diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4996edf93ac..7692523bf11 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -58,7 +58,7 @@ /src/front-door/ @pichandwork -/src/interactive/ @jiasli +/src/interactive/ @jiasli @zhoxing-ms @ReaNAiveD /src/aks-preview/ @andyzhangx @andyliuliming @fumingzhang @@ -68,6 +68,8 @@ /src/netappfiles-preview/ @b-lefr +/src/networkcloud/ @kiall @mbashtovaya @priyamshet + /src/network-manager/ @necusjz @kairu-ms @jsntcy /src/healthcareapis/ @fengzhou-msft @iviark @@ -92,6 +94,8 @@ /src/maintenance/ @gautamd-ms +/src/managednetworkfabric/ @rahulm-msft + /src/ai-examples/ @mirdaki /src/notification-hub/ @fengzhou-msft @@ -282,7 +286,7 @@ /src/storage-mover/ @calvinhzy -/src/traffic-controller/ @jaishals +/src/alb/ @jaishals /src/managedccfs/ @msftsettiy @@ -290,4 +294,4 @@ /src/workloads/ @jsntcy -/src/self-help/ @BharathaAravind +/src/self-help/ @BharathaAravind \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index f966306337c..00000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,13 +0,0 @@ -- If the issue is to do with Azure CLI 2.0 in-particular, create an issue here at [Azure/azure-cli](https://github.com/Azure/azure-cli/issues) - -### Related command - - - -### Extension name (the extension in question) - - -### Description of issue (in as much detail as possible) - ------ - diff --git a/.github/ISSUE_TEMPLATE/Bug_report.yml b/.github/ISSUE_TEMPLATE/Bug_report.yml new file mode 100644 index 00000000000..63f419bf8f9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.yml @@ -0,0 +1,102 @@ +name: "Bug Report" +description: Use this template to report a bug +labels: ["bug"] +body: + - type: markdown + id: example + attributes: + value: > + Thanks for reporting. + + - Make sure you are able to reproduce this issue on the latest released version of [Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli). + + - Please search the existing issues to see if there has been a similar issue filed. + + - If you want to discover useful tips on how to avoid common pitfalls and use the Azure CLI successfully, please refer to [Tips for using the Azure CLI successfully](https://learn.microsoft.com/en-us/cli/azure/use-cli-effectively). + - type: textarea + id: desc + attributes: + label: Describe the bug + description: > + Please describe the bug. + placeholder: > + A clear and concise description of what the bug is. + validations: + required: true + - type: textarea + id: cmd + attributes: + label: Related command + description: Please provide the related commands with az {command} if you can, so that we can quickly route to the related team for help. + placeholder: e.g., `az vm create` + validations: + required: true + - type: textarea + id: error + attributes: + label: Errors + description: > + Please paste here the error message you have received. + + **⚠ ATTENTION:** Make sure to remove all sensitive information, such as username, password, credential, subscription ID, etc. + placeholder: | + The command failed with an unexpected error. + Here is the traceback: {The rest of the error message} + validations: + required: true + - type: textarea + id: output + attributes: + label: Issue script & Debug output + description: > + Append `--debug` to each command in the script and rerun the script and paste the debug log here + + **⚠ ATTENTION:** Be sure to remove any sensitive information that may be in the logs + placeholder: > + Please provide the script and debug output here. + validations: + required: true + - type: textarea + id: expect + attributes: + label: Expected behavior + description: > + Please describe the expected behavior here. + placeholder: > + A clear and concise description of what you expected to happen. + validations: + required: true + - type: textarea + id: env + attributes: + label: Environment Summary + description: Please provide the output of `az --version`. + placeholder: | + azure-cli 2.48.1 + + core 2.48.1 + telemetry 1.0.8 + + Extensions: + aks-preview 0.5.130 + cloud-service 0.2.0 + Dependencies: + msal 1.20.0 + azure-mgmt-resource 22.0.0 + + Python location 'C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\python.exe' + Extensions directory 'C:\Users\zelinwang\.azure\cliextensions' + + Python (Windows) 3.10.10 (tags/v3.10.10:aad5f6a, Feb 7 2023, 17:05:00) [MSC v.1929 32 bit (Intel)] + validations: + required: true + - type: textarea + id: additional-context + attributes: + label: Additional context + description: > + Add any other context about the bug. + placeholder: > + Add any other context about the bug here. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000000..3ba13e0cec6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/azure-client-tools-bot/config.yml b/.github/azure-client-tools-bot/config.yml index ddef9de71d7..1b786cf4be6 100644 --- a/.github/azure-client-tools-bot/config.yml +++ b/.github/azure-client-tools-bot/config.yml @@ -3,8 +3,8 @@ files_check: - "src/.*/HISTORY.rst" - "src/.*/setup.py" comment: | - If you want to release the new extension version. - Please write the description of changes into HISTORY.rst and update setup.py. + Please write the description of changes which can be perceived by customers into HISTORY.rst. + If you want to release a new extension version, please update the version in setup.py as well. is_regex: true type: necessary allowed_branches: diff --git a/.github/fabricbot.json b/.github/fabricbot.json index c7100ab0c39..f96d98fe11a 100644 --- a/.github/fabricbot.json +++ b/.github/fabricbot.json @@ -12769,6 +12769,292 @@ } ] } + }, + { + "taskType": "trigger", + "capabilityId": "IssueResponder", + "subCapability": "IssuesOnlyResponder", + "version": "1.0", + "config": { + "conditions": { + "operator": "and", + "operands": [ + { + "operator": "or", + "operands": [ + { + "name": "titleContains", + "parameters": { + "titlePattern": "az communication", + "isRegex": true + } + }, + { + "name": "bodyContains", + "parameters": { + "bodyPattern": "az communication", + "isRegex": true + } + } + ] + }, + { + "operator": "or", + "operands": [ + { + "name": "isAction", + "parameters": { + "action": "opened" + } + } + ] + } + ] + }, + "eventType": "issue", + "eventNames": [ + "issues", + "project_card" + ], + "taskName": "[Communication] auto assign labels and users based on issue description.", + "actions": [ + { + "name": "addLabel", + "parameters": { + "label": "Auto-Assign" + } + }, + { + "name": "addLabel", + "parameters": { + "label": "Communication" + } + }, + { + "name": "addLabel", + "parameters": { + "label": "CXP Attention" + } + } + ] + } + }, + { + "taskType": "trigger", + "capabilityId": "IssueResponder", + "subCapability": "PullRequestResponder", + "version": "1.0", + "config": { + "conditions": { + "operator": "and", + "operands": [ + { + "name": "isAction", + "parameters": { + "action": "opened" + } + }, + { + "operator": "or", + "operands": [ + { + "name": "titleContains", + "parameters": { + "titlePattern": "az load", + "isRegex": true + } + }, + { + "name": "bodyContains", + "parameters": { + "bodyPattern": "az load", + "isRegex": true + } + } + ] + } + ] + }, + "eventType": "pull_request", + "eventNames": [ + "pull_request", + "issues", + "project_card" + ], + "taskName": "[load] Auto assign labels and reviewers based on PR title/description.", + "actions": [ + { + "name": "requestReviewer", + "parameters": { + "reviewer": "kairu-ms" + } + }, + { + "name": "requestReviewer", + "parameters": { + "reviewer": "jsntcy" + } + }, + { + "name": "requestReviewer", + "parameters": { + "reviewer": "necusjz" + } + }, + { + "name": "addLabel", + "parameters": { + "label": "Auto-Assign" + } + }, + { + "name": "assignToUser", + "parameters": { + "user": "kairu-ms" + } + } + ] + } + }, + { + "taskType": "trigger", + "capabilityId": "IssueResponder", + "subCapability": "IssuesOnlyResponder", + "version": "1.0", + "config": { + "conditions": { + "operator": "and", + "operands": [ + { + "operator": "or", + "operands": [ + { + "name": "titleContains", + "parameters": { + "titlePattern": "az mysql", + "isRegex": true + } + }, + { + "name": "bodyContains", + "parameters": { + "bodyPattern": "az mysql", + "isRegex": true + } + } + ] + }, + { + "operator": "or", + "operands": [ + { + "name": "isAction", + "parameters": { + "action": "opened" + } + } + ] + } + ] + }, + "eventType": "issue", + "eventNames": [ + "issues", + "project_card" + ], + "taskName": "[MySQL] auto assign labels and users based on issue description.", + "actions": [ + { + "name": "addLabel", + "parameters": { + "label": "Auto-Assign" + } + }, + { + "name": "addLabel", + "parameters": { + "label": "MySQL" + } + }, + { + "name": "addLabel", + "parameters": { + "label": "Service Attention" + } + } + ] + } + }, + { + "taskType": "trigger", + "capabilityId": "IssueResponder", + "subCapability": "PullRequestResponder", + "version": "1.0", + "config": { + "conditions": { + "operator": "and", + "operands": [ + { + "name": "isAction", + "parameters": { + "action": "opened" + } + }, + { + "operator": "or", + "operands": [ + { + "name": "titleContains", + "parameters": { + "titlePattern": "devcenter", + "isRegex": true + } + }, + { + "name": "bodyContains", + "parameters": { + "bodyPattern": "devcenter", + "isRegex": true + } + } + ] + } + ] + }, + "eventType": "pull_request", + "eventNames": [ + "pull_request", + "issues", + "project_card" + ], + "taskName": "[devcenter] Auto assign labels and reviewers based on PR title/description.", + "actions": [ + { + "name": "requestReviewer", + "parameters": { + "reviewer": "kairu-ms" + } + }, + { + "name": "requestReviewer", + "parameters": { + "reviewer": "jsntcy" + } + }, + { + "name": "addLabel", + "parameters": { + "label": "Auto-Assign" + } + }, + { + "name": "assignToUser", + "parameters": { + "user": "kairu-ms" + } + } + ] + } } ], "userGroups": [ diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/pull_request_template.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE.md rename to .github/pull_request_template.md diff --git a/linter_exclusions.yml b/linter_exclusions.yml index cc07be4f432..fcb739a199c 100644 --- a/linter_exclusions.yml +++ b/linter_exclusions.yml @@ -121,6 +121,9 @@ aks create: enable_windows_recording_rules: rule_exclusions: - option_length_too_long + enable_network_observability: + rule_exclusions: + - option_length_too_long aks update: parameters: aad_admin_group_object_ids: @@ -195,6 +198,9 @@ aks update: custom_ca_trust_certificates: rule_exclusions: - option_length_too_long + enable_network_observability: + rule_exclusions: + - option_length_too_long arcdata dc create: parameters: logs_ui_private_key_file: @@ -233,6 +239,12 @@ sql mi-arc update: sync_secondary_to_commit: rule_exclusions: - option_length_too_long + tde_protector_private_key_file: + rule_exclusions: + - option_length_too_long + tde_protector_public_key_file: + rule_exclusions: + - option_length_too_long sql mi-arc create: parameters: sync_secondary_to_commit: @@ -244,6 +256,12 @@ sql mi-arc create: volume_size_orchestrator_logs: rule_exclusions: - option_length_too_long + tde_protector_private_key_file: + rule_exclusions: + - option_length_too_long + tde_protector_public_key_file: + rule_exclusions: + - option_length_too_long attestation policy set: parameters: new_attestation_policy: @@ -385,6 +403,17 @@ databox job create: staging_storage_account: rule_exclusions: - option_length_too_long + transfer_configuration_type: + rule_exclusions: + - option_length_too_long + transfer_filter_details: + rule_exclusions: + - option_length_too_long +databox job mark-devices-shipped: + parameters: + deliver_package_details: + rule_exclusions: + - option_length_too_long databricks workspace create: parameters: managed_resource_group: @@ -649,6 +678,9 @@ devcenter dev environment update: dev_center: rule_exclusions: - no_parameter_defaults_for_update_commands + user_id: + rule_exclusions: + - no_parameter_defaults_for_update_commands devops project list: parameters: get_default_team_image_url: @@ -1995,6 +2027,111 @@ network vwan update: security_provider_name: rule_exclusions: - option_length_too_long +networkcloud cloudservicesnetwork create: + parameters: + enable_default_egress_endpoints: + rule_exclusions: + - no_parameter_defaults_for_update_commands + - option_length_too_long + additional_egress_endpoints: + rule_exclusions: + - option_length_too_long +networkcloud cloudservicesnetwork update: + parameters: + enable_default_egress_endpoints: + rule_exclusions: + - no_parameter_defaults_for_update_commands + - option_length_too_long + additional_egress_endpoints: + rule_exclusions: + - option_length_too_long +networkcloud cluster create: + parameters: + aggregator_or_single_rack_definition: + rule_exclusions: + - option_length_too_long + cluster_service_principal: + rule_exclusions: + - option_length_too_long + compute_deployment_threshold: + rule_exclusions: + - option_length_too_long + compute_rack_definitions: + rule_exclusions: + - option_length_too_long + managed_resource_group_configuration: + rule_exclusions: + - option_length_too_long +networkcloud cluster update: + parameters: + aggregator_or_single_rack_definition: + rule_exclusions: + - option_length_too_long + cluster_service_principal: + rule_exclusions: + - option_length_too_long + compute_deployment_threshold: + rule_exclusions: + - option_length_too_long + compute_rack_definitions: + rule_exclusions: + - option_length_too_long +networkcloud cluster deploy: + parameters: + skip_validations_for_machines: + rule_exclusions: + - option_length_too_long +networkcloud clustermanager create: + parameters: + managed_resource_group_configuration: + rule_exclusions: + - option_length_too_long +networkcloud l3network create: + parameters: + hybrid_aks_ipam_enabled: + rule_exclusions: + - option_length_too_long +networkcloud virtualmachine create: + parameters: + isolate_emulator_thread: + rule_exclusions: + - option_length_too_long +networkfabric controller create: + parameters: + workload_er_connections: + rule_exclusions: + - option_length_too_long +networkfabric rack create: + rule_exclusions: + - missing_command_test_coverage +networkfabric rack delete: + rule_exclusions: + - missing_command_test_coverage +networkfabric device delete: + rule_exclusions: + - missing_command_test_coverage +networkfabric interface delete: + rule_exclusions: + - missing_command_test_coverage +networkfabric l3domain create: + parameters: + aggregate_route_configuration: + rule_exclusions: + - option_length_too_long + connected_subnet_route_policy: + rule_exclusions: + - option_length_too_long + redistribute_connected_subnets: + rule_exclusions: + - option_length_too_long + redistribute_static_routes: + rule_exclusions: + - option_length_too_long +networkfabric internalnetwork create: + parameters: + static_route_configuration: + rule_exclusions: + - option_length_too_long notification-hub authorization-rule create: parameters: notification_hub_name: diff --git a/src/aks-preview/HISTORY.rst b/src/aks-preview/HISTORY.rst index 038194b61fd..8126843d9b2 100644 --- a/src/aks-preview/HISTORY.rst +++ b/src/aks-preview/HISTORY.rst @@ -10,10 +10,33 @@ If there is no rush to release a new version, please just add a description of t To release a new version, please select a new version number (usually plus 1 to last patch version, X.Y.Z -> Major.Minor.Patch, more details in `\doc `_), and then add a new section named as the new version number in this file, the content should include the new modifications and everything from the *Pending* section. Finally, update the `VERSION` variable in `setup.py` with this new version number. Pending +++++++ +* Vendor new SDK and bump API version to 2023-05-02-preview. + +0.5.144 ++++++++ +* Fix setup network profile with network observability due to incorrect property + +0.5.143 ++++++++ +* Add `--enable-network-observability` flag to `az aks create` and `az aks update`. + +0.5.142 ++++++++ +* Deprecate option names `--enable-azuremonitormetrics` and `--disable-azuremonitormetrics`, use `--enable-azure-monitor-metrics` and `--disable-azure-monitor-metrics` instead, so as to be consistent with the option names in official azure-cli. Fix issue `\#26600 `_. + +0.5.141 ++++++++ +* Fix `az aks get-credentials` not using the value set by environment variable `KUBECONFIG`, see issue `\#26444 `_. +* Allow options for specifying guardrails profile arguments + +0.5.140 +++++++ * Vendor new SDK and bump API version to 2023-04-02-preview. +* `az aks create` and `az aks enable-addons`: Change the default value of `--enable-msi-auth-for-monitoring` to `true` and add check for airgap clouds for monitoring addon 0.5.139 ++++++++ * `az aks create` and `az aks nodepool add`: Add warning message when specifying `--os-sku` to `Mariner` or `CBLMariner`. 0.5.138 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 078589c3052..364f3d5a869 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 @@ -41,6 +41,9 @@ setupAZ(){ azdev setup -c "${cli_repo}" -r "${ext_repo}" fi + # fix the issue that vcrpy>=4.3.0 is not compatible with urllib3 + pip install vcrpy==4.2.1 + # post-install-az: check installation result which az && az version } diff --git a/src/aks-preview/azext_aks_preview/__init__.py b/src/aks-preview/azext_aks_preview/__init__.py index cd5ae2cf3a8..667945e9200 100644 --- a/src/aks-preview/azext_aks_preview/__init__.py +++ b/src/aks-preview/azext_aks_preview/__init__.py @@ -16,7 +16,7 @@ def register_aks_preview_resource_type(): register_resource_type( "latest", CUSTOM_MGMT_AKS_PREVIEW, - SDKProfile("2023-04-02-preview", {"container_services": "2017-07-01"}), + SDKProfile("2023-05-02-preview", {"container_services": "2017-07-01"}), ) diff --git a/src/aks-preview/azext_aks_preview/_consts.py b/src/aks-preview/azext_aks_preview/_consts.py index 6b59c6e6acc..3a0289d12d5 100644 --- a/src/aks-preview/azext_aks_preview/_consts.py +++ b/src/aks-preview/azext_aks_preview/_consts.py @@ -250,6 +250,11 @@ CONST_AUTOUPGRADE_CONFIGURATION_NAME = "aksManagedAutoUpgradeSchedule" CONST_NODEOSUPGRADE_CONFIGURATION_NAME = "aksManagedNodeOSUpgradeSchedule" +# Guardrails Level Consts +CONST_GUARDRAILSLEVEL_OFF = "Off" +CONST_GUARDRAILSLEVEL_WARNING = "Warning" +CONST_GUARDRAILSLEVEL_ENFORCEMENT = "Enforcement" + CONST_AZURE_SERVICE_MESH_MODE_DISABLED = "Disabled" CONST_AZURE_SERVICE_MESH_MODE_ISTIO = "Istio" CONST_AZURE_SERVICE_MESH_INGRESS_MODE_EXTERNAL = "External" diff --git a/src/aks-preview/azext_aks_preview/_help.py b/src/aks-preview/azext_aks_preview/_help.py index 7e9dd0f28b6..ccb1c8ed212 100644 --- a/src/aks-preview/azext_aks_preview/_help.py +++ b/src/aks-preview/azext_aks_preview/_help.py @@ -186,7 +186,7 @@ If monitoring addon is enabled --no-wait argument will have no effect virtual-node - enable AKS Virtual Node. Requires --aci-subnet-name to provide the name of an existing subnet for the Virtual Node to use. aci-subnet-name must be in the same vnet which is specified by --vnet-subnet-id (required as well). - azure-policy - enable Azure policy. The Azure Policy add-on for AKS enables at-scale enforcements and safeguards on your clusters in a centralized, consistent manner. + azure-policy - enable Azure policy. The Azure Policy add-on for AKS enables at-scale enforcements and safeguards on your clusters in a centralized, consistent manner. Required if enabling Guardrails Learn more at aka.ms/aks/policy. ingress-appgw - enable Application Gateway Ingress Controller addon (PREVIEW). confcom - enable confcom addon, this will enable SGX device plugin by default(PREVIEW). @@ -231,6 +231,9 @@ Used together with the "azure" network plugin. Requires either --pod-subnet-id or --network-plugin-mode=overlay. This flag is deprecated in favor of --network-dataplane=cilium. + - name: --enable-network-observability + type: bool + short-summary: Enable network observability on a cluster. - name: --no-ssh-key -x type: string short-summary: Do not use or create a local SSH key. @@ -525,12 +528,24 @@ - name: --node-public-ip-tags type: string short-summary: The ipTags of the node public IPs. + - name: --guardrails-level + type: string + short-summary: The Guardrails Level. Accepted Values are [Off, Warning]. Requires azure policy addon to be enabled + - name: --guardrails-version + type: string + short-summary: The version of Guardrails to use. Default "v1.0.0" Use the ListGuardrailsVersions API to discover available versions + - name: --guardrails-excluded-ns + type: string + short-summary: Comma-separated list of Kubernetes namespaces to exclude from Guardrails - name: --enable-asm --enable-azure-service-mesh type: bool short-summary: Enable Azure Service Mesh. - name: --enable-azuremonitormetrics type: bool short-summary: Enable Azure Monitor Metrics Profile + - name: --enable-azure-monitor-metrics + type: bool + short-summary: Enable Azure Monitor Metrics Profile - name: --azure-monitor-workspace-resource-id type: string short-summary: Resource ID of the Azure Monitor Workspace @@ -611,6 +626,10 @@ text: az aks create -g MyResourceGroup -n MyManagedCluster --network-plugin none - name: Create a kubernetes cluster with Custom CA Trust enabled. text: az aks create -g MyResourceGroup -n MyManagedCluster --enable-custom-ca-trust + - name: Create a kubernetes cluster with guardrails set to "Warning" + text: az aks create -g MyResourceGroup -n MyManagedCluster --guardrails-level Warning --enable-addons azure-policy + - name: Create a kubernetes cluster with guardrails set to "Warning" and some namespaces excluded + text: az aks create -g MyResourceGroup -n MyManagedCluster --guardrails-level Warning --guardrails-excluded-ns ns1,ns2 --enable-addons azure-policy - name: Create a kubernetes cluster with Azure Service Mesh enabled. text: az aks create -g MyResourceGroup -n MyManagedCluster --enable-azure-service-mesh - name: Create a kubernetes cluster with Azure Monitor Metrics enabled. @@ -950,6 +969,9 @@ - name: --enable-azuremonitormetrics type: bool short-summary: Enable Azure Monitor Metrics Profile + - name: --enable-azure-monitor-metrics + type: bool + short-summary: Enable Azure Monitor Metrics Profile - name: --azure-monitor-workspace-resource-id type: string short-summary: Resource ID of the Azure Monitor Workspace @@ -968,6 +990,9 @@ - name: --disable-azuremonitormetrics type: bool short-summary: Disable Azure Monitor Metrics Profile. This will delete all DCRA's associated with the cluster, any linked DCRs with the data stream = prometheus-stream and the recording rule groups created by the addon for this AKS cluster. + - name: --disable-azure-monitor-metrics + type: bool + short-summary: Disable Azure Monitor Metrics Profile. This will delete all DCRA's associated with the cluster, any linked DCRs with the data stream = prometheus-stream and the recording rule groups created by the addon for this AKS cluster. - name: --enable-node-restriction type: bool short-summary: Enable node restriction option on cluster. @@ -1000,6 +1025,18 @@ type: string short-summary: Path to a file containing up to 10 blank line separated certificates. Only valid for linux nodes. long-summary: These certificates are used by Custom CA Trust features and will be added to trust stores of nodes. Requires Custom CA Trust to be enabled on the node. + - name: --guardrails-level + type: string + short-summary: The Guardrails Level. Accepted Values are [Off, Warning]. Requires azure policy addon to be enabled + - name: --guardrails-version + type: string + short-summary: The version of Guardrails to use. Default "v1.0.0" Use the ListGuardrailsVersions API to discover available versions + - name: --guardrails-excluded-ns + type: string + short-summary: Comma-separated list of Kubernetes namespaces to exclude from Guardrails. Use "" to clear a previously non-empty list + - name: --enable-network-observability + type: bool + short-summary: Enable network observability on a cluster. examples: - name: Reconcile the cluster back to its current state. text: az aks update -g MyResourceGroup -n MyManagedCluster @@ -1059,6 +1096,12 @@ text: az aks update -g MyResourceGroup -n MyManagedCluster --enable-windows-gmsa --gmsa-dns-server "10.240.0.4" --gmsa-root-domain-name "contoso.com" - name: Update a existing managed cluster to a managed cluster snapshot. text: az aks update -g MyResourceGroup -n MyManagedCluster --cluster-snapshot-id "/subscriptions/00000/resourceGroups/AnotherResourceGroup/providers/Microsoft.ContainerService/managedclustersnapshots/mysnapshot1" + - name: Update a kubernetes cluster with guardrails set to "Warning". Assumes azure policy addon is already enabled + text: az aks update -g MyResourceGroup -n MyManagedCluster --guardrails-level Warning + - name: Update a kubernetes cluster with guardrails set to "Warning" and some namespaces excluded. Assumes azure policy addon is already enabled + text: az aks update -g MyResourceGroup -n MyManagedCluster --guardrails-level Warning --guardrails-excluded-ns ns1,ns2 + - name: Update a kubernetes cluster to clear any namespaces excluded from guardrails. Assumes azure policy addon is already enabled + text: az aks update -g MyResourceGroup -n MyManagedCluster --guardrails-excluded-ns "" """ helps['aks kollect'] = """ diff --git a/src/aks-preview/azext_aks_preview/_helpers.py b/src/aks-preview/azext_aks_preview/_helpers.py index 321dc29b04b..e2feece6bb0 100644 --- a/src/aks-preview/azext_aks_preview/_helpers.py +++ b/src/aks-preview/azext_aks_preview/_helpers.py @@ -11,7 +11,7 @@ import yaml from typing import Any, List, TypeVar from azure.cli.command_modules.acs._helpers import map_azure_error_to_cli_error -from azure.cli.core.azclierror import InvalidArgumentValueError, ResourceNotFoundError +from azure.cli.core.azclierror import InvalidArgumentValueError, ResourceNotFoundError, FileOperationError from azure.core.exceptions import AzureError from knack.log import get_logger from knack.prompting import NoTTYException, prompt_y_n @@ -19,6 +19,10 @@ from azext_aks_preview._client_factory import get_nodepool_snapshots_client, get_mc_snapshots_client +from azure.cli.command_modules.acs._validators import ( + extract_comma_separated_string, +) + logger = get_logger(__name__) # type variables @@ -126,7 +130,7 @@ def _merge_kubernetes_configurations(existing_file, addition_file, replace, cont current_context = addition.get('current-context', 'UNKNOWN') msg = 'Merged "{}" as current context in {}'.format( current_context, existing_file) - print(msg) + logger.warning(msg) def _load_kubernetes_configuration(filename): @@ -136,19 +140,29 @@ def _load_kubernetes_configuration(filename): except (IOError, OSError) as ex: if getattr(ex, 'errno', 0) == errno.ENOENT: raise CLIError('{} does not exist'.format(filename)) + raise except (yaml.parser.ParserError, UnicodeDecodeError) as ex: raise CLIError('Error parsing {} ({})'.format(filename, str(ex))) def _handle_merge(existing, addition, key, replace): - if not addition[key]: + if not addition.get(key, False): return - if existing[key] is None: + if key not in existing: + raise FileOperationError( + "No such key '{}' in existing config, please confirm whether it is a valid config file. " + "May back up this config file, delete it and retry the command.".format( + key + ) + ) + if not existing.get(key): existing[key] = addition[key] return for i in addition[key]: for j in existing[key]: + if not i.get('name', False) or not j.get('name', False): + continue if i['name'] == j['name']: if replace or i == j: existing[key].remove(j) @@ -282,3 +296,17 @@ def check_is_apiserver_vnet_integration_cluster(mc: ManagedCluster) -> bool: if mc and mc.api_server_access_profile: return bool(mc.api_server_access_profile.enable_vnet_integration) return False + + +def setup_common_guardrails_profile(level, version, excludedNamespaces, mc: ManagedCluster, models) -> ManagedCluster: + if (level is not None or version is not None or excludedNamespaces is not None) and mc.guardrails_profile is None: + mc.guardrails_profile = models.GuardrailsProfile( + level=level, + version=version + ) + # replace values with provided values + if excludedNamespaces is not None: + mc.guardrails_profile.excluded_namespaces = extract_comma_separated_string( + excludedNamespaces, enable_strip=True, keep_none=True, default_value=[]) + + return mc diff --git a/src/aks-preview/azext_aks_preview/_params.py b/src/aks-preview/azext_aks_preview/_params.py index e0655df8c22..bb8a77bebaa 100644 --- a/src/aks-preview/azext_aks_preview/_params.py +++ b/src/aks-preview/azext_aks_preview/_params.py @@ -75,6 +75,11 @@ CONST_WEEKINDEX_FIRST, CONST_WEEKINDEX_FOURTH, CONST_WEEKINDEX_LAST, + CONST_GUARDRAILSLEVEL_OFF, + CONST_GUARDRAILSLEVEL_WARNING, + CONST_GUARDRAILSLEVEL_ENFORCEMENT, + CONST_AZURE_SERVICE_MESH_INGRESS_MODE_EXTERNAL, + CONST_AZURE_SERVICE_MESH_INGRESS_MODE_INTERNAL, CONST_WEEKINDEX_SECOND, CONST_WEEKINDEX_THIRD, CONST_WEEKLY_MAINTENANCE_SCHEDULE, @@ -230,6 +235,13 @@ keyvault_network_access_types = [CONST_AZURE_KEYVAULT_NETWORK_ACCESS_PUBLIC, CONST_AZURE_KEYVAULT_NETWORK_ACCESS_PRIVATE] +# consts for guardrails level +guardrails_levels = [ + CONST_GUARDRAILSLEVEL_OFF, + CONST_GUARDRAILSLEVEL_WARNING, + CONST_GUARDRAILSLEVEL_ENFORCEMENT +] + # azure service mesh ingress_gateway_types = [ CONST_AZURE_SERVICE_MESH_INGRESS_MODE_EXTERNAL, @@ -405,6 +417,7 @@ def load_arguments(self, _): c.argument('enable_vpa', action='store_true', is_preview=True, help="enable vertical pod autoscaler for cluster") c.argument('enable_node_restriction', action='store_true', is_preview=True, help="enable node restriction for cluster") c.argument('enable_cilium_dataplane', action='store_true', is_preview=True, deprecate_info=c.deprecate(target='--enable-cilium-dataplane', redirect='--network-dataplane', hide=True)) + c.argument('enable_network_observability', action='store_true', is_preview=True, help="enable network observability for cluster") c.argument('custom_ca_trust_certificates', options_list=["--custom-ca-trust-certificates", "--ca-certs"], is_preview=True, help="path to file containing list of new line separated CAs") # nodepool c.argument('crg_id', validator=validate_crg_id, is_preview=True) @@ -417,8 +430,13 @@ def load_arguments(self, _): c.argument('nodepool_asg_ids', validator=validate_application_security_groups, is_preview=True, help="application security groups for agentpool") c.argument('node_public_ip_tags', arg_type=tags_type, validator=validate_node_public_ip_tags, help='space-separated tags: key[=value] [key[=value] ...].') + c.argument('guardrails_level', arg_type=get_enum_type(guardrails_levels), is_preview=True) + c.argument('guardrails_version', type=str, + help='The guardrails version', is_preview=True) + c.argument('guardrails_excluded_ns', type=str, is_preview=True) # azure monitor profile - c.argument('enable_azuremonitormetrics', action='store_true') + c.argument('enable_azuremonitormetrics', action='store_true', deprecate_info=c.deprecate(target='--enable-azuremonitormetrics', redirect='--enable-azure-monitor-metrics', hide=True)) + c.argument('enable_azure_monitor_metrics', action='store_true') c.argument('azure_monitor_workspace_resource_id', validator=validate_azuremonitorworkspaceresourceid) c.argument('ksm_metric_labels_allow_list') c.argument('ksm_metric_annotations_allow_list') @@ -527,17 +545,23 @@ def load_arguments(self, _): c.argument('enable_private_cluster', action='store_true', is_preview=True, help='enable private cluster for apiserver vnet integration') c.argument('disable_private_cluster', action='store_true', is_preview=True, help='disable private cluster for apiserver vnet integration') c.argument('private_dns_zone', is_preview=True) - c.argument('enable_azuremonitormetrics', action='store_true') + c.argument('enable_azuremonitormetrics', action='store_true', deprecate_info=c.deprecate(target='--enable-azuremonitormetrics', redirect='--enable-azure-monitor-metrics', hide=True)) + c.argument('enable_azure_monitor_metrics', action='store_true') c.argument('azure_monitor_workspace_resource_id', validator=validate_azuremonitorworkspaceresourceid) c.argument('ksm_metric_labels_allow_list') c.argument('ksm_metric_annotations_allow_list') c.argument('grafana_resource_id', validator=validate_grafanaresourceid) c.argument('enable_windows_recording_rules', action='store_true') - c.argument('disable_azuremonitormetrics', action='store_true') + c.argument('disable_azuremonitormetrics', action='store_true', deprecate_info=c.deprecate(target='--disable-azuremonitormetrics', redirect='--disable-azure-monitor-metrics', hide=True)) + c.argument('disable_azure_monitor_metrics', action='store_true') c.argument('enable_vpa', action='store_true', is_preview=True, help="enable vertical pod autoscaler for cluster") c.argument('disable_vpa', action='store_true', is_preview=True, help="disable vertical pod autoscaler for cluster") c.argument('cluster_snapshot_id', validator=validate_cluster_snapshot_id, is_preview=True) c.argument('custom_ca_trust_certificates', options_list=["--custom-ca-trust-certificates", "--ca-certs"], validator=validate_custom_ca_trust_certificates, is_preview=True, help="path to file containing list of new line separated CAs") + c.argument('guardrails_level', arg_type=get_enum_type(guardrails_levels), is_preview=True) + c.argument('guardrails_version', help='The guardrails version', is_preview=True) + c.argument('guardrails_excluded_ns', is_preview=True) + c.argument('enable_network_observability', action='store_true', is_preview=True, help="enable network observability for cluster") with self.argument_context('aks upgrade') as c: c.argument('kubernetes_version', completer=get_k8s_upgrades_completion_list) diff --git a/src/aks-preview/azext_aks_preview/addonconfiguration.py b/src/aks-preview/azext_aks_preview/addonconfiguration.py index 509e478cb07..30bd6a83a37 100644 --- a/src/aks-preview/azext_aks_preview/addonconfiguration.py +++ b/src/aks-preview/azext_aks_preview/addonconfiguration.py @@ -61,12 +61,16 @@ def enable_addons(cmd, rotation_poll_interval=None, no_wait=False, dns_zone_resource_id=None, - enable_msi_auth_for_monitoring=False, + enable_msi_auth_for_monitoring=True, enable_syslog=False, data_collection_settings=None): instance = client.get(resource_group_name, name) # this is overwritten by _update_addons(), so the value needs to be recorded here - msi_auth = True if instance.service_principal_profile.client_id == "msi" else False + msi_auth = False + if instance.service_principal_profile.client_id == "msi": + msi_auth = True + else: + enable_msi_auth_for_monitoring = False subscription_id = get_subscription_id(cmd.cli_ctx) instance = update_addons(cmd, instance, subscription_id, resource_group_name, name, addons, enable=True, @@ -139,17 +143,7 @@ def enable_addons(cmd, # adding a wait here since we rely on the result for role assignment result = LongRunningOperation(cmd.cli_ctx)( client.begin_create_or_update(resource_group_name, name, instance)) - cloud_name = cmd.cli_ctx.cloud.name - # mdm metrics supported only in Azure Public cloud so add the role assignment only in this cloud - if monitoring_addon_enabled and cloud_name.lower() == 'azurecloud': - from msrestazure.tools import resource_id - cluster_resource_id = resource_id( - subscription=subscription_id, - resource_group=resource_group_name, - namespace='Microsoft.ContainerService', type='managedClusters', - name=name - ) - add_monitoring_role_assignment(result, cluster_resource_id, cmd) + if ingress_appgw_addon_enabled: add_ingress_appgw_addon_role_assignment(result, cmd) if enable_virtual_node: @@ -177,7 +171,7 @@ def update_addons(cmd, # pylint: disable=too-many-branches,too-many-statements enable, check_enabled=True, workspace_resource_id=None, - enable_msi_auth_for_monitoring=False, + enable_msi_auth_for_monitoring=True, subnet_name=None, appgw_name=None, appgw_subnet_prefix=None, @@ -199,6 +193,9 @@ def update_addons(cmd, # pylint: disable=too-many-branches,too-many-statements os_type = 'Linux' + if instance.service_principal_profile.client_id != "msi": + enable_msi_auth_for_monitoring = False + # load model ManagedClusterAddonProfile = cmd.get_models( "ManagedClusterAddonProfile", @@ -262,9 +259,15 @@ def update_addons(cmd, # pylint: disable=too-many-branches,too-many-statements workspace_resource_id = sanitize_loganalytics_ws_resource_id( workspace_resource_id) + cloud_name = cmd.cli_ctx.cloud.name + if enable_msi_auth_for_monitoring and (cloud_name.lower() == 'ussec' or cloud_name.lower() == 'usnat'): + if instance.identity is not None and instance.identity.type is not None and instance.identity.type == "userassigned": + logger.warning("--enable_msi_auth_for_monitoring is not supported in %s cloud and continuing monitoring enablement without this flag.", cloud_name) + enable_msi_auth_for_monitoring = False + addon_profile.config = { logAnalyticsConstName: workspace_resource_id} - addon_profile.config[CONST_MONITORING_USING_AAD_MSI_AUTH] = enable_msi_auth_for_monitoring + addon_profile.config[CONST_MONITORING_USING_AAD_MSI_AUTH] = "true" if enable_msi_auth_for_monitoring else "false" elif addon == (CONST_VIRTUAL_NODE_ADDON_NAME + os_type): if addon_profile.enabled and check_enabled: raise CLIError('The virtual-node addon is already enabled for this managed cluster.\n' @@ -348,39 +351,6 @@ def update_addons(cmd, # pylint: disable=too-many-branches,too-many-statements return instance -def add_monitoring_role_assignment(result, cluster_resource_id, cmd): - service_principal_msi_id = None - # Check if service principal exists, if it does, assign permissions to service principal - # Else, provide permissions to MSI - if ( - hasattr(result, 'service_principal_profile') and - hasattr(result.service_principal_profile, 'client_id') and - result.service_principal_profile.client_id != 'msi' - ): - logger.info('valid service principal exists, using it') - service_principal_msi_id = result.service_principal_profile.client_id - is_service_principal = True - elif ( - (hasattr(result, 'addon_profiles')) and - (CONST_MONITORING_ADDON_NAME in result.addon_profiles) and - (hasattr(result.addon_profiles[CONST_MONITORING_ADDON_NAME], 'identity')) and - (hasattr( - result.addon_profiles[CONST_MONITORING_ADDON_NAME].identity, 'object_id')) - ): - logger.info('omsagent MSI exists, using it') - service_principal_msi_id = result.addon_profiles[CONST_MONITORING_ADDON_NAME].identity.object_id - is_service_principal = False - - if service_principal_msi_id is not None: - if not add_role_assignment(cmd, 'Monitoring Metrics Publisher', - service_principal_msi_id, is_service_principal, scope=cluster_resource_id): - logger.warning('Could not create a role assignment for Monitoring addon. ' - 'Are you an Owner on this subscription?') - else: - logger.warning('Could not find service principal or user assigned MSI for role' - 'assignment') - - def add_ingress_appgw_addon_role_assignment(result, cmd): service_principal_msi_id = None # Check if service principal exists, if it does, assign permissions to service principal diff --git a/src/aks-preview/azext_aks_preview/custom.py b/src/aks-preview/azext_aks_preview/custom.py index 82eecb6a694..483bc1535ca 100644 --- a/src/aks-preview/azext_aks_preview/custom.py +++ b/src/aks-preview/azext_aks_preview/custom.py @@ -62,7 +62,6 @@ from azext_aks_preview._resourcegroup import get_rg_location from azext_aks_preview.addonconfiguration import ( add_ingress_appgw_addon_role_assignment, - add_monitoring_role_assignment, add_virtual_node_role_assignment, enable_addons, ) @@ -500,7 +499,7 @@ def aks_create( # addons enable_addons=None, workspace_resource_id=None, - enable_msi_auth_for_monitoring=False, + enable_msi_auth_for_monitoring=True, enable_syslog=False, data_collection_settings=None, aci_subnet_name=None, @@ -565,6 +564,7 @@ def aks_create( enable_node_restriction=False, enable_cilium_dataplane=False, custom_ca_trust_certificates=None, + enable_network_observability=None, # nodepool crg_id=None, message_of_the_day=None, @@ -573,10 +573,15 @@ def aks_create( nodepool_allowed_host_ports=None, nodepool_asg_ids=None, node_public_ip_tags=None, + # guardrails parameters + guardrails_level=None, + guardrails_version=None, + guardrails_excluded_ns=None, # azure service mesh enable_azure_service_mesh=None, # azure monitor profile enable_azuremonitormetrics=False, + enable_azure_monitor_metrics=False, azure_monitor_workspace_resource_id=None, ksm_metric_labels_allow_list=None, ksm_metric_annotations_allow_list=None, @@ -726,16 +731,23 @@ def aks_update( disable_private_cluster=False, private_dns_zone=None, enable_azuremonitormetrics=False, + enable_azure_monitor_metrics=False, azure_monitor_workspace_resource_id=None, ksm_metric_labels_allow_list=None, ksm_metric_annotations_allow_list=None, grafana_resource_id=None, enable_windows_recording_rules=False, disable_azuremonitormetrics=False, + disable_azure_monitor_metrics=False, enable_vpa=False, disable_vpa=False, cluster_snapshot_id=None, custom_ca_trust_certificates=None, + # guardrails parameters + guardrails_level=None, + guardrails_version=None, + guardrails_excluded_ns=None, + enable_network_observability=None, ): # DO NOT MOVE: get all the original parameters and save them as a dictionary raw_parameters = locals() @@ -801,18 +813,19 @@ def _remove_nulls(managed_clusters): return managed_clusters -def aks_get_credentials(cmd, # pylint: disable=unused-argument - client, - resource_group_name, - name, - admin=False, - user='clusterUser', - path=os.path.join(os.path.expanduser( - '~'), '.kube', 'config'), - overwrite_existing=False, - context_name=None, - public_fqdn=False, - credential_format=None): +def aks_get_credentials( + cmd, # pylint: disable=unused-argument + client, + resource_group_name, + name, + admin=False, + user="clusterUser", + path=os.path.join(os.path.expanduser("~"), ".kube", "config"), + overwrite_existing=False, + context_name=None, + public_fqdn=False, + credential_format=None, +): credentialResults = None serverType = None if public_fqdn: @@ -832,10 +845,22 @@ def aks_get_credentials(cmd, # pylint: disable=unused-argument credentialResults = client.list_cluster_monitoring_user_credentials( resource_group_name, name, serverType) else: - raise CLIError("The user is invalid.") + raise InvalidArgumentValueError("The value of option --user is invalid.") + + # Check if KUBECONFIG environmental variable is set + # If path is different than default then that means -f/--file is passed + # in which case we ignore the KUBECONFIG variable + # KUBECONFIG can be colon separated. If we find that condition, use the first entry + if "KUBECONFIG" in os.environ and path == os.path.join(os.path.expanduser('~'), '.kube', 'config'): + kubeconfig_path = os.environ["KUBECONFIG"].split(os.pathsep)[0] + if kubeconfig_path: + logger.info("The default path '%s' is replaced by '%s' defined in KUBECONFIG.", path, kubeconfig_path) + path = kubeconfig_path + else: + logger.warning("Invalid path '%s' defined in KUBECONFIG.", kubeconfig_path) + if not credentialResults: raise CLIError("No Kubernetes credentials found.") - try: kubeconfig = credentialResults.kubeconfigs[0].value.decode( encoding='UTF-8') @@ -1455,7 +1480,7 @@ def aks_addon_enable(cmd, client, resource_group_name, name, addon, workspace_re subnet_name=None, appgw_name=None, appgw_subnet_prefix=None, appgw_subnet_cidr=None, appgw_id=None, appgw_subnet_id=None, appgw_watch_namespace=None, enable_sgxquotehelper=False, enable_secret_rotation=False, rotation_poll_interval=None, - no_wait=False, enable_msi_auth_for_monitoring=False, + no_wait=False, enable_msi_auth_for_monitoring=True, dns_zone_resource_id=None, enable_syslog=False, data_collection_settings=None): return enable_addons(cmd, client, resource_group_name, name, addon, workspace_resource_id=workspace_resource_id, subnet_name=subnet_name, appgw_name=appgw_name, appgw_subnet_prefix=appgw_subnet_prefix, @@ -1475,14 +1500,21 @@ def aks_addon_update(cmd, client, resource_group_name, name, addon, workspace_re subnet_name=None, appgw_name=None, appgw_subnet_prefix=None, appgw_subnet_cidr=None, appgw_id=None, appgw_subnet_id=None, appgw_watch_namespace=None, enable_sgxquotehelper=False, enable_secret_rotation=False, rotation_poll_interval=None, - no_wait=False, enable_msi_auth_for_monitoring=False, + no_wait=False, enable_msi_auth_for_monitoring=None, dns_zone_resource_id=None, enable_syslog=False, data_collection_settings=None): instance = client.get(resource_group_name, name) addon_profiles = instance.addon_profiles + if instance.service_principal_profile.client_id != "msi": + enable_msi_auth_for_monitoring = False + if addon == "web_application_routing": if (instance.ingress_profile is None) or (instance.ingress_profile.web_app_routing is None) or not instance.ingress_profile.web_app_routing.enabled: raise InvalidArgumentValueError(f'Addon "{addon}" is not enabled in this cluster.') + + if addon == "monitoring" and enable_msi_auth_for_monitoring is None: + enable_msi_auth_for_monitoring = True + else: addon_key = ADDONS[addon] if not addon_profiles or addon_key not in addon_profiles or not addon_profiles[addon_key].enabled: @@ -1543,12 +1575,16 @@ def aks_disable_addons(cmd, client, resource_group_name, name, addons, no_wait=F def aks_enable_addons(cmd, client, resource_group_name, name, addons, workspace_resource_id=None, subnet_name=None, appgw_name=None, appgw_subnet_prefix=None, appgw_subnet_cidr=None, appgw_id=None, appgw_subnet_id=None, - appgw_watch_namespace=None, enable_sgxquotehelper=False, enable_secret_rotation=False, rotation_poll_interval=None, no_wait=False, enable_msi_auth_for_monitoring=False, + appgw_watch_namespace=None, enable_sgxquotehelper=False, enable_secret_rotation=False, rotation_poll_interval=None, no_wait=False, enable_msi_auth_for_monitoring=True, dns_zone_resource_id=None, enable_syslog=False, data_collection_settings=None): instance = client.get(resource_group_name, name) # this is overwritten by _update_addons(), so the value needs to be recorded here - msi_auth = True if instance.service_principal_profile.client_id == "msi" else False + msi_auth = False + if instance.service_principal_profile.client_id == "msi": + msi_auth = True + else: + enable_msi_auth_for_monitoring = False subscription_id = get_subscription_id(cmd.cli_ctx) instance = _update_addons(cmd, instance, subscription_id, resource_group_name, name, addons, enable=True, @@ -1610,17 +1646,7 @@ def aks_enable_addons(cmd, client, resource_group_name, name, addons, workspace_ # adding a wait here since we rely on the result for role assignment result = LongRunningOperation(cmd.cli_ctx)( client.begin_create_or_update(resource_group_name, name, instance)) - cloud_name = cmd.cli_ctx.cloud.name - # mdm metrics supported only in Azure Public cloud so add the role assignment only in this cloud - if monitoring and cloud_name.lower() == 'azurecloud': - from msrestazure.tools import resource_id - cluster_resource_id = resource_id( - subscription=subscription_id, - resource_group=resource_group_name, - namespace='Microsoft.ContainerService', type='managedClusters', - name=name - ) - add_monitoring_role_assignment(result, cluster_resource_id, cmd) + if ingress_appgw_addon_enabled: add_ingress_appgw_addon_role_assignment(result, cmd) if enable_virtual_node: @@ -1651,7 +1677,7 @@ def _update_addons(cmd, # pylint: disable=too-many-branches,too-many-statements addons, enable, workspace_resource_id=None, - enable_msi_auth_for_monitoring=False, + enable_msi_auth_for_monitoring=True, subnet_name=None, appgw_name=None, appgw_subnet_prefix=None, @@ -1736,9 +1762,15 @@ def _update_addons(cmd, # pylint: disable=too-many-branches,too-many-statements workspace_resource_id = sanitize_loganalytics_ws_resource_id( workspace_resource_id) + cloud_name = cmd.cli_ctx.cloud.name + if enable_msi_auth_for_monitoring and (cloud_name.lower() == 'ussec' or cloud_name.lower() == 'usnat'): + if instance.identity is not None and instance.identity.type is not None and instance.identity.type == "userassigned": + logger.warning("--enable_msi_auth_for_monitoring is not supported in %s cloud and continuing monitoring enablement without this flag.", cloud_name) + enable_msi_auth_for_monitoring = False + addon_profile.config = { logAnalyticsConstName: workspace_resource_id} - addon_profile.config[CONST_MONITORING_USING_AAD_MSI_AUTH] = enable_msi_auth_for_monitoring + addon_profile.config[CONST_MONITORING_USING_AAD_MSI_AUTH] = "true" if enable_msi_auth_for_monitoring else "false" elif addon == (CONST_VIRTUAL_NODE_ADDON_NAME + os_type): if addon_profile.enabled: raise CLIError('The virtual-node addon is already enabled for this managed cluster.\n' diff --git a/src/aks-preview/azext_aks_preview/managed_cluster_decorator.py b/src/aks-preview/azext_aks_preview/managed_cluster_decorator.py index 5aee917b718..b8f5c7afd43 100644 --- a/src/aks-preview/azext_aks_preview/managed_cluster_decorator.py +++ b/src/aks-preview/azext_aks_preview/managed_cluster_decorator.py @@ -67,6 +67,7 @@ check_is_private_cluster, check_is_apiserver_vnet_integration_cluster, get_cluster_snapshot_by_snapshot_id, + setup_common_guardrails_profile ) from azext_aks_preview._loadbalancer import create_load_balancer_profile from azext_aks_preview._loadbalancer import ( @@ -162,6 +163,15 @@ def external_functions(self) -> SimpleNamespace: self.__external_functions = SimpleNamespace(**external_functions) return self.__external_functions + def get_guardrails_level(self) -> Union[str, None]: + return self.raw_param.get("guardrails_level") + + def get_guardrails_excluded_namespaces(self) -> Union[str, None]: + return self.raw_param.get("guardrails_excluded_ns") + + def get_guardrails_version(self) -> Union[str, None]: + return self.raw_param.get("guardrails_version") + # pylint: disable=no-self-use def __validate_pod_identity_with_kubenet(self, mc, enable_pod_identity, enable_pod_identity_with_kubenet): """Helper function to check the validity of serveral pod identity related parameters. @@ -616,6 +626,13 @@ def get_enable_cilium_dataplane(self) -> bool: """ return bool(self.raw_param.get('enable_cilium_dataplane')) + def get_enable_network_observability(self) -> Optional[bool]: + """Get the value of enable_network_observability + + :return: bool or None + """ + return self.raw_param.get("enable_network_observability") + def get_load_balancer_managed_outbound_ipv6_count(self) -> Union[int, None]: """Obtain the expected count of IPv6 managed outbound IPs. @@ -1899,9 +1916,9 @@ def _get_enable_azure_monitor_metrics(self, enable_validation: bool = False) -> :return: bool """ - # print("_get_enable_azure_monitor_metrics being called...") # Read the original value passed by the command. - enable_azure_monitor_metrics = self.raw_param.get("enable_azuremonitormetrics") + # TODO: should remove get value from enable_azuremonitormetrics once the option is removed + enable_azure_monitor_metrics = self.raw_param.get("enable_azure_monitor_metrics") or self.raw_param.get("enable_azuremonitormetrics") # In create mode, try to read the property value corresponding to the parameter from the `mc` object. if self.decorator_mode == DecoratorMode.CREATE: if ( @@ -1937,7 +1954,8 @@ def _get_disable_azure_monitor_metrics(self, enable_validation: bool = False) -> :return: bool """ # Read the original value passed by the command. - disable_azure_monitor_metrics = self.raw_param.get("disable_azuremonitormetrics") + # TODO: should remove get value from disable_azuremonitormetrics once the option is removed + disable_azure_monitor_metrics = self.raw_param.get("disable_azure_monitor_metrics") or self.raw_param.get("disable_azuremonitormetrics") if disable_azure_monitor_metrics and self._get_enable_azure_monitor_metrics(False): raise MutuallyExclusiveArgumentError("Cannot specify --enable-azuremonitormetrics and --disable-azuremonitormetrics at the same time.") return disable_azure_monitor_metrics @@ -2359,6 +2377,12 @@ def set_up_network_profile(self, mc: ManagedCluster) -> ManagedCluster: else: network_profile.network_dataplane = self.context.get_network_dataplane() + network_observability = self.context.get_enable_network_observability() + if network_observability is not None: + network_profile.monitoring = self.models.NetworkMonitoring( + enabled=network_observability + ) + return mc def set_up_api_server_access_profile(self, mc: ManagedCluster) -> ManagedCluster: @@ -2654,6 +2678,14 @@ def set_up_auto_upgrade_profile(self, mc: ManagedCluster) -> ManagedCluster: mc.auto_upgrade_profile.node_os_upgrade_channel = node_os_upgrade_channel return mc + def set_up_guardrails_profile(self, mc: ManagedCluster) -> ManagedCluster: + excludedNamespaces = self.context.get_guardrails_excluded_namespaces() + version = self.context.get_guardrails_version() + level = self.context.get_guardrails_level() + # provided any value? + mc = setup_common_guardrails_profile(level, version, excludedNamespaces, mc, self.models) + return mc + def set_up_azure_service_mesh_profile(self, mc: ManagedCluster) -> ManagedCluster: """Set up azure service mesh for the ManagedCluster object. @@ -2720,6 +2752,8 @@ def construct_mc_profile_preview(self, bypass_restore_defaults: bool = False) -> mc = self.set_up_node_resource_group_profile(mc) # set up auto upgrade profile mc = self.set_up_auto_upgrade_profile(mc) + # set up guardrails profile + mc = self.set_up_guardrails_profile(mc) # set up azure service mesh profile mc = self.set_up_azure_service_mesh_profile(mc) # set up azure monitor profile @@ -2988,6 +3022,20 @@ def update_network_plugin_settings(self, mc: ManagedCluster) -> ManagedCluster: mc.network_profile.pod_cidr = pod_cidr return mc + def update_enable_network_observability_in_network_profile(self, mc: ManagedCluster) -> ManagedCluster: + """Update enable network observability of network profile for the ManagedCluster object. + + :return: the ManagedCluster object + """ + self._ensure_mc(mc) + + network_observability = self.context.get_enable_network_observability() + if network_observability is not None: + mc.network_profile.monitoring = self.models.NetworkMonitoring( + enabled=network_observability + ) + return mc + def update_outbound_type_in_network_profile(self, mc: ManagedCluster) -> ManagedCluster: """Update outbound type of network profile for the ManagedCluster object. @@ -3295,7 +3343,14 @@ def update_azure_monitor_profile(self, mc: ManagedCluster) -> ManagedCluster: mc.azure_monitor_profile = self.models.ManagedClusterAzureMonitorProfile() mc.azure_monitor_profile.metrics = self.models.ManagedClusterAzureMonitorProfileMetrics(enabled=False) - if (self.context.raw_param.get("enable_azuremonitormetrics") or self.context.raw_param.get("disable_azuremonitormetrics")): + # TODO: should remove get value from enable_azuremonitormetrics once the option is removed + # TODO: should remove get value from disable_azuremonitormetrics once the option is removed + if ( + self.context.raw_param.get("enable_azure_monitor_metrics") or + self.context.raw_param.get("enable_azuremonitormetrics") or + self.context.raw_param.get("disable_azure_monitor_metrics") or + self.context.raw_param.get("disable_azuremonitormetrics") + ): ensure_azure_monitor_profile_prerequisites( self.cmd, self.context.get_subscription_id(), @@ -3436,6 +3491,26 @@ def update_auto_upgrade_profile(self, mc: ManagedCluster) -> ManagedCluster: mc.auto_upgrade_profile.node_os_upgrade_channel = node_os_upgrade_channel return mc + def update_guardrails_profile(self, mc: ManagedCluster) -> ManagedCluster: + """Update guardrails profile for the ManagedCluster object + :return: the ManagedCluster object + """ + + self._ensure_mc(mc) + + excludedNamespaces = self.context.get_guardrails_excluded_namespaces() + version = self.context.get_guardrails_version() + level = self.context.get_guardrails_level() + + mc = setup_common_guardrails_profile(level, version, excludedNamespaces, mc, self.models) + + if level is not None: + mc.guardrails_profile.level = level + if version is not None: + mc.guardrails_profile.version = version + + return mc + def update_azure_service_mesh_profile(self, mc: ManagedCluster) -> ManagedCluster: """Update azure service mesh profile for the ManagedCluster object. """ @@ -3561,7 +3636,11 @@ def update_mc_profile_preview(self) -> ManagedCluster: mc = self.update_node_resource_group_profile(mc) # update auto upgrade profile mc = self.update_auto_upgrade_profile(mc) + # update guardrails_profile + mc = self.update_guardrails_profile(mc) # update auto upgrade profile mc = self.update_upgrade_settings(mc) + # update network_observability in network_profile + mc = self.update_enable_network_observability_in_network_profile(mc) return mc diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_abort.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_abort.yaml index 734f2769e9b..cbbfe68ae29 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_abort.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_abort.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -120,7 +120,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -206,7 +206,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -290,7 +290,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclusters/cliakstest000002/abort?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclusters/cliakstest000002/abort?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -472,7 +472,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_disable_confcom_addon.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_disable_confcom_addon.yaml index 90e2be9a988..9c944f46810 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_disable_confcom_addon.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_disable_confcom_addon.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -123,7 +123,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -644,7 +644,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -736,7 +736,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -856,7 +856,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1144,7 +1144,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_disable_openservicemesh.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_disable_openservicemesh.yaml index 7615683d11b..885576d34c7 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_disable_openservicemesh.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_disable_openservicemesh.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -123,7 +123,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -563,7 +563,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -650,7 +650,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -769,7 +769,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1009,7 +1009,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_enable_confcom_addon.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_enable_confcom_addon.yaml index c117289f9c2..6b47ff012d1 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_enable_confcom_addon.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_enable_confcom_addon.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -122,7 +122,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -593,7 +593,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -683,7 +683,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -802,7 +802,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1043,7 +1043,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_enable_with_azurekeyvaultsecretsprovider.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_enable_with_azurekeyvaultsecretsprovider.yaml index 08de221a078..08daa8953b1 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_enable_with_azurekeyvaultsecretsprovider.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_enable_with_azurekeyvaultsecretsprovider.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -120,7 +120,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -543,7 +543,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -633,7 +633,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -752,7 +752,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1041,7 +1041,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1135,7 +1135,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1257,7 +1257,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1545,7 +1545,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1636,7 +1636,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1756,7 +1756,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2045,7 +2045,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2141,7 +2141,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_enable_with_openservicemesh.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_enable_with_openservicemesh.yaml index e3dbf5315f6..2aa85bce4d0 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_enable_with_openservicemesh.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_enable_with_openservicemesh.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -122,7 +122,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -977,7 +977,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1067,7 +1067,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1186,7 +1186,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1426,7 +1426,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_list_all_disabled.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_list_all_disabled.yaml index 91a762cf2e4..2d4de1bf3db 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_list_all_disabled.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_list_all_disabled.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -122,7 +122,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -517,7 +517,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -603,7 +603,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_list_confcom_enabled.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_list_confcom_enabled.yaml index 97bc04a378b..c282329c5e5 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_list_confcom_enabled.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_list_confcom_enabled.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -123,7 +123,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -548,7 +548,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -640,7 +640,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_list_openservicemesh_enabled.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_list_openservicemesh_enabled.yaml index bb0ba4f4978..76db2faa2a7 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_list_openservicemesh_enabled.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_list_openservicemesh_enabled.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -123,7 +123,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -595,7 +595,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -686,7 +686,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_show_all_disabled.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_show_all_disabled.yaml index 84be1863845..54abd1b2d16 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_show_all_disabled.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_show_all_disabled.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -122,7 +122,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -737,7 +737,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -827,7 +827,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_show_confcom_enabled.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_show_confcom_enabled.yaml index ad6627dafae..6d675bdf5c4 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_show_confcom_enabled.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_show_confcom_enabled.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -121,7 +121,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -546,7 +546,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -638,7 +638,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_show_openservicemesh_enabled.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_show_openservicemesh_enabled.yaml index e9da039910b..057d030e58c 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_show_openservicemesh_enabled.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_show_openservicemesh_enabled.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -123,7 +123,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -595,7 +595,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -686,7 +686,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_update_all_disabled.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_update_all_disabled.yaml index a1de7ddb577..e4dc5fa84ee 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_update_all_disabled.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_update_all_disabled.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -122,7 +122,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -641,7 +641,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -731,7 +731,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_update_with_azurekeyvaultsecretsprovider.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_update_with_azurekeyvaultsecretsprovider.yaml index 093b5ae550f..ae81009498d 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_update_with_azurekeyvaultsecretsprovider.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_update_with_azurekeyvaultsecretsprovider.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -122,7 +122,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -593,7 +593,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -683,7 +683,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -802,7 +802,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1091,7 +1091,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1185,7 +1185,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1279,7 +1279,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1402,7 +1402,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1643,7 +1643,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1739,7 +1739,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_update_with_confcom.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_update_with_confcom.yaml index 2d3b5597256..5fb033cdc9e 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_update_with_confcom.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_update_with_confcom.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -122,7 +122,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -497,7 +497,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -587,7 +587,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -706,7 +706,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -947,7 +947,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1039,7 +1039,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1131,7 +1131,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1252,7 +1252,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1493,7 +1493,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1587,7 +1587,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_availability_zones.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_availability_zones.yaml index 808d6b2f1ae..6f320007541 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_availability_zones.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_availability_zones.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -123,7 +123,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -547,7 +547,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -638,7 +638,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/nodepool1\",\n @@ -710,7 +710,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/nodepool2?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/nodepool2?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/nodepool2\",\n @@ -1108,7 +1108,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/nodepool2?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/nodepool2?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/nodepool2\",\n @@ -1171,7 +1171,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_azure_cni_overlay_migration.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_azure_cni_overlay_migration.yaml index 38b46522153..8c6724942c8 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_azure_cni_overlay_migration.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_azure_cni_overlay_migration.yaml @@ -96,7 +96,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.6 (Linux-5.15.0-1035-azure-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -161,7 +161,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.6 (Linux-5.15.0-1035-azure-x86_64-with-glibc2.35) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -642,7 +642,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.6 (Linux-5.15.0-1035-azure-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -733,7 +733,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.6 (Linux-5.15.0-1035-azure-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -855,7 +855,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.6 (Linux-5.15.0-1035-azure-x86_64-with-glibc2.35) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1912,7 +1912,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.6 (Linux-5.15.0-1035-azure-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2006,7 +2006,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.6 (Linux-5.15.0-1035-azure-x86_64-with-glibc2.35) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_azure_service_mesh_enable_disable.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_azure_service_mesh_enable_disable.yaml index 8efae03e5be..ce2e81a97a5 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_azure_service_mesh_enable_disable.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_azure_service_mesh_enable_disable.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -81,7 +81,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -601,7 +601,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -692,7 +692,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -812,7 +812,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1198,7 +1198,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1291,7 +1291,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1413,7 +1413,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1655,7 +1655,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1750,7 +1750,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_azure_service_mesh_with_ingress_gateway.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_azure_service_mesh_with_ingress_gateway.yaml index 66290bf6cb4..628589d732a 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_azure_service_mesh_with_ingress_gateway.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_azure_service_mesh_with_ingress_gateway.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -84,7 +84,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -615,7 +615,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -711,7 +711,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -837,7 +837,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1177,7 +1177,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1272,7 +1272,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1397,7 +1397,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1737,7 +1737,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1834,7 +1834,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '' 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 6fd6367011d..588319d2c65 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 @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -128,7 +128,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -579,7 +579,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -670,7 +670,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -793,7 +793,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1186,7 +1186,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_add_nodepool_with_custom_ca_trust_certificates.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_add_nodepool_with_custom_ca_trust_certificates.yaml index b00ad0a07bd..c7a2255eaf8 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_add_nodepool_with_custom_ca_trust_certificates.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_add_nodepool_with_custom_ca_trust_certificates.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -130,7 +130,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -563,7 +563,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -657,7 +657,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_add_nodepool_with_motd.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_add_nodepool_with_motd.yaml index aae854a4145..e0b79888d18 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_add_nodepool_with_motd.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_add_nodepool_with_motd.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -123,7 +123,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -643,7 +643,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -734,7 +734,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -805,7 +805,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004\",\n @@ -1251,7 +1251,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004\",\n @@ -1314,7 +1314,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' 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 981d48877f2..e2ca936919f 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 @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -127,7 +127,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -511,7 +511,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -607,7 +607,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_again_should_fail.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_again_should_fail.yaml index 05c744d5171..ac4c2cacde8 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_again_should_fail.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_again_should_fail.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -79,7 +79,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -502,7 +502,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -592,7 +592,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -684,7 +684,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_csi_driver_to_v2.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_csi_driver_to_v2.yaml index c8e3c48f348..d2a525c47c3 100755 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_csi_driver_to_v2.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_csi_driver_to_v2.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -126,7 +126,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -508,7 +508,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -598,7 +598,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -715,7 +715,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -954,7 +954,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1046,7 +1046,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_ipv6_count.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_ipv6_count.yaml index a4e216fe985..95445dae025 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_ipv6_count.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_ipv6_count.yaml @@ -97,7 +97,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -168,7 +168,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -609,7 +609,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -703,7 +703,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -827,7 +827,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1118,7 +1118,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1216,7 +1216,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_outbound_ips.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_outbound_ips.yaml index 9d8cd6b366e..069df4f5221 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_outbound_ips.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_outbound_ips.yaml @@ -576,7 +576,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -641,7 +641,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1018,7 +1018,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1111,7 +1111,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1233,7 +1233,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1475,7 +1475,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1570,7 +1570,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_ssh_public_key.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_ssh_public_key.yaml index 1e837b0d754..a4e80455797 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_ssh_public_key.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_ssh_public_key.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -122,7 +122,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -977,7 +977,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1067,7 +1067,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1184,7 +1184,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2622,7 +2622,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2713,7 +2713,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_blob_csi_driver.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_blob_csi_driver.yaml index 5cf86e76863..330359f29af 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_blob_csi_driver.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_blob_csi_driver.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -125,7 +125,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -597,7 +597,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -688,7 +688,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -808,7 +808,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1048,7 +1048,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1139,7 +1139,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1259,7 +1259,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1499,7 +1499,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1590,7 +1590,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1710,7 +1710,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1950,7 +1950,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2041,7 +2041,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2161,7 +2161,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2449,7 +2449,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2540,7 +2540,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2660,7 +2660,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2900,7 +2900,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2993,7 +2993,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_csi_drivers_extensibility.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_csi_drivers_extensibility.yaml index 973a319c9e7..3edf8d7e929 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_csi_drivers_extensibility.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_csi_drivers_extensibility.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -127,7 +127,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -558,7 +558,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -648,7 +648,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -765,7 +765,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1052,7 +1052,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1142,7 +1142,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1260,7 +1260,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1691,7 +1691,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1781,7 +1781,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1898,7 +1898,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2185,7 +2185,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2276,7 +2276,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2395,7 +2395,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2638,7 +2638,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2730,7 +2730,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_http_proxy_config.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_http_proxy_config.yaml index a92d9c61b1d..b92165557e4 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_http_proxy_config.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_http_proxy_config.yaml @@ -2511,7 +2511,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -2671,7 +2671,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2768,7 +2768,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -3624,7 +3624,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -3725,7 +3725,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -3855,7 +3855,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -4152,7 +4152,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n 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 ed6ece6c6d5..f6a38a4c55e 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 @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -127,7 +127,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -561,7 +561,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -655,7 +655,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -778,7 +778,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1165,7 +1165,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n 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 6dcdd818fd6..0c2d4ddafa8 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 @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -127,7 +127,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -512,7 +512,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -606,7 +606,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -729,7 +729,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1116,7 +1116,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1210,7 +1210,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1333,7 +1333,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1720,7 +1720,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_managed_nat_gateway_outbound.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_managed_nat_gateway_outbound.yaml index b54ecb62026..1b6ab551461 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_managed_nat_gateway_outbound.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_managed_nat_gateway_outbound.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -122,7 +122,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -594,7 +594,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -685,7 +685,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -804,7 +804,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1140,7 +1140,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_node_restriction.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_node_restriction.yaml index 8212affd759..59ca4a5a6d3 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_node_restriction.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_node_restriction.yaml @@ -96,7 +96,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -205,7 +205,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -588,7 +588,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -679,7 +679,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -797,7 +797,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1085,7 +1085,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1176,7 +1176,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1294,7 +1294,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1582,7 +1582,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_nrg_restriction_level.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_nrg_restriction_level.yaml index cb1437a165a..29c339c5c4b 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_nrg_restriction_level.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_nrg_restriction_level.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -84,7 +84,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -565,7 +565,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -656,7 +656,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -777,7 +777,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1065,7 +1065,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1158,7 +1158,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_vpa.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_vpa.yaml index 4b34f05c361..84ae3f8fea2 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_vpa.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_vpa.yaml @@ -96,7 +96,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -208,7 +208,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -837,7 +837,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -929,7 +929,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1051,7 +1051,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1292,7 +1292,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1384,7 +1384,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1506,7 +1506,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1795,7 +1795,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_dualstack_with_default_network.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_dualstack_with_default_network.yaml index 197250256c4..fd9690e4b47 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_dualstack_with_default_network.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_dualstack_with_default_network.yaml @@ -96,7 +96,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -161,7 +161,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -740,7 +740,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -834,7 +834,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' 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 094eb01cdae..3b09efc6c76 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 @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -122,7 +122,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -593,7 +593,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -684,7 +684,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -803,7 +803,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1147,7 +1147,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n 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 94518f54fe0..8a0e43be17b 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 @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -127,7 +127,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -793,7 +793,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -888,7 +888,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_or_update_with_load_balancer_backend_pool_type.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_or_update_with_load_balancer_backend_pool_type.yaml index 7079c9f14a2..16bfbc2a0d1 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_or_update_with_load_balancer_backend_pool_type.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_or_update_with_load_balancer_backend_pool_type.yaml @@ -96,7 +96,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -164,7 +164,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -596,7 +596,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -687,7 +687,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -807,7 +807,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1047,7 +1047,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n 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 2049f14b5ed..ae4640a57f5 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: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -123,7 +123,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -840,7 +840,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -937,7 +937,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1065,7 +1065,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1406,7 +1406,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n 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 8d767bf9e20..0531d6bb79c 100755 --- 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 @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -81,7 +81,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -563,7 +563,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -654,7 +654,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -774,7 +774,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1062,7 +1062,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1153,7 +1153,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1273,7 +1273,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1561,7 +1561,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1652,7 +1652,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1774,7 +1774,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2016,7 +2016,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2109,7 +2109,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2233,7 +2233,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2523,7 +2523,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2616,7 +2616,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2739,7 +2739,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -3027,7 +3027,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -3120,7 +3120,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_web_application_routing_dns_zone_not_exist.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_web_application_routing_dns_zone_not_exist.yaml index cca716d9626..53fa3857f3b 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_web_application_routing_dns_zone_not_exist.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_web_application_routing_dns_zone_not_exist.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -126,7 +126,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"code\": \"InternalOperationError\",\n \"message\": \"Internal @@ -196,7 +196,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"code\": \"InternalOperationError\",\n \"message\": \"Internal @@ -266,7 +266,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"code\": \"InternalOperationError\",\n \"message\": \"Internal @@ -336,7 +336,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"code\": \"InternalOperationError\",\n \"message\": \"Internal 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 28d76be5746..9451dff06bf 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 @@ -18,7 +18,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -83,7 +83,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -523,7 +523,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -614,7 +614,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -684,7 +684,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n @@ -1225,7 +1225,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n @@ -1285,7 +1285,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1422,7 +1422,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -2586,7 +2586,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -2689,7 +2689,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -2764,7 +2764,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-05-02-preview response: body: string: '' @@ -2813,7 +2813,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_apiserver_vnet_integration.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_apiserver_vnet_integration.yaml index 4922850b769..c5348231b59 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_apiserver_vnet_integration.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_apiserver_vnet_integration.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -85,7 +85,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -863,7 +863,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -959,7 +959,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_apiserver_vnet_integration_public.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_apiserver_vnet_integration_public.yaml index 6cb25b44c85..0dc9bcadd6e 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_apiserver_vnet_integration_public.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_apiserver_vnet_integration_public.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -84,7 +84,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -713,7 +713,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -807,7 +807,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' 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 c2f474826ea..02e2c9c96d0 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 @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -82,7 +82,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -514,7 +514,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -605,7 +605,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -723,7 +723,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1011,7 +1011,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1104,7 +1104,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_auto_upgrade_channel_and_node_os_upgrade_channel.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_auto_upgrade_channel_and_node_os_upgrade_channel.yaml index 97429e647ad..795ae42f7e0 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_auto_upgrade_channel_and_node_os_upgrade_channel.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_auto_upgrade_channel_and_node_os_upgrade_channel.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -84,7 +84,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -516,7 +516,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -608,7 +608,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -730,7 +730,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1931,7 +1931,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2025,7 +2025,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' 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 951bbf8db31..661445caec1 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 @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -124,7 +124,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -501,7 +501,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -597,7 +597,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_azuremonitormetrics.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_azuremonitormetrics.yaml index dfa73b0af7e..cfc5761e148 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_azuremonitormetrics.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_azuremonitormetrics.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -83,7 +83,7 @@ interactions: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -959,7 +959,7 @@ interactions: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -3078,7 +3078,7 @@ interactions: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -3172,7 +3172,7 @@ interactions: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -3266,7 +3266,7 @@ interactions: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -3360,7 +3360,7 @@ interactions: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -3454,7 +3454,7 @@ interactions: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -3550,7 +3550,7 @@ interactions: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '' 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 d604b7e1699..040f8f03783 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 @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -123,7 +123,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -548,7 +548,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n 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 062e91b1c82..92b1f8973ce 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 @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -126,7 +126,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -559,7 +559,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_crg_id.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_crg_id.yaml index 4de5eb473ed..ac5d07cca6e 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_crg_id.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_crg_id.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -82,7 +82,7 @@ interactions: - AZURECLI/2.33.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/16.5.0 Python/3.9.6 (Linux-5.10.76-linuxkit-x86_64-with) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\"\ @@ -512,7 +512,7 @@ interactions: - AZURECLI/2.33.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/16.5.0 Python/3.9.6 (Linux-5.10.76-linuxkit-x86_64-with) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\"\ @@ -604,7 +604,7 @@ interactions: - AZURECLI/2.33.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/16.5.0 Python/3.9.6 (Linux-5.10.76-linuxkit-x86_64-with) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/c000002\"\ @@ -673,7 +673,7 @@ interactions: - AZURECLI/2.33.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/16.5.0 Python/3.9.6 (Linux-5.10.76-linuxkit-x86_64-with) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/c000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/c000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/c000003\"\ @@ -1070,7 +1070,7 @@ interactions: - AZURECLI/2.33.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/16.5.0 Python/3.9.6 (Linux-5.10.76-linuxkit-x86_64-with) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/c000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/c000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/c000003\"\ @@ -1132,7 +1132,7 @@ interactions: - AZURECLI/2.33.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/16.5.0 Python/3.9.6 (Linux-5.10.76-linuxkit-x86_64-with) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_csi_driver_v2.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_csi_driver_v2.yaml index 7e574f75573..bccc3d4059a 100755 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_csi_driver_v2.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_csi_driver_v2.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -126,7 +126,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -508,7 +508,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -600,7 +600,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_default_network.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_default_network.yaml index c85a7fcfd57..0f7a27c919a 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_default_network.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_default_network.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -82,7 +82,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -513,7 +513,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -605,7 +605,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_enable_cilium_dataplane.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_enable_cilium_dataplane.yaml index 5a79b09c3f4..d28fa63cd4c 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_enable_cilium_dataplane.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_enable_cilium_dataplane.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -83,7 +83,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -517,7 +517,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -613,7 +613,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_enable_network_observability.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_enable_network_observability.yaml new file mode 100644 index 00000000000..f8a6ce62c39 --- /dev/null +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_enable_network_observability.yaml @@ -0,0 +1,692 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --ssh-key-value --node-count --tier --enable-network-observability + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 12 Jun 2023 22:10:46 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: '{"location": "eastus", "sku": {"name": "Base", "tier": "Standard"}, "identity": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "", "dnsPrefix": + "cliakstest-clitestlmigynd3l-26ad90", "agentPoolProfiles": [{"count": 1, "vmSize": + "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": + "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": + "System", "orchestratorVersion": "", "upgradeSettings": {}, "enableNodePublicIP": + false, "enableCustomCATrust": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": + "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": + false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "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", "outboundType": "loadBalancer", + "loadBalancerSku": "standard", "monitoring": {"enabled": true}}, "disableLocalAccounts": + false, "storageProfile": {}}}' + headers: + AKSHTTPCustomFeatures: + - Microsoft.ContainerService/NetworkObservabilityPreview + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + Content-Length: + - '1949' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --location --ssh-key-value --node-count --tier --enable-network-observability + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview + response: + body: + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n + \ \"location\": \"eastus\",\n \"name\": \"cliakstest000001\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.25.6\",\n \"currentKubernetesVersion\": \"1.25.6\",\n \"dnsPrefix\": + \"cliakstest-clitestlmigynd3l-26ad90\",\n \"fqdn\": \"cliakstest-clitestlmigynd3l-26ad90-zvnbj9vt.hcp.eastus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestlmigynd3l-26ad90-zvnbj9vt.portal.hcp.eastus.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 \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.25.6\",\n \"currentOrchestratorVersion\": \"1.25.6\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-2204gen2containerd-202306.01.0\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\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_cliakstest000001_eastus\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"supportPlan\": \"KubernetesOfficial\",\n + \ \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": + \"standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": + {\n \"count\": 1\n },\n \"backendPoolType\": \"nodeIPConfiguration\"\n + \ },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n + \ \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": \"loadBalancer\",\n + \ \"podCidrs\": [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": + [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ],\n + \ \"monitoring\": {\n \"enabled\": true\n }\n },\n \"maxAgentPools\": + 100,\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": + {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n + \ },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": + {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": + false\n },\n \"workloadAutoScalerProfile\": {}\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\": \"Base\",\n \"tier\": \"Standard\"\n }\n }" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/efc7c3cd-07ac-4b4a-b40d-8352ce5831fe?api-version=2017-08-31 + cache-control: + - no-cache + content-length: + - '3852' + content-type: + - application/json + date: + - Mon, 12 Jun 2023 22:10:51 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: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --ssh-key-value --node-count --tier --enable-network-observability + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/efc7c3cd-07ac-4b4a-b40d-8352ce5831fe?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"cdc3c7ef-ac07-4a4b-b40d-8352ce5831fe\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-06-12T22:10:50.8831683Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Mon, 12 Jun 2023 22:10: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: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --ssh-key-value --node-count --tier --enable-network-observability + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/efc7c3cd-07ac-4b4a-b40d-8352ce5831fe?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"cdc3c7ef-ac07-4a4b-b40d-8352ce5831fe\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-06-12T22:10:50.8831683Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Mon, 12 Jun 2023 22:11:21 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 --ssh-key-value --node-count --tier --enable-network-observability + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/efc7c3cd-07ac-4b4a-b40d-8352ce5831fe?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"cdc3c7ef-ac07-4a4b-b40d-8352ce5831fe\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-06-12T22:10:50.8831683Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Mon, 12 Jun 2023 22:11: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: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --ssh-key-value --node-count --tier --enable-network-observability + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/efc7c3cd-07ac-4b4a-b40d-8352ce5831fe?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"cdc3c7ef-ac07-4a4b-b40d-8352ce5831fe\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-06-12T22:10:50.8831683Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Mon, 12 Jun 2023 22:12:21 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 --ssh-key-value --node-count --tier --enable-network-observability + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/efc7c3cd-07ac-4b4a-b40d-8352ce5831fe?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"cdc3c7ef-ac07-4a4b-b40d-8352ce5831fe\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-06-12T22:10:50.8831683Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Mon, 12 Jun 2023 22:12: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: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --ssh-key-value --node-count --tier --enable-network-observability + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/efc7c3cd-07ac-4b4a-b40d-8352ce5831fe?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"cdc3c7ef-ac07-4a4b-b40d-8352ce5831fe\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-06-12T22:10:50.8831683Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Mon, 12 Jun 2023 22:13:21 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 --ssh-key-value --node-count --tier --enable-network-observability + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/efc7c3cd-07ac-4b4a-b40d-8352ce5831fe?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"cdc3c7ef-ac07-4a4b-b40d-8352ce5831fe\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-06-12T22:10:50.8831683Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Mon, 12 Jun 2023 22:13: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: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --ssh-key-value --node-count --tier --enable-network-observability + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/efc7c3cd-07ac-4b4a-b40d-8352ce5831fe?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"cdc3c7ef-ac07-4a4b-b40d-8352ce5831fe\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-06-12T22:10:50.8831683Z\",\n \"endTime\": + \"2023-06-12T22:14:20.4773025Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '170' + content-type: + - application/json + date: + - Mon, 12 Jun 2023 22:14:22 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 --ssh-key-value --node-count --tier --enable-network-observability + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview + response: + body: + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n + \ \"location\": \"eastus\",\n \"name\": \"cliakstest000001\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.25.6\",\n \"currentKubernetesVersion\": \"1.25.6\",\n \"dnsPrefix\": + \"cliakstest-clitestlmigynd3l-26ad90\",\n \"fqdn\": \"cliakstest-clitestlmigynd3l-26ad90-zvnbj9vt.hcp.eastus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestlmigynd3l-26ad90-zvnbj9vt.portal.hcp.eastus.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 \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.25.6\",\n \"currentOrchestratorVersion\": \"1.25.6\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-2204gen2containerd-202306.01.0\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\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_cliakstest000001_eastus\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"supportPlan\": \"KubernetesOfficial\",\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_eastus/providers/Microsoft.Network/publicIPAddresses/220ca2dc-6aca-40e8-8799-8edc61c7ff72\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n + \ \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n + \ \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": \"loadBalancer\",\n + \ \"podCidrs\": [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": + [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ],\n + \ \"monitoring\": {\n \"enabled\": true\n }\n },\n \"maxAgentPools\": + 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_eastus/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 \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + {}\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\": \"Base\",\n \"tier\": \"Standard\"\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '4503' + content-type: + - application/json + date: + - Mon, 12 Jun 2023 22:14:23 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 delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --yes --no-wait + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/9e4e08b7-fd8b-444a-83f1-512631bf5f35?api-version=2017-08-31 + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 12 Jun 2023 22:14:25 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operationresults/9e4e08b7-fd8b-444a-83f1-512631bf5f35?api-version=2017-08-31 + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted +version: 1 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 0e99dc0940e..a8e7a8360a5 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 @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -126,7 +126,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -606,7 +606,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n 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 013ce9708fa..fbd7c6d404c 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 @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -122,7 +122,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -593,7 +593,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -683,7 +683,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -753,7 +753,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/np2?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/np2?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/np2\",\n @@ -1150,7 +1150,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/np2?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/np2?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/np2\",\n @@ -1212,7 +1212,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_guardrails.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_guardrails.yaml new file mode 100644 index 00000000000..0417dcb46cc --- /dev/null +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_guardrails.yaml @@ -0,0 +1,838 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --guardrails-level --guardrails-version --enable-addons + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 14:26:25 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: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --guardrails-level --guardrails-version --enable-addons + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2022-09-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","test":"test_aks_create_with_guardrails","date":"2023-05-26T14:26:23Z","module":"aks-preview"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '369' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 14:26:25 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": "westus2", "identity": {"type": "SystemAssigned"}, "properties": + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest2kqp4yqvi-79a739", + "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": + 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": + false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": + "", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": + false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": + -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, + "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCf9g3FbYA7YtMBxMqO0yWh9pIzUTZb2cDLPjPnR+TrezzTiMk8OrEHQDZurqQtf+E5r/qmvqVJKrkSNU2g4OOgFOQd7JAiDfxzWL967E4tx0avDUd/TaekUsP981tYkLDSUWEh6p5oVjh3ce4ngo++6XDX9IDAT/S8wReNmlAsuKlB8jEUeeSr/6lhFddi3d0lCsAQ7hY7f2emMM7UTf+89ioNSUztW86qQXeEUwSNJVDofHY5gWBKnHQVJxrKXLzQWlYd2pbB6AxE/V3lJEBPhIwpn3PycAzFafNXW0OacNfoke5nSxQxzSgo0VxiB1RUwBq6wQMisMv/12MZqjoN + azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"azurepolicy": {"enabled": + 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", "outboundType": "loadBalancer", "loadBalancerSku": + "standard"}, "disableLocalAccounts": false, "storageProfile": {}, "guardrailsProfile": + {"version": "v1.0.0", "level": "Warning"}}}' + headers: + AKSHTTPCustomFeatures: + - Microsoft.ContainerService/GuardrailsPreview + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + Content-Length: + - '1639' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --guardrails-level --guardrails-version --enable-addons + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview + 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.25.6\",\n \"currentKubernetesVersion\": \"1.25.6\",\n \"dnsPrefix\": + \"cliakstest-clitest2kqp4yqvi-79a739\",\n \"fqdn\": \"cliakstest-clitest2kqp4yqvi-79a739-nducrbx4.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest2kqp4yqvi-79a739-nducrbx4.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 \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.25.6\",\n \"currentOrchestratorVersion\": \"1.25.6\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-2204gen2containerd-202305.15.0\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCf9g3FbYA7YtMBxMqO0yWh9pIzUTZb2cDLPjPnR+TrezzTiMk8OrEHQDZurqQtf+E5r/qmvqVJKrkSNU2g4OOgFOQd7JAiDfxzWL967E4tx0avDUd/TaekUsP981tYkLDSUWEh6p5oVjh3ce4ngo++6XDX9IDAT/S8wReNmlAsuKlB8jEUeeSr/6lhFddi3d0lCsAQ7hY7f2emMM7UTf+89ioNSUztW86qQXeEUwSNJVDofHY5gWBKnHQVJxrKXLzQWlYd2pbB6AxE/V3lJEBPhIwpn3PycAzFafNXW0OacNfoke5nSxQxzSgo0VxiB1RUwBq6wQMisMv/12MZqjoN + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": + {\n \"azurepolicy\": {\n \"enabled\": true,\n \"config\": null\n + \ }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"supportPlan\": + \"KubernetesOfficial\",\n \"networkProfile\": {\n \"networkPlugin\": + \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": + {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"backendPoolType\": + \"nodeIPConfiguration\"\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": + \"loadBalancer\",\n \"podCidrs\": [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": + [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n + \ },\n \"maxAgentPools\": 100,\n \"disableLocalAccounts\": false,\n \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"guardrailsProfile\": + {\n \"level\": \"Warning\",\n \"version\": \"v1.0.0\",\n \"systemExcludedNamespaces\": + [\n \"kube-system\",\n \"calico-system\",\n \"tigera-system\",\n + \ \"gatekeeper-system\"\n ]\n },\n \"workloadAutoScalerProfile\": + {}\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\": \"Base\",\n \"tier\": \"Free\"\n }\n }" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/210e66ce-4ce5-4920-a3af-0b7dda9a127c?api-version=2016-03-30 + cache-control: + - no-cache + content-length: + - '3782' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:26:32 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: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --guardrails-level --guardrails-version --enable-addons + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/210e66ce-4ce5-4920-a3af-0b7dda9a127c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ce660e21-e54c-2049-a3af-0b7dda9a127c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-05-26T14:26:31.8199948Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:26:32 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + 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 --guardrails-level --guardrails-version --enable-addons + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/210e66ce-4ce5-4920-a3af-0b7dda9a127c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ce660e21-e54c-2049-a3af-0b7dda9a127c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-05-26T14:26:31.8199948Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:27:02 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + 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 --guardrails-level --guardrails-version --enable-addons + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/210e66ce-4ce5-4920-a3af-0b7dda9a127c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ce660e21-e54c-2049-a3af-0b7dda9a127c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-05-26T14:26:31.8199948Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:27:32 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + 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 --guardrails-level --guardrails-version --enable-addons + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/210e66ce-4ce5-4920-a3af-0b7dda9a127c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ce660e21-e54c-2049-a3af-0b7dda9a127c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-05-26T14:26:31.8199948Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:28:02 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + 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 --guardrails-level --guardrails-version --enable-addons + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/210e66ce-4ce5-4920-a3af-0b7dda9a127c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ce660e21-e54c-2049-a3af-0b7dda9a127c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-05-26T14:26:31.8199948Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:28:32 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + 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 --guardrails-level --guardrails-version --enable-addons + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/210e66ce-4ce5-4920-a3af-0b7dda9a127c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ce660e21-e54c-2049-a3af-0b7dda9a127c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-05-26T14:26:31.8199948Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:29:02 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + 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 --guardrails-level --guardrails-version --enable-addons + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/210e66ce-4ce5-4920-a3af-0b7dda9a127c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ce660e21-e54c-2049-a3af-0b7dda9a127c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-05-26T14:26:31.8199948Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:29:32 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + 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 --guardrails-level --guardrails-version --enable-addons + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/210e66ce-4ce5-4920-a3af-0b7dda9a127c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ce660e21-e54c-2049-a3af-0b7dda9a127c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-05-26T14:26:31.8199948Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:30:02 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + 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 --guardrails-level --guardrails-version --enable-addons + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/210e66ce-4ce5-4920-a3af-0b7dda9a127c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ce660e21-e54c-2049-a3af-0b7dda9a127c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-05-26T14:26:31.8199948Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:30:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + 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 --guardrails-level --guardrails-version --enable-addons + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/210e66ce-4ce5-4920-a3af-0b7dda9a127c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ce660e21-e54c-2049-a3af-0b7dda9a127c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-05-26T14:26:31.8199948Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:31:03 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + 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 --guardrails-level --guardrails-version --enable-addons + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/210e66ce-4ce5-4920-a3af-0b7dda9a127c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ce660e21-e54c-2049-a3af-0b7dda9a127c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-05-26T14:26:31.8199948Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:31:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + 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 --guardrails-level --guardrails-version --enable-addons + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/210e66ce-4ce5-4920-a3af-0b7dda9a127c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ce660e21-e54c-2049-a3af-0b7dda9a127c\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-05-26T14:26:31.8199948Z\",\n \"endTime\": + \"2023-05-26T14:31:58.6871185Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '170' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:32:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + 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 --guardrails-level --guardrails-version --enable-addons + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview + 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.25.6\",\n \"currentKubernetesVersion\": \"1.25.6\",\n \"dnsPrefix\": + \"cliakstest-clitest2kqp4yqvi-79a739\",\n \"fqdn\": \"cliakstest-clitest2kqp4yqvi-79a739-nducrbx4.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest2kqp4yqvi-79a739-nducrbx4.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 \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.25.6\",\n \"currentOrchestratorVersion\": \"1.25.6\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-2204gen2containerd-202305.15.0\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCf9g3FbYA7YtMBxMqO0yWh9pIzUTZb2cDLPjPnR+TrezzTiMk8OrEHQDZurqQtf+E5r/qmvqVJKrkSNU2g4OOgFOQd7JAiDfxzWL967E4tx0avDUd/TaekUsP981tYkLDSUWEh6p5oVjh3ce4ngo++6XDX9IDAT/S8wReNmlAsuKlB8jEUeeSr/6lhFddi3d0lCsAQ7hY7f2emMM7UTf+89ioNSUztW86qQXeEUwSNJVDofHY5gWBKnHQVJxrKXLzQWlYd2pbB6AxE/V3lJEBPhIwpn3PycAzFafNXW0OacNfoke5nSxQxzSgo0VxiB1RUwBq6wQMisMv/12MZqjoN + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": + {\n \"azurepolicy\": {\n \"enabled\": true,\n \"config\": null,\n + \ \"identity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/azurepolicy-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 \"supportPlan\": + \"KubernetesOfficial\",\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/4d01a4df-e4c3-4e9b-a584-af299c5c09ab\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n + \ \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n + \ \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": \"loadBalancer\",\n + \ \"podCidrs\": [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": + [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\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 \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"guardrailsProfile\": + {\n \"level\": \"Warning\",\n \"version\": \"v1.0.0\",\n \"systemExcludedNamespaces\": + [\n \"kube-system\",\n \"calico-system\",\n \"tigera-system\",\n + \ \"gatekeeper-system\"\n ]\n },\n \"workloadAutoScalerProfile\": + {}\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\": \"Base\",\n \"tier\": \"Free\"\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '4795' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:32:05 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_image_cleaner_enabled_with_default_interval_hours.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_image_cleaner_enabled_with_default_interval_hours.yaml index 4546ab14154..096d5b02409 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_image_cleaner_enabled_with_default_interval_hours.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_image_cleaner_enabled_with_default_interval_hours.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -84,7 +84,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -516,7 +516,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_image_cleaner_enabled_with_interval_hours.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_image_cleaner_enabled_with_interval_hours.yaml index fde35afba73..7c25a219477 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_image_cleaner_enabled_with_interval_hours.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_image_cleaner_enabled_with_interval_hours.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -84,7 +84,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -565,7 +565,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n 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 bcf5296f5e3..ba4a1500f05 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 @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -126,7 +126,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -609,7 +609,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_keda.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_keda.yaml index 1a0386c7f53..064e5cfd6e1 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_keda.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_keda.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -84,7 +84,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -614,7 +614,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -707,7 +707,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_kube_proxy_config.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_kube_proxy_config.yaml index 5e94e0b6911..e15dd081bc9 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_kube_proxy_config.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_kube_proxy_config.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -128,7 +128,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -532,7 +532,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -621,7 +621,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' 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 dd44b343b5c..c0ae995e41f 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 @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -123,7 +123,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -546,7 +546,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_network_dataplane_cilium.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_network_dataplane_cilium.yaml index 572eaab6ce6..9adae2fc494 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_network_dataplane_cilium.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_network_dataplane_cilium.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -83,7 +83,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -615,7 +615,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -711,7 +711,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_network_plugin_none.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_network_plugin_none.yaml index 73fb087de1a..52da2d2d43e 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_network_plugin_none.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_network_plugin_none.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -78,7 +78,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -741,7 +741,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_no_ssh_key_and_update_ssh_public_key.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_no_ssh_key_and_update_ssh_public_key.yaml index 69ce7f9677b..342dcddc785 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_no_ssh_key_and_update_ssh_public_key.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_no_ssh_key_and_update_ssh_public_key.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -121,7 +121,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -541,7 +541,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -628,7 +628,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -742,7 +742,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1796,7 +1796,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1887,7 +1887,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' 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 b2057a27d56..fbcfbe0f63c 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 @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -134,7 +134,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -575,7 +575,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -676,7 +676,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/nodepool1\",\n @@ -766,7 +766,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/nodepool2?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/nodepool2?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/nodepool2\",\n @@ -1033,7 +1033,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/nodepool2?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/nodepool2?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/nodepool2\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_node_os_upgrade_channel.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_node_os_upgrade_channel.yaml index 17da69741a9..4ef8b9ea41a 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_node_os_upgrade_channel.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_node_os_upgrade_channel.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -84,7 +84,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -663,7 +663,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -754,7 +754,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -874,7 +874,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2362,7 +2362,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2455,7 +2455,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_nsg_control.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_nsg_control.yaml index d03e036deb0..157c9529b5d 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_nsg_control.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_nsg_control.yaml @@ -433,7 +433,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -505,7 +505,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -995,7 +995,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1097,7 +1097,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_oidc_issuer_enabled.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_oidc_issuer_enabled.yaml index 8b9ae1a3492..6053f88de94 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_oidc_issuer_enabled.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_oidc_issuer_enabled.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -84,7 +84,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -516,7 +516,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n 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 1d1faea97f8..243a678fa33 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 @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -128,7 +128,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -609,7 +609,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n 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 4238c841ea3..68f93ebde64 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 @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -123,7 +123,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -594,7 +594,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -686,7 +686,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_overlay_network_plugin_mode.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_overlay_network_plugin_mode.yaml index a1d4b2f2d9b..6ad79128458 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_overlay_network_plugin_mode.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_overlay_network_plugin_mode.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -82,7 +82,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -564,7 +564,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -658,7 +658,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '' 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 b8c22ee8c40..ba69a2f97aa 100755 --- 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 @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -82,7 +82,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -563,7 +563,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -654,7 +654,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -773,7 +773,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1061,7 +1061,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1152,7 +1152,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1272,7 +1272,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1560,7 +1560,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1651,7 +1651,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1773,7 +1773,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2064,7 +2064,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2158,7 +2158,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2283,7 +2283,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2526,7 +2526,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2620,7 +2620,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2744,7 +2744,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -3032,7 +3032,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -3125,7 +3125,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_standard_blob_csi_driver.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_standard_blob_csi_driver.yaml index 4460afa6b3d..43d689c6f5f 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_standard_blob_csi_driver.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_standard_blob_csi_driver.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -120,7 +120,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -543,7 +543,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -633,7 +633,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -750,7 +750,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -989,7 +989,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1081,7 +1081,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_standard_csi_drivers.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_standard_csi_drivers.yaml index 062edeaaf82..afd5ef70136 100755 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_standard_csi_drivers.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_standard_csi_drivers.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -121,7 +121,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -928,7 +928,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1018,7 +1018,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1135,7 +1135,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1374,7 +1374,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1466,7 +1466,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_standard_sku.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_standard_sku.yaml index decc601f889..144ce3580ef 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_standard_sku.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_standard_sku.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -80,7 +80,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -503,7 +503,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -595,7 +595,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_web_application_routing.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_web_application_routing.yaml index fe15d5a5120..e4692f1d044 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_web_application_routing.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_web_application_routing.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -121,7 +121,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -546,7 +546,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n 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 63d8b0cac96..04036a17c6b 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 @@ -18,7 +18,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -83,7 +83,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -523,7 +523,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -614,7 +614,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -684,7 +684,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n @@ -1141,7 +1141,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n @@ -1197,7 +1197,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1334,7 +1334,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -2402,7 +2402,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -2505,7 +2505,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -2580,7 +2580,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-05-02-preview response: body: string: '' @@ -2629,7 +2629,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_windows_gmsa.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_windows_gmsa.yaml index 628a2eb6189..fe885a4ee67 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_windows_gmsa.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_windows_gmsa.yaml @@ -18,7 +18,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -85,7 +85,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -2577,7 +2577,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -2670,7 +2670,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -2740,7 +2740,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n @@ -3425,7 +3425,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n @@ -3485,7 +3485,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -3556,7 +3556,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-05-02-preview response: body: string: '' @@ -3605,7 +3605,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_workload_identity_enabled.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_workload_identity_enabled.yaml index e23539e47d7..bc7637029bf 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_workload_identity_enabled.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_workload_identity_enabled.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -85,7 +85,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -616,7 +616,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_custom_ca_trust_flow.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_custom_ca_trust_flow.yaml index 8095fbb9612..f92cadbf3a3 100755 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_custom_ca_trust_flow.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_custom_ca_trust_flow.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -121,7 +121,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -592,7 +592,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -682,7 +682,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -752,7 +752,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004\",\n @@ -1149,7 +1149,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004\",\n @@ -1211,7 +1211,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' 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 89b0b78c0d6..7125abfba22 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 @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -123,7 +123,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -595,7 +595,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -686,7 +686,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -801,7 +801,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1069,7 +1069,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_addon_web_app_routing.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_addon_web_app_routing.yaml index 6781b2340c5..d0b5dbac4a7 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_addon_web_app_routing.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_addon_web_app_routing.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -123,7 +123,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -596,7 +596,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -690,7 +690,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -813,7 +813,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1104,7 +1104,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n 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 14b8edb8a60..a8f6910ef8a 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 @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -123,7 +123,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -548,7 +548,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -640,7 +640,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -760,7 +760,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1000,7 +1000,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_local_accounts.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_local_accounts.yaml index 320d7917135..4aeec730c96 100755 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_local_accounts.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_local_accounts.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.47.0 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -126,7 +126,7 @@ interactions: - AZURECLI/2.47.0 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -855,7 +855,7 @@ interactions: - AZURECLI/2.47.0 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -950,7 +950,7 @@ interactions: - AZURECLI/2.47.0 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1074,7 +1074,7 @@ interactions: - AZURECLI/2.47.0 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1414,7 +1414,7 @@ interactions: - AZURECLI/2.47.0 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1511,7 +1511,7 @@ interactions: - AZURECLI/2.47.0 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' 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 86082093d88..cb73d18a123 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 @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -122,7 +122,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -545,7 +545,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -635,7 +635,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -754,7 +754,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1043,7 +1043,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1138,7 +1138,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1262,7 +1262,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1507,7 +1507,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1601,7 +1601,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1724,7 +1724,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1965,7 +1965,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2059,7 +2059,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2181,7 +2181,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2421,7 +2421,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2513,7 +2513,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2634,7 +2634,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2928,7 +2928,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -3024,7 +3024,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' 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 5e67f27aeb8..d54d685deed 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 @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -122,7 +122,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -545,7 +545,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -635,7 +635,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -754,7 +754,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -994,7 +994,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n 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 c07589ace77..f536d03d2f6 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 @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -122,7 +122,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -689,7 +689,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -779,7 +779,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -898,7 +898,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1139,7 +1139,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n 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 c66273b967b..bb18385eec4 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 @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -123,7 +123,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -595,7 +595,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -688,7 +688,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' 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 4cf56ff8cc5..898b39da1ce 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 @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -122,7 +122,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -545,7 +545,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -635,7 +635,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations?api-version=2023-05-02-preview response: body: string: "{\n \"value\": []\n }" @@ -687,7 +687,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/default?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/default?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/default\",\n @@ -739,7 +739,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/default\",\n @@ -796,7 +796,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/default?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/default?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/default\",\n @@ -852,7 +852,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/default?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/default?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/default\",\n @@ -908,7 +908,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/default?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/default?api-version=2023-05-02-preview response: body: string: '' @@ -951,7 +951,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations?api-version=2023-05-02-preview response: body: string: "{\n \"value\": []\n }" @@ -1000,7 +1000,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_maintenancewindow.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_maintenancewindow.yaml index 937071b3c1b..ddce8c5a177 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_maintenancewindow.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_maintenancewindow.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -122,7 +122,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -497,7 +497,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -588,7 +588,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations?api-version=2023-05-02-preview response: body: string: "{\n \"value\": []\n }" @@ -642,7 +642,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule\",\n @@ -697,7 +697,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule\",\n @@ -757,7 +757,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedNodeOSUpgradeSchedule?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedNodeOSUpgradeSchedule?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedNodeOSUpgradeSchedule\",\n @@ -811,7 +811,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule\",\n @@ -870,7 +870,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule\",\n @@ -936,7 +936,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule\",\n @@ -992,7 +992,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule\",\n @@ -1048,7 +1048,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule?api-version=2023-05-02-preview response: body: string: '' @@ -1093,7 +1093,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedNodeOSUpgradeSchedule?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedNodeOSUpgradeSchedule?api-version=2023-05-02-preview response: body: string: '' @@ -1136,7 +1136,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations?api-version=2023-05-02-preview response: body: string: "{\n \"value\": []\n }" @@ -1185,7 +1185,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_abort.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_abort.yaml index 2754d7b5494..b17aa049a3a 100755 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_abort.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_abort.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -124,7 +124,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -604,7 +604,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -694,7 +694,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/nodepool1\",\n @@ -764,7 +764,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -1209,7 +1209,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -1269,7 +1269,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -1342,7 +1342,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -1415,7 +1415,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -1479,7 +1479,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -1552,7 +1552,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -1614,7 +1614,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclusters/cliakstest000002/agentPools/c000003/abort?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclusters/cliakstest000002/agentPools/c000003/abort?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -1768,7 +1768,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_disable_windows_outbound_nat.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_disable_windows_outbound_nat.yaml index 24e81540474..6d13029dc90 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_disable_windows_outbound_nat.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_disable_windows_outbound_nat.yaml @@ -97,7 +97,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -162,7 +162,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -603,7 +603,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -696,7 +696,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -770,7 +770,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n @@ -1225,7 +1225,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n @@ -1288,7 +1288,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_gpu_instance_profile.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_gpu_instance_profile.yaml index 04caaac95a1..99f35d19ef6 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_gpu_instance_profile.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_gpu_instance_profile.yaml @@ -58,7 +58,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -121,7 +121,7 @@ interactions: - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -544,7 +544,7 @@ interactions: - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -635,7 +635,7 @@ interactions: - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -708,7 +708,7 @@ interactions: - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004\",\n @@ -1260,7 +1260,7 @@ interactions: - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004\",\n @@ -1322,7 +1322,7 @@ interactions: - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' 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 811413bc886..ec7e62fb541 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 @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -122,7 +122,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -545,7 +545,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -635,7 +635,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -705,7 +705,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004\",\n @@ -1102,7 +1102,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004\",\n @@ -1164,7 +1164,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_ossku_windows2022.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_ossku_windows2022.yaml index d369d2a90d0..fd239b74498 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_ossku_windows2022.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_ossku_windows2022.yaml @@ -97,7 +97,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -162,7 +162,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -552,7 +552,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -643,7 +643,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -715,7 +715,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n @@ -1304,7 +1304,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n @@ -1366,7 +1366,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_workload_runtime.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_workload_runtime.yaml index 55d2a2689f8..4d644dc048c 100755 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_workload_runtime.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_workload_runtime.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -121,7 +121,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -592,7 +592,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -682,7 +682,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -752,7 +752,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004\",\n @@ -1005,7 +1005,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004\",\n @@ -1067,7 +1067,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_create_with_nsg_control.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_create_with_nsg_control.yaml index 3457b0e5531..1fb63f51588 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_create_with_nsg_control.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_create_with_nsg_control.yaml @@ -430,7 +430,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -493,7 +493,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -916,7 +916,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1007,7 +1007,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/nodepool1\",\n @@ -1085,7 +1085,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000003\",\n @@ -1471,7 +1471,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000003\",\n @@ -1538,7 +1538,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_delete_with_ignore_pod_disruption_budget.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_delete_with_ignore_pod_disruption_budget.yaml index 40380213823..4e82883fb2a 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_delete_with_ignore_pod_disruption_budget.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_delete_with_ignore_pod_disruption_budget.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -122,7 +122,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -517,7 +517,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -603,7 +603,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -673,7 +673,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004\",\n @@ -926,7 +926,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004\",\n @@ -986,7 +986,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -1069,7 +1069,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000005?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000005?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000005\",\n @@ -1466,7 +1466,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000005?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000005?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000005\",\n @@ -1526,7 +1526,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -1614,7 +1614,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000005?api-version=2023-04-02-preview&ignore-pod-disruption-budget=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000005?api-version=2023-05-02-preview&ignore-pod-disruption-budget=true response: body: string: '' @@ -1661,7 +1661,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -1749,7 +1749,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-04-02-preview&ignore-pod-disruption-budget=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-05-02-preview&ignore-pod-disruption-budget=true response: body: string: '' @@ -1943,7 +1943,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' 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 1de9c7cecaf..9431cea6f0c 100755 --- 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 @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.47.0 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -123,7 +123,7 @@ interactions: - AZURECLI/2.47.0 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -691,7 +691,7 @@ interactions: - AZURECLI/2.47.0 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -782,7 +782,7 @@ interactions: - AZURECLI/2.47.0 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) 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=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003/upgradeProfiles/default?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003/upgradeProfiles/default\",\n @@ -835,7 +835,7 @@ interactions: - AZURECLI/2.47.0 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_snapshot.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_snapshot.yaml index 18e66a02ce5..fca8a886348 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_snapshot.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_snapshot.yaml @@ -96,7 +96,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -160,7 +160,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -542,7 +542,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -681,7 +681,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006?api-version=2023-05-02-preview response: body: string: "{\n \"name\": \"s000006\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006\",\n @@ -743,7 +743,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' @@ -790,7 +790,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006?api-version=2023-05-02-preview response: body: string: "{\n \"name\": \"s000006\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006\",\n @@ -848,7 +848,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"name\": \"s000006\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006\",\n @@ -907,7 +907,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000003'' @@ -953,7 +953,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006?api-version=2023-05-02-preview response: body: string: "{\n \"name\": \"s000006\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006\",\n @@ -1032,7 +1032,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003\",\n @@ -1465,7 +1465,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003\",\n @@ -1557,7 +1557,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003/agentPools/c000004\",\n @@ -1618,7 +1618,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006?api-version=2023-05-02-preview response: body: string: "{\n \"name\": \"s000006\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006\",\n @@ -1688,7 +1688,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003/agentPools/c000005?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003/agentPools/c000005?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003/agentPools/c000005\",\n @@ -2086,7 +2086,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003/agentPools/c000005?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003/agentPools/c000005?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003/agentPools/c000005\",\n @@ -2149,7 +2149,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-05-02-preview response: body: string: '' @@ -2198,7 +2198,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_stop_and_start.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_stop_and_start.yaml index 0eba8e564b2..9c97adefc2d 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_stop_and_start.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_stop_and_start.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -122,7 +122,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -497,7 +497,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -587,7 +587,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/nodepool1\",\n @@ -657,7 +657,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -862,7 +862,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -922,7 +922,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -995,7 +995,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -1067,7 +1067,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -1228,7 +1228,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -1288,7 +1288,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -1361,7 +1361,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -1433,7 +1433,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -1834,7 +1834,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -1896,7 +1896,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_update_label_msi.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_update_label_msi.yaml index 08a46f62934..46dabae1cb2 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_update_label_msi.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_update_label_msi.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -79,7 +79,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -502,7 +502,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -592,7 +592,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -684,7 +684,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/listClusterUserCredential?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/listClusterUserCredential?api-version=2023-05-02-preview response: body: string: "{\n \"kubeconfigs\": [\n {\n \"name\": \"clusterUser\",\n \"value\": @@ -735,7 +735,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -804,7 +804,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -917,7 +917,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -977,7 +977,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -1038,7 +1038,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -1104,7 +1104,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -1208,7 +1208,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -1263,7 +1263,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_update_taints_msi.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_update_taints_msi.yaml index 5a06c717318..3b446b1bb70 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_update_taints_msi.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_update_taints_msi.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -79,7 +79,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -454,7 +454,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -544,7 +544,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -636,7 +636,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/listClusterUserCredential?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/listClusterUserCredential?api-version=2023-05-02-preview response: body: string: "{\n \"kubeconfigs\": [\n {\n \"name\": \"clusterUser\",\n \"value\": @@ -687,7 +687,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -757,7 +757,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -870,7 +870,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -930,7 +930,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -991,7 +991,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -1057,7 +1057,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -1161,7 +1161,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -1216,7 +1216,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -1277,7 +1277,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_update_with_nsg_control.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_update_with_nsg_control.yaml index 674953420db..fa6960ce045 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_update_with_nsg_control.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_update_with_nsg_control.yaml @@ -431,7 +431,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -495,7 +495,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -926,7 +926,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1016,7 +1016,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000003\",\n @@ -1092,7 +1092,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000003\",\n @@ -1261,7 +1261,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000003\",\n @@ -1331,7 +1331,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_snapshot.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_snapshot.yaml index 4058a034489..e0d9696707a 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_snapshot.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_snapshot.yaml @@ -96,7 +96,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -160,7 +160,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -591,7 +591,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -732,7 +732,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-05-02-preview response: body: string: "{\n \"name\": \"s000005\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\",\n @@ -795,7 +795,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' @@ -842,7 +842,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-05-02-preview response: body: string: "{\n \"name\": \"s000005\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\",\n @@ -901,7 +901,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"name\": \"s000005\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\",\n @@ -957,7 +957,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000003'' @@ -1003,7 +1003,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-05-02-preview response: body: string: "{\n \"name\": \"s000005\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\",\n @@ -1084,7 +1084,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003\",\n @@ -1534,7 +1534,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003\",\n @@ -1624,7 +1624,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-05-02-preview response: body: string: '' @@ -1673,7 +1673,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_snapshot_update.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_snapshot_update.yaml index 35d844c0614..edaeaf1f883 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_snapshot_update.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_snapshot_update.yaml @@ -96,7 +96,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -160,7 +160,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -518,7 +518,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -655,7 +655,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-05-02-preview response: body: string: "{\n \"name\": \"s000005\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\",\n @@ -718,7 +718,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' @@ -765,7 +765,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-05-02-preview response: body: string: "{\n \"name\": \"s000005\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\",\n @@ -824,7 +824,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"name\": \"s000005\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\",\n @@ -884,7 +884,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000003'' @@ -948,7 +948,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003\",\n @@ -1351,7 +1351,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003\",\n @@ -1437,7 +1437,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003\",\n @@ -1527,7 +1527,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-05-02-preview response: body: string: "{\n \"name\": \"s000005\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\",\n @@ -1616,7 +1616,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003\",\n @@ -1857,7 +1857,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003\",\n @@ -1951,7 +1951,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-05-02-preview response: body: string: '' @@ -2000,7 +2000,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_snapshot_upgrade.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_snapshot_upgrade.yaml index 2ff6527fa45..b7c96b31564 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_snapshot_upgrade.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_snapshot_upgrade.yaml @@ -96,7 +96,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -160,7 +160,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -640,7 +640,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -781,7 +781,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-05-02-preview response: body: string: "{\n \"name\": \"s000005\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\",\n @@ -844,7 +844,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' @@ -891,7 +891,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-05-02-preview response: body: string: "{\n \"name\": \"s000005\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\",\n @@ -946,7 +946,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"name\": \"s000005\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\",\n @@ -1002,7 +1002,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000003'' @@ -1066,7 +1066,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003\",\n @@ -1448,7 +1448,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003\",\n @@ -1538,7 +1538,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003\",\n @@ -1628,7 +1628,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-05-02-preview response: body: string: "{\n \"name\": \"s000005\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\",\n @@ -1714,7 +1714,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003\",\n @@ -2771,7 +2771,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003\",\n @@ -2865,7 +2865,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-05-02-preview response: body: string: '' @@ -2914,7 +2914,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-05-02-preview response: body: string: '' 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 6ebe6d2d954..e5fda8d7ba0 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 @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -122,7 +122,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -517,7 +517,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -605,7 +605,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/stop?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/stop?api-version=2023-05-02-preview response: body: string: '' @@ -842,7 +842,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/start?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/start?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_trustedaccess_rolebinding.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_trustedaccess_rolebinding.yaml index 2aaa322d8d7..adf9a96615d 100755 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_trustedaccess_rolebinding.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_trustedaccess_rolebinding.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -83,7 +83,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -563,7 +563,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -653,7 +653,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -857,7 +857,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings/testbinding?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings/testbinding?api-version=2023-05-02-preview response: body: string: "{\n \"code\": \"NotFound\",\n \"message\": \"Could not find the trusted @@ -908,7 +908,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings/testbinding?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings/testbinding?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings/testbinding\",\n @@ -963,7 +963,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings/testbinding\",\n @@ -1016,7 +1016,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings/testbinding?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings/testbinding?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings/testbinding\",\n @@ -1069,7 +1069,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings/testbinding?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings/testbinding?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings/testbinding\",\n @@ -1127,7 +1127,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings/testbinding?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings/testbinding?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings/testbinding\",\n @@ -1183,7 +1183,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings/testbinding?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings/testbinding?api-version=2023-05-02-preview response: body: string: '' @@ -1226,7 +1226,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings?api-version=2023-05-02-preview response: body: string: "{\n \"value\": []\n }" diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_enable_network_observability.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_enable_network_observability.yaml new file mode 100644 index 00000000000..b1e8235ebd4 --- /dev/null +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_enable_network_observability.yaml @@ -0,0 +1,1339 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --ssh-key-value --node-count --tier --enable-network-observability + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 13 Jun 2023 00:28:52 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: '{"location": "eastus", "sku": {"name": "Base", "tier": "Standard"}, "identity": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "", "dnsPrefix": + "cliakstest-clitestdbdav5cti-26ad90", "agentPoolProfiles": [{"count": 1, "vmSize": + "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": + "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": + "System", "orchestratorVersion": "", "upgradeSettings": {}, "enableNodePublicIP": + false, "enableCustomCATrust": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": + "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": + false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "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", "outboundType": "loadBalancer", + "loadBalancerSku": "standard", "monitoring": {"enabled": true}}, "disableLocalAccounts": + false, "storageProfile": {}}}' + headers: + AKSHTTPCustomFeatures: + - Microsoft.ContainerService/NetworkObservabilityPreview + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + Content-Length: + - '1949' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --location --ssh-key-value --node-count --tier --enable-network-observability + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview + response: + body: + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"eastus\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.25.6\",\n \"currentKubernetesVersion\": \"1.25.6\",\n \"dnsPrefix\": + \"cliakstest-clitestdbdav5cti-26ad90\",\n \"fqdn\": \"cliakstest-clitestdbdav5cti-26ad90-w1k6gnb3.hcp.eastus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestdbdav5cti-26ad90-w1k6gnb3.portal.hcp.eastus.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 \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.25.6\",\n \"currentOrchestratorVersion\": \"1.25.6\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-2204gen2containerd-202306.01.0\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\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_eastus\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"supportPlan\": \"KubernetesOfficial\",\n + \ \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": + \"standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": + {\n \"count\": 1\n },\n \"backendPoolType\": \"nodeIPConfiguration\"\n + \ },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n + \ \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": \"loadBalancer\",\n + \ \"podCidrs\": [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": + [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ],\n + \ \"monitoring\": {\n \"enabled\": true\n }\n },\n \"maxAgentPools\": + 100,\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": + {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n + \ },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": + {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": + false\n },\n \"workloadAutoScalerProfile\": {}\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\": \"Base\",\n \"tier\": \"Standard\"\n }\n }" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/b7736ce2-f571-44a0-8c9b-fb360d5ae251?api-version=2017-08-31 + cache-control: + - no-cache + content-length: + - '3852' + content-type: + - application/json + date: + - Tue, 13 Jun 2023 00:28:57 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: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --ssh-key-value --node-count --tier --enable-network-observability + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/b7736ce2-f571-44a0-8c9b-fb360d5ae251?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"e26c73b7-71f5-a044-8c9b-fb360d5ae251\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-06-13T00:28:57.605022Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Tue, 13 Jun 2023 00:28:57 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 --ssh-key-value --node-count --tier --enable-network-observability + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/b7736ce2-f571-44a0-8c9b-fb360d5ae251?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"e26c73b7-71f5-a044-8c9b-fb360d5ae251\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-06-13T00:28:57.605022Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Tue, 13 Jun 2023 00:29: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 --location --ssh-key-value --node-count --tier --enable-network-observability + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/b7736ce2-f571-44a0-8c9b-fb360d5ae251?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"e26c73b7-71f5-a044-8c9b-fb360d5ae251\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-06-13T00:28:57.605022Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Tue, 13 Jun 2023 00:29: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: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --ssh-key-value --node-count --tier --enable-network-observability + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/b7736ce2-f571-44a0-8c9b-fb360d5ae251?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"e26c73b7-71f5-a044-8c9b-fb360d5ae251\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-06-13T00:28:57.605022Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Tue, 13 Jun 2023 00:30: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 --ssh-key-value --node-count --tier --enable-network-observability + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/b7736ce2-f571-44a0-8c9b-fb360d5ae251?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"e26c73b7-71f5-a044-8c9b-fb360d5ae251\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-06-13T00:28:57.605022Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Tue, 13 Jun 2023 00:30: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: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --ssh-key-value --node-count --tier --enable-network-observability + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/b7736ce2-f571-44a0-8c9b-fb360d5ae251?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"e26c73b7-71f5-a044-8c9b-fb360d5ae251\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-06-13T00:28:57.605022Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Tue, 13 Jun 2023 00:31: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 --ssh-key-value --node-count --tier --enable-network-observability + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/b7736ce2-f571-44a0-8c9b-fb360d5ae251?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"e26c73b7-71f5-a044-8c9b-fb360d5ae251\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-06-13T00:28:57.605022Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Tue, 13 Jun 2023 00:31:59 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 --ssh-key-value --node-count --tier --enable-network-observability + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/b7736ce2-f571-44a0-8c9b-fb360d5ae251?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"e26c73b7-71f5-a044-8c9b-fb360d5ae251\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-06-13T00:28:57.605022Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Tue, 13 Jun 2023 00:32:29 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 --ssh-key-value --node-count --tier --enable-network-observability + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/b7736ce2-f571-44a0-8c9b-fb360d5ae251?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"e26c73b7-71f5-a044-8c9b-fb360d5ae251\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-06-13T00:28:57.605022Z\",\n \"endTime\": + \"2023-06-13T00:32:38.3683784Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '169' + content-type: + - application/json + date: + - Tue, 13 Jun 2023 00:32:59 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 --ssh-key-value --node-count --tier --enable-network-observability + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview + response: + body: + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"eastus\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.25.6\",\n \"currentKubernetesVersion\": \"1.25.6\",\n \"dnsPrefix\": + \"cliakstest-clitestdbdav5cti-26ad90\",\n \"fqdn\": \"cliakstest-clitestdbdav5cti-26ad90-w1k6gnb3.hcp.eastus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestdbdav5cti-26ad90-w1k6gnb3.portal.hcp.eastus.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 \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.25.6\",\n \"currentOrchestratorVersion\": \"1.25.6\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-2204gen2containerd-202306.01.0\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\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_eastus\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"supportPlan\": \"KubernetesOfficial\",\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_eastus/providers/Microsoft.Network/publicIPAddresses/5512a36b-bef7-4eb5-b30e-a2355b805183\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n + \ \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n + \ \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": \"loadBalancer\",\n + \ \"podCidrs\": [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": + [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ],\n + \ \"monitoring\": {\n \"enabled\": true\n }\n },\n \"maxAgentPools\": + 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_eastus/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 \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + {}\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\": \"Base\",\n \"tier\": \"Standard\"\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '4503' + content-type: + - application/json + date: + - Tue, 13 Jun 2023 00:32:59 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-network-observability --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview + response: + body: + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"eastus\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.25.6\",\n \"currentKubernetesVersion\": \"1.25.6\",\n \"dnsPrefix\": + \"cliakstest-clitestdbdav5cti-26ad90\",\n \"fqdn\": \"cliakstest-clitestdbdav5cti-26ad90-w1k6gnb3.hcp.eastus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestdbdav5cti-26ad90-w1k6gnb3.portal.hcp.eastus.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 \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.25.6\",\n \"currentOrchestratorVersion\": \"1.25.6\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-2204gen2containerd-202306.01.0\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\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_eastus\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"supportPlan\": \"KubernetesOfficial\",\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_eastus/providers/Microsoft.Network/publicIPAddresses/5512a36b-bef7-4eb5-b30e-a2355b805183\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n + \ \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n + \ \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": \"loadBalancer\",\n + \ \"podCidrs\": [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": + [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ],\n + \ \"monitoring\": {\n \"enabled\": true\n }\n },\n \"maxAgentPools\": + 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_eastus/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 \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + {}\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\": \"Base\",\n \"tier\": \"Standard\"\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '4503' + content-type: + - application/json + date: + - Tue, 13 Jun 2023 00:33:01 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: '{"location": "eastus", "sku": {"name": "Base", "tier": "Standard"}, "identity": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.25.6", "dnsPrefix": + "cliakstest-clitestdbdav5cti-26ad90", "agentPoolProfiles": [{"count": 1, "vmSize": + "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": + "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", + "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", + "mode": "System", "orchestratorVersion": "1.25.6", "upgradeSettings": {}, "powerState": + {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, + "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, + "networkProfile": {}, "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"}, + "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_eastus", + "enableRBAC": true, "supportPlan": "KubernetesOfficial", "enablePodSecurityPolicy": + false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", + "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "outboundType": "loadBalancer", + "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_eastus/providers/Microsoft.Network/publicIPAddresses/5512a36b-bef7-4eb5-b30e-a2355b805183"}], + "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": + ["10.0.0.0/16"], "ipFamilies": ["IPv4"], "monitoring": {"enabled": true}}, "identityProfile": + {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_eastus/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", + "clientId":"00000000-0000-0000-0000-000000000001", "objectId":"00000000-0000-0000-0000-000000000001"}}, + "disableLocalAccounts": false, "securityProfile": {}, "storageProfile": {}, + "workloadAutoScalerProfile": {}}}' + headers: + AKSHTTPCustomFeatures: + - Microsoft.ContainerService/NetworkObservabilityPreview + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + Content-Length: + - '3024' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --enable-network-observability --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview + response: + body: + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"eastus\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.25.6\",\n \"currentKubernetesVersion\": \"1.25.6\",\n \"dnsPrefix\": + \"cliakstest-clitestdbdav5cti-26ad90\",\n \"fqdn\": \"cliakstest-clitestdbdav5cti-26ad90-w1k6gnb3.hcp.eastus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestdbdav5cti-26ad90-w1k6gnb3.portal.hcp.eastus.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 \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.25.6\",\n \"currentOrchestratorVersion\": \"1.25.6\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-2204gen2containerd-202306.01.0\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\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_eastus\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"supportPlan\": \"KubernetesOfficial\",\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_eastus/providers/Microsoft.Network/publicIPAddresses/5512a36b-bef7-4eb5-b30e-a2355b805183\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n + \ \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n + \ \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": \"loadBalancer\",\n + \ \"podCidrs\": [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": + [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ],\n + \ \"monitoring\": {\n \"enabled\": true\n }\n },\n \"maxAgentPools\": + 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_eastus/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 \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + {}\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\": \"Base\",\n \"tier\": \"Standard\"\n }\n }" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/f66e58a1-0221-4a5f-95d5-230c4da04287?api-version=2017-08-31 + cache-control: + - no-cache + content-length: + - '4501' + content-type: + - application/json + date: + - Tue, 13 Jun 2023 00:33: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 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-network-observability --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/f66e58a1-0221-4a5f-95d5-230c4da04287?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"a1586ef6-2102-5f4a-95d5-230c4da04287\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-06-13T00:33:05.5605755Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Tue, 13 Jun 2023 00:33: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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-network-observability --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/f66e58a1-0221-4a5f-95d5-230c4da04287?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"a1586ef6-2102-5f4a-95d5-230c4da04287\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-06-13T00:33:05.5605755Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Tue, 13 Jun 2023 00:33: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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-network-observability --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/f66e58a1-0221-4a5f-95d5-230c4da04287?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"a1586ef6-2102-5f4a-95d5-230c4da04287\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-06-13T00:33:05.5605755Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Tue, 13 Jun 2023 00:34: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: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-network-observability --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/f66e58a1-0221-4a5f-95d5-230c4da04287?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"a1586ef6-2102-5f4a-95d5-230c4da04287\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-06-13T00:33:05.5605755Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Tue, 13 Jun 2023 00:34: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: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-network-observability --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/f66e58a1-0221-4a5f-95d5-230c4da04287?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"a1586ef6-2102-5f4a-95d5-230c4da04287\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-06-13T00:33:05.5605755Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Tue, 13 Jun 2023 00:35: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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-network-observability --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/f66e58a1-0221-4a5f-95d5-230c4da04287?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"a1586ef6-2102-5f4a-95d5-230c4da04287\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-06-13T00:33:05.5605755Z\",\n \"endTime\": + \"2023-06-13T00:35:09.6934311Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '170' + content-type: + - application/json + date: + - Tue, 13 Jun 2023 00:35: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: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-network-observability --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview + response: + body: + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"eastus\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.25.6\",\n \"currentKubernetesVersion\": \"1.25.6\",\n \"dnsPrefix\": + \"cliakstest-clitestdbdav5cti-26ad90\",\n \"fqdn\": \"cliakstest-clitestdbdav5cti-26ad90-w1k6gnb3.hcp.eastus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestdbdav5cti-26ad90-w1k6gnb3.portal.hcp.eastus.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 \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.25.6\",\n \"currentOrchestratorVersion\": \"1.25.6\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-2204gen2containerd-202306.01.0\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\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_eastus\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"supportPlan\": \"KubernetesOfficial\",\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_eastus/providers/Microsoft.Network/publicIPAddresses/5512a36b-bef7-4eb5-b30e-a2355b805183\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n + \ \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n + \ \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": \"loadBalancer\",\n + \ \"podCidrs\": [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": + [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ],\n + \ \"monitoring\": {\n \"enabled\": true\n }\n },\n \"maxAgentPools\": + 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_eastus/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 \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + {}\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\": \"Base\",\n \"tier\": \"Standard\"\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '4503' + content-type: + - application/json + date: + - Tue, 13 Jun 2023 00:35: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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --yes --no-wait + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/23.0.0b Python/3.10.6 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/8e3630e4-744a-4561-a7ea-8c07b9632a38?api-version=2017-08-31 + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 13 Jun 2023 00:35:40 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operationresults/8e3630e4-744a-4561-a7ea-8c07b9632a38?api-version=2017-08-31 + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted +version: 1 diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_label_msi.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_label_msi.yaml index 19314df7db5..ab1276d8266 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_label_msi.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_label_msi.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -79,7 +79,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -518,7 +518,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -604,7 +604,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -721,7 +721,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -961,7 +961,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1052,7 +1052,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1170,7 +1170,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1409,7 +1409,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_outbound_from_slb_to_natgateway.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_outbound_from_slb_to_natgateway.yaml index fca210e41f4..6960fee8fba 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_outbound_from_slb_to_natgateway.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_outbound_from_slb_to_natgateway.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -125,7 +125,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -557,7 +557,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -650,7 +650,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -771,7 +771,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1213,7 +1213,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n 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 9a6be1922a5..2d508cc0caf 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 @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -122,7 +122,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -545,7 +545,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -635,7 +635,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -752,7 +752,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1039,7 +1039,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1131,7 +1131,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_upgrade_settings.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_upgrade_settings.yaml index a035f61abec..b5d5697e23a 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_upgrade_settings.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_upgrade_settings.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -79,7 +79,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -502,7 +502,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -592,7 +592,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -710,7 +710,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -951,7 +951,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1043,7 +1043,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1163,7 +1163,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1404,7 +1404,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1496,7 +1496,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1616,7 +1616,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1857,7 +1857,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1949,7 +1949,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -2069,7 +2069,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -2310,7 +2310,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -2404,7 +2404,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.9.6 (macOS-13.2.1-arm64-arm-64bit) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_azuremonitormetrics.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_azuremonitormetrics.yaml index 4871a5672ca..4328e2621d8 100755 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_azuremonitormetrics.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_azuremonitormetrics.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -81,7 +81,7 @@ interactions: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -995,7 +995,7 @@ interactions: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1083,7 +1083,7 @@ interactions: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -4934,7 +4934,7 @@ interactions: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -5328,7 +5328,7 @@ interactions: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -5422,7 +5422,7 @@ interactions: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -6270,7 +6270,7 @@ interactions: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -6608,7 +6608,7 @@ interactions: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -6703,7 +6703,7 @@ interactions: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_guardrails.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_guardrails.yaml new file mode 100644 index 00000000000..37d86dc940c --- /dev/null +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_guardrails.yaml @@ -0,0 +1,1437 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value --enable-addons + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 14:26:24 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: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value --enable-addons + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2022-09-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","test":"test_aks_update_with_guardrails","date":"2023-05-26T14:26:23Z","module":"aks-preview"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '369' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 14:26:24 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": "westus2", "identity": {"type": "SystemAssigned"}, "properties": + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitests6pffkuwq-79a739", + "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": + 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": + false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": + "", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": + false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": + -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, + "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCf9g3FbYA7YtMBxMqO0yWh9pIzUTZb2cDLPjPnR+TrezzTiMk8OrEHQDZurqQtf+E5r/qmvqVJKrkSNU2g4OOgFOQd7JAiDfxzWL967E4tx0avDUd/TaekUsP981tYkLDSUWEh6p5oVjh3ce4ngo++6XDX9IDAT/S8wReNmlAsuKlB8jEUeeSr/6lhFddi3d0lCsAQ7hY7f2emMM7UTf+89ioNSUztW86qQXeEUwSNJVDofHY5gWBKnHQVJxrKXLzQWlYd2pbB6AxE/V3lJEBPhIwpn3PycAzFafNXW0OacNfoke5nSxQxzSgo0VxiB1RUwBq6wQMisMv/12MZqjoN + azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"azurepolicy": {"enabled": + 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", "outboundType": "loadBalancer", "loadBalancerSku": + "standard"}, "disableLocalAccounts": false, "storageProfile": {}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + Content-Length: + - '1575' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --ssh-key-value --enable-addons + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview + 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.25.6\",\n \"currentKubernetesVersion\": \"1.25.6\",\n \"dnsPrefix\": + \"cliakstest-clitests6pffkuwq-79a739\",\n \"fqdn\": \"cliakstest-clitests6pffkuwq-79a739-utpuacan.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitests6pffkuwq-79a739-utpuacan.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 \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.25.6\",\n \"currentOrchestratorVersion\": \"1.25.6\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-2204gen2containerd-202305.15.0\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCf9g3FbYA7YtMBxMqO0yWh9pIzUTZb2cDLPjPnR+TrezzTiMk8OrEHQDZurqQtf+E5r/qmvqVJKrkSNU2g4OOgFOQd7JAiDfxzWL967E4tx0avDUd/TaekUsP981tYkLDSUWEh6p5oVjh3ce4ngo++6XDX9IDAT/S8wReNmlAsuKlB8jEUeeSr/6lhFddi3d0lCsAQ7hY7f2emMM7UTf+89ioNSUztW86qQXeEUwSNJVDofHY5gWBKnHQVJxrKXLzQWlYd2pbB6AxE/V3lJEBPhIwpn3PycAzFafNXW0OacNfoke5nSxQxzSgo0VxiB1RUwBq6wQMisMv/12MZqjoN + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": + {\n \"azurepolicy\": {\n \"enabled\": true,\n \"config\": null\n + \ }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"supportPlan\": + \"KubernetesOfficial\",\n \"networkProfile\": {\n \"networkPlugin\": + \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": + {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"backendPoolType\": + \"nodeIPConfiguration\"\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": + \"loadBalancer\",\n \"podCidrs\": [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": + [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n + \ },\n \"maxAgentPools\": 100,\n \"disableLocalAccounts\": false,\n \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + {}\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\": \"Base\",\n \"tier\": \"Free\"\n }\n }" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b085bc67-5f13-4cd2-baa2-3c7b0d6bb506?api-version=2016-03-30 + cache-control: + - no-cache + content-length: + - '3572' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:26:31 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: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value --enable-addons + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b085bc67-5f13-4cd2-baa2-3c7b0d6bb506?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"67bc85b0-135f-d24c-baa2-3c7b0d6bb506\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-05-26T14:26:30.7574504Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:26:31 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 --ssh-key-value --enable-addons + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b085bc67-5f13-4cd2-baa2-3c7b0d6bb506?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"67bc85b0-135f-d24c-baa2-3c7b0d6bb506\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-05-26T14:26:30.7574504Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:27:01 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 --ssh-key-value --enable-addons + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b085bc67-5f13-4cd2-baa2-3c7b0d6bb506?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"67bc85b0-135f-d24c-baa2-3c7b0d6bb506\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-05-26T14:26:30.7574504Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:27: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: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value --enable-addons + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b085bc67-5f13-4cd2-baa2-3c7b0d6bb506?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"67bc85b0-135f-d24c-baa2-3c7b0d6bb506\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-05-26T14:26:30.7574504Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:28:01 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 --ssh-key-value --enable-addons + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b085bc67-5f13-4cd2-baa2-3c7b0d6bb506?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"67bc85b0-135f-d24c-baa2-3c7b0d6bb506\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-05-26T14:26:30.7574504Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:28:31 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 --ssh-key-value --enable-addons + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b085bc67-5f13-4cd2-baa2-3c7b0d6bb506?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"67bc85b0-135f-d24c-baa2-3c7b0d6bb506\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-05-26T14:26:30.7574504Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:29:01 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 --ssh-key-value --enable-addons + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b085bc67-5f13-4cd2-baa2-3c7b0d6bb506?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"67bc85b0-135f-d24c-baa2-3c7b0d6bb506\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-05-26T14:26:30.7574504Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:29:31 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 --ssh-key-value --enable-addons + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b085bc67-5f13-4cd2-baa2-3c7b0d6bb506?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"67bc85b0-135f-d24c-baa2-3c7b0d6bb506\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-05-26T14:26:30.7574504Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:30:01 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 --ssh-key-value --enable-addons + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b085bc67-5f13-4cd2-baa2-3c7b0d6bb506?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"67bc85b0-135f-d24c-baa2-3c7b0d6bb506\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-05-26T14:26:30.7574504Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:30:32 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 --ssh-key-value --enable-addons + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b085bc67-5f13-4cd2-baa2-3c7b0d6bb506?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"67bc85b0-135f-d24c-baa2-3c7b0d6bb506\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-05-26T14:26:30.7574504Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:31:02 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 --ssh-key-value --enable-addons + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b085bc67-5f13-4cd2-baa2-3c7b0d6bb506?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"67bc85b0-135f-d24c-baa2-3c7b0d6bb506\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-05-26T14:26:30.7574504Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:31:31 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 --ssh-key-value --enable-addons + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b085bc67-5f13-4cd2-baa2-3c7b0d6bb506?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"67bc85b0-135f-d24c-baa2-3c7b0d6bb506\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-05-26T14:26:30.7574504Z\",\n \"endTime\": + \"2023-05-26T14:31:56.7799836Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '170' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:32:02 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 --ssh-key-value --enable-addons + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview + 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.25.6\",\n \"currentKubernetesVersion\": \"1.25.6\",\n \"dnsPrefix\": + \"cliakstest-clitests6pffkuwq-79a739\",\n \"fqdn\": \"cliakstest-clitests6pffkuwq-79a739-utpuacan.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitests6pffkuwq-79a739-utpuacan.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 \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.25.6\",\n \"currentOrchestratorVersion\": \"1.25.6\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-2204gen2containerd-202305.15.0\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCf9g3FbYA7YtMBxMqO0yWh9pIzUTZb2cDLPjPnR+TrezzTiMk8OrEHQDZurqQtf+E5r/qmvqVJKrkSNU2g4OOgFOQd7JAiDfxzWL967E4tx0avDUd/TaekUsP981tYkLDSUWEh6p5oVjh3ce4ngo++6XDX9IDAT/S8wReNmlAsuKlB8jEUeeSr/6lhFddi3d0lCsAQ7hY7f2emMM7UTf+89ioNSUztW86qQXeEUwSNJVDofHY5gWBKnHQVJxrKXLzQWlYd2pbB6AxE/V3lJEBPhIwpn3PycAzFafNXW0OacNfoke5nSxQxzSgo0VxiB1RUwBq6wQMisMv/12MZqjoN + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": + {\n \"azurepolicy\": {\n \"enabled\": true,\n \"config\": null,\n + \ \"identity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/azurepolicy-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 \"supportPlan\": + \"KubernetesOfficial\",\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/ca43f9f7-b0ad-4156-85f6-1f249a86abd9\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n + \ \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n + \ \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": \"loadBalancer\",\n + \ \"podCidrs\": [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": + [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\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 \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + {}\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\": \"Base\",\n \"tier\": \"Free\"\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '4585' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:32: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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --guardrails-level --guardrails-version --guardrails-excluded-ns + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview + 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.25.6\",\n \"currentKubernetesVersion\": \"1.25.6\",\n \"dnsPrefix\": + \"cliakstest-clitests6pffkuwq-79a739\",\n \"fqdn\": \"cliakstest-clitests6pffkuwq-79a739-utpuacan.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitests6pffkuwq-79a739-utpuacan.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 \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.25.6\",\n \"currentOrchestratorVersion\": \"1.25.6\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-2204gen2containerd-202305.15.0\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCf9g3FbYA7YtMBxMqO0yWh9pIzUTZb2cDLPjPnR+TrezzTiMk8OrEHQDZurqQtf+E5r/qmvqVJKrkSNU2g4OOgFOQd7JAiDfxzWL967E4tx0avDUd/TaekUsP981tYkLDSUWEh6p5oVjh3ce4ngo++6XDX9IDAT/S8wReNmlAsuKlB8jEUeeSr/6lhFddi3d0lCsAQ7hY7f2emMM7UTf+89ioNSUztW86qQXeEUwSNJVDofHY5gWBKnHQVJxrKXLzQWlYd2pbB6AxE/V3lJEBPhIwpn3PycAzFafNXW0OacNfoke5nSxQxzSgo0VxiB1RUwBq6wQMisMv/12MZqjoN + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": + {\n \"azurepolicy\": {\n \"enabled\": true,\n \"config\": null,\n + \ \"identity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/azurepolicy-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 \"supportPlan\": + \"KubernetesOfficial\",\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/ca43f9f7-b0ad-4156-85f6-1f249a86abd9\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n + \ \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n + \ \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": \"loadBalancer\",\n + \ \"podCidrs\": [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": + [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\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 \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + {}\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\": \"Base\",\n \"tier\": \"Free\"\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '4585' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:32: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: '{"location": "westus2", "sku": {"name": "Base", "tier": "Free"}, "identity": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.25.6", "dnsPrefix": + "cliakstest-clitests6pffkuwq-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": + "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", + "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", + "mode": "System", "orchestratorVersion": "1.25.6", "upgradeSettings": {}, "powerState": + {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, + "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, + "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCf9g3FbYA7YtMBxMqO0yWh9pIzUTZb2cDLPjPnR+TrezzTiMk8OrEHQDZurqQtf+E5r/qmvqVJKrkSNU2g4OOgFOQd7JAiDfxzWL967E4tx0avDUd/TaekUsP981tYkLDSUWEh6p5oVjh3ce4ngo++6XDX9IDAT/S8wReNmlAsuKlB8jEUeeSr/6lhFddi3d0lCsAQ7hY7f2emMM7UTf+89ioNSUztW86qQXeEUwSNJVDofHY5gWBKnHQVJxrKXLzQWlYd2pbB6AxE/V3lJEBPhIwpn3PycAzFafNXW0OacNfoke5nSxQxzSgo0VxiB1RUwBq6wQMisMv/12MZqjoN + azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, + "addonProfiles": {"azurepolicy": {"enabled": true}}, "oidcIssuerProfile": {"enabled": + false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": + true, "supportPlan": "KubernetesOfficial", "enablePodSecurityPolicy": false, + "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": + "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "outboundType": "loadBalancer", + "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/ca43f9f7-b0ad-4156-85f6-1f249a86abd9"}], + "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": + ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "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"}}, + "disableLocalAccounts": false, "securityProfile": {}, "storageProfile": {}, + "workloadAutoScalerProfile": {}, "guardrailsProfile": {"version": "v1.0.0", + "level": "Warning", "excludedNamespaces": ["test-ns1"]}}}' + headers: + AKSHTTPCustomFeatures: + - Microsoft.ContainerService/GuardrailsPreview + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + Content-Length: + - '2815' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --guardrails-level --guardrails-version --guardrails-excluded-ns + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview + 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.25.6\",\n \"currentKubernetesVersion\": \"1.25.6\",\n \"dnsPrefix\": + \"cliakstest-clitests6pffkuwq-79a739\",\n \"fqdn\": \"cliakstest-clitests6pffkuwq-79a739-utpuacan.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitests6pffkuwq-79a739-utpuacan.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 \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.25.6\",\n \"currentOrchestratorVersion\": \"1.25.6\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-2204gen2containerd-202305.15.0\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCf9g3FbYA7YtMBxMqO0yWh9pIzUTZb2cDLPjPnR+TrezzTiMk8OrEHQDZurqQtf+E5r/qmvqVJKrkSNU2g4OOgFOQd7JAiDfxzWL967E4tx0avDUd/TaekUsP981tYkLDSUWEh6p5oVjh3ce4ngo++6XDX9IDAT/S8wReNmlAsuKlB8jEUeeSr/6lhFddi3d0lCsAQ7hY7f2emMM7UTf+89ioNSUztW86qQXeEUwSNJVDofHY5gWBKnHQVJxrKXLzQWlYd2pbB6AxE/V3lJEBPhIwpn3PycAzFafNXW0OacNfoke5nSxQxzSgo0VxiB1RUwBq6wQMisMv/12MZqjoN + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": + {\n \"azurepolicy\": {\n \"enabled\": true,\n \"config\": null\n + \ }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"supportPlan\": + \"KubernetesOfficial\",\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/ca43f9f7-b0ad-4156-85f6-1f249a86abd9\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n + \ \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n + \ \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": \"loadBalancer\",\n + \ \"podCidrs\": [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": + [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\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 \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"guardrailsProfile\": + {\n \"level\": \"Warning\",\n \"excludedNamespaces\": [\n \"test-ns1\"\n + \ ],\n \"version\": \"v1.0.0\",\n \"systemExcludedNamespaces\": [\n + \ \"kube-system\",\n \"calico-system\",\n \"tigera-system\",\n + \ \"gatekeeper-system\"\n ]\n },\n \"workloadAutoScalerProfile\": + {}\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\": \"Base\",\n \"tier\": \"Free\"\n }\n }" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d8a7b42-71f6-4145-b187-1ff8296b0ef9?api-version=2016-03-30 + cache-control: + - no-cache + content-length: + - '4484' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:32: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-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --guardrails-level --guardrails-version --guardrails-excluded-ns + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d8a7b42-71f6-4145-b187-1ff8296b0ef9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"427b8a5d-f671-4541-b187-1ff8296b0ef9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-05-26T14:32:09.118945Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:32: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 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --guardrails-level --guardrails-version --guardrails-excluded-ns + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d8a7b42-71f6-4145-b187-1ff8296b0ef9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"427b8a5d-f671-4541-b187-1ff8296b0ef9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-05-26T14:32:09.118945Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:32: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 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --guardrails-level --guardrails-version --guardrails-excluded-ns + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d8a7b42-71f6-4145-b187-1ff8296b0ef9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"427b8a5d-f671-4541-b187-1ff8296b0ef9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-05-26T14:32:09.118945Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:33: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 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --guardrails-level --guardrails-version --guardrails-excluded-ns + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d8a7b42-71f6-4145-b187-1ff8296b0ef9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"427b8a5d-f671-4541-b187-1ff8296b0ef9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-05-26T14:32:09.118945Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:33: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 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --guardrails-level --guardrails-version --guardrails-excluded-ns + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d8a7b42-71f6-4145-b187-1ff8296b0ef9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"427b8a5d-f671-4541-b187-1ff8296b0ef9\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-05-26T14:32:09.118945Z\",\n \"endTime\": + \"2023-05-26T14:33:56.3878094Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '169' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:34: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 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --guardrails-level --guardrails-version --guardrails-excluded-ns + --aks-custom-headers + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerservice/22.1.0b Python/3.8.10 + (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview + 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.25.6\",\n \"currentKubernetesVersion\": \"1.25.6\",\n \"dnsPrefix\": + \"cliakstest-clitests6pffkuwq-79a739\",\n \"fqdn\": \"cliakstest-clitests6pffkuwq-79a739-utpuacan.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitests6pffkuwq-79a739-utpuacan.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 \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.25.6\",\n \"currentOrchestratorVersion\": \"1.25.6\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-2204gen2containerd-202305.15.0\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCf9g3FbYA7YtMBxMqO0yWh9pIzUTZb2cDLPjPnR+TrezzTiMk8OrEHQDZurqQtf+E5r/qmvqVJKrkSNU2g4OOgFOQd7JAiDfxzWL967E4tx0avDUd/TaekUsP981tYkLDSUWEh6p5oVjh3ce4ngo++6XDX9IDAT/S8wReNmlAsuKlB8jEUeeSr/6lhFddi3d0lCsAQ7hY7f2emMM7UTf+89ioNSUztW86qQXeEUwSNJVDofHY5gWBKnHQVJxrKXLzQWlYd2pbB6AxE/V3lJEBPhIwpn3PycAzFafNXW0OacNfoke5nSxQxzSgo0VxiB1RUwBq6wQMisMv/12MZqjoN + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": + {\n \"azurepolicy\": {\n \"enabled\": true,\n \"config\": null,\n + \ \"identity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/azurepolicy-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 \"supportPlan\": + \"KubernetesOfficial\",\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/ca43f9f7-b0ad-4156-85f6-1f249a86abd9\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n + \ \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n + \ \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": \"loadBalancer\",\n + \ \"podCidrs\": [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": + [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\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 \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"guardrailsProfile\": + {\n \"level\": \"Warning\",\n \"excludedNamespaces\": [\n \"test-ns1\"\n + \ ],\n \"version\": \"v1.0.0\",\n \"systemExcludedNamespaces\": [\n + \ \"kube-system\",\n \"calico-system\",\n \"tigera-system\",\n + \ \"gatekeeper-system\"\n ]\n },\n \"workloadAutoScalerProfile\": + {}\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\": \"Base\",\n \"tier\": \"Free\"\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '4846' + content-type: + - application/json + date: + - Fri, 26 May 2023 14:34: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 +version: 1 diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_image_cleaner.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_image_cleaner.yaml index 416873fa9d5..6cc9e14491e 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_image_cleaner.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_image_cleaner.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -84,7 +84,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -516,7 +516,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -607,7 +607,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -728,7 +728,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -968,7 +968,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1059,7 +1059,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1180,7 +1180,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1420,7 +1420,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_keda.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_keda.yaml index 9479054d499..ec967edbeea 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_keda.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_keda.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -79,7 +79,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -502,7 +502,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -592,7 +592,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -711,7 +711,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1047,7 +1047,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1138,7 +1138,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1256,7 +1256,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1496,7 +1496,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1589,7 +1589,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_kube_proxy_config.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_kube_proxy_config.yaml index eb6de62dcae..3158ed0197a 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_kube_proxy_config.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_kube_proxy_config.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.10.6 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -125,7 +125,7 @@ interactions: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.10.6 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.35) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -620,7 +620,7 @@ interactions: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.10.6 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -708,7 +708,7 @@ interactions: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.10.6 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -830,7 +830,7 @@ interactions: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.10.6 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.35) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1216,7 +1216,7 @@ interactions: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.10.6 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1311,7 +1311,7 @@ interactions: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerservice/22.0.0b Python/3.10.6 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.35) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_oidc_issuer_enabled.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_oidc_issuer_enabled.yaml index 045d2bcbc71..a71d0295dae 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_oidc_issuer_enabled.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_oidc_issuer_enabled.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -79,7 +79,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -502,7 +502,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -592,7 +592,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -711,7 +711,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1000,7 +1000,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_windows_gmsa.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_windows_gmsa.yaml index d357fece283..1175dd40cdb 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_windows_gmsa.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_windows_gmsa.yaml @@ -18,7 +18,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -83,7 +83,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -473,7 +473,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -564,7 +564,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -634,7 +634,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n @@ -1079,7 +1079,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n @@ -1139,7 +1139,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1279,7 +1279,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -2349,7 +2349,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -2454,7 +2454,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -2529,7 +2529,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-05-02-preview response: body: string: '' @@ -2578,7 +2578,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '' 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 0cc1c98f124..881429a8b97 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 @@ -18,7 +18,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -83,7 +83,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -473,7 +473,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -564,7 +564,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -634,7 +634,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n @@ -1127,7 +1127,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n @@ -1187,7 +1187,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1324,7 +1324,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -2296,7 +2296,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -2399,7 +2399,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -2474,7 +2474,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_workload_identity.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_workload_identity.yaml index a9260d22550..2e05314d319 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_workload_identity.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_workload_identity.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -84,7 +84,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -516,7 +516,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -608,7 +608,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -729,7 +729,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"code\": \"GetSKUStoreError\",\n \"message\": \"Internal server @@ -808,7 +808,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1097,7 +1097,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1192,7 +1192,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1317,7 +1317,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1559,7 +1559,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n 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 e30de6ffdda..8a2fd71be0e 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 @@ -78,7 +78,7 @@ interactions: - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -558,7 +558,7 @@ interactions: - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -648,7 +648,7 @@ interactions: - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -740,7 +740,7 @@ interactions: - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) 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=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003/upgradeNodeImageVersion?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -802,7 +802,7 @@ interactions: - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n 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 f66ad393a7b..8f3febb77f2 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 @@ -78,7 +78,7 @@ interactions: - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2437,7 +2437,7 @@ interactions: - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -2529,7 +2529,7 @@ interactions: - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) 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=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003/upgradeNodeImageVersion?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n @@ -2591,7 +2591,7 @@ interactions: - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n 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 5da8a089c5d..c55d1afe61b 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 @@ -97,7 +97,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' @@ -162,7 +162,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -652,7 +652,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -743,7 +743,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n @@ -813,7 +813,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n @@ -1402,7 +1402,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n @@ -1462,7 +1462,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -1599,7 +1599,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -2811,7 +2811,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n @@ -2915,7 +2915,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n @@ -2989,7 +2989,7 @@ interactions: WindowsContainerRuntime: - containerd method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n @@ -3104,7 +3104,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n @@ -3166,7 +3166,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.10 (Linux-5.15.0-1034-azure-x86_64-with-glibc2.31) VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_get_os_options.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_get_os_options.yaml index eb2ab6c1afd..25285f99303 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_get_os_options.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_get_os_options.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/osOptions/default?api-version=2023-04-02-preview&resource-type=managedClusters + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/osOptions/default?api-version=2023-05-02-preview&resource-type=managedClusters response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/osOptions/default\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_get_trustedaccess_roles.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_get_trustedaccess_roles.yaml index 1f2574431c2..31f2ac26975 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_get_trustedaccess_roles.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_get_trustedaccess_roles.yaml @@ -16,7 +16,7 @@ interactions: - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/trustedAccessRoles?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/trustedAccessRoles?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.Compute/virtualMachineScaleSets\",\n diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_node_public_ip_tags.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_node_public_ip_tags.yaml index ff947e955a1..98dcf72b8ba 100755 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_node_public_ip_tags.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_node_public_ip_tags.yaml @@ -17,7 +17,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' @@ -84,7 +84,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -958,7 +958,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n @@ -1051,7 +1051,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-05-02-preview response: body: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000003\",\n @@ -1127,7 +1127,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000004?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000004?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000004\",\n @@ -1876,7 +1876,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000004?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000004?api-version=2023-05-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000004\",\n @@ -1939,7 +1939,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-04-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-05-02-preview response: body: string: '' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/test_aks_commands.py b/src/aks-preview/azext_aks_preview/tests/latest/test_aks_commands.py index 7e4f5436317..d2e5b6afa4a 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/test_aks_commands.py +++ b/src/aks-preview/azext_aks_preview/tests/latest/test_aks_commands.py @@ -1388,6 +1388,54 @@ def test_aks_nodepool_abort(self, resource_group, resource_group_location): self.check('powerState.code', 'Running') ]) + @AllowLargeResponse() + @AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='westus2') + def test_aks_create_with_guardrails(self, resource_group, resource_group_location): + aks_name = self.create_random_name('cliakstest', 16) + self.kwargs.update({ + 'resource_group': resource_group, + 'name': aks_name, + 'ssh_key_value': self.generate_ssh_keys() + }) + + create_cmd = 'aks create --resource-group={resource_group} --name={name} ' \ + '--guardrails-level Warning --guardrails-version "v1.0.0" ' \ + '--enable-addons azure-policy --ssh-key-value={ssh_key_value} ' \ + '--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/GuardrailsPreview' + self.cmd(create_cmd, checks=[ + self.check('provisioningState', 'Succeeded'), + self.check('guardrailsProfile.level', 'Warning'), + self.check('guardrailsProfile.version','v1.0.0') + ]) + + @AllowLargeResponse() + @AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='westus2') + def test_aks_update_with_guardrails(self, resource_group, resource_group_location): + aks_name = self.create_random_name('cliakstest', 16) + self.kwargs.update({ + 'resource_group': resource_group, + 'name': aks_name, + 'ssh_key_value': self.generate_ssh_keys() + }) + + create_cmd = 'aks create --resource-group={resource_group} --name={name} --ssh-key-value={ssh_key_value} ' \ + '--enable-addons azure-policy ' + self.cmd(create_cmd, checks=[ + self.check('provisioningState', 'Succeeded') + ]) + + update_cmd = 'aks update --resource-group={resource_group} --name={name} ' \ + '--guardrails-level Warning --guardrails-version "v1.0.0" ' \ + '--guardrails-excluded-ns test-ns1 ' \ + '--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/GuardrailsPreview' + + self.cmd(update_cmd, checks=[ + self.check('provisioningState', 'Succeeded'), + self.check('guardrailsProfile.level', 'Warning'), + self.check('guardrailsProfile.version','v1.0.0'), + self.check('guardrailsProfile.excludedNamespaces[0]','test-ns1') + ]) + @AllowLargeResponse() @AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='westus2') def test_aks_create_with_managed_disk(self, resource_group, resource_group_location): @@ -2756,7 +2804,6 @@ def create_new_cluster_with_monitoring_aad_auth(self, resource_group, resource_g create_cmd = f'aks create --resource-group={resource_group} --name={aks_name} --location={resource_group_location} ' \ '--enable-managed-identity ' \ '--enable-addons monitoring ' \ - '--enable-msi-auth-for-monitoring ' \ '--node-count 1 ' \ '--ssh-key-value={ssh_key_value} ' create_cmd += f'--assign-identity {identity_id} ' if user_assigned_identity else '' @@ -2765,7 +2812,7 @@ def create_new_cluster_with_monitoring_aad_auth(self, resource_group, resource_g response = self.cmd(create_cmd, checks=[ self.check('addonProfiles.omsagent.enabled', True), - self.check('addonProfiles.omsagent.config.useAADAuth', 'True') + self.check('addonProfiles.omsagent.config.useAADAuth', 'true') ]).get_output_in_json() cluster_resource_id = response["id"] @@ -2895,14 +2942,13 @@ def enable_monitoring_existing_cluster_aad_atuh(self, resource_group, resource_g enable_monitoring_cmd = 'aks addon enable -a monitoring ' else: enable_monitoring_cmd = 'aks enable-addons -a monitoring ' - enable_monitoring_cmd += f'--resource-group={resource_group} --name={aks_name} ' \ - '--enable-msi-auth-for-monitoring ' + enable_monitoring_cmd += f'--resource-group={resource_group} --name={aks_name} ' if syslog_enabled: enable_monitoring_cmd += f'--enable-syslog ' response = self.cmd(enable_monitoring_cmd, checks=[ self.check('addonProfiles.omsagent.enabled', True), - self.check('addonProfiles.omsagent.config.useAADAuth', 'True') + self.check('addonProfiles.omsagent.config.useAADAuth', 'true') ]).get_output_in_json() cluster_resource_id = response["id"] @@ -2963,8 +3009,7 @@ def test_aks_create_with_monitoring_legacy_auth(self, resource_group, resource_g response = self.cmd(create_cmd, checks=[ self.check('addonProfiles.omsagent.enabled', True), self.exists( - 'addonProfiles.omsagent.config.logAnalyticsWorkspaceResourceID'), - self.check('addonProfiles.omsagent.config.useAADAuth', 'False') + 'addonProfiles.omsagent.config.logAnalyticsWorkspaceResourceID') ]).get_output_in_json() # make sure a DCR was not created @@ -6386,7 +6431,7 @@ def test_aks_create_with_azuremonitormetrics(self, resource_group, resource_grou }) create_cmd = 'aks create --resource-group={resource_group} --name={name} --location={location} --ssh-key-value={ssh_key_value} --node-vm-size={node_vm_size} ' \ - '--enable-managed-identity --enable-azuremonitormetrics --enable-windows-recording-rules --output=json' + '--enable-managed-identity --enable-azure-monitor-metrics --enable-windows-recording-rules --output=json' self.cmd(create_cmd, checks=[ self.check('provisioningState', 'Succeeded'), ]) @@ -6427,24 +6472,24 @@ def test_aks_update_with_azuremonitormetrics(self, resource_group, resource_grou 'node_vm_size': node_vm_size, }) - # create: without enable-azuremonitormetrics + # create: without enable-azure-monitor-metrics create_cmd = 'aks create --resource-group={resource_group} --name={name} --location={location} --ssh-key-value={ssh_key_value} --node-vm-size={node_vm_size} --enable-managed-identity --output=json' self.cmd(create_cmd, checks=[ self.check('provisioningState', 'Succeeded'), self.not_exists('azureMonitorProfile.metrics'), ]) - # update: enable-azuremonitormetrics + # update: enable-azure-monitor-metrics update_cmd = 'aks update --resource-group={resource_group} --name={name} --yes --output=json ' \ - '--enable-azuremonitormetrics --enable-managed-identity --enable-windows-recording-rules' + '--enable-azure-monitor-metrics --enable-managed-identity --enable-windows-recording-rules' self.cmd(update_cmd, checks=[ self.check('provisioningState', 'Succeeded'), self.check('azureMonitorProfile.metrics.enabled', True), ]) - # update: disable-azuremonitormetrics + # update: disable-azure-monitor-metrics update_cmd = 'aks update --resource-group={resource_group} --name={name} --yes --output=json ' \ - '--disable-azuremonitormetrics' + '--disable-azure-monitor-metrics' self.cmd(update_cmd, checks=[ self.check('provisioningState', 'Succeeded'), self.check('azureMonitorProfile.metrics.enabled', False), @@ -7138,3 +7183,60 @@ def test_aks_update_upgrade_settings(self, resource_group, resource_group_locati # delete self.cmd( 'aks delete -g {resource_group} -n {name} --yes --no-wait', checks=[self.is_empty()]) + + @AllowLargeResponse() + @AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='eastus', preserve_default_location=True) + def test_aks_update_enable_network_observability(self, resource_group, resource_group_location): + aks_name = self.create_random_name('cliakstest', 16) + self.kwargs.update({ + 'resource_group': resource_group, + 'name': aks_name, + 'ssh_key_value': self.generate_ssh_keys(), + 'location': resource_group_location, + }) + + create_cmd = 'aks create --resource-group={resource_group} --name={name} --location={location} ' \ + '--ssh-key-value={ssh_key_value} --node-count=1 --tier standard ' + self.cmd(create_cmd, checks=[ + self.check('provisioningState', 'Succeeded') + ]) + + # update to enable network observability + update_cmd = 'aks update --resource-group={resource_group} --name={name} --enable-network-observability ' \ + '--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/NetworkObservabilityPreview ' + self.cmd(update_cmd, checks=[ + self.check('provisioningState', 'Succeeded'), + self.check('networkProfile.monitoring.enabled', True), + ]) + + # delete + self.cmd( + 'aks delete -g {resource_group} -n {name} --yes --no-wait', checks=[self.is_empty()]) + + @AllowLargeResponse() + @AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='eastus', preserve_default_location=True) + def test_aks_create_with_enable_network_observability(self, resource_group, resource_group_location): + # reset the count so in replay mode the random names will start with 0 + self.test_resources_count = 0 + # kwargs for string formatting + + aks_name = self.create_random_name('cliakstest', 16) + self.kwargs.update({ + 'resource_group': resource_group, + 'name': aks_name, + 'ssh_key_value': self.generate_ssh_keys(), + 'location': resource_group_location, + }) + + # create + create_cmd = 'aks create --resource-group={resource_group} --name={name} --location={location} ' \ + '--ssh-key-value={ssh_key_value} --node-count=1 --tier standard --enable-network-observability ' \ + '--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/NetworkObservabilityPreview' + self.cmd(create_cmd, checks=[ + self.check('provisioningState', 'Succeeded'), + self.check('networkProfile.monitoring.enabled', True), + ]) + + # delete + self.cmd( + 'aks delete -g {resource_group} -n {name} --yes --no-wait', checks=[self.is_empty()]) diff --git a/src/aks-preview/azext_aks_preview/tests/latest/test_managed_cluster_decorator.py b/src/aks-preview/azext_aks_preview/tests/latest/test_managed_cluster_decorator.py index f6612c49eee..ad004971281 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/test_managed_cluster_decorator.py +++ b/src/aks-preview/azext_aks_preview/tests/latest/test_managed_cluster_decorator.py @@ -227,6 +227,74 @@ def test_get_http_proxy_config(self): # fail on invalid file path with self.assertRaises(InvalidArgumentValueError): ctx_3.get_http_proxy_config() + + def test_get_guardrails_level(self): + ctx1 = AKSPreviewManagedClusterContext( + self.cmd, + AKSManagedClusterParamDict({"guardrails_level": None}), + self.models, + decorator_mode=DecoratorMode.CREATE + ) + self.assertEqual(ctx1.get_guardrails_level(), None) + + ctx2 = AKSPreviewManagedClusterContext( + self.cmd, + AKSManagedClusterParamDict({"guardrails_level": "Warning"}), + self.models, + decorator_mode=DecoratorMode.CREATE + ) + mc2 = self.models.ManagedCluster( + location="test_location", + guardrails_profile=self.models.GuardrailsProfile(level="Warning", excluded_namespaces=None, version="") + ) + ctx2.attach_mc(mc2) + self.assertEqual(ctx2.get_guardrails_level(), "Warning") + + def test_get_guardrails_version(self): + ctx1 = AKSPreviewManagedClusterContext( + self.cmd, + AKSManagedClusterParamDict({"guardrails_version": None}), + self.models, + decorator_mode=DecoratorMode.CREATE + ) + self.assertEqual(ctx1.get_guardrails_version(), None) + + ctx2 = AKSPreviewManagedClusterContext( + self.cmd, + AKSManagedClusterParamDict({"guardrails_version": "v1.0.0"}), + self.models, + decorator_mode=DecoratorMode.CREATE + ) + + mc2 = self.models.ManagedCluster( + location="test_location", + guardrails_profile=self.models.GuardrailsProfile(version="v1.0.0", level=None, excluded_namespaces=None) + ) + ctx2.attach_mc(mc2) + self.assertEqual(ctx2.get_guardrails_version(), "v1.0.0") + + def test_get_guardrails_excluded_namespaces(self): + ctx1 = AKSPreviewManagedClusterContext( + self.cmd, + AKSManagedClusterParamDict({"guardrails_excluded_ns": None}), + self.models, + decorator_mode=DecoratorMode.CREATE + ) + self.assertEqual(ctx1.get_guardrails_excluded_namespaces(), None) + + ctx2 = AKSPreviewManagedClusterContext( + self.cmd, + AKSManagedClusterParamDict({"guardrails_excluded_ns": "ns1,ns2"}), + self.models, + decorator_mode=DecoratorMode.CREATE + ) + + mc2 = self.models.ManagedCluster( + location="test_location", + guardrails_profile=self.models.GuardrailsProfile(excluded_namespaces=["ns1","ns2"], level=None, version=None) + ) + ctx2.attach_mc(mc2) + self.assertEqual(ctx2.get_guardrails_excluded_namespaces(), "ns1,ns2") def test_get_kube_proxy_config(self): # default @@ -777,6 +845,42 @@ def test_mc_get_enable_cilium_dataplane(self): ) self.assertEqual(ctx_1.get_enable_cilium_dataplane(), False) + def test_mc_get_enable_network_observability(self): + # Default, not set. + ctx_1 = AKSPreviewManagedClusterContext( + self.cmd, + AKSManagedClusterParamDict({}), + self.models, + decorator_mode=DecoratorMode.CREATE, + ) + self.assertEqual(ctx_1.get_enable_network_observability(), None) + + # Flag set to True. + ctx_2 = AKSPreviewManagedClusterContext( + self.cmd, + AKSManagedClusterParamDict( + { + "enable_network_observability": True, + } + ), + self.models, + decorator_mode=DecoratorMode.CREATE, + ) + self.assertEqual(ctx_2.get_enable_network_observability(), True) + + # Flag set to True. + ctx_3 = AKSPreviewManagedClusterContext( + self.cmd, + AKSManagedClusterParamDict( + { + "enable_network_observability": True, + } + ), + self.models, + decorator_mode=DecoratorMode.UPDATE, + ) + self.assertEqual(ctx_3.get_enable_network_observability(), True) + def test_get_enable_managed_identity(self): # custom value ctx_1 = AKSPreviewManagedClusterContext( @@ -3321,6 +3425,44 @@ def setUp(self): self.models = AKSPreviewManagedClusterModels(self.cmd, CUSTOM_MGMT_AKS_PREVIEW) self.client = MockClient() + def test_set_up_guardrails_profile(self): + # Base case - no options specified, GuardrailsProfile should be None + dec_1 = AKSPreviewManagedClusterCreateDecorator( + self.cmd, + self.client, + {}, + CUSTOM_MGMT_AKS_PREVIEW + ) + + mc_1 = self.models.ManagedCluster(location="test_location") + dec_1.context.attach_mc(mc_1) + dec_mc_1 = dec_1.set_up_guardrails_profile(mc_1) + gt_mc_1 = self.models.ManagedCluster(location="test_location") + self.assertEqual(dec_mc_1,gt_mc_1) + + # Make sure GuardrailsProfile is filled out appropriately + dec_2 = AKSPreviewManagedClusterCreateDecorator( + self.cmd, + self.client, + { + "guardrails_level": "Warning", + "guardrails_version": "v1.0.0", + "guardrails_excluded_ns": "ns1,ns2" + }, + CUSTOM_MGMT_AKS_PREVIEW + ) + + mc_2 = self.models.ManagedCluster(location="test_location") + dec_2.context.attach_mc(mc_2) + dec_mc_2 = dec_2.set_up_guardrails_profile(mc_2) + gt_mc_2 = self.models.ManagedCluster(location="test_location") + gt_mc_2.guardrails_profile = self.models.GuardrailsProfile( + level="Warning", + version="v1.0.0", + excluded_namespaces=["ns1","ns2"] + ) + self.assertEqual(dec_mc_2,gt_mc_2) + def test_set_up_agentpool_profile(self): dec_1 = AKSPreviewManagedClusterCreateDecorator( self.cmd, @@ -3631,7 +3773,7 @@ def test_set_up_addon_profiles(self): enabled=True, config={ CONST_MONITORING_LOG_ANALYTICS_WORKSPACE_RESOURCE_ID: "/test_workspace_resource_id", - CONST_MONITORING_USING_AAD_MSI_AUTH: "True", + CONST_MONITORING_USING_AAD_MSI_AUTH: "true", }, ), CONST_INGRESS_APPGW_ADDON_NAME: self.models.ManagedClusterAddonProfile( diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/_container_service_client.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/_container_service_client.py index 40a8e1cb4af..2c503236c4b 100644 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/_container_service_client.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/_container_service_client.py @@ -58,7 +58,7 @@ class ContainerServiceClient(MultiApiClientMixin, _SDKClient): LATEST_PROFILE = ProfileDefinition({ _PROFILE_TAG: { None: DEFAULT_API_VERSION, - 'container_services': '2017-07-01', + 'container_services': '2019-04-01', 'fleet_members': '2022-09-02-preview', 'fleets': '2022-09-02-preview', 'open_shift_managed_clusters': '2019-04-30', @@ -148,6 +148,7 @@ def models(cls, api_version=DEFAULT_API_VERSION): * 2023-03-02-preview: :mod:`v2023_03_02_preview.models` * 2023-04-01: :mod:`v2023_04_01.models` * 2023-04-02-preview: :mod:`v2023_04_02_preview.models` + * 2023-05-02-preview: :mod:`v2023_05_02_preview.models` """ if api_version == '2017-07-01': from .v2017_07_01 import models @@ -323,6 +324,9 @@ def models(cls, api_version=DEFAULT_API_VERSION): elif api_version == '2023-04-02-preview': from .v2023_04_02_preview import models return models + elif api_version == '2023-05-02-preview': + from .v2023_05_02_preview import models + return models raise ValueError("API version {} is not available".format(api_version)) @property @@ -380,6 +384,7 @@ def agent_pools(self): * 2023-03-02-preview: :class:`AgentPoolsOperations` * 2023-04-01: :class:`AgentPoolsOperations` * 2023-04-02-preview: :class:`AgentPoolsOperations` + * 2023-05-02-preview: :class:`AgentPoolsOperations` """ api_version = self._get_api_version('agent_pools') if api_version == '2019-02-01': @@ -484,6 +489,8 @@ def agent_pools(self): from .v2023_04_01.operations import AgentPoolsOperations as OperationClass elif api_version == '2023-04-02-preview': from .v2023_04_02_preview.operations import AgentPoolsOperations as OperationClass + elif api_version == '2023-05-02-preview': + from .v2023_05_02_preview.operations import AgentPoolsOperations as OperationClass else: raise ValueError("API version {} does not have operation group 'agent_pools'".format(api_version)) self._config.api_version = api_version @@ -494,10 +501,13 @@ def container_services(self): """Instance depends on the API version: * 2017-07-01: :class:`ContainerServicesOperations` + * 2019-04-01: :class:`ContainerServicesOperations` """ api_version = self._get_api_version('container_services') if api_version == '2017-07-01': from .v2017_07_01.operations import ContainerServicesOperations as OperationClass + elif api_version == '2019-04-01': + from .v2019_04_01.operations import ContainerServicesOperations as OperationClass else: raise ValueError("API version {} does not have operation group 'container_services'".format(api_version)) self._config.api_version = api_version @@ -584,6 +594,7 @@ def maintenance_configurations(self): * 2023-03-02-preview: :class:`MaintenanceConfigurationsOperations` * 2023-04-01: :class:`MaintenanceConfigurationsOperations` * 2023-04-02-preview: :class:`MaintenanceConfigurationsOperations` + * 2023-05-02-preview: :class:`MaintenanceConfigurationsOperations` """ api_version = self._get_api_version('maintenance_configurations') if api_version == '2020-12-01': @@ -660,6 +671,8 @@ def maintenance_configurations(self): from .v2023_04_01.operations import MaintenanceConfigurationsOperations as OperationClass elif api_version == '2023-04-02-preview': from .v2023_04_02_preview.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2023-05-02-preview': + from .v2023_05_02_preview.operations import MaintenanceConfigurationsOperations as OperationClass else: raise ValueError("API version {} does not have operation group 'maintenance_configurations'".format(api_version)) self._config.api_version = api_version @@ -684,6 +697,7 @@ def managed_cluster_snapshots(self): * 2023-02-02-preview: :class:`ManagedClusterSnapshotsOperations` * 2023-03-02-preview: :class:`ManagedClusterSnapshotsOperations` * 2023-04-02-preview: :class:`ManagedClusterSnapshotsOperations` + * 2023-05-02-preview: :class:`ManagedClusterSnapshotsOperations` """ api_version = self._get_api_version('managed_cluster_snapshots') if api_version == '2022-02-02-preview': @@ -716,6 +730,8 @@ def managed_cluster_snapshots(self): from .v2023_03_02_preview.operations import ManagedClusterSnapshotsOperations as OperationClass elif api_version == '2023-04-02-preview': from .v2023_04_02_preview.operations import ManagedClusterSnapshotsOperations as OperationClass + elif api_version == '2023-05-02-preview': + from .v2023_05_02_preview.operations import ManagedClusterSnapshotsOperations as OperationClass else: raise ValueError("API version {} does not have operation group 'managed_cluster_snapshots'".format(api_version)) self._config.api_version = api_version @@ -778,6 +794,7 @@ def managed_clusters(self): * 2023-03-02-preview: :class:`ManagedClustersOperations` * 2023-04-01: :class:`ManagedClustersOperations` * 2023-04-02-preview: :class:`ManagedClustersOperations` + * 2023-05-02-preview: :class:`ManagedClustersOperations` """ api_version = self._get_api_version('managed_clusters') if api_version == '2018-03-31': @@ -886,6 +903,8 @@ def managed_clusters(self): from .v2023_04_01.operations import ManagedClustersOperations as OperationClass elif api_version == '2023-04-02-preview': from .v2023_04_02_preview.operations import ManagedClustersOperations as OperationClass + elif api_version == '2023-05-02-preview': + from .v2023_05_02_preview.operations import ManagedClustersOperations as OperationClass else: raise ValueError("API version {} does not have operation group 'managed_clusters'".format(api_version)) self._config.api_version = api_version @@ -971,6 +990,7 @@ def operations(self): * 2023-03-02-preview: :class:`Operations` * 2023-04-01: :class:`Operations` * 2023-04-02-preview: :class:`Operations` + * 2023-05-02-preview: :class:`Operations` """ api_version = self._get_api_version('operations') if api_version == '2018-03-31': @@ -1079,6 +1099,8 @@ def operations(self): from .v2023_04_01.operations import Operations as OperationClass elif api_version == '2023-04-02-preview': from .v2023_04_02_preview.operations import Operations as OperationClass + elif api_version == '2023-05-02-preview': + from .v2023_05_02_preview.operations import Operations as OperationClass else: raise ValueError("API version {} does not have operation group 'operations'".format(api_version)) self._config.api_version = api_version @@ -1129,6 +1151,7 @@ def private_endpoint_connections(self): * 2023-03-02-preview: :class:`PrivateEndpointConnectionsOperations` * 2023-04-01: :class:`PrivateEndpointConnectionsOperations` * 2023-04-02-preview: :class:`PrivateEndpointConnectionsOperations` + * 2023-05-02-preview: :class:`PrivateEndpointConnectionsOperations` """ api_version = self._get_api_version('private_endpoint_connections') if api_version == '2020-06-01': @@ -1213,6 +1236,8 @@ def private_endpoint_connections(self): from .v2023_04_01.operations import PrivateEndpointConnectionsOperations as OperationClass elif api_version == '2023-04-02-preview': from .v2023_04_02_preview.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2023-05-02-preview': + from .v2023_05_02_preview.operations import PrivateEndpointConnectionsOperations as OperationClass else: raise ValueError("API version {} does not have operation group 'private_endpoint_connections'".format(api_version)) self._config.api_version = api_version @@ -1261,6 +1286,7 @@ def private_link_resources(self): * 2023-03-02-preview: :class:`PrivateLinkResourcesOperations` * 2023-04-01: :class:`PrivateLinkResourcesOperations` * 2023-04-02-preview: :class:`PrivateLinkResourcesOperations` + * 2023-05-02-preview: :class:`PrivateLinkResourcesOperations` """ api_version = self._get_api_version('private_link_resources') if api_version == '2020-09-01': @@ -1341,6 +1367,8 @@ def private_link_resources(self): from .v2023_04_01.operations import PrivateLinkResourcesOperations as OperationClass elif api_version == '2023-04-02-preview': from .v2023_04_02_preview.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2023-05-02-preview': + from .v2023_05_02_preview.operations import PrivateLinkResourcesOperations as OperationClass else: raise ValueError("API version {} does not have operation group 'private_link_resources'".format(api_version)) self._config.api_version = api_version @@ -1389,6 +1417,7 @@ def resolve_private_link_service_id(self): * 2023-03-02-preview: :class:`ResolvePrivateLinkServiceIdOperations` * 2023-04-01: :class:`ResolvePrivateLinkServiceIdOperations` * 2023-04-02-preview: :class:`ResolvePrivateLinkServiceIdOperations` + * 2023-05-02-preview: :class:`ResolvePrivateLinkServiceIdOperations` """ api_version = self._get_api_version('resolve_private_link_service_id') if api_version == '2020-09-01': @@ -1469,6 +1498,8 @@ def resolve_private_link_service_id(self): from .v2023_04_01.operations import ResolvePrivateLinkServiceIdOperations as OperationClass elif api_version == '2023-04-02-preview': from .v2023_04_02_preview.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2023-05-02-preview': + from .v2023_05_02_preview.operations import ResolvePrivateLinkServiceIdOperations as OperationClass else: raise ValueError("API version {} does not have operation group 'resolve_private_link_service_id'".format(api_version)) self._config.api_version = api_version @@ -1510,6 +1541,7 @@ def snapshots(self): * 2023-03-02-preview: :class:`SnapshotsOperations` * 2023-04-01: :class:`SnapshotsOperations` * 2023-04-02-preview: :class:`SnapshotsOperations` + * 2023-05-02-preview: :class:`SnapshotsOperations` """ api_version = self._get_api_version('snapshots') if api_version == '2021-08-01': @@ -1576,6 +1608,8 @@ def snapshots(self): from .v2023_04_01.operations import SnapshotsOperations as OperationClass elif api_version == '2023-04-02-preview': from .v2023_04_02_preview.operations import SnapshotsOperations as OperationClass + elif api_version == '2023-05-02-preview': + from .v2023_05_02_preview.operations import SnapshotsOperations as OperationClass else: raise ValueError("API version {} does not have operation group 'snapshots'".format(api_version)) self._config.api_version = api_version @@ -1598,6 +1632,7 @@ def trusted_access_role_bindings(self): * 2023-02-02-preview: :class:`TrustedAccessRoleBindingsOperations` * 2023-03-02-preview: :class:`TrustedAccessRoleBindingsOperations` * 2023-04-02-preview: :class:`TrustedAccessRoleBindingsOperations` + * 2023-05-02-preview: :class:`TrustedAccessRoleBindingsOperations` """ api_version = self._get_api_version('trusted_access_role_bindings') if api_version == '2022-04-02-preview': @@ -1626,6 +1661,8 @@ def trusted_access_role_bindings(self): from .v2023_03_02_preview.operations import TrustedAccessRoleBindingsOperations as OperationClass elif api_version == '2023-04-02-preview': from .v2023_04_02_preview.operations import TrustedAccessRoleBindingsOperations as OperationClass + elif api_version == '2023-05-02-preview': + from .v2023_05_02_preview.operations import TrustedAccessRoleBindingsOperations as OperationClass else: raise ValueError("API version {} does not have operation group 'trusted_access_role_bindings'".format(api_version)) self._config.api_version = api_version @@ -1648,6 +1685,7 @@ def trusted_access_roles(self): * 2023-02-02-preview: :class:`TrustedAccessRolesOperations` * 2023-03-02-preview: :class:`TrustedAccessRolesOperations` * 2023-04-02-preview: :class:`TrustedAccessRolesOperations` + * 2023-05-02-preview: :class:`TrustedAccessRolesOperations` """ api_version = self._get_api_version('trusted_access_roles') if api_version == '2022-04-02-preview': @@ -1676,6 +1714,8 @@ def trusted_access_roles(self): from .v2023_03_02_preview.operations import TrustedAccessRolesOperations as OperationClass elif api_version == '2023-04-02-preview': from .v2023_04_02_preview.operations import TrustedAccessRolesOperations as OperationClass + elif api_version == '2023-05-02-preview': + from .v2023_05_02_preview.operations import TrustedAccessRolesOperations as OperationClass else: raise ValueError("API version {} does not have operation group 'trusted_access_roles'".format(api_version)) self._config.api_version = api_version diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/_version.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/_version.py index 0093cc09777..cef2ae38392 100644 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/_version.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/_version.py @@ -5,4 +5,4 @@ # license information. # -------------------------------------------------------------------------- -VERSION = "22.1.0b" \ No newline at end of file +VERSION = "23.0.0b" \ No newline at end of file diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/models.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/models.py index e0231a1943f..726e927d72b 100644 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/models.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/models.py @@ -4,5 +4,4 @@ # Licensed under the MIT License. See License.txt in the project root for # license information. # -------------------------------------------------------------------------- -from .v2017_07_01.models import * -from .v2023_04_02_preview.models import * +from .v2023_05_02_preview.models import * diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/__init__.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/__init__.py similarity index 100% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/__init__.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/__init__.py diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/_configuration.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/_configuration.py similarity index 96% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/_configuration.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/_configuration.py index 05addd8fe4a..2406e9cba99 100755 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/_configuration.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/_configuration.py @@ -29,14 +29,14 @@ class ContainerServiceClientConfiguration(Configuration): # pylint: disable=too :type credential: ~azure.core.credentials.TokenCredential :param subscription_id: The ID of the target subscription. Required. :type subscription_id: str - :keyword api_version: Api Version. Default value is "2023-04-02-preview". Note that overriding + :keyword api_version: Api Version. Default value is "2023-05-02-preview". Note that overriding this default value may result in unsupported behavior. :paramtype api_version: str """ def __init__(self, credential: "TokenCredential", subscription_id: str, **kwargs: Any) -> None: super(ContainerServiceClientConfiguration, self).__init__(**kwargs) - api_version: str = kwargs.pop("api_version", "2023-04-02-preview") + api_version: str = kwargs.pop("api_version", "2023-05-02-preview") if credential is None: raise ValueError("Parameter 'credential' must not be None.") diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/_container_service_client.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/_container_service_client.py similarity index 90% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/_container_service_client.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/_container_service_client.py index f0452e2acee..d0377941595 100755 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/_container_service_client.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/_container_service_client.py @@ -38,44 +38,44 @@ class ContainerServiceClient: # pylint: disable=client-accepts-api-version-keyw """The Container Service Client. :ivar operations: Operations operations - :vartype operations: azure.mgmt.containerservice.v2023_04_02_preview.operations.Operations + :vartype operations: azure.mgmt.containerservice.v2023_05_02_preview.operations.Operations :ivar managed_clusters: ManagedClustersOperations operations :vartype managed_clusters: - azure.mgmt.containerservice.v2023_04_02_preview.operations.ManagedClustersOperations + azure.mgmt.containerservice.v2023_05_02_preview.operations.ManagedClustersOperations :ivar maintenance_configurations: MaintenanceConfigurationsOperations operations :vartype maintenance_configurations: - azure.mgmt.containerservice.v2023_04_02_preview.operations.MaintenanceConfigurationsOperations + azure.mgmt.containerservice.v2023_05_02_preview.operations.MaintenanceConfigurationsOperations :ivar agent_pools: AgentPoolsOperations operations :vartype agent_pools: - azure.mgmt.containerservice.v2023_04_02_preview.operations.AgentPoolsOperations + azure.mgmt.containerservice.v2023_05_02_preview.operations.AgentPoolsOperations :ivar private_endpoint_connections: PrivateEndpointConnectionsOperations operations :vartype private_endpoint_connections: - azure.mgmt.containerservice.v2023_04_02_preview.operations.PrivateEndpointConnectionsOperations + azure.mgmt.containerservice.v2023_05_02_preview.operations.PrivateEndpointConnectionsOperations :ivar private_link_resources: PrivateLinkResourcesOperations operations :vartype private_link_resources: - azure.mgmt.containerservice.v2023_04_02_preview.operations.PrivateLinkResourcesOperations + azure.mgmt.containerservice.v2023_05_02_preview.operations.PrivateLinkResourcesOperations :ivar resolve_private_link_service_id: ResolvePrivateLinkServiceIdOperations operations :vartype resolve_private_link_service_id: - azure.mgmt.containerservice.v2023_04_02_preview.operations.ResolvePrivateLinkServiceIdOperations + azure.mgmt.containerservice.v2023_05_02_preview.operations.ResolvePrivateLinkServiceIdOperations :ivar snapshots: SnapshotsOperations operations :vartype snapshots: - azure.mgmt.containerservice.v2023_04_02_preview.operations.SnapshotsOperations + azure.mgmt.containerservice.v2023_05_02_preview.operations.SnapshotsOperations :ivar managed_cluster_snapshots: ManagedClusterSnapshotsOperations operations :vartype managed_cluster_snapshots: - azure.mgmt.containerservice.v2023_04_02_preview.operations.ManagedClusterSnapshotsOperations + azure.mgmt.containerservice.v2023_05_02_preview.operations.ManagedClusterSnapshotsOperations :ivar trusted_access_roles: TrustedAccessRolesOperations operations :vartype trusted_access_roles: - azure.mgmt.containerservice.v2023_04_02_preview.operations.TrustedAccessRolesOperations + azure.mgmt.containerservice.v2023_05_02_preview.operations.TrustedAccessRolesOperations :ivar trusted_access_role_bindings: TrustedAccessRoleBindingsOperations operations :vartype trusted_access_role_bindings: - azure.mgmt.containerservice.v2023_04_02_preview.operations.TrustedAccessRoleBindingsOperations + azure.mgmt.containerservice.v2023_05_02_preview.operations.TrustedAccessRoleBindingsOperations :param credential: Credential needed for the client to connect to Azure. Required. :type credential: ~azure.core.credentials.TokenCredential :param subscription_id: The ID of the target subscription. Required. :type subscription_id: str :param base_url: Service URL. Default value is "https://management.azure.com". :type base_url: str - :keyword api_version: Api Version. Default value is "2023-04-02-preview". Note that overriding + :keyword api_version: Api Version. Default value is "2023-05-02-preview". Note that overriding this default value may result in unsupported behavior. :paramtype api_version: str :keyword int polling_interval: Default waiting time between two polls for LRO operations if no diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/_patch.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/_patch.py similarity index 100% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/_patch.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/_patch.py diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/_vendor.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/_vendor.py similarity index 100% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/_vendor.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/_vendor.py diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/_version.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/_version.py similarity index 100% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/_version.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/_version.py diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/__init__.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/__init__.py similarity index 100% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/__init__.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/__init__.py diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/_configuration.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/_configuration.py similarity index 96% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/_configuration.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/_configuration.py index 91344a087a6..0beb08b0ed9 100755 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/_configuration.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/_configuration.py @@ -29,14 +29,14 @@ class ContainerServiceClientConfiguration(Configuration): # pylint: disable=too :type credential: ~azure.core.credentials_async.AsyncTokenCredential :param subscription_id: The ID of the target subscription. Required. :type subscription_id: str - :keyword api_version: Api Version. Default value is "2023-04-02-preview". Note that overriding + :keyword api_version: Api Version. Default value is "2023-05-02-preview". Note that overriding this default value may result in unsupported behavior. :paramtype api_version: str """ def __init__(self, credential: "AsyncTokenCredential", subscription_id: str, **kwargs: Any) -> None: super(ContainerServiceClientConfiguration, self).__init__(**kwargs) - api_version: str = kwargs.pop("api_version", "2023-04-02-preview") + api_version: str = kwargs.pop("api_version", "2023-05-02-preview") if credential is None: raise ValueError("Parameter 'credential' must not be None.") diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/_container_service_client.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/_container_service_client.py similarity index 90% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/_container_service_client.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/_container_service_client.py index d1980234beb..300a2918251 100755 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/_container_service_client.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/_container_service_client.py @@ -38,44 +38,44 @@ class ContainerServiceClient: # pylint: disable=client-accepts-api-version-keyw """The Container Service Client. :ivar operations: Operations operations - :vartype operations: azure.mgmt.containerservice.v2023_04_02_preview.aio.operations.Operations + :vartype operations: azure.mgmt.containerservice.v2023_05_02_preview.aio.operations.Operations :ivar managed_clusters: ManagedClustersOperations operations :vartype managed_clusters: - azure.mgmt.containerservice.v2023_04_02_preview.aio.operations.ManagedClustersOperations + azure.mgmt.containerservice.v2023_05_02_preview.aio.operations.ManagedClustersOperations :ivar maintenance_configurations: MaintenanceConfigurationsOperations operations :vartype maintenance_configurations: - azure.mgmt.containerservice.v2023_04_02_preview.aio.operations.MaintenanceConfigurationsOperations + azure.mgmt.containerservice.v2023_05_02_preview.aio.operations.MaintenanceConfigurationsOperations :ivar agent_pools: AgentPoolsOperations operations :vartype agent_pools: - azure.mgmt.containerservice.v2023_04_02_preview.aio.operations.AgentPoolsOperations + azure.mgmt.containerservice.v2023_05_02_preview.aio.operations.AgentPoolsOperations :ivar private_endpoint_connections: PrivateEndpointConnectionsOperations operations :vartype private_endpoint_connections: - azure.mgmt.containerservice.v2023_04_02_preview.aio.operations.PrivateEndpointConnectionsOperations + azure.mgmt.containerservice.v2023_05_02_preview.aio.operations.PrivateEndpointConnectionsOperations :ivar private_link_resources: PrivateLinkResourcesOperations operations :vartype private_link_resources: - azure.mgmt.containerservice.v2023_04_02_preview.aio.operations.PrivateLinkResourcesOperations + azure.mgmt.containerservice.v2023_05_02_preview.aio.operations.PrivateLinkResourcesOperations :ivar resolve_private_link_service_id: ResolvePrivateLinkServiceIdOperations operations :vartype resolve_private_link_service_id: - azure.mgmt.containerservice.v2023_04_02_preview.aio.operations.ResolvePrivateLinkServiceIdOperations + azure.mgmt.containerservice.v2023_05_02_preview.aio.operations.ResolvePrivateLinkServiceIdOperations :ivar snapshots: SnapshotsOperations operations :vartype snapshots: - azure.mgmt.containerservice.v2023_04_02_preview.aio.operations.SnapshotsOperations + azure.mgmt.containerservice.v2023_05_02_preview.aio.operations.SnapshotsOperations :ivar managed_cluster_snapshots: ManagedClusterSnapshotsOperations operations :vartype managed_cluster_snapshots: - azure.mgmt.containerservice.v2023_04_02_preview.aio.operations.ManagedClusterSnapshotsOperations + azure.mgmt.containerservice.v2023_05_02_preview.aio.operations.ManagedClusterSnapshotsOperations :ivar trusted_access_roles: TrustedAccessRolesOperations operations :vartype trusted_access_roles: - azure.mgmt.containerservice.v2023_04_02_preview.aio.operations.TrustedAccessRolesOperations + azure.mgmt.containerservice.v2023_05_02_preview.aio.operations.TrustedAccessRolesOperations :ivar trusted_access_role_bindings: TrustedAccessRoleBindingsOperations operations :vartype trusted_access_role_bindings: - azure.mgmt.containerservice.v2023_04_02_preview.aio.operations.TrustedAccessRoleBindingsOperations + azure.mgmt.containerservice.v2023_05_02_preview.aio.operations.TrustedAccessRoleBindingsOperations :param credential: Credential needed for the client to connect to Azure. Required. :type credential: ~azure.core.credentials_async.AsyncTokenCredential :param subscription_id: The ID of the target subscription. Required. :type subscription_id: str :param base_url: Service URL. Default value is "https://management.azure.com". :type base_url: str - :keyword api_version: Api Version. Default value is "2023-04-02-preview". Note that overriding + :keyword api_version: Api Version. Default value is "2023-05-02-preview". Note that overriding this default value may result in unsupported behavior. :paramtype api_version: str :keyword int polling_interval: Default waiting time between two polls for LRO operations if no diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/_patch.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/_patch.py similarity index 100% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/_patch.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/_patch.py diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/__init__.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/__init__.py similarity index 100% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/__init__.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/__init__.py diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_agent_pools_operations.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_agent_pools_operations.py similarity index 97% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_agent_pools_operations.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_agent_pools_operations.py index 9e409a183b0..383b698d4f9 100755 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_agent_pools_operations.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_agent_pools_operations.py @@ -6,6 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- +from io import IOBase from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, cast, overload import urllib.parse @@ -51,7 +52,7 @@ class AgentPoolsOperations: **DO NOT** instantiate this class directly. Instead, you should access the following operations through - :class:`~azure.mgmt.containerservice.v2023_04_02_preview.aio.ContainerServiceClient`'s + :class:`~azure.mgmt.containerservice.v2023_05_02_preview.aio.ContainerServiceClient`'s :attr:`agent_pools` attribute. """ @@ -78,7 +79,7 @@ async def _abort_latest_operation_initial( # pylint: disable=inconsistent-retur _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) request = build_abort_latest_operation_request( @@ -151,7 +152,7 @@ async def begin_abort_latest_operation( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) @@ -208,13 +209,13 @@ def list(self, resource_group_name: str, resource_name: str, **kwargs: Any) -> A :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either AgentPool or the result of cls(response) :rtype: - ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPool] + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPool] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.AgentPoolListResult] = kwargs.pop("cls", None) error_map = { @@ -303,7 +304,7 @@ async def get( :type agent_pool_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: AgentPool or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPool + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPool :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -317,7 +318,7 @@ async def get( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.AgentPool] = kwargs.pop("cls", None) request = build_get_request( @@ -374,14 +375,14 @@ async def _create_or_update_initial( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.AgentPool] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None _content = None - if isinstance(parameters, (IO, bytes)): + if isinstance(parameters, (IOBase, bytes)): _content = parameters else: _json = self._serialize.body(parameters, "AgentPool") @@ -451,7 +452,7 @@ async def begin_create_or_update( :param agent_pool_name: The name of the agent pool. Required. :type agent_pool_name: str :param parameters: The agent pool to create or update. Required. - :type parameters: ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPool + :type parameters: ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPool :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str @@ -466,7 +467,7 @@ async def begin_create_or_update( :return: An instance of AsyncLROPoller that returns either AgentPool or the result of cls(response) :rtype: - ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPool] + ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPool] :raises ~azure.core.exceptions.HttpResponseError: """ @@ -508,7 +509,7 @@ async def begin_create_or_update( :return: An instance of AsyncLROPoller that returns either AgentPool or the result of cls(response) :rtype: - ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPool] + ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPool] :raises ~azure.core.exceptions.HttpResponseError: """ @@ -534,7 +535,7 @@ async def begin_create_or_update( :type agent_pool_name: str :param parameters: The agent pool to create or update. Is either a AgentPool type or a IO type. Required. - :type parameters: ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPool or IO + :type parameters: ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPool or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. :paramtype content_type: str @@ -549,13 +550,13 @@ async def begin_create_or_update( :return: An instance of AsyncLROPoller that returns either AgentPool or the result of cls(response) :rtype: - ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPool] + ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPool] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.AgentPool] = kwargs.pop("cls", None) polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) @@ -620,7 +621,7 @@ async def _delete_initial( # pylint: disable=inconsistent-return-statements _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) request = build_delete_request( @@ -697,7 +698,7 @@ async def begin_delete( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) @@ -756,7 +757,7 @@ async def get_upgrade_profile( :type agent_pool_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: AgentPoolUpgradeProfile or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolUpgradeProfile + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolUpgradeProfile :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -770,7 +771,7 @@ async def get_upgrade_profile( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.AgentPoolUpgradeProfile] = kwargs.pop("cls", None) request = build_get_upgrade_profile_request( @@ -825,7 +826,7 @@ async def get_available_agent_pool_versions( :type resource_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: AgentPoolAvailableVersions or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolAvailableVersions + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolAvailableVersions :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -839,7 +840,7 @@ async def get_available_agent_pool_versions( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.AgentPoolAvailableVersions] = kwargs.pop("cls", None) request = build_get_available_agent_pool_versions_request( @@ -890,7 +891,7 @@ async def _upgrade_node_image_version_initial( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[Optional[_models.AgentPool]] = kwargs.pop("cls", None) request = build_upgrade_node_image_version_request( @@ -963,13 +964,13 @@ async def begin_upgrade_node_image_version( :return: An instance of AsyncLROPoller that returns either AgentPool or the result of cls(response) :rtype: - ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPool] + ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPool] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_maintenance_configurations_operations.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_maintenance_configurations_operations.py similarity index 94% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_maintenance_configurations_operations.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_maintenance_configurations_operations.py index 944981121cb..9895667abf7 100755 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_maintenance_configurations_operations.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_maintenance_configurations_operations.py @@ -6,6 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- +from io import IOBase from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, overload import urllib.parse @@ -45,7 +46,7 @@ class MaintenanceConfigurationsOperations: **DO NOT** instantiate this class directly. Instead, you should access the following operations through - :class:`~azure.mgmt.containerservice.v2023_04_02_preview.aio.ContainerServiceClient`'s + :class:`~azure.mgmt.containerservice.v2023_05_02_preview.aio.ContainerServiceClient`'s :attr:`maintenance_configurations` attribute. """ @@ -75,13 +76,13 @@ def list_by_managed_cluster( :return: An iterator like instance of either MaintenanceConfiguration or the result of cls(response) :rtype: - ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_04_02_preview.models.MaintenanceConfiguration] + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_05_02_preview.models.MaintenanceConfiguration] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.MaintenanceConfigurationListResult] = kwargs.pop("cls", None) error_map = { @@ -170,7 +171,7 @@ async def get( :type config_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: MaintenanceConfiguration or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.MaintenanceConfiguration + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.MaintenanceConfiguration :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -184,7 +185,7 @@ async def get( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.MaintenanceConfiguration] = kwargs.pop("cls", None) request = build_get_request( @@ -246,13 +247,13 @@ async def create_or_update( :type config_name: str :param parameters: The maintenance configuration to create or update. Required. :type parameters: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.MaintenanceConfiguration + ~azure.mgmt.containerservice.v2023_05_02_preview.models.MaintenanceConfiguration :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: MaintenanceConfiguration or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.MaintenanceConfiguration + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.MaintenanceConfiguration :raises ~azure.core.exceptions.HttpResponseError: """ @@ -285,7 +286,7 @@ async def create_or_update( :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: MaintenanceConfiguration or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.MaintenanceConfiguration + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.MaintenanceConfiguration :raises ~azure.core.exceptions.HttpResponseError: """ @@ -312,13 +313,13 @@ async def create_or_update( :param parameters: The maintenance configuration to create or update. Is either a MaintenanceConfiguration type or a IO type. Required. :type parameters: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.MaintenanceConfiguration or IO + ~azure.mgmt.containerservice.v2023_05_02_preview.models.MaintenanceConfiguration or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: MaintenanceConfiguration or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.MaintenanceConfiguration + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.MaintenanceConfiguration :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -332,14 +333,14 @@ async def create_or_update( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.MaintenanceConfiguration] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None _content = None - if isinstance(parameters, (IO, bytes)): + if isinstance(parameters, (IOBase, bytes)): _content = parameters else: _json = self._serialize.body(parameters, "MaintenanceConfiguration") @@ -367,16 +368,20 @@ async def create_or_update( response = pipeline_response.http_response - if response.status_code not in [200]: + if response.status_code not in [200, 201]: map_error(status_code=response.status_code, response=response, error_map=error_map) raise HttpResponseError(response=response, error_format=ARMErrorFormat) - deserialized = self._deserialize("MaintenanceConfiguration", pipeline_response) + if response.status_code == 200: + deserialized = self._deserialize("MaintenanceConfiguration", pipeline_response) + + if response.status_code == 201: + deserialized = self._deserialize("MaintenanceConfiguration", pipeline_response) if cls: - return cls(pipeline_response, deserialized, {}) + return cls(pipeline_response, deserialized, {}) # type: ignore - return deserialized + return deserialized # type: ignore create_or_update.metadata = { "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations/{configName}" @@ -413,7 +418,7 @@ async def delete( # pylint: disable=inconsistent-return-statements _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) request = build_delete_request( diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_managed_cluster_snapshots_operations.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_managed_cluster_snapshots_operations.py similarity index 95% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_managed_cluster_snapshots_operations.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_managed_cluster_snapshots_operations.py index 160bd4a38fe..440b019083a 100755 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_managed_cluster_snapshots_operations.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_managed_cluster_snapshots_operations.py @@ -6,6 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- +from io import IOBase from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, overload import urllib.parse @@ -47,7 +48,7 @@ class ManagedClusterSnapshotsOperations: **DO NOT** instantiate this class directly. Instead, you should access the following operations through - :class:`~azure.mgmt.containerservice.v2023_04_02_preview.aio.ContainerServiceClient`'s + :class:`~azure.mgmt.containerservice.v2023_05_02_preview.aio.ContainerServiceClient`'s :attr:`managed_cluster_snapshots` attribute. """ @@ -70,13 +71,13 @@ def list(self, **kwargs: Any) -> AsyncIterable["_models.ManagedClusterSnapshot"] :return: An iterator like instance of either ManagedClusterSnapshot or the result of cls(response) :rtype: - ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSnapshot] + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSnapshot] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.ManagedClusterSnapshotListResult] = kwargs.pop("cls", None) error_map = { @@ -161,13 +162,13 @@ def list_by_resource_group( :return: An iterator like instance of either ManagedClusterSnapshot or the result of cls(response) :rtype: - ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSnapshot] + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSnapshot] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.ManagedClusterSnapshotListResult] = kwargs.pop("cls", None) error_map = { @@ -251,7 +252,7 @@ async def get(self, resource_group_name: str, resource_name: str, **kwargs: Any) :type resource_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ManagedClusterSnapshot or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSnapshot + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSnapshot :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -265,7 +266,7 @@ async def get(self, resource_group_name: str, resource_name: str, **kwargs: Any) _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.ManagedClusterSnapshot] = kwargs.pop("cls", None) request = build_get_request( @@ -323,13 +324,13 @@ async def create_or_update( :type resource_name: str :param parameters: The managed cluster snapshot to create or update. Required. :type parameters: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSnapshot + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSnapshot :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ManagedClusterSnapshot or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSnapshot + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSnapshot :raises ~azure.core.exceptions.HttpResponseError: """ @@ -359,7 +360,7 @@ async def create_or_update( :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ManagedClusterSnapshot or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSnapshot + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSnapshot :raises ~azure.core.exceptions.HttpResponseError: """ @@ -383,13 +384,13 @@ async def create_or_update( :param parameters: The managed cluster snapshot to create or update. Is either a ManagedClusterSnapshot type or a IO type. Required. :type parameters: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSnapshot or IO + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSnapshot or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ManagedClusterSnapshot or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSnapshot + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSnapshot :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -403,14 +404,14 @@ async def create_or_update( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.ManagedClusterSnapshot] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None _content = None - if isinstance(parameters, (IO, bytes)): + if isinstance(parameters, (IOBase, bytes)): _content = parameters else: _json = self._serialize.body(parameters, "ManagedClusterSnapshot") @@ -477,13 +478,13 @@ async def update_tags( :type resource_name: str :param parameters: Parameters supplied to the Update managed cluster snapshot Tags operation. Required. - :type parameters: ~azure.mgmt.containerservice.v2023_04_02_preview.models.TagsObject + :type parameters: ~azure.mgmt.containerservice.v2023_05_02_preview.models.TagsObject :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ManagedClusterSnapshot or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSnapshot + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSnapshot :raises ~azure.core.exceptions.HttpResponseError: """ @@ -514,7 +515,7 @@ async def update_tags( :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ManagedClusterSnapshot or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSnapshot + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSnapshot :raises ~azure.core.exceptions.HttpResponseError: """ @@ -533,13 +534,13 @@ async def update_tags( :type resource_name: str :param parameters: Parameters supplied to the Update managed cluster snapshot Tags operation. Is either a TagsObject type or a IO type. Required. - :type parameters: ~azure.mgmt.containerservice.v2023_04_02_preview.models.TagsObject or IO + :type parameters: ~azure.mgmt.containerservice.v2023_05_02_preview.models.TagsObject or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ManagedClusterSnapshot or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSnapshot + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSnapshot :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -553,14 +554,14 @@ async def update_tags( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.ManagedClusterSnapshot] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None _content = None - if isinstance(parameters, (IO, bytes)): + if isinstance(parameters, (IOBase, bytes)): _content = parameters else: _json = self._serialize.body(parameters, "TagsObject") @@ -631,7 +632,7 @@ async def delete( # pylint: disable=inconsistent-return-statements _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) request = build_delete_request( diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_managed_clusters_operations.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_managed_clusters_operations.py similarity index 97% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_managed_clusters_operations.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_managed_clusters_operations.py index c12385c640e..a5325415887 100755 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_managed_clusters_operations.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_managed_clusters_operations.py @@ -6,6 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- +from io import IOBase from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, cast, overload import urllib.parse @@ -66,7 +67,7 @@ class ManagedClustersOperations: # pylint: disable=too-many-public-methods **DO NOT** instantiate this class directly. Instead, you should access the following operations through - :class:`~azure.mgmt.containerservice.v2023_04_02_preview.aio.ContainerServiceClient`'s + :class:`~azure.mgmt.containerservice.v2023_05_02_preview.aio.ContainerServiceClient`'s :attr:`managed_clusters` attribute. """ @@ -94,7 +95,7 @@ async def get_os_options( :type resource_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: OSOptionProfile or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.OSOptionProfile + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.OSOptionProfile :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -108,7 +109,7 @@ async def get_os_options( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.OSOptionProfile] = kwargs.pop("cls", None) request = build_get_os_options_request( @@ -156,7 +157,7 @@ async def list_kubernetes_versions(self, location: str, **kwargs: Any) -> _model :type location: str :keyword callable cls: A custom type or function that will be passed the direct response :return: KubernetesVersionListResult or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.KubernetesVersionListResult + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.KubernetesVersionListResult :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -170,7 +171,7 @@ async def list_kubernetes_versions(self, location: str, **kwargs: Any) -> _model _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.KubernetesVersionListResult] = kwargs.pop("cls", None) request = build_list_kubernetes_versions_request( @@ -215,13 +216,13 @@ def list(self, **kwargs: Any) -> AsyncIterable["_models.ManagedCluster"]: :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ManagedCluster or the result of cls(response) :rtype: - ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedCluster] + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedCluster] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.ManagedClusterListResult] = kwargs.pop("cls", None) error_map = { @@ -303,13 +304,13 @@ def list_by_resource_group( :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ManagedCluster or the result of cls(response) :rtype: - ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedCluster] + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedCluster] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.ManagedClusterListResult] = kwargs.pop("cls", None) error_map = { @@ -395,7 +396,7 @@ async def get_upgrade_profile( :type resource_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ManagedClusterUpgradeProfile or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterUpgradeProfile + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterUpgradeProfile :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -409,7 +410,7 @@ async def get_upgrade_profile( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.ManagedClusterUpgradeProfile] = kwargs.pop("cls", None) request = build_get_upgrade_profile_request( @@ -466,7 +467,7 @@ async def get_access_profile( :type role_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ManagedClusterAccessProfile or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterAccessProfile + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterAccessProfile :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -480,7 +481,7 @@ async def get_access_profile( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.ManagedClusterAccessProfile] = kwargs.pop("cls", None) request = build_get_access_profile_request( @@ -535,7 +536,7 @@ async def list_cluster_admin_credentials( :type server_fqdn: str :keyword callable cls: A custom type or function that will be passed the direct response :return: CredentialResults or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.CredentialResults + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.CredentialResults :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -549,7 +550,7 @@ async def list_cluster_admin_credentials( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.CredentialResults] = kwargs.pop("cls", None) request = build_list_cluster_admin_credentials_request( @@ -611,10 +612,10 @@ async def list_cluster_user_credentials( 'azure' will return azure auth-provider kubeconfig; format 'exec' will return exec format kubeconfig, which requires kubelogin binary in the path. Known values are: "azure", "exec", and "exec". Default value is None. - :type format: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.Format + :type format: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.Format :keyword callable cls: A custom type or function that will be passed the direct response :return: CredentialResults or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.CredentialResults + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.CredentialResults :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -628,7 +629,7 @@ async def list_cluster_user_credentials( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.CredentialResults] = kwargs.pop("cls", None) request = build_list_cluster_user_credentials_request( @@ -684,7 +685,7 @@ async def list_cluster_monitoring_user_credentials( :type server_fqdn: str :keyword callable cls: A custom type or function that will be passed the direct response :return: CredentialResults or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.CredentialResults + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.CredentialResults :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -698,7 +699,7 @@ async def list_cluster_monitoring_user_credentials( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.CredentialResults] = kwargs.pop("cls", None) request = build_list_cluster_monitoring_user_credentials_request( @@ -749,7 +750,7 @@ async def get(self, resource_group_name: str, resource_name: str, **kwargs: Any) :type resource_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ManagedCluster or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedCluster + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedCluster :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -763,7 +764,7 @@ async def get(self, resource_group_name: str, resource_name: str, **kwargs: Any) _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.ManagedCluster] = kwargs.pop("cls", None) request = build_get_request( @@ -814,14 +815,14 @@ async def _create_or_update_initial( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.ManagedCluster] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None _content = None - if isinstance(parameters, (IO, bytes)): + if isinstance(parameters, (IOBase, bytes)): _content = parameters else: _json = self._serialize.body(parameters, "ManagedCluster") @@ -887,7 +888,7 @@ async def begin_create_or_update( :param resource_name: The name of the managed cluster resource. Required. :type resource_name: str :param parameters: The managed cluster to create or update. Required. - :type parameters: ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedCluster + :type parameters: ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedCluster :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str @@ -902,7 +903,7 @@ async def begin_create_or_update( :return: An instance of AsyncLROPoller that returns either ManagedCluster or the result of cls(response) :rtype: - ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedCluster] + ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedCluster] :raises ~azure.core.exceptions.HttpResponseError: """ @@ -941,7 +942,7 @@ async def begin_create_or_update( :return: An instance of AsyncLROPoller that returns either ManagedCluster or the result of cls(response) :rtype: - ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedCluster] + ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedCluster] :raises ~azure.core.exceptions.HttpResponseError: """ @@ -960,7 +961,7 @@ async def begin_create_or_update( :type resource_name: str :param parameters: The managed cluster to create or update. Is either a ManagedCluster type or a IO type. Required. - :type parameters: ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedCluster or IO + :type parameters: ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedCluster or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. :paramtype content_type: str @@ -975,13 +976,13 @@ async def begin_create_or_update( :return: An instance of AsyncLROPoller that returns either ManagedCluster or the result of cls(response) :rtype: - ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedCluster] + ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedCluster] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.ManagedCluster] = kwargs.pop("cls", None) polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) @@ -1040,14 +1041,14 @@ async def _update_tags_initial( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.ManagedCluster] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None _content = None - if isinstance(parameters, (IO, bytes)): + if isinstance(parameters, (IOBase, bytes)): _content = parameters else: _json = self._serialize.body(parameters, "TagsObject") @@ -1109,7 +1110,7 @@ async def begin_update_tags( :param resource_name: The name of the managed cluster resource. Required. :type resource_name: str :param parameters: Parameters supplied to the Update Managed Cluster Tags operation. Required. - :type parameters: ~azure.mgmt.containerservice.v2023_04_02_preview.models.TagsObject + :type parameters: ~azure.mgmt.containerservice.v2023_05_02_preview.models.TagsObject :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str @@ -1124,7 +1125,7 @@ async def begin_update_tags( :return: An instance of AsyncLROPoller that returns either ManagedCluster or the result of cls(response) :rtype: - ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedCluster] + ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedCluster] :raises ~azure.core.exceptions.HttpResponseError: """ @@ -1163,7 +1164,7 @@ async def begin_update_tags( :return: An instance of AsyncLROPoller that returns either ManagedCluster or the result of cls(response) :rtype: - ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedCluster] + ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedCluster] :raises ~azure.core.exceptions.HttpResponseError: """ @@ -1182,7 +1183,7 @@ async def begin_update_tags( :type resource_name: str :param parameters: Parameters supplied to the Update Managed Cluster Tags operation. Is either a TagsObject type or a IO type. Required. - :type parameters: ~azure.mgmt.containerservice.v2023_04_02_preview.models.TagsObject or IO + :type parameters: ~azure.mgmt.containerservice.v2023_05_02_preview.models.TagsObject or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. :paramtype content_type: str @@ -1197,13 +1198,13 @@ async def begin_update_tags( :return: An instance of AsyncLROPoller that returns either ManagedCluster or the result of cls(response) :rtype: - ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedCluster] + ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedCluster] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.ManagedCluster] = kwargs.pop("cls", None) polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) @@ -1266,7 +1267,7 @@ async def _delete_initial( # pylint: disable=inconsistent-return-statements _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) request = build_delete_request( @@ -1339,7 +1340,7 @@ async def begin_delete( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) @@ -1398,14 +1399,14 @@ async def _reset_service_principal_profile_initial( # pylint: disable=inconsist _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[None] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None _content = None - if isinstance(parameters, (IO, bytes)): + if isinstance(parameters, (IOBase, bytes)): _content = parameters else: _json = self._serialize.body(parameters, "ManagedClusterServicePrincipalProfile") @@ -1468,7 +1469,7 @@ async def begin_reset_service_principal_profile( :type resource_name: str :param parameters: The service principal profile to set on the managed cluster. Required. :type parameters: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterServicePrincipalProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterServicePrincipalProfile :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str @@ -1542,7 +1543,7 @@ async def begin_reset_service_principal_profile( :param parameters: The service principal profile to set on the managed cluster. Is either a ManagedClusterServicePrincipalProfile type or a IO type. Required. :type parameters: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterServicePrincipalProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterServicePrincipalProfile or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. @@ -1562,7 +1563,7 @@ async def begin_reset_service_principal_profile( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[None] = kwargs.pop("cls", None) polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) @@ -1625,14 +1626,14 @@ async def _reset_aad_profile_initial( # pylint: disable=inconsistent-return-sta _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[None] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None _content = None - if isinstance(parameters, (IO, bytes)): + if isinstance(parameters, (IOBase, bytes)): _content = parameters else: _json = self._serialize.body(parameters, "ManagedClusterAADProfile") @@ -1697,7 +1698,7 @@ async def begin_reset_aad_profile( :type resource_name: str :param parameters: The AAD profile to set on the Managed Cluster. Required. :type parameters: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterAADProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterAADProfile :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str @@ -1775,7 +1776,7 @@ async def begin_reset_aad_profile( :param parameters: The AAD profile to set on the Managed Cluster. Is either a ManagedClusterAADProfile type or a IO type. Required. :type parameters: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterAADProfile or IO + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterAADProfile or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. :paramtype content_type: str @@ -1794,7 +1795,7 @@ async def begin_reset_aad_profile( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[None] = kwargs.pop("cls", None) polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) @@ -1853,7 +1854,7 @@ async def _abort_latest_operation_initial( # pylint: disable=inconsistent-retur _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) request = build_abort_latest_operation_request( @@ -1923,7 +1924,7 @@ async def begin_abort_latest_operation( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) @@ -1979,7 +1980,7 @@ async def _rotate_cluster_certificates_initial( # pylint: disable=inconsistent- _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) request = build_rotate_cluster_certificates_request( @@ -2045,7 +2046,7 @@ async def begin_rotate_cluster_certificates( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) @@ -2087,7 +2088,7 @@ def get_long_running_output(pipeline_response): # pylint: disable=inconsistent- "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rotateClusterCertificates" } - async def _rotate_service_account_signing_keys_initial( # pylint: disable=inconsistent-return-statements,name-too-long + async def _rotate_service_account_signing_keys_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, resource_name: str, **kwargs: Any ) -> None: error_map = { @@ -2101,7 +2102,7 @@ async def _rotate_service_account_signing_keys_initial( # pylint: disable=incon _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) request = build_rotate_service_account_signing_keys_request( @@ -2139,7 +2140,7 @@ async def _rotate_service_account_signing_keys_initial( # pylint: disable=incon } @distributed_trace_async - async def begin_rotate_service_account_signing_keys( # pylint: disable=name-too-long + async def begin_rotate_service_account_signing_keys( self, resource_group_name: str, resource_name: str, **kwargs: Any ) -> AsyncLROPoller[None]: """Rotates the service account signing keys of a managed cluster. @@ -2166,7 +2167,7 @@ async def begin_rotate_service_account_signing_keys( # pylint: disable=name-too _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) @@ -2222,7 +2223,7 @@ async def _stop_initial( # pylint: disable=inconsistent-return-statements _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) request = build_stop_request( @@ -2289,7 +2290,7 @@ async def begin_stop(self, resource_group_name: str, resource_name: str, **kwarg _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) @@ -2345,7 +2346,7 @@ async def _start_initial( # pylint: disable=inconsistent-return-statements _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) request = build_start_request( @@ -2409,7 +2410,7 @@ async def begin_start(self, resource_group_name: str, resource_name: str, **kwar _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) @@ -2469,14 +2470,14 @@ async def _run_command_initial( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[Optional[_models.RunCommandResult]] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None _content = None - if isinstance(request_payload, (IO, bytes)): + if isinstance(request_payload, (IOBase, bytes)): _content = request_payload else: _json = self._serialize.body(request_payload, "RunCommandRequest") @@ -2547,7 +2548,7 @@ async def begin_run_command( :type resource_name: str :param request_payload: The run command request. Required. :type request_payload: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.RunCommandRequest + ~azure.mgmt.containerservice.v2023_05_02_preview.models.RunCommandRequest :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str @@ -2562,7 +2563,7 @@ async def begin_run_command( :return: An instance of AsyncLROPoller that returns either RunCommandResult or the result of cls(response) :rtype: - ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_04_02_preview.models.RunCommandResult] + ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_05_02_preview.models.RunCommandResult] :raises ~azure.core.exceptions.HttpResponseError: """ @@ -2603,7 +2604,7 @@ async def begin_run_command( :return: An instance of AsyncLROPoller that returns either RunCommandResult or the result of cls(response) :rtype: - ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_04_02_preview.models.RunCommandResult] + ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_05_02_preview.models.RunCommandResult] :raises ~azure.core.exceptions.HttpResponseError: """ @@ -2629,7 +2630,7 @@ async def begin_run_command( :param request_payload: The run command request. Is either a RunCommandRequest type or a IO type. Required. :type request_payload: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.RunCommandRequest or IO + ~azure.mgmt.containerservice.v2023_05_02_preview.models.RunCommandRequest or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. :paramtype content_type: str @@ -2644,13 +2645,13 @@ async def begin_run_command( :return: An instance of AsyncLROPoller that returns either RunCommandResult or the result of cls(response) :rtype: - ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_04_02_preview.models.RunCommandResult] + ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_05_02_preview.models.RunCommandResult] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.RunCommandResult] = kwargs.pop("cls", None) polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) @@ -2714,7 +2715,7 @@ async def get_command_result( :type command_id: str :keyword callable cls: A custom type or function that will be passed the direct response :return: RunCommandResult or None or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.RunCommandResult or None + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.RunCommandResult or None :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -2728,7 +2729,7 @@ async def get_command_result( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[Optional[_models.RunCommandResult]] = kwargs.pop("cls", None) request = build_get_command_result_request( @@ -2773,7 +2774,7 @@ async def get_command_result( } @distributed_trace - def list_outbound_network_dependencies_endpoints( # pylint: disable=name-too-long + def list_outbound_network_dependencies_endpoints( self, resource_group_name: str, resource_name: str, **kwargs: Any ) -> AsyncIterable["_models.OutboundEnvironmentEndpoint"]: """Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the @@ -2791,13 +2792,13 @@ def list_outbound_network_dependencies_endpoints( # pylint: disable=name-too-lo :return: An iterator like instance of either OutboundEnvironmentEndpoint or the result of cls(response) :rtype: - ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_04_02_preview.models.OutboundEnvironmentEndpoint] + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_05_02_preview.models.OutboundEnvironmentEndpoint] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.OutboundEnvironmentEndpointCollection] = kwargs.pop("cls", None) error_map = { diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_operations.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_operations.py similarity index 97% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_operations.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_operations.py index 596f59b7ddd..33d6d369eec 100755 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_operations.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_operations.py @@ -39,7 +39,7 @@ class Operations: **DO NOT** instantiate this class directly. Instead, you should access the following operations through - :class:`~azure.mgmt.containerservice.v2023_04_02_preview.aio.ContainerServiceClient`'s + :class:`~azure.mgmt.containerservice.v2023_05_02_preview.aio.ContainerServiceClient`'s :attr:`operations` attribute. """ @@ -61,13 +61,13 @@ def list(self, **kwargs: Any) -> AsyncIterable["_models.OperationValue"]: :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either OperationValue or the result of cls(response) :rtype: - ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_04_02_preview.models.OperationValue] + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_05_02_preview.models.OperationValue] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.OperationListResult] = kwargs.pop("cls", None) error_map = { diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_patch.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_patch.py similarity index 100% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_patch.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_patch.py diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_private_endpoint_connections_operations.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_private_endpoint_connections_operations.py similarity index 94% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_private_endpoint_connections_operations.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_private_endpoint_connections_operations.py index d32a4b6b420..e70120295fe 100755 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_private_endpoint_connections_operations.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_private_endpoint_connections_operations.py @@ -6,6 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- +from io import IOBase from typing import Any, Callable, Dict, IO, Optional, TypeVar, Union, cast, overload from azure.core.exceptions import ( @@ -44,7 +45,7 @@ class PrivateEndpointConnectionsOperations: **DO NOT** instantiate this class directly. Instead, you should access the following operations through - :class:`~azure.mgmt.containerservice.v2023_04_02_preview.aio.ContainerServiceClient`'s + :class:`~azure.mgmt.containerservice.v2023_05_02_preview.aio.ContainerServiceClient`'s :attr:`private_endpoint_connections` attribute. """ @@ -74,7 +75,7 @@ async def list( :keyword callable cls: A custom type or function that will be passed the direct response :return: PrivateEndpointConnectionListResult or the result of cls(response) :rtype: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateEndpointConnectionListResult + ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateEndpointConnectionListResult :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -88,7 +89,7 @@ async def list( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.PrivateEndpointConnectionListResult] = kwargs.pop("cls", None) request = build_list_request( @@ -143,7 +144,7 @@ async def get( :type private_endpoint_connection_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PrivateEndpointConnection or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateEndpointConnection + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateEndpointConnection :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -157,7 +158,7 @@ async def get( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.PrivateEndpointConnection] = kwargs.pop("cls", None) request = build_get_request( @@ -219,13 +220,13 @@ async def update( :type private_endpoint_connection_name: str :param parameters: The updated private endpoint connection. Required. :type parameters: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateEndpointConnection + ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateEndpointConnection :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PrivateEndpointConnection or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateEndpointConnection + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateEndpointConnection :raises ~azure.core.exceptions.HttpResponseError: """ @@ -258,7 +259,7 @@ async def update( :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PrivateEndpointConnection or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateEndpointConnection + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateEndpointConnection :raises ~azure.core.exceptions.HttpResponseError: """ @@ -285,13 +286,13 @@ async def update( :param parameters: The updated private endpoint connection. Is either a PrivateEndpointConnection type or a IO type. Required. :type parameters: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateEndpointConnection or IO + ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateEndpointConnection or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PrivateEndpointConnection or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateEndpointConnection + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateEndpointConnection :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -305,14 +306,14 @@ async def update( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.PrivateEndpointConnection] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None _content = None - if isinstance(parameters, (IO, bytes)): + if isinstance(parameters, (IOBase, bytes)): _content = parameters else: _json = self._serialize.body(parameters, "PrivateEndpointConnection") @@ -340,16 +341,20 @@ async def update( response = pipeline_response.http_response - if response.status_code not in [200]: + if response.status_code not in [200, 201]: map_error(status_code=response.status_code, response=response, error_map=error_map) raise HttpResponseError(response=response, error_format=ARMErrorFormat) - deserialized = self._deserialize("PrivateEndpointConnection", pipeline_response) + if response.status_code == 200: + deserialized = self._deserialize("PrivateEndpointConnection", pipeline_response) + + if response.status_code == 201: + deserialized = self._deserialize("PrivateEndpointConnection", pipeline_response) if cls: - return cls(pipeline_response, deserialized, {}) + return cls(pipeline_response, deserialized, {}) # type: ignore - return deserialized + return deserialized # type: ignore update.metadata = { "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}" @@ -369,7 +374,7 @@ async def _delete_initial( # pylint: disable=inconsistent-return-statements _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) request = build_delete_request( @@ -433,7 +438,7 @@ async def begin_delete( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_private_link_resources_operations.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_private_link_resources_operations.py similarity index 96% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_private_link_resources_operations.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_private_link_resources_operations.py index a1f4a4f899d..c7fe878895c 100755 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_private_link_resources_operations.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_private_link_resources_operations.py @@ -37,7 +37,7 @@ class PrivateLinkResourcesOperations: **DO NOT** instantiate this class directly. Instead, you should access the following operations through - :class:`~azure.mgmt.containerservice.v2023_04_02_preview.aio.ContainerServiceClient`'s + :class:`~azure.mgmt.containerservice.v2023_05_02_preview.aio.ContainerServiceClient`'s :attr:`private_link_resources` attribute. """ @@ -66,7 +66,7 @@ async def list( :type resource_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PrivateLinkResourcesListResult or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateLinkResourcesListResult + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateLinkResourcesListResult :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -80,7 +80,7 @@ async def list( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.PrivateLinkResourcesListResult] = kwargs.pop("cls", None) request = build_list_request( diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_resolve_private_link_service_id_operations.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_resolve_private_link_service_id_operations.py similarity index 94% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_resolve_private_link_service_id_operations.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_resolve_private_link_service_id_operations.py index 66da36f1475..08205abcc75 100755 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_resolve_private_link_service_id_operations.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_resolve_private_link_service_id_operations.py @@ -6,6 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- +from io import IOBase from typing import Any, Callable, Dict, IO, Optional, TypeVar, Union, overload from azure.core.exceptions import ( @@ -37,7 +38,7 @@ class ResolvePrivateLinkServiceIdOperations: **DO NOT** instantiate this class directly. Instead, you should access the following operations through - :class:`~azure.mgmt.containerservice.v2023_04_02_preview.aio.ContainerServiceClient`'s + :class:`~azure.mgmt.containerservice.v2023_05_02_preview.aio.ContainerServiceClient`'s :attr:`resolve_private_link_service_id` attribute. """ @@ -70,13 +71,13 @@ async def post( :param resource_name: The name of the managed cluster resource. Required. :type resource_name: str :param parameters: Parameters required in order to resolve a private link service ID. Required. - :type parameters: ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateLinkResource + :type parameters: ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateLinkResource :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PrivateLinkResource or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateLinkResource + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateLinkResource :raises ~azure.core.exceptions.HttpResponseError: """ @@ -106,7 +107,7 @@ async def post( :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PrivateLinkResource or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateLinkResource + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateLinkResource :raises ~azure.core.exceptions.HttpResponseError: """ @@ -129,14 +130,14 @@ async def post( :type resource_name: str :param parameters: Parameters required in order to resolve a private link service ID. Is either a PrivateLinkResource type or a IO type. Required. - :type parameters: ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateLinkResource + :type parameters: ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateLinkResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PrivateLinkResource or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateLinkResource + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateLinkResource :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -150,14 +151,14 @@ async def post( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.PrivateLinkResource] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None _content = None - if isinstance(parameters, (IO, bytes)): + if isinstance(parameters, (IOBase, bytes)): _content = parameters else: _json = self._serialize.body(parameters, "PrivateLinkResource") diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_snapshots_operations.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_snapshots_operations.py similarity index 95% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_snapshots_operations.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_snapshots_operations.py index df0a35fe46a..db300dd29fe 100755 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_snapshots_operations.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_snapshots_operations.py @@ -6,6 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- +from io import IOBase from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, overload import urllib.parse @@ -47,7 +48,7 @@ class SnapshotsOperations: **DO NOT** instantiate this class directly. Instead, you should access the following operations through - :class:`~azure.mgmt.containerservice.v2023_04_02_preview.aio.ContainerServiceClient`'s + :class:`~azure.mgmt.containerservice.v2023_05_02_preview.aio.ContainerServiceClient`'s :attr:`snapshots` attribute. """ @@ -69,13 +70,13 @@ def list(self, **kwargs: Any) -> AsyncIterable["_models.Snapshot"]: :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either Snapshot or the result of cls(response) :rtype: - ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_04_02_preview.models.Snapshot] + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_05_02_preview.models.Snapshot] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.SnapshotListResult] = kwargs.pop("cls", None) error_map = { @@ -155,13 +156,13 @@ def list_by_resource_group(self, resource_group_name: str, **kwargs: Any) -> Asy :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either Snapshot or the result of cls(response) :rtype: - ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_04_02_preview.models.Snapshot] + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_05_02_preview.models.Snapshot] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.SnapshotListResult] = kwargs.pop("cls", None) error_map = { @@ -245,7 +246,7 @@ async def get(self, resource_group_name: str, resource_name: str, **kwargs: Any) :type resource_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: Snapshot or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.Snapshot + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.Snapshot :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -259,7 +260,7 @@ async def get(self, resource_group_name: str, resource_name: str, **kwargs: Any) _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.Snapshot] = kwargs.pop("cls", None) request = build_get_request( @@ -316,13 +317,13 @@ async def create_or_update( :param resource_name: The name of the managed cluster resource. Required. :type resource_name: str :param parameters: The snapshot to create or update. Required. - :type parameters: ~azure.mgmt.containerservice.v2023_04_02_preview.models.Snapshot + :type parameters: ~azure.mgmt.containerservice.v2023_05_02_preview.models.Snapshot :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: Snapshot or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.Snapshot + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.Snapshot :raises ~azure.core.exceptions.HttpResponseError: """ @@ -352,7 +353,7 @@ async def create_or_update( :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: Snapshot or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.Snapshot + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.Snapshot :raises ~azure.core.exceptions.HttpResponseError: """ @@ -371,13 +372,13 @@ async def create_or_update( :type resource_name: str :param parameters: The snapshot to create or update. Is either a Snapshot type or a IO type. Required. - :type parameters: ~azure.mgmt.containerservice.v2023_04_02_preview.models.Snapshot or IO + :type parameters: ~azure.mgmt.containerservice.v2023_05_02_preview.models.Snapshot or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: Snapshot or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.Snapshot + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.Snapshot :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -391,14 +392,14 @@ async def create_or_update( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.Snapshot] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None _content = None - if isinstance(parameters, (IO, bytes)): + if isinstance(parameters, (IOBase, bytes)): _content = parameters else: _json = self._serialize.body(parameters, "Snapshot") @@ -464,13 +465,13 @@ async def update_tags( :param resource_name: The name of the managed cluster resource. Required. :type resource_name: str :param parameters: Parameters supplied to the Update snapshot Tags operation. Required. - :type parameters: ~azure.mgmt.containerservice.v2023_04_02_preview.models.TagsObject + :type parameters: ~azure.mgmt.containerservice.v2023_05_02_preview.models.TagsObject :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: Snapshot or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.Snapshot + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.Snapshot :raises ~azure.core.exceptions.HttpResponseError: """ @@ -500,7 +501,7 @@ async def update_tags( :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: Snapshot or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.Snapshot + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.Snapshot :raises ~azure.core.exceptions.HttpResponseError: """ @@ -519,13 +520,13 @@ async def update_tags( :type resource_name: str :param parameters: Parameters supplied to the Update snapshot Tags operation. Is either a TagsObject type or a IO type. Required. - :type parameters: ~azure.mgmt.containerservice.v2023_04_02_preview.models.TagsObject or IO + :type parameters: ~azure.mgmt.containerservice.v2023_05_02_preview.models.TagsObject or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: Snapshot or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.Snapshot + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.Snapshot :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -539,14 +540,14 @@ async def update_tags( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.Snapshot] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None _content = None - if isinstance(parameters, (IO, bytes)): + if isinstance(parameters, (IOBase, bytes)): _content = parameters else: _json = self._serialize.body(parameters, "TagsObject") @@ -617,7 +618,7 @@ async def delete( # pylint: disable=inconsistent-return-statements _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) request = build_delete_request( diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_trusted_access_role_bindings_operations.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_trusted_access_role_bindings_operations.py similarity index 94% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_trusted_access_role_bindings_operations.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_trusted_access_role_bindings_operations.py index 4ce2156de19..447bb62daae 100755 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_trusted_access_role_bindings_operations.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_trusted_access_role_bindings_operations.py @@ -6,6 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- +from io import IOBase from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, overload import urllib.parse @@ -45,7 +46,7 @@ class TrustedAccessRoleBindingsOperations: **DO NOT** instantiate this class directly. Instead, you should access the following operations through - :class:`~azure.mgmt.containerservice.v2023_04_02_preview.aio.ContainerServiceClient`'s + :class:`~azure.mgmt.containerservice.v2023_05_02_preview.aio.ContainerServiceClient`'s :attr:`trusted_access_role_bindings` attribute. """ @@ -75,13 +76,13 @@ def list( :return: An iterator like instance of either TrustedAccessRoleBinding or the result of cls(response) :rtype: - ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_04_02_preview.models.TrustedAccessRoleBinding] + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_05_02_preview.models.TrustedAccessRoleBinding] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.TrustedAccessRoleBindingListResult] = kwargs.pop("cls", None) error_map = { @@ -170,7 +171,7 @@ async def get( :type trusted_access_role_binding_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: TrustedAccessRoleBinding or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.TrustedAccessRoleBinding + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.TrustedAccessRoleBinding :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -184,7 +185,7 @@ async def get( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.TrustedAccessRoleBinding] = kwargs.pop("cls", None) request = build_get_request( @@ -246,13 +247,13 @@ async def create_or_update( :type trusted_access_role_binding_name: str :param trusted_access_role_binding: A trusted access role binding. Required. :type trusted_access_role_binding: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.TrustedAccessRoleBinding + ~azure.mgmt.containerservice.v2023_05_02_preview.models.TrustedAccessRoleBinding :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: TrustedAccessRoleBinding or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.TrustedAccessRoleBinding + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.TrustedAccessRoleBinding :raises ~azure.core.exceptions.HttpResponseError: """ @@ -285,7 +286,7 @@ async def create_or_update( :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: TrustedAccessRoleBinding or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.TrustedAccessRoleBinding + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.TrustedAccessRoleBinding :raises ~azure.core.exceptions.HttpResponseError: """ @@ -312,13 +313,13 @@ async def create_or_update( :param trusted_access_role_binding: A trusted access role binding. Is either a TrustedAccessRoleBinding type or a IO type. Required. :type trusted_access_role_binding: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.TrustedAccessRoleBinding or IO + ~azure.mgmt.containerservice.v2023_05_02_preview.models.TrustedAccessRoleBinding or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: TrustedAccessRoleBinding or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.TrustedAccessRoleBinding + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.TrustedAccessRoleBinding :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -332,14 +333,14 @@ async def create_or_update( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.TrustedAccessRoleBinding] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None _content = None - if isinstance(trusted_access_role_binding, (IO, bytes)): + if isinstance(trusted_access_role_binding, (IOBase, bytes)): _content = trusted_access_role_binding else: _json = self._serialize.body(trusted_access_role_binding, "TrustedAccessRoleBinding") @@ -367,16 +368,20 @@ async def create_or_update( response = pipeline_response.http_response - if response.status_code not in [200]: + if response.status_code not in [200, 201]: map_error(status_code=response.status_code, response=response, error_map=error_map) raise HttpResponseError(response=response, error_format=ARMErrorFormat) - deserialized = self._deserialize("TrustedAccessRoleBinding", pipeline_response) + if response.status_code == 200: + deserialized = self._deserialize("TrustedAccessRoleBinding", pipeline_response) + + if response.status_code == 201: + deserialized = self._deserialize("TrustedAccessRoleBinding", pipeline_response) if cls: - return cls(pipeline_response, deserialized, {}) + return cls(pipeline_response, deserialized, {}) # type: ignore - return deserialized + return deserialized # type: ignore create_or_update.metadata = { "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/trustedAccessRoleBindings/{trustedAccessRoleBindingName}" @@ -413,7 +418,7 @@ async def delete( # pylint: disable=inconsistent-return-statements _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) request = build_delete_request( diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_trusted_access_roles_operations.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_trusted_access_roles_operations.py similarity index 97% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_trusted_access_roles_operations.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_trusted_access_roles_operations.py index 5ae04174d26..a6b779e96f8 100755 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/aio/operations/_trusted_access_roles_operations.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/aio/operations/_trusted_access_roles_operations.py @@ -39,7 +39,7 @@ class TrustedAccessRolesOperations: **DO NOT** instantiate this class directly. Instead, you should access the following operations through - :class:`~azure.mgmt.containerservice.v2023_04_02_preview.aio.ContainerServiceClient`'s + :class:`~azure.mgmt.containerservice.v2023_05_02_preview.aio.ContainerServiceClient`'s :attr:`trusted_access_roles` attribute. """ @@ -63,13 +63,13 @@ def list(self, location: str, **kwargs: Any) -> AsyncIterable["_models.TrustedAc :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either TrustedAccessRole or the result of cls(response) :rtype: - ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_04_02_preview.models.TrustedAccessRole] + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_05_02_preview.models.TrustedAccessRole] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.TrustedAccessRoleListResult] = kwargs.pop("cls", None) error_map = { diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/models/__init__.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/models/__init__.py similarity index 99% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/models/__init__.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/models/__init__.py index d59219e212b..57b66724434 100755 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/models/__init__.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/models/__init__.py @@ -103,6 +103,7 @@ from ._models_py3 import ManagedClusterWorkloadAutoScalerProfileKeda from ._models_py3 import ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler from ._models_py3 import ManagedServiceIdentityUserAssignedIdentitiesValue +from ._models_py3 import NetworkMonitoring from ._models_py3 import NetworkProfileForSnapshot from ._models_py3 import OSOptionProfile from ._models_py3 import OSOptionProperty @@ -297,6 +298,7 @@ "ManagedClusterWorkloadAutoScalerProfileKeda", "ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler", "ManagedServiceIdentityUserAssignedIdentitiesValue", + "NetworkMonitoring", "NetworkProfileForSnapshot", "OSOptionProfile", "OSOptionProperty", diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/models/_container_service_client_enums.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/models/_container_service_client_enums.py similarity index 100% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/models/_container_service_client_enums.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/models/_container_service_client_enums.py diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/models/_models_py3.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/models/_models_py3.py similarity index 93% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/models/_models_py3.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/models/_models_py3.py index ec5f70fb737..f3f9786767c 100755 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/models/_models_py3.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/models/_models_py3.py @@ -116,15 +116,15 @@ class AgentPool(SubResource): # pylint: disable=too-many-instance-attributes `_. Known values are: "Managed" and "Ephemeral". :vartype os_disk_type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.OSDiskType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.OSDiskType :ivar kubelet_disk_type: Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. Known values are: "OS" and "Temporary". :vartype kubelet_disk_type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.KubeletDiskType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.KubeletDiskType :ivar workload_runtime: Determines the type of workload a node can run. Known values are: "OCIContainer", "WasmWasi", and "KataMshvVmIsolation". :vartype workload_runtime: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.WorkloadRuntime + ~azure.mgmt.containerservice.v2023_05_02_preview.models.WorkloadRuntime :ivar message_of_the_day: A base64-encoded string which will be written to /etc/motd after decoding. This allows customization of the message of the day for Linux nodes. It must not be specified for Windows nodes. It must be a static string (i.e., will be printed raw and not be @@ -143,12 +143,12 @@ class AgentPool(SubResource): # pylint: disable=too-many-instance-attributes :vartype max_pods: int :ivar os_type: The operating system type. The default is Linux. Known values are: "Linux" and "Windows". - :vartype os_type: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.OSType + :vartype os_type: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.OSType :ivar os_sku: Specifies the OS SKU used by the agent pool. If not specified, the default is Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be changed to Windows2022 after Windows2019 is deprecated. Known values are: "Ubuntu", "Mariner", "AzureLinux", "CBLMariner", "Windows2019", and "Windows2022". - :vartype os_sku: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.OSSKU + :vartype os_sku: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.OSSKU :ivar max_count: The maximum number of nodes for auto-scaling. :vartype max_count: int :ivar min_count: The minimum number of nodes for auto-scaling. @@ -158,15 +158,15 @@ class AgentPool(SubResource): # pylint: disable=too-many-instance-attributes :ivar scale_down_mode: This also effects the cluster autoscaler behavior. If not specified, it defaults to Delete. Known values are: "Delete" and "Deallocate". :vartype scale_down_mode: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ScaleDownMode + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ScaleDownMode :ivar type_properties_type: The type of Agent Pool. Known values are: "VirtualMachineScaleSets" and "AvailabilitySet". :vartype type_properties_type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolType :ivar mode: A cluster must have at least one 'System' Agent Pool at all times. For additional information on agent pool restrictions and best practices, see: https://docs.microsoft.com/azure/aks/use-system-pools. Known values are: "System" and "User". - :vartype mode: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolMode + :vartype mode: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolMode :ivar orchestrator_version: Both patch version and are supported. When is specified, the latest supported patch version is chosen automatically. Updating the agent pool with the same once it has been created @@ -185,14 +185,14 @@ class AgentPool(SubResource): # pylint: disable=too-many-instance-attributes :vartype node_image_version: str :ivar upgrade_settings: Settings for upgrading the agentpool. :vartype upgrade_settings: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolUpgradeSettings + ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolUpgradeSettings :ivar provisioning_state: The current deployment or provisioning state. :vartype provisioning_state: str :ivar power_state: When an Agent Pool is first created it is initially Running. The Agent Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and provisioning state is Succeeded. - :vartype power_state: ~azure.mgmt.containerservice.v2023_04_02_preview.models.PowerState + :vartype power_state: ~azure.mgmt.containerservice.v2023_05_02_preview.models.PowerState :ivar availability_zones: The list of Availability zones to use for nodes. This can only be specified if the AgentPoolType property is 'VirtualMachineScaleSets'. :vartype availability_zones: list[str] @@ -214,11 +214,11 @@ class AgentPool(SubResource): # pylint: disable=too-many-instance-attributes :ivar scale_set_priority: The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'. Known values are: "Spot" and "Regular". :vartype scale_set_priority: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ScaleSetPriority + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ScaleSetPriority :ivar scale_set_eviction_policy: This cannot be specified unless the scaleSetPriority is 'Spot'. If not specified, the default is 'Delete'. Known values are: "Delete" and "Deallocate". :vartype scale_set_eviction_policy: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ScaleSetEvictionPolicy + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ScaleSetEvictionPolicy :ivar spot_max_price: Possible values are any decimal value greater than zero or -1 which indicates the willingness to pay any on-demand price. For more details on spot pricing, see `spot VMs pricing `_. @@ -233,9 +233,9 @@ class AgentPool(SubResource): # pylint: disable=too-many-instance-attributes :ivar proximity_placement_group_id: The ID for Proximity Placement Group. :vartype proximity_placement_group_id: str :ivar kubelet_config: The Kubelet configuration on the agent pool nodes. - :vartype kubelet_config: ~azure.mgmt.containerservice.v2023_04_02_preview.models.KubeletConfig + :vartype kubelet_config: ~azure.mgmt.containerservice.v2023_05_02_preview.models.KubeletConfig :ivar linux_os_config: The OS configuration of Linux agent nodes. - :vartype linux_os_config: ~azure.mgmt.containerservice.v2023_04_02_preview.models.LinuxOSConfig + :vartype linux_os_config: ~azure.mgmt.containerservice.v2023_05_02_preview.models.LinuxOSConfig :ivar enable_encryption_at_host: This is only supported on certain VM sizes and in certain Azure regions. For more information, see: https://docs.microsoft.com/azure/aks/enable-host-encryption. @@ -249,10 +249,10 @@ class AgentPool(SubResource): # pylint: disable=too-many-instance-attributes :ivar gpu_instance_profile: GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. Known values are: "MIG1g", "MIG2g", "MIG3g", "MIG4g", and "MIG7g". :vartype gpu_instance_profile: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.GPUInstanceProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.GPUInstanceProfile :ivar creation_data: CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot. - :vartype creation_data: ~azure.mgmt.containerservice.v2023_04_02_preview.models.CreationData + :vartype creation_data: ~azure.mgmt.containerservice.v2023_05_02_preview.models.CreationData :ivar capacity_reservation_group_id: AKS will associate the specified agent pool with the Capacity Reservation Group. :vartype capacity_reservation_group_id: str @@ -263,10 +263,10 @@ class AgentPool(SubResource): # pylint: disable=too-many-instance-attributes :vartype host_group_id: str :ivar windows_profile: The Windows agent pool's specific profile. :vartype windows_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolWindowsProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolWindowsProfile :ivar network_profile: Network-related settings of an agent pool. :vartype network_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolNetworkProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolNetworkProfile """ _validation = { @@ -398,15 +398,15 @@ def __init__( # pylint: disable=too-many-locals `_. Known values are: "Managed" and "Ephemeral". :paramtype os_disk_type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.OSDiskType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.OSDiskType :keyword kubelet_disk_type: Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. Known values are: "OS" and "Temporary". :paramtype kubelet_disk_type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.KubeletDiskType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.KubeletDiskType :keyword workload_runtime: Determines the type of workload a node can run. Known values are: "OCIContainer", "WasmWasi", and "KataMshvVmIsolation". :paramtype workload_runtime: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.WorkloadRuntime + ~azure.mgmt.containerservice.v2023_05_02_preview.models.WorkloadRuntime :keyword message_of_the_day: A base64-encoded string which will be written to /etc/motd after decoding. This allows customization of the message of the day for Linux nodes. It must not be specified for Windows nodes. It must be a static string (i.e., will be printed raw and not be @@ -425,12 +425,12 @@ def __init__( # pylint: disable=too-many-locals :paramtype max_pods: int :keyword os_type: The operating system type. The default is Linux. Known values are: "Linux" and "Windows". - :paramtype os_type: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.OSType + :paramtype os_type: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.OSType :keyword os_sku: Specifies the OS SKU used by the agent pool. If not specified, the default is Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be changed to Windows2022 after Windows2019 is deprecated. Known values are: "Ubuntu", "Mariner", "AzureLinux", "CBLMariner", "Windows2019", and "Windows2022". - :paramtype os_sku: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.OSSKU + :paramtype os_sku: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.OSSKU :keyword max_count: The maximum number of nodes for auto-scaling. :paramtype max_count: int :keyword min_count: The minimum number of nodes for auto-scaling. @@ -440,15 +440,15 @@ def __init__( # pylint: disable=too-many-locals :keyword scale_down_mode: This also effects the cluster autoscaler behavior. If not specified, it defaults to Delete. Known values are: "Delete" and "Deallocate". :paramtype scale_down_mode: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ScaleDownMode + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ScaleDownMode :keyword type_properties_type: The type of Agent Pool. Known values are: "VirtualMachineScaleSets" and "AvailabilitySet". :paramtype type_properties_type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolType :keyword mode: A cluster must have at least one 'System' Agent Pool at all times. For additional information on agent pool restrictions and best practices, see: https://docs.microsoft.com/azure/aks/use-system-pools. Known values are: "System" and "User". - :paramtype mode: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolMode + :paramtype mode: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolMode :keyword orchestrator_version: Both patch version and are supported. When is specified, the latest supported patch version is chosen automatically. Updating the agent pool with the same once it has been created @@ -461,12 +461,12 @@ def __init__( # pylint: disable=too-many-locals :paramtype orchestrator_version: str :keyword upgrade_settings: Settings for upgrading the agentpool. :paramtype upgrade_settings: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolUpgradeSettings + ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolUpgradeSettings :keyword power_state: When an Agent Pool is first created it is initially Running. The Agent Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and provisioning state is Succeeded. - :paramtype power_state: ~azure.mgmt.containerservice.v2023_04_02_preview.models.PowerState + :paramtype power_state: ~azure.mgmt.containerservice.v2023_05_02_preview.models.PowerState :keyword availability_zones: The list of Availability zones to use for nodes. This can only be specified if the AgentPoolType property is 'VirtualMachineScaleSets'. :paramtype availability_zones: list[str] @@ -488,11 +488,11 @@ def __init__( # pylint: disable=too-many-locals :keyword scale_set_priority: The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'. Known values are: "Spot" and "Regular". :paramtype scale_set_priority: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ScaleSetPriority + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ScaleSetPriority :keyword scale_set_eviction_policy: This cannot be specified unless the scaleSetPriority is 'Spot'. If not specified, the default is 'Delete'. Known values are: "Delete" and "Deallocate". :paramtype scale_set_eviction_policy: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ScaleSetEvictionPolicy + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ScaleSetEvictionPolicy :keyword spot_max_price: Possible values are any decimal value greater than zero or -1 which indicates the willingness to pay any on-demand price. For more details on spot pricing, see `spot VMs pricing `_. @@ -508,10 +508,10 @@ def __init__( # pylint: disable=too-many-locals :paramtype proximity_placement_group_id: str :keyword kubelet_config: The Kubelet configuration on the agent pool nodes. :paramtype kubelet_config: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.KubeletConfig + ~azure.mgmt.containerservice.v2023_05_02_preview.models.KubeletConfig :keyword linux_os_config: The OS configuration of Linux agent nodes. :paramtype linux_os_config: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.LinuxOSConfig + ~azure.mgmt.containerservice.v2023_05_02_preview.models.LinuxOSConfig :keyword enable_encryption_at_host: This is only supported on certain VM sizes and in certain Azure regions. For more information, see: https://docs.microsoft.com/azure/aks/enable-host-encryption. @@ -526,10 +526,10 @@ def __init__( # pylint: disable=too-many-locals profile for supported GPU VM SKU. Known values are: "MIG1g", "MIG2g", "MIG3g", "MIG4g", and "MIG7g". :paramtype gpu_instance_profile: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.GPUInstanceProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.GPUInstanceProfile :keyword creation_data: CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot. - :paramtype creation_data: ~azure.mgmt.containerservice.v2023_04_02_preview.models.CreationData + :paramtype creation_data: ~azure.mgmt.containerservice.v2023_05_02_preview.models.CreationData :keyword capacity_reservation_group_id: AKS will associate the specified agent pool with the Capacity Reservation Group. :paramtype capacity_reservation_group_id: str @@ -540,10 +540,10 @@ def __init__( # pylint: disable=too-many-locals :paramtype host_group_id: str :keyword windows_profile: The Windows agent pool's specific profile. :paramtype windows_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolWindowsProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolWindowsProfile :keyword network_profile: Network-related settings of an agent pool. :paramtype network_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolNetworkProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolNetworkProfile """ super().__init__(**kwargs) self.count = count @@ -607,7 +607,7 @@ class AgentPoolAvailableVersions(_serialization.Model): :vartype type: str :ivar agent_pool_versions: List of versions available for agent pool. :vartype agent_pool_versions: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem] """ _validation = { @@ -635,7 +635,7 @@ def __init__( """ :keyword agent_pool_versions: List of versions available for agent pool. :paramtype agent_pool_versions: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem] """ super().__init__(**kwargs) self.id = None @@ -689,7 +689,7 @@ class AgentPoolListResult(_serialization.Model): Variables are only populated by the server, and will be ignored when sending a request. :ivar value: The list of agent pools. - :vartype value: list[~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPool] + :vartype value: list[~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPool] :ivar next_link: The URL to get the next set of agent pool results. :vartype next_link: str """ @@ -706,7 +706,7 @@ class AgentPoolListResult(_serialization.Model): def __init__(self, *, value: Optional[List["_models.AgentPool"]] = None, **kwargs: Any) -> None: """ :keyword value: The list of agent pools. - :paramtype value: list[~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPool] + :paramtype value: list[~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPool] """ super().__init__(**kwargs) self.value = value @@ -718,11 +718,11 @@ class AgentPoolNetworkProfile(_serialization.Model): :ivar node_public_ip_tags: IPTags of instance-level public IPs. :vartype node_public_ip_tags: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.IPTag] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.IPTag] :ivar allowed_host_ports: The port ranges that are allowed to access. The specified ranges are allowed to overlap. :vartype allowed_host_ports: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.PortRange] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.PortRange] :ivar application_security_groups: The IDs of the application security groups which agent pool will associate when created. :vartype application_security_groups: list[str] @@ -745,11 +745,11 @@ def __init__( """ :keyword node_public_ip_tags: IPTags of instance-level public IPs. :paramtype node_public_ip_tags: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.IPTag] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.IPTag] :keyword allowed_host_ports: The port ranges that are allowed to access. The specified ranges are allowed to overlap. :paramtype allowed_host_ports: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.PortRange] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.PortRange] :keyword application_security_groups: The IDs of the application security groups which agent pool will associate when created. :paramtype application_security_groups: list[str] @@ -777,10 +777,10 @@ class AgentPoolUpgradeProfile(_serialization.Model): :vartype kubernetes_version: str :ivar os_type: The operating system type. The default is Linux. Known values are: "Linux" and "Windows". - :vartype os_type: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.OSType + :vartype os_type: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.OSType :ivar upgrades: List of orchestrator types and versions available for upgrade. :vartype upgrades: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolUpgradeProfilePropertiesUpgradesItem] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolUpgradeProfilePropertiesUpgradesItem] :ivar latest_node_image_version: The latest AKS supported node image version. :vartype latest_node_image_version: str """ @@ -817,10 +817,10 @@ def __init__( :paramtype kubernetes_version: str :keyword os_type: The operating system type. The default is Linux. Known values are: "Linux" and "Windows". - :paramtype os_type: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.OSType + :paramtype os_type: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.OSType :keyword upgrades: List of orchestrator types and versions available for upgrade. :paramtype upgrades: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolUpgradeProfilePropertiesUpgradesItem] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolUpgradeProfilePropertiesUpgradesItem] :keyword latest_node_image_version: The latest AKS supported node image version. :paramtype latest_node_image_version: str """ @@ -930,7 +930,7 @@ class AzureKeyVaultKms(_serialization.Model): ``Private`` means the key vault disables public access and enables private link. The default value is ``Public``. Known values are: "Public" and "Private". :vartype key_vault_network_access: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.KeyVaultNetworkAccessTypes + ~azure.mgmt.containerservice.v2023_05_02_preview.models.KeyVaultNetworkAccessTypes :ivar key_vault_resource_id: Resource ID of key vault. When keyVaultNetworkAccess is ``Private``\ , this field is required and must be a valid resource ID. When keyVaultNetworkAccess is ``Public``\ , leave the field empty. @@ -968,7 +968,7 @@ def __init__( networks. ``Private`` means the key vault disables public access and enables private link. The default value is ``Public``. Known values are: "Public" and "Private". :paramtype key_vault_network_access: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.KeyVaultNetworkAccessTypes + ~azure.mgmt.containerservice.v2023_05_02_preview.models.KeyVaultNetworkAccessTypes :keyword key_vault_resource_id: Resource ID of key vault. When keyVaultNetworkAccess is ``Private``\ , this field is required and must be a valid resource ID. When keyVaultNetworkAccess is ``Public``\ , leave the field empty. @@ -994,7 +994,7 @@ class CloudErrorBody(_serialization.Model): error. :vartype target: str :ivar details: A list of additional details about the error. - :vartype details: list[~azure.mgmt.containerservice.v2023_04_02_preview.models.CloudErrorBody] + :vartype details: list[~azure.mgmt.containerservice.v2023_05_02_preview.models.CloudErrorBody] """ _attribute_map = { @@ -1025,7 +1025,7 @@ def __init__( :paramtype target: str :keyword details: A list of additional details about the error. :paramtype details: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.CloudErrorBody] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.CloudErrorBody] """ super().__init__(**kwargs) self.code = code @@ -1039,7 +1039,7 @@ class ClusterUpgradeSettings(_serialization.Model): :ivar override_settings: Settings for overrides. :vartype override_settings: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.UpgradeOverrideSettings + ~azure.mgmt.containerservice.v2023_05_02_preview.models.UpgradeOverrideSettings """ _attribute_map = { @@ -1050,7 +1050,7 @@ def __init__(self, *, override_settings: Optional["_models.UpgradeOverrideSettin """ :keyword override_settings: Settings for overrides. :paramtype override_settings: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.UpgradeOverrideSettings + ~azure.mgmt.containerservice.v2023_05_02_preview.models.UpgradeOverrideSettings """ super().__init__(**kwargs) self.override_settings = override_settings @@ -1065,7 +1065,7 @@ class ContainerServiceLinuxProfile(_serialization.Model): :vartype admin_username: str :ivar ssh: The SSH configuration for Linux-based VMs running on Azure. Required. :vartype ssh: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ContainerServiceSshConfiguration + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ContainerServiceSshConfiguration """ _validation = { @@ -1084,7 +1084,7 @@ def __init__(self, *, admin_username: str, ssh: "_models.ContainerServiceSshConf :paramtype admin_username: str :keyword ssh: The SSH configuration for Linux-based VMs running on Azure. Required. :paramtype ssh: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ContainerServiceSshConfiguration + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ContainerServiceSshConfiguration """ super().__init__(**kwargs) self.admin_username = admin_username @@ -1097,23 +1097,23 @@ class ContainerServiceNetworkProfile(_serialization.Model): # pylint: disable=t :ivar network_plugin: Network plugin used for building the Kubernetes network. Known values are: "azure", "kubenet", and "none". :vartype network_plugin: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.NetworkPlugin + ~azure.mgmt.containerservice.v2023_05_02_preview.models.NetworkPlugin :ivar network_plugin_mode: Network plugin mode used for building the Kubernetes network. "overlay" :vartype network_plugin_mode: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.NetworkPluginMode + ~azure.mgmt.containerservice.v2023_05_02_preview.models.NetworkPluginMode :ivar network_policy: Network policy used for building the Kubernetes network. Known values are: "calico", "azure", and "cilium". :vartype network_policy: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.NetworkPolicy + ~azure.mgmt.containerservice.v2023_05_02_preview.models.NetworkPolicy :ivar network_mode: This cannot be specified if networkPlugin is anything other than 'azure'. Known values are: "transparent" and "bridge". :vartype network_mode: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.NetworkMode + ~azure.mgmt.containerservice.v2023_05_02_preview.models.NetworkMode :ivar network_dataplane: Network dataplane used in the Kubernetes cluster. Known values are: "azure" and "cilium". :vartype network_dataplane: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.NetworkDataplane + ~azure.mgmt.containerservice.v2023_05_02_preview.models.NetworkDataplane :ivar pod_cidr: A CIDR notation IP range from which to assign pod IPs when kubenet is used. :vartype pod_cidr: str :ivar service_cidr: A CIDR notation IP range from which to assign service cluster IPs. It must @@ -1127,18 +1127,18 @@ class ContainerServiceNetworkProfile(_serialization.Model): # pylint: disable=t `_. Known values are: "loadBalancer", "userDefinedRouting", "managedNATGateway", and "userAssignedNATGateway". :vartype outbound_type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.OutboundType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.OutboundType :ivar load_balancer_sku: The default is 'standard'. See `Azure Load Balancer SKUs `_ for more information about the differences between load balancer SKUs. Known values are: "standard" and "basic". :vartype load_balancer_sku: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.LoadBalancerSku + ~azure.mgmt.containerservice.v2023_05_02_preview.models.LoadBalancerSku :ivar load_balancer_profile: Profile of the cluster load balancer. :vartype load_balancer_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterLoadBalancerProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterLoadBalancerProfile :ivar nat_gateway_profile: Profile of the cluster NAT gateway. :vartype nat_gateway_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterNATGatewayProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterNATGatewayProfile :ivar pod_cidrs: One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking. :vartype pod_cidrs: list[str] @@ -1150,14 +1150,17 @@ class ContainerServiceNetworkProfile(_serialization.Model): # pylint: disable=t single-stack, the expected value is IPv4. For dual-stack, the expected values are IPv4 and IPv6. :vartype ip_families: list[str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.IpFamily] + ~azure.mgmt.containerservice.v2023_05_02_preview.models.IpFamily] :ivar kube_proxy_config: Holds configuration customizations for kube-proxy. Any values not defined will use the kube-proxy defaulting behavior. See https://v:code:``.docs.kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ where :code:`` is represented by a :code:``-:code:`` string. Kubernetes version 1.23 would be '1-23'. :vartype kube_proxy_config: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ContainerServiceNetworkProfileKubeProxyConfig + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ContainerServiceNetworkProfileKubeProxyConfig + :ivar monitoring: This addon can be used to configure network monitoring and generate network + monitoring data in Prometheus format. + :vartype monitoring: ~azure.mgmt.containerservice.v2023_05_02_preview.models.NetworkMonitoring """ _validation = { @@ -1185,6 +1188,7 @@ class ContainerServiceNetworkProfile(_serialization.Model): # pylint: disable=t "service_cidrs": {"key": "serviceCidrs", "type": "[str]"}, "ip_families": {"key": "ipFamilies", "type": "[str]"}, "kube_proxy_config": {"key": "kubeProxyConfig", "type": "ContainerServiceNetworkProfileKubeProxyConfig"}, + "monitoring": {"key": "monitoring", "type": "NetworkMonitoring"}, } def __init__( @@ -1206,29 +1210,30 @@ def __init__( service_cidrs: Optional[List[str]] = None, ip_families: Optional[List[Union[str, "_models.IpFamily"]]] = None, kube_proxy_config: Optional["_models.ContainerServiceNetworkProfileKubeProxyConfig"] = None, + monitoring: Optional["_models.NetworkMonitoring"] = None, **kwargs: Any ) -> None: """ :keyword network_plugin: Network plugin used for building the Kubernetes network. Known values are: "azure", "kubenet", and "none". :paramtype network_plugin: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.NetworkPlugin + ~azure.mgmt.containerservice.v2023_05_02_preview.models.NetworkPlugin :keyword network_plugin_mode: Network plugin mode used for building the Kubernetes network. "overlay" :paramtype network_plugin_mode: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.NetworkPluginMode + ~azure.mgmt.containerservice.v2023_05_02_preview.models.NetworkPluginMode :keyword network_policy: Network policy used for building the Kubernetes network. Known values are: "calico", "azure", and "cilium". :paramtype network_policy: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.NetworkPolicy + ~azure.mgmt.containerservice.v2023_05_02_preview.models.NetworkPolicy :keyword network_mode: This cannot be specified if networkPlugin is anything other than 'azure'. Known values are: "transparent" and "bridge". :paramtype network_mode: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.NetworkMode + ~azure.mgmt.containerservice.v2023_05_02_preview.models.NetworkMode :keyword network_dataplane: Network dataplane used in the Kubernetes cluster. Known values are: "azure" and "cilium". :paramtype network_dataplane: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.NetworkDataplane + ~azure.mgmt.containerservice.v2023_05_02_preview.models.NetworkDataplane :keyword pod_cidr: A CIDR notation IP range from which to assign pod IPs when kubenet is used. :paramtype pod_cidr: str :keyword service_cidr: A CIDR notation IP range from which to assign service cluster IPs. It @@ -1242,18 +1247,18 @@ def __init__( `_. Known values are: "loadBalancer", "userDefinedRouting", "managedNATGateway", and "userAssignedNATGateway". :paramtype outbound_type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.OutboundType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.OutboundType :keyword load_balancer_sku: The default is 'standard'. See `Azure Load Balancer SKUs `_ for more information about the differences between load balancer SKUs. Known values are: "standard" and "basic". :paramtype load_balancer_sku: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.LoadBalancerSku + ~azure.mgmt.containerservice.v2023_05_02_preview.models.LoadBalancerSku :keyword load_balancer_profile: Profile of the cluster load balancer. :paramtype load_balancer_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterLoadBalancerProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterLoadBalancerProfile :keyword nat_gateway_profile: Profile of the cluster NAT gateway. :paramtype nat_gateway_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterNATGatewayProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterNATGatewayProfile :keyword pod_cidrs: One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking. :paramtype pod_cidrs: list[str] @@ -1265,14 +1270,18 @@ def __init__( For single-stack, the expected value is IPv4. For dual-stack, the expected values are IPv4 and IPv6. :paramtype ip_families: list[str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.IpFamily] + ~azure.mgmt.containerservice.v2023_05_02_preview.models.IpFamily] :keyword kube_proxy_config: Holds configuration customizations for kube-proxy. Any values not defined will use the kube-proxy defaulting behavior. See https://v:code:``.docs.kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ where :code:`` is represented by a :code:``-:code:`` string. Kubernetes version 1.23 would be '1-23'. :paramtype kube_proxy_config: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ContainerServiceNetworkProfileKubeProxyConfig + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ContainerServiceNetworkProfileKubeProxyConfig + :keyword monitoring: This addon can be used to configure network monitoring and generate + network monitoring data in Prometheus format. + :paramtype monitoring: + ~azure.mgmt.containerservice.v2023_05_02_preview.models.NetworkMonitoring """ super().__init__(**kwargs) self.network_plugin = network_plugin @@ -1291,6 +1300,7 @@ def __init__( self.service_cidrs = service_cidrs self.ip_families = ip_families self.kube_proxy_config = kube_proxy_config + self.monitoring = monitoring class ContainerServiceNetworkProfileKubeProxyConfig(_serialization.Model): @@ -1305,11 +1315,11 @@ class ContainerServiceNetworkProfileKubeProxyConfig(_serialization.Model): :vartype enabled: bool :ivar mode: Specify which proxy mode to use ('IPTABLES' or 'IPVS'). Known values are: "IPTABLES" and "IPVS". - :vartype mode: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.Mode + :vartype mode: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.Mode :ivar ipvs_config: Holds configuration customizations for IPVS. May only be specified if 'mode' is set to 'IPVS'. :vartype ipvs_config: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig """ _attribute_map = { @@ -1332,11 +1342,11 @@ def __init__( :paramtype enabled: bool :keyword mode: Specify which proxy mode to use ('IPTABLES' or 'IPVS'). Known values are: "IPTABLES" and "IPVS". - :paramtype mode: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.Mode + :paramtype mode: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.Mode :keyword ipvs_config: Holds configuration customizations for IPVS. May only be specified if 'mode' is set to 'IPVS'. :paramtype ipvs_config: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig """ super().__init__(**kwargs) self.enabled = enabled @@ -1351,7 +1361,7 @@ class ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig(_serialization.Mod http://www.linuxvirtualserver.org/docs/scheduling.html. Known values are: "RoundRobin" and "LeastConnection". :vartype scheduler: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.IpvsScheduler + ~azure.mgmt.containerservice.v2023_05_02_preview.models.IpvsScheduler :ivar tcp_timeout_seconds: The timeout value used for idle IPVS TCP sessions in seconds. Must be a positive integer value. :vartype tcp_timeout_seconds: int @@ -1384,7 +1394,7 @@ def __init__( http://www.linuxvirtualserver.org/docs/scheduling.html. Known values are: "RoundRobin" and "LeastConnection". :paramtype scheduler: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.IpvsScheduler + ~azure.mgmt.containerservice.v2023_05_02_preview.models.IpvsScheduler :keyword tcp_timeout_seconds: The timeout value used for idle IPVS TCP sessions in seconds. Must be a positive integer value. :paramtype tcp_timeout_seconds: int @@ -1410,7 +1420,7 @@ class ContainerServiceSshConfiguration(_serialization.Model): :ivar public_keys: The list of SSH public keys used to authenticate with Linux-based VMs. A maximum of 1 key may be specified. Required. :vartype public_keys: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.ContainerServiceSshPublicKey] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.ContainerServiceSshPublicKey] """ _validation = { @@ -1426,7 +1436,7 @@ def __init__(self, *, public_keys: List["_models.ContainerServiceSshPublicKey"], :keyword public_keys: The list of SSH public keys used to authenticate with Linux-based VMs. A maximum of 1 key may be specified. Required. :paramtype public_keys: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.ContainerServiceSshPublicKey] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.ContainerServiceSshPublicKey] """ super().__init__(**kwargs) self.public_keys = public_keys @@ -1517,7 +1527,7 @@ class CredentialResults(_serialization.Model): :ivar kubeconfigs: Base64-encoded Kubernetes configuration file. :vartype kubeconfigs: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.CredentialResult] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.CredentialResult] """ _validation = { @@ -1600,7 +1610,7 @@ class EndpointDependency(_serialization.Model): :vartype domain_name: str :ivar endpoint_details: The Ports and Protocols used when connecting to domainName. :vartype endpoint_details: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.EndpointDetail] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.EndpointDetail] """ _attribute_map = { @@ -1620,7 +1630,7 @@ def __init__( :paramtype domain_name: str :keyword endpoint_details: The Ports and Protocols used when connecting to domainName. :paramtype endpoint_details: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.EndpointDetail] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.EndpointDetail] """ super().__init__(**kwargs) self.domain_name = domain_name @@ -1680,7 +1690,7 @@ class ExtendedLocation(_serialization.Model): :vartype name: str :ivar type: The type of the extended location. "EdgeZone" :vartype type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ExtendedLocationTypes + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ExtendedLocationTypes """ _attribute_map = { @@ -1700,7 +1710,7 @@ def __init__( :paramtype name: str :keyword type: The type of the extended location. "EdgeZone" :paramtype type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ExtendedLocationTypes + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ExtendedLocationTypes """ super().__init__(**kwargs) self.name = name @@ -1722,7 +1732,7 @@ class GuardrailsProfile(_serialization.Model): :ivar level: The guardrails level to be used. By default, Guardrails is enabled for all namespaces except those that AKS excludes via systemExcludedNamespaces. Required. Known values are: "Off", "Warning", and "Enforcement". - :vartype level: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.Level + :vartype level: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.Level :ivar excluded_namespaces: List of namespaces excluded from guardrails checks. :vartype excluded_namespaces: list[str] """ @@ -1754,7 +1764,7 @@ def __init__( :keyword level: The guardrails level to be used. By default, Guardrails is enabled for all namespaces except those that AKS excludes via systemExcludedNamespaces. Required. Known values are: "Off", "Warning", and "Enforcement". - :paramtype level: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.Level + :paramtype level: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.Level :keyword excluded_namespaces: List of namespaces excluded from guardrails checks. :paramtype excluded_namespaces: list[str] """ @@ -1796,7 +1806,7 @@ class IstioComponents(_serialization.Model): :ivar ingress_gateways: Istio ingress gateways. :vartype ingress_gateways: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.IstioIngressGateway] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.IstioIngressGateway] """ _attribute_map = { @@ -1809,7 +1819,7 @@ def __init__( """ :keyword ingress_gateways: Istio ingress gateways. :paramtype ingress_gateways: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.IstioIngressGateway] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.IstioIngressGateway] """ super().__init__(**kwargs) self.ingress_gateways = ingress_gateways @@ -1824,7 +1834,7 @@ class IstioIngressGateway(_serialization.Model): :ivar mode: Mode of an ingress gateway. Required. Known values are: "External" and "Internal". :vartype mode: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.IstioIngressGatewayMode + ~azure.mgmt.containerservice.v2023_05_02_preview.models.IstioIngressGatewayMode :ivar enabled: Whether to enable the ingress gateway. Required. :vartype enabled: bool """ @@ -1844,7 +1854,7 @@ def __init__(self, *, mode: Union[str, "_models.IstioIngressGatewayMode"], enabl :keyword mode: Mode of an ingress gateway. Required. Known values are: "External" and "Internal". :paramtype mode: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.IstioIngressGatewayMode + ~azure.mgmt.containerservice.v2023_05_02_preview.models.IstioIngressGatewayMode :keyword enabled: Whether to enable the ingress gateway. Required. :paramtype enabled: bool """ @@ -1857,7 +1867,7 @@ class IstioServiceMesh(_serialization.Model): """Istio service mesh configuration. :ivar components: Istio components configuration. - :vartype components: ~azure.mgmt.containerservice.v2023_04_02_preview.models.IstioComponents + :vartype components: ~azure.mgmt.containerservice.v2023_05_02_preview.models.IstioComponents """ _attribute_map = { @@ -1867,7 +1877,7 @@ class IstioServiceMesh(_serialization.Model): def __init__(self, *, components: Optional["_models.IstioComponents"] = None, **kwargs: Any) -> None: """ :keyword components: Istio components configuration. - :paramtype components: ~azure.mgmt.containerservice.v2023_04_02_preview.models.IstioComponents + :paramtype components: ~azure.mgmt.containerservice.v2023_05_02_preview.models.IstioComponents """ super().__init__(**kwargs) self.components = components @@ -2024,12 +2034,12 @@ class KubernetesVersion(_serialization.Model): :vartype version: str :ivar capabilities: Capabilities on this Kubernetes version. :vartype capabilities: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.KubernetesVersionCapabilities + ~azure.mgmt.containerservice.v2023_05_02_preview.models.KubernetesVersionCapabilities :ivar is_preview: Whether this version is in preview mode. :vartype is_preview: bool :ivar patch_versions: Patch versions of Kubernetes release. :vartype patch_versions: dict[str, - ~azure.mgmt.containerservice.v2023_04_02_preview.models.KubernetesPatchVersion] + ~azure.mgmt.containerservice.v2023_05_02_preview.models.KubernetesPatchVersion] """ _attribute_map = { @@ -2053,12 +2063,12 @@ def __init__( :paramtype version: str :keyword capabilities: Capabilities on this Kubernetes version. :paramtype capabilities: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.KubernetesVersionCapabilities + ~azure.mgmt.containerservice.v2023_05_02_preview.models.KubernetesVersionCapabilities :keyword is_preview: Whether this version is in preview mode. :paramtype is_preview: bool :keyword patch_versions: Patch versions of Kubernetes release. :paramtype patch_versions: dict[str, - ~azure.mgmt.containerservice.v2023_04_02_preview.models.KubernetesPatchVersion] + ~azure.mgmt.containerservice.v2023_05_02_preview.models.KubernetesPatchVersion] """ super().__init__(**kwargs) self.version = version @@ -2072,7 +2082,7 @@ class KubernetesVersionCapabilities(_serialization.Model): :ivar support_plan: :vartype support_plan: list[str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.KubernetesSupportPlan] + ~azure.mgmt.containerservice.v2023_05_02_preview.models.KubernetesSupportPlan] """ _attribute_map = { @@ -2085,7 +2095,7 @@ def __init__( """ :keyword support_plan: :paramtype support_plan: list[str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.KubernetesSupportPlan] + ~azure.mgmt.containerservice.v2023_05_02_preview.models.KubernetesSupportPlan] """ super().__init__(**kwargs) self.support_plan = support_plan @@ -2096,7 +2106,7 @@ class KubernetesVersionListResult(_serialization.Model): :ivar values: Array of AKS supported Kubernetes versions. :vartype values: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.KubernetesVersion] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.KubernetesVersion] """ _attribute_map = { @@ -2107,7 +2117,7 @@ def __init__(self, *, values: Optional[List["_models.KubernetesVersion"]] = None """ :keyword values: Array of AKS supported Kubernetes versions. :paramtype values: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.KubernetesVersion] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.KubernetesVersion] """ super().__init__(**kwargs) self.values = values @@ -2118,7 +2128,7 @@ class LinuxOSConfig(_serialization.Model): `_ for more details. :ivar sysctls: Sysctl settings for Linux agent nodes. - :vartype sysctls: ~azure.mgmt.containerservice.v2023_04_02_preview.models.SysctlConfig + :vartype sysctls: ~azure.mgmt.containerservice.v2023_05_02_preview.models.SysctlConfig :ivar transparent_huge_page_enabled: Valid values are 'always', 'madvise', and 'never'. The default is 'always'. For more information see `Transparent Hugepages `_. @@ -2150,7 +2160,7 @@ def __init__( ) -> None: """ :keyword sysctls: Sysctl settings for Linux agent nodes. - :paramtype sysctls: ~azure.mgmt.containerservice.v2023_04_02_preview.models.SysctlConfig + :paramtype sysctls: ~azure.mgmt.containerservice.v2023_05_02_preview.models.SysctlConfig :keyword transparent_huge_page_enabled: Valid values are 'always', 'madvise', and 'never'. The default is 'always'. For more information see `Transparent Hugepages `_. @@ -2184,16 +2194,16 @@ class MaintenanceConfiguration(SubResource): :ivar type: Resource type. :vartype type: str :ivar system_data: The system metadata relating to this resource. - :vartype system_data: ~azure.mgmt.containerservice.v2023_04_02_preview.models.SystemData + :vartype system_data: ~azure.mgmt.containerservice.v2023_05_02_preview.models.SystemData :ivar time_in_week: If two array entries specify the same day of the week, the applied configuration is the union of times in both entries. - :vartype time_in_week: list[~azure.mgmt.containerservice.v2023_04_02_preview.models.TimeInWeek] + :vartype time_in_week: list[~azure.mgmt.containerservice.v2023_05_02_preview.models.TimeInWeek] :ivar not_allowed_time: Time slots on which upgrade is not allowed. :vartype not_allowed_time: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.TimeSpan] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.TimeSpan] :ivar maintenance_window: Maintenance window for the maintenance configuration. :vartype maintenance_window: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.MaintenanceWindow + ~azure.mgmt.containerservice.v2023_05_02_preview.models.MaintenanceWindow """ _validation = { @@ -2225,13 +2235,13 @@ def __init__( :keyword time_in_week: If two array entries specify the same day of the week, the applied configuration is the union of times in both entries. :paramtype time_in_week: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.TimeInWeek] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.TimeInWeek] :keyword not_allowed_time: Time slots on which upgrade is not allowed. :paramtype not_allowed_time: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.TimeSpan] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.TimeSpan] :keyword maintenance_window: Maintenance window for the maintenance configuration. :paramtype maintenance_window: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.MaintenanceWindow + ~azure.mgmt.containerservice.v2023_05_02_preview.models.MaintenanceWindow """ super().__init__(**kwargs) self.system_data = None @@ -2247,7 +2257,7 @@ class MaintenanceConfigurationListResult(_serialization.Model): :ivar value: The list of maintenance configurations. :vartype value: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.MaintenanceConfiguration] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.MaintenanceConfiguration] :ivar next_link: The URL to get the next set of maintenance configuration results. :vartype next_link: str """ @@ -2265,7 +2275,7 @@ def __init__(self, *, value: Optional[List["_models.MaintenanceConfiguration"]] """ :keyword value: The list of maintenance configurations. :paramtype value: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.MaintenanceConfiguration] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.MaintenanceConfiguration] """ super().__init__(**kwargs) self.value = value @@ -2278,7 +2288,7 @@ class MaintenanceWindow(_serialization.Model): All required parameters must be populated in order to send to Azure. :ivar schedule: Recurrence schedule for the maintenance window. Required. - :vartype schedule: ~azure.mgmt.containerservice.v2023_04_02_preview.models.Schedule + :vartype schedule: ~azure.mgmt.containerservice.v2023_05_02_preview.models.Schedule :ivar duration_hours: Length of maintenance window range from 4 to 24 hours. :vartype duration_hours: int :ivar utc_offset: The UTC offset in format +/-HH:mm. For example, '+05:30' for IST and '-07:00' @@ -2297,7 +2307,7 @@ class MaintenanceWindow(_serialization.Model): '2023-01-03', maintenance will be blocked from '2022-12-22 22:00' to '2023-01-03 22:00' in UTC time. :vartype not_allowed_dates: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.DateSpan] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.DateSpan] """ _validation = { @@ -2329,7 +2339,7 @@ def __init__( ) -> None: """ :keyword schedule: Recurrence schedule for the maintenance window. Required. - :paramtype schedule: ~azure.mgmt.containerservice.v2023_04_02_preview.models.Schedule + :paramtype schedule: ~azure.mgmt.containerservice.v2023_05_02_preview.models.Schedule :keyword duration_hours: Length of maintenance window range from 4 to 24 hours. :paramtype duration_hours: int :keyword utc_offset: The UTC offset in format +/-HH:mm. For example, '+05:30' for IST and @@ -2348,7 +2358,7 @@ def __init__( '2023-01-03', maintenance will be blocked from '2022-12-22 22:00' to '2023-01-03 22:00' in UTC time. :paramtype not_allowed_dates: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.DateSpan] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.DateSpan] """ super().__init__(**kwargs) self.schedule = schedule @@ -2374,7 +2384,7 @@ class Resource(_serialization.Model): :vartype type: str :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information. - :vartype system_data: ~azure.mgmt.containerservice.v2023_04_02_preview.models.SystemData + :vartype system_data: ~azure.mgmt.containerservice.v2023_05_02_preview.models.SystemData """ _validation = { @@ -2418,7 +2428,7 @@ class TrackedResource(Resource): :vartype type: str :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information. - :vartype system_data: ~azure.mgmt.containerservice.v2023_04_02_preview.models.SystemData + :vartype system_data: ~azure.mgmt.containerservice.v2023_05_02_preview.models.SystemData :ivar tags: Resource tags. :vartype tags: dict[str, str] :ivar location: The geo-location where the resource lives. Required. @@ -2471,26 +2481,26 @@ class ManagedCluster(TrackedResource): # pylint: disable=too-many-instance-attr :vartype type: str :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information. - :vartype system_data: ~azure.mgmt.containerservice.v2023_04_02_preview.models.SystemData + :vartype system_data: ~azure.mgmt.containerservice.v2023_05_02_preview.models.SystemData :ivar tags: Resource tags. :vartype tags: dict[str, str] :ivar location: The geo-location where the resource lives. Required. :vartype location: str :ivar sku: The managed cluster SKU. - :vartype sku: ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSKU + :vartype sku: ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSKU :ivar extended_location: The extended location of the Virtual Machine. :vartype extended_location: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ExtendedLocation + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ExtendedLocation :ivar identity: The identity of the managed cluster, if configured. :vartype identity: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterIdentity + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterIdentity :ivar provisioning_state: The current provisioning state. :vartype provisioning_state: str :ivar power_state: The Power State of the cluster. - :vartype power_state: ~azure.mgmt.containerservice.v2023_04_02_preview.models.PowerState + :vartype power_state: ~azure.mgmt.containerservice.v2023_05_02_preview.models.PowerState :ivar creation_data: CreationData to be used to specify the source Snapshot ID if the cluster will be created/upgraded using a snapshot. - :vartype creation_data: ~azure.mgmt.containerservice.v2023_04_02_preview.models.CreationData + :vartype creation_data: ~azure.mgmt.containerservice.v2023_05_02_preview.models.CreationData :ivar max_agent_pools: The max number of agent pools for the managed cluster. :vartype max_agent_pools: int :ivar kubernetes_version: When you upgrade a supported AKS cluster, Kubernetes minor versions @@ -2515,39 +2525,39 @@ class ManagedCluster(TrackedResource): # pylint: disable=too-many-instance-attr :vartype azure_portal_fqdn: str :ivar agent_pool_profiles: The agent pool properties. :vartype agent_pool_profiles: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterAgentPoolProfile] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterAgentPoolProfile] :ivar linux_profile: The profile for Linux VMs in the Managed Cluster. :vartype linux_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ContainerServiceLinuxProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ContainerServiceLinuxProfile :ivar windows_profile: The profile for Windows VMs in the Managed Cluster. :vartype windows_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterWindowsProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterWindowsProfile :ivar service_principal_profile: Information about a service principal identity for the cluster to use for manipulating Azure APIs. :vartype service_principal_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterServicePrincipalProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterServicePrincipalProfile :ivar addon_profiles: The profile of managed cluster add-on. :vartype addon_profiles: dict[str, - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterAddonProfile] + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterAddonProfile] :ivar pod_identity_profile: See `use AAD pod identity `_ for more details on AAD pod identity integration. :vartype pod_identity_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterPodIdentityProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterPodIdentityProfile :ivar oidc_issuer_profile: The OIDC issuer profile of the Managed Cluster. :vartype oidc_issuer_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterOIDCIssuerProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterOIDCIssuerProfile :ivar node_resource_group: The name of the resource group containing agent pool nodes. :vartype node_resource_group: str :ivar node_resource_group_profile: The node resource group configuration profile. :vartype node_resource_group_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterNodeResourceGroupProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterNodeResourceGroupProfile :ivar enable_rbac: Whether to enable Kubernetes Role-Based Access Control. :vartype enable_rbac: bool :ivar support_plan: The support plan for the Managed Cluster. If unspecified, the default is 'KubernetesOfficial'. Known values are: "KubernetesOfficial" and "AKSLongTermSupport". :vartype support_plan: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.KubernetesSupportPlan + ~azure.mgmt.containerservice.v2023_05_02_preview.models.KubernetesSupportPlan :ivar enable_pod_security_policy: (DEPRECATED) Whether to enable Kubernetes pod security policy (preview). PodSecurityPolicy was deprecated in Kubernetes v1.21, and removed from Kubernetes in v1.25. Learn more at https://aka.ms/k8s/psp and https://aka.ms/aks/psp. @@ -2558,31 +2568,31 @@ class ManagedCluster(TrackedResource): # pylint: disable=too-many-instance-attr :vartype enable_namespace_resources: bool :ivar network_profile: The network configuration profile. :vartype network_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ContainerServiceNetworkProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ContainerServiceNetworkProfile :ivar aad_profile: The Azure Active Directory configuration. :vartype aad_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterAADProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterAADProfile :ivar auto_upgrade_profile: The auto upgrade configuration. :vartype auto_upgrade_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterAutoUpgradeProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterAutoUpgradeProfile :ivar upgrade_settings: Settings for upgrading a cluster. :vartype upgrade_settings: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ClusterUpgradeSettings + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ClusterUpgradeSettings :ivar auto_scaler_profile: Parameters to be applied to the cluster-autoscaler when enabled. :vartype auto_scaler_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterPropertiesAutoScalerProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterPropertiesAutoScalerProfile :ivar api_server_access_profile: The access profile for managed cluster API server. :vartype api_server_access_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterAPIServerAccessProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterAPIServerAccessProfile :ivar disk_encryption_set_id: This is of the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{encryptionSetName}'. :vartype disk_encryption_set_id: str :ivar identity_profile: Identities associated with the cluster. :vartype identity_profile: dict[str, - ~azure.mgmt.containerservice.v2023_04_02_preview.models.UserAssignedIdentity] + ~azure.mgmt.containerservice.v2023_05_02_preview.models.UserAssignedIdentity] :ivar private_link_resources: Private link resources associated with the cluster. :vartype private_link_resources: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateLinkResource] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateLinkResource] :ivar disable_local_accounts: If set to true, getting static credentials will be disabled for this cluster. This must only be used on Managed Clusters that are AAD enabled. For more details see `disable local accounts @@ -2590,33 +2600,33 @@ class ManagedCluster(TrackedResource): # pylint: disable=too-many-instance-attr :vartype disable_local_accounts: bool :ivar http_proxy_config: Configurations for provisioning the cluster with HTTP proxy servers. :vartype http_proxy_config: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterHTTPProxyConfig + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterHTTPProxyConfig :ivar security_profile: Security profile for the managed cluster. :vartype security_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSecurityProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSecurityProfile :ivar storage_profile: Storage profile for the managed cluster. :vartype storage_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterStorageProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterStorageProfile :ivar ingress_profile: Ingress profile for the managed cluster. :vartype ingress_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterIngressProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterIngressProfile :ivar public_network_access: Allow or deny public network access for AKS. Known values are: "Enabled", "Disabled", and "SecuredByPerimeter". :vartype public_network_access: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.PublicNetworkAccess + ~azure.mgmt.containerservice.v2023_05_02_preview.models.PublicNetworkAccess :ivar workload_auto_scaler_profile: Workload Auto-scaler profile for the managed cluster. :vartype workload_auto_scaler_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterWorkloadAutoScalerProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterWorkloadAutoScalerProfile :ivar azure_monitor_profile: Prometheus addon profile for the container service cluster. :vartype azure_monitor_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterAzureMonitorProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterAzureMonitorProfile :ivar guardrails_profile: The guardrails profile holds all the guardrails information for a given cluster. :vartype guardrails_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.GuardrailsProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.GuardrailsProfile :ivar service_mesh_profile: Service mesh profile for a managed cluster. :vartype service_mesh_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ServiceMeshProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ServiceMeshProfile """ _validation = { @@ -2756,16 +2766,16 @@ def __init__( # pylint: disable=too-many-locals :keyword location: The geo-location where the resource lives. Required. :paramtype location: str :keyword sku: The managed cluster SKU. - :paramtype sku: ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSKU + :paramtype sku: ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSKU :keyword extended_location: The extended location of the Virtual Machine. :paramtype extended_location: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ExtendedLocation + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ExtendedLocation :keyword identity: The identity of the managed cluster, if configured. :paramtype identity: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterIdentity + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterIdentity :keyword creation_data: CreationData to be used to specify the source Snapshot ID if the cluster will be created/upgraded using a snapshot. - :paramtype creation_data: ~azure.mgmt.containerservice.v2023_04_02_preview.models.CreationData + :paramtype creation_data: ~azure.mgmt.containerservice.v2023_05_02_preview.models.CreationData :keyword kubernetes_version: When you upgrade a supported AKS cluster, Kubernetes minor versions cannot be skipped. All upgrades must be performed sequentially by major version number. For example, upgrades between 1.14.x -> 1.15.x or 1.15.x -> 1.16.x are allowed, however @@ -2778,39 +2788,39 @@ def __init__( # pylint: disable=too-many-locals :paramtype fqdn_subdomain: str :keyword agent_pool_profiles: The agent pool properties. :paramtype agent_pool_profiles: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterAgentPoolProfile] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterAgentPoolProfile] :keyword linux_profile: The profile for Linux VMs in the Managed Cluster. :paramtype linux_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ContainerServiceLinuxProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ContainerServiceLinuxProfile :keyword windows_profile: The profile for Windows VMs in the Managed Cluster. :paramtype windows_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterWindowsProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterWindowsProfile :keyword service_principal_profile: Information about a service principal identity for the cluster to use for manipulating Azure APIs. :paramtype service_principal_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterServicePrincipalProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterServicePrincipalProfile :keyword addon_profiles: The profile of managed cluster add-on. :paramtype addon_profiles: dict[str, - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterAddonProfile] + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterAddonProfile] :keyword pod_identity_profile: See `use AAD pod identity `_ for more details on AAD pod identity integration. :paramtype pod_identity_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterPodIdentityProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterPodIdentityProfile :keyword oidc_issuer_profile: The OIDC issuer profile of the Managed Cluster. :paramtype oidc_issuer_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterOIDCIssuerProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterOIDCIssuerProfile :keyword node_resource_group: The name of the resource group containing agent pool nodes. :paramtype node_resource_group: str :keyword node_resource_group_profile: The node resource group configuration profile. :paramtype node_resource_group_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterNodeResourceGroupProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterNodeResourceGroupProfile :keyword enable_rbac: Whether to enable Kubernetes Role-Based Access Control. :paramtype enable_rbac: bool :keyword support_plan: The support plan for the Managed Cluster. If unspecified, the default is 'KubernetesOfficial'. Known values are: "KubernetesOfficial" and "AKSLongTermSupport". :paramtype support_plan: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.KubernetesSupportPlan + ~azure.mgmt.containerservice.v2023_05_02_preview.models.KubernetesSupportPlan :keyword enable_pod_security_policy: (DEPRECATED) Whether to enable Kubernetes pod security policy (preview). PodSecurityPolicy was deprecated in Kubernetes v1.21, and removed from Kubernetes in v1.25. Learn more at https://aka.ms/k8s/psp and https://aka.ms/aks/psp. @@ -2821,31 +2831,31 @@ def __init__( # pylint: disable=too-many-locals :paramtype enable_namespace_resources: bool :keyword network_profile: The network configuration profile. :paramtype network_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ContainerServiceNetworkProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ContainerServiceNetworkProfile :keyword aad_profile: The Azure Active Directory configuration. :paramtype aad_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterAADProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterAADProfile :keyword auto_upgrade_profile: The auto upgrade configuration. :paramtype auto_upgrade_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterAutoUpgradeProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterAutoUpgradeProfile :keyword upgrade_settings: Settings for upgrading a cluster. :paramtype upgrade_settings: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ClusterUpgradeSettings + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ClusterUpgradeSettings :keyword auto_scaler_profile: Parameters to be applied to the cluster-autoscaler when enabled. :paramtype auto_scaler_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterPropertiesAutoScalerProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterPropertiesAutoScalerProfile :keyword api_server_access_profile: The access profile for managed cluster API server. :paramtype api_server_access_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterAPIServerAccessProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterAPIServerAccessProfile :keyword disk_encryption_set_id: This is of the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{encryptionSetName}'. :paramtype disk_encryption_set_id: str :keyword identity_profile: Identities associated with the cluster. :paramtype identity_profile: dict[str, - ~azure.mgmt.containerservice.v2023_04_02_preview.models.UserAssignedIdentity] + ~azure.mgmt.containerservice.v2023_05_02_preview.models.UserAssignedIdentity] :keyword private_link_resources: Private link resources associated with the cluster. :paramtype private_link_resources: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateLinkResource] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateLinkResource] :keyword disable_local_accounts: If set to true, getting static credentials will be disabled for this cluster. This must only be used on Managed Clusters that are AAD enabled. For more details see `disable local accounts @@ -2854,33 +2864,33 @@ def __init__( # pylint: disable=too-many-locals :keyword http_proxy_config: Configurations for provisioning the cluster with HTTP proxy servers. :paramtype http_proxy_config: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterHTTPProxyConfig + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterHTTPProxyConfig :keyword security_profile: Security profile for the managed cluster. :paramtype security_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSecurityProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSecurityProfile :keyword storage_profile: Storage profile for the managed cluster. :paramtype storage_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterStorageProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterStorageProfile :keyword ingress_profile: Ingress profile for the managed cluster. :paramtype ingress_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterIngressProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterIngressProfile :keyword public_network_access: Allow or deny public network access for AKS. Known values are: "Enabled", "Disabled", and "SecuredByPerimeter". :paramtype public_network_access: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.PublicNetworkAccess + ~azure.mgmt.containerservice.v2023_05_02_preview.models.PublicNetworkAccess :keyword workload_auto_scaler_profile: Workload Auto-scaler profile for the managed cluster. :paramtype workload_auto_scaler_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterWorkloadAutoScalerProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterWorkloadAutoScalerProfile :keyword azure_monitor_profile: Prometheus addon profile for the container service cluster. :paramtype azure_monitor_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterAzureMonitorProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterAzureMonitorProfile :keyword guardrails_profile: The guardrails profile holds all the guardrails information for a given cluster. :paramtype guardrails_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.GuardrailsProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.GuardrailsProfile :keyword service_mesh_profile: Service mesh profile for a managed cluster. :paramtype service_mesh_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ServiceMeshProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ServiceMeshProfile """ super().__init__(tags=tags, location=location, **kwargs) self.sku = sku @@ -3025,7 +3035,7 @@ class ManagedClusterAccessProfile(TrackedResource): :vartype type: str :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information. - :vartype system_data: ~azure.mgmt.containerservice.v2023_04_02_preview.models.SystemData + :vartype system_data: ~azure.mgmt.containerservice.v2023_05_02_preview.models.SystemData :ivar tags: Resource tags. :vartype tags: dict[str, str] :ivar location: The geo-location where the resource lives. Required. @@ -3085,7 +3095,7 @@ class ManagedClusterAddonProfile(_serialization.Model): :vartype config: dict[str, str] :ivar identity: Information of user assigned identity used by this add-on. :vartype identity: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterAddonProfileIdentity + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterAddonProfileIdentity """ _validation = { @@ -3210,15 +3220,15 @@ class ManagedClusterAgentPoolProfileProperties(_serialization.Model): # pylint: `_. Known values are: "Managed" and "Ephemeral". :vartype os_disk_type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.OSDiskType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.OSDiskType :ivar kubelet_disk_type: Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. Known values are: "OS" and "Temporary". :vartype kubelet_disk_type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.KubeletDiskType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.KubeletDiskType :ivar workload_runtime: Determines the type of workload a node can run. Known values are: "OCIContainer", "WasmWasi", and "KataMshvVmIsolation". :vartype workload_runtime: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.WorkloadRuntime + ~azure.mgmt.containerservice.v2023_05_02_preview.models.WorkloadRuntime :ivar message_of_the_day: A base64-encoded string which will be written to /etc/motd after decoding. This allows customization of the message of the day for Linux nodes. It must not be specified for Windows nodes. It must be a static string (i.e., will be printed raw and not be @@ -3237,12 +3247,12 @@ class ManagedClusterAgentPoolProfileProperties(_serialization.Model): # pylint: :vartype max_pods: int :ivar os_type: The operating system type. The default is Linux. Known values are: "Linux" and "Windows". - :vartype os_type: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.OSType + :vartype os_type: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.OSType :ivar os_sku: Specifies the OS SKU used by the agent pool. If not specified, the default is Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be changed to Windows2022 after Windows2019 is deprecated. Known values are: "Ubuntu", "Mariner", "AzureLinux", "CBLMariner", "Windows2019", and "Windows2022". - :vartype os_sku: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.OSSKU + :vartype os_sku: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.OSSKU :ivar max_count: The maximum number of nodes for auto-scaling. :vartype max_count: int :ivar min_count: The minimum number of nodes for auto-scaling. @@ -3252,14 +3262,14 @@ class ManagedClusterAgentPoolProfileProperties(_serialization.Model): # pylint: :ivar scale_down_mode: This also effects the cluster autoscaler behavior. If not specified, it defaults to Delete. Known values are: "Delete" and "Deallocate". :vartype scale_down_mode: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ScaleDownMode + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ScaleDownMode :ivar type: The type of Agent Pool. Known values are: "VirtualMachineScaleSets" and "AvailabilitySet". - :vartype type: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolType + :vartype type: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolType :ivar mode: A cluster must have at least one 'System' Agent Pool at all times. For additional information on agent pool restrictions and best practices, see: https://docs.microsoft.com/azure/aks/use-system-pools. Known values are: "System" and "User". - :vartype mode: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolMode + :vartype mode: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolMode :ivar orchestrator_version: Both patch version and are supported. When is specified, the latest supported patch version is chosen automatically. Updating the agent pool with the same once it has been created @@ -3278,14 +3288,14 @@ class ManagedClusterAgentPoolProfileProperties(_serialization.Model): # pylint: :vartype node_image_version: str :ivar upgrade_settings: Settings for upgrading the agentpool. :vartype upgrade_settings: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolUpgradeSettings + ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolUpgradeSettings :ivar provisioning_state: The current deployment or provisioning state. :vartype provisioning_state: str :ivar power_state: When an Agent Pool is first created it is initially Running. The Agent Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and provisioning state is Succeeded. - :vartype power_state: ~azure.mgmt.containerservice.v2023_04_02_preview.models.PowerState + :vartype power_state: ~azure.mgmt.containerservice.v2023_05_02_preview.models.PowerState :ivar availability_zones: The list of Availability zones to use for nodes. This can only be specified if the AgentPoolType property is 'VirtualMachineScaleSets'. :vartype availability_zones: list[str] @@ -3307,11 +3317,11 @@ class ManagedClusterAgentPoolProfileProperties(_serialization.Model): # pylint: :ivar scale_set_priority: The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'. Known values are: "Spot" and "Regular". :vartype scale_set_priority: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ScaleSetPriority + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ScaleSetPriority :ivar scale_set_eviction_policy: This cannot be specified unless the scaleSetPriority is 'Spot'. If not specified, the default is 'Delete'. Known values are: "Delete" and "Deallocate". :vartype scale_set_eviction_policy: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ScaleSetEvictionPolicy + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ScaleSetEvictionPolicy :ivar spot_max_price: Possible values are any decimal value greater than zero or -1 which indicates the willingness to pay any on-demand price. For more details on spot pricing, see `spot VMs pricing `_. @@ -3326,9 +3336,9 @@ class ManagedClusterAgentPoolProfileProperties(_serialization.Model): # pylint: :ivar proximity_placement_group_id: The ID for Proximity Placement Group. :vartype proximity_placement_group_id: str :ivar kubelet_config: The Kubelet configuration on the agent pool nodes. - :vartype kubelet_config: ~azure.mgmt.containerservice.v2023_04_02_preview.models.KubeletConfig + :vartype kubelet_config: ~azure.mgmt.containerservice.v2023_05_02_preview.models.KubeletConfig :ivar linux_os_config: The OS configuration of Linux agent nodes. - :vartype linux_os_config: ~azure.mgmt.containerservice.v2023_04_02_preview.models.LinuxOSConfig + :vartype linux_os_config: ~azure.mgmt.containerservice.v2023_05_02_preview.models.LinuxOSConfig :ivar enable_encryption_at_host: This is only supported on certain VM sizes and in certain Azure regions. For more information, see: https://docs.microsoft.com/azure/aks/enable-host-encryption. @@ -3342,10 +3352,10 @@ class ManagedClusterAgentPoolProfileProperties(_serialization.Model): # pylint: :ivar gpu_instance_profile: GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. Known values are: "MIG1g", "MIG2g", "MIG3g", "MIG4g", and "MIG7g". :vartype gpu_instance_profile: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.GPUInstanceProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.GPUInstanceProfile :ivar creation_data: CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot. - :vartype creation_data: ~azure.mgmt.containerservice.v2023_04_02_preview.models.CreationData + :vartype creation_data: ~azure.mgmt.containerservice.v2023_05_02_preview.models.CreationData :ivar capacity_reservation_group_id: AKS will associate the specified agent pool with the Capacity Reservation Group. :vartype capacity_reservation_group_id: str @@ -3356,10 +3366,10 @@ class ManagedClusterAgentPoolProfileProperties(_serialization.Model): # pylint: :vartype host_group_id: str :ivar windows_profile: The Windows agent pool's specific profile. :vartype windows_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolWindowsProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolWindowsProfile :ivar network_profile: Network-related settings of an agent pool. :vartype network_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolNetworkProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolNetworkProfile """ _validation = { @@ -3485,15 +3495,15 @@ def __init__( # pylint: disable=too-many-locals `_. Known values are: "Managed" and "Ephemeral". :paramtype os_disk_type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.OSDiskType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.OSDiskType :keyword kubelet_disk_type: Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. Known values are: "OS" and "Temporary". :paramtype kubelet_disk_type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.KubeletDiskType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.KubeletDiskType :keyword workload_runtime: Determines the type of workload a node can run. Known values are: "OCIContainer", "WasmWasi", and "KataMshvVmIsolation". :paramtype workload_runtime: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.WorkloadRuntime + ~azure.mgmt.containerservice.v2023_05_02_preview.models.WorkloadRuntime :keyword message_of_the_day: A base64-encoded string which will be written to /etc/motd after decoding. This allows customization of the message of the day for Linux nodes. It must not be specified for Windows nodes. It must be a static string (i.e., will be printed raw and not be @@ -3512,12 +3522,12 @@ def __init__( # pylint: disable=too-many-locals :paramtype max_pods: int :keyword os_type: The operating system type. The default is Linux. Known values are: "Linux" and "Windows". - :paramtype os_type: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.OSType + :paramtype os_type: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.OSType :keyword os_sku: Specifies the OS SKU used by the agent pool. If not specified, the default is Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be changed to Windows2022 after Windows2019 is deprecated. Known values are: "Ubuntu", "Mariner", "AzureLinux", "CBLMariner", "Windows2019", and "Windows2022". - :paramtype os_sku: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.OSSKU + :paramtype os_sku: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.OSSKU :keyword max_count: The maximum number of nodes for auto-scaling. :paramtype max_count: int :keyword min_count: The minimum number of nodes for auto-scaling. @@ -3527,14 +3537,14 @@ def __init__( # pylint: disable=too-many-locals :keyword scale_down_mode: This also effects the cluster autoscaler behavior. If not specified, it defaults to Delete. Known values are: "Delete" and "Deallocate". :paramtype scale_down_mode: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ScaleDownMode + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ScaleDownMode :keyword type: The type of Agent Pool. Known values are: "VirtualMachineScaleSets" and "AvailabilitySet". - :paramtype type: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolType + :paramtype type: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolType :keyword mode: A cluster must have at least one 'System' Agent Pool at all times. For additional information on agent pool restrictions and best practices, see: https://docs.microsoft.com/azure/aks/use-system-pools. Known values are: "System" and "User". - :paramtype mode: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolMode + :paramtype mode: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolMode :keyword orchestrator_version: Both patch version and are supported. When is specified, the latest supported patch version is chosen automatically. Updating the agent pool with the same once it has been created @@ -3547,12 +3557,12 @@ def __init__( # pylint: disable=too-many-locals :paramtype orchestrator_version: str :keyword upgrade_settings: Settings for upgrading the agentpool. :paramtype upgrade_settings: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolUpgradeSettings + ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolUpgradeSettings :keyword power_state: When an Agent Pool is first created it is initially Running. The Agent Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and provisioning state is Succeeded. - :paramtype power_state: ~azure.mgmt.containerservice.v2023_04_02_preview.models.PowerState + :paramtype power_state: ~azure.mgmt.containerservice.v2023_05_02_preview.models.PowerState :keyword availability_zones: The list of Availability zones to use for nodes. This can only be specified if the AgentPoolType property is 'VirtualMachineScaleSets'. :paramtype availability_zones: list[str] @@ -3574,11 +3584,11 @@ def __init__( # pylint: disable=too-many-locals :keyword scale_set_priority: The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'. Known values are: "Spot" and "Regular". :paramtype scale_set_priority: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ScaleSetPriority + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ScaleSetPriority :keyword scale_set_eviction_policy: This cannot be specified unless the scaleSetPriority is 'Spot'. If not specified, the default is 'Delete'. Known values are: "Delete" and "Deallocate". :paramtype scale_set_eviction_policy: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ScaleSetEvictionPolicy + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ScaleSetEvictionPolicy :keyword spot_max_price: Possible values are any decimal value greater than zero or -1 which indicates the willingness to pay any on-demand price. For more details on spot pricing, see `spot VMs pricing `_. @@ -3594,10 +3604,10 @@ def __init__( # pylint: disable=too-many-locals :paramtype proximity_placement_group_id: str :keyword kubelet_config: The Kubelet configuration on the agent pool nodes. :paramtype kubelet_config: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.KubeletConfig + ~azure.mgmt.containerservice.v2023_05_02_preview.models.KubeletConfig :keyword linux_os_config: The OS configuration of Linux agent nodes. :paramtype linux_os_config: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.LinuxOSConfig + ~azure.mgmt.containerservice.v2023_05_02_preview.models.LinuxOSConfig :keyword enable_encryption_at_host: This is only supported on certain VM sizes and in certain Azure regions. For more information, see: https://docs.microsoft.com/azure/aks/enable-host-encryption. @@ -3612,10 +3622,10 @@ def __init__( # pylint: disable=too-many-locals profile for supported GPU VM SKU. Known values are: "MIG1g", "MIG2g", "MIG3g", "MIG4g", and "MIG7g". :paramtype gpu_instance_profile: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.GPUInstanceProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.GPUInstanceProfile :keyword creation_data: CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot. - :paramtype creation_data: ~azure.mgmt.containerservice.v2023_04_02_preview.models.CreationData + :paramtype creation_data: ~azure.mgmt.containerservice.v2023_05_02_preview.models.CreationData :keyword capacity_reservation_group_id: AKS will associate the specified agent pool with the Capacity Reservation Group. :paramtype capacity_reservation_group_id: str @@ -3626,10 +3636,10 @@ def __init__( # pylint: disable=too-many-locals :paramtype host_group_id: str :keyword windows_profile: The Windows agent pool's specific profile. :paramtype windows_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolWindowsProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolWindowsProfile :keyword network_profile: Network-related settings of an agent pool. :paramtype network_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolNetworkProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolNetworkProfile """ super().__init__(**kwargs) self.count = count @@ -3707,15 +3717,15 @@ class ManagedClusterAgentPoolProfile( `_. Known values are: "Managed" and "Ephemeral". :vartype os_disk_type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.OSDiskType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.OSDiskType :ivar kubelet_disk_type: Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. Known values are: "OS" and "Temporary". :vartype kubelet_disk_type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.KubeletDiskType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.KubeletDiskType :ivar workload_runtime: Determines the type of workload a node can run. Known values are: "OCIContainer", "WasmWasi", and "KataMshvVmIsolation". :vartype workload_runtime: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.WorkloadRuntime + ~azure.mgmt.containerservice.v2023_05_02_preview.models.WorkloadRuntime :ivar message_of_the_day: A base64-encoded string which will be written to /etc/motd after decoding. This allows customization of the message of the day for Linux nodes. It must not be specified for Windows nodes. It must be a static string (i.e., will be printed raw and not be @@ -3734,12 +3744,12 @@ class ManagedClusterAgentPoolProfile( :vartype max_pods: int :ivar os_type: The operating system type. The default is Linux. Known values are: "Linux" and "Windows". - :vartype os_type: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.OSType + :vartype os_type: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.OSType :ivar os_sku: Specifies the OS SKU used by the agent pool. If not specified, the default is Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be changed to Windows2022 after Windows2019 is deprecated. Known values are: "Ubuntu", "Mariner", "AzureLinux", "CBLMariner", "Windows2019", and "Windows2022". - :vartype os_sku: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.OSSKU + :vartype os_sku: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.OSSKU :ivar max_count: The maximum number of nodes for auto-scaling. :vartype max_count: int :ivar min_count: The minimum number of nodes for auto-scaling. @@ -3749,14 +3759,14 @@ class ManagedClusterAgentPoolProfile( :ivar scale_down_mode: This also effects the cluster autoscaler behavior. If not specified, it defaults to Delete. Known values are: "Delete" and "Deallocate". :vartype scale_down_mode: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ScaleDownMode + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ScaleDownMode :ivar type: The type of Agent Pool. Known values are: "VirtualMachineScaleSets" and "AvailabilitySet". - :vartype type: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolType + :vartype type: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolType :ivar mode: A cluster must have at least one 'System' Agent Pool at all times. For additional information on agent pool restrictions and best practices, see: https://docs.microsoft.com/azure/aks/use-system-pools. Known values are: "System" and "User". - :vartype mode: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolMode + :vartype mode: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolMode :ivar orchestrator_version: Both patch version and are supported. When is specified, the latest supported patch version is chosen automatically. Updating the agent pool with the same once it has been created @@ -3775,14 +3785,14 @@ class ManagedClusterAgentPoolProfile( :vartype node_image_version: str :ivar upgrade_settings: Settings for upgrading the agentpool. :vartype upgrade_settings: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolUpgradeSettings + ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolUpgradeSettings :ivar provisioning_state: The current deployment or provisioning state. :vartype provisioning_state: str :ivar power_state: When an Agent Pool is first created it is initially Running. The Agent Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and provisioning state is Succeeded. - :vartype power_state: ~azure.mgmt.containerservice.v2023_04_02_preview.models.PowerState + :vartype power_state: ~azure.mgmt.containerservice.v2023_05_02_preview.models.PowerState :ivar availability_zones: The list of Availability zones to use for nodes. This can only be specified if the AgentPoolType property is 'VirtualMachineScaleSets'. :vartype availability_zones: list[str] @@ -3804,11 +3814,11 @@ class ManagedClusterAgentPoolProfile( :ivar scale_set_priority: The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'. Known values are: "Spot" and "Regular". :vartype scale_set_priority: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ScaleSetPriority + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ScaleSetPriority :ivar scale_set_eviction_policy: This cannot be specified unless the scaleSetPriority is 'Spot'. If not specified, the default is 'Delete'. Known values are: "Delete" and "Deallocate". :vartype scale_set_eviction_policy: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ScaleSetEvictionPolicy + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ScaleSetEvictionPolicy :ivar spot_max_price: Possible values are any decimal value greater than zero or -1 which indicates the willingness to pay any on-demand price. For more details on spot pricing, see `spot VMs pricing `_. @@ -3823,9 +3833,9 @@ class ManagedClusterAgentPoolProfile( :ivar proximity_placement_group_id: The ID for Proximity Placement Group. :vartype proximity_placement_group_id: str :ivar kubelet_config: The Kubelet configuration on the agent pool nodes. - :vartype kubelet_config: ~azure.mgmt.containerservice.v2023_04_02_preview.models.KubeletConfig + :vartype kubelet_config: ~azure.mgmt.containerservice.v2023_05_02_preview.models.KubeletConfig :ivar linux_os_config: The OS configuration of Linux agent nodes. - :vartype linux_os_config: ~azure.mgmt.containerservice.v2023_04_02_preview.models.LinuxOSConfig + :vartype linux_os_config: ~azure.mgmt.containerservice.v2023_05_02_preview.models.LinuxOSConfig :ivar enable_encryption_at_host: This is only supported on certain VM sizes and in certain Azure regions. For more information, see: https://docs.microsoft.com/azure/aks/enable-host-encryption. @@ -3839,10 +3849,10 @@ class ManagedClusterAgentPoolProfile( :ivar gpu_instance_profile: GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. Known values are: "MIG1g", "MIG2g", "MIG3g", "MIG4g", and "MIG7g". :vartype gpu_instance_profile: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.GPUInstanceProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.GPUInstanceProfile :ivar creation_data: CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot. - :vartype creation_data: ~azure.mgmt.containerservice.v2023_04_02_preview.models.CreationData + :vartype creation_data: ~azure.mgmt.containerservice.v2023_05_02_preview.models.CreationData :ivar capacity_reservation_group_id: AKS will associate the specified agent pool with the Capacity Reservation Group. :vartype capacity_reservation_group_id: str @@ -3853,10 +3863,10 @@ class ManagedClusterAgentPoolProfile( :vartype host_group_id: str :ivar windows_profile: The Windows agent pool's specific profile. :vartype windows_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolWindowsProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolWindowsProfile :ivar network_profile: Network-related settings of an agent pool. :vartype network_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolNetworkProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolNetworkProfile :ivar name: Windows agent pool names must be 6 characters or less. Required. :vartype name: str """ @@ -3987,15 +3997,15 @@ def __init__( # pylint: disable=too-many-locals `_. Known values are: "Managed" and "Ephemeral". :paramtype os_disk_type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.OSDiskType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.OSDiskType :keyword kubelet_disk_type: Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. Known values are: "OS" and "Temporary". :paramtype kubelet_disk_type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.KubeletDiskType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.KubeletDiskType :keyword workload_runtime: Determines the type of workload a node can run. Known values are: "OCIContainer", "WasmWasi", and "KataMshvVmIsolation". :paramtype workload_runtime: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.WorkloadRuntime + ~azure.mgmt.containerservice.v2023_05_02_preview.models.WorkloadRuntime :keyword message_of_the_day: A base64-encoded string which will be written to /etc/motd after decoding. This allows customization of the message of the day for Linux nodes. It must not be specified for Windows nodes. It must be a static string (i.e., will be printed raw and not be @@ -4014,12 +4024,12 @@ def __init__( # pylint: disable=too-many-locals :paramtype max_pods: int :keyword os_type: The operating system type. The default is Linux. Known values are: "Linux" and "Windows". - :paramtype os_type: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.OSType + :paramtype os_type: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.OSType :keyword os_sku: Specifies the OS SKU used by the agent pool. If not specified, the default is Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be changed to Windows2022 after Windows2019 is deprecated. Known values are: "Ubuntu", "Mariner", "AzureLinux", "CBLMariner", "Windows2019", and "Windows2022". - :paramtype os_sku: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.OSSKU + :paramtype os_sku: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.OSSKU :keyword max_count: The maximum number of nodes for auto-scaling. :paramtype max_count: int :keyword min_count: The minimum number of nodes for auto-scaling. @@ -4029,14 +4039,14 @@ def __init__( # pylint: disable=too-many-locals :keyword scale_down_mode: This also effects the cluster autoscaler behavior. If not specified, it defaults to Delete. Known values are: "Delete" and "Deallocate". :paramtype scale_down_mode: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ScaleDownMode + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ScaleDownMode :keyword type: The type of Agent Pool. Known values are: "VirtualMachineScaleSets" and "AvailabilitySet". - :paramtype type: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolType + :paramtype type: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolType :keyword mode: A cluster must have at least one 'System' Agent Pool at all times. For additional information on agent pool restrictions and best practices, see: https://docs.microsoft.com/azure/aks/use-system-pools. Known values are: "System" and "User". - :paramtype mode: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolMode + :paramtype mode: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolMode :keyword orchestrator_version: Both patch version and are supported. When is specified, the latest supported patch version is chosen automatically. Updating the agent pool with the same once it has been created @@ -4049,12 +4059,12 @@ def __init__( # pylint: disable=too-many-locals :paramtype orchestrator_version: str :keyword upgrade_settings: Settings for upgrading the agentpool. :paramtype upgrade_settings: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolUpgradeSettings + ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolUpgradeSettings :keyword power_state: When an Agent Pool is first created it is initially Running. The Agent Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and provisioning state is Succeeded. - :paramtype power_state: ~azure.mgmt.containerservice.v2023_04_02_preview.models.PowerState + :paramtype power_state: ~azure.mgmt.containerservice.v2023_05_02_preview.models.PowerState :keyword availability_zones: The list of Availability zones to use for nodes. This can only be specified if the AgentPoolType property is 'VirtualMachineScaleSets'. :paramtype availability_zones: list[str] @@ -4076,11 +4086,11 @@ def __init__( # pylint: disable=too-many-locals :keyword scale_set_priority: The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'. Known values are: "Spot" and "Regular". :paramtype scale_set_priority: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ScaleSetPriority + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ScaleSetPriority :keyword scale_set_eviction_policy: This cannot be specified unless the scaleSetPriority is 'Spot'. If not specified, the default is 'Delete'. Known values are: "Delete" and "Deallocate". :paramtype scale_set_eviction_policy: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ScaleSetEvictionPolicy + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ScaleSetEvictionPolicy :keyword spot_max_price: Possible values are any decimal value greater than zero or -1 which indicates the willingness to pay any on-demand price. For more details on spot pricing, see `spot VMs pricing `_. @@ -4096,10 +4106,10 @@ def __init__( # pylint: disable=too-many-locals :paramtype proximity_placement_group_id: str :keyword kubelet_config: The Kubelet configuration on the agent pool nodes. :paramtype kubelet_config: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.KubeletConfig + ~azure.mgmt.containerservice.v2023_05_02_preview.models.KubeletConfig :keyword linux_os_config: The OS configuration of Linux agent nodes. :paramtype linux_os_config: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.LinuxOSConfig + ~azure.mgmt.containerservice.v2023_05_02_preview.models.LinuxOSConfig :keyword enable_encryption_at_host: This is only supported on certain VM sizes and in certain Azure regions. For more information, see: https://docs.microsoft.com/azure/aks/enable-host-encryption. @@ -4114,10 +4124,10 @@ def __init__( # pylint: disable=too-many-locals profile for supported GPU VM SKU. Known values are: "MIG1g", "MIG2g", "MIG3g", "MIG4g", and "MIG7g". :paramtype gpu_instance_profile: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.GPUInstanceProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.GPUInstanceProfile :keyword creation_data: CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot. - :paramtype creation_data: ~azure.mgmt.containerservice.v2023_04_02_preview.models.CreationData + :paramtype creation_data: ~azure.mgmt.containerservice.v2023_05_02_preview.models.CreationData :keyword capacity_reservation_group_id: AKS will associate the specified agent pool with the Capacity Reservation Group. :paramtype capacity_reservation_group_id: str @@ -4128,10 +4138,10 @@ def __init__( # pylint: disable=too-many-locals :paramtype host_group_id: str :keyword windows_profile: The Windows agent pool's specific profile. :paramtype windows_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolWindowsProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolWindowsProfile :keyword network_profile: Network-related settings of an agent pool. :paramtype network_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolNetworkProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolNetworkProfile :keyword name: Windows agent pool names must be 6 characters or less. Required. :paramtype name: str """ @@ -4276,11 +4286,11 @@ class ManagedClusterAutoUpgradeProfile(_serialization.Model): `_. Known values are: "rapid", "stable", "patch", "node-image", and "none". :vartype upgrade_channel: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.UpgradeChannel + ~azure.mgmt.containerservice.v2023_05_02_preview.models.UpgradeChannel :ivar node_os_upgrade_channel: The default is Unmanaged, but may change to either NodeImage or SecurityPatch at GA. Known values are: "None", "Unmanaged", "SecurityPatch", and "NodeImage". :vartype node_os_upgrade_channel: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.NodeOSUpgradeChannel + ~azure.mgmt.containerservice.v2023_05_02_preview.models.NodeOSUpgradeChannel """ _attribute_map = { @@ -4300,12 +4310,12 @@ def __init__( channel `_. Known values are: "rapid", "stable", "patch", "node-image", and "none". :paramtype upgrade_channel: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.UpgradeChannel + ~azure.mgmt.containerservice.v2023_05_02_preview.models.UpgradeChannel :keyword node_os_upgrade_channel: The default is Unmanaged, but may change to either NodeImage or SecurityPatch at GA. Known values are: "None", "Unmanaged", "SecurityPatch", and "NodeImage". :paramtype node_os_upgrade_channel: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.NodeOSUpgradeChannel + ~azure.mgmt.containerservice.v2023_05_02_preview.models.NodeOSUpgradeChannel """ super().__init__(**kwargs) self.upgrade_channel = upgrade_channel @@ -4317,7 +4327,7 @@ class ManagedClusterAzureMonitorProfile(_serialization.Model): :ivar metrics: Metrics profile for the prometheus service addon. :vartype metrics: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterAzureMonitorProfileMetrics + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterAzureMonitorProfileMetrics """ _attribute_map = { @@ -4330,7 +4340,7 @@ def __init__( """ :keyword metrics: Metrics profile for the prometheus service addon. :paramtype metrics: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterAzureMonitorProfileMetrics + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterAzureMonitorProfileMetrics """ super().__init__(**kwargs) self.metrics = metrics @@ -4382,7 +4392,7 @@ class ManagedClusterAzureMonitorProfileMetrics(_serialization.Model): :ivar kube_state_metrics: Kube State Metrics for prometheus addon profile for the container service cluster. :vartype kube_state_metrics: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterAzureMonitorProfileKubeStateMetrics + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterAzureMonitorProfileKubeStateMetrics """ _validation = { @@ -4407,7 +4417,7 @@ def __init__( :keyword kube_state_metrics: Kube State Metrics for prometheus addon profile for the container service cluster. :paramtype kube_state_metrics: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterAzureMonitorProfileKubeStateMetrics + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterAzureMonitorProfileKubeStateMetrics """ super().__init__(**kwargs) self.enabled = enabled @@ -4486,11 +4496,11 @@ class ManagedClusterIdentity(_serialization.Model): `_. Known values are: "SystemAssigned", "UserAssigned", and "None". :vartype type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ResourceIdentityType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ResourceIdentityType :ivar user_assigned_identities: The keys must be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. :vartype user_assigned_identities: dict[str, - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedServiceIdentityUserAssignedIdentitiesValue] + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedServiceIdentityUserAssignedIdentitiesValue] """ _validation = { @@ -4522,11 +4532,11 @@ def __init__( `_. Known values are: "SystemAssigned", "UserAssigned", and "None". :paramtype type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ResourceIdentityType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ResourceIdentityType :keyword user_assigned_identities: The keys must be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. :paramtype user_assigned_identities: dict[str, - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedServiceIdentityUserAssignedIdentitiesValue] + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedServiceIdentityUserAssignedIdentitiesValue] """ super().__init__(**kwargs) self.principal_id = None @@ -4540,7 +4550,7 @@ class ManagedClusterIngressProfile(_serialization.Model): :ivar web_app_routing: Web App Routing settings for the ingress profile. :vartype web_app_routing: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterIngressProfileWebAppRouting + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterIngressProfileWebAppRouting """ _attribute_map = { @@ -4553,7 +4563,7 @@ def __init__( """ :keyword web_app_routing: Web App Routing settings for the ingress profile. :paramtype web_app_routing: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterIngressProfileWebAppRouting + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterIngressProfileWebAppRouting """ super().__init__(**kwargs) self.web_app_routing = web_app_routing @@ -4574,7 +4584,7 @@ class ManagedClusterIngressProfileWebAppRouting(_serialization.Model): and get certificates from Azure Key Vault. See `this overview of the add-on `_ for more instructions. - :vartype identity: ~azure.mgmt.containerservice.v2023_04_02_preview.models.UserAssignedIdentity + :vartype identity: ~azure.mgmt.containerservice.v2023_05_02_preview.models.UserAssignedIdentity """ _validation = { @@ -4609,7 +4619,7 @@ class ManagedClusterListResult(_serialization.Model): Variables are only populated by the server, and will be ignored when sending a request. :ivar value: The list of managed clusters. - :vartype value: list[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedCluster] + :vartype value: list[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedCluster] :ivar next_link: The URL to get the next set of managed cluster results. :vartype next_link: str """ @@ -4626,7 +4636,7 @@ class ManagedClusterListResult(_serialization.Model): def __init__(self, *, value: Optional[List["_models.ManagedCluster"]] = None, **kwargs: Any) -> None: """ :keyword value: The list of managed clusters. - :paramtype value: list[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedCluster] + :paramtype value: list[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedCluster] """ super().__init__(**kwargs) self.value = value @@ -4638,17 +4648,17 @@ class ManagedClusterLoadBalancerProfile(_serialization.Model): :ivar managed_outbound_i_ps: Desired managed outbound IPs for the cluster load balancer. :vartype managed_outbound_i_ps: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterLoadBalancerProfileManagedOutboundIPs + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterLoadBalancerProfileManagedOutboundIPs :ivar outbound_ip_prefixes: Desired outbound IP Prefix resources for the cluster load balancer. :vartype outbound_ip_prefixes: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterLoadBalancerProfileOutboundIPPrefixes + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterLoadBalancerProfileOutboundIPPrefixes :ivar outbound_i_ps: Desired outbound IP resources for the cluster load balancer. :vartype outbound_i_ps: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterLoadBalancerProfileOutboundIPs + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterLoadBalancerProfileOutboundIPs :ivar effective_outbound_i_ps: The effective outbound IP resources of the cluster load balancer. :vartype effective_outbound_i_ps: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.ResourceReference] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.ResourceReference] :ivar allocated_outbound_ports: The desired number of allocated SNAT ports per VM. Allowed values are in the range of 0 to 64000 (inclusive). The default value is 0 which results in Azure dynamically allocating ports. @@ -4662,7 +4672,7 @@ class ManagedClusterLoadBalancerProfile(_serialization.Model): :ivar backend_pool_type: The type of the managed inbound Load Balancer BackendPool. Known values are: "NodeIPConfiguration" and "NodeIP". :vartype backend_pool_type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.BackendPoolType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.BackendPoolType """ _validation = { @@ -4703,18 +4713,18 @@ def __init__( """ :keyword managed_outbound_i_ps: Desired managed outbound IPs for the cluster load balancer. :paramtype managed_outbound_i_ps: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterLoadBalancerProfileManagedOutboundIPs + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterLoadBalancerProfileManagedOutboundIPs :keyword outbound_ip_prefixes: Desired outbound IP Prefix resources for the cluster load balancer. :paramtype outbound_ip_prefixes: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterLoadBalancerProfileOutboundIPPrefixes + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterLoadBalancerProfileOutboundIPPrefixes :keyword outbound_i_ps: Desired outbound IP resources for the cluster load balancer. :paramtype outbound_i_ps: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterLoadBalancerProfileOutboundIPs + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterLoadBalancerProfileOutboundIPs :keyword effective_outbound_i_ps: The effective outbound IP resources of the cluster load balancer. :paramtype effective_outbound_i_ps: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.ResourceReference] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.ResourceReference] :keyword allocated_outbound_ports: The desired number of allocated SNAT ports per VM. Allowed values are in the range of 0 to 64000 (inclusive). The default value is 0 which results in Azure dynamically allocating ports. @@ -4728,7 +4738,7 @@ def __init__( :keyword backend_pool_type: The type of the managed inbound Load Balancer BackendPool. Known values are: "NodeIPConfiguration" and "NodeIP". :paramtype backend_pool_type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.BackendPoolType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.BackendPoolType """ super().__init__(**kwargs) self.managed_outbound_i_ps = managed_outbound_i_ps @@ -4785,7 +4795,7 @@ class ManagedClusterLoadBalancerProfileOutboundIPPrefixes(_serialization.Model): :ivar public_ip_prefixes: A list of public IP prefix resources. :vartype public_ip_prefixes: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.ResourceReference] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.ResourceReference] """ _attribute_map = { @@ -4798,7 +4808,7 @@ def __init__( """ :keyword public_ip_prefixes: A list of public IP prefix resources. :paramtype public_ip_prefixes: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.ResourceReference] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.ResourceReference] """ super().__init__(**kwargs) self.public_ip_prefixes = public_ip_prefixes @@ -4809,7 +4819,7 @@ class ManagedClusterLoadBalancerProfileOutboundIPs(_serialization.Model): :ivar public_i_ps: A list of public IP resources. :vartype public_i_ps: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.ResourceReference] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.ResourceReference] """ _attribute_map = { @@ -4820,7 +4830,7 @@ def __init__(self, *, public_i_ps: Optional[List["_models.ResourceReference"]] = """ :keyword public_i_ps: A list of public IP resources. :paramtype public_i_ps: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.ResourceReference] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.ResourceReference] """ super().__init__(**kwargs) self.public_i_ps = public_i_ps @@ -4858,10 +4868,10 @@ class ManagedClusterNATGatewayProfile(_serialization.Model): :ivar managed_outbound_ip_profile: Profile of the managed outbound IP resources of the cluster NAT gateway. :vartype managed_outbound_ip_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterManagedOutboundIPProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterManagedOutboundIPProfile :ivar effective_outbound_i_ps: The effective outbound IP resources of the cluster NAT gateway. :vartype effective_outbound_i_ps: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.ResourceReference] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.ResourceReference] :ivar idle_timeout_in_minutes: Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 4 minutes. :vartype idle_timeout_in_minutes: int @@ -4892,11 +4902,11 @@ def __init__( :keyword managed_outbound_ip_profile: Profile of the managed outbound IP resources of the cluster NAT gateway. :paramtype managed_outbound_ip_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterManagedOutboundIPProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterManagedOutboundIPProfile :keyword effective_outbound_i_ps: The effective outbound IP resources of the cluster NAT gateway. :paramtype effective_outbound_i_ps: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.ResourceReference] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.ResourceReference] :keyword idle_timeout_in_minutes: Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 4 minutes. :paramtype idle_timeout_in_minutes: int @@ -4913,7 +4923,7 @@ class ManagedClusterNodeResourceGroupProfile(_serialization.Model): :ivar restriction_level: The restriction level applied to the cluster's node resource group. Known values are: "Unrestricted" and "ReadOnly". :vartype restriction_level: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.RestrictionLevel + ~azure.mgmt.containerservice.v2023_05_02_preview.models.RestrictionLevel """ _attribute_map = { @@ -4927,7 +4937,7 @@ def __init__( :keyword restriction_level: The restriction level applied to the cluster's node resource group. Known values are: "Unrestricted" and "ReadOnly". :paramtype restriction_level: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.RestrictionLevel + ~azure.mgmt.containerservice.v2023_05_02_preview.models.RestrictionLevel """ super().__init__(**kwargs) self.restriction_level = restriction_level @@ -4977,14 +4987,14 @@ class ManagedClusterPodIdentity(_serialization.Model): :ivar binding_selector: The binding selector to use for the AzureIdentityBinding resource. :vartype binding_selector: str :ivar identity: The user assigned identity details. Required. - :vartype identity: ~azure.mgmt.containerservice.v2023_04_02_preview.models.UserAssignedIdentity + :vartype identity: ~azure.mgmt.containerservice.v2023_05_02_preview.models.UserAssignedIdentity :ivar provisioning_state: The current provisioning state of the pod identity. Known values are: "Assigned", "Canceled", "Deleting", "Failed", "Succeeded", and "Updating". :vartype provisioning_state: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterPodIdentityProvisioningState + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterPodIdentityProvisioningState :ivar provisioning_info: :vartype provisioning_info: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterPodIdentityProvisioningInfo + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterPodIdentityProvisioningInfo """ _validation = { @@ -5022,7 +5032,7 @@ def __init__( :paramtype binding_selector: str :keyword identity: The user assigned identity details. Required. :paramtype identity: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.UserAssignedIdentity + ~azure.mgmt.containerservice.v2023_05_02_preview.models.UserAssignedIdentity """ super().__init__(**kwargs) self.name = name @@ -5089,10 +5099,10 @@ class ManagedClusterPodIdentityProfile(_serialization.Model): :vartype allow_network_plugin_kubenet: bool :ivar user_assigned_identities: The pod identities to use in the cluster. :vartype user_assigned_identities: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterPodIdentity] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterPodIdentity] :ivar user_assigned_identity_exceptions: The pod identity exceptions to allow. :vartype user_assigned_identity_exceptions: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterPodIdentityException] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterPodIdentityException] """ _attribute_map = { @@ -5125,10 +5135,10 @@ def __init__( :paramtype allow_network_plugin_kubenet: bool :keyword user_assigned_identities: The pod identities to use in the cluster. :paramtype user_assigned_identities: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterPodIdentity] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterPodIdentity] :keyword user_assigned_identity_exceptions: The pod identity exceptions to allow. :paramtype user_assigned_identity_exceptions: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterPodIdentityException] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterPodIdentityException] """ super().__init__(**kwargs) self.enabled = enabled @@ -5142,7 +5152,7 @@ class ManagedClusterPodIdentityProvisioningError(_serialization.Model): :ivar error: Details about the error. :vartype error: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterPodIdentityProvisioningErrorBody + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterPodIdentityProvisioningErrorBody """ _attribute_map = { @@ -5155,7 +5165,7 @@ def __init__( """ :keyword error: Details about the error. :paramtype error: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterPodIdentityProvisioningErrorBody + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterPodIdentityProvisioningErrorBody """ super().__init__(**kwargs) self.error = error @@ -5175,7 +5185,7 @@ class ManagedClusterPodIdentityProvisioningErrorBody(_serialization.Model): :vartype target: str :ivar details: A list of additional details about the error. :vartype details: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterPodIdentityProvisioningErrorBody] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterPodIdentityProvisioningErrorBody] """ _attribute_map = { @@ -5206,7 +5216,7 @@ def __init__( :paramtype target: str :keyword details: A list of additional details about the error. :paramtype details: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterPodIdentityProvisioningErrorBody] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterPodIdentityProvisioningErrorBody] """ super().__init__(**kwargs) self.code = code @@ -5220,7 +5230,7 @@ class ManagedClusterPodIdentityProvisioningInfo(_serialization.Model): :ivar error: Pod identity assignment error (if any). :vartype error: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterPodIdentityProvisioningError + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterPodIdentityProvisioningError """ _attribute_map = { @@ -5233,7 +5243,7 @@ def __init__( """ :keyword error: Pod identity assignment error (if any). :paramtype error: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterPodIdentityProvisioningError + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterPodIdentityProvisioningError """ super().__init__(**kwargs) self.error = error @@ -5250,10 +5260,10 @@ class ManagedClusterPoolUpgradeProfile(_serialization.Model): :vartype name: str :ivar os_type: The operating system type. The default is Linux. Known values are: "Linux" and "Windows". - :vartype os_type: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.OSType + :vartype os_type: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.OSType :ivar upgrades: List of orchestrator types and versions available for upgrade. :vartype upgrades: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterPoolUpgradeProfileUpgradesItem] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterPoolUpgradeProfileUpgradesItem] """ _validation = { @@ -5284,10 +5294,10 @@ def __init__( :paramtype name: str :keyword os_type: The operating system type. The default is Linux. Known values are: "Linux" and "Windows". - :paramtype os_type: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.OSType + :paramtype os_type: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.OSType :keyword upgrades: List of orchestrator types and versions available for upgrade. :paramtype upgrades: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterPoolUpgradeProfileUpgradesItem] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterPoolUpgradeProfileUpgradesItem] """ super().__init__(**kwargs) self.kubernetes_version = kubernetes_version @@ -5332,7 +5342,7 @@ class ManagedClusterPropertiesAutoScalerProfile(_serialization.Model): # pylint :ivar expander: If not specified, the default is 'random'. See `expanders `_ for more information. Known values are: "least-waste", "most-pods", "priority", and "random". - :vartype expander: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.Expander + :vartype expander: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.Expander :ivar max_empty_bulk_delete: The default is 10. :vartype max_empty_bulk_delete: str :ivar max_graceful_termination_sec: The default is 600. @@ -5422,7 +5432,7 @@ def __init__( :keyword expander: If not specified, the default is 'random'. See `expanders `_ for more information. Known values are: "least-waste", "most-pods", "priority", and "random". - :paramtype expander: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.Expander + :paramtype expander: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.Expander :keyword max_empty_bulk_delete: The default is 10. :paramtype max_empty_bulk_delete: str :keyword max_graceful_termination_sec: The default is 600. @@ -5492,12 +5502,12 @@ class ManagedClusterPropertiesForSnapshot(_serialization.Model): :ivar kubernetes_version: The current kubernetes version. :vartype kubernetes_version: str :ivar sku: The current managed cluster sku. - :vartype sku: ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSKU + :vartype sku: ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSKU :ivar enable_rbac: Whether the cluster has enabled Kubernetes Role-Based Access Control or not. :vartype enable_rbac: bool :ivar network_profile: The current network profile. :vartype network_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.NetworkProfileForSnapshot + ~azure.mgmt.containerservice.v2023_05_02_preview.models.NetworkProfileForSnapshot """ _validation = { @@ -5523,7 +5533,7 @@ def __init__( :keyword kubernetes_version: The current kubernetes version. :paramtype kubernetes_version: str :keyword sku: The current managed cluster sku. - :paramtype sku: ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSKU + :paramtype sku: ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSKU :keyword enable_rbac: Whether the cluster has enabled Kubernetes Role-Based Access Control or not. :paramtype enable_rbac: bool @@ -5540,25 +5550,25 @@ class ManagedClusterSecurityProfile(_serialization.Model): :ivar defender: Microsoft Defender settings for the security profile. :vartype defender: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSecurityProfileDefender + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSecurityProfileDefender :ivar azure_key_vault_kms: Azure Key Vault `key management service `_ settings for the security profile. :vartype azure_key_vault_kms: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.AzureKeyVaultKms + ~azure.mgmt.containerservice.v2023_05_02_preview.models.AzureKeyVaultKms :ivar workload_identity: Workload identity settings for the security profile. Workload identity enables Kubernetes applications to access Azure cloud resources securely with Azure AD. See https://aka.ms/aks/wi for more details. :vartype workload_identity: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSecurityProfileWorkloadIdentity + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSecurityProfileWorkloadIdentity :ivar image_cleaner: Image Cleaner settings for the security profile. :vartype image_cleaner: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSecurityProfileImageCleaner + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSecurityProfileImageCleaner :ivar node_restriction: `Node Restriction `_ settings for the security profile. :vartype node_restriction: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSecurityProfileNodeRestriction + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSecurityProfileNodeRestriction :ivar custom_ca_trust_certificates: A list of up to 10 base64 encoded CAs that will be added to the trust store on nodes with the Custom CA Trust feature enabled. For more information see `Custom CA Trust Certificates @@ -5593,25 +5603,25 @@ def __init__( """ :keyword defender: Microsoft Defender settings for the security profile. :paramtype defender: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSecurityProfileDefender + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSecurityProfileDefender :keyword azure_key_vault_kms: Azure Key Vault `key management service `_ settings for the security profile. :paramtype azure_key_vault_kms: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.AzureKeyVaultKms + ~azure.mgmt.containerservice.v2023_05_02_preview.models.AzureKeyVaultKms :keyword workload_identity: Workload identity settings for the security profile. Workload identity enables Kubernetes applications to access Azure cloud resources securely with Azure AD. See https://aka.ms/aks/wi for more details. :paramtype workload_identity: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSecurityProfileWorkloadIdentity + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSecurityProfileWorkloadIdentity :keyword image_cleaner: Image Cleaner settings for the security profile. :paramtype image_cleaner: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSecurityProfileImageCleaner + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSecurityProfileImageCleaner :keyword node_restriction: `Node Restriction `_ settings for the security profile. :paramtype node_restriction: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSecurityProfileNodeRestriction + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSecurityProfileNodeRestriction :keyword custom_ca_trust_certificates: A list of up to 10 base64 encoded CAs that will be added to the trust store on nodes with the Custom CA Trust feature enabled. For more information see `Custom CA Trust Certificates @@ -5638,7 +5648,7 @@ class ManagedClusterSecurityProfileDefender(_serialization.Model): :ivar security_monitoring: Microsoft Defender threat detection for Cloud settings for the security profile. :vartype security_monitoring: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSecurityProfileDefenderSecurityMonitoring + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSecurityProfileDefenderSecurityMonitoring """ _attribute_map = { @@ -5665,7 +5675,7 @@ def __init__( :keyword security_monitoring: Microsoft Defender threat detection for Cloud settings for the security profile. :paramtype security_monitoring: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSecurityProfileDefenderSecurityMonitoring + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSecurityProfileDefenderSecurityMonitoring """ super().__init__(**kwargs) self.log_analytics_workspace_resource_id = log_analytics_workspace_resource_id @@ -5797,12 +5807,12 @@ class ManagedClusterSKU(_serialization.Model): :ivar name: The name of a managed cluster SKU. "Base" :vartype name: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSKUName + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSKUName :ivar tier: If not specified, the default is 'Free'. See `AKS Pricing Tier `_ for more details. Known values are: "Premium", "Standard", and "Free". :vartype tier: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSKUTier + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSKUTier """ _attribute_map = { @@ -5820,12 +5830,12 @@ def __init__( """ :keyword name: The name of a managed cluster SKU. "Base" :paramtype name: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSKUName + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSKUName :keyword tier: If not specified, the default is 'Free'. See `AKS Pricing Tier `_ for more details. Known values are: "Premium", "Standard", and "Free". :paramtype tier: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSKUTier + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSKUTier """ super().__init__(**kwargs) self.name = name @@ -5849,22 +5859,22 @@ class ManagedClusterSnapshot(TrackedResource): :vartype type: str :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information. - :vartype system_data: ~azure.mgmt.containerservice.v2023_04_02_preview.models.SystemData + :vartype system_data: ~azure.mgmt.containerservice.v2023_05_02_preview.models.SystemData :ivar tags: Resource tags. :vartype tags: dict[str, str] :ivar location: The geo-location where the resource lives. Required. :vartype location: str :ivar creation_data: CreationData to be used to specify the source resource ID to create this snapshot. - :vartype creation_data: ~azure.mgmt.containerservice.v2023_04_02_preview.models.CreationData + :vartype creation_data: ~azure.mgmt.containerservice.v2023_05_02_preview.models.CreationData :ivar snapshot_type: The type of a snapshot. The default is NodePool. Known values are: "NodePool" and "ManagedCluster". :vartype snapshot_type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.SnapshotType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.SnapshotType :ivar managed_cluster_properties_read_only: What the properties will be showed when getting managed cluster snapshot. Those properties are read-only. :vartype managed_cluster_properties_read_only: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterPropertiesForSnapshot + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterPropertiesForSnapshot """ _validation = { @@ -5907,11 +5917,11 @@ def __init__( :paramtype location: str :keyword creation_data: CreationData to be used to specify the source resource ID to create this snapshot. - :paramtype creation_data: ~azure.mgmt.containerservice.v2023_04_02_preview.models.CreationData + :paramtype creation_data: ~azure.mgmt.containerservice.v2023_05_02_preview.models.CreationData :keyword snapshot_type: The type of a snapshot. The default is NodePool. Known values are: "NodePool" and "ManagedCluster". :paramtype snapshot_type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.SnapshotType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.SnapshotType """ super().__init__(tags=tags, location=location, **kwargs) self.creation_data = creation_data @@ -5926,7 +5936,7 @@ class ManagedClusterSnapshotListResult(_serialization.Model): :ivar value: The list of managed cluster snapshots. :vartype value: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSnapshot] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSnapshot] :ivar next_link: The URL to get the next set of managed cluster snapshot results. :vartype next_link: str """ @@ -5944,7 +5954,7 @@ def __init__(self, *, value: Optional[List["_models.ManagedClusterSnapshot"]] = """ :keyword value: The list of managed cluster snapshots. :paramtype value: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSnapshot] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSnapshot] """ super().__init__(**kwargs) self.value = value @@ -5956,16 +5966,16 @@ class ManagedClusterStorageProfile(_serialization.Model): :ivar disk_csi_driver: AzureDisk CSI Driver settings for the storage profile. :vartype disk_csi_driver: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterStorageProfileDiskCSIDriver + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterStorageProfileDiskCSIDriver :ivar file_csi_driver: AzureFile CSI Driver settings for the storage profile. :vartype file_csi_driver: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterStorageProfileFileCSIDriver + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterStorageProfileFileCSIDriver :ivar snapshot_controller: Snapshot Controller settings for the storage profile. :vartype snapshot_controller: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterStorageProfileSnapshotController + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterStorageProfileSnapshotController :ivar blob_csi_driver: AzureBlob CSI Driver settings for the storage profile. :vartype blob_csi_driver: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterStorageProfileBlobCSIDriver + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterStorageProfileBlobCSIDriver """ _attribute_map = { @@ -5987,16 +5997,16 @@ def __init__( """ :keyword disk_csi_driver: AzureDisk CSI Driver settings for the storage profile. :paramtype disk_csi_driver: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterStorageProfileDiskCSIDriver + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterStorageProfileDiskCSIDriver :keyword file_csi_driver: AzureFile CSI Driver settings for the storage profile. :paramtype file_csi_driver: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterStorageProfileFileCSIDriver + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterStorageProfileFileCSIDriver :keyword snapshot_controller: Snapshot Controller settings for the storage profile. :paramtype snapshot_controller: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterStorageProfileSnapshotController + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterStorageProfileSnapshotController :keyword blob_csi_driver: AzureBlob CSI Driver settings for the storage profile. :paramtype blob_csi_driver: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterStorageProfileBlobCSIDriver + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterStorageProfileBlobCSIDriver """ super().__init__(**kwargs) self.disk_csi_driver = disk_csi_driver @@ -6107,10 +6117,10 @@ class ManagedClusterUpgradeProfile(_serialization.Model): :ivar control_plane_profile: The list of available upgrade versions for the control plane. Required. :vartype control_plane_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterPoolUpgradeProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterPoolUpgradeProfile :ivar agent_pool_profiles: The list of available upgrade versions for agent pools. Required. :vartype agent_pool_profiles: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterPoolUpgradeProfile] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterPoolUpgradeProfile] """ _validation = { @@ -6140,10 +6150,10 @@ def __init__( :keyword control_plane_profile: The list of available upgrade versions for the control plane. Required. :paramtype control_plane_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterPoolUpgradeProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterPoolUpgradeProfile :keyword agent_pool_profiles: The list of available upgrade versions for agent pools. Required. :paramtype agent_pool_profiles: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterPoolUpgradeProfile] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterPoolUpgradeProfile] """ super().__init__(**kwargs) self.id = None @@ -6178,13 +6188,13 @@ class ManagedClusterWindowsProfile(_serialization.Model): `_ for more details. Known values are: "None" and "Windows_Server". :vartype license_type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.LicenseType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.LicenseType :ivar enable_csi_proxy: For more details on CSI proxy, see the `CSI proxy GitHub repo `_. :vartype enable_csi_proxy: bool :ivar gmsa_profile: The Windows gMSA Profile in the Managed Cluster. :vartype gmsa_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.WindowsGmsaProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.WindowsGmsaProfile """ _validation = { @@ -6230,13 +6240,13 @@ def __init__( `_ for more details. Known values are: "None" and "Windows_Server". :paramtype license_type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.LicenseType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.LicenseType :keyword enable_csi_proxy: For more details on CSI proxy, see the `CSI proxy GitHub repo `_. :paramtype enable_csi_proxy: bool :keyword gmsa_profile: The Windows gMSA Profile in the Managed Cluster. :paramtype gmsa_profile: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.WindowsGmsaProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.WindowsGmsaProfile """ super().__init__(**kwargs) self.admin_username = admin_username @@ -6252,10 +6262,10 @@ class ManagedClusterWorkloadAutoScalerProfile(_serialization.Model): :ivar keda: KEDA (Kubernetes Event-driven Autoscaling) settings for the workload auto-scaler profile. :vartype keda: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterWorkloadAutoScalerProfileKeda + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterWorkloadAutoScalerProfileKeda :ivar vertical_pod_autoscaler: :vartype vertical_pod_autoscaler: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler """ _attribute_map = { @@ -6279,10 +6289,10 @@ def __init__( :keyword keda: KEDA (Kubernetes Event-driven Autoscaling) settings for the workload auto-scaler profile. :paramtype keda: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterWorkloadAutoScalerProfileKeda + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterWorkloadAutoScalerProfileKeda :keyword vertical_pod_autoscaler: :paramtype vertical_pod_autoscaler: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler """ super().__init__(**kwargs) self.keda = keda @@ -6325,13 +6335,13 @@ class ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler(_serializatio :ivar controlled_values: Controls which resource value autoscaler will change. Default value is RequestsAndLimits. Known values are: "RequestsAndLimits" and "RequestsOnly". :vartype controlled_values: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ControlledValues + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ControlledValues :ivar update_mode: Each update mode level is a superset of the lower levels. Off None: self.client_id = None +class NetworkMonitoring(_serialization.Model): + """This addon can be used to configure network monitoring and generate network monitoring data in + Prometheus format. + + :ivar enabled: Enable or disable the network monitoring plugin on the cluster. + :vartype enabled: bool + """ + + _attribute_map = { + "enabled": {"key": "enabled", "type": "bool"}, + } + + def __init__(self, *, enabled: Optional[bool] = None, **kwargs: Any) -> None: + """ + :keyword enabled: Enable or disable the network monitoring plugin on the cluster. + :paramtype enabled: bool + """ + super().__init__(**kwargs) + self.enabled = enabled + + class NetworkProfileForSnapshot(_serialization.Model): """network profile for managed cluster snapshot, these properties are read only. :ivar network_plugin: networkPlugin for managed cluster snapshot. Known values are: "azure", "kubenet", and "none". :vartype network_plugin: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.NetworkPlugin + ~azure.mgmt.containerservice.v2023_05_02_preview.models.NetworkPlugin :ivar network_plugin_mode: NetworkPluginMode for managed cluster snapshot. "overlay" :vartype network_plugin_mode: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.NetworkPluginMode + ~azure.mgmt.containerservice.v2023_05_02_preview.models.NetworkPluginMode :ivar network_policy: networkPolicy for managed cluster snapshot. Known values are: "calico", "azure", and "cilium". :vartype network_policy: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.NetworkPolicy + ~azure.mgmt.containerservice.v2023_05_02_preview.models.NetworkPolicy :ivar network_mode: networkMode for managed cluster snapshot. Known values are: "transparent" and "bridge". :vartype network_mode: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.NetworkMode + ~azure.mgmt.containerservice.v2023_05_02_preview.models.NetworkMode :ivar load_balancer_sku: loadBalancerSku for managed cluster snapshot. Known values are: "standard" and "basic". :vartype load_balancer_sku: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.LoadBalancerSku + ~azure.mgmt.containerservice.v2023_05_02_preview.models.LoadBalancerSku """ _attribute_map = { @@ -6449,22 +6480,22 @@ def __init__( :keyword network_plugin: networkPlugin for managed cluster snapshot. Known values are: "azure", "kubenet", and "none". :paramtype network_plugin: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.NetworkPlugin + ~azure.mgmt.containerservice.v2023_05_02_preview.models.NetworkPlugin :keyword network_plugin_mode: NetworkPluginMode for managed cluster snapshot. "overlay" :paramtype network_plugin_mode: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.NetworkPluginMode + ~azure.mgmt.containerservice.v2023_05_02_preview.models.NetworkPluginMode :keyword network_policy: networkPolicy for managed cluster snapshot. Known values are: "calico", "azure", and "cilium". :paramtype network_policy: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.NetworkPolicy + ~azure.mgmt.containerservice.v2023_05_02_preview.models.NetworkPolicy :keyword network_mode: networkMode for managed cluster snapshot. Known values are: "transparent" and "bridge". :paramtype network_mode: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.NetworkMode + ~azure.mgmt.containerservice.v2023_05_02_preview.models.NetworkMode :keyword load_balancer_sku: loadBalancerSku for managed cluster snapshot. Known values are: "standard" and "basic". :paramtype load_balancer_sku: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.LoadBalancerSku + ~azure.mgmt.containerservice.v2023_05_02_preview.models.LoadBalancerSku """ super().__init__(**kwargs) self.network_plugin = network_plugin @@ -6480,7 +6511,7 @@ class OperationListResult(_serialization.Model): Variables are only populated by the server, and will be ignored when sending a request. :ivar value: The list of operations. - :vartype value: list[~azure.mgmt.containerservice.v2023_04_02_preview.models.OperationValue] + :vartype value: list[~azure.mgmt.containerservice.v2023_05_02_preview.models.OperationValue] """ _validation = { @@ -6560,7 +6591,7 @@ class OSOptionProfile(_serialization.Model): :vartype type: str :ivar os_option_property_list: The list of OS options. Required. :vartype os_option_property_list: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.OSOptionProperty] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.OSOptionProperty] """ _validation = { @@ -6581,7 +6612,7 @@ def __init__(self, *, os_option_property_list: List["_models.OSOptionProperty"], """ :keyword os_option_property_list: The list of OS options. Required. :paramtype os_option_property_list: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.OSOptionProperty] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.OSOptionProperty] """ super().__init__(**kwargs) self.id = None @@ -6631,7 +6662,7 @@ class OutboundEnvironmentEndpoint(_serialization.Model): :vartype category: str :ivar endpoints: The endpoints that AKS agent nodes connect to. :vartype endpoints: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.EndpointDependency] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.EndpointDependency] """ _attribute_map = { @@ -6652,7 +6683,7 @@ def __init__( :paramtype category: str :keyword endpoints: The endpoints that AKS agent nodes connect to. :paramtype endpoints: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.EndpointDependency] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.EndpointDependency] """ super().__init__(**kwargs) self.category = category @@ -6668,7 +6699,7 @@ class OutboundEnvironmentEndpointCollection(_serialization.Model): :ivar value: Collection of resources. Required. :vartype value: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.OutboundEnvironmentEndpoint] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.OutboundEnvironmentEndpoint] :ivar next_link: Link to next page of resources. :vartype next_link: str """ @@ -6687,7 +6718,7 @@ def __init__(self, *, value: List["_models.OutboundEnvironmentEndpoint"], **kwar """ :keyword value: Collection of resources. Required. :paramtype value: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.OutboundEnvironmentEndpoint] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.OutboundEnvironmentEndpoint] """ super().__init__(**kwargs) self.value = value @@ -6704,7 +6735,7 @@ class PortRange(_serialization.Model): 65535, and be greater than or equal to portStart. :vartype port_end: int :ivar protocol: The network protocol of the port. Known values are: "TCP" and "UDP". - :vartype protocol: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.Protocol + :vartype protocol: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.Protocol """ _validation = { @@ -6734,7 +6765,7 @@ def __init__( to 65535, and be greater than or equal to portStart. :paramtype port_end: int :keyword protocol: The network protocol of the port. Known values are: "TCP" and "UDP". - :paramtype protocol: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.Protocol + :paramtype protocol: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.Protocol """ super().__init__(**kwargs) self.port_start = port_start @@ -6747,7 +6778,7 @@ class PowerState(_serialization.Model): :ivar code: Tells whether the cluster is Running or Stopped. Known values are: "Running" and "Stopped". - :vartype code: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.Code + :vartype code: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.Code """ _attribute_map = { @@ -6758,7 +6789,7 @@ def __init__(self, *, code: Optional[Union[str, "_models.Code"]] = None, **kwarg """ :keyword code: Tells whether the cluster is Running or Stopped. Known values are: "Running" and "Stopped". - :paramtype code: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.Code + :paramtype code: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.Code """ super().__init__(**kwargs) self.code = code @@ -6798,14 +6829,14 @@ class PrivateEndpointConnection(_serialization.Model): :ivar provisioning_state: The current provisioning state. Known values are: "Canceled", "Creating", "Deleting", "Failed", and "Succeeded". :vartype provisioning_state: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateEndpointConnectionProvisioningState + ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateEndpointConnectionProvisioningState :ivar private_endpoint: The resource of private endpoint. :vartype private_endpoint: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateEndpoint + ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateEndpoint :ivar private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider. :vartype private_link_service_connection_state: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateLinkServiceConnectionState + ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateLinkServiceConnectionState """ _validation = { @@ -6837,11 +6868,11 @@ def __init__( """ :keyword private_endpoint: The resource of private endpoint. :paramtype private_endpoint: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateEndpoint + ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateEndpoint :keyword private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider. :paramtype private_link_service_connection_state: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateLinkServiceConnectionState + ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateLinkServiceConnectionState """ super().__init__(**kwargs) self.id = None @@ -6857,7 +6888,7 @@ class PrivateEndpointConnectionListResult(_serialization.Model): :ivar value: The collection value. :vartype value: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateEndpointConnection] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateEndpointConnection] """ _attribute_map = { @@ -6868,7 +6899,7 @@ def __init__(self, *, value: Optional[List["_models.PrivateEndpointConnection"]] """ :keyword value: The collection value. :paramtype value: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateEndpointConnection] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateEndpointConnection] """ super().__init__(**kwargs) self.value = value @@ -6943,7 +6974,7 @@ class PrivateLinkResourcesListResult(_serialization.Model): :ivar value: The collection value. :vartype value: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateLinkResource] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateLinkResource] """ _attribute_map = { @@ -6954,7 +6985,7 @@ def __init__(self, *, value: Optional[List["_models.PrivateLinkResource"]] = Non """ :keyword value: The collection value. :paramtype value: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateLinkResource] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateLinkResource] """ super().__init__(**kwargs) self.value = value @@ -6966,7 +6997,7 @@ class PrivateLinkServiceConnectionState(_serialization.Model): :ivar status: The private link service connection status. Known values are: "Pending", "Approved", "Rejected", and "Disconnected". :vartype status: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ConnectionStatus + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ConnectionStatus :ivar description: The private link service connection description. :vartype description: str """ @@ -6987,7 +7018,7 @@ def __init__( :keyword status: The private link service connection status. Known values are: "Pending", "Approved", "Rejected", and "Disconnected". :paramtype status: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ConnectionStatus + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ConnectionStatus :keyword description: The private link service connection description. :paramtype description: str """ @@ -7008,10 +7039,10 @@ class RelativeMonthlySchedule(_serialization.Model): :ivar week_index: Specifies on which instance of the allowed days specified in daysOfWeek the maintenance occurs. Required. Known values are: "First", "Second", "Third", "Fourth", and "Last". - :vartype week_index: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.Type + :vartype week_index: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.Type :ivar day_of_week: Specifies on which day of the week the maintenance occurs. Required. Known values are: "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", and "Saturday". - :vartype day_of_week: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.WeekDay + :vartype day_of_week: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.WeekDay """ _validation = { @@ -7041,11 +7072,11 @@ def __init__( :keyword week_index: Specifies on which instance of the allowed days specified in daysOfWeek the maintenance occurs. Required. Known values are: "First", "Second", "Third", "Fourth", and "Last". - :paramtype week_index: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.Type + :paramtype week_index: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.Type :keyword day_of_week: Specifies on which day of the week the maintenance occurs. Required. Known values are: "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", and "Saturday". - :paramtype day_of_week: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.WeekDay + :paramtype day_of_week: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.WeekDay """ super().__init__(**kwargs) self.interval_months = interval_months @@ -7171,17 +7202,17 @@ class Schedule(_serialization.Model): 'absoluteMonthly' or 'relativeMonthly' for your maintenance schedule. :ivar daily: For schedules like: 'recur every day' or 'recur every 3 days'. - :vartype daily: ~azure.mgmt.containerservice.v2023_04_02_preview.models.DailySchedule + :vartype daily: ~azure.mgmt.containerservice.v2023_05_02_preview.models.DailySchedule :ivar weekly: For schedules like: 'recur every Monday' or 'recur every 3 weeks on Wednesday'. - :vartype weekly: ~azure.mgmt.containerservice.v2023_04_02_preview.models.WeeklySchedule + :vartype weekly: ~azure.mgmt.containerservice.v2023_05_02_preview.models.WeeklySchedule :ivar absolute_monthly: For schedules like: 'recur every month on the 15th' or 'recur every 3 months on the 20th'. :vartype absolute_monthly: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.AbsoluteMonthlySchedule + ~azure.mgmt.containerservice.v2023_05_02_preview.models.AbsoluteMonthlySchedule :ivar relative_monthly: For schedules like: 'recur every month on the first Monday' or 'recur every 3 months on last Friday'. :vartype relative_monthly: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.RelativeMonthlySchedule + ~azure.mgmt.containerservice.v2023_05_02_preview.models.RelativeMonthlySchedule """ _attribute_map = { @@ -7202,18 +7233,18 @@ def __init__( ) -> None: """ :keyword daily: For schedules like: 'recur every day' or 'recur every 3 days'. - :paramtype daily: ~azure.mgmt.containerservice.v2023_04_02_preview.models.DailySchedule + :paramtype daily: ~azure.mgmt.containerservice.v2023_05_02_preview.models.DailySchedule :keyword weekly: For schedules like: 'recur every Monday' or 'recur every 3 weeks on Wednesday'. - :paramtype weekly: ~azure.mgmt.containerservice.v2023_04_02_preview.models.WeeklySchedule + :paramtype weekly: ~azure.mgmt.containerservice.v2023_05_02_preview.models.WeeklySchedule :keyword absolute_monthly: For schedules like: 'recur every month on the 15th' or 'recur every 3 months on the 20th'. :paramtype absolute_monthly: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.AbsoluteMonthlySchedule + ~azure.mgmt.containerservice.v2023_05_02_preview.models.AbsoluteMonthlySchedule :keyword relative_monthly: For schedules like: 'recur every month on the first Monday' or 'recur every 3 months on last Friday'. :paramtype relative_monthly: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.RelativeMonthlySchedule + ~azure.mgmt.containerservice.v2023_05_02_preview.models.RelativeMonthlySchedule """ super().__init__(**kwargs) self.daily = daily @@ -7228,9 +7259,9 @@ class ServiceMeshProfile(_serialization.Model): All required parameters must be populated in order to send to Azure. :ivar mode: Mode of the service mesh. Required. Known values are: "Istio" and "Disabled". - :vartype mode: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.ServiceMeshMode + :vartype mode: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.ServiceMeshMode :ivar istio: Istio service mesh configuration. - :vartype istio: ~azure.mgmt.containerservice.v2023_04_02_preview.models.IstioServiceMesh + :vartype istio: ~azure.mgmt.containerservice.v2023_05_02_preview.models.IstioServiceMesh """ _validation = { @@ -7251,9 +7282,9 @@ def __init__( ) -> None: """ :keyword mode: Mode of the service mesh. Required. Known values are: "Istio" and "Disabled". - :paramtype mode: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.ServiceMeshMode + :paramtype mode: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.ServiceMeshMode :keyword istio: Istio service mesh configuration. - :paramtype istio: ~azure.mgmt.containerservice.v2023_04_02_preview.models.IstioServiceMesh + :paramtype istio: ~azure.mgmt.containerservice.v2023_05_02_preview.models.IstioServiceMesh """ super().__init__(**kwargs) self.mode = mode @@ -7277,30 +7308,30 @@ class Snapshot(TrackedResource): # pylint: disable=too-many-instance-attributes :vartype type: str :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information. - :vartype system_data: ~azure.mgmt.containerservice.v2023_04_02_preview.models.SystemData + :vartype system_data: ~azure.mgmt.containerservice.v2023_05_02_preview.models.SystemData :ivar tags: Resource tags. :vartype tags: dict[str, str] :ivar location: The geo-location where the resource lives. Required. :vartype location: str :ivar creation_data: CreationData to be used to specify the source agent pool resource ID to create this snapshot. - :vartype creation_data: ~azure.mgmt.containerservice.v2023_04_02_preview.models.CreationData + :vartype creation_data: ~azure.mgmt.containerservice.v2023_05_02_preview.models.CreationData :ivar snapshot_type: The type of a snapshot. The default is NodePool. Known values are: "NodePool" and "ManagedCluster". :vartype snapshot_type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.SnapshotType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.SnapshotType :ivar kubernetes_version: The version of Kubernetes. :vartype kubernetes_version: str :ivar node_image_version: The version of node image. :vartype node_image_version: str :ivar os_type: The operating system type. The default is Linux. Known values are: "Linux" and "Windows". - :vartype os_type: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.OSType + :vartype os_type: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.OSType :ivar os_sku: Specifies the OS SKU used by the agent pool. If not specified, the default is Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be changed to Windows2022 after Windows2019 is deprecated. Known values are: "Ubuntu", "Mariner", "AzureLinux", "CBLMariner", "Windows2019", and "Windows2022". - :vartype os_sku: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.OSSKU + :vartype os_sku: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.OSSKU :ivar vm_size: The size of the VM. :vartype vm_size: str :ivar enable_fips: Whether to use a FIPS-enabled OS. @@ -7354,11 +7385,11 @@ def __init__( :paramtype location: str :keyword creation_data: CreationData to be used to specify the source agent pool resource ID to create this snapshot. - :paramtype creation_data: ~azure.mgmt.containerservice.v2023_04_02_preview.models.CreationData + :paramtype creation_data: ~azure.mgmt.containerservice.v2023_05_02_preview.models.CreationData :keyword snapshot_type: The type of a snapshot. The default is NodePool. Known values are: "NodePool" and "ManagedCluster". :paramtype snapshot_type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.SnapshotType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.SnapshotType """ super().__init__(tags=tags, location=location, **kwargs) self.creation_data = creation_data @@ -7377,7 +7408,7 @@ class SnapshotListResult(_serialization.Model): Variables are only populated by the server, and will be ignored when sending a request. :ivar value: The list of snapshots. - :vartype value: list[~azure.mgmt.containerservice.v2023_04_02_preview.models.Snapshot] + :vartype value: list[~azure.mgmt.containerservice.v2023_05_02_preview.models.Snapshot] :ivar next_link: The URL to get the next set of snapshot results. :vartype next_link: str """ @@ -7394,7 +7425,7 @@ class SnapshotListResult(_serialization.Model): def __init__(self, *, value: Optional[List["_models.Snapshot"]] = None, **kwargs: Any) -> None: """ :keyword value: The list of snapshots. - :paramtype value: list[~azure.mgmt.containerservice.v2023_04_02_preview.models.Snapshot] + :paramtype value: list[~azure.mgmt.containerservice.v2023_05_02_preview.models.Snapshot] """ super().__init__(**kwargs) self.value = value @@ -7623,7 +7654,7 @@ class SystemData(_serialization.Model): :ivar created_by_type: The type of identity that created the resource. Known values are: "User", "Application", "ManagedIdentity", and "Key". :vartype created_by_type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.CreatedByType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.CreatedByType :ivar created_at: The timestamp of resource creation (UTC). :vartype created_at: ~datetime.datetime :ivar last_modified_by: The identity that last modified the resource. @@ -7631,7 +7662,7 @@ class SystemData(_serialization.Model): :ivar last_modified_by_type: The type of identity that last modified the resource. Known values are: "User", "Application", "ManagedIdentity", and "Key". :vartype last_modified_by_type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.CreatedByType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.CreatedByType :ivar last_modified_at: The timestamp of resource last modification (UTC). :vartype last_modified_at: ~datetime.datetime """ @@ -7662,7 +7693,7 @@ def __init__( :keyword created_by_type: The type of identity that created the resource. Known values are: "User", "Application", "ManagedIdentity", and "Key". :paramtype created_by_type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.CreatedByType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.CreatedByType :keyword created_at: The timestamp of resource creation (UTC). :paramtype created_at: ~datetime.datetime :keyword last_modified_by: The identity that last modified the resource. @@ -7670,7 +7701,7 @@ def __init__( :keyword last_modified_by_type: The type of identity that last modified the resource. Known values are: "User", "Application", "ManagedIdentity", and "Key". :paramtype last_modified_by_type: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.CreatedByType + ~azure.mgmt.containerservice.v2023_05_02_preview.models.CreatedByType :keyword last_modified_at: The timestamp of resource last modification (UTC). :paramtype last_modified_at: ~datetime.datetime """ @@ -7708,7 +7739,7 @@ class TimeInWeek(_serialization.Model): :ivar day: The day of the week. Known values are: "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", and "Saturday". - :vartype day: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.WeekDay + :vartype day: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.WeekDay :ivar hour_slots: Each integer hour represents a time range beginning at 0m after the hour ending at the next hour (non-inclusive). 0 corresponds to 00:00 UTC, 23 corresponds to 23:00 UTC. Specifying [0, 1] means the 00:00 - 02:00 UTC time range. @@ -7730,7 +7761,7 @@ def __init__( """ :keyword day: The day of the week. Known values are: "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", and "Saturday". - :paramtype day: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.WeekDay + :paramtype day: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.WeekDay :keyword hour_slots: Each integer hour represents a time range beginning at 0m after the hour ending at the next hour (non-inclusive). 0 corresponds to 00:00 UTC, 23 corresponds to 23:00 UTC. Specifying [0, 1] means the 00:00 - 02:00 UTC time range. @@ -7782,7 +7813,7 @@ class TrustedAccessRole(_serialization.Model): Role `_. :vartype rules: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.TrustedAccessRoleRule] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.TrustedAccessRoleRule] """ _validation = { @@ -7822,11 +7853,11 @@ class TrustedAccessRoleBinding(Resource): :vartype type: str :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information. - :vartype system_data: ~azure.mgmt.containerservice.v2023_04_02_preview.models.SystemData + :vartype system_data: ~azure.mgmt.containerservice.v2023_05_02_preview.models.SystemData :ivar provisioning_state: The current provisioning state of trusted access role binding. Known values are: "Canceled", "Deleting", "Failed", "Succeeded", and "Updating". :vartype provisioning_state: str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.TrustedAccessRoleBindingProvisioningState + ~azure.mgmt.containerservice.v2023_05_02_preview.models.TrustedAccessRoleBindingProvisioningState :ivar source_resource_id: The ARM resource ID of source resource that trusted access is configured for. Required. :vartype source_resource_id: str @@ -7877,7 +7908,7 @@ class TrustedAccessRoleBindingListResult(_serialization.Model): :ivar value: Role binding list. :vartype value: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.TrustedAccessRoleBinding] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.TrustedAccessRoleBinding] :ivar next_link: Link to next page of resources. :vartype next_link: str """ @@ -7895,7 +7926,7 @@ def __init__(self, *, value: Optional[List["_models.TrustedAccessRoleBinding"]] """ :keyword value: Role binding list. :paramtype value: - list[~azure.mgmt.containerservice.v2023_04_02_preview.models.TrustedAccessRoleBinding] + list[~azure.mgmt.containerservice.v2023_05_02_preview.models.TrustedAccessRoleBinding] """ super().__init__(**kwargs) self.value = value @@ -7908,7 +7939,7 @@ class TrustedAccessRoleListResult(_serialization.Model): Variables are only populated by the server, and will be ignored when sending a request. :ivar value: Role list. - :vartype value: list[~azure.mgmt.containerservice.v2023_04_02_preview.models.TrustedAccessRole] + :vartype value: list[~azure.mgmt.containerservice.v2023_05_02_preview.models.TrustedAccessRole] :ivar next_link: Link to next page of resources. :vartype next_link: str """ @@ -7979,7 +8010,7 @@ class UpgradeOverrideSettings(_serialization.Model): :ivar control_plane_overrides: List of upgrade overrides when upgrading a cluster's control plane. :vartype control_plane_overrides: list[str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ControlPlaneUpgradeOverride] + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ControlPlaneUpgradeOverride] :ivar until: Until when the overrides are effective. Note that this only matches the start time of an upgrade, and the effectiveness won't change once an upgrade starts even if the ``until`` expires as upgrade proceeds. This field is not set by default. It must be set for the overrides @@ -8003,7 +8034,7 @@ def __init__( :keyword control_plane_overrides: List of upgrade overrides when upgrading a cluster's control plane. :paramtype control_plane_overrides: list[str or - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ControlPlaneUpgradeOverride] + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ControlPlaneUpgradeOverride] :keyword until: Until when the overrides are effective. Note that this only matches the start time of an upgrade, and the effectiveness won't change once an upgrade starts even if the ``until`` expires as upgrade proceeds. This field is not set by default. It must be set for the @@ -8024,7 +8055,7 @@ class WeeklySchedule(_serialization.Model): :vartype interval_weeks: int :ivar day_of_week: Specifies on which day of the week the maintenance occurs. Required. Known values are: "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", and "Saturday". - :vartype day_of_week: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.WeekDay + :vartype day_of_week: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.WeekDay """ _validation = { @@ -8045,7 +8076,7 @@ def __init__(self, *, interval_weeks: int, day_of_week: Union[str, "_models.Week :keyword day_of_week: Specifies on which day of the week the maintenance occurs. Required. Known values are: "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", and "Saturday". - :paramtype day_of_week: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.WeekDay + :paramtype day_of_week: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.WeekDay """ super().__init__(**kwargs) self.interval_weeks = interval_weeks diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/models/_patch.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/models/_patch.py similarity index 100% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/models/_patch.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/models/_patch.py diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/__init__.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/__init__.py similarity index 100% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/__init__.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/__init__.py diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_agent_pools_operations.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_agent_pools_operations.py similarity index 97% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_agent_pools_operations.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_agent_pools_operations.py index 0bb53ae537d..1d2e4afff1d 100755 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_agent_pools_operations.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_agent_pools_operations.py @@ -6,6 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- +from io import IOBase from typing import Any, Callable, Dict, IO, Iterable, Optional, TypeVar, Union, cast, overload import urllib.parse @@ -44,7 +45,7 @@ def build_abort_latest_operation_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -87,7 +88,7 @@ def build_list_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -127,7 +128,7 @@ def build_get_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -170,7 +171,7 @@ def build_create_or_update_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) accept = _headers.pop("Accept", "application/json") @@ -220,7 +221,7 @@ def build_delete_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -265,7 +266,7 @@ def build_get_upgrade_profile_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -302,13 +303,13 @@ def build_get_upgrade_profile_request( return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) -def build_get_available_agent_pool_versions_request( # pylint: disable=name-too-long +def build_get_available_agent_pool_versions_request( resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any ) -> HttpRequest: _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -348,7 +349,7 @@ def build_upgrade_node_image_version_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -391,7 +392,7 @@ class AgentPoolsOperations: **DO NOT** instantiate this class directly. Instead, you should access the following operations through - :class:`~azure.mgmt.containerservice.v2023_04_02_preview.ContainerServiceClient`'s + :class:`~azure.mgmt.containerservice.v2023_05_02_preview.ContainerServiceClient`'s :attr:`agent_pools` attribute. """ @@ -418,7 +419,7 @@ def _abort_latest_operation_initial( # pylint: disable=inconsistent-return-stat _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) request = build_abort_latest_operation_request( @@ -491,7 +492,7 @@ def begin_abort_latest_operation( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) @@ -548,13 +549,13 @@ def list(self, resource_group_name: str, resource_name: str, **kwargs: Any) -> I :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either AgentPool or the result of cls(response) :rtype: - ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPool] + ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPool] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.AgentPoolListResult] = kwargs.pop("cls", None) error_map = { @@ -643,7 +644,7 @@ def get( :type agent_pool_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: AgentPool or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPool + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPool :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -657,7 +658,7 @@ def get( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.AgentPool] = kwargs.pop("cls", None) request = build_get_request( @@ -714,14 +715,14 @@ def _create_or_update_initial( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.AgentPool] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None _content = None - if isinstance(parameters, (IO, bytes)): + if isinstance(parameters, (IOBase, bytes)): _content = parameters else: _json = self._serialize.body(parameters, "AgentPool") @@ -791,7 +792,7 @@ def begin_create_or_update( :param agent_pool_name: The name of the agent pool. Required. :type agent_pool_name: str :param parameters: The agent pool to create or update. Required. - :type parameters: ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPool + :type parameters: ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPool :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str @@ -805,7 +806,7 @@ def begin_create_or_update( Retry-After header is present. :return: An instance of LROPoller that returns either AgentPool or the result of cls(response) :rtype: - ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPool] + ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPool] :raises ~azure.core.exceptions.HttpResponseError: """ @@ -846,7 +847,7 @@ def begin_create_or_update( Retry-After header is present. :return: An instance of LROPoller that returns either AgentPool or the result of cls(response) :rtype: - ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPool] + ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPool] :raises ~azure.core.exceptions.HttpResponseError: """ @@ -872,7 +873,7 @@ def begin_create_or_update( :type agent_pool_name: str :param parameters: The agent pool to create or update. Is either a AgentPool type or a IO type. Required. - :type parameters: ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPool or IO + :type parameters: ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPool or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. :paramtype content_type: str @@ -886,13 +887,13 @@ def begin_create_or_update( Retry-After header is present. :return: An instance of LROPoller that returns either AgentPool or the result of cls(response) :rtype: - ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPool] + ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPool] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.AgentPool] = kwargs.pop("cls", None) polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) @@ -957,7 +958,7 @@ def _delete_initial( # pylint: disable=inconsistent-return-statements _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) request = build_delete_request( @@ -1034,7 +1035,7 @@ def begin_delete( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) @@ -1093,7 +1094,7 @@ def get_upgrade_profile( :type agent_pool_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: AgentPoolUpgradeProfile or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolUpgradeProfile + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolUpgradeProfile :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -1107,7 +1108,7 @@ def get_upgrade_profile( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.AgentPoolUpgradeProfile] = kwargs.pop("cls", None) request = build_get_upgrade_profile_request( @@ -1162,7 +1163,7 @@ def get_available_agent_pool_versions( :type resource_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: AgentPoolAvailableVersions or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPoolAvailableVersions + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPoolAvailableVersions :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -1176,7 +1177,7 @@ def get_available_agent_pool_versions( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.AgentPoolAvailableVersions] = kwargs.pop("cls", None) request = build_get_available_agent_pool_versions_request( @@ -1227,7 +1228,7 @@ def _upgrade_node_image_version_initial( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[Optional[_models.AgentPool]] = kwargs.pop("cls", None) request = build_upgrade_node_image_version_request( @@ -1299,13 +1300,13 @@ def begin_upgrade_node_image_version( Retry-After header is present. :return: An instance of LROPoller that returns either AgentPool or the result of cls(response) :rtype: - ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_04_02_preview.models.AgentPool] + ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_05_02_preview.models.AgentPool] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_maintenance_configurations_operations.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_maintenance_configurations_operations.py similarity index 95% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_maintenance_configurations_operations.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_maintenance_configurations_operations.py index 4dc4e91be85..924e4a8e2c3 100755 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_maintenance_configurations_operations.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_maintenance_configurations_operations.py @@ -6,6 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- +from io import IOBase from typing import Any, Callable, Dict, IO, Iterable, Optional, TypeVar, Union, overload import urllib.parse @@ -42,7 +43,7 @@ def build_list_by_managed_cluster_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -82,7 +83,7 @@ def build_get_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -123,7 +124,7 @@ def build_create_or_update_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) accept = _headers.pop("Accept", "application/json") @@ -167,7 +168,7 @@ def build_delete_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -208,7 +209,7 @@ class MaintenanceConfigurationsOperations: **DO NOT** instantiate this class directly. Instead, you should access the following operations through - :class:`~azure.mgmt.containerservice.v2023_04_02_preview.ContainerServiceClient`'s + :class:`~azure.mgmt.containerservice.v2023_05_02_preview.ContainerServiceClient`'s :attr:`maintenance_configurations` attribute. """ @@ -238,13 +239,13 @@ def list_by_managed_cluster( :return: An iterator like instance of either MaintenanceConfiguration or the result of cls(response) :rtype: - ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_04_02_preview.models.MaintenanceConfiguration] + ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_05_02_preview.models.MaintenanceConfiguration] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.MaintenanceConfigurationListResult] = kwargs.pop("cls", None) error_map = { @@ -333,7 +334,7 @@ def get( :type config_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: MaintenanceConfiguration or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.MaintenanceConfiguration + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.MaintenanceConfiguration :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -347,7 +348,7 @@ def get( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.MaintenanceConfiguration] = kwargs.pop("cls", None) request = build_get_request( @@ -409,13 +410,13 @@ def create_or_update( :type config_name: str :param parameters: The maintenance configuration to create or update. Required. :type parameters: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.MaintenanceConfiguration + ~azure.mgmt.containerservice.v2023_05_02_preview.models.MaintenanceConfiguration :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: MaintenanceConfiguration or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.MaintenanceConfiguration + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.MaintenanceConfiguration :raises ~azure.core.exceptions.HttpResponseError: """ @@ -448,7 +449,7 @@ def create_or_update( :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: MaintenanceConfiguration or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.MaintenanceConfiguration + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.MaintenanceConfiguration :raises ~azure.core.exceptions.HttpResponseError: """ @@ -475,13 +476,13 @@ def create_or_update( :param parameters: The maintenance configuration to create or update. Is either a MaintenanceConfiguration type or a IO type. Required. :type parameters: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.MaintenanceConfiguration or IO + ~azure.mgmt.containerservice.v2023_05_02_preview.models.MaintenanceConfiguration or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: MaintenanceConfiguration or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.MaintenanceConfiguration + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.MaintenanceConfiguration :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -495,14 +496,14 @@ def create_or_update( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.MaintenanceConfiguration] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None _content = None - if isinstance(parameters, (IO, bytes)): + if isinstance(parameters, (IOBase, bytes)): _content = parameters else: _json = self._serialize.body(parameters, "MaintenanceConfiguration") @@ -530,16 +531,20 @@ def create_or_update( response = pipeline_response.http_response - if response.status_code not in [200]: + if response.status_code not in [200, 201]: map_error(status_code=response.status_code, response=response, error_map=error_map) raise HttpResponseError(response=response, error_format=ARMErrorFormat) - deserialized = self._deserialize("MaintenanceConfiguration", pipeline_response) + if response.status_code == 200: + deserialized = self._deserialize("MaintenanceConfiguration", pipeline_response) + + if response.status_code == 201: + deserialized = self._deserialize("MaintenanceConfiguration", pipeline_response) if cls: - return cls(pipeline_response, deserialized, {}) + return cls(pipeline_response, deserialized, {}) # type: ignore - return deserialized + return deserialized # type: ignore create_or_update.metadata = { "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations/{configName}" @@ -576,7 +581,7 @@ def delete( # pylint: disable=inconsistent-return-statements _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) request = build_delete_request( diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_managed_cluster_snapshots_operations.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_managed_cluster_snapshots_operations.py similarity index 96% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_managed_cluster_snapshots_operations.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_managed_cluster_snapshots_operations.py index 80ab3e18042..0e119e6e7d5 100755 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_managed_cluster_snapshots_operations.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_managed_cluster_snapshots_operations.py @@ -6,6 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- +from io import IOBase from typing import Any, Callable, Dict, IO, Iterable, Optional, TypeVar, Union, overload import urllib.parse @@ -40,7 +41,7 @@ def build_list_request(subscription_id: str, **kwargs: Any) -> HttpRequest: _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -66,7 +67,7 @@ def build_list_by_resource_group_request(resource_group_name: str, subscription_ _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -96,7 +97,7 @@ def build_get_request(resource_group_name: str, resource_name: str, subscription _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -136,7 +137,7 @@ def build_create_or_update_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) accept = _headers.pop("Accept", "application/json") @@ -179,7 +180,7 @@ def build_update_tags_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) accept = _headers.pop("Accept", "application/json") @@ -222,7 +223,7 @@ def build_delete_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -262,7 +263,7 @@ class ManagedClusterSnapshotsOperations: **DO NOT** instantiate this class directly. Instead, you should access the following operations through - :class:`~azure.mgmt.containerservice.v2023_04_02_preview.ContainerServiceClient`'s + :class:`~azure.mgmt.containerservice.v2023_05_02_preview.ContainerServiceClient`'s :attr:`managed_cluster_snapshots` attribute. """ @@ -285,13 +286,13 @@ def list(self, **kwargs: Any) -> Iterable["_models.ManagedClusterSnapshot"]: :return: An iterator like instance of either ManagedClusterSnapshot or the result of cls(response) :rtype: - ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSnapshot] + ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSnapshot] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.ManagedClusterSnapshotListResult] = kwargs.pop("cls", None) error_map = { @@ -376,13 +377,13 @@ def list_by_resource_group( :return: An iterator like instance of either ManagedClusterSnapshot or the result of cls(response) :rtype: - ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSnapshot] + ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSnapshot] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.ManagedClusterSnapshotListResult] = kwargs.pop("cls", None) error_map = { @@ -466,7 +467,7 @@ def get(self, resource_group_name: str, resource_name: str, **kwargs: Any) -> _m :type resource_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ManagedClusterSnapshot or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSnapshot + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSnapshot :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -480,7 +481,7 @@ def get(self, resource_group_name: str, resource_name: str, **kwargs: Any) -> _m _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.ManagedClusterSnapshot] = kwargs.pop("cls", None) request = build_get_request( @@ -538,13 +539,13 @@ def create_or_update( :type resource_name: str :param parameters: The managed cluster snapshot to create or update. Required. :type parameters: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSnapshot + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSnapshot :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ManagedClusterSnapshot or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSnapshot + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSnapshot :raises ~azure.core.exceptions.HttpResponseError: """ @@ -574,7 +575,7 @@ def create_or_update( :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ManagedClusterSnapshot or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSnapshot + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSnapshot :raises ~azure.core.exceptions.HttpResponseError: """ @@ -598,13 +599,13 @@ def create_or_update( :param parameters: The managed cluster snapshot to create or update. Is either a ManagedClusterSnapshot type or a IO type. Required. :type parameters: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSnapshot or IO + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSnapshot or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ManagedClusterSnapshot or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSnapshot + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSnapshot :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -618,14 +619,14 @@ def create_or_update( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.ManagedClusterSnapshot] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None _content = None - if isinstance(parameters, (IO, bytes)): + if isinstance(parameters, (IOBase, bytes)): _content = parameters else: _json = self._serialize.body(parameters, "ManagedClusterSnapshot") @@ -692,13 +693,13 @@ def update_tags( :type resource_name: str :param parameters: Parameters supplied to the Update managed cluster snapshot Tags operation. Required. - :type parameters: ~azure.mgmt.containerservice.v2023_04_02_preview.models.TagsObject + :type parameters: ~azure.mgmt.containerservice.v2023_05_02_preview.models.TagsObject :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ManagedClusterSnapshot or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSnapshot + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSnapshot :raises ~azure.core.exceptions.HttpResponseError: """ @@ -729,7 +730,7 @@ def update_tags( :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ManagedClusterSnapshot or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSnapshot + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSnapshot :raises ~azure.core.exceptions.HttpResponseError: """ @@ -748,13 +749,13 @@ def update_tags( :type resource_name: str :param parameters: Parameters supplied to the Update managed cluster snapshot Tags operation. Is either a TagsObject type or a IO type. Required. - :type parameters: ~azure.mgmt.containerservice.v2023_04_02_preview.models.TagsObject or IO + :type parameters: ~azure.mgmt.containerservice.v2023_05_02_preview.models.TagsObject or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ManagedClusterSnapshot or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterSnapshot + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterSnapshot :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -768,14 +769,14 @@ def update_tags( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.ManagedClusterSnapshot] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None _content = None - if isinstance(parameters, (IO, bytes)): + if isinstance(parameters, (IOBase, bytes)): _content = parameters else: _json = self._serialize.body(parameters, "TagsObject") @@ -846,7 +847,7 @@ def delete( # pylint: disable=inconsistent-return-statements _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) request = build_delete_request( diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_managed_clusters_operations.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_managed_clusters_operations.py similarity index 97% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_managed_clusters_operations.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_managed_clusters_operations.py index 45a890f8776..b9d3778c1ea 100755 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_managed_clusters_operations.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_managed_clusters_operations.py @@ -6,6 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- +from io import IOBase from typing import Any, Callable, Dict, IO, Iterable, Optional, TypeVar, Union, cast, overload import urllib.parse @@ -44,7 +45,7 @@ def build_get_os_options_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -74,7 +75,7 @@ def build_list_kubernetes_versions_request(location: str, subscription_id: str, _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -102,7 +103,7 @@ def build_list_request(subscription_id: str, **kwargs: Any) -> HttpRequest: _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -128,7 +129,7 @@ def build_list_by_resource_group_request(resource_group_name: str, subscription_ _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -160,7 +161,7 @@ def build_get_upgrade_profile_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -200,7 +201,7 @@ def build_get_access_profile_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -235,7 +236,7 @@ def build_get_access_profile_request( return HttpRequest(method="POST", url=_url, params=_params, headers=_headers, **kwargs) -def build_list_cluster_admin_credentials_request( # pylint: disable=name-too-long +def build_list_cluster_admin_credentials_request( resource_group_name: str, resource_name: str, subscription_id: str, @@ -246,7 +247,7 @@ def build_list_cluster_admin_credentials_request( # pylint: disable=name-too-lo _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -282,7 +283,7 @@ def build_list_cluster_admin_credentials_request( # pylint: disable=name-too-lo return HttpRequest(method="POST", url=_url, params=_params, headers=_headers, **kwargs) -def build_list_cluster_user_credentials_request( # pylint: disable=name-too-long +def build_list_cluster_user_credentials_request( resource_group_name: str, resource_name: str, subscription_id: str, @@ -294,7 +295,7 @@ def build_list_cluster_user_credentials_request( # pylint: disable=name-too-lon _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -332,7 +333,7 @@ def build_list_cluster_user_credentials_request( # pylint: disable=name-too-lon return HttpRequest(method="POST", url=_url, params=_params, headers=_headers, **kwargs) -def build_list_cluster_monitoring_user_credentials_request( # pylint: disable=name-too-long +def build_list_cluster_monitoring_user_credentials_request( resource_group_name: str, resource_name: str, subscription_id: str, @@ -343,7 +344,7 @@ def build_list_cluster_monitoring_user_credentials_request( # pylint: disable=n _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -383,7 +384,7 @@ def build_get_request(resource_group_name: str, resource_name: str, subscription _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -423,7 +424,7 @@ def build_create_or_update_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) accept = _headers.pop("Accept", "application/json") @@ -466,7 +467,7 @@ def build_update_tags_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) accept = _headers.pop("Accept", "application/json") @@ -514,7 +515,7 @@ def build_delete_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -552,13 +553,13 @@ def build_delete_request( return HttpRequest(method="DELETE", url=_url, params=_params, headers=_headers, **kwargs) -def build_reset_service_principal_profile_request( # pylint: disable=name-too-long +def build_reset_service_principal_profile_request( resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any ) -> HttpRequest: _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) accept = _headers.pop("Accept", "application/json") @@ -601,7 +602,7 @@ def build_reset_aad_profile_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) accept = _headers.pop("Accept", "application/json") @@ -644,7 +645,7 @@ def build_abort_latest_operation_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -678,13 +679,13 @@ def build_abort_latest_operation_request( return HttpRequest(method="POST", url=_url, params=_params, headers=_headers, **kwargs) -def build_rotate_cluster_certificates_request( # pylint: disable=name-too-long +def build_rotate_cluster_certificates_request( resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any ) -> HttpRequest: _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -718,13 +719,13 @@ def build_rotate_cluster_certificates_request( # pylint: disable=name-too-long return HttpRequest(method="POST", url=_url, params=_params, headers=_headers, **kwargs) -def build_rotate_service_account_signing_keys_request( # pylint: disable=name-too-long +def build_rotate_service_account_signing_keys_request( resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any ) -> HttpRequest: _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -764,7 +765,7 @@ def build_stop_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -804,7 +805,7 @@ def build_start_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -844,7 +845,7 @@ def build_run_command_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) accept = _headers.pop("Accept", "application/json") @@ -887,7 +888,7 @@ def build_get_command_result_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -922,13 +923,13 @@ def build_get_command_result_request( return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) -def build_list_outbound_network_dependencies_endpoints_request( # pylint: disable=name-too-long +def build_list_outbound_network_dependencies_endpoints_request( resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any ) -> HttpRequest: _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -968,7 +969,7 @@ class ManagedClustersOperations: # pylint: disable=too-many-public-methods **DO NOT** instantiate this class directly. Instead, you should access the following operations through - :class:`~azure.mgmt.containerservice.v2023_04_02_preview.ContainerServiceClient`'s + :class:`~azure.mgmt.containerservice.v2023_05_02_preview.ContainerServiceClient`'s :attr:`managed_clusters` attribute. """ @@ -996,7 +997,7 @@ def get_os_options( :type resource_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: OSOptionProfile or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.OSOptionProfile + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.OSOptionProfile :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -1010,7 +1011,7 @@ def get_os_options( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.OSOptionProfile] = kwargs.pop("cls", None) request = build_get_os_options_request( @@ -1058,7 +1059,7 @@ def list_kubernetes_versions(self, location: str, **kwargs: Any) -> _models.Kube :type location: str :keyword callable cls: A custom type or function that will be passed the direct response :return: KubernetesVersionListResult or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.KubernetesVersionListResult + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.KubernetesVersionListResult :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -1072,7 +1073,7 @@ def list_kubernetes_versions(self, location: str, **kwargs: Any) -> _models.Kube _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.KubernetesVersionListResult] = kwargs.pop("cls", None) request = build_list_kubernetes_versions_request( @@ -1117,13 +1118,13 @@ def list(self, **kwargs: Any) -> Iterable["_models.ManagedCluster"]: :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ManagedCluster or the result of cls(response) :rtype: - ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedCluster] + ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedCluster] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.ManagedClusterListResult] = kwargs.pop("cls", None) error_map = { @@ -1203,13 +1204,13 @@ def list_by_resource_group(self, resource_group_name: str, **kwargs: Any) -> Ite :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ManagedCluster or the result of cls(response) :rtype: - ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedCluster] + ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedCluster] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.ManagedClusterListResult] = kwargs.pop("cls", None) error_map = { @@ -1295,7 +1296,7 @@ def get_upgrade_profile( :type resource_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ManagedClusterUpgradeProfile or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterUpgradeProfile + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterUpgradeProfile :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -1309,7 +1310,7 @@ def get_upgrade_profile( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.ManagedClusterUpgradeProfile] = kwargs.pop("cls", None) request = build_get_upgrade_profile_request( @@ -1366,7 +1367,7 @@ def get_access_profile( :type role_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ManagedClusterAccessProfile or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterAccessProfile + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterAccessProfile :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -1380,7 +1381,7 @@ def get_access_profile( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.ManagedClusterAccessProfile] = kwargs.pop("cls", None) request = build_get_access_profile_request( @@ -1435,7 +1436,7 @@ def list_cluster_admin_credentials( :type server_fqdn: str :keyword callable cls: A custom type or function that will be passed the direct response :return: CredentialResults or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.CredentialResults + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.CredentialResults :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -1449,7 +1450,7 @@ def list_cluster_admin_credentials( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.CredentialResults] = kwargs.pop("cls", None) request = build_list_cluster_admin_credentials_request( @@ -1511,10 +1512,10 @@ def list_cluster_user_credentials( 'azure' will return azure auth-provider kubeconfig; format 'exec' will return exec format kubeconfig, which requires kubelogin binary in the path. Known values are: "azure", "exec", and "exec". Default value is None. - :type format: str or ~azure.mgmt.containerservice.v2023_04_02_preview.models.Format + :type format: str or ~azure.mgmt.containerservice.v2023_05_02_preview.models.Format :keyword callable cls: A custom type or function that will be passed the direct response :return: CredentialResults or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.CredentialResults + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.CredentialResults :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -1528,7 +1529,7 @@ def list_cluster_user_credentials( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.CredentialResults] = kwargs.pop("cls", None) request = build_list_cluster_user_credentials_request( @@ -1584,7 +1585,7 @@ def list_cluster_monitoring_user_credentials( :type server_fqdn: str :keyword callable cls: A custom type or function that will be passed the direct response :return: CredentialResults or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.CredentialResults + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.CredentialResults :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -1598,7 +1599,7 @@ def list_cluster_monitoring_user_credentials( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.CredentialResults] = kwargs.pop("cls", None) request = build_list_cluster_monitoring_user_credentials_request( @@ -1649,7 +1650,7 @@ def get(self, resource_group_name: str, resource_name: str, **kwargs: Any) -> _m :type resource_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ManagedCluster or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedCluster + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedCluster :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -1663,7 +1664,7 @@ def get(self, resource_group_name: str, resource_name: str, **kwargs: Any) -> _m _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.ManagedCluster] = kwargs.pop("cls", None) request = build_get_request( @@ -1714,14 +1715,14 @@ def _create_or_update_initial( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.ManagedCluster] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None _content = None - if isinstance(parameters, (IO, bytes)): + if isinstance(parameters, (IOBase, bytes)): _content = parameters else: _json = self._serialize.body(parameters, "ManagedCluster") @@ -1787,7 +1788,7 @@ def begin_create_or_update( :param resource_name: The name of the managed cluster resource. Required. :type resource_name: str :param parameters: The managed cluster to create or update. Required. - :type parameters: ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedCluster + :type parameters: ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedCluster :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str @@ -1802,7 +1803,7 @@ def begin_create_or_update( :return: An instance of LROPoller that returns either ManagedCluster or the result of cls(response) :rtype: - ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedCluster] + ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedCluster] :raises ~azure.core.exceptions.HttpResponseError: """ @@ -1841,7 +1842,7 @@ def begin_create_or_update( :return: An instance of LROPoller that returns either ManagedCluster or the result of cls(response) :rtype: - ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedCluster] + ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedCluster] :raises ~azure.core.exceptions.HttpResponseError: """ @@ -1860,7 +1861,7 @@ def begin_create_or_update( :type resource_name: str :param parameters: The managed cluster to create or update. Is either a ManagedCluster type or a IO type. Required. - :type parameters: ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedCluster or IO + :type parameters: ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedCluster or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. :paramtype content_type: str @@ -1875,13 +1876,13 @@ def begin_create_or_update( :return: An instance of LROPoller that returns either ManagedCluster or the result of cls(response) :rtype: - ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedCluster] + ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedCluster] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.ManagedCluster] = kwargs.pop("cls", None) polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) @@ -1940,14 +1941,14 @@ def _update_tags_initial( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.ManagedCluster] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None _content = None - if isinstance(parameters, (IO, bytes)): + if isinstance(parameters, (IOBase, bytes)): _content = parameters else: _json = self._serialize.body(parameters, "TagsObject") @@ -2009,7 +2010,7 @@ def begin_update_tags( :param resource_name: The name of the managed cluster resource. Required. :type resource_name: str :param parameters: Parameters supplied to the Update Managed Cluster Tags operation. Required. - :type parameters: ~azure.mgmt.containerservice.v2023_04_02_preview.models.TagsObject + :type parameters: ~azure.mgmt.containerservice.v2023_05_02_preview.models.TagsObject :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str @@ -2024,7 +2025,7 @@ def begin_update_tags( :return: An instance of LROPoller that returns either ManagedCluster or the result of cls(response) :rtype: - ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedCluster] + ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedCluster] :raises ~azure.core.exceptions.HttpResponseError: """ @@ -2063,7 +2064,7 @@ def begin_update_tags( :return: An instance of LROPoller that returns either ManagedCluster or the result of cls(response) :rtype: - ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedCluster] + ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedCluster] :raises ~azure.core.exceptions.HttpResponseError: """ @@ -2082,7 +2083,7 @@ def begin_update_tags( :type resource_name: str :param parameters: Parameters supplied to the Update Managed Cluster Tags operation. Is either a TagsObject type or a IO type. Required. - :type parameters: ~azure.mgmt.containerservice.v2023_04_02_preview.models.TagsObject or IO + :type parameters: ~azure.mgmt.containerservice.v2023_05_02_preview.models.TagsObject or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. :paramtype content_type: str @@ -2097,13 +2098,13 @@ def begin_update_tags( :return: An instance of LROPoller that returns either ManagedCluster or the result of cls(response) :rtype: - ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedCluster] + ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedCluster] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.ManagedCluster] = kwargs.pop("cls", None) polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) @@ -2166,7 +2167,7 @@ def _delete_initial( # pylint: disable=inconsistent-return-statements _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) request = build_delete_request( @@ -2239,7 +2240,7 @@ def begin_delete( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) @@ -2298,14 +2299,14 @@ def _reset_service_principal_profile_initial( # pylint: disable=inconsistent-re _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[None] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None _content = None - if isinstance(parameters, (IO, bytes)): + if isinstance(parameters, (IOBase, bytes)): _content = parameters else: _json = self._serialize.body(parameters, "ManagedClusterServicePrincipalProfile") @@ -2368,7 +2369,7 @@ def begin_reset_service_principal_profile( :type resource_name: str :param parameters: The service principal profile to set on the managed cluster. Required. :type parameters: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterServicePrincipalProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterServicePrincipalProfile :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str @@ -2442,7 +2443,7 @@ def begin_reset_service_principal_profile( :param parameters: The service principal profile to set on the managed cluster. Is either a ManagedClusterServicePrincipalProfile type or a IO type. Required. :type parameters: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterServicePrincipalProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterServicePrincipalProfile or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. @@ -2462,7 +2463,7 @@ def begin_reset_service_principal_profile( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[None] = kwargs.pop("cls", None) polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) @@ -2525,14 +2526,14 @@ def _reset_aad_profile_initial( # pylint: disable=inconsistent-return-statement _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[None] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None _content = None - if isinstance(parameters, (IO, bytes)): + if isinstance(parameters, (IOBase, bytes)): _content = parameters else: _json = self._serialize.body(parameters, "ManagedClusterAADProfile") @@ -2597,7 +2598,7 @@ def begin_reset_aad_profile( :type resource_name: str :param parameters: The AAD profile to set on the Managed Cluster. Required. :type parameters: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterAADProfile + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterAADProfile :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str @@ -2675,7 +2676,7 @@ def begin_reset_aad_profile( :param parameters: The AAD profile to set on the Managed Cluster. Is either a ManagedClusterAADProfile type or a IO type. Required. :type parameters: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.ManagedClusterAADProfile or IO + ~azure.mgmt.containerservice.v2023_05_02_preview.models.ManagedClusterAADProfile or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. :paramtype content_type: str @@ -2694,7 +2695,7 @@ def begin_reset_aad_profile( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[None] = kwargs.pop("cls", None) polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) @@ -2753,7 +2754,7 @@ def _abort_latest_operation_initial( # pylint: disable=inconsistent-return-stat _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) request = build_abort_latest_operation_request( @@ -2823,7 +2824,7 @@ def begin_abort_latest_operation( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) @@ -2879,7 +2880,7 @@ def _rotate_cluster_certificates_initial( # pylint: disable=inconsistent-return _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) request = build_rotate_cluster_certificates_request( @@ -2945,7 +2946,7 @@ def begin_rotate_cluster_certificates( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) @@ -2987,7 +2988,7 @@ def get_long_running_output(pipeline_response): # pylint: disable=inconsistent- "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rotateClusterCertificates" } - def _rotate_service_account_signing_keys_initial( # pylint: disable=inconsistent-return-statements,name-too-long + def _rotate_service_account_signing_keys_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, resource_name: str, **kwargs: Any ) -> None: error_map = { @@ -3001,7 +3002,7 @@ def _rotate_service_account_signing_keys_initial( # pylint: disable=inconsisten _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) request = build_rotate_service_account_signing_keys_request( @@ -3039,7 +3040,7 @@ def _rotate_service_account_signing_keys_initial( # pylint: disable=inconsisten } @distributed_trace - def begin_rotate_service_account_signing_keys( # pylint: disable=name-too-long + def begin_rotate_service_account_signing_keys( self, resource_group_name: str, resource_name: str, **kwargs: Any ) -> LROPoller[None]: """Rotates the service account signing keys of a managed cluster. @@ -3066,7 +3067,7 @@ def begin_rotate_service_account_signing_keys( # pylint: disable=name-too-long _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) @@ -3122,7 +3123,7 @@ def _stop_initial( # pylint: disable=inconsistent-return-statements _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) request = build_stop_request( @@ -3189,7 +3190,7 @@ def begin_stop(self, resource_group_name: str, resource_name: str, **kwargs: Any _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) @@ -3245,7 +3246,7 @@ def _start_initial( # pylint: disable=inconsistent-return-statements _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) request = build_start_request( @@ -3309,7 +3310,7 @@ def begin_start(self, resource_group_name: str, resource_name: str, **kwargs: An _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) @@ -3369,14 +3370,14 @@ def _run_command_initial( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[Optional[_models.RunCommandResult]] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None _content = None - if isinstance(request_payload, (IO, bytes)): + if isinstance(request_payload, (IOBase, bytes)): _content = request_payload else: _json = self._serialize.body(request_payload, "RunCommandRequest") @@ -3447,7 +3448,7 @@ def begin_run_command( :type resource_name: str :param request_payload: The run command request. Required. :type request_payload: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.RunCommandRequest + ~azure.mgmt.containerservice.v2023_05_02_preview.models.RunCommandRequest :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str @@ -3462,7 +3463,7 @@ def begin_run_command( :return: An instance of LROPoller that returns either RunCommandResult or the result of cls(response) :rtype: - ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_04_02_preview.models.RunCommandResult] + ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_05_02_preview.models.RunCommandResult] :raises ~azure.core.exceptions.HttpResponseError: """ @@ -3503,7 +3504,7 @@ def begin_run_command( :return: An instance of LROPoller that returns either RunCommandResult or the result of cls(response) :rtype: - ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_04_02_preview.models.RunCommandResult] + ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_05_02_preview.models.RunCommandResult] :raises ~azure.core.exceptions.HttpResponseError: """ @@ -3529,7 +3530,7 @@ def begin_run_command( :param request_payload: The run command request. Is either a RunCommandRequest type or a IO type. Required. :type request_payload: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.RunCommandRequest or IO + ~azure.mgmt.containerservice.v2023_05_02_preview.models.RunCommandRequest or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. :paramtype content_type: str @@ -3544,13 +3545,13 @@ def begin_run_command( :return: An instance of LROPoller that returns either RunCommandResult or the result of cls(response) :rtype: - ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_04_02_preview.models.RunCommandResult] + ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_05_02_preview.models.RunCommandResult] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.RunCommandResult] = kwargs.pop("cls", None) polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) @@ -3614,7 +3615,7 @@ def get_command_result( :type command_id: str :keyword callable cls: A custom type or function that will be passed the direct response :return: RunCommandResult or None or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.RunCommandResult or None + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.RunCommandResult or None :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -3628,7 +3629,7 @@ def get_command_result( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[Optional[_models.RunCommandResult]] = kwargs.pop("cls", None) request = build_get_command_result_request( @@ -3673,7 +3674,7 @@ def get_command_result( } @distributed_trace - def list_outbound_network_dependencies_endpoints( # pylint: disable=name-too-long + def list_outbound_network_dependencies_endpoints( self, resource_group_name: str, resource_name: str, **kwargs: Any ) -> Iterable["_models.OutboundEnvironmentEndpoint"]: """Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the @@ -3691,13 +3692,13 @@ def list_outbound_network_dependencies_endpoints( # pylint: disable=name-too-lo :return: An iterator like instance of either OutboundEnvironmentEndpoint or the result of cls(response) :rtype: - ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_04_02_preview.models.OutboundEnvironmentEndpoint] + ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_05_02_preview.models.OutboundEnvironmentEndpoint] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.OutboundEnvironmentEndpointCollection] = kwargs.pop("cls", None) error_map = { diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_operations.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_operations.py similarity index 97% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_operations.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_operations.py index 346996103b4..dcbc880c97a 100755 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_operations.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_operations.py @@ -40,7 +40,7 @@ def build_list_request(**kwargs: Any) -> HttpRequest: _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -61,7 +61,7 @@ class Operations: **DO NOT** instantiate this class directly. Instead, you should access the following operations through - :class:`~azure.mgmt.containerservice.v2023_04_02_preview.ContainerServiceClient`'s + :class:`~azure.mgmt.containerservice.v2023_05_02_preview.ContainerServiceClient`'s :attr:`operations` attribute. """ @@ -83,13 +83,13 @@ def list(self, **kwargs: Any) -> Iterable["_models.OperationValue"]: :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either OperationValue or the result of cls(response) :rtype: - ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_04_02_preview.models.OperationValue] + ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_05_02_preview.models.OperationValue] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.OperationListResult] = kwargs.pop("cls", None) error_map = { diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_patch.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_patch.py similarity index 100% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_patch.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_patch.py diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_private_endpoint_connections_operations.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_private_endpoint_connections_operations.py similarity index 95% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_private_endpoint_connections_operations.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_private_endpoint_connections_operations.py index 007d497a7ad..6c7b89b120d 100755 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_private_endpoint_connections_operations.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_private_endpoint_connections_operations.py @@ -6,6 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- +from io import IOBase from typing import Any, Callable, Dict, IO, Optional, TypeVar, Union, cast, overload from azure.core.exceptions import ( @@ -42,7 +43,7 @@ def build_list_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -86,7 +87,7 @@ def build_get_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -133,7 +134,7 @@ def build_update_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) accept = _headers.pop("Accept", "application/json") @@ -183,7 +184,7 @@ def build_delete_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -226,7 +227,7 @@ class PrivateEndpointConnectionsOperations: **DO NOT** instantiate this class directly. Instead, you should access the following operations through - :class:`~azure.mgmt.containerservice.v2023_04_02_preview.ContainerServiceClient`'s + :class:`~azure.mgmt.containerservice.v2023_05_02_preview.ContainerServiceClient`'s :attr:`private_endpoint_connections` attribute. """ @@ -256,7 +257,7 @@ def list( :keyword callable cls: A custom type or function that will be passed the direct response :return: PrivateEndpointConnectionListResult or the result of cls(response) :rtype: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateEndpointConnectionListResult + ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateEndpointConnectionListResult :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -270,7 +271,7 @@ def list( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.PrivateEndpointConnectionListResult] = kwargs.pop("cls", None) request = build_list_request( @@ -325,7 +326,7 @@ def get( :type private_endpoint_connection_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PrivateEndpointConnection or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateEndpointConnection + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateEndpointConnection :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -339,7 +340,7 @@ def get( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.PrivateEndpointConnection] = kwargs.pop("cls", None) request = build_get_request( @@ -401,13 +402,13 @@ def update( :type private_endpoint_connection_name: str :param parameters: The updated private endpoint connection. Required. :type parameters: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateEndpointConnection + ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateEndpointConnection :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PrivateEndpointConnection or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateEndpointConnection + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateEndpointConnection :raises ~azure.core.exceptions.HttpResponseError: """ @@ -440,7 +441,7 @@ def update( :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PrivateEndpointConnection or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateEndpointConnection + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateEndpointConnection :raises ~azure.core.exceptions.HttpResponseError: """ @@ -467,13 +468,13 @@ def update( :param parameters: The updated private endpoint connection. Is either a PrivateEndpointConnection type or a IO type. Required. :type parameters: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateEndpointConnection or IO + ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateEndpointConnection or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PrivateEndpointConnection or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateEndpointConnection + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateEndpointConnection :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -487,14 +488,14 @@ def update( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.PrivateEndpointConnection] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None _content = None - if isinstance(parameters, (IO, bytes)): + if isinstance(parameters, (IOBase, bytes)): _content = parameters else: _json = self._serialize.body(parameters, "PrivateEndpointConnection") @@ -522,16 +523,20 @@ def update( response = pipeline_response.http_response - if response.status_code not in [200]: + if response.status_code not in [200, 201]: map_error(status_code=response.status_code, response=response, error_map=error_map) raise HttpResponseError(response=response, error_format=ARMErrorFormat) - deserialized = self._deserialize("PrivateEndpointConnection", pipeline_response) + if response.status_code == 200: + deserialized = self._deserialize("PrivateEndpointConnection", pipeline_response) + + if response.status_code == 201: + deserialized = self._deserialize("PrivateEndpointConnection", pipeline_response) if cls: - return cls(pipeline_response, deserialized, {}) + return cls(pipeline_response, deserialized, {}) # type: ignore - return deserialized + return deserialized # type: ignore update.metadata = { "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}" @@ -551,7 +556,7 @@ def _delete_initial( # pylint: disable=inconsistent-return-statements _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) request = build_delete_request( @@ -615,7 +620,7 @@ def begin_delete( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_private_link_resources_operations.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_private_link_resources_operations.py similarity index 96% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_private_link_resources_operations.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_private_link_resources_operations.py index 329a46b776c..2380648000b 100755 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_private_link_resources_operations.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_private_link_resources_operations.py @@ -40,7 +40,7 @@ def build_list_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -80,7 +80,7 @@ class PrivateLinkResourcesOperations: **DO NOT** instantiate this class directly. Instead, you should access the following operations through - :class:`~azure.mgmt.containerservice.v2023_04_02_preview.ContainerServiceClient`'s + :class:`~azure.mgmt.containerservice.v2023_05_02_preview.ContainerServiceClient`'s :attr:`private_link_resources` attribute. """ @@ -109,7 +109,7 @@ def list( :type resource_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PrivateLinkResourcesListResult or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateLinkResourcesListResult + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateLinkResourcesListResult :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -123,7 +123,7 @@ def list( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.PrivateLinkResourcesListResult] = kwargs.pop("cls", None) request = build_list_request( diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_resolve_private_link_service_id_operations.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_resolve_private_link_service_id_operations.py similarity index 94% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_resolve_private_link_service_id_operations.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_resolve_private_link_service_id_operations.py index 315de8f74e5..066653da28b 100755 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_resolve_private_link_service_id_operations.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_resolve_private_link_service_id_operations.py @@ -6,6 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- +from io import IOBase from typing import Any, Callable, Dict, IO, Optional, TypeVar, Union, overload from azure.core.exceptions import ( @@ -40,7 +41,7 @@ def build_post_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) accept = _headers.pop("Accept", "application/json") @@ -83,7 +84,7 @@ class ResolvePrivateLinkServiceIdOperations: **DO NOT** instantiate this class directly. Instead, you should access the following operations through - :class:`~azure.mgmt.containerservice.v2023_04_02_preview.ContainerServiceClient`'s + :class:`~azure.mgmt.containerservice.v2023_05_02_preview.ContainerServiceClient`'s :attr:`resolve_private_link_service_id` attribute. """ @@ -116,13 +117,13 @@ def post( :param resource_name: The name of the managed cluster resource. Required. :type resource_name: str :param parameters: Parameters required in order to resolve a private link service ID. Required. - :type parameters: ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateLinkResource + :type parameters: ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateLinkResource :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PrivateLinkResource or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateLinkResource + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateLinkResource :raises ~azure.core.exceptions.HttpResponseError: """ @@ -152,7 +153,7 @@ def post( :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PrivateLinkResource or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateLinkResource + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateLinkResource :raises ~azure.core.exceptions.HttpResponseError: """ @@ -175,14 +176,14 @@ def post( :type resource_name: str :param parameters: Parameters required in order to resolve a private link service ID. Is either a PrivateLinkResource type or a IO type. Required. - :type parameters: ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateLinkResource + :type parameters: ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateLinkResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PrivateLinkResource or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.PrivateLinkResource + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.PrivateLinkResource :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -196,14 +197,14 @@ def post( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.PrivateLinkResource] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None _content = None - if isinstance(parameters, (IO, bytes)): + if isinstance(parameters, (IOBase, bytes)): _content = parameters else: _json = self._serialize.body(parameters, "PrivateLinkResource") diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_snapshots_operations.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_snapshots_operations.py similarity index 96% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_snapshots_operations.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_snapshots_operations.py index fd9c39b7fe8..e1412cb9474 100755 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_snapshots_operations.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_snapshots_operations.py @@ -6,6 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- +from io import IOBase from typing import Any, Callable, Dict, IO, Iterable, Optional, TypeVar, Union, overload import urllib.parse @@ -40,7 +41,7 @@ def build_list_request(subscription_id: str, **kwargs: Any) -> HttpRequest: _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -64,7 +65,7 @@ def build_list_by_resource_group_request(resource_group_name: str, subscription_ _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -94,7 +95,7 @@ def build_get_request(resource_group_name: str, resource_name: str, subscription _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -134,7 +135,7 @@ def build_create_or_update_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) accept = _headers.pop("Accept", "application/json") @@ -177,7 +178,7 @@ def build_update_tags_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) accept = _headers.pop("Accept", "application/json") @@ -220,7 +221,7 @@ def build_delete_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -260,7 +261,7 @@ class SnapshotsOperations: **DO NOT** instantiate this class directly. Instead, you should access the following operations through - :class:`~azure.mgmt.containerservice.v2023_04_02_preview.ContainerServiceClient`'s + :class:`~azure.mgmt.containerservice.v2023_05_02_preview.ContainerServiceClient`'s :attr:`snapshots` attribute. """ @@ -282,13 +283,13 @@ def list(self, **kwargs: Any) -> Iterable["_models.Snapshot"]: :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either Snapshot or the result of cls(response) :rtype: - ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_04_02_preview.models.Snapshot] + ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_05_02_preview.models.Snapshot] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.SnapshotListResult] = kwargs.pop("cls", None) error_map = { @@ -368,13 +369,13 @@ def list_by_resource_group(self, resource_group_name: str, **kwargs: Any) -> Ite :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either Snapshot or the result of cls(response) :rtype: - ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_04_02_preview.models.Snapshot] + ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_05_02_preview.models.Snapshot] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.SnapshotListResult] = kwargs.pop("cls", None) error_map = { @@ -458,7 +459,7 @@ def get(self, resource_group_name: str, resource_name: str, **kwargs: Any) -> _m :type resource_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: Snapshot or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.Snapshot + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.Snapshot :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -472,7 +473,7 @@ def get(self, resource_group_name: str, resource_name: str, **kwargs: Any) -> _m _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.Snapshot] = kwargs.pop("cls", None) request = build_get_request( @@ -529,13 +530,13 @@ def create_or_update( :param resource_name: The name of the managed cluster resource. Required. :type resource_name: str :param parameters: The snapshot to create or update. Required. - :type parameters: ~azure.mgmt.containerservice.v2023_04_02_preview.models.Snapshot + :type parameters: ~azure.mgmt.containerservice.v2023_05_02_preview.models.Snapshot :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: Snapshot or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.Snapshot + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.Snapshot :raises ~azure.core.exceptions.HttpResponseError: """ @@ -565,7 +566,7 @@ def create_or_update( :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: Snapshot or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.Snapshot + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.Snapshot :raises ~azure.core.exceptions.HttpResponseError: """ @@ -584,13 +585,13 @@ def create_or_update( :type resource_name: str :param parameters: The snapshot to create or update. Is either a Snapshot type or a IO type. Required. - :type parameters: ~azure.mgmt.containerservice.v2023_04_02_preview.models.Snapshot or IO + :type parameters: ~azure.mgmt.containerservice.v2023_05_02_preview.models.Snapshot or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: Snapshot or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.Snapshot + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.Snapshot :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -604,14 +605,14 @@ def create_or_update( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.Snapshot] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None _content = None - if isinstance(parameters, (IO, bytes)): + if isinstance(parameters, (IOBase, bytes)): _content = parameters else: _json = self._serialize.body(parameters, "Snapshot") @@ -677,13 +678,13 @@ def update_tags( :param resource_name: The name of the managed cluster resource. Required. :type resource_name: str :param parameters: Parameters supplied to the Update snapshot Tags operation. Required. - :type parameters: ~azure.mgmt.containerservice.v2023_04_02_preview.models.TagsObject + :type parameters: ~azure.mgmt.containerservice.v2023_05_02_preview.models.TagsObject :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: Snapshot or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.Snapshot + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.Snapshot :raises ~azure.core.exceptions.HttpResponseError: """ @@ -713,7 +714,7 @@ def update_tags( :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: Snapshot or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.Snapshot + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.Snapshot :raises ~azure.core.exceptions.HttpResponseError: """ @@ -732,13 +733,13 @@ def update_tags( :type resource_name: str :param parameters: Parameters supplied to the Update snapshot Tags operation. Is either a TagsObject type or a IO type. Required. - :type parameters: ~azure.mgmt.containerservice.v2023_04_02_preview.models.TagsObject or IO + :type parameters: ~azure.mgmt.containerservice.v2023_05_02_preview.models.TagsObject or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: Snapshot or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.Snapshot + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.Snapshot :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -752,14 +753,14 @@ def update_tags( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.Snapshot] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None _content = None - if isinstance(parameters, (IO, bytes)): + if isinstance(parameters, (IOBase, bytes)): _content = parameters else: _json = self._serialize.body(parameters, "TagsObject") @@ -830,7 +831,7 @@ def delete( # pylint: disable=inconsistent-return-statements _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) request = build_delete_request( diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_trusted_access_role_bindings_operations.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_trusted_access_role_bindings_operations.py similarity index 95% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_trusted_access_role_bindings_operations.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_trusted_access_role_bindings_operations.py index a5f4941030f..99745ed81ef 100755 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_trusted_access_role_bindings_operations.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_trusted_access_role_bindings_operations.py @@ -6,6 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- +from io import IOBase from typing import Any, Callable, Dict, IO, Iterable, Optional, TypeVar, Union, overload import urllib.parse @@ -42,7 +43,7 @@ def build_list_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -86,7 +87,7 @@ def build_get_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -138,7 +139,7 @@ def build_create_or_update_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) accept = _headers.pop("Accept", "application/json") @@ -193,7 +194,7 @@ def build_delete_request( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -241,7 +242,7 @@ class TrustedAccessRoleBindingsOperations: **DO NOT** instantiate this class directly. Instead, you should access the following operations through - :class:`~azure.mgmt.containerservice.v2023_04_02_preview.ContainerServiceClient`'s + :class:`~azure.mgmt.containerservice.v2023_05_02_preview.ContainerServiceClient`'s :attr:`trusted_access_role_bindings` attribute. """ @@ -271,13 +272,13 @@ def list( :return: An iterator like instance of either TrustedAccessRoleBinding or the result of cls(response) :rtype: - ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_04_02_preview.models.TrustedAccessRoleBinding] + ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_05_02_preview.models.TrustedAccessRoleBinding] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.TrustedAccessRoleBindingListResult] = kwargs.pop("cls", None) error_map = { @@ -366,7 +367,7 @@ def get( :type trusted_access_role_binding_name: str :keyword callable cls: A custom type or function that will be passed the direct response :return: TrustedAccessRoleBinding or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.TrustedAccessRoleBinding + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.TrustedAccessRoleBinding :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -380,7 +381,7 @@ def get( _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.TrustedAccessRoleBinding] = kwargs.pop("cls", None) request = build_get_request( @@ -442,13 +443,13 @@ def create_or_update( :type trusted_access_role_binding_name: str :param trusted_access_role_binding: A trusted access role binding. Required. :type trusted_access_role_binding: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.TrustedAccessRoleBinding + ~azure.mgmt.containerservice.v2023_05_02_preview.models.TrustedAccessRoleBinding :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: TrustedAccessRoleBinding or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.TrustedAccessRoleBinding + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.TrustedAccessRoleBinding :raises ~azure.core.exceptions.HttpResponseError: """ @@ -481,7 +482,7 @@ def create_or_update( :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: TrustedAccessRoleBinding or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.TrustedAccessRoleBinding + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.TrustedAccessRoleBinding :raises ~azure.core.exceptions.HttpResponseError: """ @@ -508,13 +509,13 @@ def create_or_update( :param trusted_access_role_binding: A trusted access role binding. Is either a TrustedAccessRoleBinding type or a IO type. Required. :type trusted_access_role_binding: - ~azure.mgmt.containerservice.v2023_04_02_preview.models.TrustedAccessRoleBinding or IO + ~azure.mgmt.containerservice.v2023_05_02_preview.models.TrustedAccessRoleBinding or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. :paramtype content_type: str :keyword callable cls: A custom type or function that will be passed the direct response :return: TrustedAccessRoleBinding or the result of cls(response) - :rtype: ~azure.mgmt.containerservice.v2023_04_02_preview.models.TrustedAccessRoleBinding + :rtype: ~azure.mgmt.containerservice.v2023_05_02_preview.models.TrustedAccessRoleBinding :raises ~azure.core.exceptions.HttpResponseError: """ error_map = { @@ -528,14 +529,14 @@ def create_or_update( _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.TrustedAccessRoleBinding] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None _content = None - if isinstance(trusted_access_role_binding, (IO, bytes)): + if isinstance(trusted_access_role_binding, (IOBase, bytes)): _content = trusted_access_role_binding else: _json = self._serialize.body(trusted_access_role_binding, "TrustedAccessRoleBinding") @@ -563,16 +564,20 @@ def create_or_update( response = pipeline_response.http_response - if response.status_code not in [200]: + if response.status_code not in [200, 201]: map_error(status_code=response.status_code, response=response, error_map=error_map) raise HttpResponseError(response=response, error_format=ARMErrorFormat) - deserialized = self._deserialize("TrustedAccessRoleBinding", pipeline_response) + if response.status_code == 200: + deserialized = self._deserialize("TrustedAccessRoleBinding", pipeline_response) + + if response.status_code == 201: + deserialized = self._deserialize("TrustedAccessRoleBinding", pipeline_response) if cls: - return cls(pipeline_response, deserialized, {}) + return cls(pipeline_response, deserialized, {}) # type: ignore - return deserialized + return deserialized # type: ignore create_or_update.metadata = { "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/trustedAccessRoleBindings/{trustedAccessRoleBindingName}" @@ -609,7 +614,7 @@ def delete( # pylint: disable=inconsistent-return-statements _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[None] = kwargs.pop("cls", None) request = build_delete_request( diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_trusted_access_roles_operations.py b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_trusted_access_roles_operations.py similarity index 97% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_trusted_access_roles_operations.py rename to src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_trusted_access_roles_operations.py index 4f35fd2f4bc..fdfe4da03b2 100755 --- a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_04_02_preview/operations/_trusted_access_roles_operations.py +++ b/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2023_05_02_preview/operations/_trusted_access_roles_operations.py @@ -40,7 +40,7 @@ def build_list_request(location: str, subscription_id: str, **kwargs: Any) -> Ht _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -70,7 +70,7 @@ class TrustedAccessRolesOperations: **DO NOT** instantiate this class directly. Instead, you should access the following operations through - :class:`~azure.mgmt.containerservice.v2023_04_02_preview.ContainerServiceClient`'s + :class:`~azure.mgmt.containerservice.v2023_05_02_preview.ContainerServiceClient`'s :attr:`trusted_access_roles` attribute. """ @@ -94,13 +94,13 @@ def list(self, location: str, **kwargs: Any) -> Iterable["_models.TrustedAccessR :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either TrustedAccessRole or the result of cls(response) :rtype: - ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_04_02_preview.models.TrustedAccessRole] + ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_05_02_preview.models.TrustedAccessRole] :raises ~azure.core.exceptions.HttpResponseError: """ _headers = kwargs.pop("headers", {}) or {} _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) - api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-04-02-preview")) + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-02-preview")) cls: ClsType[_models.TrustedAccessRoleListResult] = kwargs.pop("cls", None) error_map = { diff --git a/src/aks-preview/linter_exclusions.yml b/src/aks-preview/linter_exclusions.yml index 747ef2a1e15..4d991e3134c 100644 --- a/src/aks-preview/linter_exclusions.yml +++ b/src/aks-preview/linter_exclusions.yml @@ -51,6 +51,9 @@ aks create: nrg_lockdown_restriction_level: rule_exclusions: - option_length_too_long + enable_azure_monitor_metrics: + rule_exclusions: + - option_length_too_long aks update: parameters: enable_pod_identity_with_kubenet: @@ -113,6 +116,12 @@ aks update: nrg_lockdown_restriction_level: rule_exclusions: - option_length_too_long + enable_azure_monitor_metrics: + rule_exclusions: + - option_length_too_long + disable_azure_monitor_metrics: + rule_exclusions: + - option_length_too_long aks delete: parameters: ignore_pod_disruption_budget: diff --git a/src/aks-preview/setup.py b/src/aks-preview/setup.py index d3c37dd27a5..c1546008422 100644 --- a/src/aks-preview/setup.py +++ b/src/aks-preview/setup.py @@ -9,7 +9,7 @@ from setuptools import setup, find_packages -VERSION = "0.5.139" +VERSION = "0.5.144" CLASSIFIERS = [ "Development Status :: 4 - Beta", diff --git a/src/alb/HISTORY.rst b/src/alb/HISTORY.rst new file mode 100644 index 00000000000..8752512f491 --- /dev/null +++ b/src/alb/HISTORY.rst @@ -0,0 +1,8 @@ +.. :changelog: + +Release History +=============== + +0.1.0 +++++++ +* Initial release for ALB extension. \ No newline at end of file diff --git a/src/alb/README.md b/src/alb/README.md new file mode 100644 index 00000000000..020e765c58b --- /dev/null +++ b/src/alb/README.md @@ -0,0 +1,13 @@ +# Azure CLI ALB Extension # +This is an extension to Azure CLI to manage Application Gateway for Containers resources. + +## How to use ## +First, install the extension: +``` +az extension add --name alb +``` + +Then, call it as you would any other az command: +``` +az network alb -h +``` \ No newline at end of file diff --git a/src/traffic-controller/azext_traffic_controller/__init__.py b/src/alb/azext_alb/__init__.py similarity index 81% rename from src/traffic-controller/azext_traffic_controller/__init__.py rename to src/alb/azext_alb/__init__.py index 9a720f51b39..3ace7eac5a8 100644 --- a/src/traffic-controller/azext_traffic_controller/__init__.py +++ b/src/alb/azext_alb/__init__.py @@ -6,7 +6,7 @@ # -------------------------------------------------------------------------------------------- from azure.cli.core import AzCommandsLoader -from azext_traffic_controller._help import helps # pylint: disable=unused-import +from azext_alb._help import helps # pylint: disable=unused-import class TrafficControllerCommandsLoader(AzCommandsLoader): @@ -14,12 +14,12 @@ class TrafficControllerCommandsLoader(AzCommandsLoader): def __init__(self, cli_ctx=None): from azure.cli.core.commands import CliCommandType custom_command_type = CliCommandType( - operations_tmpl='azext_traffic_controller.custom#{}') + operations_tmpl='azext_alb.custom#{}') super().__init__(cli_ctx=cli_ctx, custom_command_type=custom_command_type) def load_command_table(self, args): - from azext_traffic_controller.commands import load_command_table + from azext_alb.commands import load_command_table from azure.cli.core.aaz import load_aaz_command_table try: from . import aaz @@ -35,7 +35,7 @@ def load_command_table(self, args): return self.command_table def load_arguments(self, command): - from azext_traffic_controller._params import load_arguments + from azext_alb._params import load_arguments load_arguments(self, command) diff --git a/src/traffic-controller/azext_traffic_controller/_help.py b/src/alb/azext_alb/_help.py similarity index 100% rename from src/traffic-controller/azext_traffic_controller/_help.py rename to src/alb/azext_alb/_help.py diff --git a/src/traffic-controller/azext_traffic_controller/_params.py b/src/alb/azext_alb/_params.py similarity index 100% rename from src/traffic-controller/azext_traffic_controller/_params.py rename to src/alb/azext_alb/_params.py diff --git a/src/traffic-controller/azext_traffic_controller/aaz/__init__.py b/src/alb/azext_alb/aaz/__init__.py similarity index 100% rename from src/traffic-controller/azext_traffic_controller/aaz/__init__.py rename to src/alb/azext_alb/aaz/__init__.py diff --git a/src/traffic-controller/azext_traffic_controller/aaz/latest/__init__.py b/src/alb/azext_alb/aaz/latest/__init__.py similarity index 100% rename from src/traffic-controller/azext_traffic_controller/aaz/latest/__init__.py rename to src/alb/azext_alb/aaz/latest/__init__.py diff --git a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/__cmd_group.py b/src/alb/azext_alb/aaz/latest/network/__cmd_group.py similarity index 86% rename from src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/__cmd_group.py rename to src/alb/azext_alb/aaz/latest/network/__cmd_group.py index 8b47ae10d94..5093d2928ba 100644 --- a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/__cmd_group.py +++ b/src/alb/azext_alb/aaz/latest/network/__cmd_group.py @@ -12,11 +12,10 @@ @register_command_group( - "service-networking", - is_preview=True, + "network", ) class __CMDGroup(AAZCommandGroup): - """Manage Service Networking Resources + """Manage Azure Network resources. """ pass diff --git a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/__init__.py b/src/alb/azext_alb/aaz/latest/network/__init__.py similarity index 100% rename from src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/__init__.py rename to src/alb/azext_alb/aaz/latest/network/__init__.py diff --git a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/__cmd_group.py b/src/alb/azext_alb/aaz/latest/network/alb/__cmd_group.py similarity index 81% rename from src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/__cmd_group.py rename to src/alb/azext_alb/aaz/latest/network/alb/__cmd_group.py index 5a528b19e9d..c97717ca5f8 100644 --- a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/__cmd_group.py +++ b/src/alb/azext_alb/aaz/latest/network/alb/__cmd_group.py @@ -12,11 +12,10 @@ @register_command_group( - "service-networking traffic-controller", - is_preview=True, + "network alb", ) class __CMDGroup(AAZCommandGroup): - """Manage and Configure Azure Traffic Controller Resource + """Manage and Configure Application Gateway for Containers """ pass diff --git a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/__init__.py b/src/alb/azext_alb/aaz/latest/network/alb/__init__.py similarity index 100% rename from src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/__init__.py rename to src/alb/azext_alb/aaz/latest/network/alb/__init__.py diff --git a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/_create.py b/src/alb/azext_alb/aaz/latest/network/alb/_create.py similarity index 94% rename from src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/_create.py rename to src/alb/azext_alb/aaz/latest/network/alb/_create.py index 225543cf089..2ced09e86f6 100644 --- a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/_create.py +++ b/src/alb/azext_alb/aaz/latest/network/alb/_create.py @@ -12,20 +12,19 @@ @register_command( - "service-networking traffic-controller create", - is_preview=True, + "network alb create", ) class Create(AAZCommand): - """Create a Traffic Controller + """Create an Application Gateway for Containers resource - :example: Create a Traffic Controller - az service-networking traffic-controller create -g testRG -n testTC + :example: Create an Application Gateway for Containers resource + az network alb create -g test-rg -n test-alb """ _aaz_info = { - "version": "2022-10-01-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}", "2022-10-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}", "2023-05-01-preview"], ] } @@ -49,9 +48,9 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.resource_group = AAZResourceGroupNameArg( required=True, ) - _args_schema.traffic_controller_name = AAZStrArg( - options=["-n", "--name", "--traffic-controller-name"], - help="Name of the Traffic Controller", + _args_schema.name = AAZStrArg( + options=["-n", "--name"], + help="Name of the resource", required=True, fmt=AAZStrArgFormat( pattern="[A-Za-z0-9]+[A-Za-z0-9-_.]{0,62}[A-Za-z0-9_]+", @@ -150,7 +149,7 @@ def url_parameters(self): required=True, ), **self.serialize_url_param( - "trafficControllerName", self.ctx.args.traffic_controller_name, + "trafficControllerName", self.ctx.args.name, required=True, ), } @@ -160,7 +159,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-10-01-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/_delete.py b/src/alb/azext_alb/aaz/latest/network/alb/_delete.py similarity index 88% rename from src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/_delete.py rename to src/alb/azext_alb/aaz/latest/network/alb/_delete.py index 7d81dd84483..25ea055fff5 100644 --- a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/_delete.py +++ b/src/alb/azext_alb/aaz/latest/network/alb/_delete.py @@ -12,21 +12,20 @@ @register_command( - "service-networking traffic-controller delete", - is_preview=True, + "network alb delete", confirmation="Are you sure you want to perform this operation?", ) class Delete(AAZCommand): - """Delete a Traffic Controller + """Delete an Application Gateway for Containers resource - :example: Delete a Traffic Controller Resource - az service-networking traffic-controller delete -g testRG -n testTC + :example: Delete an Application Gateway for Containers resource + az network alb delete -g test-rg -n test-alb """ _aaz_info = { - "version": "2022-10-01-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}", "2022-10-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}", "2023-05-01-preview"], ] } @@ -50,9 +49,9 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.resource_group = AAZResourceGroupNameArg( required=True, ) - _args_schema.traffic_controller_name = AAZStrArg( - options=["-n", "--name", "--traffic-controller-name"], - help="Name of the Traffic Controller", + _args_schema.name = AAZStrArg( + options=["-n", "--name"], + help="Name of the resource", required=True, id_part="name", fmt=AAZStrArgFormat( @@ -137,7 +136,7 @@ def url_parameters(self): required=True, ), **self.serialize_url_param( - "trafficControllerName", self.ctx.args.traffic_controller_name, + "trafficControllerName", self.ctx.args.name, required=True, ), } @@ -147,7 +146,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-10-01-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/_list.py b/src/alb/azext_alb/aaz/latest/network/alb/_list.py similarity index 95% rename from src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/_list.py rename to src/alb/azext_alb/aaz/latest/network/alb/_list.py index a1b7b70adc0..24370bdad1a 100644 --- a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/_list.py +++ b/src/alb/azext_alb/aaz/latest/network/alb/_list.py @@ -12,24 +12,23 @@ @register_command( - "service-networking traffic-controller list", - is_preview=True, + "network alb list", ) class List(AAZCommand): - """List Traffic Controllers + """List Application Gateway for Containers resource - :example: List Traffic Controllers in resource group - az service-networking traffic-controller list -g testRG + :example: List Application Gateway for Containers in resource group + az network alb list -g test-rg - :example: List all Traffic Controllers in a subscription - az service-networking traffic-controller list + :example: List all Application Gateway for Containers in subscription + az network alb list """ _aaz_info = { - "version": "2022-10-01-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/providers/microsoft.servicenetworking/trafficcontrollers", "2022-10-01-preview"], - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers", "2022-10-01-preview"], + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.servicenetworking/trafficcontrollers", "2023-05-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers", "2023-05-01-preview"], ] } @@ -118,7 +117,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-10-01-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -274,7 +273,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-10-01-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/_show.py b/src/alb/azext_alb/aaz/latest/network/alb/_show.py similarity index 92% rename from src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/_show.py rename to src/alb/azext_alb/aaz/latest/network/alb/_show.py index 74803fe5790..7e1b90ded40 100644 --- a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/_show.py +++ b/src/alb/azext_alb/aaz/latest/network/alb/_show.py @@ -12,20 +12,19 @@ @register_command( - "service-networking traffic-controller show", - is_preview=True, + "network alb show", ) class Show(AAZCommand): - """Get a Traffic Controller + """Get an Application Gateway for Containers resource - :example: Get the details of a Traffic Controller - az service-networking traffic-controller show -g testRG -n testTC + :example: Get the details of an Application Gateway for Containers resource + az network alb show -g test-rg -n test-alb """ _aaz_info = { - "version": "2022-10-01-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}", "2022-10-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}", "2023-05-01-preview"], ] } @@ -48,9 +47,9 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.resource_group = AAZResourceGroupNameArg( required=True, ) - _args_schema.traffic_controller_name = AAZStrArg( - options=["-n", "--name", "--traffic-controller-name"], - help="Name of the Traffic Controller", + _args_schema.name = AAZStrArg( + options=["-n", "--name"], + help="Name of the resource", required=True, id_part="name", fmt=AAZStrArgFormat( @@ -114,7 +113,7 @@ def url_parameters(self): required=True, ), **self.serialize_url_param( - "trafficControllerName", self.ctx.args.traffic_controller_name, + "trafficControllerName", self.ctx.args.name, required=True, ), } @@ -124,7 +123,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-10-01-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/_update.py b/src/alb/azext_alb/aaz/latest/network/alb/_update.py similarity index 93% rename from src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/_update.py rename to src/alb/azext_alb/aaz/latest/network/alb/_update.py index bc94086c15f..3082706dd7e 100644 --- a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/_update.py +++ b/src/alb/azext_alb/aaz/latest/network/alb/_update.py @@ -12,22 +12,21 @@ @register_command( - "service-networking traffic-controller update", - is_preview=True, + "network alb update", ) class Update(AAZCommand): - """Update a Traffic Controller + """Update an Application Gateway for Containers resource - This command can only be used to update the tags for a traffic controller. Name and resource group are immutable and cannot be updated + This command can only be used to update the tags for the resource. Name and resource group are immutable and cannot be updated - :example: Update the tags of a traffic controller - az service-networking traffic-controller update -g testRG -n testTC --set tags.CostCenter=testBusinessGroup + :example: Update the tags of the resource + az network alb update -g test-rg -n test-alb --set tags.CostCenter=testBusinessGroup """ _aaz_info = { - "version": "2022-10-01-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}", "2022-10-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}", "2023-05-01-preview"], ] } @@ -53,9 +52,9 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.resource_group = AAZResourceGroupNameArg( required=True, ) - _args_schema.traffic_controller_name = AAZStrArg( - options=["-n", "--name", "--traffic-controller-name"], - help="Name of the Traffic Controller", + _args_schema.name = AAZStrArg( + options=["-n", "--name"], + help="Name of the resource", required=True, id_part="name", fmt=AAZStrArgFormat( @@ -147,7 +146,7 @@ def url_parameters(self): required=True, ), **self.serialize_url_param( - "trafficControllerName", self.ctx.args.traffic_controller_name, + "trafficControllerName", self.ctx.args.name, required=True, ), } @@ -157,7 +156,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-10-01-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -246,7 +245,7 @@ def url_parameters(self): required=True, ), **self.serialize_url_param( - "trafficControllerName", self.ctx.args.traffic_controller_name, + "trafficControllerName", self.ctx.args.name, required=True, ), } @@ -256,7 +255,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-10-01-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/_wait.py b/src/alb/azext_alb/aaz/latest/network/alb/_wait.py similarity index 95% rename from src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/_wait.py rename to src/alb/azext_alb/aaz/latest/network/alb/_wait.py index fe4dbe991d7..793e5011827 100644 --- a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/_wait.py +++ b/src/alb/azext_alb/aaz/latest/network/alb/_wait.py @@ -12,7 +12,7 @@ @register_command( - "service-networking traffic-controller wait", + "network alb wait", ) class Wait(AAZWaitCommand): """Place the CLI in a waiting state until a condition is met. @@ -20,7 +20,7 @@ class Wait(AAZWaitCommand): _aaz_info = { "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}", "2022-10-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}", "2023-05-01-preview"], ] } @@ -43,9 +43,9 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.resource_group = AAZResourceGroupNameArg( required=True, ) - _args_schema.traffic_controller_name = AAZStrArg( - options=["-n", "--name", "--traffic-controller-name"], - help="Name of the Traffic Controller", + _args_schema.name = AAZStrArg( + options=["-n", "--name"], + help="Name of the resource", required=True, id_part="name", fmt=AAZStrArgFormat( @@ -109,7 +109,7 @@ def url_parameters(self): required=True, ), **self.serialize_url_param( - "trafficControllerName", self.ctx.args.traffic_controller_name, + "trafficControllerName", self.ctx.args.name, required=True, ), } @@ -119,7 +119,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-10-01-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/frontend/__cmd_group.py b/src/alb/azext_alb/aaz/latest/network/alb/association/__cmd_group.py similarity index 78% rename from src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/frontend/__cmd_group.py rename to src/alb/azext_alb/aaz/latest/network/alb/association/__cmd_group.py index ff8afb31592..f8ff72e3d26 100644 --- a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/frontend/__cmd_group.py +++ b/src/alb/azext_alb/aaz/latest/network/alb/association/__cmd_group.py @@ -12,11 +12,10 @@ @register_command_group( - "service-networking traffic-controller frontend", - is_preview=True, + "network alb association", ) class __CMDGroup(AAZCommandGroup): - """Manage and Configure Frontends for Azure Traffic Controller Resource + """Manage and Configure Associations for Application Gateway for Containers resource """ pass diff --git a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/association/__init__.py b/src/alb/azext_alb/aaz/latest/network/alb/association/__init__.py similarity index 100% rename from src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/association/__init__.py rename to src/alb/azext_alb/aaz/latest/network/alb/association/__init__.py diff --git a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/association/_create.py b/src/alb/azext_alb/aaz/latest/network/alb/association/_create.py similarity index 92% rename from src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/association/_create.py rename to src/alb/azext_alb/aaz/latest/network/alb/association/_create.py index 95468f862e2..5e0df62c7d9 100644 --- a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/association/_create.py +++ b/src/alb/azext_alb/aaz/latest/network/alb/association/_create.py @@ -12,20 +12,19 @@ @register_command( - "service-networking traffic-controller association create", - is_preview=True, + "network alb association create", ) class Create(AAZCommand): - """Create a Traffic Controller Association + """Create an Application Gateway for Containers association resource - :example: Create a Traffic Controller Association - az service-networking traffic-controller association create -g testRG -n testAssociation --traffic-controller-name testTC --subnet + :example: Create an Application Gateway for Containers association resource + az network alb association create -g test-rg -n test-association --alb-name test-alb --subnet """ _aaz_info = { - "version": "2022-10-01-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/associations/{}", "2022-10-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/associations/{}", "2023-05-01-preview"], ] } @@ -48,7 +47,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.association_name = AAZStrArg( options=["-n", "--name", "--association-name"], - help="Name of Association", + help="Name of the association resource", required=True, fmt=AAZStrArgFormat( pattern="[A-Za-z0-9]+[A-Za-z0-9-_.]{0,62}[A-Za-z0-9_]+", @@ -57,9 +56,9 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.resource_group = AAZResourceGroupNameArg( required=True, ) - _args_schema.traffic_controller_name = AAZStrArg( - options=["--tc-name", "--traffic-controller-name"], - help="Name of the Traffic Controller", + _args_schema.alb_name = AAZStrArg( + options=["--alb-name"], + help="Name of the Application Gateway for Containers resource", required=True, fmt=AAZStrArgFormat( pattern="[A-Za-z0-9]+[A-Za-z0-9-_.]{0,62}[A-Za-z0-9_]+", @@ -78,7 +77,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.subnet = AAZStrArg( options=["--subnet"], arg_group="Properties", - help="Name or Id of exiting Subnet resource", + help="Name or Id of exiting subnet resource", ) # define Arg Group "Resource" @@ -177,7 +176,7 @@ def url_parameters(self): required=True, ), **self.serialize_url_param( - "trafficControllerName", self.ctx.args.traffic_controller_name, + "trafficControllerName", self.ctx.args.alb_name, required=True, ), } @@ -187,7 +186,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-10-01-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/association/_delete.py b/src/alb/azext_alb/aaz/latest/network/alb/association/_delete.py similarity index 87% rename from src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/association/_delete.py rename to src/alb/azext_alb/aaz/latest/network/alb/association/_delete.py index f8724c78b35..b1bdc560203 100644 --- a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/association/_delete.py +++ b/src/alb/azext_alb/aaz/latest/network/alb/association/_delete.py @@ -12,21 +12,20 @@ @register_command( - "service-networking traffic-controller association delete", - is_preview=True, + "network alb association delete", confirmation="Are you sure you want to perform this operation?", ) class Delete(AAZCommand): - """Delete a Traffic Controller Association + """Delete an Application Gateway for Containers association resource - :example: Delete a Traffic Controller Association - az service-networking traffic-controller association create -g testRG -n testAssociation --traffic-controller-name testTC + :example: Delete an Application Gateway for Containers association resource + az network alb association delete -g test-rg -n test-association --alb-name test-alb """ _aaz_info = { - "version": "2022-10-01-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/associations/{}", "2022-10-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/associations/{}", "2023-05-01-preview"], ] } @@ -49,7 +48,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.association_name = AAZStrArg( options=["-n", "--name", "--association-name"], - help="Name of Association", + help="Name of the association resource", required=True, id_part="child_name_1", fmt=AAZStrArgFormat( @@ -59,9 +58,9 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.resource_group = AAZResourceGroupNameArg( required=True, ) - _args_schema.traffic_controller_name = AAZStrArg( - options=["--tc-name", "--traffic-controller-name"], - help="Name of the Traffic Controller", + _args_schema.alb_name = AAZStrArg( + options=["--alb-name"], + help="Name of the Application Gateway for Containers resource", required=True, id_part="name", fmt=AAZStrArgFormat( @@ -150,7 +149,7 @@ def url_parameters(self): required=True, ), **self.serialize_url_param( - "trafficControllerName", self.ctx.args.traffic_controller_name, + "trafficControllerName", self.ctx.args.alb_name, required=True, ), } @@ -160,7 +159,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-10-01-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/association/_list.py b/src/alb/azext_alb/aaz/latest/network/alb/association/_list.py similarity index 91% rename from src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/association/_list.py rename to src/alb/azext_alb/aaz/latest/network/alb/association/_list.py index 42028e66a59..0359daa7f06 100644 --- a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/association/_list.py +++ b/src/alb/azext_alb/aaz/latest/network/alb/association/_list.py @@ -12,20 +12,19 @@ @register_command( - "service-networking traffic-controller association list", - is_preview=True, + "network alb association list", ) class List(AAZCommand): - """List all Association resources by Traffic Controller + """List all associations for an Application Gateway for Containers resource - :example: List associations for a traffic controller - az service-networking traffic-controller association list -g testRG --traffic-controller-name testTC + :example: List all associations for an Application Gateway for Containers resource + az network alb association list -g test-rg --alb-name test-alb """ _aaz_info = { - "version": "2022-10-01-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/associations", "2022-10-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/associations", "2023-05-01-preview"], ] } @@ -47,9 +46,9 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.resource_group = AAZResourceGroupNameArg( required=True, ) - _args_schema.traffic_controller_name = AAZStrArg( - options=["--tc-name", "--traffic-controller-name"], - help="Name of the Traffic Controller", + _args_schema.alb_name = AAZStrArg( + options=["--alb-name"], + help="Name of the Application Gateway for Containers resource", required=True, fmt=AAZStrArgFormat( pattern="[A-Za-z0-9]+[A-Za-z0-9-_.]{0,62}[A-Za-z0-9_]+", @@ -113,7 +112,7 @@ def url_parameters(self): required=True, ), **self.serialize_url_param( - "trafficControllerName", self.ctx.args.traffic_controller_name, + "trafficControllerName", self.ctx.args.alb_name, required=True, ), } @@ -123,7 +122,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-10-01-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/association/_show.py b/src/alb/azext_alb/aaz/latest/network/alb/association/_show.py similarity index 90% rename from src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/association/_show.py rename to src/alb/azext_alb/aaz/latest/network/alb/association/_show.py index 2c7fa67fa47..31f47690b82 100644 --- a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/association/_show.py +++ b/src/alb/azext_alb/aaz/latest/network/alb/association/_show.py @@ -12,20 +12,19 @@ @register_command( - "service-networking traffic-controller association show", - is_preview=True, + "network alb association show", ) class Show(AAZCommand): - """Get a Traffic Controller Association + """Get an Application Gateway for Containers association resource - :example: Get the details of an Association - az service-networking traffic-controller association show -g testRG -n testAssociation --traffic-controller-name testTC + :example: Get the details of an Application Gateway for containers association resource + az network alb association show -g test-rg -n test-association --alb-name test-alb """ _aaz_info = { - "version": "2022-10-01-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/associations/{}", "2022-10-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/associations/{}", "2023-05-01-preview"], ] } @@ -47,7 +46,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.association_name = AAZStrArg( options=["-n", "--name", "--association-name"], - help="Name of Association", + help="Name of the association resource", required=True, id_part="child_name_1", fmt=AAZStrArgFormat( @@ -57,9 +56,9 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.resource_group = AAZResourceGroupNameArg( required=True, ) - _args_schema.traffic_controller_name = AAZStrArg( - options=["--tc-name", "--traffic-controller-name"], - help="Name of the Traffic Controller", + _args_schema.alb_name = AAZStrArg( + options=["--alb-name"], + help="Name of the Application Gateway for Containers resource", required=True, id_part="name", fmt=AAZStrArgFormat( @@ -127,7 +126,7 @@ def url_parameters(self): required=True, ), **self.serialize_url_param( - "trafficControllerName", self.ctx.args.traffic_controller_name, + "trafficControllerName", self.ctx.args.alb_name, required=True, ), } @@ -137,7 +136,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-10-01-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/association/_update.py b/src/alb/azext_alb/aaz/latest/network/alb/association/_update.py similarity index 95% rename from src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/association/_update.py rename to src/alb/azext_alb/aaz/latest/network/alb/association/_update.py index 8a4446e0eec..728196cb527 100644 --- a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/association/_update.py +++ b/src/alb/azext_alb/aaz/latest/network/alb/association/_update.py @@ -12,17 +12,16 @@ @register_command( - "service-networking traffic-controller association update", - is_preview=True, + "network alb association update", ) class Update(AAZCommand): - """Update a Traffic Controller Association + """Update an Application Gateway for Containers association resource """ _aaz_info = { - "version": "2022-10-01-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/associations/{}", "2022-10-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/associations/{}", "2023-05-01-preview"], ] } @@ -47,7 +46,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.association_name = AAZStrArg( options=["-n", "--name", "--association-name"], - help="Name of Association", + help="Name of the association resource", required=True, id_part="child_name_1", fmt=AAZStrArgFormat( @@ -57,9 +56,9 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.resource_group = AAZResourceGroupNameArg( required=True, ) - _args_schema.traffic_controller_name = AAZStrArg( - options=["--tc-name", "--traffic-controller-name"], - help="Name of the Traffic Controller", + _args_schema.alb_name = AAZStrArg( + options=["--alb-name"], + help="Name of the Application Gateway for Containers resource", required=True, id_part="name", fmt=AAZStrArgFormat( @@ -155,7 +154,7 @@ def url_parameters(self): required=True, ), **self.serialize_url_param( - "trafficControllerName", self.ctx.args.traffic_controller_name, + "trafficControllerName", self.ctx.args.alb_name, required=True, ), } @@ -165,7 +164,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-10-01-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -258,7 +257,7 @@ def url_parameters(self): required=True, ), **self.serialize_url_param( - "trafficControllerName", self.ctx.args.traffic_controller_name, + "trafficControllerName", self.ctx.args.alb_name, required=True, ), } @@ -268,7 +267,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-10-01-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/association/_wait.py b/src/alb/azext_alb/aaz/latest/network/alb/association/_wait.py similarity index 94% rename from src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/association/_wait.py rename to src/alb/azext_alb/aaz/latest/network/alb/association/_wait.py index b7b14cc3953..da70d8b521c 100644 --- a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/association/_wait.py +++ b/src/alb/azext_alb/aaz/latest/network/alb/association/_wait.py @@ -12,7 +12,7 @@ @register_command( - "service-networking traffic-controller association wait", + "network alb association wait", ) class Wait(AAZWaitCommand): """Place the CLI in a waiting state until a condition is met. @@ -20,7 +20,7 @@ class Wait(AAZWaitCommand): _aaz_info = { "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/associations/{}", "2022-10-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/associations/{}", "2023-05-01-preview"], ] } @@ -42,7 +42,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.association_name = AAZStrArg( options=["-n", "--name", "--association-name"], - help="Name of Association", + help="Name of the association resource", required=True, id_part="child_name_1", fmt=AAZStrArgFormat( @@ -52,9 +52,9 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.resource_group = AAZResourceGroupNameArg( required=True, ) - _args_schema.traffic_controller_name = AAZStrArg( - options=["--tc-name", "--traffic-controller-name"], - help="Name of the Traffic Controller", + _args_schema.alb_name = AAZStrArg( + options=["--alb-name"], + help="Name of the Application Gateway for Containers resource", required=True, id_part="name", fmt=AAZStrArgFormat( @@ -122,7 +122,7 @@ def url_parameters(self): required=True, ), **self.serialize_url_param( - "trafficControllerName", self.ctx.args.traffic_controller_name, + "trafficControllerName", self.ctx.args.alb_name, required=True, ), } @@ -132,7 +132,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-10-01-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/association/__cmd_group.py b/src/alb/azext_alb/aaz/latest/network/alb/frontend/__cmd_group.py similarity index 78% rename from src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/association/__cmd_group.py rename to src/alb/azext_alb/aaz/latest/network/alb/frontend/__cmd_group.py index 87a97e68694..66edf408727 100644 --- a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/association/__cmd_group.py +++ b/src/alb/azext_alb/aaz/latest/network/alb/frontend/__cmd_group.py @@ -12,11 +12,10 @@ @register_command_group( - "service-networking traffic-controller association", - is_preview=True, + "network alb frontend", ) class __CMDGroup(AAZCommandGroup): - """Manage and Configure Associations for Azure Traffic Controller Resource + """Manage and Configure Frontends for Application Gateway for Containers resource """ pass diff --git a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/frontend/__init__.py b/src/alb/azext_alb/aaz/latest/network/alb/frontend/__init__.py similarity index 100% rename from src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/frontend/__init__.py rename to src/alb/azext_alb/aaz/latest/network/alb/frontend/__init__.py diff --git a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/frontend/_create.py b/src/alb/azext_alb/aaz/latest/network/alb/frontend/_create.py similarity index 76% rename from src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/frontend/_create.py rename to src/alb/azext_alb/aaz/latest/network/alb/frontend/_create.py index c310cbb845b..baac2bc8404 100644 --- a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/frontend/_create.py +++ b/src/alb/azext_alb/aaz/latest/network/alb/frontend/_create.py @@ -12,20 +12,19 @@ @register_command( - "service-networking traffic-controller frontend create", - is_preview=True, + "network alb frontend create", ) class Create(AAZCommand): - """Create a Traffic Controller Frontend + """Create an Application Gateway for Containers frontend resource - :example: Create a Public frontend on Traffic Controller - az service-networking traffic-controller frontend create -g testRG -n testFrontend --traffic-controller-name testTC --public-ip-address + :example: Create an Application Gateway for Containers frontend resource + az network alb frontend create -g test-rg -n test-frontend --alb-name test-alb """ _aaz_info = { - "version": "2022-10-01-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/frontends/{}", "2022-10-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/frontends/{}", "2023-05-01-preview"], ] } @@ -48,7 +47,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.frontend_name = AAZStrArg( options=["-n", "--name", "--frontend-name"], - help="Frontends", + help="Name of the frontend resource", required=True, fmt=AAZStrArgFormat( pattern="[A-Za-z0-9]+[A-Za-z0-9-_.]{0,62}[A-Za-z0-9_]+", @@ -57,37 +56,15 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.resource_group = AAZResourceGroupNameArg( required=True, ) - _args_schema.traffic_controller_name = AAZStrArg( - options=["--tc-name", "--traffic-controller-name"], - help="Name of the Traffic Controller", + _args_schema.alb_name = AAZStrArg( + options=["--alb-name"], + help="Name of the Application Gateway for Containers resource", required=True, fmt=AAZStrArgFormat( pattern="[A-Za-z0-9]+[A-Za-z0-9-_.]{0,62}[A-Za-z0-9_]+", ), ) - # define Arg Group "Properties" - - _args_schema = cls._args_schema - _args_schema.ip_address_version = AAZStrArg( - options=["--ip-address-version"], - arg_group="Properties", - help="Frontend IP Address Version (Optional).", - enum={"IPv4": "IPv4", "IPv6": "IPv6"}, - ) - _args_schema.mode = AAZStrArg( - options=["--mode"], - arg_group="Properties", - help="Frontend Mode (Optional).", - default="public", - enum={"public": "public"}, - ) - _args_schema.public_ip_address = AAZStrArg( - options=["--public-ip-address"], - arg_group="Properties", - help="Name or Id of existing PublicIP Address Resource", - ) - # define Arg Group "Resource" _args_schema = cls._args_schema @@ -184,7 +161,7 @@ def url_parameters(self): required=True, ), **self.serialize_url_param( - "trafficControllerName", self.ctx.args.traffic_controller_name, + "trafficControllerName", self.ctx.args.alb_name, required=True, ), } @@ -194,7 +171,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-10-01-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -220,19 +197,8 @@ def content(self): typ_kwargs={"flags": {"required": True, "client_flatten": True}} ) _builder.set_prop("location", AAZStrType, ".location", typ_kwargs={"flags": {"required": True}}) - _builder.set_prop("properties", AAZObjectType, typ_kwargs={"flags": {"client_flatten": True}}) _builder.set_prop("tags", AAZDictType, ".tags") - properties = _builder.get(".properties") - if properties is not None: - properties.set_prop("ipAddressVersion", AAZStrType, ".ip_address_version") - properties.set_prop("mode", AAZStrType, ".mode") - properties.set_prop("publicIPAddress", AAZObjectType) - - public_ip_address = _builder.get(".properties.publicIPAddress") - if public_ip_address is not None: - public_ip_address.set_prop("id", AAZStrType, ".public_ip_address", typ_kwargs={"flags": {"required": True}}) - tags = _builder.get(".tags") if tags is not None: tags.set_elements(AAZStrType, ".") @@ -279,21 +245,12 @@ def _build_schema_on_200_201(cls): ) properties = cls._schema_on_200_201.properties - properties.ip_address_version = AAZStrType( - serialized_name="ipAddressVersion", + properties.fqdn = AAZStrType( + flags={"read_only": True}, ) - properties.mode = AAZStrType() properties.provisioning_state = AAZStrType( serialized_name="provisioningState", ) - properties.public_ip_address = AAZObjectType( - serialized_name="publicIPAddress", - ) - - public_ip_address = cls._schema_on_200_201.properties.public_ip_address - public_ip_address.id = AAZStrType( - flags={"required": True}, - ) system_data = cls._schema_on_200_201.system_data system_data.created_at = AAZStrType( diff --git a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/frontend/_delete.py b/src/alb/azext_alb/aaz/latest/network/alb/frontend/_delete.py similarity index 88% rename from src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/frontend/_delete.py rename to src/alb/azext_alb/aaz/latest/network/alb/frontend/_delete.py index 4d018abd2b4..852553a68bf 100644 --- a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/frontend/_delete.py +++ b/src/alb/azext_alb/aaz/latest/network/alb/frontend/_delete.py @@ -12,21 +12,20 @@ @register_command( - "service-networking traffic-controller frontend delete", - is_preview=True, + "network alb frontend delete", confirmation="Are you sure you want to perform this operation?", ) class Delete(AAZCommand): - """Delete a Traffic Controller Frontend + """Delete an Application Gateway for Containers frontend resource - :example: Delete a Traffic Controller Frontend - az service-networking traffic-controller frontend delete -g testRG -n testFrontend --traffic-controller-name testTC + :example: Delete an Application Gateway for Containers frontend resource + az network alb frontend delete -g test-rg -n test-frontend --alb-name test-alb """ _aaz_info = { - "version": "2022-10-01-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/frontends/{}", "2022-10-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/frontends/{}", "2023-05-01-preview"], ] } @@ -49,7 +48,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.frontend_name = AAZStrArg( options=["-n", "--name", "--frontend-name"], - help="Frontends", + help="Name of the frontend resource", required=True, id_part="child_name_1", fmt=AAZStrArgFormat( @@ -59,9 +58,9 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.resource_group = AAZResourceGroupNameArg( required=True, ) - _args_schema.traffic_controller_name = AAZStrArg( - options=["--tc-name", "--traffic-controller-name"], - help="Name of the Traffic Controller", + _args_schema.alb_name = AAZStrArg( + options=["--alb-name"], + help="Name of the Application Gateway for Containers resource", required=True, id_part="name", fmt=AAZStrArgFormat( @@ -150,7 +149,7 @@ def url_parameters(self): required=True, ), **self.serialize_url_param( - "trafficControllerName", self.ctx.args.traffic_controller_name, + "trafficControllerName", self.ctx.args.alb_name, required=True, ), } @@ -160,7 +159,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-10-01-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/frontend/_list.py b/src/alb/azext_alb/aaz/latest/network/alb/frontend/_list.py similarity index 85% rename from src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/frontend/_list.py rename to src/alb/azext_alb/aaz/latest/network/alb/frontend/_list.py index 4f558a4a7be..4adf4568d52 100644 --- a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/frontend/_list.py +++ b/src/alb/azext_alb/aaz/latest/network/alb/frontend/_list.py @@ -12,20 +12,19 @@ @register_command( - "service-networking traffic-controller frontend list", - is_preview=True, + "network alb frontend list", ) class List(AAZCommand): - """List All Frontend resources by TrafficController + """List all frontends for an Application Gateway for Containers resource - :example: List all Frontends for Traffic Controller - az service-networking traffic-controller frontend list -g testRG --traffic-controller-name testTC + :example: List all frontends for an Application Gateway for Containers resource + az network alb frontend list -g test-rg --alb-name test-alb """ _aaz_info = { - "version": "2022-10-01-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/frontends", "2022-10-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/frontends", "2023-05-01-preview"], ] } @@ -47,9 +46,9 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.resource_group = AAZResourceGroupNameArg( required=True, ) - _args_schema.traffic_controller_name = AAZStrArg( - options=["--tc-name", "--traffic-controller-name"], - help="Name of the Traffic Controller", + _args_schema.alb_name = AAZStrArg( + options=["--alb-name"], + help="Name of the Application Gateway for Containers resource", required=True, fmt=AAZStrArgFormat( pattern="[A-Za-z0-9]+[A-Za-z0-9-_.]{0,62}[A-Za-z0-9_]+", @@ -113,7 +112,7 @@ def url_parameters(self): required=True, ), **self.serialize_url_param( - "trafficControllerName", self.ctx.args.traffic_controller_name, + "trafficControllerName", self.ctx.args.alb_name, required=True, ), } @@ -123,7 +122,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-10-01-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -189,21 +188,12 @@ def _build_schema_on_200(cls): ) properties = cls._schema_on_200.value.Element.properties - properties.ip_address_version = AAZStrType( - serialized_name="ipAddressVersion", + properties.fqdn = AAZStrType( + flags={"read_only": True}, ) - properties.mode = AAZStrType() properties.provisioning_state = AAZStrType( serialized_name="provisioningState", ) - properties.public_ip_address = AAZObjectType( - serialized_name="publicIPAddress", - ) - - public_ip_address = cls._schema_on_200.value.Element.properties.public_ip_address - public_ip_address.id = AAZStrType( - flags={"required": True}, - ) system_data = cls._schema_on_200.value.Element.system_data system_data.created_at = AAZStrType( diff --git a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/frontend/_show.py b/src/alb/azext_alb/aaz/latest/network/alb/frontend/_show.py similarity index 85% rename from src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/frontend/_show.py rename to src/alb/azext_alb/aaz/latest/network/alb/frontend/_show.py index 74e015e4ac9..ea1212d91b1 100644 --- a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/frontend/_show.py +++ b/src/alb/azext_alb/aaz/latest/network/alb/frontend/_show.py @@ -12,20 +12,19 @@ @register_command( - "service-networking traffic-controller frontend show", - is_preview=True, + "network alb frontend show", ) class Show(AAZCommand): - """Get a Traffic Controller Frontend + """Get an Application Gateway for Containers frontend resource - :example: Get the details of an Frontend - az service-networking traffic-controller frontend show -g testRG -n testFrontend --traffic-controller-name testTC + :example: Get the details of an Application Gateway for containers frontend resource + az network alb frontend show -g test-rg -n test-frontend --alb-name test-alb """ _aaz_info = { - "version": "2022-10-01-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/frontends/{}", "2022-10-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/frontends/{}", "2023-05-01-preview"], ] } @@ -47,7 +46,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.frontend_name = AAZStrArg( options=["-n", "--name", "--frontend-name"], - help="Frontends", + help="Name of the frontend resource", required=True, id_part="child_name_1", fmt=AAZStrArgFormat( @@ -57,9 +56,9 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.resource_group = AAZResourceGroupNameArg( required=True, ) - _args_schema.traffic_controller_name = AAZStrArg( - options=["--tc-name", "--traffic-controller-name"], - help="Name of the Traffic Controller", + _args_schema.alb_name = AAZStrArg( + options=["--alb-name"], + help="Name of the Application Gateway for Containers resource", required=True, id_part="name", fmt=AAZStrArgFormat( @@ -127,7 +126,7 @@ def url_parameters(self): required=True, ), **self.serialize_url_param( - "trafficControllerName", self.ctx.args.traffic_controller_name, + "trafficControllerName", self.ctx.args.alb_name, required=True, ), } @@ -137,7 +136,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-10-01-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -192,21 +191,12 @@ def _build_schema_on_200(cls): ) properties = cls._schema_on_200.properties - properties.ip_address_version = AAZStrType( - serialized_name="ipAddressVersion", + properties.fqdn = AAZStrType( + flags={"read_only": True}, ) - properties.mode = AAZStrType() properties.provisioning_state = AAZStrType( serialized_name="provisioningState", ) - properties.public_ip_address = AAZObjectType( - serialized_name="publicIPAddress", - ) - - public_ip_address = cls._schema_on_200.properties.public_ip_address - public_ip_address.id = AAZStrType( - flags={"required": True}, - ) system_data = cls._schema_on_200.system_data system_data.created_at = AAZStrType( diff --git a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/frontend/_update.py b/src/alb/azext_alb/aaz/latest/network/alb/frontend/_update.py similarity index 92% rename from src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/frontend/_update.py rename to src/alb/azext_alb/aaz/latest/network/alb/frontend/_update.py index 99f499c83a5..794e110e26b 100644 --- a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/frontend/_update.py +++ b/src/alb/azext_alb/aaz/latest/network/alb/frontend/_update.py @@ -12,17 +12,16 @@ @register_command( - "service-networking traffic-controller frontend update", - is_preview=True, + "network alb frontend update", ) class Update(AAZCommand): - """Update a Traffic Controller Frontend + """Update an Application Gateway for Containers frontend resource """ _aaz_info = { - "version": "2022-10-01-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/frontends/{}", "2022-10-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/frontends/{}", "2023-05-01-preview"], ] } @@ -47,7 +46,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.frontend_name = AAZStrArg( options=["-n", "--name", "--frontend-name"], - help="Frontends", + help="Name of the frontend resource", required=True, id_part="child_name_1", fmt=AAZStrArgFormat( @@ -57,9 +56,9 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.resource_group = AAZResourceGroupNameArg( required=True, ) - _args_schema.traffic_controller_name = AAZStrArg( - options=["--tc-name", "--traffic-controller-name"], - help="Name of the Traffic Controller", + _args_schema.alb_name = AAZStrArg( + options=["--alb-name"], + help="Name of the Application Gateway for Containers resource", required=True, id_part="name", fmt=AAZStrArgFormat( @@ -155,7 +154,7 @@ def url_parameters(self): required=True, ), **self.serialize_url_param( - "trafficControllerName", self.ctx.args.traffic_controller_name, + "trafficControllerName", self.ctx.args.alb_name, required=True, ), } @@ -165,7 +164,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-10-01-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -258,7 +257,7 @@ def url_parameters(self): required=True, ), **self.serialize_url_param( - "trafficControllerName", self.ctx.args.traffic_controller_name, + "trafficControllerName", self.ctx.args.alb_name, required=True, ), } @@ -268,7 +267,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-10-01-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -385,21 +384,12 @@ def _build_schema_frontend_read(cls, _schema): ) properties = _schema_frontend_read.properties - properties.ip_address_version = AAZStrType( - serialized_name="ipAddressVersion", + properties.fqdn = AAZStrType( + flags={"read_only": True}, ) - properties.mode = AAZStrType() properties.provisioning_state = AAZStrType( serialized_name="provisioningState", ) - properties.public_ip_address = AAZObjectType( - serialized_name="publicIPAddress", - ) - - public_ip_address = _schema_frontend_read.properties.public_ip_address - public_ip_address.id = AAZStrType( - flags={"required": True}, - ) system_data = _schema_frontend_read.system_data system_data.created_at = AAZStrType( diff --git a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/frontend/_wait.py b/src/alb/azext_alb/aaz/latest/network/alb/frontend/_wait.py similarity index 88% rename from src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/frontend/_wait.py rename to src/alb/azext_alb/aaz/latest/network/alb/frontend/_wait.py index ee451af47c8..5f69d1a6d55 100644 --- a/src/traffic-controller/azext_traffic_controller/aaz/latest/service_networking/traffic_controller/frontend/_wait.py +++ b/src/alb/azext_alb/aaz/latest/network/alb/frontend/_wait.py @@ -12,7 +12,7 @@ @register_command( - "service-networking traffic-controller frontend wait", + "network alb frontend wait", ) class Wait(AAZWaitCommand): """Place the CLI in a waiting state until a condition is met. @@ -20,7 +20,7 @@ class Wait(AAZWaitCommand): _aaz_info = { "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/frontends/{}", "2022-10-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.servicenetworking/trafficcontrollers/{}/frontends/{}", "2023-05-01-preview"], ] } @@ -42,7 +42,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.frontend_name = AAZStrArg( options=["-n", "--name", "--frontend-name"], - help="Frontends", + help="Name of the frontend resource", required=True, id_part="child_name_1", fmt=AAZStrArgFormat( @@ -52,9 +52,9 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.resource_group = AAZResourceGroupNameArg( required=True, ) - _args_schema.traffic_controller_name = AAZStrArg( - options=["--tc-name", "--traffic-controller-name"], - help="Name of the Traffic Controller", + _args_schema.alb_name = AAZStrArg( + options=["--alb-name"], + help="Name of the Application Gateway for Containers resource", required=True, id_part="name", fmt=AAZStrArgFormat( @@ -122,7 +122,7 @@ def url_parameters(self): required=True, ), **self.serialize_url_param( - "trafficControllerName", self.ctx.args.traffic_controller_name, + "trafficControllerName", self.ctx.args.alb_name, required=True, ), } @@ -132,7 +132,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-10-01-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -187,21 +187,12 @@ def _build_schema_on_200(cls): ) properties = cls._schema_on_200.properties - properties.ip_address_version = AAZStrType( - serialized_name="ipAddressVersion", + properties.fqdn = AAZStrType( + flags={"read_only": True}, ) - properties.mode = AAZStrType() properties.provisioning_state = AAZStrType( serialized_name="provisioningState", ) - properties.public_ip_address = AAZObjectType( - serialized_name="publicIPAddress", - ) - - public_ip_address = cls._schema_on_200.properties.public_ip_address - public_ip_address.id = AAZStrType( - flags={"required": True}, - ) system_data = cls._schema_on_200.system_data system_data.created_at = AAZStrType( diff --git a/src/alb/azext_alb/azext_metadata.json b/src/alb/azext_alb/azext_metadata.json new file mode 100644 index 00000000000..9491320bc7d --- /dev/null +++ b/src/alb/azext_alb/azext_metadata.json @@ -0,0 +1,4 @@ +{ + "azext.isPreview": true, + "azext.minCliCoreVersion": "2.48.0" +} \ No newline at end of file diff --git a/src/traffic-controller/azext_traffic_controller/commands.py b/src/alb/azext_alb/commands.py similarity index 67% rename from src/traffic-controller/azext_traffic_controller/commands.py rename to src/alb/azext_alb/commands.py index 018ae226c7b..9a5c4692d4c 100644 --- a/src/traffic-controller/azext_traffic_controller/commands.py +++ b/src/alb/azext_alb/commands.py @@ -10,8 +10,5 @@ def load_command_table(self, _): # pylint: disable=unused-argument - from .custom import FrontendCreate - self.command_table["service-networking traffic-controller frontend create"] = FrontendCreate(loader=self) - from .custom import AssociationCreate - self.command_table["service-networking traffic-controller association create"] = AssociationCreate(loader=self) + self.command_table["network alb association create"] = AssociationCreate(loader=self) diff --git a/src/traffic-controller/azext_traffic_controller/custom.py b/src/alb/azext_alb/custom.py similarity index 64% rename from src/traffic-controller/azext_traffic_controller/custom.py rename to src/alb/azext_alb/custom.py index 8fb17896ec9..2cbefcb9ace 100644 --- a/src/traffic-controller/azext_traffic_controller/custom.py +++ b/src/alb/azext_alb/custom.py @@ -9,24 +9,11 @@ # pylint: disable=too-many-statements, protected-access from knack.log import get_logger -from .aaz.latest.service_networking.traffic_controller.frontend import Create as _FrontendCreate -from .aaz.latest.service_networking.traffic_controller.association import Create as _AssociationCreate +from .aaz.latest.network.alb.association import Create as _AssociationCreate logger = get_logger(__name__) -class FrontendCreate(_FrontendCreate): - @classmethod - def _build_arguments_schema(cls, *args, **kwargs): - from azure.cli.core.aaz import AAZResourceIdArgFormat - args_schema = super()._build_arguments_schema(*args, **kwargs) - args_schema.public_ip_address._fmt = AAZResourceIdArgFormat( - template="/subscriptions/{subscription}/resourceGroups/{resource_group}/providers/Microsoft.Network" - "/publicIpAddresses/{}", - ) - return args_schema - - class AssociationCreate(_AssociationCreate): @classmethod def _build_arguments_schema(cls, *args, **kwargs): diff --git a/src/traffic-controller/azext_traffic_controller/tests/__init__.py b/src/alb/azext_alb/tests/__init__.py similarity index 100% rename from src/traffic-controller/azext_traffic_controller/tests/__init__.py rename to src/alb/azext_alb/tests/__init__.py diff --git a/src/traffic-controller/azext_traffic_controller/tests/latest/__init__.py b/src/alb/azext_alb/tests/latest/__init__.py similarity index 100% rename from src/traffic-controller/azext_traffic_controller/tests/latest/__init__.py rename to src/alb/azext_alb/tests/latest/__init__.py diff --git a/src/alb/azext_alb/tests/latest/recordings/test_alb_resources.yaml b/src/alb/azext_alb/tests/latest/recordings/test_alb_resources.yaml new file mode 100644 index 00000000000..ea1a86a103c --- /dev/null +++ b/src/alb/azext_alb/tests/latest/recordings/test_alb_resources.yaml @@ -0,0 +1,5634 @@ +interactions: +- request: + body: '{"location": "canadaeast"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '26' + Content-Type: + - application/json + ParameterSetName: + - -n --location + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_record_test_tc_000999990?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990","name":"cli_record_test_tc_000999990","type":"Microsoft.Resources/resourceGroups","location":"canadaeast","properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '257' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 06:59:58 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network alb list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/trafficControllers?api-version=2023-05-01-preview + response: + body: + string: '{"value":[{"properties":{"configurationEndpoints":["cc70978d6faf462e95fe26037832c338.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarahbartonbugbash/providers/Microsoft.ServiceNetworking/trafficControllers/sarahbartontrafficcontroller/frontends/sarahbartonfrontend"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarahbartonbugbash/providers/Microsoft.ServiceNetworking/trafficControllers/sarahbartontrafficcontroller/frontends/sarahbartonfrontend2"}],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarahbartonbugbash/providers/Microsoft.ServiceNetworking/trafficControllers/sarahbartontrafficcontroller","name":"sarahbartontrafficcontroller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"78ade6b3-bf14-49ee-bd7a-6ed8465df3eb","location":"canadaeast","tags":{"dummyKey":"dummyValue"}},{"properties":{"configurationEndpoints":["73e1dd0582bd4f7680348a2081cffc16.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rj-test-1/providers/Microsoft.ServiceNetworking/trafficControllers/rj-test-tc/frontends/rj-frontend"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rj-test-1/providers/Microsoft.ServiceNetworking/trafficControllers/rj-test-tc/associations/rj-test-association"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rj-test-1/providers/Microsoft.ServiceNetworking/trafficControllers/rj-test-tc/associations/rj-test-association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rj-test-1/providers/Microsoft.ServiceNetworking/trafficControllers/rj-test-tc","name":"rj-test-tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"0660c12b-4343-4a2f-8d29-5f4813fcf0be","location":"canadaeast"},{"properties":{"configurationEndpoints":["2c44a043114449b8997e25021797d34f.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rjay-test/providers/Microsoft.ServiceNetworking/trafficControllers/rjay-trafficcontroller/frontends/rj-frontend"}],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rjay-test/providers/Microsoft.ServiceNetworking/trafficControllers/rjay-trafficcontroller","name":"rjay-trafficcontroller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"d7cf4454-62e5-4067-85d3-e561460e234e","location":"canadaeast"},{"properties":{"configurationEndpoints":["255f260eb37149d9a4f4a51ea5711fca.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/jaishah-bugbash-rg/providers/Microsoft.ServiceNetworking/trafficControllers/test-trafficController/frontends/frontend1"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/jaishah-bugbash-rg/providers/Microsoft.ServiceNetworking/trafficControllers/test-trafficController/associations/association-eastus"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/jaishah-bugbash-rg/providers/Microsoft.ServiceNetworking/trafficControllers/test-trafficController","name":"test-trafficController","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"dffb3c7a-4bb6-4b53-a56f-4a4210fa04fd","location":"canadaeast"},{"properties":{"configurationEndpoints":["b9168d4fe54e49f99c733d5114d13db3.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tc-latency/providers/Microsoft.ServiceNetworking/trafficControllers/tc-latency-2/frontends/tc-latency"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tc-latency/providers/Microsoft.ServiceNetworking/trafficControllers/tc-latency-2/associations/tc-latency"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/tc-latency/providers/Microsoft.ServiceNetworking/trafficControllers/tc-latency-2/associations/tc-latency"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tc-latency/providers/Microsoft.ServiceNetworking/trafficControllers/tc-latency-2","name":"tc-latency-2","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"643cdb9f-9f2e-4317-9b1f-fc30dea81545","location":"canadaeast"},{"properties":{"configurationEndpoints":["8a980c26d5ac47ccadbf4de12c8a53ab.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency/providers/Microsoft.ServiceNetworking/trafficControllers/latency/frontends/latency"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency/providers/Microsoft.ServiceNetworking/trafficControllers/latency/associations/latency"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency/providers/Microsoft.ServiceNetworking/trafficControllers/latency","name":"latency","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"1758c2dc-f02f-442a-97e5-9df4b02fb910","location":"canadaeast"},{"properties":{"configurationEndpoints":["e111885c5e044c709033ba7afec7241f.test.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shoebox/providers/Microsoft.ServiceNetworking/trafficControllers/tc-shmalp","name":"tc-shmalp","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"41cce5d4-197f-405c-b153-31eea05390c6","location":"canadaeast"},{"properties":{"configurationEndpoints":["1df21d528cd642e69fa8c2dd80e235de.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aksgupta-dev2/providers/Microsoft.ServiceNetworking/trafficControllers/tc/frontends/frontend"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aksgupta-dev2/providers/Microsoft.ServiceNetworking/trafficControllers/tc/associations/association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aksgupta-dev2/providers/Microsoft.ServiceNetworking/trafficControllers/tc","name":"tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"68ec456f-db00-4d82-8e59-f0877f9ef675","location":"canadaeast"},{"properties":{"configurationEndpoints":["257cf91b2abc402aa88d989f5f76b9f0.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/latency/frontends/latency"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/latency/frontends/latency-1"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/latency/frontends/bugplanet"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/latency/associations/latency-1"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/latency","name":"latency","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"16cd7a8f-bded-4ef5-8cf1-47777f259183","location":"canadaeast"},{"properties":{"configurationEndpoints":["666eb3dba815432fb50ca40f5071149c.test.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/bugplanet","name":"bugplanet","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"beee699e-c1df-48ab-8881-eb4f08e6d2d5","location":"canadaeast"},{"properties":{"configurationEndpoints":["47e2699b8e1b4d198e17591fa15e115f.test.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/pramod-is-pramod","name":"pramod-is-pramod","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"b24041d0-4e97-46b5-b569-1e095e76c86a","location":"canadaeast"},{"properties":{"configurationEndpoints":["9e1d602e30a14d8a9c10aa92fb99cd59.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/KubicBVTDevRG/providers/Microsoft.ServiceNetworking/trafficControllers/tc/frontends/frontend"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/KubicBVTDevRG/providers/Microsoft.ServiceNetworking/trafficControllers/tc/associations/association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/KubicBVTDevRG/providers/Microsoft.ServiceNetworking/trafficControllers/tc","name":"tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"ea88500c-f733-4c43-b0bd-629826fbbacc","location":"canadaeast"},{"properties":{"configurationEndpoints":["8ee1d2aaebcf40ec9c25ede296635f14.test.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/alex-bvt-dev/providers/Microsoft.ServiceNetworking/trafficControllers/tc","name":"tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"b63c8487-f189-4e6b-af6e-c1464a7ca24d","location":"canadaeast"},{"properties":{"configurationEndpoints":["afddc5df784d4db1a72dd799e9b2ecf0.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalp-test/providers/Microsoft.ServiceNetworking/trafficControllers/tc2/frontends/frontend"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalp-test/providers/Microsoft.ServiceNetworking/trafficControllers/tc2/associations/association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalp-test/providers/Microsoft.ServiceNetworking/trafficControllers/tc2","name":"tc2","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"4c861da5-02bc-4acd-bdbc-4056603710a8","location":"canadaeast"},{"properties":{"configurationEndpoints":["88ee45294cb84b71b11c46e0a7df2c97.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/alex-test-rg/providers/Microsoft.ServiceNetworking/trafficControllers/new-api-tc/frontends/managed-pip"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/alex-test-rg/providers/Microsoft.ServiceNetworking/trafficControllers/new-api-tc/frontends/managed-pip-2"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/alex-test-rg/providers/Microsoft.ServiceNetworking/trafficControllers/new-api-tc/associations/tc-subnet"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/alex-test-rg/providers/Microsoft.ServiceNetworking/trafficControllers/new-api-tc","name":"new-api-tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"915ff177-5cc4-49b7-a75e-7e3558474eda","location":"canadaeast"},{"properties":{"configurationEndpoints":["602913643729462a95161a02663b8d7f.test.trafficcontroller.azure.com"],"frontends":[],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/seanjeffrey-bug-planet/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/associations/association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/seanjeffrey-bug-planet/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller","name":"traffic-controller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"5e014b3b-2f21-4a15-bdd0-1106bbc2c8ed","location":"canadaeast"},{"properties":{"configurationEndpoints":["6f23005be92d4f2f8b67f29110f56ddb.test.trafficcontroller.azure.com"],"frontends":[],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/seanjeffrey-bug-planet/providers/Microsoft.ServiceNetworking/trafficControllers/seanjeffrey-tc-pls/associations/seanjeffrey-ass-pls"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/seanjeffrey-bug-planet/providers/Microsoft.ServiceNetworking/trafficControllers/seanjeffrey-tc-pls","name":"seanjeffrey-tc-pls","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"994b76c8-8dd2-4c5f-b55e-3d10e2781d61","location":"canadaeast"},{"properties":{"configurationEndpoints":["9ddbbf6a45a343e097e1de36972f65a2.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/seanjeffrey-bug-planet-3/providers/Microsoft.ServiceNetworking/trafficControllers/tc/frontends/frontend"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/seanjeffrey-bug-planet-3/providers/Microsoft.ServiceNetworking/trafficControllers/tc/associations/association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/seanjeffrey-bug-planet-3/providers/Microsoft.ServiceNetworking/trafficControllers/tc","name":"tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"46e5a7ec-aba3-4297-90e5-f306fbf21605","location":"canadaeast"},{"properties":{"configurationEndpoints":["6d848a557a0f420d80e85077287c35f8.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/snchh-test-rg/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/frontends/raw-fe"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/snchh-test-rg/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/associations/association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/snchh-test-rg/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller","name":"traffic-controller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"3bc53dd0-8886-4ad8-b5c1-3317bb75e9eb","location":"canadaeast"},{"properties":{"configurationEndpoints":["47ec4fcb216d451e8524db8cd84204da.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/latency-test/frontends/frontend"}],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/latency-test","name":"latency-test","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"11a41e25-a0cd-4b5b-afbc-61817643221c","location":"canadaeast"},{"properties":{"configurationEndpoints":["46ee2a36b6f2415d8df46835a7ac5581.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/KubicBVT-2023-06-03-015139.587/providers/Microsoft.ServiceNetworking/trafficControllers/tc/frontends/frontend"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/KubicBVT-2023-06-03-015139.587/providers/Microsoft.ServiceNetworking/trafficControllers/tc/associations/association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/KubicBVT-2023-06-03-015139.587/providers/Microsoft.ServiceNetworking/trafficControllers/tc","name":"tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"c5ede861-d487-4253-916f-8f4eda05a11c","location":"canadaeast"},{"properties":{"configurationEndpoints":["3b3c765a5dd8442b8d12af4621103b9d.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/preflight-trial/providers/Microsoft.ServiceNetworking/trafficControllers/tc/frontends/frontend"}],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/preflight-trial/providers/Microsoft.ServiceNetworking/trafficControllers/tc","name":"tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"4cb5d46a-d927-415a-a877-6460cf22579f","location":"canadaeast"},{"properties":{"configurationEndpoints":["2b17a8c8ea9c4c488fe87a6593a013ee.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/health-1/providers/Microsoft.ServiceNetworking/trafficControllers/health-1","name":"health-1","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"51f6a21a-96d5-486a-b306-f2541e371499","location":"northeurope"},{"properties":{"configurationEndpoints":["c35fb86f7eca421caa40e042f68846bc.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/chengde-test/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller","name":"traffic-controller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"dc7e7e9c-c87d-4776-a86f-c53cc74ebacb","location":"northeurope"},{"properties":{"configurationEndpoints":["8895049146bb44919643c8ed28cb84ed.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalp-portal/providers/Microsoft.ServiceNetworking/trafficControllers/tc2/Frontends/frontend2"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalp-portal/providers/Microsoft.ServiceNetworking/trafficControllers/tc2/frontends/frontend2"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalp-portal/providers/Microsoft.ServiceNetworking/trafficControllers/tc2/Associations/asc2"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalp-portal/providers/Microsoft.ServiceNetworking/trafficControllers/tc2/associations/asc2"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalp-portal/providers/Microsoft.ServiceNetworking/trafficControllers/tc2","name":"tc2","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"5e051496-272b-48ad-888b-bed4d1263a6d","location":"northeurope","tags":{}},{"properties":{"configurationEndpoints":["79198c80007a4816b562e3f75b2f0851.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/bugbash/Frontends/bugplanet"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/bugbash/Associations/bugsociation"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/bugbash","name":"bugbash","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"6f1a8757-e818-4ea0-a58d-f14695f6c567","location":"northeurope","tags":{}},{"properties":{"configurationEndpoints":["6fda0bc218e34022ab85eb894a8e288a.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/preflight-to-fail/providers/Microsoft.ServiceNetworking/trafficControllers/tc","name":"tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"533ad412-118b-4833-b904-802b20ea6192","location":"northeurope"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/latency-tc/providers/Microsoft.ServiceNetworking/trafficControllers/latency-tc","name":"latency-tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"415e32eb-7a25-4171-843c-e8de004f7c93","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/latency-tc/providers/Microsoft.ServiceNetworking/trafficControllers/latency-tc-1","name":"latency-tc-1","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"6fc957b4-f3f8-4044-a3f1-14421f5e5bdf","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/latency-tc/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller","name":"traffic-controller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"e1069f05-28e3-4c83-bbab-ca884b78973e","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/tc-latency/providers/Microsoft.ServiceNetworking/trafficControllers/tc-latency","name":"tc-latency","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"bf220554-7ddf-4dcc-9264-3443a1220469","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/tc-latency/providers/Microsoft.ServiceNetworking/trafficControllers/tc-latency-1","name":"tc-latency-1","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"0c7ff592-26a5-4bfd-a47b-4e687fed8951","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/latency-2","name":"latency-2","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"14e6fd46-ea0a-4b7c-9978-3a0eb986490b","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalpani-testing-setup/providers/Microsoft.ServiceNetworking/trafficControllers/tc","name":"tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"ca6d9576-6dcc-4ed4-915a-99a0d59ac320","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalpani-testing-setup/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller","name":"traffic-controller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"720c3ae0-88c4-416b-825d-22052dcf2f45","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalpani-testing-setup/providers/Microsoft.ServiceNetworking/trafficControllers/tc2","name":"tc2","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"e773b709-4710-4b89-a44d-0299126d977f","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aksgupta-dev2/providers/Microsoft.ServiceNetworking/trafficControllers/sarah_resource","name":"sarah_resource","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"c59cd061-7e78-4f19-b085-cb6727d4662e","location":"eastus","tags":{}},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/preflight-to-fail/providers/Microsoft.ServiceNetworking/trafficControllers/tc-to-fail","name":"tc-to-fail","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"45624003-36f1-47ab-8328-4da464fc884d","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Deleting"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/alex-centraluseuap-canary/providers/Microsoft.ServiceNetworking/trafficControllers/canary-tc","name":"canary-tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"f6468ae8-e143-4b78-871b-0f0cc525e72d","location":"centraluseuap"},{"properties":{"configurationEndpoints":["bb4e90e5a1df4ca09f04e14fa669e71f.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pentest-rg/providers/Microsoft.ServiceNetworking/trafficControllers/pentest-tc-cisco1","name":"pentest-tc-cisco1","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"e34744e8-2105-4940-802f-d7d5d1aa831c","location":"centraluseuap"},{"properties":{"configurationEndpoints":["491c7c2c62e74ce9ad6b032f8c446005.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Deleting"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/alex-centraluseuap-canary/providers/Microsoft.ServiceNetworking/trafficControllers/all-in-one-tc","name":"all-in-one-tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"b6f266ea-1f4d-4221-a342-290e2f513496","location":"centraluseuap"},{"properties":{"configurationEndpoints":["396859e9a00e4c90a67d8ee9417bdfbc.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/aksgupta-dev2/providers/Microsoft.ServiceNetworking/trafficControllers/bugbash2","name":"bugbash2","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"d1bb43f0-4005-4c61-a239-de78cdb0c93c","location":"centraluseuap","tags":{}},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/metricstest","name":"metricstest","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"a3e243fd-1291-43e0-aa76-218659d7bc05","location":"centraluseuap","tags":{}},{"properties":{"configurationEndpoints":["c58b98c339d34f9db179adb89c8f8916.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sbSlice/providers/Microsoft.ServiceNetworking/trafficControllers/newApiTrafficController/Frontends/newApiFrontend"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sbSlice/providers/Microsoft.ServiceNetworking/trafficControllers/newApiTrafficController/Frontends/frontendArmPut"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sbSlice/providers/Microsoft.ServiceNetworking/trafficControllers/newApiTrafficController/Associations/newApiAssociation"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sbSlice/providers/Microsoft.ServiceNetworking/trafficControllers/newApiTrafficController","name":"newApiTrafficController","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"2cb764ad-4473-44da-b375-6fa029fcdb07","location":"centraluseuap"},{"properties":{"configurationEndpoints":["a25285be69f04a8bbd85c5a4e72fa668.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sbSlice/providers/Microsoft.ServiceNetworking/trafficControllers/alex-tc","name":"alex-tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"4dbe5be2-b742-4318-8fc9-4461fdcc03ee","location":"centraluseuap"},{"properties":{"configurationEndpoints":["e960aec28b1e46759493b19b0d485d0b.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sbSlice/providers/Microsoft.ServiceNetworking/trafficControllers/tcSbTest","name":"tcSbTest","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"6f4dbca8-e298-4fb6-ac38-c53930e1cb5e","location":"centraluseuap"},{"properties":{"configurationEndpoints":["ba20bb6a75a34b1c96293f26156725a4.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/alex-bvt-dev/providers/Microsoft.ServiceNetworking/trafficControllers/alex-debug","name":"alex-debug","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"525f2704-58df-4a83-a055-44c8ce4f42b2","location":"eastus2euap","tags":{"key1":"value1"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '29489' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:00:00 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: + - '' + - '' + - '' + - '' + - '' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network alb create + Connection: + - keep-alive + ParameterSetName: + - -g -n --tags + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_record_test_tc_000999990?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990","name":"cli_record_test_tc_000999990","type":"Microsoft.Resources/resourceGroups","location":"canadaeast","properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '257' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:00:00 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": "canadaeast", "tags": {"foo": "doo"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network alb create + Connection: + - keep-alive + Content-Length: + - '50' + Content-Type: + - application/json + ParameterSetName: + - -g -n --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"properties\": {\r\n \"frontends\": [],\r\n \"associations\": + [],\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1\",\r\n + \ \"name\": \"tc1\",\r\n \"type\": \"Microsoft.ServiceNetworking/TrafficControllers\",\r\n + \ \"etag\": \"b9a7b81e-c4f0-4619-bc94-0032fd1e8d87\",\r\n \"location\": \"canadaeast\",\r\n + \ \"tags\": {\r\n \"foo\": \"doo\"\r\n }\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0641e065-3dfe-4595-8ae0-8d935b09267d?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '477' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:00:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network alb create + Connection: + - keep-alive + ParameterSetName: + - -g -n --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0641e065-3dfe-4595-8ae0-8d935b09267d?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:00:15 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 alb create + Connection: + - keep-alive + ParameterSetName: + - -g -n --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0641e065-3dfe-4595-8ae0-8d935b09267d?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:00:25 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 alb create + Connection: + - keep-alive + ParameterSetName: + - -g -n --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0641e065-3dfe-4595-8ae0-8d935b09267d?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:00:36 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 alb create + Connection: + - keep-alive + ParameterSetName: + - -g -n --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0641e065-3dfe-4595-8ae0-8d935b09267d?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:00:46 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 alb create + Connection: + - keep-alive + ParameterSetName: + - -g -n --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0641e065-3dfe-4595-8ae0-8d935b09267d?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:00: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 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network alb create + Connection: + - keep-alive + ParameterSetName: + - -g -n --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0641e065-3dfe-4595-8ae0-8d935b09267d?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:01: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 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network alb create + Connection: + - keep-alive + ParameterSetName: + - -g -n --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0641e065-3dfe-4595-8ae0-8d935b09267d?api-version=2023-05-01-preview + 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, 15 Jun 2023 07:01: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 alb create + Connection: + - keep-alive + ParameterSetName: + - -g -n --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"properties\": {\r\n \"configurationEndpoints\": [\r\n \"550fc53e113c4553953254ec983c2b49.test.trafficcontroller.azure.com\"\r\n + \ ],\r\n \"frontends\": [],\r\n \"associations\": [],\r\n \"provisioningState\": + \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1\",\r\n + \ \"name\": \"tc1\",\r\n \"type\": \"Microsoft.ServiceNetworking/TrafficControllers\",\r\n + \ \"etag\": \"b9a7b81e-c4f0-4619-bc94-0032fd1e8d87\",\r\n \"location\": \"canadaeast\",\r\n + \ \"tags\": {\r\n \"foo\": \"doo\"\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '594' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:01:16 GMT + etag: + - '"b9a7b81e-c4f0-4619-bc94-0032fd1e8d87"' + 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 alb list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/trafficControllers?api-version=2023-05-01-preview + response: + body: + string: '{"value":[{"properties":{"configurationEndpoints":["cc70978d6faf462e95fe26037832c338.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarahbartonbugbash/providers/Microsoft.ServiceNetworking/trafficControllers/sarahbartontrafficcontroller/frontends/sarahbartonfrontend"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarahbartonbugbash/providers/Microsoft.ServiceNetworking/trafficControllers/sarahbartontrafficcontroller/frontends/sarahbartonfrontend2"}],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarahbartonbugbash/providers/Microsoft.ServiceNetworking/trafficControllers/sarahbartontrafficcontroller","name":"sarahbartontrafficcontroller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"78ade6b3-bf14-49ee-bd7a-6ed8465df3eb","location":"canadaeast","tags":{"dummyKey":"dummyValue"}},{"properties":{"configurationEndpoints":["73e1dd0582bd4f7680348a2081cffc16.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rj-test-1/providers/Microsoft.ServiceNetworking/trafficControllers/rj-test-tc/frontends/rj-frontend"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rj-test-1/providers/Microsoft.ServiceNetworking/trafficControllers/rj-test-tc/associations/rj-test-association"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rj-test-1/providers/Microsoft.ServiceNetworking/trafficControllers/rj-test-tc/associations/rj-test-association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rj-test-1/providers/Microsoft.ServiceNetworking/trafficControllers/rj-test-tc","name":"rj-test-tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"0660c12b-4343-4a2f-8d29-5f4813fcf0be","location":"canadaeast"},{"properties":{"configurationEndpoints":["2c44a043114449b8997e25021797d34f.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rjay-test/providers/Microsoft.ServiceNetworking/trafficControllers/rjay-trafficcontroller/frontends/rj-frontend"}],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rjay-test/providers/Microsoft.ServiceNetworking/trafficControllers/rjay-trafficcontroller","name":"rjay-trafficcontroller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"d7cf4454-62e5-4067-85d3-e561460e234e","location":"canadaeast"},{"properties":{"configurationEndpoints":["255f260eb37149d9a4f4a51ea5711fca.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/jaishah-bugbash-rg/providers/Microsoft.ServiceNetworking/trafficControllers/test-trafficController/frontends/frontend1"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/jaishah-bugbash-rg/providers/Microsoft.ServiceNetworking/trafficControllers/test-trafficController/associations/association-eastus"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/jaishah-bugbash-rg/providers/Microsoft.ServiceNetworking/trafficControllers/test-trafficController","name":"test-trafficController","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"dffb3c7a-4bb6-4b53-a56f-4a4210fa04fd","location":"canadaeast"},{"properties":{"configurationEndpoints":["b9168d4fe54e49f99c733d5114d13db3.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tc-latency/providers/Microsoft.ServiceNetworking/trafficControllers/tc-latency-2/frontends/tc-latency"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tc-latency/providers/Microsoft.ServiceNetworking/trafficControllers/tc-latency-2/associations/tc-latency"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/tc-latency/providers/Microsoft.ServiceNetworking/trafficControllers/tc-latency-2/associations/tc-latency"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tc-latency/providers/Microsoft.ServiceNetworking/trafficControllers/tc-latency-2","name":"tc-latency-2","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"643cdb9f-9f2e-4317-9b1f-fc30dea81545","location":"canadaeast"},{"properties":{"configurationEndpoints":["8a980c26d5ac47ccadbf4de12c8a53ab.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency/providers/Microsoft.ServiceNetworking/trafficControllers/latency/frontends/latency"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency/providers/Microsoft.ServiceNetworking/trafficControllers/latency/associations/latency"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency/providers/Microsoft.ServiceNetworking/trafficControllers/latency","name":"latency","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"1758c2dc-f02f-442a-97e5-9df4b02fb910","location":"canadaeast"},{"properties":{"configurationEndpoints":["e111885c5e044c709033ba7afec7241f.test.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shoebox/providers/Microsoft.ServiceNetworking/trafficControllers/tc-shmalp","name":"tc-shmalp","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"41cce5d4-197f-405c-b153-31eea05390c6","location":"canadaeast"},{"properties":{"configurationEndpoints":["1df21d528cd642e69fa8c2dd80e235de.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aksgupta-dev2/providers/Microsoft.ServiceNetworking/trafficControllers/tc/frontends/frontend"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aksgupta-dev2/providers/Microsoft.ServiceNetworking/trafficControllers/tc/associations/association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aksgupta-dev2/providers/Microsoft.ServiceNetworking/trafficControllers/tc","name":"tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"68ec456f-db00-4d82-8e59-f0877f9ef675","location":"canadaeast"},{"properties":{"configurationEndpoints":["257cf91b2abc402aa88d989f5f76b9f0.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/latency/frontends/latency"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/latency/frontends/latency-1"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/latency/frontends/bugplanet"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/latency/associations/latency-1"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/latency","name":"latency","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"16cd7a8f-bded-4ef5-8cf1-47777f259183","location":"canadaeast"},{"properties":{"configurationEndpoints":["666eb3dba815432fb50ca40f5071149c.test.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/bugplanet","name":"bugplanet","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"beee699e-c1df-48ab-8881-eb4f08e6d2d5","location":"canadaeast"},{"properties":{"configurationEndpoints":["47e2699b8e1b4d198e17591fa15e115f.test.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/pramod-is-pramod","name":"pramod-is-pramod","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"b24041d0-4e97-46b5-b569-1e095e76c86a","location":"canadaeast"},{"properties":{"configurationEndpoints":["9e1d602e30a14d8a9c10aa92fb99cd59.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/KubicBVTDevRG/providers/Microsoft.ServiceNetworking/trafficControllers/tc/frontends/frontend"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/KubicBVTDevRG/providers/Microsoft.ServiceNetworking/trafficControllers/tc/associations/association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/KubicBVTDevRG/providers/Microsoft.ServiceNetworking/trafficControllers/tc","name":"tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"ea88500c-f733-4c43-b0bd-629826fbbacc","location":"canadaeast"},{"properties":{"configurationEndpoints":["8ee1d2aaebcf40ec9c25ede296635f14.test.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/alex-bvt-dev/providers/Microsoft.ServiceNetworking/trafficControllers/tc","name":"tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"b63c8487-f189-4e6b-af6e-c1464a7ca24d","location":"canadaeast"},{"properties":{"configurationEndpoints":["afddc5df784d4db1a72dd799e9b2ecf0.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalp-test/providers/Microsoft.ServiceNetworking/trafficControllers/tc2/frontends/frontend"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalp-test/providers/Microsoft.ServiceNetworking/trafficControllers/tc2/associations/association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalp-test/providers/Microsoft.ServiceNetworking/trafficControllers/tc2","name":"tc2","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"4c861da5-02bc-4acd-bdbc-4056603710a8","location":"canadaeast"},{"properties":{"configurationEndpoints":["88ee45294cb84b71b11c46e0a7df2c97.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/alex-test-rg/providers/Microsoft.ServiceNetworking/trafficControllers/new-api-tc/frontends/managed-pip"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/alex-test-rg/providers/Microsoft.ServiceNetworking/trafficControllers/new-api-tc/frontends/managed-pip-2"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/alex-test-rg/providers/Microsoft.ServiceNetworking/trafficControllers/new-api-tc/associations/tc-subnet"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/alex-test-rg/providers/Microsoft.ServiceNetworking/trafficControllers/new-api-tc","name":"new-api-tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"915ff177-5cc4-49b7-a75e-7e3558474eda","location":"canadaeast"},{"properties":{"configurationEndpoints":["602913643729462a95161a02663b8d7f.test.trafficcontroller.azure.com"],"frontends":[],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/seanjeffrey-bug-planet/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/associations/association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/seanjeffrey-bug-planet/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller","name":"traffic-controller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"5e014b3b-2f21-4a15-bdd0-1106bbc2c8ed","location":"canadaeast"},{"properties":{"configurationEndpoints":["6f23005be92d4f2f8b67f29110f56ddb.test.trafficcontroller.azure.com"],"frontends":[],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/seanjeffrey-bug-planet/providers/Microsoft.ServiceNetworking/trafficControllers/seanjeffrey-tc-pls/associations/seanjeffrey-ass-pls"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/seanjeffrey-bug-planet/providers/Microsoft.ServiceNetworking/trafficControllers/seanjeffrey-tc-pls","name":"seanjeffrey-tc-pls","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"994b76c8-8dd2-4c5f-b55e-3d10e2781d61","location":"canadaeast"},{"properties":{"configurationEndpoints":["9ddbbf6a45a343e097e1de36972f65a2.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/seanjeffrey-bug-planet-3/providers/Microsoft.ServiceNetworking/trafficControllers/tc/frontends/frontend"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/seanjeffrey-bug-planet-3/providers/Microsoft.ServiceNetworking/trafficControllers/tc/associations/association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/seanjeffrey-bug-planet-3/providers/Microsoft.ServiceNetworking/trafficControllers/tc","name":"tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"46e5a7ec-aba3-4297-90e5-f306fbf21605","location":"canadaeast"},{"properties":{"configurationEndpoints":["6d848a557a0f420d80e85077287c35f8.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/snchh-test-rg/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/frontends/raw-fe"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/snchh-test-rg/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/associations/association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/snchh-test-rg/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller","name":"traffic-controller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"3bc53dd0-8886-4ad8-b5c1-3317bb75e9eb","location":"canadaeast"},{"properties":{"configurationEndpoints":["47ec4fcb216d451e8524db8cd84204da.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/latency-test/frontends/frontend"}],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/latency-test","name":"latency-test","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"11a41e25-a0cd-4b5b-afbc-61817643221c","location":"canadaeast"},{"properties":{"configurationEndpoints":["46ee2a36b6f2415d8df46835a7ac5581.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/KubicBVT-2023-06-03-015139.587/providers/Microsoft.ServiceNetworking/trafficControllers/tc/frontends/frontend"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/KubicBVT-2023-06-03-015139.587/providers/Microsoft.ServiceNetworking/trafficControllers/tc/associations/association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/KubicBVT-2023-06-03-015139.587/providers/Microsoft.ServiceNetworking/trafficControllers/tc","name":"tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"c5ede861-d487-4253-916f-8f4eda05a11c","location":"canadaeast"},{"properties":{"configurationEndpoints":["3b3c765a5dd8442b8d12af4621103b9d.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/preflight-trial/providers/Microsoft.ServiceNetworking/trafficControllers/tc/frontends/frontend"}],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/preflight-trial/providers/Microsoft.ServiceNetworking/trafficControllers/tc","name":"tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"4cb5d46a-d927-415a-a877-6460cf22579f","location":"canadaeast"},{"properties":{"configurationEndpoints":["550fc53e113c4553953254ec983c2b49.test.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1","name":"tc1","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"b9a7b81e-c4f0-4619-bc94-0032fd1e8d87","location":"canadaeast","tags":{"foo":"doo"}},{"properties":{"configurationEndpoints":["2b17a8c8ea9c4c488fe87a6593a013ee.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/health-1/providers/Microsoft.ServiceNetworking/trafficControllers/health-1","name":"health-1","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"51f6a21a-96d5-486a-b306-f2541e371499","location":"northeurope"},{"properties":{"configurationEndpoints":["c35fb86f7eca421caa40e042f68846bc.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/chengde-test/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller","name":"traffic-controller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"dc7e7e9c-c87d-4776-a86f-c53cc74ebacb","location":"northeurope"},{"properties":{"configurationEndpoints":["8895049146bb44919643c8ed28cb84ed.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalp-portal/providers/Microsoft.ServiceNetworking/trafficControllers/tc2/Frontends/frontend2"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalp-portal/providers/Microsoft.ServiceNetworking/trafficControllers/tc2/frontends/frontend2"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalp-portal/providers/Microsoft.ServiceNetworking/trafficControllers/tc2/Associations/asc2"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalp-portal/providers/Microsoft.ServiceNetworking/trafficControllers/tc2/associations/asc2"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalp-portal/providers/Microsoft.ServiceNetworking/trafficControllers/tc2","name":"tc2","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"5e051496-272b-48ad-888b-bed4d1263a6d","location":"northeurope","tags":{}},{"properties":{"configurationEndpoints":["79198c80007a4816b562e3f75b2f0851.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/bugbash/Frontends/bugplanet"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/bugbash/Associations/bugsociation"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/bugbash","name":"bugbash","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"6f1a8757-e818-4ea0-a58d-f14695f6c567","location":"northeurope","tags":{}},{"properties":{"configurationEndpoints":["6fda0bc218e34022ab85eb894a8e288a.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/preflight-to-fail/providers/Microsoft.ServiceNetworking/trafficControllers/tc","name":"tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"533ad412-118b-4833-b904-802b20ea6192","location":"northeurope"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/latency-tc/providers/Microsoft.ServiceNetworking/trafficControllers/latency-tc","name":"latency-tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"415e32eb-7a25-4171-843c-e8de004f7c93","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/latency-tc/providers/Microsoft.ServiceNetworking/trafficControllers/latency-tc-1","name":"latency-tc-1","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"6fc957b4-f3f8-4044-a3f1-14421f5e5bdf","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/latency-tc/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller","name":"traffic-controller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"e1069f05-28e3-4c83-bbab-ca884b78973e","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/tc-latency/providers/Microsoft.ServiceNetworking/trafficControllers/tc-latency","name":"tc-latency","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"bf220554-7ddf-4dcc-9264-3443a1220469","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/tc-latency/providers/Microsoft.ServiceNetworking/trafficControllers/tc-latency-1","name":"tc-latency-1","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"0c7ff592-26a5-4bfd-a47b-4e687fed8951","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/latency-2","name":"latency-2","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"14e6fd46-ea0a-4b7c-9978-3a0eb986490b","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalpani-testing-setup/providers/Microsoft.ServiceNetworking/trafficControllers/tc","name":"tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"ca6d9576-6dcc-4ed4-915a-99a0d59ac320","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalpani-testing-setup/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller","name":"traffic-controller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"720c3ae0-88c4-416b-825d-22052dcf2f45","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalpani-testing-setup/providers/Microsoft.ServiceNetworking/trafficControllers/tc2","name":"tc2","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"e773b709-4710-4b89-a44d-0299126d977f","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aksgupta-dev2/providers/Microsoft.ServiceNetworking/trafficControllers/sarah_resource","name":"sarah_resource","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"c59cd061-7e78-4f19-b085-cb6727d4662e","location":"eastus","tags":{}},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/preflight-to-fail/providers/Microsoft.ServiceNetworking/trafficControllers/tc-to-fail","name":"tc-to-fail","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"45624003-36f1-47ab-8328-4da464fc884d","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Deleting"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/alex-centraluseuap-canary/providers/Microsoft.ServiceNetworking/trafficControllers/canary-tc","name":"canary-tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"f6468ae8-e143-4b78-871b-0f0cc525e72d","location":"centraluseuap"},{"properties":{"configurationEndpoints":["bb4e90e5a1df4ca09f04e14fa669e71f.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pentest-rg/providers/Microsoft.ServiceNetworking/trafficControllers/pentest-tc-cisco1","name":"pentest-tc-cisco1","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"e34744e8-2105-4940-802f-d7d5d1aa831c","location":"centraluseuap"},{"properties":{"configurationEndpoints":["491c7c2c62e74ce9ad6b032f8c446005.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Deleting"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/alex-centraluseuap-canary/providers/Microsoft.ServiceNetworking/trafficControllers/all-in-one-tc","name":"all-in-one-tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"b6f266ea-1f4d-4221-a342-290e2f513496","location":"centraluseuap"},{"properties":{"configurationEndpoints":["396859e9a00e4c90a67d8ee9417bdfbc.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/aksgupta-dev2/providers/Microsoft.ServiceNetworking/trafficControllers/bugbash2","name":"bugbash2","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"d1bb43f0-4005-4c61-a239-de78cdb0c93c","location":"centraluseuap","tags":{}},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/metricstest","name":"metricstest","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"a3e243fd-1291-43e0-aa76-218659d7bc05","location":"centraluseuap","tags":{}},{"properties":{"configurationEndpoints":["c58b98c339d34f9db179adb89c8f8916.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sbSlice/providers/Microsoft.ServiceNetworking/trafficControllers/newApiTrafficController/Frontends/newApiFrontend"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sbSlice/providers/Microsoft.ServiceNetworking/trafficControllers/newApiTrafficController/Frontends/frontendArmPut"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sbSlice/providers/Microsoft.ServiceNetworking/trafficControllers/newApiTrafficController/Associations/newApiAssociation"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sbSlice/providers/Microsoft.ServiceNetworking/trafficControllers/newApiTrafficController","name":"newApiTrafficController","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"2cb764ad-4473-44da-b375-6fa029fcdb07","location":"centraluseuap"},{"properties":{"configurationEndpoints":["a25285be69f04a8bbd85c5a4e72fa668.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sbSlice/providers/Microsoft.ServiceNetworking/trafficControllers/alex-tc","name":"alex-tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"4dbe5be2-b742-4318-8fc9-4461fdcc03ee","location":"centraluseuap"},{"properties":{"configurationEndpoints":["e960aec28b1e46759493b19b0d485d0b.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sbSlice/providers/Microsoft.ServiceNetworking/trafficControllers/tcSbTest","name":"tcSbTest","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"6f4dbca8-e298-4fb6-ac38-c53930e1cb5e","location":"centraluseuap"},{"properties":{"configurationEndpoints":["ba20bb6a75a34b1c96293f26156725a4.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/alex-bvt-dev/providers/Microsoft.ServiceNetworking/trafficControllers/alex-debug","name":"alex-debug","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"525f2704-58df-4a83-a055-44c8ce4f42b2","location":"eastus2euap","tags":{"key1":"value1"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '29990' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:01:18 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: + - '' + - '' + - '' + - '' + - '' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network alb show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"properties\": {\r\n \"configurationEndpoints\": [\r\n \"550fc53e113c4553953254ec983c2b49.test.trafficcontroller.azure.com\"\r\n + \ ],\r\n \"frontends\": [],\r\n \"associations\": [],\r\n \"provisioningState\": + \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1\",\r\n + \ \"name\": \"tc1\",\r\n \"type\": \"Microsoft.ServiceNetworking/TrafficControllers\",\r\n + \ \"etag\": \"b9a7b81e-c4f0-4619-bc94-0032fd1e8d87\",\r\n \"location\": \"canadaeast\",\r\n + \ \"tags\": {\r\n \"foo\": \"doo\"\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '594' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:01:19 GMT + etag: + - '"b9a7b81e-c4f0-4619-bc94-0032fd1e8d87"' + 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 alb frontend list + Connection: + - keep-alive + ParameterSetName: + - -g --alb-name + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/frontends?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"value\": []\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '19' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:01:20 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 alb frontend create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_record_test_tc_000999990?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990","name":"cli_record_test_tc_000999990","type":"Microsoft.Resources/resourceGroups","location":"canadaeast","properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '257' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:01:21 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"location": "canadaeast"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network alb frontend create + Connection: + - keep-alive + Content-Length: + - '26' + Content-Type: + - application/json + ParameterSetName: + - -g -n --alb-name + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/frontends/fe1?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\r\n + \ },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/frontends/fe1\",\r\n + \ \"name\": \"fe1\",\r\n \"type\": \"Microsoft.ServiceNetworking/TrafficControllers/Frontends\",\r\n + \ \"etag\": \"17ae3874-2618-4000-a421-77f65908e5ef\",\r\n \"location\": \"canadaeast\"\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/ef3eb6d1-c952-4eea-97fc-01d33f274a0c?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '417' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:01:25 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network alb frontend create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/ef3eb6d1-c952-4eea-97fc-01d33f274a0c?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:01:36 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 alb frontend create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/ef3eb6d1-c952-4eea-97fc-01d33f274a0c?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:01:46 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 alb frontend create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/ef3eb6d1-c952-4eea-97fc-01d33f274a0c?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:01: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 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network alb frontend create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/ef3eb6d1-c952-4eea-97fc-01d33f274a0c?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:02: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 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network alb frontend create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/ef3eb6d1-c952-4eea-97fc-01d33f274a0c?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:02: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 alb frontend create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/ef3eb6d1-c952-4eea-97fc-01d33f274a0c?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:02:26 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 alb frontend create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/ef3eb6d1-c952-4eea-97fc-01d33f274a0c?api-version=2023-05-01-preview + 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, 15 Jun 2023 07:02:36 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 alb frontend create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/frontends/fe1?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"properties\": {\r\n \"fqdn\": \"3cf501ec8c88f9f618a5235c20ef7a79.fz73.test.trafficcontroller.azure.com\",\r\n + \ \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/frontends/fe1\",\r\n + \ \"name\": \"fe1\",\r\n \"type\": \"Microsoft.ServiceNetworking/TrafficControllers/Frontends\",\r\n + \ \"etag\": \"17ae3874-2618-4000-a421-77f65908e5ef\",\r\n \"location\": \"canadaeast\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '505' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:02:37 GMT + etag: + - '"17ae3874-2618-4000-a421-77f65908e5ef"' + 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 alb frontend list + Connection: + - keep-alive + ParameterSetName: + - -g --alb-name + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/frontends?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"fqdn\": + \"3cf501ec8c88f9f618a5235c20ef7a79.fz73.test.trafficcontroller.azure.com\",\r\n + \ \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/frontends/fe1\",\r\n + \ \"name\": \"fe1\",\r\n \"type\": \"Microsoft.ServiceNetworking/TrafficControllers/Frontends\",\r\n + \ \"etag\": \"17ae3874-2618-4000-a421-77f65908e5ef\",\r\n \"location\": + \"canadaeast\"\r\n }\r\n ]\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '574' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:02:39 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 alb frontend show + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/frontends/fe1?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"properties\": {\r\n \"fqdn\": \"3cf501ec8c88f9f618a5235c20ef7a79.fz73.test.trafficcontroller.azure.com\",\r\n + \ \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/frontends/fe1\",\r\n + \ \"name\": \"fe1\",\r\n \"type\": \"Microsoft.ServiceNetworking/TrafficControllers/Frontends\",\r\n + \ \"etag\": \"17ae3874-2618-4000-a421-77f65908e5ef\",\r\n \"location\": \"canadaeast\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '505' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:02:41 GMT + etag: + - '"17ae3874-2618-4000-a421-77f65908e5ef"' + 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": "eastus", "properties": {"addressSpace": {"addressPrefixes": + ["10.0.0.0/16"]}, "enableDdosProtection": false, "enableVmProtection": false, + "subnets": [{"name": "s1", "properties": {"addressPrefix": "10.0.0.0/24"}}]}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vnet create + Connection: + - keep-alive + Content-Length: + - '229' + Content-Type: + - application/json + ParameterSetName: + - -g -n --subnet-name --location + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.Network/virtualNetworks/vnet1?api-version=2022-01-01 + response: + body: + string: "{\r\n \"name\": \"vnet1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.Network/virtualNetworks/vnet1\",\r\n + \ \"etag\": \"W/\\\"8f425e6d-6544-4b1c-ab8e-0984cb348472\\\"\",\r\n \"type\": + \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n + \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": + \"19618751-d591-45ff-9479-e2670813a0cb\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": + [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n + \ {\r\n \"name\": \"s1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1\",\r\n + \ \"etag\": \"W/\\\"8f425e6d-6544-4b1c-ab8e-0984cb348472\\\"\",\r\n + \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n + \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": + [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": + \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n + \ }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": + 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/eastus/operations/896f2f0f-68d8-4e4f-b5ea-ff8847716005?api-version=2022-01-01 + cache-control: + - no-cache + content-length: + - '1231' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:02:45 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-arm-service-request-id: + - 671e2971-85ab-49f3-a6f2-c2f7a470f7a4 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network vnet create + Connection: + - keep-alive + ParameterSetName: + - -g -n --subnet-name --location + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/896f2f0f-68d8-4e4f-b5ea-ff8847716005?api-version=2022-01-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, 15 Jun 2023 07:02: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-arm-service-request-id: + - 39b17ad7-8bc9-4a61-8c25-072af09146e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network vnet create + Connection: + - keep-alive + ParameterSetName: + - -g -n --subnet-name --location + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.Network/virtualNetworks/vnet1?api-version=2022-01-01 + response: + body: + string: "{\r\n \"name\": \"vnet1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.Network/virtualNetworks/vnet1\",\r\n + \ \"etag\": \"W/\\\"6dc2e70e-8d91-4041-8daa-c63ab6421425\\\"\",\r\n \"type\": + \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n + \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": + \"19618751-d591-45ff-9479-e2670813a0cb\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": + [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n + \ {\r\n \"name\": \"s1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1\",\r\n + \ \"etag\": \"W/\\\"6dc2e70e-8d91-4041-8daa-c63ab6421425\\\"\",\r\n + \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": + [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": + \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n + \ }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": + false\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '1233' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:02:48 GMT + etag: + - W/"6dc2e70e-8d91-4041-8daa-c63ab6421425" + 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: + - 0d5d1fce-e833-4cb1-b375-ad95aa761ecf + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vnet subnet update + Connection: + - keep-alive + ParameterSetName: + - -g -n --vnet-name --delegations + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1?api-version=2022-01-01 + response: + body: + string: "{\r\n \"name\": \"s1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1\",\r\n + \ \"etag\": \"W/\\\"6dc2e70e-8d91-4041-8daa-c63ab6421425\\\"\",\r\n \"properties\": + {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n + \ \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n + \ \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": + \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '530' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:02:51 GMT + etag: + - W/"6dc2e70e-8d91-4041-8daa-c63ab6421425" + 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: + - 6362924d-7aa3-4937-806d-bd1eaa248181 + status: + code: 200 + message: OK +- request: + body: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1", + "name": "s1", "properties": {"addressPrefix": "10.0.0.0/24", "delegations": + [{"name": "0", "properties": {"serviceName": "Microsoft.ServiceNetworking/trafficControllers"}}], + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": + "Enabled"}, "type": "Microsoft.Network/virtualNetworks/subnets"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vnet subnet update + Connection: + - keep-alive + Content-Length: + - '488' + Content-Type: + - application/json + ParameterSetName: + - -g -n --vnet-name --delegations + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1?api-version=2022-01-01 + response: + body: + string: "{\r\n \"name\": \"s1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1\",\r\n + \ \"etag\": \"W/\\\"bec05fab-eff4-420a-9498-55af85351858\\\"\",\r\n \"properties\": + {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n + \ \"delegations\": [\r\n {\r\n \"name\": \"0\",\r\n \"id\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1/delegations/0\",\r\n + \ \"etag\": \"W/\\\"bec05fab-eff4-420a-9498-55af85351858\\\"\",\r\n + \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"serviceName\": \"Microsoft.ServiceNetworking/trafficControllers\",\r\n + \ \"actions\": [\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\"\r\n + \ ]\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets/delegations\"\r\n + \ }\r\n ],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n + \ \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": + \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" + headers: + azure-asyncnotification: + - Enabled + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/bcf16ac2-1b0c-439b-9aea-a21c69f291c8?api-version=2022-01-01 + cache-control: + - no-cache + content-length: + - '1164' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:02:52 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 76550835-d912-4fd3-8648-123b595b91d5 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network vnet subnet update + Connection: + - keep-alive + ParameterSetName: + - -g -n --vnet-name --delegations + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/bcf16ac2-1b0c-439b-9aea-a21c69f291c8?api-version=2022-01-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, 15 Jun 2023 07:02: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-arm-service-request-id: + - 30d7b6b7-154b-4327-92c1-a1973482b401 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network vnet subnet update + Connection: + - keep-alive + ParameterSetName: + - -g -n --vnet-name --delegations + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1?api-version=2022-01-01 + response: + body: + string: "{\r\n \"name\": \"s1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1\",\r\n + \ \"etag\": \"W/\\\"583bd105-f9b3-46e4-bec4-5c3da8ffc141\\\"\",\r\n \"properties\": + {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n + \ \"delegations\": [\r\n {\r\n \"name\": \"0\",\r\n \"id\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1/delegations/0\",\r\n + \ \"etag\": \"W/\\\"583bd105-f9b3-46e4-bec4-5c3da8ffc141\\\"\",\r\n + \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"serviceName\": \"Microsoft.ServiceNetworking/trafficControllers\",\r\n + \ \"actions\": [\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\"\r\n + \ ]\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets/delegations\"\r\n + \ }\r\n ],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n + \ \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": + \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '1165' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:02:55 GMT + etag: + - W/"583bd105-f9b3-46e4-bec4-5c3da8ffc141" + 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: + - 6f4e8b3c-14f4-42d6-acf8-9c723da7b4bf + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network alb association list + Connection: + - keep-alive + ParameterSetName: + - -g --alb-name + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/associations?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"value\": []\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '19' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:02:57 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 alb association create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name --vnet-name --subnet + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_record_test_tc_000999990?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990","name":"cli_record_test_tc_000999990","type":"Microsoft.Resources/resourceGroups","location":"canadaeast","properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '257' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:02:57 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"location": "canadaeast", "properties": {"subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network alb association create + Connection: + - keep-alive + Content-Length: + - '220' + Content-Type: + - application/json + ParameterSetName: + - -g -n --alb-name --vnet-name --subnet + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/associations/a1?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"properties\": {\r\n \"associationType\": \"subnets\",\r\n + \ \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1\"\r\n + \ },\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/associations/a1\",\r\n + \ \"name\": \"a1\",\r\n \"type\": \"Microsoft.ServiceNetworking/TrafficControllers/Associations\",\r\n + \ \"etag\": \"93fc9c18-7eb9-44ab-bab1-8b1a73d98486\",\r\n \"location\": \"canadaeast\"\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/a8ed5e4f-b75e-485a-be90-62bd065d2e7a?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '653' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:03:03 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network alb association create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name --vnet-name --subnet + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/a8ed5e4f-b75e-485a-be90-62bd065d2e7a?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:03:13 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 alb association create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name --vnet-name --subnet + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/a8ed5e4f-b75e-485a-be90-62bd065d2e7a?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:03:23 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 alb association create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name --vnet-name --subnet + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/a8ed5e4f-b75e-485a-be90-62bd065d2e7a?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:03:33 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 alb association create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name --vnet-name --subnet + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/a8ed5e4f-b75e-485a-be90-62bd065d2e7a?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:03:43 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 alb association create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name --vnet-name --subnet + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/a8ed5e4f-b75e-485a-be90-62bd065d2e7a?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:03:53 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 alb association create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name --vnet-name --subnet + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/a8ed5e4f-b75e-485a-be90-62bd065d2e7a?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:04:03 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 alb association create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name --vnet-name --subnet + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/a8ed5e4f-b75e-485a-be90-62bd065d2e7a?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:04:13 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 alb association create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name --vnet-name --subnet + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/a8ed5e4f-b75e-485a-be90-62bd065d2e7a?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:04: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: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network alb association create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name --vnet-name --subnet + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/a8ed5e4f-b75e-485a-be90-62bd065d2e7a?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:04:35 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 alb association create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name --vnet-name --subnet + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/a8ed5e4f-b75e-485a-be90-62bd065d2e7a?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:04: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 alb association create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name --vnet-name --subnet + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/a8ed5e4f-b75e-485a-be90-62bd065d2e7a?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:04:55 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 alb association create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name --vnet-name --subnet + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/a8ed5e4f-b75e-485a-be90-62bd065d2e7a?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:05:05 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 alb association create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name --vnet-name --subnet + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/a8ed5e4f-b75e-485a-be90-62bd065d2e7a?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:05:15 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 alb association create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name --vnet-name --subnet + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/a8ed5e4f-b75e-485a-be90-62bd065d2e7a?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:05:25 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 alb association create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name --vnet-name --subnet + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/a8ed5e4f-b75e-485a-be90-62bd065d2e7a?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:05:36 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 alb association create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name --vnet-name --subnet + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/a8ed5e4f-b75e-485a-be90-62bd065d2e7a?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:05:46 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 alb association create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name --vnet-name --subnet + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/a8ed5e4f-b75e-485a-be90-62bd065d2e7a?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:05: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 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network alb association create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name --vnet-name --subnet + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/a8ed5e4f-b75e-485a-be90-62bd065d2e7a?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:06: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 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network alb association create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name --vnet-name --subnet + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/a8ed5e4f-b75e-485a-be90-62bd065d2e7a?api-version=2023-05-01-preview + 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, 15 Jun 2023 07:06: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 alb association create + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name --vnet-name --subnet + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/associations/a1?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"properties\": {\r\n \"associationType\": \"subnets\",\r\n + \ \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1\"\r\n + \ },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/associations/a1\",\r\n + \ \"name\": \"a1\",\r\n \"type\": \"Microsoft.ServiceNetworking/TrafficControllers/Associations\",\r\n + \ \"etag\": \"93fc9c18-7eb9-44ab-bab1-8b1a73d98486\",\r\n \"location\": \"canadaeast\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '654' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:06:16 GMT + etag: + - '"93fc9c18-7eb9-44ab-bab1-8b1a73d98486"' + 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 alb association list + Connection: + - keep-alive + ParameterSetName: + - -g --alb-name + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/associations?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"associationType\": + \"subnets\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1\"\r\n + \ },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/associations/a1\",\r\n + \ \"name\": \"a1\",\r\n \"type\": \"Microsoft.ServiceNetworking/TrafficControllers/Associations\",\r\n + \ \"etag\": \"93fc9c18-7eb9-44ab-bab1-8b1a73d98486\",\r\n \"location\": + \"canadaeast\"\r\n }\r\n ]\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '735' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:06:18 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 alb association show + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/associations/a1?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"properties\": {\r\n \"associationType\": \"subnets\",\r\n + \ \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1\"\r\n + \ },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/associations/a1\",\r\n + \ \"name\": \"a1\",\r\n \"type\": \"Microsoft.ServiceNetworking/TrafficControllers/Associations\",\r\n + \ \"etag\": \"93fc9c18-7eb9-44ab-bab1-8b1a73d98486\",\r\n \"location\": \"canadaeast\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '654' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:06:18 GMT + etag: + - '"93fc9c18-7eb9-44ab-bab1-8b1a73d98486"' + 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 alb association delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/associations/a1?api-version=2023-05-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:06:22 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operationResults/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + 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-deletes: + - '14999' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:06:32 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 alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:06:42 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 alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:06:52 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 alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:07:02 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 alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:07:12 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 alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:07:23 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 alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:07:33 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 alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:07:43 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 alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:07:53 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 alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:08:03 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 alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:08:13 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 alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:08:23 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 alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:08:33 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 alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:08:44 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 alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:08:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:09:04 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 alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:09:14 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 alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:09: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: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:09: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 alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:09:46 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 alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:09: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 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:10: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 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:10: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 alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:10:26 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 alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:10:36 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 alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:10:46 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 alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:10:57 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 alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:11: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 alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:11:17 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 alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + 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, 15 Jun 2023 07:11:27 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 alb association delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operationResults/0053e84d-11c2-41e4-a5ec-cf57b27252a6?api-version=2023-05-01-preview + response: + body: + string: 'null' + headers: + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:11:27 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 alb association list + Connection: + - keep-alive + ParameterSetName: + - -g --alb-name + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/associations?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"value\": []\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '19' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:11:30 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 alb frontend delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/frontends/fe1?api-version=2023-05-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/54c42887-3869-4bb4-b8c0-f1b7864253bb?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:11:31 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operationResults/54c42887-3869-4bb4-b8c0-f1b7864253bb?api-version=2023-05-01-preview + 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-deletes: + - '14999' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network alb frontend delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/54c42887-3869-4bb4-b8c0-f1b7864253bb?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:11:41 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 alb frontend delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/54c42887-3869-4bb4-b8c0-f1b7864253bb?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:11:51 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 alb frontend delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/54c42887-3869-4bb4-b8c0-f1b7864253bb?api-version=2023-05-01-preview + 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, 15 Jun 2023 07:12:01 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 alb frontend delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --alb-name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operationResults/54c42887-3869-4bb4-b8c0-f1b7864253bb?api-version=2023-05-01-preview + response: + body: + string: 'null' + headers: + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:12:02 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 alb frontend list + Connection: + - keep-alive + ParameterSetName: + - -g --alb-name + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/frontends?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"value\": []\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '19' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:12:05 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 alb delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.ServiceNetworking/trafficControllers/tc1?api-version=2023-05-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/3ca3bb32-23ff-4bae-9cac-24ca44fcaf32?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:12:06 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operationResults/3ca3bb32-23ff-4bae-9cac-24ca44fcaf32?api-version=2023-05-01-preview + 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-deletes: + - '14999' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network alb delete + Connection: + - keep-alive + ParameterSetName: + - -g -n -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/3ca3bb32-23ff-4bae-9cac-24ca44fcaf32?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:12: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 alb delete + Connection: + - keep-alive + ParameterSetName: + - -g -n -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/3ca3bb32-23ff-4bae-9cac-24ca44fcaf32?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:12:27 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 alb delete + Connection: + - keep-alive + ParameterSetName: + - -g -n -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/3ca3bb32-23ff-4bae-9cac-24ca44fcaf32?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:12:37 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 alb delete + Connection: + - keep-alive + ParameterSetName: + - -g -n -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/3ca3bb32-23ff-4bae-9cac-24ca44fcaf32?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:12:47 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 alb delete + Connection: + - keep-alive + ParameterSetName: + - -g -n -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/3ca3bb32-23ff-4bae-9cac-24ca44fcaf32?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:12:58 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 alb delete + Connection: + - keep-alive + ParameterSetName: + - -g -n -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/3ca3bb32-23ff-4bae-9cac-24ca44fcaf32?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:13:08 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 alb delete + Connection: + - keep-alive + ParameterSetName: + - -g -n -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/3ca3bb32-23ff-4bae-9cac-24ca44fcaf32?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:13:18 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 alb delete + Connection: + - keep-alive + ParameterSetName: + - -g -n -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/3ca3bb32-23ff-4bae-9cac-24ca44fcaf32?api-version=2023-05-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:13:28 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 alb delete + Connection: + - keep-alive + ParameterSetName: + - -g -n -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operations/3ca3bb32-23ff-4bae-9cac-24ca44fcaf32?api-version=2023-05-01-preview + 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, 15 Jun 2023 07:13:38 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 alb delete + Connection: + - keep-alive + ParameterSetName: + - -g -n -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/canadaeast/operationResults/3ca3bb32-23ff-4bae-9cac-24ca44fcaf32?api-version=2023-05-01-preview + response: + body: + string: 'null' + headers: + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:13:38 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 alb list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/trafficControllers?api-version=2023-05-01-preview + response: + body: + string: '{"value":[{"properties":{"configurationEndpoints":["cc70978d6faf462e95fe26037832c338.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarahbartonbugbash/providers/Microsoft.ServiceNetworking/trafficControllers/sarahbartontrafficcontroller/frontends/sarahbartonfrontend"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarahbartonbugbash/providers/Microsoft.ServiceNetworking/trafficControllers/sarahbartontrafficcontroller/frontends/sarahbartonfrontend2"}],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarahbartonbugbash/providers/Microsoft.ServiceNetworking/trafficControllers/sarahbartontrafficcontroller","name":"sarahbartontrafficcontroller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"78ade6b3-bf14-49ee-bd7a-6ed8465df3eb","location":"canadaeast","tags":{"dummyKey":"dummyValue"}},{"properties":{"configurationEndpoints":["73e1dd0582bd4f7680348a2081cffc16.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rj-test-1/providers/Microsoft.ServiceNetworking/trafficControllers/rj-test-tc/frontends/rj-frontend"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rj-test-1/providers/Microsoft.ServiceNetworking/trafficControllers/rj-test-tc/associations/rj-test-association"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rj-test-1/providers/Microsoft.ServiceNetworking/trafficControllers/rj-test-tc/associations/rj-test-association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rj-test-1/providers/Microsoft.ServiceNetworking/trafficControllers/rj-test-tc","name":"rj-test-tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"0660c12b-4343-4a2f-8d29-5f4813fcf0be","location":"canadaeast"},{"properties":{"configurationEndpoints":["2c44a043114449b8997e25021797d34f.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rjay-test/providers/Microsoft.ServiceNetworking/trafficControllers/rjay-trafficcontroller/frontends/rj-frontend"}],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rjay-test/providers/Microsoft.ServiceNetworking/trafficControllers/rjay-trafficcontroller","name":"rjay-trafficcontroller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"d7cf4454-62e5-4067-85d3-e561460e234e","location":"canadaeast"},{"properties":{"configurationEndpoints":["255f260eb37149d9a4f4a51ea5711fca.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/jaishah-bugbash-rg/providers/Microsoft.ServiceNetworking/trafficControllers/test-trafficController/frontends/frontend1"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/jaishah-bugbash-rg/providers/Microsoft.ServiceNetworking/trafficControllers/test-trafficController/associations/association-eastus"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/jaishah-bugbash-rg/providers/Microsoft.ServiceNetworking/trafficControllers/test-trafficController","name":"test-trafficController","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"dffb3c7a-4bb6-4b53-a56f-4a4210fa04fd","location":"canadaeast"},{"properties":{"configurationEndpoints":["b9168d4fe54e49f99c733d5114d13db3.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tc-latency/providers/Microsoft.ServiceNetworking/trafficControllers/tc-latency-2/frontends/tc-latency"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tc-latency/providers/Microsoft.ServiceNetworking/trafficControllers/tc-latency-2/associations/tc-latency"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/tc-latency/providers/Microsoft.ServiceNetworking/trafficControllers/tc-latency-2/associations/tc-latency"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tc-latency/providers/Microsoft.ServiceNetworking/trafficControllers/tc-latency-2","name":"tc-latency-2","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"643cdb9f-9f2e-4317-9b1f-fc30dea81545","location":"canadaeast"},{"properties":{"configurationEndpoints":["8a980c26d5ac47ccadbf4de12c8a53ab.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency/providers/Microsoft.ServiceNetworking/trafficControllers/latency/frontends/latency"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency/providers/Microsoft.ServiceNetworking/trafficControllers/latency/associations/latency"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency/providers/Microsoft.ServiceNetworking/trafficControllers/latency","name":"latency","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"1758c2dc-f02f-442a-97e5-9df4b02fb910","location":"canadaeast"},{"properties":{"configurationEndpoints":["e111885c5e044c709033ba7afec7241f.test.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shoebox/providers/Microsoft.ServiceNetworking/trafficControllers/tc-shmalp","name":"tc-shmalp","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"41cce5d4-197f-405c-b153-31eea05390c6","location":"canadaeast"},{"properties":{"configurationEndpoints":["1df21d528cd642e69fa8c2dd80e235de.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aksgupta-dev2/providers/Microsoft.ServiceNetworking/trafficControllers/tc/frontends/frontend"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aksgupta-dev2/providers/Microsoft.ServiceNetworking/trafficControllers/tc/associations/association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aksgupta-dev2/providers/Microsoft.ServiceNetworking/trafficControllers/tc","name":"tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"68ec456f-db00-4d82-8e59-f0877f9ef675","location":"canadaeast"},{"properties":{"configurationEndpoints":["257cf91b2abc402aa88d989f5f76b9f0.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/latency/frontends/latency"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/latency/frontends/latency-1"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/latency/frontends/bugplanet"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/latency/associations/latency-1"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/latency","name":"latency","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"16cd7a8f-bded-4ef5-8cf1-47777f259183","location":"canadaeast"},{"properties":{"configurationEndpoints":["666eb3dba815432fb50ca40f5071149c.test.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/bugplanet","name":"bugplanet","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"beee699e-c1df-48ab-8881-eb4f08e6d2d5","location":"canadaeast"},{"properties":{"configurationEndpoints":["47e2699b8e1b4d198e17591fa15e115f.test.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/pramod-is-pramod","name":"pramod-is-pramod","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"b24041d0-4e97-46b5-b569-1e095e76c86a","location":"canadaeast"},{"properties":{"configurationEndpoints":["9e1d602e30a14d8a9c10aa92fb99cd59.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/KubicBVTDevRG/providers/Microsoft.ServiceNetworking/trafficControllers/tc/frontends/frontend"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/KubicBVTDevRG/providers/Microsoft.ServiceNetworking/trafficControllers/tc/associations/association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/KubicBVTDevRG/providers/Microsoft.ServiceNetworking/trafficControllers/tc","name":"tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"ea88500c-f733-4c43-b0bd-629826fbbacc","location":"canadaeast"},{"properties":{"configurationEndpoints":["8ee1d2aaebcf40ec9c25ede296635f14.test.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/alex-bvt-dev/providers/Microsoft.ServiceNetworking/trafficControllers/tc","name":"tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"b63c8487-f189-4e6b-af6e-c1464a7ca24d","location":"canadaeast"},{"properties":{"configurationEndpoints":["afddc5df784d4db1a72dd799e9b2ecf0.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalp-test/providers/Microsoft.ServiceNetworking/trafficControllers/tc2/frontends/frontend"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalp-test/providers/Microsoft.ServiceNetworking/trafficControllers/tc2/associations/association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalp-test/providers/Microsoft.ServiceNetworking/trafficControllers/tc2","name":"tc2","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"4c861da5-02bc-4acd-bdbc-4056603710a8","location":"canadaeast"},{"properties":{"configurationEndpoints":["88ee45294cb84b71b11c46e0a7df2c97.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/alex-test-rg/providers/Microsoft.ServiceNetworking/trafficControllers/new-api-tc/frontends/managed-pip"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/alex-test-rg/providers/Microsoft.ServiceNetworking/trafficControllers/new-api-tc/frontends/managed-pip-2"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/alex-test-rg/providers/Microsoft.ServiceNetworking/trafficControllers/new-api-tc/associations/tc-subnet"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/alex-test-rg/providers/Microsoft.ServiceNetworking/trafficControllers/new-api-tc","name":"new-api-tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"915ff177-5cc4-49b7-a75e-7e3558474eda","location":"canadaeast"},{"properties":{"configurationEndpoints":["602913643729462a95161a02663b8d7f.test.trafficcontroller.azure.com"],"frontends":[],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/seanjeffrey-bug-planet/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/associations/association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/seanjeffrey-bug-planet/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller","name":"traffic-controller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"5e014b3b-2f21-4a15-bdd0-1106bbc2c8ed","location":"canadaeast"},{"properties":{"configurationEndpoints":["6f23005be92d4f2f8b67f29110f56ddb.test.trafficcontroller.azure.com"],"frontends":[],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/seanjeffrey-bug-planet/providers/Microsoft.ServiceNetworking/trafficControllers/seanjeffrey-tc-pls/associations/seanjeffrey-ass-pls"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/seanjeffrey-bug-planet/providers/Microsoft.ServiceNetworking/trafficControllers/seanjeffrey-tc-pls","name":"seanjeffrey-tc-pls","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"994b76c8-8dd2-4c5f-b55e-3d10e2781d61","location":"canadaeast"},{"properties":{"configurationEndpoints":["9ddbbf6a45a343e097e1de36972f65a2.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/seanjeffrey-bug-planet-3/providers/Microsoft.ServiceNetworking/trafficControllers/tc/frontends/frontend"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/seanjeffrey-bug-planet-3/providers/Microsoft.ServiceNetworking/trafficControllers/tc/associations/association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/seanjeffrey-bug-planet-3/providers/Microsoft.ServiceNetworking/trafficControllers/tc","name":"tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"46e5a7ec-aba3-4297-90e5-f306fbf21605","location":"canadaeast"},{"properties":{"configurationEndpoints":["6d848a557a0f420d80e85077287c35f8.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/snchh-test-rg/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/frontends/raw-fe"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/snchh-test-rg/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/associations/association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/snchh-test-rg/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller","name":"traffic-controller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"3bc53dd0-8886-4ad8-b5c1-3317bb75e9eb","location":"canadaeast"},{"properties":{"configurationEndpoints":["47ec4fcb216d451e8524db8cd84204da.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/latency-test/frontends/frontend"}],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/latency-test","name":"latency-test","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"11a41e25-a0cd-4b5b-afbc-61817643221c","location":"canadaeast"},{"properties":{"configurationEndpoints":["46ee2a36b6f2415d8df46835a7ac5581.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/KubicBVT-2023-06-03-015139.587/providers/Microsoft.ServiceNetworking/trafficControllers/tc/frontends/frontend"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/KubicBVT-2023-06-03-015139.587/providers/Microsoft.ServiceNetworking/trafficControllers/tc/associations/association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/KubicBVT-2023-06-03-015139.587/providers/Microsoft.ServiceNetworking/trafficControllers/tc","name":"tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"c5ede861-d487-4253-916f-8f4eda05a11c","location":"canadaeast"},{"properties":{"configurationEndpoints":["3b3c765a5dd8442b8d12af4621103b9d.test.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/preflight-trial/providers/Microsoft.ServiceNetworking/trafficControllers/tc/frontends/frontend"}],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/preflight-trial/providers/Microsoft.ServiceNetworking/trafficControllers/tc","name":"tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"4cb5d46a-d927-415a-a877-6460cf22579f","location":"canadaeast"},{"properties":{"configurationEndpoints":["2b17a8c8ea9c4c488fe87a6593a013ee.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/health-1/providers/Microsoft.ServiceNetworking/trafficControllers/health-1","name":"health-1","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"51f6a21a-96d5-486a-b306-f2541e371499","location":"northeurope"},{"properties":{"configurationEndpoints":["c35fb86f7eca421caa40e042f68846bc.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/chengde-test/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller","name":"traffic-controller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"dc7e7e9c-c87d-4776-a86f-c53cc74ebacb","location":"northeurope"},{"properties":{"configurationEndpoints":["8895049146bb44919643c8ed28cb84ed.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalp-portal/providers/Microsoft.ServiceNetworking/trafficControllers/tc2/Frontends/frontend2"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalp-portal/providers/Microsoft.ServiceNetworking/trafficControllers/tc2/frontends/frontend2"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalp-portal/providers/Microsoft.ServiceNetworking/trafficControllers/tc2/Associations/asc2"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalp-portal/providers/Microsoft.ServiceNetworking/trafficControllers/tc2/associations/asc2"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalp-portal/providers/Microsoft.ServiceNetworking/trafficControllers/tc2","name":"tc2","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"5e051496-272b-48ad-888b-bed4d1263a6d","location":"northeurope","tags":{}},{"properties":{"configurationEndpoints":["79198c80007a4816b562e3f75b2f0851.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/bugbash/Frontends/bugplanet"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/bugbash/Associations/bugsociation"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/bugbash","name":"bugbash","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"6f1a8757-e818-4ea0-a58d-f14695f6c567","location":"northeurope","tags":{}},{"properties":{"configurationEndpoints":["6fda0bc218e34022ab85eb894a8e288a.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/preflight-to-fail/providers/Microsoft.ServiceNetworking/trafficControllers/tc","name":"tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"533ad412-118b-4833-b904-802b20ea6192","location":"northeurope"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/latency-tc/providers/Microsoft.ServiceNetworking/trafficControllers/latency-tc","name":"latency-tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"415e32eb-7a25-4171-843c-e8de004f7c93","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/latency-tc/providers/Microsoft.ServiceNetworking/trafficControllers/latency-tc-1","name":"latency-tc-1","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"6fc957b4-f3f8-4044-a3f1-14421f5e5bdf","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/latency-tc/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller","name":"traffic-controller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"e1069f05-28e3-4c83-bbab-ca884b78973e","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/tc-latency/providers/Microsoft.ServiceNetworking/trafficControllers/tc-latency","name":"tc-latency","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"bf220554-7ddf-4dcc-9264-3443a1220469","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/tc-latency/providers/Microsoft.ServiceNetworking/trafficControllers/tc-latency-1","name":"tc-latency-1","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"0c7ff592-26a5-4bfd-a47b-4e687fed8951","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/latency-2","name":"latency-2","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"14e6fd46-ea0a-4b7c-9978-3a0eb986490b","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalpani-testing-setup/providers/Microsoft.ServiceNetworking/trafficControllers/tc","name":"tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"ca6d9576-6dcc-4ed4-915a-99a0d59ac320","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalpani-testing-setup/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller","name":"traffic-controller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"720c3ae0-88c4-416b-825d-22052dcf2f45","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shmalpani-testing-setup/providers/Microsoft.ServiceNetworking/trafficControllers/tc2","name":"tc2","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"e773b709-4710-4b89-a44d-0299126d977f","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aksgupta-dev2/providers/Microsoft.ServiceNetworking/trafficControllers/sarah_resource","name":"sarah_resource","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"c59cd061-7e78-4f19-b085-cb6727d4662e","location":"eastus","tags":{}},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/preflight-to-fail/providers/Microsoft.ServiceNetworking/trafficControllers/tc-to-fail","name":"tc-to-fail","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"45624003-36f1-47ab-8328-4da464fc884d","location":"eastus"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Deleting"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/alex-centraluseuap-canary/providers/Microsoft.ServiceNetworking/trafficControllers/canary-tc","name":"canary-tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"f6468ae8-e143-4b78-871b-0f0cc525e72d","location":"centraluseuap"},{"properties":{"configurationEndpoints":["bb4e90e5a1df4ca09f04e14fa669e71f.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pentest-rg/providers/Microsoft.ServiceNetworking/trafficControllers/pentest-tc-cisco1","name":"pentest-tc-cisco1","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"e34744e8-2105-4940-802f-d7d5d1aa831c","location":"centraluseuap"},{"properties":{"configurationEndpoints":["491c7c2c62e74ce9ad6b032f8c446005.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Deleting"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/alex-centraluseuap-canary/providers/Microsoft.ServiceNetworking/trafficControllers/all-in-one-tc","name":"all-in-one-tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"b6f266ea-1f4d-4221-a342-290e2f513496","location":"centraluseuap"},{"properties":{"configurationEndpoints":["396859e9a00e4c90a67d8ee9417bdfbc.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/aksgupta-dev2/providers/Microsoft.ServiceNetworking/trafficControllers/bugbash2","name":"bugbash2","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"d1bb43f0-4005-4c61-a239-de78cdb0c93c","location":"centraluseuap","tags":{}},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/latency-1/providers/Microsoft.ServiceNetworking/trafficControllers/metricstest","name":"metricstest","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"a3e243fd-1291-43e0-aa76-218659d7bc05","location":"centraluseuap","tags":{}},{"properties":{"configurationEndpoints":["c58b98c339d34f9db179adb89c8f8916.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sbSlice/providers/Microsoft.ServiceNetworking/trafficControllers/newApiTrafficController/Frontends/newApiFrontend"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sbSlice/providers/Microsoft.ServiceNetworking/trafficControllers/newApiTrafficController/Frontends/frontendArmPut"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sbSlice/providers/Microsoft.ServiceNetworking/trafficControllers/newApiTrafficController/Associations/newApiAssociation"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sbSlice/providers/Microsoft.ServiceNetworking/trafficControllers/newApiTrafficController","name":"newApiTrafficController","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"2cb764ad-4473-44da-b375-6fa029fcdb07","location":"centraluseuap"},{"properties":{"configurationEndpoints":["a25285be69f04a8bbd85c5a4e72fa668.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sbSlice/providers/Microsoft.ServiceNetworking/trafficControllers/alex-tc","name":"alex-tc","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"4dbe5be2-b742-4318-8fc9-4461fdcc03ee","location":"centraluseuap"},{"properties":{"configurationEndpoints":["e960aec28b1e46759493b19b0d485d0b.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sbSlice/providers/Microsoft.ServiceNetworking/trafficControllers/tcSbTest","name":"tcSbTest","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"6f4dbca8-e298-4fb6-ac38-c53930e1cb5e","location":"centraluseuap"},{"properties":{"configurationEndpoints":["ba20bb6a75a34b1c96293f26156725a4.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/alex-bvt-dev/providers/Microsoft.ServiceNetworking/trafficControllers/alex-debug","name":"alex-debug","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"525f2704-58df-4a83-a055-44c8ce4f42b2","location":"eastus2euap","tags":{"key1":"value1"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '29489' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:13: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: + - '' + - '' + - '' + - '' + - '' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network vnet delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999990/providers/Microsoft.Network/virtualNetworks/vnet1?api-version=2022-01-01 + response: + body: + string: '' + headers: + azure-asyncnotification: + - Enabled + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/ced14d87-c31a-40ed-9387-6b88eef1c64f?api-version=2022-01-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 07:13:42 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operationResults/ced14d87-c31a-40ed-9387-6b88eef1c64f?api-version=2022-01-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-arm-service-request-id: + - 7a656444-f9a3-4bfb-9494-590702e77be1 + x-ms-ratelimit-remaining-subscription-deletes: + - '14997' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network vnet delete + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/ced14d87-c31a-40ed-9387-6b88eef1c64f?api-version=2022-01-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, 15 Jun 2023 07:13:52 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 21b8594c-af57-48d0-aae7-40da865ecd43 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network vnet delete + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operationResults/ced14d87-c31a-40ed-9387-6b88eef1c64f?api-version=2022-01-01 + response: + body: + string: '' + headers: + azure-asyncnotification: + - Enabled + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/ced14d87-c31a-40ed-9387-6b88eef1c64f?api-version=2022-01-01 + cache-control: + - no-cache + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 07:13:52 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operationResults/ced14d87-c31a-40ed-9387-6b88eef1c64f?api-version=2022-01-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-arm-service-request-id: + - 7a656444-f9a3-4bfb-9494-590702e77be1 + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n -y + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_record_test_tc_000999990?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 07:13:55 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZSRUNPUkQ6NUZURVNUOjVGVEM6NUYwMDA5OTk5OTAtQ0FOQURBRUFTVCIsImpvYkxvY2F0aW9uIjoiY2FuYWRhZWFzdCJ9?api-version=2022-09-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: + - group delete + Connection: + - keep-alive + ParameterSetName: + - -n -y + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZSRUNPUkQ6NUZURVNUOjVGVEM6NUYwMDA5OTk5OTAtQ0FOQURBRUFTVCIsImpvYkxvY2F0aW9uIjoiY2FuYWRhZWFzdCJ9?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 07:14:10 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZSRUNPUkQ6NUZURVNUOjVGVEM6NUYwMDA5OTk5OTAtQ0FOQURBRUFTVCIsImpvYkxvY2F0aW9uIjoiY2FuYWRhZWFzdCJ9?api-version=2022-09-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: + - group delete + Connection: + - keep-alive + ParameterSetName: + - -n -y + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZSRUNPUkQ6NUZURVNUOjVGVEM6NUYwMDA5OTk5OTAtQ0FOQURBRUFTVCIsImpvYkxvY2F0aW9uIjoiY2FuYWRhZWFzdCJ9?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 07:14:25 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZSRUNPUkQ6NUZURVNUOjVGVEM6NUYwMDA5OTk5OTAtQ0FOQURBRUFTVCIsImpvYkxvY2F0aW9uIjoiY2FuYWRhZWFzdCJ9?api-version=2022-09-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: + - group delete + Connection: + - keep-alive + ParameterSetName: + - -n -y + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZSRUNPUkQ6NUZURVNUOjVGVEM6NUYwMDA5OTk5OTAtQ0FOQURBRUFTVCIsImpvYkxvY2F0aW9uIjoiY2FuYWRhZWFzdCJ9?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 07:14:40 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZSRUNPUkQ6NUZURVNUOjVGVEM6NUYwMDA5OTk5OTAtQ0FOQURBRUFTVCIsImpvYkxvY2F0aW9uIjoiY2FuYWRhZWFzdCJ9?api-version=2022-09-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: + - group delete + Connection: + - keep-alive + ParameterSetName: + - -n -y + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZSRUNPUkQ6NUZURVNUOjVGVEM6NUYwMDA5OTk5OTAtQ0FOQURBRUFTVCIsImpvYkxvY2F0aW9uIjoiY2FuYWRhZWFzdCJ9?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 07:14:55 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZSRUNPUkQ6NUZURVNUOjVGVEM6NUYwMDA5OTk5OTAtQ0FOQURBRUFTVCIsImpvYkxvY2F0aW9uIjoiY2FuYWRhZWFzdCJ9?api-version=2022-09-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: + - group delete + Connection: + - keep-alive + ParameterSetName: + - -n -y + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZSRUNPUkQ6NUZURVNUOjVGVEM6NUYwMDA5OTk5OTAtQ0FOQURBRUFTVCIsImpvYkxvY2F0aW9uIjoiY2FuYWRhZWFzdCJ9?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 07:15:10 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/alb/azext_alb/tests/latest/test_alb_commands.py b/src/alb/azext_alb/tests/latest/test_alb_commands.py new file mode 100644 index 00000000000..9c017ed0063 --- /dev/null +++ b/src/alb/azext_alb/tests/latest/test_alb_commands.py @@ -0,0 +1,84 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +import os +import unittest +import tempfile + +from azure.cli.testsdk import * +from knack.util import CLIError +from azure.cli.core.profiles import supported_api_version, ResourceType +from azure.cli.core.commands.client_factory import get_subscription_id +from azure.cli.testsdk import ( + ScenarioTest, LiveScenarioTest, LocalContextScenarioTest, ResourceGroupPreparer, live_only, + KeyVaultPreparer, record_only) + +TEST_DIR = os.path.abspath(os.path.join(os.path.abspath(__file__), '..')) + +class AlbScenario(ScenarioTest): + def test_alb_resources(self): + self.kwargs.update({ + 'rg': 'cli_record_test_tc_000999990', + 'tc': 'tc1', + 'fe': 'fe1', + 'aso': 'a1', + 'vnet': 'vnet1', + 'subnet': "s1" + }) + + #Works with subscription db308457-7e8c-44cc-a8a7-c6d7daee414d + # Create Resource group. + self.cmd('group create -n {rg} --location canadaeast') + + # Create Traffic Controller + tcCount1 = len(self.cmd('network alb list').get_output_in_json()) + self.cmd('network alb create -g {rg} -n {tc} --tags foo=doo', + checks=self.check('tags.foo', 'doo')) + tcCount2 = len(self.cmd('network alb list').get_output_in_json()) + self.assertTrue(tcCount2 == tcCount1 + 1) + self.cmd('network alb show -g {rg} -n {tc}', checks=[ + self.check('name', '{tc}'), + self.check('resourceGroup', '{rg}'), + self.check('tags.foo', 'doo') + ]) + + # Create Frontend for traffic controller + tcFrontendCount1 = len(self.cmd('network alb frontend list -g {rg} --alb-name {tc}').get_output_in_json()) + self.cmd('network alb frontend create -g {rg} -n {fe} --alb-name {tc}') + tcFrontendCount2 = len(self.cmd('network alb frontend list -g {rg} --alb-name {tc}').get_output_in_json()) + self.assertTrue(tcFrontendCount2 == tcFrontendCount1 + 1) + self.cmd('network alb frontend show -g {rg} -n {fe} --alb-name {tc}', checks=[ + self.check('name', '{fe}') + ]) + + #Create Association for traffic controller. Currently this tests will only work in subscription db308457-7e8c-44cc-a8a7-c6d7daee414d + vnet = self.cmd('network vnet create -g {rg} -n {vnet} --subnet-name {subnet} --location eastus').get_output_in_json() + subnet = self.cmd('network vnet subnet update -g {rg} -n {subnet} --vnet-name {vnet} --delegations Microsoft.ServiceNetworking/trafficControllers').get_output_in_json() + + associationCount1 = len(self.cmd('network alb association list -g {rg} --alb-name {tc}').get_output_in_json()) + self.cmd('network alb association create -g {rg} -n {aso} --alb-name {tc} --vnet-name {vnet} --subnet {subnet}') + associationCount2 = len(self.cmd('network alb association list -g {rg} --alb-name {tc}').get_output_in_json()) + self.assertTrue(associationCount2 == associationCount1 + 1) + self.cmd('network alb association show -g {rg} -n {aso} --alb-name {tc}', checks=[ + self.check('name', '{aso}') + ]) + + #Start Deleting + self.cmd('network alb association delete -g {rg} -n {aso} --alb-name {tc} -y') + associationCount3 = len(self.cmd('network alb association list -g {rg} --alb-name {tc}').get_output_in_json()) + self.assertTrue(associationCount3 == associationCount1) + + self.cmd('network alb frontend delete -g {rg} -n {fe} --alb-name {tc} -y') + tcFrontendCount3 = len(self.cmd('network alb frontend list -g {rg} --alb-name {tc}').get_output_in_json()) + self.assertTrue(tcFrontendCount3 == tcFrontendCount1) + + self.cmd('network alb delete -g {rg} -n {tc} -y') + tcCount3 = len(self.cmd('network alb list').get_output_in_json()) + self.assertTrue(tcCount3 == tcCount1) + + self.cmd('network vnet delete -g {rg} -n {vnet}') + self.cmd('group delete -n {rg} -y') \ No newline at end of file diff --git a/src/traffic-controller/setup.cfg b/src/alb/setup.cfg similarity index 100% rename from src/traffic-controller/setup.cfg rename to src/alb/setup.cfg diff --git a/src/traffic-controller/setup.py b/src/alb/setup.py similarity index 86% rename from src/traffic-controller/setup.py rename to src/alb/setup.py index 0643c5a3347..2b363733ecd 100644 --- a/src/traffic-controller/setup.py +++ b/src/alb/setup.py @@ -10,7 +10,7 @@ # HISTORY.rst entry. -VERSION = '0.1.0' +VERSION = '0.2.0' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers @@ -34,16 +34,16 @@ HISTORY = f.read() setup( - name='traffic-controller', + name='alb', version=VERSION, - description='Microsoft Azure Command-Line Tools TrafficController Extension.', + description='Microsoft Azure Command-Line Tools ALB Extension.', long_description=README + '\n\n' + HISTORY, license='MIT', author='Microsoft Corporation', author_email='azpycli@microsoft.com', - url='https://github.com/Azure/azure-cli-extensions/tree/main/src/traffic-controller', + url='https://github.com/Azure/azure-cli-extensions/tree/main/src/alb', classifiers=CLASSIFIERS, packages=find_packages(exclude=["tests"]), - package_data={'azext_traffic_controller': ['azext_metadata.json']}, + package_data={'azext_alb': ['azext_metadata.json']}, install_requires=DEPENDENCIES ) diff --git a/src/amg/azext_amg/backup.py b/src/amg/azext_amg/backup.py index 2d2796c6c1d..2a0926dcf61 100644 --- a/src/amg/azext_amg/backup.py +++ b/src/amg/azext_amg/backup.py @@ -95,8 +95,11 @@ def _save_dashboards(grafana_url, backup_dir, timestamp, http_headers, **kwargs) not d.get('folderTitle', '') and 'general' in folders_to_include)] if folders_to_exclude: folders_to_exclude = [f.lower() for f in folders_to_exclude] - dashboards = [d for d in dashboards if (d.get('folderTitle', '').lower() not in folders_to_exclude or - d.get('folderTitle', '') and 'general' in folders_to_exclude)] + dashboards = [d for d in dashboards if ((d.get('folderTitle', '') + and d.get('folderTitle', '').lower() not in folders_to_exclude) + or + (not d.get('folderTitle', '') + and 'general' not in folders_to_exclude))] _print_an_empty_line() if len(dashboards) == 0: diff --git a/src/amg/azext_amg/tests/latest/recordings/test_amg_backup_restore.yaml b/src/amg/azext_amg/tests/latest/recordings/test_amg_backup_restore.yaml index deac1d1dcb1..63e9e0b14c9 100644 --- a/src/amg/azext_amg/tests/latest/recordings/test_amg_backup_restore.yaml +++ b/src/amg/azext_amg/tests/latest/recordings/test_amg_backup_restore.yaml @@ -18,17 +18,17 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup?api-version=2022-10-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup","name":"clitestbackup","type":"microsoft.dashboard/grafana","sku":{"name":"Standard"},"location":"westcentralus","tags":{},"systemData":{"createdBy":"example@example.com","createdByType":"User","createdAt":"2023-04-14T04:15:44.3768958Z","lastModifiedBy":"example@example.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T04:15:44.3768958Z"},"identity":{"principalId":"fe9f2375-c1b0-4020-ac89-39fd7dbdaeb5","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Accepted","grafanaVersion":null,"endpoint":"https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com","zoneRedundancy":"Disabled","publicNetworkAccess":"Enabled","privateEndpointConnections":null,"autoGeneratedDomainNameLabelScope":"TenantReuse","apiKey":"Disabled","deterministicOutboundIP":"Disabled","outboundIPs":null,"grafanaIntegrations":{"azureMonitorWorkspaceIntegrations":[]},"enterpriseConfigurations":null,"grafanaConfigurations":{"smtp":{"enabled":false}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup","name":"clitestbackup","type":"microsoft.dashboard/grafana","sku":{"name":"Standard"},"location":"westcentralus","tags":{},"systemData":{"createdBy":"example@example.com","createdByType":"User","createdAt":"2023-05-22T03:00:33.6804036Z","lastModifiedBy":"example@example.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T03:00:33.6804036Z"},"identity":{"principalId":"96950b9c-32b3-4ff7-b038-fb3af6cdb3ca","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Accepted","grafanaVersion":null,"endpoint":"https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com","zoneRedundancy":"Disabled","publicNetworkAccess":"Enabled","privateEndpointConnections":null,"autoGeneratedDomainNameLabelScope":"TenantReuse","apiKey":"Disabled","deterministicOutboundIP":"Disabled","outboundIPs":null,"grafanaIntegrations":{"azureMonitorWorkspaceIntegrations":[]},"enterpriseConfigurations":null,"grafanaConfigurations":{"smtp":{"enabled":false}}}}' headers: api-supported-versions: - 2021-09-01-preview, 2022-05-01-preview, 2022-08-01, 2022-10-01-preview azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/3a1ae55b-589f-4001-8582-dab02daaccab*6D14B3282D8F387588CD41D7329068E2FFF772BE39F465014BE9F00089C1EF35?api-version=2022-10-01-preview + - https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/78b496c9-f4da-4ebf-90c3-e9a89536503c*FB580F114D340976E55878DFD9C566B5A03D0F7F67B2A820CCCB7AB5ED3A2295?api-version=2022-10-01-preview cache-control: - no-cache content-length: @@ -36,13 +36,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:15:45 GMT + - Mon, 22 May 2023 03:00:34 GMT etag: - - '"00006890-0000-0600-0000-6438d3720000"' + - '"4d00166e-0000-0600-0000-646adad30000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/3a1ae55b-589f-4001-8582-dab02daaccab*6D14B3282D8F387588CD41D7329068E2FFF772BE39F465014BE9F00089C1EF35?api-version=2022-10-01-preview + - https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/78b496c9-f4da-4ebf-90c3-e9a89536503c*FB580F114D340976E55878DFD9C566B5A03D0F7F67B2A820CCCB7AB5ED3A2295?api-version=2022-10-01-preview pragma: - no-cache request-context: @@ -72,12 +72,12 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/3a1ae55b-589f-4001-8582-dab02daaccab*6D14B3282D8F387588CD41D7329068E2FFF772BE39F465014BE9F00089C1EF35?api-version=2022-10-01-preview + uri: https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/78b496c9-f4da-4ebf-90c3-e9a89536503c*FB580F114D340976E55878DFD9C566B5A03D0F7F67B2A820CCCB7AB5ED3A2295?api-version=2022-10-01-preview response: body: - string: '{"id":"/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/3a1ae55b-589f-4001-8582-dab02daaccab*6D14B3282D8F387588CD41D7329068E2FFF772BE39F465014BE9F00089C1EF35","name":"3a1ae55b-589f-4001-8582-dab02daaccab*6D14B3282D8F387588CD41D7329068E2FFF772BE39F465014BE9F00089C1EF35","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup","status":"Accepted","startTime":"2023-04-14T04:15:45.7103285Z"}' + string: '{"id":"/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/78b496c9-f4da-4ebf-90c3-e9a89536503c*FB580F114D340976E55878DFD9C566B5A03D0F7F67B2A820CCCB7AB5ED3A2295","name":"78b496c9-f4da-4ebf-90c3-e9a89536503c*FB580F114D340976E55878DFD9C566B5A03D0F7F67B2A820CCCB7AB5ED3A2295","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup","status":"Accepted","startTime":"2023-05-22T03:00:34.9013543Z"}' headers: cache-control: - no-cache @@ -86,9 +86,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:16:16 GMT + - Mon, 22 May 2023 03:01:05 GMT etag: - - '"0000fb2e-0000-0600-0000-6438d3710000"' + - '"7a005b08-0000-0600-0000-646adad20000"' expires: - '-1' pragma: @@ -118,12 +118,12 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/3a1ae55b-589f-4001-8582-dab02daaccab*6D14B3282D8F387588CD41D7329068E2FFF772BE39F465014BE9F00089C1EF35?api-version=2022-10-01-preview + uri: https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/78b496c9-f4da-4ebf-90c3-e9a89536503c*FB580F114D340976E55878DFD9C566B5A03D0F7F67B2A820CCCB7AB5ED3A2295?api-version=2022-10-01-preview response: body: - string: '{"id":"/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/3a1ae55b-589f-4001-8582-dab02daaccab*6D14B3282D8F387588CD41D7329068E2FFF772BE39F465014BE9F00089C1EF35","name":"3a1ae55b-589f-4001-8582-dab02daaccab*6D14B3282D8F387588CD41D7329068E2FFF772BE39F465014BE9F00089C1EF35","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup","status":"Accepted","startTime":"2023-04-14T04:15:45.7103285Z"}' + string: '{"id":"/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/78b496c9-f4da-4ebf-90c3-e9a89536503c*FB580F114D340976E55878DFD9C566B5A03D0F7F67B2A820CCCB7AB5ED3A2295","name":"78b496c9-f4da-4ebf-90c3-e9a89536503c*FB580F114D340976E55878DFD9C566B5A03D0F7F67B2A820CCCB7AB5ED3A2295","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup","status":"Accepted","startTime":"2023-05-22T03:00:34.9013543Z"}' headers: cache-control: - no-cache @@ -132,9 +132,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:16:45 GMT + - Mon, 22 May 2023 03:01:34 GMT etag: - - '"0000fb2e-0000-0600-0000-6438d3710000"' + - '"7a005b08-0000-0600-0000-646adad20000"' expires: - '-1' pragma: @@ -164,12 +164,12 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/3a1ae55b-589f-4001-8582-dab02daaccab*6D14B3282D8F387588CD41D7329068E2FFF772BE39F465014BE9F00089C1EF35?api-version=2022-10-01-preview + uri: https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/78b496c9-f4da-4ebf-90c3-e9a89536503c*FB580F114D340976E55878DFD9C566B5A03D0F7F67B2A820CCCB7AB5ED3A2295?api-version=2022-10-01-preview response: body: - string: '{"id":"/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/3a1ae55b-589f-4001-8582-dab02daaccab*6D14B3282D8F387588CD41D7329068E2FFF772BE39F465014BE9F00089C1EF35","name":"3a1ae55b-589f-4001-8582-dab02daaccab*6D14B3282D8F387588CD41D7329068E2FFF772BE39F465014BE9F00089C1EF35","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup","status":"Accepted","startTime":"2023-04-14T04:15:45.7103285Z"}' + string: '{"id":"/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/78b496c9-f4da-4ebf-90c3-e9a89536503c*FB580F114D340976E55878DFD9C566B5A03D0F7F67B2A820CCCB7AB5ED3A2295","name":"78b496c9-f4da-4ebf-90c3-e9a89536503c*FB580F114D340976E55878DFD9C566B5A03D0F7F67B2A820CCCB7AB5ED3A2295","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup","status":"Accepted","startTime":"2023-05-22T03:00:34.9013543Z"}' headers: cache-control: - no-cache @@ -178,9 +178,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:17:16 GMT + - Mon, 22 May 2023 03:02:04 GMT etag: - - '"0000fb2e-0000-0600-0000-6438d3710000"' + - '"7a005b08-0000-0600-0000-646adad20000"' expires: - '-1' pragma: @@ -210,12 +210,12 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/3a1ae55b-589f-4001-8582-dab02daaccab*6D14B3282D8F387588CD41D7329068E2FFF772BE39F465014BE9F00089C1EF35?api-version=2022-10-01-preview + uri: https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/78b496c9-f4da-4ebf-90c3-e9a89536503c*FB580F114D340976E55878DFD9C566B5A03D0F7F67B2A820CCCB7AB5ED3A2295?api-version=2022-10-01-preview response: body: - string: '{"id":"/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/3a1ae55b-589f-4001-8582-dab02daaccab*6D14B3282D8F387588CD41D7329068E2FFF772BE39F465014BE9F00089C1EF35","name":"3a1ae55b-589f-4001-8582-dab02daaccab*6D14B3282D8F387588CD41D7329068E2FFF772BE39F465014BE9F00089C1EF35","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup","status":"Accepted","startTime":"2023-04-14T04:15:45.7103285Z"}' + string: '{"id":"/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/78b496c9-f4da-4ebf-90c3-e9a89536503c*FB580F114D340976E55878DFD9C566B5A03D0F7F67B2A820CCCB7AB5ED3A2295","name":"78b496c9-f4da-4ebf-90c3-e9a89536503c*FB580F114D340976E55878DFD9C566B5A03D0F7F67B2A820CCCB7AB5ED3A2295","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup","status":"Accepted","startTime":"2023-05-22T03:00:34.9013543Z"}' headers: cache-control: - no-cache @@ -224,9 +224,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:17:46 GMT + - Mon, 22 May 2023 03:02:35 GMT etag: - - '"0000fb2e-0000-0600-0000-6438d3710000"' + - '"7a005b08-0000-0600-0000-646adad20000"' expires: - '-1' pragma: @@ -256,12 +256,12 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/3a1ae55b-589f-4001-8582-dab02daaccab*6D14B3282D8F387588CD41D7329068E2FFF772BE39F465014BE9F00089C1EF35?api-version=2022-10-01-preview + uri: https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/78b496c9-f4da-4ebf-90c3-e9a89536503c*FB580F114D340976E55878DFD9C566B5A03D0F7F67B2A820CCCB7AB5ED3A2295?api-version=2022-10-01-preview response: body: - string: '{"id":"/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/3a1ae55b-589f-4001-8582-dab02daaccab*6D14B3282D8F387588CD41D7329068E2FFF772BE39F465014BE9F00089C1EF35","name":"3a1ae55b-589f-4001-8582-dab02daaccab*6D14B3282D8F387588CD41D7329068E2FFF772BE39F465014BE9F00089C1EF35","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup","status":"Accepted","startTime":"2023-04-14T04:15:45.7103285Z"}' + string: '{"id":"/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/78b496c9-f4da-4ebf-90c3-e9a89536503c*FB580F114D340976E55878DFD9C566B5A03D0F7F67B2A820CCCB7AB5ED3A2295","name":"78b496c9-f4da-4ebf-90c3-e9a89536503c*FB580F114D340976E55878DFD9C566B5A03D0F7F67B2A820CCCB7AB5ED3A2295","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup","status":"Accepted","startTime":"2023-05-22T03:00:34.9013543Z"}' headers: cache-control: - no-cache @@ -270,9 +270,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:18:15 GMT + - Mon, 22 May 2023 03:03:04 GMT etag: - - '"0000fb2e-0000-0600-0000-6438d3710000"' + - '"7a005b08-0000-0600-0000-646adad20000"' expires: - '-1' pragma: @@ -302,12 +302,58 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/3a1ae55b-589f-4001-8582-dab02daaccab*6D14B3282D8F387588CD41D7329068E2FFF772BE39F465014BE9F00089C1EF35?api-version=2022-10-01-preview + uri: https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/78b496c9-f4da-4ebf-90c3-e9a89536503c*FB580F114D340976E55878DFD9C566B5A03D0F7F67B2A820CCCB7AB5ED3A2295?api-version=2022-10-01-preview response: body: - string: '{"id":"/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/3a1ae55b-589f-4001-8582-dab02daaccab*6D14B3282D8F387588CD41D7329068E2FFF772BE39F465014BE9F00089C1EF35","name":"3a1ae55b-589f-4001-8582-dab02daaccab*6D14B3282D8F387588CD41D7329068E2FFF772BE39F465014BE9F00089C1EF35","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup","status":"Succeeded","startTime":"2023-04-14T04:15:45.7103285Z","endTime":"2023-04-14T04:18:32.4670696Z","error":{},"properties":null}' + string: '{"id":"/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/78b496c9-f4da-4ebf-90c3-e9a89536503c*FB580F114D340976E55878DFD9C566B5A03D0F7F67B2A820CCCB7AB5ED3A2295","name":"78b496c9-f4da-4ebf-90c3-e9a89536503c*FB580F114D340976E55878DFD9C566B5A03D0F7F67B2A820CCCB7AB5ED3A2295","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup","status":"Accepted","startTime":"2023-05-22T03:00:34.9013543Z"}' + headers: + cache-control: + - no-cache + content-length: + - '510' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 22 May 2023 03:03:35 GMT + etag: + - '"7a005b08-0000-0600-0000-646adad20000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - grafana create + Connection: + - keep-alive + ParameterSetName: + - -g -n -l + User-Agent: + - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/78b496c9-f4da-4ebf-90c3-e9a89536503c*FB580F114D340976E55878DFD9C566B5A03D0F7F67B2A820CCCB7AB5ED3A2295?api-version=2022-10-01-preview + response: + body: + string: '{"id":"/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/78b496c9-f4da-4ebf-90c3-e9a89536503c*FB580F114D340976E55878DFD9C566B5A03D0F7F67B2A820CCCB7AB5ED3A2295","name":"78b496c9-f4da-4ebf-90c3-e9a89536503c*FB580F114D340976E55878DFD9C566B5A03D0F7F67B2A820CCCB7AB5ED3A2295","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup","status":"Succeeded","startTime":"2023-05-22T03:00:34.9013543Z","endTime":"2023-05-22T03:03:46.8138546Z","error":{},"properties":null}' headers: cache-control: - no-cache @@ -316,9 +362,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:18:46 GMT + - Mon, 22 May 2023 03:04:04 GMT etag: - - '"00000c2f-0000-0600-0000-6438d4180000"' + - '"7a006f10-0000-0600-0000-646adb920000"' expires: - '-1' pragma: @@ -348,23 +394,23 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup?api-version=2022-10-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup","name":"clitestbackup","type":"microsoft.dashboard/grafana","sku":{"name":"Standard"},"location":"westcentralus","tags":{},"systemData":{"createdBy":"example@example.com","createdByType":"User","createdAt":"2023-04-14T04:15:44.3768958Z","lastModifiedBy":"example@example.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T04:15:44.3768958Z"},"identity":{"principalId":"fe9f2375-c1b0-4020-ac89-39fd7dbdaeb5","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","grafanaVersion":"9.3.8","endpoint":"https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com","zoneRedundancy":"Disabled","publicNetworkAccess":"Enabled","autoGeneratedDomainNameLabelScope":"TenantReuse","apiKey":"Disabled","deterministicOutboundIP":"Disabled","grafanaIntegrations":{"azureMonitorWorkspaceIntegrations":[]},"grafanaConfigurations":{"smtp":{"enabled":false}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup","name":"clitestbackup","type":"microsoft.dashboard/grafana","sku":{"name":"Standard"},"location":"westcentralus","tags":{},"systemData":{"createdBy":"example@example.com","createdByType":"User","createdAt":"2023-05-22T03:00:33.6804036Z","lastModifiedBy":"example@example.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T03:00:33.6804036Z"},"identity":{"principalId":"96950b9c-32b3-4ff7-b038-fb3af6cdb3ca","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","grafanaVersion":"9.4.10","endpoint":"https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com","zoneRedundancy":"Disabled","publicNetworkAccess":"Enabled","autoGeneratedDomainNameLabelScope":"TenantReuse","apiKey":"Disabled","deterministicOutboundIP":"Disabled","grafanaIntegrations":{"azureMonitorWorkspaceIntegrations":[]},"grafanaConfigurations":{"smtp":{"enabled":false}}}}' headers: cache-control: - no-cache content-length: - - '1067' + - '1068' content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:18:46 GMT + - Mon, 22 May 2023 03:04:04 GMT etag: - - '"0000aa90-0000-0600-0000-6438d4180000"' + - '"4d000973-0000-0600-0000-646adb920000"' expires: - '-1' pragma: @@ -400,10 +446,10 @@ interactions: uri: https://graph.windows.net/00000000-0000-0000-0000-000000000000/me?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.User","objectType":"User","objectId":"a30db067-cde1-49be-95bb-9619a8cc8617","deletionTimestamp":null,"accountEnabled":true,"ageGroup":null,"assignedLicenses":[{"disabledPlans":["a6e407da-7411-4397-8a2e-d9b52780849e","d9923fe3-a2de-4d29-a5be-e3e83bb786be","a4c6cf29-1168-4076-ba5c-e8fe0e62b17e","2a4baa0e-5e99-4c38-b1f2-6864960f1bd1"],"skuId":"a929cd4d-8672-47c9-8664-159c1f322ba8"},{"disabledPlans":["a82fbf69-b4d7-49f4-83a6-915b2cf354f4","cd31b152-6326-4d1b-ae1b-997b625182e6","a413a9ff-720c-4822-98ef-2f37c2a21f4c","a6520331-d7d4-4276-95f5-15c0933bc757","ded3d325-1bdc-453e-8432-5bac26d7a014","afa73018-811e-46e9-988f-f75d2b1b8430","b21a6b06-1988-436e-a07b-51ec6d9f52ad","531ee2f8-b1cb-453b-9c21-d2180d014ca5","bf28f719-7844-4079-9c78-c1307898e192","28b0fa46-c39a-4188-89e2-58e979a6b014","199a5c09-e0ca-4e37-8f7c-b05d533e1ea2","65cc641f-cccd-4643-97e0-a17e3045e541","e26c2fcc-ab91-4a61-b35c-03cdc8dddf66","46129a58-a698-46f0-aa5b-17f6586297d9","6db1f1db-2b46-403f-be40-e39395f08dbb","6dc145d6-95dd-4191-b9c3-185575ee6f6b","41fcdd7d-4733-4863-9cf4-c65b83ce2df4","c4801e8a-cb58-4c35-aca6-f2dcc106f287","0898bdbb-73b0-471a-81e5-20f1fe4dd66e","617b097b-4b93-4ede-83de-5f075bb5fb2f","33c4f319-9bdd-48d6-9c4d-410b750a4a5a","4828c8ec-dc2e-4779-b502-87ac9ce28ab7","3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40"],"skuId":"c7df2760-2c81-4ef7-b578-5b5392b571df"},{"disabledPlans":[],"skuId":"b30411f5-fea1-4a59-9ad9-3db7c7ead579"},{"disabledPlans":[],"skuId":"4a51bf65-409c-4a91-b845-1121b571cc9d"},{"disabledPlans":["c815c93d-0759-4bb8-b857-bc921a71be83","7162bd38-edae-4022-83a7-c5837f951759","b622badb-1b45-48d5-920f-4b27a2c0996c","b74d57b2-58e9-484a-9731-aeccbba954f0"],"skuId":"61902246-d7cb-453e-85cd-53ee28eec138"},{"disabledPlans":["b622badb-1b45-48d5-920f-4b27a2c0996c"],"skuId":"3d957427-ecdc-4df2-aacd-01cc9d519da8"},{"disabledPlans":[],"skuId":"85aae730-b3d1-4f99-bb28-c9f81b05137c"},{"disabledPlans":[],"skuId":"9f3d9c1d-25a5-4aaa-8e59-23a1e6450a67"},{"disabledPlans":["39b5c996-467e-4e60-bd62-46066f572726"],"skuId":"90d8b3f8-712e-4f7b-aa1e-62e7ae6cbe96"},{"disabledPlans":["e95bec33-7c88-4a70-8e19-b10bd9d0c014","5dbe027f-2339-4123-9542-606e4d348a72"],"skuId":"09015f9f-377f-4538-bbb5-f75ceb09358a"},{"disabledPlans":[],"skuId":"f30db892-07e9-47e9-837c-80727f46fd3d"},{"disabledPlans":[],"skuId":"34715a50-7d92-426f-99e9-f815e0ae1de5"},{"disabledPlans":[],"skuId":"26a18e8f-4d14-46f8-835a-ed3ba424a961"},{"disabledPlans":[],"skuId":"412ce1a7-a499-41b3-8eb6-b38f2bbc5c3f"},{"disabledPlans":[],"skuId":"488ba24a-39a9-4473-8ee5-19291e71b002"},{"disabledPlans":[],"skuId":"b05e124f-c7cc-45a0-a6aa-8cf78c946968"},{"disabledPlans":["0b03f40b-c404-40c3-8651-2aceb74365fa","b650d915-9886-424b-a08d-633cede56f57","e95bec33-7c88-4a70-8e19-b10bd9d0c014","5dbe027f-2339-4123-9542-606e4d348a72","fe71d6c3-a2ea-4499-9778-da042bf08063","fafd7243-e5c1-4a3a-9e40-495efcb1d3c3"],"skuId":"ea126fc5-a19e-42e2-a731-da9d437bffcf"},{"disabledPlans":[],"skuId":"c5928f49-12ba-48f7-ada3-0d743a3601d5"}],"assignedPlans":[{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"fe71d6c3-a2ea-4499-9778-da042bf08063"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"fe71d6c3-a2ea-4499-9778-da042bf08063"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"SCO","servicePlanId":"bb73f429-78ef-4ff2-83c8-722b04c3e7d1"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"199a5c09-e0ca-4e37-8f7c-b05d533e1ea2"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"e95bec33-7c88-4a70-8e19-b10bd9d0c014"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"e95bec33-7c88-4a70-8e19-b10bd9d0c014"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"5dbe027f-2339-4123-9542-606e4d348a72"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"5dbe027f-2339-4123-9542-606e4d348a72"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"b622badb-1b45-48d5-920f-4b27a2c0996c"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"MicrosoftOffice","servicePlanId":"fafd7243-e5c1-4a3a-9e40-495efcb1d3c3"},{"assignedTimestamp":"2023-04-04T21:47:07Z","capabilityStatus":"Deleted","service":"SharePoint","servicePlanId":"fe71d6c3-a2ea-4499-9778-da042bf08063"},{"assignedTimestamp":"2023-04-04T21:47:07Z","capabilityStatus":"Deleted","service":"SharePoint","servicePlanId":"e95bec33-7c88-4a70-8e19-b10bd9d0c014"},{"assignedTimestamp":"2023-04-04T21:47:07Z","capabilityStatus":"Deleted","service":"SharePoint","servicePlanId":"5dbe027f-2339-4123-9542-606e4d348a72"},{"assignedTimestamp":"2023-02-26T18:57:12Z","capabilityStatus":"Enabled","service":"LearningAppServiceInTeams","servicePlanId":"b76fb638-6ba6-402a-b9f9-83d28acb3d86"},{"assignedTimestamp":"2023-02-11T23:04:06Z","capabilityStatus":"Deleted","service":"YammerEnterprise","servicePlanId":"a82fbf69-b4d7-49f4-83a6-915b2cf354f4"},{"assignedTimestamp":"2023-01-23T22:57:48Z","capabilityStatus":"Enabled","service":"YammerEnterprise","servicePlanId":"43304c6a-1d4e-4e0b-9b06-5b2a2ff58a90"},{"assignedTimestamp":"2023-01-23T22:57:48Z","capabilityStatus":"Enabled","service":"YammerEnterprise","servicePlanId":"c244cc9e-622f-4576-92ea-82e233e44e36"},{"assignedTimestamp":"2022-11-15T23:13:29Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"6ea4c1ef-c259-46df-bce2-943342cd3cb2"},{"assignedTimestamp":"2022-11-15T23:13:29Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"74d93933-6f22-436e-9441-66d205435abb"},{"assignedTimestamp":"2022-11-15T23:13:29Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"91f50f7b-2204-4803-acac-5cf5668b8b39"},{"assignedTimestamp":"2022-11-15T23:13:29Z","capabilityStatus":"Enabled","service":"ProcessSimple","servicePlanId":"dc789ed8-0170-4b65-a415-eb77d5bb350a"},{"assignedTimestamp":"2022-11-15T23:13:29Z","capabilityStatus":"Enabled","service":"PowerAppsService","servicePlanId":"ea2cf03b-ac60-46ae-9c1d-eeaeb63cec86"},{"assignedTimestamp":"2022-11-15T23:13:29Z","capabilityStatus":"Enabled","service":"ProcessSimple","servicePlanId":"c5002c70-f725-4367-b409-f0eff4fee6c0"},{"assignedTimestamp":"2022-11-09T23:14:02Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"60bf28f9-2b70-4522-96f7-335f5e06c941"},{"assignedTimestamp":"2022-08-07T02:18:34Z","capabilityStatus":"Enabled","service":"Viva-Goals","servicePlanId":"b44c6eaf-5c9f-478c-8f16-8cea26353bfb"},{"assignedTimestamp":"2022-08-07T02:18:34Z","capabilityStatus":"Enabled","service":"Modern-Workplace-Core-ITaas","servicePlanId":"9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"WindowsUpdateforBusinessCloudExtensions","servicePlanId":"7bf960f6-2cd9-443a-8046-5dbff9558365"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"18fa3aba-b085-4105-87d7-55617b8585e6"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"ERP","servicePlanId":"69f07c66-bee4-4222-b051-195095efee5b"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"ProjectProgramsAndPortfolios","servicePlanId":"0a05d977-a21a-45b2-91ce-61c240dbafa2"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"ProcessSimple","servicePlanId":"7e6d7d78-73de-46ba-83b1-6d25117334ba"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"WorkplaceAnalytics","servicePlanId":"f477b0f0-3bb1-4890-940c-40fcee6ce05f"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"f3d5636e-ddc2-41bf-bba6-ca6fadece269"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"MicrosoftPrint","servicePlanId":"795f6fe0-cc4d-4773-b050-5dde4dc704c9"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"MicrosoftFormsProTest","servicePlanId":"97f29a83-1a20-44ff-bf48-5e4ad11f3e51"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"DYN365AISERVICEINSIGHTS","servicePlanId":"1412cdc1-d593-4ad1-9050-40c30ad0b023"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"ProjectProgramsAndPortfolios","servicePlanId":"818523f5-016b-4355-9be8-ed6944946ea7"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"ProcessSimple","servicePlanId":"fa200448-008c-4acb-abd4-ea106ed2199d"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"50554c47-71d9-49fd-bc54-42a2765c555c"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"MicrosoftCommunicationsOnline","servicePlanId":"fe47a034-ab6d-4cb4-bdb4-9551354b177e"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"MicrosoftCommunicationsOnline","servicePlanId":"018fb91e-cee3-418c-9063-d7562978bdaf"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"MicrosoftCommunicationsOnline","servicePlanId":"ca4be917-fbce-4b52-839e-6647467a1668"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"RMSOnline","servicePlanId":"6c57d4b6-3b23-47a5-9bc9-69f17b4947b3"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"WindowsDefenderATP","servicePlanId":"871d91ec-ec1a-452b-a83f-bd76c7d770ef"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"Windows","servicePlanId":"e7c91390-7625-45be-94e0-e16907e03118"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"AzureAdvancedThreatAnalytics","servicePlanId":"14ab5db5-e6c4-4b20-b4bc-13e36fd2227f"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"AADPremiumService","servicePlanId":"41781fb2-bc02-4b7c-bd55-b576c07bb09d"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"MultiFactorService","servicePlanId":"8a256a2b-b617-496d-b51b-e76466e88db0"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"RMSOnline","servicePlanId":"5689bec4-755d-4753-8b61-40975025187c"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"Adallom","servicePlanId":"2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"Netbreeze","servicePlanId":"03acaee3-9492-4f40-aed4-bcb6b32981b6"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"d56f3deb-50d8-465a-bedb-f079817ccac1"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"AADPremiumService","servicePlanId":"eec0eb4f-6444-4f95-aba0-50c24d67f998"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"SCO","servicePlanId":"c1ec4a95-1f05-45b3-a911-aa3fa01094f5"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"ProcessSimple","servicePlanId":"2d589a15-b171-4e61-9b5f-31d15eeb2872"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"59231cdf-b40d-4534-a93e-14d0cd31d27e"},{"assignedTimestamp":"2021-04-15T15:12:57Z","capabilityStatus":"Deleted","service":"MIPExchangeSolutions","servicePlanId":"cd31b152-6326-4d1b-ae1b-997b625182e6"},{"assignedTimestamp":"2020-12-22T01:12:21Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"2f442157-a11c-46b9-ae5b-6e39ff4e5849"},{"assignedTimestamp":"2020-11-03T16:30:18Z","capabilityStatus":"Deleted","service":"M365CommunicationCompliance","servicePlanId":"a413a9ff-720c-4822-98ef-2f37c2a21f4c"},{"assignedTimestamp":"2020-08-14T15:32:15Z","capabilityStatus":"Enabled","service":"YammerEnterprise","servicePlanId":"7547a3fe-08ee-4ccb-b430-5077c5041653"},{"assignedTimestamp":"2019-11-04T20:01:59Z","capabilityStatus":"Enabled","service":"WhiteboardServices","servicePlanId":"4a51bca5-1eff-43f5-878c-177680f191af"},{"assignedTimestamp":"2019-10-14T20:43:01Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"5136a095-5cf0-4aff-bec3-e84448b38ea5"},{"assignedTimestamp":"2019-10-14T20:43:01Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"efb0351d-3b08-4503-993d-383af8de41e3"},{"assignedTimestamp":"2019-03-27T23:17:23Z","capabilityStatus":"Enabled","service":"ProcessSimple","servicePlanId":"50e68c76-46c6-4674-81f9-75456511b170"},{"assignedTimestamp":"2019-03-27T23:17:23Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"17ab22cd-a0b3-4536-910a-cb6eb12696c0"},{"assignedTimestamp":"2018-11-30T00:32:45Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"b1188c4c-1b36-4018-b48b-ee07604f6feb"},{"assignedTimestamp":"2018-09-21T00:27:48Z","capabilityStatus":"Deleted","service":"MicrosoftCommunicationsOnline","servicePlanId":"3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40"},{"assignedTimestamp":"2018-09-21T00:27:48Z","capabilityStatus":"Deleted","service":"MicrosoftCommunicationsOnline","servicePlanId":"4828c8ec-dc2e-4779-b502-87ac9ce28ab7"},{"assignedTimestamp":"2018-09-21T00:27:48Z","capabilityStatus":"Deleted","service":"MicrosoftCommunicationsOnline","servicePlanId":"5a10155d-f5c1-411a-a8ec-e99aae125390"},{"assignedTimestamp":"2018-08-28T18:54:42Z","capabilityStatus":"Enabled","service":"Sway","servicePlanId":"a23b959c-7ce8-4e57-9140-b90eb88a9e97"},{"assignedTimestamp":"2018-08-28T18:54:42Z","capabilityStatus":"Enabled","service":"RMSOnline","servicePlanId":"bea4c11e-220a-4e6d-8eb8-8ea15d019f90"},{"assignedTimestamp":"2018-08-28T18:54:42Z","capabilityStatus":"Deleted","service":"OfficeForms","servicePlanId":"159f4cd6-e380-449f-a816-af1a9ef76344"},{"assignedTimestamp":"2018-04-24T01:47:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"2bdbaf8f-738f-4ac7-9234-3c3ee2ce7d0f"},{"assignedTimestamp":"2018-04-24T01:47:06Z","capabilityStatus":"Deleted","service":"SharePoint","servicePlanId":"2125cfd7-2110-4567-83c4-c1cd5275163d"},{"assignedTimestamp":"2018-04-24T01:47:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"da792a53-cbc0-4184-a10d-e544dd34b3c1"},{"assignedTimestamp":"2018-04-24T01:47:06Z","capabilityStatus":"Deleted","service":"SharePoint","servicePlanId":"c4048e79-4474-4c74-ba9b-c31ff225e511"},{"assignedTimestamp":"2018-03-20T02:14:40Z","capabilityStatus":"Deleted","service":"MicrosoftStream","servicePlanId":"acffdce6-c30f-4dc2-81c0-372e33c515ec"},{"assignedTimestamp":"2018-01-09T10:35:29Z","capabilityStatus":"Enabled","service":"ProjectWorkManagement","servicePlanId":"b737dad2-2f6c-4c65-90e3-ca563267e8b9"},{"assignedTimestamp":"2017-12-31T03:27:36Z","capabilityStatus":"Deleted","service":"Adallom","servicePlanId":"932ad362-64a8-4783-9106-97849a1a30b9"},{"assignedTimestamp":"2017-12-17T18:29:20Z","capabilityStatus":"Enabled","service":"To-Do","servicePlanId":"3fb82609-8c27-4f7b-bd51-30634711ee67"},{"assignedTimestamp":"2017-01-26T08:02:47Z","capabilityStatus":"Enabled","service":"Adallom","servicePlanId":"8c098270-9dd4-4350-9b30-ba4703f3b36b"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Enabled","service":"TeamspaceAPI","servicePlanId":"57ff2da0-773e-42df-b2af-ffb7a2317929"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Deleted","service":"ProcessSimple","servicePlanId":"76846ad7-7776-4c40-a281-a386362dd1b9"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Deleted","service":"PowerAppsService","servicePlanId":"c68f8d98-5534-41c8-bf36-22fa496fa792"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Enabled","service":"MicrosoftCommunicationsOnline","servicePlanId":"0feaeb32-d00e-4d66-bd5a-43b5b83db82c"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Enabled","service":"Deskless","servicePlanId":"8c7d2df8-86f0-4902-b2ed-a0458298f3b3"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Deleted","service":"MicrosoftStream","servicePlanId":"9e700747-8b1d-45e5-ab8d-ef187ceec156"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"efb87545-963c-4e0d-99df-69c6916d9eb0"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Enabled","service":"MicrosoftOffice","servicePlanId":"43de0ff5-c92c-492b-9116-175376d08c38"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Deleted","service":"OfficeForms","servicePlanId":"2789c901-c14e-48ab-a76a-be334d9d793a"},{"assignedTimestamp":"2017-07-06T19:19:57Z","capabilityStatus":"Enabled","service":"OfficeForms","servicePlanId":"e212cbc7-0961-4c40-9825-01117710dcb1"},{"assignedTimestamp":"2017-06-12T08:23:48Z","capabilityStatus":"Enabled","service":"MicrosoftStream","servicePlanId":"6c6042f5-6f01-4d67-b8c1-eb99d36eed3e"},{"assignedTimestamp":"2017-05-12T23:33:35Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"8e0c0a52-6a6c-4d40-8370-dd62790dcd70"},{"assignedTimestamp":"2017-01-26T08:02:47Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"9f431833-0334-42de-a7dc-70aa40db46db"},{"assignedTimestamp":"2017-01-26T08:02:47Z","capabilityStatus":"Enabled","service":"PowerBI","servicePlanId":"70d33638-9c74-4d01-bfd3-562de28bd4ba"},{"assignedTimestamp":"2017-01-26T08:02:47Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"4de31727-a228-4ec3-a5bf-8e45b5ca48cc"},{"assignedTimestamp":"2017-01-26T08:02:47Z","capabilityStatus":"Deleted","service":"AzureAnalysis","servicePlanId":"2049e525-b859-401b-b2a0-e0a31c4b1fe4"},{"assignedTimestamp":"2017-01-26T08:02:47Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"34c0d7a0-a70f-4668-9238-47f9fc208882"},{"assignedTimestamp":"2016-12-19T03:16:33Z","capabilityStatus":"Deleted","service":"PowerBI","servicePlanId":"fc0a60aa-feee-4746-a0e3-aecfe81a38dd"},{"assignedTimestamp":"2016-11-18T18:51:08Z","capabilityStatus":"Enabled","service":"PowerAppsService","servicePlanId":"9c0dab89-a30c-4117-86e7-97bda240acd2"},{"assignedTimestamp":"2016-11-18T18:51:08Z","capabilityStatus":"Enabled","service":"ProcessSimple","servicePlanId":"07699545-9485-468e-95b6-2fca3738be01"},{"assignedTimestamp":"2012-10-10T07:21:11Z","capabilityStatus":"Enabled","service":"MicrosoftOffice","servicePlanId":"663a804f-1c30-4ff0-9915-9db84f0d1cea"},{"assignedTimestamp":"2015-07-30T06:17:13Z","capabilityStatus":"Deleted","service":"MicrosoftCommunicationsOnline","servicePlanId":"27216c54-caf8-4d0d-97e2-517afb5c08f6"}],"city":"REDMOND","companyName":"Microsoft","consentProvidedForMinor":null,"country":null,"createdDateTime":null,"creationType":null,"department":"Azure + string: '{"odata.metadata":"https://graph.windows.net/00000000-0000-0000-0000-000000000000/$metadata#directoryObjects/@Element","odata.type":"Microsoft.DirectoryServices.User","objectType":"User","objectId":"a30db067-cde1-49be-95bb-9619a8cc8617","deletionTimestamp":null,"accountEnabled":true,"ageGroup":null,"assignedLicenses":[{"disabledPlans":["a6e407da-7411-4397-8a2e-d9b52780849e","d9923fe3-a2de-4d29-a5be-e3e83bb786be","a4c6cf29-1168-4076-ba5c-e8fe0e62b17e","2a4baa0e-5e99-4c38-b1f2-6864960f1bd1"],"skuId":"a929cd4d-8672-47c9-8664-159c1f322ba8"},{"disabledPlans":["a82fbf69-b4d7-49f4-83a6-915b2cf354f4","cd31b152-6326-4d1b-ae1b-997b625182e6","a413a9ff-720c-4822-98ef-2f37c2a21f4c","a6520331-d7d4-4276-95f5-15c0933bc757","ded3d325-1bdc-453e-8432-5bac26d7a014","afa73018-811e-46e9-988f-f75d2b1b8430","b21a6b06-1988-436e-a07b-51ec6d9f52ad","531ee2f8-b1cb-453b-9c21-d2180d014ca5","bf28f719-7844-4079-9c78-c1307898e192","28b0fa46-c39a-4188-89e2-58e979a6b014","199a5c09-e0ca-4e37-8f7c-b05d533e1ea2","65cc641f-cccd-4643-97e0-a17e3045e541","e26c2fcc-ab91-4a61-b35c-03cdc8dddf66","46129a58-a698-46f0-aa5b-17f6586297d9","6db1f1db-2b46-403f-be40-e39395f08dbb","6dc145d6-95dd-4191-b9c3-185575ee6f6b","41fcdd7d-4733-4863-9cf4-c65b83ce2df4","c4801e8a-cb58-4c35-aca6-f2dcc106f287","0898bdbb-73b0-471a-81e5-20f1fe4dd66e","617b097b-4b93-4ede-83de-5f075bb5fb2f","33c4f319-9bdd-48d6-9c4d-410b750a4a5a","4828c8ec-dc2e-4779-b502-87ac9ce28ab7","3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40"],"skuId":"c7df2760-2c81-4ef7-b578-5b5392b571df"},{"disabledPlans":[],"skuId":"b30411f5-fea1-4a59-9ad9-3db7c7ead579"},{"disabledPlans":[],"skuId":"4a51bf65-409c-4a91-b845-1121b571cc9d"},{"disabledPlans":["c815c93d-0759-4bb8-b857-bc921a71be83","7162bd38-edae-4022-83a7-c5837f951759","b622badb-1b45-48d5-920f-4b27a2c0996c","b74d57b2-58e9-484a-9731-aeccbba954f0"],"skuId":"61902246-d7cb-453e-85cd-53ee28eec138"},{"disabledPlans":["b622badb-1b45-48d5-920f-4b27a2c0996c"],"skuId":"3d957427-ecdc-4df2-aacd-01cc9d519da8"},{"disabledPlans":[],"skuId":"85aae730-b3d1-4f99-bb28-c9f81b05137c"},{"disabledPlans":[],"skuId":"9f3d9c1d-25a5-4aaa-8e59-23a1e6450a67"},{"disabledPlans":["39b5c996-467e-4e60-bd62-46066f572726"],"skuId":"90d8b3f8-712e-4f7b-aa1e-62e7ae6cbe96"},{"disabledPlans":["e95bec33-7c88-4a70-8e19-b10bd9d0c014","5dbe027f-2339-4123-9542-606e4d348a72"],"skuId":"09015f9f-377f-4538-bbb5-f75ceb09358a"},{"disabledPlans":[],"skuId":"f30db892-07e9-47e9-837c-80727f46fd3d"},{"disabledPlans":[],"skuId":"34715a50-7d92-426f-99e9-f815e0ae1de5"},{"disabledPlans":[],"skuId":"26a18e8f-4d14-46f8-835a-ed3ba424a961"},{"disabledPlans":[],"skuId":"412ce1a7-a499-41b3-8eb6-b38f2bbc5c3f"},{"disabledPlans":[],"skuId":"488ba24a-39a9-4473-8ee5-19291e71b002"},{"disabledPlans":[],"skuId":"b05e124f-c7cc-45a0-a6aa-8cf78c946968"},{"disabledPlans":["0b03f40b-c404-40c3-8651-2aceb74365fa","b650d915-9886-424b-a08d-633cede56f57","e95bec33-7c88-4a70-8e19-b10bd9d0c014","5dbe027f-2339-4123-9542-606e4d348a72","fe71d6c3-a2ea-4499-9778-da042bf08063","fafd7243-e5c1-4a3a-9e40-495efcb1d3c3"],"skuId":"ea126fc5-a19e-42e2-a731-da9d437bffcf"},{"disabledPlans":[],"skuId":"c5928f49-12ba-48f7-ada3-0d743a3601d5"}],"assignedPlans":[{"assignedTimestamp":"2023-05-10T18:58:44Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"fe71d6c3-a2ea-4499-9778-da042bf08063"},{"assignedTimestamp":"2023-05-10T18:58:44Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"e95bec33-7c88-4a70-8e19-b10bd9d0c014"},{"assignedTimestamp":"2023-05-10T18:58:44Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"5dbe027f-2339-4123-9542-606e4d348a72"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"fe71d6c3-a2ea-4499-9778-da042bf08063"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"fe71d6c3-a2ea-4499-9778-da042bf08063"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"SCO","servicePlanId":"bb73f429-78ef-4ff2-83c8-722b04c3e7d1"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"199a5c09-e0ca-4e37-8f7c-b05d533e1ea2"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"e95bec33-7c88-4a70-8e19-b10bd9d0c014"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"e95bec33-7c88-4a70-8e19-b10bd9d0c014"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"5dbe027f-2339-4123-9542-606e4d348a72"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"5dbe027f-2339-4123-9542-606e4d348a72"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"b622badb-1b45-48d5-920f-4b27a2c0996c"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"MicrosoftOffice","servicePlanId":"fafd7243-e5c1-4a3a-9e40-495efcb1d3c3"},{"assignedTimestamp":"2023-02-26T18:57:12Z","capabilityStatus":"Enabled","service":"LearningAppServiceInTeams","servicePlanId":"b76fb638-6ba6-402a-b9f9-83d28acb3d86"},{"assignedTimestamp":"2023-02-11T23:04:06Z","capabilityStatus":"Deleted","service":"YammerEnterprise","servicePlanId":"a82fbf69-b4d7-49f4-83a6-915b2cf354f4"},{"assignedTimestamp":"2023-01-23T22:57:48Z","capabilityStatus":"Enabled","service":"YammerEnterprise","servicePlanId":"43304c6a-1d4e-4e0b-9b06-5b2a2ff58a90"},{"assignedTimestamp":"2023-01-23T22:57:48Z","capabilityStatus":"Enabled","service":"YammerEnterprise","servicePlanId":"c244cc9e-622f-4576-92ea-82e233e44e36"},{"assignedTimestamp":"2022-11-15T23:13:29Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"6ea4c1ef-c259-46df-bce2-943342cd3cb2"},{"assignedTimestamp":"2022-11-15T23:13:29Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"74d93933-6f22-436e-9441-66d205435abb"},{"assignedTimestamp":"2022-11-15T23:13:29Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"91f50f7b-2204-4803-acac-5cf5668b8b39"},{"assignedTimestamp":"2022-11-15T23:13:29Z","capabilityStatus":"Enabled","service":"ProcessSimple","servicePlanId":"dc789ed8-0170-4b65-a415-eb77d5bb350a"},{"assignedTimestamp":"2022-11-15T23:13:29Z","capabilityStatus":"Enabled","service":"PowerAppsService","servicePlanId":"ea2cf03b-ac60-46ae-9c1d-eeaeb63cec86"},{"assignedTimestamp":"2022-11-15T23:13:29Z","capabilityStatus":"Enabled","service":"ProcessSimple","servicePlanId":"c5002c70-f725-4367-b409-f0eff4fee6c0"},{"assignedTimestamp":"2022-11-09T23:14:02Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"60bf28f9-2b70-4522-96f7-335f5e06c941"},{"assignedTimestamp":"2022-08-07T02:18:34Z","capabilityStatus":"Enabled","service":"Viva-Goals","servicePlanId":"b44c6eaf-5c9f-478c-8f16-8cea26353bfb"},{"assignedTimestamp":"2022-08-07T02:18:34Z","capabilityStatus":"Enabled","service":"Modern-Workplace-Core-ITaas","servicePlanId":"9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"WindowsUpdateforBusinessCloudExtensions","servicePlanId":"7bf960f6-2cd9-443a-8046-5dbff9558365"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"18fa3aba-b085-4105-87d7-55617b8585e6"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"ERP","servicePlanId":"69f07c66-bee4-4222-b051-195095efee5b"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"ProjectProgramsAndPortfolios","servicePlanId":"0a05d977-a21a-45b2-91ce-61c240dbafa2"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"ProcessSimple","servicePlanId":"7e6d7d78-73de-46ba-83b1-6d25117334ba"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"WorkplaceAnalytics","servicePlanId":"f477b0f0-3bb1-4890-940c-40fcee6ce05f"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"f3d5636e-ddc2-41bf-bba6-ca6fadece269"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"MicrosoftPrint","servicePlanId":"795f6fe0-cc4d-4773-b050-5dde4dc704c9"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"MicrosoftFormsProTest","servicePlanId":"97f29a83-1a20-44ff-bf48-5e4ad11f3e51"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"DYN365AISERVICEINSIGHTS","servicePlanId":"1412cdc1-d593-4ad1-9050-40c30ad0b023"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"ProjectProgramsAndPortfolios","servicePlanId":"818523f5-016b-4355-9be8-ed6944946ea7"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"ProcessSimple","servicePlanId":"fa200448-008c-4acb-abd4-ea106ed2199d"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"50554c47-71d9-49fd-bc54-42a2765c555c"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"MicrosoftCommunicationsOnline","servicePlanId":"fe47a034-ab6d-4cb4-bdb4-9551354b177e"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"MicrosoftCommunicationsOnline","servicePlanId":"018fb91e-cee3-418c-9063-d7562978bdaf"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"MicrosoftCommunicationsOnline","servicePlanId":"ca4be917-fbce-4b52-839e-6647467a1668"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"RMSOnline","servicePlanId":"6c57d4b6-3b23-47a5-9bc9-69f17b4947b3"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"WindowsDefenderATP","servicePlanId":"871d91ec-ec1a-452b-a83f-bd76c7d770ef"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"Windows","servicePlanId":"e7c91390-7625-45be-94e0-e16907e03118"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"AzureAdvancedThreatAnalytics","servicePlanId":"14ab5db5-e6c4-4b20-b4bc-13e36fd2227f"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"AADPremiumService","servicePlanId":"41781fb2-bc02-4b7c-bd55-b576c07bb09d"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"MultiFactorService","servicePlanId":"8a256a2b-b617-496d-b51b-e76466e88db0"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"RMSOnline","servicePlanId":"5689bec4-755d-4753-8b61-40975025187c"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"Adallom","servicePlanId":"2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"Netbreeze","servicePlanId":"03acaee3-9492-4f40-aed4-bcb6b32981b6"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"d56f3deb-50d8-465a-bedb-f079817ccac1"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"AADPremiumService","servicePlanId":"eec0eb4f-6444-4f95-aba0-50c24d67f998"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"SCO","servicePlanId":"c1ec4a95-1f05-45b3-a911-aa3fa01094f5"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"ProcessSimple","servicePlanId":"2d589a15-b171-4e61-9b5f-31d15eeb2872"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"59231cdf-b40d-4534-a93e-14d0cd31d27e"},{"assignedTimestamp":"2021-04-15T15:12:57Z","capabilityStatus":"Deleted","service":"MIPExchangeSolutions","servicePlanId":"cd31b152-6326-4d1b-ae1b-997b625182e6"},{"assignedTimestamp":"2020-12-22T01:12:21Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"2f442157-a11c-46b9-ae5b-6e39ff4e5849"},{"assignedTimestamp":"2020-11-03T16:30:18Z","capabilityStatus":"Deleted","service":"M365CommunicationCompliance","servicePlanId":"a413a9ff-720c-4822-98ef-2f37c2a21f4c"},{"assignedTimestamp":"2020-08-14T15:32:15Z","capabilityStatus":"Enabled","service":"YammerEnterprise","servicePlanId":"7547a3fe-08ee-4ccb-b430-5077c5041653"},{"assignedTimestamp":"2019-11-04T20:01:59Z","capabilityStatus":"Enabled","service":"WhiteboardServices","servicePlanId":"4a51bca5-1eff-43f5-878c-177680f191af"},{"assignedTimestamp":"2019-10-14T20:43:01Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"5136a095-5cf0-4aff-bec3-e84448b38ea5"},{"assignedTimestamp":"2019-10-14T20:43:01Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"efb0351d-3b08-4503-993d-383af8de41e3"},{"assignedTimestamp":"2019-03-27T23:17:23Z","capabilityStatus":"Enabled","service":"ProcessSimple","servicePlanId":"50e68c76-46c6-4674-81f9-75456511b170"},{"assignedTimestamp":"2019-03-27T23:17:23Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"17ab22cd-a0b3-4536-910a-cb6eb12696c0"},{"assignedTimestamp":"2018-11-30T00:32:45Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"b1188c4c-1b36-4018-b48b-ee07604f6feb"},{"assignedTimestamp":"2018-09-21T00:27:48Z","capabilityStatus":"Deleted","service":"MicrosoftCommunicationsOnline","servicePlanId":"3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40"},{"assignedTimestamp":"2018-09-21T00:27:48Z","capabilityStatus":"Deleted","service":"MicrosoftCommunicationsOnline","servicePlanId":"4828c8ec-dc2e-4779-b502-87ac9ce28ab7"},{"assignedTimestamp":"2018-09-21T00:27:48Z","capabilityStatus":"Deleted","service":"MicrosoftCommunicationsOnline","servicePlanId":"5a10155d-f5c1-411a-a8ec-e99aae125390"},{"assignedTimestamp":"2018-08-28T18:54:42Z","capabilityStatus":"Enabled","service":"Sway","servicePlanId":"a23b959c-7ce8-4e57-9140-b90eb88a9e97"},{"assignedTimestamp":"2018-08-28T18:54:42Z","capabilityStatus":"Enabled","service":"RMSOnline","servicePlanId":"bea4c11e-220a-4e6d-8eb8-8ea15d019f90"},{"assignedTimestamp":"2018-08-28T18:54:42Z","capabilityStatus":"Deleted","service":"OfficeForms","servicePlanId":"159f4cd6-e380-449f-a816-af1a9ef76344"},{"assignedTimestamp":"2018-04-24T01:47:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"2bdbaf8f-738f-4ac7-9234-3c3ee2ce7d0f"},{"assignedTimestamp":"2018-04-24T01:47:06Z","capabilityStatus":"Deleted","service":"SharePoint","servicePlanId":"2125cfd7-2110-4567-83c4-c1cd5275163d"},{"assignedTimestamp":"2018-04-24T01:47:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"da792a53-cbc0-4184-a10d-e544dd34b3c1"},{"assignedTimestamp":"2018-04-24T01:47:06Z","capabilityStatus":"Deleted","service":"SharePoint","servicePlanId":"c4048e79-4474-4c74-ba9b-c31ff225e511"},{"assignedTimestamp":"2018-03-20T02:14:40Z","capabilityStatus":"Deleted","service":"MicrosoftStream","servicePlanId":"acffdce6-c30f-4dc2-81c0-372e33c515ec"},{"assignedTimestamp":"2018-01-09T10:35:29Z","capabilityStatus":"Enabled","service":"ProjectWorkManagement","servicePlanId":"b737dad2-2f6c-4c65-90e3-ca563267e8b9"},{"assignedTimestamp":"2017-12-31T03:27:36Z","capabilityStatus":"Deleted","service":"Adallom","servicePlanId":"932ad362-64a8-4783-9106-97849a1a30b9"},{"assignedTimestamp":"2017-12-17T18:29:20Z","capabilityStatus":"Enabled","service":"To-Do","servicePlanId":"3fb82609-8c27-4f7b-bd51-30634711ee67"},{"assignedTimestamp":"2017-01-26T08:02:47Z","capabilityStatus":"Enabled","service":"Adallom","servicePlanId":"8c098270-9dd4-4350-9b30-ba4703f3b36b"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Enabled","service":"TeamspaceAPI","servicePlanId":"57ff2da0-773e-42df-b2af-ffb7a2317929"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Deleted","service":"ProcessSimple","servicePlanId":"76846ad7-7776-4c40-a281-a386362dd1b9"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Deleted","service":"PowerAppsService","servicePlanId":"c68f8d98-5534-41c8-bf36-22fa496fa792"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Enabled","service":"MicrosoftCommunicationsOnline","servicePlanId":"0feaeb32-d00e-4d66-bd5a-43b5b83db82c"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Enabled","service":"Deskless","servicePlanId":"8c7d2df8-86f0-4902-b2ed-a0458298f3b3"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Deleted","service":"MicrosoftStream","servicePlanId":"9e700747-8b1d-45e5-ab8d-ef187ceec156"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"efb87545-963c-4e0d-99df-69c6916d9eb0"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Enabled","service":"MicrosoftOffice","servicePlanId":"43de0ff5-c92c-492b-9116-175376d08c38"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Deleted","service":"OfficeForms","servicePlanId":"2789c901-c14e-48ab-a76a-be334d9d793a"},{"assignedTimestamp":"2017-07-06T19:19:57Z","capabilityStatus":"Enabled","service":"OfficeForms","servicePlanId":"e212cbc7-0961-4c40-9825-01117710dcb1"},{"assignedTimestamp":"2017-06-12T08:23:48Z","capabilityStatus":"Enabled","service":"MicrosoftStream","servicePlanId":"6c6042f5-6f01-4d67-b8c1-eb99d36eed3e"},{"assignedTimestamp":"2017-05-12T23:33:35Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"8e0c0a52-6a6c-4d40-8370-dd62790dcd70"},{"assignedTimestamp":"2017-01-26T08:02:47Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"9f431833-0334-42de-a7dc-70aa40db46db"},{"assignedTimestamp":"2017-01-26T08:02:47Z","capabilityStatus":"Enabled","service":"PowerBI","servicePlanId":"70d33638-9c74-4d01-bfd3-562de28bd4ba"},{"assignedTimestamp":"2017-01-26T08:02:47Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"4de31727-a228-4ec3-a5bf-8e45b5ca48cc"},{"assignedTimestamp":"2017-01-26T08:02:47Z","capabilityStatus":"Deleted","service":"AzureAnalysis","servicePlanId":"2049e525-b859-401b-b2a0-e0a31c4b1fe4"},{"assignedTimestamp":"2017-01-26T08:02:47Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"34c0d7a0-a70f-4668-9238-47f9fc208882"},{"assignedTimestamp":"2016-12-19T03:16:33Z","capabilityStatus":"Deleted","service":"PowerBI","servicePlanId":"fc0a60aa-feee-4746-a0e3-aecfe81a38dd"},{"assignedTimestamp":"2016-11-18T18:51:08Z","capabilityStatus":"Enabled","service":"PowerAppsService","servicePlanId":"9c0dab89-a30c-4117-86e7-97bda240acd2"},{"assignedTimestamp":"2016-11-18T18:51:08Z","capabilityStatus":"Enabled","service":"ProcessSimple","servicePlanId":"07699545-9485-468e-95b6-2fca3738be01"},{"assignedTimestamp":"2012-10-10T07:21:11Z","capabilityStatus":"Enabled","service":"MicrosoftOffice","servicePlanId":"663a804f-1c30-4ff0-9915-9db84f0d1cea"},{"assignedTimestamp":"2015-07-30T06:17:13Z","capabilityStatus":"Deleted","service":"MicrosoftCommunicationsOnline","servicePlanId":"27216c54-caf8-4d0d-97e2-517afb5c08f6"}],"city":"REDMOND","companyName":"Microsoft","consentProvidedForMinor":null,"country":null,"createdDateTime":null,"creationType":null,"department":"Azure Dev Exp","dirSyncEnabled":true,"displayName":"Yugang Wang","employeeId":null,"facsimileTelephoneNumber":null,"givenName":"Yugang","immutableId":"138058","isCompromised":null,"jobTitle":"PRINCIPAL - SWE MANAGER","lastDirSyncTime":"2023-04-08T22:21:16Z","legalAgeGroupClassification":null,"mail":"example@example.com","mailNickname":"yugangw","mobile":null,"onPremisesDistinguishedName":"CN=Yugang - Wang,OU=MSE,OU=Users,OU=CoreIdentity,DC=redmond,DC=corp,DC=microsoft,DC=com","onPremisesSecurityIdentifier":"S-1-5-21-2127521184-1604012920-1887927527-415191","otherMails":[],"passwordPolicies":"DisablePasswordExpiration","passwordProfile":null,"physicalDeliveryOfficeName":"18/3700FL","postalCode":null,"preferredLanguage":null,"provisionedPlans":[{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"SharePoint"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"SharePoint"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"SharePoint"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"CRM"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"CRM"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"CRM"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Deleted","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Deleted","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Deleted","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Deleted","provisioningStatus":"Success","service":"SharePoint"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"SharePoint"},{"capabilityStatus":"Deleted","provisioningStatus":"Success","service":"SharePoint"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"SharePoint"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"Netbreeze"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"CRM"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"MicrosoftOffice"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"MicrosoftOffice"},{"capabilityStatus":"Deleted","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"MicrosoftOffice"}],"provisioningErrors":[],"proxyAddresses":["X500:/O=Nokia/OU=HUB/cn=Recipients/cn=yugangw","X500:/o=SDF/ou=Exchange + SWE MANAGER","lastDirSyncTime":"2023-04-28T05:37:10Z","legalAgeGroupClassification":null,"mail":"example@example.com","mailNickname":"yugangw","mobile":null,"onPremisesDistinguishedName":"CN=Yugang + Wang,OU=MSE,OU=Users,OU=CoreIdentity,DC=redmond,DC=corp,DC=microsoft,DC=com","onPremisesSecurityIdentifier":"S-1-5-21-2127521184-1604012920-1887927527-415191","otherMails":[],"passwordPolicies":"DisablePasswordExpiration","passwordProfile":null,"physicalDeliveryOfficeName":"18/2480FL","postalCode":null,"preferredLanguage":null,"provisionedPlans":[{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"SharePoint"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"SharePoint"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"SharePoint"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"CRM"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"CRM"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"CRM"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Deleted","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Deleted","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Deleted","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Deleted","provisioningStatus":"Success","service":"SharePoint"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"SharePoint"},{"capabilityStatus":"Deleted","provisioningStatus":"Success","service":"SharePoint"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"SharePoint"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"Netbreeze"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"CRM"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"MicrosoftOffice"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"MicrosoftOffice"},{"capabilityStatus":"Deleted","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"MicrosoftOffice"}],"provisioningErrors":[],"proxyAddresses":["X500:/O=Nokia/OU=HUB/cn=Recipients/cn=yugangw","X500:/o=SDF/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=sdflabs.com-51490-Yugang Wang (Volt)e3d6fb0c","X500:/o=microsoft/ou=northamerica/cn=Recipients/cn=572513","X500:/o=microsoft/ou=First Administrative Group/cn=Recipients/cn=yugangw","X500:/o=microsoft/ou=External @@ -431,19 +477,19 @@ interactions: dataserviceversion: - 3.0; date: - - Fri, 14 Apr 2023 04:18:47 GMT + - Mon, 22 May 2023 03:04:06 GMT duration: - - '1813389' + - '4698149' expires: - '-1' ocp-aad-diagnostics-server-name: - - 8onmiQs4LqwWp5cRoKp5VYVA7o7B+XkLA75o6wIE58I= + - htZa32WtIz3ky74CW3/lBKb51eUTcak8oiL7bfdVJf8= ocp-aad-session-key: - - vKkbLtpnjomEpUs83vcLny6svW4RfFd3QAlz1Au0RpRLRTLj1eRMhR_UOFOG7Ty05YTOXKFoS4avWNrBR8NVOUMclnfokoquQLfOhOVEEJb_Qb_lJLHVwBJ_oy82XwL8.7RLeswCLlZtuznrb1Wxpa-twcVOclCkTeYz6ia6hSHc + - 3_qXaOW4dkUWr6AROuEspquKodMhLGXuxG_S9vWrnEJHYrKkjIp3bFzjMpMqmjyRMNHV8WLkRB_oPGbC-a8KH-OUyvoadrWbv6l84tOZ6BXzpQB5VZ7lk4_kTgTvG5w0.moNoTXMrztdlWLnxa0nLdp7cxHfjAV0ObTPxR7Lcl4c pragma: - no-cache request-id: - - 863ecd3a-f0d3-4ed4-b18e-10cb86ed56e0 + - be33b0bb-9694-455f-9904-d3c4b246b7e3 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: @@ -471,7 +517,8 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.8 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.46.0 (MSI) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.8 + (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Grafana%20Admin%27&api-version=2022-04-01 response: @@ -486,7 +533,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:18:48 GMT + - Mon, 22 May 2023 03:04:07 GMT expires: - '-1' pragma: @@ -523,12 +570,13 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.8 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.46.0 (MSI) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.8 + (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000001?api-version=2020-04-01-preview response: body: - string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/22926164-76b3-42b3-bc55-97df8dab3e41","principalId":"a30db067-cde1-49be-95bb-9619a8cc8617","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup","condition":null,"conditionVersion":null,"createdOn":"2023-04-14T04:18:49.3377293Z","updatedOn":"2023-04-14T04:18:49.7171056Z","createdBy":null,"updatedBy":"a30db067-cde1-49be-95bb-9619a8cc8617","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000001","type":"Microsoft.Authorization/roleAssignments","name":"88888888-0000-0000-0000-000000000001"}' + string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/22926164-76b3-42b3-bc55-97df8dab3e41","principalId":"a30db067-cde1-49be-95bb-9619a8cc8617","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup","condition":null,"conditionVersion":null,"createdOn":"2023-05-22T03:04:08.5007252Z","updatedOn":"2023-05-22T03:04:09.0027334Z","createdBy":null,"updatedBy":"a30db067-cde1-49be-95bb-9619a8cc8617","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000001","type":"Microsoft.Authorization/roleAssignments","name":"88888888-0000-0000-0000-000000000001"}' headers: cache-control: - no-cache @@ -537,7 +585,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:18:51 GMT + - Mon, 22 May 2023 03:04:10 GMT expires: - '-1' pragma: @@ -567,7 +615,8 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.8 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.46.0 (MSI) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.8 + (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Monitoring%20Reader%27&api-version=2022-04-01 response: @@ -582,7 +631,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:18:50 GMT + - Mon, 22 May 2023 03:04:11 GMT expires: - '-1' pragma: @@ -602,7 +651,7 @@ interactions: message: OK - request: body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05", - "principalId": "fe9f2375-c1b0-4020-ac89-39fd7dbdaeb5", "principalType": "ServicePrincipal"}}' + "principalId": "96950b9c-32b3-4ff7-b038-fb3af6cdb3ca", "principalType": "ServicePrincipal"}}' headers: Accept: - application/json @@ -619,12 +668,13 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.8 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.46.0 (MSI) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.8 + (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000002?api-version=2020-04-01-preview response: body: - string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05","principalId":"fe9f2375-c1b0-4020-ac89-39fd7dbdaeb5","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-04-14T04:18:52.0496910Z","updatedOn":"2023-04-14T04:18:52.4266969Z","createdBy":null,"updatedBy":"a30db067-cde1-49be-95bb-9619a8cc8617","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000002","type":"Microsoft.Authorization/roleAssignments","name":"88888888-0000-0000-0000-000000000002"}' + string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05","principalId":"96950b9c-32b3-4ff7-b038-fb3af6cdb3ca","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-22T03:04:11.7217348Z","updatedOn":"2023-05-22T03:04:12.1957444Z","createdBy":null,"updatedBy":"a30db067-cde1-49be-95bb-9619a8cc8617","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000002","type":"Microsoft.Authorization/roleAssignments","name":"88888888-0000-0000-0000-000000000002"}' headers: cache-control: - no-cache @@ -633,7 +683,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:18:53 GMT + - Mon, 22 May 2023 03:04:13 GMT expires: - '-1' pragma: @@ -668,17 +718,17 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2?api-version=2022-10-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2","name":"clitestbackup2","type":"microsoft.dashboard/grafana","sku":{"name":"Standard"},"location":"westcentralus","tags":{},"systemData":{"createdBy":"example@example.com","createdByType":"User","createdAt":"2023-04-14T04:18:55.7524126Z","lastModifiedBy":"example@example.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T04:18:55.7524126Z"},"identity":{"principalId":"debd6af6-6d74-406d-a355-3894af01dbf8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Accepted","grafanaVersion":null,"endpoint":"https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com","zoneRedundancy":"Disabled","publicNetworkAccess":"Enabled","privateEndpointConnections":null,"autoGeneratedDomainNameLabelScope":"TenantReuse","apiKey":"Disabled","deterministicOutboundIP":"Disabled","outboundIPs":null,"grafanaIntegrations":{"azureMonitorWorkspaceIntegrations":[]},"enterpriseConfigurations":null,"grafanaConfigurations":{"smtp":{"enabled":false}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2","name":"clitestbackup2","type":"microsoft.dashboard/grafana","sku":{"name":"Standard"},"location":"westcentralus","tags":{},"systemData":{"createdBy":"example@example.com","createdByType":"User","createdAt":"2023-05-22T03:04:15.3025027Z","lastModifiedBy":"example@example.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T03:04:15.3025027Z"},"identity":{"principalId":"8a640ec9-de59-4758-83b2-00098ec8c23a","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Accepted","grafanaVersion":null,"endpoint":"https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com","zoneRedundancy":"Disabled","publicNetworkAccess":"Enabled","privateEndpointConnections":null,"autoGeneratedDomainNameLabelScope":"TenantReuse","apiKey":"Disabled","deterministicOutboundIP":"Disabled","outboundIPs":null,"grafanaIntegrations":{"azureMonitorWorkspaceIntegrations":[]},"enterpriseConfigurations":null,"grafanaConfigurations":{"smtp":{"enabled":false}}}}' headers: api-supported-versions: - 2021-09-01-preview, 2022-05-01-preview, 2022-08-01, 2022-10-01-preview azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/206346d3-1bf9-40a6-9fee-3a5535ed6001*D5BBE0B7E9BEB103BD7D5ABED1E5D759F87D153DF0FFB5FA83C296027A1A3509?api-version=2022-10-01-preview + - https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A?api-version=2022-10-01-preview cache-control: - no-cache content-length: @@ -686,13 +736,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:18:56 GMT + - Mon, 22 May 2023 03:04:16 GMT etag: - - '"0000b190-0000-0600-0000-6438d4310000"' + - '"4d00c073-0000-0600-0000-646adbb00000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/206346d3-1bf9-40a6-9fee-3a5535ed6001*D5BBE0B7E9BEB103BD7D5ABED1E5D759F87D153DF0FFB5FA83C296027A1A3509?api-version=2022-10-01-preview + - https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A?api-version=2022-10-01-preview pragma: - no-cache request-context: @@ -722,12 +772,150 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A?api-version=2022-10-01-preview + response: + body: + string: '{"id":"/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A","name":"0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2","status":"Accepted","startTime":"2023-05-22T03:04:16.3541588Z"}' + headers: + cache-control: + - no-cache + content-length: + - '511' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 22 May 2023 03:04:46 GMT + etag: + - '"7a001811-0000-0600-0000-646adbb00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - grafana create + Connection: + - keep-alive + ParameterSetName: + - -g -n -l + User-Agent: + - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A?api-version=2022-10-01-preview + response: + body: + string: '{"id":"/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A","name":"0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2","status":"Accepted","startTime":"2023-05-22T03:04:16.3541588Z"}' + headers: + cache-control: + - no-cache + content-length: + - '511' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 22 May 2023 03:05:16 GMT + etag: + - '"7a001811-0000-0600-0000-646adbb00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - grafana create + Connection: + - keep-alive + ParameterSetName: + - -g -n -l + User-Agent: + - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A?api-version=2022-10-01-preview + response: + body: + string: '{"id":"/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A","name":"0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2","status":"Accepted","startTime":"2023-05-22T03:04:16.3541588Z"}' + headers: + cache-control: + - no-cache + content-length: + - '511' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 22 May 2023 03:05:46 GMT + etag: + - '"7a001811-0000-0600-0000-646adbb00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - grafana create + Connection: + - keep-alive + ParameterSetName: + - -g -n -l + User-Agent: + - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/206346d3-1bf9-40a6-9fee-3a5535ed6001*D5BBE0B7E9BEB103BD7D5ABED1E5D759F87D153DF0FFB5FA83C296027A1A3509?api-version=2022-10-01-preview + uri: https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A?api-version=2022-10-01-preview response: body: - string: '{"id":"/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/206346d3-1bf9-40a6-9fee-3a5535ed6001*D5BBE0B7E9BEB103BD7D5ABED1E5D759F87D153DF0FFB5FA83C296027A1A3509","name":"206346d3-1bf9-40a6-9fee-3a5535ed6001*D5BBE0B7E9BEB103BD7D5ABED1E5D759F87D153DF0FFB5FA83C296027A1A3509","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2","status":"Accepted","startTime":"2023-04-14T04:18:56.7518954Z"}' + string: '{"id":"/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A","name":"0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2","status":"Accepted","startTime":"2023-05-22T03:04:16.3541588Z"}' headers: cache-control: - no-cache @@ -736,9 +924,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:19:26 GMT + - Mon, 22 May 2023 03:06:16 GMT etag: - - '"00000e2f-0000-0600-0000-6438d4300000"' + - '"7a001811-0000-0600-0000-646adbb00000"' expires: - '-1' pragma: @@ -768,12 +956,12 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/206346d3-1bf9-40a6-9fee-3a5535ed6001*D5BBE0B7E9BEB103BD7D5ABED1E5D759F87D153DF0FFB5FA83C296027A1A3509?api-version=2022-10-01-preview + uri: https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A?api-version=2022-10-01-preview response: body: - string: '{"id":"/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/206346d3-1bf9-40a6-9fee-3a5535ed6001*D5BBE0B7E9BEB103BD7D5ABED1E5D759F87D153DF0FFB5FA83C296027A1A3509","name":"206346d3-1bf9-40a6-9fee-3a5535ed6001*D5BBE0B7E9BEB103BD7D5ABED1E5D759F87D153DF0FFB5FA83C296027A1A3509","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2","status":"Accepted","startTime":"2023-04-14T04:18:56.7518954Z"}' + string: '{"id":"/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A","name":"0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2","status":"Accepted","startTime":"2023-05-22T03:04:16.3541588Z"}' headers: cache-control: - no-cache @@ -782,9 +970,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:19:56 GMT + - Mon, 22 May 2023 03:06:46 GMT etag: - - '"00000e2f-0000-0600-0000-6438d4300000"' + - '"7a001811-0000-0600-0000-646adbb00000"' expires: - '-1' pragma: @@ -814,12 +1002,12 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/206346d3-1bf9-40a6-9fee-3a5535ed6001*D5BBE0B7E9BEB103BD7D5ABED1E5D759F87D153DF0FFB5FA83C296027A1A3509?api-version=2022-10-01-preview + uri: https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A?api-version=2022-10-01-preview response: body: - string: '{"id":"/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/206346d3-1bf9-40a6-9fee-3a5535ed6001*D5BBE0B7E9BEB103BD7D5ABED1E5D759F87D153DF0FFB5FA83C296027A1A3509","name":"206346d3-1bf9-40a6-9fee-3a5535ed6001*D5BBE0B7E9BEB103BD7D5ABED1E5D759F87D153DF0FFB5FA83C296027A1A3509","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2","status":"Accepted","startTime":"2023-04-14T04:18:56.7518954Z"}' + string: '{"id":"/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A","name":"0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2","status":"Accepted","startTime":"2023-05-22T03:04:16.3541588Z"}' headers: cache-control: - no-cache @@ -828,9 +1016,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:20:27 GMT + - Mon, 22 May 2023 03:07:17 GMT etag: - - '"00000e2f-0000-0600-0000-6438d4300000"' + - '"7a001811-0000-0600-0000-646adbb00000"' expires: - '-1' pragma: @@ -860,12 +1048,12 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/206346d3-1bf9-40a6-9fee-3a5535ed6001*D5BBE0B7E9BEB103BD7D5ABED1E5D759F87D153DF0FFB5FA83C296027A1A3509?api-version=2022-10-01-preview + uri: https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A?api-version=2022-10-01-preview response: body: - string: '{"id":"/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/206346d3-1bf9-40a6-9fee-3a5535ed6001*D5BBE0B7E9BEB103BD7D5ABED1E5D759F87D153DF0FFB5FA83C296027A1A3509","name":"206346d3-1bf9-40a6-9fee-3a5535ed6001*D5BBE0B7E9BEB103BD7D5ABED1E5D759F87D153DF0FFB5FA83C296027A1A3509","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2","status":"Accepted","startTime":"2023-04-14T04:18:56.7518954Z"}' + string: '{"id":"/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A","name":"0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2","status":"Accepted","startTime":"2023-05-22T03:04:16.3541588Z"}' headers: cache-control: - no-cache @@ -874,9 +1062,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:20:57 GMT + - Mon, 22 May 2023 03:07:47 GMT etag: - - '"00000e2f-0000-0600-0000-6438d4300000"' + - '"7a001811-0000-0600-0000-646adbb00000"' expires: - '-1' pragma: @@ -906,12 +1094,12 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/206346d3-1bf9-40a6-9fee-3a5535ed6001*D5BBE0B7E9BEB103BD7D5ABED1E5D759F87D153DF0FFB5FA83C296027A1A3509?api-version=2022-10-01-preview + uri: https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A?api-version=2022-10-01-preview response: body: - string: '{"id":"/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/206346d3-1bf9-40a6-9fee-3a5535ed6001*D5BBE0B7E9BEB103BD7D5ABED1E5D759F87D153DF0FFB5FA83C296027A1A3509","name":"206346d3-1bf9-40a6-9fee-3a5535ed6001*D5BBE0B7E9BEB103BD7D5ABED1E5D759F87D153DF0FFB5FA83C296027A1A3509","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2","status":"Accepted","startTime":"2023-04-14T04:18:56.7518954Z"}' + string: '{"id":"/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A","name":"0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2","status":"Accepted","startTime":"2023-05-22T03:04:16.3541588Z"}' headers: cache-control: - no-cache @@ -920,9 +1108,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:21:27 GMT + - Mon, 22 May 2023 03:08:17 GMT etag: - - '"00000e2f-0000-0600-0000-6438d4300000"' + - '"7a001811-0000-0600-0000-646adbb00000"' expires: - '-1' pragma: @@ -952,12 +1140,12 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/206346d3-1bf9-40a6-9fee-3a5535ed6001*D5BBE0B7E9BEB103BD7D5ABED1E5D759F87D153DF0FFB5FA83C296027A1A3509?api-version=2022-10-01-preview + uri: https://management.azure.com/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A?api-version=2022-10-01-preview response: body: - string: '{"id":"/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/206346d3-1bf9-40a6-9fee-3a5535ed6001*D5BBE0B7E9BEB103BD7D5ABED1E5D759F87D153DF0FFB5FA83C296027A1A3509","name":"206346d3-1bf9-40a6-9fee-3a5535ed6001*D5BBE0B7E9BEB103BD7D5ABED1E5D759F87D153DF0FFB5FA83C296027A1A3509","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2","status":"Succeeded","startTime":"2023-04-14T04:18:56.7518954Z","endTime":"2023-04-14T04:21:32.7031691Z","error":{},"properties":null}' + string: '{"id":"/providers/Microsoft.Dashboard/locations/WESTCENTRALUS/operationStatuses/0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A","name":"0067aeab-b4aa-495d-8920-c53edbb9729c*32D7ED9A4BF5E534A43DFFA59F160D6D33939F338B2AC0DDC6372C85C905484A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2","status":"Succeeded","startTime":"2023-05-22T03:04:16.3541588Z","endTime":"2023-05-22T03:08:25.5239031Z","error":{},"properties":null}' headers: cache-control: - no-cache @@ -966,9 +1154,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:21:57 GMT + - Mon, 22 May 2023 03:08:47 GMT etag: - - '"0000232f-0000-0600-0000-6438d4cc0000"' + - '"7a008018-0000-0600-0000-646adca90000"' expires: - '-1' pragma: @@ -998,23 +1186,23 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2?api-version=2022-10-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2","name":"clitestbackup2","type":"microsoft.dashboard/grafana","sku":{"name":"Standard"},"location":"westcentralus","tags":{},"systemData":{"createdBy":"example@example.com","createdByType":"User","createdAt":"2023-04-14T04:18:55.7524126Z","lastModifiedBy":"example@example.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T04:18:55.7524126Z"},"identity":{"principalId":"debd6af6-6d74-406d-a355-3894af01dbf8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","grafanaVersion":"9.3.8","endpoint":"https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com","zoneRedundancy":"Disabled","publicNetworkAccess":"Enabled","autoGeneratedDomainNameLabelScope":"TenantReuse","apiKey":"Disabled","deterministicOutboundIP":"Disabled","grafanaIntegrations":{"azureMonitorWorkspaceIntegrations":[]},"grafanaConfigurations":{"smtp":{"enabled":false}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2","name":"clitestbackup2","type":"microsoft.dashboard/grafana","sku":{"name":"Standard"},"location":"westcentralus","tags":{},"systemData":{"createdBy":"example@example.com","createdByType":"User","createdAt":"2023-05-22T03:04:15.3025027Z","lastModifiedBy":"example@example.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T03:04:15.3025027Z"},"identity":{"principalId":"8a640ec9-de59-4758-83b2-00098ec8c23a","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","grafanaVersion":"9.4.10","endpoint":"https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com","zoneRedundancy":"Disabled","publicNetworkAccess":"Enabled","autoGeneratedDomainNameLabelScope":"TenantReuse","apiKey":"Disabled","deterministicOutboundIP":"Disabled","grafanaIntegrations":{"azureMonitorWorkspaceIntegrations":[]},"grafanaConfigurations":{"smtp":{"enabled":false}}}}' headers: cache-control: - no-cache content-length: - - '1070' + - '1071' content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:21:57 GMT + - Mon, 22 May 2023 03:08:47 GMT etag: - - '"0000d590-0000-0600-0000-6438d4cc0000"' + - '"4d00a979-0000-0600-0000-646adca90000"' expires: - '-1' pragma: @@ -1050,10 +1238,10 @@ interactions: uri: https://graph.windows.net/00000000-0000-0000-0000-000000000000/me?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.User","objectType":"User","objectId":"a30db067-cde1-49be-95bb-9619a8cc8617","deletionTimestamp":null,"accountEnabled":true,"ageGroup":null,"assignedLicenses":[{"disabledPlans":["a6e407da-7411-4397-8a2e-d9b52780849e","d9923fe3-a2de-4d29-a5be-e3e83bb786be","a4c6cf29-1168-4076-ba5c-e8fe0e62b17e","2a4baa0e-5e99-4c38-b1f2-6864960f1bd1"],"skuId":"a929cd4d-8672-47c9-8664-159c1f322ba8"},{"disabledPlans":["a82fbf69-b4d7-49f4-83a6-915b2cf354f4","cd31b152-6326-4d1b-ae1b-997b625182e6","a413a9ff-720c-4822-98ef-2f37c2a21f4c","a6520331-d7d4-4276-95f5-15c0933bc757","ded3d325-1bdc-453e-8432-5bac26d7a014","afa73018-811e-46e9-988f-f75d2b1b8430","b21a6b06-1988-436e-a07b-51ec6d9f52ad","531ee2f8-b1cb-453b-9c21-d2180d014ca5","bf28f719-7844-4079-9c78-c1307898e192","28b0fa46-c39a-4188-89e2-58e979a6b014","199a5c09-e0ca-4e37-8f7c-b05d533e1ea2","65cc641f-cccd-4643-97e0-a17e3045e541","e26c2fcc-ab91-4a61-b35c-03cdc8dddf66","46129a58-a698-46f0-aa5b-17f6586297d9","6db1f1db-2b46-403f-be40-e39395f08dbb","6dc145d6-95dd-4191-b9c3-185575ee6f6b","41fcdd7d-4733-4863-9cf4-c65b83ce2df4","c4801e8a-cb58-4c35-aca6-f2dcc106f287","0898bdbb-73b0-471a-81e5-20f1fe4dd66e","617b097b-4b93-4ede-83de-5f075bb5fb2f","33c4f319-9bdd-48d6-9c4d-410b750a4a5a","4828c8ec-dc2e-4779-b502-87ac9ce28ab7","3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40"],"skuId":"c7df2760-2c81-4ef7-b578-5b5392b571df"},{"disabledPlans":[],"skuId":"b30411f5-fea1-4a59-9ad9-3db7c7ead579"},{"disabledPlans":[],"skuId":"4a51bf65-409c-4a91-b845-1121b571cc9d"},{"disabledPlans":["c815c93d-0759-4bb8-b857-bc921a71be83","7162bd38-edae-4022-83a7-c5837f951759","b622badb-1b45-48d5-920f-4b27a2c0996c","b74d57b2-58e9-484a-9731-aeccbba954f0"],"skuId":"61902246-d7cb-453e-85cd-53ee28eec138"},{"disabledPlans":["b622badb-1b45-48d5-920f-4b27a2c0996c"],"skuId":"3d957427-ecdc-4df2-aacd-01cc9d519da8"},{"disabledPlans":[],"skuId":"85aae730-b3d1-4f99-bb28-c9f81b05137c"},{"disabledPlans":[],"skuId":"9f3d9c1d-25a5-4aaa-8e59-23a1e6450a67"},{"disabledPlans":["39b5c996-467e-4e60-bd62-46066f572726"],"skuId":"90d8b3f8-712e-4f7b-aa1e-62e7ae6cbe96"},{"disabledPlans":["e95bec33-7c88-4a70-8e19-b10bd9d0c014","5dbe027f-2339-4123-9542-606e4d348a72"],"skuId":"09015f9f-377f-4538-bbb5-f75ceb09358a"},{"disabledPlans":[],"skuId":"f30db892-07e9-47e9-837c-80727f46fd3d"},{"disabledPlans":[],"skuId":"34715a50-7d92-426f-99e9-f815e0ae1de5"},{"disabledPlans":[],"skuId":"26a18e8f-4d14-46f8-835a-ed3ba424a961"},{"disabledPlans":[],"skuId":"412ce1a7-a499-41b3-8eb6-b38f2bbc5c3f"},{"disabledPlans":[],"skuId":"488ba24a-39a9-4473-8ee5-19291e71b002"},{"disabledPlans":[],"skuId":"b05e124f-c7cc-45a0-a6aa-8cf78c946968"},{"disabledPlans":["0b03f40b-c404-40c3-8651-2aceb74365fa","b650d915-9886-424b-a08d-633cede56f57","e95bec33-7c88-4a70-8e19-b10bd9d0c014","5dbe027f-2339-4123-9542-606e4d348a72","fe71d6c3-a2ea-4499-9778-da042bf08063","fafd7243-e5c1-4a3a-9e40-495efcb1d3c3"],"skuId":"ea126fc5-a19e-42e2-a731-da9d437bffcf"},{"disabledPlans":[],"skuId":"c5928f49-12ba-48f7-ada3-0d743a3601d5"}],"assignedPlans":[{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"fe71d6c3-a2ea-4499-9778-da042bf08063"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"fe71d6c3-a2ea-4499-9778-da042bf08063"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"SCO","servicePlanId":"bb73f429-78ef-4ff2-83c8-722b04c3e7d1"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"199a5c09-e0ca-4e37-8f7c-b05d533e1ea2"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"e95bec33-7c88-4a70-8e19-b10bd9d0c014"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"e95bec33-7c88-4a70-8e19-b10bd9d0c014"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"5dbe027f-2339-4123-9542-606e4d348a72"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"5dbe027f-2339-4123-9542-606e4d348a72"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"b622badb-1b45-48d5-920f-4b27a2c0996c"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"MicrosoftOffice","servicePlanId":"fafd7243-e5c1-4a3a-9e40-495efcb1d3c3"},{"assignedTimestamp":"2023-04-04T21:47:07Z","capabilityStatus":"Deleted","service":"SharePoint","servicePlanId":"fe71d6c3-a2ea-4499-9778-da042bf08063"},{"assignedTimestamp":"2023-04-04T21:47:07Z","capabilityStatus":"Deleted","service":"SharePoint","servicePlanId":"e95bec33-7c88-4a70-8e19-b10bd9d0c014"},{"assignedTimestamp":"2023-04-04T21:47:07Z","capabilityStatus":"Deleted","service":"SharePoint","servicePlanId":"5dbe027f-2339-4123-9542-606e4d348a72"},{"assignedTimestamp":"2023-02-26T18:57:12Z","capabilityStatus":"Enabled","service":"LearningAppServiceInTeams","servicePlanId":"b76fb638-6ba6-402a-b9f9-83d28acb3d86"},{"assignedTimestamp":"2023-02-11T23:04:06Z","capabilityStatus":"Deleted","service":"YammerEnterprise","servicePlanId":"a82fbf69-b4d7-49f4-83a6-915b2cf354f4"},{"assignedTimestamp":"2023-01-23T22:57:48Z","capabilityStatus":"Enabled","service":"YammerEnterprise","servicePlanId":"43304c6a-1d4e-4e0b-9b06-5b2a2ff58a90"},{"assignedTimestamp":"2023-01-23T22:57:48Z","capabilityStatus":"Enabled","service":"YammerEnterprise","servicePlanId":"c244cc9e-622f-4576-92ea-82e233e44e36"},{"assignedTimestamp":"2022-11-15T23:13:29Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"6ea4c1ef-c259-46df-bce2-943342cd3cb2"},{"assignedTimestamp":"2022-11-15T23:13:29Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"74d93933-6f22-436e-9441-66d205435abb"},{"assignedTimestamp":"2022-11-15T23:13:29Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"91f50f7b-2204-4803-acac-5cf5668b8b39"},{"assignedTimestamp":"2022-11-15T23:13:29Z","capabilityStatus":"Enabled","service":"ProcessSimple","servicePlanId":"dc789ed8-0170-4b65-a415-eb77d5bb350a"},{"assignedTimestamp":"2022-11-15T23:13:29Z","capabilityStatus":"Enabled","service":"PowerAppsService","servicePlanId":"ea2cf03b-ac60-46ae-9c1d-eeaeb63cec86"},{"assignedTimestamp":"2022-11-15T23:13:29Z","capabilityStatus":"Enabled","service":"ProcessSimple","servicePlanId":"c5002c70-f725-4367-b409-f0eff4fee6c0"},{"assignedTimestamp":"2022-11-09T23:14:02Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"60bf28f9-2b70-4522-96f7-335f5e06c941"},{"assignedTimestamp":"2022-08-07T02:18:34Z","capabilityStatus":"Enabled","service":"Viva-Goals","servicePlanId":"b44c6eaf-5c9f-478c-8f16-8cea26353bfb"},{"assignedTimestamp":"2022-08-07T02:18:34Z","capabilityStatus":"Enabled","service":"Modern-Workplace-Core-ITaas","servicePlanId":"9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"WindowsUpdateforBusinessCloudExtensions","servicePlanId":"7bf960f6-2cd9-443a-8046-5dbff9558365"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"18fa3aba-b085-4105-87d7-55617b8585e6"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"ERP","servicePlanId":"69f07c66-bee4-4222-b051-195095efee5b"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"ProjectProgramsAndPortfolios","servicePlanId":"0a05d977-a21a-45b2-91ce-61c240dbafa2"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"ProcessSimple","servicePlanId":"7e6d7d78-73de-46ba-83b1-6d25117334ba"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"WorkplaceAnalytics","servicePlanId":"f477b0f0-3bb1-4890-940c-40fcee6ce05f"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"f3d5636e-ddc2-41bf-bba6-ca6fadece269"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"MicrosoftPrint","servicePlanId":"795f6fe0-cc4d-4773-b050-5dde4dc704c9"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"MicrosoftFormsProTest","servicePlanId":"97f29a83-1a20-44ff-bf48-5e4ad11f3e51"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"DYN365AISERVICEINSIGHTS","servicePlanId":"1412cdc1-d593-4ad1-9050-40c30ad0b023"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"ProjectProgramsAndPortfolios","servicePlanId":"818523f5-016b-4355-9be8-ed6944946ea7"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"ProcessSimple","servicePlanId":"fa200448-008c-4acb-abd4-ea106ed2199d"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"50554c47-71d9-49fd-bc54-42a2765c555c"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"MicrosoftCommunicationsOnline","servicePlanId":"fe47a034-ab6d-4cb4-bdb4-9551354b177e"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"MicrosoftCommunicationsOnline","servicePlanId":"018fb91e-cee3-418c-9063-d7562978bdaf"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"MicrosoftCommunicationsOnline","servicePlanId":"ca4be917-fbce-4b52-839e-6647467a1668"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"RMSOnline","servicePlanId":"6c57d4b6-3b23-47a5-9bc9-69f17b4947b3"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"WindowsDefenderATP","servicePlanId":"871d91ec-ec1a-452b-a83f-bd76c7d770ef"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"Windows","servicePlanId":"e7c91390-7625-45be-94e0-e16907e03118"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"AzureAdvancedThreatAnalytics","servicePlanId":"14ab5db5-e6c4-4b20-b4bc-13e36fd2227f"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"AADPremiumService","servicePlanId":"41781fb2-bc02-4b7c-bd55-b576c07bb09d"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"MultiFactorService","servicePlanId":"8a256a2b-b617-496d-b51b-e76466e88db0"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"RMSOnline","servicePlanId":"5689bec4-755d-4753-8b61-40975025187c"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"Adallom","servicePlanId":"2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"Netbreeze","servicePlanId":"03acaee3-9492-4f40-aed4-bcb6b32981b6"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"d56f3deb-50d8-465a-bedb-f079817ccac1"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"AADPremiumService","servicePlanId":"eec0eb4f-6444-4f95-aba0-50c24d67f998"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"SCO","servicePlanId":"c1ec4a95-1f05-45b3-a911-aa3fa01094f5"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"ProcessSimple","servicePlanId":"2d589a15-b171-4e61-9b5f-31d15eeb2872"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"59231cdf-b40d-4534-a93e-14d0cd31d27e"},{"assignedTimestamp":"2021-04-15T15:12:57Z","capabilityStatus":"Deleted","service":"MIPExchangeSolutions","servicePlanId":"cd31b152-6326-4d1b-ae1b-997b625182e6"},{"assignedTimestamp":"2020-12-22T01:12:21Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"2f442157-a11c-46b9-ae5b-6e39ff4e5849"},{"assignedTimestamp":"2020-11-03T16:30:18Z","capabilityStatus":"Deleted","service":"M365CommunicationCompliance","servicePlanId":"a413a9ff-720c-4822-98ef-2f37c2a21f4c"},{"assignedTimestamp":"2020-08-14T15:32:15Z","capabilityStatus":"Enabled","service":"YammerEnterprise","servicePlanId":"7547a3fe-08ee-4ccb-b430-5077c5041653"},{"assignedTimestamp":"2019-11-04T20:01:59Z","capabilityStatus":"Enabled","service":"WhiteboardServices","servicePlanId":"4a51bca5-1eff-43f5-878c-177680f191af"},{"assignedTimestamp":"2019-10-14T20:43:01Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"5136a095-5cf0-4aff-bec3-e84448b38ea5"},{"assignedTimestamp":"2019-10-14T20:43:01Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"efb0351d-3b08-4503-993d-383af8de41e3"},{"assignedTimestamp":"2019-03-27T23:17:23Z","capabilityStatus":"Enabled","service":"ProcessSimple","servicePlanId":"50e68c76-46c6-4674-81f9-75456511b170"},{"assignedTimestamp":"2019-03-27T23:17:23Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"17ab22cd-a0b3-4536-910a-cb6eb12696c0"},{"assignedTimestamp":"2018-11-30T00:32:45Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"b1188c4c-1b36-4018-b48b-ee07604f6feb"},{"assignedTimestamp":"2018-09-21T00:27:48Z","capabilityStatus":"Deleted","service":"MicrosoftCommunicationsOnline","servicePlanId":"3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40"},{"assignedTimestamp":"2018-09-21T00:27:48Z","capabilityStatus":"Deleted","service":"MicrosoftCommunicationsOnline","servicePlanId":"4828c8ec-dc2e-4779-b502-87ac9ce28ab7"},{"assignedTimestamp":"2018-09-21T00:27:48Z","capabilityStatus":"Deleted","service":"MicrosoftCommunicationsOnline","servicePlanId":"5a10155d-f5c1-411a-a8ec-e99aae125390"},{"assignedTimestamp":"2018-08-28T18:54:42Z","capabilityStatus":"Enabled","service":"Sway","servicePlanId":"a23b959c-7ce8-4e57-9140-b90eb88a9e97"},{"assignedTimestamp":"2018-08-28T18:54:42Z","capabilityStatus":"Enabled","service":"RMSOnline","servicePlanId":"bea4c11e-220a-4e6d-8eb8-8ea15d019f90"},{"assignedTimestamp":"2018-08-28T18:54:42Z","capabilityStatus":"Deleted","service":"OfficeForms","servicePlanId":"159f4cd6-e380-449f-a816-af1a9ef76344"},{"assignedTimestamp":"2018-04-24T01:47:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"2bdbaf8f-738f-4ac7-9234-3c3ee2ce7d0f"},{"assignedTimestamp":"2018-04-24T01:47:06Z","capabilityStatus":"Deleted","service":"SharePoint","servicePlanId":"2125cfd7-2110-4567-83c4-c1cd5275163d"},{"assignedTimestamp":"2018-04-24T01:47:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"da792a53-cbc0-4184-a10d-e544dd34b3c1"},{"assignedTimestamp":"2018-04-24T01:47:06Z","capabilityStatus":"Deleted","service":"SharePoint","servicePlanId":"c4048e79-4474-4c74-ba9b-c31ff225e511"},{"assignedTimestamp":"2018-03-20T02:14:40Z","capabilityStatus":"Deleted","service":"MicrosoftStream","servicePlanId":"acffdce6-c30f-4dc2-81c0-372e33c515ec"},{"assignedTimestamp":"2018-01-09T10:35:29Z","capabilityStatus":"Enabled","service":"ProjectWorkManagement","servicePlanId":"b737dad2-2f6c-4c65-90e3-ca563267e8b9"},{"assignedTimestamp":"2017-12-31T03:27:36Z","capabilityStatus":"Deleted","service":"Adallom","servicePlanId":"932ad362-64a8-4783-9106-97849a1a30b9"},{"assignedTimestamp":"2017-12-17T18:29:20Z","capabilityStatus":"Enabled","service":"To-Do","servicePlanId":"3fb82609-8c27-4f7b-bd51-30634711ee67"},{"assignedTimestamp":"2017-01-26T08:02:47Z","capabilityStatus":"Enabled","service":"Adallom","servicePlanId":"8c098270-9dd4-4350-9b30-ba4703f3b36b"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Enabled","service":"TeamspaceAPI","servicePlanId":"57ff2da0-773e-42df-b2af-ffb7a2317929"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Deleted","service":"ProcessSimple","servicePlanId":"76846ad7-7776-4c40-a281-a386362dd1b9"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Deleted","service":"PowerAppsService","servicePlanId":"c68f8d98-5534-41c8-bf36-22fa496fa792"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Enabled","service":"MicrosoftCommunicationsOnline","servicePlanId":"0feaeb32-d00e-4d66-bd5a-43b5b83db82c"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Enabled","service":"Deskless","servicePlanId":"8c7d2df8-86f0-4902-b2ed-a0458298f3b3"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Deleted","service":"MicrosoftStream","servicePlanId":"9e700747-8b1d-45e5-ab8d-ef187ceec156"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"efb87545-963c-4e0d-99df-69c6916d9eb0"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Enabled","service":"MicrosoftOffice","servicePlanId":"43de0ff5-c92c-492b-9116-175376d08c38"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Deleted","service":"OfficeForms","servicePlanId":"2789c901-c14e-48ab-a76a-be334d9d793a"},{"assignedTimestamp":"2017-07-06T19:19:57Z","capabilityStatus":"Enabled","service":"OfficeForms","servicePlanId":"e212cbc7-0961-4c40-9825-01117710dcb1"},{"assignedTimestamp":"2017-06-12T08:23:48Z","capabilityStatus":"Enabled","service":"MicrosoftStream","servicePlanId":"6c6042f5-6f01-4d67-b8c1-eb99d36eed3e"},{"assignedTimestamp":"2017-05-12T23:33:35Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"8e0c0a52-6a6c-4d40-8370-dd62790dcd70"},{"assignedTimestamp":"2017-01-26T08:02:47Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"9f431833-0334-42de-a7dc-70aa40db46db"},{"assignedTimestamp":"2017-01-26T08:02:47Z","capabilityStatus":"Enabled","service":"PowerBI","servicePlanId":"70d33638-9c74-4d01-bfd3-562de28bd4ba"},{"assignedTimestamp":"2017-01-26T08:02:47Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"4de31727-a228-4ec3-a5bf-8e45b5ca48cc"},{"assignedTimestamp":"2017-01-26T08:02:47Z","capabilityStatus":"Deleted","service":"AzureAnalysis","servicePlanId":"2049e525-b859-401b-b2a0-e0a31c4b1fe4"},{"assignedTimestamp":"2017-01-26T08:02:47Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"34c0d7a0-a70f-4668-9238-47f9fc208882"},{"assignedTimestamp":"2016-12-19T03:16:33Z","capabilityStatus":"Deleted","service":"PowerBI","servicePlanId":"fc0a60aa-feee-4746-a0e3-aecfe81a38dd"},{"assignedTimestamp":"2016-11-18T18:51:08Z","capabilityStatus":"Enabled","service":"PowerAppsService","servicePlanId":"9c0dab89-a30c-4117-86e7-97bda240acd2"},{"assignedTimestamp":"2016-11-18T18:51:08Z","capabilityStatus":"Enabled","service":"ProcessSimple","servicePlanId":"07699545-9485-468e-95b6-2fca3738be01"},{"assignedTimestamp":"2012-10-10T07:21:11Z","capabilityStatus":"Enabled","service":"MicrosoftOffice","servicePlanId":"663a804f-1c30-4ff0-9915-9db84f0d1cea"},{"assignedTimestamp":"2015-07-30T06:17:13Z","capabilityStatus":"Deleted","service":"MicrosoftCommunicationsOnline","servicePlanId":"27216c54-caf8-4d0d-97e2-517afb5c08f6"}],"city":"REDMOND","companyName":"Microsoft","consentProvidedForMinor":null,"country":null,"createdDateTime":null,"creationType":null,"department":"Azure + string: '{"odata.metadata":"https://graph.windows.net/00000000-0000-0000-0000-000000000000/$metadata#directoryObjects/@Element","odata.type":"Microsoft.DirectoryServices.User","objectType":"User","objectId":"a30db067-cde1-49be-95bb-9619a8cc8617","deletionTimestamp":null,"accountEnabled":true,"ageGroup":null,"assignedLicenses":[{"disabledPlans":["a6e407da-7411-4397-8a2e-d9b52780849e","d9923fe3-a2de-4d29-a5be-e3e83bb786be","a4c6cf29-1168-4076-ba5c-e8fe0e62b17e","2a4baa0e-5e99-4c38-b1f2-6864960f1bd1"],"skuId":"a929cd4d-8672-47c9-8664-159c1f322ba8"},{"disabledPlans":["a82fbf69-b4d7-49f4-83a6-915b2cf354f4","cd31b152-6326-4d1b-ae1b-997b625182e6","a413a9ff-720c-4822-98ef-2f37c2a21f4c","a6520331-d7d4-4276-95f5-15c0933bc757","ded3d325-1bdc-453e-8432-5bac26d7a014","afa73018-811e-46e9-988f-f75d2b1b8430","b21a6b06-1988-436e-a07b-51ec6d9f52ad","531ee2f8-b1cb-453b-9c21-d2180d014ca5","bf28f719-7844-4079-9c78-c1307898e192","28b0fa46-c39a-4188-89e2-58e979a6b014","199a5c09-e0ca-4e37-8f7c-b05d533e1ea2","65cc641f-cccd-4643-97e0-a17e3045e541","e26c2fcc-ab91-4a61-b35c-03cdc8dddf66","46129a58-a698-46f0-aa5b-17f6586297d9","6db1f1db-2b46-403f-be40-e39395f08dbb","6dc145d6-95dd-4191-b9c3-185575ee6f6b","41fcdd7d-4733-4863-9cf4-c65b83ce2df4","c4801e8a-cb58-4c35-aca6-f2dcc106f287","0898bdbb-73b0-471a-81e5-20f1fe4dd66e","617b097b-4b93-4ede-83de-5f075bb5fb2f","33c4f319-9bdd-48d6-9c4d-410b750a4a5a","4828c8ec-dc2e-4779-b502-87ac9ce28ab7","3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40"],"skuId":"c7df2760-2c81-4ef7-b578-5b5392b571df"},{"disabledPlans":[],"skuId":"b30411f5-fea1-4a59-9ad9-3db7c7ead579"},{"disabledPlans":[],"skuId":"4a51bf65-409c-4a91-b845-1121b571cc9d"},{"disabledPlans":["c815c93d-0759-4bb8-b857-bc921a71be83","7162bd38-edae-4022-83a7-c5837f951759","b622badb-1b45-48d5-920f-4b27a2c0996c","b74d57b2-58e9-484a-9731-aeccbba954f0"],"skuId":"61902246-d7cb-453e-85cd-53ee28eec138"},{"disabledPlans":["b622badb-1b45-48d5-920f-4b27a2c0996c"],"skuId":"3d957427-ecdc-4df2-aacd-01cc9d519da8"},{"disabledPlans":[],"skuId":"85aae730-b3d1-4f99-bb28-c9f81b05137c"},{"disabledPlans":[],"skuId":"9f3d9c1d-25a5-4aaa-8e59-23a1e6450a67"},{"disabledPlans":["39b5c996-467e-4e60-bd62-46066f572726"],"skuId":"90d8b3f8-712e-4f7b-aa1e-62e7ae6cbe96"},{"disabledPlans":["e95bec33-7c88-4a70-8e19-b10bd9d0c014","5dbe027f-2339-4123-9542-606e4d348a72"],"skuId":"09015f9f-377f-4538-bbb5-f75ceb09358a"},{"disabledPlans":[],"skuId":"f30db892-07e9-47e9-837c-80727f46fd3d"},{"disabledPlans":[],"skuId":"34715a50-7d92-426f-99e9-f815e0ae1de5"},{"disabledPlans":[],"skuId":"26a18e8f-4d14-46f8-835a-ed3ba424a961"},{"disabledPlans":[],"skuId":"412ce1a7-a499-41b3-8eb6-b38f2bbc5c3f"},{"disabledPlans":[],"skuId":"488ba24a-39a9-4473-8ee5-19291e71b002"},{"disabledPlans":[],"skuId":"b05e124f-c7cc-45a0-a6aa-8cf78c946968"},{"disabledPlans":["0b03f40b-c404-40c3-8651-2aceb74365fa","b650d915-9886-424b-a08d-633cede56f57","e95bec33-7c88-4a70-8e19-b10bd9d0c014","5dbe027f-2339-4123-9542-606e4d348a72","fe71d6c3-a2ea-4499-9778-da042bf08063","fafd7243-e5c1-4a3a-9e40-495efcb1d3c3"],"skuId":"ea126fc5-a19e-42e2-a731-da9d437bffcf"},{"disabledPlans":[],"skuId":"c5928f49-12ba-48f7-ada3-0d743a3601d5"}],"assignedPlans":[{"assignedTimestamp":"2023-05-10T18:58:44Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"fe71d6c3-a2ea-4499-9778-da042bf08063"},{"assignedTimestamp":"2023-05-10T18:58:44Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"e95bec33-7c88-4a70-8e19-b10bd9d0c014"},{"assignedTimestamp":"2023-05-10T18:58:44Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"5dbe027f-2339-4123-9542-606e4d348a72"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"fe71d6c3-a2ea-4499-9778-da042bf08063"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"fe71d6c3-a2ea-4499-9778-da042bf08063"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"SCO","servicePlanId":"bb73f429-78ef-4ff2-83c8-722b04c3e7d1"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"199a5c09-e0ca-4e37-8f7c-b05d533e1ea2"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"e95bec33-7c88-4a70-8e19-b10bd9d0c014"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"e95bec33-7c88-4a70-8e19-b10bd9d0c014"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"5dbe027f-2339-4123-9542-606e4d348a72"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"5dbe027f-2339-4123-9542-606e4d348a72"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"b622badb-1b45-48d5-920f-4b27a2c0996c"},{"assignedTimestamp":"2023-04-06T16:16:06Z","capabilityStatus":"Enabled","service":"MicrosoftOffice","servicePlanId":"fafd7243-e5c1-4a3a-9e40-495efcb1d3c3"},{"assignedTimestamp":"2023-02-26T18:57:12Z","capabilityStatus":"Enabled","service":"LearningAppServiceInTeams","servicePlanId":"b76fb638-6ba6-402a-b9f9-83d28acb3d86"},{"assignedTimestamp":"2023-02-11T23:04:06Z","capabilityStatus":"Deleted","service":"YammerEnterprise","servicePlanId":"a82fbf69-b4d7-49f4-83a6-915b2cf354f4"},{"assignedTimestamp":"2023-01-23T22:57:48Z","capabilityStatus":"Enabled","service":"YammerEnterprise","servicePlanId":"43304c6a-1d4e-4e0b-9b06-5b2a2ff58a90"},{"assignedTimestamp":"2023-01-23T22:57:48Z","capabilityStatus":"Enabled","service":"YammerEnterprise","servicePlanId":"c244cc9e-622f-4576-92ea-82e233e44e36"},{"assignedTimestamp":"2022-11-15T23:13:29Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"6ea4c1ef-c259-46df-bce2-943342cd3cb2"},{"assignedTimestamp":"2022-11-15T23:13:29Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"74d93933-6f22-436e-9441-66d205435abb"},{"assignedTimestamp":"2022-11-15T23:13:29Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"91f50f7b-2204-4803-acac-5cf5668b8b39"},{"assignedTimestamp":"2022-11-15T23:13:29Z","capabilityStatus":"Enabled","service":"ProcessSimple","servicePlanId":"dc789ed8-0170-4b65-a415-eb77d5bb350a"},{"assignedTimestamp":"2022-11-15T23:13:29Z","capabilityStatus":"Enabled","service":"PowerAppsService","servicePlanId":"ea2cf03b-ac60-46ae-9c1d-eeaeb63cec86"},{"assignedTimestamp":"2022-11-15T23:13:29Z","capabilityStatus":"Enabled","service":"ProcessSimple","servicePlanId":"c5002c70-f725-4367-b409-f0eff4fee6c0"},{"assignedTimestamp":"2022-11-09T23:14:02Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"60bf28f9-2b70-4522-96f7-335f5e06c941"},{"assignedTimestamp":"2022-08-07T02:18:34Z","capabilityStatus":"Enabled","service":"Viva-Goals","servicePlanId":"b44c6eaf-5c9f-478c-8f16-8cea26353bfb"},{"assignedTimestamp":"2022-08-07T02:18:34Z","capabilityStatus":"Enabled","service":"Modern-Workplace-Core-ITaas","servicePlanId":"9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"WindowsUpdateforBusinessCloudExtensions","servicePlanId":"7bf960f6-2cd9-443a-8046-5dbff9558365"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"18fa3aba-b085-4105-87d7-55617b8585e6"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"ERP","servicePlanId":"69f07c66-bee4-4222-b051-195095efee5b"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"ProjectProgramsAndPortfolios","servicePlanId":"0a05d977-a21a-45b2-91ce-61c240dbafa2"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"ProcessSimple","servicePlanId":"7e6d7d78-73de-46ba-83b1-6d25117334ba"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"WorkplaceAnalytics","servicePlanId":"f477b0f0-3bb1-4890-940c-40fcee6ce05f"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"f3d5636e-ddc2-41bf-bba6-ca6fadece269"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"MicrosoftPrint","servicePlanId":"795f6fe0-cc4d-4773-b050-5dde4dc704c9"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"MicrosoftFormsProTest","servicePlanId":"97f29a83-1a20-44ff-bf48-5e4ad11f3e51"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"DYN365AISERVICEINSIGHTS","servicePlanId":"1412cdc1-d593-4ad1-9050-40c30ad0b023"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"ProjectProgramsAndPortfolios","servicePlanId":"818523f5-016b-4355-9be8-ed6944946ea7"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"ProcessSimple","servicePlanId":"fa200448-008c-4acb-abd4-ea106ed2199d"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"50554c47-71d9-49fd-bc54-42a2765c555c"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"MicrosoftCommunicationsOnline","servicePlanId":"fe47a034-ab6d-4cb4-bdb4-9551354b177e"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"MicrosoftCommunicationsOnline","servicePlanId":"018fb91e-cee3-418c-9063-d7562978bdaf"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"MicrosoftCommunicationsOnline","servicePlanId":"ca4be917-fbce-4b52-839e-6647467a1668"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"RMSOnline","servicePlanId":"6c57d4b6-3b23-47a5-9bc9-69f17b4947b3"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"WindowsDefenderATP","servicePlanId":"871d91ec-ec1a-452b-a83f-bd76c7d770ef"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"Windows","servicePlanId":"e7c91390-7625-45be-94e0-e16907e03118"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"AzureAdvancedThreatAnalytics","servicePlanId":"14ab5db5-e6c4-4b20-b4bc-13e36fd2227f"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"AADPremiumService","servicePlanId":"41781fb2-bc02-4b7c-bd55-b576c07bb09d"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"MultiFactorService","servicePlanId":"8a256a2b-b617-496d-b51b-e76466e88db0"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"RMSOnline","servicePlanId":"5689bec4-755d-4753-8b61-40975025187c"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"Adallom","servicePlanId":"2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"Netbreeze","servicePlanId":"03acaee3-9492-4f40-aed4-bcb6b32981b6"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"d56f3deb-50d8-465a-bedb-f079817ccac1"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"AADPremiumService","servicePlanId":"eec0eb4f-6444-4f95-aba0-50c24d67f998"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"SCO","servicePlanId":"c1ec4a95-1f05-45b3-a911-aa3fa01094f5"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"ProcessSimple","servicePlanId":"2d589a15-b171-4e61-9b5f-31d15eeb2872"},{"assignedTimestamp":"2022-03-06T07:12:31Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"59231cdf-b40d-4534-a93e-14d0cd31d27e"},{"assignedTimestamp":"2021-04-15T15:12:57Z","capabilityStatus":"Deleted","service":"MIPExchangeSolutions","servicePlanId":"cd31b152-6326-4d1b-ae1b-997b625182e6"},{"assignedTimestamp":"2020-12-22T01:12:21Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"2f442157-a11c-46b9-ae5b-6e39ff4e5849"},{"assignedTimestamp":"2020-11-03T16:30:18Z","capabilityStatus":"Deleted","service":"M365CommunicationCompliance","servicePlanId":"a413a9ff-720c-4822-98ef-2f37c2a21f4c"},{"assignedTimestamp":"2020-08-14T15:32:15Z","capabilityStatus":"Enabled","service":"YammerEnterprise","servicePlanId":"7547a3fe-08ee-4ccb-b430-5077c5041653"},{"assignedTimestamp":"2019-11-04T20:01:59Z","capabilityStatus":"Enabled","service":"WhiteboardServices","servicePlanId":"4a51bca5-1eff-43f5-878c-177680f191af"},{"assignedTimestamp":"2019-10-14T20:43:01Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"5136a095-5cf0-4aff-bec3-e84448b38ea5"},{"assignedTimestamp":"2019-10-14T20:43:01Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"efb0351d-3b08-4503-993d-383af8de41e3"},{"assignedTimestamp":"2019-03-27T23:17:23Z","capabilityStatus":"Enabled","service":"ProcessSimple","servicePlanId":"50e68c76-46c6-4674-81f9-75456511b170"},{"assignedTimestamp":"2019-03-27T23:17:23Z","capabilityStatus":"Enabled","service":"CRM","servicePlanId":"17ab22cd-a0b3-4536-910a-cb6eb12696c0"},{"assignedTimestamp":"2018-11-30T00:32:45Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"b1188c4c-1b36-4018-b48b-ee07604f6feb"},{"assignedTimestamp":"2018-09-21T00:27:48Z","capabilityStatus":"Deleted","service":"MicrosoftCommunicationsOnline","servicePlanId":"3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40"},{"assignedTimestamp":"2018-09-21T00:27:48Z","capabilityStatus":"Deleted","service":"MicrosoftCommunicationsOnline","servicePlanId":"4828c8ec-dc2e-4779-b502-87ac9ce28ab7"},{"assignedTimestamp":"2018-09-21T00:27:48Z","capabilityStatus":"Deleted","service":"MicrosoftCommunicationsOnline","servicePlanId":"5a10155d-f5c1-411a-a8ec-e99aae125390"},{"assignedTimestamp":"2018-08-28T18:54:42Z","capabilityStatus":"Enabled","service":"Sway","servicePlanId":"a23b959c-7ce8-4e57-9140-b90eb88a9e97"},{"assignedTimestamp":"2018-08-28T18:54:42Z","capabilityStatus":"Enabled","service":"RMSOnline","servicePlanId":"bea4c11e-220a-4e6d-8eb8-8ea15d019f90"},{"assignedTimestamp":"2018-08-28T18:54:42Z","capabilityStatus":"Deleted","service":"OfficeForms","servicePlanId":"159f4cd6-e380-449f-a816-af1a9ef76344"},{"assignedTimestamp":"2018-04-24T01:47:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"2bdbaf8f-738f-4ac7-9234-3c3ee2ce7d0f"},{"assignedTimestamp":"2018-04-24T01:47:06Z","capabilityStatus":"Deleted","service":"SharePoint","servicePlanId":"2125cfd7-2110-4567-83c4-c1cd5275163d"},{"assignedTimestamp":"2018-04-24T01:47:06Z","capabilityStatus":"Enabled","service":"SharePoint","servicePlanId":"da792a53-cbc0-4184-a10d-e544dd34b3c1"},{"assignedTimestamp":"2018-04-24T01:47:06Z","capabilityStatus":"Deleted","service":"SharePoint","servicePlanId":"c4048e79-4474-4c74-ba9b-c31ff225e511"},{"assignedTimestamp":"2018-03-20T02:14:40Z","capabilityStatus":"Deleted","service":"MicrosoftStream","servicePlanId":"acffdce6-c30f-4dc2-81c0-372e33c515ec"},{"assignedTimestamp":"2018-01-09T10:35:29Z","capabilityStatus":"Enabled","service":"ProjectWorkManagement","servicePlanId":"b737dad2-2f6c-4c65-90e3-ca563267e8b9"},{"assignedTimestamp":"2017-12-31T03:27:36Z","capabilityStatus":"Deleted","service":"Adallom","servicePlanId":"932ad362-64a8-4783-9106-97849a1a30b9"},{"assignedTimestamp":"2017-12-17T18:29:20Z","capabilityStatus":"Enabled","service":"To-Do","servicePlanId":"3fb82609-8c27-4f7b-bd51-30634711ee67"},{"assignedTimestamp":"2017-01-26T08:02:47Z","capabilityStatus":"Enabled","service":"Adallom","servicePlanId":"8c098270-9dd4-4350-9b30-ba4703f3b36b"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Enabled","service":"TeamspaceAPI","servicePlanId":"57ff2da0-773e-42df-b2af-ffb7a2317929"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Deleted","service":"ProcessSimple","servicePlanId":"76846ad7-7776-4c40-a281-a386362dd1b9"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Deleted","service":"PowerAppsService","servicePlanId":"c68f8d98-5534-41c8-bf36-22fa496fa792"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Enabled","service":"MicrosoftCommunicationsOnline","servicePlanId":"0feaeb32-d00e-4d66-bd5a-43b5b83db82c"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Enabled","service":"Deskless","servicePlanId":"8c7d2df8-86f0-4902-b2ed-a0458298f3b3"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Deleted","service":"MicrosoftStream","servicePlanId":"9e700747-8b1d-45e5-ab8d-ef187ceec156"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"efb87545-963c-4e0d-99df-69c6916d9eb0"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Enabled","service":"MicrosoftOffice","servicePlanId":"43de0ff5-c92c-492b-9116-175376d08c38"},{"assignedTimestamp":"2017-07-06T19:19:58Z","capabilityStatus":"Deleted","service":"OfficeForms","servicePlanId":"2789c901-c14e-48ab-a76a-be334d9d793a"},{"assignedTimestamp":"2017-07-06T19:19:57Z","capabilityStatus":"Enabled","service":"OfficeForms","servicePlanId":"e212cbc7-0961-4c40-9825-01117710dcb1"},{"assignedTimestamp":"2017-06-12T08:23:48Z","capabilityStatus":"Enabled","service":"MicrosoftStream","servicePlanId":"6c6042f5-6f01-4d67-b8c1-eb99d36eed3e"},{"assignedTimestamp":"2017-05-12T23:33:35Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"8e0c0a52-6a6c-4d40-8370-dd62790dcd70"},{"assignedTimestamp":"2017-01-26T08:02:47Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"9f431833-0334-42de-a7dc-70aa40db46db"},{"assignedTimestamp":"2017-01-26T08:02:47Z","capabilityStatus":"Enabled","service":"PowerBI","servicePlanId":"70d33638-9c74-4d01-bfd3-562de28bd4ba"},{"assignedTimestamp":"2017-01-26T08:02:47Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"4de31727-a228-4ec3-a5bf-8e45b5ca48cc"},{"assignedTimestamp":"2017-01-26T08:02:47Z","capabilityStatus":"Deleted","service":"AzureAnalysis","servicePlanId":"2049e525-b859-401b-b2a0-e0a31c4b1fe4"},{"assignedTimestamp":"2017-01-26T08:02:47Z","capabilityStatus":"Enabled","service":"exchange","servicePlanId":"34c0d7a0-a70f-4668-9238-47f9fc208882"},{"assignedTimestamp":"2016-12-19T03:16:33Z","capabilityStatus":"Deleted","service":"PowerBI","servicePlanId":"fc0a60aa-feee-4746-a0e3-aecfe81a38dd"},{"assignedTimestamp":"2016-11-18T18:51:08Z","capabilityStatus":"Enabled","service":"PowerAppsService","servicePlanId":"9c0dab89-a30c-4117-86e7-97bda240acd2"},{"assignedTimestamp":"2016-11-18T18:51:08Z","capabilityStatus":"Enabled","service":"ProcessSimple","servicePlanId":"07699545-9485-468e-95b6-2fca3738be01"},{"assignedTimestamp":"2012-10-10T07:21:11Z","capabilityStatus":"Enabled","service":"MicrosoftOffice","servicePlanId":"663a804f-1c30-4ff0-9915-9db84f0d1cea"},{"assignedTimestamp":"2015-07-30T06:17:13Z","capabilityStatus":"Deleted","service":"MicrosoftCommunicationsOnline","servicePlanId":"27216c54-caf8-4d0d-97e2-517afb5c08f6"}],"city":"REDMOND","companyName":"Microsoft","consentProvidedForMinor":null,"country":null,"createdDateTime":null,"creationType":null,"department":"Azure Dev Exp","dirSyncEnabled":true,"displayName":"Yugang Wang","employeeId":null,"facsimileTelephoneNumber":null,"givenName":"Yugang","immutableId":"138058","isCompromised":null,"jobTitle":"PRINCIPAL - SWE MANAGER","lastDirSyncTime":"2023-04-08T22:21:16Z","legalAgeGroupClassification":null,"mail":"example@example.com","mailNickname":"yugangw","mobile":null,"onPremisesDistinguishedName":"CN=Yugang - Wang,OU=MSE,OU=Users,OU=CoreIdentity,DC=redmond,DC=corp,DC=microsoft,DC=com","onPremisesSecurityIdentifier":"S-1-5-21-2127521184-1604012920-1887927527-415191","otherMails":[],"passwordPolicies":"DisablePasswordExpiration","passwordProfile":null,"physicalDeliveryOfficeName":"18/3700FL","postalCode":null,"preferredLanguage":null,"provisionedPlans":[{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"SharePoint"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"SharePoint"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"SharePoint"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"CRM"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"CRM"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"CRM"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Deleted","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Deleted","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Deleted","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Deleted","provisioningStatus":"Success","service":"SharePoint"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"SharePoint"},{"capabilityStatus":"Deleted","provisioningStatus":"Success","service":"SharePoint"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"SharePoint"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"Netbreeze"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"CRM"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"MicrosoftOffice"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"MicrosoftOffice"},{"capabilityStatus":"Deleted","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"MicrosoftOffice"}],"provisioningErrors":[],"proxyAddresses":["X500:/O=Nokia/OU=HUB/cn=Recipients/cn=yugangw","X500:/o=SDF/ou=Exchange + SWE MANAGER","lastDirSyncTime":"2023-04-28T05:37:10Z","legalAgeGroupClassification":null,"mail":"example@example.com","mailNickname":"yugangw","mobile":null,"onPremisesDistinguishedName":"CN=Yugang + Wang,OU=MSE,OU=Users,OU=CoreIdentity,DC=redmond,DC=corp,DC=microsoft,DC=com","onPremisesSecurityIdentifier":"S-1-5-21-2127521184-1604012920-1887927527-415191","otherMails":[],"passwordPolicies":"DisablePasswordExpiration","passwordProfile":null,"physicalDeliveryOfficeName":"18/2480FL","postalCode":null,"preferredLanguage":null,"provisionedPlans":[{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"SharePoint"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"SharePoint"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"SharePoint"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"CRM"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"CRM"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"CRM"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Deleted","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Deleted","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Deleted","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Deleted","provisioningStatus":"Success","service":"SharePoint"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"SharePoint"},{"capabilityStatus":"Deleted","provisioningStatus":"Success","service":"SharePoint"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"SharePoint"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"Netbreeze"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"CRM"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"exchange"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"MicrosoftOffice"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"MicrosoftOffice"},{"capabilityStatus":"Deleted","provisioningStatus":"Success","service":"MicrosoftCommunicationsOnline"},{"capabilityStatus":"Enabled","provisioningStatus":"Success","service":"MicrosoftOffice"}],"provisioningErrors":[],"proxyAddresses":["X500:/O=Nokia/OU=HUB/cn=Recipients/cn=yugangw","X500:/o=SDF/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=sdflabs.com-51490-Yugang Wang (Volt)e3d6fb0c","X500:/o=microsoft/ou=northamerica/cn=Recipients/cn=572513","X500:/o=microsoft/ou=First Administrative Group/cn=Recipients/cn=yugangw","X500:/o=microsoft/ou=External @@ -1081,19 +1269,19 @@ interactions: dataserviceversion: - 3.0; date: - - Fri, 14 Apr 2023 04:21:58 GMT + - Mon, 22 May 2023 03:08:48 GMT duration: - - '997582' + - '3952306' expires: - '-1' ocp-aad-diagnostics-server-name: - - Egu1e9+kMou8n38apYzPx2J/rNr8ItujrmsIU0hPydk= + - Z81nMZFdP96zRfkkAp7t7e+uu/ZboI46xZssieZJtiw= ocp-aad-session-key: - - I_lUFysIHu6JpeMUijt3tdJ62Oiu7Ex5Fhhas6tKc-8Ti22tymwVLdSSH9L2IBnMn0m99ogxA__v0A-zjI8hzWtfR2sUYyHDl3Upxj2b3kmppLfY4d0ih8pn0FEbVqYu.ODadtMqBVghzVMdLw1jfxadQIaCEsskciOrrNx_ta4o + - oKHiokeNmH-gGgl0yOxkol0ZFJtoVl64hM3MwMPLegX_aSwmTybAQ3v6t4BENjbJHx2MFqLcxwv9cSXMcGwxv607JaYIoK6_1mLZiG6gyPU1-EXQfZyeOZOrK8VG3FzT.N0r-7qG01OBRb36gUbJuT4jVzHxgBNXTfc4ZZ-jr0tQ pragma: - no-cache request-id: - - b9562fd2-9d4e-49ba-bc15-688dba9a094e + - 779ae89e-8a36-4972-b526-891074b750bf strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: @@ -1121,7 +1309,8 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.8 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.46.0 (MSI) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.8 + (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Grafana%20Admin%27&api-version=2022-04-01 response: @@ -1136,7 +1325,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:21:58 GMT + - Mon, 22 May 2023 03:08:48 GMT expires: - '-1' pragma: @@ -1173,12 +1362,13 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.8 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.46.0 (MSI) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.8 + (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000003?api-version=2020-04-01-preview response: body: - string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/22926164-76b3-42b3-bc55-97df8dab3e41","principalId":"a30db067-cde1-49be-95bb-9619a8cc8617","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2","condition":null,"conditionVersion":null,"createdOn":"2023-04-14T04:21:59.2251647Z","updatedOn":"2023-04-14T04:21:59.5841694Z","createdBy":null,"updatedBy":"a30db067-cde1-49be-95bb-9619a8cc8617","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000003","type":"Microsoft.Authorization/roleAssignments","name":"88888888-0000-0000-0000-000000000003"}' + string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/22926164-76b3-42b3-bc55-97df8dab3e41","principalId":"a30db067-cde1-49be-95bb-9619a8cc8617","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2","condition":null,"conditionVersion":null,"createdOn":"2023-05-22T03:08:48.9915816Z","updatedOn":"2023-05-22T03:08:49.5855873Z","createdBy":null,"updatedBy":"a30db067-cde1-49be-95bb-9619a8cc8617","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000003","type":"Microsoft.Authorization/roleAssignments","name":"88888888-0000-0000-0000-000000000003"}' headers: cache-control: - no-cache @@ -1187,7 +1377,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:22:00 GMT + - Mon, 22 May 2023 03:08:50 GMT expires: - '-1' pragma: @@ -1199,7 +1389,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -1217,7 +1407,8 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.8 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.46.0 (MSI) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.8 + (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Monitoring%20Reader%27&api-version=2022-04-01 response: @@ -1232,7 +1423,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:22:01 GMT + - Mon, 22 May 2023 03:08:51 GMT expires: - '-1' pragma: @@ -1252,7 +1443,7 @@ interactions: message: OK - request: body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05", - "principalId": "debd6af6-6d74-406d-a355-3894af01dbf8", "principalType": "ServicePrincipal"}}' + "principalId": "8a640ec9-de59-4758-83b2-00098ec8c23a", "principalType": "ServicePrincipal"}}' headers: Accept: - application/json @@ -1269,12 +1460,13 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.8 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.46.0 (MSI) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.8 + (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000004?api-version=2020-04-01-preview response: body: - string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05","principalId":"debd6af6-6d74-406d-a355-3894af01dbf8","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-04-14T04:22:01.7052282Z","updatedOn":"2023-04-14T04:22:02.0802349Z","createdBy":null,"updatedBy":"a30db067-cde1-49be-95bb-9619a8cc8617","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000004","type":"Microsoft.Authorization/roleAssignments","name":"88888888-0000-0000-0000-000000000004"}' + string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05","principalId":"8a640ec9-de59-4758-83b2-00098ec8c23a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-22T03:08:52.0903865Z","updatedOn":"2023-05-22T03:08:52.5723925Z","createdBy":null,"updatedBy":"a30db067-cde1-49be-95bb-9619a8cc8617","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000004","type":"Microsoft.Authorization/roleAssignments","name":"88888888-0000-0000-0000-000000000004"}' headers: cache-control: - no-cache @@ -1283,7 +1475,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:22:03 GMT + - Mon, 22 May 2023 03:08:54 GMT expires: - '-1' pragma: @@ -1313,23 +1505,23 @@ interactions: ParameterSetName: - -g -n --title User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup?api-version=2022-10-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup","name":"clitestbackup","type":"microsoft.dashboard/grafana","sku":{"name":"Standard"},"location":"westcentralus","tags":{},"systemData":{"createdBy":"example@example.com","createdByType":"User","createdAt":"2023-04-14T04:15:44.3768958Z","lastModifiedBy":"example@example.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T04:15:44.3768958Z"},"identity":{"principalId":"fe9f2375-c1b0-4020-ac89-39fd7dbdaeb5","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","grafanaVersion":"9.3.8","endpoint":"https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com","zoneRedundancy":"Disabled","publicNetworkAccess":"Enabled","autoGeneratedDomainNameLabelScope":"TenantReuse","apiKey":"Disabled","deterministicOutboundIP":"Disabled","grafanaIntegrations":{"azureMonitorWorkspaceIntegrations":[]},"grafanaConfigurations":{"smtp":{"enabled":false}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup","name":"clitestbackup","type":"microsoft.dashboard/grafana","sku":{"name":"Standard"},"location":"westcentralus","tags":{},"systemData":{"createdBy":"example@example.com","createdByType":"User","createdAt":"2023-05-22T03:00:33.6804036Z","lastModifiedBy":"example@example.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T03:00:33.6804036Z"},"identity":{"principalId":"96950b9c-32b3-4ff7-b038-fb3af6cdb3ca","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","grafanaVersion":"9.4.10","endpoint":"https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com","zoneRedundancy":"Disabled","publicNetworkAccess":"Enabled","autoGeneratedDomainNameLabelScope":"TenantReuse","apiKey":"Disabled","deterministicOutboundIP":"Disabled","grafanaIntegrations":{"azureMonitorWorkspaceIntegrations":[]},"grafanaConfigurations":{"smtp":{"enabled":false}}}}' headers: cache-control: - no-cache content-length: - - '1067' + - '1068' content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:24:04 GMT + - Mon, 22 May 2023 03:10:55 GMT etag: - - '"0000aa90-0000-0600-0000-6438d4180000"' + - '"4d000973-0000-0600-0000-646adb920000"' expires: - '-1' pragma: @@ -1366,31 +1558,27 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders response: body: - string: '{"id":23,"uid":"L62KUkE4z","title":"Test Folder","url":"/dashboards/f/L62KUkE4z/test-folder","hasAcl":false,"canSave":true,"canEdit":true,"canAdmin":true,"canDelete":true,"createdBy":"example@example.com","created":"2023-04-14T04:24:06.390229716Z","updatedBy":"example@example.com","updated":"2023-04-14T04:24:06.390229816Z","version":1,"parentUid":""}' + string: '{"id":23,"uid":"rJ_HTWw4z","title":"Test Folder","url":"/dashboards/f/rJ_HTWw4z/test-folder","hasAcl":false,"canSave":true,"canEdit":true,"canAdmin":true,"canDelete":true,"createdBy":"example@example.com","created":"2023-05-22T03:10:57.084986877Z","updatedBy":"example@example.com","updated":"2023-05-22T03:10:57.084986977Z","version":1}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '352' + - '337' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-Zb0XkygVUa5Cfo5ngb3wuA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-q9Tbr17MVRHt3ys9yqUGKQ';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:06 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:10:57 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446246.634.30.17658|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725056.469.29.263351|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -1423,33 +1611,29 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/datasources response: body: - string: '{"datasource":{"id":3,"uid":"BYAKUkEVz","orgId":1,"name":"Test Azure + string: '{"datasource":{"id":3,"uid":"JZXNTZQ4z","orgId":1,"name":"Test Azure Monitor Data Source","type":"grafana-azure-monitor-datasource","typeLogoUrl":"","access":"proxy","url":"","user":"","database":"","basicAuth":false,"basicAuthUser":"","withCredentials":false,"isDefault":false,"jsonData":{"azureAuthType":"msi","subscriptionId":""},"secureJsonFields":{},"version":1,"readOnly":false},"id":3,"message":"Datasource added","name":"Test Azure Monitor Data Source"}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '461' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-R7AS9xO4KU4sraDr9LiBlw';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-Vjg+d/PB+yZKfIQFvX+/HA';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:08 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:10:57 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446247.659.30.904478|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725058.362.28.560778|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -1479,31 +1663,27 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders/id/Test%20Folder response: body: - string: '{"message":"id is invalid","traceID":"a27cf8bf74aa7c9ee294db2fa6961821"}' + string: '{"message":"id is invalid","traceID":"d3a763c50a8153467889959728ca9e05"}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '72' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-sATKTlLFZrc5lCWhqDZgeA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-GpMQxilfluGyDGZMBPXZZA';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:08 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:10:58 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446249.392.30.216293|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725059.001.29.577483|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -1536,28 +1716,24 @@ interactions: string: '{"message":"folder not found","status":"not-found"}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '51' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-kMtbz7sOhtjt+dV9CxQfOA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-FIe7rKRcc9li10iVPyp40g';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:08 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:10:58 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446249.867.28.219162|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725059.17.27.586215|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -1587,32 +1763,28 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders response: body: - string: '[{"id":1,"uid":"az-mon","title":"Azure Monitor"},{"id":12,"uid":"geneva","title":"Geneva"},{"id":23,"uid":"L62KUkE4z","title":"Test + string: '[{"id":1,"uid":"az-mon","title":"Azure Monitor"},{"id":12,"uid":"geneva","title":"Geneva"},{"id":23,"uid":"rJ_HTWw4z","title":"Test Folder"}]' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '141' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-t4HLOQuJJN1gJ993p/A/Mg';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-3wsGgAiv7o7id+JgFLPgdQ';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:09 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:10:58 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446250.073.29.734950|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725059.361.27.630823|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -1626,8 +1798,8 @@ interactions: code: 200 message: OK - request: - body: '{"dashboard": {"title": "Test Dashboard"}, "folderId": 23, "overwrite": - false}' + body: '{"dashboard": {"title": "Test Dashboard", "uid": "mg2OAlTVa"}, "folderId": + 23, "overwrite": false}' headers: Accept: - '*/*' @@ -1636,7 +1808,7 @@ interactions: Connection: - keep-alive Content-Length: - - '78' + - '98' User-Agent: - python-requests/2.26.0 content-type: @@ -1645,31 +1817,27 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/db response: body: - string: '{"id":24,"slug":"test-dashboard","status":"success","uid":"Jw1K8kPVk","url":"/d/Jw1K8kPVk/test-dashboard","version":1}' + string: '{"id":24,"slug":"test-dashboard","status":"success","uid":"mg2OAlTVa","url":"/d/mg2OAlTVa/test-dashboard","version":1}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '118' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-FioIL/UtwyiXQuCxqeAdcQ';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-hcItg5dsafI7knNn22ePZw';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:09 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:10:58 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446250.245.30.398830|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725059.827.30.259361|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -1683,7 +1851,8 @@ interactions: code: 200 message: OK - request: - body: '{"dashboard": {"title": "Test Dashboard"}, "overwrite": false}' + body: '{"dashboard": {"title": "Test Dashboard", "uid": "mg2OAlTVb"}, "overwrite": + false}' headers: Accept: - '*/*' @@ -1692,7 +1861,7 @@ interactions: Connection: - keep-alive Content-Length: - - '62' + - '82' User-Agent: - python-requests/2.26.0 content-type: @@ -1701,31 +1870,27 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/db response: body: - string: '{"id":25,"slug":"test-dashboard","status":"success","uid":"jibKUkE4k","url":"/d/jibKUkE4k/test-dashboard","version":1}' + string: '{"id":25,"slug":"test-dashboard","status":"success","uid":"mg2OAlTVb","url":"/d/mg2OAlTVb/test-dashboard","version":1}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '118' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-fqWtvkR5XgKFI70AiwxMBw';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-8TWK/RJDG/UmDupKLekOKg';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:09 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:10:59 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446250.546.31.889472|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725060.143.29.257528|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -1755,31 +1920,27 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders/id/Test%20Folder response: body: - string: '{"message":"id is invalid","traceID":"50c76e74a9968f99a6c14b57ddb9595e"}' + string: '{"message":"id is invalid","traceID":"389aa4fb33f91cf7f59ef227f777659f"}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '72' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-f9HhJgbpV/KQsYYu8vX0Kg';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-c8Gf4BQ1VLN94vpEbBmpYg';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:09 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:10:59 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446250.833.31.822252|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725060.445.28.783564|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -1812,28 +1973,24 @@ interactions: string: '{"message":"folder not found","status":"not-found"}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '51' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-YxjGcYexq/V+xCJDs1tNww';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-0gDOcHKG/4bhMq9UCiPoeA';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:10 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:10:59 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446251.001.30.459899|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725060.631.30.457547|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -1863,32 +2020,28 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders response: body: - string: '[{"id":1,"uid":"az-mon","title":"Azure Monitor"},{"id":12,"uid":"geneva","title":"Geneva"},{"id":23,"uid":"L62KUkE4z","title":"Test + string: '[{"id":1,"uid":"az-mon","title":"Azure Monitor"},{"id":12,"uid":"geneva","title":"Geneva"},{"id":23,"uid":"rJ_HTWw4z","title":"Test Folder"}]' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '141' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-8ZXh4KQXP3OFlAC8tQaUIg';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-c6Qp8truqua3m4X34JyWEA';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:10 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:10:59 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446251.189.30.713644|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725060.793.26.607229|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -1902,8 +2055,8 @@ interactions: code: 200 message: OK - request: - body: '{"dashboard": {"title": "Test Dashboard2"}, "folderId": 23, "overwrite": - false}' + body: '{"dashboard": {"title": "Test Dashboard2", "uid": "mg2OAlTVc"}, "folderId": + 23, "overwrite": false}' headers: Accept: - '*/*' @@ -1912,7 +2065,7 @@ interactions: Connection: - keep-alive Content-Length: - - '79' + - '99' User-Agent: - python-requests/2.26.0 content-type: @@ -1921,31 +2074,27 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/db response: body: - string: '{"id":26,"slug":"test-dashboard2","status":"success","uid":"xrxF8zPVk","url":"/d/xrxF8zPVk/test-dashboard2","version":1}' + string: '{"id":26,"slug":"test-dashboard2","status":"success","uid":"mg2OAlTVc","url":"/d/mg2OAlTVc/test-dashboard2","version":1}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '120' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-HkyKix5GlwF08LuPAlL5lQ';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-8BMKOytUWZLd/Xcmze2QfA';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:10 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:00 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446251.362.27.569932|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725060.971.29.792852|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -1975,27 +2124,23 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/health response: body: - string: "{\n \"commit\": \"7ab70dbce8\",\n \"database\": \"ok\",\n \"version\": - \"9.3.8\"\n}" + string: "{\n \"commit\": \"5e7d575327\",\n \"database\": \"ok\",\n \"version\": + \"9.4.10\"\n}" headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '70' + - '71' content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:24:10 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:00 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446251.662.28.144802|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725061.284.28.445404|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -2028,28 +2173,24 @@ interactions: string: '{"result":{"totalCount":0,"elements":[],"page":1,"perPage":100}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '64' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-noB7QLNuqFuYBlucRYCLlA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-fxNdYiKengbGN4ZOPltMjA';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:10 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:00 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446251.815.27.411819|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725061.435.29.962338|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -2081,33 +2222,29 @@ interactions: body: string: '[{"id":1,"uid":"azure-monitor-oob","orgId":1,"name":"Azure Monitor","type":"grafana-azure-monitor-datasource","typeName":"Azure Monitor","typeLogoUrl":"public/app/plugins/datasource/grafana-azure-monitor-datasource/img/logo.jpg","access":"proxy","url":"","user":"","database":"","basicAuth":false,"isDefault":false,"jsonData":{"azureAuthType":"msi","subscriptionId":"2462343E-2B86-44E6-A7CE-6FF5E5C3E2E7"},"readOnly":false},{"id":2,"uid":"Geneva","orgId":1,"name":"Geneva - Datasource","type":"geneva-datasource","typeName":"Geneva Datasource","typeLogoUrl":"public/plugins/geneva-datasource/img/logo.svg","access":"proxy","url":"","user":"","database":"","basicAuth":false,"isDefault":false,"jsonData":{"azureCredentials":{"authType":"currentuser"},"oauthPassThru":true},"readOnly":false},{"id":3,"uid":"BYAKUkEVz","orgId":1,"name":"Test + Datasource","type":"geneva-datasource","typeName":"Geneva Datasource","typeLogoUrl":"public/plugins/geneva-datasource/img/logo.svg","access":"proxy","url":"","user":"","database":"","basicAuth":false,"isDefault":false,"jsonData":{"azureCredentials":{"authType":"currentuser"},"oauthPassThru":true},"readOnly":false},{"id":3,"uid":"JZXNTZQ4z","orgId":1,"name":"Test Azure Monitor Data Source","type":"grafana-azure-monitor-datasource","typeName":"Azure Monitor","typeLogoUrl":"public/app/plugins/datasource/grafana-azure-monitor-datasource/img/logo.jpg","access":"proxy","url":"","user":"","database":"","basicAuth":false,"isDefault":false,"jsonData":{"azureAuthType":"msi","subscriptionId":""},"readOnly":false}]' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '1184' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-jLTy+Cw/5n05KrFGFLuEgg';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-zu3lqAbz+fd3r7fQaJvXgw';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:10 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:00 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446251.978.28.528750|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725061.592.27.776742|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -2137,62 +2274,58 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/search/?type=dash-db&limit=5000&page=1 response: body: - string: '[{"id":15,"uid":"OSBzdgnnz","title":"Agent QoS","uri":"db/agent-qos","url":"/d/OSBzdgnnz/agent-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":16,"uid":"54KhiZ7nz","title":"AKS + string: '[{"id":17,"uid":"OSBzdgnnz","title":"Agent QoS","uri":"db/agent-qos","url":"/d/OSBzdgnnz/agent-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":19,"uid":"54KhiZ7nz","title":"AKS Linux Sample Application","uri":"db/aks-linux-sample-application","url":"/d/54KhiZ7nz/aks-linux-sample-application","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":20,"uid":"6uRDjTNnz","title":"App - Detail","uri":"db/app-detail","url":"/d/6uRDjTNnz/app-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":3,"uid":"dyzn5SK7z","title":"Azure + Detail","uri":"db/app-detail","url":"/d/6uRDjTNnz/app-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":5,"uid":"dyzn5SK7z","title":"Azure / Alert Consumption","uri":"db/azure-alert-consumption","url":"/d/dyzn5SK7z/azure-alert-consumption","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":5,"uid":"Yo38mcvnz","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":11,"uid":"Yo38mcvnz","title":"Azure / Insights / Applications","uri":"db/azure-insights-applications","url":"/d/Yo38mcvnz/azure-insights-applications","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":6,"uid":"AppInsightsAvTestGeoMap","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":8,"uid":"AppInsightsAvTestGeoMap","title":"Azure / Insights / Applications Test Availability Geo Map","uri":"db/azure-insights-applications-test-availability-geo-map","url":"/d/AppInsightsAvTestGeoMap/azure-insights-applications-test-availability-geo-map","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":2,"uid":"INH9berMk","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":6,"uid":"INH9berMk","title":"Azure / Insights / Cosmos DB","uri":"db/azure-insights-cosmos-db","url":"/d/INH9berMk/azure-insights-cosmos-db","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":11,"uid":"8UDB1s3Gk","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":2,"uid":"8UDB1s3Gk","title":"Azure / Insights / Data Explorer Clusters","uri":"db/azure-insights-data-explorer-clusters","url":"/d/8UDB1s3Gk/azure-insights-data-explorer-clusters","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":7,"uid":"tQZAMYrMk","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":4,"uid":"tQZAMYrMk","title":"Azure / Insights / Key Vaults","uri":"db/azure-insights-key-vaults","url":"/d/tQZAMYrMk/azure-insights-key-vaults","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":8,"uid":"3n2E8CrGk","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":3,"uid":"3n2E8CrGk","title":"Azure / Insights / Storage Accounts","uri":"db/azure-insights-storage-accounts","url":"/d/3n2E8CrGk/azure-insights-storage-accounts","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":4,"uid":"AzVmInsightsByRG","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":7,"uid":"AzVmInsightsByRG","title":"Azure / Insights / Virtual Machines by Resource Group","uri":"db/azure-insights-virtual-machines-by-resource-group","url":"/d/AzVmInsightsByRG/azure-insights-virtual-machines-by-resource-group","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":9,"uid":"AzVmInsightsByWS","title":"Azure / Insights / Virtual Machines by Workspace","uri":"db/azure-insights-virtual-machines-by-workspace","url":"/d/AzVmInsightsByWS/azure-insights-virtual-machines-by-workspace","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":10,"uid":"Mtwt2BV7k","title":"Azure / Resources Overview","uri":"db/azure-resources-overview","url":"/d/Mtwt2BV7k/azure-resources-overview","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":21,"uid":"xLERdASnz","title":"Cluster - Detail","uri":"db/cluster-detail","url":"/d/xLERdASnz/cluster-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":17,"uid":"QTVw7iK7z","title":"Geneva - Health","uri":"db/geneva-health","url":"/d/QTVw7iK7z/geneva-health","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":22,"uid":"sVKyjvpnz","title":"Incoming - Service QoS","uri":"db/incoming-service-qos","url":"/d/sVKyjvpnz/incoming-service-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":18,"uid":"_sKhXTH7z","title":"Node - Detail","uri":"db/node-detail","url":"/d/_sKhXTH7z/node-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":19,"uid":"6naEwcp7z","title":"Outgoing - Service QoS","uri":"db/outgoing-service-qos","url":"/d/6naEwcp7z/outgoing-service-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":13,"uid":"GIgvhSV7z","title":"Service - Fabric Application Overview","uri":"db/service-fabric-application-overview","url":"/d/GIgvhSV7z/service-fabric-application-overview","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":25,"uid":"jibKUkE4k","title":"Test - Dashboard","uri":"db/test-dashboard","url":"/d/jibKUkE4k/test-dashboard","slug":"","type":"dash-db","tags":[],"isStarred":false,"sortMeta":0},{"id":24,"uid":"Jw1K8kPVk","title":"Test - Dashboard","uri":"db/test-dashboard","url":"/d/Jw1K8kPVk/test-dashboard","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":23,"folderUid":"L62KUkE4z","folderTitle":"Test - Folder","folderUrl":"/dashboards/f/L62KUkE4z/test-folder","sortMeta":0},{"id":26,"uid":"xrxF8zPVk","title":"Test - Dashboard2","uri":"db/test-dashboard2","url":"/d/xrxF8zPVk/test-dashboard2","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":23,"folderUid":"L62KUkE4z","folderTitle":"Test - Folder","folderUrl":"/dashboards/f/L62KUkE4z/test-folder","sortMeta":0},{"id":14,"uid":"duj3tR77k","title":"WarmPathQoS","uri":"db/warmpathqos","url":"/d/duj3tR77k/warmpathqos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0}]' + Detail","uri":"db/cluster-detail","url":"/d/xLERdASnz/cluster-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":16,"uid":"QTVw7iK7z","title":"Geneva + Health","uri":"db/geneva-health","url":"/d/QTVw7iK7z/geneva-health","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":18,"uid":"sVKyjvpnz","title":"Incoming + Service QoS","uri":"db/incoming-service-qos","url":"/d/sVKyjvpnz/incoming-service-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":13,"uid":"_sKhXTH7z","title":"Node + Detail","uri":"db/node-detail","url":"/d/_sKhXTH7z/node-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":14,"uid":"6naEwcp7z","title":"Outgoing + Service QoS","uri":"db/outgoing-service-qos","url":"/d/6naEwcp7z/outgoing-service-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":15,"uid":"GIgvhSV7z","title":"Service + Fabric Application Overview","uri":"db/service-fabric-application-overview","url":"/d/GIgvhSV7z/service-fabric-application-overview","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":25,"uid":"mg2OAlTVb","title":"Test + Dashboard","uri":"db/test-dashboard","url":"/d/mg2OAlTVb/test-dashboard","slug":"","type":"dash-db","tags":[],"isStarred":false,"sortMeta":0},{"id":24,"uid":"mg2OAlTVa","title":"Test + Dashboard","uri":"db/test-dashboard","url":"/d/mg2OAlTVa/test-dashboard","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":23,"folderUid":"rJ_HTWw4z","folderTitle":"Test + Folder","folderUrl":"/dashboards/f/rJ_HTWw4z/test-folder","sortMeta":0},{"id":26,"uid":"mg2OAlTVc","title":"Test + Dashboard2","uri":"db/test-dashboard2","url":"/d/mg2OAlTVc/test-dashboard2","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":23,"folderUid":"rJ_HTWw4z","folderTitle":"Test + Folder","folderUrl":"/dashboards/f/rJ_HTWw4z/test-folder","sortMeta":0},{"id":22,"uid":"duj3tR77k","title":"WarmPathQoS","uri":"db/warmpathqos","url":"/d/duj3tR77k/warmpathqos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0}]' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-aoSPNYuhllntcC5NciRlRw';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-refaTrWSByZc0d87uFAbRA';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:11 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:00 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446252.14.30.274216|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725061.753.27.659276|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -2221,35 +2354,31 @@ interactions: content-type: - application/json method: GET - uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/jibKUkE4k + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/mg2OAlTVb response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"test-dashboard","url":"/d/jibKUkE4k/test-dashboard","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:24:09Z","updated":"2023-04-14T04:24:09Z","updatedBy":"example@example.com","createdBy":"example@example.com","version":1,"hasAcl":false,"isFolder":false,"folderId":0,"folderUid":"","folderTitle":"General","folderUrl":"","provisioned":false,"provisionedExternalId":"","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"id":25,"title":"Test - Dashboard","uid":"jibKUkE4k","version":1}}' + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"test-dashboard","url":"/d/mg2OAlTVb/test-dashboard","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:10:59Z","updated":"2023-05-22T03:10:59Z","updatedBy":"example@example.com","createdBy":"example@example.com","version":1,"hasAcl":false,"isFolder":false,"folderId":0,"folderUid":"","folderTitle":"General","folderUrl":"","provisioned":false,"provisionedExternalId":"","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"id":25,"title":"Test + Dashboard","uid":"mg2OAlTVb","version":1}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '832' + - '805' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-luOZuuyi7WrbIsn2ER4Isw';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-fPXMaI1GxloR+jF3GnX1sg';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:11 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:00 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446252.299.28.933286|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725061.914.26.663223|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -2276,36 +2405,32 @@ interactions: content-type: - application/json method: GET - uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/Jw1K8kPVk + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/mg2OAlTVa response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"test-dashboard","url":"/d/Jw1K8kPVk/test-dashboard","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:24:09Z","updated":"2023-04-14T04:24:09Z","updatedBy":"example@example.com","createdBy":"example@example.com","version":1,"hasAcl":false,"isFolder":false,"folderId":23,"folderUid":"L62KUkE4z","folderTitle":"Test - Folder","folderUrl":"/dashboards/f/L62KUkE4z/test-folder","provisioned":false,"provisionedExternalId":"","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"id":24,"title":"Test - Dashboard","uid":"Jw1K8kPVk","version":1}}' + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"test-dashboard","url":"/d/mg2OAlTVa/test-dashboard","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:10:58Z","updated":"2023-05-22T03:10:58Z","updatedBy":"example@example.com","createdBy":"example@example.com","version":1,"hasAcl":false,"isFolder":false,"folderId":23,"folderUid":"rJ_HTWw4z","folderTitle":"Test + Folder","folderUrl":"/dashboards/f/rJ_HTWw4z/test-folder","provisioned":false,"provisionedExternalId":"","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"id":24,"title":"Test + Dashboard","uid":"mg2OAlTVa","version":1}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '881' + - '854' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-G6mHNLQK2XJUILE1XvMgoQ';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-M1AKJoZ7WbNkYO470XC7Ew';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:11 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:01 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446252.462.30.979347|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725062.073.28.170876|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -2332,36 +2457,32 @@ interactions: content-type: - application/json method: GET - uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/xrxF8zPVk + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/mg2OAlTVc response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"test-dashboard2","url":"/d/xrxF8zPVk/test-dashboard2","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:24:10Z","updated":"2023-04-14T04:24:10Z","updatedBy":"example@example.com","createdBy":"example@example.com","version":1,"hasAcl":false,"isFolder":false,"folderId":23,"folderUid":"L62KUkE4z","folderTitle":"Test - Folder","folderUrl":"/dashboards/f/L62KUkE4z/test-folder","provisioned":false,"provisionedExternalId":"","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"id":26,"title":"Test - Dashboard2","uid":"xrxF8zPVk","version":1}}' + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"test-dashboard2","url":"/d/mg2OAlTVc/test-dashboard2","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:10:59Z","updated":"2023-05-22T03:10:59Z","updatedBy":"example@example.com","createdBy":"example@example.com","version":1,"hasAcl":false,"isFolder":false,"folderId":23,"folderUid":"rJ_HTWw4z","folderTitle":"Test + Folder","folderUrl":"/dashboards/f/rJ_HTWw4z/test-folder","provisioned":false,"provisionedExternalId":"","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"id":26,"title":"Test + Dashboard2","uid":"mg2OAlTVc","version":1}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '884' + - '857' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-mzHc0IWkrct/BBYYmiLw0w';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-b+BOiG9d2GcOkyGVddUIgw';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:11 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:01 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446252.626.28.596994|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725062.233.27.625058|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -2394,28 +2515,24 @@ interactions: string: '[]' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '2' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-GROa506xAwV1lbmCAbLzkw';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-FsWy+HG5IVZpWrvYRxKvQQ';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:11 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:01 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446252.786.29.463937|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725062.397.28.471340|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -2445,32 +2562,28 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/search/?type=dash-folder response: body: - string: '[{"id":1,"uid":"az-mon","title":"Azure Monitor","uri":"db/azure-monitor","url":"/dashboards/f/az-mon/azure-monitor","slug":"","type":"dash-folder","tags":[],"isStarred":false,"sortMeta":0},{"id":12,"uid":"geneva","title":"Geneva","uri":"db/geneva","url":"/dashboards/f/geneva/geneva","slug":"","type":"dash-folder","tags":[],"isStarred":false,"sortMeta":0},{"id":23,"uid":"L62KUkE4z","title":"Test - Folder","uri":"db/test-folder","url":"/dashboards/f/L62KUkE4z/test-folder","slug":"","type":"dash-folder","tags":[],"isStarred":false,"sortMeta":0}]' + string: '[{"id":1,"uid":"az-mon","title":"Azure Monitor","uri":"db/azure-monitor","url":"/dashboards/f/az-mon/azure-monitor","slug":"","type":"dash-folder","tags":[],"isStarred":false,"sortMeta":0},{"id":12,"uid":"geneva","title":"Geneva","uri":"db/geneva","url":"/dashboards/f/geneva/geneva","slug":"","type":"dash-folder","tags":[],"isStarred":false,"sortMeta":0},{"id":23,"uid":"rJ_HTWw4z","title":"Test + Folder","uri":"db/test-folder","url":"/dashboards/f/rJ_HTWw4z/test-folder","slug":"","type":"dash-folder","tags":[],"isStarred":false,"sortMeta":0}]' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '546' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-lsmJ0llD4bAav5zVQRYAAQ';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-4XzmNoSzmCvHJ97VlrF26Q';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:11 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:01 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446252.953.30.965475|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725062.556.28.647337|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -2497,34 +2610,30 @@ interactions: content-type: - application/json method: GET - uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders/L62KUkE4z + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders/rJ_HTWw4z response: body: - string: '{"id":23,"uid":"L62KUkE4z","title":"Test Folder","url":"/dashboards/f/L62KUkE4z/test-folder","hasAcl":false,"canSave":true,"canEdit":true,"canAdmin":true,"canDelete":true,"createdBy":"example@example.com","created":"2023-04-14T04:24:06Z","updatedBy":"example@example.com","updated":"2023-04-14T04:24:06Z","version":1,"parentUid":""}' + string: '{"id":23,"uid":"rJ_HTWw4z","title":"Test Folder","url":"/dashboards/f/rJ_HTWw4z/test-folder","hasAcl":false,"canSave":true,"canEdit":true,"canAdmin":true,"canDelete":true,"createdBy":"example@example.com","created":"2023-05-22T03:10:57Z","updatedBy":"example@example.com","updated":"2023-05-22T03:10:57Z","version":1}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '332' + - '317' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-YzQrvSn7Ufnt8G/v3ai1aQ';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-hcMXqKyj6Z4qytGA/Wj4Jg';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:12 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:01 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446253.114.31.58204|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725062.717.28.903008|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -2551,36 +2660,32 @@ interactions: content-type: - application/json method: GET - uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders/L62KUkE4z/permissions + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders/rJ_HTWw4z/permissions response: body: - string: '[{"folderId":23,"created":"2017-06-20T00:00:00Z","updated":"2017-06-20T00:00:00Z","userId":0,"userLogin":"","userEmail":"","userAvatarUrl":"","teamId":0,"teamEmail":"","teamAvatarUrl":"","team":"","role":"Viewer","permission":1,"permissionName":"View","uid":"L62KUkE4z","title":"Test - Folder","slug":"test-folder","isFolder":true,"url":"/dashboards/f/L62KUkE4z/test-folder","inherited":false},{"folderId":23,"created":"2017-06-20T00:00:00Z","updated":"2017-06-20T00:00:00Z","userId":0,"userLogin":"","userEmail":"","userAvatarUrl":"","teamId":0,"teamEmail":"","teamAvatarUrl":"","team":"","role":"Editor","permission":2,"permissionName":"Edit","uid":"L62KUkE4z","title":"Test - Folder","slug":"test-folder","isFolder":true,"url":"/dashboards/f/L62KUkE4z/test-folder","inherited":false}]' + string: '[{"folderId":23,"created":"2017-06-20T00:00:00Z","updated":"2017-06-20T00:00:00Z","userId":0,"userLogin":"","userEmail":"","userAvatarUrl":"","teamId":0,"teamEmail":"","teamAvatarUrl":"","team":"","role":"Viewer","permission":1,"permissionName":"View","uid":"rJ_HTWw4z","title":"Test + Folder","slug":"test-folder","isFolder":true,"url":"/dashboards/f/rJ_HTWw4z/test-folder","inherited":false},{"folderId":23,"created":"2017-06-20T00:00:00Z","updated":"2017-06-20T00:00:00Z","userId":0,"userLogin":"","userEmail":"","userAvatarUrl":"","teamId":0,"teamEmail":"","teamAvatarUrl":"","team":"","role":"Editor","permission":2,"permissionName":"Edit","uid":"rJ_HTWw4z","title":"Test + Folder","slug":"test-folder","isFolder":true,"url":"/dashboards/f/rJ_HTWw4z/test-folder","inherited":false}]' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '783' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-LPoNlIieIns18DhS5MjjbA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-yNRAikcPYrDkhBqzJOe0Ow';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:12 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:01 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446253.272.30.422574|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725062.877.28.710796|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -2610,31 +2715,27 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders/id/Test%20Folder response: body: - string: '{"message":"id is invalid","traceID":"1c16c0a16ddb456149a6c0c02961d230"}' + string: '{"message":"id is invalid","traceID":"f6073881e3edcfb8bb2fc2d7b4eb76ba"}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '72' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-B7n0QtzBFiEz+lgABX1FoQ';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-+96Cwci+NWegLbY8O2B9Kg';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:12 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:02 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446253.593.31.934961|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725063.216.28.18937|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -2667,28 +2768,24 @@ interactions: string: '{"message":"folder not found","status":"not-found"}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '51' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-dOINpiVDqo0VG3y98E3DAA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-vUQ1UuG707gmJiYXotwG1A';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:12 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:02 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446253.752.28.465329|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725063.393.27.543941|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -2718,32 +2815,28 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders response: body: - string: '[{"id":1,"uid":"az-mon","title":"Azure Monitor"},{"id":12,"uid":"geneva","title":"Geneva"},{"id":23,"uid":"L62KUkE4z","title":"Test + string: '[{"id":1,"uid":"az-mon","title":"Azure Monitor"},{"id":12,"uid":"geneva","title":"Geneva"},{"id":23,"uid":"rJ_HTWw4z","title":"Test Folder"}]' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '141' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-r1mrI6ZemySIzcMxwyzuCw';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-vsfeM1dmAOCbGI02vbkrlg';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:12 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:02 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446253.913.28.399697|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725063.575.30.695387|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -2772,34 +2865,30 @@ interactions: content-type: - application/json method: DELETE - uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders/L62KUkE4z + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders/rJ_HTWw4z response: body: string: '' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '0' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-GsXDnHFZw6tcUBFDKmq9KQ';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-RitopL7dE9E75x5bwUb0Zg';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:13 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:02 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446254.086.28.249613|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725063.761.28.415063|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -2829,32 +2918,28 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/datasources/name/Test%20Azure%20Monitor%20Data%20Source response: body: - string: '{"id":3,"uid":"BYAKUkEVz","orgId":1,"name":"Test Azure Monitor Data + string: '{"id":3,"uid":"JZXNTZQ4z","orgId":1,"name":"Test Azure Monitor Data Source","type":"grafana-azure-monitor-datasource","typeLogoUrl":"","access":"proxy","url":"","user":"","database":"","basicAuth":false,"basicAuthUser":"","withCredentials":false,"isDefault":false,"jsonData":{"azureAuthType":"msi","subscriptionId":""},"secureJsonFields":{},"version":1,"readOnly":false}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '370' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-X741mf8gUSX5WUSI0w1+3w';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-Fb/sCCFP4Ouh/51kYDt0Jw';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:13 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:03 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446254.414.30.225103|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725064.107.30.249742|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -2883,34 +2968,30 @@ interactions: content-type: - application/json method: DELETE - uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/datasources/uid/BYAKUkEVz + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/datasources/uid/JZXNTZQ4z response: body: string: '{"id":3,"message":"Data source deleted"}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '40' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-IpwdSt9yZWPpU790qdxDFA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-i/ztxiVcZhtTHgtMfLSZ0Q';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:13 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:03 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446254.589.30.306438|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725064.303.30.427998|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -2940,27 +3021,23 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/health response: body: - string: "{\n \"commit\": \"7ab70dbce8\",\n \"database\": \"ok\",\n \"version\": - \"9.3.8\"\n}" + string: "{\n \"commit\": \"5e7d575327\",\n \"database\": \"ok\",\n \"version\": + \"9.4.10\"\n}" headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '70' + - '71' content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:24:13 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:03 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446254.874.28.636982|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725064.602.27.455172|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -2974,11 +3051,11 @@ interactions: code: 200 message: OK - request: - body: '{"id": 23, "uid": "L62KUkE4z", "title": "Test Folder", "url": "/dashboards/f/L62KUkE4z/test-folder", + body: '{"id": 23, "uid": "rJ_HTWw4z", "title": "Test Folder", "url": "/dashboards/f/rJ_HTWw4z/test-folder", "hasAcl": false, "canSave": true, "canEdit": true, "canAdmin": true, "canDelete": - true, "createdBy": "example@example.com", "created": "2023-04-14T04:24:06Z", - "updatedBy": "example@example.com", "updated": "2023-04-14T04:24:06Z", "version": - 1, "parentUid": ""}' + true, "createdBy": "example@example.com", "created": "2023-05-22T03:10:57Z", + "updatedBy": "example@example.com", "updated": "2023-05-22T03:10:57Z", "version": + 1}' headers: Accept: - '*/*' @@ -2987,7 +3064,7 @@ interactions: Connection: - keep-alive Content-Length: - - '361' + - '344' User-Agent: - python-requests/2.26.0 content-type: @@ -2996,31 +3073,27 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders response: body: - string: '{"id":27,"uid":"L62KUkE4z","title":"Test Folder","url":"/dashboards/f/L62KUkE4z/test-folder","hasAcl":false,"canSave":true,"canEdit":true,"canAdmin":true,"canDelete":true,"createdBy":"example@example.com","created":"2023-04-14T04:24:14.068884304Z","updatedBy":"example@example.com","updated":"2023-04-14T04:24:14.068884304Z","version":1,"parentUid":""}' + string: '{"id":27,"uid":"rJ_HTWw4z","title":"Test Folder","url":"/dashboards/f/rJ_HTWw4z/test-folder","hasAcl":false,"canSave":true,"canEdit":true,"canAdmin":true,"canDelete":true,"createdBy":"example@example.com","created":"2023-05-22T03:11:03.794879543Z","updatedBy":"example@example.com","updated":"2023-05-22T03:11:03.794879643Z","version":1}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '352' + - '337' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-vmKHE1itbwIkMPOo2qiU5w';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-Kjmkj7AUVAShoaObgtgHAg';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:14 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:03 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446255.052.28.470899|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725064.776.28.803726|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -3034,8 +3107,7 @@ interactions: code: 200 message: OK - request: - body: '{"dashboard": {"id": null, "title": "Test Dashboard", "uid": "jibKUkE4k", - "version": 1}, "folderId": 0, "overwrite": true}' + body: null headers: Accept: - '*/*' @@ -3043,41 +3115,35 @@ interactions: - gzip, deflate Connection: - keep-alive - Content-Length: - - '122' User-Agent: - python-requests/2.26.0 content-type: - application/json - method: POST - uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/db + method: GET + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders/rJ_HTWw4z response: body: - string: '{"id":25,"slug":"test-dashboard","status":"success","uid":"jibKUkE4k","url":"/d/jibKUkE4k/test-dashboard","version":2}' + string: '{"id":27,"uid":"rJ_HTWw4z","title":"Test Folder","url":"/dashboards/f/rJ_HTWw4z/test-folder","hasAcl":false,"canSave":true,"canEdit":true,"canAdmin":true,"canDelete":true,"createdBy":"example@example.com","created":"2023-05-22T03:11:03Z","updatedBy":"example@example.com","updated":"2023-05-22T03:11:03Z","version":1}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '118' + - '317' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-Y0eB5fPrXRwsUWbCeW5YPQ';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-2WUyWT71Xl1RHXf0ai5fyg';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:14 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:03 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446255.229.30.617599|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725064.955.29.905338|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -3091,7 +3157,8 @@ interactions: code: 200 message: OK - request: - body: null + body: '{"dashboard": {"id": null, "title": "Test Dashboard", "uid": "mg2OAlTVa", + "version": 1}, "folderId": 27, "overwrite": true}' headers: Accept: - '*/*' @@ -3099,39 +3166,37 @@ interactions: - gzip, deflate Connection: - keep-alive + Content-Length: + - '123' User-Agent: - python-requests/2.26.0 content-type: - application/json - method: GET - uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders/L62KUkE4z + method: POST + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/db response: body: - string: '{"id":27,"uid":"L62KUkE4z","title":"Test Folder","url":"/dashboards/f/L62KUkE4z/test-folder","hasAcl":false,"canSave":true,"canEdit":true,"canAdmin":true,"canDelete":true,"createdBy":"example@example.com","created":"2023-04-14T04:24:14Z","updatedBy":"example@example.com","updated":"2023-04-14T04:24:14Z","version":1,"parentUid":""}' + string: '{"id":28,"slug":"test-dashboard","status":"success","uid":"mg2OAlTVa","url":"/d/mg2OAlTVa/test-dashboard","version":1}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '332' + - '118' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-7eB3EMsmrLbqHkmsR4/vJA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-d5cKUY3w06WmcfrqueN+sw';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:14 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:04 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446255.41.28.873266|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725065.113.30.842003|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -3145,8 +3210,8 @@ interactions: code: 200 message: OK - request: - body: '{"dashboard": {"id": null, "title": "Test Dashboard", "uid": "Jw1K8kPVk", - "version": 1}, "folderId": 27, "overwrite": true}' + body: '{"dashboard": {"id": null, "title": "Test Dashboard", "uid": "mg2OAlTVb", + "version": 1}, "folderId": 0, "overwrite": true}' headers: Accept: - '*/*' @@ -3155,7 +3220,7 @@ interactions: Connection: - keep-alive Content-Length: - - '123' + - '122' User-Agent: - python-requests/2.26.0 content-type: @@ -3164,31 +3229,27 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/db response: body: - string: '{"id":28,"slug":"test-dashboard","status":"success","uid":"Jw1K8kPVk","url":"/d/Jw1K8kPVk/test-dashboard","version":1}' + string: '{"id":25,"slug":"test-dashboard","status":"success","uid":"mg2OAlTVb","url":"/d/mg2OAlTVb/test-dashboard","version":2}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '118' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-ssy/GfTTEqYJVuN9i4T5iA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-UU/LzDPP8Y2Ha8Fj1ZTe5Q';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:14 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:04 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446255.569.28.114397|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725065.288.27.878356|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -3215,34 +3276,30 @@ interactions: content-type: - application/json method: GET - uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders/L62KUkE4z + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders/rJ_HTWw4z response: body: - string: '{"id":27,"uid":"L62KUkE4z","title":"Test Folder","url":"/dashboards/f/L62KUkE4z/test-folder","hasAcl":false,"canSave":true,"canEdit":true,"canAdmin":true,"canDelete":true,"createdBy":"example@example.com","created":"2023-04-14T04:24:14Z","updatedBy":"example@example.com","updated":"2023-04-14T04:24:14Z","version":1,"parentUid":""}' + string: '{"id":27,"uid":"rJ_HTWw4z","title":"Test Folder","url":"/dashboards/f/rJ_HTWw4z/test-folder","hasAcl":false,"canSave":true,"canEdit":true,"canAdmin":true,"canDelete":true,"createdBy":"example@example.com","created":"2023-05-22T03:11:03Z","updatedBy":"example@example.com","updated":"2023-05-22T03:11:03Z","version":1}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '332' + - '317' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-yfH8RIEqiOoXqdLZ3lth/A';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-awKDMihSVu1d4yDrn0q3Sw';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:14 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:04 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446255.739.30.615243|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725065.47.29.240226|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -3256,7 +3313,7 @@ interactions: code: 200 message: OK - request: - body: '{"dashboard": {"id": null, "title": "Test Dashboard2", "uid": "xrxF8zPVk", + body: '{"dashboard": {"id": null, "title": "Test Dashboard2", "uid": "mg2OAlTVc", "version": 1}, "folderId": 27, "overwrite": true}' headers: Accept: @@ -3275,31 +3332,27 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/db response: body: - string: '{"id":29,"slug":"test-dashboard2","status":"success","uid":"xrxF8zPVk","url":"/d/xrxF8zPVk/test-dashboard2","version":1}' + string: '{"id":29,"slug":"test-dashboard2","status":"success","uid":"mg2OAlTVc","url":"/d/mg2OAlTVc/test-dashboard2","version":1}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '120' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-ddhO05W0KtWwPDi1WQOJew';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-gWFuA+Sx2k24KpCm6ttIxw';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:14 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:04 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446255.896.31.289239|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725065.632.30.373942|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -3336,31 +3389,83 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/datasources response: body: - string: '{"message":"data source with the same name already exists","traceID":"8a90b2e66bdb088644de4df8b972922b"}' + string: '{"message":"data source with the same name already exists","traceID":"793c67466fdcfd4dea70a923b7d899fd"}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '104' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-dYA2QbKMpCM8RllQ4ntfzg';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-htpn+NwcMnt9IQpgjAf7uw';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:15 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:04 GMT + request-context: + - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c + set-cookie: + - INGRESSCOOKIE=1684725065.828.29.212582|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + Secure; HttpOnly + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + x-frame-options: + - DENY + x-xss-protection: + - 1; mode=block + status: + code: 409 + message: Conflict +- request: + body: '{"id": 2, "uid": "Geneva", "orgId": 1, "name": "Geneva Datasource", "type": + "geneva-datasource", "typeName": "Geneva Datasource", "typeLogoUrl": "public/plugins/geneva-datasource/img/logo.svg", + "access": "proxy", "url": "", "user": "", "database": "", "basicAuth": false, + "isDefault": false, "jsonData": {"azureCredentials": {"authType": "currentuser"}, + "oauthPassThru": true}, "readOnly": false}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '396' + User-Agent: + - python-requests/2.26.0 + content-type: + - application/json + method: POST + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/datasources + response: + body: + string: '{"message":"data source with the same name already exists","traceID":"7f8a2b854a801f2482e2a62259c37ca3"}' + headers: + cache-control: + - no-store + connection: + - keep-alive + content-length: + - '104' + content-security-policy: + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-TMtrk+urImZVTyVeYGvuFA';object-src + 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' + blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src + 'self';media-src 'none';form-action 'self'; + content-type: + - application/json + date: + - Mon, 22 May 2023 03:11:05 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446256.086.30.884353|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725065.989.27.694120|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -3374,7 +3479,7 @@ interactions: code: 409 message: Conflict - request: - body: '{"id": 3, "uid": "BYAKUkEVz", "orgId": 1, "name": "Test Azure Monitor Data + body: '{"id": 3, "uid": "JZXNTZQ4z", "orgId": 1, "name": "Test Azure Monitor Data Source", "type": "grafana-azure-monitor-datasource", "typeName": "Azure Monitor", "typeLogoUrl": "public/app/plugins/datasource/grafana-azure-monitor-datasource/img/logo.jpg", "access": "proxy", "url": "", "user": "", "database": "", "basicAuth": false, @@ -3397,33 +3502,29 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/datasources response: body: - string: '{"datasource":{"id":4,"uid":"BYAKUkEVz","orgId":1,"name":"Test Azure + string: '{"datasource":{"id":4,"uid":"JZXNTZQ4z","orgId":1,"name":"Test Azure Monitor Data Source","type":"grafana-azure-monitor-datasource","typeLogoUrl":"","access":"proxy","url":"","user":"","database":"","basicAuth":false,"basicAuthUser":"","withCredentials":false,"isDefault":false,"jsonData":{"azureAuthType":"msi","subscriptionId":""},"secureJsonFields":{},"version":1,"readOnly":false},"id":4,"message":"Datasource added","name":"Test Azure Monitor Data Source"}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '461' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-lNccf6ijIqVVocDZxG/How';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-wPMRFCH8b+N4eeg7F973Kg';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:15 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:05 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446256.25.30.102559|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725066.146.27.290068|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -3437,11 +3538,7 @@ interactions: code: 200 message: OK - request: - body: '{"id": 2, "uid": "Geneva", "orgId": 1, "name": "Geneva Datasource", "type": - "geneva-datasource", "typeName": "Geneva Datasource", "typeLogoUrl": "public/plugins/geneva-datasource/img/logo.svg", - "access": "proxy", "url": "", "user": "", "database": "", "basicAuth": false, - "isDefault": false, "jsonData": {"azureCredentials": {"authType": "currentuser"}, - "oauthPassThru": true}, "readOnly": false}' + body: null headers: Accept: - '*/*' @@ -3449,41 +3546,981 @@ interactions: - gzip, deflate Connection: - keep-alive - Content-Length: - - '396' User-Agent: - python-requests/2.26.0 content-type: - application/json - method: POST - uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/datasources + method: GET + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/datasources/name/Test%20Azure%20Monitor%20Data%20Source response: body: - string: '{"message":"data source with the same name already exists","traceID":"1acac939abaa3fc7d2194f9dc15a61f1"}' + string: '{"id":4,"uid":"JZXNTZQ4z","orgId":1,"name":"Test Azure Monitor Data + Source","type":"grafana-azure-monitor-datasource","typeLogoUrl":"","access":"proxy","url":"","user":"","database":"","basicAuth":false,"basicAuthUser":"","withCredentials":false,"isDefault":false,"jsonData":{"azureAuthType":"msi","subscriptionId":""},"secureJsonFields":{},"version":1,"readOnly":false}' headers: cache-control: - - no-cache + - no-store + connection: + - keep-alive + content-length: + - '370' + content-security-policy: + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-tZrwzXhHa4WsIAf3D+9igw';object-src + 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' + blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src + 'self';media-src 'none';form-action 'self'; + content-type: + - application/json + date: + - Mon, 22 May 2023 03:11:05 GMT + request-context: + - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c + set-cookie: + - INGRESSCOOKIE=1684725066.48.27.85513|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + Secure; HttpOnly + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + x-frame-options: + - DENY + x-xss-protection: + - 1; mode=block + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + content-type: + - application/json + method: GET + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders/id/Test%20Folder + response: + body: + string: '{"message":"id is invalid","traceID":"7c401599d3f2865db33e94cc3cc6e154"}' + headers: + cache-control: + - no-store + connection: + - keep-alive + content-length: + - '72' + content-security-policy: + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-kRX3VU2H1fBTsVrUsY2YIw';object-src + 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' + blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src + 'self';media-src 'none';form-action 'self'; + content-type: + - application/json + date: + - Mon, 22 May 2023 03:11:05 GMT + request-context: + - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c + set-cookie: + - INGRESSCOOKIE=1684725066.793.29.18082|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + Secure; HttpOnly + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + x-frame-options: + - DENY + x-xss-protection: + - 1; mode=block + status: + code: 400 + message: Bad Request +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + content-type: + - application/json + method: GET + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders/Test%20Folder + response: + body: + string: '{"message":"folder not found","status":"not-found"}' + headers: + cache-control: + - no-store + connection: + - keep-alive + content-length: + - '51' + content-security-policy: + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-8htKcNH1kKQpCbZilGbuVA';object-src + 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' + blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src + 'self';media-src 'none';form-action 'self'; + content-type: + - application/json + date: + - Mon, 22 May 2023 03:11:05 GMT + request-context: + - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c + set-cookie: + - INGRESSCOOKIE=1684725066.965.29.762553|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + Secure; HttpOnly + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + x-frame-options: + - DENY + x-xss-protection: + - 1; mode=block + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + content-type: + - application/json + method: GET + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders + response: + body: + string: '[{"id":1,"uid":"az-mon","title":"Azure Monitor"},{"id":12,"uid":"geneva","title":"Geneva"},{"id":27,"uid":"rJ_HTWw4z","title":"Test + Folder"}]' + headers: + cache-control: + - no-store + connection: + - keep-alive + content-length: + - '141' + content-security-policy: + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-EiH+4AXHrFUIFKQdsKqc3Q';object-src + 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' + blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src + 'self';media-src 'none';form-action 'self'; + content-type: + - application/json + date: + - Mon, 22 May 2023 03:11:06 GMT + request-context: + - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c + set-cookie: + - INGRESSCOOKIE=1684725067.16.29.108569|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + Secure; HttpOnly + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + x-frame-options: + - DENY + x-xss-protection: + - 1; mode=block + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + content-type: + - application/json + method: GET + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/mg2OAlTVa + response: + body: + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"test-dashboard","url":"/d/mg2OAlTVa/test-dashboard","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:11:04Z","updated":"2023-05-22T03:11:04Z","updatedBy":"example@example.com","createdBy":"example@example.com","version":1,"hasAcl":false,"isFolder":false,"folderId":27,"folderUid":"rJ_HTWw4z","folderTitle":"Test + Folder","folderUrl":"/dashboards/f/rJ_HTWw4z/test-folder","provisioned":false,"provisionedExternalId":"","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"id":28,"title":"Test + Dashboard","uid":"mg2OAlTVa","version":1}}' + headers: + cache-control: + - no-store + connection: + - keep-alive + content-length: + - '854' + content-security-policy: + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-Fqi57i/d1SjegyalnoZPFw';object-src + 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' + blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src + 'self';media-src 'none';form-action 'self'; + content-type: + - application/json + date: + - Mon, 22 May 2023 03:11:06 GMT + request-context: + - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c + set-cookie: + - INGRESSCOOKIE=1684725067.457.27.636296|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + Secure; HttpOnly + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + x-frame-options: + - DENY + x-xss-protection: + - 1; mode=block + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + content-type: + - application/json + method: GET + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/mg2OAlTVb + response: + body: + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"test-dashboard","url":"/d/mg2OAlTVb/test-dashboard","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:10:59Z","updated":"2023-05-22T03:11:04Z","updatedBy":"example@example.com","createdBy":"example@example.com","version":2,"hasAcl":false,"isFolder":false,"folderId":0,"folderUid":"","folderTitle":"General","folderUrl":"","provisioned":false,"provisionedExternalId":"","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"id":25,"title":"Test + Dashboard","uid":"mg2OAlTVb","version":2}}' + headers: + cache-control: + - no-store + connection: + - keep-alive + content-length: + - '805' + content-security-policy: + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-hibsASY0WxUe9bKQZZ5dOg';object-src + 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' + blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src + 'self';media-src 'none';form-action 'self'; + content-type: + - application/json + date: + - Mon, 22 May 2023 03:11:06 GMT + request-context: + - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c + set-cookie: + - INGRESSCOOKIE=1684725067.753.28.243374|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + Secure; HttpOnly + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + x-frame-options: + - DENY + x-xss-protection: + - 1; mode=block + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + content-type: + - application/json + method: GET + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/health + response: + body: + string: "{\n \"commit\": \"5e7d575327\",\n \"database\": \"ok\",\n \"version\": + \"9.4.10\"\n}" + headers: + cache-control: + - no-store + connection: + - keep-alive + content-length: + - '71' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 22 May 2023 03:11:07 GMT + request-context: + - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c + set-cookie: + - INGRESSCOOKIE=1684725068.038.28.472378|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + Secure; HttpOnly + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + x-frame-options: + - DENY + x-xss-protection: + - 1; mode=block + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + content-type: + - application/json + method: GET + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/library-elements?page=1 + response: + body: + string: '{"result":{"totalCount":0,"elements":[],"page":1,"perPage":100}}' + headers: + cache-control: + - no-store + connection: + - keep-alive + content-length: + - '64' + content-security-policy: + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-C8Nw10rH2hLdDptELj7oJg';object-src + 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' + blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src + 'self';media-src 'none';form-action 'self'; + content-type: + - application/json + date: + - Mon, 22 May 2023 03:11:07 GMT + request-context: + - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c + set-cookie: + - INGRESSCOOKIE=1684725068.188.29.523943|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + Secure; HttpOnly + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + x-frame-options: + - DENY + x-xss-protection: + - 1; mode=block + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + content-type: + - application/json + method: GET + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/search/?type=dash-db&limit=5000&page=1 + response: + body: + string: '[{"id":17,"uid":"OSBzdgnnz","title":"Agent QoS","uri":"db/agent-qos","url":"/d/OSBzdgnnz/agent-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":19,"uid":"54KhiZ7nz","title":"AKS + Linux Sample Application","uri":"db/aks-linux-sample-application","url":"/d/54KhiZ7nz/aks-linux-sample-application","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":20,"uid":"6uRDjTNnz","title":"App + Detail","uri":"db/app-detail","url":"/d/6uRDjTNnz/app-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":5,"uid":"dyzn5SK7z","title":"Azure + / Alert Consumption","uri":"db/azure-alert-consumption","url":"/d/dyzn5SK7z/azure-alert-consumption","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":11,"uid":"Yo38mcvnz","title":"Azure + / Insights / Applications","uri":"db/azure-insights-applications","url":"/d/Yo38mcvnz/azure-insights-applications","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":8,"uid":"AppInsightsAvTestGeoMap","title":"Azure + / Insights / Applications Test Availability Geo Map","uri":"db/azure-insights-applications-test-availability-geo-map","url":"/d/AppInsightsAvTestGeoMap/azure-insights-applications-test-availability-geo-map","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":6,"uid":"INH9berMk","title":"Azure + / Insights / Cosmos DB","uri":"db/azure-insights-cosmos-db","url":"/d/INH9berMk/azure-insights-cosmos-db","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":2,"uid":"8UDB1s3Gk","title":"Azure + / Insights / Data Explorer Clusters","uri":"db/azure-insights-data-explorer-clusters","url":"/d/8UDB1s3Gk/azure-insights-data-explorer-clusters","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":4,"uid":"tQZAMYrMk","title":"Azure + / Insights / Key Vaults","uri":"db/azure-insights-key-vaults","url":"/d/tQZAMYrMk/azure-insights-key-vaults","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":3,"uid":"3n2E8CrGk","title":"Azure + / Insights / Storage Accounts","uri":"db/azure-insights-storage-accounts","url":"/d/3n2E8CrGk/azure-insights-storage-accounts","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":7,"uid":"AzVmInsightsByRG","title":"Azure + / Insights / Virtual Machines by Resource Group","uri":"db/azure-insights-virtual-machines-by-resource-group","url":"/d/AzVmInsightsByRG/azure-insights-virtual-machines-by-resource-group","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":9,"uid":"AzVmInsightsByWS","title":"Azure + / Insights / Virtual Machines by Workspace","uri":"db/azure-insights-virtual-machines-by-workspace","url":"/d/AzVmInsightsByWS/azure-insights-virtual-machines-by-workspace","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":10,"uid":"Mtwt2BV7k","title":"Azure + / Resources Overview","uri":"db/azure-resources-overview","url":"/d/Mtwt2BV7k/azure-resources-overview","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":21,"uid":"xLERdASnz","title":"Cluster + Detail","uri":"db/cluster-detail","url":"/d/xLERdASnz/cluster-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":16,"uid":"QTVw7iK7z","title":"Geneva + Health","uri":"db/geneva-health","url":"/d/QTVw7iK7z/geneva-health","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":18,"uid":"sVKyjvpnz","title":"Incoming + Service QoS","uri":"db/incoming-service-qos","url":"/d/sVKyjvpnz/incoming-service-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":13,"uid":"_sKhXTH7z","title":"Node + Detail","uri":"db/node-detail","url":"/d/_sKhXTH7z/node-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":14,"uid":"6naEwcp7z","title":"Outgoing + Service QoS","uri":"db/outgoing-service-qos","url":"/d/6naEwcp7z/outgoing-service-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":15,"uid":"GIgvhSV7z","title":"Service + Fabric Application Overview","uri":"db/service-fabric-application-overview","url":"/d/GIgvhSV7z/service-fabric-application-overview","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":25,"uid":"mg2OAlTVb","title":"Test + Dashboard","uri":"db/test-dashboard","url":"/d/mg2OAlTVb/test-dashboard","slug":"","type":"dash-db","tags":[],"isStarred":false,"sortMeta":0},{"id":28,"uid":"mg2OAlTVa","title":"Test + Dashboard","uri":"db/test-dashboard","url":"/d/mg2OAlTVa/test-dashboard","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":27,"folderUid":"rJ_HTWw4z","folderTitle":"Test + Folder","folderUrl":"/dashboards/f/rJ_HTWw4z/test-folder","sortMeta":0},{"id":29,"uid":"mg2OAlTVc","title":"Test + Dashboard2","uri":"db/test-dashboard2","url":"/d/mg2OAlTVc/test-dashboard2","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":27,"folderUid":"rJ_HTWw4z","folderTitle":"Test + Folder","folderUrl":"/dashboards/f/rJ_HTWw4z/test-folder","sortMeta":0},{"id":22,"uid":"duj3tR77k","title":"WarmPathQoS","uri":"db/warmpathqos","url":"/d/duj3tR77k/warmpathqos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0}]' + headers: + cache-control: + - no-store + connection: + - keep-alive + content-security-policy: + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-LfN94Rk/2/AqdBjNZBkzHA';object-src + 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' + blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src + 'self';media-src 'none';form-action 'self'; + content-type: + - application/json + date: + - Mon, 22 May 2023 03:11:07 GMT + request-context: + - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c + set-cookie: + - INGRESSCOOKIE=1684725068.35.29.139454|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + Secure; HttpOnly + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-frame-options: + - DENY + x-xss-protection: + - 1; mode=block + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + content-type: + - application/json + method: GET + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/mg2OAlTVa + response: + body: + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"test-dashboard","url":"/d/mg2OAlTVa/test-dashboard","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:11:04Z","updated":"2023-05-22T03:11:04Z","updatedBy":"example@example.com","createdBy":"example@example.com","version":1,"hasAcl":false,"isFolder":false,"folderId":27,"folderUid":"rJ_HTWw4z","folderTitle":"Test + Folder","folderUrl":"/dashboards/f/rJ_HTWw4z/test-folder","provisioned":false,"provisionedExternalId":"","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"id":28,"title":"Test + Dashboard","uid":"mg2OAlTVa","version":1}}' + headers: + cache-control: + - no-store + connection: + - keep-alive + content-length: + - '854' + content-security-policy: + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-YN6gM7lP7DqLpgkFgJKOvw';object-src + 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' + blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src + 'self';media-src 'none';form-action 'self'; + content-type: + - application/json + date: + - Mon, 22 May 2023 03:11:07 GMT + request-context: + - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c + set-cookie: + - INGRESSCOOKIE=1684725068.514.28.993062|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + Secure; HttpOnly + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + x-frame-options: + - DENY + x-xss-protection: + - 1; mode=block + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + content-type: + - application/json + method: GET + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/mg2OAlTVc + response: + body: + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"test-dashboard2","url":"/d/mg2OAlTVc/test-dashboard2","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:11:04Z","updated":"2023-05-22T03:11:04Z","updatedBy":"example@example.com","createdBy":"example@example.com","version":1,"hasAcl":false,"isFolder":false,"folderId":27,"folderUid":"rJ_HTWw4z","folderTitle":"Test + Folder","folderUrl":"/dashboards/f/rJ_HTWw4z/test-folder","provisioned":false,"provisionedExternalId":"","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"id":29,"title":"Test + Dashboard2","uid":"mg2OAlTVc","version":1}}' + headers: + cache-control: + - no-store + connection: + - keep-alive + content-length: + - '857' + content-security-policy: + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-3NGY7k4Wu/gTa36fTwrQIw';object-src + 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' + blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src + 'self';media-src 'none';form-action 'self'; + content-type: + - application/json + date: + - Mon, 22 May 2023 03:11:07 GMT + request-context: + - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c + set-cookie: + - INGRESSCOOKIE=1684725068.679.27.652017|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + Secure; HttpOnly + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + x-frame-options: + - DENY + x-xss-protection: + - 1; mode=block + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + content-type: + - application/json + method: GET + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/search/?type=dash-db&limit=5000&page=2 + response: + body: + string: '[]' + headers: + cache-control: + - no-store + connection: + - keep-alive + content-length: + - '2' + content-security-policy: + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-sVvGNdoLz61XW7o9CL7jzg';object-src + 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' + blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src + 'self';media-src 'none';form-action 'self'; + content-type: + - application/json + date: + - Mon, 22 May 2023 03:11:07 GMT + request-context: + - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c + set-cookie: + - INGRESSCOOKIE=1684725068.846.28.920762|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + Secure; HttpOnly + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + x-frame-options: + - DENY + x-xss-protection: + - 1; mode=block + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + content-type: + - application/json + method: GET + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/search/?type=dash-folder + response: + body: + string: '[{"id":1,"uid":"az-mon","title":"Azure Monitor","uri":"db/azure-monitor","url":"/dashboards/f/az-mon/azure-monitor","slug":"","type":"dash-folder","tags":[],"isStarred":false,"sortMeta":0},{"id":12,"uid":"geneva","title":"Geneva","uri":"db/geneva","url":"/dashboards/f/geneva/geneva","slug":"","type":"dash-folder","tags":[],"isStarred":false,"sortMeta":0},{"id":27,"uid":"rJ_HTWw4z","title":"Test + Folder","uri":"db/test-folder","url":"/dashboards/f/rJ_HTWw4z/test-folder","slug":"","type":"dash-folder","tags":[],"isStarred":false,"sortMeta":0}]' + headers: + cache-control: + - no-store + connection: + - keep-alive + content-length: + - '546' + content-security-policy: + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-A98PWKN70a6RC+F8Altsdg';object-src + 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' + blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src + 'self';media-src 'none';form-action 'self'; + content-type: + - application/json + date: + - Mon, 22 May 2023 03:11:08 GMT + request-context: + - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c + set-cookie: + - INGRESSCOOKIE=1684725069.006.26.281306|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + Secure; HttpOnly + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + x-frame-options: + - DENY + x-xss-protection: + - 1; mode=block + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + content-type: + - application/json + method: GET + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders/rJ_HTWw4z + response: + body: + string: '{"id":27,"uid":"rJ_HTWw4z","title":"Test Folder","url":"/dashboards/f/rJ_HTWw4z/test-folder","hasAcl":false,"canSave":true,"canEdit":true,"canAdmin":true,"canDelete":true,"createdBy":"example@example.com","created":"2023-05-22T03:11:03Z","updatedBy":"example@example.com","updated":"2023-05-22T03:11:03Z","version":1}' + headers: + cache-control: + - no-store + connection: + - keep-alive + content-length: + - '317' + content-security-policy: + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-ZI0mqffEHqoY+J9zXgfjqA';object-src + 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' + blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src + 'self';media-src 'none';form-action 'self'; + content-type: + - application/json + date: + - Mon, 22 May 2023 03:11:08 GMT + request-context: + - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c + set-cookie: + - INGRESSCOOKIE=1684725069.165.27.519065|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + Secure; HttpOnly + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + x-frame-options: + - DENY + x-xss-protection: + - 1; mode=block + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + content-type: + - application/json + method: GET + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders/rJ_HTWw4z/permissions + response: + body: + string: '[{"folderId":27,"created":"2017-06-20T00:00:00Z","updated":"2017-06-20T00:00:00Z","userId":0,"userLogin":"","userEmail":"","userAvatarUrl":"","teamId":0,"teamEmail":"","teamAvatarUrl":"","team":"","role":"Viewer","permission":1,"permissionName":"View","uid":"rJ_HTWw4z","title":"Test + Folder","slug":"test-folder","isFolder":true,"url":"/dashboards/f/rJ_HTWw4z/test-folder","inherited":false},{"folderId":27,"created":"2017-06-20T00:00:00Z","updated":"2017-06-20T00:00:00Z","userId":0,"userLogin":"","userEmail":"","userAvatarUrl":"","teamId":0,"teamEmail":"","teamAvatarUrl":"","team":"","role":"Editor","permission":2,"permissionName":"Edit","uid":"rJ_HTWw4z","title":"Test + Folder","slug":"test-folder","isFolder":true,"url":"/dashboards/f/rJ_HTWw4z/test-folder","inherited":false}]' + headers: + cache-control: + - no-store + connection: + - keep-alive + content-length: + - '783' + content-security-policy: + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-dKF1vlnhV4Pc985KZ+hOYw';object-src + 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' + blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src + 'self';media-src 'none';form-action 'self'; + content-type: + - application/json + date: + - Mon, 22 May 2023 03:11:08 GMT + request-context: + - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c + set-cookie: + - INGRESSCOOKIE=1684725069.331.29.407897|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + Secure; HttpOnly + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + x-frame-options: + - DENY + x-xss-protection: + - 1; mode=block + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - python-requests/2.26.0 + content-type: + - application/json + method: DELETE + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/mg2OAlTVb + response: + body: + string: '{"id":25,"message":"Dashboard Test Dashboard deleted","title":"Test + Dashboard"}' + headers: + cache-control: + - no-store + connection: + - keep-alive + content-length: + - '79' + content-security-policy: + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-H/O7SK9lM+ibeAPbGW2AhA';object-src + 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' + blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src + 'self';media-src 'none';form-action 'self'; + content-type: + - application/json + date: + - Mon, 22 May 2023 03:11:08 GMT + request-context: + - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c + set-cookie: + - INGRESSCOOKIE=1684725069.656.29.665408|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + Secure; HttpOnly + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + x-frame-options: + - DENY + x-xss-protection: + - 1; mode=block + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + content-type: + - application/json + method: GET + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/health + response: + body: + string: "{\n \"commit\": \"5e7d575327\",\n \"database\": \"ok\",\n \"version\": + \"9.4.10\"\n}" + headers: + cache-control: + - no-store + connection: + - keep-alive + content-length: + - '71' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 22 May 2023 03:11:08 GMT + request-context: + - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c + set-cookie: + - INGRESSCOOKIE=1684725069.975.27.557023|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + Secure; HttpOnly + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + x-frame-options: + - DENY + x-xss-protection: + - 1; mode=block + status: + code: 200 + message: OK +- request: + body: '{"id": 27, "uid": "rJ_HTWw4z", "title": "Test Folder", "url": "/dashboards/f/rJ_HTWw4z/test-folder", + "hasAcl": false, "canSave": true, "canEdit": true, "canAdmin": true, "canDelete": + true, "createdBy": "example@example.com", "created": "2023-05-22T03:11:03Z", + "updatedBy": "example@example.com", "updated": "2023-05-22T03:11:03Z", "version": + 1}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '344' + User-Agent: + - python-requests/2.26.0 + content-type: + - application/json + method: POST + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders + response: + body: + string: '{"message":"the folder has been changed by someone else","status":"version-mismatch"}' + headers: + cache-control: + - no-store + connection: + - keep-alive + content-length: + - '85' + content-security-policy: + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-DC+p4vSMn1fB5lBnomq3FQ';object-src + 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' + blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src + 'self';media-src 'none';form-action 'self'; + content-type: + - application/json + date: + - Mon, 22 May 2023 03:11:09 GMT + request-context: + - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c + set-cookie: + - INGRESSCOOKIE=1684725070.151.28.33102|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + Secure; HttpOnly + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + x-frame-options: + - DENY + x-xss-protection: + - 1; mode=block + status: + code: 412 + message: Precondition Failed +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + content-type: + - application/json + method: GET + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders/rJ_HTWw4z + response: + body: + string: '{"id":27,"uid":"rJ_HTWw4z","title":"Test Folder","url":"/dashboards/f/rJ_HTWw4z/test-folder","hasAcl":false,"canSave":true,"canEdit":true,"canAdmin":true,"canDelete":true,"createdBy":"example@example.com","created":"2023-05-22T03:11:03Z","updatedBy":"example@example.com","updated":"2023-05-22T03:11:03Z","version":1}' + headers: + cache-control: + - no-store connection: - keep-alive content-length: - - '104' + - '317' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-phFpMVhJ/aUUgQu0wMoQDw';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-WFPPN8s0vdUROG5jdfB/ZQ';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:15 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:09 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446256.434.27.925844|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725070.315.29.295875|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -3494,10 +4531,11 @@ interactions: x-xss-protection: - 1; mode=block status: - code: 409 - message: Conflict + code: 200 + message: OK - request: - body: null + body: '{"dashboard": {"id": null, "title": "Test Dashboard", "uid": "mg2OAlTVa", + "version": 1}, "folderId": 27, "overwrite": true}' headers: Accept: - '*/*' @@ -3505,40 +4543,37 @@ interactions: - gzip, deflate Connection: - keep-alive + Content-Length: + - '123' User-Agent: - python-requests/2.26.0 content-type: - application/json - method: GET - uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/datasources/name/Test%20Azure%20Monitor%20Data%20Source + method: POST + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/db response: body: - string: '{"id":4,"uid":"BYAKUkEVz","orgId":1,"name":"Test Azure Monitor Data - Source","type":"grafana-azure-monitor-datasource","typeLogoUrl":"","access":"proxy","url":"","user":"","database":"","basicAuth":false,"basicAuthUser":"","withCredentials":false,"isDefault":false,"jsonData":{"azureAuthType":"msi","subscriptionId":""},"secureJsonFields":{},"version":1,"readOnly":false}' + string: '{"id":28,"slug":"test-dashboard","status":"success","uid":"mg2OAlTVa","url":"/d/mg2OAlTVa/test-dashboard","version":2}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '370' + - '118' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-QaS+bllv8hsJEAwkLtxguA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-u4mlS0fIrKM/hmN/b+N68g';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:15 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:09 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446256.708.28.343536|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725070.478.26.432582|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -3565,34 +4600,30 @@ interactions: content-type: - application/json method: GET - uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders/id/Test%20Folder + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders/rJ_HTWw4z response: body: - string: '{"message":"id is invalid","traceID":"6e3ec4ff745b88ff87c984464560a906"}' + string: '{"id":27,"uid":"rJ_HTWw4z","title":"Test Folder","url":"/dashboards/f/rJ_HTWw4z/test-folder","hasAcl":false,"canSave":true,"canEdit":true,"canAdmin":true,"canDelete":true,"createdBy":"example@example.com","created":"2023-05-22T03:11:03Z","updatedBy":"example@example.com","updated":"2023-05-22T03:11:03Z","version":1}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '72' + - '317' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-mZZXly+Hf1Z6g7azta8ohA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-vAWAljqoDOsyOg/CRiQ3mQ';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:16 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:09 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446256.994.30.325145|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725070.659.27.236853|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -3603,10 +4634,11 @@ interactions: x-xss-protection: - 1; mode=block status: - code: 400 - message: Bad Request + code: 200 + message: OK - request: - body: null + body: '{"dashboard": {"id": null, "title": "Test Dashboard2", "uid": "mg2OAlTVc", + "version": 1}, "folderId": 27, "overwrite": true}' headers: Accept: - '*/*' @@ -3614,39 +4646,37 @@ interactions: - gzip, deflate Connection: - keep-alive + Content-Length: + - '124' User-Agent: - python-requests/2.26.0 content-type: - application/json - method: GET - uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders/Test%20Folder + method: POST + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/db response: body: - string: '{"message":"folder not found","status":"not-found"}' + string: '{"id":29,"slug":"test-dashboard2","status":"success","uid":"mg2OAlTVc","url":"/d/mg2OAlTVc/test-dashboard2","version":2}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '51' + - '120' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-CwXl6FC21ieOV0+Y+txnrw';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-kZjMzKKhlWhcshlYPfCo6w';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:16 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:09 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446257.168.28.337602|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725070.825.27.604317|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -3657,8 +4687,8 @@ interactions: x-xss-protection: - 1; mode=block status: - code: 404 - message: Not Found + code: 200 + message: OK - request: body: null headers: @@ -3673,38 +4703,65 @@ interactions: content-type: - application/json method: GET - uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/folders + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/search?type=dash-db&limit=5000&page=1 response: body: - string: '[{"id":1,"uid":"az-mon","title":"Azure Monitor"},{"id":12,"uid":"geneva","title":"Geneva"},{"id":27,"uid":"L62KUkE4z","title":"Test - Folder"}]' + string: '[{"id":17,"uid":"OSBzdgnnz","title":"Agent QoS","uri":"db/agent-qos","url":"/d/OSBzdgnnz/agent-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":19,"uid":"54KhiZ7nz","title":"AKS + Linux Sample Application","uri":"db/aks-linux-sample-application","url":"/d/54KhiZ7nz/aks-linux-sample-application","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":20,"uid":"6uRDjTNnz","title":"App + Detail","uri":"db/app-detail","url":"/d/6uRDjTNnz/app-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":5,"uid":"dyzn5SK7z","title":"Azure + / Alert Consumption","uri":"db/azure-alert-consumption","url":"/d/dyzn5SK7z/azure-alert-consumption","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":11,"uid":"Yo38mcvnz","title":"Azure + / Insights / Applications","uri":"db/azure-insights-applications","url":"/d/Yo38mcvnz/azure-insights-applications","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":8,"uid":"AppInsightsAvTestGeoMap","title":"Azure + / Insights / Applications Test Availability Geo Map","uri":"db/azure-insights-applications-test-availability-geo-map","url":"/d/AppInsightsAvTestGeoMap/azure-insights-applications-test-availability-geo-map","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":6,"uid":"INH9berMk","title":"Azure + / Insights / Cosmos DB","uri":"db/azure-insights-cosmos-db","url":"/d/INH9berMk/azure-insights-cosmos-db","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":2,"uid":"8UDB1s3Gk","title":"Azure + / Insights / Data Explorer Clusters","uri":"db/azure-insights-data-explorer-clusters","url":"/d/8UDB1s3Gk/azure-insights-data-explorer-clusters","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":4,"uid":"tQZAMYrMk","title":"Azure + / Insights / Key Vaults","uri":"db/azure-insights-key-vaults","url":"/d/tQZAMYrMk/azure-insights-key-vaults","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":3,"uid":"3n2E8CrGk","title":"Azure + / Insights / Storage Accounts","uri":"db/azure-insights-storage-accounts","url":"/d/3n2E8CrGk/azure-insights-storage-accounts","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":7,"uid":"AzVmInsightsByRG","title":"Azure + / Insights / Virtual Machines by Resource Group","uri":"db/azure-insights-virtual-machines-by-resource-group","url":"/d/AzVmInsightsByRG/azure-insights-virtual-machines-by-resource-group","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":9,"uid":"AzVmInsightsByWS","title":"Azure + / Insights / Virtual Machines by Workspace","uri":"db/azure-insights-virtual-machines-by-workspace","url":"/d/AzVmInsightsByWS/azure-insights-virtual-machines-by-workspace","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":10,"uid":"Mtwt2BV7k","title":"Azure + / Resources Overview","uri":"db/azure-resources-overview","url":"/d/Mtwt2BV7k/azure-resources-overview","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":21,"uid":"xLERdASnz","title":"Cluster + Detail","uri":"db/cluster-detail","url":"/d/xLERdASnz/cluster-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":16,"uid":"QTVw7iK7z","title":"Geneva + Health","uri":"db/geneva-health","url":"/d/QTVw7iK7z/geneva-health","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":18,"uid":"sVKyjvpnz","title":"Incoming + Service QoS","uri":"db/incoming-service-qos","url":"/d/sVKyjvpnz/incoming-service-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":13,"uid":"_sKhXTH7z","title":"Node + Detail","uri":"db/node-detail","url":"/d/_sKhXTH7z/node-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":14,"uid":"6naEwcp7z","title":"Outgoing + Service QoS","uri":"db/outgoing-service-qos","url":"/d/6naEwcp7z/outgoing-service-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":15,"uid":"GIgvhSV7z","title":"Service + Fabric Application Overview","uri":"db/service-fabric-application-overview","url":"/d/GIgvhSV7z/service-fabric-application-overview","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":28,"uid":"mg2OAlTVa","title":"Test + Dashboard","uri":"db/test-dashboard","url":"/d/mg2OAlTVa/test-dashboard","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":27,"folderUid":"rJ_HTWw4z","folderTitle":"Test + Folder","folderUrl":"/dashboards/f/rJ_HTWw4z/test-folder","sortMeta":0},{"id":29,"uid":"mg2OAlTVc","title":"Test + Dashboard2","uri":"db/test-dashboard2","url":"/d/mg2OAlTVc/test-dashboard2","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":27,"folderUid":"rJ_HTWw4z","folderTitle":"Test + Folder","folderUrl":"/dashboards/f/rJ_HTWw4z/test-folder","sortMeta":0},{"id":22,"uid":"duj3tR77k","title":"WarmPathQoS","uri":"db/warmpathqos","url":"/d/duj3tR77k/warmpathqos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0}]' headers: cache-control: - - no-cache + - no-store connection: - keep-alive - content-length: - - '141' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-570D6KN4jT4CucyMAgor+w';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-0voAIky2U6afcFmcIj0gSA';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:16 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:10 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446257.34.30.877475|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725071.144.28.590195|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked x-content-type-options: - nosniff x-frame-options: @@ -3728,36 +4785,30 @@ interactions: content-type: - application/json method: GET - uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/Jw1K8kPVk + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/search?type=dash-db&limit=5000&page=2 response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"test-dashboard","url":"/d/Jw1K8kPVk/test-dashboard","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:24:14Z","updated":"2023-04-14T04:24:14Z","updatedBy":"example@example.com","createdBy":"example@example.com","version":1,"hasAcl":false,"isFolder":false,"folderId":27,"folderUid":"L62KUkE4z","folderTitle":"Test - Folder","folderUrl":"/dashboards/f/L62KUkE4z/test-folder","provisioned":false,"provisionedExternalId":"","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"id":28,"title":"Test - Dashboard","uid":"Jw1K8kPVk","version":1}}' + string: '[]' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '881' + - '2' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-DHAXi7ajPPYsvA+ZpfoRzw';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-8Y6PxAGQ+nFCLivL2a7t7Q';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:16 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:10 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446257.606.30.588420|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725071.33.28.78928|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -3771,7 +4822,8 @@ interactions: code: 200 message: OK - request: - body: null + body: '{"dashboard": {"title": "Test Dashboard", "uid": "mg2OAlTVd"}, "overwrite": + false}' headers: Accept: - '*/*' @@ -3779,40 +4831,37 @@ interactions: - gzip, deflate Connection: - keep-alive + Content-Length: + - '82' User-Agent: - python-requests/2.26.0 content-type: - application/json - method: GET - uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/jibKUkE4k + method: POST + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/db response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"test-dashboard","url":"/d/jibKUkE4k/test-dashboard","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:24:09Z","updated":"2023-04-14T04:24:14Z","updatedBy":"example@example.com","createdBy":"example@example.com","version":2,"hasAcl":false,"isFolder":false,"folderId":0,"folderUid":"","folderTitle":"General","folderUrl":"","provisioned":false,"provisionedExternalId":"","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"id":25,"title":"Test - Dashboard","uid":"jibKUkE4k","version":2}}' + string: '{"id":30,"slug":"test-dashboard","status":"success","uid":"mg2OAlTVd","url":"/d/mg2OAlTVd/test-dashboard","version":1}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '832' + - '118' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-zyLOTP5OYgBIeN46pjImsQ';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-/T/tBA/jAmrrruKP5/P3UA';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:16 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:10 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446257.874.30.542971|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725071.626.27.123800|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -3842,27 +4891,23 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/health response: body: - string: "{\n \"commit\": \"7ab70dbce8\",\n \"database\": \"ok\",\n \"version\": - \"9.3.8\"\n}" + string: "{\n \"commit\": \"5e7d575327\",\n \"database\": \"ok\",\n \"version\": + \"9.4.10\"\n}" headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '70' + - '71' content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:24:17 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:10 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446258.147.31.638776|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725071.938.29.664170|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -3889,23 +4934,23 @@ interactions: ParameterSetName: - --source --destination --folders-to-include User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-dashboard/1.0.0b1 Python/3.8.8 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2?api-version=2022-10-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2","name":"clitestbackup2","type":"microsoft.dashboard/grafana","sku":{"name":"Standard"},"location":"westcentralus","tags":{},"systemData":{"createdBy":"example@example.com","createdByType":"User","createdAt":"2023-04-14T04:18:55.7524126Z","lastModifiedBy":"example@example.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T04:18:55.7524126Z"},"identity":{"principalId":"debd6af6-6d74-406d-a355-3894af01dbf8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","grafanaVersion":"9.3.8","endpoint":"https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com","zoneRedundancy":"Disabled","publicNetworkAccess":"Enabled","autoGeneratedDomainNameLabelScope":"TenantReuse","apiKey":"Disabled","deterministicOutboundIP":"Disabled","grafanaIntegrations":{"azureMonitorWorkspaceIntegrations":[]},"grafanaConfigurations":{"smtp":{"enabled":false}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_amg000001/providers/Microsoft.Dashboard/grafana/clitestbackup2","name":"clitestbackup2","type":"microsoft.dashboard/grafana","sku":{"name":"Standard"},"location":"westcentralus","tags":{},"systemData":{"createdBy":"example@example.com","createdByType":"User","createdAt":"2023-05-22T03:04:15.3025027Z","lastModifiedBy":"example@example.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T03:04:15.3025027Z"},"identity":{"principalId":"8a640ec9-de59-4758-83b2-00098ec8c23a","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","grafanaVersion":"9.4.10","endpoint":"https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com","zoneRedundancy":"Disabled","publicNetworkAccess":"Enabled","autoGeneratedDomainNameLabelScope":"TenantReuse","apiKey":"Disabled","deterministicOutboundIP":"Disabled","grafanaIntegrations":{"azureMonitorWorkspaceIntegrations":[]},"grafanaConfigurations":{"smtp":{"enabled":false}}}}' headers: cache-control: - no-cache content-length: - - '1070' + - '1071' content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:24:17 GMT + - Mon, 22 May 2023 03:11:11 GMT etag: - - '"0000d590-0000-0600-0000-6438d4cc0000"' + - '"4d00a979-0000-0600-0000-646adca90000"' expires: - '-1' pragma: @@ -3940,27 +4985,23 @@ interactions: uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/health response: body: - string: "{\n \"commit\": \"7ab70dbce8\",\n \"database\": \"ok\",\n \"version\": - \"9.3.8\"\n}" + string: "{\n \"commit\": \"5e7d575327\",\n \"database\": \"ok\",\n \"version\": + \"9.4.10\"\n}" headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '70' + - '71' content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:24:18 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:11 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446258.937.31.884850|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725072.518.28.1351|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -3993,28 +5034,24 @@ interactions: string: '[{"id":1,"uid":"az-mon","title":"Azure Monitor"},{"id":12,"uid":"geneva","title":"Geneva"}]' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '91' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-bnwlov+jSIPO/61dzhdvPA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-hcrJPVpaikDvciKCQthnpQ';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:19 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:13 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446259.411.28.627281|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725072.942.29.158696|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -4049,28 +5086,24 @@ interactions: Datasource","type":"geneva-datasource","typeName":"Geneva Datasource","typeLogoUrl":"public/plugins/geneva-datasource/img/logo.svg","access":"proxy","url":"","user":"","database":"","basicAuth":false,"isDefault":false,"jsonData":{"azureCredentials":{"authType":"currentuser"},"oauthPassThru":true},"readOnly":false}]' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '788' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-FVXeMA8bgj3+0WndqS3kwA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-K9lSRKr6/1s4GX4FncAIEQ';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:20 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:13 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446260.857.31.306346|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725074.558.30.580132|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -4102,33 +5135,29 @@ interactions: body: string: '[{"id":1,"uid":"azure-monitor-oob","orgId":1,"name":"Azure Monitor","type":"grafana-azure-monitor-datasource","typeName":"Azure Monitor","typeLogoUrl":"public/app/plugins/datasource/grafana-azure-monitor-datasource/img/logo.jpg","access":"proxy","url":"","user":"","database":"","basicAuth":false,"isDefault":false,"jsonData":{"azureAuthType":"msi","subscriptionId":"2462343E-2B86-44E6-A7CE-6FF5E5C3E2E7"},"readOnly":false},{"id":2,"uid":"Geneva","orgId":1,"name":"Geneva - Datasource","type":"geneva-datasource","typeName":"Geneva Datasource","typeLogoUrl":"public/plugins/geneva-datasource/img/logo.svg","access":"proxy","url":"","user":"","database":"","basicAuth":false,"isDefault":false,"jsonData":{"azureCredentials":{"authType":"currentuser"},"oauthPassThru":true},"readOnly":false},{"id":4,"uid":"BYAKUkEVz","orgId":1,"name":"Test + Datasource","type":"geneva-datasource","typeName":"Geneva Datasource","typeLogoUrl":"public/plugins/geneva-datasource/img/logo.svg","access":"proxy","url":"","user":"","database":"","basicAuth":false,"isDefault":false,"jsonData":{"azureCredentials":{"authType":"currentuser"},"oauthPassThru":true},"readOnly":false},{"id":4,"uid":"JZXNTZQ4z","orgId":1,"name":"Test Azure Monitor Data Source","type":"grafana-azure-monitor-datasource","typeName":"Azure Monitor","typeLogoUrl":"public/app/plugins/datasource/grafana-azure-monitor-datasource/img/logo.jpg","access":"proxy","url":"","user":"","database":"","basicAuth":false,"isDefault":false,"jsonData":{"azureAuthType":"msi","subscriptionId":""},"readOnly":false}]' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '1184' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-n/82y595jo0dAEs4ZzNyyA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-pKbIfmaN9KvXibiiG+R7FQ';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:20 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:13 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446261.329.28.870963|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725074.738.29.342698|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -4158,62 +5187,58 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/search?type=dash-db&limit=5000&page=1 response: body: - string: '[{"id":15,"uid":"OSBzdgnnz","title":"Agent QoS","uri":"db/agent-qos","url":"/d/OSBzdgnnz/agent-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":16,"uid":"54KhiZ7nz","title":"AKS + string: '[{"id":17,"uid":"OSBzdgnnz","title":"Agent QoS","uri":"db/agent-qos","url":"/d/OSBzdgnnz/agent-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":19,"uid":"54KhiZ7nz","title":"AKS Linux Sample Application","uri":"db/aks-linux-sample-application","url":"/d/54KhiZ7nz/aks-linux-sample-application","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":20,"uid":"6uRDjTNnz","title":"App - Detail","uri":"db/app-detail","url":"/d/6uRDjTNnz/app-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":3,"uid":"dyzn5SK7z","title":"Azure + Detail","uri":"db/app-detail","url":"/d/6uRDjTNnz/app-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":5,"uid":"dyzn5SK7z","title":"Azure / Alert Consumption","uri":"db/azure-alert-consumption","url":"/d/dyzn5SK7z/azure-alert-consumption","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":5,"uid":"Yo38mcvnz","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":11,"uid":"Yo38mcvnz","title":"Azure / Insights / Applications","uri":"db/azure-insights-applications","url":"/d/Yo38mcvnz/azure-insights-applications","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":6,"uid":"AppInsightsAvTestGeoMap","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":8,"uid":"AppInsightsAvTestGeoMap","title":"Azure / Insights / Applications Test Availability Geo Map","uri":"db/azure-insights-applications-test-availability-geo-map","url":"/d/AppInsightsAvTestGeoMap/azure-insights-applications-test-availability-geo-map","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":2,"uid":"INH9berMk","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":6,"uid":"INH9berMk","title":"Azure / Insights / Cosmos DB","uri":"db/azure-insights-cosmos-db","url":"/d/INH9berMk/azure-insights-cosmos-db","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":11,"uid":"8UDB1s3Gk","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":2,"uid":"8UDB1s3Gk","title":"Azure / Insights / Data Explorer Clusters","uri":"db/azure-insights-data-explorer-clusters","url":"/d/8UDB1s3Gk/azure-insights-data-explorer-clusters","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":7,"uid":"tQZAMYrMk","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":4,"uid":"tQZAMYrMk","title":"Azure / Insights / Key Vaults","uri":"db/azure-insights-key-vaults","url":"/d/tQZAMYrMk/azure-insights-key-vaults","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":8,"uid":"3n2E8CrGk","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":3,"uid":"3n2E8CrGk","title":"Azure / Insights / Storage Accounts","uri":"db/azure-insights-storage-accounts","url":"/d/3n2E8CrGk/azure-insights-storage-accounts","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":4,"uid":"AzVmInsightsByRG","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":7,"uid":"AzVmInsightsByRG","title":"Azure / Insights / Virtual Machines by Resource Group","uri":"db/azure-insights-virtual-machines-by-resource-group","url":"/d/AzVmInsightsByRG/azure-insights-virtual-machines-by-resource-group","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":9,"uid":"AzVmInsightsByWS","title":"Azure / Insights / Virtual Machines by Workspace","uri":"db/azure-insights-virtual-machines-by-workspace","url":"/d/AzVmInsightsByWS/azure-insights-virtual-machines-by-workspace","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":10,"uid":"Mtwt2BV7k","title":"Azure / Resources Overview","uri":"db/azure-resources-overview","url":"/d/Mtwt2BV7k/azure-resources-overview","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":21,"uid":"xLERdASnz","title":"Cluster - Detail","uri":"db/cluster-detail","url":"/d/xLERdASnz/cluster-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":17,"uid":"QTVw7iK7z","title":"Geneva - Health","uri":"db/geneva-health","url":"/d/QTVw7iK7z/geneva-health","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":22,"uid":"sVKyjvpnz","title":"Incoming - Service QoS","uri":"db/incoming-service-qos","url":"/d/sVKyjvpnz/incoming-service-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":18,"uid":"_sKhXTH7z","title":"Node - Detail","uri":"db/node-detail","url":"/d/_sKhXTH7z/node-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":19,"uid":"6naEwcp7z","title":"Outgoing - Service QoS","uri":"db/outgoing-service-qos","url":"/d/6naEwcp7z/outgoing-service-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":13,"uid":"GIgvhSV7z","title":"Service - Fabric Application Overview","uri":"db/service-fabric-application-overview","url":"/d/GIgvhSV7z/service-fabric-application-overview","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":25,"uid":"jibKUkE4k","title":"Test - Dashboard","uri":"db/test-dashboard","url":"/d/jibKUkE4k/test-dashboard","slug":"","type":"dash-db","tags":[],"isStarred":false,"sortMeta":0},{"id":28,"uid":"Jw1K8kPVk","title":"Test - Dashboard","uri":"db/test-dashboard","url":"/d/Jw1K8kPVk/test-dashboard","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":27,"folderUid":"L62KUkE4z","folderTitle":"Test - Folder","folderUrl":"/dashboards/f/L62KUkE4z/test-folder","sortMeta":0},{"id":29,"uid":"xrxF8zPVk","title":"Test - Dashboard2","uri":"db/test-dashboard2","url":"/d/xrxF8zPVk/test-dashboard2","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":27,"folderUid":"L62KUkE4z","folderTitle":"Test - Folder","folderUrl":"/dashboards/f/L62KUkE4z/test-folder","sortMeta":0},{"id":14,"uid":"duj3tR77k","title":"WarmPathQoS","uri":"db/warmpathqos","url":"/d/duj3tR77k/warmpathqos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0}]' + Detail","uri":"db/cluster-detail","url":"/d/xLERdASnz/cluster-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":16,"uid":"QTVw7iK7z","title":"Geneva + Health","uri":"db/geneva-health","url":"/d/QTVw7iK7z/geneva-health","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":18,"uid":"sVKyjvpnz","title":"Incoming + Service QoS","uri":"db/incoming-service-qos","url":"/d/sVKyjvpnz/incoming-service-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":13,"uid":"_sKhXTH7z","title":"Node + Detail","uri":"db/node-detail","url":"/d/_sKhXTH7z/node-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":14,"uid":"6naEwcp7z","title":"Outgoing + Service QoS","uri":"db/outgoing-service-qos","url":"/d/6naEwcp7z/outgoing-service-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":15,"uid":"GIgvhSV7z","title":"Service + Fabric Application Overview","uri":"db/service-fabric-application-overview","url":"/d/GIgvhSV7z/service-fabric-application-overview","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":30,"uid":"mg2OAlTVd","title":"Test + Dashboard","uri":"db/test-dashboard","url":"/d/mg2OAlTVd/test-dashboard","slug":"","type":"dash-db","tags":[],"isStarred":false,"sortMeta":0},{"id":28,"uid":"mg2OAlTVa","title":"Test + Dashboard","uri":"db/test-dashboard","url":"/d/mg2OAlTVa/test-dashboard","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":27,"folderUid":"rJ_HTWw4z","folderTitle":"Test + Folder","folderUrl":"/dashboards/f/rJ_HTWw4z/test-folder","sortMeta":0},{"id":29,"uid":"mg2OAlTVc","title":"Test + Dashboard2","uri":"db/test-dashboard2","url":"/d/mg2OAlTVc/test-dashboard2","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":27,"folderUid":"rJ_HTWw4z","folderTitle":"Test + Folder","folderUrl":"/dashboards/f/rJ_HTWw4z/test-folder","sortMeta":0},{"id":22,"uid":"duj3tR77k","title":"WarmPathQoS","uri":"db/warmpathqos","url":"/d/duj3tR77k/warmpathqos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0}]' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-1ni/gGFJt6ooc8e+pb1SaA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-vu8ZUHE+On6HPN2RSVrfXQ';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:20 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:13 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446261.507.29.853969|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725074.931.26.660437|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -4248,28 +5273,24 @@ interactions: string: '[]' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '2' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-ep+MvIbOTX0/FJDC+WUUfg';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-vqAqe0k6L415g3YohUuvrA';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:20 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:14 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446261.678.30.567342|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725075.118.30.261396|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -4299,9 +5320,9 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/OSBzdgnnz response: body: - string: "{\"meta\":{\"type\":\"db\",\"canSave\":true,\"canEdit\":true,\"canAdmin\":true,\"canStar\":true,\"canDelete\":true,\"slug\":\"agent-qos\",\"url\":\"/d/OSBzdgnnz/agent-qos\",\"expires\":\"0001-01-01T00:00:00Z\",\"created\":\"2023-04-14T04:18:05Z\",\"updated\":\"2023-04-14T04:18:05Z\",\"updatedBy\":\"Anonymous\",\"createdBy\":\"Anonymous\",\"version\":1,\"hasAcl\":false,\"isFolder\":false,\"folderId\":12,\"folderUid\":\"geneva\",\"folderTitle\":\"Geneva\",\"folderUrl\":\"/dashboards/f/geneva/geneva\",\"provisioned\":true,\"provisionedExternalId\":\"agentQoS.json\",\"annotationsPermissions\":{\"dashboard\":{\"canAdd\":false,\"canEdit\":false,\"canDelete\":false},\"organization\":{\"canAdd\":false,\"canEdit\":false,\"canDelete\":false}},\"hasPublicDashboard\":false,\"publicDashboardAccessToken\":\"\",\"publicDashboardUid\":\"\",\"publicDashboardEnabled\":false},\"dashboard\":{\"annotations\":{\"list\":[{\"builtIn\":1,\"datasource\":\"-- + string: "{\"meta\":{\"type\":\"db\",\"canSave\":true,\"canEdit\":true,\"canAdmin\":true,\"canStar\":true,\"canDelete\":true,\"slug\":\"agent-qos\",\"url\":\"/d/OSBzdgnnz/agent-qos\",\"expires\":\"0001-01-01T00:00:00Z\",\"created\":\"2023-05-22T03:03:27Z\",\"updated\":\"2023-05-22T03:02:21Z\",\"updatedBy\":\"Anonymous\",\"createdBy\":\"Anonymous\",\"version\":2,\"hasAcl\":false,\"isFolder\":false,\"folderId\":12,\"folderUid\":\"geneva\",\"folderTitle\":\"Geneva\",\"folderUrl\":\"/dashboards/f/geneva/geneva\",\"provisioned\":true,\"provisionedExternalId\":\"agentQoS.json\",\"annotationsPermissions\":{\"dashboard\":{\"canAdd\":false,\"canEdit\":false,\"canDelete\":false},\"organization\":{\"canAdd\":false,\"canEdit\":false,\"canDelete\":false}},\"publicDashboardAccessToken\":\"\",\"publicDashboardUid\":\"\",\"publicDashboardEnabled\":false},\"dashboard\":{\"annotations\":{\"list\":[{\"builtIn\":1,\"datasource\":\"-- Grafana --\",\"enable\":true,\"hide\":true,\"iconColor\":\"rgba(0, 211, 255, - 1)\",\"name\":\"Annotations \\u0026 Alerts\",\"type\":\"dashboard\"}]},\"description\":\"\",\"editable\":true,\"gnetId\":null,\"graphTooltip\":0,\"id\":15,\"links\":[],\"panels\":[{\"datasource\":null,\"gridPos\":{\"h\":6,\"w\":12,\"x\":0,\"y\":0},\"id\":2,\"options\":{\"content\":\"\\u003cdiv + 1)\",\"name\":\"Annotations \\u0026 Alerts\",\"type\":\"dashboard\"}]},\"description\":\"\",\"editable\":true,\"gnetId\":null,\"graphTooltip\":0,\"id\":17,\"links\":[],\"panels\":[{\"datasource\":null,\"gridPos\":{\"h\":6,\"w\":12,\"x\":0,\"y\":0},\"id\":2,\"options\":{\"content\":\"\\u003cdiv style=\\\"padding: 1em\\\"\\u003e\\n \\u003cp\\u003eThis dashboard helps understand and diagnose monitoring agent health. It gives an overview of:\\u003cbr\\u003e\\u003c/p\\u003e\\n \ \\u003cul\\u003e\\n \\u003cli\\u003eData Quality (Data loss and latency @@ -4431,29 +5452,25 @@ interactions: Event Names\",\"type\":\"piechart\"}],\"refresh\":false,\"schemaVersion\":30,\"style\":\"dark\",\"tags\":[],\"templating\":{\"list\":[{\"allValue\":null,\"current\":{},\"datasource\":\"Geneva Datasource\",\"definition\":\"accounts()\",\"description\":\"The Geneva metrics account name\",\"error\":null,\"hide\":0,\"includeAll\":false,\"label\":\"Account\",\"multi\":false,\"name\":\"account\",\"options\":[],\"query\":\"accounts()\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"sort\":1,\"type\":\"query\"}]},\"time\":{\"from\":\"now-7d\",\"to\":\"now\"},\"timepicker\":{},\"timezone\":\"\",\"title\":\"Agent - QoS\",\"uid\":\"OSBzdgnnz\",\"version\":1}}" + QoS\",\"uid\":\"OSBzdgnnz\",\"version\":2}}" headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-HLlcGOjwFEB6RKwEXbKxGA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-vWJmAVxcu0RBhhA++1SE0g';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:20 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:14 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446261.848.30.450454|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725075.306.28.22777|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -4485,9 +5502,9 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/54KhiZ7nz response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"aks-linux-sample-application","url":"/d/54KhiZ7nz/aks-linux-sample-application","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"AKSLinuxSample.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"annotations":{"list":[{"builtIn":1,"datasource":"-- + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"aks-linux-sample-application","url":"/d/54KhiZ7nz/aks-linux-sample-application","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:27Z","updated":"2023-05-22T03:02:21Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"AKSLinuxSample.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"annotations":{"list":[{"builtIn":1,"datasource":"-- Grafana --","enable":true,"hide":true,"iconColor":"rgba(0, 211, 255, 1)","name":"Annotations - \u0026 Alerts","target":{"limit":100,"matchAny":false,"tags":[],"type":"dashboard"},"type":"dashboard"}]},"editable":true,"gnetId":null,"graphTooltip":0,"id":16,"links":[],"liveNow":false,"panels":[{"datasource":null,"gridPos":{"h":4,"w":24,"x":0,"y":0},"id":6,"options":{"content":"This + \u0026 Alerts","target":{"limit":100,"matchAny":false,"tags":[],"type":"dashboard"},"type":"dashboard"}]},"editable":true,"gnetId":null,"graphTooltip":0,"id":19,"links":[],"liveNow":false,"panels":[{"datasource":null,"gridPos":{"h":4,"w":24,"x":0,"y":0},"id":6,"options":{"content":"This dashboard shows telemetry from the machine running the AKSGenevaSample Application.\n\u003cbr\u003e\nThe dashboard will contain data only if your service (AKSGenevaSample) is running and the Geneva Agent is set up correctly.\n\u003cbr\u003e\nTo set up a sample @@ -4503,29 +5520,25 @@ interactions: Success\").samplingTypes(\"Count\").resolution(1m)","refId":"SuccessQuery","samplingType":"","service":"metrics","useBackends":false,"useCustomSeriesNaming":true},{"account":"","backends":[],"customSeriesNaming":"Failure","dimension":"","environment":"prod","groupByUnit":"m","groupByValue":"1","healthQueryType":"Topology","hide":false,"metric":"","metricsQueryType":"query","namespace":"","queryText":"metric(\"Boot Failure\").samplingTypes(\"Count\").resolution(1m)","refId":"FailureQuery","samplingType":"","service":"metrics","useBackends":false,"useCustomSeriesNaming":true}],"title":"Average Count of Boot Failures vs Success","type":"timeseries"}],"refresh":"","schemaVersion":31,"style":"dark","tags":[],"templating":{"list":[]},"time":{"from":"now-30m","to":"now"},"timepicker":{},"timezone":"","title":"AKS - Linux Sample Application","uid":"54KhiZ7nz","version":1}}' + Linux Sample Application","uid":"54KhiZ7nz","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-YoNa9vWgeSUfz0iyNfnBGA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-hpwnuHYDr7XuFlqhE/jQlw';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:21 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:14 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446262.048.30.772393|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725075.527.29.248376|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -4557,7 +5570,7 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/6uRDjTNnz response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"app-detail","url":"/d/6uRDjTNnz/app-detail","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"AppDetail.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"annotations":{"list":[{"builtIn":1,"datasource":"-- + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"app-detail","url":"/d/6uRDjTNnz/app-detail","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:27Z","updated":"2023-05-22T03:02:21Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"AppDetail.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"annotations":{"list":[{"builtIn":1,"datasource":"-- Grafana --","enable":true,"hide":true,"iconColor":"rgba(0, 211, 255, 1)","name":"Annotations \u0026 Alerts","target":{"limit":100,"matchAny":false,"tags":[],"type":"dashboard"},"type":"dashboard"}]},"editable":true,"gnetId":null,"graphTooltip":0,"id":20,"links":[],"liveNow":false,"panels":[{"datasource":"Geneva Datasource","description":"For a particular cluster and an application, this @@ -4586,29 +5599,25 @@ interactions: AppName)","description":"Application name in the cluster","error":null,"hide":0,"includeAll":false,"label":"App Name","multi":true,"name":"AppName","options":[],"query":"dimensionValues($account, ServiceFabric, AppHealthState, AppName)","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"}]},"time":{"from":"now-6h","to":"now"},"timepicker":{},"timezone":"","title":"App - Detail","uid":"6uRDjTNnz","version":1}}' + Detail","uid":"6uRDjTNnz","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-Yo66mH4WfZqrB2L0wDCmRw';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-Nn/Ary9RYK6WWNE1N554GQ';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:21 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:14 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446262.228.27.307297|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725075.714.29.579683|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -4640,106 +5649,102 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/dyzn5SK7z response: body: - string: "{\"meta\":{\"type\":\"db\",\"canSave\":true,\"canEdit\":true,\"canAdmin\":true,\"canStar\":true,\"canDelete\":true,\"slug\":\"azure-alert-consumption\",\"url\":\"/d/dyzn5SK7z/azure-alert-consumption\",\"expires\":\"0001-01-01T00:00:00Z\",\"created\":\"2023-04-14T04:18:05Z\",\"updated\":\"2023-04-14T04:18:05Z\",\"updatedBy\":\"Anonymous\",\"createdBy\":\"Anonymous\",\"version\":1,\"hasAcl\":false,\"isFolder\":false,\"folderId\":1,\"folderUid\":\"az-mon\",\"folderTitle\":\"Azure - Monitor\",\"folderUrl\":\"/dashboards/f/az-mon/azure-monitor\",\"provisioned\":true,\"provisionedExternalId\":\"v1Alerts.json\",\"annotationsPermissions\":{\"dashboard\":{\"canAdd\":false,\"canEdit\":false,\"canDelete\":false},\"organization\":{\"canAdd\":false,\"canEdit\":false,\"canDelete\":false}},\"hasPublicDashboard\":false,\"publicDashboardAccessToken\":\"\",\"publicDashboardUid\":\"\",\"publicDashboardEnabled\":false},\"dashboard\":{\"__elements\":[],\"__inputs\":[],\"__requires\":[{\"id\":\"grafana\",\"name\":\"Grafana\",\"type\":\"grafana\",\"version\":\"8.4.3\"},{\"id\":\"grafana-azure-monitor-datasource\",\"name\":\"Azure - Monitor\",\"type\":\"datasource\",\"version\":\"0.3.0\"},{\"id\":\"stat\",\"name\":\"Stat\",\"type\":\"panel\",\"version\":\"\"},{\"id\":\"table\",\"name\":\"Table\",\"type\":\"panel\",\"version\":\"\"}],\"description\":\"A - summary of all alerts for the subscription and other filters selected\",\"editable\":true,\"id\":3,\"links\":[],\"liveNow\":false,\"panels\":[{\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"fieldConfig\":{\"defaults\":{\"color\":{\"mode\":\"thresholds\"},\"mappings\":[],\"thresholds\":{\"mode\":\"absolute\",\"steps\":[{\"color\":\"green\",\"value\":null},{\"color\":\"red\",\"value\":80}]}},\"overrides\":[{\"matcher\":{\"id\":\"byName\",\"options\":\"Total - Alerts\"},\"properties\":[{\"id\":\"links\",\"value\":[{\"targetBlank\":false,\"title\":\"\",\"url\":\"d/dyzn5SK7z/alert-consumption?${sub:queryparam}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF${rg:queryparam}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF${__url_time_range}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026var-mc=Fired\\u0026var-mc=Resolved\\u0026var-as=New\\u0026var-as=Acknowledged\\u0026var-as=Closed\\u0026var-sev=Sev0\\u0026var-sev=Sev1\\u0026var-sev=Sev2\\u0026var-sev=Sev3\\u0026var-sev=Sev4\\u0026${__url_time_range}\"}]}]}]},\"gridPos\":{\"h\":4,\"w\":2,\"x\":0,\"y\":0},\"id\":4,\"options\":{\"colorMode\":\"background\",\"graphMode\":\"area\",\"justifyMode\":\"center\",\"orientation\":\"auto\",\"reduceOptions\":{\"calcs\":[\"lastNotNull\"],\"fields\":\"\",\"values\":true},\"textMode\":\"value_and_name\"},\"targets\":[{\"azureMonitor\":{\"dimensionFilters\":[],\"timeGrain\":\"auto\"},\"azureResourceGraph\":{\"query\":\"alertsmanagementresources\\r\\n| - where type == \\\"microsoft.alertsmanagement/alerts\\\"\\r\\n| where todatetime(properties.essentials.lastModifiedDateTime) - \\u003e= $__timeFrom and todatetime(properties.essentials.lastModifiedDateTime) - \\u003c= $__timeTo\\r\\n| where tolower(subscriptionId) == tolower(\\\"$sub\\\") + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-alert-consumption","url":"/d/dyzn5SK7z/azure-alert-consumption","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:26Z","updated":"2023-05-10T23:32:40Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"v1Alerts.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__elements":[],"__inputs":[],"__requires":[{"id":"grafana","name":"Grafana","type":"grafana","version":"8.4.3"},{"id":"grafana-azure-monitor-datasource","name":"Azure + Monitor","type":"datasource","version":"0.3.0"},{"id":"stat","name":"Stat","type":"panel","version":""},{"id":"table","name":"Table","type":"panel","version":""}],"description":"A + summary of all alerts for the subscription and other filters selected","editable":true,"id":5,"links":[],"liveNow":false,"panels":[{"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"fieldConfig":{"defaults":{"color":{"mode":"thresholds"},"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null},{"color":"red","value":80}]}},"overrides":[{"matcher":{"id":"byName","options":"Total + Alerts"},"properties":[{"id":"links","value":[{"targetBlank":false,"title":"","url":"d/dyzn5SK7z/azure-alert-consumption?${ds:queryparam}\u0026${sub:queryparam}\u0026${rg:queryparam}\u0026${__url_time_range}\u0026var-mc=Fired\u0026var-mc=Resolved\u0026var-as=New\u0026var-as=Acknowledged\u0026var-as=Closed\u0026var-sev=Sev0\u0026var-sev=Sev1\u0026var-sev=Sev2\u0026var-sev=Sev3\u0026var-sev=Sev4"}]}]}]},"gridPos":{"h":4,"w":2,"x":0,"y":0},"id":4,"options":{"colorMode":"background","graphMode":"area","justifyMode":"center","orientation":"auto","reduceOptions":{"calcs":["lastNotNull"],"fields":"","values":true},"textMode":"value_and_name"},"targets":[{"azureMonitor":{"dimensionFilters":[],"timeGrain":"auto"},"azureResourceGraph":{"query":"alertsmanagementresources\r\n| + where type == \"microsoft.alertsmanagement/alerts\"\r\n| where todatetime(properties.essentials.lastModifiedDateTime) + \u003e= $__timeFrom and todatetime(properties.essentials.lastModifiedDateTime) + \u003c= $__timeTo\r\n| where tolower(subscriptionId) == tolower(\"$sub\") and properties.essentials.targetResourceGroup in~ ($rg) and properties.essentials.monitorCondition - in~ ($mc)\\r\\nand properties.essentials.alertState in~ ($as) and properties.essentials.severity - in~ ($sev)\\r\\n| summarize count()\"},\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"queryType\":\"Azure - Resource Graph\",\"refId\":\"A\",\"subscription\":\"\",\"subscriptions\":[\"$sub\"]}],\"transformations\":[{\"id\":\"organize\",\"options\":{\"excludeByName\":{},\"indexByName\":{},\"renameByName\":{\"count_\":\"Total - Alerts\"}}}],\"type\":\"stat\"},{\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"fieldConfig\":{\"defaults\":{\"color\":{\"fixedColor\":\"red\",\"mode\":\"fixed\"},\"mappings\":[],\"thresholds\":{\"mode\":\"absolute\",\"steps\":[{\"color\":\"green\",\"value\":null},{\"color\":\"red\",\"value\":80}]}},\"overrides\":[{\"matcher\":{\"id\":\"byName\",\"options\":\"Critical\"},\"properties\":[{\"id\":\"links\",\"value\":[{\"targetBlank\":false,\"title\":\"\",\"url\":\"d/dyzn5SK7z/alert-consumption?${sub:queryparam}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF${rg:queryparam}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF${__url_time_range}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026var-mc=Fired\\u0026var-mc=Resolved\\u0026var-as=New\\u0026var-as=Acknowledged\\u0026var-as=Closed\\u0026var-sev=Sev0\\u0026${__url_time_range}\"}]}]}]},\"gridPos\":{\"h\":4,\"w\":2,\"x\":2,\"y\":0},\"id\":15,\"options\":{\"colorMode\":\"background\",\"graphMode\":\"area\",\"justifyMode\":\"center\",\"orientation\":\"auto\",\"reduceOptions\":{\"calcs\":[\"lastNotNull\"],\"fields\":\"\",\"values\":true},\"textMode\":\"value_and_name\"},\"targets\":[{\"azureMonitor\":{\"dimensionFilters\":[],\"timeGrain\":\"auto\"},\"azureResourceGraph\":{\"query\":\"alertsmanagementresources\\r\\n| - where type == \\\"microsoft.alertsmanagement/alerts\\\"\\r\\n| where todatetime(properties.essentials.lastModifiedDateTime) - \\u003e= $__timeFrom and todatetime(properties.essentials.lastModifiedDateTime) - \\u003c= $__timeTo\\r\\n| where tolower(subscriptionId) == tolower(\\\"$sub\\\") + in~ ($mc)\r\nand properties.essentials.alertState in~ ($as) and properties.essentials.severity + in~ ($sev)\r\n| summarize count()"},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"queryType":"Azure + Resource Graph","refId":"A","subscription":"","subscriptions":["$sub"]}],"transformations":[{"id":"organize","options":{"excludeByName":{},"indexByName":{},"renameByName":{"count_":"Total + Alerts"}}}],"type":"stat"},{"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"fieldConfig":{"defaults":{"color":{"fixedColor":"red","mode":"fixed"},"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null},{"color":"red","value":80}]}},"overrides":[{"matcher":{"id":"byName","options":"Critical"},"properties":[{"id":"links","value":[{"targetBlank":false,"title":"","url":"d/dyzn5SK7z/azure-alert-consumption?${ds:queryparam}\u0026${sub:queryparam}\u0026${rg:queryparam}\u0026${__url_time_range}\u0026var-mc=Fired\u0026var-mc=Resolved\u0026var-as=New\u0026var-as=Acknowledged\u0026var-as=Closed\u0026var-sev=Sev0"}]}]}]},"gridPos":{"h":4,"w":2,"x":2,"y":0},"id":15,"options":{"colorMode":"background","graphMode":"area","justifyMode":"center","orientation":"auto","reduceOptions":{"calcs":["lastNotNull"],"fields":"","values":true},"textMode":"value_and_name"},"targets":[{"azureMonitor":{"dimensionFilters":[],"timeGrain":"auto"},"azureResourceGraph":{"query":"alertsmanagementresources\r\n| + where type == \"microsoft.alertsmanagement/alerts\"\r\n| where todatetime(properties.essentials.lastModifiedDateTime) + \u003e= $__timeFrom and todatetime(properties.essentials.lastModifiedDateTime) + \u003c= $__timeTo\r\n| where tolower(subscriptionId) == tolower(\"$sub\") and properties.essentials.targetResourceGroup in~ ($rg) and properties.essentials.monitorCondition - in~ ($mc)\\r\\nand properties.essentials.alertState in~ ($as) and properties.essentials.severity - in~ ($sev) and properties.essentials.severity == \\\"Sev0\\\" \\r\\n| summarize - count()\"},\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"queryType\":\"Azure - Resource Graph\",\"refId\":\"A\",\"subscription\":\"\",\"subscriptions\":[\"$sub\"]}],\"transformations\":[{\"id\":\"organize\",\"options\":{\"excludeByName\":{},\"indexByName\":{},\"renameByName\":{\"count_\":\"Critical\"}}}],\"type\":\"stat\"},{\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"fieldConfig\":{\"defaults\":{\"color\":{\"fixedColor\":\"orange\",\"mode\":\"fixed\"},\"mappings\":[],\"thresholds\":{\"mode\":\"absolute\",\"steps\":[{\"color\":\"green\",\"value\":null},{\"color\":\"red\",\"value\":80}]}},\"overrides\":[{\"matcher\":{\"id\":\"byName\",\"options\":\"Error\"},\"properties\":[{\"id\":\"links\",\"value\":[{\"targetBlank\":false,\"title\":\"\",\"url\":\"d/dyzn5SK7z/alert-consumption?${sub:queryparam}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF${rg:queryparam}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF${__url_time_range}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026var-mc=Fired\\u0026var-mc=Resolved\\u0026var-as=New\\u0026var-as=Acknowledged\\u0026var-as=Closed\\u0026var-sev=Sev1\\u0026${__url_time_range}\"}]}]}]},\"gridPos\":{\"h\":4,\"w\":2,\"x\":4,\"y\":0},\"id\":8,\"options\":{\"colorMode\":\"background\",\"graphMode\":\"area\",\"justifyMode\":\"center\",\"orientation\":\"auto\",\"reduceOptions\":{\"calcs\":[\"lastNotNull\"],\"fields\":\"\",\"values\":true},\"textMode\":\"value_and_name\"},\"targets\":[{\"azureMonitor\":{\"dimensionFilters\":[],\"timeGrain\":\"auto\"},\"azureResourceGraph\":{\"query\":\"alertsmanagementresources\\r\\n| - where type == \\\"microsoft.alertsmanagement/alerts\\\"\\r\\n| where todatetime(properties.essentials.lastModifiedDateTime) - \\u003e= $__timeFrom and todatetime(properties.essentials.lastModifiedDateTime) - \\u003c= $__timeTo\\r\\n| where tolower(subscriptionId) == tolower(\\\"$sub\\\") + in~ ($mc)\r\nand properties.essentials.alertState in~ ($as) and properties.essentials.severity + in~ ($sev) and properties.essentials.severity == \"Sev0\" \r\n| summarize + count()"},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"queryType":"Azure + Resource Graph","refId":"A","subscription":"","subscriptions":["$sub"]}],"transformations":[{"id":"organize","options":{"excludeByName":{},"indexByName":{},"renameByName":{"count_":"Critical"}}}],"type":"stat"},{"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"fieldConfig":{"defaults":{"color":{"fixedColor":"orange","mode":"fixed"},"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null},{"color":"red","value":80}]}},"overrides":[{"matcher":{"id":"byName","options":"Error"},"properties":[{"id":"links","value":[{"targetBlank":false,"title":"","url":"d/dyzn5SK7z/azure-alert-consumption?${ds:queryparam}\u0026${sub:queryparam}\u0026${rg:queryparam}\u0026${__url_time_range}\u0026var-mc=Fired\u0026var-mc=Resolved\u0026var-as=New\u0026var-as=Acknowledged\u0026var-as=Closed\u0026var-sev=Sev1"}]}]}]},"gridPos":{"h":4,"w":2,"x":4,"y":0},"id":8,"options":{"colorMode":"background","graphMode":"area","justifyMode":"center","orientation":"auto","reduceOptions":{"calcs":["lastNotNull"],"fields":"","values":true},"textMode":"value_and_name"},"targets":[{"azureMonitor":{"dimensionFilters":[],"timeGrain":"auto"},"azureResourceGraph":{"query":"alertsmanagementresources\r\n| + where type == \"microsoft.alertsmanagement/alerts\"\r\n| where todatetime(properties.essentials.lastModifiedDateTime) + \u003e= $__timeFrom and todatetime(properties.essentials.lastModifiedDateTime) + \u003c= $__timeTo\r\n| where tolower(subscriptionId) == tolower(\"$sub\") and properties.essentials.targetResourceGroup in~ ($rg) and properties.essentials.monitorCondition - in~ ($mc)\\r\\nand properties.essentials.alertState in~ ($as) and properties.essentials.severity - in~ ($sev) and properties.essentials.severity == \\\"Sev1\\\" \\r\\n| summarize - count()\"},\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"queryType\":\"Azure - Resource Graph\",\"refId\":\"A\",\"subscription\":\"\",\"subscriptions\":[\"$sub\"]}],\"transformations\":[{\"id\":\"organize\",\"options\":{\"excludeByName\":{},\"indexByName\":{},\"renameByName\":{\"count_\":\"Error\"}}}],\"type\":\"stat\"},{\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"fieldConfig\":{\"defaults\":{\"color\":{\"fixedColor\":\"yellow\",\"mode\":\"fixed\"},\"mappings\":[],\"thresholds\":{\"mode\":\"absolute\",\"steps\":[{\"color\":\"green\",\"value\":null},{\"color\":\"red\",\"value\":80}]}},\"overrides\":[{\"matcher\":{\"id\":\"byName\",\"options\":\"Warning\"},\"properties\":[{\"id\":\"links\",\"value\":[{\"targetBlank\":false,\"title\":\"\",\"url\":\"d/dyzn5SK7z/alert-consumption?${sub:queryparam}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF${rg:queryparam}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF${__url_time_range}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026var-mc=Fired\\u0026var-mc=Resolved\\u0026var-as=New\\u0026var-as=Acknowledged\\u0026var-as=Closed\\u0026var-sev=Sev2\\u0026${__url_time_range}\"}]}]}]},\"gridPos\":{\"h\":4,\"w\":2,\"x\":6,\"y\":0},\"id\":10,\"options\":{\"colorMode\":\"background\",\"graphMode\":\"area\",\"justifyMode\":\"center\",\"orientation\":\"auto\",\"reduceOptions\":{\"calcs\":[\"lastNotNull\"],\"fields\":\"\",\"values\":true},\"textMode\":\"value_and_name\"},\"targets\":[{\"azureMonitor\":{\"dimensionFilters\":[],\"timeGrain\":\"auto\"},\"azureResourceGraph\":{\"query\":\"alertsmanagementresources\\r\\n| - where type == \\\"microsoft.alertsmanagement/alerts\\\"\\r\\n| where todatetime(properties.essentials.lastModifiedDateTime) - \\u003e= $__timeFrom and todatetime(properties.essentials.lastModifiedDateTime) - \\u003c= $__timeTo\\r\\n| where tolower(subscriptionId) == tolower(\\\"$sub\\\") + in~ ($mc)\r\nand properties.essentials.alertState in~ ($as) and properties.essentials.severity + in~ ($sev) and properties.essentials.severity == \"Sev1\" \r\n| summarize + count()"},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"queryType":"Azure + Resource Graph","refId":"A","subscription":"","subscriptions":["$sub"]}],"transformations":[{"id":"organize","options":{"excludeByName":{},"indexByName":{},"renameByName":{"count_":"Error"}}}],"type":"stat"},{"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"fieldConfig":{"defaults":{"color":{"fixedColor":"yellow","mode":"fixed"},"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null},{"color":"red","value":80}]}},"overrides":[{"matcher":{"id":"byName","options":"Warning"},"properties":[{"id":"links","value":[{"targetBlank":false,"title":"","url":"d/dyzn5SK7z/azure-alert-consumption?${ds:queryparam}\u0026${sub:queryparam}\u0026${rg:queryparam}\u0026${__url_time_range}\u0026var-mc=Fired\u0026var-mc=Resolved\u0026var-as=New\u0026var-as=Acknowledged\u0026var-as=Closed\u0026var-sev=Sev2"}]}]}]},"gridPos":{"h":4,"w":2,"x":6,"y":0},"id":10,"options":{"colorMode":"background","graphMode":"area","justifyMode":"center","orientation":"auto","reduceOptions":{"calcs":["lastNotNull"],"fields":"","values":true},"textMode":"value_and_name"},"targets":[{"azureMonitor":{"dimensionFilters":[],"timeGrain":"auto"},"azureResourceGraph":{"query":"alertsmanagementresources\r\n| + where type == \"microsoft.alertsmanagement/alerts\"\r\n| where todatetime(properties.essentials.lastModifiedDateTime) + \u003e= $__timeFrom and todatetime(properties.essentials.lastModifiedDateTime) + \u003c= $__timeTo\r\n| where tolower(subscriptionId) == tolower(\"$sub\") and properties.essentials.targetResourceGroup in~ ($rg) and properties.essentials.monitorCondition - in~ ($mc)\\r\\nand properties.essentials.alertState in~ ($as) and properties.essentials.severity - in~ ($sev) and properties.essentials.severity == \\\"Sev2\\\" \\r\\n| summarize - count()\"},\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"queryType\":\"Azure - Resource Graph\",\"refId\":\"A\",\"subscription\":\"\",\"subscriptions\":[\"$sub\"]}],\"transformations\":[{\"id\":\"organize\",\"options\":{\"excludeByName\":{},\"indexByName\":{},\"renameByName\":{\"count_\":\"Warning\"}}}],\"type\":\"stat\"},{\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"fieldConfig\":{\"defaults\":{\"color\":{\"fixedColor\":\"blue\",\"mode\":\"fixed\"},\"mappings\":[],\"thresholds\":{\"mode\":\"absolute\",\"steps\":[{\"color\":\"green\",\"value\":null},{\"color\":\"red\",\"value\":80}]}},\"overrides\":[{\"matcher\":{\"id\":\"byName\",\"options\":\"Informational\"},\"properties\":[{\"id\":\"links\",\"value\":[{\"targetBlank\":false,\"title\":\"\",\"url\":\"d/dyzn5SK7z/alert-consumption?${sub:queryparam}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF${rg:queryparam}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF${__url_time_range}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026var-mc=Fired\\u0026var-mc=Resolved\\u0026var-as=New\\u0026var-as=Acknowledged\\u0026var-as=Closed\\u0026var-sev=Sev3\\u0026${__url_time_range}\"}]}]}]},\"gridPos\":{\"h\":4,\"w\":2,\"x\":8,\"y\":0},\"id\":12,\"options\":{\"colorMode\":\"background\",\"graphMode\":\"area\",\"justifyMode\":\"center\",\"orientation\":\"auto\",\"reduceOptions\":{\"calcs\":[\"lastNotNull\"],\"fields\":\"\",\"values\":true},\"textMode\":\"value_and_name\"},\"targets\":[{\"azureMonitor\":{\"dimensionFilters\":[],\"timeGrain\":\"auto\"},\"azureResourceGraph\":{\"query\":\"alertsmanagementresources\\r\\n| - where type == \\\"microsoft.alertsmanagement/alerts\\\"\\r\\n| where todatetime(properties.essentials.lastModifiedDateTime) - \\u003e= $__timeFrom and todatetime(properties.essentials.lastModifiedDateTime) - \\u003c= $__timeTo\\r\\n| where tolower(subscriptionId) == tolower(\\\"$sub\\\") + in~ ($mc)\r\nand properties.essentials.alertState in~ ($as) and properties.essentials.severity + in~ ($sev) and properties.essentials.severity == \"Sev2\" \r\n| summarize + count()"},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"queryType":"Azure + Resource Graph","refId":"A","subscription":"","subscriptions":["$sub"]}],"transformations":[{"id":"organize","options":{"excludeByName":{},"indexByName":{},"renameByName":{"count_":"Warning"}}}],"type":"stat"},{"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"fieldConfig":{"defaults":{"color":{"fixedColor":"blue","mode":"fixed"},"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null},{"color":"red","value":80}]}},"overrides":[{"matcher":{"id":"byName","options":"Informational"},"properties":[{"id":"links","value":[{"targetBlank":false,"title":"","url":"d/dyzn5SK7z/azure-alert-consumption?${ds:queryparam}\u0026${sub:queryparam}\u0026${rg:queryparam}\u0026${__url_time_range}\u0026var-mc=Fired\u0026var-mc=Resolved\u0026var-as=New\u0026var-as=Acknowledged\u0026var-as=Closed\u0026var-sev=Sev3"}]}]}]},"gridPos":{"h":4,"w":2,"x":8,"y":0},"id":12,"options":{"colorMode":"background","graphMode":"area","justifyMode":"center","orientation":"auto","reduceOptions":{"calcs":["lastNotNull"],"fields":"","values":true},"textMode":"value_and_name"},"targets":[{"azureMonitor":{"dimensionFilters":[],"timeGrain":"auto"},"azureResourceGraph":{"query":"alertsmanagementresources\r\n| + where type == \"microsoft.alertsmanagement/alerts\"\r\n| where todatetime(properties.essentials.lastModifiedDateTime) + \u003e= $__timeFrom and todatetime(properties.essentials.lastModifiedDateTime) + \u003c= $__timeTo\r\n| where tolower(subscriptionId) == tolower(\"$sub\") and properties.essentials.targetResourceGroup in~ ($rg) and properties.essentials.monitorCondition - in~ ($mc)\\r\\nand properties.essentials.alertState in~ ($as) and properties.essentials.severity - in~ ($sev) and properties.essentials.severity == \\\"Sev3\\\" \\r\\n| summarize - count()\"},\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"queryType\":\"Azure - Resource Graph\",\"refId\":\"A\",\"subscription\":\"\",\"subscriptions\":[\"$sub\"]}],\"transformations\":[{\"id\":\"organize\",\"options\":{\"excludeByName\":{},\"indexByName\":{},\"renameByName\":{\"count_\":\"Informational\"}}}],\"type\":\"stat\"},{\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"fieldConfig\":{\"defaults\":{\"color\":{\"fixedColor\":\"purple\",\"mode\":\"fixed\"},\"mappings\":[],\"thresholds\":{\"mode\":\"absolute\",\"steps\":[{\"color\":\"green\",\"value\":null},{\"color\":\"red\",\"value\":80}]}},\"overrides\":[{\"matcher\":{\"id\":\"byName\",\"options\":\"Verbose\"},\"properties\":[{\"id\":\"links\",\"value\":[{\"targetBlank\":false,\"title\":\"\",\"url\":\"d/dyzn5SK7z/alert-consumption?${sub:queryparam}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF${rg:queryparam}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF${__url_time_range}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026var-mc=Fired\\u0026var-mc=Resolved\\u0026var-as=New\\u0026var-as=Acknowledged\\u0026var-as=Closed\\u0026var-sev=Sev4\\u0026${__url_time_range}\"}]}]}]},\"gridPos\":{\"h\":4,\"w\":2,\"x\":10,\"y\":0},\"id\":14,\"options\":{\"colorMode\":\"background\",\"graphMode\":\"area\",\"justifyMode\":\"center\",\"orientation\":\"auto\",\"reduceOptions\":{\"calcs\":[\"lastNotNull\"],\"fields\":\"\",\"values\":true},\"textMode\":\"value_and_name\"},\"targets\":[{\"azureMonitor\":{\"dimensionFilters\":[],\"timeGrain\":\"auto\"},\"azureResourceGraph\":{\"query\":\"alertsmanagementresources\\r\\n| - where type == \\\"microsoft.alertsmanagement/alerts\\\"\\r\\n| where todatetime(properties.essentials.lastModifiedDateTime) - \\u003e= $__timeFrom and todatetime(properties.essentials.lastModifiedDateTime) - \\u003c= $__timeTo\\r\\n| where tolower(subscriptionId) == tolower(\\\"$sub\\\") + in~ ($mc)\r\nand properties.essentials.alertState in~ ($as) and properties.essentials.severity + in~ ($sev) and properties.essentials.severity == \"Sev3\" \r\n| summarize + count()"},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"queryType":"Azure + Resource Graph","refId":"A","subscription":"","subscriptions":["$sub"]}],"transformations":[{"id":"organize","options":{"excludeByName":{},"indexByName":{},"renameByName":{"count_":"Informational"}}}],"type":"stat"},{"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"fieldConfig":{"defaults":{"color":{"fixedColor":"purple","mode":"fixed"},"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null},{"color":"red","value":80}]}},"overrides":[{"matcher":{"id":"byName","options":"Verbose"},"properties":[{"id":"links","value":[{"targetBlank":false,"title":"","url":"d/dyzn5SK7z/azure-alert-consumption?${ds:queryparam}\u0026${sub:queryparam}\u0026${rg:queryparam}\u0026${__url_time_range}\u0026var-mc=Fired\u0026var-mc=Resolved\u0026var-as=New\u0026var-as=Acknowledged\u0026var-as=Closed\u0026var-sev=Sev4"}]}]}]},"gridPos":{"h":4,"w":2,"x":10,"y":0},"id":14,"options":{"colorMode":"background","graphMode":"area","justifyMode":"center","orientation":"auto","reduceOptions":{"calcs":["lastNotNull"],"fields":"","values":true},"textMode":"value_and_name"},"targets":[{"azureMonitor":{"dimensionFilters":[],"timeGrain":"auto"},"azureResourceGraph":{"query":"alertsmanagementresources\r\n| + where type == \"microsoft.alertsmanagement/alerts\"\r\n| where todatetime(properties.essentials.lastModifiedDateTime) + \u003e= $__timeFrom and todatetime(properties.essentials.lastModifiedDateTime) + \u003c= $__timeTo\r\n| where tolower(subscriptionId) == tolower(\"$sub\") and properties.essentials.targetResourceGroup in~ ($rg) and properties.essentials.monitorCondition - in~ ($mc)\\r\\nand properties.essentials.alertState in~ ($as) and properties.essentials.severity - in~ ($sev) and properties.essentials.severity == \\\"Sev4\\\" \\r\\n| summarize - count()\"},\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"queryType\":\"Azure - Resource Graph\",\"refId\":\"A\",\"subscription\":\"\",\"subscriptions\":[\"$sub\"]}],\"transformations\":[{\"id\":\"organize\",\"options\":{\"excludeByName\":{},\"indexByName\":{},\"renameByName\":{\"count_\":\"Verbose\"}}}],\"type\":\"stat\"},{\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"fieldConfig\":{\"defaults\":{\"color\":{\"mode\":\"continuous-BlYlRd\"},\"custom\":{\"align\":\"center\",\"displayMode\":\"auto\",\"filterable\":true},\"links\":[],\"mappings\":[],\"thresholds\":{\"mode\":\"absolute\",\"steps\":[{\"color\":\"green\",\"value\":null},{\"color\":\"red\",\"value\":80.0002}]}},\"overrides\":[{\"matcher\":{\"id\":\"byName\",\"options\":\"Severity\"},\"properties\":[{\"id\":\"mappings\",\"value\":[{\"options\":{\"\\\"Sev0\\\"\":{\"color\":\"red\",\"index\":4,\"text\":\"Critical\"},\"\\\"Sev1\\\"\":{\"color\":\"orange\",\"index\":3,\"text\":\"Error\"},\"\\\"Sev2\\\"\":{\"color\":\"yellow\",\"index\":2,\"text\":\"Warning\"},\"\\\"Sev3\\\"\":{\"color\":\"blue\",\"index\":1,\"text\":\"Informational\"},\"\\\"Sev4\\\"\":{\"color\":\"#8F3BB8\",\"index\":0,\"text\":\"Verbose\"}},\"type\":\"value\"}]},{\"id\":\"custom.displayMode\",\"value\":\"color-background-solid\"}]},{\"matcher\":{\"id\":\"byName\",\"options\":\"Name\"},\"properties\":[{\"id\":\"custom.displayMode\",\"value\":\"color-text\"},{\"id\":\"links\",\"value\":[{\"targetBlank\":true,\"title\":\"test - title\",\"url\":\"https://ms.portal.azure.com/#blade/Microsoft_Azure_Monitoring/AlertDetailsTemplateBlade/alertId/%2Fsubscriptions%2F${sub}%2Fresourcegroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}%2Fproviders%2FMicrosoft.AlertsManagement%2Falerts%2F${__data.fields[\\\"Alert - ID\\\"]}\"}]}]},{\"matcher\":{\"id\":\"byName\",\"options\":\"properties_essentials_monitorCondition\"},\"properties\":[{\"id\":\"mappings\",\"value\":[{\"options\":{\"Fired\":{\"color\":\"orange\",\"index\":1},\"Resolved\":{\"color\":\"green\",\"index\":0}},\"type\":\"value\"}]},{\"id\":\"custom.displayMode\",\"value\":\"basic\"}]}]},\"gridPos\":{\"h\":16,\"w\":24,\"x\":0,\"y\":4},\"id\":2,\"links\":[],\"options\":{\"footer\":{\"fields\":\"\",\"reducer\":[\"sum\"],\"show\":false},\"frameIndex\":0,\"showHeader\":true,\"sortBy\":[]},\"targets\":[{\"azureResourceGraph\":{\"query\":\"alertsmanagementresources\\r\\n| - join kind=leftouter (ResourceContainers | where type=='microsoft.resources/subscriptions' - | project SubName=name, subscriptionId) on subscriptionId\\r\\n| where type - == \\\"microsoft.alertsmanagement/alerts\\\"\\r\\n| where tolower(subscriptionId) - == tolower(\\\"$sub\\\") and properties.essentials.targetResourceGroup in~ - ($rg) and properties.essentials.monitorCondition in~ ($mc)\\r\\nand properties.essentials.alertState - in~ ($as) and properties.essentials.severity in~ ($sev)\\r\\nand todatetime(properties.essentials.lastModifiedDateTime) - \\u003e= $__timeFrom and todatetime(properties.essentials.lastModifiedDateTime) - \\u003c= $__timeTo\\r\\n| parse id with * \\\"alerts/\\\" alertId\\r\\n| project - name, properties.essentials.severity, tostring(properties.essentials.monitorCondition), - \\r\\ntostring(properties.essentials.alertState), todatetime(properties.essentials.lastModifiedDateTime), - tostring(properties.essentials.monitorService), alertId\\r\\n\",\"resultFormat\":\"table\"},\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"insightsAnalytics\":{\"query\":\"\",\"resultFormat\":\"time_series\"},\"queryType\":\"Azure - Resource Graph\",\"refId\":\"A\",\"subscription\":\"\",\"subscriptions\":[\"$sub\"]}],\"title\":\"V1 - Alerts\",\"transformations\":[{\"id\":\"organize\",\"options\":{\"excludeByName\":{\"alertId\":false},\"indexByName\":{\"alertId\":6,\"name\":0,\"properties_essentials_alertState\":3,\"properties_essentials_lastModifiedDateTime\":5,\"properties_essentials_monitorCondition\":2,\"properties_essentials_monitorService\":4,\"properties_essentials_severity\":1},\"renameByName\":{\"alertId\":\"Alert - ID\",\"name\":\"Name\",\"properties_essentials_alertState\":\"User Response\",\"properties_essentials_lastModifiedDateTime\":\"Fired - Time\",\"properties_essentials_monitorCondition\":\"Alert Condition\",\"properties_essentials_monitorService\":\"Monitor - Service\",\"properties_essentials_severity\":\"Severity\"}}}],\"transparent\":true,\"type\":\"table\"}],\"refresh\":\"\",\"schemaVersion\":35,\"style\":\"dark\",\"tags\":[],\"templating\":{\"list\":[{\"current\":{},\"hide\":0,\"includeAll\":false,\"label\":\"Datasource\",\"multi\":false,\"name\":\"ds\",\"options\":[],\"query\":\"grafana-azure-monitor-datasource\",\"queryValue\":\"\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"type\":\"datasource\"},{\"current\":{},\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"definition\":\"subscriptions()\",\"hide\":0,\"includeAll\":false,\"label\":\"Subscription\",\"multi\":false,\"name\":\"sub\",\"options\":[],\"query\":\"subscriptions()\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"sort\":0,\"type\":\"query\"},{\"current\":{},\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"definition\":\"ResourceGroups($sub)\",\"hide\":0,\"includeAll\":false,\"label\":\"Resource - Group(s)\",\"multi\":true,\"name\":\"rg\",\"options\":[],\"query\":\"ResourceGroups($sub)\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"sort\":0,\"type\":\"query\"},{\"current\":{\"selected\":false,\"text\":[\"Fired\",\"Resolved\"],\"value\":[\"Fired\",\"Resolved\"]},\"hide\":0,\"includeAll\":false,\"label\":\"Alert - Condition\",\"multi\":true,\"name\":\"mc\",\"options\":[{\"selected\":true,\"text\":\"Fired\",\"value\":\"Fired\"},{\"selected\":true,\"text\":\"Resolved\",\"value\":\"Resolved\"}],\"query\":\"Fired, - Resolved\",\"queryValue\":\"\",\"skipUrlSync\":false,\"type\":\"custom\"},{\"current\":{\"selected\":false,\"text\":[\"New\",\"Acknowledged\",\"Closed\"],\"value\":[\"New\",\"Acknowledged\",\"Closed\"]},\"hide\":0,\"includeAll\":false,\"label\":\"User - Response\",\"multi\":true,\"name\":\"as\",\"options\":[{\"selected\":true,\"text\":\"New\",\"value\":\"New\"},{\"selected\":true,\"text\":\"Acknowledged\",\"value\":\"Acknowledged\"},{\"selected\":true,\"text\":\"Closed\",\"value\":\"Closed\"}],\"query\":\"New, - Acknowledged, Closed\",\"queryValue\":\"\",\"skipUrlSync\":false,\"type\":\"custom\"},{\"current\":{\"selected\":false,\"text\":[\"Critical\",\"Error\",\"Warning\",\"Informational\",\"Verbose\"],\"value\":[\"Sev0\",\"Sev1\",\"Sev2\",\"Sev3\",\"Sev4\"]},\"hide\":0,\"includeAll\":false,\"label\":\"Severity\",\"multi\":true,\"name\":\"sev\",\"options\":[{\"selected\":true,\"text\":\"Critical\",\"value\":\"Sev0\"},{\"selected\":true,\"text\":\"Error\",\"value\":\"Sev1\"},{\"selected\":true,\"text\":\"Warning\",\"value\":\"Sev2\"},{\"selected\":true,\"text\":\"Informational\",\"value\":\"Sev3\"},{\"selected\":true,\"text\":\"Verbose\",\"value\":\"Sev4\"}],\"query\":\"Critical - : Sev0, Error : Sev1, Warning : Sev2, Informational : Sev3, Verbose : Sev4\",\"queryValue\":\"\",\"skipUrlSync\":false,\"type\":\"custom\"}]},\"time\":{\"from\":\"now-30d\",\"to\":\"now\"},\"timepicker\":{\"hidden\":false,\"refresh_intervals\":[\"30m\",\"1h\",\"12h\",\"24h\",\"3d\",\"7d\",\"30d\"]},\"title\":\"Azure - / Alert Consumption\",\"uid\":\"dyzn5SK7z\",\"version\":1}}" + in~ ($mc)\r\nand properties.essentials.alertState in~ ($as) and properties.essentials.severity + in~ ($sev) and properties.essentials.severity == \"Sev4\" \r\n| summarize + count()"},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"queryType":"Azure + Resource Graph","refId":"A","subscription":"","subscriptions":["$sub"]}],"transformations":[{"id":"organize","options":{"excludeByName":{},"indexByName":{},"renameByName":{"count_":"Verbose"}}}],"type":"stat"},{"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"fieldConfig":{"defaults":{"color":{"mode":"continuous-BlYlRd"},"custom":{"align":"center","displayMode":"auto","filterable":true},"links":[],"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null},{"color":"red","value":80.0002}]}},"overrides":[{"matcher":{"id":"byName","options":"Severity"},"properties":[{"id":"mappings","value":[{"options":{"\"Sev0\"":{"color":"red","index":4,"text":"Critical"},"\"Sev1\"":{"color":"orange","index":3,"text":"Error"},"\"Sev2\"":{"color":"yellow","index":2,"text":"Warning"},"\"Sev3\"":{"color":"blue","index":1,"text":"Informational"},"\"Sev4\"":{"color":"#8F3BB8","index":0,"text":"Verbose"}},"type":"value"}]},{"id":"custom.displayMode","value":"color-background-solid"}]},{"matcher":{"id":"byName","options":"Name"},"properties":[{"id":"custom.displayMode","value":"color-text"},{"id":"links","value":[{"targetBlank":true,"title":"test + title","url":"https://ms.portal.azure.com/#blade/Microsoft_Azure_Monitoring/AlertDetailsTemplateBlade/alertId/%2Fsubscriptions%2F${sub}%2Fresourcegroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}%2Fproviders%2FMicrosoft.AlertsManagement%2Falerts%2F${__data.fields[\"Alert + ID\"]}"}]}]},{"matcher":{"id":"byName","options":"properties_essentials_monitorCondition"},"properties":[{"id":"mappings","value":[{"options":{"Fired":{"color":"orange","index":1},"Resolved":{"color":"green","index":0}},"type":"value"}]},{"id":"custom.displayMode","value":"basic"}]}]},"gridPos":{"h":16,"w":24,"x":0,"y":4},"id":2,"links":[],"options":{"footer":{"fields":"","reducer":["sum"],"show":false},"frameIndex":0,"showHeader":true,"sortBy":[]},"targets":[{"azureResourceGraph":{"query":"alertsmanagementresources\r\n| + join kind=leftouter (ResourceContainers | where type==''microsoft.resources/subscriptions'' + | project SubName=name, subscriptionId) on subscriptionId\r\n| where type + == \"microsoft.alertsmanagement/alerts\"\r\n| where tolower(subscriptionId) + == tolower(\"$sub\") and properties.essentials.targetResourceGroup in~ ($rg) + and properties.essentials.monitorCondition in~ ($mc)\r\nand properties.essentials.alertState + in~ ($as) and properties.essentials.severity in~ ($sev)\r\nand todatetime(properties.essentials.lastModifiedDateTime) + \u003e= $__timeFrom and todatetime(properties.essentials.lastModifiedDateTime) + \u003c= $__timeTo\r\n| parse id with * \"alerts/\" alertId\r\n| project name, + properties.essentials.severity, tostring(properties.essentials.monitorCondition), + \r\ntostring(properties.essentials.alertState), todatetime(properties.essentials.lastModifiedDateTime), + tostring(properties.essentials.monitorService), alertId\r\n","resultFormat":"table"},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"insightsAnalytics":{"query":"","resultFormat":"time_series"},"queryType":"Azure + Resource Graph","refId":"A","subscription":"","subscriptions":["$sub"]}],"title":"V1 + Alerts","transformations":[{"id":"organize","options":{"excludeByName":{"alertId":false},"indexByName":{"alertId":6,"name":0,"properties_essentials_alertState":3,"properties_essentials_lastModifiedDateTime":5,"properties_essentials_monitorCondition":2,"properties_essentials_monitorService":4,"properties_essentials_severity":1},"renameByName":{"alertId":"Alert + ID","name":"Name","properties_essentials_alertState":"User Response","properties_essentials_lastModifiedDateTime":"Fired + Time","properties_essentials_monitorCondition":"Alert Condition","properties_essentials_monitorService":"Monitor + Service","properties_essentials_severity":"Severity"}}}],"transparent":true,"type":"table"}],"refresh":"","schemaVersion":35,"style":"dark","tags":[],"templating":{"list":[{"current":{},"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"subscriptions()","hide":0,"includeAll":false,"label":"Subscription","multi":false,"name":"sub","options":[],"query":"subscriptions()","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"ResourceGroups($sub)","hide":0,"includeAll":false,"label":"Resource + Group(s)","multi":true,"name":"rg","options":[],"query":"ResourceGroups($sub)","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"current":{"selected":false,"text":["Fired","Resolved"],"value":["Fired","Resolved"]},"hide":0,"includeAll":false,"label":"Alert + Condition","multi":true,"name":"mc","options":[{"selected":true,"text":"Fired","value":"Fired"},{"selected":true,"text":"Resolved","value":"Resolved"}],"query":"Fired, + Resolved","queryValue":"","skipUrlSync":false,"type":"custom"},{"current":{"selected":false,"text":["New","Acknowledged","Closed"],"value":["New","Acknowledged","Closed"]},"hide":0,"includeAll":false,"label":"User + Response","multi":true,"name":"as","options":[{"selected":true,"text":"New","value":"New"},{"selected":true,"text":"Acknowledged","value":"Acknowledged"},{"selected":true,"text":"Closed","value":"Closed"}],"query":"New, + Acknowledged, Closed","queryValue":"","skipUrlSync":false,"type":"custom"},{"current":{"selected":false,"text":["Critical","Error","Warning","Informational","Verbose"],"value":["Sev0","Sev1","Sev2","Sev3","Sev4"]},"hide":0,"includeAll":false,"label":"Severity","multi":true,"name":"sev","options":[{"selected":true,"text":"Critical","value":"Sev0"},{"selected":true,"text":"Error","value":"Sev1"},{"selected":true,"text":"Warning","value":"Sev2"},{"selected":true,"text":"Informational","value":"Sev3"},{"selected":true,"text":"Verbose","value":"Sev4"}],"query":"Critical + : Sev0, Error : Sev1, Warning : Sev2, Informational : Sev3, Verbose : Sev4","queryValue":"","skipUrlSync":false,"type":"custom"}]},"time":{"from":"now-30d","to":"now"},"timepicker":{"hidden":false,"refresh_intervals":["30m","1h","12h","24h","3d","7d","30d"]},"title":"Azure + / Alert Consumption","uid":"dyzn5SK7z","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-a8ROvBXvtdY4MjjsaqgW4w';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-FT7Q9JSD4536SS2La77Lkw';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:21 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:14 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446262.398.31.91491|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725075.906.27.108771|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -4771,12 +5776,12 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/Yo38mcvnz response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-insights-applications","url":"/d/Yo38mcvnz/azure-insights-applications","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"appInsights.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__elements":[],"__inputs":[],"__requires":[{"id":"grafana","name":"Grafana","type":"grafana","version":"8.5.0-pre"},{"id":"grafana-azure-monitor-datasource","name":"Azure + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-insights-applications","url":"/d/Yo38mcvnz/azure-insights-applications","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:26Z","updated":"2023-05-10T23:32:40Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"appInsights.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__elements":[],"__inputs":[],"__requires":[{"id":"grafana","name":"Grafana","type":"grafana","version":"8.5.0-pre"},{"id":"grafana-azure-monitor-datasource","name":"Azure Monitor","type":"datasource","version":"0.3.0"},{"id":"stat","name":"Stat","type":"panel","version":""},{"id":"text","name":"Text","type":"panel","version":""},{"id":"timeseries","name":"Time series","type":"panel","version":""}],"description":"The dashboard provides insights of Azure Apps via different metrics for app monitoring through Application - Insights.","editable":true,"id":5,"links":[],"liveNow":false,"panels":[{"collapsed":false,"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"gridPos":{"h":1,"w":24,"x":0,"y":0},"id":52,"panels":[],"title":"Azure + Insights.","editable":true,"id":11,"links":[],"liveNow":false,"panels":[{"collapsed":false,"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"gridPos":{"h":1,"w":24,"x":0,"y":0},"id":52,"panels":[],"title":"Azure Portal Links","type":"row"},{"gridPos":{"h":3,"w":5,"x":0,"y":1},"id":10,"options":{"content":"\u003ca style=\"color: inherit;\" href=\"https://portal.azure.com/#@${tenant}/resource/subscriptions/${sub}/resourceGroups/${rg}/providers/microsoft.insights/components/${res}/overview\" target=\"_blank\"\u003e\n \u003cdiv\u003e\n \u003ch3 style=\"color: #a16feb\"\u003e @@ -4899,37 +5904,33 @@ interactions: available memory","type":"timeseries"},{"datasource":{"uid":"${ds}"},"fieldConfig":{"defaults":{"color":{"fixedColor":"blue","mode":"fixed"},"custom":{"axisLabel":"","axisPlacement":"auto","axisSoftMin":0,"axisWidth":50,"barAlignment":0,"drawStyle":"line","fillOpacity":0,"gradientMode":"none","hideFrom":{"legend":false,"tooltip":false,"viz":false},"lineInterpolation":"linear","lineWidth":1,"pointSize":5,"scaleDistribution":{"type":"linear"},"showPoints":"never","spanNulls":true,"stacking":{"group":"A","mode":"none"},"thresholdsStyle":{"mode":"off"}},"mappings":[],"noValue":"--","thresholds":{"mode":"absolute","steps":[{"color":"green","value":null},{"color":"red","value":80}]}},"overrides":[]},"gridPos":{"h":10,"w":6,"x":18,"y":27},"id":34,"links":[{"targetBlank":true,"title":"${res} | Browser exceptions","url":"https://portal.azure.com/#blade/Microsoft_Azure_MonitoringMetrics/Metrics.ReactView/ResourceId/%2Fsubscriptions%2F${sub}%2FresourceGroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}/TimeContext/%7B%22relative%22%3A%7B%22duration%22%3A1800000%7D%2C%22options%22%3A%7B%22grain%22%3A1%2C%22showUTCTime%22%3Atrue%7D%7D/Chart/%7B%22metrics%22%3A%5B%7B%22resourceMetadata%22%3A%7B%22id%22%3A%22%2Fsubscriptions%2F${sub}%2FresourceGroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}%22%7D%2C%22name%22%3A%22exceptions%2Fbrowser%22%2C%22namespace%22%3A%22microsoft.insights%2Fcomponents%22%2C%22metricVisualization%22%3A%7B%22displayName%22%3A%22Browser%20exceptions%22%2C%22color%22%3A%22%2347BDF5%22%7D%2C%22aggregationType%22%3A7%2C%22thresholds%22%3A%5B%5D%7D%5D%2C%22filterCollection%22%3A%7B%22filters%22%3A%5B%5D%7D%2C%22grouping%22%3Anull%2C%22visualization%22%3A%7B%22chartType%22%3A2%2C%22legendVisualization%22%3A%7B%22isVisible%22%3Atrue%2C%22position%22%3A2%2C%22hideSubtitle%22%3Afalse%7D%2C%22axisVisualization%22%3A%7B%22x%22%3A%7B%22isVisible%22%3Atrue%2C%22axisType%22%3A2%7D%2C%22y%22%3A%7B%22isVisible%22%3Atrue%2C%22axisType%22%3A1%7D%7D%2C%22disablePinning%22%3Atrue%7D%2C%22title%22%3A%22Browser%20exceptions%22%2C%22timespan%22%3A%7B%22relative%22%3A%7B%22duration%22%3A1800000%7D%2C%22showUTCTime%22%3Atrue%2C%22grain%22%3A1%7D%2C%22ariaLabel%22%3Anull%7D/openInEditMode/true"}],"maxDataPoints":150,"options":{"legend":{"calcs":["sum"],"displayMode":"list","placement":"bottom"},"tooltip":{"mode":"single","sort":"none"}},"targets":[{"azureMonitor":{"aggOptions":[],"aggregation":"Count","allowedTimeGrainsMs":[60000,300000,900000,1800000,3600000,21600000,43200000,86400000],"dimensionFilter":"*","dimensionFilters":[],"metricDefinition":"Microsoft.Insights/components","metricName":"exceptions/browser","metricNamespace":"microsoft.insights/components","resourceGroup":"$rg","resourceName":"$res","timeGrain":"auto","timeGrains":[],"top":"50"},"queryType":"Azure Monitor","refId":"A","subscription":"$sub","subscriptions":[]}],"title":"Browser - exceptions","type":"timeseries"}],"refresh":"","schemaVersion":36,"style":"dark","tags":[],"templating":{"list":[{"current":{},"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"current":{},"datasource":{"uid":"${ds}"},"definition":"Subscriptions()","hide":0,"includeAll":false,"label":"Subscription","multi":false,"name":"sub","options":[],"query":"Subscriptions()","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"current":{},"datasource":{"uid":"${ds}"},"definition":"ResourceGroups($sub)","hide":0,"includeAll":false,"label":"Resource - Group","multi":false,"name":"rg","options":[],"query":"ResourceGroups($sub)","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"current":{},"datasource":{"uid":"${ds}"},"definition":"Namespaces($sub, + exceptions","type":"timeseries"}],"refresh":"","schemaVersion":36,"style":"dark","tags":[],"templating":{"list":[{"current":{},"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"current":{},"datasource":{"uid":"${ds}"},"definition":"Subscriptions()","hide":0,"includeAll":false,"label":"Subscription","multi":false,"name":"sub","options":[],"query":"Subscriptions()","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"current":{},"datasource":{"uid":"${ds}"},"definition":"ResourceGroups($sub)","hide":0,"includeAll":false,"label":"Resource + Group","multi":false,"name":"rg","options":[],"query":"ResourceGroups($sub)","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"current":{},"datasource":{"uid":"${ds}"},"definition":"Namespaces($sub, $rg)","hide":2,"includeAll":false,"label":"Namespace","multi":false,"name":"ns","options":[],"query":"Namespaces($sub, - $rg)","refresh":1,"regex":"([mM](icrosoft)\\.[iI](nsights)/(components))","skipUrlSync":false,"sort":0,"type":"query"},{"current":{},"datasource":{"uid":"${ds}"},"definition":"ResourceNames($sub, + $rg)","refresh":1,"regex":"([mM](icrosoft)\\.[iI](nsights)/(components))","skipUrlSync":false,"sort":5,"type":"query"},{"current":{},"datasource":{"uid":"${ds}"},"definition":"ResourceNames($sub, $rg, $ns)","hide":0,"includeAll":false,"label":"Resource","multi":false,"name":"res","options":[],"query":"ResourceNames($sub, - $rg, $ns)","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"resources\n| + $rg, $ns)","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"resources\n| project tenantId","hide":2,"includeAll":false,"label":"tenantId","multi":false,"name":"tenant","options":[],"query":{"azureLogAnalytics":{"query":"","resource":""},"azureResourceGraph":{"query":"Resources\r\n|project tenantId"},"queryType":"Azure Resource Graph","refId":"A","subscriptions":["$sub"]},"refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"}]},"time":{"from":"now-30m","to":"now"},"title":"Azure - / Insights / Applications","uid":"Yo38mcvnz","version":1}}' + / Insights / Applications","uid":"Yo38mcvnz","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-Me44bFScq+UJFXUjfpL8oA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-ksSHLlsL0FLZOyEzbuRopA';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:21 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:15 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446262.621.29.517301|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725076.14.28.140612|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -4961,10 +5962,10 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/AppInsightsAvTestGeoMap response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-insights-applications-test-availability-geo-map","url":"/d/AppInsightsAvTestGeoMap/azure-insights-applications-test-availability-geo-map","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"appInsightsGeoMap.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__elements":[],"__inputs":[],"__requires":[{"id":"gauge","name":"Gauge","type":"panel","version":""},{"id":"geomap","name":"Geomap","type":"panel","version":""},{"id":"grafana","name":"Grafana","type":"grafana","version":"8.5.1"},{"id":"grafana-azure-monitor-datasource","name":"Azure + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-insights-applications-test-availability-geo-map","url":"/d/AppInsightsAvTestGeoMap/azure-insights-applications-test-availability-geo-map","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:26Z","updated":"2023-05-10T23:32:40Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"appInsightsGeoMap.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__elements":[],"__inputs":[],"__requires":[{"id":"gauge","name":"Gauge","type":"panel","version":""},{"id":"geomap","name":"Geomap","type":"panel","version":""},{"id":"grafana","name":"Grafana","type":"grafana","version":"8.5.1"},{"id":"grafana-azure-monitor-datasource","name":"Azure Monitor","type":"datasource","version":"1.0.0"},{"id":"stat","name":"Stat","type":"panel","version":""},{"id":"timeseries","name":"Time - series","type":"panel","version":""}],"editable":true,"id":6,"iteration":null,"liveNow":false,"panels":[{"gridPos":{"h":4,"w":24,"x":0,"y":0},"id":18,"options":{"content":"\u003cdiv + series","type":"panel","version":""}],"editable":true,"id":8,"iteration":null,"liveNow":false,"panels":[{"gridPos":{"h":4,"w":24,"x":0,"y":0},"id":18,"options":{"content":"\u003cdiv style=\"padding: 1em; text-align: center\"\u003e\n \u003cp\u003e This dashboard helps you visualize data on availability tests for your Application Insights. Note that even if you have an App Insights resource configured, if you have @@ -5094,45 +6095,41 @@ interactions: in ($reg)\r\n| summarize [''avTestResults''] = sum(itemCount) by location","resource":"/subscriptions/$sub/resourceGroups/$rg/providers/$ns/$res"},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"queryType":"Azure Log Analytics","refId":"A","subscription":""}],"title":"Test result count by Location","transformations":[],"type":"gauge"}],"schemaVersion":36,"style":"dark","tags":[],"templating":{"list":[{"current":{},"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"","hide":0,"includeAll":false,"label":"Subscription","multi":false,"name":"sub","options":[],"query":{"grafanaTemplateVariableFn":{"kind":"SubscriptionsQuery","rawQuery":"Subscriptions()"},"queryType":"Grafana - Template Variable Function","refId":"A","subscription":""},"refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"","hide":0,"includeAll":false,"label":"Resource + Template Variable Function","refId":"A","subscription":""},"refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"","hide":0,"includeAll":false,"label":"Resource Group","multi":false,"name":"rg","options":[],"query":{"grafanaTemplateVariableFn":{"kind":"ResourceGroupsQuery","rawQuery":"ResourceGroups($sub)","subscription":"$sub"},"queryType":"Grafana - Template Variable Function","refId":"A","subscription":""},"refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"","hide":2,"includeAll":false,"label":"Namespace","multi":false,"name":"ns","options":[],"query":{"grafanaTemplateVariableFn":{"kind":"MetricDefinitionsQuery","rawQuery":"Namespaces($sub, + Template Variable Function","refId":"A","subscription":""},"refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"","hide":2,"includeAll":false,"label":"Namespace","multi":false,"name":"ns","options":[],"query":{"grafanaTemplateVariableFn":{"kind":"MetricDefinitionsQuery","rawQuery":"Namespaces($sub, $rg)","resourceGroup":"$rg","subscription":"$sub"},"queryType":"Grafana Template - Variable Function","refId":"A","subscription":""},"refresh":1,"regex":"([mM](icrosoft)\\.[iI](nsights)/(components))","skipUrlSync":false,"sort":0,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"","hide":0,"includeAll":false,"label":"Resource","multi":false,"name":"res","options":[],"query":{"grafanaTemplateVariableFn":{"kind":"ResourceNamesQuery","metricDefinition":"$ns","rawQuery":"ResourceNames($sub, + Variable Function","refId":"A","subscription":""},"refresh":1,"regex":"([mM](icrosoft)\\.[iI](nsights)/(components))","skipUrlSync":false,"sort":5,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"","hide":0,"includeAll":false,"label":"Resource","multi":false,"name":"res","options":[],"query":{"grafanaTemplateVariableFn":{"kind":"ResourceNamesQuery","metricDefinition":"$ns","rawQuery":"ResourceNames($sub, $rg, $ns)","resourceGroup":"$rg","subscription":"$sub"},"queryType":"Grafana - Template Variable Function","refId":"A","subscription":""},"refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"","hide":0,"includeAll":false,"label":"Region","multi":true,"name":"reg","options":[],"query":{"azureLogAnalytics":{"query":"availabilityResults\r\n| + Template Variable Function","refId":"A","subscription":""},"refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"","hide":0,"includeAll":false,"label":"Region","multi":true,"name":"reg","options":[],"query":{"azureLogAnalytics":{"query":"availabilityResults\r\n| distinct location","resource":"/subscriptions/$sub/resourceGroups/$rg/providers/$ns/$res"},"queryType":"Azure - Log Analytics","refId":"A","subscription":""},"refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"allValue":"","current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"","hide":0,"includeAll":false,"label":"Availability + Log Analytics","refId":"A","subscription":""},"refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"allValue":"","current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"","hide":0,"includeAll":false,"label":"Availability Test","multi":true,"name":"avTest","options":[],"query":{"azureLogAnalytics":{"query":"availabilityResults\r\n| where location in ($reg)\r\n| distinct name","resource":"/subscriptions/$sub/resourceGroups/$rg/providers/$ns/$res"},"queryType":"Azure - Log Analytics","refId":"A","subscription":""},"refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"current":{"selected":false,"text":"Availability + Log Analytics","refId":"A","subscription":""},"refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"current":{"selected":false,"text":"Availability test results count","value":"itemCount"},"hide":2,"includeAll":false,"label":"Metric","multi":false,"name":"metric","options":[{"selected":true,"text":"Availability test results count","value":"itemCount"},{"selected":false,"text":"Test duration","value":"availabilityResult_duration"}],"query":"Availability test results count : itemCount, Test duration : availabilityResult_duration","queryValue":"","skipUrlSync":false,"type":"custom"},{"current":{"selected":false,"text":"Sum","value":"Sum"},"hide":2,"includeAll":false,"label":"Aggregation","multi":false,"name":"agg","options":[{"selected":true,"text":"Sum","value":"Sum"},{"selected":false,"text":"Max","value":"Max"},{"selected":false,"text":"Min","value":"Min"}],"query":"Sum, Max, Min","skipUrlSync":false,"type":"custom"}]},"time":{"from":"now-24h","to":"now"},"title":"Azure - / Insights / Applications Test Availability Geo Map","uid":"AppInsightsAvTestGeoMap","version":1}}' + / Insights / Applications Test Availability Geo Map","uid":"AppInsightsAvTestGeoMap","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-+xvFAVGRnq9vIQHnrHdWRg';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-QaSFzEcdDeFt6nQBarWbqA';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:21 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:15 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446262.878.30.378232|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725076.391.30.288303|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -5164,11 +6161,11 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/INH9berMk response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-insights-cosmos-db","url":"/d/INH9berMk/azure-insights-cosmos-db","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"cosmosdb.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__inputs":[],"__requires":[{"id":"grafana","name":"Grafana","type":"grafana","version":"7.4.3"},{"id":"grafana-azure-monitor-datasource","name":"Azure + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-insights-cosmos-db","url":"/d/INH9berMk/azure-insights-cosmos-db","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:26Z","updated":"2023-05-10T23:32:41Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"cosmosdb.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__inputs":[],"__requires":[{"id":"grafana","name":"Grafana","type":"grafana","version":"7.4.3"},{"id":"grafana-azure-monitor-datasource","name":"Azure Monitor","type":"datasource","version":"0.3.0"},{"id":"graph","name":"Graph","type":"panel","version":""},{"id":"stat","name":"Stat","type":"panel","version":""},{"id":"table","name":"Table","type":"panel","version":""}],"description":"The dashboard provides insights of Azure Cosmos DB overview, throughput, requests, - storage, availability latency, system and account management.","editable":true,"id":2,"links":[],"panels":[{"collapsed":true,"datasource":"${ds}","gridPos":{"h":1,"w":24,"x":0,"y":0},"id":4,"panels":[{"aliasColors":{},"bars":false,"dashLength":10,"dashes":false,"datasource":"${ds}","fieldConfig":{"defaults":{"color":{},"custom":{},"thresholds":{"mode":"absolute","steps":[]}},"overrides":[]},"fill":1,"fillGradient":0,"gridPos":{"h":9,"w":12,"x":0,"y":1},"hiddenSeries":false,"id":2,"legend":{"avg":false,"current":false,"max":false,"min":false,"show":true,"total":true,"values":true},"lines":true,"linewidth":1,"nullPointMode":"null","options":{"alertThreshold":true},"percentage":false,"pointradius":2,"points":false,"renderer":"flot","seriesOverrides":[],"spaceLength":10,"stack":false,"steppedLine":false,"targets":[{"azureMonitor":{"aggOptions":["Count"],"aggregation":"Count","allowedTimeGrainsMs":[60000,300000,900000,1800000,3600000,21600000,43200000,86400000],"dimensionFilter":"*","dimensionFilters":[],"dimensions":[{"text":"DatabaseName","value":"DatabaseName"},{"text":"CollectionName","value":"CollectionName"},{"text":"Region","value":"Region"},{"text":"StatusCode","value":"StatusCode"},{"text":"OperationType","value":"OperationType"},{"text":"Status","value":"Status"}],"metricDefinition":"$ns","metricName":"TotalRequests","metricNamespace":"Microsoft.DocumentDB/databaseAccounts","resourceGroup":"$rg","resourceName":"$resource","timeGrain":"auto","timeGrains":[{"text":"auto","value":"auto"},{"text":"1 + storage, availability latency, system and account management.","editable":true,"id":6,"links":[],"panels":[{"collapsed":true,"datasource":"${ds}","gridPos":{"h":1,"w":24,"x":0,"y":0},"id":4,"panels":[{"aliasColors":{},"bars":false,"dashLength":10,"dashes":false,"datasource":"${ds}","fieldConfig":{"defaults":{"color":{},"custom":{},"thresholds":{"mode":"absolute","steps":[]}},"overrides":[]},"fill":1,"fillGradient":0,"gridPos":{"h":9,"w":12,"x":0,"y":1},"hiddenSeries":false,"id":2,"legend":{"avg":false,"current":false,"max":false,"min":false,"show":true,"total":true,"values":true},"lines":true,"linewidth":1,"nullPointMode":"null","options":{"alertThreshold":true},"percentage":false,"pointradius":2,"points":false,"renderer":"flot","seriesOverrides":[],"spaceLength":10,"stack":false,"steppedLine":false,"targets":[{"azureMonitor":{"aggOptions":["Count"],"aggregation":"Count","allowedTimeGrainsMs":[60000,300000,900000,1800000,3600000,21600000,43200000,86400000],"dimensionFilter":"*","dimensionFilters":[],"dimensions":[{"text":"DatabaseName","value":"DatabaseName"},{"text":"CollectionName","value":"CollectionName"},{"text":"Region","value":"Region"},{"text":"StatusCode","value":"StatusCode"},{"text":"OperationType","value":"OperationType"},{"text":"Status","value":"Status"}],"metricDefinition":"$ns","metricName":"TotalRequests","metricNamespace":"Microsoft.DocumentDB/databaseAccounts","resourceGroup":"$rg","resourceName":"$resource","timeGrain":"auto","timeGrains":[{"text":"auto","value":"auto"},{"text":"1 minute","value":"PT1M"},{"text":"5 minutes","value":"PT5M"},{"text":"15 minutes","value":"PT15M"},{"text":"30 minutes","value":"PT30M"},{"text":"1 hour","value":"PT1H"},{"text":"6 hours","value":"PT6H"},{"text":"12 hours","value":"PT12H"},{"text":"1 day","value":"P1D"}],"top":"10"},"queryType":"Azure @@ -5264,33 +6261,29 @@ interactions: minutes","value":"PT5M"}],"top":"10"},"hide":false,"queryType":"Azure Monitor","refId":"B","subscription":"$sub"},{"azureMonitor":{"aggOptions":["Count"],"aggregation":"Count","allowedTimeGrainsMs":[300000],"dimensionFilter":"*","dimensionFilters":[{"dimension":null,"filter":"","operator":"eq"}],"dimensions":[],"metricDefinition":"$ns","metricName":"UpdateAccountReplicationSettings","metricNamespace":"Microsoft.DocumentDB/databaseAccounts","resourceGroup":"$rg","resourceName":"$resource","timeGrain":"auto","timeGrains":[{"text":"auto","value":"auto"},{"text":"5 minutes","value":"PT5M"}],"top":"10"},"hide":false,"queryType":"Azure Monitor","refId":"C","subscription":"$sub"}],"thresholds":[],"timeFrom":null,"timeRegions":[],"timeShift":null,"title":"Cosmos DB Account Diagnostic, Network and Replication Settings Updates","tooltip":{"shared":true,"sort":0,"value_type":"individual"},"type":"graph","xaxis":{"buckets":null,"mode":"time","name":null,"show":true,"values":[]},"yaxes":[{"format":"short","label":null,"logBase":1,"max":null,"min":null,"show":true},{"format":"short","label":null,"logBase":1,"max":null,"min":null,"show":true}],"yaxis":{"align":false,"alignLevel":null}}],"title":"Account - Management","type":"row"}],"refresh":false,"schemaVersion":27,"style":"dark","tags":[],"templating":{"list":[{"current":{},"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"allValue":null,"current":{},"datasource":"${ds}","definition":"subscriptions()","description":null,"error":null,"hide":0,"includeAll":false,"label":"Subscription","multi":false,"name":"sub","options":[],"query":"subscriptions()","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"tagValuesQuery":"","tags":[],"tagsQuery":"","type":"query","useTags":false},{"allValue":null,"current":{},"datasource":"${ds}","definition":"ResourceGroups($sub)","description":null,"error":null,"hide":0,"includeAll":false,"label":"Resource - Group","multi":false,"name":"rg","options":[],"query":"ResourceGroups($sub)","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"tagValuesQuery":"","tags":[],"tagsQuery":"","type":"query","useTags":false},{"allValue":null,"current":{"selected":false,"text":"Microsoft.DocumentDb/databaseAccounts","value":"Microsoft.DocumentDb/databaseAccounts"},"description":null,"error":null,"hide":0,"includeAll":false,"label":"Namespace","multi":false,"name":"ns","options":[{"selected":true,"text":"Microsoft.DocumentDb/databaseAccounts","value":"Microsoft.DocumentDb/databaseAccounts"}],"query":"Microsoft.DocumentDb/databaseAccounts","skipUrlSync":false,"type":"custom"},{"allValue":null,"current":{},"datasource":"${ds}","definition":"ResourceNames($sub, + Management","type":"row"}],"refresh":false,"schemaVersion":27,"style":"dark","tags":[],"templating":{"list":[{"current":{},"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"allValue":null,"current":{},"datasource":"${ds}","definition":"subscriptions()","description":null,"error":null,"hide":0,"includeAll":false,"label":"Subscription","multi":false,"name":"sub","options":[],"query":"subscriptions()","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"tagValuesQuery":"","tags":[],"tagsQuery":"","type":"query","useTags":false},{"allValue":null,"current":{},"datasource":"${ds}","definition":"ResourceGroups($sub)","description":null,"error":null,"hide":0,"includeAll":false,"label":"Resource + Group","multi":false,"name":"rg","options":[],"query":"ResourceGroups($sub)","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"tagValuesQuery":"","tags":[],"tagsQuery":"","type":"query","useTags":false},{"allValue":null,"current":{"selected":false,"text":"Microsoft.DocumentDb/databaseAccounts","value":"Microsoft.DocumentDb/databaseAccounts"},"description":null,"error":null,"hide":0,"includeAll":false,"label":"Namespace","multi":false,"name":"ns","options":[{"selected":true,"text":"Microsoft.DocumentDb/databaseAccounts","value":"Microsoft.DocumentDb/databaseAccounts"}],"query":"Microsoft.DocumentDb/databaseAccounts","skipUrlSync":false,"type":"custom"},{"allValue":null,"current":{},"datasource":"${ds}","definition":"ResourceNames($sub, $rg, $ns)","description":null,"error":null,"hide":0,"includeAll":false,"label":"Resource","multi":false,"name":"resource","options":[],"query":"ResourceNames($sub, - $rg, $ns)","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"tagValuesQuery":"","tags":[],"tagsQuery":"","type":"query","useTags":false}]},"time":{"from":"now-6h","to":"now"},"title":"Azure - / Insights / Cosmos DB","uid":"INH9berMk","version":1}}' + $rg, $ns)","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"tagValuesQuery":"","tags":[],"tagsQuery":"","type":"query","useTags":false}]},"time":{"from":"now-6h","to":"now"},"title":"Azure + / Insights / Cosmos DB","uid":"INH9berMk","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-T04l6J9UmMOEw/6Pn4lKpQ';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-1/nWO+AqhoIn3j1MZwoSEw';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:22 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:15 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446263.092.30.874207|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725076.611.29.537488|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -5322,11 +6315,11 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/8UDB1s3Gk response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-insights-data-explorer-clusters","url":"/d/8UDB1s3Gk/azure-insights-data-explorer-clusters","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"dataexplorercluster.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__inputs":[],"__requires":[{"id":"grafana","name":"Grafana","type":"grafana","version":"7.4.3"},{"id":"grafana-azure-monitor-datasource","name":"Azure + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-insights-data-explorer-clusters","url":"/d/8UDB1s3Gk/azure-insights-data-explorer-clusters","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:26Z","updated":"2023-05-10T23:32:41Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"dataexplorercluster.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__inputs":[],"__requires":[{"id":"grafana","name":"Grafana","type":"grafana","version":"7.4.3"},{"id":"grafana-azure-monitor-datasource","name":"Azure Monitor","type":"datasource","version":"0.3.0"},{"id":"graph","name":"Graph","type":"panel","version":""},{"id":"stat","name":"Stat","type":"panel","version":""},{"id":"table","name":"Table","type":"panel","version":""}],"description":"The dashboard provides insights of Azure Data Explorer Cluster Resource overview, - key mettrics, usage, tables, cache and ingestion.","editable":true,"id":11,"links":[],"panels":[{"collapsed":false,"datasource":"$ds","gridPos":{"h":1,"w":24,"x":0,"y":0},"id":6,"panels":[],"title":"Overview","type":"row"},{"datasource":"$ds","fieldConfig":{"defaults":{"color":{"mode":"thresholds"},"custom":{},"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null},{"color":"red","value":80}]}},"overrides":[]},"gridPos":{"h":5,"w":3,"x":0,"y":1},"id":4,"options":{"colorMode":"value","graphMode":"area","justifyMode":"auto","orientation":"auto","reduceOptions":{"calcs":["lastNotNull"],"fields":"","values":false},"text":{},"textMode":"auto"},"targets":[{"azureMonitor":{"aggOptions":["Average"],"aggregation":"Average","allowedTimeGrainsMs":[60000,300000,900000,1800000,3600000,21600000,43200000,86400000],"dimensionFilter":"*","dimensionFilters":[],"dimensions":[],"metricDefinition":"$ns","metricName":"KeepAlive","metricNamespace":"Microsoft.Kusto/clusters","resourceGroup":"$rg","resourceName":"$resource","timeGrain":"auto","timeGrains":[{"text":"auto","value":"auto"},{"text":"1 + key mettrics, usage, tables, cache and ingestion.","editable":true,"id":2,"links":[],"panels":[{"collapsed":false,"datasource":"$ds","gridPos":{"h":1,"w":24,"x":0,"y":0},"id":6,"panels":[],"title":"Overview","type":"row"},{"datasource":"$ds","fieldConfig":{"defaults":{"color":{"mode":"thresholds"},"custom":{},"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null},{"color":"red","value":80}]}},"overrides":[]},"gridPos":{"h":5,"w":3,"x":0,"y":1},"id":4,"options":{"colorMode":"value","graphMode":"area","justifyMode":"auto","orientation":"auto","reduceOptions":{"calcs":["lastNotNull"],"fields":"","values":false},"text":{},"textMode":"auto"},"targets":[{"azureMonitor":{"aggOptions":["Average"],"aggregation":"Average","allowedTimeGrainsMs":[60000,300000,900000,1800000,3600000,21600000,43200000,86400000],"dimensionFilter":"*","dimensionFilters":[],"dimensions":[],"metricDefinition":"$ns","metricName":"KeepAlive","metricNamespace":"Microsoft.Kusto/clusters","resourceGroup":"$rg","resourceName":"$resource","timeGrain":"auto","timeGrains":[{"text":"auto","value":"auto"},{"text":"1 minute","value":"PT1M"},{"text":"5 minutes","value":"PT5M"},{"text":"15 minutes","value":"PT15M"},{"text":"30 minutes","value":"PT30M"},{"text":"1 hour","value":"PT1H"},{"text":"6 hours","value":"PT6H"},{"text":"12 hours","value":"PT12H"},{"text":"1 day","value":"P1D"}],"top":"10"},"queryType":"Azure @@ -6433,33 +7426,29 @@ interactions: minutes","value":"PT30M"},{"text":"1 hour","value":"PT1H"},{"text":"6 hours","value":"PT6H"},{"text":"12 hours","value":"PT12H"},{"text":"1 day","value":"P1D"}],"top":"10"},"queryType":"Azure Monitor","refId":"A","subscription":"$sub"}],"thresholds":[],"timeFrom":null,"timeRegions":[],"timeShift":null,"title":"Data - Processed Successfuly","tooltip":{"shared":true,"sort":0,"value_type":"individual"},"transformations":[],"transparent":true,"type":"graph","xaxis":{"buckets":null,"mode":"time","name":null,"show":true,"values":[]},"yaxes":[{"format":"short","label":null,"logBase":1,"max":null,"min":null,"show":true},{"format":"short","label":null,"logBase":1,"max":null,"min":null,"show":true}],"yaxis":{"align":false,"alignLevel":null}}],"refresh":false,"schemaVersion":27,"style":"dark","tags":[],"templating":{"list":[{"current":{},"description":null,"error":null,"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"allValue":null,"current":{},"datasource":"$ds","definition":"subscriptions()","description":null,"error":null,"hide":0,"includeAll":false,"label":"Subscription","multi":false,"name":"sub","options":[],"query":"subscriptions()","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"tagValuesQuery":"","tags":[],"tagsQuery":"","type":"query","useTags":false},{"allValue":null,"current":{},"datasource":"$ds","definition":"ResourceGroups($sub)","description":null,"error":null,"hide":0,"includeAll":false,"label":"Resource - Group","multi":false,"name":"rg","options":[],"query":"ResourceGroups($sub)","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"tagValuesQuery":"","tags":[],"tagsQuery":"","type":"query","useTags":false},{"allValue":null,"current":{"selected":false,"text":"Microsoft.Kusto/clusters","value":"Microsoft.Kusto/clusters"},"description":null,"error":null,"hide":0,"includeAll":false,"label":"Namespace","multi":false,"name":"ns","options":[{"selected":true,"text":"Microsoft.Kusto/clusters","value":"Microsoft.Kusto/clusters"}],"query":"Microsoft.Kusto/clusters","skipUrlSync":false,"type":"custom"},{"allValue":null,"current":{},"datasource":"$ds","definition":"ResourceNames($sub, + Processed Successfuly","tooltip":{"shared":true,"sort":0,"value_type":"individual"},"transformations":[],"transparent":true,"type":"graph","xaxis":{"buckets":null,"mode":"time","name":null,"show":true,"values":[]},"yaxes":[{"format":"short","label":null,"logBase":1,"max":null,"min":null,"show":true},{"format":"short","label":null,"logBase":1,"max":null,"min":null,"show":true}],"yaxis":{"align":false,"alignLevel":null}}],"refresh":false,"schemaVersion":27,"style":"dark","tags":[],"templating":{"list":[{"current":{},"description":null,"error":null,"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"allValue":null,"current":{},"datasource":"$ds","definition":"subscriptions()","description":null,"error":null,"hide":0,"includeAll":false,"label":"Subscription","multi":false,"name":"sub","options":[],"query":"subscriptions()","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"tagValuesQuery":"","tags":[],"tagsQuery":"","type":"query","useTags":false},{"allValue":null,"current":{},"datasource":"$ds","definition":"ResourceGroups($sub)","description":null,"error":null,"hide":0,"includeAll":false,"label":"Resource + Group","multi":false,"name":"rg","options":[],"query":"ResourceGroups($sub)","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"tagValuesQuery":"","tags":[],"tagsQuery":"","type":"query","useTags":false},{"allValue":null,"current":{"selected":false,"text":"Microsoft.Kusto/clusters","value":"Microsoft.Kusto/clusters"},"description":null,"error":null,"hide":0,"includeAll":false,"label":"Namespace","multi":false,"name":"ns","options":[{"selected":true,"text":"Microsoft.Kusto/clusters","value":"Microsoft.Kusto/clusters"}],"query":"Microsoft.Kusto/clusters","skipUrlSync":false,"type":"custom"},{"allValue":null,"current":{},"datasource":"$ds","definition":"ResourceNames($sub, $rg, $ns)","description":null,"error":null,"hide":0,"includeAll":false,"label":"Resource","multi":false,"name":"resource","options":[],"query":"ResourceNames($sub, - $rg, $ns)","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"tagValuesQuery":"","tags":[],"tagsQuery":"","type":"query","useTags":false},{"allValue":null,"current":{},"datasource":"$ds","definition":"workspaces()","description":null,"error":null,"hide":0,"includeAll":false,"label":"Workspace","multi":false,"name":"ws","options":[],"query":"workspaces()","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"tagValuesQuery":"","tags":[],"tagsQuery":"","type":"query","useTags":false}]},"time":{"from":"now-12h","to":"now"},"title":"Azure - / Insights / Data Explorer Clusters","uid":"8UDB1s3Gk","version":1}}' + $rg, $ns)","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"tagValuesQuery":"","tags":[],"tagsQuery":"","type":"query","useTags":false},{"allValue":null,"current":{},"datasource":"$ds","definition":"workspaces()","description":null,"error":null,"hide":0,"includeAll":false,"label":"Workspace","multi":false,"name":"ws","options":[],"query":"workspaces()","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"tagValuesQuery":"","tags":[],"tagsQuery":"","type":"query","useTags":false}]},"time":{"from":"now-12h","to":"now"},"title":"Azure + / Insights / Data Explorer Clusters","uid":"8UDB1s3Gk","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-zJKoJWFCwfb+PgHUVj1Ivg';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-OOOwG8ZV6rKNPvKYAKaOhw';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:22 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:15 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446263.344.29.949028|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725076.857.29.838072|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -6491,10 +7480,10 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/tQZAMYrMk response: body: - string: "{\"meta\":{\"type\":\"db\",\"canSave\":true,\"canEdit\":true,\"canAdmin\":true,\"canStar\":true,\"canDelete\":true,\"slug\":\"azure-insights-key-vaults\",\"url\":\"/d/tQZAMYrMk/azure-insights-key-vaults\",\"expires\":\"0001-01-01T00:00:00Z\",\"created\":\"2023-04-14T04:18:05Z\",\"updated\":\"2023-04-14T04:18:05Z\",\"updatedBy\":\"Anonymous\",\"createdBy\":\"Anonymous\",\"version\":1,\"hasAcl\":false,\"isFolder\":false,\"folderId\":1,\"folderUid\":\"az-mon\",\"folderTitle\":\"Azure - Monitor\",\"folderUrl\":\"/dashboards/f/az-mon/azure-monitor\",\"provisioned\":true,\"provisionedExternalId\":\"keyvault.json\",\"annotationsPermissions\":{\"dashboard\":{\"canAdd\":false,\"canEdit\":false,\"canDelete\":false},\"organization\":{\"canAdd\":false,\"canEdit\":false,\"canDelete\":false}},\"hasPublicDashboard\":false,\"publicDashboardAccessToken\":\"\",\"publicDashboardUid\":\"\",\"publicDashboardEnabled\":false},\"dashboard\":{\"__inputs\":[],\"__requires\":[{\"id\":\"grafana\",\"name\":\"Grafana\",\"type\":\"grafana\",\"version\":\"7.4.3\"},{\"id\":\"grafana-azure-monitor-datasource\",\"name\":\"Azure + string: "{\"meta\":{\"type\":\"db\",\"canSave\":true,\"canEdit\":true,\"canAdmin\":true,\"canStar\":true,\"canDelete\":true,\"slug\":\"azure-insights-key-vaults\",\"url\":\"/d/tQZAMYrMk/azure-insights-key-vaults\",\"expires\":\"0001-01-01T00:00:00Z\",\"created\":\"2023-05-22T03:03:26Z\",\"updated\":\"2023-05-10T23:32:40Z\",\"updatedBy\":\"Anonymous\",\"createdBy\":\"Anonymous\",\"version\":2,\"hasAcl\":false,\"isFolder\":false,\"folderId\":1,\"folderUid\":\"az-mon\",\"folderTitle\":\"Azure + Monitor\",\"folderUrl\":\"/dashboards/f/az-mon/azure-monitor\",\"provisioned\":true,\"provisionedExternalId\":\"keyvault.json\",\"annotationsPermissions\":{\"dashboard\":{\"canAdd\":false,\"canEdit\":false,\"canDelete\":false},\"organization\":{\"canAdd\":false,\"canEdit\":false,\"canDelete\":false}},\"publicDashboardAccessToken\":\"\",\"publicDashboardUid\":\"\",\"publicDashboardEnabled\":false},\"dashboard\":{\"__inputs\":[],\"__requires\":[{\"id\":\"grafana\",\"name\":\"Grafana\",\"type\":\"grafana\",\"version\":\"7.4.3\"},{\"id\":\"grafana-azure-monitor-datasource\",\"name\":\"Azure Monitor\",\"type\":\"datasource\",\"version\":\"0.3.0\"},{\"id\":\"graph\",\"name\":\"Graph\",\"type\":\"panel\",\"version\":\"\"},{\"id\":\"stat\",\"name\":\"Stat\",\"type\":\"panel\",\"version\":\"\"},{\"id\":\"table\",\"name\":\"Table\",\"type\":\"panel\",\"version\":\"\"}],\"description\":\"The - dashboard provides insights of Azure Key Vaults overview, failures and operations.\",\"editable\":true,\"id\":7,\"links\":[],\"panels\":[{\"collapsed\":false,\"datasource\":\"${ds}\",\"gridPos\":{\"h\":1,\"w\":24,\"x\":0,\"y\":0},\"id\":25,\"panels\":[],\"title\":\"Overview\",\"type\":\"row\"},{\"datasource\":\"${ds}\",\"fieldConfig\":{\"defaults\":{\"color\":{\"mode\":\"thresholds\"},\"custom\":{},\"mappings\":[],\"thresholds\":{\"mode\":\"percentage\",\"steps\":[{\"color\":\"green\",\"value\":null}]}},\"overrides\":[]},\"gridPos\":{\"h\":7,\"w\":19,\"x\":0,\"y\":1},\"id\":9,\"options\":{\"colorMode\":\"value\",\"graphMode\":\"none\",\"justifyMode\":\"center\",\"orientation\":\"auto\",\"reduceOptions\":{\"calcs\":[\"lastNotNull\"],\"fields\":\"\",\"values\":false},\"text\":{},\"textMode\":\"auto\"},\"pluginVersion\":\"7.4.3\",\"targets\":[{\"azureMonitor\":{\"aggOptions\":[\"None\",\"Average\",\"Minimum\",\"Maximum\",\"Total\",\"Count\"],\"aggregation\":\"Average\",\"allowedTimeGrainsMs\":[60000,300000,900000,1800000,3600000,21600000,43200000,86400000],\"dimensionFilter\":\"*\",\"dimensionFilters\":[],\"dimensions\":[{\"text\":\"Activity + dashboard provides insights of Azure Key Vaults overview, failures and operations.\",\"editable\":true,\"id\":4,\"links\":[],\"panels\":[{\"collapsed\":false,\"datasource\":\"${ds}\",\"gridPos\":{\"h\":1,\"w\":24,\"x\":0,\"y\":0},\"id\":25,\"panels\":[],\"title\":\"Overview\",\"type\":\"row\"},{\"datasource\":\"${ds}\",\"fieldConfig\":{\"defaults\":{\"color\":{\"mode\":\"thresholds\"},\"custom\":{},\"mappings\":[],\"thresholds\":{\"mode\":\"percentage\",\"steps\":[{\"color\":\"green\",\"value\":null}]}},\"overrides\":[]},\"gridPos\":{\"h\":7,\"w\":19,\"x\":0,\"y\":1},\"id\":9,\"options\":{\"colorMode\":\"value\",\"graphMode\":\"none\",\"justifyMode\":\"center\",\"orientation\":\"auto\",\"reduceOptions\":{\"calcs\":[\"lastNotNull\"],\"fields\":\"\",\"values\":false},\"text\":{},\"textMode\":\"auto\"},\"pluginVersion\":\"7.4.3\",\"targets\":[{\"azureMonitor\":{\"aggOptions\":[\"None\",\"Average\",\"Minimum\",\"Maximum\",\"Total\",\"Count\"],\"aggregation\":\"Average\",\"allowedTimeGrainsMs\":[60000,300000,900000,1800000,3600000,21600000,43200000,86400000],\"dimensionFilter\":\"*\",\"dimensionFilters\":[],\"dimensions\":[{\"text\":\"Activity Type\",\"value\":\"ActivityType\"},{\"text\":\"Activity Name\",\"value\":\"ActivityName\"},{\"text\":\"Status Code\",\"value\":\"StatusCode\"},{\"text\":\"Status Code Class\",\"value\":\"StatusCodeClass\"}],\"metricDefinition\":\"Microsoft.KeyVault/vaults\",\"metricName\":\"Availability\",\"metricNamespace\":\"Microsoft.KeyVault/vaults\",\"resourceGroup\":\"$rg\",\"resourceName\":\"$resource\",\"timeGrain\":\"auto\",\"timeGrains\":[{\"text\":\"auto\",\"value\":\"auto\"},{\"text\":\"1 minute\",\"value\":\"PT1M\"},{\"text\":\"5 minutes\",\"value\":\"PT5M\"},{\"text\":\"15 @@ -6690,33 +7679,29 @@ interactions: \ )\\r\\n| project Time=TimeGenerated, Operation=OperationName, Result=ResultSignature, Duration = DurationMs, [\\\"Details\\\"]=bag_p\\r\\n| sort by Time desc\",\"resultFormat\":\"time_series\",\"workspace\":\"$ws\"},\"queryType\":\"Azure Log Analytics\",\"refId\":\"A\",\"subscription\":\"$sub\"}],\"title\":\"Operations - by Time\",\"type\":\"table\"}],\"refresh\":false,\"schemaVersion\":27,\"style\":\"dark\",\"tags\":[],\"templating\":{\"list\":[{\"current\":{},\"hide\":0,\"includeAll\":false,\"label\":\"Datasource\",\"multi\":false,\"name\":\"ds\",\"options\":[],\"query\":\"grafana-azure-monitor-datasource\",\"queryValue\":\"\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"type\":\"datasource\"},{\"allValue\":null,\"current\":{},\"datasource\":\"${ds}\",\"definition\":\"subscriptions()\",\"description\":null,\"error\":null,\"hide\":0,\"includeAll\":false,\"label\":\"Subscription\",\"multi\":false,\"name\":\"sub\",\"options\":[],\"query\":\"subscriptions()\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"sort\":0,\"tagValuesQuery\":\"\",\"tags\":[],\"tagsQuery\":\"\",\"type\":\"query\",\"useTags\":false},{\"allValue\":null,\"current\":{},\"datasource\":\"${ds}\",\"definition\":\"ResourceGroups($sub)\",\"description\":null,\"error\":null,\"hide\":0,\"includeAll\":false,\"label\":\"Resource - Group\",\"multi\":false,\"name\":\"rg\",\"options\":[],\"query\":\"ResourceGroups($sub)\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"sort\":0,\"tagValuesQuery\":\"\",\"tags\":[],\"tagsQuery\":\"\",\"type\":\"query\",\"useTags\":false},{\"hide\":2,\"label\":\"Namespace\",\"name\":\"ns\",\"query\":\"Microsoft.KeyVault/vaults\",\"skipUrlSync\":false,\"type\":\"constant\"},{\"allValue\":null,\"current\":{},\"datasource\":\"${ds}\",\"definition\":\"ResourceNames($sub, + by Time\",\"type\":\"table\"}],\"refresh\":false,\"schemaVersion\":27,\"style\":\"dark\",\"tags\":[],\"templating\":{\"list\":[{\"current\":{},\"hide\":0,\"includeAll\":false,\"label\":\"Datasource\",\"multi\":false,\"name\":\"ds\",\"options\":[],\"query\":\"grafana-azure-monitor-datasource\",\"queryValue\":\"\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"type\":\"datasource\"},{\"allValue\":null,\"current\":{},\"datasource\":\"${ds}\",\"definition\":\"subscriptions()\",\"description\":null,\"error\":null,\"hide\":0,\"includeAll\":false,\"label\":\"Subscription\",\"multi\":false,\"name\":\"sub\",\"options\":[],\"query\":\"subscriptions()\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"sort\":5,\"tagValuesQuery\":\"\",\"tags\":[],\"tagsQuery\":\"\",\"type\":\"query\",\"useTags\":false},{\"allValue\":null,\"current\":{},\"datasource\":\"${ds}\",\"definition\":\"ResourceGroups($sub)\",\"description\":null,\"error\":null,\"hide\":0,\"includeAll\":false,\"label\":\"Resource + Group\",\"multi\":false,\"name\":\"rg\",\"options\":[],\"query\":\"ResourceGroups($sub)\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"sort\":5,\"tagValuesQuery\":\"\",\"tags\":[],\"tagsQuery\":\"\",\"type\":\"query\",\"useTags\":false},{\"hide\":2,\"label\":\"Namespace\",\"name\":\"ns\",\"query\":\"Microsoft.KeyVault/vaults\",\"skipUrlSync\":false,\"type\":\"constant\"},{\"allValue\":null,\"current\":{},\"datasource\":\"${ds}\",\"definition\":\"ResourceNames($sub, $rg, $ns)\",\"description\":null,\"error\":null,\"hide\":0,\"includeAll\":false,\"label\":\"Resource\",\"multi\":false,\"name\":\"resource\",\"options\":[],\"query\":\"ResourceNames($sub, - $rg, $ns)\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"sort\":0,\"tagValuesQuery\":\"\",\"tags\":[],\"tagsQuery\":\"\",\"type\":\"query\",\"useTags\":false},{\"allValue\":null,\"current\":{},\"datasource\":\"${ds}\",\"definition\":\"Workspaces($sub)\",\"description\":null,\"error\":null,\"hide\":0,\"includeAll\":false,\"label\":\"Workspace\",\"multi\":false,\"name\":\"ws\",\"options\":[],\"query\":\"Workspaces($sub)\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"sort\":0,\"tagValuesQuery\":\"\",\"tags\":[],\"tagsQuery\":\"\",\"type\":\"query\",\"useTags\":false}]},\"time\":{\"from\":\"now-24h\",\"to\":\"now\"},\"title\":\"Azure - / Insights / Key Vaults\",\"uid\":\"tQZAMYrMk\",\"version\":1}}" + $rg, $ns)\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"sort\":5,\"tagValuesQuery\":\"\",\"tags\":[],\"tagsQuery\":\"\",\"type\":\"query\",\"useTags\":false},{\"allValue\":null,\"current\":{},\"datasource\":\"${ds}\",\"definition\":\"Workspaces($sub)\",\"description\":null,\"error\":null,\"hide\":0,\"includeAll\":false,\"label\":\"Workspace\",\"multi\":false,\"name\":\"ws\",\"options\":[],\"query\":\"Workspaces($sub)\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"sort\":5,\"tagValuesQuery\":\"\",\"tags\":[],\"tagsQuery\":\"\",\"type\":\"query\",\"useTags\":false}]},\"time\":{\"from\":\"now-24h\",\"to\":\"now\"},\"title\":\"Azure + / Insights / Key Vaults\",\"uid\":\"tQZAMYrMk\",\"version\":2}}" headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-+dS4vp6uJhbY/ABTtE8ysg';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-ratOXkj3TJ9JolgDAtAQaQ';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:22 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:16 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446263.655.29.895446|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725077.15.29.447673|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -6748,12 +7733,12 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/3n2E8CrGk response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-insights-storage-accounts","url":"/d/3n2E8CrGk/azure-insights-storage-accounts","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"storage.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__elements":[],"__inputs":[],"__requires":[{"id":"gauge","name":"Gauge","type":"panel","version":""},{"id":"grafana","name":"Grafana","type":"grafana","version":"9.0.1"},{"id":"grafana-azure-monitor-datasource","name":"Azure + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-insights-storage-accounts","url":"/d/3n2E8CrGk/azure-insights-storage-accounts","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:26Z","updated":"2023-05-10T23:32:41Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"storage.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__elements":[],"__inputs":[],"__requires":[{"id":"gauge","name":"Gauge","type":"panel","version":""},{"id":"grafana","name":"Grafana","type":"grafana","version":"9.0.1"},{"id":"grafana-azure-monitor-datasource","name":"Azure Monitor","type":"datasource","version":"1.0.0"},{"id":"stat","name":"Stat","type":"panel","version":""},{"id":"table","name":"Table","type":"panel","version":""},{"id":"timeseries","name":"Time series","type":"panel","version":""}],"description":"A dashboard that provides a unified view of Azure Storage services performance, capacity, and availability - metrics.","editable":true,"id":8,"iteration":null,"links":[],"liveNow":false,"panels":[{"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"fieldConfig":{"defaults":{"color":{"mode":"thresholds"},"mappings":[],"thresholds":{"mode":"percentage","steps":[{"color":"red","value":null},{"color":"green","value":100}]}},"overrides":[]},"gridPos":{"h":4,"w":3,"x":0,"y":0},"id":7,"options":{"orientation":"auto","reduceOptions":{"calcs":["lastNotNull"],"fields":"/^Availability$/","values":false},"showThresholdLabels":false,"showThresholdMarkers":false,"text":{}},"pluginVersion":"9.0.1","targets":[{"azureMonitor":{"aggOptions":["Average","Minimum","Maximum"],"aggregation":"Average","alias":"Availability","allowedTimeGrainsMs":[60000,300000,900000,1800000,3600000,21600000,43200000,86400000],"dimensionFilter":"*","dimensionFilters":[],"dimensions":[{"text":"Geo + metrics.","editable":true,"id":3,"iteration":null,"links":[],"liveNow":false,"panels":[{"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"fieldConfig":{"defaults":{"color":{"mode":"thresholds"},"mappings":[],"thresholds":{"mode":"percentage","steps":[{"color":"red","value":null},{"color":"green","value":100}]}},"overrides":[]},"gridPos":{"h":4,"w":3,"x":0,"y":0},"id":7,"options":{"orientation":"auto","reduceOptions":{"calcs":["lastNotNull"],"fields":"/^Availability$/","values":false},"showThresholdLabels":false,"showThresholdMarkers":false,"text":{}},"pluginVersion":"9.0.1","targets":[{"azureMonitor":{"aggOptions":["Average","Minimum","Maximum"],"aggregation":"Average","alias":"Availability","allowedTimeGrainsMs":[60000,300000,900000,1800000,3600000,21600000,43200000,86400000],"dimensionFilter":"*","dimensionFilters":[],"dimensions":[{"text":"Geo type","value":"GeoType"},{"text":"API name","value":"ApiName"},{"text":"Authentication","value":"Authentication"}],"metricName":"Availability","metricNamespace":"microsoft.storage/storageaccounts","resourceGroup":"$rg","resourceName":"$resource","resourceUri":"/subscriptions/$sub/resourceGroups/$rg/providers/$ns/$resource","timeGrain":"auto","timeGrains":[{"text":"auto","value":"auto"},{"text":"1 minute","value":"PT1M"},{"text":"5 minutes","value":"PT5M"},{"text":"15 minutes","value":"PT15M"},{"text":"30 minutes","value":"PT30M"},{"text":"1 hour","value":"PT1H"},{"text":"6 hours","value":"PT6H"},{"text":"12 @@ -7060,33 +8045,29 @@ interactions: Count","allowedTimeGrainsMs":[3600000],"dimensionFilter":"*","dimensionFilters":[],"dimensions":[],"metricName":"FileCount","metricNamespace":"microsoft.storage/storageaccounts/fileservices","resourceGroup":"$rg","resourceName":"$resource/default","resourceUri":"/subscriptions/$sub/resourceGroups/$rg/providers/$ns/$resource/fileServices/default","timeGrain":"auto","timeGrains":[{"text":"auto","value":"auto"},{"text":"1 hour","value":"PT1H"}],"top":"10"},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"hide":false,"queryType":"Azure Monitor","refId":"E","subscription":"$sub"}],"title":"Storage count","type":"timeseries"}],"refresh":false,"schemaVersion":36,"style":"dark","tags":[],"templating":{"list":[{"current":{"selected":false,"text":"Azure - Monitor","value":"Azure Monitor"},"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"subscriptions()","hide":0,"includeAll":false,"label":"Subscription","multi":false,"name":"sub","options":[],"query":"subscriptions()","refresh":2,"regex":"","skipUrlSync":false,"sort":0,"tagValuesQuery":"","tagsQuery":"","type":"query","useTags":false},{"hide":2,"label":"Namespace","name":"ns","query":"Microsoft.Storage/storageAccounts","skipUrlSync":false,"type":"constant"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"ResourceGroups($sub)","hide":0,"includeAll":false,"label":"Resource - Group","multi":false,"name":"rg","options":[],"query":"ResourceGroups($sub)","refresh":2,"regex":"","skipUrlSync":false,"sort":0,"tagValuesQuery":"","tagsQuery":"","type":"query","useTags":false},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"ResourceNames($sub, + Monitor","value":"Azure Monitor"},"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"subscriptions()","hide":0,"includeAll":false,"label":"Subscription","multi":false,"name":"sub","options":[],"query":"subscriptions()","refresh":2,"regex":"","skipUrlSync":false,"sort":5,"tagValuesQuery":"","tagsQuery":"","type":"query","useTags":false},{"hide":2,"label":"Namespace","name":"ns","query":"Microsoft.Storage/storageAccounts","skipUrlSync":false,"type":"constant"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"ResourceGroups($sub)","hide":0,"includeAll":false,"label":"Resource + Group","multi":false,"name":"rg","options":[],"query":"ResourceGroups($sub)","refresh":2,"regex":"","skipUrlSync":false,"sort":5,"tagValuesQuery":"","tagsQuery":"","type":"query","useTags":false},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"ResourceNames($sub, $rg, $ns)","hide":0,"includeAll":false,"label":"Resource","multi":false,"name":"resource","options":[],"query":"ResourceNames($sub, - $rg, $ns)","refresh":2,"regex":"","skipUrlSync":false,"sort":0,"tagValuesQuery":"","tagsQuery":"","type":"query","useTags":false}]},"time":{"from":"now-6h","to":"now"},"timezone":"","title":"Azure - / Insights / Storage Accounts","uid":"3n2E8CrGk","version":1}}' + $rg, $ns)","refresh":2,"regex":"","skipUrlSync":false,"sort":5,"tagValuesQuery":"","tagsQuery":"","type":"query","useTags":false}]},"time":{"from":"now-6h","to":"now"},"timezone":"","title":"Azure + / Insights / Storage Accounts","uid":"3n2E8CrGk","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-/PO2jLbi6nl/NrVq2rpOgg';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-TgRxYC4xWM2v9DOYPBmsnA';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:22 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:16 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446263.864.31.811373|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725077.378.27.118882|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -7118,12 +8099,12 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/AzVmInsightsByRG response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-insights-virtual-machines-by-resource-group","url":"/d/AzVmInsightsByRG/azure-insights-virtual-machines-by-resource-group","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"vMInsightsRG.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__elements":[],"__inputs":[],"__requires":[{"id":"grafana","name":"Grafana","type":"grafana","version":"8.4.3"},{"id":"grafana-azure-monitor-datasource","name":"Azure + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-insights-virtual-machines-by-resource-group","url":"/d/AzVmInsightsByRG/azure-insights-virtual-machines-by-resource-group","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:26Z","updated":"2023-05-10T23:32:41Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"vMInsightsRG.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__elements":[],"__inputs":[],"__requires":[{"id":"grafana","name":"Grafana","type":"grafana","version":"8.4.3"},{"id":"grafana-azure-monitor-datasource","name":"Azure Monitor","type":"datasource","version":"0.3.0"},{"id":"stat","name":"Stat","type":"panel","version":""},{"id":"table","name":"Table","type":"panel","version":""},{"id":"text","name":"Text","type":"panel","version":""},{"id":"timeseries","name":"Time series","type":"panel","version":""}],"description":"This dashboard shows the performance and health of Azure Virtual Machines via different metrics - collected by Azure Monitor VM Insights. Filter data by Resource Group","editable":true,"id":4,"links":[],"liveNow":false,"panels":[{"gridPos":{"h":5,"w":24,"x":0,"y":0},"id":54,"options":{"content":"\u003cdiv + collected by Azure Monitor VM Insights. Filter data by Resource Group","editable":true,"id":7,"links":[],"liveNow":false,"panels":[{"gridPos":{"h":5,"w":24,"x":0,"y":0},"id":54,"options":{"content":"\u003cdiv style=\"padding: 1em; text-align: center\"\u003e\n \u003cp\u003eWelcome to the Azure Monitor data source for Grafana. To learn more about it, visit our \u003ca href=\"https://grafana.com/docs/grafana/latest/datasources/azuremonitor/\" @@ -8211,8 +9192,8 @@ interactions: trendBinSize)\r\n","resource":"/subscriptions/$sub","resultFormat":"table"},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"queryType":"Azure Log Analytics","refId":"A","subscription":""}],"title":"Max vailable Logical Space Disk Used % ","transformations":[{"id":"organize","options":{"excludeByName":{"Average":true,"ComputerId":true,"ComputerId1":true,"Min":true,"MountId":true,"P10th":true,"P50th":true,"P5th":true,"P80th":true,"P90th":true,"P95th":true},"indexByName":{},"renameByName":{}}},{"id":"prepareTimeSeries","options":{"format":"many"}},{"id":"renameByRegex","options":{"regex":"(.+)\\s(.+)","renamePattern":"$2"}}],"type":"stat"}],"title":"Logical - Disk Space Used %","type":"row"}],"refresh":"","schemaVersion":35,"style":"dark","tags":[],"templating":{"list":[{"current":{},"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"Subscriptions()","hide":0,"includeAll":false,"label":"Subscription","multi":false,"name":"sub","options":[],"query":"Subscriptions()","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"ResourceGroups($sub)","hide":0,"includeAll":false,"label":"Resource - Group(s)","multi":true,"name":"rg","options":[],"query":"ResourceGroups($sub)","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"current":{"selected":true,"text":"Average","value":"score + Disk Space Used %","type":"row"}],"refresh":"","schemaVersion":35,"style":"dark","tags":[],"templating":{"list":[{"current":{},"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"Subscriptions()","hide":0,"includeAll":false,"label":"Subscription","multi":false,"name":"sub","options":[],"query":"Subscriptions()","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"ResourceGroups($sub)","hide":0,"includeAll":false,"label":"Resource + Group(s)","multi":true,"name":"rg","options":[],"query":"ResourceGroups($sub)","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"current":{"selected":true,"text":"Average","value":"score = round(avg(Val), 2)"},"hide":0,"includeAll":false,"label":"Aggregate","multi":false,"name":"agg","options":[{"selected":true,"text":"Average","value":"score = round(avg(Val), 2)"},{"selected":false,"text":"P5th","value":"score= round(percentile(Val, 5), 2)"},{"selected":false,"text":"P10th","value":"score= round(percentile(Val, @@ -8226,30 +9207,26 @@ interactions: round(percentile(Val\\, 80)\\, 2), P90th : score= round(percentile(Val\\, 90)\\, 2), P95th : score= round(percentile(Val\\, 95)\\, 2)","queryValue":"","skipUrlSync":false,"type":"custom"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"","hide":2,"includeAll":false,"multi":false,"name":"tenantId","options":[],"query":{"azureLogAnalytics":{"query":"InsightsMetrics\r\n| project TenantId","resource":"/subscriptions/$sub"},"queryType":"Azure Log - Analytics","refId":"A","subscription":""},"refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"}]},"time":{"from":"now-15m","to":"now"},"title":"Azure - / Insights / Virtual Machines by Resource Group","uid":"AzVmInsightsByRG","version":1}}' + Analytics","refId":"A","subscription":""},"refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"}]},"time":{"from":"now-15m","to":"now"},"title":"Azure + / Insights / Virtual Machines by Resource Group","uid":"AzVmInsightsByRG","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-Sf0tyM6wpGzW8sVUAv78SQ';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-BRjzJoFbfKwUgufd7w1xoA';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:23 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:16 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446264.132.27.808729|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725077.621.30.431817|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -8281,8 +9258,8 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/AzVmInsightsByWS response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-insights-virtual-machines-by-workspace","url":"/d/AzVmInsightsByWS/azure-insights-virtual-machines-by-workspace","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"vMInsightsWs.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__elements":[],"__inputs":[],"__requires":[{"id":"grafana","name":"Grafana","type":"grafana","version":"8.4.3"},{"id":"grafana-azure-monitor-datasource","name":"Azure + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-insights-virtual-machines-by-workspace","url":"/d/AzVmInsightsByWS/azure-insights-virtual-machines-by-workspace","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:26Z","updated":"2023-05-10T23:32:41Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"vMInsightsWs.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__elements":[],"__inputs":[],"__requires":[{"id":"grafana","name":"Grafana","type":"grafana","version":"8.4.3"},{"id":"grafana-azure-monitor-datasource","name":"Azure Monitor","type":"datasource","version":"0.3.0"},{"id":"stat","name":"Stat","type":"panel","version":""},{"id":"table","name":"Table","type":"panel","version":""},{"id":"text","name":"Text","type":"panel","version":""},{"id":"timeseries","name":"Time series","type":"panel","version":""}],"description":"This dashboard shows the performance and health of Azure Virtual Machines via different metrics @@ -9311,11 +10288,11 @@ interactions: = ComputerId TrendValue = max(Val) by MountId, ComputerId, Computer, bin(TimeGenerated, trendBinSize)\r\n","resource":"$ws","resultFormat":"table"},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"queryType":"Azure Log Analytics","refId":"A","subscription":""}],"title":"Max available Logical - Space Disk Used % ","transformations":[{"id":"organize","options":{"excludeByName":{"Average":true,"ComputerId":true,"ComputerId1":true,"Min":true,"MountId":true,"P10th":true,"P50th":true,"P5th":true,"P80th":true,"P90th":true,"P95th":true},"indexByName":{},"renameByName":{}}},{"id":"prepareTimeSeries","options":{"format":"many"}},{"id":"renameByRegex","options":{"regex":"(.+)\\s(.+)","renamePattern":"$2"}}],"type":"stat"}],"refresh":false,"schemaVersion":35,"style":"dark","tags":[],"templating":{"list":[{"current":{},"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"current":{},"datasource":{"uid":"${ds}"},"definition":"Subscriptions()","hide":0,"includeAll":false,"label":"Subscription","multi":false,"name":"sub","options":[],"query":"Subscriptions()","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"current":{},"datasource":{"uid":"${ds}"},"definition":"Workspaces($sub)","hide":0,"includeAll":false,"label":"Workspace","multi":false,"name":"ws","options":[],"query":"Workspaces($sub)","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"","hide":0,"includeAll":false,"label":"Resource + Space Disk Used % ","transformations":[{"id":"organize","options":{"excludeByName":{"Average":true,"ComputerId":true,"ComputerId1":true,"Min":true,"MountId":true,"P10th":true,"P50th":true,"P5th":true,"P80th":true,"P90th":true,"P95th":true},"indexByName":{},"renameByName":{}}},{"id":"prepareTimeSeries","options":{"format":"many"}},{"id":"renameByRegex","options":{"regex":"(.+)\\s(.+)","renamePattern":"$2"}}],"type":"stat"}],"refresh":false,"schemaVersion":35,"style":"dark","tags":[],"templating":{"list":[{"current":{},"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"current":{},"datasource":{"uid":"${ds}"},"definition":"Subscriptions()","hide":0,"includeAll":false,"label":"Subscription","multi":false,"name":"sub","options":[],"query":"Subscriptions()","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"current":{},"datasource":{"uid":"${ds}"},"definition":"Workspaces($sub)","hide":0,"includeAll":false,"label":"Workspace","multi":false,"name":"ws","options":[],"query":"Workspaces($sub)","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"","hide":0,"includeAll":false,"label":"Resource Group(s)","multi":true,"name":"rg","options":[],"query":{"azureLogAnalytics":{"query":"InsightsMetrics\r\n| where Origin == ''vm.azm.ms''\r\n| parse kind=regex tolower(_ResourceId) with ''resourcegroups/'' resourceGroup ''/p(.+)'' *\r\n| project resourceGroup","resource":"$ws"},"queryType":"Azure - Log Analytics","refId":"A","subscription":""},"refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"current":{"selected":false,"text":"Average","value":"score + Log Analytics","refId":"A","subscription":""},"refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"current":{"selected":false,"text":"Average","value":"score = round(avg(Val), 2)"},"hide":0,"includeAll":false,"label":"Aggregate","multi":false,"name":"agg","options":[{"selected":true,"text":"Average","value":"score = round(avg(Val), 2)"},{"selected":false,"text":"P5th","value":"score= round(percentile(Val, 5), 2)"},{"selected":false,"text":"P10th","value":"score= round(percentile(Val, @@ -9328,29 +10305,25 @@ interactions: 10)\\, 2), P50th : score= round(percentile(Val\\, 50)\\, 2), P80th : score= round(percentile(Val\\, 80)\\, 2), P90th : score= round(percentile(Val\\, 90)\\, 2), P95th : score= round(percentile(Val\\, 95)\\, 2)","queryValue":"","skipUrlSync":false,"type":"custom"}]},"time":{"from":"now-15m","to":"now"},"title":"Azure - / Insights / Virtual Machines by Workspace","uid":"AzVmInsightsByWS","version":1}}' + / Insights / Virtual Machines by Workspace","uid":"AzVmInsightsByWS","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-tNhEs2qI2ZpU/aJ4YJb4Wg';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-E/ginnZ8cXqSBkbKr6kb2w';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:23 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:16 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446264.414.28.441776|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725077.918.27.357324|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -9382,8 +10355,8 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/Mtwt2BV7k response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-resources-overview","url":"/d/Mtwt2BV7k/azure-resources-overview","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"arg.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__inputs":[],"__requires":[{"id":"grafana","name":"Grafana","type":"grafana","version":"8.2.0-pre"},{"id":"grafana-azure-monitor-datasource","name":"Azure + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-resources-overview","url":"/d/Mtwt2BV7k/azure-resources-overview","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:26Z","updated":"2023-05-10T23:32:40Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"arg.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__inputs":[],"__requires":[{"id":"grafana","name":"Grafana","type":"grafana","version":"8.2.0-pre"},{"id":"grafana-azure-monitor-datasource","name":"Azure Monitor","type":"datasource","version":"0.3.0"},{"id":"stat","name":"Stat","type":"panel","version":""},{"id":"table","name":"Table","type":"panel","version":""}],"description":"The dashboard provides insights of Azure Resource Graph Explorer overview, compute, Paas, networking, monitoring and security. Queries used in this Azure Monitor @@ -10016,29 +10989,25 @@ interactions: Resource Graph","refId":"A","samplingType":"","service":"metric","subscriptions":["$subscriptions"],"useBackends":false,"useCustomSeriesNaming":false}],"title":"Azure Security Center Secure Controls Score by Controls","type":"table"}],"title":"Monitoring \u0026 Security","type":"row"}],"refresh":"","schemaVersion":31,"style":"dark","tags":[],"templating":{"list":[{"current":{},"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"allValue":null,"current":{},"datasource":"${ds}","definition":"Subscriptions()","description":null,"error":null,"hide":0,"includeAll":false,"label":"Subscription(s)","multi":true,"name":"subscriptions","options":[],"query":"Subscriptions()","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"}]},"time":{"from":"now-1h","to":"now"},"title":"Azure - / Resources Overview","uid":"Mtwt2BV7k","version":1}}' + / Resources Overview","uid":"Mtwt2BV7k","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-dT44FP492rIO2SvYWBLbag';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-H052xvUyonfPvjOzWcQ0WQ';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:23 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:17 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446264.713.28.261862|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725078.22.28.311610|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -10070,7 +11039,7 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/xLERdASnz response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"cluster-detail","url":"/d/xLERdASnz/cluster-detail","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"ClusterDetail.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"annotations":{"list":[{"builtIn":1,"datasource":"-- + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"cluster-detail","url":"/d/xLERdASnz/cluster-detail","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:27Z","updated":"2023-05-22T03:02:20Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"ClusterDetail.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"annotations":{"list":[{"builtIn":1,"datasource":"-- Grafana --","enable":true,"hide":true,"iconColor":"rgba(0, 211, 255, 1)","name":"Annotations \u0026 Alerts","target":{"limit":100,"matchAny":false,"tags":[],"type":"dashboard"},"type":"dashboard"}]},"editable":true,"gnetId":null,"graphTooltip":0,"id":21,"links":[],"liveNow":false,"panels":[{"datasource":"Geneva Datasource","description":"For a particular cluster, this widget shows it''s @@ -10136,29 +11105,25 @@ interactions: ClusterName)","description":"The name of the cluster you want to see data for","error":null,"hide":0,"includeAll":true,"label":"Cluster Name","multi":true,"name":"ClusterName","options":[],"query":"dimensionValues($account, ServiceFabric, ClusterHealthState, ClusterName)","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"}]},"time":{"from":"now-6h","to":"now"},"timepicker":{},"timezone":"","title":"Cluster - Detail","uid":"xLERdASnz","version":1}}' + Detail","uid":"xLERdASnz","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-AB2CM/ze+Yk8HkNF/1DI0w';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-MPnWoZI7A5BRa4onMDYxyw';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:23 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:17 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446264.964.29.277207|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725078.481.30.157951|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -10190,9 +11155,9 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/QTVw7iK7z response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"geneva-health","url":"/d/QTVw7iK7z/geneva-health","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"Health.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"annotations":{"list":[{"datasource":"Geneva + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"geneva-health","url":"/d/QTVw7iK7z/geneva-health","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:27Z","updated":"2023-05-22T03:02:20Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"Health.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"annotations":{"list":[{"datasource":"Geneva Datasource","enable":true,"iconColor":"light-blue","name":"Geneva Health Annotations","target":{"account":"$acc","backends":[],"dimension":"","groupByUnit":"m","groupByValue":"1","healthHistoryValueTransform":"raw","healthQueryType":"Watchdog - Health","isAnnotationsMode":true,"limit":100,"matchAny":false,"metric":"","metricsQueryType":"ui","namespace":"","samplingType":"","selectedWatchdogResourceVar":"$nodeIds","service":"health","tags":[],"type":"dashboard","useBackends":false,"useCustomSeriesNaming":false,"useResourceVars":true}}]},"editable":true,"gnetId":null,"graphTooltip":0,"id":17,"links":[],"panels":[{"datasource":"Geneva + Health","isAnnotationsMode":true,"limit":100,"matchAny":false,"metric":"","metricsQueryType":"ui","namespace":"","samplingType":"","selectedWatchdogResourceVar":"$nodeIds","service":"health","tags":[],"type":"dashboard","useBackends":false,"useCustomSeriesNaming":false,"useResourceVars":true}}]},"editable":true,"gnetId":null,"graphTooltip":0,"id":16,"links":[],"panels":[{"datasource":"Geneva Datasource","gridPos":{"h":21,"w":6,"x":0,"y":0},"id":2,"options":{"monitorNameVar":"$monitorName","monitorVar":"$monitor","orientation":"vertical","resourceHealthVar":"$nodeIds","resourceNameVar":"$selectedRes"},"targets":[{"account":"$acc","backends":[],"dimension":"","groupByUnit":"m","groupByValue":"1","healthHistoryValueTransform":"raw","healthQueryType":"Topology","metric":"","metricsQueryType":"ui","namespace":"","refId":"A","samplingType":"","service":"health","topologyNodeId":"$res","useBackends":false,"useCustomSeriesNaming":false,"useResourceVars":false}],"title":"Topology","type":"geneva-health-panel"},{"datasource":"Geneva Datasource","fieldConfig":{"defaults":{"color":{"mode":"thresholds"},"custom":{"fillOpacity":70,"lineWidth":0},"mappings":[{"options":{"0":{"color":"red","index":0,"text":"Unhealthy"},"1":{"color":"green","index":1,"text":"Healthy"},"2":{"color":"orange","index":2,"text":"Degraded"}},"type":"value"}],"thresholds":{"mode":"absolute","steps":[{"color":"text","value":null},{"color":"red","value":0},{"color":"green","value":1},{"color":"#EAB839","value":2}]}},"overrides":[]},"gridPos":{"h":7,"w":18,"x":6,"y":0},"id":4,"options":{"alignValue":"left","legend":{"displayMode":"hidden","placement":"bottom"},"mergeValues":true,"rowHeight":0.9,"showValue":"never","tooltip":{"mode":"single"}},"targets":[{"account":"$acc","backends":[],"dimension":"","groupByUnit":"m","groupByValue":"1","healthHistoryValueTransform":"raw","healthQueryType":"Resource Health","metric":"","metricsQueryType":"ui","namespace":"","refId":"A","samplingType":"","selectedResourcesVar":"$nodeIds","service":"health","useBackends":false,"useCustomSeriesNaming":false,"useResourceVars":true}],"title":"Resource @@ -10205,29 +11170,25 @@ interactions: Datasource","definition":"Accounts()","description":null,"error":null,"hide":0,"includeAll":false,"label":"Account","multi":false,"name":"acc","options":[],"query":"Accounts()","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"allValue":null,"current":{},"datasource":"Geneva Datasource","definition":"HealthResources($acc)","description":null,"error":null,"hide":0,"includeAll":false,"label":"Health Resource","multi":false,"name":"res","options":[],"query":"HealthResources($acc)","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"allValue":null,"current":{"selected":false,"text":"","value":""},"description":null,"error":null,"hide":2,"includeAll":false,"label":null,"multi":false,"name":"nodeIds","options":[],"query":"","skipUrlSync":false,"type":"custom"},{"allValue":null,"current":{},"description":null,"error":null,"hide":2,"includeAll":false,"label":null,"multi":false,"name":"selectedRes","options":[],"query":"","skipUrlSync":false,"type":"custom"},{"current":{},"hide":2,"includeAll":false,"multi":false,"name":"monitor","options":[],"query":"","skipUrlSync":false,"type":"custom"},{"current":{},"hide":2,"includeAll":false,"multi":false,"name":"monitorName","options":[],"query":"","skipUrlSync":false,"type":"custom"}]},"time":{"from":"now-1h","to":"now"},"timepicker":{},"timezone":"","title":"Geneva - Health","uid":"QTVw7iK7z","version":1}}' + Health","uid":"QTVw7iK7z","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-+7FilmOgCWUpn7+Q8OJIug';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-I8NNwoNtXbQ17G+qrktIDA';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:24 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:17 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446265.185.29.373216|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725078.697.28.163679|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -10259,7 +11220,7 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/sVKyjvpnz response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"incoming-service-qos","url":"/d/sVKyjvpnz/incoming-service-qos","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"IncomingQoS.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"editable":true,"fiscalYearStartMonth":0,"gnetId":null,"graphTooltip":0,"id":22,"links":[],"liveNow":false,"panels":[{"datasource":"Geneva + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"incoming-service-qos","url":"/d/sVKyjvpnz/incoming-service-qos","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:27Z","updated":"2023-05-22T03:02:20Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"IncomingQoS.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"editable":true,"fiscalYearStartMonth":0,"gnetId":null,"graphTooltip":0,"id":18,"links":[],"liveNow":false,"panels":[{"datasource":"Geneva Datasource","fieldConfig":{"defaults":{"color":{"mode":"thresholds"},"decimals":2,"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null}]}},"overrides":[]},"gridPos":{"h":9,"w":12,"x":0,"y":0},"id":2,"options":{"colorMode":"value","graphMode":"area","justifyMode":"auto","orientation":"auto","reduceOptions":{"calcs":["mean"],"fields":"","values":false},"text":{},"textMode":"auto"},"pluginVersion":"8.2.2","targets":[{"account":"AnswersUIProd","backends":[],"dimension":"Total","dimensionFilterOperators":[],"dimensionFilterValues":[],"dimensionFilters":[],"groupByUnit":"m","groupByValue":"1","healthHistoryValueTransform":"raw","healthQueryType":"Topology","metric":"StandingQuery\\IncomingApiReliability","metricsQueryType":"ui","namespace":"ApplicationMetrics","queryText":"metric(\"StandingQuery\\\\IncomingApiReliability\").samplingTypes(\"NullableAverage\")\n\n| top 40 by avg(NullableAverage) desc\n","refId":"A","samplingType":"NullableAverage","service":"metrics","useBackends":false,"useCustomSeriesNaming":false,"useResourceVars":false}],"title":"Overall Reliability","type":"stat"},{"datasource":"Geneva Datasource","fieldConfig":{"defaults":{"color":{"mode":"thresholds"},"decimals":2,"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null}]}},"overrides":[]},"gridPos":{"h":9,"w":12,"x":12,"y":0},"id":3,"options":{"colorMode":"value","graphMode":"area","justifyMode":"auto","orientation":"auto","reduceOptions":{"calcs":["mean"],"fields":"","values":false},"text":{},"textMode":"auto"},"pluginVersion":"8.2.2","targets":[{"account":"AnswersUIProd","backends":[],"dimension":"Total","dimensionFilterOperators":[],"dimensionFilterValues":[],"dimensionFilters":[],"groupByUnit":"m","groupByValue":"1","healthHistoryValueTransform":"raw","healthQueryType":"Topology","metric":"StandingQuery\\IncomingApiReliability","metricsQueryType":"ui","namespace":"ApplicationMetrics","queryText":"metric(\"StandingQuery\\\\IncomingApiReliability\").samplingTypes(\"Rate\")\n\n| @@ -10312,29 +11273,25 @@ interactions: Datasource","definition":"dimensionValues($Account, $Namespace, $Metric, CallerName)","description":null,"error":null,"hide":0,"includeAll":true,"label":"Caller Name","multi":true,"name":"CallerName","options":[],"query":"dimensionValues($Account, $Namespace, $Metric, CallerName)","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"}]},"time":{"from":"now-6h","to":"now"},"timepicker":{},"timezone":"","title":"Incoming - Service QoS","uid":"sVKyjvpnz","version":1}}' + Service QoS","uid":"sVKyjvpnz","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-1YKjvm6DunYID6tH4bwwHw';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-MS9BzWLa8GV2nmmFEmbW8w';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:24 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:17 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446265.357.29.912119|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725078.896.29.56251|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -10366,9 +11323,9 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/_sKhXTH7z response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"node-detail","url":"/d/_sKhXTH7z/node-detail","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"NodeDetail.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"annotations":{"list":[{"builtIn":1,"datasource":"-- + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"node-detail","url":"/d/_sKhXTH7z/node-detail","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:27Z","updated":"2023-05-22T03:03:27Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"NodeDetail.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"annotations":{"list":[{"builtIn":1,"datasource":"-- Grafana --","enable":true,"hide":true,"iconColor":"rgba(0, 211, 255, 1)","name":"Annotations - \u0026 Alerts","target":{"limit":100,"matchAny":false,"tags":[],"type":"dashboard"},"type":"dashboard"}]},"editable":true,"gnetId":null,"graphTooltip":0,"id":18,"links":[],"liveNow":false,"panels":[{"datasource":"Geneva + \u0026 Alerts","target":{"limit":100,"matchAny":false,"tags":[],"type":"dashboard"},"type":"dashboard"}]},"editable":true,"gnetId":null,"graphTooltip":0,"id":13,"links":[],"liveNow":false,"panels":[{"datasource":"Geneva Datasource","description":"For a particular cluster and an application, this widget shows it''s health timeline - time when the application sent Ok, Warning and Error as it''s health status","fieldConfig":{"defaults":{"color":{"mode":"continuous-RdYlGr"},"custom":{"fillOpacity":75,"lineWidth":0},"mappings":[],"max":1,"min":0,"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null}]},"unit":"short"},"overrides":[{"matcher":{"id":"byRegexp","options":"Error.*"},"properties":[{"id":"mappings","value":[{"options":{"0":{"color":"transparent","index":0},"1":{"color":"red","index":1}},"type":"value"}]}]},{"matcher":{"id":"byRegexp","options":"Ok.*"},"properties":[{"id":"mappings","value":[{"options":{"0":{"color":"transparent","index":0},"1":{"color":"green","index":1}},"type":"value"}]}]},{"matcher":{"id":"byRegexp","options":"Warning.*"},"properties":[{"id":"mappings","value":[{"options":{"0":{"color":"transparent","index":0},"1":{"color":"yellow","index":1}},"type":"value"}]}]}]},"gridPos":{"h":13,"w":24,"x":0,"y":0},"id":2,"options":{"alignValue":"center","legend":{"displayMode":"hidden","placement":"bottom"},"mergeValues":true,"rowHeight":0.9,"showValue":"never","tooltip":{"mode":"single"}},"targets":[{"account":"$account","azureMonitor":{"timeGrain":"auto"},"backends":[],"dimension":"ClusterName, @@ -10400,26 +11357,22 @@ interactions: Detail","uid":"_sKhXTH7z","version":1}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-tQgEcvJ5Ai51PakV1km87w';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-3cjy5cVN79KCRHNBLXY2fA';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:24 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:18 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446265.566.28.527030|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725079.12.28.710332|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -10451,7 +11404,7 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/6naEwcp7z response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"outgoing-service-qos","url":"/d/6naEwcp7z/outgoing-service-qos","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"OutgoingQoS.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"editable":true,"fiscalYearStartMonth":0,"gnetId":null,"graphTooltip":0,"id":19,"links":[],"liveNow":false,"panels":[{"datasource":"Geneva + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"outgoing-service-qos","url":"/d/6naEwcp7z/outgoing-service-qos","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:27Z","updated":"2023-05-22T03:03:27Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"OutgoingQoS.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"editable":true,"fiscalYearStartMonth":0,"gnetId":null,"graphTooltip":0,"id":14,"links":[],"liveNow":false,"panels":[{"datasource":"Geneva Datasource","fieldConfig":{"defaults":{"color":{"mode":"thresholds"},"decimals":2,"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null}]}},"overrides":[]},"gridPos":{"h":9,"w":12,"x":0,"y":0},"id":2,"options":{"colorMode":"value","graphMode":"area","justifyMode":"auto","orientation":"auto","reduceOptions":{"calcs":["mean"],"fields":"","values":false},"text":{},"textMode":"auto"},"pluginVersion":"8.2.2","targets":[{"account":"AnswersUIProd","backends":[],"dimension":"Total","dimensionFilterOperators":[],"dimensionFilterValues":[],"dimensionFilters":[],"groupByUnit":"m","groupByValue":"1","healthHistoryValueTransform":"raw","healthQueryType":"Topology","metric":"StandingQuery\\OutgoingApiReliability","metricsQueryType":"ui","namespace":"ApplicationMetrics","queryText":"metric(\"StandingQuery\\\\OutgoingApiReliability\").samplingTypes(\"NullableAverage\")\n\n| top 40 by avg(NullableAverage) desc\n","refId":"A","samplingType":"NullableAverage","service":"metrics","useBackends":false,"useCustomSeriesNaming":false,"useResourceVars":false}],"title":"Overall Reliability","type":"stat"},{"datasource":"Geneva Datasource","fieldConfig":{"defaults":{"color":{"mode":"thresholds"},"decimals":2,"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null}]}},"overrides":[]},"gridPos":{"h":9,"w":12,"x":12,"y":0},"id":3,"options":{"colorMode":"value","graphMode":"area","justifyMode":"auto","orientation":"auto","reduceOptions":{"calcs":["mean"],"fields":"","values":false},"text":{},"textMode":"auto"},"pluginVersion":"8.2.2","targets":[{"account":"AnswersUIProd","backends":[],"dimension":"Total","dimensionFilterOperators":[],"dimensionFilterValues":[],"dimensionFilters":[],"groupByUnit":"m","groupByValue":"1","healthHistoryValueTransform":"raw","healthQueryType":"Topology","metric":"StandingQuery\\OutgoingApiReliability","metricsQueryType":"ui","namespace":"ApplicationMetrics","queryText":"metric(\"StandingQuery\\\\OutgoingApiReliability\").samplingTypes(\"RequestRate\")\n\n| @@ -10514,26 +11467,22 @@ interactions: Service QoS","uid":"6naEwcp7z","version":1}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-FtWNo125hpTQsCeVQHuG9A';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-nZd7L/jtFvzN++jbUQNx0Q';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:24 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:18 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446265.742.27.403293|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725079.307.28.630413|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -10565,9 +11514,9 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/GIgvhSV7z response: body: - string: "{\"meta\":{\"type\":\"db\",\"canSave\":true,\"canEdit\":true,\"canAdmin\":true,\"canStar\":true,\"canDelete\":true,\"slug\":\"service-fabric-application-overview\",\"url\":\"/d/GIgvhSV7z/service-fabric-application-overview\",\"expires\":\"0001-01-01T00:00:00Z\",\"created\":\"2023-04-14T04:18:05Z\",\"updated\":\"2023-04-14T04:18:05Z\",\"updatedBy\":\"Anonymous\",\"createdBy\":\"Anonymous\",\"version\":1,\"hasAcl\":false,\"isFolder\":false,\"folderId\":12,\"folderUid\":\"geneva\",\"folderTitle\":\"Geneva\",\"folderUrl\":\"/dashboards/f/geneva/geneva\",\"provisioned\":true,\"provisionedExternalId\":\"ServiceFabricApplicationOverview.json\",\"annotationsPermissions\":{\"dashboard\":{\"canAdd\":false,\"canEdit\":false,\"canDelete\":false},\"organization\":{\"canAdd\":false,\"canEdit\":false,\"canDelete\":false}},\"hasPublicDashboard\":false,\"publicDashboardAccessToken\":\"\",\"publicDashboardUid\":\"\",\"publicDashboardEnabled\":false},\"dashboard\":{\"annotations\":{\"list\":[{\"builtIn\":1,\"datasource\":\"-- + string: "{\"meta\":{\"type\":\"db\",\"canSave\":true,\"canEdit\":true,\"canAdmin\":true,\"canStar\":true,\"canDelete\":true,\"slug\":\"service-fabric-application-overview\",\"url\":\"/d/GIgvhSV7z/service-fabric-application-overview\",\"expires\":\"0001-01-01T00:00:00Z\",\"created\":\"2023-05-22T03:03:27Z\",\"updated\":\"2023-05-22T03:02:21Z\",\"updatedBy\":\"Anonymous\",\"createdBy\":\"Anonymous\",\"version\":2,\"hasAcl\":false,\"isFolder\":false,\"folderId\":12,\"folderUid\":\"geneva\",\"folderTitle\":\"Geneva\",\"folderUrl\":\"/dashboards/f/geneva/geneva\",\"provisioned\":true,\"provisionedExternalId\":\"ServiceFabricApplicationOverview.json\",\"annotationsPermissions\":{\"dashboard\":{\"canAdd\":false,\"canEdit\":false,\"canDelete\":false},\"organization\":{\"canAdd\":false,\"canEdit\":false,\"canDelete\":false}},\"publicDashboardAccessToken\":\"\",\"publicDashboardUid\":\"\",\"publicDashboardEnabled\":false},\"dashboard\":{\"annotations\":{\"list\":[{\"builtIn\":1,\"datasource\":\"-- Grafana --\",\"enable\":true,\"hide\":true,\"iconColor\":\"rgba(0, 211, 255, - 1)\",\"name\":\"Annotations \\u0026 Alerts\",\"target\":{\"limit\":100,\"matchAny\":false,\"tags\":[],\"type\":\"dashboard\"},\"type\":\"dashboard\"}]},\"editable\":true,\"gnetId\":null,\"graphTooltip\":0,\"id\":13,\"links\":[{\"asDropdown\":true,\"icon\":\"external + 1)\",\"name\":\"Annotations \\u0026 Alerts\",\"target\":{\"limit\":100,\"matchAny\":false,\"tags\":[],\"type\":\"dashboard\"},\"type\":\"dashboard\"}]},\"editable\":true,\"gnetId\":null,\"graphTooltip\":0,\"id\":15,\"links\":[{\"asDropdown\":true,\"icon\":\"external link\",\"includeVars\":true,\"keepTime\":true,\"tags\":[],\"targetBlank\":true,\"title\":\"New link\",\"tooltip\":\"\",\"type\":\"dashboards\",\"url\":\"\"}],\"panels\":[{\"datasource\":\"Geneva Datasource\",\"description\":\"Total number of clusters reporting at least @@ -10635,29 +11584,25 @@ interactions: 10 unhealthy applications across all clusters\",\"tooltip\":{\"show\":true,\"showHistogram\":false},\"type\":\"heatmap\",\"xAxis\":{\"show\":true},\"xBucketNumber\":null,\"xBucketSize\":null,\"yAxis\":{\"decimals\":null,\"format\":\"short\",\"logBase\":1,\"max\":null,\"min\":null,\"show\":true,\"splitFactor\":null},\"yBucketBound\":\"auto\",\"yBucketNumber\":null,\"yBucketSize\":null}],\"refresh\":\"\",\"schemaVersion\":30,\"style\":\"dark\",\"tags\":[],\"templating\":{\"list\":[{\"allValue\":null,\"current\":{},\"datasource\":\"Geneva Datasource\",\"definition\":\"accounts()\",\"description\":\"The Geneva metrics account name\",\"error\":null,\"hide\":0,\"includeAll\":false,\"label\":\"Account\",\"multi\":false,\"name\":\"account\",\"options\":[],\"query\":\"accounts()\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"sort\":1,\"type\":\"query\"}]},\"time\":{\"from\":\"now-6h\",\"to\":\"now\"},\"timepicker\":{},\"timezone\":\"\",\"title\":\"Service - Fabric Application Overview\",\"uid\":\"GIgvhSV7z\",\"version\":1}}" + Fabric Application Overview\",\"uid\":\"GIgvhSV7z\",\"version\":2}}" headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-oXSAnLT+wYjhk0abH84PHA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-djT6yz3GeLKFR7TD8HQmOw';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:24 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:18 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446265.956.30.566640|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725079.522.28.525890|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -10686,35 +11631,31 @@ interactions: content-type: - application/json method: GET - uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/jibKUkE4k + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/mg2OAlTVd response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"test-dashboard","url":"/d/jibKUkE4k/test-dashboard","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:24:09Z","updated":"2023-04-14T04:24:14Z","updatedBy":"example@example.com","createdBy":"example@example.com","version":2,"hasAcl":false,"isFolder":false,"folderId":0,"folderUid":"","folderTitle":"General","folderUrl":"","provisioned":false,"provisionedExternalId":"","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"id":25,"title":"Test - Dashboard","uid":"jibKUkE4k","version":2}}' + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"test-dashboard","url":"/d/mg2OAlTVd/test-dashboard","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:11:10Z","updated":"2023-05-22T03:11:10Z","updatedBy":"example@example.com","createdBy":"example@example.com","version":1,"hasAcl":false,"isFolder":false,"folderId":0,"folderUid":"","folderTitle":"General","folderUrl":"","provisioned":false,"provisionedExternalId":"","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"id":30,"title":"Test + Dashboard","uid":"mg2OAlTVd","version":1}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '832' + - '805' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-lmWYhzqsyrWvbnFJooPOTA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-ocuJyEGtwCvaNcLvXQ4g0w';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:25 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:18 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446266.159.29.899799|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725079.743.27.27628|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -10743,34 +11684,30 @@ interactions: content-type: - application/json method: DELETE - uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/dashboards/uid/jibKUkE4k + uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/dashboards/uid/mg2OAlTVd response: body: - string: '{"message":"Dashboard not found","traceID":"dfe6a075268481482e4681bfbfa3dfd9"}' + string: '{"message":"Dashboard not found","traceID":"329690ad19703ca7563d357cf97e2345"}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '78' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-kbDeax7dTvW34Wazd0iXsQ';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-35a6azZa2uRKTPGAvUWBZg';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:25 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:18 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446266.336.29.908714|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725079.926.30.778096|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -10785,16 +11722,16 @@ interactions: message: Not Found - request: body: '{"meta": {"type": "db", "canSave": true, "canEdit": true, "canAdmin": true, - "canStar": true, "canDelete": true, "slug": "test-dashboard", "url": "/d/jibKUkE4k/test-dashboard", - "expires": "0001-01-01T00:00:00Z", "created": "2023-04-14T04:24:09Z", "updated": - "2023-04-14T04:24:14Z", "updatedBy": "example@example.com", "createdBy": "example@example.com", - "version": 2, "hasAcl": false, "isFolder": false, "folderId": 0, "folderUid": + "canStar": true, "canDelete": true, "slug": "test-dashboard", "url": "/d/mg2OAlTVd/test-dashboard", + "expires": "0001-01-01T00:00:00Z", "created": "2023-05-22T03:11:10Z", "updated": + "2023-05-22T03:11:10Z", "updatedBy": "example@example.com", "createdBy": "example@example.com", + "version": 1, "hasAcl": false, "isFolder": false, "folderId": 0, "folderUid": "", "folderTitle": "General", "folderUrl": "", "provisioned": false, "provisionedExternalId": "", "annotationsPermissions": {"dashboard": {"canAdd": false, "canEdit": false, "canDelete": false}, "organization": {"canAdd": false, "canEdit": false, "canDelete": - false}}, "hasPublicDashboard": false, "publicDashboardAccessToken": "", "publicDashboardUid": - "", "publicDashboardEnabled": false}, "dashboard": {"title": "Test Dashboard", - "uid": "jibKUkE4k", "version": 2}, "overwrite": true}' + false}}, "publicDashboardAccessToken": "", "publicDashboardUid": "", "publicDashboardEnabled": + false}, "dashboard": {"title": "Test Dashboard", "uid": "mg2OAlTVd", "version": + 1}, "overwrite": true}' headers: Accept: - '*/*' @@ -10803,7 +11740,7 @@ interactions: Connection: - keep-alive Content-Length: - - '917' + - '888' User-Agent: - python-requests/2.26.0 content-type: @@ -10812,31 +11749,27 @@ interactions: uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/dashboards/db response: body: - string: '{"id":23,"slug":"test-dashboard","status":"success","uid":"jibKUkE4k","url":"/d/jibKUkE4k/test-dashboard","version":1}' + string: '{"id":24,"slug":"test-dashboard","status":"success","uid":"mg2OAlTVd","url":"/d/mg2OAlTVd/test-dashboard","version":1}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '118' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-Nh9MZmdfV0Jza0qv6z7ryw';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-1G8XquinBwMYhpSSGp1upQ';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:25 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:19 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446266.511.31.178375|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725080.113.29.741972|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -10863,36 +11796,32 @@ interactions: content-type: - application/json method: GET - uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/Jw1K8kPVk + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/mg2OAlTVa response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"test-dashboard","url":"/d/Jw1K8kPVk/test-dashboard","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:24:14Z","updated":"2023-04-14T04:24:14Z","updatedBy":"example@example.com","createdBy":"example@example.com","version":1,"hasAcl":false,"isFolder":false,"folderId":27,"folderUid":"L62KUkE4z","folderTitle":"Test - Folder","folderUrl":"/dashboards/f/L62KUkE4z/test-folder","provisioned":false,"provisionedExternalId":"","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"id":28,"title":"Test - Dashboard","uid":"Jw1K8kPVk","version":1}}' + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"test-dashboard","url":"/d/mg2OAlTVa/test-dashboard","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:11:04Z","updated":"2023-05-22T03:11:09Z","updatedBy":"example@example.com","createdBy":"example@example.com","version":2,"hasAcl":false,"isFolder":false,"folderId":27,"folderUid":"rJ_HTWw4z","folderTitle":"Test + Folder","folderUrl":"/dashboards/f/rJ_HTWw4z/test-folder","provisioned":false,"provisionedExternalId":"","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"id":28,"title":"Test + Dashboard","uid":"mg2OAlTVa","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '881' + - '854' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-IPb067ek91MwZgaWI2OcOQ';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-DTMqjKRbJjgk4mkHVaphNA';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json - date: - - Fri, 14 Apr 2023 04:24:25 GMT - expires: - - '-1' - pragma: - - no-cache + date: + - Mon, 22 May 2023 03:11:19 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446266.696.31.708945|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725080.319.26.692599|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -10921,34 +11850,30 @@ interactions: content-type: - application/json method: DELETE - uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/dashboards/uid/Jw1K8kPVk + uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/dashboards/uid/mg2OAlTVa response: body: - string: '{"message":"Dashboard not found","traceID":"9a1d1552fd5ef6763b73b793efa26fff"}' + string: '{"message":"Dashboard not found","traceID":"79ecd61401e0c63df2aee9dcef08b7d6"}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '78' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-J7Pnc5BtYC0eec9r1sRLBA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-MATFeHPfFjXDHfK70VwTAg';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:25 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:19 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446266.871.28.112780|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725080.494.28.145489|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -10980,31 +11905,27 @@ interactions: uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/folders response: body: - string: '{"id":24,"uid":"TVicUkE4k","title":"Test Folder","url":"/dashboards/f/TVicUkE4k/test-folder","hasAcl":false,"canSave":true,"canEdit":true,"canAdmin":true,"canDelete":true,"createdBy":"example@example.com","created":"2023-04-14T04:24:26.065963984Z","updatedBy":"example@example.com","updated":"2023-04-14T04:24:26.065963984Z","version":1,"parentUid":""}' + string: '{"id":25,"uid":"PlADTWQVk","title":"Test Folder","url":"/dashboards/f/PlADTWQVk/test-folder","hasAcl":false,"canSave":true,"canEdit":true,"canAdmin":true,"canDelete":true,"createdBy":"example@example.com","created":"2023-05-22T03:11:19.895569204Z","updatedBy":"example@example.com","updated":"2023-05-22T03:11:19.895569304Z","version":1}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '352' + - '337' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-K/R/6+7tqmBdP2RtjxvXvQ';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-07//lqXVNgCftIh8vqbrdA';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:26 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:19 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446267.043.30.742411|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725080.88.29.674311|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -11019,17 +11940,17 @@ interactions: message: OK - request: body: '{"meta": {"type": "db", "canSave": true, "canEdit": true, "canAdmin": true, - "canStar": true, "canDelete": true, "slug": "test-dashboard", "url": "/d/Jw1K8kPVk/test-dashboard", - "expires": "0001-01-01T00:00:00Z", "created": "2023-04-14T04:24:14Z", "updated": - "2023-04-14T04:24:14Z", "updatedBy": "example@example.com", "createdBy": "example@example.com", - "version": 1, "hasAcl": false, "isFolder": false, "folderId": 27, "folderUid": - "L62KUkE4z", "folderTitle": "Test Folder", "folderUrl": "/dashboards/f/L62KUkE4z/test-folder", + "canStar": true, "canDelete": true, "slug": "test-dashboard", "url": "/d/mg2OAlTVa/test-dashboard", + "expires": "0001-01-01T00:00:00Z", "created": "2023-05-22T03:11:04Z", "updated": + "2023-05-22T03:11:09Z", "updatedBy": "example@example.com", "createdBy": "example@example.com", + "version": 2, "hasAcl": false, "isFolder": false, "folderId": 27, "folderUid": + "rJ_HTWw4z", "folderTitle": "Test Folder", "folderUrl": "/dashboards/f/rJ_HTWw4z/test-folder", "provisioned": false, "provisionedExternalId": "", "annotationsPermissions": {"dashboard": {"canAdd": false, "canEdit": false, "canDelete": false}, "organization": - {"canAdd": false, "canEdit": false, "canDelete": false}}, "hasPublicDashboard": - false, "publicDashboardAccessToken": "", "publicDashboardUid": "", "publicDashboardEnabled": - false}, "dashboard": {"title": "Test Dashboard", "uid": "Jw1K8kPVk", "version": - 1}, "folderId": 24, "overwrite": true}' + {"canAdd": false, "canEdit": false, "canDelete": false}}, "publicDashboardAccessToken": + "", "publicDashboardUid": "", "publicDashboardEnabled": false}, "dashboard": + {"title": "Test Dashboard", "uid": "mg2OAlTVa", "version": 2}, "folderId": 25, + "overwrite": true}' headers: Accept: - '*/*' @@ -11038,7 +11959,7 @@ interactions: Connection: - keep-alive Content-Length: - - '982' + - '953' User-Agent: - python-requests/2.26.0 content-type: @@ -11047,31 +11968,27 @@ interactions: uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/dashboards/db response: body: - string: '{"id":25,"slug":"test-dashboard","status":"success","uid":"Jw1K8kPVk","url":"/d/Jw1K8kPVk/test-dashboard","version":1}' + string: '{"id":26,"slug":"test-dashboard","status":"success","uid":"mg2OAlTVa","url":"/d/mg2OAlTVa/test-dashboard","version":1}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '118' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-BrrmNyQO+XY9UqcTIkdTug';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-420n5cfK1uRlkSY6LiMvDw';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:26 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:20 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446267.231.31.440851|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725081.096.28.982939|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -11098,36 +12015,32 @@ interactions: content-type: - application/json method: GET - uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/xrxF8zPVk + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/mg2OAlTVc response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"test-dashboard2","url":"/d/xrxF8zPVk/test-dashboard2","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:24:14Z","updated":"2023-04-14T04:24:14Z","updatedBy":"example@example.com","createdBy":"example@example.com","version":1,"hasAcl":false,"isFolder":false,"folderId":27,"folderUid":"L62KUkE4z","folderTitle":"Test - Folder","folderUrl":"/dashboards/f/L62KUkE4z/test-folder","provisioned":false,"provisionedExternalId":"","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"id":29,"title":"Test - Dashboard2","uid":"xrxF8zPVk","version":1}}' + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"test-dashboard2","url":"/d/mg2OAlTVc/test-dashboard2","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:11:04Z","updated":"2023-05-22T03:11:09Z","updatedBy":"example@example.com","createdBy":"example@example.com","version":2,"hasAcl":false,"isFolder":false,"folderId":27,"folderUid":"rJ_HTWw4z","folderTitle":"Test + Folder","folderUrl":"/dashboards/f/rJ_HTWw4z/test-folder","provisioned":false,"provisionedExternalId":"","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"id":29,"title":"Test + Dashboard2","uid":"mg2OAlTVc","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '884' + - '857' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-yD0PBIl22N6ZMjmZPUvFGQ';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-nNk0egQ17z6PQmRlE4VXUA';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:26 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:20 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446267.425.28.205687|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725081.297.28.220438|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -11156,34 +12069,30 @@ interactions: content-type: - application/json method: DELETE - uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/dashboards/uid/xrxF8zPVk + uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/dashboards/uid/mg2OAlTVc response: body: - string: '{"message":"Dashboard not found","traceID":"1da73a24d62964b9f760023c169ee0e1"}' + string: '{"message":"Dashboard not found","traceID":"73adcfd23dec6b5c9880f5002b38cb29"}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '78' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-D9Jo0eKwiiS2YKJbSBFmvA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-Mz7l+8f2n5uuZnJFhb37Dg';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:26 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:20 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446267.592.29.454043|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725081.491.27.825429|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -11198,17 +12107,17 @@ interactions: message: Not Found - request: body: '{"meta": {"type": "db", "canSave": true, "canEdit": true, "canAdmin": true, - "canStar": true, "canDelete": true, "slug": "test-dashboard2", "url": "/d/xrxF8zPVk/test-dashboard2", - "expires": "0001-01-01T00:00:00Z", "created": "2023-04-14T04:24:14Z", "updated": - "2023-04-14T04:24:14Z", "updatedBy": "example@example.com", "createdBy": "example@example.com", - "version": 1, "hasAcl": false, "isFolder": false, "folderId": 27, "folderUid": - "L62KUkE4z", "folderTitle": "Test Folder", "folderUrl": "/dashboards/f/L62KUkE4z/test-folder", + "canStar": true, "canDelete": true, "slug": "test-dashboard2", "url": "/d/mg2OAlTVc/test-dashboard2", + "expires": "0001-01-01T00:00:00Z", "created": "2023-05-22T03:11:04Z", "updated": + "2023-05-22T03:11:09Z", "updatedBy": "example@example.com", "createdBy": "example@example.com", + "version": 2, "hasAcl": false, "isFolder": false, "folderId": 27, "folderUid": + "rJ_HTWw4z", "folderTitle": "Test Folder", "folderUrl": "/dashboards/f/rJ_HTWw4z/test-folder", "provisioned": false, "provisionedExternalId": "", "annotationsPermissions": {"dashboard": {"canAdd": false, "canEdit": false, "canDelete": false}, "organization": - {"canAdd": false, "canEdit": false, "canDelete": false}}, "hasPublicDashboard": - false, "publicDashboardAccessToken": "", "publicDashboardUid": "", "publicDashboardEnabled": - false}, "dashboard": {"title": "Test Dashboard2", "uid": "xrxF8zPVk", "version": - 1}, "folderId": 24, "overwrite": true}' + {"canAdd": false, "canEdit": false, "canDelete": false}}, "publicDashboardAccessToken": + "", "publicDashboardUid": "", "publicDashboardEnabled": false}, "dashboard": + {"title": "Test Dashboard2", "uid": "mg2OAlTVc", "version": 2}, "folderId": + 25, "overwrite": true}' headers: Accept: - '*/*' @@ -11217,7 +12126,7 @@ interactions: Connection: - keep-alive Content-Length: - - '985' + - '956' User-Agent: - python-requests/2.26.0 content-type: @@ -11226,31 +12135,27 @@ interactions: uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/dashboards/db response: body: - string: '{"id":26,"slug":"test-dashboard2","status":"success","uid":"xrxF8zPVk","url":"/d/xrxF8zPVk/test-dashboard2","version":1}' + string: '{"id":27,"slug":"test-dashboard2","status":"success","uid":"mg2OAlTVc","url":"/d/mg2OAlTVc/test-dashboard2","version":1}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '120' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-FVtFcSymGPvW5gayApyDOw';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-1wZSkF7td92KpEInUrw+7g';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:26 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:20 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446267.766.30.184383|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725081.678.29.131948|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -11280,9 +12185,9 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/duj3tR77k response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"warmpathqos","url":"/d/duj3tR77k/warmpathqos","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"WarmPathQoS.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"annotations":{"list":[{"builtIn":1,"datasource":"-- + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"warmpathqos","url":"/d/duj3tR77k/warmpathqos","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:27Z","updated":"2023-05-22T03:02:20Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"WarmPathQoS.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"annotations":{"list":[{"builtIn":1,"datasource":"-- Grafana --","enable":true,"hide":true,"iconColor":"rgba(0, 211, 255, 1)","name":"Annotations - \u0026 Alerts","type":"dashboard"}]},"editable":true,"gnetId":null,"graphTooltip":0,"id":14,"links":[],"panels":[{"datasource":null,"gridPos":{"h":3,"w":24,"x":0,"y":0},"id":2,"options":{"content":"To + \u0026 Alerts","type":"dashboard"}]},"editable":true,"gnetId":null,"graphTooltip":0,"id":22,"links":[],"panels":[{"datasource":null,"gridPos":{"h":3,"w":24,"x":0,"y":0},"id":2,"options":{"content":"To know more check \u003cbr\u003e\n\u003ca href=\"https://eng.ms/docs/products/geneva/logs/howtoguides/qos/overview\"\u003eWarmPath QoS Metrics Overview\u003c/a\u003e","mode":"html"},"pluginVersion":"8.0.6","title":"Geneva WarmPath Quick Links","type":"text"},{"datasource":"Geneva Datasource","fieldConfig":{"defaults":{"color":{"fixedColor":"green","mode":"thresholds"},"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null}]}},"overrides":[]},"gridPos":{"h":5,"w":12,"x":0,"y":3},"id":4,"options":{"colorMode":"value","graphMode":"none","justifyMode":"auto","orientation":"auto","reduceOptions":{"calcs":["lastNotNull"],"fields":"","values":false},"text":{},"textMode":"value_and_name"},"pluginVersion":"8.0.6","targets":[{"account":"$account","backends":[],"customSeriesNaming":"Total/1000","dimension":"","metric":"","metricsQueryType":"query","namespace":"WarmPathQoS","queryText":"metric(\"PipelineIngestion\").samplingTypes(\"LatencyMs\").preaggregate(\"Total\")\n| @@ -11328,29 +12233,25 @@ interactions: \n| top 40 by avg(Count) desc","refId":"A","samplingType":"","service":"metrics","useBackends":false,"useCustomSeriesNaming":true}],"title":"Pipeline Errors","type":"piechart"}],"refresh":false,"schemaVersion":30,"style":"dark","tags":[],"templating":{"list":[{"allValue":null,"current":{},"datasource":"Geneva Datasource","definition":"accounts()","description":"The Geneva metrics account - name","error":null,"hide":0,"includeAll":false,"label":"Account","multi":false,"name":"account","options":[],"query":"accounts()","refresh":1,"regex":"","skipUrlSync":false,"sort":1,"type":"query"},{"auto":true,"auto_count":30,"auto_min":"10s","current":{"selected":false,"text":"auto","value":"$__auto_interval_interval"},"description":null,"error":null,"hide":0,"label":"Interval","name":"interval","options":[{"selected":true,"text":"auto","value":"$__auto_interval_interval"},{"selected":false,"text":"1m","value":"1m"},{"selected":false,"text":"10m","value":"10m"},{"selected":false,"text":"30m","value":"30m"},{"selected":false,"text":"1h","value":"1h"},{"selected":false,"text":"2h","value":"2h"},{"selected":false,"text":"3h","value":"3h"},{"selected":false,"text":"6h","value":"6h"},{"selected":false,"text":"12h","value":"12h"},{"selected":false,"text":"1d","value":"1d"},{"selected":false,"text":"2d","value":"2d"},{"selected":false,"text":"3d","value":"3d"},{"selected":false,"text":"7d","value":"7d"},{"selected":false,"text":"14d","value":"14d"},{"selected":false,"text":"30d","value":"30d"}],"query":"1m,10m,30m,1h,2h,3h,6h,12h,1d,2d,3d,7d,14d,30d","queryValue":"","refresh":2,"skipUrlSync":false,"type":"interval"}]},"time":{"from":"now-7d","to":"now"},"timepicker":{},"timezone":"","title":"WarmPathQoS","uid":"duj3tR77k","version":1}}' + name","error":null,"hide":0,"includeAll":false,"label":"Account","multi":false,"name":"account","options":[],"query":"accounts()","refresh":1,"regex":"","skipUrlSync":false,"sort":1,"type":"query"},{"auto":true,"auto_count":30,"auto_min":"10s","current":{"selected":false,"text":"auto","value":"$__auto_interval_interval"},"description":null,"error":null,"hide":0,"label":"Interval","name":"interval","options":[{"selected":true,"text":"auto","value":"$__auto_interval_interval"},{"selected":false,"text":"1m","value":"1m"},{"selected":false,"text":"10m","value":"10m"},{"selected":false,"text":"30m","value":"30m"},{"selected":false,"text":"1h","value":"1h"},{"selected":false,"text":"2h","value":"2h"},{"selected":false,"text":"3h","value":"3h"},{"selected":false,"text":"6h","value":"6h"},{"selected":false,"text":"12h","value":"12h"},{"selected":false,"text":"1d","value":"1d"},{"selected":false,"text":"2d","value":"2d"},{"selected":false,"text":"3d","value":"3d"},{"selected":false,"text":"7d","value":"7d"},{"selected":false,"text":"14d","value":"14d"},{"selected":false,"text":"30d","value":"30d"}],"query":"1m,10m,30m,1h,2h,3h,6h,12h,1d,2d,3d,7d,14d,30d","queryValue":"","refresh":2,"skipUrlSync":false,"type":"interval"}]},"time":{"from":"now-7d","to":"now"},"timepicker":{},"timezone":"","title":"WarmPathQoS","uid":"duj3tR77k","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-PTrc57cPXL+Ncr06ETJAug';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-jv6m3/OOKNBSB1JSErfypA';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:26 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:20 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446267.955.29.734688|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725081.894.28.275244|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -11382,31 +12283,27 @@ interactions: uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/folders/id/Test%20Folder response: body: - string: '{"message":"id is invalid","traceID":"04f4433da1a647451f7eabe7ab6152e9"}' + string: '{"message":"id is invalid","traceID":"a00cbd517b8c067a59c4b5a81df84931"}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '72' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-bCPvk1Umn96R2RXxKptmoQ';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-5yxw8OyLO4xOESVi39icDQ';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:27 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:21 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446268.264.30.761549|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725082.223.30.481600|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -11439,28 +12336,24 @@ interactions: string: '{"message":"folder not found","status":"not-found"}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '51' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-VZlQh/QIHpiWVuWGJECcww';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-h3dYsBWNogwKz8En5iCUTA';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:27 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:21 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446268.444.30.524135|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725082.41.29.433268|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -11490,32 +12383,28 @@ interactions: uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/folders response: body: - string: '[{"id":1,"uid":"az-mon","title":"Azure Monitor"},{"id":12,"uid":"geneva","title":"Geneva"},{"id":24,"uid":"TVicUkE4k","title":"Test + string: '[{"id":1,"uid":"az-mon","title":"Azure Monitor"},{"id":12,"uid":"geneva","title":"Geneva"},{"id":25,"uid":"PlADTWQVk","title":"Test Folder"}]' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '141' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-b70bzI1jxEQ1NYC7iTfEVw';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-kFx9WOyBC+e60EX1t9S76A';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:27 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:21 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446268.615.28.221702|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725082.601.28.470748|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -11542,36 +12431,32 @@ interactions: content-type: - application/json method: GET - uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/dashboards/uid/Jw1K8kPVk + uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/dashboards/uid/mg2OAlTVa response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"test-dashboard","url":"/d/Jw1K8kPVk/test-dashboard","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:24:26Z","updated":"2023-04-14T04:24:26Z","updatedBy":"example@example.com","createdBy":"example@example.com","version":1,"hasAcl":false,"isFolder":false,"folderId":24,"folderUid":"TVicUkE4k","folderTitle":"Test - Folder","folderUrl":"/dashboards/f/TVicUkE4k/test-folder","provisioned":false,"provisionedExternalId":"","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"id":25,"title":"Test - Dashboard","uid":"Jw1K8kPVk","version":1}}' + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"test-dashboard","url":"/d/mg2OAlTVa/test-dashboard","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:11:20Z","updated":"2023-05-22T03:11:20Z","updatedBy":"example@example.com","createdBy":"example@example.com","version":1,"hasAcl":false,"isFolder":false,"folderId":25,"folderUid":"PlADTWQVk","folderTitle":"Test + Folder","folderUrl":"/dashboards/f/PlADTWQVk/test-folder","provisioned":false,"provisionedExternalId":"","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"id":26,"title":"Test + Dashboard","uid":"mg2OAlTVa","version":1}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '881' + - '854' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-FmdNl644lX/5c4Kx7EDTSA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-8UIXaJSfRctZFsY9j2pt6Q';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:27 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:21 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446268.883.31.743051|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725082.896.27.855777|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -11598,35 +12483,31 @@ interactions: content-type: - application/json method: GET - uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/dashboards/uid/jibKUkE4k + uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/dashboards/uid/mg2OAlTVd response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"test-dashboard","url":"/d/jibKUkE4k/test-dashboard","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:24:25Z","updated":"2023-04-14T04:24:25Z","updatedBy":"example@example.com","createdBy":"example@example.com","version":1,"hasAcl":false,"isFolder":false,"folderId":0,"folderUid":"","folderTitle":"General","folderUrl":"","provisioned":false,"provisionedExternalId":"","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"id":23,"title":"Test - Dashboard","uid":"jibKUkE4k","version":1}}' + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"test-dashboard","url":"/d/mg2OAlTVd/test-dashboard","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:11:19Z","updated":"2023-05-22T03:11:19Z","updatedBy":"example@example.com","createdBy":"example@example.com","version":1,"hasAcl":false,"isFolder":false,"folderId":0,"folderUid":"","folderTitle":"General","folderUrl":"","provisioned":false,"provisionedExternalId":"","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"id":24,"title":"Test + Dashboard","uid":"mg2OAlTVd","version":1}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '832' + - '805' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-1omYxNSIDAfI+D1XzAouhg';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-68rqzwEXROJy2oBetl53Bw';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:28 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:22 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446269.17.28.165860|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725083.189.27.911643|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -11655,35 +12536,31 @@ interactions: content-type: - application/json method: DELETE - uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/dashboards/uid/Jw1K8kPVk + uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/dashboards/uid/mg2OAlTVa response: body: - string: '{"id":25,"message":"Dashboard Test Dashboard deleted","title":"Test + string: '{"id":26,"message":"Dashboard Test Dashboard deleted","title":"Test Dashboard"}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '79' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-xuxuUZOvDW7RaYmVCUNaeg';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-kvQe5qHocFstfvVChAfOzA';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:28 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:22 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446269.449.31.596522|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725083.489.28.410112|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -11712,35 +12589,31 @@ interactions: content-type: - application/json method: DELETE - uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/dashboards/uid/xrxF8zPVk + uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/dashboards/uid/mg2OAlTVc response: body: - string: '{"id":26,"message":"Dashboard Test Dashboard2 deleted","title":"Test + string: '{"id":27,"message":"Dashboard Test Dashboard2 deleted","title":"Test Dashboard2"}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '81' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-Y9Mm1ff63IvKRfC5SIkFEA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-yAOLGKj3WVikR83XmgPuww';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:28 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:22 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446269.736.29.221718|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725083.803.27.433102|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -11770,27 +12643,23 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/health response: body: - string: "{\n \"commit\": \"7ab70dbce8\",\n \"database\": \"ok\",\n \"version\": - \"9.3.8\"\n}" + string: "{\n \"commit\": \"5e7d575327\",\n \"database\": \"ok\",\n \"version\": + \"9.4.10\"\n}" headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '70' + - '71' content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:24:29 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:23 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446270.029.31.111128|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725084.114.29.406659|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -11820,27 +12689,23 @@ interactions: uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/health response: body: - string: "{\n \"commit\": \"7ab70dbce8\",\n \"database\": \"ok\",\n \"version\": - \"9.3.8\"\n}" + string: "{\n \"commit\": \"5e7d575327\",\n \"database\": \"ok\",\n \"version\": + \"9.4.10\"\n}" headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '70' + - '71' content-type: - application/json; charset=utf-8 date: - - Fri, 14 Apr 2023 04:24:29 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:23 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446270.182.31.209956|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725084.291.27.992835|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -11870,32 +12735,28 @@ interactions: uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/folders response: body: - string: '[{"id":1,"uid":"az-mon","title":"Azure Monitor"},{"id":12,"uid":"geneva","title":"Geneva"},{"id":24,"uid":"TVicUkE4k","title":"Test + string: '[{"id":1,"uid":"az-mon","title":"Azure Monitor"},{"id":12,"uid":"geneva","title":"Geneva"},{"id":25,"uid":"PlADTWQVk","title":"Test Folder"}]' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '141' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-lIl0Yr7rNRqvj80KMaJwiA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-f9kC5Q0K/fQllI21YMDOiQ';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:29 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:23 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446270.341.30.910485|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725084.461.30.340236|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -11930,28 +12791,24 @@ interactions: Datasource","type":"geneva-datasource","typeName":"Geneva Datasource","typeLogoUrl":"public/plugins/geneva-datasource/img/logo.svg","access":"proxy","url":"","user":"","database":"","basicAuth":false,"isDefault":false,"jsonData":{"azureCredentials":{"authType":"currentuser"},"oauthPassThru":true},"readOnly":false}]' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '788' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-7nnW4RoEy/76vewflHPZnw';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-vXc0M1MQgd481Iu0geB6Ww';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:29 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:23 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446270.508.30.180544|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725084.652.28.924687|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -11983,33 +12840,29 @@ interactions: body: string: '[{"id":1,"uid":"azure-monitor-oob","orgId":1,"name":"Azure Monitor","type":"grafana-azure-monitor-datasource","typeName":"Azure Monitor","typeLogoUrl":"public/app/plugins/datasource/grafana-azure-monitor-datasource/img/logo.jpg","access":"proxy","url":"","user":"","database":"","basicAuth":false,"isDefault":false,"jsonData":{"azureAuthType":"msi","subscriptionId":"2462343E-2B86-44E6-A7CE-6FF5E5C3E2E7"},"readOnly":false},{"id":2,"uid":"Geneva","orgId":1,"name":"Geneva - Datasource","type":"geneva-datasource","typeName":"Geneva Datasource","typeLogoUrl":"public/plugins/geneva-datasource/img/logo.svg","access":"proxy","url":"","user":"","database":"","basicAuth":false,"isDefault":false,"jsonData":{"azureCredentials":{"authType":"currentuser"},"oauthPassThru":true},"readOnly":false},{"id":4,"uid":"BYAKUkEVz","orgId":1,"name":"Test + Datasource","type":"geneva-datasource","typeName":"Geneva Datasource","typeLogoUrl":"public/plugins/geneva-datasource/img/logo.svg","access":"proxy","url":"","user":"","database":"","basicAuth":false,"isDefault":false,"jsonData":{"azureCredentials":{"authType":"currentuser"},"oauthPassThru":true},"readOnly":false},{"id":4,"uid":"JZXNTZQ4z","orgId":1,"name":"Test Azure Monitor Data Source","type":"grafana-azure-monitor-datasource","typeName":"Azure Monitor","typeLogoUrl":"public/app/plugins/datasource/grafana-azure-monitor-datasource/img/logo.jpg","access":"proxy","url":"","user":"","database":"","basicAuth":false,"isDefault":false,"jsonData":{"azureAuthType":"msi","subscriptionId":""},"readOnly":false}]' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '1184' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-qsxVnqt5pIzPSR7mAjEejA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-jhCZ5FzJuHM67qRfRecy7w';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:29 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:23 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446270.678.30.949775|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725084.835.29.570157|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -12039,62 +12892,58 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/search?type=dash-db&limit=5000&page=1 response: body: - string: '[{"id":15,"uid":"OSBzdgnnz","title":"Agent QoS","uri":"db/agent-qos","url":"/d/OSBzdgnnz/agent-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":16,"uid":"54KhiZ7nz","title":"AKS + string: '[{"id":17,"uid":"OSBzdgnnz","title":"Agent QoS","uri":"db/agent-qos","url":"/d/OSBzdgnnz/agent-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":19,"uid":"54KhiZ7nz","title":"AKS Linux Sample Application","uri":"db/aks-linux-sample-application","url":"/d/54KhiZ7nz/aks-linux-sample-application","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":20,"uid":"6uRDjTNnz","title":"App - Detail","uri":"db/app-detail","url":"/d/6uRDjTNnz/app-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":3,"uid":"dyzn5SK7z","title":"Azure + Detail","uri":"db/app-detail","url":"/d/6uRDjTNnz/app-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":5,"uid":"dyzn5SK7z","title":"Azure / Alert Consumption","uri":"db/azure-alert-consumption","url":"/d/dyzn5SK7z/azure-alert-consumption","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":5,"uid":"Yo38mcvnz","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":11,"uid":"Yo38mcvnz","title":"Azure / Insights / Applications","uri":"db/azure-insights-applications","url":"/d/Yo38mcvnz/azure-insights-applications","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":6,"uid":"AppInsightsAvTestGeoMap","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":8,"uid":"AppInsightsAvTestGeoMap","title":"Azure / Insights / Applications Test Availability Geo Map","uri":"db/azure-insights-applications-test-availability-geo-map","url":"/d/AppInsightsAvTestGeoMap/azure-insights-applications-test-availability-geo-map","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":2,"uid":"INH9berMk","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":6,"uid":"INH9berMk","title":"Azure / Insights / Cosmos DB","uri":"db/azure-insights-cosmos-db","url":"/d/INH9berMk/azure-insights-cosmos-db","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":11,"uid":"8UDB1s3Gk","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":2,"uid":"8UDB1s3Gk","title":"Azure / Insights / Data Explorer Clusters","uri":"db/azure-insights-data-explorer-clusters","url":"/d/8UDB1s3Gk/azure-insights-data-explorer-clusters","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":7,"uid":"tQZAMYrMk","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":4,"uid":"tQZAMYrMk","title":"Azure / Insights / Key Vaults","uri":"db/azure-insights-key-vaults","url":"/d/tQZAMYrMk/azure-insights-key-vaults","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":8,"uid":"3n2E8CrGk","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":3,"uid":"3n2E8CrGk","title":"Azure / Insights / Storage Accounts","uri":"db/azure-insights-storage-accounts","url":"/d/3n2E8CrGk/azure-insights-storage-accounts","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":4,"uid":"AzVmInsightsByRG","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":7,"uid":"AzVmInsightsByRG","title":"Azure / Insights / Virtual Machines by Resource Group","uri":"db/azure-insights-virtual-machines-by-resource-group","url":"/d/AzVmInsightsByRG/azure-insights-virtual-machines-by-resource-group","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":9,"uid":"AzVmInsightsByWS","title":"Azure / Insights / Virtual Machines by Workspace","uri":"db/azure-insights-virtual-machines-by-workspace","url":"/d/AzVmInsightsByWS/azure-insights-virtual-machines-by-workspace","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":10,"uid":"Mtwt2BV7k","title":"Azure / Resources Overview","uri":"db/azure-resources-overview","url":"/d/Mtwt2BV7k/azure-resources-overview","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":21,"uid":"xLERdASnz","title":"Cluster - Detail","uri":"db/cluster-detail","url":"/d/xLERdASnz/cluster-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":17,"uid":"QTVw7iK7z","title":"Geneva - Health","uri":"db/geneva-health","url":"/d/QTVw7iK7z/geneva-health","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":22,"uid":"sVKyjvpnz","title":"Incoming - Service QoS","uri":"db/incoming-service-qos","url":"/d/sVKyjvpnz/incoming-service-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":18,"uid":"_sKhXTH7z","title":"Node - Detail","uri":"db/node-detail","url":"/d/_sKhXTH7z/node-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":19,"uid":"6naEwcp7z","title":"Outgoing - Service QoS","uri":"db/outgoing-service-qos","url":"/d/6naEwcp7z/outgoing-service-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":13,"uid":"GIgvhSV7z","title":"Service - Fabric Application Overview","uri":"db/service-fabric-application-overview","url":"/d/GIgvhSV7z/service-fabric-application-overview","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":25,"uid":"jibKUkE4k","title":"Test - Dashboard","uri":"db/test-dashboard","url":"/d/jibKUkE4k/test-dashboard","slug":"","type":"dash-db","tags":[],"isStarred":false,"sortMeta":0},{"id":28,"uid":"Jw1K8kPVk","title":"Test - Dashboard","uri":"db/test-dashboard","url":"/d/Jw1K8kPVk/test-dashboard","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":27,"folderUid":"L62KUkE4z","folderTitle":"Test - Folder","folderUrl":"/dashboards/f/L62KUkE4z/test-folder","sortMeta":0},{"id":29,"uid":"xrxF8zPVk","title":"Test - Dashboard2","uri":"db/test-dashboard2","url":"/d/xrxF8zPVk/test-dashboard2","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":27,"folderUid":"L62KUkE4z","folderTitle":"Test - Folder","folderUrl":"/dashboards/f/L62KUkE4z/test-folder","sortMeta":0},{"id":14,"uid":"duj3tR77k","title":"WarmPathQoS","uri":"db/warmpathqos","url":"/d/duj3tR77k/warmpathqos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0}]' + Detail","uri":"db/cluster-detail","url":"/d/xLERdASnz/cluster-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":16,"uid":"QTVw7iK7z","title":"Geneva + Health","uri":"db/geneva-health","url":"/d/QTVw7iK7z/geneva-health","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":18,"uid":"sVKyjvpnz","title":"Incoming + Service QoS","uri":"db/incoming-service-qos","url":"/d/sVKyjvpnz/incoming-service-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":13,"uid":"_sKhXTH7z","title":"Node + Detail","uri":"db/node-detail","url":"/d/_sKhXTH7z/node-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":14,"uid":"6naEwcp7z","title":"Outgoing + Service QoS","uri":"db/outgoing-service-qos","url":"/d/6naEwcp7z/outgoing-service-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":15,"uid":"GIgvhSV7z","title":"Service + Fabric Application Overview","uri":"db/service-fabric-application-overview","url":"/d/GIgvhSV7z/service-fabric-application-overview","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":30,"uid":"mg2OAlTVd","title":"Test + Dashboard","uri":"db/test-dashboard","url":"/d/mg2OAlTVd/test-dashboard","slug":"","type":"dash-db","tags":[],"isStarred":false,"sortMeta":0},{"id":28,"uid":"mg2OAlTVa","title":"Test + Dashboard","uri":"db/test-dashboard","url":"/d/mg2OAlTVa/test-dashboard","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":27,"folderUid":"rJ_HTWw4z","folderTitle":"Test + Folder","folderUrl":"/dashboards/f/rJ_HTWw4z/test-folder","sortMeta":0},{"id":29,"uid":"mg2OAlTVc","title":"Test + Dashboard2","uri":"db/test-dashboard2","url":"/d/mg2OAlTVc/test-dashboard2","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":27,"folderUid":"rJ_HTWw4z","folderTitle":"Test + Folder","folderUrl":"/dashboards/f/rJ_HTWw4z/test-folder","sortMeta":0},{"id":22,"uid":"duj3tR77k","title":"WarmPathQoS","uri":"db/warmpathqos","url":"/d/duj3tR77k/warmpathqos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0}]' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-JKLSs+xoKPyBFkmbFjECMw';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-R0g2oA/oL9zuQgh/UAhAdQ';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:29 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:24 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446270.846.27.692778|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725085.023.27.176080|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -12129,28 +12978,24 @@ interactions: string: '[]' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '2' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-SGp73+PUTQjU0y4YIIFSQA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-gcsM9im0Juq6rxzGjz9JnQ';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:30 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:24 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446271.022.29.597090|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725085.208.27.616255|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -12180,9 +13025,9 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/OSBzdgnnz response: body: - string: "{\"meta\":{\"type\":\"db\",\"canSave\":true,\"canEdit\":true,\"canAdmin\":true,\"canStar\":true,\"canDelete\":true,\"slug\":\"agent-qos\",\"url\":\"/d/OSBzdgnnz/agent-qos\",\"expires\":\"0001-01-01T00:00:00Z\",\"created\":\"2023-04-14T04:18:05Z\",\"updated\":\"2023-04-14T04:18:05Z\",\"updatedBy\":\"Anonymous\",\"createdBy\":\"Anonymous\",\"version\":1,\"hasAcl\":false,\"isFolder\":false,\"folderId\":12,\"folderUid\":\"geneva\",\"folderTitle\":\"Geneva\",\"folderUrl\":\"/dashboards/f/geneva/geneva\",\"provisioned\":true,\"provisionedExternalId\":\"agentQoS.json\",\"annotationsPermissions\":{\"dashboard\":{\"canAdd\":false,\"canEdit\":false,\"canDelete\":false},\"organization\":{\"canAdd\":false,\"canEdit\":false,\"canDelete\":false}},\"hasPublicDashboard\":false,\"publicDashboardAccessToken\":\"\",\"publicDashboardUid\":\"\",\"publicDashboardEnabled\":false},\"dashboard\":{\"annotations\":{\"list\":[{\"builtIn\":1,\"datasource\":\"-- + string: "{\"meta\":{\"type\":\"db\",\"canSave\":true,\"canEdit\":true,\"canAdmin\":true,\"canStar\":true,\"canDelete\":true,\"slug\":\"agent-qos\",\"url\":\"/d/OSBzdgnnz/agent-qos\",\"expires\":\"0001-01-01T00:00:00Z\",\"created\":\"2023-05-22T03:03:27Z\",\"updated\":\"2023-05-22T03:02:21Z\",\"updatedBy\":\"Anonymous\",\"createdBy\":\"Anonymous\",\"version\":2,\"hasAcl\":false,\"isFolder\":false,\"folderId\":12,\"folderUid\":\"geneva\",\"folderTitle\":\"Geneva\",\"folderUrl\":\"/dashboards/f/geneva/geneva\",\"provisioned\":true,\"provisionedExternalId\":\"agentQoS.json\",\"annotationsPermissions\":{\"dashboard\":{\"canAdd\":false,\"canEdit\":false,\"canDelete\":false},\"organization\":{\"canAdd\":false,\"canEdit\":false,\"canDelete\":false}},\"publicDashboardAccessToken\":\"\",\"publicDashboardUid\":\"\",\"publicDashboardEnabled\":false},\"dashboard\":{\"annotations\":{\"list\":[{\"builtIn\":1,\"datasource\":\"-- Grafana --\",\"enable\":true,\"hide\":true,\"iconColor\":\"rgba(0, 211, 255, - 1)\",\"name\":\"Annotations \\u0026 Alerts\",\"type\":\"dashboard\"}]},\"description\":\"\",\"editable\":true,\"gnetId\":null,\"graphTooltip\":0,\"id\":15,\"links\":[],\"panels\":[{\"datasource\":null,\"gridPos\":{\"h\":6,\"w\":12,\"x\":0,\"y\":0},\"id\":2,\"options\":{\"content\":\"\\u003cdiv + 1)\",\"name\":\"Annotations \\u0026 Alerts\",\"type\":\"dashboard\"}]},\"description\":\"\",\"editable\":true,\"gnetId\":null,\"graphTooltip\":0,\"id\":17,\"links\":[],\"panels\":[{\"datasource\":null,\"gridPos\":{\"h\":6,\"w\":12,\"x\":0,\"y\":0},\"id\":2,\"options\":{\"content\":\"\\u003cdiv style=\\\"padding: 1em\\\"\\u003e\\n \\u003cp\\u003eThis dashboard helps understand and diagnose monitoring agent health. It gives an overview of:\\u003cbr\\u003e\\u003c/p\\u003e\\n \ \\u003cul\\u003e\\n \\u003cli\\u003eData Quality (Data loss and latency @@ -12312,29 +13157,25 @@ interactions: Event Names\",\"type\":\"piechart\"}],\"refresh\":false,\"schemaVersion\":30,\"style\":\"dark\",\"tags\":[],\"templating\":{\"list\":[{\"allValue\":null,\"current\":{},\"datasource\":\"Geneva Datasource\",\"definition\":\"accounts()\",\"description\":\"The Geneva metrics account name\",\"error\":null,\"hide\":0,\"includeAll\":false,\"label\":\"Account\",\"multi\":false,\"name\":\"account\",\"options\":[],\"query\":\"accounts()\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"sort\":1,\"type\":\"query\"}]},\"time\":{\"from\":\"now-7d\",\"to\":\"now\"},\"timepicker\":{},\"timezone\":\"\",\"title\":\"Agent - QoS\",\"uid\":\"OSBzdgnnz\",\"version\":1}}" + QoS\",\"uid\":\"OSBzdgnnz\",\"version\":2}}" headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-TCC3EZ5nSL9xn7QCqqFZuA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-HTWMLNmWF4Qud+Nx0u7Bjg';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:30 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:24 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446271.191.30.275565|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725085.398.29.98953|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -12366,9 +13207,9 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/54KhiZ7nz response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"aks-linux-sample-application","url":"/d/54KhiZ7nz/aks-linux-sample-application","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"AKSLinuxSample.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"annotations":{"list":[{"builtIn":1,"datasource":"-- + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"aks-linux-sample-application","url":"/d/54KhiZ7nz/aks-linux-sample-application","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:27Z","updated":"2023-05-22T03:02:21Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"AKSLinuxSample.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"annotations":{"list":[{"builtIn":1,"datasource":"-- Grafana --","enable":true,"hide":true,"iconColor":"rgba(0, 211, 255, 1)","name":"Annotations - \u0026 Alerts","target":{"limit":100,"matchAny":false,"tags":[],"type":"dashboard"},"type":"dashboard"}]},"editable":true,"gnetId":null,"graphTooltip":0,"id":16,"links":[],"liveNow":false,"panels":[{"datasource":null,"gridPos":{"h":4,"w":24,"x":0,"y":0},"id":6,"options":{"content":"This + \u0026 Alerts","target":{"limit":100,"matchAny":false,"tags":[],"type":"dashboard"},"type":"dashboard"}]},"editable":true,"gnetId":null,"graphTooltip":0,"id":19,"links":[],"liveNow":false,"panels":[{"datasource":null,"gridPos":{"h":4,"w":24,"x":0,"y":0},"id":6,"options":{"content":"This dashboard shows telemetry from the machine running the AKSGenevaSample Application.\n\u003cbr\u003e\nThe dashboard will contain data only if your service (AKSGenevaSample) is running and the Geneva Agent is set up correctly.\n\u003cbr\u003e\nTo set up a sample @@ -12384,29 +13225,25 @@ interactions: Success\").samplingTypes(\"Count\").resolution(1m)","refId":"SuccessQuery","samplingType":"","service":"metrics","useBackends":false,"useCustomSeriesNaming":true},{"account":"","backends":[],"customSeriesNaming":"Failure","dimension":"","environment":"prod","groupByUnit":"m","groupByValue":"1","healthQueryType":"Topology","hide":false,"metric":"","metricsQueryType":"query","namespace":"","queryText":"metric(\"Boot Failure\").samplingTypes(\"Count\").resolution(1m)","refId":"FailureQuery","samplingType":"","service":"metrics","useBackends":false,"useCustomSeriesNaming":true}],"title":"Average Count of Boot Failures vs Success","type":"timeseries"}],"refresh":"","schemaVersion":31,"style":"dark","tags":[],"templating":{"list":[]},"time":{"from":"now-30m","to":"now"},"timepicker":{},"timezone":"","title":"AKS - Linux Sample Application","uid":"54KhiZ7nz","version":1}}' + Linux Sample Application","uid":"54KhiZ7nz","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-keHsXe0Rg79WKXIVQz0msg';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-BSId8VEjnJXHDwqBFi1ISQ';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:30 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:24 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446271.396.31.195056|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725085.605.27.149944|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -12438,7 +13275,7 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/6uRDjTNnz response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"app-detail","url":"/d/6uRDjTNnz/app-detail","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"AppDetail.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"annotations":{"list":[{"builtIn":1,"datasource":"-- + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"app-detail","url":"/d/6uRDjTNnz/app-detail","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:27Z","updated":"2023-05-22T03:02:21Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"AppDetail.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"annotations":{"list":[{"builtIn":1,"datasource":"-- Grafana --","enable":true,"hide":true,"iconColor":"rgba(0, 211, 255, 1)","name":"Annotations \u0026 Alerts","target":{"limit":100,"matchAny":false,"tags":[],"type":"dashboard"},"type":"dashboard"}]},"editable":true,"gnetId":null,"graphTooltip":0,"id":20,"links":[],"liveNow":false,"panels":[{"datasource":"Geneva Datasource","description":"For a particular cluster and an application, this @@ -12467,29 +13304,25 @@ interactions: AppName)","description":"Application name in the cluster","error":null,"hide":0,"includeAll":false,"label":"App Name","multi":true,"name":"AppName","options":[],"query":"dimensionValues($account, ServiceFabric, AppHealthState, AppName)","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"}]},"time":{"from":"now-6h","to":"now"},"timepicker":{},"timezone":"","title":"App - Detail","uid":"6uRDjTNnz","version":1}}' + Detail","uid":"6uRDjTNnz","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-lcfIeYpCW5bHcBJ9hqCKUA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-yIJpuIDy7X4lP53j/0Kt/A';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:30 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:24 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446271.577.29.408077|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725085.803.29.606821|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -12521,106 +13354,102 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/dyzn5SK7z response: body: - string: "{\"meta\":{\"type\":\"db\",\"canSave\":true,\"canEdit\":true,\"canAdmin\":true,\"canStar\":true,\"canDelete\":true,\"slug\":\"azure-alert-consumption\",\"url\":\"/d/dyzn5SK7z/azure-alert-consumption\",\"expires\":\"0001-01-01T00:00:00Z\",\"created\":\"2023-04-14T04:18:05Z\",\"updated\":\"2023-04-14T04:18:05Z\",\"updatedBy\":\"Anonymous\",\"createdBy\":\"Anonymous\",\"version\":1,\"hasAcl\":false,\"isFolder\":false,\"folderId\":1,\"folderUid\":\"az-mon\",\"folderTitle\":\"Azure - Monitor\",\"folderUrl\":\"/dashboards/f/az-mon/azure-monitor\",\"provisioned\":true,\"provisionedExternalId\":\"v1Alerts.json\",\"annotationsPermissions\":{\"dashboard\":{\"canAdd\":false,\"canEdit\":false,\"canDelete\":false},\"organization\":{\"canAdd\":false,\"canEdit\":false,\"canDelete\":false}},\"hasPublicDashboard\":false,\"publicDashboardAccessToken\":\"\",\"publicDashboardUid\":\"\",\"publicDashboardEnabled\":false},\"dashboard\":{\"__elements\":[],\"__inputs\":[],\"__requires\":[{\"id\":\"grafana\",\"name\":\"Grafana\",\"type\":\"grafana\",\"version\":\"8.4.3\"},{\"id\":\"grafana-azure-monitor-datasource\",\"name\":\"Azure - Monitor\",\"type\":\"datasource\",\"version\":\"0.3.0\"},{\"id\":\"stat\",\"name\":\"Stat\",\"type\":\"panel\",\"version\":\"\"},{\"id\":\"table\",\"name\":\"Table\",\"type\":\"panel\",\"version\":\"\"}],\"description\":\"A - summary of all alerts for the subscription and other filters selected\",\"editable\":true,\"id\":3,\"links\":[],\"liveNow\":false,\"panels\":[{\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"fieldConfig\":{\"defaults\":{\"color\":{\"mode\":\"thresholds\"},\"mappings\":[],\"thresholds\":{\"mode\":\"absolute\",\"steps\":[{\"color\":\"green\",\"value\":null},{\"color\":\"red\",\"value\":80}]}},\"overrides\":[{\"matcher\":{\"id\":\"byName\",\"options\":\"Total - Alerts\"},\"properties\":[{\"id\":\"links\",\"value\":[{\"targetBlank\":false,\"title\":\"\",\"url\":\"d/dyzn5SK7z/alert-consumption?${sub:queryparam}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF${rg:queryparam}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF${__url_time_range}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026var-mc=Fired\\u0026var-mc=Resolved\\u0026var-as=New\\u0026var-as=Acknowledged\\u0026var-as=Closed\\u0026var-sev=Sev0\\u0026var-sev=Sev1\\u0026var-sev=Sev2\\u0026var-sev=Sev3\\u0026var-sev=Sev4\\u0026${__url_time_range}\"}]}]}]},\"gridPos\":{\"h\":4,\"w\":2,\"x\":0,\"y\":0},\"id\":4,\"options\":{\"colorMode\":\"background\",\"graphMode\":\"area\",\"justifyMode\":\"center\",\"orientation\":\"auto\",\"reduceOptions\":{\"calcs\":[\"lastNotNull\"],\"fields\":\"\",\"values\":true},\"textMode\":\"value_and_name\"},\"targets\":[{\"azureMonitor\":{\"dimensionFilters\":[],\"timeGrain\":\"auto\"},\"azureResourceGraph\":{\"query\":\"alertsmanagementresources\\r\\n| - where type == \\\"microsoft.alertsmanagement/alerts\\\"\\r\\n| where todatetime(properties.essentials.lastModifiedDateTime) - \\u003e= $__timeFrom and todatetime(properties.essentials.lastModifiedDateTime) - \\u003c= $__timeTo\\r\\n| where tolower(subscriptionId) == tolower(\\\"$sub\\\") + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-alert-consumption","url":"/d/dyzn5SK7z/azure-alert-consumption","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:26Z","updated":"2023-05-10T23:32:40Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"v1Alerts.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__elements":[],"__inputs":[],"__requires":[{"id":"grafana","name":"Grafana","type":"grafana","version":"8.4.3"},{"id":"grafana-azure-monitor-datasource","name":"Azure + Monitor","type":"datasource","version":"0.3.0"},{"id":"stat","name":"Stat","type":"panel","version":""},{"id":"table","name":"Table","type":"panel","version":""}],"description":"A + summary of all alerts for the subscription and other filters selected","editable":true,"id":5,"links":[],"liveNow":false,"panels":[{"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"fieldConfig":{"defaults":{"color":{"mode":"thresholds"},"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null},{"color":"red","value":80}]}},"overrides":[{"matcher":{"id":"byName","options":"Total + Alerts"},"properties":[{"id":"links","value":[{"targetBlank":false,"title":"","url":"d/dyzn5SK7z/azure-alert-consumption?${ds:queryparam}\u0026${sub:queryparam}\u0026${rg:queryparam}\u0026${__url_time_range}\u0026var-mc=Fired\u0026var-mc=Resolved\u0026var-as=New\u0026var-as=Acknowledged\u0026var-as=Closed\u0026var-sev=Sev0\u0026var-sev=Sev1\u0026var-sev=Sev2\u0026var-sev=Sev3\u0026var-sev=Sev4"}]}]}]},"gridPos":{"h":4,"w":2,"x":0,"y":0},"id":4,"options":{"colorMode":"background","graphMode":"area","justifyMode":"center","orientation":"auto","reduceOptions":{"calcs":["lastNotNull"],"fields":"","values":true},"textMode":"value_and_name"},"targets":[{"azureMonitor":{"dimensionFilters":[],"timeGrain":"auto"},"azureResourceGraph":{"query":"alertsmanagementresources\r\n| + where type == \"microsoft.alertsmanagement/alerts\"\r\n| where todatetime(properties.essentials.lastModifiedDateTime) + \u003e= $__timeFrom and todatetime(properties.essentials.lastModifiedDateTime) + \u003c= $__timeTo\r\n| where tolower(subscriptionId) == tolower(\"$sub\") and properties.essentials.targetResourceGroup in~ ($rg) and properties.essentials.monitorCondition - in~ ($mc)\\r\\nand properties.essentials.alertState in~ ($as) and properties.essentials.severity - in~ ($sev)\\r\\n| summarize count()\"},\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"queryType\":\"Azure - Resource Graph\",\"refId\":\"A\",\"subscription\":\"\",\"subscriptions\":[\"$sub\"]}],\"transformations\":[{\"id\":\"organize\",\"options\":{\"excludeByName\":{},\"indexByName\":{},\"renameByName\":{\"count_\":\"Total - Alerts\"}}}],\"type\":\"stat\"},{\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"fieldConfig\":{\"defaults\":{\"color\":{\"fixedColor\":\"red\",\"mode\":\"fixed\"},\"mappings\":[],\"thresholds\":{\"mode\":\"absolute\",\"steps\":[{\"color\":\"green\",\"value\":null},{\"color\":\"red\",\"value\":80}]}},\"overrides\":[{\"matcher\":{\"id\":\"byName\",\"options\":\"Critical\"},\"properties\":[{\"id\":\"links\",\"value\":[{\"targetBlank\":false,\"title\":\"\",\"url\":\"d/dyzn5SK7z/alert-consumption?${sub:queryparam}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF${rg:queryparam}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF${__url_time_range}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026var-mc=Fired\\u0026var-mc=Resolved\\u0026var-as=New\\u0026var-as=Acknowledged\\u0026var-as=Closed\\u0026var-sev=Sev0\\u0026${__url_time_range}\"}]}]}]},\"gridPos\":{\"h\":4,\"w\":2,\"x\":2,\"y\":0},\"id\":15,\"options\":{\"colorMode\":\"background\",\"graphMode\":\"area\",\"justifyMode\":\"center\",\"orientation\":\"auto\",\"reduceOptions\":{\"calcs\":[\"lastNotNull\"],\"fields\":\"\",\"values\":true},\"textMode\":\"value_and_name\"},\"targets\":[{\"azureMonitor\":{\"dimensionFilters\":[],\"timeGrain\":\"auto\"},\"azureResourceGraph\":{\"query\":\"alertsmanagementresources\\r\\n| - where type == \\\"microsoft.alertsmanagement/alerts\\\"\\r\\n| where todatetime(properties.essentials.lastModifiedDateTime) - \\u003e= $__timeFrom and todatetime(properties.essentials.lastModifiedDateTime) - \\u003c= $__timeTo\\r\\n| where tolower(subscriptionId) == tolower(\\\"$sub\\\") + in~ ($mc)\r\nand properties.essentials.alertState in~ ($as) and properties.essentials.severity + in~ ($sev)\r\n| summarize count()"},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"queryType":"Azure + Resource Graph","refId":"A","subscription":"","subscriptions":["$sub"]}],"transformations":[{"id":"organize","options":{"excludeByName":{},"indexByName":{},"renameByName":{"count_":"Total + Alerts"}}}],"type":"stat"},{"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"fieldConfig":{"defaults":{"color":{"fixedColor":"red","mode":"fixed"},"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null},{"color":"red","value":80}]}},"overrides":[{"matcher":{"id":"byName","options":"Critical"},"properties":[{"id":"links","value":[{"targetBlank":false,"title":"","url":"d/dyzn5SK7z/azure-alert-consumption?${ds:queryparam}\u0026${sub:queryparam}\u0026${rg:queryparam}\u0026${__url_time_range}\u0026var-mc=Fired\u0026var-mc=Resolved\u0026var-as=New\u0026var-as=Acknowledged\u0026var-as=Closed\u0026var-sev=Sev0"}]}]}]},"gridPos":{"h":4,"w":2,"x":2,"y":0},"id":15,"options":{"colorMode":"background","graphMode":"area","justifyMode":"center","orientation":"auto","reduceOptions":{"calcs":["lastNotNull"],"fields":"","values":true},"textMode":"value_and_name"},"targets":[{"azureMonitor":{"dimensionFilters":[],"timeGrain":"auto"},"azureResourceGraph":{"query":"alertsmanagementresources\r\n| + where type == \"microsoft.alertsmanagement/alerts\"\r\n| where todatetime(properties.essentials.lastModifiedDateTime) + \u003e= $__timeFrom and todatetime(properties.essentials.lastModifiedDateTime) + \u003c= $__timeTo\r\n| where tolower(subscriptionId) == tolower(\"$sub\") and properties.essentials.targetResourceGroup in~ ($rg) and properties.essentials.monitorCondition - in~ ($mc)\\r\\nand properties.essentials.alertState in~ ($as) and properties.essentials.severity - in~ ($sev) and properties.essentials.severity == \\\"Sev0\\\" \\r\\n| summarize - count()\"},\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"queryType\":\"Azure - Resource Graph\",\"refId\":\"A\",\"subscription\":\"\",\"subscriptions\":[\"$sub\"]}],\"transformations\":[{\"id\":\"organize\",\"options\":{\"excludeByName\":{},\"indexByName\":{},\"renameByName\":{\"count_\":\"Critical\"}}}],\"type\":\"stat\"},{\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"fieldConfig\":{\"defaults\":{\"color\":{\"fixedColor\":\"orange\",\"mode\":\"fixed\"},\"mappings\":[],\"thresholds\":{\"mode\":\"absolute\",\"steps\":[{\"color\":\"green\",\"value\":null},{\"color\":\"red\",\"value\":80}]}},\"overrides\":[{\"matcher\":{\"id\":\"byName\",\"options\":\"Error\"},\"properties\":[{\"id\":\"links\",\"value\":[{\"targetBlank\":false,\"title\":\"\",\"url\":\"d/dyzn5SK7z/alert-consumption?${sub:queryparam}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF${rg:queryparam}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF${__url_time_range}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026var-mc=Fired\\u0026var-mc=Resolved\\u0026var-as=New\\u0026var-as=Acknowledged\\u0026var-as=Closed\\u0026var-sev=Sev1\\u0026${__url_time_range}\"}]}]}]},\"gridPos\":{\"h\":4,\"w\":2,\"x\":4,\"y\":0},\"id\":8,\"options\":{\"colorMode\":\"background\",\"graphMode\":\"area\",\"justifyMode\":\"center\",\"orientation\":\"auto\",\"reduceOptions\":{\"calcs\":[\"lastNotNull\"],\"fields\":\"\",\"values\":true},\"textMode\":\"value_and_name\"},\"targets\":[{\"azureMonitor\":{\"dimensionFilters\":[],\"timeGrain\":\"auto\"},\"azureResourceGraph\":{\"query\":\"alertsmanagementresources\\r\\n| - where type == \\\"microsoft.alertsmanagement/alerts\\\"\\r\\n| where todatetime(properties.essentials.lastModifiedDateTime) - \\u003e= $__timeFrom and todatetime(properties.essentials.lastModifiedDateTime) - \\u003c= $__timeTo\\r\\n| where tolower(subscriptionId) == tolower(\\\"$sub\\\") + in~ ($mc)\r\nand properties.essentials.alertState in~ ($as) and properties.essentials.severity + in~ ($sev) and properties.essentials.severity == \"Sev0\" \r\n| summarize + count()"},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"queryType":"Azure + Resource Graph","refId":"A","subscription":"","subscriptions":["$sub"]}],"transformations":[{"id":"organize","options":{"excludeByName":{},"indexByName":{},"renameByName":{"count_":"Critical"}}}],"type":"stat"},{"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"fieldConfig":{"defaults":{"color":{"fixedColor":"orange","mode":"fixed"},"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null},{"color":"red","value":80}]}},"overrides":[{"matcher":{"id":"byName","options":"Error"},"properties":[{"id":"links","value":[{"targetBlank":false,"title":"","url":"d/dyzn5SK7z/azure-alert-consumption?${ds:queryparam}\u0026${sub:queryparam}\u0026${rg:queryparam}\u0026${__url_time_range}\u0026var-mc=Fired\u0026var-mc=Resolved\u0026var-as=New\u0026var-as=Acknowledged\u0026var-as=Closed\u0026var-sev=Sev1"}]}]}]},"gridPos":{"h":4,"w":2,"x":4,"y":0},"id":8,"options":{"colorMode":"background","graphMode":"area","justifyMode":"center","orientation":"auto","reduceOptions":{"calcs":["lastNotNull"],"fields":"","values":true},"textMode":"value_and_name"},"targets":[{"azureMonitor":{"dimensionFilters":[],"timeGrain":"auto"},"azureResourceGraph":{"query":"alertsmanagementresources\r\n| + where type == \"microsoft.alertsmanagement/alerts\"\r\n| where todatetime(properties.essentials.lastModifiedDateTime) + \u003e= $__timeFrom and todatetime(properties.essentials.lastModifiedDateTime) + \u003c= $__timeTo\r\n| where tolower(subscriptionId) == tolower(\"$sub\") and properties.essentials.targetResourceGroup in~ ($rg) and properties.essentials.monitorCondition - in~ ($mc)\\r\\nand properties.essentials.alertState in~ ($as) and properties.essentials.severity - in~ ($sev) and properties.essentials.severity == \\\"Sev1\\\" \\r\\n| summarize - count()\"},\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"queryType\":\"Azure - Resource Graph\",\"refId\":\"A\",\"subscription\":\"\",\"subscriptions\":[\"$sub\"]}],\"transformations\":[{\"id\":\"organize\",\"options\":{\"excludeByName\":{},\"indexByName\":{},\"renameByName\":{\"count_\":\"Error\"}}}],\"type\":\"stat\"},{\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"fieldConfig\":{\"defaults\":{\"color\":{\"fixedColor\":\"yellow\",\"mode\":\"fixed\"},\"mappings\":[],\"thresholds\":{\"mode\":\"absolute\",\"steps\":[{\"color\":\"green\",\"value\":null},{\"color\":\"red\",\"value\":80}]}},\"overrides\":[{\"matcher\":{\"id\":\"byName\",\"options\":\"Warning\"},\"properties\":[{\"id\":\"links\",\"value\":[{\"targetBlank\":false,\"title\":\"\",\"url\":\"d/dyzn5SK7z/alert-consumption?${sub:queryparam}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF${rg:queryparam}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF${__url_time_range}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026var-mc=Fired\\u0026var-mc=Resolved\\u0026var-as=New\\u0026var-as=Acknowledged\\u0026var-as=Closed\\u0026var-sev=Sev2\\u0026${__url_time_range}\"}]}]}]},\"gridPos\":{\"h\":4,\"w\":2,\"x\":6,\"y\":0},\"id\":10,\"options\":{\"colorMode\":\"background\",\"graphMode\":\"area\",\"justifyMode\":\"center\",\"orientation\":\"auto\",\"reduceOptions\":{\"calcs\":[\"lastNotNull\"],\"fields\":\"\",\"values\":true},\"textMode\":\"value_and_name\"},\"targets\":[{\"azureMonitor\":{\"dimensionFilters\":[],\"timeGrain\":\"auto\"},\"azureResourceGraph\":{\"query\":\"alertsmanagementresources\\r\\n| - where type == \\\"microsoft.alertsmanagement/alerts\\\"\\r\\n| where todatetime(properties.essentials.lastModifiedDateTime) - \\u003e= $__timeFrom and todatetime(properties.essentials.lastModifiedDateTime) - \\u003c= $__timeTo\\r\\n| where tolower(subscriptionId) == tolower(\\\"$sub\\\") + in~ ($mc)\r\nand properties.essentials.alertState in~ ($as) and properties.essentials.severity + in~ ($sev) and properties.essentials.severity == \"Sev1\" \r\n| summarize + count()"},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"queryType":"Azure + Resource Graph","refId":"A","subscription":"","subscriptions":["$sub"]}],"transformations":[{"id":"organize","options":{"excludeByName":{},"indexByName":{},"renameByName":{"count_":"Error"}}}],"type":"stat"},{"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"fieldConfig":{"defaults":{"color":{"fixedColor":"yellow","mode":"fixed"},"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null},{"color":"red","value":80}]}},"overrides":[{"matcher":{"id":"byName","options":"Warning"},"properties":[{"id":"links","value":[{"targetBlank":false,"title":"","url":"d/dyzn5SK7z/azure-alert-consumption?${ds:queryparam}\u0026${sub:queryparam}\u0026${rg:queryparam}\u0026${__url_time_range}\u0026var-mc=Fired\u0026var-mc=Resolved\u0026var-as=New\u0026var-as=Acknowledged\u0026var-as=Closed\u0026var-sev=Sev2"}]}]}]},"gridPos":{"h":4,"w":2,"x":6,"y":0},"id":10,"options":{"colorMode":"background","graphMode":"area","justifyMode":"center","orientation":"auto","reduceOptions":{"calcs":["lastNotNull"],"fields":"","values":true},"textMode":"value_and_name"},"targets":[{"azureMonitor":{"dimensionFilters":[],"timeGrain":"auto"},"azureResourceGraph":{"query":"alertsmanagementresources\r\n| + where type == \"microsoft.alertsmanagement/alerts\"\r\n| where todatetime(properties.essentials.lastModifiedDateTime) + \u003e= $__timeFrom and todatetime(properties.essentials.lastModifiedDateTime) + \u003c= $__timeTo\r\n| where tolower(subscriptionId) == tolower(\"$sub\") and properties.essentials.targetResourceGroup in~ ($rg) and properties.essentials.monitorCondition - in~ ($mc)\\r\\nand properties.essentials.alertState in~ ($as) and properties.essentials.severity - in~ ($sev) and properties.essentials.severity == \\\"Sev2\\\" \\r\\n| summarize - count()\"},\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"queryType\":\"Azure - Resource Graph\",\"refId\":\"A\",\"subscription\":\"\",\"subscriptions\":[\"$sub\"]}],\"transformations\":[{\"id\":\"organize\",\"options\":{\"excludeByName\":{},\"indexByName\":{},\"renameByName\":{\"count_\":\"Warning\"}}}],\"type\":\"stat\"},{\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"fieldConfig\":{\"defaults\":{\"color\":{\"fixedColor\":\"blue\",\"mode\":\"fixed\"},\"mappings\":[],\"thresholds\":{\"mode\":\"absolute\",\"steps\":[{\"color\":\"green\",\"value\":null},{\"color\":\"red\",\"value\":80}]}},\"overrides\":[{\"matcher\":{\"id\":\"byName\",\"options\":\"Informational\"},\"properties\":[{\"id\":\"links\",\"value\":[{\"targetBlank\":false,\"title\":\"\",\"url\":\"d/dyzn5SK7z/alert-consumption?${sub:queryparam}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF${rg:queryparam}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF${__url_time_range}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026var-mc=Fired\\u0026var-mc=Resolved\\u0026var-as=New\\u0026var-as=Acknowledged\\u0026var-as=Closed\\u0026var-sev=Sev3\\u0026${__url_time_range}\"}]}]}]},\"gridPos\":{\"h\":4,\"w\":2,\"x\":8,\"y\":0},\"id\":12,\"options\":{\"colorMode\":\"background\",\"graphMode\":\"area\",\"justifyMode\":\"center\",\"orientation\":\"auto\",\"reduceOptions\":{\"calcs\":[\"lastNotNull\"],\"fields\":\"\",\"values\":true},\"textMode\":\"value_and_name\"},\"targets\":[{\"azureMonitor\":{\"dimensionFilters\":[],\"timeGrain\":\"auto\"},\"azureResourceGraph\":{\"query\":\"alertsmanagementresources\\r\\n| - where type == \\\"microsoft.alertsmanagement/alerts\\\"\\r\\n| where todatetime(properties.essentials.lastModifiedDateTime) - \\u003e= $__timeFrom and todatetime(properties.essentials.lastModifiedDateTime) - \\u003c= $__timeTo\\r\\n| where tolower(subscriptionId) == tolower(\\\"$sub\\\") + in~ ($mc)\r\nand properties.essentials.alertState in~ ($as) and properties.essentials.severity + in~ ($sev) and properties.essentials.severity == \"Sev2\" \r\n| summarize + count()"},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"queryType":"Azure + Resource Graph","refId":"A","subscription":"","subscriptions":["$sub"]}],"transformations":[{"id":"organize","options":{"excludeByName":{},"indexByName":{},"renameByName":{"count_":"Warning"}}}],"type":"stat"},{"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"fieldConfig":{"defaults":{"color":{"fixedColor":"blue","mode":"fixed"},"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null},{"color":"red","value":80}]}},"overrides":[{"matcher":{"id":"byName","options":"Informational"},"properties":[{"id":"links","value":[{"targetBlank":false,"title":"","url":"d/dyzn5SK7z/azure-alert-consumption?${ds:queryparam}\u0026${sub:queryparam}\u0026${rg:queryparam}\u0026${__url_time_range}\u0026var-mc=Fired\u0026var-mc=Resolved\u0026var-as=New\u0026var-as=Acknowledged\u0026var-as=Closed\u0026var-sev=Sev3"}]}]}]},"gridPos":{"h":4,"w":2,"x":8,"y":0},"id":12,"options":{"colorMode":"background","graphMode":"area","justifyMode":"center","orientation":"auto","reduceOptions":{"calcs":["lastNotNull"],"fields":"","values":true},"textMode":"value_and_name"},"targets":[{"azureMonitor":{"dimensionFilters":[],"timeGrain":"auto"},"azureResourceGraph":{"query":"alertsmanagementresources\r\n| + where type == \"microsoft.alertsmanagement/alerts\"\r\n| where todatetime(properties.essentials.lastModifiedDateTime) + \u003e= $__timeFrom and todatetime(properties.essentials.lastModifiedDateTime) + \u003c= $__timeTo\r\n| where tolower(subscriptionId) == tolower(\"$sub\") and properties.essentials.targetResourceGroup in~ ($rg) and properties.essentials.monitorCondition - in~ ($mc)\\r\\nand properties.essentials.alertState in~ ($as) and properties.essentials.severity - in~ ($sev) and properties.essentials.severity == \\\"Sev3\\\" \\r\\n| summarize - count()\"},\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"queryType\":\"Azure - Resource Graph\",\"refId\":\"A\",\"subscription\":\"\",\"subscriptions\":[\"$sub\"]}],\"transformations\":[{\"id\":\"organize\",\"options\":{\"excludeByName\":{},\"indexByName\":{},\"renameByName\":{\"count_\":\"Informational\"}}}],\"type\":\"stat\"},{\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"fieldConfig\":{\"defaults\":{\"color\":{\"fixedColor\":\"purple\",\"mode\":\"fixed\"},\"mappings\":[],\"thresholds\":{\"mode\":\"absolute\",\"steps\":[{\"color\":\"green\",\"value\":null},{\"color\":\"red\",\"value\":80}]}},\"overrides\":[{\"matcher\":{\"id\":\"byName\",\"options\":\"Verbose\"},\"properties\":[{\"id\":\"links\",\"value\":[{\"targetBlank\":false,\"title\":\"\",\"url\":\"d/dyzn5SK7z/alert-consumption?${sub:queryparam}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF${rg:queryparam}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF${__url_time_range}\uFEFF\uFEFF\uFEFF\uFEFF\uFEFF\\u0026var-mc=Fired\\u0026var-mc=Resolved\\u0026var-as=New\\u0026var-as=Acknowledged\\u0026var-as=Closed\\u0026var-sev=Sev4\\u0026${__url_time_range}\"}]}]}]},\"gridPos\":{\"h\":4,\"w\":2,\"x\":10,\"y\":0},\"id\":14,\"options\":{\"colorMode\":\"background\",\"graphMode\":\"area\",\"justifyMode\":\"center\",\"orientation\":\"auto\",\"reduceOptions\":{\"calcs\":[\"lastNotNull\"],\"fields\":\"\",\"values\":true},\"textMode\":\"value_and_name\"},\"targets\":[{\"azureMonitor\":{\"dimensionFilters\":[],\"timeGrain\":\"auto\"},\"azureResourceGraph\":{\"query\":\"alertsmanagementresources\\r\\n| - where type == \\\"microsoft.alertsmanagement/alerts\\\"\\r\\n| where todatetime(properties.essentials.lastModifiedDateTime) - \\u003e= $__timeFrom and todatetime(properties.essentials.lastModifiedDateTime) - \\u003c= $__timeTo\\r\\n| where tolower(subscriptionId) == tolower(\\\"$sub\\\") + in~ ($mc)\r\nand properties.essentials.alertState in~ ($as) and properties.essentials.severity + in~ ($sev) and properties.essentials.severity == \"Sev3\" \r\n| summarize + count()"},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"queryType":"Azure + Resource Graph","refId":"A","subscription":"","subscriptions":["$sub"]}],"transformations":[{"id":"organize","options":{"excludeByName":{},"indexByName":{},"renameByName":{"count_":"Informational"}}}],"type":"stat"},{"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"fieldConfig":{"defaults":{"color":{"fixedColor":"purple","mode":"fixed"},"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null},{"color":"red","value":80}]}},"overrides":[{"matcher":{"id":"byName","options":"Verbose"},"properties":[{"id":"links","value":[{"targetBlank":false,"title":"","url":"d/dyzn5SK7z/azure-alert-consumption?${ds:queryparam}\u0026${sub:queryparam}\u0026${rg:queryparam}\u0026${__url_time_range}\u0026var-mc=Fired\u0026var-mc=Resolved\u0026var-as=New\u0026var-as=Acknowledged\u0026var-as=Closed\u0026var-sev=Sev4"}]}]}]},"gridPos":{"h":4,"w":2,"x":10,"y":0},"id":14,"options":{"colorMode":"background","graphMode":"area","justifyMode":"center","orientation":"auto","reduceOptions":{"calcs":["lastNotNull"],"fields":"","values":true},"textMode":"value_and_name"},"targets":[{"azureMonitor":{"dimensionFilters":[],"timeGrain":"auto"},"azureResourceGraph":{"query":"alertsmanagementresources\r\n| + where type == \"microsoft.alertsmanagement/alerts\"\r\n| where todatetime(properties.essentials.lastModifiedDateTime) + \u003e= $__timeFrom and todatetime(properties.essentials.lastModifiedDateTime) + \u003c= $__timeTo\r\n| where tolower(subscriptionId) == tolower(\"$sub\") and properties.essentials.targetResourceGroup in~ ($rg) and properties.essentials.monitorCondition - in~ ($mc)\\r\\nand properties.essentials.alertState in~ ($as) and properties.essentials.severity - in~ ($sev) and properties.essentials.severity == \\\"Sev4\\\" \\r\\n| summarize - count()\"},\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"queryType\":\"Azure - Resource Graph\",\"refId\":\"A\",\"subscription\":\"\",\"subscriptions\":[\"$sub\"]}],\"transformations\":[{\"id\":\"organize\",\"options\":{\"excludeByName\":{},\"indexByName\":{},\"renameByName\":{\"count_\":\"Verbose\"}}}],\"type\":\"stat\"},{\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"fieldConfig\":{\"defaults\":{\"color\":{\"mode\":\"continuous-BlYlRd\"},\"custom\":{\"align\":\"center\",\"displayMode\":\"auto\",\"filterable\":true},\"links\":[],\"mappings\":[],\"thresholds\":{\"mode\":\"absolute\",\"steps\":[{\"color\":\"green\",\"value\":null},{\"color\":\"red\",\"value\":80.0002}]}},\"overrides\":[{\"matcher\":{\"id\":\"byName\",\"options\":\"Severity\"},\"properties\":[{\"id\":\"mappings\",\"value\":[{\"options\":{\"\\\"Sev0\\\"\":{\"color\":\"red\",\"index\":4,\"text\":\"Critical\"},\"\\\"Sev1\\\"\":{\"color\":\"orange\",\"index\":3,\"text\":\"Error\"},\"\\\"Sev2\\\"\":{\"color\":\"yellow\",\"index\":2,\"text\":\"Warning\"},\"\\\"Sev3\\\"\":{\"color\":\"blue\",\"index\":1,\"text\":\"Informational\"},\"\\\"Sev4\\\"\":{\"color\":\"#8F3BB8\",\"index\":0,\"text\":\"Verbose\"}},\"type\":\"value\"}]},{\"id\":\"custom.displayMode\",\"value\":\"color-background-solid\"}]},{\"matcher\":{\"id\":\"byName\",\"options\":\"Name\"},\"properties\":[{\"id\":\"custom.displayMode\",\"value\":\"color-text\"},{\"id\":\"links\",\"value\":[{\"targetBlank\":true,\"title\":\"test - title\",\"url\":\"https://ms.portal.azure.com/#blade/Microsoft_Azure_Monitoring/AlertDetailsTemplateBlade/alertId/%2Fsubscriptions%2F${sub}%2Fresourcegroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}%2Fproviders%2FMicrosoft.AlertsManagement%2Falerts%2F${__data.fields[\\\"Alert - ID\\\"]}\"}]}]},{\"matcher\":{\"id\":\"byName\",\"options\":\"properties_essentials_monitorCondition\"},\"properties\":[{\"id\":\"mappings\",\"value\":[{\"options\":{\"Fired\":{\"color\":\"orange\",\"index\":1},\"Resolved\":{\"color\":\"green\",\"index\":0}},\"type\":\"value\"}]},{\"id\":\"custom.displayMode\",\"value\":\"basic\"}]}]},\"gridPos\":{\"h\":16,\"w\":24,\"x\":0,\"y\":4},\"id\":2,\"links\":[],\"options\":{\"footer\":{\"fields\":\"\",\"reducer\":[\"sum\"],\"show\":false},\"frameIndex\":0,\"showHeader\":true,\"sortBy\":[]},\"targets\":[{\"azureResourceGraph\":{\"query\":\"alertsmanagementresources\\r\\n| - join kind=leftouter (ResourceContainers | where type=='microsoft.resources/subscriptions' - | project SubName=name, subscriptionId) on subscriptionId\\r\\n| where type - == \\\"microsoft.alertsmanagement/alerts\\\"\\r\\n| where tolower(subscriptionId) - == tolower(\\\"$sub\\\") and properties.essentials.targetResourceGroup in~ - ($rg) and properties.essentials.monitorCondition in~ ($mc)\\r\\nand properties.essentials.alertState - in~ ($as) and properties.essentials.severity in~ ($sev)\\r\\nand todatetime(properties.essentials.lastModifiedDateTime) - \\u003e= $__timeFrom and todatetime(properties.essentials.lastModifiedDateTime) - \\u003c= $__timeTo\\r\\n| parse id with * \\\"alerts/\\\" alertId\\r\\n| project - name, properties.essentials.severity, tostring(properties.essentials.monitorCondition), - \\r\\ntostring(properties.essentials.alertState), todatetime(properties.essentials.lastModifiedDateTime), - tostring(properties.essentials.monitorService), alertId\\r\\n\",\"resultFormat\":\"table\"},\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"insightsAnalytics\":{\"query\":\"\",\"resultFormat\":\"time_series\"},\"queryType\":\"Azure - Resource Graph\",\"refId\":\"A\",\"subscription\":\"\",\"subscriptions\":[\"$sub\"]}],\"title\":\"V1 - Alerts\",\"transformations\":[{\"id\":\"organize\",\"options\":{\"excludeByName\":{\"alertId\":false},\"indexByName\":{\"alertId\":6,\"name\":0,\"properties_essentials_alertState\":3,\"properties_essentials_lastModifiedDateTime\":5,\"properties_essentials_monitorCondition\":2,\"properties_essentials_monitorService\":4,\"properties_essentials_severity\":1},\"renameByName\":{\"alertId\":\"Alert - ID\",\"name\":\"Name\",\"properties_essentials_alertState\":\"User Response\",\"properties_essentials_lastModifiedDateTime\":\"Fired - Time\",\"properties_essentials_monitorCondition\":\"Alert Condition\",\"properties_essentials_monitorService\":\"Monitor - Service\",\"properties_essentials_severity\":\"Severity\"}}}],\"transparent\":true,\"type\":\"table\"}],\"refresh\":\"\",\"schemaVersion\":35,\"style\":\"dark\",\"tags\":[],\"templating\":{\"list\":[{\"current\":{},\"hide\":0,\"includeAll\":false,\"label\":\"Datasource\",\"multi\":false,\"name\":\"ds\",\"options\":[],\"query\":\"grafana-azure-monitor-datasource\",\"queryValue\":\"\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"type\":\"datasource\"},{\"current\":{},\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"definition\":\"subscriptions()\",\"hide\":0,\"includeAll\":false,\"label\":\"Subscription\",\"multi\":false,\"name\":\"sub\",\"options\":[],\"query\":\"subscriptions()\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"sort\":0,\"type\":\"query\"},{\"current\":{},\"datasource\":{\"type\":\"grafana-azure-monitor-datasource\",\"uid\":\"${ds}\"},\"definition\":\"ResourceGroups($sub)\",\"hide\":0,\"includeAll\":false,\"label\":\"Resource - Group(s)\",\"multi\":true,\"name\":\"rg\",\"options\":[],\"query\":\"ResourceGroups($sub)\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"sort\":0,\"type\":\"query\"},{\"current\":{\"selected\":false,\"text\":[\"Fired\",\"Resolved\"],\"value\":[\"Fired\",\"Resolved\"]},\"hide\":0,\"includeAll\":false,\"label\":\"Alert - Condition\",\"multi\":true,\"name\":\"mc\",\"options\":[{\"selected\":true,\"text\":\"Fired\",\"value\":\"Fired\"},{\"selected\":true,\"text\":\"Resolved\",\"value\":\"Resolved\"}],\"query\":\"Fired, - Resolved\",\"queryValue\":\"\",\"skipUrlSync\":false,\"type\":\"custom\"},{\"current\":{\"selected\":false,\"text\":[\"New\",\"Acknowledged\",\"Closed\"],\"value\":[\"New\",\"Acknowledged\",\"Closed\"]},\"hide\":0,\"includeAll\":false,\"label\":\"User - Response\",\"multi\":true,\"name\":\"as\",\"options\":[{\"selected\":true,\"text\":\"New\",\"value\":\"New\"},{\"selected\":true,\"text\":\"Acknowledged\",\"value\":\"Acknowledged\"},{\"selected\":true,\"text\":\"Closed\",\"value\":\"Closed\"}],\"query\":\"New, - Acknowledged, Closed\",\"queryValue\":\"\",\"skipUrlSync\":false,\"type\":\"custom\"},{\"current\":{\"selected\":false,\"text\":[\"Critical\",\"Error\",\"Warning\",\"Informational\",\"Verbose\"],\"value\":[\"Sev0\",\"Sev1\",\"Sev2\",\"Sev3\",\"Sev4\"]},\"hide\":0,\"includeAll\":false,\"label\":\"Severity\",\"multi\":true,\"name\":\"sev\",\"options\":[{\"selected\":true,\"text\":\"Critical\",\"value\":\"Sev0\"},{\"selected\":true,\"text\":\"Error\",\"value\":\"Sev1\"},{\"selected\":true,\"text\":\"Warning\",\"value\":\"Sev2\"},{\"selected\":true,\"text\":\"Informational\",\"value\":\"Sev3\"},{\"selected\":true,\"text\":\"Verbose\",\"value\":\"Sev4\"}],\"query\":\"Critical - : Sev0, Error : Sev1, Warning : Sev2, Informational : Sev3, Verbose : Sev4\",\"queryValue\":\"\",\"skipUrlSync\":false,\"type\":\"custom\"}]},\"time\":{\"from\":\"now-30d\",\"to\":\"now\"},\"timepicker\":{\"hidden\":false,\"refresh_intervals\":[\"30m\",\"1h\",\"12h\",\"24h\",\"3d\",\"7d\",\"30d\"]},\"title\":\"Azure - / Alert Consumption\",\"uid\":\"dyzn5SK7z\",\"version\":1}}" + in~ ($mc)\r\nand properties.essentials.alertState in~ ($as) and properties.essentials.severity + in~ ($sev) and properties.essentials.severity == \"Sev4\" \r\n| summarize + count()"},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"queryType":"Azure + Resource Graph","refId":"A","subscription":"","subscriptions":["$sub"]}],"transformations":[{"id":"organize","options":{"excludeByName":{},"indexByName":{},"renameByName":{"count_":"Verbose"}}}],"type":"stat"},{"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"fieldConfig":{"defaults":{"color":{"mode":"continuous-BlYlRd"},"custom":{"align":"center","displayMode":"auto","filterable":true},"links":[],"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null},{"color":"red","value":80.0002}]}},"overrides":[{"matcher":{"id":"byName","options":"Severity"},"properties":[{"id":"mappings","value":[{"options":{"\"Sev0\"":{"color":"red","index":4,"text":"Critical"},"\"Sev1\"":{"color":"orange","index":3,"text":"Error"},"\"Sev2\"":{"color":"yellow","index":2,"text":"Warning"},"\"Sev3\"":{"color":"blue","index":1,"text":"Informational"},"\"Sev4\"":{"color":"#8F3BB8","index":0,"text":"Verbose"}},"type":"value"}]},{"id":"custom.displayMode","value":"color-background-solid"}]},{"matcher":{"id":"byName","options":"Name"},"properties":[{"id":"custom.displayMode","value":"color-text"},{"id":"links","value":[{"targetBlank":true,"title":"test + title","url":"https://ms.portal.azure.com/#blade/Microsoft_Azure_Monitoring/AlertDetailsTemplateBlade/alertId/%2Fsubscriptions%2F${sub}%2Fresourcegroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}%2Fproviders%2FMicrosoft.AlertsManagement%2Falerts%2F${__data.fields[\"Alert + ID\"]}"}]}]},{"matcher":{"id":"byName","options":"properties_essentials_monitorCondition"},"properties":[{"id":"mappings","value":[{"options":{"Fired":{"color":"orange","index":1},"Resolved":{"color":"green","index":0}},"type":"value"}]},{"id":"custom.displayMode","value":"basic"}]}]},"gridPos":{"h":16,"w":24,"x":0,"y":4},"id":2,"links":[],"options":{"footer":{"fields":"","reducer":["sum"],"show":false},"frameIndex":0,"showHeader":true,"sortBy":[]},"targets":[{"azureResourceGraph":{"query":"alertsmanagementresources\r\n| + join kind=leftouter (ResourceContainers | where type==''microsoft.resources/subscriptions'' + | project SubName=name, subscriptionId) on subscriptionId\r\n| where type + == \"microsoft.alertsmanagement/alerts\"\r\n| where tolower(subscriptionId) + == tolower(\"$sub\") and properties.essentials.targetResourceGroup in~ ($rg) + and properties.essentials.monitorCondition in~ ($mc)\r\nand properties.essentials.alertState + in~ ($as) and properties.essentials.severity in~ ($sev)\r\nand todatetime(properties.essentials.lastModifiedDateTime) + \u003e= $__timeFrom and todatetime(properties.essentials.lastModifiedDateTime) + \u003c= $__timeTo\r\n| parse id with * \"alerts/\" alertId\r\n| project name, + properties.essentials.severity, tostring(properties.essentials.monitorCondition), + \r\ntostring(properties.essentials.alertState), todatetime(properties.essentials.lastModifiedDateTime), + tostring(properties.essentials.monitorService), alertId\r\n","resultFormat":"table"},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"insightsAnalytics":{"query":"","resultFormat":"time_series"},"queryType":"Azure + Resource Graph","refId":"A","subscription":"","subscriptions":["$sub"]}],"title":"V1 + Alerts","transformations":[{"id":"organize","options":{"excludeByName":{"alertId":false},"indexByName":{"alertId":6,"name":0,"properties_essentials_alertState":3,"properties_essentials_lastModifiedDateTime":5,"properties_essentials_monitorCondition":2,"properties_essentials_monitorService":4,"properties_essentials_severity":1},"renameByName":{"alertId":"Alert + ID","name":"Name","properties_essentials_alertState":"User Response","properties_essentials_lastModifiedDateTime":"Fired + Time","properties_essentials_monitorCondition":"Alert Condition","properties_essentials_monitorService":"Monitor + Service","properties_essentials_severity":"Severity"}}}],"transparent":true,"type":"table"}],"refresh":"","schemaVersion":35,"style":"dark","tags":[],"templating":{"list":[{"current":{},"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"subscriptions()","hide":0,"includeAll":false,"label":"Subscription","multi":false,"name":"sub","options":[],"query":"subscriptions()","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"ResourceGroups($sub)","hide":0,"includeAll":false,"label":"Resource + Group(s)","multi":true,"name":"rg","options":[],"query":"ResourceGroups($sub)","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"current":{"selected":false,"text":["Fired","Resolved"],"value":["Fired","Resolved"]},"hide":0,"includeAll":false,"label":"Alert + Condition","multi":true,"name":"mc","options":[{"selected":true,"text":"Fired","value":"Fired"},{"selected":true,"text":"Resolved","value":"Resolved"}],"query":"Fired, + Resolved","queryValue":"","skipUrlSync":false,"type":"custom"},{"current":{"selected":false,"text":["New","Acknowledged","Closed"],"value":["New","Acknowledged","Closed"]},"hide":0,"includeAll":false,"label":"User + Response","multi":true,"name":"as","options":[{"selected":true,"text":"New","value":"New"},{"selected":true,"text":"Acknowledged","value":"Acknowledged"},{"selected":true,"text":"Closed","value":"Closed"}],"query":"New, + Acknowledged, Closed","queryValue":"","skipUrlSync":false,"type":"custom"},{"current":{"selected":false,"text":["Critical","Error","Warning","Informational","Verbose"],"value":["Sev0","Sev1","Sev2","Sev3","Sev4"]},"hide":0,"includeAll":false,"label":"Severity","multi":true,"name":"sev","options":[{"selected":true,"text":"Critical","value":"Sev0"},{"selected":true,"text":"Error","value":"Sev1"},{"selected":true,"text":"Warning","value":"Sev2"},{"selected":true,"text":"Informational","value":"Sev3"},{"selected":true,"text":"Verbose","value":"Sev4"}],"query":"Critical + : Sev0, Error : Sev1, Warning : Sev2, Informational : Sev3, Verbose : Sev4","queryValue":"","skipUrlSync":false,"type":"custom"}]},"time":{"from":"now-30d","to":"now"},"timepicker":{"hidden":false,"refresh_intervals":["30m","1h","12h","24h","3d","7d","30d"]},"title":"Azure + / Alert Consumption","uid":"dyzn5SK7z","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-7Ei27UZL9SKSHXb89IWXGA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-cJTEgV++/y3E6vXC/mSXjw';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:30 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:25 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446271.747.28.837977|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725085.991.28.426907|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -12652,12 +13481,12 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/Yo38mcvnz response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-insights-applications","url":"/d/Yo38mcvnz/azure-insights-applications","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"appInsights.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__elements":[],"__inputs":[],"__requires":[{"id":"grafana","name":"Grafana","type":"grafana","version":"8.5.0-pre"},{"id":"grafana-azure-monitor-datasource","name":"Azure + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-insights-applications","url":"/d/Yo38mcvnz/azure-insights-applications","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:26Z","updated":"2023-05-10T23:32:40Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"appInsights.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__elements":[],"__inputs":[],"__requires":[{"id":"grafana","name":"Grafana","type":"grafana","version":"8.5.0-pre"},{"id":"grafana-azure-monitor-datasource","name":"Azure Monitor","type":"datasource","version":"0.3.0"},{"id":"stat","name":"Stat","type":"panel","version":""},{"id":"text","name":"Text","type":"panel","version":""},{"id":"timeseries","name":"Time series","type":"panel","version":""}],"description":"The dashboard provides insights of Azure Apps via different metrics for app monitoring through Application - Insights.","editable":true,"id":5,"links":[],"liveNow":false,"panels":[{"collapsed":false,"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"gridPos":{"h":1,"w":24,"x":0,"y":0},"id":52,"panels":[],"title":"Azure + Insights.","editable":true,"id":11,"links":[],"liveNow":false,"panels":[{"collapsed":false,"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"gridPos":{"h":1,"w":24,"x":0,"y":0},"id":52,"panels":[],"title":"Azure Portal Links","type":"row"},{"gridPos":{"h":3,"w":5,"x":0,"y":1},"id":10,"options":{"content":"\u003ca style=\"color: inherit;\" href=\"https://portal.azure.com/#@${tenant}/resource/subscriptions/${sub}/resourceGroups/${rg}/providers/microsoft.insights/components/${res}/overview\" target=\"_blank\"\u003e\n \u003cdiv\u003e\n \u003ch3 style=\"color: #a16feb\"\u003e @@ -12780,37 +13609,33 @@ interactions: available memory","type":"timeseries"},{"datasource":{"uid":"${ds}"},"fieldConfig":{"defaults":{"color":{"fixedColor":"blue","mode":"fixed"},"custom":{"axisLabel":"","axisPlacement":"auto","axisSoftMin":0,"axisWidth":50,"barAlignment":0,"drawStyle":"line","fillOpacity":0,"gradientMode":"none","hideFrom":{"legend":false,"tooltip":false,"viz":false},"lineInterpolation":"linear","lineWidth":1,"pointSize":5,"scaleDistribution":{"type":"linear"},"showPoints":"never","spanNulls":true,"stacking":{"group":"A","mode":"none"},"thresholdsStyle":{"mode":"off"}},"mappings":[],"noValue":"--","thresholds":{"mode":"absolute","steps":[{"color":"green","value":null},{"color":"red","value":80}]}},"overrides":[]},"gridPos":{"h":10,"w":6,"x":18,"y":27},"id":34,"links":[{"targetBlank":true,"title":"${res} | Browser exceptions","url":"https://portal.azure.com/#blade/Microsoft_Azure_MonitoringMetrics/Metrics.ReactView/ResourceId/%2Fsubscriptions%2F${sub}%2FresourceGroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}/TimeContext/%7B%22relative%22%3A%7B%22duration%22%3A1800000%7D%2C%22options%22%3A%7B%22grain%22%3A1%2C%22showUTCTime%22%3Atrue%7D%7D/Chart/%7B%22metrics%22%3A%5B%7B%22resourceMetadata%22%3A%7B%22id%22%3A%22%2Fsubscriptions%2F${sub}%2FresourceGroups%2F${rg}%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2F${res}%22%7D%2C%22name%22%3A%22exceptions%2Fbrowser%22%2C%22namespace%22%3A%22microsoft.insights%2Fcomponents%22%2C%22metricVisualization%22%3A%7B%22displayName%22%3A%22Browser%20exceptions%22%2C%22color%22%3A%22%2347BDF5%22%7D%2C%22aggregationType%22%3A7%2C%22thresholds%22%3A%5B%5D%7D%5D%2C%22filterCollection%22%3A%7B%22filters%22%3A%5B%5D%7D%2C%22grouping%22%3Anull%2C%22visualization%22%3A%7B%22chartType%22%3A2%2C%22legendVisualization%22%3A%7B%22isVisible%22%3Atrue%2C%22position%22%3A2%2C%22hideSubtitle%22%3Afalse%7D%2C%22axisVisualization%22%3A%7B%22x%22%3A%7B%22isVisible%22%3Atrue%2C%22axisType%22%3A2%7D%2C%22y%22%3A%7B%22isVisible%22%3Atrue%2C%22axisType%22%3A1%7D%7D%2C%22disablePinning%22%3Atrue%7D%2C%22title%22%3A%22Browser%20exceptions%22%2C%22timespan%22%3A%7B%22relative%22%3A%7B%22duration%22%3A1800000%7D%2C%22showUTCTime%22%3Atrue%2C%22grain%22%3A1%7D%2C%22ariaLabel%22%3Anull%7D/openInEditMode/true"}],"maxDataPoints":150,"options":{"legend":{"calcs":["sum"],"displayMode":"list","placement":"bottom"},"tooltip":{"mode":"single","sort":"none"}},"targets":[{"azureMonitor":{"aggOptions":[],"aggregation":"Count","allowedTimeGrainsMs":[60000,300000,900000,1800000,3600000,21600000,43200000,86400000],"dimensionFilter":"*","dimensionFilters":[],"metricDefinition":"Microsoft.Insights/components","metricName":"exceptions/browser","metricNamespace":"microsoft.insights/components","resourceGroup":"$rg","resourceName":"$res","timeGrain":"auto","timeGrains":[],"top":"50"},"queryType":"Azure Monitor","refId":"A","subscription":"$sub","subscriptions":[]}],"title":"Browser - exceptions","type":"timeseries"}],"refresh":"","schemaVersion":36,"style":"dark","tags":[],"templating":{"list":[{"current":{},"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"current":{},"datasource":{"uid":"${ds}"},"definition":"Subscriptions()","hide":0,"includeAll":false,"label":"Subscription","multi":false,"name":"sub","options":[],"query":"Subscriptions()","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"current":{},"datasource":{"uid":"${ds}"},"definition":"ResourceGroups($sub)","hide":0,"includeAll":false,"label":"Resource - Group","multi":false,"name":"rg","options":[],"query":"ResourceGroups($sub)","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"current":{},"datasource":{"uid":"${ds}"},"definition":"Namespaces($sub, + exceptions","type":"timeseries"}],"refresh":"","schemaVersion":36,"style":"dark","tags":[],"templating":{"list":[{"current":{},"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"current":{},"datasource":{"uid":"${ds}"},"definition":"Subscriptions()","hide":0,"includeAll":false,"label":"Subscription","multi":false,"name":"sub","options":[],"query":"Subscriptions()","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"current":{},"datasource":{"uid":"${ds}"},"definition":"ResourceGroups($sub)","hide":0,"includeAll":false,"label":"Resource + Group","multi":false,"name":"rg","options":[],"query":"ResourceGroups($sub)","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"current":{},"datasource":{"uid":"${ds}"},"definition":"Namespaces($sub, $rg)","hide":2,"includeAll":false,"label":"Namespace","multi":false,"name":"ns","options":[],"query":"Namespaces($sub, - $rg)","refresh":1,"regex":"([mM](icrosoft)\\.[iI](nsights)/(components))","skipUrlSync":false,"sort":0,"type":"query"},{"current":{},"datasource":{"uid":"${ds}"},"definition":"ResourceNames($sub, + $rg)","refresh":1,"regex":"([mM](icrosoft)\\.[iI](nsights)/(components))","skipUrlSync":false,"sort":5,"type":"query"},{"current":{},"datasource":{"uid":"${ds}"},"definition":"ResourceNames($sub, $rg, $ns)","hide":0,"includeAll":false,"label":"Resource","multi":false,"name":"res","options":[],"query":"ResourceNames($sub, - $rg, $ns)","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"resources\n| + $rg, $ns)","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"resources\n| project tenantId","hide":2,"includeAll":false,"label":"tenantId","multi":false,"name":"tenant","options":[],"query":{"azureLogAnalytics":{"query":"","resource":""},"azureResourceGraph":{"query":"Resources\r\n|project tenantId"},"queryType":"Azure Resource Graph","refId":"A","subscriptions":["$sub"]},"refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"}]},"time":{"from":"now-30m","to":"now"},"title":"Azure - / Insights / Applications","uid":"Yo38mcvnz","version":1}}' + / Insights / Applications","uid":"Yo38mcvnz","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-4IvvBU9RQE/c775hVIIjQg';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-RPLSR4fTFzSHm36Lsz+2OQ';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:30 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:25 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446271.952.30.438807|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725086.213.29.917906|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -12842,10 +13667,10 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/AppInsightsAvTestGeoMap response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-insights-applications-test-availability-geo-map","url":"/d/AppInsightsAvTestGeoMap/azure-insights-applications-test-availability-geo-map","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"appInsightsGeoMap.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__elements":[],"__inputs":[],"__requires":[{"id":"gauge","name":"Gauge","type":"panel","version":""},{"id":"geomap","name":"Geomap","type":"panel","version":""},{"id":"grafana","name":"Grafana","type":"grafana","version":"8.5.1"},{"id":"grafana-azure-monitor-datasource","name":"Azure + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-insights-applications-test-availability-geo-map","url":"/d/AppInsightsAvTestGeoMap/azure-insights-applications-test-availability-geo-map","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:26Z","updated":"2023-05-10T23:32:40Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"appInsightsGeoMap.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__elements":[],"__inputs":[],"__requires":[{"id":"gauge","name":"Gauge","type":"panel","version":""},{"id":"geomap","name":"Geomap","type":"panel","version":""},{"id":"grafana","name":"Grafana","type":"grafana","version":"8.5.1"},{"id":"grafana-azure-monitor-datasource","name":"Azure Monitor","type":"datasource","version":"1.0.0"},{"id":"stat","name":"Stat","type":"panel","version":""},{"id":"timeseries","name":"Time - series","type":"panel","version":""}],"editable":true,"id":6,"iteration":null,"liveNow":false,"panels":[{"gridPos":{"h":4,"w":24,"x":0,"y":0},"id":18,"options":{"content":"\u003cdiv + series","type":"panel","version":""}],"editable":true,"id":8,"iteration":null,"liveNow":false,"panels":[{"gridPos":{"h":4,"w":24,"x":0,"y":0},"id":18,"options":{"content":"\u003cdiv style=\"padding: 1em; text-align: center\"\u003e\n \u003cp\u003e This dashboard helps you visualize data on availability tests for your Application Insights. Note that even if you have an App Insights resource configured, if you have @@ -12975,45 +13800,41 @@ interactions: in ($reg)\r\n| summarize [''avTestResults''] = sum(itemCount) by location","resource":"/subscriptions/$sub/resourceGroups/$rg/providers/$ns/$res"},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"queryType":"Azure Log Analytics","refId":"A","subscription":""}],"title":"Test result count by Location","transformations":[],"type":"gauge"}],"schemaVersion":36,"style":"dark","tags":[],"templating":{"list":[{"current":{},"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"","hide":0,"includeAll":false,"label":"Subscription","multi":false,"name":"sub","options":[],"query":{"grafanaTemplateVariableFn":{"kind":"SubscriptionsQuery","rawQuery":"Subscriptions()"},"queryType":"Grafana - Template Variable Function","refId":"A","subscription":""},"refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"","hide":0,"includeAll":false,"label":"Resource + Template Variable Function","refId":"A","subscription":""},"refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"","hide":0,"includeAll":false,"label":"Resource Group","multi":false,"name":"rg","options":[],"query":{"grafanaTemplateVariableFn":{"kind":"ResourceGroupsQuery","rawQuery":"ResourceGroups($sub)","subscription":"$sub"},"queryType":"Grafana - Template Variable Function","refId":"A","subscription":""},"refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"","hide":2,"includeAll":false,"label":"Namespace","multi":false,"name":"ns","options":[],"query":{"grafanaTemplateVariableFn":{"kind":"MetricDefinitionsQuery","rawQuery":"Namespaces($sub, + Template Variable Function","refId":"A","subscription":""},"refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"","hide":2,"includeAll":false,"label":"Namespace","multi":false,"name":"ns","options":[],"query":{"grafanaTemplateVariableFn":{"kind":"MetricDefinitionsQuery","rawQuery":"Namespaces($sub, $rg)","resourceGroup":"$rg","subscription":"$sub"},"queryType":"Grafana Template - Variable Function","refId":"A","subscription":""},"refresh":1,"regex":"([mM](icrosoft)\\.[iI](nsights)/(components))","skipUrlSync":false,"sort":0,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"","hide":0,"includeAll":false,"label":"Resource","multi":false,"name":"res","options":[],"query":{"grafanaTemplateVariableFn":{"kind":"ResourceNamesQuery","metricDefinition":"$ns","rawQuery":"ResourceNames($sub, + Variable Function","refId":"A","subscription":""},"refresh":1,"regex":"([mM](icrosoft)\\.[iI](nsights)/(components))","skipUrlSync":false,"sort":5,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"","hide":0,"includeAll":false,"label":"Resource","multi":false,"name":"res","options":[],"query":{"grafanaTemplateVariableFn":{"kind":"ResourceNamesQuery","metricDefinition":"$ns","rawQuery":"ResourceNames($sub, $rg, $ns)","resourceGroup":"$rg","subscription":"$sub"},"queryType":"Grafana - Template Variable Function","refId":"A","subscription":""},"refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"","hide":0,"includeAll":false,"label":"Region","multi":true,"name":"reg","options":[],"query":{"azureLogAnalytics":{"query":"availabilityResults\r\n| + Template Variable Function","refId":"A","subscription":""},"refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"","hide":0,"includeAll":false,"label":"Region","multi":true,"name":"reg","options":[],"query":{"azureLogAnalytics":{"query":"availabilityResults\r\n| distinct location","resource":"/subscriptions/$sub/resourceGroups/$rg/providers/$ns/$res"},"queryType":"Azure - Log Analytics","refId":"A","subscription":""},"refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"allValue":"","current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"","hide":0,"includeAll":false,"label":"Availability + Log Analytics","refId":"A","subscription":""},"refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"allValue":"","current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"","hide":0,"includeAll":false,"label":"Availability Test","multi":true,"name":"avTest","options":[],"query":{"azureLogAnalytics":{"query":"availabilityResults\r\n| where location in ($reg)\r\n| distinct name","resource":"/subscriptions/$sub/resourceGroups/$rg/providers/$ns/$res"},"queryType":"Azure - Log Analytics","refId":"A","subscription":""},"refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"current":{"selected":false,"text":"Availability + Log Analytics","refId":"A","subscription":""},"refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"current":{"selected":false,"text":"Availability test results count","value":"itemCount"},"hide":2,"includeAll":false,"label":"Metric","multi":false,"name":"metric","options":[{"selected":true,"text":"Availability test results count","value":"itemCount"},{"selected":false,"text":"Test duration","value":"availabilityResult_duration"}],"query":"Availability test results count : itemCount, Test duration : availabilityResult_duration","queryValue":"","skipUrlSync":false,"type":"custom"},{"current":{"selected":false,"text":"Sum","value":"Sum"},"hide":2,"includeAll":false,"label":"Aggregation","multi":false,"name":"agg","options":[{"selected":true,"text":"Sum","value":"Sum"},{"selected":false,"text":"Max","value":"Max"},{"selected":false,"text":"Min","value":"Min"}],"query":"Sum, Max, Min","skipUrlSync":false,"type":"custom"}]},"time":{"from":"now-24h","to":"now"},"title":"Azure - / Insights / Applications Test Availability Geo Map","uid":"AppInsightsAvTestGeoMap","version":1}}' + / Insights / Applications Test Availability Geo Map","uid":"AppInsightsAvTestGeoMap","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-iBbkoARZziEtvBxMifIZIQ';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-17Wudi3CzHqW1Cdq8pE2YQ';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:31 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:25 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446272.2.28.54135|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725086.474.28.850996|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -13045,11 +13866,11 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/INH9berMk response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-insights-cosmos-db","url":"/d/INH9berMk/azure-insights-cosmos-db","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"cosmosdb.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__inputs":[],"__requires":[{"id":"grafana","name":"Grafana","type":"grafana","version":"7.4.3"},{"id":"grafana-azure-monitor-datasource","name":"Azure + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-insights-cosmos-db","url":"/d/INH9berMk/azure-insights-cosmos-db","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:26Z","updated":"2023-05-10T23:32:41Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"cosmosdb.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__inputs":[],"__requires":[{"id":"grafana","name":"Grafana","type":"grafana","version":"7.4.3"},{"id":"grafana-azure-monitor-datasource","name":"Azure Monitor","type":"datasource","version":"0.3.0"},{"id":"graph","name":"Graph","type":"panel","version":""},{"id":"stat","name":"Stat","type":"panel","version":""},{"id":"table","name":"Table","type":"panel","version":""}],"description":"The dashboard provides insights of Azure Cosmos DB overview, throughput, requests, - storage, availability latency, system and account management.","editable":true,"id":2,"links":[],"panels":[{"collapsed":true,"datasource":"${ds}","gridPos":{"h":1,"w":24,"x":0,"y":0},"id":4,"panels":[{"aliasColors":{},"bars":false,"dashLength":10,"dashes":false,"datasource":"${ds}","fieldConfig":{"defaults":{"color":{},"custom":{},"thresholds":{"mode":"absolute","steps":[]}},"overrides":[]},"fill":1,"fillGradient":0,"gridPos":{"h":9,"w":12,"x":0,"y":1},"hiddenSeries":false,"id":2,"legend":{"avg":false,"current":false,"max":false,"min":false,"show":true,"total":true,"values":true},"lines":true,"linewidth":1,"nullPointMode":"null","options":{"alertThreshold":true},"percentage":false,"pointradius":2,"points":false,"renderer":"flot","seriesOverrides":[],"spaceLength":10,"stack":false,"steppedLine":false,"targets":[{"azureMonitor":{"aggOptions":["Count"],"aggregation":"Count","allowedTimeGrainsMs":[60000,300000,900000,1800000,3600000,21600000,43200000,86400000],"dimensionFilter":"*","dimensionFilters":[],"dimensions":[{"text":"DatabaseName","value":"DatabaseName"},{"text":"CollectionName","value":"CollectionName"},{"text":"Region","value":"Region"},{"text":"StatusCode","value":"StatusCode"},{"text":"OperationType","value":"OperationType"},{"text":"Status","value":"Status"}],"metricDefinition":"$ns","metricName":"TotalRequests","metricNamespace":"Microsoft.DocumentDB/databaseAccounts","resourceGroup":"$rg","resourceName":"$resource","timeGrain":"auto","timeGrains":[{"text":"auto","value":"auto"},{"text":"1 + storage, availability latency, system and account management.","editable":true,"id":6,"links":[],"panels":[{"collapsed":true,"datasource":"${ds}","gridPos":{"h":1,"w":24,"x":0,"y":0},"id":4,"panels":[{"aliasColors":{},"bars":false,"dashLength":10,"dashes":false,"datasource":"${ds}","fieldConfig":{"defaults":{"color":{},"custom":{},"thresholds":{"mode":"absolute","steps":[]}},"overrides":[]},"fill":1,"fillGradient":0,"gridPos":{"h":9,"w":12,"x":0,"y":1},"hiddenSeries":false,"id":2,"legend":{"avg":false,"current":false,"max":false,"min":false,"show":true,"total":true,"values":true},"lines":true,"linewidth":1,"nullPointMode":"null","options":{"alertThreshold":true},"percentage":false,"pointradius":2,"points":false,"renderer":"flot","seriesOverrides":[],"spaceLength":10,"stack":false,"steppedLine":false,"targets":[{"azureMonitor":{"aggOptions":["Count"],"aggregation":"Count","allowedTimeGrainsMs":[60000,300000,900000,1800000,3600000,21600000,43200000,86400000],"dimensionFilter":"*","dimensionFilters":[],"dimensions":[{"text":"DatabaseName","value":"DatabaseName"},{"text":"CollectionName","value":"CollectionName"},{"text":"Region","value":"Region"},{"text":"StatusCode","value":"StatusCode"},{"text":"OperationType","value":"OperationType"},{"text":"Status","value":"Status"}],"metricDefinition":"$ns","metricName":"TotalRequests","metricNamespace":"Microsoft.DocumentDB/databaseAccounts","resourceGroup":"$rg","resourceName":"$resource","timeGrain":"auto","timeGrains":[{"text":"auto","value":"auto"},{"text":"1 minute","value":"PT1M"},{"text":"5 minutes","value":"PT5M"},{"text":"15 minutes","value":"PT15M"},{"text":"30 minutes","value":"PT30M"},{"text":"1 hour","value":"PT1H"},{"text":"6 hours","value":"PT6H"},{"text":"12 hours","value":"PT12H"},{"text":"1 day","value":"P1D"}],"top":"10"},"queryType":"Azure @@ -13145,33 +13966,29 @@ interactions: minutes","value":"PT5M"}],"top":"10"},"hide":false,"queryType":"Azure Monitor","refId":"B","subscription":"$sub"},{"azureMonitor":{"aggOptions":["Count"],"aggregation":"Count","allowedTimeGrainsMs":[300000],"dimensionFilter":"*","dimensionFilters":[{"dimension":null,"filter":"","operator":"eq"}],"dimensions":[],"metricDefinition":"$ns","metricName":"UpdateAccountReplicationSettings","metricNamespace":"Microsoft.DocumentDB/databaseAccounts","resourceGroup":"$rg","resourceName":"$resource","timeGrain":"auto","timeGrains":[{"text":"auto","value":"auto"},{"text":"5 minutes","value":"PT5M"}],"top":"10"},"hide":false,"queryType":"Azure Monitor","refId":"C","subscription":"$sub"}],"thresholds":[],"timeFrom":null,"timeRegions":[],"timeShift":null,"title":"Cosmos DB Account Diagnostic, Network and Replication Settings Updates","tooltip":{"shared":true,"sort":0,"value_type":"individual"},"type":"graph","xaxis":{"buckets":null,"mode":"time","name":null,"show":true,"values":[]},"yaxes":[{"format":"short","label":null,"logBase":1,"max":null,"min":null,"show":true},{"format":"short","label":null,"logBase":1,"max":null,"min":null,"show":true}],"yaxis":{"align":false,"alignLevel":null}}],"title":"Account - Management","type":"row"}],"refresh":false,"schemaVersion":27,"style":"dark","tags":[],"templating":{"list":[{"current":{},"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"allValue":null,"current":{},"datasource":"${ds}","definition":"subscriptions()","description":null,"error":null,"hide":0,"includeAll":false,"label":"Subscription","multi":false,"name":"sub","options":[],"query":"subscriptions()","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"tagValuesQuery":"","tags":[],"tagsQuery":"","type":"query","useTags":false},{"allValue":null,"current":{},"datasource":"${ds}","definition":"ResourceGroups($sub)","description":null,"error":null,"hide":0,"includeAll":false,"label":"Resource - Group","multi":false,"name":"rg","options":[],"query":"ResourceGroups($sub)","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"tagValuesQuery":"","tags":[],"tagsQuery":"","type":"query","useTags":false},{"allValue":null,"current":{"selected":false,"text":"Microsoft.DocumentDb/databaseAccounts","value":"Microsoft.DocumentDb/databaseAccounts"},"description":null,"error":null,"hide":0,"includeAll":false,"label":"Namespace","multi":false,"name":"ns","options":[{"selected":true,"text":"Microsoft.DocumentDb/databaseAccounts","value":"Microsoft.DocumentDb/databaseAccounts"}],"query":"Microsoft.DocumentDb/databaseAccounts","skipUrlSync":false,"type":"custom"},{"allValue":null,"current":{},"datasource":"${ds}","definition":"ResourceNames($sub, + Management","type":"row"}],"refresh":false,"schemaVersion":27,"style":"dark","tags":[],"templating":{"list":[{"current":{},"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"allValue":null,"current":{},"datasource":"${ds}","definition":"subscriptions()","description":null,"error":null,"hide":0,"includeAll":false,"label":"Subscription","multi":false,"name":"sub","options":[],"query":"subscriptions()","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"tagValuesQuery":"","tags":[],"tagsQuery":"","type":"query","useTags":false},{"allValue":null,"current":{},"datasource":"${ds}","definition":"ResourceGroups($sub)","description":null,"error":null,"hide":0,"includeAll":false,"label":"Resource + Group","multi":false,"name":"rg","options":[],"query":"ResourceGroups($sub)","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"tagValuesQuery":"","tags":[],"tagsQuery":"","type":"query","useTags":false},{"allValue":null,"current":{"selected":false,"text":"Microsoft.DocumentDb/databaseAccounts","value":"Microsoft.DocumentDb/databaseAccounts"},"description":null,"error":null,"hide":0,"includeAll":false,"label":"Namespace","multi":false,"name":"ns","options":[{"selected":true,"text":"Microsoft.DocumentDb/databaseAccounts","value":"Microsoft.DocumentDb/databaseAccounts"}],"query":"Microsoft.DocumentDb/databaseAccounts","skipUrlSync":false,"type":"custom"},{"allValue":null,"current":{},"datasource":"${ds}","definition":"ResourceNames($sub, $rg, $ns)","description":null,"error":null,"hide":0,"includeAll":false,"label":"Resource","multi":false,"name":"resource","options":[],"query":"ResourceNames($sub, - $rg, $ns)","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"tagValuesQuery":"","tags":[],"tagsQuery":"","type":"query","useTags":false}]},"time":{"from":"now-6h","to":"now"},"title":"Azure - / Insights / Cosmos DB","uid":"INH9berMk","version":1}}' + $rg, $ns)","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"tagValuesQuery":"","tags":[],"tagsQuery":"","type":"query","useTags":false}]},"time":{"from":"now-6h","to":"now"},"title":"Azure + / Insights / Cosmos DB","uid":"INH9berMk","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-BBQw5DhVp8kLmwdUU+KI/A';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-S75YgX7iSdozY/0wDNEzig';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:31 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:25 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446272.407.30.66323|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725086.691.28.311734|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -13203,11 +14020,11 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/8UDB1s3Gk response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-insights-data-explorer-clusters","url":"/d/8UDB1s3Gk/azure-insights-data-explorer-clusters","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"dataexplorercluster.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__inputs":[],"__requires":[{"id":"grafana","name":"Grafana","type":"grafana","version":"7.4.3"},{"id":"grafana-azure-monitor-datasource","name":"Azure + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-insights-data-explorer-clusters","url":"/d/8UDB1s3Gk/azure-insights-data-explorer-clusters","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:26Z","updated":"2023-05-10T23:32:41Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"dataexplorercluster.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__inputs":[],"__requires":[{"id":"grafana","name":"Grafana","type":"grafana","version":"7.4.3"},{"id":"grafana-azure-monitor-datasource","name":"Azure Monitor","type":"datasource","version":"0.3.0"},{"id":"graph","name":"Graph","type":"panel","version":""},{"id":"stat","name":"Stat","type":"panel","version":""},{"id":"table","name":"Table","type":"panel","version":""}],"description":"The dashboard provides insights of Azure Data Explorer Cluster Resource overview, - key mettrics, usage, tables, cache and ingestion.","editable":true,"id":11,"links":[],"panels":[{"collapsed":false,"datasource":"$ds","gridPos":{"h":1,"w":24,"x":0,"y":0},"id":6,"panels":[],"title":"Overview","type":"row"},{"datasource":"$ds","fieldConfig":{"defaults":{"color":{"mode":"thresholds"},"custom":{},"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null},{"color":"red","value":80}]}},"overrides":[]},"gridPos":{"h":5,"w":3,"x":0,"y":1},"id":4,"options":{"colorMode":"value","graphMode":"area","justifyMode":"auto","orientation":"auto","reduceOptions":{"calcs":["lastNotNull"],"fields":"","values":false},"text":{},"textMode":"auto"},"targets":[{"azureMonitor":{"aggOptions":["Average"],"aggregation":"Average","allowedTimeGrainsMs":[60000,300000,900000,1800000,3600000,21600000,43200000,86400000],"dimensionFilter":"*","dimensionFilters":[],"dimensions":[],"metricDefinition":"$ns","metricName":"KeepAlive","metricNamespace":"Microsoft.Kusto/clusters","resourceGroup":"$rg","resourceName":"$resource","timeGrain":"auto","timeGrains":[{"text":"auto","value":"auto"},{"text":"1 + key mettrics, usage, tables, cache and ingestion.","editable":true,"id":2,"links":[],"panels":[{"collapsed":false,"datasource":"$ds","gridPos":{"h":1,"w":24,"x":0,"y":0},"id":6,"panels":[],"title":"Overview","type":"row"},{"datasource":"$ds","fieldConfig":{"defaults":{"color":{"mode":"thresholds"},"custom":{},"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null},{"color":"red","value":80}]}},"overrides":[]},"gridPos":{"h":5,"w":3,"x":0,"y":1},"id":4,"options":{"colorMode":"value","graphMode":"area","justifyMode":"auto","orientation":"auto","reduceOptions":{"calcs":["lastNotNull"],"fields":"","values":false},"text":{},"textMode":"auto"},"targets":[{"azureMonitor":{"aggOptions":["Average"],"aggregation":"Average","allowedTimeGrainsMs":[60000,300000,900000,1800000,3600000,21600000,43200000,86400000],"dimensionFilter":"*","dimensionFilters":[],"dimensions":[],"metricDefinition":"$ns","metricName":"KeepAlive","metricNamespace":"Microsoft.Kusto/clusters","resourceGroup":"$rg","resourceName":"$resource","timeGrain":"auto","timeGrains":[{"text":"auto","value":"auto"},{"text":"1 minute","value":"PT1M"},{"text":"5 minutes","value":"PT5M"},{"text":"15 minutes","value":"PT15M"},{"text":"30 minutes","value":"PT30M"},{"text":"1 hour","value":"PT1H"},{"text":"6 hours","value":"PT6H"},{"text":"12 hours","value":"PT12H"},{"text":"1 day","value":"P1D"}],"top":"10"},"queryType":"Azure @@ -14314,33 +15131,29 @@ interactions: minutes","value":"PT30M"},{"text":"1 hour","value":"PT1H"},{"text":"6 hours","value":"PT6H"},{"text":"12 hours","value":"PT12H"},{"text":"1 day","value":"P1D"}],"top":"10"},"queryType":"Azure Monitor","refId":"A","subscription":"$sub"}],"thresholds":[],"timeFrom":null,"timeRegions":[],"timeShift":null,"title":"Data - Processed Successfuly","tooltip":{"shared":true,"sort":0,"value_type":"individual"},"transformations":[],"transparent":true,"type":"graph","xaxis":{"buckets":null,"mode":"time","name":null,"show":true,"values":[]},"yaxes":[{"format":"short","label":null,"logBase":1,"max":null,"min":null,"show":true},{"format":"short","label":null,"logBase":1,"max":null,"min":null,"show":true}],"yaxis":{"align":false,"alignLevel":null}}],"refresh":false,"schemaVersion":27,"style":"dark","tags":[],"templating":{"list":[{"current":{},"description":null,"error":null,"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"allValue":null,"current":{},"datasource":"$ds","definition":"subscriptions()","description":null,"error":null,"hide":0,"includeAll":false,"label":"Subscription","multi":false,"name":"sub","options":[],"query":"subscriptions()","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"tagValuesQuery":"","tags":[],"tagsQuery":"","type":"query","useTags":false},{"allValue":null,"current":{},"datasource":"$ds","definition":"ResourceGroups($sub)","description":null,"error":null,"hide":0,"includeAll":false,"label":"Resource - Group","multi":false,"name":"rg","options":[],"query":"ResourceGroups($sub)","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"tagValuesQuery":"","tags":[],"tagsQuery":"","type":"query","useTags":false},{"allValue":null,"current":{"selected":false,"text":"Microsoft.Kusto/clusters","value":"Microsoft.Kusto/clusters"},"description":null,"error":null,"hide":0,"includeAll":false,"label":"Namespace","multi":false,"name":"ns","options":[{"selected":true,"text":"Microsoft.Kusto/clusters","value":"Microsoft.Kusto/clusters"}],"query":"Microsoft.Kusto/clusters","skipUrlSync":false,"type":"custom"},{"allValue":null,"current":{},"datasource":"$ds","definition":"ResourceNames($sub, + Processed Successfuly","tooltip":{"shared":true,"sort":0,"value_type":"individual"},"transformations":[],"transparent":true,"type":"graph","xaxis":{"buckets":null,"mode":"time","name":null,"show":true,"values":[]},"yaxes":[{"format":"short","label":null,"logBase":1,"max":null,"min":null,"show":true},{"format":"short","label":null,"logBase":1,"max":null,"min":null,"show":true}],"yaxis":{"align":false,"alignLevel":null}}],"refresh":false,"schemaVersion":27,"style":"dark","tags":[],"templating":{"list":[{"current":{},"description":null,"error":null,"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"allValue":null,"current":{},"datasource":"$ds","definition":"subscriptions()","description":null,"error":null,"hide":0,"includeAll":false,"label":"Subscription","multi":false,"name":"sub","options":[],"query":"subscriptions()","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"tagValuesQuery":"","tags":[],"tagsQuery":"","type":"query","useTags":false},{"allValue":null,"current":{},"datasource":"$ds","definition":"ResourceGroups($sub)","description":null,"error":null,"hide":0,"includeAll":false,"label":"Resource + Group","multi":false,"name":"rg","options":[],"query":"ResourceGroups($sub)","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"tagValuesQuery":"","tags":[],"tagsQuery":"","type":"query","useTags":false},{"allValue":null,"current":{"selected":false,"text":"Microsoft.Kusto/clusters","value":"Microsoft.Kusto/clusters"},"description":null,"error":null,"hide":0,"includeAll":false,"label":"Namespace","multi":false,"name":"ns","options":[{"selected":true,"text":"Microsoft.Kusto/clusters","value":"Microsoft.Kusto/clusters"}],"query":"Microsoft.Kusto/clusters","skipUrlSync":false,"type":"custom"},{"allValue":null,"current":{},"datasource":"$ds","definition":"ResourceNames($sub, $rg, $ns)","description":null,"error":null,"hide":0,"includeAll":false,"label":"Resource","multi":false,"name":"resource","options":[],"query":"ResourceNames($sub, - $rg, $ns)","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"tagValuesQuery":"","tags":[],"tagsQuery":"","type":"query","useTags":false},{"allValue":null,"current":{},"datasource":"$ds","definition":"workspaces()","description":null,"error":null,"hide":0,"includeAll":false,"label":"Workspace","multi":false,"name":"ws","options":[],"query":"workspaces()","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"tagValuesQuery":"","tags":[],"tagsQuery":"","type":"query","useTags":false}]},"time":{"from":"now-12h","to":"now"},"title":"Azure - / Insights / Data Explorer Clusters","uid":"8UDB1s3Gk","version":1}}' + $rg, $ns)","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"tagValuesQuery":"","tags":[],"tagsQuery":"","type":"query","useTags":false},{"allValue":null,"current":{},"datasource":"$ds","definition":"workspaces()","description":null,"error":null,"hide":0,"includeAll":false,"label":"Workspace","multi":false,"name":"ws","options":[],"query":"workspaces()","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"tagValuesQuery":"","tags":[],"tagsQuery":"","type":"query","useTags":false}]},"time":{"from":"now-12h","to":"now"},"title":"Azure + / Insights / Data Explorer Clusters","uid":"8UDB1s3Gk","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-T7+88WfZnFKx6wBlQUrKwg';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-J8/ghCznv7wgxNPhUhPlWA';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:31 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:25 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446272.661.31.173577|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725086.942.28.666072|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -14372,10 +15185,10 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/tQZAMYrMk response: body: - string: "{\"meta\":{\"type\":\"db\",\"canSave\":true,\"canEdit\":true,\"canAdmin\":true,\"canStar\":true,\"canDelete\":true,\"slug\":\"azure-insights-key-vaults\",\"url\":\"/d/tQZAMYrMk/azure-insights-key-vaults\",\"expires\":\"0001-01-01T00:00:00Z\",\"created\":\"2023-04-14T04:18:05Z\",\"updated\":\"2023-04-14T04:18:05Z\",\"updatedBy\":\"Anonymous\",\"createdBy\":\"Anonymous\",\"version\":1,\"hasAcl\":false,\"isFolder\":false,\"folderId\":1,\"folderUid\":\"az-mon\",\"folderTitle\":\"Azure - Monitor\",\"folderUrl\":\"/dashboards/f/az-mon/azure-monitor\",\"provisioned\":true,\"provisionedExternalId\":\"keyvault.json\",\"annotationsPermissions\":{\"dashboard\":{\"canAdd\":false,\"canEdit\":false,\"canDelete\":false},\"organization\":{\"canAdd\":false,\"canEdit\":false,\"canDelete\":false}},\"hasPublicDashboard\":false,\"publicDashboardAccessToken\":\"\",\"publicDashboardUid\":\"\",\"publicDashboardEnabled\":false},\"dashboard\":{\"__inputs\":[],\"__requires\":[{\"id\":\"grafana\",\"name\":\"Grafana\",\"type\":\"grafana\",\"version\":\"7.4.3\"},{\"id\":\"grafana-azure-monitor-datasource\",\"name\":\"Azure + string: "{\"meta\":{\"type\":\"db\",\"canSave\":true,\"canEdit\":true,\"canAdmin\":true,\"canStar\":true,\"canDelete\":true,\"slug\":\"azure-insights-key-vaults\",\"url\":\"/d/tQZAMYrMk/azure-insights-key-vaults\",\"expires\":\"0001-01-01T00:00:00Z\",\"created\":\"2023-05-22T03:03:26Z\",\"updated\":\"2023-05-10T23:32:40Z\",\"updatedBy\":\"Anonymous\",\"createdBy\":\"Anonymous\",\"version\":2,\"hasAcl\":false,\"isFolder\":false,\"folderId\":1,\"folderUid\":\"az-mon\",\"folderTitle\":\"Azure + Monitor\",\"folderUrl\":\"/dashboards/f/az-mon/azure-monitor\",\"provisioned\":true,\"provisionedExternalId\":\"keyvault.json\",\"annotationsPermissions\":{\"dashboard\":{\"canAdd\":false,\"canEdit\":false,\"canDelete\":false},\"organization\":{\"canAdd\":false,\"canEdit\":false,\"canDelete\":false}},\"publicDashboardAccessToken\":\"\",\"publicDashboardUid\":\"\",\"publicDashboardEnabled\":false},\"dashboard\":{\"__inputs\":[],\"__requires\":[{\"id\":\"grafana\",\"name\":\"Grafana\",\"type\":\"grafana\",\"version\":\"7.4.3\"},{\"id\":\"grafana-azure-monitor-datasource\",\"name\":\"Azure Monitor\",\"type\":\"datasource\",\"version\":\"0.3.0\"},{\"id\":\"graph\",\"name\":\"Graph\",\"type\":\"panel\",\"version\":\"\"},{\"id\":\"stat\",\"name\":\"Stat\",\"type\":\"panel\",\"version\":\"\"},{\"id\":\"table\",\"name\":\"Table\",\"type\":\"panel\",\"version\":\"\"}],\"description\":\"The - dashboard provides insights of Azure Key Vaults overview, failures and operations.\",\"editable\":true,\"id\":7,\"links\":[],\"panels\":[{\"collapsed\":false,\"datasource\":\"${ds}\",\"gridPos\":{\"h\":1,\"w\":24,\"x\":0,\"y\":0},\"id\":25,\"panels\":[],\"title\":\"Overview\",\"type\":\"row\"},{\"datasource\":\"${ds}\",\"fieldConfig\":{\"defaults\":{\"color\":{\"mode\":\"thresholds\"},\"custom\":{},\"mappings\":[],\"thresholds\":{\"mode\":\"percentage\",\"steps\":[{\"color\":\"green\",\"value\":null}]}},\"overrides\":[]},\"gridPos\":{\"h\":7,\"w\":19,\"x\":0,\"y\":1},\"id\":9,\"options\":{\"colorMode\":\"value\",\"graphMode\":\"none\",\"justifyMode\":\"center\",\"orientation\":\"auto\",\"reduceOptions\":{\"calcs\":[\"lastNotNull\"],\"fields\":\"\",\"values\":false},\"text\":{},\"textMode\":\"auto\"},\"pluginVersion\":\"7.4.3\",\"targets\":[{\"azureMonitor\":{\"aggOptions\":[\"None\",\"Average\",\"Minimum\",\"Maximum\",\"Total\",\"Count\"],\"aggregation\":\"Average\",\"allowedTimeGrainsMs\":[60000,300000,900000,1800000,3600000,21600000,43200000,86400000],\"dimensionFilter\":\"*\",\"dimensionFilters\":[],\"dimensions\":[{\"text\":\"Activity + dashboard provides insights of Azure Key Vaults overview, failures and operations.\",\"editable\":true,\"id\":4,\"links\":[],\"panels\":[{\"collapsed\":false,\"datasource\":\"${ds}\",\"gridPos\":{\"h\":1,\"w\":24,\"x\":0,\"y\":0},\"id\":25,\"panels\":[],\"title\":\"Overview\",\"type\":\"row\"},{\"datasource\":\"${ds}\",\"fieldConfig\":{\"defaults\":{\"color\":{\"mode\":\"thresholds\"},\"custom\":{},\"mappings\":[],\"thresholds\":{\"mode\":\"percentage\",\"steps\":[{\"color\":\"green\",\"value\":null}]}},\"overrides\":[]},\"gridPos\":{\"h\":7,\"w\":19,\"x\":0,\"y\":1},\"id\":9,\"options\":{\"colorMode\":\"value\",\"graphMode\":\"none\",\"justifyMode\":\"center\",\"orientation\":\"auto\",\"reduceOptions\":{\"calcs\":[\"lastNotNull\"],\"fields\":\"\",\"values\":false},\"text\":{},\"textMode\":\"auto\"},\"pluginVersion\":\"7.4.3\",\"targets\":[{\"azureMonitor\":{\"aggOptions\":[\"None\",\"Average\",\"Minimum\",\"Maximum\",\"Total\",\"Count\"],\"aggregation\":\"Average\",\"allowedTimeGrainsMs\":[60000,300000,900000,1800000,3600000,21600000,43200000,86400000],\"dimensionFilter\":\"*\",\"dimensionFilters\":[],\"dimensions\":[{\"text\":\"Activity Type\",\"value\":\"ActivityType\"},{\"text\":\"Activity Name\",\"value\":\"ActivityName\"},{\"text\":\"Status Code\",\"value\":\"StatusCode\"},{\"text\":\"Status Code Class\",\"value\":\"StatusCodeClass\"}],\"metricDefinition\":\"Microsoft.KeyVault/vaults\",\"metricName\":\"Availability\",\"metricNamespace\":\"Microsoft.KeyVault/vaults\",\"resourceGroup\":\"$rg\",\"resourceName\":\"$resource\",\"timeGrain\":\"auto\",\"timeGrains\":[{\"text\":\"auto\",\"value\":\"auto\"},{\"text\":\"1 minute\",\"value\":\"PT1M\"},{\"text\":\"5 minutes\",\"value\":\"PT5M\"},{\"text\":\"15 @@ -14571,33 +15384,29 @@ interactions: \ )\\r\\n| project Time=TimeGenerated, Operation=OperationName, Result=ResultSignature, Duration = DurationMs, [\\\"Details\\\"]=bag_p\\r\\n| sort by Time desc\",\"resultFormat\":\"time_series\",\"workspace\":\"$ws\"},\"queryType\":\"Azure Log Analytics\",\"refId\":\"A\",\"subscription\":\"$sub\"}],\"title\":\"Operations - by Time\",\"type\":\"table\"}],\"refresh\":false,\"schemaVersion\":27,\"style\":\"dark\",\"tags\":[],\"templating\":{\"list\":[{\"current\":{},\"hide\":0,\"includeAll\":false,\"label\":\"Datasource\",\"multi\":false,\"name\":\"ds\",\"options\":[],\"query\":\"grafana-azure-monitor-datasource\",\"queryValue\":\"\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"type\":\"datasource\"},{\"allValue\":null,\"current\":{},\"datasource\":\"${ds}\",\"definition\":\"subscriptions()\",\"description\":null,\"error\":null,\"hide\":0,\"includeAll\":false,\"label\":\"Subscription\",\"multi\":false,\"name\":\"sub\",\"options\":[],\"query\":\"subscriptions()\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"sort\":0,\"tagValuesQuery\":\"\",\"tags\":[],\"tagsQuery\":\"\",\"type\":\"query\",\"useTags\":false},{\"allValue\":null,\"current\":{},\"datasource\":\"${ds}\",\"definition\":\"ResourceGroups($sub)\",\"description\":null,\"error\":null,\"hide\":0,\"includeAll\":false,\"label\":\"Resource - Group\",\"multi\":false,\"name\":\"rg\",\"options\":[],\"query\":\"ResourceGroups($sub)\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"sort\":0,\"tagValuesQuery\":\"\",\"tags\":[],\"tagsQuery\":\"\",\"type\":\"query\",\"useTags\":false},{\"hide\":2,\"label\":\"Namespace\",\"name\":\"ns\",\"query\":\"Microsoft.KeyVault/vaults\",\"skipUrlSync\":false,\"type\":\"constant\"},{\"allValue\":null,\"current\":{},\"datasource\":\"${ds}\",\"definition\":\"ResourceNames($sub, + by Time\",\"type\":\"table\"}],\"refresh\":false,\"schemaVersion\":27,\"style\":\"dark\",\"tags\":[],\"templating\":{\"list\":[{\"current\":{},\"hide\":0,\"includeAll\":false,\"label\":\"Datasource\",\"multi\":false,\"name\":\"ds\",\"options\":[],\"query\":\"grafana-azure-monitor-datasource\",\"queryValue\":\"\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"type\":\"datasource\"},{\"allValue\":null,\"current\":{},\"datasource\":\"${ds}\",\"definition\":\"subscriptions()\",\"description\":null,\"error\":null,\"hide\":0,\"includeAll\":false,\"label\":\"Subscription\",\"multi\":false,\"name\":\"sub\",\"options\":[],\"query\":\"subscriptions()\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"sort\":5,\"tagValuesQuery\":\"\",\"tags\":[],\"tagsQuery\":\"\",\"type\":\"query\",\"useTags\":false},{\"allValue\":null,\"current\":{},\"datasource\":\"${ds}\",\"definition\":\"ResourceGroups($sub)\",\"description\":null,\"error\":null,\"hide\":0,\"includeAll\":false,\"label\":\"Resource + Group\",\"multi\":false,\"name\":\"rg\",\"options\":[],\"query\":\"ResourceGroups($sub)\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"sort\":5,\"tagValuesQuery\":\"\",\"tags\":[],\"tagsQuery\":\"\",\"type\":\"query\",\"useTags\":false},{\"hide\":2,\"label\":\"Namespace\",\"name\":\"ns\",\"query\":\"Microsoft.KeyVault/vaults\",\"skipUrlSync\":false,\"type\":\"constant\"},{\"allValue\":null,\"current\":{},\"datasource\":\"${ds}\",\"definition\":\"ResourceNames($sub, $rg, $ns)\",\"description\":null,\"error\":null,\"hide\":0,\"includeAll\":false,\"label\":\"Resource\",\"multi\":false,\"name\":\"resource\",\"options\":[],\"query\":\"ResourceNames($sub, - $rg, $ns)\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"sort\":0,\"tagValuesQuery\":\"\",\"tags\":[],\"tagsQuery\":\"\",\"type\":\"query\",\"useTags\":false},{\"allValue\":null,\"current\":{},\"datasource\":\"${ds}\",\"definition\":\"Workspaces($sub)\",\"description\":null,\"error\":null,\"hide\":0,\"includeAll\":false,\"label\":\"Workspace\",\"multi\":false,\"name\":\"ws\",\"options\":[],\"query\":\"Workspaces($sub)\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"sort\":0,\"tagValuesQuery\":\"\",\"tags\":[],\"tagsQuery\":\"\",\"type\":\"query\",\"useTags\":false}]},\"time\":{\"from\":\"now-24h\",\"to\":\"now\"},\"title\":\"Azure - / Insights / Key Vaults\",\"uid\":\"tQZAMYrMk\",\"version\":1}}" + $rg, $ns)\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"sort\":5,\"tagValuesQuery\":\"\",\"tags\":[],\"tagsQuery\":\"\",\"type\":\"query\",\"useTags\":false},{\"allValue\":null,\"current\":{},\"datasource\":\"${ds}\",\"definition\":\"Workspaces($sub)\",\"description\":null,\"error\":null,\"hide\":0,\"includeAll\":false,\"label\":\"Workspace\",\"multi\":false,\"name\":\"ws\",\"options\":[],\"query\":\"Workspaces($sub)\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"sort\":5,\"tagValuesQuery\":\"\",\"tags\":[],\"tagsQuery\":\"\",\"type\":\"query\",\"useTags\":false}]},\"time\":{\"from\":\"now-24h\",\"to\":\"now\"},\"title\":\"Azure + / Insights / Key Vaults\",\"uid\":\"tQZAMYrMk\",\"version\":2}}" headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-48N9HUrAjAayzA/CAyhmsA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-KEH3Iq18hCNyFhgp7Lnsyg';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:31 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:26 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446272.959.29.913657|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725087.256.29.319385|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -14629,12 +15438,12 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/3n2E8CrGk response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-insights-storage-accounts","url":"/d/3n2E8CrGk/azure-insights-storage-accounts","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"storage.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__elements":[],"__inputs":[],"__requires":[{"id":"gauge","name":"Gauge","type":"panel","version":""},{"id":"grafana","name":"Grafana","type":"grafana","version":"9.0.1"},{"id":"grafana-azure-monitor-datasource","name":"Azure + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-insights-storage-accounts","url":"/d/3n2E8CrGk/azure-insights-storage-accounts","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:26Z","updated":"2023-05-10T23:32:41Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"storage.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__elements":[],"__inputs":[],"__requires":[{"id":"gauge","name":"Gauge","type":"panel","version":""},{"id":"grafana","name":"Grafana","type":"grafana","version":"9.0.1"},{"id":"grafana-azure-monitor-datasource","name":"Azure Monitor","type":"datasource","version":"1.0.0"},{"id":"stat","name":"Stat","type":"panel","version":""},{"id":"table","name":"Table","type":"panel","version":""},{"id":"timeseries","name":"Time series","type":"panel","version":""}],"description":"A dashboard that provides a unified view of Azure Storage services performance, capacity, and availability - metrics.","editable":true,"id":8,"iteration":null,"links":[],"liveNow":false,"panels":[{"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"fieldConfig":{"defaults":{"color":{"mode":"thresholds"},"mappings":[],"thresholds":{"mode":"percentage","steps":[{"color":"red","value":null},{"color":"green","value":100}]}},"overrides":[]},"gridPos":{"h":4,"w":3,"x":0,"y":0},"id":7,"options":{"orientation":"auto","reduceOptions":{"calcs":["lastNotNull"],"fields":"/^Availability$/","values":false},"showThresholdLabels":false,"showThresholdMarkers":false,"text":{}},"pluginVersion":"9.0.1","targets":[{"azureMonitor":{"aggOptions":["Average","Minimum","Maximum"],"aggregation":"Average","alias":"Availability","allowedTimeGrainsMs":[60000,300000,900000,1800000,3600000,21600000,43200000,86400000],"dimensionFilter":"*","dimensionFilters":[],"dimensions":[{"text":"Geo + metrics.","editable":true,"id":3,"iteration":null,"links":[],"liveNow":false,"panels":[{"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"fieldConfig":{"defaults":{"color":{"mode":"thresholds"},"mappings":[],"thresholds":{"mode":"percentage","steps":[{"color":"red","value":null},{"color":"green","value":100}]}},"overrides":[]},"gridPos":{"h":4,"w":3,"x":0,"y":0},"id":7,"options":{"orientation":"auto","reduceOptions":{"calcs":["lastNotNull"],"fields":"/^Availability$/","values":false},"showThresholdLabels":false,"showThresholdMarkers":false,"text":{}},"pluginVersion":"9.0.1","targets":[{"azureMonitor":{"aggOptions":["Average","Minimum","Maximum"],"aggregation":"Average","alias":"Availability","allowedTimeGrainsMs":[60000,300000,900000,1800000,3600000,21600000,43200000,86400000],"dimensionFilter":"*","dimensionFilters":[],"dimensions":[{"text":"Geo type","value":"GeoType"},{"text":"API name","value":"ApiName"},{"text":"Authentication","value":"Authentication"}],"metricName":"Availability","metricNamespace":"microsoft.storage/storageaccounts","resourceGroup":"$rg","resourceName":"$resource","resourceUri":"/subscriptions/$sub/resourceGroups/$rg/providers/$ns/$resource","timeGrain":"auto","timeGrains":[{"text":"auto","value":"auto"},{"text":"1 minute","value":"PT1M"},{"text":"5 minutes","value":"PT5M"},{"text":"15 minutes","value":"PT15M"},{"text":"30 minutes","value":"PT30M"},{"text":"1 hour","value":"PT1H"},{"text":"6 hours","value":"PT6H"},{"text":"12 @@ -14941,33 +15750,29 @@ interactions: Count","allowedTimeGrainsMs":[3600000],"dimensionFilter":"*","dimensionFilters":[],"dimensions":[],"metricName":"FileCount","metricNamespace":"microsoft.storage/storageaccounts/fileservices","resourceGroup":"$rg","resourceName":"$resource/default","resourceUri":"/subscriptions/$sub/resourceGroups/$rg/providers/$ns/$resource/fileServices/default","timeGrain":"auto","timeGrains":[{"text":"auto","value":"auto"},{"text":"1 hour","value":"PT1H"}],"top":"10"},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"hide":false,"queryType":"Azure Monitor","refId":"E","subscription":"$sub"}],"title":"Storage count","type":"timeseries"}],"refresh":false,"schemaVersion":36,"style":"dark","tags":[],"templating":{"list":[{"current":{"selected":false,"text":"Azure - Monitor","value":"Azure Monitor"},"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"subscriptions()","hide":0,"includeAll":false,"label":"Subscription","multi":false,"name":"sub","options":[],"query":"subscriptions()","refresh":2,"regex":"","skipUrlSync":false,"sort":0,"tagValuesQuery":"","tagsQuery":"","type":"query","useTags":false},{"hide":2,"label":"Namespace","name":"ns","query":"Microsoft.Storage/storageAccounts","skipUrlSync":false,"type":"constant"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"ResourceGroups($sub)","hide":0,"includeAll":false,"label":"Resource - Group","multi":false,"name":"rg","options":[],"query":"ResourceGroups($sub)","refresh":2,"regex":"","skipUrlSync":false,"sort":0,"tagValuesQuery":"","tagsQuery":"","type":"query","useTags":false},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"ResourceNames($sub, + Monitor","value":"Azure Monitor"},"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"subscriptions()","hide":0,"includeAll":false,"label":"Subscription","multi":false,"name":"sub","options":[],"query":"subscriptions()","refresh":2,"regex":"","skipUrlSync":false,"sort":5,"tagValuesQuery":"","tagsQuery":"","type":"query","useTags":false},{"hide":2,"label":"Namespace","name":"ns","query":"Microsoft.Storage/storageAccounts","skipUrlSync":false,"type":"constant"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"ResourceGroups($sub)","hide":0,"includeAll":false,"label":"Resource + Group","multi":false,"name":"rg","options":[],"query":"ResourceGroups($sub)","refresh":2,"regex":"","skipUrlSync":false,"sort":5,"tagValuesQuery":"","tagsQuery":"","type":"query","useTags":false},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"ResourceNames($sub, $rg, $ns)","hide":0,"includeAll":false,"label":"Resource","multi":false,"name":"resource","options":[],"query":"ResourceNames($sub, - $rg, $ns)","refresh":2,"regex":"","skipUrlSync":false,"sort":0,"tagValuesQuery":"","tagsQuery":"","type":"query","useTags":false}]},"time":{"from":"now-6h","to":"now"},"timezone":"","title":"Azure - / Insights / Storage Accounts","uid":"3n2E8CrGk","version":1}}' + $rg, $ns)","refresh":2,"regex":"","skipUrlSync":false,"sort":5,"tagValuesQuery":"","tagsQuery":"","type":"query","useTags":false}]},"time":{"from":"now-6h","to":"now"},"timezone":"","title":"Azure + / Insights / Storage Accounts","uid":"3n2E8CrGk","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-Qc8hiQANWNFc6ECeIH63bQ';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-l8mZz6LUU3cbT/dOmslVMA';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:32 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:26 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446273.177.29.972726|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725087.487.28.28469|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -14999,12 +15804,12 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/AzVmInsightsByRG response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-insights-virtual-machines-by-resource-group","url":"/d/AzVmInsightsByRG/azure-insights-virtual-machines-by-resource-group","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"vMInsightsRG.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__elements":[],"__inputs":[],"__requires":[{"id":"grafana","name":"Grafana","type":"grafana","version":"8.4.3"},{"id":"grafana-azure-monitor-datasource","name":"Azure + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-insights-virtual-machines-by-resource-group","url":"/d/AzVmInsightsByRG/azure-insights-virtual-machines-by-resource-group","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:26Z","updated":"2023-05-10T23:32:41Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"vMInsightsRG.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__elements":[],"__inputs":[],"__requires":[{"id":"grafana","name":"Grafana","type":"grafana","version":"8.4.3"},{"id":"grafana-azure-monitor-datasource","name":"Azure Monitor","type":"datasource","version":"0.3.0"},{"id":"stat","name":"Stat","type":"panel","version":""},{"id":"table","name":"Table","type":"panel","version":""},{"id":"text","name":"Text","type":"panel","version":""},{"id":"timeseries","name":"Time series","type":"panel","version":""}],"description":"This dashboard shows the performance and health of Azure Virtual Machines via different metrics - collected by Azure Monitor VM Insights. Filter data by Resource Group","editable":true,"id":4,"links":[],"liveNow":false,"panels":[{"gridPos":{"h":5,"w":24,"x":0,"y":0},"id":54,"options":{"content":"\u003cdiv + collected by Azure Monitor VM Insights. Filter data by Resource Group","editable":true,"id":7,"links":[],"liveNow":false,"panels":[{"gridPos":{"h":5,"w":24,"x":0,"y":0},"id":54,"options":{"content":"\u003cdiv style=\"padding: 1em; text-align: center\"\u003e\n \u003cp\u003eWelcome to the Azure Monitor data source for Grafana. To learn more about it, visit our \u003ca href=\"https://grafana.com/docs/grafana/latest/datasources/azuremonitor/\" @@ -16092,8 +16897,8 @@ interactions: trendBinSize)\r\n","resource":"/subscriptions/$sub","resultFormat":"table"},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"queryType":"Azure Log Analytics","refId":"A","subscription":""}],"title":"Max vailable Logical Space Disk Used % ","transformations":[{"id":"organize","options":{"excludeByName":{"Average":true,"ComputerId":true,"ComputerId1":true,"Min":true,"MountId":true,"P10th":true,"P50th":true,"P5th":true,"P80th":true,"P90th":true,"P95th":true},"indexByName":{},"renameByName":{}}},{"id":"prepareTimeSeries","options":{"format":"many"}},{"id":"renameByRegex","options":{"regex":"(.+)\\s(.+)","renamePattern":"$2"}}],"type":"stat"}],"title":"Logical - Disk Space Used %","type":"row"}],"refresh":"","schemaVersion":35,"style":"dark","tags":[],"templating":{"list":[{"current":{},"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"Subscriptions()","hide":0,"includeAll":false,"label":"Subscription","multi":false,"name":"sub","options":[],"query":"Subscriptions()","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"ResourceGroups($sub)","hide":0,"includeAll":false,"label":"Resource - Group(s)","multi":true,"name":"rg","options":[],"query":"ResourceGroups($sub)","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"current":{"selected":true,"text":"Average","value":"score + Disk Space Used %","type":"row"}],"refresh":"","schemaVersion":35,"style":"dark","tags":[],"templating":{"list":[{"current":{},"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"Subscriptions()","hide":0,"includeAll":false,"label":"Subscription","multi":false,"name":"sub","options":[],"query":"Subscriptions()","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"ResourceGroups($sub)","hide":0,"includeAll":false,"label":"Resource + Group(s)","multi":true,"name":"rg","options":[],"query":"ResourceGroups($sub)","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"current":{"selected":true,"text":"Average","value":"score = round(avg(Val), 2)"},"hide":0,"includeAll":false,"label":"Aggregate","multi":false,"name":"agg","options":[{"selected":true,"text":"Average","value":"score = round(avg(Val), 2)"},{"selected":false,"text":"P5th","value":"score= round(percentile(Val, 5), 2)"},{"selected":false,"text":"P10th","value":"score= round(percentile(Val, @@ -16107,30 +16912,26 @@ interactions: round(percentile(Val\\, 80)\\, 2), P90th : score= round(percentile(Val\\, 90)\\, 2), P95th : score= round(percentile(Val\\, 95)\\, 2)","queryValue":"","skipUrlSync":false,"type":"custom"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"","hide":2,"includeAll":false,"multi":false,"name":"tenantId","options":[],"query":{"azureLogAnalytics":{"query":"InsightsMetrics\r\n| project TenantId","resource":"/subscriptions/$sub"},"queryType":"Azure Log - Analytics","refId":"A","subscription":""},"refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"}]},"time":{"from":"now-15m","to":"now"},"title":"Azure - / Insights / Virtual Machines by Resource Group","uid":"AzVmInsightsByRG","version":1}}' + Analytics","refId":"A","subscription":""},"refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"}]},"time":{"from":"now-15m","to":"now"},"title":"Azure + / Insights / Virtual Machines by Resource Group","uid":"AzVmInsightsByRG","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-81X4um7L7/WWR2i+HqRTqw';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-tI3Z2ybh+8gJjTZJgUWu5g';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:32 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:26 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446273.431.31.940677|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725087.75.30.43675|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -16162,8 +16963,8 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/AzVmInsightsByWS response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-insights-virtual-machines-by-workspace","url":"/d/AzVmInsightsByWS/azure-insights-virtual-machines-by-workspace","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"vMInsightsWs.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__elements":[],"__inputs":[],"__requires":[{"id":"grafana","name":"Grafana","type":"grafana","version":"8.4.3"},{"id":"grafana-azure-monitor-datasource","name":"Azure + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-insights-virtual-machines-by-workspace","url":"/d/AzVmInsightsByWS/azure-insights-virtual-machines-by-workspace","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:26Z","updated":"2023-05-10T23:32:41Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"vMInsightsWs.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__elements":[],"__inputs":[],"__requires":[{"id":"grafana","name":"Grafana","type":"grafana","version":"8.4.3"},{"id":"grafana-azure-monitor-datasource","name":"Azure Monitor","type":"datasource","version":"0.3.0"},{"id":"stat","name":"Stat","type":"panel","version":""},{"id":"table","name":"Table","type":"panel","version":""},{"id":"text","name":"Text","type":"panel","version":""},{"id":"timeseries","name":"Time series","type":"panel","version":""}],"description":"This dashboard shows the performance and health of Azure Virtual Machines via different metrics @@ -17192,11 +17993,11 @@ interactions: = ComputerId TrendValue = max(Val) by MountId, ComputerId, Computer, bin(TimeGenerated, trendBinSize)\r\n","resource":"$ws","resultFormat":"table"},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"queryType":"Azure Log Analytics","refId":"A","subscription":""}],"title":"Max available Logical - Space Disk Used % ","transformations":[{"id":"organize","options":{"excludeByName":{"Average":true,"ComputerId":true,"ComputerId1":true,"Min":true,"MountId":true,"P10th":true,"P50th":true,"P5th":true,"P80th":true,"P90th":true,"P95th":true},"indexByName":{},"renameByName":{}}},{"id":"prepareTimeSeries","options":{"format":"many"}},{"id":"renameByRegex","options":{"regex":"(.+)\\s(.+)","renamePattern":"$2"}}],"type":"stat"}],"refresh":false,"schemaVersion":35,"style":"dark","tags":[],"templating":{"list":[{"current":{},"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"current":{},"datasource":{"uid":"${ds}"},"definition":"Subscriptions()","hide":0,"includeAll":false,"label":"Subscription","multi":false,"name":"sub","options":[],"query":"Subscriptions()","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"current":{},"datasource":{"uid":"${ds}"},"definition":"Workspaces($sub)","hide":0,"includeAll":false,"label":"Workspace","multi":false,"name":"ws","options":[],"query":"Workspaces($sub)","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"","hide":0,"includeAll":false,"label":"Resource + Space Disk Used % ","transformations":[{"id":"organize","options":{"excludeByName":{"Average":true,"ComputerId":true,"ComputerId1":true,"Min":true,"MountId":true,"P10th":true,"P50th":true,"P5th":true,"P80th":true,"P90th":true,"P95th":true},"indexByName":{},"renameByName":{}}},{"id":"prepareTimeSeries","options":{"format":"many"}},{"id":"renameByRegex","options":{"regex":"(.+)\\s(.+)","renamePattern":"$2"}}],"type":"stat"}],"refresh":false,"schemaVersion":35,"style":"dark","tags":[],"templating":{"list":[{"current":{},"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"current":{},"datasource":{"uid":"${ds}"},"definition":"Subscriptions()","hide":0,"includeAll":false,"label":"Subscription","multi":false,"name":"sub","options":[],"query":"Subscriptions()","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"current":{},"datasource":{"uid":"${ds}"},"definition":"Workspaces($sub)","hide":0,"includeAll":false,"label":"Workspace","multi":false,"name":"ws","options":[],"query":"Workspaces($sub)","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"current":{},"datasource":{"type":"grafana-azure-monitor-datasource","uid":"${ds}"},"definition":"","hide":0,"includeAll":false,"label":"Resource Group(s)","multi":true,"name":"rg","options":[],"query":{"azureLogAnalytics":{"query":"InsightsMetrics\r\n| where Origin == ''vm.azm.ms''\r\n| parse kind=regex tolower(_ResourceId) with ''resourcegroups/'' resourceGroup ''/p(.+)'' *\r\n| project resourceGroup","resource":"$ws"},"queryType":"Azure - Log Analytics","refId":"A","subscription":""},"refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"current":{"selected":false,"text":"Average","value":"score + Log Analytics","refId":"A","subscription":""},"refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"},{"current":{"selected":false,"text":"Average","value":"score = round(avg(Val), 2)"},"hide":0,"includeAll":false,"label":"Aggregate","multi":false,"name":"agg","options":[{"selected":true,"text":"Average","value":"score = round(avg(Val), 2)"},{"selected":false,"text":"P5th","value":"score= round(percentile(Val, 5), 2)"},{"selected":false,"text":"P10th","value":"score= round(percentile(Val, @@ -17209,29 +18010,25 @@ interactions: 10)\\, 2), P50th : score= round(percentile(Val\\, 50)\\, 2), P80th : score= round(percentile(Val\\, 80)\\, 2), P90th : score= round(percentile(Val\\, 90)\\, 2), P95th : score= round(percentile(Val\\, 95)\\, 2)","queryValue":"","skipUrlSync":false,"type":"custom"}]},"time":{"from":"now-15m","to":"now"},"title":"Azure - / Insights / Virtual Machines by Workspace","uid":"AzVmInsightsByWS","version":1}}' + / Insights / Virtual Machines by Workspace","uid":"AzVmInsightsByWS","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-M8A5fbiegMCclmG43b6k4w';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-hadLU/EVGAWcERnd6LXu4g';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:32 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:27 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446273.714.27.425575|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725088.05.26.98152|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -17263,8 +18060,8 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/Mtwt2BV7k response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-resources-overview","url":"/d/Mtwt2BV7k/azure-resources-overview","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"arg.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__inputs":[],"__requires":[{"id":"grafana","name":"Grafana","type":"grafana","version":"8.2.0-pre"},{"id":"grafana-azure-monitor-datasource","name":"Azure + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"azure-resources-overview","url":"/d/Mtwt2BV7k/azure-resources-overview","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:26Z","updated":"2023-05-10T23:32:40Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","provisioned":true,"provisionedExternalId":"arg.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"__inputs":[],"__requires":[{"id":"grafana","name":"Grafana","type":"grafana","version":"8.2.0-pre"},{"id":"grafana-azure-monitor-datasource","name":"Azure Monitor","type":"datasource","version":"0.3.0"},{"id":"stat","name":"Stat","type":"panel","version":""},{"id":"table","name":"Table","type":"panel","version":""}],"description":"The dashboard provides insights of Azure Resource Graph Explorer overview, compute, Paas, networking, monitoring and security. Queries used in this Azure Monitor @@ -17897,29 +18694,25 @@ interactions: Resource Graph","refId":"A","samplingType":"","service":"metric","subscriptions":["$subscriptions"],"useBackends":false,"useCustomSeriesNaming":false}],"title":"Azure Security Center Secure Controls Score by Controls","type":"table"}],"title":"Monitoring \u0026 Security","type":"row"}],"refresh":"","schemaVersion":31,"style":"dark","tags":[],"templating":{"list":[{"current":{},"hide":0,"includeAll":false,"label":"Datasource","multi":false,"name":"ds","options":[],"query":"grafana-azure-monitor-datasource","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"},{"allValue":null,"current":{},"datasource":"${ds}","definition":"Subscriptions()","description":null,"error":null,"hide":0,"includeAll":false,"label":"Subscription(s)","multi":true,"name":"subscriptions","options":[],"query":"Subscriptions()","refresh":1,"regex":"","skipUrlSync":false,"sort":5,"type":"query"}]},"time":{"from":"now-1h","to":"now"},"title":"Azure - / Resources Overview","uid":"Mtwt2BV7k","version":1}}' + / Resources Overview","uid":"Mtwt2BV7k","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-O725Yaues/8NwI2vPwamHw';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-YsbXLh/0W5OUHzpZ12kiiQ';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:33 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:27 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446273.999.31.131216|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725088.344.28.482112|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -17951,7 +18744,7 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/xLERdASnz response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"cluster-detail","url":"/d/xLERdASnz/cluster-detail","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"ClusterDetail.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"annotations":{"list":[{"builtIn":1,"datasource":"-- + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"cluster-detail","url":"/d/xLERdASnz/cluster-detail","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:27Z","updated":"2023-05-22T03:02:20Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"ClusterDetail.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"annotations":{"list":[{"builtIn":1,"datasource":"-- Grafana --","enable":true,"hide":true,"iconColor":"rgba(0, 211, 255, 1)","name":"Annotations \u0026 Alerts","target":{"limit":100,"matchAny":false,"tags":[],"type":"dashboard"},"type":"dashboard"}]},"editable":true,"gnetId":null,"graphTooltip":0,"id":21,"links":[],"liveNow":false,"panels":[{"datasource":"Geneva Datasource","description":"For a particular cluster, this widget shows it''s @@ -18017,29 +18810,25 @@ interactions: ClusterName)","description":"The name of the cluster you want to see data for","error":null,"hide":0,"includeAll":true,"label":"Cluster Name","multi":true,"name":"ClusterName","options":[],"query":"dimensionValues($account, ServiceFabric, ClusterHealthState, ClusterName)","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"}]},"time":{"from":"now-6h","to":"now"},"timepicker":{},"timezone":"","title":"Cluster - Detail","uid":"xLERdASnz","version":1}}' + Detail","uid":"xLERdASnz","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-ccdxTTWOeedG0BARZxfCqg';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-D+Oug8g68WicIjjFuX2S7w';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:33 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:27 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446274.249.29.898239|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725088.624.28.770975|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -18071,9 +18860,9 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/QTVw7iK7z response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"geneva-health","url":"/d/QTVw7iK7z/geneva-health","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"Health.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"annotations":{"list":[{"datasource":"Geneva + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"geneva-health","url":"/d/QTVw7iK7z/geneva-health","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:27Z","updated":"2023-05-22T03:02:20Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"Health.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"annotations":{"list":[{"datasource":"Geneva Datasource","enable":true,"iconColor":"light-blue","name":"Geneva Health Annotations","target":{"account":"$acc","backends":[],"dimension":"","groupByUnit":"m","groupByValue":"1","healthHistoryValueTransform":"raw","healthQueryType":"Watchdog - Health","isAnnotationsMode":true,"limit":100,"matchAny":false,"metric":"","metricsQueryType":"ui","namespace":"","samplingType":"","selectedWatchdogResourceVar":"$nodeIds","service":"health","tags":[],"type":"dashboard","useBackends":false,"useCustomSeriesNaming":false,"useResourceVars":true}}]},"editable":true,"gnetId":null,"graphTooltip":0,"id":17,"links":[],"panels":[{"datasource":"Geneva + Health","isAnnotationsMode":true,"limit":100,"matchAny":false,"metric":"","metricsQueryType":"ui","namespace":"","samplingType":"","selectedWatchdogResourceVar":"$nodeIds","service":"health","tags":[],"type":"dashboard","useBackends":false,"useCustomSeriesNaming":false,"useResourceVars":true}}]},"editable":true,"gnetId":null,"graphTooltip":0,"id":16,"links":[],"panels":[{"datasource":"Geneva Datasource","gridPos":{"h":21,"w":6,"x":0,"y":0},"id":2,"options":{"monitorNameVar":"$monitorName","monitorVar":"$monitor","orientation":"vertical","resourceHealthVar":"$nodeIds","resourceNameVar":"$selectedRes"},"targets":[{"account":"$acc","backends":[],"dimension":"","groupByUnit":"m","groupByValue":"1","healthHistoryValueTransform":"raw","healthQueryType":"Topology","metric":"","metricsQueryType":"ui","namespace":"","refId":"A","samplingType":"","service":"health","topologyNodeId":"$res","useBackends":false,"useCustomSeriesNaming":false,"useResourceVars":false}],"title":"Topology","type":"geneva-health-panel"},{"datasource":"Geneva Datasource","fieldConfig":{"defaults":{"color":{"mode":"thresholds"},"custom":{"fillOpacity":70,"lineWidth":0},"mappings":[{"options":{"0":{"color":"red","index":0,"text":"Unhealthy"},"1":{"color":"green","index":1,"text":"Healthy"},"2":{"color":"orange","index":2,"text":"Degraded"}},"type":"value"}],"thresholds":{"mode":"absolute","steps":[{"color":"text","value":null},{"color":"red","value":0},{"color":"green","value":1},{"color":"#EAB839","value":2}]}},"overrides":[]},"gridPos":{"h":7,"w":18,"x":6,"y":0},"id":4,"options":{"alignValue":"left","legend":{"displayMode":"hidden","placement":"bottom"},"mergeValues":true,"rowHeight":0.9,"showValue":"never","tooltip":{"mode":"single"}},"targets":[{"account":"$acc","backends":[],"dimension":"","groupByUnit":"m","groupByValue":"1","healthHistoryValueTransform":"raw","healthQueryType":"Resource Health","metric":"","metricsQueryType":"ui","namespace":"","refId":"A","samplingType":"","selectedResourcesVar":"$nodeIds","service":"health","useBackends":false,"useCustomSeriesNaming":false,"useResourceVars":true}],"title":"Resource @@ -18086,29 +18875,25 @@ interactions: Datasource","definition":"Accounts()","description":null,"error":null,"hide":0,"includeAll":false,"label":"Account","multi":false,"name":"acc","options":[],"query":"Accounts()","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"allValue":null,"current":{},"datasource":"Geneva Datasource","definition":"HealthResources($acc)","description":null,"error":null,"hide":0,"includeAll":false,"label":"Health Resource","multi":false,"name":"res","options":[],"query":"HealthResources($acc)","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"},{"allValue":null,"current":{"selected":false,"text":"","value":""},"description":null,"error":null,"hide":2,"includeAll":false,"label":null,"multi":false,"name":"nodeIds","options":[],"query":"","skipUrlSync":false,"type":"custom"},{"allValue":null,"current":{},"description":null,"error":null,"hide":2,"includeAll":false,"label":null,"multi":false,"name":"selectedRes","options":[],"query":"","skipUrlSync":false,"type":"custom"},{"current":{},"hide":2,"includeAll":false,"multi":false,"name":"monitor","options":[],"query":"","skipUrlSync":false,"type":"custom"},{"current":{},"hide":2,"includeAll":false,"multi":false,"name":"monitorName","options":[],"query":"","skipUrlSync":false,"type":"custom"}]},"time":{"from":"now-1h","to":"now"},"timepicker":{},"timezone":"","title":"Geneva - Health","uid":"QTVw7iK7z","version":1}}' + Health","uid":"QTVw7iK7z","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-hY71QygLgtHINqBz43SRfw';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-1H5AZasraZZ8s5qOhKzDUQ';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:33 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:27 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446274.438.29.255519|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725088.848.29.157602|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -18140,7 +18925,7 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/sVKyjvpnz response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"incoming-service-qos","url":"/d/sVKyjvpnz/incoming-service-qos","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"IncomingQoS.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"editable":true,"fiscalYearStartMonth":0,"gnetId":null,"graphTooltip":0,"id":22,"links":[],"liveNow":false,"panels":[{"datasource":"Geneva + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"incoming-service-qos","url":"/d/sVKyjvpnz/incoming-service-qos","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:27Z","updated":"2023-05-22T03:02:20Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"IncomingQoS.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"editable":true,"fiscalYearStartMonth":0,"gnetId":null,"graphTooltip":0,"id":18,"links":[],"liveNow":false,"panels":[{"datasource":"Geneva Datasource","fieldConfig":{"defaults":{"color":{"mode":"thresholds"},"decimals":2,"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null}]}},"overrides":[]},"gridPos":{"h":9,"w":12,"x":0,"y":0},"id":2,"options":{"colorMode":"value","graphMode":"area","justifyMode":"auto","orientation":"auto","reduceOptions":{"calcs":["mean"],"fields":"","values":false},"text":{},"textMode":"auto"},"pluginVersion":"8.2.2","targets":[{"account":"AnswersUIProd","backends":[],"dimension":"Total","dimensionFilterOperators":[],"dimensionFilterValues":[],"dimensionFilters":[],"groupByUnit":"m","groupByValue":"1","healthHistoryValueTransform":"raw","healthQueryType":"Topology","metric":"StandingQuery\\IncomingApiReliability","metricsQueryType":"ui","namespace":"ApplicationMetrics","queryText":"metric(\"StandingQuery\\\\IncomingApiReliability\").samplingTypes(\"NullableAverage\")\n\n| top 40 by avg(NullableAverage) desc\n","refId":"A","samplingType":"NullableAverage","service":"metrics","useBackends":false,"useCustomSeriesNaming":false,"useResourceVars":false}],"title":"Overall Reliability","type":"stat"},{"datasource":"Geneva Datasource","fieldConfig":{"defaults":{"color":{"mode":"thresholds"},"decimals":2,"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null}]}},"overrides":[]},"gridPos":{"h":9,"w":12,"x":12,"y":0},"id":3,"options":{"colorMode":"value","graphMode":"area","justifyMode":"auto","orientation":"auto","reduceOptions":{"calcs":["mean"],"fields":"","values":false},"text":{},"textMode":"auto"},"pluginVersion":"8.2.2","targets":[{"account":"AnswersUIProd","backends":[],"dimension":"Total","dimensionFilterOperators":[],"dimensionFilterValues":[],"dimensionFilters":[],"groupByUnit":"m","groupByValue":"1","healthHistoryValueTransform":"raw","healthQueryType":"Topology","metric":"StandingQuery\\IncomingApiReliability","metricsQueryType":"ui","namespace":"ApplicationMetrics","queryText":"metric(\"StandingQuery\\\\IncomingApiReliability\").samplingTypes(\"Rate\")\n\n| @@ -18193,29 +18978,25 @@ interactions: Datasource","definition":"dimensionValues($Account, $Namespace, $Metric, CallerName)","description":null,"error":null,"hide":0,"includeAll":true,"label":"Caller Name","multi":true,"name":"CallerName","options":[],"query":"dimensionValues($Account, $Namespace, $Metric, CallerName)","refresh":1,"regex":"","skipUrlSync":false,"sort":0,"type":"query"}]},"time":{"from":"now-6h","to":"now"},"timepicker":{},"timezone":"","title":"Incoming - Service QoS","uid":"sVKyjvpnz","version":1}}' + Service QoS","uid":"sVKyjvpnz","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-Ke0Zqo/dxidC8Ak/c2ZWFQ';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-1P18azFVgmiEi6mbvmUPxw';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:33 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:28 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446274.611.28.260059|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725089.031.29.394143|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -18247,9 +19028,9 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/_sKhXTH7z response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"node-detail","url":"/d/_sKhXTH7z/node-detail","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"NodeDetail.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"annotations":{"list":[{"builtIn":1,"datasource":"-- + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"node-detail","url":"/d/_sKhXTH7z/node-detail","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:27Z","updated":"2023-05-22T03:03:27Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"NodeDetail.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"annotations":{"list":[{"builtIn":1,"datasource":"-- Grafana --","enable":true,"hide":true,"iconColor":"rgba(0, 211, 255, 1)","name":"Annotations - \u0026 Alerts","target":{"limit":100,"matchAny":false,"tags":[],"type":"dashboard"},"type":"dashboard"}]},"editable":true,"gnetId":null,"graphTooltip":0,"id":18,"links":[],"liveNow":false,"panels":[{"datasource":"Geneva + \u0026 Alerts","target":{"limit":100,"matchAny":false,"tags":[],"type":"dashboard"},"type":"dashboard"}]},"editable":true,"gnetId":null,"graphTooltip":0,"id":13,"links":[],"liveNow":false,"panels":[{"datasource":"Geneva Datasource","description":"For a particular cluster and an application, this widget shows it''s health timeline - time when the application sent Ok, Warning and Error as it''s health status","fieldConfig":{"defaults":{"color":{"mode":"continuous-RdYlGr"},"custom":{"fillOpacity":75,"lineWidth":0},"mappings":[],"max":1,"min":0,"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null}]},"unit":"short"},"overrides":[{"matcher":{"id":"byRegexp","options":"Error.*"},"properties":[{"id":"mappings","value":[{"options":{"0":{"color":"transparent","index":0},"1":{"color":"red","index":1}},"type":"value"}]}]},{"matcher":{"id":"byRegexp","options":"Ok.*"},"properties":[{"id":"mappings","value":[{"options":{"0":{"color":"transparent","index":0},"1":{"color":"green","index":1}},"type":"value"}]}]},{"matcher":{"id":"byRegexp","options":"Warning.*"},"properties":[{"id":"mappings","value":[{"options":{"0":{"color":"transparent","index":0},"1":{"color":"yellow","index":1}},"type":"value"}]}]}]},"gridPos":{"h":13,"w":24,"x":0,"y":0},"id":2,"options":{"alignValue":"center","legend":{"displayMode":"hidden","placement":"bottom"},"mergeValues":true,"rowHeight":0.9,"showValue":"never","tooltip":{"mode":"single"}},"targets":[{"account":"$account","azureMonitor":{"timeGrain":"auto"},"backends":[],"dimension":"ClusterName, @@ -18281,26 +19062,22 @@ interactions: Detail","uid":"_sKhXTH7z","version":1}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-tBnY2lgjmnQTlOfDma1f/g';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-e5Bk47jQyT8xihHyoelI4Q';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:33 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:28 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446274.82.28.1322|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725089.251.26.984970|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -18332,7 +19109,7 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/6naEwcp7z response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"outgoing-service-qos","url":"/d/6naEwcp7z/outgoing-service-qos","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"OutgoingQoS.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"editable":true,"fiscalYearStartMonth":0,"gnetId":null,"graphTooltip":0,"id":19,"links":[],"liveNow":false,"panels":[{"datasource":"Geneva + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"outgoing-service-qos","url":"/d/6naEwcp7z/outgoing-service-qos","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:27Z","updated":"2023-05-22T03:03:27Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"OutgoingQoS.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"editable":true,"fiscalYearStartMonth":0,"gnetId":null,"graphTooltip":0,"id":14,"links":[],"liveNow":false,"panels":[{"datasource":"Geneva Datasource","fieldConfig":{"defaults":{"color":{"mode":"thresholds"},"decimals":2,"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null}]}},"overrides":[]},"gridPos":{"h":9,"w":12,"x":0,"y":0},"id":2,"options":{"colorMode":"value","graphMode":"area","justifyMode":"auto","orientation":"auto","reduceOptions":{"calcs":["mean"],"fields":"","values":false},"text":{},"textMode":"auto"},"pluginVersion":"8.2.2","targets":[{"account":"AnswersUIProd","backends":[],"dimension":"Total","dimensionFilterOperators":[],"dimensionFilterValues":[],"dimensionFilters":[],"groupByUnit":"m","groupByValue":"1","healthHistoryValueTransform":"raw","healthQueryType":"Topology","metric":"StandingQuery\\OutgoingApiReliability","metricsQueryType":"ui","namespace":"ApplicationMetrics","queryText":"metric(\"StandingQuery\\\\OutgoingApiReliability\").samplingTypes(\"NullableAverage\")\n\n| top 40 by avg(NullableAverage) desc\n","refId":"A","samplingType":"NullableAverage","service":"metrics","useBackends":false,"useCustomSeriesNaming":false,"useResourceVars":false}],"title":"Overall Reliability","type":"stat"},{"datasource":"Geneva Datasource","fieldConfig":{"defaults":{"color":{"mode":"thresholds"},"decimals":2,"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null}]}},"overrides":[]},"gridPos":{"h":9,"w":12,"x":12,"y":0},"id":3,"options":{"colorMode":"value","graphMode":"area","justifyMode":"auto","orientation":"auto","reduceOptions":{"calcs":["mean"],"fields":"","values":false},"text":{},"textMode":"auto"},"pluginVersion":"8.2.2","targets":[{"account":"AnswersUIProd","backends":[],"dimension":"Total","dimensionFilterOperators":[],"dimensionFilterValues":[],"dimensionFilters":[],"groupByUnit":"m","groupByValue":"1","healthHistoryValueTransform":"raw","healthQueryType":"Topology","metric":"StandingQuery\\OutgoingApiReliability","metricsQueryType":"ui","namespace":"ApplicationMetrics","queryText":"metric(\"StandingQuery\\\\OutgoingApiReliability\").samplingTypes(\"RequestRate\")\n\n| @@ -18395,26 +19172,22 @@ interactions: Service QoS","uid":"6naEwcp7z","version":1}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-82PiLIs1eu2X5Q2mOTY0EA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-Pes1s7tU5bG6cx/B3RnImA';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:34 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:28 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446274.991.30.258280|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725089.432.27.763726|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -18446,9 +19219,9 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/GIgvhSV7z response: body: - string: "{\"meta\":{\"type\":\"db\",\"canSave\":true,\"canEdit\":true,\"canAdmin\":true,\"canStar\":true,\"canDelete\":true,\"slug\":\"service-fabric-application-overview\",\"url\":\"/d/GIgvhSV7z/service-fabric-application-overview\",\"expires\":\"0001-01-01T00:00:00Z\",\"created\":\"2023-04-14T04:18:05Z\",\"updated\":\"2023-04-14T04:18:05Z\",\"updatedBy\":\"Anonymous\",\"createdBy\":\"Anonymous\",\"version\":1,\"hasAcl\":false,\"isFolder\":false,\"folderId\":12,\"folderUid\":\"geneva\",\"folderTitle\":\"Geneva\",\"folderUrl\":\"/dashboards/f/geneva/geneva\",\"provisioned\":true,\"provisionedExternalId\":\"ServiceFabricApplicationOverview.json\",\"annotationsPermissions\":{\"dashboard\":{\"canAdd\":false,\"canEdit\":false,\"canDelete\":false},\"organization\":{\"canAdd\":false,\"canEdit\":false,\"canDelete\":false}},\"hasPublicDashboard\":false,\"publicDashboardAccessToken\":\"\",\"publicDashboardUid\":\"\",\"publicDashboardEnabled\":false},\"dashboard\":{\"annotations\":{\"list\":[{\"builtIn\":1,\"datasource\":\"-- + string: "{\"meta\":{\"type\":\"db\",\"canSave\":true,\"canEdit\":true,\"canAdmin\":true,\"canStar\":true,\"canDelete\":true,\"slug\":\"service-fabric-application-overview\",\"url\":\"/d/GIgvhSV7z/service-fabric-application-overview\",\"expires\":\"0001-01-01T00:00:00Z\",\"created\":\"2023-05-22T03:03:27Z\",\"updated\":\"2023-05-22T03:02:21Z\",\"updatedBy\":\"Anonymous\",\"createdBy\":\"Anonymous\",\"version\":2,\"hasAcl\":false,\"isFolder\":false,\"folderId\":12,\"folderUid\":\"geneva\",\"folderTitle\":\"Geneva\",\"folderUrl\":\"/dashboards/f/geneva/geneva\",\"provisioned\":true,\"provisionedExternalId\":\"ServiceFabricApplicationOverview.json\",\"annotationsPermissions\":{\"dashboard\":{\"canAdd\":false,\"canEdit\":false,\"canDelete\":false},\"organization\":{\"canAdd\":false,\"canEdit\":false,\"canDelete\":false}},\"publicDashboardAccessToken\":\"\",\"publicDashboardUid\":\"\",\"publicDashboardEnabled\":false},\"dashboard\":{\"annotations\":{\"list\":[{\"builtIn\":1,\"datasource\":\"-- Grafana --\",\"enable\":true,\"hide\":true,\"iconColor\":\"rgba(0, 211, 255, - 1)\",\"name\":\"Annotations \\u0026 Alerts\",\"target\":{\"limit\":100,\"matchAny\":false,\"tags\":[],\"type\":\"dashboard\"},\"type\":\"dashboard\"}]},\"editable\":true,\"gnetId\":null,\"graphTooltip\":0,\"id\":13,\"links\":[{\"asDropdown\":true,\"icon\":\"external + 1)\",\"name\":\"Annotations \\u0026 Alerts\",\"target\":{\"limit\":100,\"matchAny\":false,\"tags\":[],\"type\":\"dashboard\"},\"type\":\"dashboard\"}]},\"editable\":true,\"gnetId\":null,\"graphTooltip\":0,\"id\":15,\"links\":[{\"asDropdown\":true,\"icon\":\"external link\",\"includeVars\":true,\"keepTime\":true,\"tags\":[],\"targetBlank\":true,\"title\":\"New link\",\"tooltip\":\"\",\"type\":\"dashboards\",\"url\":\"\"}],\"panels\":[{\"datasource\":\"Geneva Datasource\",\"description\":\"Total number of clusters reporting at least @@ -18516,29 +19289,25 @@ interactions: 10 unhealthy applications across all clusters\",\"tooltip\":{\"show\":true,\"showHistogram\":false},\"type\":\"heatmap\",\"xAxis\":{\"show\":true},\"xBucketNumber\":null,\"xBucketSize\":null,\"yAxis\":{\"decimals\":null,\"format\":\"short\",\"logBase\":1,\"max\":null,\"min\":null,\"show\":true,\"splitFactor\":null},\"yBucketBound\":\"auto\",\"yBucketNumber\":null,\"yBucketSize\":null}],\"refresh\":\"\",\"schemaVersion\":30,\"style\":\"dark\",\"tags\":[],\"templating\":{\"list\":[{\"allValue\":null,\"current\":{},\"datasource\":\"Geneva Datasource\",\"definition\":\"accounts()\",\"description\":\"The Geneva metrics account name\",\"error\":null,\"hide\":0,\"includeAll\":false,\"label\":\"Account\",\"multi\":false,\"name\":\"account\",\"options\":[],\"query\":\"accounts()\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"sort\":1,\"type\":\"query\"}]},\"time\":{\"from\":\"now-6h\",\"to\":\"now\"},\"timepicker\":{},\"timezone\":\"\",\"title\":\"Service - Fabric Application Overview\",\"uid\":\"GIgvhSV7z\",\"version\":1}}" + Fabric Application Overview\",\"uid\":\"GIgvhSV7z\",\"version\":2}}" headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-xK/CO1HtudoVsY7UV9przw';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-EuYjqccpsxHuWyR06ouxqg';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:34 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:28 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446275.197.31.358058|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725089.656.29.989536|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -18567,35 +19336,31 @@ interactions: content-type: - application/json method: GET - uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/jibKUkE4k + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/mg2OAlTVd response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"test-dashboard","url":"/d/jibKUkE4k/test-dashboard","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:24:09Z","updated":"2023-04-14T04:24:14Z","updatedBy":"example@example.com","createdBy":"example@example.com","version":2,"hasAcl":false,"isFolder":false,"folderId":0,"folderUid":"","folderTitle":"General","folderUrl":"","provisioned":false,"provisionedExternalId":"","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"id":25,"title":"Test - Dashboard","uid":"jibKUkE4k","version":2}}' + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"test-dashboard","url":"/d/mg2OAlTVd/test-dashboard","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:11:10Z","updated":"2023-05-22T03:11:10Z","updatedBy":"example@example.com","createdBy":"example@example.com","version":1,"hasAcl":false,"isFolder":false,"folderId":0,"folderUid":"","folderTitle":"General","folderUrl":"","provisioned":false,"provisionedExternalId":"","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"id":30,"title":"Test + Dashboard","uid":"mg2OAlTVd","version":1}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '832' + - '805' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-d9FcORpvIm+8fPXrNpdiDw';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-mGPQHLI9UOIVx9I6VxJcuw';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:34 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:28 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446275.397.29.283118|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725089.875.30.502138|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -18624,35 +19389,31 @@ interactions: content-type: - application/json method: DELETE - uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/dashboards/uid/jibKUkE4k + uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/dashboards/uid/mg2OAlTVd response: body: - string: '{"id":23,"message":"Dashboard Test Dashboard deleted","title":"Test + string: '{"id":24,"message":"Dashboard Test Dashboard deleted","title":"Test Dashboard"}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '79' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-0lrzX+TKJktwF/Wc/5x/RQ';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-LSk4eS6Dh0PpRuCY0YJNKQ';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:34 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:29 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446275.573.28.832850|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725090.066.26.802694|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -18667,16 +19428,16 @@ interactions: message: OK - request: body: '{"meta": {"type": "db", "canSave": true, "canEdit": true, "canAdmin": true, - "canStar": true, "canDelete": true, "slug": "test-dashboard", "url": "/d/jibKUkE4k/test-dashboard", - "expires": "0001-01-01T00:00:00Z", "created": "2023-04-14T04:24:09Z", "updated": - "2023-04-14T04:24:14Z", "updatedBy": "example@example.com", "createdBy": "example@example.com", - "version": 2, "hasAcl": false, "isFolder": false, "folderId": 0, "folderUid": + "canStar": true, "canDelete": true, "slug": "test-dashboard", "url": "/d/mg2OAlTVd/test-dashboard", + "expires": "0001-01-01T00:00:00Z", "created": "2023-05-22T03:11:10Z", "updated": + "2023-05-22T03:11:10Z", "updatedBy": "example@example.com", "createdBy": "example@example.com", + "version": 1, "hasAcl": false, "isFolder": false, "folderId": 0, "folderUid": "", "folderTitle": "General", "folderUrl": "", "provisioned": false, "provisionedExternalId": "", "annotationsPermissions": {"dashboard": {"canAdd": false, "canEdit": false, "canDelete": false}, "organization": {"canAdd": false, "canEdit": false, "canDelete": - false}}, "hasPublicDashboard": false, "publicDashboardAccessToken": "", "publicDashboardUid": - "", "publicDashboardEnabled": false}, "dashboard": {"title": "Test Dashboard", - "uid": "jibKUkE4k", "version": 2}, "overwrite": true}' + false}}, "publicDashboardAccessToken": "", "publicDashboardUid": "", "publicDashboardEnabled": + false}, "dashboard": {"title": "Test Dashboard", "uid": "mg2OAlTVd", "version": + 1}, "overwrite": true}' headers: Accept: - '*/*' @@ -18685,7 +19446,7 @@ interactions: Connection: - keep-alive Content-Length: - - '917' + - '888' User-Agent: - python-requests/2.26.0 content-type: @@ -18694,31 +19455,27 @@ interactions: uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/dashboards/db response: body: - string: '{"id":27,"slug":"test-dashboard","status":"success","uid":"jibKUkE4k","url":"/d/jibKUkE4k/test-dashboard","version":1}' + string: '{"id":28,"slug":"test-dashboard","status":"success","uid":"mg2OAlTVd","url":"/d/mg2OAlTVd/test-dashboard","version":1}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '118' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-pbQfCN6RYZQ/6F/jIjxBFw';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-8yu4EYIFQu/29JtrxmM2EA';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:34 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:29 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446275.779.30.916236|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725090.281.27.632492|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -18745,36 +19502,32 @@ interactions: content-type: - application/json method: GET - uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/Jw1K8kPVk + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/mg2OAlTVa response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"test-dashboard","url":"/d/Jw1K8kPVk/test-dashboard","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:24:14Z","updated":"2023-04-14T04:24:14Z","updatedBy":"example@example.com","createdBy":"example@example.com","version":1,"hasAcl":false,"isFolder":false,"folderId":27,"folderUid":"L62KUkE4z","folderTitle":"Test - Folder","folderUrl":"/dashboards/f/L62KUkE4z/test-folder","provisioned":false,"provisionedExternalId":"","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"id":28,"title":"Test - Dashboard","uid":"Jw1K8kPVk","version":1}}' + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"test-dashboard","url":"/d/mg2OAlTVa/test-dashboard","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:11:04Z","updated":"2023-05-22T03:11:09Z","updatedBy":"example@example.com","createdBy":"example@example.com","version":2,"hasAcl":false,"isFolder":false,"folderId":27,"folderUid":"rJ_HTWw4z","folderTitle":"Test + Folder","folderUrl":"/dashboards/f/rJ_HTWw4z/test-folder","provisioned":false,"provisionedExternalId":"","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"id":28,"title":"Test + Dashboard","uid":"mg2OAlTVa","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '881' + - '854' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-CfbrVId76/Yc6u3M72mq4w';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-y7Bms4VtYiY5rm0XOhWjuw';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:34 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:29 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446275.965.30.272721|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725090.486.27.908286|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -18803,34 +19556,30 @@ interactions: content-type: - application/json method: DELETE - uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/dashboards/uid/Jw1K8kPVk + uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/dashboards/uid/mg2OAlTVa response: body: - string: '{"message":"Dashboard not found","traceID":"57d56f61856c73c16a4dae9069e80a67"}' + string: '{"message":"Dashboard not found","traceID":"478f412841ec760bec729987cf7dd3d2"}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '78' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-4LLVns4y/hzEp6O1YOfrXA';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-Ek1kqfInD5YyRNcaAqhxWw';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:35 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:29 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446276.142.29.653746|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725090.652.28.254913|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -18845,17 +19594,17 @@ interactions: message: Not Found - request: body: '{"meta": {"type": "db", "canSave": true, "canEdit": true, "canAdmin": true, - "canStar": true, "canDelete": true, "slug": "test-dashboard", "url": "/d/Jw1K8kPVk/test-dashboard", - "expires": "0001-01-01T00:00:00Z", "created": "2023-04-14T04:24:14Z", "updated": - "2023-04-14T04:24:14Z", "updatedBy": "example@example.com", "createdBy": "example@example.com", - "version": 1, "hasAcl": false, "isFolder": false, "folderId": 27, "folderUid": - "L62KUkE4z", "folderTitle": "Test Folder", "folderUrl": "/dashboards/f/L62KUkE4z/test-folder", + "canStar": true, "canDelete": true, "slug": "test-dashboard", "url": "/d/mg2OAlTVa/test-dashboard", + "expires": "0001-01-01T00:00:00Z", "created": "2023-05-22T03:11:04Z", "updated": + "2023-05-22T03:11:09Z", "updatedBy": "example@example.com", "createdBy": "example@example.com", + "version": 2, "hasAcl": false, "isFolder": false, "folderId": 27, "folderUid": + "rJ_HTWw4z", "folderTitle": "Test Folder", "folderUrl": "/dashboards/f/rJ_HTWw4z/test-folder", "provisioned": false, "provisionedExternalId": "", "annotationsPermissions": {"dashboard": {"canAdd": false, "canEdit": false, "canDelete": false}, "organization": - {"canAdd": false, "canEdit": false, "canDelete": false}}, "hasPublicDashboard": - false, "publicDashboardAccessToken": "", "publicDashboardUid": "", "publicDashboardEnabled": - false}, "dashboard": {"title": "Test Dashboard", "uid": "Jw1K8kPVk", "version": - 1}, "folderId": 24, "overwrite": true}' + {"canAdd": false, "canEdit": false, "canDelete": false}}, "publicDashboardAccessToken": + "", "publicDashboardUid": "", "publicDashboardEnabled": false}, "dashboard": + {"title": "Test Dashboard", "uid": "mg2OAlTVa", "version": 2}, "folderId": 25, + "overwrite": true}' headers: Accept: - '*/*' @@ -18864,7 +19613,7 @@ interactions: Connection: - keep-alive Content-Length: - - '982' + - '953' User-Agent: - python-requests/2.26.0 content-type: @@ -18873,31 +19622,27 @@ interactions: uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/dashboards/db response: body: - string: '{"id":28,"slug":"test-dashboard","status":"success","uid":"Jw1K8kPVk","url":"/d/Jw1K8kPVk/test-dashboard","version":1}' + string: '{"id":29,"slug":"test-dashboard","status":"success","uid":"mg2OAlTVa","url":"/d/mg2OAlTVa/test-dashboard","version":1}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '118' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-D8i1VayzQJjV7bfyKPUyNw';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-XC5I8ZvvHaxxAhfv84R/GA';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:35 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:29 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446276.311.28.618034|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725090.836.28.18602|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -18924,36 +19669,32 @@ interactions: content-type: - application/json method: GET - uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/xrxF8zPVk + uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/mg2OAlTVc response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"test-dashboard2","url":"/d/xrxF8zPVk/test-dashboard2","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:24:14Z","updated":"2023-04-14T04:24:14Z","updatedBy":"example@example.com","createdBy":"example@example.com","version":1,"hasAcl":false,"isFolder":false,"folderId":27,"folderUid":"L62KUkE4z","folderTitle":"Test - Folder","folderUrl":"/dashboards/f/L62KUkE4z/test-folder","provisioned":false,"provisionedExternalId":"","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"id":29,"title":"Test - Dashboard2","uid":"xrxF8zPVk","version":1}}' + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"test-dashboard2","url":"/d/mg2OAlTVc/test-dashboard2","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:11:04Z","updated":"2023-05-22T03:11:09Z","updatedBy":"example@example.com","createdBy":"example@example.com","version":2,"hasAcl":false,"isFolder":false,"folderId":27,"folderUid":"rJ_HTWw4z","folderTitle":"Test + Folder","folderUrl":"/dashboards/f/rJ_HTWw4z/test-folder","provisioned":false,"provisionedExternalId":"","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"id":29,"title":"Test + Dashboard2","uid":"mg2OAlTVc","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - - '884' + - '857' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-xXeaIHtYgzbTYRMV+g3CMg';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-FNx0B2pfTfmgHTDQTDYm6A';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:35 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:30 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446276.518.28.764768|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725091.044.28.509959|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -18983,9 +19724,9 @@ interactions: uri: https://clitestbackup-gzccd3f9abdcese4.wcus.grafana.azure.com/api/dashboards/uid/duj3tR77k response: body: - string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"warmpathqos","url":"/d/duj3tR77k/warmpathqos","expires":"0001-01-01T00:00:00Z","created":"2023-04-14T04:18:05Z","updated":"2023-04-14T04:18:05Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":1,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"WarmPathQoS.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"hasPublicDashboard":false,"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"annotations":{"list":[{"builtIn":1,"datasource":"-- + string: '{"meta":{"type":"db","canSave":true,"canEdit":true,"canAdmin":true,"canStar":true,"canDelete":true,"slug":"warmpathqos","url":"/d/duj3tR77k/warmpathqos","expires":"0001-01-01T00:00:00Z","created":"2023-05-22T03:03:27Z","updated":"2023-05-22T03:02:20Z","updatedBy":"Anonymous","createdBy":"Anonymous","version":2,"hasAcl":false,"isFolder":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","provisioned":true,"provisionedExternalId":"WarmPathQoS.json","annotationsPermissions":{"dashboard":{"canAdd":false,"canEdit":false,"canDelete":false},"organization":{"canAdd":false,"canEdit":false,"canDelete":false}},"publicDashboardAccessToken":"","publicDashboardUid":"","publicDashboardEnabled":false},"dashboard":{"annotations":{"list":[{"builtIn":1,"datasource":"-- Grafana --","enable":true,"hide":true,"iconColor":"rgba(0, 211, 255, 1)","name":"Annotations - \u0026 Alerts","type":"dashboard"}]},"editable":true,"gnetId":null,"graphTooltip":0,"id":14,"links":[],"panels":[{"datasource":null,"gridPos":{"h":3,"w":24,"x":0,"y":0},"id":2,"options":{"content":"To + \u0026 Alerts","type":"dashboard"}]},"editable":true,"gnetId":null,"graphTooltip":0,"id":22,"links":[],"panels":[{"datasource":null,"gridPos":{"h":3,"w":24,"x":0,"y":0},"id":2,"options":{"content":"To know more check \u003cbr\u003e\n\u003ca href=\"https://eng.ms/docs/products/geneva/logs/howtoguides/qos/overview\"\u003eWarmPath QoS Metrics Overview\u003c/a\u003e","mode":"html"},"pluginVersion":"8.0.6","title":"Geneva WarmPath Quick Links","type":"text"},{"datasource":"Geneva Datasource","fieldConfig":{"defaults":{"color":{"fixedColor":"green","mode":"thresholds"},"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null}]}},"overrides":[]},"gridPos":{"h":5,"w":12,"x":0,"y":3},"id":4,"options":{"colorMode":"value","graphMode":"none","justifyMode":"auto","orientation":"auto","reduceOptions":{"calcs":["lastNotNull"],"fields":"","values":false},"text":{},"textMode":"value_and_name"},"pluginVersion":"8.0.6","targets":[{"account":"$account","backends":[],"customSeriesNaming":"Total/1000","dimension":"","metric":"","metricsQueryType":"query","namespace":"WarmPathQoS","queryText":"metric(\"PipelineIngestion\").samplingTypes(\"LatencyMs\").preaggregate(\"Total\")\n| @@ -19031,29 +19772,25 @@ interactions: \n| top 40 by avg(Count) desc","refId":"A","samplingType":"","service":"metrics","useBackends":false,"useCustomSeriesNaming":true}],"title":"Pipeline Errors","type":"piechart"}],"refresh":false,"schemaVersion":30,"style":"dark","tags":[],"templating":{"list":[{"allValue":null,"current":{},"datasource":"Geneva Datasource","definition":"accounts()","description":"The Geneva metrics account - name","error":null,"hide":0,"includeAll":false,"label":"Account","multi":false,"name":"account","options":[],"query":"accounts()","refresh":1,"regex":"","skipUrlSync":false,"sort":1,"type":"query"},{"auto":true,"auto_count":30,"auto_min":"10s","current":{"selected":false,"text":"auto","value":"$__auto_interval_interval"},"description":null,"error":null,"hide":0,"label":"Interval","name":"interval","options":[{"selected":true,"text":"auto","value":"$__auto_interval_interval"},{"selected":false,"text":"1m","value":"1m"},{"selected":false,"text":"10m","value":"10m"},{"selected":false,"text":"30m","value":"30m"},{"selected":false,"text":"1h","value":"1h"},{"selected":false,"text":"2h","value":"2h"},{"selected":false,"text":"3h","value":"3h"},{"selected":false,"text":"6h","value":"6h"},{"selected":false,"text":"12h","value":"12h"},{"selected":false,"text":"1d","value":"1d"},{"selected":false,"text":"2d","value":"2d"},{"selected":false,"text":"3d","value":"3d"},{"selected":false,"text":"7d","value":"7d"},{"selected":false,"text":"14d","value":"14d"},{"selected":false,"text":"30d","value":"30d"}],"query":"1m,10m,30m,1h,2h,3h,6h,12h,1d,2d,3d,7d,14d,30d","queryValue":"","refresh":2,"skipUrlSync":false,"type":"interval"}]},"time":{"from":"now-7d","to":"now"},"timepicker":{},"timezone":"","title":"WarmPathQoS","uid":"duj3tR77k","version":1}}' + name","error":null,"hide":0,"includeAll":false,"label":"Account","multi":false,"name":"account","options":[],"query":"accounts()","refresh":1,"regex":"","skipUrlSync":false,"sort":1,"type":"query"},{"auto":true,"auto_count":30,"auto_min":"10s","current":{"selected":false,"text":"auto","value":"$__auto_interval_interval"},"description":null,"error":null,"hide":0,"label":"Interval","name":"interval","options":[{"selected":true,"text":"auto","value":"$__auto_interval_interval"},{"selected":false,"text":"1m","value":"1m"},{"selected":false,"text":"10m","value":"10m"},{"selected":false,"text":"30m","value":"30m"},{"selected":false,"text":"1h","value":"1h"},{"selected":false,"text":"2h","value":"2h"},{"selected":false,"text":"3h","value":"3h"},{"selected":false,"text":"6h","value":"6h"},{"selected":false,"text":"12h","value":"12h"},{"selected":false,"text":"1d","value":"1d"},{"selected":false,"text":"2d","value":"2d"},{"selected":false,"text":"3d","value":"3d"},{"selected":false,"text":"7d","value":"7d"},{"selected":false,"text":"14d","value":"14d"},{"selected":false,"text":"30d","value":"30d"}],"query":"1m,10m,30m,1h,2h,3h,6h,12h,1d,2d,3d,7d,14d,30d","queryValue":"","refresh":2,"skipUrlSync":false,"type":"interval"}]},"time":{"from":"now-7d","to":"now"},"timepicker":{},"timezone":"","title":"WarmPathQoS","uid":"duj3tR77k","version":2}}' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-kr4B6ziALAOl6x9wJbdB0A';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-JhC5WeyysjM430G3AZs/tA';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:35 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:30 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446276.691.29.75132|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725091.234.27.220004|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -19085,60 +19822,56 @@ interactions: uri: https://clitestbackup2-ekfbc4c4ekfec9f7.wcus.grafana.azure.com/api/search?type=dash-db&limit=5000&page=1 response: body: - string: '[{"id":16,"uid":"OSBzdgnnz","title":"Agent QoS","uri":"db/agent-qos","url":"/d/OSBzdgnnz/agent-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":17,"uid":"54KhiZ7nz","title":"AKS - Linux Sample Application","uri":"db/aks-linux-sample-application","url":"/d/54KhiZ7nz/aks-linux-sample-application","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":13,"uid":"6uRDjTNnz","title":"App - Detail","uri":"db/app-detail","url":"/d/6uRDjTNnz/app-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":11,"uid":"dyzn5SK7z","title":"Azure + string: '[{"id":18,"uid":"OSBzdgnnz","title":"Agent QoS","uri":"db/agent-qos","url":"/d/OSBzdgnnz/agent-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":19,"uid":"54KhiZ7nz","title":"AKS + Linux Sample Application","uri":"db/aks-linux-sample-application","url":"/d/54KhiZ7nz/aks-linux-sample-application","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":14,"uid":"6uRDjTNnz","title":"App + Detail","uri":"db/app-detail","url":"/d/6uRDjTNnz/app-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":10,"uid":"dyzn5SK7z","title":"Azure / Alert Consumption","uri":"db/azure-alert-consumption","url":"/d/dyzn5SK7z/azure-alert-consumption","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":5,"uid":"Yo38mcvnz","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":6,"uid":"Yo38mcvnz","title":"Azure / Insights / Applications","uri":"db/azure-insights-applications","url":"/d/Yo38mcvnz/azure-insights-applications","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":9,"uid":"AppInsightsAvTestGeoMap","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":8,"uid":"AppInsightsAvTestGeoMap","title":"Azure / Insights / Applications Test Availability Geo Map","uri":"db/azure-insights-applications-test-availability-geo-map","url":"/d/AppInsightsAvTestGeoMap/azure-insights-applications-test-availability-geo-map","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":7,"uid":"INH9berMk","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":5,"uid":"INH9berMk","title":"Azure / Insights / Cosmos DB","uri":"db/azure-insights-cosmos-db","url":"/d/INH9berMk/azure-insights-cosmos-db","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":2,"uid":"8UDB1s3Gk","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":9,"uid":"8UDB1s3Gk","title":"Azure / Insights / Data Explorer Clusters","uri":"db/azure-insights-data-explorer-clusters","url":"/d/8UDB1s3Gk/azure-insights-data-explorer-clusters","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":3,"uid":"tQZAMYrMk","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":2,"uid":"tQZAMYrMk","title":"Azure / Insights / Key Vaults","uri":"db/azure-insights-key-vaults","url":"/d/tQZAMYrMk/azure-insights-key-vaults","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":10,"uid":"3n2E8CrGk","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":3,"uid":"3n2E8CrGk","title":"Azure / Insights / Storage Accounts","uri":"db/azure-insights-storage-accounts","url":"/d/3n2E8CrGk/azure-insights-storage-accounts","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":4,"uid":"AzVmInsightsByRG","title":"Azure / Insights / Virtual Machines by Resource Group","uri":"db/azure-insights-virtual-machines-by-resource-group","url":"/d/AzVmInsightsByRG/azure-insights-virtual-machines-by-resource-group","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":8,"uid":"AzVmInsightsByWS","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":11,"uid":"AzVmInsightsByWS","title":"Azure / Insights / Virtual Machines by Workspace","uri":"db/azure-insights-virtual-machines-by-workspace","url":"/d/AzVmInsightsByWS/azure-insights-virtual-machines-by-workspace","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":6,"uid":"Mtwt2BV7k","title":"Azure + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":7,"uid":"Mtwt2BV7k","title":"Azure / Resources Overview","uri":"db/azure-resources-overview","url":"/d/Mtwt2BV7k/azure-resources-overview","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":1,"folderUid":"az-mon","folderTitle":"Azure - Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":18,"uid":"xLERdASnz","title":"Cluster - Detail","uri":"db/cluster-detail","url":"/d/xLERdASnz/cluster-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":19,"uid":"QTVw7iK7z","title":"Geneva - Health","uri":"db/geneva-health","url":"/d/QTVw7iK7z/geneva-health","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":20,"uid":"sVKyjvpnz","title":"Incoming - Service QoS","uri":"db/incoming-service-qos","url":"/d/sVKyjvpnz/incoming-service-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":14,"uid":"_sKhXTH7z","title":"Node - Detail","uri":"db/node-detail","url":"/d/_sKhXTH7z/node-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":21,"uid":"6naEwcp7z","title":"Outgoing - Service QoS","uri":"db/outgoing-service-qos","url":"/d/6naEwcp7z/outgoing-service-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":22,"uid":"GIgvhSV7z","title":"Service - Fabric Application Overview","uri":"db/service-fabric-application-overview","url":"/d/GIgvhSV7z/service-fabric-application-overview","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":28,"uid":"Jw1K8kPVk","title":"Test - Dashboard","uri":"db/test-dashboard","url":"/d/Jw1K8kPVk/test-dashboard","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":24,"folderUid":"TVicUkE4k","folderTitle":"Test - Folder","folderUrl":"/dashboards/f/TVicUkE4k/test-folder","sortMeta":0},{"id":27,"uid":"jibKUkE4k","title":"Test - Dashboard","uri":"db/test-dashboard","url":"/d/jibKUkE4k/test-dashboard","slug":"","type":"dash-db","tags":[],"isStarred":false,"sortMeta":0},{"id":15,"uid":"duj3tR77k","title":"WarmPathQoS","uri":"db/warmpathqos","url":"/d/duj3tR77k/warmpathqos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0}]' + Monitor","folderUrl":"/dashboards/f/az-mon/azure-monitor","sortMeta":0},{"id":20,"uid":"xLERdASnz","title":"Cluster + Detail","uri":"db/cluster-detail","url":"/d/xLERdASnz/cluster-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":21,"uid":"QTVw7iK7z","title":"Geneva + Health","uri":"db/geneva-health","url":"/d/QTVw7iK7z/geneva-health","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":15,"uid":"sVKyjvpnz","title":"Incoming + Service QoS","uri":"db/incoming-service-qos","url":"/d/sVKyjvpnz/incoming-service-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":16,"uid":"_sKhXTH7z","title":"Node + Detail","uri":"db/node-detail","url":"/d/_sKhXTH7z/node-detail","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":22,"uid":"6naEwcp7z","title":"Outgoing + Service QoS","uri":"db/outgoing-service-qos","url":"/d/6naEwcp7z/outgoing-service-qos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":17,"uid":"GIgvhSV7z","title":"Service + Fabric Application Overview","uri":"db/service-fabric-application-overview","url":"/d/GIgvhSV7z/service-fabric-application-overview","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0},{"id":29,"uid":"mg2OAlTVa","title":"Test + Dashboard","uri":"db/test-dashboard","url":"/d/mg2OAlTVa/test-dashboard","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":25,"folderUid":"PlADTWQVk","folderTitle":"Test + Folder","folderUrl":"/dashboards/f/PlADTWQVk/test-folder","sortMeta":0},{"id":28,"uid":"mg2OAlTVd","title":"Test + Dashboard","uri":"db/test-dashboard","url":"/d/mg2OAlTVd/test-dashboard","slug":"","type":"dash-db","tags":[],"isStarred":false,"sortMeta":0},{"id":23,"uid":"duj3tR77k","title":"WarmPathQoS","uri":"db/warmpathqos","url":"/d/duj3tR77k/warmpathqos","slug":"","type":"dash-db","tags":[],"isStarred":false,"folderId":12,"folderUid":"geneva","folderTitle":"Geneva","folderUrl":"/dashboards/f/geneva/geneva","sortMeta":0}]' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-aVb+5pX5VmO5GIy/jwKP0A';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-e7280KH561m0JqFpQd56Fg';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:36 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:30 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446277.007.29.292048|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725091.581.29.794163|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains @@ -19173,28 +19906,24 @@ interactions: string: '[]' headers: cache-control: - - no-cache + - no-store connection: - keep-alive content-length: - '2' content-security-policy: - - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-B2qtUSr3d60FMMzP5/Harg';object-src + - script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' 'nonce-shqfvS8hCKdxy/2FGn+U+w';object-src 'none';font-src 'self' fonts.gstatic.com;style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com dc.services.visualstudio.com;manifest-src 'self';media-src 'none';form-action 'self'; content-type: - application/json date: - - Fri, 14 Apr 2023 04:24:36 GMT - expires: - - '-1' - pragma: - - no-cache + - Mon, 22 May 2023 03:11:30 GMT request-context: - appId=cid-v1:23ed4edd-8c1c-433f-a3a0-87361d034c4c set-cookie: - - INGRESSCOOKIE=1681446277.198.28.103729|536a49a9056dcf5427f82e0e17c1daf3; Path=/; + - INGRESSCOOKIE=1684725091.78.27.846827|536a49a9056dcf5427f82e0e17c1daf3; Path=/; Secure; HttpOnly strict-transport-security: - max-age=15724800; includeSubDomains diff --git a/src/amg/azext_amg/tests/latest/test_amg_scenario.py b/src/amg/azext_amg/tests/latest/test_amg_scenario.py index 21063ec775d..901861e889b 100644 --- a/src/amg/azext_amg/tests/latest/test_amg_scenario.py +++ b/src/amg/azext_amg/tests/latest/test_amg_scenario.py @@ -340,7 +340,7 @@ def test_amg_backup_restore(self, resource_group): 'dashboardTitle2': dashboard_title + '2', 'dashboardSlug': slug, }) - + self.kwargs['dashboardDefinition']['dashboard']['uid'] = 'mg2OAlTVa' # control the uid to prevent auto generated uid with possible '-' that breaks the command # dashboard under own folder response_create = self.cmd('grafana dashboard create -g {rg} -n {name} --folder "{folderTitle}" --definition "{dashboardDefinition}" --title "{dashboardTitle}"').get_output_in_json() @@ -348,13 +348,15 @@ def test_amg_backup_restore(self, resource_group): 'dashboardUid': response_create["uid"], }) - # dashboard under "General" + # dashboard under "General" + self.kwargs['dashboardDefinition']['dashboard']['uid'] = 'mg2OAlTVb' response_create = self.cmd('grafana dashboard create -g {rg} -n {name} --definition "{dashboardDefinition}" --title "{dashboardTitle}"').get_output_in_json() self.kwargs.update({ 'dashboardUid2': response_create["uid"], }) - # 2nd dashboard under own folder + # 2nd dashboard under own folder + self.kwargs['dashboardDefinition']['dashboard']['uid'] = 'mg2OAlTVc' response_create = self.cmd('grafana dashboard create -g {rg} -n {name} --folder "{folderTitle}" --definition "{dashboardDefinition}" --title "{dashboardTitle2}"').get_output_in_json() self.kwargs.update({ @@ -366,6 +368,7 @@ def test_amg_backup_restore(self, resource_group): self.kwargs.update({ 'tempDir': temp_dir }) + # test exclude scenarios self.cmd('grafana backup -g {rg} -n {name} -d "{tempDir}" --folders-to-include "{folderTitle}" General --components datasources dashboards folders') filenames = next(os.walk(temp_dir), (None, None, []))[2] @@ -390,13 +393,41 @@ def test_amg_backup_restore(self, resource_group): self.cmd('grafana dashboard show -g {rg} -n {name} --dashboard "{dashboardUid2}"', checks=[ self.check("[dashboard.title]", "['{dashboardTitle}']"), self.check("[meta.folderTitle]", "['General']")]) - + + with tempfile.TemporaryDirectory() as temp_dir: + self.kwargs.update({ + 'tempDir': temp_dir + }) + self.cmd('grafana backup -g {rg} -n {name} -d "{tempDir}" --folders-to-exclude General "Azure Monitor" Geneva --components dashboards folders') + + filenames = next(os.walk(temp_dir), (None, None, []))[2] + self.assertTrue(len(filenames) == 1) + self.assertTrue(filenames[0].endswith('.tar.gz')) + + self.kwargs.update({ + 'archiveFile': os.path.join(temp_dir, filenames[0]) + }) + + self.cmd('grafana dashboard delete -g {rg} -n {name} --dashboard "{dashboardUid2}"') + self.cmd('grafana restore -g {rg} -n {name} --archive-file "{archiveFile}"') + + self.cmd('grafana dashboard list -g {rg} -n {name}', checks=[ + self.check("length([?uid == '{dashboardUid2}'])", 0), + self.check("length([?uid == '{dashboardUid}'])", 1)]) + + self.kwargs['dashboardDefinition']['dashboard']['uid'] = 'mg2OAlTVd' + response_create = self.cmd('grafana dashboard create -g {rg} -n {name} --definition "{dashboardDefinition}" --title "{dashboardTitle}"').get_output_in_json() + print(response_create) + self.kwargs.update({ + 'dashboardUid4': response_create["uid"], + }) + self.cmd('grafana dashboard sync --source {id} --destination {id2} --folders-to-include "{folderTitle}" general') self.cmd('grafana folder show -g {rg} -n {name2} --folder "{folderTitle}"') self.cmd('grafana dashboard show -g {rg} -n {name2} --dashboard "{dashboardUid}"', checks=[ self.check("[dashboard.title]", "['{dashboardTitle}']"), self.check("[meta.folderTitle]", "['{folderTitle}']")]) - self.cmd('grafana dashboard show -g {rg} -n {name2} --dashboard "{dashboardUid2}"', checks=[ + self.cmd('grafana dashboard show -g {rg} -n {name2} --dashboard "{dashboardUid4}"', checks=[ self.check("[dashboard.title]", "['{dashboardTitle}']"), self.check("[meta.folderTitle]", "['General']")]) diff --git a/src/amg/setup.py b/src/amg/setup.py index 9905cf62244..4ea1b59bc08 100644 --- a/src/amg/setup.py +++ b/src/amg/setup.py @@ -16,7 +16,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '1.2.4' +VERSION = '1.2.5' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers diff --git a/src/azure-firewall/HISTORY.rst b/src/azure-firewall/HISTORY.rst index 3fc4ff773f5..e5b4d4676bb 100644 --- a/src/azure-firewall/HISTORY.rst +++ b/src/azure-firewall/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +0.14.8 +++++++ +* `az network firewall policy`: Fix unhashable `--identity` + 0.14.7 ++++++ * `az network firewall policy create/update`: Add parameters `--private-ranges` and `--learn-ranges` diff --git a/src/azure-firewall/azext_firewall/custom.py b/src/azure-firewall/azext_firewall/custom.py index 81193d28e56..e33dd4c2667 100644 --- a/src/azure-firewall/azext_firewall/custom.py +++ b/src/azure-firewall/azext_firewall/custom.py @@ -686,7 +686,7 @@ def pre_operations(self): args = self.ctx.args if has_value(args.identity): args.identity_type = "UserAssigned" - args.user_assigned_identities = {args.identity: {}} + args.user_assigned_identities = {args.identity.to_serialized_data(): {}} if has_value(args.dns_servers): if not has_value(args.enable_dns_proxy): @@ -715,7 +715,7 @@ def pre_operations(self): args = self.ctx.args if has_value(args.identity): args.identity_type = "UserAssigned" - args.user_assigned_identities = {args.identity: {}} + args.user_assigned_identities = {args.identity.to_serialized_data(): {}} elif args.sku == 'Premium': args.identity_type = "None" args.user_assigned_identities = None diff --git a/src/azure-firewall/setup.py b/src/azure-firewall/setup.py index 5448eb8a4ef..932278d4a6f 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.14.7" +VERSION = "0.14.8" CLASSIFIERS = [ 'Development Status :: 4 - Beta', diff --git a/src/communication/HISTORY.rst b/src/communication/HISTORY.rst index bb749799766..d125ac9b1a7 100644 --- a/src/communication/HISTORY.rst +++ b/src/communication/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +1.6.0 +++++++ + * Update Rooms sdk version to 1.0.0b3 + 1.5.2 ++++++ * Email service sdk version set to 1.0.0b1 to satisfy the current contract diff --git a/src/communication/README.md b/src/communication/README.md index 84e7ab91c4d..e2c59413fab 100644 --- a/src/communication/README.md +++ b/src/communication/README.md @@ -152,27 +152,27 @@ az communication rooms get --room "roomId" ``` ##### Create-Room ##### ``` -az communication rooms create --valid-from "2022-07-14T10:20:30" --valid-to "2022-07-14T10:20:30" --join-policy "CommunicationServiceUsers" --presenter-participants "8:acs:xxxxxx" "8:acs:xxxxxx" --attendee-participants "8:acs:xxxxxx" "8:acs:xxxxxx" --consumer-participants "8:acs:xxxxxx" "8:acs:xxxxxx" + az communication rooms create --valid-from "2023-03-31T10:20:30" --valid-to "2023-06-31T10:20:30" --presenter-participants "8:acs:xxxxxx" "8:acs:xxxxxx" --attendee-participants "8:acs:xxxxxx" "8:acs:xxxxxx" --consumer-participants "8:acs:xxxxxx" "8:acs:xxxxxx" ``` ##### Update-Room ##### ``` -az communication rooms update --room "roomId" --valid-from "2022-07-14T10:20:30" --valid-to "2022-07-14T10:20:30" --join-policy "InviteOnly" --presenter-participants "8:acs:xxxxxx" "8:acs:xxxxxx" --attendee-participants "8:acs:xxxxxx" "8:acs:xxxxxx" --consumer-participants "8:acs:xxxxxx" "8:acs:xxxxxx" +az communication rooms update --room "roomId" --valid-from "2023-03-31T10:20:30" --valid-to "2023-06-31T10:20:30" ``` ##### Delete-Room ##### ``` az communication rooms delete --room "roomId" ``` -##### Get-Room-Participants ##### +##### List-Rooms ##### ``` -az communication rooms participant get --room "roomId" +az communication rooms list ``` -##### Add-Room-Participants ##### +##### Get-Room-Participants ##### ``` -az communication rooms participant add --room "roomId" --presenter-participants "8:acs:xxxxxx" "8:acs:xxxxxx" --attendee-participants "8:acs:xxxxxx" "8:acs:xxxxxx" --consumer-participants "8:acs:xxxxxx" "8:acs:xxxxxx" +az communication rooms participant get --room "roomId" ``` -##### Update-Room-Participants ##### +##### Add-Or-Update-Room-Participants ##### ``` -az communication rooms participant update --room "roomId" --presenter-participants "8:acs:xxxxxx" "8:acs:xxxxxx" --attendee-participants "8:acs:xxxxxx" "8:acs:xxxxxx" --consumer-participants "8:acs:xxxxxx" "8:acs:xxxxxx" +az communication rooms participant add-or-update --room "roomId" --presenter-participants "8:acs:xxxxxx" "8:acs:xxxxxx" --attendee-participants "8:acs:xxxxxx" "8:acs:xxxxxx" --consumer-participants "8:acs:xxxxxx" "8:acs:xxxxxx" ``` ##### Remove-Room-Participants ##### ``` diff --git a/src/communication/azext_communication/manual/_help.py b/src/communication/azext_communication/manual/_help.py index ea70452da9b..3d3c42a26dc 100644 --- a/src/communication/azext_communication/manual/_help.py +++ b/src/communication/azext_communication/manual/_help.py @@ -423,9 +423,6 @@ - name: Create a room with valid-from and valid-until date/times text: |- az communication rooms create --valid-from "2022-07-14T10:21" --valid-until "2022-08-14T10:21" - - name: Create a room with InviteOnly join policy - text: |- - az communication rooms create --join-policy "InviteOnly" - name: Create a room with a list of participants with presenter role text: |- az communication rooms create --presenter-participants "8:acs:xxxxxx" "8:acs:xxxxxx" @@ -464,6 +461,15 @@ az communication rooms delete --room "12345678901234567" """ +helps['communication rooms list'] = """ + type: command + short-summary: "List all active rooms belonging to a current Communication Service resource." + examples: + - name: List all active rooms + text: |- + az communication rooms list +""" + helps['communication rooms participant'] = """ type: group short-summary: Commands to manage participants of an existing room. @@ -478,22 +484,13 @@ az communication rooms participant get --room "12345678901234567" """ -helps['communication rooms participant add'] = """ - type: command - short-summary: "Add participants to a room." - examples: - - name: Add presenter and attendee participants to a room - text: |- - az communication rooms participant add --room "12345678901234567" --presenter-participants "8:acs:xxxxxx" "8:acs:xxxxxx" --attendee-participants "8:acs:xxxxxx" "8:acs:xxxxxx" -""" - -helps['communication rooms participant update'] = """ +helps['communication rooms participant add-or-update'] = """ type: command - short-summary: "Replace the participants of a room." + short-summary: "Add or update participants in a room" examples: - - name: Update room participants + - name: Add a presenter participant to a room and update an attendee participant in a room text: |- - az communication rooms participant update --room "12345678901234567" --presenter-participants "8:acs:xxxxxx" "8:acs:xxxxxx" --attendee-participants "8:acs:xxxxxx" "8:acs:xxxxxx" + az communication rooms participant add-or-update --room "12345678901234567" --presenter-participants "8:acs:xxxxxx" "8:acs:xxxxxx" --attendee-participants "8:acs:xxxxxx" "8:acs:xxxxxx" """ helps['communication rooms participant remove'] = """ diff --git a/src/communication/azext_communication/manual/_params.py b/src/communication/azext_communication/manual/_params.py index 01f43fc2e24..939c73adb35 100644 --- a/src/communication/azext_communication/manual/_params.py +++ b/src/communication/azext_communication/manual/_params.py @@ -181,13 +181,10 @@ def _load_rooms_arguments(self): with self.argument_context('communication rooms create') as c: c.argument('valid_from', help='The timestamp from when the room is open for joining, ' - 'in in ISO8601 format, ex: 2022-07-14T10:21. Optional.') + 'in in ISO8601 format, ex: 2023-03-31T10:21. Optional.') c.argument('valid_until', help='The timestamp from when the room can no longer be joined,' - ' in ISO8601 format, ex: 2022-07-14T10:21. Optional.') - c.argument('join_policy', - help='The join policy of the room. ' - 'Can be InviteOnly or CommunicationServiceUsers. Optional.') + ' in ISO8601 format, ex: 2023-06-31T10:21. Optional.') c.argument('presenters', options_list=['--presenter-participants'], nargs='+', help='Collection of identities to be invited to the room as presenter. Optional.') c.argument('attendees', options_list=['--attendee-participants'], @@ -203,42 +200,24 @@ def _load_rooms_arguments(self): c.argument('room_id', options_list=['--room'], type=str, help='Room Id') c.argument('valid_from', help='The timestamp from when the room is open for joining, in in ISO8601 format, ' - 'ex: 2022-07-14T10:21. Should be used together with --valid-until. Optional.') + 'ex: 2023-03-31T10:21. Should be used together with --valid-until. Optional.') c.argument('valid_until', help='The timestamp from when the room can no longer be joined, in ISO8601 format, ' - 'ex: 2022-07-14T10:21. Should be used together with --valid-from. Optional.') - c.argument('join_policy', - help='The join policy of the room. Can be InviteOnly or CommunicationServiceUsers. Optional.') - c.argument('presenters', options_list=['--presenter-participants'], - nargs='+', help='Collection of identities to be invited to the room as presenter. Optional.') - c.argument('attendees', options_list=['--attendee-participants'], - nargs='+', help='Collection of identities to be invited to the room as attendee. Optional.') - c.argument('consumers', options_list=['--consumer-participants'], - nargs='+', help='Collection of identities to be invited to the room as consumer. Optional.') + 'ex: 2023-06-31T10:21. Should be used together with --valid-from. Optional.') with self.argument_context('communication rooms participant get') as c: c.argument('room_id', options_list=['--room'], type=str, help='Room Id') - with self.argument_context('communication rooms participant add') as c: - c.argument('room_id', options_list=['--room'], - type=str, help='Room Id') - c.argument('presenters', options_list=['--presenter-participants'], - nargs='+', help='Collection of identities to be added to the room as presenter. Optional.') - c.argument('attendees', options_list=['--attendee-participants'], - nargs='+', help='Collection of identities to be added to the room as attendee. Optional.') - c.argument('consumers', options_list=['--consumer-participants'], - nargs='+', help='Collection of identities to be added to the room as consumer. Optional.') - - with self.argument_context('communication rooms participant update') as c: + with self.argument_context('communication rooms participant add-or-update') as c: c.argument('room_id', options_list=['--room'], type=str, help='Room Id') c.argument('presenters', options_list=['--presenter-participants'], - nargs='+', help='Collection of identities to be added to the room as presenter. Optional.') + nargs='+', help='Collection of identities to be added to the room as presenter.') c.argument('attendees', options_list=['--attendee-participants'], - nargs='+', help='Collection of identities to be added to the room as attendee. Optional.') + nargs='+', help='Collection of identities to be added to the room as attendee.') c.argument('consumers', options_list=['--consumer-participants'], - nargs='+', help='Collection of identities to be added to the room as consumer. Optional.') + nargs='+', help='Collection of identities to be added to the room as consumer.') with self.argument_context('communication rooms participant remove') as c: c.argument('room_id', options_list=['--room'], diff --git a/src/communication/azext_communication/manual/commands.py b/src/communication/azext_communication/manual/commands.py index 098f21b45e7..9ceee0d326a 100644 --- a/src/communication/azext_communication/manual/commands.py +++ b/src/communication/azext_communication/manual/commands.py @@ -97,12 +97,12 @@ def _load_rooms_command_table(self): g.communication_custom_command('create', 'communication_rooms_create_room', rooms_arguments) g.communication_custom_command('update', 'communication_rooms_update_room', rooms_arguments) g.communication_custom_command('delete', 'communication_rooms_delete_room', rooms_arguments, confirmation=True) + g.communication_custom_command('list', 'communication_rooms_list_rooms', rooms_arguments) # rooms participant management with self.command_group('communication rooms participant', client_factory=cf_communication_rooms, is_preview=True) as g: g.communication_custom_command('get', 'communication_rooms_get_participants', rooms_arguments) - g.communication_custom_command('add', 'communication_rooms_add_participants', rooms_arguments) - g.communication_custom_command('update', 'communication_rooms_update_participants', rooms_arguments) + g.communication_custom_command('add-or-update', 'communication_rooms_add_or_update_participants', rooms_arguments) g.communication_custom_command('remove', 'communication_rooms_remove_participants', rooms_arguments, confirmation=True) diff --git a/src/communication/azext_communication/manual/custom.py b/src/communication/azext_communication/manual/custom.py index cbbce5e2eef..f471ae8415a 100644 --- a/src/communication/azext_communication/manual/custom.py +++ b/src/communication/azext_communication/manual/custom.py @@ -167,21 +167,24 @@ def __to_communication_identifier(participants): def __to_room_participant(presenters, attendees, consumers): from azure.communication.identity._shared.models import identifier_from_raw_id - from azure.communication.rooms import RoomParticipant, RoleType + from azure.communication.rooms import RoomParticipant, ParticipantRole participants = [] if presenters is not None: identifiers = [identifier_from_raw_id(p) for p in presenters] - participants.extend([RoomParticipant(communication_identifier=i, role=RoleType.PRESENTER) for i in identifiers]) + participants.extend([RoomParticipant(communication_identifier=i, + role=ParticipantRole.PRESENTER) for i in identifiers]) if attendees is not None: identifiers = [identifier_from_raw_id(p) for p in attendees] - participants.extend([RoomParticipant(communication_identifier=i, role=RoleType.ATTENDEE) for i in identifiers]) + participants.extend([RoomParticipant(communication_identifier=i, + role=ParticipantRole.ATTENDEE) for i in identifiers]) if consumers is not None: identifiers = [identifier_from_raw_id(p) for p in consumers] - participants.extend([RoomParticipant(communication_identifier=i, role=RoleType.CONSUMER) for i in identifiers]) + participants.extend([RoomParticipant(communication_identifier=i, + role=ParticipantRole.CONSUMER) for i in identifiers]) return participants @@ -198,7 +201,6 @@ def communication_rooms_get_room(client, room_id): def communication_rooms_create_room(client, valid_from=None, valid_until=None, - join_policy=None, presenters=None, attendees=None, consumers=None): @@ -208,7 +210,6 @@ def communication_rooms_create_room(client, return client.create_room( valid_from=valid_from, valid_until=valid_until, - room_join_policy=join_policy, participants=room_participants) except HttpResponseError: raise @@ -227,55 +228,42 @@ def communication_rooms_delete_room(client, room_id): def communication_rooms_update_room(client, room_id, valid_from=None, - valid_until=None, - join_policy=None, - presenters=None, - attendees=None, - consumers=None): + valid_until=None): try: - room_participants = __to_room_participant(presenters, attendees, consumers) - return client.update_room( room_id=room_id, valid_from=valid_from, - valid_until=valid_until, - room_join_policy=join_policy, - participants=room_participants) + valid_until=valid_until) except HttpResponseError: raise except Exception as ex: sys.exit(str(ex)) -def communication_rooms_get_participants(client, room_id): +def communication_rooms_list_rooms(client): try: - return client.get_participants(room_id) + return client.list_rooms() except HttpResponseError: raise except Exception as ex: sys.exit(str(ex)) -def communication_rooms_add_participants(client, room_id, - presenters=None, - attendees=None, - consumers=None): +def communication_rooms_get_participants(client, room_id): try: - return client.add_participants( - room_id=room_id, - participants=__to_room_participant(presenters, attendees, consumers)) + return client.list_participants(room_id) except HttpResponseError: raise except Exception as ex: sys.exit(str(ex)) -def communication_rooms_update_participants(client, room_id, - presenters=None, - attendees=None, - consumers=None): +def communication_rooms_add_or_update_participants(client, room_id, + presenters=None, + attendees=None, + consumers=None): try: - return client.update_participants( + return client.add_or_update_participants( room_id=room_id, participants=__to_room_participant(presenters, attendees, consumers)) except HttpResponseError: @@ -288,7 +276,7 @@ def communication_rooms_remove_participants(client, room_id, participants): try: return client.remove_participants( room_id=room_id, - communication_identifiers=__to_communication_identifier(participants)) + participants=__to_communication_identifier(participants)) except HttpResponseError: raise except Exception as ex: diff --git a/src/communication/azext_communication/tests/latest/recordings/test_chat_add_participant.yaml b/src/communication/azext_communication/tests/latest/recordings/test_chat_add_participant.yaml index ec397cb02b8..be381497da0 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_chat_add_participant.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_chat_add_participant.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 19:55:54 GMT + - Fri, 26 May 2023 04:05:58 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -25,29 +25,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T19:55:55.6275211+00:00"}}' + "expiresOn": "2023-05-27T04:05:58.9172804+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:55:55 GMT + - Fri, 26 May 2023 04:05:58 GMT ms-cv: - - 3AcCkFEPzU+cCQKK1wBmZA.0 + - rFoWs/YdOk+iXv7z1mHuNA.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0y0yOYwAAAAC83DNm0zquT6aHi9ynzoD3WVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0JjBwZAAAAAA7aIQ2pF8BQr9q8hd6k6SIWVZSMzExMDAwMTE1MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 127ms + - 108ms status: code: 201 message: Created @@ -65,11 +65,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 19:55:55 GMT + - Fri, 26 May 2023 04:05:59 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -77,29 +77,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T19:55:56.3344375+00:00"}}' + "expiresOn": "2023-05-27T04:05:59.3109786+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:55:56 GMT + - Fri, 26 May 2023 04:05:58 GMT ms-cv: - - W+RoFjkW1kCcgqUZRgrIqw.0 + - lFjUo6uMWkafhksgiNvUNg.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0y0yOYwAAAACsoHJP/plxS5tyZX1+UH31WVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0JzBwZAAAAAAh5UGUHSk4TLbeqQ1HjZXlWVZSMzExMDAwMTE1MDQ1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 135ms + - 117ms status: code: 201 message: Created @@ -117,37 +117,37 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) repeatability-request-id: - - d3396e15-b764-4aa7-9c11-19f69e922330 + - 0c3bfd02-933e-494d-8bcf-fc4bbc4dc56f method: POST uri: https://sanitized.communication.azure.com/chat/threads?api-version=2021-09-07 response: body: string: '{"chatThread": {"id": "sanitized", "topic": "chat-topic", "createdOn": - "2022-12-05T19:55:56Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", + "2023-05-26T04:05:59Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", "communicationUser": {"id": "sanitized"}}}}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '197' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:55:56 GMT + - Fri, 26 May 2023 04:05:59 GMT location: - - https://clitest000002.communication.azure.com/chat/threads/19%3ArrY9vBk3E4uw2WytvKge7GVqNZl30DrZjRxKbK5KhQI1@thread.v2 + - https://clitest000002.communication.azure.com/chat/threads/19%3APwsq04g1WTEsEf7HWJ9Ao217j_vXmna7Hd8a5vVal-Y1@thread.v2 ms-cv: - - wcGklcJCYUeveZcrVqdq/g.0 + - icueCoMErUKJJ6Sueq0aQA.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0zEyOYwAAAACkNPabmY6rSr21uJGQCst7WVZSMzExMDAwMTE1MDQ1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0JzBwZAAAAADz5k0b7wDoSKARC0ita0sCWVZSMzExMDAwMTE1MDQ5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 561ms + - 552ms status: code: 201 message: Created @@ -166,7 +166,7 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: POST uri: https://sanitized.communication.azure.com/chat/threads/sanitized/participants/:add?api-version=2021-09-07 response: @@ -174,23 +174,23 @@ interactions: string: '{}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '2' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:55:57 GMT + - Fri, 26 May 2023 04:06:00 GMT ms-cv: - - copmXz/Syk2dRmIUXyJpcQ.0 + - FNQuyg37GEePSpPNOF81Nw.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0zUyOYwAAAAD+6vqGU8poTZYHZjTdwlI1WVZSMzExMDAwMTE1MDQ1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0KDBwZAAAAAC2CFMWbcB/Rq/9HQiKmgOuWVZSMzExMDAwMTE1MDQ5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 191ms + - 430ms status: code: 201 message: Created diff --git a/src/communication/azext_communication/tests/latest/recordings/test_chat_add_participant_bad_user.yaml b/src/communication/azext_communication/tests/latest/recordings/test_chat_add_participant_bad_user.yaml index 01ac4a10a4c..6843664bc60 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_chat_add_participant_bad_user.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_chat_add_participant_bad_user.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 19:55:54 GMT + - Fri, 26 May 2023 04:07:36 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -25,29 +25,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T19:55:55.5480997+00:00"}}' + "expiresOn": "2023-05-27T04:07:37.1266424+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:55:55 GMT + - Fri, 26 May 2023 04:07:36 GMT ms-cv: - - f2sRXe32n0ualZHe4NMCbw.0 + - GoWpLLbgpEiesJJhAninKg.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0y0yOYwAAAAAc3tmOQk7gSoX5DKSD9jAnWVZSMzExMDAwMTE1MDE5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0iDBwZAAAAADk17Mj3M9BSb3pupf8fk6FWVZSMzExMDAwMTE1MDA5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 144ms + - 110ms status: code: 201 message: Created @@ -65,37 +65,37 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) repeatability-request-id: - - 53475cb9-ba9a-4bb7-9834-41b414c7f37e + - f9742942-0683-471d-9840-fce1155b5aa0 method: POST uri: https://sanitized.communication.azure.com/chat/threads?api-version=2021-09-07 response: body: string: '{"chatThread": {"id": "sanitized", "topic": "chat-topic", "createdOn": - "2022-12-05T19:55:56Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", + "2023-05-26T04:07:37Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", "communicationUser": {"id": "sanitized"}}}}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '197' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:55:56 GMT + - Fri, 26 May 2023 04:07:37 GMT location: - - https://clitest000002.communication.azure.com/chat/threads/19%3Acl7mjFmmr4wWOV8RNxCzmWp7-23gpFCGnkNF2A9sOOo1@thread.v2 + - https://clitest000002.communication.azure.com/chat/threads/19%3A__bj9aYwthAoIJpK-RAfnhWNvjFzatbN334E0DY7Kzw1@thread.v2 ms-cv: - - jEiAzYMC+E6A7Spci6lntw.0 + - jTobPC2VV0K/9vr+przAKg.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0y0yOYwAAAACY5Ve8a56MTZD3YguHx9g0WVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0iTBwZAAAAACaYAwQK4oVQJFYFaCzB4eNWVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 357ms + - 371ms status: code: 201 message: Created @@ -114,7 +114,7 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: POST uri: https://sanitized.communication.azure.com/chat/threads/sanitized/participants/:add?api-version=2021-09-07 response: @@ -123,23 +123,23 @@ interactions: failed", "target": "8:acs:00000000-1111-2222-3333-444444444444_55555555-6666-7777-8888-999999999999"}]}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '174' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:55:56 GMT + - Fri, 26 May 2023 04:07:37 GMT ms-cv: - - o6AFipcs30q5KGF4HSCg0A.0 + - PY/ewOkx4Eezsy4PhBFJxw.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0zEyOYwAAAADgfgh6vULsSbeLh6c2uAX0WVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0ijBwZAAAAAA9ItKGpY2QSKa3m70KKvqkWVZSMzExMDAwMTE1MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 147ms + - 106ms status: code: 201 message: Created @@ -158,7 +158,7 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: POST uri: https://sanitized.communication.azure.com/chat/threads/sanitized/participants/:add?api-version=2021-09-07 response: @@ -167,23 +167,23 @@ interactions: format is invalid (8:acs:fakeid===).", "Details": []}}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-type: - application/json date: - - Mon, 05 Dec 2022 19:55:56 GMT + - Fri, 26 May 2023 04:07:38 GMT ms-cv: - - 64vZazYXAUC6sIEGtiLoSw.0 + - 6pHJiuvBrk+6l5NZDgdWSg.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0zUyOYwAAAAD0LaE1fD1VR77tcKjuaWXtWVZSMzExMDAwMTE1MDM5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0ijBwZAAAAABY03K6Alt5SbXrSKcgxfPLWVZSMzExMDAwMTE1MDExADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 10ms + - 3ms status: code: 400 message: Bad Request diff --git a/src/communication/azext_communication/tests/latest/recordings/test_chat_add_participant_with_display_name.yaml b/src/communication/azext_communication/tests/latest/recordings/test_chat_add_participant_with_display_name.yaml index fd715e1574b..faf0ba8e0e0 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_chat_add_participant_with_display_name.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_chat_add_participant_with_display_name.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 19:55:54 GMT + - Fri, 26 May 2023 04:05:58 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -25,29 +25,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T19:55:54.9291276+00:00"}}' + "expiresOn": "2023-05-27T04:05:58.5944557+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:55:54 GMT + - Fri, 26 May 2023 04:05:57 GMT ms-cv: - - u/62lok5QkSCs801Mm3MHQ.0 + - Rq3V0Nfw6k27mEw8HCt9Mg.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0ykyOYwAAAABL03Nx4vGRR6Nmh87l6ceqWVZSMzBFREdFMDMxMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0JjBwZAAAAADp6mtP6xAxQ6S+YX7yn7EgWVZSMzExMDAwMTE1MDExADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 65ms + - 106ms status: code: 201 message: Created @@ -65,37 +65,37 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) repeatability-request-id: - - 3077f32d-eb79-447b-92c9-fc85ff7457f2 + - 83622d7d-0ce9-4ee0-8f43-a8666f467e57 method: POST uri: https://sanitized.communication.azure.com/chat/threads?api-version=2021-09-07 response: body: string: '{"chatThread": {"id": "sanitized", "topic": "chat-topic", "createdOn": - "2022-12-05T19:55:55Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", + "2023-05-26T04:05:59Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", "communicationUser": {"id": "sanitized"}}}}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '197' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:55:55 GMT + - Fri, 26 May 2023 04:05:59 GMT location: - - https://clitest000002.communication.azure.com/chat/threads/19%3AiFNds7ABPOGh47IG7I9t9eOpZ9Fd2mbqWSHIxhwS1Ug1@thread.v2 + - https://clitest000002.communication.azure.com/chat/threads/19%3Au_fzMjy2Gx6KqkrK1ntGL6JviJdPqtvfzGLqfWRM8_U1@thread.v2 ms-cv: - - fQlBeI0/d022mamWrUnSaQ.0 + - +ha6P55sEkWfKS0vMBx4dQ.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0y0yOYwAAAABzdpa5/FG9QZqP0YXuy3IcWVZSMzExMDAwMTE1MDA5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0JjBwZAAAAABta3VovxeLRbynU+qgqCHEWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 529ms + - 723ms status: code: 201 message: Created @@ -113,11 +113,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 19:55:55 GMT + - Fri, 26 May 2023 04:05:59 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -125,29 +125,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T19:55:56.4921102+00:00"}}' + "expiresOn": "2023-05-27T04:06:00.0435317+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:55:55 GMT + - Fri, 26 May 2023 04:05:59 GMT ms-cv: - - R7zoaCBWVUKTiNip/uPflw.0 + - MQ8nBh5xYkWIhOlTa1K32A.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0zEyOYwAAAAAX0dujS2lKRYPuVhAUMMcSWVZSMzExMDAwMTE1MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0JzBwZAAAAABH1h6B6K0nSqDKORdU/vOAWVZSMzExMDAwMTE1MDQ1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 138ms + - 114ms status: code: 201 message: Created @@ -166,7 +166,7 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: POST uri: https://sanitized.communication.azure.com/chat/threads/sanitized/participants/:add?api-version=2021-09-07 response: @@ -174,23 +174,23 @@ interactions: string: '{}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '2' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:55:56 GMT + - Fri, 26 May 2023 04:06:00 GMT ms-cv: - - Qutg3i/FV0C5Aum17wCnYQ.0 + - KAmJHdWy40eOu70talOOnA.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0zEyOYwAAAABBcjcmSDsKT6EewFgDCYeVWVZSMzExMDAwMTE1MDE5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0KDBwZAAAAABO5iEs4yLHRJ0gp9BXnIUJWVZSMzExMDAwMTE1MDM5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 240ms + - 280ms status: code: 201 message: Created diff --git a/src/communication/azext_communication/tests/latest/recordings/test_chat_add_participant_with_history_time.yaml b/src/communication/azext_communication/tests/latest/recordings/test_chat_add_participant_with_history_time.yaml index db5183dbea4..397da8df698 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_chat_add_participant_with_history_time.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_chat_add_participant_with_history_time.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 19:55:54 GMT + - Fri, 26 May 2023 04:07:36 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -25,29 +25,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T19:55:55.2850619+00:00"}}' + "expiresOn": "2023-05-27T04:07:36.6550928+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:55:54 GMT + - Fri, 26 May 2023 04:07:35 GMT ms-cv: - - /wdMmCYff0GIyHpYo7YZ6A.0 + - cUYajvKwNEuWsEBTU7Tg8Q.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0ykyOYwAAAACOD0eMwAc8QaTI6BdNRKqeWVZSMzExMDAwMTE1MDExADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0iDBwZAAAAADOfzatJ9MJR4t2ecSon6VyWVZSMzExMDAwMTE1MDIzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 130ms + - 125ms status: code: 201 message: Created @@ -65,37 +65,37 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) repeatability-request-id: - - fadbab7d-e87d-4c65-8875-4b4af374756c + - 3c4657d8-3a34-484c-ad68-6a9cd3620017 method: POST uri: https://sanitized.communication.azure.com/chat/threads?api-version=2021-09-07 response: body: string: '{"chatThread": {"id": "sanitized", "topic": "chat-topic", "createdOn": - "2022-12-05T19:55:55Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", + "2023-05-26T04:07:37Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", "communicationUser": {"id": "sanitized"}}}}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '197' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:55:55 GMT + - Fri, 26 May 2023 04:07:37 GMT location: - - https://clitest000002.communication.azure.com/chat/threads/19%3Au3sXoWaHUMTSZH1HYnAoy9Vkq3hjhEOkmDAW1qVK4pQ1@thread.v2 + - https://clitest000002.communication.azure.com/chat/threads/19%3AWWKqOaFWAgjP1I5GAqvzw8sTHvVmI81M0JZW5YrY9C01@thread.v2 ms-cv: - - tEbUAMdkGUmemvBbwWkEEw.0 + - QGO/WkU7g0K2kcbXiG1SMg.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0y0yOYwAAAADtI4624mvdTIAtXtVQ9L/MWVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0iDBwZAAAAADMuXeJAg3ETKGIyOr8l6eRWVZSMzExMDAwMTE1MDMzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 426ms + - 358ms status: code: 201 message: Created @@ -113,11 +113,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 19:55:55 GMT + - Fri, 26 May 2023 04:07:37 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -125,29 +125,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T19:55:56.4885892+00:00"}}' + "expiresOn": "2023-05-27T04:07:37.6159475+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:55:55 GMT + - Fri, 26 May 2023 04:07:37 GMT ms-cv: - - 6SMru95GQ0y/ugcMagpvjA.0 + - l6MufvN5c0WLdtdMs8YVbQ.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0zEyOYwAAAACpwN1IYS99S57FwUMBca5FWVZSMzExMDAwMTE1MDExADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0iTBwZAAAAACBhP4Czg3dT6p2rn+ZxvjSWVZSMzExMDAwMTE1MDM5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 116ms + - 108ms status: code: 201 message: Created @@ -166,7 +166,7 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: POST uri: https://sanitized.communication.azure.com/chat/threads/sanitized/participants/:add?api-version=2021-09-07 response: @@ -174,23 +174,23 @@ interactions: string: '{}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '2' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:55:56 GMT + - Fri, 26 May 2023 04:07:37 GMT ms-cv: - - m/dbq0JJj0KnjViBGulWxg.0 + - ElTkH0xviESsKjMoRLDKoQ.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0zEyOYwAAAADAyPVeKeb8S7wHiB6dDbGmWVZSMzExMDAwMTE1MDExADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0iTBwZAAAAABILawyjg1MTJWDAMcWVCt/WVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 294ms + - 262ms status: code: 201 message: Created diff --git a/src/communication/azext_communication/tests/latest/recordings/test_chat_create_thread.yaml b/src/communication/azext_communication/tests/latest/recordings/test_chat_create_thread.yaml index 2d5f95bb82d..84db51ad8fe 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_chat_create_thread.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_chat_create_thread.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 19:57:32 GMT + - Fri, 26 May 2023 04:05:58 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -25,29 +25,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T19:57:33.0361403+00:00"}}' + "expiresOn": "2023-05-27T04:05:58.8404309+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:57:33 GMT + - Fri, 26 May 2023 04:05:58 GMT ms-cv: - - +pLEJGYsu0CdINFmlt3/lw.0 + - wd6SV6mzOE+g+KIeKMBZzg.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0LE2OYwAAAACpnL9DM6ijQpfZ0vjR7DJaWVZSMzExMDAwMTE1MDExADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0JjBwZAAAAACxsFOhnpI0SKFnNAcOp2F/WVZSMzExMDAwMTE1MDA5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 129ms + - 111ms status: code: 201 message: Created @@ -65,37 +65,37 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) repeatability-request-id: - - 73b3518a-dc2c-455f-a608-95f3aeab406d + - 74c587a5-4684-4644-b0de-5eb5806c4dd2 method: POST uri: https://sanitized.communication.azure.com/chat/threads?api-version=2021-09-07 response: body: string: '{"chatThread": {"id": "sanitized", "topic": "some-topic", "createdOn": - "2022-12-05T19:57:33Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", + "2023-05-26T04:05:59Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", "communicationUser": {"id": "sanitized"}}}}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '197' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:57:33 GMT + - Fri, 26 May 2023 04:05:58 GMT location: - - https://clitest000002.communication.azure.com/chat/threads/19%3AKRdhVF_erxo2h0WRTt2p33GcnbSPzRYekIVmEm5ivGY1@thread.v2 + - https://clitest000002.communication.azure.com/chat/threads/19%3ANBoxDccjs3XBcZ9OnID_3VknTUhS9ZHGvm5BaS_Nfc01@thread.v2 ms-cv: - - 3E9UbZHQ0ESxaEtUpTUgyg.0 + - 8P77TQM1jU6N/ZHb5MH8Iw.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0LU2OYwAAAAC7XykuvnZXSLmLdq3q5JQ8WVZSMzBFREdFMDMxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0JzBwZAAAAACuTQAoZKwrQa+k13rBM0oPWVZSMzExMDAwMTE1MDQ5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 680ms + - 517ms status: code: 201 message: Created diff --git a/src/communication/azext_communication/tests/latest/recordings/test_chat_create_thread_without_topic.yaml b/src/communication/azext_communication/tests/latest/recordings/test_chat_create_thread_without_topic.yaml index ed53c2f1dd1..2f3794a3262 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_chat_create_thread_without_topic.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_chat_create_thread_without_topic.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 19:57:31 GMT + - Fri, 26 May 2023 04:07:36 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -25,29 +25,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T19:57:32.7216672+00:00"}}' + "expiresOn": "2023-05-27T04:07:36.2623927+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:57:32 GMT + - Fri, 26 May 2023 04:07:35 GMT ms-cv: - - IBj3ByzC9E+frDMxF/h+Cw.0 + - JOVhFc7VZ0GmjGZQ+9VbDA.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0LE2OYwAAAADPpdZ2acr8RYpAy8pnt0QmWVZSMzExMDAwMTE1MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0iDBwZAAAAAAME6EnTAoRTqRGXQADjkh1WVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 131ms + - 109ms status: code: 201 message: Created diff --git a/src/communication/azext_communication/tests/latest/recordings/test_chat_delete_message.yaml b/src/communication/azext_communication/tests/latest/recordings/test_chat_delete_message.yaml index a0210139565..eb59e6eeb7a 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_chat_delete_message.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_chat_delete_message.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 19:57:31 GMT + - Fri, 26 May 2023 04:05:57 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -25,29 +25,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T19:57:32.6075538+00:00"}}' + "expiresOn": "2023-05-27T04:05:58.2845559+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:57:32 GMT + - Fri, 26 May 2023 04:05:58 GMT ms-cv: - - w+9nmbYikEu27cxWt3kEtw.0 + - gbCeJszVi0+ghNd6i10NsA.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0LE2OYwAAAAB2qq5sIeD5SqzvMrMAQittWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0JjBwZAAAAADnY6RQiNE1QIMwGg70MR/ZWVZSMzExMDAwMTE1MDA5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 134ms + - 182ms status: code: 201 message: Created @@ -65,37 +65,37 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) repeatability-request-id: - - 28880cb5-fdd7-4a8b-82bb-f3f2be1e5f2e + - fac7bcc3-6137-40ed-8490-abd3d8e607ca method: POST uri: https://sanitized.communication.azure.com/chat/threads?api-version=2021-09-07 response: body: string: '{"chatThread": {"id": "sanitized", "topic": "some-other-topic", "createdOn": - "2022-12-05T19:57:33Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", + "2023-05-26T04:05:58Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", "communicationUser": {"id": "sanitized"}}}}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '203' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:57:33 GMT + - Fri, 26 May 2023 04:05:58 GMT location: - - https://clitest000002.communication.azure.com/chat/threads/19%3A56a8rg6PEnJK9QoKooX6LQIuwOzPxlCH-Mjg71FUHGA1@thread.v2 + - https://clitest000002.communication.azure.com/chat/threads/19%3AisULHrHKGqaIPB9EF6sW5js-iAr-O9EctOypZrW9EQI1@thread.v2 ms-cv: - - B8e9uuUgLkuPYq2yaEg60w.0 + - kkBCdrcI80md13NXwKzYqA.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0LE2OYwAAAACkdtU5NXroTJAuuc5PIftOWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0JjBwZAAAAAAJtP9rdjEZT7Op5mE445N7WVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 578ms + - 505ms status: code: 201 message: Created @@ -113,7 +113,7 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: POST uri: https://sanitized.communication.azure.com/chat/threads/sanitized/messages?api-version=2021-09-07 response: @@ -121,25 +121,25 @@ interactions: string: '{"id": "sanitized"}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '19' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:57:33 GMT + - Fri, 26 May 2023 04:05:59 GMT location: - - https://clitest000002.communication.azure.com/chat/threads/19%3A56a8rg6PEnJK9QoKooX6LQIuwOzPxlCH-Mjg71FUHGA1@thread.v2/messages/1670270253977 + - https://clitest000002.communication.azure.com/chat/threads/19%3AisULHrHKGqaIPB9EF6sW5js-iAr-O9EctOypZrW9EQI1@thread.v2/messages/1685073959536 ms-cv: - - 1tutl3GRbki1OE4d7JpJjw.0 + - 0+/Al+jgFU2+o3WRPxVw4w.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0LU2OYwAAAABckO8W9YuTQ4NsxaP/UOa3WVZSMzExMDAwMTE1MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0JzBwZAAAAACDYTR7R16cRI1wthsgG73vWVZSMzExMDAwMTE1MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 107ms + - 184ms status: code: 201 message: Created @@ -153,34 +153,34 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: GET uri: https://sanitized.communication.azure.com/chat/threads/sanitized/messages/sanitized?api-version=2021-09-07 response: body: - string: '{"id": "sanitized", "type": "text", "sequenceId": "3", "version": "1670270253977", - "content": {"message": "Hello!"}, "senderDisplayName": "", "createdOn": "2022-12-05T19:57:33Z", + string: '{"id": "sanitized", "type": "text", "sequenceId": "3", "version": "1685073959536", + "content": {"message": "Hello!"}, "senderDisplayName": "", "createdOn": "2023-05-26T04:05:59Z", "senderCommunicationIdentifier": {"rawId": "sanitized", "communicationUser": {"id": "sanitized"}}}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '277' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:57:33 GMT + - Fri, 26 May 2023 04:05:59 GMT ms-cv: - - U1A5rt5Tb0ex5L4It/j8eQ.0 + - F3sS3v0GuEKOXPj15zNkXg.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0Lk2OYwAAAAC3r/hKHdWoQJODJBslf4TFWVZSMzExMDAwMTE1MDA5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0JzBwZAAAAADa0l+LQTKIR5tXrVAVzkD/WVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 82ms + - 185ms status: code: 200 message: OK @@ -196,7 +196,7 @@ interactions: Content-Length: - '0' User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: DELETE uri: https://sanitized.communication.azure.com/chat/threads/sanitized/messages/sanitized?api-version=2021-09-07 response: @@ -204,19 +204,19 @@ interactions: string: '' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview date: - - Mon, 05 Dec 2022 19:57:34 GMT + - Fri, 26 May 2023 04:05:59 GMT ms-cv: - - 3e0+oGLDD0O/mw/mA8IYfA.0 + - CARLEyyOGESg49i0UDgMqg.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0Lk2OYwAAAADheg+XcPz4RIhppp/bQ+wQWVZSMzBFREdFMDMxMgA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0KDBwZAAAAACYqsOPKx8GToqU81qNzJNBWVZSMzExMDAwMTE1MDQ1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 349ms + - 172ms status: code: 204 message: No Content @@ -230,34 +230,34 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: GET uri: https://sanitized.communication.azure.com/chat/threads/sanitized/messages/sanitized?api-version=2021-09-07 response: body: - string: '{"id": "sanitized", "type": "text", "sequenceId": "3", "version": "1670270254720", - "content": {"message": ""}, "senderDisplayName": "", "createdOn": "2022-12-05T19:57:33Z", + string: '{"id": "sanitized", "type": "text", "sequenceId": "3", "version": "1685073960407", + "content": {"message": ""}, "senderDisplayName": "", "createdOn": "2023-05-26T04:05:59Z", "senderCommunicationIdentifier": {"rawId": "sanitized", "communicationUser": - {"id": "sanitized"}}, "deletedOn": "2022-12-05T19:57:34Z"}' + {"id": "sanitized"}}, "deletedOn": "2023-05-26T04:06:00Z"}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '308' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:57:34 GMT + - Fri, 26 May 2023 04:06:00 GMT ms-cv: - - RXU7Re/cLkqbcvpfhV/vQQ.0 + - 43ah835yW0+Ec4ac4uqg6w.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0L02OYwAAAAAnXCROXXifSYZzO6/U65WqWVZSMzExMDAwMTE1MDQ1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0KDBwZAAAAADCAvU7SAc1Rb4YBplRVwwYWVZSMzExMDAwMTE1MDM5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 155ms + - 84ms status: code: 200 message: OK diff --git a/src/communication/azext_communication/tests/latest/recordings/test_chat_delete_thread.yaml b/src/communication/azext_communication/tests/latest/recordings/test_chat_delete_thread.yaml index cf251f26ca3..17bacc75e19 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_chat_delete_thread.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_chat_delete_thread.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 19:57:31 GMT + - Fri, 26 May 2023 04:07:36 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -25,29 +25,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T19:57:32.6565634+00:00"}}' + "expiresOn": "2023-05-27T04:07:37.0310306+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:57:32 GMT + - Fri, 26 May 2023 04:07:36 GMT ms-cv: - - UnXRYbiwfkK/0eTfZIDRJw.0 + - Vq6csCBz9k+8mIjAH4e/lQ.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0LE2OYwAAAAB6KYArUHJNS79IVXHXiZpyWVZSMzExMDAwMTE1MDExADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0iDBwZAAAAABei5uu8Eo/R4OuFNFxZFobWVZSMzExMDAwMTE1MDIzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 129ms + - 111ms status: code: 201 message: Created @@ -65,37 +65,37 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) repeatability-request-id: - - b167bc1f-c91a-43b4-ad30-85a79b7d5e57 + - 4b5b28f4-c19f-4590-bd56-e2f3bdba952d method: POST uri: https://sanitized.communication.azure.com/chat/threads?api-version=2021-09-07 response: body: string: '{"chatThread": {"id": "sanitized", "topic": "some-topic", "createdOn": - "2022-12-05T19:57:33Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", + "2023-05-26T04:07:37Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", "communicationUser": {"id": "sanitized"}}}}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '197' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:57:32 GMT + - Fri, 26 May 2023 04:07:37 GMT location: - - https://clitest000002.communication.azure.com/chat/threads/19%3A3KgxSZlGO0eqEEL0CwnvSWl2CTpvVtex8BZ9Rhv8C3U1@thread.v2 + - https://clitest000002.communication.azure.com/chat/threads/19%3An8NSzH8rhyReNbqjMTQd59huP4Z7vcaIFpVBmaBqhR81@thread.v2 ms-cv: - - pElcsDGeB0WeTRKUfRCzEA.0 + - 9epmxD/s8EOfQkkRWQy+gA.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0LU2OYwAAAABQLCh0gJ7pRqUvDnmP1pJOWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0iTBwZAAAAAC/fgYlQX6kS6BgRBy0oRWOWVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 591ms + - 509ms status: code: 201 message: Created @@ -111,7 +111,7 @@ interactions: Content-Length: - '0' User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: DELETE uri: https://sanitized.communication.azure.com/chat/threads/sanitized?api-version=2021-09-07 response: @@ -119,19 +119,19 @@ interactions: string: '' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview date: - - Mon, 05 Dec 2022 19:57:33 GMT + - Fri, 26 May 2023 04:07:38 GMT ms-cv: - - DZ3ZfRUF6UOBPVX8QotOFg.0 + - C47RLbcIeEe2hs090ojpNA.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0LU2OYwAAAACV+OtSdgIuSprQ92fFH+zbWVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0ijBwZAAAAAAtCdvZa1OjRKyPAse7OL48WVZSMzExMDAwMTE1MDExADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 293ms + - 256ms status: code: 204 message: No Content diff --git a/src/communication/azext_communication/tests/latest/recordings/test_chat_get_message.yaml b/src/communication/azext_communication/tests/latest/recordings/test_chat_get_message.yaml index 665ecaf8b98..3e9dd8cf640 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_chat_get_message.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_chat_get_message.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 19:59:08 GMT + - Fri, 26 May 2023 04:05:57 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -25,29 +25,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T19:59:09.6870535+00:00"}}' + "expiresOn": "2023-05-27T04:05:58.0099606+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:59:09 GMT + - Fri, 26 May 2023 04:05:57 GMT ms-cv: - - KVd/Ydsaik2DeV9Jhby35w.0 + - 8Xtz1nbjfEmpKfceZjcj8w.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0jU2OYwAAAACu7xQqTL64TaQ1Vo5w4r1BWVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0JTBwZAAAAACnJrG3sYq2TpV/+x8D57oqWVZSMzExMDAwMTE1MDA5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 137ms + - 107ms status: code: 201 message: Created @@ -65,37 +65,37 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) repeatability-request-id: - - e03a8f11-7355-47cc-8e24-18726f794985 + - c71dfc65-c144-4384-968b-d57539da9ad6 method: POST uri: https://sanitized.communication.azure.com/chat/threads?api-version=2021-09-07 response: body: string: '{"chatThread": {"id": "sanitized", "topic": "new-topic", "createdOn": - "2022-12-05T19:59:10Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", + "2023-05-26T04:05:58Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", "communicationUser": {"id": "sanitized"}}}}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '196' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:59:10 GMT + - Fri, 26 May 2023 04:05:58 GMT location: - - https://clitest000002.communication.azure.com/chat/threads/19%3ATfp8MxSYtDpCqiUk-_63KwbxKGGhXTYqrF7bdv-TJz41@thread.v2 + - https://clitest000002.communication.azure.com/chat/threads/19%3AW3bnfmfhfGaY-qY8-Gb2mIybQj7bvqPL3maP02_lcsg1@thread.v2 ms-cv: - - P01k27RQ90+HTbE0M7v+CQ.0 + - qm/BpH+cNESOZ3SjnacSnQ.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0jk2OYwAAAAByjozxJp2JRpcu/Xc9S2gHWVZSMzBFREdFMDMwNwA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0JjBwZAAAAAA0M9u5WemxTqOxXzq23hMmWVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 609ms + - 484ms status: code: 201 message: Created @@ -113,7 +113,7 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: POST uri: https://sanitized.communication.azure.com/chat/threads/sanitized/messages?api-version=2021-09-07 response: @@ -121,25 +121,25 @@ interactions: string: '{"id": "sanitized"}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '19' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:59:11 GMT + - Fri, 26 May 2023 04:05:59 GMT location: - - https://clitest000002.communication.azure.com/chat/threads/19%3ATfp8MxSYtDpCqiUk-_63KwbxKGGhXTYqrF7bdv-TJz41@thread.v2/messages/1670270351197 + - https://clitest000002.communication.azure.com/chat/threads/19%3AW3bnfmfhfGaY-qY8-Gb2mIybQj7bvqPL3maP02_lcsg1@thread.v2/messages/1685073959488 ms-cv: - - uZbQrxPAFkOHaMAtz1S2OA.0 + - Bj2GXFFzf0ibW7oipccRSg.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0j02OYwAAAAD1jKctrrE/TJnlEWN8aMJGWVZSMzBFREdFMDMxNgA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0JzBwZAAAAADFVeVH9AgZT53iKlQJnCz3WVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 280ms + - 159ms status: code: 201 message: Created @@ -153,34 +153,34 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: GET uri: https://sanitized.communication.azure.com/chat/threads/sanitized/messages/sanitized?api-version=2021-09-07 response: body: - string: '{"id": "sanitized", "type": "html", "sequenceId": "3", "version": "1670270351197", - "content": {"message": "hello!"}, "senderDisplayName": "", "createdOn": "2022-12-05T19:59:11Z", + string: '{"id": "sanitized", "type": "html", "sequenceId": "3", "version": "1685073959488", + "content": {"message": "hello!"}, "senderDisplayName": "", "createdOn": "2023-05-26T04:05:59Z", "senderCommunicationIdentifier": {"rawId": "sanitized", "communicationUser": {"id": "sanitized"}}}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '277' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:59:11 GMT + - Fri, 26 May 2023 04:05:59 GMT ms-cv: - - /U+nk8Zqikeegb/WcF7tRw.0 + - 8cNqXG1K80yovOkWAn9v5w.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0j02OYwAAAACLwXK5qOSMQpXVRF9Kv51ZWVZSMzExMDAwMTE1MDE5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0JzBwZAAAAADvkaHPW21+RpTlFd98HN4fWVZSMzExMDAwMTE1MDIzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 88ms + - 82ms status: code: 200 message: OK diff --git a/src/communication/azext_communication/tests/latest/recordings/test_chat_list_messages.yaml b/src/communication/azext_communication/tests/latest/recordings/test_chat_list_messages.yaml index d7d7d815884..baac83019f6 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_chat_list_messages.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_chat_list_messages.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 19:59:13 GMT + - Fri, 26 May 2023 04:07:35 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -25,29 +25,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T19:59:14.2088071+00:00"}}' + "expiresOn": "2023-05-27T04:07:35.6808573+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:59:14 GMT + - Fri, 26 May 2023 04:07:34 GMT ms-cv: - - TEEVhySa00+OsGkfU8zJrg.0 + - z0N0gYyA4UKtFdyUK8ufAQ.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0kU2OYwAAAACkETscs1/tRIrloaGiDPqTWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0hzBwZAAAAAA9a8YeFBtkRq9krOuOAhoIWVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 141ms + - 121ms status: code: 201 message: Created @@ -65,37 +65,37 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) repeatability-request-id: - - d5422362-b01c-4864-a135-32f517536c7f + - 660b45c3-58f6-40eb-b7e9-277563bc1cb3 method: POST uri: https://sanitized.communication.azure.com/chat/threads?api-version=2021-09-07 response: body: string: '{"chatThread": {"id": "sanitized", "topic": "another-topic", "createdOn": - "2022-12-05T19:59:14Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", + "2023-05-26T04:07:36Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", "communicationUser": {"id": "sanitized"}}}}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '200' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:59:15 GMT + - Fri, 26 May 2023 04:07:36 GMT location: - - https://clitest000002.communication.azure.com/chat/threads/19%3AEZ6SZ6aRSEUaWWT3faMZ92sVIJGrZZ4OZ7BHyvlzj2o1@thread.v2 + - https://clitest000002.communication.azure.com/chat/threads/19%3Al_bBOU1RW3RJT0TJwdRKqmdK3zMUzcuOcXkzQAdbuF01@thread.v2 ms-cv: - - 0/GTq0qWPUWxhFaklbDBmQ.0 + - N/O5L2bbqU6Z5kyEV56JyQ.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0kk2OYwAAAADQozvnytoaSaJmgaj7/6Q5WVZSMzExMDAwMTE1MDQ1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0iDBwZAAAAAC4N6aQv/2SSLEKWjWc9mYeWVZSMzExMDAwMTE1MDMzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 897ms + - 505ms status: code: 201 message: Created @@ -109,38 +109,38 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: GET uri: https://sanitized.communication.azure.com/chat/threads/sanitized/messages?startTime=2022-01-01T00%3A00%3A00.000Z&api-version=2021-09-07 response: body: string: '{"value": [{"id": "sanitized", "type": "topicUpdated", "sequenceId": - "2", "version": "1670270355265", "content": {"topic": "another-topic", "initiatorCommunicationIdentifier": + "2", "version": "1685074056304", "content": {"topic": "another-topic", "initiatorCommunicationIdentifier": {"rawId": "sanitized", "communicationUser": {"id": "sanitized"}}}, "createdOn": - "2022-12-05T19:59:15Z"}, {"id": "sanitized", "type": "participantAdded", "sequenceId": - "1", "version": "1670270355173", "content": {"participants": [{"communicationIdentifier": + "2023-05-26T04:07:36Z"}, {"id": "sanitized", "type": "participantAdded", "sequenceId": + "1", "version": "1685074056255", "content": {"participants": [{"communicationIdentifier": {"rawId": "sanitized", "communicationUser": {"id": "sanitized"}}, "shareHistoryTime": "1970-01-01T00:00:00Z"}], "initiatorCommunicationIdentifier": {"rawId": "sanitized", - "communicationUser": {"id": "sanitized"}}}, "createdOn": "2022-12-05T19:59:15Z"}]}' + "communicationUser": {"id": "sanitized"}}}, "createdOn": "2023-05-26T04:07:36Z"}]}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '686' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:59:15 GMT + - Fri, 26 May 2023 04:07:36 GMT ms-cv: - - bjw0+DrVU0KQtp6mUnzNMw.0 + - 771/8vmLikOQRStdxw/n4Q.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0k02OYwAAAACWzCfHrn/7T5MY5YZwWGPwWVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0iDBwZAAAAABfSR2B6omWSYWLnCZQZJciWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 124ms + - 55ms status: code: 200 message: OK diff --git a/src/communication/azext_communication/tests/latest/recordings/test_chat_list_participants.yaml b/src/communication/azext_communication/tests/latest/recordings/test_chat_list_participants.yaml index 5b80f8ac842..ed73266517b 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_chat_list_participants.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_chat_list_participants.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 19:59:09 GMT + - Fri, 26 May 2023 04:05:58 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -25,29 +25,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T19:59:10.3266699+00:00"}}' + "expiresOn": "2023-05-27T04:05:58.5905513+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:59:10 GMT + - Fri, 26 May 2023 04:05:58 GMT ms-cv: - - A3kKEJ7l2E6IvIeumWYaJQ.0 + - td4PB/uvvEuuIneB+u0GWw.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0jk2OYwAAAADqedvNbV8cRKo6lVWAaoOLWVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0JjBwZAAAAAA5D+0XKG0FT6rhrsFCJjNBWVZSMzExMDAwMTE1MDA5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 150ms + - 108ms status: code: 201 message: Created @@ -65,37 +65,37 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) repeatability-request-id: - - 243bc363-e50e-49ee-8812-09008e578273 + - 5769c28f-5e43-4f63-82eb-0684478258b5 method: POST uri: https://sanitized.communication.azure.com/chat/threads?api-version=2021-09-07 response: body: string: '{"chatThread": {"id": "sanitized", "topic": "some-topic", "createdOn": - "2022-12-05T19:59:10Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", + "2023-05-26T04:05:59Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", "communicationUser": {"id": "sanitized"}}}}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '197' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:59:10 GMT + - Fri, 26 May 2023 04:05:59 GMT location: - - https://clitest000002.communication.azure.com/chat/threads/19%3ASvk4ddT5DBsI0IJwKYLH4_Q7kie6G78-Dkp3P_ZE_nY1@thread.v2 + - https://clitest000002.communication.azure.com/chat/threads/19%3AR1YS44ZY9L2F10twUZForp3kGSUc_PSqNiV-g4RfEc01@thread.v2 ms-cv: - - vwz7olltSkCDyOj171rwlw.0 + - t3A/JljcH0y/kX5Fno8ZnA.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0jk2OYwAAAACemThIoyMXTasMO2v5BQJjWVZSMzExMDAwMTE1MDQ5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0JjBwZAAAAAB4mukLtOKeS4JVNEfMMlqcWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 565ms + - 853ms status: code: 201 message: Created @@ -109,7 +109,7 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: GET uri: https://sanitized.communication.azure.com/chat/threads/sanitized/participants?api-version=2021-09-07 response: @@ -118,23 +118,23 @@ interactions: {"id": "sanitized"}}, "shareHistoryTime": "1970-01-01T00:00:00Z"}]}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '150' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:59:11 GMT + - Fri, 26 May 2023 04:05:59 GMT ms-cv: - - HNFXGVVlj0Weg5MsQGaGoA.0 + - peoFDGmDsUONLvYmOYQUiw.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0j02OYwAAAAAwX2D+d3taSreemIfCtUI9WVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0KDBwZAAAAAAAZGrVjMBbSJizQpQChiTYWVZSMzExMDAwMTE1MDA5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 149ms + - 128ms status: code: 200 message: OK diff --git a/src/communication/azext_communication/tests/latest/recordings/test_chat_list_participants_bad_thread_id.yaml b/src/communication/azext_communication/tests/latest/recordings/test_chat_list_participants_bad_thread_id.yaml index daa63b9039f..18f80fe101f 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_chat_list_participants_bad_thread_id.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_chat_list_participants_bad_thread_id.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 19:59:08 GMT + - Fri, 26 May 2023 04:07:35 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -25,29 +25,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T19:59:09.4764463+00:00"}}' + "expiresOn": "2023-05-27T04:07:35.737548+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - - '122' + - '121' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 19:59:09 GMT + - Fri, 26 May 2023 04:07:35 GMT ms-cv: - - g0hP/9IjNECSxw2L0SRqWA.0 + - YEGRLdRuI0Gre/g24U/+1w.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0jU2OYwAAAAByMr+Z+7ygQZB/OLVeCTPmWVZSMzExMDAwMTE1MDE5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0hzBwZAAAAABooSG6aAlGRq9bwrfka6a0WVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 133ms + - 112ms status: code: 201 message: Created @@ -61,7 +61,7 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: GET uri: https://sanitized.communication.azure.com/chat/threads/sanitized/participants?api-version=2021-09-07 response: @@ -69,23 +69,23 @@ interactions: string: '{"CommunicationError": {"Code": "NotFound", "Details": []}}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-type: - application/json date: - - Mon, 05 Dec 2022 19:59:09 GMT + - Fri, 26 May 2023 04:07:35 GMT ms-cv: - - rqLKVDTkW0CjI0gbNieYoQ.0 + - jkMlSPKmr02Zsf1cDytcwA.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0jU2OYwAAAABz7AwZA/cUT72mbC/i6O4eWVZSMzExMDAwMTE1MDExADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0iDBwZAAAAAD2utyJfeXBSoyUn31PTYMiWVZSMzExMDAwMTE1MDIzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 40ms + - 43ms status: code: 404 message: Not Found diff --git a/src/communication/azext_communication/tests/latest/recordings/test_chat_list_threads_no_endpoint.yaml b/src/communication/azext_communication/tests/latest/recordings/test_chat_list_threads_no_endpoint.yaml index 80a1c5f9607..d719adcf3d6 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_chat_list_threads_no_endpoint.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_chat_list_threads_no_endpoint.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 20:00:54 GMT + - Fri, 26 May 2023 04:05:57 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -25,29 +25,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T20:00:54.9264249+00:00"}}' + "expiresOn": "2023-05-27T04:05:57.8240177+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:00:54 GMT + - Fri, 26 May 2023 04:05:57 GMT ms-cv: - - OEmuIYzOvESPmVr8ZyJFqQ.0 + - DKWo18KpbUqpc34ZaWCDpg.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 09k2OYwAAAAC5MYSgSEXpSKX0OhWnKH7mWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0JTBwZAAAAAA5dxILvrgFQr7pfVnm1i6sWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 128ms + - 113ms status: code: 201 message: Created diff --git a/src/communication/azext_communication/tests/latest/recordings/test_chat_list_threads_with_cmdline_auth.yaml b/src/communication/azext_communication/tests/latest/recordings/test_chat_list_threads_with_cmdline_auth.yaml index bca1fb7b47c..018c1b7e4bb 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_chat_list_threads_with_cmdline_auth.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_chat_list_threads_with_cmdline_auth.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 20:00:50 GMT + - Fri, 26 May 2023 04:07:34 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -25,29 +25,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T20:00:51.4344303+00:00"}}' + "expiresOn": "2023-05-27T04:07:34.3637082+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:00:50 GMT + - Fri, 26 May 2023 04:07:33 GMT ms-cv: - - VFx3/yjRwkSf6K/oeCf+wQ.0 + - oF6bpw0wdk6MihqAlCpEoQ.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0802OYwAAAAAVQEFLmXn8R4UT7GlDXsvaWVZSMzExMDAwMTE1MDExADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0hjBwZAAAAADkONAm/zE3RK5bPv8ul7lEWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 130ms + - 112ms status: code: 201 message: Created @@ -61,7 +61,7 @@ interactions: Connection: - keep-alive User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: GET uri: https://sanitized.communication.azure.com/chat/threads?api-version=2021-09-07 response: @@ -69,23 +69,23 @@ interactions: string: '{"value": []}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '13' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:00:51 GMT + - Fri, 26 May 2023 04:07:33 GMT ms-cv: - - ge6jbnG8DkeMRTgX+pn7BQ.0 + - +RbxAclqc0K+8RJHZnFKyw.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0802OYwAAAACim53Q3xTgRLXCprFD729tWVZSMzExMDAwMTE1MDExADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0hjBwZAAAAACGfk/Me/HOQoqCinPWBjhaWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 88ms + - 18ms status: code: 200 message: OK diff --git a/src/communication/azext_communication/tests/latest/recordings/test_chat_list_threads_with_env_auth.yaml b/src/communication/azext_communication/tests/latest/recordings/test_chat_list_threads_with_env_auth.yaml index b4fe3e14561..a647cfd5b90 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_chat_list_threads_with_env_auth.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_chat_list_threads_with_env_auth.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 20:00:44 GMT + - Fri, 26 May 2023 04:05:58 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -25,29 +25,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T20:00:44.8268169+00:00"}}' + "expiresOn": "2023-05-27T04:05:58.5795345+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:00:44 GMT + - Fri, 26 May 2023 04:05:58 GMT ms-cv: - - HR11HjpYk06geDspBdG1CQ.0 + - 5gWXVL/gZU+AIbqAOdX5SQ.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 07E2OYwAAAADnxqhcTTgjT5a/g+UYAFSKWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0JjBwZAAAAADlrUzZ83LTQr4LD0cHAd+LWVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 137ms + - 114ms status: code: 201 message: Created @@ -61,7 +61,7 @@ interactions: Connection: - keep-alive User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: GET uri: https://sanitized.communication.azure.com/chat/threads?api-version=2021-09-07 response: @@ -69,23 +69,23 @@ interactions: string: '{"value": []}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '13' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:00:45 GMT + - Fri, 26 May 2023 04:05:58 GMT ms-cv: - - PVkZLNxG+0O5fkIsercf0A.0 + - 15Hq15Kxz0eskTRTfdHo8A.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 07U2OYwAAAABjgHJ0bi5oR6e6VO0sdAVRWVZSMzBFREdFMDMxMgA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0JjBwZAAAAAAyhuUzGw05Qb75mFTGQzSGWVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 69ms + - 72ms status: code: 200 message: OK diff --git a/src/communication/azext_communication/tests/latest/recordings/test_chat_read_receipts.yaml b/src/communication/azext_communication/tests/latest/recordings/test_chat_read_receipts.yaml index f6ecfbd69dc..95c8b5ac1dc 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_chat_read_receipts.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_chat_read_receipts.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 20:02:21 GMT + - Fri, 26 May 2023 04:07:34 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -25,29 +25,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T20:02:21.9171751+00:00"}}' + "expiresOn": "2023-05-27T04:07:35.2687559+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:02:21 GMT + - Fri, 26 May 2023 04:07:34 GMT ms-cv: - - F/s8JYDDjE6Eo0wQJq/TlA.0 + - qT4SxQUcZ0uWeILDTKmDAA.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0TU6OYwAAAACsjAnUB0gAQJN9mdy5LVC6WVZSMzExMDAwMTE1MDQ5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0hjBwZAAAAAAodZ1W6uy9TqsLE4vYvxevWVZSMzExMDAwMTE1MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 136ms + - 119ms status: code: 201 message: Created @@ -65,37 +65,37 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) repeatability-request-id: - - 2b01c71f-2a80-4211-b848-e2c413f947b7 + - 3b242608-f46f-40d2-984f-5b1eecc25c8a method: POST uri: https://sanitized.communication.azure.com/chat/threads?api-version=2021-09-07 response: body: string: '{"chatThread": {"id": "sanitized", "topic": "thread-topic", "createdOn": - "2022-12-05T20:02:22Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", + "2023-05-26T04:07:35Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", "communicationUser": {"id": "sanitized"}}}}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '199' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:02:22 GMT + - Fri, 26 May 2023 04:07:35 GMT location: - - https://clitest000002.communication.azure.com/chat/threads/19%3A9bSwoho2EJVocNzM6kqQ14RXZ6R9zmDS7vHXqL4FoYo1@thread.v2 + - https://clitest000002.communication.azure.com/chat/threads/19%3AMH-mSzotggSIXeUFyRDytjaHymKM0HquqZHCWZQSDf41@thread.v2 ms-cv: - - EU+B4ZV8Okaz3ih2xntptQ.0 + - ojlRMXIcAkObwuijVFoaCg.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0Tk6OYwAAAABgDsdB44AYRI45A7AgDQePWVZSMzBFREdFMDMwNgA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0hzBwZAAAAACLsR25EIgiQaHsB3HI5T1MWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 762ms + - 350ms status: code: 201 message: Created @@ -109,7 +109,7 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: GET uri: https://sanitized.communication.azure.com/chat/threads/sanitized/readReceipts?api-version=2021-09-07 response: @@ -117,23 +117,23 @@ interactions: string: '{"value": []}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '13' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:02:23 GMT + - Fri, 26 May 2023 04:07:36 GMT ms-cv: - - jyOG2CvlA0qycFe4lbQWRg.0 + - 6l2/fwLCykeydEE2ahU5Bg.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0T06OYwAAAACVKNamDMYdQZ1bx59s9YY7WVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0iDBwZAAAAAAbYso8aPCTTbjP2AYx9KyiWVZSMzExMDAwMTE1MDExADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 135ms + - 102ms status: code: 200 message: OK @@ -147,43 +147,43 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: GET uri: https://sanitized.communication.azure.com/chat/threads/sanitized/messages?api-version=2021-09-07 response: body: string: '{"value": [{"id": "sanitized", "type": "topicUpdated", "sequenceId": - "2", "version": "1670270542754", "content": {"topic": "thread-topic", "initiatorCommunicationIdentifier": + "2", "version": "1685074055764", "content": {"topic": "thread-topic", "initiatorCommunicationIdentifier": {"rawId": "sanitized", "communicationUser": {"id": "sanitized"}}}, "createdOn": - "2022-12-05T20:02:22Z"}, {"id": "sanitized", "type": "participantAdded", "sequenceId": - "1", "version": "1670270542694", "content": {"participants": [{"communicationIdentifier": + "2023-05-26T04:07:35Z"}, {"id": "sanitized", "type": "participantAdded", "sequenceId": + "1", "version": "1685074055702", "content": {"participants": [{"communicationIdentifier": {"rawId": "sanitized", "communicationUser": {"id": "sanitized"}}, "shareHistoryTime": "1970-01-01T00:00:00Z"}], "initiatorCommunicationIdentifier": {"rawId": "sanitized", - "communicationUser": {"id": "sanitized"}}}, "createdOn": "2022-12-05T20:02:22Z"}]}' + "communicationUser": {"id": "sanitized"}}}, "createdOn": "2023-05-26T04:07:35Z"}]}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '685' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:02:23 GMT + - Fri, 26 May 2023 04:07:35 GMT ms-cv: - - frllURbVREmMjJ/SOsGfDQ.0 + - t1berRMGsk6lMYbNp4OiCQ.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0T06OYwAAAAAu2F92ujnFRaUGXsu+L1icWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0iDBwZAAAAAAViPKWnpGOR5Ai8ew/8FxVWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 88ms + - 64ms status: code: 200 message: OK - request: - body: '{"chatMessageId": "1670270542754"}' + body: '{"chatMessageId": "1685074055764"}' headers: Accept: - application/json @@ -196,7 +196,7 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: POST uri: https://sanitized.communication.azure.com/chat/threads/sanitized/readReceipts?api-version=2021-09-07 response: @@ -204,21 +204,21 @@ interactions: string: '' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '0' date: - - Mon, 05 Dec 2022 20:02:23 GMT + - Fri, 26 May 2023 04:07:37 GMT ms-cv: - - VGKF2kzHLE2+pb680No6BA.0 + - brDkE4bAzUGpwcI3HvvNHg.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0T06OYwAAAAATIfoO3ahmRJhqsyUUsI5jWVZSMzBFREdFMDMxNQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0iDBwZAAAAAA9oOcWtmHPS6sRqHuqq3xDWVZSMzExMDAwMTE1MDMzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 254ms + - 339ms status: code: 200 message: OK @@ -232,33 +232,33 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: GET uri: https://sanitized.communication.azure.com/chat/threads/sanitized/readReceipts?api-version=2021-09-07 response: body: string: '{"value": [{"senderCommunicationIdentifier": {"rawId": "sanitized", - "communicationUser": {"id": "sanitized"}}, "chatMessageId": "1670270542754", - "readOn": "2022-12-05T20:02:23Z"}]}' + "communicationUser": {"id": "sanitized"}}, "chatMessageId": "1685074055764", + "readOn": "2023-05-26T04:07:36Z"}]}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '180' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:02:24 GMT + - Fri, 26 May 2023 04:07:37 GMT ms-cv: - - vTGrGSJUYEqyyj2jCuiNBQ.0 + - +9zLB8Nf/U+vncnCTMq8pw.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0UE6OYwAAAACrDHkFYrH+R5IZGvnS2NGgWVZSMzExMDAwMTE1MDQ3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0iTBwZAAAAADMU/DN5R0xQrbns82o5TzgWVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 109ms + - 184ms status: code: 200 message: OK diff --git a/src/communication/azext_communication/tests/latest/recordings/test_chat_remove_participants.yaml b/src/communication/azext_communication/tests/latest/recordings/test_chat_remove_participants.yaml index f0e5e2ef61d..87e48b90a61 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_chat_remove_participants.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_chat_remove_participants.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 20:30:26 GMT + - Fri, 26 May 2023 04:05:57 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -25,29 +25,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T20:30:27.5279887+00:00"}}' + "expiresOn": "2023-05-27T04:05:58.3643541+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:30:27 GMT + - Fri, 26 May 2023 04:05:57 GMT ms-cv: - - UGCpOXjU20qy6AU2DUiE+Q.0 + - plfki15oPkSEousiQnB/lg.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 041SOYwAAAAB7YKMf9k4rRI/vbSPW6W1fWVZSMzExMDAwMTE1MDM5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0JTBwZAAAAAB262qvmzqsQLF5N2jyfX7zWVZSMzExMDAwMTE1MDExADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 130ms + - 333ms status: code: 201 message: Created @@ -65,11 +65,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 20:30:27 GMT + - Fri, 26 May 2023 04:05:58 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -77,29 +77,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T20:30:29.0118021+00:00"}}' + "expiresOn": "2023-05-27T04:05:58.9404645+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:30:27 GMT + - Fri, 26 May 2023 04:05:58 GMT ms-cv: - - Ae6/l2KMW0u0pKUCyZpmQA.0 + - Wuonk4aLKUuthk9qlYT+Uw.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 041SOYwAAAAAFTIQqHCqYRZLpGaH59dQpWVZSMzBFREdFMDMyMQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0JjBwZAAAAAAfZRRr6IwARJJejk8F8Vd5WVZSMzExMDAwMTE1MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 71ms + - 108ms status: code: 201 message: Created @@ -117,37 +117,37 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) repeatability-request-id: - - e7125ce1-20c7-43cf-907a-026d290ca01f + - 7f98dc66-b083-4ec1-b07b-63769001757e method: POST uri: https://sanitized.communication.azure.com/chat/threads?api-version=2021-09-07 response: body: string: '{"chatThread": {"id": "sanitized", "topic": "chat-topic", "createdOn": - "2022-12-05T20:30:28Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", + "2023-05-26T04:05:59Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", "communicationUser": {"id": "sanitized"}}}}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '197' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:30:28 GMT + - Fri, 26 May 2023 04:05:58 GMT location: - - https://clitest000002.communication.azure.com/chat/threads/19%3ApOmDJM8LgzSwc7ir2d2xP93SUDpc4zoWWxmXNP3UJJ01@thread.v2 + - https://clitest000002.communication.azure.com/chat/threads/19%3A_bHZRwxFpCwnVl3giz49SP13hvEp_iMg1IeGv2yqS9U1@thread.v2 ms-cv: - - +GR5KR15vkGVb7ctM4JvUQ.0 + - P2G2d6vxOkO+7Uwr3j1VKA.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 05FSOYwAAAADvTlFzDedkS7BcD/TDexDEWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0JzBwZAAAAABV7Ig3KMsbSIuT/sPolvhQWVZSMzExMDAwMTE1MDMzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 686ms + - 396ms status: code: 201 message: Created @@ -166,7 +166,7 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: POST uri: https://sanitized.communication.azure.com/chat/threads/sanitized/participants/:add?api-version=2021-09-07 response: @@ -174,23 +174,23 @@ interactions: string: '{}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '2' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:30:28 GMT + - Fri, 26 May 2023 04:05:59 GMT ms-cv: - - VJ07XC612U2LzBABQ/L/0w.0 + - SAhgZKz/aE2lCxBGbvyyDg.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 05VSOYwAAAAAtcqFrDS6AQqh0sYzsjR4VWVZSMzBFREdFMDMxMgA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0JzBwZAAAAAC3QtcIPAP1TJHuUzcyGe0IWVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 207ms + - 273ms status: code: 201 message: Created @@ -208,7 +208,7 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: POST uri: https://sanitized.communication.azure.com/chat/threads/sanitized/participants/:remove?api-version=2021-09-07 response: @@ -216,19 +216,19 @@ interactions: string: '' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview date: - - Mon, 05 Dec 2022 20:30:29 GMT + - Fri, 26 May 2023 04:06:00 GMT ms-cv: - - rKjHklk2Q02XsvLa5yfTRQ.0 + - InddymAQzk+5PjJPrU0rww.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 05VSOYwAAAAC4dQhERyZXS6vOTqPcOHXtWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0KDBwZAAAAADreZBn/mT8Tq13y2ClWnEvWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 280ms + - 264ms status: code: 204 message: No Content @@ -246,7 +246,7 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: POST uri: https://sanitized.communication.azure.com/chat/threads/sanitized/participants/:remove?api-version=2021-09-07 response: @@ -255,23 +255,23 @@ interactions: format is invalid (8:acs:fakeid).", "Details": []}}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-type: - application/json date: - - Mon, 05 Dec 2022 20:30:30 GMT + - Fri, 26 May 2023 04:06:00 GMT ms-cv: - - iPv8EPrB/kWQDPErqu4Rdg.0 + - kwdSPfIIl02H/3/XjP8JvQ.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 05lSOYwAAAADN3mIY/E/+SZ5aFq7PMwRVWVZSMzBFREdFMDMxOAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0KTBwZAAAAABDOirOvxw1QIAxxC4BuqgzWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 1ms + - 3ms status: code: 400 message: Bad Request @@ -289,7 +289,7 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: POST uri: https://sanitized.communication.azure.com/chat/threads/sanitized/participants/:remove?api-version=2021-09-07 response: @@ -297,19 +297,19 @@ interactions: string: '' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview date: - - Mon, 05 Dec 2022 20:30:30 GMT + - Fri, 26 May 2023 04:06:01 GMT ms-cv: - - FhQLjzmog0mK4WDX3TYqlQ.0 + - kUe6TwB9A0ibqEj6fHIYYw.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 05lSOYwAAAAA1kvG63HSUTLsspaYO6YqSWVZSMzBFREdFMDMxNQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0KTBwZAAAAAA4c6i76BhbSakEhCdXpzkMWVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 185ms + - 288ms status: code: 204 message: No Content @@ -327,7 +327,7 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: POST uri: https://sanitized.communication.azure.com/chat/threads/sanitized/participants/:remove?api-version=2021-09-07 response: @@ -337,23 +337,23 @@ interactions: []}}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-type: - application/json date: - - Mon, 05 Dec 2022 20:30:30 GMT + - Fri, 26 May 2023 04:06:01 GMT ms-cv: - - iw7sqbtDdUmafT5vAXt8yw.0 + - kJAC+oEz8UypiNu8om+qZg.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 05lSOYwAAAAC4zN+m3CShSpKi0g+Y5+WLWVZSMzExMDAwMTE1MDQ1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0KTBwZAAAAADQat64OsNXRKJLgGTGT1gHWVZSMzExMDAwMTE1MDMzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 166ms + - 156ms status: code: 403 message: Forbidden diff --git a/src/communication/azext_communication/tests/latest/recordings/test_chat_send_html_message.yaml b/src/communication/azext_communication/tests/latest/recordings/test_chat_send_html_message.yaml index 3332b96e554..023b06af2a2 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_chat_send_html_message.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_chat_send_html_message.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 20:05:39 GMT + - Fri, 26 May 2023 04:07:37 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -25,29 +25,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T20:05:39.7853333+00:00"}}' + "expiresOn": "2023-05-27T04:07:37.6402357+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:05:38 GMT + - Fri, 26 May 2023 04:07:37 GMT ms-cv: - - EAKFHENh0E6PEafvWnUGyg.0 + - ty4/C/kCvkGP8RgW2+bT6g.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0E0+OYwAAAABucoHH40ZsS5JVfhvNUgEqWVZSMzBFREdFMDMxOAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0iTBwZAAAAAAckz6tJK2sQ5czro/xt+OmWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 68ms + - 108ms status: code: 201 message: Created @@ -65,37 +65,37 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) repeatability-request-id: - - 85b0e04f-ad2c-4118-8c9f-32f003cb343a + - e747995b-abca-4e5e-8f7c-3c3cc68be7c8 method: POST uri: https://sanitized.communication.azure.com/chat/threads?api-version=2021-09-07 response: body: string: '{"chatThread": {"id": "sanitized", "topic": "yet-another-topic", "createdOn": - "2022-12-05T20:05:40Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", + "2023-05-26T04:07:38Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", "communicationUser": {"id": "sanitized"}}}}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '204' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:05:40 GMT + - Fri, 26 May 2023 04:07:37 GMT location: - - https://clitest000002.communication.azure.com/chat/threads/19%3AcH05HATgxViZuLXJx1vzj3k9d8bmlHro1me43eWGpKM1@thread.v2 + - https://clitest000002.communication.azure.com/chat/threads/19%3AvXpHOpkGhu33RxHEXvPsPdRXg1ZxBo3F0LLiF_VD0JE1@thread.v2 ms-cv: - - vnOpARYN3U+hWAI9NUDHfg.0 + - F4FznSP0Mk2Kjbot1JHpHQ.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0FE+OYwAAAABmvZhKbM1PRppB3k1UVvw6WVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0iTBwZAAAAACKesopx2mcQZpnSNu/TP4KWVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 672ms + - 598ms status: code: 201 message: Created @@ -113,7 +113,7 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: POST uri: https://sanitized.communication.azure.com/chat/threads/sanitized/messages?api-version=2021-09-07 response: @@ -121,25 +121,25 @@ interactions: string: '{"id": "sanitized"}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '19' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:05:40 GMT + - Fri, 26 May 2023 04:07:38 GMT location: - - https://clitest000002.communication.azure.com/chat/threads/19%3AcH05HATgxViZuLXJx1vzj3k9d8bmlHro1me43eWGpKM1@thread.v2/messages/1670270741235 + - https://clitest000002.communication.azure.com/chat/threads/19%3AvXpHOpkGhu33RxHEXvPsPdRXg1ZxBo3F0LLiF_VD0JE1@thread.v2/messages/1685074058868 ms-cv: - - i0o/phtNakeaunsI491g0Q.0 + - XQK9tM8ESE+paWTGvQ2wFA.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0FU+OYwAAAACzX4JerXK2Ta1ZSTAKWY7uWVZSMzExMDAwMTE1MDExADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0ijBwZAAAAAAyYSL/cRzsRbrUq8KAQwaQWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 166ms + - 172ms status: code: 201 message: Created diff --git a/src/communication/azext_communication/tests/latest/recordings/test_chat_send_message.yaml b/src/communication/azext_communication/tests/latest/recordings/test_chat_send_message.yaml index 9b53d013964..24050fafebb 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_chat_send_message.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_chat_send_message.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 20:00:46 GMT + - Fri, 26 May 2023 04:05:57 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -25,29 +25,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T20:00:47.023886+00:00"}}' + "expiresOn": "2023-05-27T04:05:57.8584426+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - - '121' + - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:00:46 GMT + - Fri, 26 May 2023 04:05:57 GMT ms-cv: - - 6GSGET+5bEa95DmYsNg2Ug.0 + - NKV5KA6/LE+nJkXAmGVf5Q.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 07k2OYwAAAADOIBA9rbhySZ9wfCZZJfwBWVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0JTBwZAAAAAABkytXKIq2QoQL3bVIN0pPWVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 137ms + - 118ms status: code: 201 message: Created @@ -65,37 +65,37 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) repeatability-request-id: - - 16bc637f-8d12-4e59-a398-7068e0d40b6a + - 3ef30096-e133-49ec-b48c-246a4b8bc1df method: POST uri: https://sanitized.communication.azure.com/chat/threads?api-version=2021-09-07 response: body: string: '{"chatThread": {"id": "sanitized", "topic": "some-other-topic", "createdOn": - "2022-12-05T20:00:47Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", + "2023-05-26T04:05:58Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", "communicationUser": {"id": "sanitized"}}}}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '203' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:00:47 GMT + - Fri, 26 May 2023 04:05:58 GMT location: - - https://clitest000002.communication.azure.com/chat/threads/19%3AV01BnaSQxzaVxT_bMXxyOjElvneWEtbCwkCz-uX2DMI1@thread.v2 + - https://clitest000002.communication.azure.com/chat/threads/19%3Aq_3yEyf0HTy56ffYKV0L9tJmaN1hCnEf8ld1IGLu0OY1@thread.v2 ms-cv: - - YLcw3gIQEU21IsARQS+5MQ.0 + - wG/NHABq4kaHyp9hgBK+OA.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0702OYwAAAACCTInJMxd3RoRPa8pbSl+RWVZSMzExMDAwMTE1MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0JjBwZAAAAADmEF/EuqGeRKTxXc0pofsVWVZSMzExMDAwMTE1MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 602ms + - 480ms status: code: 201 message: Created @@ -113,7 +113,7 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: POST uri: https://sanitized.communication.azure.com/chat/threads/sanitized/messages?api-version=2021-09-07 response: @@ -121,25 +121,25 @@ interactions: string: '{"id": "sanitized"}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '19' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:00:48 GMT + - Fri, 26 May 2023 04:05:58 GMT location: - - https://clitest000002.communication.azure.com/chat/threads/19%3AV01BnaSQxzaVxT_bMXxyOjElvneWEtbCwkCz-uX2DMI1@thread.v2/messages/1670270448387 + - https://clitest000002.communication.azure.com/chat/threads/19%3Aq_3yEyf0HTy56ffYKV0L9tJmaN1hCnEf8ld1IGLu0OY1@thread.v2/messages/1685073959093 ms-cv: - - gnLb3yHSnEKwvL6CshU4dQ.0 + - xmcfvUdtKEaut665tzJ9LA.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 08E2OYwAAAADxeObttZ9dT5yuC3lNZtmHWVZSMzBFREdFMDMxMwA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0JjBwZAAAAADVudQp5lQAQpdJqpgg57YeWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 170ms + - 171ms status: code: 201 message: Created diff --git a/src/communication/azext_communication/tests/latest/recordings/test_chat_send_message_without_content.yaml b/src/communication/azext_communication/tests/latest/recordings/test_chat_send_message_without_content.yaml index d13700abbb4..7c10cd64e90 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_chat_send_message_without_content.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_chat_send_message_without_content.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 20:02:23 GMT + - Fri, 26 May 2023 04:07:34 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -25,29 +25,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T20:02:24.5782677+00:00"}}' + "expiresOn": "2023-05-27T04:07:35.5023633+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:02:23 GMT + - Fri, 26 May 2023 04:07:35 GMT ms-cv: - - zho/Okf7UUOs/oCwViixQQ.0 + - sCoHcyUyBUG4pOA/p0lKUA.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0UE6OYwAAAACn8mHUALrAT7TQnBGMaTN0WVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0hzBwZAAAAAASe8YjNpMoRYJE9bCAYhcfWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 167ms + - 123ms status: code: 201 message: Created @@ -65,37 +65,37 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) repeatability-request-id: - - d626790d-67b0-4cc7-b7f9-612ba4537a48 + - 4d6f2a74-496e-418e-9f61-7fe278e5e319 method: POST uri: https://sanitized.communication.azure.com/chat/threads?api-version=2021-09-07 response: body: string: '{"chatThread": {"id": "sanitized", "topic": "yet-another-topic", "createdOn": - "2022-12-05T20:02:24Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", + "2023-05-26T04:07:35Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", "communicationUser": {"id": "sanitized"}}}}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '204' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:02:24 GMT + - Fri, 26 May 2023 04:07:36 GMT location: - - https://clitest000002.communication.azure.com/chat/threads/19%3AcJ7XH0gB-xY22GarJyVlT18Al_dmxLN4YupzlwYT8pk1@thread.v2 + - https://clitest000002.communication.azure.com/chat/threads/19%3A5UqEid82BVX5XimDbGaIm5ksCimfi_enIlwbEP3u_L81@thread.v2 ms-cv: - - qBmKGIvmw0mDP7wTHsI4Pw.0 + - S4gIkHfRd06ij3Wv/P8hBA.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0UE6OYwAAAABh7Fh9SV7mS4vAg3ipErOSWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0hzBwZAAAAAB1Nur8hHvGQLMJ1elSdR4dWVZSMzExMDAwMTE1MDQ5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 507ms + - 722ms status: code: 201 message: Created diff --git a/src/communication/azext_communication/tests/latest/recordings/test_chat_send_text_message.yaml b/src/communication/azext_communication/tests/latest/recordings/test_chat_send_text_message.yaml index a2b6f1d36a4..a419116c541 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_chat_send_text_message.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_chat_send_text_message.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 20:03:59 GMT + - Fri, 26 May 2023 04:05:58 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -25,29 +25,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T20:04:00.6592389+00:00"}}' + "expiresOn": "2023-05-27T04:05:58.3105524+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:03:59 GMT + - Fri, 26 May 2023 04:05:58 GMT ms-cv: - - XsHrZRBggkivlUCFXm2nuA.0 + - uM+q3gR+9kiXDFMIXFvVjA.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0sE6OYwAAAACv2c/LXtQySpK/8ViizWMeWVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0JjBwZAAAAAAcDT3etgJxSZ0ifmLKCdwbWVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 142ms + - 124ms status: code: 201 message: Created @@ -65,37 +65,37 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) repeatability-request-id: - - 2c79f494-2a2f-4129-b1fd-bea4eaf21da8 + - f959c0ac-3e6d-4054-bcb2-4e6fe972e5bc method: POST uri: https://sanitized.communication.azure.com/chat/threads?api-version=2021-09-07 response: body: string: '{"chatThread": {"id": "sanitized", "topic": "yet-another-topic", "createdOn": - "2022-12-05T20:04:01Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", + "2023-05-26T04:05:58Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", "communicationUser": {"id": "sanitized"}}}}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '204' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:04:00 GMT + - Fri, 26 May 2023 04:05:58 GMT location: - - https://clitest000002.communication.azure.com/chat/threads/19%3AaaVTq8YFdaKanGY4d0YNeY-sJ8GiG9eKJlMBJnVOTpg1@thread.v2 + - https://clitest000002.communication.azure.com/chat/threads/19%3AkEsLHMbn9O8aDWIPp7xBSh_juTfjOyym6PWQfzyVZf41@thread.v2 ms-cv: - - sAS6TptzG0+yOkZtD5JA3w.0 + - UFmEDF4i/EyHwfwRsEyPlA.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0sU6OYwAAAAA8vC8MlxzjSarPOsbMTKQNWVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0JjBwZAAAAABFKCKdoMAIRKSHVb8rBiEVWVZSMzExMDAwMTE1MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 538ms + - 429ms status: code: 201 message: Created @@ -113,7 +113,7 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: POST uri: https://sanitized.communication.azure.com/chat/threads/sanitized/messages?api-version=2021-09-07 response: @@ -121,25 +121,25 @@ interactions: string: '{"id": "sanitized"}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '19' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:04:01 GMT + - Fri, 26 May 2023 04:05:59 GMT location: - - https://clitest000002.communication.azure.com/chat/threads/19%3AaaVTq8YFdaKanGY4d0YNeY-sJ8GiG9eKJlMBJnVOTpg1@thread.v2/messages/1670270642091 + - https://clitest000002.communication.azure.com/chat/threads/19%3AkEsLHMbn9O8aDWIPp7xBSh_juTfjOyym6PWQfzyVZf41@thread.v2/messages/1685073959466 ms-cv: - - Qjs77bks80mjOzSgGKwhtA.0 + - S4niAPIE/0i2S72T0BUIOg.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0sU6OYwAAAAAkOjrEVAXeSqYsmgDxC+5xWVZSMzBFREdFMDMxNAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0JzBwZAAAAAAyx7zr9awqS46B1CYAgmZOWVZSMzExMDAwMTE1MDM5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 191ms + - 150ms status: code: 201 message: Created diff --git a/src/communication/azext_communication/tests/latest/recordings/test_chat_update_message.yaml b/src/communication/azext_communication/tests/latest/recordings/test_chat_update_message.yaml index a5ad7ce5bb1..404ae1c44d6 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_chat_update_message.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_chat_update_message.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 20:05:37 GMT + - Fri, 26 May 2023 04:07:35 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -25,29 +25,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T20:05:38.744794+00:00"}}' + "expiresOn": "2023-05-27T04:07:35.2663077+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - - '121' + - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:05:38 GMT + - Fri, 26 May 2023 04:07:34 GMT ms-cv: - - PejzRwtx+k2P9WrOuKidIw.0 + - oFOrA2hhukGNy9Xey6vAyA.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0Ek+OYwAAAAAYVXrdcGlPSa1pm0HJfHRfWVZSMzExMDAwMTE1MDIzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0hzBwZAAAAAAtd/UZt58XSLFaugbD1bdCWVZSMzExMDAwMTE1MDIzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 133ms + - 111ms status: code: 201 message: Created @@ -65,37 +65,37 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) repeatability-request-id: - - d12e93d8-b4f7-462b-856b-005280154be2 + - f3a41c16-b7fc-4fc9-a9ff-cdda5c0a530a method: POST uri: https://sanitized.communication.azure.com/chat/threads?api-version=2021-09-07 response: body: string: '{"chatThread": {"id": "sanitized", "topic": "thread-topic", "createdOn": - "2022-12-05T20:05:39Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", + "2023-05-26T04:07:35Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", "communicationUser": {"id": "sanitized"}}}}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '199' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:05:39 GMT + - Fri, 26 May 2023 04:07:35 GMT location: - - https://clitest000002.communication.azure.com/chat/threads/19%3AjYMZoTqPt7FgpkXyJpSkwiJC2BY_KQGYFwobB9mXJEs1@thread.v2 + - https://clitest000002.communication.azure.com/chat/threads/19%3AC07EqvGRl6chmi_oj8o5ufxsNIZtuCJA25jO9bVBTZg1@thread.v2 ms-cv: - - +fBp5IzDAkSzAO5dSD6I+w.0 + - gAhH0DD/i0idUCDzecMdZg.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0E0+OYwAAAACtVxQY7GveS7/V9Xj/pEDDWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0hzBwZAAAAAC6f02v36diQ5UrvcudnERoWVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 585ms + - 478ms status: code: 201 message: Created @@ -113,7 +113,7 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: POST uri: https://sanitized.communication.azure.com/chat/threads/sanitized/messages?api-version=2021-09-07 response: @@ -121,25 +121,25 @@ interactions: string: '{"id": "sanitized"}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '19' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:05:39 GMT + - Fri, 26 May 2023 04:07:36 GMT location: - - https://clitest000002.communication.azure.com/chat/threads/19%3AjYMZoTqPt7FgpkXyJpSkwiJC2BY_KQGYFwobB9mXJEs1@thread.v2/messages/1670270740217 + - https://clitest000002.communication.azure.com/chat/threads/19%3AC07EqvGRl6chmi_oj8o5ufxsNIZtuCJA25jO9bVBTZg1@thread.v2/messages/1685074056340 ms-cv: - - THkNqS1O0kWM8YF+kKCcng.0 + - fDsG4GHd5kq3Z8vLvv+AQg.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0FE+OYwAAAABMePV4POyfS6j2glm4dJdPWVZSMzBFREdFMDMxNQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0iDBwZAAAAACbhPWxpcdiTK3LhB/rlQS2WVZSMzExMDAwMTE1MDMzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 215ms + - 161ms status: code: 201 message: Created @@ -157,7 +157,7 @@ interactions: Content-Type: - application/merge-patch+json User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: PATCH uri: https://sanitized.communication.azure.com/chat/threads/sanitized/messages/sanitized?api-version=2021-09-07 response: @@ -165,19 +165,19 @@ interactions: string: '' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview date: - - Mon, 05 Dec 2022 20:05:40 GMT + - Fri, 26 May 2023 04:07:36 GMT ms-cv: - - A86jw5xvEEecESURFyFn7g.0 + - zMCRxLhIW0qlYp9Mz91YPw.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0FE+OYwAAAAAkSCxtBazTRoTJsrcE/D+rWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0iDBwZAAAAAATZF2eeLwNT4TIBJT44xgnWVZSMzExMDAwMTE1MDQ1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 284ms + - 293ms status: code: 204 message: No Content diff --git a/src/communication/azext_communication/tests/latest/recordings/test_chat_update_topic.yaml b/src/communication/azext_communication/tests/latest/recordings/test_chat_update_topic.yaml index 3ddbab9caa7..2776f5ff4c8 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_chat_update_topic.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_chat_update_topic.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 20:02:30 GMT + - Fri, 26 May 2023 04:05:58 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -25,29 +25,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T20:02:32.0079064+00:00"}}' + "expiresOn": "2023-05-27T04:05:58.6124917+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:02:30 GMT + - Fri, 26 May 2023 04:05:58 GMT ms-cv: - - NkhfF8pAeU6BZicIGiyooA.0 + - MayEnTZUsEGkoJ/ZV5evBg.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0Vk6OYwAAAADA2eJlR1RhQolTb3H63dN9WVZSMzExMDAwMTE1MDE5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0JjBwZAAAAAAB+guihrybS7GG42H9c6PuWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 139ms + - 119ms status: code: 201 message: Created @@ -65,37 +65,37 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) repeatability-request-id: - - b453e3ad-55c9-4261-bf96-53304805ce42 + - 2e53a598-89bf-49fa-8508-5ba847b13c32 method: POST uri: https://sanitized.communication.azure.com/chat/threads?api-version=2021-09-07 response: body: string: '{"chatThread": {"id": "sanitized", "topic": "thread-topic", "createdOn": - "2022-12-05T20:02:31Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", + "2023-05-26T04:05:59Z", "createdByCommunicationIdentifier": {"rawId": "sanitized", "communicationUser": {"id": "sanitized"}}}}' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview content-length: - '199' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:02:31 GMT + - Fri, 26 May 2023 04:05:58 GMT location: - - https://clitest000002.communication.azure.com/chat/threads/19%3AMTOD-z7xoOPFyB5yAoH9jQQdCAHUg1yX9-Nz9oqNDGE1@thread.v2 + - https://clitest000002.communication.azure.com/chat/threads/19%3APlVLZj4jVy96q2eEjhyPFVmDZkIC-gmwUYy7Kncl8VA1@thread.v2 ms-cv: - - t3BP+UfYLEKGBrAA6WDCtg.0 + - BFUGipunk0ip3ETO0spn3w.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0V06OYwAAAACJyzsJB633T5YnysVI0e4aWVZSMzBFREdFMDMxNQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0JjBwZAAAAAB2HGczit2jQKRiNmshtwXYWVZSMzExMDAwMTE1MDUxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 421ms + - 460ms status: code: 201 message: Created @@ -113,7 +113,7 @@ interactions: Content-Type: - application/merge-patch+json User-Agent: - - azsdk-python-communication-chat/1.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-chat/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: PATCH uri: https://sanitized.communication.azure.com/chat/threads/sanitized?api-version=2021-09-07 response: @@ -121,19 +121,19 @@ interactions: string: '' headers: api-supported-versions: - - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2022-11-15-preview8 + - 2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview date: - - Mon, 05 Dec 2022 20:02:31 GMT + - Fri, 26 May 2023 04:05:59 GMT ms-cv: - - aBk1ntvQq0G3JrK/+R7DMg.0 + - kJB9t9naiUiFMsIWttGQjA.0 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0WE6OYwAAAADagsufNOlwRphEgQEcuu7aWVZSMzExMDAwMTE1MDQ5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0JzBwZAAAAAD5iVyroFghS7EgXynBfiIUWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 137ms + - 222ms status: code: 204 message: No Content diff --git a/src/communication/azext_communication/tests/latest/recordings/test_communication_scenario.yaml b/src/communication/azext_communication/tests/latest/recordings/test_communication_scenario.yaml index b390ddbd7fe..eb7a20009f7 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_communication_scenario.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_communication_scenario.yaml @@ -17,7 +17,7 @@ interactions: ParameterSetName: - --name --location --data-location --resource-group User-Agent: - - AZURECLI/2.40.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.Communication/communicationServices/MyCommunica000001?api-version=2020-08-20 response: @@ -25,12 +25,12 @@ interactions: string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.Communication/communicationServices/MyCommunica000001", "name": "MyCommunica000001", "type": "microsoft.communication/communicationservices", "location": "Global", "systemData": {"createdBy": "sanitized", "createdByType": - "User", "createdAt": "2022-12-05T20:16:40.9911614Z", "lastModifiedBy": "sanitized", - "lastModifiedByType": "User", "lastModifiedAt": "2022-12-05T20:16:40.9911614Z"}, + "User", "createdAt": "2023-05-26T04:09:18.7683078Z", "lastModifiedBy": "sanitized", + "lastModifiedByType": "User", "lastModifiedAt": "2023-05-26T04:09:18.7683078Z"}, "properties": {"dataLocation": "United States", "provisioningState": "Accepted"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/f2f17f1d-6468-4910-8c18-dc26592699c8*8CB365A14C994A3143FF0C70C07CD1CE66834A090261B57AE7E5A9662575DD86?api-version=2020-08-20 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/081f28b0-ddf3-4b9f-a321-d09db941b226*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4?api-version=2020-08-20 cache-control: - no-cache content-length: @@ -38,11 +38,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:16:41 GMT + - Fri, 26 May 2023 04:09:18 GMT etag: - - '"970047f8-0000-0700-0000-638e51a90000"' + - '"0200e363-0000-0700-0000-647030ef0000"' expires: - '-1' + mise-correlation-id: + - ff2a1b2d-bb89-464d-a990-02402f3ced4e pragma: - no-cache request-context: @@ -72,15 +74,15 @@ interactions: ParameterSetName: - --name --location --data-location --resource-group User-Agent: - - AZURECLI/2.40.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/f2f17f1d-6468-4910-8c18-dc26592699c8*8CB365A14C994A3143FF0C70C07CD1CE66834A090261B57AE7E5A9662575DD86?api-version=2020-08-20 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/081f28b0-ddf3-4b9f-a321-d09db941b226*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4?api-version=2020-08-20 response: body: - string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/f2f17f1d-6468-4910-8c18-dc26592699c8*8CB365A14C994A3143FF0C70C07CD1CE66834A090261B57AE7E5A9662575DD86", - "name": "f2f17f1d-6468-4910-8c18-dc26592699c8*8CB365A14C994A3143FF0C70C07CD1CE66834A090261B57AE7E5A9662575DD86", + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/081f28b0-ddf3-4b9f-a321-d09db941b226*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4", + "name": "081f28b0-ddf3-4b9f-a321-d09db941b226*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.Communication/communicationServices/MyCommunica000001", - "status": "Accepted", "startTime": "2022-12-05T20:16:41.4808978Z"}' + "status": "Accepted", "startTime": "2023-05-26T04:09:19.1825251Z"}' headers: cache-control: - no-cache @@ -89,9 +91,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:17:11 GMT + - Fri, 26 May 2023 04:09:19 GMT etag: - - '"57018ba1-0000-0800-0000-638e51a90000"' + - '"47008bca-0000-0800-0000-647030ef0000"' expires: - '-1' pragma: @@ -121,15 +123,15 @@ interactions: ParameterSetName: - --name --location --data-location --resource-group User-Agent: - - AZURECLI/2.40.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/f2f17f1d-6468-4910-8c18-dc26592699c8*8CB365A14C994A3143FF0C70C07CD1CE66834A090261B57AE7E5A9662575DD86?api-version=2020-08-20 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/081f28b0-ddf3-4b9f-a321-d09db941b226*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4?api-version=2020-08-20 response: body: - string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/f2f17f1d-6468-4910-8c18-dc26592699c8*8CB365A14C994A3143FF0C70C07CD1CE66834A090261B57AE7E5A9662575DD86", - "name": "f2f17f1d-6468-4910-8c18-dc26592699c8*8CB365A14C994A3143FF0C70C07CD1CE66834A090261B57AE7E5A9662575DD86", + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/081f28b0-ddf3-4b9f-a321-d09db941b226*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4", + "name": "081f28b0-ddf3-4b9f-a321-d09db941b226*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.Communication/communicationServices/MyCommunica000001", - "status": "Accepted", "startTime": "2022-12-05T20:16:41.4808978Z"}' + "status": "Accepted", "startTime": "2023-05-26T04:09:19.1825251Z"}' headers: cache-control: - no-cache @@ -138,9 +140,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:17:41 GMT + - Fri, 26 May 2023 04:09:49 GMT etag: - - '"57018ba1-0000-0800-0000-638e51a90000"' + - '"47008bca-0000-0800-0000-647030ef0000"' expires: - '-1' pragma: @@ -170,15 +172,64 @@ interactions: ParameterSetName: - --name --location --data-location --resource-group User-Agent: - - AZURECLI/2.40.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/f2f17f1d-6468-4910-8c18-dc26592699c8*8CB365A14C994A3143FF0C70C07CD1CE66834A090261B57AE7E5A9662575DD86?api-version=2020-08-20 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/081f28b0-ddf3-4b9f-a321-d09db941b226*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4?api-version=2020-08-20 response: body: - string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/f2f17f1d-6468-4910-8c18-dc26592699c8*8CB365A14C994A3143FF0C70C07CD1CE66834A090261B57AE7E5A9662575DD86", - "name": "f2f17f1d-6468-4910-8c18-dc26592699c8*8CB365A14C994A3143FF0C70C07CD1CE66834A090261B57AE7E5A9662575DD86", + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/081f28b0-ddf3-4b9f-a321-d09db941b226*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4", + "name": "081f28b0-ddf3-4b9f-a321-d09db941b226*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.Communication/communicationServices/MyCommunica000001", - "status": "Succeeded", "startTime": "2022-12-05T20:16:41.4808978Z", "properties": + "status": "Accepted", "startTime": "2023-05-26T04:09:19.1825251Z"}' + headers: + cache-control: + - no-cache + content-length: + - '585' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:10:18 GMT + etag: + - '"47008bca-0000-0800-0000-647030ef0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - communication create + Connection: + - keep-alive + ParameterSetName: + - --name --location --data-location --resource-group + User-Agent: + - AZURECLI/2.49.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/081f28b0-ddf3-4b9f-a321-d09db941b226*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4?api-version=2020-08-20 + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/081f28b0-ddf3-4b9f-a321-d09db941b226*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4", + "name": "081f28b0-ddf3-4b9f-a321-d09db941b226*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.Communication/communicationServices/MyCommunica000001", + "status": "Succeeded", "startTime": "2023-05-26T04:09:19.1825251Z", "properties": null}' headers: cache-control: @@ -188,9 +239,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:18:12 GMT + - Fri, 26 May 2023 04:10:48 GMT etag: - - '"570134a4-0000-0800-0000-638e51ea0000"' + - '"4700cfd5-0000-0800-0000-647031300000"' expires: - '-1' pragma: @@ -220,7 +271,7 @@ interactions: ParameterSetName: - --name --location --data-location --resource-group User-Agent: - - AZURECLI/2.40.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.Communication/communicationServices/MyCommunica000001?api-version=2020-08-20 response: @@ -228,10 +279,10 @@ interactions: string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.Communication/communicationServices/MyCommunica000001", "name": "MyCommunica000001", "type": "microsoft.communication/communicationservices", "location": "Global", "systemData": {"createdBy": "sanitized", "createdByType": - "User", "createdAt": "2022-12-05T20:16:40.9911614Z", "lastModifiedBy": "sanitized", - "lastModifiedByType": "User", "lastModifiedAt": "2022-12-05T20:16:40.9911614Z"}, - "properties": {"provisioningState": "Succeeded", "hostName": "mycommunica76uxipy7hucs.communication.azure.com", - "immutableResourceId": "b760db84-e494-4e9f-af9d-94edc43c7d7c", "dataLocation": + "User", "createdAt": "2023-05-26T04:09:18.7683078Z", "lastModifiedBy": "sanitized", + "lastModifiedByType": "User", "lastModifiedAt": "2023-05-26T04:09:18.7683078Z"}, + "properties": {"provisioningState": "Succeeded", "hostName": "mycommunicaa3tlqk2pwwbl.communication.azure.com", + "immutableResourceId": "c40945dc-48fb-40fe-a7fb-c783893b4c43", "dataLocation": "United States"}}' headers: cache-control: @@ -241,9 +292,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:18:12 GMT + - Fri, 26 May 2023 04:10:49 GMT etag: - - '"970060f8-0000-0700-0000-638e51b10000"' + - '"0200fb63-0000-0700-0000-647030f70000"' expires: - '-1' pragma: @@ -275,7 +326,7 @@ interactions: ParameterSetName: - --created --name --resource-group User-Agent: - - AZURECLI/2.40.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.Communication/communicationServices/MyCommunica000001?api-version=2020-08-20 response: @@ -283,10 +334,10 @@ interactions: string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.Communication/communicationServices/MyCommunica000001", "name": "MyCommunica000001", "type": "microsoft.communication/communicationservices", "location": "Global", "systemData": {"createdBy": "sanitized", "createdByType": - "User", "createdAt": "2022-12-05T20:16:40.9911614Z", "lastModifiedBy": "sanitized", - "lastModifiedByType": "User", "lastModifiedAt": "2022-12-05T20:16:40.9911614Z"}, - "properties": {"provisioningState": "Succeeded", "hostName": "mycommunica76uxipy7hucs.communication.azure.com", - "immutableResourceId": "b760db84-e494-4e9f-af9d-94edc43c7d7c", "dataLocation": + "User", "createdAt": "2023-05-26T04:09:18.7683078Z", "lastModifiedBy": "sanitized", + "lastModifiedByType": "User", "lastModifiedAt": "2023-05-26T04:09:18.7683078Z"}, + "properties": {"provisioningState": "Succeeded", "hostName": "mycommunicaa3tlqk2pwwbl.communication.azure.com", + "immutableResourceId": "c40945dc-48fb-40fe-a7fb-c783893b4c43", "dataLocation": "United States"}}' headers: cache-control: @@ -296,9 +347,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:18:13 GMT + - Fri, 26 May 2023 04:10:49 GMT etag: - - '"970060f8-0000-0700-0000-638e51b10000"' + - '"0200fb63-0000-0700-0000-647030f70000"' expires: - '-1' pragma: @@ -330,7 +381,7 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.40.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.Communication/communicationServices/MyCommunica000001?api-version=2020-08-20 response: @@ -338,10 +389,10 @@ interactions: string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.Communication/communicationServices/MyCommunica000001", "name": "MyCommunica000001", "type": "microsoft.communication/communicationservices", "location": "Global", "systemData": {"createdBy": "sanitized", "createdByType": - "User", "createdAt": "2022-12-05T20:16:40.9911614Z", "lastModifiedBy": "sanitized", - "lastModifiedByType": "User", "lastModifiedAt": "2022-12-05T20:16:40.9911614Z"}, - "properties": {"provisioningState": "Succeeded", "hostName": "mycommunica76uxipy7hucs.communication.azure.com", - "immutableResourceId": "b760db84-e494-4e9f-af9d-94edc43c7d7c", "dataLocation": + "User", "createdAt": "2023-05-26T04:09:18.7683078Z", "lastModifiedBy": "sanitized", + "lastModifiedByType": "User", "lastModifiedAt": "2023-05-26T04:09:18.7683078Z"}, + "properties": {"provisioningState": "Succeeded", "hostName": "mycommunicaa3tlqk2pwwbl.communication.azure.com", + "immutableResourceId": "c40945dc-48fb-40fe-a7fb-c783893b4c43", "dataLocation": "United States"}}' headers: cache-control: @@ -351,9 +402,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:18:13 GMT + - Fri, 26 May 2023 04:10:50 GMT etag: - - '"970060f8-0000-0700-0000-638e51b10000"' + - '"0200fb63-0000-0700-0000-647030f70000"' expires: - '-1' pragma: @@ -385,7 +436,7 @@ interactions: ParameterSetName: - --resource-group User-Agent: - - AZURECLI/2.40.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.Communication/communicationServices?api-version=2020-08-20 response: @@ -393,10 +444,10 @@ interactions: string: '{"value": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.Communication/communicationServices/MyCommunica000001", "name": "MyCommunica000001", "type": "microsoft.communication/communicationservices", "location": "Global", "systemData": {"createdBy": "sanitized", "createdByType": - "User", "createdAt": "2022-12-05T20:16:40.9911614Z", "lastModifiedBy": "sanitized", - "lastModifiedByType": "User", "lastModifiedAt": "2022-12-05T20:16:40.9911614Z"}, - "properties": {"provisioningState": "Succeeded", "hostName": "mycommunica76uxipy7hucs.communication.azure.com", - "immutableResourceId": "b760db84-e494-4e9f-af9d-94edc43c7d7c", "dataLocation": + "User", "createdAt": "2023-05-26T04:09:18.7683078Z", "lastModifiedBy": "sanitized", + "lastModifiedByType": "User", "lastModifiedAt": "2023-05-26T04:09:18.7683078Z"}, + "properties": {"provisioningState": "Succeeded", "hostName": "mycommunicaa3tlqk2pwwbl.communication.azure.com", + "immutableResourceId": "c40945dc-48fb-40fe-a7fb-c783893b4c43", "dataLocation": "United States"}}]}' headers: cache-control: @@ -406,7 +457,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:18:13 GMT + - Fri, 26 May 2023 04:10:50 GMT expires: - '-1' pragma: @@ -438,7 +489,7 @@ interactions: ParameterSetName: - -g User-Agent: - - AZURECLI/2.40.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.Communication/communicationServices?api-version=2020-08-20 response: @@ -446,10 +497,10 @@ interactions: string: '{"value": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.Communication/communicationServices/MyCommunica000001", "name": "MyCommunica000001", "type": "microsoft.communication/communicationservices", "location": "Global", "systemData": {"createdBy": "sanitized", "createdByType": - "User", "createdAt": "2022-12-05T20:16:40.9911614Z", "lastModifiedBy": "sanitized", - "lastModifiedByType": "User", "lastModifiedAt": "2022-12-05T20:16:40.9911614Z"}, - "properties": {"provisioningState": "Succeeded", "hostName": "mycommunica76uxipy7hucs.communication.azure.com", - "immutableResourceId": "b760db84-e494-4e9f-af9d-94edc43c7d7c", "dataLocation": + "User", "createdAt": "2023-05-26T04:09:18.7683078Z", "lastModifiedBy": "sanitized", + "lastModifiedByType": "User", "lastModifiedAt": "2023-05-26T04:09:18.7683078Z"}, + "properties": {"provisioningState": "Succeeded", "hostName": "mycommunicaa3tlqk2pwwbl.communication.azure.com", + "immutableResourceId": "c40945dc-48fb-40fe-a7fb-c783893b4c43", "dataLocation": "United States"}}]}' headers: cache-control: @@ -459,7 +510,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:18:14 GMT + - Fri, 26 May 2023 04:10:51 GMT expires: - '-1' pragma: @@ -495,7 +546,7 @@ interactions: ParameterSetName: - --name --tags --resource-group User-Agent: - - AZURECLI/2.40.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.Communication/communicationServices/MyCommunica000001?api-version=2020-08-20 response: @@ -503,10 +554,10 @@ interactions: string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.Communication/communicationServices/MyCommunica000001", "name": "MyCommunica000001", "type": "microsoft.communication/communicationservices", "location": "Global", "tags": {"newTag": "newVal"}, "systemData": {"createdBy": - "sanitized", "createdByType": "User", "createdAt": "2022-12-05T20:16:40.9911614Z", + "sanitized", "createdByType": "User", "createdAt": "2023-05-26T04:09:18.7683078Z", "lastModifiedBy": "sanitized", "lastModifiedByType": "User", "lastModifiedAt": - "2022-12-05T20:18:15.0358044Z"}, "properties": {"hostName": "mycommunica76uxipy7hucs.communication.azure.com", - "immutableResourceId": "b760db84-e494-4e9f-af9d-94edc43c7d7c", "dataLocation": + "2023-05-26T04:10:52.4125436Z"}, "properties": {"hostName": "mycommunicaa3tlqk2pwwbl.communication.azure.com", + "immutableResourceId": "c40945dc-48fb-40fe-a7fb-c783893b4c43", "dataLocation": "United States", "provisioningState": "Succeeded"}}' headers: cache-control: @@ -516,11 +567,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:18:15 GMT + - Fri, 26 May 2023 04:10:52 GMT etag: - - '"9700e5f9-0000-0700-0000-638e52070000"' + - '"02007664-0000-0700-0000-6470314c0000"' expires: - '-1' + mise-correlation-id: + - f2ca30a1-18b3-4760-9b44-65fc445db57b pragma: - no-cache request-context: @@ -536,7 +589,7 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -559,7 +612,7 @@ interactions: ParameterSetName: - --name --connection-string --resource-id --resource-group User-Agent: - - AZURECLI/2.40.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.Communication/communicationServices/MyCommunica000001/linkNotificationHub?api-version=2020-08-20 response: @@ -573,9 +626,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:18:15 GMT + - Fri, 26 May 2023 04:10:53 GMT expires: - '-1' + mise-correlation-id: + - 63070c9d-36b1-4014-ac6d-e4508fd32186 pragma: - no-cache request-context: @@ -611,15 +666,15 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.40.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.Communication/communicationServices/MyCommunica000001/listKeys?api-version=2020-08-20 response: body: - string: '{"primaryKey": "ZUQtpmGlMpMgyN4TqleZ21qKAjdGNevTBcXKeNq+9wSfOeJyo8uiPwahAqSjjzz3oPTyDwinlG39vwsNqSeMJQ==", - "secondaryKey": "hbSXXZBHa8MhKLReqz2vzULkWCI5ce5aPd4IQejM85L5iQnVPIzqJZUvc2OW+FTcw+BpGM1jIv0OQCHgyKaDTw==", - "primaryConnectionString": "endpoint=https://mycommunica76uxipy7hucs.communication.azure.com/;accesskey=ZUQtpmGlMpMgyN4TqleZ21qKAjdGNevTBcXKeNq+9wSfOeJyo8uiPwahAqSjjzz3oPTyDwinlG39vwsNqSeMJQ==", - "secondaryConnectionString": "endpoint=https://mycommunica76uxipy7hucs.communication.azure.com/;accesskey=hbSXXZBHa8MhKLReqz2vzULkWCI5ce5aPd4IQejM85L5iQnVPIzqJZUvc2OW+FTcw+BpGM1jIv0OQCHgyKaDTw=="}' + string: '{"primaryKey": "0rCx88CgidoxnCb4oCYQu3jgQTb3TQ9vqfCFj0hfYZQ5sFICVhunQOcgzBwrZFxIoIXBMmeHrJC+4TrQPP+C3g==", + "secondaryKey": "7QPaUifa+SGFeNMnFf0WxHWLj5vzYKUilsND8WSF7pKs9E+0kakWvQrTuF2w15lw3G/rLdQ+nIZvjYHAjAV9ew==", + "primaryConnectionString": "endpoint=https://mycommunicaa3tlqk2pwwbl.communication.azure.com/;accesskey=0rCx88CgidoxnCb4oCYQu3jgQTb3TQ9vqfCFj0hfYZQ5sFICVhunQOcgzBwrZFxIoIXBMmeHrJC+4TrQPP+C3g==", + "secondaryConnectionString": "endpoint=https://mycommunicaa3tlqk2pwwbl.communication.azure.com/;accesskey=7QPaUifa+SGFeNMnFf0WxHWLj5vzYKUilsND8WSF7pKs9E+0kakWvQrTuF2w15lw3G/rLdQ+nIZvjYHAjAV9ew=="}' headers: cache-control: - no-cache @@ -628,9 +683,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:18:17 GMT + - Fri, 26 May 2023 04:10:54 GMT expires: - '-1' + mise-correlation-id: + - be7e69d5-4be0-496e-b33a-7d10e8a86358 pragma: - no-cache request-context: @@ -646,7 +703,7 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -668,13 +725,13 @@ interactions: ParameterSetName: - --name --key-type --resource-group User-Agent: - - AZURECLI/2.40.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.Communication/communicationServices/MyCommunica000001/regenerateKey?api-version=2020-08-20 response: body: - string: '{"primaryKey": "23eJDSW/cp+x4JCG7BvpTEr95uMMBj2AVfK5WMezt+xBdSgbkHMxuhFbuTw9ugzJHMtOyxxSskKbgRzWmD+rEg==", - "primaryConnectionString": "endpoint=https://mycommunica76uxipy7hucs.communication.azure.com/;accesskey=23eJDSW/cp+x4JCG7BvpTEr95uMMBj2AVfK5WMezt+xBdSgbkHMxuhFbuTw9ugzJHMtOyxxSskKbgRzWmD+rEg=="}' + string: '{"primaryKey": "pcA+gC7v3A5uFMJTS9aH/bwSkD0zbizPjb6wBpwuXcfJI59ID5uG7OT990hKImMgaLwdfh741kHy7FTqoZVCBQ==", + "primaryConnectionString": "endpoint=https://mycommunicaa3tlqk2pwwbl.communication.azure.com/;accesskey=pcA+gC7v3A5uFMJTS9aH/bwSkD0zbizPjb6wBpwuXcfJI59ID5uG7OT990hKImMgaLwdfh741kHy7FTqoZVCBQ=="}' headers: cache-control: - no-cache @@ -683,9 +740,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:18:18 GMT + - Fri, 26 May 2023 04:10:54 GMT expires: - '-1' + mise-correlation-id: + - 395e56e9-9661-4161-ac0a-6460915437f0 pragma: - no-cache request-context: @@ -721,7 +780,7 @@ interactions: ParameterSetName: - -y --name --resource-group User-Agent: - - AZURECLI/2.40.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.Communication/communicationServices/MyCommunica000001?api-version=2020-08-20 response: @@ -729,7 +788,7 @@ interactions: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/6c84a1e4-d326-43fe-96fc-7e7a91c48218*8CB365A14C994A3143FF0C70C07CD1CE66834A090261B57AE7E5A9662575DD86?api-version=2020-08-20 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/36072cce-5e2a-4ced-a026-af337f90d3da*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4?api-version=2020-08-20 cache-control: - no-cache content-length: @@ -737,13 +796,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:18:18 GMT + - Fri, 26 May 2023 04:10:56 GMT etag: - - '"9700edf9-0000-0700-0000-638e520a0000"' + - '"02007864-0000-0700-0000-647031500000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/6c84a1e4-d326-43fe-96fc-7e7a91c48218*8CB365A14C994A3143FF0C70C07CD1CE66834A090261B57AE7E5A9662575DD86?api-version=2020-08-20 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/36072cce-5e2a-4ced-a026-af337f90d3da*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4?api-version=2020-08-20 pragma: - no-cache strict-transport-security: @@ -753,7 +812,52 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14999' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - communication delete + Connection: + - keep-alive + ParameterSetName: + - -y --name --resource-group + User-Agent: + - AZURECLI/2.49.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/36072cce-5e2a-4ced-a026-af337f90d3da*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4?api-version=2020-08-20 + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/36072cce-5e2a-4ced-a026-af337f90d3da*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4", + "name": "36072cce-5e2a-4ced-a026-af337f90d3da*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.Communication/communicationServices/MyCommunica000001", + "status": "Deleting", "startTime": "2023-05-26T04:10:56.4805617Z"}' + headers: + cache-control: + - no-cache + content-length: + - '585' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:10:56 GMT + etag: + - '"4700a7da-0000-0800-0000-647031500000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff status: code: 202 message: Accepted @@ -771,15 +875,15 @@ interactions: ParameterSetName: - -y --name --resource-group User-Agent: - - AZURECLI/2.40.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/6c84a1e4-d326-43fe-96fc-7e7a91c48218*8CB365A14C994A3143FF0C70C07CD1CE66834A090261B57AE7E5A9662575DD86?api-version=2020-08-20 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/36072cce-5e2a-4ced-a026-af337f90d3da*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4?api-version=2020-08-20 response: body: - string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/6c84a1e4-d326-43fe-96fc-7e7a91c48218*8CB365A14C994A3143FF0C70C07CD1CE66834A090261B57AE7E5A9662575DD86", - "name": "6c84a1e4-d326-43fe-96fc-7e7a91c48218*8CB365A14C994A3143FF0C70C07CD1CE66834A090261B57AE7E5A9662575DD86", + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/36072cce-5e2a-4ced-a026-af337f90d3da*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4", + "name": "36072cce-5e2a-4ced-a026-af337f90d3da*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.Communication/communicationServices/MyCommunica000001", - "status": "Deleting", "startTime": "2022-12-05T20:18:18.8327376Z"}' + "status": "Deleting", "startTime": "2023-05-26T04:10:56.4805617Z"}' headers: cache-control: - no-cache @@ -788,9 +892,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:18:48 GMT + - Fri, 26 May 2023 04:11:26 GMT etag: - - '"57019da5-0000-0800-0000-638e520a0000"' + - '"4700a7da-0000-0800-0000-647031500000"' expires: - '-1' pragma: @@ -816,15 +920,15 @@ interactions: ParameterSetName: - -y --name --resource-group User-Agent: - - AZURECLI/2.40.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/6c84a1e4-d326-43fe-96fc-7e7a91c48218*8CB365A14C994A3143FF0C70C07CD1CE66834A090261B57AE7E5A9662575DD86?api-version=2020-08-20 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/36072cce-5e2a-4ced-a026-af337f90d3da*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4?api-version=2020-08-20 response: body: - string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/6c84a1e4-d326-43fe-96fc-7e7a91c48218*8CB365A14C994A3143FF0C70C07CD1CE66834A090261B57AE7E5A9662575DD86", - "name": "6c84a1e4-d326-43fe-96fc-7e7a91c48218*8CB365A14C994A3143FF0C70C07CD1CE66834A090261B57AE7E5A9662575DD86", + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/36072cce-5e2a-4ced-a026-af337f90d3da*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4", + "name": "36072cce-5e2a-4ced-a026-af337f90d3da*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.Communication/communicationServices/MyCommunica000001", - "status": "Deleting", "startTime": "2022-12-05T20:18:18.8327376Z"}' + "status": "Deleting", "startTime": "2023-05-26T04:10:56.4805617Z"}' headers: cache-control: - no-cache @@ -833,9 +937,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:19:18 GMT + - Fri, 26 May 2023 04:11:56 GMT etag: - - '"57019da5-0000-0800-0000-638e520a0000"' + - '"4700a7da-0000-0800-0000-647031500000"' expires: - '-1' pragma: @@ -861,15 +965,15 @@ interactions: ParameterSetName: - -y --name --resource-group User-Agent: - - AZURECLI/2.40.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/6c84a1e4-d326-43fe-96fc-7e7a91c48218*8CB365A14C994A3143FF0C70C07CD1CE66834A090261B57AE7E5A9662575DD86?api-version=2020-08-20 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/36072cce-5e2a-4ced-a026-af337f90d3da*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4?api-version=2020-08-20 response: body: - string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/6c84a1e4-d326-43fe-96fc-7e7a91c48218*8CB365A14C994A3143FF0C70C07CD1CE66834A090261B57AE7E5A9662575DD86", - "name": "6c84a1e4-d326-43fe-96fc-7e7a91c48218*8CB365A14C994A3143FF0C70C07CD1CE66834A090261B57AE7E5A9662575DD86", + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/36072cce-5e2a-4ced-a026-af337f90d3da*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4", + "name": "36072cce-5e2a-4ced-a026-af337f90d3da*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.Communication/communicationServices/MyCommunica000001", - "status": "Succeeded", "startTime": "2022-12-05T20:18:18.8327376Z", "properties": + "status": "Succeeded", "startTime": "2023-05-26T04:10:56.4805617Z", "properties": null}' headers: cache-control: @@ -879,9 +983,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:19:48 GMT + - Fri, 26 May 2023 04:12:26 GMT etag: - - '"fc02ec88-0000-0100-0000-638e524c0000"' + - '"47009eeb-0000-0800-0000-647031920000"' expires: - '-1' pragma: @@ -911,15 +1015,15 @@ interactions: ParameterSetName: - -y --name --resource-group User-Agent: - - AZURECLI/2.40.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-communication/1.0.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/6c84a1e4-d326-43fe-96fc-7e7a91c48218*8CB365A14C994A3143FF0C70C07CD1CE66834A090261B57AE7E5A9662575DD86?api-version=2020-08-20 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/36072cce-5e2a-4ced-a026-af337f90d3da*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4?api-version=2020-08-20 response: body: - string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/6c84a1e4-d326-43fe-96fc-7e7a91c48218*8CB365A14C994A3143FF0C70C07CD1CE66834A090261B57AE7E5A9662575DD86", - "name": "6c84a1e4-d326-43fe-96fc-7e7a91c48218*8CB365A14C994A3143FF0C70C07CD1CE66834A090261B57AE7E5A9662575DD86", + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Communication/locations/WESTUS2/operationStatuses/36072cce-5e2a-4ced-a026-af337f90d3da*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4", + "name": "36072cce-5e2a-4ced-a026-af337f90d3da*AF1346B106FBB0B71ADE76374F6D59E7D1EB5B84846A443257A83BEA26BB2CC4", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.Communication/communicationServices/MyCommunica000001", - "status": "Succeeded", "startTime": "2022-12-05T20:18:18.8327376Z", "properties": + "status": "Succeeded", "startTime": "2023-05-26T04:10:56.4805617Z", "properties": null}' headers: cache-control: @@ -929,9 +1033,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:19:48 GMT + - Fri, 26 May 2023 04:12:26 GMT etag: - - '"fc02ec88-0000-0100-0000-638e524c0000"' + - '"47009eeb-0000-0800-0000-647031920000"' expires: - '-1' pragma: diff --git a/src/communication/azext_communication/tests/latest/recordings/test_create_user.yaml b/src/communication/azext_communication/tests/latest/recordings/test_create_user.yaml index b10664185bf..d60440561cb 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_create_user.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_create_user.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= x-ms-date: - - Mon, 05 Dec 2022 20:04:06 GMT + - Fri, 26 May 2023 04:07:35 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -28,25 +28,25 @@ interactions: headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '33' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:04:07 GMT + - Fri, 26 May 2023 04:07:35 GMT ms-cv: - - UGo5TBCZWkmkOVAnqDWXvQ.0 + - metuX96dREqivB6/Yuw4YA.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0tk6OYwAAAABiimW+qs/MR73fnm36Vx+MWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0hzBwZAAAAADyoNmuVfqrT6fFx7pCF3n+WVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 125ms + - 104ms status: code: 201 message: Created diff --git a/src/communication/azext_communication/tests/latest/recordings/test_delete_user.yaml b/src/communication/azext_communication/tests/latest/recordings/test_delete_user.yaml index 68e989e18bf..81e00741bd2 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_delete_user.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_delete_user.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= x-ms-date: - - Mon, 05 Dec 2022 20:05:42 GMT + - Fri, 26 May 2023 04:05:58 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -28,25 +28,25 @@ interactions: headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '33' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:05:42 GMT + - Fri, 26 May 2023 04:05:58 GMT ms-cv: - - l0C450tCb0OaKRwIDF0L6A.0 + - NHmSml+IXECdC+RMAmkE6A.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0Fk+OYwAAAADvU0kvPXh6TaWHjLE7dVNSWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0JjBwZAAAAAAhkB8Hv5QIQ4EF4L9LseR/WVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 144ms + - 98ms status: code: 201 message: Created @@ -62,11 +62,11 @@ interactions: Content-Length: - '0' User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= x-ms-date: - - Mon, 05 Dec 2022 20:05:42 GMT + - Fri, 26 May 2023 04:05:58 GMT x-ms-return-client-request-id: - 'true' method: DELETE @@ -77,21 +77,21 @@ interactions: headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 date: - - Mon, 05 Dec 2022 20:05:42 GMT + - Fri, 26 May 2023 04:05:58 GMT ms-cv: - - MBS4n2rNp0agVc8UlsMgGg.0 + - qXSotBqdykC50u6AxY4pjw.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0F0+OYwAAAAB4t5qbNCLmS7uXUzQ4/yMTWVZSMzExMDAwMTE1MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0JjBwZAAAAADnowBe4RXNSKcTz4TouIrdWVZSMzExMDAwMTE1MDA5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 335ms + - 337ms status: code: 204 message: No Content diff --git a/src/communication/azext_communication/tests/latest/recordings/test_issue_access_token.yaml b/src/communication/azext_communication/tests/latest/recordings/test_issue_access_token.yaml index 7d0cc801195..209dc477dba 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_issue_access_token.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_issue_access_token.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 20:02:25 GMT + - Fri, 26 May 2023 04:07:34 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -25,29 +25,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T20:02:26.4749838+00:00"}}' + "expiresOn": "2023-05-27T04:07:35.0873921+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:02:26 GMT + - Fri, 26 May 2023 04:07:34 GMT ms-cv: - - bLdOrAhVF0WsjFxyan3YGg.0 + - TSKiYaYQRkSFV6hkDBECbA.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0Uk6OYwAAAAC8/0Z6NoeIRI0Xz1C4mr4gWVZSMzBFREdFMDMwOAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0hzBwZAAAAAAwCzCjjNltRaU5yQUqCsL3WVZSMzExMDAwMTE1MDM5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 66ms + - 110ms status: code: 201 message: Created diff --git a/src/communication/azext_communication/tests/latest/recordings/test_issue_access_token_with_id.yaml b/src/communication/azext_communication/tests/latest/recordings/test_issue_access_token_with_id.yaml index a74654d127c..ea72f46a98b 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_issue_access_token_with_id.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_issue_access_token_with_id.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= x-ms-date: - - Mon, 05 Dec 2022 20:04:01 GMT + - Fri, 26 May 2023 04:05:57 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -28,25 +28,25 @@ interactions: headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '33' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:04:01 GMT + - Fri, 26 May 2023 04:05:57 GMT ms-cv: - - 1o0pFws7s02Fv2l329+Ykw.0 + - oI0EuiEplUylW0YbUnlIeQ.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0sU6OYwAAAAD9c8yZS75iS7W5emMfiRBRWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0JjBwZAAAAABC6fbsJQUTTbT3LdmU/852WVZSMzExMDAwMTE1MDIzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 133ms + - 103ms status: code: 201 message: Created @@ -64,40 +64,40 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - nhFAfqVNNvGtmqZXLZeMFVwYcIW0NuuEF0d+D1dlKIY= x-ms-date: - - Mon, 05 Dec 2022 20:04:01 GMT + - Fri, 26 May 2023 04:05:58 GMT x-ms-return-client-request-id: - 'true' method: POST uri: https://sanitized.communication.azure.com/identities/sanitized/:issueAccessToken?api-version=2022-10-01 response: body: - string: '{"token": "sanitized", "expiresOn": "2022-12-06T20:04:02.4357236+00:00"}' + string: '{"token": "sanitized", "expiresOn": "2023-05-27T04:05:58.6174342+00:00"}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '72' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:04:02 GMT + - Fri, 26 May 2023 04:05:58 GMT ms-cv: - - KeIPj0Ib3UyEoMpoqk47lQ.0 + - k28L3wXLuUq6tSZH9k9Obg.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0sk6OYwAAAAC7/nwM7rx8RIXW4rs6qfA3WVZSMzExMDAwMTE1MDE5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0JjBwZAAAAAACFcjSP4XSQYKIoDESn5pRWVZSMzExMDAwMTE1MDA5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 205ms + - 172ms status: code: 200 message: OK diff --git a/src/communication/azext_communication/tests/latest/recordings/test_issue_access_token_with_multiple_scopes.yaml b/src/communication/azext_communication/tests/latest/recordings/test_issue_access_token_with_multiple_scopes.yaml index ec80fda101f..de59f50ab23 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_issue_access_token_with_multiple_scopes.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_issue_access_token_with_multiple_scopes.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - bGEykS6j4LLQpzjUOVC1uFnHwPRFp+8rGOt50FB/Z78= x-ms-date: - - Mon, 05 Dec 2022 20:05:37 GMT + - Fri, 26 May 2023 04:07:33 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -25,29 +25,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T20:05:38.4592231+00:00"}}' + "expiresOn": "2023-05-27T04:07:34.2548335+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:05:38 GMT + - Fri, 26 May 2023 04:07:33 GMT ms-cv: - - uureWT0SC0ajdBAf605LuQ.0 + - 7bASk4TgAk+qUX9wGGFwmQ.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0Ek+OYwAAAADecEClp259QZGbfYBmkjc6WVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0hjBwZAAAAACFOozabQpPSZDoHrXtd1dpWVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 128ms + - 111ms status: code: 201 message: Created diff --git a/src/communication/azext_communication/tests/latest/recordings/test_list_phonenumbers.yaml b/src/communication/azext_communication/tests/latest/recordings/test_list_phonenumbers.yaml index 6dcfcbc8077..705f42cd3ec 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_list_phonenumbers.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_list_phonenumbers.yaml @@ -13,16 +13,16 @@ interactions: - '131' Content-Type: - application/json - Date: - - Mon, 05 Dec 2022 20:07:22 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - ecyowPPqS6i2jEjg4ZPaHAki9yDR8IHa8lF+VXRefVM= + x-ms-date: + - Fri, 26 May 2023 04:09:13 GMT x-ms-return-client-request-id: - 'true' method: POST - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/countries/US/:search?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/countries/US/:search?api-version=2022-12-01 response: body: string: '' @@ -30,29 +30,30 @@ interactions: access-control-expose-headers: - Location,Operation-Location,operation-id,search-id api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview content-length: - '0' date: - - Mon, 05 Dec 2022 20:07:25 GMT + - Fri, 26 May 2023 04:09:17 GMT location: - - /availablePhoneNumbers/searchResults/09fbcb77-c7f5-44d9-a66f-775eb94551c1?api-version=2021-03-07 + - /availablePhoneNumbers/searchResults/8cdd250f-896e-4b9c-8e1d-992985442e7b?api-version=2022-12-01 ms-cv: - - Uc1JS7uhEkWCADripS8Ziw.0 + - n40IIsM3Jk+8Hx3MS6GYOQ.0 operation-id: - - search_09fbcb77-c7f5-44d9-a66f-775eb94551c1 + - search_8cdd250f-896e-4b9c-8e1d-992985442e7b operation-location: - - /phoneNumbers/operations/search_09fbcb77-c7f5-44d9-a66f-775eb94551c1?api-version=2021-03-07 + - /phoneNumbers/operations/search_8cdd250f-896e-4b9c-8e1d-992985442e7b?api-version=2022-12-01 search-id: - - 09fbcb77-c7f5-44d9-a66f-775eb94551c1 + - 8cdd250f-896e-4b9c-8e1d-992985442e7b strict-transport-security: - max-age=2592000 x-azure-ref: - - 0ek+OYwAAAABcbVz2XGUYTqi5bhmVS4pqWVZSMzBFREdFMDMxOQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 06jBwZAAAAABlCaynmKUcSp9oZG+pcXLKWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 2509ms + - 3424ms status: code: 202 message: Accepted @@ -65,45 +66,99 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:07:54 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:17 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_09fbcb77-c7f5-44d9-a66f-775eb94551c1?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_8cdd250f-896e-4b9c-8e1d-992985442e7b?api-version=2022-12-01 + response: + body: + string: '{"operationType": "search", "status": "notStarted", "resourceLocation": + "/availablePhoneNumbers/searchResults/8cdd250f-896e-4b9c-8e1d-992985442e7b?api-version=2022-12-01", + "createdDateTime": "2023-05-26T04:09:17.3443176+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + access-control-expose-headers: + - Location + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:18 GMT + location: + - /availablePhoneNumbers/searchResults/8cdd250f-896e-4b9c-8e1d-992985442e7b?api-version=2022-12-01 + ms-cv: + - 8+bvKImX7Ue4t6q4tKTi/Q.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 07TBwZAAAAABRRXDIvh63SrXScnTbw4kWWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 239ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:20 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_8cdd250f-896e-4b9c-8e1d-992985442e7b?api-version=2022-12-01 response: body: string: '{"operationType": "search", "status": "succeeded", "resourceLocation": - "/availablePhoneNumbers/searchResults/09fbcb77-c7f5-44d9-a66f-775eb94551c1?api-version=2021-03-07", - "createdDateTime": "2022-12-05T20:07:24.9984447+00:00", "id": "sanitized", + "/availablePhoneNumbers/searchResults/8cdd250f-896e-4b9c-8e1d-992985442e7b?api-version=2022-12-01", + "createdDateTime": "2023-05-26T04:09:17.3443176+00:00", "id": "sanitized", "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: access-control-expose-headers: - Location api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:07:55 GMT + - Fri, 26 May 2023 04:09:20 GMT location: - - /availablePhoneNumbers/searchResults/09fbcb77-c7f5-44d9-a66f-775eb94551c1?api-version=2021-03-07 + - /availablePhoneNumbers/searchResults/8cdd250f-896e-4b9c-8e1d-992985442e7b?api-version=2022-12-01 ms-cv: - - OUZ69BdMAE22sVQjKqvTXw.0 + - 3E3JZA9S30enXHgDxGqF2Q.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0m0+OYwAAAADIDtoILcy8R4gvSHxWObE5WVZSMzBFREdFMDMxOQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 08DBwZAAAAABhRBbRoq8mTI7LUz/ovfXBWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 285ms + - 206ms status: code: 200 message: OK @@ -117,48 +172,49 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:07:55 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:20 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/searchResults/09fbcb77-c7f5-44d9-a66f-775eb94551c1?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/searchResults/8cdd250f-896e-4b9c-8e1d-992985442e7b?api-version=2022-12-01 response: body: - string: '{"searchId": "09fbcb77-c7f5-44d9-a66f-775eb94551c1", "phoneNumbers": + string: '{"searchId": "8cdd250f-896e-4b9c-8e1d-992985442e7b", "phoneNumbers": ["sanitized"], "phoneNumberType": "tollFree", "assignmentType": "application", "capabilities": {"calling": "inbound", "sms": "inbound+outbound"}, "cost": {"amount": 2.0, "currencyCode": "USD", "billingFrequency": "monthly"}, "searchExpiresBy": - "2022-12-05T20:23:26.5176441+00:00"}' + "2023-05-26T04:25:19.3078674+00:00", "error": "NoError"}' headers: api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview + content-length: + - '369' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:07:56 GMT + - Fri, 26 May 2023 04:09:21 GMT ms-cv: - - MHlkr72qoEKp7+Ptgdw1tA.0 + - xT3VPSefxE2q7ti4uxYtoQ.0 strict-transport-security: - max-age=2592000 - transfer-encoding: - - chunked x-azure-ref: - - 0m0+OYwAAAABbPTZdRZI3TYld8nXh9G7OWVZSMzBFREdFMDMxOQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 08DBwZAAAAADEhATd+u1BS7Yt312mtPT2WVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 573ms + - 768ms status: code: 200 message: OK url: sanitized - request: - body: '{"searchId": "09fbcb77-c7f5-44d9-a66f-775eb94551c1"}' + body: '{"searchId": "8cdd250f-896e-4b9c-8e1d-992985442e7b"}' headers: Accept: - application/json @@ -170,16 +226,16 @@ interactions: - '52' Content-Type: - application/json - Date: - - Mon, 05 Dec 2022 20:07:55 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - WafFIOgG8aN2AvONUJMPh9dAF/oyJnOxFyfWV2nt55g= + - Of3RZPOtYg+SkylUPDeoFyUmlkfFmFMg7y/Ur6Kg6po= + x-ms-date: + - Fri, 26 May 2023 04:09:21 GMT x-ms-return-client-request-id: - 'true' method: POST - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/:purchase?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/:purchase?api-version=2022-12-01 response: body: string: '' @@ -187,27 +243,28 @@ interactions: access-control-expose-headers: - Operation-Location,operation-id,purchase-id api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview content-length: - '0' date: - - Mon, 05 Dec 2022 20:07:57 GMT + - Fri, 26 May 2023 04:09:22 GMT ms-cv: - - vjUL4Hac7EyUI2LqGsJEYQ.0 + - 9X53eraC1kCDScIbc+46yA.0 operation-id: - - purchase_09fbcb77-c7f5-44d9-a66f-775eb94551c1 + - purchase_8cdd250f-896e-4b9c-8e1d-992985442e7b operation-location: - - /phoneNumbers/operations/purchase_09fbcb77-c7f5-44d9-a66f-775eb94551c1?api-version=2021-03-07 + - /phoneNumbers/operations/purchase_8cdd250f-896e-4b9c-8e1d-992985442e7b?api-version=2022-12-01 purchase-id: - - 09fbcb77-c7f5-44d9-a66f-775eb94551c1 + - 8cdd250f-896e-4b9c-8e1d-992985442e7b strict-transport-security: - max-age=2592000 x-azure-ref: - - 0nE+OYwAAAADDdPJPflnMTaQouW4dy/vPWVZSMzBFREdFMDMxOQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 08TBwZAAAAAAo3R2ILlEXRatJfCaEJNRNWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 1381ms + - 1207ms status: code: 202 message: Accepted @@ -220,40 +277,425 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:08:27 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:22 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_09fbcb77-c7f5-44d9-a66f-775eb94551c1?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_8cdd250f-896e-4b9c-8e1d-992985442e7b?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "running", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:17.3443176+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:22 GMT + ms-cv: + - KxjnAUikpUSO8N/5HVJLgQ.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 08jBwZAAAAAC1NbvL0aZAQblownyBCNFqWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 197ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:24 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_8cdd250f-896e-4b9c-8e1d-992985442e7b?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:17.3443176+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:25 GMT + ms-cv: + - KnUk+47yq0OZpeAPYXLmuw.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 09TBwZAAAAACe1vyCouViQL4/F4Iy6OKeWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 195ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:27 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_8cdd250f-896e-4b9c-8e1d-992985442e7b?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:17.3443176+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:27 GMT + ms-cv: + - vkTIVVJFO0yPcU+Z3efXEg.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 09zBwZAAAAADfhT9CaVu9Q7m0Ko+yGK3UWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 199ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:29 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_8cdd250f-896e-4b9c-8e1d-992985442e7b?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:17.3443176+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:29 GMT + ms-cv: + - 2/0JuvIoikWui8ZTGUpEUg.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0+TBwZAAAAADizjVORDjFTYXmlz4XDCWvWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 264ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:31 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_8cdd250f-896e-4b9c-8e1d-992985442e7b?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:17.3443176+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:32 GMT + ms-cv: + - fjsSRp5WVEKFiu+XWbfPSw.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0/DBwZAAAAAAgdD5bdyfdRaAgTgQJh+gpWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 345ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:34 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_8cdd250f-896e-4b9c-8e1d-992985442e7b?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:17.3443176+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:34 GMT + ms-cv: + - wKIFt6hxmUefYfuaYRJfug.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0/jBwZAAAAABC+1hJdS1vSI7+j+85dZYCWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 193ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:36 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_8cdd250f-896e-4b9c-8e1d-992985442e7b?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:17.3443176+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:36 GMT + ms-cv: + - h2muEnIi/UKh91sGBSSw9A.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0ADFwZAAAAABdTm6zx8XXR5sylGDlB8eaWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 194ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:38 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_8cdd250f-896e-4b9c-8e1d-992985442e7b?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:17.3443176+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:39 GMT + ms-cv: + - mekfuQ0Olki8bgU29QyP+w.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0AzFwZAAAAABc5a1w6bqMRJwcHcqFssRWWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 191ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:41 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_8cdd250f-896e-4b9c-8e1d-992985442e7b?api-version=2022-12-01 response: body: string: '{"operationType": "purchase", "status": "succeeded", "resourceLocation": - null, "createdDateTime": "2022-12-05T20:07:24.9984447+00:00", "id": "sanitized", + null, "createdDateTime": "2023-05-26T04:09:17.3443176+00:00", "id": "sanitized", "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:08:27 GMT + - Fri, 26 May 2023 04:09:41 GMT ms-cv: - - 4RNOFW/zQE2te+znt8jHcA.0 + - d24zij/3IU2XRtPo8ymD8A.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0u0+OYwAAAACDVwPi5M/3Qo+J0JYN099qWVZSMzBFREdFMDMxOQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0BTFwZAAAAADjdJoFC6AlTK4o1Hlm4T8bWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 284ms + - 196ms status: code: 200 message: OK @@ -267,43 +709,43 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:08:27 GMT User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 - (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:41 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/phoneNumbers?skip=0&top=100&api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers?skip=0&top=100&api-version=2022-12-01 response: body: string: '{"phoneNumbers": [{"id": "sanitized", "phoneNumber": "sanitized", "countryCode": "US", "phoneNumberType": "tollFree", "capabilities": {"calling": "inbound", "sms": "inbound+outbound"}, "assignmentType": "application", "purchaseDate": - "2022-12-05T20:08:11.2820189+00:00", "cost": {"amount": 2.0, "currencyCode": + "2023-05-26T04:09:36.1145146+00:00", "cost": {"amount": 2.0, "currencyCode": "USD", "billingFrequency": "monthly"}}]}' headers: api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview + content-length: + - '351' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:08:32 GMT + - Fri, 26 May 2023 04:09:45 GMT ms-cv: - - n70hsPpnYkS4byN8nv/NHw.0 + - 4IPZyhviD0WJQFo7d3/TFA.0 strict-transport-security: - max-age=2592000 - transfer-encoding: - - chunked x-azure-ref: - - 0vE+OYwAAAADUWRl/YUWoTKR0BrCSZaxCWVZSMzExMDAwMTE1MDIzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0BTFwZAAAAACEK2FCoa8VRa8dwNAGlM8aWVZSMzExMDAwMTE1MDA5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 4427ms + - 3625ms status: code: 200 message: OK diff --git a/src/communication/azext_communication/tests/latest/recordings/test_phonenumber_list.yaml b/src/communication/azext_communication/tests/latest/recordings/test_phonenumber_list.yaml index 9f242e553a4..1788315c8b2 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_phonenumber_list.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_phonenumber_list.yaml @@ -13,16 +13,16 @@ interactions: - '131' Content-Type: - application/json - Date: - - Mon, 05 Dec 2022 20:10:07 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - ecyowPPqS6i2jEjg4ZPaHAki9yDR8IHa8lF+VXRefVM= + x-ms-date: + - Fri, 26 May 2023 04:09:13 GMT x-ms-return-client-request-id: - 'true' method: POST - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/countries/US/:search?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/countries/US/:search?api-version=2022-12-01 response: body: string: '' @@ -30,29 +30,30 @@ interactions: access-control-expose-headers: - Location,Operation-Location,operation-id,search-id api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview content-length: - '0' date: - - Mon, 05 Dec 2022 20:10:11 GMT + - Fri, 26 May 2023 04:09:16 GMT location: - - /availablePhoneNumbers/searchResults/a7ac910c-169d-4196-802c-63458661dfcc?api-version=2021-03-07 + - /availablePhoneNumbers/searchResults/1e6c054f-5f7f-48f7-ab06-688abaa5680f?api-version=2022-12-01 ms-cv: - - 3M9GLcKOfEuenRFkkCCSrw.0 + - 9Kb/mg/iekK8jKi3SMSYiQ.0 operation-id: - - search_a7ac910c-169d-4196-802c-63458661dfcc + - search_1e6c054f-5f7f-48f7-ab06-688abaa5680f operation-location: - - /phoneNumbers/operations/search_a7ac910c-169d-4196-802c-63458661dfcc?api-version=2021-03-07 + - /phoneNumbers/operations/search_1e6c054f-5f7f-48f7-ab06-688abaa5680f?api-version=2022-12-01 search-id: - - a7ac910c-169d-4196-802c-63458661dfcc + - 1e6c054f-5f7f-48f7-ab06-688abaa5680f strict-transport-security: - max-age=2592000 x-azure-ref: - - 0IFCOYwAAAABpMzOgUTjESYReezJIYmfnWVZSMzExMDAwMTE1MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 06TBwZAAAAADmvU1gOkgdTL90Ix4Td4O0WVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 3968ms + - 3723ms status: code: 202 message: Accepted @@ -65,45 +66,99 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:10:42 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:17 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_a7ac910c-169d-4196-802c-63458661dfcc?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_1e6c054f-5f7f-48f7-ab06-688abaa5680f?api-version=2022-12-01 + response: + body: + string: '{"operationType": "search", "status": "notStarted", "resourceLocation": + "/availablePhoneNumbers/searchResults/1e6c054f-5f7f-48f7-ab06-688abaa5680f?api-version=2022-12-01", + "createdDateTime": "2023-05-26T04:09:17.1188585+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + access-control-expose-headers: + - Location + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:16 GMT + location: + - /availablePhoneNumbers/searchResults/1e6c054f-5f7f-48f7-ab06-688abaa5680f?api-version=2022-12-01 + ms-cv: + - dTA49lr9CUKbBIXtHECEyg.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 07TBwZAAAAADX6lQUcj0RToDK/xeKF0oGWVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 219ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:19 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_1e6c054f-5f7f-48f7-ab06-688abaa5680f?api-version=2022-12-01 response: body: string: '{"operationType": "search", "status": "succeeded", "resourceLocation": - "/availablePhoneNumbers/searchResults/a7ac910c-169d-4196-802c-63458661dfcc?api-version=2021-03-07", - "createdDateTime": "2022-12-05T20:10:11.8335516+00:00", "id": "sanitized", + "/availablePhoneNumbers/searchResults/1e6c054f-5f7f-48f7-ab06-688abaa5680f?api-version=2022-12-01", + "createdDateTime": "2023-05-26T04:09:17.1188585+00:00", "id": "sanitized", "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: access-control-expose-headers: - Location api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:10:42 GMT + - Fri, 26 May 2023 04:09:19 GMT location: - - /availablePhoneNumbers/searchResults/a7ac910c-169d-4196-802c-63458661dfcc?api-version=2021-03-07 + - /availablePhoneNumbers/searchResults/1e6c054f-5f7f-48f7-ab06-688abaa5680f?api-version=2022-12-01 ms-cv: - - /6nvp4wuFEuLUXY0xHc22g.0 + - LJZzZx+2+EG/+pp0ADA7xA.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0QlCOYwAAAAAxOaAVti8fT5wJ3h2ut82eWVZSMzExMDAwMTE1MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 07zBwZAAAAAB546O+MYLsTIndRebinnzdWVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 212ms + - 225ms status: code: 200 message: OK @@ -117,48 +172,49 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:10:42 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:20 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/searchResults/a7ac910c-169d-4196-802c-63458661dfcc?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/searchResults/1e6c054f-5f7f-48f7-ab06-688abaa5680f?api-version=2022-12-01 response: body: - string: '{"searchId": "a7ac910c-169d-4196-802c-63458661dfcc", "phoneNumbers": + string: '{"searchId": "1e6c054f-5f7f-48f7-ab06-688abaa5680f", "phoneNumbers": ["sanitized"], "phoneNumberType": "tollFree", "assignmentType": "application", "capabilities": {"calling": "inbound", "sms": "inbound+outbound"}, "cost": {"amount": 2.0, "currencyCode": "USD", "billingFrequency": "monthly"}, "searchExpiresBy": - "2022-12-05T20:26:14.0108615+00:00"}' + "2023-05-26T04:25:18.9251468+00:00", "error": "NoError"}' headers: api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview + content-length: + - '369' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:10:43 GMT + - Fri, 26 May 2023 04:09:20 GMT ms-cv: - - 7B1DG+rzAEGR1qzxid4SbA.0 + - vCLeKJCRwEGM5oNJECMeKw.0 strict-transport-security: - max-age=2592000 - transfer-encoding: - - chunked x-azure-ref: - - 0QlCOYwAAAADU54xwe8rAS72ETE3B3Wh6WVZSMzExMDAwMTE1MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 08DBwZAAAAAAAPOci2M2JTYDzdYeEvuHgWVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 804ms + - 776ms status: code: 200 message: OK url: sanitized - request: - body: '{"searchId": "a7ac910c-169d-4196-802c-63458661dfcc"}' + body: '{"searchId": "1e6c054f-5f7f-48f7-ab06-688abaa5680f"}' headers: Accept: - application/json @@ -170,16 +226,16 @@ interactions: - '52' Content-Type: - application/json - Date: - - Mon, 05 Dec 2022 20:10:43 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - ME5XY91NDI6ezj10ISjFbMvzgYq9mEe5l4CTAvbitHc= + - F+6SCkxkB0YdFxjf8kmUyJD5ZMreE4Ad0N79AFd2n8M= + x-ms-date: + - Fri, 26 May 2023 04:09:20 GMT x-ms-return-client-request-id: - 'true' method: POST - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/:purchase?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/:purchase?api-version=2022-12-01 response: body: string: '' @@ -187,27 +243,28 @@ interactions: access-control-expose-headers: - Operation-Location,operation-id,purchase-id api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview content-length: - '0' date: - - Mon, 05 Dec 2022 20:10:45 GMT + - Fri, 26 May 2023 04:09:21 GMT ms-cv: - - d+fSxuKnXEuMqG+ZVHESdA.0 + - X2PPSkBgrE+y2QSFmhRiZw.0 operation-id: - - purchase_a7ac910c-169d-4196-802c-63458661dfcc + - purchase_1e6c054f-5f7f-48f7-ab06-688abaa5680f operation-location: - - /phoneNumbers/operations/purchase_a7ac910c-169d-4196-802c-63458661dfcc?api-version=2021-03-07 + - /phoneNumbers/operations/purchase_1e6c054f-5f7f-48f7-ab06-688abaa5680f?api-version=2022-12-01 purchase-id: - - a7ac910c-169d-4196-802c-63458661dfcc + - 1e6c054f-5f7f-48f7-ab06-688abaa5680f strict-transport-security: - max-age=2592000 x-azure-ref: - - 0Q1COYwAAAABzMRLvXlEAQ6bUy4+WjgnmWVZSMzExMDAwMTE1MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 08TBwZAAAAAB7sIQni1rYSaf/d/zQdM7tWVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 1411ms + - 1427ms status: code: 202 message: Accepted @@ -220,40 +277,425 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:11:14 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:22 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_a7ac910c-169d-4196-802c-63458661dfcc?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_1e6c054f-5f7f-48f7-ab06-688abaa5680f?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "running", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:17.1188585+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:21 GMT + ms-cv: + - Ib7xQR1I40OIIQpW+VOD+A.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 08jBwZAAAAADlMqchX4WjQoZHX9uuY3TlWVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 219ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:24 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_1e6c054f-5f7f-48f7-ab06-688abaa5680f?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:17.1188585+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:25 GMT + ms-cv: + - cVzCuGAM1k+LAMdcvHHq+Q.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 09DBwZAAAAADZWc4nzhDRSLoaXuxM4dBbWVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 260ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:27 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_1e6c054f-5f7f-48f7-ab06-688abaa5680f?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:17.1188585+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:27 GMT + ms-cv: + - Ok4ooIkJK0KyOkgEs4tivw.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 09zBwZAAAAAAZLd90vZYLR7urbuCWBn/yWVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 227ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:29 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_1e6c054f-5f7f-48f7-ab06-688abaa5680f?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:17.1188585+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:30 GMT + ms-cv: + - RTY7ysnPSUSdMar+qM5x4g.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0+TBwZAAAAAAlE8M6UUhlRaMZcHtnTu9uWVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 229ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:31 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_1e6c054f-5f7f-48f7-ab06-688abaa5680f?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:17.1188585+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:32 GMT + ms-cv: + - OkMkw6FiUUS2k530JaQynQ.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0/DBwZAAAAADSLw/V/SosQL1JjdvvSQoLWVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 227ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:34 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_1e6c054f-5f7f-48f7-ab06-688abaa5680f?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:17.1188585+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:34 GMT + ms-cv: + - EE/zzge0HE27dla+V8ISQg.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0/jBwZAAAAACn+ehig66CRJ1lB+Goffq8WVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 297ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:36 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_1e6c054f-5f7f-48f7-ab06-688abaa5680f?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:17.1188585+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:36 GMT + ms-cv: + - jCi4KEd7b0Ce6M/IrK8sWQ.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0ADFwZAAAAABCocAM0kd+RahT2BYbPBtTWVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 229ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:38 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_1e6c054f-5f7f-48f7-ab06-688abaa5680f?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:17.1188585+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:39 GMT + ms-cv: + - LkkbKHrt8kqFF/VeLUillw.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0AzFwZAAAAACKXQ+apmdfTohoOG7DPq58WVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 227ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:41 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_1e6c054f-5f7f-48f7-ab06-688abaa5680f?api-version=2022-12-01 response: body: string: '{"operationType": "purchase", "status": "succeeded", "resourceLocation": - null, "createdDateTime": "2022-12-05T20:10:11.8335516+00:00", "id": "sanitized", + null, "createdDateTime": "2023-05-26T04:09:17.1188585+00:00", "id": "sanitized", "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:11:15 GMT + - Fri, 26 May 2023 04:09:41 GMT ms-cv: - - pgZvTB0TiUKYZXiY6UlyMg.0 + - SAsJtJDy9Uuc4UpzvIhBuA.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0Y1COYwAAAADRu0403iy6QaOZHFkq800BWVZSMzExMDAwMTE1MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0BTFwZAAAAACcS4oKCpWqSYuyN4emTVwcWVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 220ms + - 230ms status: code: 200 message: OK @@ -267,43 +709,43 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:11:15 GMT User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 - (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:41 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/phoneNumbers?skip=0&top=100&api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers?skip=0&top=100&api-version=2022-12-01 response: body: string: '{"phoneNumbers": [{"id": "sanitized", "phoneNumber": "sanitized", "countryCode": "US", "phoneNumberType": "tollFree", "capabilities": {"calling": "inbound", "sms": "inbound+outbound"}, "assignmentType": "application", "purchaseDate": - "2022-12-05T20:10:59.5431768+00:00", "cost": {"amount": 2.0, "currencyCode": + "2023-05-26T04:09:36.4253296+00:00", "cost": {"amount": 2.0, "currencyCode": "USD", "billingFrequency": "monthly"}}]}' headers: api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview + content-length: + - '351' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:11:18 GMT + - Fri, 26 May 2023 04:09:48 GMT ms-cv: - - 4Ho7c5U4TECqJhMy+Gk2BQ.0 + - cLb5aB2d+kWAcolwnaZiGg.0 strict-transport-security: - max-age=2592000 - transfer-encoding: - - chunked x-azure-ref: - - 0Y1COYwAAAADD+rNcW6N3SpkmlDZDcikjWVZSMzExMDAwMTE1MDE5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0BTFwZAAAAADWSe6VTRISSKFLUnRiPWgXWVZSMzExMDAwMTE1MDA5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 2948ms + - 6126ms status: code: 200 message: OK diff --git a/src/communication/azext_communication/tests/latest/recordings/test_phonenumber_show.yaml b/src/communication/azext_communication/tests/latest/recordings/test_phonenumber_show.yaml index c8e91a96987..6a022219521 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_phonenumber_show.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_phonenumber_show.yaml @@ -13,16 +13,16 @@ interactions: - '131' Content-Type: - application/json - Date: - - Mon, 05 Dec 2022 20:07:19 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - ecyowPPqS6i2jEjg4ZPaHAki9yDR8IHa8lF+VXRefVM= + x-ms-date: + - Fri, 26 May 2023 04:09:13 GMT x-ms-return-client-request-id: - 'true' method: POST - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/countries/US/:search?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/countries/US/:search?api-version=2022-12-01 response: body: string: '' @@ -30,29 +30,30 @@ interactions: access-control-expose-headers: - Location,Operation-Location,operation-id,search-id api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview content-length: - '0' date: - - Mon, 05 Dec 2022 20:07:21 GMT + - Fri, 26 May 2023 04:09:16 GMT location: - - /availablePhoneNumbers/searchResults/045c7810-e43a-43f9-9fb1-555b50c39972?api-version=2021-03-07 + - /availablePhoneNumbers/searchResults/c9b7d4e2-dffb-4944-908a-31ab5dc2bc43?api-version=2022-12-01 ms-cv: - - NBhk+xkwuk6nnd1Oc7r1Gw.0 + - tyjG570bi0yUndiaxS4LIQ.0 operation-id: - - search_045c7810-e43a-43f9-9fb1-555b50c39972 + - search_c9b7d4e2-dffb-4944-908a-31ab5dc2bc43 operation-location: - - /phoneNumbers/operations/search_045c7810-e43a-43f9-9fb1-555b50c39972?api-version=2021-03-07 + - /phoneNumbers/operations/search_c9b7d4e2-dffb-4944-908a-31ab5dc2bc43?api-version=2022-12-01 search-id: - - 045c7810-e43a-43f9-9fb1-555b50c39972 + - c9b7d4e2-dffb-4944-908a-31ab5dc2bc43 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0d0+OYwAAAAA1QDiai4l0TbjAXzZ4Wco6WVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 06TBwZAAAAAA7Xbkc/YMBTp6knR69Z+vrWVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 2456ms + - 3437ms status: code: 202 message: Accepted @@ -65,45 +66,99 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:07:52 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:16 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_045c7810-e43a-43f9-9fb1-555b50c39972?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_c9b7d4e2-dffb-4944-908a-31ab5dc2bc43?api-version=2022-12-01 + response: + body: + string: '{"operationType": "search", "status": "notStarted", "resourceLocation": + "/availablePhoneNumbers/searchResults/c9b7d4e2-dffb-4944-908a-31ab5dc2bc43?api-version=2022-12-01", + "createdDateTime": "2023-05-26T04:09:16.8309637+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + access-control-expose-headers: + - Location + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:16 GMT + location: + - /availablePhoneNumbers/searchResults/c9b7d4e2-dffb-4944-908a-31ab5dc2bc43?api-version=2022-12-01 + ms-cv: + - 39tAtxfsSEOuP8CcGcsn6g.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 07TBwZAAAAAAmALHJsbOkQ4FM1CF7Pho6WVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 228ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:19 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_c9b7d4e2-dffb-4944-908a-31ab5dc2bc43?api-version=2022-12-01 response: body: string: '{"operationType": "search", "status": "succeeded", "resourceLocation": - "/availablePhoneNumbers/searchResults/045c7810-e43a-43f9-9fb1-555b50c39972?api-version=2021-03-07", - "createdDateTime": "2022-12-05T20:07:21.93032+00:00", "id": "sanitized", "lastActionDateTime": - "0001-01-01T00:00:00+00:00"}' + "/availablePhoneNumbers/searchResults/c9b7d4e2-dffb-4944-908a-31ab5dc2bc43?api-version=2022-12-01", + "createdDateTime": "2023-05-26T04:09:16.8309637+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: access-control-expose-headers: - Location api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:07:52 GMT + - Fri, 26 May 2023 04:09:19 GMT location: - - /availablePhoneNumbers/searchResults/045c7810-e43a-43f9-9fb1-555b50c39972?api-version=2021-03-07 + - /availablePhoneNumbers/searchResults/c9b7d4e2-dffb-4944-908a-31ab5dc2bc43?api-version=2022-12-01 ms-cv: - - LEKVlMoAaEKXzKW2V+a/vw.0 + - ALzQPJHdnEa4UcDZymwHtw.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0mE+OYwAAAADekyWcTLk5SZaGtDsoJYBfWVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 07zBwZAAAAAA2fj7lg+3KS7ps8gEkpJdCWVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 216ms + - 228ms status: code: 200 message: OK @@ -117,48 +172,49 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:07:52 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:19 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/searchResults/045c7810-e43a-43f9-9fb1-555b50c39972?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/searchResults/c9b7d4e2-dffb-4944-908a-31ab5dc2bc43?api-version=2022-12-01 response: body: - string: '{"searchId": "045c7810-e43a-43f9-9fb1-555b50c39972", "phoneNumbers": + string: '{"searchId": "c9b7d4e2-dffb-4944-908a-31ab5dc2bc43", "phoneNumbers": ["sanitized"], "phoneNumberType": "tollFree", "assignmentType": "application", "capabilities": {"calling": "inbound", "sms": "inbound+outbound"}, "cost": {"amount": 2.0, "currencyCode": "USD", "billingFrequency": "monthly"}, "searchExpiresBy": - "2022-12-05T20:23:24.0195739+00:00"}' + "2023-05-26T04:25:18.4877951+00:00", "error": "NoError"}' headers: api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview + content-length: + - '369' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:07:52 GMT + - Fri, 26 May 2023 04:09:20 GMT ms-cv: - - aZ438MyYxUucAFjPV2YeqA.0 + - eH/w1AEFIU6xdHSdJSb/eg.0 strict-transport-security: - max-age=2592000 - transfer-encoding: - - chunked x-azure-ref: - - 0mE+OYwAAAABaV/znXSeyQ4CZ8kq3Zx/0WVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 07zBwZAAAAAB0aJytnjhoT7wRVE/qU9asWVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 657ms + - 918ms status: code: 200 message: OK url: sanitized - request: - body: '{"searchId": "045c7810-e43a-43f9-9fb1-555b50c39972"}' + body: '{"searchId": "c9b7d4e2-dffb-4944-908a-31ab5dc2bc43"}' headers: Accept: - application/json @@ -170,16 +226,16 @@ interactions: - '52' Content-Type: - application/json - Date: - - Mon, 05 Dec 2022 20:07:53 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - yg+ZNKrKkcsba8Ou+v7lEM8T+q5ZwDO1q8DOpQHLHL0= + - oXq3x3vjMcVVzYy5+yUG1m3pEMG1Msku/nOb7smdksM= + x-ms-date: + - Fri, 26 May 2023 04:09:20 GMT x-ms-return-client-request-id: - 'true' method: POST - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/:purchase?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/:purchase?api-version=2022-12-01 response: body: string: '' @@ -187,27 +243,28 @@ interactions: access-control-expose-headers: - Operation-Location,operation-id,purchase-id api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview content-length: - '0' date: - - Mon, 05 Dec 2022 20:08:16 GMT + - Fri, 26 May 2023 04:09:21 GMT ms-cv: - - yXYOAlBQGUKqKk4SQ9peHQ.0 + - 1edEM+YGAkeJaVhqey80LA.0 operation-id: - - purchase_045c7810-e43a-43f9-9fb1-555b50c39972 + - purchase_c9b7d4e2-dffb-4944-908a-31ab5dc2bc43 operation-location: - - /phoneNumbers/operations/purchase_045c7810-e43a-43f9-9fb1-555b50c39972?api-version=2021-03-07 + - /phoneNumbers/operations/purchase_c9b7d4e2-dffb-4944-908a-31ab5dc2bc43?api-version=2022-12-01 purchase-id: - - 045c7810-e43a-43f9-9fb1-555b50c39972 + - c9b7d4e2-dffb-4944-908a-31ab5dc2bc43 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0mU+OYwAAAADH5MfvSoVXQK7BF96WdMmtWVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 08DBwZAAAAADlBueNSG1NR7leM4uLN9pDWVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 23897ms + - 1386ms status: code: 202 message: Accepted @@ -220,40 +277,425 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:08:47 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:22 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_c9b7d4e2-dffb-4944-908a-31ab5dc2bc43?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "running", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:16.8309637+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:22 GMT + ms-cv: + - QJw/PrwCqUOB9wvhWRzXqg.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 08jBwZAAAAAATpeTHBhgzQKKLJozAL3kwWVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 316ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:24 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_c9b7d4e2-dffb-4944-908a-31ab5dc2bc43?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:16.8309637+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:24 GMT + ms-cv: + - +wScXm6d1EGZsTJVCxQMEw.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 09DBwZAAAAADKs6nwS4FXSYvFf7ZZ/XZVWVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 230ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:26 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_c9b7d4e2-dffb-4944-908a-31ab5dc2bc43?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:16.8309637+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:26 GMT + ms-cv: + - UcoTZ8DmuUmnP7EKJJ2OUg.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 09jBwZAAAAABvqyuj+cs4QY0jHuWqbDAnWVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 305ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:29 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_c9b7d4e2-dffb-4944-908a-31ab5dc2bc43?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:16.8309637+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:29 GMT + ms-cv: + - K0AF4WyovEKTb8SMuEEsJw.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0+TBwZAAAAABseFQEOFIURb0K+h4ohZOaWVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 295ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:31 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_c9b7d4e2-dffb-4944-908a-31ab5dc2bc43?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:16.8309637+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:31 GMT + ms-cv: + - /NQ4rPHFdkqUt6TuA6A2GQ.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0/DBwZAAAAADVRD9c15U9Qq75nOSP6DX+WVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 322ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:34 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_045c7810-e43a-43f9-9fb1-555b50c39972?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_c9b7d4e2-dffb-4944-908a-31ab5dc2bc43?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:16.8309637+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:34 GMT + ms-cv: + - ZSpQ1ktgD0yHai2j6egueg.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0/jBwZAAAAAD27H4qbJvTRKVJkBJOqb0bWVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 318ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:36 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_c9b7d4e2-dffb-4944-908a-31ab5dc2bc43?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:16.8309637+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:36 GMT + ms-cv: + - IJyPxh38/UyiKeK+SS3NKg.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0ADFwZAAAAADCf+enDtILS4mHY0sbw2UbWVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 206ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:38 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_c9b7d4e2-dffb-4944-908a-31ab5dc2bc43?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:16.8309637+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:38 GMT + ms-cv: + - U+aS8Tdn1kiJ+Abtjn+ycQ.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0AzFwZAAAAAAyg/A2MacWQI9BXybGWztVWVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 199ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:41 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_c9b7d4e2-dffb-4944-908a-31ab5dc2bc43?api-version=2022-12-01 response: body: string: '{"operationType": "purchase", "status": "succeeded", "resourceLocation": - null, "createdDateTime": "2022-12-05T20:07:21.93032+00:00", "id": "sanitized", + null, "createdDateTime": "2023-05-26T04:09:16.8309637+00:00", "id": "sanitized", "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:08:48 GMT + - Fri, 26 May 2023 04:09:41 GMT ms-cv: - - khLS6HJkukSFS3zDtCKErQ.0 + - C8TghEXF0EiAW9CBn2mF4g.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0z0+OYwAAAACDj1DDRiHZRYxAa0j0O+atWVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0BTFwZAAAAAB8IJnrl7SESKmMUhY+NZKmWVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 406ms + - 190ms status: code: 200 message: OK @@ -267,42 +709,42 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:08:47 GMT User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 - (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:41 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/phoneNumbers/sanitized?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/sanitized?api-version=2022-12-01 response: body: string: '{"id": "sanitized", "phoneNumber": "sanitized", "countryCode": "US", "phoneNumberType": "tollFree", "capabilities": {"calling": "inbound", "sms": - "inbound+outbound"}, "assignmentType": "application", "purchaseDate": "2022-12-05T20:08:40.4863187+00:00", + "inbound+outbound"}, "assignmentType": "application", "purchaseDate": "2023-05-26T04:09:35.4433772+00:00", "cost": {"amount": 2.0, "currencyCode": "USD", "billingFrequency": "monthly"}}' headers: api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview + content-length: + - '331' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:08:51 GMT + - Fri, 26 May 2023 04:09:45 GMT ms-cv: - - bUnMPz7hTEaTq1LAqRUPAw.0 + - ckGpDtCFQkGz3+CcHFcR0A.0 strict-transport-security: - max-age=2592000 - transfer-encoding: - - chunked x-azure-ref: - - 00E+OYwAAAABc/+msmTcOTKu+7BREC6DZWVZSMzBFREdFMDMwOQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0BTFwZAAAAAAfU0YHCsaURJ6m+RmB5P42WVZSMzExMDAwMTE1MDQ1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 2998ms + - 3468ms status: code: 200 message: OK diff --git a/src/communication/azext_communication/tests/latest/recordings/test_revoke_access_tokens.yaml b/src/communication/azext_communication/tests/latest/recordings/test_revoke_access_tokens.yaml index 3964a29c8c7..5d595e124ff 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_revoke_access_tokens.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_revoke_access_tokens.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= x-ms-date: - - Mon, 05 Dec 2022 20:07:12 GMT + - Fri, 26 May 2023 04:09:10 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -28,25 +28,25 @@ interactions: headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '33' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:07:13 GMT + - Fri, 26 May 2023 04:09:11 GMT ms-cv: - - wDmQylq17EOXVZu3ujkRLA.0 + - jwQqMzC2LkSCAjpZwUqAhg.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0cU+OYwAAAACh+tQ7F/oJQaDjYUpf5iz1WVZSMzExMDAwMTE1MDE5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 05zBwZAAAAAD0PEp2V/jQRqB+MET9WawEWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 118ms + - 108ms status: code: 201 message: Created @@ -62,11 +62,11 @@ interactions: Content-Length: - '0' User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= x-ms-date: - - Mon, 05 Dec 2022 20:07:13 GMT + - Fri, 26 May 2023 04:09:11 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -77,21 +77,21 @@ interactions: headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 date: - - Mon, 05 Dec 2022 20:07:13 GMT + - Fri, 26 May 2023 04:09:10 GMT ms-cv: - - NAsxfXpKwEKme/uSfBfWFQ.0 + - S8+/1F89oUSYmdwdI6zo9w.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0ck+OYwAAAADmGnusK8nZRJqfgkBcMekyWVZSMzExMDAwMTE1MDExADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 05zBwZAAAAAAQz2v8rPnsS7Zw/Hjb2XiiWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 119ms + - 100ms status: code: 204 message: No Content diff --git a/src/communication/azext_communication/tests/latest/recordings/test_rooms_add_invalid_consumer_participant.yaml b/src/communication/azext_communication/tests/latest/recordings/test_rooms_add_invalid_consumer_participant.yaml index 0dd30dbd5e3..9b98413d3b1 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_rooms_add_invalid_consumer_participant.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_rooms_add_invalid_consumer_participant.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: '{}' + body: '{"validFrom": null, "validUntil": null}' headers: Accept: - application/json @@ -9,53 +9,55 @@ interactions: Connection: - keep-alive Content-Length: - - '2' + - '39' Content-Type: - application/json Repeatability-First-Sent: - - '2022-12-05T20:10:25.201037Z' + - Fri, 26 May 2023 04:09:13 GMT Repeatability-Request-ID: - - dadcbb89-74d8-11ed-ac7d-a864f13124e5 + - 130d1416-fb7b-11ed-9d62-8cf8c5abc371 User-Agent: - - azsdk-python-communication-rooms/1.0.0b2 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-rooms/1.0.0b3 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - RBNvo1WzZ4oRRq0W9+hknpT7T8If536DEMBg9hyq/4o= + - vBTkhrLFogng0nIWoP6/XqO3xl87GjFK9aShkzc8E3g= x-ms-date: - - Mon, 05 Dec 2022 20:10:25 GMT + - Fri, 26 May 2023 04:09:13 GMT x-ms-return-client-request-id: - 'true' method: POST - uri: https://sanitized.communication.azure.com/rooms?api-version=2022-02-01 + uri: https://sanitized.communication.azure.com/rooms?api-version=2023-03-31-preview response: body: - string: '{"id": "sanitized", "createdDateTime": "2022-12-05T20:10:26.4057697+00:00", - "validFrom": "2022-12-05T20:10:26.2883426+00:00", "validUntil": "2023-06-03T20:10:26.2883426+00:00", - "roomJoinPolicy": "InviteOnly", "participants": []}' + string: '{"id": "sanitized", "createdAt": "2023-05-26T04:09:14.434594+00:00", + "validFrom": "2023-05-26T04:09:14.3786081+00:00", "validUntil": "2023-11-22T04:09:14.3786081+00:00"}' headers: + api-deprecated-versions: + - '2021-04-07' api-supported-versions: - - 2021-04-07, 2022-02-01 + - 2022-02-01, 2023-03-31-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:10:26 GMT + - Fri, 26 May 2023 04:09:14 GMT location: - - '99427783755003361' + - '99464694112212247' ms-cv: - - hAvUH3IALE2Y0cIcfdLQvA.0 + - yX1HvRlDW0aGE11AVfiDMw.0 repeatability-result: - accepted + request-context: + - appId= transfer-encoding: - chunked x-azure-ref: - - 0MVCOYwAAAACbi2jm2naHTJwpdsYjk1oKWVZSMzExMDAwMTE1MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 06jBwZAAAAAAoPI/T3F1oRKZbxsQLrTIZWVZSMzExMDAwMTE1MDUxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE status: code: 201 message: Created - request: - body: '{"participants": [{"communicationIdentifier": {"communicationUser": {"id": - "sanitized"}}, "role": "Consumer"}]}' + body: '{"participants": {"sanitized": {"role": "Consumer"}}}' headers: Accept: - application/json @@ -64,40 +66,42 @@ interactions: Connection: - keep-alive Content-Length: - - '111' + - '57' Content-Type: - - application/json + - application/merge-patch+json User-Agent: - - azsdk-python-communication-rooms/1.0.0b2 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-rooms/1.0.0b3 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - 9yM+xm0r0m7guClX1Hr5BsENOLhDxuDrsToSVRqbc60= + - GGeywqkmwEbmvIr+M7fYvPtgLYHCAoJWqoApBN7ZlcA= x-ms-date: - - Mon, 05 Dec 2022 20:10:26 GMT + - Fri, 26 May 2023 04:09:14 GMT x-ms-return-client-request-id: - 'true' - method: POST - uri: https://sanitized.communication.azure.com/rooms/sanitized/participants:add?api-version=2022-02-01 + method: PATCH + uri: https://sanitized.communication.azure.com/rooms/sanitized/participants?api-version=2023-03-31-preview response: body: - string: '{"error": {"code": "InvalidInput", "message": "Identifier format is - invalid."}}' + string: '{"error": {"code": "BadRequest", "message": "Invalid value for the + Participants."}}' headers: api-supported-versions: - - '2022-02-01' + - 2022-02-01, 2023-03-31-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:10:26 GMT + - Fri, 26 May 2023 04:09:14 GMT ms-cv: - - quPuWPZ0Ik+aqQNAC7B83A.0 + - 4bo/XzFbtEW0Fbo/azBO/Q.0 + request-context: + - appId= transfer-encoding: - chunked x-azure-ref: - - 0MlCOYwAAAAD1uszgy6UoRZrPgFZXTk3vWVZSMzExMDAwMTE1MDIzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 06zBwZAAAAAAy9kkbHs4kQqeeYbR3uTEcWVZSMzExMDAwMTE1MDA5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-ms-error-code: - - InvalidInput + - BadRequest status: code: 400 message: Bad Request diff --git a/src/communication/azext_communication/tests/latest/recordings/test_rooms_add_valid_presenter_participant.yaml b/src/communication/azext_communication/tests/latest/recordings/test_rooms_add_valid_presenter_participant.yaml index e2aedec1090..5509f699e88 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_rooms_add_valid_presenter_participant.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_rooms_add_valid_presenter_participant.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: '{}' + body: '{"validFrom": null, "validUntil": null}' headers: Accept: - application/json @@ -9,45 +9,48 @@ interactions: Connection: - keep-alive Content-Length: - - '2' + - '39' Content-Type: - application/json Repeatability-First-Sent: - - '2022-12-05T20:10:29.716117Z' + - Fri, 26 May 2023 04:09:12 GMT Repeatability-Request-ID: - - dd8dadd3-74d8-11ed-aa35-a864f13124e5 + - 1250292e-fb7b-11ed-ae1e-8cf8c5abc371 User-Agent: - - azsdk-python-communication-rooms/1.0.0b2 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-rooms/1.0.0b3 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - RBNvo1WzZ4oRRq0W9+hknpT7T8If536DEMBg9hyq/4o= + - vBTkhrLFogng0nIWoP6/XqO3xl87GjFK9aShkzc8E3g= x-ms-date: - - Mon, 05 Dec 2022 20:10:29 GMT + - Fri, 26 May 2023 04:09:12 GMT x-ms-return-client-request-id: - 'true' method: POST - uri: https://sanitized.communication.azure.com/rooms?api-version=2022-02-01 + uri: https://sanitized.communication.azure.com/rooms?api-version=2023-03-31-preview response: body: - string: '{"id": "sanitized", "createdDateTime": "2022-12-05T20:10:30.8266453+00:00", - "validFrom": "2022-12-05T20:10:30.7575109+00:00", "validUntil": "2023-06-03T20:10:30.7575109+00:00", - "roomJoinPolicy": "InviteOnly", "participants": []}' + string: '{"id": "sanitized", "createdAt": "2023-05-26T04:09:13.5796914+00:00", + "validFrom": "2023-05-26T04:09:13.1523725+00:00", "validUntil": "2023-11-22T04:09:13.1523725+00:00"}' headers: + api-deprecated-versions: + - '2021-04-07' api-supported-versions: - - 2021-04-07, 2022-02-01 + - 2022-02-01, 2023-03-31-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:10:30 GMT + - Fri, 26 May 2023 04:09:13 GMT location: - - '99452990980788120' + - '99448360619594046' ms-cv: - - 2Iu1kPFZTUCrnzOcc3aySw.0 + - z+L8eN7gmUWpRd+lsw2htw.0 repeatability-result: - accepted + request-context: + - appId= transfer-encoding: - chunked x-azure-ref: - - 0NlCOYwAAAABnwGoB9U/1RbZq6d8Z/VMPWVZSMzExMDAwMTE1MDQ5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 06DBwZAAAAACK7gFKte78R79yTaWlLCxFWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE status: @@ -67,11 +70,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= x-ms-date: - - Mon, 05 Dec 2022 20:10:30 GMT + - Fri, 26 May 2023 04:09:13 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -82,31 +85,31 @@ interactions: headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '33' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:10:30 GMT + - Fri, 26 May 2023 04:09:14 GMT ms-cv: - - s0GOIVhIjkGEXb0oeksTyg.0 + - QPVljwRiwUS3tJgReVLKmw.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0N1COYwAAAACdaskNNJlOTZuQkYUp2QR5WVZSMzExMDAwMTE1MDIzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 06jBwZAAAAABIKpKfFSMlQIySyGEe0TT1WVZSMzExMDAwMTE1MDUxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 130ms + - 101ms status: code: 201 message: Created - request: - body: '{"participants": [{"communicationIdentifier": {"communicationUser": {"id": - "sanitized"}}, "role": "Presenter"}]}' + body: '{"participants": {"sanitized": + {"role": "Presenter"}}}' headers: Accept: - application/json @@ -115,36 +118,37 @@ interactions: Connection: - keep-alive Content-Length: - - '112' + - '124' Content-Type: - - application/json + - application/merge-patch+json User-Agent: - - azsdk-python-communication-rooms/1.0.0b2 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-rooms/1.0.0b3 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - akNHJ0HT7HpLzOwt+sBAHw8NyGOWTpzUjngnd51sKgo= + - jSV9ueU8bH9cEo5ILUMXt6GXnzLrsIQ76Us2Oa4jdJc= x-ms-date: - - Mon, 05 Dec 2022 20:10:31 GMT + - Fri, 26 May 2023 04:09:14 GMT x-ms-return-client-request-id: - 'true' - method: POST - uri: https://sanitized.communication.azure.com/rooms/sanitized/participants:add?api-version=2022-02-01 + method: PATCH + uri: https://sanitized.communication.azure.com/rooms/sanitized/participants?api-version=2023-03-31-preview response: body: - string: '{"participants": [{"communicationIdentifier": {"rawId": "sanitized", - "communicationUser": {"id": "sanitized"}}, "role": "Presenter"}]}' + string: '{}' headers: api-supported-versions: - - '2022-02-01' + - 2022-02-01, 2023-03-31-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:10:31 GMT + - Fri, 26 May 2023 04:09:15 GMT ms-cv: - - 5cBDXdZC70eidXvPNixnTQ.0 + - GyUXjRSyRE2XdoQqKfv59w.0 + request-context: + - appId= transfer-encoding: - chunked x-azure-ref: - - 0N1COYwAAAABC9amWI6oyS4tVYSLHmjuMWVZSMzExMDAwMTE1MDM5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 06zBwZAAAAAAogkxAvqAhRa8W3+IC1hGHWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE status: @@ -160,32 +164,33 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-communication-rooms/1.0.0b2 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-rooms/1.0.0b3 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= x-ms-date: - - Mon, 05 Dec 2022 20:10:31 GMT + - Fri, 26 May 2023 04:09:16 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/rooms/sanitized/participants?api-version=2022-02-01 + uri: https://sanitized.communication.azure.com/rooms/sanitized/participants?api-version=2023-03-31-preview response: body: - string: '{"participants": [{"communicationIdentifier": {"rawId": "sanitized", - "communicationUser": {"id": "sanitized"}}, "role": "Presenter"}]}' + string: '{"value": [{"rawId": "sanitized", "role": "Presenter"}]}' headers: api-supported-versions: - - '2022-02-01' + - 2022-02-01, 2023-03-31-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:10:32 GMT + - Fri, 26 May 2023 04:09:16 GMT ms-cv: - - 1xY0tH9fS0SN/TQv21qpzA.0 + - QHVod+45GU+pp0DQHgSqvQ.0 + request-context: + - appId= transfer-encoding: - chunked x-azure-ref: - - 0OFCOYwAAAADaC9ylZo5LTqFodz+08PUrWVZSMzExMDAwMTE1MDA5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 07DBwZAAAAABT/gldeFNWRJ9g2aLJLoqwWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE status: diff --git a/src/communication/azext_communication/tests/latest/recordings/test_rooms_create.yaml b/src/communication/azext_communication/tests/latest/recordings/test_rooms_create.yaml index d8843cc3079..daa08c33c7f 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_rooms_create.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_rooms_create.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: '{}' + body: '{"validFrom": null, "validUntil": null}' headers: Accept: - application/json @@ -9,45 +9,48 @@ interactions: Connection: - keep-alive Content-Length: - - '2' + - '39' Content-Type: - application/json Repeatability-First-Sent: - - '2022-12-05T20:12:53.919329Z' + - Fri, 26 May 2023 04:09:14 GMT Repeatability-Request-ID: - - 338157d3-74d9-11ed-a746-a864f13124e5 + - 137316ad-fb7b-11ed-9fd0-8cf8c5abc371 User-Agent: - - azsdk-python-communication-rooms/1.0.0b2 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-rooms/1.0.0b3 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - RBNvo1WzZ4oRRq0W9+hknpT7T8If536DEMBg9hyq/4o= + - vBTkhrLFogng0nIWoP6/XqO3xl87GjFK9aShkzc8E3g= x-ms-date: - - Mon, 05 Dec 2022 20:12:53 GMT + - Fri, 26 May 2023 04:09:14 GMT x-ms-return-client-request-id: - 'true' method: POST - uri: https://sanitized.communication.azure.com/rooms?api-version=2022-02-01 + uri: https://sanitized.communication.azure.com/rooms?api-version=2023-03-31-preview response: body: - string: '{"id": "sanitized", "createdDateTime": "2022-12-05T20:12:55.1195262+00:00", - "validFrom": "2022-12-05T20:12:54.956281+00:00", "validUntil": "2023-06-03T20:12:54.956281+00:00", - "roomJoinPolicy": "InviteOnly", "participants": []}' + string: '{"id": "sanitized", "createdAt": "2023-05-26T04:09:15.6128206+00:00", + "validFrom": "2023-05-26T04:09:15.1569459+00:00", "validUntil": "2023-11-22T04:09:15.1569459+00:00"}' headers: + api-deprecated-versions: + - '2021-04-07' api-supported-versions: - - 2021-04-07, 2022-02-01 + - 2022-02-01, 2023-03-31-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:12:54 GMT + - Fri, 26 May 2023 04:09:15 GMT location: - - '99443378930471540' + - '9946617369205971' ms-cv: - - JU0Zw2DZakewl4hMql5MVg.0 + - O70jw0yVukWf/WvKDD/ITg.0 repeatability-result: - accepted + request-context: + - appId= transfer-encoding: - chunked x-azure-ref: - - 0xlCOYwAAAADGYMHYvQ1gQY5ZeGSPFWi/WVZSMzExMDAwMTE1MDA5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 06jBwZAAAAAD16iJ8ypmjSZWYspTLnKegWVZSMzExMDAwMTE1MDMzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE status: diff --git a/src/communication/azext_communication/tests/latest/recordings/test_rooms_delete.yaml b/src/communication/azext_communication/tests/latest/recordings/test_rooms_delete.yaml index e7e0e22e14b..b94f7cd0121 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_rooms_delete.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_rooms_delete.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: '{}' + body: '{"validFrom": null, "validUntil": null}' headers: Accept: - application/json @@ -9,45 +9,48 @@ interactions: Connection: - keep-alive Content-Length: - - '2' + - '39' Content-Type: - application/json Repeatability-First-Sent: - - '2022-12-05T20:13:34.778673Z' + - Fri, 26 May 2023 04:09:15 GMT Repeatability-Request-ID: - - 4bdbfbeb-74d9-11ed-ae30-a864f13124e5 + - 13d8f376-fb7b-11ed-a362-8cf8c5abc371 User-Agent: - - azsdk-python-communication-rooms/1.0.0b2 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-rooms/1.0.0b3 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - RBNvo1WzZ4oRRq0W9+hknpT7T8If536DEMBg9hyq/4o= + - vBTkhrLFogng0nIWoP6/XqO3xl87GjFK9aShkzc8E3g= x-ms-date: - - Mon, 05 Dec 2022 20:13:34 GMT + - Fri, 26 May 2023 04:09:15 GMT x-ms-return-client-request-id: - 'true' method: POST - uri: https://sanitized.communication.azure.com/rooms?api-version=2022-02-01 + uri: https://sanitized.communication.azure.com/rooms?api-version=2023-03-31-preview response: body: - string: '{"id": "sanitized", "createdDateTime": "2022-12-05T20:13:36.0656393+00:00", - "validFrom": "2022-12-05T20:13:35.9400931+00:00", "validUntil": "2023-06-03T20:13:35.9400931+00:00", - "roomJoinPolicy": "InviteOnly", "participants": []}' + string: '{"id": "sanitized", "createdAt": "2023-05-26T04:09:16.1001348+00:00", + "validFrom": "2023-05-26T04:09:15.6454174+00:00", "validUntil": "2023-11-22T04:09:15.6454174+00:00"}' headers: + api-deprecated-versions: + - '2021-04-07' api-supported-versions: - - 2021-04-07, 2022-02-01 + - 2022-02-01, 2023-03-31-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:13:35 GMT + - Fri, 26 May 2023 04:09:16 GMT location: - - '99478061052196209' + - '99496660977532440' ms-cv: - - NimnshKe+kWiSIzZW0hJ6g.0 + - AlS3vhNrc0afMC4S9rAOVg.0 repeatability-result: - accepted + request-context: + - appId= transfer-encoding: - chunked x-azure-ref: - - 071COYwAAAACRTmhFJdLZQqxEtw+b2MguWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 06zBwZAAAAACNqhtVMxesTK/zOqzk9fkcWVZSMzExMDAwMTE1MDMzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE status: @@ -65,27 +68,31 @@ interactions: Content-Length: - '0' User-Agent: - - azsdk-python-communication-rooms/1.0.0b2 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-rooms/1.0.0b3 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= x-ms-date: - - Mon, 05 Dec 2022 20:13:35 GMT + - Fri, 26 May 2023 04:09:16 GMT x-ms-return-client-request-id: - 'true' method: DELETE - uri: https://sanitized.communication.azure.com/rooms/sanitized?api-version=2022-02-01 + uri: https://sanitized.communication.azure.com/rooms/sanitized?api-version=2023-03-31-preview response: body: string: '' headers: + api-deprecated-versions: + - '2021-04-07' api-supported-versions: - - 2021-04-07, 2022-02-01 + - 2022-02-01, 2023-03-31-preview date: - - Mon, 05 Dec 2022 20:13:36 GMT + - Fri, 26 May 2023 04:09:17 GMT ms-cv: - - m4GqsWerkUKFoyJFSZuBuA.0 + - nKWawYG+2kKwaoxQAhF44g.0 + request-context: + - appId= x-azure-ref: - - 08FCOYwAAAAC3DIjWXC07T7/2bWiufIBOWVZSMzExMDAwMTE1MDIzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 07DBwZAAAAABx0KUtViAUQrUMxiCeCp/ZWVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE status: diff --git a/src/communication/azext_communication/tests/latest/recordings/test_rooms_delete_participants.yaml b/src/communication/azext_communication/tests/latest/recordings/test_rooms_delete_participants.yaml index 46943abfcd9..f7b39814c26 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_rooms_delete_participants.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_rooms_delete_participants.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: '{}' + body: '{"validFrom": null, "validUntil": null}' headers: Accept: - application/json @@ -9,45 +9,48 @@ interactions: Connection: - keep-alive Content-Length: - - '2' + - '39' Content-Type: - application/json Repeatability-First-Sent: - - '2022-12-05T20:12:07.000146Z' + - Fri, 26 May 2023 04:09:14 GMT Repeatability-Request-ID: - - 178a0b3c-74d9-11ed-84ea-a864f13124e5 + - 13c7a875-fb7b-11ed-a1e4-8cf8c5abc371 User-Agent: - - azsdk-python-communication-rooms/1.0.0b2 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-rooms/1.0.0b3 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - RBNvo1WzZ4oRRq0W9+hknpT7T8If536DEMBg9hyq/4o= + - vBTkhrLFogng0nIWoP6/XqO3xl87GjFK9aShkzc8E3g= x-ms-date: - - Mon, 05 Dec 2022 20:12:07 GMT + - Fri, 26 May 2023 04:09:14 GMT x-ms-return-client-request-id: - 'true' method: POST - uri: https://sanitized.communication.azure.com/rooms?api-version=2022-02-01 + uri: https://sanitized.communication.azure.com/rooms?api-version=2023-03-31-preview response: body: - string: '{"id": "sanitized", "createdDateTime": "2022-12-05T20:12:08.1261296+00:00", - "validFrom": "2022-12-05T20:12:08.0457095+00:00", "validUntil": "2023-06-03T20:12:08.0457095+00:00", - "roomJoinPolicy": "InviteOnly", "participants": []}' + string: '{"id": "sanitized", "createdAt": "2023-05-26T04:09:15.5753778+00:00", + "validFrom": "2023-05-26T04:09:15.5251767+00:00", "validUntil": "2023-11-22T04:09:15.5251767+00:00"}' headers: + api-deprecated-versions: + - '2021-04-07' api-supported-versions: - - 2021-04-07, 2022-02-01 + - 2022-02-01, 2023-03-31-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:12:07 GMT + - Fri, 26 May 2023 04:09:15 GMT location: - - '99420433574933767' + - '99459037890039408' ms-cv: - - eo3T1NfowEWPD+xmXDmo/g.0 + - mlU0XckpA0KARwd5az93gA.0 repeatability-result: - accepted + request-context: + - appId= transfer-encoding: - chunked x-azure-ref: - - 0l1COYwAAAACQ9pkhk48ER53T3kbjAr66WVZSMzExMDAwMTE1MDQ3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 06zBwZAAAAACiPVLCTlbFTroCtHoBPnRSWVZSMzExMDAwMTE1MDMzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE status: @@ -67,11 +70,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= x-ms-date: - - Mon, 05 Dec 2022 20:12:07 GMT + - Fri, 26 May 2023 04:09:15 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -82,31 +85,31 @@ interactions: headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '33' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:12:08 GMT + - Fri, 26 May 2023 04:09:15 GMT ms-cv: - - 4tgs4UI5MEWMZwECz6WYdg.0 + - V+D29ZDbPUqXWyhMYmLX4w.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0mFCOYwAAAADjdwhrHh43RLUPJyzq/greWVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 07DBwZAAAAACQKYOOcBNnSrZFKKsXNCpPWVZSMzExMDAwMTE1MDA5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 130ms + - 105ms status: code: 201 message: Created - request: - body: '{"participants": [{"communicationIdentifier": {"communicationUser": {"id": - "sanitized"}}, "role": "Consumer"}]}' + body: '{"participants": {"sanitized": + {"role": "Consumer"}}}' headers: Accept: - application/json @@ -115,44 +118,45 @@ interactions: Connection: - keep-alive Content-Length: - - '111' + - '123' Content-Type: - - application/json + - application/merge-patch+json User-Agent: - - azsdk-python-communication-rooms/1.0.0b2 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-rooms/1.0.0b3 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - JAGljsmfdzTteLC90LfYlLVUbkLrWUV7EdBOR7XPHqg= + - dvm5zkpT7n0oQcKSbFifKy7Ea1Nb8DA5I5g4m4UB8XM= x-ms-date: - - Mon, 05 Dec 2022 20:12:08 GMT + - Fri, 26 May 2023 04:09:16 GMT x-ms-return-client-request-id: - 'true' - method: POST - uri: https://sanitized.communication.azure.com/rooms/sanitized/participants:add?api-version=2022-02-01 + method: PATCH + uri: https://sanitized.communication.azure.com/rooms/sanitized/participants?api-version=2023-03-31-preview response: body: - string: '{"participants": [{"communicationIdentifier": {"rawId": "sanitized", - "communicationUser": {"id": "sanitized"}}, "role": "Consumer"}]}' + string: '{}' headers: api-supported-versions: - - '2022-02-01' + - 2022-02-01, 2023-03-31-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:12:09 GMT + - Fri, 26 May 2023 04:09:17 GMT ms-cv: - - H9VBosJhX0myEe2WBQLI3A.0 + - QWD8Tm6tKkOnzdy0FS+EmQ.0 + request-context: + - appId= transfer-encoding: - chunked x-azure-ref: - - 0mVCOYwAAAABHNnYMUmsWR7fwTlswntgtWVZSMzBFREdFMDMwOQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 07DBwZAAAAADIZrCPGU83Tq+AEtLdcYnEWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE status: code: 200 message: OK - request: - body: '{"participants": [{"communicationIdentifier": {"communicationUser": {"id": - "sanitized"}}}]}' + body: '{"participants": {"sanitized": + null}}' headers: Accept: - application/json @@ -161,35 +165,37 @@ interactions: Connection: - keep-alive Content-Length: - - '91' + - '107' Content-Type: - - application/json + - application/merge-patch+json User-Agent: - - azsdk-python-communication-rooms/1.0.0b2 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-rooms/1.0.0b3 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - IdqcUOxrpUHBX4HSRyCCtgZuy5QLIHp4t+tg845t9FQ= + - nIHHyQZpzuacGl/kBW6MQpfC7gJVTVa+j9rWho7kN4g= x-ms-date: - - Mon, 05 Dec 2022 20:12:09 GMT + - Fri, 26 May 2023 04:09:17 GMT x-ms-return-client-request-id: - 'true' - method: POST - uri: https://sanitized.communication.azure.com/rooms/sanitized/participants:remove?api-version=2022-02-01 + method: PATCH + uri: https://sanitized.communication.azure.com/rooms/sanitized/participants?api-version=2023-03-31-preview response: body: - string: '{"participants": []}' + string: '{}' headers: api-supported-versions: - - '2022-02-01' + - 2022-02-01, 2023-03-31-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:12:10 GMT + - Fri, 26 May 2023 04:09:18 GMT ms-cv: - - Hh1OHCVfmEyvY1/z2bekzQ.0 + - wBUXCzgPlkecc6W4ktJR5w.0 + request-context: + - appId= transfer-encoding: - chunked x-azure-ref: - - 0mlCOYwAAAADdth6SWsdJQ6AXDlvTlXvpWVZSMzBFREdFMDMxNQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 07TBwZAAAAADrm54C6LBJSaBkpjNtbeLnWVZSMzExMDAwMTE1MDIzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE status: @@ -205,31 +211,33 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-communication-rooms/1.0.0b2 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-rooms/1.0.0b3 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= x-ms-date: - - Mon, 05 Dec 2022 20:12:10 GMT + - Fri, 26 May 2023 04:09:18 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/rooms/sanitized/participants?api-version=2022-02-01 + uri: https://sanitized.communication.azure.com/rooms/sanitized/participants?api-version=2023-03-31-preview response: body: - string: '{"participants": []}' + string: '{"value": []}' headers: api-supported-versions: - - '2022-02-01' + - 2022-02-01, 2023-03-31-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:12:11 GMT + - Fri, 26 May 2023 04:09:19 GMT ms-cv: - - lhBP8BXmdU+fzo0dqeE3kQ.0 + - nTr0Wu59yUmMYeyxpErWcA.0 + request-context: + - appId= transfer-encoding: - chunked x-azure-ref: - - 0m1COYwAAAABtFrqc/ZtYRLH8LjGR2bctWVZSMzExMDAwMTE1MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 07zBwZAAAAACOIwKVxxsiRZltGYGD+8XqWVZSMzExMDAwMTE1MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE status: diff --git a/src/communication/azext_communication/tests/latest/recordings/test_rooms_delete_with_id_with_invalid_length.yaml b/src/communication/azext_communication/tests/latest/recordings/test_rooms_delete_with_id_with_invalid_length.yaml index fd15eeb556d..5d97cc5841d 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_rooms_delete_with_id_with_invalid_length.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_rooms_delete_with_id_with_invalid_length.yaml @@ -11,35 +11,39 @@ interactions: Content-Length: - '0' User-Agent: - - azsdk-python-communication-rooms/1.0.0b2 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-rooms/1.0.0b3 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= x-ms-date: - - Mon, 05 Dec 2022 20:13:38 GMT + - Fri, 26 May 2023 04:09:15 GMT x-ms-return-client-request-id: - 'true' method: DELETE - uri: https://sanitized.communication.azure.com/rooms/f-1234567890?api-version=2022-02-01 + uri: https://sanitized.communication.azure.com/rooms/f-1234567890?api-version=2023-03-31-preview response: body: - string: '{"error": {"code": "InvalidInput", "message": "Invalid Room ID length."}}' + string: '{"error": {"code": "BadRequest", "message": "Invalid room ID length."}}' headers: + api-deprecated-versions: + - '2021-04-07' api-supported-versions: - - 2021-04-07, 2022-02-01 + - 2022-02-01, 2023-03-31-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:13:38 GMT + - Fri, 26 May 2023 04:09:16 GMT ms-cv: - - eOjz7lkv4UmZPJIW/qG7JQ.0 + - oGZe9s9zVUSV7tLYkBSrDQ.0 + request-context: + - appId= transfer-encoding: - chunked x-azure-ref: - - 081COYwAAAAD+uFWYeLZmSJ0ufQ3eVkPMWVZSMzBFREdFMDMxMgA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 06zBwZAAAAACkkMQTwwwaRKOgQeMdtHoeWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-ms-error-code: - - InvalidInput + - BadRequest status: code: 400 message: Bad Request diff --git a/src/communication/azext_communication/tests/latest/recordings/test_rooms_get.yaml b/src/communication/azext_communication/tests/latest/recordings/test_rooms_get.yaml index 8d597c3c1e1..838d3dc6b69 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_rooms_get.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_rooms_get.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: '{}' + body: '{"validFrom": null, "validUntil": null}' headers: Accept: - application/json @@ -9,45 +9,48 @@ interactions: Connection: - keep-alive Content-Length: - - '2' + - '39' Content-Type: - application/json Repeatability-First-Sent: - - '2022-12-05T20:14:30.172761Z' + - Fri, 26 May 2023 04:10:46 GMT Repeatability-Request-ID: - - 6ce0737a-74d9-11ed-8416-a864f13124e5 + - 4a9a485e-fb7b-11ed-a31d-8cf8c5abc371 User-Agent: - - azsdk-python-communication-rooms/1.0.0b2 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-rooms/1.0.0b3 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - RBNvo1WzZ4oRRq0W9+hknpT7T8If536DEMBg9hyq/4o= + - vBTkhrLFogng0nIWoP6/XqO3xl87GjFK9aShkzc8E3g= x-ms-date: - - Mon, 05 Dec 2022 20:14:30 GMT + - Fri, 26 May 2023 04:10:46 GMT x-ms-return-client-request-id: - 'true' method: POST - uri: https://sanitized.communication.azure.com/rooms?api-version=2022-02-01 + uri: https://sanitized.communication.azure.com/rooms?api-version=2023-03-31-preview response: body: - string: '{"id": "sanitized", "createdDateTime": "2022-12-05T20:14:31.3328789+00:00", - "validFrom": "2022-12-05T20:14:31.2196644+00:00", "validUntil": "2023-06-03T20:14:31.2196644+00:00", - "roomJoinPolicy": "InviteOnly", "participants": []}' + string: '{"id": "sanitized", "createdAt": "2023-05-26T04:10:48.2242806+00:00", + "validFrom": "2023-05-26T04:10:47.5357164+00:00", "validUntil": "2023-11-22T04:10:47.5357164+00:00"}' headers: + api-deprecated-versions: + - '2021-04-07' api-supported-versions: - - 2021-04-07, 2022-02-01 + - 2022-02-01, 2023-03-31-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:14:30 GMT + - Fri, 26 May 2023 04:10:47 GMT location: - - '99483079637320747' + - '99468643422994585' ms-cv: - - hTGOeJVx4kix2Imdutgy6A.0 + - E2hMZYvI00Oy8EJaOuWhtQ.0 repeatability-result: - accepted + request-context: + - appId= transfer-encoding: - chunked x-azure-ref: - - 0JlGOYwAAAAD5fPlTMwpwSr880wyosm8tWVZSMzExMDAwMTE1MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0RzFwZAAAAAClHH8nHFWdR44WlrdeIvqgWVZSMzExMDAwMTE1MDExADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE status: @@ -63,33 +66,36 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-communication-rooms/1.0.0b2 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-rooms/1.0.0b3 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= x-ms-date: - - Mon, 05 Dec 2022 20:14:31 GMT + - Fri, 26 May 2023 04:10:48 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/rooms/sanitized?api-version=2022-02-01 + uri: https://sanitized.communication.azure.com/rooms/sanitized?api-version=2023-03-31-preview response: body: - string: '{"id": "sanitized", "createdDateTime": "2022-12-05T20:14:31.3328789+00:00", - "validFrom": "2022-12-05T20:14:31.2196644+00:00", "validUntil": "2023-06-03T20:14:31.2196644+00:00", - "roomJoinPolicy": "InviteOnly", "participants": []}' + string: '{"id": "sanitized", "createdAt": "2023-05-26T04:10:48.2242806+00:00", + "validFrom": "2023-05-26T04:10:47.5357164+00:00", "validUntil": "2023-11-22T04:10:47.5357164+00:00"}' headers: + api-deprecated-versions: + - '2021-04-07' api-supported-versions: - - 2021-04-07, 2022-02-01 + - 2022-02-01, 2023-03-31-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:14:31 GMT + - Fri, 26 May 2023 04:10:47 GMT ms-cv: - - 2jBSrPBTOkmsW8vTnWDO/w.0 + - HlE9eUtM3UGx5BnaT4rgSg.0 + request-context: + - appId= transfer-encoding: - chunked x-azure-ref: - - 0J1GOYwAAAAAmg9kGiOQ8RLf1xci3tgJtWVZSMzExMDAwMTE1MDIzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0SDFwZAAAAADBMtnrXOcKR749UyfA5JLFWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE status: diff --git a/src/communication/azext_communication/tests/latest/recordings/test_rooms_get_default_participants.yaml b/src/communication/azext_communication/tests/latest/recordings/test_rooms_get_default_participants.yaml index 2d497dcd48d..4d20bda4c00 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_rooms_get_default_participants.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_rooms_get_default_participants.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: '{}' + body: '{"validFrom": null, "validUntil": null}' headers: Accept: - application/json @@ -9,45 +9,48 @@ interactions: Connection: - keep-alive Content-Length: - - '2' + - '39' Content-Type: - application/json Repeatability-First-Sent: - - '2022-12-05T20:15:11.908904Z' + - Fri, 26 May 2023 04:10:48 GMT Repeatability-Request-ID: - - 85c0e196-74d9-11ed-b986-a864f13124e5 + - 4ba99975-fb7b-11ed-a404-8cf8c5abc371 User-Agent: - - azsdk-python-communication-rooms/1.0.0b2 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-rooms/1.0.0b3 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - RBNvo1WzZ4oRRq0W9+hknpT7T8If536DEMBg9hyq/4o= + - vBTkhrLFogng0nIWoP6/XqO3xl87GjFK9aShkzc8E3g= x-ms-date: - - Mon, 05 Dec 2022 20:15:11 GMT + - Fri, 26 May 2023 04:10:48 GMT x-ms-return-client-request-id: - 'true' method: POST - uri: https://sanitized.communication.azure.com/rooms?api-version=2022-02-01 + uri: https://sanitized.communication.azure.com/rooms?api-version=2023-03-31-preview response: body: - string: '{"id": "sanitized", "createdDateTime": "2022-12-05T20:15:13.0885871+00:00", - "validFrom": "2022-12-05T20:15:12.9743651+00:00", "validUntil": "2023-06-03T20:15:12.9743651+00:00", - "roomJoinPolicy": "InviteOnly", "participants": []}' + string: '{"id": "sanitized", "createdAt": "2023-05-26T04:10:49.2562808+00:00", + "validFrom": "2023-05-26T04:10:48.9875243+00:00", "validUntil": "2023-11-22T04:10:48.9875243+00:00"}' headers: + api-deprecated-versions: + - '2021-04-07' api-supported-versions: - - 2021-04-07, 2022-02-01 + - 2022-02-01, 2023-03-31-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:15:13 GMT + - Fri, 26 May 2023 04:10:48 GMT location: - - '99416503393125484' + - '99490744908276800' ms-cv: - - KQ8rzSbLPEafVHvADcEUIA.0 + - HpCO4xscek+JtRZvP64I9w.0 repeatability-result: - accepted + request-context: + - appId= transfer-encoding: - chunked x-azure-ref: - - 0UFGOYwAAAAB1/mNeMETJRbR3rHRLWfaMWVZSMzExMDAwMTE1MDE5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0SDFwZAAAAADuLUZr4FX0SYLnLxcxF5UfWVZSMzExMDAwMTE1MDExADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE status: @@ -63,71 +66,33 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-communication-rooms/1.0.0b2 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-rooms/1.0.0b3 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= x-ms-date: - - Mon, 05 Dec 2022 20:15:12 GMT + - Fri, 26 May 2023 04:10:49 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/rooms/sanitized/participants?api-version=2022-02-01 + uri: https://sanitized.communication.azure.com/rooms/sanitized/participants?api-version=2023-03-31-preview response: body: - string: '{"participants": []}' + string: '{"value": []}' headers: api-supported-versions: - - '2022-02-01' + - 2022-02-01, 2023-03-31-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:15:14 GMT + - Fri, 26 May 2023 04:10:49 GMT ms-cv: - - txC2V/tsKEqAgU6Nz3jCqw.0 + - sc6tytlx606ZJV5jBiKsSQ.0 + request-context: + - appId= transfer-encoding: - chunked x-azure-ref: - - 0UVGOYwAAAABLjRMs72smSrhTpSg/6FGCWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== - x-cache: - - CONFIG_NOCACHE - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-communication-rooms/1.0.0b2 Python/3.8.10 (Windows-10-10.0.22621-SP0) - x-ms-content-sha256: - - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= - x-ms-date: - - Mon, 05 Dec 2022 20:15:13 GMT - x-ms-return-client-request-id: - - 'true' - method: GET - uri: https://sanitized.communication.azure.com/rooms/sanitized/participants?api-version=2022-02-01 - response: - body: - string: '{"participants": []}' - headers: - api-supported-versions: - - '2022-02-01' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 05 Dec 2022 20:15:14 GMT - ms-cv: - - b4X/8fHONkqLoKMEZsWQmQ.0 - transfer-encoding: - - chunked - x-azure-ref: - - 0UlGOYwAAAACC/5HVKJPKS7k+jLI9eXauWVZSMzBFREdFMDMxNQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0STFwZAAAAAD25v6SDKZdTYfkTh1VL7bVWVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE status: diff --git a/src/communication/azext_communication/tests/latest/recordings/test_rooms_list.yaml b/src/communication/azext_communication/tests/latest/recordings/test_rooms_list.yaml new file mode 100644 index 00000000000..df23e8bd150 --- /dev/null +++ b/src/communication/azext_communication/tests/latest/recordings/test_rooms_list.yaml @@ -0,0 +1,46 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AzureCli/1.6 azsdk-python-communication-rooms/1.0.0b3 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:10:47 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/rooms?api-version=2023-03-31-preview + response: + body: + string: '{"value": []}' + headers: + api-deprecated-versions: + - '2021-04-07' + api-supported-versions: + - 2022-02-01, 2023-03-31-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:10:47 GMT + ms-cv: + - CJS5o1sfQ0iDz9NaKpInmw.0 + request-context: + - appId= + transfer-encoding: + - chunked + x-azure-ref: + - 0RzFwZAAAAAARJXh8AJLfRbqKixTEtsUDWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + status: + code: 200 + message: OK +version: 1 diff --git a/src/communication/azext_communication/tests/latest/recordings/test_rooms_update_invalid_elapsed_time.yaml b/src/communication/azext_communication/tests/latest/recordings/test_rooms_update_invalid_elapsed_time.yaml index 0a9b94f1f97..4ccbaec95e6 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_rooms_update_invalid_elapsed_time.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_rooms_update_invalid_elapsed_time.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: '{}' + body: '{"validFrom": null, "validUntil": null}' headers: Accept: - application/json @@ -9,48 +9,100 @@ interactions: Connection: - keep-alive Content-Length: - - '2' + - '39' Content-Type: - application/json Repeatability-First-Sent: - - '2022-12-05T20:14:59.156999Z' + - Fri, 26 May 2023 04:11:24 GMT Repeatability-Request-ID: - - 7e27184c-74d9-11ed-ac61-a864f13124e5 + - 612ebea2-fb7b-11ed-9966-8cf8c5abc371 User-Agent: - - azsdk-python-communication-rooms/1.0.0b2 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-rooms/1.0.0b3 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - RBNvo1WzZ4oRRq0W9+hknpT7T8If536DEMBg9hyq/4o= + - vBTkhrLFogng0nIWoP6/XqO3xl87GjFK9aShkzc8E3g= x-ms-date: - - Mon, 05 Dec 2022 20:14:59 GMT + - Fri, 26 May 2023 04:11:24 GMT x-ms-return-client-request-id: - 'true' method: POST - uri: https://sanitized.communication.azure.com/rooms?api-version=2022-02-01 + uri: https://sanitized.communication.azure.com/rooms?api-version=2023-03-31-preview response: body: - string: '{"id": "sanitized", "createdDateTime": "2022-12-05T20:14:59.9958899+00:00", - "validFrom": "2022-12-05T20:14:59.885465+00:00", "validUntil": "2023-06-03T20:14:59.885465+00:00", - "roomJoinPolicy": "InviteOnly", "participants": []}' + string: '{"id": "sanitized", "createdAt": "2023-05-26T04:11:25.3597549+00:00", + "validFrom": "2023-05-26T04:11:25.1141727+00:00", "validUntil": "2023-11-22T04:11:25.1141727+00:00"}' headers: + api-deprecated-versions: + - '2021-04-07' api-supported-versions: - - 2021-04-07, 2022-02-01 + - 2022-02-01, 2023-03-31-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:14:59 GMT + - Fri, 26 May 2023 04:11:24 GMT location: - - '99441785570294962' + - '99485567759165321' ms-cv: - - tORZSwO7bkK95uT+f7Pdvw.0 + - 9XMnR3fTuEGc7KUksCBxSw.0 repeatability-result: - accepted + request-context: + - appId= transfer-encoding: - chunked x-azure-ref: - - 0Q1GOYwAAAACtMd9tZbjyRaajFpE2D3gEWVZSMzExMDAwMTE1MDIzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0bTFwZAAAAADwxiS4MlAQQqB9RBx8hWHlWVZSMzExMDAwMTE1MDExADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE status: code: 201 message: Created +- request: + body: '{"validFrom": "2022-11-22T19:14:59.829926+00:00", "validUntil": "2022-11-23"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '77' + Content-Type: + - application/merge-patch+json + User-Agent: + - AzureCli/1.6 azsdk-python-communication-rooms/1.0.0b3 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - zlWO4EFhT1ervgHolxeGoDg90Trj1w0sz1JnhetMYZs= + x-ms-date: + - Fri, 26 May 2023 04:11:25 GMT + x-ms-return-client-request-id: + - 'true' + method: PATCH + uri: https://sanitized.communication.azure.com/rooms/sanitized?api-version=2023-03-31-preview + response: + body: + string: '{"error": {"code": "BadRequest", "message": "The request could not + be understood by the server due to malformed syntax.", "details": [{"code": + "BadArgument", "message": "The time range end is in the past.", "target": + "ValidUntil"}]}}' + headers: + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:25 GMT + ms-cv: + - yexAEP/8A0a/Dd74xIwXgQ.0 + request-context: + - appId= + transfer-encoding: + - chunked + x-azure-ref: + - 0bTFwZAAAAAArzsCGKhRQTYWCrScFHpt5WVZSMzExMDAwMTE1MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-ms-error-code: + - BadRequest + status: + code: 400 + message: Bad Request version: 1 diff --git a/src/communication/azext_communication/tests/latest/recordings/test_rooms_update_multiple_participants.yaml b/src/communication/azext_communication/tests/latest/recordings/test_rooms_update_multiple_participants.yaml index 8e2a55e63e5..b91c9d63a06 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_rooms_update_multiple_participants.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_rooms_update_multiple_participants.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: '{}' + body: '{"validFrom": null, "validUntil": null}' headers: Accept: - application/json @@ -9,45 +9,48 @@ interactions: Connection: - keep-alive Content-Length: - - '2' + - '39' Content-Type: - application/json Repeatability-First-Sent: - - '2022-12-05T20:16:50.063003Z' + - Fri, 26 May 2023 04:10:52 GMT Repeatability-Request-ID: - - c0420214-74d9-11ed-a7a5-a864f13124e5 + - 4de8deec-fb7b-11ed-87c4-8cf8c5abc371 User-Agent: - - azsdk-python-communication-rooms/1.0.0b2 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-rooms/1.0.0b3 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - RBNvo1WzZ4oRRq0W9+hknpT7T8If536DEMBg9hyq/4o= + - vBTkhrLFogng0nIWoP6/XqO3xl87GjFK9aShkzc8E3g= x-ms-date: - - Mon, 05 Dec 2022 20:16:50 GMT + - Fri, 26 May 2023 04:10:52 GMT x-ms-return-client-request-id: - 'true' method: POST - uri: https://sanitized.communication.azure.com/rooms?api-version=2022-02-01 + uri: https://sanitized.communication.azure.com/rooms?api-version=2023-03-31-preview response: body: - string: '{"id": "sanitized", "createdDateTime": "2022-12-05T20:16:51.0218431+00:00", - "validFrom": "2022-12-05T20:16:50.9542493+00:00", "validUntil": "2023-06-03T20:16:50.9542493+00:00", - "roomJoinPolicy": "InviteOnly", "participants": []}' + string: '{"id": "sanitized", "createdAt": "2023-05-26T04:10:53.2849843+00:00", + "validFrom": "2023-05-26T04:10:52.9129019+00:00", "validUntil": "2023-11-22T04:10:52.9129019+00:00"}' headers: + api-deprecated-versions: + - '2021-04-07' api-supported-versions: - - 2021-04-07, 2022-02-01 + - 2022-02-01, 2023-03-31-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:16:50 GMT + - Fri, 26 May 2023 04:10:53 GMT location: - - '99475558858230044' + - '99475024204739367' ms-cv: - - Qgp1mOn3602ueX/sDNOd+A.0 + - Ak/wmKCNj0qlLoD3uTMIIA.0 repeatability-result: - accepted + request-context: + - appId= transfer-encoding: - chunked x-azure-ref: - - 0slGOYwAAAAAEejm1jIF1R7kqzKDvgyjrWVZSMzBFREdFMDMxNgA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0TDFwZAAAAADGanGPcy0KRZNyQSlqACAQWVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE status: @@ -67,11 +70,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= x-ms-date: - - Mon, 05 Dec 2022 20:16:50 GMT + - Fri, 26 May 2023 04:10:53 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -82,25 +85,25 @@ interactions: headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '33' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:16:51 GMT + - Fri, 26 May 2023 04:10:53 GMT ms-cv: - - IPSWeJr2o0y/k4q1Ywmqrg.0 + - w2MunsRpeEW9s08caDntAQ.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0s1GOYwAAAAA6gyAhl5BkTp2iM/U0guS0WVZSMzBFREdFMDMxNQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0TTFwZAAAAADh9w00wdboRpm2vpk+sc1XWVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 68ms + - 105ms status: code: 201 message: Created @@ -118,11 +121,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= x-ms-date: - - Mon, 05 Dec 2022 20:16:51 GMT + - Fri, 26 May 2023 04:10:54 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -133,32 +136,32 @@ interactions: headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '33' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:16:51 GMT + - Fri, 26 May 2023 04:10:54 GMT ms-cv: - - 1zGCeA+1bEuYAT/cpFX7aw.0 + - TbsSpBrClUGC3/QtSOlCxw.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0s1GOYwAAAADtr7f+N/0qQ4nS3S8I5F4nWVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0TjFwZAAAAAAboq859lG+SrU84ynBAwskWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 133ms + - 103ms status: code: 201 message: Created - request: - body: '{"participants": [{"communicationIdentifier": {"communicationUser": {"id": - "sanitized"}}, "role": "Presenter"}, {"communicationIdentifier": {"communicationUser": - {"id": "sanitized"}}, "role": "Consumer"}]}' + body: '{"participants": {"sanitized": + {"role": "Presenter"}, "sanitized": + {"role": "Consumer"}}}' headers: Accept: - application/json @@ -167,38 +170,37 @@ interactions: Connection: - keep-alive Content-Length: - - '205' + - '229' Content-Type: - - application/json + - application/merge-patch+json User-Agent: - - azsdk-python-communication-rooms/1.0.0b2 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-rooms/1.0.0b3 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - sjDTAHuHbI88YXgxEh7qSiXyYz4HnIEoprEI/B2/Zbo= + - 5CXyDEqw4Y71aXYwRc6OrniJb55GhAFzZUCHdQYIrYk= x-ms-date: - - Mon, 05 Dec 2022 20:16:51 GMT + - Fri, 26 May 2023 04:10:54 GMT x-ms-return-client-request-id: - 'true' - method: POST - uri: https://sanitized.communication.azure.com/rooms/sanitized/participants:add?api-version=2022-02-01 + method: PATCH + uri: https://sanitized.communication.azure.com/rooms/sanitized/participants?api-version=2023-03-31-preview response: body: - string: '{"participants": [{"communicationIdentifier": {"rawId": "sanitized", - "communicationUser": {"id": "sanitized"}}, "role": "Presenter"}, {"communicationIdentifier": - {"rawId": "sanitized", "communicationUser": {"id": "sanitized"}}, "role": - "Consumer"}]}' + string: '{}' headers: api-supported-versions: - - '2022-02-01' + - 2022-02-01, 2023-03-31-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:16:51 GMT + - Fri, 26 May 2023 04:10:54 GMT ms-cv: - - ca08NwftgE2cJCLnySP76g.0 + - KEHIBPhxGEiMygMrjRAM2g.0 + request-context: + - appId= transfer-encoding: - chunked x-azure-ref: - - 0tFGOYwAAAADSFTO798+QTbKD1clSQg6JWVZSMzBFREdFMDMxOQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0TjFwZAAAAAC79EYhBe3gRq2CnCaC8Rq6WVZSMzExMDAwMTE1MDExADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE status: @@ -214,34 +216,34 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-communication-rooms/1.0.0b2 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-rooms/1.0.0b3 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= x-ms-date: - - Mon, 05 Dec 2022 20:16:52 GMT + - Fri, 26 May 2023 04:10:55 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/rooms/sanitized/participants?api-version=2022-02-01 + uri: https://sanitized.communication.azure.com/rooms/sanitized/participants?api-version=2023-03-31-preview response: body: - string: '{"participants": [{"communicationIdentifier": {"rawId": "sanitized", - "communicationUser": {"id": "sanitized"}}, "role": "Presenter"}, {"communicationIdentifier": - {"rawId": "sanitized", "communicationUser": {"id": "sanitized"}}, "role": - "Consumer"}]}' + string: '{"value": [{"rawId": "sanitized", "role": "Presenter"}, {"rawId": "sanitized", + "role": "Consumer"}]}' headers: api-supported-versions: - - '2022-02-01' + - 2022-02-01, 2023-03-31-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:16:53 GMT + - Fri, 26 May 2023 04:10:54 GMT ms-cv: - - RMUY8llVyU6UL9rN09B5oQ.0 + - kg4YrVS5vU2zXxtuTl3m6g.0 + request-context: + - appId= transfer-encoding: - chunked x-azure-ref: - - 0tFGOYwAAAAAFLe2uO2MeQ5MQpQoTp1u+WVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0TzFwZAAAAACLGgobA0doS75cEVy6PItvWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE status: diff --git a/src/communication/azext_communication/tests/latest/recordings/test_rooms_update_valid_elapsed_time.yaml b/src/communication/azext_communication/tests/latest/recordings/test_rooms_update_valid_elapsed_time.yaml index 97e05b83c25..278f66b6ce1 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_rooms_update_valid_elapsed_time.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_rooms_update_valid_elapsed_time.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: '{}' + body: '{"validFrom": null, "validUntil": null}' headers: Accept: - application/json @@ -9,52 +9,55 @@ interactions: Connection: - keep-alive Content-Length: - - '2' + - '39' Content-Type: - application/json Repeatability-First-Sent: - - '2022-12-05T20:17:44.006264Z' + - Fri, 26 May 2023 04:11:21 GMT Repeatability-Request-ID: - - e06918b1-74d9-11ed-b256-a864f13124e5 + - 5f7bbb15-fb7b-11ed-a907-8cf8c5abc371 User-Agent: - - azsdk-python-communication-rooms/1.0.0b2 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-rooms/1.0.0b3 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - RBNvo1WzZ4oRRq0W9+hknpT7T8If536DEMBg9hyq/4o= + - vBTkhrLFogng0nIWoP6/XqO3xl87GjFK9aShkzc8E3g= x-ms-date: - - Mon, 05 Dec 2022 20:17:44 GMT + - Fri, 26 May 2023 04:11:21 GMT x-ms-return-client-request-id: - 'true' method: POST - uri: https://sanitized.communication.azure.com/rooms?api-version=2022-02-01 + uri: https://sanitized.communication.azure.com/rooms?api-version=2023-03-31-preview response: body: - string: '{"id": "sanitized", "createdDateTime": "2022-12-05T20:17:44.8467148+00:00", - "validFrom": "2022-12-05T20:17:44.7733634+00:00", "validUntil": "2023-06-03T20:17:44.7733634+00:00", - "roomJoinPolicy": "InviteOnly", "participants": []}' + string: '{"id": "sanitized", "createdAt": "2023-05-26T04:11:23.0711236+00:00", + "validFrom": "2023-05-26T04:11:22.5631446+00:00", "validUntil": "2023-11-22T04:11:22.5631446+00:00"}' headers: + api-deprecated-versions: + - '2021-04-07' api-supported-versions: - - 2021-04-07, 2022-02-01 + - 2022-02-01, 2023-03-31-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:17:44 GMT + - Fri, 26 May 2023 04:11:22 GMT location: - - '99448959145144069' + - '99459197415636000' ms-cv: - - psK92/w3jkGpQMu8krk4KA.0 + - ulOjRCz3AUiuxedcIR00Fw.0 repeatability-result: - accepted + request-context: + - appId= transfer-encoding: - chunked x-azure-ref: - - 06FGOYwAAAADeGyRfzFVjSo4IphmgVUJKWVZSMzExMDAwMTE1MDQ1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0ajFwZAAAAADQdHrk6LYAToVTF8qlmlZsWVZSMzExMDAwMTE1MDA5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE status: code: 201 message: Created - request: - body: '{"validFrom": "2023-01-24T23:09:10.357939Z", "validUntil": "2023-06-25T13:09:10.357939Z"}' + body: '{"validFrom": "2023-05-26T05:11:23.154220", "validUntil": "2023-05-26T06:11:23.154220"}' headers: Accept: - application/json @@ -63,37 +66,40 @@ interactions: Connection: - keep-alive Content-Length: - - '89' + - '87' Content-Type: - - application/json + - application/merge-patch+json User-Agent: - - azsdk-python-communication-rooms/1.0.0b2 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-rooms/1.0.0b3 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - ze7Pj7x3LdvRVi31wpUWIqPSPy/xMfGnMQe42VJMsFw= + - NaGuQ7eByrL4+9Zrd/lkrD/6H+wYGoM4xlCchqr7SV4= x-ms-date: - - Mon, 05 Dec 2022 20:17:44 GMT + - Fri, 26 May 2023 04:11:23 GMT x-ms-return-client-request-id: - 'true' method: PATCH - uri: https://sanitized.communication.azure.com/rooms/sanitized?api-version=2022-02-01 + uri: https://sanitized.communication.azure.com/rooms/sanitized?api-version=2023-03-31-preview response: body: - string: '{"id": "sanitized", "createdDateTime": "2022-12-05T20:17:44.8467148+00:00", - "validFrom": "2023-01-24T23:09:10.357939+00:00", "validUntil": "2023-06-25T13:09:10.357939+00:00", - "roomJoinPolicy": "InviteOnly", "participants": []}' + string: '{"id": "sanitized", "createdAt": "2023-05-26T04:11:23.0711236+00:00", + "validFrom": "2023-05-26T05:11:23.15422+00:00", "validUntil": "2023-05-26T06:11:23.15422+00:00"}' headers: + api-deprecated-versions: + - '2021-04-07' api-supported-versions: - - 2021-04-07, 2022-02-01 + - 2022-02-01, 2023-03-31-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:17:44 GMT + - Fri, 26 May 2023 04:11:23 GMT ms-cv: - - aGvbM79Y50CbnDvaVnm+qA.0 + - hR6wNkyL+UecdXjCGeyFbw.0 + request-context: + - appId= transfer-encoding: - chunked x-azure-ref: - - 06VGOYwAAAADod7BcOv6LRqqhirocdlSGWVZSMzExMDAwMTE1MDExADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0azFwZAAAAADuq+Vn7NeDSrifCMTKt4z2WVZSMzExMDAwMTE1MDMzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE status: diff --git a/src/communication/azext_communication/tests/latest/recordings/test_send_sms.yaml b/src/communication/azext_communication/tests/latest/recordings/test_send_sms.yaml index 98ab04c4dd2..09959bc046c 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_send_sms.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_send_sms.yaml @@ -13,16 +13,16 @@ interactions: - '131' Content-Type: - application/json - Date: - - Mon, 05 Dec 2022 20:19:04 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - ecyowPPqS6i2jEjg4ZPaHAki9yDR8IHa8lF+VXRefVM= + x-ms-date: + - Fri, 26 May 2023 04:10:51 GMT x-ms-return-client-request-id: - 'true' method: POST - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/countries/US/:search?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/countries/US/:search?api-version=2022-12-01 response: body: string: '' @@ -30,29 +30,30 @@ interactions: access-control-expose-headers: - Location,Operation-Location,operation-id,search-id api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview content-length: - '0' date: - - Mon, 05 Dec 2022 20:19:09 GMT + - Fri, 26 May 2023 04:10:53 GMT location: - - /availablePhoneNumbers/searchResults/0e3e97e8-c4b6-46d6-8836-225831eabd80?api-version=2021-03-07 + - /availablePhoneNumbers/searchResults/29b04e68-2f9e-4c7f-964a-47475dd0bb84?api-version=2022-12-01 ms-cv: - - xIDcLHHTkUW/e1wpoOEURw.0 + - j2eovuPcbEiCXKAtd53kIw.0 operation-id: - - search_0e3e97e8-c4b6-46d6-8836-225831eabd80 + - search_29b04e68-2f9e-4c7f-964a-47475dd0bb84 operation-location: - - /phoneNumbers/operations/search_0e3e97e8-c4b6-46d6-8836-225831eabd80?api-version=2021-03-07 + - /phoneNumbers/operations/search_29b04e68-2f9e-4c7f-964a-47475dd0bb84?api-version=2022-12-01 search-id: - - 0e3e97e8-c4b6-46d6-8836-225831eabd80 + - 29b04e68-2f9e-4c7f-964a-47475dd0bb84 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0OVKOYwAAAACiO9iOZej2Q5Q0m+0mszz4WVZSMzExMDAwMTE1MDM5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0SzFwZAAAAADnvEvoE8oOSK0iXji3b3x0WVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 4671ms + - 1963ms status: code: 202 message: Accepted @@ -65,45 +66,99 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:19:39 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:10:54 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_0e3e97e8-c4b6-46d6-8836-225831eabd80?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_29b04e68-2f9e-4c7f-964a-47475dd0bb84?api-version=2022-12-01 + response: + body: + string: '{"operationType": "search", "status": "notStarted", "resourceLocation": + "/availablePhoneNumbers/searchResults/29b04e68-2f9e-4c7f-964a-47475dd0bb84?api-version=2022-12-01", + "createdDateTime": "2023-05-26T04:10:53.7409686+00:00", "id": "search_29b04e68-2f9e-4c7f-964a-47475dd0bb84", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + access-control-expose-headers: + - Location + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:10:54 GMT + location: + - /availablePhoneNumbers/searchResults/29b04e68-2f9e-4c7f-964a-47475dd0bb84?api-version=2022-12-01 + ms-cv: + - /jAKC8xvKEuFOiepms9IRA.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0TjFwZAAAAAB2O7eLt79bSKWkybovQyP5WVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 222ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:10:56 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_29b04e68-2f9e-4c7f-964a-47475dd0bb84?api-version=2022-12-01 response: body: string: '{"operationType": "search", "status": "succeeded", "resourceLocation": - "/availablePhoneNumbers/searchResults/0e3e97e8-c4b6-46d6-8836-225831eabd80?api-version=2021-03-07", - "createdDateTime": "2022-12-05T20:19:09.3978805+00:00", "id": "search_0e3e97e8-c4b6-46d6-8836-225831eabd80", + "/availablePhoneNumbers/searchResults/29b04e68-2f9e-4c7f-964a-47475dd0bb84?api-version=2022-12-01", + "createdDateTime": "2023-05-26T04:10:53.7409686+00:00", "id": "search_29b04e68-2f9e-4c7f-964a-47475dd0bb84", "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: access-control-expose-headers: - Location api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:19:40 GMT + - Fri, 26 May 2023 04:10:56 GMT location: - - /availablePhoneNumbers/searchResults/0e3e97e8-c4b6-46d6-8836-225831eabd80?api-version=2021-03-07 + - /availablePhoneNumbers/searchResults/29b04e68-2f9e-4c7f-964a-47475dd0bb84?api-version=2022-12-01 ms-cv: - - J+h6v08OpUmE62cWOPRvLQ.0 + - NORzijwCXEaz2yS4B4juEA.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0XFKOYwAAAAClkU5HMMEJRIbw+a4r0SCyWVZSMzExMDAwMTE1MDM5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0UDFwZAAAAAD15k4nMH5rRpcpY5xozB4AWVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 449ms + - 247ms status: code: 200 message: OK @@ -117,48 +172,49 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:19:40 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:10:56 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/searchResults/0e3e97e8-c4b6-46d6-8836-225831eabd80?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/searchResults/29b04e68-2f9e-4c7f-964a-47475dd0bb84?api-version=2022-12-01 response: body: - string: '{"searchId": "0e3e97e8-c4b6-46d6-8836-225831eabd80", "phoneNumbers": - ["+18337860864"], "phoneNumberType": "tollFree", "assignmentType": "application", + string: '{"searchId": "29b04e68-2f9e-4c7f-964a-47475dd0bb84", "phoneNumbers": + ["+18552477057"], "phoneNumberType": "tollFree", "assignmentType": "application", "capabilities": {"calling": "inbound", "sms": "inbound+outbound"}, "cost": {"amount": 2.0, "currencyCode": "USD", "billingFrequency": "monthly"}, "searchExpiresBy": - "2022-12-05T20:35:11.6115742+00:00"}' + "2023-05-26T04:26:55.5429440+00:00", "error": "NoError"}' headers: api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview + content-length: + - '372' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:19:41 GMT + - Fri, 26 May 2023 04:10:57 GMT ms-cv: - - L7vtfZZtQUidFqiI+9G7zg.0 + - gzJ3VGGGZUqO6T/BFv0YaQ.0 strict-transport-security: - max-age=2592000 - transfer-encoding: - - chunked x-azure-ref: - - 0XFKOYwAAAAAp/AYlgKB/Q5kAbtO1hXuNWVZSMzExMDAwMTE1MDM5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0UDFwZAAAAACdRtGiMOeXSKj/LLGX1F/mWVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 973ms + - 757ms status: code: 200 message: OK url: sanitized - request: - body: '{"searchId": "0e3e97e8-c4b6-46d6-8836-225831eabd80"}' + body: '{"searchId": "29b04e68-2f9e-4c7f-964a-47475dd0bb84"}' headers: Accept: - application/json @@ -170,16 +226,16 @@ interactions: - '52' Content-Type: - application/json - Date: - - Mon, 05 Dec 2022 20:19:41 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - egvEL2iHL030KxlXAkY/mapr3AlPHTbgfsueu6QQBXc= + - eekEOEzj1wUzXm5eLDzzTIwmB7pp0l02Tqzn+aeso58= + x-ms-date: + - Fri, 26 May 2023 04:10:57 GMT x-ms-return-client-request-id: - 'true' method: POST - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/:purchase?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/:purchase?api-version=2022-12-01 response: body: string: '' @@ -187,27 +243,28 @@ interactions: access-control-expose-headers: - Operation-Location,operation-id,purchase-id api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview content-length: - '0' date: - - Mon, 05 Dec 2022 20:19:43 GMT + - Fri, 26 May 2023 04:10:58 GMT ms-cv: - - tblbM5dEZUOtZ90z3SxyJg.0 + - J8SGJrNIeEGMuojYgYKXGQ.0 operation-id: - - purchase_0e3e97e8-c4b6-46d6-8836-225831eabd80 + - purchase_29b04e68-2f9e-4c7f-964a-47475dd0bb84 operation-location: - - /phoneNumbers/operations/purchase_0e3e97e8-c4b6-46d6-8836-225831eabd80?api-version=2021-03-07 + - /phoneNumbers/operations/purchase_29b04e68-2f9e-4c7f-964a-47475dd0bb84?api-version=2022-12-01 purchase-id: - - 0e3e97e8-c4b6-46d6-8836-225831eabd80 + - 29b04e68-2f9e-4c7f-964a-47475dd0bb84 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0XVKOYwAAAAAeSax0gNZBTrckNQDtxVZzWVZSMzExMDAwMTE1MDM5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0UTFwZAAAAABvzpkcOTQaQqTKFcccVdqOWVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 2098ms + - 1372ms status: code: 202 message: Accepted @@ -220,40 +277,473 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:20:13 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:10:58 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_29b04e68-2f9e-4c7f-964a-47475dd0bb84?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "running", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:10:53.7409686+00:00", "id": "purchase_29b04e68-2f9e-4c7f-964a-47475dd0bb84", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:10:59 GMT + ms-cv: + - zxc/XU84v0i+Kr3HFCHwqw.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0UzFwZAAAAAAzAu8FEaYpTJR/qyI94kpUWVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 218ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:01 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_29b04e68-2f9e-4c7f-964a-47475dd0bb84?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "running", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:10:53.7409686+00:00", "id": "purchase_29b04e68-2f9e-4c7f-964a-47475dd0bb84", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:01 GMT + ms-cv: + - eQjm9bvgLUmjV4XrwEmeoQ.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0VTFwZAAAAAAntqIkCtH2Rarbts6uuRIdWVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 220ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:03 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_29b04e68-2f9e-4c7f-964a-47475dd0bb84?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:10:53.7409686+00:00", "id": "purchase_29b04e68-2f9e-4c7f-964a-47475dd0bb84", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:03 GMT + ms-cv: + - jeb8CdHV3k2nsz2HGlgvfw.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0VzFwZAAAAACwHMCIHhEsQK1xB7pFlQT/WVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 230ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:05 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_29b04e68-2f9e-4c7f-964a-47475dd0bb84?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:10:53.7409686+00:00", "id": "purchase_29b04e68-2f9e-4c7f-964a-47475dd0bb84", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:05 GMT + ms-cv: + - HSr25zh6z0SaWLc1nac49Q.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0WjFwZAAAAAAHl/IckdRcRZgaBYi662WiWVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 225ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:08 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_29b04e68-2f9e-4c7f-964a-47475dd0bb84?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:10:53.7409686+00:00", "id": "purchase_29b04e68-2f9e-4c7f-964a-47475dd0bb84", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:08 GMT + ms-cv: + - MnFtrgawSEmDIwrasCzz1g.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0XDFwZAAAAADH3fkDBQ+mTqe4bfdcR320WVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 360ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:10 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_29b04e68-2f9e-4c7f-964a-47475dd0bb84?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:10:53.7409686+00:00", "id": "purchase_29b04e68-2f9e-4c7f-964a-47475dd0bb84", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:10 GMT + ms-cv: + - erXlf/NSB0OGaWnHalsRCA.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0XjFwZAAAAADiORXobet2SJV/kFp+BJ26WVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 219ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:12 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_0e3e97e8-c4b6-46d6-8836-225831eabd80?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_29b04e68-2f9e-4c7f-964a-47475dd0bb84?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:10:53.7409686+00:00", "id": "purchase_29b04e68-2f9e-4c7f-964a-47475dd0bb84", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:12 GMT + ms-cv: + - dPb1bJAZm0W2KiwXwRT3ew.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0YTFwZAAAAACmOmz5LS0VQKpEFqY2nRONWVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 217ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:15 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_29b04e68-2f9e-4c7f-964a-47475dd0bb84?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:10:53.7409686+00:00", "id": "purchase_29b04e68-2f9e-4c7f-964a-47475dd0bb84", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:15 GMT + ms-cv: + - OmKDGnXZEE+keArdzTD8Pw.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0YzFwZAAAAADJ095YCTWLSI8JsTRgtYHdWVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 216ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:17 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_29b04e68-2f9e-4c7f-964a-47475dd0bb84?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:10:53.7409686+00:00", "id": "purchase_29b04e68-2f9e-4c7f-964a-47475dd0bb84", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:17 GMT + ms-cv: + - H7GevYnBUUmxgWk2ttm/eQ.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0ZTFwZAAAAAAwt4m8WawaSr/VMBjzn+fLWVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 220ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:19 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_29b04e68-2f9e-4c7f-964a-47475dd0bb84?api-version=2022-12-01 response: body: string: '{"operationType": "purchase", "status": "succeeded", "resourceLocation": - null, "createdDateTime": "2022-12-05T20:19:09.3978805+00:00", "id": "purchase_0e3e97e8-c4b6-46d6-8836-225831eabd80", + null, "createdDateTime": "2023-05-26T04:10:53.7409686+00:00", "id": "purchase_29b04e68-2f9e-4c7f-964a-47475dd0bb84", "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:20:13 GMT + - Fri, 26 May 2023 04:11:19 GMT ms-cv: - - gEtoCh4ej027x60yy+OSmg.0 + - cy02Zj59p0aBX5FR8jfq8g.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0fVKOYwAAAAA+LGQxp5ElQoWHxz0UQNXFWVZSMzExMDAwMTE1MDM5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0aDFwZAAAAABXNMHdcVaqQrTo0kthrnztWVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 438ms + - 221ms status: code: 200 message: OK @@ -274,11 +764,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 05 Dec 2022 20:20:14 GMT + - Fri, 26 May 2023 04:11:20 GMT User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-sms/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-sms/1.0.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - F7pgWJEaDI1Tz2RDryzoWt89wtQCc7kG7qUfhOiVves= + - MoEn8Vjx7ZuGy81I5+3Z+A6I3WAOwVGAPwtInx3qJk0= x-ms-return-client-request-id: - 'true' method: POST @@ -290,22 +780,22 @@ interactions: headers: api-supported-versions: - 2020-07-20-preview1, 2020-08-20-preview, 2021-03-07 + content-length: + - '136' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:20:15 GMT + - Fri, 26 May 2023 04:11:20 GMT ms-cv: - - bdT4Vp93hEyZkatTJ8adrw.0 + - bOATtB5EKkC7aIsU6kLUKw.0 strict-transport-security: - max-age=2592000 - transfer-encoding: - - chunked x-azure-ref: - - 0flKOYwAAAADxndezjH1OSLiLRbfR40sfWVZSMzBFREdFMDMwOAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0aDFwZAAAAAA7gPD412+KT7F3OO3cEJHwWVZSMzExMDAwMTE1MDQ5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 465ms + - 310ms status: code: 202 message: Accepted diff --git a/src/communication/azext_communication/tests/latest/recordings/test_send_sms_n_recipients.yaml b/src/communication/azext_communication/tests/latest/recordings/test_send_sms_n_recipients.yaml index fd253eaf1fb..63e59e61377 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_send_sms_n_recipients.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_send_sms_n_recipients.yaml @@ -13,16 +13,16 @@ interactions: - '131' Content-Type: - application/json - Date: - - Mon, 05 Dec 2022 20:18:28 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - ecyowPPqS6i2jEjg4ZPaHAki9yDR8IHa8lF+VXRefVM= + x-ms-date: + - Fri, 26 May 2023 04:11:24 GMT x-ms-return-client-request-id: - 'true' method: POST - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/countries/US/:search?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/countries/US/:search?api-version=2022-12-01 response: body: string: '' @@ -30,29 +30,30 @@ interactions: access-control-expose-headers: - Location,Operation-Location,operation-id,search-id api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview content-length: - '0' date: - - Mon, 05 Dec 2022 20:18:33 GMT + - Fri, 26 May 2023 04:11:25 GMT location: - - /availablePhoneNumbers/searchResults/d563c8a0-8e55-4600-a6f7-1105cef715b4?api-version=2021-03-07 + - /availablePhoneNumbers/searchResults/ba1b212a-8184-49b9-a24c-16527824441c?api-version=2022-12-01 ms-cv: - - JqW5p225WUa5qeG6GNUQUQ.0 + - gdXeVwGF+U6sWnR9MiRFFg.0 operation-id: - - search_d563c8a0-8e55-4600-a6f7-1105cef715b4 + - search_ba1b212a-8184-49b9-a24c-16527824441c operation-location: - - /phoneNumbers/operations/search_d563c8a0-8e55-4600-a6f7-1105cef715b4?api-version=2021-03-07 + - /phoneNumbers/operations/search_ba1b212a-8184-49b9-a24c-16527824441c?api-version=2022-12-01 search-id: - - d563c8a0-8e55-4600-a6f7-1105cef715b4 + - ba1b212a-8184-49b9-a24c-16527824441c strict-transport-security: - max-age=2592000 x-azure-ref: - - 0FVKOYwAAAAA0IIYmRIB6SKmd2475kbGjWVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0bDFwZAAAAAAPXsNdpFn6Tqj5Ni6xG9I6WVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 4680ms + - 1881ms status: code: 202 message: Accepted @@ -65,45 +66,99 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:19:03 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:26 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_ba1b212a-8184-49b9-a24c-16527824441c?api-version=2022-12-01 + response: + body: + string: '{"operationType": "search", "status": "notStarted", "resourceLocation": + "/availablePhoneNumbers/searchResults/ba1b212a-8184-49b9-a24c-16527824441c?api-version=2022-12-01", + "createdDateTime": "2023-05-26T04:11:26.2661966+00:00", "id": "search_ba1b212a-8184-49b9-a24c-16527824441c", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + access-control-expose-headers: + - Location + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:26 GMT + location: + - /availablePhoneNumbers/searchResults/ba1b212a-8184-49b9-a24c-16527824441c?api-version=2022-12-01 + ms-cv: + - iwhH3OI8qE+VtL196W7y4w.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0bjFwZAAAAABblfxW8LO5TacemZeCgPV+WVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 362ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:28 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_d563c8a0-8e55-4600-a6f7-1105cef715b4?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_ba1b212a-8184-49b9-a24c-16527824441c?api-version=2022-12-01 response: body: string: '{"operationType": "search", "status": "succeeded", "resourceLocation": - "/availablePhoneNumbers/searchResults/d563c8a0-8e55-4600-a6f7-1105cef715b4?api-version=2021-03-07", - "createdDateTime": "2022-12-05T20:18:33.7227791+00:00", "id": "search_d563c8a0-8e55-4600-a6f7-1105cef715b4", + "/availablePhoneNumbers/searchResults/ba1b212a-8184-49b9-a24c-16527824441c?api-version=2022-12-01", + "createdDateTime": "2023-05-26T04:11:26.2661966+00:00", "id": "search_ba1b212a-8184-49b9-a24c-16527824441c", "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: access-control-expose-headers: - Location api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:19:04 GMT + - Fri, 26 May 2023 04:11:29 GMT location: - - /availablePhoneNumbers/searchResults/d563c8a0-8e55-4600-a6f7-1105cef715b4?api-version=2021-03-07 + - /availablePhoneNumbers/searchResults/ba1b212a-8184-49b9-a24c-16527824441c?api-version=2022-12-01 ms-cv: - - RZ+iPCvfmUKmLKcwyre3nw.0 + - L81ODPsxrUOUDP5uE/vdiQ.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0OFKOYwAAAADkUSbZsswJQJN8UxCm4DeRWVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0cTFwZAAAAABx+mLpP+b8QYBmN3uJTbahWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 496ms + - 183ms status: code: 200 message: OK @@ -117,48 +172,49 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:19:04 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:29 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/searchResults/d563c8a0-8e55-4600-a6f7-1105cef715b4?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/searchResults/ba1b212a-8184-49b9-a24c-16527824441c?api-version=2022-12-01 response: body: - string: '{"searchId": "d563c8a0-8e55-4600-a6f7-1105cef715b4", "phoneNumbers": - ["+18442197987"], "phoneNumberType": "tollFree", "assignmentType": "application", + string: '{"searchId": "ba1b212a-8184-49b9-a24c-16527824441c", "phoneNumbers": + ["+18447334830"], "phoneNumberType": "tollFree", "assignmentType": "application", "capabilities": {"calling": "inbound", "sms": "inbound+outbound"}, "cost": {"amount": 2.0, "currencyCode": "USD", "billingFrequency": "monthly"}, "searchExpiresBy": - "2022-12-05T20:34:37.5818979+00:00"}' + "2023-05-26T04:27:28.0863009+00:00", "error": "NoError"}' headers: api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview + content-length: + - '372' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:19:05 GMT + - Fri, 26 May 2023 04:11:30 GMT ms-cv: - - +g6M4UpEM0CsWXC3ZT3Jbw.0 + - XALeOd6a/kOe21jVYyBimA.0 strict-transport-security: - max-age=2592000 - transfer-encoding: - - chunked x-azure-ref: - - 0OVKOYwAAAAAoNQ9O8oKBSrECkxaLm5UaWVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0cTFwZAAAAAACNePSLrkPQIojM9wI8/50WVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 995ms + - 709ms status: code: 200 message: OK url: sanitized - request: - body: '{"searchId": "d563c8a0-8e55-4600-a6f7-1105cef715b4"}' + body: '{"searchId": "ba1b212a-8184-49b9-a24c-16527824441c"}' headers: Accept: - application/json @@ -170,16 +226,16 @@ interactions: - '52' Content-Type: - application/json - Date: - - Mon, 05 Dec 2022 20:19:05 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - +LS6q7WvCreXQVhaZgzJBfQk3Uk5sTaIViJFPnInlFM= + - lMluquhR+34vo/C/ZBvBtc42IA/6xXn7m+wEbtX3rSI= + x-ms-date: + - Fri, 26 May 2023 04:11:29 GMT x-ms-return-client-request-id: - 'true' method: POST - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/:purchase?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/:purchase?api-version=2022-12-01 response: body: string: '' @@ -187,27 +243,28 @@ interactions: access-control-expose-headers: - Operation-Location,operation-id,purchase-id api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview content-length: - '0' date: - - Mon, 05 Dec 2022 20:19:07 GMT + - Fri, 26 May 2023 04:11:31 GMT ms-cv: - - wC8vjb2RyUmTlx3fVUkICA.0 + - jKQ4Rowy0Uy8oO/dceuIvA.0 operation-id: - - purchase_d563c8a0-8e55-4600-a6f7-1105cef715b4 + - purchase_ba1b212a-8184-49b9-a24c-16527824441c operation-location: - - /phoneNumbers/operations/purchase_d563c8a0-8e55-4600-a6f7-1105cef715b4?api-version=2021-03-07 + - /phoneNumbers/operations/purchase_ba1b212a-8184-49b9-a24c-16527824441c?api-version=2022-12-01 purchase-id: - - d563c8a0-8e55-4600-a6f7-1105cef715b4 + - ba1b212a-8184-49b9-a24c-16527824441c strict-transport-security: - max-age=2592000 x-azure-ref: - - 0OlKOYwAAAAAKJlVHXTWKRYaefIU6yKrIWVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0cjFwZAAAAABACLxMKsmHTo98NunDTwRNWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 1869ms + - 1308ms status: code: 202 message: Accepted @@ -220,101 +277,93 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:19:37 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:31 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_d563c8a0-8e55-4600-a6f7-1105cef715b4?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_ba1b212a-8184-49b9-a24c-16527824441c?api-version=2022-12-01 response: body: - string: '{"operationType": "purchase", "status": "succeeded", "resourceLocation": - null, "createdDateTime": "2022-12-05T20:18:33.7227791+00:00", "id": "purchase_d563c8a0-8e55-4600-a6f7-1105cef715b4", + string: '{"operationType": "purchase", "status": "running", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:26.2661966+00:00", "id": "purchase_ba1b212a-8184-49b9-a24c-16527824441c", "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:19:37 GMT + - Fri, 26 May 2023 04:11:31 GMT ms-cv: - - 9sBgMIEYqkiZhiFR/i9voQ.0 + - 1NuhAhNutUmeF4sBuewl0g.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0WlKOYwAAAAA3pJkpaXu8RJFPKB9y9SmXWVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0czFwZAAAAAAlum0L+kiQQJrTVycVxDiQWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 221ms + - 170ms status: code: 200 message: OK url: sanitized - request: - body: '{"phoneNumberType": "tollFree", "assignmentType": "application", "capabilities": - {"calling": "inbound", "sms": "inbound+outbound"}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate Connection: - keep-alive - Content-Length: - - '131' - Content-Type: - - application/json - Date: - - Mon, 05 Dec 2022 20:19:38 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - ecyowPPqS6i2jEjg4ZPaHAki9yDR8IHa8lF+VXRefVM= + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:33 GMT x-ms-return-client-request-id: - 'true' - method: POST - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/countries/US/:search?api-version=2021-03-07 + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_ba1b212a-8184-49b9-a24c-16527824441c?api-version=2022-12-01 response: body: - string: '' + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:26.2661966+00:00", "id": "purchase_ba1b212a-8184-49b9-a24c-16527824441c", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: - access-control-expose-headers: - - Location,Operation-Location,operation-id,search-id api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 - content-length: - - '0' + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:19:42 GMT - location: - - /availablePhoneNumbers/searchResults/a5007b22-32f8-4879-a3d6-e4b9bbe561a3?api-version=2021-03-07 + - Fri, 26 May 2023 04:11:33 GMT ms-cv: - - 1OZRwAW7/0qT/QQh0KmI3Q.0 - operation-id: - - search_a5007b22-32f8-4879-a3d6-e4b9bbe561a3 - operation-location: - - /phoneNumbers/operations/search_a5007b22-32f8-4879-a3d6-e4b9bbe561a3?api-version=2021-03-07 - search-id: - - a5007b22-32f8-4879-a3d6-e4b9bbe561a3 + - x1lPpCDQPU+jz9gO2xSTfA.0 strict-transport-security: - max-age=2592000 + transfer-encoding: + - chunked x-azure-ref: - - 0WlKOYwAAAADvWZGWXdn+To2DgsnG4snOWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0dTFwZAAAAACypIIC1t8ORr+FvXT90u1/WVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 3769ms + - 218ms status: - code: 202 - message: Accepted + code: 200 + message: OK + url: sanitized - request: body: null headers: @@ -324,45 +373,41 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:20:12 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:35 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_a5007b22-32f8-4879-a3d6-e4b9bbe561a3?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_ba1b212a-8184-49b9-a24c-16527824441c?api-version=2022-12-01 response: body: - string: '{"operationType": "search", "status": "succeeded", "resourceLocation": - "/availablePhoneNumbers/searchResults/a5007b22-32f8-4879-a3d6-e4b9bbe561a3?api-version=2021-03-07", - "createdDateTime": "2022-12-05T20:19:42.2657679+00:00", "id": "search_a5007b22-32f8-4879-a3d6-e4b9bbe561a3", + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:26.2661966+00:00", "id": "purchase_ba1b212a-8184-49b9-a24c-16527824441c", "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: - access-control-expose-headers: - - Location api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:20:13 GMT - location: - - /availablePhoneNumbers/searchResults/a5007b22-32f8-4879-a3d6-e4b9bbe561a3?api-version=2021-03-07 + - Fri, 26 May 2023 04:11:36 GMT ms-cv: - - PvZyuUnjO0Oyq2uGte+S0g.0 + - UvfBkXn4K027N7ntFSPhMg.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0fVKOYwAAAADDcKLxhGScTYUeweWhHoCAWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0eDFwZAAAAAA1Qvn0diJERLKDkwWYyAT+WVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 997ms + - 199ms status: code: 200 message: OK @@ -376,100 +421,93 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:20:13 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:38 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/searchResults/a5007b22-32f8-4879-a3d6-e4b9bbe561a3?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_ba1b212a-8184-49b9-a24c-16527824441c?api-version=2022-12-01 response: body: - string: '{"searchId": "a5007b22-32f8-4879-a3d6-e4b9bbe561a3", "phoneNumbers": - ["+18337821021"], "phoneNumberType": "tollFree", "assignmentType": "application", - "capabilities": {"calling": "inbound", "sms": "inbound+outbound"}, "cost": - {"amount": 2.0, "currencyCode": "USD", "billingFrequency": "monthly"}, "searchExpiresBy": - "2022-12-05T20:35:44.0703640+00:00"}' + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:26.2661966+00:00", "id": "purchase_ba1b212a-8184-49b9-a24c-16527824441c", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:20:14 GMT + - Fri, 26 May 2023 04:11:38 GMT ms-cv: - - o0xxr6rpRkKWHaiqc+0dIw.0 + - 57b0CQp9dkmfW+V5sQalpw.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0flKOYwAAAAD2T5CS+uzNTpOiixw55gefWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0ejFwZAAAAAC1DXzTAi6GSZy7i6QW0fyGWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 1322ms + - 194ms status: code: 200 message: OK url: sanitized - request: - body: '{"searchId": "a5007b22-32f8-4879-a3d6-e4b9bbe561a3"}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate Connection: - keep-alive - Content-Length: - - '52' - Content-Type: - - application/json - Date: - - Mon, 05 Dec 2022 20:20:15 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - 2/NLVu4dM1+dKKNBhKXgTNw8V0awaaT8p+iYO3zynj0= + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:40 GMT x-ms-return-client-request-id: - 'true' - method: POST - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/:purchase?api-version=2021-03-07 + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_ba1b212a-8184-49b9-a24c-16527824441c?api-version=2022-12-01 response: body: - string: '' + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:26.2661966+00:00", "id": "purchase_ba1b212a-8184-49b9-a24c-16527824441c", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: - access-control-expose-headers: - - Operation-Location,operation-id,purchase-id api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 - content-length: - - '0' + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:20:17 GMT + - Fri, 26 May 2023 04:11:40 GMT ms-cv: - - joqraThGik+nUSIrStqaWw.0 - operation-id: - - purchase_a5007b22-32f8-4879-a3d6-e4b9bbe561a3 - operation-location: - - /phoneNumbers/operations/purchase_a5007b22-32f8-4879-a3d6-e4b9bbe561a3?api-version=2021-03-07 - purchase-id: - - a5007b22-32f8-4879-a3d6-e4b9bbe561a3 + - TVMjTnuPl0KhxBwRBURRAw.0 strict-transport-security: - max-age=2592000 + transfer-encoding: + - chunked x-azure-ref: - - 0f1KOYwAAAADKBWMDeWoJRqzfzEnnFLrVWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0fDFwZAAAAADdMcb8S8hFQZeWbBf9JMi9WVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 2638ms + - 183ms status: - code: 202 - message: Accepted + code: 200 + message: OK + url: sanitized - request: body: null headers: @@ -479,101 +517,93 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:20:47 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:42 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_a5007b22-32f8-4879-a3d6-e4b9bbe561a3?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_ba1b212a-8184-49b9-a24c-16527824441c?api-version=2022-12-01 response: body: - string: '{"operationType": "purchase", "status": "succeeded", "resourceLocation": - null, "createdDateTime": "2022-12-05T20:19:42.2657679+00:00", "id": "purchase_a5007b22-32f8-4879-a3d6-e4b9bbe561a3", + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:26.2661966+00:00", "id": "purchase_ba1b212a-8184-49b9-a24c-16527824441c", "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:20:48 GMT + - Fri, 26 May 2023 04:11:43 GMT ms-cv: - - C2oWbGzMak+ri8srYW8uPw.0 + - BAYyfuYIzUWgu8eOe4E9Qw.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0oFKOYwAAAAD+sTdGauhMSaHlw9ztX/yJWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0fjFwZAAAAAClvqdm3yQ4SKrFP/x3TDrUWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 553ms + - 181ms status: code: 200 message: OK url: sanitized - request: - body: '{"phoneNumberType": "tollFree", "assignmentType": "application", "capabilities": - {"calling": "inbound", "sms": "inbound+outbound"}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate Connection: - keep-alive - Content-Length: - - '131' - Content-Type: - - application/json - Date: - - Mon, 05 Dec 2022 20:20:48 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - ecyowPPqS6i2jEjg4ZPaHAki9yDR8IHa8lF+VXRefVM= + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:45 GMT x-ms-return-client-request-id: - 'true' - method: POST - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/countries/US/:search?api-version=2021-03-07 + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_ba1b212a-8184-49b9-a24c-16527824441c?api-version=2022-12-01 response: body: - string: '' + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:26.2661966+00:00", "id": "purchase_ba1b212a-8184-49b9-a24c-16527824441c", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: - access-control-expose-headers: - - Location,Operation-Location,operation-id,search-id api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 - content-length: - - '0' + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:20:52 GMT - location: - - /availablePhoneNumbers/searchResults/78b95f59-17fe-41a1-9ec8-ca6216387cb3?api-version=2021-03-07 + - Fri, 26 May 2023 04:11:45 GMT ms-cv: - - h/8S06ko/0WNOGZpocq7Ww.0 - operation-id: - - search_78b95f59-17fe-41a1-9ec8-ca6216387cb3 - operation-location: - - /phoneNumbers/operations/search_78b95f59-17fe-41a1-9ec8-ca6216387cb3?api-version=2021-03-07 - search-id: - - 78b95f59-17fe-41a1-9ec8-ca6216387cb3 + - uZE43dadukCbp2hiomgz2A.0 strict-transport-security: - max-age=2592000 + transfer-encoding: + - chunked x-azure-ref: - - 0oVKOYwAAAACshr8JSuWJTItM3z7Mt9rsWVZSMzExMDAwMTE1MDE5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0gTFwZAAAAADwjjUjRtABS6hz3DM2i9FzWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 3373ms + - 174ms status: - code: 202 - message: Accepted + code: 200 + message: OK + url: sanitized - request: body: null headers: @@ -583,45 +613,41 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:21:22 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:47 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_78b95f59-17fe-41a1-9ec8-ca6216387cb3?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_ba1b212a-8184-49b9-a24c-16527824441c?api-version=2022-12-01 response: body: - string: '{"operationType": "search", "status": "succeeded", "resourceLocation": - "/availablePhoneNumbers/searchResults/78b95f59-17fe-41a1-9ec8-ca6216387cb3?api-version=2021-03-07", - "createdDateTime": "2022-12-05T20:20:52.1675431+00:00", "id": "search_78b95f59-17fe-41a1-9ec8-ca6216387cb3", + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:26.2661966+00:00", "id": "purchase_ba1b212a-8184-49b9-a24c-16527824441c", "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: - access-control-expose-headers: - - Location api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:21:22 GMT - location: - - /availablePhoneNumbers/searchResults/78b95f59-17fe-41a1-9ec8-ca6216387cb3?api-version=2021-03-07 + - Fri, 26 May 2023 04:11:47 GMT ms-cv: - - 2Nc1VJEQYUy/Rze7Gd/yWQ.0 + - HMQz1N/0c0q03VzYat5Q4Q.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0wlKOYwAAAAC33VoYYKLiQK311eJbp6KZWVZSMzExMDAwMTE1MDE5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0gzFwZAAAAACqw0A75TfvSr+e9NbVwr8bWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 220ms + - 168ms status: code: 200 message: OK @@ -635,48 +661,48 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:21:22 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:49 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/searchResults/78b95f59-17fe-41a1-9ec8-ca6216387cb3?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_ba1b212a-8184-49b9-a24c-16527824441c?api-version=2022-12-01 response: body: - string: '{"searchId": "78b95f59-17fe-41a1-9ec8-ca6216387cb3", "phoneNumbers": - ["+18337821025"], "phoneNumberType": "tollFree", "assignmentType": "application", - "capabilities": {"calling": "inbound", "sms": "inbound+outbound"}, "cost": - {"amount": 2.0, "currencyCode": "USD", "billingFrequency": "monthly"}, "searchExpiresBy": - "2022-12-05T20:36:55.3343832+00:00"}' + string: '{"operationType": "purchase", "status": "succeeded", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:26.2661966+00:00", "id": "purchase_ba1b212a-8184-49b9-a24c-16527824441c", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:21:23 GMT + - Fri, 26 May 2023 04:11:49 GMT ms-cv: - - dOK1mHyqmEKwsZJBEnndpw.0 + - BPRk9j2OOEuxiOrCzD7AyA.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0w1KOYwAAAAC2wT+XQqiOSYDwiHypOOk3WVZSMzExMDAwMTE1MDE5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0hTFwZAAAAAClgBq1B32TTpvfs8L3XfMTWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 711ms + - 179ms status: code: 200 message: OK url: sanitized - request: - body: '{"searchId": "78b95f59-17fe-41a1-9ec8-ca6216387cb3"}' + body: '{"phoneNumberType": "tollFree", "assignmentType": "application", "capabilities": + {"calling": "inbound", "sms": "inbound+outbound"}}' headers: Accept: - application/json @@ -685,47 +711,50 @@ interactions: Connection: - keep-alive Content-Length: - - '52' + - '131' Content-Type: - application/json - Date: - - Mon, 05 Dec 2022 20:21:23 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - ScQE4D4qUfDiopoPZFBW29IeQUGwzFPLrBbXgSJ15aA= + - ecyowPPqS6i2jEjg4ZPaHAki9yDR8IHa8lF+VXRefVM= + x-ms-date: + - Fri, 26 May 2023 04:11:49 GMT x-ms-return-client-request-id: - 'true' method: POST - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/:purchase?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/countries/US/:search?api-version=2022-12-01 response: body: string: '' headers: access-control-expose-headers: - - Operation-Location,operation-id,purchase-id + - Location,Operation-Location,operation-id,search-id api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview content-length: - '0' date: - - Mon, 05 Dec 2022 20:21:25 GMT + - Fri, 26 May 2023 04:11:51 GMT + location: + - /availablePhoneNumbers/searchResults/be9ed385-de56-42c8-992d-e72e0643824d?api-version=2022-12-01 ms-cv: - - 2OY4S79JU0qLAhCTAMsyXA.0 + - pP6l+wKPnES7amVTV3VK7A.0 operation-id: - - purchase_78b95f59-17fe-41a1-9ec8-ca6216387cb3 + - search_be9ed385-de56-42c8-992d-e72e0643824d operation-location: - - /phoneNumbers/operations/purchase_78b95f59-17fe-41a1-9ec8-ca6216387cb3?api-version=2021-03-07 - purchase-id: - - 78b95f59-17fe-41a1-9ec8-ca6216387cb3 + - /phoneNumbers/operations/search_be9ed385-de56-42c8-992d-e72e0643824d?api-version=2022-12-01 + search-id: + - be9ed385-de56-42c8-992d-e72e0643824d strict-transport-security: - max-age=2592000 x-azure-ref: - - 0xFKOYwAAAAD4Y27IyTB3Ra/5e1yjGFyTWVZSMzExMDAwMTE1MDE5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0hTFwZAAAAAC2unYn/gUTSL/02qKXRrMPWVZSMzExMDAwMTE1MDM5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 1447ms + - 1479ms status: code: 202 message: Accepted @@ -738,95 +767,1440 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:21:55 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:51 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_78b95f59-17fe-41a1-9ec8-ca6216387cb3?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_be9ed385-de56-42c8-992d-e72e0643824d?api-version=2022-12-01 response: body: - string: '{"operationType": "purchase", "status": "succeeded", "resourceLocation": - null, "createdDateTime": "2022-12-05T20:20:52.1675431+00:00", "id": "purchase_78b95f59-17fe-41a1-9ec8-ca6216387cb3", + string: '{"operationType": "search", "status": "notStarted", "resourceLocation": + "/availablePhoneNumbers/searchResults/be9ed385-de56-42c8-992d-e72e0643824d?api-version=2022-12-01", + "createdDateTime": "2023-05-26T04:11:51.5350738+00:00", "id": "search_be9ed385-de56-42c8-992d-e72e0643824d", "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: + access-control-expose-headers: + - Location api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:21:55 GMT + - Fri, 26 May 2023 04:11:52 GMT + location: + - /availablePhoneNumbers/searchResults/be9ed385-de56-42c8-992d-e72e0643824d?api-version=2022-12-01 ms-cv: - - qY6PgRt01UeYl9hp072O4w.0 + - t3ISKXxc9Ey1qprPh1thwg.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 041KOYwAAAAAthrbcJvBJT7alBoVhuH/XWVZSMzExMDAwMTE1MDE5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0hzFwZAAAAADGdiLihov5Srn4I+lvMk6AWVZSMzExMDAwMTE1MDM5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 261ms + - 228ms status: code: 200 message: OK url: sanitized - request: - body: '{"from": "sanitized", "smsRecipients": [{"to": "sanitized", "repeatabilityRequestId": - "sanitized", "repeatabilityFirstSent": "sanitized"}, {"to": "sanitized", "repeatabilityRequestId": - "sanitized", "repeatabilityFirstSent": "sanitized"}], "message": "Hello there!!", - "smsSendOptions": {"enableDeliveryReport": false}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate Connection: - keep-alive - Content-Length: - - '317' - Content-Type: - - application/json - Date: - - Mon, 05 Dec 2022 20:21:55 GMT User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-sms/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - hbGnDbg9zex5dF6NGAmT14vf3YY8WwEx8tlJwkHo7SI= + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:53 GMT x-ms-return-client-request-id: - 'true' - method: POST - uri: https://sanitized.communication.azure.com/sms?api-version=2021-03-07 + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_be9ed385-de56-42c8-992d-e72e0643824d?api-version=2022-12-01 response: body: - string: '{"value": [{"to": "sanitized", "messageId": "sanitized", "httpStatusCode": - 202, "repeatabilityResult": "accepted", "successful": true}, {"to": "sanitized", - "messageId": "sanitized", "httpStatusCode": 202, "repeatabilityResult": "accepted", - "successful": true}]}' + string: '{"operationType": "search", "status": "succeeded", "resourceLocation": + "/availablePhoneNumbers/searchResults/be9ed385-de56-42c8-992d-e72e0643824d?api-version=2022-12-01", + "createdDateTime": "2023-05-26T04:11:51.5350738+00:00", "id": "search_be9ed385-de56-42c8-992d-e72e0643824d", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: + access-control-expose-headers: + - Location api-supported-versions: - - 2020-07-20-preview1, 2020-08-20-preview, 2021-03-07 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:21:55 GMT + - Fri, 26 May 2023 04:11:54 GMT + location: + - /availablePhoneNumbers/searchResults/be9ed385-de56-42c8-992d-e72e0643824d?api-version=2022-12-01 ms-cv: - - AXBCos2lPEqDzR5NS3UYkg.0 + - LCrUv6UUNE+Q7I+8gzLe/g.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 05FKOYwAAAABzT6B0/9XHQ6CfDRR67ChuWVZSMzExMDAwMTE1MDIzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0ijFwZAAAAAC55XUXgmKIRLTuFmnqzPBHWVZSMzExMDAwMTE1MDM5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 220ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:54 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/searchResults/be9ed385-de56-42c8-992d-e72e0643824d?api-version=2022-12-01 + response: + body: + string: '{"searchId": "be9ed385-de56-42c8-992d-e72e0643824d", "phoneNumbers": + ["+18552477092"], "phoneNumberType": "tollFree", "assignmentType": "application", + "capabilities": {"calling": "inbound", "sms": "inbound+outbound"}, "cost": + {"amount": 2.0, "currencyCode": "USD", "billingFrequency": "monthly"}, "searchExpiresBy": + "2023-05-26T04:27:53.2171647+00:00", "error": "NoError"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview + content-length: + - '372' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:55 GMT + ms-cv: + - HzuwZShXMEWHZoRwUstPxA.0 + strict-transport-security: + - max-age=2592000 + x-azure-ref: + - 0ijFwZAAAAAC5rCS1vBTMRbP9QnKzkOlCWVZSMzExMDAwMTE1MDM5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 731ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: '{"searchId": "be9ed385-de56-42c8-992d-e72e0643824d"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '52' + Content-Type: + - application/json + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - FfMWnZCNkEBhakGfrFrEwoCfnGJ71OJnCe1xw8fXAVI= + x-ms-date: + - Fri, 26 May 2023 04:11:55 GMT + x-ms-return-client-request-id: + - 'true' + method: POST + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/:purchase?api-version=2022-12-01 + response: + body: + string: '' + headers: + access-control-expose-headers: + - Operation-Location,operation-id,purchase-id + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview + content-length: + - '0' + date: + - Fri, 26 May 2023 04:11:56 GMT + ms-cv: + - 0nXtGossh0CedLZNKAnjRQ.0 + operation-id: + - purchase_be9ed385-de56-42c8-992d-e72e0643824d + operation-location: + - /phoneNumbers/operations/purchase_be9ed385-de56-42c8-992d-e72e0643824d?api-version=2022-12-01 + purchase-id: + - be9ed385-de56-42c8-992d-e72e0643824d + strict-transport-security: + - max-age=2592000 + x-azure-ref: + - 0izFwZAAAAADC62W6iGcOTKJUGYLRLC50WVZSMzExMDAwMTE1MDM5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 1306ms + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:56 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_be9ed385-de56-42c8-992d-e72e0643824d?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "running", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:51.5350738+00:00", "id": "purchase_be9ed385-de56-42c8-992d-e72e0643824d", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:56 GMT + ms-cv: + - JpyMLhVCnUWMeczVQB7p1Q.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0jDFwZAAAAABHwIkt69SGR7qd4Oj5jHYIWVZSMzExMDAwMTE1MDM5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 209ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:58 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_be9ed385-de56-42c8-992d-e72e0643824d?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:51.5350738+00:00", "id": "purchase_be9ed385-de56-42c8-992d-e72e0643824d", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:59 GMT + ms-cv: + - /KLs4Sfvm0C7oNNrqDEIMA.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0jjFwZAAAAADwwYdrL/N3QIVuJp9wcdtfWVZSMzExMDAwMTE1MDM5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 215ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:12:01 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_be9ed385-de56-42c8-992d-e72e0643824d?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:51.5350738+00:00", "id": "purchase_be9ed385-de56-42c8-992d-e72e0643824d", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:12:01 GMT + ms-cv: + - jU3oj992vUWjYx9YhkbUdg.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0kTFwZAAAAACUE5ptbat0QZcOCRBuqW5wWVZSMzExMDAwMTE1MDM5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 213ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:12:03 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_be9ed385-de56-42c8-992d-e72e0643824d?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:51.5350738+00:00", "id": "purchase_be9ed385-de56-42c8-992d-e72e0643824d", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:12:03 GMT + ms-cv: + - RBUzJ2FTjkWlRB5yFA/jQQ.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0kzFwZAAAAABPU1bu9gLFRKcdc6tLxayFWVZSMzExMDAwMTE1MDM5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 239ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:12:05 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_be9ed385-de56-42c8-992d-e72e0643824d?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:51.5350738+00:00", "id": "purchase_be9ed385-de56-42c8-992d-e72e0643824d", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:12:05 GMT + ms-cv: + - cVIps0ATbkq65oif8M9lVQ.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0lTFwZAAAAAB46ObvB5iDTrCSSHvQIvXKWVZSMzExMDAwMTE1MDM5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 218ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:12:08 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_be9ed385-de56-42c8-992d-e72e0643824d?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:51.5350738+00:00", "id": "purchase_be9ed385-de56-42c8-992d-e72e0643824d", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:12:08 GMT + ms-cv: + - WIFBYc1x5UCeK1xPJMQgyA.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0mDFwZAAAAAATmLfm3PZzSbjblI8gVFjjWVZSMzExMDAwMTE1MDM5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 199ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:12:10 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_be9ed385-de56-42c8-992d-e72e0643824d?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:51.5350738+00:00", "id": "purchase_be9ed385-de56-42c8-992d-e72e0643824d", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:12:10 GMT + ms-cv: + - kz8oS9axjE6Xk99XUAolmA.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0mjFwZAAAAAAshTUBoHvySqOYfjn3H4ZLWVZSMzExMDAwMTE1MDM5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 269ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:12:12 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_be9ed385-de56-42c8-992d-e72e0643824d?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:51.5350738+00:00", "id": "purchase_be9ed385-de56-42c8-992d-e72e0643824d", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:12:12 GMT + ms-cv: + - rtr8FmbyCEijnmz+kkeaLg.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0nDFwZAAAAAAJPOMz1tFaTLjg2knWEhC/WVZSMzExMDAwMTE1MDM5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 211ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:12:15 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_be9ed385-de56-42c8-992d-e72e0643824d?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "succeeded", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:51.5350738+00:00", "id": "purchase_be9ed385-de56-42c8-992d-e72e0643824d", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:12:15 GMT + ms-cv: + - gSBghMOLF0C/kKO/HLbO8g.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0nzFwZAAAAAA/5UgrOMohSJGW0rxerwbZWVZSMzExMDAwMTE1MDM5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 217ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: '{"phoneNumberType": "tollFree", "assignmentType": "application", "capabilities": + {"calling": "inbound", "sms": "inbound+outbound"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '131' + Content-Type: + - application/json + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - ecyowPPqS6i2jEjg4ZPaHAki9yDR8IHa8lF+VXRefVM= + x-ms-date: + - Fri, 26 May 2023 04:12:15 GMT + x-ms-return-client-request-id: + - 'true' + method: POST + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/countries/US/:search?api-version=2022-12-01 + response: + body: + string: '' + headers: + access-control-expose-headers: + - Location,Operation-Location,operation-id,search-id + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview + content-length: + - '0' + date: + - Fri, 26 May 2023 04:12:16 GMT + location: + - /availablePhoneNumbers/searchResults/5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a?api-version=2022-12-01 + ms-cv: + - nSAHhsYyNE6j+l2CkcpzFQ.0 + operation-id: + - search_5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a + operation-location: + - /phoneNumbers/operations/search_5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a?api-version=2022-12-01 + search-id: + - 5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a + strict-transport-security: + - max-age=2592000 + x-azure-ref: + - 0nzFwZAAAAACnyx56+sJ2SLo16UE0o7wOWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 1300ms + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:12:17 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a?api-version=2022-12-01 + response: + body: + string: '{"operationType": "search", "status": "notStarted", "resourceLocation": + "/availablePhoneNumbers/searchResults/5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a?api-version=2022-12-01", + "createdDateTime": "2023-05-26T04:12:16.8740518+00:00", "id": "search_5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + access-control-expose-headers: + - Location + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:12:17 GMT + location: + - /availablePhoneNumbers/searchResults/5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a?api-version=2022-12-01 + ms-cv: + - ZAU+zjcnvU2VeX2KK7OOlA.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0oTFwZAAAAADIyBSt3Y3yRqL7/jpdxo/PWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 176ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:12:19 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a?api-version=2022-12-01 + response: + body: + string: '{"operationType": "search", "status": "succeeded", "resourceLocation": + "/availablePhoneNumbers/searchResults/5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a?api-version=2022-12-01", + "createdDateTime": "2023-05-26T04:12:16.8740518+00:00", "id": "search_5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + access-control-expose-headers: + - Location + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:12:19 GMT + location: + - /availablePhoneNumbers/searchResults/5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a?api-version=2022-12-01 + ms-cv: + - niKja0gwQkW3i8F84aIXrA.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0ozFwZAAAAACzUVcCaR8qQ5h9mSp22bCWWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 183ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:12:19 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/searchResults/5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a?api-version=2022-12-01 + response: + body: + string: '{"searchId": "5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a", "phoneNumbers": + ["+18332404807"], "phoneNumberType": "tollFree", "assignmentType": "application", + "capabilities": {"calling": "inbound", "sms": "inbound+outbound"}, "cost": + {"amount": 2.0, "currencyCode": "USD", "billingFrequency": "monthly"}, "searchExpiresBy": + "2023-05-26T04:28:18.6625280+00:00", "error": "NoError"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview + content-length: + - '372' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:12:20 GMT + ms-cv: + - CQGvVibItUGiQ3s1GK20MA.0 + strict-transport-security: + - max-age=2592000 + x-azure-ref: + - 0ozFwZAAAAAAJFBz1+BCaTIr0FTkCqvhSWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 652ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: '{"searchId": "5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '52' + Content-Type: + - application/json + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - n1PSNJ1ddHyLF3ygwUPYarw+pK3GwuaQnXktitKBlYI= + x-ms-date: + - Fri, 26 May 2023 04:12:20 GMT + x-ms-return-client-request-id: + - 'true' + method: POST + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/:purchase?api-version=2022-12-01 + response: + body: + string: '' + headers: + access-control-expose-headers: + - Operation-Location,operation-id,purchase-id + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview + content-length: + - '0' + date: + - Fri, 26 May 2023 04:12:21 GMT + ms-cv: + - vhc+2Q5/mU2/ZSBmFzX0PQ.0 + operation-id: + - purchase_5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a + operation-location: + - /phoneNumbers/operations/purchase_5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a?api-version=2022-12-01 + purchase-id: + - 5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a + strict-transport-security: + - max-age=2592000 + x-azure-ref: + - 0pDFwZAAAAAA54LSnmDzbRYZ62KB8PTHyWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 1290ms + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:12:21 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "running", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:12:16.8740518+00:00", "id": "purchase_5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:12:21 GMT + ms-cv: + - 5/VJCGpMU0awZjczjB0B+w.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0pTFwZAAAAABFhTg6hyqiS5b2WHY7TmziWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 182ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:12:24 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:12:16.8740518+00:00", "id": "purchase_5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:12:24 GMT + ms-cv: + - LRy/0UFe6kGtFtmyAT6U+Q.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0qDFwZAAAAABNbmVidmZWRbpSqXR9S7anWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 175ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:12:26 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:12:16.8740518+00:00", "id": "purchase_5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:12:26 GMT + ms-cv: + - pWcCsJJ4ZkSTsxJWdJXWGQ.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0qjFwZAAAAADBuJawmnfUSrutG0siVt1lWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 184ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:12:28 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:12:16.8740518+00:00", "id": "purchase_5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:12:28 GMT + ms-cv: + - 6uMRRHNHcEKK0tk+arUmJQ.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0rDFwZAAAAAB3ngdJK6MGRI0tXGqEbdRTWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 199ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:12:30 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:12:16.8740518+00:00", "id": "purchase_5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:12:31 GMT + ms-cv: + - 0hY1fJqXaEeuyXDOcB6mPg.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0rjFwZAAAAACLObxTKhQbTa2vk9wY2MRgWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 184ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:12:33 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:12:16.8740518+00:00", "id": "purchase_5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:12:33 GMT + ms-cv: + - AtwGaePJsky6VgoYnXOwDA.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0sTFwZAAAAACFDtY6i5N0SrqUmem+wMSrWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 187ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:12:35 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:12:16.8740518+00:00", "id": "purchase_5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:12:35 GMT + ms-cv: + - eqaQQ7XjVEeerPL7naylkA.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0szFwZAAAAADLr0YMb6+lQpm4aPtY5X4FWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 173ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:12:37 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:12:16.8740518+00:00", "id": "purchase_5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:12:37 GMT + ms-cv: + - LKtfODMtNUaAjn5Y75ff8g.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0tTFwZAAAAAAQK5KOKYqqS52M97hYRkpVWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 183ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:12:39 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:12:16.8740518+00:00", "id": "purchase_5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:12:40 GMT + ms-cv: + - qUUygD4iM0esVUqRitkyHg.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0uDFwZAAAAAA0CBKNqJqnQID/24CeLykEWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 169ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:12:42 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "succeeded", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:12:16.8740518+00:00", "id": "purchase_5a7d9e43-e098-41ca-b4e5-6b99ad3dd80a", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:12:42 GMT + ms-cv: + - IapeGQihXUSoFa1GnsvmSg.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0ujFwZAAAAADMAaEGjNBVRpBWhIwsiPoTWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 193ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: '{"from": "sanitized", "smsRecipients": [{"to": "sanitized", "repeatabilityRequestId": + "sanitized", "repeatabilityFirstSent": "sanitized"}, {"to": "sanitized", "repeatabilityRequestId": + "sanitized", "repeatabilityFirstSent": "sanitized"}], "message": "Hello there!!", + "smsSendOptions": {"enableDeliveryReport": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '317' + Content-Type: + - application/json + Date: + - Fri, 26 May 2023 04:12:42 GMT + User-Agent: + - AzureCli/1.6 azsdk-python-communication-sms/1.0.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - u/fQyaEw97wuNdHNxodFSE4d7YMiXPi+3iC1akp852w= + x-ms-return-client-request-id: + - 'true' + method: POST + uri: https://sanitized.communication.azure.com/sms?api-version=2021-03-07 + response: + body: + string: '{"value": [{"to": "sanitized", "messageId": "sanitized", "httpStatusCode": + 202, "repeatabilityResult": "accepted", "successful": true}, {"to": "sanitized", + "messageId": "sanitized", "httpStatusCode": 202, "repeatabilityResult": "accepted", + "successful": true}]}' + headers: + api-supported-versions: + - 2020-07-20-preview1, 2020-08-20-preview, 2021-03-07 + content-length: + - '261' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:12:42 GMT + ms-cv: + - cEaMO4Vxhk2DqrCu7pWUNA.0 + strict-transport-security: + - max-age=2592000 + x-azure-ref: + - 0ujFwZAAAAADy/uWywNVqR4SWKmusU0AMWVZSMzExMDAwMTE1MDExADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 180ms + - 415ms status: code: 202 message: Accepted diff --git a/src/communication/azext_communication/tests/latest/recordings/test_show_phonenumbers.yaml b/src/communication/azext_communication/tests/latest/recordings/test_show_phonenumbers.yaml index 6c8bcec5b71..cfc8c3502e0 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_show_phonenumbers.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_show_phonenumbers.yaml @@ -13,16 +13,16 @@ interactions: - '131' Content-Type: - application/json - Date: - - Mon, 05 Dec 2022 20:10:26 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - ecyowPPqS6i2jEjg4ZPaHAki9yDR8IHa8lF+VXRefVM= + x-ms-date: + - Fri, 26 May 2023 04:09:11 GMT x-ms-return-client-request-id: - 'true' method: POST - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/countries/US/:search?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/countries/US/:search?api-version=2022-12-01 response: body: string: '' @@ -30,29 +30,30 @@ interactions: access-control-expose-headers: - Location,Operation-Location,operation-id,search-id api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview content-length: - '0' date: - - Mon, 05 Dec 2022 20:10:52 GMT + - Fri, 26 May 2023 04:09:16 GMT location: - - /availablePhoneNumbers/searchResults/c4dadfb5-2088-44c7-b763-a240dd63298e?api-version=2021-03-07 + - /availablePhoneNumbers/searchResults/d3bac126-7bf9-426b-9c29-4291b3a63636?api-version=2022-12-01 ms-cv: - - E52i3suqxE+22HOpKeXC+A.0 + - PqX/55B4+E26WVjyuwMLOw.0 operation-id: - - search_c4dadfb5-2088-44c7-b763-a240dd63298e + - search_d3bac126-7bf9-426b-9c29-4291b3a63636 operation-location: - - /phoneNumbers/operations/search_c4dadfb5-2088-44c7-b763-a240dd63298e?api-version=2021-03-07 + - /phoneNumbers/operations/search_d3bac126-7bf9-426b-9c29-4291b3a63636?api-version=2022-12-01 search-id: - - c4dadfb5-2088-44c7-b763-a240dd63298e + - d3bac126-7bf9-426b-9c29-4291b3a63636 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0MlCOYwAAAAANpYsoyRGjT62si1GtUN4eWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 06DBwZAAAAAAo87dqdb5tS5MoVu5xSV59WVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 25923ms + - 3592ms status: code: 202 message: Accepted @@ -65,45 +66,99 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:11:22 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:16 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_c4dadfb5-2088-44c7-b763-a240dd63298e?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_d3bac126-7bf9-426b-9c29-4291b3a63636?api-version=2022-12-01 + response: + body: + string: '{"operationType": "search", "status": "notStarted", "resourceLocation": + "/availablePhoneNumbers/searchResults/d3bac126-7bf9-426b-9c29-4291b3a63636?api-version=2022-12-01", + "createdDateTime": "2023-05-26T04:09:15.6773152+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + access-control-expose-headers: + - Location + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:16 GMT + location: + - /availablePhoneNumbers/searchResults/d3bac126-7bf9-426b-9c29-4291b3a63636?api-version=2022-12-01 + ms-cv: + - ABWZxUP7h0So4Cy4wLMOuQ.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 07DBwZAAAAAAbI2KihEmNRKInmsH1uCieWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 208ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:18 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_d3bac126-7bf9-426b-9c29-4291b3a63636?api-version=2022-12-01 response: body: string: '{"operationType": "search", "status": "succeeded", "resourceLocation": - "/availablePhoneNumbers/searchResults/c4dadfb5-2088-44c7-b763-a240dd63298e?api-version=2021-03-07", - "createdDateTime": "2022-12-05T20:10:30.3161926+00:00", "id": "sanitized", + "/availablePhoneNumbers/searchResults/d3bac126-7bf9-426b-9c29-4291b3a63636?api-version=2022-12-01", + "createdDateTime": "2023-05-26T04:09:15.6773152+00:00", "id": "sanitized", "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: access-control-expose-headers: - Location api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:11:23 GMT + - Fri, 26 May 2023 04:09:18 GMT location: - - /availablePhoneNumbers/searchResults/c4dadfb5-2088-44c7-b763-a240dd63298e?api-version=2021-03-07 + - /availablePhoneNumbers/searchResults/d3bac126-7bf9-426b-9c29-4291b3a63636?api-version=2022-12-01 ms-cv: - - G3TP4p0WFEun+t/8JHTPAg.0 + - pX3t47gNwU6MDtLv7yxhew.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0a1COYwAAAABCdQlkszoESYZ2epRWowcjWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 07jBwZAAAAADRUjD35HOdRbmrK6+nJpkqWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 1058ms + - 259ms status: code: 200 message: OK @@ -117,48 +172,49 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:11:23 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:18 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/searchResults/c4dadfb5-2088-44c7-b763-a240dd63298e?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/searchResults/d3bac126-7bf9-426b-9c29-4291b3a63636?api-version=2022-12-01 response: body: - string: '{"searchId": "c4dadfb5-2088-44c7-b763-a240dd63298e", "phoneNumbers": + string: '{"searchId": "d3bac126-7bf9-426b-9c29-4291b3a63636", "phoneNumbers": ["sanitized"], "phoneNumberType": "tollFree", "assignmentType": "application", "capabilities": {"calling": "inbound", "sms": "inbound+outbound"}, "cost": {"amount": 2.0, "currencyCode": "USD", "billingFrequency": "monthly"}, "searchExpiresBy": - "2022-12-05T20:26:55.8440373+00:00"}' + "2023-05-26T04:25:17.3777008+00:00", "error": "NoError"}' headers: api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview + content-length: + - '369' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:11:24 GMT + - Fri, 26 May 2023 04:09:19 GMT ms-cv: - - j9XEsBTE4kGENpyGR0rPNg.0 + - BmwiFTyN3EeSx3GV0b5B9Q.0 strict-transport-security: - max-age=2592000 - transfer-encoding: - - chunked x-azure-ref: - - 0bFCOYwAAAABNwXX+JqWWQ5Mi5dVNCf1XWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 07jBwZAAAAAB7GSjO94G5TZUlf30asvgzWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 949ms + - 770ms status: code: 200 message: OK url: sanitized - request: - body: '{"searchId": "c4dadfb5-2088-44c7-b763-a240dd63298e"}' + body: '{"searchId": "d3bac126-7bf9-426b-9c29-4291b3a63636"}' headers: Accept: - application/json @@ -170,16 +226,16 @@ interactions: - '52' Content-Type: - application/json - Date: - - Mon, 05 Dec 2022 20:11:24 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - YjimVn6ainczym4CKDgJ4Ytje/Fb7j8Rqb+fSvCAi3I= + - Ycg08+BYBDImcXpJ4x6+ssXoZ5Cpmd89i8BpiEVYiH4= + x-ms-date: + - Fri, 26 May 2023 04:09:19 GMT x-ms-return-client-request-id: - 'true' method: POST - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/:purchase?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/:purchase?api-version=2022-12-01 response: body: string: '' @@ -187,27 +243,28 @@ interactions: access-control-expose-headers: - Operation-Location,operation-id,purchase-id api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview content-length: - '0' date: - - Mon, 05 Dec 2022 20:11:27 GMT + - Fri, 26 May 2023 04:09:20 GMT ms-cv: - - loWqUQfCDEilvbKMYGiKnQ.0 + - iJroKY1e506SAt8bFMO0mQ.0 operation-id: - - purchase_c4dadfb5-2088-44c7-b763-a240dd63298e + - purchase_d3bac126-7bf9-426b-9c29-4291b3a63636 operation-location: - - /phoneNumbers/operations/purchase_c4dadfb5-2088-44c7-b763-a240dd63298e?api-version=2021-03-07 + - /phoneNumbers/operations/purchase_d3bac126-7bf9-426b-9c29-4291b3a63636?api-version=2022-12-01 purchase-id: - - c4dadfb5-2088-44c7-b763-a240dd63298e + - d3bac126-7bf9-426b-9c29-4291b3a63636 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0bVCOYwAAAADxhVoBIdF0QbBBsZK+/vzCWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 07zBwZAAAAAB8cCcr+ZK/QJS1++jCial+WVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 2123ms + - 1256ms status: code: 202 message: Accepted @@ -220,40 +277,569 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:11:57 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:20 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_c4dadfb5-2088-44c7-b763-a240dd63298e?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_d3bac126-7bf9-426b-9c29-4291b3a63636?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "running", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:15.6773152+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:21 GMT + ms-cv: + - 3KThflwjp0mW1z+odpEtzQ.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 08TBwZAAAAAD+3j/fe7qbR7lP8ETkmrEeWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 205ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:23 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_d3bac126-7bf9-426b-9c29-4291b3a63636?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "running", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:15.6773152+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:23 GMT + ms-cv: + - F90HbK+XL026Crv2Aft/mA.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 08zBwZAAAAABk6CCi388oSqK/XwSk3qxKWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 198ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:25 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_d3bac126-7bf9-426b-9c29-4291b3a63636?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "running", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:15.6773152+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:25 GMT + ms-cv: + - oQgqXco0W06moTXRPQXnvw.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 09TBwZAAAAAAPrG8BXFobTpjtXi7s46rXWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 199ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:27 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_d3bac126-7bf9-426b-9c29-4291b3a63636?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "running", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:15.6773152+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:28 GMT + ms-cv: + - YQNS4kIHj0qvCOEC2kJD7Q.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 09zBwZAAAAAAqfWe+c3OFRab1iRK6Vj45WVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 202ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:30 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_d3bac126-7bf9-426b-9c29-4291b3a63636?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:15.6773152+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:30 GMT + ms-cv: + - nu67jgMQlkewTazvVQFSTg.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0+jBwZAAAAACrSWqvSyXaQbSWJGQaq9amWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 208ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:32 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_d3bac126-7bf9-426b-9c29-4291b3a63636?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:15.6773152+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:32 GMT + ms-cv: + - tWoxqT9pskyHseOeLEMALg.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0/DBwZAAAAAANM00cRNthQqV3wQgbHkMDWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 346ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:34 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_d3bac126-7bf9-426b-9c29-4291b3a63636?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:15.6773152+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:35 GMT + ms-cv: + - NGfnVaX5X0KL3OSFHUNyAw.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0/jBwZAAAAACeLmGnEn4KTJQEh1qgZBX0WVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 188ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:37 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_d3bac126-7bf9-426b-9c29-4291b3a63636?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:15.6773152+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:37 GMT + ms-cv: + - JmxAWSDKEUqWfZEVhEQ3PA.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0ATFwZAAAAADK6pgXYcEnT7yEe5mkLCBWWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 201ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:39 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_d3bac126-7bf9-426b-9c29-4291b3a63636?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:15.6773152+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:39 GMT + ms-cv: + - 15AhYShR702v3MpGWEH/yA.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0AzFwZAAAAABLW0xNPg8gTbDJ4KIK6RwgWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 192ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:41 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_d3bac126-7bf9-426b-9c29-4291b3a63636?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:15.6773152+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:41 GMT + ms-cv: + - YB2gTqxxDkqVqDWifsUreQ.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0BTFwZAAAAAAm51NdtaFYT6MBH4H8eKNGWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 185ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:43 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_d3bac126-7bf9-426b-9c29-4291b3a63636?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:09:15.6773152+00:00", "id": "sanitized", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:09:44 GMT + ms-cv: + - SWdsgcyJ7kyfUv0kWCXhvg.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0CDFwZAAAAADFIuoW2sxWRoW56Fxd4OvgWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 190ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:46 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_d3bac126-7bf9-426b-9c29-4291b3a63636?api-version=2022-12-01 response: body: string: '{"operationType": "purchase", "status": "succeeded", "resourceLocation": - null, "createdDateTime": "2022-12-05T20:10:30.3161926+00:00", "id": "sanitized", + null, "createdDateTime": "2023-05-26T04:09:15.6773152+00:00", "id": "sanitized", "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:11:57 GMT + - Fri, 26 May 2023 04:09:46 GMT ms-cv: - - AuNcW2GjMUKSiBcFdoIz3A.0 + - +To9I4MA9EeNTy2G6tSSCA.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0jVCOYwAAAAClgQD+oPnoTYs6W2wc4jNRWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0CjFwZAAAAAB9QVZxvU9gSqyh7re9YHygWVZSMzExMDAwMTE1MDM1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 459ms + - 194ms status: code: 200 message: OK @@ -267,42 +853,42 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:11:57 GMT User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 - (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:09:46 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/phoneNumbers/sanitized?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/sanitized?api-version=2022-12-01 response: body: string: '{"id": "sanitized", "phoneNumber": "sanitized", "countryCode": "US", "phoneNumberType": "tollFree", "capabilities": {"calling": "inbound", "sms": - "inbound+outbound"}, "assignmentType": "application", "purchaseDate": "2022-12-05T20:11:46.1626509+00:00", + "inbound+outbound"}, "assignmentType": "application", "purchaseDate": "2023-05-26T04:09:41.4236215+00:00", "cost": {"amount": 2.0, "currencyCode": "USD", "billingFrequency": "monthly"}}' headers: api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview + content-length: + - '331' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:11:59 GMT + - Fri, 26 May 2023 04:09:48 GMT ms-cv: - - oVYj821ce0GBw/d4tXmcHA.0 + - MClw6draVUCid0h5GFrSmw.0 strict-transport-security: - max-age=2592000 - transfer-encoding: - - chunked x-azure-ref: - - 0jlCOYwAAAAAMG07s+tvXSJCHxplm8gFEWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0CjFwZAAAAAByrE7ByJ/QTL7jegbzOkxNWVZSMzExMDAwMTE1MDA5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 1549ms + - 1579ms status: code: 200 message: OK diff --git a/src/communication/azext_communication/tests/latest/recordings/test_sms_send.yaml b/src/communication/azext_communication/tests/latest/recordings/test_sms_send.yaml index 7aa19595d13..b4ce1834c78 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_sms_send.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_sms_send.yaml @@ -13,16 +13,16 @@ interactions: - '131' Content-Type: - application/json - Date: - - Mon, 05 Dec 2022 20:19:19 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - ecyowPPqS6i2jEjg4ZPaHAki9yDR8IHa8lF+VXRefVM= + x-ms-date: + - Fri, 26 May 2023 04:11:21 GMT x-ms-return-client-request-id: - 'true' method: POST - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/countries/US/:search?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/countries/US/:search?api-version=2022-12-01 response: body: string: '' @@ -30,29 +30,30 @@ interactions: access-control-expose-headers: - Location,Operation-Location,operation-id,search-id api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview content-length: - '0' date: - - Mon, 05 Dec 2022 20:19:23 GMT + - Fri, 26 May 2023 04:11:23 GMT location: - - /availablePhoneNumbers/searchResults/7301f42c-d10d-4655-b85c-d1d968b48889?api-version=2021-03-07 + - /availablePhoneNumbers/searchResults/8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2?api-version=2022-12-01 ms-cv: - - ETIheGmZ+ki467xJcT2JWg.0 + - K6W/8+DRR0i174y3PHEl0w.0 operation-id: - - search_7301f42c-d10d-4655-b85c-d1d968b48889 + - search_8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2 operation-location: - - /phoneNumbers/operations/search_7301f42c-d10d-4655-b85c-d1d968b48889?api-version=2021-03-07 + - /phoneNumbers/operations/search_8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2?api-version=2022-12-01 search-id: - - 7301f42c-d10d-4655-b85c-d1d968b48889 + - 8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0SFKOYwAAAABJFut11zlDSaG9dmEEQ02gWVZSMzBFREdFMDMwOQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0aTFwZAAAAADR+fw3nKIXRbqnvpT/7tYlWVZSMzExMDAwMTE1MDMzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 2709ms + - 3002ms status: code: 202 message: Accepted @@ -65,45 +66,99 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:19:53 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:24 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_7301f42c-d10d-4655-b85c-d1d968b48889?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2?api-version=2022-12-01 + response: + body: + string: '{"operationType": "search", "status": "notStarted", "resourceLocation": + "/availablePhoneNumbers/searchResults/8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2?api-version=2022-12-01", + "createdDateTime": "2023-05-26T04:11:24.3303588+00:00", "id": "search_8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + access-control-expose-headers: + - Location + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:24 GMT + location: + - /availablePhoneNumbers/searchResults/8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2?api-version=2022-12-01 + ms-cv: + - EHeISPZD7UeF2WCynJ20Yg.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0bDFwZAAAAACGmh4kzxu8SZwxJfEWpcy3WVZSMzExMDAwMTE1MDMzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 208ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:26 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2?api-version=2022-12-01 response: body: string: '{"operationType": "search", "status": "succeeded", "resourceLocation": - "/availablePhoneNumbers/searchResults/7301f42c-d10d-4655-b85c-d1d968b48889?api-version=2021-03-07", - "createdDateTime": "2022-12-05T20:19:22.8787058+00:00", "id": "search_7301f42c-d10d-4655-b85c-d1d968b48889", + "/availablePhoneNumbers/searchResults/8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2?api-version=2022-12-01", + "createdDateTime": "2023-05-26T04:11:24.3303588+00:00", "id": "search_8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2", "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: access-control-expose-headers: - Location api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:19:53 GMT + - Fri, 26 May 2023 04:11:26 GMT location: - - /availablePhoneNumbers/searchResults/7301f42c-d10d-4655-b85c-d1d968b48889?api-version=2021-03-07 + - /availablePhoneNumbers/searchResults/8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2?api-version=2022-12-01 ms-cv: - - vCCI8EdOVUuO7O7ghRRgvw.0 + - d67vFVhKsU6tNcXTmw7MIg.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0aVKOYwAAAACSWDu4u0L6SqDzv4KXAjhYWVZSMzBFREdFMDMwOQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0bzFwZAAAAAAqQyqxgSTnS4ki2fBdYm8bWVZSMzExMDAwMTE1MDMzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 294ms + - 218ms status: code: 200 message: OK @@ -117,48 +172,49 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:19:53 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:27 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/searchResults/7301f42c-d10d-4655-b85c-d1d968b48889?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/searchResults/8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2?api-version=2022-12-01 response: body: - string: '{"searchId": "7301f42c-d10d-4655-b85c-d1d968b48889", "phoneNumbers": - ["+18442197992"], "phoneNumberType": "tollFree", "assignmentType": "application", + string: '{"searchId": "8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2", "phoneNumbers": + ["+18552476770"], "phoneNumberType": "tollFree", "assignmentType": "application", "capabilities": {"calling": "inbound", "sms": "inbound+outbound"}, "cost": {"amount": 2.0, "currencyCode": "USD", "billingFrequency": "monthly"}, "searchExpiresBy": - "2022-12-05T20:35:25.0749939+00:00"}' + "2023-05-26T04:27:26.2446082+00:00", "error": "NoError"}' headers: api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview + content-length: + - '372' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:19:54 GMT + - Fri, 26 May 2023 04:11:27 GMT ms-cv: - - kz3dyl48mkSkuWDbLPJd3g.0 + - k23JuD7c+Uug7l133NsY2g.0 strict-transport-security: - max-age=2592000 - transfer-encoding: - - chunked x-azure-ref: - - 0aVKOYwAAAABsYFyC0WgOSL1tC/9+vv57WVZSMzBFREdFMDMwOQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0bzFwZAAAAAD3Tqs8OMRHTaUtj9jiTIBQWVZSMzExMDAwMTE1MDMzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 1264ms + - 828ms status: code: 200 message: OK url: sanitized - request: - body: '{"searchId": "7301f42c-d10d-4655-b85c-d1d968b48889"}' + body: '{"searchId": "8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2"}' headers: Accept: - application/json @@ -170,16 +226,16 @@ interactions: - '52' Content-Type: - application/json - Date: - - Mon, 05 Dec 2022 20:19:54 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - Sb8ciqjfvia4rpwUA/IRXMnj0EzOXmJHaDr6MHAmZwk= + - RLCME8mZ5LpFkPTOvIwFgtqZkUo8Kw1KnRA33mWnDBY= + x-ms-date: + - Fri, 26 May 2023 04:11:28 GMT x-ms-return-client-request-id: - 'true' method: POST - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/:purchase?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/:purchase?api-version=2022-12-01 response: body: string: '' @@ -187,27 +243,28 @@ interactions: access-control-expose-headers: - Operation-Location,operation-id,purchase-id api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview content-length: - '0' date: - - Mon, 05 Dec 2022 20:19:57 GMT + - Fri, 26 May 2023 04:11:28 GMT ms-cv: - - SCP8hdxQP0KINlPjp2C21w.0 + - wWJ+qL5F7USOdhBgZcFRBA.0 operation-id: - - purchase_7301f42c-d10d-4655-b85c-d1d968b48889 + - purchase_8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2 operation-location: - - /phoneNumbers/operations/purchase_7301f42c-d10d-4655-b85c-d1d968b48889?api-version=2021-03-07 + - /phoneNumbers/operations/purchase_8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2?api-version=2022-12-01 purchase-id: - - 7301f42c-d10d-4655-b85c-d1d968b48889 + - 8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2 strict-transport-security: - max-age=2592000 x-azure-ref: - - 0a1KOYwAAAADcT33k2qcBQK7vhFl3L1ebWVZSMzBFREdFMDMwOQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0cDFwZAAAAABOhGuMFl3uSrmcnPz8c4kxWVZSMzExMDAwMTE1MDMzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 2034ms + - 1223ms status: code: 202 message: Accepted @@ -220,40 +277,425 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:20:26 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:29 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "running", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:24.3303588+00:00", "id": "purchase_8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:29 GMT + ms-cv: + - TH9AMv1SYUyMCsum2Otk9w.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0cTFwZAAAAADWgZtN1Y/KT6QKLVVXCcTaWVZSMzExMDAwMTE1MDMzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 213ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:31 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:24.3303588+00:00", "id": "purchase_8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:31 GMT + ms-cv: + - zbsQc7ir9UCaelLPBz0KyA.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0czFwZAAAAABK35tq9GVwTocddCIeBc6YWVZSMzExMDAwMTE1MDMzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 212ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:34 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:24.3303588+00:00", "id": "purchase_8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:33 GMT + ms-cv: + - 8ivy8W6IOkWc4jLIG6DhUQ.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0djFwZAAAAADt2xENEmEES66sW3OOBGVCWVZSMzExMDAwMTE1MDMzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 204ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:36 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:24.3303588+00:00", "id": "purchase_8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:35 GMT + ms-cv: + - /xIgEwTDlkSpdgxIxeF8nA.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0eDFwZAAAAADhshmhaeeiR40lpVTNP35BWVZSMzExMDAwMTE1MDMzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 212ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:38 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_7301f42c-d10d-4655-b85c-d1d968b48889?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:24.3303588+00:00", "id": "purchase_8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:38 GMT + ms-cv: + - UyBgCAx8vEmJdm7g/xXiQA.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0ejFwZAAAAAA2tfwWClsVTI7xNRaXjPMbWVZSMzExMDAwMTE1MDMzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 216ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:40 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:24.3303588+00:00", "id": "purchase_8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:40 GMT + ms-cv: + - oye9v3i9VUyE/ej1jj7CgQ.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0fTFwZAAAAADJX/HujuDURr51Q84uM9uWWVZSMzExMDAwMTE1MDMzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 218ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:43 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:24.3303588+00:00", "id": "purchase_8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:42 GMT + ms-cv: + - E9vJiWWim0O2trR4/SfKSg.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0fzFwZAAAAACDU2ewA3e+RKzy3RBM5XkFWVZSMzExMDAwMTE1MDMzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 325ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:45 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:24.3303588+00:00", "id": "purchase_8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:45 GMT + ms-cv: + - pI7YuwQ9oU2fvgf5TuLofQ.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0gTFwZAAAAABNeKsu7oFFTL40Ll6TImkNWVZSMzExMDAwMTE1MDMzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 204ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:47 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2?api-version=2022-12-01 response: body: string: '{"operationType": "purchase", "status": "succeeded", "resourceLocation": - null, "createdDateTime": "2022-12-05T20:19:22.8787058+00:00", "id": "purchase_7301f42c-d10d-4655-b85c-d1d968b48889", + null, "createdDateTime": "2023-05-26T04:11:24.3303588+00:00", "id": "purchase_8e0bb4cf-bcfa-4905-8aa5-d4ef5b5e8ed2", "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:20:27 GMT + - Fri, 26 May 2023 04:11:47 GMT ms-cv: - - qSWzGInFS0+rs2NRQ4mSSQ.0 + - Pa40IWRGoU2yZR/bBkKqQg.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0i1KOYwAAAAARHuJ3s/xTTLx3PCjgOtd6WVZSMzBFREdFMDMwOQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0hDFwZAAAAAD3NUel1LlaS7g9Pr5opTuLWVZSMzExMDAwMTE1MDMzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 297ms + - 212ms status: code: 200 message: OK @@ -274,11 +716,11 @@ interactions: Content-Type: - application/json Date: - - Mon, 05 Dec 2022 20:20:27 GMT + - Fri, 26 May 2023 04:11:48 GMT User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-sms/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-sms/1.0.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - K2zvcDCUYME2EmYuaSCPm3AJaFbBSkUuaR37t37Ho2Q= + - tT2bv6X88tbvfLI7nLEIDQvmHSlhqeVTtefiY8oUHa8= x-ms-return-client-request-id: - 'true' method: POST @@ -290,22 +732,22 @@ interactions: headers: api-supported-versions: - 2020-07-20-preview1, 2020-08-20-preview, 2021-03-07 + content-length: + - '136' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:20:27 GMT + - Fri, 26 May 2023 04:11:48 GMT ms-cv: - - JeGjSuCSf0ysb0trYjFXSw.0 + - GqUkWENE4UKPoxRtrVnNLg.0 strict-transport-security: - max-age=2592000 - transfer-encoding: - - chunked x-azure-ref: - - 0i1KOYwAAAADSUyh4dpfmRbEIvrrTP/z2WVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0hDFwZAAAAAACAUa9BtjESqYh9sHNCG1iWVZSMzExMDAwMTE1MDIzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 161ms + - 324ms status: code: 202 message: Accepted diff --git a/src/communication/azext_communication/tests/latest/recordings/test_sms_send_n_recipients.yaml b/src/communication/azext_communication/tests/latest/recordings/test_sms_send_n_recipients.yaml index 07ee9aef21b..7838e5708b5 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_sms_send_n_recipients.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_sms_send_n_recipients.yaml @@ -13,16 +13,16 @@ interactions: - '131' Content-Type: - application/json - Date: - - Mon, 05 Dec 2022 20:21:25 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - ecyowPPqS6i2jEjg4ZPaHAki9yDR8IHa8lF+VXRefVM= + x-ms-date: + - Fri, 26 May 2023 04:10:51 GMT x-ms-return-client-request-id: - 'true' method: POST - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/countries/US/:search?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/countries/US/:search?api-version=2022-12-01 response: body: string: '' @@ -30,29 +30,30 @@ interactions: access-control-expose-headers: - Location,Operation-Location,operation-id,search-id api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview content-length: - '0' date: - - Mon, 05 Dec 2022 20:21:29 GMT + - Fri, 26 May 2023 04:10:54 GMT location: - - /availablePhoneNumbers/searchResults/8b54412e-f6ae-4d02-af9e-f2aa165a7ac9?api-version=2021-03-07 + - /availablePhoneNumbers/searchResults/c0ed41ac-48fd-4864-addd-2269e367c26a?api-version=2022-12-01 ms-cv: - - Cxeule9JAUiGRzc8QINPxg.0 + - ZbnwKVQalEaHiiRIQmXoqg.0 operation-id: - - search_8b54412e-f6ae-4d02-af9e-f2aa165a7ac9 + - search_c0ed41ac-48fd-4864-addd-2269e367c26a operation-location: - - /phoneNumbers/operations/search_8b54412e-f6ae-4d02-af9e-f2aa165a7ac9?api-version=2021-03-07 + - /phoneNumbers/operations/search_c0ed41ac-48fd-4864-addd-2269e367c26a?api-version=2022-12-01 search-id: - - 8b54412e-f6ae-4d02-af9e-f2aa165a7ac9 + - c0ed41ac-48fd-4864-addd-2269e367c26a strict-transport-security: - max-age=2592000 x-azure-ref: - - 0xlKOYwAAAABnJci+XpN5TYX5lpcnXjKbWVZSMzBFREdFMDMwOAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0SzFwZAAAAABNwrr0mHg8SrC2sVQSZoMxWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 2945ms + - 3608ms status: code: 202 message: Accepted @@ -65,45 +66,99 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:21:59 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:10:55 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_c0ed41ac-48fd-4864-addd-2269e367c26a?api-version=2022-12-01 + response: + body: + string: '{"operationType": "search", "status": "notStarted", "resourceLocation": + "/availablePhoneNumbers/searchResults/c0ed41ac-48fd-4864-addd-2269e367c26a?api-version=2022-12-01", + "createdDateTime": "2023-05-26T04:10:55.4154455+00:00", "id": "search_c0ed41ac-48fd-4864-addd-2269e367c26a", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + access-control-expose-headers: + - Location + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:10:55 GMT + location: + - /availablePhoneNumbers/searchResults/c0ed41ac-48fd-4864-addd-2269e367c26a?api-version=2022-12-01 + ms-cv: + - roljsLr7e0+eh24lliGqGA.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0TzFwZAAAAAAsTGWOSVbHQL/u2Q1QRT0TWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 188ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:10:58 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_8b54412e-f6ae-4d02-af9e-f2aa165a7ac9?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_c0ed41ac-48fd-4864-addd-2269e367c26a?api-version=2022-12-01 response: body: string: '{"operationType": "search", "status": "succeeded", "resourceLocation": - "/availablePhoneNumbers/searchResults/8b54412e-f6ae-4d02-af9e-f2aa165a7ac9?api-version=2021-03-07", - "createdDateTime": "2022-12-05T20:21:28.9809317+00:00", "id": "search_8b54412e-f6ae-4d02-af9e-f2aa165a7ac9", + "/availablePhoneNumbers/searchResults/c0ed41ac-48fd-4864-addd-2269e367c26a?api-version=2022-12-01", + "createdDateTime": "2023-05-26T04:10:55.4154455+00:00", "id": "search_c0ed41ac-48fd-4864-addd-2269e367c26a", "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: access-control-expose-headers: - Location api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:21:59 GMT + - Fri, 26 May 2023 04:10:57 GMT location: - - /availablePhoneNumbers/searchResults/8b54412e-f6ae-4d02-af9e-f2aa165a7ac9?api-version=2021-03-07 + - /availablePhoneNumbers/searchResults/c0ed41ac-48fd-4864-addd-2269e367c26a?api-version=2022-12-01 ms-cv: - - 8195ey4TTEOMds9RL0HfWQ.0 + - IXihdY0lIk2h6IsO2SLatg.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 051KOYwAAAABKtubi9XieSLD8VwB9b4x8WVZSMzBFREdFMDMwOAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0UjFwZAAAAAB9h3tScEa3SIR4ItMwt+4pWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 520ms + - 184ms status: code: 200 message: OK @@ -117,48 +172,49 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:21:59 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:10:58 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/searchResults/8b54412e-f6ae-4d02-af9e-f2aa165a7ac9?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/searchResults/c0ed41ac-48fd-4864-addd-2269e367c26a?api-version=2022-12-01 response: body: - string: '{"searchId": "8b54412e-f6ae-4d02-af9e-f2aa165a7ac9", "phoneNumbers": - ["+18337821023"], "phoneNumberType": "tollFree", "assignmentType": "application", + string: '{"searchId": "c0ed41ac-48fd-4864-addd-2269e367c26a", "phoneNumbers": + ["+18447335133"], "phoneNumberType": "tollFree", "assignmentType": "application", "capabilities": {"calling": "inbound", "sms": "inbound+outbound"}, "cost": {"amount": 2.0, "currencyCode": "USD", "billingFrequency": "monthly"}, "searchExpiresBy": - "2022-12-05T20:37:31.2602521+00:00"}' + "2023-05-26T04:26:57.2162402+00:00", "error": "NoError"}' headers: api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview + content-length: + - '372' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:22:00 GMT + - Fri, 26 May 2023 04:10:58 GMT ms-cv: - - LYAiVjx67U69ubVJAi8Big.0 + - 9rpvGf5y+kyx8+reitQIJg.0 strict-transport-security: - max-age=2592000 - transfer-encoding: - - chunked x-azure-ref: - - 06FKOYwAAAAB/hbQCOHYfS54uiu1F6yb8WVZSMzBFREdFMDMwOAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0UjFwZAAAAAAfX8iLEhjXQpcTe74H9u4RWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 1171ms + - 697ms status: code: 200 message: OK url: sanitized - request: - body: '{"searchId": "8b54412e-f6ae-4d02-af9e-f2aa165a7ac9"}' + body: '{"searchId": "c0ed41ac-48fd-4864-addd-2269e367c26a"}' headers: Accept: - application/json @@ -170,16 +226,16 @@ interactions: - '52' Content-Type: - application/json - Date: - - Mon, 05 Dec 2022 20:22:01 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - Wg7Y5wVt5/xnOLlH6IjODGOk1rHjrYPgzaznOoFXP0A= + - 5zNhs+R7baDfVq8VMjhSgkfXp8KCGwer0zw/qoY9p7s= + x-ms-date: + - Fri, 26 May 2023 04:10:59 GMT x-ms-return-client-request-id: - 'true' method: POST - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/:purchase?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/:purchase?api-version=2022-12-01 response: body: string: '' @@ -187,27 +243,28 @@ interactions: access-control-expose-headers: - Operation-Location,operation-id,purchase-id api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview content-length: - '0' date: - - Mon, 05 Dec 2022 20:22:02 GMT + - Fri, 26 May 2023 04:10:59 GMT ms-cv: - - qSTXXEBH+kq2g8ix6tXnYg.0 + - Bczfcy/3sU6g9IrmLH8X+Q.0 operation-id: - - purchase_8b54412e-f6ae-4d02-af9e-f2aa165a7ac9 + - purchase_c0ed41ac-48fd-4864-addd-2269e367c26a operation-location: - - /phoneNumbers/operations/purchase_8b54412e-f6ae-4d02-af9e-f2aa165a7ac9?api-version=2021-03-07 + - /phoneNumbers/operations/purchase_c0ed41ac-48fd-4864-addd-2269e367c26a?api-version=2022-12-01 purchase-id: - - 8b54412e-f6ae-4d02-af9e-f2aa165a7ac9 + - c0ed41ac-48fd-4864-addd-2269e367c26a strict-transport-security: - max-age=2592000 x-azure-ref: - - 06VKOYwAAAADfkJK31CagSY3in6m8RrNsWVZSMzBFREdFMDMwOAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0UzFwZAAAAABkxOISogXfSoSaDWdOrrIXWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 2087ms + - 1309ms status: code: 202 message: Accepted @@ -220,101 +277,93 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:22:33 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:00 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_8b54412e-f6ae-4d02-af9e-f2aa165a7ac9?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_c0ed41ac-48fd-4864-addd-2269e367c26a?api-version=2022-12-01 response: body: - string: '{"operationType": "purchase", "status": "succeeded", "resourceLocation": - null, "createdDateTime": "2022-12-05T20:21:28.9809317+00:00", "id": "purchase_8b54412e-f6ae-4d02-af9e-f2aa165a7ac9", + string: '{"operationType": "purchase", "status": "running", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:10:55.4154455+00:00", "id": "purchase_c0ed41ac-48fd-4864-addd-2269e367c26a", "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:22:34 GMT + - Fri, 26 May 2023 04:10:59 GMT ms-cv: - - ODaUcvDivUinhZhGhyEhEQ.0 + - YarYaIWuE0Cck7VEGvpUCg.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0CVOOYwAAAADvkA6mOy1hRb9AmZEQiKl1WVZSMzBFREdFMDMwOAA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0VDFwZAAAAABR7M4qFVcXSLRuniy2cTZiWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 526ms + - 177ms status: code: 200 message: OK url: sanitized - request: - body: '{"phoneNumberType": "tollFree", "assignmentType": "application", "capabilities": - {"calling": "inbound", "sms": "inbound+outbound"}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate Connection: - keep-alive - Content-Length: - - '131' - Content-Type: - - application/json - Date: - - Mon, 05 Dec 2022 20:22:33 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - ecyowPPqS6i2jEjg4ZPaHAki9yDR8IHa8lF+VXRefVM= + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:02 GMT x-ms-return-client-request-id: - 'true' - method: POST - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/countries/US/:search?api-version=2021-03-07 + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_c0ed41ac-48fd-4864-addd-2269e367c26a?api-version=2022-12-01 response: body: - string: '' + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:10:55.4154455+00:00", "id": "purchase_c0ed41ac-48fd-4864-addd-2269e367c26a", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: - access-control-expose-headers: - - Location,Operation-Location,operation-id,search-id api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 - content-length: - - '0' + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:22:36 GMT - location: - - /availablePhoneNumbers/searchResults/6ad06ad2-76fc-4741-86ca-4051b771ac00?api-version=2021-03-07 + - Fri, 26 May 2023 04:11:02 GMT ms-cv: - - ZCA9DegmzESCwtC2FxkGZg.0 - operation-id: - - search_6ad06ad2-76fc-4741-86ca-4051b771ac00 - operation-location: - - /phoneNumbers/operations/search_6ad06ad2-76fc-4741-86ca-4051b771ac00?api-version=2021-03-07 - search-id: - - 6ad06ad2-76fc-4741-86ca-4051b771ac00 + - Pv1HxfSuak6Uhv8fZBqitA.0 strict-transport-security: - max-age=2592000 + transfer-encoding: + - chunked x-azure-ref: - - 0ClOOYwAAAAA/VM19anfyQKFfkyVwvCH1WVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0VjFwZAAAAAB/kyEo2lwFQpjk4WNS4VPnWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 2924ms + - 199ms status: - code: 202 - message: Accepted + code: 200 + message: OK + url: sanitized - request: body: null headers: @@ -324,45 +373,41 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:23:07 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:05 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_6ad06ad2-76fc-4741-86ca-4051b771ac00?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_c0ed41ac-48fd-4864-addd-2269e367c26a?api-version=2022-12-01 response: body: - string: '{"operationType": "search", "status": "succeeded", "resourceLocation": - "/availablePhoneNumbers/searchResults/6ad06ad2-76fc-4741-86ca-4051b771ac00?api-version=2021-03-07", - "createdDateTime": "2022-12-05T20:22:37.3357834+00:00", "id": "search_6ad06ad2-76fc-4741-86ca-4051b771ac00", + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:10:55.4154455+00:00", "id": "purchase_c0ed41ac-48fd-4864-addd-2269e367c26a", "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: - access-control-expose-headers: - - Location api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:23:07 GMT - location: - - /availablePhoneNumbers/searchResults/6ad06ad2-76fc-4741-86ca-4051b771ac00?api-version=2021-03-07 + - Fri, 26 May 2023 04:11:04 GMT ms-cv: - - 7GDQhPVG2E6dsVZyNp6c6g.0 + - vYLZBI+Q90q3CoEvUL0C0Q.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0K1OOYwAAAAAPLb0Wl9WdSZDXMhDLou9DWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0WTFwZAAAAABpfUpUxedsR6murt7QThXkWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 275ms + - 185ms status: code: 200 message: OK @@ -376,100 +421,93 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:23:07 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:07 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/searchResults/6ad06ad2-76fc-4741-86ca-4051b771ac00?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_c0ed41ac-48fd-4864-addd-2269e367c26a?api-version=2022-12-01 response: body: - string: '{"searchId": "6ad06ad2-76fc-4741-86ca-4051b771ac00", "phoneNumbers": - ["+18337860860"], "phoneNumberType": "tollFree", "assignmentType": "application", - "capabilities": {"calling": "inbound", "sms": "inbound+outbound"}, "cost": - {"amount": 2.0, "currencyCode": "USD", "billingFrequency": "monthly"}, "searchExpiresBy": - "2022-12-05T20:38:39.1184930+00:00"}' + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:10:55.4154455+00:00", "id": "purchase_c0ed41ac-48fd-4864-addd-2269e367c26a", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:23:08 GMT + - Fri, 26 May 2023 04:11:06 GMT ms-cv: - - BAbZaZgOTke2bcUZAJUsYA.0 + - izB34H1cek2PggwCtjwD4g.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0LFOOYwAAAAAKh7uHXez1Q4x5pwqubT+LWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0WzFwZAAAAADB1WdrAnHBSr0F+jUExbCfWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 752ms + - 171ms status: code: 200 message: OK url: sanitized - request: - body: '{"searchId": "6ad06ad2-76fc-4741-86ca-4051b771ac00"}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate Connection: - keep-alive - Content-Length: - - '52' - Content-Type: - - application/json - Date: - - Mon, 05 Dec 2022 20:23:08 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - cnZL6ijcCorCvU292hDRoVOzr0ESmeNQmQUVRHs/cIM= + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:09 GMT x-ms-return-client-request-id: - 'true' - method: POST - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/:purchase?api-version=2021-03-07 + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_c0ed41ac-48fd-4864-addd-2269e367c26a?api-version=2022-12-01 response: body: - string: '' + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:10:55.4154455+00:00", "id": "purchase_c0ed41ac-48fd-4864-addd-2269e367c26a", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: - access-control-expose-headers: - - Operation-Location,operation-id,purchase-id api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 - content-length: - - '0' + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:23:09 GMT + - Fri, 26 May 2023 04:11:09 GMT ms-cv: - - nRhATKpjlkyEkztZ5P+eVg.0 - operation-id: - - purchase_6ad06ad2-76fc-4741-86ca-4051b771ac00 - operation-location: - - /phoneNumbers/operations/purchase_6ad06ad2-76fc-4741-86ca-4051b771ac00?api-version=2021-03-07 - purchase-id: - - 6ad06ad2-76fc-4741-86ca-4051b771ac00 + - KHtcn1idZk+wMBpFHI/+1Q.0 strict-transport-security: - max-age=2592000 + transfer-encoding: + - chunked x-azure-ref: - - 0LVOOYwAAAADvHRmES4DcRbKCbLEBKyx7WVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0XTFwZAAAAADcDb87eDEJRqJVKDKDJcbaWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 1449ms + - 186ms status: - code: 202 - message: Accepted + code: 200 + message: OK + url: sanitized - request: body: null headers: @@ -479,101 +517,93 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:23:40 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:11 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_6ad06ad2-76fc-4741-86ca-4051b771ac00?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_c0ed41ac-48fd-4864-addd-2269e367c26a?api-version=2022-12-01 response: body: - string: '{"operationType": "purchase", "status": "succeeded", "resourceLocation": - null, "createdDateTime": "2022-12-05T20:22:37.3357834+00:00", "id": "purchase_6ad06ad2-76fc-4741-86ca-4051b771ac00", + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:10:55.4154455+00:00", "id": "purchase_c0ed41ac-48fd-4864-addd-2269e367c26a", "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:23:40 GMT + - Fri, 26 May 2023 04:11:11 GMT ms-cv: - - EgSora4SIkS40M3IKapsJg.0 + - qDVqB8wptEqbxOt0i2PVRQ.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0TFOOYwAAAAChaOKN/FdxTYkpAC73bGmkWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 0YDFwZAAAAAAJ9nbkWMApTq3F1/B4Q1U7WVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 278ms + - 192ms status: code: 200 message: OK url: sanitized - request: - body: '{"phoneNumberType": "tollFree", "assignmentType": "application", "capabilities": - {"calling": "inbound", "sms": "inbound+outbound"}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate Connection: - keep-alive - Content-Length: - - '131' - Content-Type: - - application/json - Date: - - Mon, 05 Dec 2022 20:23:40 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - ecyowPPqS6i2jEjg4ZPaHAki9yDR8IHa8lF+VXRefVM= + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:14 GMT x-ms-return-client-request-id: - 'true' - method: POST - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/countries/US/:search?api-version=2021-03-07 + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_c0ed41ac-48fd-4864-addd-2269e367c26a?api-version=2022-12-01 response: body: - string: '' + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:10:55.4154455+00:00", "id": "purchase_c0ed41ac-48fd-4864-addd-2269e367c26a", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: - access-control-expose-headers: - - Location,Operation-Location,operation-id,search-id api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 - content-length: - - '0' + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:23:43 GMT - location: - - /availablePhoneNumbers/searchResults/d24d1666-694c-4eb4-818d-0d26a62c0f75?api-version=2021-03-07 + - Fri, 26 May 2023 04:11:13 GMT ms-cv: - - sI4xoLCGQ0eLMvFpdUnALQ.0 - operation-id: - - search_d24d1666-694c-4eb4-818d-0d26a62c0f75 - operation-location: - - /phoneNumbers/operations/search_d24d1666-694c-4eb4-818d-0d26a62c0f75?api-version=2021-03-07 - search-id: - - d24d1666-694c-4eb4-818d-0d26a62c0f75 + - YndO3wtwFEWhsNvJSzSj9g.0 strict-transport-security: - max-age=2592000 + transfer-encoding: + - chunked x-azure-ref: - - 0TVOOYwAAAACFJ9HEEr3HSo4o8kAuZs9ZWVZSMzBFREdFMDMxNgA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0YjFwZAAAAACAi5yHeRPARaTyeDsZ5RmgWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 2423ms + - 208ms status: - code: 202 - message: Accepted + code: 200 + message: OK + url: sanitized - request: body: null headers: @@ -583,45 +613,41 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:24:13 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:16 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_d24d1666-694c-4eb4-818d-0d26a62c0f75?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_c0ed41ac-48fd-4864-addd-2269e367c26a?api-version=2022-12-01 response: body: - string: '{"operationType": "search", "status": "succeeded", "resourceLocation": - "/availablePhoneNumbers/searchResults/d24d1666-694c-4eb4-818d-0d26a62c0f75?api-version=2021-03-07", - "createdDateTime": "2022-12-05T20:23:43.1406697+00:00", "id": "search_d24d1666-694c-4eb4-818d-0d26a62c0f75", + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:10:55.4154455+00:00", "id": "purchase_c0ed41ac-48fd-4864-addd-2269e367c26a", "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: - access-control-expose-headers: - - Location api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:24:14 GMT - location: - - /availablePhoneNumbers/searchResults/d24d1666-694c-4eb4-818d-0d26a62c0f75?api-version=2021-03-07 + - Fri, 26 May 2023 04:11:15 GMT ms-cv: - - ZOIZyAlNFUyn3BawhzCdDw.0 + - lunC/vaP0U28DrZOOY9uCg.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0bVOOYwAAAAB6DSA76JhGTrnTb4U15FJcWVZSMzBFREdFMDMxNgA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0ZDFwZAAAAACAxMPW2A5LTpgv4gRKFt4ZWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 501ms + - 195ms status: code: 200 message: OK @@ -635,48 +661,96 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:24:13 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:18 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/searchResults/d24d1666-694c-4eb4-818d-0d26a62c0f75?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_c0ed41ac-48fd-4864-addd-2269e367c26a?api-version=2022-12-01 response: body: - string: '{"searchId": "d24d1666-694c-4eb4-818d-0d26a62c0f75", "phoneNumbers": - ["+18442198030"], "phoneNumberType": "tollFree", "assignmentType": "application", - "capabilities": {"calling": "inbound", "sms": "inbound+outbound"}, "cost": - {"amount": 2.0, "currencyCode": "USD", "billingFrequency": "monthly"}, "searchExpiresBy": - "2022-12-05T20:39:45.1778461+00:00"}' + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:10:55.4154455+00:00", "id": "purchase_c0ed41ac-48fd-4864-addd-2269e367c26a", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:18 GMT + ms-cv: + - OfNBMbQo8kGsvKDe1c0V6g.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0ZjFwZAAAAABzwHqEBrgmQozaUNRRWL9IWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 167ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:20 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_c0ed41ac-48fd-4864-addd-2269e367c26a?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "succeeded", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:10:55.4154455+00:00", "id": "purchase_c0ed41ac-48fd-4864-addd-2269e367c26a", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:24:15 GMT + - Fri, 26 May 2023 04:11:20 GMT ms-cv: - - qfY6u97jQkOuz8LF7dm5zw.0 + - F/mudqBeXE+WV8dCMmAkqA.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0blOOYwAAAABy64Wt73IJSpic16xQizrKWVZSMzBFREdFMDMxNgA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0aTFwZAAAAACmtqzSHKk3TpjR9IZx4JcvWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 914ms + - 174ms status: code: 200 message: OK url: sanitized - request: - body: '{"searchId": "d24d1666-694c-4eb4-818d-0d26a62c0f75"}' + body: '{"phoneNumberType": "tollFree", "assignmentType": "application", "capabilities": + {"calling": "inbound", "sms": "inbound+outbound"}}' headers: Accept: - application/json @@ -685,47 +759,50 @@ interactions: Connection: - keep-alive Content-Length: - - '52' + - '131' Content-Type: - application/json - Date: - - Mon, 05 Dec 2022 20:24:14 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - BTA029W+2iiRboaXTyQHlznoKKeBHB2ES8ul82prxmA= + - ecyowPPqS6i2jEjg4ZPaHAki9yDR8IHa8lF+VXRefVM= + x-ms-date: + - Fri, 26 May 2023 04:11:21 GMT x-ms-return-client-request-id: - 'true' method: POST - uri: https://sanitized.communication.azure.com/availablePhoneNumbers/:purchase?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/countries/US/:search?api-version=2022-12-01 response: body: string: '' headers: access-control-expose-headers: - - Operation-Location,operation-id,purchase-id + - Location,Operation-Location,operation-id,search-id api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview content-length: - '0' date: - - Mon, 05 Dec 2022 20:24:17 GMT + - Fri, 26 May 2023 04:11:23 GMT + location: + - /availablePhoneNumbers/searchResults/cce74b41-c517-4f51-95d3-203be862c15b?api-version=2022-12-01 ms-cv: - - aK3unqi/LUuvULP7S9pmNg.0 + - BPLalrw3AUeht+9aSashdA.0 operation-id: - - purchase_d24d1666-694c-4eb4-818d-0d26a62c0f75 + - search_cce74b41-c517-4f51-95d3-203be862c15b operation-location: - - /phoneNumbers/operations/purchase_d24d1666-694c-4eb4-818d-0d26a62c0f75?api-version=2021-03-07 - purchase-id: - - d24d1666-694c-4eb4-818d-0d26a62c0f75 + - /phoneNumbers/operations/search_cce74b41-c517-4f51-95d3-203be862c15b?api-version=2022-12-01 + search-id: + - cce74b41-c517-4f51-95d3-203be862c15b strict-transport-security: - max-age=2592000 x-azure-ref: - - 0b1OOYwAAAABwd7vRF/61RpVNRGNSI60hWVZSMzBFREdFMDMxNgA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0aTFwZAAAAAA96RYX4oWpT5VJZUgQToJgWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 2034ms + - 2455ms status: code: 202 message: Accepted @@ -738,95 +815,1392 @@ interactions: - gzip, deflate Connection: - keep-alive - Date: - - Mon, 05 Dec 2022 20:24:46 GMT User-Agent: - - azsdk-python-communication-phonenumbers/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:23 GMT x-ms-return-client-request-id: - 'true' method: GET - uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_d24d1666-694c-4eb4-818d-0d26a62c0f75?api-version=2021-03-07 + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_cce74b41-c517-4f51-95d3-203be862c15b?api-version=2022-12-01 response: body: - string: '{"operationType": "purchase", "status": "succeeded", "resourceLocation": - null, "createdDateTime": "2022-12-05T20:23:43.1406697+00:00", "id": "purchase_d24d1666-694c-4eb4-818d-0d26a62c0f75", + string: '{"operationType": "search", "status": "notStarted", "resourceLocation": + "/availablePhoneNumbers/searchResults/cce74b41-c517-4f51-95d3-203be862c15b?api-version=2022-12-01", + "createdDateTime": "2023-05-26T04:11:23.638306+00:00", "id": "search_cce74b41-c517-4f51-95d3-203be862c15b", "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: + access-control-expose-headers: + - Location api-supported-versions: - - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:24:47 GMT + - Fri, 26 May 2023 04:11:23 GMT + location: + - /availablePhoneNumbers/searchResults/cce74b41-c517-4f51-95d3-203be862c15b?api-version=2022-12-01 ms-cv: - - sHCoQtgmaUSGEKOnKrpvsQ.0 + - ZYcOjqjOr0eKDjW7VFVZ6g.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0j1OOYwAAAADnRrjUiuNGTpMDFNk+cK7tWVZSMzBFREdFMDMxNgA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0azFwZAAAAABBGQqaYGe8QrVctfl8/+1vWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 504ms + - 187ms status: code: 200 message: OK url: sanitized - request: - body: '{"from": "sanitized", "smsRecipients": [{"to": "sanitized", "repeatabilityRequestId": - "sanitized", "repeatabilityFirstSent": "sanitized"}, {"to": "sanitized", "repeatabilityRequestId": - "sanitized", "repeatabilityFirstSent": "sanitized"}], "message": "Hello there!!", - "smsSendOptions": {"enableDeliveryReport": false}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate Connection: - keep-alive - Content-Length: - - '317' - Content-Type: - - application/json - Date: - - Mon, 05 Dec 2022 20:24:47 GMT User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-sms/1.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - - PkpekSHohssNd1d+6L74uyEo7EUD+jeTFauAwM7cbKk= + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:26 GMT x-ms-return-client-request-id: - 'true' - method: POST - uri: https://sanitized.communication.azure.com/sms?api-version=2021-03-07 + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_cce74b41-c517-4f51-95d3-203be862c15b?api-version=2022-12-01 response: body: - string: '{"value": [{"to": "sanitized", "messageId": "sanitized", "httpStatusCode": - 202, "repeatabilityResult": "accepted", "successful": true}, {"to": "sanitized", - "messageId": "sanitized", "httpStatusCode": 202, "repeatabilityResult": "accepted", - "successful": true}]}' + string: '{"operationType": "search", "status": "succeeded", "resourceLocation": + "/availablePhoneNumbers/searchResults/cce74b41-c517-4f51-95d3-203be862c15b?api-version=2022-12-01", + "createdDateTime": "2023-05-26T04:11:23.638306+00:00", "id": "search_cce74b41-c517-4f51-95d3-203be862c15b", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' headers: + access-control-expose-headers: + - Location api-supported-versions: - - 2020-07-20-preview1, 2020-08-20-preview, 2021-03-07 + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:24:48 GMT + - Fri, 26 May 2023 04:11:26 GMT + location: + - /availablePhoneNumbers/searchResults/cce74b41-c517-4f51-95d3-203be862c15b?api-version=2022-12-01 ms-cv: - - fgcRawvD9EWcBAAG0cc3mw.0 + - 7JxQ/2WHEEy7WB8G8kSk9g.0 strict-transport-security: - max-age=2592000 transfer-encoding: - chunked x-azure-ref: - - 0kFOOYwAAAADi34Uw1SvvS5xyfE/GLp18WVZSMzBFREdFMDMxNQA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 0bjFwZAAAAACTIdBN+Dw5Toiwac2TMRYIWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 192ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:26 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/searchResults/cce74b41-c517-4f51-95d3-203be862c15b?api-version=2022-12-01 + response: + body: + string: '{"searchId": "cce74b41-c517-4f51-95d3-203be862c15b", "phoneNumbers": + ["+18447333533"], "phoneNumberType": "tollFree", "assignmentType": "application", + "capabilities": {"calling": "inbound", "sms": "inbound+outbound"}, "cost": + {"amount": 2.0, "currencyCode": "USD", "billingFrequency": "monthly"}, "searchExpiresBy": + "2023-05-26T04:27:25.3360993+00:00", "error": "NoError"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview + content-length: + - '372' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:26 GMT + ms-cv: + - WR4ibjmkYkqz9GipKtIAKg.0 + strict-transport-security: + - max-age=2592000 + x-azure-ref: + - 0bjFwZAAAAACQ5c0nwC7hQ79mYF3+aJUmWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 699ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: '{"searchId": "cce74b41-c517-4f51-95d3-203be862c15b"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '52' + Content-Type: + - application/json + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - Sdmulzhnws0alpS4X5lLJTYxyLptfkNfUpl1hp/kg2U= + x-ms-date: + - Fri, 26 May 2023 04:11:27 GMT + x-ms-return-client-request-id: + - 'true' + method: POST + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/:purchase?api-version=2022-12-01 + response: + body: + string: '' + headers: + access-control-expose-headers: + - Operation-Location,operation-id,purchase-id + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview + content-length: + - '0' + date: + - Fri, 26 May 2023 04:11:28 GMT + ms-cv: + - xQeXWj5tOkK6NAvO6LDNgA.0 + operation-id: + - purchase_cce74b41-c517-4f51-95d3-203be862c15b + operation-location: + - /phoneNumbers/operations/purchase_cce74b41-c517-4f51-95d3-203be862c15b?api-version=2022-12-01 + purchase-id: + - cce74b41-c517-4f51-95d3-203be862c15b + strict-transport-security: + - max-age=2592000 + x-azure-ref: + - 0bzFwZAAAAACPVLb9xSl/SqVkMZdgWb1FWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 1317ms + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:28 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_cce74b41-c517-4f51-95d3-203be862c15b?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "running", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:23.638306+00:00", "id": "purchase_cce74b41-c517-4f51-95d3-203be862c15b", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:28 GMT + ms-cv: + - XTdZkF2P+0qOhbPrJoxrmA.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0cDFwZAAAAABaTA4I9WBaRK7j28s3Qh7IWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 203ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:30 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_cce74b41-c517-4f51-95d3-203be862c15b?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "running", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:23.638306+00:00", "id": "purchase_cce74b41-c517-4f51-95d3-203be862c15b", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:30 GMT + ms-cv: + - ZGzXUguTak+UOfq6z5/Eww.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0cjFwZAAAAAATqHY/lM0TQ6vdoeekwufaWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 185ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:33 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_cce74b41-c517-4f51-95d3-203be862c15b?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:23.638306+00:00", "id": "purchase_cce74b41-c517-4f51-95d3-203be862c15b", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:33 GMT + ms-cv: + - awuOHr1yt0qodNUkIGViBw.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0dTFwZAAAAADsgjast/j0R724woWF6gkxWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 245ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:35 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_cce74b41-c517-4f51-95d3-203be862c15b?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:23.638306+00:00", "id": "purchase_cce74b41-c517-4f51-95d3-203be862c15b", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:35 GMT + ms-cv: + - xuY6sTwvWU+CovzbPfBI9A.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0dzFwZAAAAAAfz2ymmbrNSLGh/udyhTvyWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 225ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:37 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_cce74b41-c517-4f51-95d3-203be862c15b?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:23.638306+00:00", "id": "purchase_cce74b41-c517-4f51-95d3-203be862c15b", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:37 GMT + ms-cv: + - FeZZ0jKJOkKntMI9rJyYuQ.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0eTFwZAAAAACxf3ilU2rzQon9EvbJ/g5wWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 200ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:40 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_cce74b41-c517-4f51-95d3-203be862c15b?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:23.638306+00:00", "id": "purchase_cce74b41-c517-4f51-95d3-203be862c15b", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:40 GMT + ms-cv: + - DuMxSha1d0ycvD39l+t1AA.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0fDFwZAAAAAAf3iQjLZRdRJIYPl1IurDKWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 199ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:42 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_cce74b41-c517-4f51-95d3-203be862c15b?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:23.638306+00:00", "id": "purchase_cce74b41-c517-4f51-95d3-203be862c15b", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:42 GMT + ms-cv: + - bhxFj/dSjEmnjaWjoYloOQ.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0fjFwZAAAAAB8qQKtDHmtQYUfxnIi/jwxWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 189ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:44 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_cce74b41-c517-4f51-95d3-203be862c15b?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:23.638306+00:00", "id": "purchase_cce74b41-c517-4f51-95d3-203be862c15b", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:44 GMT + ms-cv: + - NqqwS+FEUUK+xSa/LgGWqw.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0gDFwZAAAAACEiZxNUH/dRoV9O+y5oZNQWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 181ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:46 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_cce74b41-c517-4f51-95d3-203be862c15b?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "succeeded", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:23.638306+00:00", "id": "purchase_cce74b41-c517-4f51-95d3-203be862c15b", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:46 GMT + ms-cv: + - ApfW6nsQgkSrUueQNnDhOw.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0gzFwZAAAAAByNOnph2YWSYISaLCNL0FdWVZSMzExMDAwMTE1MDUzADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 185ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: '{"phoneNumberType": "tollFree", "assignmentType": "application", "capabilities": + {"calling": "inbound", "sms": "inbound+outbound"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '131' + Content-Type: + - application/json + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - ecyowPPqS6i2jEjg4ZPaHAki9yDR8IHa8lF+VXRefVM= + x-ms-date: + - Fri, 26 May 2023 04:11:47 GMT + x-ms-return-client-request-id: + - 'true' + method: POST + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/countries/US/:search?api-version=2022-12-01 + response: + body: + string: '' + headers: + access-control-expose-headers: + - Location,Operation-Location,operation-id,search-id + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview + content-length: + - '0' + date: + - Fri, 26 May 2023 04:11:48 GMT + location: + - /availablePhoneNumbers/searchResults/ca577c9a-775d-4c3f-b693-02440ed0c87c?api-version=2022-12-01 + ms-cv: + - coGXUTdxvEuFABMzuGDwtg.0 + operation-id: + - search_ca577c9a-775d-4c3f-b693-02440ed0c87c + operation-location: + - /phoneNumbers/operations/search_ca577c9a-775d-4c3f-b693-02440ed0c87c?api-version=2022-12-01 + search-id: + - ca577c9a-775d-4c3f-b693-02440ed0c87c + strict-transport-security: + - max-age=2592000 + x-azure-ref: + - 0gzFwZAAAAADlUnpTbr34S5iKbzKb/H00WVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 1527ms + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:49 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_ca577c9a-775d-4c3f-b693-02440ed0c87c?api-version=2022-12-01 + response: + body: + string: '{"operationType": "search", "status": "notStarted", "resourceLocation": + "/availablePhoneNumbers/searchResults/ca577c9a-775d-4c3f-b693-02440ed0c87c?api-version=2022-12-01", + "createdDateTime": "2023-05-26T04:11:48.9327154+00:00", "id": "search_ca577c9a-775d-4c3f-b693-02440ed0c87c", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + access-control-expose-headers: + - Location + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:48 GMT + location: + - /availablePhoneNumbers/searchResults/ca577c9a-775d-4c3f-b693-02440ed0c87c?api-version=2022-12-01 + ms-cv: + - khtSmr9Uo0WzzPO3T8CEnw.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0hTFwZAAAAACqMZJI4OnJQLQSElh0mYUDWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 200ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:51 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/search_ca577c9a-775d-4c3f-b693-02440ed0c87c?api-version=2022-12-01 + response: + body: + string: '{"operationType": "search", "status": "succeeded", "resourceLocation": + "/availablePhoneNumbers/searchResults/ca577c9a-775d-4c3f-b693-02440ed0c87c?api-version=2022-12-01", + "createdDateTime": "2023-05-26T04:11:48.9327154+00:00", "id": "search_ca577c9a-775d-4c3f-b693-02440ed0c87c", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + access-control-expose-headers: + - Location + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:51 GMT + location: + - /availablePhoneNumbers/searchResults/ca577c9a-775d-4c3f-b693-02440ed0c87c?api-version=2022-12-01 + ms-cv: + - OCbFeTrYS0q0QZH8M+l1jw.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0hzFwZAAAAAAPZ5v4Je+cRrxxOATasY2jWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 193ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:51 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/searchResults/ca577c9a-775d-4c3f-b693-02440ed0c87c?api-version=2022-12-01 + response: + body: + string: '{"searchId": "ca577c9a-775d-4c3f-b693-02440ed0c87c", "phoneNumbers": + ["+18552477144"], "phoneNumberType": "tollFree", "assignmentType": "application", + "capabilities": {"calling": "inbound", "sms": "inbound+outbound"}, "cost": + {"amount": 2.0, "currencyCode": "USD", "billingFrequency": "monthly"}, "searchExpiresBy": + "2023-05-26T04:27:50.6786094+00:00", "error": "NoError"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview + content-length: + - '372' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:52 GMT + ms-cv: + - O+o1zbAtlkG2TJ/Jr8XwyQ.0 + strict-transport-security: + - max-age=2592000 + x-azure-ref: + - 0hzFwZAAAAABCtBesMCUeT7BzvBAcHLw0WVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 751ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: '{"searchId": "ca577c9a-775d-4c3f-b693-02440ed0c87c"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '52' + Content-Type: + - application/json + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - IsBObxsasoMWvmeHduwxX1E6rW+lzcINEutI6rW6uHk= + x-ms-date: + - Fri, 26 May 2023 04:11:52 GMT + x-ms-return-client-request-id: + - 'true' + method: POST + uri: https://sanitized.communication.azure.com/availablePhoneNumbers/:purchase?api-version=2022-12-01 + response: + body: + string: '' + headers: + access-control-expose-headers: + - Operation-Location,operation-id,purchase-id + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-12-01, 2022-12-02-preview2, + 2023-05-01-preview + content-length: + - '0' + date: + - Fri, 26 May 2023 04:11:53 GMT + ms-cv: + - YlQnDZnQq0ybEnjALIyfhQ.0 + operation-id: + - purchase_ca577c9a-775d-4c3f-b693-02440ed0c87c + operation-location: + - /phoneNumbers/operations/purchase_ca577c9a-775d-4c3f-b693-02440ed0c87c?api-version=2022-12-01 + purchase-id: + - ca577c9a-775d-4c3f-b693-02440ed0c87c + strict-transport-security: + - max-age=2592000 + x-azure-ref: + - 0iDFwZAAAAAASYOvF2NrITolL70uYRhxGWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 1261ms + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:53 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_ca577c9a-775d-4c3f-b693-02440ed0c87c?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "running", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:48.9327154+00:00", "id": "purchase_ca577c9a-775d-4c3f-b693-02440ed0c87c", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:53 GMT + ms-cv: + - WclQ5EEI2U2aFL/goJW/tg.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0ijFwZAAAAADVkniEJo3/R52W4beq+mqgWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 194ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:56 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_ca577c9a-775d-4c3f-b693-02440ed0c87c?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:48.9327154+00:00", "id": "purchase_ca577c9a-775d-4c3f-b693-02440ed0c87c", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:55 GMT + ms-cv: + - 5Tpdncqe20qbJ0c0WE0JKw.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0jDFwZAAAAAB2rXm580N3QI0BP6Sq+gJPWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 193ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:11:58 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_ca577c9a-775d-4c3f-b693-02440ed0c87c?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:48.9327154+00:00", "id": "purchase_ca577c9a-775d-4c3f-b693-02440ed0c87c", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:11:58 GMT + ms-cv: + - fBovUbw3E0aeqJkwIL5/fg.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0jjFwZAAAAAC3MSQLDVqKTawfsFtHRbSNWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 199ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:12:00 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_ca577c9a-775d-4c3f-b693-02440ed0c87c?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:48.9327154+00:00", "id": "purchase_ca577c9a-775d-4c3f-b693-02440ed0c87c", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:12:00 GMT + ms-cv: + - zPB+Wo7yGUu6I2LddNpPPQ.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0kDFwZAAAAABc1faHc7glRalEgs1nw/1RWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 210ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:12:03 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_ca577c9a-775d-4c3f-b693-02440ed0c87c?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:48.9327154+00:00", "id": "purchase_ca577c9a-775d-4c3f-b693-02440ed0c87c", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:12:02 GMT + ms-cv: + - iYREWPL0AEiO/kzQu8I0yA.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0kzFwZAAAAADhAhT5L4jzR7nRvIH5k7fjWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 194ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:12:05 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_ca577c9a-775d-4c3f-b693-02440ed0c87c?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:48.9327154+00:00", "id": "purchase_ca577c9a-775d-4c3f-b693-02440ed0c87c", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:12:05 GMT + ms-cv: + - NjqdmdRCsk28e6C1TtGHTA.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0lTFwZAAAAAAHVh/5i90jQYa3GCuEIBn3WVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 203ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:12:07 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_ca577c9a-775d-4c3f-b693-02440ed0c87c?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:48.9327154+00:00", "id": "purchase_ca577c9a-775d-4c3f-b693-02440ed0c87c", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:12:07 GMT + ms-cv: + - eJ2H0C5NtUmwx/ywj7KTow.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0lzFwZAAAAAAmAFBTSgA3Q4gbIcGsCAh4WVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 202ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:12:10 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_ca577c9a-775d-4c3f-b693-02440ed0c87c?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "notStarted", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:48.9327154+00:00", "id": "purchase_ca577c9a-775d-4c3f-b693-02440ed0c87c", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:12:09 GMT + ms-cv: + - qadqOCENakuEpCuCKgR1yA.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0mjFwZAAAAABUHr+R8o/pQJ6f6RjAUIgcWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 192ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-communication-phonenumbers/1.1.0 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + x-ms-date: + - Fri, 26 May 2023 04:12:12 GMT + x-ms-return-client-request-id: + - 'true' + method: GET + uri: https://sanitized.communication.azure.com/phoneNumbers/operations/purchase_ca577c9a-775d-4c3f-b693-02440ed0c87c?api-version=2022-12-01 + response: + body: + string: '{"operationType": "purchase", "status": "succeeded", "resourceLocation": + null, "createdDateTime": "2023-05-26T04:11:48.9327154+00:00", "id": "purchase_ca577c9a-775d-4c3f-b693-02440ed0c87c", + "lastActionDateTime": "0001-01-01T00:00:00+00:00"}' + headers: + api-supported-versions: + - 2021-03-07, 2022-01-11-preview2, 2022-06-01-preview, 2022-11-15-preview, 2022-12-01, + 2022-12-02-preview2, 2023-05-01-preview + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:12:12 GMT + ms-cv: + - AAkJgE7krkWwVRg37zZhtw.0 + strict-transport-security: + - max-age=2592000 + transfer-encoding: + - chunked + x-azure-ref: + - 0nDFwZAAAAADAlQH7hX2TQLi4CIUAQLytWVZSMzExMDAwMTE1MDM3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + x-cache: + - CONFIG_NOCACHE + x-processing-time: + - 201ms + status: + code: 200 + message: OK + url: sanitized +- request: + body: '{"from": "sanitized", "smsRecipients": [{"to": "sanitized", "repeatabilityRequestId": + "sanitized", "repeatabilityFirstSent": "sanitized"}, {"to": "sanitized", "repeatabilityRequestId": + "sanitized", "repeatabilityFirstSent": "sanitized"}], "message": "Hello there!!", + "smsSendOptions": {"enableDeliveryReport": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '317' + Content-Type: + - application/json + Date: + - Fri, 26 May 2023 04:12:12 GMT + User-Agent: + - AzureCli/1.6 azsdk-python-communication-sms/1.0.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) + x-ms-content-sha256: + - dymZRZy2oGkfMdRC8vLXSwmA1BBKEC+mCr4aBoop9Y8= + x-ms-return-client-request-id: + - 'true' + method: POST + uri: https://sanitized.communication.azure.com/sms?api-version=2021-03-07 + response: + body: + string: '{"value": [{"to": "sanitized", "messageId": "sanitized", "httpStatusCode": + 202, "repeatabilityResult": "accepted", "successful": true}, {"to": "sanitized", + "messageId": "sanitized", "httpStatusCode": 202, "repeatabilityResult": "accepted", + "successful": true}]}' + headers: + api-supported-versions: + - 2020-07-20-preview1, 2020-08-20-preview, 2021-03-07 + content-length: + - '261' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 04:12:13 GMT + ms-cv: + - 16HwVScHP0WQjBWWp+EgbA.0 + strict-transport-security: + - max-age=2592000 + x-azure-ref: + - 0nTFwZAAAAAAOOrlpums1S4xErFtjuMqIWVZSMzExMDAwMTE1MDM5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 422ms + - 341ms status: code: 202 message: Accepted diff --git a/src/communication/azext_communication/tests/latest/recordings/test_token_issue.yaml b/src/communication/azext_communication/tests/latest/recordings/test_token_issue.yaml index 0efddab3f4a..d3d71a11933 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_token_issue.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_token_issue.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - RgFKX8sq6gKDc377EdeILf3jgzCijxLOR8s04qluHkc= x-ms-date: - - Mon, 05 Dec 2022 20:08:49 GMT + - Fri, 26 May 2023 04:09:09 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -25,29 +25,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T20:08:50.0968601+00:00"}}' + "expiresOn": "2023-05-27T04:09:10.1625638+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:08:49 GMT + - Fri, 26 May 2023 04:09:09 GMT ms-cv: - - jCieeCokIEmeNfY7TXXtSg.0 + - dAMIehXW6UewNkZ7MVk+mA.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 00k+OYwAAAADPhH39Enm2Q5Bhm7uAVXyuWVZSMzBFREdFMDMxMwA5ZmM3YjUxOS1hOGNjLTRmODktOTM1ZS1jOTE0OGFlMDllODE= + - 05jBwZAAAAABCn/Vuw6tlRoO60LWLhdfMWVZSMzExMDAwMTE1MDI1ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 73ms + - 113ms status: code: 201 message: Created diff --git a/src/communication/azext_communication/tests/latest/recordings/test_token_issue_with_id.yaml b/src/communication/azext_communication/tests/latest/recordings/test_token_issue_with_id.yaml index ec11fef3055..57841415237 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_token_issue_with_id.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_token_issue_with_id.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= x-ms-date: - - Mon, 05 Dec 2022 20:07:16 GMT + - Fri, 26 May 2023 04:09:12 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -28,25 +28,25 @@ interactions: headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '33' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:07:17 GMT + - Fri, 26 May 2023 04:09:12 GMT ms-cv: - - RpD/N19yg02WcLmeURw65A.0 + - 7P+De4Z+5kKoafEldsCWWw.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0dU+OYwAAAACLD0mn9uJEQLJqGGqGJebDWVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 06TBwZAAAAAC9Pahzv8mNSrYBmM+pG3R2WVZSMzExMDAwMTE1MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 123ms + - 112ms status: code: 201 message: Created @@ -64,40 +64,40 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - nhFAfqVNNvGtmqZXLZeMFVwYcIW0NuuEF0d+D1dlKIY= x-ms-date: - - Mon, 05 Dec 2022 20:07:17 GMT + - Fri, 26 May 2023 04:09:13 GMT x-ms-return-client-request-id: - 'true' method: POST uri: https://sanitized.communication.azure.com/identities/sanitized/:issueAccessToken?api-version=2022-10-01 response: body: - string: '{"token": "sanitized", "expiresOn": "2022-12-06T20:07:18.1691915+00:00"}' + string: '{"token": "sanitized", "expiresOn": "2023-05-27T04:09:14.3411101+00:00"}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - '72' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:07:17 GMT + - Fri, 26 May 2023 04:09:14 GMT ms-cv: - - Pz341IMcDUyigGEZ+2If6Q.0 + - vTfAt3so8ECRF20p9fBvBA.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 0dU+OYwAAAABFKR5Rip2wTrMs+UY47OsrWVZSMzExMDAwMTE1MDE3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 06TBwZAAAAABVl2CbX6+lRY6voBaCN3/jWVZSMzExMDAwMTE1MDI5ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 178ms + - 173ms status: code: 200 message: OK diff --git a/src/communication/azext_communication/tests/latest/recordings/test_token_issue_with_multiple_scopes.yaml b/src/communication/azext_communication/tests/latest/recordings/test_token_issue_with_multiple_scopes.yaml index 5ae737e9bb9..79f5747537a 100644 --- a/src/communication/azext_communication/tests/latest/recordings/test_token_issue_with_multiple_scopes.yaml +++ b/src/communication/azext_communication/tests/latest/recordings/test_token_issue_with_multiple_scopes.yaml @@ -13,11 +13,11 @@ interactions: Content-Type: - application/json User-Agent: - - AzureCli/1.3.0 azsdk-python-communication-identity/1.3.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AzureCli/1.6 azsdk-python-communication-identity/1.3.1 Python/3.8.0 (Windows-10-10.0.22621-SP0) x-ms-content-sha256: - bGEykS6j4LLQpzjUOVC1uFnHwPRFp+8rGOt50FB/Z78= x-ms-date: - - Mon, 05 Dec 2022 20:08:53 GMT + - Fri, 26 May 2023 04:09:11 GMT x-ms-return-client-request-id: - 'true' method: POST @@ -25,29 +25,29 @@ interactions: response: body: string: '{"identity": {"id": "sanitized"}, "accessToken": {"token": "sanitized", - "expiresOn": "2022-12-06T20:08:54.774689+00:00"}}' + "expiresOn": "2023-05-27T04:09:11.3656596+00:00"}}' headers: api-supported-versions: - 2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, - 2021-11-01, 2022-06-01, 2022-10-01 + 2021-11-01, 2022-06-01, 2022-10-01, 2023-08-01 content-length: - - '121' + - '122' content-type: - application/json; charset=utf-8 date: - - Mon, 05 Dec 2022 20:08:54 GMT + - Fri, 26 May 2023 04:09:10 GMT ms-cv: - - wSPYHiJqtkiYaKNMZWfi7A.0 + - WWOwXqagb06vFQ5Jn3LJtQ.0 request-context: - appId= strict-transport-security: - max-age=2592000 x-azure-ref: - - 01k+OYwAAAABCo/f9nAOfTrCMhgEPkQr4WVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== + - 05zBwZAAAAACr6tMhAMo3SobtziWk5jZwWVZSMzExMDAwMTE1MDMxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ== x-cache: - CONFIG_NOCACHE x-processing-time: - - 132ms + - 109ms status: code: 201 message: Created diff --git a/src/communication/azext_communication/tests/latest/test_communication_rooms_scenario.py b/src/communication/azext_communication/tests/latest/test_communication_rooms_scenario.py index 872eda3a7a2..d67e38461cd 100644 --- a/src/communication/azext_communication/tests/latest/test_communication_rooms_scenario.py +++ b/src/communication/azext_communication/tests/latest/test_communication_rooms_scenario.py @@ -9,6 +9,7 @@ from azure.core.exceptions import HttpResponseError from .preparers import CommunicationResourcePreparer from .recording_processors import URIIdentityReplacer, BodyReplacerProcessor +from datetime import datetime, timedelta class CommunicationRoomsScenarios(ScenarioTest): @@ -30,7 +31,7 @@ def __create_user(self, communication_resource_info): return res['properties']['id'] - + # room management test @ResourceGroupPreparer(name_prefix='clitestcommunication_MyResourceGroup'[:7], key='rg', parameter_name ='rg') @CommunicationResourcePreparer(resource_group_parameter_name='rg') def test_rooms_create(self, communication_resource_info): @@ -38,34 +39,7 @@ def test_rooms_create(self, communication_resource_info): room = self.cmd('az communication rooms create').get_output_in_json() id = room['id'] - participants = room['participants'] - roomJoinPolicy = room['roomJoinPolicy'] - assert len(id) > 0 - assert len (participants) == 0 - assert roomJoinPolicy == 'InviteOnly' - - - @ResourceGroupPreparer(name_prefix='clitestcommunication_MyResourceGroup'[:7], key='rg', parameter_name ='rg') - @CommunicationResourcePreparer(resource_group_parameter_name='rg') - def test_rooms_create_bad_join_policy(self, communication_resource_info): - os.environ['AZURE_COMMUNICATION_CONNECTION_STRING'] = communication_resource_info[1] - - # add invalid join policy to the rooms - self.kwargs.update({ - 'join_policy': 'azure12345'}) - - with self.assertRaises(HttpResponseError) as raises: - self.cmd('az communication rooms create --join-policy {join_policy}') - - assert 'Bad Request' in str(raises.exception.reason) - assert raises.exception.status_code == 400 - - res = raises.exception.model.additional_properties - assert res['status'] == 400 - assert res['traceId'] is not None - assert 'validation errors' in str(res['title']) - @ResourceGroupPreparer(name_prefix='clitestcommunication_MyResourceGroup'[:7], key='rg', parameter_name ='rg') @CommunicationResourcePreparer(resource_group_parameter_name='rg') @@ -93,32 +67,9 @@ def test_rooms_delete_with_id_with_invalid_length(self, communication_resource_i self.cmd('az communication rooms delete --room {room_id} --yes') assert 'Bad Request' in str(raises.exception.reason) - assert raises.exception.status_code == 400 - - err = raises.exception.model.error - assert err.code == 'InvalidInput' - assert 'Invalid Room ID length' in err.message - - - @ResourceGroupPreparer(name_prefix ='clitestcommunication_MyResourceGroup'[:7], key='rg', parameter_name ='rg') - @CommunicationResourcePreparer(resource_group_parameter_name='rg') - def test_rooms_delete_with_invalid_id(self, communication_resource_info): - os.environ['AZURE_COMMUNICATION_CONNECTION_STRING'] = communication_resource_info[1] - - # delete valid room with invalid room id - self.kwargs.update({ - 'room_id': 'f-123456789012345'}) - - with self.assertRaises(HttpResponseError) as raises: - self.cmd('az communication rooms delete --room {room_id} --yes') - - assert 'Bad Request' in str(raises.exception.reason) - assert raises.exception.status_code == 400 - - err = raises.exception.model.error - assert err.code == 'InvalidInput' - assert 'Room ID is invalid' in err.message - + assert raises.exception.status_code == 400 + assert 'Invalid room ID' in str(raises.exception) + @ResourceGroupPreparer(name_prefix ='clitestcommunication_MyResourceGroup'[:7], key='rg', parameter_name ='rg') @CommunicationResourcePreparer(resource_group_parameter_name='rg') @@ -134,50 +85,6 @@ def test_rooms_get(self, communication_resource_info): assert room['id'] == get_room['id'] - - @ResourceGroupPreparer(name_prefix ='clitestcommunication_MyResourceGroup'[:7], key='rg', parameter_name ='rg') - @CommunicationResourcePreparer(resource_group_parameter_name='rg') - def test_rooms_update_join_policy(self, communication_resource_info): - os.environ['AZURE_COMMUNICATION_CONNECTION_STRING'] = communication_resource_info[1] - - # create a room first, it should be in the future so we can update the policy - room = self.cmd('az communication rooms create --valid-from 2023-04-01T13:35').get_output_in_json() - - self.kwargs.update({ - 'room_id': room['id'], - 'join_policy': 'CommunicationServiceUsers'}) - - # update the room join policy - updated_room = self.cmd('az communication rooms update --room {room_id} --join-policy {join_policy}').get_output_in_json() - - assert room['id'] == updated_room['id'] - assert room['roomJoinPolicy'] == "InviteOnly" - assert updated_room['roomJoinPolicy'] == "CommunicationServiceUsers" - - - @ResourceGroupPreparer(name_prefix ='clitestcommunication_MyResourceGroup'[:7], key='rg', parameter_name ='rg') - @CommunicationResourcePreparer(resource_group_parameter_name='rg') - def test_rooms_update_join_policy_after_start(self, communication_resource_info): - os.environ['AZURE_COMMUNICATION_CONNECTION_STRING'] = communication_resource_info[1] - - # create a room first - room = self.cmd('az communication rooms create').get_output_in_json() - self.kwargs.update({ - 'room_id': room['id'], - 'join_policy': 'CommunicationServiceUsers'}) - - # update the room join policy - with self.assertRaises(Exception) as raises: - self.cmd('az communication rooms update --room {room_id} --join-policy {join_policy}') - - assert 'Bad Request' in str(raises.exception.reason) - assert raises.exception.status_code == 400 - - err = raises.exception.model.error - assert err.code == 'InvalidInput' - assert 'Room join policy cannot be updated after room start time has elapsed' in err.message - - @ResourceGroupPreparer(name_prefix ='clitestcommunication_MyResourceGroup'[:7], key='rg', parameter_name ='rg') @CommunicationResourcePreparer(resource_group_parameter_name='rg') def test_rooms_update_valid_elapsed_time(self, communication_resource_info): @@ -187,8 +94,8 @@ def test_rooms_update_valid_elapsed_time(self, communication_resource_info): room = self.cmd('az communication rooms create').get_output_in_json() # update the room with valid elapsed time (to do: joanna_jiang updates the validation time range in every 180 dyas) - validFrom = '2023-01-24T23:09:10.357939+00:00' - validUntil = '2023-06-25T13:09:10.357939+00:00' + validFrom = (datetime.utcnow() + timedelta(minutes=60)).isoformat() + validUntil = (datetime.utcnow() + timedelta(minutes=120)).isoformat() self.kwargs.update({ 'room_id': room['id'], @@ -219,35 +126,20 @@ def test_rooms_update_invalid_elapsed_time(self, communication_resource_info): 'validFrom': validFrom, 'validUntil': validUntil}) - with self.assertRaises(SystemExit) as raises: + with self.assertRaises(HttpResponseError) as raises: self.cmd('az communication rooms update --room {room_id} --valid-from {validFrom} --valid-until {validUntil}') - assert 'is not a valid ISO-8601 datetime' in str(raises.exception) + assert 'The time range end is in the past' in str(raises.exception.message) - @ResourceGroupPreparer(name_prefix ='clitestcommunication_MyResourceGroup'[:7], key='rg', parameter_name ='rg') + @ResourceGroupPreparer(name_prefix='clitestcommunication_MyResourceGroup'[:7], key='rg', parameter_name ='rg') @CommunicationResourcePreparer(resource_group_parameter_name='rg') - def test_rooms_update_attendee_participant(self, communication_resource_info): + def test_rooms_list(self, communication_resource_info): os.environ['AZURE_COMMUNICATION_CONNECTION_STRING'] = communication_resource_info[1] - - # create a new room and a new participant - room = self.cmd('az communication rooms create').get_output_in_json() - attendee_participants_id = self.__create_user(communication_resource_info) - - # update the room with newly created attendee participant - self.kwargs.update({ - 'room_id': room['id'], - 'attendee_participants_id': attendee_participants_id}) - self.cmd('az communication rooms update --room {room_id} --attendee-participants {attendee_participants_id}') - - updated_room = self.cmd('az communication rooms get --room {room_id}').get_output_in_json() - participants = updated_room['participants'] + room = self.cmd('az communication rooms list').get_output_in_json() - # verify the participants role and the number of participants - assert len(participants) == 1 - assert participants[0]['role'] == 'Attendee' - + #rooms participant management test @ResourceGroupPreparer(name_prefix ='clitestcommunication_MyResourceGroup'[:7], key='rg', parameter_name ='rg') @CommunicationResourcePreparer(resource_group_parameter_name='rg') def test_rooms_get_default_participants(self, communication_resource_info): @@ -259,12 +151,10 @@ def test_rooms_get_default_participants(self, communication_resource_info): # get the default null participant from the newly created room self.kwargs.update({ 'room_id': room['id']}) - self.cmd('az communication rooms participant get --room {room_id}') get_participant = self.cmd('az communication rooms participant get --room {room_id}').get_output_in_json() - participants = get_participant['participants'] # verify the defualt participants is null - assert len(participants) == 0 + assert len(get_participant) == 0 @ResourceGroupPreparer(name_prefix ='clitestcommunication_MyResourceGroup'[:7], key='rg', parameter_name ='rg') @@ -282,12 +172,12 @@ def test_rooms_add_valid_presenter_participant(self, communication_resource_info self.kwargs.update({ 'room_id': room['id'], 'participants_id': participant_id}) - self.cmd('az communication rooms participant add --presenter-participants {participants_id} --room {room_id}') + self.cmd('az communication rooms participant add-or-update --presenter-participants {participants_id} --room {room_id}') get_participant = self.cmd('az communication rooms participant get --room {room_id}').get_output_in_json() - assert len(get_participant['participants']) == 1 - role = get_participant['participants'][0]['role'] + assert len(get_participant) == 1 + role = get_participant[0]['role'] # verify the type of added participant assert role == 'Presenter' @@ -310,45 +200,11 @@ def test_rooms_add_invalid_consumer_participant(self, communication_resource_inf 'participants_id': participant_id}) with self.assertRaises(Exception) as raises: - self.cmd('az communication rooms participant add --consumer-participants {participants_id} --room {room_id}') + self.cmd('az communication rooms participant add-or-update --consumer-participants {participants_id} --room {room_id}') assert 'Bad Request' in str(raises.exception.reason) assert raises.exception.status_code == 400 - - err = raises.exception.model.error - assert err.code == 'InvalidInput' - assert 'Identifier format is invalid' in err.message - - - @ResourceGroupPreparer(name_prefix ='clitestcommunication_MyResourceGroup'[:7], key='rg', parameter_name ='rg') - @CommunicationResourcePreparer(resource_group_parameter_name='rg') - def test_rooms_update_participant_with_same_participant_id(self, communication_resource_info): - os.environ['AZURE_COMMUNICATION_CONNECTION_STRING'] = communication_resource_info[1] - - # create a new room - room = self.cmd('az communication rooms create').get_output_in_json() - - # create a valid participant - participant_id = self.__create_user(communication_resource_info) - - # add valid participant into the created room - self.kwargs.update({ - 'room_id': room['id'], - 'participants_id': participant_id}) - - # update the type of participants from presenter to attendee with the same participant id - with self.assertRaises(HttpResponseError) as raises: - self.cmd('az communication rooms participant update --presenter-participants {participants_id} --attendee-participants {participants_id} --room {room_id}') - - assert 'Bad Request' in str(raises.exception.reason) - assert raises.exception.status_code == 400 - - res = raises.exception.model.additional_properties - assert res['status'] == 400 - assert res['traceId'] is not None - assert 'validation errors' in str(res['title']) - assert len(res['errors']['Participants']) == 1 - assert 'duplicate participant' in str(res['errors']['Participants']) + assert 'Invalid value for the Participants' in str(raises.exception) @ResourceGroupPreparer(name_prefix ='clitestcommunication_MyResourceGroup'[:7], key='rg', parameter_name ='rg') @@ -369,13 +225,12 @@ def test_rooms_update_multiple_participants(self, communication_resource_info): 'presenter_id': presenter_id, 'consumer_id': consumer_id}) - self.cmd('az communication rooms participant add --presenter-participants {presenter_id} --consumer-participants {consumer_id} --room {room_id}') + self.cmd('az communication rooms participant add-or-update --presenter-participants {presenter_id} --consumer-participants {consumer_id} --room {room_id}') # get updated room properties - updated_room = self.cmd('az communication rooms participant get --room {room_id}').get_output_in_json() + participants = self.cmd('az communication rooms participant get --room {room_id}').get_output_in_json() # verify the length of participant - participants = updated_room['participants'] assert len(participants) == 2 presenter_role = participants[0]['role'] @@ -401,13 +256,12 @@ def test_rooms_delete_participants(self, communication_resource_info): self.kwargs.update({ 'room_id': room['id'], 'participant_id': participant_id}) - self.cmd('az communication rooms participant add --consumer-participants {participant_id} --room {room_id}') + self.cmd('az communication rooms participant add-or-update --consumer-participants {participant_id} --room {room_id}') # remove the participant from the created room self.cmd('az communication rooms participant remove --participants {participant_id} --room {room_id} --yes') - get_participant = self.cmd('az communication rooms participant get --room {room_id}').get_output_in_json() - participant = get_participant['participants'] + participants = self.cmd('az communication rooms participant get --room {room_id}').get_output_in_json() # verify the participant list is empty - assert len(participant) == 0 + assert len(participants) == 0 diff --git a/src/communication/azext_communication/tests/latest/test_communication_scenario_coverage.md b/src/communication/azext_communication/tests/latest/test_communication_scenario_coverage.md index b257c5047cb..9748a8800d6 100644 --- a/src/communication/azext_communication/tests/latest/test_communication_scenario_coverage.md +++ b/src/communication/azext_communication/tests/latest/test_communication_scenario_coverage.md @@ -1,11 +1,11 @@ |Scenario|Result|ErrorMessage|ErrorStack|ErrorNormalized|StartDt|EndDt| -|step_create|successed||||2022-12-05 20:34:18.621431|2022-12-05 20:34:19.043918| -|step_show|successed||||2022-12-05 20:34:19.044869|2022-12-05 20:34:19.119323| -|step_list|successed||||2022-12-05 20:34:19.119323|2022-12-05 20:34:19.194907| -|step_list2|successed||||2022-12-05 20:34:19.194907|2022-12-05 20:34:19.266922| -|step_update|successed||||2022-12-05 20:34:19.267821|2022-12-05 20:34:19.345824| -|step_link_notification_hub|successed||||2022-12-05 20:34:19.345824|2022-12-05 20:34:19.417104| -|step_list_key|successed||||2022-12-05 20:34:19.417104|2022-12-05 20:34:19.504517| -|step_regenerate_key|successed||||2022-12-05 20:34:19.504517|2022-12-05 20:34:19.595595| -|step_delete|successed||||2022-12-05 20:34:19.596599|2022-12-05 20:34:19.930983| +|step_create|successed||||2023-05-26 04:19:05.601466|2023-05-26 04:19:06.081844| +|step_show|successed||||2023-05-26 04:19:06.081844|2023-05-26 04:19:06.255054| +|step_list|successed||||2023-05-26 04:19:06.255054|2023-05-26 04:19:06.543549| +|step_list2|successed||||2023-05-26 04:19:06.543549|2023-05-26 04:19:06.847101| +|step_update|successed||||2023-05-26 04:19:06.847101|2023-05-26 04:19:07.158807| +|step_link_notification_hub|successed||||2023-05-26 04:19:07.158807|2023-05-26 04:19:07.477082| +|step_list_key|successed||||2023-05-26 04:19:07.477082|2023-05-26 04:19:07.749591| +|step_regenerate_key|successed||||2023-05-26 04:19:07.749591|2023-05-26 04:19:08.058525| +|step_delete|successed||||2023-05-26 04:19:08.058525|2023-05-26 04:19:08.693481| Coverage: 9/9 diff --git a/src/communication/azext_communication/version.py b/src/communication/azext_communication/version.py index 19c2ba8f9c3..87588a490e9 100644 --- a/src/communication/azext_communication/version.py +++ b/src/communication/azext_communication/version.py @@ -4,7 +4,7 @@ # -------------------------------------------------------------------------------------------- -VERSION = '1.5.2' +VERSION = '1.6.0' def cli_application_id(): diff --git a/src/communication/setup.py b/src/communication/setup.py index 612dd799b17..a619b6f90aa 100644 --- a/src/communication/setup.py +++ b/src/communication/setup.py @@ -33,7 +33,7 @@ 'azure-communication-phonenumbers', 'azure-communication-sms', 'azure-communication-chat', - 'azure-communication-rooms', + 'azure-communication-rooms >= 1.0.0b3', 'azure-communication-email == 1.0.0b1', ] diff --git a/src/confcom/HISTORY.rst b/src/confcom/HISTORY.rst index f9a73ca86a7..8b11a4655f1 100644 --- a/src/confcom/HISTORY.rst +++ b/src/confcom/HISTORY.rst @@ -2,6 +2,10 @@ Release History =============== +0.2.15 +* updating dmverity-vhd interface to be more flexible with output formats +* bugfix for --print-existing-policy flag with parameter values + 0.2.14 * changing the name of api_svn and framework_svn to api_version and framework_version * changing fragment versions to an integer instead of semver diff --git a/src/confcom/azext_confcom/data/internal_config.json b/src/confcom/azext_confcom/data/internal_config.json index 36d40f2e067..f82165beed9 100644 --- a/src/confcom/azext_confcom/data/internal_config.json +++ b/src/confcom/azext_confcom/data/internal_config.json @@ -1,5 +1,5 @@ { - "version": "0.2.14", + "version": "0.2.15", "hcsshim_config": { "maxVersion": "1.0.0", "minVersion": "0.0.1" diff --git a/src/confcom/azext_confcom/rootfs_proxy.py b/src/confcom/azext_confcom/rootfs_proxy.py index f6831c38e2f..464e52dcaec 100644 --- a/src/confcom/azext_confcom/rootfs_proxy.py +++ b/src/confcom/azext_confcom/rootfs_proxy.py @@ -121,9 +121,8 @@ def get_policy_image_layers( if outputlines is None: eprint("Null pointer detected.") elif len(outputlines) > 0: - output = outputlines.decode("utf8").rstrip("\n").split("\n") - output = [output[j * 2 + 1] for j in range(len(output) // 2)] - output = [i.rstrip("\n").split(": ", 1)[1] for i in output] + output = outputlines.decode("utf8").strip("\n").split("\n") + output = [i.split(": ", 1)[1] for i in output if len(i.split(": ", 1)) > 1] else: eprint( "Cannot get layer hashes" diff --git a/src/confcom/azext_confcom/template_util.py b/src/confcom/azext_confcom/template_util.py index 4c4a83b98cd..e81e5a57607 100644 --- a/src/confcom/azext_confcom/template_util.py +++ b/src/confcom/azext_confcom/template_util.py @@ -12,7 +12,6 @@ import deepdiff import yaml import docker -import pydash from azext_confcom.errors import ( eprint, ) @@ -775,7 +774,9 @@ def get_container_group_name( if case_insensitive_dict_get(all_params, key): all_params[key]["value"] = case_insensitive_dict_get( case_insensitive_dict_get(input_parameter_values_json, key), "value" - ) or case_insensitive_dict_get( + ) if case_insensitive_dict_get( + case_insensitive_dict_get(input_parameter_values_json, key), "value" + ) is not None else case_insensitive_dict_get( case_insensitive_dict_get(input_parameter_values_json, key), "secureValue", ) @@ -789,8 +790,7 @@ def get_container_group_name( eprint( f'Field ["{config.ACI_FIELD_TEMPLATE_PARAMETERS}"] is empty or cannot be found in Parameter file' ) - # TODO: replace this with doing param replacement as-needed - arm_json = parse_template(all_params, all_vars, arm_json) + # find the image names and extract them from the template arm_resources = case_insensitive_dict_get(arm_json, config.ACI_FIELD_RESOURCES) @@ -809,6 +809,7 @@ def get_container_group_name( ) resource = aci_list[count] + resource = replace_params_and_vars(all_params, all_vars, resource) container_group_name = case_insensitive_dict_get(resource, config.ACI_FIELD_RESOURCES_NAME) return container_group_name @@ -819,7 +820,8 @@ def print_existing_policy_from_arm_template(arm_template_path, parameter_data_pa input_arm_json = os_util.load_json_from_file(arm_template_path) parameter_data = None if parameter_data_path: - parameter_data = os_util.load_json_from_file(arm_template_path) + parameter_data = os_util.load_json_from_file(parameter_data_path) + # find the image names and extract them from the template arm_resources = case_insensitive_dict_get( input_arm_json, config.ACI_FIELD_RESOURCES @@ -852,17 +854,32 @@ def print_existing_policy_from_arm_template(arm_template_path, parameter_data_pa def process_seccomp_policy(policy2): + + # helper function to add fields to a dictionary if they don't exist + def defaults(obj, default): + for key in default: + obj.setdefault(key, default[key]) + return obj + + # helper function to pick fields from a dictionary + def pick(obj, *keys): + result = {} + for key in keys: + if key in obj: + result[key] = obj[key] + return result + policy = json.loads(policy2) - policy = pydash.defaults(policy, {'defaultAction': ""}) - policy = pydash.pick(policy, 'defaultAction', 'defaultErrnoRet', 'architectures', - 'flags', 'listenerPath', 'listenerMetadata', 'syscalls') + policy = defaults(policy, {'defaultAction': ""}) + policy = pick(policy, 'defaultAction', 'defaultErrnoRet', 'architectures', + 'flags', 'listenerPath', 'listenerMetadata', 'syscalls') if 'syscalls' in policy: syscalls = policy['syscalls'] temp_syscalls = [] for s in syscalls: syscall = s - syscall = pydash.defaults(syscall, {'names': [], 'action': ""}) - syscall = pydash.pick(syscall, 'names', 'action', 'errnoRet', 'args') + syscall = defaults(syscall, {'names': [], 'action': ""}) + syscall = pick(syscall, 'names', 'action', 'errnoRet', 'args') if 'args' in syscall: temp_args = [] @@ -870,8 +887,8 @@ def process_seccomp_policy(policy2): for j in args: arg = j - arg = pydash.defaults(arg, {'value': 0, 'op': "", 'index': 0}) - arg = pydash.pick(arg, 'index', 'value', 'valueTwo', 'op') + arg = defaults(arg, {'value': 0, 'op': "", 'index': 0}) + arg = pick(arg, 'index', 'value', 'valueTwo', 'op') temp_args.append(arg) syscall['args'] = temp_args temp_syscalls.append(syscall) diff --git a/src/confcom/requirements.txt b/src/confcom/requirements.txt index 35b762b9cfc..b7c00f45c15 100644 --- a/src/confcom/requirements.txt +++ b/src/confcom/requirements.txt @@ -1,5 +1,4 @@ docker tqdm azure-devtools -deepdiff -pydash \ No newline at end of file +deepdiff \ No newline at end of file diff --git a/src/confcom/setup.py b/src/confcom/setup.py index dff0ec65448..be1c5a95f38 100644 --- a/src/confcom/setup.py +++ b/src/confcom/setup.py @@ -17,7 +17,7 @@ logger.warn("Wheel is not available, disabling bdist_wheel hook") -VERSION = "0.2.14" +VERSION = "0.2.15" # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers @@ -35,7 +35,7 @@ "License :: OSI Approved :: MIT License", ] -DEPENDENCIES = ["docker", "tqdm", "deepdiff", "pydash"] +DEPENDENCIES = ["docker", "tqdm", "deepdiff"] SecurityPolicyProxy.download_binaries() diff --git a/src/connectedk8s/HISTORY.rst b/src/connectedk8s/HISTORY.rst index be3ed4fc5e5..c45c21a06bc 100644 --- a/src/connectedk8s/HISTORY.rst +++ b/src/connectedk8s/HISTORY.rst @@ -2,6 +2,23 @@ Release History +1.3.20 +++++++ + +* Bug fix in parsing logs for outbound connectivity check for troubleshoot command + +1.3.19 +++++++ + +* Adding outbound network connectivity check for Cluster Connect (OBO endpoint) + +1.3.18 +++++++ + +* Cleaning up stale CRDs if present during onboarding (even in absence of azure-arc release) +* Adding retries in Helm client download +* Added some failures to be classified as userfaults + 1.3.17 ++++++ diff --git a/src/connectedk8s/azext_connectedk8s/_constants.py b/src/connectedk8s/azext_connectedk8s/_constants.py index 11b730786cc..485075e5d39 100644 --- a/src/connectedk8s/azext_connectedk8s/_constants.py +++ b/src/connectedk8s/azext_connectedk8s/_constants.py @@ -11,6 +11,7 @@ AHB_Enum_Values = ["True", "False", "NotApplicable"] Feature_Values = ["cluster-connect", "azure-rbac", "custom-locations"] CRD_FOR_FORCE_DELETE = ["arccertificates.clusterconfig.azure.com", "azureclusteridentityrequests.clusterconfig.azure.com", "azureextensionidentities.clusterconfig.azure.com", "connectedclusters.arc.azure.com", "customlocationsettings.clusterconfig.azure.com", "extensionconfigs.clusterconfig.azure.com", "gitconfigs.clusterconfig.azure.com"] +Helm_Install_Release_Userfault_Messages = ['forbidden', 'timed out waiting for the condition', 'connection refused'] Custom_Locations_Provider_Namespace = 'Microsoft.ExtendedLocation' Connected_Cluster_Provider_Namespace = 'Microsoft.Kubernetes' Kubernetes_Configuration_Provider_Namespace = 'Microsoft.KubernetesConfiguration' @@ -195,9 +196,11 @@ DNS_Check = "dns_check.txt" K8s_Cluster_Info = "k8s_cluster_info.txt" Outbound_Network_Connectivity_Check = "outbound_network_connectivity_check.txt" +Outbound_Network_Connectivity_Check_for_onboarding = "outbound_network_connectivity_check_for_onboarding.txt" +Outbound_Network_Connectivity_Check_for_cluster_connect = "outbound_network_connectivity_check_for_cluster_connect.txt" Events_of_Incomplete_Diagnoser_Job = "diagnoser_failure_events.txt" # Connect Precheck Diagnoser constants -Cluster_Diagnostic_Checks_Job_Registry_Path = "mcr.microsoft.com/azurearck8s/helmchart/stable/clusterdiagnosticchecks:0.1.1" +Cluster_Diagnostic_Checks_Job_Registry_Path = "mcr.microsoft.com/azurearck8s/helmchart/stable/clusterdiagnosticchecks:0.1.2" Cluster_Diagnostic_Checks_Helm_Install_Failed_Fault_Type = "Error while installing cluster diagnostic checks helm release" Cluster_Diagnostic_Checks_Execution_Failed_Fault_Type = "Error occured while executing cluster diagnostic checks" Cluster_Diagnostic_Checks_Release_Cleanup_Failed = "Error occured while cleaning up the cluster diagnostic checks helm release" @@ -205,13 +208,15 @@ Cluster_Diagnostic_Checks_Job_Not_Complete = 'Unable to complete cluster-diagnostic-checks job after scheduling' Pre_Onboarding_Diagnostic_Checks_Execution_Failed = 'Exception occured while trying to execute pre-onboarding diagnostic checks' Outbound_Connectivity_Check_Failed = "Outbound network connectivity check failed" +Outbound_Connectivity_Check_Failed_For_Onboarding = "Outbound network connectivity check failed for onboarding" DNS_Check_Failed = "DNS Resolution failed" Cluster_Diagnostic_Prechecks_Failed = "Cluster diagnostic prechecks failed" Cluster_Diagnostic_Prechecks_Incomplete = "Cluster diagnostic prechecks failed to complete" Cluster_Diagnostic_Checks_Pod_Description_Save_Failed = 'Failed to save cluster diagnostic checks pod description' Cluster_Diagnostic_Checks_Job_Log_Save_Failed = 'Failed to save cluster diagnostic checks job log' # Diagnostic Results Name -Outbound_Connectivity_Check_Result_String = "Outbound Network Connectivity Result:" +Outbound_Connectivity_Check_Result_String = "Outbound Network Connectivity" +Outbound_Connectivity_Check_Failed_For_Cluster_Connect = "Outbound network connectivity check failed for Cluster Connect" DNS_Check_Result_String = "DNS Result:" AZ_CLI_ADAL_TO_MSAL_MIGRATE_VERSION = '2.30.0' CLIENT_PROXY_VERSION = '1.3.022011' diff --git a/src/connectedk8s/azext_connectedk8s/_precheckutils.py b/src/connectedk8s/azext_connectedk8s/_precheckutils.py index 80b145beea6..689c5810e13 100644 --- a/src/connectedk8s/azext_connectedk8s/_precheckutils.py +++ b/src/connectedk8s/azext_connectedk8s/_precheckutils.py @@ -59,18 +59,23 @@ def fetch_diagnostic_checks_results(corev1_api_instance, batchv1_api_instance, h cluster_diagnostic_checks_container_log_list = cluster_diagnostic_checks_container_log.split("\n") cluster_diagnostic_checks_container_log_list.pop(-1) dns_check_log = "" + outbound_connectivity_check_log = "" counter_container_logs = 1 # For retrieving only cluster_diagnostic_checks logs from the output for outputs in cluster_diagnostic_checks_container_log_list: if consts.Outbound_Connectivity_Check_Result_String in outputs: counter_container_logs = 1 + if outbound_connectivity_check_log == "": + outbound_connectivity_check_log += outputs + else: + outbound_connectivity_check_log += " " + outputs elif consts.DNS_Check_Result_String in outputs: dns_check_log += outputs counter_container_logs = 0 elif counter_container_logs == 0: dns_check_log += " " + outputs dns_check, storage_space_available = azext_utils.check_cluster_DNS(dns_check_log, filepath_with_timestamp, storage_space_available, diagnoser_output) - outbound_connectivity_check, storage_space_available = azext_utils.check_cluster_outbound_connectivity(cluster_diagnostic_checks_container_log_list[-1], filepath_with_timestamp, storage_space_available, diagnoser_output) + outbound_connectivity_check, storage_space_available = azext_utils.check_cluster_outbound_connectivity(outbound_connectivity_check_log, filepath_with_timestamp, storage_space_available, diagnoser_output) else: return consts.Diagnostic_Check_Incomplete, storage_space_available diff --git a/src/connectedk8s/azext_connectedk8s/_troubleshootutils.py b/src/connectedk8s/azext_connectedk8s/_troubleshootutils.py index cf2387a88c7..b9b9e18b85c 100644 --- a/src/connectedk8s/azext_connectedk8s/_troubleshootutils.py +++ b/src/connectedk8s/azext_connectedk8s/_troubleshootutils.py @@ -464,7 +464,7 @@ def check_diagnoser_container(corev1_api_instance, batchv1_api_instance, filepat elif counter_container_logs == 0: dns_check_log += " " + outputs dns_check, storage_space_available = azext_utils.check_cluster_DNS(dns_check_log, filepath_with_timestamp, storage_space_available, diagnoser_output) - outbound_connectivity_check, storage_space_available = azext_utils.check_cluster_outbound_connectivity(diagnoser_container_log_list[-1], filepath_with_timestamp, storage_space_available, diagnoser_output) + outbound_connectivity_check, storage_space_available = azext_utils.check_cluster_outbound_connectivity(diagnoser_container_log_list[-1], filepath_with_timestamp, storage_space_available, diagnoser_output, "troubleshoot") else: return consts.Diagnostic_Check_Incomplete, storage_space_available diff --git a/src/connectedk8s/azext_connectedk8s/_utils.py b/src/connectedk8s/azext_connectedk8s/_utils.py index 0e542d7be16..26b90fc1e59 100644 --- a/src/connectedk8s/azext_connectedk8s/_utils.py +++ b/src/connectedk8s/azext_connectedk8s/_utils.py @@ -231,29 +231,75 @@ def check_cluster_DNS(dns_check_log, filepath_with_timestamp, storage_space_avai return consts.Diagnostic_Check_Incomplete, storage_space_available -def check_cluster_outbound_connectivity(outbound_connectivity_check_log, filepath_with_timestamp, storage_space_available, diagnoser_output): +def check_cluster_outbound_connectivity(outbound_connectivity_check_log, filepath_with_timestamp, storage_space_available, diagnoser_output, outbound_connectivity_check_for='pre-onboarding-inspector'): try: - outbound_connectivity_response = outbound_connectivity_check_log[-1:-4:-1] - outbound_connectivity_response = outbound_connectivity_response[::-1] - if consts.Outbound_Connectivity_Check_Result_String not in outbound_connectivity_check_log: - return consts.Diagnostic_Check_Incomplete, storage_space_available - # Validating if outbound connectiivty is working or not and displaying proper result - if(outbound_connectivity_response != "000"): - if storage_space_available: - outbound_connectivity_check_path = os.path.join(filepath_with_timestamp, consts.Outbound_Network_Connectivity_Check) - with open(outbound_connectivity_check_path, 'w+') as outbound: - outbound.write("Response code " + outbound_connectivity_response + "\nOutbound network connectivity check passed successfully.") - return consts.Diagnostic_Check_Passed, storage_space_available - else: - logger.warning("Error: We found an issue with outbound network connectivity from the cluster.\nPlease ensure to meet the following network requirements 'https://docs.microsoft.com/en-us/azure/azure-arc/kubernetes/quickstart-connect-cluster?tabs=azure-cli#meet-network-requirements' \nIf your cluster is behind an outbound proxy server, please ensure that you have passed proxy parameters during the onboarding of your cluster.\nFor more details visit 'https://docs.microsoft.com/en-us/azure/azure-arc/kubernetes/quickstart-connect-cluster?tabs=azure-cli#connect-using-an-outbound-proxy-server' \n") - diagnoser_output.append("Error: We found an issue with outbound network connectivity from the cluster.\nPlease ensure to meet the following network requirements 'https://docs.microsoft.com/en-us/azure/azure-arc/kubernetes/quickstart-connect-cluster?tabs=azure-cli#meet-network-requirements' \nIf your cluster is behind an outbound proxy server, please ensure that you have passed proxy parameters during the onboarding of your cluster.\nFor more details visit 'https://docs.microsoft.com/en-us/azure/azure-arc/kubernetes/quickstart-connect-cluster?tabs=azure-cli#connect-using-an-outbound-proxy-server' \n") - if storage_space_available: - outbound_connectivity_check_path = os.path.join(filepath_with_timestamp, consts.Outbound_Network_Connectivity_Check) - with open(outbound_connectivity_check_path, 'w+') as outbound: - outbound.write("Response code " + outbound_connectivity_response + "\nWe found an issue with Outbound network connectivity from the cluster.") - telemetry.set_exception(exception='Outbound network connectivity check failed', fault_type=consts.Outbound_Connectivity_Check_Failed, summary="Outbound network connectivity check failed in the cluster") - return consts.Diagnostic_Check_Failed, storage_space_available + if outbound_connectivity_check_for == 'pre-onboarding-inspector': + if consts.Outbound_Connectivity_Check_Result_String not in outbound_connectivity_check_log: + return consts.Diagnostic_Check_Incomplete, storage_space_available + + Outbound_Connectivity_Log_For_Cluster_Connect = outbound_connectivity_check_log.split(' ')[0] + # extracting the endpoints for cluster connect feature + Cluster_Connect_Precheck_Endpoint_Url = Outbound_Connectivity_Log_For_Cluster_Connect.split(" : ")[1] + # extracting the obo endpoint response code from outbound connectivity check + Cluster_Connect_Precheck_Endpoint_response_code = Outbound_Connectivity_Log_For_Cluster_Connect.split(" : ")[2] + + if(Cluster_Connect_Precheck_Endpoint_response_code != "000"): + if storage_space_available: + cluster_connect_outbound_connectivity_check_path = os.path.join(filepath_with_timestamp, consts.Outbound_Network_Connectivity_Check_for_cluster_connect) + with open(cluster_connect_outbound_connectivity_check_path, 'w+') as outbound: + outbound.write("Response code " + Cluster_Connect_Precheck_Endpoint_response_code + "\nOutbound network connectivity check to cluster connect precheck endpoints passed successfully.") + else: + logger.warning("The outbound network connectivity check has failed for the endpoint - " + Cluster_Connect_Precheck_Endpoint_Url + "\nThis will affect the \"cluster-connect\" feature. If you are planning to use \"cluster-connect\" functionality , please ensure outbound connectivity to the above endpoint.\n") + telemetry.set_exception(exception='Outbound network connectivity check failed for the Cluster Connect endpoint', fault_type=consts.Outbound_Connectivity_Check_Failed_For_Cluster_Connect, summary="Outbound network connectivity check failed for the Cluster Connect precheck endpoint") + if storage_space_available: + cluster_connect_outbound_connectivity_check_path = os.path.join(filepath_with_timestamp, consts.Outbound_Network_Connectivity_Check_for_cluster_connect) + with open(cluster_connect_outbound_connectivity_check_path, 'w+') as outbound: + outbound.write("Response code " + Cluster_Connect_Precheck_Endpoint_response_code + "\nOutbound connectivity failed for the endpoint:" + Cluster_Connect_Precheck_Endpoint_Url + " ,this is an optional endpoint needed for cluster-connect feature.") + + Onboarding_Precheck_Endpoint_outbound_connectivity_response = outbound_connectivity_check_log[-1:-4:-1] + Onboarding_Precheck_Endpoint_outbound_connectivity_response = Onboarding_Precheck_Endpoint_outbound_connectivity_response[::-1] + + # Validating if outbound connectiivty is working or not and displaying proper result + if(Onboarding_Precheck_Endpoint_outbound_connectivity_response != "000"): + if storage_space_available: + outbound_connectivity_check_path = os.path.join(filepath_with_timestamp, consts.Outbound_Network_Connectivity_Check_for_onboarding) + with open(outbound_connectivity_check_path, 'w+') as outbound: + outbound.write("Response code " + Onboarding_Precheck_Endpoint_outbound_connectivity_response + "\nOutbound network connectivity check to the onboarding precheck endpoint passed successfully.") + return consts.Diagnostic_Check_Passed, storage_space_available + else: + outbound_connectivity_failed_warning_message = "Error: We found an issue with outbound network connectivity from the cluster to the endpoints required for onboarding.\nPlease ensure to meet the following network requirements 'https://docs.microsoft.com/en-us/azure/azure-arc/kubernetes/quickstart-connect-cluster?tabs=azure-cli#meet-network-requirements' \nIf your cluster is behind an outbound proxy server, please ensure that you have passed proxy parameters during the onboarding of your cluster.\nFor more details visit 'https://docs.microsoft.com/en-us/azure/azure-arc/kubernetes/quickstart-connect-cluster?tabs=azure-cli#connect-using-an-outbound-proxy-server' \n" + logger.warning(outbound_connectivity_failed_warning_message) + diagnoser_output.append(outbound_connectivity_failed_warning_message) + if storage_space_available: + outbound_connectivity_check_path = os.path.join(filepath_with_timestamp, consts.Outbound_Network_Connectivity_Check_for_onboarding) + with open(outbound_connectivity_check_path, 'w+') as outbound: + outbound.write("Response code " + Onboarding_Precheck_Endpoint_outbound_connectivity_response + "\nWe found an issue with Outbound network connectivity from the cluster required for onboarding.") + telemetry.set_exception(exception='Outbound network connectivity check failed for onboarding', fault_type=consts.Outbound_Connectivity_Check_Failed_For_Onboarding, summary="Outbound network connectivity check for onboarding failed in the cluster") + return consts.Diagnostic_Check_Failed, storage_space_available + + elif outbound_connectivity_check_for == 'troubleshoot': + outbound_connectivity_response = outbound_connectivity_check_log[-1:-4:-1] + outbound_connectivity_response = outbound_connectivity_response[::-1] + if consts.Outbound_Connectivity_Check_Result_String not in outbound_connectivity_check_log: + return consts.Diagnostic_Check_Incomplete, storage_space_available + + if(outbound_connectivity_response != "000"): + if storage_space_available: + outbound_connectivity_check_path = os.path.join(filepath_with_timestamp, consts.Outbound_Network_Connectivity_Check) + with open(outbound_connectivity_check_path, 'w+') as outbound: + outbound.write("Response code " + outbound_connectivity_response + "\nOutbound network connectivity check passed successfully.") + return consts.Diagnostic_Check_Passed, storage_space_available + else: + outbound_connectivity_failed_warning_message = "Error: We found an issue with outbound network connectivity from the cluster.\nPlease ensure to meet the following network requirements 'https://docs.microsoft.com/en-us/azure/azure-arc/kubernetes/quickstart-connect-cluster?tabs=azure-cli#meet-network-requirements' \nIf your cluster is behind an outbound proxy server, please ensure that you have passed proxy parameters during the onboarding of your cluster.\nFor more details visit 'https://docs.microsoft.com/en-us/azure/azure-arc/kubernetes/quickstart-connect-cluster?tabs=azure-cli#connect-using-an-outbound-proxy-server' \n" + logger.warning(outbound_connectivity_failed_warning_message) + diagnoser_output.append(outbound_connectivity_failed_warning_message) + if storage_space_available: + outbound_connectivity_check_path = os.path.join(filepath_with_timestamp, consts.Outbound_Network_Connectivity_Check) + with open(outbound_connectivity_check_path, 'w+') as outbound: + outbound.write("Response code " + outbound_connectivity_response + "\nWe found an issue with Outbound network connectivity from the cluster.") + telemetry.set_exception(exception='Outbound network connectivity check failed', fault_type=consts.Outbound_Connectivity_Check_Failed, summary="Outbound network connectivity check failed in the cluster") + return consts.Diagnostic_Check_Failed, storage_space_available # For handling storage or OS exception that may occur during the execution except OSError as e: @@ -578,9 +624,10 @@ def helm_install_release(chart_path, subscription_id, kubernetes_distro, kuberne response_helm_install = Popen(cmd_helm_install, stdout=PIPE, stderr=PIPE) _, error_helm_install = response_helm_install.communicate() if response_helm_install.returncode != 0: - if ('forbidden' in error_helm_install.decode("ascii") or 'timed out waiting for the condition' in error_helm_install.decode("ascii")): + helm_install_error_message = error_helm_install.decode("ascii") + if any(message in helm_install_error_message for message in consts.Helm_Install_Release_Userfault_Messages): telemetry.set_user_fault() - telemetry.set_exception(exception=error_helm_install.decode("ascii"), fault_type=consts.Install_HelmRelease_Fault_Type, + telemetry.set_exception(exception=helm_install_error_message, fault_type=consts.Install_HelmRelease_Fault_Type, summary='Unable to install helm release') logger.warning("Please check if the azure-arc namespace was deployed and run 'kubectl get pods -n azure-arc' to check if all the pods are in running state. A possible cause for pods stuck in pending state could be insufficient resources on the kubernetes cluster to onboard to arc.") raise CLIInternalError("Unable to install helm release: " + error_helm_install.decode("ascii")) @@ -595,7 +642,7 @@ def get_release_namespace(kube_config, kube_context, helm_client_location, relea response_helm_release = Popen(cmd_helm_release, stdout=PIPE, stderr=PIPE) output_helm_release, error_helm_release = response_helm_release.communicate() if response_helm_release.returncode != 0: - if 'forbidden' in error_helm_release.decode("ascii"): + if 'forbidden' in error_helm_release.decode("ascii") or "Kubernetes cluster unreachable" in error_helm_release.decode("ascii"): telemetry.set_user_fault() telemetry.set_exception(exception=error_helm_release.decode("ascii"), fault_type=consts.List_HelmRelease_Fault_Type, summary='Unable to list helm release') diff --git a/src/connectedk8s/azext_connectedk8s/custom.py b/src/connectedk8s/azext_connectedk8s/custom.py index 110ece4f32d..e45e74f23a1 100644 --- a/src/connectedk8s/azext_connectedk8s/custom.py +++ b/src/connectedk8s/azext_connectedk8s/custom.py @@ -100,6 +100,9 @@ def create_connectedk8s(cmd, client, resource_group_name, cluster_name, correlat account = Profile().get_subscription(subscription_id) onboarding_tenant_id = account['homeTenantId'] + resource_id = f'/subscriptions/{subscription_id}/resourcegroups/{resource_group_name}/providers/Microsoft.Kubernetes/connectedClusters/{cluster_name}/location/{location}' + telemetry.add_extension_event('connectedk8s', {'Context.Default.AzureCLI.resourceid': resource_id}) + # Send cloud information to telemetry azure_cloud = send_cloud_telemetry(cmd) @@ -243,9 +246,6 @@ def create_connectedk8s(cmd, client, resource_group_name, cluster_name, correlat } telemetry.add_extension_event('connectedk8s', kubernetes_properties) - resource_id = f'/subscriptions/{subscription_id}/resourcegroups/{resource_group_name}/providers/Microsoft.Kubernetes/connectedClusters/{cluster_name}/location/{location}' - telemetry.add_extension_event('connectedk8s', {'Context.Default.AzureCLI.resourceid': resource_id}) - # Checking if it is an AKS cluster is_aks_cluster = check_aks_cluster(kube_config, kube_context) if is_aks_cluster: @@ -331,6 +331,9 @@ def create_connectedk8s(cmd, client, resource_group_name, cluster_name, correlat "in the resource group {} ".format(resource_group_name) + "and corresponds to a different Kubernetes cluster.", recommendation="To onboard this Kubernetes cluster " + "to Azure, specify different resource name or resource group name.") + else: + # cleanup of stuck CRD if release namespace is not present/deleted + crd_cleanup_force_delete(kubectl_client_location, kube_config, kube_context) # Resource group Creation if resource_group_exists(cmd.cli_ctx, resource_group_name, subscription_id) is False: @@ -509,12 +512,20 @@ def install_helm_client(): # Downloading compressed helm client executable logger.warning("Downloading helm client for first time. This can take few minutes...") - try: - response = urllib.request.urlopen(requestUri) - except Exception as e: - telemetry.set_exception(exception=e, fault_type=consts.Download_Helm_Fault_Type, - summary='Unable to download helm client.') - raise CLIInternalError("Failed to download helm client.", recommendation="Please check your internet connection." + str(e)) + retry_count = 3 + retry_delay = 5 + for i in range(retry_count): + try: + response = urllib.request.urlopen(requestUri) + break + except Exception as e: + if i == retry_count - 1: + if "Connection reset by peer" in str(e): + telemetry.set_user_fault() + telemetry.set_exception(exception=e, fault_type=consts.Download_Helm_Fault_Type, + summary='Unable to download helm client.') + raise CLIInternalError("Failed to download helm client.", recommendation="Please check your internet connection." + str(e)) + time.sleep(retry_delay) responseContent = response.read() response.close() diff --git a/src/connectedk8s/setup.py b/src/connectedk8s/setup.py index 030d19fe004..ba2ecdb5532 100644 --- a/src/connectedk8s/setup.py +++ b/src/connectedk8s/setup.py @@ -17,7 +17,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '1.3.17' +VERSION = '1.3.20' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers diff --git a/src/containerapp/HISTORY.rst b/src/containerapp/HISTORY.rst index ed9f05f1507..c910daa6afc 100644 --- a/src/containerapp/HISTORY.rst +++ b/src/containerapp/HISTORY.rst @@ -2,6 +2,29 @@ Release History =============== + +Upcoming +++++++ +* 'az containerapp job execution show/list': improve table output format +* 'az containerapp create/update': --yaml support properties for api-version 2023-04-01-preview (e.g. subPath, mountOptions) +* 'az containerapp service': add support for creation and deletion of kafka +* 'az containerapp create': --registry-server support registry with custom port +* Add regex to fix validation for containerapp name + +0.3.33 +++++++ +* 'az containerapp create': fix --registry-identity "system" with --revision-suffix +* 'az containerapp up': fix --target-port value not being propagated when buildpack is used to build image from --source +* Fix for 'az containerapp job create' with --yaml option to create a Container App job +* Support 'az containerapp job secret' to manage secrets for Container App jobs +* Support 'az containerapp job identity' to manage identity for Container App jobs +* Fix for issue with --user-assigned identity for Container App jobs where identities were getting split incorrectly +* Add new parameters `--mi-system-assigned` and `--mi-user-assigned` to replace the deprecated parameters `--system-assigned` and `--user-assigned` for `az containerapp job create` command + +0.3.32 +++++++ +* Fix for 'az containerapp job update' command when updating Container App job with a trigger configuration + 0.3.31 ++++++ * Fix issue when using 'az containerapp up' to create a container app from a local source with a Dockerfile diff --git a/src/containerapp/azext_containerapp/_archive_utils.py b/src/containerapp/azext_containerapp/_archive_utils.py index 9130e6ab4f9..d9224c8d8fb 100644 --- a/src/containerapp/azext_containerapp/_archive_utils.py +++ b/src/containerapp/azext_containerapp/_archive_utils.py @@ -14,7 +14,6 @@ from msrestazure.azure_exceptions import CloudError from azure.cli.core.azclierror import (CLIInternalError) from azure.cli.core.profiles import ResourceType, get_sdk -from azure.cli.command_modules.acr._azure_utils import get_blob_info from azure.cli.command_modules.acr._constants import TASK_VALID_VSTS_URLS logger = get_logger(__name__) @@ -54,16 +53,10 @@ def upload_source_code(cmd, client, if not upload_url: raise CLIInternalError("Failed to get a SAS URL to upload context.") - account_name, endpoint_suffix, container_name, blob_name, sas_token = get_blob_info(upload_url) - BlockBlobService = get_sdk(cmd.cli_ctx, ResourceType.DATA_STORAGE, 'blob#BlockBlobService') - BlockBlobService(account_name=account_name, - sas_token=sas_token, - endpoint_suffix=endpoint_suffix, - # Increase socket timeout from default of 20s for clients with slow network connection. - socket_timeout=300).create_blob_from_path( - container_name=container_name, - blob_name=blob_name, - file_path=tar_file_path) + BlobClient = get_sdk(cmd.cli_ctx, ResourceType.DATA_STORAGE_BLOB, '_blob_client#BlobClient') + BlobClient = BlobClient.from_blob_url(upload_url, connection_timeout=300) + with open(tar_file_path, "rb") as data: + BlobClient.upload_blob(data=data, blob_type="BlockBlob", overwrite=True) logger.info("Sending context ({0:.3f} {1}) to registry: {2}...".format( size, unit, registry_name)) return relative_path diff --git a/src/containerapp/azext_containerapp/_clients.py b/src/containerapp/azext_containerapp/_clients.py index f8549a8080e..6300c88f75a 100644 --- a/src/containerapp/azext_containerapp/_clients.py +++ b/src/containerapp/azext_containerapp/_clients.py @@ -1127,6 +1127,23 @@ def get_single_execution(cls, cmd, resource_group_name, name, job_execution_name r = send_raw_request(cmd.cli_ctx, "GET", request_url) return r.json() + @classmethod + def list_secrets(cls, cmd, resource_group_name, name): + + management_hostname = cmd.cli_ctx.cloud.endpoints.resource_manager + api_version = CURRENT_API_VERSION + sub_id = get_subscription_id(cmd.cli_ctx) + url_fmt = "{}/subscriptions/{}/resourceGroups/{}/providers/Microsoft.App/jobs/{}/listSecrets?api-version={}" + request_url = url_fmt.format( + management_hostname.strip('/'), + sub_id, + resource_group_name, + name, + api_version) + + r = send_raw_request(cmd.cli_ctx, "POST", request_url, body=None) + return r.json() + class GitHubActionClient(): @classmethod diff --git a/src/containerapp/azext_containerapp/_constants.py b/src/containerapp/azext_containerapp/_constants.py index e3fbb27fd59..724035ba29c 100644 --- a/src/containerapp/azext_containerapp/_constants.py +++ b/src/containerapp/azext_containerapp/_constants.py @@ -18,6 +18,12 @@ MANAGED_CERTIFICATE_RT = "managedCertificates" PRIVATE_CERTIFICATE_RT = "certificates" +DEV_SERVICE_LIST = ["kafka", "postgres", "redis"] + +DEV_KAFKA_IMAGE = 'kafka' +DEV_KAFKA_SERVICE_TYPE = 'kafka' +DEV_KAFKA_CONTAINER_NAME = 'kafka' + DEV_POSTGRES_IMAGE = 'postgres' DEV_POSTGRES_SERVICE_TYPE = 'postgres' DEV_POSTGRES_CONTAINER_NAME = 'postgres' diff --git a/src/containerapp/azext_containerapp/_help.py b/src/containerapp/azext_containerapp/_help.py index 917b34d45ae..9acf362cac9 100644 --- a/src/containerapp/azext_containerapp/_help.py +++ b/src/containerapp/azext_containerapp/_help.py @@ -397,6 +397,11 @@ short-summary: Commands to manage the postgres service for the Container Apps environment. """ +helps['containerapp service kafka'] = """ + type: group + short-summary: Commands to manage the kafka service for the Container Apps environment. +""" + helps['containerapp service redis create'] = """ type: command short-summary: Command to create the redis service. @@ -407,6 +412,11 @@ short-summary: Command to create the postgres service. """ +helps['containerapp service kafka create'] = """ + type: command + short-summary: Command to create the kafka service. +""" + helps['containerapp service redis delete'] = """ type: command short-summary: Command to delete the redis service. @@ -417,6 +427,11 @@ short-summary: Command to delete the postgres service. """ +helps['containerapp service kafka delete'] = """ + type: command + short-summary: Command to delete the kafka service. +""" + helps['containerapp env update'] = """ type: command short-summary: Update a Container Apps environment. @@ -719,6 +734,51 @@ text: az containerapp job stop -n MyContainerAppJob -g MyResourceGroup --execution-name-list MyContainerAppJob-66v9xh0,MyContainerAppJob-66v9xh1 """ +# Container App Job Secret Commands +helps['containerapp job secret'] = """ + type: group + short-summary: Commands to manage secrets. +""" + +helps['containerapp job secret show'] = """ + type: command + short-summary: Show details of a secret. + examples: + - name: Show the details of a secret. + text: | + az containerapp job secret show -n MyContainerappjob -g MyResourceGroup --secret-name MySecret +""" + +helps['containerapp job secret list'] = """ + type: command + short-summary: List the secrets of a container app job. + examples: + - name: List the secrets of a container app job. + text: | + az containerapp job secret list -n MyContainerappjob -g MyResourceGroup +""" + +helps['containerapp job secret remove'] = """ + type: command + short-summary: Remove secrets from a container app job. + examples: + - name: Remove secrets from a container app job. + text: | + az containerapp job secret remove -n MyContainerappjob -g MyResourceGroup --secret-names MySecret MySecret2 +""" + +helps['containerapp job secret set'] = """ + type: command + short-summary: Create/update secrets. + examples: + - name: Add secrets to a container app job. + text: | + az containerapp job secret set -n MyContainerappjob -g MyResourceGroup --secrets MySecretName1=MySecretValue1 MySecretName2=keyvaultref:https://example.vault.azure.net/secrets/mysecret,identityref:/subscriptions/sub/resourceGroups/rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myidentity + - name: Update a secret. + text: | + az containerapp job secret set -n MyContainerappjob -g MyResourceGroup --secrets MyExistingSecretName=MyNewSecretValue MyExistingSecretName2=keyvaultref:https://example.vault.azure.net/secrets/mysecret,identityref:/subscriptions/sub/resourceGroups/rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myidentity +""" + # Container App Job execution commands helps['containerapp job execution'] = """ type: group @@ -862,6 +922,60 @@ az containerapp identity show -n myContainerapp -g MyResourceGroup """ +helps['containerapp job identity'] = """ + type: group + short-summary: Commands to manage managed identities for container app job. +""" + +helps['containerapp job identity assign'] = """ + type: command + short-summary: Assign managed identity to a container app job. + long-summary: Managed identities can be user assigned or system assigned. + examples: + - name: Assign system identity. + text: | + az containerapp job identity assign -n myContainerappjob -g MyResourceGroup --system-assigned + - name: Assign user identity. + text: | + az containerapp job identity assign -n myContainerappjob -g MyResourceGroup --user-assigned myUserIdentityName + - name: Assign user identity (from a different resource group than the containerapp job). + text: | + az containerapp job identity assign -n myContainerappjob -g MyResourceGroup --user-assigned myUserIdentityResourceId + - name: Assign system and user identity. + text: | + az containerapp job identity assign -n myContainerappjob -g MyResourceGroup --system-assigned --user-assigned myUserIdentityResourceId +""" + +helps['containerapp job identity remove'] = """ + type: command + short-summary: Remove a managed identity from a container app job. + examples: + - name: Remove system identity. + text: | + az containerapp job identity remove -n myContainerappjob -g MyResourceGroup --system-assigned + - name: Remove user identity. + text: | + az containerapp job identity remove -n myContainerappjob -g MyResourceGroup --user-assigned myUserIdentityName + - name: Remove system and user identity (from a different resource group than the containerapp job). + text: | + az containerapp job identity remove -n myContainerappjob -g MyResourceGroup --system-assigned --user-assigned myUserIdentityResourceId + - name: Remove all user identities. + text: | + az containerapp job identity remove -n myContainerappjob -g MyResourceGroup --user-assigned + - name: Remove system identity and all user identities. + text: | + az containerapp job identity remove -n myContainerappjob -g MyResourceGroup --system-assigned --user-assigned +""" + +helps['containerapp job identity show'] = """ + type: command + short-summary: Show managed identities of a container app job. + examples: + - name: Show managed identities. + text: | + az containerapp job identity show -n myContainerappjob -g MyResourceGroup +""" + # Ingress Commands helps['containerapp ingress'] = """ type: group diff --git a/src/containerapp/azext_containerapp/_models.py b/src/containerapp/azext_containerapp/_models.py index f6f968d76d1..e22380a591e 100644 --- a/src/containerapp/azext_containerapp/_models.py +++ b/src/containerapp/azext_containerapp/_models.py @@ -66,7 +66,8 @@ VolumeMount = { "volumeName": None, - "mountPath": None + "mountPath": None, + "subPath": None } Container = { @@ -89,6 +90,7 @@ "storageType": "EmptyDir", # AzureFile, EmptyDir or Secret "storageName": None, # None for EmptyDir or Secret, otherwise name of storage resource "secrets": None, # [SecretVolumeItem] + "mountOptions": None, } ScaleRuleAuth = { @@ -217,6 +219,7 @@ "replicaRetryLimit": None, "manualTriggerConfig": None, # ManualTriggerConfig "scheduleTriggerConfig": None, # ScheduleTriggerConfig + "eventTriggerConfig": None, # EventTriggerConfig "registries": None, # [RegistryCredentials] "dapr": None } @@ -282,7 +285,8 @@ "properties": { "environmentId": None, "configuration": None, # JobConfiguration - "template": None # JobTemplate + "template": None, # JobTemplate + "workloadProfileName": None }, "tags": None } diff --git a/src/containerapp/azext_containerapp/_params.py b/src/containerapp/azext_containerapp/_params.py index 02d2930cadf..53648b8134f 100644 --- a/src/containerapp/azext_containerapp/_params.py +++ b/src/containerapp/azext_containerapp/_params.py @@ -462,9 +462,9 @@ def load_arguments(self, _): c.argument('polling_interval', type=int, help="Interval to check each event source in seconds. Defaults to 30s.", default=30) with self.argument_context('containerapp job create') as c: - c.argument('system_assigned', help='System assigned identity.', action='store_true') + c.argument('system_assigned', options_list=['--mi-system-assigned', c.deprecate(target='--system-assigned', redirect='--mi-system-assigned', hide=True)], help='Boolean indicating whether to assign system-assigned identity.', action='store_true') c.argument('trigger_type', help='Trigger type. Schedule | Event | Manual') - c.argument('user_assigned', help='User assigned identity.') + c.argument('user_assigned', options_list=['--mi-user-assigned', c.deprecate(target='--user-assigned', redirect='--mi-user-assigned', hide=True)], nargs='+', help='Space-separated user identities to be assigned.') with self.argument_context('containerapp job', arg_group='Scale') as c: c.argument('min_executions', type=int, help="Minimum number of job executions to run per polling interval.") @@ -479,3 +479,18 @@ def load_arguments(self, _): with self.argument_context('containerapp job execution') as c: c.argument('name', id_part=None) c.argument('job_execution_name', help='name of the specific job execution.') + + with self.argument_context('containerapp job secret') as c: + c.argument('secrets', nargs='+', options_list=['--secrets', '-s'], help="A list of secret(s) for the container app job. Space-separated values in 'key=value' or 'key=keyvaultref:keyvaulturl,identityref:identity' format (where 'key' cannot be longer than 20 characters).") + c.argument('name', id_part=None, help="The name of the container app job for which the secret needs to be retrieved.") + c.argument('secret_name', id_part=None, help="The name of the secret to show.") + c.argument('secret_names', id_part=None, nargs='+', help="A list of secret(s) for the container app job. Space-separated secret values names.") + c.argument('show_values', action='store_true', help='Show the secret values.') + c.ignore('disable_max_length') + + with self.argument_context('containerapp job identity') as c: + c.argument('user_assigned', nargs='+', help="Space-separated user identities.") + c.argument('system_assigned', help="Boolean indicating whether to assign system-assigned identity.", action='store_true') + + with self.argument_context('containerapp job identity remove') as c: + c.argument('user_assigned', nargs='*', help="Space-separated user identities. If no user identities are specified, all user identities will be removed.") diff --git a/src/containerapp/azext_containerapp/_sdk_models.py b/src/containerapp/azext_containerapp/_sdk_models.py index 41ab5df0024..5d4942749a8 100644 --- a/src/containerapp/azext_containerapp/_sdk_models.py +++ b/src/containerapp/azext_containerapp/_sdk_models.py @@ -3034,6 +3034,52 @@ def __init__( self.auth = auth +class JobScaleRule(_serialization.Model): + """Event triggered Container App Job's scaling rule. + + :ivar name: Name for job scale rule. + :vartype name: str + :ivar type: Type of the custom scale rule + eg: azure-servicebus, redis etc. + :vartype type: str + :ivar metadata: Metadata properties to describe custom scale rule. + :vartype metadata: dict[str, str] + :ivar auth: Authentication secrets for the custom scale rule. + :vartype auth: list[~azure.mgmt.appcontainers.models.ScaleRuleAuth] + """ + + _attribute_map = { + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "metadata": {"key": "metadata", "type": "{str}"}, + "auth": {"key": "auth", "type": "[ScaleRuleAuth]"}, + } + + def __init__( + self, + *, + name: Optional[str] = None, + type: Optional[str] = None, + metadata: Optional[Dict[str, str]] = None, + auth: Optional[List["_models.ScaleRuleAuth"]] = None, + **kwargs: Any + ) -> None: + """ + :keyword type: Type of the custom scale rule + eg: azure-servicebus, redis etc. + :paramtype type: str + :keyword metadata: Metadata properties to describe custom scale rule. + :paramtype metadata: dict[str, str] + :keyword auth: Authentication secrets for the custom scale rule. + :paramtype auth: list[~azure.mgmt.appcontainers.models.ScaleRuleAuth] + """ + super().__init__(**kwargs) + self.name = name + self.type = type + self.metadata = metadata + self.auth = auth + + class Dapr(_serialization.Model): """Container App Dapr configuration. @@ -4998,6 +5044,8 @@ class ContainerAppsJob(TrackedResource): :type jobConfiguration: ~commondefinitions.models.JobConfiguration :param jobTemplate: Container App versioned application definition. :type template: ~commondefinitions.models.JobTemplate + :ivar outbound_ip_addresses: Outbound IP Addresses for container app. + :vartype outbound_ip_addresses: list[str] """ _validation = { @@ -5006,7 +5054,9 @@ class ContainerAppsJob(TrackedResource): 'type': {'readonly': True}, 'system_data': {'readonly': True}, 'location': {'required': True}, - 'provisioning_state': {'readonly': True} + 'provisioning_state': {'readonly': True}, + "outbound_ip_addresses": {"readonly": True}, + "event_stream_endpoint": {"readonly": True} } _attribute_map = { @@ -5018,19 +5068,60 @@ class ContainerAppsJob(TrackedResource): 'location': {'key': 'location', 'type': 'str'}, 'identity': {'key': 'identity', 'type': 'ManagedServiceIdentity'}, 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, + "outbound_ip_addresses": {"key": "properties.outboundIpAddresses", "type": "[str]"}, 'managed_environment_id': {'key': 'properties.managedEnvironmentId', 'type': 'str'}, - 'configuration': {'key': 'properties.jobConfiguration', 'type': 'JobConfiguration'}, - 'template': {'key': 'properties.jobTemplate', 'type': 'JobTemplate'}, + "environment_id": {"key": "properties.environmentId", "type": "str"}, + "workload_profile_name": {"key": "properties.workloadProfileName", "type": "str"}, + 'configuration': {'key': 'properties.configuration', 'type': 'JobConfiguration'}, + 'template': {'key': 'properties.template', 'type': 'JobTemplate'}, + "event_stream_endpoint": {"key": "properties.eventStreamEndpoint", "type": "str"}, } - def __init__(self, **kwargs): - super(ContainerAppsJob, self).__init__(**kwargs) - self.identity = kwargs.get('identity', None) + def __init__( + self, + *, + location: str, + tags: Optional[Dict[str, str]] = None, + identity: Optional["_models.ManagedServiceIdentity"] = None, + managed_by: Optional[str] = None, + managed_environment_id: Optional[str] = None, + environment_id: Optional[str] = None, + workload_profile_name: Optional[str] = None, + configuration: Optional["_models.JobConfiguration"] = None, + template: Optional["_models.JobTemplate"] = None, + **kwargs: Any + ) -> None: + """ + :keyword tags: Resource tags. + :paramtype tags: dict[str, str] + :keyword location: The geo-location where the resource lives. Required. + :paramtype location: str + :keyword identity: managed identities for the Container Apps Job to interact with other Azure + services without maintaining any secrets or credentials in code. + :paramtype identity: ~commondefinitions.models.ManagedServiceIdentity + :keyword managed_environment_id: Deprecated. Resource ID of the Container Apps Job's environment. + :paramtype managed_environment_id: str + :keyword environment_id: Resource ID of environment. + :paramtype environment_id: str + :keyword workload_profile_name: Workload profile name to pin for container app execution. + :paramtype workload_profile_name: str + :param jobConfiguration: Non versioned Container Apps job configuration + properties. + :type jobConfiguration: ~commondefinitions.models.JobConfiguration + :param jobTemplate: Container App versioned application definition. + :type template: ~commondefinitions.models.JobTemplate + """ + super().__init__(tags=tags, location=location, **kwargs) + self.identity = identity + self.managed_by = managed_by self.provisioning_state = None - self.managed_environment_id = kwargs.get('managed_environment_id', None) - self.configuration = kwargs.get('configuration', None) - self.template = kwargs.get('template', None) self.outbound_ip_addresses = None + self.managed_environment_id = managed_environment_id + self.environment_id = environment_id + self.workload_profile_name = workload_profile_name + self.configuration = configuration + self.template = template + self.event_stream_endpoint = None class Job(TrackedResource): # pylint: disable=too-many-instance-attributes @@ -5165,6 +5256,10 @@ class JobConfiguration(_serialization.Model): cronjobs. Properties completions and parallelism would be set to 1 by default. :vartype schedule_trigger_config: ~azure.mgmt.appcontainers.models.JobConfigurationScheduleTriggerConfig + :ivar event_trigger_config: Event trigger configuration for a single execution job with scale rules. + Properties replicaCompletionCount and parallelism would be set to 1 by default. + :vartype event_trigger_config: + ~azure.mgmt.appcontainers.models.JobConfigurationEventTriggerConfig :ivar registries: Collection of private container registry credentials used by a Container apps job. :vartype registries: list[~azure.mgmt.appcontainers.models.RegistryCredentials] @@ -5182,6 +5277,7 @@ class JobConfiguration(_serialization.Model): "replica_retry_limit": {"key": "replicaRetryLimit", "type": "int"}, "manual_trigger_config": {"key": "manualTriggerConfig", "type": "JobConfigurationManualTriggerConfig"}, "schedule_trigger_config": {"key": "scheduleTriggerConfig", "type": "JobConfigurationScheduleTriggerConfig"}, + "event_trigger_config": {"key": "eventTriggerConfig", "type": "JobConfigurationEventTriggerConfig"}, "registries": {"key": "registries", "type": "[RegistryCredentials]"}, } @@ -5194,6 +5290,7 @@ def __init__( replica_retry_limit: Optional[int] = None, manual_trigger_config: Optional["_models.JobConfigurationManualTriggerConfig"] = None, schedule_trigger_config: Optional["_models.JobConfigurationScheduleTriggerConfig"] = None, + event_trigger_config: Optional["_models.JobConfigurationEventTriggerConfig"] = None, registries: Optional[List["_models.RegistryCredentials"]] = None, **kwargs: Any ) -> None: @@ -5215,6 +5312,10 @@ def __init__( cronjobs. Properties completions and parallelism would be set to 1 by default. :paramtype schedule_trigger_config: ~azure.mgmt.appcontainers.models.JobConfigurationScheduleTriggerConfig + :ivar event_trigger_config: Event trigger configuration for a single execution job with scale rules. + Properties replicaCompletionCount and parallelism would be set to 1 by default. + :vartype event_trigger_config: + ~azure.mgmt.appcontainers.models.JobConfigurationEventTriggerConfig :keyword registries: Collection of private container registry credentials used by a Container apps job. :paramtype registries: list[~azure.mgmt.appcontainers.models.RegistryCredentials] @@ -5226,6 +5327,7 @@ def __init__( self.replica_retry_limit = replica_retry_limit self.manual_trigger_config = manual_trigger_config self.schedule_trigger_config = schedule_trigger_config + self.event_trigger_config = event_trigger_config self.registries = registries @@ -5310,6 +5412,56 @@ def __init__( self.parallelism = parallelism +class JobConfigurationEventTriggerConfig(_serialization.Model): + """Event trigger configuration for a single execution job with scale rules. Properties + replicaCompletionCount and parallelism would be set to 1 by default. + + All required parameters must be populated in order to send to Azure. + + :ivar replica_completion_count: Minimum number of successful replica completions before overall + job completion. + :vartype replica_completion_count: int + :ivar parallelism: Number of parallel replicas of a job that can run at a given time. + :vartype parallelism: int + :ivar scale: Scale defination of an event triggered job. + Required. + :vartype scale: JobScale + """ + + _validation = { + "scale": {"required": True}, + } + + _attribute_map = { + "replica_completion_count": {"key": "replicaCompletionCount", "type": "int"}, + "parallelism": {"key": "parallelism", "type": "int"}, + "scale": {"key": "scale", "type": "JobScale"}, + } + + def __init__( + self, + *, + scale: Optional["_models.JobScale"] = None, + replica_completion_count: Optional[int] = None, + parallelism: Optional[int] = None, + **kwargs: Any + ) -> None: + """ + :keyword replica_completion_count: Minimum number of successful replica completions before + overall job completion. + :paramtype replica_completion_count: int + :keyword cron_expression: Cron formatted repeating schedule ("\\ * * * * *") of a Cron Job. + Required. + :paramtype cron_expression: str + :keyword parallelism: Number of parallel replicas of a job that can run at a given time. + :paramtype parallelism: int + """ + super().__init__(**kwargs) + self.replica_completion_count = replica_completion_count + self.scale = scale + self.parallelism = parallelism + + class JobExecution(_serialization.Model): """Container Apps Jobs execution. @@ -7175,6 +7327,51 @@ def __init__( self.rules = rules +class JobScale(_serialization.Model): + """Container Apps Job scaling configurations. + + :ivar min_replicas: Optional. Minimum number of container replicas. + :vartype min_replicas: int + :ivar max_replicas: Optional. Maximum number of container replicas. Defaults to 10 if not set. + :vartype max_replicas: int + :ivar pollingInterval: Optional. Time between poll requests. + :vartype pollingInterval: int + :ivar rules: Scaling rules. + :vartype rules: list[~azure.mgmt.appcontainers.models.JobScaleRule] + """ + + _attribute_map = { + "min_replicas": {"key": "minReplicas", "type": "int"}, + "max_replicas": {"key": "maxReplicas", "type": "int"}, + "polling_Interval": {"key": "pollingInterval", "type": "int"}, + "rules": {"key": "rules", "type": "[JobScaleRule]"}, + } + + def __init__( + self, + *, + min_replicas: Optional[int] = None, + max_replicas: int = 10, + polling_Interval: Optional[int] = None, + rules: Optional[List["_models.JobScaleRule"]] = None, + **kwargs: Any + ) -> None: + """ + :keyword min_replicas: Optional. Minimum number of container replicas. + :paramtype min_replicas: int + :keyword max_replicas: Optional. Maximum number of container replicas. Defaults to 10 if not + set. + :paramtype max_replicas: int + :keyword rules: Scaling rules. + :paramtype rules: list[~azure.mgmt.appcontainers.models.JobScaleRule] + """ + super().__init__(**kwargs) + self.min_replicas = min_replicas + self.max_replicas = max_replicas + self.polling_Interval = polling_Interval + self.rules = rules + + class ServiceBinding(_serialization.Model): """The metadata for service bindings to a container app. :ivar service_id: Required. The ARM ID of the service that the Container App will bind to. @@ -7891,6 +8088,8 @@ class Volume(_serialization.Model): :ivar secrets: List of secrets to be added in volume. If no secrets are provided, all secrets in collection will be added to volume. :vartype secrets: list[~azure.mgmt.appcontainers.models.SecretVolumeItem] + :ivar mount_options: Mount options for the AzureFile type volume. + :vartype mount_options: str """ _attribute_map = { @@ -7898,6 +8097,7 @@ class Volume(_serialization.Model): "storage_type": {"key": "storageType", "type": "str"}, "storage_name": {"key": "storageName", "type": "str"}, "secrets": {"key": "secrets", "type": "[SecretVolumeItem]"}, + "mount_options": {"key": "mountOptions", "type": "str"}, } def __init__( @@ -7907,6 +8107,7 @@ def __init__( storage_type: Optional[Union[str, "_models.StorageType"]] = None, storage_name: Optional[str] = None, secrets: Optional[List["_models.SecretVolumeItem"]] = None, + mount_options: Optional[str] = None, **kwargs: Any ) -> None: """ @@ -7920,12 +8121,15 @@ def __init__( :keyword secrets: List of secrets to be added in volume. If no secrets are provided, all secrets in collection will be added to volume. :paramtype secrets: list[~azure.mgmt.appcontainers.models.SecretVolumeItem] + :keyword mount_options: Mount options for the AzureFile type volume. + :paramtype mount_options: str """ super().__init__(**kwargs) self.name = name self.storage_type = storage_type self.storage_name = storage_name self.secrets = secrets + self.mount_options = mount_options class VolumeMount(_serialization.Model): @@ -7936,24 +8140,38 @@ class VolumeMount(_serialization.Model): :ivar mount_path: Path within the container at which the volume should be mounted.Must not contain ':'. :vartype mount_path: str + :ivar sub_path: Path within the volume from which the container's volume should be mounted. + :vartype sub_path: str """ _attribute_map = { "volume_name": {"key": "volumeName", "type": "str"}, "mount_path": {"key": "mountPath", "type": "str"}, + "sub_path": {"key": "subPath", "type": "str"} } - def __init__(self, *, volume_name: Optional[str] = None, mount_path: Optional[str] = None, **kwargs: Any) -> None: + def __init__( + self, + *, + volume_name: Optional[str] = None, + mount_path: Optional[str] = None, + sub_path: Optional[str] = None, + **kwargs: Any + ) -> None: """ :keyword volume_name: This must match the Name of a Volume. :paramtype volume_name: str :keyword mount_path: Path within the container at which the volume should be mounted.Must not contain ':'. :paramtype mount_path: str + :keyword sub_path: Path within the volume from which the container's volume should be mounted. + Defaults to "" (volume's root). + :paramtype sub_path: str """ super().__init__(**kwargs) self.volume_name = volume_name self.mount_path = mount_path + self.sub_path = sub_path class WorkloadProfile(_serialization.Model): diff --git a/src/containerapp/azext_containerapp/_up_utils.py b/src/containerapp/azext_containerapp/_up_utils.py index f84b3a0c516..69cd5df1104 100644 --- a/src/containerapp/azext_containerapp/_up_utils.py +++ b/src/containerapp/azext_containerapp/_up_utils.py @@ -434,6 +434,39 @@ def create_acr(self): self.cmd.cli_ctx, registry_name ) + def _docker_push_to_container_registry(self, image_name, forced_acr_login=False): + from azure.cli.command_modules.acr.custom import acr_login + from azure.cli.core.profiles import ResourceType + + command = ['docker', 'push', image_name] + logger.debug(f"Calling '{' '.join(command)}'") + logger.warning(f"Built image {image_name} locally using buildpacks, attempting to push to registry...") + try: + with subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE) as process: + _, stderr = process.communicate() + if process.returncode != 0: + docker_push_error = stderr.decode('utf-8') + if not forced_acr_login and ".azurecr.io/" in image_name and "unauthorized: authentication required" in docker_push_error: + # Couldn't push to ACR because the user isn't authenticated. Let's try to login to ACR and retrigger the docker push + logger.warning(f"The current user isn't authenticated to the {self.acr.name} ACR instance. Triggering an ACR login and retrying to push the image...") + # Logic to login to ACR + task_command_kwargs = {"resource_type": ResourceType.MGMT_CONTAINERREGISTRY, 'operation_group': 'webhooks'} + old_command_kwargs = {} + for key in task_command_kwargs: # pylint: disable=consider-using-dict-items + old_command_kwargs[key] = self.cmd.command_kwargs.get(key) + self.cmd.command_kwargs[key] = task_command_kwargs[key] + if self.acr and self.acr.name is not None: + acr_login(self.cmd, self.acr.name) + for k, v in old_command_kwargs.items(): + self.cmd.command_kwargs[k] = v + + self._docker_push_to_container_registry(image_name, True) + else: + raise CLIError(f"Error thrown when running 'docker push': {docker_push_error}") + logger.debug(f"Successfully pushed image {image_name} to the container registry.") + except Exception as ex: + raise CLIError(f"Unable to run 'docker push' command to push image to the container registry: {ex}") from ex + def build_container_from_source_with_buildpack(self, image_name, source): # pylint: disable=too-many-statements # Ensure that Docker is running if not is_docker_running(): @@ -470,6 +503,10 @@ def build_container_from_source_with_buildpack(self, image_name, source): # pyl logger.debug(f"Determined the run image to use as {buildpack_run_image}.") command.extend(['--run-image', buildpack_run_image]) + # If the user specifies a target port, pass it to the buildpack + if self.target_port: + command.extend(['--env', f"PORT={self.target_port}"]) + logger.debug(f"Calling '{' '.join(command)}'") try: is_non_supported_platform = False @@ -500,18 +537,8 @@ def build_container_from_source_with_buildpack(self, image_name, source): # pyl except Exception as ex: raise CLIError(f"Unable to run 'pack build' command to produce runnable application image: {ex}") from ex - # Run 'docker push' to push the image to the ACR - command = ['docker', 'push', image_name] - logger.debug(f"Calling '{' '.join(command)}'") - logger.warning(f"Built image {image_name} locally using buildpacks, attempting to push to registry...") - try: - with subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE) as process: - _, stderr = process.communicate() - if process.returncode != 0: - raise CLIError(f"Error thrown when running 'docker push': {stderr.decode('utf-8')}") - logger.debug(f"Successfully pushed image {image_name} to ACR.") - except Exception as ex: - raise CLIError(f"Unable to run 'docker push' command to push image to ACR: {ex}") from ex + # Run 'docker push' to push the image to the container registry + self._docker_push_to_container_registry(image_name, False) def build_container_from_source_with_acr_task(self, image_name, source): from azure.cli.command_modules.acr.task import acr_task_create, acr_task_run @@ -952,18 +979,6 @@ def _get_registry_details(cmd, app: "ContainerApp", source): ) -def _validate_containerapp_name(name): - is_valid = True - is_valid = is_valid and name.lower() == name - is_valid = is_valid and len(name) <= MAXIMUM_CONTAINER_APP_NAME_LENGTH - is_valid = is_valid and '--' not in name - name = name.replace('-', '') - is_valid = is_valid and name.isalnum() - is_valid = is_valid and name[0].isalpha() - if not is_valid: - raise ValidationError(f"Invalid Container App name {name}. A name must consist of lower case alphanumeric characters or '-', start with a letter, end with an alphanumeric character, cannot have '--', and must be less than {MAXIMUM_CONTAINER_APP_NAME_LENGTH} characters.") - - # attempt to populate defaults for managed env, RG, ACR, etc def _set_up_defaults( cmd, diff --git a/src/containerapp/azext_containerapp/_utils.py b/src/containerapp/azext_containerapp/_utils.py index 784c7abbaa7..5c7ce6f63c6 100644 --- a/src/containerapp/azext_containerapp/_utils.py +++ b/src/containerapp/azext_containerapp/_utils.py @@ -45,7 +45,7 @@ from ._client_factory import handle_raw_exception, providers_client_factory, cf_resource_groups, log_analytics_client_factory, log_analytics_shared_key_client_factory from ._constants import (MAXIMUM_CONTAINER_APP_NAME_LENGTH, SHORT_POLLING_INTERVAL_SECS, LONG_POLLING_INTERVAL_SECS, LOG_ANALYTICS_RP, CONTAINER_APPS_RP, CHECK_CERTIFICATE_NAME_AVAILABILITY_TYPE, ACR_IMAGE_SUFFIX, - LOGS_STRING, PENDING_STATUS, SUCCEEDED_STATUS, UPDATING_STATUS) + LOGS_STRING, PENDING_STATUS, SUCCEEDED_STATUS, UPDATING_STATUS, DEV_SERVICE_LIST) from ._models import (ContainerAppCustomDomainEnvelope as ContainerAppCustomDomainEnvelopeModel, ManagedCertificateEnvelop as ManagedCertificateEnvelopModel, ServiceConnector as ServiceConnectorModel) @@ -67,14 +67,11 @@ def register_provider_if_needed(cmd, rp_name): def validate_container_app_name(name, appType): - if (appType == AppType.ContainerAppJob.name): - if name and len(name) > MAXIMUM_CONTAINER_APP_NAME_LENGTH: - raise ValidationError(f"Container App Job names cannot be longer than {MAXIMUM_CONTAINER_APP_NAME_LENGTH}. " - f"Please shorten {name}") - if (appType == AppType.ContainerApp.name): - if name and len(name) > MAXIMUM_CONTAINER_APP_NAME_LENGTH: - raise ValidationError(f"Container App Job names cannot be longer than {MAXIMUM_CONTAINER_APP_NAME_LENGTH}. " - f"Please shorten {name}") + name_regex = re.compile(r'^(?=.{1,32}$)[a-z]((?!.*--)[-a-z0-9]*[a-z0-9])?$', re.IGNORECASE) + match = name_regex.match(name) + + if not match: + raise ValidationError(f"Invalid {appType} name {name}. A name must consist of lower case alphanumeric characters or '-', start with a letter, end with an alphanumeric character, cannot have '--', and must be less than {MAXIMUM_CONTAINER_APP_NAME_LENGTH} characters.") def retry_until_success(operation, err_txt, retry_limit, *args, **kwargs): @@ -452,8 +449,9 @@ def process_service(cmd, resource_list, service_name, arg_dict, subscription_id, if not containerapp_def: raise ResourceNotFoundError(f"The service '{service_name}' does not exist") - configuration = containerapp_def["properties"]["configuration"]["service"] - if configuration is None or configuration["type"] not in ["redis", "postgres"]: + service_type = safe_get(containerapp_def, "properties", "configuration", "service", "type") + + if service_type is None or service_type not in DEV_SERVICE_LIST: raise ResourceNotFoundError(f"The service '{service_name}' does not exist") service_bindings_def_list.append({ @@ -636,6 +634,7 @@ def store_as_secret_and_return_secret_ref(secrets_list, registry_user, registry_ return registry_pass else: # If user passed in registry password + registry_server = registry_server.replace(':', '-') if urlparse(registry_server).hostname is not None: registry_secret_name = "{server}-{user}".format(server=urlparse(registry_server).hostname.replace('.', ''), user=registry_user.lower()) else: @@ -869,13 +868,16 @@ def _generate_log_analytics_if_not_provided(cmd, logs_customer_id, logs_key, loc return logs_customer_id, logs_key -def _get_existing_secrets(cmd, resource_group_name, name, containerapp_def): +def _get_existing_secrets(cmd, resource_group_name, name, containerapp_def, appType=AppType.ContainerApp): if "secrets" not in containerapp_def["properties"]["configuration"]: containerapp_def["properties"]["configuration"]["secrets"] = [] else: secrets = [] try: - secrets = ContainerAppClient.list_secrets(cmd=cmd, resource_group_name=resource_group_name, name=name) + if(appType == AppType.ContainerApp): + secrets = ContainerAppClient.list_secrets(cmd=cmd, resource_group_name=resource_group_name, name=name) + if(appType == AppType.ContainerAppJob): + secrets = ContainerAppsJobClient.list_secrets(cmd=cmd, resource_group_name=resource_group_name, name=name) except Exception as e: # pylint: disable=broad-except handle_raw_exception(e) diff --git a/src/containerapp/azext_containerapp/commands.py b/src/containerapp/azext_containerapp/commands.py index e3bec8d620b..ec376cfdcc0 100644 --- a/src/containerapp/azext_containerapp/commands.py +++ b/src/containerapp/azext_containerapp/commands.py @@ -43,6 +43,18 @@ def transform_revision_list_output(revs): return [transform_revision_output(r) for r in revs] +def transform_job_execution_show_output(execution): + return { + 'name': execution['name'], + 'startTime': execution['properties']['startTime'], + 'status': execution['properties']['status'] + } + + +def transform_job_execution_list_output(executions): + return [transform_job_execution_show_output(e) for e in executions] + + def load_command_table(self, _): with self.command_group('containerapp') as g: g.custom_show_command('show', 'show_containerapp', table_transformer=transform_containerapp_output) @@ -80,8 +92,19 @@ def load_command_table(self, _): g.custom_command('stop', 'stop_containerappsjob', supports_no_wait=True, exception_handler=ex_handler_factory()) with self.command_group('containerapp job execution') as g: - g.custom_show_command('list', 'listexecution_containerappsjob') - g.custom_show_command('show', 'getSingleExecution_containerappsjob') + g.custom_show_command('list', 'listexecution_containerappsjob', table_transformer=transform_job_execution_list_output) + g.custom_show_command('show', 'getSingleExecution_containerappsjob', table_transformer=transform_job_execution_show_output) + + with self.command_group('containerapp job secret') as g: + g.custom_command('list', 'list_secrets_job') + g.custom_show_command('show', 'show_secret_job') + g.custom_command('remove', 'remove_secrets_job', confirmation=True, exception_handler=ex_handler_factory()) + g.custom_command('set', 'set_secrets_job', exception_handler=ex_handler_factory()) + + with self.command_group('containerapp job identity') as g: + g.custom_command('assign', 'assign_managed_identity_job', supports_no_wait=True, exception_handler=ex_handler_factory()) + g.custom_command('remove', 'remove_managed_identity_job', confirmation=True, supports_no_wait=True, exception_handler=ex_handler_factory()) + g.custom_show_command('show', 'show_managed_identity_job') with self.command_group('containerapp env dapr-component') as g: g.custom_command('list', 'list_dapr_components') @@ -112,6 +135,10 @@ def load_command_table(self, _): g.custom_command('create', 'create_postgres_service', supports_no_wait=True) g.custom_command('delete', 'delete_postgres_service', confirmation=True, supports_no_wait=True) + with self.command_group('containerapp service kafka') as g: + g.custom_command('create', 'create_kafka_service', supports_no_wait=True) + g.custom_command('delete', 'delete_kafka_service', confirmation=True, supports_no_wait=True) + with self.command_group('containerapp identity') as g: g.custom_command('assign', 'assign_managed_identity', supports_no_wait=True, exception_handler=ex_handler_factory()) g.custom_command('remove', 'remove_managed_identity', supports_no_wait=True, exception_handler=ex_handler_factory()) diff --git a/src/containerapp/azext_containerapp/custom.py b/src/containerapp/azext_containerapp/custom.py index 85b4ea2007d..9b7ea3c9cc0 100644 --- a/src/containerapp/azext_containerapp/custom.py +++ b/src/containerapp/azext_containerapp/custom.py @@ -100,7 +100,8 @@ GOOGLE_SECRET_SETTING_NAME, TWITTER_SECRET_SETTING_NAME, APPLE_SECRET_SETTING_NAME, CONTAINER_APPS_RP, NAME_INVALID, NAME_ALREADY_EXISTS, ACR_IMAGE_SUFFIX, HELLO_WORLD_IMAGE, LOG_TYPE_SYSTEM, LOG_TYPE_CONSOLE, MANAGED_CERTIFICATE_RT, PRIVATE_CERTIFICATE_RT, PENDING_STATUS, SUCCEEDED_STATUS, DEV_POSTGRES_IMAGE, DEV_POSTGRES_SERVICE_TYPE, - DEV_POSTGRES_CONTAINER_NAME, DEV_REDIS_IMAGE, DEV_REDIS_SERVICE_TYPE, DEV_REDIS_CONTAINER_NAME) + DEV_POSTGRES_CONTAINER_NAME, DEV_REDIS_IMAGE, DEV_REDIS_SERVICE_TYPE, DEV_REDIS_CONTAINER_NAME, DEV_KAFKA_CONTAINER_NAME, + DEV_KAFKA_IMAGE, DEV_KAFKA_SERVICE_TYPE, DEV_SERVICE_LIST) logger = get_logger(__name__) @@ -178,7 +179,7 @@ def list_all_services(cmd, environment_name, resource_group_name): for service in services: service_type = safe_get(service, "properties", "configuration", "service", "type", default="") - if service_type in ["redis", "postgres"]: + if service_type in DEV_SERVICE_LIST: dev_service_list.append(service) return dev_service_list @@ -206,6 +207,17 @@ def delete_postgres_service(cmd, service_name, resource_group_name, no_wait=Fals return DevServiceUtils.delete_service(cmd, service_name, resource_group_name, no_wait, DEV_POSTGRES_SERVICE_TYPE) +def create_kafka_service(cmd, service_name, environment_name, resource_group_name, no_wait=False, + disable_warnings=True): + return DevServiceUtils.create_service(cmd, service_name, environment_name, resource_group_name, no_wait, + disable_warnings, DEV_KAFKA_IMAGE, DEV_KAFKA_SERVICE_TYPE, + DEV_KAFKA_CONTAINER_NAME) + + +def delete_kafka_service(cmd, service_name, resource_group_name, no_wait=False): + return DevServiceUtils.delete_service(cmd, service_name, resource_group_name, no_wait, DEV_KAFKA_SERVICE_TYPE) + + def update_containerapp_yaml(cmd, name, resource_group_name, file_name, from_revision=None, no_wait=False): yaml_containerapp = process_loaded_yaml(load_yaml_file(file_name)) if type(yaml_containerapp) != dict: # pylint: disable=unidiomatic-typecheck @@ -648,7 +660,7 @@ def create_containerapp(cmd, container_def["volumeMounts"] = [volume_mount_def] template_def["volumes"] = [volume_def] - if revision_suffix is not None: + if revision_suffix is not None and not is_registry_msi_system(registry_identity): template_def["revisionSuffix"] = revision_suffix containerapp_def = ContainerAppModel @@ -680,6 +692,7 @@ def create_containerapp(cmd, system_sp = r["identity"]["principalId"] create_acrpull_role_assignment(cmd, registry_server, registry_identity=None, service_principal=system_sp) container_def["image"] = image + safe_set(containerapp_def, "properties", "template", "revisionSuffix", value=revision_suffix) registries_def = RegistryCredentialsModel registries_def["server"] = registry_server @@ -1909,7 +1922,7 @@ def update_containerappsjob_logic(cmd, set_env_vars or remove_env_vars or replace_env_vars or remove_all_env_vars or cpu or memory or\ startup_command or args or tags: logger.warning('Additional flags were passed along with --yaml. These flags will be ignored, and the configuration defined in the yaml will be used instead') - return update_containerapp_yaml(cmd=cmd, name=name, resource_group_name=resource_group_name, file_name=yaml, no_wait=no_wait) + return update_containerappjob_yaml(cmd=cmd, name=name, resource_group_name=resource_group_name, file_name=yaml, no_wait=no_wait) containerappsjob_def = None try: @@ -1933,7 +1946,7 @@ def update_containerappsjob_logic(cmd, update_map = {} update_map['replicaConfigurations'] = replica_timeout or replica_retry_limit - update_map['triggerConfigurations'] = replica_completion_count or parallelism or cron_expression or scale_rule_name + update_map['triggerConfigurations'] = replica_completion_count or parallelism or cron_expression or scale_rule_name or scale_rule_type or scale_rule_auth or polling_interval or min_executions or max_executions update_map['container'] = image or container_name or set_env_vars is not None or remove_env_vars is not None or replace_env_vars is not None or remove_all_env_vars or cpu or memory or startup_command is not None or args is not None update_map['registry'] = registry_server or registry_user or registry_pass @@ -1992,14 +2005,13 @@ def update_containerappsjob_logic(cmd, if containerappsjob_def["properties"]["configuration"]["triggerType"] == "Event": eventTriggerConfig_def = None eventTriggerConfig_def = containerappsjob_def["properties"]["configuration"]["eventTriggerConfig"] - if replica_completion_count is not None or parallelism is not None: + if replica_completion_count is not None or parallelism is not None or min_executions is not None or max_executions is not None or polling_interval is not None or scale_rule_name is not None: if replica_completion_count: eventTriggerConfig_def["replicaCompletionCount"] = replica_completion_count if parallelism: eventTriggerConfig_def["parallelism"] = parallelism - # Scale - if "scale" not in eventTriggerConfig_def["properties"]["template"]: + if "scale" in eventTriggerConfig_def["scale"]: eventTriggerConfig_def["scale"] = {} if min_executions is not None: eventTriggerConfig_def["scale"]["minExecutions"] = min_executions @@ -2015,11 +2027,9 @@ def update_containerappsjob_logic(cmd, scale_def["minExecutions"] = min_executions scale_def["maxReplicas"] = max_executions # so we don't overwrite rules - if safe_get(eventTriggerConfig_def, "scale", "rules"): - eventTriggerConfig_def["scale"].pop(["rules"]) + if safe_get(new_containerappsjob, "properties", "template", "scale", "rules"): + new_containerappsjob["properties"]["template"]["scale"].pop(["rules"]) if scale_rule_name: - if not scale_rule_type: - scale_rule_type = "http" scale_rule_type = scale_rule_type.lower() scale_rule_def = ScaleRuleModel curr_metadata = {} @@ -2155,7 +2165,7 @@ def update_containerappsjob_logic(cmd, registries_def = new_containerappsjob["properties"]["configuration"]["registries"] - _get_existing_secrets(cmd, resource_group_name, name, containerappsjob_def) + _get_existing_secrets(cmd, resource_group_name, name, containerappsjob_def, AppType.ContainerAppJob) if "secrets" in containerappsjob_def["properties"]["configuration"] and containerappsjob_def["properties"]["configuration"]["secrets"]: new_containerappsjob["properties"]["configuration"]["secrets"] = containerappsjob_def["properties"]["configuration"]["secrets"] else: @@ -2215,27 +2225,28 @@ def update_containerappsjob_logic(cmd, def create_containerappsjob_yaml(cmd, name, resource_group_name, file_name, no_wait=False): yaml_containerappsjob = process_loaded_yaml(load_yaml_file(file_name)) if type(yaml_containerappsjob) != dict: # pylint: disable=unidiomatic-typecheck - raise ValidationError('Invalid YAML provided. Please see https://aka.ms/azure-container-apps-yaml for a valid containerapps YAML spec.') + raise ValidationError('Invalid YAML provided. Please see https://aka.ms/azure-container-apps-yaml for a valid YAML spec.') if not yaml_containerappsjob.get('name'): yaml_containerappsjob['name'] = name elif yaml_containerappsjob.get('name').lower() != name.lower(): - logger.warning('The app name provided in the --yaml file "{}" does not match the one provided in the --name flag "{}". The one provided in the --yaml file will be used.'.format( + logger.warning('The job name provided in the --yaml file "{}" does not match the one provided in the --name flag "{}". The one provided in the --yaml file will be used.'.format( yaml_containerappsjob.get('name'), name)) name = yaml_containerappsjob.get('name') if not yaml_containerappsjob.get('type'): yaml_containerappsjob['type'] = 'Microsoft.App/jobs' elif yaml_containerappsjob.get('type').lower() != "microsoft.app/jobs": - raise ValidationError('Containerapp type must be \"Microsoft.App/jobs\"') + raise ValidationError('Containerapp job type must be \"Microsoft.App/jobs\"') - # Deserialize the yaml into a ContainerApp object. Need this since we're not using SDK + # Deserialize the yaml into a ContainerAppsJob object. Need this since we're not using SDK containerappsjob_def = None try: deserializer = create_deserializer() + containerappsjob_def = deserializer('ContainerAppsJob', yaml_containerappsjob) except DeserializationError as ex: - raise ValidationError('Invalid YAML provided. Please see https://aka.ms/azure-container-apps-yaml for a valid containerapps job YAML spec.') from ex + raise ValidationError('Invalid YAML provided. Please see https://aka.ms/azure-container-apps-yaml for a valid containerapps YAML spec.') from ex # Remove tags before converting from snake case to camel case, then re-add tags. We don't want to change the case of the tags. Need this since we're not using SDK tags = None @@ -2246,31 +2257,6 @@ def create_containerappsjob_yaml(cmd, name, resource_group_name, file_name, no_w containerappsjob_def = _convert_object_from_snake_to_camel_case(_object_to_dict(containerappsjob_def)) containerappsjob_def['tags'] = tags - # Validate managed environment - if not yaml_containerappsjob["properties"].get('environmentId'): - raise RequiredArgumentMissingError('environmentId is required. This can be retrieved using the `az containerapp env show -g MyResourceGroup -n MyContainerappEnvironment --query id` command. Please see https://aka.ms/azure-container-apps-yaml for a valid containerapps YAML spec.') - - containerappsjob_def["managedEnvironmentId"] = yaml_containerappsjob["properties"]['environmentId'] - env_id = containerappsjob_def["managedEnvironmentId"] - - # update configuration - config_def = JobConfigurationModel - config_def["secrets"] = yaml_containerappsjob.get('properties')['configuration']['secrets'] - config_def["triggerType"] = yaml_containerappsjob.get('properties')['configuration']['triggerType'] - config_def["replicaTimeout"] = yaml_containerappsjob.get('properties')['configuration']['replicaTimeout'] - config_def["replicaRetryLimit"] = yaml_containerappsjob.get('properties')['configuration']['replicaRetryLimit'] - config_def["manualTriggerConfig"] = yaml_containerappsjob.get('properties')['configuration']['manualTriggerConfig'] - config_def["scheduleTriggerConfig"] = yaml_containerappsjob.get('properties')['configuration']['scheduleTriggerConfig'] - config_def["registries"] = yaml_containerappsjob.get('properties')['configuration']['registries'] - containerappsjob_def['configuration'] = config_def - - # update template - template_def = JobTemplateModel - template_def["containers"] = yaml_containerappsjob.get('properties')['template']['containers'] - template_def["initContainers"] = yaml_containerappsjob.get('properties')['template']['initContainers'] - template_def["volumes"] = yaml_containerappsjob.get('properties')['template']['volumes'] - containerappsjob_def['template'] = template_def - # After deserializing, some properties may need to be moved under the "properties" attribute. Need this since we're not using SDK containerappsjob_def = process_loaded_yaml(containerappsjob_def) @@ -2278,6 +2264,15 @@ def create_containerappsjob_yaml(cmd, name, resource_group_name, file_name, no_w _remove_additional_attributes(containerappsjob_def) _remove_readonly_attributes(containerappsjob_def) + # Remove extra workloadProfileName introduced in deserialization + if "workloadProfileName" in containerappsjob_def: + del containerappsjob_def["workloadProfileName"] + + # Validate managed environment + if not containerappsjob_def["properties"].get('environmentId'): + raise RequiredArgumentMissingError('environmentId is required. This can be retrieved using the `az containerapp env show -g MyResourceGroup -n MyContainerappEnvironment --query id` command. Please see https://aka.ms/azure-container-apps-yaml for a valid containerapps YAML spec.') + + env_id = containerappsjob_def["properties"]['environmentId'] env_name = None env_rg = None env_info = None @@ -2287,7 +2282,7 @@ def create_containerappsjob_yaml(cmd, name, resource_group_name, file_name, no_w env_name = parsed_managed_env['name'] env_rg = parsed_managed_env['resource_group'] else: - raise ValidationError('Invalid managedEnvironmentId specified. Environment not found') + raise ValidationError('Invalid environmentId specified. Environment not found') try: env_info = ManagedEnvironmentClient.show(cmd=cmd, resource_group_name=env_rg, name=env_name) @@ -2315,30 +2310,41 @@ def create_containerappsjob_yaml(cmd, name, resource_group_name, file_name, no_w handle_raw_exception(e) -def update_containerappjob_yaml(cmd, name, resource_group_name, file_name, no_wait=False): +def update_containerappjob_yaml(cmd, name, resource_group_name, file_name, from_revision=None, no_wait=False): yaml_containerappsjob = process_loaded_yaml(load_yaml_file(file_name)) if type(yaml_containerappsjob) != dict: # pylint: disable=unidiomatic-typecheck - raise ValidationError('Invalid YAML provided. Please see https://aka.ms/azure-container-apps-yaml for a valid containerapps YAML spec.') + raise ValidationError('Invalid YAML provided. Please see https://aka.ms/azure-container-apps-yaml for a valid YAML spec.') if not yaml_containerappsjob.get('name'): yaml_containerappsjob['name'] = name elif yaml_containerappsjob.get('name').lower() != name.lower(): - logger.warning('The app name provided in the --yaml file "{}" does not match the one provided in the --name flag "{}". The one provided in the --yaml file will be used.'.format( - yaml_containerappsjob.get('name'), name)) + logger.warning('The job name provided in the --yaml file "{}" does not match the one provided in the --name flag "{}". The one provided in the --yaml file will be used.'.format(yaml_containerappsjob.get('name'), name)) name = yaml_containerappsjob.get('name') if not yaml_containerappsjob.get('type'): yaml_containerappsjob['type'] = 'Microsoft.App/jobs' elif yaml_containerappsjob.get('type').lower() != "microsoft.app/jobs": - raise ValidationError('Containerapp type must be \"Microsoft.App/jobs\"') + raise ValidationError('Container App Job type must be \"Microsoft.App/jobs\"') - # Deserialize the yaml into a ContainerApp object. Need this since we're not using SDK containerappsjob_def = None + + # Check if containerapp job exists + try: + containerappsjob_def = ContainerAppsJobClient.show(cmd=cmd, resource_group_name=resource_group_name, name=name) + except Exception: + pass + + if not containerappsjob_def: + raise ResourceNotFoundError("The containerapp job '{}' does not exist".format(name)) + existed_environment_id = containerappsjob_def['properties']['environmentId'] + containerappsjob_def = None + + # Deserialize the yaml into a ContainerApp job object. Need this since we're not using SDK try: deserializer = create_deserializer() containerappsjob_def = deserializer('ContainerAppsJob', yaml_containerappsjob) except DeserializationError as ex: - raise ValidationError('Invalid YAML provided. Please see https://aka.ms/azure-container-apps-yaml for a valid containerapps job YAML spec.') from ex + raise ValidationError('Invalid YAML provided. Please see https://aka.ms/azure-container-apps-yaml for a valid YAML spec.') from ex # Remove tags before converting from snake case to camel case, then re-add tags. We don't want to change the case of the tags. Need this since we're not using SDK tags = None @@ -2349,24 +2355,6 @@ def update_containerappjob_yaml(cmd, name, resource_group_name, file_name, no_wa containerappsjob_def = _convert_object_from_snake_to_camel_case(_object_to_dict(containerappsjob_def)) containerappsjob_def['tags'] = tags - # update configuration - config_def = JobConfigurationModel - config_def["secrets"] = yaml_containerappsjob.get('properties')['configuration']['secrets'] - config_def["triggerType"] = yaml_containerappsjob.get('properties')['configuration']['triggerType'] - config_def["replicaTimeout"] = yaml_containerappsjob.get('properties')['configuration']['replicaTimeout'] - config_def["replicaRetryLimit"] = yaml_containerappsjob.get('properties')['configuration']['replicaRetryLimit'] - config_def["manualTriggerConfig"] = yaml_containerappsjob.get('properties')['configuration']['manualTriggerConfig'] - config_def["scheduleTriggerConfig"] = yaml_containerappsjob.get('properties')['configuration']['scheduleTriggerConfig'] - config_def["registries"] = yaml_containerappsjob.get('properties')['configuration']['registries'] - containerappsjob_def['configuration'] = config_def - - # update template - template_def = JobTemplateModel - template_def["containers"] = yaml_containerappsjob.get('properties')['template']['containers'] - template_def["initContainers"] = yaml_containerappsjob.get('properties')['template']['initContainers'] - template_def["volumes"] = yaml_containerappsjob.get('properties')['template']['volumes'] - containerappsjob_def['template'] = template_def - # After deserializing, some properties may need to be moved under the "properties" attribute. Need this since we're not using SDK containerappsjob_def = process_loaded_yaml(containerappsjob_def) @@ -2374,40 +2362,28 @@ def update_containerappjob_yaml(cmd, name, resource_group_name, file_name, no_wa _remove_additional_attributes(containerappsjob_def) _remove_readonly_attributes(containerappsjob_def) - # Validate managed environment - if not containerappsjob_def["properties"].get('environmentId'): - raise RequiredArgumentMissingError('managedEnvironmentId is required. This can be retrieved using the `az containerapp env show -g MyResourceGroup -n MyContainerappEnvironment --query id` command. Please see https://aka.ms/azure-container-apps-yaml for a valid containerapps YAML spec.') - - env_id = containerappsjob_def["properties"]['environmentId'] - env_name = None - env_rg = None - env_info = None + secret_values = list_secrets_job(cmd=cmd, name=name, resource_group_name=resource_group_name, show_values=True) + _populate_secret_values(containerappsjob_def, secret_values) - if is_valid_resource_id(env_id): - parsed_managed_env = parse_resource_id(env_id) - env_name = parsed_managed_env['name'] - env_rg = parsed_managed_env['resource_group'] - else: - raise ValidationError('Invalid managedEnvironmentId specified. Environment not found') - - try: - env_info = ManagedEnvironmentClient.show(cmd=cmd, resource_group_name=env_rg, name=env_name) - except: - pass + # Clean null values since this is an update + containerappsjob_def = clean_null_values(containerappsjob_def) - if not env_info: - raise ValidationError("The environment '{}' in resource group '{}' was not found".format(env_name, env_rg)) + # If job to be updated is of triggerType 'event' then update scale + if safe_get(containerappsjob_def, "properties", "configuration", "triggerType") and containerappsjob_def["properties"]["configuration"]["triggerType"].lower() == "event": + if safe_get(yaml_containerappsjob, "properties", "configuration", "eventTriggerConfig", "scale"): + print("scale is present") + containerappsjob_def["properties"]["configuration"]["eventTriggerConfig"]["scale"] = yaml_containerappsjob["properties"]["configuration"]["eventTriggerConfig"]["scale"] - # Validate location - if not containerappsjob_def.get('location'): - containerappsjob_def['location'] = env_info['location'] + # Remove the environmentId in the PATCH payload if it has not been changed + if safe_get(containerappsjob_def, "properties", "environmentId") and safe_get(containerappsjob_def, "properties", "environmentId").lower() == existed_environment_id.lower(): + del containerappsjob_def["properties"]['environmentId'] try: - r = ContainerAppsJobClient.create_or_update( + r = ContainerAppsJobClient.update( cmd=cmd, resource_group_name=resource_group_name, name=name, containerapp_job_envelope=containerappsjob_def, no_wait=no_wait) - if "properties" in r and "provisioningState" in r["properties"] and r["properties"]["provisioningState"].lower() == "waiting" and not no_wait: - logger.warning('Containerapps job creation in progress. Please monitor the creation using `az containerapp job show -n {} -g {}`'.format( + if not no_wait and "properties" in r and "provisioningState" in r["properties"] and r["properties"]["provisioningState"].lower() == "waiting": + logger.warning('Containerapp job creation in progress. Please monitor the creation using `az containerapp job show -n {} -g {}`'.format( name, resource_group_name )) @@ -2606,6 +2582,129 @@ def show_managed_identity(cmd, name, resource_group_name): return r["identity"] +def assign_managed_identity_job(cmd, name, resource_group_name, system_assigned=False, user_assigned=None, no_wait=False): + _validate_subscription_registered(cmd, CONTAINER_APPS_RP) + containerappjob_def = None + + # Get containerapp job properties of CA we are updating + try: + containerappjob_def = ContainerAppsJobClient.show(cmd=cmd, resource_group_name=resource_group_name, name=name) + except: + pass + + if not containerappjob_def: + raise ResourceNotFoundError("The containerapp job '{}' does not exist".format(name)) + + _get_existing_secrets(cmd, resource_group_name, name, containerappjob_def, AppType.ContainerAppJob) + set_managed_identity(cmd, resource_group_name, containerappjob_def, system_assigned, user_assigned) + + try: + r = ContainerAppsJobClient.create_or_update( + cmd=cmd, resource_group_name=resource_group_name, name=name, containerapp_job_envelope=containerappjob_def, no_wait=no_wait) + # If identity is not returned, do nothing + return r["identity"] + + except Exception as e: + handle_raw_exception(e) + + +def remove_managed_identity_job(cmd, name, resource_group_name, system_assigned=False, user_assigned=None, no_wait=False): + _validate_subscription_registered(cmd, CONTAINER_APPS_RP) + + remove_system_identity = system_assigned + remove_user_identities = user_assigned + + if user_assigned: + remove_id_size = len(remove_user_identities) + + # Remove duplicate identities that are passed and notify + remove_user_identities = list(set(remove_user_identities)) + if remove_id_size != len(remove_user_identities): + logger.warning("At least one identity was passed twice.") + + containerappjob_def = None + # Get containerapp job properties of CA we are updating + try: + containerappjob_def = ContainerAppsJobClient.show(cmd=cmd, resource_group_name=resource_group_name, name=name) + except: + pass + + if not containerappjob_def: + raise ResourceNotFoundError("The containerapp job '{}' does not exist".format(name)) + + _get_existing_secrets(cmd, resource_group_name, name, containerappjob_def, AppType.ContainerAppJob) + + # If identity not returned + try: + containerappjob_def["identity"] + containerappjob_def["identity"]["type"] + except: + containerappjob_def["identity"] = {} + containerappjob_def["identity"]["type"] = "None" + + if containerappjob_def["identity"]["type"] == "None": + raise InvalidArgumentValueError("The containerapp job {} has no system or user assigned identities.".format(name)) + + if remove_system_identity: + if containerappjob_def["identity"]["type"] == "UserAssigned": + raise InvalidArgumentValueError("The containerapp job {} has no system assigned identities.".format(name)) + containerappjob_def["identity"]["type"] = ("None" if containerappjob_def["identity"]["type"] == "SystemAssigned" else "UserAssigned") + + if isinstance(user_assigned, list) and not user_assigned: + containerappjob_def["identity"]["userAssignedIdentities"] = {} + remove_user_identities = [] + + if containerappjob_def["identity"]["userAssignedIdentities"] == {}: + containerappjob_def["identity"]["userAssignedIdentities"] = None + containerappjob_def["identity"]["type"] = ("None" if containerappjob_def["identity"]["type"] == "UserAssigned" else "SystemAssigned") + + if remove_user_identities: + subscription_id = get_subscription_id(cmd.cli_ctx) + try: + containerappjob_def["identity"]["userAssignedIdentities"] + except: + containerappjob_def["identity"]["userAssignedIdentities"] = {} + for remove_id in remove_user_identities: + given_id = remove_id + remove_id = _ensure_identity_resource_id(subscription_id, resource_group_name, remove_id) + wasRemoved = False + + for old_user_identity in containerappjob_def["identity"]["userAssignedIdentities"]: + if old_user_identity.lower() == remove_id.lower(): + containerappjob_def["identity"]["userAssignedIdentities"].pop(old_user_identity) + wasRemoved = True + break + + if not wasRemoved: + raise InvalidArgumentValueError("The containerapp job does not have specified user identity '{}' assigned, so it cannot be removed.".format(given_id)) + + if containerappjob_def["identity"]["userAssignedIdentities"] == {}: + containerappjob_def["identity"]["userAssignedIdentities"] = None + containerappjob_def["identity"]["type"] = ("None" if containerappjob_def["identity"]["type"] == "UserAssigned" else "SystemAssigned") + + try: + r = ContainerAppsJobClient.create_or_update(cmd=cmd, resource_group_name=resource_group_name, name=name, containerapp_job_envelope=containerappjob_def, no_wait=no_wait) + return r["identity"] + except Exception as e: + handle_raw_exception(e) + + +def show_managed_identity_job(cmd, name, resource_group_name): + _validate_subscription_registered(cmd, CONTAINER_APPS_RP) + + try: + r = ContainerAppsJobClient.show(cmd=cmd, resource_group_name=resource_group_name, name=name) + except CLIError as e: + handle_raw_exception(e) + + try: + return r["identity"] + except: + r["identity"] = {} + r["identity"]["type"] = "None" + return r["identity"] + + def _validate_github(repo, branch, token): from github import Github, GithubException from github.GithubException import BadCredentialsException @@ -3729,6 +3828,120 @@ def set_secrets(cmd, name, resource_group_name, secrets, handle_raw_exception(e) +def list_secrets_job(cmd, name, resource_group_name, show_values=False): + _validate_subscription_registered(cmd, CONTAINER_APPS_RP) + + containerappjob_def = None + try: + r = containerappjob_def = ContainerAppsJobClient.show(cmd=cmd, resource_group_name=resource_group_name, name=name) + except: + pass + + if not containerappjob_def: + raise ResourceNotFoundError("The containerapp job '{}' does not exist".format(name)) + + if not show_values: + try: + return r["properties"]["configuration"]["secrets"] + except: + return [] + try: + return ContainerAppsJobClient.list_secrets(cmd=cmd, resource_group_name=resource_group_name, name=name)["value"] + except Exception: + return [] + # raise ValidationError("The containerapp job {} has no assigned secrets.".format(name)) from e + + +def show_secret_job(cmd, name, resource_group_name, secret_name): + _validate_subscription_registered(cmd, CONTAINER_APPS_RP) + + containerappjob_def = None + try: + containerappjob_def = ContainerAppsJobClient.show(cmd=cmd, resource_group_name=resource_group_name, name=name) + except: + pass + + if not containerappjob_def: + raise ResourceNotFoundError("The containerapp job '{}' does not exist".format(name)) + + r = ContainerAppsJobClient.list_secrets(cmd=cmd, resource_group_name=resource_group_name, name=name) + for secret in r["value"]: + if secret["name"].lower() == secret_name.lower(): + return secret + raise ValidationError("The containerapp job {} does not have a secret assigned with name {}.".format(name, secret_name)) + + +def remove_secrets_job(cmd, name, resource_group_name, secret_names, no_wait=False): + _validate_subscription_registered(cmd, CONTAINER_APPS_RP) + + containerappjob_def = None + try: + containerappjob_def = ContainerAppsJobClient.show(cmd=cmd, resource_group_name=resource_group_name, name=name) + except: + pass + + if not containerappjob_def: + raise ResourceNotFoundError("The containerapp job '{}' does not exist".format(name)) + + _get_existing_secrets(cmd, resource_group_name, name, containerappjob_def, AppType.ContainerAppJob) + + for secret_name in secret_names: + wasRemoved = False + for secret in containerappjob_def["properties"]["configuration"]["secrets"]: + if secret["name"].lower() == secret_name.lower(): + _remove_secret(containerappjob_def, secret_name=secret["name"]) + wasRemoved = True + break + if not wasRemoved: + raise ValidationError("The containerapp job {} does not have a secret assigned with name {}.".format(name, secret_name)) + try: + r = ContainerAppsJobClient.create_or_update( + cmd=cmd, resource_group_name=resource_group_name, name=name, containerapp_job_envelope=containerappjob_def, no_wait=no_wait) + logger.warning("Secret(s) successfully removed.") + try: + return r["properties"]["configuration"]["secrets"] + # No secrets to return + except: + pass + except Exception as e: + handle_raw_exception(e) + + +def set_secrets_job(cmd, name, resource_group_name, secrets, + # yaml=None, + disable_max_length=False, + no_wait=False): + _validate_subscription_registered(cmd, CONTAINER_APPS_RP) + + for s in secrets: + if s: + parsed = s.split("=") + if parsed: + if len(parsed[0]) > MAXIMUM_SECRET_LENGTH and not disable_max_length: + raise ValidationError(f"Secret names cannot be longer than {MAXIMUM_SECRET_LENGTH}. " + f"Please shorten {parsed[0]}") + + containerappjob_def = None + try: + containerappjob_def = ContainerAppsJobClient.show(cmd=cmd, resource_group_name=resource_group_name, name=name) + except: + pass + + if not containerappjob_def: + raise ResourceNotFoundError("The containerapp job '{}' does not exist".format(name)) + + _get_existing_secrets(cmd, resource_group_name, name, containerappjob_def, AppType.ContainerAppJob) + _add_or_update_secrets(containerappjob_def, parse_secret_flags(secrets)) + + try: + r = ContainerAppsJobClient.create_or_update( + cmd=cmd, resource_group_name=resource_group_name, name=name, containerapp_job_envelope=containerappjob_def, no_wait=no_wait) + logger.warning("Containerapp job '{}' executions triggered now will have the added/updated secret.".format(name)) + return r["properties"]["configuration"]["secrets"] + except Exception as e: + handle_raw_exception(e) + + def enable_dapr(cmd, name, resource_group_name, dapr_app_id=None, dapr_app_port=None, @@ -4047,13 +4260,11 @@ def containerapp_up(cmd, from ._up_utils import (_validate_up_args, _reformat_image, _get_dockerfile_content, _get_ingress_and_target_port, ResourceGroup, ContainerAppEnvironment, ContainerApp, _get_registry_from_app, _get_registry_details, _create_github_action, _set_up_defaults, up_output, - check_env_name_on_rg, get_token, _validate_containerapp_name, _has_dockerfile) + check_env_name_on_rg, get_token, _has_dockerfile) from ._github_oauth import cache_github_token HELLOWORLD = "mcr.microsoft.com/k8se/quickstart" dockerfile = "Dockerfile" # for now the dockerfile name must be "Dockerfile" (until GH actions API is updated) - _validate_containerapp_name(name) - register_provider_if_needed(cmd, CONTAINER_APPS_RP) _validate_up_args(cmd, source, image, repo, registry_server) validate_container_app_name(name, AppType.ContainerApp.name) diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_acr_task/app.js b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_acr_task/app.js new file mode 100644 index 00000000000..62dff0d03ae --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_acr_task/app.js @@ -0,0 +1,41 @@ +var createError = require('http-errors'); +var express = require('express'); +var path = require('path'); +var cookieParser = require('cookie-parser'); +var logger = require('morgan'); + +var indexRouter = require('./routes/index'); +var usersRouter = require('./routes/users'); + +var app = express(); + +// view engine setup +app.set('views', path.join(__dirname, 'views')); +app.set('view engine', 'ejs'); + +app.use(logger('dev')); +app.use(express.json()); +app.use(express.urlencoded({ extended: false })); +app.use(cookieParser()); +app.use(express.static(path.join(__dirname, 'public'))); + +app.use('/', indexRouter); +app.use('/users', usersRouter); + +// catch 404 and forward to error handler +app.use(function(req, res, next) { + next(createError(404)); +}); + +// error handler +app.use(function(err, req, res, next) { + // set locals, only providing error in development + res.locals.message = err.message; + res.locals.error = req.app.get('env') === 'development' ? err : {}; + + // render the error page + res.status(err.status || 500); + res.render('error'); +}); + +module.exports = app; diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_acr_task/bin/www b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_acr_task/bin/www new file mode 100644 index 00000000000..4c14acc577d --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_acr_task/bin/www @@ -0,0 +1,90 @@ +#!/usr/bin/env node + +/** + * Module dependencies. + */ + +var app = require('../app'); +var debug = require('debug')('myexpressapp:server'); +var http = require('http'); + +/** + * Get port from environment and store in Express. + */ + +var port = normalizePort(process.env.PORT || '3000'); +app.set('port', port); + +/** + * Create HTTP server. + */ + +var server = http.createServer(app); + +/** + * Listen on provided port, on all network interfaces. + */ + +server.listen(port); +server.on('error', onError); +server.on('listening', onListening); + +/** + * Normalize a port into a number, string, or false. + */ + +function normalizePort(val) { + var port = parseInt(val, 10); + + if (isNaN(port)) { + // named pipe + return val; + } + + if (port >= 0) { + // port number + return port; + } + + return false; +} + +/** + * Event listener for HTTP server "error" event. + */ + +function onError(error) { + if (error.syscall !== 'listen') { + throw error; + } + + var bind = typeof port === 'string' + ? 'Pipe ' + port + : 'Port ' + port; + + // handle specific listen errors with friendly messages + switch (error.code) { + case 'EACCES': + console.error(bind + ' requires elevated privileges'); + process.exit(1); + break; + case 'EADDRINUSE': + console.error(bind + ' is already in use'); + process.exit(1); + break; + default: + throw error; + } +} + +/** + * Event listener for HTTP server "listening" event. + */ + +function onListening() { + var addr = server.address(); + var bind = typeof addr === 'string' + ? 'pipe ' + addr + : 'port ' + addr.port; + debug('Listening on ' + bind); +} diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_acr_task/package.json b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_acr_task/package.json new file mode 100644 index 00000000000..f82aef88303 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_acr_task/package.json @@ -0,0 +1,16 @@ +{ + "name": "myexpressapp", + "version": "0.0.0", + "private": true, + "scripts": { + "start": "node ./bin/www" + }, + "dependencies": { + "cookie-parser": "~1.4.4", + "debug": "~2.6.9", + "ejs": "~2.6.1", + "express": "~4.16.1", + "http-errors": "~1.6.3", + "morgan": "~1.9.1" + } +} diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_acr_task/public/stylesheets/style.css b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_acr_task/public/stylesheets/style.css new file mode 100644 index 00000000000..9453385b991 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_acr_task/public/stylesheets/style.css @@ -0,0 +1,8 @@ +body { + padding: 50px; + font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; +} + +a { + color: #00B7FF; +} diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_acr_task/routes/index.js b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_acr_task/routes/index.js new file mode 100644 index 00000000000..ecca96a56b3 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_acr_task/routes/index.js @@ -0,0 +1,9 @@ +var express = require('express'); +var router = express.Router(); + +/* GET home page. */ +router.get('/', function(req, res, next) { + res.render('index', { title: 'Express' }); +}); + +module.exports = router; diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_acr_task/routes/users.js b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_acr_task/routes/users.js new file mode 100644 index 00000000000..623e4302bee --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_acr_task/routes/users.js @@ -0,0 +1,9 @@ +var express = require('express'); +var router = express.Router(); + +/* GET users listing. */ +router.get('/', function(req, res, next) { + res.send('respond with a resource'); +}); + +module.exports = router; diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_acr_task/views/error.ejs b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_acr_task/views/error.ejs new file mode 100644 index 00000000000..7cf94edf1ad --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_acr_task/views/error.ejs @@ -0,0 +1,3 @@ +

<%= message %>

+

<%= error.status %>

+
<%= error.stack %>
diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_acr_task/views/index.ejs b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_acr_task/views/index.ejs new file mode 100644 index 00000000000..7b7a1d6dee0 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_acr_task/views/index.ejs @@ -0,0 +1,11 @@ + + + + <%= title %> + + + +

<%= title %>

+

Welcome to <%= title %>

+ + diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/HelloWorldApp.csproj b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/HelloWorldApp.csproj new file mode 100644 index 00000000000..35ad5ee2ea9 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/HelloWorldApp.csproj @@ -0,0 +1,13 @@ + + + + net7.0 + enable + enable + + + + + + + diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/Error.cshtml b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/Error.cshtml new file mode 100644 index 00000000000..09da0d2d0d3 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/Error.cshtml @@ -0,0 +1,26 @@ +@page +@model ErrorModel +@{ + ViewData["Title"] = "Error"; +} + +

Error.

+

An error occurred while processing your request.

+ +@if (Model.ShowRequestId) +{ +

+ Request ID: @Model.RequestId +

+} + +

Development Mode

+

+ Swapping to the Development environment displays detailed information about the error that occurred. +

+

+ The Development environment shouldn't be enabled for deployed applications. + It can result in displaying sensitive information from exceptions to end users. + For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development + and restarting the app. +

diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/Error.cshtml.cs b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/Error.cshtml.cs new file mode 100644 index 00000000000..c0939d66084 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/Error.cshtml.cs @@ -0,0 +1,27 @@ +using System.Diagnostics; +using Microsoft.AspNetCore.Mvc; +using Microsoft.AspNetCore.Mvc.RazorPages; + +namespace HelloWorldApp.Pages; + +[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)] +[IgnoreAntiforgeryToken] +public class ErrorModel : PageModel +{ + public string? RequestId { get; set; } + + public bool ShowRequestId => !string.IsNullOrEmpty(RequestId); + + private readonly ILogger _logger; + + public ErrorModel(ILogger logger) + { + _logger = logger; + } + + public void OnGet() + { + RequestId = Activity.Current?.Id ?? HttpContext.TraceIdentifier; + } +} + diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/Index.cshtml b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/Index.cshtml new file mode 100644 index 00000000000..3c8b2d95ea5 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/Index.cshtml @@ -0,0 +1,10 @@ +@page +@model IndexModel +@{ + ViewData["Title"] = "Home page"; +} + +
+

Hello, world!

+

Learn about building Web apps with ASP.NET Core.

+
diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/Index.cshtml.cs b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/Index.cshtml.cs new file mode 100644 index 00000000000..9965c821851 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/Index.cshtml.cs @@ -0,0 +1,19 @@ +using Microsoft.AspNetCore.Mvc; +using Microsoft.AspNetCore.Mvc.RazorPages; + +namespace HelloWorldApp.Pages; + +public class IndexModel : PageModel +{ + private readonly ILogger _logger; + + public IndexModel(ILogger logger) + { + _logger = logger; + } + + public void OnGet() + { + + } +} diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/Privacy.cshtml b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/Privacy.cshtml new file mode 100644 index 00000000000..5c16860c9b3 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/Privacy.cshtml @@ -0,0 +1,8 @@ +@page +@model PrivacyModel +@{ + ViewData["Title"] = "Privacy Policy"; +} +

@ViewData["Title"]

+ +

Use this page to detail your site's privacy policy.

diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/Privacy.cshtml.cs b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/Privacy.cshtml.cs new file mode 100644 index 00000000000..3210038665f --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/Privacy.cshtml.cs @@ -0,0 +1,19 @@ +using Microsoft.AspNetCore.Mvc; +using Microsoft.AspNetCore.Mvc.RazorPages; + +namespace HelloWorldApp.Pages; + +public class PrivacyModel : PageModel +{ + private readonly ILogger _logger; + + public PrivacyModel(ILogger logger) + { + _logger = logger; + } + + public void OnGet() + { + } +} + diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/Shared/_Layout.cshtml b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/Shared/_Layout.cshtml new file mode 100644 index 00000000000..439269c8e13 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/Shared/_Layout.cshtml @@ -0,0 +1,51 @@ + + + + + + @ViewData["Title"] - HelloWorldApp + + + + + +
+ +
+
+
+ @RenderBody() +
+
+ +
+
+ © 2023 - HelloWorldApp - Privacy +
+
+ + + + + + @await RenderSectionAsync("Scripts", required: false) + + \ No newline at end of file diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/Shared/_Layout.cshtml.css b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/Shared/_Layout.cshtml.css new file mode 100644 index 00000000000..c04d2dfc857 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/Shared/_Layout.cshtml.css @@ -0,0 +1,48 @@ +/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification +for details on configuring this project to bundle and minify static web assets. */ + +a.navbar-brand { + white-space: normal; + text-align: center; + word-break: break-all; +} + +a { + color: #0077cc; +} + +.btn-primary { + color: #fff; + background-color: #1b6ec2; + border-color: #1861ac; +} + +.nav-pills .nav-link.active, .nav-pills .show > .nav-link { + color: #fff; + background-color: #1b6ec2; + border-color: #1861ac; +} + +.border-top { + border-top: 1px solid #e5e5e5; +} +.border-bottom { + border-bottom: 1px solid #e5e5e5; +} + +.box-shadow { + box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); +} + +button.accept-policy { + font-size: 1rem; + line-height: inherit; +} + +.footer { + position: absolute; + bottom: 0; + width: 100%; + white-space: nowrap; + line-height: 60px; +} diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/Shared/_ValidationScriptsPartial.cshtml b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/Shared/_ValidationScriptsPartial.cshtml new file mode 100644 index 00000000000..ff9c7938e71 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/Shared/_ValidationScriptsPartial.cshtml @@ -0,0 +1,2 @@ + + diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/_ViewImports.cshtml b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/_ViewImports.cshtml new file mode 100644 index 00000000000..5c149adacb2 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/_ViewImports.cshtml @@ -0,0 +1,3 @@ +@using HelloWorldApp +@namespace HelloWorldApp.Pages +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/_ViewStart.cshtml b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/_ViewStart.cshtml new file mode 100644 index 00000000000..6e88aa3262b --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Pages/_ViewStart.cshtml @@ -0,0 +1,3 @@ +@{ + Layout = "_Layout"; +} diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Program.cs b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Program.cs new file mode 100644 index 00000000000..b580f44d62d --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Program.cs @@ -0,0 +1,25 @@ +var builder = WebApplication.CreateBuilder(args); + +// Add services to the container. +builder.Services.AddRazorPages(); + +var app = builder.Build(); + +// Configure the HTTP request pipeline. +if (!app.Environment.IsDevelopment()) +{ + app.UseExceptionHandler("/Error"); + // The default HSTS value is 30 days. You may want to change this for production scenarios, see https://aka.ms/aspnetcore-hsts. + app.UseHsts(); +} + +app.UseHttpsRedirection(); +app.UseStaticFiles(); + +app.UseRouting(); + +app.UseAuthorization(); + +app.MapRazorPages(); + +app.Run(); diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Properties/launchSettings.json b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Properties/launchSettings.json new file mode 100644 index 00000000000..c2d383be565 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/Properties/launchSettings.json @@ -0,0 +1,37 @@ +{ + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:28306", + "sslPort": 44381 + } + }, + "profiles": { + "http": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "applicationUrl": "http://localhost:5086", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "https": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "applicationUrl": "https://localhost:7118;http://localhost:5086", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/appsettings.Development.json b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/appsettings.Development.json new file mode 100644 index 00000000000..f042c671dd3 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/appsettings.Development.json @@ -0,0 +1,9 @@ +{ + "DetailedErrors": true, + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + } +} diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/appsettings.json b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/appsettings.json new file mode 100644 index 00000000000..4d566948de4 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/appsettings.json @@ -0,0 +1,9 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + }, + "AllowedHosts": "*" +} diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/wwwroot/css/site.css b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/wwwroot/css/site.css new file mode 100644 index 00000000000..f8a013d4716 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/wwwroot/css/site.css @@ -0,0 +1,22 @@ +html { + font-size: 14px; +} + +@media (min-width: 768px) { + html { + font-size: 16px; + } +} + +.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus { + box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb; +} + +html { + position: relative; + min-height: 100%; +} + +body { + margin-bottom: 60px; +} \ No newline at end of file diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/wwwroot/favicon.ico b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/wwwroot/favicon.ico new file mode 100644 index 00000000000..63e859b476e Binary files /dev/null and b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/wwwroot/favicon.ico differ diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/wwwroot/js/site.js b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/wwwroot/js/site.js new file mode 100644 index 00000000000..b2f58e17490 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_buildpack/wwwroot/js/site.js @@ -0,0 +1,4 @@ +// Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification +// for details on configuring this project to bundle and minify static web assets. + +// Write your JavaScript code. diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/.dockerignore b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/.dockerignore new file mode 100644 index 00000000000..bdca33b44c1 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/.dockerignore @@ -0,0 +1,25 @@ +**/.classpath +**/.dockerignore +**/.env +**/.git +**/.gitignore +**/.project +**/.settings +**/.toolstarget +**/.vs +**/.vscode +**/*.*proj.user +**/*.dbmdl +**/*.jfm +**/azds.yaml +**/bin +**/charts +**/docker-compose* +**/Dockerfile* +**/node_modules +**/npm-debug.log +**/obj +**/secrets.dev.yaml +**/values.dev.yaml +LICENSE +README.md \ No newline at end of file diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Dockerfile b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Dockerfile new file mode 100644 index 00000000000..7b54e12e54b --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Dockerfile @@ -0,0 +1,22 @@ +#See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging. + +FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base +WORKDIR /app +EXPOSE 80 +EXPOSE 443 + +FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build +WORKDIR /src +COPY ["TestWebApp202305.csproj", "."] +RUN dotnet restore "./TestWebApp202305.csproj" +COPY . . +WORKDIR "/src/." +RUN dotnet build "TestWebApp202305.csproj" -c Release -o /app/build + +FROM build AS publish +RUN dotnet publish "TestWebApp202305.csproj" -c Release -o /app/publish /p:UseAppHost=false + +FROM base AS final +WORKDIR /app +COPY --from=publish /app/publish . +ENTRYPOINT ["dotnet", "TestWebApp202305.dll"] \ No newline at end of file diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/Error.cshtml b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/Error.cshtml new file mode 100644 index 00000000000..09da0d2d0d3 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/Error.cshtml @@ -0,0 +1,26 @@ +@page +@model ErrorModel +@{ + ViewData["Title"] = "Error"; +} + +

Error.

+

An error occurred while processing your request.

+ +@if (Model.ShowRequestId) +{ +

+ Request ID: @Model.RequestId +

+} + +

Development Mode

+

+ Swapping to the Development environment displays detailed information about the error that occurred. +

+

+ The Development environment shouldn't be enabled for deployed applications. + It can result in displaying sensitive information from exceptions to end users. + For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development + and restarting the app. +

diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/Error.cshtml.cs b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/Error.cshtml.cs new file mode 100644 index 00000000000..5f4c7bd76e2 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/Error.cshtml.cs @@ -0,0 +1,27 @@ +using Microsoft.AspNetCore.Mvc; +using Microsoft.AspNetCore.Mvc.RazorPages; +using System.Diagnostics; + +namespace TestWebApp202305.Pages +{ + [ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)] + [IgnoreAntiforgeryToken] + public class ErrorModel : PageModel + { + public string? RequestId { get; set; } + + public bool ShowRequestId => !string.IsNullOrEmpty(RequestId); + + private readonly ILogger _logger; + + public ErrorModel(ILogger logger) + { + _logger = logger; + } + + public void OnGet() + { + RequestId = Activity.Current?.Id ?? HttpContext.TraceIdentifier; + } + } +} \ No newline at end of file diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/Index.cshtml b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/Index.cshtml new file mode 100644 index 00000000000..8a5f8e3d13d --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/Index.cshtml @@ -0,0 +1,10 @@ +@page +@model IndexModel +@{ + ViewData["Title"] = "Home page"; +} + +
+

Welcome

+

Learn about building Web apps with ASP.NET Core.

+
diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/Index.cshtml.cs b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/Index.cshtml.cs new file mode 100644 index 00000000000..989bd68a416 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/Index.cshtml.cs @@ -0,0 +1,20 @@ +using Microsoft.AspNetCore.Mvc; +using Microsoft.AspNetCore.Mvc.RazorPages; + +namespace TestWebApp202305.Pages +{ + public class IndexModel : PageModel + { + private readonly ILogger _logger; + + public IndexModel(ILogger logger) + { + _logger = logger; + } + + public void OnGet() + { + + } + } +} \ No newline at end of file diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/Privacy.cshtml b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/Privacy.cshtml new file mode 100644 index 00000000000..5c16860c9b3 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/Privacy.cshtml @@ -0,0 +1,8 @@ +@page +@model PrivacyModel +@{ + ViewData["Title"] = "Privacy Policy"; +} +

@ViewData["Title"]

+ +

Use this page to detail your site's privacy policy.

diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/Privacy.cshtml.cs b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/Privacy.cshtml.cs new file mode 100644 index 00000000000..c21837888a1 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/Privacy.cshtml.cs @@ -0,0 +1,19 @@ +using Microsoft.AspNetCore.Mvc; +using Microsoft.AspNetCore.Mvc.RazorPages; + +namespace TestWebApp202305.Pages +{ + public class PrivacyModel : PageModel + { + private readonly ILogger _logger; + + public PrivacyModel(ILogger logger) + { + _logger = logger; + } + + public void OnGet() + { + } + } +} \ No newline at end of file diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/Shared/_Layout.cshtml b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/Shared/_Layout.cshtml new file mode 100644 index 00000000000..ed29311a463 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/Shared/_Layout.cshtml @@ -0,0 +1,51 @@ + + + + + + @ViewData["Title"] - TestWebApp202305 + + + + + +
+ +
+
+
+ @RenderBody() +
+
+ +
+
+ © 2023 - TestWebApp202305 - Privacy +
+
+ + + + + + @await RenderSectionAsync("Scripts", required: false) + + \ No newline at end of file diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/Shared/_Layout.cshtml.css b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/Shared/_Layout.cshtml.css new file mode 100644 index 00000000000..c04d2dfc857 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/Shared/_Layout.cshtml.css @@ -0,0 +1,48 @@ +/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification +for details on configuring this project to bundle and minify static web assets. */ + +a.navbar-brand { + white-space: normal; + text-align: center; + word-break: break-all; +} + +a { + color: #0077cc; +} + +.btn-primary { + color: #fff; + background-color: #1b6ec2; + border-color: #1861ac; +} + +.nav-pills .nav-link.active, .nav-pills .show > .nav-link { + color: #fff; + background-color: #1b6ec2; + border-color: #1861ac; +} + +.border-top { + border-top: 1px solid #e5e5e5; +} +.border-bottom { + border-bottom: 1px solid #e5e5e5; +} + +.box-shadow { + box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); +} + +button.accept-policy { + font-size: 1rem; + line-height: inherit; +} + +.footer { + position: absolute; + bottom: 0; + width: 100%; + white-space: nowrap; + line-height: 60px; +} diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/Shared/_ValidationScriptsPartial.cshtml b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/Shared/_ValidationScriptsPartial.cshtml new file mode 100644 index 00000000000..ff9c7938e71 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/Shared/_ValidationScriptsPartial.cshtml @@ -0,0 +1,2 @@ + + diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/_ViewImports.cshtml b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/_ViewImports.cshtml new file mode 100644 index 00000000000..ac296fe7493 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/_ViewImports.cshtml @@ -0,0 +1,3 @@ +@using TestWebApp202305 +@namespace TestWebApp202305.Pages +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/_ViewStart.cshtml b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/_ViewStart.cshtml new file mode 100644 index 00000000000..6e88aa3262b --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Pages/_ViewStart.cshtml @@ -0,0 +1,3 @@ +@{ + Layout = "_Layout"; +} diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Program.cs b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Program.cs new file mode 100644 index 00000000000..b580f44d62d --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Program.cs @@ -0,0 +1,25 @@ +var builder = WebApplication.CreateBuilder(args); + +// Add services to the container. +builder.Services.AddRazorPages(); + +var app = builder.Build(); + +// Configure the HTTP request pipeline. +if (!app.Environment.IsDevelopment()) +{ + app.UseExceptionHandler("/Error"); + // The default HSTS value is 30 days. You may want to change this for production scenarios, see https://aka.ms/aspnetcore-hsts. + app.UseHsts(); +} + +app.UseHttpsRedirection(); +app.UseStaticFiles(); + +app.UseRouting(); + +app.UseAuthorization(); + +app.MapRazorPages(); + +app.Run(); diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Properties/launchSettings.json b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Properties/launchSettings.json new file mode 100644 index 00000000000..7bd81cfe4a1 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/Properties/launchSettings.json @@ -0,0 +1,35 @@ +{ + "profiles": { + "TestWebApp202305": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "dotnetRunMessages": true, + "applicationUrl": "https://localhost:7095;http://localhost:5114" + }, + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "Docker": { + "commandName": "Docker", + "launchBrowser": true, + "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", + "publishAllPorts": true, + "useSSL": true + } + }, + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:40936", + "sslPort": 44350 + } + } +} \ No newline at end of file diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/TestWebApp202305.csproj b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/TestWebApp202305.csproj new file mode 100644 index 00000000000..64de5cdcbc5 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/TestWebApp202305.csproj @@ -0,0 +1,16 @@ + + + + net6.0 + enable + enable + 546d15d2-b889-4cb2-8a29-5b0cea7e26a9 + Linux + . + + + + + + + diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/appsettings.Development.json b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/appsettings.Development.json new file mode 100644 index 00000000000..f042c671dd3 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/appsettings.Development.json @@ -0,0 +1,9 @@ +{ + "DetailedErrors": true, + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + } +} diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/appsettings.json b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/appsettings.json new file mode 100644 index 00000000000..4d566948de4 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/appsettings.json @@ -0,0 +1,9 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + }, + "AllowedHosts": "*" +} diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/wwwroot/css/site.css b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/wwwroot/css/site.css new file mode 100644 index 00000000000..50d5b608d4e --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/wwwroot/css/site.css @@ -0,0 +1,18 @@ +html { + font-size: 14px; +} + +@media (min-width: 768px) { + html { + font-size: 16px; + } +} + +html { + position: relative; + min-height: 100%; +} + +body { + margin-bottom: 60px; +} \ No newline at end of file diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/wwwroot/favicon.ico b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/wwwroot/favicon.ico new file mode 100644 index 00000000000..63e859b476e Binary files /dev/null and b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/wwwroot/favicon.ico differ diff --git a/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/wwwroot/js/site.js b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/wwwroot/js/site.js new file mode 100644 index 00000000000..b2f58e17490 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/data/source_built_using_dockerfile/wwwroot/js/site.js @@ -0,0 +1,4 @@ +// Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification +// for details on configuring this project to bundle and minify static web assets. + +// Write your JavaScript code. diff --git a/src/containerapp/azext_containerapp/tests/latest/recordings/test_container_app_mount_azurefile_e2e.yaml b/src/containerapp/azext_containerapp/tests/latest/recordings/test_container_app_mount_azurefile_e2e.yaml new file mode 100644 index 00000000000..489d32a58d7 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/recordings/test_container_app_mount_azurefile_e2e.yaml @@ -0,0 +1,3523 @@ +interactions: +- request: + body: '{"sku": {"name": "Standard_LRS"}, "kind": "StorageV2", "location": "eastus", + "properties": {"encryption": {"services": {"blob": {}}, "keySource": "Microsoft.Storage"}, + "largeFileSharesState": "Enabled"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + Content-Length: + - '203' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --location --kind --sku --enable-large-file-share + --output + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/storage000004?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + content-type: + - text/plain; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:13:30 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/d3c17869-5f80-45e1-b105-43f2d3d75e44?monitor=true&api-version=2022-09-01 + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 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: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --kind --sku --enable-large-file-share + --output + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/d3c17869-5f80-45e1-b105-43f2d3d75e44?monitor=true&api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + content-type: + - text/plain; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:13:30 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/d3c17869-5f80-45e1-b105-43f2d3d75e44?monitor=true&api-version=2022-09-01 + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + 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: + - storage account create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --kind --sku --enable-large-file-share + --output + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/d3c17869-5f80-45e1-b105-43f2d3d75e44?monitor=true&api-version=2022-09-01 + response: + body: + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/storage000004","name":"storage000004","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-06-14T05:13:29.6993398Z","key2":"2023-06-14T05:13:29.6993398Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"largeFileSharesState":"Enabled","networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-06-14T05:13:29.6993398Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-06-14T05:13:29.6993398Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-06-14T05:13:29.5274651Z","primaryEndpoints":{"dfs":"https://storage000004.dfs.core.windows.net/","web":"https://storage000004.z13.web.core.windows.net/","blob":"https://storage000004.blob.core.windows.net/","queue":"https://storage000004.queue.core.windows.net/","table":"https://storage000004.table.core.windows.net/","file":"https://storage000004.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}}' + headers: + cache-control: + - no-cache + content-length: + - '1431' + content-type: + - application/json + date: + - Wed, 14 Jun 2023 05:13:49 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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 + status: + code: 200 + message: OK +- request: + body: '{"properties": {"shareQuota": 1024, "enabledProtocols": "SMB"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage share-rm create + Connection: + - keep-alive + Content-Length: + - '63' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --storage-account --name --quota --enabled-protocols --output + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/storage000004/fileServices/default/shares/share000005?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/storage000004/fileServices/default/shares/share000005","name":"share000005","type":"Microsoft.Storage/storageAccounts/fileServices/shares","properties":{"shareQuota":1024,"enabledProtocols":"SMB"}}' + headers: + cache-control: + - no-cache + content-length: + - '332' + content-type: + - application/json + date: + - Wed, 14 Jun 2023 05:13:51 GMT + etag: + - '"0x8DB6C962469FD20"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 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: '{"location": "eastus", "properties": {"retentionInDays": 30, "sku": {"name": + "PerGB2018"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace create + Connection: + - keep-alive + Content-Length: + - '91' + Content-Type: + - application/json + ParameterSetName: + - -g -n -l + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000006?api-version=2021-12-01-preview + response: + body: + string: '{"properties":{"customerId":"16b9afe2-cf8c-4377-ac50-8552717dd000","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-06-14T05:13:57.0104352Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-14T09:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-06-14T05:13:57.0104352Z","modifiedDate":"2023-06-14T05:13:57.0104352Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000006","name":"containerapp-env000006","type":"Microsoft.OperationalInsights/workspaces"}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2021-12-01-preview + cache-control: + - no-cache + content-length: + - '851' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:13:58 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000006?api-version=2021-12-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace create + Connection: + - keep-alive + ParameterSetName: + - -g -n -l + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000006?api-version=2021-12-01-preview + response: + body: + string: '{"properties":{"customerId":"16b9afe2-cf8c-4377-ac50-8552717dd000","provisioningState":"Succeeded","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-06-14T05:13:57.0104352Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-14T09:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-06-14T05:13:57.0104352Z","modifiedDate":"2023-06-14T05:13:57.0104352Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000006","name":"containerapp-env000006","type":"Microsoft.OperationalInsights/workspaces"}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2021-12-01-preview + cache-control: + - no-cache + content-length: + - '852' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:13:58 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace get-shared-keys + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000006/sharedKeys?api-version=2020-08-01 + response: + body: + string: '{"primarySharedKey":"TWbY2HH/N3AyR/vLmFnOBm2sw6FIpIX3ZiQ2OS8jYXuPaW2NNlxHXRBRVtWPBy0tRKe7iR4JK8Y5qbZcAYQ48w==","secondarySharedKey":"Tq+n80vfEkWVC1kkVT3YPTPKHl9eNm/Bv0dBwk/LFoy57HK15EbSrf1HQqGnRPWJ6YhM1xGecI2tSpGbRpgjpw=="}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2015-03-20, 2020-08-01, 2020-10-01, 2021-06-01, 2022-10-01 + cache-control: + - no-cache + content-length: + - '223' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:14:01 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + 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' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key -l + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:14: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: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key -l + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:14: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: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key -l + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:14:04 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key -l + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:14:04 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": "eastus", "tags": null, "properties": {"daprAIInstrumentationKey": + null, "vnetConfiguration": null, "appLogsConfiguration": {"destination": "log-analytics", + "logAnalyticsConfiguration": {"customerId": "16b9afe2-cf8c-4377-ac50-8552717dd000", + "sharedKey": "TWbY2HH/N3AyR/vLmFnOBm2sw6FIpIX3ZiQ2OS8jYXuPaW2NNlxHXRBRVtWPBy0tRKe7iR4JK8Y5qbZcAYQ48w=="}}, + "customDomainConfiguration": null, "workloadProfiles": null, "zoneRedundant": + false}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '446' + Content-Type: + - application/json + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key -l + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:14:08.9067382Z","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:14:08.9067382Z"},"properties":{"provisioningState":"Waiting","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"gentlemushroom-3b240b7d.eastus.azurecontainerapps.io","staticIp":"4.236.209.95","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"16b9afe2-cf8c-4377-ac50-8552717dd000","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"087DA6F81988A696BE658D1895E81D4EF5CD74FD05200F9C02D97EDED60E1967","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/ccf49e2b-62ce-4de7-9d42-e434e10d77f2?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '1526' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:14:13 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '99' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key -l + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/ccf49e2b-62ce-4de7-9d42-e434e10d77f2?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/ccf49e2b-62ce-4de7-9d42-e434e10d77f2","name":"ccf49e2b-62ce-4de7-9d42-e434e10d77f2","status":"InProgress","startTime":"2023-06-14T05:14:12.3205594"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:14:15 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key -l + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/ccf49e2b-62ce-4de7-9d42-e434e10d77f2?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/ccf49e2b-62ce-4de7-9d42-e434e10d77f2","name":"ccf49e2b-62ce-4de7-9d42-e434e10d77f2","status":"InProgress","startTime":"2023-06-14T05:14:12.3205594"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:14:19 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key -l + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/ccf49e2b-62ce-4de7-9d42-e434e10d77f2?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/ccf49e2b-62ce-4de7-9d42-e434e10d77f2","name":"ccf49e2b-62ce-4de7-9d42-e434e10d77f2","status":"InProgress","startTime":"2023-06-14T05:14:12.3205594"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:14:23 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key -l + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/ccf49e2b-62ce-4de7-9d42-e434e10d77f2?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/ccf49e2b-62ce-4de7-9d42-e434e10d77f2","name":"ccf49e2b-62ce-4de7-9d42-e434e10d77f2","status":"InProgress","startTime":"2023-06-14T05:14:12.3205594"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:14:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key -l + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/ccf49e2b-62ce-4de7-9d42-e434e10d77f2?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/ccf49e2b-62ce-4de7-9d42-e434e10d77f2","name":"ccf49e2b-62ce-4de7-9d42-e434e10d77f2","status":"InProgress","startTime":"2023-06-14T05:14:12.3205594"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:14:30 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key -l + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/ccf49e2b-62ce-4de7-9d42-e434e10d77f2?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/ccf49e2b-62ce-4de7-9d42-e434e10d77f2","name":"ccf49e2b-62ce-4de7-9d42-e434e10d77f2","status":"Succeeded","startTime":"2023-06-14T05:14:12.3205594"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:14:34 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key -l + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:14:08.9067382","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:14:08.9067382"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"gentlemushroom-3b240b7d.eastus.azurecontainerapps.io","staticIp":"4.236.209.95","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"16b9afe2-cf8c-4377-ac50-8552717dd000","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"087DA6F81988A696BE658D1895E81D4EF5CD74FD05200F9C02D97EDED60E1967","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1526' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:14:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:14:39 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:14:08.9067382","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:14:08.9067382"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"gentlemushroom-3b240b7d.eastus.azurecontainerapps.io","staticIp":"4.236.209.95","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"16b9afe2-cf8c-4377-ac50-8552717dd000","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"087DA6F81988A696BE658D1895E81D4EF5CD74FD05200F9C02D97EDED60E1967","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1526' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:14:43 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account keys list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --query -o + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/storage000004/listKeys?api-version=2022-09-01&$expand=kerb + response: + body: + string: '{"keys":[{"creationTime":"2023-06-14T05:13:29.6993398Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2023-06-14T05:13:29.6993398Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + headers: + cache-control: + - no-cache + content-length: + - '260' + content-type: + - application/json + date: + - Wed, 14 Jun 2023 05:14:43 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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-subscription-resource-requests: + - '11999' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env storage set + Connection: + - keep-alive + ParameterSetName: + - -g -n -a -k -f --storage-name --access-mode + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:14:45 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env storage set + Connection: + - keep-alive + ParameterSetName: + - -g -n -a -k -f --storage-name --access-mode + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002/storages/share000005?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ManagedEnvironmentStorageNotFound","message":"Storage + share000005 not found under managed environment"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '122' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:14:46 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 404 + message: Not Found +- request: + body: '{"properties": {"azureFile": {"accountName": "storage000004", "accountKey": + "veryFakedStorageAccountKey==", "accessMode": "ReadWrite", "shareName": "share000005"}}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env storage set + Connection: + - keep-alive + Content-Length: + - '164' + Content-Type: + - application/json + ParameterSetName: + - -g -n -a -k -f --storage-name --access-mode + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002/storages/share000005?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002/storages/share000005","name":"share000005","type":"Microsoft.App/managedenvironments/storages","properties":{"azureFile":{"accountName":"storage000004","shareName":"share000005","accessMode":"ReadWrite"}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '350' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:14:49 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env show + Connection: + - keep-alive + ParameterSetName: + - -n -g + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:14:50 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: + - containerapp env show + Connection: + - keep-alive + ParameterSetName: + - -n -g + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:14:08.9067382","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:14:08.9067382"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"gentlemushroom-3b240b7d.eastus.azurecontainerapps.io","staticIp":"4.236.209.95","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"16b9afe2-cf8c-4377-ac50-8552717dd000","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"087DA6F81988A696BE658D1895E81D4EF5CD74FD05200F9C02D97EDED60E1967","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1526' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:14:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g --environment -n --yaml + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:14:52 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: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g --environment -n --yaml + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:14:08.9067382","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:14:08.9067382"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"gentlemushroom-3b240b7d.eastus.azurecontainerapps.io","staticIp":"4.236.209.95","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"16b9afe2-cf8c-4377-ac50-8552717dd000","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"087DA6F81988A696BE658D1895E81D4EF5CD74FD05200F9C02D97EDED60E1967","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1526' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:14:53 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"tags": null, "location": "eastus", "extendedLocation": null, "identity": + null, "managedBy": null, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", + "configuration": {"secrets": null, "activeRevisionsMode": "Single", "ingress": + {"fqdn": null, "external": true, "targetPort": 80, "exposedPort": null, "transport": + "Auto", "traffic": [{"revisionName": null, "weight": 100, "latestRevision": + true, "label": null}], "customDomains": null, "allowInsecure": true, "ipSecurityRestrictions": + null, "stickySessions": null, "clientCertificateMode": null, "corsPolicy": null}, + "registries": null, "dapr": null, "maxInactiveRevisions": null}, "template": + {"revisionSuffix": null, "initContainers": null, "containers": [{"image": "mcr.microsoft.com/k8se/quickstart:latest", + "name": "acamounttest", "command": null, "args": null, "env": null, "resources": + {"cpu": 0.5, "memory": "1Gi", "ephemeralStorage": "1Gi"}, "volumeMounts": [{"volumeName": + "azure-files-volume", "mountPath": "/mnt/data", "subPath": "sub"}], "probes": + null}], "scale": null, "volumes": [{"name": "azure-files-volume", "storageType": + "AzureFile", "storageName": "share000005", "secrets": null, "mountOptions": + "uid=999,gid=999"}], "serviceBinds": null}, "workloadProfileName": null, "latestReadyRevisionName": + null, "eventStreamEndpoint": null}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + Content-Length: + - '1426' + Content-Type: + - application/json + ParameterSetName: + - -g --environment -n --yaml + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/app1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/app1000003","name":"app1000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:14:58.8696739Z","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:14:58.8696739Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["4.236.210.227"],"latestRevisionName":"","latestReadyRevisionName":"","latestRevisionFqdn":"","customDomainVerificationId":"087DA6F81988A696BE658D1895E81D4EF5CD74FD05200F9C02D97EDED60E1967","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"app1000003.gentlemushroom-3b240b7d.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":true,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"acamounttest","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"azure-files-volume","mountPath":"/mnt/data","subPath":"sub"}]}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":[{"name":"azure-files-volume","storageType":"AzureFile","storageName":"share000005","mountOptions":"uid=999,gid=999"}],"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/app1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/d54b7ea4-1dfe-49b9-b4f2-61a92521057a?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '2319' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:15:01 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '699' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g --environment -n --yaml + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/d54b7ea4-1dfe-49b9-b4f2-61a92521057a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/d54b7ea4-1dfe-49b9-b4f2-61a92521057a","name":"d54b7ea4-1dfe-49b9-b4f2-61a92521057a","status":"InProgress","startTime":"2023-06-14T05:15:00.170731"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '277' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:15:03 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g --environment -n --yaml + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/d54b7ea4-1dfe-49b9-b4f2-61a92521057a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/d54b7ea4-1dfe-49b9-b4f2-61a92521057a","name":"d54b7ea4-1dfe-49b9-b4f2-61a92521057a","status":"InProgress","startTime":"2023-06-14T05:15:00.170731"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '277' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:15:07 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g --environment -n --yaml + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/d54b7ea4-1dfe-49b9-b4f2-61a92521057a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/d54b7ea4-1dfe-49b9-b4f2-61a92521057a","name":"d54b7ea4-1dfe-49b9-b4f2-61a92521057a","status":"Succeeded","startTime":"2023-06-14T05:15:00.170731"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '276' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:15:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g --environment -n --yaml + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/app1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/app1000003","name":"app1000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:14:58.8696739","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:14:58.8696739"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["4.236.210.227"],"latestRevisionName":"app1000003--s5z5fuj","latestReadyRevisionName":"app1000003--s5z5fuj","latestRevisionFqdn":"app1000003--s5z5fuj.gentlemushroom-3b240b7d.eastus.azurecontainerapps.io","customDomainVerificationId":"087DA6F81988A696BE658D1895E81D4EF5CD74FD05200F9C02D97EDED60E1967","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"app1000003.gentlemushroom-3b240b7d.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":true,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"acamounttest","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"azure-files-volume","mountPath":"/mnt/data","subPath":"sub"}]}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":[{"name":"azure-files-volume","storageType":"AzureFile","storageName":"share000005","mountOptions":"uid=999,gid=999"}],"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/app1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2426' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:15:13 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:15:14 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: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/app1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/app1000003","name":"app1000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:14:58.8696739","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:14:58.8696739"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["4.236.210.227"],"latestRevisionName":"app1000003--s5z5fuj","latestReadyRevisionName":"app1000003--s5z5fuj","latestRevisionFqdn":"app1000003--s5z5fuj.gentlemushroom-3b240b7d.eastus.azurecontainerapps.io","customDomainVerificationId":"087DA6F81988A696BE658D1895E81D4EF5CD74FD05200F9C02D97EDED60E1967","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"app1000003.gentlemushroom-3b240b7d.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":true,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"acamounttest","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"azure-files-volume","mountPath":"/mnt/data","subPath":"sub"}]}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":[{"name":"azure-files-volume","storageType":"AzureFile","storageName":"share000005","mountOptions":"uid=999,gid=999"}],"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/app1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2426' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:15:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp revision list + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/app1000003/revisions?api-version=2023-04-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/app1000003/revisions/app1000003--s5z5fuj","name":"app1000003--s5z5fuj","type":"Microsoft.App/containerapps/revisions","properties":{"createdTime":"2023-06-14T05:15:01+00:00","fqdn":"app1000003--s5z5fuj.gentlemushroom-3b240b7d.eastus.azurecontainerapps.io","template":{"revisionSuffix":null,"terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"acamounttest","resources":{"cpu":0.500,"memory":"1Gi"},"probes":[],"volumeMounts":[{"volumeName":"azure-files-volume","mountPath":"/mnt/data","subPath":"sub"}]}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":[{"name":"azure-files-volume","storageType":"AzureFile","storageName":"share000005","mountOptions":"uid=999,gid=999"}],"serviceBinds":null},"active":true,"replicas":1,"trafficWeight":100,"healthState":"Healthy","provisioningState":"Provisioned","runningState":"Running"}}]}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1066' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:15:19 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -g -n --yaml + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:15:20 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: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -g -n --yaml + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:15:21 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -g -n --yaml + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/app1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/app1000003","name":"app1000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:14:58.8696739","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:14:58.8696739"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["4.236.210.227"],"latestRevisionName":"app1000003--s5z5fuj","latestReadyRevisionName":"app1000003--s5z5fuj","latestRevisionFqdn":"app1000003--s5z5fuj.gentlemushroom-3b240b7d.eastus.azurecontainerapps.io","customDomainVerificationId":"087DA6F81988A696BE658D1895E81D4EF5CD74FD05200F9C02D97EDED60E1967","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"app1000003.gentlemushroom-3b240b7d.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":true,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"acamounttest","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"azure-files-volume","mountPath":"/mnt/data","subPath":"sub"}]}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":[{"name":"azure-files-volume","storageType":"AzureFile","storageName":"share000005","mountOptions":"uid=999,gid=999"}],"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/app1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2426' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:15:24 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -g -n --yaml + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:15:24 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: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -g -n --yaml + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/app1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/app1000003","name":"app1000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:14:58.8696739","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:14:58.8696739"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["4.236.210.227"],"latestRevisionName":"app1000003--s5z5fuj","latestReadyRevisionName":"app1000003--s5z5fuj","latestRevisionFqdn":"app1000003--s5z5fuj.gentlemushroom-3b240b7d.eastus.azurecontainerapps.io","customDomainVerificationId":"087DA6F81988A696BE658D1895E81D4EF5CD74FD05200F9C02D97EDED60E1967","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"app1000003.gentlemushroom-3b240b7d.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":true,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"acamounttest","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"azure-files-volume","mountPath":"/mnt/data","subPath":"sub"}]}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":[{"name":"azure-files-volume","storageType":"AzureFile","storageName":"share000005","mountOptions":"uid=999,gid=999"}],"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/app1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2426' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:15:25 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --yaml + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/app1000003/listSecrets?api-version=2023-04-01-preview + response: + body: + string: '{"value":[]}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:15:31 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus", "properties": {"configuration": {"activeRevisionsMode": + "Single", "ingress": {"external": true, "targetPort": 80, "transport": "Auto", + "traffic": [{"weight": 100, "latestRevision": true}], "allowInsecure": true}}, + "template": {"containers": [{"image": "mcr.microsoft.com/k8se/quickstart:latest", + "name": "acamounttest", "resources": {"cpu": 0.5, "memory": "1Gi", "ephemeralStorage": + "1Gi"}, "volumeMounts": [{"volumeName": "azure-files-volume", "mountPath": "/mnt/data", + "subPath": "sub2"}]}], "volumes": [{"name": "azure-files-volume", "storageType": + "AzureFile", "storageName": "share000005", "mountOptions": "uid=1000,gid=1000"}], + "revisionSuffix": null}}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + Content-Length: + - '682' + Content-Type: + - application/json + ParameterSetName: + - -g -n --yaml + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/app1000003?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 14 Jun 2023 05:15:34 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/92c8c54a-8ca6-45ea-8330-9b715ba83f1b?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '698' + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -g -n --yaml + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/92c8c54a-8ca6-45ea-8330-9b715ba83f1b?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 14 Jun 2023 05:15:36 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/92c8c54a-8ca6-45ea-8330-9b715ba83f1b?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -g -n --yaml + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/92c8c54a-8ca6-45ea-8330-9b715ba83f1b?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/app1000003","name":"app1000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:14:58.8696739","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:15:33.4570954"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["4.236.210.227"],"latestRevisionName":"app1000003--k59hxv1","latestReadyRevisionName":"app1000003--s5z5fuj","latestRevisionFqdn":"app1000003--k59hxv1.gentlemushroom-3b240b7d.eastus.azurecontainerapps.io","customDomainVerificationId":"087DA6F81988A696BE658D1895E81D4EF5CD74FD05200F9C02D97EDED60E1967","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"app1000003.gentlemushroom-3b240b7d.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":true,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"acamounttest","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"azure-files-volume","mountPath":"/mnt/data","subPath":"sub2"}]}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":[{"name":"azure-files-volume","storageType":"AzureFile","storageName":"share000005","mountOptions":"uid=1000,gid=1000"}],"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/app1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2429' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:15:43 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:15:44 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: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/app1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/app1000003","name":"app1000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:14:58.8696739","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:15:33.4570954"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["4.236.210.227"],"latestRevisionName":"app1000003--k59hxv1","latestReadyRevisionName":"app1000003--s5z5fuj","latestRevisionFqdn":"app1000003--k59hxv1.gentlemushroom-3b240b7d.eastus.azurecontainerapps.io","customDomainVerificationId":"087DA6F81988A696BE658D1895E81D4EF5CD74FD05200F9C02D97EDED60E1967","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"app1000003.gentlemushroom-3b240b7d.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":true,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"acamounttest","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"azure-files-volume","mountPath":"/mnt/data","subPath":"sub2"}]}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":[{"name":"azure-files-volume","storageType":"AzureFile","storageName":"share000005","mountOptions":"uid=1000,gid=1000"}],"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/app1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2429' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:15:45 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp revision list + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/app1000003/revisions?api-version=2023-04-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/app1000003/revisions/app1000003--s5z5fuj","name":"app1000003--s5z5fuj","type":"Microsoft.App/containerapps/revisions","properties":{"createdTime":"2023-06-14T05:15:01+00:00","fqdn":"app1000003--s5z5fuj.gentlemushroom-3b240b7d.eastus.azurecontainerapps.io","template":{"revisionSuffix":null,"terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"acamounttest","resources":{"cpu":0.500,"memory":"1Gi"},"probes":[],"volumeMounts":[{"volumeName":"azure-files-volume","mountPath":"/mnt/data","subPath":"sub"}]}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":[{"name":"azure-files-volume","storageType":"AzureFile","storageName":"share000005","mountOptions":"uid=999,gid=999"}],"serviceBinds":null},"active":true,"replicas":1,"trafficWeight":0,"healthState":"Healthy","provisioningState":"Provisioned","runningState":"Running"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/app1000003/revisions/app1000003--k59hxv1","name":"app1000003--k59hxv1","type":"Microsoft.App/containerapps/revisions","properties":{"createdTime":"2023-06-14T05:15:34+00:00","fqdn":"app1000003--k59hxv1.gentlemushroom-3b240b7d.eastus.azurecontainerapps.io","template":{"revisionSuffix":null,"terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"acamounttest","resources":{"cpu":0.500,"memory":"1Gi"},"probes":[],"volumeMounts":[{"volumeName":"azure-files-volume","mountPath":"/mnt/data","subPath":"sub2"}]}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":[{"name":"azure-files-volume","storageType":"AzureFile","storageName":"share000005","mountOptions":"uid=1000,gid=1000"}],"serviceBinds":null},"active":true,"replicas":1,"trafficWeight":100,"healthState":"Healthy","provisioningState":"Provisioning","runningState":"Processing"}}]}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2126' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:15:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +version: 1 diff --git a/src/containerapp/azext_containerapp/tests/latest/recordings/test_container_app_mount_secret_e2e.yaml b/src/containerapp/azext_containerapp/tests/latest/recordings/test_container_app_mount_secret_e2e.yaml index e0de4b0e61e..a8b0ff4d3d4 100644 --- a/src/containerapp/azext_containerapp/tests/latest/recordings/test_container_app_mount_secret_e2e.yaml +++ b/src/containerapp/azext_containerapp/tests/latest/recordings/test_container_app_mount_secret_e2e.yaml @@ -18,12 +18,12 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004?api-version=2021-12-01-preview response: body: - string: '{"properties":{"customerId":"687edf32-c93b-4469-b4c1-2f459bb3d0bc","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-05-06T07:03:49.8335698Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-05-06T14:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-05-06T07:03:49.8335698Z","modifiedDate":"2023-05-06T07:03:49.8335698Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces"}' + string: '{"properties":{"customerId":"c07a01d4-c882-4f6d-a10f-d61107460c12","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-05-23T00:41:25.113512Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-05-23T02:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-05-23T00:41:25.113512Z","modifiedDate":"2023-05-23T00:41:25.113512Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces"}' headers: access-control-allow-origin: - '*' @@ -32,11 +32,11 @@ interactions: cache-control: - no-cache content-length: - - '851' + - '848' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:03:51 GMT + - Tue, 23 May 2023 00:41:24 GMT expires: - '-1' location: @@ -45,8 +45,6 @@ interactions: - no-cache request-context: - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 - server: - - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: @@ -72,12 +70,12 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004?api-version=2021-12-01-preview response: body: - string: '{"properties":{"customerId":"687edf32-c93b-4469-b4c1-2f459bb3d0bc","provisioningState":"Succeeded","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-05-06T07:03:49.8335698Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-05-06T14:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-05-06T07:03:49.8335698Z","modifiedDate":"2023-05-06T07:03:49.8335698Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces"}' + string: '{"properties":{"customerId":"c07a01d4-c882-4f6d-a10f-d61107460c12","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-05-23T00:41:25.113512Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-05-23T02:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-05-23T00:41:25.113512Z","modifiedDate":"2023-05-23T00:41:25.113512Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces"}' headers: access-control-allow-origin: - '*' @@ -86,19 +84,17 @@ interactions: cache-control: - no-cache content-length: - - '852' + - '848' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:04:23 GMT + - Tue, 23 May 2023 00:41:24 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 - server: - - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -128,12 +124,12 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004/sharedKeys?api-version=2020-08-01 response: body: - string: '{"primarySharedKey":"7OnRelrt65jEwJMc2Tjd1WGDbCluFLo06Ukpczxrv6RmNqzzLvTPXZbOokmkFDoTsDL+9eYjdKSnlxHdCn+g6w==","secondarySharedKey":"ApYnoi7rvihBlSOY1m81m+Hbj1agr2Iw6jwAOfuXC/PjVL4rfqRmMI2Yqfb66ihOylqHBOvAd6FB6YZCAbpaIQ=="}' + string: '{"primarySharedKey":"58btXW9+VNR8wCnwqh2shdSQ/zX3i1tgrr9m+c7kd5nwp4logdlIXmocIB/l/fQvIB3FknY94Ysuj6Us/RCXbg==","secondarySharedKey":"IQaKb4212JWZiz9J6+/o5wUsYS435MQlD/GP1JwDigHeJscD0uwuOEHx9k91Jtofip1jGwxqnqCGG1oxd9XpaQ=="}' headers: access-control-allow-origin: - '*' @@ -146,15 +142,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:04:27 GMT + - Tue, 23 May 2023 00:41:26 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 - server: - - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -164,7 +158,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' x-powered-by: - ASP.NET status: @@ -184,7 +178,7 @@ interactions: ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -195,93 +189,92 @@ interactions: US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US - 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West - US","Central US","North Central US","South Central US","Korea Central","Brazil - South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","Central + US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache content-length: - - '10638' + - '10587' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:04:29 GMT + - Tue, 23 May 2023 00:41:26 GMT expires: - '-1' pragma: @@ -309,7 +302,7 @@ interactions: ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -320,93 +313,92 @@ interactions: US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US - 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West - US","Central US","North Central US","South Central US","Korea Central","Brazil - South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","Central + US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache content-length: - - '10638' + - '10587' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:04:30 GMT + - Tue, 23 May 2023 00:41:26 GMT expires: - '-1' pragma: @@ -434,7 +426,7 @@ interactions: ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -445,93 +437,92 @@ interactions: US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US - 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West - US","Central US","North Central US","South Central US","Korea Central","Brazil - South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","Central + US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache content-length: - - '10638' + - '10587' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:04:31 GMT + - Tue, 23 May 2023 00:41:26 GMT expires: - '-1' pragma: @@ -549,7 +540,298 @@ interactions: body: null headers: Accept: - - application/json + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","Central + US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 00:41:27 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus", "tags": null, "properties": {"daprAIInstrumentationKey": + null, "vnetConfiguration": null, "appLogsConfiguration": {"destination": "log-analytics", + "logAnalyticsConfiguration": {"customerId": "c07a01d4-c882-4f6d-a10f-d61107460c12", + "sharedKey": "58btXW9+VNR8wCnwqh2shdSQ/zX3i1tgrr9m+c7kd5nwp4logdlIXmocIB/l/fQvIB3FknY94Ysuj6Us/RCXbg=="}}, + "customDomainConfiguration": null, "workloadProfiles": null, "zoneRedundant": + false}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '446' + Content-Type: + - application/json + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"stacyzeng@microsoft.com","createdByType":"User","createdAt":"2023-05-23T00:41:28.0806417Z","lastModifiedBy":"stacyzeng@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-23T00:41:28.0806417Z"},"properties":{"provisioningState":"Waiting","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"thankfulbay-ee816e85.eastus.azurecontainerapps.io","staticIp":"40.88.211.248","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"c07a01d4-c882-4f6d-a10f-d61107460c12","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"5E10F86F6DBB6E4BCE337CA15E8CC999F074D47FD74594B60EF6C76D80ABB56C","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/a827538a-316c-4cf4-96b2-29e706d11e5c?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '1507' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 00:41:30 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '99' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/a827538a-316c-4cf4-96b2-29e706d11e5c?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/a827538a-316c-4cf4-96b2-29e706d11e5c","name":"a827538a-316c-4cf4-96b2-29e706d11e5c","status":"InProgress","startTime":"2023-05-23T00:41:30.7175957"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 00:41:31 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/a827538a-316c-4cf4-96b2-29e706d11e5c?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/a827538a-316c-4cf4-96b2-29e706d11e5c","name":"a827538a-316c-4cf4-96b2-29e706d11e5c","status":"InProgress","startTime":"2023-05-23T00:41:30.7175957"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 00:41:34 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -559,124 +841,46 @@ interactions: ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/a827538a-316c-4cf4-96b2-29e706d11e5c?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North - Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US - 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West - US","Central US","North Central US","South Central US","Korea Central","Brazil - South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/a827538a-316c-4cf4-96b2-29e706d11e5c","name":"a827538a-316c-4cf4-96b2-29e706d11e5c","status":"InProgress","startTime":"2023-05-23T00:41:30.7175957"}' headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview cache-control: - no-cache content-length: - - '10638' + - '284' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:04:31 GMT + - Tue, 23 May 2023 00:41:36 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - - Accept-Encoding + - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff + x-powered-by: + - ASP.NET status: code: 200 message: OK - request: - body: '{"location": "eastus", "tags": null, "properties": {"daprAIInstrumentationKey": - null, "vnetConfiguration": null, "appLogsConfiguration": {"destination": "log-analytics", - "logAnalyticsConfiguration": {"customerId": "687edf32-c93b-4469-b4c1-2f459bb3d0bc", - "sharedKey": "7OnRelrt65jEwJMc2Tjd1WGDbCluFLo06Ukpczxrv6RmNqzzLvTPXZbOokmkFDoTsDL+9eYjdKSnlxHdCn+g6w=="}}, - "customDomainConfiguration": null, "workloadProfiles": null, "zoneRedundant": - false}}' + body: null headers: Accept: - '*/*' @@ -686,33 +890,28 @@ interactions: - containerapp env create Connection: - keep-alive - Content-Length: - - '446' - Content-Type: - - application/json ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/a827538a-316c-4cf4-96b2-29e706d11e5c?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T07:04:38.5276295Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T07:04:38.5276295Z"},"properties":{"provisioningState":"Waiting","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"purplepond-9b9ac3f6.eastus.azurecontainerapps.io","staticIp":"20.119.119.1","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"687edf32-c93b-4469-b4c1-2f459bb3d0bc","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.9.2"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDateUtc":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/a827538a-316c-4cf4-96b2-29e706d11e5c","name":"a827538a-316c-4cf4-96b2-29e706d11e5c","status":"InProgress","startTime":"2023-05-23T00:41:30.7175957"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, 2023-02-01, 2023-04-01-preview - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c08de4ff-7760-45d4-ad17-1874e6df9529?api-version=2023-04-01-preview&azureAsyncOperation=true cache-control: - no-cache content-length: - - '1481' + - '284' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:04:42 GMT + - Tue, 23 May 2023 00:41:39 GMT expires: - '-1' pragma: @@ -721,17 +920,17 @@ interactions: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff - x-ms-async-operation-timeout: - - PT15M - x-ms-ratelimit-remaining-subscription-resource-requests: - - '99' x-powered-by: - ASP.NET status: - code: 201 - message: Created + code: 200 + message: OK - request: body: null headers: @@ -746,12 +945,13 @@ interactions: ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c08de4ff-7760-45d4-ad17-1874e6df9529?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/a827538a-316c-4cf4-96b2-29e706d11e5c?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c08de4ff-7760-45d4-ad17-1874e6df9529","name":"c08de4ff-7760-45d4-ad17-1874e6df9529","status":"InProgress","startTime":"2023-05-06T07:04:40.6423512"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/a827538a-316c-4cf4-96b2-29e706d11e5c","name":"a827538a-316c-4cf4-96b2-29e706d11e5c","status":"InProgress","startTime":"2023-05-23T00:41:30.7175957"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -763,7 +963,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:04:44 GMT + - Tue, 23 May 2023 00:41:41 GMT expires: - '-1' pragma: @@ -797,12 +997,13 @@ interactions: ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c08de4ff-7760-45d4-ad17-1874e6df9529?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/a827538a-316c-4cf4-96b2-29e706d11e5c?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c08de4ff-7760-45d4-ad17-1874e6df9529","name":"c08de4ff-7760-45d4-ad17-1874e6df9529","status":"InProgress","startTime":"2023-05-06T07:04:40.6423512"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/a827538a-316c-4cf4-96b2-29e706d11e5c","name":"a827538a-316c-4cf4-96b2-29e706d11e5c","status":"InProgress","startTime":"2023-05-23T00:41:30.7175957"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -814,7 +1015,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:04:45 GMT + - Tue, 23 May 2023 00:41:44 GMT expires: - '-1' pragma: @@ -848,12 +1049,13 @@ interactions: ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c08de4ff-7760-45d4-ad17-1874e6df9529?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/a827538a-316c-4cf4-96b2-29e706d11e5c?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c08de4ff-7760-45d4-ad17-1874e6df9529","name":"c08de4ff-7760-45d4-ad17-1874e6df9529","status":"InProgress","startTime":"2023-05-06T07:04:40.6423512"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/a827538a-316c-4cf4-96b2-29e706d11e5c","name":"a827538a-316c-4cf4-96b2-29e706d11e5c","status":"InProgress","startTime":"2023-05-23T00:41:30.7175957"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -865,7 +1067,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:04:49 GMT + - Tue, 23 May 2023 00:41:47 GMT expires: - '-1' pragma: @@ -899,12 +1101,13 @@ interactions: ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c08de4ff-7760-45d4-ad17-1874e6df9529?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/a827538a-316c-4cf4-96b2-29e706d11e5c?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c08de4ff-7760-45d4-ad17-1874e6df9529","name":"c08de4ff-7760-45d4-ad17-1874e6df9529","status":"InProgress","startTime":"2023-05-06T07:04:40.6423512"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/a827538a-316c-4cf4-96b2-29e706d11e5c","name":"a827538a-316c-4cf4-96b2-29e706d11e5c","status":"InProgress","startTime":"2023-05-23T00:41:30.7175957"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -916,7 +1119,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:04:53 GMT + - Tue, 23 May 2023 00:41:49 GMT expires: - '-1' pragma: @@ -950,12 +1153,13 @@ interactions: ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c08de4ff-7760-45d4-ad17-1874e6df9529?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/a827538a-316c-4cf4-96b2-29e706d11e5c?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c08de4ff-7760-45d4-ad17-1874e6df9529","name":"c08de4ff-7760-45d4-ad17-1874e6df9529","status":"Succeeded","startTime":"2023-05-06T07:04:40.6423512"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/a827538a-316c-4cf4-96b2-29e706d11e5c","name":"a827538a-316c-4cf4-96b2-29e706d11e5c","status":"Succeeded","startTime":"2023-05-23T00:41:30.7175957"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -967,7 +1171,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:04:56 GMT + - Tue, 23 May 2023 00:41:52 GMT expires: - '-1' pragma: @@ -1001,12 +1205,13 @@ interactions: ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T07:04:38.5276295","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T07:04:38.5276295"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"purplepond-9b9ac3f6.eastus.azurecontainerapps.io","staticIp":"20.119.119.1","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"687edf32-c93b-4469-b4c1-2f459bb3d0bc","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.9.2"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDateUtc":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"stacyzeng@microsoft.com","createdByType":"User","createdAt":"2023-05-23T00:41:28.0806417","lastModifiedBy":"stacyzeng@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-23T00:41:28.0806417"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"thankfulbay-ee816e85.eastus.azurecontainerapps.io","staticIp":"40.88.211.248","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"c07a01d4-c882-4f6d-a10f-d61107460c12","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"5E10F86F6DBB6E4BCE337CA15E8CC999F074D47FD74594B60EF6C76D80ABB56C","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1014,11 +1219,11 @@ interactions: cache-control: - no-cache content-length: - - '1481' + - '1507' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:04:58 GMT + - Tue, 23 May 2023 00:41:53 GMT expires: - '-1' pragma: @@ -1052,7 +1257,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -1063,93 +1268,92 @@ interactions: US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US - 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West - US","Central US","North Central US","South Central US","Korea Central","Brazil - South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","Central + US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache content-length: - - '10638' + - '10587' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:04:58 GMT + - Tue, 23 May 2023 00:41:53 GMT expires: - '-1' pragma: @@ -1177,12 +1381,13 @@ interactions: ParameterSetName: - -g -n User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T07:04:38.5276295","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T07:04:38.5276295"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"purplepond-9b9ac3f6.eastus.azurecontainerapps.io","staticIp":"20.119.119.1","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"687edf32-c93b-4469-b4c1-2f459bb3d0bc","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.9.2"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDateUtc":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"stacyzeng@microsoft.com","createdByType":"User","createdAt":"2023-05-23T00:41:28.0806417","lastModifiedBy":"stacyzeng@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-23T00:41:28.0806417"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"thankfulbay-ee816e85.eastus.azurecontainerapps.io","staticIp":"40.88.211.248","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"c07a01d4-c882-4f6d-a10f-d61107460c12","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"5E10F86F6DBB6E4BCE337CA15E8CC999F074D47FD74594B60EF6C76D80ABB56C","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1190,11 +1395,11 @@ interactions: cache-control: - no-cache content-length: - - '1481' + - '1507' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:05:00 GMT + - Tue, 23 May 2023 00:41:54 GMT expires: - '-1' pragma: @@ -1228,7 +1433,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -1239,93 +1444,92 @@ interactions: US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US - 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West - US","Central US","North Central US","South Central US","Korea Central","Brazil - South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","Central + US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache content-length: - - '10638' + - '10587' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:05:01 GMT + - Tue, 23 May 2023 00:41:55 GMT expires: - '-1' pragma: @@ -1353,12 +1557,13 @@ interactions: ParameterSetName: - -n -g User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T07:04:38.5276295","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T07:04:38.5276295"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"purplepond-9b9ac3f6.eastus.azurecontainerapps.io","staticIp":"20.119.119.1","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"687edf32-c93b-4469-b4c1-2f459bb3d0bc","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.9.2"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDateUtc":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"stacyzeng@microsoft.com","createdByType":"User","createdAt":"2023-05-23T00:41:28.0806417","lastModifiedBy":"stacyzeng@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-23T00:41:28.0806417"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"thankfulbay-ee816e85.eastus.azurecontainerapps.io","staticIp":"40.88.211.248","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"c07a01d4-c882-4f6d-a10f-d61107460c12","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"5E10F86F6DBB6E4BCE337CA15E8CC999F074D47FD74594B60EF6C76D80ABB56C","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1366,11 +1571,11 @@ interactions: cache-control: - no-cache content-length: - - '1481' + - '1507' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:05:05 GMT + - Tue, 23 May 2023 00:41:55 GMT expires: - '-1' pragma: @@ -1404,7 +1609,7 @@ interactions: ParameterSetName: - -g --environment -n --secrets --secret-volume-mount User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -1415,93 +1620,92 @@ interactions: US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US - 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West - US","Central US","North Central US","South Central US","Korea Central","Brazil - South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","Central + US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache content-length: - - '10638' + - '10587' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:05:05 GMT + - Tue, 23 May 2023 00:41:55 GMT expires: - '-1' pragma: @@ -1529,12 +1733,13 @@ interactions: ParameterSetName: - -g --environment -n --secrets --secret-volume-mount User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T07:04:38.5276295","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T07:04:38.5276295"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"purplepond-9b9ac3f6.eastus.azurecontainerapps.io","staticIp":"20.119.119.1","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"687edf32-c93b-4469-b4c1-2f459bb3d0bc","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.9.2"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDateUtc":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"stacyzeng@microsoft.com","createdByType":"User","createdAt":"2023-05-23T00:41:28.0806417","lastModifiedBy":"stacyzeng@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-23T00:41:28.0806417"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"thankfulbay-ee816e85.eastus.azurecontainerapps.io","staticIp":"40.88.211.248","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"c07a01d4-c882-4f6d-a10f-d61107460c12","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"5E10F86F6DBB6E4BCE337CA15E8CC999F074D47FD74594B60EF6C76D80ABB56C","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1542,11 +1747,11 @@ interactions: cache-control: - no-cache content-length: - - '1481' + - '1507' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:05:10 GMT + - Tue, 23 May 2023 00:41:56 GMT expires: - '-1' pragma: @@ -1580,7 +1785,7 @@ interactions: ParameterSetName: - -g --environment -n --secrets --secret-volume-mount User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -1591,93 +1796,92 @@ interactions: US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US - 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West - US","Central US","North Central US","South Central US","Korea Central","Brazil - South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","Central + US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache content-length: - - '10638' + - '10587' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:05:10 GMT + - Tue, 23 May 2023 00:41:56 GMT expires: - '-1' pragma: @@ -1697,13 +1901,13 @@ interactions: "configuration": {"secrets": [{"name": "mysecret", "value": "secretvalue1", "keyVaultUrl": "", "identity": ""}, {"name": "anothersecret", "value": "secretvalue2", "keyVaultUrl": "", "identity": ""}], "activeRevisionsMode": "single", "ingress": - null, "dapr": null, "registries": null}, "template": {"revisionSuffix": null, - "containers": [{"image": "mcr.microsoft.com/k8se/quickstart:latest", "name": + null, "dapr": null, "registries": null, "service": null}, "template": {"revisionSuffix": + null, "containers": [{"image": "mcr.microsoft.com/k8se/quickstart:latest", "name": "app1000003", "command": null, "args": null, "env": null, "resources": null, - "volumeMounts": [{"volumeName": "secret-volume-vuvi", "mountPath": "mnt/secrets"}]}], - "initContainers": null, "scale": null, "volumes": [{"name": "secret-volume-vuvi", - "storageType": "Secret", "storageName": null, "secrets": null}]}, "workloadProfileName": - null}, "tags": null}' + "volumeMounts": [{"volumeName": "secret-volume-ljy4", "mountPath": "mnt/secrets"}]}], + "initContainers": null, "scale": null, "volumes": [{"name": "secret-volume-ljy4", + "storageType": "Secret", "storageName": null, "secrets": null}], "serviceBinds": + null}, "workloadProfileName": null}, "tags": null}' headers: Accept: - '*/*' @@ -1714,33 +1918,34 @@ interactions: Connection: - keep-alive Content-Length: - - '1011' + - '1050' Content-Type: - application/json ParameterSetName: - -g --environment -n --secrets --secret-volume-mount User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/app1000003?api-version=2023-04-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/app1000003","name":"app1000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T07:05:16.9094555Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T07:05:16.9094555Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.232.73.162"],"latestRevisionName":"","latestReadyRevisionName":"","latestRevisionFqdn":"","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":[{"name":"mysecret"},{"name":"anothersecret"}],"activeRevisionsMode":"Single","ingress":null,"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"app1000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"secret-volume-vuvi","mountPath":"mnt/secrets"}]}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":[{"name":"secret-volume-vuvi","storageType":"Secret","secrets":[{"secretRef":"mysecret","path":"mysecret"},{"secretRef":"anothersecret","path":"anothersecret"}]}],"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/app1000003/eventstream"},"identity":{"type":"None"}}' + US","systemData":{"createdBy":"stacyzeng@microsoft.com","createdByType":"User","createdAt":"2023-05-23T00:41:57.7760676Z","lastModifiedBy":"stacyzeng@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-23T00:41:57.7760676Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.75.179.159"],"latestRevisionName":"","latestReadyRevisionName":"","latestRevisionFqdn":"","customDomainVerificationId":"5E10F86F6DBB6E4BCE337CA15E8CC999F074D47FD74594B60EF6C76D80ABB56C","configuration":{"secrets":[{"name":"mysecret"},{"name":"anothersecret"}],"activeRevisionsMode":"Single","ingress":null,"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"app1000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"secret-volume-ljy4","mountPath":"mnt/secrets"}]}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":[{"name":"secret-volume-ljy4","storageType":"Secret"}],"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/app1000003/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, 2023-02-01, 2023-04-01-preview azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/e6a6141d-76e5-4218-a13d-2ae1ddac1618?api-version=2023-04-01-preview&azureAsyncOperation=true + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/260609ae-b09b-4d3c-9039-ecc9956e3967?api-version=2023-04-01-preview&azureAsyncOperation=true cache-control: - no-cache content-length: - - '2068' + - '1960' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:05:19 GMT + - Tue, 23 May 2023 00:41:59 GMT expires: - '-1' pragma: @@ -1774,12 +1979,13 @@ interactions: ParameterSetName: - -g --environment -n --secrets --secret-volume-mount User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/e6a6141d-76e5-4218-a13d-2ae1ddac1618?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/260609ae-b09b-4d3c-9039-ecc9956e3967?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/e6a6141d-76e5-4218-a13d-2ae1ddac1618","name":"e6a6141d-76e5-4218-a13d-2ae1ddac1618","status":"InProgress","startTime":"2023-05-06T07:05:17.0543879"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/260609ae-b09b-4d3c-9039-ecc9956e3967","name":"260609ae-b09b-4d3c-9039-ecc9956e3967","status":"InProgress","startTime":"2023-05-23T00:41:58.2070335"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1791,7 +1997,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:05:19 GMT + - Tue, 23 May 2023 00:41:59 GMT expires: - '-1' pragma: @@ -1825,12 +2031,13 @@ interactions: ParameterSetName: - -g --environment -n --secrets --secret-volume-mount User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/e6a6141d-76e5-4218-a13d-2ae1ddac1618?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/260609ae-b09b-4d3c-9039-ecc9956e3967?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/e6a6141d-76e5-4218-a13d-2ae1ddac1618","name":"e6a6141d-76e5-4218-a13d-2ae1ddac1618","status":"InProgress","startTime":"2023-05-06T07:05:17.0543879"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/260609ae-b09b-4d3c-9039-ecc9956e3967","name":"260609ae-b09b-4d3c-9039-ecc9956e3967","status":"InProgress","startTime":"2023-05-23T00:41:58.2070335"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1842,7 +2049,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:05:23 GMT + - Tue, 23 May 2023 00:42:02 GMT expires: - '-1' pragma: @@ -1876,12 +2083,13 @@ interactions: ParameterSetName: - -g --environment -n --secrets --secret-volume-mount User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/e6a6141d-76e5-4218-a13d-2ae1ddac1618?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/260609ae-b09b-4d3c-9039-ecc9956e3967?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/e6a6141d-76e5-4218-a13d-2ae1ddac1618","name":"e6a6141d-76e5-4218-a13d-2ae1ddac1618","status":"Succeeded","startTime":"2023-05-06T07:05:17.0543879"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/260609ae-b09b-4d3c-9039-ecc9956e3967","name":"260609ae-b09b-4d3c-9039-ecc9956e3967","status":"Succeeded","startTime":"2023-05-23T00:41:58.2070335"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1893,7 +2101,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:05:26 GMT + - Tue, 23 May 2023 00:42:04 GMT expires: - '-1' pragma: @@ -1902,10 +2110,8 @@ interactions: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked vary: - - Accept-Encoding,Accept-Encoding + - Accept-Encoding x-content-type-options: - nosniff x-powered-by: @@ -1927,13 +2133,14 @@ interactions: ParameterSetName: - -g --environment -n --secrets --secret-volume-mount User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/app1000003?api-version=2023-04-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/app1000003","name":"app1000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T07:05:16.9094555","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T07:05:16.9094555"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.232.73.162"],"latestRevisionName":"app1000003--4z0k5s2","latestReadyRevisionName":"app1000003--4z0k5s2","latestRevisionFqdn":"","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":[{"name":"mysecret"},{"name":"anothersecret"}],"activeRevisionsMode":"Single","ingress":null,"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"app1000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"secret-volume-vuvi","mountPath":"mnt/secrets"}]}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":[{"name":"secret-volume-vuvi","storageType":"Secret","secrets":[{"secretRef":"mysecret","path":"mysecret"},{"secretRef":"anothersecret","path":"anothersecret"}]}],"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/app1000003/eventstream"},"identity":{"type":"None"}}' + US","systemData":{"createdBy":"stacyzeng@microsoft.com","createdByType":"User","createdAt":"2023-05-23T00:41:57.7760676","lastModifiedBy":"stacyzeng@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-23T00:41:57.7760676"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.75.179.159"],"latestRevisionName":"app1000003--2iaw8iz","latestReadyRevisionName":"app1000003--2iaw8iz","latestRevisionFqdn":"","customDomainVerificationId":"5E10F86F6DBB6E4BCE337CA15E8CC999F074D47FD74594B60EF6C76D80ABB56C","configuration":{"secrets":[{"name":"mysecret"},{"name":"anothersecret"}],"activeRevisionsMode":"Single","ingress":null,"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"app1000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"secret-volume-ljy4","mountPath":"mnt/secrets"}]}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":[{"name":"secret-volume-ljy4","storageType":"Secret"}],"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/app1000003/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1941,11 +2148,11 @@ interactions: cache-control: - no-cache content-length: - - '2103' + - '1995' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:05:31 GMT + - Tue, 23 May 2023 00:42:05 GMT expires: - '-1' pragma: @@ -1979,7 +2186,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -1990,93 +2197,92 @@ interactions: US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US - 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West - US","Central US","North Central US","South Central US","Korea Central","Brazil - South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","Central + US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache content-length: - - '10638' + - '10587' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:05:31 GMT + - Tue, 23 May 2023 00:42:06 GMT expires: - '-1' pragma: @@ -2104,13 +2310,14 @@ interactions: ParameterSetName: - -g -n User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/app1000003?api-version=2023-04-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/app1000003","name":"app1000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T07:05:16.9094555","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T07:05:16.9094555"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.232.73.162"],"latestRevisionName":"app1000003--4z0k5s2","latestReadyRevisionName":"app1000003--4z0k5s2","latestRevisionFqdn":"","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":[{"name":"mysecret"},{"name":"anothersecret"}],"activeRevisionsMode":"Single","ingress":null,"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"app1000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"secret-volume-vuvi","mountPath":"mnt/secrets"}]}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":[{"name":"secret-volume-vuvi","storageType":"Secret","secrets":[{"secretRef":"mysecret","path":"mysecret"},{"secretRef":"anothersecret","path":"anothersecret"}]}],"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/app1000003/eventstream"},"identity":{"type":"None"}}' + US","systemData":{"createdBy":"stacyzeng@microsoft.com","createdByType":"User","createdAt":"2023-05-23T00:41:57.7760676","lastModifiedBy":"stacyzeng@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-23T00:41:57.7760676"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.75.179.159"],"latestRevisionName":"app1000003--2iaw8iz","latestReadyRevisionName":"app1000003--2iaw8iz","latestRevisionFqdn":"","customDomainVerificationId":"5E10F86F6DBB6E4BCE337CA15E8CC999F074D47FD74594B60EF6C76D80ABB56C","configuration":{"secrets":[{"name":"mysecret"},{"name":"anothersecret"}],"activeRevisionsMode":"Single","ingress":null,"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"app1000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"secret-volume-ljy4","mountPath":"mnt/secrets"}]}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":[{"name":"secret-volume-ljy4","storageType":"Secret"}],"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/app1000003/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -2118,11 +2325,11 @@ interactions: cache-control: - no-cache content-length: - - '2103' + - '1995' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:05:35 GMT + - Tue, 23 May 2023 00:42:07 GMT expires: - '-1' pragma: diff --git a/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_dev_service_binding_e2e.yaml b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_dev_service_binding_e2e.yaml index fa3aa8b94ad..c27564699f0 100644 --- a/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_dev_service_binding_e2e.yaml +++ b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_dev_service_binding_e2e.yaml @@ -18,12 +18,12 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004?api-version=2021-12-01-preview response: body: - string: '{"properties":{"customerId":"2cef00c3-84bc-4d45-9c68-385f87dbbaf6","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-05-15T22:04:16.4592893Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-05-16T07:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-05-15T22:04:16.4592893Z","modifiedDate":"2023-05-15T22:04:16.4592893Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces"}' + string: '{"properties":{"customerId":"72c5ec08-678e-4dd2-98a8-b5daf71187c8","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-05-30T18:28:09.0186182Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-05-31T05:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-05-30T18:28:09.0186182Z","modifiedDate":"2023-05-30T18:28:09.0186182Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces"}' headers: access-control-allow-origin: - '*' @@ -36,7 +36,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:04:17 GMT + - Tue, 30 May 2023 18:28:09 GMT expires: - '-1' location: @@ -45,14 +45,12 @@ interactions: - no-cache request-context: - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 - server: - - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1188' + - '1199' x-powered-by: - ASP.NET status: @@ -72,12 +70,12 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004?api-version=2021-12-01-preview response: body: - string: '{"properties":{"customerId":"2cef00c3-84bc-4d45-9c68-385f87dbbaf6","provisioningState":"Succeeded","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-05-15T22:04:16.4592893Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-05-16T07:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-05-15T22:04:16.4592893Z","modifiedDate":"2023-05-15T22:04:16.4592893Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces"}' + string: '{"properties":{"customerId":"72c5ec08-678e-4dd2-98a8-b5daf71187c8","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-05-30T18:28:09.0186182Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-05-31T05:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-05-30T18:28:09.0186182Z","modifiedDate":"2023-05-30T18:28:09.0186182Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces"}' headers: access-control-allow-origin: - '*' @@ -86,19 +84,17 @@ interactions: cache-control: - no-cache content-length: - - '852' + - '851' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:04:17 GMT + - Tue, 30 May 2023 18:28:09 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 - server: - - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -128,12 +124,12 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004/sharedKeys?api-version=2020-08-01 response: body: - string: '{"primarySharedKey":"e7/r6J+WPI2ge3AgW/jcnAVHQ9wbzbPlAI7KcaedCAm3J6JZ0sU6HtRosDzQEjTR11NGyVzrxQioeFPRmB3STg==","secondarySharedKey":"etKfBLEHW9r8DC4acZ6GzNiqyKPWEwt6I7xrVKjPOojIg3fUw4DlYkEL6f8bsSGBtkeXB4pDDaIqutPhGkkHbg=="}' + string: '{"primarySharedKey":"bnszvNP7vqWMtA0/927zVwxsezDiJn8+uKA+n0/f3quFOfQdhejw9RU2ahwIALW1G4UiSSHodaBmnwppc1vnpw==","secondarySharedKey":"WpA0VtcbLpKB2xDiE5bjgw1HxCZd2LpeVNWfCCc8lXuMwIgpIJpwJKgO8s5awF7ZIGA0awkF931DxMQ5QQ2USQ=="}' headers: access-control-allow-origin: - '*' @@ -146,15 +142,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:04:22 GMT + - Tue, 30 May 2023 18:28:10 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 - server: - - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -184,7 +178,7 @@ interactions: ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -281,7 +275,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:04:22 GMT + - Tue, 30 May 2023 18:28:12 GMT expires: - '-1' pragma: @@ -309,7 +303,7 @@ interactions: ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -406,7 +400,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:04:22 GMT + - Tue, 30 May 2023 18:28:14 GMT expires: - '-1' pragma: @@ -434,7 +428,7 @@ interactions: ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -531,7 +525,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:04:22 GMT + - Tue, 30 May 2023 18:28:14 GMT expires: - '-1' pragma: @@ -559,7 +553,7 @@ interactions: ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -656,7 +650,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:04:22 GMT + - Tue, 30 May 2023 18:28:15 GMT expires: - '-1' pragma: @@ -671,10 +665,10 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus", "tags": null, "properties": {"daprAIInstrumentationKey": + body: '{"location": "northcentralus", "tags": null, "properties": {"daprAIInstrumentationKey": null, "vnetConfiguration": null, "appLogsConfiguration": {"destination": "log-analytics", - "logAnalyticsConfiguration": {"customerId": "2cef00c3-84bc-4d45-9c68-385f87dbbaf6", - "sharedKey": "e7/r6J+WPI2ge3AgW/jcnAVHQ9wbzbPlAI7KcaedCAm3J6JZ0sU6HtRosDzQEjTR11NGyVzrxQioeFPRmB3STg=="}}, + "logAnalyticsConfiguration": {"customerId": "72c5ec08-678e-4dd2-98a8-b5daf71187c8", + "sharedKey": "bnszvNP7vqWMtA0/927zVwxsezDiJn8+uKA+n0/f3quFOfQdhejw9RU2ahwIALW1G4UiSSHodaBmnwppc1vnpw=="}}, "customDomainConfiguration": null, "workloadProfiles": null, "zoneRedundant": false}}' headers: @@ -687,32 +681,33 @@ interactions: Connection: - keep-alive Content-Length: - - '446' + - '454' Content-Type: - application/json ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","name":"containerapp-env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:04:27.4580478Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:04:27.4580478Z"},"properties":{"provisioningState":"Waiting","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"yellowwater-be8c4b9d.eastus.azurecontainerapps.io","staticIp":"20.242.179.214","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"2cef00c3-84bc-4d45-9c68-385f87dbbaf6","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/containerapp-env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDateUtc":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","name":"containerapp-env000002","type":"Microsoft.App/managedEnvironments","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:28:18.6039557Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:28:18.6039557Z"},"properties":{"provisioningState":"Waiting","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"wittywater-948d94ca.northcentralus.azurecontainerapps.io","staticIp":"52.162.162.77","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"72c5ec08-678e-4dd2-98a8-b5daf71187c8","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/containerapp-env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/bd89711f-3c47-414a-8e74-8abff020e128?api-version=2023-04-01-preview&azureAsyncOperation=true + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/dcf33540-0a13-4092-bb36-9290de1de774?api-version=2023-04-01-preview&azureAsyncOperation=true cache-control: - no-cache content-length: - - '1572' + - '1571' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:04:29 GMT + - Tue, 30 May 2023 18:28:19 GMT expires: - '-1' pragma: @@ -746,24 +741,24 @@ interactions: ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/bd89711f-3c47-414a-8e74-8abff020e128?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/dcf33540-0a13-4092-bb36-9290de1de774?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/bd89711f-3c47-414a-8e74-8abff020e128","name":"bd89711f-3c47-414a-8e74-8abff020e128","status":"InProgress","startTime":"2023-05-15T22:04:29.374153"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/dcf33540-0a13-4092-bb36-9290de1de774","name":"dcf33540-0a13-4092-bb36-9290de1de774","status":"InProgress","startTime":"2023-05-30T18:28:19.7716951"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '283' + - '292' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:04:31 GMT + - Tue, 30 May 2023 18:28:21 GMT expires: - '-1' pragma: @@ -797,24 +792,24 @@ interactions: ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/bd89711f-3c47-414a-8e74-8abff020e128?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/dcf33540-0a13-4092-bb36-9290de1de774?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/bd89711f-3c47-414a-8e74-8abff020e128","name":"bd89711f-3c47-414a-8e74-8abff020e128","status":"InProgress","startTime":"2023-05-15T22:04:29.374153"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/dcf33540-0a13-4092-bb36-9290de1de774","name":"dcf33540-0a13-4092-bb36-9290de1de774","status":"InProgress","startTime":"2023-05-30T18:28:19.7716951"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '283' + - '292' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:04:35 GMT + - Tue, 30 May 2023 18:28:25 GMT expires: - '-1' pragma: @@ -848,24 +843,24 @@ interactions: ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/bd89711f-3c47-414a-8e74-8abff020e128?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/dcf33540-0a13-4092-bb36-9290de1de774?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/bd89711f-3c47-414a-8e74-8abff020e128","name":"bd89711f-3c47-414a-8e74-8abff020e128","status":"InProgress","startTime":"2023-05-15T22:04:29.374153"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/dcf33540-0a13-4092-bb36-9290de1de774","name":"dcf33540-0a13-4092-bb36-9290de1de774","status":"InProgress","startTime":"2023-05-30T18:28:19.7716951"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '283' + - '292' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:04:39 GMT + - Tue, 30 May 2023 18:28:27 GMT expires: - '-1' pragma: @@ -899,24 +894,24 @@ interactions: ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/bd89711f-3c47-414a-8e74-8abff020e128?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/dcf33540-0a13-4092-bb36-9290de1de774?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/bd89711f-3c47-414a-8e74-8abff020e128","name":"bd89711f-3c47-414a-8e74-8abff020e128","status":"Succeeded","startTime":"2023-05-15T22:04:29.374153"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/dcf33540-0a13-4092-bb36-9290de1de774","name":"dcf33540-0a13-4092-bb36-9290de1de774","status":"Succeeded","startTime":"2023-05-30T18:28:19.7716951"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '282' + - '291' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:04:41 GMT + - Tue, 30 May 2023 18:28:31 GMT expires: - '-1' pragma: @@ -950,24 +945,25 @@ interactions: ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","name":"containerapp-env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:04:27.4580478","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:04:27.4580478"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"yellowwater-be8c4b9d.eastus.azurecontainerapps.io","staticIp":"20.242.179.214","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"2cef00c3-84bc-4d45-9c68-385f87dbbaf6","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/containerapp-env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDateUtc":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","name":"containerapp-env000002","type":"Microsoft.App/managedEnvironments","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:28:18.6039557","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:28:18.6039557"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"wittywater-948d94ca.northcentralus.azurecontainerapps.io","staticIp":"52.162.162.77","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"72c5ec08-678e-4dd2-98a8-b5daf71187c8","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/containerapp-env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '1572' + - '1571' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:04:44 GMT + - Tue, 30 May 2023 18:28:32 GMT expires: - '-1' pragma: @@ -1001,7 +997,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -1098,7 +1094,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:04:43 GMT + - Tue, 30 May 2023 18:28:34 GMT expires: - '-1' pragma: @@ -1126,24 +1122,25 @@ interactions: ParameterSetName: - -g -n User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","name":"containerapp-env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:04:27.4580478","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:04:27.4580478"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"yellowwater-be8c4b9d.eastus.azurecontainerapps.io","staticIp":"20.242.179.214","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"2cef00c3-84bc-4d45-9c68-385f87dbbaf6","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/containerapp-env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDateUtc":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","name":"containerapp-env000002","type":"Microsoft.App/managedEnvironments","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:28:18.6039557","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:28:18.6039557"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"wittywater-948d94ca.northcentralus.azurecontainerapps.io","staticIp":"52.162.162.77","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"72c5ec08-678e-4dd2-98a8-b5daf71187c8","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/containerapp-env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '1572' + - '1571' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:04:45 GMT + - Tue, 30 May 2023 18:28:36 GMT expires: - '-1' pragma: @@ -1177,7 +1174,7 @@ interactions: ParameterSetName: - -g -n --environment User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -1274,7 +1271,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:04:46 GMT + - Tue, 30 May 2023 18:28:37 GMT expires: - '-1' pragma: @@ -1302,24 +1299,25 @@ interactions: ParameterSetName: - -g -n --environment User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","name":"containerapp-env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:04:27.4580478","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:04:27.4580478"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"yellowwater-be8c4b9d.eastus.azurecontainerapps.io","staticIp":"20.242.179.214","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"2cef00c3-84bc-4d45-9c68-385f87dbbaf6","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/containerapp-env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDateUtc":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","name":"containerapp-env000002","type":"Microsoft.App/managedEnvironments","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:28:18.6039557","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:28:18.6039557"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"wittywater-948d94ca.northcentralus.azurecontainerapps.io","staticIp":"52.162.162.77","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"72c5ec08-678e-4dd2-98a8-b5daf71187c8","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/containerapp-env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '1572' + - '1571' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:04:48 GMT + - Tue, 30 May 2023 18:28:39 GMT expires: - '-1' pragma: @@ -1353,7 +1351,7 @@ interactions: ParameterSetName: - -g -n --environment User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -1450,7 +1448,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:04:49 GMT + - Tue, 30 May 2023 18:28:40 GMT expires: - '-1' pragma: @@ -1478,24 +1476,25 @@ interactions: ParameterSetName: - -g -n --environment User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","name":"containerapp-env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:04:27.4580478","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:04:27.4580478"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"yellowwater-be8c4b9d.eastus.azurecontainerapps.io","staticIp":"20.242.179.214","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"2cef00c3-84bc-4d45-9c68-385f87dbbaf6","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/containerapp-env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDateUtc":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","name":"containerapp-env000002","type":"Microsoft.App/managedEnvironments","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:28:18.6039557","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:28:18.6039557"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"wittywater-948d94ca.northcentralus.azurecontainerapps.io","staticIp":"52.162.162.77","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"72c5ec08-678e-4dd2-98a8-b5daf71187c8","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/containerapp-env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '1572' + - '1571' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:04:53 GMT + - Tue, 30 May 2023 18:28:42 GMT expires: - '-1' pragma: @@ -1529,7 +1528,7 @@ interactions: ParameterSetName: - -g -n --environment User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -1626,7 +1625,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:04:53 GMT + - Tue, 30 May 2023 18:28:42 GMT expires: - '-1' pragma: @@ -1641,7 +1640,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus", "identity": {"type": "None", "userAssignedIdentities": + body: '{"location": "North Central US", "identity": {"type": "None", "userAssignedIdentities": null}, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002", "configuration": {"secrets": null, "activeRevisionsMode": "single", "ingress": null, "dapr": null, "registries": null, "service": {"type": "redis"}}, "template": @@ -1659,33 +1658,33 @@ interactions: Connection: - keep-alive Content-Length: - - '718' + - '728' Content-Type: - application/json ParameterSetName: - -g -n --environment User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/redis?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/redis","name":"redis","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:04:57.9528778Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:04:57.9528778Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.119.109.161"],"latestRevisionName":"","latestReadyRevisionName":"","latestRevisionFqdn":"","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":[{"name":"redis-config"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"redis.internal.yellowwater-be8c4b9d.eastus.azurecontainerapps.io","external":false,"targetPort":6379,"exposedPort":6379,"transport":"Tcp","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":{"type":"redis"}},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/mirror/docker/library/redis:7","name":"redis","command":["redis-server","/redis-config/redis.config"],"resources":{"cpu":1.0,"memory":"2Gi","ephemeralStorage":""},"volumeMounts":[{"volumeName":"redis-data","mountPath":"/mnt/data"},{"volumeName":"redis-config","mountPath":"/redis-config"}]}],"initContainers":null,"scale":{"minReplicas":0,"maxReplicas":1,"rules":null},"volumes":[{"name":"redis-data","storageType":"EmptyDir"},{"name":"redis-config","storageType":"EmptyDir"}],"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/redis/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/redis","name":"redis","type":"Microsoft.App/containerApps","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:28:45.5566565Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:28:45.5566565Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.241.60.91"],"latestRevisionName":"","latestReadyRevisionName":"","latestRevisionFqdn":"","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":[{"name":"redis-config"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"redis.internal.wittywater-948d94ca.northcentralus.azurecontainerapps.io","external":false,"targetPort":6379,"exposedPort":6379,"transport":"Tcp","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":{"type":"redis"}},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/services/redis:7","name":"redis","command":["redis-server"],"args":["/redis-config/redis.config"],"resources":{"cpu":1.0,"memory":"2Gi","ephemeralStorage":""},"volumeMounts":[{"volumeName":"redis-config","mountPath":"/redis-config"}]}],"initContainers":null,"scale":{"minReplicas":0,"maxReplicas":1,"rules":null},"volumes":[{"name":"redis-config","storageType":"EmptyDir"}],"serviceBinds":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/redis/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/6b8f4dc4-1352-46c4-8444-fd9051fa7717?api-version=2023-04-01-preview&azureAsyncOperation=true + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/c3d5e71f-b50f-4619-8012-f917ab283034?api-version=2023-04-01-preview&azureAsyncOperation=true cache-control: - no-cache content-length: - - '2439' + - '2363' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:05:00 GMT + - Tue, 30 May 2023 18:28:46 GMT expires: - '-1' pragma: @@ -1719,24 +1718,24 @@ interactions: ParameterSetName: - -g -n --environment User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/6b8f4dc4-1352-46c4-8444-fd9051fa7717?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/c3d5e71f-b50f-4619-8012-f917ab283034?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/6b8f4dc4-1352-46c4-8444-fd9051fa7717","name":"6b8f4dc4-1352-46c4-8444-fd9051fa7717","status":"InProgress","startTime":"2023-05-15T22:04:59.177352"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/c3d5e71f-b50f-4619-8012-f917ab283034","name":"c3d5e71f-b50f-4619-8012-f917ab283034","status":"InProgress","startTime":"2023-05-30T18:28:45.7644789"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '277' + - '286' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:05:03 GMT + - Tue, 30 May 2023 18:28:48 GMT expires: - '-1' pragma: @@ -1770,24 +1769,24 @@ interactions: ParameterSetName: - -g -n --environment User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/6b8f4dc4-1352-46c4-8444-fd9051fa7717?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/c3d5e71f-b50f-4619-8012-f917ab283034?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/6b8f4dc4-1352-46c4-8444-fd9051fa7717","name":"6b8f4dc4-1352-46c4-8444-fd9051fa7717","status":"Succeeded","startTime":"2023-05-15T22:04:59.177352"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/c3d5e71f-b50f-4619-8012-f917ab283034","name":"c3d5e71f-b50f-4619-8012-f917ab283034","status":"InProgress","startTime":"2023-05-30T18:28:45.7644789"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '276' + - '286' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:05:06 GMT + - Tue, 30 May 2023 18:28:51 GMT expires: - '-1' pragma: @@ -1821,25 +1820,24 @@ interactions: ParameterSetName: - -g -n --environment User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/redis?api-version=2023-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/c3d5e71f-b50f-4619-8012-f917ab283034?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/redis","name":"redis","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:04:57.9528778","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:04:57.9528778"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.119.109.161"],"latestRevisionName":"redis--1gnxds6","latestReadyRevisionName":"redis--1gnxds6","latestRevisionFqdn":"redis--1gnxds6.internal.yellowwater-be8c4b9d.eastus.azurecontainerapps.io","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":[{"name":"redis-config"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"redis.internal.yellowwater-be8c4b9d.eastus.azurecontainerapps.io","external":false,"targetPort":6379,"exposedPort":6379,"transport":"Tcp","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":{"type":"redis"}},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/mirror/docker/library/redis:7","name":"redis","command":["redis-server","/redis-config/redis.config"],"resources":{"cpu":1.0,"memory":"2Gi","ephemeralStorage":""},"volumeMounts":[{"volumeName":"redis-data","mountPath":"/mnt/data"},{"volumeName":"redis-config","mountPath":"/redis-config"}]}],"initContainers":null,"scale":{"minReplicas":0,"maxReplicas":1,"rules":null},"volumes":[{"name":"redis-data","storageType":"EmptyDir"},{"name":"redis-config","storageType":"EmptyDir"}],"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/redis/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/c3d5e71f-b50f-4619-8012-f917ab283034","name":"c3d5e71f-b50f-4619-8012-f917ab283034","status":"InProgress","startTime":"2023-05-30T18:28:45.7644789"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '2537' + - '286' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:05:08 GMT + - Tue, 30 May 2023 18:28:54 GMT expires: - '-1' pragma: @@ -1863,124 +1861,50 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - containerapp service postgres create + - containerapp service redis create Connection: - keep-alive ParameterSetName: - -g -n --environment User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/c3d5e71f-b50f-4619-8012-f917ab283034?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North - Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden - Central","Canada Central","West Europe","North Europe","East US","East US - 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West - US","Central US","North Central US","South Central US","Korea Central","Brazil - South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/c3d5e71f-b50f-4619-8012-f917ab283034","name":"c3d5e71f-b50f-4619-8012-f917ab283034","status":"InProgress","startTime":"2023-05-30T18:28:45.7644789"}' headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '10587' + - '286' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:05:09 GMT + - Tue, 30 May 2023 18:28:59 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - - Accept-Encoding + - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff + x-powered-by: + - ASP.NET status: code: 200 message: OK @@ -1992,30 +1916,30 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - containerapp service postgres create + - containerapp service redis create Connection: - keep-alive ParameterSetName: - -g -n --environment User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002?api-version=2023-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/c3d5e71f-b50f-4619-8012-f917ab283034?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","name":"containerapp-env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:04:27.4580478","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:04:27.4580478"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"yellowwater-be8c4b9d.eastus.azurecontainerapps.io","staticIp":"20.242.179.214","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"2cef00c3-84bc-4d45-9c68-385f87dbbaf6","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/containerapp-env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDateUtc":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/c3d5e71f-b50f-4619-8012-f917ab283034","name":"c3d5e71f-b50f-4619-8012-f917ab283034","status":"InProgress","startTime":"2023-05-30T18:28:45.7644789"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '1572' + - '286' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:05:12 GMT + - Tue, 30 May 2023 18:29:02 GMT expires: - '-1' pragma: @@ -2039,124 +1963,50 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - containerapp service postgres create + - containerapp service redis create Connection: - keep-alive ParameterSetName: - -g -n --environment User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/c3d5e71f-b50f-4619-8012-f917ab283034?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North - Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden - Central","Canada Central","West Europe","North Europe","East US","East US - 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West - US","Central US","North Central US","South Central US","Korea Central","Brazil - South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/c3d5e71f-b50f-4619-8012-f917ab283034","name":"c3d5e71f-b50f-4619-8012-f917ab283034","status":"InProgress","startTime":"2023-05-30T18:28:45.7644789"}' headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '10587' + - '286' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:05:12 GMT + - Tue, 30 May 2023 18:29:05 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - - Accept-Encoding + - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff + x-powered-by: + - ASP.NET status: code: 200 message: OK @@ -2168,30 +2018,30 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - containerapp service postgres create + - containerapp service redis create Connection: - keep-alive ParameterSetName: - -g -n --environment User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002?api-version=2023-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/c3d5e71f-b50f-4619-8012-f917ab283034?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","name":"containerapp-env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:04:27.4580478","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:04:27.4580478"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"yellowwater-be8c4b9d.eastus.azurecontainerapps.io","staticIp":"20.242.179.214","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"2cef00c3-84bc-4d45-9c68-385f87dbbaf6","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/containerapp-env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDateUtc":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/c3d5e71f-b50f-4619-8012-f917ab283034","name":"c3d5e71f-b50f-4619-8012-f917ab283034","status":"InProgress","startTime":"2023-05-30T18:28:45.7644789"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '1572' + - '286' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:05:15 GMT + - Tue, 30 May 2023 18:29:08 GMT expires: - '-1' pragma: @@ -2215,275 +2065,34 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - containerapp service postgres create + - containerapp service redis create Connection: - keep-alive ParameterSetName: - -g -n --environment User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/c3d5e71f-b50f-4619-8012-f917ab283034?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North - Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden - Central","Canada Central","West Europe","North Europe","East US","East US - 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West - US","Central US","North Central US","South Central US","Korea Central","Brazil - South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' - headers: - cache-control: - - no-cache - content-length: - - '10587' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 15 May 2023 22:05:15 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": "eastus", "identity": {"type": "None", "userAssignedIdentities": - null}, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002", - "configuration": {"secrets": null, "activeRevisionsMode": "single", "ingress": - null, "dapr": null, "registries": null, "service": {"type": "postgres"}}, "template": - {"revisionSuffix": null, "containers": [{"image": "postgres", "name": "postgres", - "command": null, "args": null, "env": null, "resources": null, "volumeMounts": - null}], "initContainers": null, "scale": null, "volumes": null, "serviceBinds": - null}, "workloadProfileName": null}, "tags": null}' - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp service postgres create - Connection: - - keep-alive - Content-Length: - - '727' - Content-Type: - - application/json - ParameterSetName: - - -g -n --environment - User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/postgres?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/postgres","name":"postgres","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:05:23.2127908Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:05:23.2127908Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.119.109.161"],"latestRevisionName":"","latestReadyRevisionName":"","latestRevisionFqdn":"","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":[{"name":"pg-password"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"postgres.internal.yellowwater-be8c4b9d.eastus.azurecontainerapps.io","external":false,"targetPort":5432,"exposedPort":5432,"transport":"Tcp","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":{"type":"postgres"}},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/mirror/docker/library/postgres:14","name":"postgres","env":[{"name":"POSTGRES_USER","value":"postgres"},{"name":"POSTGRES_DB","value":"postgres"},{"name":"PGDATA","value":"/mnt/data/pgdata"},{"name":"POSTGRES_PASSWORD","secretRef":"pg-password"}],"resources":{"cpu":1.0,"memory":"2Gi","ephemeralStorage":""},"volumeMounts":[{"volumeName":"pg-data","mountPath":"/mnt/data"}]}],"initContainers":null,"scale":{"minReplicas":0,"maxReplicas":1,"rules":null},"volumes":[{"name":"pg-data","storageType":"EmptyDir"}],"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/postgres/eventstream"},"identity":{"type":"None"}}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/07c98667-e0ca-4c37-aa58-7711207a53c6?api-version=2023-04-01-preview&azureAsyncOperation=true - cache-control: - - no-cache - content-length: - - '2485' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 15 May 2023 22:05:25 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-async-operation-timeout: - - PT15M - x-ms-ratelimit-remaining-subscription-resource-requests: - - '699' - x-powered-by: - - ASP.NET - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp service postgres create - Connection: - - keep-alive - ParameterSetName: - - -g -n --environment - User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/07c98667-e0ca-4c37-aa58-7711207a53c6?api-version=2023-04-01-preview&azureAsyncOperation=true - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/07c98667-e0ca-4c37-aa58-7711207a53c6","name":"07c98667-e0ca-4c37-aa58-7711207a53c6","status":"InProgress","startTime":"2023-05-15T22:05:23.3932789"}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '278' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 15 May 2023 22:05:26 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp service postgres create - Connection: - - keep-alive - ParameterSetName: - - -g -n --environment - User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/07c98667-e0ca-4c37-aa58-7711207a53c6?api-version=2023-04-01-preview&azureAsyncOperation=true - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/07c98667-e0ca-4c37-aa58-7711207a53c6","name":"07c98667-e0ca-4c37-aa58-7711207a53c6","status":"InProgress","startTime":"2023-05-15T22:05:23.3932789"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/c3d5e71f-b50f-4619-8012-f917ab283034","name":"c3d5e71f-b50f-4619-8012-f917ab283034","status":"Succeeded","startTime":"2023-05-30T18:28:45.7644789"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '278' + - '285' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:05:30 GMT + - Tue, 30 May 2023 18:29:12 GMT expires: - '-1' pragma: @@ -2511,30 +2120,31 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - containerapp service postgres create + - containerapp service redis create Connection: - keep-alive ParameterSetName: - -g -n --environment User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/07c98667-e0ca-4c37-aa58-7711207a53c6?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/redis?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/07c98667-e0ca-4c37-aa58-7711207a53c6","name":"07c98667-e0ca-4c37-aa58-7711207a53c6","status":"Succeeded","startTime":"2023-05-15T22:05:23.3932789"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/redis","name":"redis","type":"Microsoft.App/containerApps","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:28:45.5566565","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:28:45.5566565"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.241.60.91"],"latestRevisionName":"redis--j6pctpx","latestReadyRevisionName":"redis--j6pctpx","latestRevisionFqdn":"redis--j6pctpx.internal.wittywater-948d94ca.northcentralus.azurecontainerapps.io","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":[{"name":"redis-config"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"redis.internal.wittywater-948d94ca.northcentralus.azurecontainerapps.io","external":false,"targetPort":6379,"exposedPort":6379,"transport":"Tcp","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":{"type":"redis"}},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/services/redis:7","name":"redis","command":["redis-server"],"args":["/redis-config/redis.config"],"resources":{"cpu":1.0,"memory":"2Gi","ephemeralStorage":""},"volumeMounts":[{"volumeName":"redis-config","mountPath":"/redis-config"}]}],"initContainers":null,"scale":{"minReplicas":0,"maxReplicas":1,"rules":null},"volumes":[{"name":"redis-config","storageType":"EmptyDir"}],"serviceBinds":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/redis/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '277' + - '2468' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:05:34 GMT + - Tue, 30 May 2023 18:29:13 GMT expires: - '-1' pragma: @@ -2558,7 +2168,7 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: @@ -2568,59 +2178,7 @@ interactions: ParameterSetName: - -g -n --environment User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/postgres?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/postgres","name":"postgres","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:05:23.2127908","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:05:23.2127908"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.119.109.161"],"latestRevisionName":"postgres--zxaoktj","latestReadyRevisionName":"postgres--zxaoktj","latestRevisionFqdn":"postgres--zxaoktj.internal.yellowwater-be8c4b9d.eastus.azurecontainerapps.io","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":[{"name":"pg-password"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"postgres.internal.yellowwater-be8c4b9d.eastus.azurecontainerapps.io","external":false,"targetPort":5432,"exposedPort":5432,"transport":"Tcp","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":{"type":"postgres"}},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/mirror/docker/library/postgres:14","name":"postgres","env":[{"name":"POSTGRES_USER","value":"postgres"},{"name":"POSTGRES_DB","value":"postgres"},{"name":"PGDATA","value":"/mnt/data/pgdata"},{"name":"POSTGRES_PASSWORD","secretRef":"pg-password"}],"resources":{"cpu":1.0,"memory":"2Gi","ephemeralStorage":""},"volumeMounts":[{"volumeName":"pg-data","mountPath":"/mnt/data"}]}],"initContainers":null,"scale":{"minReplicas":0,"maxReplicas":1,"rules":null},"volumes":[{"name":"pg-data","storageType":"EmptyDir"}],"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/postgres/eventstream"},"identity":{"type":"None"}}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '2592' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 15 May 2023 22:05:37 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp create - Connection: - - keep-alive - ParameterSetName: - - -g -n --environment --image --bind - User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -2717,7 +2275,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:05:36 GMT + - Tue, 30 May 2023 18:29:14 GMT expires: - '-1' pragma: @@ -2739,30 +2297,31 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - containerapp create + - containerapp service postgres create Connection: - keep-alive ParameterSetName: - - -g -n --environment --image --bind + - -g -n --environment User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","name":"containerapp-env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:04:27.4580478","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:04:27.4580478"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"yellowwater-be8c4b9d.eastus.azurecontainerapps.io","staticIp":"20.242.179.214","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"2cef00c3-84bc-4d45-9c68-385f87dbbaf6","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/containerapp-env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDateUtc":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","name":"containerapp-env000002","type":"Microsoft.App/managedEnvironments","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:28:18.6039557","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:28:18.6039557"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"wittywater-948d94ca.northcentralus.azurecontainerapps.io","staticIp":"52.162.162.77","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"72c5ec08-678e-4dd2-98a8-b5daf71187c8","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/containerapp-env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '1572' + - '1571' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:05:40 GMT + - Tue, 30 May 2023 18:29:16 GMT expires: - '-1' pragma: @@ -2790,13 +2349,13 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - containerapp create + - containerapp service postgres create Connection: - keep-alive ParameterSetName: - - -g -n --environment --image --bind + - -g -n --environment User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -2893,7 +2452,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:05:41 GMT + - Tue, 30 May 2023 18:29:17 GMT expires: - '-1' pragma: @@ -2911,31 +2470,3236 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - containerapp create + - containerapp service postgres create Connection: - keep-alive ParameterSetName: - - -g -n --environment --image --bind + - -g -n --environment User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/resources?api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002?api-version=2023-04-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces","location":"eastus"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","name":"containerapp-env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:04:27.4580478Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:04:27.4580478Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/redis","name":"redis","type":"Microsoft.App/containerApps","location":"eastus","identity":{"type":"None"},"systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:04:57.9528778Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:04:57.9528778Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/postgres","name":"postgres","type":"Microsoft.App/containerApps","location":"eastus","identity":{"type":"None"},"systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:05:23.2127908Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:05:23.2127908Z"}}]}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","name":"containerapp-env000002","type":"Microsoft.App/managedEnvironments","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:28:18.6039557","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:28:18.6039557"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"wittywater-948d94ca.northcentralus.azurecontainerapps.io","staticIp":"52.162.162.77","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"72c5ec08-678e-4dd2-98a8-b5daf71187c8","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/containerapp-env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '1727' + - '1571' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:05:44 GMT + - Tue, 30 May 2023 18:29:19 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp service postgres create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:29:20 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": "North Central US", "identity": {"type": "None", "userAssignedIdentities": + null}, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002", + "configuration": {"secrets": null, "activeRevisionsMode": "single", "ingress": + null, "dapr": null, "registries": null, "service": {"type": "postgres"}}, "template": + {"revisionSuffix": null, "containers": [{"image": "postgres", "name": "postgres", + "command": null, "args": null, "env": null, "resources": null, "volumeMounts": + null}], "initContainers": null, "scale": null, "volumes": null, "serviceBinds": + null}, "workloadProfileName": null}, "tags": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp service postgres create + Connection: + - keep-alive + Content-Length: + - '737' + Content-Type: + - application/json + ParameterSetName: + - -g -n --environment + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/postgres?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/postgres","name":"postgres","type":"Microsoft.App/containerApps","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:29:22.7368158Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:29:22.7368158Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.241.60.91"],"latestRevisionName":"","latestReadyRevisionName":"","latestRevisionFqdn":"","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":[{"name":"pg-password"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"postgres.internal.wittywater-948d94ca.northcentralus.azurecontainerapps.io","external":false,"targetPort":5432,"exposedPort":5432,"transport":"Tcp","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":{"type":"postgres"}},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/services/postgres:14","name":"postgres","env":[{"name":"POSTGRES_USER","value":"postgres"},{"name":"POSTGRES_DB","value":"postgres"},{"name":"PGDATA","value":"/mnt/data/pgdata"},{"name":"POSTGRES_PASSWORD","secretRef":"pg-password"}],"resources":{"cpu":1.0,"memory":"2Gi","ephemeralStorage":""}}],"initContainers":null,"scale":{"minReplicas":0,"maxReplicas":1,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/postgres/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/50ef9636-fc86-4e05-9f7a-e5ea2c8138a4?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '2392' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:29:23 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '699' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp service postgres create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/50ef9636-fc86-4e05-9f7a-e5ea2c8138a4?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/50ef9636-fc86-4e05-9f7a-e5ea2c8138a4","name":"50ef9636-fc86-4e05-9f7a-e5ea2c8138a4","status":"InProgress","startTime":"2023-05-30T18:29:22.9550969"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '286' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:29:24 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp service postgres create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/50ef9636-fc86-4e05-9f7a-e5ea2c8138a4?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/50ef9636-fc86-4e05-9f7a-e5ea2c8138a4","name":"50ef9636-fc86-4e05-9f7a-e5ea2c8138a4","status":"InProgress","startTime":"2023-05-30T18:29:22.9550969"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '286' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:29:27 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp service postgres create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/50ef9636-fc86-4e05-9f7a-e5ea2c8138a4?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/50ef9636-fc86-4e05-9f7a-e5ea2c8138a4","name":"50ef9636-fc86-4e05-9f7a-e5ea2c8138a4","status":"Succeeded","startTime":"2023-05-30T18:29:22.9550969"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '285' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:29:32 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp service postgres create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/postgres?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/postgres","name":"postgres","type":"Microsoft.App/containerApps","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:29:22.7368158","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:29:22.7368158"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.241.60.91"],"latestRevisionName":"postgres--2kovlq4","latestReadyRevisionName":"postgres--2kovlq4","latestRevisionFqdn":"postgres--2kovlq4.internal.wittywater-948d94ca.northcentralus.azurecontainerapps.io","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":[{"name":"pg-password"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"postgres.internal.wittywater-948d94ca.northcentralus.azurecontainerapps.io","external":false,"targetPort":5432,"exposedPort":5432,"transport":"Tcp","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":{"type":"postgres"}},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/services/postgres:14","name":"postgres","env":[{"name":"POSTGRES_USER","value":"postgres"},{"name":"POSTGRES_DB","value":"postgres"},{"name":"PGDATA","value":"/mnt/data/pgdata"},{"name":"POSTGRES_PASSWORD","secretRef":"pg-password"}],"resources":{"cpu":1.0,"memory":"2Gi","ephemeralStorage":""}}],"initContainers":null,"scale":{"minReplicas":0,"maxReplicas":1,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/postgres/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2506' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:29:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp service kafka create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:29:34 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: + - containerapp service kafka create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","name":"containerapp-env000002","type":"Microsoft.App/managedEnvironments","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:28:18.6039557","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:28:18.6039557"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"wittywater-948d94ca.northcentralus.azurecontainerapps.io","staticIp":"52.162.162.77","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"72c5ec08-678e-4dd2-98a8-b5daf71187c8","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/containerapp-env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1571' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:29:35 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp service kafka create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:29:37 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp service kafka create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","name":"containerapp-env000002","type":"Microsoft.App/managedEnvironments","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:28:18.6039557","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:28:18.6039557"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"wittywater-948d94ca.northcentralus.azurecontainerapps.io","staticIp":"52.162.162.77","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"72c5ec08-678e-4dd2-98a8-b5daf71187c8","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/containerapp-env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1571' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:29:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp service kafka create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:29:39 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"location": "North Central US", "identity": {"type": "None", "userAssignedIdentities": + null}, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002", + "configuration": {"secrets": null, "activeRevisionsMode": "single", "ingress": + null, "dapr": null, "registries": null, "service": {"type": "kafka"}}, "template": + {"revisionSuffix": null, "containers": [{"image": "kafka", "name": "kafka", + "command": null, "args": null, "env": null, "resources": null, "volumeMounts": + null}], "initContainers": null, "scale": null, "volumes": null, "serviceBinds": + null}, "workloadProfileName": null}, "tags": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp service kafka create + Connection: + - keep-alive + Content-Length: + - '728' + Content-Type: + - application/json + ParameterSetName: + - -g -n --environment + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/kafka?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/kafka","name":"kafka","type":"Microsoft.App/containerApps","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:29:42.1298001Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:29:42.1298001Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.241.60.91"],"latestRevisionName":"","latestReadyRevisionName":"","latestRevisionFqdn":"","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":[{"name":"kafka-sasl-config"},{"name":"password"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"kafka.internal.wittywater-948d94ca.northcentralus.azurecontainerapps.io","external":false,"targetPort":9092,"exposedPort":9092,"transport":"Tcp","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":{"type":"kafka"}},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/services/kafka:3.4","name":"kafka","env":[{"name":"KAFKA_BROKER_ID","value":"1"},{"name":"KAFKA_NODE_ID","value":"1"},{"name":"KAFKA_LISTENERS","value":"BROKER://:9092,CONTROLLER://localhost:9093"},{"name":"KAFKA_ADVERTISED_LISTENERS","value":"BROKER://kafka:9092"},{"name":"KAFKA_LISTENER_SECURITY_PROTOCOL_MAP","value":"CONTROLLER:SASL_PLAINTEXT,BROKER:SASL_PLAINTEXT"},{"name":"KAFKA_INTER_BROKER_LISTENER_NAME","value":"BROKER"},{"name":"KAFKA_CONTROLLER_LISTENER_NAMES","value":"CONTROLLER"},{"name":"KAFKA_CONTROLLER_QUORUM_VOTERS","value":"1@localhost:9093"},{"name":"KAFKA_SASL_ENABLED_MECHANISMS","value":"PLAIN"},{"name":"KAFKA_SASL_MECHANISM_INTER_BROKER_PROTOCOL","value":"PLAIN"},{"name":"KAFKA_SASl_MECHANISM_CONTROLLER_PROTOCOL","value":"PLAIN"},{"name":"KAFKA_SASl_MECHANISM_BROKER_PROTOCOL","value":"PLAIN"},{"name":"KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR","value":"1"},{"name":"KAFKA_GROUP_INITIAL_REBALANCE_DELAY_MS","value":"0"},{"name":"KAFKA_TRANSACTION_STATE_LOG_MIN_ISR","value":"1"},{"name":"KAFKA_TRANSACTION_STATE_LOG_REPLICATION_FACTOR","value":"1"},{"name":"KAFKA_PROCESS_ROLES","value":"broker,controller"},{"name":"KAFKA_LOG_DIRS","value":"/mnt/data"},{"name":"KAFKA_LISTENER_NAME_CONTROLLER_PlAIN_SASL_JAAS_CONFIG","secretRef":"kafka-sasl-config"},{"name":"KAFKA_LISTENER_NAME_BROKER_PLAIN_SASL_JAAS_CONFIG","secretRef":"kafka-sasl-config"}],"resources":{"cpu":1.0,"memory":"2Gi","ephemeralStorage":""},"probes":[{"type":"Liveness","failureThreshold":3,"initialDelaySeconds":10,"periodSeconds":10,"successThreshold":1,"tcpSocket":{"port":9092},"timeoutSeconds":5},{"type":"Readiness","failureThreshold":6,"initialDelaySeconds":5,"periodSeconds":10,"successThreshold":1,"tcpSocket":{"port":9092},"timeoutSeconds":5}]}],"initContainers":null,"scale":{"minReplicas":0,"maxReplicas":1,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/kafka/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/8abc963b-bd44-4a9f-9558-4e553767f520?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '3856' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:29:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '699' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp service kafka create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/8abc963b-bd44-4a9f-9558-4e553767f520?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/8abc963b-bd44-4a9f-9558-4e553767f520","name":"8abc963b-bd44-4a9f-9558-4e553767f520","status":"InProgress","startTime":"2023-05-30T18:29:42.3717769"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '286' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:29:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp service kafka create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/8abc963b-bd44-4a9f-9558-4e553767f520?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/8abc963b-bd44-4a9f-9558-4e553767f520","name":"8abc963b-bd44-4a9f-9558-4e553767f520","status":"InProgress","startTime":"2023-05-30T18:29:42.3717769"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '286' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:29:47 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp service kafka create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/8abc963b-bd44-4a9f-9558-4e553767f520?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/8abc963b-bd44-4a9f-9558-4e553767f520","name":"8abc963b-bd44-4a9f-9558-4e553767f520","status":"InProgress","startTime":"2023-05-30T18:29:42.3717769"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '286' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:29:50 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp service kafka create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/8abc963b-bd44-4a9f-9558-4e553767f520?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/8abc963b-bd44-4a9f-9558-4e553767f520","name":"8abc963b-bd44-4a9f-9558-4e553767f520","status":"InProgress","startTime":"2023-05-30T18:29:42.3717769"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '286' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:29:53 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp service kafka create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/8abc963b-bd44-4a9f-9558-4e553767f520?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/8abc963b-bd44-4a9f-9558-4e553767f520","name":"8abc963b-bd44-4a9f-9558-4e553767f520","status":"InProgress","startTime":"2023-05-30T18:29:42.3717769"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '286' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:29:57 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp service kafka create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/8abc963b-bd44-4a9f-9558-4e553767f520?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/8abc963b-bd44-4a9f-9558-4e553767f520","name":"8abc963b-bd44-4a9f-9558-4e553767f520","status":"InProgress","startTime":"2023-05-30T18:29:42.3717769"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '286' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:30:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp service kafka create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/8abc963b-bd44-4a9f-9558-4e553767f520?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/8abc963b-bd44-4a9f-9558-4e553767f520","name":"8abc963b-bd44-4a9f-9558-4e553767f520","status":"InProgress","startTime":"2023-05-30T18:29:42.3717769"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '286' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:30:05 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp service kafka create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/8abc963b-bd44-4a9f-9558-4e553767f520?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/8abc963b-bd44-4a9f-9558-4e553767f520","name":"8abc963b-bd44-4a9f-9558-4e553767f520","status":"Succeeded","startTime":"2023-05-30T18:29:42.3717769"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '285' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:30:07 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp service kafka create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/kafka?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/kafka","name":"kafka","type":"Microsoft.App/containerApps","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:29:42.1298001","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:29:42.1298001"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.241.60.91"],"latestRevisionName":"kafka--nvveru7","latestReadyRevisionName":"kafka--nvveru7","latestRevisionFqdn":"kafka--nvveru7.internal.wittywater-948d94ca.northcentralus.azurecontainerapps.io","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":[{"name":"kafka-sasl-config"},{"name":"password"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"kafka.internal.wittywater-948d94ca.northcentralus.azurecontainerapps.io","external":false,"targetPort":9092,"exposedPort":9092,"transport":"Tcp","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":{"type":"kafka"}},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/services/kafka:3.4","name":"kafka","env":[{"name":"KAFKA_BROKER_ID","value":"1"},{"name":"KAFKA_NODE_ID","value":"1"},{"name":"KAFKA_LISTENERS","value":"BROKER://:9092,CONTROLLER://localhost:9093"},{"name":"KAFKA_ADVERTISED_LISTENERS","value":"BROKER://kafka:9092"},{"name":"KAFKA_LISTENER_SECURITY_PROTOCOL_MAP","value":"CONTROLLER:SASL_PLAINTEXT,BROKER:SASL_PLAINTEXT"},{"name":"KAFKA_INTER_BROKER_LISTENER_NAME","value":"BROKER"},{"name":"KAFKA_CONTROLLER_LISTENER_NAMES","value":"CONTROLLER"},{"name":"KAFKA_CONTROLLER_QUORUM_VOTERS","value":"1@localhost:9093"},{"name":"KAFKA_SASL_ENABLED_MECHANISMS","value":"PLAIN"},{"name":"KAFKA_SASL_MECHANISM_INTER_BROKER_PROTOCOL","value":"PLAIN"},{"name":"KAFKA_SASl_MECHANISM_CONTROLLER_PROTOCOL","value":"PLAIN"},{"name":"KAFKA_SASl_MECHANISM_BROKER_PROTOCOL","value":"PLAIN"},{"name":"KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR","value":"1"},{"name":"KAFKA_GROUP_INITIAL_REBALANCE_DELAY_MS","value":"0"},{"name":"KAFKA_TRANSACTION_STATE_LOG_MIN_ISR","value":"1"},{"name":"KAFKA_TRANSACTION_STATE_LOG_REPLICATION_FACTOR","value":"1"},{"name":"KAFKA_PROCESS_ROLES","value":"broker,controller"},{"name":"KAFKA_LOG_DIRS","value":"/mnt/data"},{"name":"KAFKA_LISTENER_NAME_CONTROLLER_PlAIN_SASL_JAAS_CONFIG","secretRef":"kafka-sasl-config"},{"name":"KAFKA_LISTENER_NAME_BROKER_PLAIN_SASL_JAAS_CONFIG","secretRef":"kafka-sasl-config"}],"resources":{"cpu":1.0,"memory":"2Gi","ephemeralStorage":""},"probes":[{"type":"Liveness","failureThreshold":3,"initialDelaySeconds":10,"periodSeconds":10,"successThreshold":1,"tcpSocket":{"port":9092},"timeoutSeconds":5},{"type":"Readiness","failureThreshold":6,"initialDelaySeconds":5,"periodSeconds":10,"successThreshold":1,"tcpSocket":{"port":9092},"timeoutSeconds":5}]}],"initContainers":null,"scale":{"minReplicas":0,"maxReplicas":1,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/kafka/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '3961' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:30:09 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image --bind + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:30:10 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: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image --bind + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","name":"containerapp-env000002","type":"Microsoft.App/managedEnvironments","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:28:18.6039557","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:28:18.6039557"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"wittywater-948d94ca.northcentralus.azurecontainerapps.io","staticIp":"52.162.162.77","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"72c5ec08-678e-4dd2-98a8-b5daf71187c8","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/containerapp-env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1571' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:30:12 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image --bind + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:30:13 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: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image --bind + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/resources?api-version=2022-09-01 + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces","location":"eastus"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","name":"containerapp-env000002","type":"Microsoft.App/managedEnvironments","location":"northcentralus","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:28:18.6039557Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:28:18.6039557Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/redis","name":"redis","type":"Microsoft.App/containerApps","location":"northcentralus","identity":{"type":"None"},"systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:28:45.5566565Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:28:45.5566565Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/postgres","name":"postgres","type":"Microsoft.App/containerApps","location":"northcentralus","identity":{"type":"None"},"systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:29:22.7368158Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:29:22.7368158Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/kafka","name":"kafka","type":"Microsoft.App/containerApps","location":"northcentralus","identity":{"type":"None"},"systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:29:42.1298001Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:29:42.1298001Z"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '2233' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:30:15 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: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image --bind + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/postgres?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/postgres","name":"postgres","type":"Microsoft.App/containerApps","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:29:22.7368158","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:29:22.7368158"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.241.60.91"],"latestRevisionName":"postgres--2kovlq4","latestReadyRevisionName":"postgres--2kovlq4","latestRevisionFqdn":"postgres--2kovlq4.internal.wittywater-948d94ca.northcentralus.azurecontainerapps.io","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":[{"name":"pg-password"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"postgres.internal.wittywater-948d94ca.northcentralus.azurecontainerapps.io","external":false,"targetPort":5432,"exposedPort":5432,"transport":"Tcp","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":{"type":"postgres"}},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/services/postgres:14","name":"postgres","env":[{"name":"POSTGRES_USER","value":"postgres"},{"name":"POSTGRES_DB","value":"postgres"},{"name":"PGDATA","value":"/mnt/data/pgdata"},{"name":"POSTGRES_PASSWORD","secretRef":"pg-password"}],"resources":{"cpu":1.0,"memory":"2Gi","ephemeralStorage":""}}],"initContainers":null,"scale":{"minReplicas":0,"maxReplicas":1,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/postgres/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2506' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:30:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image --bind + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/resources?api-version=2022-09-01 + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces","location":"eastus"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","name":"containerapp-env000002","type":"Microsoft.App/managedEnvironments","location":"northcentralus","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:28:18.6039557Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:28:18.6039557Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/redis","name":"redis","type":"Microsoft.App/containerApps","location":"northcentralus","identity":{"type":"None"},"systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:28:45.5566565Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:28:45.5566565Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/postgres","name":"postgres","type":"Microsoft.App/containerApps","location":"northcentralus","identity":{"type":"None"},"systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:29:22.7368158Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:29:22.7368158Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/kafka","name":"kafka","type":"Microsoft.App/containerApps","location":"northcentralus","identity":{"type":"None"},"systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:29:42.1298001Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:29:42.1298001Z"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '2233' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:30:17 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image --bind + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/redis?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/redis","name":"redis","type":"Microsoft.App/containerApps","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:28:45.5566565","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:28:45.5566565"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.241.60.91"],"latestRevisionName":"redis--j6pctpx","latestReadyRevisionName":"redis--j6pctpx","latestRevisionFqdn":"redis--j6pctpx.internal.wittywater-948d94ca.northcentralus.azurecontainerapps.io","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":[{"name":"redis-config"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"redis.internal.wittywater-948d94ca.northcentralus.azurecontainerapps.io","external":false,"targetPort":6379,"exposedPort":6379,"transport":"Tcp","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":{"type":"redis"}},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/services/redis:7","name":"redis","command":["redis-server"],"args":["/redis-config/redis.config"],"resources":{"cpu":1.0,"memory":"2Gi","ephemeralStorage":""},"volumeMounts":[{"volumeName":"redis-config","mountPath":"/redis-config"}]}],"initContainers":null,"scale":{"minReplicas":0,"maxReplicas":1,"rules":null},"volumes":[{"name":"redis-config","storageType":"EmptyDir"}],"serviceBinds":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/redis/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2468' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:30:19 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image --bind + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000003'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:30:20 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: '{"location": "North Central US", "identity": {"type": "None", "userAssignedIdentities": + null}, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002", + "configuration": {"secrets": null, "activeRevisionsMode": "single", "ingress": + null, "dapr": null, "registries": null, "service": null}, "template": {"revisionSuffix": + null, "containers": [{"image": "mcr.microsoft.com/azuredocs/containerapps-helloworld:latest", + "name": "containerapp000003", "command": null, "args": null, "env": null, "resources": + null, "volumeMounts": null}], "initContainers": null, "scale": null, "volumes": + null, "serviceBinds": [{"serviceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/postgres", + "name": "postgres_binding"}, {"serviceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/redis", + "name": "redis"}]}, "workloadProfileName": null}, "tags": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + Content-Length: + - '1118' + Content-Type: + - application/json + ParameterSetName: + - -g -n --environment --image --bind + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:30:22.7789882Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:30:22.7789882Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.241.60.91"],"latestRevisionName":"","latestReadyRevisionName":"","latestRevisionFqdn":"","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":null,"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/azuredocs/containerapps-helloworld:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":[{"serviceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/postgres","name":"postgres_binding"},{"serviceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/redis","name":"redis"}]},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/96309885-f7f6-4db7-9a90-edf50703cc3c?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '2211' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:30:22 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '699' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image --bind + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/96309885-f7f6-4db7-9a90-edf50703cc3c?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/96309885-f7f6-4db7-9a90-edf50703cc3c","name":"96309885-f7f6-4db7-9a90-edf50703cc3c","status":"InProgress","startTime":"2023-05-30T18:30:22.8658829"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '286' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:30:25 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image --bind + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/96309885-f7f6-4db7-9a90-edf50703cc3c?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/96309885-f7f6-4db7-9a90-edf50703cc3c","name":"96309885-f7f6-4db7-9a90-edf50703cc3c","status":"InProgress","startTime":"2023-05-30T18:30:22.8658829"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '286' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:30:27 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image --bind + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/96309885-f7f6-4db7-9a90-edf50703cc3c?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/96309885-f7f6-4db7-9a90-edf50703cc3c","name":"96309885-f7f6-4db7-9a90-edf50703cc3c","status":"InProgress","startTime":"2023-05-30T18:30:22.8658829"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '286' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:30:31 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image --bind + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/96309885-f7f6-4db7-9a90-edf50703cc3c?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/96309885-f7f6-4db7-9a90-edf50703cc3c","name":"96309885-f7f6-4db7-9a90-edf50703cc3c","status":"InProgress","startTime":"2023-05-30T18:30:22.8658829"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '286' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:30:35 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image --bind + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/96309885-f7f6-4db7-9a90-edf50703cc3c?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/96309885-f7f6-4db7-9a90-edf50703cc3c","name":"96309885-f7f6-4db7-9a90-edf50703cc3c","status":"InProgress","startTime":"2023-05-30T18:30:22.8658829"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '286' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:30:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image --bind + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/96309885-f7f6-4db7-9a90-edf50703cc3c?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/96309885-f7f6-4db7-9a90-edf50703cc3c","name":"96309885-f7f6-4db7-9a90-edf50703cc3c","status":"Succeeded","startTime":"2023-05-30T18:30:22.8658829"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '285' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:30:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image --bind + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:30:22.7789882","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:30:22.7789882"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.241.60.91"],"latestRevisionName":"containerapp000003--qxvqbjw","latestReadyRevisionName":"containerapp000003--qxvqbjw","latestRevisionFqdn":"","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":null,"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/azuredocs/containerapps-helloworld:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":[{"serviceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/postgres","name":"postgres_binding"},{"serviceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/redis","name":"redis"}]},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2262' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:30:43 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -g -n --unbind + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:30:44 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: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -g -n --unbind + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:30:45 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -g -n --unbind + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:30:22.7789882","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:30:22.7789882"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.241.60.91"],"latestRevisionName":"containerapp000003--qxvqbjw","latestReadyRevisionName":"containerapp000003--qxvqbjw","latestRevisionFqdn":"","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":null,"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/azuredocs/containerapps-helloworld:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":[{"serviceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/postgres","name":"postgres_binding"},{"serviceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/redis","name":"redis"}]},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2262' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:30:46 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"properties": {"template": {"serviceBinds": [{"serviceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/redis", + "name": "redis"}], "revisionSuffix": null}}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + Content-Length: + - '235' + Content-Type: + - application/json + ParameterSetName: + - -g -n --unbind + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 30 May 2023 18:30:49 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationResults/dd09e926-678c-42fb-bf73-fbca9962d90d?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '699' + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -g -n --unbind + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationResults/dd09e926-678c-42fb-bf73-fbca9962d90d?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 30 May 2023 18:30:50 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationResults/dd09e926-678c-42fb-bf73-fbca9962d90d?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -g -n --unbind + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationResults/dd09e926-678c-42fb-bf73-fbca9962d90d?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 30 May 2023 18:30:57 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationResults/dd09e926-678c-42fb-bf73-fbca9962d90d?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -g -n --unbind + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationResults/dd09e926-678c-42fb-bf73-fbca9962d90d?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 30 May 2023 18:31:03 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationResults/dd09e926-678c-42fb-bf73-fbca9962d90d?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -g -n --unbind + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationResults/dd09e926-678c-42fb-bf73-fbca9962d90d?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:30:22.7789882","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:30:48.8780454"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.241.60.91"],"latestRevisionName":"containerapp000003--796o3uf","latestReadyRevisionName":"containerapp000003--796o3uf","latestRevisionFqdn":"","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":null,"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/azuredocs/containerapps-helloworld:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":[{"serviceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/redis","name":"redis"}]},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2089' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:31:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-mgmt-servicelinker/1.2.0b1 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003/providers/Microsoft.ServiceLinker/linkers/postgres_binding?api-version=2022-11-01-preview + response: + body: + string: '' + headers: + cache-control: + - no-cache + date: + - Tue, 30 May 2023 18:31:14 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -g -n --bind + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:31: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: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -g -n --bind + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:31:17 GMT expires: - '-1' pragma: @@ -2957,31 +5721,31 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - containerapp create + - containerapp update Connection: - keep-alive ParameterSetName: - - -g -n --environment --image --bind + - -g -n --bind User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/postgres?api-version=2023-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/postgres","name":"postgres","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:05:23.2127908","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:05:23.2127908"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.119.109.161"],"latestRevisionName":"postgres--zxaoktj","latestReadyRevisionName":"postgres--zxaoktj","latestRevisionFqdn":"postgres--zxaoktj.internal.yellowwater-be8c4b9d.eastus.azurecontainerapps.io","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":[{"name":"pg-password"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"postgres.internal.yellowwater-be8c4b9d.eastus.azurecontainerapps.io","external":false,"targetPort":5432,"exposedPort":5432,"transport":"Tcp","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":{"type":"postgres"}},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/mirror/docker/library/postgres:14","name":"postgres","env":[{"name":"POSTGRES_USER","value":"postgres"},{"name":"POSTGRES_DB","value":"postgres"},{"name":"PGDATA","value":"/mnt/data/pgdata"},{"name":"POSTGRES_PASSWORD","secretRef":"pg-password"}],"resources":{"cpu":1.0,"memory":"2Gi","ephemeralStorage":""},"volumeMounts":[{"volumeName":"pg-data","mountPath":"/mnt/data"}]}],"initContainers":null,"scale":{"minReplicas":0,"maxReplicas":1,"rules":null},"volumes":[{"name":"pg-data","storageType":"EmptyDir"}],"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/postgres/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:30:22.7789882","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:30:48.8780454"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.241.60.91"],"latestRevisionName":"containerapp000003--796o3uf","latestReadyRevisionName":"containerapp000003--796o3uf","latestRevisionFqdn":"","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":null,"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/azuredocs/containerapps-helloworld:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":[{"serviceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/redis","name":"redis"}]},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '2592' + - '2089' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:05:45 GMT + - Tue, 30 May 2023 18:31:18 GMT expires: - '-1' pragma: @@ -3009,27 +5773,27 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - containerapp create + - containerapp update Connection: - keep-alive ParameterSetName: - - -g -n --environment --image --bind + - -g -n --bind User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/resources?api-version=2022-09-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces","location":"eastus"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","name":"containerapp-env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:04:27.4580478Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:04:27.4580478Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/redis","name":"redis","type":"Microsoft.App/containerApps","location":"eastus","identity":{"type":"None"},"systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:04:57.9528778Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:04:57.9528778Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/postgres","name":"postgres","type":"Microsoft.App/containerApps","location":"eastus","identity":{"type":"None"},"systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:05:23.2127908Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:05:23.2127908Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces","location":"eastus"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","name":"containerapp-env000002","type":"Microsoft.App/managedEnvironments","location":"northcentralus","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:28:18.6039557Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:28:18.6039557Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/redis","name":"redis","type":"Microsoft.App/containerApps","location":"northcentralus","identity":{"type":"None"},"systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:28:45.5566565Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:28:45.5566565Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/postgres","name":"postgres","type":"Microsoft.App/containerApps","location":"northcentralus","identity":{"type":"None"},"systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:29:22.7368158Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:29:22.7368158Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/kafka","name":"kafka","type":"Microsoft.App/containerApps","location":"northcentralus","identity":{"type":"None"},"systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:29:42.1298001Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:29:42.1298001Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"northcentralus","identity":{"type":"None"},"systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:30:22.7789882Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:30:22.7789882Z"}}]}' headers: cache-control: - no-cache content-length: - - '1727' + - '2741' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:05:44 GMT + - Tue, 30 May 2023 18:31:20 GMT expires: - '-1' pragma: @@ -3051,31 +5815,31 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - containerapp create + - containerapp update Connection: - keep-alive ParameterSetName: - - -g -n --environment --image --bind + - -g -n --bind User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/redis?api-version=2023-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/postgres?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/redis","name":"redis","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:04:57.9528778","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:04:57.9528778"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.119.109.161"],"latestRevisionName":"redis--1gnxds6","latestReadyRevisionName":"redis--1gnxds6","latestRevisionFqdn":"redis--1gnxds6.internal.yellowwater-be8c4b9d.eastus.azurecontainerapps.io","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":[{"name":"redis-config"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"redis.internal.yellowwater-be8c4b9d.eastus.azurecontainerapps.io","external":false,"targetPort":6379,"exposedPort":6379,"transport":"Tcp","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":{"type":"redis"}},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/mirror/docker/library/redis:7","name":"redis","command":["redis-server","/redis-config/redis.config"],"resources":{"cpu":1.0,"memory":"2Gi","ephemeralStorage":""},"volumeMounts":[{"volumeName":"redis-data","mountPath":"/mnt/data"},{"volumeName":"redis-config","mountPath":"/redis-config"}]}],"initContainers":null,"scale":{"minReplicas":0,"maxReplicas":1,"rules":null},"volumes":[{"name":"redis-data","storageType":"EmptyDir"},{"name":"redis-config","storageType":"EmptyDir"}],"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/redis/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/postgres","name":"postgres","type":"Microsoft.App/containerApps","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:29:22.7368158","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:29:22.7368158"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.241.60.91"],"latestRevisionName":"postgres--2kovlq4","latestReadyRevisionName":"postgres--2kovlq4","latestRevisionFqdn":"postgres--2kovlq4.internal.wittywater-948d94ca.northcentralus.azurecontainerapps.io","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":[{"name":"pg-password"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"postgres.internal.wittywater-948d94ca.northcentralus.azurecontainerapps.io","external":false,"targetPort":5432,"exposedPort":5432,"transport":"Tcp","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":{"type":"postgres"}},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/services/postgres:14","name":"postgres","env":[{"name":"POSTGRES_USER","value":"postgres"},{"name":"POSTGRES_DB","value":"postgres"},{"name":"PGDATA","value":"/mnt/data/pgdata"},{"name":"POSTGRES_PASSWORD","secretRef":"pg-password"}],"resources":{"cpu":1.0,"memory":"2Gi","ephemeralStorage":""}}],"initContainers":null,"scale":{"minReplicas":0,"maxReplicas":1,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/postgres/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '2537' + - '2506' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:05:45 GMT + - Tue, 30 May 2023 18:31:23 GMT expires: - '-1' pragma: @@ -3099,94 +5863,77 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - containerapp create + - containerapp update Connection: - keep-alive ParameterSetName: - - -g -n --environment --image --bind + - -g -n --bind User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/resources?api-version=2022-09-01 response: body: - string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000003'' - under resource group ''clitest.rg000001'' was not found. For more details - please go to https://aka.ms/ARMResourceNotFoundFix"}}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces","location":"eastus"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","name":"containerapp-env000002","type":"Microsoft.App/managedEnvironments","location":"northcentralus","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:28:18.6039557Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:28:18.6039557Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/redis","name":"redis","type":"Microsoft.App/containerApps","location":"northcentralus","identity":{"type":"None"},"systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:28:45.5566565Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:28:45.5566565Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/postgres","name":"postgres","type":"Microsoft.App/containerApps","location":"northcentralus","identity":{"type":"None"},"systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:29:22.7368158Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:29:22.7368158Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/kafka","name":"kafka","type":"Microsoft.App/containerApps","location":"northcentralus","identity":{"type":"None"},"systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:29:42.1298001Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:29:42.1298001Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"northcentralus","identity":{"type":"None"},"systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:30:22.7789882Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:30:22.7789882Z"}}]}' headers: cache-control: - no-cache content-length: - - '234' + - '2741' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:05:48 GMT + - Tue, 30 May 2023 18:31:24 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding x-content-type-options: - nosniff - x-ms-failure-cause: - - gateway status: - code: 404 - message: Not Found + code: 200 + message: OK - request: - body: '{"location": "eastus", "identity": {"type": "None", "userAssignedIdentities": - null}, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002", - "configuration": {"secrets": null, "activeRevisionsMode": "single", "ingress": - null, "dapr": null, "registries": null, "service": null}, "template": {"revisionSuffix": - null, "containers": [{"image": "mcr.microsoft.com/azuredocs/containerapps-helloworld:latest", - "name": "containerapp000003", "command": null, "args": null, "env": null, "resources": - null, "volumeMounts": null}], "initContainers": null, "scale": null, "volumes": - null, "serviceBinds": [{"serviceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/postgres", - "name": "postgres_binding"}, {"serviceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/redis", - "name": "redis"}]}, "workloadProfileName": null}, "tags": null}' + body: null headers: Accept: - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - containerapp create + - containerapp update Connection: - keep-alive - Content-Length: - - '1108' - Content-Type: - - application/json ParameterSetName: - - -g -n --environment --image --bind + - -g -n --bind User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/kafka?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:05:54.3727882Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:05:54.3727882Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.119.109.161"],"latestRevisionName":"","latestReadyRevisionName":"","latestRevisionFqdn":"","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":null,"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/azuredocs/containerapps-helloworld:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":[{"serviceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/postgres","name":"postgres_binding"},{"serviceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/redis","name":"redis"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/kafka","name":"kafka","type":"Microsoft.App/containerApps","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:29:42.1298001","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:29:42.1298001"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.241.60.91"],"latestRevisionName":"kafka--nvveru7","latestReadyRevisionName":"kafka--nvveru7","latestRevisionFqdn":"kafka--nvveru7.internal.wittywater-948d94ca.northcentralus.azurecontainerapps.io","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":[{"name":"kafka-sasl-config"},{"name":"password"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"kafka.internal.wittywater-948d94ca.northcentralus.azurecontainerapps.io","external":false,"targetPort":9092,"exposedPort":9092,"transport":"Tcp","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":{"type":"kafka"}},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/services/kafka:3.4","name":"kafka","env":[{"name":"KAFKA_BROKER_ID","value":"1"},{"name":"KAFKA_NODE_ID","value":"1"},{"name":"KAFKA_LISTENERS","value":"BROKER://:9092,CONTROLLER://localhost:9093"},{"name":"KAFKA_ADVERTISED_LISTENERS","value":"BROKER://kafka:9092"},{"name":"KAFKA_LISTENER_SECURITY_PROTOCOL_MAP","value":"CONTROLLER:SASL_PLAINTEXT,BROKER:SASL_PLAINTEXT"},{"name":"KAFKA_INTER_BROKER_LISTENER_NAME","value":"BROKER"},{"name":"KAFKA_CONTROLLER_LISTENER_NAMES","value":"CONTROLLER"},{"name":"KAFKA_CONTROLLER_QUORUM_VOTERS","value":"1@localhost:9093"},{"name":"KAFKA_SASL_ENABLED_MECHANISMS","value":"PLAIN"},{"name":"KAFKA_SASL_MECHANISM_INTER_BROKER_PROTOCOL","value":"PLAIN"},{"name":"KAFKA_SASl_MECHANISM_CONTROLLER_PROTOCOL","value":"PLAIN"},{"name":"KAFKA_SASl_MECHANISM_BROKER_PROTOCOL","value":"PLAIN"},{"name":"KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR","value":"1"},{"name":"KAFKA_GROUP_INITIAL_REBALANCE_DELAY_MS","value":"0"},{"name":"KAFKA_TRANSACTION_STATE_LOG_MIN_ISR","value":"1"},{"name":"KAFKA_TRANSACTION_STATE_LOG_REPLICATION_FACTOR","value":"1"},{"name":"KAFKA_PROCESS_ROLES","value":"broker,controller"},{"name":"KAFKA_LOG_DIRS","value":"/mnt/data"},{"name":"KAFKA_LISTENER_NAME_CONTROLLER_PlAIN_SASL_JAAS_CONFIG","secretRef":"kafka-sasl-config"},{"name":"KAFKA_LISTENER_NAME_BROKER_PLAIN_SASL_JAAS_CONFIG","secretRef":"kafka-sasl-config"}],"resources":{"cpu":1.0,"memory":"2Gi","ephemeralStorage":""},"probes":[{"type":"Liveness","failureThreshold":3,"initialDelaySeconds":10,"periodSeconds":10,"successThreshold":1,"tcpSocket":{"port":9092},"timeoutSeconds":5},{"type":"Readiness","failureThreshold":6,"initialDelaySeconds":5,"periodSeconds":10,"successThreshold":1,"tcpSocket":{"port":9092},"timeoutSeconds":5}]}],"initContainers":null,"scale":{"minReplicas":0,"maxReplicas":1,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/kafka/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/451bea15-fa3c-480a-97d5-6640e77a5527?api-version=2023-04-01-preview&azureAsyncOperation=true + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '2196' + - '3961' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:05:56 GMT + - Tue, 30 May 2023 18:31:25 GMT expires: - '-1' pragma: @@ -3195,65 +5942,58 @@ interactions: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff - x-ms-async-operation-timeout: - - PT15M - x-ms-ratelimit-remaining-subscription-resource-requests: - - '699' x-powered-by: - ASP.NET status: - code: 201 - message: Created + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate - CommandName: - - containerapp create Connection: - keep-alive - ParameterSetName: - - -g -n --environment --image --bind User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - azsdk-python-mgmt-servicelinker/1.2.0b1 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/451bea15-fa3c-480a-97d5-6640e77a5527?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003/providers/Microsoft.ServiceLinker/linkers?api-version=2022-11-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/451bea15-fa3c-480a-97d5-6640e77a5527","name":"451bea15-fa3c-480a-97d5-6640e77a5527","status":"InProgress","startTime":"2023-05-15T22:05:54.5510255"}' + string: '{"value":[]}' headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview cache-control: - no-cache content-length: - - '278' + - '12' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:05:56 GMT + - Tue, 30 May 2023 18:31:27 GMT expires: - '-1' + mise-correlation-id: + - 682e0328-bc68-41af-b936-99047b7396e0 pragma: - no-cache - server: - - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - - Accept-Encoding,Accept-Encoding + - Accept-Encoding x-content-type-options: - nosniff - x-powered-by: - - ASP.NET + x-ms-providerhub-traffic: + - 'True' status: code: 200 message: OK @@ -3261,104 +6001,102 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate - CommandName: - - containerapp create Connection: - keep-alive - ParameterSetName: - - -g -n --environment --image --bind User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - azsdk-python-mgmt-servicelinker/1.2.0b1 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/451bea15-fa3c-480a-97d5-6640e77a5527?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003/providers/Microsoft.ServiceLinker/linkers?api-version=2022-11-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/451bea15-fa3c-480a-97d5-6640e77a5527","name":"451bea15-fa3c-480a-97d5-6640e77a5527","status":"InProgress","startTime":"2023-05-15T22:05:54.5510255"}' + string: '{"value":[]}' headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview cache-control: - no-cache content-length: - - '278' + - '12' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:05:58 GMT + - Tue, 30 May 2023 18:31:28 GMT expires: - '-1' + mise-correlation-id: + - ada2ac76-5dc1-4970-b7d3-359832465383 pragma: - no-cache - server: - - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - - Accept-Encoding,Accept-Encoding + - Accept-Encoding x-content-type-options: - nosniff - x-powered-by: - - ASP.NET + x-ms-providerhub-traffic: + - 'True' status: code: 200 message: OK - request: - body: null + body: '{"properties": {"template": {"serviceBinds": [{"serviceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/redis", + "name": "redis"}, {"serviceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/postgres", + "name": "postgres_binding"}, {"serviceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/kafka", + "name": "kafka"}], "revisionSuffix": null}}}' headers: Accept: - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - containerapp create + - containerapp update Connection: - keep-alive + Content-Length: + - '575' + Content-Type: + - application/json ParameterSetName: - - -g -n --environment --image --bind + - -g -n --bind User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/451bea15-fa3c-480a-97d5-6640e77a5527?api-version=2023-04-01-preview&azureAsyncOperation=true + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/451bea15-fa3c-480a-97d5-6640e77a5527","name":"451bea15-fa3c-480a-97d5-6640e77a5527","status":"Succeeded","startTime":"2023-05-15T22:05:54.5510255"}' + string: '' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '277' - content-type: - - application/json; charset=utf-8 + - '0' date: - - Mon, 15 May 2023 22:06:02 GMT + - Tue, 30 May 2023 18:31:30 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationResults/b306739e-df8f-433e-ad7b-cb439bdeb34b?api-version=2023-04-01-preview pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '699' x-powered-by: - ASP.NET status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null headers: @@ -3367,55 +6105,50 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - containerapp create + - containerapp update Connection: - keep-alive ParameterSetName: - - -g -n --environment --image --bind + - -g -n --bind User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationResults/b306739e-df8f-433e-ad7b-cb439bdeb34b?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:05:54.3727882","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:05:54.3727882"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.119.109.161"],"latestRevisionName":"containerapp000003--h4ho9tv","latestReadyRevisionName":"containerapp000003--h4ho9tv","latestRevisionFqdn":"","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":null,"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/azuredocs/containerapps-helloworld:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":[{"serviceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/postgres","name":"postgres_binding"},{"serviceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/redis","name":"redis"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' + string: '' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '2247' - content-type: - - application/json; charset=utf-8 + - '0' date: - - Mon, 15 May 2023 22:06:08 GMT + - Tue, 30 May 2023 18:31:31 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationResults/b306739e-df8f-433e-ad7b-cb439bdeb34b?api-version=2023-04-01-preview pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff x-powered-by: - ASP.NET status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -3423,116 +6156,90 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --unbind + - -g -n --bind User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North - Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden - Central","Canada Central","West Europe","North Europe","East US","East US - 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West - US","Central US","North Central US","South Central US","Korea Central","Brazil - South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationResults/b306739e-df8f-433e-ad7b-cb439bdeb34b?api-version=2023-04-01-preview + response: + body: + string: '' headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '10587' + - '0' + date: + - Tue, 30 May 2023 18:31:39 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationResults/b306739e-df8f-433e-ad7b-cb439bdeb34b?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -g -n --bind + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationResults/b306739e-df8f-433e-ad7b-cb439bdeb34b?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:30:22.7789882","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:31:30.0545267"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.241.60.91"],"latestRevisionName":"containerapp000003--g6t0l5f","latestReadyRevisionName":"containerapp000003--796o3uf","latestRevisionFqdn":"","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":null,"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/azuredocs/containerapps-helloworld:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":[{"serviceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/redis","name":"redis"},{"serviceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/postgres","name":"postgres_binding"},{"serviceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/kafka","name":"kafka"}]},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2421' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:06:08 GMT + - Tue, 30 May 2023 18:31:46 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - - Accept-Encoding + - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff + x-powered-by: + - ASP.NET status: code: 200 message: OK @@ -3544,13 +6251,13 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - containerapp update + - containerapp service postgres delete Connection: - keep-alive ParameterSetName: - - -g -n --unbind + - -g -n --yes User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -3647,7 +6354,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:06:08 GMT + - Tue, 30 May 2023 18:31:47 GMT expires: - '-1' pragma: @@ -3669,31 +6376,31 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - containerapp update + - containerapp service postgres delete Connection: - keep-alive ParameterSetName: - - -g -n --unbind + - -g -n --yes User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/postgres?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:05:54.3727882","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:05:54.3727882"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.119.109.161"],"latestRevisionName":"containerapp000003--h4ho9tv","latestReadyRevisionName":"containerapp000003--h4ho9tv","latestRevisionFqdn":"","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":null,"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/azuredocs/containerapps-helloworld:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":[{"serviceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/postgres","name":"postgres_binding"},{"serviceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/redis","name":"redis"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/postgres","name":"postgres","type":"Microsoft.App/containerApps","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:29:22.7368158","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:29:22.7368158"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.241.60.91"],"latestRevisionName":"postgres--2kovlq4","latestReadyRevisionName":"postgres--2kovlq4","latestRevisionFqdn":"postgres--2kovlq4.internal.wittywater-948d94ca.northcentralus.azurecontainerapps.io","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":[{"name":"pg-password"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"postgres.internal.wittywater-948d94ca.northcentralus.azurecontainerapps.io","external":false,"targetPort":5432,"exposedPort":5432,"transport":"Tcp","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":{"type":"postgres"}},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/services/postgres:14","name":"postgres","env":[{"name":"POSTGRES_USER","value":"postgres"},{"name":"POSTGRES_DB","value":"postgres"},{"name":"PGDATA","value":"/mnt/data/pgdata"},{"name":"POSTGRES_PASSWORD","secretRef":"pg-password"}],"resources":{"cpu":1.0,"memory":"2Gi","ephemeralStorage":""}}],"initContainers":null,"scale":{"minReplicas":0,"maxReplicas":1,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/postgres/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '2247' + - '2506' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:06:13 GMT + - Tue, 30 May 2023 18:31:48 GMT expires: - '-1' pragma: @@ -3717,79 +6424,87 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate + CommandName: + - containerapp service postgres delete Connection: - keep-alive Content-Length: - '0' + ParameterSetName: + - -g -n --yes User-Agent: - - azsdk-python-mgmt-servicelinker/1.2.0b1 Python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003/providers/Microsoft.ServiceLinker/linkers/postgres_binding?api-version=2022-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/postgres?api-version=2023-04-01-preview response: body: string: '' headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache + content-length: + - '0' date: - - Mon, 15 May 2023 22:06:15 GMT + - Tue, 30 May 2023 18:31:50 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationResults/50ef9636-fc86-4e05-9f7a-e5ea2c8138a4?api-version=2023-04-01-preview pragma: - no-cache + server: + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff - x-ms-providerhub-traffic: - - 'True' x-ms-ratelimit-remaining-subscription-deletes: - - '14996' + - '14999' + x-powered-by: + - ASP.NET status: - code: 204 - message: No Content + code: 202 + message: Accepted - request: - body: '{"properties": {"template": {"serviceBinds": [{"serviceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/redis", - "name": "redis"}], "revisionSuffix": null}}}' + body: null headers: Accept: - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - containerapp update + - containerapp service postgres delete Connection: - keep-alive - Content-Length: - - '235' - Content-Type: - - application/json ParameterSetName: - - -g -n --unbind + - -g -n --yes User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 - method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationResults/50ef9636-fc86-4e05-9f7a-e5ea2c8138a4?api-version=2023-04-01-preview response: body: string: '' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - '0' date: - - Mon, 15 May 2023 22:06:17 GMT + - Tue, 30 May 2023 18:31:52 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/46cfd551-2327-4987-adc4-acaa666d3d16?api-version=2023-04-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationResults/50ef9636-fc86-4e05-9f7a-e5ea2c8138a4?api-version=2023-04-01-preview pragma: - no-cache server: @@ -3798,8 +6513,6 @@ interactions: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '699' x-powered-by: - ASP.NET status: @@ -3813,32 +6526,32 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - containerapp update + - containerapp service postgres delete Connection: - keep-alive ParameterSetName: - - -g -n --unbind + - -g -n --yes User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/46cfd551-2327-4987-adc4-acaa666d3d16?api-version=2023-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationResults/50ef9636-fc86-4e05-9f7a-e5ea2c8138a4?api-version=2023-04-01-preview response: body: string: '' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - '0' date: - - Mon, 15 May 2023 22:06:18 GMT + - Tue, 30 May 2023 18:31:58 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/46cfd551-2327-4987-adc4-acaa666d3d16?api-version=2023-04-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationResults/50ef9636-fc86-4e05-9f7a-e5ea2c8138a4?api-version=2023-04-01-preview pragma: - no-cache server: @@ -3860,31 +6573,26 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - containerapp update + - containerapp service postgres delete Connection: - keep-alive ParameterSetName: - - -g -n --unbind + - -g -n --yes User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/46cfd551-2327-4987-adc4-acaa666d3d16?api-version=2023-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationResults/50ef9636-fc86-4e05-9f7a-e5ea2c8138a4?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:05:54.3727882","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:06:16.6175794"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.119.109.161"],"latestRevisionName":"containerapp000003--hp7wvf1","latestReadyRevisionName":"containerapp000003--h4ho9tv","latestRevisionFqdn":"","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":null,"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/azuredocs/containerapps-helloworld:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":[{"serviceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/redis","name":"redis"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' + string: '' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache - content-length: - - '2074' - content-type: - - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:06:23 GMT + - Tue, 30 May 2023 18:32:05 GMT expires: - '-1' pragma: @@ -3893,17 +6601,13 @@ interactions: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff x-powered-by: - ASP.NET status: - code: 200 - message: OK + code: 204 + message: No Content - request: body: null headers: @@ -3912,13 +6616,13 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - containerapp update + - containerapp service redis delete Connection: - keep-alive ParameterSetName: - - -g -n --bind + - -g -n --yes User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -4010,25 +6714,218 @@ interactions: headers: cache-control: - no-cache - content-length: - - '10587' - content-type: - - application/json; charset=utf-8 + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:32:06 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: + - containerapp service redis delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --yes + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/redis?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/redis","name":"redis","type":"Microsoft.App/containerApps","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:28:45.5566565","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:28:45.5566565"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.241.60.91"],"latestRevisionName":"redis--j6pctpx","latestReadyRevisionName":"redis--j6pctpx","latestRevisionFqdn":"redis--j6pctpx.internal.wittywater-948d94ca.northcentralus.azurecontainerapps.io","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":[{"name":"redis-config"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"redis.internal.wittywater-948d94ca.northcentralus.azurecontainerapps.io","external":false,"targetPort":6379,"exposedPort":6379,"transport":"Tcp","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":{"type":"redis"}},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/services/redis:7","name":"redis","command":["redis-server"],"args":["/redis-config/redis.config"],"resources":{"cpu":1.0,"memory":"2Gi","ephemeralStorage":""},"volumeMounts":[{"volumeName":"redis-config","mountPath":"/redis-config"}]}],"initContainers":null,"scale":{"minReplicas":0,"maxReplicas":1,"rules":null},"volumes":[{"name":"redis-config","storageType":"EmptyDir"}],"serviceBinds":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/redis/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2468' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 18:32:08 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp service redis delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --yes + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/redis?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 30 May 2023 18:32:09 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationResults/c3d5e71f-b50f-4619-8012-f917ab283034?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp service redis delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --yes + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationResults/c3d5e71f-b50f-4619-8012-f917ab283034?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 30 May 2023 18:32:11 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationResults/c3d5e71f-b50f-4619-8012-f917ab283034?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp service redis delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --yes + User-Agent: + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationResults/c3d5e71f-b50f-4619-8012-f917ab283034?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache date: - - Mon, 15 May 2023 22:06:24 GMT + - Tue, 30 May 2023 18:32:18 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding x-content-type-options: - nosniff + x-powered-by: + - ASP.NET status: - code: 200 - message: OK + code: 204 + message: No Content - request: body: null headers: @@ -4037,13 +6934,13 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - containerapp update + - containerapp service kafka delete Connection: - keep-alive ParameterSetName: - - -g -n --bind + - -g -n --yes User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -4140,7 +7037,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:06:25 GMT + - Tue, 30 May 2023 18:32:19 GMT expires: - '-1' pragma: @@ -4162,31 +7059,31 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - containerapp update + - containerapp service kafka delete Connection: - keep-alive ParameterSetName: - - -g -n --bind + - -g -n --yes User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/kafka?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:05:54.3727882","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:06:16.6175794"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.119.109.161"],"latestRevisionName":"containerapp000003--hp7wvf1","latestReadyRevisionName":"containerapp000003--h4ho9tv","latestRevisionFqdn":"","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":null,"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/azuredocs/containerapps-helloworld:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":[{"serviceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/redis","name":"redis"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/kafka","name":"kafka","type":"Microsoft.App/containerApps","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:29:42.1298001","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:29:42.1298001"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.241.60.91"],"latestRevisionName":"kafka--nvveru7","latestReadyRevisionName":"kafka--nvveru7","latestRevisionFqdn":"kafka--nvveru7.internal.wittywater-948d94ca.northcentralus.azurecontainerapps.io","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":[{"name":"kafka-sasl-config"},{"name":"password"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"kafka.internal.wittywater-948d94ca.northcentralus.azurecontainerapps.io","external":false,"targetPort":9092,"exposedPort":9092,"transport":"Tcp","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":{"type":"kafka"}},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/services/kafka:3.4","name":"kafka","env":[{"name":"KAFKA_BROKER_ID","value":"1"},{"name":"KAFKA_NODE_ID","value":"1"},{"name":"KAFKA_LISTENERS","value":"BROKER://:9092,CONTROLLER://localhost:9093"},{"name":"KAFKA_ADVERTISED_LISTENERS","value":"BROKER://kafka:9092"},{"name":"KAFKA_LISTENER_SECURITY_PROTOCOL_MAP","value":"CONTROLLER:SASL_PLAINTEXT,BROKER:SASL_PLAINTEXT"},{"name":"KAFKA_INTER_BROKER_LISTENER_NAME","value":"BROKER"},{"name":"KAFKA_CONTROLLER_LISTENER_NAMES","value":"CONTROLLER"},{"name":"KAFKA_CONTROLLER_QUORUM_VOTERS","value":"1@localhost:9093"},{"name":"KAFKA_SASL_ENABLED_MECHANISMS","value":"PLAIN"},{"name":"KAFKA_SASL_MECHANISM_INTER_BROKER_PROTOCOL","value":"PLAIN"},{"name":"KAFKA_SASl_MECHANISM_CONTROLLER_PROTOCOL","value":"PLAIN"},{"name":"KAFKA_SASl_MECHANISM_BROKER_PROTOCOL","value":"PLAIN"},{"name":"KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR","value":"1"},{"name":"KAFKA_GROUP_INITIAL_REBALANCE_DELAY_MS","value":"0"},{"name":"KAFKA_TRANSACTION_STATE_LOG_MIN_ISR","value":"1"},{"name":"KAFKA_TRANSACTION_STATE_LOG_REPLICATION_FACTOR","value":"1"},{"name":"KAFKA_PROCESS_ROLES","value":"broker,controller"},{"name":"KAFKA_LOG_DIRS","value":"/mnt/data"},{"name":"KAFKA_LISTENER_NAME_CONTROLLER_PlAIN_SASL_JAAS_CONFIG","secretRef":"kafka-sasl-config"},{"name":"KAFKA_LISTENER_NAME_BROKER_PLAIN_SASL_JAAS_CONFIG","secretRef":"kafka-sasl-config"}],"resources":{"cpu":1.0,"memory":"2Gi","ephemeralStorage":""},"probes":[{"type":"Liveness","failureThreshold":3,"initialDelaySeconds":10,"periodSeconds":10,"successThreshold":1,"tcpSocket":{"port":9092},"timeoutSeconds":5},{"type":"Readiness","failureThreshold":6,"initialDelaySeconds":5,"periodSeconds":10,"successThreshold":1,"tcpSocket":{"port":9092},"timeoutSeconds":5}]}],"initContainers":null,"scale":{"minReplicas":0,"maxReplicas":1,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/kafka/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '2074' + - '3961' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:06:26 GMT + - Tue, 30 May 2023 18:32:20 GMT expires: - '-1' pragma: @@ -4210,44 +7107,53 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - containerapp update + - containerapp service kafka delete Connection: - keep-alive + Content-Length: + - '0' ParameterSetName: - - -g -n --bind + - -g -n --yes User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/resources?api-version=2022-09-01 + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/kafka?api-version=2023-04-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces","location":"eastus"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","name":"containerapp-env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:04:27.4580478Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:04:27.4580478Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/redis","name":"redis","type":"Microsoft.App/containerApps","location":"eastus","identity":{"type":"None"},"systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:04:57.9528778Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:04:57.9528778Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/postgres","name":"postgres","type":"Microsoft.App/containerApps","location":"eastus","identity":{"type":"None"},"systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:05:23.2127908Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:05:23.2127908Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"eastus","identity":{"type":"None"},"systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:05:54.3727882Z","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:05:54.3727882Z"}}]}' + string: '' headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '2227' - content-type: - - application/json; charset=utf-8 + - '0' date: - - Mon, 15 May 2023 22:06:26 GMT + - Tue, 30 May 2023 18:32:22 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationResults/8abc963b-bd44-4a9f-9558-4e553767f520?api-version=2023-04-01-preview pragma: - no-cache + server: + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + x-powered-by: + - ASP.NET status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null headers: @@ -4256,134 +7162,75 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - containerapp update + - containerapp service kafka delete Connection: - keep-alive ParameterSetName: - - -g -n --bind + - -g -n --yes User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/postgres?api-version=2023-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationResults/8abc963b-bd44-4a9f-9558-4e553767f520?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/postgres","name":"postgres","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:05:23.2127908","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:05:23.2127908"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.119.109.161"],"latestRevisionName":"postgres--zxaoktj","latestReadyRevisionName":"postgres--zxaoktj","latestRevisionFqdn":"postgres--zxaoktj.internal.yellowwater-be8c4b9d.eastus.azurecontainerapps.io","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":[{"name":"pg-password"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"postgres.internal.yellowwater-be8c4b9d.eastus.azurecontainerapps.io","external":false,"targetPort":5432,"exposedPort":5432,"transport":"Tcp","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":{"type":"postgres"}},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/mirror/docker/library/postgres:14","name":"postgres","env":[{"name":"POSTGRES_USER","value":"postgres"},{"name":"POSTGRES_DB","value":"postgres"},{"name":"PGDATA","value":"/mnt/data/pgdata"},{"name":"POSTGRES_PASSWORD","secretRef":"pg-password"}],"resources":{"cpu":1.0,"memory":"2Gi","ephemeralStorage":""},"volumeMounts":[{"volumeName":"pg-data","mountPath":"/mnt/data"}]}],"initContainers":null,"scale":{"minReplicas":0,"maxReplicas":1,"rules":null},"volumes":[{"name":"pg-data","storageType":"EmptyDir"}],"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/postgres/eventstream"},"identity":{"type":"None"}}' + string: '' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '2592' - content-type: - - application/json; charset=utf-8 + - '0' date: - - Mon, 15 May 2023 22:06:30 GMT + - Tue, 30 May 2023 18:32:24 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationResults/8abc963b-bd44-4a9f-9558-4e553767f520?api-version=2023-04-01-preview pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff x-powered-by: - ASP.NET status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-mgmt-servicelinker/1.2.0b1 Python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003/providers/Microsoft.ServiceLinker/linkers?api-version=2022-11-01-preview - response: - body: - string: '{"value":[]}' - headers: - cache-control: - - no-cache - content-length: - - '12' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 15 May 2023 22:06:33 GMT - expires: - - '-1' - mise-correlation-id: - - e708fe92-a6fb-4fac-a348-2e61ff5f4b53 - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-providerhub-traffic: - - 'True' - status: - code: 200 - message: OK -- request: - body: '{"properties": {"template": {"serviceBinds": [{"serviceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/redis", - "name": "redis"}, {"serviceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/postgres", - "name": "postgres_binding"}], "revisionSuffix": null}}}' headers: Accept: - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - containerapp update + - containerapp service kafka delete Connection: - keep-alive - Content-Length: - - '412' - Content-Type: - - application/json ParameterSetName: - - -g -n --bind + - -g -n --yes User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 - method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationResults/8abc963b-bd44-4a9f-9558-4e553767f520?api-version=2023-04-01-preview response: body: string: '' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache - content-length: - - '0' date: - - Mon, 15 May 2023 22:06:36 GMT + - Tue, 30 May 2023 18:32:30 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/02884170-9095-4220-a77d-13fbf8a0082b?api-version=2023-04-01-preview pragma: - no-cache server: @@ -4392,60 +7239,136 @@ interactions: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '699' x-powered-by: - ASP.NET status: - code: 202 - message: Accepted + code: 204 + message: No Content - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - containerapp update + - containerapp service list Connection: - keep-alive ParameterSetName: - - -g -n --bind + - -g --environment User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.9.6 (macOS-13.4-arm64-arm-64bit) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/02884170-9095-4220-a77d-13fbf8a0082b?api-version=2023-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: body: - string: '' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview cache-control: - no-cache content-length: - - '0' + - '10587' + content-type: + - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:06:37 GMT + - Tue, 30 May 2023 18:32:31 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/02884170-9095-4220-a77d-13fbf8a0082b?api-version=2023-04-01-preview pragma: - no-cache - server: - - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding x-content-type-options: - nosniff - x-powered-by: - - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -4454,31 +7377,31 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - containerapp update + - containerapp service list Connection: - keep-alive ParameterSetName: - - -g -n --bind + - -g --environment User-Agent: - - python/3.9.6 (macOS-13.3.1-arm64-arm-64bit) AZURECLI/2.48.1 + - python/3.9.6 (macOS-13.4-arm64-arm-64bit) AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/02884170-9095-4220-a77d-13fbf8a0082b?api-version=2023-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-15T22:05:54.3727882","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:06:36.2659957"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.119.109.161"],"latestRevisionName":"containerapp000003--8hbmltg","latestReadyRevisionName":"containerapp000003--hp7wvf1","latestRevisionFqdn":"","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":null,"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/azuredocs/containerapps-helloworld:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":[{"serviceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/redis","name":"redis"},{"serviceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/postgres","name":"postgres_binding"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"North + Central US","systemData":{"createdBy":"yashnisar@microsoft.com","createdByType":"User","createdAt":"2023-05-30T18:30:22.7789882","lastModifiedBy":"yashnisar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T18:31:30.0545267"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/containerapp-env000002","workloadProfileName":null,"outboundIpAddresses":["20.241.60.91"],"latestRevisionName":"containerapp000003--g6t0l5f","latestReadyRevisionName":"containerapp000003--796o3uf","latestRevisionFqdn":"","customDomainVerificationId":"2E4E20A531CBB37FA90EBAD177DBC929BF04DBFE279E55E8B8D58A06C00E28EF","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":null,"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/azuredocs/containerapps-helloworld:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":[{"serviceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/redis","name":"redis"},{"serviceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/postgres","name":"postgres_binding"},{"serviceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/kafka","name":"kafka"}]},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}]}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview cache-control: - no-cache content-length: - - '2247' + - '2433' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:06:43 GMT + - Tue, 30 May 2023 18:32:33 GMT expires: - '-1' pragma: diff --git a/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_eventjob_crudoperations_e2e.yaml b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_eventjob_crudoperations_e2e.yaml new file mode 100644 index 00000000000..5fc81cc4134 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_eventjob_crudoperations_e2e.yaml @@ -0,0 +1,3719 @@ +interactions: +- request: + body: '{"location": "eastus", "properties": {"retentionInDays": 30, "sku": {"name": + "PerGB2018"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace create + Connection: + - keep-alive + Content-Length: + - '91' + Content-Type: + - application/json + ParameterSetName: + - -g -n -l + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004?api-version=2021-12-01-preview + response: + body: + string: '{"properties":{"customerId":"0688162b-a9e3-437e-a847-60088d6d39ec","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-05-31T22:30:54.4885447Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-01T16:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-05-31T22:30:54.4885447Z","modifiedDate":"2023-05-31T22:30:54.4885447Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces"}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2021-12-01-preview + cache-control: + - no-cache + content-length: + - '851' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:30:54 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004?api-version=2021-12-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace create + Connection: + - keep-alive + ParameterSetName: + - -g -n -l + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004?api-version=2021-12-01-preview + response: + body: + string: '{"properties":{"customerId":"0688162b-a9e3-437e-a847-60088d6d39ec","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-05-31T22:30:54.4885447Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-01T16:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-05-31T22:30:54.4885447Z","modifiedDate":"2023-05-31T22:30:54.4885447Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces"}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2021-12-01-preview + cache-control: + - no-cache + content-length: + - '851' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:30:54 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace get-shared-keys + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004/sharedKeys?api-version=2020-08-01 + response: + body: + string: '{"primarySharedKey":"EJe6X7xPbC43DsBE7R54O9gGfLJROLNHd/R+ygzJEa9fnJNlFmwOwgS2MsNIFiFGPH7TgzQGjUK+DLnc2Is5pg==","secondarySharedKey":"4RT7W6DJta8xaM1++VflueffdjNgvOyWdwsKH0a8je8vMYw9vYwaVuP2chIdvc2S8FNOjDMxxTYwXJ3cZ/yBhQ=="}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2015-03-20, 2020-08-01, 2020-10-01, 2021-06-01, 2022-10-01 + cache-control: + - no-cache + content-length: + - '223' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:30:55 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + 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' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:30:56 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:30:56 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:30:56 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:30:56 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": "eastus", "tags": null, "properties": {"daprAIInstrumentationKey": + null, "vnetConfiguration": null, "appLogsConfiguration": {"destination": "log-analytics", + "logAnalyticsConfiguration": {"customerId": "0688162b-a9e3-437e-a847-60088d6d39ec", + "sharedKey": "EJe6X7xPbC43DsBE7R54O9gGfLJROLNHd/R+ygzJEa9fnJNlFmwOwgS2MsNIFiFGPH7TgzQGjUK+DLnc2Is5pg=="}}, + "customDomainConfiguration": null, "workloadProfiles": null, "zoneRedundant": + false}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '446' + Content-Type: + - application/json + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:30:58.3353375Z","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:30:58.3353375Z"},"properties":{"provisioningState":"Waiting","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"ashytree-6871725e.eastus.azurecontainerapps.io","staticIp":"20.231.237.152","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"0688162b-a9e3-437e-a847-60088d6d39ec","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '1503' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '99' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8","name":"da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8","status":"InProgress","startTime":"2023-05-31T22:31:00.620021"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:01 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8","name":"da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8","status":"InProgress","startTime":"2023-05-31T22:31:00.620021"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:03 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8","name":"da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8","status":"InProgress","startTime":"2023-05-31T22:31:00.620021"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8","name":"da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8","status":"InProgress","startTime":"2023-05-31T22:31:00.620021"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:08 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8","name":"da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8","status":"InProgress","startTime":"2023-05-31T22:31:00.620021"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8","name":"da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8","status":"InProgress","startTime":"2023-05-31T22:31:00.620021"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:13 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8","name":"da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8","status":"InProgress","startTime":"2023-05-31T22:31:00.620021"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8","name":"da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8","status":"InProgress","startTime":"2023-05-31T22:31:00.620021"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8","name":"da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8","status":"InProgress","startTime":"2023-05-31T22:31:00.620021"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:21 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8","name":"da9141e6-b3c8-492f-a3df-7a5bcbcbbfb8","status":"Succeeded","startTime":"2023-05-31T22:31:00.620021"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '282' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:23 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:30:58.3353375","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:30:58.3353375"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"ashytree-6871725e.eastus.azurecontainerapps.io","staticIp":"20.231.237.152","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"0688162b-a9e3-437e-a847-60088d6d39ec","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '1503' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:24 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:25 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: + - containerapp env show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:30:58.3353375","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:30:58.3353375"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"ashytree-6871725e.eastus.azurecontainerapps.io","staticIp":"20.231.237.152","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"0688162b-a9e3-437e-a847-60088d6d39ec","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '1503' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env show + Connection: + - keep-alive + ParameterSetName: + - -n -g + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:25 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: + - containerapp env show + Connection: + - keep-alive + ParameterSetName: + - -n -g + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:30:58.3353375","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:30:58.3353375"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"ashytree-6871725e.eastus.azurecontainerapps.io","staticIp":"20.231.237.152","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"0688162b-a9e3-437e-a847-60088d6d39ec","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '1503' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --environment --trigger-type --replica-timeout --replica-retry-limit + --replica-completion-count --parallelism --min-executions --max-executions + --polling-interval --scale-rule-name --scale-rule-type --scale-rule-metadata + --scale-rule-auth --image --cpu --memory --secrets --env-vars + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:27 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --environment --trigger-type --replica-timeout --replica-retry-limit + --replica-completion-count --parallelism --min-executions --max-executions + --polling-interval --scale-rule-name --scale-rule-type --scale-rule-metadata + --scale-rule-auth --image --cpu --memory --secrets --env-vars + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:30:58.3353375","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:30:58.3353375"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"ashytree-6871725e.eastus.azurecontainerapps.io","staticIp":"20.231.237.152","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"0688162b-a9e3-437e-a847-60088d6d39ec","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '1503' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:27 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --environment --trigger-type --replica-timeout --replica-retry-limit + --replica-completion-count --parallelism --min-executions --max-executions + --polling-interval --scale-rule-name --scale-rule-type --scale-rule-metadata + --scale-rule-auth --image --cpu --memory --secrets --env-vars + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:28 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": "eastus", "identity": {"type": "None", "userAssignedIdentities": + null}, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", + "configuration": {"secrets": [{"name": "connection-string-secret", "value": + "testConnString", "keyVaultUrl": "", "identity": ""}], "triggerType": "Event", + "replicaTimeout": 60, "replicaRetryLimit": 1, "manualTriggerConfig": null, "scheduleTriggerConfig": + null, "registries": null, "dapr": null, "eventTriggerConfig": {"replicaCompletionCount": + 1, "parallelism": 1, "scale": {"minExecutions": 0, "maxExecutions": 10, "pollingInterval": + 60, "rules": [{"name": "queue", "azureQueue": null, "custom": null, "http": + null, "type": "azure-queue", "metadata": {"accountName": "containerappextension", + "queueName": "testeventdrivenjobs", "queueLength": "1", "connectionFromEnv": + "AZURE_STORAGE_CONNECTION_STRING"}, "auth": [{"triggerParameter": "connection", + "secretRef": "connection-string-secret"}]}]}}}, "template": {"containers": [{"image": + "mcr.microsoft.com/k8se/quickstart-jobs:latest", "name": "job1000003", "command": + null, "args": null, "env": [{"name": "AZURE_STORAGE_QUEUE_NAME", "value": "testeventdrivenjobs"}, + {"name": "AZURE_STORAGE_CONNECTION_STRING", "secretRef": "connection-string-secret"}], + "resources": {"cpu": 0.5, "memory": "1Gi"}, "volumeMounts": null}], "initContainers": + null, "volumes": null}}, "tags": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + Content-Length: + - '1485' + Content-Type: + - application/json + ParameterSetName: + - --name --resource-group --environment --trigger-type --replica-timeout --replica-retry-limit + --replica-completion-count --parallelism --min-executions --max-executions + --polling-interval --scale-rule-name --scale-rule-type --scale-rule-metadata + --scale-rule-auth --image --cpu --memory --secrets --env-vars + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:31:29.8278149Z","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:31:29.8278149Z"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"connection-string-secret"}],"triggerType":"Event","replicaTimeout":60,"replicaRetryLimit":1,"manualTriggerConfig":null,"scheduleTriggerConfig":null,"eventTriggerConfig":{"replicaCompletionCount":1,"parallelism":1,"scale":{"minExecutions":0,"maxExecutions":10,"pollingInterval":60,"rules":[{"name":"queue","type":"azure-queue","metadata":{"accountName":"containerappextension","connectionFromEnv":"AZURE_STORAGE_CONNECTION_STRING","queueLength":"1","queueName":"testeventdrivenjobs"},"auth":[{"secretRef":"connection-string-secret","triggerParameter":"connection"}]}]}},"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","env":[{"name":"AZURE_STORAGE_QUEUE_NAME","value":"testeventdrivenjobs"},{"name":"AZURE_STORAGE_CONNECTION_STRING","secretRef":"connection-string-secret"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/1f115d8d-0ad7-44ea-8489-965b09d28789?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '2040' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:30 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --environment --trigger-type --replica-timeout --replica-retry-limit + --replica-completion-count --parallelism --min-executions --max-executions + --polling-interval --scale-rule-name --scale-rule-type --scale-rule-metadata + --scale-rule-auth --image --cpu --memory --secrets --env-vars + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:31:29.8278149","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:31:29.8278149"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"connection-string-secret"}],"triggerType":"Event","replicaTimeout":60,"replicaRetryLimit":1,"manualTriggerConfig":null,"scheduleTriggerConfig":null,"eventTriggerConfig":{"replicaCompletionCount":1,"parallelism":1,"scale":{"minExecutions":0,"maxExecutions":10,"pollingInterval":60,"rules":[{"name":"queue","type":"azure-queue","metadata":{"accountName":"containerappextension","connectionFromEnv":"AZURE_STORAGE_CONNECTION_STRING","queueLength":"1","queueName":"testeventdrivenjobs"},"auth":[{"secretRef":"connection-string-secret","triggerParameter":"connection"}]}]}},"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","env":[{"name":"AZURE_STORAGE_QUEUE_NAME","value":"testeventdrivenjobs"},{"name":"AZURE_STORAGE_CONNECTION_STRING","secretRef":"connection-string-secret"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '2038' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:32 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --environment --trigger-type --replica-timeout --replica-retry-limit + --replica-completion-count --parallelism --min-executions --max-executions + --polling-interval --scale-rule-name --scale-rule-type --scale-rule-metadata + --scale-rule-auth --image --cpu --memory --secrets --env-vars + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:31:29.8278149","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:31:29.8278149"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"connection-string-secret"}],"triggerType":"Event","replicaTimeout":60,"replicaRetryLimit":1,"manualTriggerConfig":null,"scheduleTriggerConfig":null,"eventTriggerConfig":{"replicaCompletionCount":1,"parallelism":1,"scale":{"minExecutions":0,"maxExecutions":10,"pollingInterval":60,"rules":[{"name":"queue","type":"azure-queue","metadata":{"accountName":"containerappextension","connectionFromEnv":"AZURE_STORAGE_CONNECTION_STRING","queueLength":"1","queueName":"testeventdrivenjobs"},"auth":[{"secretRef":"connection-string-secret","triggerParameter":"connection"}]}]}},"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","env":[{"name":"AZURE_STORAGE_QUEUE_NAME","value":"testeventdrivenjobs"},{"name":"AZURE_STORAGE_CONNECTION_STRING","secretRef":"connection-string-secret"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '2038' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:34 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --environment --trigger-type --replica-timeout --replica-retry-limit + --replica-completion-count --parallelism --min-executions --max-executions + --polling-interval --scale-rule-name --scale-rule-type --scale-rule-metadata + --scale-rule-auth --image --cpu --memory --secrets --env-vars + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:31:29.8278149","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:31:29.8278149"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"connection-string-secret"}],"triggerType":"Event","replicaTimeout":60,"replicaRetryLimit":1,"manualTriggerConfig":null,"scheduleTriggerConfig":null,"eventTriggerConfig":{"replicaCompletionCount":1,"parallelism":1,"scale":{"minExecutions":0,"maxExecutions":10,"pollingInterval":60,"rules":[{"name":"queue","type":"azure-queue","metadata":{"accountName":"containerappextension","connectionFromEnv":"AZURE_STORAGE_CONNECTION_STRING","queueLength":"1","queueName":"testeventdrivenjobs"},"auth":[{"secretRef":"connection-string-secret","triggerParameter":"connection"}]}]}},"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","env":[{"name":"AZURE_STORAGE_QUEUE_NAME","value":"testeventdrivenjobs"},{"name":"AZURE_STORAGE_CONNECTION_STRING","secretRef":"connection-string-secret"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '2037' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:38 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:31:29.8278149","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:31:29.8278149"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"connection-string-secret"}],"triggerType":"Event","replicaTimeout":60,"replicaRetryLimit":1,"manualTriggerConfig":null,"scheduleTriggerConfig":null,"eventTriggerConfig":{"replicaCompletionCount":1,"parallelism":1,"scale":{"minExecutions":0,"maxExecutions":10,"pollingInterval":60,"rules":[{"name":"queue","type":"azure-queue","metadata":{"accountName":"containerappextension","connectionFromEnv":"AZURE_STORAGE_CONNECTION_STRING","queueLength":"1","queueName":"testeventdrivenjobs"},"auth":[{"secretRef":"connection-string-secret","triggerParameter":"connection"}]}]}},"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","env":[{"name":"AZURE_STORAGE_QUEUE_NAME","value":"testeventdrivenjobs"},{"name":"AZURE_STORAGE_CONNECTION_STRING","secretRef":"connection-string-secret"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '2037' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:39 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs?api-version=2023-04-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:31:29.8278149","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:31:29.8278149"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"connection-string-secret"}],"triggerType":"Event","replicaTimeout":60,"replicaRetryLimit":1,"manualTriggerConfig":null,"scheduleTriggerConfig":null,"eventTriggerConfig":{"replicaCompletionCount":1,"parallelism":1,"scale":{"minExecutions":0,"maxExecutions":10,"pollingInterval":60,"rules":[{"name":"queue","type":"azure-queue","metadata":{"accountName":"containerappextension","connectionFromEnv":"AZURE_STORAGE_CONNECTION_STRING","queueLength":"1","queueName":"testeventdrivenjobs"},"auth":[{"secretRef":"connection-string-secret","triggerParameter":"connection"}]}]}},"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","env":[{"name":"AZURE_STORAGE_QUEUE_NAME","value":"testeventdrivenjobs"},{"name":"AZURE_STORAGE_CONNECTION_STRING","secretRef":"connection-string-secret"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}]}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '2049' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --replica-timeout --replica-retry-limit --image --max-executions + --cpu --memory + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:40 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --replica-timeout --replica-retry-limit --image --max-executions + --cpu --memory + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:39 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --replica-timeout --replica-retry-limit --image --max-executions + --cpu --memory + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:31:29.8278149","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:31:29.8278149"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"connection-string-secret"}],"triggerType":"Event","replicaTimeout":60,"replicaRetryLimit":1,"manualTriggerConfig":null,"scheduleTriggerConfig":null,"eventTriggerConfig":{"replicaCompletionCount":1,"parallelism":1,"scale":{"minExecutions":0,"maxExecutions":10,"pollingInterval":60,"rules":[{"name":"queue","type":"azure-queue","metadata":{"accountName":"containerappextension","connectionFromEnv":"AZURE_STORAGE_CONNECTION_STRING","queueLength":"1","queueName":"testeventdrivenjobs"},"auth":[{"secretRef":"connection-string-secret","triggerParameter":"connection"}]}]}},"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","env":[{"name":"AZURE_STORAGE_QUEUE_NAME","value":"testeventdrivenjobs"},{"name":"AZURE_STORAGE_CONNECTION_STRING","secretRef":"connection-string-secret"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '2037' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"properties": {"configuration": {"replicaTimeout": 300, "replicaRetryLimit": + 1, "eventTriggerConfig": {"replicaCompletionCount": 1, "parallelism": 1, "scale": + {"minExecutions": 0, "maxExecutions": 9, "pollingInterval": 60, "rules": [{"name": + "queue", "type": "azure-queue", "metadata": {"accountName": "containerappextension", + "connectionFromEnv": "AZURE_STORAGE_CONNECTION_STRING", "queueLength": "1", + "queueName": "testeventdrivenjobs"}, "auth": [{"secretRef": "connection-string-secret", + "triggerParameter": "connection"}]}]}}}, "template": {"containers": [{"image": + "mcr.microsoft.com/k8se/quickstart-jobs:latest", "name": "job1000003", "env": + [{"name": "AZURE_STORAGE_QUEUE_NAME", "value": "testeventdrivenjobs"}, {"name": + "AZURE_STORAGE_CONNECTION_STRING", "secretRef": "connection-string-secret", + "value": ""}], "resources": {"cpu": 0.5, "memory": "1.0Gi", "ephemeralStorage": + "2Gi"}}]}}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job update + Connection: + - keep-alive + Content-Length: + - '896' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --replica-timeout --replica-retry-limit --image --max-executions + --cpu --memory + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 31 May 2023 22:31:42 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappsjobOperationResults/876305f3-19f4-422c-889e-abc4a64cbf6e?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --replica-timeout --replica-retry-limit --image --max-executions + --cpu --memory + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:31:29.8278149","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:31:41.6445862"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"connection-string-secret"}],"triggerType":"Event","replicaTimeout":300,"replicaRetryLimit":1,"manualTriggerConfig":null,"scheduleTriggerConfig":null,"eventTriggerConfig":{"replicaCompletionCount":1,"parallelism":1,"scale":{"minExecutions":0,"maxExecutions":9,"pollingInterval":60,"rules":[{"name":"queue","type":"azure-queue","metadata":{"accountName":"containerappextension","connectionFromEnv":"AZURE_STORAGE_CONNECTION_STRING","queueLength":"1","queueName":"testeventdrivenjobs"},"auth":[{"secretRef":"connection-string-secret","triggerParameter":"connection"}]}]}},"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","env":[{"name":"AZURE_STORAGE_QUEUE_NAME","value":"testeventdrivenjobs"},{"name":"AZURE_STORAGE_CONNECTION_STRING","value":"","secretRef":"connection-string-secret"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '2049' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:42 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: + - containerapp job show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:31:29.8278149","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:31:41.6445862"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"connection-string-secret"}],"triggerType":"Event","replicaTimeout":300,"replicaRetryLimit":1,"manualTriggerConfig":null,"scheduleTriggerConfig":null,"eventTriggerConfig":{"replicaCompletionCount":1,"parallelism":1,"scale":{"minExecutions":0,"maxExecutions":9,"pollingInterval":60,"rules":[{"name":"queue","type":"azure-queue","metadata":{"accountName":"containerappextension","connectionFromEnv":"AZURE_STORAGE_CONNECTION_STRING","queueLength":"1","queueName":"testeventdrivenjobs"},"auth":[{"secretRef":"connection-string-secret","triggerParameter":"connection"}]}]}},"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","env":[{"name":"AZURE_STORAGE_QUEUE_NAME","value":"testeventdrivenjobs"},{"name":"AZURE_STORAGE_CONNECTION_STRING","value":"","secretRef":"connection-string-secret"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '2049' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:43 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --yes + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:43 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: + - containerapp job delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --name --yes + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 31 May 2023 22:31:44 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappsjobOperationResults/876305f3-19f4-422c-889e-abc4a64cbf6e?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --yes + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:31:29.8278149","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:31:41.6445862"},"properties":{"provisioningState":"Deleting","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"connection-string-secret"}],"triggerType":"Event","replicaTimeout":300,"replicaRetryLimit":1,"manualTriggerConfig":null,"scheduleTriggerConfig":null,"eventTriggerConfig":{"replicaCompletionCount":1,"parallelism":1,"scale":{"minExecutions":0,"maxExecutions":9,"pollingInterval":60,"rules":[{"name":"queue","type":"azure-queue","metadata":{"accountName":"containerappextension","connectionFromEnv":"AZURE_STORAGE_CONNECTION_STRING","queueLength":"1","queueName":"testeventdrivenjobs"},"auth":[{"secretRef":"connection-string-secret","triggerParameter":"connection"}]}]}},"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","env":[{"name":"AZURE_STORAGE_QUEUE_NAME","value":"testeventdrivenjobs"},{"name":"AZURE_STORAGE_CONNECTION_STRING","value":"","secretRef":"connection-string-secret"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '2047' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --yes + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:31:29.8278149","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:31:41.6445862"},"properties":{"provisioningState":"Deleting","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"connection-string-secret"}],"triggerType":"Event","replicaTimeout":300,"replicaRetryLimit":1,"manualTriggerConfig":null,"scheduleTriggerConfig":null,"eventTriggerConfig":{"replicaCompletionCount":1,"parallelism":1,"scale":{"minExecutions":0,"maxExecutions":9,"pollingInterval":60,"rules":[{"name":"queue","type":"azure-queue","metadata":{"accountName":"containerappextension","connectionFromEnv":"AZURE_STORAGE_CONNECTION_STRING","queueLength":"1","queueName":"testeventdrivenjobs"},"auth":[{"secretRef":"connection-string-secret","triggerParameter":"connection"}]}]}},"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","env":[{"name":"AZURE_STORAGE_QUEUE_NAME","value":"testeventdrivenjobs"},{"name":"AZURE_STORAGE_CONNECTION_STRING","value":"","secretRef":"connection-string-secret"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '2047' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:48 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --yes + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:31:29.8278149","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:31:41.6445862"},"properties":{"provisioningState":"Deleting","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"connection-string-secret"}],"triggerType":"Event","replicaTimeout":300,"replicaRetryLimit":1,"manualTriggerConfig":null,"scheduleTriggerConfig":null,"eventTriggerConfig":{"replicaCompletionCount":1,"parallelism":1,"scale":{"minExecutions":0,"maxExecutions":9,"pollingInterval":60,"rules":[{"name":"queue","type":"azure-queue","metadata":{"accountName":"containerappextension","connectionFromEnv":"AZURE_STORAGE_CONNECTION_STRING","queueLength":"1","queueName":"testeventdrivenjobs"},"auth":[{"secretRef":"connection-string-secret","triggerParameter":"connection"}]}]}},"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","env":[{"name":"AZURE_STORAGE_QUEUE_NAME","value":"testeventdrivenjobs"},{"name":"AZURE_STORAGE_CONNECTION_STRING","value":"","secretRef":"connection-string-secret"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '2047' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:50 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --yes + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ContainerAppsJobNotFound","message":"Container apps + job ''job1000003'' was not found."}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '104' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:52 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:53 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: + - containerapp job list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs?api-version=2023-04-01-preview + response: + body: + string: '{"value":[]}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:31:53 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +version: 1 diff --git a/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_job_executionstest_e2e.yaml b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_job_executionstest_e2e.yaml index decf89705ed..f60beed97f5 100644 --- a/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_job_executionstest_e2e.yaml +++ b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_job_executionstest_e2e.yaml @@ -18,12 +18,12 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004?api-version=2021-12-01-preview response: body: - string: '{"properties":{"customerId":"4cfeb88b-98f8-44f6-b47e-e0bec1982f11","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-05-18T07:37:05.0566162Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-05-19T06:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-05-18T07:37:05.0566162Z","modifiedDate":"2023-05-18T07:37:05.0566162Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces"}' + string: '{"properties":{"customerId":"003fcca0-2429-4910-b04d-124e00a85163","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-05-31T22:32:25.3491646Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-01T15:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-05-31T22:32:25.3491646Z","modifiedDate":"2023-05-31T22:32:25.3491646Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces"}' headers: access-control-allow-origin: - '*' @@ -36,7 +36,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:04 GMT + - Wed, 31 May 2023 22:32:25 GMT expires: - '-1' location: @@ -70,12 +70,12 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004?api-version=2021-12-01-preview response: body: - string: '{"properties":{"customerId":"4cfeb88b-98f8-44f6-b47e-e0bec1982f11","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-05-18T07:37:05.0566162Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-05-19T06:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-05-18T07:37:05.0566162Z","modifiedDate":"2023-05-18T07:37:05.0566162Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces"}' + string: '{"properties":{"customerId":"003fcca0-2429-4910-b04d-124e00a85163","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-05-31T22:32:25.3491646Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-01T15:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-05-31T22:32:25.3491646Z","modifiedDate":"2023-05-31T22:32:25.3491646Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces"}' headers: access-control-allow-origin: - '*' @@ -88,7 +88,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:05 GMT + - Wed, 31 May 2023 22:32:25 GMT expires: - '-1' pragma: @@ -124,12 +124,12 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004/sharedKeys?api-version=2020-08-01 response: body: - string: '{"primarySharedKey":"2o3tEy2dxmz7ZlZDNsrOYNJgWWWjHtxcIrR5DSJ4/YfVqJNOOm3qLZzvGElzllrdGsI3SICDNOP6/FGQS/FfnA==","secondarySharedKey":"CcQdxMGp/LEeWshX8VncNWCtmQB0DktB+FZYAwpAALGVbATxLDyFTqZR1RvUOizt7akLKvwWhOq2nXbU6tiGpw=="}' + string: '{"primarySharedKey":"Gc18HEs0gY2L2LxnUgrekxXLCyMEweenCI0OR+yWTHeOyq782ZbDx6zrweG1+fLTnqt9mRJ8/RIxdLyquMZLIA==","secondarySharedKey":"RCbP/jizkKxfjybHU0YGMi/+j39lZ6v0TIV75a55k6Q9IkSLbgkniXke1RWFBMPpkdFqKdU5zQPJGqhv/F/Dfw=="}' headers: access-control-allow-origin: - '*' @@ -142,7 +142,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:05 GMT + - Wed, 31 May 2023 22:32:26 GMT expires: - '-1' pragma: @@ -178,7 +178,7 @@ interactions: ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -275,7 +275,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:06 GMT + - Wed, 31 May 2023 22:32:26 GMT expires: - '-1' pragma: @@ -303,7 +303,7 @@ interactions: ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -400,7 +400,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:05 GMT + - Wed, 31 May 2023 22:32:27 GMT expires: - '-1' pragma: @@ -428,7 +428,7 @@ interactions: ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -525,7 +525,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:06 GMT + - Wed, 31 May 2023 22:32:27 GMT expires: - '-1' pragma: @@ -553,7 +553,7 @@ interactions: ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -650,7 +650,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:06 GMT + - Wed, 31 May 2023 22:32:27 GMT expires: - '-1' pragma: @@ -665,10 +665,10 @@ interactions: code: 200 message: OK - request: - body: '{"location": "northcentralus", "tags": null, "properties": {"daprAIInstrumentationKey": + body: '{"location": "eastus", "tags": null, "properties": {"daprAIInstrumentationKey": null, "vnetConfiguration": null, "appLogsConfiguration": {"destination": "log-analytics", - "logAnalyticsConfiguration": {"customerId": "4cfeb88b-98f8-44f6-b47e-e0bec1982f11", - "sharedKey": "2o3tEy2dxmz7ZlZDNsrOYNJgWWWjHtxcIrR5DSJ4/YfVqJNOOm3qLZzvGElzllrdGsI3SICDNOP6/FGQS/FfnA=="}}, + "logAnalyticsConfiguration": {"customerId": "003fcca0-2429-4910-b04d-124e00a85163", + "sharedKey": "Gc18HEs0gY2L2LxnUgrekxXLCyMEweenCI0OR+yWTHeOyq782ZbDx6zrweG1+fLTnqt9mRJ8/RIxdLyquMZLIA=="}}, "customDomainConfiguration": null, "workloadProfiles": null, "zoneRedundant": false}}' headers: @@ -681,33 +681,33 @@ interactions: Connection: - keep-alive Content-Length: - - '454' + - '446' Content-Type: - application/json ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"northcentralus","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:37:07.3955478Z","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:37:07.3955478Z"},"properties":{"provisioningState":"Waiting","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"mangoground-db2ba38c.northcentralus.azurecontainerapps.io","staticIp":"20.241.62.243","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"4cfeb88b-98f8-44f6-b47e-e0bec1982f11","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:32:28.8486296Z","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:32:28.8486296Z"},"properties":{"provisioningState":"Waiting","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"proudbush-b86e3776.eastus.azurecontainerapps.io","staticIp":"20.253.83.64","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"003fcca0-2429-4910-b04d-124e00a85163","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, 2023-02-01, 2023-04-01-preview azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/0092669a-f3ed-4465-a85e-55756d27bcbe?api-version=2023-04-01-preview&azureAsyncOperation=true + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/14685e69-e2c8-46e8-a566-cc89683645dd?api-version=2023-04-01-preview&azureAsyncOperation=true cache-control: - no-cache content-length: - - '1529' + - '1502' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:08 GMT + - Wed, 31 May 2023 22:32:31 GMT expires: - '-1' pragma: @@ -742,12 +742,12 @@ interactions: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/0092669a-f3ed-4465-a85e-55756d27bcbe?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/14685e69-e2c8-46e8-a566-cc89683645dd?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/0092669a-f3ed-4465-a85e-55756d27bcbe","name":"0092669a-f3ed-4465-a85e-55756d27bcbe","status":"InProgress","startTime":"2023-05-18T07:37:08.5937097"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/14685e69-e2c8-46e8-a566-cc89683645dd","name":"14685e69-e2c8-46e8-a566-cc89683645dd","status":"InProgress","startTime":"2023-05-31T22:32:31.6426984"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -755,11 +755,11 @@ interactions: cache-control: - no-cache content-length: - - '292' + - '284' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:08 GMT + - Wed, 31 May 2023 22:32:32 GMT expires: - '-1' pragma: @@ -794,12 +794,12 @@ interactions: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/0092669a-f3ed-4465-a85e-55756d27bcbe?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/14685e69-e2c8-46e8-a566-cc89683645dd?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/0092669a-f3ed-4465-a85e-55756d27bcbe","name":"0092669a-f3ed-4465-a85e-55756d27bcbe","status":"InProgress","startTime":"2023-05-18T07:37:08.5937097"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/14685e69-e2c8-46e8-a566-cc89683645dd","name":"14685e69-e2c8-46e8-a566-cc89683645dd","status":"InProgress","startTime":"2023-05-31T22:32:31.6426984"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -807,11 +807,11 @@ interactions: cache-control: - no-cache content-length: - - '292' + - '284' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:11 GMT + - Wed, 31 May 2023 22:32:34 GMT expires: - '-1' pragma: @@ -846,12 +846,12 @@ interactions: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/0092669a-f3ed-4465-a85e-55756d27bcbe?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/14685e69-e2c8-46e8-a566-cc89683645dd?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/0092669a-f3ed-4465-a85e-55756d27bcbe","name":"0092669a-f3ed-4465-a85e-55756d27bcbe","status":"InProgress","startTime":"2023-05-18T07:37:08.5937097"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/14685e69-e2c8-46e8-a566-cc89683645dd","name":"14685e69-e2c8-46e8-a566-cc89683645dd","status":"InProgress","startTime":"2023-05-31T22:32:31.6426984"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -859,11 +859,11 @@ interactions: cache-control: - no-cache content-length: - - '292' + - '284' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:14 GMT + - Wed, 31 May 2023 22:32:36 GMT expires: - '-1' pragma: @@ -898,12 +898,12 @@ interactions: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/0092669a-f3ed-4465-a85e-55756d27bcbe?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/14685e69-e2c8-46e8-a566-cc89683645dd?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/0092669a-f3ed-4465-a85e-55756d27bcbe","name":"0092669a-f3ed-4465-a85e-55756d27bcbe","status":"InProgress","startTime":"2023-05-18T07:37:08.5937097"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/14685e69-e2c8-46e8-a566-cc89683645dd","name":"14685e69-e2c8-46e8-a566-cc89683645dd","status":"InProgress","startTime":"2023-05-31T22:32:31.6426984"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -911,11 +911,11 @@ interactions: cache-control: - no-cache content-length: - - '292' + - '284' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:16 GMT + - Wed, 31 May 2023 22:32:39 GMT expires: - '-1' pragma: @@ -950,12 +950,12 @@ interactions: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/0092669a-f3ed-4465-a85e-55756d27bcbe?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/14685e69-e2c8-46e8-a566-cc89683645dd?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/0092669a-f3ed-4465-a85e-55756d27bcbe","name":"0092669a-f3ed-4465-a85e-55756d27bcbe","status":"InProgress","startTime":"2023-05-18T07:37:08.5937097"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/14685e69-e2c8-46e8-a566-cc89683645dd","name":"14685e69-e2c8-46e8-a566-cc89683645dd","status":"InProgress","startTime":"2023-05-31T22:32:31.6426984"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -963,11 +963,11 @@ interactions: cache-control: - no-cache content-length: - - '292' + - '284' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:19 GMT + - Wed, 31 May 2023 22:32:42 GMT expires: - '-1' pragma: @@ -1002,12 +1002,12 @@ interactions: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/0092669a-f3ed-4465-a85e-55756d27bcbe?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/14685e69-e2c8-46e8-a566-cc89683645dd?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/0092669a-f3ed-4465-a85e-55756d27bcbe","name":"0092669a-f3ed-4465-a85e-55756d27bcbe","status":"Succeeded","startTime":"2023-05-18T07:37:08.5937097"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/14685e69-e2c8-46e8-a566-cc89683645dd","name":"14685e69-e2c8-46e8-a566-cc89683645dd","status":"InProgress","startTime":"2023-05-31T22:32:31.6426984"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1015,11 +1015,11 @@ interactions: cache-control: - no-cache content-length: - - '291' + - '284' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:21 GMT + - Wed, 31 May 2023 22:32:45 GMT expires: - '-1' pragma: @@ -1054,12 +1054,168 @@ interactions: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/14685e69-e2c8-46e8-a566-cc89683645dd?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/14685e69-e2c8-46e8-a566-cc89683645dd","name":"14685e69-e2c8-46e8-a566-cc89683645dd","status":"InProgress","startTime":"2023-05-31T22:32:31.6426984"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:32:47 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/14685e69-e2c8-46e8-a566-cc89683645dd?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/14685e69-e2c8-46e8-a566-cc89683645dd","name":"14685e69-e2c8-46e8-a566-cc89683645dd","status":"InProgress","startTime":"2023-05-31T22:32:31.6426984"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:32:50 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/14685e69-e2c8-46e8-a566-cc89683645dd?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/14685e69-e2c8-46e8-a566-cc89683645dd","name":"14685e69-e2c8-46e8-a566-cc89683645dd","status":"Succeeded","startTime":"2023-05-31T22:32:31.6426984"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:32:52 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"northcentralus","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:37:07.3955478","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:37:07.3955478"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"mangoground-db2ba38c.northcentralus.azurecontainerapps.io","staticIp":"20.241.62.243","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"4cfeb88b-98f8-44f6-b47e-e0bec1982f11","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:32:28.8486296","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:32:28.8486296"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"proudbush-b86e3776.eastus.azurecontainerapps.io","staticIp":"20.253.83.64","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"003fcca0-2429-4910-b04d-124e00a85163","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1067,11 +1223,11 @@ interactions: cache-control: - no-cache content-length: - - '1529' + - '1502' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:21 GMT + - Wed, 31 May 2023 22:32:53 GMT expires: - '-1' pragma: @@ -1105,7 +1261,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -1202,7 +1358,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:22 GMT + - Wed, 31 May 2023 22:32:53 GMT expires: - '-1' pragma: @@ -1231,12 +1387,12 @@ interactions: - -g -n User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"northcentralus","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:37:07.3955478","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:37:07.3955478"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"mangoground-db2ba38c.northcentralus.azurecontainerapps.io","staticIp":"20.241.62.243","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"4cfeb88b-98f8-44f6-b47e-e0bec1982f11","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:32:28.8486296","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:32:28.8486296"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"proudbush-b86e3776.eastus.azurecontainerapps.io","staticIp":"20.253.83.64","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"003fcca0-2429-4910-b04d-124e00a85163","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1244,11 +1400,11 @@ interactions: cache-control: - no-cache content-length: - - '1529' + - '1502' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:23 GMT + - Wed, 31 May 2023 22:32:54 GMT expires: - '-1' pragma: @@ -1282,7 +1438,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -1379,7 +1535,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:23 GMT + - Wed, 31 May 2023 22:32:54 GMT expires: - '-1' pragma: @@ -1408,12 +1564,12 @@ interactions: - -n -g User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"northcentralus","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:37:07.3955478","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:37:07.3955478"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"mangoground-db2ba38c.northcentralus.azurecontainerapps.io","staticIp":"20.241.62.243","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"4cfeb88b-98f8-44f6-b47e-e0bec1982f11","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:32:28.8486296","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:32:28.8486296"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"proudbush-b86e3776.eastus.azurecontainerapps.io","staticIp":"20.253.83.64","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"003fcca0-2429-4910-b04d-124e00a85163","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1421,11 +1577,11 @@ interactions: cache-control: - no-cache content-length: - - '1529' + - '1502' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:24 GMT + - Wed, 31 May 2023 22:32:56 GMT expires: - '-1' pragma: @@ -1460,7 +1616,7 @@ interactions: - --resource-group --name --environment --replica-timeout --replica-retry-limit --trigger-type --replica-completion-count --parallelism --image --cpu --memory User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -1557,7 +1713,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:24 GMT + - Wed, 31 May 2023 22:32:56 GMT expires: - '-1' pragma: @@ -1587,12 +1743,12 @@ interactions: --trigger-type --replica-completion-count --parallelism --image --cpu --memory User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"northcentralus","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:37:07.3955478","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:37:07.3955478"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"mangoground-db2ba38c.northcentralus.azurecontainerapps.io","staticIp":"20.241.62.243","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"4cfeb88b-98f8-44f6-b47e-e0bec1982f11","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:32:28.8486296","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:32:28.8486296"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"proudbush-b86e3776.eastus.azurecontainerapps.io","staticIp":"20.253.83.64","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"003fcca0-2429-4910-b04d-124e00a85163","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1600,11 +1756,11 @@ interactions: cache-control: - no-cache content-length: - - '1529' + - '1502' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:25 GMT + - Wed, 31 May 2023 22:32:56 GMT expires: - '-1' pragma: @@ -1639,7 +1795,7 @@ interactions: - --resource-group --name --environment --replica-timeout --replica-retry-limit --trigger-type --replica-completion-count --parallelism --image --cpu --memory User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -1736,7 +1892,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:25 GMT + - Wed, 31 May 2023 22:32:57 GMT expires: - '-1' pragma: @@ -1751,7 +1907,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "northcentralus", "identity": {"type": "None", "userAssignedIdentities": + body: '{"location": "eastus", "identity": {"type": "None", "userAssignedIdentities": null}, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", "configuration": {"secrets": null, "triggerType": "manual", "replicaTimeout": 200, "replicaRetryLimit": 1, "manualTriggerConfig": {"replicaCompletionCount": @@ -1770,7 +1926,7 @@ interactions: Connection: - keep-alive Content-Length: - - '814' + - '806' Content-Type: - application/json ParameterSetName: @@ -1778,26 +1934,26 @@ interactions: --trigger-type --replica-completion-count --parallelism --image --cpu --memory User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003","name":"job2000003","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:37:26.6157217Z","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:37:26.6157217Z"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"job2000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000003/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003","name":"job2000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:32:58.6285001Z","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:32:58.6285001Z"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"job2000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000003/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-11-01-preview, 2023-04-01-preview azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/37447140-6c27-4f30-8909-531fd6c1170a?api-version=2023-04-01-preview&azureAsyncOperation=true + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/0006c755-bb71-4e99-b504-6fdedb67bb89?api-version=2023-04-01-preview&azureAsyncOperation=true cache-control: - no-cache content-length: - - '1513' + - '1496' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:27 GMT + - Wed, 31 May 2023 22:32:59 GMT expires: - '-1' pragma: @@ -1833,24 +1989,24 @@ interactions: --trigger-type --replica-completion-count --parallelism --image --cpu --memory User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003","name":"job2000003","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:37:26.6157217","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:37:26.6157217"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"job2000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000003/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003","name":"job2000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:32:58.6285001","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:32:58.6285001"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"job2000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000003/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-11-01-preview, 2023-04-01-preview cache-control: - no-cache content-length: - - '1511' + - '1494' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:27 GMT + - Wed, 31 May 2023 22:33:02 GMT expires: - '-1' pragma: @@ -1886,236 +2042,24 @@ interactions: --trigger-type --replica-completion-count --parallelism --image --cpu --memory User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003","name":"job2000003","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:37:26.6157217","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:37:26.6157217"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"job2000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000003/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003","name":"job2000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:32:58.6285001","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:32:58.6285001"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"job2000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000003/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-11-01-preview, 2023-04-01-preview cache-control: - no-cache content-length: - - '1511' + - '1493' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:30 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp job create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --environment --replica-timeout --replica-retry-limit - --trigger-type --replica-completion-count --parallelism --image --cpu --memory - User-Agent: - - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003","name":"job2000003","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:37:26.6157217","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:37:26.6157217"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"job2000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000003/eventstream"},"identity":{"type":"None"}}' - headers: - api-supported-versions: - - 2022-11-01-preview, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '1511' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 18 May 2023 07:37:32 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp job create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --environment --replica-timeout --replica-retry-limit - --trigger-type --replica-completion-count --parallelism --image --cpu --memory - User-Agent: - - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003","name":"job2000003","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:37:26.6157217","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:37:26.6157217"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"job2000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000003/eventstream"},"identity":{"type":"None"}}' - headers: - api-supported-versions: - - 2022-11-01-preview, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '1511' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 18 May 2023 07:37:36 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp job create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --environment --replica-timeout --replica-retry-limit - --trigger-type --replica-completion-count --parallelism --image --cpu --memory - User-Agent: - - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003","name":"job2000003","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:37:26.6157217","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:37:26.6157217"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"job2000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000003/eventstream"},"identity":{"type":"None"}}' - headers: - api-supported-versions: - - 2022-11-01-preview, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '1511' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 18 May 2023 07:37:39 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp job create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --environment --replica-timeout --replica-retry-limit - --trigger-type --replica-completion-count --parallelism --image --cpu --memory - User-Agent: - - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003","name":"job2000003","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:37:26.6157217","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:37:26.6157217"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"job2000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000003/eventstream"},"identity":{"type":"None"}}' - headers: - api-supported-versions: - - 2022-11-01-preview, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '1510' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 18 May 2023 07:37:41 GMT + - Wed, 31 May 2023 22:33:05 GMT expires: - '-1' pragma: @@ -2149,7 +2093,7 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -2246,7 +2190,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:42 GMT + - Wed, 31 May 2023 22:33:06 GMT expires: - '-1' pragma: @@ -2275,24 +2219,24 @@ interactions: - --resource-group --name User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003","name":"job2000003","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:37:26.6157217","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:37:26.6157217"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"job2000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000003/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003","name":"job2000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:32:58.6285001","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:32:58.6285001"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"job2000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000003/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-11-01-preview, 2023-04-01-preview cache-control: - no-cache content-length: - - '1510' + - '1493' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:43 GMT + - Wed, 31 May 2023 22:33:06 GMT expires: - '-1' pragma: @@ -2301,8 +2245,10 @@ interactions: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - - Accept-Encoding + - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff x-powered-by: @@ -2327,12 +2273,12 @@ interactions: - --resource-group --name User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003/start?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003/executions/job2000003-e1t024x","name":"job2000003-e1t024x"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003/executions/job2000003-h87wigc","name":"job2000003-h87wigc"}' headers: api-supported-versions: - 2022-11-01-preview, 2023-04-01-preview @@ -2343,7 +2289,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:43 GMT + - Wed, 31 May 2023 22:33:07 GMT expires: - '-1' pragma: @@ -2352,8 +2298,10 @@ interactions: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - - Accept-Encoding + - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: @@ -2378,12 +2326,12 @@ interactions: - --resource-group --name User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003/executions?api-version=2023-04-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003/executions/job2000003-e1t024x","name":"job2000003-e1t024x","type":"Microsoft.App/jobs/executions","properties":{"status":"Running","startTime":"2023-05-18T07:37:44+00:00","template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"job2000003","resources":{"cpu":0.250,"memory":"0.5Gi"}}],"initContainers":null}}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003/executions/job2000003-h87wigc","name":"job2000003-h87wigc","type":"Microsoft.App/jobs/executions","properties":{"status":"Running","startTime":"2023-05-31T22:33:08+00:00","template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"job2000003","resources":{"cpu":0.250,"memory":"0.5Gi"}}],"initContainers":null}}}]}' headers: api-supported-versions: - 2022-11-01-preview, 2023-04-01-preview @@ -2394,7 +2342,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:45 GMT + - Wed, 31 May 2023 22:33:08 GMT expires: - '-1' pragma: @@ -2429,12 +2377,12 @@ interactions: - --resource-group --name --job-execution-name User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003/executions/job2000003-e1t024x?api-version=2023-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003/executions/job2000003-h87wigc?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003/executions/job2000003-e1t024x","name":"job2000003-e1t024x","type":"Microsoft.App/jobs/executions","properties":{"status":"Running","startTime":"2023-05-18T07:37:44+00:00","template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"job2000003","resources":{"cpu":0.250,"memory":"0.5Gi"}}],"initContainers":null}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000003/executions/job2000003-h87wigc","name":"job2000003-h87wigc","type":"Microsoft.App/jobs/executions","properties":{"status":"Running","startTime":"2023-05-31T22:33:08+00:00","template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"job2000003","resources":{"cpu":0.250,"memory":"0.5Gi"}}],"initContainers":null}}}' headers: api-supported-versions: - 2022-11-01-preview, 2023-04-01-preview @@ -2445,7 +2393,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:37:46 GMT + - Wed, 31 May 2023 22:33:09 GMT expires: - '-1' pragma: diff --git a/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_manualjob_crudoperations_e2e.yaml b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_manualjob_crudoperations_e2e.yaml index f74f4614629..86d05c1454e 100644 --- a/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_manualjob_crudoperations_e2e.yaml +++ b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_manualjob_crudoperations_e2e.yaml @@ -18,12 +18,12 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004?api-version=2021-12-01-preview response: body: - string: '{"properties":{"customerId":"c3921f1f-9c18-4338-bf3e-5022ed2b858e","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-05-18T07:35:26.2845129Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-05-19T02:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-05-18T07:35:26.2845129Z","modifiedDate":"2023-05-18T07:35:26.2845129Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces"}' + string: '{"properties":{"customerId":"51d5d8b6-93e3-47e8-83a3-3131ac78fd09","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-05-31T22:28:44.7794647Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-01T21:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-05-31T22:28:44.7794647Z","modifiedDate":"2023-05-31T22:28:44.7794647Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces"}' headers: access-control-allow-origin: - '*' @@ -36,7 +36,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:35:25 GMT + - Wed, 31 May 2023 22:28:44 GMT expires: - '-1' location: @@ -70,12 +70,12 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004?api-version=2021-12-01-preview response: body: - string: '{"properties":{"customerId":"c3921f1f-9c18-4338-bf3e-5022ed2b858e","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-05-18T07:35:26.2845129Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-05-19T02:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-05-18T07:35:26.2845129Z","modifiedDate":"2023-05-18T07:35:26.2845129Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces"}' + string: '{"properties":{"customerId":"51d5d8b6-93e3-47e8-83a3-3131ac78fd09","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-05-31T22:28:44.7794647Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-01T21:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-05-31T22:28:44.7794647Z","modifiedDate":"2023-05-31T22:28:44.7794647Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces"}' headers: access-control-allow-origin: - '*' @@ -88,7 +88,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:35:26 GMT + - Wed, 31 May 2023 22:28:44 GMT expires: - '-1' pragma: @@ -124,12 +124,12 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004/sharedKeys?api-version=2020-08-01 response: body: - string: '{"primarySharedKey":"sTDgMJETBE7G9cHna+aoLJK7GE31MyLs1oJuaGMxLISlstzDfsgrs8Nt5JdzMl8kKZ/hshQui+VYmvgeVjG9Tw==","secondarySharedKey":"5pRZJhrKyBA619jUCG0eFDNU9COpI+6jfqCz5+1JV61/+qKAZSHYyFY+PQwmXfCEJxLYLZwlSRloF526O5FqaA=="}' + string: '{"primarySharedKey":"pkxXZV01pWSQL4bzREtHZdLFdmac90PWDggM3TsGod7zUz0lZh1+vMBXu9x1U0jmZWWMxYgmtY60xFxe/eu7Ag==","secondarySharedKey":"v3JhKkV3yiuT8xYQGuKdyam0xTjzchLhUArwAl3E88LRMc8CQMiQI0gcA/zAjGI+RYwg80x1eltsjrdTYhdoAw=="}' headers: access-control-allow-origin: - '*' @@ -142,7 +142,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:35:27 GMT + - Wed, 31 May 2023 22:28:45 GMT expires: - '-1' pragma: @@ -151,6 +151,10 @@ interactions: - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: @@ -174,7 +178,7 @@ interactions: ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -271,7 +275,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:35:27 GMT + - Wed, 31 May 2023 22:28:46 GMT expires: - '-1' pragma: @@ -299,7 +303,7 @@ interactions: ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -396,13 +400,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:35:27 GMT + - Wed, 31 May 2023 22:28:46 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding x-content-type-options: - nosniff status: @@ -422,7 +428,7 @@ interactions: ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -519,7 +525,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:35:28 GMT + - Wed, 31 May 2023 22:28:46 GMT expires: - '-1' pragma: @@ -547,7 +553,7 @@ interactions: ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -644,7 +650,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:35:28 GMT + - Wed, 31 May 2023 22:28:46 GMT expires: - '-1' pragma: @@ -659,10 +665,10 @@ interactions: code: 200 message: OK - request: - body: '{"location": "northcentralus", "tags": null, "properties": {"daprAIInstrumentationKey": + body: '{"location": "eastus", "tags": null, "properties": {"daprAIInstrumentationKey": null, "vnetConfiguration": null, "appLogsConfiguration": {"destination": "log-analytics", - "logAnalyticsConfiguration": {"customerId": "c3921f1f-9c18-4338-bf3e-5022ed2b858e", - "sharedKey": "sTDgMJETBE7G9cHna+aoLJK7GE31MyLs1oJuaGMxLISlstzDfsgrs8Nt5JdzMl8kKZ/hshQui+VYmvgeVjG9Tw=="}}, + "logAnalyticsConfiguration": {"customerId": "51d5d8b6-93e3-47e8-83a3-3131ac78fd09", + "sharedKey": "pkxXZV01pWSQL4bzREtHZdLFdmac90PWDggM3TsGod7zUz0lZh1+vMBXu9x1U0jmZWWMxYgmtY60xFxe/eu7Ag=="}}, "customDomainConfiguration": null, "workloadProfiles": null, "zoneRedundant": false}}' headers: @@ -675,33 +681,33 @@ interactions: Connection: - keep-alive Content-Length: - - '454' + - '446' Content-Type: - application/json ParameterSetName: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"northcentralus","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:35:29.540052Z","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:35:29.540052Z"},"properties":{"provisioningState":"Waiting","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"thankfulcliff-79fe2b1a.northcentralus.azurecontainerapps.io","staticIp":"52.159.87.2","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"c3921f1f-9c18-4338-bf3e-5022ed2b858e","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:28:48.3754941Z","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:28:48.3754941Z"},"properties":{"provisioningState":"Waiting","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"bravecoast-72c47d07.eastus.azurecontainerapps.io","staticIp":"20.62.221.42","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"51d5d8b6-93e3-47e8-83a3-3131ac78fd09","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, 2023-02-01, 2023-04-01-preview azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/e61b2e78-8f81-4076-8703-f407f040b8a4?api-version=2023-04-01-preview&azureAsyncOperation=true + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/67ca9c26-3b03-4d53-8272-0cc184517639?api-version=2023-04-01-preview&azureAsyncOperation=true cache-control: - no-cache content-length: - - '1527' + - '1503' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:35:30 GMT + - Wed, 31 May 2023 22:28:50 GMT expires: - '-1' pragma: @@ -736,12 +742,64 @@ interactions: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/67ca9c26-3b03-4d53-8272-0cc184517639?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/67ca9c26-3b03-4d53-8272-0cc184517639","name":"67ca9c26-3b03-4d53-8272-0cc184517639","status":"InProgress","startTime":"2023-05-31T22:28:50.6433651"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 22:28:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/e61b2e78-8f81-4076-8703-f407f040b8a4?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/67ca9c26-3b03-4d53-8272-0cc184517639?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/e61b2e78-8f81-4076-8703-f407f040b8a4","name":"e61b2e78-8f81-4076-8703-f407f040b8a4","status":"InProgress","startTime":"2023-05-18T07:35:30.935585"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/67ca9c26-3b03-4d53-8272-0cc184517639","name":"67ca9c26-3b03-4d53-8272-0cc184517639","status":"InProgress","startTime":"2023-05-31T22:28:50.6433651"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -749,11 +807,11 @@ interactions: cache-control: - no-cache content-length: - - '291' + - '284' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:35:31 GMT + - Wed, 31 May 2023 22:28:53 GMT expires: - '-1' pragma: @@ -788,12 +846,12 @@ interactions: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/e61b2e78-8f81-4076-8703-f407f040b8a4?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/67ca9c26-3b03-4d53-8272-0cc184517639?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/e61b2e78-8f81-4076-8703-f407f040b8a4","name":"e61b2e78-8f81-4076-8703-f407f040b8a4","status":"InProgress","startTime":"2023-05-18T07:35:30.935585"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/67ca9c26-3b03-4d53-8272-0cc184517639","name":"67ca9c26-3b03-4d53-8272-0cc184517639","status":"InProgress","startTime":"2023-05-31T22:28:50.6433651"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -801,11 +859,11 @@ interactions: cache-control: - no-cache content-length: - - '291' + - '284' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:35:33 GMT + - Wed, 31 May 2023 22:28:56 GMT expires: - '-1' pragma: @@ -840,12 +898,12 @@ interactions: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/e61b2e78-8f81-4076-8703-f407f040b8a4?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/67ca9c26-3b03-4d53-8272-0cc184517639?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/e61b2e78-8f81-4076-8703-f407f040b8a4","name":"e61b2e78-8f81-4076-8703-f407f040b8a4","status":"InProgress","startTime":"2023-05-18T07:35:30.935585"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/67ca9c26-3b03-4d53-8272-0cc184517639","name":"67ca9c26-3b03-4d53-8272-0cc184517639","status":"InProgress","startTime":"2023-05-31T22:28:50.6433651"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -853,11 +911,11 @@ interactions: cache-control: - no-cache content-length: - - '291' + - '284' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:35:36 GMT + - Wed, 31 May 2023 22:28:58 GMT expires: - '-1' pragma: @@ -892,12 +950,12 @@ interactions: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/e61b2e78-8f81-4076-8703-f407f040b8a4?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/67ca9c26-3b03-4d53-8272-0cc184517639?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/e61b2e78-8f81-4076-8703-f407f040b8a4","name":"e61b2e78-8f81-4076-8703-f407f040b8a4","status":"InProgress","startTime":"2023-05-18T07:35:30.935585"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/67ca9c26-3b03-4d53-8272-0cc184517639","name":"67ca9c26-3b03-4d53-8272-0cc184517639","status":"InProgress","startTime":"2023-05-31T22:28:50.6433651"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -905,11 +963,11 @@ interactions: cache-control: - no-cache content-length: - - '291' + - '284' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:35:39 GMT + - Wed, 31 May 2023 22:29:01 GMT expires: - '-1' pragma: @@ -944,12 +1002,12 @@ interactions: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/e61b2e78-8f81-4076-8703-f407f040b8a4?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/67ca9c26-3b03-4d53-8272-0cc184517639?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/e61b2e78-8f81-4076-8703-f407f040b8a4","name":"e61b2e78-8f81-4076-8703-f407f040b8a4","status":"InProgress","startTime":"2023-05-18T07:35:30.935585"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/67ca9c26-3b03-4d53-8272-0cc184517639","name":"67ca9c26-3b03-4d53-8272-0cc184517639","status":"InProgress","startTime":"2023-05-31T22:28:50.6433651"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -957,11 +1015,11 @@ interactions: cache-control: - no-cache content-length: - - '291' + - '284' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:35:41 GMT + - Wed, 31 May 2023 22:29:03 GMT expires: - '-1' pragma: @@ -996,12 +1054,12 @@ interactions: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/e61b2e78-8f81-4076-8703-f407f040b8a4?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/67ca9c26-3b03-4d53-8272-0cc184517639?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/e61b2e78-8f81-4076-8703-f407f040b8a4","name":"e61b2e78-8f81-4076-8703-f407f040b8a4","status":"InProgress","startTime":"2023-05-18T07:35:30.935585"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/67ca9c26-3b03-4d53-8272-0cc184517639","name":"67ca9c26-3b03-4d53-8272-0cc184517639","status":"InProgress","startTime":"2023-05-31T22:28:50.6433651"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1009,11 +1067,11 @@ interactions: cache-control: - no-cache content-length: - - '291' + - '284' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:35:44 GMT + - Wed, 31 May 2023 22:29:06 GMT expires: - '-1' pragma: @@ -1048,12 +1106,12 @@ interactions: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/e61b2e78-8f81-4076-8703-f407f040b8a4?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/67ca9c26-3b03-4d53-8272-0cc184517639?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/e61b2e78-8f81-4076-8703-f407f040b8a4","name":"e61b2e78-8f81-4076-8703-f407f040b8a4","status":"InProgress","startTime":"2023-05-18T07:35:30.935585"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/67ca9c26-3b03-4d53-8272-0cc184517639","name":"67ca9c26-3b03-4d53-8272-0cc184517639","status":"InProgress","startTime":"2023-05-31T22:28:50.6433651"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1061,11 +1119,11 @@ interactions: cache-control: - no-cache content-length: - - '291' + - '284' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:35:47 GMT + - Wed, 31 May 2023 22:29:09 GMT expires: - '-1' pragma: @@ -1100,12 +1158,12 @@ interactions: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/e61b2e78-8f81-4076-8703-f407f040b8a4?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/67ca9c26-3b03-4d53-8272-0cc184517639?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/e61b2e78-8f81-4076-8703-f407f040b8a4","name":"e61b2e78-8f81-4076-8703-f407f040b8a4","status":"InProgress","startTime":"2023-05-18T07:35:30.935585"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/67ca9c26-3b03-4d53-8272-0cc184517639","name":"67ca9c26-3b03-4d53-8272-0cc184517639","status":"InProgress","startTime":"2023-05-31T22:28:50.6433651"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1113,11 +1171,11 @@ interactions: cache-control: - no-cache content-length: - - '291' + - '284' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:35:48 GMT + - Wed, 31 May 2023 22:29:12 GMT expires: - '-1' pragma: @@ -1152,12 +1210,12 @@ interactions: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/e61b2e78-8f81-4076-8703-f407f040b8a4?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/67ca9c26-3b03-4d53-8272-0cc184517639?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/managedEnvironmentOperationStatuses/e61b2e78-8f81-4076-8703-f407f040b8a4","name":"e61b2e78-8f81-4076-8703-f407f040b8a4","status":"Succeeded","startTime":"2023-05-18T07:35:30.935585"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/67ca9c26-3b03-4d53-8272-0cc184517639","name":"67ca9c26-3b03-4d53-8272-0cc184517639","status":"Succeeded","startTime":"2023-05-31T22:28:50.6433651"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1165,11 +1223,11 @@ interactions: cache-control: - no-cache content-length: - - '290' + - '283' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:35:51 GMT + - Wed, 31 May 2023 22:29:14 GMT expires: - '-1' pragma: @@ -1204,12 +1262,12 @@ interactions: - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"northcentralus","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:35:29.540052","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:35:29.540052"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"thankfulcliff-79fe2b1a.northcentralus.azurecontainerapps.io","staticIp":"52.159.87.2","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"c3921f1f-9c18-4338-bf3e-5022ed2b858e","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:28:48.3754941","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:28:48.3754941"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"bravecoast-72c47d07.eastus.azurecontainerapps.io","staticIp":"20.62.221.42","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"51d5d8b6-93e3-47e8-83a3-3131ac78fd09","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1217,11 +1275,11 @@ interactions: cache-control: - no-cache content-length: - - '1527' + - '1503' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:35:52 GMT + - Wed, 31 May 2023 22:29:15 GMT expires: - '-1' pragma: @@ -1255,7 +1313,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -1352,7 +1410,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:35:52 GMT + - Wed, 31 May 2023 22:29:15 GMT expires: - '-1' pragma: @@ -1381,12 +1439,12 @@ interactions: - -g -n User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"northcentralus","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:35:29.540052","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:35:29.540052"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"thankfulcliff-79fe2b1a.northcentralus.azurecontainerapps.io","staticIp":"52.159.87.2","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"c3921f1f-9c18-4338-bf3e-5022ed2b858e","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:28:48.3754941","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:28:48.3754941"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"bravecoast-72c47d07.eastus.azurecontainerapps.io","staticIp":"20.62.221.42","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"51d5d8b6-93e3-47e8-83a3-3131ac78fd09","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1394,11 +1452,11 @@ interactions: cache-control: - no-cache content-length: - - '1527' + - '1503' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:35:53 GMT + - Wed, 31 May 2023 22:29:16 GMT expires: - '-1' pragma: @@ -1432,7 +1490,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -1529,7 +1587,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:35:53 GMT + - Wed, 31 May 2023 22:29:16 GMT expires: - '-1' pragma: @@ -1558,12 +1616,12 @@ interactions: - -n -g User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"northcentralus","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:35:29.540052","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:35:29.540052"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"thankfulcliff-79fe2b1a.northcentralus.azurecontainerapps.io","staticIp":"52.159.87.2","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"c3921f1f-9c18-4338-bf3e-5022ed2b858e","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:28:48.3754941","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:28:48.3754941"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"bravecoast-72c47d07.eastus.azurecontainerapps.io","staticIp":"20.62.221.42","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"51d5d8b6-93e3-47e8-83a3-3131ac78fd09","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1571,11 +1629,11 @@ interactions: cache-control: - no-cache content-length: - - '1527' + - '1503' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:35:53 GMT + - Wed, 31 May 2023 22:29:17 GMT expires: - '-1' pragma: @@ -1610,7 +1668,7 @@ interactions: - --resource-group --name --environment --replica-timeout --replica-retry-limit --trigger-type --parallelism --replica-completion-count --image --cpu --memory User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -1707,7 +1765,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:35:54 GMT + - Wed, 31 May 2023 22:29:17 GMT expires: - '-1' pragma: @@ -1737,12 +1795,12 @@ interactions: --trigger-type --parallelism --replica-completion-count --image --cpu --memory User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"northcentralus","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:35:29.540052","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:35:29.540052"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"thankfulcliff-79fe2b1a.northcentralus.azurecontainerapps.io","staticIp":"52.159.87.2","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"c3921f1f-9c18-4338-bf3e-5022ed2b858e","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:28:48.3754941","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:28:48.3754941"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"bravecoast-72c47d07.eastus.azurecontainerapps.io","staticIp":"20.62.221.42","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"51d5d8b6-93e3-47e8-83a3-3131ac78fd09","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1750,11 +1808,11 @@ interactions: cache-control: - no-cache content-length: - - '1527' + - '1503' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:35:54 GMT + - Wed, 31 May 2023 22:29:18 GMT expires: - '-1' pragma: @@ -1789,7 +1847,7 @@ interactions: - --resource-group --name --environment --replica-timeout --replica-retry-limit --trigger-type --parallelism --replica-completion-count --image --cpu --memory User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -1886,7 +1944,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:35:55 GMT + - Wed, 31 May 2023 22:29:18 GMT expires: - '-1' pragma: @@ -1901,7 +1959,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "northcentralus", "identity": {"type": "None", "userAssignedIdentities": + body: '{"location": "eastus", "identity": {"type": "None", "userAssignedIdentities": null}, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", "configuration": {"secrets": null, "triggerType": "manual", "replicaTimeout": 200, "replicaRetryLimit": 2, "manualTriggerConfig": {"replicaCompletionCount": @@ -1920,7 +1978,7 @@ interactions: Connection: - keep-alive Content-Length: - - '819' + - '811' Content-Type: - application/json ParameterSetName: @@ -1928,26 +1986,26 @@ interactions: --trigger-type --parallelism --replica-completion-count --image --cpu --memory User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:35:56.4284703Z","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:35:56.4284703Z"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:29:19.8998175Z","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:29:19.8998175Z"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-11-01-preview, 2023-04-01-preview azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/8ac37211-1fb6-48aa-a888-cb4998ed1d0a?api-version=2023-04-01-preview&azureAsyncOperation=true + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/8af531b0-66c1-457c-9251-ce6c46fdbb4b?api-version=2023-04-01-preview&azureAsyncOperation=true cache-control: - no-cache content-length: - - '1518' + - '1501' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:35:57 GMT + - Wed, 31 May 2023 22:29:20 GMT expires: - '-1' pragma: @@ -1983,24 +2041,24 @@ interactions: --trigger-type --parallelism --replica-completion-count --image --cpu --memory User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:35:56.4284703","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:35:56.4284703"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:29:19.8998175","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:29:19.8998175"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-11-01-preview, 2023-04-01-preview cache-control: - no-cache content-length: - - '1516' + - '1499' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:35:57 GMT + - Wed, 31 May 2023 22:29:20 GMT expires: - '-1' pragma: @@ -2036,24 +2094,24 @@ interactions: --trigger-type --parallelism --replica-completion-count --image --cpu --memory User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:35:56.4284703","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:35:56.4284703"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:29:19.8998175","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:29:19.8998175"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-11-01-preview, 2023-04-01-preview cache-control: - no-cache content-length: - - '1516' + - '1499' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:00 GMT + - Wed, 31 May 2023 22:29:23 GMT expires: - '-1' pragma: @@ -2089,183 +2147,24 @@ interactions: --trigger-type --parallelism --replica-completion-count --image --cpu --memory User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:35:56.4284703","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:35:56.4284703"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:29:19.8998175","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:29:19.8998175"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-11-01-preview, 2023-04-01-preview cache-control: - no-cache content-length: - - '1516' + - '1498' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:02 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp job create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --environment --replica-timeout --replica-retry-limit - --trigger-type --parallelism --replica-completion-count --image --cpu --memory - User-Agent: - - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:35:56.4284703","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:35:56.4284703"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' - headers: - api-supported-versions: - - 2022-11-01-preview, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '1516' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 18 May 2023 07:36:05 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp job create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --environment --replica-timeout --replica-retry-limit - --trigger-type --parallelism --replica-completion-count --image --cpu --memory - User-Agent: - - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:35:56.4284703","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:35:56.4284703"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' - headers: - api-supported-versions: - - 2022-11-01-preview, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '1516' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 18 May 2023 07:36:07 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp job create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --environment --replica-timeout --replica-retry-limit - --trigger-type --parallelism --replica-completion-count --image --cpu --memory - User-Agent: - - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:35:56.4284703","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:35:56.4284703"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' - headers: - api-supported-versions: - - 2022-11-01-preview, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '1515' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 18 May 2023 07:36:11 GMT + - Wed, 31 May 2023 22:29:26 GMT expires: - '-1' pragma: @@ -2299,7 +2198,7 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -2396,7 +2295,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:11 GMT + - Wed, 31 May 2023 22:29:26 GMT expires: - '-1' pragma: @@ -2425,24 +2324,24 @@ interactions: - --resource-group --name User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:35:56.4284703","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:35:56.4284703"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:29:19.8998175","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:29:19.8998175"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-11-01-preview, 2023-04-01-preview cache-control: - no-cache content-length: - - '1515' + - '1498' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:11 GMT + - Wed, 31 May 2023 22:29:27 GMT expires: - '-1' pragma: @@ -2476,7 +2375,7 @@ interactions: ParameterSetName: - --resource-group User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -2573,7 +2472,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:11 GMT + - Wed, 31 May 2023 22:29:28 GMT expires: - '-1' pragma: @@ -2602,24 +2501,24 @@ interactions: - --resource-group User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs?api-version=2023-04-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:35:56.4284703","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:35:56.4284703"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:29:19.8998175","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:29:19.8998175"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}]}' headers: api-supported-versions: - 2022-11-01-preview, 2023-04-01-preview cache-control: - no-cache content-length: - - '1527' + - '1510' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:12 GMT + - Wed, 31 May 2023 22:29:28 GMT expires: - '-1' pragma: @@ -2654,7 +2553,7 @@ interactions: - --resource-group --name --replica-timeout --replica-retry-limit --image --cpu --memory User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -2751,7 +2650,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:13 GMT + - Wed, 31 May 2023 22:29:29 GMT expires: - '-1' pragma: @@ -2780,7 +2679,7 @@ interactions: - --resource-group --name --replica-timeout --replica-retry-limit --image --cpu --memory User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -2877,7 +2776,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:13 GMT + - Wed, 31 May 2023 22:29:29 GMT expires: - '-1' pragma: @@ -2907,24 +2806,24 @@ interactions: --memory User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:35:56.4284703","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:35:56.4284703"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:29:19.8998175","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:29:19.8998175"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-11-01-preview, 2023-04-01-preview cache-control: - no-cache content-length: - - '1515' + - '1498' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:13 GMT + - Wed, 31 May 2023 22:29:30 GMT expires: - '-1' pragma: @@ -2967,7 +2866,7 @@ interactions: --memory User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview response: @@ -2981,11 +2880,11 @@ interactions: content-length: - '0' date: - - Thu, 18 May 2023 07:36:14 GMT + - Wed, 31 May 2023 22:29:31 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappsjobOperationResults/88409ebd-17e6-4ab4-b7e0-8ec9d8426752?api-version=2023-04-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappsjobOperationResults/18c6334f-8df7-4475-b104-8b85413a718c?api-version=2023-04-01-preview pragma: - no-cache server: @@ -3017,24 +2916,24 @@ interactions: --memory User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:35:56.4284703","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:36:14.5247046"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":300,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:29:19.8998175","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:29:31.4069748"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":300,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-11-01-preview, 2023-04-01-preview cache-control: - no-cache content-length: - - '1513' + - '1496' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:15 GMT + - Wed, 31 May 2023 22:29:32 GMT expires: - '-1' pragma: @@ -3068,7 +2967,7 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -3165,7 +3064,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:15 GMT + - Wed, 31 May 2023 22:29:32 GMT expires: - '-1' pragma: @@ -3194,24 +3093,24 @@ interactions: - --resource-group --name User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:35:56.4284703","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:36:14.5247046"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":300,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:29:19.8998175","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:29:31.4069748"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":300,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-11-01-preview, 2023-04-01-preview cache-control: - no-cache content-length: - - '1513' + - '1496' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:16 GMT + - Wed, 31 May 2023 22:29:32 GMT expires: - '-1' pragma: @@ -3245,7 +3144,7 @@ interactions: ParameterSetName: - --resource-group --name --yes User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -3342,7 +3241,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:16 GMT + - Wed, 31 May 2023 22:29:33 GMT expires: - '-1' pragma: @@ -3373,7 +3272,7 @@ interactions: - --resource-group --name --yes User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview response: @@ -3387,11 +3286,11 @@ interactions: content-length: - '0' date: - - Thu, 18 May 2023 07:36:16 GMT + - Wed, 31 May 2023 22:29:33 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappsjobOperationResults/88409ebd-17e6-4ab4-b7e0-8ec9d8426752?api-version=2023-04-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappsjobOperationResults/18c6334f-8df7-4475-b104-8b85413a718c?api-version=2023-04-01-preview pragma: - no-cache server: @@ -3422,24 +3321,24 @@ interactions: - --resource-group --name --yes User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:35:56.4284703","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:36:14.5247046"},"properties":{"provisioningState":"Deleting","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":300,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:29:19.8998175","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:29:31.4069748"},"properties":{"provisioningState":"Deleting","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":300,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-11-01-preview, 2023-04-01-preview cache-control: - no-cache content-length: - - '1511' + - '1494' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:17 GMT + - Wed, 31 May 2023 22:29:34 GMT expires: - '-1' pragma: @@ -3474,24 +3373,24 @@ interactions: - --resource-group --name --yes User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:35:56.4284703","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:36:14.5247046"},"properties":{"provisioningState":"Deleting","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":300,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:29:19.8998175","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:29:31.4069748"},"properties":{"provisioningState":"Deleting","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":300,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-11-01-preview, 2023-04-01-preview cache-control: - no-cache content-length: - - '1511' + - '1494' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:20 GMT + - Wed, 31 May 2023 22:29:38 GMT expires: - '-1' pragma: @@ -3526,7 +3425,7 @@ interactions: - --resource-group --name --yes User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview response: @@ -3543,7 +3442,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:22 GMT + - Wed, 31 May 2023 22:29:40 GMT expires: - '-1' pragma: @@ -3573,7 +3472,7 @@ interactions: ParameterSetName: - --resource-group User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -3670,7 +3569,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:22 GMT + - Wed, 31 May 2023 22:29:40 GMT expires: - '-1' pragma: @@ -3699,7 +3598,7 @@ interactions: - --resource-group User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs?api-version=2023-04-01-preview response: @@ -3713,7 +3612,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:23 GMT + - Wed, 31 May 2023 22:29:41 GMT expires: - '-1' pragma: @@ -3743,7 +3642,7 @@ interactions: --trigger-type --parallelism --replica-completion-count --cron-expression --image --cpu --memory User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -3840,7 +3739,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:23 GMT + - Wed, 31 May 2023 22:29:41 GMT expires: - '-1' pragma: @@ -3871,12 +3770,12 @@ interactions: --image --cpu --memory User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"northcentralus","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:35:29.540052","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:35:29.540052"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"thankfulcliff-79fe2b1a.northcentralus.azurecontainerapps.io","staticIp":"52.159.87.2","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"c3921f1f-9c18-4338-bf3e-5022ed2b858e","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:28:48.3754941","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:28:48.3754941"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"bravecoast-72c47d07.eastus.azurecontainerapps.io","staticIp":"20.62.221.42","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"51d5d8b6-93e3-47e8-83a3-3131ac78fd09","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -3884,11 +3783,11 @@ interactions: cache-control: - no-cache content-length: - - '1527' + - '1503' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:25 GMT + - Wed, 31 May 2023 22:29:41 GMT expires: - '-1' pragma: @@ -3924,7 +3823,7 @@ interactions: --trigger-type --parallelism --replica-completion-count --cron-expression --image --cpu --memory User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -4021,7 +3920,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:26 GMT + - Wed, 31 May 2023 22:29:41 GMT expires: - '-1' pragma: @@ -4036,7 +3935,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "northcentralus", "identity": {"type": "None", "userAssignedIdentities": + body: '{"location": "eastus", "identity": {"type": "None", "userAssignedIdentities": null}, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", "configuration": {"secrets": null, "triggerType": "schedule", "replicaTimeout": 200, "replicaRetryLimit": 2, "manualTriggerConfig": null, "scheduleTriggerConfig": @@ -4056,7 +3955,7 @@ interactions: Connection: - keep-alive Content-Length: - - '854' + - '846' Content-Type: - application/json ParameterSetName: @@ -4065,27 +3964,27 @@ interactions: --image --cpu --memory User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005","name":"job2000005","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:36:27.2269918Z","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:36:27.2269918Z"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Schedule","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":null,"scheduleTriggerConfig":{"replicaCompletionCount":1,"cronExpression":"*/5 - * * * *","parallelism":1},"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job2000005","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000005/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005","name":"job2000005","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:29:43.6713268Z","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:29:43.6713268Z"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Schedule","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":null,"scheduleTriggerConfig":{"replicaCompletionCount":1,"cronExpression":"*/5 + * * * *","parallelism":1},"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job2000005","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000005/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-11-01-preview, 2023-04-01-preview azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappOperationStatuses/4c6f9bfb-1f20-47ff-bd84-c2ef445498a0?api-version=2023-04-01-preview&azureAsyncOperation=true + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/321faea1-ee21-42f3-b916-2c4c0b80c4ff?api-version=2023-04-01-preview&azureAsyncOperation=true cache-control: - no-cache content-length: - - '1551' + - '1534' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:27 GMT + - Wed, 31 May 2023 22:29:43 GMT expires: - '-1' pragma: @@ -4122,78 +4021,25 @@ interactions: --image --cpu --memory User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005","name":"job2000005","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:36:27.2269918","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:36:27.2269918"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Schedule","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":null,"scheduleTriggerConfig":{"replicaCompletionCount":1,"cronExpression":"*/5 - * * * *","parallelism":1},"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job2000005","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000005/eventstream"},"identity":{"type":"None"}}' - headers: - api-supported-versions: - - 2022-11-01-preview, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '1549' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 18 May 2023 07:36:27 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp job create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --environment --replica-timeout --replica-retry-limit - --trigger-type --parallelism --replica-completion-count --cron-expression - --image --cpu --memory - User-Agent: - - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005","name":"job2000005","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:36:27.2269918","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:36:27.2269918"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Schedule","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":null,"scheduleTriggerConfig":{"replicaCompletionCount":1,"cronExpression":"*/5 - * * * *","parallelism":1},"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job2000005","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000005/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005","name":"job2000005","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:29:43.6713268","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:29:43.6713268"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Schedule","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":null,"scheduleTriggerConfig":{"replicaCompletionCount":1,"cronExpression":"*/5 + * * * *","parallelism":1},"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job2000005","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000005/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-11-01-preview, 2023-04-01-preview cache-control: - no-cache content-length: - - '1549' + - '1532' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:30 GMT + - Wed, 31 May 2023 22:29:44 GMT expires: - '-1' pragma: @@ -4230,25 +4076,25 @@ interactions: --image --cpu --memory User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005","name":"job2000005","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:36:27.2269918","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:36:27.2269918"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Schedule","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":null,"scheduleTriggerConfig":{"replicaCompletionCount":1,"cronExpression":"*/5 - * * * *","parallelism":1},"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job2000005","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000005/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005","name":"job2000005","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:29:43.6713268","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:29:43.6713268"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Schedule","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":null,"scheduleTriggerConfig":{"replicaCompletionCount":1,"cronExpression":"*/5 + * * * *","parallelism":1},"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job2000005","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000005/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-11-01-preview, 2023-04-01-preview cache-control: - no-cache content-length: - - '1549' + - '1532' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:33 GMT + - Wed, 31 May 2023 22:29:46 GMT expires: - '-1' pragma: @@ -4285,80 +4131,25 @@ interactions: --image --cpu --memory User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005","name":"job2000005","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:36:27.2269918","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:36:27.2269918"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Schedule","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":null,"scheduleTriggerConfig":{"replicaCompletionCount":1,"cronExpression":"*/5 - * * * *","parallelism":1},"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job2000005","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000005/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005","name":"job2000005","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:29:43.6713268","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:29:43.6713268"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Schedule","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":null,"scheduleTriggerConfig":{"replicaCompletionCount":1,"cronExpression":"*/5 + * * * *","parallelism":1},"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job2000005","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000005/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-11-01-preview, 2023-04-01-preview cache-control: - no-cache content-length: - - '1549' + - '1531' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:35 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp job create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --environment --replica-timeout --replica-retry-limit - --trigger-type --parallelism --replica-completion-count --cron-expression - --image --cpu --memory - User-Agent: - - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005","name":"job2000005","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:36:27.2269918","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:36:27.2269918"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Schedule","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":null,"scheduleTriggerConfig":{"replicaCompletionCount":1,"cronExpression":"*/5 - * * * *","parallelism":1},"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job2000005","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000005/eventstream"},"identity":{"type":"None"}}' - headers: - api-supported-versions: - - 2022-11-01-preview, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '1548' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 18 May 2023 07:36:38 GMT + - Wed, 31 May 2023 22:29:49 GMT expires: - '-1' pragma: @@ -4392,7 +4183,7 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -4489,7 +4280,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:38 GMT + - Wed, 31 May 2023 22:29:50 GMT expires: - '-1' pragma: @@ -4518,25 +4309,25 @@ interactions: - --resource-group --name User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005","name":"job2000005","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:36:27.2269918","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:36:27.2269918"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Schedule","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":null,"scheduleTriggerConfig":{"replicaCompletionCount":1,"cronExpression":"*/5 - * * * *","parallelism":1},"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job2000005","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000005/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005","name":"job2000005","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:29:43.6713268","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:29:43.6713268"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Schedule","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":null,"scheduleTriggerConfig":{"replicaCompletionCount":1,"cronExpression":"*/5 + * * * *","parallelism":1},"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job2000005","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000005/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-11-01-preview, 2023-04-01-preview cache-control: - no-cache content-length: - - '1548' + - '1531' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:39 GMT + - Wed, 31 May 2023 22:29:51 GMT expires: - '-1' pragma: @@ -4570,7 +4361,7 @@ interactions: ParameterSetName: - --resource-group User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -4667,7 +4458,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:39 GMT + - Wed, 31 May 2023 22:29:50 GMT expires: - '-1' pragma: @@ -4696,25 +4487,25 @@ interactions: - --resource-group User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs?api-version=2023-04-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005","name":"job2000005","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:36:27.2269918","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:36:27.2269918"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Schedule","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":null,"scheduleTriggerConfig":{"replicaCompletionCount":1,"cronExpression":"*/5 - * * * *","parallelism":1},"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job2000005","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000005/eventstream"},"identity":{"type":"None"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005","name":"job2000005","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:29:43.6713268","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:29:43.6713268"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Schedule","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":null,"scheduleTriggerConfig":{"replicaCompletionCount":1,"cronExpression":"*/5 + * * * *","parallelism":1},"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job2000005","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000005/eventstream"},"identity":{"type":"None"}}]}' headers: api-supported-versions: - 2022-11-01-preview, 2023-04-01-preview cache-control: - no-cache content-length: - - '1560' + - '1543' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:39 GMT + - Wed, 31 May 2023 22:29:52 GMT expires: - '-1' pragma: @@ -4749,7 +4540,7 @@ interactions: - --resource-group --name --replica-timeout --replica-retry-limit --cron-expression --image --cpu --memory User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -4846,7 +4637,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:40 GMT + - Wed, 31 May 2023 22:29:52 GMT expires: - '-1' pragma: @@ -4875,7 +4666,7 @@ interactions: - --resource-group --name --replica-timeout --replica-retry-limit --cron-expression --image --cpu --memory User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -4972,7 +4763,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:40 GMT + - Wed, 31 May 2023 22:29:52 GMT expires: - '-1' pragma: @@ -5002,25 +4793,25 @@ interactions: --image --cpu --memory User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005","name":"job2000005","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:36:27.2269918","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:36:27.2269918"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Schedule","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":null,"scheduleTriggerConfig":{"replicaCompletionCount":1,"cronExpression":"*/5 - * * * *","parallelism":1},"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job2000005","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000005/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005","name":"job2000005","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:29:43.6713268","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:29:43.6713268"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Schedule","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":null,"scheduleTriggerConfig":{"replicaCompletionCount":1,"cronExpression":"*/5 + * * * *","parallelism":1},"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job2000005","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000005/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-11-01-preview, 2023-04-01-preview cache-control: - no-cache content-length: - - '1548' + - '1531' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:41 GMT + - Wed, 31 May 2023 22:29:53 GMT expires: - '-1' pragma: @@ -5064,7 +4855,7 @@ interactions: --image --cpu --memory User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005?api-version=2023-04-01-preview response: @@ -5078,11 +4869,11 @@ interactions: content-length: - '0' date: - - Thu, 18 May 2023 07:36:42 GMT + - Wed, 31 May 2023 22:29:53 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/northcentralus/containerappsjobOperationResults/ef7a2cc6-e78b-4223-b7b1-737a4fbcb650?api-version=2023-04-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappsjobOperationResults/6690245c-66fe-4083-9ecd-f62a9ea70270?api-version=2023-04-01-preview pragma: - no-cache server: @@ -5114,25 +4905,25 @@ interactions: --image --cpu --memory User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005","name":"job2000005","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:36:27.2269918","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:36:42.4422009"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Schedule","replicaTimeout":300,"replicaRetryLimit":1,"manualTriggerConfig":null,"scheduleTriggerConfig":{"replicaCompletionCount":1,"cronExpression":"*/10 - * * * *","parallelism":1},"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job2000005","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000005/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005","name":"job2000005","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:29:43.6713268","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:29:54.005907"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Schedule","replicaTimeout":300,"replicaRetryLimit":1,"manualTriggerConfig":null,"scheduleTriggerConfig":{"replicaCompletionCount":1,"cronExpression":"*/10 + * * * *","parallelism":1},"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job2000005","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000005/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-11-01-preview, 2023-04-01-preview cache-control: - no-cache content-length: - - '1547' + - '1529' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:43 GMT + - Wed, 31 May 2023 22:29:54 GMT expires: - '-1' pragma: @@ -5141,8 +4932,10 @@ interactions: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - - Accept-Encoding + - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff x-powered-by: @@ -5164,7 +4957,7 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 response: @@ -5261,7 +5054,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:43 GMT + - Wed, 31 May 2023 22:29:54 GMT expires: - '-1' pragma: @@ -5290,25 +5083,25 @@ interactions: - --resource-group --name User-Agent: - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) - AZURECLI/2.48.1 + AZURECLI/2.49.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005","name":"job2000005","type":"Microsoft.App/jobs","location":"North - Central US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-18T07:36:27.2269918","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T07:36:42.4422009"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Schedule","replicaTimeout":300,"replicaRetryLimit":1,"manualTriggerConfig":null,"scheduleTriggerConfig":{"replicaCompletionCount":1,"cronExpression":"*/10 - * * * *","parallelism":1},"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job2000005","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://northcentralus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000005/eventstream"},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job2000005","name":"job2000005","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-05-31T22:29:43.6713268","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T22:29:54.005907"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Schedule","replicaTimeout":300,"replicaRetryLimit":1,"manualTriggerConfig":null,"scheduleTriggerConfig":{"replicaCompletionCount":1,"cronExpression":"*/10 + * * * *","parallelism":1},"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job2000005","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job2000005/eventstream"},"identity":{"type":"None"}}' headers: api-supported-versions: - 2022-11-01-preview, 2023-04-01-preview cache-control: - no-cache content-length: - - '1547' + - '1529' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 07:36:44 GMT + - Wed, 31 May 2023 22:29:56 GMT expires: - '-1' pragma: @@ -5317,8 +5110,10 @@ interactions: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - - Accept-Encoding + - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff x-powered-by: diff --git a/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_manualjob_withidentity_crudoperations_e2e.yaml b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_manualjob_withidentity_crudoperations_e2e.yaml new file mode 100644 index 00000000000..2eeb614ed51 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_manualjob_withidentity_crudoperations_e2e.yaml @@ -0,0 +1,4510 @@ +interactions: +- request: + body: '{"location": "eastus", "properties": {"retentionInDays": 30, "sku": {"name": + "PerGB2018"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace create + Connection: + - keep-alive + Content-Length: + - '91' + Content-Type: + - application/json + ParameterSetName: + - -g -n -l + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004?api-version=2021-12-01-preview + response: + body: + string: '{"properties":{"customerId":"c7d8bdac-ddce-4e88-8e88-fad03b158e03","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-06-06T07:18:14.6690504Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-06T16:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-06-06T07:18:14.6690504Z","modifiedDate":"2023-06-06T07:18:14.6690504Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces"}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2021-12-01-preview + cache-control: + - no-cache + content-length: + - '851' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18:13 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004?api-version=2021-12-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace create + Connection: + - keep-alive + ParameterSetName: + - -g -n -l + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004?api-version=2021-12-01-preview + response: + body: + string: '{"properties":{"customerId":"c7d8bdac-ddce-4e88-8e88-fad03b158e03","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-06-06T07:18:14.6690504Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-06T16:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-06-06T07:18:14.6690504Z","modifiedDate":"2023-06-06T07:18:14.6690504Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces"}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2021-12-01-preview + cache-control: + - no-cache + content-length: + - '851' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18:14 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace get-shared-keys + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004/sharedKeys?api-version=2020-08-01 + response: + body: + string: '{"primarySharedKey":"AmgS/V4u+mkwwcWP+SpXGNBy4RS2iuQJgAHARtVsBUtFwMuq+u04OR2tkY56QBqkVdNcJpCm5vFTKHvO8TsZ0w==","secondarySharedKey":"ixbGWSpGaEhqn/znyoweWPHRNitNsvTYxGVzTwZPBZ0SN76jeIwrD62O4iJE/gGwT2YBV1sGw4zEtCJSmIy93w=="}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2015-03-20, 2020-08-01, 2020-10-01, 2021-06-01, 2022-10-01 + cache-control: + - no-cache + content-length: + - '223' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18:15 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + 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' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18:15 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18:15 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18: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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18: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: '{"location": "eastus", "tags": null, "properties": {"daprAIInstrumentationKey": + null, "vnetConfiguration": null, "appLogsConfiguration": {"destination": "log-analytics", + "logAnalyticsConfiguration": {"customerId": "c7d8bdac-ddce-4e88-8e88-fad03b158e03", + "sharedKey": "AmgS/V4u+mkwwcWP+SpXGNBy4RS2iuQJgAHARtVsBUtFwMuq+u04OR2tkY56QBqkVdNcJpCm5vFTKHvO8TsZ0w=="}}, + "customDomainConfiguration": null, "workloadProfiles": null, "zoneRedundant": + false}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '446' + Content-Type: + - application/json + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:17.7571994Z","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:18:17.7571994Z"},"properties":{"provisioningState":"Waiting","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"delightfulgrass-ae0e0a0f.eastus.azurecontainerapps.io","staticIp":"20.237.2.74","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"c7d8bdac-ddce-4e88-8e88-fad03b158e03","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/9d6af237-82f7-4f86-93b4-3b07375dd700?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '1508' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18:19 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '99' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/9d6af237-82f7-4f86-93b4-3b07375dd700?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/9d6af237-82f7-4f86-93b4-3b07375dd700","name":"9d6af237-82f7-4f86-93b4-3b07375dd700","status":"InProgress","startTime":"2023-06-06T07:18:20.5261746"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18:20 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/9d6af237-82f7-4f86-93b4-3b07375dd700?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/9d6af237-82f7-4f86-93b4-3b07375dd700","name":"9d6af237-82f7-4f86-93b4-3b07375dd700","status":"InProgress","startTime":"2023-06-06T07:18:20.5261746"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18:23 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/9d6af237-82f7-4f86-93b4-3b07375dd700?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/9d6af237-82f7-4f86-93b4-3b07375dd700","name":"9d6af237-82f7-4f86-93b4-3b07375dd700","status":"InProgress","startTime":"2023-06-06T07:18:20.5261746"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18:25 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/9d6af237-82f7-4f86-93b4-3b07375dd700?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/9d6af237-82f7-4f86-93b4-3b07375dd700","name":"9d6af237-82f7-4f86-93b4-3b07375dd700","status":"InProgress","startTime":"2023-06-06T07:18:20.5261746"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18:29 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/9d6af237-82f7-4f86-93b4-3b07375dd700?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/9d6af237-82f7-4f86-93b4-3b07375dd700","name":"9d6af237-82f7-4f86-93b4-3b07375dd700","status":"InProgress","startTime":"2023-06-06T07:18:20.5261746"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18:30 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/9d6af237-82f7-4f86-93b4-3b07375dd700?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/9d6af237-82f7-4f86-93b4-3b07375dd700","name":"9d6af237-82f7-4f86-93b4-3b07375dd700","status":"InProgress","startTime":"2023-06-06T07:18:20.5261746"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/9d6af237-82f7-4f86-93b4-3b07375dd700?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/9d6af237-82f7-4f86-93b4-3b07375dd700","name":"9d6af237-82f7-4f86-93b4-3b07375dd700","status":"InProgress","startTime":"2023-06-06T07:18:20.5261746"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/9d6af237-82f7-4f86-93b4-3b07375dd700?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/9d6af237-82f7-4f86-93b4-3b07375dd700","name":"9d6af237-82f7-4f86-93b4-3b07375dd700","status":"InProgress","startTime":"2023-06-06T07:18:20.5261746"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/9d6af237-82f7-4f86-93b4-3b07375dd700?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/9d6af237-82f7-4f86-93b4-3b07375dd700","name":"9d6af237-82f7-4f86-93b4-3b07375dd700","status":"InProgress","startTime":"2023-06-06T07:18:20.5261746"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/9d6af237-82f7-4f86-93b4-3b07375dd700?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/9d6af237-82f7-4f86-93b4-3b07375dd700","name":"9d6af237-82f7-4f86-93b4-3b07375dd700","status":"Succeeded","startTime":"2023-06-06T07:18:20.5261746"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:17.7571994","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:18:17.7571994"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"delightfulgrass-ae0e0a0f.eastus.azurecontainerapps.io","staticIp":"20.237.2.74","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"c7d8bdac-ddce-4e88-8e88-fad03b158e03","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1508' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18:44 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: + - containerapp env show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:17.7571994","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:18:17.7571994"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"delightfulgrass-ae0e0a0f.eastus.azurecontainerapps.io","staticIp":"20.237.2.74","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"c7d8bdac-ddce-4e88-8e88-fad03b158e03","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1508' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18:45 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env show + Connection: + - keep-alive + ParameterSetName: + - -n -g + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18:46 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env show + Connection: + - keep-alive + ParameterSetName: + - -n -g + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:17.7571994","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:18:17.7571994"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"delightfulgrass-ae0e0a0f.eastus.azurecontainerapps.io","staticIp":"20.237.2.74","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"c7d8bdac-ddce-4e88-8e88-fad03b158e03","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1508' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18:46 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --environment --secrets --replica-timeout --replica-retry-limit + --trigger-type --parallelism --replica-completion-count --image --cpu --memory + --system-assigned + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18:46 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --environment --secrets --replica-timeout --replica-retry-limit + --trigger-type --parallelism --replica-completion-count --image --cpu --memory + --system-assigned + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:17.7571994","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:18:17.7571994"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"delightfulgrass-ae0e0a0f.eastus.azurecontainerapps.io","staticIp":"20.237.2.74","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"c7d8bdac-ddce-4e88-8e88-fad03b158e03","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1508' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18:47 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --environment --secrets --replica-timeout --replica-retry-limit + --trigger-type --parallelism --replica-completion-count --image --cpu --memory + --system-assigned + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18: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: '{"location": "East US", "identity": {"type": "SystemAssigned", "userAssignedIdentities": + null}, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", + "configuration": {"secrets": [{"name": "testsecret", "value": "testsecretvalue", + "keyVaultUrl": "", "identity": ""}], "triggerType": "manual", "replicaTimeout": + 200, "replicaRetryLimit": 2, "manualTriggerConfig": {"replicaCompletionCount": + 1, "parallelism": 1}, "scheduleTriggerConfig": null, "eventTriggerConfig": null, + "registries": null, "dapr": null}, "template": {"containers": [{"image": "mcr.microsoft.com/k8se/quickstart-jobs:latest", + "name": "job1000003", "command": null, "args": null, "env": null, "resources": + {"cpu": 0.25, "memory": "0.5Gi"}, "volumeMounts": null}], "initContainers": + null, "volumes": null}, "workloadProfileName": null}, "tags": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + Content-Length: + - '934' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --environment --secrets --replica-timeout --replica-retry-limit + --trigger-type --parallelism --replica-completion-count --image --cpu --memory + --system-assigned + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:49.1443634Z","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:18:49.1443634Z"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"SystemAssigned","principalId":"5eeeaa37-0577-44ef-b49e-7aa9f86ef109","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/East + US/containerappOperationStatuses/df905ff4-e9e9-48e8-bea7-e2213b971df3?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '1633' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --environment --secrets --replica-timeout --replica-retry-limit + --trigger-type --parallelism --replica-completion-count --image --cpu --memory + --system-assigned + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:49.1443634","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:18:49.1443634"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"SystemAssigned","principalId":"5eeeaa37-0577-44ef-b49e-7aa9f86ef109","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1631' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18:52 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --environment --secrets --replica-timeout --replica-retry-limit + --trigger-type --parallelism --replica-completion-count --image --cpu --memory + --system-assigned + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:49.1443634","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:18:49.1443634"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"SystemAssigned","principalId":"5eeeaa37-0577-44ef-b49e-7aa9f86ef109","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1631' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18:55 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --environment --secrets --replica-timeout --replica-retry-limit + --trigger-type --parallelism --replica-completion-count --image --cpu --memory + --system-assigned + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:49.1443634","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:18:49.1443634"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"SystemAssigned","principalId":"5eeeaa37-0577-44ef-b49e-7aa9f86ef109","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1631' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:18:57 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --environment --secrets --replica-timeout --replica-retry-limit + --trigger-type --parallelism --replica-completion-count --image --cpu --memory + --system-assigned + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:49.1443634","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:18:49.1443634"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"SystemAssigned","principalId":"5eeeaa37-0577-44ef-b49e-7aa9f86ef109","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1630' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:00 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: + - containerapp job show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:49.1443634","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:18:49.1443634"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"SystemAssigned","principalId":"5eeeaa37-0577-44ef-b49e-7aa9f86ef109","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1630' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job identity show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:01 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: + - containerapp job identity show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:49.1443634","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:18:49.1443634"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"SystemAssigned","principalId":"5eeeaa37-0577-44ef-b49e-7aa9f86ef109","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1630' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:02 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - identity create + Connection: + - keep-alive + Content-Length: + - '22' + Content-Type: + - application/json + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-msi/7.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerappjob-user000005?api-version=2023-01-31 + response: + body: + string: '{"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerappjob-user000005","name":"containerappjob-user000005","type":"Microsoft.ManagedIdentity/userAssignedIdentities","properties":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"533f8a59-6f9f-4b15-a18d-e27475cccb52","clientId":"b95849dc-27f2-4c66-8c3c-cdf48ab53993"}}' + headers: + cache-control: + - no-cache + content-length: + - '470' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:03 GMT + expires: + - '-1' + location: + - /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerappjob-user000005 + 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job identity assign + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --user-assigned + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:04 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: + - containerapp job identity assign + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --user-assigned + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:49.1443634","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:18:49.1443634"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"SystemAssigned","principalId":"5eeeaa37-0577-44ef-b49e-7aa9f86ef109","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1630' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job identity assign + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --name --user-assigned + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003/listSecrets?api-version=2023-04-01-preview + response: + body: + string: '{"value":[{"name":"testsecret","value":"testsecretvalue"}]}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '59' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003", + "name": "job1000003", "type": "Microsoft.App/jobs", "location": "East US", "systemData": + {"createdBy": "anfranci@microsoft.com", "createdByType": "User", "createdAt": + "2023-06-06T07:18:49.1443634", "lastModifiedBy": "anfranci@microsoft.com", "lastModifiedByType": + "User", "lastModifiedAt": "2023-06-06T07:18:49.1443634"}, "properties": {"provisioningState": + "Succeeded", "managedEnvironmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", + "environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", + "workloadProfileName": null, "configuration": {"secrets": [{"name": "testsecret", + "value": "testsecretvalue"}], "triggerType": "Manual", "replicaTimeout": 200, + "replicaRetryLimit": 2, "manualTriggerConfig": {"replicaCompletionCount": 1, + "parallelism": 1}, "scheduleTriggerConfig": null, "eventTriggerConfig": null, + "registries": null, "dapr": null}, "template": {"containers": [{"image": "mcr.microsoft.com/k8se/quickstart-jobs:latest", + "name": "job1000003", "resources": {"cpu": 0.25, "memory": "0.5Gi", "ephemeralStorage": + "1Gi"}}], "initContainers": null, "volumes": null}, "eventStreamEndpoint": "https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"}, + "identity": {"type": "SystemAssigned,UserAssigned", "principalId": "5eeeaa37-0577-44ef-b49e-7aa9f86ef109", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "userAssignedIdentities": + {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.managedidentity/userassignedidentities/containerappjob-user000005": + {}}}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job identity assign + Connection: + - keep-alive + Content-Length: + - '1954' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --user-assigned + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:49.1443634","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:19:07.4665733Z"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"SystemAssigned, + UserAssigned","principalId":"5eeeaa37-0577-44ef-b49e-7aa9f86ef109","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerappjob-user000005":{"principalId":"533f8a59-6f9f-4b15-a18d-e27475cccb52","clientId":"b95849dc-27f2-4c66-8c3c-cdf48ab53993"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/East + US/containerappOperationStatuses/6b8e5528-4b01-4706-b06e-8ed17542e8c0?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '1950' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:07 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job identity assign + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --user-assigned + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:49.1443634","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:19:07.4665733"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"SystemAssigned, + UserAssigned","principalId":"5eeeaa37-0577-44ef-b49e-7aa9f86ef109","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerappjob-user000005":{"principalId":"533f8a59-6f9f-4b15-a18d-e27475cccb52","clientId":"b95849dc-27f2-4c66-8c3c-cdf48ab53993"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1949' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:09 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job identity assign + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --user-assigned + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:49.1443634","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:19:07.4665733"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"SystemAssigned, + UserAssigned","principalId":"5eeeaa37-0577-44ef-b49e-7aa9f86ef109","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerappjob-user000005":{"principalId":"533f8a59-6f9f-4b15-a18d-e27475cccb52","clientId":"b95849dc-27f2-4c66-8c3c-cdf48ab53993"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1949' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job identity assign + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --user-assigned + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:49.1443634","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:19:07.4665733"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"SystemAssigned, + UserAssigned","principalId":"5eeeaa37-0577-44ef-b49e-7aa9f86ef109","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerappjob-user000005":{"principalId":"533f8a59-6f9f-4b15-a18d-e27475cccb52","clientId":"b95849dc-27f2-4c66-8c3c-cdf48ab53993"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1949' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job identity assign + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --user-assigned + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:49.1443634","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:19:07.4665733"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"SystemAssigned, + UserAssigned","principalId":"5eeeaa37-0577-44ef-b49e-7aa9f86ef109","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerappjob-user000005":{"principalId":"533f8a59-6f9f-4b15-a18d-e27475cccb52","clientId":"b95849dc-27f2-4c66-8c3c-cdf48ab53993"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1948' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job identity remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --user-assigned --yes + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:17 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job identity remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --user-assigned --yes + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:49.1443634","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:19:07.4665733"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"SystemAssigned, + UserAssigned","principalId":"5eeeaa37-0577-44ef-b49e-7aa9f86ef109","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerappjob-user000005":{"principalId":"533f8a59-6f9f-4b15-a18d-e27475cccb52","clientId":"b95849dc-27f2-4c66-8c3c-cdf48ab53993"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1948' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job identity remove + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --name --user-assigned --yes + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003/listSecrets?api-version=2023-04-01-preview + response: + body: + string: '{"value":[{"name":"testsecret","value":"testsecretvalue"}]}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '59' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:19 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003", + "name": "job1000003", "type": "Microsoft.App/jobs", "location": "East US", "systemData": + {"createdBy": "anfranci@microsoft.com", "createdByType": "User", "createdAt": + "2023-06-06T07:18:49.1443634", "lastModifiedBy": "anfranci@microsoft.com", "lastModifiedByType": + "User", "lastModifiedAt": "2023-06-06T07:19:07.4665733"}, "properties": {"provisioningState": + "Succeeded", "managedEnvironmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", + "environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", + "workloadProfileName": null, "configuration": {"secrets": [{"name": "testsecret", + "value": "testsecretvalue"}], "triggerType": "Manual", "replicaTimeout": 200, + "replicaRetryLimit": 2, "manualTriggerConfig": {"replicaCompletionCount": 1, + "parallelism": 1}, "scheduleTriggerConfig": null, "eventTriggerConfig": null, + "registries": null, "dapr": null}, "template": {"containers": [{"image": "mcr.microsoft.com/k8se/quickstart-jobs:latest", + "name": "job1000003", "resources": {"cpu": 0.25, "memory": "0.5Gi", "ephemeralStorage": + "1Gi"}}], "initContainers": null, "volumes": null}, "eventStreamEndpoint": "https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"}, + "identity": {"type": "SystemAssigned", "principalId": "5eeeaa37-0577-44ef-b49e-7aa9f86ef109", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "userAssignedIdentities": + null}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job identity remove + Connection: + - keep-alive + Content-Length: + - '1768' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --user-assigned --yes + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:49.1443634","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:19:20.1235291Z"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"SystemAssigned","principalId":"5eeeaa37-0577-44ef-b49e-7aa9f86ef109","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/East + US/containerappOperationStatuses/3fe4fce3-7cc6-4bb9-9134-9d97fd769b51?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '1632' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:20 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job identity remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --user-assigned --yes + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:49.1443634","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:19:20.1235291"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"SystemAssigned","principalId":"5eeeaa37-0577-44ef-b49e-7aa9f86ef109","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1631' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:21 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job identity remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --user-assigned --yes + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:49.1443634","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:19:20.1235291"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"SystemAssigned","principalId":"5eeeaa37-0577-44ef-b49e-7aa9f86ef109","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1631' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:23 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job identity remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --user-assigned --yes + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:49.1443634","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:19:20.1235291"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"SystemAssigned","principalId":"5eeeaa37-0577-44ef-b49e-7aa9f86ef109","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1630' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:27 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job identity remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --system-assigned --yes + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:27 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job identity remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --system-assigned --yes + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:49.1443634","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:19:20.1235291"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"SystemAssigned","principalId":"5eeeaa37-0577-44ef-b49e-7aa9f86ef109","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1630' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:28 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job identity remove + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --name --system-assigned --yes + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003/listSecrets?api-version=2023-04-01-preview + response: + body: + string: '{"value":[{"name":"testsecret","value":"testsecretvalue"}]}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '59' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:29 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003", + "name": "job1000003", "type": "Microsoft.App/jobs", "location": "East US", "systemData": + {"createdBy": "anfranci@microsoft.com", "createdByType": "User", "createdAt": + "2023-06-06T07:18:49.1443634", "lastModifiedBy": "anfranci@microsoft.com", "lastModifiedByType": + "User", "lastModifiedAt": "2023-06-06T07:19:20.1235291"}, "properties": {"provisioningState": + "Succeeded", "managedEnvironmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", + "environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", + "workloadProfileName": null, "configuration": {"secrets": [{"name": "testsecret", + "value": "testsecretvalue"}], "triggerType": "Manual", "replicaTimeout": 200, + "replicaRetryLimit": 2, "manualTriggerConfig": {"replicaCompletionCount": 1, + "parallelism": 1}, "scheduleTriggerConfig": null, "eventTriggerConfig": null, + "registries": null, "dapr": null}, "template": {"containers": [{"image": "mcr.microsoft.com/k8se/quickstart-jobs:latest", + "name": "job1000003", "resources": {"cpu": 0.25, "memory": "0.5Gi", "ephemeralStorage": + "1Gi"}}], "initContainers": null, "volumes": null}, "eventStreamEndpoint": "https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"}, + "identity": {"type": "None", "principalId": "5eeeaa37-0577-44ef-b49e-7aa9f86ef109", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47"}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job identity remove + Connection: + - keep-alive + Content-Length: + - '1726' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --system-assigned --yes + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:49.1443634","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:19:30.6479416Z"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/East + US/containerappOperationStatuses/961ac6ea-99ae-4fba-9006-907d6cdb1aac?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '1519' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:31 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job identity remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --system-assigned --yes + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:49.1443634","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:19:30.6479416"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1518' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:32 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job identity remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --system-assigned --yes + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:49.1443634","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:19:30.6479416"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1518' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:35 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job identity remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --system-assigned --yes + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:49.1443634","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:19:30.6479416"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1518' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job identity remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --system-assigned --yes + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:49.1443634","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:19:30.6479416"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1517' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job identity show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:40 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job identity show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:49.1443634","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:19:30.6479416"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1517' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:42 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: + - containerapp job show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-06T07:18:49.1443634","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-06T07:19:30.6479416"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1517' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 06 Jun 2023 07:19:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +version: 1 diff --git a/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_manualjob_withsecret_crudoperations_e2e.yaml b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_manualjob_withsecret_crudoperations_e2e.yaml new file mode 100644 index 00000000000..57a7fd8e214 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_manualjob_withsecret_crudoperations_e2e.yaml @@ -0,0 +1,5041 @@ +interactions: +- request: + body: '{"location": "eastus", "properties": {"retentionInDays": 30, "sku": {"name": + "PerGB2018"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace create + Connection: + - keep-alive + Content-Length: + - '91' + Content-Type: + - application/json + ParameterSetName: + - -g -n -l + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004?api-version=2021-12-01-preview + response: + body: + string: '{"properties":{"customerId":"f0dd8207-bc70-4604-80b9-f2686d8d2f30","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-06-02T03:21:50.6448081Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-02T05:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-06-02T03:21:50.6448081Z","modifiedDate":"2023-06-02T03:21:50.6448081Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces"}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2021-12-01-preview + cache-control: + - no-cache + content-length: + - '851' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:21:50 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004?api-version=2021-12-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace create + Connection: + - keep-alive + ParameterSetName: + - -g -n -l + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004?api-version=2021-12-01-preview + response: + body: + string: '{"properties":{"customerId":"f0dd8207-bc70-4604-80b9-f2686d8d2f30","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-06-02T03:21:50.6448081Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-02T05:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-06-02T03:21:50.6448081Z","modifiedDate":"2023-06-02T03:21:50.6448081Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces"}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2021-12-01-preview + cache-control: + - no-cache + content-length: + - '851' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:21:50 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace get-shared-keys + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004/sharedKeys?api-version=2020-08-01 + response: + body: + string: '{"primarySharedKey":"x6DnPEFhOLp/MXxa+M93e78rcZiu38xhkE31KdWRuVYCQ4h7g7COKJIrO9kbxt8Izio9fev82ICKLHJTPl6Rmw==","secondarySharedKey":"wuHOFw/eDngWTbHjrySdcwP4vuDN50kl5RX52tSTXEVDR+Auv55seyuGxAhdtWxy4fLA2kbzjq2etmfkskzVCg=="}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2015-03-20, 2020-08-01, 2020-10-01, 2021-06-01, 2022-10-01 + cache-control: + - no-cache + content-length: + - '223' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:21:51 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + 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' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:21:51 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:21:51 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:21:51 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:21:51 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus", "tags": null, "properties": {"daprAIInstrumentationKey": + null, "vnetConfiguration": null, "appLogsConfiguration": {"destination": "log-analytics", + "logAnalyticsConfiguration": {"customerId": "f0dd8207-bc70-4604-80b9-f2686d8d2f30", + "sharedKey": "x6DnPEFhOLp/MXxa+M93e78rcZiu38xhkE31KdWRuVYCQ4h7g7COKJIrO9kbxt8Izio9fev82ICKLHJTPl6Rmw=="}}, + "customDomainConfiguration": null, "workloadProfiles": null, "zoneRedundant": + false}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '446' + Content-Type: + - application/json + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:21:53.5637325Z","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:21:53.5637325Z"},"properties":{"provisioningState":"Waiting","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"livelymeadow-89d0d4b0.eastus.azurecontainerapps.io","staticIp":"20.72.143.221","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"f0dd8207-bc70-4604-80b9-f2686d8d2f30","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8d89ed40-c171-4d95-a14d-5f8712083d79?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '1507' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:21:55 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '99' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8d89ed40-c171-4d95-a14d-5f8712083d79?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8d89ed40-c171-4d95-a14d-5f8712083d79","name":"8d89ed40-c171-4d95-a14d-5f8712083d79","status":"InProgress","startTime":"2023-06-02T03:21:55.6058811"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:21:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8d89ed40-c171-4d95-a14d-5f8712083d79?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8d89ed40-c171-4d95-a14d-5f8712083d79","name":"8d89ed40-c171-4d95-a14d-5f8712083d79","status":"InProgress","startTime":"2023-06-02T03:21:55.6058811"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:21:58 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8d89ed40-c171-4d95-a14d-5f8712083d79?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8d89ed40-c171-4d95-a14d-5f8712083d79","name":"8d89ed40-c171-4d95-a14d-5f8712083d79","status":"InProgress","startTime":"2023-06-02T03:21:55.6058811"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:01 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8d89ed40-c171-4d95-a14d-5f8712083d79?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8d89ed40-c171-4d95-a14d-5f8712083d79","name":"8d89ed40-c171-4d95-a14d-5f8712083d79","status":"InProgress","startTime":"2023-06-02T03:21:55.6058811"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:03 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8d89ed40-c171-4d95-a14d-5f8712083d79?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8d89ed40-c171-4d95-a14d-5f8712083d79","name":"8d89ed40-c171-4d95-a14d-5f8712083d79","status":"InProgress","startTime":"2023-06-02T03:21:55.6058811"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8d89ed40-c171-4d95-a14d-5f8712083d79?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8d89ed40-c171-4d95-a14d-5f8712083d79","name":"8d89ed40-c171-4d95-a14d-5f8712083d79","status":"InProgress","startTime":"2023-06-02T03:21:55.6058811"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:09 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8d89ed40-c171-4d95-a14d-5f8712083d79?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8d89ed40-c171-4d95-a14d-5f8712083d79","name":"8d89ed40-c171-4d95-a14d-5f8712083d79","status":"InProgress","startTime":"2023-06-02T03:21:55.6058811"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8d89ed40-c171-4d95-a14d-5f8712083d79?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8d89ed40-c171-4d95-a14d-5f8712083d79","name":"8d89ed40-c171-4d95-a14d-5f8712083d79","status":"InProgress","startTime":"2023-06-02T03:21:55.6058811"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8d89ed40-c171-4d95-a14d-5f8712083d79?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8d89ed40-c171-4d95-a14d-5f8712083d79","name":"8d89ed40-c171-4d95-a14d-5f8712083d79","status":"Succeeded","startTime":"2023-06-02T03:21:55.6058811"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:21:53.5637325","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:21:53.5637325"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"livelymeadow-89d0d4b0.eastus.azurecontainerapps.io","staticIp":"20.72.143.221","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"f0dd8207-bc70-4604-80b9-f2686d8d2f30","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1507' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:17 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:21:53.5637325","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:21:53.5637325"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"livelymeadow-89d0d4b0.eastus.azurecontainerapps.io","staticIp":"20.72.143.221","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"f0dd8207-bc70-4604-80b9-f2686d8d2f30","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1507' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env show + Connection: + - keep-alive + ParameterSetName: + - -n -g + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22: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: + - containerapp env show + Connection: + - keep-alive + ParameterSetName: + - -n -g + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:21:53.5637325","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:21:53.5637325"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"livelymeadow-89d0d4b0.eastus.azurecontainerapps.io","staticIp":"20.72.143.221","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"f0dd8207-bc70-4604-80b9-f2686d8d2f30","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1507' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:19 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --environment --secrets --replica-timeout --replica-retry-limit + --trigger-type --parallelism --replica-completion-count --image --cpu --memory + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:19 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --environment --secrets --replica-timeout --replica-retry-limit + --trigger-type --parallelism --replica-completion-count --image --cpu --memory + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:21:53.5637325","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:21:53.5637325"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"livelymeadow-89d0d4b0.eastus.azurecontainerapps.io","staticIp":"20.72.143.221","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"f0dd8207-bc70-4604-80b9-f2686d8d2f30","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1507' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:20 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --environment --secrets --replica-timeout --replica-retry-limit + --trigger-type --parallelism --replica-completion-count --image --cpu --memory + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:20 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": "East US", "identity": {"type": "None", "userAssignedIdentities": + null}, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", + "configuration": {"secrets": [{"name": "testsecret", "value": "testsecretvalue", + "keyVaultUrl": "", "identity": ""}], "triggerType": "manual", "replicaTimeout": + 200, "replicaRetryLimit": 2, "manualTriggerConfig": {"replicaCompletionCount": + 1, "parallelism": 1}, "scheduleTriggerConfig": null, "eventTriggerConfig": null, + "registries": null, "dapr": null}, "template": {"containers": [{"image": "mcr.microsoft.com/k8se/quickstart-jobs:latest", + "name": "job1000003", "command": null, "args": null, "env": null, "resources": + {"cpu": 0.25, "memory": "0.5Gi"}, "volumeMounts": null}], "initContainers": + null, "volumes": null}, "workloadProfileName": null}, "tags": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + Content-Length: + - '924' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --environment --secrets --replica-timeout --replica-retry-limit + --trigger-type --parallelism --replica-completion-count --image --cpu --memory + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:22:21.7803851Z","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:22:21.7803851Z"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/East + US/containerappOperationStatuses/34348040-d8a4-4614-a68c-e82e69ce0986?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '1520' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:22 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '498' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --environment --secrets --replica-timeout --replica-retry-limit + --trigger-type --parallelism --replica-completion-count --image --cpu --memory + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:22:21.7803851","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:22:21.7803851"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1518' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:23 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --environment --secrets --replica-timeout --replica-retry-limit + --trigger-type --parallelism --replica-completion-count --image --cpu --memory + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:22:21.7803851","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:22:21.7803851"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1518' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --environment --secrets --replica-timeout --replica-retry-limit + --trigger-type --parallelism --replica-completion-count --image --cpu --memory + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:22:21.7803851","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:22:21.7803851"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1517' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:29 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:29 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: + - containerapp job show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:22:21.7803851","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:22:21.7803851"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1517' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:30 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret list + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:30 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: + - containerapp job secret list + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:22:21.7803851","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:22:21.7803851"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1517' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:31 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret list + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --show-values + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:31 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret list + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --show-values + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:22:21.7803851","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:22:21.7803851"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1517' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:31 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --name --show-values + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003/listSecrets?api-version=2023-04-01-preview + response: + body: + string: '{"value":[{"name":"testsecret","value":"testsecretvalue"}]}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '59' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --secret-name + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:33 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --secret-name + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:22:21.7803851","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:22:21.7803851"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1517' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret show + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --name --secret-name + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003/listSecrets?api-version=2023-04-01-preview + response: + body: + string: '{"value":[{"name":"testsecret","value":"testsecretvalue"}]}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '59' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:35 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret set + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --secret + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:34 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: + - containerapp job secret set + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --secret + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:22:21.7803851","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:22:21.7803851"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1517' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:35 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret set + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --name --secret + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003/listSecrets?api-version=2023-04-01-preview + response: + body: + string: '{"value":[{"name":"testsecret","value":"testsecretvalue"}]}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '59' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003", + "name": "job1000003", "type": "Microsoft.App/jobs", "location": "East US", "systemData": + {"createdBy": "anfranci@microsoft.com", "createdByType": "User", "createdAt": + "2023-06-02T03:22:21.7803851", "lastModifiedBy": "anfranci@microsoft.com", "lastModifiedByType": + "User", "lastModifiedAt": "2023-06-02T03:22:21.7803851"}, "properties": {"provisioningState": + "Succeeded", "managedEnvironmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", + "environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", + "workloadProfileName": null, "configuration": {"secrets": [{"name": "testsecret", + "value": "testsecretvaluev2", "keyVaultUrl": "", "identity": ""}], "triggerType": + "Manual", "replicaTimeout": 200, "replicaRetryLimit": 2, "manualTriggerConfig": + {"replicaCompletionCount": 1, "parallelism": 1}, "scheduleTriggerConfig": null, + "eventTriggerConfig": null, "registries": null, "dapr": null}, "template": {"containers": + [{"image": "mcr.microsoft.com/k8se/quickstart-jobs:latest", "name": "job1000003", + "resources": {"cpu": 0.25, "memory": "0.5Gi", "ephemeralStorage": "1Gi"}}], + "initContainers": null, "volumes": null}, "eventStreamEndpoint": "https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"}, + "identity": {"type": "None"}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret set + Connection: + - keep-alive + Content-Length: + - '1656' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --secret + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:22:21.7803851","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:22:38.0942371Z"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/East + US/containerappOperationStatuses/b52ea6b7-3939-45fc-9961-9ff5e4166b53?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '1519' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret set + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --secret + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:22:21.7803851","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:22:38.0942371"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1518' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret set + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --secret + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:22:21.7803851","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:22:38.0942371"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1518' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret set + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --secret + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:22:21.7803851","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:22:38.0942371"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1517' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --secret-name + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:45 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --secret-name + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:22:21.7803851","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:22:38.0942371"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1517' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:45 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret show + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --name --secret-name + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003/listSecrets?api-version=2023-04-01-preview + response: + body: + string: '{"value":[{"name":"testsecret","value":"testsecretvaluev2"}]}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '61' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:46 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret set + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --secret + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:46 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret set + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --secret + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:22:21.7803851","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:22:38.0942371"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1517' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:47 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret set + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --name --secret + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003/listSecrets?api-version=2023-04-01-preview + response: + body: + string: '{"value":[{"name":"testsecret","value":"testsecretvaluev2"}]}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '61' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:47 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003", + "name": "job1000003", "type": "Microsoft.App/jobs", "location": "East US", "systemData": + {"createdBy": "anfranci@microsoft.com", "createdByType": "User", "createdAt": + "2023-06-02T03:22:21.7803851", "lastModifiedBy": "anfranci@microsoft.com", "lastModifiedByType": + "User", "lastModifiedAt": "2023-06-02T03:22:38.0942371"}, "properties": {"provisioningState": + "Succeeded", "managedEnvironmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", + "environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", + "workloadProfileName": null, "configuration": {"secrets": [{"name": "testsecret", + "value": "testsecretvaluev2"}, {"name": "testsecret2", "value": "testsecretvalue2", + "keyVaultUrl": "", "identity": ""}], "triggerType": "Manual", "replicaTimeout": + 200, "replicaRetryLimit": 2, "manualTriggerConfig": {"replicaCompletionCount": + 1, "parallelism": 1}, "scheduleTriggerConfig": null, "eventTriggerConfig": null, + "registries": null, "dapr": null}, "template": {"containers": [{"image": "mcr.microsoft.com/k8se/quickstart-jobs:latest", + "name": "job1000003", "resources": {"cpu": 0.25, "memory": "0.5Gi", "ephemeralStorage": + "1Gi"}}], "initContainers": null, "volumes": null}, "eventStreamEndpoint": "https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"}, + "identity": {"type": "None"}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret set + Connection: + - keep-alive + Content-Length: + - '1710' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --secret + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:22:21.7803851","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:22:48.4998461Z"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"},{"name":"testsecret2"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/East + US/containerappOperationStatuses/aeea6499-5289-4d05-842d-1dddc71e6e86?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '1542' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:49 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret set + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --secret + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:22:21.7803851","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:22:48.4998461"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"},{"name":"testsecret2"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1541' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:49 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret set + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --secret + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:22:21.7803851","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:22:48.4998461"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"},{"name":"testsecret2"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1541' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret set + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --secret + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:22:21.7803851","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:22:48.4998461"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"},{"name":"testsecret2"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1540' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:55 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --secret-name + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:55 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: + - containerapp job secret show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --secret-name + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:22:21.7803851","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:22:48.4998461"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"},{"name":"testsecret2"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1540' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret show + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --name --secret-name + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003/listSecrets?api-version=2023-04-01-preview + response: + body: + string: '{"value":[{"name":"testsecret2","value":"testsecretvalue2"},{"name":"testsecret","value":"testsecretvaluev2"}]}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '111' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --secret-name + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:57 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --secret-name + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:22:21.7803851","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:22:48.4998461"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"},{"name":"testsecret2"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1540' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:57 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret remove + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --name --secret-name + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003/listSecrets?api-version=2023-04-01-preview + response: + body: + string: '{"value":[{"name":"testsecret","value":"testsecretvaluev2"},{"name":"testsecret2","value":"testsecretvalue2"}]}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '111' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:58 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003", + "name": "job1000003", "type": "Microsoft.App/jobs", "location": "East US", "systemData": + {"createdBy": "anfranci@microsoft.com", "createdByType": "User", "createdAt": + "2023-06-02T03:22:21.7803851", "lastModifiedBy": "anfranci@microsoft.com", "lastModifiedByType": + "User", "lastModifiedAt": "2023-06-02T03:22:48.4998461"}, "properties": {"provisioningState": + "Succeeded", "managedEnvironmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", + "environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", + "workloadProfileName": null, "configuration": {"secrets": [{"name": "testsecret", + "value": "testsecretvaluev2"}], "triggerType": "Manual", "replicaTimeout": 200, + "replicaRetryLimit": 2, "manualTriggerConfig": {"replicaCompletionCount": 1, + "parallelism": 1}, "scheduleTriggerConfig": null, "eventTriggerConfig": null, + "registries": null, "dapr": null}, "template": {"containers": [{"image": "mcr.microsoft.com/k8se/quickstart-jobs:latest", + "name": "job1000003", "resources": {"cpu": 0.25, "memory": "0.5Gi", "ephemeralStorage": + "1Gi"}}], "initContainers": null, "volumes": null}, "eventStreamEndpoint": "https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"}, + "identity": {"type": "None"}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret remove + Connection: + - keep-alive + Content-Length: + - '1621' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --secret-name + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:22:21.7803851","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:22:59.2047774Z"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/East + US/containerappOperationStatuses/cb4e2870-ed5f-4f33-8cd7-2e0628f01cdf?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '1519' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:22:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --secret-name + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:22:21.7803851","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:22:59.2047774"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1518' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:23:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --secret-name + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:22:21.7803851","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:22:59.2047774"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1518' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:23:02 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --secret-name + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:22:21.7803851","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:22:59.2047774"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1517' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:23:05 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret list + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --show-values + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:23:05 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: + - containerapp job secret list + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --show-values + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003","name":"job1000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T03:22:21.7803851","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T03:22:59.2047774"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"testsecret"}],"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"job1000003","resources":{"cpu":0.25,"memory":"0.5Gi","ephemeralStorage":"1Gi"}}],"initContainers":null,"volumes":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/job1000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1517' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:23:05 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job secret list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --name --show-values + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/job1000003/listSecrets?api-version=2023-04-01-preview + response: + body: + string: '{"value":[{"name":"testsecret","value":"testsecretvaluev2"}]}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '61' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 03:23:07 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +version: 1 diff --git a/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_patch_list_and_apply_with_environment_e2e.yaml b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_patch_list_and_apply_with_environment_e2e.yaml new file mode 100644 index 00000000000..7fd7dffdfba --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_patch_list_and_apply_with_environment_e2e.yaml @@ -0,0 +1,7597 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:07 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:07 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:07 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:08 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights?api-version=2022-09-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 + 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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2021-06-01","2021-03-01-privatepreview","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, SystemAssignedResourceIdentity, 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 + East","Korea Central","France Central","Central US","East US 2","East Asia","West + US","South Africa North","North Central US","Brazil South","Switzerland North","Norway + East","Australia Southeast","Australia Central 2","Germany West Central","Switzerland + West","UAE Central","UK West","Brazil Southeast","Japan West","UAE North","Australia + Central","France South","South India","Korea South","Jio India Central","Jio + India West","Qatar Central","Canada East","West US 3","Sweden Central"],"apiVersions":["2019-09-01-preview","2019-09-01"],"capabilities":"SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/operationStatuses","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2023-01-01-preview","2022-10-01","2022-09-01-privatepreview","2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/scopedPrivateLinkProxies","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"workspaces/query","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/metadata","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/dataSources","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/linkedStorageAccounts","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/tables","locations":["East + US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan + East","UK South","Central India","Canada Central","West US 2","Australia East","Australia + Central","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2020-08-01","2020-03-01-preview","2017-04-26-preview"],"capabilities":"None"},{"resourceType":"workspaces/storageInsightConfigs","locations":["East + US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan + East","UK South","Central India","Canada Central","West US 2","Australia East","Australia + Central","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["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":"None"},{"resourceType":"storageInsightConfigs","locations":[],"apiVersions":["2020-08-01","2020-03-01-preview","2014-10-10"],"capabilities":"SupportsExtension"},{"resourceType":"workspaces/linkedServices","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"linkTargets","locations":["East + US"],"apiVersions":["2020-03-01-preview","2015-03-20"],"capabilities":"None"},{"resourceType":"deletedWorkspaces","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2022-10-01","2021-12-01-preview","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","Korea South","Jio India + Central","Jio India West","Qatar Central","Canada East","West US 3","Sweden + Central","South Africa West","Germany North","Poland Central"],"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 + 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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/notifyNetworkSecurityPerimeterUpdatesAvailable","locations":["North + Central US","East US 2 EUAP"],"apiVersions":["2021-10-01"],"defaultApiVersion":"2021-10-01","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '13285' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:08 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights?api-version=2022-09-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 + 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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2021-06-01","2021-03-01-privatepreview","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, SystemAssignedResourceIdentity, 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 + East","Korea Central","France Central","Central US","East US 2","East Asia","West + US","South Africa North","North Central US","Brazil South","Switzerland North","Norway + East","Australia Southeast","Australia Central 2","Germany West Central","Switzerland + West","UAE Central","UK West","Brazil Southeast","Japan West","UAE North","Australia + Central","France South","South India","Korea South","Jio India Central","Jio + India West","Qatar Central","Canada East","West US 3","Sweden Central"],"apiVersions":["2019-09-01-preview","2019-09-01"],"capabilities":"SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/operationStatuses","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2023-01-01-preview","2022-10-01","2022-09-01-privatepreview","2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/scopedPrivateLinkProxies","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"workspaces/query","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/metadata","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/dataSources","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/linkedStorageAccounts","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/tables","locations":["East + US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan + East","UK South","Central India","Canada Central","West US 2","Australia East","Australia + Central","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2020-08-01","2020-03-01-preview","2017-04-26-preview"],"capabilities":"None"},{"resourceType":"workspaces/storageInsightConfigs","locations":["East + US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan + East","UK South","Central India","Canada Central","West US 2","Australia East","Australia + Central","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["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":"None"},{"resourceType":"storageInsightConfigs","locations":[],"apiVersions":["2020-08-01","2020-03-01-preview","2014-10-10"],"capabilities":"SupportsExtension"},{"resourceType":"workspaces/linkedServices","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"linkTargets","locations":["East + US"],"apiVersions":["2020-03-01-preview","2015-03-20"],"capabilities":"None"},{"resourceType":"deletedWorkspaces","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2022-10-01","2021-12-01-preview","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","Korea South","Jio India + Central","Jio India West","Qatar Central","Canada East","West US 3","Sweden + Central","South Africa West","Germany North","Poland Central"],"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 + 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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/notifyNetworkSecurityPerimeterUpdatesAvailable","locations":["North + Central US","East US 2 EUAP"],"apiVersions":["2021-10-01"],"defaultApiVersion":"2021-10-01","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '13285' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:07 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": "eastus", "properties": {"publicNetworkAccessForIngestion": + "Enabled", "publicNetworkAccessForQuery": "Enabled"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '126' + Content-Type: + - application/json + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgmyvo7fhnx2dagx53g3rp6?api-version=2021-12-01-preview + response: + body: + string: '{"properties":{"customerId":"d84045a7-dc73-453f-8596-f4f2bf33f1df","provisioningState":"Creating","sku":{"name":"pergb2018","lastSkuUpdate":"2023-06-15T22:54:10.0800539Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-16T16:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-06-15T22:54:10.0800539Z","modifiedDate":"2023-06-15T22:54:10.0800539Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgmyvo7fhnx2dagx53g3rp6","name":"workspace-clitestrgmyvo7fhnx2dagx53g3rp6","type":"Microsoft.OperationalInsights/workspaces"}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2021-12-01-preview + cache-control: + - no-cache + content-length: + - '887' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:10 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgmyvo7fhnx2dagx53g3rp6?api-version=2021-12-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgmyvo7fhnx2dagx53g3rp6?api-version=2021-12-01-preview + response: + body: + string: '{"properties":{"customerId":"d84045a7-dc73-453f-8596-f4f2bf33f1df","provisioningState":"Creating","sku":{"name":"pergb2018","lastSkuUpdate":"2023-06-15T22:54:10.0800539Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-16T16:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-06-15T22:54:10.0800539Z","modifiedDate":"2023-06-15T22:54:10.0800539Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgmyvo7fhnx2dagx53g3rp6","name":"workspace-clitestrgmyvo7fhnx2dagx53g3rp6","type":"Microsoft.OperationalInsights/workspaces"}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2021-12-01-preview + cache-control: + - no-cache + content-length: + - '887' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:10 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgmyvo7fhnx2dagx53g3rp6/sharedKeys?api-version=2020-08-01 + response: + body: + string: '{"primarySharedKey":"rThBoAONHPNJP6QhvpToSrWGmur59xfPcRIHZJ1TZhRISPV8vplypkb0iTn/acxAIltR5SKTL5KOX9IEURfH0g==","secondarySharedKey":"sZjjpTMZxG1+STRYqdyneKM/nykxChwcbUS27pZPPbJNqn8lztMzdwh9AAnVhYyaw0eCTsaHicwkGwknQSIg0Q=="}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2015-03-20, 2020-08-01, 2020-10-01, 2021-06-01, 2022-10-01 + cache-control: + - no-cache + content-length: + - '223' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:11 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + 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' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus", "tags": null, "properties": {"daprAIInstrumentationKey": + null, "vnetConfiguration": null, "appLogsConfiguration": {"destination": "log-analytics", + "logAnalyticsConfiguration": {"customerId": "d84045a7-dc73-453f-8596-f4f2bf33f1df", + "sharedKey": "rThBoAONHPNJP6QhvpToSrWGmur59xfPcRIHZJ1TZhRISPV8vplypkb0iTn/acxAIltR5SKTL5KOX9IEURfH0g=="}}, + "customDomainConfiguration": null, "workloadProfiles": null, "zoneRedundant": + false}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '446' + Content-Type: + - application/json + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","name":"env000003","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:54:12.6525211Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:54:12.6525211Z"},"properties":{"provisioningState":"Waiting","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"braveground-e0d0a4c4.eastus.azurecontainerapps.io","staticIp":"20.120.127.251","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"d84045a7-dc73-453f-8596-f4f2bf33f1df","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000003/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '1529' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:12 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '99' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:19 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:22 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:23 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:28 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:31 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:34 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:43 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:47 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:49 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:01 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:09 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:21 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:24 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:29 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:32 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"InProgress","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/99052f94-1395-4642-839b-c9ba0a1d3437","name":"99052f94-1395-4642-839b-c9ba0a1d3437","status":"Succeeded","startTime":"2023-06-15T22:54:13.193492"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '282' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","name":"env000003","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:54:12.6525211","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:54:12.6525211"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"braveground-e0d0a4c4.eastus.azurecontainerapps.io","staticIp":"20.120.127.251","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"d84045a7-dc73-453f-8596-f4f2bf33f1df","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000003/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1529' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:38 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:37 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","name":"env000003","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:54:12.6525211","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:54:12.6525211"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"braveground-e0d0a4c4.eastus.azurecontainerapps.io","staticIp":"20.120.127.251","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"d84045a7-dc73-453f-8596-f4f2bf33f1df","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000003/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1529' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: HEAD + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:55:38 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/managedEnvironments/subscriptions'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '235' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:37 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 + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000002'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:39 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 + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000002'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:39 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: HEAD + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:55:39 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","name":"env000003","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:54:12.6525211","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:54:12.6525211"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"braveground-e0d0a4c4.eastus.azurecontainerapps.io","staticIp":"20.120.127.251","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"d84045a7-dc73-453f-8596-f4f2bf33f1df","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000003/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1529' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000002'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:40 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2022-09-01 + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/snehaparacr","name":"snehaparacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Standard","tier":"Standard"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-04-14T20:27:54.6369396Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T20:28:21.8108179Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca0f675d0f3dacr","name":"ca0f675d0f3dacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"northcentralus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-22T23:11:48.9079431Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T23:11:48.9079431Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca611a05bfaeacr","name":"ca611a05bfaeacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-26T20:04:12.9804664Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T20:04:12.9804664Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca6ff72889e5acr","name":"ca6ff72889e5acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"northcentralus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-26T20:43:12.1866562Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T20:43:12.1866562Z"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '2169' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:39 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:40 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: HEAD + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:55:40 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +- request: + body: '{"location": "eastus", "sku": {"name": "Basic"}, "properties": {"adminUserEnabled": + true, "anonymousPullEnabled": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + Content-Length: + - '121' + Content-Type: + - application/json + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad26a9af0daacr?api-version=2022-02-01-preview + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad26a9af0daacr","name":"cad26a9af0daacr","location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:42.2440091+00:00","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:42.2440091+00:00"},"properties":{"loginServer":"cad26a9af0daacr.azurecr.io","creationDate":"2023-06-15T22:55:42.2440091Z","provisioningState":"Creating","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-06-15T22:55:49.5626507+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-06-15T22:55:49.5626507+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - 2022-02-01-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad26a9af0daacr/operationStatuses/registries-bf620582-0bcf-11ee-9f9a-bce92fa43675?api-version=2022-02-01-preview + cache-control: + - no-cache + content-length: + - '1371' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:49 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad26a9af0daacr/operationStatuses/registries-bf620582-0bcf-11ee-9f9a-bce92fa43675?api-version=2022-02-01-preview + response: + body: + string: '{"status":"Succeeded"}' + headers: + api-supported-versions: + - 2022-02-01-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad26a9af0daacr/operationStatuses/registries-bf620582-0bcf-11ee-9f9a-bce92fa43675?api-version=2022-02-01-preview + cache-control: + - no-cache + content-length: + - '22' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:49 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad26a9af0daacr?api-version=2022-02-01-preview + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad26a9af0daacr","name":"cad26a9af0daacr","location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:42.2440091+00:00","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:42.2440091+00:00"},"properties":{"loginServer":"cad26a9af0daacr.azurecr.io","creationDate":"2023-06-15T22:55:42.2440091Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-06-15T22:55:49.5626507+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-06-15T22:55:49.5626507+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - 2022-02-01-preview + cache-control: + - no-cache + content-length: + - '1372' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:49 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2022-09-01 + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/snehaparacr","name":"snehaparacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Standard","tier":"Standard"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-04-14T20:27:54.6369396Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T20:28:21.8108179Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca0f675d0f3dacr","name":"ca0f675d0f3dacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"northcentralus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-22T23:11:48.9079431Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T23:11:48.9079431Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca611a05bfaeacr","name":"ca611a05bfaeacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-26T20:04:12.9804664Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T20:04:12.9804664Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca6ff72889e5acr","name":"ca6ff72889e5acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"northcentralus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-26T20:43:12.1866562Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T20:43:12.1866562Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgcccczfud6u5obxpgvpeh65helaw53izfuitshtqdjau27uqfuye5627rviz65pvvs/providers/Microsoft.ContainerRegistry/registries/ca2372e8aa91acr","name":"ca2372e8aa91acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:37.3388407Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:37.3388407Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad26a9af0daacr","name":"cad26a9af0daacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:42.2440091Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:42.2440091Z"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '3298' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:49 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad26a9af0daacr?api-version=2022-12-01 + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad26a9af0daacr","name":"cad26a9af0daacr","location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:42.2440091+00:00","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:42.2440091+00:00"},"properties":{"loginServer":"cad26a9af0daacr.azurecr.io","creationDate":"2023-06-15T22:55:42.2440091Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-06-15T22:55:49.5626507+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-06-15T22:55:49.5626507+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - '2022-12-01' + cache-control: + - no-cache + content-length: + - '1372' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:51 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: + - containerapp up + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad26a9af0daacr/listCredentials?api-version=2022-12-01 + response: + body: + string: '{"username":"cad26a9af0daacr","passwords":[{"name":"password","value":"QvjZS4i/5pFOX641PoCcldvGq/njqXaRXGCFUX0C97+ACRCvFeqx"},{"name":"password2","value":"Jcgh6gByITOBv1lFdeBr+05g0aEMu6r2HIZtNbib6t+ACRDwN4tH"}]}' + headers: + api-supported-versions: + - '2022-12-01' + cache-control: + - no-cache + content-length: + - '211' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:51 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 + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://mcr.microsoft.com/v2/oryx/builder/tags/list + response: + body: + string: "{\n \"name\": \"oryx/builder\",\n \"tags\": [\n \"20230118.1\",\n + \ \"20230208.1\",\n \"20230327.1\",\n \"20230403.1\",\n \"20230410.1\",\n + \ \"20230417.1\",\n \"20230420.1\",\n \"20230425.1\",\n \"20230427.1\",\n + \ \"20230501.1\",\n \"20230508.1\",\n \"20230512.2\",\n \"20230512.3\",\n + \ \"20230531.1\",\n \"20230605.1\",\n \"20230609.1\",\n \"20230612.1\",\n + \ \"20230613.1\",\n \"20230614.1\",\n \"build-base-dotnet-sdk-7.0-cbl-mariner2.0\",\n + \ \"build-dotnet-sdk-7.0-cbl-mariner2.0\",\n \"builder-dotnet-7.0\",\n + \ \"buildpack\",\n \"buildpack-20230118.1\",\n \"buildpack-20230208.1\",\n + \ \"buildpack-20230403.1\",\n \"buildpack-20230410.1\",\n \"buildpack-20230417.1\",\n + \ \"buildpack-20230420.1\",\n \"buildpack-20230425.1\",\n \"buildpack-20230427.1\",\n + \ \"buildpack-20230501.1\",\n \"buildpack-20230508.1\",\n \"buildpack-20230512.2\",\n + \ \"buildpack-20230512.3\",\n \"buildpack-20230531.1\",\n \"buildpack-20230605.1\",\n + \ \"buildpack-20230609.1\",\n \"buildpack-20230612.1\",\n \"buildpack-20230613.1\",\n + \ \"buildpack-20230614.1\",\n \"buildpack-dotnet-7.0\",\n \"capps\",\n + \ \"capps-20230327.1\",\n \"capps-20230403.1\",\n \"capps-20230410.1\",\n + \ \"capps-20230417.1\",\n \"capps-20230420.1\",\n \"capps-20230425.1\",\n + \ \"capps-20230427.1\",\n \"capps-20230501.1\",\n \"capps-20230508.1\",\n + \ \"capps-20230512.2\",\n \"capps-20230512.3\",\n \"capps-20230531.1\",\n + \ \"capps-20230605.1\",\n \"capps-20230609.1\",\n \"capps-20230612.1\",\n + \ \"capps-20230613.1\",\n \"capps-20230614.1\",\n \"latest\",\n \"run-dotnet-aspnet-7.0-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.0-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.1-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.2-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.3-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.4-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.5-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.7-cbl-mariner2.0\",\n \"stack-base\",\n \"stack-base-20230118.1\",\n + \ \"stack-base-20230208.1\",\n \"stack-base-20230327.1\",\n \"stack-base-20230403.1\",\n + \ \"stack-base-20230410.1\",\n \"stack-base-20230417.1\",\n \"stack-base-20230420.1\",\n + \ \"stack-base-20230425.1\",\n \"stack-base-20230427.1\",\n \"stack-base-20230501.1\",\n + \ \"stack-base-20230508.1\",\n \"stack-base-20230512.2\",\n \"stack-base-20230512.3\",\n + \ \"stack-base-20230531.1\",\n \"stack-base-20230605.1\",\n \"stack-base-20230609.1\",\n + \ \"stack-base-20230612.1\",\n \"stack-base-20230613.1\",\n \"stack-base-20230614.1\",\n + \ \"stack-build\",\n \"stack-build-20230118.1\",\n \"stack-build-20230208.1\",\n + \ \"stack-build-20230327.1\",\n \"stack-build-20230403.1\",\n \"stack-build-20230410.1\",\n + \ \"stack-build-20230417.1\",\n \"stack-build-20230420.1\",\n \"stack-build-20230425.1\",\n + \ \"stack-build-20230427.1\",\n \"stack-build-20230501.1\",\n \"stack-build-20230508.1\",\n + \ \"stack-build-20230512.2\",\n \"stack-build-20230512.3\",\n \"stack-build-20230531.1\",\n + \ \"stack-build-20230605.1\",\n \"stack-build-20230609.1\",\n \"stack-build-20230612.1\",\n + \ \"stack-build-20230613.1\",\n \"stack-build-20230614.1\",\n \"stack-run\",\n + \ \"stack-run-20230118.1\",\n \"stack-run-20230208.1\",\n \"stack-run-20230327.1\",\n + \ \"stack-run-20230403.1\",\n \"stack-run-20230410.1\",\n \"stack-run-20230417.1\",\n + \ \"stack-run-20230420.1\",\n \"stack-run-20230425.1\",\n \"stack-run-20230427.1\",\n + \ \"stack-run-20230501.1\",\n \"stack-run-20230508.1\",\n \"stack-run-20230512.2\",\n + \ \"stack-run-20230512.3\",\n \"stack-run-20230531.1\",\n \"stack-run-20230605.1\",\n + \ \"stack-run-20230609.1\",\n \"stack-run-20230612.1\",\n \"stack-run-20230613.1\",\n + \ \"stack-run-20230614.1\"\n ]\n}" + headers: + cache-control: + - max-age=300 + content-length: + - '3560' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:51 GMT + etag: + - '0x8DB6DF0AA8552B5' + last-modified: + - Thu, 15 Jun 2023 22:34:22 GMT + x-cache: + - TCP_MISS + x-mcr-privacy: + - https://privacy.microsoft.com/en-us/privacystatement + x-ms-blob-type: + - BlockBlob + x-ms-lease-status: + - unlocked + x-ms-version: + - '2009-09-19' + x-msedge-ref: + - 'Ref A: 425D555F2F0E46C1BDDE1EA0D60F20BF Ref B: WSTEDGE1117 Ref C: 2023-06-15T22:55:51Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://mcr.microsoft.com/v2/oryx/builder/tags/list + response: + body: + string: "{\n \"name\": \"oryx/builder\",\n \"tags\": [\n \"20230118.1\",\n + \ \"20230208.1\",\n \"20230327.1\",\n \"20230403.1\",\n \"20230410.1\",\n + \ \"20230417.1\",\n \"20230420.1\",\n \"20230425.1\",\n \"20230427.1\",\n + \ \"20230501.1\",\n \"20230508.1\",\n \"20230512.2\",\n \"20230512.3\",\n + \ \"20230531.1\",\n \"20230605.1\",\n \"20230609.1\",\n \"20230612.1\",\n + \ \"20230613.1\",\n \"20230614.1\",\n \"build-base-dotnet-sdk-7.0-cbl-mariner2.0\",\n + \ \"build-dotnet-sdk-7.0-cbl-mariner2.0\",\n \"builder-dotnet-7.0\",\n + \ \"buildpack\",\n \"buildpack-20230118.1\",\n \"buildpack-20230208.1\",\n + \ \"buildpack-20230403.1\",\n \"buildpack-20230410.1\",\n \"buildpack-20230417.1\",\n + \ \"buildpack-20230420.1\",\n \"buildpack-20230425.1\",\n \"buildpack-20230427.1\",\n + \ \"buildpack-20230501.1\",\n \"buildpack-20230508.1\",\n \"buildpack-20230512.2\",\n + \ \"buildpack-20230512.3\",\n \"buildpack-20230531.1\",\n \"buildpack-20230605.1\",\n + \ \"buildpack-20230609.1\",\n \"buildpack-20230612.1\",\n \"buildpack-20230613.1\",\n + \ \"buildpack-20230614.1\",\n \"buildpack-dotnet-7.0\",\n \"capps\",\n + \ \"capps-20230327.1\",\n \"capps-20230403.1\",\n \"capps-20230410.1\",\n + \ \"capps-20230417.1\",\n \"capps-20230420.1\",\n \"capps-20230425.1\",\n + \ \"capps-20230427.1\",\n \"capps-20230501.1\",\n \"capps-20230508.1\",\n + \ \"capps-20230512.2\",\n \"capps-20230512.3\",\n \"capps-20230531.1\",\n + \ \"capps-20230605.1\",\n \"capps-20230609.1\",\n \"capps-20230612.1\",\n + \ \"capps-20230613.1\",\n \"capps-20230614.1\",\n \"latest\",\n \"run-dotnet-aspnet-7.0-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.0-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.1-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.2-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.3-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.4-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.5-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.7-cbl-mariner2.0\",\n \"stack-base\",\n \"stack-base-20230118.1\",\n + \ \"stack-base-20230208.1\",\n \"stack-base-20230327.1\",\n \"stack-base-20230403.1\",\n + \ \"stack-base-20230410.1\",\n \"stack-base-20230417.1\",\n \"stack-base-20230420.1\",\n + \ \"stack-base-20230425.1\",\n \"stack-base-20230427.1\",\n \"stack-base-20230501.1\",\n + \ \"stack-base-20230508.1\",\n \"stack-base-20230512.2\",\n \"stack-base-20230512.3\",\n + \ \"stack-base-20230531.1\",\n \"stack-base-20230605.1\",\n \"stack-base-20230609.1\",\n + \ \"stack-base-20230612.1\",\n \"stack-base-20230613.1\",\n \"stack-base-20230614.1\",\n + \ \"stack-build\",\n \"stack-build-20230118.1\",\n \"stack-build-20230208.1\",\n + \ \"stack-build-20230327.1\",\n \"stack-build-20230403.1\",\n \"stack-build-20230410.1\",\n + \ \"stack-build-20230417.1\",\n \"stack-build-20230420.1\",\n \"stack-build-20230425.1\",\n + \ \"stack-build-20230427.1\",\n \"stack-build-20230501.1\",\n \"stack-build-20230508.1\",\n + \ \"stack-build-20230512.2\",\n \"stack-build-20230512.3\",\n \"stack-build-20230531.1\",\n + \ \"stack-build-20230605.1\",\n \"stack-build-20230609.1\",\n \"stack-build-20230612.1\",\n + \ \"stack-build-20230613.1\",\n \"stack-build-20230614.1\",\n \"stack-run\",\n + \ \"stack-run-20230118.1\",\n \"stack-run-20230208.1\",\n \"stack-run-20230327.1\",\n + \ \"stack-run-20230403.1\",\n \"stack-run-20230410.1\",\n \"stack-run-20230417.1\",\n + \ \"stack-run-20230420.1\",\n \"stack-run-20230425.1\",\n \"stack-run-20230427.1\",\n + \ \"stack-run-20230501.1\",\n \"stack-run-20230508.1\",\n \"stack-run-20230512.2\",\n + \ \"stack-run-20230512.3\",\n \"stack-run-20230531.1\",\n \"stack-run-20230605.1\",\n + \ \"stack-run-20230609.1\",\n \"stack-run-20230612.1\",\n \"stack-run-20230613.1\",\n + \ \"stack-run-20230614.1\"\n ]\n}" + headers: + cache-control: + - max-age=300 + content-length: + - '3560' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:51 GMT + etag: + - '0x8DB6DF0AA8552B5' + last-modified: + - Thu, 15 Jun 2023 22:34:22 GMT + x-cache: + - TCP_HIT + x-mcr-privacy: + - https://privacy.microsoft.com/en-us/privacystatement + x-ms-blob-type: + - BlockBlob + x-ms-lease-status: + - unlocked + x-ms-version: + - '2009-09-19' + x-msedge-ref: + - 'Ref A: 441731EE39F24D0BA7ED4154E12120BA Ref B: WSTEDGE0909 Ref C: 2023-06-15T22:55:52Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2022-09-01 + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/snehaparacr","name":"snehaparacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Standard","tier":"Standard"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-04-14T20:27:54.6369396Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T20:28:21.8108179Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca0f675d0f3dacr","name":"ca0f675d0f3dacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"northcentralus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-22T23:11:48.9079431Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T23:11:48.9079431Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca611a05bfaeacr","name":"ca611a05bfaeacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-26T20:04:12.9804664Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T20:04:12.9804664Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca6ff72889e5acr","name":"ca6ff72889e5acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"northcentralus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-26T20:43:12.1866562Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T20:43:12.1866562Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgcccczfud6u5obxpgvpeh65helaw53izfuitshtqdjau27uqfuye5627rviz65pvvs/providers/Microsoft.ContainerRegistry/registries/ca2372e8aa91acr","name":"ca2372e8aa91acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:37.3388407Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:37.3388407Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad26a9af0daacr","name":"cad26a9af0daacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:42.2440091Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:42.2440091Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgit6wxivcv5oyssw7io5iibldh56cde47trwnyibowlpgazcanbolxxh4eaotv33kj/providers/Microsoft.ContainerRegistry/registries/caa682495126acr","name":"caa682495126acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:44.6638977Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:44.6638977Z"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '3892' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:09 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad26a9af0daacr?api-version=2022-02-01-preview + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad26a9af0daacr","name":"cad26a9af0daacr","location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:42.2440091+00:00","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:42.2440091+00:00"},"properties":{"loginServer":"cad26a9af0daacr.azurecr.io","creationDate":"2023-06-15T22:55:42.2440091Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-06-15T22:55:49.5626507+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-06-15T22:55:49.5626507+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - 2022-02-01-preview + cache-control: + - no-cache + content-length: + - '1372' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:09 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 + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://cad26a9af0daacr.azurecr.io/v2/ + response: + body: + string: '{"errors":[{"code":"UNAUTHORIZED","message":"authentication required, + visit https://aka.ms/acr/authorization for more information.","detail":null}]} + + ' + headers: + access-control-expose-headers: + - Docker-Content-Digest + - WWW-Authenticate + - Link + - X-Ms-Correlation-Request-Id + connection: + - keep-alive + content-length: + - '149' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:11 GMT + docker-distribution-api-version: + - registry/2.0 + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + - max-age=31536000; includeSubDomains + www-authenticate: + - Bearer realm="https://cad26a9af0daacr.azurecr.io/oauth2/token",service="cad26a9af0daacr.azurecr.io" + x-content-type-options: + - nosniff + status: + code: 401 + message: Unauthorized +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad26a9af0daacr?api-version=2022-02-01-preview + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad26a9af0daacr","name":"cad26a9af0daacr","location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:42.2440091+00:00","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:42.2440091+00:00"},"properties":{"loginServer":"cad26a9af0daacr.azurecr.io","creationDate":"2023-06-15T22:55:42.2440091Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-06-15T22:55:49.5626507+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-06-15T22:55:49.5626507+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - 2022-02-01-preview + cache-control: + - no-cache + content-length: + - '1372' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://cad26a9af0daacr.azurecr.io/v2/ + response: + body: + string: '{"errors":[{"code":"UNAUTHORIZED","message":"authentication required, + visit https://aka.ms/acr/authorization for more information.","detail":null}]} + + ' + headers: + access-control-expose-headers: + - Docker-Content-Digest + - WWW-Authenticate + - Link + - X-Ms-Correlation-Request-Id + connection: + - keep-alive + content-length: + - '149' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:11 GMT + docker-distribution-api-version: + - registry/2.0 + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + - max-age=31536000; includeSubDomains + www-authenticate: + - Bearer realm="https://cad26a9af0daacr.azurecr.io/oauth2/token",service="cad26a9af0daacr.azurecr.io" + x-content-type-options: + - nosniff + status: + code: 401 + message: Unauthorized +- request: + body: grant_type=access_token&service=cad26a9af0daacr.azurecr.io&tenant=72f988bf-86f1-41af-91ab-2d7cd011db47&access_token=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ii1LSTNROW5OUjdiUm9meG1lWm9YcWJIWkdldyIsImtpZCI6Ii1LSTNROW5OUjdiUm9meG1lWm9YcWJIWkdldyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWF0IjoxNjg2ODY5MzQ2LCJuYmYiOjE2ODY4NjkzNDYsImV4cCI6MTY4Njg3MzY0NywiX2NsYWltX25hbWVzIjp7Imdyb3VwcyI6InNyYzEifSwiX2NsYWltX3NvdXJjZXMiOnsic3JjMSI6eyJlbmRwb2ludCI6Imh0dHBzOi8vZ3JhcGgud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3L3VzZXJzL2YzOTM4ZTg3LThjMjUtNDExZS1hN2E0LTc5ZjMzMDM1Yjk1ZS9nZXRNZW1iZXJPYmplY3RzIn19LCJhY3IiOiIxIiwiYWlvIjoiQVZRQXEvOFRBQUFBblMzb2pNaDFuYnJIVkxBeXhDRFhyZTQrRkg3d3hMMnVFVlV3THR4dlU4MCsrVDRVWUNUbE9wTEx1cDh0MWdXMHMvbnV3Q0EraE5hQUorSmFNWnQzOHN4NWxKQ3ZnZVlubW9kMm9FQm8vY1k9IiwiYW1yIjpbInJzYSIsIm1mYSJdLCJhcHBpZCI6IjA0YjA3Nzk1LThkZGItNDYxYS1iYmVlLTAyZjllMWJmN2I0NiIsImFwcGlkYWNyIjoiMCIsImRldmljZWlkIjoiZDNlODYyMTQtYmZiMy00ODdiLWE3MGItZWMxYTczZDE2YmQ3IiwiZmFtaWx5X25hbWUiOiJQYXJ0aGFzYXJhdGh5IiwiZ2l2ZW5fbmFtZSI6IlNuZWhhIiwiaXBhZGRyIjoiMTY3LjIyMC4yLjEzNyIsIm5hbWUiOiJTbmVoYSBQYXJ0aGFzYXJhdGh5Iiwib2lkIjoiZjM5MzhlODctOGMyNS00MTFlLWE3YTQtNzlmMzMwMzViOTVlIiwib25wcmVtX3NpZCI6IlMtMS01LTIxLTIxMjc1MjExODQtMTYwNDAxMjkyMC0xODg3OTI3NTI3LTU4NDUwNjExIiwicHVpZCI6IjEwMDMyMDAyMDYyRDU2MTAiLCJyaCI6IjAuQVFFQXY0ajVjdkdHcjBHUnF5MTgwQkhiUjBaSWYza0F1dGRQdWtQYXdmajJNQk1hQUFjLiIsInNjcCI6InVzZXJfaW1wZXJzb25hdGlvbiIsInN1YiI6IlVobFRmU3FUQ1JGVTItTVdkM2NEM3JRM2Z2RklkalM5NUpJVkJWY0kwd2siLCJ0aWQiOiI3MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDciLCJ1bmlxdWVfbmFtZSI6InNuZWhhcGFyQG1pY3Jvc29mdC5jb20iLCJ1cG4iOiJzbmVoYXBhckBtaWNyb3NvZnQuY29tIiwidXRpIjoiaXZrT0FTSm1qRWlwTkFuWTc3T2lBQSIsInZlciI6IjEuMCIsIndpZHMiOlsiYjc5ZmJmNGQtM2VmOS00Njg5LTgxNDMtNzZiMTk0ZTg1NTA5Il0sInhtc19jYyI6WyJDUDEiXSwieG1zX3RjZHQiOjEyODkyNDE1NDd9.G0PLxKq377mssk6tRiIY4IpDcLSAgJ1zqT3Ibw9z-WNXEDM6XfQIbXEKTGPxvrDi6YsoSTLOZP24PdoTKITOBfzOvhAqC-dp8XT9CnF9gxwZto-zpGoGU4BH3yz8jQw739W5b5QVK-sFdqJIVozbDNGKfFYzAtQZDDKeCs8iI6Hfvw0Lc7_jVi5b2ZsYFmcLGWhnG0t5CqbRVwS-Gz0cySTSfxQy-_U-4WE3X06LlgpoKQzC-gpzezjT0b4bHP0krjarvqiTFlabPO4JXgBC0utqPwXdTUoNmblSosGxWPAkVLT8ZqDer9EVwV5nkGzbt1_YnnueZcNaAOelIt2HjA + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '2276' + Content-Type: + - application/x-www-form-urlencoded + User-Agent: + - python-requests/2.26.0 + method: POST + uri: https://cad26a9af0daacr.azurecr.io/oauth2/exchange + response: + body: + string: '{"refresh_token":"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkNPQVU6UERZSDo0SVJYOjM2SEI6TFYzUDpWNFBGOko0NzQ6SzNOSjpPS1JCOlRZQUo6NEc0Szo1Q1NEIn0.eyJqdGkiOiIzYmU3YWRjMi0yNWE3LTQyNDUtYTAzZS1jNzk3MDA5YWMyMWQiLCJzdWIiOiJzbmVoYXBhckBtaWNyb3NvZnQuY29tIiwibmJmIjoxNjg2ODY4ODcyLCJleHAiOjE2ODY4ODA1NzIsImlhdCI6MTY4Njg2ODg3MiwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoiY2FkMjZhOWFmMGRhYWNyLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiOTRmOTRkOWZjMmUyNGM1Y2JmZGM1YjIxYTg0YTM0YzciLCJncmFudF90eXBlIjoicmVmcmVzaF90b2tlbiIsImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwidGVuYW50IjoiNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3IiwicGVybWlzc2lvbnMiOnsiQWN0aW9ucyI6WyJyZWFkIiwid3JpdGUiLCJkZWxldGUiLCJkZWxldGVkL3JlYWQiLCJkZWxldGVkL3Jlc3RvcmUvYWN0aW9uIl0sIk5vdEFjdGlvbnMiOm51bGx9LCJyb2xlcyI6W119.nEj3K2dpfJrwEAwr80S5xdZJnTwHzewu9ychKXT2Mnd91gTQRw54mbFiCmerV6NLyhxThDFMzDurHmNdkj2cbsGW2GNZJvjyYEzhS6j2BIR1n-odOQoQW-jiO4vy5zJ7DiMAGw4cS0vV2IRXmTvhuA_hl4kEvhQSfXOWlpovEvunFmA9W6W1DXBx7nbOn4xyFgYl-N2Dr5vqUe8dRNVWxa1V3K1MxRUZAGi-N9uf8kGvSVmCqsJ0JwGzFDpoOa1MRGM8_VAX0mCGaPy8ApobA37PLiszl2whQ2_wqYN9J4JP9nbADnLkc5wuFuqlIQLTsXcpeRNx7Ay3doGUBbH2Fw"}' + headers: + connection: + - keep-alive + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:12 GMT + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000002'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:28 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000002'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:28 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:28 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","name":"env000003","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:54:12.6525211","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:54:12.6525211"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"braveground-e0d0a4c4.eastus.azurecontainerapps.io","staticIp":"20.120.127.251","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"d84045a7-dc73-453f-8596-f4f2bf33f1df","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000003/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1529' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:29 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:29 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": "East US", "identity": {"type": "None", "userAssignedIdentities": + null}, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003", + "configuration": {"secrets": [{"name": "cad26a9af0daacrazurecrio-cad26a9af0daacr", + "value": "QvjZS4i/5pFOX641PoCcldvGq/njqXaRXGCFUX0C97+ACRCvFeqx"}], "activeRevisionsMode": + "single", "ingress": {"fqdn": null, "external": true, "targetPort": 80, "transport": + "auto", "exposedPort": null, "traffic": null, "customDomains": null, "ipSecurityRestrictions": + null, "stickySessions": null}, "dapr": null, "registries": [{"server": "cad26a9af0daacr.azurecr.io", + "username": "cad26a9af0daacr", "passwordSecretRef": "cad26a9af0daacrazurecrio-cad26a9af0daacr"}], + "service": null}, "template": {"revisionSuffix": null, "containers": [{"image": + "cad26a9af0daacr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0-20230615155553507242", + "name": "containerapp000002", "command": null, "args": null, "env": null, "resources": + null, "volumeMounts": null}], "initContainers": null, "scale": null, "volumes": + null, "serviceBinds": null}, "workloadProfileName": null}, "tags": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + Content-Length: + - '1239' + Content-Type: + - application/json + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:31.145333Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:56:31.145333Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.62.159.106"],"latestRevisionName":"","latestReadyRevisionName":"","latestRevisionFqdn":"","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"cad26a9af0daacrazurecrio-cad26a9af0daacr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.braveground-e0d0a4c4.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"cad26a9af0daacr.azurecr.io","username":"cad26a9af0daacr","passwordSecretRef":"cad26a9af0daacrazurecrio-cad26a9af0daacr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"cad26a9af0daacr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0-20230615155553507242","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/6be84d3d-be62-40dc-bfa7-09cdac6b3865?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '2407' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:32 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '699' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/6be84d3d-be62-40dc-bfa7-09cdac6b3865?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/6be84d3d-be62-40dc-bfa7-09cdac6b3865","name":"6be84d3d-be62-40dc-bfa7-09cdac6b3865","status":"InProgress","startTime":"2023-06-15T22:56:31.4646011"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:32 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/6be84d3d-be62-40dc-bfa7-09cdac6b3865?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/6be84d3d-be62-40dc-bfa7-09cdac6b3865","name":"6be84d3d-be62-40dc-bfa7-09cdac6b3865","status":"InProgress","startTime":"2023-06-15T22:56:31.4646011"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/6be84d3d-be62-40dc-bfa7-09cdac6b3865?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/6be84d3d-be62-40dc-bfa7-09cdac6b3865","name":"6be84d3d-be62-40dc-bfa7-09cdac6b3865","status":"InProgress","startTime":"2023-06-15T22:56:31.4646011"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/6be84d3d-be62-40dc-bfa7-09cdac6b3865?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/6be84d3d-be62-40dc-bfa7-09cdac6b3865","name":"6be84d3d-be62-40dc-bfa7-09cdac6b3865","status":"InProgress","startTime":"2023-06-15T22:56:31.4646011"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/6be84d3d-be62-40dc-bfa7-09cdac6b3865?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/6be84d3d-be62-40dc-bfa7-09cdac6b3865","name":"6be84d3d-be62-40dc-bfa7-09cdac6b3865","status":"Succeeded","startTime":"2023-06-15T22:56:31.4646011"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '277' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:43 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:31.145333","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:56:31.145333"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.62.159.106"],"latestRevisionName":"containerapp000002--7zhmfka","latestReadyRevisionName":"containerapp000002--7zhmfka","latestRevisionFqdn":"containerapp000002--7zhmfka.braveground-e0d0a4c4.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"cad26a9af0daacrazurecrio-cad26a9af0daacr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.braveground-e0d0a4c4.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"cad26a9af0daacr.azurecr.io","username":"cad26a9af0daacr","passwordSecretRef":"cad26a9af0daacrazurecrio-cad26a9af0daacr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"cad26a9af0daacr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0-20230615155553507242","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2535' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:31.145333","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:56:31.145333"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.62.159.106"],"latestRevisionName":"containerapp000002--7zhmfka","latestReadyRevisionName":"containerapp000002--7zhmfka","latestRevisionFqdn":"containerapp000002--7zhmfka.braveground-e0d0a4c4.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"cad26a9af0daacrazurecrio-cad26a9af0daacr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.braveground-e0d0a4c4.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"cad26a9af0daacr.azurecr.io","username":"cad26a9af0daacr","passwordSecretRef":"cad26a9af0daacrazurecrio-cad26a9af0daacr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"cad26a9af0daacr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0-20230615155553507242","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2535' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + connection: + - close + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:45 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:31.145333","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:56:31.145333"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.62.159.106"],"latestRevisionName":"containerapp000002--7zhmfka","latestReadyRevisionName":"containerapp000002--7zhmfka","latestRevisionFqdn":"containerapp000002--7zhmfka.braveground-e0d0a4c4.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"cad26a9af0daacrazurecrio-cad26a9af0daacr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.braveground-e0d0a4c4.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"cad26a9af0daacr.azurecr.io","username":"cad26a9af0daacr","passwordSecretRef":"cad26a9af0daacrazurecrio-cad26a9af0daacr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"cad26a9af0daacr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0-20230615155553507242","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2535' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:46 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: http://containerapp000002.braveground-e0d0a4c4.eastus.azurecontainerapps.io/ + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:56:46 GMT + location: + - https://containerapp000002.braveground-e0d0a4c4.eastus.azurecontainerapps.io/ + status: + code: 301 + message: Moved Permanently +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://containerapp000002.braveground-e0d0a4c4.eastus.azurecontainerapps.io/ + response: + body: + string: "\r\n\r\n\r\n \r\n \r\n Home page - HelloWorldApp\r\n \r\n \r\n + \ \r\n\r\n\r\n + \
\r\n \r\n
\r\n
\r\n + \
\r\n \r\n
\r\n

Hello, world!

\r\n + \

Learn about building + Web apps with ASP.NET Core.

\r\n
\r\n\r\n
\r\n
\r\n\r\n + \
\r\n
\r\n © 2023 - HelloWorldApp + - Privacy\r\n
\r\n
\r\n\r\n + \ \r\n \r\n \r\n\r\n + \ \r\n\r\n" + headers: + content-type: + - text/html; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:47 GMT + server: + - Kestrel + transfer-encoding: + - chunked + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56: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: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:31.145333","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:56:31.145333"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.62.159.106"],"latestRevisionName":"containerapp000002--7zhmfka","latestReadyRevisionName":"containerapp000002--7zhmfka","latestRevisionFqdn":"containerapp000002--7zhmfka.braveground-e0d0a4c4.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"cad26a9af0daacrazurecrio-cad26a9af0daacr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.braveground-e0d0a4c4.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"cad26a9af0daacr.azurecr.io","username":"cad26a9af0daacr","passwordSecretRef":"cad26a9af0daacrazurecrio-cad26a9af0daacr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"cad26a9af0daacr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0-20230615155553507242","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2535' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:48 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -n -g --image + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:51 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -n -g --image + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:51 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -n -g --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:31.145333","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:56:31.145333"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.62.159.106"],"latestRevisionName":"containerapp000002--7zhmfka","latestReadyRevisionName":"containerapp000002--7zhmfka","latestRevisionFqdn":"containerapp000002--7zhmfka.braveground-e0d0a4c4.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"cad26a9af0daacrazurecrio-cad26a9af0daacr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.braveground-e0d0a4c4.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"cad26a9af0daacr.azurecr.io","username":"cad26a9af0daacr","passwordSecretRef":"cad26a9af0daacrazurecrio-cad26a9af0daacr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"cad26a9af0daacr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0-20230615155553507242","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2535' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:52 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"properties": {"template": {"containers": [{"image": "cad26a9af0daacr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.1-cbl-mariner2.0", + "name": "containerapp000002", "resources": {"cpu": 0.5, "memory": "1Gi", "ephemeralStorage": + "2Gi"}}], "revisionSuffix": null}}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + Content-Length: + - '270' + Content-Type: + - application/json + ParameterSetName: + - -n -g --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:56:53 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/e05a4ad2-e85c-4c69-a452-d501e742f723?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '699' + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -n -g --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/e05a4ad2-e85c-4c69-a452-d501e742f723?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:56:53 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/e05a4ad2-e85c-4c69-a452-d501e742f723?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -n -g --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/e05a4ad2-e85c-4c69-a452-d501e742f723?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:31.145333","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:56:53.7337183"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.62.159.106"],"latestRevisionName":"containerapp000002--hq7kvfs","latestReadyRevisionName":"containerapp000002--7zhmfka","latestRevisionFqdn":"containerapp000002--hq7kvfs.braveground-e0d0a4c4.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"cad26a9af0daacrazurecrio-cad26a9af0daacr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.braveground-e0d0a4c4.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"cad26a9af0daacr.azurecr.io","username":"cad26a9af0daacr","passwordSecretRef":"cad26a9af0daacrazurecrio-cad26a9af0daacr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"cad26a9af0daacr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.1-cbl-mariner2.0","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2515' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:59 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: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:31.145333","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:56:53.7337183"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.62.159.106"],"latestRevisionName":"containerapp000002--hq7kvfs","latestReadyRevisionName":"containerapp000002--7zhmfka","latestRevisionFqdn":"containerapp000002--hq7kvfs.braveground-e0d0a4c4.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"cad26a9af0daacrazurecrio-cad26a9af0daacr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.braveground-e0d0a4c4.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"cad26a9af0daacr.azurecr.io","username":"cad26a9af0daacr","passwordSecretRef":"cad26a9af0daacrazurecrio-cad26a9af0daacr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"cad26a9af0daacr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.1-cbl-mariner2.0","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2515' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:01 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch list + Connection: + - keep-alive + ParameterSetName: + - -g --environment + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:01 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: + - containerapp patch list + Connection: + - keep-alive + ParameterSetName: + - -g --environment + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps?api-version=2023-04-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:31.145333","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:56:53.7337183"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.62.159.106"],"latestRevisionName":"containerapp000002--hq7kvfs","latestReadyRevisionName":"containerapp000002--7zhmfka","latestRevisionFqdn":"containerapp000002--hq7kvfs.braveground-e0d0a4c4.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"cad26a9af0daacrazurecrio-cad26a9af0daacr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.braveground-e0d0a4c4.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"cad26a9af0daacr.azurecr.io","username":"cad26a9af0daacr","passwordSecretRef":"cad26a9af0daacrazurecrio-cad26a9af0daacr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"cad26a9af0daacr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.1-cbl-mariner2.0","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}]}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2527' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:02 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch list + Connection: + - keep-alive + ParameterSetName: + - -g --environment + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","name":"env000003","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:54:12.6525211","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:54:12.6525211"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"braveground-e0d0a4c4.eastus.azurecontainerapps.io","staticIp":"20.120.127.251","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"d84045a7-dc73-453f-8596-f4f2bf33f1df","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000003/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1529' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:02 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://mcr.microsoft.com/v2/oryx/builder/tags/list + response: + body: + string: "{\n \"name\": \"oryx/builder\",\n \"tags\": [\n \"20230118.1\",\n + \ \"20230208.1\",\n \"20230327.1\",\n \"20230403.1\",\n \"20230410.1\",\n + \ \"20230417.1\",\n \"20230420.1\",\n \"20230425.1\",\n \"20230427.1\",\n + \ \"20230501.1\",\n \"20230508.1\",\n \"20230512.2\",\n \"20230512.3\",\n + \ \"20230531.1\",\n \"20230605.1\",\n \"20230609.1\",\n \"20230612.1\",\n + \ \"20230613.1\",\n \"20230614.1\",\n \"build-base-dotnet-sdk-7.0-cbl-mariner2.0\",\n + \ \"build-dotnet-sdk-7.0-cbl-mariner2.0\",\n \"builder-dotnet-7.0\",\n + \ \"buildpack\",\n \"buildpack-20230118.1\",\n \"buildpack-20230208.1\",\n + \ \"buildpack-20230403.1\",\n \"buildpack-20230410.1\",\n \"buildpack-20230417.1\",\n + \ \"buildpack-20230420.1\",\n \"buildpack-20230425.1\",\n \"buildpack-20230427.1\",\n + \ \"buildpack-20230501.1\",\n \"buildpack-20230508.1\",\n \"buildpack-20230512.2\",\n + \ \"buildpack-20230512.3\",\n \"buildpack-20230531.1\",\n \"buildpack-20230605.1\",\n + \ \"buildpack-20230609.1\",\n \"buildpack-20230612.1\",\n \"buildpack-20230613.1\",\n + \ \"buildpack-20230614.1\",\n \"buildpack-dotnet-7.0\",\n \"capps\",\n + \ \"capps-20230327.1\",\n \"capps-20230403.1\",\n \"capps-20230410.1\",\n + \ \"capps-20230417.1\",\n \"capps-20230420.1\",\n \"capps-20230425.1\",\n + \ \"capps-20230427.1\",\n \"capps-20230501.1\",\n \"capps-20230508.1\",\n + \ \"capps-20230512.2\",\n \"capps-20230512.3\",\n \"capps-20230531.1\",\n + \ \"capps-20230605.1\",\n \"capps-20230609.1\",\n \"capps-20230612.1\",\n + \ \"capps-20230613.1\",\n \"capps-20230614.1\",\n \"latest\",\n \"run-dotnet-aspnet-7.0-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.0-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.1-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.2-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.3-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.4-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.5-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.7-cbl-mariner2.0\",\n \"stack-base\",\n \"stack-base-20230118.1\",\n + \ \"stack-base-20230208.1\",\n \"stack-base-20230327.1\",\n \"stack-base-20230403.1\",\n + \ \"stack-base-20230410.1\",\n \"stack-base-20230417.1\",\n \"stack-base-20230420.1\",\n + \ \"stack-base-20230425.1\",\n \"stack-base-20230427.1\",\n \"stack-base-20230501.1\",\n + \ \"stack-base-20230508.1\",\n \"stack-base-20230512.2\",\n \"stack-base-20230512.3\",\n + \ \"stack-base-20230531.1\",\n \"stack-base-20230605.1\",\n \"stack-base-20230609.1\",\n + \ \"stack-base-20230612.1\",\n \"stack-base-20230613.1\",\n \"stack-base-20230614.1\",\n + \ \"stack-build\",\n \"stack-build-20230118.1\",\n \"stack-build-20230208.1\",\n + \ \"stack-build-20230327.1\",\n \"stack-build-20230403.1\",\n \"stack-build-20230410.1\",\n + \ \"stack-build-20230417.1\",\n \"stack-build-20230420.1\",\n \"stack-build-20230425.1\",\n + \ \"stack-build-20230427.1\",\n \"stack-build-20230501.1\",\n \"stack-build-20230508.1\",\n + \ \"stack-build-20230512.2\",\n \"stack-build-20230512.3\",\n \"stack-build-20230531.1\",\n + \ \"stack-build-20230605.1\",\n \"stack-build-20230609.1\",\n \"stack-build-20230612.1\",\n + \ \"stack-build-20230613.1\",\n \"stack-build-20230614.1\",\n \"stack-run\",\n + \ \"stack-run-20230118.1\",\n \"stack-run-20230208.1\",\n \"stack-run-20230327.1\",\n + \ \"stack-run-20230403.1\",\n \"stack-run-20230410.1\",\n \"stack-run-20230417.1\",\n + \ \"stack-run-20230420.1\",\n \"stack-run-20230425.1\",\n \"stack-run-20230427.1\",\n + \ \"stack-run-20230501.1\",\n \"stack-run-20230508.1\",\n \"stack-run-20230512.2\",\n + \ \"stack-run-20230512.3\",\n \"stack-run-20230531.1\",\n \"stack-run-20230605.1\",\n + \ \"stack-run-20230609.1\",\n \"stack-run-20230612.1\",\n \"stack-run-20230613.1\",\n + \ \"stack-run-20230614.1\"\n ]\n}" + headers: + cache-control: + - max-age=300 + content-length: + - '3560' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:02 GMT + etag: + - '0x8DB6DF0AA8552B5' + last-modified: + - Thu, 15 Jun 2023 22:34:22 GMT + x-cache: + - TCP_HIT + x-mcr-privacy: + - https://privacy.microsoft.com/en-us/privacystatement + x-ms-blob-type: + - BlockBlob + x-ms-lease-status: + - unlocked + x-ms-version: + - '2009-09-19' + x-msedge-ref: + - 'Ref A: D64BB5EEF48E4B0BB0ACE8EF65071032 Ref B: WSTEDGE0306 Ref C: 2023-06-15T22:57:03Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://mcr.microsoft.com/v2/oryx/builder/tags/list + response: + body: + string: "{\n \"name\": \"oryx/builder\",\n \"tags\": [\n \"20230118.1\",\n + \ \"20230208.1\",\n \"20230327.1\",\n \"20230403.1\",\n \"20230410.1\",\n + \ \"20230417.1\",\n \"20230420.1\",\n \"20230425.1\",\n \"20230427.1\",\n + \ \"20230501.1\",\n \"20230508.1\",\n \"20230512.2\",\n \"20230512.3\",\n + \ \"20230531.1\",\n \"20230605.1\",\n \"20230609.1\",\n \"20230612.1\",\n + \ \"20230613.1\",\n \"20230614.1\",\n \"build-base-dotnet-sdk-7.0-cbl-mariner2.0\",\n + \ \"build-dotnet-sdk-7.0-cbl-mariner2.0\",\n \"builder-dotnet-7.0\",\n + \ \"buildpack\",\n \"buildpack-20230118.1\",\n \"buildpack-20230208.1\",\n + \ \"buildpack-20230403.1\",\n \"buildpack-20230410.1\",\n \"buildpack-20230417.1\",\n + \ \"buildpack-20230420.1\",\n \"buildpack-20230425.1\",\n \"buildpack-20230427.1\",\n + \ \"buildpack-20230501.1\",\n \"buildpack-20230508.1\",\n \"buildpack-20230512.2\",\n + \ \"buildpack-20230512.3\",\n \"buildpack-20230531.1\",\n \"buildpack-20230605.1\",\n + \ \"buildpack-20230609.1\",\n \"buildpack-20230612.1\",\n \"buildpack-20230613.1\",\n + \ \"buildpack-20230614.1\",\n \"buildpack-dotnet-7.0\",\n \"capps\",\n + \ \"capps-20230327.1\",\n \"capps-20230403.1\",\n \"capps-20230410.1\",\n + \ \"capps-20230417.1\",\n \"capps-20230420.1\",\n \"capps-20230425.1\",\n + \ \"capps-20230427.1\",\n \"capps-20230501.1\",\n \"capps-20230508.1\",\n + \ \"capps-20230512.2\",\n \"capps-20230512.3\",\n \"capps-20230531.1\",\n + \ \"capps-20230605.1\",\n \"capps-20230609.1\",\n \"capps-20230612.1\",\n + \ \"capps-20230613.1\",\n \"capps-20230614.1\",\n \"latest\",\n \"run-dotnet-aspnet-7.0-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.0-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.1-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.2-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.3-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.4-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.5-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.7-cbl-mariner2.0\",\n \"stack-base\",\n \"stack-base-20230118.1\",\n + \ \"stack-base-20230208.1\",\n \"stack-base-20230327.1\",\n \"stack-base-20230403.1\",\n + \ \"stack-base-20230410.1\",\n \"stack-base-20230417.1\",\n \"stack-base-20230420.1\",\n + \ \"stack-base-20230425.1\",\n \"stack-base-20230427.1\",\n \"stack-base-20230501.1\",\n + \ \"stack-base-20230508.1\",\n \"stack-base-20230512.2\",\n \"stack-base-20230512.3\",\n + \ \"stack-base-20230531.1\",\n \"stack-base-20230605.1\",\n \"stack-base-20230609.1\",\n + \ \"stack-base-20230612.1\",\n \"stack-base-20230613.1\",\n \"stack-base-20230614.1\",\n + \ \"stack-build\",\n \"stack-build-20230118.1\",\n \"stack-build-20230208.1\",\n + \ \"stack-build-20230327.1\",\n \"stack-build-20230403.1\",\n \"stack-build-20230410.1\",\n + \ \"stack-build-20230417.1\",\n \"stack-build-20230420.1\",\n \"stack-build-20230425.1\",\n + \ \"stack-build-20230427.1\",\n \"stack-build-20230501.1\",\n \"stack-build-20230508.1\",\n + \ \"stack-build-20230512.2\",\n \"stack-build-20230512.3\",\n \"stack-build-20230531.1\",\n + \ \"stack-build-20230605.1\",\n \"stack-build-20230609.1\",\n \"stack-build-20230612.1\",\n + \ \"stack-build-20230613.1\",\n \"stack-build-20230614.1\",\n \"stack-run\",\n + \ \"stack-run-20230118.1\",\n \"stack-run-20230208.1\",\n \"stack-run-20230327.1\",\n + \ \"stack-run-20230403.1\",\n \"stack-run-20230410.1\",\n \"stack-run-20230417.1\",\n + \ \"stack-run-20230420.1\",\n \"stack-run-20230425.1\",\n \"stack-run-20230427.1\",\n + \ \"stack-run-20230501.1\",\n \"stack-run-20230508.1\",\n \"stack-run-20230512.2\",\n + \ \"stack-run-20230512.3\",\n \"stack-run-20230531.1\",\n \"stack-run-20230605.1\",\n + \ \"stack-run-20230609.1\",\n \"stack-run-20230612.1\",\n \"stack-run-20230613.1\",\n + \ \"stack-run-20230614.1\"\n ]\n}" + headers: + cache-control: + - max-age=300 + content-length: + - '3560' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:17 GMT + etag: + - '0x8DB6DF0AA8552B5' + last-modified: + - Thu, 15 Jun 2023 22:34:22 GMT + x-cache: + - TCP_HIT + x-mcr-privacy: + - https://privacy.microsoft.com/en-us/privacystatement + x-ms-blob-type: + - BlockBlob + x-ms-lease-status: + - unlocked + x-ms-version: + - '2009-09-19' + x-msedge-ref: + - 'Ref A: 054D57011BE94F92AB115B08F20E3449 Ref B: CO1EDGE1914 Ref C: 2023-06-15T22:57:18Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch apply + Connection: + - keep-alive + ParameterSetName: + - -g --environment + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:19 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch apply + Connection: + - keep-alive + ParameterSetName: + - -g --environment + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps?api-version=2023-04-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:31.145333","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:56:53.7337183"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.62.159.106"],"latestRevisionName":"containerapp000002--hq7kvfs","latestReadyRevisionName":"containerapp000002--hq7kvfs","latestRevisionFqdn":"containerapp000002--hq7kvfs.braveground-e0d0a4c4.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"cad26a9af0daacrazurecrio-cad26a9af0daacr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.braveground-e0d0a4c4.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"cad26a9af0daacr.azurecr.io","username":"cad26a9af0daacr","passwordSecretRef":"cad26a9af0daacrazurecrio-cad26a9af0daacr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"cad26a9af0daacr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.1-cbl-mariner2.0","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}]}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2527' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:20 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch apply + Connection: + - keep-alive + ParameterSetName: + - -g --environment + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","name":"env000003","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:54:12.6525211","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:54:12.6525211"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"braveground-e0d0a4c4.eastus.azurecontainerapps.io","staticIp":"20.120.127.251","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"d84045a7-dc73-453f-8596-f4f2bf33f1df","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000003/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1529' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:21 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://mcr.microsoft.com/v2/oryx/builder/tags/list + response: + body: + string: "{\n \"name\": \"oryx/builder\",\n \"tags\": [\n \"20230118.1\",\n + \ \"20230208.1\",\n \"20230327.1\",\n \"20230403.1\",\n \"20230410.1\",\n + \ \"20230417.1\",\n \"20230420.1\",\n \"20230425.1\",\n \"20230427.1\",\n + \ \"20230501.1\",\n \"20230508.1\",\n \"20230512.2\",\n \"20230512.3\",\n + \ \"20230531.1\",\n \"20230605.1\",\n \"20230609.1\",\n \"20230612.1\",\n + \ \"20230613.1\",\n \"20230614.1\",\n \"build-base-dotnet-sdk-7.0-cbl-mariner2.0\",\n + \ \"build-dotnet-sdk-7.0-cbl-mariner2.0\",\n \"builder-dotnet-7.0\",\n + \ \"buildpack\",\n \"buildpack-20230118.1\",\n \"buildpack-20230208.1\",\n + \ \"buildpack-20230403.1\",\n \"buildpack-20230410.1\",\n \"buildpack-20230417.1\",\n + \ \"buildpack-20230420.1\",\n \"buildpack-20230425.1\",\n \"buildpack-20230427.1\",\n + \ \"buildpack-20230501.1\",\n \"buildpack-20230508.1\",\n \"buildpack-20230512.2\",\n + \ \"buildpack-20230512.3\",\n \"buildpack-20230531.1\",\n \"buildpack-20230605.1\",\n + \ \"buildpack-20230609.1\",\n \"buildpack-20230612.1\",\n \"buildpack-20230613.1\",\n + \ \"buildpack-20230614.1\",\n \"buildpack-dotnet-7.0\",\n \"capps\",\n + \ \"capps-20230327.1\",\n \"capps-20230403.1\",\n \"capps-20230410.1\",\n + \ \"capps-20230417.1\",\n \"capps-20230420.1\",\n \"capps-20230425.1\",\n + \ \"capps-20230427.1\",\n \"capps-20230501.1\",\n \"capps-20230508.1\",\n + \ \"capps-20230512.2\",\n \"capps-20230512.3\",\n \"capps-20230531.1\",\n + \ \"capps-20230605.1\",\n \"capps-20230609.1\",\n \"capps-20230612.1\",\n + \ \"capps-20230613.1\",\n \"capps-20230614.1\",\n \"latest\",\n \"run-dotnet-aspnet-7.0-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.0-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.1-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.2-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.3-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.4-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.5-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.7-cbl-mariner2.0\",\n \"stack-base\",\n \"stack-base-20230118.1\",\n + \ \"stack-base-20230208.1\",\n \"stack-base-20230327.1\",\n \"stack-base-20230403.1\",\n + \ \"stack-base-20230410.1\",\n \"stack-base-20230417.1\",\n \"stack-base-20230420.1\",\n + \ \"stack-base-20230425.1\",\n \"stack-base-20230427.1\",\n \"stack-base-20230501.1\",\n + \ \"stack-base-20230508.1\",\n \"stack-base-20230512.2\",\n \"stack-base-20230512.3\",\n + \ \"stack-base-20230531.1\",\n \"stack-base-20230605.1\",\n \"stack-base-20230609.1\",\n + \ \"stack-base-20230612.1\",\n \"stack-base-20230613.1\",\n \"stack-base-20230614.1\",\n + \ \"stack-build\",\n \"stack-build-20230118.1\",\n \"stack-build-20230208.1\",\n + \ \"stack-build-20230327.1\",\n \"stack-build-20230403.1\",\n \"stack-build-20230410.1\",\n + \ \"stack-build-20230417.1\",\n \"stack-build-20230420.1\",\n \"stack-build-20230425.1\",\n + \ \"stack-build-20230427.1\",\n \"stack-build-20230501.1\",\n \"stack-build-20230508.1\",\n + \ \"stack-build-20230512.2\",\n \"stack-build-20230512.3\",\n \"stack-build-20230531.1\",\n + \ \"stack-build-20230605.1\",\n \"stack-build-20230609.1\",\n \"stack-build-20230612.1\",\n + \ \"stack-build-20230613.1\",\n \"stack-build-20230614.1\",\n \"stack-run\",\n + \ \"stack-run-20230118.1\",\n \"stack-run-20230208.1\",\n \"stack-run-20230327.1\",\n + \ \"stack-run-20230403.1\",\n \"stack-run-20230410.1\",\n \"stack-run-20230417.1\",\n + \ \"stack-run-20230420.1\",\n \"stack-run-20230425.1\",\n \"stack-run-20230427.1\",\n + \ \"stack-run-20230501.1\",\n \"stack-run-20230508.1\",\n \"stack-run-20230512.2\",\n + \ \"stack-run-20230512.3\",\n \"stack-run-20230531.1\",\n \"stack-run-20230605.1\",\n + \ \"stack-run-20230609.1\",\n \"stack-run-20230612.1\",\n \"stack-run-20230613.1\",\n + \ \"stack-run-20230614.1\"\n ]\n}" + headers: + cache-control: + - max-age=300 + content-length: + - '3560' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:21 GMT + etag: + - '0x8DB6DF0AA8552B5' + last-modified: + - Thu, 15 Jun 2023 22:34:22 GMT + x-cache: + - TCP_MISS + x-mcr-privacy: + - https://privacy.microsoft.com/en-us/privacystatement + x-ms-blob-type: + - BlockBlob + x-ms-lease-status: + - unlocked + x-ms-version: + - '2009-09-19' + x-msedge-ref: + - 'Ref A: 4B821826E54F46DFBB963B9D32665F83 Ref B: CO1EDGE2414 Ref C: 2023-06-15T22:57:22Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch apply + Connection: + - keep-alive + ParameterSetName: + - -g --environment + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:28 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: + - containerapp patch apply + Connection: + - keep-alive + ParameterSetName: + - -g --environment + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:28 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: + - containerapp patch apply + Connection: + - keep-alive + ParameterSetName: + - -g --environment + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:31.145333","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:56:53.7337183"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.62.159.106"],"latestRevisionName":"containerapp000002--hq7kvfs","latestReadyRevisionName":"containerapp000002--hq7kvfs","latestRevisionFqdn":"containerapp000002--hq7kvfs.braveground-e0d0a4c4.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"cad26a9af0daacrazurecrio-cad26a9af0daacr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.braveground-e0d0a4c4.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"cad26a9af0daacr.azurecr.io","username":"cad26a9af0daacr","passwordSecretRef":"cad26a9af0daacrazurecrio-cad26a9af0daacr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"cad26a9af0daacr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.1-cbl-mariner2.0","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2515' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:29 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"properties": {"template": {"containers": [{"image": "cad26a9af0daacr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0", + "name": "containerapp000002", "resources": {"cpu": 0.5, "memory": "1Gi", "ephemeralStorage": + "2Gi"}}], "revisionSuffix": null}}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch apply + Connection: + - keep-alive + Content-Length: + - '270' + Content-Type: + - application/json + ParameterSetName: + - -g --environment + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:57:30 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/a93f8a8d-73fa-4504-8df7-2131009dfdd8?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '699' + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch apply + Connection: + - keep-alive + ParameterSetName: + - -g --environment + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/a93f8a8d-73fa-4504-8df7-2131009dfdd8?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:57:30 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/a93f8a8d-73fa-4504-8df7-2131009dfdd8?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch apply + Connection: + - keep-alive + ParameterSetName: + - -g --environment + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/a93f8a8d-73fa-4504-8df7-2131009dfdd8?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:31.145333","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:57:29.9515959"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.62.159.106"],"latestRevisionName":"containerapp000002--pjoxse4","latestReadyRevisionName":"containerapp000002--hq7kvfs","latestRevisionFqdn":"containerapp000002--pjoxse4.braveground-e0d0a4c4.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"cad26a9af0daacrazurecrio-cad26a9af0daacr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.braveground-e0d0a4c4.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"cad26a9af0daacr.azurecr.io","username":"cad26a9af0daacr","passwordSecretRef":"cad26a9af0daacrazurecrio-cad26a9af0daacr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"cad26a9af0daacr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2515' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:37 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:31.145333","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:57:29.9515959"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.62.159.106"],"latestRevisionName":"containerapp000002--pjoxse4","latestReadyRevisionName":"containerapp000002--hq7kvfs","latestRevisionFqdn":"containerapp000002--pjoxse4.braveground-e0d0a4c4.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"cad26a9af0daacrazurecrio-cad26a9af0daacr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.braveground-e0d0a4c4.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"cad26a9af0daacr.azurecr.io","username":"cad26a9af0daacr","passwordSecretRef":"cad26a9af0daacrazurecrio-cad26a9af0daacr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"cad26a9af0daacr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2515' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://mcr.microsoft.com/v2/oryx/builder/tags/list + response: + body: + string: "{\n \"name\": \"oryx/builder\",\n \"tags\": [\n \"20230118.1\",\n + \ \"20230208.1\",\n \"20230327.1\",\n \"20230403.1\",\n \"20230410.1\",\n + \ \"20230417.1\",\n \"20230420.1\",\n \"20230425.1\",\n \"20230427.1\",\n + \ \"20230501.1\",\n \"20230508.1\",\n \"20230512.2\",\n \"20230512.3\",\n + \ \"20230531.1\",\n \"20230605.1\",\n \"20230609.1\",\n \"20230612.1\",\n + \ \"20230613.1\",\n \"20230614.1\",\n \"build-base-dotnet-sdk-7.0-cbl-mariner2.0\",\n + \ \"build-dotnet-sdk-7.0-cbl-mariner2.0\",\n \"builder-dotnet-7.0\",\n + \ \"buildpack\",\n \"buildpack-20230118.1\",\n \"buildpack-20230208.1\",\n + \ \"buildpack-20230403.1\",\n \"buildpack-20230410.1\",\n \"buildpack-20230417.1\",\n + \ \"buildpack-20230420.1\",\n \"buildpack-20230425.1\",\n \"buildpack-20230427.1\",\n + \ \"buildpack-20230501.1\",\n \"buildpack-20230508.1\",\n \"buildpack-20230512.2\",\n + \ \"buildpack-20230512.3\",\n \"buildpack-20230531.1\",\n \"buildpack-20230605.1\",\n + \ \"buildpack-20230609.1\",\n \"buildpack-20230612.1\",\n \"buildpack-20230613.1\",\n + \ \"buildpack-20230614.1\",\n \"buildpack-dotnet-7.0\",\n \"capps\",\n + \ \"capps-20230327.1\",\n \"capps-20230403.1\",\n \"capps-20230410.1\",\n + \ \"capps-20230417.1\",\n \"capps-20230420.1\",\n \"capps-20230425.1\",\n + \ \"capps-20230427.1\",\n \"capps-20230501.1\",\n \"capps-20230508.1\",\n + \ \"capps-20230512.2\",\n \"capps-20230512.3\",\n \"capps-20230531.1\",\n + \ \"capps-20230605.1\",\n \"capps-20230609.1\",\n \"capps-20230612.1\",\n + \ \"capps-20230613.1\",\n \"capps-20230614.1\",\n \"latest\",\n \"run-dotnet-aspnet-7.0-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.0-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.1-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.2-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.3-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.4-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.5-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.7-cbl-mariner2.0\",\n \"stack-base\",\n \"stack-base-20230118.1\",\n + \ \"stack-base-20230208.1\",\n \"stack-base-20230327.1\",\n \"stack-base-20230403.1\",\n + \ \"stack-base-20230410.1\",\n \"stack-base-20230417.1\",\n \"stack-base-20230420.1\",\n + \ \"stack-base-20230425.1\",\n \"stack-base-20230427.1\",\n \"stack-base-20230501.1\",\n + \ \"stack-base-20230508.1\",\n \"stack-base-20230512.2\",\n \"stack-base-20230512.3\",\n + \ \"stack-base-20230531.1\",\n \"stack-base-20230605.1\",\n \"stack-base-20230609.1\",\n + \ \"stack-base-20230612.1\",\n \"stack-base-20230613.1\",\n \"stack-base-20230614.1\",\n + \ \"stack-build\",\n \"stack-build-20230118.1\",\n \"stack-build-20230208.1\",\n + \ \"stack-build-20230327.1\",\n \"stack-build-20230403.1\",\n \"stack-build-20230410.1\",\n + \ \"stack-build-20230417.1\",\n \"stack-build-20230420.1\",\n \"stack-build-20230425.1\",\n + \ \"stack-build-20230427.1\",\n \"stack-build-20230501.1\",\n \"stack-build-20230508.1\",\n + \ \"stack-build-20230512.2\",\n \"stack-build-20230512.3\",\n \"stack-build-20230531.1\",\n + \ \"stack-build-20230605.1\",\n \"stack-build-20230609.1\",\n \"stack-build-20230612.1\",\n + \ \"stack-build-20230613.1\",\n \"stack-build-20230614.1\",\n \"stack-run\",\n + \ \"stack-run-20230118.1\",\n \"stack-run-20230208.1\",\n \"stack-run-20230327.1\",\n + \ \"stack-run-20230403.1\",\n \"stack-run-20230410.1\",\n \"stack-run-20230417.1\",\n + \ \"stack-run-20230420.1\",\n \"stack-run-20230425.1\",\n \"stack-run-20230427.1\",\n + \ \"stack-run-20230501.1\",\n \"stack-run-20230508.1\",\n \"stack-run-20230512.2\",\n + \ \"stack-run-20230512.3\",\n \"stack-run-20230531.1\",\n \"stack-run-20230605.1\",\n + \ \"stack-run-20230609.1\",\n \"stack-run-20230612.1\",\n \"stack-run-20230613.1\",\n + \ \"stack-run-20230614.1\"\n ]\n}" + headers: + cache-control: + - max-age=300 + content-length: + - '3560' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:38 GMT + etag: + - '0x8DB6DF0AA8552B5' + last-modified: + - Thu, 15 Jun 2023 22:34:22 GMT + x-cache: + - TCP_HIT + x-mcr-privacy: + - https://privacy.microsoft.com/en-us/privacystatement + x-ms-blob-type: + - BlockBlob + x-ms-lease-status: + - unlocked + x-ms-version: + - '2009-09-19' + x-msedge-ref: + - 'Ref A: 2EBAEE8DBB1B4245A19951717A4A553E Ref B: CO1EDGE2810 Ref C: 2023-06-15T22:57:38Z' + status: + code: 200 + message: OK +version: 1 diff --git a/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_patch_list_and_apply_with_resource_group_e2e.yaml b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_patch_list_and_apply_with_resource_group_e2e.yaml new file mode 100644 index 00000000000..a6d6afe3a80 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_patch_list_and_apply_with_resource_group_e2e.yaml @@ -0,0 +1,7390 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:07 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:07 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:07 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:07 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights?api-version=2022-09-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 + 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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2021-06-01","2021-03-01-privatepreview","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, SystemAssignedResourceIdentity, 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 + East","Korea Central","France Central","Central US","East US 2","East Asia","West + US","South Africa North","North Central US","Brazil South","Switzerland North","Norway + East","Australia Southeast","Australia Central 2","Germany West Central","Switzerland + West","UAE Central","UK West","Brazil Southeast","Japan West","UAE North","Australia + Central","France South","South India","Korea South","Jio India Central","Jio + India West","Qatar Central","Canada East","West US 3","Sweden Central"],"apiVersions":["2019-09-01-preview","2019-09-01"],"capabilities":"SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/operationStatuses","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2023-01-01-preview","2022-10-01","2022-09-01-privatepreview","2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/scopedPrivateLinkProxies","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"workspaces/query","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/metadata","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/dataSources","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/linkedStorageAccounts","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/tables","locations":["East + US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan + East","UK South","Central India","Canada Central","West US 2","Australia East","Australia + Central","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2020-08-01","2020-03-01-preview","2017-04-26-preview"],"capabilities":"None"},{"resourceType":"workspaces/storageInsightConfigs","locations":["East + US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan + East","UK South","Central India","Canada Central","West US 2","Australia East","Australia + Central","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["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":"None"},{"resourceType":"storageInsightConfigs","locations":[],"apiVersions":["2020-08-01","2020-03-01-preview","2014-10-10"],"capabilities":"SupportsExtension"},{"resourceType":"workspaces/linkedServices","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"linkTargets","locations":["East + US"],"apiVersions":["2020-03-01-preview","2015-03-20"],"capabilities":"None"},{"resourceType":"deletedWorkspaces","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2022-10-01","2021-12-01-preview","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","Korea South","Jio India + Central","Jio India West","Qatar Central","Canada East","West US 3","Sweden + Central","South Africa West","Germany North","Poland Central"],"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 + 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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/notifyNetworkSecurityPerimeterUpdatesAvailable","locations":["North + Central US","East US 2 EUAP"],"apiVersions":["2021-10-01"],"defaultApiVersion":"2021-10-01","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '13285' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:08 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights?api-version=2022-09-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 + 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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2021-06-01","2021-03-01-privatepreview","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, SystemAssignedResourceIdentity, 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 + East","Korea Central","France Central","Central US","East US 2","East Asia","West + US","South Africa North","North Central US","Brazil South","Switzerland North","Norway + East","Australia Southeast","Australia Central 2","Germany West Central","Switzerland + West","UAE Central","UK West","Brazil Southeast","Japan West","UAE North","Australia + Central","France South","South India","Korea South","Jio India Central","Jio + India West","Qatar Central","Canada East","West US 3","Sweden Central"],"apiVersions":["2019-09-01-preview","2019-09-01"],"capabilities":"SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/operationStatuses","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2023-01-01-preview","2022-10-01","2022-09-01-privatepreview","2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/scopedPrivateLinkProxies","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"workspaces/query","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/metadata","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/dataSources","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/linkedStorageAccounts","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/tables","locations":["East + US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan + East","UK South","Central India","Canada Central","West US 2","Australia East","Australia + Central","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2020-08-01","2020-03-01-preview","2017-04-26-preview"],"capabilities":"None"},{"resourceType":"workspaces/storageInsightConfigs","locations":["East + US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan + East","UK South","Central India","Canada Central","West US 2","Australia East","Australia + Central","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["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":"None"},{"resourceType":"storageInsightConfigs","locations":[],"apiVersions":["2020-08-01","2020-03-01-preview","2014-10-10"],"capabilities":"SupportsExtension"},{"resourceType":"workspaces/linkedServices","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"linkTargets","locations":["East + US"],"apiVersions":["2020-03-01-preview","2015-03-20"],"capabilities":"None"},{"resourceType":"deletedWorkspaces","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2022-10-01","2021-12-01-preview","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","Korea South","Jio India + Central","Jio India West","Qatar Central","Canada East","West US 3","Sweden + Central","South Africa West","Germany North","Poland Central"],"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 + 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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/notifyNetworkSecurityPerimeterUpdatesAvailable","locations":["North + Central US","East US 2 EUAP"],"apiVersions":["2021-10-01"],"defaultApiVersion":"2021-10-01","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '13285' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:08 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus", "properties": {"publicNetworkAccessForIngestion": + "Enabled", "publicNetworkAccessForQuery": "Enabled"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '126' + Content-Type: + - application/json + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgcccczfud6u5obxpgvpeh6?api-version=2021-12-01-preview + response: + body: + string: '{"properties":{"customerId":"101a2826-0b75-42aa-bc8e-daac2ad0b424","provisioningState":"Creating","sku":{"name":"pergb2018","lastSkuUpdate":"2023-06-15T22:54:10.2332759Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-16T18:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-06-15T22:54:10.2332759Z","modifiedDate":"2023-06-15T22:54:10.2332759Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgcccczfud6u5obxpgvpeh6","name":"workspace-clitestrgcccczfud6u5obxpgvpeh6","type":"Microsoft.OperationalInsights/workspaces"}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2021-12-01-preview + cache-control: + - no-cache + content-length: + - '887' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:10 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgcccczfud6u5obxpgvpeh6?api-version=2021-12-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgcccczfud6u5obxpgvpeh6?api-version=2021-12-01-preview + response: + body: + string: '{"properties":{"customerId":"101a2826-0b75-42aa-bc8e-daac2ad0b424","provisioningState":"Creating","sku":{"name":"pergb2018","lastSkuUpdate":"2023-06-15T22:54:10.2332759Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-16T18:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-06-15T22:54:10.2332759Z","modifiedDate":"2023-06-15T22:54:10.2332759Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgcccczfud6u5obxpgvpeh6","name":"workspace-clitestrgcccczfud6u5obxpgvpeh6","type":"Microsoft.OperationalInsights/workspaces"}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2021-12-01-preview + cache-control: + - no-cache + content-length: + - '887' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:10 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgcccczfud6u5obxpgvpeh6/sharedKeys?api-version=2020-08-01 + response: + body: + string: '{"primarySharedKey":"SnLpYmxzfGxjRLZI7QKbErhsfwB/ccEC1ZpVwi/Uxr/1eEvSrRI5Wh88hHscV9vSRo3X+SGV+y/xHt9T72DHXQ==","secondarySharedKey":"RwdWoQRYvsprVgjbnCFG62K+pRn1ew/fZ81Nq7feCNnHQ+L/FJQpIWQ468egtEL7vb0ZrFZbWWCSZeHP+uln6w=="}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2015-03-20, 2020-08-01, 2020-10-01, 2021-06-01, 2022-10-01 + cache-control: + - no-cache + content-length: + - '223' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:11 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + 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' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus", "tags": null, "properties": {"daprAIInstrumentationKey": + null, "vnetConfiguration": null, "appLogsConfiguration": {"destination": "log-analytics", + "logAnalyticsConfiguration": {"customerId": "101a2826-0b75-42aa-bc8e-daac2ad0b424", + "sharedKey": "SnLpYmxzfGxjRLZI7QKbErhsfwB/ccEC1ZpVwi/Uxr/1eEvSrRI5Wh88hHscV9vSRo3X+SGV+y/xHt9T72DHXQ=="}}, + "customDomainConfiguration": null, "workloadProfiles": null, "zoneRedundant": + false}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '446' + Content-Type: + - application/json + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","name":"env000003","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:54:12.6531477Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:54:12.6531477Z"},"properties":{"provisioningState":"Waiting","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","staticIp":"20.242.224.220","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"101a2826-0b75-42aa-bc8e-daac2ad0b424","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000003/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '1532' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:12 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '99' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:13 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:19 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:21 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:23 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:29 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:32 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:34 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:43 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:47 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:49 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:52 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:57 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:01 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:03 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:08 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:19 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:22 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:24 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"InProgress","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:29 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/72f574b6-67aa-4552-91c5-a398f556c07f","name":"72f574b6-67aa-4552-91c5-a398f556c07f","status":"Succeeded","startTime":"2023-06-15T22:54:13.1188171"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:31 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","name":"env000003","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:54:12.6531477","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:54:12.6531477"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","staticIp":"20.242.224.220","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"101a2826-0b75-42aa-bc8e-daac2ad0b424","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000003/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1532' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:32 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:33 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:33 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","name":"env000003","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:54:12.6531477","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:54:12.6531477"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","staticIp":"20.242.224.220","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"101a2826-0b75-42aa-bc8e-daac2ad0b424","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000003/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1532' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: HEAD + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:55:34 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/managedEnvironments/subscriptions'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '235' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:33 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 + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000002'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:33 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 + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000002'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:34 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: HEAD + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:55:34 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","name":"env000003","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:54:12.6531477","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:54:12.6531477"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","staticIp":"20.242.224.220","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"101a2826-0b75-42aa-bc8e-daac2ad0b424","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000003/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1532' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:35 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000002'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:34 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2022-09-01 + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/snehaparacr","name":"snehaparacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Standard","tier":"Standard"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-04-14T20:27:54.6369396Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T20:28:21.8108179Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca0f675d0f3dacr","name":"ca0f675d0f3dacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"northcentralus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-22T23:11:48.9079431Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T23:11:48.9079431Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca611a05bfaeacr","name":"ca611a05bfaeacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-26T20:04:12.9804664Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T20:04:12.9804664Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca6ff72889e5acr","name":"ca6ff72889e5acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"northcentralus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-26T20:43:12.1866562Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T20:43:12.1866562Z"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '2169' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:35 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:35 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: HEAD + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:55:35 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +- request: + body: '{"location": "eastus", "sku": {"name": "Basic"}, "properties": {"adminUserEnabled": + true, "anonymousPullEnabled": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + Content-Length: + - '121' + Content-Type: + - application/json + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/ca2372e8aa91acr?api-version=2022-02-01-preview + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/ca2372e8aa91acr","name":"ca2372e8aa91acr","location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:37.3388407+00:00","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:37.3388407+00:00"},"properties":{"loginServer":"ca2372e8aa91acr.azurecr.io","creationDate":"2023-06-15T22:55:37.3388407Z","provisioningState":"Creating","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-06-15T22:55:44.2700202+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-06-15T22:55:44.2700202+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - 2022-02-01-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/ca2372e8aa91acr/operationStatuses/registries-bc95b63c-0bcf-11ee-99d3-bce92fa43675?api-version=2022-02-01-preview + cache-control: + - no-cache + content-length: + - '1371' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/ca2372e8aa91acr/operationStatuses/registries-bc95b63c-0bcf-11ee-99d3-bce92fa43675?api-version=2022-02-01-preview + response: + body: + string: '{"status":"Creating"}' + headers: + api-supported-versions: + - 2022-02-01-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/ca2372e8aa91acr/operationStatuses/registries-bc95b63c-0bcf-11ee-99d3-bce92fa43675?api-version=2022-02-01-preview + cache-control: + - no-cache + content-length: + - '21' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:44 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/ca2372e8aa91acr/operationStatuses/registries-bc95b63c-0bcf-11ee-99d3-bce92fa43675?api-version=2022-02-01-preview + response: + body: + string: '{"status":"Succeeded"}' + headers: + api-supported-versions: + - 2022-02-01-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/ca2372e8aa91acr/operationStatuses/registries-bc95b63c-0bcf-11ee-99d3-bce92fa43675?api-version=2022-02-01-preview + cache-control: + - no-cache + content-length: + - '22' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/ca2372e8aa91acr?api-version=2022-02-01-preview + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/ca2372e8aa91acr","name":"ca2372e8aa91acr","location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:37.3388407+00:00","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:37.3388407+00:00"},"properties":{"loginServer":"ca2372e8aa91acr.azurecr.io","creationDate":"2023-06-15T22:55:37.3388407Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-06-15T22:55:44.2700202+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-06-15T22:55:44.2700202+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - 2022-02-01-preview + cache-control: + - no-cache + content-length: + - '1372' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2022-09-01 + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/snehaparacr","name":"snehaparacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Standard","tier":"Standard"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-04-14T20:27:54.6369396Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T20:28:21.8108179Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca0f675d0f3dacr","name":"ca0f675d0f3dacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"northcentralus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-22T23:11:48.9079431Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T23:11:48.9079431Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca611a05bfaeacr","name":"ca611a05bfaeacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-26T20:04:12.9804664Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T20:04:12.9804664Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca6ff72889e5acr","name":"ca6ff72889e5acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"northcentralus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-26T20:43:12.1866562Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T20:43:12.1866562Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/ca2372e8aa91acr","name":"ca2372e8aa91acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:37.3388407Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:37.3388407Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgmyvo7fhnx2dagx53g3rp6varltf2k6nsmpmi6r2so3g5wf2ihxmsjsbojylfqhovj/providers/Microsoft.ContainerRegistry/registries/cad26a9af0daacr","name":"cad26a9af0daacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:42.2440091Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:42.2440091Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgit6wxivcv5oyssw7io5iibldh56cde47trwnyibowlpgazcanbolxxh4eaotv33kj/providers/Microsoft.ContainerRegistry/registries/caa682495126acr","name":"caa682495126acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:44.6638977Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:44.6638977Z"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '3892' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:55 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/ca2372e8aa91acr?api-version=2022-12-01 + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/ca2372e8aa91acr","name":"ca2372e8aa91acr","location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:37.3388407+00:00","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:37.3388407+00:00"},"properties":{"loginServer":"ca2372e8aa91acr.azurecr.io","creationDate":"2023-06-15T22:55:37.3388407Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-06-15T22:55:44.2700202+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-06-15T22:55:44.2700202+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - '2022-12-01' + cache-control: + - no-cache + content-length: + - '1372' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:55 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: + - containerapp up + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/ca2372e8aa91acr/listCredentials?api-version=2022-12-01 + response: + body: + string: '{"username":"ca2372e8aa91acr","passwords":[{"name":"password","value":"RjqHoLFg55iSJkVPqX+qHJTylqDxv7bg9ng8My2u7H+ACRD23vfb"},{"name":"password2","value":"eI+2s9OI6OHPsO6cYBu0TWOPFYYU91sNaHeUolgBBo+ACRCirpz8"}]}' + headers: + api-supported-versions: + - '2022-12-01' + cache-control: + - no-cache + content-length: + - '211' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55: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: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://mcr.microsoft.com/v2/oryx/builder/tags/list + response: + body: + string: "{\n \"name\": \"oryx/builder\",\n \"tags\": [\n \"20230118.1\",\n + \ \"20230208.1\",\n \"20230327.1\",\n \"20230403.1\",\n \"20230410.1\",\n + \ \"20230417.1\",\n \"20230420.1\",\n \"20230425.1\",\n \"20230427.1\",\n + \ \"20230501.1\",\n \"20230508.1\",\n \"20230512.2\",\n \"20230512.3\",\n + \ \"20230531.1\",\n \"20230605.1\",\n \"20230609.1\",\n \"20230612.1\",\n + \ \"20230613.1\",\n \"20230614.1\",\n \"build-base-dotnet-sdk-7.0-cbl-mariner2.0\",\n + \ \"build-dotnet-sdk-7.0-cbl-mariner2.0\",\n \"builder-dotnet-7.0\",\n + \ \"buildpack\",\n \"buildpack-20230118.1\",\n \"buildpack-20230208.1\",\n + \ \"buildpack-20230403.1\",\n \"buildpack-20230410.1\",\n \"buildpack-20230417.1\",\n + \ \"buildpack-20230420.1\",\n \"buildpack-20230425.1\",\n \"buildpack-20230427.1\",\n + \ \"buildpack-20230501.1\",\n \"buildpack-20230508.1\",\n \"buildpack-20230512.2\",\n + \ \"buildpack-20230512.3\",\n \"buildpack-20230531.1\",\n \"buildpack-20230605.1\",\n + \ \"buildpack-20230609.1\",\n \"buildpack-20230612.1\",\n \"buildpack-20230613.1\",\n + \ \"buildpack-20230614.1\",\n \"buildpack-dotnet-7.0\",\n \"capps\",\n + \ \"capps-20230327.1\",\n \"capps-20230403.1\",\n \"capps-20230410.1\",\n + \ \"capps-20230417.1\",\n \"capps-20230420.1\",\n \"capps-20230425.1\",\n + \ \"capps-20230427.1\",\n \"capps-20230501.1\",\n \"capps-20230508.1\",\n + \ \"capps-20230512.2\",\n \"capps-20230512.3\",\n \"capps-20230531.1\",\n + \ \"capps-20230605.1\",\n \"capps-20230609.1\",\n \"capps-20230612.1\",\n + \ \"capps-20230613.1\",\n \"capps-20230614.1\",\n \"latest\",\n \"run-dotnet-aspnet-7.0-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.0-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.1-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.2-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.3-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.4-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.5-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.7-cbl-mariner2.0\",\n \"stack-base\",\n \"stack-base-20230118.1\",\n + \ \"stack-base-20230208.1\",\n \"stack-base-20230327.1\",\n \"stack-base-20230403.1\",\n + \ \"stack-base-20230410.1\",\n \"stack-base-20230417.1\",\n \"stack-base-20230420.1\",\n + \ \"stack-base-20230425.1\",\n \"stack-base-20230427.1\",\n \"stack-base-20230501.1\",\n + \ \"stack-base-20230508.1\",\n \"stack-base-20230512.2\",\n \"stack-base-20230512.3\",\n + \ \"stack-base-20230531.1\",\n \"stack-base-20230605.1\",\n \"stack-base-20230609.1\",\n + \ \"stack-base-20230612.1\",\n \"stack-base-20230613.1\",\n \"stack-base-20230614.1\",\n + \ \"stack-build\",\n \"stack-build-20230118.1\",\n \"stack-build-20230208.1\",\n + \ \"stack-build-20230327.1\",\n \"stack-build-20230403.1\",\n \"stack-build-20230410.1\",\n + \ \"stack-build-20230417.1\",\n \"stack-build-20230420.1\",\n \"stack-build-20230425.1\",\n + \ \"stack-build-20230427.1\",\n \"stack-build-20230501.1\",\n \"stack-build-20230508.1\",\n + \ \"stack-build-20230512.2\",\n \"stack-build-20230512.3\",\n \"stack-build-20230531.1\",\n + \ \"stack-build-20230605.1\",\n \"stack-build-20230609.1\",\n \"stack-build-20230612.1\",\n + \ \"stack-build-20230613.1\",\n \"stack-build-20230614.1\",\n \"stack-run\",\n + \ \"stack-run-20230118.1\",\n \"stack-run-20230208.1\",\n \"stack-run-20230327.1\",\n + \ \"stack-run-20230403.1\",\n \"stack-run-20230410.1\",\n \"stack-run-20230417.1\",\n + \ \"stack-run-20230420.1\",\n \"stack-run-20230425.1\",\n \"stack-run-20230427.1\",\n + \ \"stack-run-20230501.1\",\n \"stack-run-20230508.1\",\n \"stack-run-20230512.2\",\n + \ \"stack-run-20230512.3\",\n \"stack-run-20230531.1\",\n \"stack-run-20230605.1\",\n + \ \"stack-run-20230609.1\",\n \"stack-run-20230612.1\",\n \"stack-run-20230613.1\",\n + \ \"stack-run-20230614.1\"\n ]\n}" + headers: + cache-control: + - max-age=300 + content-length: + - '3560' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:56 GMT + etag: + - '0x8DB6DF0AA8552B5' + last-modified: + - Thu, 15 Jun 2023 22:34:22 GMT + x-cache: + - TCP_HIT + x-mcr-privacy: + - https://privacy.microsoft.com/en-us/privacystatement + x-ms-blob-type: + - BlockBlob + x-ms-lease-status: + - unlocked + x-ms-version: + - '2009-09-19' + x-msedge-ref: + - 'Ref A: 3B380A87C8BA40A1BC8083FBE7F82862 Ref B: CO1EDGE1311 Ref C: 2023-06-15T22:55:57Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://mcr.microsoft.com/v2/oryx/builder/tags/list + response: + body: + string: "{\n \"name\": \"oryx/builder\",\n \"tags\": [\n \"20230118.1\",\n + \ \"20230208.1\",\n \"20230327.1\",\n \"20230403.1\",\n \"20230410.1\",\n + \ \"20230417.1\",\n \"20230420.1\",\n \"20230425.1\",\n \"20230427.1\",\n + \ \"20230501.1\",\n \"20230508.1\",\n \"20230512.2\",\n \"20230512.3\",\n + \ \"20230531.1\",\n \"20230605.1\",\n \"20230609.1\",\n \"20230612.1\",\n + \ \"20230613.1\",\n \"20230614.1\",\n \"build-base-dotnet-sdk-7.0-cbl-mariner2.0\",\n + \ \"build-dotnet-sdk-7.0-cbl-mariner2.0\",\n \"builder-dotnet-7.0\",\n + \ \"buildpack\",\n \"buildpack-20230118.1\",\n \"buildpack-20230208.1\",\n + \ \"buildpack-20230403.1\",\n \"buildpack-20230410.1\",\n \"buildpack-20230417.1\",\n + \ \"buildpack-20230420.1\",\n \"buildpack-20230425.1\",\n \"buildpack-20230427.1\",\n + \ \"buildpack-20230501.1\",\n \"buildpack-20230508.1\",\n \"buildpack-20230512.2\",\n + \ \"buildpack-20230512.3\",\n \"buildpack-20230531.1\",\n \"buildpack-20230605.1\",\n + \ \"buildpack-20230609.1\",\n \"buildpack-20230612.1\",\n \"buildpack-20230613.1\",\n + \ \"buildpack-20230614.1\",\n \"buildpack-dotnet-7.0\",\n \"capps\",\n + \ \"capps-20230327.1\",\n \"capps-20230403.1\",\n \"capps-20230410.1\",\n + \ \"capps-20230417.1\",\n \"capps-20230420.1\",\n \"capps-20230425.1\",\n + \ \"capps-20230427.1\",\n \"capps-20230501.1\",\n \"capps-20230508.1\",\n + \ \"capps-20230512.2\",\n \"capps-20230512.3\",\n \"capps-20230531.1\",\n + \ \"capps-20230605.1\",\n \"capps-20230609.1\",\n \"capps-20230612.1\",\n + \ \"capps-20230613.1\",\n \"capps-20230614.1\",\n \"latest\",\n \"run-dotnet-aspnet-7.0-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.0-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.1-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.2-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.3-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.4-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.5-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.7-cbl-mariner2.0\",\n \"stack-base\",\n \"stack-base-20230118.1\",\n + \ \"stack-base-20230208.1\",\n \"stack-base-20230327.1\",\n \"stack-base-20230403.1\",\n + \ \"stack-base-20230410.1\",\n \"stack-base-20230417.1\",\n \"stack-base-20230420.1\",\n + \ \"stack-base-20230425.1\",\n \"stack-base-20230427.1\",\n \"stack-base-20230501.1\",\n + \ \"stack-base-20230508.1\",\n \"stack-base-20230512.2\",\n \"stack-base-20230512.3\",\n + \ \"stack-base-20230531.1\",\n \"stack-base-20230605.1\",\n \"stack-base-20230609.1\",\n + \ \"stack-base-20230612.1\",\n \"stack-base-20230613.1\",\n \"stack-base-20230614.1\",\n + \ \"stack-build\",\n \"stack-build-20230118.1\",\n \"stack-build-20230208.1\",\n + \ \"stack-build-20230327.1\",\n \"stack-build-20230403.1\",\n \"stack-build-20230410.1\",\n + \ \"stack-build-20230417.1\",\n \"stack-build-20230420.1\",\n \"stack-build-20230425.1\",\n + \ \"stack-build-20230427.1\",\n \"stack-build-20230501.1\",\n \"stack-build-20230508.1\",\n + \ \"stack-build-20230512.2\",\n \"stack-build-20230512.3\",\n \"stack-build-20230531.1\",\n + \ \"stack-build-20230605.1\",\n \"stack-build-20230609.1\",\n \"stack-build-20230612.1\",\n + \ \"stack-build-20230613.1\",\n \"stack-build-20230614.1\",\n \"stack-run\",\n + \ \"stack-run-20230118.1\",\n \"stack-run-20230208.1\",\n \"stack-run-20230327.1\",\n + \ \"stack-run-20230403.1\",\n \"stack-run-20230410.1\",\n \"stack-run-20230417.1\",\n + \ \"stack-run-20230420.1\",\n \"stack-run-20230425.1\",\n \"stack-run-20230427.1\",\n + \ \"stack-run-20230501.1\",\n \"stack-run-20230508.1\",\n \"stack-run-20230512.2\",\n + \ \"stack-run-20230512.3\",\n \"stack-run-20230531.1\",\n \"stack-run-20230605.1\",\n + \ \"stack-run-20230609.1\",\n \"stack-run-20230612.1\",\n \"stack-run-20230613.1\",\n + \ \"stack-run-20230614.1\"\n ]\n}" + headers: + cache-control: + - max-age=300 + content-length: + - '3560' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:56 GMT + etag: + - '0x8DB6DF0AA8552B5' + last-modified: + - Thu, 15 Jun 2023 22:34:22 GMT + x-cache: + - TCP_MISS + x-mcr-privacy: + - https://privacy.microsoft.com/en-us/privacystatement + x-ms-blob-type: + - BlockBlob + x-ms-lease-status: + - unlocked + x-ms-version: + - '2009-09-19' + x-msedge-ref: + - 'Ref A: 9C005268ECE140ECBBD71F187407843A Ref B: WSTEDGE0516 Ref C: 2023-06-15T22:55:57Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2022-09-01 + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/snehaparacr","name":"snehaparacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Standard","tier":"Standard"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-04-14T20:27:54.6369396Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T20:28:21.8108179Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca0f675d0f3dacr","name":"ca0f675d0f3dacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"northcentralus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-22T23:11:48.9079431Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T23:11:48.9079431Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca611a05bfaeacr","name":"ca611a05bfaeacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-26T20:04:12.9804664Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T20:04:12.9804664Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca6ff72889e5acr","name":"ca6ff72889e5acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"northcentralus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-26T20:43:12.1866562Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T20:43:12.1866562Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/ca2372e8aa91acr","name":"ca2372e8aa91acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:37.3388407Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:37.3388407Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgmyvo7fhnx2dagx53g3rp6varltf2k6nsmpmi6r2so3g5wf2ihxmsjsbojylfqhovj/providers/Microsoft.ContainerRegistry/registries/cad26a9af0daacr","name":"cad26a9af0daacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:42.2440091Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:42.2440091Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgit6wxivcv5oyssw7io5iibldh56cde47trwnyibowlpgazcanbolxxh4eaotv33kj/providers/Microsoft.ContainerRegistry/registries/caa682495126acr","name":"caa682495126acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:44.6638977Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:44.6638977Z"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '3892' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:13 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/ca2372e8aa91acr?api-version=2022-02-01-preview + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/ca2372e8aa91acr","name":"ca2372e8aa91acr","location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:37.3388407+00:00","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:37.3388407+00:00"},"properties":{"loginServer":"ca2372e8aa91acr.azurecr.io","creationDate":"2023-06-15T22:55:37.3388407Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-06-15T22:55:44.2700202+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-06-15T22:55:44.2700202+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - 2022-02-01-preview + cache-control: + - no-cache + content-length: + - '1372' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:13 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 + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://ca2372e8aa91acr.azurecr.io/v2/ + response: + body: + string: '{"errors":[{"code":"UNAUTHORIZED","message":"authentication required, + visit https://aka.ms/acr/authorization for more information.","detail":null}]} + + ' + headers: + access-control-expose-headers: + - Docker-Content-Digest + - WWW-Authenticate + - Link + - X-Ms-Correlation-Request-Id + connection: + - keep-alive + content-length: + - '149' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:14 GMT + docker-distribution-api-version: + - registry/2.0 + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + - max-age=31536000; includeSubDomains + www-authenticate: + - Bearer realm="https://ca2372e8aa91acr.azurecr.io/oauth2/token",service="ca2372e8aa91acr.azurecr.io" + x-content-type-options: + - nosniff + status: + code: 401 + message: Unauthorized +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/ca2372e8aa91acr?api-version=2022-02-01-preview + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/ca2372e8aa91acr","name":"ca2372e8aa91acr","location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:37.3388407+00:00","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:37.3388407+00:00"},"properties":{"loginServer":"ca2372e8aa91acr.azurecr.io","creationDate":"2023-06-15T22:55:37.3388407Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-06-15T22:55:44.2700202+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-06-15T22:55:44.2700202+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - 2022-02-01-preview + cache-control: + - no-cache + content-length: + - '1372' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:14 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 + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://ca2372e8aa91acr.azurecr.io/v2/ + response: + body: + string: '{"errors":[{"code":"UNAUTHORIZED","message":"authentication required, + visit https://aka.ms/acr/authorization for more information.","detail":null}]} + + ' + headers: + access-control-expose-headers: + - Docker-Content-Digest + - WWW-Authenticate + - Link + - X-Ms-Correlation-Request-Id + connection: + - keep-alive + content-length: + - '149' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:15 GMT + docker-distribution-api-version: + - registry/2.0 + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + - max-age=31536000; includeSubDomains + www-authenticate: + - Bearer realm="https://ca2372e8aa91acr.azurecr.io/oauth2/token",service="ca2372e8aa91acr.azurecr.io" + x-content-type-options: + - nosniff + status: + code: 401 + message: Unauthorized +- request: + body: grant_type=access_token&service=ca2372e8aa91acr.azurecr.io&tenant=72f988bf-86f1-41af-91ab-2d7cd011db47&access_token=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ii1LSTNROW5OUjdiUm9meG1lWm9YcWJIWkdldyIsImtpZCI6Ii1LSTNROW5OUjdiUm9meG1lWm9YcWJIWkdldyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWF0IjoxNjg2ODY5MzQ2LCJuYmYiOjE2ODY4NjkzNDYsImV4cCI6MTY4Njg3MzY0NywiX2NsYWltX25hbWVzIjp7Imdyb3VwcyI6InNyYzEifSwiX2NsYWltX3NvdXJjZXMiOnsic3JjMSI6eyJlbmRwb2ludCI6Imh0dHBzOi8vZ3JhcGgud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3L3VzZXJzL2YzOTM4ZTg3LThjMjUtNDExZS1hN2E0LTc5ZjMzMDM1Yjk1ZS9nZXRNZW1iZXJPYmplY3RzIn19LCJhY3IiOiIxIiwiYWlvIjoiQVZRQXEvOFRBQUFBblMzb2pNaDFuYnJIVkxBeXhDRFhyZTQrRkg3d3hMMnVFVlV3THR4dlU4MCsrVDRVWUNUbE9wTEx1cDh0MWdXMHMvbnV3Q0EraE5hQUorSmFNWnQzOHN4NWxKQ3ZnZVlubW9kMm9FQm8vY1k9IiwiYW1yIjpbInJzYSIsIm1mYSJdLCJhcHBpZCI6IjA0YjA3Nzk1LThkZGItNDYxYS1iYmVlLTAyZjllMWJmN2I0NiIsImFwcGlkYWNyIjoiMCIsImRldmljZWlkIjoiZDNlODYyMTQtYmZiMy00ODdiLWE3MGItZWMxYTczZDE2YmQ3IiwiZmFtaWx5X25hbWUiOiJQYXJ0aGFzYXJhdGh5IiwiZ2l2ZW5fbmFtZSI6IlNuZWhhIiwiaXBhZGRyIjoiMTY3LjIyMC4yLjEzNyIsIm5hbWUiOiJTbmVoYSBQYXJ0aGFzYXJhdGh5Iiwib2lkIjoiZjM5MzhlODctOGMyNS00MTFlLWE3YTQtNzlmMzMwMzViOTVlIiwib25wcmVtX3NpZCI6IlMtMS01LTIxLTIxMjc1MjExODQtMTYwNDAxMjkyMC0xODg3OTI3NTI3LTU4NDUwNjExIiwicHVpZCI6IjEwMDMyMDAyMDYyRDU2MTAiLCJyaCI6IjAuQVFFQXY0ajVjdkdHcjBHUnF5MTgwQkhiUjBaSWYza0F1dGRQdWtQYXdmajJNQk1hQUFjLiIsInNjcCI6InVzZXJfaW1wZXJzb25hdGlvbiIsInN1YiI6IlVobFRmU3FUQ1JGVTItTVdkM2NEM3JRM2Z2RklkalM5NUpJVkJWY0kwd2siLCJ0aWQiOiI3MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDciLCJ1bmlxdWVfbmFtZSI6InNuZWhhcGFyQG1pY3Jvc29mdC5jb20iLCJ1cG4iOiJzbmVoYXBhckBtaWNyb3NvZnQuY29tIiwidXRpIjoiaXZrT0FTSm1qRWlwTkFuWTc3T2lBQSIsInZlciI6IjEuMCIsIndpZHMiOlsiYjc5ZmJmNGQtM2VmOS00Njg5LTgxNDMtNzZiMTk0ZTg1NTA5Il0sInhtc19jYyI6WyJDUDEiXSwieG1zX3RjZHQiOjEyODkyNDE1NDd9.G0PLxKq377mssk6tRiIY4IpDcLSAgJ1zqT3Ibw9z-WNXEDM6XfQIbXEKTGPxvrDi6YsoSTLOZP24PdoTKITOBfzOvhAqC-dp8XT9CnF9gxwZto-zpGoGU4BH3yz8jQw739W5b5QVK-sFdqJIVozbDNGKfFYzAtQZDDKeCs8iI6Hfvw0Lc7_jVi5b2ZsYFmcLGWhnG0t5CqbRVwS-Gz0cySTSfxQy-_U-4WE3X06LlgpoKQzC-gpzezjT0b4bHP0krjarvqiTFlabPO4JXgBC0utqPwXdTUoNmblSosGxWPAkVLT8ZqDer9EVwV5nkGzbt1_YnnueZcNaAOelIt2HjA + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '2276' + Content-Type: + - application/x-www-form-urlencoded + User-Agent: + - python-requests/2.26.0 + method: POST + uri: https://ca2372e8aa91acr.azurecr.io/oauth2/exchange + response: + body: + string: '{"refresh_token":"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkNPQVU6UERZSDo0SVJYOjM2SEI6TFYzUDpWNFBGOko0NzQ6SzNOSjpPS1JCOlRZQUo6NEc0Szo1Q1NEIn0.eyJqdGkiOiIzNmY1N2JjMS1mZmQ1LTRkZjItYTk4Zi02MWVlY2I3MzkxYTgiLCJzdWIiOiJzbmVoYXBhckBtaWNyb3NvZnQuY29tIiwibmJmIjoxNjg2ODY4ODc1LCJleHAiOjE2ODY4ODA1NzUsImlhdCI6MTY4Njg2ODg3NSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoiY2EyMzcyZThhYTkxYWNyLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiNWQ3ZTkzNzA3ZDFmNDI0OGFiZTNkNTUxYWNlNjg5MmQiLCJncmFudF90eXBlIjoicmVmcmVzaF90b2tlbiIsImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwidGVuYW50IjoiNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3IiwicGVybWlzc2lvbnMiOnsiQWN0aW9ucyI6WyJyZWFkIiwid3JpdGUiLCJkZWxldGUiLCJkZWxldGVkL3JlYWQiLCJkZWxldGVkL3Jlc3RvcmUvYWN0aW9uIl0sIk5vdEFjdGlvbnMiOm51bGx9LCJyb2xlcyI6W119.tmrXOKuhn7XKOZnpAZV9992ABQfDl82c34qECPNgD08Pr0TfUAUa3VvWY54xtAV3efsvZ1a6b_7c-26z3E-w119JoL-QCkoHerdCxgXVB9rYxExJjQEVrcCD-RjXiWlzi2VsO5jBXXS8GaWJRrn8zjCHkDqQNwCukRbr-KcH4Yh0CglZd_6o0eArveGk8UvwlLh_t8FmWFAbcNbCPvlmEeAADQTlM22dLhi6yZ8cfO_FTpGfiLzzvsnAsJt95HGJoNT40Mppt82ycH7A_Bs19Mlsk-KtZhJMoAK7kUpePWIQFY1tBMbT45vb1kNmfvQDP1Vbv8JWnCmM2OzY1K_szA"}' + headers: + connection: + - keep-alive + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:15 GMT + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000002'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:34 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 + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000002'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:35 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:34 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","name":"env000003","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:54:12.6531477","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:54:12.6531477"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","staticIp":"20.242.224.220","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"101a2826-0b75-42aa-bc8e-daac2ad0b424","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000003/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1532' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:36 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"location": "East US", "identity": {"type": "None", "userAssignedIdentities": + null}, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003", + "configuration": {"secrets": [{"name": "ca2372e8aa91acrazurecrio-ca2372e8aa91acr", + "value": "RjqHoLFg55iSJkVPqX+qHJTylqDxv7bg9ng8My2u7H+ACRD23vfb"}], "activeRevisionsMode": + "single", "ingress": {"fqdn": null, "external": true, "targetPort": 8080, "transport": + "auto", "exposedPort": null, "traffic": null, "customDomains": null, "ipSecurityRestrictions": + null, "stickySessions": null}, "dapr": null, "registries": [{"server": "ca2372e8aa91acr.azurecr.io", + "username": "ca2372e8aa91acr", "passwordSecretRef": "ca2372e8aa91acrazurecrio-ca2372e8aa91acr"}], + "service": null}, "template": {"revisionSuffix": null, "containers": [{"image": + "ca2372e8aa91acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0-20230615155558792332", + "name": "containerapp000002", "command": null, "args": null, "env": null, "resources": + null, "volumeMounts": null}], "initContainers": null, "scale": null, "volumes": + null, "serviceBinds": null}, "workloadProfileName": null}, "tags": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + Content-Length: + - '1241' + Content-Type: + - application/json + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:37.566406Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:56:37.566406Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.242.224.49"],"latestRevisionName":"","latestReadyRevisionName":"","latestRevisionFqdn":"","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"ca2372e8aa91acrazurecrio-ca2372e8aa91acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","external":true,"targetPort":8080,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"ca2372e8aa91acr.azurecr.io","username":"ca2372e8aa91acr","passwordSecretRef":"ca2372e8aa91acrazurecrio-ca2372e8aa91acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"ca2372e8aa91acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0-20230615155558792332","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/c53ab25e-73dc-4973-9a3e-db64450565c5?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '2412' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '699' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/c53ab25e-73dc-4973-9a3e-db64450565c5?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/c53ab25e-73dc-4973-9a3e-db64450565c5","name":"c53ab25e-73dc-4973-9a3e-db64450565c5","status":"InProgress","startTime":"2023-06-15T22:56:38.0668604"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/c53ab25e-73dc-4973-9a3e-db64450565c5?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/c53ab25e-73dc-4973-9a3e-db64450565c5","name":"c53ab25e-73dc-4973-9a3e-db64450565c5","status":"InProgress","startTime":"2023-06-15T22:56:38.0668604"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/c53ab25e-73dc-4973-9a3e-db64450565c5?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/c53ab25e-73dc-4973-9a3e-db64450565c5","name":"c53ab25e-73dc-4973-9a3e-db64450565c5","status":"Succeeded","startTime":"2023-06-15T22:56:38.0668604"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '277' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:45 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:37.566406","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:56:37.566406"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.242.224.49"],"latestRevisionName":"containerapp000002--8kwm6ec","latestReadyRevisionName":"containerapp000002--8kwm6ec","latestRevisionFqdn":"containerapp000002--8kwm6ec.wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"ca2372e8aa91acrazurecrio-ca2372e8aa91acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","external":true,"targetPort":8080,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"ca2372e8aa91acr.azurecr.io","username":"ca2372e8aa91acr","passwordSecretRef":"ca2372e8aa91acrazurecrio-ca2372e8aa91acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"ca2372e8aa91acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0-20230615155558792332","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2543' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:45 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:37.566406","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:56:37.566406"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.242.224.49"],"latestRevisionName":"containerapp000002--8kwm6ec","latestReadyRevisionName":"containerapp000002--8kwm6ec","latestRevisionFqdn":"containerapp000002--8kwm6ec.wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"ca2372e8aa91acrazurecrio-ca2372e8aa91acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","external":true,"targetPort":8080,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"ca2372e8aa91acr.azurecr.io","username":"ca2372e8aa91acr","passwordSecretRef":"ca2372e8aa91acrazurecrio-ca2372e8aa91acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"ca2372e8aa91acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0-20230615155558792332","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2543' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:45 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:46 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:37.566406","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:56:37.566406"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.242.224.49"],"latestRevisionName":"containerapp000002--8kwm6ec","latestReadyRevisionName":"containerapp000002--8kwm6ec","latestRevisionFqdn":"containerapp000002--8kwm6ec.wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"ca2372e8aa91acrazurecrio-ca2372e8aa91acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","external":true,"targetPort":8080,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"ca2372e8aa91acr.azurecr.io","username":"ca2372e8aa91acr","passwordSecretRef":"ca2372e8aa91acrazurecrio-ca2372e8aa91acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"ca2372e8aa91acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0-20230615155558792332","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2543' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:47 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: http://containerapp000002.wonderfulgrass-b270dd73.eastus.azurecontainerapps.io/ + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:56:47 GMT + location: + - https://containerapp000002.wonderfulgrass-b270dd73.eastus.azurecontainerapps.io/ + status: + code: 301 + message: Moved Permanently +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://containerapp000002.wonderfulgrass-b270dd73.eastus.azurecontainerapps.io/ + response: + body: + string: "\r\n\r\n\r\n \r\n \r\n Home page - HelloWorldApp\r\n \r\n \r\n + \ \r\n\r\n\r\n + \
\r\n \r\n
\r\n
\r\n + \
\r\n \r\n
\r\n

Hello, world!

\r\n + \

Learn about building + Web apps with ASP.NET Core.

\r\n
\r\n\r\n
\r\n
\r\n\r\n + \
\r\n
\r\n © 2023 - HelloWorldApp + - Privacy\r\n
\r\n
\r\n\r\n + \ \r\n \r\n \r\n\r\n + \ \r\n\r\n" + headers: + content-type: + - text/html; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:52 GMT + server: + - Kestrel + transfer-encoding: + - chunked + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:53 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: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:37.566406","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:56:37.566406"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.242.224.49"],"latestRevisionName":"containerapp000002--8kwm6ec","latestReadyRevisionName":"containerapp000002--8kwm6ec","latestRevisionFqdn":"containerapp000002--8kwm6ec.wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"ca2372e8aa91acrazurecrio-ca2372e8aa91acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","external":true,"targetPort":8080,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"ca2372e8aa91acr.azurecr.io","username":"ca2372e8aa91acr","passwordSecretRef":"ca2372e8aa91acrazurecrio-ca2372e8aa91acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"ca2372e8aa91acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0-20230615155558792332","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2543' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:53 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -n -g --image + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:57 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -n -g --image + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:57 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -n -g --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:37.566406","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:56:37.566406"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.242.224.49"],"latestRevisionName":"containerapp000002--8kwm6ec","latestReadyRevisionName":"containerapp000002--8kwm6ec","latestRevisionFqdn":"containerapp000002--8kwm6ec.wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"ca2372e8aa91acrazurecrio-ca2372e8aa91acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","external":true,"targetPort":8080,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"ca2372e8aa91acr.azurecr.io","username":"ca2372e8aa91acr","passwordSecretRef":"ca2372e8aa91acrazurecrio-ca2372e8aa91acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"ca2372e8aa91acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0-20230615155558792332","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2543' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:58 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"properties": {"template": {"containers": [{"image": "ca2372e8aa91acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.1-cbl-mariner2.0", + "name": "containerapp000002", "resources": {"cpu": 0.5, "memory": "1Gi", "ephemeralStorage": + "2Gi"}}], "revisionSuffix": null}}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + Content-Length: + - '270' + Content-Type: + - application/json + ParameterSetName: + - -n -g --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:56:59 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/fd3696b5-ce1f-4e71-8ae2-bb75d617c35c?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '699' + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -n -g --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/fd3696b5-ce1f-4e71-8ae2-bb75d617c35c?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:57:00 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/fd3696b5-ce1f-4e71-8ae2-bb75d617c35c?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -n -g --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/fd3696b5-ce1f-4e71-8ae2-bb75d617c35c?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:57:05 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/fd3696b5-ce1f-4e71-8ae2-bb75d617c35c?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -n -g --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/fd3696b5-ce1f-4e71-8ae2-bb75d617c35c?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:37.566406","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:56:59.3417319"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.242.224.49"],"latestRevisionName":"containerapp000002--bcxefzm","latestReadyRevisionName":"containerapp000002--bcxefzm","latestRevisionFqdn":"containerapp000002--bcxefzm.wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"ca2372e8aa91acrazurecrio-ca2372e8aa91acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","external":true,"targetPort":8080,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"ca2372e8aa91acr.azurecr.io","username":"ca2372e8aa91acr","passwordSecretRef":"ca2372e8aa91acrazurecrio-ca2372e8aa91acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"ca2372e8aa91acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.1-cbl-mariner2.0","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2523' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:11 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:37.566406","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:56:59.3417319"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.242.224.49"],"latestRevisionName":"containerapp000002--bcxefzm","latestReadyRevisionName":"containerapp000002--bcxefzm","latestRevisionFqdn":"containerapp000002--bcxefzm.wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"ca2372e8aa91acrazurecrio-ca2372e8aa91acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","external":true,"targetPort":8080,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"ca2372e8aa91acr.azurecr.io","username":"ca2372e8aa91acr","passwordSecretRef":"ca2372e8aa91acrazurecrio-ca2372e8aa91acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"ca2372e8aa91acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.1-cbl-mariner2.0","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2523' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:12 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch list + Connection: + - keep-alive + ParameterSetName: + - -g + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:13 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: + - containerapp patch list + Connection: + - keep-alive + ParameterSetName: + - -g + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps?api-version=2023-04-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:37.566406","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:56:59.3417319"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.242.224.49"],"latestRevisionName":"containerapp000002--bcxefzm","latestReadyRevisionName":"containerapp000002--bcxefzm","latestRevisionFqdn":"containerapp000002--bcxefzm.wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"ca2372e8aa91acrazurecrio-ca2372e8aa91acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","external":true,"targetPort":8080,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"ca2372e8aa91acr.azurecr.io","username":"ca2372e8aa91acr","passwordSecretRef":"ca2372e8aa91acrazurecrio-ca2372e8aa91acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"ca2372e8aa91acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.1-cbl-mariner2.0","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}]}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2535' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://mcr.microsoft.com/v2/oryx/builder/tags/list + response: + body: + string: "{\n \"name\": \"oryx/builder\",\n \"tags\": [\n \"20230118.1\",\n + \ \"20230208.1\",\n \"20230327.1\",\n \"20230403.1\",\n \"20230410.1\",\n + \ \"20230417.1\",\n \"20230420.1\",\n \"20230425.1\",\n \"20230427.1\",\n + \ \"20230501.1\",\n \"20230508.1\",\n \"20230512.2\",\n \"20230512.3\",\n + \ \"20230531.1\",\n \"20230605.1\",\n \"20230609.1\",\n \"20230612.1\",\n + \ \"20230613.1\",\n \"20230614.1\",\n \"build-base-dotnet-sdk-7.0-cbl-mariner2.0\",\n + \ \"build-dotnet-sdk-7.0-cbl-mariner2.0\",\n \"builder-dotnet-7.0\",\n + \ \"buildpack\",\n \"buildpack-20230118.1\",\n \"buildpack-20230208.1\",\n + \ \"buildpack-20230403.1\",\n \"buildpack-20230410.1\",\n \"buildpack-20230417.1\",\n + \ \"buildpack-20230420.1\",\n \"buildpack-20230425.1\",\n \"buildpack-20230427.1\",\n + \ \"buildpack-20230501.1\",\n \"buildpack-20230508.1\",\n \"buildpack-20230512.2\",\n + \ \"buildpack-20230512.3\",\n \"buildpack-20230531.1\",\n \"buildpack-20230605.1\",\n + \ \"buildpack-20230609.1\",\n \"buildpack-20230612.1\",\n \"buildpack-20230613.1\",\n + \ \"buildpack-20230614.1\",\n \"buildpack-dotnet-7.0\",\n \"capps\",\n + \ \"capps-20230327.1\",\n \"capps-20230403.1\",\n \"capps-20230410.1\",\n + \ \"capps-20230417.1\",\n \"capps-20230420.1\",\n \"capps-20230425.1\",\n + \ \"capps-20230427.1\",\n \"capps-20230501.1\",\n \"capps-20230508.1\",\n + \ \"capps-20230512.2\",\n \"capps-20230512.3\",\n \"capps-20230531.1\",\n + \ \"capps-20230605.1\",\n \"capps-20230609.1\",\n \"capps-20230612.1\",\n + \ \"capps-20230613.1\",\n \"capps-20230614.1\",\n \"latest\",\n \"run-dotnet-aspnet-7.0-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.0-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.1-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.2-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.3-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.4-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.5-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.7-cbl-mariner2.0\",\n \"stack-base\",\n \"stack-base-20230118.1\",\n + \ \"stack-base-20230208.1\",\n \"stack-base-20230327.1\",\n \"stack-base-20230403.1\",\n + \ \"stack-base-20230410.1\",\n \"stack-base-20230417.1\",\n \"stack-base-20230420.1\",\n + \ \"stack-base-20230425.1\",\n \"stack-base-20230427.1\",\n \"stack-base-20230501.1\",\n + \ \"stack-base-20230508.1\",\n \"stack-base-20230512.2\",\n \"stack-base-20230512.3\",\n + \ \"stack-base-20230531.1\",\n \"stack-base-20230605.1\",\n \"stack-base-20230609.1\",\n + \ \"stack-base-20230612.1\",\n \"stack-base-20230613.1\",\n \"stack-base-20230614.1\",\n + \ \"stack-build\",\n \"stack-build-20230118.1\",\n \"stack-build-20230208.1\",\n + \ \"stack-build-20230327.1\",\n \"stack-build-20230403.1\",\n \"stack-build-20230410.1\",\n + \ \"stack-build-20230417.1\",\n \"stack-build-20230420.1\",\n \"stack-build-20230425.1\",\n + \ \"stack-build-20230427.1\",\n \"stack-build-20230501.1\",\n \"stack-build-20230508.1\",\n + \ \"stack-build-20230512.2\",\n \"stack-build-20230512.3\",\n \"stack-build-20230531.1\",\n + \ \"stack-build-20230605.1\",\n \"stack-build-20230609.1\",\n \"stack-build-20230612.1\",\n + \ \"stack-build-20230613.1\",\n \"stack-build-20230614.1\",\n \"stack-run\",\n + \ \"stack-run-20230118.1\",\n \"stack-run-20230208.1\",\n \"stack-run-20230327.1\",\n + \ \"stack-run-20230403.1\",\n \"stack-run-20230410.1\",\n \"stack-run-20230417.1\",\n + \ \"stack-run-20230420.1\",\n \"stack-run-20230425.1\",\n \"stack-run-20230427.1\",\n + \ \"stack-run-20230501.1\",\n \"stack-run-20230508.1\",\n \"stack-run-20230512.2\",\n + \ \"stack-run-20230512.3\",\n \"stack-run-20230531.1\",\n \"stack-run-20230605.1\",\n + \ \"stack-run-20230609.1\",\n \"stack-run-20230612.1\",\n \"stack-run-20230613.1\",\n + \ \"stack-run-20230614.1\"\n ]\n}" + headers: + cache-control: + - max-age=300 + content-length: + - '3560' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:14 GMT + etag: + - '0x8DB6DF0AA8552B5' + last-modified: + - Thu, 15 Jun 2023 22:34:22 GMT + x-cache: + - TCP_MISS + x-mcr-privacy: + - https://privacy.microsoft.com/en-us/privacystatement + x-ms-blob-type: + - BlockBlob + x-ms-lease-status: + - unlocked + x-ms-version: + - '2009-09-19' + x-msedge-ref: + - 'Ref A: F4BCB1463A9B4C93B3DF23F4F97F4CDC Ref B: WSTEDGE0717 Ref C: 2023-06-15T22:57:15Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://mcr.microsoft.com/v2/oryx/builder/tags/list + response: + body: + string: "{\n \"name\": \"oryx/builder\",\n \"tags\": [\n \"20230118.1\",\n + \ \"20230208.1\",\n \"20230327.1\",\n \"20230403.1\",\n \"20230410.1\",\n + \ \"20230417.1\",\n \"20230420.1\",\n \"20230425.1\",\n \"20230427.1\",\n + \ \"20230501.1\",\n \"20230508.1\",\n \"20230512.2\",\n \"20230512.3\",\n + \ \"20230531.1\",\n \"20230605.1\",\n \"20230609.1\",\n \"20230612.1\",\n + \ \"20230613.1\",\n \"20230614.1\",\n \"build-base-dotnet-sdk-7.0-cbl-mariner2.0\",\n + \ \"build-dotnet-sdk-7.0-cbl-mariner2.0\",\n \"builder-dotnet-7.0\",\n + \ \"buildpack\",\n \"buildpack-20230118.1\",\n \"buildpack-20230208.1\",\n + \ \"buildpack-20230403.1\",\n \"buildpack-20230410.1\",\n \"buildpack-20230417.1\",\n + \ \"buildpack-20230420.1\",\n \"buildpack-20230425.1\",\n \"buildpack-20230427.1\",\n + \ \"buildpack-20230501.1\",\n \"buildpack-20230508.1\",\n \"buildpack-20230512.2\",\n + \ \"buildpack-20230512.3\",\n \"buildpack-20230531.1\",\n \"buildpack-20230605.1\",\n + \ \"buildpack-20230609.1\",\n \"buildpack-20230612.1\",\n \"buildpack-20230613.1\",\n + \ \"buildpack-20230614.1\",\n \"buildpack-dotnet-7.0\",\n \"capps\",\n + \ \"capps-20230327.1\",\n \"capps-20230403.1\",\n \"capps-20230410.1\",\n + \ \"capps-20230417.1\",\n \"capps-20230420.1\",\n \"capps-20230425.1\",\n + \ \"capps-20230427.1\",\n \"capps-20230501.1\",\n \"capps-20230508.1\",\n + \ \"capps-20230512.2\",\n \"capps-20230512.3\",\n \"capps-20230531.1\",\n + \ \"capps-20230605.1\",\n \"capps-20230609.1\",\n \"capps-20230612.1\",\n + \ \"capps-20230613.1\",\n \"capps-20230614.1\",\n \"latest\",\n \"run-dotnet-aspnet-7.0-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.0-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.1-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.2-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.3-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.4-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.5-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.7-cbl-mariner2.0\",\n \"stack-base\",\n \"stack-base-20230118.1\",\n + \ \"stack-base-20230208.1\",\n \"stack-base-20230327.1\",\n \"stack-base-20230403.1\",\n + \ \"stack-base-20230410.1\",\n \"stack-base-20230417.1\",\n \"stack-base-20230420.1\",\n + \ \"stack-base-20230425.1\",\n \"stack-base-20230427.1\",\n \"stack-base-20230501.1\",\n + \ \"stack-base-20230508.1\",\n \"stack-base-20230512.2\",\n \"stack-base-20230512.3\",\n + \ \"stack-base-20230531.1\",\n \"stack-base-20230605.1\",\n \"stack-base-20230609.1\",\n + \ \"stack-base-20230612.1\",\n \"stack-base-20230613.1\",\n \"stack-base-20230614.1\",\n + \ \"stack-build\",\n \"stack-build-20230118.1\",\n \"stack-build-20230208.1\",\n + \ \"stack-build-20230327.1\",\n \"stack-build-20230403.1\",\n \"stack-build-20230410.1\",\n + \ \"stack-build-20230417.1\",\n \"stack-build-20230420.1\",\n \"stack-build-20230425.1\",\n + \ \"stack-build-20230427.1\",\n \"stack-build-20230501.1\",\n \"stack-build-20230508.1\",\n + \ \"stack-build-20230512.2\",\n \"stack-build-20230512.3\",\n \"stack-build-20230531.1\",\n + \ \"stack-build-20230605.1\",\n \"stack-build-20230609.1\",\n \"stack-build-20230612.1\",\n + \ \"stack-build-20230613.1\",\n \"stack-build-20230614.1\",\n \"stack-run\",\n + \ \"stack-run-20230118.1\",\n \"stack-run-20230208.1\",\n \"stack-run-20230327.1\",\n + \ \"stack-run-20230403.1\",\n \"stack-run-20230410.1\",\n \"stack-run-20230417.1\",\n + \ \"stack-run-20230420.1\",\n \"stack-run-20230425.1\",\n \"stack-run-20230427.1\",\n + \ \"stack-run-20230501.1\",\n \"stack-run-20230508.1\",\n \"stack-run-20230512.2\",\n + \ \"stack-run-20230512.3\",\n \"stack-run-20230531.1\",\n \"stack-run-20230605.1\",\n + \ \"stack-run-20230609.1\",\n \"stack-run-20230612.1\",\n \"stack-run-20230613.1\",\n + \ \"stack-run-20230614.1\"\n ]\n}" + headers: + cache-control: + - max-age=300 + content-length: + - '3560' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:15 GMT + etag: + - '0x8DB6DF0AA8552B5' + last-modified: + - Thu, 15 Jun 2023 22:34:22 GMT + x-cache: + - TCP_HIT + x-mcr-privacy: + - https://privacy.microsoft.com/en-us/privacystatement + x-ms-blob-type: + - BlockBlob + x-ms-lease-status: + - unlocked + x-ms-version: + - '2009-09-19' + x-msedge-ref: + - 'Ref A: 054AF4A4DA5D4AE58F3BC73688F3C166 Ref B: WSTEDGE0421 Ref C: 2023-06-15T22:57:15Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch apply + Connection: + - keep-alive + ParameterSetName: + - -g + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57: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: + - containerapp patch apply + Connection: + - keep-alive + ParameterSetName: + - -g + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps?api-version=2023-04-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:37.566406","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:56:59.3417319"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.242.224.49"],"latestRevisionName":"containerapp000002--bcxefzm","latestReadyRevisionName":"containerapp000002--bcxefzm","latestRevisionFqdn":"containerapp000002--bcxefzm.wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"ca2372e8aa91acrazurecrio-ca2372e8aa91acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","external":true,"targetPort":8080,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"ca2372e8aa91acr.azurecr.io","username":"ca2372e8aa91acr","passwordSecretRef":"ca2372e8aa91acrazurecrio-ca2372e8aa91acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"ca2372e8aa91acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.1-cbl-mariner2.0","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}]}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2535' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:17 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://mcr.microsoft.com/v2/oryx/builder/tags/list + response: + body: + string: "{\n \"name\": \"oryx/builder\",\n \"tags\": [\n \"20230118.1\",\n + \ \"20230208.1\",\n \"20230327.1\",\n \"20230403.1\",\n \"20230410.1\",\n + \ \"20230417.1\",\n \"20230420.1\",\n \"20230425.1\",\n \"20230427.1\",\n + \ \"20230501.1\",\n \"20230508.1\",\n \"20230512.2\",\n \"20230512.3\",\n + \ \"20230531.1\",\n \"20230605.1\",\n \"20230609.1\",\n \"20230612.1\",\n + \ \"20230613.1\",\n \"20230614.1\",\n \"build-base-dotnet-sdk-7.0-cbl-mariner2.0\",\n + \ \"build-dotnet-sdk-7.0-cbl-mariner2.0\",\n \"builder-dotnet-7.0\",\n + \ \"buildpack\",\n \"buildpack-20230118.1\",\n \"buildpack-20230208.1\",\n + \ \"buildpack-20230403.1\",\n \"buildpack-20230410.1\",\n \"buildpack-20230417.1\",\n + \ \"buildpack-20230420.1\",\n \"buildpack-20230425.1\",\n \"buildpack-20230427.1\",\n + \ \"buildpack-20230501.1\",\n \"buildpack-20230508.1\",\n \"buildpack-20230512.2\",\n + \ \"buildpack-20230512.3\",\n \"buildpack-20230531.1\",\n \"buildpack-20230605.1\",\n + \ \"buildpack-20230609.1\",\n \"buildpack-20230612.1\",\n \"buildpack-20230613.1\",\n + \ \"buildpack-20230614.1\",\n \"buildpack-dotnet-7.0\",\n \"capps\",\n + \ \"capps-20230327.1\",\n \"capps-20230403.1\",\n \"capps-20230410.1\",\n + \ \"capps-20230417.1\",\n \"capps-20230420.1\",\n \"capps-20230425.1\",\n + \ \"capps-20230427.1\",\n \"capps-20230501.1\",\n \"capps-20230508.1\",\n + \ \"capps-20230512.2\",\n \"capps-20230512.3\",\n \"capps-20230531.1\",\n + \ \"capps-20230605.1\",\n \"capps-20230609.1\",\n \"capps-20230612.1\",\n + \ \"capps-20230613.1\",\n \"capps-20230614.1\",\n \"latest\",\n \"run-dotnet-aspnet-7.0-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.0-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.1-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.2-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.3-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.4-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.5-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.7-cbl-mariner2.0\",\n \"stack-base\",\n \"stack-base-20230118.1\",\n + \ \"stack-base-20230208.1\",\n \"stack-base-20230327.1\",\n \"stack-base-20230403.1\",\n + \ \"stack-base-20230410.1\",\n \"stack-base-20230417.1\",\n \"stack-base-20230420.1\",\n + \ \"stack-base-20230425.1\",\n \"stack-base-20230427.1\",\n \"stack-base-20230501.1\",\n + \ \"stack-base-20230508.1\",\n \"stack-base-20230512.2\",\n \"stack-base-20230512.3\",\n + \ \"stack-base-20230531.1\",\n \"stack-base-20230605.1\",\n \"stack-base-20230609.1\",\n + \ \"stack-base-20230612.1\",\n \"stack-base-20230613.1\",\n \"stack-base-20230614.1\",\n + \ \"stack-build\",\n \"stack-build-20230118.1\",\n \"stack-build-20230208.1\",\n + \ \"stack-build-20230327.1\",\n \"stack-build-20230403.1\",\n \"stack-build-20230410.1\",\n + \ \"stack-build-20230417.1\",\n \"stack-build-20230420.1\",\n \"stack-build-20230425.1\",\n + \ \"stack-build-20230427.1\",\n \"stack-build-20230501.1\",\n \"stack-build-20230508.1\",\n + \ \"stack-build-20230512.2\",\n \"stack-build-20230512.3\",\n \"stack-build-20230531.1\",\n + \ \"stack-build-20230605.1\",\n \"stack-build-20230609.1\",\n \"stack-build-20230612.1\",\n + \ \"stack-build-20230613.1\",\n \"stack-build-20230614.1\",\n \"stack-run\",\n + \ \"stack-run-20230118.1\",\n \"stack-run-20230208.1\",\n \"stack-run-20230327.1\",\n + \ \"stack-run-20230403.1\",\n \"stack-run-20230410.1\",\n \"stack-run-20230417.1\",\n + \ \"stack-run-20230420.1\",\n \"stack-run-20230425.1\",\n \"stack-run-20230427.1\",\n + \ \"stack-run-20230501.1\",\n \"stack-run-20230508.1\",\n \"stack-run-20230512.2\",\n + \ \"stack-run-20230512.3\",\n \"stack-run-20230531.1\",\n \"stack-run-20230605.1\",\n + \ \"stack-run-20230609.1\",\n \"stack-run-20230612.1\",\n \"stack-run-20230613.1\",\n + \ \"stack-run-20230614.1\"\n ]\n}" + headers: + cache-control: + - max-age=300 + content-length: + - '3560' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:17 GMT + etag: + - '0x8DB6DF0AA8552B5' + last-modified: + - Thu, 15 Jun 2023 22:34:22 GMT + x-cache: + - TCP_HIT + x-mcr-privacy: + - https://privacy.microsoft.com/en-us/privacystatement + x-ms-blob-type: + - BlockBlob + x-ms-lease-status: + - unlocked + x-ms-version: + - '2009-09-19' + x-msedge-ref: + - 'Ref A: 1288B5642B734BB6930538B58F79D40F Ref B: WSTEDGE1018 Ref C: 2023-06-15T22:57:18Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch apply + Connection: + - keep-alive + ParameterSetName: + - -g + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:24 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: + - containerapp patch apply + Connection: + - keep-alive + ParameterSetName: + - -g + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:25 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: + - containerapp patch apply + Connection: + - keep-alive + ParameterSetName: + - -g + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:37.566406","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:56:59.3417319"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.242.224.49"],"latestRevisionName":"containerapp000002--bcxefzm","latestReadyRevisionName":"containerapp000002--bcxefzm","latestRevisionFqdn":"containerapp000002--bcxefzm.wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"ca2372e8aa91acrazurecrio-ca2372e8aa91acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","external":true,"targetPort":8080,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"ca2372e8aa91acr.azurecr.io","username":"ca2372e8aa91acr","passwordSecretRef":"ca2372e8aa91acrazurecrio-ca2372e8aa91acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"ca2372e8aa91acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.1-cbl-mariner2.0","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2523' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:25 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"properties": {"template": {"containers": [{"image": "ca2372e8aa91acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0", + "name": "containerapp000002", "resources": {"cpu": 0.5, "memory": "1Gi", "ephemeralStorage": + "2Gi"}}], "revisionSuffix": null}}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch apply + Connection: + - keep-alive + Content-Length: + - '270' + Content-Type: + - application/json + ParameterSetName: + - -g + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:57:25 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/211e659a-124d-42ee-aed2-948acc2408cb?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '698' + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch apply + Connection: + - keep-alive + ParameterSetName: + - -g + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/211e659a-124d-42ee-aed2-948acc2408cb?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:57:26 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/211e659a-124d-42ee-aed2-948acc2408cb?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch apply + Connection: + - keep-alive + ParameterSetName: + - -g + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/211e659a-124d-42ee-aed2-948acc2408cb?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:57:32 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/211e659a-124d-42ee-aed2-948acc2408cb?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch apply + Connection: + - keep-alive + ParameterSetName: + - -g + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/211e659a-124d-42ee-aed2-948acc2408cb?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:37.566406","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:57:26.0922067"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.242.224.49"],"latestRevisionName":"containerapp000002--w93txhd","latestReadyRevisionName":"containerapp000002--w93txhd","latestRevisionFqdn":"containerapp000002--w93txhd.wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"ca2372e8aa91acrazurecrio-ca2372e8aa91acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","external":true,"targetPort":8080,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"ca2372e8aa91acr.azurecr.io","username":"ca2372e8aa91acr","passwordSecretRef":"ca2372e8aa91acrazurecrio-ca2372e8aa91acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"ca2372e8aa91acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2523' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:38 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:37.566406","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:57:26.0922067"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.242.224.49"],"latestRevisionName":"containerapp000002--w93txhd","latestReadyRevisionName":"containerapp000002--w93txhd","latestRevisionFqdn":"containerapp000002--w93txhd.wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"ca2372e8aa91acrazurecrio-ca2372e8aa91acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.wonderfulgrass-b270dd73.eastus.azurecontainerapps.io","external":true,"targetPort":8080,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"ca2372e8aa91acr.azurecr.io","username":"ca2372e8aa91acr","passwordSecretRef":"ca2372e8aa91acrazurecrio-ca2372e8aa91acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"ca2372e8aa91acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2523' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://mcr.microsoft.com/v2/oryx/builder/tags/list + response: + body: + string: "{\n \"name\": \"oryx/builder\",\n \"tags\": [\n \"20230118.1\",\n + \ \"20230208.1\",\n \"20230327.1\",\n \"20230403.1\",\n \"20230410.1\",\n + \ \"20230417.1\",\n \"20230420.1\",\n \"20230425.1\",\n \"20230427.1\",\n + \ \"20230501.1\",\n \"20230508.1\",\n \"20230512.2\",\n \"20230512.3\",\n + \ \"20230531.1\",\n \"20230605.1\",\n \"20230609.1\",\n \"20230612.1\",\n + \ \"20230613.1\",\n \"20230614.1\",\n \"build-base-dotnet-sdk-7.0-cbl-mariner2.0\",\n + \ \"build-dotnet-sdk-7.0-cbl-mariner2.0\",\n \"builder-dotnet-7.0\",\n + \ \"buildpack\",\n \"buildpack-20230118.1\",\n \"buildpack-20230208.1\",\n + \ \"buildpack-20230403.1\",\n \"buildpack-20230410.1\",\n \"buildpack-20230417.1\",\n + \ \"buildpack-20230420.1\",\n \"buildpack-20230425.1\",\n \"buildpack-20230427.1\",\n + \ \"buildpack-20230501.1\",\n \"buildpack-20230508.1\",\n \"buildpack-20230512.2\",\n + \ \"buildpack-20230512.3\",\n \"buildpack-20230531.1\",\n \"buildpack-20230605.1\",\n + \ \"buildpack-20230609.1\",\n \"buildpack-20230612.1\",\n \"buildpack-20230613.1\",\n + \ \"buildpack-20230614.1\",\n \"buildpack-dotnet-7.0\",\n \"capps\",\n + \ \"capps-20230327.1\",\n \"capps-20230403.1\",\n \"capps-20230410.1\",\n + \ \"capps-20230417.1\",\n \"capps-20230420.1\",\n \"capps-20230425.1\",\n + \ \"capps-20230427.1\",\n \"capps-20230501.1\",\n \"capps-20230508.1\",\n + \ \"capps-20230512.2\",\n \"capps-20230512.3\",\n \"capps-20230531.1\",\n + \ \"capps-20230605.1\",\n \"capps-20230609.1\",\n \"capps-20230612.1\",\n + \ \"capps-20230613.1\",\n \"capps-20230614.1\",\n \"latest\",\n \"run-dotnet-aspnet-7.0-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.0-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.1-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.2-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.3-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.4-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.5-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.7-cbl-mariner2.0\",\n \"stack-base\",\n \"stack-base-20230118.1\",\n + \ \"stack-base-20230208.1\",\n \"stack-base-20230327.1\",\n \"stack-base-20230403.1\",\n + \ \"stack-base-20230410.1\",\n \"stack-base-20230417.1\",\n \"stack-base-20230420.1\",\n + \ \"stack-base-20230425.1\",\n \"stack-base-20230427.1\",\n \"stack-base-20230501.1\",\n + \ \"stack-base-20230508.1\",\n \"stack-base-20230512.2\",\n \"stack-base-20230512.3\",\n + \ \"stack-base-20230531.1\",\n \"stack-base-20230605.1\",\n \"stack-base-20230609.1\",\n + \ \"stack-base-20230612.1\",\n \"stack-base-20230613.1\",\n \"stack-base-20230614.1\",\n + \ \"stack-build\",\n \"stack-build-20230118.1\",\n \"stack-build-20230208.1\",\n + \ \"stack-build-20230327.1\",\n \"stack-build-20230403.1\",\n \"stack-build-20230410.1\",\n + \ \"stack-build-20230417.1\",\n \"stack-build-20230420.1\",\n \"stack-build-20230425.1\",\n + \ \"stack-build-20230427.1\",\n \"stack-build-20230501.1\",\n \"stack-build-20230508.1\",\n + \ \"stack-build-20230512.2\",\n \"stack-build-20230512.3\",\n \"stack-build-20230531.1\",\n + \ \"stack-build-20230605.1\",\n \"stack-build-20230609.1\",\n \"stack-build-20230612.1\",\n + \ \"stack-build-20230613.1\",\n \"stack-build-20230614.1\",\n \"stack-run\",\n + \ \"stack-run-20230118.1\",\n \"stack-run-20230208.1\",\n \"stack-run-20230327.1\",\n + \ \"stack-run-20230403.1\",\n \"stack-run-20230410.1\",\n \"stack-run-20230417.1\",\n + \ \"stack-run-20230420.1\",\n \"stack-run-20230425.1\",\n \"stack-run-20230427.1\",\n + \ \"stack-run-20230501.1\",\n \"stack-run-20230508.1\",\n \"stack-run-20230512.2\",\n + \ \"stack-run-20230512.3\",\n \"stack-run-20230531.1\",\n \"stack-run-20230605.1\",\n + \ \"stack-run-20230609.1\",\n \"stack-run-20230612.1\",\n \"stack-run-20230613.1\",\n + \ \"stack-run-20230614.1\"\n ]\n}" + headers: + cache-control: + - max-age=300 + content-length: + - '3560' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:38 GMT + etag: + - '0x8DB6DF0AA8552B5' + last-modified: + - Thu, 15 Jun 2023 22:34:22 GMT + x-cache: + - TCP_HIT + x-mcr-privacy: + - https://privacy.microsoft.com/en-us/privacystatement + x-ms-blob-type: + - BlockBlob + x-ms-lease-status: + - unlocked + x-ms-version: + - '2009-09-19' + x-msedge-ref: + - 'Ref A: 5B3C2DE56A354A40A484B9D6D6D462C7 Ref B: WSTEDGE0919 Ref C: 2023-06-15T22:57:39Z' + status: + code: 200 + message: OK +version: 1 diff --git a/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_patch_list_and_apply_with_show_all_e2e.yaml b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_patch_list_and_apply_with_show_all_e2e.yaml new file mode 100644 index 00000000000..f03bb41b6c7 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_patch_list_and_apply_with_show_all_e2e.yaml @@ -0,0 +1,4971 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:07 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:07 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:07 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:08 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights?api-version=2022-09-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 + 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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2021-06-01","2021-03-01-privatepreview","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, SystemAssignedResourceIdentity, 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 + East","Korea Central","France Central","Central US","East US 2","East Asia","West + US","South Africa North","North Central US","Brazil South","Switzerland North","Norway + East","Australia Southeast","Australia Central 2","Germany West Central","Switzerland + West","UAE Central","UK West","Brazil Southeast","Japan West","UAE North","Australia + Central","France South","South India","Korea South","Jio India Central","Jio + India West","Qatar Central","Canada East","West US 3","Sweden Central"],"apiVersions":["2019-09-01-preview","2019-09-01"],"capabilities":"SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/operationStatuses","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2023-01-01-preview","2022-10-01","2022-09-01-privatepreview","2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/scopedPrivateLinkProxies","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"workspaces/query","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/metadata","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/dataSources","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/linkedStorageAccounts","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/tables","locations":["East + US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan + East","UK South","Central India","Canada Central","West US 2","Australia East","Australia + Central","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2020-08-01","2020-03-01-preview","2017-04-26-preview"],"capabilities":"None"},{"resourceType":"workspaces/storageInsightConfigs","locations":["East + US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan + East","UK South","Central India","Canada Central","West US 2","Australia East","Australia + Central","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["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":"None"},{"resourceType":"storageInsightConfigs","locations":[],"apiVersions":["2020-08-01","2020-03-01-preview","2014-10-10"],"capabilities":"SupportsExtension"},{"resourceType":"workspaces/linkedServices","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"linkTargets","locations":["East + US"],"apiVersions":["2020-03-01-preview","2015-03-20"],"capabilities":"None"},{"resourceType":"deletedWorkspaces","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2022-10-01","2021-12-01-preview","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","Korea South","Jio India + Central","Jio India West","Qatar Central","Canada East","West US 3","Sweden + Central","South Africa West","Germany North","Poland Central"],"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 + 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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/notifyNetworkSecurityPerimeterUpdatesAvailable","locations":["North + Central US","East US 2 EUAP"],"apiVersions":["2021-10-01"],"defaultApiVersion":"2021-10-01","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '13285' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:08 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights?api-version=2022-09-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 + 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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2021-06-01","2021-03-01-privatepreview","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, SystemAssignedResourceIdentity, 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 + East","Korea Central","France Central","Central US","East US 2","East Asia","West + US","South Africa North","North Central US","Brazil South","Switzerland North","Norway + East","Australia Southeast","Australia Central 2","Germany West Central","Switzerland + West","UAE Central","UK West","Brazil Southeast","Japan West","UAE North","Australia + Central","France South","South India","Korea South","Jio India Central","Jio + India West","Qatar Central","Canada East","West US 3","Sweden Central"],"apiVersions":["2019-09-01-preview","2019-09-01"],"capabilities":"SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/operationStatuses","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2023-01-01-preview","2022-10-01","2022-09-01-privatepreview","2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/scopedPrivateLinkProxies","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"workspaces/query","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/metadata","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/dataSources","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/linkedStorageAccounts","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/tables","locations":["East + US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan + East","UK South","Central India","Canada Central","West US 2","Australia East","Australia + Central","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2020-08-01","2020-03-01-preview","2017-04-26-preview"],"capabilities":"None"},{"resourceType":"workspaces/storageInsightConfigs","locations":["East + US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan + East","UK South","Central India","Canada Central","West US 2","Australia East","Australia + Central","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["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":"None"},{"resourceType":"storageInsightConfigs","locations":[],"apiVersions":["2020-08-01","2020-03-01-preview","2014-10-10"],"capabilities":"SupportsExtension"},{"resourceType":"workspaces/linkedServices","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"linkTargets","locations":["East + US"],"apiVersions":["2020-03-01-preview","2015-03-20"],"capabilities":"None"},{"resourceType":"deletedWorkspaces","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2022-10-01","2021-12-01-preview","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","Korea South","Jio India + Central","Jio India West","Qatar Central","Canada East","West US 3","Sweden + Central","South Africa West","Germany North","Poland Central"],"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 + 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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/notifyNetworkSecurityPerimeterUpdatesAvailable","locations":["North + Central US","East US 2 EUAP"],"apiVersions":["2021-10-01"],"defaultApiVersion":"2021-10-01","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '13285' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:08 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus", "properties": {"publicNetworkAccessForIngestion": + "Enabled", "publicNetworkAccessForQuery": "Enabled"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '126' + Content-Type: + - application/json + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgs2zukh7gmzm2qhp4hiink?api-version=2021-12-01-preview + response: + body: + string: '{"properties":{"customerId":"71cbdcde-85e8-45be-b2ad-059a0fde8471","provisioningState":"Creating","sku":{"name":"pergb2018","lastSkuUpdate":"2023-06-15T22:54:10.0725639Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-16T19:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-06-15T22:54:10.0725639Z","modifiedDate":"2023-06-15T22:54:10.0725639Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgs2zukh7gmzm2qhp4hiink","name":"workspace-clitestrgs2zukh7gmzm2qhp4hiink","type":"Microsoft.OperationalInsights/workspaces"}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2021-12-01-preview + cache-control: + - no-cache + content-length: + - '887' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:09 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgs2zukh7gmzm2qhp4hiink?api-version=2021-12-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgs2zukh7gmzm2qhp4hiink?api-version=2021-12-01-preview + response: + body: + string: '{"properties":{"customerId":"71cbdcde-85e8-45be-b2ad-059a0fde8471","provisioningState":"Creating","sku":{"name":"pergb2018","lastSkuUpdate":"2023-06-15T22:54:10.0725639Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-16T19:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-06-15T22:54:10.0725639Z","modifiedDate":"2023-06-15T22:54:10.0725639Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgs2zukh7gmzm2qhp4hiink","name":"workspace-clitestrgs2zukh7gmzm2qhp4hiink","type":"Microsoft.OperationalInsights/workspaces"}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2021-12-01-preview + cache-control: + - no-cache + content-length: + - '887' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:10 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgs2zukh7gmzm2qhp4hiink/sharedKeys?api-version=2020-08-01 + response: + body: + string: '{"primarySharedKey":"fJutO9xQl9Rl94Fr9ZgjH6FiDLsVcV6t07M2lSqyHzS0iqTShF7zve8YnZ8RrtvLG2BeuigeI9iONlnqzKznOg==","secondarySharedKey":"q4HDX1UPU1j7+3jfGbzPUTbTC7GOAzxZ643kkf3pFsfgc0vKnn13Cua0jmIhDyuj923zMMoWFZvFMUbw0zZbog=="}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2015-03-20, 2020-08-01, 2020-10-01, 2021-06-01, 2022-10-01 + cache-control: + - no-cache + content-length: + - '223' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:11 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + 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' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus", "tags": null, "properties": {"daprAIInstrumentationKey": + null, "vnetConfiguration": null, "appLogsConfiguration": {"destination": "log-analytics", + "logAnalyticsConfiguration": {"customerId": "71cbdcde-85e8-45be-b2ad-059a0fde8471", + "sharedKey": "fJutO9xQl9Rl94Fr9ZgjH6FiDLsVcV6t07M2lSqyHzS0iqTShF7zve8YnZ8RrtvLG2BeuigeI9iONlnqzKznOg=="}}, + "customDomainConfiguration": null, "workloadProfiles": null, "zoneRedundant": + false}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '446' + Content-Type: + - application/json + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","name":"env000003","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:54:13.0244654Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:54:13.0244654Z"},"properties":{"provisioningState":"Waiting","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"orangebay-d103e0e2.eastus.azurecontainerapps.io","staticIp":"52.146.71.249","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"71cbdcde-85e8-45be-b2ad-059a0fde8471","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000003/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '1526' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:17 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '98' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"InProgress","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"InProgress","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:21 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"InProgress","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:23 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"InProgress","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"InProgress","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:27 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"InProgress","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:30 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"InProgress","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"InProgress","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:35 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"InProgress","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"InProgress","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"InProgress","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"InProgress","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:45 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"InProgress","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:48 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"InProgress","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:50 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"InProgress","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:53 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"InProgress","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"InProgress","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:57 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"InProgress","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"InProgress","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:03 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"InProgress","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:05 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"InProgress","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:07 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"InProgress","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"InProgress","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:13 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"InProgress","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"InProgress","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"InProgress","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:20 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"InProgress","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:23 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"InProgress","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:25 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/7689ff56-5fdd-4d15-80ad-05f037dd281a","name":"7689ff56-5fdd-4d15-80ad-05f037dd281a","status":"Succeeded","startTime":"2023-06-15T22:54:13.1525094"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:28 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","name":"env000003","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:54:13.0244654","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:54:13.0244654"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"orangebay-d103e0e2.eastus.azurecontainerapps.io","staticIp":"52.146.71.249","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"71cbdcde-85e8-45be-b2ad-059a0fde8471","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000003/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1526' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:28 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:29 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:29 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","name":"env000003","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:54:13.0244654","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:54:13.0244654"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"orangebay-d103e0e2.eastus.azurecontainerapps.io","staticIp":"52.146.71.249","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"71cbdcde-85e8-45be-b2ad-059a0fde8471","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000003/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1526' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:30 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: HEAD + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:55:30 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/managedEnvironments/subscriptions'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '235' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:30 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 + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000002'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:30 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 + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000002'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:30 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: HEAD + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:55:31 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","name":"env000003","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:54:13.0244654","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:54:13.0244654"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"orangebay-d103e0e2.eastus.azurecontainerapps.io","staticIp":"52.146.71.249","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"71cbdcde-85e8-45be-b2ad-059a0fde8471","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000003/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1526' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:32 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000002'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:32 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 + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000002'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:32 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:32 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","name":"env000003","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:54:13.0244654","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:54:13.0244654"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"orangebay-d103e0e2.eastus.azurecontainerapps.io","staticIp":"52.146.71.249","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"71cbdcde-85e8-45be-b2ad-059a0fde8471","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000003/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1526' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:33 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"location": "East US", "identity": {"type": "None", "userAssignedIdentities": + null}, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003", + "configuration": {"secrets": null, "activeRevisionsMode": "single", "ingress": + {"fqdn": null, "external": true, "targetPort": 80, "transport": "auto", "exposedPort": + null, "traffic": null, "customDomains": null, "ipSecurityRestrictions": null, + "stickySessions": null}, "dapr": null, "registries": null, "service": null}, + "template": {"revisionSuffix": null, "containers": [{"image": "mcr.microsoft.com/k8se/quickstart:latest", + "name": "containerapp000002", "command": null, "args": null, "env": null, "resources": + null, "volumeMounts": null}], "initContainers": null, "scale": null, "volumes": + null, "serviceBinds": null}, "workloadProfileName": null}, "tags": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + Content-Length: + - '925' + Content-Type: + - application/json + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:35.2189575Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:35.2189575Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["40.76.162.211"],"latestRevisionName":"","latestReadyRevisionName":"","latestRevisionFqdn":"","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.orangebay-d103e0e2.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/fe2573c9-51bb-4cae-94f0-033e274236aa?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '2150' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '698' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/fe2573c9-51bb-4cae-94f0-033e274236aa?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/fe2573c9-51bb-4cae-94f0-033e274236aa","name":"fe2573c9-51bb-4cae-94f0-033e274236aa","status":"InProgress","startTime":"2023-06-15T22:55:35.5061548"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/fe2573c9-51bb-4cae-94f0-033e274236aa?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/fe2573c9-51bb-4cae-94f0-033e274236aa","name":"fe2573c9-51bb-4cae-94f0-033e274236aa","status":"InProgress","startTime":"2023-06-15T22:55:35.5061548"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/fe2573c9-51bb-4cae-94f0-033e274236aa?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/fe2573c9-51bb-4cae-94f0-033e274236aa","name":"fe2573c9-51bb-4cae-94f0-033e274236aa","status":"InProgress","startTime":"2023-06-15T22:55:35.5061548"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/fe2573c9-51bb-4cae-94f0-033e274236aa?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/fe2573c9-51bb-4cae-94f0-033e274236aa","name":"fe2573c9-51bb-4cae-94f0-033e274236aa","status":"Succeeded","startTime":"2023-06-15T22:55:35.5061548"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '277' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:35.2189575","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:35.2189575"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["40.76.162.211"],"latestRevisionName":"containerapp000002--r68nhmb","latestReadyRevisionName":"containerapp000002--r68nhmb","latestRevisionFqdn":"containerapp000002--r68nhmb.orangebay-d103e0e2.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.orangebay-d103e0e2.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2276' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:45 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:35.2189575","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:35.2189575"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["40.76.162.211"],"latestRevisionName":"containerapp000002--r68nhmb","latestReadyRevisionName":"containerapp000002--r68nhmb","latestRevisionFqdn":"containerapp000002--r68nhmb.orangebay-d103e0e2.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.orangebay-d103e0e2.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2276' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:45 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:46 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:35.2189575","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:35.2189575"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["40.76.162.211"],"latestRevisionName":"containerapp000002--r68nhmb","latestReadyRevisionName":"containerapp000002--r68nhmb","latestRevisionFqdn":"containerapp000002--r68nhmb.orangebay-d103e0e2.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.orangebay-d103e0e2.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2276' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:46 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: http://containerapp000002.orangebay-d103e0e2.eastus.azurecontainerapps.io/ + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:55:47 GMT + location: + - https://containerapp000002.orangebay-d103e0e2.eastus.azurecontainerapps.io/ + status: + code: 301 + message: Moved Permanently +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://containerapp000002.orangebay-d103e0e2.eastus.azurecontainerapps.io/ + response: + body: + string: "\n\n\n\n \n \n \n Azure + Container Apps - Welcome\n \n \n \n \n\n\n\n + \ \n
\n
\n + \
\n
\n
\n\n
\n
\n \n + \
\n
\n + \

Your Azure Container Apps app is + live

\n
\n
\n
\n
\n What's + next?\n
\n
\n
\n
    \n + \
  1. \n Understand + the concepts of revisions and replicas\n\n \n + \ \n \n + \
  2. \n
  3. \n + \ Setup an application deployment pipeline\n + \ \n + \ \n \n + \
  4. \n
  5. \n + \ Monitor and diagnose the state of your app\n + \ \n + \ \n \n\n + \
  6. \n
\n
\n + \
\n
\n
\n + \
\n \n + \
\n
\n
\n
Your current replica is \n containerapp000002--r68nhmb-85bccbf6c-d6t99\n + \ \n in revision + \n containerapp000002--r68nhmb\n \n + \ in the app \n containerapp000002\n + \ \n
\n
\n + \
\n
\n
\n
\n + \ \n \n \n + \ \n \n \n \n + \ \n \n \n \n + \ \n + \ \n \n \n + \ \n \n \n \n \n \n + \ \n + \ \n + \ \n \n + \ \n + \ \n \n \n \n \n + \ \n \n \n \n + \ \n \n \n \n + \ \n \n \n + \ \n \n
\n + \
\n
\n + \
\n \n \n \n\n\n\n" + headers: + content-type: + - text/html; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:48 GMT + transfer-encoding: + - chunked + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch list + Connection: + - keep-alive + ParameterSetName: + - -g --environment --show-all + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55: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: + - containerapp patch list + Connection: + - keep-alive + ParameterSetName: + - -g --environment --show-all + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps?api-version=2023-04-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:35.2189575","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:35.2189575"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["40.76.162.211"],"latestRevisionName":"containerapp000002--r68nhmb","latestReadyRevisionName":"containerapp000002--r68nhmb","latestRevisionFqdn":"containerapp000002--r68nhmb.orangebay-d103e0e2.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.orangebay-d103e0e2.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}]}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2288' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:49 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch list + Connection: + - keep-alive + ParameterSetName: + - -g --environment --show-all + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","name":"env000003","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:54:13.0244654","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:54:13.0244654"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"orangebay-d103e0e2.eastus.azurecontainerapps.io","staticIp":"52.146.71.249","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"71cbdcde-85e8-45be-b2ad-059a0fde8471","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000003/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1526' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:49 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://mcr.microsoft.com/v2/oryx/builder/tags/list + response: + body: + string: "{\n \"name\": \"oryx/builder\",\n \"tags\": [\n \"20230118.1\",\n + \ \"20230208.1\",\n \"20230327.1\",\n \"20230403.1\",\n \"20230410.1\",\n + \ \"20230417.1\",\n \"20230420.1\",\n \"20230425.1\",\n \"20230427.1\",\n + \ \"20230501.1\",\n \"20230508.1\",\n \"20230512.2\",\n \"20230512.3\",\n + \ \"20230531.1\",\n \"20230605.1\",\n \"20230609.1\",\n \"20230612.1\",\n + \ \"20230613.1\",\n \"20230614.1\",\n \"build-base-dotnet-sdk-7.0-cbl-mariner2.0\",\n + \ \"build-dotnet-sdk-7.0-cbl-mariner2.0\",\n \"builder-dotnet-7.0\",\n + \ \"buildpack\",\n \"buildpack-20230118.1\",\n \"buildpack-20230208.1\",\n + \ \"buildpack-20230403.1\",\n \"buildpack-20230410.1\",\n \"buildpack-20230417.1\",\n + \ \"buildpack-20230420.1\",\n \"buildpack-20230425.1\",\n \"buildpack-20230427.1\",\n + \ \"buildpack-20230501.1\",\n \"buildpack-20230508.1\",\n \"buildpack-20230512.2\",\n + \ \"buildpack-20230512.3\",\n \"buildpack-20230531.1\",\n \"buildpack-20230605.1\",\n + \ \"buildpack-20230609.1\",\n \"buildpack-20230612.1\",\n \"buildpack-20230613.1\",\n + \ \"buildpack-20230614.1\",\n \"buildpack-dotnet-7.0\",\n \"capps\",\n + \ \"capps-20230327.1\",\n \"capps-20230403.1\",\n \"capps-20230410.1\",\n + \ \"capps-20230417.1\",\n \"capps-20230420.1\",\n \"capps-20230425.1\",\n + \ \"capps-20230427.1\",\n \"capps-20230501.1\",\n \"capps-20230508.1\",\n + \ \"capps-20230512.2\",\n \"capps-20230512.3\",\n \"capps-20230531.1\",\n + \ \"capps-20230605.1\",\n \"capps-20230609.1\",\n \"capps-20230612.1\",\n + \ \"capps-20230613.1\",\n \"capps-20230614.1\",\n \"latest\",\n \"run-dotnet-aspnet-7.0-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.0-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.1-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.2-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.3-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.4-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.5-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.7-cbl-mariner2.0\",\n \"stack-base\",\n \"stack-base-20230118.1\",\n + \ \"stack-base-20230208.1\",\n \"stack-base-20230327.1\",\n \"stack-base-20230403.1\",\n + \ \"stack-base-20230410.1\",\n \"stack-base-20230417.1\",\n \"stack-base-20230420.1\",\n + \ \"stack-base-20230425.1\",\n \"stack-base-20230427.1\",\n \"stack-base-20230501.1\",\n + \ \"stack-base-20230508.1\",\n \"stack-base-20230512.2\",\n \"stack-base-20230512.3\",\n + \ \"stack-base-20230531.1\",\n \"stack-base-20230605.1\",\n \"stack-base-20230609.1\",\n + \ \"stack-base-20230612.1\",\n \"stack-base-20230613.1\",\n \"stack-base-20230614.1\",\n + \ \"stack-build\",\n \"stack-build-20230118.1\",\n \"stack-build-20230208.1\",\n + \ \"stack-build-20230327.1\",\n \"stack-build-20230403.1\",\n \"stack-build-20230410.1\",\n + \ \"stack-build-20230417.1\",\n \"stack-build-20230420.1\",\n \"stack-build-20230425.1\",\n + \ \"stack-build-20230427.1\",\n \"stack-build-20230501.1\",\n \"stack-build-20230508.1\",\n + \ \"stack-build-20230512.2\",\n \"stack-build-20230512.3\",\n \"stack-build-20230531.1\",\n + \ \"stack-build-20230605.1\",\n \"stack-build-20230609.1\",\n \"stack-build-20230612.1\",\n + \ \"stack-build-20230613.1\",\n \"stack-build-20230614.1\",\n \"stack-run\",\n + \ \"stack-run-20230118.1\",\n \"stack-run-20230208.1\",\n \"stack-run-20230327.1\",\n + \ \"stack-run-20230403.1\",\n \"stack-run-20230410.1\",\n \"stack-run-20230417.1\",\n + \ \"stack-run-20230420.1\",\n \"stack-run-20230425.1\",\n \"stack-run-20230427.1\",\n + \ \"stack-run-20230501.1\",\n \"stack-run-20230508.1\",\n \"stack-run-20230512.2\",\n + \ \"stack-run-20230512.3\",\n \"stack-run-20230531.1\",\n \"stack-run-20230605.1\",\n + \ \"stack-run-20230609.1\",\n \"stack-run-20230612.1\",\n \"stack-run-20230613.1\",\n + \ \"stack-run-20230614.1\"\n ]\n}" + headers: + cache-control: + - max-age=300 + content-length: + - '3560' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:51 GMT + etag: + - '0x8DB6DF0AA8552B5' + last-modified: + - Thu, 15 Jun 2023 22:34:22 GMT + x-cache: + - TCP_MISS + x-mcr-privacy: + - https://privacy.microsoft.com/en-us/privacystatement + x-ms-blob-type: + - BlockBlob + x-ms-lease-status: + - unlocked + x-ms-version: + - '2009-09-19' + x-msedge-ref: + - 'Ref A: 29552477622E4125A43E89BC5D537225 Ref B: CO1EDGE2421 Ref C: 2023-06-15T22:55:51Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch apply + Connection: + - keep-alive + ParameterSetName: + - -g --environment --show-all + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:52 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: + - containerapp patch apply + Connection: + - keep-alive + ParameterSetName: + - -g --environment --show-all + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps?api-version=2023-04-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:35.2189575","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:35.2189575"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["40.76.162.211"],"latestRevisionName":"containerapp000002--r68nhmb","latestReadyRevisionName":"containerapp000002--r68nhmb","latestRevisionFqdn":"containerapp000002--r68nhmb.orangebay-d103e0e2.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.orangebay-d103e0e2.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}]}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2288' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:53 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch apply + Connection: + - keep-alive + ParameterSetName: + - -g --environment --show-all + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","name":"env000003","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:54:13.0244654","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:54:13.0244654"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"orangebay-d103e0e2.eastus.azurecontainerapps.io","staticIp":"52.146.71.249","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"71cbdcde-85e8-45be-b2ad-059a0fde8471","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000003/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1526' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:53 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://mcr.microsoft.com/v2/oryx/builder/tags/list + response: + body: + string: "{\n \"name\": \"oryx/builder\",\n \"tags\": [\n \"20230118.1\",\n + \ \"20230208.1\",\n \"20230327.1\",\n \"20230403.1\",\n \"20230410.1\",\n + \ \"20230417.1\",\n \"20230420.1\",\n \"20230425.1\",\n \"20230427.1\",\n + \ \"20230501.1\",\n \"20230508.1\",\n \"20230512.2\",\n \"20230512.3\",\n + \ \"20230531.1\",\n \"20230605.1\",\n \"20230609.1\",\n \"20230612.1\",\n + \ \"20230613.1\",\n \"20230614.1\",\n \"build-base-dotnet-sdk-7.0-cbl-mariner2.0\",\n + \ \"build-dotnet-sdk-7.0-cbl-mariner2.0\",\n \"builder-dotnet-7.0\",\n + \ \"buildpack\",\n \"buildpack-20230118.1\",\n \"buildpack-20230208.1\",\n + \ \"buildpack-20230403.1\",\n \"buildpack-20230410.1\",\n \"buildpack-20230417.1\",\n + \ \"buildpack-20230420.1\",\n \"buildpack-20230425.1\",\n \"buildpack-20230427.1\",\n + \ \"buildpack-20230501.1\",\n \"buildpack-20230508.1\",\n \"buildpack-20230512.2\",\n + \ \"buildpack-20230512.3\",\n \"buildpack-20230531.1\",\n \"buildpack-20230605.1\",\n + \ \"buildpack-20230609.1\",\n \"buildpack-20230612.1\",\n \"buildpack-20230613.1\",\n + \ \"buildpack-20230614.1\",\n \"buildpack-dotnet-7.0\",\n \"capps\",\n + \ \"capps-20230327.1\",\n \"capps-20230403.1\",\n \"capps-20230410.1\",\n + \ \"capps-20230417.1\",\n \"capps-20230420.1\",\n \"capps-20230425.1\",\n + \ \"capps-20230427.1\",\n \"capps-20230501.1\",\n \"capps-20230508.1\",\n + \ \"capps-20230512.2\",\n \"capps-20230512.3\",\n \"capps-20230531.1\",\n + \ \"capps-20230605.1\",\n \"capps-20230609.1\",\n \"capps-20230612.1\",\n + \ \"capps-20230613.1\",\n \"capps-20230614.1\",\n \"latest\",\n \"run-dotnet-aspnet-7.0-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.0-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.1-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.2-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.3-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.4-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.5-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.7-cbl-mariner2.0\",\n \"stack-base\",\n \"stack-base-20230118.1\",\n + \ \"stack-base-20230208.1\",\n \"stack-base-20230327.1\",\n \"stack-base-20230403.1\",\n + \ \"stack-base-20230410.1\",\n \"stack-base-20230417.1\",\n \"stack-base-20230420.1\",\n + \ \"stack-base-20230425.1\",\n \"stack-base-20230427.1\",\n \"stack-base-20230501.1\",\n + \ \"stack-base-20230508.1\",\n \"stack-base-20230512.2\",\n \"stack-base-20230512.3\",\n + \ \"stack-base-20230531.1\",\n \"stack-base-20230605.1\",\n \"stack-base-20230609.1\",\n + \ \"stack-base-20230612.1\",\n \"stack-base-20230613.1\",\n \"stack-base-20230614.1\",\n + \ \"stack-build\",\n \"stack-build-20230118.1\",\n \"stack-build-20230208.1\",\n + \ \"stack-build-20230327.1\",\n \"stack-build-20230403.1\",\n \"stack-build-20230410.1\",\n + \ \"stack-build-20230417.1\",\n \"stack-build-20230420.1\",\n \"stack-build-20230425.1\",\n + \ \"stack-build-20230427.1\",\n \"stack-build-20230501.1\",\n \"stack-build-20230508.1\",\n + \ \"stack-build-20230512.2\",\n \"stack-build-20230512.3\",\n \"stack-build-20230531.1\",\n + \ \"stack-build-20230605.1\",\n \"stack-build-20230609.1\",\n \"stack-build-20230612.1\",\n + \ \"stack-build-20230613.1\",\n \"stack-build-20230614.1\",\n \"stack-run\",\n + \ \"stack-run-20230118.1\",\n \"stack-run-20230208.1\",\n \"stack-run-20230327.1\",\n + \ \"stack-run-20230403.1\",\n \"stack-run-20230410.1\",\n \"stack-run-20230417.1\",\n + \ \"stack-run-20230420.1\",\n \"stack-run-20230425.1\",\n \"stack-run-20230427.1\",\n + \ \"stack-run-20230501.1\",\n \"stack-run-20230508.1\",\n \"stack-run-20230512.2\",\n + \ \"stack-run-20230512.3\",\n \"stack-run-20230531.1\",\n \"stack-run-20230605.1\",\n + \ \"stack-run-20230609.1\",\n \"stack-run-20230612.1\",\n \"stack-run-20230613.1\",\n + \ \"stack-run-20230614.1\"\n ]\n}" + headers: + cache-control: + - max-age=300 + content-length: + - '3560' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:55 GMT + etag: + - '0x8DB6DF0AA8552B5' + last-modified: + - Thu, 15 Jun 2023 22:34:22 GMT + x-cache: + - TCP_MISS + x-mcr-privacy: + - https://privacy.microsoft.com/en-us/privacystatement + x-ms-blob-type: + - BlockBlob + x-ms-lease-status: + - unlocked + x-ms-version: + - '2009-09-19' + x-msedge-ref: + - 'Ref A: A62279EC9A6C42FF9F1C88B70C18F1BB Ref B: CO1EDGE1320 Ref C: 2023-06-15T22:55:56Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:56 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: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:35.2189575","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:35.2189575"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["40.76.162.211"],"latestRevisionName":"containerapp000002--r68nhmb","latestReadyRevisionName":"containerapp000002--r68nhmb","latestRevisionFqdn":"containerapp000002--r68nhmb.orangebay-d103e0e2.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.orangebay-d103e0e2.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2276' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:57 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +version: 1 diff --git a/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_patch_list_and_apply_without_arguments_e2e.yaml b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_patch_list_and_apply_without_arguments_e2e.yaml new file mode 100644 index 00000000000..f18848c019e --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_patch_list_and_apply_without_arguments_e2e.yaml @@ -0,0 +1,7674 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:08 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:08 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:08 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:08 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights?api-version=2022-09-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 + 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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2021-06-01","2021-03-01-privatepreview","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, SystemAssignedResourceIdentity, 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 + East","Korea Central","France Central","Central US","East US 2","East Asia","West + US","South Africa North","North Central US","Brazil South","Switzerland North","Norway + East","Australia Southeast","Australia Central 2","Germany West Central","Switzerland + West","UAE Central","UK West","Brazil Southeast","Japan West","UAE North","Australia + Central","France South","South India","Korea South","Jio India Central","Jio + India West","Qatar Central","Canada East","West US 3","Sweden Central"],"apiVersions":["2019-09-01-preview","2019-09-01"],"capabilities":"SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/operationStatuses","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2023-01-01-preview","2022-10-01","2022-09-01-privatepreview","2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/scopedPrivateLinkProxies","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"workspaces/query","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/metadata","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/dataSources","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/linkedStorageAccounts","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/tables","locations":["East + US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan + East","UK South","Central India","Canada Central","West US 2","Australia East","Australia + Central","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2020-08-01","2020-03-01-preview","2017-04-26-preview"],"capabilities":"None"},{"resourceType":"workspaces/storageInsightConfigs","locations":["East + US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan + East","UK South","Central India","Canada Central","West US 2","Australia East","Australia + Central","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["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":"None"},{"resourceType":"storageInsightConfigs","locations":[],"apiVersions":["2020-08-01","2020-03-01-preview","2014-10-10"],"capabilities":"SupportsExtension"},{"resourceType":"workspaces/linkedServices","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"linkTargets","locations":["East + US"],"apiVersions":["2020-03-01-preview","2015-03-20"],"capabilities":"None"},{"resourceType":"deletedWorkspaces","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2022-10-01","2021-12-01-preview","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","Korea South","Jio India + Central","Jio India West","Qatar Central","Canada East","West US 3","Sweden + Central","South Africa West","Germany North","Poland Central"],"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 + 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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/notifyNetworkSecurityPerimeterUpdatesAvailable","locations":["North + Central US","East US 2 EUAP"],"apiVersions":["2021-10-01"],"defaultApiVersion":"2021-10-01","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '13285' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:08 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights?api-version=2022-09-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 + 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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2021-06-01","2021-03-01-privatepreview","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, SystemAssignedResourceIdentity, 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 + East","Korea Central","France Central","Central US","East US 2","East Asia","West + US","South Africa North","North Central US","Brazil South","Switzerland North","Norway + East","Australia Southeast","Australia Central 2","Germany West Central","Switzerland + West","UAE Central","UK West","Brazil Southeast","Japan West","UAE North","Australia + Central","France South","South India","Korea South","Jio India Central","Jio + India West","Qatar Central","Canada East","West US 3","Sweden Central"],"apiVersions":["2019-09-01-preview","2019-09-01"],"capabilities":"SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/operationStatuses","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2023-01-01-preview","2022-10-01","2022-09-01-privatepreview","2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/scopedPrivateLinkProxies","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"workspaces/query","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/metadata","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/dataSources","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/linkedStorageAccounts","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/tables","locations":["East + US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan + East","UK South","Central India","Canada Central","West US 2","Australia East","Australia + Central","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2020-08-01","2020-03-01-preview","2017-04-26-preview"],"capabilities":"None"},{"resourceType":"workspaces/storageInsightConfigs","locations":["East + US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan + East","UK South","Central India","Canada Central","West US 2","Australia East","Australia + Central","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["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":"None"},{"resourceType":"storageInsightConfigs","locations":[],"apiVersions":["2020-08-01","2020-03-01-preview","2014-10-10"],"capabilities":"SupportsExtension"},{"resourceType":"workspaces/linkedServices","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"linkTargets","locations":["East + US"],"apiVersions":["2020-03-01-preview","2015-03-20"],"capabilities":"None"},{"resourceType":"deletedWorkspaces","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2022-10-01","2021-12-01-preview","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","Korea South","Jio India + Central","Jio India West","Qatar Central","Canada East","West US 3","Sweden + Central","South Africa West","Germany North","Poland Central"],"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 + 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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/notifyNetworkSecurityPerimeterUpdatesAvailable","locations":["North + Central US","East US 2 EUAP"],"apiVersions":["2021-10-01"],"defaultApiVersion":"2021-10-01","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '13285' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:08 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus", "properties": {"publicNetworkAccessForIngestion": + "Enabled", "publicNetworkAccessForQuery": "Enabled"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '126' + Content-Type: + - application/json + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgit6wxivcv5oyssw7io5ii?api-version=2021-12-01-preview + response: + body: + string: '{"properties":{"customerId":"809c4c2b-b382-42b7-a511-166269bb42f2","provisioningState":"Creating","sku":{"name":"pergb2018","lastSkuUpdate":"2023-06-15T22:54:10.3380916Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-16T20:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-06-15T22:54:10.3380916Z","modifiedDate":"2023-06-15T22:54:10.3380916Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgit6wxivcv5oyssw7io5ii","name":"workspace-clitestrgit6wxivcv5oyssw7io5ii","type":"Microsoft.OperationalInsights/workspaces"}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2021-12-01-preview + cache-control: + - no-cache + content-length: + - '887' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:09 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgit6wxivcv5oyssw7io5ii?api-version=2021-12-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgit6wxivcv5oyssw7io5ii?api-version=2021-12-01-preview + response: + body: + string: '{"properties":{"customerId":"809c4c2b-b382-42b7-a511-166269bb42f2","provisioningState":"Creating","sku":{"name":"pergb2018","lastSkuUpdate":"2023-06-15T22:54:10.3380916Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-16T20:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-06-15T22:54:10.3380916Z","modifiedDate":"2023-06-15T22:54:10.3380916Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgit6wxivcv5oyssw7io5ii","name":"workspace-clitestrgit6wxivcv5oyssw7io5ii","type":"Microsoft.OperationalInsights/workspaces"}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2021-12-01-preview + cache-control: + - no-cache + content-length: + - '887' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:10 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgit6wxivcv5oyssw7io5ii/sharedKeys?api-version=2020-08-01 + response: + body: + string: '{"primarySharedKey":"BfD2EarOAsCVe6lO9gBBc2S8ZbG76hRecAGOxg2cYpWof90laH1Rqd4Pi6FT+cONHmZVCmu2Ls8N8n26Ph96lw==","secondarySharedKey":"cDlb732vGGtFXU+C3/05Q3NKVOLHIcbJzs7G3AiXs+WC6pS10q53fpEqWi3JwZnEodSIrXTdJh7BZOdq/6iSsQ=="}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2015-03-20, 2020-08-01, 2020-10-01, 2021-06-01, 2022-10-01 + cache-control: + - no-cache + content-length: + - '223' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:11 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + 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' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus", "tags": null, "properties": {"daprAIInstrumentationKey": + null, "vnetConfiguration": null, "appLogsConfiguration": {"destination": "log-analytics", + "logAnalyticsConfiguration": {"customerId": "809c4c2b-b382-42b7-a511-166269bb42f2", + "sharedKey": "BfD2EarOAsCVe6lO9gBBc2S8ZbG76hRecAGOxg2cYpWof90laH1Rqd4Pi6FT+cONHmZVCmu2Ls8N8n26Ph96lw=="}}, + "customDomainConfiguration": null, "workloadProfiles": null, "zoneRedundant": + false}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '446' + Content-Type: + - application/json + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","name":"env000003","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:54:12.916628Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:54:12.916628Z"},"properties":{"provisioningState":"Waiting","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"bravetree-e2f50d02.eastus.azurecontainerapps.io","staticIp":"20.241.232.141","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"809c4c2b-b382-42b7-a511-166269bb42f2","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000003/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '1525' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:13 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '99' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:22 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:23 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:27 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:29 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:32 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:34 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:43 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:46 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:49 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:54:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:01 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:03 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:09 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:19 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:21 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:24 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:29 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:32 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"InProgress","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:35 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/4d058595-d232-40aa-aeca-d6273423a411","name":"4d058595-d232-40aa-aeca-d6273423a411","status":"Succeeded","startTime":"2023-06-15T22:54:13.4587254"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","name":"env000003","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:54:12.916628","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:54:12.916628"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"bravetree-e2f50d02.eastus.azurecontainerapps.io","staticIp":"20.241.232.141","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"809c4c2b-b382-42b7-a511-166269bb42f2","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000003/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1525' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:39 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:40 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","name":"env000003","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:54:12.916628","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:54:12.916628"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"bravetree-e2f50d02.eastus.azurecontainerapps.io","staticIp":"20.241.232.141","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"809c4c2b-b382-42b7-a511-166269bb42f2","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000003/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1525' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: HEAD + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:55:40 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/managedEnvironments/subscriptions'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '235' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:41 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000002'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:40 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 + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000002'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:41 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: HEAD + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:55:41 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","name":"env000003","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:54:12.916628","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:54:12.916628"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"bravetree-e2f50d02.eastus.azurecontainerapps.io","staticIp":"20.241.232.141","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"809c4c2b-b382-42b7-a511-166269bb42f2","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000003/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1525' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000002'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:42 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2022-09-01 + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/snehaparacr","name":"snehaparacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Standard","tier":"Standard"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-04-14T20:27:54.6369396Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T20:28:21.8108179Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca0f675d0f3dacr","name":"ca0f675d0f3dacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"northcentralus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-22T23:11:48.9079431Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T23:11:48.9079431Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca611a05bfaeacr","name":"ca611a05bfaeacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-26T20:04:12.9804664Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T20:04:12.9804664Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca6ff72889e5acr","name":"ca6ff72889e5acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"northcentralus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-26T20:43:12.1866562Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T20:43:12.1866562Z"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '2169' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:42 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:42 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: HEAD + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:55:43 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +- request: + body: '{"location": "eastus", "sku": {"name": "Basic"}, "properties": {"adminUserEnabled": + true, "anonymousPullEnabled": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + Content-Length: + - '121' + Content-Type: + - application/json + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caa682495126acr?api-version=2022-02-01-preview + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caa682495126acr","name":"caa682495126acr","location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:44.6638977+00:00","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:44.6638977+00:00"},"properties":{"loginServer":"caa682495126acr.azurecr.io","creationDate":"2023-06-15T22:55:44.6638977Z","provisioningState":"Creating","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-06-15T22:55:51.4456696+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-06-15T22:55:51.4456696+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - 2022-02-01-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caa682495126acr/operationStatuses/registries-c0bc0bf9-0bcf-11ee-86ee-bce92fa43675?api-version=2022-02-01-preview + cache-control: + - no-cache + content-length: + - '1371' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caa682495126acr/operationStatuses/registries-c0bc0bf9-0bcf-11ee-86ee-bce92fa43675?api-version=2022-02-01-preview + response: + body: + string: '{"status":"Succeeded"}' + headers: + api-supported-versions: + - 2022-02-01-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caa682495126acr/operationStatuses/registries-c0bc0bf9-0bcf-11ee-86ee-bce92fa43675?api-version=2022-02-01-preview + cache-control: + - no-cache + content-length: + - '22' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:51 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caa682495126acr?api-version=2022-02-01-preview + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caa682495126acr","name":"caa682495126acr","location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:44.6638977+00:00","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:44.6638977+00:00"},"properties":{"loginServer":"caa682495126acr.azurecr.io","creationDate":"2023-06-15T22:55:44.6638977Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-06-15T22:55:51.4456696+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-06-15T22:55:51.4456696+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - 2022-02-01-preview + cache-control: + - no-cache + content-length: + - '1372' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:51 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2022-09-01 + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/snehaparacr","name":"snehaparacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Standard","tier":"Standard"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-04-14T20:27:54.6369396Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T20:28:21.8108179Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca0f675d0f3dacr","name":"ca0f675d0f3dacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"northcentralus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-22T23:11:48.9079431Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T23:11:48.9079431Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca611a05bfaeacr","name":"ca611a05bfaeacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-26T20:04:12.9804664Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T20:04:12.9804664Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca6ff72889e5acr","name":"ca6ff72889e5acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"northcentralus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-26T20:43:12.1866562Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T20:43:12.1866562Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgcccczfud6u5obxpgvpeh65helaw53izfuitshtqdjau27uqfuye5627rviz65pvvs/providers/Microsoft.ContainerRegistry/registries/ca2372e8aa91acr","name":"ca2372e8aa91acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:37.3388407Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:37.3388407Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgmyvo7fhnx2dagx53g3rp6varltf2k6nsmpmi6r2so3g5wf2ihxmsjsbojylfqhovj/providers/Microsoft.ContainerRegistry/registries/cad26a9af0daacr","name":"cad26a9af0daacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:42.2440091Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:42.2440091Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caa682495126acr","name":"caa682495126acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:44.6638977Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:44.6638977Z"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '3892' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:51 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caa682495126acr?api-version=2022-12-01 + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caa682495126acr","name":"caa682495126acr","location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:44.6638977+00:00","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:44.6638977+00:00"},"properties":{"loginServer":"caa682495126acr.azurecr.io","creationDate":"2023-06-15T22:55:44.6638977Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-06-15T22:55:51.4456696+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-06-15T22:55:51.4456696+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - '2022-12-01' + cache-control: + - no-cache + content-length: + - '1372' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:52 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: + - containerapp up + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caa682495126acr/listCredentials?api-version=2022-12-01 + response: + body: + string: '{"username":"caa682495126acr","passwords":[{"name":"password","value":"DDxLTafDrGVwQcqmiDVUQlq6afbQ0MDDaxL1LI7hTw+ACRAPNfky"},{"name":"password2","value":"FngSCgEYlRy3DANiHh5ajkD7BNcO1m+HQ00cKTTG5x+ACRDQd6l5"}]}' + headers: + api-supported-versions: + - '2022-12-01' + cache-control: + - no-cache + content-length: + - '211' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:55:52 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 + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://mcr.microsoft.com/v2/oryx/builder/tags/list + response: + body: + string: "{\n \"name\": \"oryx/builder\",\n \"tags\": [\n \"20230118.1\",\n + \ \"20230208.1\",\n \"20230327.1\",\n \"20230403.1\",\n \"20230410.1\",\n + \ \"20230417.1\",\n \"20230420.1\",\n \"20230425.1\",\n \"20230427.1\",\n + \ \"20230501.1\",\n \"20230508.1\",\n \"20230512.2\",\n \"20230512.3\",\n + \ \"20230531.1\",\n \"20230605.1\",\n \"20230609.1\",\n \"20230612.1\",\n + \ \"20230613.1\",\n \"20230614.1\",\n \"build-base-dotnet-sdk-7.0-cbl-mariner2.0\",\n + \ \"build-dotnet-sdk-7.0-cbl-mariner2.0\",\n \"builder-dotnet-7.0\",\n + \ \"buildpack\",\n \"buildpack-20230118.1\",\n \"buildpack-20230208.1\",\n + \ \"buildpack-20230403.1\",\n \"buildpack-20230410.1\",\n \"buildpack-20230417.1\",\n + \ \"buildpack-20230420.1\",\n \"buildpack-20230425.1\",\n \"buildpack-20230427.1\",\n + \ \"buildpack-20230501.1\",\n \"buildpack-20230508.1\",\n \"buildpack-20230512.2\",\n + \ \"buildpack-20230512.3\",\n \"buildpack-20230531.1\",\n \"buildpack-20230605.1\",\n + \ \"buildpack-20230609.1\",\n \"buildpack-20230612.1\",\n \"buildpack-20230613.1\",\n + \ \"buildpack-20230614.1\",\n \"buildpack-dotnet-7.0\",\n \"capps\",\n + \ \"capps-20230327.1\",\n \"capps-20230403.1\",\n \"capps-20230410.1\",\n + \ \"capps-20230417.1\",\n \"capps-20230420.1\",\n \"capps-20230425.1\",\n + \ \"capps-20230427.1\",\n \"capps-20230501.1\",\n \"capps-20230508.1\",\n + \ \"capps-20230512.2\",\n \"capps-20230512.3\",\n \"capps-20230531.1\",\n + \ \"capps-20230605.1\",\n \"capps-20230609.1\",\n \"capps-20230612.1\",\n + \ \"capps-20230613.1\",\n \"capps-20230614.1\",\n \"latest\",\n \"run-dotnet-aspnet-7.0-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.0-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.1-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.2-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.3-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.4-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.5-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.7-cbl-mariner2.0\",\n \"stack-base\",\n \"stack-base-20230118.1\",\n + \ \"stack-base-20230208.1\",\n \"stack-base-20230327.1\",\n \"stack-base-20230403.1\",\n + \ \"stack-base-20230410.1\",\n \"stack-base-20230417.1\",\n \"stack-base-20230420.1\",\n + \ \"stack-base-20230425.1\",\n \"stack-base-20230427.1\",\n \"stack-base-20230501.1\",\n + \ \"stack-base-20230508.1\",\n \"stack-base-20230512.2\",\n \"stack-base-20230512.3\",\n + \ \"stack-base-20230531.1\",\n \"stack-base-20230605.1\",\n \"stack-base-20230609.1\",\n + \ \"stack-base-20230612.1\",\n \"stack-base-20230613.1\",\n \"stack-base-20230614.1\",\n + \ \"stack-build\",\n \"stack-build-20230118.1\",\n \"stack-build-20230208.1\",\n + \ \"stack-build-20230327.1\",\n \"stack-build-20230403.1\",\n \"stack-build-20230410.1\",\n + \ \"stack-build-20230417.1\",\n \"stack-build-20230420.1\",\n \"stack-build-20230425.1\",\n + \ \"stack-build-20230427.1\",\n \"stack-build-20230501.1\",\n \"stack-build-20230508.1\",\n + \ \"stack-build-20230512.2\",\n \"stack-build-20230512.3\",\n \"stack-build-20230531.1\",\n + \ \"stack-build-20230605.1\",\n \"stack-build-20230609.1\",\n \"stack-build-20230612.1\",\n + \ \"stack-build-20230613.1\",\n \"stack-build-20230614.1\",\n \"stack-run\",\n + \ \"stack-run-20230118.1\",\n \"stack-run-20230208.1\",\n \"stack-run-20230327.1\",\n + \ \"stack-run-20230403.1\",\n \"stack-run-20230410.1\",\n \"stack-run-20230417.1\",\n + \ \"stack-run-20230420.1\",\n \"stack-run-20230425.1\",\n \"stack-run-20230427.1\",\n + \ \"stack-run-20230501.1\",\n \"stack-run-20230508.1\",\n \"stack-run-20230512.2\",\n + \ \"stack-run-20230512.3\",\n \"stack-run-20230531.1\",\n \"stack-run-20230605.1\",\n + \ \"stack-run-20230609.1\",\n \"stack-run-20230612.1\",\n \"stack-run-20230613.1\",\n + \ \"stack-run-20230614.1\"\n ]\n}" + headers: + cache-control: + - max-age=300 + content-length: + - '3560' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:08 GMT + etag: + - '0x8DB6DF0AA8552B5' + last-modified: + - Thu, 15 Jun 2023 22:34:22 GMT + x-cache: + - TCP_HIT + x-mcr-privacy: + - https://privacy.microsoft.com/en-us/privacystatement + x-ms-blob-type: + - BlockBlob + x-ms-lease-status: + - unlocked + x-ms-version: + - '2009-09-19' + x-msedge-ref: + - 'Ref A: 6B3231F3AFA444819316560310A6AFB4 Ref B: WSTEDGE1014 Ref C: 2023-06-15T22:56:08Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://mcr.microsoft.com/v2/oryx/builder/tags/list + response: + body: + string: "{\n \"name\": \"oryx/builder\",\n \"tags\": [\n \"20230118.1\",\n + \ \"20230208.1\",\n \"20230327.1\",\n \"20230403.1\",\n \"20230410.1\",\n + \ \"20230417.1\",\n \"20230420.1\",\n \"20230425.1\",\n \"20230427.1\",\n + \ \"20230501.1\",\n \"20230508.1\",\n \"20230512.2\",\n \"20230512.3\",\n + \ \"20230531.1\",\n \"20230605.1\",\n \"20230609.1\",\n \"20230612.1\",\n + \ \"20230613.1\",\n \"20230614.1\",\n \"build-base-dotnet-sdk-7.0-cbl-mariner2.0\",\n + \ \"build-dotnet-sdk-7.0-cbl-mariner2.0\",\n \"builder-dotnet-7.0\",\n + \ \"buildpack\",\n \"buildpack-20230118.1\",\n \"buildpack-20230208.1\",\n + \ \"buildpack-20230403.1\",\n \"buildpack-20230410.1\",\n \"buildpack-20230417.1\",\n + \ \"buildpack-20230420.1\",\n \"buildpack-20230425.1\",\n \"buildpack-20230427.1\",\n + \ \"buildpack-20230501.1\",\n \"buildpack-20230508.1\",\n \"buildpack-20230512.2\",\n + \ \"buildpack-20230512.3\",\n \"buildpack-20230531.1\",\n \"buildpack-20230605.1\",\n + \ \"buildpack-20230609.1\",\n \"buildpack-20230612.1\",\n \"buildpack-20230613.1\",\n + \ \"buildpack-20230614.1\",\n \"buildpack-dotnet-7.0\",\n \"capps\",\n + \ \"capps-20230327.1\",\n \"capps-20230403.1\",\n \"capps-20230410.1\",\n + \ \"capps-20230417.1\",\n \"capps-20230420.1\",\n \"capps-20230425.1\",\n + \ \"capps-20230427.1\",\n \"capps-20230501.1\",\n \"capps-20230508.1\",\n + \ \"capps-20230512.2\",\n \"capps-20230512.3\",\n \"capps-20230531.1\",\n + \ \"capps-20230605.1\",\n \"capps-20230609.1\",\n \"capps-20230612.1\",\n + \ \"capps-20230613.1\",\n \"capps-20230614.1\",\n \"latest\",\n \"run-dotnet-aspnet-7.0-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.0-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.1-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.2-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.3-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.4-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.5-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.7-cbl-mariner2.0\",\n \"stack-base\",\n \"stack-base-20230118.1\",\n + \ \"stack-base-20230208.1\",\n \"stack-base-20230327.1\",\n \"stack-base-20230403.1\",\n + \ \"stack-base-20230410.1\",\n \"stack-base-20230417.1\",\n \"stack-base-20230420.1\",\n + \ \"stack-base-20230425.1\",\n \"stack-base-20230427.1\",\n \"stack-base-20230501.1\",\n + \ \"stack-base-20230508.1\",\n \"stack-base-20230512.2\",\n \"stack-base-20230512.3\",\n + \ \"stack-base-20230531.1\",\n \"stack-base-20230605.1\",\n \"stack-base-20230609.1\",\n + \ \"stack-base-20230612.1\",\n \"stack-base-20230613.1\",\n \"stack-base-20230614.1\",\n + \ \"stack-build\",\n \"stack-build-20230118.1\",\n \"stack-build-20230208.1\",\n + \ \"stack-build-20230327.1\",\n \"stack-build-20230403.1\",\n \"stack-build-20230410.1\",\n + \ \"stack-build-20230417.1\",\n \"stack-build-20230420.1\",\n \"stack-build-20230425.1\",\n + \ \"stack-build-20230427.1\",\n \"stack-build-20230501.1\",\n \"stack-build-20230508.1\",\n + \ \"stack-build-20230512.2\",\n \"stack-build-20230512.3\",\n \"stack-build-20230531.1\",\n + \ \"stack-build-20230605.1\",\n \"stack-build-20230609.1\",\n \"stack-build-20230612.1\",\n + \ \"stack-build-20230613.1\",\n \"stack-build-20230614.1\",\n \"stack-run\",\n + \ \"stack-run-20230118.1\",\n \"stack-run-20230208.1\",\n \"stack-run-20230327.1\",\n + \ \"stack-run-20230403.1\",\n \"stack-run-20230410.1\",\n \"stack-run-20230417.1\",\n + \ \"stack-run-20230420.1\",\n \"stack-run-20230425.1\",\n \"stack-run-20230427.1\",\n + \ \"stack-run-20230501.1\",\n \"stack-run-20230508.1\",\n \"stack-run-20230512.2\",\n + \ \"stack-run-20230512.3\",\n \"stack-run-20230531.1\",\n \"stack-run-20230605.1\",\n + \ \"stack-run-20230609.1\",\n \"stack-run-20230612.1\",\n \"stack-run-20230613.1\",\n + \ \"stack-run-20230614.1\"\n ]\n}" + headers: + cache-control: + - max-age=300 + content-length: + - '3560' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:09 GMT + etag: + - '0x8DB6DF0AA8552B5' + last-modified: + - Thu, 15 Jun 2023 22:34:22 GMT + x-cache: + - TCP_MISS + x-mcr-privacy: + - https://privacy.microsoft.com/en-us/privacystatement + x-ms-blob-type: + - BlockBlob + x-ms-lease-status: + - unlocked + x-ms-version: + - '2009-09-19' + x-msedge-ref: + - 'Ref A: B2F83B7E94484F5C9F2E8A5FFFD9DDDB Ref B: CO1EDGE2014 Ref C: 2023-06-15T22:56:10Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2022-09-01 + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/snehaparacr","name":"snehaparacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Standard","tier":"Standard"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-04-14T20:27:54.6369396Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T20:28:21.8108179Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca0f675d0f3dacr","name":"ca0f675d0f3dacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"northcentralus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-22T23:11:48.9079431Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T23:11:48.9079431Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca611a05bfaeacr","name":"ca611a05bfaeacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-26T20:04:12.9804664Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T20:04:12.9804664Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca6ff72889e5acr","name":"ca6ff72889e5acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"northcentralus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-26T20:43:12.1866562Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T20:43:12.1866562Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgcccczfud6u5obxpgvpeh65helaw53izfuitshtqdjau27uqfuye5627rviz65pvvs/providers/Microsoft.ContainerRegistry/registries/ca2372e8aa91acr","name":"ca2372e8aa91acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:37.3388407Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:37.3388407Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgmyvo7fhnx2dagx53g3rp6varltf2k6nsmpmi6r2so3g5wf2ihxmsjsbojylfqhovj/providers/Microsoft.ContainerRegistry/registries/cad26a9af0daacr","name":"cad26a9af0daacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:42.2440091Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:42.2440091Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caa682495126acr","name":"caa682495126acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:44.6638977Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:44.6638977Z"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '3892' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:28 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caa682495126acr?api-version=2022-02-01-preview + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caa682495126acr","name":"caa682495126acr","location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:44.6638977+00:00","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:44.6638977+00:00"},"properties":{"loginServer":"caa682495126acr.azurecr.io","creationDate":"2023-06-15T22:55:44.6638977Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-06-15T22:55:51.4456696+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-06-15T22:55:51.4456696+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - 2022-02-01-preview + cache-control: + - no-cache + content-length: + - '1372' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:28 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 + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://caa682495126acr.azurecr.io/v2/ + response: + body: + string: '{"errors":[{"code":"UNAUTHORIZED","message":"authentication required, + visit https://aka.ms/acr/authorization for more information.","detail":null}]} + + ' + headers: + access-control-expose-headers: + - Docker-Content-Digest + - WWW-Authenticate + - Link + - X-Ms-Correlation-Request-Id + connection: + - keep-alive + content-length: + - '149' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:29 GMT + docker-distribution-api-version: + - registry/2.0 + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + - max-age=31536000; includeSubDomains + www-authenticate: + - Bearer realm="https://caa682495126acr.azurecr.io/oauth2/token",service="caa682495126acr.azurecr.io" + x-content-type-options: + - nosniff + status: + code: 401 + message: Unauthorized +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caa682495126acr?api-version=2022-02-01-preview + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caa682495126acr","name":"caa682495126acr","location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:55:44.6638977+00:00","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:55:44.6638977+00:00"},"properties":{"loginServer":"caa682495126acr.azurecr.io","creationDate":"2023-06-15T22:55:44.6638977Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-06-15T22:55:51.4456696+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-06-15T22:55:51.4456696+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - 2022-02-01-preview + cache-control: + - no-cache + content-length: + - '1372' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:29 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 + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://caa682495126acr.azurecr.io/v2/ + response: + body: + string: '{"errors":[{"code":"UNAUTHORIZED","message":"authentication required, + visit https://aka.ms/acr/authorization for more information.","detail":null}]} + + ' + headers: + access-control-expose-headers: + - Docker-Content-Digest + - WWW-Authenticate + - Link + - X-Ms-Correlation-Request-Id + connection: + - keep-alive + content-length: + - '149' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:30 GMT + docker-distribution-api-version: + - registry/2.0 + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + - max-age=31536000; includeSubDomains + www-authenticate: + - Bearer realm="https://caa682495126acr.azurecr.io/oauth2/token",service="caa682495126acr.azurecr.io" + x-content-type-options: + - nosniff + status: + code: 401 + message: Unauthorized +- request: + body: grant_type=access_token&service=caa682495126acr.azurecr.io&tenant=72f988bf-86f1-41af-91ab-2d7cd011db47&access_token=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ii1LSTNROW5OUjdiUm9meG1lWm9YcWJIWkdldyIsImtpZCI6Ii1LSTNROW5OUjdiUm9meG1lWm9YcWJIWkdldyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWF0IjoxNjg2ODY5MzQ2LCJuYmYiOjE2ODY4NjkzNDYsImV4cCI6MTY4Njg3MzY0NywiX2NsYWltX25hbWVzIjp7Imdyb3VwcyI6InNyYzEifSwiX2NsYWltX3NvdXJjZXMiOnsic3JjMSI6eyJlbmRwb2ludCI6Imh0dHBzOi8vZ3JhcGgud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3L3VzZXJzL2YzOTM4ZTg3LThjMjUtNDExZS1hN2E0LTc5ZjMzMDM1Yjk1ZS9nZXRNZW1iZXJPYmplY3RzIn19LCJhY3IiOiIxIiwiYWlvIjoiQVZRQXEvOFRBQUFBblMzb2pNaDFuYnJIVkxBeXhDRFhyZTQrRkg3d3hMMnVFVlV3THR4dlU4MCsrVDRVWUNUbE9wTEx1cDh0MWdXMHMvbnV3Q0EraE5hQUorSmFNWnQzOHN4NWxKQ3ZnZVlubW9kMm9FQm8vY1k9IiwiYW1yIjpbInJzYSIsIm1mYSJdLCJhcHBpZCI6IjA0YjA3Nzk1LThkZGItNDYxYS1iYmVlLTAyZjllMWJmN2I0NiIsImFwcGlkYWNyIjoiMCIsImRldmljZWlkIjoiZDNlODYyMTQtYmZiMy00ODdiLWE3MGItZWMxYTczZDE2YmQ3IiwiZmFtaWx5X25hbWUiOiJQYXJ0aGFzYXJhdGh5IiwiZ2l2ZW5fbmFtZSI6IlNuZWhhIiwiaXBhZGRyIjoiMTY3LjIyMC4yLjEzNyIsIm5hbWUiOiJTbmVoYSBQYXJ0aGFzYXJhdGh5Iiwib2lkIjoiZjM5MzhlODctOGMyNS00MTFlLWE3YTQtNzlmMzMwMzViOTVlIiwib25wcmVtX3NpZCI6IlMtMS01LTIxLTIxMjc1MjExODQtMTYwNDAxMjkyMC0xODg3OTI3NTI3LTU4NDUwNjExIiwicHVpZCI6IjEwMDMyMDAyMDYyRDU2MTAiLCJyaCI6IjAuQVFFQXY0ajVjdkdHcjBHUnF5MTgwQkhiUjBaSWYza0F1dGRQdWtQYXdmajJNQk1hQUFjLiIsInNjcCI6InVzZXJfaW1wZXJzb25hdGlvbiIsInN1YiI6IlVobFRmU3FUQ1JGVTItTVdkM2NEM3JRM2Z2RklkalM5NUpJVkJWY0kwd2siLCJ0aWQiOiI3MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDciLCJ1bmlxdWVfbmFtZSI6InNuZWhhcGFyQG1pY3Jvc29mdC5jb20iLCJ1cG4iOiJzbmVoYXBhckBtaWNyb3NvZnQuY29tIiwidXRpIjoiaXZrT0FTSm1qRWlwTkFuWTc3T2lBQSIsInZlciI6IjEuMCIsIndpZHMiOlsiYjc5ZmJmNGQtM2VmOS00Njg5LTgxNDMtNzZiMTk0ZTg1NTA5Il0sInhtc19jYyI6WyJDUDEiXSwieG1zX3RjZHQiOjEyODkyNDE1NDd9.G0PLxKq377mssk6tRiIY4IpDcLSAgJ1zqT3Ibw9z-WNXEDM6XfQIbXEKTGPxvrDi6YsoSTLOZP24PdoTKITOBfzOvhAqC-dp8XT9CnF9gxwZto-zpGoGU4BH3yz8jQw739W5b5QVK-sFdqJIVozbDNGKfFYzAtQZDDKeCs8iI6Hfvw0Lc7_jVi5b2ZsYFmcLGWhnG0t5CqbRVwS-Gz0cySTSfxQy-_U-4WE3X06LlgpoKQzC-gpzezjT0b4bHP0krjarvqiTFlabPO4JXgBC0utqPwXdTUoNmblSosGxWPAkVLT8ZqDer9EVwV5nkGzbt1_YnnueZcNaAOelIt2HjA + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '2276' + Content-Type: + - application/x-www-form-urlencoded + User-Agent: + - python-requests/2.26.0 + method: POST + uri: https://caa682495126acr.azurecr.io/oauth2/exchange + response: + body: + string: '{"refresh_token":"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkNPQVU6UERZSDo0SVJYOjM2SEI6TFYzUDpWNFBGOko0NzQ6SzNOSjpPS1JCOlRZQUo6NEc0Szo1Q1NEIn0.eyJqdGkiOiI3ZGZhOTAyOC0yYWZlLTQwZmMtODVlNC1mY2Y4YTBiYzY4OWUiLCJzdWIiOiJzbmVoYXBhckBtaWNyb3NvZnQuY29tIiwibmJmIjoxNjg2ODY4ODkwLCJleHAiOjE2ODY4ODA1OTAsImlhdCI6MTY4Njg2ODg5MCwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoiY2FhNjgyNDk1MTI2YWNyLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiOWJhNjFjMjliOTYyNGMzOTk4NTkxYTc2MjNlYzE1MTciLCJncmFudF90eXBlIjoicmVmcmVzaF90b2tlbiIsImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwidGVuYW50IjoiNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3IiwicGVybWlzc2lvbnMiOnsiQWN0aW9ucyI6WyJyZWFkIiwid3JpdGUiLCJkZWxldGUiLCJkZWxldGVkL3JlYWQiLCJkZWxldGVkL3Jlc3RvcmUvYWN0aW9uIl0sIk5vdEFjdGlvbnMiOm51bGx9LCJyb2xlcyI6W119.Qs9bxXSNBWoyDvuzZ9cAER58zI5lvtCmxK5luISMiusJbIhTfJ01gJW1zD9dPtCwKOLzUfAmMlXox2jIkJ3mmnx8o0KNacMJ5gOKwnuCgTtmTNjvDGC3EFRiAvFys7FnVCA4HizyDXksuqZtz-01io_GLllycYcxk8HN1xeHM1LvCWywgHaM8zVl47wKAukzOBteLO7sx-6Or886VoHPJcfMPvENu6yEoVQgHnMQgQa5KbxOQOT5kyVmjwnOJZCxkPqyPwNBlNiKMDGlK0EYsE48GTa3tZAb-NdSaFYh6MEXkhHtGtJh1FDQ71Jtnc9MUIk0qZy-vbUgDAPfzOa22g"}' + headers: + connection: + - keep-alive + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:30 GMT + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000002'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:44 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 + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000002'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:43 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:44 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","name":"env000003","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:54:12.916628","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:54:12.916628"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"bravetree-e2f50d02.eastus.azurecontainerapps.io","staticIp":"20.241.232.141","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"809c4c2b-b382-42b7-a511-166269bb42f2","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000003/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1525' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:44 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": "East US", "identity": {"type": "None", "userAssignedIdentities": + null}, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003", + "configuration": {"secrets": [{"name": "caa682495126acrazurecrio-caa682495126acr", + "value": "DDxLTafDrGVwQcqmiDVUQlq6afbQ0MDDaxL1LI7hTw+ACRAPNfky"}], "activeRevisionsMode": + "single", "ingress": {"fqdn": null, "external": true, "targetPort": 80, "transport": + "auto", "exposedPort": null, "traffic": null, "customDomains": null, "ipSecurityRestrictions": + null, "stickySessions": null}, "dapr": null, "registries": [{"server": "caa682495126acr.azurecr.io", + "username": "caa682495126acr", "passwordSecretRef": "caa682495126acrazurecrio-caa682495126acr"}], + "service": null}, "template": {"revisionSuffix": null, "containers": [{"image": + "caa682495126acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0-20230615155555280329", + "name": "containerapp000002", "command": null, "args": null, "env": null, "resources": + null, "volumeMounts": null}], "initContainers": null, "scale": null, "volumes": + null, "serviceBinds": null}, "workloadProfileName": null}, "tags": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + Content-Length: + - '1239' + Content-Type: + - application/json + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:46.1816649Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:56:46.1816649Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.241.236.126"],"latestRevisionName":"","latestReadyRevisionName":"","latestRevisionFqdn":"","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"caa682495126acrazurecrio-caa682495126acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.bravetree-e2f50d02.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"caa682495126acr.azurecr.io","username":"caa682495126acr","passwordSecretRef":"caa682495126acrazurecrio-caa682495126acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"caa682495126acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0-20230615155555280329","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/84e307d0-4eec-40b6-ab8c-d7b8d5ac98bd?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '2408' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:47 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '699' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/84e307d0-4eec-40b6-ab8c-d7b8d5ac98bd?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/84e307d0-4eec-40b6-ab8c-d7b8d5ac98bd","name":"84e307d0-4eec-40b6-ab8c-d7b8d5ac98bd","status":"InProgress","startTime":"2023-06-15T22:56:46.5151979"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:48 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/84e307d0-4eec-40b6-ab8c-d7b8d5ac98bd?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/84e307d0-4eec-40b6-ab8c-d7b8d5ac98bd","name":"84e307d0-4eec-40b6-ab8c-d7b8d5ac98bd","status":"InProgress","startTime":"2023-06-15T22:56:46.5151979"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:50 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/84e307d0-4eec-40b6-ab8c-d7b8d5ac98bd?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/84e307d0-4eec-40b6-ab8c-d7b8d5ac98bd","name":"84e307d0-4eec-40b6-ab8c-d7b8d5ac98bd","status":"InProgress","startTime":"2023-06-15T22:56:46.5151979"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:52 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/84e307d0-4eec-40b6-ab8c-d7b8d5ac98bd?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/84e307d0-4eec-40b6-ab8c-d7b8d5ac98bd","name":"84e307d0-4eec-40b6-ab8c-d7b8d5ac98bd","status":"InProgress","startTime":"2023-06-15T22:56:46.5151979"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:55 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/84e307d0-4eec-40b6-ab8c-d7b8d5ac98bd?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/84e307d0-4eec-40b6-ab8c-d7b8d5ac98bd","name":"84e307d0-4eec-40b6-ab8c-d7b8d5ac98bd","status":"InProgress","startTime":"2023-06-15T22:56:46.5151979"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:56:58 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/84e307d0-4eec-40b6-ab8c-d7b8d5ac98bd?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/84e307d0-4eec-40b6-ab8c-d7b8d5ac98bd","name":"84e307d0-4eec-40b6-ab8c-d7b8d5ac98bd","status":"InProgress","startTime":"2023-06-15T22:56:46.5151979"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/84e307d0-4eec-40b6-ab8c-d7b8d5ac98bd?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/84e307d0-4eec-40b6-ab8c-d7b8d5ac98bd","name":"84e307d0-4eec-40b6-ab8c-d7b8d5ac98bd","status":"Succeeded","startTime":"2023-06-15T22:56:46.5151979"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '277' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:03 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:46.1816649","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:56:46.1816649"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.241.236.126"],"latestRevisionName":"containerapp000002--yg2lk3c","latestReadyRevisionName":"containerapp000002--yg2lk3c","latestRevisionFqdn":"containerapp000002--yg2lk3c.bravetree-e2f50d02.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"caa682495126acrazurecrio-caa682495126acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.bravetree-e2f50d02.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"caa682495126acr.azurecr.io","username":"caa682495126acr","passwordSecretRef":"caa682495126acrazurecrio-caa682495126acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"caa682495126acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0-20230615155555280329","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2534' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:03 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:46.1816649","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:56:46.1816649"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.241.236.126"],"latestRevisionName":"containerapp000002--yg2lk3c","latestReadyRevisionName":"containerapp000002--yg2lk3c","latestRevisionFqdn":"containerapp000002--yg2lk3c.bravetree-e2f50d02.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"caa682495126acrazurecrio-caa682495126acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.bravetree-e2f50d02.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"caa682495126acr.azurecr.io","username":"caa682495126acr","passwordSecretRef":"caa682495126acrazurecrio-caa682495126acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"caa682495126acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0-20230615155555280329","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2534' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:05 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: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:46.1816649","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:56:46.1816649"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.241.236.126"],"latestRevisionName":"containerapp000002--yg2lk3c","latestReadyRevisionName":"containerapp000002--yg2lk3c","latestRevisionFqdn":"containerapp000002--yg2lk3c.bravetree-e2f50d02.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"caa682495126acrazurecrio-caa682495126acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.bravetree-e2f50d02.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"caa682495126acr.azurecr.io","username":"caa682495126acr","passwordSecretRef":"caa682495126acrazurecrio-caa682495126acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"caa682495126acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0-20230615155555280329","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2534' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:05 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: http://containerapp000002.bravetree-e2f50d02.eastus.azurecontainerapps.io/ + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:57:05 GMT + location: + - https://containerapp000002.bravetree-e2f50d02.eastus.azurecontainerapps.io/ + status: + code: 301 + message: Moved Permanently +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://containerapp000002.bravetree-e2f50d02.eastus.azurecontainerapps.io/ + response: + body: + string: "\r\n\r\n\r\n \r\n \r\n Home page - HelloWorldApp\r\n \r\n \r\n + \ \r\n\r\n\r\n + \
\r\n \r\n
\r\n
\r\n + \
\r\n \r\n
\r\n

Hello, world!

\r\n + \

Learn about building + Web apps with ASP.NET Core.

\r\n
\r\n\r\n
\r\n
\r\n\r\n + \
\r\n
\r\n © 2023 - HelloWorldApp + - Privacy\r\n
\r\n
\r\n\r\n + \ \r\n \r\n \r\n\r\n + \ \r\n\r\n" + headers: + content-type: + - text/html; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:09 GMT + server: + - Kestrel + transfer-encoding: + - chunked + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:09 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:46.1816649","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:56:46.1816649"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.241.236.126"],"latestRevisionName":"containerapp000002--yg2lk3c","latestReadyRevisionName":"containerapp000002--yg2lk3c","latestRevisionFqdn":"containerapp000002--yg2lk3c.bravetree-e2f50d02.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"caa682495126acrazurecrio-caa682495126acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.bravetree-e2f50d02.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"caa682495126acr.azurecr.io","username":"caa682495126acr","passwordSecretRef":"caa682495126acrazurecrio-caa682495126acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"caa682495126acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0-20230615155555280329","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2534' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -n -g --image + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:13 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: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -n -g --image + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:14 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: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -n -g --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:46.1816649","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:56:46.1816649"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.241.236.126"],"latestRevisionName":"containerapp000002--yg2lk3c","latestReadyRevisionName":"containerapp000002--yg2lk3c","latestRevisionFqdn":"containerapp000002--yg2lk3c.bravetree-e2f50d02.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"caa682495126acrazurecrio-caa682495126acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.bravetree-e2f50d02.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"caa682495126acr.azurecr.io","username":"caa682495126acr","passwordSecretRef":"caa682495126acrazurecrio-caa682495126acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"caa682495126acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0-20230615155555280329","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2534' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"properties": {"template": {"containers": [{"image": "caa682495126acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.1-cbl-mariner2.0", + "name": "containerapp000002", "resources": {"cpu": 0.5, "memory": "1Gi", "ephemeralStorage": + "2Gi"}}], "revisionSuffix": null}}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + Content-Length: + - '270' + Content-Type: + - application/json + ParameterSetName: + - -n -g --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:57:15 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/5bf8a89e-68ff-4893-b93f-cd7b501a709e?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '699' + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -n -g --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/5bf8a89e-68ff-4893-b93f-cd7b501a709e?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:57:16 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/5bf8a89e-68ff-4893-b93f-cd7b501a709e?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -n -g --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/5bf8a89e-68ff-4893-b93f-cd7b501a709e?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:57:21 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/5bf8a89e-68ff-4893-b93f-cd7b501a709e?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp update + Connection: + - keep-alive + ParameterSetName: + - -n -g --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/5bf8a89e-68ff-4893-b93f-cd7b501a709e?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:46.1816649","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:57:15.4186995"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.241.236.126"],"latestRevisionName":"containerapp000002--o815k7e","latestReadyRevisionName":"containerapp000002--yg2lk3c","latestRevisionFqdn":"containerapp000002--o815k7e.bravetree-e2f50d02.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"caa682495126acrazurecrio-caa682495126acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.bravetree-e2f50d02.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"caa682495126acr.azurecr.io","username":"caa682495126acr","passwordSecretRef":"caa682495126acrazurecrio-caa682495126acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"caa682495126acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.1-cbl-mariner2.0","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2513' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:28 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: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:46.1816649","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:57:15.4186995"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.241.236.126"],"latestRevisionName":"containerapp000002--o815k7e","latestReadyRevisionName":"containerapp000002--yg2lk3c","latestRevisionFqdn":"containerapp000002--o815k7e.bravetree-e2f50d02.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"caa682495126acrazurecrio-caa682495126acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.bravetree-e2f50d02.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"caa682495126acr.azurecr.io","username":"caa682495126acr","passwordSecretRef":"caa682495126acrazurecrio-caa682495126acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"caa682495126acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.1-cbl-mariner2.0","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2513' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:28 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:29 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: + - containerapp patch list + Connection: + - keep-alive + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps?api-version=2023-04-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:46.1816649","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:57:15.4186995"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.241.236.126"],"latestRevisionName":"containerapp000002--o815k7e","latestReadyRevisionName":"containerapp000002--yg2lk3c","latestRevisionFqdn":"containerapp000002--o815k7e.bravetree-e2f50d02.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"caa682495126acrazurecrio-caa682495126acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.bravetree-e2f50d02.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"caa682495126acr.azurecr.io","username":"caa682495126acr","passwordSecretRef":"caa682495126acrazurecrio-caa682495126acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"caa682495126acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.1-cbl-mariner2.0","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}]}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2525' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:29 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://mcr.microsoft.com/v2/oryx/builder/tags/list + response: + body: + string: "{\n \"name\": \"oryx/builder\",\n \"tags\": [\n \"20230118.1\",\n + \ \"20230208.1\",\n \"20230327.1\",\n \"20230403.1\",\n \"20230410.1\",\n + \ \"20230417.1\",\n \"20230420.1\",\n \"20230425.1\",\n \"20230427.1\",\n + \ \"20230501.1\",\n \"20230508.1\",\n \"20230512.2\",\n \"20230512.3\",\n + \ \"20230531.1\",\n \"20230605.1\",\n \"20230609.1\",\n \"20230612.1\",\n + \ \"20230613.1\",\n \"20230614.1\",\n \"build-base-dotnet-sdk-7.0-cbl-mariner2.0\",\n + \ \"build-dotnet-sdk-7.0-cbl-mariner2.0\",\n \"builder-dotnet-7.0\",\n + \ \"buildpack\",\n \"buildpack-20230118.1\",\n \"buildpack-20230208.1\",\n + \ \"buildpack-20230403.1\",\n \"buildpack-20230410.1\",\n \"buildpack-20230417.1\",\n + \ \"buildpack-20230420.1\",\n \"buildpack-20230425.1\",\n \"buildpack-20230427.1\",\n + \ \"buildpack-20230501.1\",\n \"buildpack-20230508.1\",\n \"buildpack-20230512.2\",\n + \ \"buildpack-20230512.3\",\n \"buildpack-20230531.1\",\n \"buildpack-20230605.1\",\n + \ \"buildpack-20230609.1\",\n \"buildpack-20230612.1\",\n \"buildpack-20230613.1\",\n + \ \"buildpack-20230614.1\",\n \"buildpack-dotnet-7.0\",\n \"capps\",\n + \ \"capps-20230327.1\",\n \"capps-20230403.1\",\n \"capps-20230410.1\",\n + \ \"capps-20230417.1\",\n \"capps-20230420.1\",\n \"capps-20230425.1\",\n + \ \"capps-20230427.1\",\n \"capps-20230501.1\",\n \"capps-20230508.1\",\n + \ \"capps-20230512.2\",\n \"capps-20230512.3\",\n \"capps-20230531.1\",\n + \ \"capps-20230605.1\",\n \"capps-20230609.1\",\n \"capps-20230612.1\",\n + \ \"capps-20230613.1\",\n \"capps-20230614.1\",\n \"latest\",\n \"run-dotnet-aspnet-7.0-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.0-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.1-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.2-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.3-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.4-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.5-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.7-cbl-mariner2.0\",\n \"stack-base\",\n \"stack-base-20230118.1\",\n + \ \"stack-base-20230208.1\",\n \"stack-base-20230327.1\",\n \"stack-base-20230403.1\",\n + \ \"stack-base-20230410.1\",\n \"stack-base-20230417.1\",\n \"stack-base-20230420.1\",\n + \ \"stack-base-20230425.1\",\n \"stack-base-20230427.1\",\n \"stack-base-20230501.1\",\n + \ \"stack-base-20230508.1\",\n \"stack-base-20230512.2\",\n \"stack-base-20230512.3\",\n + \ \"stack-base-20230531.1\",\n \"stack-base-20230605.1\",\n \"stack-base-20230609.1\",\n + \ \"stack-base-20230612.1\",\n \"stack-base-20230613.1\",\n \"stack-base-20230614.1\",\n + \ \"stack-build\",\n \"stack-build-20230118.1\",\n \"stack-build-20230208.1\",\n + \ \"stack-build-20230327.1\",\n \"stack-build-20230403.1\",\n \"stack-build-20230410.1\",\n + \ \"stack-build-20230417.1\",\n \"stack-build-20230420.1\",\n \"stack-build-20230425.1\",\n + \ \"stack-build-20230427.1\",\n \"stack-build-20230501.1\",\n \"stack-build-20230508.1\",\n + \ \"stack-build-20230512.2\",\n \"stack-build-20230512.3\",\n \"stack-build-20230531.1\",\n + \ \"stack-build-20230605.1\",\n \"stack-build-20230609.1\",\n \"stack-build-20230612.1\",\n + \ \"stack-build-20230613.1\",\n \"stack-build-20230614.1\",\n \"stack-run\",\n + \ \"stack-run-20230118.1\",\n \"stack-run-20230208.1\",\n \"stack-run-20230327.1\",\n + \ \"stack-run-20230403.1\",\n \"stack-run-20230410.1\",\n \"stack-run-20230417.1\",\n + \ \"stack-run-20230420.1\",\n \"stack-run-20230425.1\",\n \"stack-run-20230427.1\",\n + \ \"stack-run-20230501.1\",\n \"stack-run-20230508.1\",\n \"stack-run-20230512.2\",\n + \ \"stack-run-20230512.3\",\n \"stack-run-20230531.1\",\n \"stack-run-20230605.1\",\n + \ \"stack-run-20230609.1\",\n \"stack-run-20230612.1\",\n \"stack-run-20230613.1\",\n + \ \"stack-run-20230614.1\"\n ]\n}" + headers: + cache-control: + - max-age=300 + content-length: + - '3560' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:30 GMT + etag: + - '0x8DB6DF0AA8552B5' + last-modified: + - Thu, 15 Jun 2023 22:34:22 GMT + x-cache: + - TCP_HIT + x-mcr-privacy: + - https://privacy.microsoft.com/en-us/privacystatement + x-ms-blob-type: + - BlockBlob + x-ms-lease-status: + - unlocked + x-ms-version: + - '2009-09-19' + x-msedge-ref: + - 'Ref A: AA16CF7270304055A4A7BDB62561CC6C Ref B: WSTEDGE0406 Ref C: 2023-06-15T22:57:31Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://mcr.microsoft.com/v2/oryx/builder/tags/list + response: + body: + string: "{\n \"name\": \"oryx/builder\",\n \"tags\": [\n \"20230118.1\",\n + \ \"20230208.1\",\n \"20230327.1\",\n \"20230403.1\",\n \"20230410.1\",\n + \ \"20230417.1\",\n \"20230420.1\",\n \"20230425.1\",\n \"20230427.1\",\n + \ \"20230501.1\",\n \"20230508.1\",\n \"20230512.2\",\n \"20230512.3\",\n + \ \"20230531.1\",\n \"20230605.1\",\n \"20230609.1\",\n \"20230612.1\",\n + \ \"20230613.1\",\n \"20230614.1\",\n \"build-base-dotnet-sdk-7.0-cbl-mariner2.0\",\n + \ \"build-dotnet-sdk-7.0-cbl-mariner2.0\",\n \"builder-dotnet-7.0\",\n + \ \"buildpack\",\n \"buildpack-20230118.1\",\n \"buildpack-20230208.1\",\n + \ \"buildpack-20230403.1\",\n \"buildpack-20230410.1\",\n \"buildpack-20230417.1\",\n + \ \"buildpack-20230420.1\",\n \"buildpack-20230425.1\",\n \"buildpack-20230427.1\",\n + \ \"buildpack-20230501.1\",\n \"buildpack-20230508.1\",\n \"buildpack-20230512.2\",\n + \ \"buildpack-20230512.3\",\n \"buildpack-20230531.1\",\n \"buildpack-20230605.1\",\n + \ \"buildpack-20230609.1\",\n \"buildpack-20230612.1\",\n \"buildpack-20230613.1\",\n + \ \"buildpack-20230614.1\",\n \"buildpack-dotnet-7.0\",\n \"capps\",\n + \ \"capps-20230327.1\",\n \"capps-20230403.1\",\n \"capps-20230410.1\",\n + \ \"capps-20230417.1\",\n \"capps-20230420.1\",\n \"capps-20230425.1\",\n + \ \"capps-20230427.1\",\n \"capps-20230501.1\",\n \"capps-20230508.1\",\n + \ \"capps-20230512.2\",\n \"capps-20230512.3\",\n \"capps-20230531.1\",\n + \ \"capps-20230605.1\",\n \"capps-20230609.1\",\n \"capps-20230612.1\",\n + \ \"capps-20230613.1\",\n \"capps-20230614.1\",\n \"latest\",\n \"run-dotnet-aspnet-7.0-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.0-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.1-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.2-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.3-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.4-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.5-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.7-cbl-mariner2.0\",\n \"stack-base\",\n \"stack-base-20230118.1\",\n + \ \"stack-base-20230208.1\",\n \"stack-base-20230327.1\",\n \"stack-base-20230403.1\",\n + \ \"stack-base-20230410.1\",\n \"stack-base-20230417.1\",\n \"stack-base-20230420.1\",\n + \ \"stack-base-20230425.1\",\n \"stack-base-20230427.1\",\n \"stack-base-20230501.1\",\n + \ \"stack-base-20230508.1\",\n \"stack-base-20230512.2\",\n \"stack-base-20230512.3\",\n + \ \"stack-base-20230531.1\",\n \"stack-base-20230605.1\",\n \"stack-base-20230609.1\",\n + \ \"stack-base-20230612.1\",\n \"stack-base-20230613.1\",\n \"stack-base-20230614.1\",\n + \ \"stack-build\",\n \"stack-build-20230118.1\",\n \"stack-build-20230208.1\",\n + \ \"stack-build-20230327.1\",\n \"stack-build-20230403.1\",\n \"stack-build-20230410.1\",\n + \ \"stack-build-20230417.1\",\n \"stack-build-20230420.1\",\n \"stack-build-20230425.1\",\n + \ \"stack-build-20230427.1\",\n \"stack-build-20230501.1\",\n \"stack-build-20230508.1\",\n + \ \"stack-build-20230512.2\",\n \"stack-build-20230512.3\",\n \"stack-build-20230531.1\",\n + \ \"stack-build-20230605.1\",\n \"stack-build-20230609.1\",\n \"stack-build-20230612.1\",\n + \ \"stack-build-20230613.1\",\n \"stack-build-20230614.1\",\n \"stack-run\",\n + \ \"stack-run-20230118.1\",\n \"stack-run-20230208.1\",\n \"stack-run-20230327.1\",\n + \ \"stack-run-20230403.1\",\n \"stack-run-20230410.1\",\n \"stack-run-20230417.1\",\n + \ \"stack-run-20230420.1\",\n \"stack-run-20230425.1\",\n \"stack-run-20230427.1\",\n + \ \"stack-run-20230501.1\",\n \"stack-run-20230508.1\",\n \"stack-run-20230512.2\",\n + \ \"stack-run-20230512.3\",\n \"stack-run-20230531.1\",\n \"stack-run-20230605.1\",\n + \ \"stack-run-20230609.1\",\n \"stack-run-20230612.1\",\n \"stack-run-20230613.1\",\n + \ \"stack-run-20230614.1\"\n ]\n}" + headers: + cache-control: + - max-age=300 + content-length: + - '3560' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:30 GMT + etag: + - '0x8DB6DF0AA8552B5' + last-modified: + - Thu, 15 Jun 2023 22:34:22 GMT + x-cache: + - TCP_MISS + x-mcr-privacy: + - https://privacy.microsoft.com/en-us/privacystatement + x-ms-blob-type: + - BlockBlob + x-ms-lease-status: + - unlocked + x-ms-version: + - '2009-09-19' + x-msedge-ref: + - 'Ref A: D7CB6F0BAA6049EDB1378754270AB0EA Ref B: CO1EDGE2708 Ref C: 2023-06-15T22:57:31Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch apply + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:32 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: + - containerapp patch apply + Connection: + - keep-alive + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps?api-version=2023-04-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:46.1816649","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:57:15.4186995"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.241.236.126"],"latestRevisionName":"containerapp000002--o815k7e","latestReadyRevisionName":"containerapp000002--o815k7e","latestRevisionFqdn":"containerapp000002--o815k7e.bravetree-e2f50d02.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"caa682495126acrazurecrio-caa682495126acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.bravetree-e2f50d02.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"caa682495126acr.azurecr.io","username":"caa682495126acr","passwordSecretRef":"caa682495126acrazurecrio-caa682495126acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"caa682495126acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.1-cbl-mariner2.0","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}]}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2525' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://mcr.microsoft.com/v2/oryx/builder/tags/list + response: + body: + string: "{\n \"name\": \"oryx/builder\",\n \"tags\": [\n \"20230118.1\",\n + \ \"20230208.1\",\n \"20230327.1\",\n \"20230403.1\",\n \"20230410.1\",\n + \ \"20230417.1\",\n \"20230420.1\",\n \"20230425.1\",\n \"20230427.1\",\n + \ \"20230501.1\",\n \"20230508.1\",\n \"20230512.2\",\n \"20230512.3\",\n + \ \"20230531.1\",\n \"20230605.1\",\n \"20230609.1\",\n \"20230612.1\",\n + \ \"20230613.1\",\n \"20230614.1\",\n \"build-base-dotnet-sdk-7.0-cbl-mariner2.0\",\n + \ \"build-dotnet-sdk-7.0-cbl-mariner2.0\",\n \"builder-dotnet-7.0\",\n + \ \"buildpack\",\n \"buildpack-20230118.1\",\n \"buildpack-20230208.1\",\n + \ \"buildpack-20230403.1\",\n \"buildpack-20230410.1\",\n \"buildpack-20230417.1\",\n + \ \"buildpack-20230420.1\",\n \"buildpack-20230425.1\",\n \"buildpack-20230427.1\",\n + \ \"buildpack-20230501.1\",\n \"buildpack-20230508.1\",\n \"buildpack-20230512.2\",\n + \ \"buildpack-20230512.3\",\n \"buildpack-20230531.1\",\n \"buildpack-20230605.1\",\n + \ \"buildpack-20230609.1\",\n \"buildpack-20230612.1\",\n \"buildpack-20230613.1\",\n + \ \"buildpack-20230614.1\",\n \"buildpack-dotnet-7.0\",\n \"capps\",\n + \ \"capps-20230327.1\",\n \"capps-20230403.1\",\n \"capps-20230410.1\",\n + \ \"capps-20230417.1\",\n \"capps-20230420.1\",\n \"capps-20230425.1\",\n + \ \"capps-20230427.1\",\n \"capps-20230501.1\",\n \"capps-20230508.1\",\n + \ \"capps-20230512.2\",\n \"capps-20230512.3\",\n \"capps-20230531.1\",\n + \ \"capps-20230605.1\",\n \"capps-20230609.1\",\n \"capps-20230612.1\",\n + \ \"capps-20230613.1\",\n \"capps-20230614.1\",\n \"latest\",\n \"run-dotnet-aspnet-7.0-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.0-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.1-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.2-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.3-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.4-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.5-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.7-cbl-mariner2.0\",\n \"stack-base\",\n \"stack-base-20230118.1\",\n + \ \"stack-base-20230208.1\",\n \"stack-base-20230327.1\",\n \"stack-base-20230403.1\",\n + \ \"stack-base-20230410.1\",\n \"stack-base-20230417.1\",\n \"stack-base-20230420.1\",\n + \ \"stack-base-20230425.1\",\n \"stack-base-20230427.1\",\n \"stack-base-20230501.1\",\n + \ \"stack-base-20230508.1\",\n \"stack-base-20230512.2\",\n \"stack-base-20230512.3\",\n + \ \"stack-base-20230531.1\",\n \"stack-base-20230605.1\",\n \"stack-base-20230609.1\",\n + \ \"stack-base-20230612.1\",\n \"stack-base-20230613.1\",\n \"stack-base-20230614.1\",\n + \ \"stack-build\",\n \"stack-build-20230118.1\",\n \"stack-build-20230208.1\",\n + \ \"stack-build-20230327.1\",\n \"stack-build-20230403.1\",\n \"stack-build-20230410.1\",\n + \ \"stack-build-20230417.1\",\n \"stack-build-20230420.1\",\n \"stack-build-20230425.1\",\n + \ \"stack-build-20230427.1\",\n \"stack-build-20230501.1\",\n \"stack-build-20230508.1\",\n + \ \"stack-build-20230512.2\",\n \"stack-build-20230512.3\",\n \"stack-build-20230531.1\",\n + \ \"stack-build-20230605.1\",\n \"stack-build-20230609.1\",\n \"stack-build-20230612.1\",\n + \ \"stack-build-20230613.1\",\n \"stack-build-20230614.1\",\n \"stack-run\",\n + \ \"stack-run-20230118.1\",\n \"stack-run-20230208.1\",\n \"stack-run-20230327.1\",\n + \ \"stack-run-20230403.1\",\n \"stack-run-20230410.1\",\n \"stack-run-20230417.1\",\n + \ \"stack-run-20230420.1\",\n \"stack-run-20230425.1\",\n \"stack-run-20230427.1\",\n + \ \"stack-run-20230501.1\",\n \"stack-run-20230508.1\",\n \"stack-run-20230512.2\",\n + \ \"stack-run-20230512.3\",\n \"stack-run-20230531.1\",\n \"stack-run-20230605.1\",\n + \ \"stack-run-20230609.1\",\n \"stack-run-20230612.1\",\n \"stack-run-20230613.1\",\n + \ \"stack-run-20230614.1\"\n ]\n}" + headers: + cache-control: + - max-age=300 + content-length: + - '3560' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:33 GMT + etag: + - '0x8DB6DF0AA8552B5' + last-modified: + - Thu, 15 Jun 2023 22:34:22 GMT + x-cache: + - TCP_HIT + x-mcr-privacy: + - https://privacy.microsoft.com/en-us/privacystatement + x-ms-blob-type: + - BlockBlob + x-ms-lease-status: + - unlocked + x-ms-version: + - '2009-09-19' + x-msedge-ref: + - 'Ref A: 7E295BBC72EE4D719465045256C97CA0 Ref B: WSTEDGE0907 Ref C: 2023-06-15T22:57:33Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch apply + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:39 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch apply + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:39 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch apply + Connection: + - keep-alive + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:46.1816649","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:57:15.4186995"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.241.236.126"],"latestRevisionName":"containerapp000002--o815k7e","latestReadyRevisionName":"containerapp000002--o815k7e","latestRevisionFqdn":"containerapp000002--o815k7e.bravetree-e2f50d02.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"caa682495126acrazurecrio-caa682495126acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.bravetree-e2f50d02.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"caa682495126acr.azurecr.io","username":"caa682495126acr","passwordSecretRef":"caa682495126acrazurecrio-caa682495126acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"caa682495126acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.1-cbl-mariner2.0","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2513' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"properties": {"template": {"containers": [{"image": "caa682495126acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0", + "name": "containerapp000002", "resources": {"cpu": 0.5, "memory": "1Gi", "ephemeralStorage": + "2Gi"}}], "revisionSuffix": null}}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch apply + Connection: + - keep-alive + Content-Length: + - '270' + Content-Type: + - application/json + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:57:41 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/57f6ac2d-1b88-4d14-81b1-d7755d145065?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '699' + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch apply + Connection: + - keep-alive + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/57f6ac2d-1b88-4d14-81b1-d7755d145065?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:57:42 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/57f6ac2d-1b88-4d14-81b1-d7755d145065?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch apply + Connection: + - keep-alive + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/57f6ac2d-1b88-4d14-81b1-d7755d145065?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 22:57:47 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/57f6ac2d-1b88-4d14-81b1-d7755d145065?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp patch apply + Connection: + - keep-alive + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/57f6ac2d-1b88-4d14-81b1-d7755d145065?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:46.1816649","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:57:41.4527354"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.241.236.126"],"latestRevisionName":"containerapp000002--qips3ss","latestReadyRevisionName":"containerapp000002--qips3ss","latestRevisionFqdn":"containerapp000002--qips3ss.bravetree-e2f50d02.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"caa682495126acrazurecrio-caa682495126acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.bravetree-e2f50d02.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"caa682495126acr.azurecr.io","username":"caa682495126acr","passwordSecretRef":"caa682495126acrazurecrio-caa682495126acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"caa682495126acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2513' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:53 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:53 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: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000002","name":"containerapp000002","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T22:56:46.1816649","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T22:57:41.4527354"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000003","workloadProfileName":null,"outboundIpAddresses":["20.241.236.126"],"latestRevisionName":"containerapp000002--qips3ss","latestReadyRevisionName":"containerapp000002--qips3ss","latestRevisionFqdn":"containerapp000002--qips3ss.bravetree-e2f50d02.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"caa682495126acrazurecrio-caa682495126acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000002.bravetree-e2f50d02.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"caa682495126acr.azurecr.io","username":"caa682495126acr","passwordSecretRef":"caa682495126acrazurecrio-caa682495126acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"caa682495126acr.azurecr.io/containerapp000002:run-dotnet-aspnet-7.0.7-cbl-mariner2.0","name":"containerapp000002","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000002/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2513' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:55 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://mcr.microsoft.com/v2/oryx/builder/tags/list + response: + body: + string: "{\n \"name\": \"oryx/builder\",\n \"tags\": [\n \"20230118.1\",\n + \ \"20230208.1\",\n \"20230327.1\",\n \"20230403.1\",\n \"20230410.1\",\n + \ \"20230417.1\",\n \"20230420.1\",\n \"20230425.1\",\n \"20230427.1\",\n + \ \"20230501.1\",\n \"20230508.1\",\n \"20230512.2\",\n \"20230512.3\",\n + \ \"20230531.1\",\n \"20230605.1\",\n \"20230609.1\",\n \"20230612.1\",\n + \ \"20230613.1\",\n \"20230614.1\",\n \"build-base-dotnet-sdk-7.0-cbl-mariner2.0\",\n + \ \"build-dotnet-sdk-7.0-cbl-mariner2.0\",\n \"builder-dotnet-7.0\",\n + \ \"buildpack\",\n \"buildpack-20230118.1\",\n \"buildpack-20230208.1\",\n + \ \"buildpack-20230403.1\",\n \"buildpack-20230410.1\",\n \"buildpack-20230417.1\",\n + \ \"buildpack-20230420.1\",\n \"buildpack-20230425.1\",\n \"buildpack-20230427.1\",\n + \ \"buildpack-20230501.1\",\n \"buildpack-20230508.1\",\n \"buildpack-20230512.2\",\n + \ \"buildpack-20230512.3\",\n \"buildpack-20230531.1\",\n \"buildpack-20230605.1\",\n + \ \"buildpack-20230609.1\",\n \"buildpack-20230612.1\",\n \"buildpack-20230613.1\",\n + \ \"buildpack-20230614.1\",\n \"buildpack-dotnet-7.0\",\n \"capps\",\n + \ \"capps-20230327.1\",\n \"capps-20230403.1\",\n \"capps-20230410.1\",\n + \ \"capps-20230417.1\",\n \"capps-20230420.1\",\n \"capps-20230425.1\",\n + \ \"capps-20230427.1\",\n \"capps-20230501.1\",\n \"capps-20230508.1\",\n + \ \"capps-20230512.2\",\n \"capps-20230512.3\",\n \"capps-20230531.1\",\n + \ \"capps-20230605.1\",\n \"capps-20230609.1\",\n \"capps-20230612.1\",\n + \ \"capps-20230613.1\",\n \"capps-20230614.1\",\n \"latest\",\n \"run-dotnet-aspnet-7.0-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.0-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.1-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.2-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.3-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.4-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.5-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.7-cbl-mariner2.0\",\n \"stack-base\",\n \"stack-base-20230118.1\",\n + \ \"stack-base-20230208.1\",\n \"stack-base-20230327.1\",\n \"stack-base-20230403.1\",\n + \ \"stack-base-20230410.1\",\n \"stack-base-20230417.1\",\n \"stack-base-20230420.1\",\n + \ \"stack-base-20230425.1\",\n \"stack-base-20230427.1\",\n \"stack-base-20230501.1\",\n + \ \"stack-base-20230508.1\",\n \"stack-base-20230512.2\",\n \"stack-base-20230512.3\",\n + \ \"stack-base-20230531.1\",\n \"stack-base-20230605.1\",\n \"stack-base-20230609.1\",\n + \ \"stack-base-20230612.1\",\n \"stack-base-20230613.1\",\n \"stack-base-20230614.1\",\n + \ \"stack-build\",\n \"stack-build-20230118.1\",\n \"stack-build-20230208.1\",\n + \ \"stack-build-20230327.1\",\n \"stack-build-20230403.1\",\n \"stack-build-20230410.1\",\n + \ \"stack-build-20230417.1\",\n \"stack-build-20230420.1\",\n \"stack-build-20230425.1\",\n + \ \"stack-build-20230427.1\",\n \"stack-build-20230501.1\",\n \"stack-build-20230508.1\",\n + \ \"stack-build-20230512.2\",\n \"stack-build-20230512.3\",\n \"stack-build-20230531.1\",\n + \ \"stack-build-20230605.1\",\n \"stack-build-20230609.1\",\n \"stack-build-20230612.1\",\n + \ \"stack-build-20230613.1\",\n \"stack-build-20230614.1\",\n \"stack-run\",\n + \ \"stack-run-20230118.1\",\n \"stack-run-20230208.1\",\n \"stack-run-20230327.1\",\n + \ \"stack-run-20230403.1\",\n \"stack-run-20230410.1\",\n \"stack-run-20230417.1\",\n + \ \"stack-run-20230420.1\",\n \"stack-run-20230425.1\",\n \"stack-run-20230427.1\",\n + \ \"stack-run-20230501.1\",\n \"stack-run-20230508.1\",\n \"stack-run-20230512.2\",\n + \ \"stack-run-20230512.3\",\n \"stack-run-20230531.1\",\n \"stack-run-20230605.1\",\n + \ \"stack-run-20230609.1\",\n \"stack-run-20230612.1\",\n \"stack-run-20230613.1\",\n + \ \"stack-run-20230614.1\"\n ]\n}" + headers: + cache-control: + - max-age=300 + content-length: + - '3560' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 22:57:55 GMT + etag: + - '0x8DB6DF0AA8552B5' + last-modified: + - Thu, 15 Jun 2023 22:34:22 GMT + x-cache: + - TCP_HIT + x-mcr-privacy: + - https://privacy.microsoft.com/en-us/privacystatement + x-ms-blob-type: + - BlockBlob + x-ms-lease-status: + - unlocked + x-ms-version: + - '2009-09-19' + x-msedge-ref: + - 'Ref A: 31DC9613C71D4419AAC5A08D429863C3 Ref B: CO1EDGE1318 Ref C: 2023-06-15T22:57:55Z' + status: + code: 200 + message: OK +version: 1 diff --git a/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_private_registry_port.yaml b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_private_registry_port.yaml new file mode 100644 index 00000000000..3552796af2a --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_private_registry_port.yaml @@ -0,0 +1,3376 @@ +interactions: +- request: + body: '{"location": "eastus", "properties": {"retentionInDays": 30, "sku": {"name": + "PerGB2018"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace create + Connection: + - keep-alive + Content-Length: + - '91' + Content-Type: + - application/json + ParameterSetName: + - -g -n -l + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000005?api-version=2021-12-01-preview + response: + body: + string: '{"properties":{"customerId":"0bde8f3f-ee48-459d-bdd9-84574881b95b","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-06-14T11:30:01.9724779Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-14T14:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-06-14T11:30:01.9724779Z","modifiedDate":"2023-06-14T11:30:01.9724779Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000005","name":"containerapp-env000005","type":"Microsoft.OperationalInsights/workspaces"}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2021-12-01-preview + cache-control: + - no-cache + content-length: + - '851' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:30:02 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000005?api-version=2021-12-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace create + Connection: + - keep-alive + ParameterSetName: + - -g -n -l + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000005?api-version=2021-12-01-preview + response: + body: + string: '{"properties":{"customerId":"0bde8f3f-ee48-459d-bdd9-84574881b95b","provisioningState":"Succeeded","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-06-14T11:30:01.9724779Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-14T14:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-06-14T11:30:01.9724779Z","modifiedDate":"2023-06-14T11:30:01.9724779Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000005","name":"containerapp-env000005","type":"Microsoft.OperationalInsights/workspaces"}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2021-12-01-preview + cache-control: + - no-cache + content-length: + - '852' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:30:03 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace get-shared-keys + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000005/sharedKeys?api-version=2020-08-01 + response: + body: + string: '{"primarySharedKey":"RTgKiyhhNQJKwkjecluuCQ6cRgODCNNFKGbtG7fJuC5iZi/TZc7zkZMCPK42xHJU0iSjsLNC/toHPTI8xeskxg==","secondarySharedKey":"qmBWySHkKoS9P7qFFkirhZGQVMgJwjj3dpjjb+xZAym6By5+RdJJG0I8E7PalLTaXXhgKox6pHt8sr9KDOLccA=="}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2015-03-20, 2020-08-01, 2020-10-01, 2021-06-01, 2022-10-01 + cache-control: + - no-cache + content-length: + - '223' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:30:04 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + 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' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:30:06 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:30:06 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:30:07 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:30:08 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus", "tags": null, "properties": {"daprAIInstrumentationKey": + null, "vnetConfiguration": null, "appLogsConfiguration": {"destination": "log-analytics", + "logAnalyticsConfiguration": {"customerId": "0bde8f3f-ee48-459d-bdd9-84574881b95b", + "sharedKey": "RTgKiyhhNQJKwkjecluuCQ6cRgODCNNFKGbtG7fJuC5iZi/TZc7zkZMCPK42xHJU0iSjsLNC/toHPTI8xeskxg=="}}, + "customDomainConfiguration": null, "workloadProfiles": null, "zoneRedundant": + false}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '446' + Content-Type: + - application/json + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-06-14T11:30:15.4644552Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T11:30:15.4644552Z"},"properties":{"provisioningState":"Waiting","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"ambitiousisland-4fd1494d.eastus.azurecontainerapps.io","staticIp":"20.242.204.138","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"0bde8f3f-ee48-459d-bdd9-84574881b95b","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/84fc4644-b8c9-4c7f-8416-999b1bdb2a0a?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '1535' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:30:20 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '99' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/84fc4644-b8c9-4c7f-8416-999b1bdb2a0a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/84fc4644-b8c9-4c7f-8416-999b1bdb2a0a","name":"84fc4644-b8c9-4c7f-8416-999b1bdb2a0a","status":"InProgress","startTime":"2023-06-14T11:30:18.5622508"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:30:21 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/84fc4644-b8c9-4c7f-8416-999b1bdb2a0a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/84fc4644-b8c9-4c7f-8416-999b1bdb2a0a","name":"84fc4644-b8c9-4c7f-8416-999b1bdb2a0a","status":"InProgress","startTime":"2023-06-14T11:30:18.5622508"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:30:25 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/84fc4644-b8c9-4c7f-8416-999b1bdb2a0a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/84fc4644-b8c9-4c7f-8416-999b1bdb2a0a","name":"84fc4644-b8c9-4c7f-8416-999b1bdb2a0a","status":"InProgress","startTime":"2023-06-14T11:30:18.5622508"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:30:30 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/84fc4644-b8c9-4c7f-8416-999b1bdb2a0a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/84fc4644-b8c9-4c7f-8416-999b1bdb2a0a","name":"84fc4644-b8c9-4c7f-8416-999b1bdb2a0a","status":"InProgress","startTime":"2023-06-14T11:30:18.5622508"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:30:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/84fc4644-b8c9-4c7f-8416-999b1bdb2a0a?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/84fc4644-b8c9-4c7f-8416-999b1bdb2a0a","name":"84fc4644-b8c9-4c7f-8416-999b1bdb2a0a","status":"Succeeded","startTime":"2023-06-14T11:30:18.5622508"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:30:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-06-14T11:30:15.4644552","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T11:30:15.4644552"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"ambitiousisland-4fd1494d.eastus.azurecontainerapps.io","staticIp":"20.242.204.138","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"0bde8f3f-ee48-459d-bdd9-84574881b95b","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1535' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:30:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:30:40 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-06-14T11:30:15.4644552","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T11:30:15.4644552"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"ambitiousisland-4fd1494d.eastus.azurecontainerapps.io","staticIp":"20.242.204.138","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"0bde8f3f-ee48-459d-bdd9-84574881b95b","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1535' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:30:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus", "sku": {"name": "Basic"}, "properties": {"adminUserEnabled": + true, "anonymousPullEnabled": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - acr create + Connection: + - keep-alive + Content-Length: + - '121' + Content-Type: + - application/json + ParameterSetName: + - --sku -n -g --admin-enabled + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 + (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004?api-version=2022-02-01-preview + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004","name":"acr000004","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-06-14T11:30:47.7787166+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T11:30:47.7787166+00:00"},"properties":{"loginServer":"acr000004.azurecr.io","creationDate":"2023-06-14T11:30:47.7787166Z","provisioningState":"Creating","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-06-14T11:30:54.8943014+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-06-14T11:30:54.8943014+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - 2022-02-01-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004/operationStatuses/registries-e50126ee-0aa6-11ee-abdc-2c0da7bd12b1?api-version=2022-02-01-preview + cache-control: + - no-cache + content-length: + - '1355' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:30:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - acr create + Connection: + - keep-alive + ParameterSetName: + - --sku -n -g --admin-enabled + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004/operationStatuses/registries-e50126ee-0aa6-11ee-abdc-2c0da7bd12b1?api-version=2022-02-01-preview + response: + body: + string: '{"status":"Succeeded"}' + headers: + api-supported-versions: + - 2022-02-01-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004/operationStatuses/registries-e50126ee-0aa6-11ee-abdc-2c0da7bd12b1?api-version=2022-02-01-preview + cache-control: + - no-cache + content-length: + - '22' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:30:57 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: + - acr create + Connection: + - keep-alive + ParameterSetName: + - --sku -n -g --admin-enabled + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004?api-version=2022-02-01-preview + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004","name":"acr000004","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-06-14T11:30:47.7787166+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T11:30:47.7787166+00:00"},"properties":{"loginServer":"acr000004.azurecr.io","creationDate":"2023-06-14T11:30:47.7787166Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-06-14T11:30:54.8943014+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-06-14T11:30:54.8943014+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - 2022-02-01-preview + cache-control: + - no-cache + content-length: + - '1356' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:30:57 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: + - acr import + Connection: + - keep-alive + ParameterSetName: + - -n --source + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2022-09-01 + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arc-appint-forxinyu12-rg0/providers/Microsoft.ContainerRegistry/registries/caedd971c2c1acr","name":"caedd971c2c1acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-03-15T03:51:22.0481882Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-06T13:17:51.6966031Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004","name":"acr000004","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-06-14T11:30:47.7787166Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T11:30:47.7787166Z"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1082' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:30:57 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - acr import + Connection: + - keep-alive + ParameterSetName: + - -n --source + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004?api-version=2022-02-01-preview + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004","name":"acr000004","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-06-14T11:30:47.7787166+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T11:30:47.7787166+00:00"},"properties":{"loginServer":"acr000004.azurecr.io","creationDate":"2023-06-14T11:30:47.7787166Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-06-14T11:30:54.8943014+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-06-14T11:30:54.8943014+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - 2022-02-01-preview + cache-control: + - no-cache + content-length: + - '1356' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:31:02 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: + - acr import + Connection: + - keep-alive + ParameterSetName: + - -n --source + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerRegistry/registries?api-version=2022-02-01-preview + response: + body: + string: '{"value":[{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arc-appint-forxinyu12-rg0/providers/Microsoft.ContainerRegistry/registries/caedd971c2c1acr","name":"caedd971c2c1acr","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-03-15T03:51:22.0481882+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-06T13:17:51.6966031+00:00"},"properties":{"loginServer":"caedd971c2c1acr.azurecr.io","creationDate":"2023-03-15T03:51:22.0481882Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-03-15T03:51:30.0851106+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-03-15T03:51:30.0851106+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}},{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004","name":"acr000004","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-06-14T11:30:47.7787166+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T11:30:47.7787166+00:00"},"properties":{"loginServer":"acr000004.azurecr.io","creationDate":"2023-06-14T11:30:47.7787166Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-06-14T11:30:54.8943014+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-06-14T11:30:54.8943014+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}]}' + headers: + api-supported-versions: + - 2022-02-01-preview + cache-control: + - no-cache + content-length: + - '2752' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:31:03 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: '{"source": {"registryUri": "mcr.microsoft.com", "sourceImage": "k8se/quickstart:latest"}, + "targetTags": ["k8se/quickstart:latest"], "mode": "NoForce"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - acr import + Connection: + - keep-alive + Content-Length: + - '150' + Content-Type: + - application/json + ParameterSetName: + - -n --source + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 + (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004/importImage?api-version=2022-02-01-preview + response: + body: + string: 'null' + headers: + api-supported-versions: + - 2017-10-01, 2019-05-01, 2019-12-01-preview, 2020-11-01-preview, 2021-06-01-preview, + 2021-08-01-preview, 2021-09-01, 2021-12-01-preview, 2022-02-01-preview, 2022-12-01, + 2023-01-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:31:06 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerRegistry/locations/EASTUS/operationResults/registries-ee04158c-0aa6-11ee-8e3b-2c0da7bd12b1?api-version=2022-02-01-preview + 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: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - acr import + Connection: + - keep-alive + ParameterSetName: + - -n --source + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerRegistry/locations/EASTUS/operationResults/registries-ee04158c-0aa6-11ee-8e3b-2c0da7bd12b1?api-version=2022-02-01-preview + response: + body: + string: '{"k8se/quickstart:latest":"Pending","status":"Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '56' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:31:08 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerRegistry/locations/EASTUS/operationResults/registries-ee04158c-0aa6-11ee-8e3b-2c0da7bd12b1?api-version=2022-02-01-preview + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + 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: + - acr import + Connection: + - keep-alive + ParameterSetName: + - -n --source + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerRegistry/locations/EASTUS/operationResults/registries-ee04158c-0aa6-11ee-8e3b-2c0da7bd12b1?api-version=2022-02-01-preview + response: + body: + string: '{"status":"Succeeded"}' + headers: + cache-control: + - no-cache + content-length: + - '22' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:31:18 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: + - acr credential show + Connection: + - keep-alive + ParameterSetName: + - -n --query + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2022-09-01 + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arc-appint-forxinyu12-rg0/providers/Microsoft.ContainerRegistry/registries/caedd971c2c1acr","name":"caedd971c2c1acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-03-15T03:51:22.0481882Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-06T13:17:51.6966031Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004","name":"acr000004","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-06-14T11:30:47.7787166Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T11:30:47.7787166Z"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1082' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:31: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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - acr credential show + Connection: + - keep-alive + ParameterSetName: + - -n --query + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004?api-version=2022-02-01-preview + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004","name":"acr000004","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-06-14T11:30:47.7787166+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T11:30:47.7787166+00:00"},"properties":{"loginServer":"acr000004.azurecr.io","creationDate":"2023-06-14T11:30:47.7787166Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-06-14T11:30:54.8943014+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-06-14T11:30:54.8943014+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - 2022-02-01-preview + cache-control: + - no-cache + content-length: + - '1356' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:31:20 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: + - acr credential show + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n --query + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 + (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004/listCredentials?api-version=2022-02-01-preview + response: + body: + string: '{"username":"acr000004","passwords":[{"name":"password","value":"0lFVUadMxI4dw8AE854U4hPVZK7584gKwz/LFrq4Gv+ACRD1kAHK"},{"name":"password2","value":"7rz5rUYGClk/aUtS/ddWmqJCppL8H5+RaXjLbvmzkp+ACRCDFKJj"}]}' + headers: + api-supported-versions: + - 2022-02-01-preview + cache-control: + - no-cache + content-length: + - '205' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:31:23 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image --ingress --target-port --environment --registry-server --registry-username + --registry-password + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:31:24 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: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image --ingress --target-port --environment --registry-server --registry-username + --registry-password + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-06-14T11:30:15.4644552","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T11:30:15.4644552"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"ambitiousisland-4fd1494d.eastus.azurecontainerapps.io","staticIp":"20.242.204.138","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"0bde8f3f-ee48-459d-bdd9-84574881b95b","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1535' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:31:27 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image --ingress --target-port --environment --registry-server --registry-username + --registry-password + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:31:27 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"location": "East US", "identity": {"type": "None", "userAssignedIdentities": + null}, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", + "configuration": {"secrets": [{"name": "acr000004azurecrio-443-acr000004", "value": + "0lFVUadMxI4dw8AE854U4hPVZK7584gKwz/LFrq4Gv+ACRD1kAHK"}], "activeRevisionsMode": + "single", "ingress": {"fqdn": null, "external": true, "targetPort": 80, "transport": + "auto", "exposedPort": null, "traffic": null, "customDomains": null, "ipSecurityRestrictions": + null, "stickySessions": null}, "dapr": null, "registries": [{"server": "acr000004.azurecr.io:443", + "username": "acr000004", "passwordSecretRef": "acr000004azurecrio-443-acr000004"}], + "service": null}, "template": {"revisionSuffix": null, "containers": [{"image": + "acr000004.azurecr.io:443/k8se/quickstart:latest", "name": "aca000003", "command": + null, "args": null, "env": null, "resources": null, "volumeMounts": null}], + "initContainers": null, "scale": null, "volumes": null, "serviceBinds": null}, + "workloadProfileName": null}, "tags": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + Content-Length: + - '1148' + Content-Type: + - application/json + ParameterSetName: + - -g -n --image --ingress --target-port --environment --registry-server --registry-username + --registry-password + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000003","name":"aca000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-06-14T11:31:35.988481Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T11:31:35.988481Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["52.226.238.193"],"latestRevisionName":"","latestReadyRevisionName":"","latestRevisionFqdn":"","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":[{"name":"acr000004azurecrio-443-acr000004"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000003.ambitiousisland-4fd1494d.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"acr000004.azurecr.io:443","username":"acr000004","passwordSecretRef":"acr000004azurecrio-443-acr000004","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"acr000004.azurecr.io:443/k8se/quickstart:latest","name":"aca000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/28f9166f-f5cd-408d-84ad-865aecf9df8c?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '2287' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:31:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '699' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image --ingress --target-port --environment --registry-server --registry-username + --registry-password + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/28f9166f-f5cd-408d-84ad-865aecf9df8c?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/28f9166f-f5cd-408d-84ad-865aecf9df8c","name":"28f9166f-f5cd-408d-84ad-865aecf9df8c","status":"InProgress","startTime":"2023-06-14T11:31:37.0099498"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:31:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image --ingress --target-port --environment --registry-server --registry-username + --registry-password + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/28f9166f-f5cd-408d-84ad-865aecf9df8c?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/28f9166f-f5cd-408d-84ad-865aecf9df8c","name":"28f9166f-f5cd-408d-84ad-865aecf9df8c","status":"InProgress","startTime":"2023-06-14T11:31:37.0099498"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:31:45 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image --ingress --target-port --environment --registry-server --registry-username + --registry-password + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/28f9166f-f5cd-408d-84ad-865aecf9df8c?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/28f9166f-f5cd-408d-84ad-865aecf9df8c","name":"28f9166f-f5cd-408d-84ad-865aecf9df8c","status":"InProgress","startTime":"2023-06-14T11:31:37.0099498"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:31:48 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image --ingress --target-port --environment --registry-server --registry-username + --registry-password + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/28f9166f-f5cd-408d-84ad-865aecf9df8c?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/28f9166f-f5cd-408d-84ad-865aecf9df8c","name":"28f9166f-f5cd-408d-84ad-865aecf9df8c","status":"Succeeded","startTime":"2023-06-14T11:31:37.0099498"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '277' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:31:52 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image --ingress --target-port --environment --registry-server --registry-username + --registry-password + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000003","name":"aca000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-06-14T11:31:35.988481","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T11:31:35.988481"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["52.226.238.193"],"latestRevisionName":"aca000003--nb8cezh","latestReadyRevisionName":"aca000003--nb8cezh","latestRevisionFqdn":"aca000003--nb8cezh.ambitiousisland-4fd1494d.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":[{"name":"acr000004azurecrio-443-acr000004"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000003.ambitiousisland-4fd1494d.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"acr000004.azurecr.io:443","username":"acr000004","passwordSecretRef":"acr000004azurecrio-443-acr000004","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"acr000004.azurecr.io:443/k8se/quickstart:latest","name":"aca000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2392' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:31:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:31:57 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000003","name":"aca000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-06-14T11:31:35.988481","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T11:31:35.988481"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["52.226.238.193"],"latestRevisionName":"aca000003--nb8cezh","latestReadyRevisionName":"aca000003--nb8cezh","latestRevisionFqdn":"aca000003--nb8cezh.ambitiousisland-4fd1494d.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":[{"name":"acr000004azurecrio-443-acr000004"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000003.ambitiousisland-4fd1494d.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"acr000004.azurecr.io:443","username":"acr000004","passwordSecretRef":"acr000004azurecrio-443-acr000004","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"acr000004.azurecr.io:443/k8se/quickstart:latest","name":"aca000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2392' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:32:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image --ingress --target-port --environment --registry-server --registry-username + --registry-password + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:32:01 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: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image --ingress --target-port --environment --registry-server --registry-username + --registry-password + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-06-14T11:30:15.4644552","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T11:30:15.4644552"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"ambitiousisland-4fd1494d.eastus.azurecontainerapps.io","staticIp":"20.242.204.138","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"0bde8f3f-ee48-459d-bdd9-84574881b95b","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1535' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:32:03 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image --ingress --target-port --environment --registry-server --registry-username + --registry-password + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:32:04 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": "East US", "identity": {"type": "None", "userAssignedIdentities": + null}, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", + "configuration": {"secrets": [{"name": "acr000004azurecrio-acr000004", "value": + "0lFVUadMxI4dw8AE854U4hPVZK7584gKwz/LFrq4Gv+ACRD1kAHK"}], "activeRevisionsMode": + "single", "ingress": {"fqdn": null, "external": true, "targetPort": 80, "transport": + "auto", "exposedPort": null, "traffic": null, "customDomains": null, "ipSecurityRestrictions": + null, "stickySessions": null}, "dapr": null, "registries": [{"server": "acr000004.azurecr.io", + "username": "acr000004", "passwordSecretRef": "acr000004azurecrio-acr000004"}], + "service": null}, "template": {"revisionSuffix": null, "containers": [{"image": + "acr000004.azurecr.io/k8se/quickstart:latest", "name": "aca000006", "command": + null, "args": null, "env": null, "resources": null, "volumeMounts": null}], + "initContainers": null, "scale": null, "volumes": null, "serviceBinds": null}, + "workloadProfileName": null}, "tags": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + Content-Length: + - '1132' + Content-Type: + - application/json + ParameterSetName: + - -g -n --image --ingress --target-port --environment --registry-server --registry-username + --registry-password + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000006?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000006","name":"aca000006","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-06-14T11:32:08.6108029Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T11:32:08.6108029Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["52.226.238.193"],"latestRevisionName":"","latestReadyRevisionName":"","latestRevisionFqdn":"","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":[{"name":"acr000004azurecrio-acr000004"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000006.ambitiousisland-4fd1494d.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"acr000004.azurecr.io","username":"acr000004","passwordSecretRef":"acr000004azurecrio-acr000004","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"acr000004.azurecr.io/k8se/quickstart:latest","name":"aca000006","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000006/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/dc833840-a7e2-4503-b005-cd33ff540209?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '2273' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:32:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '699' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image --ingress --target-port --environment --registry-server --registry-username + --registry-password + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/dc833840-a7e2-4503-b005-cd33ff540209?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/dc833840-a7e2-4503-b005-cd33ff540209","name":"dc833840-a7e2-4503-b005-cd33ff540209","status":"InProgress","startTime":"2023-06-14T11:32:09.5620146"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:32:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image --ingress --target-port --environment --registry-server --registry-username + --registry-password + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/dc833840-a7e2-4503-b005-cd33ff540209?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/dc833840-a7e2-4503-b005-cd33ff540209","name":"dc833840-a7e2-4503-b005-cd33ff540209","status":"InProgress","startTime":"2023-06-14T11:32:09.5620146"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:32:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image --ingress --target-port --environment --registry-server --registry-username + --registry-password + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/dc833840-a7e2-4503-b005-cd33ff540209?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/dc833840-a7e2-4503-b005-cd33ff540209","name":"dc833840-a7e2-4503-b005-cd33ff540209","status":"Succeeded","startTime":"2023-06-14T11:32:09.5620146"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '277' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:32:19 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image --ingress --target-port --environment --registry-server --registry-username + --registry-password + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000006?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000006","name":"aca000006","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-06-14T11:32:08.6108029","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T11:32:08.6108029"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["52.226.238.193"],"latestRevisionName":"aca000006--qs56vb6","latestReadyRevisionName":"aca000006--qs56vb6","latestRevisionFqdn":"aca000006--qs56vb6.ambitiousisland-4fd1494d.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":[{"name":"acr000004azurecrio-acr000004"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000006.ambitiousisland-4fd1494d.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"acr000004.azurecr.io","username":"acr000004","passwordSecretRef":"acr000004azurecrio-acr000004","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"acr000004.azurecr.io/k8se/quickstart:latest","name":"aca000006","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000006/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2378' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:32:23 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:32:23 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: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000006?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000006","name":"aca000006","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-06-14T11:32:08.6108029","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T11:32:08.6108029"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["52.226.238.193"],"latestRevisionName":"aca000006--qs56vb6","latestReadyRevisionName":"aca000006--qs56vb6","latestRevisionFqdn":"aca000006--qs56vb6.ambitiousisland-4fd1494d.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":[{"name":"acr000004azurecrio-acr000004"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000006.ambitiousisland-4fd1494d.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"acr000004.azurecr.io","username":"acr000004","passwordSecretRef":"acr000004azurecrio-acr000004","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"acr000004.azurecr.io/k8se/quickstart:latest","name":"aca000006","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000006/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2378' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 11:32:27 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +version: 1 diff --git a/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_registry_identity_system.yaml b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_registry_identity_system.yaml index 6eda91219d7..08295cf9e6d 100644 --- a/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_registry_identity_system.yaml +++ b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_registry_identity_system.yaml @@ -23,7 +23,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000005?api-version=2021-12-01-preview response: body: - string: '{"properties":{"customerId":"02faabea-c005-45a0-8fdc-a66e11736762","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-05-06T05:38:01.1430463Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-05-06T18:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-05-06T05:38:01.1430463Z","modifiedDate":"2023-05-06T05:38:01.1430463Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000005","name":"containerapp-env000005","type":"Microsoft.OperationalInsights/workspaces"}' + string: '{"properties":{"customerId":"3f62f2cd-05e9-45d8-8f43-36ca09d7906d","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-05-30T06:05:13.5983508Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-05-31T02:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-05-30T06:05:13.5983508Z","modifiedDate":"2023-05-30T06:05:13.5983508Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000005","name":"containerapp-env000005","type":"Microsoft.OperationalInsights/workspaces"}' headers: access-control-allow-origin: - '*' @@ -36,7 +36,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:38:01 GMT + - Tue, 30 May 2023 06:05:14 GMT expires: - '-1' location: @@ -45,14 +45,12 @@ interactions: - no-cache request-context: - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 - server: - - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' x-powered-by: - ASP.NET status: @@ -77,7 +75,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000005?api-version=2021-12-01-preview response: body: - string: '{"properties":{"customerId":"02faabea-c005-45a0-8fdc-a66e11736762","provisioningState":"Succeeded","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-05-06T05:38:01.1430463Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-05-06T18:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-05-06T05:38:01.1430463Z","modifiedDate":"2023-05-06T05:38:01.1430463Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000005","name":"containerapp-env000005","type":"Microsoft.OperationalInsights/workspaces"}' + string: '{"properties":{"customerId":"3f62f2cd-05e9-45d8-8f43-36ca09d7906d","provisioningState":"Succeeded","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-05-30T06:05:13.5983508Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-05-31T02:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-05-30T06:05:13.5983508Z","modifiedDate":"2023-05-30T06:05:13.5983508Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000005","name":"containerapp-env000005","type":"Microsoft.OperationalInsights/workspaces"}' headers: access-control-allow-origin: - '*' @@ -90,15 +88,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:38:32 GMT + - Tue, 30 May 2023 06:05:45 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 - server: - - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -133,7 +129,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000005/sharedKeys?api-version=2020-08-01 response: body: - string: '{"primarySharedKey":"V5lZ2TO9b/N19dHIzfsdYimy9L4SvynU5czWDOt96WzU7I8et3TwiRpXNT1Jw9zOZRn6Xcyc1wJYbwCOSVu+Kg==","secondarySharedKey":"c3FH4oU6+6pz5BAVZmJq2Uk/O1xUst5y+uy9dPSpjvnrHvMj/fqHwdpe1eGTgEkErd/PuzIus0wPj6z86q9o/g=="}' + string: '{"primarySharedKey":"p97CFLvHP99Xr5Gx3LYE5IZ93fwnMLa1udlf+TceYCuNmjQscrcXL7GL7lwyVyFN8JIFj5cRFnWPqmckeo7WxQ==","secondarySharedKey":"pPoTNIKIErN/uKKTSrrBTKZloKFkJPxkt4EPZWZypY4Dt8xr6v7pH0Gj/puGrGNpRB11dvAVJOPyz47KBfa2Zw=="}' headers: access-control-allow-origin: - '*' @@ -146,15 +142,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:38:34 GMT + - Tue, 30 May 2023 06:05:48 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 - server: - - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -195,93 +189,93 @@ interactions: US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache content-length: - - '10638' + - '10587' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:38:35 GMT + - Tue, 30 May 2023 06:05:50 GMT expires: - '-1' pragma: @@ -320,93 +314,93 @@ interactions: US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache content-length: - - '10638' + - '10587' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:38:35 GMT + - Tue, 30 May 2023 06:05:50 GMT expires: - '-1' pragma: @@ -445,93 +439,93 @@ interactions: US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache content-length: - - '10638' + - '10587' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:38:36 GMT + - Tue, 30 May 2023 06:05:51 GMT expires: - '-1' pragma: @@ -570,93 +564,93 @@ interactions: US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache content-length: - - '10638' + - '10587' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:38:36 GMT + - Tue, 30 May 2023 06:05:52 GMT expires: - '-1' pragma: @@ -673,8 +667,8 @@ interactions: - request: body: '{"location": "eastus", "tags": null, "properties": {"daprAIInstrumentationKey": null, "vnetConfiguration": null, "appLogsConfiguration": {"destination": "log-analytics", - "logAnalyticsConfiguration": {"customerId": "02faabea-c005-45a0-8fdc-a66e11736762", - "sharedKey": "V5lZ2TO9b/N19dHIzfsdYimy9L4SvynU5czWDOt96WzU7I8et3TwiRpXNT1Jw9zOZRn6Xcyc1wJYbwCOSVu+Kg=="}}, + "logAnalyticsConfiguration": {"customerId": "3f62f2cd-05e9-45d8-8f43-36ca09d7906d", + "sharedKey": "p97CFLvHP99Xr5Gx3LYE5IZ93fwnMLa1udlf+TceYCuNmjQscrcXL7GL7lwyVyFN8JIFj5cRFnWPqmckeo7WxQ=="}}, "customDomainConfiguration": null, "workloadProfiles": null, "zoneRedundant": false}}' headers: @@ -698,21 +692,21 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:38:41.1347169Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:38:41.1347169Z"},"properties":{"provisioningState":"Waiting","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"thankfultree-3fbb59e2.eastus.azurecontainerapps.io","staticIp":"20.119.107.253","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"02faabea-c005-45a0-8fdc-a66e11736762","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.9.2"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDateUtc":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T06:05:56.4370394Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T06:05:56.4370394Z"},"properties":{"provisioningState":"Waiting","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"redrock-08962be4.eastus.azurecontainerapps.io","staticIp":"52.224.75.124","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"3f62f2cd-05e9-45d8-8f43-36ca09d7906d","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, 2023-02-01, 2023-04-01-preview azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8bd61aa3-a623-4b72-911a-6fb641be49bb?api-version=2023-04-01-preview&azureAsyncOperation=true + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true cache-control: - no-cache content-length: - - '1485' + - '1503' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:38:43 GMT + - Tue, 30 May 2023 06:06:00 GMT expires: - '-1' pragma: @@ -748,10 +742,10 @@ interactions: User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8bd61aa3-a623-4b72-911a-6fb641be49bb?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8bd61aa3-a623-4b72-911a-6fb641be49bb","name":"8bd61aa3-a623-4b72-911a-6fb641be49bb","status":"InProgress","startTime":"2023-05-06T05:38:43.1751898"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -763,7 +757,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:38:45 GMT + - Tue, 30 May 2023 06:06:01 GMT expires: - '-1' pragma: @@ -799,10 +793,10 @@ interactions: User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8bd61aa3-a623-4b72-911a-6fb641be49bb?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8bd61aa3-a623-4b72-911a-6fb641be49bb","name":"8bd61aa3-a623-4b72-911a-6fb641be49bb","status":"InProgress","startTime":"2023-05-06T05:38:43.1751898"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -814,7 +808,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:38:49 GMT + - Tue, 30 May 2023 06:06:05 GMT expires: - '-1' pragma: @@ -850,10 +844,10 @@ interactions: User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8bd61aa3-a623-4b72-911a-6fb641be49bb?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8bd61aa3-a623-4b72-911a-6fb641be49bb","name":"8bd61aa3-a623-4b72-911a-6fb641be49bb","status":"InProgress","startTime":"2023-05-06T05:38:43.1751898"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -865,7 +859,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:38:53 GMT + - Tue, 30 May 2023 06:06:09 GMT expires: - '-1' pragma: @@ -901,10 +895,10 @@ interactions: User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8bd61aa3-a623-4b72-911a-6fb641be49bb?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8bd61aa3-a623-4b72-911a-6fb641be49bb","name":"8bd61aa3-a623-4b72-911a-6fb641be49bb","status":"InProgress","startTime":"2023-05-06T05:38:43.1751898"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -916,7 +910,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:38:57 GMT + - Tue, 30 May 2023 06:06:13 GMT expires: - '-1' pragma: @@ -952,10 +946,10 @@ interactions: User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8bd61aa3-a623-4b72-911a-6fb641be49bb?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8bd61aa3-a623-4b72-911a-6fb641be49bb","name":"8bd61aa3-a623-4b72-911a-6fb641be49bb","status":"InProgress","startTime":"2023-05-06T05:38:43.1751898"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -967,7 +961,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:38:59 GMT + - Tue, 30 May 2023 06:06:17 GMT expires: - '-1' pragma: @@ -1003,10 +997,10 @@ interactions: User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8bd61aa3-a623-4b72-911a-6fb641be49bb?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8bd61aa3-a623-4b72-911a-6fb641be49bb","name":"8bd61aa3-a623-4b72-911a-6fb641be49bb","status":"InProgress","startTime":"2023-05-06T05:38:43.1751898"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1018,7 +1012,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:39:03 GMT + - Tue, 30 May 2023 06:06:20 GMT expires: - '-1' pragma: @@ -1054,10 +1048,10 @@ interactions: User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8bd61aa3-a623-4b72-911a-6fb641be49bb?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/8bd61aa3-a623-4b72-911a-6fb641be49bb","name":"8bd61aa3-a623-4b72-911a-6fb641be49bb","status":"Succeeded","startTime":"2023-05-06T05:38:43.1751898"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1065,11 +1059,11 @@ interactions: cache-control: - no-cache content-length: - - '283' + - '284' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:39:08 GMT + - Tue, 30 May 2023 06:06:24 GMT expires: - '-1' pragma: @@ -1105,10 +1099,10 @@ interactions: User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:38:41.1347169","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:38:41.1347169"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"thankfultree-3fbb59e2.eastus.azurecontainerapps.io","staticIp":"20.119.107.253","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"02faabea-c005-45a0-8fdc-a66e11736762","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.9.2"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDateUtc":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1116,11 +1110,11 @@ interactions: cache-control: - no-cache content-length: - - '1485' + - '284' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:39:09 GMT + - Tue, 30 May 2023 06:06:27 GMT expires: - '-1' pragma: @@ -1144,124 +1138,50 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - containerapp env show + - containerapp env create Connection: - keep-alive ParameterSetName: - - -g -n + - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North - Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US - 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West - US","Central US","North Central US","South Central US","Korea Central","Brazil - South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview cache-control: - no-cache content-length: - - '10638' + - '284' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:39:09 GMT + - Tue, 30 May 2023 06:06:30 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - - Accept-Encoding + - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff + x-powered-by: + - ASP.NET status: code: 200 message: OK @@ -1273,18 +1193,18 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - containerapp env show + - containerapp env create Connection: - keep-alive ParameterSetName: - - -g -n + - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:38:41.1347169","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:38:41.1347169"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"thankfultree-3fbb59e2.eastus.azurecontainerapps.io","staticIp":"20.119.107.253","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"02faabea-c005-45a0-8fdc-a66e11736762","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.9.2"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDateUtc":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1292,11 +1212,11 @@ interactions: cache-control: - no-cache content-length: - - '1485' + - '284' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:39:11 GMT + - Tue, 30 May 2023 06:06:35 GMT expires: - '-1' pragma: @@ -1317,59 +1237,56 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus", "sku": {"name": "Basic"}, "properties": {"adminUserEnabled": - true, "anonymousPullEnabled": false}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - acr create + - containerapp env create Connection: - keep-alive - Content-Length: - - '121' - Content-Type: - - application/json ParameterSetName: - - --sku -n -g --admin-enabled + - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 - (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004?api-version=2022-02-01-preview + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004","name":"acr000004","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:39:15.7330345+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:39:15.7330345+00:00"},"properties":{"loginServer":"acr000004.azurecr.io","creationDate":"2023-05-06T05:39:15.7330345Z","provisioningState":"Creating","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-05-06T05:39:23.7728943+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-05-06T05:39:23.7728943+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' headers: api-supported-versions: - - 2022-02-01-preview - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004/operationStatuses/registries-53aabf71-ebd0-11ed-b69d-2c0da7bd12b1?api-version=2022-02-01-preview + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview cache-control: - no-cache content-length: - - '1355' + - '284' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:39:24 GMT + - Tue, 30 May 2023 06:06:38 GMT expires: - '-1' pragma: - no-cache server: - - Microsoft-HTTPAPI/2.0 + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' + x-powered-by: + - ASP.NET status: - code: 201 - message: Created + code: 200 + message: OK - request: body: null headers: @@ -1378,46 +1295,46 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - acr create + - containerapp env create Connection: - keep-alive ParameterSetName: - - --sku -n -g --admin-enabled + - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 - (Windows-10-10.0.22621-SP0) + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004/operationStatuses/registries-53aabf71-ebd0-11ed-b69d-2c0da7bd12b1?api-version=2022-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"status":"Succeeded"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' headers: api-supported-versions: - - 2022-02-01-preview - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004/operationStatuses/registries-53aabf71-ebd0-11ed-b69d-2c0da7bd12b1?api-version=2022-02-01-preview + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview cache-control: - no-cache content-length: - - '22' + - '284' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:39:34 GMT + - Tue, 30 May 2023 06:06:42 GMT expires: - '-1' pragma: - no-cache server: - - Microsoft-HTTPAPI/2.0 + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - - Accept-Encoding + - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff + x-powered-by: + - ASP.NET status: code: 200 message: OK @@ -1429,44 +1346,46 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - acr create + - containerapp env create Connection: - keep-alive ParameterSetName: - - --sku -n -g --admin-enabled + - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 - (Windows-10-10.0.22621-SP0) + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004?api-version=2022-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004","name":"acr000004","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:39:15.7330345+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:39:15.7330345+00:00"},"properties":{"loginServer":"acr000004.azurecr.io","creationDate":"2023-05-06T05:39:15.7330345Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-05-06T05:39:23.7728943+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-05-06T05:39:23.7728943+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' headers: api-supported-versions: - - 2022-02-01-preview + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview cache-control: - no-cache content-length: - - '1356' + - '284' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:39:35 GMT + - Tue, 30 May 2023 06:06:44 GMT expires: - '-1' pragma: - no-cache server: - - Microsoft-HTTPAPI/2.0 + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - - Accept-Encoding + - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff + x-powered-by: + - ASP.NET status: code: 200 message: OK @@ -1474,41 +1393,50 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - acr import + - containerapp env create Connection: - keep-alive ParameterSetName: - - -n --source + - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arc-appint-forxinyu12-rg0/providers/Microsoft.ContainerRegistry/registries/caedd971c2c1acr","name":"caedd971c2c1acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-03-15T03:51:22.0481882Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-06T13:17:51.6966031Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004","name":"acr000004","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:39:15.7330345Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:39:15.7330345Z"}}]}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview cache-control: - no-cache content-length: - - '1082' + - '284' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:39:36 GMT + - Tue, 30 May 2023 06:06:48 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - - Accept-Encoding + - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff + x-powered-by: + - ASP.NET status: code: 200 message: OK @@ -1516,48 +1444,50 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - acr import + - containerapp env create Connection: - keep-alive ParameterSetName: - - -n --source + - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 - (Windows-10-10.0.22621-SP0) + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004?api-version=2022-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004","name":"acr000004","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:39:15.7330345+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:39:15.7330345+00:00"},"properties":{"loginServer":"acr000004.azurecr.io","creationDate":"2023-05-06T05:39:15.7330345Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-05-06T05:39:23.7728943+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-05-06T05:39:23.7728943+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' headers: api-supported-versions: - - 2022-02-01-preview + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview cache-control: - no-cache content-length: - - '1356' + - '284' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:39:37 GMT + - Tue, 30 May 2023 06:06:52 GMT expires: - '-1' pragma: - no-cache server: - - Microsoft-HTTPAPI/2.0 + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - - Accept-Encoding + - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff + x-powered-by: + - ASP.NET status: code: 200 message: OK @@ -1565,107 +1495,104 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - acr import + - containerapp env create Connection: - keep-alive ParameterSetName: - - -n --source + - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 - (Windows-10-10.0.22621-SP0) + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerRegistry/registries?api-version=2022-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"value":[{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arc-appint-forxinyu12-rg0/providers/Microsoft.ContainerRegistry/registries/caedd971c2c1acr","name":"caedd971c2c1acr","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-03-15T03:51:22.0481882+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-06T13:17:51.6966031+00:00"},"properties":{"loginServer":"caedd971c2c1acr.azurecr.io","creationDate":"2023-03-15T03:51:22.0481882Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-03-15T03:51:30.0851106+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-03-15T03:51:30.0851106+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}},{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004","name":"acr000004","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:39:15.7330345+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:39:15.7330345+00:00"},"properties":{"loginServer":"acr000004.azurecr.io","creationDate":"2023-05-06T05:39:15.7330345Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-05-06T05:39:23.7728943+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-05-06T05:39:23.7728943+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}]}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' headers: api-supported-versions: - - 2022-02-01-preview + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview cache-control: - no-cache content-length: - - '2752' + - '284' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:39:40 GMT + - Tue, 30 May 2023 06:06:56 GMT expires: - '-1' pragma: - no-cache server: - - Microsoft-HTTPAPI/2.0 + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - - Accept-Encoding + - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff + x-powered-by: + - ASP.NET status: code: 200 message: OK - request: - body: '{"source": {"registryUri": "mcr.microsoft.com", "sourceImage": "k8se/quickstart:latest"}, - "targetTags": ["k8se/quickstart:latest"], "mode": "NoForce"}' + body: null headers: Accept: - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - acr import + - containerapp env create Connection: - keep-alive - Content-Length: - - '150' - Content-Type: - - application/json ParameterSetName: - - -n --source + - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 - (Windows-10-10.0.22621-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004/importImage?api-version=2022-02-01-preview + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: 'null' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' headers: api-supported-versions: - - 2017-10-01, 2019-05-01, 2019-12-01-preview, 2020-11-01-preview, 2021-06-01-preview, - 2021-08-01-preview, 2021-09-01, 2021-12-01-preview, 2022-02-01-preview, 2022-12-01, - 2023-01-01-preview + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview cache-control: - no-cache content-length: - - '4' + - '284' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:39:42 GMT + - Tue, 30 May 2023 06:07:00 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerRegistry/locations/EASTUS/operationResults/registries-62429d7b-ebd0-11ed-bccc-2c0da7bd12b1?api-version=2022-02-01-preview pragma: - no-cache server: - - Microsoft-HTTPAPI/2.0 + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' + x-powered-by: + - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -1674,42 +1601,97 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - acr import + - containerapp env create Connection: - keep-alive ParameterSetName: - - -n --source + - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 - (Windows-10-10.0.22621-SP0) + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerRegistry/locations/EASTUS/operationResults/registries-62429d7b-ebd0-11ed-bccc-2c0da7bd12b1?api-version=2022-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"status":"Succeeded"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:07:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview cache-control: - no-cache content-length: - - '22' + - '284' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:39:52 GMT + - Tue, 30 May 2023 06:07:06 GMT expires: - '-1' pragma: - no-cache server: - - Microsoft-HTTPAPI/2.0 + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - - Accept-Encoding + - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff + x-powered-by: + - ASP.NET status: code: 200 message: OK @@ -1717,114 +1699,3724 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - containerapp create + - containerapp env create Connection: - keep-alive ParameterSetName: - - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + - -g -n --logs-workspace-id --logs-workspace-key User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North - Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:07:09 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:07:13 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:07:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:07:20 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:07:23 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:07:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:07:30 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:07:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:07:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:07:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:07:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:07:46 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:07:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:07:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:07:58 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:08:02 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:08:05 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:08:09 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:08:12 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:08:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:08:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:08:22 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:08:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:08:29 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:08:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:08:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:08:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"InProgress","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:08:45 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/c83f6022-168a-4400-b743-25ed0ee0a4c9","name":"c83f6022-168a-4400-b743-25ed0ee0a4c9","status":"Succeeded","startTime":"2023-05-30T06:05:59.3995376"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:08:48 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T06:05:56.4370394","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T06:05:56.4370394"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"redrock-08962be4.eastus.azurecontainerapps.io","staticIp":"52.224.75.124","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"3f62f2cd-05e9-45d8-8f43-36ca09d7906d","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '1503' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:08:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:08:52 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: + - containerapp env show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T06:05:56.4370394","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T06:05:56.4370394"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"redrock-08962be4.eastus.azurecontainerapps.io","staticIp":"52.224.75.124","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"3f62f2cd-05e9-45d8-8f43-36ca09d7906d","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '1503' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:08:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus", "sku": {"name": "Basic"}, "properties": {"adminUserEnabled": + true, "anonymousPullEnabled": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - acr create + Connection: + - keep-alive + Content-Length: + - '121' + Content-Type: + - application/json + ParameterSetName: + - --sku -n -g --admin-enabled + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 + (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004?api-version=2022-02-01-preview + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004","name":"acr000004","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T06:09:00.6783526+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T06:09:00.6783526+00:00"},"properties":{"loginServer":"acr000004.azurecr.io","creationDate":"2023-05-30T06:09:00.6783526Z","provisioningState":"Creating","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-05-30T06:09:08.2877954+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-05-30T06:09:08.2877954+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - 2022-02-01-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004/operationStatuses/registries-74c4d837-feb0-11ed-a960-2c0da7bd12b1?api-version=2022-02-01-preview + cache-control: + - no-cache + content-length: + - '1355' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:09:09 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - acr create + Connection: + - keep-alive + ParameterSetName: + - --sku -n -g --admin-enabled + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004/operationStatuses/registries-74c4d837-feb0-11ed-a960-2c0da7bd12b1?api-version=2022-02-01-preview + response: + body: + string: '{"status":"Succeeded"}' + headers: + api-supported-versions: + - 2022-02-01-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004/operationStatuses/registries-74c4d837-feb0-11ed-a960-2c0da7bd12b1?api-version=2022-02-01-preview + cache-control: + - no-cache + content-length: + - '22' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:09:20 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: + - acr create + Connection: + - keep-alive + ParameterSetName: + - --sku -n -g --admin-enabled + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004?api-version=2022-02-01-preview + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004","name":"acr000004","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T06:09:00.6783526+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T06:09:00.6783526+00:00"},"properties":{"loginServer":"acr000004.azurecr.io","creationDate":"2023-05-30T06:09:00.6783526Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-05-30T06:09:08.2877954+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-05-30T06:09:08.2877954+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - 2022-02-01-preview + cache-control: + - no-cache + content-length: + - '1356' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:09:20 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: + - acr import + Connection: + - keep-alive + ParameterSetName: + - -n --source + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2022-09-01 + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arc-appint-forxinyu12-rg0/providers/Microsoft.ContainerRegistry/registries/caedd971c2c1acr","name":"caedd971c2c1acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-03-15T03:51:22.0481882Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-06T13:17:51.6966031Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004","name":"acr000004","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T06:09:00.6783526Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T06:09:00.6783526Z"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1082' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:09:21 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - acr import + Connection: + - keep-alive + ParameterSetName: + - -n --source + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004?api-version=2022-02-01-preview + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004","name":"acr000004","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T06:09:00.6783526+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T06:09:00.6783526+00:00"},"properties":{"loginServer":"acr000004.azurecr.io","creationDate":"2023-05-30T06:09:00.6783526Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-05-30T06:09:08.2877954+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-05-30T06:09:08.2877954+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - 2022-02-01-preview + cache-control: + - no-cache + content-length: + - '1356' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:09:23 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: + - acr import + Connection: + - keep-alive + ParameterSetName: + - -n --source + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerRegistry/registries?api-version=2022-02-01-preview + response: + body: + string: '{"value":[{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arc-appint-forxinyu12-rg0/providers/Microsoft.ContainerRegistry/registries/caedd971c2c1acr","name":"caedd971c2c1acr","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-03-15T03:51:22.0481882+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-06T13:17:51.6966031+00:00"},"properties":{"loginServer":"caedd971c2c1acr.azurecr.io","creationDate":"2023-03-15T03:51:22.0481882Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-03-15T03:51:30.0851106+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-03-15T03:51:30.0851106+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}},{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004","name":"acr000004","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T06:09:00.6783526+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T06:09:00.6783526+00:00"},"properties":{"loginServer":"acr000004.azurecr.io","creationDate":"2023-05-30T06:09:00.6783526Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-05-30T06:09:08.2877954+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-05-30T06:09:08.2877954+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}]}' + headers: + api-supported-versions: + - 2022-02-01-preview + cache-control: + - no-cache + content-length: + - '2752' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:09:23 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: '{"source": {"registryUri": "mcr.microsoft.com", "sourceImage": "k8se/quickstart:latest"}, + "targetTags": ["k8se/quickstart:latest"], "mode": "NoForce"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - acr import + Connection: + - keep-alive + Content-Length: + - '150' + Content-Type: + - application/json + ParameterSetName: + - -n --source + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 + (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004/importImage?api-version=2022-02-01-preview + response: + body: + string: 'null' + headers: + api-supported-versions: + - 2017-10-01, 2019-05-01, 2019-12-01-preview, 2020-11-01-preview, 2021-06-01-preview, + 2021-08-01-preview, 2021-09-01, 2021-12-01-preview, 2022-02-01-preview, 2022-12-01, + 2023-01-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:09:27 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerRegistry/locations/EASTUS/operationResults/registries-84bbc703-feb0-11ed-8525-2c0da7bd12b1?api-version=2022-02-01-preview + 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: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - acr import + Connection: + - keep-alive + ParameterSetName: + - -n --source + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerRegistry/locations/EASTUS/operationResults/registries-84bbc703-feb0-11ed-8525-2c0da7bd12b1?api-version=2022-02-01-preview + response: + body: + string: '{"status":"Succeeded"}' + headers: + cache-control: + - no-cache + content-length: + - '22' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:09:37 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: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:09:37 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T06:05:56.4370394","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T06:05:56.4370394"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"redrock-08962be4.eastus.azurecontainerapps.io","staticIp":"52.224.75.124","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"3f62f2cd-05e9-45d8-8f43-36ca09d7906d","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '1503' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:09:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:09:40 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus", "identity": {"type": "SystemAssigned", "userAssignedIdentities": + null}, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", + "configuration": {"secrets": null, "activeRevisionsMode": "single", "ingress": + {"fqdn": null, "external": true, "targetPort": 80, "transport": "auto", "exposedPort": + null, "traffic": null, "customDomains": null, "ipSecurityRestrictions": null, + "stickySessions": null}, "dapr": null, "registries": null, "service": null}, + "template": {"revisionSuffix": null, "containers": [{"image": "mcr.microsoft.com/k8se/quickstart:latest", + "name": "aca000003", "command": null, "args": null, "env": null, "resources": + null, "volumeMounts": null}], "initContainers": null, "scale": null, "volumes": + null, "serviceBinds": null}, "workloadProfileName": null}, "tags": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + Content-Length: + - '925' + Content-Type: + - application/json + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000003","name":"aca000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T06:09:45.1487048Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T06:09:45.1487048Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["52.191.38.225"],"latestRevisionName":"","latestReadyRevisionName":"","latestRevisionFqdn":"","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000003.redrock-08962be4.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"aca000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000003/eventstream"},"identity":{"type":"SystemAssigned","principalId":"cd7af0bb-fb20-40df-83e0-3f0465f8ad81","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/1ce61029-5950-4db0-993b-53327bfdc6b1?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '2218' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:09:50 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '699' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/1ce61029-5950-4db0-993b-53327bfdc6b1?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/1ce61029-5950-4db0-993b-53327bfdc6b1","name":"1ce61029-5950-4db0-993b-53327bfdc6b1","status":"InProgress","startTime":"2023-05-30T06:09:48.2971424"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:09:52 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/1ce61029-5950-4db0-993b-53327bfdc6b1?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/1ce61029-5950-4db0-993b-53327bfdc6b1","name":"1ce61029-5950-4db0-993b-53327bfdc6b1","status":"Succeeded","startTime":"2023-05-30T06:09:48.2971424"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '277' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:09:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000003","name":"aca000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T06:09:45.1487048","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T06:09:45.1487048"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["52.191.38.225"],"latestRevisionName":"aca000003--mo3n64e","latestReadyRevisionName":"aca000003--mo3n64e","latestRevisionFqdn":"aca000003--mo3n64e.redrock-08962be4.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000003.redrock-08962be4.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"aca000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000003/eventstream"},"identity":{"type":"SystemAssigned","principalId":"cd7af0bb-fb20-40df-83e0-3f0465f8ad81","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '2315' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:09:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2022-09-01 + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arc-appint-forxinyu12-rg0/providers/Microsoft.ContainerRegistry/registries/caedd971c2c1acr","name":"caedd971c2c1acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-03-15T03:51:22.0481882Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-06T13:17:51.6966031Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004","name":"acr000004","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T06:09:00.6783526Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T06:09:00.6783526Z"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1082' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:09:59 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: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004?api-version=2022-12-01 + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004","name":"acr000004","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T06:09:00.6783526+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T06:09:00.6783526+00:00"},"properties":{"loginServer":"acr000004.azurecr.io","creationDate":"2023-05-30T06:09:00.6783526Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-05-30T06:09:08.2877954+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-05-30T06:09:08.2877954+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - '2022-12-01' + cache-control: + - no-cache + content-length: + - '1356' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:10:01 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: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%27cd7af0bb-fb20-40df-83e0-3f0465f8ad81%27%29 + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '92' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Tue, 30 May 2023 06:10:01 GMT + odata-version: + - '4.0' + request-id: + - 785aa329-512d-4a47-9f41-dbf6b07eee15 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"001","RoleInstance":"SI2PEPF00003BAB"}}' + x-ms-resource-unit: + - '1' + status: + code: 200 + message: OK +- request: + body: '{"ids": ["cd7af0bb-fb20-40df-83e0-3f0465f8ad81"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '91' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Tue, 30 May 2023 06:10:01 GMT + location: + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - 3ca36c37-6c69-4f33-97eb-5428f10001c0 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"001","RoleInstance":"SI2PEPF00001642"}}' + x-ms-resource-unit: + - '3' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%27cd7af0bb-fb20-40df-83e0-3f0465f8ad81%27%29 + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '92' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Tue, 30 May 2023 06:10:07 GMT + odata-version: + - '4.0' + request-id: + - 4c532b70-a869-4dfc-850a-a75a23f4652c + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"001","RoleInstance":"SI2PEPF00001640"}}' + x-ms-resource-unit: + - '1' + status: + code: 200 + message: OK +- request: + body: '{"ids": ["cd7af0bb-fb20-40df-83e0-3f0465f8ad81"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '91' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Tue, 30 May 2023 06:10:08 GMT + location: + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - 1feea882-b84e-4969-b3d5-2c646a62fae0 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"001","RoleInstance":"SI2PEPF00000BC1"}}' + x-ms-resource-unit: + - '3' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%27cd7af0bb-fb20-40df-83e0-3f0465f8ad81%27%29 + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '92' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Tue, 30 May 2023 06:10:13 GMT + odata-version: + - '4.0' + request-id: + - fd36f99b-5ca9-459e-ace2-5ee36fd5ca87 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"001","RoleInstance":"SI2PEPF000039D7"}}' + x-ms-resource-unit: + - '1' + status: + code: 200 + message: OK +- request: + body: '{"ids": ["cd7af0bb-fb20-40df-83e0-3f0465f8ad81"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '91' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Tue, 30 May 2023 06:10:13 GMT + location: + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - 0fd31b85-86c4-4c19-8f39-a3ce2b42b28a + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"001","RoleInstance":"SI2PEPF000018C8"}}' + x-ms-resource-unit: + - '3' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%27cd7af0bb-fb20-40df-83e0-3f0465f8ad81%27%29 + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '92' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Tue, 30 May 2023 06:10:20 GMT + odata-version: + - '4.0' + request-id: + - fa073ca9-0f28-4fcf-96df-44a47c516c46 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"001","RoleInstance":"SI2PEPF0000163A"}}' + x-ms-resource-unit: + - '1' + status: + code: 200 + message: OK +- request: + body: '{"ids": ["cd7af0bb-fb20-40df-83e0-3f0465f8ad81"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"cd7af0bb-fb20-40df-83e0-3f0465f8ad81","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000003"],"appDisplayName":null,"appDescription":null,"appId":"3ec058cc-45cf-442f-8ba2-349bcdb405ab","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-05-30T06:09:46Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"aca000003","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["3ec058cc-45cf-442f-8ba2-349bcdb405ab","https://identity.azure.net/uy8Iiz5WnLuKyi8zzAW+RxAitbrErBCupn9vOkTg+OE="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"229FD0B0AB712C4FE29D4B45750DF1113E0EA305","displayName":"CN=3ec058cc-45cf-442f-8ba2-349bcdb405ab","endDateTime":"2023-08-28T06:04:00Z","key":null,"keyId":"5bbf12ef-e9d8-4eec-81f5-870d3ad53fd9","startDateTime":"2023-05-30T06:04:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1709' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Tue, 30 May 2023 06:10:19 GMT + location: + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - d540ffc3-e042-4213-99c4-d087892e8af4 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"001","RoleInstance":"SI2PEPF00000BCC"}}' + x-ms-resource-unit: + - '3' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.11 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27acrpull%27&api-version=2022-04-01 + response: + body: + string: '{"value":[{"properties":{"roleName":"AcrPull","type":"BuiltInRole","description":"acr + pull","assignableScopes":["/"],"permissions":[{"actions":["Microsoft.ContainerRegistry/registries/pull/read"],"notActions":[],"dataActions":[],"notDataActions":[]}],"createdOn":"2018-10-22T19:01:56.8227182Z","updatedOn":"2021-11-11T20:13:08.8779328Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f951dda-4ed3-4680-a7ca-43fe172d538d","type":"Microsoft.Authorization/roleDefinitions","name":"7f951dda-4ed3-4680-a7ca-43fe172d538d"}]}' + headers: + cache-control: + - no-cache + content-length: + - '615' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:10:21 GMT + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f951dda-4ed3-4680-a7ca-43fe172d538d", + "principalId": "cd7af0bb-fb20-40df-83e0-3f0465f8ad81", "principalType": "ServicePrincipal"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + Content-Length: + - '270' + Content-Type: + - application/json + Cookie: + - x-ms-gateway-slice=Production + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.11 + (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004/providers/Microsoft.Authorization/roleAssignments/1b897a22-7ff6-4829-98a4-2902b0982019?api-version=2022-04-01 + response: + body: + string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f951dda-4ed3-4680-a7ca-43fe172d538d","principalId":"cd7af0bb-fb20-40df-83e0-3f0465f8ad81","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T06:10:21.8440730Z","updatedOn":"2023-05-30T06:10:22.1510702Z","createdBy":null,"updatedBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004/providers/Microsoft.Authorization/roleAssignments/1b897a22-7ff6-4829-98a4-2902b0982019","type":"Microsoft.Authorization/roleAssignments","name":"1b897a22-7ff6-4829-98a4-2902b0982019"}' + headers: + cache-control: + - no-cache + content-length: + - '1005' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:10:24 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: '{"location": "eastus", "identity": {"type": "SystemAssigned", "userAssignedIdentities": + null}, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", + "configuration": {"secrets": null, "activeRevisionsMode": "single", "ingress": + {"fqdn": null, "external": true, "targetPort": 80, "transport": "auto", "exposedPort": + null, "traffic": null, "customDomains": null, "ipSecurityRestrictions": null, + "stickySessions": null}, "dapr": null, "registries": [{"server": "acr000004.azurecr.io", + "username": null, "passwordSecretRef": null, "identity": "system"}], "service": + null}, "template": {"revisionSuffix": null, "containers": [{"image": "acr000004.azurecr.io/k8se/quickstart:latest", + "name": "aca000003", "command": null, "args": null, "env": null, "resources": + null, "volumeMounts": null}], "initContainers": null, "scale": null, "volumes": + null, "serviceBinds": null}, "workloadProfileName": null}, "tags": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + Content-Length: + - '1027' + Content-Type: + - application/json + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000003","name":"aca000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T06:09:45.1487048","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T06:10:26.4329692Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["52.191.38.225"],"latestRevisionName":"aca000003--mo3n64e","latestReadyRevisionName":"aca000003--mo3n64e","latestRevisionFqdn":"aca000003--mo3n64e.redrock-08962be4.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000003.redrock-08962be4.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"acr000004.azurecr.io","username":"","passwordSecretRef":"","identity":"system"}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"acr000004.azurecr.io/k8se/quickstart:latest","name":"aca000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000003/eventstream"},"identity":{"type":"SystemAssigned","principalId":"cd7af0bb-fb20-40df-83e0-3f0465f8ad81","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/1fca53de-2ad6-4ea9-83ba-460c22729b36?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '2408' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:10:32 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '699' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/1fca53de-2ad6-4ea9-83ba-460c22729b36?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/1fca53de-2ad6-4ea9-83ba-460c22729b36","name":"1fca53de-2ad6-4ea9-83ba-460c22729b36","status":"InProgress","startTime":"2023-05-30T06:10:28.8732796"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:10:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/1fca53de-2ad6-4ea9-83ba-460c22729b36?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/1fca53de-2ad6-4ea9-83ba-460c22729b36","name":"1fca53de-2ad6-4ea9-83ba-460c22729b36","status":"Succeeded","startTime":"2023-05-30T06:10:28.8732796"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '277' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:10:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000003","name":"aca000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T06:09:45.1487048","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T06:10:26.4329692"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["52.191.38.225"],"latestRevisionName":"aca000003--8z5x6zq","latestReadyRevisionName":"aca000003--mo3n64e","latestRevisionFqdn":"aca000003--8z5x6zq.redrock-08962be4.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000003.redrock-08962be4.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"acr000004.azurecr.io","username":"","passwordSecretRef":"","identity":"system"}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"acr000004.azurecr.io/k8se/quickstart:latest","name":"aca000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000003/eventstream"},"identity":{"type":"SystemAssigned","principalId":"cd7af0bb-fb20-40df-83e0-3f0465f8ad81","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '2406' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:10:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:10:40 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000003","name":"aca000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T06:09:45.1487048","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T06:10:26.4329692"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["52.191.38.225"],"latestRevisionName":"aca000003--8z5x6zq","latestReadyRevisionName":"aca000003--8z5x6zq","latestRevisionFqdn":"aca000003--8z5x6zq.redrock-08962be4.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000003.redrock-08962be4.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"acr000004.azurecr.io","username":"","passwordSecretRef":"","identity":"system"}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"acr000004.azurecr.io/k8se/quickstart:latest","name":"aca000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000003/eventstream"},"identity":{"type":"SystemAssigned","principalId":"cd7af0bb-fb20-40df-83e0-3f0465f8ad81","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '2406' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:10:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US - 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West - US","Central US","North Central US","South Central US","Korea Central","Brazil - South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache content-length: - - '10638' + - '10587' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:39:53 GMT + - Tue, 30 May 2023 06:10:43 GMT expires: - '-1' pragma: @@ -1851,13 +5443,14 @@ interactions: - keep-alive ParameterSetName: - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:38:41.1347169","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:38:41.1347169"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"thankfultree-3fbb59e2.eastus.azurecontainerapps.io","staticIp":"20.119.107.253","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"02faabea-c005-45a0-8fdc-a66e11736762","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.9.2"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDateUtc":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T06:05:56.4370394","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T06:05:56.4370394"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"redrock-08962be4.eastus.azurecontainerapps.io","staticIp":"52.224.75.124","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"3f62f2cd-05e9-45d8-8f43-36ca09d7906d","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1865,11 +5458,11 @@ interactions: cache-control: - no-cache content-length: - - '1485' + - '1503' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:39:55 GMT + - Tue, 30 May 2023 06:10:46 GMT expires: - '-1' pragma: @@ -1902,6 +5495,7 @@ interactions: - keep-alive ParameterSetName: - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix User-Agent: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) method: GET @@ -1914,93 +5508,93 @@ interactions: US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache content-length: - - '10638' + - '10587' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:39:55 GMT + - Tue, 30 May 2023 06:10:46 GMT expires: - '-1' pragma: @@ -2020,11 +5614,11 @@ interactions: "configuration": {"secrets": null, "activeRevisionsMode": "single", "ingress": {"fqdn": null, "external": true, "targetPort": 80, "transport": "auto", "exposedPort": null, "traffic": null, "customDomains": null, "ipSecurityRestrictions": null, - "stickySessions": null}, "dapr": null, "registries": null}, "template": {"revisionSuffix": - null, "containers": [{"image": "mcr.microsoft.com/k8se/quickstart:latest", "name": - "aca000003", "command": null, "args": null, "env": null, "resources": null, - "volumeMounts": null}], "initContainers": null, "scale": null, "volumes": null}, - "workloadProfileName": null}, "tags": null}' + "stickySessions": null}, "dapr": null, "registries": null, "service": null}, + "template": {"revisionSuffix": null, "containers": [{"image": "mcr.microsoft.com/k8se/quickstart:latest", + "name": "aca000006", "command": null, "args": null, "env": null, "resources": + null, "volumeMounts": null}], "initContainers": null, "scale": null, "volumes": + null, "serviceBinds": null}, "workloadProfileName": null}, "tags": null}' headers: Accept: - '*/*' @@ -2035,33 +5629,34 @@ interactions: Connection: - keep-alive Content-Length: - - '886' + - '925' Content-Type: - application/json ParameterSetName: - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000003?api-version=2023-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000006?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000003","name":"aca000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:39:59.7911379Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:39:59.7911379Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.85.195.157"],"latestRevisionName":"","latestReadyRevisionName":"","latestRevisionFqdn":"","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000003.thankfultree-3fbb59e2.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"aca000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000003/eventstream"},"identity":{"type":"SystemAssigned","principalId":"5e26d701-7cf1-48e4-b837-38a31b7880ca","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000006","name":"aca000006","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T06:10:50.0001747Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T06:10:50.0001747Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["52.191.38.225"],"latestRevisionName":"","latestReadyRevisionName":"","latestRevisionFqdn":"","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000006.redrock-08962be4.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"aca000006","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000006/eventstream"},"identity":{"type":"SystemAssigned","principalId":"97d29d05-5efc-448a-aa65-4f9efce21364","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, 2023-02-01, 2023-04-01-preview azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/b886042f-ed76-4063-aa00-87aa6b496218?api-version=2023-04-01-preview&azureAsyncOperation=true + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/5033ac39-054b-4909-84a4-fc24368c1d8b?api-version=2023-04-01-preview&azureAsyncOperation=true cache-control: - no-cache content-length: - - '2223' + - '2218' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:40:03 GMT + - Tue, 30 May 2023 06:10:54 GMT expires: - '-1' pragma: @@ -2094,13 +5689,14 @@ interactions: - keep-alive ParameterSetName: - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/b886042f-ed76-4063-aa00-87aa6b496218?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/5033ac39-054b-4909-84a4-fc24368c1d8b?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/b886042f-ed76-4063-aa00-87aa6b496218","name":"b886042f-ed76-4063-aa00-87aa6b496218","status":"InProgress","startTime":"2023-05-06T05:40:02.0384129"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/5033ac39-054b-4909-84a4-fc24368c1d8b","name":"5033ac39-054b-4909-84a4-fc24368c1d8b","status":"InProgress","startTime":"2023-05-30T06:10:53.3792768"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -2112,7 +5708,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:40:05 GMT + - Tue, 30 May 2023 06:10:55 GMT expires: - '-1' pragma: @@ -2145,13 +5741,14 @@ interactions: - keep-alive ParameterSetName: - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/b886042f-ed76-4063-aa00-87aa6b496218?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/5033ac39-054b-4909-84a4-fc24368c1d8b?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/b886042f-ed76-4063-aa00-87aa6b496218","name":"b886042f-ed76-4063-aa00-87aa6b496218","status":"InProgress","startTime":"2023-05-06T05:40:02.0384129"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/5033ac39-054b-4909-84a4-fc24368c1d8b","name":"5033ac39-054b-4909-84a4-fc24368c1d8b","status":"Succeeded","startTime":"2023-05-30T06:10:53.3792768"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -2159,11 +5756,11 @@ interactions: cache-control: - no-cache content-length: - - '278' + - '277' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:40:09 GMT + - Tue, 30 May 2023 06:10:59 GMT expires: - '-1' pragma: @@ -2196,13 +5793,15 @@ interactions: - keep-alive ParameterSetName: - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/b886042f-ed76-4063-aa00-87aa6b496218?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000006?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/b886042f-ed76-4063-aa00-87aa6b496218","name":"b886042f-ed76-4063-aa00-87aa6b496218","status":"InProgress","startTime":"2023-05-06T05:40:02.0384129"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000006","name":"aca000006","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T06:10:50.0001747","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T06:10:50.0001747"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["52.191.38.225"],"latestRevisionName":"aca000006--zrt2hgj","latestReadyRevisionName":"aca000006--zrt2hgj","latestRevisionFqdn":"aca000006--zrt2hgj.redrock-08962be4.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000006.redrock-08962be4.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"aca000006","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000006/eventstream"},"identity":{"type":"SystemAssigned","principalId":"97d29d05-5efc-448a-aa65-4f9efce21364","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -2210,11 +5809,11 @@ interactions: cache-control: - no-cache content-length: - - '278' + - '2315' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:40:13 GMT + - Tue, 30 May 2023 06:11:02 GMT expires: - '-1' pragma: @@ -2238,7 +5837,7 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: @@ -2247,41 +5846,33 @@ interactions: - keep-alive ParameterSetName: - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/b886042f-ed76-4063-aa00-87aa6b496218?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2022-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/b886042f-ed76-4063-aa00-87aa6b496218","name":"b886042f-ed76-4063-aa00-87aa6b496218","status":"InProgress","startTime":"2023-05-06T05:40:02.0384129"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arc-appint-forxinyu12-rg0/providers/Microsoft.ContainerRegistry/registries/caedd971c2c1acr","name":"caedd971c2c1acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-03-15T03:51:22.0481882Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-06T13:17:51.6966031Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004","name":"acr000004","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T06:09:00.6783526Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T06:09:00.6783526Z"}}]}' headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview cache-control: - no-cache content-length: - - '278' + - '1082' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:40:17 GMT + - Tue, 30 May 2023 06:11:03 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked vary: - - Accept-Encoding,Accept-Encoding + - Accept-Encoding x-content-type-options: - nosniff - x-powered-by: - - ASP.NET status: code: 200 message: OK @@ -2289,7 +5880,7 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: @@ -2298,41 +5889,40 @@ interactions: - keep-alive ParameterSetName: - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 + (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/b886042f-ed76-4063-aa00-87aa6b496218?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004?api-version=2022-12-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/b886042f-ed76-4063-aa00-87aa6b496218","name":"b886042f-ed76-4063-aa00-87aa6b496218","status":"InProgress","startTime":"2023-05-06T05:40:02.0384129"}' + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004","name":"acr000004","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T06:09:00.6783526+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T06:09:00.6783526+00:00"},"properties":{"loginServer":"acr000004.azurecr.io","creationDate":"2023-05-30T06:09:00.6783526Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-05-30T06:09:08.2877954+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-05-30T06:09:08.2877954+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' headers: api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview + - '2022-12-01' cache-control: - no-cache content-length: - - '278' + - '1356' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:40:21 GMT + - Tue, 30 May 2023 06:11:06 GMT expires: - '-1' pragma: - no-cache server: - - Microsoft-IIS/10.0 + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - - Accept-Encoding,Accept-Encoding + - Accept-Encoding x-content-type-options: - nosniff - x-powered-by: - - ASP.NET status: code: 200 message: OK @@ -2349,46 +5939,43 @@ interactions: - keep-alive ParameterSetName: - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/b886042f-ed76-4063-aa00-87aa6b496218?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2797d29d05-5efc-448a-aa65-4f9efce21364%27%29 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/b886042f-ed76-4063-aa00-87aa6b496218","name":"b886042f-ed76-4063-aa00-87aa6b496218","status":"Succeeded","startTime":"2023-05-06T05:40:02.0384129"}' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview cache-control: - no-cache content-length: - - '277' + - '92' content-type: - - application/json; charset=utf-8 + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Sat, 06 May 2023 05:40:25 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 + - Tue, 30 May 2023 06:11:06 GMT + odata-version: + - '4.0' + request-id: + - cfaa59cd-37cc-461a-94af-c79f0e556c3a strict-transport-security: - - max-age=31536000; includeSubDomains + - max-age=31536000 transfer-encoding: - chunked vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"001","RoleInstance":"SI2PEPF00000BC4"}}' + x-ms-resource-unit: + - '1' status: code: 200 message: OK - request: - body: null + body: '{"ids": ["97d29d05-5efc-448a-aa65-4f9efce21364"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' headers: Accept: - '*/*' @@ -2398,44 +5985,45 @@ interactions: - containerapp create Connection: - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json ParameterSetName: - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000003?api-version=2023-04-01-preview + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000003","name":"aca000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:39:59.7911379","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:39:59.7911379"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.85.195.157"],"latestRevisionName":"aca000003--kaqsckh","latestReadyRevisionName":"aca000003--kaqsckh","latestRevisionFqdn":"aca000003--kaqsckh.thankfultree-3fbb59e2.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000003.thankfultree-3fbb59e2.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"aca000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000003/eventstream"},"identity":{"type":"SystemAssigned","principalId":"5e26d701-7cf1-48e4-b837-38a31b7880ca","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"}}' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[]}' headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview cache-control: - no-cache content-length: - - '2325' + - '91' content-type: - - application/json; charset=utf-8 + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Sat, 06 May 2023 05:40:28 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 + - Tue, 30 May 2023 06:11:06 GMT + location: + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - 3dad2998-1d05-48d3-adec-b612fe98116e strict-transport-security: - - max-age=31536000; includeSubDomains + - max-age=31536000 transfer-encoding: - chunked vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"001","RoleInstance":"SI2PEPF00003C32"}}' + x-ms-resource-unit: + - '3' status: code: 200 message: OK @@ -2443,7 +6031,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2452,81 +6040,91 @@ interactions: - keep-alive ParameterSetName: - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2022-09-01 + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2797d29d05-5efc-448a-aa65-4f9efce21364%27%29 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arc-appint-forxinyu12-rg0/providers/Microsoft.ContainerRegistry/registries/caedd971c2c1acr","name":"caedd971c2c1acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-03-15T03:51:22.0481882Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-06T13:17:51.6966031Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004","name":"acr000004","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:39:15.7330345Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:39:15.7330345Z"}}]}' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' headers: cache-control: - no-cache content-length: - - '1082' + - '92' content-type: - - application/json; charset=utf-8 + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Sat, 06 May 2023 05:40:28 GMT - expires: - - '-1' - pragma: - - no-cache + - Tue, 30 May 2023 06:11:12 GMT + odata-version: + - '4.0' + request-id: + - bd3c0310-7c75-4d87-b4c2-a7afc6746535 strict-transport-security: - - max-age=31536000; includeSubDomains + - max-age=31536000 + transfer-encoding: + - chunked vary: - Accept-Encoding - x-content-type-options: - - nosniff + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"001","RoleInstance":"SI2PEPF00000BC1"}}' + x-ms-resource-unit: + - '1' status: code: 200 message: OK - request: - body: null + body: '{"ids": ["97d29d05-5efc-448a-aa65-4f9efce21364"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - containerapp create Connection: - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json ParameterSetName: - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004?api-version=2022-12-01 + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds response: body: - string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004","name":"acr000004","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:39:15.7330345+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:39:15.7330345+00:00"},"properties":{"loginServer":"acr000004.azurecr.io","creationDate":"2023-05-06T05:39:15.7330345Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-05-06T05:39:23.7728943+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-05-06T05:39:23.7728943+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[]}' headers: - api-supported-versions: - - '2022-12-01' cache-control: - no-cache content-length: - - '1356' + - '91' content-type: - - application/json; charset=utf-8 + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Sat, 06 May 2023 05:40:29 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 + - Tue, 30 May 2023 06:11:12 GMT + location: + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - 3cfaeaf7-c6a3-42a0-b4af-1fe1dccf9f8f strict-transport-security: - - max-age=31536000; includeSubDomains + - max-age=31536000 transfer-encoding: - chunked vary: - Accept-Encoding - x-content-type-options: - - nosniff + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"001","RoleInstance":"SI2PEPF00003BA8"}}' + x-ms-resource-unit: + - '3' status: code: 200 message: OK @@ -2543,10 +6141,11 @@ interactions: - keep-alive ParameterSetName: - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%275e26d701-7cf1-48e4-b837-38a31b7880ca%27%29 + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2797d29d05-5efc-448a-aa65-4f9efce21364%27%29 response: body: string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' @@ -2558,11 +6157,11 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Sat, 06 May 2023 05:40:31 GMT + - Tue, 30 May 2023 06:11:19 GMT odata-version: - '4.0' request-id: - - 16fe91ac-7072-404c-b90b-3ecb3aad07c8 + - 73deab80-b361-4999-b6e9-c744676bff99 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -2570,14 +6169,14 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"002","RoleInstance":"SG1PEPF00004F23"}}' + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"001","RoleInstance":"SI2PEPF00003C31"}}' x-ms-resource-unit: - '1' status: code: 200 message: OK - request: - body: '{"ids": ["5e26d701-7cf1-48e4-b837-38a31b7880ca"], "types": ["user", "group", + body: '{"ids": ["97d29d05-5efc-448a-aa65-4f9efce21364"], "types": ["user", "group", "servicePrincipal", "directoryObjectPartnerReference"]}' headers: Accept: @@ -2594,13 +6193,14 @@ interactions: - application/json ParameterSetName: - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: POST uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds response: body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"5e26d701-7cf1-48e4-b837-38a31b7880ca","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000003"],"appDisplayName":null,"appDescription":null,"appId":"d10b7f06-7e40-475c-9a8d-9d8773fe3e91","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-05-06T05:40:01Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"aca000003","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["d10b7f06-7e40-475c-9a8d-9d8773fe3e91","https://identity.azure.net/RNyoKf1pItapFlzzt9qV0fn0EYfOQa2z5dp2d7Z5GJ4="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"85F083C5863499D449298C2790D8F5B3F7FEBFA0","displayName":"CN=d10b7f06-7e40-475c-9a8d-9d8773fe3e91","endDateTime":"2023-08-04T05:35:00Z","key":null,"keyId":"a61e9816-8b5f-42ad-aa72-c6372fc3bec0","startDateTime":"2023-05-06T05:35:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"97d29d05-5efc-448a-aa65-4f9efce21364","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000006"],"appDisplayName":null,"appDescription":null,"appId":"aeb5a5f6-b91e-4e2f-9cae-6e0594c2f47d","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-05-30T06:10:51Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"aca000006","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["aeb5a5f6-b91e-4e2f-9cae-6e0594c2f47d","https://identity.azure.net/WJj5EyNfsv4hgtaPeZgomOhVF39rM52pQCog6djZ3pM="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"0179CF26338CB03F83D95F9A5113B350DAEBB53A","displayName":"CN=aeb5a5f6-b91e-4e2f-9cae-6e0594c2f47d","endDateTime":"2023-08-28T06:05:00Z","key":null,"keyId":"00d9e83e-b99f-4089-bc36-91038a0bd34f","startDateTime":"2023-05-30T06:05:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' headers: cache-control: - no-cache @@ -2609,13 +6209,13 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Sat, 06 May 2023 05:40:31 GMT + - Tue, 30 May 2023 06:11:18 GMT location: - https://graph.microsoft.com odata-version: - '4.0' request-id: - - 24532e4a-35ec-43db-a298-1cf120a34abf + - 413e7289-6511-49ae-9bf1-6031253a0435 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -2623,7 +6223,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"002","RoleInstance":"SG1PEPF00002016"}}' + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"001","RoleInstance":"SI2PEPF00003BA6"}}' x-ms-resource-unit: - '3' status: @@ -2642,6 +6242,7 @@ interactions: - keep-alive ParameterSetName: - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix User-Agent: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) @@ -2659,7 +6260,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:40:32 GMT + - Tue, 30 May 2023 06:11:20 GMT expires: - '-1' pragma: @@ -2679,7 +6280,7 @@ interactions: message: OK - request: body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f951dda-4ed3-4680-a7ca-43fe172d538d", - "principalId": "5e26d701-7cf1-48e4-b837-38a31b7880ca", "principalType": "ServicePrincipal"}}' + "principalId": "97d29d05-5efc-448a-aa65-4f9efce21364", "principalType": "ServicePrincipal"}}' headers: Accept: - application/json @@ -2697,14 +6298,15 @@ interactions: - x-ms-gateway-slice=Production ParameterSetName: - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix User-Agent: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004/providers/Microsoft.Authorization/roleAssignments/1c1b12d6-1a66-4c48-867a-7098ba12b8c3?api-version=2022-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004/providers/Microsoft.Authorization/roleAssignments/199dde50-b013-4857-b33f-b64320e277e1?api-version=2022-04-01 response: body: - string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f951dda-4ed3-4680-a7ca-43fe172d538d","principalId":"5e26d701-7cf1-48e4-b837-38a31b7880ca","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004","condition":null,"conditionVersion":null,"createdOn":"2023-05-06T05:40:34.8639439Z","updatedOn":"2023-05-06T05:40:35.1969517Z","createdBy":null,"updatedBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004/providers/Microsoft.Authorization/roleAssignments/1c1b12d6-1a66-4c48-867a-7098ba12b8c3","type":"Microsoft.Authorization/roleAssignments","name":"1c1b12d6-1a66-4c48-867a-7098ba12b8c3"}' + string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f951dda-4ed3-4680-a7ca-43fe172d538d","principalId":"97d29d05-5efc-448a-aa65-4f9efce21364","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T06:11:22.2600912Z","updatedOn":"2023-05-30T06:11:22.5570968Z","createdBy":null,"updatedBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000004/providers/Microsoft.Authorization/roleAssignments/199dde50-b013-4857-b33f-b64320e277e1","type":"Microsoft.Authorization/roleAssignments","name":"199dde50-b013-4857-b33f-b64320e277e1"}' headers: cache-control: - no-cache @@ -2713,7 +6315,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:40:39 GMT + - Tue, 30 May 2023 06:11:25 GMT expires: - '-1' pragma: @@ -2734,11 +6336,11 @@ interactions: {"fqdn": null, "external": true, "targetPort": 80, "transport": "auto", "exposedPort": null, "traffic": null, "customDomains": null, "ipSecurityRestrictions": null, "stickySessions": null}, "dapr": null, "registries": [{"server": "acr000004.azurecr.io", - "username": null, "passwordSecretRef": null, "identity": "system"}]}, "template": - {"revisionSuffix": null, "containers": [{"image": "acr000004.azurecr.io/k8se/quickstart:latest", - "name": "aca000003", "command": null, "args": null, "env": null, "resources": + "username": null, "passwordSecretRef": null, "identity": "system"}], "service": + null}, "template": {"revisionSuffix": "test1", "containers": [{"image": "acr000004.azurecr.io/k8se/quickstart:latest", + "name": "aca000006", "command": null, "args": null, "env": null, "resources": null, "volumeMounts": null}], "initContainers": null, "scale": null, "volumes": - null}, "workloadProfileName": null}, "tags": null}' + null, "serviceBinds": null}, "workloadProfileName": null}, "tags": null}' headers: Accept: - '*/*' @@ -2749,33 +6351,34 @@ interactions: Connection: - keep-alive Content-Length: - - '988' + - '1030' Content-Type: - application/json ParameterSetName: - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000003?api-version=2023-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000006?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000003","name":"aca000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:39:59.7911379","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:40:40.7466182Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.85.195.157"],"latestRevisionName":"aca000003--kaqsckh","latestReadyRevisionName":"aca000003--kaqsckh","latestRevisionFqdn":"aca000003--kaqsckh.thankfultree-3fbb59e2.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000003.thankfultree-3fbb59e2.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"acr000004.azurecr.io","username":"","passwordSecretRef":"","identity":"system"}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"acr000004.azurecr.io/k8se/quickstart:latest","name":"aca000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000003/eventstream"},"identity":{"type":"SystemAssigned","principalId":"5e26d701-7cf1-48e4-b837-38a31b7880ca","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000006","name":"aca000006","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T06:10:50.0001747","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T06:11:26.9614682Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["52.191.38.225"],"latestRevisionName":"aca000006--zrt2hgj","latestReadyRevisionName":"aca000006--zrt2hgj","latestRevisionFqdn":"aca000006--zrt2hgj.redrock-08962be4.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000006.redrock-08962be4.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"acr000004.azurecr.io","username":"","passwordSecretRef":"","identity":"system"}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"test1","terminationGracePeriodSeconds":null,"containers":[{"image":"acr000004.azurecr.io/k8se/quickstart:latest","name":"aca000006","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000006/eventstream"},"identity":{"type":"SystemAssigned","principalId":"97d29d05-5efc-448a-aa65-4f9efce21364","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, 2023-02-01, 2023-04-01-preview azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/a8f2a32d-414e-4fed-8d71-bca29c13cecc?api-version=2023-04-01-preview&azureAsyncOperation=true + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/94a0d40a-e4aa-4ec9-9a99-77ec85269dc6?api-version=2023-04-01-preview&azureAsyncOperation=true cache-control: - no-cache content-length: - - '2418' + - '2413' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:40:44 GMT + - Tue, 30 May 2023 06:11:33 GMT expires: - '-1' pragma: @@ -2789,7 +6392,7 @@ interactions: x-ms-async-operation-timeout: - PT15M x-ms-ratelimit-remaining-subscription-resource-requests: - - '698' + - '699' x-powered-by: - ASP.NET status: @@ -2808,13 +6411,14 @@ interactions: - keep-alive ParameterSetName: - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/a8f2a32d-414e-4fed-8d71-bca29c13cecc?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/94a0d40a-e4aa-4ec9-9a99-77ec85269dc6?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/a8f2a32d-414e-4fed-8d71-bca29c13cecc","name":"a8f2a32d-414e-4fed-8d71-bca29c13cecc","status":"InProgress","startTime":"2023-05-06T05:40:42.0874111"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/94a0d40a-e4aa-4ec9-9a99-77ec85269dc6","name":"94a0d40a-e4aa-4ec9-9a99-77ec85269dc6","status":"InProgress","startTime":"2023-05-30T06:11:30.1078668"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -2826,7 +6430,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:40:46 GMT + - Tue, 30 May 2023 06:11:34 GMT expires: - '-1' pragma: @@ -2859,13 +6463,14 @@ interactions: - keep-alive ParameterSetName: - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/a8f2a32d-414e-4fed-8d71-bca29c13cecc?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/94a0d40a-e4aa-4ec9-9a99-77ec85269dc6?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/a8f2a32d-414e-4fed-8d71-bca29c13cecc","name":"a8f2a32d-414e-4fed-8d71-bca29c13cecc","status":"Succeeded","startTime":"2023-05-06T05:40:42.0874111"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/94a0d40a-e4aa-4ec9-9a99-77ec85269dc6","name":"94a0d40a-e4aa-4ec9-9a99-77ec85269dc6","status":"Succeeded","startTime":"2023-05-30T06:11:30.1078668"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -2877,7 +6482,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:40:50 GMT + - Tue, 30 May 2023 06:11:38 GMT expires: - '-1' pragma: @@ -2910,14 +6515,15 @@ interactions: - keep-alive ParameterSetName: - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000003?api-version=2023-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000006?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000003","name":"aca000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:39:59.7911379","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:40:40.7466182"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.85.195.157"],"latestRevisionName":"aca000003--mj6geas","latestReadyRevisionName":"aca000003--kaqsckh","latestRevisionFqdn":"aca000003--mj6geas.thankfultree-3fbb59e2.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000003.thankfultree-3fbb59e2.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"acr000004.azurecr.io","username":"","passwordSecretRef":"","identity":"system"}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"acr000004.azurecr.io/k8se/quickstart:latest","name":"aca000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000003/eventstream"},"identity":{"type":"SystemAssigned","principalId":"5e26d701-7cf1-48e4-b837-38a31b7880ca","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000006","name":"aca000006","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T06:10:50.0001747","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T06:11:26.9614682"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["52.191.38.225"],"latestRevisionName":"aca000006--test1","latestReadyRevisionName":"aca000006--zrt2hgj","latestRevisionFqdn":"aca000006--test1.redrock-08962be4.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000006.redrock-08962be4.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"acr000004.azurecr.io","username":"","passwordSecretRef":"","identity":"system"}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"test1","terminationGracePeriodSeconds":null,"containers":[{"image":"acr000004.azurecr.io/k8se/quickstart:latest","name":"aca000006","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000006/eventstream"},"identity":{"type":"SystemAssigned","principalId":"97d29d05-5efc-448a-aa65-4f9efce21364","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -2925,11 +6531,11 @@ interactions: cache-control: - no-cache content-length: - - '2416' + - '2407' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:40:53 GMT + - Tue, 30 May 2023 06:11:41 GMT expires: - '-1' pragma: @@ -2974,93 +6580,93 @@ interactions: US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache content-length: - - '10638' + - '10587' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:40:54 GMT + - Tue, 30 May 2023 06:11:41 GMT expires: - '-1' pragma: @@ -3090,11 +6696,11 @@ interactions: User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000003?api-version=2023-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000006?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000003","name":"aca000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:39:59.7911379","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:40:40.7466182"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.85.195.157"],"latestRevisionName":"aca000003--mj6geas","latestReadyRevisionName":"aca000003--kaqsckh","latestRevisionFqdn":"aca000003--mj6geas.thankfultree-3fbb59e2.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000003.thankfultree-3fbb59e2.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"acr000004.azurecr.io","username":"","passwordSecretRef":"","identity":"system"}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"acr000004.azurecr.io/k8se/quickstart:latest","name":"aca000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000003/eventstream"},"identity":{"type":"SystemAssigned","principalId":"5e26d701-7cf1-48e4-b837-38a31b7880ca","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000006","name":"aca000006","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T06:10:50.0001747","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T06:11:26.9614682"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["52.191.38.225"],"latestRevisionName":"aca000006--test1","latestReadyRevisionName":"aca000006--test1","latestRevisionFqdn":"aca000006--test1.redrock-08962be4.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000006.redrock-08962be4.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"acr000004.azurecr.io","username":"","passwordSecretRef":"","identity":"system"}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"test1","terminationGracePeriodSeconds":null,"containers":[{"image":"acr000004.azurecr.io/k8se/quickstart:latest","name":"aca000006","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000006/eventstream"},"identity":{"type":"SystemAssigned","principalId":"97d29d05-5efc-448a-aa65-4f9efce21364","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -3102,11 +6708,11 @@ interactions: cache-control: - no-cache content-length: - - '2416' + - '2405' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 05:40:56 GMT + - Tue, 30 May 2023 06:11:44 GMT expires: - '-1' pragma: diff --git a/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_registry_identity_user.yaml b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_registry_identity_user.yaml index 95dea48eb87..a494179f0ba 100644 --- a/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_registry_identity_user.yaml +++ b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_registry_identity_user.yaml @@ -23,7 +23,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000006?api-version=2021-12-01-preview response: body: - string: '{"properties":{"customerId":"d226f128-4659-4cab-b984-8d70e1e83958","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-05-06T07:15:45.1208356Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-05-06T14:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-05-06T07:15:45.1208356Z","modifiedDate":"2023-05-06T07:15:45.1208356Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000006","name":"containerapp-env000006","type":"Microsoft.OperationalInsights/workspaces"}' + string: '{"properties":{"customerId":"f95a21f1-5cb2-45f9-83e9-574423a5c132","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-05-30T05:47:40.6876Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-05-30T18:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-05-30T05:47:40.6876Z","modifiedDate":"2023-05-30T05:47:40.6876Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000006","name":"containerapp-env000006","type":"Microsoft.OperationalInsights/workspaces"}' headers: access-control-allow-origin: - '*' @@ -32,11 +32,11 @@ interactions: cache-control: - no-cache content-length: - - '851' + - '842' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:15:46 GMT + - Tue, 30 May 2023 05:47:41 GMT expires: - '-1' location: @@ -45,8 +45,6 @@ interactions: - no-cache request-context: - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 - server: - - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: @@ -77,7 +75,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000006?api-version=2021-12-01-preview response: body: - string: '{"properties":{"customerId":"d226f128-4659-4cab-b984-8d70e1e83958","provisioningState":"Succeeded","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-05-06T07:15:45.1208356Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-05-06T14:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-05-06T07:15:45.1208356Z","modifiedDate":"2023-05-06T07:15:45.1208356Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000006","name":"containerapp-env000006","type":"Microsoft.OperationalInsights/workspaces"}' + string: '{"properties":{"customerId":"f95a21f1-5cb2-45f9-83e9-574423a5c132","provisioningState":"Succeeded","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-05-30T05:47:40.6876Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-05-30T18:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-05-30T05:47:40.6876Z","modifiedDate":"2023-05-30T05:47:40.6876Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000006","name":"containerapp-env000006","type":"Microsoft.OperationalInsights/workspaces"}' headers: access-control-allow-origin: - '*' @@ -86,19 +84,17 @@ interactions: cache-control: - no-cache content-length: - - '852' + - '843' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:16:16 GMT + - Tue, 30 May 2023 05:48:12 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 - server: - - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -133,7 +129,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000006/sharedKeys?api-version=2020-08-01 response: body: - string: '{"primarySharedKey":"NJvxsoEdrErFcxPxf55K6+WDIG9eKeo8lK/uvhP3NNqdAeKOfZQCRnqi1vtbsxugT/lhLD08Ig1bfNVuqYb8bA==","secondarySharedKey":"CzGCrfTc5ATWCfbzBwun54JkJd/3YP0Fiy53XikqJI7vELlwHF+r+9KYbKNHZGf3lIOrbvkNllK8Ahas5CBdqg=="}' + string: '{"primarySharedKey":"TQeGzNUtldItPZakDgaW+UsKRbrD2zUQ0sAh2QveYMNuqgiFFhslBYFYMpeRP+2KEpN1Nm7Urlg3krg0LwGdfg==","secondarySharedKey":"68Jr8zsJWsJwOBVjyA5ekVrkSxKtKCVx0EH0WFEanAQiEWv91B9RLNHa0aRnlN1ZTGE+3ug8TXfO40cFygnJKw=="}' headers: access-control-allow-origin: - '*' @@ -146,15 +142,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:16:19 GMT + - Tue, 30 May 2023 05:48:13 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 - server: - - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -195,93 +189,93 @@ interactions: US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache content-length: - - '10638' + - '10587' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:16:20 GMT + - Tue, 30 May 2023 05:48:14 GMT expires: - '-1' pragma: @@ -320,93 +314,93 @@ interactions: US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache content-length: - - '10638' + - '10587' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:16:21 GMT + - Tue, 30 May 2023 05:48:14 GMT expires: - '-1' pragma: @@ -445,93 +439,93 @@ interactions: US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache content-length: - - '10638' + - '10587' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:16:20 GMT + - Tue, 30 May 2023 05:48:15 GMT expires: - '-1' pragma: @@ -570,93 +564,93 @@ interactions: US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache content-length: - - '10638' + - '10587' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:16:21 GMT + - Tue, 30 May 2023 05:48:15 GMT expires: - '-1' pragma: @@ -673,8 +667,8 @@ interactions: - request: body: '{"location": "eastus", "tags": null, "properties": {"daprAIInstrumentationKey": null, "vnetConfiguration": null, "appLogsConfiguration": {"destination": "log-analytics", - "logAnalyticsConfiguration": {"customerId": "d226f128-4659-4cab-b984-8d70e1e83958", - "sharedKey": "NJvxsoEdrErFcxPxf55K6+WDIG9eKeo8lK/uvhP3NNqdAeKOfZQCRnqi1vtbsxugT/lhLD08Ig1bfNVuqYb8bA=="}}, + "logAnalyticsConfiguration": {"customerId": "f95a21f1-5cb2-45f9-83e9-574423a5c132", + "sharedKey": "TQeGzNUtldItPZakDgaW+UsKRbrD2zUQ0sAh2QveYMNuqgiFFhslBYFYMpeRP+2KEpN1Nm7Urlg3krg0LwGdfg=="}}, "customDomainConfiguration": null, "workloadProfiles": null, "zoneRedundant": false}}' headers: @@ -698,21 +692,21 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T07:16:27.1946654Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T07:16:27.1946654Z"},"properties":{"provisioningState":"Waiting","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"agreeablerock-b83fbc8a.eastus.azurecontainerapps.io","staticIp":"20.231.254.10","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"d226f128-4659-4cab-b984-8d70e1e83958","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.9.2"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDateUtc":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T05:48:21.1852041Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T05:48:21.1852041Z"},"properties":{"provisioningState":"Waiting","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"yellowcoast-76463cdb.eastus.azurecontainerapps.io","staticIp":"20.72.183.14","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"f95a21f1-5cb2-45f9-83e9-574423a5c132","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, 2023-02-01, 2023-04-01-preview azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/cf1ead43-5777-48d4-9ac9-2bb232c7f782?api-version=2023-04-01-preview&azureAsyncOperation=true + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/21a8936f-e26d-469f-b191-c261a753c60c?api-version=2023-04-01-preview&azureAsyncOperation=true cache-control: - no-cache content-length: - - '1485' + - '1506' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:16:29 GMT + - Tue, 30 May 2023 05:48:24 GMT expires: - '-1' pragma: @@ -748,10 +742,61 @@ interactions: User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/cf1ead43-5777-48d4-9ac9-2bb232c7f782?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/21a8936f-e26d-469f-b191-c261a753c60c?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/21a8936f-e26d-469f-b191-c261a753c60c","name":"21a8936f-e26d-469f-b191-c261a753c60c","status":"InProgress","startTime":"2023-05-30T05:48:24.2590303"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 05:48:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/21a8936f-e26d-469f-b191-c261a753c60c?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/cf1ead43-5777-48d4-9ac9-2bb232c7f782","name":"cf1ead43-5777-48d4-9ac9-2bb232c7f782","status":"InProgress","startTime":"2023-05-06T07:16:29.2809665"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/21a8936f-e26d-469f-b191-c261a753c60c","name":"21a8936f-e26d-469f-b191-c261a753c60c","status":"InProgress","startTime":"2023-05-30T05:48:24.2590303"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -763,7 +808,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:16:31 GMT + - Tue, 30 May 2023 05:48:30 GMT expires: - '-1' pragma: @@ -799,10 +844,10 @@ interactions: User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/cf1ead43-5777-48d4-9ac9-2bb232c7f782?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/21a8936f-e26d-469f-b191-c261a753c60c?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/cf1ead43-5777-48d4-9ac9-2bb232c7f782","name":"cf1ead43-5777-48d4-9ac9-2bb232c7f782","status":"InProgress","startTime":"2023-05-06T07:16:29.2809665"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/21a8936f-e26d-469f-b191-c261a753c60c","name":"21a8936f-e26d-469f-b191-c261a753c60c","status":"InProgress","startTime":"2023-05-30T05:48:24.2590303"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -814,7 +859,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:16:35 GMT + - Tue, 30 May 2023 05:48:33 GMT expires: - '-1' pragma: @@ -850,10 +895,10 @@ interactions: User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/cf1ead43-5777-48d4-9ac9-2bb232c7f782?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/21a8936f-e26d-469f-b191-c261a753c60c?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/cf1ead43-5777-48d4-9ac9-2bb232c7f782","name":"cf1ead43-5777-48d4-9ac9-2bb232c7f782","status":"InProgress","startTime":"2023-05-06T07:16:29.2809665"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/21a8936f-e26d-469f-b191-c261a753c60c","name":"21a8936f-e26d-469f-b191-c261a753c60c","status":"InProgress","startTime":"2023-05-30T05:48:24.2590303"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -865,7 +910,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:16:39 GMT + - Tue, 30 May 2023 05:48:37 GMT expires: - '-1' pragma: @@ -901,10 +946,10 @@ interactions: User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/cf1ead43-5777-48d4-9ac9-2bb232c7f782?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/21a8936f-e26d-469f-b191-c261a753c60c?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/cf1ead43-5777-48d4-9ac9-2bb232c7f782","name":"cf1ead43-5777-48d4-9ac9-2bb232c7f782","status":"InProgress","startTime":"2023-05-06T07:16:29.2809665"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/21a8936f-e26d-469f-b191-c261a753c60c","name":"21a8936f-e26d-469f-b191-c261a753c60c","status":"InProgress","startTime":"2023-05-30T05:48:24.2590303"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -916,7 +961,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:16:43 GMT + - Tue, 30 May 2023 05:48:41 GMT expires: - '-1' pragma: @@ -952,10 +997,10 @@ interactions: User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/cf1ead43-5777-48d4-9ac9-2bb232c7f782?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/21a8936f-e26d-469f-b191-c261a753c60c?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/cf1ead43-5777-48d4-9ac9-2bb232c7f782","name":"cf1ead43-5777-48d4-9ac9-2bb232c7f782","status":"InProgress","startTime":"2023-05-06T07:16:29.2809665"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/21a8936f-e26d-469f-b191-c261a753c60c","name":"21a8936f-e26d-469f-b191-c261a753c60c","status":"InProgress","startTime":"2023-05-30T05:48:24.2590303"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -967,7 +1012,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:16:46 GMT + - Tue, 30 May 2023 05:48:45 GMT expires: - '-1' pragma: @@ -1003,10 +1048,10 @@ interactions: User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/cf1ead43-5777-48d4-9ac9-2bb232c7f782?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/21a8936f-e26d-469f-b191-c261a753c60c?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/cf1ead43-5777-48d4-9ac9-2bb232c7f782","name":"cf1ead43-5777-48d4-9ac9-2bb232c7f782","status":"Succeeded","startTime":"2023-05-06T07:16:29.2809665"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/21a8936f-e26d-469f-b191-c261a753c60c","name":"21a8936f-e26d-469f-b191-c261a753c60c","status":"Succeeded","startTime":"2023-05-30T05:48:24.2590303"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1018,7 +1063,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:16:51 GMT + - Tue, 30 May 2023 05:48:49 GMT expires: - '-1' pragma: @@ -1057,7 +1102,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T07:16:27.1946654","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T07:16:27.1946654"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"agreeablerock-b83fbc8a.eastus.azurecontainerapps.io","staticIp":"20.231.254.10","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"d226f128-4659-4cab-b984-8d70e1e83958","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.9.2"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDateUtc":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T05:48:21.1852041","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T05:48:21.1852041"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"yellowcoast-76463cdb.eastus.azurecontainerapps.io","staticIp":"20.72.183.14","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"f95a21f1-5cb2-45f9-83e9-574423a5c132","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1065,11 +1110,11 @@ interactions: cache-control: - no-cache content-length: - - '1485' + - '1506' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:16:52 GMT + - Tue, 30 May 2023 05:48:51 GMT expires: - '-1' pragma: @@ -1114,93 +1159,93 @@ interactions: US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache content-length: - - '10638' + - '10587' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:16:53 GMT + - Tue, 30 May 2023 05:48:52 GMT expires: - '-1' pragma: @@ -1233,7 +1278,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T07:16:27.1946654","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T07:16:27.1946654"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"agreeablerock-b83fbc8a.eastus.azurecontainerapps.io","staticIp":"20.231.254.10","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"d226f128-4659-4cab-b984-8d70e1e83958","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.9.2"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDateUtc":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T05:48:21.1852041","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T05:48:21.1852041"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"yellowcoast-76463cdb.eastus.azurecontainerapps.io","staticIp":"20.72.183.14","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"f95a21f1-5cb2-45f9-83e9-574423a5c132","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -1241,11 +1286,11 @@ interactions: cache-control: - no-cache content-length: - - '1485' + - '1506' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:16:55 GMT + - Tue, 30 May 2023 05:48:55 GMT expires: - '-1' pragma: @@ -1288,7 +1333,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004?api-version=2023-01-31 response: body: - string: '{"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004","name":"id000004","type":"Microsoft.ManagedIdentity/userAssignedIdentities","properties":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"fbe3e580-0b0d-43cb-9cc7-e1bdf94aa9e8","clientId":"12afbef0-dcf5-434d-98e5-2a9c2adeff4b"}}' + string: '{"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004","name":"id000004","type":"Microsoft.ManagedIdentity/userAssignedIdentities","properties":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"0780d444-b68e-4c41-a9df-642df2c43310","clientId":"fb1c2f34-2906-4cf4-8ce8-382e01feb00a"}}' headers: cache-control: - no-cache @@ -1297,7 +1342,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:17:02 GMT + - Tue, 30 May 2023 05:49:02 GMT expires: - '-1' location: @@ -1338,20 +1383,20 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005?api-version=2022-02-01-preview response: body: - string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005","name":"acr000005","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T07:17:07.1070558+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T07:17:07.1070558+00:00"},"properties":{"loginServer":"acr000005.azurecr.io","creationDate":"2023-05-06T07:17:07.1070558Z","provisioningState":"Creating","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-05-06T07:17:14.942256+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-05-06T07:17:14.942256+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005","name":"acr000005","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T05:49:04.3704341+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T05:49:04.3704341+00:00"},"properties":{"loginServer":"acr000005.azurecr.io","creationDate":"2023-05-30T05:49:04.3704341Z","provisioningState":"Creating","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-05-30T05:49:12.2920121+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-05-30T05:49:12.2920121+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' headers: api-supported-versions: - 2022-02-01-preview azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005/operationStatuses/registries-fee157ca-ebdd-11ed-b460-2c0da7bd12b1?api-version=2022-02-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005/operationStatuses/registries-ae3e5793-fead-11ed-b26a-2c0da7bd12b1?api-version=2022-02-01-preview cache-control: - no-cache content-length: - - '1353' + - '1355' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:17:15 GMT + - Tue, 30 May 2023 05:49:12 GMT expires: - '-1' pragma: @@ -1363,7 +1408,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -1384,7 +1429,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005/operationStatuses/registries-fee157ca-ebdd-11ed-b460-2c0da7bd12b1?api-version=2022-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005/operationStatuses/registries-ae3e5793-fead-11ed-b26a-2c0da7bd12b1?api-version=2022-02-01-preview response: body: string: '{"status":"Succeeded"}' @@ -1392,7 +1437,7 @@ interactions: api-supported-versions: - 2022-02-01-preview azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005/operationStatuses/registries-fee157ca-ebdd-11ed-b460-2c0da7bd12b1?api-version=2022-02-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005/operationStatuses/registries-ae3e5793-fead-11ed-b26a-2c0da7bd12b1?api-version=2022-02-01-preview cache-control: - no-cache content-length: @@ -1400,7 +1445,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:17:26 GMT + - Tue, 30 May 2023 05:49:24 GMT expires: - '-1' pragma: @@ -1438,18 +1483,18 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005?api-version=2022-02-01-preview response: body: - string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005","name":"acr000005","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T07:17:07.1070558+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T07:17:07.1070558+00:00"},"properties":{"loginServer":"acr000005.azurecr.io","creationDate":"2023-05-06T07:17:07.1070558Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-05-06T07:17:14.942256+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-05-06T07:17:14.942256+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005","name":"acr000005","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T05:49:04.3704341+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T05:49:04.3704341+00:00"},"properties":{"loginServer":"acr000005.azurecr.io","creationDate":"2023-05-30T05:49:04.3704341Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-05-30T05:49:12.2920121+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-05-30T05:49:12.2920121+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' headers: api-supported-versions: - 2022-02-01-preview cache-control: - no-cache content-length: - - '1354' + - '1356' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:17:26 GMT + - Tue, 30 May 2023 05:49:25 GMT expires: - '-1' pragma: @@ -1486,16 +1531,16 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2022-09-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arc-appint-forxinyu12-rg0/providers/Microsoft.ContainerRegistry/registries/caedd971c2c1acr","name":"caedd971c2c1acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-03-15T03:51:22.0481882Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-06T13:17:51.6966031Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005","name":"acr000005","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T07:17:07.1070558Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T07:17:07.1070558Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arc-appint-forxinyu12-rg0/providers/Microsoft.ContainerRegistry/registries/caedd971c2c1acr","name":"caedd971c2c1acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-03-15T03:51:22.0481882Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-06T13:17:51.6966031Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg6z2yfxmawnbh3tf7kiceygxysszfzxuai22iug32toeacvirmybu5ye4mypmuphgc/providers/Microsoft.ContainerRegistry/registries/acr2lgsqkghxdo4sxer5dalf","name":"acr2lgsqkghxdo4sxer5dalf","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T05:48:58.6853306Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T05:48:58.6853306Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005","name":"acr000005","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T05:49:04.3704341Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T05:49:04.3704341Z"}}]}' headers: cache-control: - no-cache content-length: - - '1082' + - '1696' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:17:27 GMT + - Tue, 30 May 2023 05:49:25 GMT expires: - '-1' pragma: @@ -1529,18 +1574,18 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005?api-version=2022-02-01-preview response: body: - string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005","name":"acr000005","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T07:17:07.1070558+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T07:17:07.1070558+00:00"},"properties":{"loginServer":"acr000005.azurecr.io","creationDate":"2023-05-06T07:17:07.1070558Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-05-06T07:17:14.942256+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-05-06T07:17:14.942256+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005","name":"acr000005","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T05:49:04.3704341+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T05:49:04.3704341+00:00"},"properties":{"loginServer":"acr000005.azurecr.io","creationDate":"2023-05-30T05:49:04.3704341Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-05-30T05:49:12.2920121+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-05-30T05:49:12.2920121+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' headers: api-supported-versions: - 2022-02-01-preview cache-control: - no-cache content-length: - - '1354' + - '1356' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:17:30 GMT + - Tue, 30 May 2023 05:49:27 GMT expires: - '-1' pragma: @@ -1578,18 +1623,18 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerRegistry/registries?api-version=2022-02-01-preview response: body: - string: '{"value":[{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arc-appint-forxinyu12-rg0/providers/Microsoft.ContainerRegistry/registries/caedd971c2c1acr","name":"caedd971c2c1acr","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-03-15T03:51:22.0481882+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-06T13:17:51.6966031+00:00"},"properties":{"loginServer":"caedd971c2c1acr.azurecr.io","creationDate":"2023-03-15T03:51:22.0481882Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-03-15T03:51:30.0851106+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-03-15T03:51:30.0851106+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}},{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005","name":"acr000005","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T07:17:07.1070558+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T07:17:07.1070558+00:00"},"properties":{"loginServer":"acr000005.azurecr.io","creationDate":"2023-05-06T07:17:07.1070558Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-05-06T07:17:14.942256+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-05-06T07:17:14.942256+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}]}' + string: '{"value":[{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arc-appint-forxinyu12-rg0/providers/Microsoft.ContainerRegistry/registries/caedd971c2c1acr","name":"caedd971c2c1acr","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-03-15T03:51:22.0481882+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-06T13:17:51.6966031+00:00"},"properties":{"loginServer":"caedd971c2c1acr.azurecr.io","creationDate":"2023-03-15T03:51:22.0481882Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-03-15T03:51:30.0851106+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-03-15T03:51:30.0851106+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}},{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg6z2yfxmawnbh3tf7kiceygxysszfzxuai22iug32toeacvirmybu5ye4mypmuphgc/providers/Microsoft.ContainerRegistry/registries/acr2lgsqkghxdo4sxer5dalf","name":"acr2lgsqkghxdo4sxer5dalf","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T05:48:58.6853306+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T05:48:58.6853306+00:00"},"properties":{"loginServer":"acr2lgsqkghxdo4sxer5dalf.azurecr.io","creationDate":"2023-05-30T05:48:58.6853306Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-05-30T05:49:07.1561163+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-05-30T05:49:07.1561163+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}},{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005","name":"acr000005","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T05:49:04.3704341+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T05:49:04.3704341+00:00"},"properties":{"loginServer":"acr000005.azurecr.io","creationDate":"2023-05-30T05:49:04.3704341Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-05-30T05:49:12.2920121+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-05-30T05:49:12.2920121+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}]}' headers: api-supported-versions: - 2022-02-01-preview cache-control: - no-cache content-length: - - '2750' + - '4213' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:17:31 GMT + - Tue, 30 May 2023 05:49:28 GMT expires: - '-1' pragma: @@ -1645,11 +1690,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:17:35 GMT + - Tue, 30 May 2023 05:49:30 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerRegistry/locations/EASTUS/operationResults/registries-0dc04214-ebde-11ed-b25b-2c0da7bd12b1?api-version=2022-02-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerRegistry/locations/EASTUS/operationResults/registries-bc021615-fead-11ed-85c8-2c0da7bd12b1?api-version=2022-02-01-preview pragma: - no-cache server: @@ -1680,7 +1725,7 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerRegistry/locations/EASTUS/operationResults/registries-0dc04214-ebde-11ed-b25b-2c0da7bd12b1?api-version=2022-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerRegistry/locations/EASTUS/operationResults/registries-bc021615-fead-11ed-85c8-2c0da7bd12b1?api-version=2022-02-01-preview response: body: string: '{"status":"Succeeded"}' @@ -1692,7 +1737,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:17:45 GMT + - Tue, 30 May 2023 05:49:41 GMT expires: - '-1' pragma: @@ -1735,93 +1780,93 @@ interactions: US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache content-length: - - '10638' + - '10587' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:17:46 GMT + - Tue, 30 May 2023 05:49:41 GMT expires: - '-1' pragma: @@ -1854,7 +1899,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004?api-version=2023-01-31 response: body: - string: '{"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004","name":"id000004","type":"Microsoft.ManagedIdentity/userAssignedIdentities","properties":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"fbe3e580-0b0d-43cb-9cc7-e1bdf94aa9e8","clientId":"12afbef0-dcf5-434d-98e5-2a9c2adeff4b"}}' + string: '{"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004","name":"id000004","type":"Microsoft.ManagedIdentity/userAssignedIdentities","properties":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"0780d444-b68e-4c41-a9df-642df2c43310","clientId":"fb1c2f34-2906-4cf4-8ce8-382e01feb00a"}}' headers: cache-control: - no-cache @@ -1863,7 +1908,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:17:48 GMT + - Tue, 30 May 2023 05:49:44 GMT expires: - '-1' pragma: @@ -1898,16 +1943,16 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2022-09-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arc-appint-forxinyu12-rg0/providers/Microsoft.ContainerRegistry/registries/caedd971c2c1acr","name":"caedd971c2c1acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-03-15T03:51:22.0481882Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-06T13:17:51.6966031Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005","name":"acr000005","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T07:17:07.1070558Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T07:17:07.1070558Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arc-appint-forxinyu12-rg0/providers/Microsoft.ContainerRegistry/registries/caedd971c2c1acr","name":"caedd971c2c1acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-03-15T03:51:22.0481882Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-06T13:17:51.6966031Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg6z2yfxmawnbh3tf7kiceygxysszfzxuai22iug32toeacvirmybu5ye4mypmuphgc/providers/Microsoft.ContainerRegistry/registries/acr2lgsqkghxdo4sxer5dalf","name":"acr2lgsqkghxdo4sxer5dalf","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T05:48:58.6853306Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T05:48:58.6853306Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005","name":"acr000005","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T05:49:04.3704341Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T05:49:04.3704341Z"}}]}' headers: cache-control: - no-cache content-length: - - '1082' + - '1696' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:17:48 GMT + - Tue, 30 May 2023 05:49:44 GMT expires: - '-1' pragma: @@ -1941,18 +1986,18 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005?api-version=2022-12-01 response: body: - string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005","name":"acr000005","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T07:17:07.1070558+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T07:17:07.1070558+00:00"},"properties":{"loginServer":"acr000005.azurecr.io","creationDate":"2023-05-06T07:17:07.1070558Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-05-06T07:17:14.942256+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-05-06T07:17:14.942256+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005","name":"acr000005","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T05:49:04.3704341+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T05:49:04.3704341+00:00"},"properties":{"loginServer":"acr000005.azurecr.io","creationDate":"2023-05-30T05:49:04.3704341Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-05-30T05:49:12.2920121+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-05-30T05:49:12.2920121+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' headers: api-supported-versions: - '2022-12-01' cache-control: - no-cache content-length: - - '1354' + - '1356' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:17:50 GMT + - Tue, 30 May 2023 05:49:45 GMT expires: - '-1' pragma: @@ -1986,7 +2031,7 @@ interactions: User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%27fbe3e580-0b0d-43cb-9cc7-e1bdf94aa9e8%27%29 + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%270780d444-b68e-4c41-a9df-642df2c43310%27%29 response: body: string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' @@ -1998,11 +2043,11 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Sat, 06 May 2023 07:17:52 GMT + - Tue, 30 May 2023 05:49:46 GMT odata-version: - '4.0' request-id: - - bf135b11-d3a2-4d22-b044-6d33780bd4c3 + - 0f8dd129-672f-44f7-84cb-acdbf78c6be0 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -2010,14 +2055,14 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"002","RoleInstance":"SG1PEPF00003E69"}}' + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"001","RoleInstance":"SI2PEPF00000BCE"}}' x-ms-resource-unit: - '1' status: code: 200 message: OK - request: - body: '{"ids": ["fbe3e580-0b0d-43cb-9cc7-e1bdf94aa9e8"], "types": ["user", "group", + body: '{"ids": ["0780d444-b68e-4c41-a9df-642df2c43310"], "types": ["user", "group", "servicePrincipal", "directoryObjectPartnerReference"]}' headers: Accept: @@ -2040,7 +2085,7 @@ interactions: uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds response: body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"fbe3e580-0b0d-43cb-9cc7-e1bdf94aa9e8","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=True","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004"],"appDisplayName":null,"appDescription":null,"appId":"12afbef0-dcf5-434d-98e5-2a9c2adeff4b","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-05-06T07:17:01Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"id000004","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["12afbef0-dcf5-434d-98e5-2a9c2adeff4b","https://identity.azure.net/4ABT1SmHf1uoihWZZXS24WY9Y5e66/IdUTkKl1rZRTg="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"01C45B46BB78E43F5515F08C0B7194ABD32CDCAE","displayName":"CN=12afbef0-dcf5-434d-98e5-2a9c2adeff4b","endDateTime":"2023-08-04T07:12:00Z","key":null,"keyId":"b390e65d-355d-4b48-8c7e-1c5dc7900ac5","startDateTime":"2023-05-06T07:12:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"0780d444-b68e-4c41-a9df-642df2c43310","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=True","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004"],"appDisplayName":null,"appDescription":null,"appId":"fb1c2f34-2906-4cf4-8ce8-382e01feb00a","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-05-30T05:49:01Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"id000004","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["fb1c2f34-2906-4cf4-8ce8-382e01feb00a","https://identity.azure.net/co0PXna6QVcu6TRMiZmKMD7FvFRVKk80vdM+7iFT9Qo="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"79896C74C1A1E70AE8174994DF41F1FC8CE45D38","displayName":"CN=fb1c2f34-2906-4cf4-8ce8-382e01feb00a","endDateTime":"2023-08-28T05:44:00Z","key":null,"keyId":"73dad30e-9a05-47f2-b597-43df97d5baf7","startDateTime":"2023-05-30T05:44:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' headers: cache-control: - no-cache @@ -2049,13 +2094,13 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Sat, 06 May 2023 07:17:53 GMT + - Tue, 30 May 2023 05:49:47 GMT location: - https://graph.microsoft.com odata-version: - '4.0' request-id: - - 01e7b0ad-19ea-48c6-8e3d-3b4ee1185b51 + - 387a49da-2d62-4e91-987e-c92b3a16a4d2 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -2063,7 +2108,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"002","RoleInstance":"SG1PEPF00001302"}}' + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"001","RoleInstance":"SI2PEPF00000BC4"}}' x-ms-resource-unit: - '3' status: @@ -2099,7 +2144,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:17:53 GMT + - Tue, 30 May 2023 05:49:48 GMT expires: - '-1' pragma: @@ -2119,7 +2164,7 @@ interactions: message: OK - request: body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f951dda-4ed3-4680-a7ca-43fe172d538d", - "principalId": "fbe3e580-0b0d-43cb-9cc7-e1bdf94aa9e8", "principalType": "ServicePrincipal"}}' + "principalId": "0780d444-b68e-4c41-a9df-642df2c43310", "principalType": "ServicePrincipal"}}' headers: Accept: - application/json @@ -2141,10 +2186,10 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005/providers/Microsoft.Authorization/roleAssignments/5be328b8-43b3-46ed-9ae7-ec19ca4cbf26?api-version=2022-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005/providers/Microsoft.Authorization/roleAssignments/07bd7bc6-28ed-4061-bb0e-4ac1ecdacd65?api-version=2022-04-01 response: body: - string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f951dda-4ed3-4680-a7ca-43fe172d538d","principalId":"fbe3e580-0b0d-43cb-9cc7-e1bdf94aa9e8","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005","condition":null,"conditionVersion":null,"createdOn":"2023-05-06T07:17:54.6446689Z","updatedOn":"2023-05-06T07:17:54.9826633Z","createdBy":null,"updatedBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005/providers/Microsoft.Authorization/roleAssignments/5be328b8-43b3-46ed-9ae7-ec19ca4cbf26","type":"Microsoft.Authorization/roleAssignments","name":"5be328b8-43b3-46ed-9ae7-ec19ca4cbf26"}' + string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f951dda-4ed3-4680-a7ca-43fe172d538d","principalId":"0780d444-b68e-4c41-a9df-642df2c43310","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T05:49:49.2028459Z","updatedOn":"2023-05-30T05:49:49.5188541Z","createdBy":null,"updatedBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005/providers/Microsoft.Authorization/roleAssignments/07bd7bc6-28ed-4061-bb0e-4ac1ecdacd65","type":"Microsoft.Authorization/roleAssignments","name":"07bd7bc6-28ed-4061-bb0e-4ac1ecdacd65"}' headers: cache-control: - no-cache @@ -2153,7 +2198,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:17:59 GMT + - Tue, 30 May 2023 05:49:53 GMT expires: - '-1' pragma: @@ -2186,7 +2231,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T07:16:27.1946654","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T07:16:27.1946654"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"agreeablerock-b83fbc8a.eastus.azurecontainerapps.io","staticIp":"20.231.254.10","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"d226f128-4659-4cab-b984-8d70e1e83958","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.9.2"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDateUtc":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T05:48:21.1852041","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T05:48:21.1852041"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"yellowcoast-76463cdb.eastus.azurecontainerapps.io","staticIp":"20.72.183.14","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"f95a21f1-5cb2-45f9-83e9-574423a5c132","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -2194,11 +2239,11 @@ interactions: cache-control: - no-cache content-length: - - '1485' + - '1506' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:18:04 GMT + - Tue, 30 May 2023 05:49:55 GMT expires: - '-1' pragma: @@ -2243,93 +2288,2740 @@ interactions: US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 05:49:55 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": "eastus", "identity": {"type": "UserAssigned", "userAssignedIdentities": + {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.managedidentity/userassignedidentities/id000004": + {}}}, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", + "configuration": {"secrets": null, "activeRevisionsMode": "single", "ingress": + {"fqdn": null, "external": true, "targetPort": 80, "transport": "auto", "exposedPort": + null, "traffic": null, "customDomains": null, "ipSecurityRestrictions": null, + "stickySessions": null}, "dapr": null, "registries": [{"server": "acr000005.azurecr.io", + "username": null, "passwordSecretRef": null, "identity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004"}], + "service": null}, "template": {"revisionSuffix": null, "containers": [{"image": + "acr000005.azurecr.io/k8se/quickstart:latest", "name": "aca000003", "command": + null, "args": null, "env": null, "resources": null, "volumeMounts": null}], + "initContainers": null, "scale": null, "volumes": null, "serviceBinds": null}, + "workloadProfileName": null}, "tags": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + Content-Length: + - '1325' + Content-Type: + - application/json + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000003","name":"aca000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T05:49:59.456898Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T05:49:59.456898Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.72.181.144"],"latestRevisionName":"","latestReadyRevisionName":"","latestRevisionFqdn":"","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000003.yellowcoast-76463cdb.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"acr000005.azurecr.io","username":"","passwordSecretRef":"","identity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004"}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"acr000005.azurecr.io/k8se/quickstart:latest","name":"aca000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004":{"principalId":"0780d444-b68e-4c41-a9df-642df2c43310","clientId":"fb1c2f34-2906-4cf4-8ce8-382e01feb00a"}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/143d7f12-8ccb-4406-b0a9-d24e3235bd28?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '2637' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 05:50:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '699' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/143d7f12-8ccb-4406-b0a9-d24e3235bd28?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/143d7f12-8ccb-4406-b0a9-d24e3235bd28","name":"143d7f12-8ccb-4406-b0a9-d24e3235bd28","status":"InProgress","startTime":"2023-05-30T05:50:02.2692087"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 05:50:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/143d7f12-8ccb-4406-b0a9-d24e3235bd28?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/143d7f12-8ccb-4406-b0a9-d24e3235bd28","name":"143d7f12-8ccb-4406-b0a9-d24e3235bd28","status":"InProgress","startTime":"2023-05-30T05:50:02.2692087"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 05:50:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/143d7f12-8ccb-4406-b0a9-d24e3235bd28?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/143d7f12-8ccb-4406-b0a9-d24e3235bd28","name":"143d7f12-8ccb-4406-b0a9-d24e3235bd28","status":"InProgress","startTime":"2023-05-30T05:50:02.2692087"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 05:50:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/143d7f12-8ccb-4406-b0a9-d24e3235bd28?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/143d7f12-8ccb-4406-b0a9-d24e3235bd28","name":"143d7f12-8ccb-4406-b0a9-d24e3235bd28","status":"InProgress","startTime":"2023-05-30T05:50:02.2692087"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 05:50:17 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/143d7f12-8ccb-4406-b0a9-d24e3235bd28?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/143d7f12-8ccb-4406-b0a9-d24e3235bd28","name":"143d7f12-8ccb-4406-b0a9-d24e3235bd28","status":"InProgress","startTime":"2023-05-30T05:50:02.2692087"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 05:50:20 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/143d7f12-8ccb-4406-b0a9-d24e3235bd28?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/143d7f12-8ccb-4406-b0a9-d24e3235bd28","name":"143d7f12-8ccb-4406-b0a9-d24e3235bd28","status":"InProgress","startTime":"2023-05-30T05:50:02.2692087"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 05:50:24 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/143d7f12-8ccb-4406-b0a9-d24e3235bd28?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/143d7f12-8ccb-4406-b0a9-d24e3235bd28","name":"143d7f12-8ccb-4406-b0a9-d24e3235bd28","status":"InProgress","startTime":"2023-05-30T05:50:02.2692087"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 05:50:28 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/143d7f12-8ccb-4406-b0a9-d24e3235bd28?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/143d7f12-8ccb-4406-b0a9-d24e3235bd28","name":"143d7f12-8ccb-4406-b0a9-d24e3235bd28","status":"Succeeded","startTime":"2023-05-30T05:50:02.2692087"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '277' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 05:50:31 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000003","name":"aca000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T05:49:59.456898","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T05:49:59.456898"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.72.181.144"],"latestRevisionName":"aca000003--ibr0qfd","latestReadyRevisionName":"aca000003--ibr0qfd","latestRevisionFqdn":"aca000003--ibr0qfd.yellowcoast-76463cdb.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000003.yellowcoast-76463cdb.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"acr000005.azurecr.io","username":"","passwordSecretRef":"","identity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004"}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"acr000005.azurecr.io/k8se/quickstart:latest","name":"aca000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004":{"principalId":"0780d444-b68e-4c41-a9df-642df2c43310","clientId":"fb1c2f34-2906-4cf4-8ce8-382e01feb00a"}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '2738' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 05:50:35 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 05:50:35 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: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000003","name":"aca000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T05:49:59.456898","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T05:49:59.456898"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.72.181.144"],"latestRevisionName":"aca000003--ibr0qfd","latestReadyRevisionName":"aca000003--ibr0qfd","latestRevisionFqdn":"aca000003--ibr0qfd.yellowcoast-76463cdb.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000003.yellowcoast-76463cdb.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"acr000005.azurecr.io","username":"","passwordSecretRef":"","identity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004"}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"acr000005.azurecr.io/k8se/quickstart:latest","name":"aca000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004":{"principalId":"0780d444-b68e-4c41-a9df-642df2c43310","clientId":"fb1c2f34-2906-4cf4-8ce8-382e01feb00a"}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '2738' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 05:50:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 05:50:38 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-msi/7.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004?api-version=2023-01-31 + response: + body: + string: '{"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004","name":"id000004","type":"Microsoft.ManagedIdentity/userAssignedIdentities","properties":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"0780d444-b68e-4c41-a9df-642df2c43310","clientId":"fb1c2f34-2906-4cf4-8ce8-382e01feb00a"}}' + headers: + cache-control: + - no-cache + content-length: + - '434' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 05:50:40 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2022-09-01 + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arc-appint-forxinyu12-rg0/providers/Microsoft.ContainerRegistry/registries/caedd971c2c1acr","name":"caedd971c2c1acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-03-15T03:51:22.0481882Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-06T13:17:51.6966031Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg6z2yfxmawnbh3tf7kiceygxysszfzxuai22iug32toeacvirmybu5ye4mypmuphgc/providers/Microsoft.ContainerRegistry/registries/acr2lgsqkghxdo4sxer5dalf","name":"acr2lgsqkghxdo4sxer5dalf","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T05:48:58.6853306Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T05:48:58.6853306Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005","name":"acr000005","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T05:49:04.3704341Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T05:49:04.3704341Z"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1696' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 05:50:40 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.10.11 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005?api-version=2022-12-01 + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005","name":"acr000005","location":"eastus","tags":{},"systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T05:49:04.3704341+00:00","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T05:49:04.3704341+00:00"},"properties":{"loginServer":"acr000005.azurecr.io","creationDate":"2023-05-30T05:49:04.3704341Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-05-30T05:49:12.2920121+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-05-30T05:49:12.2920121+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - '2022-12-01' + cache-control: + - no-cache + content-length: + - '1356' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 05:50:42 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: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%270780d444-b68e-4c41-a9df-642df2c43310%27%29 + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '92' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Tue, 30 May 2023 05:50:43 GMT + odata-version: + - '4.0' + request-id: + - 347d3188-17b7-47bb-8ba8-6472975db9c5 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"001","RoleInstance":"SI2PEPF00000BCC"}}' + x-ms-resource-unit: + - '1' + status: + code: 200 + message: OK +- request: + body: '{"ids": ["0780d444-b68e-4c41-a9df-642df2c43310"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"0780d444-b68e-4c41-a9df-642df2c43310","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=True","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004"],"appDisplayName":null,"appDescription":null,"appId":"fb1c2f34-2906-4cf4-8ce8-382e01feb00a","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-05-30T05:49:01Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"id000004","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["fb1c2f34-2906-4cf4-8ce8-382e01feb00a","https://identity.azure.net/co0PXna6QVcu6TRMiZmKMD7FvFRVKk80vdM+7iFT9Qo="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"79896C74C1A1E70AE8174994DF41F1FC8CE45D38","displayName":"CN=fb1c2f34-2906-4cf4-8ce8-382e01feb00a","endDateTime":"2023-08-28T05:44:00Z","key":null,"keyId":"73dad30e-9a05-47f2-b597-43df97d5baf7","startDateTime":"2023-05-30T05:44:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1727' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Tue, 30 May 2023 05:50:43 GMT + location: + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - 355fca95-18a1-40e9-8cfe-650b532f01a4 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"001","RoleInstance":"SI2PEPF00003C31"}}' + x-ms-resource-unit: + - '3' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.11 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27acrpull%27&api-version=2022-04-01 + response: + body: + string: '{"value":[{"properties":{"roleName":"AcrPull","type":"BuiltInRole","description":"acr + pull","assignableScopes":["/"],"permissions":[{"actions":["Microsoft.ContainerRegistry/registries/pull/read"],"notActions":[],"dataActions":[],"notDataActions":[]}],"createdOn":"2018-10-22T19:01:56.8227182Z","updatedOn":"2021-11-11T20:13:08.8779328Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f951dda-4ed3-4680-a7ca-43fe172d538d","type":"Microsoft.Authorization/roleDefinitions","name":"7f951dda-4ed3-4680-a7ca-43fe172d538d"}]}' + headers: + cache-control: + - no-cache + content-length: + - '615' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 05:50:43 GMT + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f951dda-4ed3-4680-a7ca-43fe172d538d", + "principalId": "0780d444-b68e-4c41-a9df-642df2c43310", "principalType": "ServicePrincipal"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + Content-Length: + - '270' + Content-Type: + - application/json + Cookie: + - x-ms-gateway-slice=Production + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.11 + (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005/providers/Microsoft.Authorization/roleAssignments/aabead7b-4209-4666-aa81-1f413a964211?api-version=2022-04-01 + response: + body: + string: '{"error":{"code":"RoleAssignmentExists","message":"The role assignment + already exists."}}' + headers: + cache-control: + - no-cache + content-length: + - '89' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 05:50:45 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 409 + message: Conflict +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%270780d444-b68e-4c41-a9df-642df2c43310%27%29 + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '92' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Tue, 30 May 2023 05:50:45 GMT + odata-version: + - '4.0' + request-id: + - 88dd0933-4785-4219-b1ce-f7eb462ee5c3 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"001","RoleInstance":"SI2PEPF000017E9"}}' + x-ms-resource-unit: + - '1' + status: + code: 200 + message: OK +- request: + body: '{"ids": ["0780d444-b68e-4c41-a9df-642df2c43310"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"0780d444-b68e-4c41-a9df-642df2c43310","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=True","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004"],"appDisplayName":null,"appDescription":null,"appId":"fb1c2f34-2906-4cf4-8ce8-382e01feb00a","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-05-30T05:49:01Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"id000004","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["fb1c2f34-2906-4cf4-8ce8-382e01feb00a","https://identity.azure.net/co0PXna6QVcu6TRMiZmKMD7FvFRVKk80vdM+7iFT9Qo="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"79896C74C1A1E70AE8174994DF41F1FC8CE45D38","displayName":"CN=fb1c2f34-2906-4cf4-8ce8-382e01feb00a","endDateTime":"2023-08-28T05:44:00Z","key":null,"keyId":"73dad30e-9a05-47f2-b597-43df97d5baf7","startDateTime":"2023-05-30T05:44:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1727' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Tue, 30 May 2023 05:50:46 GMT + location: + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - 04088746-9338-4096-9de3-4fe9ecb4a83c + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"001","RoleInstance":"SI2PEPF00000BC8"}}' + x-ms-resource-unit: + - '3' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.11 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005/providers/Microsoft.Authorization/roleAssignments?$filter=atScope()&api-version=2022-04-01 + response: + body: + string: '{"value":[{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"5c617d2b-99f8-4c90-98fe-dfe040fa33c1","principalType":"ServicePrincipal","scope":"/","condition":null,"conditionVersion":null,"createdOn":"2018-02-27T19:19:50.2663941Z","updatedOn":"2018-02-27T19:19:50.2663941Z","createdBy":null,"updatedBy":null,"delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Authorization/roleAssignments/3e883d24-b106-42ff-ad13-d7bf271b964d","type":"Microsoft.Authorization/roleAssignments","name":"3e883d24-b106-42ff-ad13-d7bf271b964d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"8d9606ff-585b-421a-afee-188d2497c7c7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-06T08:51:02.6296939Z","updatedOn":"2023-01-06T08:51:02.6296939Z","createdBy":"00da31e0-ca9e-4867-a70f-5dee312c1b2b","updatedBy":"00da31e0-ca9e-4867-a70f-5dee312c1b2b","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d8717a05-a3a3-4a8c-accf-c74ff9573b88","type":"Microsoft.Authorization/roleAssignments","name":"d8717a05-a3a3-4a8c-accf-c74ff9573b88"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"e393dddc-7d32-4c92-8619-23578f8de85d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-06T08:51:08.1720716Z","updatedOn":"2023-01-06T08:51:08.1720716Z","createdBy":"00da31e0-ca9e-4867-a70f-5dee312c1b2b","updatedBy":"00da31e0-ca9e-4867-a70f-5dee312c1b2b","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/47ada771-2d23-48c0-8285-8d4035d84461","type":"Microsoft.Authorization/roleAssignments","name":"47ada771-2d23-48c0-8285-8d4035d84461"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"74084ea0-8de8-4a3e-b9c5-cae31cf2104f","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-20T20:18:43.6297690Z","updatedOn":"2022-05-20T20:18:43.6297690Z","createdBy":"00da31e0-ca9e-4867-a70f-5dee312c1b2b","updatedBy":"00da31e0-ca9e-4867-a70f-5dee312c1b2b","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e5d02ac4-c320-4df7-81d4-02579d2565ec","type":"Microsoft.Authorization/roleAssignments","name":"e5d02ac4-c320-4df7-81d4-02579d2565ec"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e7566d10-f49e-46f3-8fb3-a3f713ab086f","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-20T20:33:53.8121077Z","updatedOn":"2022-05-20T20:33:53.8121077Z","createdBy":"00da31e0-ca9e-4867-a70f-5dee312c1b2b","updatedBy":"00da31e0-ca9e-4867-a70f-5dee312c1b2b","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6b4785cb-9b1b-4e68-93c7-be50890ed378","type":"Microsoft.Authorization/roleAssignments","name":"6b4785cb-9b1b-4e68-93c7-be50890ed378"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8e77cb6f-3301-4ead-ae68-bf051daee094","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-20T20:40:51.8793522Z","updatedOn":"2022-05-20T20:40:51.8793522Z","createdBy":"00da31e0-ca9e-4867-a70f-5dee312c1b2b","updatedBy":"00da31e0-ca9e-4867-a70f-5dee312c1b2b","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5ccfbaac-1b89-4dde-9ffa-7eb552b985bf","type":"Microsoft.Authorization/roleAssignments","name":"5ccfbaac-1b89-4dde-9ffa-7eb552b985bf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"4ab4bb60-c841-4a2b-b1ae-00f3c7bd934c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-20T20:43:33.8437596Z","updatedOn":"2022-05-20T20:43:33.8437596Z","createdBy":"e7566d10-f49e-46f3-8fb3-a3f713ab086f","updatedBy":"e7566d10-f49e-46f3-8fb3-a3f713ab086f","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/690c5654-7b2a-477b-ba6c-2f40a3c7cdb2","type":"Microsoft.Authorization/roleAssignments","name":"690c5654-7b2a-477b-ba6c-2f40a3c7cdb2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"3e472dd1-703a-4635-9f9f-395e9dfd5126","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-23T19:49:42.4112265Z","updatedOn":"2022-05-23T19:49:42.4112265Z","createdBy":"00da31e0-ca9e-4867-a70f-5dee312c1b2b","updatedBy":"00da31e0-ca9e-4867-a70f-5dee312c1b2b","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d21167fd-db2b-4751-84ca-d54de7dfd684","type":"Microsoft.Authorization/roleAssignments","name":"d21167fd-db2b-4751-84ca-d54de7dfd684"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"c63b6518-1223-43ab-879b-d78ec423f039","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-23T19:58:39.9508487Z","updatedOn":"2022-05-23T19:58:39.9508487Z","createdBy":"00da31e0-ca9e-4867-a70f-5dee312c1b2b","updatedBy":"00da31e0-ca9e-4867-a70f-5dee312c1b2b","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/367af38f-c91c-4c32-9557-2eb3e8fd08ea","type":"Microsoft.Authorization/roleAssignments","name":"367af38f-c91c-4c32-9557-2eb3e8fd08ea"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"00da31e0-ca9e-4867-a70f-5dee312c1b2b","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-24T00:21:24.0307160Z","updatedOn":"2022-05-24T00:21:24.0307160Z","createdBy":"00da31e0-ca9e-4867-a70f-5dee312c1b2b","updatedBy":"00da31e0-ca9e-4867-a70f-5dee312c1b2b","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/44457d3e-e7f3-4d67-ba3e-06f0eb3d46e5","type":"Microsoft.Authorization/roleAssignments","name":"44457d3e-e7f3-4d67-ba3e-06f0eb3d46e5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"7d16f341-70bd-439e-9c60-c58a590dbd40","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-24T04:14:19.0632670Z","updatedOn":"2022-05-24T04:14:19.0632670Z","createdBy":"00da31e0-ca9e-4867-a70f-5dee312c1b2b","updatedBy":"00da31e0-ca9e-4867-a70f-5dee312c1b2b","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/76b9884d-046a-458b-844b-ce45972c698a","type":"Microsoft.Authorization/roleAssignments","name":"76b9884d-046a-458b-844b-ce45972c698a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"7d16f341-70bd-439e-9c60-c58a590dbd40","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-24T04:14:22.2974549Z","updatedOn":"2022-05-24T04:14:22.2974549Z","createdBy":"00da31e0-ca9e-4867-a70f-5dee312c1b2b","updatedBy":"00da31e0-ca9e-4867-a70f-5dee312c1b2b","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c8fb3748-12a1-4bf6-bee0-330aec40ab42","type":"Microsoft.Authorization/roleAssignments","name":"c8fb3748-12a1-4bf6-bee0-330aec40ab42"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"7d16f341-70bd-439e-9c60-c58a590dbd40","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-24T04:14:27.6182996Z","updatedOn":"2022-05-24T04:14:27.6182996Z","createdBy":"00da31e0-ca9e-4867-a70f-5dee312c1b2b","updatedBy":"00da31e0-ca9e-4867-a70f-5dee312c1b2b","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a30209e6-b94a-4720-a119-60ed7840f62f","type":"Microsoft.Authorization/roleAssignments","name":"a30209e6-b94a-4720-a119-60ed7840f62f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-17T01:30:35.0198254Z","updatedOn":"2022-07-17T01:30:35.0198254Z","createdBy":"8e77cb6f-3301-4ead-ae68-bf051daee094","updatedBy":"8e77cb6f-3301-4ead-ae68-bf051daee094","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/4d5e6142-edf7-4de5-96d5-15abe80d5609","type":"Microsoft.Authorization/roleAssignments","name":"4d5e6142-edf7-4de5-96d5-15abe80d5609"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"aa12f96e-ce2d-4852-b580-15f7b3fb7091","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-21T04:12:12.8240796Z","updatedOn":"2022-07-21T04:12:12.8240796Z","createdBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","updatedBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1f350b5d-2f28-4654-9d08-f760e13b8ec6","type":"Microsoft.Authorization/roleAssignments","name":"1f350b5d-2f28-4654-9d08-f760e13b8ec6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b1ff04bb-8a4e-4dc4-8eb5-8693973ce19b","principalId":"aa12f96e-ce2d-4852-b580-15f7b3fb7091","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-21T04:12:18.0413127Z","updatedOn":"2022-07-21T04:12:18.0413127Z","createdBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","updatedBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2221706b-a985-42e7-ae79-1e885af847d7","type":"Microsoft.Authorization/roleAssignments","name":"2221706b-a985-42e7-ae79-1e885af847d7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"dff99a91-5e6e-4519-a02b-ffd8f3050695","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-21T04:12:23.3490253Z","updatedOn":"2022-07-21T04:12:23.3490253Z","createdBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","updatedBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/7b36b0e0-63ce-490e-8ef9-16f984bbd02c","type":"Microsoft.Authorization/roleAssignments","name":"7b36b0e0-63ce-490e-8ef9-16f984bbd02c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cdda3590-29a3-44f6-95f2-9f980659eb04","principalId":"e6b2a906-5c84-4de4-9934-cc491658acb2","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-09T01:37:11.4293272Z","updatedOn":"2022-08-09T01:37:11.4293272Z","createdBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","updatedBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/7c691a9f-04a7-4d98-b22d-beda815f6347","type":"Microsoft.Authorization/roleAssignments","name":"7c691a9f-04a7-4d98-b22d-beda815f6347"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"37ba5a67-df3e-444f-a7f3-63cee8f1aeaa","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-12T01:56:53.3548025Z","updatedOn":"2022-08-12T01:56:53.3548025Z","createdBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","updatedBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c8391482-b910-46e3-9246-068d74993721","type":"Microsoft.Authorization/roleAssignments","name":"c8391482-b910-46e3-9246-068d74993721"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"3c45acd1-ff6f-420f-800b-9c474c5e0442","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-30T18:21:27.1968952Z","updatedOn":"2022-08-30T18:21:27.1968952Z","createdBy":"c63b6518-1223-43ab-879b-d78ec423f039","updatedBy":"c63b6518-1223-43ab-879b-d78ec423f039","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/210f662c-d52b-44da-8bad-d6f82f418699","type":"Microsoft.Authorization/roleAssignments","name":"210f662c-d52b-44da-8bad-d6f82f418699"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"fb2fea02-ed7b-47c6-904e-3f47c91f2925","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-01T02:41:49.5200195Z","updatedOn":"2023-02-01T02:41:49.5200195Z","createdBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","updatedBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/28e0123d-9955-4752-ba77-4c23e6fd0f9c","type":"Microsoft.Authorization/roleAssignments","name":"28e0123d-9955-4752-ba77-4c23e6fd0f9c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"d6e92f46-bc93-415f-9a6f-1aedc6b5de50","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-14T02:51:52.5147073Z","updatedOn":"2023-02-14T02:51:52.5147073Z","createdBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","updatedBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/4b626b50-f110-43df-a8b3-9850a2bbb5f1","type":"Microsoft.Authorization/roleAssignments","name":"4b626b50-f110-43df-a8b3-9850a2bbb5f1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"fb2fea02-ed7b-47c6-904e-3f47c91f2925","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-14T07:05:53.9782404Z","updatedOn":"2023-02-14T07:05:53.9782404Z","createdBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","updatedBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dc6060c8-4b30-46ca-9e6d-bb3b46163266","type":"Microsoft.Authorization/roleAssignments","name":"dc6060c8-4b30-46ca-9e6d-bb3b46163266"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2071fcc1-2e30-49a6-9850-ebb4dcefb611","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-27T01:43:58.7635977Z","updatedOn":"2023-02-27T01:43:58.7635977Z","createdBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","updatedBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/7ff6e358-eaee-4b46-ac9a-a88fde1c460d","type":"Microsoft.Authorization/roleAssignments","name":"7ff6e358-eaee-4b46-ac9a-a88fde1c460d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2071fcc1-2e30-49a6-9850-ebb4dcefb611","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-27T02:28:50.9565831Z","updatedOn":"2023-02-27T02:28:50.9565831Z","createdBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","updatedBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/89dd9c18-f26e-4f4a-907a-bb4979b98cb8","type":"Microsoft.Authorization/roleAssignments","name":"89dd9c18-f26e-4f4a-907a-bb4979b98cb8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"f81a6aaa-4928-4b90-83ab-b3259bb2bd5a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-04-14T09:23:37.0447188Z","updatedOn":"2023-04-14T09:23:37.0447188Z","createdBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","updatedBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/61434459-2b8a-42b4-9a5d-8467ca7771c9","type":"Microsoft.Authorization/roleAssignments","name":"61434459-2b8a-42b4-9a5d-8467ca7771c9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"bb1c34d7-9973-49ca-8319-8ca0040cfaac","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-04-28T00:48:32.1906059Z","updatedOn":"2023-04-28T00:48:32.1906059Z","createdBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","updatedBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/7bed1052-dfa2-4054-84da-8f40f5c2955f","type":"Microsoft.Authorization/roleAssignments","name":"7bed1052-dfa2-4054-84da-8f40f5c2955f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f951dda-4ed3-4680-a7ca-43fe172d538d","principalId":"0780d444-b68e-4c41-a9df-642df2c43310","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T05:49:49.5188541Z","updatedOn":"2023-05-30T05:49:49.5188541Z","createdBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","updatedBy":"e3e9d27a-1dd4-422b-a198-f6c67ce8faec","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005/providers/Microsoft.Authorization/roleAssignments/07bd7bc6-28ed-4061-bb0e-4ac1ecdacd65","type":"Microsoft.Authorization/roleAssignments","name":"07bd7bc6-28ed-4061-bb0e-4ac1ecdacd65"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/8a09e845-8185-f05f-dd93-e05635ccd17b","condition":null,"conditionVersion":null,"createdOn":"2021-10-08T07:47:16.9790476Z","updatedOn":"2021-10-08T07:47:16.9790476Z","createdBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","updatedBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/8a09e845-8185-f05f-dd93-e05635ccd17b/providers/Microsoft.Authorization/roleAssignments/b078c307-6222-498c-95fd-d8b834d93004","type":"Microsoft.Authorization/roleAssignments","name":"b078c307-6222-498c-95fd-d8b834d93004"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/31860ded-e613-ee04-8ce3-a0c018d020ed","condition":null,"conditionVersion":null,"createdOn":"2021-04-17T06:16:18.7406008Z","updatedOn":"2021-04-17T06:16:18.7406008Z","createdBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","updatedBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/31860ded-e613-ee04-8ce3-a0c018d020ed/providers/Microsoft.Authorization/roleAssignments/df2aaf97-647c-4a19-99d1-ea1e11dac2c8","type":"Microsoft.Authorization/roleAssignments","name":"df2aaf97-647c-4a19-99d1-ea1e11dac2c8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/51745a2a-cf66-4437-97e7-75911f8e4837","condition":null,"conditionVersion":null,"createdOn":"2019-03-26T22:01:02.8617739Z","updatedOn":"2019-03-26T22:01:02.8617739Z","createdBy":"8701e34d-d7c2-459c-b2d7-f3a9c5204818","updatedBy":"8701e34d-d7c2-459c-b2d7-f3a9c5204818","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/51745a2a-cf66-4437-97e7-75911f8e4837/providers/Microsoft.Authorization/roleAssignments/686d612a-937d-4043-b220-d578ab5acb1b","type":"Microsoft.Authorization/roleAssignments","name":"686d612a-937d-4043-b220-d578ab5acb1b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/CnAIOrchestrationServicePublicCorpprod","condition":null,"conditionVersion":null,"createdOn":"2019-03-26T22:01:02.9176787Z","updatedOn":"2019-03-26T22:01:02.9176787Z","createdBy":"8701e34d-d7c2-459c-b2d7-f3a9c5204818","updatedBy":"8701e34d-d7c2-459c-b2d7-f3a9c5204818","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/CnAIOrchestrationServicePublicCorpprod/providers/Microsoft.Authorization/roleAssignments/4b771ea9-81de-4fc4-aa28-a3a0b9b4a320","type":"Microsoft.Authorization/roleAssignments","name":"4b771ea9-81de-4fc4-aa28-a3a0b9b4a320"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36243c78-bf99-498c-9df9-86d9f8d28608","principalId":"1f75b9dd-4f1d-4e80-9521-321a8b1f5764","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/CnAIOrchestrationServicePublicCorpprod","condition":null,"conditionVersion":null,"createdOn":"2019-03-27T00:49:37.3000523Z","updatedOn":"2019-03-27T00:49:37.3000523Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/CnAIOrchestrationServicePublicCorpprod/providers/Microsoft.Authorization/roleAssignments/e6e1fffd-83f7-40c7-9f33-e56e2cf75b29","type":"Microsoft.Authorization/roleAssignments","name":"e6e1fffd-83f7-40c7-9f33-e56e2cf75b29"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d58bcaf-24a5-4b20-bdb6-eed9f69fbe4c","principalId":"1f75b9dd-4f1d-4e80-9521-321a8b1f5764","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/CnAIOrchestrationServicePublicCorpprod","condition":null,"conditionVersion":null,"createdOn":"2019-03-27T00:50:08.3039053Z","updatedOn":"2019-03-27T00:50:08.3039053Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/CnAIOrchestrationServicePublicCorpprod/providers/Microsoft.Authorization/roleAssignments/3d01f56e-ee3a-41ed-a775-0e067546cb12","type":"Microsoft.Authorization/roleAssignments","name":"3d01f56e-ee3a-41ed-a775-0e067546cb12"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/94ddc4bc-25f5-4f3e-b527-c587da93cfe4","principalId":"bec26c10-d462-4862-9537-53c98dd5606c","principalType":"Group","scope":"/providers/Microsoft.Management/managementGroups/CnAIOrchestrationServicePublicCorpprod","condition":null,"conditionVersion":null,"createdOn":"2022-06-28T23:11:28.9217618Z","updatedOn":"2022-06-28T23:11:28.9217618Z","createdBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","updatedBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/CnAIOrchestrationServicePublicCorpprod/providers/Microsoft.Authorization/roleAssignments/869183bd-893a-46f9-bb02-45e48b13f1be","type":"Microsoft.Authorization/roleAssignments","name":"869183bd-893a-46f9-bb02-45e48b13f1be"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"ce2366a6-64d7-441b-939c-c9d23f91cccd","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T20:43:06.5941189Z","updatedOn":"2020-03-12T20:43:06.5941189Z","createdBy":"606f48c8-d219-4875-991d-ae6befaf0756","updatedBy":"606f48c8-d219-4875-991d-ae6befaf0756","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/ad9e2cd7-0ff7-4931-9b17-656c8f17934b","type":"Microsoft.Authorization/roleAssignments","name":"ad9e2cd7-0ff7-4931-9b17-656c8f17934b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2023-02-21T22:32:46.2324804Z","updatedOn":"2023-02-21T22:32:46.2324804Z","createdBy":"7f1579a6-c648-43a1-ac1e-0c3020dd9b8e","updatedBy":"7f1579a6-c648-43a1-ac1e-0c3020dd9b8e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/df7c1e07-5c2d-4b22-b7b9-fd11a8569db3","type":"Microsoft.Authorization/roleAssignments","name":"df7c1e07-5c2d-4b22-b7b9-fd11a8569db3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772","principalId":"2dd1ea73-4024-489e-83a4-45cb3e962f69","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2023-05-04T20:23:16.3808369Z","updatedOn":"2023-05-04T20:23:16.3808369Z","createdBy":"fa00c2de-57d5-4527-9254-4d513f482d0a","updatedBy":"fa00c2de-57d5-4527-9254-4d513f482d0a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/59109645-7b2b-4278-831a-2e4627ec603d","type":"Microsoft.Authorization/roleAssignments","name":"59109645-7b2b-4278-831a-2e4627ec603d"}]}' + headers: + cache-control: + - no-cache + content-length: + - '33145' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 05:50:47 GMT + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly + 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: + - containerapp create + Connection: + - keep-alive + Cookie: + - x-ms-gateway-slice=Production + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.11 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27acrpull%27&api-version=2022-04-01 + response: + body: + string: '{"value":[{"properties":{"roleName":"AcrPull","type":"BuiltInRole","description":"acr + pull","assignableScopes":["/"],"permissions":[{"actions":["Microsoft.ContainerRegistry/registries/pull/read"],"notActions":[],"dataActions":[],"notDataActions":[]}],"createdOn":"2018-10-22T19:01:56.8227182Z","updatedOn":"2021-11-11T20:13:08.8779328Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f951dda-4ed3-4680-a7ca-43fe172d538d","type":"Microsoft.Authorization/roleDefinitions","name":"7f951dda-4ed3-4680-a7ca-43fe172d538d"}]}' + headers: + cache-control: + - no-cache + content-length: + - '615' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 05:50:48 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + Cookie: + - x-ms-gateway-slice=Production + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.11 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/acr000005/providers/Microsoft.Authorization/roleDefinitions?api-version=2022-04-01 + response: + body: + string: "{\"value\":[{\"properties\":{\"roleName\":\"Avere Cluster Create\",\"type\":\"CustomRole\",\"description\":\"Avere + cluster create role used by the Avere controller to create a vFXT cluster.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Authorization/roleAssignments/*\",\"Microsoft.Authorization/roleDefinitions/*\",\"Microsoft.Compute/*/read\",\"Microsoft.Compute/availabilitySets/*\",\"Microsoft.Compute/virtualMachines/*\",\"Microsoft.Network/*/read\",\"Microsoft.Network/networkInterfaces/*\",\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\",\"Microsoft.Storage/*/read\",\"Microsoft.Storage/storageAccounts/listKeys/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-11-29T18:46:55.0492387Z\",\"updatedOn\":\"2018-11-29T18:46:55.0492387Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a7b1b19a-0e83-4fe5-935c-faaefbfd18c3\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a7b1b19a-0e83-4fe5-935c-faaefbfd18c3\"},{\"properties\":{\"roleName\":\"Avere + Cluster Runtime Operator\",\"type\":\"CustomRole\",\"description\":\"Avere + cluster runtime role used by Avere clusters running in subscriptions, for + the purpose of failing over IP addresses, accessing BLOB storage, etc\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/networkSecurityGroups/join/action\",\"Microsoft.Network/routeTables/read\",\"Microsoft.Network/routeTables/routes/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\",\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"],\"notDataActions\":[]}],\"createdOn\":\"2018-08-26T00:41:26.2170858Z\",\"updatedOn\":\"2018-08-26T00:41:26.2170858Z\",\"createdBy\":\"dda50086-5e3d-4a4b-b8bc-f54771104d89\",\"updatedBy\":\"dda50086-5e3d-4a4b-b8bc-f54771104d89\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e078ab98-ef3a-4c9a-aba7-12f5172b45d0\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e078ab98-ef3a-4c9a-aba7-12f5172b45d0\"},{\"properties\":{\"roleName\":\"Azure + Service Deploy Release Management Contributor\",\"type\":\"CustomRole\",\"description\":\"Contributor + role for services deploying through Azure Service Deploy.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*\"],\"notActions\":[\"Microsoft.Authorization/*/Delete\",\"Microsoft.Authorization/*/Write\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-02-04T02:26:31.5413362Z\",\"updatedOn\":\"2018-01-08T20:20:16.3660174Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/21d96096-b162-414a-8302-d8354f9d91b2\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"21d96096-b162-414a-8302-d8354f9d91b2\"},{\"properties\":{\"roleName\":\"CAL-Custom-Role\",\"type\":\"CustomRole\",\"description\":\"Lets + SAP Cloud Appliance Library application manage Network and Compute services, + manage Resource Groups and Management locks.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/locks/*\",\"Microsoft.Authorization/roleDefinitions/*\",\"Microsoft.Authorization/roleAssignments/*\",\"Microsoft.Compute/*\",\"Microsoft.Network/*\",\"Microsoft.Resources/*\",\"Microsoft.Storage/*\",\"Microsoft.ContainerService/*\",\"Microsoft.ContainerRegistry/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-05-14T19:30:51.0664585Z\",\"updatedOn\":\"2019-02-19T19:11:57.5963229Z\",\"createdBy\":\"dda50086-5e3d-4a4b-b8bc-f54771104d89\",\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7b266cd7-0bba-4ae2-8423-90ede5e1e898\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7b266cd7-0bba-4ae2-8423-90ede5e1e898\"},{\"properties\":{\"roleName\":\"Dsms + Role (deprecated)\",\"type\":\"CustomRole\",\"description\":\"Custom role + used by Dsms to perform operations. Can list and regnerate storage account + keys.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.ClassicStorage/storageAccounts/regenerateKey/action\",\"Microsoft.Storage/storageAccounts/listkeys/action\",\"Microsoft.Storage/storageAccounts/regeneratekey/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-17T18:02:11.1225951Z\",\"updatedOn\":\"2018-01-13T00:21:52.7211696Z\",\"createdBy\":\"ca5f3715-e7dd-427b-b2db-45b6a4a2df87\",\"updatedBy\":\"ca5f3715-e7dd-427b-b2db-45b6a4a2df87\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b91f4c0b-46e3-47bb-a242-eecfe23b3b5b\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b91f4c0b-46e3-47bb-a242-eecfe23b3b5b\"},{\"properties\":{\"roleName\":\"Dsms + Role (do not use)\",\"type\":\"CustomRole\",\"description\":\"Custom role + used by Dsms to perform operations. Can list and regnerate storage account + keys.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.ClassicStorage/storageAccounts/regenerateKey/action\",\"Microsoft.Storage/storageAccounts/listkeys/action\",\"Microsoft.Storage/storageAccounts/regeneratekey/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-02-01T07:56:12.5880222Z\",\"updatedOn\":\"2018-08-09T17:53:48.5432297Z\",\"createdBy\":\"becb4b6b-fe16-413b-a5c3-90355e0b2982\",\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7aff565e-6c55-448d-83db-ccf482c6da2f\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7aff565e-6c55-448d-83db-ccf482c6da2f\"},{\"properties\":{\"roleName\":\"ExpressRoute + Administrator\",\"type\":\"CustomRole\",\"description\":\"Can create, delete + and manage ExpressRoutes\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/locks/*\",\"Microsoft.Authorization/policyAssignments/*\",\"Microsoft.Authorization/policyDefinitions/*\",\"Microsoft.Authorization/roleAssignments/*\",\"Microsoft.ClassicNetwork/*\",\"Microsoft.EventGrid/*\",\"Microsoft.Insights/*\",\"Microsoft.Network/*\",\"Microsoft.Resources/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-08-31T03:51:32.2843055Z\",\"updatedOn\":\"2019-03-20T22:55:18.8222085Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a48d7896-14b4-4889-afef-fbb65a96e5a2\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a48d7896-14b4-4889-afef-fbb65a96e5a2\"},{\"properties\":{\"roleName\":\"GenevaWarmPathResourceContributor\",\"type\":\"CustomRole\",\"description\":\"Can + manage service bus and storage accounts.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.EventHub/namespaces/*\",\"Microsoft.Resources/subscriptions/resourceGroups/*\",\"Microsoft.ServiceBus/namespaces/*\",\"Microsoft.Storage/storageAccounts/*\",\"Microsoft.Storage/storageAccounts/managementPolicies/write\",\"Microsoft.Storage/storageAccounts/managementPolicies/read\",\"Microsoft.Storage/storageAccounts/managementPolicies/delete\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-03-14T22:30:10.1999436Z\",\"updatedOn\":\"2022-02-28T23:26:40.0052537Z\",\"createdBy\":null,\"updatedBy\":\"acis\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9f15f5f5-77bd-413a-aa88-4b9c68b1e7bc\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9f15f5f5-77bd-413a-aa88-4b9c68b1e7bc\"},{\"properties\":{\"roleName\":\"masterreader\",\"type\":\"CustomRole\",\"description\":\"Lets + you view everything, but not make any changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-11-14T23:38:05.3353858Z\",\"updatedOn\":\"2017-11-14T23:38:05.3353858Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a48d7796-14b4-4889-afef-fbb65a93e5a2\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a48d7796-14b4-4889-afef-fbb65a93e5a2\"},{\"properties\":{\"roleName\":\"Microsoft + OneAsset Reader\",\"type\":\"CustomRole\",\"description\":\"This role is for + Microsoft OneAsset team (CSEO) to track internal security compliance and resource + utilization.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachines/*/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-03-27T23:51:08.6333052Z\",\"updatedOn\":\"2019-04-02T20:35:43.3396263Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd1bb084-1503-4bd2-99c0-630220046786\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fd1bb084-1503-4bd2-99c0-630220046786\"},{\"properties\":{\"roleName\":\"Office + DevOps\",\"type\":\"CustomRole\",\"description\":\"Custom access for developers + to operations but not secrets.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachineScaleSets/restart/action\",\"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/restart/action\",\"Microsoft.Sql/servers/databases/replicationLinks/delete\",\"Microsoft.Sql/servers/databases/replicationLinks/failover/action\",\"Microsoft.Sql/servers/databases/replicationLinks/forceFailoverAllowDataLoss/action\",\"Microsoft.Sql/servers/databases/replicationLinks/operationResults/read\",\"Microsoft.Sql/servers/databases/replicationLinks/read\",\"Microsoft.Sql/servers/databases/replicationLinks/unlink/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-10-07T08:11:46.1639398Z\",\"updatedOn\":\"2017-03-16T18:43:08.3234306Z\",\"createdBy\":\"25aea6be-b605-4347-a92d-33e178e412ec\",\"updatedBy\":\"25aea6be-b605-4347-a92d-33e178e412ec\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7fd64851-3279-459b-b614-e2b2ba760f5b\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7fd64851-3279-459b-b614-e2b2ba760f5b\"},{\"properties\":{\"roleName\":\"GenevaWarmPathStorageBlobContributor\",\"type\":\"CustomRole\",\"description\":\"Geneva + Warm Path Storage Blob Contributor\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\",\"Microsoft.Storage/storageAccounts/blobServices/containers/lease/action\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\",\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/lock/action\",\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/write\",\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/extend/action\",\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/delete\",\"Microsoft.Storage/storageAccounts/managementPolicies/write\",\"Microsoft.Storage/storageAccounts/managementPolicies/read\",\"Microsoft.Storage/storageAccounts/managementPolicies/delete\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-12-06T22:46:27.1365630Z\",\"updatedOn\":\"2022-02-28T23:26:40.4152515Z\",\"createdBy\":null,\"updatedBy\":\"acis\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a16c43ca-2d67-4dcd-9ded-6412f5edc51a\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a16c43ca-2d67-4dcd-9ded-6412f5edc51a\"},{\"properties\":{\"roleName\":\"Azure + Service Deploy Release Management Restricted Owner\",\"type\":\"CustomRole\",\"description\":\"Restricted + owner role for services deploying through Azure Service Deploy.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*\"],\"notActions\":[\"Microsoft.Authorization/*/Delete\",\"Microsoft.Authorization/*/Write\"],\"dataActions\":[],\"notDataActions\":[]},{\"actions\":[\"Microsoft.Authorization/roleAssignments/write\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]},{\"actions\":[\"Microsoft.Authorization/locks/write\",\"Microsoft.Authorization/policyassignments/write\",\"Microsoft.Authorization/policydefinitions/write\",\"Microsoft.Authorization/policysetdefinitions/write\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-03-07T22:16:06.8803898Z\",\"updatedOn\":\"2022-03-07T22:16:06.8803898Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/94ddc4bc-25f5-4f3e-b527-c587da93cfe4\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"94ddc4bc-25f5-4f3e-b527-c587da93cfe4\"},{\"properties\":{\"roleName\":\"Azure + Service Deploy Test Release Management Key Vault Secrets User\",\"type\":\"CustomRole\",\"description\":\"Read + secret and certificate contents. Only works for key vaults that use the 'Azure + role-based access control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/secrets/getSecret/action\",\"Microsoft.KeyVault/vaults/certificates/read\"],\"notDataActions\":[]}],\"createdOn\":\"2022-07-20T22:52:19.9944274Z\",\"updatedOn\":\"2022-08-31T23:25:32.0649353Z\",\"createdBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\",\"updatedBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/87d31636-ad85-4caa-802d-1535972b5612\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"87d31636-ad85-4caa-802d-1535972b5612\"},{\"properties\":{\"roleName\":\"Azure + Service Deploy Release Management Key Vault Secrets User\",\"type\":\"CustomRole\",\"description\":\"Read + secret and certificate contents. Only works for key vaults that use the 'Azure + role-based access control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/secrets/getSecret/action\",\"Microsoft.KeyVault/vaults/certificates/read\"],\"notDataActions\":[]}],\"createdOn\":\"2022-08-02T21:14:21.3331588Z\",\"updatedOn\":\"2022-09-10T00:44:34.5904437Z\",\"createdBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\",\"updatedBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/260691e6-68c2-47cf-bd4a-97d5fd4dbcd5\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"260691e6-68c2-47cf-bd4a-97d5fd4dbcd5\"},{\"properties\":{\"roleName\":\"AzSecPackUAPolicyResourceContributorCorpProd\",\"type\":\"CustomRole\",\"description\":\"Resource + contributor role for allowing the AzSecPack Policy to create and add user + assigned identity to VM and VMSS resources.\",\"assignableScopes\":[\"/providers/microsoft.management/managementGroups/CnAIOrchestrationServicePublicCorpprod\"],\"permissions\":[{\"actions\":[\"Microsoft.ManagedIdentity/userAssignedIdentities/assign/action\",\"Microsoft.ManagedIdentity/userAssignedIdentities/write\",\"Microsoft.ManagedIdentity/userAssignedIdentities/read\",\"Microsoft.Resources/subscriptions/resourceGroups/write\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Compute/virtualMachineScaleSets/write\",\"Microsoft.Compute/virtualMachineScaleSets/read\",\"Microsoft.Compute/virtualMachines/write\",\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Authorization/locks/write\",\"Microsoft.Authorization/locks/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.ManagedIdentity/register/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-01-30T22:27:31.9638459Z\",\"updatedOn\":\"2021-03-05T21:43:25.6522065Z\",\"createdBy\":\"820ba717-9ea7-4147-bc13-1e35af4cc27c\",\"updatedBy\":\"2ffe2392-0a52-4093-b041-66b10ebc8317\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd6e57ea-fe3c-4f21-bd1e-de170a9a4971\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fd6e57ea-fe3c-4f21-bd1e-de170a9a4971\"},{\"properties\":{\"roleName\":\"AcrPush\",\"type\":\"BuiltInRole\",\"description\":\"acr + push\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerRegistry/registries/pull/read\",\"Microsoft.ContainerRegistry/registries/push/write\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-10-29T17:52:32.5201177Z\",\"updatedOn\":\"2021-11-11T20:13:07.4993029Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8311e382-0749-4cb8-b61a-304f252e45ec\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8311e382-0749-4cb8-b61a-304f252e45ec\"},{\"properties\":{\"roleName\":\"API + Management Service Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Can + manage service and the APIs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8650193Z\",\"updatedOn\":\"2021-11-11T20:13:08.3179618Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/312a565d-c81f-4fd8-895a-4e21e48d571c\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"312a565d-c81f-4fd8-895a-4e21e48d571c\"},{\"properties\":{\"roleName\":\"AcrPull\",\"type\":\"BuiltInRole\",\"description\":\"acr + pull\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerRegistry/registries/pull/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-10-22T19:01:56.8227182Z\",\"updatedOn\":\"2021-11-11T20:13:08.8779328Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f951dda-4ed3-4680-a7ca-43fe172d538d\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f951dda-4ed3-4680-a7ca-43fe172d538d\"},{\"properties\":{\"roleName\":\"AcrImageSigner\",\"type\":\"BuiltInRole\",\"description\":\"acr + image signer\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerRegistry/registries/sign/write\"],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerRegistry/registries/trustedCollections/write\"],\"notDataActions\":[]}],\"createdOn\":\"2018-03-15T23:23:08.4038322Z\",\"updatedOn\":\"2021-11-11T20:13:09.6070759Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6cef56e8-d556-48e5-a04f-b8e64114680f\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6cef56e8-d556-48e5-a04f-b8e64114680f\"},{\"properties\":{\"roleName\":\"AcrDelete\",\"type\":\"BuiltInRole\",\"description\":\"acr + delete\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerRegistry/registries/artifacts/delete\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-03-11T20:19:31.6682804Z\",\"updatedOn\":\"2021-11-11T20:13:09.9631744Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c2f4ef07-c644-48eb-af81-4b1b4947fb11\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c2f4ef07-c644-48eb-af81-4b1b4947fb11\"},{\"properties\":{\"roleName\":\"AcrQuarantineReader\",\"type\":\"BuiltInRole\",\"description\":\"acr + quarantine data reader\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerRegistry/registries/quarantine/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerRegistry/registries/quarantinedArtifacts/read\"],\"notDataActions\":[]}],\"createdOn\":\"2018-03-16T00:27:39.9596835Z\",\"updatedOn\":\"2021-11-11T20:13:10.3188052Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cdda3590-29a3-44f6-95f2-9f980659eb04\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cdda3590-29a3-44f6-95f2-9f980659eb04\"},{\"properties\":{\"roleName\":\"AcrQuarantineWriter\",\"type\":\"BuiltInRole\",\"description\":\"acr + quarantine data writer\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerRegistry/registries/quarantine/read\",\"Microsoft.ContainerRegistry/registries/quarantine/write\"],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerRegistry/registries/quarantinedArtifacts/read\",\"Microsoft.ContainerRegistry/registries/quarantinedArtifacts/write\"],\"notDataActions\":[]}],\"createdOn\":\"2018-03-16T00:26:37.5871820Z\",\"updatedOn\":\"2021-11-11T20:13:11.3488079Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c8d4ff99-41c3-41a8-9f60-21dfdad59608\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c8d4ff99-41c3-41a8-9f60-21dfdad59608\"},{\"properties\":{\"roleName\":\"API + Management Service Operator Role\",\"type\":\"BuiltInRole\",\"description\":\"Can + manage service but not the APIs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*/read\",\"Microsoft.ApiManagement/service/backup/action\",\"Microsoft.ApiManagement/service/delete\",\"Microsoft.ApiManagement/service/managedeployments/action\",\"Microsoft.ApiManagement/service/read\",\"Microsoft.ApiManagement/service/restore/action\",\"Microsoft.ApiManagement/service/updatecertificate/action\",\"Microsoft.ApiManagement/service/updatehostname/action\",\"Microsoft.ApiManagement/service/write\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.ApiManagement/service/users/keys/read\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-11-09T00:03:42.1194019Z\",\"updatedOn\":\"2021-11-11T20:13:11.5244023Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e022efe7-f5ba-4159-bbe4-b44f577e9b61\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e022efe7-f5ba-4159-bbe4-b44f577e9b61\"},{\"properties\":{\"roleName\":\"API + Management Service Reader Role\",\"type\":\"BuiltInRole\",\"description\":\"Read-only + access to service and APIs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*/read\",\"Microsoft.ApiManagement/service/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.ApiManagement/service/users/keys/read\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-11-09T00:26:45.1540473Z\",\"updatedOn\":\"2021-11-11T20:13:11.8704466Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/71522526-b88f-4d52-b57f-d31fc3546d0d\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"71522526-b88f-4d52-b57f-d31fc3546d0d\"},{\"properties\":{\"roleName\":\"Application + Insights Component Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Can + manage Application Insights components\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/generateLiveToken/read\",\"Microsoft.Insights/metricAlerts/*\",\"Microsoft.Insights/components/*\",\"Microsoft.Insights/scheduledqueryrules/*\",\"Microsoft.Insights/topology/read\",\"Microsoft.Insights/transactions/read\",\"Microsoft.Insights/webtests/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:12.6428401Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ae349356-3a1b-4a5e-921d-050484c6347e\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ae349356-3a1b-4a5e-921d-050484c6347e\"},{\"properties\":{\"roleName\":\"Application + Insights Snapshot Debugger\",\"type\":\"BuiltInRole\",\"description\":\"Gives + user permission to use Application Insights Snapshot Debugger features\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/components/*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-04-19T21:25:12.3728747Z\",\"updatedOn\":\"2021-11-11T20:13:13.0034435Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/08954f03-6346-4c2e-81c0-ec3a5cfae23b\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"08954f03-6346-4c2e-81c0-ec3a5cfae23b\"},{\"properties\":{\"roleName\":\"Attestation + Reader\",\"type\":\"BuiltInRole\",\"description\":\"Can read the attestation + provider properties\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Attestation/attestationProviders/attestation/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-03-25T19:42:59.1576710Z\",\"updatedOn\":\"2021-11-11T20:13:13.3634724Z\",\"createdBy\":null,\"updatedBy\":\"SYSTEM\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd1bd22b-8476-40bc-a0bc-69b95687b9f3\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fd1bd22b-8476-40bc-a0bc-69b95687b9f3\"},{\"properties\":{\"roleName\":\"Automation + Job Operator\",\"type\":\"BuiltInRole\",\"description\":\"Create and Manage + Jobs using Automation Runbooks.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/read\",\"Microsoft.Automation/automationAccounts/jobs/read\",\"Microsoft.Automation/automationAccounts/jobs/resume/action\",\"Microsoft.Automation/automationAccounts/jobs/stop/action\",\"Microsoft.Automation/automationAccounts/jobs/streams/read\",\"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\"Microsoft.Automation/automationAccounts/jobs/write\",\"Microsoft.Automation/automationAccounts/jobs/output/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-04-19T20:52:41.0020018Z\",\"updatedOn\":\"2021-11-11T20:13:13.7065660Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4fe576fe-1146-4730-92eb-48519fa6bf9f\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4fe576fe-1146-4730-92eb-48519fa6bf9f\"},{\"properties\":{\"roleName\":\"Automation + Runbook Operator\",\"type\":\"BuiltInRole\",\"description\":\"Read Runbook + properties - to be able to create Jobs of the runbook.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Automation/automationAccounts/runbooks/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-04-19T20:47:49.5640674Z\",\"updatedOn\":\"2021-11-11T20:13:13.8815461Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"},{\"properties\":{\"roleName\":\"Automation + Operator\",\"type\":\"BuiltInRole\",\"description\":\"Automation Operators + are able to start, stop, suspend, and resume jobs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/read\",\"Microsoft.Automation/automationAccounts/jobs/read\",\"Microsoft.Automation/automationAccounts/jobs/resume/action\",\"Microsoft.Automation/automationAccounts/jobs/stop/action\",\"Microsoft.Automation/automationAccounts/jobs/streams/read\",\"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\"Microsoft.Automation/automationAccounts/jobs/write\",\"Microsoft.Automation/automationAccounts/jobSchedules/read\",\"Microsoft.Automation/automationAccounts/jobSchedules/write\",\"Microsoft.Automation/automationAccounts/linkedWorkspace/read\",\"Microsoft.Automation/automationAccounts/read\",\"Microsoft.Automation/automationAccounts/runbooks/read\",\"Microsoft.Automation/automationAccounts/schedules/read\",\"Microsoft.Automation/automationAccounts/schedules/write\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Automation/automationAccounts/jobs/output/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-08-18T01:05:03.3916130Z\",\"updatedOn\":\"2021-11-11T20:13:14.0515408Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d3881f73-407a-4167-8283-e981cbba0404\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d3881f73-407a-4167-8283-e981cbba0404\"},{\"properties\":{\"roleName\":\"Avere + Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Can create and manage + an Avere vFXT cluster.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Compute/*/read\",\"Microsoft.Compute/availabilitySets/*\",\"Microsoft.Compute/proximityPlacementGroups/*\",\"Microsoft.Compute/virtualMachines/*\",\"Microsoft.Compute/disks/*\",\"Microsoft.Network/*/read\",\"Microsoft.Network/networkInterfaces/*\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\",\"Microsoft.Network/networkSecurityGroups/join/action\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/*/read\",\"Microsoft.Storage/storageAccounts/*\",\"Microsoft.Support/*\",\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\",\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"],\"notDataActions\":[]}],\"createdOn\":\"2019-03-18T20:00:58.9207889Z\",\"updatedOn\":\"2021-11-11T20:13:14.2265665Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4f8fab4f-1852-4a58-a46a-8eaf358af14a\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4f8fab4f-1852-4a58-a46a-8eaf358af14a\"},{\"properties\":{\"roleName\":\"Avere + Operator\",\"type\":\"BuiltInRole\",\"description\":\"Used by the Avere vFXT + cluster to manage the cluster\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/networkSecurityGroups/join/action\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\",\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"],\"notDataActions\":[]}],\"createdOn\":\"2019-03-18T20:02:38.3399857Z\",\"updatedOn\":\"2021-11-11T20:13:15.1065886Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c025889f-8102-4ebf-b32c-fc0c6f0c6bd9\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c025889f-8102-4ebf-b32c-fc0c6f0c6bd9\"},{\"properties\":{\"roleName\":\"Azure + Kubernetes Service Cluster Admin Role\",\"type\":\"BuiltInRole\",\"description\":\"List + cluster admin credential action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerService/managedClusters/listClusterAdminCredential/action\",\"Microsoft.ContainerService/managedClusters/accessProfiles/listCredential/action\",\"Microsoft.ContainerService/managedClusters/read\",\"Microsoft.ContainerService/managedClusters/runcommand/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-08-15T21:38:18.5953853Z\",\"updatedOn\":\"2022-05-17T03:53:30.0905246Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0ab0b1a8-8aac-4efd-b8c2-3ee1fb270be8\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0ab0b1a8-8aac-4efd-b8c2-3ee1fb270be8\"},{\"properties\":{\"roleName\":\"Azure + Kubernetes Service Cluster User Role\",\"type\":\"BuiltInRole\",\"description\":\"List + cluster user credential action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action\",\"Microsoft.ContainerService/managedClusters/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-08-15T22:04:53.4037241Z\",\"updatedOn\":\"2021-11-11T20:13:20.4351976Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4abbcc35-e782-43d8-92c5-2d3f1bd2253f\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4abbcc35-e782-43d8-92c5-2d3f1bd2253f\"},{\"properties\":{\"roleName\":\"Azure + Maps Data Reader\",\"type\":\"BuiltInRole\",\"description\":\"Grants access + to read map related data from an Azure maps account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Maps/accounts/*/read\"],\"notDataActions\":[]}],\"createdOn\":\"2018-10-05T19:47:03.4723070Z\",\"updatedOn\":\"2021-11-11T20:13:20.9582685Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/423170ca-a8f6-4b0f-8487-9e4eb8f49bfa\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"423170ca-a8f6-4b0f-8487-9e4eb8f49bfa\"},{\"properties\":{\"roleName\":\"Azure + Stack Registration Owner\",\"type\":\"BuiltInRole\",\"description\":\"Lets + you manage Azure Stack registrations.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureStack/edgeSubscriptions/read\",\"Microsoft.AzureStack/registrations/products/*/action\",\"Microsoft.AzureStack/registrations/products/read\",\"Microsoft.AzureStack/registrations/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-11-13T23:42:06.2161827Z\",\"updatedOn\":\"2021-11-11T20:13:23.2957820Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6f12a6df-dd06-4f3e-bcb1-ce8be600526a\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6f12a6df-dd06-4f3e-bcb1-ce8be600526a\"},{\"properties\":{\"roleName\":\"Backup + Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage backup + service,but can't create vaults and give access to others\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.RecoveryServices/locations/*\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/*\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/*\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/refreshContainers/action\",\"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/*\",\"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/*\",\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/*\",\"Microsoft.RecoveryServices/Vaults/backupSecurityPIN/*\",\"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/certificates/*\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\",\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\"Microsoft.RecoveryServices/Vaults/usages/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.RecoveryServices/Vaults/backupstorageconfig/*\",\"Microsoft.RecoveryServices/Vaults/backupconfig/*\",\"Microsoft.RecoveryServices/Vaults/backupValidateOperation/action\",\"Microsoft.RecoveryServices/Vaults/write\",\"Microsoft.RecoveryServices/Vaults/backupOperations/read\",\"Microsoft.RecoveryServices/Vaults/backupEngines/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/*\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectableContainers/read\",\"Microsoft.RecoveryServices/vaults/operationStatus/read\",\"Microsoft.RecoveryServices/vaults/operationResults/read\",\"Microsoft.RecoveryServices/locations/backupStatus/action\",\"Microsoft.RecoveryServices/locations/backupPreValidateProtection/action\",\"Microsoft.RecoveryServices/locations/backupValidateFeatures/action\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/write\",\"Microsoft.RecoveryServices/operations/read\",\"Microsoft.RecoveryServices/locations/operationStatus/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionIntents/read\",\"Microsoft.Support/*\",\"Microsoft.DataProtection/locations/getBackupStatus/action\",\"Microsoft.DataProtection/backupVaults/backupInstances/write\",\"Microsoft.DataProtection/backupVaults/backupInstances/delete\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\",\"Microsoft.DataProtection/backupVaults/deletedBackupInstances/read\",\"Microsoft.DataProtection/backupVaults/deletedBackupInstances/undelete/action\",\"Microsoft.DataProtection/backupVaults/backupInstances/backup/action\",\"Microsoft.DataProtection/backupVaults/backupInstances/validateRestore/action\",\"Microsoft.DataProtection/backupVaults/backupInstances/restore/action\",\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/crossRegionRestore/action\",\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/validateCrossRegionRestore/action\",\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJobs/action\",\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJob/action\",\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchSecondaryRecoveryPoints/action\",\"Microsoft.DataProtection/backupVaults/backupPolicies/write\",\"Microsoft.DataProtection/backupVaults/backupPolicies/delete\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\",\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\",\"Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges/action\",\"Microsoft.DataProtection/backupVaults/write\",\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/operationResults/read\",\"Microsoft.DataProtection/backupVaults/operationStatus/read\",\"Microsoft.DataProtection/locations/checkNameAvailability/action\",\"Microsoft.DataProtection/locations/checkFeatureSupport/action\",\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/locations/operationStatus/read\",\"Microsoft.DataProtection/locations/operationResults/read\",\"Microsoft.DataProtection/backupVaults/validateForBackup/action\",\"Microsoft.DataProtection/operations/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-01-03T13:12:15.7321344Z\",\"updatedOn\":\"2023-05-19T11:28:48.8434333Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e467623-bb1f-42f4-a55d-6e525e11384b\"},{\"properties\":{\"roleName\":\"Billing + Reader\",\"type\":\"BuiltInRole\",\"description\":\"Allows read access to + billing data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Billing/*/read\",\"Microsoft.Commerce/*/read\",\"Microsoft.Consumption/*/read\",\"Microsoft.Management/managementGroups/read\",\"Microsoft.CostManagement/*/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-04-25T02:13:38.9054151Z\",\"updatedOn\":\"2021-11-11T20:13:24.5342563Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"},{\"properties\":{\"roleName\":\"Backup + Reader\",\"type\":\"BuiltInRole\",\"description\":\"Can view backup services, + but can't make changes\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationsStatus/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/Vaults/backupstorageconfig/read\",\"Microsoft.RecoveryServices/Vaults/backupconfig/read\",\"Microsoft.RecoveryServices/Vaults/backupOperations/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operations/read\",\"Microsoft.RecoveryServices/Vaults/backupEngines/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/items/read\",\"Microsoft.RecoveryServices/locations/backupStatus/action\",\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/write\",\"Microsoft.RecoveryServices/operations/read\",\"Microsoft.RecoveryServices/locations/operationStatus/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionIntents/read\",\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/locations/backupValidateFeatures/action\",\"Microsoft.RecoveryServices/locations/backupCrrJobs/action\",\"Microsoft.RecoveryServices/locations/backupCrrJob/action\",\"Microsoft.RecoveryServices/locations/backupCrrOperationResults/read\",\"Microsoft.RecoveryServices/locations/backupCrrOperationsStatus/read\",\"Microsoft.DataProtection/locations/getBackupStatus/action\",\"Microsoft.DataProtection/backupVaults/backupInstances/write\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\",\"Microsoft.DataProtection/backupVaults/deletedBackupInstances/read\",\"Microsoft.DataProtection/backupVaults/backupInstances/backup/action\",\"Microsoft.DataProtection/backupVaults/backupInstances/validateRestore/action\",\"Microsoft.DataProtection/backupVaults/backupInstances/restore/action\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\",\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\",\"Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges/action\",\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/operationResults/read\",\"Microsoft.DataProtection/backupVaults/operationStatus/read\",\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/locations/operationStatus/read\",\"Microsoft.DataProtection/locations/operationResults/read\",\"Microsoft.DataProtection/backupVaults/validateForBackup/action\",\"Microsoft.DataProtection/operations/read\",\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJobs/action\",\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJob/action\",\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchSecondaryRecoveryPoints/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-01-03T13:18:41.3893065Z\",\"updatedOn\":\"2023-05-19T11:28:48.8434333Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a795c7a0-d4a2-40c1-ae25-d81f01202912\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a795c7a0-d4a2-40c1-ae25-d81f01202912\"},{\"properties\":{\"roleName\":\"Blockchain + Member Node Access (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Allows + for access to Blockchain Member nodes\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Blockchain/blockchainMembers/transactionNodes/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Blockchain/blockchainMembers/transactionNodes/connect/action\"],\"notDataActions\":[]}],\"createdOn\":\"2018-12-21T10:33:01.9604839Z\",\"updatedOn\":\"2021-11-11T20:13:25.0558920Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/31a002a1-acaf-453e-8a5b-297c9ca1ea24\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"31a002a1-acaf-453e-8a5b-297c9ca1ea24\"},{\"properties\":{\"roleName\":\"BizTalk + Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage BizTalk + services, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.BizTalkServices/BizTalk/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:25.2359269Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e3c6656-6cfa-4708-81fe-0de47ac73342\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e3c6656-6cfa-4708-81fe-0de47ac73342\"},{\"properties\":{\"roleName\":\"CDN + Endpoint Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Can manage + CDN endpoints, but can\u2019t grant access to other users.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\",\"Microsoft.Cdn/profiles/endpoints/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2021-11-11T20:13:25.4059314Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/426e0c7f-0c7e-4658-b36f-ff54d6c29b45\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"},{\"properties\":{\"roleName\":\"CDN + Profile Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Can manage + CDN profiles and their endpoints, but can\u2019t grant access to other users.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\",\"Microsoft.Cdn/profiles/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2021-11-11T20:13:25.9224344Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ec156ff8-a8d1-4d15-830c-5b80698ca432\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ec156ff8-a8d1-4d15-830c-5b80698ca432\"},{\"properties\":{\"roleName\":\"CDN + Profile Reader\",\"type\":\"BuiltInRole\",\"description\":\"Can view CDN profiles + and their endpoints, but can\u2019t make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\",\"Microsoft.Cdn/profiles/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2021-11-11T20:13:26.0983652Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8f96442b-4075-438f-813d-ad51ab4019af\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8f96442b-4075-438f-813d-ad51ab4019af\"},{\"properties\":{\"roleName\":\"Classic + Network Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you + manage classic networks, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicNetwork/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:26.4433301Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b34d265f-36f7-4a0d-a4d4-e158ca92e90f\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"},{\"properties\":{\"roleName\":\"Classic + Storage Account Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets + you manage classic storage accounts, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicStorage/storageAccounts/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:26.6183566Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/86e8f5dc-a6e9-4c67-9d15-de283e8eac25\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"},{\"properties\":{\"roleName\":\"Classic + Storage Account Key Operator Service Role\",\"type\":\"BuiltInRole\",\"description\":\"Classic + Storage Account Key Operators are allowed to list and regenerate keys on Classic + Storage Accounts\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ClassicStorage/storageAccounts/listkeys/action\",\"Microsoft.ClassicStorage/storageAccounts/regeneratekey/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-04-13T18:22:52.1461100Z\",\"updatedOn\":\"2021-11-11T20:13:26.9796021Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/985d6b00-f706-48f5-a6fe-d0ca12fb668d\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"985d6b00-f706-48f5-a6fe-d0ca12fb668d\"},{\"properties\":{\"roleName\":\"ClearDB + MySQL DB Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you + manage ClearDB MySQL databases, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"successbricks.cleardb/databases/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:27.1646373Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9106cda0-8a86-4e81-b686-29a22c54effe\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9106cda0-8a86-4e81-b686-29a22c54effe\"},{\"properties\":{\"roleName\":\"Classic + Virtual Machine Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets + you manage classic virtual machines, but not access to them, and not the virtual + network or storage account they\u2019re connected to.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicCompute/domainNames/*\",\"Microsoft.ClassicCompute/virtualMachines/*\",\"Microsoft.ClassicNetwork/networkSecurityGroups/join/action\",\"Microsoft.ClassicNetwork/reservedIps/link/action\",\"Microsoft.ClassicNetwork/reservedIps/read\",\"Microsoft.ClassicNetwork/virtualNetworks/join/action\",\"Microsoft.ClassicNetwork/virtualNetworks/read\",\"Microsoft.ClassicStorage/storageAccounts/disks/read\",\"Microsoft.ClassicStorage/storageAccounts/images/read\",\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.ClassicStorage/storageAccounts/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-04-25T00:37:56.5416086Z\",\"updatedOn\":\"2021-11-11T20:13:27.3446332Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d73bb868-a0df-4d4d-bd69-98a00b01fccb\"},{\"properties\":{\"roleName\":\"Cognitive + Services User\",\"type\":\"BuiltInRole\",\"description\":\"Lets you read and + list keys of Cognitive Services.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.CognitiveServices/accounts/listkeys/action\",\"Microsoft.Insights/alertRules/read\",\"Microsoft.Insights/diagnosticSettings/read\",\"Microsoft.Insights/logDefinitions/read\",\"Microsoft.Insights/metricdefinitions/read\",\"Microsoft.Insights/metrics/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/*\"],\"notDataActions\":[]}],\"createdOn\":\"2018-08-08T23:23:43.7701274Z\",\"updatedOn\":\"2021-11-11T20:13:27.5316443Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a97b65f3-24c7-4388-baec-2e87135dc908\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a97b65f3-24c7-4388-baec-2e87135dc908\"},{\"properties\":{\"roleName\":\"Cognitive + Services Data Reader (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Lets + you read Cognitive Services data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/*/read\"],\"notDataActions\":[]}],\"createdOn\":\"2019-02-13T20:02:12.6849986Z\",\"updatedOn\":\"2021-11-11T20:13:27.7138054Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b59867f0-fa02-499b-be73-45a86b5b3e1c\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b59867f0-fa02-499b-be73-45a86b5b3e1c\"},{\"properties\":{\"roleName\":\"Cognitive + Services Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you + create, read, update, delete and manage keys of Cognitive Services.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.CognitiveServices/*\",\"Microsoft.Features/features/read\",\"Microsoft.Features/providers/features/read\",\"Microsoft.Features/providers/features/register/action\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.Insights/logDefinitions/read\",\"Microsoft.Insights/metricdefinitions/read\",\"Microsoft.Insights/metrics/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-08-08T23:18:39.2257848Z\",\"updatedOn\":\"2021-11-11T20:13:27.9116230Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/25fbc0a9-bd7c-42a3-aa1a-3b75d497ee68\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"25fbc0a9-bd7c-42a3-aa1a-3b75d497ee68\"},{\"properties\":{\"roleName\":\"CosmosBackupOperator\",\"type\":\"BuiltInRole\",\"description\":\"Can + submit restore request for a Cosmos DB database or a container for an account\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DocumentDB/databaseAccounts/backup/action\",\"Microsoft.DocumentDB/databaseAccounts/restore/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-12-07T19:47:14.9651560Z\",\"updatedOn\":\"2021-11-11T20:13:28.4333692Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/db7b14f2-5adf-42da-9f96-f2ee17bab5cb\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"db7b14f2-5adf-42da-9f96-f2ee17bab5cb\"},{\"properties\":{\"roleName\":\"Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Grants + full access to manage all resources, but does not allow you to assign roles + in Azure RBAC, manage assignments in Azure Blueprints, or share image galleries.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*\"],\"notActions\":[\"Microsoft.Authorization/*/Delete\",\"Microsoft.Authorization/*/Write\",\"Microsoft.Authorization/elevateAccess/Action\",\"Microsoft.Blueprint/blueprintAssignments/write\",\"Microsoft.Blueprint/blueprintAssignments/delete\",\"Microsoft.Compute/galleries/share/action\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:28.6061853Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b24988ac-6180-42a0-ab88-20f7382dd24c\"},{\"properties\":{\"roleName\":\"Cosmos + DB Account Reader Role\",\"type\":\"BuiltInRole\",\"description\":\"Can read + Azure Cosmos DB Accounts data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.DocumentDB/*/read\",\"Microsoft.DocumentDB/databaseAccounts/readonlykeys/action\",\"Microsoft.Insights/MetricDefinitions/read\",\"Microsoft.Insights/Metrics/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-10-30T17:53:54.6005577Z\",\"updatedOn\":\"2021-11-11T20:13:28.7911765Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fbdf93bf-df7d-467e-a4d2-9458aa1360c8\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fbdf93bf-df7d-467e-a4d2-9458aa1360c8\"},{\"properties\":{\"roleName\":\"Cost + Management Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Can view + costs and manage cost configuration (e.g. budgets, exports)\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Consumption/*\",\"Microsoft.CostManagement/*\",\"Microsoft.Billing/billingPeriods/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"Microsoft.Advisor/configurations/read\",\"Microsoft.Advisor/recommendations/read\",\"Microsoft.Management/managementGroups/read\",\"Microsoft.Billing/billingProperty/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-03-14T16:09:22.8834827Z\",\"updatedOn\":\"2021-11-11T20:13:29.4851851Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/434105ed-43f6-45c7-a02f-909b2ba83430\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"434105ed-43f6-45c7-a02f-909b2ba83430\"},{\"properties\":{\"roleName\":\"Cost + Management Reader\",\"type\":\"BuiltInRole\",\"description\":\"Can view cost + data and configuration (e.g. budgets, exports)\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Consumption/*/read\",\"Microsoft.CostManagement/*/read\",\"Microsoft.Billing/billingPeriods/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"Microsoft.Advisor/configurations/read\",\"Microsoft.Advisor/recommendations/read\",\"Microsoft.Management/managementGroups/read\",\"Microsoft.Billing/billingProperty/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-03-14T16:09:22.8834827Z\",\"updatedOn\":\"2021-11-11T20:13:29.6601800Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/72fafb9e-0641-4937-9268-a91bfd8191a3\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"72fafb9e-0641-4937-9268-a91bfd8191a3\"},{\"properties\":{\"roleName\":\"Data + Box Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage + everything under Data Box Service except giving access to others.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"Microsoft.Databox/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-07-27T08:28:42.7140210Z\",\"updatedOn\":\"2021-11-11T20:13:30.3737856Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/add466c9-e687-43fc-8d98-dfcf8d720be5\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"add466c9-e687-43fc-8d98-dfcf8d720be5\"},{\"properties\":{\"roleName\":\"Data + Box Reader\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage Data + Box Service except creating order or editing order details and giving access + to others.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Databox/*/read\",\"Microsoft.Databox/jobs/listsecrets/action\",\"Microsoft.Databox/jobs/listcredentials/action\",\"Microsoft.Databox/locations/availableSkus/action\",\"Microsoft.Databox/locations/validateInputs/action\",\"Microsoft.Databox/locations/regionConfiguration/action\",\"Microsoft.Databox/locations/validateAddress/action\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-07-27T08:26:21.9284772Z\",\"updatedOn\":\"2021-11-11T20:13:30.5546117Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/028f4ed7-e2a9-465e-a8f4-9c0ffdfdc027\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"028f4ed7-e2a9-465e-a8f4-9c0ffdfdc027\"},{\"properties\":{\"roleName\":\"Data + Factory Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Create and + manage data factories, as well as child resources within them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.DataFactory/dataFactories/*\",\"Microsoft.DataFactory/factories/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"Microsoft.EventGrid/eventSubscriptions/write\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:30.7420174Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/673868aa-7521-48a0-acc6-0f60742d39f5\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"673868aa-7521-48a0-acc6-0f60742d39f5\"},{\"properties\":{\"roleName\":\"Data + Purger\",\"type\":\"BuiltInRole\",\"description\":\"Can purge analytics data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/components/*/read\",\"Microsoft.Insights/components/purge/action\",\"Microsoft.OperationalInsights/workspaces/*/read\",\"Microsoft.OperationalInsights/workspaces/purge/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-04-30T22:39:49.6167700Z\",\"updatedOn\":\"2021-11-11T20:13:31.2788395Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/150f5e0c-0603-4f03-8c7f-cf70034c4e90\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"150f5e0c-0603-4f03-8c7f-cf70034c4e90\"},{\"properties\":{\"roleName\":\"Data + Lake Analytics Developer\",\"type\":\"BuiltInRole\",\"description\":\"Lets + you submit, monitor, and manage your own jobs but not create or delete Data + Lake Analytics accounts.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.BigAnalytics/accounts/*\",\"Microsoft.DataLakeAnalytics/accounts/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.BigAnalytics/accounts/Delete\",\"Microsoft.BigAnalytics/accounts/TakeOwnership/action\",\"Microsoft.BigAnalytics/accounts/Write\",\"Microsoft.DataLakeAnalytics/accounts/Delete\",\"Microsoft.DataLakeAnalytics/accounts/TakeOwnership/action\",\"Microsoft.DataLakeAnalytics/accounts/Write\",\"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts/Write\",\"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts/Delete\",\"Microsoft.DataLakeAnalytics/accounts/storageAccounts/Write\",\"Microsoft.DataLakeAnalytics/accounts/storageAccounts/Delete\",\"Microsoft.DataLakeAnalytics/accounts/firewallRules/Write\",\"Microsoft.DataLakeAnalytics/accounts/firewallRules/Delete\",\"Microsoft.DataLakeAnalytics/accounts/computePolicies/Write\",\"Microsoft.DataLakeAnalytics/accounts/computePolicies/Delete\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-10-20T00:33:29.3115234Z\",\"updatedOn\":\"2021-11-11T20:13:31.4688491Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/47b7735b-770e-4598-a7da-8b91488b4c88\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"47b7735b-770e-4598-a7da-8b91488b4c88\"},{\"properties\":{\"roleName\":\"DevTest + Labs User\",\"type\":\"BuiltInRole\",\"description\":\"Lets you connect, start, + restart, and shutdown your virtual machines in your Azure DevTest Labs.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Compute/availabilitySets/read\",\"Microsoft.Compute/virtualMachines/*/read\",\"Microsoft.Compute/virtualMachines/deallocate/action\",\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/restart/action\",\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.DevTestLab/*/read\",\"Microsoft.DevTestLab/labs/claimAnyVm/action\",\"Microsoft.DevTestLab/labs/createEnvironment/action\",\"Microsoft.DevTestLab/labs/ensureCurrentUserProfile/action\",\"Microsoft.DevTestLab/labs/formulas/delete\",\"Microsoft.DevTestLab/labs/formulas/read\",\"Microsoft.DevTestLab/labs/formulas/write\",\"Microsoft.DevTestLab/labs/policySets/evaluatePolicies/action\",\"Microsoft.DevTestLab/labs/virtualMachines/claim/action\",\"Microsoft.DevTestLab/labs/virtualmachines/listApplicableSchedules/action\",\"Microsoft.DevTestLab/labs/virtualMachines/getRdpFileContents/action\",\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\"Microsoft.Network/networkInterfaces/*/read\",\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/publicIPAddresses/*/read\",\"Microsoft.Network/publicIPAddresses/join/action\",\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/listKeys/action\"],\"notActions\":[\"Microsoft.Compute/virtualMachines/vmSizes/read\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-06-08T21:52:45.0657582Z\",\"updatedOn\":\"2021-11-11T20:13:32.1746507Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/76283e04-6283-4c54-8f91-bcf1374a3c64\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"76283e04-6283-4c54-8f91-bcf1374a3c64\"},{\"properties\":{\"roleName\":\"DocumentDB + Account Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you + manage DocumentDB accounts, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.DocumentDb/databaseAccounts/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:32.3496502Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5bd9cd88-fe45-4216-938b-f97437e15450\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5bd9cd88-fe45-4216-938b-f97437e15450\"},{\"properties\":{\"roleName\":\"DNS + Zone Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage + DNS zones and record sets in Azure DNS, but does not let you control who has + access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/dnsZones/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-10-15T23:33:25.9730842Z\",\"updatedOn\":\"2021-11-11T20:13:32.5233957Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/befefa01-2a29-4197-83a8-272ff33ce314\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"befefa01-2a29-4197-83a8-272ff33ce314\"},{\"properties\":{\"roleName\":\"EventGrid + EventSubscription Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets + you manage EventGrid event subscription operations.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.EventGrid/eventSubscriptions/*\",\"Microsoft.EventGrid/topicTypes/eventSubscriptions/read\",\"Microsoft.EventGrid/locations/eventSubscriptions/read\",\"Microsoft.EventGrid/locations/topicTypes/eventSubscriptions/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-10-08T23:27:28.3130743Z\",\"updatedOn\":\"2021-11-11T20:13:33.4166738Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/428e0ff0-5e57-4d9c-a221-2c70d0e0a443\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"428e0ff0-5e57-4d9c-a221-2c70d0e0a443\"},{\"properties\":{\"roleName\":\"EventGrid + EventSubscription Reader\",\"type\":\"BuiltInRole\",\"description\":\"Lets + you read EventGrid event subscriptions.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.EventGrid/eventSubscriptions/read\",\"Microsoft.EventGrid/topicTypes/eventSubscriptions/read\",\"Microsoft.EventGrid/locations/eventSubscriptions/read\",\"Microsoft.EventGrid/locations/topicTypes/eventSubscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-10-09T17:29:28.1417894Z\",\"updatedOn\":\"2021-11-11T20:13:33.7846748Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2414bbcf-6497-4faf-8c65-045460748405\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2414bbcf-6497-4faf-8c65-045460748405\"},{\"properties\":{\"roleName\":\"Graph + Owner\",\"type\":\"BuiltInRole\",\"description\":\"Create and manage all aspects + of the Enterprise Graph - Ontology, Schema mapping, Conflation and Conversational + AI and Ingestions\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.EnterpriseKnowledgeGraph/services/conflation/read\",\"Microsoft.EnterpriseKnowledgeGraph/services/conflation/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/sourceschema/read\",\"Microsoft.EnterpriseKnowledgeGraph/services/sourceschema/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/knowledge/read\",\"Microsoft.EnterpriseKnowledgeGraph/services/knowledge/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/intentclassification/read\",\"Microsoft.EnterpriseKnowledgeGraph/services/intentclassification/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/ingestion/read\",\"Microsoft.EnterpriseKnowledgeGraph/services/ingestion/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/ontology/read\",\"Microsoft.EnterpriseKnowledgeGraph/services/ontology/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/delete\",\"Microsoft.EnterpriseKnowledgeGraph/operations/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-02-23T21:07:22.5844236Z\",\"updatedOn\":\"2021-11-11T20:13:34.6707886Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b60367af-1334-4454-b71e-769d9a4f83d9\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b60367af-1334-4454-b71e-769d9a4f83d9\"},{\"properties\":{\"roleName\":\"HDInsight + Domain Services Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Can + Read, Create, Modify and Delete Domain Services related operations needed + for HDInsight Enterprise Security Package\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AAD/*/read\",\"Microsoft.AAD/domainServices/*/read\",\"Microsoft.AAD/domainServices/oucontainer/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-09-12T22:42:51.7451109Z\",\"updatedOn\":\"2021-11-11T20:13:35.3921342Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8d8d5a11-05d3-4bda-a417-a08778121c7c\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8d8d5a11-05d3-4bda-a417-a08778121c7c\"},{\"properties\":{\"roleName\":\"Intelligent + Systems Account Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets + you manage Intelligent Systems accounts, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.IntelligentSystems/accounts/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:35.9371582Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/03a6d094-3444-4b3d-88af-7477090a9e5e\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"03a6d094-3444-4b3d-88af-7477090a9e5e\"},{\"properties\":{\"roleName\":\"Key + Vault Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage + key vaults, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.KeyVault/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.KeyVault/locations/deletedVaults/purge/action\",\"Microsoft.KeyVault/hsmPools/*\",\"Microsoft.KeyVault/managedHsms/*\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-02-25T17:08:28.5184971Z\",\"updatedOn\":\"2021-11-11T20:13:36.1170988Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f25e0fa2-a7c8-4377-a976-54943a77a395\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f25e0fa2-a7c8-4377-a976-54943a77a395\"},{\"properties\":{\"roleName\":\"Knowledge + Consumer\",\"type\":\"BuiltInRole\",\"description\":\"Knowledge Read permission + to consume Enterprise Graph Knowledge using entity search and graph query\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.EnterpriseKnowledgeGraph/services/knowledge/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-02-23T21:23:31.4037552Z\",\"updatedOn\":\"2021-11-11T20:13:37.0021342Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ee361c5d-f7b5-4119-b4b6-892157c8f64c\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ee361c5d-f7b5-4119-b4b6-892157c8f64c\"},{\"properties\":{\"roleName\":\"Lab + Creator\",\"type\":\"BuiltInRole\",\"description\":\"Lets you create new labs + under your Azure Lab Accounts.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.LabServices/labAccounts/*/read\",\"Microsoft.LabServices/labAccounts/createLab/action\",\"Microsoft.LabServices/labAccounts/getPricingAndAvailability/action\",\"Microsoft.LabServices/labAccounts/getRestrictionsAndUsage/action\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\",\"Microsoft.LabServices/labPlans/saveImage/action\",\"Microsoft.LabServices/labs/read\",\"Microsoft.LabServices/labs/schedules/read\",\"Microsoft.LabServices/labs/users/read\",\"Microsoft.LabServices/labs/virtualMachines/read\",\"Microsoft.LabServices/locations/usages/read\",\"Microsoft.LabServices/skus/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.LabServices/labPlans/createLab/action\"],\"notDataActions\":[]}],\"createdOn\":\"2018-01-18T23:38:58.1036141Z\",\"updatedOn\":\"2021-11-11T20:13:37.1821588Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b97fb8bc-a8b2-4522-a38b-dd33c7e65ead\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b97fb8bc-a8b2-4522-a38b-dd33c7e65ead\"},{\"properties\":{\"roleName\":\"Log + Analytics Reader\",\"type\":\"BuiltInRole\",\"description\":\"Log Analytics + Reader can view and search all monitoring data as well as and view monitoring + settings, including viewing the configuration of Azure diagnostics on all + Azure resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/search/action\",\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-02T00:20:28.1449012Z\",\"updatedOn\":\"2021-11-11T20:13:37.7071371Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/73c42c96-874c-492b-b04d-ab87d138a893\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"73c42c96-874c-492b-b04d-ab87d138a893\"},{\"properties\":{\"roleName\":\"Log + Analytics Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Log Analytics + Contributor can read all monitoring data and edit monitoring settings. Editing + monitoring settings includes adding the VM extension to VMs; reading storage + account keys to be able to configure collection of logs from Azure Storage; + adding solutions; and configuring Azure diagnostics on all Azure resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.ClassicCompute/virtualMachines/extensions/*\",\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.Compute/virtualMachines/extensions/*\",\"Microsoft.HybridCompute/machines/extensions/write\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.OperationalInsights/*\",\"Microsoft.OperationsManagement/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-04-25T21:51:45.3174711Z\",\"updatedOn\":\"2021-11-11T20:13:37.8823618Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/92aaf0da-9dab-42b6-94a3-d43ce8d16293\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"92aaf0da-9dab-42b6-94a3-d43ce8d16293\"},{\"properties\":{\"roleName\":\"Logic + App Operator\",\"type\":\"BuiltInRole\",\"description\":\"Lets you read, enable + and disable logic app.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*/read\",\"Microsoft.Insights/metricAlerts/*/read\",\"Microsoft.Insights/diagnosticSettings/*/read\",\"Microsoft.Insights/metricDefinitions/*/read\",\"Microsoft.Logic/*/read\",\"Microsoft.Logic/workflows/disable/action\",\"Microsoft.Logic/workflows/enable/action\",\"Microsoft.Logic/workflows/validate/action\",\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"Microsoft.Web/connectionGateways/*/read\",\"Microsoft.Web/connections/*/read\",\"Microsoft.Web/customApis/*/read\",\"Microsoft.Web/serverFarms/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-04-28T21:33:30.4656007Z\",\"updatedOn\":\"2021-11-11T20:13:38.0573444Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"},{\"properties\":{\"roleName\":\"Logic + App Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage + logic app, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.ClassicStorage/storageAccounts/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metricAlerts/*\",\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.Insights/logdefinitions/*\",\"Microsoft.Insights/metricDefinitions/*\",\"Microsoft.Logic/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/listkeys/action\",\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Support/*\",\"Microsoft.Web/connectionGateways/*\",\"Microsoft.Web/connections/*\",\"Microsoft.Web/customApis/*\",\"Microsoft.Web/serverFarms/join/action\",\"Microsoft.Web/serverFarms/read\",\"Microsoft.Web/sites/functions/listSecrets/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-04-28T21:33:30.4656007Z\",\"updatedOn\":\"2021-11-11T20:13:38.2523833Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/87a39d53-fc1b-424a-814c-f7e04687dc9e\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"87a39d53-fc1b-424a-814c-f7e04687dc9e\"},{\"properties\":{\"roleName\":\"Managed + Application Operator Role\",\"type\":\"BuiltInRole\",\"description\":\"Lets + you read and perform actions on Managed Application resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.Solutions/applications/read\",\"Microsoft.Solutions/*/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-07-27T00:59:33.7988813Z\",\"updatedOn\":\"2021-11-11T20:13:38.5973763Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c7393b34-138c-406f-901b-d8cf2b17e6ae\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c7393b34-138c-406f-901b-d8cf2b17e6ae\"},{\"properties\":{\"roleName\":\"Managed + Applications Reader\",\"type\":\"BuiltInRole\",\"description\":\"Lets you + read resources in a managed app and request JIT access.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Solutions/jitRequests/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-09-06T00:33:58.3651522Z\",\"updatedOn\":\"2021-11-11T20:13:38.7723523Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b9331d33-8a36-4f8c-b097-4f54124fdb44\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b9331d33-8a36-4f8c-b097-4f54124fdb44\"},{\"properties\":{\"roleName\":\"Managed + Identity Operator\",\"type\":\"BuiltInRole\",\"description\":\"Read and Assign + User Assigned Identity\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ManagedIdentity/userAssignedIdentities/*/read\",\"Microsoft.ManagedIdentity/userAssignedIdentities/*/assign/action\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-12-14T19:52:04.3924594Z\",\"updatedOn\":\"2021-11-11T20:13:38.9523759Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f1a07417-d97a-45cb-824c-7a7467783830\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f1a07417-d97a-45cb-824c-7a7467783830\"},{\"properties\":{\"roleName\":\"Managed + Identity Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Create, + Read, Update, and Delete User Assigned Identity\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ManagedIdentity/userAssignedIdentities/read\",\"Microsoft.ManagedIdentity/userAssignedIdentities/write\",\"Microsoft.ManagedIdentity/userAssignedIdentities/delete\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-12-14T19:53:42.8804692Z\",\"updatedOn\":\"2021-11-11T20:13:39.3023761Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e40ec5ca-96e0-45a2-b4ff-59039f2c2b59\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e40ec5ca-96e0-45a2-b4ff-59039f2c2b59\"},{\"properties\":{\"roleName\":\"Management + Group Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Management + Group Contributor Role\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Management/managementGroups/delete\",\"Microsoft.Management/managementGroups/read\",\"Microsoft.Management/managementGroups/subscriptions/delete\",\"Microsoft.Management/managementGroups/subscriptions/write\",\"Microsoft.Management/managementGroups/write\",\"Microsoft.Management/managementGroups/subscriptions/read\",\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-06-22T00:28:29.0523964Z\",\"updatedOn\":\"2022-09-19T17:12:03.7729883Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d58bcaf-24a5-4b20-bdb6-eed9f69fbe4c\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d58bcaf-24a5-4b20-bdb6-eed9f69fbe4c\"},{\"properties\":{\"roleName\":\"Management + Group Reader\",\"type\":\"BuiltInRole\",\"description\":\"Management Group + Reader Role\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Management/managementGroups/read\",\"Microsoft.Management/managementGroups/subscriptions/read\",\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-06-22T00:31:03.4295347Z\",\"updatedOn\":\"2022-09-19T17:12:03.7729883Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ac63b705-f282-497d-ac71-919bf39d939d\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ac63b705-f282-497d-ac71-919bf39d939d\"},{\"properties\":{\"roleName\":\"Monitoring + Reader\",\"type\":\"BuiltInRole\",\"description\":\"Can read all monitoring + data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.OperationalInsights/workspaces/search/action\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-09-21T19:19:52.4939376Z\",\"updatedOn\":\"2022-09-06T19:22:59.9084089Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"43d0d8ad-25c7-4714-9337-8ba259a9fe05\"},{\"properties\":{\"roleName\":\"Network + Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage networks, + but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2021-11-11T20:13:44.6328966Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4d97b98b-1d4f-4787-a291-c67834d212e7\"},{\"properties\":{\"roleName\":\"New + Relic APM Account Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets + you manage New Relic Application Performance Management accounts and applications, + but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"NewRelic.APM/accounts/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:45.7178576Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d28c62d-5b37-4476-8438-e587778df237\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d28c62d-5b37-4476-8438-e587778df237\"},{\"properties\":{\"roleName\":\"Owner\",\"type\":\"BuiltInRole\",\"description\":\"Grants + full access to manage all resources, including the ability to assign roles + in Azure RBAC.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:45.8978856Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"},{\"properties\":{\"roleName\":\"Reader\",\"type\":\"BuiltInRole\",\"description\":\"View + all resources, but does not allow you to make any changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:47.8628684Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"acdd72a7-3385-48ef-bd42-f606fba81ae7\"},{\"properties\":{\"roleName\":\"Redis + Cache Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage + Redis caches, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Cache/register/action\",\"Microsoft.Cache/redis/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:48.0528671Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e0f68234-74aa-48ed-b826-c38b57376e17\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e0f68234-74aa-48ed-b826-c38b57376e17\"},{\"properties\":{\"roleName\":\"Reader + and Data Access\",\"type\":\"BuiltInRole\",\"description\":\"Lets you view + everything but will not let you delete or create a storage account or contained + resource. It will also allow read/write access to all data contained in a + storage account via access to storage account keys.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Storage/storageAccounts/ListAccountSas/action\",\"Microsoft.Storage/storageAccounts/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-03-27T23:20:46.1498906Z\",\"updatedOn\":\"2021-11-11T20:13:48.2278951Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c12c1c16-33a1-487b-954d-41c89c60f349\"},{\"properties\":{\"roleName\":\"Resource + Policy Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Users with + rights to create/modify resource policy, create support ticket and read resources/hierarchy.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.Authorization/policyassignments/*\",\"Microsoft.Authorization/policydefinitions/*\",\"Microsoft.Authorization/policyexemptions/*\",\"Microsoft.Authorization/policysetdefinitions/*\",\"Microsoft.PolicyInsights/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-08-25T19:08:01.3861639Z\",\"updatedOn\":\"2023-05-17T15:23:09.9119440Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36243c78-bf99-498c-9df9-86d9f8d28608\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"36243c78-bf99-498c-9df9-86d9f8d28608\"},{\"properties\":{\"roleName\":\"Scheduler + Job Collections Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets + you manage Scheduler job collections, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Scheduler/jobcollections/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:49.8429293Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/188a0f2f-5c9e-469b-ae67-2aa5ce574b94\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"},{\"properties\":{\"roleName\":\"Search + Service Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you + manage Search services, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Search/searchServices/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:50.0229309Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7ca78c08-252a-4471-8644-bb5ff32d4ba0\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7ca78c08-252a-4471-8644-bb5ff32d4ba0\"},{\"properties\":{\"roleName\":\"Security + Manager (Legacy)\",\"type\":\"BuiltInRole\",\"description\":\"This is a legacy + role. Please use Security Administrator instead\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicCompute/*/read\",\"Microsoft.ClassicCompute/virtualMachines/*/write\",\"Microsoft.ClassicNetwork/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Security/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-06-22T17:45:15.8986455Z\",\"updatedOn\":\"2021-11-11T20:13:50.5729549Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e3d13bf0-dd5a-482e-ba6b-9b8433878d10\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"},{\"properties\":{\"roleName\":\"Security + Reader\",\"type\":\"BuiltInRole\",\"description\":\"Security Reader Role\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\",\"Microsoft.operationalInsights/workspaces/*/read\",\"Microsoft.Resources/deployments/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Security/*/read\",\"Microsoft.IoTSecurity/*/read\",\"Microsoft.Support/*/read\",\"Microsoft.Security/iotDefenderSettings/packageDownloads/action\",\"Microsoft.Security/iotDefenderSettings/downloadManagerActivation/action\",\"Microsoft.Security/iotSensors/downloadResetPassword/action\",\"Microsoft.IoTSecurity/defenderSettings/packageDownloads/action\",\"Microsoft.IoTSecurity/defenderSettings/downloadManagerActivation/action\",\"Microsoft.Management/managementGroups/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-03T07:48:49.0516559Z\",\"updatedOn\":\"2021-11-11T20:13:50.7479015Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/39bc4728-0917-49c7-9d2c-d95423bc2eb4\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"39bc4728-0917-49c7-9d2c-d95423bc2eb4\"},{\"properties\":{\"roleName\":\"Spatial + Anchors Account Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets + you manage spatial anchors in your account, but not delete them\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/SpatialAnchorsAccounts/create/action\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/discovery/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/properties/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/query/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/submitdiag/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/write\"],\"notDataActions\":[]}],\"createdOn\":\"2018-12-21T17:57:41.1420864Z\",\"updatedOn\":\"2021-11-11T20:13:52.2829400Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8bbe83f1-e2a6-4df7-8cb4-4e04d4e5c827\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8bbe83f1-e2a6-4df7-8cb4-4e04d4e5c827\"},{\"properties\":{\"roleName\":\"Site + Recovery Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you + manage Site Recovery service except vault creation and role assignment\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\"Microsoft.RecoveryServices/locations/allocateStamp/action\",\"Microsoft.RecoveryServices/Vaults/certificates/write\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/*\",\"Microsoft.RecoveryServices/vaults/replicationVaultSettings/*\",\"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/*\",\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.RecoveryServices/vaults/replicationOperationStatus/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-19T13:46:17.4592776Z\",\"updatedOn\":\"2021-11-11T20:13:52.4579503Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"},{\"properties\":{\"roleName\":\"Site + Recovery Operator\",\"type\":\"BuiltInRole\",\"description\":\"Lets you failover + and failback but not perform other Site Recovery management operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\"Microsoft.RecoveryServices/locations/allocateStamp/action\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/switchprotection/action\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailover/action\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailoverCleanup/action\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/failoverCommit/action\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\",\"Microsoft.RecoveryServices/vaults/replicationVaultSettings/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/*\",\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-19T13:47:50.1341148Z\",\"updatedOn\":\"2021-11-11T20:13:52.6263418Z\",\"createdBy\":null,\"updatedBy\":\"\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"494ae006-db33-4328-bf46-533a6560a3ca\"},{\"properties\":{\"roleName\":\"Spatial + Anchors Account Reader\",\"type\":\"BuiltInRole\",\"description\":\"Lets you + locate and read properties of spatial anchors in your account\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/SpatialAnchorsAccounts/discovery/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/properties/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/query/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/submitdiag/read\"],\"notDataActions\":[]}],\"createdOn\":\"2018-12-21T17:57:42.9271004Z\",\"updatedOn\":\"2021-11-11T20:13:52.8013467Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d51204f-eb77-4b1c-b86a-2ec626c49413\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d51204f-eb77-4b1c-b86a-2ec626c49413\"},{\"properties\":{\"roleName\":\"Site + Recovery Reader\",\"type\":\"BuiltInRole\",\"description\":\"Lets you view + Site Recovery status but not perform other management operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\"Microsoft.RecoveryServices/vaults/replicationVaultSettings/read\",\"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-19T13:35:40.0093634Z\",\"updatedOn\":\"2021-11-11T20:13:52.9763366Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dbaa88c4-0c30-4179-9fb3-46319faa6149\"},{\"properties\":{\"roleName\":\"Spatial + Anchors Account Owner\",\"type\":\"BuiltInRole\",\"description\":\"Lets you + manage spatial anchors in your account, including deleting them\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/SpatialAnchorsAccounts/create/action\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/delete\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/discovery/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/properties/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/query/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/submitdiag/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/write\"],\"notDataActions\":[]}],\"createdOn\":\"2018-12-21T17:57:43.5489832Z\",\"updatedOn\":\"2021-11-11T20:13:53.1663250Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/70bbe301-9835-447d-afdd-19eb3167307c\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"70bbe301-9835-447d-afdd-19eb3167307c\"},{\"properties\":{\"roleName\":\"SQL + Managed Instance Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets + you manage SQL Managed Instances and required network configuration, but can\u2019t + give access to others.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Network/networkSecurityGroups/*\",\"Microsoft.Network/routeTables/*\",\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/locations/instanceFailoverGroups/*\",\"Microsoft.Sql/managedInstances/*\",\"Microsoft.Support/*\",\"Microsoft.Network/virtualNetworks/subnets/*\",\"Microsoft.Network/virtualNetworks/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"],\"notActions\":[\"Microsoft.Sql/managedInstances/azureADOnlyAuthentications/delete\",\"Microsoft.Sql/managedInstances/azureADOnlyAuthentications/write\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-12-10T22:57:14.2937983Z\",\"updatedOn\":\"2021-11-11T20:13:53.3513507Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4939a1f6-9ae0-4e48-a1e0-f2cbe897382d\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4939a1f6-9ae0-4e48-a1e0-f2cbe897382d\"},{\"properties\":{\"roleName\":\"SQL + DB Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage + SQL databases, but not access to them. Also, you can't manage their security-related + policies or their parent SQL servers.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/servers/databases/*\",\"Microsoft.Sql/servers/read\",\"Microsoft.Support/*\",\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"],\"notActions\":[\"Microsoft.Sql/servers/databases/ledgerDigestUploads/write\",\"Microsoft.Sql/servers/databases/ledgerDigestUploads/disable/action\",\"Microsoft.Sql/managedInstances/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/managedInstances/databases/recommendedSensitivityLabels/*\",\"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels/*\",\"Microsoft.Sql/managedInstances/databases/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/sensitivityLabels/*\",\"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/*\",\"Microsoft.Sql/managedInstances/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/vulnerabilityAssessments/*\",\"Microsoft.Sql/servers/databases/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditRecords/read\",\"Microsoft.Sql/servers/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\"Microsoft.Sql/servers/databases/extendedAuditingSettings/*\",\"Microsoft.Sql/servers/databases/recommendedSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\",\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\"Microsoft.Sql/servers/databases/securityMetrics/*\",\"Microsoft.Sql/servers/databases/sensitivityLabels/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\",\"Microsoft.Sql/servers/vulnerabilityAssessments/*\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:53.5363219Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"},{\"properties\":{\"roleName\":\"SQL + Security Manager\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage + the security-related policies of SQL servers and databases, but not access + to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Sql/locations/administratorAzureAsyncOperation/read\",\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/read\",\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/write\",\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/read\",\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/write\",\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/read\",\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/write\",\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/read\",\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/write\",\"Microsoft.Sql/managedInstances/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/managedInstances/databases/recommendedSensitivityLabels/*\",\"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels/*\",\"Microsoft.Sql/managedInstances/databases/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/sensitivityLabels/*\",\"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/*\",\"Microsoft.Sql/servers/advancedThreatProtectionSettings/read\",\"Microsoft.Sql/servers/advancedThreatProtectionSettings/write\",\"Microsoft.Sql/managedInstances/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/transparentDataEncryption/*\",\"Microsoft.Sql/managedInstances/vulnerabilityAssessments/*\",\"Microsoft.Sql/managedInstances/serverConfigurationOptions/read\",\"Microsoft.Sql/managedInstances/serverConfigurationOptions/write\",\"Microsoft.Sql/locations/serverConfigurationOptionAzureAsyncOperation/read\",\"Microsoft.Sql/servers/advancedThreatProtectionSettings/read\",\"Microsoft.Sql/servers/advancedThreatProtectionSettings/write\",\"Microsoft.Sql/servers/auditingSettings/*\",\"Microsoft.Sql/servers/extendedAuditingSettings/read\",\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/read\",\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/write\",\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/read\",\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/write\",\"Microsoft.Sql/servers/databases/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditRecords/read\",\"Microsoft.Sql/servers/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\"Microsoft.Sql/servers/databases/extendedAuditingSettings/read\",\"Microsoft.Sql/servers/databases/read\",\"Microsoft.Sql/servers/databases/recommendedSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/schemas/read\",\"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\",\"Microsoft.Sql/servers/databases/schemas/tables/read\",\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\"Microsoft.Sql/servers/databases/securityMetrics/*\",\"Microsoft.Sql/servers/databases/sensitivityLabels/*\",\"Microsoft.Sql/servers/databases/transparentDataEncryption/*\",\"Microsoft.Sql/servers/databases/sqlvulnerabilityAssessments/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\",\"Microsoft.Sql/servers/devOpsAuditingSettings/*\",\"Microsoft.Sql/servers/firewallRules/*\",\"Microsoft.Sql/servers/read\",\"Microsoft.Sql/servers/securityAlertPolicies/*\",\"Microsoft.Sql/servers/sqlvulnerabilityAssessments/*\",\"Microsoft.Sql/servers/vulnerabilityAssessments/*\",\"Microsoft.Support/*\",\"Microsoft.Sql/servers/azureADOnlyAuthentications/*\",\"Microsoft.Sql/managedInstances/read\",\"Microsoft.Sql/managedInstances/azureADOnlyAuthentications/*\",\"Microsoft.Security/sqlVulnerabilityAssessments/*\",\"Microsoft.Sql/managedInstances/administrators/read\",\"Microsoft.Sql/servers/administrators/read\",\"Microsoft.Sql/servers/databases/ledgerDigestUploads/*\",\"Microsoft.Sql/locations/ledgerDigestUploadsAzureAsyncOperation/read\",\"Microsoft.Sql/locations/ledgerDigestUploadsOperationResults/read\",\"Microsoft.Sql/servers/externalPolicyBasedAuthorizations/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-06-16T18:44:40.4607572Z\",\"updatedOn\":\"2023-03-03T16:46:08.5009876Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/056cd41c-7e88-42e1-933e-88ba6a50c9c3\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"056cd41c-7e88-42e1-933e-88ba6a50c9c3\"},{\"properties\":{\"roleName\":\"Storage + Account Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you + manage storage accounts, including accessing storage account keys which provide + full access to storage account data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2021-11-11T20:13:54.2363539Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"17d1049b-9a84-46fb-8f53-869881c3d3ab\"},{\"properties\":{\"roleName\":\"SQL + Server Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage + SQL servers and databases, but not access to them, and not their security + -related policies.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/servers/*\",\"Microsoft.Support/*\",\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"],\"notActions\":[\"Microsoft.Sql/managedInstances/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/managedInstances/databases/recommendedSensitivityLabels/*\",\"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels/*\",\"Microsoft.Sql/managedInstances/databases/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/sensitivityLabels/*\",\"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/*\",\"Microsoft.Sql/managedInstances/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/vulnerabilityAssessments/*\",\"Microsoft.Sql/servers/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditRecords/read\",\"Microsoft.Sql/servers/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\"Microsoft.Sql/servers/databases/extendedAuditingSettings/*\",\"Microsoft.Sql/servers/databases/recommendedSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\",\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\"Microsoft.Sql/servers/databases/securityMetrics/*\",\"Microsoft.Sql/servers/databases/sensitivityLabels/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\",\"Microsoft.Sql/servers/devOpsAuditingSettings/*\",\"Microsoft.Sql/servers/extendedAuditingSettings/*\",\"Microsoft.Sql/servers/securityAlertPolicies/*\",\"Microsoft.Sql/servers/vulnerabilityAssessments/*\",\"Microsoft.Sql/servers/azureADOnlyAuthentications/delete\",\"Microsoft.Sql/servers/azureADOnlyAuthentications/write\",\"Microsoft.Sql/servers/externalPolicyBasedAuthorizations/delete\",\"Microsoft.Sql/servers/externalPolicyBasedAuthorizations/write\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2022-04-29T01:12:26.9132276Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"},{\"properties\":{\"roleName\":\"Storage + Account Key Operator Service Role\",\"type\":\"BuiltInRole\",\"description\":\"Storage + Account Key Operators are allowed to list and regenerate keys on Storage Accounts\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/listkeys/action\",\"Microsoft.Storage/storageAccounts/regeneratekey/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-04-13T18:26:11.5770570Z\",\"updatedOn\":\"2021-11-11T20:13:54.7697481Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/81a9662b-bebf-436f-a333-f67b29880f12\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"81a9662b-bebf-436f-a333-f67b29880f12\"},{\"properties\":{\"roleName\":\"Storage + Blob Data Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Allows + for read, write and delete access to Azure Storage blob containers and data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\",\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\",\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\",\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/move/action\",\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/add/action\"],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"updatedOn\":\"2021-11-11T20:13:54.9397456Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ba92f5b4-2d11-453d-a403-e96b0029c9fe\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ba92f5b4-2d11-453d-a403-e96b0029c9fe\"},{\"properties\":{\"roleName\":\"Storage + Blob Data Owner\",\"type\":\"BuiltInRole\",\"description\":\"Allows for full + access to Azure Storage blob containers and data, including assigning POSIX + access control.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/*\",\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/*\"],\"notDataActions\":[]}],\"createdOn\":\"2018-12-04T07:02:58.2775257Z\",\"updatedOn\":\"2021-11-11T20:13:55.1225062Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b7e6dc6d-f1e8-4753-8033-0f276bb0955b\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b7e6dc6d-f1e8-4753-8033-0f276bb0955b\"},{\"properties\":{\"roleName\":\"Storage + Blob Data Reader\",\"type\":\"BuiltInRole\",\"description\":\"Allows for read + access to Azure Storage blob containers and data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"updatedOn\":\"2021-11-11T20:13:55.2975076Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2a2b9908-6ea1-4ae2-8e65-a410df84e7d1\"},{\"properties\":{\"roleName\":\"Storage + Queue Data Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Allows + for read, write, and delete access to Azure Storage queues and queue messages\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/delete\",\"Microsoft.Storage/storageAccounts/queueServices/queues/read\",\"Microsoft.Storage/storageAccounts/queueServices/queues/write\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/delete\",\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\",\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/write\",\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/process/action\"],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"updatedOn\":\"2021-11-11T20:13:55.4725469Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/974c5e8b-45b9-4653-ba55-5f855dd0fb88\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"974c5e8b-45b9-4653-ba55-5f855dd0fb88\"},{\"properties\":{\"roleName\":\"Storage + Queue Data Message Processor\",\"type\":\"BuiltInRole\",\"description\":\"Allows + for peek, receive, and delete access to Azure Storage queue messages\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\",\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/process/action\"],\"notDataActions\":[]}],\"createdOn\":\"2019-01-28T22:27:04.8947111Z\",\"updatedOn\":\"2021-11-11T20:13:55.6575408Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8a0f0c08-91a1-4084-bc3d-661d67233fed\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8a0f0c08-91a1-4084-bc3d-661d67233fed\"},{\"properties\":{\"roleName\":\"Storage + Queue Data Message Sender\",\"type\":\"BuiltInRole\",\"description\":\"Allows + for sending of Azure Storage queue messages\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/add/action\"],\"notDataActions\":[]}],\"createdOn\":\"2019-01-28T22:28:34.7459724Z\",\"updatedOn\":\"2021-11-11T20:13:55.8325508Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c6a89b2d-59bc-44d0-9896-0f6e12d7b80a\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c6a89b2d-59bc-44d0-9896-0f6e12d7b80a\"},{\"properties\":{\"roleName\":\"Storage + Queue Data Reader\",\"type\":\"BuiltInRole\",\"description\":\"Allows for + read access to Azure Storage queues and queue messages\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\"],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"updatedOn\":\"2021-11-11T20:13:56.0178497Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/19e7f393-937e-4f77-808e-94535e297925\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"19e7f393-937e-4f77-808e-94535e297925\"},{\"properties\":{\"roleName\":\"Support + Request Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you + create and manage Support requests\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-06-22T22:25:37.8053068Z\",\"updatedOn\":\"2021-11-11T20:13:56.7444481Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cfd33db0-3dd1-45e3-aa9d-cdbdf3b6f24e\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cfd33db0-3dd1-45e3-aa9d-cdbdf3b6f24e\"},{\"properties\":{\"roleName\":\"Traffic + Manager Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you + manage Traffic Manager profiles, but does not let you control who has access + to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/trafficManagerProfiles/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-10-15T23:33:25.9730842Z\",\"updatedOn\":\"2021-11-11T20:13:57.2744497Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"},{\"properties\":{\"roleName\":\"User + Access Administrator\",\"type\":\"BuiltInRole\",\"description\":\"Lets you + manage user access to Azure resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.Authorization/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:57.7932023Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"},{\"properties\":{\"roleName\":\"Virtual + Machine Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you + manage virtual machines, but not access to them, and not the virtual network + or storage account they're connected to.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Compute/availabilitySets/*\",\"Microsoft.Compute/locations/*\",\"Microsoft.Compute/virtualMachines/*\",\"Microsoft.Compute/virtualMachineScaleSets/*\",\"Microsoft.Compute/cloudServices/*\",\"Microsoft.Compute/disks/write\",\"Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/delete\",\"Microsoft.DevTestLab/schedules/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/applicationGateways/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\"Microsoft.Network/loadBalancers/probes/join/action\",\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/locations/*\",\"Microsoft.Network/networkInterfaces/*\",\"Microsoft.Network/networkSecurityGroups/join/action\",\"Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/publicIPAddresses/join/action\",\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.RecoveryServices/locations/*\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/write\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/write\",\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/Vaults/write\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.SerialConsole/serialPorts/connect/action\",\"Microsoft.SqlVirtualMachine/*\",\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2021-11-11T20:13:58.3176075Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"},{\"properties\":{\"roleName\":\"Web + Plan Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage + the web plans for websites, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"Microsoft.Web/serverFarms/*\",\"Microsoft.Web/hostingEnvironments/Join/Action\",\"Microsoft.Insights/autoscalesettings/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2022-09-05T17:12:49.4643439Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"},{\"properties\":{\"roleName\":\"Website + Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage websites + (not web plans), but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/components/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"Microsoft.Web/certificates/*\",\"Microsoft.Web/listSitesAssignedToHostName/read\",\"Microsoft.Web/serverFarms/join/action\",\"Microsoft.Web/serverFarms/read\",\"Microsoft.Web/sites/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-05-12T23:10:23.6193952Z\",\"updatedOn\":\"2021-11-11T20:13:58.6655647Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"de139f84-1756-47ae-9be6-808fbbe84772\"},{\"properties\":{\"roleName\":\"Azure + Service Bus Data Owner\",\"type\":\"BuiltInRole\",\"description\":\"Allows + for full access to Azure Service Bus resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ServiceBus/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.ServiceBus/*\"],\"notDataActions\":[]}],\"createdOn\":\"2019-04-16T21:33:36.7445745Z\",\"updatedOn\":\"2021-11-11T20:13:59.2005807Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/090c5cfd-751d-490a-894a-3ce6f1109419\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"090c5cfd-751d-490a-894a-3ce6f1109419\"},{\"properties\":{\"roleName\":\"Azure + Event Hubs Data Owner\",\"type\":\"BuiltInRole\",\"description\":\"Allows + for full access to Azure Event Hubs resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.EventHub/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.EventHub/*\"],\"notDataActions\":[]}],\"createdOn\":\"2019-04-16T21:34:29.8656362Z\",\"updatedOn\":\"2021-11-11T20:13:59.3721538Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f526a384-b230-433a-b45c-95f59c4a2dec\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f526a384-b230-433a-b45c-95f59c4a2dec\"},{\"properties\":{\"roleName\":\"Attestation + Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Can read write or + delete the attestation provider instance\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Attestation/attestationProviders/attestation/read\",\"Microsoft.Attestation/attestationProviders/attestation/write\",\"Microsoft.Attestation/attestationProviders/attestation/delete\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-04-19T00:24:09.3354177Z\",\"updatedOn\":\"2021-11-11T20:13:59.7271218Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bbf86eb8-f7b4-4cce-96e4-18cddf81d86e\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bbf86eb8-f7b4-4cce-96e4-18cddf81d86e\"},{\"properties\":{\"roleName\":\"HDInsight + Cluster Operator\",\"type\":\"BuiltInRole\",\"description\":\"Lets you read + and modify HDInsight cluster configurations.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HDInsight/*/read\",\"Microsoft.HDInsight/clusters/getGatewaySettings/action\",\"Microsoft.HDInsight/clusters/updateGatewaySettings/action\",\"Microsoft.HDInsight/clusters/configurations/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-04-20T00:03:01.7110732Z\",\"updatedOn\":\"2021-11-11T20:13:59.9052180Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/61ed4efc-fab3-44fd-b111-e24485cc132a\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"61ed4efc-fab3-44fd-b111-e24485cc132a\"},{\"properties\":{\"roleName\":\"Cosmos + DB Operator\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage Azure + Cosmos DB accounts, but not access data in them. Prevents access to account + keys and connection strings.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DocumentDb/databaseAccounts/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"],\"notActions\":[\"Microsoft.DocumentDB/databaseAccounts/readonlyKeys/*\",\"Microsoft.DocumentDB/databaseAccounts/regenerateKey/*\",\"Microsoft.DocumentDB/databaseAccounts/listKeys/*\",\"Microsoft.DocumentDB/databaseAccounts/listConnectionStrings/*\",\"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions/write\",\"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions/delete\",\"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments/write\",\"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments/delete\",\"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions/write\",\"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions/delete\",\"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions/write\",\"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions/delete\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-04-26T17:01:17.0169383Z\",\"updatedOn\":\"2023-01-13T21:16:13.9232439Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/230815da-be43-4aae-9cb4-875f7bd000aa\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"230815da-be43-4aae-9cb4-875f7bd000aa\"},{\"properties\":{\"roleName\":\"Hybrid + Server Resource Administrator\",\"type\":\"BuiltInRole\",\"description\":\"Can + read, write, delete, and re-onboard Hybrid servers to the Hybrid Resource + Provider.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/*\",\"Microsoft.HybridCompute/*/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-04-29T21:39:32.3132923Z\",\"updatedOn\":\"2021-11-11T20:14:00.2548257Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/48b40c6e-82e0-4eb3-90d5-19e40f49b624\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"48b40c6e-82e0-4eb3-90d5-19e40f49b624\"},{\"properties\":{\"roleName\":\"Hybrid + Server Onboarding\",\"type\":\"BuiltInRole\",\"description\":\"Can onboard + new Hybrid servers to the Hybrid Resource Provider.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/read\",\"Microsoft.HybridCompute/machines/write\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-04-29T22:36:28.1873756Z\",\"updatedOn\":\"2021-11-11T20:14:00.4308999Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d1e5ee4-7c68-4a71-ac8b-0739630a3dfb\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d1e5ee4-7c68-4a71-ac8b-0739630a3dfb\"},{\"properties\":{\"roleName\":\"Azure + Event Hubs Data Receiver\",\"type\":\"BuiltInRole\",\"description\":\"Allows + receive access to Azure Event Hubs resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.EventHub/*/eventhubs/consumergroups/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.EventHub/*/receive/action\"],\"notDataActions\":[]}],\"createdOn\":\"2019-05-10T06:25:21.1056666Z\",\"updatedOn\":\"2021-11-11T20:14:01.3225169Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a638d3c7-ab3a-418d-83e6-5f17a39d4fde\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a638d3c7-ab3a-418d-83e6-5f17a39d4fde\"},{\"properties\":{\"roleName\":\"Azure + Event Hubs Data Sender\",\"type\":\"BuiltInRole\",\"description\":\"Allows + send access to Azure Event Hubs resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.EventHub/*/eventhubs/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.EventHub/*/send/action\"],\"notDataActions\":[]}],\"createdOn\":\"2019-05-10T06:26:12.4673714Z\",\"updatedOn\":\"2021-11-11T20:14:01.4925583Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2b629674-e913-4c01-ae53-ef4638d8f975\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2b629674-e913-4c01-ae53-ef4638d8f975\"},{\"properties\":{\"roleName\":\"Azure + Service Bus Data Receiver\",\"type\":\"BuiltInRole\",\"description\":\"Allows + for receive access to Azure Service Bus resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ServiceBus/*/queues/read\",\"Microsoft.ServiceBus/*/topics/read\",\"Microsoft.ServiceBus/*/topics/subscriptions/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.ServiceBus/*/receive/action\"],\"notDataActions\":[]}],\"createdOn\":\"2019-05-10T06:43:01.6343849Z\",\"updatedOn\":\"2021-11-11T20:14:01.6629685Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4f6d3b9b-027b-4f4c-9142-0e5a2a2247e0\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4f6d3b9b-027b-4f4c-9142-0e5a2a2247e0\"},{\"properties\":{\"roleName\":\"Azure + Service Bus Data Sender\",\"type\":\"BuiltInRole\",\"description\":\"Allows + for send access to Azure Service Bus resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ServiceBus/*/queues/read\",\"Microsoft.ServiceBus/*/topics/read\",\"Microsoft.ServiceBus/*/topics/subscriptions/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.ServiceBus/*/send/action\"],\"notDataActions\":[]}],\"createdOn\":\"2019-05-10T06:43:46.7046934Z\",\"updatedOn\":\"2021-11-11T20:14:01.8479199Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/69a216fc-b8fb-44d8-bc22-1f3c2cd27a39\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"69a216fc-b8fb-44d8-bc22-1f3c2cd27a39\"},{\"properties\":{\"roleName\":\"Storage + File Data SMB Share Reader\",\"type\":\"BuiltInRole\",\"description\":\"Allows + for read access to Azure File Share over SMB\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"],\"notDataActions\":[]}],\"createdOn\":\"2019-07-01T20:19:31.8620471Z\",\"updatedOn\":\"2021-11-11T20:14:04.3642909Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/aba4ae5f-2193-4029-9191-0cb91df5e314\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"aba4ae5f-2193-4029-9191-0cb91df5e314\"},{\"properties\":{\"roleName\":\"Storage + File Data SMB Share Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Allows + for read, write, and delete access in Azure Storage file shares over SMB\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\",\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/write\",\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/delete\"],\"notDataActions\":[]}],\"createdOn\":\"2019-07-01T20:54:35.4834310Z\",\"updatedOn\":\"2021-11-11T20:14:04.5443323Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0c867c2a-1d8c-454a-a3db-ab2ea1bdc8bb\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0c867c2a-1d8c-454a-a3db-ab2ea1bdc8bb\"},{\"properties\":{\"roleName\":\"Private + DNS Zone Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you + manage private DNS zone resources, but not the virtual networks they are linked + to.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"Microsoft.Network/privateDnsZones/*\",\"Microsoft.Network/privateDnsOperationResults/*\",\"Microsoft.Network/privateDnsOperationStatuses/*\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/join/action\",\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-07-10T19:31:15.5645518Z\",\"updatedOn\":\"2021-11-11T20:14:04.7342851Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b12aa53e-6015-4669-85d0-8515ebb3ae7f\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b12aa53e-6015-4669-85d0-8515ebb3ae7f\"},{\"properties\":{\"roleName\":\"Storage + Blob Delegator\",\"type\":\"BuiltInRole\",\"description\":\"Allows for generation + of a user delegation key which can be used to sign SAS tokens\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-07-23T00:51:16.3376761Z\",\"updatedOn\":\"2021-11-11T20:14:05.4321714Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/db58b8e5-c6ad-4a2a-8342-4190687cbf4a\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"db58b8e5-c6ad-4a2a-8342-4190687cbf4a\"},{\"properties\":{\"roleName\":\"Desktop + Virtualization User\",\"type\":\"BuiltInRole\",\"description\":\"Allows user + to use the applications in an application group.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.DesktopVirtualization/applicationGroups/useApplications/action\"],\"notDataActions\":[]}],\"createdOn\":\"2019-08-07T00:29:03.8727621Z\",\"updatedOn\":\"2021-11-11T20:14:05.9821791Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1d18fff3-a72a-46b5-b4a9-0b38a3cd7e63\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1d18fff3-a72a-46b5-b4a9-0b38a3cd7e63\"},{\"properties\":{\"roleName\":\"Storage + File Data SMB Share Elevated Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Allows + for read, write, delete and modify NTFS permission access in Azure Storage + file shares over SMB\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\",\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/write\",\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/delete\",\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/modifypermissions/action\"],\"notDataActions\":[]}],\"createdOn\":\"2019-08-07T01:35:36.9935457Z\",\"updatedOn\":\"2021-11-11T20:14:06.1571744Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a7264617-510b-434b-a828-9731dc254ea7\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a7264617-510b-434b-a828-9731dc254ea7\"},{\"properties\":{\"roleName\":\"Blueprint + Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Can manage blueprint + definitions, but not assign them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Blueprint/blueprints/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-14T21:55:16.9683949Z\",\"updatedOn\":\"2021-11-11T20:14:06.5171828Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/41077137-e803-4205-871c-5a86e6a753b4\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"41077137-e803-4205-871c-5a86e6a753b4\"},{\"properties\":{\"roleName\":\"Blueprint + Operator\",\"type\":\"BuiltInRole\",\"description\":\"Can assign existing + published blueprints, but cannot create new blueprints. NOTE: this only works + if the assignment is done with a user-assigned managed identity.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Blueprint/blueprintAssignments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-14T21:56:48.7897875Z\",\"updatedOn\":\"2021-11-11T20:14:06.6971401Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/437d2ced-4a38-4302-8479-ed2bcb43d090\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"437d2ced-4a38-4302-8479-ed2bcb43d090\"},{\"properties\":{\"roleName\":\"Microsoft + Sentinel Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Microsoft + Sentinel Contributor\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SecurityInsights/*\",\"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/*/read\",\"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\"Microsoft.OperationsManagement/solutions/read\",\"Microsoft.OperationalInsights/workspaces/query/read\",\"Microsoft.OperationalInsights/workspaces/query/*/read\",\"Microsoft.OperationalInsights/workspaces/dataSources/read\",\"Microsoft.OperationalInsights/querypacks/*/read\",\"Microsoft.Insights/workbooks/*\",\"Microsoft.Insights/myworkbooks/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.SecurityInsights/ConfidentialWatchlists/*\",\"Microsoft.OperationalInsights/workspaces/query/ConfidentialWatchlist/*\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T16:39:03.8725173Z\",\"updatedOn\":\"2022-08-02T00:12:09.1707121Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ab8e14d6-4a74-4a29-9ba8-549422addade\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ab8e14d6-4a74-4a29-9ba8-549422addade\"},{\"properties\":{\"roleName\":\"Microsoft + Sentinel Responder\",\"type\":\"BuiltInRole\",\"description\":\"Microsoft + Sentinel Responder\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SecurityInsights/*/read\",\"Microsoft.SecurityInsights/dataConnectorsCheckRequirements/action\",\"Microsoft.SecurityInsights/automationRules/*\",\"Microsoft.SecurityInsights/cases/*\",\"Microsoft.SecurityInsights/incidents/*\",\"Microsoft.SecurityInsights/threatIntelligence/indicators/appendTags/action\",\"Microsoft.SecurityInsights/threatIntelligence/indicators/query/action\",\"Microsoft.SecurityInsights/threatIntelligence/bulkTag/action\",\"Microsoft.SecurityInsights/threatIntelligence/indicators/appendTags/action\",\"Microsoft.SecurityInsights/threatIntelligence/indicators/replaceTags/action\",\"Microsoft.SecurityInsights/threatIntelligence/queryIndicators/action\",\"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/*/read\",\"Microsoft.OperationalInsights/workspaces/dataSources/read\",\"Microsoft.OperationalInsights/workspaces/savedSearches/read\",\"Microsoft.OperationsManagement/solutions/read\",\"Microsoft.OperationalInsights/workspaces/query/read\",\"Microsoft.OperationalInsights/workspaces/query/*/read\",\"Microsoft.OperationalInsights/workspaces/dataSources/read\",\"Microsoft.OperationalInsights/querypacks/*/read\",\"Microsoft.Insights/workbooks/read\",\"Microsoft.Insights/myworkbooks/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.SecurityInsights/cases/*/Delete\",\"Microsoft.SecurityInsights/incidents/*/Delete\",\"Microsoft.SecurityInsights/ConfidentialWatchlists/*\",\"Microsoft.OperationalInsights/workspaces/query/ConfidentialWatchlist/*\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T16:54:07.6467264Z\",\"updatedOn\":\"2022-08-02T00:12:08.9832071Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e150937-b8fe-4cfb-8069-0eaf05ecd056\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3e150937-b8fe-4cfb-8069-0eaf05ecd056\"},{\"properties\":{\"roleName\":\"Microsoft + Sentinel Reader\",\"type\":\"BuiltInRole\",\"description\":\"Microsoft Sentinel + Reader\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SecurityInsights/*/read\",\"Microsoft.SecurityInsights/dataConnectorsCheckRequirements/action\",\"Microsoft.SecurityInsights/threatIntelligence/indicators/query/action\",\"Microsoft.SecurityInsights/threatIntelligence/queryIndicators/action\",\"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/*/read\",\"Microsoft.OperationalInsights/workspaces/LinkedServices/read\",\"Microsoft.OperationalInsights/workspaces/savedSearches/read\",\"Microsoft.OperationsManagement/solutions/read\",\"Microsoft.OperationalInsights/workspaces/query/read\",\"Microsoft.OperationalInsights/workspaces/query/*/read\",\"Microsoft.OperationalInsights/querypacks/*/read\",\"Microsoft.OperationalInsights/workspaces/dataSources/read\",\"Microsoft.Insights/workbooks/read\",\"Microsoft.Insights/myworkbooks/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/templateSpecs/*/read\",\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.SecurityInsights/ConfidentialWatchlists/*\",\"Microsoft.OperationalInsights/workspaces/query/ConfidentialWatchlist/*\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T16:58:50.1132117Z\",\"updatedOn\":\"2022-08-02T00:12:09.1707121Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8d289c81-5878-46d4-8554-54e1e3d8b5cb\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8d289c81-5878-46d4-8554-54e1e3d8b5cb\"},{\"properties\":{\"roleName\":\"Policy + Insights Data Writer (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Allows + read access to resource policies and write access to resource component policy + events.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/policyassignments/read\",\"Microsoft.Authorization/policydefinitions/read\",\"Microsoft.Authorization/policyexemptions/read\",\"Microsoft.Authorization/policysetdefinitions/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.PolicyInsights/checkDataPolicyCompliance/action\",\"Microsoft.PolicyInsights/policyEvents/logDataEvents/action\"],\"notDataActions\":[]}],\"createdOn\":\"2019-09-19T19:35:20.9504127Z\",\"updatedOn\":\"2021-11-11T20:14:09.4235132Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/66bb4e9e-b016-4a94-8249-4c0511c2be84\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"66bb4e9e-b016-4a94-8249-4c0511c2be84\"},{\"properties\":{\"roleName\":\"SignalR + AccessKey Reader\",\"type\":\"BuiltInRole\",\"description\":\"Read SignalR + Service Access Keys\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SignalRService/*/read\",\"Microsoft.SignalRService/SignalR/listkeys/action\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-09-20T09:33:19.6236874Z\",\"updatedOn\":\"2021-11-11T20:14:09.6134860Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/04165923-9d83-45d5-8227-78b77b0a687e\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"04165923-9d83-45d5-8227-78b77b0a687e\"},{\"properties\":{\"roleName\":\"SignalR/Web + PubSub Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Create, Read, + Update, and Delete SignalR service resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SignalRService/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-09-20T09:58:09.0009662Z\",\"updatedOn\":\"2021-11-11T20:14:09.7884765Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8cf5e20a-e4b2-4e9d-b3a1-5ceb692c2761\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8cf5e20a-e4b2-4e9d-b3a1-5ceb692c2761\"},{\"properties\":{\"roleName\":\"Azure + Connected Machine Onboarding\",\"type\":\"BuiltInRole\",\"description\":\"Can + onboard Azure Connected Machines.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/read\",\"Microsoft.HybridCompute/machines/write\",\"Microsoft.HybridCompute/privateLinkScopes/read\",\"Microsoft.GuestConfiguration/guestConfigurationAssignments/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-10-23T20:15:07.1372870Z\",\"updatedOn\":\"2021-11-11T20:14:10.8735219Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b64e21ea-ac4e-4cdf-9dc9-5b892992bee7\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b64e21ea-ac4e-4cdf-9dc9-5b892992bee7\"},{\"properties\":{\"roleName\":\"Managed + Services Registration assignment Delete Role\",\"type\":\"BuiltInRole\",\"description\":\"Managed + Services Registration Assignment Delete Role allows the managing tenant users + to delete the registration assignment assigned to their tenant.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ManagedServices/registrationAssignments/read\",\"Microsoft.ManagedServices/registrationAssignments/delete\",\"Microsoft.ManagedServices/operationStatuses/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-10-23T22:33:33.1183469Z\",\"updatedOn\":\"2021-11-11T20:14:11.2336400Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/91c1777a-f3dc-4fae-b103-61d183457e46\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"91c1777a-f3dc-4fae-b103-61d183457e46\"},{\"properties\":{\"roleName\":\"App + Configuration Data Owner\",\"type\":\"BuiltInRole\",\"description\":\"Allows + full access to App Configuration data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppConfiguration/configurationStores/*/read\",\"Microsoft.AppConfiguration/configurationStores/*/write\",\"Microsoft.AppConfiguration/configurationStores/*/delete\",\"Microsoft.AppConfiguration/configurationStores/*/action\"],\"notDataActions\":[]}],\"createdOn\":\"2019-10-25T18:41:40.1185063Z\",\"updatedOn\":\"2023-02-06T16:01:22.3871138Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5ae67dd6-50cb-40e7-96ff-dc2bfa4b606b\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5ae67dd6-50cb-40e7-96ff-dc2bfa4b606b\"},{\"properties\":{\"roleName\":\"App + Configuration Data Reader\",\"type\":\"BuiltInRole\",\"description\":\"Allows + read access to App Configuration data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppConfiguration/configurationStores/*/read\"],\"notDataActions\":[]}],\"createdOn\":\"2019-10-25T18:45:33.7975332Z\",\"updatedOn\":\"2021-11-11T20:14:11.5885341Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/516239f1-63e1-4d78-a4de-a74fb236a071\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"516239f1-63e1-4d78-a4de-a74fb236a071\"},{\"properties\":{\"roleName\":\"Kubernetes + Cluster - Azure Arc Onboarding\",\"type\":\"BuiltInRole\",\"description\":\"Role + definition to authorize any user/service to create connectedClusters resource\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Kubernetes/connectedClusters/Write\",\"Microsoft.Kubernetes/connectedClusters/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-11-18T17:00:02.2087147Z\",\"updatedOn\":\"2021-11-11T20:14:12.4685303Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/34e09817-6cbe-4d01-b1a2-e0eac5743d41\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"34e09817-6cbe-4d01-b1a2-e0eac5743d41\"},{\"properties\":{\"roleName\":\"Experimentation + Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Experimentation Contributor\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Experimentation/experimentWorkspaces/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\",\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/write\",\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/delete\",\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/experiment/action\",\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/emergencystop/action\",\"Microsoft.Experimentation/experimentWorkspaces/read\",\"Microsoft.Experimentation/experimentWorkspaces/write\",\"Microsoft.Experimentation/experimentWorkspaces/delete\"],\"notDataActions\":[]}],\"createdOn\":\"2019-12-13T00:08:08.6679591Z\",\"updatedOn\":\"2021-11-11T20:14:14.6454147Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f646f1b-fa08-80eb-a22b-edd6ce5c915c\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f646f1b-fa08-80eb-a22b-edd6ce5c915c\"},{\"properties\":{\"roleName\":\"Cognitive + Services QnA Maker Reader\",\"type\":\"BuiltInRole\",\"description\":\"Let\u2019s + you read and test a KB only.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/download/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/generateanswer/action\",\"Microsoft.CognitiveServices/accounts/QnAMaker/alterations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointkeys/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointsettings/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/download/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/generateanswer/action\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/alterations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointkeys/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointsettings/read\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/read\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/download/read\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/generateanswer/action\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/alterations/read\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointkeys/read\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointsettings/read\"],\"notDataActions\":[]}],\"createdOn\":\"2019-12-17T18:26:12.3329439Z\",\"updatedOn\":\"2021-11-11T20:14:14.8254033Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/466ccd10-b268-4a11-b098-b4849f024126\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"466ccd10-b268-4a11-b098-b4849f024126\"},{\"properties\":{\"roleName\":\"Cognitive + Services QnA Maker Editor\",\"type\":\"BuiltInRole\",\"description\":\"Let\u2019s + you create, edit, import and export a KB. You cannot publish or delete a KB.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/download/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/create/write\",\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/write\",\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/generateanswer/action\",\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/train/action\",\"Microsoft.CognitiveServices/accounts/QnAMaker/alterations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/alterations/write\",\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointkeys/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointkeys/refreshkeys/action\",\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointsettings/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointsettings/write\",\"Microsoft.CognitiveServices/accounts/QnAMaker/operations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/download/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/create/write\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/write\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/generateanswer/action\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/train/action\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/alterations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/alterations/write\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointkeys/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointkeys/refreshkeys/action\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointsettings/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointsettings/write\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/operations/read\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/read\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/download/read\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/create/write\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/write\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/generateanswer/action\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/train/action\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/alterations/read\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/alterations/write\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointkeys/read\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointkeys/refreshkeys/action\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointsettings/read\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointsettings/write\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/operations/read\"],\"notDataActions\":[]}],\"createdOn\":\"2019-12-17T18:27:30.6434556Z\",\"updatedOn\":\"2021-11-11T20:14:14.9961559Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f4cc2bf9-21be-47a1-bdf1-5c5804381025\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f4cc2bf9-21be-47a1-bdf1-5c5804381025\"},{\"properties\":{\"roleName\":\"Experimentation + Administrator\",\"type\":\"BuiltInRole\",\"description\":\"Experimentation + Administrator\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Experimentation/experimentWorkspaces/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/admin/action\",\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\",\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/write\",\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/delete\",\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/experimentadmin/action\",\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/experiment/action\",\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/emergencystop/action\",\"Microsoft.Experimentation/experimentWorkspaces/read\",\"Microsoft.Experimentation/experimentWorkspaces/write\",\"Microsoft.Experimentation/experimentWorkspaces/delete\",\"Microsoft.Experimentation/experimentWorkspaces/admin/action\",\"Microsoft.Experimentation/experimentWorkspaces/metricwrite/action\",\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/metricwrite/action\"],\"notDataActions\":[]}],\"createdOn\":\"2019-12-18T22:46:33.1116612Z\",\"updatedOn\":\"2021-11-11T20:14:15.1811577Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f646f1b-fa08-80eb-a33b-edd6ce5c915c\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f646f1b-fa08-80eb-a33b-edd6ce5c915c\"},{\"properties\":{\"roleName\":\"Remote + Rendering Administrator\",\"type\":\"BuiltInRole\",\"description\":\"Provides + user with conversion, manage session, rendering and diagnostics capabilities + for Azure Remote Rendering\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/RemoteRenderingAccounts/convert/action\",\"Microsoft.MixedReality/RemoteRenderingAccounts/convert/read\",\"Microsoft.MixedReality/RemoteRenderingAccounts/convert/delete\",\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/read\",\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/action\",\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/delete\",\"Microsoft.MixedReality/RemoteRenderingAccounts/render/read\",\"Microsoft.MixedReality/RemoteRenderingAccounts/diagnostic/read\"],\"notDataActions\":[]}],\"createdOn\":\"2020-01-23T18:15:31.3450348Z\",\"updatedOn\":\"2021-11-11T20:14:16.7621737Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3df8b902-2a6f-47c7-8cc5-360e9b272a7e\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3df8b902-2a6f-47c7-8cc5-360e9b272a7e\"},{\"properties\":{\"roleName\":\"Remote + Rendering Client\",\"type\":\"BuiltInRole\",\"description\":\"Provides user + with manage session, rendering and diagnostics capabilities for Azure Remote + Rendering.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/read\",\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/action\",\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/delete\",\"Microsoft.MixedReality/RemoteRenderingAccounts/render/read\",\"Microsoft.MixedReality/RemoteRenderingAccounts/diagnostic/read\"],\"notDataActions\":[]}],\"createdOn\":\"2020-01-23T18:32:52.7069824Z\",\"updatedOn\":\"2021-11-11T20:14:16.9421512Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d39065c4-c120-43c9-ab0a-63eed9795f0a\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d39065c4-c120-43c9-ab0a-63eed9795f0a\"},{\"properties\":{\"roleName\":\"Managed + Application Contributor Role\",\"type\":\"BuiltInRole\",\"description\":\"Allows + for creating managed application resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.Solutions/applications/*\",\"Microsoft.Solutions/register/action\",\"Microsoft.Resources/subscriptions/resourceGroups/*\",\"Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-08T03:39:11.8933879Z\",\"updatedOn\":\"2021-11-11T20:14:19.1271536Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/641177b8-a67a-45b9-a033-47bc880bb21e\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"641177b8-a67a-45b9-a033-47bc880bb21e\"},{\"properties\":{\"roleName\":\"Security + Assessment Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you + push assessments to Security Center\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Security/assessments/write\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-13T08:23:47.7656161Z\",\"updatedOn\":\"2021-11-11T20:14:19.3021974Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/612c2aa1-cb24-443b-ac28-3ab7272de6f5\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"612c2aa1-cb24-443b-ac28-3ab7272de6f5\"},{\"properties\":{\"roleName\":\"Tag + Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage tags + on entities, without providing access to the entities themselves.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\",\"Microsoft.Resources/subscriptions/resources/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Support/*\",\"Microsoft.Resources/tags/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-18T23:19:19.2977644Z\",\"updatedOn\":\"2021-11-11T20:14:20.0172041Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4a9ae827-6dc8-4573-8ac7-8239d42aa03f\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4a9ae827-6dc8-4573-8ac7-8239d42aa03f\"},{\"properties\":{\"roleName\":\"Integration + Service Environment Developer\",\"type\":\"BuiltInRole\",\"description\":\"Allows + developers to create and update workflows, integration accounts and API connections + in integration service environments.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Support/*\",\"Microsoft.Logic/integrationServiceEnvironments/read\",\"Microsoft.Logic/integrationServiceEnvironments/*/join/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-20T21:09:00.5627875Z\",\"updatedOn\":\"2021-11-11T20:14:20.1871986Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c7aa55d3-1abb-444a-a5ca-5e51e485d6ec\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c7aa55d3-1abb-444a-a5ca-5e51e485d6ec\"},{\"properties\":{\"roleName\":\"Integration + Service Environment Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets + you manage integration service environments, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Support/*\",\"Microsoft.Logic/integrationServiceEnvironments/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-20T21:10:44.4008319Z\",\"updatedOn\":\"2021-11-11T20:14:20.3622058Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a41e2c5b-bd99-4a07-88f4-9bf657a760b8\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a41e2c5b-bd99-4a07-88f4-9bf657a760b8\"},{\"properties\":{\"roleName\":\"Azure + Kubernetes Service Contributor Role\",\"type\":\"BuiltInRole\",\"description\":\"Grants + access to read and write Azure Kubernetes Service clusters\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerService/managedClusters/read\",\"Microsoft.ContainerService/managedClusters/write\",\"Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-27T19:27:15.0739970Z\",\"updatedOn\":\"2021-11-11T20:14:21.2621727Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ed7f3fbd-7b88-4dd4-9017-9adb7ce333f8\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ed7f3fbd-7b88-4dd4-9017-9adb7ce333f8\"},{\"properties\":{\"roleName\":\"Azure + Digital Twins Data Reader\",\"type\":\"BuiltInRole\",\"description\":\"Read-only + role for Digital Twins data-plane properties\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.DigitalTwins/digitaltwins/read\",\"Microsoft.DigitalTwins/digitaltwins/relationships/read\",\"Microsoft.DigitalTwins/eventroutes/read\",\"Microsoft.DigitalTwins/jobs/import/read\",\"Microsoft.DigitalTwins/models/read\",\"Microsoft.DigitalTwins/query/action\"],\"notDataActions\":[]}],\"createdOn\":\"2020-03-10T23:48:14.7057381Z\",\"updatedOn\":\"2022-09-08T04:45:22.3013127Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d57506d4-4c8d-48b1-8587-93c323f6a5a3\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d57506d4-4c8d-48b1-8587-93c323f6a5a3\"},{\"properties\":{\"roleName\":\"Azure + Digital Twins Data Owner\",\"type\":\"BuiltInRole\",\"description\":\"Full + access role for Digital Twins data-plane\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.DigitalTwins/digitaltwins/*\",\"Microsoft.DigitalTwins/digitaltwins/commands/*\",\"Microsoft.DigitalTwins/digitaltwins/relationships/*\",\"Microsoft.DigitalTwins/eventroutes/*\",\"Microsoft.DigitalTwins/jobs/*\",\"Microsoft.DigitalTwins/models/*\",\"Microsoft.DigitalTwins/query/*\"],\"notDataActions\":[]}],\"createdOn\":\"2020-03-10T23:49:33.7821930Z\",\"updatedOn\":\"2022-09-08T01:58:14.2969628Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bcd981a7-7f74-457b-83e1-cceb9e632ffe\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bcd981a7-7f74-457b-83e1-cceb9e632ffe\"},{\"properties\":{\"roleName\":\"Hierarchy + Settings Administrator\",\"type\":\"BuiltInRole\",\"description\":\"Allows + users to edit and delete Hierarchy Settings\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Management/managementGroups/settings/write\",\"Microsoft.Management/managementGroups/settings/delete\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-03-13T23:55:11.0212387Z\",\"updatedOn\":\"2021-11-11T20:14:23.0882347Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/350f8d15-c687-4448-8ae1-157740a3936d\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"350f8d15-c687-4448-8ae1-157740a3936d\"},{\"properties\":{\"roleName\":\"FHIR + Data Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Role allows + user or principal full access to FHIR Data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/*\",\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/*\"],\"notDataActions\":[]}],\"createdOn\":\"2020-03-17T18:35:04.4949547Z\",\"updatedOn\":\"2021-11-11T20:14:23.6235473Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5a1fc7df-4bf1-4951-a576-89034ee01acd\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5a1fc7df-4bf1-4951-a576-89034ee01acd\"},{\"properties\":{\"roleName\":\"FHIR + Data Exporter\",\"type\":\"BuiltInRole\",\"description\":\"Role allows user + or principal to read and export FHIR Data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/read\",\"Microsoft.HealthcareApis/services/fhir/resources/export/action\",\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\",\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/export/action\"],\"notDataActions\":[]}],\"createdOn\":\"2020-03-17T18:45:01.9764073Z\",\"updatedOn\":\"2021-11-11T20:14:23.7992557Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3db33094-8700-4567-8da5-1501d4e7e843\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3db33094-8700-4567-8da5-1501d4e7e843\"},{\"properties\":{\"roleName\":\"FHIR + Data Reader\",\"type\":\"BuiltInRole\",\"description\":\"Role allows user + or principal to read FHIR Data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/read\",\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\"],\"notDataActions\":[]}],\"createdOn\":\"2020-03-17T18:49:04.8353499Z\",\"updatedOn\":\"2021-11-11T20:14:23.9692275Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4c8d0bbc-75d3-4935-991f-5f3c56d81508\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4c8d0bbc-75d3-4935-991f-5f3c56d81508\"},{\"properties\":{\"roleName\":\"FHIR + Data Writer\",\"type\":\"BuiltInRole\",\"description\":\"Role allows user + or principal to read and write FHIR Data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/*\",\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/*\"],\"notDataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/hardDelete/action\",\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/hardDelete/action\"]}],\"createdOn\":\"2020-03-17T18:55:35.2413335Z\",\"updatedOn\":\"2021-11-11T20:14:24.1442783Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3f88fce4-5892-4214-ae73-ba5294559913\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3f88fce4-5892-4214-ae73-ba5294559913\"},{\"properties\":{\"roleName\":\"Experimentation + Reader\",\"type\":\"BuiltInRole\",\"description\":\"Experimentation Reader\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Experimentation/experimentWorkspaces/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/read\",\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"],\"notDataActions\":[]}],\"createdOn\":\"2020-03-25T18:05:14.8375678Z\",\"updatedOn\":\"2021-11-11T20:14:24.5042390Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/49632ef5-d9ac-41f4-b8e7-bbe587fa74a1\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"49632ef5-d9ac-41f4-b8e7-bbe587fa74a1\"},{\"properties\":{\"roleName\":\"Object + Understanding Account Owner\",\"type\":\"BuiltInRole\",\"description\":\"Provides + user with ingestion capabilities for Azure Object Understanding.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectUnderstandingAccounts/ingest/action\",\"Microsoft.MixedReality/ObjectUnderstandingAccounts/ingest/read\"],\"notDataActions\":[]}],\"createdOn\":\"2020-04-22T19:15:09.0697923Z\",\"updatedOn\":\"2021-11-11T20:14:26.8743132Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4dd61c23-6743-42fe-a388-d8bdd41cb745\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4dd61c23-6743-42fe-a388-d8bdd41cb745\"},{\"properties\":{\"roleName\":\"Azure + Maps Data Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Grants + access to read, write, and delete access to map related data from an Azure + maps account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Maps/accounts/*/read\",\"Microsoft.Maps/accounts/*/write\",\"Microsoft.Maps/accounts/*/delete\",\"Microsoft.Maps/accounts/*/action\"],\"notDataActions\":[]}],\"createdOn\":\"2020-05-07T20:55:05.0645410Z\",\"updatedOn\":\"2021-11-11T20:14:28.3092598Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8f5e0ce6-4f7b-4dcf-bddf-e6f48634a204\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8f5e0ce6-4f7b-4dcf-bddf-e6f48634a204\"},{\"properties\":{\"roleName\":\"Cognitive + Services Custom Vision Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Full + access to the project, including the ability to view, create, edit, or delete + projects.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*\"],\"notDataActions\":[]}],\"createdOn\":\"2020-05-08T23:47:07.0779345Z\",\"updatedOn\":\"2021-11-11T20:14:28.8342655Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c1ff6cc2-c111-46fe-8896-e0ef812ad9f3\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c1ff6cc2-c111-46fe-8896-e0ef812ad9f3\"},{\"properties\":{\"roleName\":\"Cognitive + Services Custom Vision Deployment\",\"type\":\"BuiltInRole\",\"description\":\"Publish, + unpublish or export models. Deployment can view the project but can\u2019t + update.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*/read\",\"Microsoft.CognitiveServices/accounts/CustomVision/projects/predictions/*\",\"Microsoft.CognitiveServices/accounts/CustomVision/projects/iterations/publish/*\",\"Microsoft.CognitiveServices/accounts/CustomVision/projects/iterations/export/*\",\"Microsoft.CognitiveServices/accounts/CustomVision/projects/quicktest/*\",\"Microsoft.CognitiveServices/accounts/CustomVision/classify/*\",\"Microsoft.CognitiveServices/accounts/CustomVision/detect/*\"],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"]}],\"createdOn\":\"2020-05-09T01:31:05.9528620Z\",\"updatedOn\":\"2021-11-11T20:14:29.0142669Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5c4089e1-6d96-4d2f-b296-c1bc7137275f\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5c4089e1-6d96-4d2f-b296-c1bc7137275f\"},{\"properties\":{\"roleName\":\"Cognitive + Services Custom Vision Labeler\",\"type\":\"BuiltInRole\",\"description\":\"View, + edit training images and create, add, remove, or delete the image tags. Labelers + can view the project but can\u2019t update anything other than training images + and tags.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*/read\",\"Microsoft.CognitiveServices/accounts/CustomVision/projects/predictions/query/action\",\"Microsoft.CognitiveServices/accounts/CustomVision/projects/images/*\",\"Microsoft.CognitiveServices/accounts/CustomVision/projects/tags/*\",\"Microsoft.CognitiveServices/accounts/CustomVision/projects/images/suggested/*\",\"Microsoft.CognitiveServices/accounts/CustomVision/projects/tagsandregions/suggestions/action\"],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"]}],\"createdOn\":\"2020-05-09T01:33:20.8278896Z\",\"updatedOn\":\"2021-11-11T20:14:29.1892871Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/88424f51-ebe7-446f-bc41-7fa16989e96c\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"88424f51-ebe7-446f-bc41-7fa16989e96c\"},{\"properties\":{\"roleName\":\"Cognitive + Services Custom Vision Reader\",\"type\":\"BuiltInRole\",\"description\":\"Read-only + actions in the project. Readers can\u2019t create or update the project.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*/read\",\"Microsoft.CognitiveServices/accounts/CustomVision/projects/predictions/query/action\"],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"]}],\"createdOn\":\"2020-05-09T01:34:18.5328818Z\",\"updatedOn\":\"2021-11-11T20:14:29.3642707Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/93586559-c37d-4a6b-ba08-b9f0940c2d73\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"93586559-c37d-4a6b-ba08-b9f0940c2d73\"},{\"properties\":{\"roleName\":\"Cognitive + Services Custom Vision Trainer\",\"type\":\"BuiltInRole\",\"description\":\"View, + edit projects and train the models, including the ability to publish, unpublish, + export the models. Trainers can\u2019t create or delete the project.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*\"],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/action\",\"Microsoft.CognitiveServices/accounts/CustomVision/projects/delete\",\"Microsoft.CognitiveServices/accounts/CustomVision/projects/import/action\",\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"]}],\"createdOn\":\"2020-05-09T01:35:13.8147804Z\",\"updatedOn\":\"2021-11-11T20:14:29.5442713Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0a5ae4ab-0d65-4eeb-be61-29fc9b54394b\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0a5ae4ab-0d65-4eeb-be61-29fc9b54394b\"},{\"properties\":{\"roleName\":\"Key + Vault Administrator\",\"type\":\"BuiltInRole\",\"description\":\"Perform all + data plane operations on a key vault and all objects in it, including certificates, + keys, and secrets. Cannot manage key vault resources or manage role assignments. + Only works for key vaults that use the 'Azure role-based access control' permission + model.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\",\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\",\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/*\"],\"notDataActions\":[]}],\"createdOn\":\"2020-05-19T17:52:46.2349235Z\",\"updatedOn\":\"2021-11-11T20:14:30.2542755Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00482a5a-887f-4fb3-b363-3b7fe8e74483\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"00482a5a-887f-4fb3-b363-3b7fe8e74483\"},{\"properties\":{\"roleName\":\"Key + Vault Crypto User\",\"type\":\"BuiltInRole\",\"description\":\"Perform cryptographic + operations using keys. Only works for key vaults that use the 'Azure role-based + access control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/keys/read\",\"Microsoft.KeyVault/vaults/keys/update/action\",\"Microsoft.KeyVault/vaults/keys/backup/action\",\"Microsoft.KeyVault/vaults/keys/encrypt/action\",\"Microsoft.KeyVault/vaults/keys/decrypt/action\",\"Microsoft.KeyVault/vaults/keys/wrap/action\",\"Microsoft.KeyVault/vaults/keys/unwrap/action\",\"Microsoft.KeyVault/vaults/keys/sign/action\",\"Microsoft.KeyVault/vaults/keys/verify/action\"],\"notDataActions\":[]}],\"createdOn\":\"2020-05-19T17:52:47.0699268Z\",\"updatedOn\":\"2021-11-11T20:14:30.6042921Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/12338af0-0e69-4776-bea7-57ae8d297424\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"12338af0-0e69-4776-bea7-57ae8d297424\"},{\"properties\":{\"roleName\":\"Key + Vault Secrets Officer\",\"type\":\"BuiltInRole\",\"description\":\"Perform + any action on the secrets of a key vault, except manage permissions. Only + works for key vaults that use the 'Azure role-based access control' permission + model.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\",\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\",\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/secrets/*\"],\"notDataActions\":[]}],\"createdOn\":\"2020-05-19T17:52:47.1449242Z\",\"updatedOn\":\"2021-11-11T20:14:30.7793470Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b86a8fe4-44ce-4948-aee5-eccb2c155cd7\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b86a8fe4-44ce-4948-aee5-eccb2c155cd7\"},{\"properties\":{\"roleName\":\"Key + Vault Secrets User\",\"type\":\"BuiltInRole\",\"description\":\"Read secret + contents. Only works for key vaults that use the 'Azure role-based access + control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/secrets/getSecret/action\",\"Microsoft.KeyVault/vaults/secrets/readMetadata/action\"],\"notDataActions\":[]}],\"createdOn\":\"2020-05-19T17:52:47.2049241Z\",\"updatedOn\":\"2021-11-11T20:14:30.9542829Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4633458b-17de-408a-b874-0445c86b69e6\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4633458b-17de-408a-b874-0445c86b69e6\"},{\"properties\":{\"roleName\":\"Key + Vault Certificates Officer\",\"type\":\"BuiltInRole\",\"description\":\"Perform + any action on the certificates of a key vault, except manage permissions. + Only works for key vaults that use the 'Azure role-based access control' permission + model.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\",\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\",\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/certificatecas/*\",\"Microsoft.KeyVault/vaults/certificates/*\"],\"notDataActions\":[]}],\"createdOn\":\"2020-05-19T17:52:47.2499247Z\",\"updatedOn\":\"2021-11-11T20:14:31.1292967Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a4417e6f-fecd-4de8-b567-7b0420556985\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a4417e6f-fecd-4de8-b567-7b0420556985\"},{\"properties\":{\"roleName\":\"Key + Vault Reader\",\"type\":\"BuiltInRole\",\"description\":\"Read metadata of + key vaults and its certificates, keys, and secrets. Cannot read sensitive + values such as secret contents or key material. Only works for key vaults + that use the 'Azure role-based access control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\",\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\",\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/*/read\",\"Microsoft.KeyVault/vaults/secrets/readMetadata/action\"],\"notDataActions\":[]}],\"createdOn\":\"2020-05-19T17:52:47.2949294Z\",\"updatedOn\":\"2021-11-11T20:14:31.3043292Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/21090545-7ca7-4776-b22c-e363652d74d2\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"21090545-7ca7-4776-b22c-e363652d74d2\"},{\"properties\":{\"roleName\":\"Key + Vault Crypto Service Encryption User\",\"type\":\"BuiltInRole\",\"description\":\"Read + metadata of keys and perform wrap/unwrap operations. Only works for key vaults + that use the 'Azure role-based access control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.EventGrid/eventSubscriptions/write\",\"Microsoft.EventGrid/eventSubscriptions/read\",\"Microsoft.EventGrid/eventSubscriptions/delete\"],\"notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/keys/read\",\"Microsoft.KeyVault/vaults/keys/wrap/action\",\"Microsoft.KeyVault/vaults/keys/unwrap/action\"],\"notDataActions\":[]}],\"createdOn\":\"2020-05-20T20:55:19.2398470Z\",\"updatedOn\":\"2021-11-11T20:14:31.8443056Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e147488a-f6f5-4113-8e2d-b22465e65bf6\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e147488a-f6f5-4113-8e2d-b22465e65bf6\"},{\"properties\":{\"roleName\":\"Azure + Arc Kubernetes Viewer\",\"type\":\"BuiltInRole\",\"description\":\"Lets you + view all resources in cluster/namespace, except secrets.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/apps/controllerrevisions/read\",\"Microsoft.Kubernetes/connectedClusters/apps/daemonsets/read\",\"Microsoft.Kubernetes/connectedClusters/apps/deployments/read\",\"Microsoft.Kubernetes/connectedClusters/apps/replicasets/read\",\"Microsoft.Kubernetes/connectedClusters/apps/statefulsets/read\",\"Microsoft.Kubernetes/connectedClusters/autoscaling/horizontalpodautoscalers/read\",\"Microsoft.Kubernetes/connectedClusters/batch/cronjobs/read\",\"Microsoft.Kubernetes/connectedClusters/batch/jobs/read\",\"Microsoft.Kubernetes/connectedClusters/configmaps/read\",\"Microsoft.Kubernetes/connectedClusters/endpoints/read\",\"Microsoft.Kubernetes/connectedClusters/events.k8s.io/events/read\",\"Microsoft.Kubernetes/connectedClusters/events/read\",\"Microsoft.Kubernetes/connectedClusters/extensions/daemonsets/read\",\"Microsoft.Kubernetes/connectedClusters/extensions/deployments/read\",\"Microsoft.Kubernetes/connectedClusters/extensions/ingresses/read\",\"Microsoft.Kubernetes/connectedClusters/extensions/networkpolicies/read\",\"Microsoft.Kubernetes/connectedClusters/extensions/replicasets/read\",\"Microsoft.Kubernetes/connectedClusters/limitranges/read\",\"Microsoft.Kubernetes/connectedClusters/namespaces/read\",\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/ingresses/read\",\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/networkpolicies/read\",\"Microsoft.Kubernetes/connectedClusters/persistentvolumeclaims/read\",\"Microsoft.Kubernetes/connectedClusters/pods/read\",\"Microsoft.Kubernetes/connectedClusters/policy/poddisruptionbudgets/read\",\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/read\",\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/read\",\"Microsoft.Kubernetes/connectedClusters/resourcequotas/read\",\"Microsoft.Kubernetes/connectedClusters/serviceaccounts/read\",\"Microsoft.Kubernetes/connectedClusters/services/read\"],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:51:12.8801199Z\",\"updatedOn\":\"2021-11-11T20:14:33.8193353Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/63f0a09d-1495-4db4-a681-037d84835eb4\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"63f0a09d-1495-4db4-a681-037d84835eb4\"},{\"properties\":{\"roleName\":\"Azure + Arc Kubernetes Writer\",\"type\":\"BuiltInRole\",\"description\":\"Lets you + update everything in cluster/namespace, except (cluster)roles and (cluster)role + bindings.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/apps/controllerrevisions/read\",\"Microsoft.Kubernetes/connectedClusters/apps/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/deployments/*\",\"Microsoft.Kubernetes/connectedClusters/apps/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/statefulsets/*\",\"Microsoft.Kubernetes/connectedClusters/autoscaling/horizontalpodautoscalers/*\",\"Microsoft.Kubernetes/connectedClusters/batch/cronjobs/*\",\"Microsoft.Kubernetes/connectedClusters/batch/jobs/*\",\"Microsoft.Kubernetes/connectedClusters/configmaps/*\",\"Microsoft.Kubernetes/connectedClusters/endpoints/*\",\"Microsoft.Kubernetes/connectedClusters/events.k8s.io/events/read\",\"Microsoft.Kubernetes/connectedClusters/events/read\",\"Microsoft.Kubernetes/connectedClusters/extensions/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/deployments/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/ingresses/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/networkpolicies/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/limitranges/read\",\"Microsoft.Kubernetes/connectedClusters/namespaces/read\",\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/ingresses/*\",\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/networkpolicies/*\",\"Microsoft.Kubernetes/connectedClusters/persistentvolumeclaims/*\",\"Microsoft.Kubernetes/connectedClusters/pods/*\",\"Microsoft.Kubernetes/connectedClusters/policy/poddisruptionbudgets/*\",\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\",\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\",\"Microsoft.Kubernetes/connectedClusters/resourcequotas/read\",\"Microsoft.Kubernetes/connectedClusters/secrets/*\",\"Microsoft.Kubernetes/connectedClusters/serviceaccounts/*\",\"Microsoft.Kubernetes/connectedClusters/services/*\"],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:53:50.6749823Z\",\"updatedOn\":\"2021-11-11T20:14:34.0043462Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5b999177-9696-4545-85c7-50de3797e5a1\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5b999177-9696-4545-85c7-50de3797e5a1\"},{\"properties\":{\"roleName\":\"Azure + Arc Kubernetes Cluster Admin\",\"type\":\"BuiltInRole\",\"description\":\"Lets + you manage all resources in the cluster.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/*\"],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:55:30.9910462Z\",\"updatedOn\":\"2021-11-11T20:14:34.1743694Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8393591c-06b9-48a2-a542-1bd6b377f6a2\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8393591c-06b9-48a2-a542-1bd6b377f6a2\"},{\"properties\":{\"roleName\":\"Azure + Arc Kubernetes Admin\",\"type\":\"BuiltInRole\",\"description\":\"Lets you + manage all resources under cluster/namespace, except update or delete resource + quotas and namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/apps/controllerrevisions/read\",\"Microsoft.Kubernetes/connectedClusters/apps/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/deployments/*\",\"Microsoft.Kubernetes/connectedClusters/apps/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/statefulsets/*\",\"Microsoft.Kubernetes/connectedClusters/authorization.k8s.io/localsubjectaccessreviews/write\",\"Microsoft.Kubernetes/connectedClusters/autoscaling/horizontalpodautoscalers/*\",\"Microsoft.Kubernetes/connectedClusters/batch/cronjobs/*\",\"Microsoft.Kubernetes/connectedClusters/batch/jobs/*\",\"Microsoft.Kubernetes/connectedClusters/configmaps/*\",\"Microsoft.Kubernetes/connectedClusters/endpoints/*\",\"Microsoft.Kubernetes/connectedClusters/events.k8s.io/events/read\",\"Microsoft.Kubernetes/connectedClusters/events/read\",\"Microsoft.Kubernetes/connectedClusters/extensions/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/deployments/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/ingresses/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/networkpolicies/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/limitranges/read\",\"Microsoft.Kubernetes/connectedClusters/namespaces/read\",\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/ingresses/*\",\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/networkpolicies/*\",\"Microsoft.Kubernetes/connectedClusters/persistentvolumeclaims/*\",\"Microsoft.Kubernetes/connectedClusters/pods/*\",\"Microsoft.Kubernetes/connectedClusters/policy/poddisruptionbudgets/*\",\"Microsoft.Kubernetes/connectedClusters/rbac.authorization.k8s.io/rolebindings/*\",\"Microsoft.Kubernetes/connectedClusters/rbac.authorization.k8s.io/roles/*\",\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\",\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\",\"Microsoft.Kubernetes/connectedClusters/resourcequotas/read\",\"Microsoft.Kubernetes/connectedClusters/secrets/*\",\"Microsoft.Kubernetes/connectedClusters/serviceaccounts/*\",\"Microsoft.Kubernetes/connectedClusters/services/*\"],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:57:06.0391177Z\",\"updatedOn\":\"2021-11-11T20:14:34.3593384Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dffb1e0c-446f-4dde-a09f-99eb5cc68b96\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dffb1e0c-446f-4dde-a09f-99eb5cc68b96\"},{\"properties\":{\"roleName\":\"Azure + Kubernetes Service RBAC Cluster Admin\",\"type\":\"BuiltInRole\",\"description\":\"Lets + you manage all resources in the cluster.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action\"],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/*\"],\"notDataActions\":[]}],\"createdOn\":\"2020-07-02T17:47:24.4071415Z\",\"updatedOn\":\"2022-10-13T03:34:52.0122969Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b1ff04bb-8a4e-4dc4-8eb5-8693973ce19b\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b1ff04bb-8a4e-4dc4-8eb5-8693973ce19b\"},{\"properties\":{\"roleName\":\"Azure + Kubernetes Service RBAC Admin\",\"type\":\"BuiltInRole\",\"description\":\"Lets + you manage all resources under cluster/namespace, except update or delete + resource quotas and namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action\"],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/*\"],\"notDataActions\":[\"Microsoft.ContainerService/managedClusters/resourcequotas/write\",\"Microsoft.ContainerService/managedClusters/resourcequotas/delete\",\"Microsoft.ContainerService/managedClusters/namespaces/write\",\"Microsoft.ContainerService/managedClusters/namespaces/delete\"]}],\"createdOn\":\"2020-07-02T17:50:30.4020311Z\",\"updatedOn\":\"2023-05-09T20:10:39.0962004Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3498e952-d568-435e-9b2c-8d77e338d7f7\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3498e952-d568-435e-9b2c-8d77e338d7f7\"},{\"properties\":{\"roleName\":\"Azure + Kubernetes Service RBAC Reader\",\"type\":\"BuiltInRole\",\"description\":\"Allows + read-only access to see most objects in a namespace. It does not allow viewing + roles or role bindings. This role does not allow viewing Secrets, since reading + the contents of Secrets enables access to ServiceAccount credentials in the + namespace, which would allow API access as any ServiceAccount in the namespace + (a form of privilege escalation). Applying this role at cluster scope will + give access across all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/apps/controllerrevisions/read\",\"Microsoft.ContainerService/managedClusters/apps/daemonsets/read\",\"Microsoft.ContainerService/managedClusters/apps/deployments/read\",\"Microsoft.ContainerService/managedClusters/apps/replicasets/read\",\"Microsoft.ContainerService/managedClusters/apps/statefulsets/read\",\"Microsoft.ContainerService/managedClusters/autoscaling/horizontalpodautoscalers/read\",\"Microsoft.ContainerService/managedClusters/batch/cronjobs/read\",\"Microsoft.ContainerService/managedClusters/batch/jobs/read\",\"Microsoft.ContainerService/managedClusters/configmaps/read\",\"Microsoft.ContainerService/managedClusters/discovery.k8s.io/endpointslices/read\",\"Microsoft.ContainerService/managedClusters/endpoints/read\",\"Microsoft.ContainerService/managedClusters/events.k8s.io/events/read\",\"Microsoft.ContainerService/managedClusters/events/read\",\"Microsoft.ContainerService/managedClusters/extensions/daemonsets/read\",\"Microsoft.ContainerService/managedClusters/extensions/deployments/read\",\"Microsoft.ContainerService/managedClusters/extensions/ingresses/read\",\"Microsoft.ContainerService/managedClusters/extensions/networkpolicies/read\",\"Microsoft.ContainerService/managedClusters/extensions/replicasets/read\",\"Microsoft.ContainerService/managedClusters/limitranges/read\",\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/pods/read\",\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/nodes/read\",\"Microsoft.ContainerService/managedClusters/namespaces/read\",\"Microsoft.ContainerService/managedClusters/networking.k8s.io/ingresses/read\",\"Microsoft.ContainerService/managedClusters/networking.k8s.io/networkpolicies/read\",\"Microsoft.ContainerService/managedClusters/persistentvolumeclaims/read\",\"Microsoft.ContainerService/managedClusters/pods/read\",\"Microsoft.ContainerService/managedClusters/policy/poddisruptionbudgets/read\",\"Microsoft.ContainerService/managedClusters/replicationcontrollers/read\",\"Microsoft.ContainerService/managedClusters/resourcequotas/read\",\"Microsoft.ContainerService/managedClusters/serviceaccounts/read\",\"Microsoft.ContainerService/managedClusters/services/read\"],\"notDataActions\":[]}],\"createdOn\":\"2020-07-02T17:53:05.5728294Z\",\"updatedOn\":\"2023-04-25T15:13:23.7348820Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f6c6a51-bcf8-42ba-9220-52d62157d7db\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f6c6a51-bcf8-42ba-9220-52d62157d7db\"},{\"properties\":{\"roleName\":\"Azure + Kubernetes Service RBAC Writer\",\"type\":\"BuiltInRole\",\"description\":\"Allows + read/write access to most objects in a namespace.This role does not allow + viewing or modifying roles or role bindings. However, this role allows accessing + Secrets and running Pods as any ServiceAccount in the namespace, so it can + be used to gain the API access levels of any ServiceAccount in the namespace. + Applying this role at cluster scope will give access across all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/apps/controllerrevisions/read\",\"Microsoft.ContainerService/managedClusters/apps/daemonsets/*\",\"Microsoft.ContainerService/managedClusters/apps/deployments/*\",\"Microsoft.ContainerService/managedClusters/apps/replicasets/*\",\"Microsoft.ContainerService/managedClusters/apps/statefulsets/*\",\"Microsoft.ContainerService/managedClusters/autoscaling/horizontalpodautoscalers/*\",\"Microsoft.ContainerService/managedClusters/batch/cronjobs/*\",\"Microsoft.ContainerService/managedClusters/coordination.k8s.io/leases/read\",\"Microsoft.ContainerService/managedClusters/coordination.k8s.io/leases/write\",\"Microsoft.ContainerService/managedClusters/coordination.k8s.io/leases/delete\",\"Microsoft.ContainerService/managedClusters/discovery.k8s.io/endpointslices/read\",\"Microsoft.ContainerService/managedClusters/batch/jobs/*\",\"Microsoft.ContainerService/managedClusters/configmaps/*\",\"Microsoft.ContainerService/managedClusters/endpoints/*\",\"Microsoft.ContainerService/managedClusters/events.k8s.io/events/read\",\"Microsoft.ContainerService/managedClusters/events/*\",\"Microsoft.ContainerService/managedClusters/extensions/daemonsets/*\",\"Microsoft.ContainerService/managedClusters/extensions/deployments/*\",\"Microsoft.ContainerService/managedClusters/extensions/ingresses/*\",\"Microsoft.ContainerService/managedClusters/extensions/networkpolicies/*\",\"Microsoft.ContainerService/managedClusters/extensions/replicasets/*\",\"Microsoft.ContainerService/managedClusters/limitranges/read\",\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/pods/read\",\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/nodes/read\",\"Microsoft.ContainerService/managedClusters/namespaces/read\",\"Microsoft.ContainerService/managedClusters/networking.k8s.io/ingresses/*\",\"Microsoft.ContainerService/managedClusters/networking.k8s.io/networkpolicies/*\",\"Microsoft.ContainerService/managedClusters/persistentvolumeclaims/*\",\"Microsoft.ContainerService/managedClusters/pods/*\",\"Microsoft.ContainerService/managedClusters/policy/poddisruptionbudgets/*\",\"Microsoft.ContainerService/managedClusters/replicationcontrollers/*\",\"Microsoft.ContainerService/managedClusters/resourcequotas/read\",\"Microsoft.ContainerService/managedClusters/secrets/*\",\"Microsoft.ContainerService/managedClusters/serviceaccounts/*\",\"Microsoft.ContainerService/managedClusters/services/*\"],\"notDataActions\":[]}],\"createdOn\":\"2020-07-02T17:54:51.9644983Z\",\"updatedOn\":\"2023-04-25T15:13:23.7358840Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a7ffa36f-339b-4b5c-8bdf-e2c188b2c0eb\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a7ffa36f-339b-4b5c-8bdf-e2c188b2c0eb\"},{\"properties\":{\"roleName\":\"Services + Hub Operator\",\"type\":\"BuiltInRole\",\"description\":\"Services Hub Operator + allows you to perform all read, write, and deletion operations related to + Services Hub Connectors.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.ServicesHub/connectors/write\",\"Microsoft.ServicesHub/connectors/read\",\"Microsoft.ServicesHub/connectors/delete\",\"Microsoft.ServicesHub/connectors/checkAssessmentEntitlement/action\",\"Microsoft.ServicesHub/supportOfferingEntitlement/read\",\"Microsoft.ServicesHub/workspaces/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-07-20T17:57:22.0644902Z\",\"updatedOn\":\"2021-11-11T20:14:37.5544021Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/82200a5b-e217-47a5-b665-6d8765ee745b\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"82200a5b-e217-47a5-b665-6d8765ee745b\"},{\"properties\":{\"roleName\":\"Object + Understanding Account Reader\",\"type\":\"BuiltInRole\",\"description\":\"Lets + you read ingestion jobs for an object understanding account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectUnderstandingAccounts/ingest/read\"],\"notDataActions\":[]}],\"createdOn\":\"2020-07-23T19:16:31.9929119Z\",\"updatedOn\":\"2021-11-11T20:14:37.9070085Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d18777c0-1514-4662-8490-608db7d334b6\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d18777c0-1514-4662-8490-608db7d334b6\"},{\"properties\":{\"roleName\":\"SignalR + REST API Owner\",\"type\":\"BuiltInRole\",\"description\":\"Full access to + Azure SignalR Service REST APIs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SignalRService/SignalR/auth/clientToken/action\",\"Microsoft.SignalRService/SignalR/hub/send/action\",\"Microsoft.SignalRService/SignalR/group/send/action\",\"Microsoft.SignalRService/SignalR/group/read\",\"Microsoft.SignalRService/SignalR/group/write\",\"Microsoft.SignalRService/SignalR/clientConnection/send/action\",\"Microsoft.SignalRService/SignalR/clientConnection/read\",\"Microsoft.SignalRService/SignalR/clientConnection/write\",\"Microsoft.SignalRService/SignalR/user/send/action\",\"Microsoft.SignalRService/SignalR/user/read\",\"Microsoft.SignalRService/SignalR/user/write\"],\"notDataActions\":[]}],\"createdOn\":\"2020-07-29T09:35:32.2764751Z\",\"updatedOn\":\"2021-11-11T20:14:38.8028020Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd53cd77-2268-407a-8f46-7e7863d0f521\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fd53cd77-2268-407a-8f46-7e7863d0f521\"},{\"properties\":{\"roleName\":\"Collaborative + Data Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Can manage data + packages of a collaborative.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/*/read\",\"Microsoft.IndustryDataLifecycle/memberCollaboratives/*/read\",\"Microsoft.IndustryDataLifecycle/locations/dataPackages/*\",\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/receivedDataPackages/*\",\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/rejectDataPackage/action\",\"Microsoft.IndustryDataLifecycle/memberCollaboratives/sharedDataPackages/*\",\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/dataModels/*\",\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/auditLogs/action\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-08-14T11:58:31.8973556Z\",\"updatedOn\":\"2021-11-11T20:14:40.2428145Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/daa9e50b-21df-454c-94a6-a8050adab352\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"daa9e50b-21df-454c-94a6-a8050adab352\"},{\"properties\":{\"roleName\":\"Device + Update Reader\",\"type\":\"BuiltInRole\",\"description\":\"Gives you read + access to management and content operations, but does not allow making changes\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.DeviceUpdate/accounts/instances/updates/read\",\"Microsoft.DeviceUpdate/accounts/instances/management/read\"],\"notDataActions\":[]}],\"createdOn\":\"2020-08-21T23:40:19.2373610Z\",\"updatedOn\":\"2021-11-11T20:14:40.7922672Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e9dba6fb-3d52-4cf0-bce3-f06ce71b9e0f\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e9dba6fb-3d52-4cf0-bce3-f06ce71b9e0f\"},{\"properties\":{\"roleName\":\"Device + Update Administrator\",\"type\":\"BuiltInRole\",\"description\":\"Gives you + full access to management and content operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.DeviceUpdate/accounts/instances/updates/read\",\"Microsoft.DeviceUpdate/accounts/instances/updates/write\",\"Microsoft.DeviceUpdate/accounts/instances/updates/delete\",\"Microsoft.DeviceUpdate/accounts/instances/management/read\",\"Microsoft.DeviceUpdate/accounts/instances/management/write\",\"Microsoft.DeviceUpdate/accounts/instances/management/delete\"],\"notDataActions\":[]}],\"createdOn\":\"2020-08-21T23:56:22.3520510Z\",\"updatedOn\":\"2021-11-11T20:14:40.9672678Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/02ca0879-e8e4-47a5-a61e-5c618b76e64a\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"02ca0879-e8e4-47a5-a61e-5c618b76e64a\"},{\"properties\":{\"roleName\":\"Device + Update Content Administrator\",\"type\":\"BuiltInRole\",\"description\":\"Gives + you full access to content operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.DeviceUpdate/accounts/instances/updates/read\",\"Microsoft.DeviceUpdate/accounts/instances/updates/write\",\"Microsoft.DeviceUpdate/accounts/instances/updates/delete\"],\"notDataActions\":[]}],\"createdOn\":\"2020-08-21T23:58:18.4255500Z\",\"updatedOn\":\"2021-11-11T20:14:41.1433368Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0378884a-3af5-44ab-8323-f5b22f9f3c98\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0378884a-3af5-44ab-8323-f5b22f9f3c98\"},{\"properties\":{\"roleName\":\"Device + Update Content Reader\",\"type\":\"BuiltInRole\",\"description\":\"Gives you + read access to content operations, but does not allow making changes\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.DeviceUpdate/accounts/instances/updates/read\"],\"notDataActions\":[]}],\"createdOn\":\"2020-08-22T00:02:43.3299181Z\",\"updatedOn\":\"2021-11-11T20:14:41.6754856Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d1ee9a80-8b14-47f0-bdc2-f4a351625a7b\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d1ee9a80-8b14-47f0-bdc2-f4a351625a7b\"},{\"properties\":{\"roleName\":\"Cognitive + Services Metrics Advisor Administrator\",\"type\":\"BuiltInRole\",\"description\":\"Full + access to the project, including the system level configuration.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/MetricsAdvisor/*\"],\"notDataActions\":[]}],\"createdOn\":\"2020-09-10T07:46:47.5804491Z\",\"updatedOn\":\"2021-11-11T20:14:43.6930781Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cb43c632-a144-4ec5-977c-e80c4affc34a\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cb43c632-a144-4ec5-977c-e80c4affc34a\"},{\"properties\":{\"roleName\":\"Cognitive + Services Metrics Advisor User\",\"type\":\"BuiltInRole\",\"description\":\"Access + to the project.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/MetricsAdvisor/*\"],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/MetricsAdvisor/stats/*\"]}],\"createdOn\":\"2020-09-10T07:47:59.6195639Z\",\"updatedOn\":\"2021-11-11T20:14:43.8780761Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3b20f47b-3825-43cb-8114-4bd2201156a8\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3b20f47b-3825-43cb-8114-4bd2201156a8\"},{\"properties\":{\"roleName\":\"Schema + Registry Reader (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Read + and list Schema Registry groups and schemas.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.EventHub/namespaces/schemagroups/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.EventHub/namespaces/schemas/read\"],\"notDataActions\":[]}],\"createdOn\":\"2020-09-13T06:31:38.0272740Z\",\"updatedOn\":\"2021-11-11T20:14:44.6350450Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2c56ea50-c6b3-40a6-83c0-9d98858bc7d2\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2c56ea50-c6b3-40a6-83c0-9d98858bc7d2\"},{\"properties\":{\"roleName\":\"Schema + Registry Contributor (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Read, + write, and delete Schema Registry groups and schemas.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.EventHub/namespaces/schemagroups/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.EventHub/namespaces/schemas/*\"],\"notDataActions\":[]}],\"createdOn\":\"2020-09-13T06:48:26.6032931Z\",\"updatedOn\":\"2021-11-11T20:14:44.8200370Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5dffeca3-4936-4216-b2bc-10343a5abb25\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5dffeca3-4936-4216-b2bc-10343a5abb25\"},{\"properties\":{\"roleName\":\"AgFood + Platform Service Reader\",\"type\":\"BuiltInRole\",\"description\":\"Provides + read access to AgFood Platform Service\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/*/list/action\",\"Microsoft.AgFoodPlatform/*/read\",\"Microsoft.AgFoodPlatform/*/search/action\",\"Microsoft.AgFoodPlatform/*/download/action\",\"Microsoft.AgFoodPlatform/*/overlap/action\",\"Microsoft.AgFoodPlatform/*/checkConsent/action\"],\"notDataActions\":[]}],\"createdOn\":\"2020-09-14T10:21:08.9138820Z\",\"updatedOn\":\"2022-12-13T18:12:05.0978624Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7ec7ccdc-f61e-41fe-9aaf-980df0a44eba\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7ec7ccdc-f61e-41fe-9aaf-980df0a44eba\"},{\"properties\":{\"roleName\":\"AgFood + Platform Service Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Provides + contribute access to AgFood Platform Service\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/*/action\",\"Microsoft.AgFoodPlatform/*/read\",\"Microsoft.AgFoodPlatform/*/write\"],\"notDataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/farmers/write\",\"Microsoft.AgFoodPlatform/farmBeats/deletionJobs/*/write\",\"Microsoft.AgFoodPlatform/farmBeats/parties/write\"]}],\"createdOn\":\"2020-09-14T10:21:09.7239169Z\",\"updatedOn\":\"2023-01-24T16:29:47.1058325Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8508508a-4469-4e45-963b-2518ee0bb728\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8508508a-4469-4e45-963b-2518ee0bb728\"},{\"properties\":{\"roleName\":\"AgFood + Platform Service Admin\",\"type\":\"BuiltInRole\",\"description\":\"Provides + admin access to AgFood Platform Service\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/*\"],\"notDataActions\":[]}],\"createdOn\":\"2020-09-14T10:21:09.8039209Z\",\"updatedOn\":\"2021-11-11T20:14:45.3613128Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f8da80de-1ff9-4747-ad80-a19b7f6079e3\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f8da80de-1ff9-4747-ad80-a19b7f6079e3\"},{\"properties\":{\"roleName\":\"Managed + HSM contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage + managed HSM pools, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.KeyVault/managedHSMs/*\",\"Microsoft.KeyVault/deletedManagedHsms/read\",\"Microsoft.KeyVault/locations/deletedManagedHsms/read\",\"Microsoft.KeyVault/locations/deletedManagedHsms/purge/action\",\"Microsoft.KeyVault/locations/managedHsmOperationResults/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-09-16T21:47:01.1291104Z\",\"updatedOn\":\"2022-03-08T02:37:43.9379644Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18500a29-7fe2-46b2-a342-b16a415e101d\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18500a29-7fe2-46b2-a342-b16a415e101d\"},{\"properties\":{\"roleName\":\"Security + Detonation Chamber Submitter\",\"type\":\"BuiltInRole\",\"description\":\"Allowed + to create submissions to Security Detonation Chamber\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SecurityDetonation/chambers/submissions/delete\",\"Microsoft.SecurityDetonation/chambers/submissions/write\",\"Microsoft.SecurityDetonation/chambers/submissions/read\",\"Microsoft.SecurityDetonation/chambers/submissions/files/read\",\"Microsoft.SecurityDetonation/chambers/submissions/accesskeyview/read\",\"Microsoft.SecurityDetonation/chambers/platforms/metadata/read\",\"Microsoft.SecurityDetonation/chambers/workflows/metadata/read\",\"Microsoft.SecurityDetonation/chambers/toolsets/metadata/read\"],\"notDataActions\":[]}],\"createdOn\":\"2020-10-01T08:55:21.3980274Z\",\"updatedOn\":\"2021-11-11T20:14:47.5471350Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0b555d9b-b4a7-4f43-b330-627f0e5be8f0\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0b555d9b-b4a7-4f43-b330-627f0e5be8f0\"},{\"properties\":{\"roleName\":\"SignalR + REST API Reader\",\"type\":\"BuiltInRole\",\"description\":\"Read-only access + to Azure SignalR Service REST APIs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SignalRService/SignalR/group/read\",\"Microsoft.SignalRService/SignalR/clientConnection/read\",\"Microsoft.SignalRService/SignalR/user/read\"],\"notDataActions\":[]}],\"createdOn\":\"2020-10-13T09:19:05.6463616Z\",\"updatedOn\":\"2021-11-11T20:14:48.7902970Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ddde6b66-c0df-4114-a159-3618637b3035\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ddde6b66-c0df-4114-a159-3618637b3035\"},{\"properties\":{\"roleName\":\"SignalR + Service Owner\",\"type\":\"BuiltInRole\",\"description\":\"Full access to + Azure SignalR Service REST APIs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SignalRService/SignalR/auth/accessKey/action\",\"Microsoft.SignalRService/SignalR/auth/clientToken/action\",\"Microsoft.SignalRService/SignalR/hub/send/action\",\"Microsoft.SignalRService/SignalR/group/send/action\",\"Microsoft.SignalRService/SignalR/group/read\",\"Microsoft.SignalRService/SignalR/group/write\",\"Microsoft.SignalRService/SignalR/clientConnection/send/action\",\"Microsoft.SignalRService/SignalR/clientConnection/read\",\"Microsoft.SignalRService/SignalR/clientConnection/write\",\"Microsoft.SignalRService/SignalR/serverConnection/write\",\"Microsoft.SignalRService/SignalR/user/send/action\",\"Microsoft.SignalRService/SignalR/user/read\",\"Microsoft.SignalRService/SignalR/user/write\",\"Microsoft.SignalRService/SignalR/livetrace/*\"],\"notDataActions\":[]}],\"createdOn\":\"2020-10-13T09:20:32.1501410Z\",\"updatedOn\":\"2022-09-15T08:35:06.3883218Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7e4f1700-ea5a-4f59-8f37-079cfe29dce3\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7e4f1700-ea5a-4f59-8f37-079cfe29dce3\"},{\"properties\":{\"roleName\":\"Reservation + Purchaser\",\"type\":\"BuiltInRole\",\"description\":\"Lets you purchase reservations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Capacity/catalogs/read\",\"Microsoft.Capacity/register/action\",\"Microsoft.Compute/register/action\",\"Microsoft.Consumption/register/action\",\"Microsoft.Consumption/reservationRecommendationDetails/read\",\"Microsoft.Consumption/reservationRecommendations/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.SQL/register/action\",\"Microsoft.Support/supporttickets/write\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-10-23T20:22:48.9217751Z\",\"updatedOn\":\"2022-04-14T04:21:57.2843545Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f7b75c60-3036-4b75-91c3-6b41c27c1689\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f7b75c60-3036-4b75-91c3-6b41c27c1689\"},{\"properties\":{\"roleName\":\"AzureML + Metrics Writer (preview)\",\"type\":\"BuiltInRole\",\"description\":\"Lets + you write metrics to AzureML workspace\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/workspaces/metrics/*/write\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-10-27T16:55:19.5664950Z\",\"updatedOn\":\"2021-11-11T20:14:49.8655015Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/635dd51f-9968-44d3-b7fb-6d9a6bd613ae\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"635dd51f-9968-44d3-b7fb-6d9a6bd613ae\"},{\"properties\":{\"roleName\":\"Storage + Account Backup Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets + you perform backup and restore operations using Azure Backup on the storage + account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Authorization/locks/read\",\"Microsoft.Authorization/locks/write\",\"Microsoft.Authorization/locks/delete\",\"Microsoft.Features/features/read\",\"Microsoft.Features/providers/features/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/operations/read\",\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/delete\",\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/read\",\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/write\",\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/restorePointMarkers/write\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\",\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/write\",\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/restoreBlobRanges/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-11-02T23:32:50.4203469Z\",\"updatedOn\":\"2022-04-20T07:52:04.6883613Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1\"},{\"properties\":{\"roleName\":\"Experimentation + Metric Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Allows for + creation, writes and reads to the metric set via the metrics service APIs.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Experimentation/experimentWorkspaces/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\",\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/metricwrite/action\",\"Microsoft.Experimentation/experimentWorkspaces/metricwrite/action\",\"Microsoft.Experimentation/experimentWorkspaces/read\"],\"notDataActions\":[]}],\"createdOn\":\"2020-11-10T20:07:53.7535885Z\",\"updatedOn\":\"2021-11-11T20:14:50.9524177Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6188b7c9-7d01-4f99-a59f-c88b630326c0\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6188b7c9-7d01-4f99-a59f-c88b630326c0\"},{\"properties\":{\"roleName\":\"Project + Babylon Data Curator\",\"type\":\"BuiltInRole\",\"description\":\"The Microsoft.ProjectBabylon + data curator can create, read, modify and delete catalog data objects and + establish relationships between objects. This role is in preview and subject + to change.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ProjectBabylon/accounts/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.ProjectBabylon/accounts/data/read\",\"Microsoft.ProjectBabylon/accounts/data/write\"],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:31:33.7988825Z\",\"updatedOn\":\"2021-11-11T20:14:51.4929515Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9ef4ef9c-a049-46b0-82ab-dd8ac094c889\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9ef4ef9c-a049-46b0-82ab-dd8ac094c889\"},{\"properties\":{\"roleName\":\"Project + Babylon Data Reader\",\"type\":\"BuiltInRole\",\"description\":\"The Microsoft.ProjectBabylon + data reader can read catalog data objects. This role is in preview and subject + to change.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ProjectBabylon/accounts/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.ProjectBabylon/accounts/data/read\"],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:33:13.5342351Z\",\"updatedOn\":\"2021-11-11T20:14:51.6729667Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c8d896ba-346d-4f50-bc1d-7d1c84130446\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c8d896ba-346d-4f50-bc1d-7d1c84130446\"},{\"properties\":{\"roleName\":\"Project + Babylon Data Source Administrator\",\"type\":\"BuiltInRole\",\"description\":\"The + Microsoft.ProjectBabylon data source administrator can manage data sources + and data scans. This role is in preview and subject to change.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ProjectBabylon/accounts/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.ProjectBabylon/accounts/scan/read\",\"Microsoft.ProjectBabylon/accounts/scan/write\"],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:34:01.8401954Z\",\"updatedOn\":\"2021-11-11T20:14:51.8529643Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/05b7651b-dc44-475e-b74d-df3db49fae0f\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"05b7651b-dc44-475e-b74d-df3db49fae0f\"},{\"properties\":{\"roleName\":\"Application + Group Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Contributor + of the Application Group.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/applicationgroups/*\",\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\",\"Microsoft.DesktopVirtualization/workspaces/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-03T23:26:00.2784962Z\",\"updatedOn\":\"2021-11-11T20:14:52.9432015Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ca6382a4-1721-4bcf-a114-ff0c70227b6b\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ca6382a4-1721-4bcf-a114-ff0c70227b6b\"},{\"properties\":{\"roleName\":\"Desktop + Virtualization Reader\",\"type\":\"BuiltInRole\",\"description\":\"Reader + of Desktop Virtualization.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-11T21:36:19.0140629Z\",\"updatedOn\":\"2021-11-11T20:14:54.0407838Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/49a72310-ab8d-41df-bbb0-79b649203868\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"49a72310-ab8d-41df-bbb0-79b649203868\"},{\"properties\":{\"roleName\":\"Desktop + Virtualization Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Contributor + of Desktop Virtualization.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-11T21:37:16.2910337Z\",\"updatedOn\":\"2021-11-11T20:14:54.2107872Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/082f0a83-3be5-4ba1-904c-961cca79b387\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"082f0a83-3be5-4ba1-904c-961cca79b387\"},{\"properties\":{\"roleName\":\"Desktop + Virtualization Workspace Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Contributor + of the Desktop Virtualization Workspace.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/workspaces/*\",\"Microsoft.DesktopVirtualization/applicationgroups/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-11T21:38:29.6089216Z\",\"updatedOn\":\"2021-11-11T20:14:54.3907854Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/21efdde3-836f-432b-bf3d-3e8e734d4b2b\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"21efdde3-836f-432b-bf3d-3e8e734d4b2b\"},{\"properties\":{\"roleName\":\"Desktop + Virtualization User Session Operator\",\"type\":\"BuiltInRole\",\"description\":\"Operator + of the Desktop Virtualization Uesr Session.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-11T21:39:16.9100273Z\",\"updatedOn\":\"2021-11-11T20:14:54.5657970Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ea4bfff8-7fb4-485a-aadd-d4129a0ffaa6\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ea4bfff8-7fb4-485a-aadd-d4129a0ffaa6\"},{\"properties\":{\"roleName\":\"Desktop + Virtualization Session Host Operator\",\"type\":\"BuiltInRole\",\"description\":\"Operator + of the Desktop Virtualization Session Host.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-11T21:39:53.2569741Z\",\"updatedOn\":\"2021-11-11T20:14:54.7508042Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2ad6aaab-ead9-4eaa-8ac5-da422f562408\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2ad6aaab-ead9-4eaa-8ac5-da422f562408\"},{\"properties\":{\"roleName\":\"Desktop + Virtualization Host Pool Reader\",\"type\":\"BuiltInRole\",\"description\":\"Reader + of the Desktop Virtualization Host Pool.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/hostpools/*/read\",\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-11T21:40:33.1430834Z\",\"updatedOn\":\"2021-11-11T20:14:54.9257967Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ceadfde2-b300-400a-ab7b-6143895aa822\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ceadfde2-b300-400a-ab7b-6143895aa822\"},{\"properties\":{\"roleName\":\"Desktop + Virtualization Host Pool Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Contributor + of the Desktop Virtualization Host Pool.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/hostpools/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-11T21:40:57.2976187Z\",\"updatedOn\":\"2021-11-11T20:14:55.1057701Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e307426c-f9b6-4e81-87de-d99efb3c32bc\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e307426c-f9b6-4e81-87de-d99efb3c32bc\"},{\"properties\":{\"roleName\":\"Desktop + Virtualization Application Group Reader\",\"type\":\"BuiltInRole\",\"description\":\"Reader + of the Desktop Virtualization Application Group.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/applicationgroups/*/read\",\"Microsoft.DesktopVirtualization/applicationgroups/read\",\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-11T21:41:18.0287398Z\",\"updatedOn\":\"2021-11-11T20:14:55.2858006Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/aebf23d0-b568-4e86-b8f9-fe83a2c6ab55\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"aebf23d0-b568-4e86-b8f9-fe83a2c6ab55\"},{\"properties\":{\"roleName\":\"Desktop + Virtualization Application Group Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Contributor + of the Desktop Virtualization Application Group.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/applicationgroups/*\",\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-11T21:41:38.6205531Z\",\"updatedOn\":\"2021-11-11T20:14:55.4677136Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/86240b0e-9422-4c43-887b-b61143f32ba8\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"86240b0e-9422-4c43-887b-b61143f32ba8\"},{\"properties\":{\"roleName\":\"Desktop + Virtualization Workspace Reader\",\"type\":\"BuiltInRole\",\"description\":\"Reader + of the Desktop Virtualization Workspace.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/workspaces/read\",\"Microsoft.DesktopVirtualization/applicationgroups/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-11T21:41:58.1892707Z\",\"updatedOn\":\"2021-11-11T20:14:55.6577168Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0fa44ee9-7a7d-466b-9bb2-2bf446b1204d\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0fa44ee9-7a7d-466b-9bb2-2bf446b1204d\"},{\"properties\":{\"roleName\":\"Disk + Backup Reader\",\"type\":\"BuiltInRole\",\"description\":\"Provides permission + to backup vault to perform disk backup.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/beginGetAccess/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-15T07:39:03.8394514Z\",\"updatedOn\":\"2021-11-11T20:14:56.0178737Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3e5e47e6-65f7-47ef-90b5-e5dd4d455f24\"},{\"properties\":{\"roleName\":\"Disk + Restore Operator\",\"type\":\"BuiltInRole\",\"description\":\"Provides permission + to backup vault to perform disk restore.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Compute/disks/write\",\"Microsoft.Compute/disks/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-15T12:18:31.8481619Z\",\"updatedOn\":\"2021-11-11T20:14:56.7408912Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b50d9833-a0cb-478e-945f-707fcc997c13\"},{\"properties\":{\"roleName\":\"Disk + Snapshot Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Provides + permission to backup vault to manage disk snapshots.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Compute/snapshots/delete\",\"Microsoft.Compute/snapshots/write\",\"Microsoft.Compute/snapshots/read\",\"Microsoft.Compute/snapshots/beginGetAccess/action\",\"Microsoft.Compute/snapshots/endGetAccess/action\",\"Microsoft.Compute/disks/beginGetAccess/action\",\"Microsoft.Storage/storageAccounts/listkeys/action\",\"Microsoft.Storage/storageAccounts/write\",\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/delete\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-15T12:18:51.4471411Z\",\"updatedOn\":\"2021-11-11T20:14:56.9158814Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7efff54f-a5b4-42b5-a1c5-5411624893ce\"},{\"properties\":{\"roleName\":\"Microsoft.Kubernetes + connected cluster role\",\"type\":\"BuiltInRole\",\"description\":\"Microsoft.Kubernetes + connected cluster role.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Kubernetes/connectedClusters/read\",\"Microsoft.Kubernetes/connectedClusters/write\",\"Microsoft.Kubernetes/connectedClusters/delete\",\"Microsoft.Kubernetes/registeredSubscriptions/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-01-07T23:57:10.9923232Z\",\"updatedOn\":\"2021-11-11T20:14:58.2039838Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5548b2cf-c94c-4228-90ba-30851930a12f\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5548b2cf-c94c-4228-90ba-30851930a12f\"},{\"properties\":{\"roleName\":\"Security + Detonation Chamber Submission Manager\",\"type\":\"BuiltInRole\",\"description\":\"Allowed + to create and manage submissions to Security Detonation Chamber\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SecurityDetonation/chambers/submissions/delete\",\"Microsoft.SecurityDetonation/chambers/submissions/write\",\"Microsoft.SecurityDetonation/chambers/submissions/read\",\"Microsoft.SecurityDetonation/chambers/submissions/files/read\",\"Microsoft.SecurityDetonation/chambers/submissions/accesskeyview/read\",\"Microsoft.SecurityDetonation/chambers/submissions/adminview/read\",\"Microsoft.SecurityDetonation/chambers/submissions/analystview/read\",\"Microsoft.SecurityDetonation/chambers/submissions/publicview/read\",\"Microsoft.SecurityDetonation/chambers/platforms/metadata/read\",\"Microsoft.SecurityDetonation/chambers/workflows/metadata/read\",\"Microsoft.SecurityDetonation/chambers/toolsets/metadata/read\"],\"notDataActions\":[]}],\"createdOn\":\"2021-01-18T09:35:36.5739297Z\",\"updatedOn\":\"2021-11-11T20:14:58.3939604Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a37b566d-3efa-4beb-a2f2-698963fa42ce\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a37b566d-3efa-4beb-a2f2-698963fa42ce\"},{\"properties\":{\"roleName\":\"Security + Detonation Chamber Publisher\",\"type\":\"BuiltInRole\",\"description\":\"Allowed + to publish and modify platforms, workflows and toolsets to Security Detonation + Chamber\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SecurityDetonation/chambers/platforms/read\",\"Microsoft.SecurityDetonation/chambers/platforms/write\",\"Microsoft.SecurityDetonation/chambers/platforms/delete\",\"Microsoft.SecurityDetonation/chambers/platforms/metadata/read\",\"Microsoft.SecurityDetonation/chambers/workflows/read\",\"Microsoft.SecurityDetonation/chambers/workflows/write\",\"Microsoft.SecurityDetonation/chambers/workflows/delete\",\"Microsoft.SecurityDetonation/chambers/workflows/metadata/read\",\"Microsoft.SecurityDetonation/chambers/toolsets/read\",\"Microsoft.SecurityDetonation/chambers/toolsets/write\",\"Microsoft.SecurityDetonation/chambers/toolsets/delete\",\"Microsoft.SecurityDetonation/chambers/toolsets/metadata/read\",\"Microsoft.SecurityDetonation/chambers/publishRequests/read\",\"Microsoft.SecurityDetonation/chambers/publishRequests/cancel/action\"],\"notDataActions\":[]}],\"createdOn\":\"2021-01-18T11:43:14.0858184Z\",\"updatedOn\":\"2021-11-11T20:14:58.5639749Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/352470b3-6a9c-4686-b503-35deb827e500\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"352470b3-6a9c-4686-b503-35deb827e500\"},{\"properties\":{\"roleName\":\"Collaborative + Runtime Operator\",\"type\":\"BuiltInRole\",\"description\":\"Can manage resources + created by AICS at runtime\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.IndustryDataLifecycle/derivedModels/*\",\"Microsoft.IndustryDataLifecycle/pipelineSets/*\",\"Microsoft.IndustryDataLifecycle/modelMappings/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-01-19T10:00:27.3464971Z\",\"updatedOn\":\"2021-11-11T20:14:58.7442136Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7a6f0e70-c033-4fb1-828c-08514e5f4102\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7a6f0e70-c033-4fb1-828c-08514e5f4102\"},{\"properties\":{\"roleName\":\"CosmosRestoreOperator\",\"type\":\"BuiltInRole\",\"description\":\"Can + perform restore action for Cosmos DB database account with continuous backup + mode\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DocumentDB/locations/restorableDatabaseAccounts/restore/action\",\"Microsoft.DocumentDB/locations/restorableDatabaseAccounts/*/read\",\"Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-01-21T19:51:35.3884884Z\",\"updatedOn\":\"2021-11-11T20:14:59.4892686Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5432c526-bc82-444a-b7ba-57c5b0b5b34f\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5432c526-bc82-444a-b7ba-57c5b0b5b34f\"},{\"properties\":{\"roleName\":\"FHIR + Data Converter\",\"type\":\"BuiltInRole\",\"description\":\"Role allows user + or principal to convert data from legacy format to FHIR\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/convertData/action\",\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/convertData/action\"],\"notDataActions\":[]}],\"createdOn\":\"2021-01-22T19:39:01.1601069Z\",\"updatedOn\":\"2021-11-11T20:14:59.8605937Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a1705bd2-3a8f-45a5-8683-466fcfd5cc24\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a1705bd2-3a8f-45a5-8683-466fcfd5cc24\"},{\"properties\":{\"roleName\":\"Quota + Request Operator\",\"type\":\"BuiltInRole\",\"description\":\"Read and create + quota requests, get quota request status, and create support tickets.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Capacity/resourceProviders/locations/serviceLimits/read\",\"Microsoft.Capacity/resourceProviders/locations/serviceLimits/write\",\"Microsoft.Capacity/resourceProviders/locations/serviceLimitsRequests/read\",\"Microsoft.Capacity/register/action\",\"Microsoft.Quota/usages/read\",\"Microsoft.Quota/quotas/read\",\"Microsoft.Quota/quotas/write\",\"Microsoft.Quota/quotaRequests/read\",\"Microsoft.Quota/register/action\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-02-03T00:06:35.8404575Z\",\"updatedOn\":\"2022-12-07T23:49:01.9455627Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0e5f05e5-9ab9-446b-b98d-1e2157c94125\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0e5f05e5-9ab9-446b-b98d-1e2157c94125\"},{\"properties\":{\"roleName\":\"EventGrid + Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage EventGrid + operations.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.EventGrid/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-02-08T18:46:18.8999557Z\",\"updatedOn\":\"2021-11-11T20:15:01.6867802Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1e241071-0855-49ea-94dc-649edcd759de\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1e241071-0855-49ea-94dc-649edcd759de\"},{\"properties\":{\"roleName\":\"Security + Detonation Chamber Reader\",\"type\":\"BuiltInRole\",\"description\":\"Allowed + to query submission info and files from Security Detonation Chamber\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SecurityDetonation/chambers/submissions/read\",\"Microsoft.SecurityDetonation/chambers/submissions/files/read\"],\"notDataActions\":[]}],\"createdOn\":\"2021-03-01T14:06:46.2814905Z\",\"updatedOn\":\"2021-11-11T20:15:03.3274090Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/28241645-39f8-410b-ad48-87863e2951d5\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"28241645-39f8-410b-ad48-87863e2951d5\"},{\"properties\":{\"roleName\":\"Object + Anchors Account Reader\",\"type\":\"BuiltInRole\",\"description\":\"Lets you + read ingestion jobs for an object anchors account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectAnchorsAccounts/ingest/read\"],\"notDataActions\":[]}],\"createdOn\":\"2021-03-02T01:20:47.0279813Z\",\"updatedOn\":\"2021-11-11T20:15:03.5006082Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4a167cdf-cb95-4554-9203-2347fe489bd9\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4a167cdf-cb95-4554-9203-2347fe489bd9\"},{\"properties\":{\"roleName\":\"Object + Anchors Account Owner\",\"type\":\"BuiltInRole\",\"description\":\"Provides + user with ingestion capabilities for an object anchors account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectAnchorsAccounts/ingest/action\",\"Microsoft.MixedReality/ObjectAnchorsAccounts/ingest/read\"],\"notDataActions\":[]}],\"createdOn\":\"2021-03-02T01:42:02.0014737Z\",\"updatedOn\":\"2021-11-11T20:15:03.6855873Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ca0835dd-bacc-42dd-8ed2-ed5e7230d15b\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ca0835dd-bacc-42dd-8ed2-ed5e7230d15b\"},{\"properties\":{\"roleName\":\"WorkloadBuilder + Migration Agent Role\",\"type\":\"BuiltInRole\",\"description\":\"WorkloadBuilder + Migration Agent Role.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.WorkloadBuilder/migrationAgents/Read\",\"Microsoft.WorkloadBuilder/migrationAgents/Write\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-03-11T17:07:20.0828003Z\",\"updatedOn\":\"2021-11-11T20:15:04.2456706Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d17ce0a2-0697-43bc-aac5-9113337ab61c\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d17ce0a2-0697-43bc-aac5-9113337ab61c\"},{\"properties\":{\"roleName\":\"Azure + Spring Cloud Data Reader\",\"type\":\"BuiltInRole\",\"description\":\"Allow + read access to Azure Spring Cloud Data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/*/read\"],\"notDataActions\":[]}],\"createdOn\":\"2021-03-25T11:12:12.6786010Z\",\"updatedOn\":\"2021-11-11T20:15:05.3368606Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b5537268-8956-4941-a8f0-646150406f0c\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b5537268-8956-4941-a8f0-646150406f0c\"},{\"properties\":{\"roleName\":\"Cognitive + Services Speech Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Full + access to Speech projects, including read, write and delete all entities, + for real-time speech recognition and batch transcription tasks, real-time + speech synthesis and long audio tasks, custom speech and custom voice.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/SpeechServices/*\",\"Microsoft.CognitiveServices/accounts/CustomVoice/*\",\"Microsoft.CognitiveServices/accounts/AudioContentCreation/*\"],\"notDataActions\":[]}],\"createdOn\":\"2021-03-30T11:28:49.7826633Z\",\"updatedOn\":\"2022-05-23T19:12:17.2452043Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0e75ca1e-0464-4b4d-8b93-68208a576181\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0e75ca1e-0464-4b4d-8b93-68208a576181\"},{\"properties\":{\"roleName\":\"Cognitive + Services Face Recognizer\",\"type\":\"BuiltInRole\",\"description\":\"Lets + you perform detect, verify, identify, group, and find similar operations on + Face API. This role does not allow create or delete operations, which makes + it well suited for endpoints that only need inferencing capabilities, following + 'least privilege' best practices.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/Face/detect/action\",\"Microsoft.CognitiveServices/accounts/Face/verify/action\",\"Microsoft.CognitiveServices/accounts/Face/identify/action\",\"Microsoft.CognitiveServices/accounts/Face/group/action\",\"Microsoft.CognitiveServices/accounts/Face/findsimilars/action\",\"Microsoft.CognitiveServices/accounts/Face/detectliveness/multimodal/action\",\"Microsoft.CognitiveServices/accounts/Face/detectliveness/singlemodal/action\",\"Microsoft.CognitiveServices/accounts/Face/detectlivenesswithverify/singlemodal/action\"],\"notDataActions\":[]}],\"createdOn\":\"2021-03-31T01:51:41.3557295Z\",\"updatedOn\":\"2023-03-23T22:20:10.2843613Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9894cab4-e18a-44aa-828b-cb588cd6f2d7\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9894cab4-e18a-44aa-828b-cb588cd6f2d7\"},{\"properties\":{\"roleName\":\"Media + Services Account Administrator\",\"type\":\"BuiltInRole\",\"description\":\"Create, + read, modify, and delete Media Services accounts; read-only access to other + Media Services resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\",\"Microsoft.Media/mediaservices/assets/listStreamingLocators/action\",\"Microsoft.Media/mediaservices/streamingLocators/listPaths/action\",\"Microsoft.Media/mediaservices/write\",\"Microsoft.Media/mediaservices/delete\",\"Microsoft.Media/mediaservices/privateEndpointConnectionsApproval/action\",\"Microsoft.Media/mediaservices/privateEndpointConnections/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:20:32.2956636Z\",\"updatedOn\":\"2021-11-11T20:15:07.1518844Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/054126f8-9a2b-4f1c-a9ad-eca461f08466\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"054126f8-9a2b-4f1c-a9ad-eca461f08466\"},{\"properties\":{\"roleName\":\"Media + Services Live Events Administrator\",\"type\":\"BuiltInRole\",\"description\":\"Create, + read, modify, and delete Live Events, Assets, Asset Filters, and Streaming + Locators; read-only access to other Media Services resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\",\"Microsoft.Media/mediaservices/assets/*\",\"Microsoft.Media/mediaservices/assets/assetfilters/*\",\"Microsoft.Media/mediaservices/streamingLocators/*\",\"Microsoft.Media/mediaservices/liveEvents/*\"],\"notActions\":[\"Microsoft.Media/mediaservices/assets/getEncryptionKey/action\",\"Microsoft.Media/mediaservices/streamingLocators/listContentKeys/action\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:21:00.6119555Z\",\"updatedOn\":\"2021-11-11T20:15:07.3318873Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/532bc159-b25e-42c0-969e-a1d439f60d77\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"532bc159-b25e-42c0-969e-a1d439f60d77\"},{\"properties\":{\"roleName\":\"Media + Services Media Operator\",\"type\":\"BuiltInRole\",\"description\":\"Create, + read, modify, and delete Assets, Asset Filters, Streaming Locators, and Jobs; + read-only access to other Media Services resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\",\"Microsoft.Media/mediaservices/assets/*\",\"Microsoft.Media/mediaservices/assets/assetfilters/*\",\"Microsoft.Media/mediaservices/streamingLocators/*\",\"Microsoft.Media/mediaservices/transforms/jobs/*\"],\"notActions\":[\"Microsoft.Media/mediaservices/assets/getEncryptionKey/action\",\"Microsoft.Media/mediaservices/streamingLocators/listContentKeys/action\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:21:23.2236495Z\",\"updatedOn\":\"2021-11-11T20:15:07.5068487Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e4395492-1534-4db2-bedf-88c14621589c\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e4395492-1534-4db2-bedf-88c14621589c\"},{\"properties\":{\"roleName\":\"Media + Services Policy Administrator\",\"type\":\"BuiltInRole\",\"description\":\"Create, + read, modify, and delete Account Filters, Streaming Policies, Content Key + Policies, and Transforms; read-only access to other Media Services resources. + Cannot create Jobs, Assets or Streaming resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\",\"Microsoft.Media/mediaservices/assets/listStreamingLocators/action\",\"Microsoft.Media/mediaservices/streamingLocators/listPaths/action\",\"Microsoft.Media/mediaservices/accountFilters/*\",\"Microsoft.Media/mediaservices/streamingPolicies/*\",\"Microsoft.Media/mediaservices/contentKeyPolicies/*\",\"Microsoft.Media/mediaservices/transforms/*\"],\"notActions\":[\"Microsoft.Media/mediaservices/contentKeyPolicies/getPolicyPropertiesWithSecrets/action\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:21:46.9534330Z\",\"updatedOn\":\"2021-11-11T20:15:07.6968496Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c4bba371-dacd-4a26-b320-7250bca963ae\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c4bba371-dacd-4a26-b320-7250bca963ae\"},{\"properties\":{\"roleName\":\"Media + Services Streaming Endpoints Administrator\",\"type\":\"BuiltInRole\",\"description\":\"Create, + read, modify, and delete Streaming Endpoints; read-only access to other Media + Services resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\",\"Microsoft.Media/mediaservices/assets/listStreamingLocators/action\",\"Microsoft.Media/mediaservices/streamingLocators/listPaths/action\",\"Microsoft.Media/mediaservices/streamingEndpoints/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:22:04.4594851Z\",\"updatedOn\":\"2021-11-11T20:15:07.8718907Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/99dba123-b5fe-44d5-874c-ced7199a5804\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"99dba123-b5fe-44d5-874c-ced7199a5804\"},{\"properties\":{\"roleName\":\"Stream + Analytics Query Tester\",\"type\":\"BuiltInRole\",\"description\":\"Lets you + perform query testing without creating a stream analytics job first\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.StreamAnalytics/locations/TestQuery/action\",\"Microsoft.StreamAnalytics/locations/OperationResults/read\",\"Microsoft.StreamAnalytics/locations/SampleInput/action\",\"Microsoft.StreamAnalytics/locations/CompileQuery/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-20T17:33:24.5727870Z\",\"updatedOn\":\"2021-11-11T20:15:08.0481551Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1ec5b3c1-b17e-4e25-8312-2acb3c3c5abf\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1ec5b3c1-b17e-4e25-8312-2acb3c3c5abf\"},{\"properties\":{\"roleName\":\"AnyBuild + Builder\",\"type\":\"BuiltInRole\",\"description\":\"Basic user role for AnyBuild. + This role allows listing of agent information and execution of remote build + capabilities.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AnyBuild/clusters/build/write\",\"Microsoft.AnyBuild/clusters/build/read\"],\"notDataActions\":[]}],\"createdOn\":\"2021-04-20T22:07:00.4963853Z\",\"updatedOn\":\"2021-11-11T20:15:08.4254134Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a2138dac-4907-4679-a376-736901ed8ad8\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a2138dac-4907-4679-a376-736901ed8ad8\"},{\"properties\":{\"roleName\":\"IoT + Hub Data Reader\",\"type\":\"BuiltInRole\",\"description\":\"Allows for full + read access to IoT Hub data-plane properties\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Devices/IotHubs/*/read\",\"Microsoft.Devices/IotHubs/fileUpload/notifications/action\"],\"notDataActions\":[]}],\"createdOn\":\"2021-04-22T18:03:29.8843192Z\",\"updatedOn\":\"2021-11-11T20:15:08.6054154Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b447c946-2db7-41ec-983d-d8bf3b1c77e3\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b447c946-2db7-41ec-983d-d8bf3b1c77e3\"},{\"properties\":{\"roleName\":\"IoT + Hub Twin Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Allows for + read and write access to all IoT Hub device and module twins.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Devices/IotHubs/twins/*\"],\"notDataActions\":[]}],\"createdOn\":\"2021-04-22T20:36:10.1136903Z\",\"updatedOn\":\"2021-11-11T20:15:08.7855063Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/494bdba2-168f-4f31-a0a1-191d2f7c028c\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"494bdba2-168f-4f31-a0a1-191d2f7c028c\"},{\"properties\":{\"roleName\":\"IoT + Hub Registry Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Allows + for full access to IoT Hub device registry.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Devices/IotHubs/devices/*\"],\"notDataActions\":[]}],\"createdOn\":\"2021-04-22T20:36:47.5532704Z\",\"updatedOn\":\"2021-11-11T20:15:08.9804295Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4ea46cd5-c1b2-4a8e-910b-273211f9ce47\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4ea46cd5-c1b2-4a8e-910b-273211f9ce47\"},{\"properties\":{\"roleName\":\"IoT + Hub Data Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Allows for + full access to IoT Hub data plane operations.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Devices/IotHubs/*\"],\"notDataActions\":[]}],\"createdOn\":\"2021-04-22T20:37:16.9927761Z\",\"updatedOn\":\"2021-11-11T20:15:09.1754206Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4fc6c259-987e-4a07-842e-c321cc9d413f\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4fc6c259-987e-4a07-842e-c321cc9d413f\"},{\"properties\":{\"roleName\":\"Test + Base Reader\",\"type\":\"BuiltInRole\",\"description\":\"Let you view and + download packages and test results.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.TestBase/testBaseAccounts/packages/testResults/getDownloadUrl/action\",\"Microsoft.TestBase/testBaseAccounts/packages/testResults/getVideoDownloadUrl/action\",\"Microsoft.TestBase/testBaseAccounts/packages/getDownloadUrl/action\",\"Microsoft.TestBase/*/read\",\"Microsoft.TestBase/testBaseAccounts/customerEvents/write\",\"Microsoft.TestBase/testBaseAccounts/customerEvents/delete\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-05-11T23:41:33.1038367Z\",\"updatedOn\":\"2021-11-11T20:15:10.8004347Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/15e0f5a1-3450-4248-8e25-e2afe88a9e85\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"15e0f5a1-3450-4248-8e25-e2afe88a9e85\"},{\"properties\":{\"roleName\":\"Search + Index Data Reader\",\"type\":\"BuiltInRole\",\"description\":\"Grants read + access to Azure Cognitive Search index data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Search/searchServices/indexes/documents/read\"],\"notDataActions\":[]}],\"createdOn\":\"2021-06-01T20:26:13.4850461Z\",\"updatedOn\":\"2021-11-11T20:15:11.3604371Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1407120a-92aa-4202-b7e9-c0e197c71c8f\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1407120a-92aa-4202-b7e9-c0e197c71c8f\"},{\"properties\":{\"roleName\":\"Search + Index Data Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Grants + full access to Azure Cognitive Search index data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Search/searchServices/indexes/documents/*\"],\"notDataActions\":[]}],\"createdOn\":\"2021-06-01T22:15:16.5388472Z\",\"updatedOn\":\"2021-11-11T20:15:11.5504385Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8ebe5a00-799e-43f5-93ac-243d3dce84a7\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8ebe5a00-799e-43f5-93ac-243d3dce84a7\"},{\"properties\":{\"roleName\":\"Storage + Table Data Reader\",\"type\":\"BuiltInRole\",\"description\":\"Allows for + read access to Azure Storage tables and entities\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/tableServices/tables/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/read\"],\"notDataActions\":[]}],\"createdOn\":\"2021-06-15T06:40:54.9150717Z\",\"updatedOn\":\"2021-11-11T20:15:12.1005298Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/76199698-9eea-4c19-bc75-cec21354c6b6\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"76199698-9eea-4c19-bc75-cec21354c6b6\"},{\"properties\":{\"roleName\":\"Storage + Table Data Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Allows + for read, write and delete access to Azure Storage tables and entities\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/tableServices/tables/read\",\"Microsoft.Storage/storageAccounts/tableServices/tables/write\",\"Microsoft.Storage/storageAccounts/tableServices/tables/delete\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/read\",\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/write\",\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/delete\",\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/add/action\",\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/update/action\"],\"notDataActions\":[]}],\"createdOn\":\"2021-06-15T06:51:59.8207610Z\",\"updatedOn\":\"2021-11-11T20:15:12.2854966Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0a9a7e1f-b9d0-4cc4-a60d-0319b160aaa3\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0a9a7e1f-b9d0-4cc4-a60d-0319b160aaa3\"},{\"properties\":{\"roleName\":\"DICOM + Data Reader\",\"type\":\"BuiltInRole\",\"description\":\"Read and search DICOM + data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/workspaces/dicomservices/resources/read\"],\"notDataActions\":[]}],\"createdOn\":\"2021-06-17T20:58:30.1630494Z\",\"updatedOn\":\"2021-11-11T20:15:13.0154948Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e89c7a3c-2f64-4fa1-a847-3e4c9ba4283a\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e89c7a3c-2f64-4fa1-a847-3e4c9ba4283a\"},{\"properties\":{\"roleName\":\"DICOM + Data Owner\",\"type\":\"BuiltInRole\",\"description\":\"Full access to DICOM + data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/workspaces/dicomservices/resources/*\"],\"notDataActions\":[]}],\"createdOn\":\"2021-06-17T20:59:30.8659515Z\",\"updatedOn\":\"2021-11-11T20:15:13.1904985Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/58a3b984-7adf-4c20-983a-32417c86fbc8\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"58a3b984-7adf-4c20-983a-32417c86fbc8\"},{\"properties\":{\"roleName\":\"EventGrid + Data Sender\",\"type\":\"BuiltInRole\",\"description\":\"Allows send access + to event grid events.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.EventGrid/topics/read\",\"Microsoft.EventGrid/domains/read\",\"Microsoft.EventGrid/partnerNamespaces/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.EventGrid/events/send/action\"],\"notDataActions\":[]}],\"createdOn\":\"2021-07-02T21:55:40.4847495Z\",\"updatedOn\":\"2021-11-11T20:15:13.5605134Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d5a91429-5739-47e2-a06b-3470a27159e7\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d5a91429-5739-47e2-a06b-3470a27159e7\"},{\"properties\":{\"roleName\":\"Disk + Pool Operator\",\"type\":\"BuiltInRole\",\"description\":\"Used by the StoragePool + Resource Provider to manage Disks added to a Disk Pool.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/disks/write\",\"Microsoft.Compute/disks/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-07-08T17:26:05.1079972Z\",\"updatedOn\":\"2021-11-11T20:15:13.9154612Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/60fc6e62-5479-42d4-8bf4-67625fcc2840\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"60fc6e62-5479-42d4-8bf4-67625fcc2840\"},{\"properties\":{\"roleName\":\"AzureML + Data Scientist\",\"type\":\"BuiltInRole\",\"description\":\"Can perform all + actions within an Azure Machine Learning workspace, except for creating or + deleting compute resources and modifying the workspace itself.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/workspaces/*/read\",\"Microsoft.MachineLearningServices/workspaces/*/action\",\"Microsoft.MachineLearningServices/workspaces/*/delete\",\"Microsoft.MachineLearningServices/workspaces/*/write\",\"Microsoft.MachineLearningServices/featurestores/read\",\"Microsoft.MachineLearningServices/featurestores/checkNameAvailability/read\"],\"notActions\":[\"Microsoft.MachineLearningServices/workspaces/delete\",\"Microsoft.MachineLearningServices/workspaces/write\",\"Microsoft.MachineLearningServices/workspaces/computes/*/write\",\"Microsoft.MachineLearningServices/workspaces/computes/*/delete\",\"Microsoft.MachineLearningServices/workspaces/computes/listKeys/action\",\"Microsoft.MachineLearningServices/workspaces/listKeys/action\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-07-14T21:51:06.0361218Z\",\"updatedOn\":\"2023-03-14T15:28:19.3614218Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f6c7c914-8db3-469d-8ca1-694a8f32e121\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f6c7c914-8db3-469d-8ca1-694a8f32e121\"},{\"properties\":{\"roleName\":\"Grafana + Admin\",\"type\":\"BuiltInRole\",\"description\":\"Built-in Grafana admin + role\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Dashboard/grafana/ActAsGrafanaAdmin/action\"],\"notDataActions\":[]}],\"createdOn\":\"2021-07-15T21:32:35.3802340Z\",\"updatedOn\":\"2021-11-11T20:15:14.8104670Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/22926164-76b3-42b3-bc55-97df8dab3e41\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"22926164-76b3-42b3-bc55-97df8dab3e41\"},{\"properties\":{\"roleName\":\"Azure + Connected SQL Server Onboarding\",\"type\":\"BuiltInRole\",\"description\":\"Microsoft.AzureArcData\_service\_role\_to\_access\_the\_resources\_of\_Microsoft.AzureArcData\_stored\_with\_RPSAAS.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureArcData/sqlServerInstances/read\",\"Microsoft.AzureArcData/sqlServerInstances/write\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-07-19T23:52:15.8885739Z\",\"updatedOn\":\"2021-11-11T20:15:15.1754742Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e8113dce-c529-4d33-91fa-e9b972617508\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e8113dce-c529-4d33-91fa-e9b972617508\"},{\"properties\":{\"roleName\":\"Azure + Relay Sender\",\"type\":\"BuiltInRole\",\"description\":\"Allows for send + access to Azure Relay resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Relay/*/wcfRelays/read\",\"Microsoft.Relay/*/hybridConnections/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Relay/*/send/action\"],\"notDataActions\":[]}],\"createdOn\":\"2021-07-20T15:37:20.7558643Z\",\"updatedOn\":\"2021-11-11T20:15:15.5454755Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/26baccc8-eea7-41f1-98f4-1762cc7f685d\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"26baccc8-eea7-41f1-98f4-1762cc7f685d\"},{\"properties\":{\"roleName\":\"Azure + Relay Owner\",\"type\":\"BuiltInRole\",\"description\":\"Allows for full access + to Azure Relay resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Relay/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Relay/*\"],\"notDataActions\":[]}],\"createdOn\":\"2021-07-20T15:44:26.3023126Z\",\"updatedOn\":\"2021-11-11T20:15:15.7154782Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2787bf04-f1f5-4bfe-8383-c8a24483ee38\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2787bf04-f1f5-4bfe-8383-c8a24483ee38\"},{\"properties\":{\"roleName\":\"Azure + Relay Listener\",\"type\":\"BuiltInRole\",\"description\":\"Allows for listen + access to Azure Relay resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Relay/*/wcfRelays/read\",\"Microsoft.Relay/*/hybridConnections/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Relay/*/listen/action\"],\"notDataActions\":[]}],\"createdOn\":\"2021-07-20T18:38:03.1437496Z\",\"updatedOn\":\"2021-11-11T20:15:15.9005232Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/26e0b698-aa6d-4085-9386-aadae190014d\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"26e0b698-aa6d-4085-9386-aadae190014d\"},{\"properties\":{\"roleName\":\"Grafana + Viewer\",\"type\":\"BuiltInRole\",\"description\":\"Built-in Grafana Viewer + role\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Dashboard/grafana/ActAsGrafanaViewer/action\"],\"notDataActions\":[]}],\"createdOn\":\"2021-08-05T16:36:18.7737511Z\",\"updatedOn\":\"2021-11-11T20:15:16.9904932Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/60921a7e-fef1-4a43-9b16-a26c52ad4769\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"60921a7e-fef1-4a43-9b16-a26c52ad4769\"},{\"properties\":{\"roleName\":\"Grafana + Editor\",\"type\":\"BuiltInRole\",\"description\":\"Built-in Grafana Editor + role\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Dashboard/grafana/ActAsGrafanaEditor/action\"],\"notDataActions\":[]}],\"createdOn\":\"2021-08-05T16:37:32.5299593Z\",\"updatedOn\":\"2021-11-11T20:15:17.1805426Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a79a5197-3a5c-4973-a920-486035ffd60f\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a79a5197-3a5c-4973-a920-486035ffd60f\"},{\"properties\":{\"roleName\":\"Automation + Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Manage azure automation + resources and other resources using azure automation.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Automation/automationAccounts/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"Microsoft.Insights/ActionGroups/*\",\"Microsoft.Insights/ActivityLogAlerts/*\",\"Microsoft.Insights/MetricAlerts/*\",\"Microsoft.Insights/ScheduledQueryRules/*\",\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.OperationalInsights/workspaces/sharedKeys/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-08-09T10:18:19.1054699Z\",\"updatedOn\":\"2021-11-11T20:15:17.7304954Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f353d9bd-d4a6-484e-a77a-8050b599b867\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f353d9bd-d4a6-484e-a77a-8050b599b867\"},{\"properties\":{\"roleName\":\"Kubernetes + Extension Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Can create, + update, get, list and delete Kubernetes Extensions, and get extension async + operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.KubernetesConfiguration/extensions/write\",\"Microsoft.KubernetesConfiguration/extensions/read\",\"Microsoft.KubernetesConfiguration/extensions/delete\",\"Microsoft.KubernetesConfiguration/extensions/operations/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-08-09T19:47:50.6828896Z\",\"updatedOn\":\"2021-11-11T20:15:17.9155393Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/85cb6faf-e071-4c9b-8136-154b5a04f717\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"85cb6faf-e071-4c9b-8136-154b5a04f717\"},{\"properties\":{\"roleName\":\"Device + Provisioning Service Data Reader\",\"type\":\"BuiltInRole\",\"description\":\"Allows + for full read access to Device Provisioning Service data-plane properties.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Devices/provisioningServices/*/read\"],\"notDataActions\":[]}],\"createdOn\":\"2021-08-09T19:53:12.1374732Z\",\"updatedOn\":\"2021-11-11T20:15:18.0905503Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/10745317-c249-44a1-a5ce-3a4353c0bbd8\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"10745317-c249-44a1-a5ce-3a4353c0bbd8\"},{\"properties\":{\"roleName\":\"Device + Provisioning Service Data Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Allows + for full access to Device Provisioning Service data-plane operations.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Devices/provisioningServices/*\"],\"notDataActions\":[]}],\"createdOn\":\"2021-08-09T19:54:03.2783227Z\",\"updatedOn\":\"2021-11-11T20:15:18.2605302Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dfce44e4-17b7-4bd1-a6d1-04996ec95633\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dfce44e4-17b7-4bd1-a6d1-04996ec95633\"},{\"properties\":{\"roleName\":\"Code + Signing Certificate Profile Signer\",\"type\":\"BuiltInRole\",\"description\":\"Sign + files with a certificate profile. This role is in preview and subject to change.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CodeSigning/*/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.CodeSigning/certificateProfiles/Sign/action\"],\"notDataActions\":[]}],\"createdOn\":\"2021-08-16T23:17:53.0002693Z\",\"updatedOn\":\"2022-12-14T18:18:59.1104270Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2837e146-70d7-4cfd-ad55-7efa6464f958\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2837e146-70d7-4cfd-ad55-7efa6464f958\"},{\"properties\":{\"roleName\":\"Azure + Spring Cloud Service Registry Reader\",\"type\":\"BuiltInRole\",\"description\":\"Allow + read access to Azure Spring Cloud Service Registry\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/eurekaService/read\"],\"notDataActions\":[]}],\"createdOn\":\"2021-08-20T04:40:17.9785063Z\",\"updatedOn\":\"2021-11-11T20:15:18.9655101Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cff1b556-2399-4e7e-856d-a8f754be7b65\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cff1b556-2399-4e7e-856d-a8f754be7b65\"},{\"properties\":{\"roleName\":\"Azure + Spring Cloud Service Registry Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Allow + read, write and delete access to Azure Spring Cloud Service Registry\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/eurekaService/read\",\"Microsoft.AppPlatform/Spring/eurekaService/write\",\"Microsoft.AppPlatform/Spring/eurekaService/delete\"],\"notDataActions\":[]}],\"createdOn\":\"2021-08-20T04:42:38.9153779Z\",\"updatedOn\":\"2021-11-11T20:15:19.1405497Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f5880b48-c26d-48be-b172-7927bfa1c8f1\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f5880b48-c26d-48be-b172-7927bfa1c8f1\"},{\"properties\":{\"roleName\":\"Azure + Spring Cloud Config Server Reader\",\"type\":\"BuiltInRole\",\"description\":\"Allow + read access to Azure Spring Cloud Config Server\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/configService/read\"],\"notDataActions\":[]}],\"createdOn\":\"2021-08-26T01:50:51.5123701Z\",\"updatedOn\":\"2021-11-11T20:15:19.3155517Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d04c6db6-4947-4782-9e91-30a88feb7be7\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d04c6db6-4947-4782-9e91-30a88feb7be7\"},{\"properties\":{\"roleName\":\"Azure + Spring Cloud Config Server Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Allow + read, write and delete access to Azure Spring Cloud Config Server\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/configService/read\",\"Microsoft.AppPlatform/Spring/configService/write\",\"Microsoft.AppPlatform/Spring/configService/delete\"],\"notDataActions\":[]}],\"createdOn\":\"2021-09-06T02:30:47.8611580Z\",\"updatedOn\":\"2021-11-11T20:15:20.0405208Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a06f5c24-21a7-4e1a-aa2b-f19eb6684f5b\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a06f5c24-21a7-4e1a-aa2b-f19eb6684f5b\"},{\"properties\":{\"roleName\":\"Azure + VM Managed identities restore Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Azure + VM Managed identities restore Contributors are allowed to perform Azure VM + Restores with managed identities both user and system\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-09-13T05:27:59.2180214Z\",\"updatedOn\":\"2021-11-11T20:15:20.5805266Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6ae96244-5829-4925-a7d3-5975537d91dd\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6ae96244-5829-4925-a7d3-5975537d91dd\"},{\"properties\":{\"roleName\":\"Azure + Maps Search and Render Data Reader\",\"type\":\"BuiltInRole\",\"description\":\"Grants + access to very limited set of data APIs for common visual web SDK scenarios. + Specifically, render and search data APIs.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Maps/accounts/services/render/read\",\"Microsoft.Maps/accounts/services/search/read\"],\"notDataActions\":[]}],\"createdOn\":\"2021-10-01T22:17:50.5178931Z\",\"updatedOn\":\"2021-11-11T20:15:22.0455410Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6be48352-4f82-47c9-ad5e-0acacefdb005\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6be48352-4f82-47c9-ad5e-0acacefdb005\"},{\"properties\":{\"roleName\":\"Azure + Maps Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Grants access + all Azure Maps resource management.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Maps/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-10-01T22:19:13.1357904Z\",\"updatedOn\":\"2021-11-11T20:15:22.2455414Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dba33070-676a-4fb0-87fa-064dc56ff7fb\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dba33070-676a-4fb0-87fa-064dc56ff7fb\"},{\"properties\":{\"roleName\":\"Azure + Arc VMware VM Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Arc + VMware VM Contributor has permissions to perform all VM actions.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ConnectedVMwarevSphere/virtualmachines/*\",\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-10-18T20:19:53.0087024Z\",\"updatedOn\":\"2021-11-11T20:15:23.8706020Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b748a06d-6150-4f8a-aaa9-ce3940cd96cb\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b748a06d-6150-4f8a-aaa9-ce3940cd96cb\"},{\"properties\":{\"roleName\":\"Azure + Arc VMware Private Cloud User\",\"type\":\"BuiltInRole\",\"description\":\"Azure + Arc VMware Private Cloud User has permissions to use the VMware cloud resources + to deploy VMs.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ConnectedVMwarevSphere/virtualnetworks/join/action\",\"Microsoft.ConnectedVMwarevSphere/virtualnetworks/Read\",\"Microsoft.ConnectedVMwarevSphere/virtualmachinetemplates/clone/action\",\"Microsoft.ConnectedVMwarevSphere/virtualmachinetemplates/Read\",\"Microsoft.ConnectedVMwarevSphere/resourcepools/deploy/action\",\"Microsoft.ConnectedVMwarevSphere/resourcepools/Read\",\"Microsoft.ConnectedVMwarevSphere/hosts/deploy/action\",\"Microsoft.ConnectedVMwarevSphere/hosts/Read\",\"Microsoft.ConnectedVMwarevSphere/clusters/deploy/action\",\"Microsoft.ConnectedVMwarevSphere/clusters/Read\",\"Microsoft.ConnectedVMwarevSphere/datastores/allocateSpace/action\",\"Microsoft.ConnectedVMwarevSphere/datastores/Read\",\"Microsoft.ExtendedLocation/customLocations/Read\",\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-10-18T20:20:46.5105444Z\",\"updatedOn\":\"2022-11-14T18:04:31.5896097Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ce551c02-7c42-47e0-9deb-e3b6fc3a9a83\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ce551c02-7c42-47e0-9deb-e3b6fc3a9a83\"},{\"properties\":{\"roleName\":\"Azure + Arc VMware Administrator role \",\"type\":\"BuiltInRole\",\"description\":\"Arc + VMware VM Contributor has permissions to perform all connected VMwarevSphere + actions.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ConnectedVMwarevSphere/*\",\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-01T17:12:42.6172725Z\",\"updatedOn\":\"2021-11-11T20:15:25.1275776Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ddc140ed-e463-4246-9145-7c664192013f\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ddc140ed-e463-4246-9145-7c664192013f\"},{\"properties\":{\"roleName\":\"Cognitive + Services LUIS Owner\",\"type\":\"BuiltInRole\",\"description\":\" Has access + to all Read, Test, Write, Deploy and Delete functions under LUIS\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.CognitiveServices/accounts/listkeys/action\",\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/LUIS/*\"],\"notDataActions\":[]}],\"createdOn\":\"2021-11-04T03:28:02.9611800Z\",\"updatedOn\":\"2021-11-11T20:15:25.4884913Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f72c8140-2111-481c-87ff-72b910f6e3f8\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f72c8140-2111-481c-87ff-72b910f6e3f8\"},{\"properties\":{\"roleName\":\"Cognitive + Services Language Reader\",\"type\":\"BuiltInRole\",\"description\":\"Has + access to Read and Test functions under Language portal\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/*/read\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/*/read\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/projects/export/action\",\"Microsoft.CognitiveServices/accounts/Language/*/read\",\"Microsoft.CognitiveServices/accounts/Language/*/projects/export/action\",\"Microsoft.CognitiveServices/accounts/Language/query-text/action\",\"Microsoft.CognitiveServices/accounts/Language/query-dataverse/action\",\"Microsoft.CognitiveServices/accounts/Language/analyze-text/jobs/action\",\"Microsoft.CognitiveServices/accounts/Language/analyze-text/action\",\"Microsoft.CognitiveServices/accounts/Language/analyze-text/jobscancel/action\",\"Microsoft.CognitiveServices/accounts/Language/analyze-conversations/action\",\"Microsoft.CognitiveServices/accounts/Language/analyze-conversations/jobscancel/action\",\"Microsoft.CognitiveServices/accounts/Language/analyze-conversations/jobs/action\",\"Microsoft.CognitiveServices/accounts/Language/query-knowledgebases/action\",\"Microsoft.CognitiveServices/accounts/Language/generate/action\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/*\"],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnaMaker/*\"]}],\"createdOn\":\"2021-11-04T03:29:14.7643336Z\",\"updatedOn\":\"2023-03-01T16:11:03.4080312Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7628b7b8-a8b2-4cdc-b46f-e9b35248918e\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7628b7b8-a8b2-4cdc-b46f-e9b35248918e\"},{\"properties\":{\"roleName\":\"Cognitive + Services Language Writer\",\"type\":\"BuiltInRole\",\"description\":\" Has + access to all Read, Test, and Write functions under Language Portal\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/*\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/*\",\"Microsoft.CognitiveServices/accounts/Language/*\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/*\"],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/projects/publish/action\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/projects/deployments/write\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnaMaker/*\",\"Microsoft.CognitiveServices/accounts/Language/*/projects/delete\",\"Microsoft.CognitiveServices/accounts/Language/*/projects/deployments/write\",\"Microsoft.CognitiveServices/accounts/Language/*/projects/deployments/delete\",\"Microsoft.CognitiveServices/accounts/Language/*/projects/deployments/swap/action\"]}],\"createdOn\":\"2021-11-04T03:29:39.5761019Z\",\"updatedOn\":\"2022-03-30T00:16:38.3744561Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f2310ca1-dc64-4889-bb49-c8e0fa3d47a8\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f2310ca1-dc64-4889-bb49-c8e0fa3d47a8\"},{\"properties\":{\"roleName\":\"Cognitive + Services Language Owner\",\"type\":\"BuiltInRole\",\"description\":\"Has access + to all Read, Test, Write, Deploy and Delete functions under Language portal\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.CognitiveServices/accounts/listkeys/action\",\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/*\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/*\",\"Microsoft.CognitiveServices/accounts/Language/*\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/*\"],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnaMaker/*\"]}],\"createdOn\":\"2021-11-04T03:30:07.6173528Z\",\"updatedOn\":\"2022-03-30T00:16:39.0775846Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f07febfe-79bc-46b1-8b37-790e26e6e498\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f07febfe-79bc-46b1-8b37-790e26e6e498\"},{\"properties\":{\"roleName\":\"Cognitive + Services LUIS Reader\",\"type\":\"BuiltInRole\",\"description\":\"Has access + to Read and Test functions under LUIS.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/LUIS/*/read\",\"Microsoft.CognitiveServices/accounts/LUIS/apps/testdatasets/write\"],\"notDataActions\":[]}],\"createdOn\":\"2021-11-04T03:30:31.2704834Z\",\"updatedOn\":\"2021-11-11T20:15:26.2134821Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e81cdc-4e98-4e29-a639-e7d10c5a6226\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18e81cdc-4e98-4e29-a639-e7d10c5a6226\"},{\"properties\":{\"roleName\":\"Cognitive + Services LUIS Writer\",\"type\":\"BuiltInRole\",\"description\":\"Has access + to all Read, Test, and Write functions under LUIS\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/LUIS/*\"],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/LUIS/apps/delete\",\"Microsoft.CognitiveServices/accounts/LUIS/apps/move/action\",\"Microsoft.CognitiveServices/accounts/LUIS/apps/publish/action\",\"Microsoft.CognitiveServices/accounts/LUIS/apps/settings/write\",\"Microsoft.CognitiveServices/accounts/LUIS/apps/azureaccounts/action\",\"Microsoft.CognitiveServices/accounts/LUIS/apps/azureaccounts/delete\"]}],\"createdOn\":\"2021-11-04T03:31:12.1580052Z\",\"updatedOn\":\"2021-11-11T20:15:26.3934523Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6322a993-d5c9-4bed-b113-e49bbea25b27\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6322a993-d5c9-4bed-b113-e49bbea25b27\"},{\"properties\":{\"roleName\":\"PlayFab + Reader\",\"type\":\"BuiltInRole\",\"description\":\"Provides read access to + PlayFab resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.PlayFab/*/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-04T23:26:57.2248605Z\",\"updatedOn\":\"2021-11-11T20:15:26.5784834Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a9a19cc5-31f4-447c-901f-56c0bb18fcaf\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a9a19cc5-31f4-447c-901f-56c0bb18fcaf\"},{\"properties\":{\"roleName\":\"Load + Test Contributor\",\"type\":\"BuiltInRole\",\"description\":\"View, create, + update, delete and execute load tests. View and list load test resources but + can not make any changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LoadTestService/*/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.LoadTestService/loadtests/*\"],\"notDataActions\":[]}],\"createdOn\":\"2021-11-09T08:11:21.0936461Z\",\"updatedOn\":\"2021-11-11T20:15:27.1189225Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/749a398d-560b-491b-bb21-08924219302e\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"749a398d-560b-491b-bb21-08924219302e\"},{\"properties\":{\"roleName\":\"Load + Test Owner\",\"type\":\"BuiltInRole\",\"description\":\"Execute all operations + on load test resources and load tests\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LoadTestService/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.LoadTestService/*\"],\"notDataActions\":[]}],\"createdOn\":\"2021-11-09T08:12:24.5500195Z\",\"updatedOn\":\"2021-11-11T20:15:27.2897153Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45bb0b16-2f0c-4e78-afaa-a07599b003f6\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"45bb0b16-2f0c-4e78-afaa-a07599b003f6\"},{\"properties\":{\"roleName\":\"PlayFab + Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Provides contributor + access to PlayFab resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.PlayFab/*/read\",\"Microsoft.PlayFab/*/write\",\"Microsoft.PlayFab/*/delete\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-10T00:55:37.3326276Z\",\"updatedOn\":\"2021-11-11T20:15:28.0547167Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0c8b84dc-067c-4039-9615-fa1a4b77c726\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0c8b84dc-067c-4039-9615-fa1a4b77c726\"},{\"properties\":{\"roleName\":\"Load + Test Reader\",\"type\":\"BuiltInRole\",\"description\":\"View and list all + load tests and load test resources but can not make any changes\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LoadTestService/*/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.LoadTestService/loadtests/readTest/action\"],\"notDataActions\":[]}],\"createdOn\":\"2021-11-10T06:14:08.3903105Z\",\"updatedOn\":\"2021-11-11T20:15:28.2297181Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3ae3fb29-0000-4ccd-bf80-542e7b26e081\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3ae3fb29-0000-4ccd-bf80-542e7b26e081\"},{\"properties\":{\"roleName\":\"Cognitive + Services Immersive Reader User\",\"type\":\"BuiltInRole\",\"description\":\"Provides + access to create Immersive Reader sessions and call APIs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/ImmersiveReader/getcontentmodelforreader/action\"],\"notDataActions\":[]}],\"createdOn\":\"2021-11-10T19:52:14.4487503Z\",\"updatedOn\":\"2021-11-11T20:15:28.4146975Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b2de6794-95db-4659-8781-7e080d3f2b9d\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b2de6794-95db-4659-8781-7e080d3f2b9d\"},{\"properties\":{\"roleName\":\"Lab + Services Contributor\",\"type\":\"BuiltInRole\",\"description\":\"The lab + services contributor role\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LabServices/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.LabServices/labPlans/createLab/action\"],\"notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:51:03.3308981Z\",\"updatedOn\":\"2021-11-11T20:15:28.7792013Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f69b8690-cc87-41d6-b77a-a4bc3c0a966f\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f69b8690-cc87-41d6-b77a-a4bc3c0a966f\"},{\"properties\":{\"roleName\":\"Lab + Services Reader\",\"type\":\"BuiltInRole\",\"description\":\"The lab services + reader role\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LabServices/*/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:55:30.4208618Z\",\"updatedOn\":\"2021-11-11T20:15:28.9592032Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a5c394f-5eb7-4d4f-9c8e-e8eae39faebc\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2a5c394f-5eb7-4d4f-9c8e-e8eae39faebc\"},{\"properties\":{\"roleName\":\"Lab + Assistant\",\"type\":\"BuiltInRole\",\"description\":\"The lab assistant role\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\",\"Microsoft.LabServices/labs/read\",\"Microsoft.LabServices/labs/schedules/read\",\"Microsoft.LabServices/labs/users/read\",\"Microsoft.LabServices/labs/users/invite/action\",\"Microsoft.LabServices/labs/virtualMachines/read\",\"Microsoft.LabServices/labs/virtualMachines/start/action\",\"Microsoft.LabServices/labs/virtualMachines/stop/action\",\"Microsoft.LabServices/labs/virtualMachines/reimage/action\",\"Microsoft.LabServices/labs/virtualMachines/redeploy/action\",\"Microsoft.LabServices/locations/usages/read\",\"Microsoft.LabServices/skus/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:56:10.4295443Z\",\"updatedOn\":\"2021-11-11T20:15:29.1442530Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ce40b423-cede-4313-a93f-9b28290b72e1\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ce40b423-cede-4313-a93f-9b28290b72e1\"},{\"properties\":{\"roleName\":\"Lab + Operator\",\"type\":\"BuiltInRole\",\"description\":\"The lab operator role\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\",\"Microsoft.LabServices/labPlans/saveImage/action\",\"Microsoft.LabServices/labs/publish/action\",\"Microsoft.LabServices/labs/read\",\"Microsoft.LabServices/labs/schedules/read\",\"Microsoft.LabServices/labs/schedules/write\",\"Microsoft.LabServices/labs/schedules/delete\",\"Microsoft.LabServices/labs/users/read\",\"Microsoft.LabServices/labs/users/write\",\"Microsoft.LabServices/labs/users/delete\",\"Microsoft.LabServices/labs/users/invite/action\",\"Microsoft.LabServices/labs/virtualMachines/read\",\"Microsoft.LabServices/labs/virtualMachines/start/action\",\"Microsoft.LabServices/labs/virtualMachines/stop/action\",\"Microsoft.LabServices/labs/virtualMachines/reimage/action\",\"Microsoft.LabServices/labs/virtualMachines/redeploy/action\",\"Microsoft.LabServices/labs/virtualMachines/resetPassword/action\",\"Microsoft.LabServices/locations/usages/read\",\"Microsoft.LabServices/skus/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:56:41.9942935Z\",\"updatedOn\":\"2021-11-11T20:15:29.3242664Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a36e6959-b6be-4b12-8e9f-ef4b474d304d\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a36e6959-b6be-4b12-8e9f-ef4b474d304d\"},{\"properties\":{\"roleName\":\"Lab + Contributor\",\"type\":\"BuiltInRole\",\"description\":\"The lab contributor + role\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\",\"Microsoft.LabServices/labPlans/saveImage/action\",\"Microsoft.LabServices/labs/read\",\"Microsoft.LabServices/labs/write\",\"Microsoft.LabServices/labs/delete\",\"Microsoft.LabServices/labs/publish/action\",\"Microsoft.LabServices/labs/syncGroup/action\",\"Microsoft.LabServices/labs/schedules/read\",\"Microsoft.LabServices/labs/schedules/write\",\"Microsoft.LabServices/labs/schedules/delete\",\"Microsoft.LabServices/labs/users/read\",\"Microsoft.LabServices/labs/users/write\",\"Microsoft.LabServices/labs/users/delete\",\"Microsoft.LabServices/labs/users/invite/action\",\"Microsoft.LabServices/labs/virtualMachines/read\",\"Microsoft.LabServices/labs/virtualMachines/start/action\",\"Microsoft.LabServices/labs/virtualMachines/stop/action\",\"Microsoft.LabServices/labs/virtualMachines/reimage/action\",\"Microsoft.LabServices/labs/virtualMachines/redeploy/action\",\"Microsoft.LabServices/labs/virtualMachines/resetPassword/action\",\"Microsoft.LabServices/locations/usages/read\",\"Microsoft.LabServices/skus/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.LabServices/labPlans/createLab/action\"],\"notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:57:05.9018065Z\",\"updatedOn\":\"2021-11-11T20:15:29.4992096Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5daaa2af-1fe8-407c-9122-bba179798270\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5daaa2af-1fe8-407c-9122-bba179798270\"},{\"properties\":{\"roleName\":\"Security + Admin\",\"type\":\"BuiltInRole\",\"description\":\"Security Admin Role\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Authorization/policyAssignments/*\",\"Microsoft.Authorization/policyDefinitions/*\",\"Microsoft.Authorization/policyExemptions/*\",\"Microsoft.Authorization/policySetDefinitions/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Management/managementGroups/read\",\"Microsoft.operationalInsights/workspaces/*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Security/*\",\"Microsoft.IoTSecurity/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-03T07:51:23.0917487Z\",\"updatedOn\":\"2021-11-15T06:42:49.8263550Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fb1c8493-542b-48eb-b624-b4c8fea62acd\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fb1c8493-542b-48eb-b624-b4c8fea62acd\"},{\"properties\":{\"roleName\":\"Web + PubSub Service Owner\",\"type\":\"BuiltInRole\",\"description\":\"Full access + to Azure Web PubSub Service REST APIs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SignalRService/WebPubSub/*\"],\"notDataActions\":[]}],\"createdOn\":\"2021-03-24T09:10:11.8335180Z\",\"updatedOn\":\"2023-04-06T15:21:51.7148896Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/12cf5a90-567b-43ae-8102-96cf46c7d9b4\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"12cf5a90-567b-43ae-8102-96cf46c7d9b4\"},{\"properties\":{\"roleName\":\"Web + PubSub Service Reader\",\"type\":\"BuiltInRole\",\"description\":\"Read-only + access to Azure Web PubSub Service REST APIs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SignalRService/WebPubSub/*/read\"],\"notDataActions\":[]}],\"createdOn\":\"2021-03-24T09:11:12.6235436Z\",\"updatedOn\":\"2023-04-06T15:21:51.6558878Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bfb1c7d2-fb1a-466b-b2ba-aee63b92deaf\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bfb1c7d2-fb1a-466b-b2ba-aee63b92deaf\"},{\"properties\":{\"roleName\":\"SignalR + App Server\",\"type\":\"BuiltInRole\",\"description\":\"Lets your app server + access SignalR Service with AAD auth options.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SignalRService/SignalR/auth/accessKey/action\",\"Microsoft.SignalRService/SignalR/serverConnection/write\",\"Microsoft.SignalRService/SignalR/clientConnection/write\"],\"notDataActions\":[]}],\"createdOn\":\"2020-07-29T06:54:40.1201435Z\",\"updatedOn\":\"2021-11-16T05:19:04.8579948Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/420fcaa2-552c-430f-98ca-3264be4806c7\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"420fcaa2-552c-430f-98ca-3264be4806c7\"},{\"properties\":{\"roleName\":\"Virtual + Machine User Login\",\"type\":\"BuiltInRole\",\"description\":\"View Virtual + Machines in the portal and login as a regular user.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Compute/virtualMachines/*/read\",\"Microsoft.HybridCompute/machines/*/read\",\"Microsoft.HybridConnectivity/endpoints/listCredentials/action\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Compute/virtualMachines/login/action\",\"Microsoft.HybridCompute/machines/login/action\"],\"notDataActions\":[]}],\"createdOn\":\"2018-02-09T18:36:13.3315744Z\",\"updatedOn\":\"2021-11-18T00:55:50.6185845Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fb879df8-f326-4884-b1cf-06f3ad86be52\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fb879df8-f326-4884-b1cf-06f3ad86be52\"},{\"properties\":{\"roleName\":\"Virtual + Machine Administrator Login\",\"type\":\"BuiltInRole\",\"description\":\"View + Virtual Machines in the portal and login as administrator\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Compute/virtualMachines/*/read\",\"Microsoft.HybridCompute/machines/*/read\",\"Microsoft.HybridConnectivity/endpoints/listCredentials/action\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Compute/virtualMachines/login/action\",\"Microsoft.Compute/virtualMachines/loginAsAdmin/action\",\"Microsoft.HybridCompute/machines/login/action\",\"Microsoft.HybridCompute/machines/loginAsAdmin/action\"],\"notDataActions\":[]}],\"createdOn\":\"2018-02-09T18:36:13.3315744Z\",\"updatedOn\":\"2021-11-18T00:56:53.8134295Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1c0163c0-47e6-4577-8991-ea5c82e286e4\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1c0163c0-47e6-4577-8991-ea5c82e286e4\"},{\"properties\":{\"roleName\":\"Azure + Connected Machine Resource Administrator\",\"type\":\"BuiltInRole\",\"description\":\"Can + read, write, delete and re-onboard Azure Connected Machines.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/read\",\"Microsoft.HybridCompute/machines/write\",\"Microsoft.HybridCompute/machines/delete\",\"Microsoft.HybridCompute/machines/UpgradeExtensions/action\",\"Microsoft.HybridCompute/machines/extensions/read\",\"Microsoft.HybridCompute/machines/extensions/write\",\"Microsoft.HybridCompute/machines/extensions/delete\",\"Microsoft.HybridCompute/privateLinkScopes/*\",\"Microsoft.HybridCompute/*/read\",\"Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-10-23T20:24:59.1474607Z\",\"updatedOn\":\"2021-12-15T16:10:25.5898511Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cd570a14-e51a-42ad-bac8-bafd67325302\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cd570a14-e51a-42ad-bac8-bafd67325302\"},{\"properties\":{\"roleName\":\"Backup + Operator\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage backup + services, except removal of backup, vault creation and giving access to others\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/backup/action\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationsStatus/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/provisionInstantItemRecovery/action\",\"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/accessToken/action\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/restore/action\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/revokeInstantItemRecovery/action\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/refreshContainers/action\",\"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/certificates/write\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/write\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\",\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/write\",\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.RecoveryServices/Vaults/backupstorageconfig/*\",\"Microsoft.RecoveryServices/Vaults/backupValidateOperation/action\",\"Microsoft.RecoveryServices/Vaults/backupTriggerValidateOperation/action\",\"Microsoft.RecoveryServices/Vaults/backupValidateOperationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupValidateOperationsStatuses/read\",\"Microsoft.RecoveryServices/Vaults/backupOperations/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operations/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/write\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/inquire/action\",\"Microsoft.RecoveryServices/Vaults/backupEngines/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/write\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectableContainers/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/items/read\",\"Microsoft.RecoveryServices/locations/backupStatus/action\",\"Microsoft.RecoveryServices/locations/backupPreValidateProtection/action\",\"Microsoft.RecoveryServices/locations/backupValidateFeatures/action\",\"Microsoft.RecoveryServices/locations/backupAadProperties/read\",\"Microsoft.RecoveryServices/locations/backupCrrJobs/action\",\"Microsoft.RecoveryServices/locations/backupCrrJob/action\",\"Microsoft.RecoveryServices/locations/backupCrossRegionRestore/action\",\"Microsoft.RecoveryServices/locations/backupCrrOperationResults/read\",\"Microsoft.RecoveryServices/locations/backupCrrOperationsStatus/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/write\",\"Microsoft.RecoveryServices/operations/read\",\"Microsoft.RecoveryServices/locations/operationStatus/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionIntents/read\",\"Microsoft.Support/*\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\",\"Microsoft.DataProtection/backupVaults/deletedBackupInstances/read\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\",\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\",\"Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges/action\",\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/operationResults/read\",\"Microsoft.DataProtection/backupVaults/operationStatus/read\",\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/locations/operationStatus/read\",\"Microsoft.DataProtection/locations/operationResults/read\",\"Microsoft.DataProtection/operations/read\",\"Microsoft.DataProtection/backupVaults/validateForBackup/action\",\"Microsoft.DataProtection/backupVaults/backupInstances/backup/action\",\"Microsoft.DataProtection/backupVaults/backupInstances/validateRestore/action\",\"Microsoft.DataProtection/backupVaults/backupInstances/restore/action\",\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/crossRegionRestore/action\",\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/validateCrossRegionRestore/action\",\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJobs/action\",\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJob/action\",\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchSecondaryRecoveryPoints/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-01-03T13:21:11.8947640Z\",\"updatedOn\":\"2023-05-22T15:13:04.9029830Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"00c29273-979b-4161-815c-10b084fb9324\"},{\"properties\":{\"roleName\":\"Workbook + Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Can save shared workbooks.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/workbooks/write\",\"Microsoft.Insights/workbooks/delete\",\"Microsoft.Insights/workbooks/read\",\"Microsoft.Insights/workbooks/revisions/read\",\"Microsoft.Insights/workbooktemplates/write\",\"Microsoft.Insights/workbooktemplates/delete\",\"Microsoft.Insights/workbooktemplates/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T20:59:42.4820277Z\",\"updatedOn\":\"2022-12-12T18:07:19.5792794Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e8ddcd69-c73f-4f9f-9844-4100522f16ad\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e8ddcd69-c73f-4f9f-9844-4100522f16ad\"},{\"properties\":{\"roleName\":\"Workbook + Reader\",\"type\":\"BuiltInRole\",\"description\":\"Can read workbooks.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"microsoft.insights/workbooks/read\",\"microsoft.insights/workbooks/revisions/read\",\"microsoft.insights/workbooktemplates/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T20:56:17.6808140Z\",\"updatedOn\":\"2022-12-12T18:07:19.5792794Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b279062a-9be3-42a0-92ae-8b3cf002ec4d\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b279062a-9be3-42a0-92ae-8b3cf002ec4d\"},{\"properties\":{\"roleName\":\"Monitoring + Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Can read all monitoring + data and update monitoring settings.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.AlertsManagement/alerts/*\",\"Microsoft.AlertsManagement/alertsSummary/*\",\"Microsoft.Insights/actiongroups/*\",\"Microsoft.Insights/activityLogAlerts/*\",\"Microsoft.Insights/AlertRules/*\",\"Microsoft.Insights/components/*\",\"Microsoft.Insights/createNotifications/*\",\"Microsoft.Insights/dataCollectionEndpoints/*\",\"Microsoft.Insights/dataCollectionRules/*\",\"Microsoft.Insights/dataCollectionRuleAssociations/*\",\"Microsoft.Insights/DiagnosticSettings/*\",\"Microsoft.Insights/eventtypes/*\",\"Microsoft.Insights/LogDefinitions/*\",\"Microsoft.Insights/metricalerts/*\",\"Microsoft.Insights/MetricDefinitions/*\",\"Microsoft.Insights/Metrics/*\",\"Microsoft.Insights/notificationStatus/*\",\"Microsoft.Insights/Register/Action\",\"Microsoft.Insights/scheduledqueryrules/*\",\"Microsoft.Insights/webtests/*\",\"Microsoft.Insights/workbooks/*\",\"Microsoft.Insights/workbooktemplates/*\",\"Microsoft.Insights/privateLinkScopes/*\",\"Microsoft.Insights/privateLinkScopeOperationStatuses/*\",\"Microsoft.OperationalInsights/workspaces/write\",\"Microsoft.OperationalInsights/workspaces/intelligencepacks/*\",\"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\"Microsoft.OperationalInsights/workspaces/search/action\",\"Microsoft.OperationalInsights/workspaces/sharedKeys/action\",\"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/*\",\"Microsoft.Support/*\",\"Microsoft.WorkloadMonitor/monitors/*\",\"Microsoft.AlertsManagement/smartDetectorAlertRules/*\",\"Microsoft.AlertsManagement/actionRules/*\",\"Microsoft.AlertsManagement/smartGroups/*\",\"Microsoft.AlertsManagement/migrateFromSmartDetection/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-09-21T19:21:08.4345976Z\",\"updatedOn\":\"2022-09-06T19:22:59.9084089Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/749f88d5-cbae-40b8-bcfc-e573ddc772fa\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"749f88d5-cbae-40b8-bcfc-e573ddc772fa\"},{\"properties\":{\"roleName\":\"Monitoring + Metrics Publisher\",\"type\":\"BuiltInRole\",\"description\":\"Enables publishing + metrics against Azure resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/Register/Action\",\"Microsoft.Support/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Insights/Metrics/Write\",\"Microsoft.Insights/Telemetry/Write\"],\"notDataActions\":[]}],\"createdOn\":\"2018-08-14T00:36:16.5610279Z\",\"updatedOn\":\"2022-01-04T00:38:04.0289073Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3913510d-42f4-4e42-8a64-420c390055eb\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3913510d-42f4-4e42-8a64-420c390055eb\"},{\"properties\":{\"roleName\":\"Purview + role 1 (Deprecated)\",\"type\":\"BuiltInRole\",\"description\":\"Deprecated + role.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Purview/accounts/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Purview/accounts/data/read\",\"Microsoft.Purview/accounts/data/write\"],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:37:15.0123345Z\",\"updatedOn\":\"2022-01-04T00:43:15.6924286Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8a3c2885-9b38-4fd2-9d99-91af537c1347\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8a3c2885-9b38-4fd2-9d99-91af537c1347\"},{\"properties\":{\"roleName\":\"Purview + role 2 (Deprecated)\",\"type\":\"BuiltInRole\",\"description\":\"Deprecated + role.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Purview/accounts/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Purview/accounts/scan/read\",\"Microsoft.Purview/accounts/scan/write\"],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:40:05.0975648Z\",\"updatedOn\":\"2022-01-04T00:47:22.9678219Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/200bba9e-f0c8-430f-892b-6f0794863803\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"200bba9e-f0c8-430f-892b-6f0794863803\"},{\"properties\":{\"roleName\":\"Purview + role 3 (Deprecated)\",\"type\":\"BuiltInRole\",\"description\":\"Deprecated + role.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Purview/accounts/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Purview/accounts/data/read\"],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:39:22.2344740Z\",\"updatedOn\":\"2022-01-04T00:48:08.2844802Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ff100721-1b9d-43d8-af52-42b69c1272db\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ff100721-1b9d-43d8-af52-42b69c1272db\"},{\"properties\":{\"roleName\":\"Autonomous + Development Platform Data Contributor (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Grants + permissions to upload and manage new Autonomous Development Platform measurements.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/discoveries/*\",\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/uploads/*\",\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/measurements/states/new/*\",\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/measurementCollections/*\",\"Microsoft.AutonomousDevelopmentPlatform/accounts/measurementCollections/*\",\"Microsoft.AutonomousDevelopmentPlatform/workspaces/read\",\"Microsoft.AutonomousDevelopmentPlatform/workspaces/discoveries/*\",\"Microsoft.AutonomousDevelopmentPlatform/workspaces/uploads/*\",\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/states/new/*\",\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/classifications/*\",\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/dataStreams/classifications/*\",\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurementCollections/*\"],\"notDataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/measurements/states/new/changeState/action\",\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/states/new/changeState/action\"]}],\"createdOn\":\"2020-12-15T11:30:01.7459379Z\",\"updatedOn\":\"2022-09-15T19:15:50.9036822Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b8b15564-4fa6-4a59-ab12-03e1d9594795\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b8b15564-4fa6-4a59-ab12-03e1d9594795\"},{\"properties\":{\"roleName\":\"Autonomous + Development Platform Data Owner (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Grants + full access to Autonomous Development Platform data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/*\"],\"notDataActions\":[]}],\"createdOn\":\"2020-12-15T12:13:59.9702378Z\",\"updatedOn\":\"2022-01-04T13:20:26.2040404Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/27f8b550-c507-4db9-86f2-f4b8e816d59d\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"27f8b550-c507-4db9-86f2-f4b8e816d59d\"},{\"properties\":{\"roleName\":\"Autonomous + Development Platform Data Reader (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Grants + read access to Autonomous Development Platform data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"],\"notDataActions\":[]}],\"createdOn\":\"2020-12-15T12:11:31.9843256Z\",\"updatedOn\":\"2022-01-04T13:21:04.3207709Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d63b75f7-47ea-4f27-92ac-e0d173aaf093\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d63b75f7-47ea-4f27-92ac-e0d173aaf093\"},{\"properties\":{\"roleName\":\"Key + Vault Crypto Officer\",\"type\":\"BuiltInRole\",\"description\":\"Perform + any action on the keys of a key vault, except manage permissions. Only works + for key vaults that use the 'Azure role-based access control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\",\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\",\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/keys/*\",\"Microsoft.KeyVault/vaults/keyrotationpolicies/*\"],\"notDataActions\":[]}],\"createdOn\":\"2020-05-19T17:52:47.0099249Z\",\"updatedOn\":\"2022-01-06T23:21:17.9760884Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/14b46e9e-c2b7-41b4-b07b-48a6ebf60603\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"14b46e9e-c2b7-41b4-b07b-48a6ebf60603\"},{\"properties\":{\"roleName\":\"Device + Update Deployments Reader\",\"type\":\"BuiltInRole\",\"description\":\"Gives + you read access to management operations, but does not allow making changes\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.DeviceUpdate/accounts/instances/management/read\",\"Microsoft.DeviceUpdate/accounts/instances/updates/read\"],\"notDataActions\":[]}],\"createdOn\":\"2020-08-22T00:01:34.7053630Z\",\"updatedOn\":\"2022-01-13T01:35:51.6463216Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/49e2f5d2-7741-4835-8efa-19e1fe35e47f\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"49e2f5d2-7741-4835-8efa-19e1fe35e47f\"},{\"properties\":{\"roleName\":\"Device + Update Deployments Administrator\",\"type\":\"BuiltInRole\",\"description\":\"Gives + you full access to management operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.DeviceUpdate/accounts/instances/management/read\",\"Microsoft.DeviceUpdate/accounts/instances/management/write\",\"Microsoft.DeviceUpdate/accounts/instances/management/delete\",\"Microsoft.DeviceUpdate/accounts/instances/updates/read\"],\"notDataActions\":[]}],\"createdOn\":\"2020-08-21T23:59:52.1001666Z\",\"updatedOn\":\"2022-01-13T01:59:19.4616366Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e4237640-0e3d-4a46-8fda-70bc94856432\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e4237640-0e3d-4a46-8fda-70bc94856432\"},{\"properties\":{\"roleName\":\"Azure + Arc VMware Private Clouds Onboarding\",\"type\":\"BuiltInRole\",\"description\":\"Azure + Arc VMware Private Clouds Onboarding role has permissions to provision all + the required resources for onboard and deboard vCenter instances to Azure.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ConnectedVMwarevSphere/vcenters/Write\",\"Microsoft.ConnectedVMwarevSphere/vcenters/Read\",\"Microsoft.ConnectedVMwarevSphere/vcenters/Delete\",\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.KubernetesConfiguration/extensions/Write\",\"Microsoft.KubernetesConfiguration/extensions/Read\",\"Microsoft.KubernetesConfiguration/extensions/Delete\",\"Microsoft.KubernetesConfiguration/operations/read\",\"Microsoft.ExtendedLocation/customLocations/Read\",\"Microsoft.ExtendedLocation/customLocations/Write\",\"Microsoft.ExtendedLocation/customLocations/Delete\",\"Microsoft.ExtendedLocation/customLocations/deploy/action\",\"Microsoft.ResourceConnector/appliances/Read\",\"Microsoft.ResourceConnector/appliances/Write\",\"Microsoft.ResourceConnector/appliances/Delete\",\"Microsoft.BackupSolutions/vmwareapplications/write\",\"Microsoft.BackupSolutions/vmwareapplications/delete\",\"Microsoft.BackupSolutions/vmwareapplications/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-01T22:18:08.4480747Z\",\"updatedOn\":\"2022-09-27T19:16:52.1052938Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/67d33e57-3129-45e6-bb0b-7cc522f762fa\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"67d33e57-3129-45e6-bb0b-7cc522f762fa\"},{\"properties\":{\"roleName\":\"Chamber + Admin\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage everything + under your Modeling and Simulation Workbench chamber.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ModSimWorkbench/*/read\",\"Microsoft.ModSimWorkbench/workbenches/chambers/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[\"Microsoft.ModSimWorkbench/workbenches/chambers/fileRequests/manage/action\"],\"dataActions\":[\"Microsoft.ModSimWorkbench/workbenches/chambers/upload/action\",\"Microsoft.ModSimWorkbench/workbenches/chambers/files/*\"],\"notDataActions\":[]}],\"createdOn\":\"2021-12-15T20:53:14.4428297Z\",\"updatedOn\":\"2023-02-13T16:14:49.7063543Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4e9b8407-af2e-495b-ae54-bb60a55b1b5a\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4e9b8407-af2e-495b-ae54-bb60a55b1b5a\"},{\"properties\":{\"roleName\":\"Microsoft + Sentinel Automation Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Microsoft + Sentinel Automation Contributor\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Logic/workflows/triggers/read\",\"Microsoft.Logic/workflows/triggers/listCallbackUrl/action\",\"Microsoft.Logic/workflows/runs/read\",\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/read\",\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/listCallbackUrl/action\",\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-01-24T08:50:52.0382991Z\",\"updatedOn\":\"2022-01-26T09:25:00.4699337Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f4c81013-99ee-4d62-a7ee-b3f1f648599a\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f4c81013-99ee-4d62-a7ee-b3f1f648599a\"},{\"properties\":{\"roleName\":\"CDN + Endpoint Reader\",\"type\":\"BuiltInRole\",\"description\":\"Can view CDN + endpoints, but can\u2019t make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\",\"Microsoft.Cdn/profiles/endpoints/*/read\",\"Microsoft.Cdn/profiles/afdendpoints/validateCustomDomain/action\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2022-01-26T19:51:29.2636610Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/871e35f6-b5c1-49cc-a043-bde969a0f2cd\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"871e35f6-b5c1-49cc-a043-bde969a0f2cd\"},{\"properties\":{\"roleName\":\"Chamber + User\",\"type\":\"BuiltInRole\",\"description\":\"Lets you view everything + under your Modeling and Simulation Workbench chamber, but not make any changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ModSimWorkbench/workbenches/chambers/*/read\",\"Microsoft.ModSimWorkbench/workbenches/chambers/workloads/*\",\"Microsoft.ModSimWorkbench/workbenches/chambers/getUploadUri/action\",\"Microsoft.ModSimWorkbench/workbenches/chambers/fileRequests/getDownloadUri/action\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.ModSimWorkbench/workbenches/chambers/upload/action\"],\"notDataActions\":[]}],\"createdOn\":\"2021-12-15T20:51:06.2119764Z\",\"updatedOn\":\"2023-02-13T16:14:49.7073547Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4447db05-44ed-4da3-ae60-6cbece780e32\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4447db05-44ed-4da3-ae60-6cbece780e32\"},{\"properties\":{\"roleName\":\"Cognitive + Services Speech User\",\"type\":\"BuiltInRole\",\"description\":\"Access to + the real-time speech recognition and batch transcription APIs, real-time speech + synthesis and long audio APIs, as well as to read the data/test/model/endpoint + for custom models, but can\u2019t create, delete or modify the data/test/model/endpoint + for custom models.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/SpeechServices/*/read\",\"Microsoft.CognitiveServices/accounts/SpeechServices/*/transcriptions/read\",\"Microsoft.CognitiveServices/accounts/SpeechServices/*/transcriptions/write\",\"Microsoft.CognitiveServices/accounts/SpeechServices/*/transcriptions/delete\",\"Microsoft.CognitiveServices/accounts/SpeechServices/*/frontend/action\",\"Microsoft.CognitiveServices/accounts/SpeechServices/text-dependent/*/action\",\"Microsoft.CognitiveServices/accounts/SpeechServices/text-independent/*/action\",\"Microsoft.CognitiveServices/accounts/CustomVoice/*/read\",\"Microsoft.CognitiveServices/accounts/CustomVoice/evaluations/*\",\"Microsoft.CognitiveServices/accounts/CustomVoice/longaudiosynthesis/*\",\"Microsoft.CognitiveServices/accounts/AudioContentCreation/*\"],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVoice/datasets/files/read\",\"Microsoft.CognitiveServices/accounts/CustomVoice/datasets/utterances/read\"]}],\"createdOn\":\"2021-03-30T11:28:27.4339032Z\",\"updatedOn\":\"2022-05-23T19:12:17.2452043Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f2dc8367-1007-4938-bd23-fe263f013447\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f2dc8367-1007-4938-bd23-fe263f013447\"},{\"properties\":{\"roleName\":\"Windows + Admin Center Administrator Login\",\"type\":\"BuiltInRole\",\"description\":\"Let's + you manage the OS of your resource via Windows Admin Center as an administrator.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/*/read\",\"Microsoft.HybridCompute/machines/extensions/*\",\"Microsoft.HybridCompute/machines/upgradeExtensions/action\",\"Microsoft.HybridCompute/operations/read\",\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules/read\",\"Microsoft.Network/networkWatchers/securityGroupView/action\",\"Microsoft.Network/networkSecurityGroups/securityRules/read\",\"Microsoft.Network/networkSecurityGroups/securityRules/write\",\"Microsoft.HybridConnectivity/endpoints/write\",\"Microsoft.HybridConnectivity/endpoints/read\",\"Microsoft.HybridConnectivity/endpoints/listManagedProxyDetails/action\",\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/patchAssessmentResults/latest/read\",\"Microsoft.Compute/virtualMachines/patchAssessmentResults/latest/softwarePatches/read\",\"Microsoft.Compute/virtualMachines/patchInstallationResults/read\",\"Microsoft.Compute/virtualMachines/patchInstallationResults/softwarePatches/read\",\"Microsoft.Compute/virtualMachines/extensions/read\",\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Compute/virtualMachines/runCommands/read\",\"Microsoft.Compute/virtualMachines/vmSizes/read\",\"Microsoft.Compute/locations/publishers/artifacttypes/types/read\",\"Microsoft.Compute/locations/publishers/artifacttypes/types/versions/read\",\"Microsoft.Compute/diskAccesses/read\",\"Microsoft.Compute/galleries/images/read\",\"Microsoft.Compute/images/read\",\"Microsoft.AzureStackHCI/Clusters/Read\",\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Read\",\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Extensions/Read\",\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Extensions/Write\",\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Extensions/Delete\",\"Microsoft.AzureStackHCI/Operations/Read\",\"Microsoft.ConnectedVMwarevSphere/VirtualMachines/Read\",\"Microsoft.ConnectedVMwarevSphere/VirtualMachines/Extensions/Write\",\"Microsoft.ConnectedVMwarevSphere/VirtualMachines/Extensions/Read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.HybridCompute/machines/WACLoginAsAdmin/action\",\"Microsoft.Compute/virtualMachines/WACloginAsAdmin/action\",\"Microsoft.AzureStackHCI/Clusters/WACloginAsAdmin/Action\",\"Microsoft.ConnectedVMwarevSphere/virtualmachines/WACloginAsAdmin/action\"],\"notDataActions\":[]}],\"createdOn\":\"2022-01-12T00:51:19.5581155Z\",\"updatedOn\":\"2022-12-08T11:14:56.4039795Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a6333a3e-0164-44c3-b281-7a577aff287f\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a6333a3e-0164-44c3-b281-7a577aff287f\"},{\"properties\":{\"roleName\":\"Azure + Kubernetes Service Policy Add-on Deployment\",\"type\":\"BuiltInRole\",\"description\":\"Deploy + the Azure Policy add-on on Azure Kubernetes Service clusters\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/deployments/*\",\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/publicIPPrefixes/join/action\",\"Microsoft.Network/publicIPAddresses/join/action\",\"Microsoft.Compute/diskEncryptionSets/read\",\"Microsoft.Compute/proximityPlacementGroups/write\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-02-07T20:51:48.5662807Z\",\"updatedOn\":\"2022-03-16T01:35:31.5373337Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18ed5180-3e48-46fd-8541-4ea054d57064\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18ed5180-3e48-46fd-8541-4ea054d57064\"},{\"properties\":{\"roleName\":\"Guest + Configuration Resource Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets + you read, write Guest Configuration Resource.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.GuestConfiguration/guestConfigurationAssignments/write\",\"Microsoft.GuestConfiguration/guestConfigurationAssignments/read\",\"Microsoft.GuestConfiguration/guestConfigurationAssignments/*/read\",\"Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-01-13T21:31:41.9626667Z\",\"updatedOn\":\"2022-02-10T19:22:44.9057916Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/088ab73d-1256-47ae-bea9-9de8e7131f31\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"088ab73d-1256-47ae-bea9-9de8e7131f31\"},{\"properties\":{\"roleName\":\"Domain + Services Reader\",\"type\":\"BuiltInRole\",\"description\":\"Can view Azure + AD Domain Services and related network configurations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Insights/Logs/Read\",\"Microsoft.Insights/Metrics/read\",\"Microsoft.Insights/DiagnosticSettings/read\",\"Microsoft.Insights/DiagnosticSettingsCategories/Read\",\"Microsoft.AAD/domainServices/*/read\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/diagnosticSettings/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Network/azureFirewalls/read\",\"Microsoft.Network/ddosProtectionPlans/read\",\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/*/read\",\"Microsoft.Network/natGateways/read\",\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules/read\",\"Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/networkSecurityGroups/securityRules/read\",\"Microsoft.Network/routeTables/read\",\"Microsoft.Network/routeTables/routes/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-02-15T19:38:46.9043170Z\",\"updatedOn\":\"2022-06-27T19:30:44.3629686Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/361898ef-9ed1-48c2-849c-a832951106bb\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"361898ef-9ed1-48c2-849c-a832951106bb\"},{\"properties\":{\"roleName\":\"Domain + Services Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Can manage + Azure AD Domain Services and related network configurations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Insights/Logs/Read\",\"Microsoft.Insights/Metrics/Read\",\"Microsoft.Insights/DiagnosticSettings/*\",\"Microsoft.Insights/DiagnosticSettingsCategories/Read\",\"Microsoft.AAD/register/action\",\"Microsoft.AAD/unregister/action\",\"Microsoft.AAD/domainServices/*\",\"Microsoft.Network/register/action\",\"Microsoft.Network/unregister/action\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/write\",\"Microsoft.Network/virtualNetworks/delete\",\"Microsoft.Network/virtualNetworks/peer/action\",\"Microsoft.Network/virtualNetworks/join/action\",\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/write\",\"Microsoft.Network/virtualNetworks/subnets/delete\",\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/read\",\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/write\",\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/delete\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/diagnosticSettings/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Network/azureFirewalls/read\",\"Microsoft.Network/ddosProtectionPlans/read\",\"Microsoft.Network/ddosProtectionPlans/join/action\",\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/delete\",\"Microsoft.Network/loadBalancers/*/read\",\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\"Microsoft.Network/natGateways/join/action\",\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/networkInterfaces/delete\",\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules/read\",\"Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/networkSecurityGroups/write\",\"Microsoft.Network/networkSecurityGroups/delete\",\"Microsoft.Network/networkSecurityGroups/join/action\",\"Microsoft.Network/networkSecurityGroups/securityRules/read\",\"Microsoft.Network/networkSecurityGroups/securityRules/write\",\"Microsoft.Network/networkSecurityGroups/securityRules/delete\",\"Microsoft.Network/routeTables/read\",\"Microsoft.Network/routeTables/write\",\"Microsoft.Network/routeTables/delete\",\"Microsoft.Network/routeTables/join/action\",\"Microsoft.Network/routeTables/routes/read\",\"Microsoft.Network/routeTables/routes/write\",\"Microsoft.Network/routeTables/routes/delete\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-02-15T19:40:22.3943189Z\",\"updatedOn\":\"2022-06-27T19:30:44.3629686Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/eeaeda52-9324-47f6-8069-5d5bade478b2\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"eeaeda52-9324-47f6-8069-5d5bade478b2\"},{\"properties\":{\"roleName\":\"DNS + Resolver Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you + manage DNS resolver resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Network/dnsResolvers/read\",\"Microsoft.Network/dnsResolvers/write\",\"Microsoft.Network/dnsResolvers/delete\",\"Microsoft.Network/dnsResolvers/join/action\",\"Microsoft.Network/dnsResolvers/inboundEndpoints/read\",\"Microsoft.Network/dnsResolvers/inboundEndpoints/write\",\"Microsoft.Network/dnsResolvers/inboundEndpoints/delete\",\"Microsoft.Network/dnsResolvers/inboundEndpoints/join/action\",\"Microsoft.Network/dnsResolvers/outboundEndpoints/read\",\"Microsoft.Network/dnsResolvers/outboundEndpoints/write\",\"Microsoft.Network/dnsResolvers/outboundEndpoints/delete\",\"Microsoft.Network/dnsResolvers/outboundEndpoints/join/action\",\"Microsoft.Network/dnsForwardingRulesets/read\",\"Microsoft.Network/dnsForwardingRulesets/write\",\"Microsoft.Network/dnsForwardingRulesets/delete\",\"Microsoft.Network/dnsForwardingRulesets/join/action\",\"Microsoft.Network/dnsForwardingRulesets/forwardingRules/read\",\"Microsoft.Network/dnsForwardingRulesets/forwardingRules/write\",\"Microsoft.Network/dnsForwardingRulesets/forwardingRules/delete\",\"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks/read\",\"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks/write\",\"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks/delete\",\"Microsoft.Network/locations/dnsResolverOperationResults/read\",\"Microsoft.Network/locations/dnsResolverOperationStatuses/read\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/join/action\",\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/write\",\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/join/action\",\"Microsoft.Network/virtualNetworks/joinLoadBalancer/action\",\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/subnets/joinLoadBalancer/action\",\"Microsoft.Network/natGateways/join/action\",\"Microsoft.Network/networkSecurityGroups/join/action\",\"Microsoft.Network/routeTables/join/action\",\"Microsoft.Network/serviceEndpointPolicies/join/action\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-02-16T23:25:04.4308795Z\",\"updatedOn\":\"2022-03-12T03:10:56.0891783Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0f2ebee7-ffd4-4fc0-b3b7-664099fdad5d\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0f2ebee7-ffd4-4fc0-b3b7-664099fdad5d\"},{\"properties\":{\"roleName\":\"Azure + Arc Enabled Kubernetes Cluster User Role\",\"type\":\"BuiltInRole\",\"description\":\"List + cluster user credentials action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Kubernetes/connectedClusters/listClusterUserCredentials/action\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Support/*\",\"Microsoft.Kubernetes/connectedClusters/listClusterUserCredential/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-07-28T17:37:00.7637445Z\",\"updatedOn\":\"2022-02-17T02:29:05.1000798Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00493d72-78f6-4148-b6c5-d3ce8e4799dd\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"00493d72-78f6-4148-b6c5-d3ce8e4799dd\"},{\"properties\":{\"roleName\":\"Data + Operator for Managed Disks\",\"type\":\"BuiltInRole\",\"description\":\"Provides + permissions to upload data to empty managed disks, read, or export data of + managed disks (not attached to running VMs) and snapshots using SAS URIs and + Azure AD authentication.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Compute/disks/download/action\",\"Microsoft.Compute/disks/upload/action\",\"Microsoft.Compute/snapshots/download/action\",\"Microsoft.Compute/snapshots/upload/action\"],\"notDataActions\":[]}],\"createdOn\":\"2022-03-01T07:44:08.5420759Z\",\"updatedOn\":\"2022-03-01T07:44:08.5420759Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/959f8984-c045-4866-89c7-12bf9737be2e\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"959f8984-c045-4866-89c7-12bf9737be2e\"},{\"properties\":{\"roleName\":\"AgFood + Platform Sensor Partner Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Provides + contribute access to manage sensor related entities in AgFood Platform Service\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/sensorPartnerScope/*\"],\"notDataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/sensorPartnerScope/sensors/delete\"]}],\"createdOn\":\"2022-03-09T11:06:02.2546966Z\",\"updatedOn\":\"2022-10-27T09:36:05.2105861Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6b77f0a0-0d89-41cc-acd1-579c22c17a67\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6b77f0a0-0d89-41cc-acd1-579c22c17a67\"},{\"properties\":{\"roleName\":\"Compute + Gallery Sharing Admin\",\"type\":\"BuiltInRole\",\"description\":\"This role + allows user to share gallery to another subscription/tenant or share it to + the public.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/galleries/share/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-03-10T06:37:39.5861946Z\",\"updatedOn\":\"2022-03-26T02:42:25.9674154Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1ef6a3be-d0ac-425d-8c01-acb62866290b\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1ef6a3be-d0ac-425d-8c01-acb62866290b\"},{\"properties\":{\"roleName\":\"Scheduled + Patching Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Provides + access to manage maintenance configurations with maintenance scope InGuestPatch + and corresponding configuration assignments\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Maintenance/maintenanceConfigurations/read\",\"Microsoft.Maintenance/maintenanceConfigurations/write\",\"Microsoft.Maintenance/maintenanceConfigurations/delete\",\"Microsoft.Maintenance/configurationAssignments/read\",\"Microsoft.Maintenance/configurationAssignments/write\",\"Microsoft.Maintenance/configurationAssignments/delete\",\"Microsoft.Maintenance/configurationAssignments/maintenanceScope/InGuestPatch/read\",\"Microsoft.Maintenance/configurationAssignments/maintenanceScope/InGuestPatch/write\",\"Microsoft.Maintenance/configurationAssignments/maintenanceScope/InGuestPatch/delete\",\"Microsoft.Maintenance/maintenanceConfigurations/maintenanceScope/InGuestPatch/read\",\"Microsoft.Maintenance/maintenanceConfigurations/maintenanceScope/InGuestPatch/write\",\"Microsoft.Maintenance/maintenanceConfigurations/maintenanceScope/InGuestPatch/delete\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-03-21T16:36:03.6770776Z\",\"updatedOn\":\"2022-04-13T14:13:00.6215441Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cd08ab90-6b14-449c-ad9a-8f8e549482c6\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cd08ab90-6b14-449c-ad9a-8f8e549482c6\"},{\"properties\":{\"roleName\":\"DevCenter + Dev Box User\",\"type\":\"BuiltInRole\",\"description\":\"Provides access + to create and manage dev boxes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DevCenter/projects/read\",\"Microsoft.DevCenter/projects/*/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.DevCenter/projects/users/devboxes/userStop/action\",\"Microsoft.DevCenter/projects/users/devboxes/userStart/action\",\"Microsoft.DevCenter/projects/users/devboxes/userGetRemoteConnection/action\",\"Microsoft.DevCenter/projects/users/devboxes/userRead/action\",\"Microsoft.DevCenter/projects/users/devboxes/userWrite/action\",\"Microsoft.DevCenter/projects/users/devboxes/userDelete/action\",\"Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionRead/action\",\"Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionManage/action\",\"Microsoft.DevCenter/projects/users/devboxes/userActionRead/action\",\"Microsoft.DevCenter/projects/users/devboxes/userActionManage/action\"],\"notDataActions\":[]}],\"createdOn\":\"2022-04-01T00:43:09.4468117Z\",\"updatedOn\":\"2023-03-27T15:08:57.7138542Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45d50f46-0b78-4001-a660-4198cbe8cd05\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"45d50f46-0b78-4001-a660-4198cbe8cd05\"},{\"properties\":{\"roleName\":\"DevCenter + Project Admin\",\"type\":\"BuiltInRole\",\"description\":\"Provides access + to manage project resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DevCenter/projects/*\",\"Microsoft.Fidalgo/projects/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[\"Microsoft.DevCenter/projects/write\",\"Microsoft.DevCenter/projects/delete\",\"Microsoft.Fidalgo/projects/write\",\"Microsoft.Fidalgo/projects/delete\"],\"dataActions\":[\"Microsoft.DevCenter/projects/users/devboxes/adminStart/action\",\"Microsoft.DevCenter/projects/users/devboxes/adminStop/action\",\"Microsoft.DevCenter/projects/users/devboxes/adminRead/action\",\"Microsoft.DevCenter/projects/users/devboxes/adminWrite/action\",\"Microsoft.DevCenter/projects/users/devboxes/adminDelete/action\",\"Microsoft.DevCenter/projects/users/devboxes/userStop/action\",\"Microsoft.DevCenter/projects/users/devboxes/userStart/action\",\"Microsoft.DevCenter/projects/users/devboxes/userGetRemoteConnection/action\",\"Microsoft.DevCenter/projects/users/devboxes/userRead/action\",\"Microsoft.DevCenter/projects/users/devboxes/userWrite/action\",\"Microsoft.DevCenter/projects/users/devboxes/userDelete/action\",\"Microsoft.DevCenter/projects/users/environments/adminRead/action\",\"Microsoft.DevCenter/projects/users/environments/userWrite/action\",\"Microsoft.DevCenter/projects/users/environments/userDelete/action\",\"Microsoft.DevCenter/projects/users/environments/adminDelete/action\",\"Microsoft.DevCenter/projects/users/environments/adminAction/action\",\"Microsoft.Fidalgo/projects/users/virtualMachines/adminStart/action\",\"Microsoft.Fidalgo/projects/users/virtualMachines/adminStop/action\",\"Microsoft.Fidalgo/projects/users/virtualMachines/adminRead/action\",\"Microsoft.Fidalgo/projects/users/virtualMachines/adminWrite/action\",\"Microsoft.Fidalgo/projects/users/virtualMachines/adminDelete/action\",\"Microsoft.Fidalgo/projects/users/virtualMachines/userStop/action\",\"Microsoft.Fidalgo/projects/users/virtualMachines/userStart/action\",\"Microsoft.Fidalgo/projects/users/virtualMachines/userGetRdpFileContent/action\",\"Microsoft.Fidalgo/projects/users/virtualMachines/userRead/action\",\"Microsoft.Fidalgo/projects/users/virtualMachines/userWrite/action\",\"Microsoft.Fidalgo/projects/users/virtualMachines/userDelete/action\"],\"notDataActions\":[]}],\"createdOn\":\"2022-04-01T01:58:38.0472365Z\",\"updatedOn\":\"2022-10-12T12:04:35.1154575Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/331c37c6-af14-46d9-b9f4-e1909e1b95a0\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"331c37c6-af14-46d9-b9f4-e1909e1b95a0\"},{\"properties\":{\"roleName\":\"Virtual + Machine Local User Login\",\"type\":\"BuiltInRole\",\"description\":\"View + Virtual Machines in the portal and login as a local user configured on the + arc server\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/*/read\",\"Microsoft.HybridConnectivity/endpoints/listCredentials/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-07T06:13:18.8975022Z\",\"updatedOn\":\"2022-04-17T01:05:14.2345428Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/602da2ba-a5c2-41da-b01d-5360126ab525\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"602da2ba-a5c2-41da-b01d-5360126ab525\"},{\"properties\":{\"roleName\":\"Azure + Arc ScVmm Private Cloud User\",\"type\":\"BuiltInRole\",\"description\":\"Azure + Arc ScVmm Private Cloud User has permissions to use the ScVmm resources to + deploy VMs.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/subscriptions/operationresults/read\",\"microsoft.scvmm/virtualnetworks/join/action\",\"microsoft.scvmm/virtualnetworks/Read\",\"microsoft.scvmm/virtualmachinetemplates/clone/action\",\"microsoft.scvmm/virtualmachinetemplates/Read\",\"microsoft.scvmm/clouds/deploy/action\",\"microsoft.scvmm/clouds/Read\",\"Microsoft.ExtendedLocation/customLocations/Read\",\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T23:34:21.1716375Z\",\"updatedOn\":\"2023-05-22T15:13:03.2235452Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c0781e91-8102-4553-8951-97c6d4243cda\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c0781e91-8102-4553-8951-97c6d4243cda\"},{\"properties\":{\"roleName\":\"Azure + Arc ScVmm VM Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Arc + ScVmm VM Contributor has permissions to perform all VM actions.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"microsoft.scvmm/virtualmachines/*\",\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ExtendedLocation/customLocations/Read\",\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T23:34:21.1716375Z\",\"updatedOn\":\"2023-05-22T15:13:03.2235452Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e582369a-e17b-42a5-b10c-874c387c530b\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e582369a-e17b-42a5-b10c-874c387c530b\"},{\"properties\":{\"roleName\":\"Azure + Arc ScVmm Private Clouds Onboarding\",\"type\":\"BuiltInRole\",\"description\":\"Azure + Arc ScVmm Private Clouds Onboarding role has permissions to provision all + the required resources for onboard and deboard vmm server instances to Azure.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"microsoft.scvmm/vmmservers/Read\",\"microsoft.scvmm/vmmservers/Write\",\"microsoft.scvmm/vmmservers/Delete\",\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ExtendedLocation/customLocations/Read\",\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T23:34:21.1716375Z\",\"updatedOn\":\"2023-05-22T15:13:04.9029830Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6aac74c4-6311-40d2-bbdd-7d01e7c6e3a9\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6aac74c4-6311-40d2-bbdd-7d01e7c6e3a9\"},{\"properties\":{\"roleName\":\"Azure + Arc ScVmm Administrator role\",\"type\":\"BuiltInRole\",\"description\":\"Arc + ScVmm VM Administrator has permissions to perform all ScVmm actions.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ScVmm/*\",\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ExtendedLocation/customLocations/Read\",\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T23:34:24.1295963Z\",\"updatedOn\":\"2023-05-22T15:13:03.2235452Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a92dfd61-77f9-4aec-a531-19858b406c87\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a92dfd61-77f9-4aec-a531-19858b406c87\"},{\"properties\":{\"roleName\":\"FHIR + Data Importer\",\"type\":\"BuiltInRole\",\"description\":\"Role allows user + or principal to read and import FHIR Data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\",\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/import/action\"],\"notDataActions\":[]}],\"createdOn\":\"2022-04-19T14:05:02.2341374Z\",\"updatedOn\":\"2022-04-21T15:21:45.3114429Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4465e953-8ced-4406-a58e-0f6e3f3b530b\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4465e953-8ced-4406-a58e-0f6e3f3b530b\"},{\"properties\":{\"roleName\":\"API + Management Developer Portal Content Editor\",\"type\":\"BuiltInRole\",\"description\":\"Can + customize the developer portal, edit its content, and publish it.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/portalRevisions/read\",\"Microsoft.ApiManagement/service/portalRevisions/write\",\"Microsoft.ApiManagement/service/contentTypes/read\",\"Microsoft.ApiManagement/service/contentTypes/delete\",\"Microsoft.ApiManagement/service/contentTypes/write\",\"Microsoft.ApiManagement/service/contentTypes/contentItems/read\",\"Microsoft.ApiManagement/service/contentTypes/contentItems/write\",\"Microsoft.ApiManagement/service/contentTypes/contentItems/delete\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-05-06T23:48:52.0904132Z\",\"updatedOn\":\"2022-05-11T03:49:58.0615604Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c031e6a8-4391-4de0-8d69-4706a7ed3729\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c031e6a8-4391-4de0-8d69-4706a7ed3729\"},{\"properties\":{\"roleName\":\"VM + Scanner Operator\",\"type\":\"BuiltInRole\",\"description\":\"Role that provides + access to disk snapshot for security analysis.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/beginGetAccess/action\",\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachineScaleSets/instanceView/read\",\"Microsoft.Compute/virtualMachineScaleSets/read\",\"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/read\",\"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/instanceView/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-05-15T22:07:11.4824101Z\",\"updatedOn\":\"2022-06-07T21:49:06.7541695Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d24ecba3-c1f4-40fa-a7bb-4588a071e8fd\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d24ecba3-c1f4-40fa-a7bb-4588a071e8fd\"},{\"properties\":{\"roleName\":\"Elastic + SAN Owner\",\"type\":\"BuiltInRole\",\"description\":\"Allows for full access + to all resources under Azure Elastic SAN including changing network security + policies to unblock data path access\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ElasticSan/elasticSans/*\",\"Microsoft.ElasticSan/locations/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-05-26T14:43:05.0517355Z\",\"updatedOn\":\"2022-08-23T19:38:11.0709750Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/80dcbedb-47ef-405d-95bd-188a1b4ac406\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"80dcbedb-47ef-405d-95bd-188a1b4ac406\"},{\"properties\":{\"roleName\":\"Elastic + SAN Reader\",\"type\":\"BuiltInRole\",\"description\":\"Allows for control + path read access to Azure Elastic SAN\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ElasticSan/elasticSans/*/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-06-01T09:07:18.1020550Z\",\"updatedOn\":\"2022-08-23T19:38:11.0709750Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/af6a70f8-3c9f-4105-acf1-d719e9fca4ca\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"af6a70f8-3c9f-4105-acf1-d719e9fca4ca\"},{\"properties\":{\"roleName\":\"Desktop + Virtualization Power On Contributor\",\"type\":\"BuiltInRole\",\"description\":\"This + role is in preview and subject to change. Provide permission to the Azure + Virtual Desktop Resource Provider to start virtual machines.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-06-29T03:46:13.8314771Z\",\"updatedOn\":\"2022-07-18T19:14:08.5695548Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/489581de-a3bd-480d-9518-53dea7416b33\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"489581de-a3bd-480d-9518-53dea7416b33\"},{\"properties\":{\"roleName\":\"Desktop + Virtualization Virtual Machine Contributor\",\"type\":\"BuiltInRole\",\"description\":\"This + role is in preview and subject to change. Provide permission to the Azure + Virtual Desktop Resource Provider to create, delete, update, start, and stop + virtual machines.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/write\",\"Microsoft.DesktopVirtualization/hostpools/retrieveRegistrationToken/action\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/write\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/delete\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/disconnect/action\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/sendMessage/action\",\"Microsoft.DesktopVirtualization/hostpools/sessionHostConfigurations/read\",\"Microsoft.Compute/availabilitySets/read\",\"Microsoft.Compute/availabilitySets/write\",\"Microsoft.Compute/availabilitySets/vmSizes/read\",\"Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/write\",\"Microsoft.Compute/disks/delete\",\"Microsoft.Compute/galleries/read\",\"Microsoft.Compute/galleries/images/read\",\"Microsoft.Compute/galleries/images/versions/read\",\"Microsoft.Compute/images/read\",\"Microsoft.Compute/locations/usages/read\",\"Microsoft.Compute/locations/vmSizes/read\",\"Microsoft.Compute/operations/read\",\"Microsoft.Compute/skus/read\",\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/write\",\"Microsoft.Compute/virtualMachines/delete\",\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.Compute/virtualMachines/powerOff/action\",\"Microsoft.Compute/virtualMachines/restart/action\",\"Microsoft.Compute/virtualMachines/deallocate/action\",\"Microsoft.Compute/virtualMachines/runCommand/action\",\"Microsoft.Compute/virtualMachines/extensions/read\",\"Microsoft.Compute/virtualMachines/extensions/write\",\"Microsoft.Compute/virtualMachines/extensions/delete\",\"Microsoft.Compute/virtualMachines/runCommands/read\",\"Microsoft.Compute/virtualMachines/runCommands/write\",\"Microsoft.Compute/virtualMachines/vmSizes/read\",\"Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/networkInterfaces/delete\",\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Marketplace/offerTypes/publishers/offers/plans/agreements/read\",\"Microsoft.KeyVault/vaults/deploy/action\",\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-06-29T03:46:13.8314771Z\",\"updatedOn\":\"2022-07-18T19:14:08.5695548Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a959dbd1-f747-45e3-8ba6-dd80f235f97c\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a959dbd1-f747-45e3-8ba6-dd80f235f97c\"},{\"properties\":{\"roleName\":\"Desktop + Virtualization Power On Off Contributor\",\"type\":\"BuiltInRole\",\"description\":\"This + role is in preview and subject to change. Provide permission to the Azure + Virtual Desktop Resource Provider to start and stop virtual machines.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Compute/virtualMachines/deallocate/action\",\"Microsoft.Compute/virtualMachines/restart/action\",\"Microsoft.Compute/virtualMachines/powerOff/action\",\"Microsoft.Insights/eventtypes/values/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/write\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/write\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/delete\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/sendMessage/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-06-29T03:46:13.8314771Z\",\"updatedOn\":\"2022-07-18T19:14:08.5695548Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/40c5ff49-9181-41f8-ae61-143b0e78555e\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"40c5ff49-9181-41f8-ae61-143b0e78555e\"},{\"properties\":{\"roleName\":\"Access + Review Operator Service Role\",\"type\":\"BuiltInRole\",\"description\":\"Lets + you grant Access Review System app permissions to discover and revoke access + as needed by the access review process.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleAssignments/delete\",\"Microsoft.Management/getEntities/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-07-04T19:06:39.6698534Z\",\"updatedOn\":\"2022-07-04T19:06:39.6698534Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/76cc9ee4-d5d3-4a45-a930-26add3d73475\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"76cc9ee4-d5d3-4a45-a930-26add3d73475\"},{\"properties\":{\"roleName\":\"Elastic + SAN Volume Group Owner\",\"type\":\"BuiltInRole\",\"description\":\"Allows + for full access to a volume group in Azure Elastic SAN including changing + network security policies to unblock data path access\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\",\"Microsoft.ElasticSan/elasticSans/volumeGroups/*\",\"Microsoft.ElasticSan/locations/asyncoperations/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-07-04T19:06:39.6698534Z\",\"updatedOn\":\"2022-08-23T19:38:11.0709750Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a8281131-f312-4f34-8d98-ae12be9f0d23\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a8281131-f312-4f34-8d98-ae12be9f0d23\"},{\"properties\":{\"roleName\":\"Code + Signing Identity Verifier\",\"type\":\"BuiltInRole\",\"description\":\"Manage + identity or business verification requests. This role is in preview and subject + to change.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CodeSigning/*/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.CodeSigning/IdentityVerification/Read\",\"Microsoft.CodeSigning/IdentityVerification/Write\"],\"notDataActions\":[]}],\"createdOn\":\"2022-07-29T09:38:19.4833637Z\",\"updatedOn\":\"2022-11-02T09:28:49.2895511Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4339b7cf-9826-4e41-b4ed-c7f4505dac08\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4339b7cf-9826-4e41-b4ed-c7f4505dac08\"},{\"properties\":{\"roleName\":\"Video + Indexer Restricted Viewer\",\"type\":\"BuiltInRole\",\"description\":\"Has + access to view and search through all video's insights and transcription in + the Video Indexer portal. No access to model customization, embedding of widget, + downloading videos, or sharing the account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.VideoIndexer/*/read\",\"Microsoft.VideoIndexer/accounts/*/action\"],\"notActions\":[\"Microsoft.VideoIndexer/*/write\",\"Microsoft.VideoIndexer/*/delete\",\"Microsoft.VideoIndexer/accounts/generateAccessToken/action\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-08-09T22:16:43.1549850Z\",\"updatedOn\":\"2022-08-09T22:16:43.1549850Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a2c4a527-7dc0-4ee3-897b-403ade70fafb\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a2c4a527-7dc0-4ee3-897b-403ade70fafb\"},{\"properties\":{\"roleName\":\"Monitoring + Data Reader\",\"type\":\"BuiltInRole\",\"description\":\"Can access the data + in an Azure Monitor Workspace.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Monitor/accounts/data/metrics/read\"],\"notDataActions\":[]}],\"createdOn\":\"2022-08-22T17:29:10.2888534Z\",\"updatedOn\":\"2022-10-07T22:54:50.7208650Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b0d8363b-8ddd-447d-831f-62ca05bff136\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b0d8363b-8ddd-447d-831f-62ca05bff136\"},{\"properties\":{\"roleName\":\"Azure + Kubernetes Fleet Manager RBAC Reader\",\"type\":\"BuiltInRole\",\"description\":\"Allows + read-only access to see most objects in a namespace. It does not allow viewing + roles or role bindings. This role does not allow viewing Secrets, since reading + the contents of Secrets enables access to ServiceAccount credentials in the + namespace, which would allow API access as any ServiceAccount in the namespace + (a form of privilege escalation). Applying this role at cluster scope will + give access across all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ContainerService/fleets/read\",\"Microsoft.ContainerService/fleets/listCredentials/action\"],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/fleets/apps/controllerrevisions/read\",\"Microsoft.ContainerService/fleets/apps/daemonsets/read\",\"Microsoft.ContainerService/fleets/apps/deployments/read\",\"Microsoft.ContainerService/fleets/apps/statefulsets/read\",\"Microsoft.ContainerService/fleets/autoscaling/horizontalpodautoscalers/read\",\"Microsoft.ContainerService/fleets/batch/cronjobs/read\",\"Microsoft.ContainerService/fleets/batch/jobs/read\",\"Microsoft.ContainerService/fleets/configmaps/read\",\"Microsoft.ContainerService/fleets/endpoints/read\",\"Microsoft.ContainerService/fleets/events.k8s.io/events/read\",\"Microsoft.ContainerService/fleets/events/read\",\"Microsoft.ContainerService/fleets/extensions/daemonsets/read\",\"Microsoft.ContainerService/fleets/extensions/deployments/read\",\"Microsoft.ContainerService/fleets/extensions/ingresses/read\",\"Microsoft.ContainerService/fleets/extensions/networkpolicies/read\",\"Microsoft.ContainerService/fleets/limitranges/read\",\"Microsoft.ContainerService/fleets/namespaces/read\",\"Microsoft.ContainerService/fleets/networking.k8s.io/ingresses/read\",\"Microsoft.ContainerService/fleets/networking.k8s.io/networkpolicies/read\",\"Microsoft.ContainerService/fleets/persistentvolumeclaims/read\",\"Microsoft.ContainerService/fleets/policy/poddisruptionbudgets/read\",\"Microsoft.ContainerService/fleets/replicationcontrollers/read\",\"Microsoft.ContainerService/fleets/replicationcontrollers/read\",\"Microsoft.ContainerService/fleets/resourcequotas/read\",\"Microsoft.ContainerService/fleets/serviceaccounts/read\",\"Microsoft.ContainerService/fleets/services/read\"],\"notDataActions\":[]}],\"createdOn\":\"2022-08-22T19:30:13.8996497Z\",\"updatedOn\":\"2022-08-26T22:17:37.9519239Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/30b27cfc-9c84-438e-b0ce-70e35255df80\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"30b27cfc-9c84-438e-b0ce-70e35255df80\"},{\"properties\":{\"roleName\":\"Azure + Kubernetes Fleet Manager RBAC Cluster Admin\",\"type\":\"BuiltInRole\",\"description\":\"Lets + you manage all resources in the fleet manager cluster.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ContainerService/fleets/read\",\"Microsoft.ContainerService/fleets/listCredentials/action\"],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/fleets/*\"],\"notDataActions\":[]}],\"createdOn\":\"2022-08-22T19:30:13.8996497Z\",\"updatedOn\":\"2022-08-22T19:30:13.8996497Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18ab4d3d-a1bf-4477-8ad9-8359bc988f69\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18ab4d3d-a1bf-4477-8ad9-8359bc988f69\"},{\"properties\":{\"roleName\":\"Azure + Kubernetes Fleet Manager RBAC Admin\",\"type\":\"BuiltInRole\",\"description\":\"This + role grants admin access - provides write permissions on most objects within + a a namespace, with the exception of ResourceQuota object and the namespace + object itself. Applying this role at cluster scope will give access across + all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ContainerService/fleets/read\",\"Microsoft.ContainerService/fleets/listCredentials/action\"],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/fleets/apps/controllerrevisions/read\",\"Microsoft.ContainerService/fleets/apps/daemonsets/*\",\"Microsoft.ContainerService/fleets/apps/deployments/*\",\"Microsoft.ContainerService/fleets/apps/statefulsets/*\",\"Microsoft.ContainerService/fleets/authorization.k8s.io/localsubjectaccessreviews/write\",\"Microsoft.ContainerService/fleets/autoscaling/horizontalpodautoscalers/*\",\"Microsoft.ContainerService/fleets/batch/cronjobs/*\",\"Microsoft.ContainerService/fleets/batch/jobs/*\",\"Microsoft.ContainerService/fleets/configmaps/*\",\"Microsoft.ContainerService/fleets/endpoints/*\",\"Microsoft.ContainerService/fleets/events.k8s.io/events/read\",\"Microsoft.ContainerService/fleets/events/read\",\"Microsoft.ContainerService/fleets/extensions/daemonsets/*\",\"Microsoft.ContainerService/fleets/extensions/deployments/*\",\"Microsoft.ContainerService/fleets/extensions/ingresses/*\",\"Microsoft.ContainerService/fleets/extensions/networkpolicies/*\",\"Microsoft.ContainerService/fleets/limitranges/read\",\"Microsoft.ContainerService/fleets/namespaces/read\",\"Microsoft.ContainerService/fleets/networking.k8s.io/ingresses/*\",\"Microsoft.ContainerService/fleets/networking.k8s.io/networkpolicies/*\",\"Microsoft.ContainerService/fleets/persistentvolumeclaims/*\",\"Microsoft.ContainerService/fleets/policy/poddisruptionbudgets/*\",\"Microsoft.ContainerService/fleets/rbac.authorization.k8s.io/rolebindings/*\",\"Microsoft.ContainerService/fleets/rbac.authorization.k8s.io/roles/*\",\"Microsoft.ContainerService/fleets/replicationcontrollers/*\",\"Microsoft.ContainerService/fleets/replicationcontrollers/*\",\"Microsoft.ContainerService/fleets/resourcequotas/read\",\"Microsoft.ContainerService/fleets/secrets/*\",\"Microsoft.ContainerService/fleets/serviceaccounts/*\",\"Microsoft.ContainerService/fleets/services/*\"],\"notDataActions\":[]}],\"createdOn\":\"2022-08-22T19:30:13.8996497Z\",\"updatedOn\":\"2022-08-26T22:17:37.9519239Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/434fb43a-c01c-447e-9f67-c3ad923cfaba\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"434fb43a-c01c-447e-9f67-c3ad923cfaba\"},{\"properties\":{\"roleName\":\"Azure + Kubernetes Fleet Manager RBAC Writer\",\"type\":\"BuiltInRole\",\"description\":\"Allows + read/write access to most objects in a namespace.This role does not allow + viewing or modifying roles or role bindings. However, this role allows accessing + Secrets as any ServiceAccount in the namespace, so it can be used to gain + the API access levels of any ServiceAccount in the namespace. Applying this + role at cluster scope will give access across all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ContainerService/fleets/read\",\"Microsoft.ContainerService/fleets/listCredentials/action\"],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/fleets/apps/controllerrevisions/read\",\"Microsoft.ContainerService/fleets/apps/daemonsets/*\",\"Microsoft.ContainerService/fleets/apps/deployments/*\",\"Microsoft.ContainerService/fleets/apps/statefulsets/*\",\"Microsoft.ContainerService/fleets/autoscaling/horizontalpodautoscalers/*\",\"Microsoft.ContainerService/fleets/batch/cronjobs/*\",\"Microsoft.ContainerService/fleets/batch/jobs/*\",\"Microsoft.ContainerService/fleets/configmaps/*\",\"Microsoft.ContainerService/fleets/endpoints/*\",\"Microsoft.ContainerService/fleets/events.k8s.io/events/read\",\"Microsoft.ContainerService/fleets/events/read\",\"Microsoft.ContainerService/fleets/extensions/daemonsets/*\",\"Microsoft.ContainerService/fleets/extensions/deployments/*\",\"Microsoft.ContainerService/fleets/extensions/ingresses/*\",\"Microsoft.ContainerService/fleets/extensions/networkpolicies/*\",\"Microsoft.ContainerService/fleets/limitranges/read\",\"Microsoft.ContainerService/fleets/namespaces/read\",\"Microsoft.ContainerService/fleets/networking.k8s.io/ingresses/*\",\"Microsoft.ContainerService/fleets/networking.k8s.io/networkpolicies/*\",\"Microsoft.ContainerService/fleets/persistentvolumeclaims/*\",\"Microsoft.ContainerService/fleets/policy/poddisruptionbudgets/*\",\"Microsoft.ContainerService/fleets/replicationcontrollers/*\",\"Microsoft.ContainerService/fleets/replicationcontrollers/*\",\"Microsoft.ContainerService/fleets/resourcequotas/read\",\"Microsoft.ContainerService/fleets/secrets/*\",\"Microsoft.ContainerService/fleets/serviceaccounts/*\",\"Microsoft.ContainerService/fleets/services/*\"],\"notDataActions\":[]}],\"createdOn\":\"2022-08-22T19:30:13.8996497Z\",\"updatedOn\":\"2022-08-26T22:17:37.9519239Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5af6afb3-c06c-4fa4-8848-71a8aee05683\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5af6afb3-c06c-4fa4-8848-71a8aee05683\"},{\"properties\":{\"roleName\":\"Azure + Kubernetes Fleet Manager Contributor Role\",\"type\":\"BuiltInRole\",\"description\":\"Grants + access to read and write Azure Kubernetes Fleet Manager clusters\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerService/fleets/*\",\"Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-08-22T19:30:13.8996497Z\",\"updatedOn\":\"2022-08-22T19:30:13.8996497Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/63bb64ad-9799-4770-b5c3-24ed299a07bf\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"63bb64ad-9799-4770-b5c3-24ed299a07bf\"},{\"properties\":{\"roleName\":\"Kubernetes + Namespace User\",\"type\":\"BuiltInRole\",\"description\":\"Allows a user + to read namespace resources and retrieve kubeconfig for the cluster\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.KubernetesConfiguration/namespaces/read\",\"Microsoft.KubernetesConfiguration/namespaces/listUserCredential/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-08-24T10:06:57.4909513Z\",\"updatedOn\":\"2022-08-24T10:06:57.4909513Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ba79058c-0414-4a34-9e42-c3399d80cd5a\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ba79058c-0414-4a34-9e42-c3399d80cd5a\"},{\"properties\":{\"roleName\":\"Data + Labeling - Labeler\",\"type\":\"BuiltInRole\",\"description\":\"Can label + data in Labeling.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/workspaces/read\",\"Microsoft.MachineLearningServices/workspaces/experiments/runs/read\",\"Microsoft.MachineLearningServices/workspaces/labeling/projects/read\",\"Microsoft.MachineLearningServices/workspaces/labeling/projects/summary/read\",\"Microsoft.MachineLearningServices/workspaces/labeling/labels/read\",\"Microsoft.MachineLearningServices/workspaces/labeling/labels/write\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-02T22:35:46.9532934Z\",\"updatedOn\":\"2022-09-08T23:03:02.1057014Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c6decf44-fd0a-444c-a844-d653c394e7ab\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c6decf44-fd0a-444c-a844-d653c394e7ab\"},{\"properties\":{\"roleName\":\"Role + Based Access Control Administrator (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Manage + access to Azure resources by assigning roles using Azure RBAC. This role does + not allow you to manage access using other ways, such as Azure Policy.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/write\",\"Microsoft.Authorization/roleAssignments/delete\",\"*/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-07T02:29:29.6592395Z\",\"updatedOn\":\"2022-09-07T02:29:29.6592395Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f58310d9-a9f6-439a-9e8d-f62e7b41a168\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f58310d9-a9f6-439a-9e8d-f62e7b41a168\"},{\"properties\":{\"roleName\":\"Template + Spec Reader\",\"type\":\"BuiltInRole\",\"description\":\"Allows read access + to Template Specs at the assigned scope.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/templateSpecs/*/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-08T01:58:14.2969628Z\",\"updatedOn\":\"2022-09-08T01:58:14.2969628Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/392ae280-861d-42bd-9ea5-08ee6d83b80e\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"392ae280-861d-42bd-9ea5-08ee6d83b80e\"},{\"properties\":{\"roleName\":\"Template + Spec Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Allows full + access to Template Spec operations at the assigned scope.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/templateSpecs/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-08T01:58:14.2969628Z\",\"updatedOn\":\"2022-09-08T01:58:14.2969628Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1c9b6475-caf0-4164-b5a1-2142a7116f4b\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1c9b6475-caf0-4164-b5a1-2142a7116f4b\"},{\"properties\":{\"roleName\":\"Microsoft + Sentinel Playbook Operator\",\"type\":\"BuiltInRole\",\"description\":\"Microsoft + Sentinel Playbook Operator\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Logic/workflows/read\",\"Microsoft.Logic/workflows/triggers/listCallbackUrl/action\",\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/listCallbackUrl/action\",\"Microsoft.Web/sites/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-20T19:20:30.6118766Z\",\"updatedOn\":\"2022-12-07T20:30:39.3980234Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/51d6186e-6489-4900-b93f-92e23144cca5\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"51d6186e-6489-4900-b93f-92e23144cca5\"},{\"properties\":{\"roleName\":\"Deployment + Environments User\",\"type\":\"BuiltInRole\",\"description\":\"Provides access + to manage environment resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DevCenter/projects/read\",\"Microsoft.DevCenter/projects/*/read\",\"Microsoft.Fidalgo/projects/read\",\"Microsoft.Fidalgo/projects/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Authorization/*/read\"],\"notActions\":[\"Microsoft.DevCenter/projects/pools/read\",\"Microsoft.Fidalgo/projects/pools/read\",\"Microsoft.DevCenter/projects/pools/schedules/read\"],\"dataActions\":[\"Microsoft.DevCenter/projects/users/environments/adminRead/action\",\"Microsoft.DevCenter/projects/users/environments/userWrite/action\",\"Microsoft.DevCenter/projects/users/environments/userDelete/action\",\"Microsoft.DevCenter/projects/users/environments/adminAction/action\"],\"notDataActions\":[]}],\"createdOn\":\"2022-09-22T01:04:20.3753915Z\",\"updatedOn\":\"2022-10-12T12:04:35.1467077Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e40d4e-8d2e-438d-97e1-9528336e149c\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18e40d4e-8d2e-438d-97e1-9528336e149c\"},{\"properties\":{\"roleName\":\"Azure + Spring Apps Connect Role\",\"type\":\"BuiltInRole\",\"description\":\"Azure + Spring Apps Connect Role\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/apps/deployments/connect/action\"],\"notDataActions\":[]}],\"createdOn\":\"2022-09-23T11:08:28.4674830Z\",\"updatedOn\":\"2022-09-23T11:08:28.4674830Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/80558df3-64f9-4c0f-b32d-e5094b036b0b\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"80558df3-64f9-4c0f-b32d-e5094b036b0b\"},{\"properties\":{\"roleName\":\"Azure + Spring Apps Remote Debugging Role\",\"type\":\"BuiltInRole\",\"description\":\"Azure + Spring Apps Remote Debugging Role\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/apps/deployments/remotedebugging/action\"],\"notDataActions\":[]}],\"createdOn\":\"2022-09-23T11:23:41.7163850Z\",\"updatedOn\":\"2022-09-23T11:23:41.7163850Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a99b0159-1064-4c22-a57b-c9b3caa1c054\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a99b0159-1064-4c22-a57b-c9b3caa1c054\"},{\"properties\":{\"roleName\":\"AzureML + Registry User\",\"type\":\"BuiltInRole\",\"description\":\"Can perform all + actions on Machine Learning Services Registry assets\_as well as get Registry + resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/registries/read\",\"Microsoft.MachineLearningServices/registries/assets/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-27T19:16:52.1052938Z\",\"updatedOn\":\"2022-09-27T19:16:52.1052938Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1823dd4f-9b8c-4ab6-ab4e-7397a3684615\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1823dd4f-9b8c-4ab6-ab4e-7397a3684615\"},{\"properties\":{\"roleName\":\"AzureML + Compute Operator\",\"type\":\"BuiltInRole\",\"description\":\"Can access and + perform CRUD operations on Machine Learning Services managed compute resources + (including Notebook VMs).\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/workspaces/computes/*\",\"Microsoft.MachineLearningServices/workspaces/notebooks/vm/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-27T19:16:52.1052938Z\",\"updatedOn\":\"2022-09-27T19:16:52.1052938Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e503ece1-11d0-4e8e-8e2c-7a6c3bf38815\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e503ece1-11d0-4e8e-8e2c-7a6c3bf38815\"},{\"properties\":{\"roleName\":\"Azure + Center for SAP solutions reader\",\"type\":\"BuiltInRole\",\"description\":\"This + role provides read access to all capabilities of Azure Center for SAP solutions.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Workloads/sapvirtualInstances/*/read\",\"Microsoft.Workloads/Locations/*/action\",\"Microsoft.Workloads/Operations/read\",\"Microsoft.Workloads/Locations/OperationStatuses/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/ipconfigurations/read\",\"Microsoft.Network/networkInterfaces/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/providers/Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/backendAddressPools/read\",\"Microsoft.Network/loadBalancers/frontendIPConfigurations/read\",\"Microsoft.Network/loadBalancers/loadBalancingRules/read\",\"Microsoft.Network/loadBalancers/inboundNatRules/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/logDefinitions/read\",\"Microsoft.Network/loadBalancers/networkInterfaces/read\",\"Microsoft.Network/loadBalancers/outboundRules/read\",\"Microsoft.Network/loadBalancers/virtualMachines/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Network/privateEndpoints/read\",\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/fileServices/read\",\"Microsoft.Storage/storageAccounts/fileServices/shares/read\",\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/availabilitySets/read\",\"Microsoft.Compute/virtualMachines/extensions/read\",\"Microsoft.Compute/disks/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-10-03T19:05:48.2297299Z\",\"updatedOn\":\"2023-02-03T07:10:05.8465340Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/05352d14-a920-4328-a0de-4cbe7430e26b\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"05352d14-a920-4328-a0de-4cbe7430e26b\"},{\"properties\":{\"roleName\":\"Azure + Center for SAP solutions service role\",\"type\":\"BuiltInRole\",\"description\":\"Azure + Center for SAP solutions service role - This role is intended to be used for + providing the permissions to user assigned managed identity. Azure Center + for SAP solutions will use this identity to deploy and manage SAP systems.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/write\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/write\",\"Microsoft.Network/loadBalancers/backendAddressPools/read\",\"Microsoft.Network/loadBalancers/backendAddressPools/write\",\"Microsoft.Network/loadBalancers/frontendIPConfigurations/read\",\"Microsoft.Network/loadBalancers/loadBalancingRules/read\",\"Microsoft.Network/loadBalancers/inboundNatRules/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/logDefinitions/read\",\"Microsoft.Network/loadBalancers/networkInterfaces/read\",\"Microsoft.Network/loadBalancers/outboundRules/read\",\"Microsoft.Network/loadBalancers/virtualMachines/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/networkInterfaces/ipconfigurations/read\",\"Microsoft.Network/networkInterfaces/loadBalancers/read\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/checkIpAddressAvailability/read\",\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\",\"Microsoft.Network/virtualNetworks/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/ipconfigurations/join/action\",\"Microsoft.Network/privateEndpoints/read\",\"Microsoft.Network/privateEndpoints/write\",\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/frontendIPConfigurations/join/action\",\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/subnets/joinLoadBalancer/action\",\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/write\",\"Microsoft.Storage/storageAccounts/PrivateEndpointConnectionsApproval/action\",\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/fileServices/read\",\"Microsoft.Storage/storageAccounts/fileServices/write\",\"Microsoft.Storage/storageAccounts/fileServices/shares/read\",\"Microsoft.Storage/storageAccounts/fileServices/shares/write\",\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/write\",\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Compute/availabilitySets/read\",\"Microsoft.Compute/availabilitySets/write\",\"Microsoft.Compute/skus/read\",\"Microsoft.Compute/sshPublicKeys/read\",\"Microsoft.Compute/virtualMachines/extensions/read\",\"Microsoft.Compute/virtualMachines/extensions/write\",\"Microsoft.Compute/virtualMachines/extensions/delete\",\"Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/write\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-10-03T19:05:48.2297299Z\",\"updatedOn\":\"2023-02-03T07:40:22.4872528Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/aabbc5dd-1af0-458b-a942-81af88f9c138\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"aabbc5dd-1af0-458b-a942-81af88f9c138\"},{\"properties\":{\"roleName\":\"Azure + Center for SAP solutions administrator\",\"type\":\"BuiltInRole\",\"description\":\"This + role provides read and write access to all capabilities of Azure Center for + SAP solutions.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Workloads/sapvirtualInstances/*/read\",\"Microsoft.Workloads/sapVirtualInstances/*/write\",\"Microsoft.Workloads/sapVirtualInstances/*/delete\",\"Microsoft.Workloads/Locations/*/action\",\"Microsoft.Workloads/Locations/*/read\",\"Microsoft.Workloads/sapVirtualInstances/*/start/action\",\"Microsoft.Workloads/sapVirtualInstances/*/stop/action\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/write\",\"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/ipconfigurations/read\",\"Microsoft.Network/networkInterfaces/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/providers/Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/backendAddressPools/read\",\"Microsoft.Network/loadBalancers/frontendIPConfigurations/read\",\"Microsoft.Network/loadBalancers/loadBalancingRules/read\",\"Microsoft.Network/loadBalancers/inboundNatRules/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/logDefinitions/read\",\"Microsoft.Network/loadBalancers/networkInterfaces/read\",\"Microsoft.Network/loadBalancers/outboundRules/read\",\"Microsoft.Network/loadBalancers/virtualMachines/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Network/privateEndpoints/read\",\"Microsoft.Network/networkSecurityGroups/join/action\",\"Microsoft.Network/routeTables/join/action\",\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/fileServices/read\",\"Microsoft.Storage/storageAccounts/fileServices/shares/read\",\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/availabilitySets/read\",\"Microsoft.Compute/sshPublicKeys/read\",\"Microsoft.Compute/sshPublicKeys/write\",\"Microsoft.Compute/sshPublicKeys/*/generateKeyPair/action\",\"Microsoft.Compute/virtualMachines/extensions/read\",\"Microsoft.Compute/virtualMachines/extensions/delete\",\"Microsoft.Compute/disks/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"],\"notDataActions\":[]}],\"createdOn\":\"2022-10-04T19:16:18.4584328Z\",\"updatedOn\":\"2023-02-06T16:01:22.3881136Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7b0c7e81-271f-4c71-90bf-e30bdfdbc2f7\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7b0c7e81-271f-4c71-90bf-e30bdfdbc2f7\"},{\"properties\":{\"roleName\":\"Azure + Traffic Controller Configuration Manager\",\"type\":\"BuiltInRole\",\"description\":\"Allows + access to traffic controller resource. Also allows all confiuration Updates + on traffic controller\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ServiceNetworking/trafficControllers/read\",\"Microsoft.ServiceNetworking/trafficControllers/write\",\"Microsoft.ServiceNetworking/trafficControllers/delete\",\"Microsoft.ServiceNetworking/trafficControllers/frontends/read\",\"Microsoft.ServiceNetworking/trafficControllers/frontends/write\",\"Microsoft.ServiceNetworking/trafficControllers/frontends/delete\",\"Microsoft.ServiceNetworking/trafficControllers/associations/read\",\"Microsoft.ServiceNetworking/trafficControllers/associations/write\",\"Microsoft.ServiceNetworking/trafficControllers/associations/delete\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.ServiceNetworking/trafficControllers/serviceRoutingConfigurations/read\",\"Microsoft.ServiceNetworking/trafficControllers/serviceRoutingConfigurations/write\",\"Microsoft.ServiceNetworking/trafficControllers/serviceRoutingConfigurations/delete\"],\"notDataActions\":[]}],\"createdOn\":\"2022-10-06T05:17:45.6989401Z\",\"updatedOn\":\"2022-10-28T04:09:07.9744163Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fbc52c3f-28ad-4303-a892-8a056630b8f1\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fbc52c3f-28ad-4303-a892-8a056630b8f1\"},{\"properties\":{\"roleName\":\"FHIR + SMART User\",\"type\":\"BuiltInRole\",\"description\":\"Role allows user to + access FHIR Service according to SMART on FHIR specification\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/read\",\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\",\"Microsoft.HealthcareApis/services/fhir/resources/smart/action\",\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/smart/action\"],\"notDataActions\":[]}],\"createdOn\":\"2022-10-26T19:22:25.1242244Z\",\"updatedOn\":\"2022-12-07T22:32:44.8392379Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4ba50f17-9666-485c-a643-ff00808643f0\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4ba50f17-9666-485c-a643-ff00808643f0\"},{\"properties\":{\"roleName\":\"Cognitive + Services OpenAI Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Full + access including the ability to fine-tune, deploy and generate text\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/OpenAI/*\"],\"notDataActions\":[]}],\"createdOn\":\"2022-10-27T00:27:28.3913120Z\",\"updatedOn\":\"2022-10-27T00:27:28.3913120Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a001fd3d-188f-4b5d-821b-7da978bf7442\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a001fd3d-188f-4b5d-821b-7da978bf7442\"},{\"properties\":{\"roleName\":\"Cognitive + Services OpenAI User\",\"type\":\"BuiltInRole\",\"description\":\"Ability + to view files, models, deployments. Readers can't make any changes They can + inference\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/OpenAI/*/read\",\"Microsoft.CognitiveServices/accounts/OpenAI/engines/completions/action\",\"Microsoft.CognitiveServices/accounts/OpenAI/engines/search/action\",\"Microsoft.CognitiveServices/accounts/OpenAI/engines/generate/action\",\"Microsoft.CognitiveServices/accounts/OpenAI/engines/completions/write\",\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/search/action\",\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/completions/action\",\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/chat/completions/action\",\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/embeddings/action\",\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/completions/write\"],\"notDataActions\":[]}],\"createdOn\":\"2022-10-27T00:27:28.3913120Z\",\"updatedOn\":\"2023-04-12T15:20:08.3698284Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e0bd9bd-7b93-4f28-af87-19fc36ad61bd\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e0bd9bd-7b93-4f28-af87-19fc36ad61bd\"},{\"properties\":{\"roleName\":\"Impact + Reporter\",\"type\":\"BuiltInRole\",\"description\":\"Allows access to create/report, + read and delete impacts\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Impact/WorkloadImpacts/*\",\"Microsoft.Impact/ImpactCategories/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-10-28T00:36:17.1232767Z\",\"updatedOn\":\"2022-11-14T18:04:31.5896097Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36e80216-a7e8-4f42-a7e1-f12c98cbaf8a\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"36e80216-a7e8-4f42-a7e1-f12c98cbaf8a\"},{\"properties\":{\"roleName\":\"Impact + Reader\",\"type\":\"BuiltInRole\",\"description\":\"Allows read-only access + to reported impacts and impact categories\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Impact/WorkloadImpacts/read\",\"Microsoft.Impact/ImpactCategories/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-10-28T00:51:29.5105806Z\",\"updatedOn\":\"2022-11-14T18:04:31.5896097Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/68ff5d27-c7f5-4fa9-a21c-785d0df7bd9e\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"68ff5d27-c7f5-4fa9-a21c-785d0df7bd9e\"},{\"properties\":{\"roleName\":\"ContainerApp + Reader\",\"type\":\"BuiltInRole\",\"description\":\"View all containerapp + resources, but does not allow you to make any changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.App/containerApps/*/read\",\"Microsoft.App/containerApps/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-11-14T18:04:30.1574093Z\",\"updatedOn\":\"2023-01-02T18:11:44.7991494Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ad2dd5fb-cd4b-4fd4-a9b6-4fed3630980b\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ad2dd5fb-cd4b-4fd4-a9b6-4fed3630980b\"},{\"properties\":{\"roleName\":\"Azure + Kubernetes Service Cluster Monitoring User\",\"type\":\"BuiltInRole\",\"description\":\"List + cluster monitoring user credential action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerService/managedClusters/listClusterMonitoringUserCredential/action\",\"Microsoft.ContainerService/managedClusters/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-11-14T18:04:30.1574093Z\",\"updatedOn\":\"2023-02-07T16:15:04.0057947Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1afdec4b-e479-420e-99e7-f82237c7c5e6\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1afdec4b-e479-420e-99e7-f82237c7c5e6\"},{\"properties\":{\"roleName\":\"Azure + Connected Machine Resource Manager\",\"type\":\"BuiltInRole\",\"description\":\"Custom + Role for AzureStackHCI RP to manage hybrid compute machines and hybrid connectivity + endpoints in a resource group\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridConnectivity/endpoints/read\",\"Microsoft.HybridConnectivity/endpoints/write\",\"Microsoft.HybridConnectivity/endpoints/serviceConfigurations/read\",\"Microsoft.HybridConnectivity/endpoints/serviceConfigurations/write\",\"Microsoft.HybridCompute/machines/read\",\"Microsoft.HybridCompute/machines/write\",\"Microsoft.HybridCompute/machines/delete\",\"Microsoft.HybridCompute/machines/extensions/read\",\"Microsoft.HybridCompute/machines/extensions/write\",\"Microsoft.HybridCompute/machines/extensions/delete\",\"Microsoft.HybridCompute/*/read\",\"Microsoft.HybridCompute/machines/UpgradeExtensions/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-11-15T18:14:23.5051702Z\",\"updatedOn\":\"2023-05-12T11:10:43.2671500Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f5819b54-e033-4d82-ac66-4fec3cbf3f4c\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f5819b54-e033-4d82-ac66-4fec3cbf3f4c\"},{\"properties\":{\"roleName\":\"SqlDb + Migration Role\",\"type\":\"BuiltInRole\",\"description\":\"Role for SqlDb + migration\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Sql/servers/read\",\"Microsoft.Sql/servers/write\",\"Microsoft.Sql/servers/databases/read\",\"Microsoft.Sql/servers/databases/write\",\"Microsoft.Sql/servers/databases/delete\",\"Microsoft.DataMigration/locations/operationResults/read\",\"Microsoft.DataMigration/locations/operationStatuses/read\",\"Microsoft.DataMigration/locations/sqlMigrationServiceOperationResults/read\",\"Microsoft.DataMigration/databaseMigrations/write\",\"Microsoft.DataMigration/databaseMigrations/read\",\"Microsoft.DataMigration/databaseMigrations/delete\",\"Microsoft.DataMigration/databaseMigrations/cancel/action\",\"Microsoft.DataMigration/databaseMigrations/cutover/action\",\"Microsoft.DataMigration/sqlMigrationServices/write\",\"Microsoft.DataMigration/sqlMigrationServices/delete\",\"Microsoft.DataMigration/sqlMigrationServices/read\",\"Microsoft.DataMigration/sqlMigrationServices/listAuthKeys/action\",\"Microsoft.DataMigration/sqlMigrationServices/regenerateAuthKeys/action\",\"Microsoft.DataMigration/sqlMigrationServices/deleteNode/action\",\"Microsoft.DataMigration/sqlMigrationServices/listMonitoringData/action\",\"Microsoft.DataMigration/sqlMigrationServices/listMigrations/read\",\"Microsoft.DataMigration/sqlMigrationServices/MonitoringData/read\",\"Microsoft.DataMigration/register/action\",\"Microsoft.DataMigration/operations/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-12-08T01:05:20.5512514Z\",\"updatedOn\":\"2023-02-21T16:08:29.5359253Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/189207d4-bb67-4208-a635-b06afe8b2c57\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"189207d4-bb67-4208-a635-b06afe8b2c57\"},{\"properties\":{\"roleName\":\"Bayer + Ag Powered Services GDU Solution\",\"type\":\"BuiltInRole\",\"description\":\"Provide + access to GDU Solution by Bayer Ag Powered Services\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/read\",\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insights/*\",\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insightAttachments/*\"],\"notDataActions\":[]}],\"createdOn\":\"2023-01-12T12:10:00.3896956Z\",\"updatedOn\":\"2023-03-20T15:10:14.9814064Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c4bc862a-3b64-4a35-a021-a380c159b042\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c4bc862a-3b64-4a35-a021-a380c159b042\"},{\"properties\":{\"roleName\":\"Bayer + Ag Powered Services Imagery Solution\",\"type\":\"BuiltInRole\",\"description\":\"Provide + access to Imagery Solution by Bayer Ag Powered Services\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/read\",\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/write\",\"Microsoft.AgFoodPlatform/farmBeats/ingestionJobs/satelliteDataIngestionJobs/*\",\"Microsoft.AgFoodPlatform/farmBeats/scenes/*\",\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insights/*\",\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insightAttachments/*\"],\"notDataActions\":[]}],\"createdOn\":\"2023-01-12T12:10:00.3896956Z\",\"updatedOn\":\"2023-03-20T15:10:14.9814064Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ef29765d-0d37-4119-a4f8-f9f9902c9588\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ef29765d-0d37-4119-a4f8-f9f9902c9588\"},{\"properties\":{\"roleName\":\"Azure + Center for SAP solutions Service role for management\",\"type\":\"BuiltInRole\",\"description\":\"This + role has permissions that the user assigned managed identity must have to + enable registration for the existing systems.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-01-13T11:09:47.8459997Z\",\"updatedOn\":\"2023-02-03T07:40:22.4872528Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0105a6b0-4bb9-43d2-982a-12806f9faddb\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0105a6b0-4bb9-43d2-982a-12806f9faddb\"},{\"properties\":{\"roleName\":\"Azure + Center for SAP solutions Management role\",\"type\":\"BuiltInRole\",\"description\":\"This + role has permissions which allow users to register existing systems, view + and manage systems.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-01-13T11:09:47.8459997Z\",\"updatedOn\":\"2023-02-03T07:40:22.4872528Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6d949e1d-41e2-46e3-8920-c6e4f31a8310\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6d949e1d-41e2-46e3-8920-c6e4f31a8310\"},{\"properties\":{\"roleName\":\"Kubernetes + Agentless Operator\",\"type\":\"BuiltInRole\",\"description\":\"Grants Microsoft + Defender for Cloud access to Azure Kubernetes Services\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings/write\",\"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings/read\",\"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings/delete\",\"Microsoft.ContainerService/managedClusters/read\",\"Microsoft.Features/features/read\",\"Microsoft.Features/providers/features/read\",\"Microsoft.Features/providers/features/register/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-01-13T15:12:20.5820146Z\",\"updatedOn\":\"2023-04-17T11:01:23.8967132Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d5a2ae44-610b-4500-93be-660a0c5f5ca6\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d5a2ae44-610b-4500-93be-660a0c5f5ca6\"},{\"properties\":{\"roleName\":\"Azure + Usage Billing Data Sender\",\"type\":\"BuiltInRole\",\"description\":\"Azure + Usage Billing shared BuiltIn role to be used for all Customer Account Authentication\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.UsageBilling/accounts/inputs/send/action\"],\"notDataActions\":[]}],\"createdOn\":\"2023-01-13T22:47:11.6100638Z\",\"updatedOn\":\"2023-01-27T19:26:48.9547723Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f0310ce6-e953-4cf8-b892-fb1c87eaf7f6\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f0310ce6-e953-4cf8-b892-fb1c87eaf7f6\"},{\"properties\":{\"roleName\":\"SqlMI + Migration Role\",\"type\":\"BuiltInRole\",\"description\":\"Role for SqlMI + migration\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Sql/managedInstances/read\",\"Microsoft.Sql/managedInstances/write\",\"Microsoft.Sql/managedInstances/databases/read\",\"Microsoft.Sql/managedInstances/databases/write\",\"Microsoft.Sql/managedInstances/databases/delete\",\"Microsoft.Sql/managedInstances/metrics/read\",\"Microsoft.DataMigration/locations/operationResults/read\",\"Microsoft.DataMigration/locations/operationStatuses/read\",\"Microsoft.DataMigration/locations/sqlMigrationServiceOperationResults/read\",\"Microsoft.DataMigration/databaseMigrations/write\",\"Microsoft.DataMigration/databaseMigrations/read\",\"Microsoft.DataMigration/databaseMigrations/delete\",\"Microsoft.DataMigration/databaseMigrations/cancel/action\",\"Microsoft.DataMigration/databaseMigrations/cutover/action\",\"Microsoft.DataMigration/sqlMigrationServices/write\",\"Microsoft.DataMigration/sqlMigrationServices/delete\",\"Microsoft.DataMigration/sqlMigrationServices/read\",\"Microsoft.DataMigration/sqlMigrationServices/listAuthKeys/action\",\"Microsoft.DataMigration/sqlMigrationServices/regenerateAuthKeys/action\",\"Microsoft.DataMigration/sqlMigrationServices/deleteNode/action\",\"Microsoft.DataMigration/sqlMigrationServices/listMonitoringData/action\",\"Microsoft.DataMigration/sqlMigrationServices/listMigrations/read\",\"Microsoft.DataMigration/sqlMigrationServices/MonitoringData/read\",\"Microsoft.DataMigration/register/action\",\"Microsoft.DataMigration/operations/read\",\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/listkeys/action\",\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/write\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-02-01T16:14:46.1546624Z\",\"updatedOn\":\"2023-02-21T16:08:31.3805596Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1d335eef-eee1-47fe-a9e0-53214eba8872\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1d335eef-eee1-47fe-a9e0-53214eba8872\"},{\"properties\":{\"roleName\":\"SqlVM + Migration Role\",\"type\":\"BuiltInRole\",\"description\":\"Role for SqlVM + migration\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DataMigration/locations/operationResults/read\",\"Microsoft.DataMigration/locations/operationStatuses/read\",\"Microsoft.DataMigration/locations/sqlMigrationServiceOperationResults/read\",\"Microsoft.DataMigration/databaseMigrations/write\",\"Microsoft.DataMigration/databaseMigrations/read\",\"Microsoft.DataMigration/databaseMigrations/delete\",\"Microsoft.DataMigration/databaseMigrations/cancel/action\",\"Microsoft.DataMigration/databaseMigrations/cutover/action\",\"Microsoft.DataMigration/sqlMigrationServices/write\",\"Microsoft.DataMigration/sqlMigrationServices/delete\",\"Microsoft.DataMigration/sqlMigrationServices/read\",\"Microsoft.DataMigration/sqlMigrationServices/listAuthKeys/action\",\"Microsoft.DataMigration/sqlMigrationServices/regenerateAuthKeys/action\",\"Microsoft.DataMigration/sqlMigrationServices/deleteNode/action\",\"Microsoft.DataMigration/sqlMigrationServices/listMonitoringData/action\",\"Microsoft.DataMigration/sqlMigrationServices/listMigrations/read\",\"Microsoft.DataMigration/sqlMigrationServices/MonitoringData/read\",\"Microsoft.DataMigration/register/action\",\"Microsoft.DataMigration/operations/read\",\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/listkeys/action\",\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/write\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.SqlVirtualMachine/sqlVirtualMachines/read\",\"Microsoft.SqlVirtualMachine/sqlVirtualMachines/write\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-02-01T16:14:48.7360987Z\",\"updatedOn\":\"2023-02-21T16:08:29.7399332Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ae8036db-e102-405b-a1b9-bae082ea436d\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ae8036db-e102-405b-a1b9-bae082ea436d\"},{\"properties\":{\"roleName\":\"Bayer + Ag Powered Services CWUM Solution User Role\",\"type\":\"BuiltInRole\",\"description\":\"Provide + access to CWUM Solution by Bayer Ag Powered Services\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/read\",\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/write\",\"Microsoft.AgFoodPlatform/farmBeats/ingestionJobs/satelliteDataIngestionJobs/*\",\"Microsoft.AgFoodPlatform/farmBeats/scenes/*\",\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insights/*\"],\"notDataActions\":[]}],\"createdOn\":\"2023-02-01T16:14:48.7360987Z\",\"updatedOn\":\"2023-02-27T16:05:38.7305428Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a9b99099-ead7-47db-8fcf-072597a61dfa\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a9b99099-ead7-47db-8fcf-072597a61dfa\"},{\"properties\":{\"roleName\":\"Azure + Front Door Domain Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Can + manage Azure Front Door domains, but can't grant access to other users.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Cdn/operationresults/profileresults/customdomainresults/read\",\"Microsoft.Cdn/profiles/customdomains/read\",\"Microsoft.Cdn/profiles/customdomains/write\",\"Microsoft.Cdn/profiles/customdomains/delete\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-02-03T15:30:15.5041698Z\",\"updatedOn\":\"2023-02-03T15:30:15.5041698Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0ab34830-df19-4f8c-b84e-aa85b8afa6e8\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0ab34830-df19-4f8c-b84e-aa85b8afa6e8\"},{\"properties\":{\"roleName\":\"Azure + Front Door Secret Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Can + manage Azure Front Door secrets, but can't grant access to other users.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Cdn/operationresults/profileresults/secretresults/read\",\"Microsoft.Cdn/profiles/secrets/read\",\"Microsoft.Cdn/profiles/secrets/write\",\"Microsoft.Cdn/profiles/secrets/delete\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-02-03T15:30:15.5041698Z\",\"updatedOn\":\"2023-02-03T15:30:15.5041698Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3f2eb865-5811-4578-b90a-6fc6fa0df8e5\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3f2eb865-5811-4578-b90a-6fc6fa0df8e5\"},{\"properties\":{\"roleName\":\"Azure + Front Door Domain Reader\",\"type\":\"BuiltInRole\",\"description\":\"Can + view Azure Front Door domains, but can't make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Cdn/operationresults/profileresults/customdomainresults/read\",\"Microsoft.Cdn/profiles/customdomains/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-02-03T15:30:15.5041698Z\",\"updatedOn\":\"2023-02-03T15:30:15.5041698Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0f99d363-226e-4dca-9920-b807cf8e1a5f\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0f99d363-226e-4dca-9920-b807cf8e1a5f\"},{\"properties\":{\"roleName\":\"Azure + Front Door Secret Reader\",\"type\":\"BuiltInRole\",\"description\":\"Can + view Azure Front Door secrets, but can't make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Cdn/operationresults/profileresults/secretresults/read\",\"Microsoft.Cdn/profiles/secrets/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-02-03T15:30:20.1814931Z\",\"updatedOn\":\"2023-02-03T15:30:20.1814931Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0db238c4-885e-4c4f-a933-aa2cef684fca\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0db238c4-885e-4c4f-a933-aa2cef684fca\"},{\"properties\":{\"roleName\":\"MySQL + Backup And Export Operator\",\"type\":\"BuiltInRole\",\"description\":\"Grants + full access to manage backup and export resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DBforMySQL/flexibleServers/validateBackup/action\",\"Microsoft.DBforMySQL/flexibleServers/backupAndExport/action\",\"Microsoft.DBforMySQL/locations/operationResults/read\",\"Microsoft.DBforMySQL/locations/azureAsyncOperation/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-02-06T16:01:22.3871138Z\",\"updatedOn\":\"2023-05-15T15:01:03.1204500Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d18ad5f3-1baf-4119-b49b-d944edb1f9d0\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d18ad5f3-1baf-4119-b49b-d944edb1f9d0\"},{\"properties\":{\"roleName\":\"LocalNGFirewallAdministrator + role\",\"type\":\"BuiltInRole\",\"description\":\"Allows user to create, modify, + describe, or delete NGFirewalls.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"PaloAltoNetworks.Cloudngfw/firewalls/*\",\"PaloAltoNetworks.Cloudngfw/localRulestacks/read\",\"PaloAltoNetworks.Cloudngfw/globalRulestacks/read\",\"PaloAltoNetworks.Cloudngfw/Locations/operationStatuses/read\",\"Microsoft.OperationalInsights/workspaces/write\",\"Microsoft.OperationalInsights/workspaces/sharedKeys/read\",\"Microsoft.OperationalInsights/workspaces/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Support/*\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/publicIPAddresses/write\",\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/publicIPAddresses/join/action\",\"Microsoft.Network/networkVirtualAppliances/read\",\"Microsoft.Network/networkVirtualAppliances/write\",\"Microsoft.Network/networkVirtualAppliances/delete\",\"Microsoft.Network/virtualHubs/read\",\"Microsoft.Network/virtualWans/read\",\"Microsoft.Network/virtualWans/virtualHubs/read\",\"Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/networkSecurityGroups/join/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-02-06T16:01:22.3881136Z\",\"updatedOn\":\"2023-03-14T15:28:19.3614218Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a8835c7d-b5cb-47fa-b6f0-65ea10ce07a2\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a8835c7d-b5cb-47fa-b6f0-65ea10ce07a2\"},{\"properties\":{\"roleName\":\"Azure + Stack HCI registration role\",\"type\":\"BuiltInRole\",\"description\":\"Custom + Azure role to allow subscription-level access to register Azure Stack HCI\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureStackHCI/register/action\",\"Microsoft.AzureStackHCI/Unregister/Action\",\"Microsoft.AzureStackHCI/clusters/*\",\"Microsoft.HybridCompute/register/action\",\"Microsoft.GuestConfiguration/register/action\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/subscriptions/resourceGroups/write\",\"Microsoft.Resources/subscriptions/resourceGroups/delete\",\"Microsoft.HybridConnectivity/register/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-02-06T16:01:22.3871138Z\",\"updatedOn\":\"2023-03-29T15:16:43.9290392Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bda0d508-adf1-4af0-9c28-88919fc3ae06\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bda0d508-adf1-4af0-9c28-88919fc3ae06\"},{\"properties\":{\"roleName\":\"LocalRulestacksAdministrator + role\",\"type\":\"BuiltInRole\",\"description\":\"Allows users to create, + modify, describe, or delete Rulestacks.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"PaloAltoNetworks.Cloudngfw/localRulestacks/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-02-06T16:01:22.3891153Z\",\"updatedOn\":\"2023-02-21T16:08:31.3805596Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bfc3b73d-c6ff-45eb-9a5f-40298295bf20\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bfc3b73d-c6ff-45eb-9a5f-40298295bf20\"},{\"properties\":{\"roleName\":\"Azure + Extension for SQL Server Deployment\",\"type\":\"BuiltInRole\",\"description\":\"Microsoft.AzureArcData + service role to enable deployment of Azure Extension for SQL Server\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/deployments/write\",\"Microsoft.HybridCompute/machines/extensions/write\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-03-10T19:24:06.0772059Z\",\"updatedOn\":\"2023-03-16T22:04:26.5984064Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7392c568-9289-4bde-aaaa-b7131215889d\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7392c568-9289-4bde-aaaa-b7131215889d\"},{\"properties\":{\"roleName\":\"Azure + Maps Data Read and Batch Role\",\"type\":\"BuiltInRole\",\"description\":\"This + role can be used to assign read and batch actions on Azure Maps.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Maps/accounts/services/*/read\",\"Microsoft.Maps/accounts/services/batch/action\"],\"notDataActions\":[]}],\"createdOn\":\"2023-03-16T22:04:26.5974054Z\",\"updatedOn\":\"2023-05-17T15:23:09.9109438Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d6470a16-71bd-43ab-86b3-6f3a73f4e787\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d6470a16-71bd-43ab-86b3-6f3a73f4e787\"},{\"properties\":{\"roleName\":\"API + Management Workspace Reader\",\"type\":\"BuiltInRole\",\"description\":\"Has + read-only access to entities in the workspace. This role should be assigned + on the workspace scope.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/workspaces/*/read\",\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-03-22T15:15:20.4542963Z\",\"updatedOn\":\"2023-03-22T15:15:20.4542963Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ef1c2c96-4a77-49e8-b9a4-6179fe1d2fd2\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ef1c2c96-4a77-49e8-b9a4-6179fe1d2fd2\"},{\"properties\":{\"roleName\":\"API + Management Workspace API Product Manager\",\"type\":\"BuiltInRole\",\"description\":\"Has + read access to entities in the workspace and read and write access to entities + for publishing APIs. This role should be assigned on the workspace scope.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/workspaces/*/read\",\"Microsoft.ApiManagement/service/workspaces/products/*\",\"Microsoft.ApiManagement/service/workspaces/subscriptions/*\",\"Microsoft.ApiManagement/service/workspaces/groups/*\",\"Microsoft.ApiManagement/service/workspaces/tags/*\",\"Microsoft.ApiManagement/service/workspaces/notifications/*\",\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-03-22T15:15:20.4542963Z\",\"updatedOn\":\"2023-03-22T15:15:20.4542963Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/73c2c328-d004-4c5e-938c-35c6f5679a1f\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"73c2c328-d004-4c5e-938c-35c6f5679a1f\"},{\"properties\":{\"roleName\":\"API + Management Workspace API Developer\",\"type\":\"BuiltInRole\",\"description\":\"Has + read access to entities in the workspace and read and write access to entities + for editing APIs. This role should be assigned on the workspace scope.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/workspaces/*/read\",\"Microsoft.ApiManagement/service/workspaces/apis/*\",\"Microsoft.ApiManagement/service/workspaces/apiVersionSets/*\",\"Microsoft.ApiManagement/service/workspaces/policies/*\",\"Microsoft.ApiManagement/service/workspaces/schemas/*\",\"Microsoft.ApiManagement/service/workspaces/products/*\",\"Microsoft.ApiManagement/service/workspaces/policyFragments/*\",\"Microsoft.ApiManagement/service/workspaces/namedValues/*\",\"Microsoft.ApiManagement/service/workspaces/tags/*\",\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-03-22T15:15:20.4542963Z\",\"updatedOn\":\"2023-03-22T15:15:20.4542963Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/56328988-075d-4c6a-8766-d93edd6725b6\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"56328988-075d-4c6a-8766-d93edd6725b6\"},{\"properties\":{\"roleName\":\"API + Management Service Workspace API Product Manager\",\"type\":\"BuiltInRole\",\"description\":\"Has + the same access as API Management Service Workspace API Developer as well + as read access to users and write access to allow assigning users to groups. + This role should be assigned on the service scope.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/users/read\",\"Microsoft.ApiManagement/service/tags/read\",\"Microsoft.ApiManagement/service/tags/apiLinks/*\",\"Microsoft.ApiManagement/service/tags/operationLinks/*\",\"Microsoft.ApiManagement/service/tags/productLinks/*\",\"Microsoft.ApiManagement/service/products/read\",\"Microsoft.ApiManagement/service/products/apiLinks/*\",\"Microsoft.ApiManagement/service/groups/users/*\",\"Microsoft.ApiManagement/service/read\",\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-03-22T15:15:20.4542963Z\",\"updatedOn\":\"2023-03-22T15:15:20.4542963Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d59a3e9c-6d52-4a5a-aeed-6bf3cf0e31da\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d59a3e9c-6d52-4a5a-aeed-6bf3cf0e31da\"},{\"properties\":{\"roleName\":\"API + Management Service Workspace API Developer\",\"type\":\"BuiltInRole\",\"description\":\"Has + read access to tags and products and write access to allow: assigning APIs + to products, assigning tags to products and APIs. This role should be assigned + on the service scope.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/tags/read\",\"Microsoft.ApiManagement/service/tags/apiLinks/*\",\"Microsoft.ApiManagement/service/tags/operationLinks/*\",\"Microsoft.ApiManagement/service/tags/productLinks/*\",\"Microsoft.ApiManagement/service/products/read\",\"Microsoft.ApiManagement/service/products/apiLinks/*\",\"Microsoft.ApiManagement/service/read\",\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-03-22T15:15:22.2253607Z\",\"updatedOn\":\"2023-03-22T15:15:22.2253607Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9565a273-41b9-4368-97d2-aeb0c976a9b3\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9565a273-41b9-4368-97d2-aeb0c976a9b3\"},{\"properties\":{\"roleName\":\"API + Management Workspace Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Can + manage the workspace and view, but not modify its members. This role should + be assigned on the workspace scope.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/workspaces/*\",\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-03-22T15:15:21.2657951Z\",\"updatedOn\":\"2023-03-22T15:15:21.2657951Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0c34c906-8d99-4cb7-8bb7-33f5b0a1a799\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0c34c906-8d99-4cb7-8bb7-33f5b0a1a799\"},{\"properties\":{\"roleName\":\"Storage + File Data Privileged Reader\",\"type\":\"BuiltInRole\",\"description\":\"Customer + has read access on Azure Storage file shares.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\",\"Microsoft.Storage/storageAccounts/fileServices/readFileBackupSemantics/action\"],\"notDataActions\":[]}],\"createdOn\":\"2023-03-24T20:36:33.5999978Z\",\"updatedOn\":\"2023-04-07T19:31:54.7331401Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b8eda974-7b85-4f76-af95-65846b26df6d\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b8eda974-7b85-4f76-af95-65846b26df6d\"},{\"properties\":{\"roleName\":\"Storage + File Data Privileged Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Customer + has read, write, delete and modify NTFS permission access on Azure Storage + file shares.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\",\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/write\",\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/delete\",\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/modifypermissions/action\",\"Microsoft.Storage/storageAccounts/fileServices/readFileBackupSemantics/action\",\"Microsoft.Storage/storageAccounts/fileServices/writeFileBackupSemantics/action\"],\"notDataActions\":[]}],\"createdOn\":\"2023-03-24T20:51:46.4662516Z\",\"updatedOn\":\"2023-04-07T19:31:53.4135545Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/69566ab7-960f-475b-8e7c-b3118f30c6bd\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"69566ab7-960f-475b-8e7c-b3118f30c6bd\"},{\"properties\":{\"roleName\":\"Windows365NetworkUser\",\"type\":\"BuiltInRole\",\"description\":\"Read + the virtual network informations, and join the virtual network to virtual + machine in another tenant. This role is used in Windows365 scenarios.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/usages/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-03-27T15:08:56.6070697Z\",\"updatedOn\":\"2023-04-18T15:19:34.2924522Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7eabc9a4-85f7-4f71-b8ab-75daaccc1033\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7eabc9a4-85f7-4f71-b8ab-75daaccc1033\"},{\"properties\":{\"roleName\":\"Windows365NetworkInterfaceContributor\",\"type\":\"BuiltInRole\",\"description\":\"Create + NICs and join it to virtual machine in another tenant. This role is used in + Windows365 scenarios.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourcegroups/read\",\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-03-27T15:08:58.3984832Z\",\"updatedOn\":\"2023-03-27T15:08:58.3984832Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1f135831-5bbe-4924-9016-264044c00788\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1f135831-5bbe-4924-9016-264044c00788\"},{\"properties\":{\"roleName\":\"Windows365SubscriptionReader\",\"type\":\"BuiltInRole\",\"description\":\"Read + subscriptions, images, azure firewalls. This role is used in Windows365 scenarios.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-03-27T15:08:58.3984832Z\",\"updatedOn\":\"2023-03-27T15:08:58.3984832Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3d55a8f6-4133-418d-8051-facdb1735758\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3d55a8f6-4133-418d-8051-facdb1735758\"},{\"properties\":{\"roleName\":\"App + Compliance Automation Administrator\",\"type\":\"BuiltInRole\",\"description\":\"Create, + read, download, modify and delete reports objects and related other resource + objects.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AppComplianceAutomation/*\",\"Microsoft.Storage/storageAccounts/blobServices/write\",\"Microsoft.Storage/storageAccounts/fileservices/write\",\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Storage/storageAccounts/write\",\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\",\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\",\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.PolicyInsights/policyStates/queryResults/action\",\"Microsoft.PolicyInsights/policyStates/triggerEvaluation/action\",\"Microsoft.Resources/resources/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\",\"Microsoft.Resources/subscriptions/resources/read\",\"Microsoft.Resources/subscriptions/resourceGroups/delete\",\"Microsoft.Resources/subscriptions/resourceGroups/write\",\"Microsoft.Resources/tags/read\",\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Security/automations/read\",\"Microsoft.Resources/deployments/write\",\"Microsoft.Security/automations/delete\",\"Microsoft.Security/automations/write\",\"Microsoft.Security/register/action\",\"Microsoft.Security/unregister/action\",\"*/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-04-14T05:39:53.8680786Z\",\"updatedOn\":\"2023-05-26T04:59:13.9237237Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0f37683f-2463-46b6-9ce7-9b788b988ba2\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0f37683f-2463-46b6-9ce7-9b788b988ba2\"},{\"properties\":{\"roleName\":\"App + Compliance Automation Reader\",\"type\":\"BuiltInRole\",\"description\":\"App + Compliance Automation Reader Role\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AppComplianceAutomation/*/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-04-14T05:39:53.8670787Z\",\"updatedOn\":\"2023-04-14T05:39:53.8670787Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ffc6bbe0-e443-4c3b-bf54-26581bb2f78e\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ffc6bbe0-e443-4c3b-bf54-26581bb2f78e\"},{\"properties\":{\"roleName\":\"Azure + Sphere Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Allows user + read and write access to Azure Sphere resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureSphere/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/DiagnosticSettings/*\",\"Microsoft.Insights/DiagnosticSettingsCategories/Read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-05-02T15:22:08.6728628Z\",\"updatedOn\":\"2023-05-08T15:10:38.0545692Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8b9dfcab-4b77-4632-a6df-94bd07820648\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8b9dfcab-4b77-4632-a6df-94bd07820648\"},{\"properties\":{\"roleName\":\"SaaS + Hub Contributor\",\"type\":\"BuiltInRole\",\"description\":\"SaaS Hub contributor + can manage SaaS Hub resource\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.SaaSHub/cloudservices/read\",\"Microsoft.SaaSHub/cloudservices/write\",\"Microsoft.SaaSHub/cloudservices/delete\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-05-03T15:33:04.5437406Z\",\"updatedOn\":\"2023-05-12T22:22:08.3454165Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e9b8712a-cbcf-4ea7-b0f7-e71b803401e6\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e9b8712a-cbcf-4ea7-b0f7-e71b803401e6\"},{\"properties\":{\"roleName\":\"Azure + Sphere Reader\",\"type\":\"BuiltInRole\",\"description\":\"Allows user to + read Azure Sphere resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureSphere/*/read\",\"Microsoft.AzureSphere/catalogs/countDevices/action\",\"Microsoft.AzureSphere/catalogs/listDeviceGroups/action\",\"Microsoft.AzureSphere/catalogs/listDeviceInsights/action\",\"Microsoft.AzureSphere/catalogs/listDevices/action\",\"Microsoft.AzureSphere/catalogs/listDeployments/action\",\"Microsoft.AzureSphere/catalogs/products/countDevices/action\",\"Microsoft.AzureSphere/catalogs/products/deviceGroups/countDevices/action\",\"Microsoft.AzureSphere/catalogs/certificates/retrieveCertChain/action\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/DiagnosticSettings/Read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-05-08T15:10:38.0395671Z\",\"updatedOn\":\"2023-05-12T22:22:08.3454165Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c8ae6279-5a0b-4cb2-b3f0-d4d62845742c\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c8ae6279-5a0b-4cb2-b3f0-d4d62845742c\"},{\"properties\":{\"roleName\":\"Azure + Sphere Publisher\",\"type\":\"BuiltInRole\",\"description\":\"Allows user + to read and download Azure Sphere resources and upload images.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureSphere/*/read\",\"Microsoft.AzureSphere/catalogs/countDevices/action\",\"Microsoft.AzureSphere/catalogs/listDeviceGroups/action\",\"Microsoft.AzureSphere/catalogs/listDeviceInsights/action\",\"Microsoft.AzureSphere/catalogs/listDevices/action\",\"Microsoft.AzureSphere/catalogs/products/countDevices/action\",\"Microsoft.AzureSphere/catalogs/products/deviceGroups/countDevices/action\",\"Microsoft.AzureSphere/catalogs/certificates/retrieveProofOfPossessionNonce/action\",\"Microsoft.AzureSphere/catalogs/certificates/retrieveCertChain/action\",\"Microsoft.AzureSphere/catalogs/images/write\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/DiagnosticSettings/Read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-05-08T15:10:38.0395671Z\",\"updatedOn\":\"2023-05-12T22:22:08.3454165Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6d994134-994b-4a59-9974-f479f0b227fb\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6d994134-994b-4a59-9974-f479f0b227fb\"},{\"properties\":{\"roleName\":\"Cognitive + Search Serverless Data Reader\",\"type\":\"BuiltInRole\",\"description\":\"Read + Cognitive Search serverless index schema and documents. This role is in preview + and subject to change.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveSearch/indexes/schema/read\",\"Microsoft.CognitiveSearch/indexes/documents/read\"],\"notDataActions\":[]}],\"createdOn\":\"2023-05-16T15:12:24.3993826Z\",\"updatedOn\":\"2023-05-16T15:12:24.3993826Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/79b01272-bf9f-4f4c-9517-5506269cf524\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"79b01272-bf9f-4f4c-9517-5506269cf524\"},{\"properties\":{\"roleName\":\"Cognitive + Search Serverless Data Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Create, + read, modify and delete Cognitive Search serverless index schema and documents. + This role is in preview and subject to change.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveSearch/indexes/schema/*\",\"Microsoft.CognitiveSearch/indexes/documents/*\"],\"notDataActions\":[]}],\"createdOn\":\"2023-05-16T15:12:24.3943867Z\",\"updatedOn\":\"2023-05-16T15:12:24.3943867Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7ac06ca7-21ca-47e3-a67b-cbd6e6223baf\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7ac06ca7-21ca-47e3-a67b-cbd6e6223baf\"},{\"properties\":{\"roleName\":\"Community + Owner Role\",\"type\":\"BuiltInRole\",\"description\":\"Community Owner Role + to access the resources of Microsoft.Mission stored with RPSAAS.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Mission/register/action\",\"Microsoft.Mission/unregister/action\",\"Microsoft.Mission/Locations/OperationStatuses/read\",\"Microsoft.Mission/Locations/OperationStatuses/write\",\"Microsoft.Mission/Operations/read\",\"Microsoft.Mission/catalogs/read\",\"Microsoft.Mission/catalogs/write\",\"Microsoft.Mission/catalogs/delete\",\"Microsoft.Mission/communities/read\",\"Microsoft.Mission/communities/write\",\"Microsoft.Mission/communities/delete\",\"Microsoft.Mission/internalConnections/read\",\"Microsoft.Mission/internalConnections/write\",\"Microsoft.Mission/internalConnections/delete\",\"Microsoft.Mission/virtualEnclaves/read\",\"Microsoft.Mission/virtualEnclaves/write\",\"Microsoft.Mission/virtualEnclaves/delete\",\"Microsoft.Mission/virtualEnclaves/workloads/read\",\"Microsoft.Mission/virtualEnclaves/workloads/write\",\"Microsoft.Mission/virtualEnclaves/workloads/delete\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-05-26T20:54:56.9528275Z\",\"updatedOn\":\"2023-05-26T20:54:56.9528275Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e28a61e-8040-49db-b175-bb5b88af6239\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e28a61e-8040-49db-b175-bb5b88af6239\"}]}" + headers: + cache-control: + - no-cache + content-length: + - '505893' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 05:50:48 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"ids": ["0780d444-b68e-4c41-a9df-642df2c43310"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"0780d444-b68e-4c41-a9df-642df2c43310","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=True","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004"],"appDisplayName":null,"appDescription":null,"appId":"fb1c2f34-2906-4cf4-8ce8-382e01feb00a","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-05-30T05:49:01Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"id000004","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["fb1c2f34-2906-4cf4-8ce8-382e01feb00a","https://identity.azure.net/co0PXna6QVcu6TRMiZmKMD7FvFRVKk80vdM+7iFT9Qo="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"79896C74C1A1E70AE8174994DF41F1FC8CE45D38","displayName":"CN=fb1c2f34-2906-4cf4-8ce8-382e01feb00a","endDateTime":"2023-08-28T05:44:00Z","key":null,"keyId":"73dad30e-9a05-47f2-b597-43df97d5baf7","startDateTime":"2023-05-30T05:44:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1727' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Tue, 30 May 2023 05:50:49 GMT + location: + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - f94eed20-cf4e-4655-b21c-608bc2012427 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"001","RoleInstance":"SI2PEPF00001643"}}' + x-ms-resource-unit: + - '3' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T05:48:21.1852041","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T05:48:21.1852041"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"yellowcoast-76463cdb.eastus.azurecontainerapps.io","staticIp":"20.72.183.14","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"f95a21f1-5cb2-45f9-83e9-574423a5c132","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '1506' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 05:50:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache content-length: - - '10638' + - '10587' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:18:04 GMT + - Tue, 30 May 2023 05:50:51 GMT expires: - '-1' pragma: @@ -2351,11 +5043,12 @@ interactions: {"fqdn": null, "external": true, "targetPort": 80, "transport": "auto", "exposedPort": null, "traffic": null, "customDomains": null, "ipSecurityRestrictions": null, "stickySessions": null}, "dapr": null, "registries": [{"server": "acr000005.azurecr.io", - "username": null, "passwordSecretRef": null, "identity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004"}]}, - "template": {"revisionSuffix": null, "containers": [{"image": "acr000005.azurecr.io/k8se/quickstart:latest", - "name": "aca000003", "command": null, "args": null, "env": null, "resources": - null, "volumeMounts": null}], "initContainers": null, "scale": null, "volumes": - null}, "workloadProfileName": null}, "tags": null}' + "username": null, "passwordSecretRef": null, "identity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004"}], + "service": null}, "template": {"revisionSuffix": "test1", "containers": [{"image": + "acr000005.azurecr.io/k8se/quickstart:latest", "name": "aca000007", "command": + null, "args": null, "env": null, "resources": null, "volumeMounts": null}], + "initContainers": null, "scale": null, "volumes": null, "serviceBinds": null}, + "workloadProfileName": null}, "tags": null}' headers: Accept: - '*/*' @@ -2366,33 +5059,34 @@ interactions: Connection: - keep-alive Content-Length: - - '1286' + - '1328' Content-Type: - application/json ParameterSetName: - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000003?api-version=2023-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000007?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000003","name":"aca000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T07:18:09.8976933Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T07:18:09.8976933Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.88.190.79"],"latestRevisionName":"","latestReadyRevisionName":"","latestRevisionFqdn":"","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000003.agreeablerock-b83fbc8a.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"acr000005.azurecr.io","username":"","passwordSecretRef":"","identity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004"}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"acr000005.azurecr.io/k8se/quickstart:latest","name":"aca000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004":{"principalId":"fbe3e580-0b0d-43cb-9cc7-e1bdf94aa9e8","clientId":"12afbef0-dcf5-434d-98e5-2a9c2adeff4b"}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000007","name":"aca000007","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T05:50:54.6136466Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T05:50:54.6136466Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.72.181.144"],"latestRevisionName":"","latestReadyRevisionName":"","latestRevisionFqdn":"","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000007.yellowcoast-76463cdb.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"acr000005.azurecr.io","username":"","passwordSecretRef":"","identity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004"}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"test1","terminationGracePeriodSeconds":null,"containers":[{"image":"acr000005.azurecr.io/k8se/quickstart:latest","name":"aca000007","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000007/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004":{"principalId":"0780d444-b68e-4c41-a9df-642df2c43310","clientId":"fb1c2f34-2906-4cf4-8ce8-382e01feb00a"}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, 2023-02-01, 2023-04-01-preview azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/3044239e-63d8-40d5-b5c8-b4f881d38e2a?api-version=2023-04-01-preview&azureAsyncOperation=true + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/197bdc87-02d4-4588-9b44-d9f4de37bec8?api-version=2023-04-01-preview&azureAsyncOperation=true cache-control: - no-cache content-length: - - '2640' + - '2644' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:18:15 GMT + - Tue, 30 May 2023 05:50:58 GMT expires: - '-1' pragma: @@ -2406,7 +5100,7 @@ interactions: x-ms-async-operation-timeout: - PT15M x-ms-ratelimit-remaining-subscription-resource-requests: - - '698' + - '699' x-powered-by: - ASP.NET status: @@ -2425,13 +5119,66 @@ interactions: - keep-alive ParameterSetName: - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix + User-Agent: + - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/197bdc87-02d4-4588-9b44-d9f4de37bec8?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/197bdc87-02d4-4588-9b44-d9f4de37bec8","name":"197bdc87-02d4-4588-9b44-d9f4de37bec8","status":"InProgress","startTime":"2023-05-30T05:50:57.1564437"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-02-01, 2023-04-01-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 05:51:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/3044239e-63d8-40d5-b5c8-b4f881d38e2a?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/197bdc87-02d4-4588-9b44-d9f4de37bec8?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/3044239e-63d8-40d5-b5c8-b4f881d38e2a","name":"3044239e-63d8-40d5-b5c8-b4f881d38e2a","status":"InProgress","startTime":"2023-05-06T07:18:12.6396231"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/197bdc87-02d4-4588-9b44-d9f4de37bec8","name":"197bdc87-02d4-4588-9b44-d9f4de37bec8","status":"InProgress","startTime":"2023-05-30T05:50:57.1564437"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -2443,7 +5190,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:18:17 GMT + - Tue, 30 May 2023 05:51:04 GMT expires: - '-1' pragma: @@ -2476,13 +5223,14 @@ interactions: - keep-alive ParameterSetName: - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/3044239e-63d8-40d5-b5c8-b4f881d38e2a?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/197bdc87-02d4-4588-9b44-d9f4de37bec8?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/3044239e-63d8-40d5-b5c8-b4f881d38e2a","name":"3044239e-63d8-40d5-b5c8-b4f881d38e2a","status":"InProgress","startTime":"2023-05-06T07:18:12.6396231"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/197bdc87-02d4-4588-9b44-d9f4de37bec8","name":"197bdc87-02d4-4588-9b44-d9f4de37bec8","status":"InProgress","startTime":"2023-05-30T05:50:57.1564437"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -2494,7 +5242,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:18:21 GMT + - Tue, 30 May 2023 05:51:07 GMT expires: - '-1' pragma: @@ -2527,13 +5275,14 @@ interactions: - keep-alive ParameterSetName: - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/3044239e-63d8-40d5-b5c8-b4f881d38e2a?api-version=2023-04-01-preview&azureAsyncOperation=true + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/197bdc87-02d4-4588-9b44-d9f4de37bec8?api-version=2023-04-01-preview&azureAsyncOperation=true response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/3044239e-63d8-40d5-b5c8-b4f881d38e2a","name":"3044239e-63d8-40d5-b5c8-b4f881d38e2a","status":"Succeeded","startTime":"2023-05-06T07:18:12.6396231"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/197bdc87-02d4-4588-9b44-d9f4de37bec8","name":"197bdc87-02d4-4588-9b44-d9f4de37bec8","status":"Succeeded","startTime":"2023-05-30T05:50:57.1564437"}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -2545,7 +5294,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:18:25 GMT + - Tue, 30 May 2023 05:51:11 GMT expires: - '-1' pragma: @@ -2578,14 +5327,15 @@ interactions: - keep-alive ParameterSetName: - -g -n --registry-identity --image --ingress --target-port --environment --registry-server + --revision-suffix User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000003?api-version=2023-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000007?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000003","name":"aca000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T07:18:09.8976933","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T07:18:09.8976933"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.88.190.79"],"latestRevisionName":"aca000003--psdhd8o","latestReadyRevisionName":"aca000003--psdhd8o","latestRevisionFqdn":"aca000003--psdhd8o.agreeablerock-b83fbc8a.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000003.agreeablerock-b83fbc8a.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"acr000005.azurecr.io","username":"","passwordSecretRef":"","identity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004"}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"acr000005.azurecr.io/k8se/quickstart:latest","name":"aca000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004":{"principalId":"fbe3e580-0b0d-43cb-9cc7-e1bdf94aa9e8","clientId":"12afbef0-dcf5-434d-98e5-2a9c2adeff4b"}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000007","name":"aca000007","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T05:50:54.6136466","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T05:50:54.6136466"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.72.181.144"],"latestRevisionName":"aca000007--test1","latestReadyRevisionName":"aca000007--test1","latestRevisionFqdn":"aca000007--test1.yellowcoast-76463cdb.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000007.yellowcoast-76463cdb.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"acr000005.azurecr.io","username":"","passwordSecretRef":"","identity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004"}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"test1","terminationGracePeriodSeconds":null,"containers":[{"image":"acr000005.azurecr.io/k8se/quickstart:latest","name":"aca000007","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000007/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004":{"principalId":"0780d444-b68e-4c41-a9df-642df2c43310","clientId":"fb1c2f34-2906-4cf4-8ce8-382e01feb00a"}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -2593,11 +5343,11 @@ interactions: cache-control: - no-cache content-length: - - '2743' + - '2739' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:18:27 GMT + - Tue, 30 May 2023 05:51:14 GMT expires: - '-1' pragma: @@ -2642,93 +5392,93 @@ interactions: US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West US","Central US","North Central US","South Central US","Korea Central","Brazil South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache content-length: - - '10638' + - '10587' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:18:28 GMT + - Tue, 30 May 2023 05:51:15 GMT expires: - '-1' pragma: @@ -2758,11 +5508,11 @@ interactions: User-Agent: - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000003?api-version=2023-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000007?api-version=2023-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000003","name":"aca000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T07:18:09.8976933","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T07:18:09.8976933"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.88.190.79"],"latestRevisionName":"aca000003--psdhd8o","latestReadyRevisionName":"aca000003--psdhd8o","latestRevisionFqdn":"aca000003--psdhd8o.agreeablerock-b83fbc8a.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000003.agreeablerock-b83fbc8a.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"acr000005.azurecr.io","username":"","passwordSecretRef":"","identity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004"}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"acr000005.azurecr.io/k8se/quickstart:latest","name":"aca000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004":{"principalId":"fbe3e580-0b0d-43cb-9cc7-e1bdf94aa9e8","clientId":"12afbef0-dcf5-434d-98e5-2a9c2adeff4b"}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/aca000007","name":"aca000007","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-30T05:50:54.6136466","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T05:50:54.6136466"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.72.181.144"],"latestRevisionName":"aca000007--test1","latestReadyRevisionName":"aca000007--test1","latestRevisionFqdn":"aca000007--test1.yellowcoast-76463cdb.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"aca000007.yellowcoast-76463cdb.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"acr000005.azurecr.io","username":"","passwordSecretRef":"","identity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004"}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"test1","terminationGracePeriodSeconds":null,"containers":[{"image":"acr000005.azurecr.io/k8se/quickstart:latest","name":"aca000007","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/aca000007/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000004":{"principalId":"0780d444-b68e-4c41-a9df-642df2c43310","clientId":"fb1c2f34-2906-4cf4-8ce8-382e01feb00a"}}}}' headers: api-supported-versions: - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, @@ -2770,11 +5520,11 @@ interactions: cache-control: - no-cache content-length: - - '2743' + - '2739' content-type: - application/json; charset=utf-8 date: - - Sat, 06 May 2023 07:18:31 GMT + - Tue, 30 May 2023 05:51:17 GMT expires: - '-1' pragma: diff --git a/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_up_image_e2e.yaml b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_up_image_e2e.yaml index ee255aedc35..7a11377d251 100644 --- a/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_up_image_e2e.yaml +++ b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_up_image_e2e.yaml @@ -1,4457 +1,3592 @@ -interactions: -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp env create - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North - Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US - 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West - US","Central US","North Central US","South Central US","Korea Central","Brazil - South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' - headers: - cache-control: - - no-cache - content-length: - - '10638' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:09: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: - - containerapp env create - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North - Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US - 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West - US","Central US","North Central US","South Central US","Korea Central","Brazil - South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' - headers: - cache-control: - - no-cache - content-length: - - '10638' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:09:49 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp env create - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North - Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US - 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West - US","Central US","North Central US","South Central US","Korea Central","Brazil - South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' - headers: - cache-control: - - no-cache - content-length: - - '10638' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:09:49 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp env create - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North - Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US - 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West - US","Central US","North Central US","South Central US","Korea Central","Brazil - South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' - headers: - cache-control: - - no-cache - content-length: - - '10638' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:09:50 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: - - containerapp env create - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights?api-version=2022-09-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 - 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","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","Korea - South","Jio India Central","Jio India West","Qatar Central","Canada East","West - US 3","Sweden Central","South Africa West","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2021-06-01","2021-03-01-privatepreview","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, SystemAssignedResourceIdentity, 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 - East","Korea Central","France Central","Central US","East US 2","East Asia","West - US","South Africa North","North Central US","Brazil South","Switzerland North","Norway - East","Australia Southeast","Australia Central 2","Germany West Central","Switzerland - West","UAE Central","UK West","Brazil Southeast","Japan West","UAE North","Australia - Central","France South","South India","Korea South","Jio India Central","Jio - India West","Qatar Central","Canada East","West US 3","Sweden Central"],"apiVersions":["2019-09-01-preview","2019-09-01"],"capabilities":"SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/operationStatuses","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","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","Korea - South","Jio India Central","Jio India West","Qatar Central","Canada East","West - US 3","Sweden Central","South Africa West","Poland Central"],"apiVersions":["2023-01-01-preview","2022-10-01","2022-09-01-privatepreview","2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/scopedPrivateLinkProxies","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","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","Korea - South","Jio India Central","Jio India West","Qatar Central","Canada East","West - US 3","Sweden Central","South Africa West","Poland Central"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"workspaces/query","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/metadata","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/dataSources","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","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","Korea - South","Jio India Central","Jio India West","Qatar Central","Canada East","West - US 3","Sweden Central","South Africa West","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/linkedStorageAccounts","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","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","Korea - South","Jio India Central","Jio India West","Qatar Central","Canada East","West - US 3","Sweden Central","South Africa West","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/tables","locations":["East - US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan - East","UK South","Central India","Canada Central","West US 2","Australia East","Australia - Central","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","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","Korea - South","Jio India Central","Jio India West","Qatar Central","Canada East","West - US 3","Sweden Central","South Africa West","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2020-08-01","2020-03-01-preview","2017-04-26-preview"],"capabilities":"None"},{"resourceType":"workspaces/storageInsightConfigs","locations":["East - US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan - East","UK South","Central India","Canada Central","West US 2","Australia East","Australia - Central","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","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","Korea - South","Jio India Central","Jio India West","Qatar Central","Canada East","West - US 3","Sweden Central","South Africa West","Poland Central"],"apiVersions":["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":"None"},{"resourceType":"storageInsightConfigs","locations":[],"apiVersions":["2020-08-01","2020-03-01-preview","2014-10-10"],"capabilities":"SupportsExtension"},{"resourceType":"workspaces/linkedServices","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","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","Korea - South","Jio India Central","Jio India West","Qatar Central","Canada East","West - US 3","Sweden Central","South Africa West","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"linkTargets","locations":["East - US"],"apiVersions":["2020-03-01-preview","2015-03-20"],"capabilities":"None"},{"resourceType":"deletedWorkspaces","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","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","Korea - South","Jio India Central","Jio India West","Qatar Central","Canada East","West - US 3","Sweden Central","South Africa West","Poland Central"],"apiVersions":["2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2022-10-01","2021-12-01-preview","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","Korea South","Jio India - Central","Jio India West","Qatar Central","Canada East","West US 3","Sweden - Central","South Africa West","Poland Central"],"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 - 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","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","Korea - South","Jio India Central","Jio India West","Qatar Central","Canada East","West - US 3","Sweden Central","South Africa West","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/notifyNetworkSecurityPerimeterUpdatesAvailable","locations":["North - Central US","East US 2 EUAP"],"apiVersions":["2021-10-01"],"defaultApiVersion":"2021-10-01","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' - headers: - cache-control: - - no-cache - content-length: - - '13109' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:09:50 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: - - containerapp env create - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights?api-version=2022-09-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 - 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","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","Korea - South","Jio India Central","Jio India West","Qatar Central","Canada East","West - US 3","Sweden Central","South Africa West","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2021-06-01","2021-03-01-privatepreview","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, SystemAssignedResourceIdentity, 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 - East","Korea Central","France Central","Central US","East US 2","East Asia","West - US","South Africa North","North Central US","Brazil South","Switzerland North","Norway - East","Australia Southeast","Australia Central 2","Germany West Central","Switzerland - West","UAE Central","UK West","Brazil Southeast","Japan West","UAE North","Australia - Central","France South","South India","Korea South","Jio India Central","Jio - India West","Qatar Central","Canada East","West US 3","Sweden Central"],"apiVersions":["2019-09-01-preview","2019-09-01"],"capabilities":"SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/operationStatuses","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","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","Korea - South","Jio India Central","Jio India West","Qatar Central","Canada East","West - US 3","Sweden Central","South Africa West","Poland Central"],"apiVersions":["2023-01-01-preview","2022-10-01","2022-09-01-privatepreview","2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/scopedPrivateLinkProxies","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","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","Korea - South","Jio India Central","Jio India West","Qatar Central","Canada East","West - US 3","Sweden Central","South Africa West","Poland Central"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"workspaces/query","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/metadata","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/dataSources","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","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","Korea - South","Jio India Central","Jio India West","Qatar Central","Canada East","West - US 3","Sweden Central","South Africa West","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/linkedStorageAccounts","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","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","Korea - South","Jio India Central","Jio India West","Qatar Central","Canada East","West - US 3","Sweden Central","South Africa West","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/tables","locations":["East - US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan - East","UK South","Central India","Canada Central","West US 2","Australia East","Australia - Central","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","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","Korea - South","Jio India Central","Jio India West","Qatar Central","Canada East","West - US 3","Sweden Central","South Africa West","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2020-08-01","2020-03-01-preview","2017-04-26-preview"],"capabilities":"None"},{"resourceType":"workspaces/storageInsightConfigs","locations":["East - US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan - East","UK South","Central India","Canada Central","West US 2","Australia East","Australia - Central","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","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","Korea - South","Jio India Central","Jio India West","Qatar Central","Canada East","West - US 3","Sweden Central","South Africa West","Poland Central"],"apiVersions":["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":"None"},{"resourceType":"storageInsightConfigs","locations":[],"apiVersions":["2020-08-01","2020-03-01-preview","2014-10-10"],"capabilities":"SupportsExtension"},{"resourceType":"workspaces/linkedServices","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","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","Korea - South","Jio India Central","Jio India West","Qatar Central","Canada East","West - US 3","Sweden Central","South Africa West","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"linkTargets","locations":["East - US"],"apiVersions":["2020-03-01-preview","2015-03-20"],"capabilities":"None"},{"resourceType":"deletedWorkspaces","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","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","Korea - South","Jio India Central","Jio India West","Qatar Central","Canada East","West - US 3","Sweden Central","South Africa West","Poland Central"],"apiVersions":["2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2022-10-01","2021-12-01-preview","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","Korea South","Jio India - Central","Jio India West","Qatar Central","Canada East","West US 3","Sweden - Central","South Africa West","Poland Central"],"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 - 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","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","Korea - South","Jio India Central","Jio India West","Qatar Central","Canada East","West - US 3","Sweden Central","South Africa West","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/notifyNetworkSecurityPerimeterUpdatesAvailable","locations":["North - Central US","East US 2 EUAP"],"apiVersions":["2021-10-01"],"defaultApiVersion":"2021-10-01","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' - headers: - cache-control: - - no-cache - content-length: - - '13109' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:09:50 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": "eastus", "properties": {"publicNetworkAccessForIngestion": - "Enabled", "publicNetworkAccessForQuery": "Enabled"}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp env create - Connection: - - keep-alive - Content-Length: - - '126' - Content-Type: - - application/json - ParameterSetName: - - -g -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.10.11 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgu6yjwaemgtaybj2n7rabl?api-version=2021-12-01-preview - response: - body: - string: '{"properties":{"customerId":"9f928c6b-9bd8-46b4-a6bd-d64ad9fcde09","provisioningState":"Creating","sku":{"name":"pergb2018","lastSkuUpdate":"2023-05-06T05:09:57.5875198Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-05-07T02:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-05-06T05:09:57.5875198Z","modifiedDate":"2023-05-06T05:09:57.5875198Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgu6yjwaemgtaybj2n7rabl","name":"workspace-clitestrgu6yjwaemgtaybj2n7rabl","type":"Microsoft.OperationalInsights/workspaces"}' - headers: - access-control-allow-origin: - - '*' - api-supported-versions: - - 2021-12-01-preview - cache-control: - - no-cache - content-length: - - '887' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:09:59 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgu6yjwaemgtaybj2n7rabl?api-version=2021-12-01-preview - pragma: - - no-cache - request-context: - - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' - x-powered-by: - - ASP.NET - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp env create - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.10.11 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgu6yjwaemgtaybj2n7rabl?api-version=2021-12-01-preview - response: - body: - string: '{"properties":{"customerId":"9f928c6b-9bd8-46b4-a6bd-d64ad9fcde09","provisioningState":"Succeeded","sku":{"name":"pergb2018","lastSkuUpdate":"2023-05-06T05:09:57.5875198Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-05-07T02:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-05-06T05:09:57.5875198Z","modifiedDate":"2023-05-06T05:09:57.5875198Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgu6yjwaemgtaybj2n7rabl","name":"workspace-clitestrgu6yjwaemgtaybj2n7rabl","type":"Microsoft.OperationalInsights/workspaces"}' - headers: - access-control-allow-origin: - - '*' - api-supported-versions: - - 2021-12-01-preview - cache-control: - - no-cache - content-length: - - '888' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:10:28 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp env create - Connection: - - keep-alive - Content-Length: - - '0' - ParameterSetName: - - -g -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.10.11 (Windows-10-10.0.22621-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgu6yjwaemgtaybj2n7rabl/sharedKeys?api-version=2020-08-01 - response: - body: - string: '{"primarySharedKey":"AzQKICzkHPSFG/mVxQCtB4d60YbCO1jUXQDTXsHA+BRve2Sc7Y8hdVF7VAYa86EGTjiRsAqDpKXldwqy6y1hSA==","secondarySharedKey":"fJ1GJUWKQkQz/pNcKCY/OVwgZan2red9N0LZ6ONjj0q0Ma1b6T2ziqYkurwD4q5K4+sEjNuWFaLQy7QjmzowjA=="}' - headers: - access-control-allow-origin: - - '*' - api-supported-versions: - - 2015-03-20, 2020-08-01, 2020-10-01, 2021-06-01, 2022-10-01 - cache-control: - - no-cache - content-length: - - '223' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:10:31 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 - server: - - Microsoft-IIS/10.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' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: '{"location": "eastus", "tags": null, "properties": {"daprAIInstrumentationKey": - null, "vnetConfiguration": null, "appLogsConfiguration": {"destination": "log-analytics", - "logAnalyticsConfiguration": {"customerId": "9f928c6b-9bd8-46b4-a6bd-d64ad9fcde09", - "sharedKey": "AzQKICzkHPSFG/mVxQCtB4d60YbCO1jUXQDTXsHA+BRve2Sc7Y8hdVF7VAYa86EGTjiRsAqDpKXldwqy6y1hSA=="}}, - "customDomainConfiguration": null, "workloadProfiles": null, "zoneRedundant": - false}}' - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp env create - Connection: - - keep-alive - Content-Length: - - '446' - Content-Type: - - application/json - ParameterSetName: - - -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:10:37.1081569Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:10:37.1081569Z"},"properties":{"provisioningState":"Waiting","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"orangecoast-5b969c86.eastus.azurecontainerapps.io","staticIp":"20.242.253.121","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"9f928c6b-9bd8-46b4-a6bd-d64ad9fcde09","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":null},"daprConfiguration":{"version":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDateUtc":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null}}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/45fd80c9-aaa0-4675-8be0-f192b1bb8cee?api-version=2023-04-01-preview&azureAsyncOperation=true - cache-control: - - no-cache - content-length: - - '1477' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:10:39 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-async-operation-timeout: - - PT15M - x-ms-ratelimit-remaining-subscription-resource-requests: - - '99' - x-powered-by: - - ASP.NET - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp env create - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/45fd80c9-aaa0-4675-8be0-f192b1bb8cee?api-version=2023-04-01-preview&azureAsyncOperation=true - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/45fd80c9-aaa0-4675-8be0-f192b1bb8cee","name":"45fd80c9-aaa0-4675-8be0-f192b1bb8cee","status":"InProgress","startTime":"2023-05-06T05:10:37.9315829"}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '284' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:10:41 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp env create - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/45fd80c9-aaa0-4675-8be0-f192b1bb8cee?api-version=2023-04-01-preview&azureAsyncOperation=true - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/45fd80c9-aaa0-4675-8be0-f192b1bb8cee","name":"45fd80c9-aaa0-4675-8be0-f192b1bb8cee","status":"InProgress","startTime":"2023-05-06T05:10:37.9315829"}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '284' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:10:44 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp env create - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/45fd80c9-aaa0-4675-8be0-f192b1bb8cee?api-version=2023-04-01-preview&azureAsyncOperation=true - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/45fd80c9-aaa0-4675-8be0-f192b1bb8cee","name":"45fd80c9-aaa0-4675-8be0-f192b1bb8cee","status":"InProgress","startTime":"2023-05-06T05:10:37.9315829"}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '284' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:10:48 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp env create - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/45fd80c9-aaa0-4675-8be0-f192b1bb8cee?api-version=2023-04-01-preview&azureAsyncOperation=true - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/45fd80c9-aaa0-4675-8be0-f192b1bb8cee","name":"45fd80c9-aaa0-4675-8be0-f192b1bb8cee","status":"InProgress","startTime":"2023-05-06T05:10:37.9315829"}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '284' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:10:52 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp env create - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/45fd80c9-aaa0-4675-8be0-f192b1bb8cee?api-version=2023-04-01-preview&azureAsyncOperation=true - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/45fd80c9-aaa0-4675-8be0-f192b1bb8cee","name":"45fd80c9-aaa0-4675-8be0-f192b1bb8cee","status":"InProgress","startTime":"2023-05-06T05:10:37.9315829"}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '284' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:10:56 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp env create - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/45fd80c9-aaa0-4675-8be0-f192b1bb8cee?api-version=2023-04-01-preview&azureAsyncOperation=true - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/45fd80c9-aaa0-4675-8be0-f192b1bb8cee","name":"45fd80c9-aaa0-4675-8be0-f192b1bb8cee","status":"InProgress","startTime":"2023-05-06T05:10:37.9315829"}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '284' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:10:58 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp env create - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/45fd80c9-aaa0-4675-8be0-f192b1bb8cee?api-version=2023-04-01-preview&azureAsyncOperation=true - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/45fd80c9-aaa0-4675-8be0-f192b1bb8cee","name":"45fd80c9-aaa0-4675-8be0-f192b1bb8cee","status":"InProgress","startTime":"2023-05-06T05:10:37.9315829"}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '284' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:11:02 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp env create - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/45fd80c9-aaa0-4675-8be0-f192b1bb8cee?api-version=2023-04-01-preview&azureAsyncOperation=true - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/45fd80c9-aaa0-4675-8be0-f192b1bb8cee","name":"45fd80c9-aaa0-4675-8be0-f192b1bb8cee","status":"InProgress","startTime":"2023-05-06T05:10:37.9315829"}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '284' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:11:06 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp env create - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/45fd80c9-aaa0-4675-8be0-f192b1bb8cee?api-version=2023-04-01-preview&azureAsyncOperation=true - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/45fd80c9-aaa0-4675-8be0-f192b1bb8cee","name":"45fd80c9-aaa0-4675-8be0-f192b1bb8cee","status":"InProgress","startTime":"2023-05-06T05:10:37.9315829"}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '284' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:11:10 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp env create - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/45fd80c9-aaa0-4675-8be0-f192b1bb8cee?api-version=2023-04-01-preview&azureAsyncOperation=true - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/45fd80c9-aaa0-4675-8be0-f192b1bb8cee","name":"45fd80c9-aaa0-4675-8be0-f192b1bb8cee","status":"InProgress","startTime":"2023-05-06T05:10:37.9315829"}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '284' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:11:14 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp env create - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/45fd80c9-aaa0-4675-8be0-f192b1bb8cee?api-version=2023-04-01-preview&azureAsyncOperation=true - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/45fd80c9-aaa0-4675-8be0-f192b1bb8cee","name":"45fd80c9-aaa0-4675-8be0-f192b1bb8cee","status":"InProgress","startTime":"2023-05-06T05:10:37.9315829"}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '284' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:11:17 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp env create - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/45fd80c9-aaa0-4675-8be0-f192b1bb8cee?api-version=2023-04-01-preview&azureAsyncOperation=true - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/45fd80c9-aaa0-4675-8be0-f192b1bb8cee","name":"45fd80c9-aaa0-4675-8be0-f192b1bb8cee","status":"Succeeded","startTime":"2023-05-06T05:10:37.9315829"}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '283' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:11:21 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp env create - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:10:37.1081569","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:10:37.1081569"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"orangecoast-5b969c86.eastus.azurecontainerapps.io","staticIp":"20.242.253.121","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"9f928c6b-9bd8-46b4-a6bd-d64ad9fcde09","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.9.2"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDateUtc":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null}}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '1484' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:11:23 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North - Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US - 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West - US","Central US","North Central US","South Central US","Korea Central","Brazil - South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' - headers: - cache-control: - - no-cache - content-length: - - '10638' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:11:23 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: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North - Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US - 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West - US","Central US","North Central US","South Central US","Korea Central","Brazil - South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' - headers: - cache-control: - - no-cache - content-length: - - '10638' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:11:24 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: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:10:37.1081569","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:10:37.1081569"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"orangecoast-5b969c86.eastus.azurecontainerapps.io","staticIp":"20.242.253.121","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"9f928c6b-9bd8-46b4-a6bd-d64ad9fcde09","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.9.2"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDateUtc":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null}}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '1484' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:11:26 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) - method: HEAD - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - date: - - Sat, 06 May 2023 05:11:26 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 204 - message: No Content -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview - response: - body: - string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/managedEnvironments/subscriptions'' - under resource group ''clitest.rg000001'' was not found. For more details - please go to https://aka.ms/ARMResourceNotFoundFix"}}' - headers: - cache-control: - - no-cache - content-length: - - '235' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:11:30 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 - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview - response: - body: - string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000003'' - under resource group ''clitest.rg000001'' was not found. For more details - please go to https://aka.ms/ARMResourceNotFoundFix"}}' - headers: - cache-control: - - no-cache - content-length: - - '234' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:11:30 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 - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview - response: - body: - string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000003'' - under resource group ''clitest.rg000001'' was not found. For more details - please go to https://aka.ms/ARMResourceNotFoundFix"}}' - headers: - cache-control: - - no-cache - content-length: - - '234' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:11:30 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: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) - method: HEAD - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - date: - - Sat, 06 May 2023 05:11:31 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 204 - message: No Content -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:10:37.1081569","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:10:37.1081569"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"orangecoast-5b969c86.eastus.azurecontainerapps.io","staticIp":"20.242.253.121","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"9f928c6b-9bd8-46b4-a6bd-d64ad9fcde09","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.9.2"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDateUtc":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null}}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '1484' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:11:34 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview - response: - body: - string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000003'' - under resource group ''clitest.rg000001'' was not found. For more details - please go to https://aka.ms/ARMResourceNotFoundFix"}}' - headers: - cache-control: - - no-cache - content-length: - - '234' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:11:35 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 - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview - response: - body: - string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000003'' - under resource group ''clitest.rg000001'' was not found. For more details - please go to https://aka.ms/ARMResourceNotFoundFix"}}' - headers: - cache-control: - - no-cache - content-length: - - '234' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:11:38 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: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North - Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US - 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West - US","Central US","North Central US","South Central US","Korea Central","Brazil - South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' - headers: - cache-control: - - no-cache - content-length: - - '10638' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:11:37 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:10:37.1081569","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:10:37.1081569"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"orangecoast-5b969c86.eastus.azurecontainerapps.io","staticIp":"20.242.253.121","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"9f928c6b-9bd8-46b4-a6bd-d64ad9fcde09","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.9.2"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDateUtc":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null}}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '1484' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:11:40 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North - Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US - 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West - US","Central US","North Central US","South Central US","Korea Central","Brazil - South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' - headers: - cache-control: - - no-cache - content-length: - - '10638' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:11:40 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: '{"location": "eastus", "identity": {"type": "None", "userAssignedIdentities": - null}, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", - "configuration": {"secrets": null, "activeRevisionsMode": "single", "ingress": - {"fqdn": null, "external": true, "targetPort": 80, "transport": "auto", "exposedPort": - null, "traffic": null, "customDomains": null, "ipSecurityRestrictions": null, - "stickySessions": null}, "dapr": null, "registries": null}, "template": {"revisionSuffix": - null, "containers": [{"image": "mcr.microsoft.com/k8se/quickstart:latest", "name": - "containerapp000003", "command": null, "args": null, "env": null, "resources": - null, "volumeMounts": null}], "initContainers": null, "scale": null, "volumes": - null}, "workloadProfileName": null}, "tags": null}' - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp up - Connection: - - keep-alive - Content-Length: - - '885' - Content-Type: - - application/json - ParameterSetName: - - --image --environment -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:11:46.634345Z","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:11:46.634345Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.121.103.195"],"latestRevisionName":"","latestReadyRevisionName":"","latestRevisionFqdn":"","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000003.orangecoast-5b969c86.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/e814d819-f8b5-4650-91c8-1faa414a8137?api-version=2023-04-01-preview&azureAsyncOperation=true - cache-control: - - no-cache - content-length: - - '2153' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:11:48 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-async-operation-timeout: - - PT15M - x-ms-ratelimit-remaining-subscription-resource-requests: - - '699' - x-powered-by: - - ASP.NET - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/e814d819-f8b5-4650-91c8-1faa414a8137?api-version=2023-04-01-preview&azureAsyncOperation=true - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/e814d819-f8b5-4650-91c8-1faa414a8137","name":"e814d819-f8b5-4650-91c8-1faa414a8137","status":"InProgress","startTime":"2023-05-06T05:11:46.7844196"}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '278' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:11:48 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/e814d819-f8b5-4650-91c8-1faa414a8137?api-version=2023-04-01-preview&azureAsyncOperation=true - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/e814d819-f8b5-4650-91c8-1faa414a8137","name":"e814d819-f8b5-4650-91c8-1faa414a8137","status":"InProgress","startTime":"2023-05-06T05:11:46.7844196"}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '278' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:11:52 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/e814d819-f8b5-4650-91c8-1faa414a8137?api-version=2023-04-01-preview&azureAsyncOperation=true - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/e814d819-f8b5-4650-91c8-1faa414a8137","name":"e814d819-f8b5-4650-91c8-1faa414a8137","status":"InProgress","startTime":"2023-05-06T05:11:46.7844196"}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '278' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:11:55 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/e814d819-f8b5-4650-91c8-1faa414a8137?api-version=2023-04-01-preview&azureAsyncOperation=true - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/e814d819-f8b5-4650-91c8-1faa414a8137","name":"e814d819-f8b5-4650-91c8-1faa414a8137","status":"Succeeded","startTime":"2023-05-06T05:11:46.7844196"}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '277' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:11:58 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:11:46.634345","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:11:46.634345"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.121.103.195"],"latestRevisionName":"containerapp000003--xtmgtv7","latestReadyRevisionName":"containerapp000003--xtmgtv7","latestRevisionFqdn":"containerapp000003--xtmgtv7.orangecoast-5b969c86.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000003.orangecoast-5b969c86.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '2281' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:12:04 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:11:46.634345","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:11:46.634345"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.121.103.195"],"latestRevisionName":"containerapp000003--xtmgtv7","latestReadyRevisionName":"containerapp000003--xtmgtv7","latestRevisionFqdn":"containerapp000003--xtmgtv7.orangecoast-5b969c86.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000003.orangecoast-5b969c86.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '2281' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:12:07 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp show - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North - Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US - 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West - US","Central US","North Central US","South Central US","Korea Central","Brazil - South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' - headers: - cache-control: - - no-cache - content-length: - - '10638' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:12:07 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: - - containerapp show - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:11:46.634345","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:11:46.634345"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.121.103.195"],"latestRevisionName":"containerapp000003--xtmgtv7","latestReadyRevisionName":"containerapp000003--xtmgtv7","latestRevisionFqdn":"containerapp000003--xtmgtv7.orangecoast-5b969c86.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000003.orangecoast-5b969c86.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '2281' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:12:10 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python-requests/2.26.0 - method: GET - uri: http://containerapp000003.orangecoast-5b969c86.eastus.azurecontainerapps.io/ - response: - body: - string: '' - headers: - content-length: - - '0' - date: - - Sat, 06 May 2023 05:12:11 GMT - location: - - https://containerapp000003.orangecoast-5b969c86.eastus.azurecontainerapps.io/ - status: - code: 301 - message: Moved Permanently -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python-requests/2.26.0 - method: GET - uri: https://containerapp000003.orangecoast-5b969c86.eastus.azurecontainerapps.io/ - response: - body: - string: "\n\n\n\n \n \n \n Azure - Container Apps - Welcome\n \n \n \n \n \n\n\n\n - \ \n
\n
\n - \
\n
\n
\n\n
\n
\n \n - \
\n
\n - \

Your Azure Container Apps app is - live

\n
\n
\n
\n
To Learn - more, follow our docs\n - here\n \n
\n
\n - \ \n
\n
\n
\n
\n \n \n - \ \n \n \n \n - \ \n \n \n \n - \ \n \n - \ \n \n \n - \ \n \n \n \n \n \n - \ \n - \ \n - \ \n \n - \ \n - \ \n \n \n \n \n - \ \n \n \n \n - \ \n \n \n \n - \ \n \n \n - \ \n \n
\n - \
\n
\n - \
\n \n \n \n\n\n\n" - headers: - content-type: - - text/html; charset=utf-8 - date: - - Sat, 06 May 2023 05:12:12 GMT - transfer-encoding: - - chunked - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n -l - User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North - Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US - 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West - US","Central US","North Central US","South Central US","Korea Central","Brazil - South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' - headers: - cache-control: - - no-cache - content-length: - - '10638' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:12:12 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: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n -l - User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North - Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US - 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West - US","Central US","North Central US","South Central US","Korea Central","Brazil - South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' - headers: - cache-control: - - no-cache - content-length: - - '10638' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:12:12 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: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n -l - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:10:37.1081569","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:10:37.1081569"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"orangecoast-5b969c86.eastus.azurecontainerapps.io","staticIp":"20.242.253.121","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"9f928c6b-9bd8-46b4-a6bd-d64ad9fcde09","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.9.2"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDateUtc":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null}}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '1484' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:12:17 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n -l - User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) - method: HEAD - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - date: - - Sat, 06 May 2023 05:12:17 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 204 - message: No Content -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n -l - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview - response: - body: - string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/managedEnvironments/subscriptions'' - under resource group ''clitest.rg000001'' was not found. For more details - please go to https://aka.ms/ARMResourceNotFoundFix"}}' - headers: - cache-control: - - no-cache - content-length: - - '235' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:12:19 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 - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n -l - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:11:46.634345","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:11:46.634345"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.121.103.195"],"latestRevisionName":"containerapp000003--xtmgtv7","latestReadyRevisionName":"containerapp000003--xtmgtv7","latestRevisionFqdn":"containerapp000003--xtmgtv7.orangecoast-5b969c86.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000003.orangecoast-5b969c86.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '2281' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:12:19 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n -l - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:11:46.634345","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:11:46.634345"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.121.103.195"],"latestRevisionName":"containerapp000003--xtmgtv7","latestReadyRevisionName":"containerapp000003--xtmgtv7","latestRevisionFqdn":"containerapp000003--xtmgtv7.orangecoast-5b969c86.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000003.orangecoast-5b969c86.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '2281' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:12:21 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n -l - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:11:46.634345","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:11:46.634345"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.121.103.195"],"latestRevisionName":"containerapp000003--xtmgtv7","latestReadyRevisionName":"containerapp000003--xtmgtv7","latestRevisionFqdn":"containerapp000003--xtmgtv7.orangecoast-5b969c86.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000003.orangecoast-5b969c86.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '2281' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:12:24 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n -l - User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) - method: HEAD - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - date: - - Sat, 06 May 2023 05:12:24 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 204 - message: No Content -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n -l - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"eastus","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:10:37.1081569","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:10:37.1081569"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"orangecoast-5b969c86.eastus.azurecontainerapps.io","staticIp":"20.242.253.121","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"9f928c6b-9bd8-46b4-a6bd-d64ad9fcde09","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.9.2"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDateUtc":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null}}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '1484' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:12:30 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n -l - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:11:46.634345","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:11:46.634345"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.121.103.195"],"latestRevisionName":"containerapp000003--xtmgtv7","latestReadyRevisionName":"containerapp000003--xtmgtv7","latestRevisionFqdn":"containerapp000003--xtmgtv7.orangecoast-5b969c86.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000003.orangecoast-5b969c86.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '2281' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:12:32 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n -l - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:11:46.634345","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:11:46.634345"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.121.103.195"],"latestRevisionName":"containerapp000003--xtmgtv7","latestReadyRevisionName":"containerapp000003--xtmgtv7","latestRevisionFqdn":"containerapp000003--xtmgtv7.orangecoast-5b969c86.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000003.orangecoast-5b969c86.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '2281' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:12:34 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n -l - User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.11 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North - Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast - Asia","Sweden Central","Canada Central","West Europe","North Europe","East - US","East US 2","East Asia","Australia East","Germany West Central","Japan - East","UK South","West US","Central US","North Central US","South Central - US","Korea Central","Brazil South","West US 3","France Central","South Africa - North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East - US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North Central US - (Stage)","Canada Central","West Europe","North Europe","East US","East US - 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West - US","Central US","North Central US","South Central US","Korea Central","Brazil - South","West US 3","France Central","South Africa North","Norway East","Switzerland - North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","West US 2","Southeast Asia","Sweden Central","North - Central US (Stage)","Canada Central","West Europe","North Europe","East US","East - US 2","East Asia","Australia East","Germany West Central","Japan East","UK - South","West US","Central US","North Central US","South Central US","Korea - Central","Brazil South","West US 3","France Central","South Africa North","Norway - East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East - US","East Asia","West Europe"],"apiVersions":["2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central - US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North - Central US","East US 2","West Europe","Central US","East US","North Europe","South - Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' - headers: - cache-control: - - no-cache - content-length: - - '10638' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:12:34 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: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n -l - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:11:46.634345","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:11:46.634345"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.121.103.195"],"latestRevisionName":"containerapp000003--xtmgtv7","latestReadyRevisionName":"containerapp000003--xtmgtv7","latestRevisionFqdn":"containerapp000003--xtmgtv7.orangecoast-5b969c86.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000003.orangecoast-5b969c86.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '2281' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:12:35 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: '{"properties": {"template": {"containers": [{"image": "mcr.microsoft.com/k8se/quickstart:latest", - "name": "containerapp000003", "resources": {"cpu": 0.5, "memory": "1Gi", "ephemeralStorage": - "2Gi"}}], "revisionSuffix": null}, "configuration": {"ingress": {"external": - true, "targetPort": 80}}}}' - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp up - Connection: - - keep-alive - Content-Length: - - '294' - Content-Type: - - application/json - ParameterSetName: - - --image --environment -g -n -l - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview - response: - body: - string: '' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '0' - date: - - Sat, 06 May 2023 05:12:36 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/f9e6e67c-aa19-40c2-8284-83b4eb5d3fb2?api-version=2023-04-01-preview - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '699' - x-powered-by: - - ASP.NET - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n -l - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/f9e6e67c-aa19-40c2-8284-83b4eb5d3fb2?api-version=2023-04-01-preview - response: - body: - string: '' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '0' - date: - - Sat, 06 May 2023 05:12:37 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/f9e6e67c-aa19-40c2-8284-83b4eb5d3fb2?api-version=2023-04-01-preview - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n -l - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationResults/f9e6e67c-aa19-40c2-8284-83b4eb5d3fb2?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:11:46.634345","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:12:36.4327043"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.121.103.195"],"latestRevisionName":"containerapp000003--xtmgtv7","latestReadyRevisionName":"containerapp000003--xtmgtv7","latestRevisionFqdn":"containerapp000003--xtmgtv7.orangecoast-5b969c86.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000003.orangecoast-5b969c86.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '2282' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:12:43 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - containerapp up - Connection: - - keep-alive - ParameterSetName: - - --image --environment -g -n -l - User-Agent: - - python/3.10.11 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East - US","systemData":{"createdBy":"xinyupang@microsoft.com","createdByType":"User","createdAt":"2023-05-06T05:11:46.634345","lastModifiedBy":"xinyupang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-06T05:12:36.4327043"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.121.103.195"],"latestRevisionName":"containerapp000003--xtmgtv7","latestReadyRevisionName":"containerapp000003--xtmgtv7","latestRevisionFqdn":"containerapp000003--xtmgtv7.orangecoast-5b969c86.eastus.azurecontainerapps.io","customDomainVerificationId":"D3F71C85EB6552E36A89A3E4A080C3CFB00181670B659B0003264FC673AA9B00","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000003.orangecoast-5b969c86.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' - headers: - api-supported-versions: - - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, - 2023-02-01, 2023-04-01-preview - cache-control: - - no-cache - content-length: - - '2282' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 06 May 2023 05:12:44 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -version: 1 +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:12 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:12 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:12 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:12 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights?api-version=2022-09-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 + 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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2021-06-01","2021-03-01-privatepreview","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, SystemAssignedResourceIdentity, 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 + East","Korea Central","France Central","Central US","East US 2","East Asia","West + US","South Africa North","North Central US","Brazil South","Switzerland North","Norway + East","Australia Southeast","Australia Central 2","Germany West Central","Switzerland + West","UAE Central","UK West","Brazil Southeast","Japan West","UAE North","Australia + Central","France South","South India","Korea South","Jio India Central","Jio + India West","Qatar Central","Canada East","West US 3","Sweden Central"],"apiVersions":["2019-09-01-preview","2019-09-01"],"capabilities":"SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/operationStatuses","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2023-01-01-preview","2022-10-01","2022-09-01-privatepreview","2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/scopedPrivateLinkProxies","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"workspaces/query","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/metadata","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/dataSources","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/linkedStorageAccounts","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/tables","locations":["East + US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan + East","UK South","Central India","Canada Central","West US 2","Australia East","Australia + Central","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2020-08-01","2020-03-01-preview","2017-04-26-preview"],"capabilities":"None"},{"resourceType":"workspaces/storageInsightConfigs","locations":["East + US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan + East","UK South","Central India","Canada Central","West US 2","Australia East","Australia + Central","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["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":"None"},{"resourceType":"storageInsightConfigs","locations":[],"apiVersions":["2020-08-01","2020-03-01-preview","2014-10-10"],"capabilities":"SupportsExtension"},{"resourceType":"workspaces/linkedServices","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"linkTargets","locations":["East + US"],"apiVersions":["2020-03-01-preview","2015-03-20"],"capabilities":"None"},{"resourceType":"deletedWorkspaces","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2022-10-01","2021-12-01-preview","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","Korea South","Jio India + Central","Jio India West","Qatar Central","Canada East","West US 3","Sweden + Central","South Africa West","Germany North","Poland Central"],"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 + 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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/notifyNetworkSecurityPerimeterUpdatesAvailable","locations":["North + Central US","East US 2 EUAP"],"apiVersions":["2021-10-01"],"defaultApiVersion":"2021-10-01","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '13285' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:13 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights?api-version=2022-09-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 + 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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2021-06-01","2021-03-01-privatepreview","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, SystemAssignedResourceIdentity, 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 + East","Korea Central","France Central","Central US","East US 2","East Asia","West + US","South Africa North","North Central US","Brazil South","Switzerland North","Norway + East","Australia Southeast","Australia Central 2","Germany West Central","Switzerland + West","UAE Central","UK West","Brazil Southeast","Japan West","UAE North","Australia + Central","France South","South India","Korea South","Jio India Central","Jio + India West","Qatar Central","Canada East","West US 3","Sweden Central"],"apiVersions":["2019-09-01-preview","2019-09-01"],"capabilities":"SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/operationStatuses","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2023-01-01-preview","2022-10-01","2022-09-01-privatepreview","2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/scopedPrivateLinkProxies","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"workspaces/query","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/metadata","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/dataSources","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/linkedStorageAccounts","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/tables","locations":["East + US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan + East","UK South","Central India","Canada Central","West US 2","Australia East","Australia + Central","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2020-08-01","2020-03-01-preview","2017-04-26-preview"],"capabilities":"None"},{"resourceType":"workspaces/storageInsightConfigs","locations":["East + US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan + East","UK South","Central India","Canada Central","West US 2","Australia East","Australia + Central","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["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":"None"},{"resourceType":"storageInsightConfigs","locations":[],"apiVersions":["2020-08-01","2020-03-01-preview","2014-10-10"],"capabilities":"SupportsExtension"},{"resourceType":"workspaces/linkedServices","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"linkTargets","locations":["East + US"],"apiVersions":["2020-03-01-preview","2015-03-20"],"capabilities":"None"},{"resourceType":"deletedWorkspaces","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2022-10-01","2021-12-01-preview","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","Korea South","Jio India + Central","Jio India West","Qatar Central","Canada East","West US 3","Sweden + Central","South Africa West","Germany North","Poland Central"],"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 + 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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/notifyNetworkSecurityPerimeterUpdatesAvailable","locations":["North + Central US","East US 2 EUAP"],"apiVersions":["2021-10-01"],"defaultApiVersion":"2021-10-01","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '13285' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:13 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": "eastus", "properties": {"publicNetworkAccessForIngestion": + "Enabled", "publicNetworkAccessForQuery": "Enabled"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '126' + Content-Type: + - application/json + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrg5ctwlpjo43w4uv5fogmy4?api-version=2021-12-01-preview + response: + body: + string: '{"properties":{"customerId":"a31142f6-3b17-46fc-a82a-13f7b19203db","provisioningState":"Creating","sku":{"name":"pergb2018","lastSkuUpdate":"2023-06-15T21:56:15.2597742Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-16T09:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-06-15T21:56:15.2597742Z","modifiedDate":"2023-06-15T21:56:15.2597742Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrg5ctwlpjo43w4uv5fogmy4","name":"workspace-clitestrg5ctwlpjo43w4uv5fogmy4","type":"Microsoft.OperationalInsights/workspaces"}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2021-12-01-preview + cache-control: + - no-cache + content-length: + - '887' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:15 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrg5ctwlpjo43w4uv5fogmy4?api-version=2021-12-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrg5ctwlpjo43w4uv5fogmy4?api-version=2021-12-01-preview + response: + body: + string: '{"properties":{"customerId":"a31142f6-3b17-46fc-a82a-13f7b19203db","provisioningState":"Creating","sku":{"name":"pergb2018","lastSkuUpdate":"2023-06-15T21:56:15.2597742Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-16T09:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-06-15T21:56:15.2597742Z","modifiedDate":"2023-06-15T21:56:15.2597742Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrg5ctwlpjo43w4uv5fogmy4","name":"workspace-clitestrg5ctwlpjo43w4uv5fogmy4","type":"Microsoft.OperationalInsights/workspaces"}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2021-12-01-preview + cache-control: + - no-cache + content-length: + - '887' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:15 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrg5ctwlpjo43w4uv5fogmy4/sharedKeys?api-version=2020-08-01 + response: + body: + string: '{"primarySharedKey":"HZJsqoPlx5eRH1ePe5ZdbH7Qv9Il0qr6F3Va5ekKkxYqPIJCWTjR0rDbIq3A+RQ/WJWbhvzZRn0Wf/8LX54qqg==","secondarySharedKey":"sG+QbItjziCVg8pT3I2chrQOLnMYibf0It/GZBBOr/eYR0f9wpobir5/i+TqQ0j68G/S2rm0HWfhibCTixB6UA=="}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2015-03-20, 2020-08-01, 2020-10-01, 2021-06-01, 2022-10-01 + cache-control: + - no-cache + content-length: + - '223' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:17 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + 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' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus", "tags": null, "properties": {"daprAIInstrumentationKey": + null, "vnetConfiguration": null, "appLogsConfiguration": {"destination": "log-analytics", + "logAnalyticsConfiguration": {"customerId": "a31142f6-3b17-46fc-a82a-13f7b19203db", + "sharedKey": "HZJsqoPlx5eRH1ePe5ZdbH7Qv9Il0qr6F3Va5ekKkxYqPIJCWTjR0rDbIq3A+RQ/WJWbhvzZRn0Wf/8LX54qqg=="}}, + "customDomainConfiguration": null, "workloadProfiles": null, "zoneRedundant": + false}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '446' + Content-Type: + - application/json + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:56:18.4613182Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:56:18.4613182Z"},"properties":{"provisioningState":"Waiting","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"happymushroom-0e3fd21b.eastus.azurecontainerapps.io","staticIp":"40.76.161.224","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"a31142f6-3b17-46fc-a82a-13f7b19203db","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '1530' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:19 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '99' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583","name":"664c094c-25ce-471c-83c5-eb6c83aea583","status":"InProgress","startTime":"2023-06-15T21:56:18.8189785"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583","name":"664c094c-25ce-471c-83c5-eb6c83aea583","status":"InProgress","startTime":"2023-06-15T21:56:18.8189785"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:22 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583","name":"664c094c-25ce-471c-83c5-eb6c83aea583","status":"InProgress","startTime":"2023-06-15T21:56:18.8189785"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:24 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583","name":"664c094c-25ce-471c-83c5-eb6c83aea583","status":"InProgress","startTime":"2023-06-15T21:56:18.8189785"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583","name":"664c094c-25ce-471c-83c5-eb6c83aea583","status":"InProgress","startTime":"2023-06-15T21:56:18.8189785"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:30 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583","name":"664c094c-25ce-471c-83c5-eb6c83aea583","status":"InProgress","startTime":"2023-06-15T21:56:18.8189785"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:31 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583","name":"664c094c-25ce-471c-83c5-eb6c83aea583","status":"InProgress","startTime":"2023-06-15T21:56:18.8189785"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:34 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583","name":"664c094c-25ce-471c-83c5-eb6c83aea583","status":"InProgress","startTime":"2023-06-15T21:56:18.8189785"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583","name":"664c094c-25ce-471c-83c5-eb6c83aea583","status":"InProgress","startTime":"2023-06-15T21:56:18.8189785"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583","name":"664c094c-25ce-471c-83c5-eb6c83aea583","status":"InProgress","startTime":"2023-06-15T21:56:18.8189785"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583","name":"664c094c-25ce-471c-83c5-eb6c83aea583","status":"InProgress","startTime":"2023-06-15T21:56:18.8189785"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583","name":"664c094c-25ce-471c-83c5-eb6c83aea583","status":"InProgress","startTime":"2023-06-15T21:56:18.8189785"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:47 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583","name":"664c094c-25ce-471c-83c5-eb6c83aea583","status":"InProgress","startTime":"2023-06-15T21:56:18.8189785"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:50 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583","name":"664c094c-25ce-471c-83c5-eb6c83aea583","status":"InProgress","startTime":"2023-06-15T21:56:18.8189785"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:52 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583","name":"664c094c-25ce-471c-83c5-eb6c83aea583","status":"InProgress","startTime":"2023-06-15T21:56:18.8189785"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583","name":"664c094c-25ce-471c-83c5-eb6c83aea583","status":"InProgress","startTime":"2023-06-15T21:56:18.8189785"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:57 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583","name":"664c094c-25ce-471c-83c5-eb6c83aea583","status":"InProgress","startTime":"2023-06-15T21:56:18.8189785"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583","name":"664c094c-25ce-471c-83c5-eb6c83aea583","status":"InProgress","startTime":"2023-06-15T21:56:18.8189785"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:02 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/664c094c-25ce-471c-83c5-eb6c83aea583","name":"664c094c-25ce-471c-83c5-eb6c83aea583","status":"Succeeded","startTime":"2023-06-15T21:56:18.8189785"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:56:18.4613182","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:56:18.4613182"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"happymushroom-0e3fd21b.eastus.azurecontainerapps.io","staticIp":"40.76.161.224","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"a31142f6-3b17-46fc-a82a-13f7b19203db","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1530' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:06 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:06 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:56:18.4613182","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:56:18.4613182"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"happymushroom-0e3fd21b.eastus.azurecontainerapps.io","staticIp":"40.76.161.224","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"a31142f6-3b17-46fc-a82a-13f7b19203db","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1530' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:07 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: HEAD + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + connection: + - close + content-length: + - '0' + date: + - Thu, 15 Jun 2023 21:57:07 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/managedEnvironments/subscriptions'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '235' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:07 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 + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000003'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:07 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 + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000003'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:07 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: HEAD + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 21:57:08 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:56:18.4613182","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:56:18.4613182"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"happymushroom-0e3fd21b.eastus.azurecontainerapps.io","staticIp":"40.76.161.224","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"a31142f6-3b17-46fc-a82a-13f7b19203db","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1530' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:08 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000003'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:08 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 + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000003'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:09 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:09 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:56:18.4613182","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:56:18.4613182"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"happymushroom-0e3fd21b.eastus.azurecontainerapps.io","staticIp":"40.76.161.224","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"a31142f6-3b17-46fc-a82a-13f7b19203db","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1530' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:09 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:09 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"location": "East US", "identity": {"type": "None", "userAssignedIdentities": + null}, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", + "configuration": {"secrets": null, "activeRevisionsMode": "single", "ingress": + {"fqdn": null, "external": true, "targetPort": 80, "transport": "auto", "exposedPort": + null, "traffic": null, "customDomains": null, "ipSecurityRestrictions": null, + "stickySessions": null}, "dapr": null, "registries": null, "service": null}, + "template": {"revisionSuffix": null, "containers": [{"image": "mcr.microsoft.com/k8se/quickstart:latest", + "name": "containerapp000003", "command": null, "args": null, "env": null, "resources": + null, "volumeMounts": null}], "initContainers": null, "scale": null, "volumes": + null, "serviceBinds": null}, "workloadProfileName": null}, "tags": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + Content-Length: + - '925' + Content-Type: + - application/json + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:57:11.5217631Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:57:11.5217631Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.237.95.102"],"latestRevisionName":"","latestReadyRevisionName":"","latestRevisionFqdn":"","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000003.happymushroom-0e3fd21b.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/3265dd60-58c2-4403-a67b-f98b2a27c180?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '2154' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:12 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '698' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/3265dd60-58c2-4403-a67b-f98b2a27c180?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/3265dd60-58c2-4403-a67b-f98b2a27c180","name":"3265dd60-58c2-4403-a67b-f98b2a27c180","status":"InProgress","startTime":"2023-06-15T21:57:11.8958411"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:13 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/3265dd60-58c2-4403-a67b-f98b2a27c180?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/3265dd60-58c2-4403-a67b-f98b2a27c180","name":"3265dd60-58c2-4403-a67b-f98b2a27c180","status":"InProgress","startTime":"2023-06-15T21:57:11.8958411"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:15 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/3265dd60-58c2-4403-a67b-f98b2a27c180?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/3265dd60-58c2-4403-a67b-f98b2a27c180","name":"3265dd60-58c2-4403-a67b-f98b2a27c180","status":"Succeeded","startTime":"2023-06-15T21:57:11.8958411"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '277' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:17 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:57:11.5217631","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:57:11.5217631"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.237.95.102"],"latestRevisionName":"containerapp000003--bzgmevf","latestReadyRevisionName":"containerapp000003--bzgmevf","latestRevisionFqdn":"containerapp000003--bzgmevf.happymushroom-0e3fd21b.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000003.happymushroom-0e3fd21b.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --image + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:57:11.5217631","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:57:11.5217631"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.237.95.102"],"latestRevisionName":"containerapp000003--bzgmevf","latestReadyRevisionName":"containerapp000003--bzgmevf","latestRevisionFqdn":"containerapp000003--bzgmevf.happymushroom-0e3fd21b.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000003.happymushroom-0e3fd21b.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:19 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:19 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:57:11.5217631","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:57:11.5217631"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.237.95.102"],"latestRevisionName":"containerapp000003--bzgmevf","latestReadyRevisionName":"containerapp000003--bzgmevf","latestRevisionFqdn":"containerapp000003--bzgmevf.happymushroom-0e3fd21b.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":null,"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000003.happymushroom-0e3fd21b.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":null,"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"mcr.microsoft.com/k8se/quickstart:latest","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:20 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: http://containerapp000003.happymushroom-0e3fd21b.eastus.azurecontainerapps.io/ + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 15 Jun 2023 21:57:21 GMT + location: + - https://containerapp000003.happymushroom-0e3fd21b.eastus.azurecontainerapps.io/ + status: + code: 301 + message: Moved Permanently +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://containerapp000003.happymushroom-0e3fd21b.eastus.azurecontainerapps.io/ + response: + body: + string: "\n\n\n\n \n \n \n Azure + Container Apps - Welcome\n \n \n \n \n\n\n\n + \ \n
\n
\n + \
\n
\n
\n\n
\n
\n \n + \
\n
\n + \

Your Azure Container Apps app is + live

\n
\n
\n
\n
\n What's + next?\n
\n
\n
\n
    \n + \
  1. \n Understand + the concepts of revisions and replicas\n\n \n + \ \n \n + \
  2. \n
  3. \n + \ Setup an application deployment pipeline\n + \ \n + \ \n \n + \
  4. \n
  5. \n + \ Monitor and diagnose the state of your app\n + \ \n + \ \n \n\n + \
  6. \n
\n
\n + \
\n
\n
\n + \
\n \n + \
\n
\n
\n
Your current replica is \n containerapp000003--bzgmevf-566b944464-8dphr\n + \ \n in revision + \n containerapp000003--bzgmevf\n \n + \ in the app \n containerapp000003\n + \ \n
\n
\n + \
\n
\n
\n
\n + \ \n \n \n + \ \n \n \n \n + \ \n \n \n \n + \ \n + \ \n \n \n + \ \n \n \n \n \n \n + \ \n + \ \n + \ \n \n + \ \n + \ \n \n \n \n \n + \ \n \n \n \n + \ \n \n \n \n + \ \n \n \n + \ \n \n
\n + \
\n
\n + \
\n \n \n \n\n\n\n" + headers: + content-type: + - text/html; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:22 GMT + transfer-encoding: + - chunked + status: + code: 200 + message: OK +version: 1 diff --git a/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_up_source_with_buildpack_e2e.yaml b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_up_source_with_buildpack_e2e.yaml new file mode 100644 index 00000000000..f646f23cafb --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_up_source_with_buildpack_e2e.yaml @@ -0,0 +1,4659 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:12 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:12 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:12 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:13 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights?api-version=2022-09-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 + 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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2021-06-01","2021-03-01-privatepreview","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, SystemAssignedResourceIdentity, 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 + East","Korea Central","France Central","Central US","East US 2","East Asia","West + US","South Africa North","North Central US","Brazil South","Switzerland North","Norway + East","Australia Southeast","Australia Central 2","Germany West Central","Switzerland + West","UAE Central","UK West","Brazil Southeast","Japan West","UAE North","Australia + Central","France South","South India","Korea South","Jio India Central","Jio + India West","Qatar Central","Canada East","West US 3","Sweden Central"],"apiVersions":["2019-09-01-preview","2019-09-01"],"capabilities":"SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/operationStatuses","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2023-01-01-preview","2022-10-01","2022-09-01-privatepreview","2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/scopedPrivateLinkProxies","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"workspaces/query","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/metadata","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/dataSources","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/linkedStorageAccounts","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/tables","locations":["East + US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan + East","UK South","Central India","Canada Central","West US 2","Australia East","Australia + Central","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2020-08-01","2020-03-01-preview","2017-04-26-preview"],"capabilities":"None"},{"resourceType":"workspaces/storageInsightConfigs","locations":["East + US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan + East","UK South","Central India","Canada Central","West US 2","Australia East","Australia + Central","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["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":"None"},{"resourceType":"storageInsightConfigs","locations":[],"apiVersions":["2020-08-01","2020-03-01-preview","2014-10-10"],"capabilities":"SupportsExtension"},{"resourceType":"workspaces/linkedServices","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"linkTargets","locations":["East + US"],"apiVersions":["2020-03-01-preview","2015-03-20"],"capabilities":"None"},{"resourceType":"deletedWorkspaces","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2022-10-01","2021-12-01-preview","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","Korea South","Jio India + Central","Jio India West","Qatar Central","Canada East","West US 3","Sweden + Central","South Africa West","Germany North","Poland Central"],"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 + 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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/notifyNetworkSecurityPerimeterUpdatesAvailable","locations":["North + Central US","East US 2 EUAP"],"apiVersions":["2021-10-01"],"defaultApiVersion":"2021-10-01","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '13285' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:13 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights?api-version=2022-09-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 + 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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2021-06-01","2021-03-01-privatepreview","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, SystemAssignedResourceIdentity, 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 + East","Korea Central","France Central","Central US","East US 2","East Asia","West + US","South Africa North","North Central US","Brazil South","Switzerland North","Norway + East","Australia Southeast","Australia Central 2","Germany West Central","Switzerland + West","UAE Central","UK West","Brazil Southeast","Japan West","UAE North","Australia + Central","France South","South India","Korea South","Jio India Central","Jio + India West","Qatar Central","Canada East","West US 3","Sweden Central"],"apiVersions":["2019-09-01-preview","2019-09-01"],"capabilities":"SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/operationStatuses","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2023-01-01-preview","2022-10-01","2022-09-01-privatepreview","2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/scopedPrivateLinkProxies","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"workspaces/query","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/metadata","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/dataSources","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/linkedStorageAccounts","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/tables","locations":["East + US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan + East","UK South","Central India","Canada Central","West US 2","Australia East","Australia + Central","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2020-08-01","2020-03-01-preview","2017-04-26-preview"],"capabilities":"None"},{"resourceType":"workspaces/storageInsightConfigs","locations":["East + US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan + East","UK South","Central India","Canada Central","West US 2","Australia East","Australia + Central","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["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":"None"},{"resourceType":"storageInsightConfigs","locations":[],"apiVersions":["2020-08-01","2020-03-01-preview","2014-10-10"],"capabilities":"SupportsExtension"},{"resourceType":"workspaces/linkedServices","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"linkTargets","locations":["East + US"],"apiVersions":["2020-03-01-preview","2015-03-20"],"capabilities":"None"},{"resourceType":"deletedWorkspaces","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2022-10-01","2021-12-01-preview","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","Korea South","Jio India + Central","Jio India West","Qatar Central","Canada East","West US 3","Sweden + Central","South Africa West","Germany North","Poland Central"],"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 + 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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/notifyNetworkSecurityPerimeterUpdatesAvailable","locations":["North + Central US","East US 2 EUAP"],"apiVersions":["2021-10-01"],"defaultApiVersion":"2021-10-01","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '13285' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:13 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": "eastus", "properties": {"publicNetworkAccessForIngestion": + "Enabled", "publicNetworkAccessForQuery": "Enabled"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '126' + Content-Type: + - application/json + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgpkjhlcj7735qcz2g7liw7?api-version=2021-12-01-preview + response: + body: + string: '{"properties":{"customerId":"b9d5e2a5-0b27-4426-b1c8-c54b8e5e1171","provisioningState":"Creating","sku":{"name":"pergb2018","lastSkuUpdate":"2023-06-15T21:56:15.2416216Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-16T05:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-06-15T21:56:15.2416216Z","modifiedDate":"2023-06-15T21:56:15.2416216Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgpkjhlcj7735qcz2g7liw7","name":"workspace-clitestrgpkjhlcj7735qcz2g7liw7","type":"Microsoft.OperationalInsights/workspaces"}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2021-12-01-preview + cache-control: + - no-cache + content-length: + - '887' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:15 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgpkjhlcj7735qcz2g7liw7?api-version=2021-12-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgpkjhlcj7735qcz2g7liw7?api-version=2021-12-01-preview + response: + body: + string: '{"properties":{"customerId":"b9d5e2a5-0b27-4426-b1c8-c54b8e5e1171","provisioningState":"Creating","sku":{"name":"pergb2018","lastSkuUpdate":"2023-06-15T21:56:15.2416216Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-16T05:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-06-15T21:56:15.2416216Z","modifiedDate":"2023-06-15T21:56:15.2416216Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgpkjhlcj7735qcz2g7liw7","name":"workspace-clitestrgpkjhlcj7735qcz2g7liw7","type":"Microsoft.OperationalInsights/workspaces"}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2021-12-01-preview + cache-control: + - no-cache + content-length: + - '887' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:15 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgpkjhlcj7735qcz2g7liw7/sharedKeys?api-version=2020-08-01 + response: + body: + string: '{"primarySharedKey":"U5/yrqED8Q8zqOSOmpaqNyHMqCXbTptbb+IUtqFjd/8w6AKGs7rG5KzufIazAoxtx+VZwbTAzjf2Sir+rCxdkQ==","secondarySharedKey":"eHFSlNQ+wsp3wrc8SL1eyszBy4kxeTjJT8Ngs0hqwB+4TEY8bTXh7ayM+WTYVJREJq3bSmiulKWvR9qEqambjA=="}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2015-03-20, 2020-08-01, 2020-10-01, 2021-06-01, 2022-10-01 + cache-control: + - no-cache + content-length: + - '223' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:16 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + 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' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus", "tags": null, "properties": {"daprAIInstrumentationKey": + null, "vnetConfiguration": null, "appLogsConfiguration": {"destination": "log-analytics", + "logAnalyticsConfiguration": {"customerId": "b9d5e2a5-0b27-4426-b1c8-c54b8e5e1171", + "sharedKey": "U5/yrqED8Q8zqOSOmpaqNyHMqCXbTptbb+IUtqFjd/8w6AKGs7rG5KzufIazAoxtx+VZwbTAzjf2Sir+rCxdkQ=="}}, + "customDomainConfiguration": null, "workloadProfiles": null, "zoneRedundant": + false}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '446' + Content-Type: + - application/json + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:56:17.9196471Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:56:17.9196471Z"},"properties":{"provisioningState":"Waiting","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"icyglacier-c9507a49.eastus.azurecontainerapps.io","staticIp":"20.72.142.73","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"b9d5e2a5-0b27-4426-b1c8-c54b8e5e1171","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '1526' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '99' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab","name":"e3852e2e-b2c1-4f88-96e0-56f4d3980eab","status":"InProgress","startTime":"2023-06-15T21:56:18.3180049"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:19 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab","name":"e3852e2e-b2c1-4f88-96e0-56f4d3980eab","status":"InProgress","startTime":"2023-06-15T21:56:18.3180049"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:21 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab","name":"e3852e2e-b2c1-4f88-96e0-56f4d3980eab","status":"InProgress","startTime":"2023-06-15T21:56:18.3180049"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:23 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab","name":"e3852e2e-b2c1-4f88-96e0-56f4d3980eab","status":"InProgress","startTime":"2023-06-15T21:56:18.3180049"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab","name":"e3852e2e-b2c1-4f88-96e0-56f4d3980eab","status":"InProgress","startTime":"2023-06-15T21:56:18.3180049"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:29 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab","name":"e3852e2e-b2c1-4f88-96e0-56f4d3980eab","status":"InProgress","startTime":"2023-06-15T21:56:18.3180049"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:31 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab","name":"e3852e2e-b2c1-4f88-96e0-56f4d3980eab","status":"InProgress","startTime":"2023-06-15T21:56:18.3180049"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:34 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab","name":"e3852e2e-b2c1-4f88-96e0-56f4d3980eab","status":"InProgress","startTime":"2023-06-15T21:56:18.3180049"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab","name":"e3852e2e-b2c1-4f88-96e0-56f4d3980eab","status":"InProgress","startTime":"2023-06-15T21:56:18.3180049"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab","name":"e3852e2e-b2c1-4f88-96e0-56f4d3980eab","status":"InProgress","startTime":"2023-06-15T21:56:18.3180049"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab","name":"e3852e2e-b2c1-4f88-96e0-56f4d3980eab","status":"InProgress","startTime":"2023-06-15T21:56:18.3180049"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:43 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab","name":"e3852e2e-b2c1-4f88-96e0-56f4d3980eab","status":"InProgress","startTime":"2023-06-15T21:56:18.3180049"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:45 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab","name":"e3852e2e-b2c1-4f88-96e0-56f4d3980eab","status":"InProgress","startTime":"2023-06-15T21:56:18.3180049"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:48 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab","name":"e3852e2e-b2c1-4f88-96e0-56f4d3980eab","status":"InProgress","startTime":"2023-06-15T21:56:18.3180049"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab","name":"e3852e2e-b2c1-4f88-96e0-56f4d3980eab","status":"InProgress","startTime":"2023-06-15T21:56:18.3180049"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:53 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab","name":"e3852e2e-b2c1-4f88-96e0-56f4d3980eab","status":"InProgress","startTime":"2023-06-15T21:56:18.3180049"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab","name":"e3852e2e-b2c1-4f88-96e0-56f4d3980eab","status":"InProgress","startTime":"2023-06-15T21:56:18.3180049"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab","name":"e3852e2e-b2c1-4f88-96e0-56f4d3980eab","status":"InProgress","startTime":"2023-06-15T21:56:18.3180049"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:01 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/e3852e2e-b2c1-4f88-96e0-56f4d3980eab","name":"e3852e2e-b2c1-4f88-96e0-56f4d3980eab","status":"Succeeded","startTime":"2023-06-15T21:56:18.3180049"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:03 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:56:17.9196471","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:56:17.9196471"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"icyglacier-c9507a49.eastus.azurecontainerapps.io","staticIp":"20.72.142.73","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"b9d5e2a5-0b27-4426-b1c8-c54b8e5e1171","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1526' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:04 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:05 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:56:17.9196471","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:56:17.9196471"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"icyglacier-c9507a49.eastus.azurecontainerapps.io","staticIp":"20.72.142.73","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"b9d5e2a5-0b27-4426-b1c8-c54b8e5e1171","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1526' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: HEAD + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 21:57:06 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/managedEnvironments/subscriptions'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '235' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:06 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 + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000003'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:07 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 + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000003'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:07 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: HEAD + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 21:57:07 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:56:17.9196471","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:56:17.9196471"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"icyglacier-c9507a49.eastus.azurecontainerapps.io","staticIp":"20.72.142.73","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"b9d5e2a5-0b27-4426-b1c8-c54b8e5e1171","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1526' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:08 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000003'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:08 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2022-09-01 + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/snehaparacr","name":"snehaparacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Standard","tier":"Standard"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-04-14T20:27:54.6369396Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T20:28:21.8108179Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca0f675d0f3dacr","name":"ca0f675d0f3dacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"northcentralus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-22T23:11:48.9079431Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T23:11:48.9079431Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca611a05bfaeacr","name":"ca611a05bfaeacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-26T20:04:12.9804664Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T20:04:12.9804664Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca6ff72889e5acr","name":"ca6ff72889e5acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"northcentralus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-26T20:43:12.1866562Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T20:43:12.1866562Z"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '2169' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:08 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:08 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: HEAD + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 21:57:09 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +- request: + body: '{"location": "eastus", "sku": {"name": "Basic"}, "properties": {"adminUserEnabled": + true, "anonymousPullEnabled": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + Content-Length: + - '121' + Content-Type: + - application/json + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caad93cc7a27acr?api-version=2022-02-01-preview + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caad93cc7a27acr","name":"caad93cc7a27acr","location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:57:10.8907151+00:00","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:57:10.8907151+00:00"},"properties":{"loginServer":"caad93cc7a27acr.azurecr.io","creationDate":"2023-06-15T21:57:10.8907151Z","provisioningState":"Creating","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-06-15T21:57:18.3338565+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-06-15T21:57:18.3338565+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - 2022-02-01-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caad93cc7a27acr/operationStatuses/registries-91d6b8d0-0bc7-11ee-aa59-bce92fa43675?api-version=2022-02-01-preview + cache-control: + - no-cache + content-length: + - '1371' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caad93cc7a27acr/operationStatuses/registries-91d6b8d0-0bc7-11ee-aa59-bce92fa43675?api-version=2022-02-01-preview + response: + body: + string: '{"status":"Succeeded"}' + headers: + api-supported-versions: + - 2022-02-01-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caad93cc7a27acr/operationStatuses/registries-91d6b8d0-0bc7-11ee-aa59-bce92fa43675?api-version=2022-02-01-preview + cache-control: + - no-cache + content-length: + - '22' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:18 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caad93cc7a27acr?api-version=2022-02-01-preview + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caad93cc7a27acr","name":"caad93cc7a27acr","location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:57:10.8907151+00:00","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:57:10.8907151+00:00"},"properties":{"loginServer":"caad93cc7a27acr.azurecr.io","creationDate":"2023-06-15T21:57:10.8907151Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-06-15T21:57:18.3338565+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-06-15T21:57:18.3338565+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - 2022-02-01-preview + cache-control: + - no-cache + content-length: + - '1372' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:19 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2022-09-01 + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/snehaparacr","name":"snehaparacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Standard","tier":"Standard"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-04-14T20:27:54.6369396Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T20:28:21.8108179Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca0f675d0f3dacr","name":"ca0f675d0f3dacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"northcentralus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-22T23:11:48.9079431Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T23:11:48.9079431Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca611a05bfaeacr","name":"ca611a05bfaeacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-26T20:04:12.9804664Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T20:04:12.9804664Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca6ff72889e5acr","name":"ca6ff72889e5acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"northcentralus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-26T20:43:12.1866562Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T20:43:12.1866562Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgeoqwgjgihc566zt5cden3aeu5jap4tpbopqz4pqtbnvipgdmomejaatz42tbzjonw/providers/Microsoft.ContainerRegistry/registries/cad07930e8e0acr","name":"cad07930e8e0acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:57:03.5646562Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:57:03.5646562Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caad93cc7a27acr","name":"caad93cc7a27acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:57:10.8907151Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:57:10.8907151Z"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '3298' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:19 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caad93cc7a27acr?api-version=2022-12-01 + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caad93cc7a27acr","name":"caad93cc7a27acr","location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:57:10.8907151+00:00","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:57:10.8907151+00:00"},"properties":{"loginServer":"caad93cc7a27acr.azurecr.io","creationDate":"2023-06-15T21:57:10.8907151Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-06-15T21:57:18.3338565+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-06-15T21:57:18.3338565+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - '2022-12-01' + cache-control: + - no-cache + content-length: + - '1372' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:20 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: + - containerapp up + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caad93cc7a27acr/listCredentials?api-version=2022-12-01 + response: + body: + string: '{"username":"caad93cc7a27acr","passwords":[{"name":"password","value":"8jY4iiUtnrsKj0mFpKRQZvDfETtjh6xyeGnmGnYqR++ACRB86Vrq"},{"name":"password2","value":"Cp2tMMF8pBPeYOJ+K1GjEVUeIt0J9LlDWJMLY7yjQy+ACRDR8FZe"}]}' + headers: + api-supported-versions: + - '2022-12-01' + cache-control: + - no-cache + content-length: + - '211' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:20 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 + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://mcr.microsoft.com/v2/oryx/builder/tags/list + response: + body: + string: "{\n \"name\": \"oryx/builder\",\n \"tags\": [\n \"20230118.1\",\n + \ \"20230208.1\",\n \"20230327.1\",\n \"20230403.1\",\n \"20230410.1\",\n + \ \"20230417.1\",\n \"20230420.1\",\n \"20230425.1\",\n \"20230427.1\",\n + \ \"20230501.1\",\n \"20230508.1\",\n \"20230512.2\",\n \"20230512.3\",\n + \ \"20230531.1\",\n \"20230605.1\",\n \"20230609.1\",\n \"20230612.1\",\n + \ \"20230613.1\",\n \"20230614.1\",\n \"build-base-dotnet-sdk-7.0-cbl-mariner2.0\",\n + \ \"build-dotnet-sdk-7.0-cbl-mariner2.0\",\n \"builder-dotnet-7.0\",\n + \ \"buildpack\",\n \"buildpack-20230118.1\",\n \"buildpack-20230208.1\",\n + \ \"buildpack-20230403.1\",\n \"buildpack-20230410.1\",\n \"buildpack-20230417.1\",\n + \ \"buildpack-20230420.1\",\n \"buildpack-20230425.1\",\n \"buildpack-20230427.1\",\n + \ \"buildpack-20230501.1\",\n \"buildpack-20230508.1\",\n \"buildpack-20230512.2\",\n + \ \"buildpack-20230512.3\",\n \"buildpack-20230531.1\",\n \"buildpack-20230605.1\",\n + \ \"buildpack-20230609.1\",\n \"buildpack-20230612.1\",\n \"buildpack-20230613.1\",\n + \ \"buildpack-20230614.1\",\n \"buildpack-dotnet-7.0\",\n \"capps\",\n + \ \"capps-20230327.1\",\n \"capps-20230403.1\",\n \"capps-20230410.1\",\n + \ \"capps-20230417.1\",\n \"capps-20230420.1\",\n \"capps-20230425.1\",\n + \ \"capps-20230427.1\",\n \"capps-20230501.1\",\n \"capps-20230508.1\",\n + \ \"capps-20230512.2\",\n \"capps-20230512.3\",\n \"capps-20230531.1\",\n + \ \"capps-20230605.1\",\n \"capps-20230609.1\",\n \"capps-20230612.1\",\n + \ \"capps-20230613.1\",\n \"capps-20230614.1\",\n \"latest\",\n \"run-dotnet-aspnet-7.0-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.0-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.1-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.2-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.3-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.4-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.5-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.7-cbl-mariner2.0\",\n \"stack-base\",\n \"stack-base-20230118.1\",\n + \ \"stack-base-20230208.1\",\n \"stack-base-20230327.1\",\n \"stack-base-20230403.1\",\n + \ \"stack-base-20230410.1\",\n \"stack-base-20230417.1\",\n \"stack-base-20230420.1\",\n + \ \"stack-base-20230425.1\",\n \"stack-base-20230427.1\",\n \"stack-base-20230501.1\",\n + \ \"stack-base-20230508.1\",\n \"stack-base-20230512.2\",\n \"stack-base-20230512.3\",\n + \ \"stack-base-20230531.1\",\n \"stack-base-20230605.1\",\n \"stack-base-20230609.1\",\n + \ \"stack-base-20230612.1\",\n \"stack-base-20230613.1\",\n \"stack-base-20230614.1\",\n + \ \"stack-build\",\n \"stack-build-20230118.1\",\n \"stack-build-20230208.1\",\n + \ \"stack-build-20230327.1\",\n \"stack-build-20230403.1\",\n \"stack-build-20230410.1\",\n + \ \"stack-build-20230417.1\",\n \"stack-build-20230420.1\",\n \"stack-build-20230425.1\",\n + \ \"stack-build-20230427.1\",\n \"stack-build-20230501.1\",\n \"stack-build-20230508.1\",\n + \ \"stack-build-20230512.2\",\n \"stack-build-20230512.3\",\n \"stack-build-20230531.1\",\n + \ \"stack-build-20230605.1\",\n \"stack-build-20230609.1\",\n \"stack-build-20230612.1\",\n + \ \"stack-build-20230613.1\",\n \"stack-build-20230614.1\",\n \"stack-run\",\n + \ \"stack-run-20230118.1\",\n \"stack-run-20230208.1\",\n \"stack-run-20230327.1\",\n + \ \"stack-run-20230403.1\",\n \"stack-run-20230410.1\",\n \"stack-run-20230417.1\",\n + \ \"stack-run-20230420.1\",\n \"stack-run-20230425.1\",\n \"stack-run-20230427.1\",\n + \ \"stack-run-20230501.1\",\n \"stack-run-20230508.1\",\n \"stack-run-20230512.2\",\n + \ \"stack-run-20230512.3\",\n \"stack-run-20230531.1\",\n \"stack-run-20230605.1\",\n + \ \"stack-run-20230609.1\",\n \"stack-run-20230612.1\",\n \"stack-run-20230613.1\",\n + \ \"stack-run-20230614.1\"\n ]\n}" + headers: + cache-control: + - max-age=300 + content-length: + - '3560' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:21 GMT + etag: + - '0x8DB6DE843036171' + last-modified: + - Thu, 15 Jun 2023 21:34:12 GMT + x-cache: + - TCP_MISS + x-mcr-privacy: + - https://privacy.microsoft.com/en-us/privacystatement + x-ms-blob-type: + - BlockBlob + x-ms-lease-status: + - unlocked + x-ms-version: + - '2009-09-19' + x-msedge-ref: + - 'Ref A: 4E39B383D5AD4AF69712030E1DCBA6E2 Ref B: WSTEDGE1011 Ref C: 2023-06-15T21:57:21Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://mcr.microsoft.com/v2/oryx/builder/tags/list + response: + body: + string: "{\n \"name\": \"oryx/builder\",\n \"tags\": [\n \"20230118.1\",\n + \ \"20230208.1\",\n \"20230327.1\",\n \"20230403.1\",\n \"20230410.1\",\n + \ \"20230417.1\",\n \"20230420.1\",\n \"20230425.1\",\n \"20230427.1\",\n + \ \"20230501.1\",\n \"20230508.1\",\n \"20230512.2\",\n \"20230512.3\",\n + \ \"20230531.1\",\n \"20230605.1\",\n \"20230609.1\",\n \"20230612.1\",\n + \ \"20230613.1\",\n \"20230614.1\",\n \"build-base-dotnet-sdk-7.0-cbl-mariner2.0\",\n + \ \"build-dotnet-sdk-7.0-cbl-mariner2.0\",\n \"builder-dotnet-7.0\",\n + \ \"buildpack\",\n \"buildpack-20230118.1\",\n \"buildpack-20230208.1\",\n + \ \"buildpack-20230403.1\",\n \"buildpack-20230410.1\",\n \"buildpack-20230417.1\",\n + \ \"buildpack-20230420.1\",\n \"buildpack-20230425.1\",\n \"buildpack-20230427.1\",\n + \ \"buildpack-20230501.1\",\n \"buildpack-20230508.1\",\n \"buildpack-20230512.2\",\n + \ \"buildpack-20230512.3\",\n \"buildpack-20230531.1\",\n \"buildpack-20230605.1\",\n + \ \"buildpack-20230609.1\",\n \"buildpack-20230612.1\",\n \"buildpack-20230613.1\",\n + \ \"buildpack-20230614.1\",\n \"buildpack-dotnet-7.0\",\n \"capps\",\n + \ \"capps-20230327.1\",\n \"capps-20230403.1\",\n \"capps-20230410.1\",\n + \ \"capps-20230417.1\",\n \"capps-20230420.1\",\n \"capps-20230425.1\",\n + \ \"capps-20230427.1\",\n \"capps-20230501.1\",\n \"capps-20230508.1\",\n + \ \"capps-20230512.2\",\n \"capps-20230512.3\",\n \"capps-20230531.1\",\n + \ \"capps-20230605.1\",\n \"capps-20230609.1\",\n \"capps-20230612.1\",\n + \ \"capps-20230613.1\",\n \"capps-20230614.1\",\n \"latest\",\n \"run-dotnet-aspnet-7.0-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.0-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.1-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.2-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.3-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.4-cbl-mariner2.0\",\n \"run-dotnet-aspnet-7.0.5-cbl-mariner2.0\",\n + \ \"run-dotnet-aspnet-7.0.7-cbl-mariner2.0\",\n \"stack-base\",\n \"stack-base-20230118.1\",\n + \ \"stack-base-20230208.1\",\n \"stack-base-20230327.1\",\n \"stack-base-20230403.1\",\n + \ \"stack-base-20230410.1\",\n \"stack-base-20230417.1\",\n \"stack-base-20230420.1\",\n + \ \"stack-base-20230425.1\",\n \"stack-base-20230427.1\",\n \"stack-base-20230501.1\",\n + \ \"stack-base-20230508.1\",\n \"stack-base-20230512.2\",\n \"stack-base-20230512.3\",\n + \ \"stack-base-20230531.1\",\n \"stack-base-20230605.1\",\n \"stack-base-20230609.1\",\n + \ \"stack-base-20230612.1\",\n \"stack-base-20230613.1\",\n \"stack-base-20230614.1\",\n + \ \"stack-build\",\n \"stack-build-20230118.1\",\n \"stack-build-20230208.1\",\n + \ \"stack-build-20230327.1\",\n \"stack-build-20230403.1\",\n \"stack-build-20230410.1\",\n + \ \"stack-build-20230417.1\",\n \"stack-build-20230420.1\",\n \"stack-build-20230425.1\",\n + \ \"stack-build-20230427.1\",\n \"stack-build-20230501.1\",\n \"stack-build-20230508.1\",\n + \ \"stack-build-20230512.2\",\n \"stack-build-20230512.3\",\n \"stack-build-20230531.1\",\n + \ \"stack-build-20230605.1\",\n \"stack-build-20230609.1\",\n \"stack-build-20230612.1\",\n + \ \"stack-build-20230613.1\",\n \"stack-build-20230614.1\",\n \"stack-run\",\n + \ \"stack-run-20230118.1\",\n \"stack-run-20230208.1\",\n \"stack-run-20230327.1\",\n + \ \"stack-run-20230403.1\",\n \"stack-run-20230410.1\",\n \"stack-run-20230417.1\",\n + \ \"stack-run-20230420.1\",\n \"stack-run-20230425.1\",\n \"stack-run-20230427.1\",\n + \ \"stack-run-20230501.1\",\n \"stack-run-20230508.1\",\n \"stack-run-20230512.2\",\n + \ \"stack-run-20230512.3\",\n \"stack-run-20230531.1\",\n \"stack-run-20230605.1\",\n + \ \"stack-run-20230609.1\",\n \"stack-run-20230612.1\",\n \"stack-run-20230613.1\",\n + \ \"stack-run-20230614.1\"\n ]\n}" + headers: + cache-control: + - max-age=300 + content-length: + - '3560' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:21 GMT + etag: + - '0x8DB6DE843036171' + last-modified: + - Thu, 15 Jun 2023 21:34:12 GMT + x-cache: + - TCP_HIT + x-mcr-privacy: + - https://privacy.microsoft.com/en-us/privacystatement + x-ms-blob-type: + - BlockBlob + x-ms-lease-status: + - unlocked + x-ms-version: + - '2009-09-19' + x-msedge-ref: + - 'Ref A: DA48C1FC72DD43E6A7B2B68C6353A5C7 Ref B: WSTEDGE0907 Ref C: 2023-06-15T21:57:22Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2022-09-01 + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/snehaparacr","name":"snehaparacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Standard","tier":"Standard"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-04-14T20:27:54.6369396Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T20:28:21.8108179Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca0f675d0f3dacr","name":"ca0f675d0f3dacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"northcentralus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-22T23:11:48.9079431Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T23:11:48.9079431Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca611a05bfaeacr","name":"ca611a05bfaeacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-26T20:04:12.9804664Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T20:04:12.9804664Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca6ff72889e5acr","name":"ca6ff72889e5acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"northcentralus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-26T20:43:12.1866562Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T20:43:12.1866562Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgeoqwgjgihc566zt5cden3aeu5jap4tpbopqz4pqtbnvipgdmomejaatz42tbzjonw/providers/Microsoft.ContainerRegistry/registries/cad07930e8e0acr","name":"cad07930e8e0acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:57:03.5646562Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:57:03.5646562Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caad93cc7a27acr","name":"caad93cc7a27acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:57:10.8907151Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:57:10.8907151Z"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '3298' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:39 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caad93cc7a27acr?api-version=2022-02-01-preview + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caad93cc7a27acr","name":"caad93cc7a27acr","location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:57:10.8907151+00:00","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:57:10.8907151+00:00"},"properties":{"loginServer":"caad93cc7a27acr.azurecr.io","creationDate":"2023-06-15T21:57:10.8907151Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-06-15T21:57:18.3338565+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-06-15T21:57:18.3338565+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - 2022-02-01-preview + cache-control: + - no-cache + content-length: + - '1372' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:39 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 + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://caad93cc7a27acr.azurecr.io/v2/ + response: + body: + string: '{"errors":[{"code":"UNAUTHORIZED","message":"authentication required, + visit https://aka.ms/acr/authorization for more information.","detail":null}]} + + ' + headers: + access-control-expose-headers: + - Docker-Content-Digest + - WWW-Authenticate + - Link + - X-Ms-Correlation-Request-Id + connection: + - keep-alive + content-length: + - '149' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:40 GMT + docker-distribution-api-version: + - registry/2.0 + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + - max-age=31536000; includeSubDomains + www-authenticate: + - Bearer realm="https://caad93cc7a27acr.azurecr.io/oauth2/token",service="caad93cc7a27acr.azurecr.io" + x-content-type-options: + - nosniff + status: + code: 401 + message: Unauthorized +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caad93cc7a27acr?api-version=2022-02-01-preview + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/caad93cc7a27acr","name":"caad93cc7a27acr","location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:57:10.8907151+00:00","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:57:10.8907151+00:00"},"properties":{"loginServer":"caad93cc7a27acr.azurecr.io","creationDate":"2023-06-15T21:57:10.8907151Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-06-15T21:57:18.3338565+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-06-15T21:57:18.3338565+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - 2022-02-01-preview + cache-control: + - no-cache + content-length: + - '1372' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57: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 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://caad93cc7a27acr.azurecr.io/v2/ + response: + body: + string: '{"errors":[{"code":"UNAUTHORIZED","message":"authentication required, + visit https://aka.ms/acr/authorization for more information.","detail":null}]} + + ' + headers: + access-control-expose-headers: + - Docker-Content-Digest + - WWW-Authenticate + - Link + - X-Ms-Correlation-Request-Id + connection: + - keep-alive + content-length: + - '149' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:41 GMT + docker-distribution-api-version: + - registry/2.0 + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + - max-age=31536000; includeSubDomains + www-authenticate: + - Bearer realm="https://caad93cc7a27acr.azurecr.io/oauth2/token",service="caad93cc7a27acr.azurecr.io" + x-content-type-options: + - nosniff + status: + code: 401 + message: Unauthorized +- request: + body: grant_type=access_token&service=caad93cc7a27acr.azurecr.io&tenant=72f988bf-86f1-41af-91ab-2d7cd011db47&access_token=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ii1LSTNROW5OUjdiUm9meG1lWm9YcWJIWkdldyIsImtpZCI6Ii1LSTNROW5OUjdiUm9meG1lWm9YcWJIWkdldyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWF0IjoxNjg2ODYzMjQ0LCJuYmYiOjE2ODY4NjMyNDQsImV4cCI6MTY4Njg2NzM3NywiX2NsYWltX25hbWVzIjp7Imdyb3VwcyI6InNyYzEifSwiX2NsYWltX3NvdXJjZXMiOnsic3JjMSI6eyJlbmRwb2ludCI6Imh0dHBzOi8vZ3JhcGgud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3L3VzZXJzL2YzOTM4ZTg3LThjMjUtNDExZS1hN2E0LTc5ZjMzMDM1Yjk1ZS9nZXRNZW1iZXJPYmplY3RzIn19LCJhY3IiOiIxIiwiYWlvIjoiQVZRQXEvOFRBQUFBRDJVeTB3ZkoyRzVLYVZXVG1EdUV1VzA3MUhjKzlyRE5KZGp4TVJjVFdFZUlxRE1oalRwWGg2bmlXR3NpdDU0UDIxM3k5ZWhCd3lKMTJFYUNNVnIrUjd3RkJ6MW5wdlRXcGNVNEtTakx6cTg9IiwiYW1yIjpbInJzYSIsIm1mYSJdLCJhcHBpZCI6IjA0YjA3Nzk1LThkZGItNDYxYS1iYmVlLTAyZjllMWJmN2I0NiIsImFwcGlkYWNyIjoiMCIsImRldmljZWlkIjoiZDNlODYyMTQtYmZiMy00ODdiLWE3MGItZWMxYTczZDE2YmQ3IiwiZmFtaWx5X25hbWUiOiJQYXJ0aGFzYXJhdGh5IiwiZ2l2ZW5fbmFtZSI6IlNuZWhhIiwiaXBhZGRyIjoiMTMxLjEwNy44LjkiLCJuYW1lIjoiU25laGEgUGFydGhhc2FyYXRoeSIsIm9pZCI6ImYzOTM4ZTg3LThjMjUtNDExZS1hN2E0LTc5ZjMzMDM1Yjk1ZSIsIm9ucHJlbV9zaWQiOiJTLTEtNS0yMS0yMTI3NTIxMTg0LTE2MDQwMTI5MjAtMTg4NzkyNzUyNy01ODQ1MDYxMSIsInB1aWQiOiIxMDAzMjAwMjA2MkQ1NjEwIiwicmgiOiIwLkFSb0F2NGo1Y3ZHR3IwR1JxeTE4MEJIYlIwWklmM2tBdXRkUHVrUGF3ZmoyTUJNYUFBYy4iLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJVaGxUZlNxVENSRlUyLU1XZDNjRDNyUTNmdkZJZGpTOTVKSVZCVmNJMHdrIiwidGlkIjoiNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3IiwidW5pcXVlX25hbWUiOiJzbmVoYXBhckBtaWNyb3NvZnQuY29tIiwidXBuIjoic25laGFwYXJAbWljcm9zb2Z0LmNvbSIsInV0aSI6ImttWW9yYV82QkV5cHh1QnFzUjlZQUEiLCJ2ZXIiOiIxLjAiLCJ3aWRzIjpbImI3OWZiZjRkLTNlZjktNDY4OS04MTQzLTc2YjE5NGU4NTUwOSJdLCJ4bXNfY2MiOlsiQ1AxIl0sInhtc190Y2R0IjoxMjg5MjQxNTQ3fQ.WzqNcrTXGu-4W1vCeakbUcK9u5qjHWoYlCQO0wvV_RwJLpJrb7nk5usHPw19YyFYhFDStyP6VZu2wpwSDTD3DKfVHophEUOjlYlbKpOCxMP54VfGyimsFv9_CzD0rWL5oIjGldAwBa0F3PyU39-7jMqRwcNNUPFEBpJxCmjkrmjdRwTk-Ycm_MXwMJ2G-u6gbhxCtgZpL4ZFAY_DhKpO0l9I3hhbYkF7mdGtZJ0lvYmugD5Vqx49YjRtJnBk6J8JKnIFb26PCimAf4j1tfxxaHlHHIRmfiMe1ZCVkiybOoDlcwzxPIGSVT9N0maYL5bZ2zFIu2OtCBaeqBwdIupJAQ + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '2274' + Content-Type: + - application/x-www-form-urlencoded + User-Agent: + - python-requests/2.26.0 + method: POST + uri: https://caad93cc7a27acr.azurecr.io/oauth2/exchange + response: + body: + string: '{"refresh_token":"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkNPQVU6UERZSDo0SVJYOjM2SEI6TFYzUDpWNFBGOko0NzQ6SzNOSjpPS1JCOlRZQUo6NEc0Szo1Q1NEIn0.eyJqdGkiOiI2YWJmNTAwMi02N2M0LTQ3MzYtYjNhZS00NzBhNjJmZDk2MmMiLCJzdWIiOiJzbmVoYXBhckBtaWNyb3NvZnQuY29tIiwibmJmIjoxNjg2ODY1MzYyLCJleHAiOjE2ODY4NzcwNjIsImlhdCI6MTY4Njg2NTM2MiwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoiY2FhZDkzY2M3YTI3YWNyLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiOGE2OGQzYzk5NTBlNDc4YTgzNDQ3ZDg2NjFiOTNmMDIiLCJncmFudF90eXBlIjoicmVmcmVzaF90b2tlbiIsImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwidGVuYW50IjoiNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3IiwicGVybWlzc2lvbnMiOnsiQWN0aW9ucyI6WyJyZWFkIiwid3JpdGUiLCJkZWxldGUiLCJkZWxldGVkL3JlYWQiLCJkZWxldGVkL3Jlc3RvcmUvYWN0aW9uIl0sIk5vdEFjdGlvbnMiOm51bGx9LCJyb2xlcyI6W119.aoEaCVm0aGHEL36eHYY9NJpD9Jlo3Uzz7NUEjPPWJBD6yZt_-Gy7CNRAMKHyK5K5Yfxcy_Mp3cvf_zublm71px4OrjgMK_coKJu853IaVVSTUjdIwHHCEbClleRM8vvcm87429gs0jeAgQMn0v-Q8Xt8qjM2gyyT1eRvmqmjiGDQaOsnjPFkaSUdDb1kQ2gVSMGUQINActJDH20UF3j2FHegByWqQak7DkxvmXZwMbatwIZIwhlbk_DlcpdOZpbYjbMMvFljM9Ufb9BNLqZHuNl57atFhv7iairyGek2uv5EsQBPkSpmveGnspDlXfYwxxm4Rq4Ec5-Z_NrkYUxRNg"}' + headers: + connection: + - keep-alive + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:42 GMT + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000003'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:54 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 + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000003'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:55 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:55 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:56:17.9196471","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:56:17.9196471"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"icyglacier-c9507a49.eastus.azurecontainerapps.io","staticIp":"20.72.142.73","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"b9d5e2a5-0b27-4426-b1c8-c54b8e5e1171","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1526' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:55 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": "East US", "identity": {"type": "None", "userAssignedIdentities": + null}, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", + "configuration": {"secrets": [{"name": "caad93cc7a27acrazurecrio-caad93cc7a27acr", + "value": "8jY4iiUtnrsKj0mFpKRQZvDfETtjh6xyeGnmGnYqR++ACRB86Vrq"}], "activeRevisionsMode": + "single", "ingress": {"fqdn": null, "external": true, "targetPort": 8080, "transport": + "auto", "exposedPort": null, "traffic": null, "customDomains": null, "ipSecurityRestrictions": + null, "stickySessions": null}, "dapr": null, "registries": [{"server": "caad93cc7a27acr.azurecr.io", + "username": "caad93cc7a27acr", "passwordSecretRef": "caad93cc7a27acrazurecrio-caad93cc7a27acr"}], + "service": null}, "template": {"revisionSuffix": null, "containers": [{"image": + "caad93cc7a27acr.azurecr.io/containerapp000003:run-dotnet-aspnet-7.0.7-cbl-mariner2.0-20230615145723093608", + "name": "containerapp000003", "command": null, "args": null, "env": null, "resources": + null, "volumeMounts": null}], "initContainers": null, "scale": null, "volumes": + null, "serviceBinds": null}, "workloadProfileName": null}, "tags": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + Content-Length: + - '1241' + Content-Type: + - application/json + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:57:57.3284746Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:57:57.3284746Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.72.139.71"],"latestRevisionName":"","latestReadyRevisionName":"","latestRevisionFqdn":"","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"caad93cc7a27acrazurecrio-caad93cc7a27acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000003.icyglacier-c9507a49.eastus.azurecontainerapps.io","external":true,"targetPort":8080,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"caad93cc7a27acr.azurecr.io","username":"caad93cc7a27acr","passwordSecretRef":"caad93cc7a27acrazurecrio-caad93cc7a27acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"caad93cc7a27acr.azurecr.io/containerapp000003:run-dotnet-aspnet-7.0.7-cbl-mariner2.0-20230615145723093608","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/95bcd2a3-dea7-46ae-af19-18c11b319428?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '2409' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:58 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '699' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/95bcd2a3-dea7-46ae-af19-18c11b319428?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/95bcd2a3-dea7-46ae-af19-18c11b319428","name":"95bcd2a3-dea7-46ae-af19-18c11b319428","status":"InProgress","startTime":"2023-06-15T21:57:57.7022133"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/95bcd2a3-dea7-46ae-af19-18c11b319428?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/95bcd2a3-dea7-46ae-af19-18c11b319428","name":"95bcd2a3-dea7-46ae-af19-18c11b319428","status":"InProgress","startTime":"2023-06-15T21:57:57.7022133"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:01 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/95bcd2a3-dea7-46ae-af19-18c11b319428?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/95bcd2a3-dea7-46ae-af19-18c11b319428","name":"95bcd2a3-dea7-46ae-af19-18c11b319428","status":"InProgress","startTime":"2023-06-15T21:57:57.7022133"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/95bcd2a3-dea7-46ae-af19-18c11b319428?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/95bcd2a3-dea7-46ae-af19-18c11b319428","name":"95bcd2a3-dea7-46ae-af19-18c11b319428","status":"InProgress","startTime":"2023-06-15T21:57:57.7022133"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/95bcd2a3-dea7-46ae-af19-18c11b319428?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/95bcd2a3-dea7-46ae-af19-18c11b319428","name":"95bcd2a3-dea7-46ae-af19-18c11b319428","status":"InProgress","startTime":"2023-06-15T21:57:57.7022133"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:09 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/95bcd2a3-dea7-46ae-af19-18c11b319428?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/95bcd2a3-dea7-46ae-af19-18c11b319428","name":"95bcd2a3-dea7-46ae-af19-18c11b319428","status":"Succeeded","startTime":"2023-06-15T21:57:57.7022133"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '277' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:57:57.3284746","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:57:57.3284746"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.72.139.71"],"latestRevisionName":"containerapp000003--1dz6t6w","latestReadyRevisionName":"containerapp000003--1dz6t6w","latestRevisionFqdn":"containerapp000003--1dz6t6w.icyglacier-c9507a49.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"caad93cc7a27acrazurecrio-caad93cc7a27acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000003.icyglacier-c9507a49.eastus.azurecontainerapps.io","external":true,"targetPort":8080,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"caad93cc7a27acr.azurecr.io","username":"caad93cc7a27acr","passwordSecretRef":"caad93cc7a27acrazurecrio-caad93cc7a27acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"caad93cc7a27acr.azurecr.io/containerapp000003:run-dotnet-aspnet-7.0.7-cbl-mariner2.0-20230615145723093608","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2536' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:12 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:57:57.3284746","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:57:57.3284746"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.72.139.71"],"latestRevisionName":"containerapp000003--1dz6t6w","latestReadyRevisionName":"containerapp000003--1dz6t6w","latestRevisionFqdn":"containerapp000003--1dz6t6w.icyglacier-c9507a49.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"caad93cc7a27acrazurecrio-caad93cc7a27acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000003.icyglacier-c9507a49.eastus.azurecontainerapps.io","external":true,"targetPort":8080,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"caad93cc7a27acr.azurecr.io","username":"caad93cc7a27acr","passwordSecretRef":"caad93cc7a27acrazurecrio-caad93cc7a27acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"caad93cc7a27acr.azurecr.io/containerapp000003:run-dotnet-aspnet-7.0.7-cbl-mariner2.0-20230615145723093608","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2536' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:13 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:13 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: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:57:57.3284746","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:57:57.3284746"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.72.139.71"],"latestRevisionName":"containerapp000003--1dz6t6w","latestReadyRevisionName":"containerapp000003--1dz6t6w","latestRevisionFqdn":"containerapp000003--1dz6t6w.icyglacier-c9507a49.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"caad93cc7a27acrazurecrio-caad93cc7a27acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000003.icyglacier-c9507a49.eastus.azurecontainerapps.io","external":true,"targetPort":8080,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"caad93cc7a27acr.azurecr.io","username":"caad93cc7a27acr","passwordSecretRef":"caad93cc7a27acrazurecrio-caad93cc7a27acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"caad93cc7a27acr.azurecr.io/containerapp000003:run-dotnet-aspnet-7.0.7-cbl-mariner2.0-20230615145723093608","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2536' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: http://containerapp000003.icyglacier-c9507a49.eastus.azurecontainerapps.io/ + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 15 Jun 2023 21:58:14 GMT + location: + - https://containerapp000003.icyglacier-c9507a49.eastus.azurecontainerapps.io/ + status: + code: 301 + message: Moved Permanently +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://containerapp000003.icyglacier-c9507a49.eastus.azurecontainerapps.io/ + response: + body: + string: "\r\n\r\n\r\n \r\n \r\n Home page - HelloWorldApp\r\n \r\n \r\n + \ \r\n\r\n\r\n + \
\r\n \r\n
\r\n
\r\n + \
\r\n \r\n
\r\n

Hello, world!

\r\n + \

Learn about building + Web apps with ASP.NET Core.

\r\n
\r\n\r\n
\r\n
\r\n\r\n + \
\r\n
\r\n © 2023 - HelloWorldApp + - Privacy\r\n
\r\n
\r\n\r\n + \ \r\n \r\n \r\n\r\n + \ \r\n\r\n" + headers: + content-type: + - text/html; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:24 GMT + server: + - Kestrel + transfer-encoding: + - chunked + status: + code: 200 + message: OK +version: 1 diff --git a/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_up_source_with_dockerfile_e2e.yaml b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_up_source_with_dockerfile_e2e.yaml new file mode 100644 index 00000000000..01cf00a95d6 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_up_source_with_dockerfile_e2e.yaml @@ -0,0 +1,7325 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:12 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:12 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:12 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10062' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:12 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights?api-version=2022-09-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 + 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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2021-06-01","2021-03-01-privatepreview","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, SystemAssignedResourceIdentity, 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 + East","Korea Central","France Central","Central US","East US 2","East Asia","West + US","South Africa North","North Central US","Brazil South","Switzerland North","Norway + East","Australia Southeast","Australia Central 2","Germany West Central","Switzerland + West","UAE Central","UK West","Brazil Southeast","Japan West","UAE North","Australia + Central","France South","South India","Korea South","Jio India Central","Jio + India West","Qatar Central","Canada East","West US 3","Sweden Central"],"apiVersions":["2019-09-01-preview","2019-09-01"],"capabilities":"SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/operationStatuses","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2023-01-01-preview","2022-10-01","2022-09-01-privatepreview","2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/scopedPrivateLinkProxies","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"workspaces/query","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/metadata","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/dataSources","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/linkedStorageAccounts","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/tables","locations":["East + US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan + East","UK South","Central India","Canada Central","West US 2","Australia East","Australia + Central","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2020-08-01","2020-03-01-preview","2017-04-26-preview"],"capabilities":"None"},{"resourceType":"workspaces/storageInsightConfigs","locations":["East + US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan + East","UK South","Central India","Canada Central","West US 2","Australia East","Australia + Central","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["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":"None"},{"resourceType":"storageInsightConfigs","locations":[],"apiVersions":["2020-08-01","2020-03-01-preview","2014-10-10"],"capabilities":"SupportsExtension"},{"resourceType":"workspaces/linkedServices","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"linkTargets","locations":["East + US"],"apiVersions":["2020-03-01-preview","2015-03-20"],"capabilities":"None"},{"resourceType":"deletedWorkspaces","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2022-10-01","2021-12-01-preview","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","Korea South","Jio India + Central","Jio India West","Qatar Central","Canada East","West US 3","Sweden + Central","South Africa West","Germany North","Poland Central"],"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 + 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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/notifyNetworkSecurityPerimeterUpdatesAvailable","locations":["North + Central US","East US 2 EUAP"],"apiVersions":["2021-10-01"],"defaultApiVersion":"2021-10-01","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '13285' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:13 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights?api-version=2022-09-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 + 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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2021-06-01","2021-03-01-privatepreview","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, SystemAssignedResourceIdentity, 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 + East","Korea Central","France Central","Central US","East US 2","East Asia","West + US","South Africa North","North Central US","Brazil South","Switzerland North","Norway + East","Australia Southeast","Australia Central 2","Germany West Central","Switzerland + West","UAE Central","UK West","Brazil Southeast","Japan West","UAE North","Australia + Central","France South","South India","Korea South","Jio India Central","Jio + India West","Qatar Central","Canada East","West US 3","Sweden Central"],"apiVersions":["2019-09-01-preview","2019-09-01"],"capabilities":"SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/operationStatuses","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2023-01-01-preview","2022-10-01","2022-09-01-privatepreview","2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview","2019-08-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"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/scopedPrivateLinkProxies","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"workspaces/query","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/metadata","locations":[],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"workspaces/dataSources","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/linkedStorageAccounts","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"workspaces/tables","locations":["East + US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan + East","UK South","Central India","Canada Central","West US 2","Australia East","Australia + Central","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2022-10-01","2021-12-01-preview","2020-08-01","2020-03-01-preview","2017-04-26-preview"],"capabilities":"None"},{"resourceType":"workspaces/storageInsightConfigs","locations":["East + US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan + East","UK South","Central India","Canada Central","West US 2","Australia East","Australia + Central","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["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":"None"},{"resourceType":"storageInsightConfigs","locations":[],"apiVersions":["2020-08-01","2020-03-01-preview","2014-10-10"],"capabilities":"SupportsExtension"},{"resourceType":"workspaces/linkedServices","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"linkTargets","locations":["East + US"],"apiVersions":["2020-03-01-preview","2015-03-20"],"capabilities":"None"},{"resourceType":"deletedWorkspaces","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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2021-12-01-preview","2020-10-01","2020-08-01","2020-03-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2022-10-01","2021-12-01-preview","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","Korea South","Jio India + Central","Jio India West","Qatar Central","Canada East","West US 3","Sweden + Central","South Africa West","Germany North","Poland Central"],"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 + 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","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","Korea + South","Jio India Central","Jio India West","Qatar Central","Canada East","West + US 3","Sweden Central","South Africa West","Germany North","Poland Central"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/notifyNetworkSecurityPerimeterUpdatesAvailable","locations":["North + Central US","East US 2 EUAP"],"apiVersions":["2021-10-01"],"defaultApiVersion":"2021-10-01","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '13285' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:13 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": "eastus", "properties": {"publicNetworkAccessForIngestion": + "Enabled", "publicNetworkAccessForQuery": "Enabled"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '126' + Content-Type: + - application/json + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgeoqwgjgihc566zt5cden3?api-version=2021-12-01-preview + response: + body: + string: '{"properties":{"customerId":"f6e1a957-be11-48f0-b1d3-00775232b505","provisioningState":"Creating","sku":{"name":"pergb2018","lastSkuUpdate":"2023-06-15T21:56:15.208195Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-16T09:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-06-15T21:56:15.208195Z","modifiedDate":"2023-06-15T21:56:15.208195Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgeoqwgjgihc566zt5cden3","name":"workspace-clitestrgeoqwgjgihc566zt5cden3","type":"Microsoft.OperationalInsights/workspaces"}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2021-12-01-preview + cache-control: + - no-cache + content-length: + - '884' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:15 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgeoqwgjgihc566zt5cden3?api-version=2021-12-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgeoqwgjgihc566zt5cden3?api-version=2021-12-01-preview + response: + body: + string: '{"properties":{"customerId":"f6e1a957-be11-48f0-b1d3-00775232b505","provisioningState":"Creating","sku":{"name":"pergb2018","lastSkuUpdate":"2023-06-15T21:56:15.208195Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-16T09:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-06-15T21:56:15.208195Z","modifiedDate":"2023-06-15T21:56:15.208195Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgeoqwgjgihc566zt5cden3","name":"workspace-clitestrgeoqwgjgihc566zt5cden3","type":"Microsoft.OperationalInsights/workspaces"}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2021-12-01-preview + cache-control: + - no-cache + content-length: + - '884' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:15 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/workspace-clitestrgeoqwgjgihc566zt5cden3/sharedKeys?api-version=2020-08-01 + response: + body: + string: '{"primarySharedKey":"rTDJlEsXlTeSDsE2fOg7txMx1NknD2AjHWSzZwP6XzMY7hvZHxafMQJ6F85/+g74ZPyxfTSZlhVSBAVinD6p7Q==","secondarySharedKey":"WDAmqOp0lSIBABmgSgv+bL5udtCI8qDiJmpVKWY0//v7mcegI0oLubFHGjN3dWSfv273PewAftvzH8R/MUml0Q=="}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2015-03-20, 2020-08-01, 2020-10-01, 2021-06-01, 2022-10-01 + cache-control: + - no-cache + content-length: + - '223' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:16 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + 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' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus", "tags": null, "properties": {"daprAIInstrumentationKey": + null, "vnetConfiguration": null, "appLogsConfiguration": {"destination": "log-analytics", + "logAnalyticsConfiguration": {"customerId": "f6e1a957-be11-48f0-b1d3-00775232b505", + "sharedKey": "rTDJlEsXlTeSDsE2fOg7txMx1NknD2AjHWSzZwP6XzMY7hvZHxafMQJ6F85/+g74ZPyxfTSZlhVSBAVinD6p7Q=="}}, + "customDomainConfiguration": null, "workloadProfiles": null, "zoneRedundant": + false}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '446' + Content-Type: + - application/json + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:56:18.0790047Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:56:18.0790047Z"},"properties":{"provisioningState":"Waiting","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"whitecliff-45e12ce5.eastus.azurecontainerapps.io","staticIp":"20.124.59.215","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"f6e1a957-be11-48f0-b1d3-00775232b505","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '1527' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '99' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5","name":"3caf101c-0e05-4c15-af5f-d80bbb28d0b5","status":"InProgress","startTime":"2023-06-15T21:56:18.4842668"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:19 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5","name":"3caf101c-0e05-4c15-af5f-d80bbb28d0b5","status":"InProgress","startTime":"2023-06-15T21:56:18.4842668"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:22 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5","name":"3caf101c-0e05-4c15-af5f-d80bbb28d0b5","status":"InProgress","startTime":"2023-06-15T21:56:18.4842668"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:24 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5","name":"3caf101c-0e05-4c15-af5f-d80bbb28d0b5","status":"InProgress","startTime":"2023-06-15T21:56:18.4842668"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:27 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5","name":"3caf101c-0e05-4c15-af5f-d80bbb28d0b5","status":"InProgress","startTime":"2023-06-15T21:56:18.4842668"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:29 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5","name":"3caf101c-0e05-4c15-af5f-d80bbb28d0b5","status":"InProgress","startTime":"2023-06-15T21:56:18.4842668"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:32 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5","name":"3caf101c-0e05-4c15-af5f-d80bbb28d0b5","status":"InProgress","startTime":"2023-06-15T21:56:18.4842668"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:34 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5","name":"3caf101c-0e05-4c15-af5f-d80bbb28d0b5","status":"InProgress","startTime":"2023-06-15T21:56:18.4842668"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5","name":"3caf101c-0e05-4c15-af5f-d80bbb28d0b5","status":"InProgress","startTime":"2023-06-15T21:56:18.4842668"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5","name":"3caf101c-0e05-4c15-af5f-d80bbb28d0b5","status":"InProgress","startTime":"2023-06-15T21:56:18.4842668"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5","name":"3caf101c-0e05-4c15-af5f-d80bbb28d0b5","status":"InProgress","startTime":"2023-06-15T21:56:18.4842668"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5","name":"3caf101c-0e05-4c15-af5f-d80bbb28d0b5","status":"InProgress","startTime":"2023-06-15T21:56:18.4842668"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:46 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5","name":"3caf101c-0e05-4c15-af5f-d80bbb28d0b5","status":"InProgress","startTime":"2023-06-15T21:56:18.4842668"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:49 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5","name":"3caf101c-0e05-4c15-af5f-d80bbb28d0b5","status":"InProgress","startTime":"2023-06-15T21:56:18.4842668"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:52 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5","name":"3caf101c-0e05-4c15-af5f-d80bbb28d0b5","status":"InProgress","startTime":"2023-06-15T21:56:18.4842668"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:55 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/3caf101c-0e05-4c15-af5f-d80bbb28d0b5","name":"3caf101c-0e05-4c15-af5f-d80bbb28d0b5","status":"Succeeded","startTime":"2023-06-15T21:56:18.4842668"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:57 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:56:18.0790047","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:56:18.0790047"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"whitecliff-45e12ce5.eastus.azurecontainerapps.io","staticIp":"20.124.59.215","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"f6e1a957-be11-48f0-b1d3-00775232b505","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1527' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:57 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:58 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:58 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:56:18.0790047","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:56:18.0790047"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"whitecliff-45e12ce5.eastus.azurecontainerapps.io","staticIp":"20.124.59.215","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"f6e1a957-be11-48f0-b1d3-00775232b505","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1527' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: HEAD + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 21:56:59 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/managedEnvironments/subscriptions'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '235' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:00 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 + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000003'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:56:59 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 + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000003'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:00 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: HEAD + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 21:57:00 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:56:18.0790047","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:56:18.0790047"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"whitecliff-45e12ce5.eastus.azurecontainerapps.io","staticIp":"20.124.59.215","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"f6e1a957-be11-48f0-b1d3-00775232b505","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1527' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:01 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000003'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:01 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2022-09-01 + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/snehaparacr","name":"snehaparacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Standard","tier":"Standard"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-04-14T20:27:54.6369396Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T20:28:21.8108179Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca0f675d0f3dacr","name":"ca0f675d0f3dacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"northcentralus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-22T23:11:48.9079431Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T23:11:48.9079431Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca611a05bfaeacr","name":"ca611a05bfaeacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-26T20:04:12.9804664Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T20:04:12.9804664Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca6ff72889e5acr","name":"ca6ff72889e5acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"northcentralus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-26T20:43:12.1866562Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T20:43:12.1866562Z"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '2169' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:01 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:02 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: HEAD + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 15 Jun 2023 21:57:01 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +- request: + body: '{"location": "eastus", "sku": {"name": "Basic"}, "properties": {"adminUserEnabled": + true, "anonymousPullEnabled": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + Content-Length: + - '121' + Content-Type: + - application/json + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad07930e8e0acr?api-version=2022-02-01-preview + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad07930e8e0acr","name":"cad07930e8e0acr","location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:57:03.5646562+00:00","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:57:03.5646562+00:00"},"properties":{"loginServer":"cad07930e8e0acr.azurecr.io","creationDate":"2023-06-15T21:57:03.5646562Z","provisioningState":"Creating","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-06-15T21:57:15.6391294+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-06-15T21:57:15.6391294+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - 2022-02-01-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad07930e8e0acr/operationStatuses/registries-8df9a88b-0bc7-11ee-aae3-bce92fa43675?api-version=2022-02-01-preview + cache-control: + - no-cache + content-length: + - '1371' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:15 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad07930e8e0acr/operationStatuses/registries-8df9a88b-0bc7-11ee-aae3-bce92fa43675?api-version=2022-02-01-preview + response: + body: + string: '{"status":"Succeeded"}' + headers: + api-supported-versions: + - 2022-02-01-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad07930e8e0acr/operationStatuses/registries-8df9a88b-0bc7-11ee-aae3-bce92fa43675?api-version=2022-02-01-preview + cache-control: + - no-cache + content-length: + - '22' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57: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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad07930e8e0acr?api-version=2022-02-01-preview + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad07930e8e0acr","name":"cad07930e8e0acr","location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:57:03.5646562+00:00","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:57:03.5646562+00:00"},"properties":{"loginServer":"cad07930e8e0acr.azurecr.io","creationDate":"2023-06-15T21:57:03.5646562Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-06-15T21:57:15.6391294+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-06-15T21:57:15.6391294+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - 2022-02-01-preview + cache-control: + - no-cache + content-length: + - '1372' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57: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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2022-09-01 + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/snehaparacr","name":"snehaparacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Standard","tier":"Standard"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-04-14T20:27:54.6369396Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T20:28:21.8108179Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca0f675d0f3dacr","name":"ca0f675d0f3dacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"northcentralus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-22T23:11:48.9079431Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T23:11:48.9079431Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca611a05bfaeacr","name":"ca611a05bfaeacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-26T20:04:12.9804664Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T20:04:12.9804664Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ca-snehapar-group/providers/Microsoft.ContainerRegistry/registries/ca6ff72889e5acr","name":"ca6ff72889e5acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"northcentralus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-05-26T20:43:12.1866562Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T20:43:12.1866562Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad07930e8e0acr","name":"cad07930e8e0acr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:57:03.5646562Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:57:03.5646562Z"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '2704' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:15 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad07930e8e0acr?api-version=2022-12-01 + response: + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad07930e8e0acr","name":"cad07930e8e0acr","location":"eastus","tags":{},"systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:57:03.5646562+00:00","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:57:03.5646562+00:00"},"properties":{"loginServer":"cad07930e8e0acr.azurecr.io","creationDate":"2023-06-15T21:57:03.5646562Z","provisioningState":"Succeeded","adminUserEnabled":true,"policies":{"quarantinePolicy":{"status":"disabled"},"trustPolicy":{"type":"Notary","status":"disabled"},"retentionPolicy":{"days":7,"lastUpdatedTime":"2023-06-15T21:57:15.6391294+00:00","status":"disabled"},"exportPolicy":{"status":"enabled"},"azureADAuthenticationAsArmPolicy":{"status":"enabled"},"softDeletePolicy":{"retentionDays":7,"lastUpdatedTime":"2023-06-15T21:57:15.6391294+00:00","status":"disabled"}},"encryption":{"status":"disabled"},"dataEndpointEnabled":false,"dataEndpointHostNames":[],"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","networkRuleBypassOptions":"AzureServices","zoneRedundancy":"Disabled","anonymousPullEnabled":false}}' + headers: + api-supported-versions: + - '2022-12-01' + cache-control: + - no-cache + content-length: + - '1372' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57: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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad07930e8e0acr/listCredentials?api-version=2022-12-01 + response: + body: + string: '{"username":"cad07930e8e0acr","passwords":[{"name":"password","value":"O99wn4Asn8WnZMR9SfPRbwUmPElF7xX2HOwkRwGE5u+ACRD7EdTv"},{"name":"password2","value":"6jfPeI1h2TWR4IhtM3X5xxBQ8XI2Xsxx7VDlnsmUoS+ACRCQPiZk"}]}' + headers: + api-supported-versions: + - '2022-12-01' + cache-control: + - no-cache + content-length: + - '211' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57: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 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad07930e8e0acr/listBuildSourceUploadUrl?api-version=2019-06-01-preview + response: + body: + string: '{"uploadUrl":"https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/source/202306150000/9152b09a-f31a-4f5b-8f35-6faad2fa9519.tar.gz?sv=2021-12-02&se=2023-06-15T22%3A57%3A18Z&sr=b&sp=cw&sig=wKheona%2FnnObeNzRBYZQ70KC1WZqA0xRqhom%2BxQhxps%3D","relativePath":"source/202306150000/9152b09a-f31a-4f5b-8f35-6faad2fa9519.tar.gz"}' + headers: + cache-control: + - no-cache + content-length: + - '355' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:17 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: !!binary | + H4sICD+Ji2QC/2J1aWxkX2FyY2hpdmVfMTdlOGUxYWM5YzhkNDZlYmI5M2Y2OTVmMzllOGU1YzEu + dGFyAO09+XcUx5lkN/sL+3jPf0Jl/DYRfsylYwRCkpEBByUcWkm243Ucp2emJDX0dI+7eyRknuO8 + zXr37fGSzcbJyz6v4yQ2NhgL22BuMMa3uQ8JARIIJCEMuhBIIA659quq7pmeQwIcGBNTn/0xre6q + 7/vq+o7q6iqP1+OdVSEtnYelMNYn3RHwcRjv1+fLy0tc0/t+f36BfxJaOikLEDNMSQf2t7uQfyWQ + W4giphzBJf7A9IBvRsH0GbmewsL86YGCyZMEfPPBmwUedDwUFhaOP/7TrgtzC32TUIEY/3ccPEL/ + C/0v9P89C1I0amDTlNVawzMH12NFi0awanoWG5p6O8d/IBAYd/zn5uWmjP/8wty8Scgnxv8dh2VT + JiPkmoNNSVZweK6ua7rhKkKmHsPT2KP5Wm0t9A64x5LyO/NpT0ncYhRqpJhiwj1XuVqj6RHJlDXV + NS2eYIEc0jVDqzE9ZUZ0ITZnazqmqR+TdJXS5wmfpT/wD/wvxqaw/2L8C/svIFv2/3ba/Fuy/7mF + KeM/Nz8/IOx/9uz/12HkuXtRpihaAw7P0wyT+h2uB1zC+Av7L+y/sP8CsgEVUi027vAk8C3P//p9 + uQVi/lfof9H+Qv8LyIL+Z/N+npBRZ0aUrMd//oJA6vxvbkHAL+K/bMDglu2zotAHpkyeFdHCWEGs + Kyygl3DLCv0elXHDHMmUnnBVy6aCXU+iEuRiCV0zWbg2ZXJxnR+FFMkwSlwmXmq6w5Jai3VXKe9Z + xd46fylNlJsxUZmKME2HtFAopus4jBrqZAWjqK6FsGFA5IgatZiOdPx0DBsmJZdbSrnOkmtQDhPW + U1WnNVTy5+XhqVMmW6IXR0vt6BT+MExdU2tLrXSofE5Rsde6h4pDQKd0FqcWp1TsZbctYl5KzSpv + XqnjfQmi2UCsPFpKm2VVgxSNUuFNDZl1OM7ekS/BHqv1MlwxYmHZiCpSo4HC1rw8khPhNpKCWsxk + BHmlmXWSGa85D/BnUsalsLlWQwanxE6GRp0WU8Lq90wUBKqqFKQ8gSMIEFW0RvgDSqLIISaA4YlL + zTmUmygkqdA6RkwxQVRbflp0A6uGbMr1OKkINboWQXhpCEcZQVpBWA2jmIF1w8OJPgzcFS0kKSBD + MMamJ6ZZot1aZQYbkTXDlZSvrKpi4dzq2Ysq5z41d+Gj5ZWLFi6Yu7A6M4l6SZc5Y21CvlxyCUoC + dQFqJc4Uai/eMML/E/6f8P8E3K3+H/xk2f/Ly08d/3l+cAmF/5eV4lMblWne3rOgPgTe3cQJPJXS + M5rOOlE8bVWjYeKIZ44s1aqaYcoh+mjKZFWKYCMqhTCqBuP4GA6WRaO5vtw8X4GH5Y+7bE9UQjrw + CvBsKVSHc+bEdO40lCDfNDRfC9l/JSWz73sWaiqehhZqVSaICKnoSoapT1qUy0EiHZeppgy+CLie + jdXaEqxaT6OxILg43EF1uMGoCFH5LJeYJlyW8CitPGD/oeQPorjbiJahWmzOpJ7HTMQcxpQcQU1T + UJLPikpK0Xc4IU+5sTCmKIv0uZGo2ZiTcGtnJlHS5XrJxOBrSGFNVRpROX2Ng/XihOyl6CmF3ZuZ + QYREspxMOXnGqYlsjmJTsChDFcdZ2I8yFbhek8Nokfp9bOaMT9NRGagsBG6jbDZ6ZlPHVjUf9MDt + Bx9E80wzOltTaQDhqdahP5WHMW1QOVUE6+dZoeSF/yf0v/D/BIzr/5WrYbz065r/8+X7/Wnzf7mF + wv/7Wub/WFe4mfm/eVoEI5o1MQcYluuT5vdCYJjp/J41EZWYIrQmiNz5rtLHsBICStYMoTVlNx9L + uj3RVSyhOh3XlLjqwPAbRV5vWAsZnkjcIYXcXsmIqtj0huhyk9JgTFbC1BEFH5POvBioQTbrUFlV + hWfh3GpEXddir1TqsebJvCB16T274kTYf2H/hf0X9j9h/7M+/+ML+NPnf/KE/c+W/b+tU0C3MM+T + NN+ScDsmnm8Zb84jkX/COY9EspxMObM153H3zFMI+y/sv7D/97r9r6BqNdR4h2YAbvj9R0F+mv33 + ifc/X0/8b3WFm5kBsJKiCg2MXaM1DQBRfumstORWeM+WpTxi0BUcssEmD+iSCr7KhS/xMWQTf8/g + dh5IRxlpz924ckLE/8L+C/sv4Jtn/2/3DMAN4//c1Pn/vAJfvrD/91L873Q7vtoMgJPChHMAzoQ5 + mXNne+3D1zcLIOy/sP/C/t/r9r+qTtJx+E59Bnrr33/C+A+I7z+F/hftL/S/gKzp/6fmS41azLzd + 08A3iP/y832B1P3/8vxi/jdb8V/xd+Ysml39eMVcRFudfaYJv0iR1NoSF1Zd7A6YB3t5VgSbEgpB + jzGwWeKKmTXu6S7kTXpKY8ASV72MG6KabrpQiK7XViF1gxw260rCuF4OYTf7YxqSVdmUJcVthCQF + 9JDH56Bm0unjDPPJyJ0WXRZ7eWIrpyKrSyBIVEpchtmoYKMOYxCEryT7mVeRg96gppmGqUtRb1g2 + TG/IMBK3PBFZhWFgOESZmCDNTeeueSbJiLqlaBSrYXc91g1ZU0tc9EOEmyaXFjrzRDdDvdhrNVZx + UAs3xtfeMfvu/BZWleKL9eAyKOmI/7jx0qgEpI2IfcOEGFfB9ANIx01Frq0zUbDW3VAHxUZBTQf6 + 7qBmmloE/lrqNuogQG9AkaA7z1WaHD47FwrSriHJamKZYFJCKVlEd1AH0awa0LFU4uLX9E1CiYsv + Y3GVpvcMKRPtYAxkVVMY8LLqLmQ2RoEkT+NCYeh87qBhPaZSK4oUNbDjiaTX0vHgsQglUtCPR920 + mLqmxBlVxaJ0aODwbD40XOkC2sDy80bB4RJXjaTEqSpSkPagaiYVbRm5lm/JVZqZXLEBVDKX2C2H + aL5iL02Sqbq8vC4yPXI0Z0rpUfyCdii3rEK3x+4aBS9Fi0HzyjWNbks3uIPYbMB4fNFjSgoP2oEp + JXetrjW4/eNltEabI7MbOmxkouRpXc/NRqv1zbq+5EYdcB5b0CpNJBBooLtAXmvWy1VqXXxloYu9 + MSVjp+GLaye6V+wFgeMf2CfpqRvqieII3EIwrqAw9NJlp45m0DqzKkFjYv0h0IrOabhiL80ZF4AL + Z/1VA/YA6zZRS8eZWhRZD1gNR2IwjJOkuhn19t2QFm2ciaiGymDM4BY06FdqNWf9Fnu5oIkSGSFd + jprI0EO2GVz8dAzrjdwG8mtm/BYbTBmw5KXjZk6xoYudJjQYU8MKvkliiy3zuXgi++akwanMkhok + 2US8ZatwiCq/MqNRDeW4qlhKwzWNbRshg39bhJjunEptpGUbocNRn+fe9f9F/C/ifxH/i/g/Q/xP + g41sxP/+QF7q+q8Cv0/s/5St+N/7AKqA8A58dAODn66FYnRTG2uvIRPd3GdX3pAiUy/ekMPYyyy/ + rNa6aRwJ9l+usbYOmjKZbypE13sZiAZfmloj18Z0vlEOXROma4vBjNNlYdx/YNvpMBqNyKBShVAD + /a7LMLBpeNADXuoKSB5nfMjfrLK41M3eRBchlW49pLDXtMxnkyB8VYsQ/0CN3W4A5w6yY2lJEWI/ + kEaxv2yTOEkIZjS9CN1PX2eEQvZDT9BU3VFdjkh6Y3K6mpoaRjsohZZAkALlcduP/MEADuXyp9yt + jD+ZHvBLCeLUm4/KClSXx3bsPRL9NB5PQ86HRh0E26WJRLdfEof7u8yRGv4uQv7oUmRoihxG9+MC + +h/P5UmeFnBm47fGzcnyxicRrIz230XIhzy5BTqOIE8h+9Frg1KObxri/3t8BVNtMjxqhSqjm025 + +XpCTq9GY/31GegefqDBaoCFp3WYzm0UIVmtw7psxgWynH6WOarRba006ENSEMSHEMCqQV4qH+9T + dIILqPt8/zAzQ5dsAC85nWvAF106M2ubYAv/T/h/wv8T/h/3/x4FuxhmltqKnivoJnaS8pe9Ebrh + +v9Ayvv/XJpB+H/Zev8z3pyQuz7eHZKmh6zbGad2boaYO6ZqQVOPGeDEpNF0PMtEX4xYYf/F+Bf2 + X8DttP9P0Rfs5RH6RtK4/R8B3sj++wMFqes//P4CYf+zZP9n8fX9qa+gpkyedeOl/LOkcLhaqp2H + lShExg9MG/8rgXgqQxhxYf+F/Rf2X8DdZf+r6I71d2ILgBvZf1/6/s8F9PwnYf+zY/+tD9H4yz/6 + Yb/1HtA1U5zFKOy/sP/C/gv4xtp/XavVpcjt3/Tv5u2/31eYGv9D+C++/8gK1Es6Yhvmsq/ZeYhv + H/Tkma1jycQP8cc5kl5r8BMIvF5UFg4jA+v0Ow7DPt8qvtbVQ1+7s0yeKiuNBzIkNgrI4XQocyka + BcZ2csYrJ85ltrU8hB/5NK+6usI+AwxF5Sim782BFz0E7Dv0iKW5iTObPOWG44SmnKmJE8FowkcM + PNc+fWqeRJeZ6DkufgqKa6r1MT+wp0dmhfmZ12heVXUVqpeUGEaygfJ8KCw1Gh70uBZDEakRNUgq + W7QSqqNnmvG1LHStS1TXwjG2LBUZIaxKuqwZ09hCG3tdjbRE8kQMay0NXUrjrjNM+xQsS9h5cCcn + vqTBvkkJVOKwrPN1ryyB9ayKrZR5WFbidW09qAS/TlZrk2+Wxcw6TZefkeJk+KMFUjStzej9yhhP + JdSn8P+E/yf8PwF/zf5fFOumfCcPAf8K+z/k5ReI/R+E/hftL/S/gCzpf0WKqaG6Kn5WruFZbGhq + duL/QG7q+C/IzRPv/7MCLCh2QZRaQ2NFV5G9K50r9Y1/4hE8DGmRCITNC6UIhvuuCv7RhmtaPAHv + Sw/pWoOBdUhCP99MPHWcrfyodbSy4aQPSTIfz0yZOcL6+EfzzyZohzUT4miIUBdgw6Bxaxp3x1HW + j+gKJWmH4uy86TrNMIsKQRXOpLeT7haAYbJ42hxd5eVVaO7SqA7cJqoiSGan+vpqKUX0OVpoCeM7 + rtRWipuVmD+1KnVZVagOR/CzUIPLrFmgeVCJzxbZf1VouvmsgzbbLNGoK1MU+iS93WIGrqqab92O + b5hol8cly4atuxzduEFWwyAsneGgp0TyZndZXwLbFSGpmtoY0WLpyRwSUAaZGjpzd0rqN/m+GXkB + R0kNgxUR0ubn5xX4nGXJ9g6Qwv8T/p/w/+5dSFvYFzLoJ5i3ffxP+P4nz5d2/oNfnP+UFSi2fDdU + FV5S4kqs3gS3wgO3PNA3XNZuG8VWrND4fV2LRe1tPKrZvkcP6+AxNGj6klJwvgIeX7E39b6VnJ5r + TT2ZUqzSn2Jv/IaVoDxCzalsPkIXpRrxZCm3rcSPGGzXDx2bRnm4tCA/EPYXhHPdwenTZ7jzQ8Fc + 93Qpd4a7IOgLYakQ5wakGcXe5DwWIe7ozOHverjoi6pK58tqbGmxN/PDpJzUe7YOpaYHS6bfZBXo + Ta1BdrfcxJGkKq2QQkvAc63ENVjHagijcjWkxMLY2T6PykZMUqrMWFjWPGXPxHTsmW2/fjM81Zqm + wL9MVMOFHrV3UfF7/IWeXHsXMqhVB2u6GYrVGcR3NvcMCP9P+H/C/7t3oaGhQdc003snedz6+x9f + Yb5fvP8R+l+0v9D/ArKh/+n+xXeP/vcX5An9L/S/aH+h/wVkTf/b+9ffifE/0fd/eb7c1PnfXHH+ + b3aAHfWQth1evr0FHT0WGIdlCeVEZNVt7WdXGJgeXTqV50rkT6YQYBT4C01KJpEusXOejhWJbmTI + ElL69hZ41oZ5fP8+LWzt1xeR9FpIZG+xZ++TJ8awsP9i/Av7L+Avsf81Uj09AMQD/9yR8T++/ffn + 5gdSz3/K8xXmCfufHfjWpL+ZhBD9RZNW3Ddp0nfh3n338b/rvj1p0l64zoF7kGTSrEn8PoWf35eR + 3N8B/v2tYk5OztS3VjdteaupadPqpjc5vvnGptWrVm5qemPFpqaVr29qWvH6prdWvr5hNcUVrwEu + d+BrG/7l58/9Z9uxo+To4RZyhGEzxxYbD3FsPkRaGR6M47bNm8jprk6G3Z2nSPepk6Tr5AnSdeI4 + 6TzeBniMdLYdJZ3HjpBTx1rJqaOHAVuS8I3lr2zv6e4iY6OXyHWGI+T6ZYrD5NolwJGLgBcYXh0e + AjzP8eIgOdZ8gHx5/RoZu3aVjF29QsaujHIal618w5DnIqS9MAg4QK4M9afhlnVrGf/rVy6Toc49 + pGfnH0nPrj+R0zv/QE5//gdyYv8W0n70SHL9WHXz3tbNjP+XlP814H/V5j8CsltyU5mTZEjIcRWu + t6xP8O/Z9Wey9/ezyb4Xv0/2/G8Z4ENk37v/wepmzK6b0UTdtLW2cP6OOhjoPUsGzn1BBs6eIf1f + 9JD+M92kv6eb9J3uIqdPtMfl4L+DwP9d4N8NdXeFnNm9nOx/8QfkwMsV5NCrP2J4YPMLTDaOzjYa + Ju1HKP/rSfwHe8+RkaHzTIbh8/0gw+mEDD1dvC4cuGXDuu09p7tZ3jN7lkPZy0nzaz8mB/6wkOx/ + 6Ydk//pfOvjbMvB6YPzHrlttwGUY7OslIxc4/5HzA6T/bI8lA5eDtocTt25cz/lD+32x93Vy4KX5 + pOX1n3D+/zef8ad1w3GUDA/2QV2eIr3dJ8nezz6y+Cfq4NLFCyDDuUQ7ONsCkPfnBG7duGF7T89p + Mnb9Kvli3wrGt2XFT1kb7H9pAdm/4Ve8b1s4PNgP/DtJL8iw7/OPgf9Yog5SxwKtL6s/2mPq+iUH + wt/bNm20+F8D/iuh/AvIYSf/9b/iffuaxR/atK+nk9XB3s8/IZcvXbJwhFweGSaXhy+SSxShHi5d + HCKXLgyx9hgZGsyIa995m/Mfu0bOHlhFDv3pEdK6qoYc+vOj5OAfq8iBjf/D6oYhlG0Yxk3fmU4m + wz7gf/78IDk/SHGA40A/Od/fTwb7+zhCf+B4jvXNAQfSv99d8872Mz09rB7PHniTHHz5H0nryhA5 + BLwPQh0c2PjfrG44Uv4DSfyPHgHdcKSVHGm18bClJwBbWkhrHJsz4vJXXonzP3dwNWl55XFytGkx + aVn+T6T5lR+RgzD+aN0wBBmGoc76znQxGfbt/ISchrG7d88ecsSSwdkfneNizO4blq6i9dR16hRp + WrVq+5kzPQQykl7K/8+PkaNvyqTl1cdJM1wf3PSC1cd4PxuG9uyDcURx785PGX8bu+PYxbHLgfR+ + V1carm5qAv5nyJdffkl6D71NDr/6Y3JsdYS0vvYTkOEJcnDL7xz8x6AvAX8Yz30wnvfu/IycPn06 + DdesWUMOHDiQhGua3iDN+3YzndnW2kzaQI//5je/edHj8dyf4P8OOfzKE+RY0xImB22LQ5t/y+qG + YoJ/D5Oh9dABqPvdDHeBLLs+57h544b49a7PPyW7PvuU7Pn0Q3Kx/yy3aZZtWLdu3b9R20/5U+hv + WUuOvh4k7W/r8BsiR177KWne8nsmG8Mk/lyGYRhbFHmbdMX7JtURtp6guqq3uwP4n0vYVcANGzYk + 8e9rXkNaX/0JaVutkSPLfwrXT0L5f5fgDzhy0cm/h8kz4ugTSTLE5TjF5Bge6E2yX5s2bUop/zpy + bAUmJ9Y0kBPvNrLfIx+tIAn4EnTLBabT0/izPjGxDMODvUk2dMvWLcn8m98lR1+TyPG3dPZ7ZPlT + pHnz75P4j1y8SPoo/7Op/Hl79H3RnZAD7J2tKzn/viQ7um3btpTyrydtK2tZudvekMkxuG7Z9n/E + CVS39p3r4XUASNsj0SZ8XED5x0COMVYPFv/ebsb/GvC/AngN+F9777330uv/9TA58U4MeNew65at + L6bxt3kz/sOcf/+5M2nI5QFZejj/iyn1//7725P4D7RsIG0r7PIvZnWRqfyM9lmOI9AfKGbkf47K + SNuE1QfT3Xb9j0L/27FjRzL/w8B/pUw61jSS9lVLWBu0bHuJ3C4YA718DWzo6OgouXDhAvnggw8y + lJ/zP/6mCjKAHvxgecby3wzS9umFNjgL/fAc9McLYDuugB9zEfpwb28v+fDDDyn/v02UfyNpf0Mh + J1brTIaT635G2nat+0r8KW/Kk2LXyePkJMQCZ8HO9INt7gK9v2/fPnLs2LHngOS3nPXfDuU/vkoh + 7dAO7SsXp9X/zfCnZbZ5U/zg/e0E+jrZvn072bx5M7tua2vbTnk7+V/qbWdtQOuBykJ/Ow59dOv8 + z3D+9Jfi++9tY7rz8uXL5FRnJ+ns7IzzdvLPBBM9Gw+uQz+z8erVq+Tjjz8ml8BHO3nyZBpvinCP + DAwMZMSOjo5b7+dgpyhS3iMjI7SfUb7UNqfxvhHu37//uVvlT+v6Gvg9lDftbzt37qT+xy3zptjc + 3PzcIPiX49VPJqQ8z507R3rArzsFPlZ7e/uEvL/uuQw6T3GfNVdhz1PM+nZ6uuaDB36xb8/u5/ft + 3mXhzuf37qL4+fPbt23dtHf3ruN7dn5+fPdnnxzf9clHx3d//GHbro93tO36aEfb+rdX7xga6CPD + Zw6ToVM7ycCp/eQcxIRnIS492w19o/Mk802pfqa+AYv1IT61Y+WO1uaOIajbtrUxiEsgLlulJsWi + fRBn0fzUFg3S2IvaB6A/BOOR0uk4erhjCOLB9nVLyUGILfavjACvUXIVeFG/5Cykpf7yKMQw5/t7 + GQ0ar9Fn1Fc72Xa0Ywj0Z/v6ZeQQ+OX731BZPDQKMRz1bbpPdZCrlN7oZXIFYqErQGcU7BJDkOn4 + 0daOC0ND5MTG58C3h/j2zadZPEHtELXRxyBeYD4xjJNu6DNdbC6lI47gS3ZcAD/j5OZfkNYVEjm0 + OgZj7Dq5cvkS83eOgl/b3tbG9MUQxERDgxxpTNQPun73rl0d1Oac2vKv5MjKMGl+aynzJ6+ATqI+ + w+Hmg1Ycc5h8sON95tN++uEOcqazg/SC/Xjhty9UUbvRue3fybFVYBffXsbG2RUoL/U9aJ2dhxjL + 9jlsv3MU6p6259q1a+fS/F3v/Rdpf+tpcmTd82ys0jqjtoLlB4z7b5bfMgr9gLbx+g3rWf7u935J + 2ps00rrm51b+Kyz/ELQT7V+WH8R8n16efwz6ydjmzZt4/u2/IsdXA/+1/xzXlSOg00ehzUYhRr5k + xa/Mr4B2uzp6iT3bunUry396+6/JibdipH3Lr+P8x7N9p6HuaGxKY5/du3fPZnZ3XxM5/f6vScdH + fxo3v2239u3bS0D/kIMHD75M9QTVK1SPU6TXE+l/auePQGwKevflTDoHaJbZtFJxeHiY6a/W1taX + 7yY9Jd7/ifd/4v2fgLvn/d/iu2z/pwKx/5PQ/6L9hf4XkC39z5Z/LjbuzPifcP1nfur6j9xAQKz/ + zArQ87+9WTz/G5jd5iPAra2iH9Oh+6JGLaajH0j1Ej+/FIiH6Q7RYpwL+y/Gv7D/AlIhGJqeGw7U + BAvzw4F8f2F4RsA3PVQwIzBjxnQpvyYYeCqxlcmdsv8Q7PlT93+kW0IK+58FuL8q/SiCENSJFpGf + wfEDHagtBhdBV1Gd1sCOObCTcIsbxsFYbeL8B2awaUq+Sw3i29SgmEHPiqAmPtGpuJWXlTAnJEfo + lo3MRaiRDBNbpGvBOWCG/uHKRQtQJKSnOCJ800fLHykKeHyorAoFwaWZMvmxRZU/nFNeibxSNDpl + 8twfVSyqmoum++KX+fl5NyZshJfEqVJhHWQNPTRl8uxFFY+jJ1zjbKblmoZcHteTUyZXPrIQcYpI + h6TgNsED73i5LLIe5Emwc1F+Xo8riRavv3G5I3cIVWLu4bk1VhFeqxRWuTkBKJy1BWMSdeverdG3 + M3mjRfR8iWiUbv1YwjZdTHClGYBpjaxKSmpDsaK73TW6FimJE3NShkqZu7C68vGKReULq6HuubS0 + qtPkDCuK60mh6gUIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEPANg/8H3JPd + mAAYAQA= + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '7472' + Content-Type: + - application/octet-stream + User-Agent: + - azsdk-python-storage-blob/12.12.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-version: + - '2021-06-08' + method: PUT + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/source/202306150000/9152b09a-f31a-4f5b-8f35-6faad2fa9519.tar.gz?sv=2021-12-02&se=2023-06-15T22%3A57%3A18Z&sr=b&sp=cw&sig=wKheona%2FnnObeNzRBYZQ70KC1WZqA0xRqhom%2BxQhxps%3D + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - PfjUHCsiQfYQCWxs3On0RQ== + date: + - Thu, 15 Jun 2023 21:57:18 GMT + etag: + - '"0x8DB6DEB7D3CC792"' + last-modified: + - Thu, 15 Jun 2023 21:57:18 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - UpjHQvuz42s= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2021-06-08' + status: + code: 201 + message: Created +- request: + body: '{"type": "DockerBuildRequest", "isArchiveEnabled": false, "imageNames": + ["containerapp000003:20230615145719389960"], "isPushEnabled": true, "noCache": + false, "dockerFilePath": "bc82d6fb74d6417d9608c596998a4fb6_Dockerfile", "arguments": + [], "platform": {"os": "Linux", "architecture": "amd64"}, "sourceLocation": + "source/202306150000/9152b09a-f31a-4f5b-8f35-6faad2fa9519.tar.gz"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + Content-Length: + - '378' + Content-Type: + - application/json + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad07930e8e0acr/scheduleRun?api-version=2019-06-01-preview + response: + body: + string: '{"type":"Microsoft.ContainerRegistry/registries/runs","properties":{"runId":"ca1","status":"Queued","lastUpdatedTime":"2023-06-15T21:57:19+00:00","provisioningState":"Succeeded","isArchiveEnabled":false},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad07930e8e0acr/runs/ca1","name":"ca1","systemData":{"lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:57:18.9979564+00:00"}}' + headers: + cache-control: + - no-cache + content-length: + - '520' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:18 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-containerregistry/10.1.0 Python/3.8.10 + (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/cad07930e8e0acr/runs/ca1/listLogSasUrl?api-version=2019-06-01-preview + response: + body: + string: '{"logLink":"https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D"}' + headers: + cache-control: + - no-cache + content-length: + - '226' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:19 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:21 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '48' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:19 GMT + etag: + - '"0x8DB6DEB7E08AC05"' + last-modified: + - Thu, 15 Jun 2023 21:57:20 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '1' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:22 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '48' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:20 GMT + etag: + - '"0x8DB6DEB7E08AC05"' + last-modified: + - Thu, 15 Jun 2023 21:57:20 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '1' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:22 GMT + x-ms-range: + - bytes=0-4095 + x-ms-version: + - '2018-11-09' + method: GET + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: "2023/06/15 21:57:20 Downloading source code...\r\n" + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '48' + content-range: + - bytes 0-47/48 + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:20 GMT + etag: + - '"0x8DB6DEB7E08AC05"' + last-modified: + - Thu, 15 Jun 2023 21:57:20 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '1' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:22 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '48' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:20 GMT + etag: + - '"0x8DB6DEB7E08AC05"' + last-modified: + - Thu, 15 Jun 2023 21:57:20 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '1' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:25 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '452' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:23 GMT + etag: + - '"0x8DB6DEB7FBDE3A7"' + last-modified: + - Thu, 15 Jun 2023 21:57:23 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '3' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:25 GMT + x-ms-range: + - bytes=48-4143 + x-ms-version: + - '2018-11-09' + method: GET + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: "2023/06/15 21:57:21 Finished downloading source code\r\n2023/06/15 + 21:57:21 Using acb_vol_81bbe180-3a80-461c-ac87-f6b081a98f79 as the home volume\n2023/06/15 + 21:57:21 Setting up Docker configuration...\n2023/06/15 21:57:22 Successfully + set up Docker configuration\n2023/06/15 21:57:22 Logging in to registry: cad07930e8e0acr.azurecr.io\n2023/06/15 + 21:57:23 Successfully logged into cad07930e8e0acr.azurecr.io\r\n" + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '404' + content-range: + - bytes 48-451/452 + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:23 GMT + etag: + - '"0x8DB6DEB7FBDE3A7"' + last-modified: + - Thu, 15 Jun 2023 21:57:23 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '3' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:25 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '452' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:23 GMT + etag: + - '"0x8DB6DEB7FBDE3A7"' + last-modified: + - Thu, 15 Jun 2023 21:57:23 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '3' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:27 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '1382' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:25 GMT + etag: + - '"0x8DB6DEB80F10626"' + last-modified: + - Thu, 15 Jun 2023 21:57:25 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '4' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:28 GMT + x-ms-range: + - bytes=452-4547 + x-ms-version: + - '2018-11-09' + method: GET + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: "2023/06/15 21:57:23 Executing step ID: build. Timeout(sec): 28800, + Working directory: '', Network: ''\n2023/06/15 21:57:23 Scanning for dependencies...\n2023/06/15 + 21:57:23 Successfully scanned dependencies\n2023/06/15 21:57:23 Launching + container with name: build\nSending build context to Docker daemon 35.33kB\r\r\nStep + 1/17 : FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base\n6.0: Pulling from + dotnet/aspnet\n759700526b78: Pulling fs layer\ncafd06d60458: Pulling fs layer\n9e65f86790b6: + Pulling fs layer\n217953d5b220: Pulling fs layer\n9abf5ceb3cbb: Pulling fs + layer\n217953d5b220: Waiting\n9abf5ceb3cbb: Waiting\ncafd06d60458: Verifying + Checksum\ncafd06d60458: Download complete\n217953d5b220: Verifying Checksum\n217953d5b220: + Download complete\n9e65f86790b6: Verifying Checksum\n9e65f86790b6: Download + complete\n759700526b78: Verifying Checksum\n759700526b78: Download complete\n9abf5ceb3cbb: + Verifying Checksum\n9abf5ceb3cbb: Download complete\r\n" + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '930' + content-range: + - bytes 452-1381/1382 + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:25 GMT + etag: + - '"0x8DB6DEB80F10626"' + last-modified: + - Thu, 15 Jun 2023 21:57:25 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '4' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:28 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '1382' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:25 GMT + etag: + - '"0x8DB6DEB80F10626"' + last-modified: + - Thu, 15 Jun 2023 21:57:25 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '4' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:30 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '1439' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:28 GMT + etag: + - '"0x8DB6DEB82582951"' + last-modified: + - Thu, 15 Jun 2023 21:57:27 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '5' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:30 GMT + x-ms-range: + - bytes=1382-5477 + x-ms-version: + - '2018-11-09' + method: GET + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: "759700526b78: Pull complete\ncafd06d60458: Pull complete\r\n" + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '57' + content-range: + - bytes 1382-1438/1439 + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:28 GMT + etag: + - '"0x8DB6DEB82582951"' + last-modified: + - Thu, 15 Jun 2023 21:57:27 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '5' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:30 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '1439' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:28 GMT + etag: + - '"0x8DB6DEB82582951"' + last-modified: + - Thu, 15 Jun 2023 21:57:27 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '5' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:32 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '1952' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:30 GMT + etag: + - '"0x8DB6DEB83E01610"' + last-modified: + - Thu, 15 Jun 2023 21:57:30 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '6' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:33 GMT + x-ms-range: + - bytes=1439-5534 + x-ms-version: + - '2018-11-09' + method: GET + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: "9e65f86790b6: Pull complete\n217953d5b220: Pull complete\n9abf5ceb3cbb: + Pull complete\nDigest: sha256:f76f95813a87d711928c6b02335614f328cc1c9c53315137fd64ea13b2be09f9\nStatus: + Downloaded newer image for mcr.microsoft.com/dotnet/aspnet:6.0\n ---> a138def764dc\nStep + 2/17 : WORKDIR /app\n ---> Running in 8254fc91649d\nRemoving intermediate + container 8254fc91649d\n ---> c086874fec11\nStep 3/17 : EXPOSE 80\n ---> Running + in 1cfca4c5c3e7\nRemoving intermediate container 1cfca4c5c3e7\n ---> 6bb364a95b93\nStep + 4/17 : EXPOSE 443\r\n" + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '513' + content-range: + - bytes 1439-1951/1952 + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:30 GMT + etag: + - '"0x8DB6DEB83E01610"' + last-modified: + - Thu, 15 Jun 2023 21:57:30 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '6' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:33 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '1952' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:30 GMT + etag: + - '"0x8DB6DEB83E01610"' + last-modified: + - Thu, 15 Jun 2023 21:57:30 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '6' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:35 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '2536' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:33 GMT + etag: + - '"0x8DB6DEB85CE56AB"' + last-modified: + - Thu, 15 Jun 2023 21:57:33 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '7' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:35 GMT + x-ms-range: + - bytes=1952-6047 + x-ms-version: + - '2018-11-09' + method: GET + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: " ---> Running in 4edf273dff8c\nRemoving intermediate container 4edf273dff8c\n + ---> 4779c2a07acc\nStep 5/17 : FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build\n6.0: + Pulling from dotnet/sdk\n759700526b78: Already exists\ncafd06d60458: Already + exists\n9e65f86790b6: Already exists\n217953d5b220: Already exists\n9abf5ceb3cbb: + Already exists\nb14bfd45ff9c: Pulling fs layer\nc54b90e5d4b7: Pulling fs layer\n21e7e09b3ced: + Pulling fs layer\n21e7e09b3ced: Verifying Checksum\n21e7e09b3ced: Download + complete\nb14bfd45ff9c: Verifying Checksum\nb14bfd45ff9c: Download complete\nc54b90e5d4b7: + Verifying Checksum\r\n" + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '584' + content-range: + - bytes 1952-2535/2536 + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:33 GMT + etag: + - '"0x8DB6DEB85CE56AB"' + last-modified: + - Thu, 15 Jun 2023 21:57:33 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '7' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:35 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '2536' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:33 GMT + etag: + - '"0x8DB6DEB85CE56AB"' + last-modified: + - Thu, 15 Jun 2023 21:57:33 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '7' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:37 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '2536' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:35 GMT + etag: + - '"0x8DB6DEB85CE56AB"' + last-modified: + - Thu, 15 Jun 2023 21:57:33 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '7' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:40 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '2536' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:38 GMT + etag: + - '"0x8DB6DEB85CE56AB"' + last-modified: + - Thu, 15 Jun 2023 21:57:33 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '7' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:43 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '2625' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:41 GMT + etag: + - '"0x8DB6DEB89E0FB11"' + last-modified: + - Thu, 15 Jun 2023 21:57:40 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '8' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:44 GMT + x-ms-range: + - bytes=2536-6631 + x-ms-version: + - '2018-11-09' + method: GET + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: "c54b90e5d4b7: Download complete\nb14bfd45ff9c: Pull complete\nc54b90e5d4b7: + Pull complete\r\n" + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '89' + content-range: + - bytes 2536-2624/2625 + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:41 GMT + etag: + - '"0x8DB6DEB89E0FB11"' + last-modified: + - Thu, 15 Jun 2023 21:57:40 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '8' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:44 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '2625' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:41 GMT + etag: + - '"0x8DB6DEB89E0FB11"' + last-modified: + - Thu, 15 Jun 2023 21:57:40 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '8' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:47 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '3135' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:44 GMT + etag: + - '"0x8DB6DEB8BCA335E"' + last-modified: + - Thu, 15 Jun 2023 21:57:43 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '9' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:47 GMT + x-ms-range: + - bytes=2625-6720 + x-ms-version: + - '2018-11-09' + method: GET + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: "21e7e09b3ced: Pull complete\nDigest: sha256:a3bbff689a86ba7f3ddcee5089a729b20e20e3b4dbfb9d0a43bb3284d9081023\nStatus: + Downloaded newer image for mcr.microsoft.com/dotnet/sdk:6.0\n ---> d5ba51a50ad2\nStep + 6/17 : WORKDIR /src\n ---> Running in e2008d90efd5\nRemoving intermediate + container e2008d90efd5\n ---> 9d49646e4959\nStep 7/17 : COPY [\"TestWebApp202305.csproj\", + \".\"]\n ---> bb10288da0da\nStep 8/17 : RUN dotnet restore \"./TestWebApp202305.csproj\"\n + ---> Running in 0ef12a021b3a\n Determining projects to restore...\r\n" + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '510' + content-range: + - bytes 2625-3134/3135 + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:44 GMT + etag: + - '"0x8DB6DEB8BCA335E"' + last-modified: + - Thu, 15 Jun 2023 21:57:43 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '9' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:47 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '3135' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:44 GMT + etag: + - '"0x8DB6DEB8BCA335E"' + last-modified: + - Thu, 15 Jun 2023 21:57:43 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '9' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:50 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '3323' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:47 GMT + etag: + - '"0x8DB6DEB8D6BE5EC"' + last-modified: + - Thu, 15 Jun 2023 21:57:46 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '10' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:50 GMT + x-ms-range: + - bytes=3135-7230 + x-ms-version: + - '2018-11-09' + method: GET + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: " Restored /src/TestWebApp202305.csproj (in 481 ms).\nRemoving intermediate + container 0ef12a021b3a\n ---> 8d9e9e2681a9\nStep 9/17 : COPY . .\n ---> 8cde804abc94\nStep + 10/17 : WORKDIR \"/src/.\"\r\n" + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '188' + content-range: + - bytes 3135-3322/3323 + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:47 GMT + etag: + - '"0x8DB6DEB8D6BE5EC"' + last-modified: + - Thu, 15 Jun 2023 21:57:46 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '10' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:50 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '3323' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:48 GMT + etag: + - '"0x8DB6DEB8D6BE5EC"' + last-modified: + - Thu, 15 Jun 2023 21:57:46 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '10' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:52 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '3608' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:50 GMT + etag: + - '"0x8DB6DEB8EEA5E49"' + last-modified: + - Thu, 15 Jun 2023 21:57:48 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '11' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:52 GMT + x-ms-range: + - bytes=3323-7418 + x-ms-version: + - '2018-11-09' + method: GET + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: " ---> Running in a2bf044bede8\nRemoving intermediate container a2bf044bede8\n + ---> 8b2a281d53af\nStep 11/17 : RUN dotnet build \"TestWebApp202305.csproj\" + -c Release -o /app/build\n ---> Running in dce150a0ac48\nMSBuild version 17.3.2+561848881 + for .NET\n Determining projects to restore...\r\n" + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '285' + content-range: + - bytes 3323-3607/3608 + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:50 GMT + etag: + - '"0x8DB6DEB8EEA5E49"' + last-modified: + - Thu, 15 Jun 2023 21:57:48 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '11' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:52 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '3608' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:50 GMT + etag: + - '"0x8DB6DEB8EEA5E49"' + last-modified: + - Thu, 15 Jun 2023 21:57:48 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '11' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:55 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '3706' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:53 GMT + etag: + - '"0x8DB6DEB91330D9D"' + last-modified: + - Thu, 15 Jun 2023 21:57:52 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '12' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:55 GMT + x-ms-range: + - bytes=3608-7703 + x-ms-version: + - '2018-11-09' + method: GET + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: " All projects are up-to-date for restore.\n TestWebApp202305 -> /app/build/TestWebApp202305.dll\r\n" + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '98' + content-range: + - bytes 3608-3705/3706 + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:53 GMT + etag: + - '"0x8DB6DEB91330D9D"' + last-modified: + - Thu, 15 Jun 2023 21:57:52 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '12' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:55 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '3706' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:53 GMT + etag: + - '"0x8DB6DEB91330D9D"' + last-modified: + - Thu, 15 Jun 2023 21:57:52 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '12' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:57 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '4158' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:55 GMT + etag: + - '"0x8DB6DEB9283ECF2"' + last-modified: + - Thu, 15 Jun 2023 21:57:54 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '13' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:57 GMT + x-ms-range: + - bytes=3706-7801 + x-ms-version: + - '2018-11-09' + method: GET + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: "\nBuild succeeded.\n 0 Warning(s)\n 0 Error(s)\n\nTime Elapsed + 00:00:04.80\nRemoving intermediate container dce150a0ac48\n ---> 5a77b6dfdf40\nStep + 12/17 : FROM build AS publish\n ---> 5a77b6dfdf40\nStep 13/17 : RUN dotnet + publish \"TestWebApp202305.csproj\" -c Release -o /app/publish /p:UseAppHost=false\n + ---> Running in 8b8d4e3ca12f\nMSBuild version 17.3.2+561848881 for .NET\n + \ Determining projects to restore...\n All projects are up-to-date for restore.\r\n" + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '452' + content-range: + - bytes 3706-4157/4158 + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:55 GMT + etag: + - '"0x8DB6DEB9283ECF2"' + last-modified: + - Thu, 15 Jun 2023 21:57:54 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '13' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:57:57 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '4158' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:55 GMT + etag: + - '"0x8DB6DEB9283ECF2"' + last-modified: + - Thu, 15 Jun 2023 21:57:54 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '13' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:58:00 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '4545' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:58 GMT + etag: + - '"0x8DB6DEB93FC24A5"' + last-modified: + - Thu, 15 Jun 2023 21:57:57 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '14' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:58:00 GMT + x-ms-range: + - bytes=4158-8253 + x-ms-version: + - '2018-11-09' + method: GET + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: " TestWebApp202305 -> /src/bin/Release/net6.0/TestWebApp202305.dll\n + \ TestWebApp202305 -> /app/publish/\nRemoving intermediate container 8b8d4e3ca12f\n + ---> 6f3a8b19937d\nStep 14/17 : FROM base AS final\n ---> 4779c2a07acc\nStep + 15/17 : WORKDIR /app\n ---> Running in 58455e515929\nRemoving intermediate + container 58455e515929\n ---> 25cda9a3d549\nStep 16/17 : COPY --from=publish + /app/publish .\r\n" + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '387' + content-range: + - bytes 4158-4544/4545 + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:58 GMT + etag: + - '"0x8DB6DEB93FC24A5"' + last-modified: + - Thu, 15 Jun 2023 21:57:57 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '14' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:58:00 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '4545' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:57:58 GMT + etag: + - '"0x8DB6DEB93FC24A5"' + last-modified: + - Thu, 15 Jun 2023 21:57:57 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '14' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:58:03 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '5121' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:01 GMT + etag: + - '"0x8DB6DEB95431A6A"' + last-modified: + - Thu, 15 Jun 2023 21:57:59 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '15' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:58:03 GMT + x-ms-range: + - bytes=4545-8640 + x-ms-version: + - '2018-11-09' + method: GET + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: " ---> 9b5a8f5927ee\nStep 17/17 : ENTRYPOINT [\"dotnet\", \"TestWebApp202305.dll\"]\n + ---> Running in 208f82fb41dd\nRemoving intermediate container 208f82fb41dd\n + ---> e6c1f8548561\nSuccessfully built e6c1f8548561\nSuccessfully tagged cad07930e8e0acr.azurecr.io/containerapp000003:20230615145719389960\n2023/06/15 + 21:57:59 Successfully executed container: build\n2023/06/15 21:57:59 Executing + step ID: push. Timeout(sec): 3600, Working directory: '', Network: ''\n2023/06/15 + 21:57:59 Pushing image: cad07930e8e0acr.azurecr.io/containerapp000003:20230615145719389960, + attempt 1\r\n" + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '564' + content-range: + - bytes 4545-5120/5121 + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:01 GMT + etag: + - '"0x8DB6DEB95431A6A"' + last-modified: + - Thu, 15 Jun 2023 21:57:59 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '15' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:58:03 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '5121' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:01 GMT + etag: + - '"0x8DB6DEB95431A6A"' + last-modified: + - Thu, 15 Jun 2023 21:57:59 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '15' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:58:06 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '5502' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:03 GMT + etag: + - '"0x8DB6DEB96F6A4AB"' + last-modified: + - Thu, 15 Jun 2023 21:58:02 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '16' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:58:06 GMT + x-ms-range: + - bytes=5121-9216 + x-ms-version: + - '2018-11-09' + method: GET + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: "The push refers to repository [cad07930e8e0acr.azurecr.io/containerapp000003]\n533733d3b399: + Preparing\nebca40f2186d: Preparing\nfd063c6b702f: Preparing\ncc0fa648fac2: + Preparing\n760fb4838d37: Preparing\n1bc8a9fe41bc: Preparing\n0cc1f0165626: + Preparing\n1bc8a9fe41bc: Waiting\n0cc1f0165626: Waiting\nebca40f2186d: Pushed\n533733d3b399: + Pushed\ncc0fa648fac2: Pushed\nfd063c6b702f: Pushed\r\n" + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '375' + content-range: + - bytes 5121-5501/5502 + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:03 GMT + etag: + - '"0x8DB6DEB96F6A4AB"' + last-modified: + - Thu, 15 Jun 2023 21:58:02 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '16' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:58:06 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '5502' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:03 GMT + etag: + - '"0x8DB6DEB96F6A4AB"' + last-modified: + - Thu, 15 Jun 2023 21:58:02 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '16' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:58:09 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '5524' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:06 GMT + etag: + - '"0x8DB6DEB988E469F"' + last-modified: + - Thu, 15 Jun 2023 21:58:04 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '17' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:58:09 GMT + x-ms-range: + - bytes=5502-9597 + x-ms-version: + - '2018-11-09' + method: GET + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: "1bc8a9fe41bc: Pushed\r\n" + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '22' + content-range: + - bytes 5502-5523/5524 + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:06 GMT + etag: + - '"0x8DB6DEB988E469F"' + last-modified: + - Thu, 15 Jun 2023 21:58:04 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '17' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:58:09 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '5567' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:06 GMT + etag: + - '"0x8DB6DEB9A34B373"' + last-modified: + - Thu, 15 Jun 2023 21:58:07 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '18' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:58:09 GMT + x-ms-range: + - bytes=5524-9619 + x-ms-version: + - '2018-11-09' + method: GET + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: "760fb4838d37: Pushed\n0cc1f0165626: Pushed\r\n" + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '43' + content-range: + - bytes 5524-5566/5567 + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:07 GMT + etag: + - '"0x8DB6DEB9A34B373"' + last-modified: + - Thu, 15 Jun 2023 21:58:07 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '18' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:58:09 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '5567' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:07 GMT + etag: + - '"0x8DB6DEB9A34B373"' + last-modified: + - Thu, 15 Jun 2023 21:58:07 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '18' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:58:12 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '6817' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:09 GMT + etag: + - '"0x8DB6DEB9BE2241E"' + last-modified: + - Thu, 15 Jun 2023 21:58:10 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '20' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-meta-complete: + - successful + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:58:12 GMT + x-ms-range: + - bytes=5567-9662 + x-ms-version: + - '2018-11-09' + method: GET + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: "20230615145719389960: digest: sha256:5c3ca67eed0e7681b1f25896df1949e7f3cd26469402e332df3916d7e673519e + size: 1786\n2023/06/15 21:58:08 Successfully pushed image: cad07930e8e0acr.azurecr.io/containerapp000003:20230615145719389960\n2023/06/15 + 21:58:08 Step ID: build marked as successful (elapsed time in seconds: 36.099582)\n2023/06/15 + 21:58:08 Populating digests for step ID: build...\n2023/06/15 21:58:10 Successfully + populated digests for step ID: build\n2023/06/15 21:58:10 Step ID: push marked + as successful (elapsed time in seconds: 9.180024)\n2023/06/15 21:58:10 The + following dependencies were found:\n2023/06/15 21:58:10 \n- image:\n registry: + cad07930e8e0acr.azurecr.io\n repository: containerapp000003\n tag: \"20230615145719389960\"\n + \ digest: sha256:5c3ca67eed0e7681b1f25896df1949e7f3cd26469402e332df3916d7e673519e\n + \ runtime-dependency:\n registry: mcr.microsoft.com\n repository: dotnet/aspnet\n + \ tag: \"6.0\"\n digest: sha256:f76f95813a87d711928c6b02335614f328cc1c9c53315137fd64ea13b2be09f9\n + \ buildtime-dependency:\n - registry: mcr.microsoft.com\n repository: + dotnet/sdk\n tag: \"6.0\"\n digest: sha256:a3bbff689a86ba7f3ddcee5089a729b20e20e3b4dbfb9d0a43bb3284d9081023\n + \ git: {}\n\r\nRun ID: ca1 was successful after 50s\r\n" + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '1238' + content-range: + - bytes 5567-6816/6817 + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:09 GMT + etag: + - '"0x8DB6DEB9BE2241E"' + last-modified: + - Thu, 15 Jun 2023 21:58:10 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '20' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-meta-complete: + - successful + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Connection: + - keep-alive + User-Agent: + - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.8.10; Windows 10) + x-ms-date: + - Thu, 15 Jun 2023 21:58:12 GMT + x-ms-version: + - '2018-11-09' + method: HEAD + uri: https://eusmanaged71.blob.core.windows.net/dc358367dd4d48878e3bf758ec17a9cf-udozmolsqu/logs/ca1/rawtext.log?sv=2021-12-02&se=2023-06-15T23%3A07%3A19Z&sr=b&sp=r&sig=CX2dl2a6v%2BwK1jv2j0M1aNfyoI397TBJEfAMGMO5O3k%3D + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-disposition: + - '' + content-encoding: + - utf-8 + content-length: + - '6817' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:09 GMT + etag: + - '"0x8DB6DEB9BE2241E"' + last-modified: + - Thu, 15 Jun 2023 21:58:10 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-committed-block-count: + - '20' + x-ms-blob-type: + - AppendBlob + x-ms-creation-time: + - Thu, 15 Jun 2023 21:57:20 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-meta-complete: + - successful + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2018-11-09' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000003'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:10 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 + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.App/containerApps/containerapp000003'' + under resource group ''clitest.rg000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '234' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:10 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:10 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: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:56:18.0790047","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:56:18.0790047"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"whitecliff-45e12ce5.eastus.azurecontainerapps.io","staticIp":"20.124.59.215","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"f6e1a957-be11-48f0-b1d3-00775232b505","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1527' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:11 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"location": "East US", "identity": {"type": "None", "userAssignedIdentities": + null}, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", + "configuration": {"secrets": [{"name": "cad07930e8e0acrazurecrio-cad07930e8e0acr", + "value": "O99wn4Asn8WnZMR9SfPRbwUmPElF7xX2HOwkRwGE5u+ACRD7EdTv"}], "activeRevisionsMode": + "single", "ingress": {"fqdn": null, "external": true, "targetPort": 80, "transport": + "auto", "exposedPort": null, "traffic": null, "customDomains": null, "ipSecurityRestrictions": + null, "stickySessions": null}, "dapr": null, "registries": [{"server": "cad07930e8e0acr.azurecr.io", + "username": "cad07930e8e0acr", "passwordSecretRef": "cad07930e8e0acrazurecrio-cad07930e8e0acr"}], + "service": null}, "template": {"revisionSuffix": null, "containers": [{"image": + "cad07930e8e0acr.azurecr.io/containerapp000003:20230615145719389960", "name": + "containerapp000003", "command": null, "args": null, "env": null, "resources": + null, "volumeMounts": null}], "initContainers": null, "scale": null, "volumes": + null, "serviceBinds": null}, "workloadProfileName": null}, "tags": null}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + Content-Length: + - '1200' + Content-Type: + - application/json + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:58:12.6972146Z","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:58:12.6972146Z"},"properties":{"provisioningState":"InProgress","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.124.57.153"],"latestRevisionName":"","latestReadyRevisionName":"","latestRevisionFqdn":"","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"cad07930e8e0acrazurecrio-cad07930e8e0acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000003.whitecliff-45e12ce5.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"cad07930e8e0acr.azurecr.io","username":"cad07930e8e0acr","passwordSecretRef":"cad07930e8e0acrazurecrio-cad07930e8e0acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"cad07930e8e0acr.azurecr.io/containerapp000003:20230615145719389960","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/677fb974-dbca-4706-b753-5e3090a3a7aa?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '2369' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '699' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/677fb974-dbca-4706-b753-5e3090a3a7aa?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/677fb974-dbca-4706-b753-5e3090a3a7aa","name":"677fb974-dbca-4706-b753-5e3090a3a7aa","status":"InProgress","startTime":"2023-06-15T21:58:13.0123747"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/677fb974-dbca-4706-b753-5e3090a3a7aa?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/677fb974-dbca-4706-b753-5e3090a3a7aa","name":"677fb974-dbca-4706-b753-5e3090a3a7aa","status":"InProgress","startTime":"2023-06-15T21:58:13.0123747"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/677fb974-dbca-4706-b753-5e3090a3a7aa?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/containerappOperationStatuses/677fb974-dbca-4706-b753-5e3090a3a7aa","name":"677fb974-dbca-4706-b753-5e3090a3a7aa","status":"Succeeded","startTime":"2023-06-15T21:58:13.0123747"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '277' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:19 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:58:12.6972146","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:58:12.6972146"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.124.57.153"],"latestRevisionName":"containerapp000003--vb6pgmv","latestReadyRevisionName":"containerapp000003--vb6pgmv","latestRevisionFqdn":"containerapp000003--vb6pgmv.whitecliff-45e12ce5.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"cad07930e8e0acrazurecrio-cad07930e8e0acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000003.whitecliff-45e12ce5.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"cad07930e8e0acr.azurecr.io","username":"cad07930e8e0acr","passwordSecretRef":"cad07930e8e0acrazurecrio-cad07930e8e0acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"cad07930e8e0acr.azurecr.io/containerapp000003:20230615145719389960","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2496' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:20 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp up + Connection: + - keep-alive + ParameterSetName: + - -g -n --environment --source --ingress --target-port + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:58:12.6972146","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:58:12.6972146"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.124.57.153"],"latestRevisionName":"containerapp000003--vb6pgmv","latestReadyRevisionName":"containerapp000003--vb6pgmv","latestRevisionFqdn":"containerapp000003--vb6pgmv.whitecliff-45e12ce5.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"cad07930e8e0acrazurecrio-cad07930e8e0acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000003.whitecliff-45e12ce5.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"cad07930e8e0acr.azurecr.io","username":"cad07930e8e0acr","passwordSecretRef":"cad07930e8e0acrazurecrio-cad07930e8e0acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"cad07930e8e0acr.azurecr.io/containerapp000003:20230615145719389960","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2496' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:20 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"managedEnvironments","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["North Central US (Stage)","West + US 2","Southeast Asia","Sweden Central","Canada Central","West Europe","North + Europe","East US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationResults","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappsjobOperationStatuses","locations":["North + Central US (Stage)","West US 2","Southeast Asia","Sweden Central","Canada + Central","West Europe","North Europe","East US","East US 2","East Asia","Australia + East","Germany West Central","Japan East","UK South","West US","Central US","North + Central US","South Central US","Korea Central","Brazil South","West US 3","France + Central","South Africa North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["North + Central US (Stage)","North Central US","East US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["North + Central US (Stage)","Australia East","North Central US","East US 2","West + Europe","Central US","East US","North Europe","South Central US","UK South","West + US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '11267' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:21 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.8.10 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/containerapp000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerapps/containerapp000003","name":"containerapp000003","type":"Microsoft.App/containerApps","location":"East + US","systemData":{"createdBy":"snehapar@microsoft.com","createdByType":"User","createdAt":"2023-06-15T21:58:12.6972146","lastModifiedBy":"snehapar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-15T21:58:12.6972146"},"properties":{"provisioningState":"Succeeded","runningStatus":"Running","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"outboundIpAddresses":["20.124.57.153"],"latestRevisionName":"containerapp000003--vb6pgmv","latestReadyRevisionName":"containerapp000003--vb6pgmv","latestRevisionFqdn":"containerapp000003--vb6pgmv.whitecliff-45e12ce5.eastus.azurecontainerapps.io","customDomainVerificationId":"114877694D8D814008DB8FDB1F32EFE919BE6A22ED8C8BEA46658B0401FBAC57","configuration":{"secrets":[{"name":"cad07930e8e0acrazurecrio-cad07930e8e0acr"}],"activeRevisionsMode":"Single","ingress":{"fqdn":"containerapp000003.whitecliff-45e12ce5.eastus.azurecontainerapps.io","external":true,"targetPort":80,"exposedPort":0,"transport":"Auto","traffic":[{"weight":100,"latestRevision":true}],"customDomains":null,"allowInsecure":false,"ipSecurityRestrictions":null,"corsPolicy":null,"clientCertificateMode":null,"stickySessions":null},"registries":[{"server":"cad07930e8e0acr.azurecr.io","username":"cad07930e8e0acr","passwordSecretRef":"cad07930e8e0acrazurecrio-cad07930e8e0acr","identity":""}],"dapr":null,"maxInactiveRevisions":null,"service":null},"template":{"revisionSuffix":"","terminationGracePeriodSeconds":null,"containers":[{"image":"cad07930e8e0acr.azurecr.io/containerapp000003:20230615145719389960","name":"containerapp000003","resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"initContainers":null,"scale":{"minReplicas":null,"maxReplicas":10,"rules":null},"volumes":null,"serviceBinds":null},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/containerapp000003/eventstream"},"identity":{"type":"None"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2496' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:22 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: http://containerapp000003.whitecliff-45e12ce5.eastus.azurecontainerapps.io/ + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 15 Jun 2023 21:58:22 GMT + location: + - https://containerapp000003.whitecliff-45e12ce5.eastus.azurecontainerapps.io/ + status: + code: 301 + message: Moved Permanently +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://containerapp000003.whitecliff-45e12ce5.eastus.azurecontainerapps.io/ + response: + body: + string: "\r\n\r\n\r\n \r\n \r\n Home page - TestWebApp202305\r\n \r\n \r\n + \ \r\n\r\n\r\n
\r\n \r\n
\r\n
\r\n + \
\r\n \r\n
\r\n

Welcome

\r\n

Learn + about building Web apps + with ASP.NET Core.

\r\n
\r\n\r\n
\r\n
\r\n\r\n + \
\r\n
\r\n © 2023 - TestWebApp202305 + - Privacy\r\n
\r\n
\r\n\r\n + \ \r\n \r\n \r\n\r\n + \ \r\n\r\n" + headers: + content-type: + - text/html; charset=utf-8 + date: + - Thu, 15 Jun 2023 21:58:22 GMT + server: + - Kestrel + transfer-encoding: + - chunked + status: + code: 200 + message: OK +version: 1 diff --git a/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerappjob_create_with_yaml.yaml b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerappjob_create_with_yaml.yaml new file mode 100644 index 00000000000..002fa51dae2 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerappjob_create_with_yaml.yaml @@ -0,0 +1,4491 @@ +interactions: +- request: + body: '{"sku": {"name": "Standard_LRS"}, "kind": "StorageV2", "location": "eastus", + "properties": {"encryption": {"services": {"blob": {}}, "keySource": "Microsoft.Storage"}, + "largeFileSharesState": "Enabled"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + Content-Length: + - '203' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --location --kind --sku --enable-large-file-share + --output + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/storage000004?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + content-type: + - text/plain; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:53:03 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/fea57bc4-00cb-4fe6-966c-97472a2a7f1d?monitor=true&api-version=2022-09-01 + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 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: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --kind --sku --enable-large-file-share + --output + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/fea57bc4-00cb-4fe6-966c-97472a2a7f1d?monitor=true&api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + content-type: + - text/plain; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:53:04 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/fea57bc4-00cb-4fe6-966c-97472a2a7f1d?monitor=true&api-version=2022-09-01 + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + 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: + - storage account create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --kind --sku --enable-large-file-share + --output + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/fea57bc4-00cb-4fe6-966c-97472a2a7f1d?monitor=true&api-version=2022-09-01 + response: + body: + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/storage000004","name":"storage000004","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-06-14T05:53:01.0924924Z","key2":"2023-06-14T05:53:01.0924924Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"largeFileSharesState":"Enabled","networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-06-14T05:53:01.1081143Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-06-14T05:53:01.1081143Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-06-14T05:53:00.9362312Z","primaryEndpoints":{"dfs":"https://storage000004.dfs.core.windows.net/","web":"https://storage000004.z13.web.core.windows.net/","blob":"https://storage000004.blob.core.windows.net/","queue":"https://storage000004.queue.core.windows.net/","table":"https://storage000004.table.core.windows.net/","file":"https://storage000004.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}}' + headers: + cache-control: + - no-cache + content-length: + - '1431' + content-type: + - application/json + date: + - Wed, 14 Jun 2023 05:53:21 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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 + status: + code: 200 + message: OK +- request: + body: '{"properties": {"shareQuota": 1024, "enabledProtocols": "SMB"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage share-rm create + Connection: + - keep-alive + Content-Length: + - '63' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --storage-account --name --quota --enabled-protocols --output + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/storage000004/fileServices/default/shares/share000005?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/storage000004/fileServices/default/shares/share000005","name":"share000005","type":"Microsoft.Storage/storageAccounts/fileServices/shares","properties":{"shareQuota":1024,"enabledProtocols":"SMB"}}' + headers: + cache-control: + - no-cache + content-length: + - '332' + content-type: + - application/json + date: + - Wed, 14 Jun 2023 05:53:25 GMT + etag: + - '"0x8DB6C9BAB9C5AA8"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 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: '{"location": "eastus", "properties": {"retentionInDays": 30, "sku": {"name": + "PerGB2018"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace create + Connection: + - keep-alive + Content-Length: + - '91' + Content-Type: + - application/json + ParameterSetName: + - -g -n -l + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000006?api-version=2021-12-01-preview + response: + body: + string: '{"properties":{"customerId":"5740a032-6c92-4819-a6fa-b465ebd0d9d4","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-06-14T05:53:34.6079172Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-14T16:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-06-14T05:53:34.6079172Z","modifiedDate":"2023-06-14T05:53:34.6079172Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000006","name":"containerapp-env000006","type":"Microsoft.OperationalInsights/workspaces"}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2021-12-01-preview + cache-control: + - no-cache + content-length: + - '851' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:53:35 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000006?api-version=2021-12-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace create + Connection: + - keep-alive + ParameterSetName: + - -g -n -l + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000006?api-version=2021-12-01-preview + response: + body: + string: '{"properties":{"customerId":"5740a032-6c92-4819-a6fa-b465ebd0d9d4","provisioningState":"Succeeded","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-06-14T05:53:34.6079172Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-14T16:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-06-14T05:53:34.6079172Z","modifiedDate":"2023-06-14T05:53:34.6079172Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000006","name":"containerapp-env000006","type":"Microsoft.OperationalInsights/workspaces"}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2021-12-01-preview + cache-control: + - no-cache + content-length: + - '852' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:53:35 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace get-shared-keys + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000006/sharedKeys?api-version=2020-08-01 + response: + body: + string: '{"primarySharedKey":"lbNRFQcj2IBV8x3yxwPrAatqovv/gElGhJw4qTFrqDOcjUiJAKqqqp/5L9H3UEdrIbfOVf6jtaG9SHG+x4Pdbw==","secondarySharedKey":"Fh2ymfA/WZDb9x9y6pWyvEIDeooUAgGwmmxk8/Impkavr6Bh6niYnZ6pFJudLIS4ZcL5ix4V3k6/0XL9C2dKYA=="}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2015-03-20, 2020-08-01, 2020-10-01, 2021-06-01, 2022-10-01 + cache-control: + - no-cache + content-length: + - '223' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:53:41 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + 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' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:53:42 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:53:43 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:53:43 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: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:53:43 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": "eastus", "tags": null, "properties": {"daprAIInstrumentationKey": + null, "vnetConfiguration": null, "appLogsConfiguration": {"destination": "log-analytics", + "logAnalyticsConfiguration": {"customerId": "5740a032-6c92-4819-a6fa-b465ebd0d9d4", + "sharedKey": "lbNRFQcj2IBV8x3yxwPrAatqovv/gElGhJw4qTFrqDOcjUiJAKqqqp/5L9H3UEdrIbfOVf6jtaG9SHG+x4Pdbw=="}}, + "customDomainConfiguration": null, "workloadProfiles": null, "zoneRedundant": + false}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '446' + Content-Type: + - application/json + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:53:51.6310629Z","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:53:51.6310629Z"},"properties":{"provisioningState":"Waiting","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"wittybeach-c88070e9.eastus.azurecontainerapps.io","staticIp":"52.224.135.140","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"5740a032-6c92-4819-a6fa-b465ebd0d9d4","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"087DA6F81988A696BE658D1895E81D4EF5CD74FD05200F9C02D97EDED60E1967","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/ad0df8e4-dc6a-47b3-9e22-cd0c7c42e5eb?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '1524' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:53:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '99' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/ad0df8e4-dc6a-47b3-9e22-cd0c7c42e5eb?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/ad0df8e4-dc6a-47b3-9e22-cd0c7c42e5eb","name":"ad0df8e4-dc6a-47b3-9e22-cd0c7c42e5eb","status":"InProgress","startTime":"2023-06-14T05:53:53.6135084"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:53:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/ad0df8e4-dc6a-47b3-9e22-cd0c7c42e5eb?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/ad0df8e4-dc6a-47b3-9e22-cd0c7c42e5eb","name":"ad0df8e4-dc6a-47b3-9e22-cd0c7c42e5eb","status":"InProgress","startTime":"2023-06-14T05:53:53.6135084"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:54:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/ad0df8e4-dc6a-47b3-9e22-cd0c7c42e5eb?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/ad0df8e4-dc6a-47b3-9e22-cd0c7c42e5eb","name":"ad0df8e4-dc6a-47b3-9e22-cd0c7c42e5eb","status":"InProgress","startTime":"2023-06-14T05:53:53.6135084"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:54:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/ad0df8e4-dc6a-47b3-9e22-cd0c7c42e5eb?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/ad0df8e4-dc6a-47b3-9e22-cd0c7c42e5eb","name":"ad0df8e4-dc6a-47b3-9e22-cd0c7c42e5eb","status":"Succeeded","startTime":"2023-06-14T05:53:53.6135084"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:54:08 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:53:51.6310629","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:53:51.6310629"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"wittybeach-c88070e9.eastus.azurecontainerapps.io","staticIp":"52.224.135.140","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"5740a032-6c92-4819-a6fa-b465ebd0d9d4","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"087DA6F81988A696BE658D1895E81D4EF5CD74FD05200F9C02D97EDED60E1967","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1524' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:54:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:54:12 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: + - containerapp env show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:53:51.6310629","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:53:51.6310629"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"wittybeach-c88070e9.eastus.azurecontainerapps.io","staticIp":"52.224.135.140","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"5740a032-6c92-4819-a6fa-b465ebd0d9d4","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"087DA6F81988A696BE658D1895E81D4EF5CD74FD05200F9C02D97EDED60E1967","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1524' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:54:15 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:54: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: + - containerapp env show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:53:51.6310629","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:53:51.6310629"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"wittybeach-c88070e9.eastus.azurecontainerapps.io","staticIp":"52.224.135.140","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"5740a032-6c92-4819-a6fa-b465ebd0d9d4","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"087DA6F81988A696BE658D1895E81D4EF5CD74FD05200F9C02D97EDED60E1967","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1524' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:54:19 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account keys list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --query -o + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/storage000004/listKeys?api-version=2022-09-01&$expand=kerb + response: + body: + string: '{"keys":[{"creationTime":"2023-06-14T05:53:01.0924924Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2023-06-14T05:53:01.0924924Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + headers: + cache-control: + - no-cache + content-length: + - '260' + content-type: + - application/json + date: + - Wed, 14 Jun 2023 05:54:22 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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-subscription-resource-requests: + - '11999' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env storage set + Connection: + - keep-alive + ParameterSetName: + - -g -n -a -k -f --storage-name --access-mode + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:54:23 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: + - containerapp env storage set + Connection: + - keep-alive + ParameterSetName: + - -g -n -a -k -f --storage-name --access-mode + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002/storages/share000005?api-version=2023-04-01-preview + response: + body: + string: '{"error":{"code":"ManagedEnvironmentStorageNotFound","message":"Storage + share000005 not found under managed environment"}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '122' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:54:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 404 + message: Not Found +- request: + body: '{"properties": {"azureFile": {"accountName": "storage000004", "accountKey": + "veryFakedStorageAccountKey==", "accessMode": "ReadWrite", "shareName": "share000005"}}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env storage set + Connection: + - keep-alive + Content-Length: + - '164' + Content-Type: + - application/json + ParameterSetName: + - -g -n -a -k -f --storage-name --access-mode + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002/storages/share000005?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002/storages/share000005","name":"share000005","type":"Microsoft.App/managedenvironments/storages","properties":{"azureFile":{"accountName":"storage000004","shareName":"share000005","accessMode":"ReadWrite"}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '350' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:54:32 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - identity create + Connection: + - keep-alive + Content-Length: + - '22' + Content-Type: + - application/json + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-msi/7.0.0 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000007?api-version=2023-01-31 + response: + body: + string: '{"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000007","name":"containerapp-user000007","type":"Microsoft.ManagedIdentity/userAssignedIdentities","properties":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"36b50de2-94ff-4391-b8da-077b04798ae4","clientId":"7746497d-cc47-45cc-a45c-18e2f102a895"}}' + headers: + cache-control: + - no-cache + content-length: + - '464' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:54:41 GMT + expires: + - '-1' + location: + - /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000007 + 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - -n -g --environment --yaml + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:54:43 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: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - -n -g --environment --yaml + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:53:51.6310629","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:53:51.6310629"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"wittybeach-c88070e9.eastus.azurecontainerapps.io","staticIp":"52.224.135.140","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"5740a032-6c92-4819-a6fa-b465ebd0d9d4","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.7"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"087DA6F81988A696BE658D1895E81D4EF5CD74FD05200F9C02D97EDED60E1967","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null,"expirationDate":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1524' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:54:46 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"tags": null, "location": "eastus", "identity": {"principalId": null, + "tenantId": null, "type": "UserAssigned", "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000007": + {}}}, "managedBy": null, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", + "configuration": {"secrets": null, "triggerType": "Manual", "replicaTimeout": + 100, "replicaRetryLimit": 1, "manualTriggerConfig": {"replicaCompletionCount": + 1, "parallelism": 1}, "scheduleTriggerConfig": null, "eventTriggerConfig": null, + "registries": null}, "template": {"initContainers": [{"image": "k8seteste2e.azurecr.io/e2e-apps/kuar:green", + "name": "simple-sleep-container", "command": ["/bin/sh", "-c", "sleep 150"], + "args": null, "env": null, "resources": null, "volumeMounts": null}], "containers": + [{"image": "mcr.microsoft.com/k8se/quickstart-jobs:latest", "name": "anfranci-azclitest-acaj1", + "command": null, "args": null, "env": [{"name": "MY_ENV_VAR", "value": "hello", + "secretRef": null}], "resources": {"cpu": 0.5, "memory": "1Gi", "ephemeralStorage": + "1Gi"}, "volumeMounts": [{"volumeName": "azure-files-volume", "mountPath": "/mnt/data", + "subPath": "sub"}], "probes": null}], "volumes": [{"name": "azure-files-volume", + "storageType": "AzureFile", "storageName": "share000005", "secrets": null, "mountOptions": + "uid=999,gid=999"}]}, "workloadProfileName": null, "eventStreamEndpoint": null}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + Content-Length: + - '1616' + Content-Type: + - application/json + ParameterSetName: + - -n -g --environment --yaml + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003","name":"yaml000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:54:55.4186318Z","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:54:55.4186318Z"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":100,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"anfranci-azclitest-acaj1","env":[{"name":"MY_ENV_VAR","value":"hello"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"azure-files-volume","mountPath":"/mnt/data","subPath":"sub"}]}],"initContainers":[{"image":"k8seteste2e.azurecr.io/e2e-apps/kuar:green","name":"simple-sleep-container","command":["/bin/sh","-c","sleep + 150"],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"volumes":[{"name":"azure-files-volume","storageType":"AzureFile","storageName":"share000005","mountOptions":"uid=999,gid=999"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/yaml000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000007":{"principalId":"36b50de2-94ff-4391-b8da-077b04798ae4","clientId":"7746497d-cc47-45cc-a45c-18e2f102a895"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/East + US/containerappsjobOperationStatuses/285eb032-38fa-47f2-ac80-680c55200df9?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '2257' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:55:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - -n -g --environment --yaml + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003","name":"yaml000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:54:55.4186318","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:54:55.4186318"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":100,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"anfranci-azclitest-acaj1","env":[{"name":"MY_ENV_VAR","value":"hello"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"azure-files-volume","mountPath":"/mnt/data","subPath":"sub"}]}],"initContainers":[{"image":"k8seteste2e.azurecr.io/e2e-apps/kuar:green","name":"simple-sleep-container","command":["/bin/sh","-c","sleep + 150"],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"volumes":[{"name":"azure-files-volume","storageType":"AzureFile","storageName":"share000005","mountOptions":"uid=999,gid=999"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/yaml000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000007":{"principalId":"36b50de2-94ff-4391-b8da-077b04798ae4","clientId":"7746497d-cc47-45cc-a45c-18e2f102a895"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2255' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:55:03 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - -n -g --environment --yaml + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003","name":"yaml000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:54:55.4186318","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:54:55.4186318"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":100,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"anfranci-azclitest-acaj1","env":[{"name":"MY_ENV_VAR","value":"hello"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"azure-files-volume","mountPath":"/mnt/data","subPath":"sub"}]}],"initContainers":[{"image":"k8seteste2e.azurecr.io/e2e-apps/kuar:green","name":"simple-sleep-container","command":["/bin/sh","-c","sleep + 150"],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"volumes":[{"name":"azure-files-volume","storageType":"AzureFile","storageName":"share000005","mountOptions":"uid=999,gid=999"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/yaml000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000007":{"principalId":"36b50de2-94ff-4391-b8da-077b04798ae4","clientId":"7746497d-cc47-45cc-a45c-18e2f102a895"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2255' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:55:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - -n -g --environment --yaml + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003","name":"yaml000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:54:55.4186318","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:54:55.4186318"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":100,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"anfranci-azclitest-acaj1","env":[{"name":"MY_ENV_VAR","value":"hello"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"azure-files-volume","mountPath":"/mnt/data","subPath":"sub"}]}],"initContainers":[{"image":"k8seteste2e.azurecr.io/e2e-apps/kuar:green","name":"simple-sleep-container","command":["/bin/sh","-c","sleep + 150"],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"volumes":[{"name":"azure-files-volume","storageType":"AzureFile","storageName":"share000005","mountOptions":"uid=999,gid=999"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/yaml000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000007":{"principalId":"36b50de2-94ff-4391-b8da-077b04798ae4","clientId":"7746497d-cc47-45cc-a45c-18e2f102a895"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2255' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:55:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - -n -g --environment --yaml + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003","name":"yaml000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:54:55.4186318","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:54:55.4186318"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":100,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"anfranci-azclitest-acaj1","env":[{"name":"MY_ENV_VAR","value":"hello"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"azure-files-volume","mountPath":"/mnt/data","subPath":"sub"}]}],"initContainers":[{"image":"k8seteste2e.azurecr.io/e2e-apps/kuar:green","name":"simple-sleep-container","command":["/bin/sh","-c","sleep + 150"],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"volumes":[{"name":"azure-files-volume","storageType":"AzureFile","storageName":"share000005","mountOptions":"uid=999,gid=999"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/yaml000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000007":{"principalId":"36b50de2-94ff-4391-b8da-077b04798ae4","clientId":"7746497d-cc47-45cc-a45c-18e2f102a895"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2254' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:55:17 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:55: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: + - containerapp job show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003","name":"yaml000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:54:55.4186318","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:54:55.4186318"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":100,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"anfranci-azclitest-acaj1","env":[{"name":"MY_ENV_VAR","value":"hello"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"azure-files-volume","mountPath":"/mnt/data","subPath":"sub"}]}],"initContainers":[{"image":"k8seteste2e.azurecr.io/e2e-apps/kuar:green","name":"simple-sleep-container","command":["/bin/sh","-c","sleep + 150"],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"volumes":[{"name":"azure-files-volume","storageType":"AzureFile","storageName":"share000005","mountOptions":"uid=999,gid=999"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/yaml000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000007":{"principalId":"36b50de2-94ff-4391-b8da-077b04798ae4","clientId":"7746497d-cc47-45cc-a45c-18e2f102a895"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2254' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:55:22 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:55:23 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: + - containerapp job show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003","name":"yaml000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:54:55.4186318","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:54:55.4186318"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":100,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"anfranci-azclitest-acaj1","env":[{"name":"MY_ENV_VAR","value":"hello"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"azure-files-volume","mountPath":"/mnt/data","subPath":"sub"}]}],"initContainers":[{"image":"k8seteste2e.azurecr.io/e2e-apps/kuar:green","name":"simple-sleep-container","command":["/bin/sh","-c","sleep + 150"],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"volumes":[{"name":"azure-files-volume","storageType":"AzureFile","storageName":"share000005","mountOptions":"uid=999,gid=999"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/yaml000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000007":{"principalId":"36b50de2-94ff-4391-b8da-077b04798ae4","clientId":"7746497d-cc47-45cc-a45c-18e2f102a895"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2254' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:55:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job update + Connection: + - keep-alive + ParameterSetName: + - -n -g --yaml + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:55:27 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job update + Connection: + - keep-alive + ParameterSetName: + - -n -g --yaml + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:55:27 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job update + Connection: + - keep-alive + ParameterSetName: + - -n -g --yaml + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003","name":"yaml000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:54:55.4186318","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:54:55.4186318"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":100,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"anfranci-azclitest-acaj1","env":[{"name":"MY_ENV_VAR","value":"hello"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"azure-files-volume","mountPath":"/mnt/data","subPath":"sub"}]}],"initContainers":[{"image":"k8seteste2e.azurecr.io/e2e-apps/kuar:green","name":"simple-sleep-container","command":["/bin/sh","-c","sleep + 150"],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"volumes":[{"name":"azure-files-volume","storageType":"AzureFile","storageName":"share000005","mountOptions":"uid=999,gid=999"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/yaml000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000007":{"principalId":"36b50de2-94ff-4391-b8da-077b04798ae4","clientId":"7746497d-cc47-45cc-a45c-18e2f102a895"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2254' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:55:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job update + Connection: + - keep-alive + ParameterSetName: + - -n -g --yaml + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:55:34 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: + - containerapp job update + Connection: + - keep-alive + ParameterSetName: + - -n -g --yaml + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003","name":"yaml000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:54:55.4186318","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:54:55.4186318"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":100,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"anfranci-azclitest-acaj1","env":[{"name":"MY_ENV_VAR","value":"hello"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"azure-files-volume","mountPath":"/mnt/data","subPath":"sub"}]}],"initContainers":[{"image":"k8seteste2e.azurecr.io/e2e-apps/kuar:green","name":"simple-sleep-container","command":["/bin/sh","-c","sleep + 150"],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"volumes":[{"name":"azure-files-volume","storageType":"AzureFile","storageName":"share000005","mountOptions":"uid=999,gid=999"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/yaml000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000007":{"principalId":"36b50de2-94ff-4391-b8da-077b04798ae4","clientId":"7746497d-cc47-45cc-a45c-18e2f102a895"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2254' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:55:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job update + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n -g --yaml + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003/listSecrets?api-version=2023-04-01-preview + response: + body: + string: '{"value":[]}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:55:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus", "properties": {"configuration": {"triggerType": + "Manual", "replicaTimeout": 200, "replicaRetryLimit": 1, "manualTriggerConfig": + {"replicaCompletionCount": 1, "parallelism": 1}}, "template": {"initContainers": + [{"image": "k8seteste2e.azurecr.io/e2e-apps/kuar:green", "name": "simple-sleep-container", + "command": ["/bin/sh", "-c", "sleep 150"]}], "containers": [{"image": "mcr.microsoft.com/k8se/quickstart-jobs:latest", + "name": "anfranci-azclitest-acaj1", "env": [{"name": "MY_ENV_VAR", "value": + "hello"}], "resources": {"cpu": 0.75, "memory": "1.5Gi", "ephemeralStorage": + "1Gi"}, "volumeMounts": [{"volumeName": "azure-files-volume", "mountPath": "/mnt/data", + "subPath": "sub2"}]}], "volumes": [{"name": "azure-files-volume", "storageType": + "AzureFile", "storageName": "share000005", "mountOptions": "uid=1000,gid=1000"}]}}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job update + Connection: + - keep-alive + Content-Length: + - '847' + Content-Type: + - application/json + ParameterSetName: + - -n -g --yaml + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 14 Jun 2023 05:55:49 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/East%20US/containerappsjobOperationResults/39f02f27-cec4-4157-bd83-f059d12a9f90?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job update + Connection: + - keep-alive + ParameterSetName: + - -n -g --yaml + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003","name":"yaml000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:54:55.4186318","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:55:47.9508357"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"anfranci-azclitest-acaj1","env":[{"name":"MY_ENV_VAR","value":"hello"}],"resources":{"cpu":0.75,"memory":"1.5Gi","ephemeralStorage":"4Gi"},"volumeMounts":[{"volumeName":"azure-files-volume","mountPath":"/mnt/data","subPath":"sub2"}]}],"initContainers":[{"image":"k8seteste2e.azurecr.io/e2e-apps/kuar:green","name":"simple-sleep-container","command":["/bin/sh","-c","sleep + 150"],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"volumes":[{"name":"azure-files-volume","storageType":"AzureFile","storageName":"share000005","mountOptions":"uid=1000,gid=1000"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/yaml000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000007":{"principalId":"36b50de2-94ff-4391-b8da-077b04798ae4","clientId":"7746497d-cc47-45cc-a45c-18e2f102a895"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2261' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:55:50 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:55:51 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003","name":"yaml000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:54:55.4186318","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:55:47.9508357"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"anfranci-azclitest-acaj1","env":[{"name":"MY_ENV_VAR","value":"hello"}],"resources":{"cpu":0.75,"memory":"1.5Gi","ephemeralStorage":"4Gi"},"volumeMounts":[{"volumeName":"azure-files-volume","mountPath":"/mnt/data","subPath":"sub2"}]}],"initContainers":[{"image":"k8seteste2e.azurecr.io/e2e-apps/kuar:green","name":"simple-sleep-container","command":["/bin/sh","-c","sleep + 150"],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"volumes":[{"name":"azure-files-volume","storageType":"AzureFile","storageName":"share000005","mountOptions":"uid=1000,gid=1000"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/yaml000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000007":{"principalId":"36b50de2-94ff-4391-b8da-077b04798ae4","clientId":"7746497d-cc47-45cc-a45c-18e2f102a895"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2260' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:55:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:55:57 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003","name":"yaml000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:54:55.4186318","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:55:47.9508357"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"anfranci-azclitest-acaj1","env":[{"name":"MY_ENV_VAR","value":"hello"}],"resources":{"cpu":0.75,"memory":"1.5Gi","ephemeralStorage":"4Gi"},"volumeMounts":[{"volumeName":"azure-files-volume","mountPath":"/mnt/data","subPath":"sub2"}]}],"initContainers":[{"image":"k8seteste2e.azurecr.io/e2e-apps/kuar:green","name":"simple-sleep-container","command":["/bin/sh","-c","sleep + 150"],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"volumes":[{"name":"azure-files-volume","storageType":"AzureFile","storageName":"share000005","mountOptions":"uid=1000,gid=1000"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/yaml000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000007":{"principalId":"36b50de2-94ff-4391-b8da-077b04798ae4","clientId":"7746497d-cc47-45cc-a45c-18e2f102a895"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2260' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:56:01 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job update + Connection: + - keep-alive + ParameterSetName: + - -n -g --yaml + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:56:02 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job update + Connection: + - keep-alive + ParameterSetName: + - -n -g --yaml + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:56:02 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job update + Connection: + - keep-alive + ParameterSetName: + - -n -g --yaml + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003","name":"yaml000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:54:55.4186318","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:55:47.9508357"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"anfranci-azclitest-acaj1","env":[{"name":"MY_ENV_VAR","value":"hello"}],"resources":{"cpu":0.75,"memory":"1.5Gi","ephemeralStorage":"4Gi"},"volumeMounts":[{"volumeName":"azure-files-volume","mountPath":"/mnt/data","subPath":"sub2"}]}],"initContainers":[{"image":"k8seteste2e.azurecr.io/e2e-apps/kuar:green","name":"simple-sleep-container","command":["/bin/sh","-c","sleep + 150"],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"volumes":[{"name":"azure-files-volume","storageType":"AzureFile","storageName":"share000005","mountOptions":"uid=1000,gid=1000"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/yaml000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000007":{"principalId":"36b50de2-94ff-4391-b8da-077b04798ae4","clientId":"7746497d-cc47-45cc-a45c-18e2f102a895"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2260' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:56:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job update + Connection: + - keep-alive + ParameterSetName: + - -n -g --yaml + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:56:04 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: + - containerapp job update + Connection: + - keep-alive + ParameterSetName: + - -n -g --yaml + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003","name":"yaml000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:54:55.4186318","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:55:47.9508357"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":200,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"anfranci-azclitest-acaj1","env":[{"name":"MY_ENV_VAR","value":"hello"}],"resources":{"cpu":0.75,"memory":"1.5Gi","ephemeralStorage":"4Gi"},"volumeMounts":[{"volumeName":"azure-files-volume","mountPath":"/mnt/data","subPath":"sub2"}]}],"initContainers":[{"image":"k8seteste2e.azurecr.io/e2e-apps/kuar:green","name":"simple-sleep-container","command":["/bin/sh","-c","sleep + 150"],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"volumes":[{"name":"azure-files-volume","storageType":"AzureFile","storageName":"share000005","mountOptions":"uid=1000,gid=1000"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/yaml000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000007":{"principalId":"36b50de2-94ff-4391-b8da-077b04798ae4","clientId":"7746497d-cc47-45cc-a45c-18e2f102a895"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2260' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:56:08 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job update + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n -g --yaml + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003/listSecrets?api-version=2023-04-01-preview + response: + body: + string: '{"value":[]}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:56:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"properties": {"configuration": {"replicaTimeout": 300}}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job update + Connection: + - keep-alive + Content-Length: + - '58' + Content-Type: + - application/json + ParameterSetName: + - -n -g --yaml + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 14 Jun 2023 05:56:17 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/East%20US/containerappsjobOperationResults/a79cdfaf-0a22-4d07-9f88-1e812de81a89?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job update + Connection: + - keep-alive + ParameterSetName: + - -n -g --yaml + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003","name":"yaml000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:54:55.4186318","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:56:16.8199472"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":300,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"anfranci-azclitest-acaj1","env":[{"name":"MY_ENV_VAR","value":"hello"}],"resources":{"cpu":0.75,"memory":"1.5Gi","ephemeralStorage":"4Gi"},"volumeMounts":[{"volumeName":"azure-files-volume","mountPath":"/mnt/data","subPath":"sub2"}]}],"initContainers":[{"image":"k8seteste2e.azurecr.io/e2e-apps/kuar:green","name":"simple-sleep-container","command":["/bin/sh","-c","sleep + 150"],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"volumes":[{"name":"azure-files-volume","storageType":"AzureFile","storageName":"share000005","mountOptions":"uid=1000,gid=1000"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/yaml000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000007":{"principalId":"36b50de2-94ff-4391-b8da-077b04798ae4","clientId":"7746497d-cc47-45cc-a45c-18e2f102a895"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2261' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:56:21 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/23.0.1 Python/3.10.11 (Windows-10-10.0.19045-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-05-02-preview","2023-05-01","2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10995' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:56:22 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: + - containerapp job show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.10.11 (Windows-10-10.0.19045-SP0) AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003","name":"yaml000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"layliu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T05:54:55.4186318","lastModifiedBy":"layliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T05:56:16.8199472"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":null,"triggerType":"Manual","replicaTimeout":300,"replicaRetryLimit":1,"manualTriggerConfig":{"replicaCompletionCount":1,"parallelism":1},"scheduleTriggerConfig":null,"eventTriggerConfig":null,"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"anfranci-azclitest-acaj1","env":[{"name":"MY_ENV_VAR","value":"hello"}],"resources":{"cpu":0.75,"memory":"1.5Gi","ephemeralStorage":"4Gi"},"volumeMounts":[{"volumeName":"azure-files-volume","mountPath":"/mnt/data","subPath":"sub2"}]}],"initContainers":[{"image":"k8seteste2e.azurecr.io/e2e-apps/kuar:green","name":"simple-sleep-container","command":["/bin/sh","-c","sleep + 150"],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"}}],"volumes":[{"name":"azure-files-volume","storageType":"AzureFile","storageName":"share000005","mountOptions":"uid=1000,gid=1000"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/yaml000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000007":{"principalId":"36b50de2-94ff-4391-b8da-077b04798ae4","clientId":"7746497d-cc47-45cc-a45c-18e2f102a895"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2260' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 05:56:24 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +version: 1 diff --git a/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerappjob_eventtriggered_create_with_yaml.yaml b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerappjob_eventtriggered_create_with_yaml.yaml new file mode 100644 index 00000000000..fdcc93e45b6 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/recordings/test_containerappjob_eventtriggered_create_with_yaml.yaml @@ -0,0 +1,3406 @@ +interactions: +- request: + body: '{"location": "eastus", "properties": {"retentionInDays": 30, "sku": {"name": + "PerGB2018"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace create + Connection: + - keep-alive + Content-Length: + - '91' + Content-Type: + - application/json + ParameterSetName: + - -g -n -l + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004?api-version=2021-12-01-preview + response: + body: + string: '{"properties":{"customerId":"0edbb274-a2ed-4cc3-8405-7c83ac1799e8","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-06-02T00:42:50.3723936Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-02T11:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-06-02T00:42:50.3723936Z","modifiedDate":"2023-06-02T00:42:50.3723936Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces"}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2021-12-01-preview + cache-control: + - no-cache + content-length: + - '851' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:42:50 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004?api-version=2021-12-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace create + Connection: + - keep-alive + ParameterSetName: + - -g -n -l + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004?api-version=2021-12-01-preview + response: + body: + string: '{"properties":{"customerId":"0edbb274-a2ed-4cc3-8405-7c83ac1799e8","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2023-06-02T00:42:50.3723936Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2023-06-02T11:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2023-06-02T00:42:50.3723936Z","modifiedDate":"2023-06-02T00:42:50.3723936Z"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004","name":"containerapp-env000004","type":"Microsoft.OperationalInsights/workspaces"}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2021-12-01-preview + cache-control: + - no-cache + content-length: + - '851' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:42:50 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace get-shared-keys + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004/sharedKeys?api-version=2020-08-01 + response: + body: + string: '{"primarySharedKey":"2/W7YY2UiXrJY8p9Rjy+b/1m7CnsC5v8frLH710DIaFVLrv+Hg8GFVtRklw5xmp6FyCHjsbp4jFmMs9lGJDpQQ==","secondarySharedKey":"rA0F7bWyzm8qmsHvND+N/zogc9QEXgw17qvM8Bh7yJIbr99C72T4P0/q9Sn7rVm9azZW7fZzUERk9DUVCQLfxg=="}' + headers: + access-control-allow-origin: + - '*' + api-supported-versions: + - 2015-03-20, 2020-08-01, 2020-10-01, 2021-06-01, 2022-10-01 + cache-control: + - no-cache + content-length: + - '223' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:42:50 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 + 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' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:42:51 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:42:51 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:42:51 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:42:52 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": "eastus", "tags": null, "properties": {"daprAIInstrumentationKey": + null, "vnetConfiguration": null, "appLogsConfiguration": {"destination": "log-analytics", + "logAnalyticsConfiguration": {"customerId": "0edbb274-a2ed-4cc3-8405-7c83ac1799e8", + "sharedKey": "2/W7YY2UiXrJY8p9Rjy+b/1m7CnsC5v8frLH710DIaFVLrv+Hg8GFVtRklw5xmp6FyCHjsbp4jFmMs9lGJDpQQ=="}}, + "customDomainConfiguration": null, "workloadProfiles": null, "zoneRedundant": + false}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + Content-Length: + - '446' + Content-Type: + - application/json + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T00:42:53.8889235Z","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T00:42:53.8889235Z"},"properties":{"provisioningState":"Waiting","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"happymoss-b0969185.eastus.azurecontainerapps.io","staticIp":"52.149.171.27","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"0edbb274-a2ed-4cc3-8405-7c83ac1799e8","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/1e9980ef-bcb5-4f06-a432-a9096aeadaf6?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '1504' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:42:55 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '99' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/1e9980ef-bcb5-4f06-a432-a9096aeadaf6?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/1e9980ef-bcb5-4f06-a432-a9096aeadaf6","name":"1e9980ef-bcb5-4f06-a432-a9096aeadaf6","status":"InProgress","startTime":"2023-06-02T00:42:56.0642478"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:42:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/1e9980ef-bcb5-4f06-a432-a9096aeadaf6?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/1e9980ef-bcb5-4f06-a432-a9096aeadaf6","name":"1e9980ef-bcb5-4f06-a432-a9096aeadaf6","status":"InProgress","startTime":"2023-06-02T00:42:56.0642478"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:42:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/1e9980ef-bcb5-4f06-a432-a9096aeadaf6?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/1e9980ef-bcb5-4f06-a432-a9096aeadaf6","name":"1e9980ef-bcb5-4f06-a432-a9096aeadaf6","status":"InProgress","startTime":"2023-06-02T00:42:56.0642478"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:01 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/1e9980ef-bcb5-4f06-a432-a9096aeadaf6?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/1e9980ef-bcb5-4f06-a432-a9096aeadaf6","name":"1e9980ef-bcb5-4f06-a432-a9096aeadaf6","status":"InProgress","startTime":"2023-06-02T00:42:56.0642478"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/1e9980ef-bcb5-4f06-a432-a9096aeadaf6?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/1e9980ef-bcb5-4f06-a432-a9096aeadaf6","name":"1e9980ef-bcb5-4f06-a432-a9096aeadaf6","status":"InProgress","startTime":"2023-06-02T00:42:56.0642478"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/1e9980ef-bcb5-4f06-a432-a9096aeadaf6?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/1e9980ef-bcb5-4f06-a432-a9096aeadaf6","name":"1e9980ef-bcb5-4f06-a432-a9096aeadaf6","status":"InProgress","startTime":"2023-06-02T00:42:56.0642478"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:09 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/1e9980ef-bcb5-4f06-a432-a9096aeadaf6?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/1e9980ef-bcb5-4f06-a432-a9096aeadaf6","name":"1e9980ef-bcb5-4f06-a432-a9096aeadaf6","status":"InProgress","startTime":"2023-06-02T00:42:56.0642478"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/1e9980ef-bcb5-4f06-a432-a9096aeadaf6?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/1e9980ef-bcb5-4f06-a432-a9096aeadaf6","name":"1e9980ef-bcb5-4f06-a432-a9096aeadaf6","status":"InProgress","startTime":"2023-06-02T00:42:56.0642478"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/1e9980ef-bcb5-4f06-a432-a9096aeadaf6?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/1e9980ef-bcb5-4f06-a432-a9096aeadaf6","name":"1e9980ef-bcb5-4f06-a432-a9096aeadaf6","status":"InProgress","startTime":"2023-06-02T00:42:56.0642478"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/1e9980ef-bcb5-4f06-a432-a9096aeadaf6?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/1e9980ef-bcb5-4f06-a432-a9096aeadaf6","name":"1e9980ef-bcb5-4f06-a432-a9096aeadaf6","status":"InProgress","startTime":"2023-06-02T00:42:56.0642478"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '284' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:19 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/1e9980ef-bcb5-4f06-a432-a9096aeadaf6?api-version=2023-04-01-preview&azureAsyncOperation=true + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/eastus/managedEnvironmentOperationStatuses/1e9980ef-bcb5-4f06-a432-a9096aeadaf6","name":"1e9980ef-bcb5-4f06-a432-a9096aeadaf6","status":"Succeeded","startTime":"2023-06-02T00:42:56.0642478"}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '283' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:21 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env create + Connection: + - keep-alive + ParameterSetName: + - -g -n --logs-workspace-id --logs-workspace-key + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T00:42:53.8889235","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T00:42:53.8889235"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"happymoss-b0969185.eastus.azurecontainerapps.io","staticIp":"52.149.171.27","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"0edbb274-a2ed-4cc3-8405-7c83ac1799e8","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1504' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:22 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:23 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: + - containerapp env show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T00:42:53.8889235","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T00:42:53.8889235"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"happymoss-b0969185.eastus.azurecontainerapps.io","staticIp":"52.149.171.27","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"0edbb274-a2ed-4cc3-8405-7c83ac1799e8","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1504' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:23 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp env show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:23 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: + - containerapp env show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T00:42:53.8889235","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T00:42:53.8889235"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"happymoss-b0969185.eastus.azurecontainerapps.io","staticIp":"52.149.171.27","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"0edbb274-a2ed-4cc3-8405-7c83ac1799e8","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1504' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:24 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - identity create + Connection: + - keep-alive + Content-Length: + - '22' + Content-Type: + - application/json + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-msi/7.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000005?api-version=2023-01-31 + response: + body: + string: '{"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000005","name":"containerapp-user000005","type":"Microsoft.ManagedIdentity/userAssignedIdentities","properties":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"19597de5-f3d7-4fc0-9d60-b4956a6241ad","clientId":"a9c0e470-8aa7-446d-9801-c91aadf65572"}}' + headers: + cache-control: + - no-cache + content-length: + - '464' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:26 GMT + expires: + - '-1' + location: + - /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000005 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - -n -g --environment --yaml + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:27 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - -n -g --environment --yaml + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","name":"env000002","type":"Microsoft.App/managedEnvironments","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T00:42:53.8889235","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T00:42:53.8889235"},"properties":{"provisioningState":"Succeeded","daprAIInstrumentationKey":null,"daprAIConnectionString":null,"vnetConfiguration":null,"defaultDomain":"happymoss-b0969185.eastus.azurecontainerapps.io","staticIp":"52.149.171.27","appLogsConfiguration":{"destination":"log-analytics","logAnalyticsConfiguration":{"customerId":"0edbb274-a2ed-4cc3-8405-7c83ac1799e8","sharedKey":null}},"zoneRedundant":false,"kedaConfiguration":{"version":"2.10.0"},"daprConfiguration":{"version":"1.10.4"},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/managedEnvironments/env000002/eventstream","customDomainConfiguration":{"customDomainVerificationId":"A9C4A62A8160201BC233070CC5FF02E5C573D0555962F6695C6FB395825498DC","dnsSuffix":null,"certificateValue":null,"certificatePassword":null,"thumbprint":null,"subjectName":null},"workloadProfiles":null,"firstPartyConfiguration":null,"infrastructureResourceGroup":null,"peerAuthentication":{"mtls":{"enabled":false}}}}' + headers: + api-supported-versions: + - 2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, + 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '1504' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:28 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"tags": null, "location": "eastus", "identity": {"principalId": null, + "tenantId": null, "type": "UserAssigned", "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000005": + {}}}, "managedBy": null, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002", + "configuration": {"secrets": [{"name": "personal-access-token", "value": "test_personal_access_token", + "identity": null, "keyVaultUrl": null}], "triggerType": "Event", "replicaTimeout": + 100, "replicaRetryLimit": 1, "manualTriggerConfig": null, "scheduleTriggerConfig": + null, "eventTriggerConfig": {"replicaCompletionCount": 1, "scale": {"minReplicas": + null, "maxReplicas": null, "pollingInterval": null, "rules": [{"name": "github-runner-test", + "type": "github-runner", "metadata": {"github-runner": "https://api.github.com", + "owner": "test_org", "runnerScope": "repo", "repos": "test_repo", "targetWorkflowQueueLength": + "1"}, "auth": [{"secretRef": "personal-access-token", "triggerParameter": "personalAccessToken"}]}]}, + "parallelism": 1}, "registries": null}, "template": {"initContainers": null, + "containers": [{"image": "mcr.microsoft.com/k8se/quickstart-jobs:latest", "name": + "eventdriventjob", "command": null, "args": null, "env": [{"name": "ACCESS_TOKEN", + "value": null, "secretRef": "personal-access-token"}, {"name": "DISABLE_RUNNER_UPDATE", + "value": "true", "secretRef": null}, {"name": "RUNNER_SCOPE", "value": "repo", + "secretRef": null}, {"name": "ORG_NAME", "value": "test_org", "secretRef": null}, + {"name": "ORG_RUNNER", "value": "false", "secretRef": null}, {"name": "RUNNER_WORKDIR", + "value": "/tmp/runner", "secretRef": null}, {"name": "REPO_URL", "value": "https://github.com/test_org/test_repo", + "secretRef": null}], "resources": {"cpu": 0.5, "memory": "1Gi", "ephemeralStorage": + "1Gi"}, "volumeMounts": [{"volumeName": "workdir", "mountPath": "/tmp/github-runner-your-repo"}, + {"volumeName": "dockersock", "mountPath": "/var/run/docker.sock"}], "probes": + null}], "volumes": [{"name": "workdir", "storageType": "EmptyDir", "storageName": + null, "secrets": null}, {"name": "dockersock", "storageType": "EmptyDir", "storageName": + null, "secrets": null}]}, "workloadProfileName": null, "eventStreamEndpoint": + null}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + Content-Length: + - '2439' + Content-Type: + - application/json + ParameterSetName: + - -n -g --environment --yaml + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003","name":"yaml000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T00:43:29.3972609Z","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T00:43:29.3972609Z"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"personal-access-token"}],"triggerType":"Event","replicaTimeout":100,"replicaRetryLimit":1,"manualTriggerConfig":null,"scheduleTriggerConfig":null,"eventTriggerConfig":{"replicaCompletionCount":1,"parallelism":1,"scale":{"minExecutions":0,"maxExecutions":10,"pollingInterval":30,"rules":[{"name":"github-runner-test","type":"github-runner","metadata":{"github-runner":"https://api.github.com","owner":"test_org","repos":"test_repo","runnerScope":"repo","targetWorkflowQueueLength":"1"},"auth":[{"secretRef":"personal-access-token","triggerParameter":"personalAccessToken"}]}]}},"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"eventdriventjob","env":[{"name":"ACCESS_TOKEN","secretRef":"personal-access-token"},{"name":"DISABLE_RUNNER_UPDATE","value":"true"},{"name":"RUNNER_SCOPE","value":"repo"},{"name":"ORG_NAME","value":"test_org"},{"name":"ORG_RUNNER","value":"false"},{"name":"RUNNER_WORKDIR","value":"/tmp/runner"},{"name":"REPO_URL","value":"https://github.com/test_org/test_repo"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"workdir","mountPath":"/tmp/github-runner-your-repo"},{"volumeName":"dockersock","mountPath":"/var/run/docker.sock"}]}],"initContainers":null,"volumes":[{"name":"workdir","storageType":"EmptyDir"},{"name":"dockersock","storageType":"EmptyDir"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/yaml000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000005":{"principalId":"19597de5-f3d7-4fc0-9d60-b4956a6241ad","clientId":"a9c0e470-8aa7-446d-9801-c91aadf65572"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/East + US/containerappOperationStatuses/3c67d619-d050-4800-aa31-5a341952cea2?api-version=2023-04-01-preview&azureAsyncOperation=true + cache-control: + - no-cache + content-length: + - '2790' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:31 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-async-operation-timeout: + - PT15M + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - -n -g --environment --yaml + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003","name":"yaml000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T00:43:29.3972609","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T00:43:29.3972609"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"personal-access-token"}],"triggerType":"Event","replicaTimeout":100,"replicaRetryLimit":1,"manualTriggerConfig":null,"scheduleTriggerConfig":null,"eventTriggerConfig":{"replicaCompletionCount":1,"parallelism":1,"scale":{"minExecutions":0,"maxExecutions":10,"pollingInterval":30,"rules":[{"name":"github-runner-test","type":"github-runner","metadata":{"github-runner":"https://api.github.com","owner":"test_org","repos":"test_repo","runnerScope":"repo","targetWorkflowQueueLength":"1"},"auth":[{"secretRef":"personal-access-token","triggerParameter":"personalAccessToken"}]}]}},"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"eventdriventjob","env":[{"name":"ACCESS_TOKEN","secretRef":"personal-access-token"},{"name":"DISABLE_RUNNER_UPDATE","value":"true"},{"name":"RUNNER_SCOPE","value":"repo"},{"name":"ORG_NAME","value":"test_org"},{"name":"ORG_RUNNER","value":"false"},{"name":"RUNNER_WORKDIR","value":"/tmp/runner"},{"name":"REPO_URL","value":"https://github.com/test_org/test_repo"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"workdir","mountPath":"/tmp/github-runner-your-repo"},{"volumeName":"dockersock","mountPath":"/var/run/docker.sock"}]}],"initContainers":null,"volumes":[{"name":"workdir","storageType":"EmptyDir"},{"name":"dockersock","storageType":"EmptyDir"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/yaml000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000005":{"principalId":"19597de5-f3d7-4fc0-9d60-b4956a6241ad","clientId":"a9c0e470-8aa7-446d-9801-c91aadf65572"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2788' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:32 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - -n -g --environment --yaml + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003","name":"yaml000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T00:43:29.3972609","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T00:43:29.3972609"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"personal-access-token"}],"triggerType":"Event","replicaTimeout":100,"replicaRetryLimit":1,"manualTriggerConfig":null,"scheduleTriggerConfig":null,"eventTriggerConfig":{"replicaCompletionCount":1,"parallelism":1,"scale":{"minExecutions":0,"maxExecutions":10,"pollingInterval":30,"rules":[{"name":"github-runner-test","type":"github-runner","metadata":{"github-runner":"https://api.github.com","owner":"test_org","repos":"test_repo","runnerScope":"repo","targetWorkflowQueueLength":"1"},"auth":[{"secretRef":"personal-access-token","triggerParameter":"personalAccessToken"}]}]}},"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"eventdriventjob","env":[{"name":"ACCESS_TOKEN","secretRef":"personal-access-token"},{"name":"DISABLE_RUNNER_UPDATE","value":"true"},{"name":"RUNNER_SCOPE","value":"repo"},{"name":"ORG_NAME","value":"test_org"},{"name":"ORG_RUNNER","value":"false"},{"name":"RUNNER_WORKDIR","value":"/tmp/runner"},{"name":"REPO_URL","value":"https://github.com/test_org/test_repo"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"workdir","mountPath":"/tmp/github-runner-your-repo"},{"volumeName":"dockersock","mountPath":"/var/run/docker.sock"}]}],"initContainers":null,"volumes":[{"name":"workdir","storageType":"EmptyDir"},{"name":"dockersock","storageType":"EmptyDir"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/yaml000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000005":{"principalId":"19597de5-f3d7-4fc0-9d60-b4956a6241ad","clientId":"a9c0e470-8aa7-446d-9801-c91aadf65572"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2788' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:34 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - -n -g --environment --yaml + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003","name":"yaml000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T00:43:29.3972609","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T00:43:29.3972609"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"personal-access-token"}],"triggerType":"Event","replicaTimeout":100,"replicaRetryLimit":1,"manualTriggerConfig":null,"scheduleTriggerConfig":null,"eventTriggerConfig":{"replicaCompletionCount":1,"parallelism":1,"scale":{"minExecutions":0,"maxExecutions":10,"pollingInterval":30,"rules":[{"name":"github-runner-test","type":"github-runner","metadata":{"github-runner":"https://api.github.com","owner":"test_org","repos":"test_repo","runnerScope":"repo","targetWorkflowQueueLength":"1"},"auth":[{"secretRef":"personal-access-token","triggerParameter":"personalAccessToken"}]}]}},"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"eventdriventjob","env":[{"name":"ACCESS_TOKEN","secretRef":"personal-access-token"},{"name":"DISABLE_RUNNER_UPDATE","value":"true"},{"name":"RUNNER_SCOPE","value":"repo"},{"name":"ORG_NAME","value":"test_org"},{"name":"ORG_RUNNER","value":"false"},{"name":"RUNNER_WORKDIR","value":"/tmp/runner"},{"name":"REPO_URL","value":"https://github.com/test_org/test_repo"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"workdir","mountPath":"/tmp/github-runner-your-repo"},{"volumeName":"dockersock","mountPath":"/var/run/docker.sock"}]}],"initContainers":null,"volumes":[{"name":"workdir","storageType":"EmptyDir"},{"name":"dockersock","storageType":"EmptyDir"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/yaml000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000005":{"principalId":"19597de5-f3d7-4fc0-9d60-b4956a6241ad","clientId":"a9c0e470-8aa7-446d-9801-c91aadf65572"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2788' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job create + Connection: + - keep-alive + ParameterSetName: + - -n -g --environment --yaml + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003","name":"yaml000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T00:43:29.3972609","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T00:43:29.3972609"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"personal-access-token"}],"triggerType":"Event","replicaTimeout":100,"replicaRetryLimit":1,"manualTriggerConfig":null,"scheduleTriggerConfig":null,"eventTriggerConfig":{"replicaCompletionCount":1,"parallelism":1,"scale":{"minExecutions":0,"maxExecutions":10,"pollingInterval":30,"rules":[{"name":"github-runner-test","type":"github-runner","metadata":{"github-runner":"https://api.github.com","owner":"test_org","repos":"test_repo","runnerScope":"repo","targetWorkflowQueueLength":"1"},"auth":[{"secretRef":"personal-access-token","triggerParameter":"personalAccessToken"}]}]}},"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"eventdriventjob","env":[{"name":"ACCESS_TOKEN","secretRef":"personal-access-token"},{"name":"DISABLE_RUNNER_UPDATE","value":"true"},{"name":"RUNNER_SCOPE","value":"repo"},{"name":"ORG_NAME","value":"test_org"},{"name":"ORG_RUNNER","value":"false"},{"name":"RUNNER_WORKDIR","value":"/tmp/runner"},{"name":"REPO_URL","value":"https://github.com/test_org/test_repo"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"workdir","mountPath":"/tmp/github-runner-your-repo"},{"volumeName":"dockersock","mountPath":"/var/run/docker.sock"}]}],"initContainers":null,"volumes":[{"name":"workdir","storageType":"EmptyDir"},{"name":"dockersock","storageType":"EmptyDir"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/yaml000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000005":{"principalId":"19597de5-f3d7-4fc0-9d60-b4956a6241ad","clientId":"a9c0e470-8aa7-446d-9801-c91aadf65572"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2787' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:40 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003","name":"yaml000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T00:43:29.3972609","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T00:43:29.3972609"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"personal-access-token"}],"triggerType":"Event","replicaTimeout":100,"replicaRetryLimit":1,"manualTriggerConfig":null,"scheduleTriggerConfig":null,"eventTriggerConfig":{"replicaCompletionCount":1,"parallelism":1,"scale":{"minExecutions":0,"maxExecutions":10,"pollingInterval":30,"rules":[{"name":"github-runner-test","type":"github-runner","metadata":{"github-runner":"https://api.github.com","owner":"test_org","repos":"test_repo","runnerScope":"repo","targetWorkflowQueueLength":"1"},"auth":[{"secretRef":"personal-access-token","triggerParameter":"personalAccessToken"}]}]}},"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"eventdriventjob","env":[{"name":"ACCESS_TOKEN","secretRef":"personal-access-token"},{"name":"DISABLE_RUNNER_UPDATE","value":"true"},{"name":"RUNNER_SCOPE","value":"repo"},{"name":"ORG_NAME","value":"test_org"},{"name":"ORG_RUNNER","value":"false"},{"name":"RUNNER_WORKDIR","value":"/tmp/runner"},{"name":"REPO_URL","value":"https://github.com/test_org/test_repo"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"workdir","mountPath":"/tmp/github-runner-your-repo"},{"volumeName":"dockersock","mountPath":"/var/run/docker.sock"}]}],"initContainers":null,"volumes":[{"name":"workdir","storageType":"EmptyDir"},{"name":"dockersock","storageType":"EmptyDir"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/yaml000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000005":{"principalId":"19597de5-f3d7-4fc0-9d60-b4956a6241ad","clientId":"a9c0e470-8aa7-446d-9801-c91aadf65572"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2787' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:41 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: + - containerapp job show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003","name":"yaml000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T00:43:29.3972609","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T00:43:29.3972609"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"personal-access-token"}],"triggerType":"Event","replicaTimeout":100,"replicaRetryLimit":1,"manualTriggerConfig":null,"scheduleTriggerConfig":null,"eventTriggerConfig":{"replicaCompletionCount":1,"parallelism":1,"scale":{"minExecutions":0,"maxExecutions":10,"pollingInterval":30,"rules":[{"name":"github-runner-test","type":"github-runner","metadata":{"github-runner":"https://api.github.com","owner":"test_org","repos":"test_repo","runnerScope":"repo","targetWorkflowQueueLength":"1"},"auth":[{"secretRef":"personal-access-token","triggerParameter":"personalAccessToken"}]}]}},"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"eventdriventjob","env":[{"name":"ACCESS_TOKEN","secretRef":"personal-access-token"},{"name":"DISABLE_RUNNER_UPDATE","value":"true"},{"name":"RUNNER_SCOPE","value":"repo"},{"name":"ORG_NAME","value":"test_org"},{"name":"ORG_RUNNER","value":"false"},{"name":"RUNNER_WORKDIR","value":"/tmp/runner"},{"name":"REPO_URL","value":"https://github.com/test_org/test_repo"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"workdir","mountPath":"/tmp/github-runner-your-repo"},{"volumeName":"dockersock","mountPath":"/var/run/docker.sock"}]}],"initContainers":null,"volumes":[{"name":"workdir","storageType":"EmptyDir"},{"name":"dockersock","storageType":"EmptyDir"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/yaml000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000005":{"principalId":"19597de5-f3d7-4fc0-9d60-b4956a6241ad","clientId":"a9c0e470-8aa7-446d-9801-c91aadf65572"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2787' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job update + Connection: + - keep-alive + ParameterSetName: + - -n -g --yaml + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:42 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: + - containerapp job update + Connection: + - keep-alive + ParameterSetName: + - -n -g --yaml + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:42 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: + - containerapp job update + Connection: + - keep-alive + ParameterSetName: + - -n -g --yaml + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003","name":"yaml000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T00:43:29.3972609","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T00:43:29.3972609"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"personal-access-token"}],"triggerType":"Event","replicaTimeout":100,"replicaRetryLimit":1,"manualTriggerConfig":null,"scheduleTriggerConfig":null,"eventTriggerConfig":{"replicaCompletionCount":1,"parallelism":1,"scale":{"minExecutions":0,"maxExecutions":10,"pollingInterval":30,"rules":[{"name":"github-runner-test","type":"github-runner","metadata":{"github-runner":"https://api.github.com","owner":"test_org","repos":"test_repo","runnerScope":"repo","targetWorkflowQueueLength":"1"},"auth":[{"secretRef":"personal-access-token","triggerParameter":"personalAccessToken"}]}]}},"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"eventdriventjob","env":[{"name":"ACCESS_TOKEN","secretRef":"personal-access-token"},{"name":"DISABLE_RUNNER_UPDATE","value":"true"},{"name":"RUNNER_SCOPE","value":"repo"},{"name":"ORG_NAME","value":"test_org"},{"name":"ORG_RUNNER","value":"false"},{"name":"RUNNER_WORKDIR","value":"/tmp/runner"},{"name":"REPO_URL","value":"https://github.com/test_org/test_repo"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"workdir","mountPath":"/tmp/github-runner-your-repo"},{"volumeName":"dockersock","mountPath":"/var/run/docker.sock"}]}],"initContainers":null,"volumes":[{"name":"workdir","storageType":"EmptyDir"},{"name":"dockersock","storageType":"EmptyDir"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/yaml000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000005":{"principalId":"19597de5-f3d7-4fc0-9d60-b4956a6241ad","clientId":"a9c0e470-8aa7-446d-9801-c91aadf65572"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2787' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job update + Connection: + - keep-alive + ParameterSetName: + - -n -g --yaml + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:42 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: + - containerapp job update + Connection: + - keep-alive + ParameterSetName: + - -n -g --yaml + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003","name":"yaml000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T00:43:29.3972609","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T00:43:29.3972609"},"properties":{"provisioningState":"Succeeded","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"personal-access-token"}],"triggerType":"Event","replicaTimeout":100,"replicaRetryLimit":1,"manualTriggerConfig":null,"scheduleTriggerConfig":null,"eventTriggerConfig":{"replicaCompletionCount":1,"parallelism":1,"scale":{"minExecutions":0,"maxExecutions":10,"pollingInterval":30,"rules":[{"name":"github-runner-test","type":"github-runner","metadata":{"github-runner":"https://api.github.com","owner":"test_org","repos":"test_repo","runnerScope":"repo","targetWorkflowQueueLength":"1"},"auth":[{"secretRef":"personal-access-token","triggerParameter":"personalAccessToken"}]}]}},"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"eventdriventjob","env":[{"name":"ACCESS_TOKEN","secretRef":"personal-access-token"},{"name":"DISABLE_RUNNER_UPDATE","value":"true"},{"name":"RUNNER_SCOPE","value":"repo"},{"name":"ORG_NAME","value":"test_org"},{"name":"ORG_RUNNER","value":"false"},{"name":"RUNNER_WORKDIR","value":"/tmp/runner"},{"name":"REPO_URL","value":"https://github.com/test_org/test_repo"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"workdir","mountPath":"/tmp/github-runner-your-repo"},{"volumeName":"dockersock","mountPath":"/var/run/docker.sock"}]}],"initContainers":null,"volumes":[{"name":"workdir","storageType":"EmptyDir"},{"name":"dockersock","storageType":"EmptyDir"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/yaml000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000005":{"principalId":"19597de5-f3d7-4fc0-9d60-b4956a6241ad","clientId":"a9c0e470-8aa7-446d-9801-c91aadf65572"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2787' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job update + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n -g --yaml + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003/listSecrets?api-version=2023-04-01-preview + response: + body: + string: '{"value":[{"name":"personal-access-token","value":"test_personal_access_token"}]}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '81' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:45 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus", "properties": {"configuration": {"secrets": [{"name": + "personal-access-token", "value": "test_personal_access_token"}], "triggerType": + "Event", "replicaTimeout": 200, "replicaRetryLimit": 2, "eventTriggerConfig": + {"replicaCompletionCount": 2, "scale": {"minExecutions": 1, "maxExecutions": + 9, "rules": [{"name": "github-runner-testv2", "type": "github-runner", "metadata": + {"github-runner": "https://api.github.com", "owner": "test_org_1", "runnerScope": + "repo", "repos": "test_repo_1", "targetWorkflowQueueLength": "1"}, "auth": [{"secretRef": + "personal-access-token", "triggerParameter": "personalAccessToken"}]}]}, "parallelism": + 2}}}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job update + Connection: + - keep-alive + Content-Length: + - '661' + Content-Type: + - application/json + ParameterSetName: + - -n -g --yaml + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 02 Jun 2023 00:43:45 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App/locations/East%20US/containerappsjobOperationResults/b5721551-e571-4a3a-858d-38bd16c24d49?api-version=2023-04-01-preview + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job update + Connection: + - keep-alive + ParameterSetName: + - -n -g --yaml + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003","name":"yaml000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T00:43:29.3972609","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T00:43:45.9839294"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"personal-access-token"}],"triggerType":"Event","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":null,"scheduleTriggerConfig":null,"eventTriggerConfig":{"replicaCompletionCount":2,"parallelism":2,"scale":{"minExecutions":1,"maxExecutions":9,"pollingInterval":30,"rules":[{"name":"github-runner-testv2","type":"github-runner","metadata":{"github-runner":"https://api.github.com","owner":"test_org_1","repos":"test_repo_1","runnerScope":"repo","targetWorkflowQueueLength":"1"},"auth":[{"secretRef":"personal-access-token","triggerParameter":"personalAccessToken"}]}]}},"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"eventdriventjob","env":[{"name":"ACCESS_TOKEN","secretRef":"personal-access-token"},{"name":"DISABLE_RUNNER_UPDATE","value":"true"},{"name":"RUNNER_SCOPE","value":"repo"},{"name":"ORG_NAME","value":"test_org"},{"name":"ORG_RUNNER","value":"false"},{"name":"RUNNER_WORKDIR","value":"/tmp/runner"},{"name":"REPO_URL","value":"https://github.com/test_org/test_repo"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"workdir","mountPath":"/tmp/github-runner-your-repo"},{"volumeName":"dockersock","mountPath":"/var/run/docker.sock"}]}],"initContainers":null,"volumes":[{"name":"workdir","storageType":"EmptyDir"},{"name":"dockersock","storageType":"EmptyDir"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/yaml000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000005":{"principalId":"19597de5-f3d7-4fc0-9d60-b4956a6241ad","clientId":"a9c0e470-8aa7-446d-9801-c91aadf65572"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2793' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:47 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.App","namespace":"Microsoft.App","authorizations":[{"applicationId":"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c","roleDefinitionId":"39a74f72-b40f-4bdc-b639-562fe2260bf0"},{"applicationId":"3734c1a4-2bed-4998-a37a-ff1a9e7bf019","roleDefinitionId":"5c779a4f-5cb2-4547-8c41-478d9be8ba90"},{"applicationId":"55ebbb62-3b9c-49fd-9b87-9595226dd4ac","roleDefinitionId":"e49ca620-7992-4561-a7df-4ed67dad77b5","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}],"resourceTypes":[{"resourceType":"operations","locations":["North + Central US (Stage)","Central US EUAP","East US 2 EUAP","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2023-02-01","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"managedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"managedEnvironments/managedCertificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"containerApps","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"jobs","locations":["Central US EUAP","East + US 2 EUAP","North Central US (Stage)","West US 2","Southeast Asia","Sweden + Central","Canada Central","West Europe","North Europe","East US","East US + 2","East Asia","Australia East","Germany West Central","Japan East","UK South","West + US","Central US","North Central US","South Central US","Korea Central","Brazil + South","West US 3","France Central","South Africa North","Norway East","Switzerland + North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/managedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/containerappOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","West US 2","Southeast + Asia","Sweden Central","Canada Central","West Europe","North Europe","East + US","East US 2","East Asia","Australia East","Germany West Central","Japan + East","UK South","West US","Central US","North Central US","South Central + US","Korea Central","Brazil South","West US 3","France Central","South Africa + North","Norway East","Switzerland North","UAE North"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview","2022-03-01","2022-01-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"connectedEnvironments","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connectedEnvironments/certificates","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/connectedEnvironmentOperationResults","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/connectedEnvironmentOperationStatuses","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","North Central US","East + US","East Asia","West Europe"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/billingMeters","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"},{"resourceType":"locations/availableManagedEnvironmentsWorkloadProfileTypes","locations":["Central + US EUAP","East US 2 EUAP","North Central US (Stage)","Australia East","North + Central US","East US 2","West Europe","Central US","East US","North Europe","South + Central US","UK South","West US 3"],"apiVersions":["2023-04-01-preview","2022-11-01-preview","2022-10-01","2022-06-01-preview"],"defaultApiVersion":"2022-11-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + headers: + cache-control: + - no-cache + content-length: + - '10587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:46 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - containerapp job show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.10.6 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + AZURECLI/2.49.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003?api-version=2023-04-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/jobs/yaml000003","name":"yaml000003","type":"Microsoft.App/jobs","location":"East + US","systemData":{"createdBy":"anfranci@microsoft.com","createdByType":"User","createdAt":"2023-06-02T00:43:29.3972609","lastModifiedBy":"anfranci@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-02T00:43:45.9839294"},"properties":{"provisioningState":"InProgress","managedEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","environmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/managedEnvironments/env000002","workloadProfileName":null,"configuration":{"secrets":[{"name":"personal-access-token"}],"triggerType":"Event","replicaTimeout":200,"replicaRetryLimit":2,"manualTriggerConfig":null,"scheduleTriggerConfig":null,"eventTriggerConfig":{"replicaCompletionCount":2,"parallelism":2,"scale":{"minExecutions":1,"maxExecutions":9,"pollingInterval":30,"rules":[{"name":"github-runner-testv2","type":"github-runner","metadata":{"github-runner":"https://api.github.com","owner":"test_org_1","repos":"test_repo_1","runnerScope":"repo","targetWorkflowQueueLength":"1"},"auth":[{"secretRef":"personal-access-token","triggerParameter":"personalAccessToken"}]}]}},"registries":null,"dapr":null},"template":{"containers":[{"image":"mcr.microsoft.com/k8se/quickstart-jobs:latest","name":"eventdriventjob","env":[{"name":"ACCESS_TOKEN","secretRef":"personal-access-token"},{"name":"DISABLE_RUNNER_UPDATE","value":"true"},{"name":"RUNNER_SCOPE","value":"repo"},{"name":"ORG_NAME","value":"test_org"},{"name":"ORG_RUNNER","value":"false"},{"name":"RUNNER_WORKDIR","value":"/tmp/runner"},{"name":"REPO_URL","value":"https://github.com/test_org/test_repo"}],"resources":{"cpu":0.5,"memory":"1Gi","ephemeralStorage":"2Gi"},"volumeMounts":[{"volumeName":"workdir","mountPath":"/tmp/github-runner-your-repo"},{"volumeName":"dockersock","mountPath":"/var/run/docker.sock"}]}],"initContainers":null,"volumes":[{"name":"workdir","storageType":"EmptyDir"},{"name":"dockersock","storageType":"EmptyDir"}]},"eventStreamEndpoint":"https://eastus.azurecontainerapps.dev/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/containerApps/yaml000003/eventstream"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/containerapp-user000005":{"principalId":"19597de5-f3d7-4fc0-9d60-b4956a6241ad","clientId":"a9c0e470-8aa7-446d-9801-c91aadf65572"}}}}' + headers: + api-supported-versions: + - 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview + cache-control: + - no-cache + content-length: + - '2793' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 02 Jun 2023 00:43:47 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +version: 1 diff --git a/src/containerapp/azext_containerapp/tests/latest/test_containerapp_azurefile.py b/src/containerapp/azext_containerapp/tests/latest/test_containerapp_azurefile.py new file mode 100644 index 00000000000..02c64ec33c3 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/test_containerapp_azurefile.py @@ -0,0 +1,167 @@ +# -------------------------------------------------------------------------------------------- +# 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 time +import unittest + +from azure.cli.testsdk.scenario_tests import AllowLargeResponse +from azure.cli.testsdk import (ScenarioTest, ResourceGroupPreparer, JMESPathCheck, live_only, StorageAccountPreparer) + +TEST_DIR = os.path.abspath(os.path.join(os.path.abspath(__file__), '..')) +from .common import TEST_LOCATION +from .utils import create_containerapp_env +from azext_containerapp.tests.latest.common import ( + write_test_file, + clean_up_test_file, + TEST_DIR, TEST_LOCATION) + +class ContainerAppMountAzureFileTest(ScenarioTest): + @AllowLargeResponse(8192) + @ResourceGroupPreparer(location=TEST_LOCATION) + def test_container_app_mount_azurefile_e2e(self, resource_group): + self.cmd('configure --defaults location={}'.format(TEST_LOCATION)) + + env = self.create_random_name(prefix='env', length=24) + app = self.create_random_name(prefix='app1', length=24) + storage = self.create_random_name(prefix='storage', length=24) + share = self.create_random_name(prefix='share', length=10) + + self.cmd( + f'az storage account create --resource-group {resource_group} --name {storage} --location {TEST_LOCATION} --kind StorageV2 --sku Standard_LRS --enable-large-file-share --output none') + self.cmd( + f'az storage share-rm create --resource-group {resource_group} --storage-account {storage} --name {share} --quota 1024 --enabled-protocols SMB --output none') + + create_containerapp_env(self, env, resource_group, TEST_LOCATION) + account_key = self.cmd(f'az storage account keys list -g {resource_group} -n {storage} --query "[0].value" ' + '-otsv').output.strip() + + self.cmd(f'az containerapp env storage set -g {resource_group} -n {env} -a {storage} -k {account_key} -f {share} --storage-name {share} --access-mode ReadWrite') + + containerapp_env = self.cmd('containerapp env show -n {} -g {}'.format(env, resource_group), checks=[ + JMESPathCheck('name', env) + + ]).get_output_in_json() + containerapp_yaml_text = f""" + location: {TEST_LOCATION} + type: Microsoft.App/containerApps + name: {app} + resourceGroup: {resource_group} + properties: + managedEnvironmentId: {containerapp_env["id"]} + configuration: + activeRevisionsMode: Single + ingress: + external: true + allowInsecure: true + targetPort: 80 + traffic: + - latestRevision: true + weight: 100 + transport: Auto + template: + containers: + - image: mcr.microsoft.com/k8se/quickstart:latest + name: acamounttest + resources: + cpu: 0.5 + ephemeralStorage: 1Gi + memory: 1Gi + volumeMounts: + - mountPath: /mnt/data + volumeName: azure-files-volume + subPath: sub + volumes: + - name: azure-files-volume + storageType: AzureFile + storageName: {share} + mountOptions: uid=999,gid=999 + """ + containerapp_file_name = f"{self._testMethodName}_containerapp.yml" + + write_test_file(containerapp_file_name, containerapp_yaml_text) + self.cmd( + f'az containerapp create -g {resource_group} --environment {env} -n {app} --yaml {containerapp_file_name}') + + self.cmd('containerapp show -g {} -n {}'.format(resource_group, app), checks=[ + JMESPathCheck('properties.template.volumes[0].storageType', 'AzureFile'), + JMESPathCheck('properties.template.volumes[0].storageName', share), + JMESPathCheck('properties.template.volumes[0].name', 'azure-files-volume'), + JMESPathCheck('properties.template.volumes[0].mountOptions', 'uid=999,gid=999'), + JMESPathCheck('properties.template.containers[0].volumeMounts[0].subPath', 'sub'), + JMESPathCheck('properties.template.containers[0].volumeMounts[0].mountPath', '/mnt/data'), + JMESPathCheck('properties.template.containers[0].volumeMounts[0].volumeName', 'azure-files-volume'), + ]) + + self.cmd('az containerapp revision list -g {} -n {}'.format(resource_group, app), checks=[ + JMESPathCheck('[0].properties.template.volumes[0].storageType', 'AzureFile'), + JMESPathCheck('[0].properties.template.volumes[0].storageName', share), + JMESPathCheck('[0].properties.template.volumes[0].name', 'azure-files-volume'), + JMESPathCheck('[0].properties.template.volumes[0].mountOptions', 'uid=999,gid=999'), + JMESPathCheck('[0].properties.template.containers[0].volumeMounts[0].subPath', 'sub'), + JMESPathCheck('[0].properties.template.containers[0].volumeMounts[0].mountPath', '/mnt/data'), + JMESPathCheck('[0].properties.template.containers[0].volumeMounts[0].volumeName', 'azure-files-volume'), + ]) + + containerapp_yaml_text = f""" + location: {TEST_LOCATION} + type: Microsoft.App/containerApps + name: {app} + resourceGroup: {resource_group} + properties: + managedEnvironmentId: {containerapp_env["id"]} + configuration: + activeRevisionsMode: Single + ingress: + external: true + allowInsecure: true + targetPort: 80 + traffic: + - latestRevision: true + weight: 100 + transport: Auto + template: + containers: + - image: mcr.microsoft.com/k8se/quickstart:latest + name: acamounttest + resources: + cpu: 0.5 + ephemeralStorage: 1Gi + memory: 1Gi + volumeMounts: + - mountPath: /mnt/data + volumeName: azure-files-volume + subPath: sub2 + volumes: + - name: azure-files-volume + storageType: AzureFile + storageName: {share} + mountOptions: uid=1000,gid=1000 + """ + containerapp_file_name = f"{self._testMethodName}_containerapp_1.yml" + + write_test_file(containerapp_file_name, containerapp_yaml_text) + self.cmd( + f'az containerapp update -g {resource_group} -n {app} --yaml {containerapp_file_name}') + + self.cmd('containerapp show -g {} -n {}'.format(resource_group, app), checks=[ + JMESPathCheck('properties.template.volumes[0].storageType', 'AzureFile'), + JMESPathCheck('properties.template.volumes[0].storageName', share), + JMESPathCheck('properties.template.volumes[0].name', 'azure-files-volume'), + JMESPathCheck('properties.template.volumes[0].mountOptions', 'uid=1000,gid=1000'), + JMESPathCheck('properties.template.containers[0].volumeMounts[0].subPath', 'sub2'), + JMESPathCheck('properties.template.containers[0].volumeMounts[0].mountPath', '/mnt/data'), + JMESPathCheck('properties.template.containers[0].volumeMounts[0].volumeName', 'azure-files-volume'), + ]) + + self.cmd('az containerapp revision list -g {} -n {}'.format(resource_group, app), checks=[ + JMESPathCheck('[1].properties.template.volumes[0].storageType', 'AzureFile'), + JMESPathCheck('[1].properties.template.volumes[0].storageName', share), + JMESPathCheck('[1].properties.template.volumes[0].name', 'azure-files-volume'), + JMESPathCheck('[1].properties.template.volumes[0].mountOptions', 'uid=1000,gid=1000'), + JMESPathCheck('[1].properties.template.containers[0].volumeMounts[0].subPath', 'sub2'), + JMESPathCheck('[1].properties.template.containers[0].volumeMounts[0].mountPath', '/mnt/data'), + JMESPathCheck('[1].properties.template.containers[0].volumeMounts[0].volumeName', 'azure-files-volume'), + ]) \ No newline at end of file diff --git a/src/containerapp/azext_containerapp/tests/latest/test_containerapp_commands.py b/src/containerapp/azext_containerapp/tests/latest/test_containerapp_commands.py index 074307af8e1..b413fc38c50 100644 --- a/src/containerapp/azext_containerapp/tests/latest/test_containerapp_commands.py +++ b/src/containerapp/azext_containerapp/tests/latest/test_containerapp_commands.py @@ -659,6 +659,7 @@ def test_containerapp_dev_service_binding_e2e(self, resource_group): image = "mcr.microsoft.com/azuredocs/containerapps-helloworld:latest" redis_ca_name = 'redis' postgres_ca_name = 'postgres' + kafka_ca_name = 'kafka' create_containerapp_env(self, env_name, resource_group) @@ -667,6 +668,9 @@ def test_containerapp_dev_service_binding_e2e(self, resource_group): self.cmd('containerapp service postgres create -g {} -n {} --environment {}'.format( resource_group, postgres_ca_name, env_name)) + + self.cmd('containerapp service kafka create -g {} -n {} --environment {}'.format( + resource_group, kafka_ca_name, env_name)) self.cmd('containerapp create -g {} -n {} --environment {} --image {} --bind postgres:postgres_binding redis'.format( resource_group, ca_name, env_name, image), checks=[ @@ -679,10 +683,24 @@ def test_containerapp_dev_service_binding_e2e(self, resource_group): JMESPathCheck('properties.template.serviceBinds[0].name', "redis"), ]) - self.cmd('containerapp update -g {} -n {} --bind postgres:postgres_binding'.format( + self.cmd('containerapp update -g {} -n {} --bind postgres:postgres_binding kafka'.format( resource_group, ca_name, image), checks=[ JMESPathCheck('properties.template.serviceBinds[0].name', "redis"), - JMESPathCheck('properties.template.serviceBinds[1].name', "postgres_binding") + JMESPathCheck('properties.template.serviceBinds[1].name', "postgres_binding"), + JMESPathCheck('properties.template.serviceBinds[2].name', "kafka") + ]) + + self.cmd('containerapp service postgres delete -g {} -n {} --yes'.format( + resource_group, postgres_ca_name, env_name)) + + self.cmd('containerapp service redis delete -g {} -n {} --yes'.format( + resource_group, redis_ca_name, env_name)) + + self.cmd('containerapp service kafka delete -g {} -n {} --yes'.format( + resource_group, kafka_ca_name, env_name)) + + self.cmd('containerapp service list -g {} --environment {}'.format(resource_group, env_name), checks=[ + JMESPathCheck('length(@)', 0), ]) @@ -832,6 +850,15 @@ def test_containerapp_registry_identity_user(self, resource_group): self.cmd(f'containerapp show -g {resource_group} -n {app}', checks=[JMESPathCheck("properties.provisioningState", "Succeeded")]) + app2 = self.create_random_name(prefix='aca', length=24) + self.cmd(f'containerapp create -g {resource_group} -n {app2} --registry-identity {identity_rid} --image {image_name} --ingress external --target-port 80 --environment {env} --registry-server {acr}.azurecr.io --revision-suffix test1') + + self.cmd(f'containerapp show -g {resource_group} -n {app2}', checks=[ + JMESPathCheck("properties.provisioningState", "Succeeded"), + JMESPathCheck("properties.template.revisionSuffix", "test1"), + JMESPathCheck("properties.template.containers[0].image", image_name), + ]) + @AllowLargeResponse(8192) @ResourceGroupPreparer(location="westeurope") @live_only() # encounters 'CannotOverwriteExistingCassetteException' only when run from recording (passes when run live) @@ -853,6 +880,52 @@ def test_containerapp_registry_identity_system(self, resource_group): self.cmd(f'containerapp show -g {resource_group} -n {app}', checks=[JMESPathCheck("properties.provisioningState", "Succeeded")]) + app2 = self.create_random_name(prefix='aca', length=24) + self.cmd(f'containerapp create -g {resource_group} -n {app2} --registry-identity "system" --image {image_name} --ingress external --target-port 80 --environment {env} --registry-server {acr}.azurecr.io --revision-suffix test1') + + self.cmd(f'containerapp show -g {resource_group} -n {app2}', checks=[ + JMESPathCheck("properties.provisioningState", "Succeeded"), + JMESPathCheck("properties.template.revisionSuffix", "test1"), + JMESPathCheck("properties.template.containers[0].image", image_name), + ]) + + @AllowLargeResponse(8192) + @ResourceGroupPreparer(location="westeurope") + def test_containerapp_private_registry_port(self, resource_group): + self.cmd('configure --defaults location={}'.format(TEST_LOCATION)) + env = self.create_random_name(prefix='env', length=24) + app = self.create_random_name(prefix='aca', length=24) + acr = self.create_random_name(prefix='acr', length=24) + image_source = "mcr.microsoft.com/k8se/quickstart:latest" + image_name = f"{acr}.azurecr.io:443/k8se/quickstart:latest" + + create_containerapp_env(self, env, resource_group) + + self.cmd(f'acr create --sku basic -n {acr} -g {resource_group} --admin-enabled') + self.cmd(f'acr import -n {acr} --source {image_source}') + password = self.cmd(f'acr credential show -n {acr} --query passwords[0].value').get_output_in_json() + + self.cmd(f'containerapp create -g {resource_group} -n {app} --image {image_name} --ingress external --target-port 80 --environment {env} --registry-server {acr}.azurecr.io:443 --registry-username {acr} --registry-password {password}') + + self.cmd(f'containerapp show -g {resource_group} -n {app}', checks=[ + JMESPathCheck("properties.provisioningState", "Succeeded"), + JMESPathCheck("properties.configuration.registries[0].server", f"{acr}.azurecr.io:443"), + JMESPathCheck("properties.template.containers[0].image", image_name), + JMESPathCheck("properties.configuration.secrets[0].name", f"{acr}azurecrio-443-{acr}") + ]) + + app2 = self.create_random_name(prefix='aca', length=24) + image_name = f"{acr}.azurecr.io/k8se/quickstart:latest" + self.cmd( + f'containerapp create -g {resource_group} -n {app2} --image {image_name} --ingress external --target-port 80 --environment {env} --registry-server {acr}.azurecr.io --registry-username {acr} --registry-password {password}') + + self.cmd(f'containerapp show -g {resource_group} -n {app2}', checks=[ + JMESPathCheck("properties.provisioningState", "Succeeded"), + JMESPathCheck("properties.configuration.registries[0].server", f"{acr}.azurecr.io"), + JMESPathCheck("properties.template.containers[0].image", image_name), + JMESPathCheck("properties.configuration.secrets[0].name", f"{acr}azurecrio-{acr}") + ]) + class ContainerappScaleTests(ScenarioTest): @AllowLargeResponse(8192) diff --git a/src/containerapp/azext_containerapp/tests/latest/test_containerapp_mount_secret_volume.py b/src/containerapp/azext_containerapp/tests/latest/test_containerapp_mount_secret_volume.py index bc8260dc038..c7ed15b0406 100644 --- a/src/containerapp/azext_containerapp/tests/latest/test_containerapp_mount_secret_volume.py +++ b/src/containerapp/azext_containerapp/tests/latest/test_containerapp_mount_secret_volume.py @@ -36,8 +36,7 @@ def test_container_app_mount_secret_e2e(self, resource_group): self.cmd(f'az containerapp create -g {resource_group} --environment {env} -n {app} --secrets {secretRef1}={secretValue1} {secretRef2}={secretValue2} --secret-volume-mount "mnt/secrets"') self.cmd('containerapp show -g {} -n {}'.format(resource_group, app), checks=[ - JMESPathCheck('properties.template.volumes[0].secrets[0].secretRef', secretRef1), - JMESPathCheck('properties.template.volumes[0].secrets[0].path', secretRef1), - JMESPathCheck('properties.template.volumes[0].secrets[1].secretRef', secretRef2), - JMESPathCheck('properties.template.volumes[0].secrets[1].path', secretRef2), + JMESPathCheck('properties.template.volumes[0].storageType', 'Secret'), + # --secret-volume-mount mounts all secrets, not specific secrets, therefore no secrets should be returned. + JMESPathCheck('properties.template.volumes[0].secrets', None) ]) \ No newline at end of file diff --git a/src/containerapp/azext_containerapp/tests/latest/test_containerapp_patch.py b/src/containerapp/azext_containerapp/tests/latest/test_containerapp_patch.py new file mode 100644 index 00000000000..4a26a53b35c --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/test_containerapp_patch.py @@ -0,0 +1,159 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +import os +from unittest import mock +import time +import requests +import docker + +from azure.cli.testsdk.reverse_dependency import get_dummy_cli +from azure.cli.testsdk.scenario_tests import AllowLargeResponse +from azure.cli.testsdk import (ScenarioTest, ResourceGroupPreparer, JMESPathCheck, live_only) +from knack.util import CLIError + +from azext_containerapp.tests.latest.common import TEST_LOCATION +from azext_containerapp import _utils +from azext_containerapp.tests.latest.utils import create_and_verify_containerapp_up +TEST_DIR = os.path.abspath(os.path.join(os.path.abspath(__file__), '..')) + +class ContainerAppPatchTest(ScenarioTest): + @live_only() + @ResourceGroupPreparer(location = "eastus2") + def test_containerapp_patch_list_and_apply_with_resource_group_e2e(self, resource_group): + source_path = os.path.join(TEST_DIR, os.path.join("data", "source_built_using_buildpack")) + ingress = 'external' + target_port = '8080' + + # Generate a name for the Container App + app_name = self.create_random_name(prefix='containerapp', length=24) + + # Create container app and re-tag image to an older version to simulate patch list + old_tag = "run-dotnet-aspnet-7.0.1-cbl-mariner2.0" + create_and_verify_containerapp_up(self,resource_group,source_path=source_path,ingress=ingress,target_port=target_port,app_name=app_name) + self._retag_image_to_older_version_and_push(resource_group=resource_group,app_name=app_name,old_tag=old_tag) + + # Execute and verify patch list command + patchable_images = self.cmd(f'containerapp patch list -g {resource_group}').get_output_in_json() + newRunImageTag = patchable_images[0]["newRunImage"].split(':')[1] + self.assertEquals(newRunImageTag,_utils.get_latest_buildpack_run_tag("aspnet", "7.0")) + self.assertEquals(patchable_images[0]["oldRunImage"], old_tag) + + # Execute and verify patch apply command + self.cmd(f'containerapp patch apply -g {resource_group}') + app = self.cmd(f"containerapp show -g {resource_group} -n {app_name}").get_output_in_json() + patched_image = app["properties"]["template"]["containers"][0]["image"] + patched_image_tag = patched_image.split(':')[1] + self.assertEquals(patched_image_tag,_utils.get_latest_buildpack_run_tag("aspnet", "7.0")) + + @live_only() + @ResourceGroupPreparer(location = "eastus2") + def test_containerapp_patch_list_and_apply_with_environment_e2e(self, resource_group): + source_path = os.path.join(TEST_DIR, os.path.join("data", "source_built_using_buildpack")) + ingress = 'external' + target_port = '80' + + # Generate a name for the Container App + app_name = self.create_random_name(prefix='containerapp', length=24) + + # Create managed environment + env_name = self.create_random_name(prefix='env', length=24) + self.cmd(f'containerapp env create -g {resource_group} -n {env_name}') + + # Create container app and re-tag image to an older version to simulate patch list + old_tag = "run-dotnet-aspnet-7.0.1-cbl-mariner2.0" + create_and_verify_containerapp_up(self,resource_group,env_name=env_name,source_path=source_path,ingress=ingress,target_port=target_port,app_name=app_name) + self._retag_image_to_older_version_and_push(resource_group=resource_group,app_name=app_name,old_tag=old_tag) + + # Execute and verify patch list command + patchable_images = self.cmd(f'containerapp patch list -g {resource_group} --environment {env_name}').get_output_in_json() + newRunImageTag = patchable_images[0]["newRunImage"].split(':')[1] + self.assertEquals(newRunImageTag,_utils.get_latest_buildpack_run_tag("aspnet", "7.0")) + self.assertEquals(patchable_images[0]["oldRunImage"], old_tag) + + # Execute and verify patch apply command + self.cmd(f'containerapp patch apply -g {resource_group} --environment {env_name}') + app = self.cmd(f"containerapp show -g {resource_group} -n {app_name}").get_output_in_json() + patched_image = app["properties"]["template"]["containers"][0]["image"] + patched_image_tag = patched_image.split(':')[1] + self.assertEquals(patched_image_tag,_utils.get_latest_buildpack_run_tag("aspnet", "7.0")) + + @live_only() + @ResourceGroupPreparer(location = "eastus2") + def test_containerapp_patch_list_and_apply_with_show_all_e2e(self, resource_group): + image = "mcr.microsoft.com/k8se/quickstart:latest" + + # Generate a name for the Container App + app_name = self.create_random_name(prefix='containerapp', length=24) + + # Create managed environment + env_name = self.create_random_name(prefix='env', length=24) + self.cmd(f'containerapp env create -g {resource_group} -n {env_name}') + + create_and_verify_containerapp_up(self,resource_group,env_name=env_name,image=image,app_name=app_name) + + # Execute and verify patch list command + patch_cmd = f'containerapp patch list -g {resource_group} --environment {env_name} --show-all' + output = self.cmd(patch_cmd).get_output_in_json() + self.assertEquals(output[0]["targetImageName"],"mcr.microsoft.com/k8se/quickstart:latest") + + # Execute and verify patch apply command + self.cmd(f'containerapp patch apply -g {resource_group} --environment {env_name} --show-all') + app = self.cmd(f"containerapp show -g {resource_group} -n {app_name}").get_output_in_json() + image = app["properties"]["template"]["containers"][0]["image"] + self.assertEquals(image,"mcr.microsoft.com/k8se/quickstart:latest") + + + @live_only() + @ResourceGroupPreparer(location = "eastus2") + def test_containerapp_patch_list_and_apply_without_arguments_e2e(self, resource_group): + source_path = os.path.join(TEST_DIR, os.path.join("data", "source_built_using_buildpack")) + ingress = 'external' + target_port = '80' + + # Generate a name for the Container App + app_name = self.create_random_name(prefix='containerapp', length=24) + + # Create container app and re-tag image to an older version to simulate patch list + old_tag = "run-dotnet-aspnet-7.0.1-cbl-mariner2.0" + create_and_verify_containerapp_up(self,resource_group,source_path=source_path,ingress=ingress,target_port=target_port,app_name=app_name) + self._retag_image_to_older_version_and_push(resource_group=resource_group,app_name=app_name,old_tag=old_tag) + + # Execute and verify patch list command + self.cmd(f'configure --defaults group={resource_group}') + patch_cmd = f'containerapp patch list' + patchable_images = self.cmd(patch_cmd).get_output_in_json() + newRunImageTag = patchable_images[0]["newRunImage"].split(':')[1] + self.assertEquals(newRunImageTag,_utils.get_latest_buildpack_run_tag("aspnet", "7.0")) + self.assertEquals(patchable_images[0]["oldRunImage"], old_tag) + + # Execute and verify patch apply command + self.cmd(f'containerapp patch apply') + app = self.cmd(f"containerapp show -g {resource_group} -n {app_name}").get_output_in_json() + patched_image = app["properties"]["template"]["containers"][0]["image"] + patched_image_tag = patched_image.split(':')[1] + self.assertEquals(patched_image_tag,_utils.get_latest_buildpack_run_tag("aspnet", "7.0")) + + def _retag_image_to_older_version_and_push(self,resource_group,app_name,old_tag): + client = docker.from_env() + app = self.cmd(f"containerapp show -g {resource_group} -n {app_name}").get_output_in_json() + image_name = app["properties"]["template"]["containers"][0]["image"] + current_image = client.images.get(image_name) + registry = app["properties"]["configuration"]["registries"][0]["server"] + repo = app["properties"]["template"]["containers"][0]["name"] + + # Re-tag image to an older version to simulate patch list + old_image_name = registry + "/" + repo + ":" + old_tag + current_image.tag(registry + "/" + repo, tag = old_tag) + + # Re-tag and push + client.images.push(registry + "/" + repo, tag = old_tag) + self.cmd('az containerapp update -n {} -g {} --image {}'.format(app_name, resource_group, old_image_name)) + app = self.cmd(f"containerapp show -g {resource_group} -n {app_name}").get_output_in_json() + retagged_image = app["properties"]["template"]["containers"][0]["image"] + retagged_image_tag = retagged_image.split(':')[1] + + # Verify if image was updated + self.assertEquals(retagged_image_tag,old_tag) diff --git a/src/containerapp/azext_containerapp/tests/latest/test_containerapp_up.py b/src/containerapp/azext_containerapp/tests/latest/test_containerapp_up.py index ea8b78b02c6..cadfd0f7d39 100644 --- a/src/containerapp/azext_containerapp/tests/latest/test_containerapp_up.py +++ b/src/containerapp/azext_containerapp/tests/latest/test_containerapp_up.py @@ -4,36 +4,48 @@ # -------------------------------------------------------------------------------------------- import os -from unittest import mock -import time import requests +import unittest -from azure.cli.testsdk.reverse_dependency import get_dummy_cli -from azure.cli.testsdk.scenario_tests import AllowLargeResponse -from azure.cli.testsdk import (ScenarioTest, ResourceGroupPreparer, JMESPathCheck, live_only) -from knack.util import CLIError +from azure.cli.testsdk import (ScenarioTest, ResourceGroupPreparer, live_only) from azext_containerapp.tests.latest.common import TEST_LOCATION +from azext_containerapp.tests.latest.utils import create_and_verify_containerapp_up TEST_DIR = os.path.abspath(os.path.join(os.path.abspath(__file__), '..')) -@live_only() class ContainerAppUpImageTest(ScenarioTest): + @live_only() @ResourceGroupPreparer(location="eastus2") def test_containerapp_up_image_e2e(self, resource_group): - self.cmd('configure --defaults location={}'.format(TEST_LOCATION)) - - env_name = self.create_random_name(prefix='env', length=24) - self.cmd(f'containerapp env create -g {resource_group} -n {env_name}') image = "mcr.microsoft.com/k8se/quickstart:latest" - app_name = self.create_random_name(prefix='containerapp', length=24) - self.cmd(f"containerapp up --image {image} --environment {env_name} -g {resource_group} -n {app_name}") + create_and_verify_containerapp_up(self,resource_group=resource_group, image=image) + + + @live_only() + @ResourceGroupPreparer(location="eastus2") + def test_containerapp_up_source_with_buildpack_e2e(self, resource_group): + source_path = os.path.join(TEST_DIR, os.path.join("data", "source_built_using_buildpack")) + ingress = 'external' + target_port = '8080' + create_and_verify_containerapp_up(self,resource_group=resource_group, source_path=source_path, ingress=ingress, target_port=target_port) - app = self.cmd(f"containerapp show -g {resource_group} -n {app_name}").get_output_in_json() - url = app["properties"]["configuration"]["ingress"]["fqdn"] - url = url if url.startswith("http") else f"http://{url}" - resp = requests.get(url) - self.assertTrue(resp.ok) - self.cmd(f"containerapp up --image {image} --environment {env_name} -g {resource_group} -n {app_name} -l {TEST_LOCATION.upper()}") + @live_only() + @ResourceGroupPreparer(location="eastus2") + def test_containerapp_up_source_with_dockerfile_e2e(self, resource_group): + source_path = os.path.join(TEST_DIR, os.path.join("data", "source_built_using_dockerfile")) + ingress = 'external' + target_port = '80' + create_and_verify_containerapp_up(self,resource_group=resource_group, source_path=source_path, ingress=ingress, target_port=target_port) + + + @live_only() + @ResourceGroupPreparer(location="eastus2") + @unittest.skip("acr_task_run function from acr module uses outdated Storage SDK which does not work with testing.") + def test_containerapp_up_source_with_acr_task_e2e(self, resource_group): + source_path = os.path.join(TEST_DIR, os.path.join("data", "source_built_using_acr_task")) + ingress = 'external' + target_port = '8080' + create_and_verify_containerapp_up(self,resource_group=resource_group, source_path=source_path, ingress=ingress, target_port=target_port) diff --git a/src/containerapp/azext_containerapp/tests/latest/test_containerappjob_event_triggered_crud.py b/src/containerapp/azext_containerapp/tests/latest/test_containerappjob_event_triggered_crud.py new file mode 100644 index 00000000000..a8cfb1e45fd --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/test_containerappjob_event_triggered_crud.py @@ -0,0 +1,73 @@ +# -------------------------------------------------------------------------------------------- +# 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 time + +from azure.cli.testsdk.scenario_tests import AllowLargeResponse +from azure.cli.testsdk import (ScenarioTest, ResourceGroupPreparer, JMESPathCheck, live_only, StorageAccountPreparer) + +TEST_DIR = os.path.abspath(os.path.join(os.path.abspath(__file__), '..')) + +from azext_containerapp.tests.latest.common import TEST_LOCATION +from .utils import create_containerapp_env + +class ContainerAppJobsCRUDOperationsTest(ScenarioTest): + @AllowLargeResponse(8192) + @ResourceGroupPreparer(location="northcentralus") + # test for CRUD operations on Container App Job resource with trigger type as event + def test_containerapp_eventjob_crudoperations_e2e(self, resource_group): + import requests + + self.cmd('configure --defaults location={}'.format(TEST_LOCATION)) + + env = self.create_random_name(prefix='env', length=24) + job = self.create_random_name(prefix='job1', length=24) + + create_containerapp_env(self, env, resource_group) + + # create a container app environment for a Container App Job resource + self.cmd('containerapp env show -n {} -g {}'.format(env, resource_group), checks=[ + JMESPathCheck('name', env) + ]) + + ## test for CRUD operations on Container App Job resource with trigger type as event + # create a Container App Job resource with trigger type as event + self.cmd("az containerapp job create --name {} --resource-group {} --environment {} --trigger-type 'Event' --replica-timeout 60 --replica-retry-limit 1 --replica-completion-count 1 --parallelism 1 --min-executions 0 --max-executions 10 --polling-interval 60 --scale-rule-name 'queue' --scale-rule-type 'azure-queue' --scale-rule-metadata 'accountName=containerappextension' 'queueName=testeventdrivenjobs' 'queueLength=1' 'connectionFromEnv=AZURE_STORAGE_CONNECTION_STRING' --scale-rule-auth 'connection=connection-string-secret' --image 'mcr.microsoft.com/k8se/quickstart-jobs:latest' --cpu '0.5' --memory '1Gi' --secrets 'connection-string-secret=testConnString' --env-vars 'AZURE_STORAGE_QUEUE_NAME=testeventdrivenjobs' 'AZURE_STORAGE_CONNECTION_STRING=secretref:connection-string-secret'".format(job, resource_group, env)) + + # verify the container app job resource + self.cmd("az containerapp job show --resource-group {} --name {}".format(resource_group, job), checks=[ + JMESPathCheck('name', job), + JMESPathCheck('properties.configuration.replicaTimeout', 60), + JMESPathCheck('properties.configuration.replicaRetryLimit', 1), + JMESPathCheck('properties.configuration.triggerType', "event", case_sensitive=False), + JMESPathCheck('properties.configuration.eventTriggerConfig.scale.maxExecutions', 10), + ]) + + # get list of Container App Jobs + jobs_list = self.cmd("az containerapp job list --resource-group {}".format(resource_group)).get_output_in_json() + self.assertTrue(len(jobs_list) == 1) + + # update the Container App Job resource + self.cmd("az containerapp job update --resource-group {} --name {} --replica-timeout 300 --replica-retry-limit 1 --image mcr.microsoft.com/k8se/quickstart-jobs:latest --max-executions 9 --cpu '0.5' --memory '1.0Gi'".format(resource_group, job)) + + # verify the updated Container App Job resource + self.cmd("az containerapp job show --resource-group {} --name {}".format(resource_group, job), checks=[ + JMESPathCheck('name', job), + JMESPathCheck('properties.configuration.replicaTimeout', 300), + JMESPathCheck('properties.configuration.replicaRetryLimit', 1), + JMESPathCheck('properties.configuration.triggerType', "event", case_sensitive=False), + JMESPathCheck('properties.configuration.eventTriggerConfig.scale.maxExecutions', 9), + JMESPathCheck('properties.template.containers[0].image', "mcr.microsoft.com/k8se/quickstart-jobs:latest"), + JMESPathCheck('properties.template.containers[0].resources.cpu', "0.5"), + JMESPathCheck('properties.template.containers[0].resources.memory', "1Gi"), + ]) + + # delete the Container App Job resource + self.cmd("az containerapp job delete --resource-group {} --name {} --yes".format(resource_group, job)) + + # verify the Container App Job resource is deleted + jobs_list = self.cmd("az containerapp job list --resource-group {}".format(resource_group)).get_output_in_json() + self.assertTrue(len(jobs_list) == 0) \ No newline at end of file diff --git a/src/containerapp/azext_containerapp/tests/latest/test_containerappjob_with_identity.py b/src/containerapp/azext_containerapp/tests/latest/test_containerappjob_with_identity.py new file mode 100644 index 00000000000..29c0790c7f5 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/test_containerappjob_with_identity.py @@ -0,0 +1,92 @@ +# -------------------------------------------------------------------------------------------- +# 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 time + +from azure.cli.testsdk.scenario_tests import AllowLargeResponse +from azure.cli.testsdk import (ScenarioTest, ResourceGroupPreparer, JMESPathCheck, JMESPathCheckExists, JMESPathCheckNotExists, live_only, StorageAccountPreparer) + +TEST_DIR = os.path.abspath(os.path.join(os.path.abspath(__file__), '..')) + +from azext_containerapp.tests.latest.common import TEST_LOCATION +from .utils import create_containerapp_env + +class ContainerAppJobsCRUDOperationsTest(ScenarioTest): + @AllowLargeResponse(8192) + @ResourceGroupPreparer(location="northcentralus") + # test for CRUD operations on Container App Job resource with trigger type as manual + def test_containerapp_manualjob_withidentity_crudoperations_e2e(self, resource_group): + import requests + + self.cmd('configure --defaults location={}'.format(TEST_LOCATION)) + + env = self.create_random_name(prefix='env', length=24) + job = self.create_random_name(prefix='job1', length=24) + + create_containerapp_env(self, env, resource_group) + + # create a container app environment for a Container App Job resource + self.cmd('containerapp env show -n {} -g {}'.format(env, resource_group), checks=[ + JMESPathCheck('name', env) + ]) + + ## test for CRUD operations on Container App Job resource with trigger type as manual + # create a Container App Job resource with trigger type as manual and with a system assigned identity + self.cmd("az containerapp job create --resource-group {} --name {} --environment {} --secrets 'testsecret=testsecretvalue' --replica-timeout 200 --replica-retry-limit 2 --trigger-type manual --parallelism 1 --replica-completion-count 1 --image mcr.microsoft.com/k8se/quickstart-jobs:latest --cpu '0.25' --memory '0.5Gi' --system-assigned".format(resource_group, job, env)) + + # verify the container app job resource contains system identity + self.cmd("az containerapp job show --resource-group {} --name {}".format(resource_group, job), checks=[ + JMESPathCheck('name', job), + JMESPathCheck('properties.configuration.replicaTimeout', 200), + JMESPathCheck('properties.configuration.replicaRetryLimit', 2), + JMESPathCheck('properties.configuration.triggerType', "manual", case_sensitive=False), + JMESPathCheck('identity.type', "SystemAssigned", case_sensitive=False), + JMESPathCheckExists('identity.principalId'), + JMESPathCheckExists('identity.tenantId'), + ]) + + # get list of Container App Jobs secrets + self.cmd("az containerapp job identity show --resource-group {} --name {}".format(resource_group, job), checks=[ + JMESPathCheck('type', "SystemAssigned", case_sensitive=False), + JMESPathCheckExists('principalId'), + JMESPathCheckExists('tenantId'), + ]) + + # create a user assigned identity + user_identity_name = self.create_random_name(prefix='containerappjob-user', length=24) + user_identity = self.cmd('identity create -g {} -n {}'.format(resource_group, user_identity_name)).get_output_in_json() + user_identity_id = user_identity['id'] + + # assign user identity to container app job + self.cmd("az containerapp job identity assign --resource-group {} --name {} --user-assigned '{}'".format(resource_group, job, user_identity_id), checks=[ + JMESPathCheck('type', "SystemAssigned, UserAssigned", case_sensitive=False), + JMESPathCheckExists('principalId'), + JMESPathCheckExists('tenantId'), + JMESPathCheckExists('userAssignedIdentities'), + ]) + + # Remove user assigned identity from container app job + self.cmd("az containerapp job identity remove --resource-group {} --name {} --user-assigned '{}' --yes".format(resource_group, job, user_identity_id), checks=[ + JMESPathCheck('type', "SystemAssigned", case_sensitive=False), + JMESPathCheckExists('principalId'), + JMESPathCheckExists('tenantId'), + JMESPathCheckNotExists('userAssignedIdentities'), + ]) + + # Remove system assigned identity from container app job + self.cmd("az containerapp job identity remove --resource-group {} --name {} --system-assigned --yes".format(resource_group, job), checks=[ + JMESPathCheck('type', "None", case_sensitive=False) + ]) + + # confirm no identity is assigned to container app job + self.cmd("az containerapp job identity show --resource-group {} --name {}".format(resource_group, job), checks=[ + JMESPathCheck('type', "None", case_sensitive=False) + ]) + + # check container app job resource does not have any identity + self.cmd("az containerapp job show --resource-group {} --name {}".format(resource_group, job), checks=[ + JMESPathCheck('identity.type', "None", case_sensitive=False) + ]) \ No newline at end of file diff --git a/src/containerapp/azext_containerapp/tests/latest/test_containerappjob_with_secrets.py b/src/containerapp/azext_containerapp/tests/latest/test_containerappjob_with_secrets.py new file mode 100644 index 00000000000..df70874dde0 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/test_containerappjob_with_secrets.py @@ -0,0 +1,95 @@ +# -------------------------------------------------------------------------------------------- +# 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 time + +from azure.cli.testsdk.scenario_tests import AllowLargeResponse +from azure.cli.testsdk import (ScenarioTest, ResourceGroupPreparer, JMESPathCheck, live_only, StorageAccountPreparer) + +TEST_DIR = os.path.abspath(os.path.join(os.path.abspath(__file__), '..')) + +from azext_containerapp.tests.latest.common import TEST_LOCATION +from .utils import create_containerapp_env + +class ContainerAppJobsCRUDOperationsTest(ScenarioTest): + @AllowLargeResponse(8192) + @ResourceGroupPreparer(location="northcentralus") + # test for CRUD operations on Container App Job resource with trigger type as manual + def test_containerapp_manualjob_withsecret_crudoperations_e2e(self, resource_group): + import requests + + self.cmd('configure --defaults location={}'.format(TEST_LOCATION)) + + env = self.create_random_name(prefix='env', length=24) + job = self.create_random_name(prefix='job1', length=24) + + create_containerapp_env(self, env, resource_group) + + # create a container app environment for a Container App Job resource + self.cmd('containerapp env show -n {} -g {}'.format(env, resource_group), checks=[ + JMESPathCheck('name', env) + ]) + + ## test for CRUD operations on Container App Job resource with trigger type as manual + # create a Container App Job resource with trigger type as manual + self.cmd("az containerapp job create --resource-group {} --name {} --environment {} --secrets 'testsecret=testsecretvalue' --replica-timeout 200 --replica-retry-limit 2 --trigger-type manual --parallelism 1 --replica-completion-count 1 --image mcr.microsoft.com/k8se/quickstart-jobs:latest --cpu '0.25' --memory '0.5Gi'".format(resource_group, job, env)) + + # verify the container app job resource contains the secret + self.cmd("az containerapp job show --resource-group {} --name {}".format(resource_group, job), checks=[ + JMESPathCheck('name', job), + JMESPathCheck('properties.configuration.replicaTimeout', 200), + JMESPathCheck('properties.configuration.replicaRetryLimit', 2), + JMESPathCheck('properties.configuration.triggerType', "manual", case_sensitive=False), + JMESPathCheck('properties.configuration.secrets[0].name', "testsecret"), + ]) + + # get list of Container App Jobs secrets + job_secret_list = self.cmd("az containerapp job secret list --resource-group {} --name {}".format(resource_group, job), checks=[ + JMESPathCheck('[0].name', "testsecret"), + ]).get_output_in_json() + self.assertTrue(len(job_secret_list) == 1) + + # get list of Container App Jobs secrets with secret value + job_secret_list = self.cmd("az containerapp job secret list --resource-group {} --name {} --show-values".format(resource_group, job), checks=[ + JMESPathCheck('[0].name', "testsecret"), + JMESPathCheck('[0].value', "testsecretvalue"), + ]).get_output_in_json() + self.assertTrue(len(job_secret_list) == 1) + + # Show value of specified secret in a Container App Job + self.cmd("az containerapp job secret show --resource-group {} --name {} --secret-name testsecret".format(resource_group, job), checks=[ + JMESPathCheck('name', "testsecret"), + JMESPathCheck('value', "testsecretvalue"), + ]) + + # Update value of existing secret in a Container App Job + self.cmd("az containerapp job secret set --resource-group {} --name {} --secret 'testsecret=testsecretvaluev2'".format(resource_group, job)) + + # check for updated value of existing secret in a Container App Job + self.cmd("az containerapp job secret show --resource-group {} --name {} --secret-name testsecret".format(resource_group, job), checks=[ + JMESPathCheck('name', "testsecret"), + JMESPathCheck('value', "testsecretvaluev2"), + ]) + + # add secret for a Container App Job + job_secret_list_updated = self.cmd("az containerapp job secret set --resource-group {} --name {} --secret 'testsecret2=testsecretvalue2'".format(resource_group, job)).get_output_in_json() + self.assertTrue(len(job_secret_list_updated) == 2) + + # check for added secret in a Container App Job + self.cmd("az containerapp job secret show --resource-group {} --name {} --secret-name testsecret2".format(resource_group, job), checks=[ + JMESPathCheck('name', "testsecret2"), + JMESPathCheck('value', "testsecretvalue2"), + ]) + + # delete secret from a Container App Job + self.cmd("az containerapp job secret remove --resource-group {} --name {} --secret-name testsecret2 --yes".format(resource_group, job)) + + # confirm secret is deleted in a Container App Job, leaving only one secret + job_secret_list = self.cmd("az containerapp job secret list --resource-group {} --name {} --show-values".format(resource_group, job), checks=[ + JMESPathCheck('[0].name', "testsecret"), + JMESPathCheck('[0].value', "testsecretvaluev2"), + ]).get_output_in_json() + self.assertTrue(len(job_secret_list) == 1) \ No newline at end of file diff --git a/src/containerapp/azext_containerapp/tests/latest/test_containerappjob_with_yaml.py b/src/containerapp/azext_containerapp/tests/latest/test_containerappjob_with_yaml.py new file mode 100644 index 00000000000..1477d420316 --- /dev/null +++ b/src/containerapp/azext_containerapp/tests/latest/test_containerappjob_with_yaml.py @@ -0,0 +1,405 @@ +# -------------------------------------------------------------------------------------------- +# 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 time + +from azure.cli.testsdk.scenario_tests import AllowLargeResponse +from azure.cli.testsdk import (ScenarioTest, ResourceGroupPreparer, JMESPathCheck, live_only, StorageAccountPreparer) +from azext_containerapp.tests.latest.common import (write_test_file, clean_up_test_file) + +TEST_DIR = os.path.abspath(os.path.join(os.path.abspath(__file__), '..')) + +from azext_containerapp.tests.latest.common import TEST_LOCATION +from .utils import create_containerapp_env + +class ContainerAppJobsExecutionsTest(ScenarioTest): + @AllowLargeResponse(8192) + @ResourceGroupPreparer(location="northcentralus") + def test_containerappjob_create_with_yaml(self, resource_group): + self.cmd('configure --defaults location={}'.format(TEST_LOCATION)) + + env = self.create_random_name(prefix='env', length=24) + job = self.create_random_name(prefix='yaml', length=24) + storage = self.create_random_name(prefix='storage', length=24) + share = self.create_random_name(prefix='share', length=24) + + self.cmd( + f'az storage account create --resource-group {resource_group} --name {storage} --location {TEST_LOCATION} --kind StorageV2 --sku Standard_LRS --enable-large-file-share --output none') + self.cmd( + f'az storage share-rm create --resource-group {resource_group} --storage-account {storage} --name {share} --quota 1024 --enabled-protocols SMB --output none') + + create_containerapp_env(self, env, resource_group) + containerapp_env = self.cmd('containerapp env show -g {} -n {}'.format(resource_group, env)).get_output_in_json() + + account_key = self.cmd(f'az storage account keys list -g {resource_group} -n {storage} --query "[0].value" ' + '-otsv').output.strip() + self.cmd( + f'az containerapp env storage set -g {resource_group} -n {env} -a {storage} -k {account_key} -f {share} --storage-name {share} --access-mode ReadWrite') + + user_identity_name = self.create_random_name(prefix='containerapp-user', length=24) + user_identity = self.cmd('identity create -g {} -n {}'.format(resource_group, user_identity_name)).get_output_in_json() + user_identity_id = user_identity['id'] + + # test job create with yaml + containerappjob_yaml_text = f""" + location: {TEST_LOCATION} + properties: + environmentId: {containerapp_env["id"]} + configuration: + dapr: null + eventTriggerConfig: null + manualTriggerConfig: + parallelism: 1 + replicaCompletionCount: 1 + registries: null + replicaRetryLimit: 1 + replicaTimeout: 100 + scheduleTriggerConfig: null + secrets: null + triggerType: Manual + template: + containers: + - env: + - name: MY_ENV_VAR + value: hello + image: mcr.microsoft.com/k8se/quickstart-jobs:latest + name: anfranci-azclitest-acaj1 + resources: + cpu: 0.5 + ephemeralStorage: 1Gi + memory: 1Gi + volumeMounts: + - mountPath: /mnt/data + volumeName: azure-files-volume + subPath: sub + initContainers: + - command: + - /bin/sh + - -c + - sleep 150 + image: k8seteste2e.azurecr.io/e2e-apps/kuar:green + name: simple-sleep-container + probes: + - type: liveness + httpGet: + path: "/health" + port: 8080 + httpHeaders: + - name: "Custom-Header" + value: "liveness probe" + initialDelaySeconds: 7 + periodSeconds: 3 + resources: + cpu: "0.25" + memory: 0.5Gi + volumes: + - name: azure-files-volume + storageType: AzureFile + storageName: {share} + mountOptions: uid=999,gid=999 + workloadProfileName: null + identity: + type: UserAssigned + userAssignedIdentities: + {user_identity_id}: {{}} + """ + containerappjob_file_name = f"{self._testMethodName}_containerappjob.yml" + + write_test_file(containerappjob_file_name, containerappjob_yaml_text) + self.cmd(f'containerapp job create -n {job} -g {resource_group} --environment {env} --yaml {containerappjob_file_name}') + + self.cmd(f'containerapp job show -g {resource_group} -n {job}', checks=[ + JMESPathCheck("properties.provisioningState", "Succeeded"), + JMESPathCheck("properties.configuration.triggerType", "Manual", case_sensitive=False), + JMESPathCheck('properties.configuration.replicaTimeout', 100), + JMESPathCheck('properties.configuration.replicaRetryLimit', 1), + JMESPathCheck('properties.template.containers[0].image', "mcr.microsoft.com/k8se/quickstart-jobs:latest"), + JMESPathCheck('properties.template.containers[0].resources.cpu', "0.5"), + JMESPathCheck('properties.template.containers[0].resources.memory', "1Gi"), + JMESPathCheck('identity.type', "UserAssigned"), + JMESPathCheck('properties.template.volumes[0].storageType', 'AzureFile'), + JMESPathCheck('properties.template.volumes[0].storageName', share), + JMESPathCheck('properties.template.volumes[0].name', 'azure-files-volume'), + JMESPathCheck('properties.template.volumes[0].mountOptions', 'uid=999,gid=999'), + JMESPathCheck('properties.template.containers[0].volumeMounts[0].subPath', 'sub'), + JMESPathCheck('properties.template.containers[0].volumeMounts[0].mountPath', '/mnt/data'), + JMESPathCheck('properties.template.containers[0].volumeMounts[0].volumeName', 'azure-files-volume') + ]) + + # wait for provisioning state of job to be succeeded before updating + jobProvisioning = True + timeout = time.time() + 60*1 # 1 minutes from now + while(jobProvisioning): + jobProvisioning = self.cmd("az containerapp job show --resource-group {} --name {}".format(resource_group, job)).get_output_in_json()['properties']['provisioningState'] != "Succeeded" + if(time.time() > timeout): + break + + # test container app job update with yaml + containerappjob_yaml_text = f""" + location: {TEST_LOCATION} + properties: + environmentId: {containerapp_env["id"]} + configuration: + dapr: null + eventTriggerConfig: null + manualTriggerConfig: + parallelism: 1 + replicaCompletionCount: 1 + registries: null + replicaRetryLimit: 1 + replicaTimeout: 200 + scheduleTriggerConfig: null + secrets: null + triggerType: Manual + template: + containers: + - env: + - name: MY_ENV_VAR + value: hello + image: mcr.microsoft.com/k8se/quickstart-jobs:latest + name: anfranci-azclitest-acaj1 + resources: + cpu: 0.75 + ephemeralStorage: 1Gi + memory: 1.5Gi + volumeMounts: + - mountPath: /mnt/data + volumeName: azure-files-volume + subPath: sub2 + initContainers: + - command: + - /bin/sh + - -c + - sleep 150 + image: k8seteste2e.azurecr.io/e2e-apps/kuar:green + name: simple-sleep-container + probes: + - type: liveness + httpGet: + path: "/health" + port: 8080 + httpHeaders: + - name: "Custom-Header" + value: "liveness probe" + initialDelaySeconds: 7 + periodSeconds: 3 + resources: + cpu: "0.25" + memory: 0.5Gi + volumes: + - name: azure-files-volume + storageType: AzureFile + storageName: {share} + mountOptions: uid=1000,gid=1000 + """ + write_test_file(containerappjob_file_name, containerappjob_yaml_text) + + self.cmd(f'containerapp job update -n {job} -g {resource_group} --yaml {containerappjob_file_name}') + + self.cmd(f'containerapp job show -g {resource_group} -n {job}', checks=[ + JMESPathCheck("properties.configuration.triggerType", "Manual", case_sensitive=False), + JMESPathCheck('properties.configuration.replicaTimeout', 200), + JMESPathCheck('properties.configuration.replicaRetryLimit', 1), + JMESPathCheck('properties.template.containers[0].image', "mcr.microsoft.com/k8se/quickstart-jobs:latest"), + JMESPathCheck('properties.template.containers[0].resources.cpu', "0.75"), + JMESPathCheck('properties.template.containers[0].resources.memory', "1.5Gi"), + JMESPathCheck('properties.template.volumes[0].storageType', 'AzureFile'), + JMESPathCheck('properties.template.volumes[0].storageName', share), + JMESPathCheck('properties.template.volumes[0].name', 'azure-files-volume'), + JMESPathCheck('properties.template.volumes[0].mountOptions', 'uid=1000,gid=1000'), + JMESPathCheck('properties.template.containers[0].volumeMounts[0].subPath', 'sub2'), + JMESPathCheck('properties.template.containers[0].volumeMounts[0].mountPath', '/mnt/data'), + JMESPathCheck('properties.template.containers[0].volumeMounts[0].volumeName', 'azure-files-volume'), + ]) + + # wait for provisioning state of job to be succeeded before updating + jobProvisioning = True + timeout = time.time() + 60*1 # 1 minutes from now + while(jobProvisioning): + jobProvisioning = self.cmd("az containerapp job show --resource-group {} --name {}".format(resource_group, job)).get_output_in_json()['properties']['provisioningState'] != "Succeeded" + if(time.time() > timeout): + break + + # test update for job with yaml not containing environmentId + containerappjob_yaml_text = f""" + properties: + configuration: + replicaTimeout: 300 + """ + write_test_file(containerappjob_file_name, containerappjob_yaml_text) + + self.cmd(f'containerapp job update -n {job} -g {resource_group} --yaml {containerappjob_file_name}') + + self.cmd(f'containerapp job show -g {resource_group} -n {job}', checks=[ + JMESPathCheck("properties.environmentId", containerapp_env["id"]), + JMESPathCheck("properties.configuration.replicaTimeout", 300) + ]) + clean_up_test_file(containerappjob_file_name) + + @AllowLargeResponse(8192) + @ResourceGroupPreparer(location="northcentralus") + def test_containerappjob_eventtriggered_create_with_yaml(self, resource_group): + self.cmd('configure --defaults location={}'.format(TEST_LOCATION)) + + env = self.create_random_name(prefix='env', length=24) + job = self.create_random_name(prefix='yaml', length=24) + + create_containerapp_env(self, env, resource_group) + containerapp_env = self.cmd('containerapp env show -g {} -n {}'.format(resource_group, env)).get_output_in_json() + + user_identity_name = self.create_random_name(prefix='containerapp-user', length=24) + user_identity = self.cmd('identity create -g {} -n {}'.format(resource_group, user_identity_name)).get_output_in_json() + user_identity_id = user_identity['id'] + + # test job create with yaml + containerappjob_yaml_text = f""" + location: {TEST_LOCATION} + properties: + environmentId: {containerapp_env["id"]} + configuration: + eventTriggerConfig: + replicaCompletionCount: 1 + parallelism: 1 + scale: + minExecutions: 0 + maxExecutions: 10 + rules: + - name: github-runner-test + type: github-runner + metadata: + github-runner: https://api.github.com + owner: test_org + runnerScope: repo + repos: test_repo + targetWorkflowQueueLength: "1" + auth: + - secretRef: personal-access-token + triggerParameter: personalAccessToken + replicaRetryLimit: 1 + replicaTimeout: 100 + secrets: + - name: personal-access-token + value: test_personal_access_token + triggerType: Event + template: + containers: + - env: + - name: ACCESS_TOKEN + secretRef: personal-access-token + - name: DISABLE_RUNNER_UPDATE + value: "true" + - name: RUNNER_SCOPE + value: repo + - name: ORG_NAME + value: test_org + - name: ORG_RUNNER + value: "false" + - name: RUNNER_WORKDIR + value: /tmp/runner + - name: REPO_URL + value: https://github.com/test_org/test_repo + image: mcr.microsoft.com/k8se/quickstart-jobs:latest + name: eventdriventjob + resources: + cpu: 0.5 + ephemeralStorage: 1Gi + memory: 1Gi + volumeMounts: + - volumeName: workdir + mountPath: /tmp/github-runner-your-repo + - volumeName: dockersock + mountPath: /var/run/docker.sock + volumes: + - name: workdir + storageType: EmptyDir + - name: dockersock + storageType: EmptyDir + identity: + type: UserAssigned + userAssignedIdentities: + {user_identity_id}: {{}} + """ + containerappjob_file_name = f"{self._testMethodName}_containerappjob.yml" + + write_test_file(containerappjob_file_name, containerappjob_yaml_text) + self.cmd(f'containerapp job create -n {job} -g {resource_group} --environment {env} --yaml {containerappjob_file_name}') + + self.cmd(f'containerapp job show -g {resource_group} -n {job}', checks=[ + JMESPathCheck("properties.provisioningState", "Succeeded"), + JMESPathCheck("properties.configuration.triggerType", "Event", case_sensitive=False), + JMESPathCheck('properties.configuration.replicaTimeout', 100), + JMESPathCheck('properties.configuration.replicaRetryLimit', 1), + JMESPathCheck('properties.template.containers[0].image', "mcr.microsoft.com/k8se/quickstart-jobs:latest"), + JMESPathCheck('properties.template.containers[0].resources.cpu', "0.5"), + JMESPathCheck('properties.template.containers[0].resources.memory', "1Gi"), + JMESPathCheck('properties.configuration.eventTriggerConfig.replicaCompletionCount', 1), + JMESPathCheck('properties.configuration.eventTriggerConfig.parallelism', 1), + JMESPathCheck('properties.configuration.eventTriggerConfig.scale.minExecutions', 0), + JMESPathCheck('properties.configuration.eventTriggerConfig.scale.maxExecutions', 10), + JMESPathCheck('properties.configuration.eventTriggerConfig.scale.rules[0].type', "github-runner"), + JMESPathCheck('properties.configuration.eventTriggerConfig.scale.rules[0].metadata.runnerScope', "repo"), + JMESPathCheck('properties.configuration.eventTriggerConfig.scale.rules[0].auth[0].secretRef', "personal-access-token"), + JMESPathCheck('identity.type', "UserAssigned"), + ]) + + # wait for provisioning state of job to be succeeded before updating + jobProvisioning = True + timeout = time.time() + 60*1 # 1 minutes from now + while(jobProvisioning): + jobProvisioning = self.cmd("az containerapp job show --resource-group {} --name {}".format(resource_group, job)).get_output_in_json()['properties']['provisioningState'] != "Succeeded" + if(time.time() > timeout): + break + + # test container app job update with yaml + containerappjob_yaml_text = f""" + location: {TEST_LOCATION} + properties: + environmentId: {containerapp_env["id"]} + configuration: + eventTriggerConfig: + replicaCompletionCount: 2 + parallelism: 2 + scale: + minExecutions: 1 + maxExecutions: 9 + rules: + - name: github-runner-testv2 + type: github-runner + metadata: + github-runner: https://api.github.com + owner: test_org_1 + runnerScope: repo + repos: test_repo_1 + targetWorkflowQueueLength: "1" + auth: + - secretRef: personal-access-token + triggerParameter: personalAccessToken + replicaRetryLimit: 2 + replicaTimeout: 200 + secrets: + - name: personal-access-token + value: test_personal_access_token + triggerType: Event + """ + write_test_file(containerappjob_file_name, containerappjob_yaml_text) + + self.cmd(f'containerapp job update -n {job} -g {resource_group} --yaml {containerappjob_file_name}') + + self.cmd(f'containerapp job show -g {resource_group} -n {job}', checks=[ + JMESPathCheck("properties.configuration.triggerType", "Event", case_sensitive=False), + JMESPathCheck('properties.configuration.replicaTimeout', 200), + JMESPathCheck('properties.configuration.replicaRetryLimit', 2), + JMESPathCheck('properties.template.containers[0].image', "mcr.microsoft.com/k8se/quickstart-jobs:latest"), + JMESPathCheck('properties.configuration.eventTriggerConfig.replicaCompletionCount', 2), + JMESPathCheck('properties.configuration.eventTriggerConfig.parallelism', 2), + JMESPathCheck('properties.configuration.eventTriggerConfig.scale.minExecutions', 1), + JMESPathCheck('properties.configuration.eventTriggerConfig.scale.maxExecutions', 9), + JMESPathCheck('properties.configuration.eventTriggerConfig.scale.rules[0].name', "github-runner-testv2"), + JMESPathCheck('properties.configuration.eventTriggerConfig.scale.rules[0].metadata.runnerScope', "repo"), + JMESPathCheck('properties.configuration.eventTriggerConfig.scale.rules[0].metadata.owner', "test_org_1"), + JMESPathCheck('properties.configuration.eventTriggerConfig.scale.rules[0].auth[0].secretRef', "personal-access-token"), + ]) + clean_up_test_file(containerappjob_file_name) \ No newline at end of file diff --git a/src/containerapp/azext_containerapp/tests/latest/utils.py b/src/containerapp/azext_containerapp/tests/latest/utils.py index 3734d10b722..aee77832b9b 100644 --- a/src/containerapp/azext_containerapp/tests/latest/utils.py +++ b/src/containerapp/azext_containerapp/tests/latest/utils.py @@ -4,7 +4,8 @@ # -------------------------------------------------------------------------------------------- import time - +import requests +from azext_containerapp.tests.latest.common import TEST_LOCATION def create_containerapp_env(test_cls, env_name, resource_group, location=None): logs_workspace_name = test_cls.create_random_name(prefix='containerapp-env', length=24) @@ -20,4 +21,52 @@ def create_containerapp_env(test_cls, env_name, resource_group, location=None): while containerapp_env["properties"]["provisioningState"].lower() == "waiting": time.sleep(5) - containerapp_env = test_cls.cmd('containerapp env show -g {} -n {}'.format(resource_group, env_name)).get_output_in_json() \ No newline at end of file + containerapp_env = test_cls.cmd('containerapp env show -g {} -n {}'.format(resource_group, env_name)).get_output_in_json() + +def create_and_verify_containerapp_up( + test_cls, + resource_group, + env_name = None, + source_path = None, + image = None, + location = None, + ingress = None, + target_port = None, + app_name = None): + # Configure the default location + test_cls.cmd('configure --defaults location={}'.format(TEST_LOCATION)) + + # Ensure that the Container App environment is created + if env_name is None: + env_name = test_cls.create_random_name(prefix='env', length=24) + test_cls.cmd(f'containerapp env create -g {resource_group} -n {env_name}') + + if app_name is None: + # Generate a name for the Container App + app_name = test_cls.create_random_name(prefix='containerapp', length=24) + + # Construct the 'az containerapp up' command + up_cmd = f"containerapp up -g {resource_group} -n {app_name} --environment {env_name}" + if source_path: + up_cmd += f" --source \"{source_path}\"" + if image: + up_cmd += f" --image {image}" + if ingress: + up_cmd += f" --ingress {ingress}" + if target_port: + up_cmd += f" --target-port {target_port}" + + # Execute the 'az containerapp up' command + test_cls.cmd(up_cmd) + + # Verify that the Container App is running + app = test_cls.cmd(f"containerapp show -g {resource_group} -n {app_name}").get_output_in_json() + url = app["properties"]["configuration"]["ingress"]["fqdn"] + url = url if url.startswith("http") else f"http://{url}" + resp = requests.get(url) + test_cls.assertTrue(resp.ok) + + # Re-run the 'az containerapp up' command with the location parameter if provided + if location: + up_cmd += f" -l {location.upper()}" + test_cls.cmd(up_cmd) \ No newline at end of file diff --git a/src/containerapp/setup.cfg b/src/containerapp/setup.cfg index 3c6e79cf31d..1cbbce9e059 100644 --- a/src/containerapp/setup.cfg +++ b/src/containerapp/setup.cfg @@ -1,2 +1,4 @@ [bdist_wheel] universal=1 +[options] +install_requires=docker diff --git a/src/containerapp/setup.py b/src/containerapp/setup.py index cff7a216973..32ae102c998 100644 --- a/src/containerapp/setup.py +++ b/src/containerapp/setup.py @@ -28,7 +28,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '0.3.31' +VERSION = '0.3.33' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers @@ -47,7 +47,7 @@ ] # TODO: Add any additional SDK dependencies here -DEPENDENCIES = ['pycomposefile>=0.0.29'] +DEPENDENCIES = ['pycomposefile>=0.0.29', 'docker'] # Install pack CLI to build runnable application images from source _ = get_pack_exec_path() diff --git a/src/databox/HISTORY.rst b/src/databox/HISTORY.rst index c3e5d4838ef..5adc12cbea6 100644 --- a/src/databox/HISTORY.rst +++ b/src/databox/HISTORY.rst @@ -3,6 +3,12 @@ Release History =============== +1.0.0 +++++++ +* `az databox job create`: Add new parameter `--transfer-type` `--transfer-configuration-type` `--transfer-filter-details` `--data-box-customer-disk` to support managing import or export` jobs +* `az databox job create/update`: Add new parameter `--kek-type` `--kek-identity` `--kek-url` `--kek-vault-resource-id` to support managing customer managed key +* `az databox job`: Add new subcommand `mark-devices-shipped` to support marking devices shipped + 0.1.2 ++++++ * Migrate to track2 SDK diff --git a/src/databox/azext_databox/__init__.py b/src/databox/azext_databox/__init__.py index f7ea258697c..a2c5285a445 100644 --- a/src/databox/azext_databox/__init__.py +++ b/src/databox/azext_databox/__init__.py @@ -1,26 +1,36 @@ # -------------------------------------------------------------------------------------------- # 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 aaz-dev-tools # -------------------------------------------------------------------------------------------- from azure.cli.core import AzCommandsLoader - -import azext_databox._help # pylint: disable=unused-import +from azext_databox._help import helps # pylint: disable=unused-import class DataBoxCommandsLoader(AzCommandsLoader): def __init__(self, cli_ctx=None): from azure.cli.core.commands import CliCommandType - from azext_databox._client_factory import cf_databox - databox_custom = CliCommandType( - operations_tmpl='azext_databox.custom#{}', - client_factory=cf_databox) - super(DataBoxCommandsLoader, self).__init__(cli_ctx=cli_ctx, - custom_command_type=databox_custom) + custom_command_type = CliCommandType( + operations_tmpl='azext_databox.custom#{}') + super().__init__(cli_ctx=cli_ctx, + custom_command_type=custom_command_type) def load_command_table(self, args): from azext_databox.commands import load_command_table + from azure.cli.core.aaz import load_aaz_command_table + try: + from . import aaz + except ImportError: + aaz = None + if aaz: + load_aaz_command_table( + loader=self, + aaz_pkg_name=aaz.__name__, + args=args + ) load_command_table(self, args) return self.command_table diff --git a/src/databox/azext_databox/_help.py b/src/databox/azext_databox/_help.py index ff8468658c7..126d5d00714 100644 --- a/src/databox/azext_databox/_help.py +++ b/src/databox/azext_databox/_help.py @@ -1,105 +1,11 @@ -# 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 aaz-dev-tools # -------------------------------------------------------------------------------------------- -# pylint: disable=too-many-lines # pylint: disable=line-too-long -from knack.help_files import helps # pylint: disable=unused-import - -helps['databox'] = """ - type: group - short-summary: Manage databox. -""" - -helps['databox job'] = """ - type: group - short-summary: Commands to manage databox job. -""" - -helps['databox job create'] = """ - type: command - short-summary: Create a new job with the specified parameters. - examples: - - name: Create a databox job to use both storage account and managed disk as data destination. - text: |- - az databox job create --resource-group "SdkRg4981" --name "SdkJob3971" --location \\ - "westus" --sku "DataBox" --contact-name "Public SDK Test" \\ - --phone "1234567890" --email-list "testing@microsoft.com" \\ - --street-address1 "16 TOWNSEND ST" --street-address2 "Unit 1" --city "San Francisco" \\ - --state-or-province "CA" --country "US" --postal-code "94107" --company-name "Microsoft" \\ - --storage-account sa1 sa2 --staging-storage-account sa \\ - --resource-group-for-managed-disk /subscriptions/sub/resourceGroups/rg - - - name: Create a databoxdisk job to use storage account as data destination. - text: |- - az databox job create --resource-group "SdkRg4981" --name "SdkJob3971" --location \\ - "westus" --sku "DataBoxDisk" --expected-data-size 1 --contact-name "Public SDK Test" \\ - --phone "1234567890" --email-list "testing@microsoft.com" --street-address1 "16 TOWNSEND ST" \\ - --street-address2 "Unit 1" --city "San Francisco" --state-or-province "CA" --country "US" \\ - --postal-code "94107" --company-name "Microsoft" --storage-account sa1 -""" - -helps['databox job update'] = """ - type: command - short-summary: Update an existing job with the specified parameters. - examples: - - name: Update the job "SdkJob3971" with the specified parameters. - text: |- - az databox job update --resource-group "SdkRg4981" --name "SdkJob3971" \\ - --contact-name "Update Job" --phone "1234567890" \\ - --email-list "testing@microsoft.com" \\ - --street-address1 "16 TOWNSEND ST" \\ - --city "San Francisco" --state-or-province "CA" \\ - --country "US" --postal-code "94107" \\ - --company-name "Microsoft" \\ -""" - -helps['databox job delete'] = """ - type: command - short-summary: Delete a job. - examples: - - name: Delete the job "SdkJob3971" in resource group "SdkRg4981". - text: |- - az databox job delete --resource-group "SdkRg4981" --name "SdkJob3971" -""" - -helps['databox job show'] = """ - type: command - short-summary: Get information about the specified job. - examples: - - name: Get the information about the job "SdkJob3971". - text: |- - az databox job show --resource-group "SdkRg4981" --name "SdkJob3971" -""" - -helps['databox job list'] = """ - type: command - short-summary: List all the jobs available under the given resource group or the given subscription. - examples: - - name: List all the jobs available under the current subscription. - text: |- - az databox job list - - name: List all the jobs available under the resource group "SdkRg4981". - text: |- - az databox job list --resource-group "SdkRg4981" -""" - -helps['databox job cancel'] = """ - type: command - short-summary: Cancel a job. - examples: - - name: Cancel the job "SdkJob3971" under resource group "SdkRg4981". - text: |- - az databox job cancel --resource-group "SdkRg4981" --name "SdkJob3971" --reason "CancelTest" -""" +# pylint: disable=too-many-lines -helps['databox job list-credentials'] = """ - type: command - short-summary: List the unencrypted secrets related to the job. - examples: - - name: List the unencrypted secrets related to the job "TJ-636646322037905056". - text: |- - az databox job list-credentials --resource-group "bvttoolrg6" --name "TJ-636646322037905056" -""" +from knack.help_files import helps # pylint: disable=unused-import diff --git a/src/databox/azext_databox/_params.py b/src/databox/azext_databox/_params.py index c9d09d4467c..cfcec717c9c 100644 --- a/src/databox/azext_databox/_params.py +++ b/src/databox/azext_databox/_params.py @@ -1,75 +1,13 @@ # -------------------------------------------------------------------------------------------- # 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 aaz-dev-tools # -------------------------------------------------------------------------------------------- -# pylint: disable=line-too-long + # pylint: disable=too-many-lines # pylint: disable=too-many-statements -from azure.cli.core.commands.parameters import ( - tags_type, - get_enum_type, - get_location_type -) -from azure.cli.core.commands.validators import get_default_location_from_resource_group -from knack.arguments import CLIArgumentType - - -def load_arguments(self, _): - storage_accounts_type = CLIArgumentType(help='Space-separated list of the destination storage account. It can be the name or resource ID of storage account.', arg_group='Storage Account', nargs='+') - staging_storage_account_type = CLIArgumentType(help='The name or ID of the destination storage account that can be used to copy the vhd for staging.', arg_group='Managed Disk') - resource_group_for_managed_disk_type = CLIArgumentType(help='The name or ID of the destination resource group where the Compute disks should be created.', arg_group='Managed Disk') - job_name_type = CLIArgumentType(options_list=['--name', '-n'], help='The name of the job resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only') - - with self.argument_context('databox job create') as c: - c.argument('job_name', job_name_type) - c.argument('location', arg_type=get_location_type(self.cli_ctx), default=None, - validator=get_default_location_from_resource_group) - c.argument('tags', tags_type) - c.argument('sku', arg_type=get_enum_type(['DataBox', 'DataBoxDisk', 'DataBoxHeavy']), - help='The sku type of DataBox.') - c.argument('expected_data_size', type=int, help='The expected size of the data which needs to be transferred in this job, in terabytes.The maximum usable capacity is up to 35 TB. This is only needed when sku is DataBoxDisk.') - c.argument('contact_name', help='Contact name of the person.', arg_group='Contact Details') - c.argument('phone', help='Phone number of the contact person.', arg_group='Contact Details') - c.argument('mobile', help='Mobile number of the contact person.', arg_group='Contact Details') - c.argument('email_list', help='Space-separated list of Email addresses to be notified about job progress.', arg_group='Contact Details', nargs='+') - c.argument('street_address1', help='Street Address line 1.', arg_group='Shipping Address') - c.argument('street_address2', help='Street Address line 2.', arg_group='Shipping Address') - c.argument('street_address3', help='Street Address line 3.', arg_group='Shipping Address') - c.argument('city', help='Name of the City.', arg_group='Shipping Address') - c.argument('state_or_province', help='Name of the State or Province.', arg_group='Shipping Address') - c.argument('country', help='Name of the Country. Ex: US', arg_group='Shipping Address') - c.argument('postal_code', help='Postal code.', arg_group='Shipping Address') - c.argument('company_name', help='Name of the company.', arg_group='Shipping Address') - c.extra('storage_accounts', arg_type=storage_accounts_type) - c.extra('staging_storage_account', arg_type=staging_storage_account_type) - c.extra('resource_group_for_managed_disk', arg_type=resource_group_for_managed_disk_type) - c.ignore('destination_account_details') - - with self.argument_context('databox job update') as c: - c.argument('job_name', job_name_type) - c.argument('contact_name', help='Contact name of the person.', arg_group='Contact Details') - c.argument('phone', help='Phone number of the contact person.', arg_group='Contact Details') - c.argument('mobile', help='Mobile number of the contact person.', arg_group='Contact Details') - c.argument('email_list', help='List of Email addresses to be notified about job progress.', arg_group='Contact Details', nargs='+') - c.argument('street_address1', help='Street Address line 1.', arg_group='Shipping Address') - c.argument('street_address2', help='Street Address line 2.', arg_group='Shipping Address') - c.argument('street_address3', help='Street Address line 3.', arg_group='Shipping Address') - c.argument('city', help='Name of the City.', arg_group='Shipping Address') - c.argument('state_or_province', help='Name of the State or Province.', arg_group='Shipping Address') - c.argument('country', help='Name of the Country. Ex: US', arg_group='Shipping Address') - c.argument('postal_code', help='Postal code.', arg_group='Shipping Address') - c.argument('company_name', help='Name of the company.', arg_group='Shipping Address') - - with self.argument_context('databox job delete') as c: - c.argument('job_name', job_name_type) - - with self.argument_context('databox job show') as c: - c.argument('job_name', job_name_type) - - with self.argument_context('databox job cancel') as c: - c.argument('job_name', job_name_type) - c.argument('reason', help='Reason for cancellation.') - with self.argument_context('databox job list-credentials') as c: - c.argument('job_name', job_name_type) +def load_arguments(self, _): # pylint: disable=unused-argument + pass diff --git a/src/databox/azext_databox/_validators.py b/src/databox/azext_databox/_validators.py deleted file mode 100644 index a4339304141..00000000000 --- a/src/databox/azext_databox/_validators.py +++ /dev/null @@ -1,85 +0,0 @@ -# -------------------------------------------------------------------------------------------- -# 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 azure.cli.core.commands.client_factory import get_subscription_id -from msrestazure.tools import resource_id - - -def validate_create_input_parameters(cmd, namespace): - _parse_storage_account_details(cmd, namespace) - _parse_managed_disk_details(cmd, namespace) - _validate_expected_data_size_for_databoxdisk(namespace) - _validate_destination_account_details(namespace) - - -def _parse_storage_account_details(cmd, namespace): - """Parse storage account details for destination.""" - from msrestazure.tools import is_valid_resource_id - - if not namespace.destination_account_details: - namespace.destination_account_details = [] - - if namespace.storage_accounts: - for storage_account in namespace.storage_accounts: - if storage_account and not is_valid_resource_id(storage_account): - storage_account = resource_id( - subscription=get_subscription_id(cmd.cli_ctx), - resource_group=namespace.resource_group_name, - namespace='Microsoft.Storage', - type='storageAccounts', - name=storage_account - ) - - if storage_account: - storage_account_details = {'storage_account_id': storage_account, - 'data_destination_type': 'StorageAccount'} - namespace.destination_account_details.append(storage_account_details) - - del namespace.storage_accounts - - -def _parse_managed_disk_details(cmd, namespace): - """Parse managed disk details for destination.""" - from msrestazure.tools import is_valid_resource_id - - if not namespace.destination_account_details: - namespace.destination_account_details = [] - - subscription = get_subscription_id(cmd.cli_ctx) - if namespace.staging_storage_account and not is_valid_resource_id(namespace.staging_storage_account): - namespace.staging_storage_account = resource_id( - subscription=subscription, - resource_group=namespace.resource_group_name, - namespace='Microsoft.Storage', - type='storageAccounts', - name=namespace.staging_storage_account - ) - - if namespace.resource_group_for_managed_disk and not is_valid_resource_id( - namespace.resource_group_for_managed_disk): - namespace.resource_group_for_managed_disk = '/subscriptions/' + subscription + '/resourceGroups/' + namespace.resource_group_for_managed_disk - - if namespace.staging_storage_account and namespace.resource_group_for_managed_disk: - managed_disk_details = {'staging_storage_account_id': namespace.staging_storage_account, - 'resource_group_id': namespace.resource_group_for_managed_disk, - 'data_destination_type': 'ManagedDisk'} - namespace.destination_account_details.append(managed_disk_details) - - del namespace.staging_storage_account - del namespace.resource_group_for_managed_disk - - -def _validate_expected_data_size_for_databoxdisk(namespace): - if namespace.sku == 'DataBoxDisk' and not namespace.expected_data_size: - raise ValueError( - "You must provide '--expected-data-size' when the 'sku' is 'DataBoxDisk'.") - - -def _validate_destination_account_details(namespace): - if not namespace.destination_account_details: - raise ValueError( - "You must provide at least one '--storage-account' or the combination of '--staging-storage-account' and " - "'--resource-group-for-managed-disk'") diff --git a/src/databox/azext_databox/aaz/__init__.py b/src/databox/azext_databox/aaz/__init__.py new file mode 100644 index 00000000000..5757aea3175 --- /dev/null +++ b/src/databox/azext_databox/aaz/__init__.py @@ -0,0 +1,6 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- diff --git a/src/databox/azext_databox/aaz/latest/__init__.py b/src/databox/azext_databox/aaz/latest/__init__.py new file mode 100644 index 00000000000..5757aea3175 --- /dev/null +++ b/src/databox/azext_databox/aaz/latest/__init__.py @@ -0,0 +1,6 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- diff --git a/src/databox/azext_databox/aaz/latest/databox/__cmd_group.py b/src/databox/azext_databox/aaz/latest/databox/__cmd_group.py new file mode 100644 index 00000000000..f0b37d2d88a --- /dev/null +++ b/src/databox/azext_databox/aaz/latest/databox/__cmd_group.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "databox", +) +class __CMDGroup(AAZCommandGroup): + """Manage data box + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/databox/azext_databox/aaz/latest/databox/__init__.py b/src/databox/azext_databox/aaz/latest/databox/__init__.py new file mode 100644 index 00000000000..5a9d61963d6 --- /dev/null +++ b/src/databox/azext_databox/aaz/latest/databox/__init__.py @@ -0,0 +1,11 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * diff --git a/src/databox/azext_databox/aaz/latest/databox/job/__cmd_group.py b/src/databox/azext_databox/aaz/latest/databox/job/__cmd_group.py new file mode 100644 index 00000000000..edf0e204a32 --- /dev/null +++ b/src/databox/azext_databox/aaz/latest/databox/job/__cmd_group.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "databox job", +) +class __CMDGroup(AAZCommandGroup): + """Manage data box job + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/databox/azext_databox/aaz/latest/databox/job/__init__.py b/src/databox/azext_databox/aaz/latest/databox/job/__init__.py new file mode 100644 index 00000000000..ab097ec5be4 --- /dev/null +++ b/src/databox/azext_databox/aaz/latest/databox/job/__init__.py @@ -0,0 +1,19 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._cancel import * +from ._create import * +from ._delete import * +from ._list import * +from ._list_credential import * +from ._mark_devices_shipped import * +from ._show import * +from ._update import * diff --git a/src/databox/azext_databox/aaz/latest/databox/job/_cancel.py b/src/databox/azext_databox/aaz/latest/databox/job/_cancel.py new file mode 100644 index 00000000000..4e2bc299071 --- /dev/null +++ b/src/databox/azext_databox/aaz/latest/databox/job/_cancel.py @@ -0,0 +1,169 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "databox job cancel", + confirmation="Are you sure you want to perform this operation?", +) +class Cancel(AAZCommand): + """CancelJob. + + :example: Cancel job + az databox job cancel -g rg --job-name name --reason reason + """ + + _aaz_info = { + "version": "2022-12-01", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.databox/jobs/{}/cancel", "2022-12-01"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return None + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.job_name = AAZStrArg( + options=["-n", "--name", "--job-name"], + help="The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^[-\w\.]+$", + max_length=24, + min_length=3, + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "CancellationReason" + + _args_schema = cls._args_schema + _args_schema.reason = AAZStrArg( + options=["--reason"], + arg_group="CancellationReason", + help="Reason for cancellation.", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.JobsCancel(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class JobsCancel(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [204]: + return self.on_204(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}/cancel", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "ODataV4Format" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "jobName", self.ctx.args.job_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("reason", AAZStrType, ".reason", typ_kwargs={"flags": {"required": True}}) + + return self.serialize_content(_content_value) + + def on_204(self, session): + pass + + +class _CancelHelper: + """Helper class for Cancel""" + + +__all__ = ["Cancel"] diff --git a/src/databox/azext_databox/aaz/latest/databox/job/_create.py b/src/databox/azext_databox/aaz/latest/databox/job/_create.py new file mode 100644 index 00000000000..4a05fb206bb --- /dev/null +++ b/src/databox/azext_databox/aaz/latest/databox/job/_create.py @@ -0,0 +1,2432 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "databox job create", +) +class Create(AAZCommand): + """Create a new job with the specified parameters. + + :example: Create job + az databox job create -g rg -n job-name --sku databox --contact-name 'test' --phone 14258828080 --email-list testing@microsoft.com --street-address1 "1 MICROSOFT WAY" --city Redmond --state-or-province WA --country US --postal-code 98052 --company-name Microsoft --storage-account account-id --staging-storage-account account-id --resource-group-for-managed-disk rg --transfer-type ImportToAzure --kek-type MicrosoftManaged + """ + + _aaz_info = { + "version": "2022-12-01", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.databox/jobs/{}", "2022-12-01"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.job_name = AAZStrArg( + options=["-n", "--name", "--job-name"], + help="The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only", + required=True, + fmt=AAZStrArgFormat( + pattern="^[-\w\.]+$", + max_length=24, + min_length=3, + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "ContactDetails" + + _args_schema = cls._args_schema + _args_schema.contact_name = AAZStrArg( + options=["--contact-name"], + arg_group="ContactDetails", + help="Contact name of the person.", + ) + _args_schema.email_list = AAZListArg( + options=["--email-list"], + arg_group="ContactDetails", + help="List of Email-ids to be notified about job progress.", + ) + _args_schema.mobile = AAZStrArg( + options=["--mobile"], + arg_group="ContactDetails", + help="Mobile number of the contact person.", + ) + _args_schema.phone = AAZStrArg( + options=["--phone"], + arg_group="ContactDetails", + help="Phone number of the contact person.", + ) + + email_list = cls._args_schema.email_list + email_list.Element = AAZStrArg() + + # define Arg Group "Details" + + _args_schema = cls._args_schema + _args_schema.data_box = AAZObjectArg( + options=["--data-box"], + arg_group="Details", + help="Databox Job Details.", + ) + _args_schema.data_box_customer_disk = AAZObjectArg( + options=["--data-box-customer-disk"], + arg_group="Details", + help="Customer disk job details.", + ) + _args_schema.data_box_disk = AAZObjectArg( + options=["--data-box-disk"], + arg_group="Details", + help="Databox Heavy Device Job Details", + ) + _args_schema.data_box_heavy = AAZObjectArg( + options=["--data-box-heavy"], + arg_group="Details", + help="Databox Heavy Device Job Details", + ) + _args_schema.data_export_details = AAZListArg( + options=["--data-export-details"], + arg_group="Details", + help="Details of the data to be exported from azure.", + ) + _args_schema.data_import_details = AAZListArg( + options=["--data-import-details"], + arg_group="Details", + help="Details of the data to be imported into azure.", + ) + _args_schema.expected_data_size = AAZIntArg( + options=["--expected-data-size"], + arg_group="Details", + help="The expected size of the data, which needs to be transferred in this job, in terabytes.", + ) + + data_box = cls._args_schema.data_box + data_box.device_password = AAZStrArg( + options=["device-password"], + help="Set Device password for unlocking Databox. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password must have at least one uppercase alphabet, one number and one special character. Password cannot have the following characters : IilLoO0 Password can have only alphabets, numbers and these characters : @#\-$%^!+=;:_()]+", + ) + + data_box_customer_disk = cls._args_schema.data_box_customer_disk + data_box_customer_disk.enable_manifest_backup = AAZBoolArg( + options=["enable-manifest-backup"], + help="Flag to indicate if disk manifest should be backed-up in the Storage Account.", + default=False, + ) + data_box_customer_disk.import_disk_details_collection = AAZDictArg( + options=["import-disk-details-collection"], + help="Contains the map of disk serial number to the disk details for import jobs.", + ) + data_box_customer_disk.return_to_customer_package_details = AAZObjectArg( + options=["return-to-customer-package-details"], + help="Return package shipping details.", + required=True, + ) + + import_disk_details_collection = cls._args_schema.data_box_customer_disk.import_disk_details_collection + import_disk_details_collection.Element = AAZObjectArg() + + _element = cls._args_schema.data_box_customer_disk.import_disk_details_collection.Element + _element.bit_locker_key = AAZStrArg( + options=["bit-locker-key"], + help="BitLocker key used to encrypt the disk.", + required=True, + ) + _element.manifest_file = AAZStrArg( + options=["manifest-file"], + help="The relative path of the manifest file on the disk.", + required=True, + ) + _element.manifest_hash = AAZStrArg( + options=["manifest-hash"], + help="The Base16-encoded MD5 hash of the manifest file on the disk.", + required=True, + ) + + return_to_customer_package_details = cls._args_schema.data_box_customer_disk.return_to_customer_package_details + return_to_customer_package_details.carrier_account_number = AAZStrArg( + options=["carrier-account-number"], + help="Carrier Account Number of customer for customer disk.", + ) + return_to_customer_package_details.carrier_name = AAZStrArg( + options=["carrier-name"], + help="Name of the carrier.", + ) + return_to_customer_package_details.tracking_id = AAZStrArg( + options=["tracking-id"], + help="Tracking Id of shipment.", + ) + + data_box_disk = cls._args_schema.data_box_disk + data_box_disk.passkey = AAZStrArg( + options=["passkey"], + help="User entered passkey for DataBox Disk job.", + ) + data_box_disk.preferred_disks = AAZDictArg( + options=["preferred-disks"], + help="User preference on what size disks are needed for the job. The map is from the disk size in TB to the count. Eg. {2,5} means 5 disks of 2 TB size. Key is string but will be checked against an int.", + ) + + preferred_disks = cls._args_schema.data_box_disk.preferred_disks + preferred_disks.Element = AAZIntArg() + + data_box_heavy = cls._args_schema.data_box_heavy + data_box_heavy.device_password = AAZStrArg( + options=["device-password"], + help="Set Device password for unlocking Databox Heavy. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password must have at least one uppercase alphabet, one number and one special character. Password cannot have the following characters : IilLoO0 Password can have only alphabets, numbers and these characters : @#\-$%^!+=;:_()]+", + ) + + data_export_details = cls._args_schema.data_export_details + data_export_details.Element = AAZObjectArg() + + _element = cls._args_schema.data_export_details.Element + _element.account_details = AAZObjectArg( + options=["account-details"], + help="Account details of the data to be transferred", + required=True, + ) + _element.log_collection_level = AAZStrArg( + options=["log-collection-level"], + help="Level of the logs to be collected.", + default="Error", + enum={"Error": "Error", "Verbose": "Verbose"}, + ) + _element.transfer_configuration = AAZObjectArg( + options=["transfer-configuration"], + help="Configuration for the data transfer.", + required=True, + ) + + account_details = cls._args_schema.data_export_details.Element.account_details + account_details.managed_disk = AAZObjectArg( + options=["managed-disk"], + ) + account_details.storage_account = AAZObjectArg( + options=["storage-account"], + ) + account_details.share_password = AAZStrArg( + options=["share-password"], + help="Password for all the shares to be created on the device. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password must have at least one uppercase alphabet, one number and one special character. Password cannot have the following characters : IilLoO0 Password can have only alphabets, numbers and these characters : @#\-$%^!+=;:_()]+", + ) + + managed_disk = cls._args_schema.data_export_details.Element.account_details.managed_disk + managed_disk.resource_group_id = AAZStrArg( + options=["resource-group-id"], + help="Resource Group Id of the compute disks.", + required=True, + ) + managed_disk.staging_storage_account_id = AAZStrArg( + options=["staging-storage-account-id"], + help="Resource Id of the storage account that can be used to copy the vhd for staging.", + required=True, + ) + + storage_account = cls._args_schema.data_export_details.Element.account_details.storage_account + storage_account.storage_account_id = AAZStrArg( + options=["storage-account-id"], + help="Storage Account Resource Id.", + required=True, + ) + + transfer_configuration = cls._args_schema.data_export_details.Element.transfer_configuration + transfer_configuration.transfer_all_details = AAZObjectArg( + options=["transfer-all-details"], + help="Map of filter type and the details to transfer all data. This field is required only if the TransferConfigurationType is given as TransferAll", + ) + transfer_configuration.transfer_configuration_type = AAZStrArg( + options=["transfer-configuration-type"], + help="Type of the configuration for transfer.", + required=True, + enum={"TransferAll": "TransferAll", "TransferUsingFilter": "TransferUsingFilter"}, + ) + transfer_configuration.transfer_filter_details = AAZObjectArg( + options=["transfer-filter-details"], + help="Map of filter type and the details to filter. This field is required only if the TransferConfigurationType is given as TransferUsingFilter.", + ) + + transfer_all_details = cls._args_schema.data_export_details.Element.transfer_configuration.transfer_all_details + transfer_all_details.include = AAZObjectArg( + options=["include"], + help="Details to transfer all data.", + ) + + include = cls._args_schema.data_export_details.Element.transfer_configuration.transfer_all_details.include + include.data_account_type = AAZStrArg( + options=["data-account-type"], + help="Type of the account of data", + required=True, + default="StorageAccount", + enum={"ManagedDisk": "ManagedDisk", "StorageAccount": "StorageAccount"}, + ) + include.transfer_all_blobs = AAZBoolArg( + options=["transfer-all-blobs"], + help="To indicate if all Azure blobs have to be transferred", + ) + include.transfer_all_files = AAZBoolArg( + options=["transfer-all-files"], + help="To indicate if all Azure Files have to be transferred", + ) + + transfer_filter_details = cls._args_schema.data_export_details.Element.transfer_configuration.transfer_filter_details + transfer_filter_details.azure_file_filter_details = AAZObjectArg( + options=["azure-file-filter-details"], + help="Filter details to transfer Azure files.", + ) + transfer_filter_details.blob_filter_details = AAZObjectArg( + options=["blob-filter-details"], + help="Filter details to transfer blobs.", + ) + transfer_filter_details.data_account_type = AAZStrArg( + options=["data-account-type"], + help="Type of the account of data.", + default="StorageAccount", + enum={"ManagedDisk": "ManagedDisk", "StorageAccount": "StorageAccount"}, + ) + transfer_filter_details.filter_file_details = AAZListArg( + options=["filter-file-details"], + help="Details of the filter files to be used for data transfer.", + ) + + azure_file_filter_details = cls._args_schema.data_export_details.Element.transfer_configuration.transfer_filter_details.azure_file_filter_details + azure_file_filter_details.file_path_list = AAZListArg( + options=["file-path-list"], + help="List of full path of the files to be transferred.", + ) + azure_file_filter_details.file_prefix_list = AAZListArg( + options=["file-prefix-list"], + help="Prefix list of the Azure files to be transferred.", + ) + azure_file_filter_details.file_share_list = AAZListArg( + options=["file-share-list"], + help="List of file shares to be transferred.", + ) + + file_path_list = cls._args_schema.data_export_details.Element.transfer_configuration.transfer_filter_details.azure_file_filter_details.file_path_list + file_path_list.Element = AAZStrArg() + + file_prefix_list = cls._args_schema.data_export_details.Element.transfer_configuration.transfer_filter_details.azure_file_filter_details.file_prefix_list + file_prefix_list.Element = AAZStrArg() + + file_share_list = cls._args_schema.data_export_details.Element.transfer_configuration.transfer_filter_details.azure_file_filter_details.file_share_list + file_share_list.Element = AAZStrArg() + + blob_filter_details = cls._args_schema.data_export_details.Element.transfer_configuration.transfer_filter_details.blob_filter_details + blob_filter_details.blob_path_list = AAZListArg( + options=["blob-path-list"], + help="List of full path of the blobs to be transferred.", + ) + blob_filter_details.blob_prefix_list = AAZListArg( + options=["blob-prefix-list"], + help="Prefix list of the Azure blobs to be transferred.", + ) + blob_filter_details.container_list = AAZListArg( + options=["container-list"], + help="List of blob containers to be transferred.", + ) + + blob_path_list = cls._args_schema.data_export_details.Element.transfer_configuration.transfer_filter_details.blob_filter_details.blob_path_list + blob_path_list.Element = AAZStrArg() + + blob_prefix_list = cls._args_schema.data_export_details.Element.transfer_configuration.transfer_filter_details.blob_filter_details.blob_prefix_list + blob_prefix_list.Element = AAZStrArg() + + container_list = cls._args_schema.data_export_details.Element.transfer_configuration.transfer_filter_details.blob_filter_details.container_list + container_list.Element = AAZStrArg() + + filter_file_details = cls._args_schema.data_export_details.Element.transfer_configuration.transfer_filter_details.filter_file_details + filter_file_details.Element = AAZObjectArg() + + _element = cls._args_schema.data_export_details.Element.transfer_configuration.transfer_filter_details.filter_file_details.Element + _element.filter_file_path = AAZStrArg( + options=["filter-file-path"], + help="Path of the file that contains the details of all items to transfer.", + required=True, + ) + _element.filter_file_type = AAZStrArg( + options=["filter-file-type"], + help="Type of the filter file.", + required=True, + enum={"AzureBlob": "AzureBlob", "AzureFile": "AzureFile"}, + ) + + data_import_details = cls._args_schema.data_import_details + data_import_details.Element = AAZObjectArg() + + _element = cls._args_schema.data_import_details.Element + _element.account_details = AAZObjectArg( + options=["account-details"], + help="Account details of the data to be transferred", + required=True, + ) + _element.log_collection_level = AAZStrArg( + options=["log-collection-level"], + help="Level of the logs to be collected.", + default="Error", + enum={"Error": "Error", "Verbose": "Verbose"}, + ) + + account_details = cls._args_schema.data_import_details.Element.account_details + account_details.managed_disk = AAZObjectArg( + options=["managed-disk"], + ) + account_details.storage_account = AAZObjectArg( + options=["storage-account"], + ) + account_details.share_password = AAZStrArg( + options=["share-password"], + help="Password for all the shares to be created on the device. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password must have at least one uppercase alphabet, one number and one special character. Password cannot have the following characters : IilLoO0 Password can have only alphabets, numbers and these characters : @#\-$%^!+=;:_()]+", + ) + + managed_disk = cls._args_schema.data_import_details.Element.account_details.managed_disk + managed_disk.resource_group_id = AAZStrArg( + options=["resource-group-id"], + help="Resource Group Id of the compute disks.", + required=True, + ) + managed_disk.staging_storage_account_id = AAZStrArg( + options=["staging-storage-account-id"], + help="Resource Id of the storage account that can be used to copy the vhd for staging.", + required=True, + ) + + storage_account = cls._args_schema.data_import_details.Element.account_details.storage_account + storage_account.storage_account_id = AAZStrArg( + options=["storage-account-id"], + help="Storage Account Resource Id.", + required=True, + ) + + # define Arg Group "JobResource" + + _args_schema = cls._args_schema + _args_schema.identity = AAZObjectArg( + options=["--identity"], + arg_group="JobResource", + help="Msi identity of the resource", + ) + _args_schema.location = AAZResourceLocationArg( + arg_group="JobResource", + help="The location of the resource. This will be one of the supported and registered Azure Regions (e.g. West US, East US, Southeast Asia, etc.). The region of a resource cannot be changed once it is created, but if an identical region is specified on update the request will succeed.", + required=True, + fmt=AAZResourceLocationArgFormat( + resource_group_arg="resource_group", + ), + ) + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="JobResource", + help="The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).", + ) + + identity = cls._args_schema.identity + identity.type = AAZStrArg( + options=["type"], + help="Identity type", + default="None", + ) + identity.user_assigned_identities = AAZDictArg( + options=["user-assigned-identities"], + help="User Assigned Identities", + ) + + user_assigned_identities = cls._args_schema.identity.user_assigned_identities + user_assigned_identities.Element = AAZObjectArg( + blank={}, + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "KeyEncryptionKey" + + _args_schema = cls._args_schema + _args_schema.kek_identity = AAZObjectArg( + options=["--kek-identity"], + arg_group="KeyEncryptionKey", + help="Managed identity properties used for key encryption.", + ) + _args_schema.kek_type = AAZStrArg( + options=["--kek-type"], + arg_group="KeyEncryptionKey", + help="Type of encryption key used for key encryption.", + default="MicrosoftManaged", + enum={"CustomerManaged": "CustomerManaged", "MicrosoftManaged": "MicrosoftManaged"}, + ) + _args_schema.kek_url = AAZStrArg( + options=["--kek-url"], + arg_group="KeyEncryptionKey", + help="Key encryption key. It is required in case of Customer managed KekType.", + ) + _args_schema.kek_vault_resource_id = AAZStrArg( + options=["--kek-vault-resource-id"], + arg_group="KeyEncryptionKey", + help="Kek vault resource id. It is required in case of Customer managed KekType.", + ) + + kek_identity = cls._args_schema.kek_identity + kek_identity.type = AAZStrArg( + options=["type"], + help="Managed service identity type.", + ) + kek_identity.user_assigned = AAZObjectArg( + options=["user-assigned"], + help="User assigned identity properties.", + ) + + user_assigned = cls._args_schema.kek_identity.user_assigned + user_assigned.resource_id = AAZStrArg( + options=["resource-id"], + help="Arm resource id for user assigned identity to be used to fetch MSI token.", + ) + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.transfer_type = AAZStrArg( + options=["--transfer-type"], + arg_group="Properties", + help="Type of the data transfer.", + required=True, + enum={"ExportFromAzure": "ExportFromAzure", "ImportToAzure": "ImportToAzure"}, + ) + + # define Arg Group "ShippingAddress" + + _args_schema = cls._args_schema + _args_schema.city = AAZStrArg( + options=["--city"], + arg_group="ShippingAddress", + help="Name of the city.", + ) + _args_schema.company_name = AAZStrArg( + options=["--company-name"], + arg_group="ShippingAddress", + help="Name of the company.", + ) + _args_schema.country = AAZStrArg( + options=["--country"], + arg_group="ShippingAddress", + help="Name of the Country.", + ) + _args_schema.postal_code = AAZStrArg( + options=["--postal-code"], + arg_group="ShippingAddress", + help="Postal code.", + ) + _args_schema.state_or_province = AAZStrArg( + options=["--state-or-province"], + arg_group="ShippingAddress", + help="Name of the State or Province.", + ) + _args_schema.street_address1 = AAZStrArg( + options=["--street-address1"], + arg_group="ShippingAddress", + help="Street Address line 1.", + ) + _args_schema.street_address2 = AAZStrArg( + options=["--street-address2"], + arg_group="ShippingAddress", + help="Street Address line 2.", + ) + _args_schema.street_address3 = AAZStrArg( + options=["--street-address3"], + arg_group="ShippingAddress", + help="Street Address line 3.", + ) + + # define Arg Group "Sku" + + _args_schema = cls._args_schema + _args_schema.sku = AAZStrArg( + options=["--sku"], + arg_group="Sku", + help="The sku name.", + required=True, + enum={"DataBox": "DataBox", "DataBoxCustomerDisk": "DataBoxCustomerDisk", "DataBoxDisk": "DataBoxDisk", "DataBoxHeavy": "DataBoxHeavy"}, + ) + return cls._args_schema + + _args_shipping_address_create = None + + @classmethod + def _build_args_shipping_address_create(cls, _schema): + if cls._args_shipping_address_create is not None: + _schema.address_type = cls._args_shipping_address_create.address_type + _schema.city = cls._args_shipping_address_create.city + _schema.company_name = cls._args_shipping_address_create.company_name + _schema.country = cls._args_shipping_address_create.country + _schema.postal_code = cls._args_shipping_address_create.postal_code + _schema.skip_address_validation = cls._args_shipping_address_create.skip_address_validation + _schema.state_or_province = cls._args_shipping_address_create.state_or_province + _schema.street_address1 = cls._args_shipping_address_create.street_address1 + _schema.street_address2 = cls._args_shipping_address_create.street_address2 + _schema.street_address3 = cls._args_shipping_address_create.street_address3 + _schema.tax_identification_number = cls._args_shipping_address_create.tax_identification_number + _schema.zip_extended_code = cls._args_shipping_address_create.zip_extended_code + return + + cls._args_shipping_address_create = AAZObjectArg() + + shipping_address_create = cls._args_shipping_address_create + shipping_address_create.address_type = AAZStrArg( + options=["address-type"], + help="Type of address.", + default="None", + enum={"Commercial": "Commercial", "None": "None", "Residential": "Residential"}, + ) + shipping_address_create.city = AAZStrArg( + options=["city"], + help="Name of the City.", + ) + shipping_address_create.company_name = AAZStrArg( + options=["company-name"], + help="Name of the company.", + ) + shipping_address_create.country = AAZStrArg( + options=["country"], + help="Name of the Country.", + required=True, + ) + shipping_address_create.postal_code = AAZStrArg( + options=["postal-code"], + help="Postal code.", + ) + shipping_address_create.skip_address_validation = AAZBoolArg( + options=["skip-address-validation"], + help="Flag to indicate if customer has chosen to skip default address validation", + ) + shipping_address_create.state_or_province = AAZStrArg( + options=["state-or-province"], + help="Name of the State or Province.", + ) + shipping_address_create.street_address1 = AAZStrArg( + options=["street-address1"], + help="Street Address line 1.", + required=True, + ) + shipping_address_create.street_address2 = AAZStrArg( + options=["street-address2"], + help="Street Address line 2.", + ) + shipping_address_create.street_address3 = AAZStrArg( + options=["street-address3"], + help="Street Address line 3.", + ) + shipping_address_create.tax_identification_number = AAZStrArg( + options=["tax-identification-number"], + help="Tax Identification Number", + ) + shipping_address_create.zip_extended_code = AAZStrArg( + options=["zip-extended-code"], + help="Extended Zip Code.", + ) + + _schema.address_type = cls._args_shipping_address_create.address_type + _schema.city = cls._args_shipping_address_create.city + _schema.company_name = cls._args_shipping_address_create.company_name + _schema.country = cls._args_shipping_address_create.country + _schema.postal_code = cls._args_shipping_address_create.postal_code + _schema.skip_address_validation = cls._args_shipping_address_create.skip_address_validation + _schema.state_or_province = cls._args_shipping_address_create.state_or_province + _schema.street_address1 = cls._args_shipping_address_create.street_address1 + _schema.street_address2 = cls._args_shipping_address_create.street_address2 + _schema.street_address3 = cls._args_shipping_address_create.street_address3 + _schema.tax_identification_number = cls._args_shipping_address_create.tax_identification_number + _schema.zip_extended_code = cls._args_shipping_address_create.zip_extended_code + + _args_transport_preferences_create = None + + @classmethod + def _build_args_transport_preferences_create(cls, _schema): + if cls._args_transport_preferences_create is not None: + _schema.preferred_shipment_type = cls._args_transport_preferences_create.preferred_shipment_type + return + + cls._args_transport_preferences_create = AAZObjectArg() + + transport_preferences_create = cls._args_transport_preferences_create + transport_preferences_create.preferred_shipment_type = AAZStrArg( + options=["preferred-shipment-type"], + help="Indicates Shipment Logistics type that the customer preferred.", + required=True, + enum={"CustomerManaged": "CustomerManaged", "MicrosoftManaged": "MicrosoftManaged"}, + ) + + _schema.preferred_shipment_type = cls._args_transport_preferences_create.preferred_shipment_type + + def _execute_operations(self): + self.pre_operations() + yield self.JobsCreate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class JobsCreate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "ODataV4Format" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "jobName", self.ctx.args.job_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("identity", AAZObjectType, ".identity") + _builder.set_prop("location", AAZStrType, ".location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("properties", AAZObjectType, ".", typ_kwargs={"flags": {"required": True, "client_flatten": True}}) + _builder.set_prop("sku", AAZObjectType, ".", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + identity = _builder.get(".identity") + if identity is not None: + identity.set_prop("type", AAZStrType, ".type") + identity.set_prop("userAssignedIdentities", AAZDictType, ".user_assigned_identities") + + user_assigned_identities = _builder.get(".identity.userAssignedIdentities") + if user_assigned_identities is not None: + user_assigned_identities.set_elements(AAZObjectType, ".") + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("details", AAZObjectType) + properties.set_prop("transferType", AAZStrType, ".transfer_type", typ_kwargs={"flags": {"required": True}}) + + details = _builder.get(".properties.details") + if details is not None: + details.set_prop("contactDetails", AAZObjectType, ".", typ_kwargs={"flags": {"required": True}}) + details.set_prop("dataExportDetails", AAZListType, ".data_export_details") + details.set_prop("dataImportDetails", AAZListType, ".data_import_details") + details.set_prop("expectedDataSizeInTeraBytes", AAZIntType, ".expected_data_size") + details.set_const("jobDetailsType", "DataBox", AAZStrType, ".data_box", typ_kwargs={"flags": {"required": True}}) + details.set_const("jobDetailsType", "DataBoxCustomerDisk", AAZStrType, ".data_box_customer_disk", typ_kwargs={"flags": {"required": True}}) + details.set_const("jobDetailsType", "DataBoxDisk", AAZStrType, ".data_box_disk", typ_kwargs={"flags": {"required": True}}) + details.set_const("jobDetailsType", "DataBoxHeavy", AAZStrType, ".data_box_heavy", typ_kwargs={"flags": {"required": True}}) + details.set_prop("keyEncryptionKey", AAZObjectType) + details.set_prop("shippingAddress", AAZObjectType) + details.discriminate_by("jobDetailsType", "DataBox") + details.discriminate_by("jobDetailsType", "DataBoxCustomerDisk") + details.discriminate_by("jobDetailsType", "DataBoxDisk") + details.discriminate_by("jobDetailsType", "DataBoxHeavy") + + contact_details = _builder.get(".properties.details.contactDetails") + if contact_details is not None: + contact_details.set_prop("contactName", AAZStrType, ".contact_name", typ_kwargs={"flags": {"required": True}}) + contact_details.set_prop("emailList", AAZListType, ".email_list", typ_kwargs={"flags": {"required": True}}) + contact_details.set_prop("mobile", AAZStrType, ".mobile") + contact_details.set_prop("phone", AAZStrType, ".phone", typ_kwargs={"flags": {"required": True}}) + + email_list = _builder.get(".properties.details.contactDetails.emailList") + if email_list is not None: + email_list.set_elements(AAZStrType, ".") + + data_export_details = _builder.get(".properties.details.dataExportDetails") + if data_export_details is not None: + data_export_details.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.details.dataExportDetails[]") + if _elements is not None: + _elements.set_prop("accountDetails", AAZObjectType, ".account_details", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("logCollectionLevel", AAZStrType, ".log_collection_level") + _elements.set_prop("transferConfiguration", AAZObjectType, ".transfer_configuration", typ_kwargs={"flags": {"required": True}}) + + account_details = _builder.get(".properties.details.dataExportDetails[].accountDetails") + if account_details is not None: + account_details.set_const("dataAccountType", "ManagedDisk", AAZStrType, ".managed_disk", typ_kwargs={"flags": {"required": True}}) + account_details.set_const("dataAccountType", "StorageAccount", AAZStrType, ".storage_account", typ_kwargs={"flags": {"required": True}}) + account_details.set_prop("sharePassword", AAZStrType, ".share_password", typ_kwargs={"flags": {"secret": True}}) + account_details.discriminate_by("dataAccountType", "ManagedDisk") + account_details.discriminate_by("dataAccountType", "StorageAccount") + + disc_managed_disk = _builder.get(".properties.details.dataExportDetails[].accountDetails{dataAccountType:ManagedDisk}") + if disc_managed_disk is not None: + disc_managed_disk.set_prop("resourceGroupId", AAZStrType, ".managed_disk.resource_group_id", typ_kwargs={"flags": {"required": True}}) + disc_managed_disk.set_prop("stagingStorageAccountId", AAZStrType, ".managed_disk.staging_storage_account_id", typ_kwargs={"flags": {"required": True}}) + + disc_storage_account = _builder.get(".properties.details.dataExportDetails[].accountDetails{dataAccountType:StorageAccount}") + if disc_storage_account is not None: + disc_storage_account.set_prop("storageAccountId", AAZStrType, ".storage_account.storage_account_id", typ_kwargs={"flags": {"required": True}}) + + transfer_configuration = _builder.get(".properties.details.dataExportDetails[].transferConfiguration") + if transfer_configuration is not None: + transfer_configuration.set_prop("transferAllDetails", AAZObjectType, ".transfer_all_details") + transfer_configuration.set_prop("transferConfigurationType", AAZStrType, ".transfer_configuration_type", typ_kwargs={"flags": {"required": True}}) + transfer_configuration.set_prop("transferFilterDetails", AAZObjectType, ".transfer_filter_details") + + transfer_all_details = _builder.get(".properties.details.dataExportDetails[].transferConfiguration.transferAllDetails") + if transfer_all_details is not None: + transfer_all_details.set_prop("include", AAZObjectType, ".include") + + include = _builder.get(".properties.details.dataExportDetails[].transferConfiguration.transferAllDetails.include") + if include is not None: + include.set_prop("dataAccountType", AAZStrType, ".data_account_type", typ_kwargs={"flags": {"required": True}}) + include.set_prop("transferAllBlobs", AAZBoolType, ".transfer_all_blobs") + include.set_prop("transferAllFiles", AAZBoolType, ".transfer_all_files") + + transfer_filter_details = _builder.get(".properties.details.dataExportDetails[].transferConfiguration.transferFilterDetails") + if transfer_filter_details is not None: + transfer_filter_details.set_prop("include", AAZObjectType) + + include = _builder.get(".properties.details.dataExportDetails[].transferConfiguration.transferFilterDetails.include") + if include is not None: + include.set_prop("azureFileFilterDetails", AAZObjectType, ".azure_file_filter_details") + include.set_prop("blobFilterDetails", AAZObjectType, ".blob_filter_details") + include.set_prop("dataAccountType", AAZStrType, ".data_account_type", typ_kwargs={"flags": {"required": True}}) + include.set_prop("filterFileDetails", AAZListType, ".filter_file_details") + + azure_file_filter_details = _builder.get(".properties.details.dataExportDetails[].transferConfiguration.transferFilterDetails.include.azureFileFilterDetails") + if azure_file_filter_details is not None: + azure_file_filter_details.set_prop("filePathList", AAZListType, ".file_path_list") + azure_file_filter_details.set_prop("filePrefixList", AAZListType, ".file_prefix_list") + azure_file_filter_details.set_prop("fileShareList", AAZListType, ".file_share_list") + + file_path_list = _builder.get(".properties.details.dataExportDetails[].transferConfiguration.transferFilterDetails.include.azureFileFilterDetails.filePathList") + if file_path_list is not None: + file_path_list.set_elements(AAZStrType, ".") + + file_prefix_list = _builder.get(".properties.details.dataExportDetails[].transferConfiguration.transferFilterDetails.include.azureFileFilterDetails.filePrefixList") + if file_prefix_list is not None: + file_prefix_list.set_elements(AAZStrType, ".") + + file_share_list = _builder.get(".properties.details.dataExportDetails[].transferConfiguration.transferFilterDetails.include.azureFileFilterDetails.fileShareList") + if file_share_list is not None: + file_share_list.set_elements(AAZStrType, ".") + + blob_filter_details = _builder.get(".properties.details.dataExportDetails[].transferConfiguration.transferFilterDetails.include.blobFilterDetails") + if blob_filter_details is not None: + blob_filter_details.set_prop("blobPathList", AAZListType, ".blob_path_list") + blob_filter_details.set_prop("blobPrefixList", AAZListType, ".blob_prefix_list") + blob_filter_details.set_prop("containerList", AAZListType, ".container_list") + + blob_path_list = _builder.get(".properties.details.dataExportDetails[].transferConfiguration.transferFilterDetails.include.blobFilterDetails.blobPathList") + if blob_path_list is not None: + blob_path_list.set_elements(AAZStrType, ".") + + blob_prefix_list = _builder.get(".properties.details.dataExportDetails[].transferConfiguration.transferFilterDetails.include.blobFilterDetails.blobPrefixList") + if blob_prefix_list is not None: + blob_prefix_list.set_elements(AAZStrType, ".") + + container_list = _builder.get(".properties.details.dataExportDetails[].transferConfiguration.transferFilterDetails.include.blobFilterDetails.containerList") + if container_list is not None: + container_list.set_elements(AAZStrType, ".") + + filter_file_details = _builder.get(".properties.details.dataExportDetails[].transferConfiguration.transferFilterDetails.include.filterFileDetails") + if filter_file_details is not None: + filter_file_details.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.details.dataExportDetails[].transferConfiguration.transferFilterDetails.include.filterFileDetails[]") + if _elements is not None: + _elements.set_prop("filterFilePath", AAZStrType, ".filter_file_path", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("filterFileType", AAZStrType, ".filter_file_type", typ_kwargs={"flags": {"required": True}}) + + data_import_details = _builder.get(".properties.details.dataImportDetails") + if data_import_details is not None: + data_import_details.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.details.dataImportDetails[]") + if _elements is not None: + _elements.set_prop("accountDetails", AAZObjectType, ".account_details", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("logCollectionLevel", AAZStrType, ".log_collection_level") + + account_details = _builder.get(".properties.details.dataImportDetails[].accountDetails") + if account_details is not None: + account_details.set_const("dataAccountType", "ManagedDisk", AAZStrType, ".managed_disk", typ_kwargs={"flags": {"required": True}}) + account_details.set_const("dataAccountType", "StorageAccount", AAZStrType, ".storage_account", typ_kwargs={"flags": {"required": True}}) + account_details.set_prop("sharePassword", AAZStrType, ".share_password", typ_kwargs={"flags": {"secret": True}}) + account_details.discriminate_by("dataAccountType", "ManagedDisk") + account_details.discriminate_by("dataAccountType", "StorageAccount") + + disc_managed_disk = _builder.get(".properties.details.dataImportDetails[].accountDetails{dataAccountType:ManagedDisk}") + if disc_managed_disk is not None: + disc_managed_disk.set_prop("resourceGroupId", AAZStrType, ".managed_disk.resource_group_id", typ_kwargs={"flags": {"required": True}}) + disc_managed_disk.set_prop("stagingStorageAccountId", AAZStrType, ".managed_disk.staging_storage_account_id", typ_kwargs={"flags": {"required": True}}) + + disc_storage_account = _builder.get(".properties.details.dataImportDetails[].accountDetails{dataAccountType:StorageAccount}") + if disc_storage_account is not None: + disc_storage_account.set_prop("storageAccountId", AAZStrType, ".storage_account.storage_account_id", typ_kwargs={"flags": {"required": True}}) + + key_encryption_key = _builder.get(".properties.details.keyEncryptionKey") + if key_encryption_key is not None: + key_encryption_key.set_prop("identityProperties", AAZObjectType, ".kek_identity") + key_encryption_key.set_prop("kekType", AAZStrType, ".kek_type", typ_kwargs={"flags": {"required": True}}) + key_encryption_key.set_prop("kekUrl", AAZStrType, ".kek_url") + key_encryption_key.set_prop("kekVaultResourceID", AAZStrType, ".kek_vault_resource_id") + + identity_properties = _builder.get(".properties.details.keyEncryptionKey.identityProperties") + if identity_properties is not None: + identity_properties.set_prop("type", AAZStrType, ".type") + identity_properties.set_prop("userAssigned", AAZObjectType, ".user_assigned") + + user_assigned = _builder.get(".properties.details.keyEncryptionKey.identityProperties.userAssigned") + if user_assigned is not None: + user_assigned.set_prop("resourceId", AAZStrType, ".resource_id") + + shipping_address = _builder.get(".properties.details.shippingAddress") + if shipping_address is not None: + shipping_address.set_prop("city", AAZStrType, ".city") + shipping_address.set_prop("companyName", AAZStrType, ".company_name") + shipping_address.set_prop("country", AAZStrType, ".country", typ_kwargs={"flags": {"required": True}}) + shipping_address.set_prop("postalCode", AAZStrType, ".postal_code") + shipping_address.set_prop("stateOrProvince", AAZStrType, ".state_or_province") + shipping_address.set_prop("streetAddress1", AAZStrType, ".street_address1", typ_kwargs={"flags": {"required": True}}) + shipping_address.set_prop("streetAddress2", AAZStrType, ".street_address2") + shipping_address.set_prop("streetAddress3", AAZStrType, ".street_address3") + + disc_data_box = _builder.get(".properties.details{jobDetailsType:DataBox}") + if disc_data_box is not None: + disc_data_box.set_prop("devicePassword", AAZStrType, ".data_box.device_password") + + disc_data_box_customer_disk = _builder.get(".properties.details{jobDetailsType:DataBoxCustomerDisk}") + if disc_data_box_customer_disk is not None: + disc_data_box_customer_disk.set_prop("enableManifestBackup", AAZBoolType, ".data_box_customer_disk.enable_manifest_backup") + disc_data_box_customer_disk.set_prop("importDiskDetailsCollection", AAZDictType, ".data_box_customer_disk.import_disk_details_collection") + disc_data_box_customer_disk.set_prop("returnToCustomerPackageDetails", AAZObjectType, ".data_box_customer_disk.return_to_customer_package_details", typ_kwargs={"flags": {"required": True}}) + + import_disk_details_collection = _builder.get(".properties.details{jobDetailsType:DataBoxCustomerDisk}.importDiskDetailsCollection") + if import_disk_details_collection is not None: + import_disk_details_collection.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.details{jobDetailsType:DataBoxCustomerDisk}.importDiskDetailsCollection{}") + if _elements is not None: + _elements.set_prop("bitLockerKey", AAZStrType, ".bit_locker_key", typ_kwargs={"flags": {"required": True, "secret": True}}) + _elements.set_prop("manifestFile", AAZStrType, ".manifest_file", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("manifestHash", AAZStrType, ".manifest_hash", typ_kwargs={"flags": {"required": True}}) + + return_to_customer_package_details = _builder.get(".properties.details{jobDetailsType:DataBoxCustomerDisk}.returnToCustomerPackageDetails") + if return_to_customer_package_details is not None: + return_to_customer_package_details.set_prop("carrierAccountNumber", AAZStrType, ".carrier_account_number", typ_kwargs={"flags": {"secret": True}}) + return_to_customer_package_details.set_prop("carrierName", AAZStrType, ".carrier_name") + return_to_customer_package_details.set_prop("trackingId", AAZStrType, ".tracking_id") + + disc_data_box_disk = _builder.get(".properties.details{jobDetailsType:DataBoxDisk}") + if disc_data_box_disk is not None: + disc_data_box_disk.set_prop("passkey", AAZStrType, ".data_box_disk.passkey") + disc_data_box_disk.set_prop("preferredDisks", AAZDictType, ".data_box_disk.preferred_disks") + + preferred_disks = _builder.get(".properties.details{jobDetailsType:DataBoxDisk}.preferredDisks") + if preferred_disks is not None: + preferred_disks.set_elements(AAZIntType, ".") + + disc_data_box_heavy = _builder.get(".properties.details{jobDetailsType:DataBoxHeavy}") + if disc_data_box_heavy is not None: + disc_data_box_heavy.set_prop("devicePassword", AAZStrType, ".data_box_heavy.device_password") + + sku = _builder.get(".sku") + if sku is not None: + sku.set_prop("name", AAZStrType, ".sku", typ_kwargs={"flags": {"required": True}}) + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.identity = AAZObjectType() + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.sku = AAZObjectType( + flags={"required": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + identity = cls._schema_on_200.identity + identity.principal_id = AAZStrType( + serialized_name="principalId", + flags={"read_only": True}, + ) + identity.tenant_id = AAZStrType( + serialized_name="tenantId", + flags={"read_only": True}, + ) + identity.type = AAZStrType() + identity.user_assigned_identities = AAZDictType( + serialized_name="userAssignedIdentities", + ) + + user_assigned_identities = cls._schema_on_200.identity.user_assigned_identities + user_assigned_identities.Element = AAZObjectType() + + _element = cls._schema_on_200.identity.user_assigned_identities.Element + _element.client_id = AAZStrType( + serialized_name="clientId", + flags={"read_only": True}, + ) + _element.principal_id = AAZStrType( + serialized_name="principalId", + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.cancellation_reason = AAZStrType( + serialized_name="cancellationReason", + flags={"read_only": True}, + ) + properties.delivery_info = AAZObjectType( + serialized_name="deliveryInfo", + ) + properties.delivery_type = AAZStrType( + serialized_name="deliveryType", + ) + properties.details = AAZObjectType() + properties.error = AAZObjectType() + _CreateHelper._build_schema_cloud_error_read(properties.error) + properties.is_cancellable = AAZBoolType( + serialized_name="isCancellable", + flags={"read_only": True}, + ) + properties.is_cancellable_without_fee = AAZBoolType( + serialized_name="isCancellableWithoutFee", + flags={"read_only": True}, + ) + properties.is_deletable = AAZBoolType( + serialized_name="isDeletable", + flags={"read_only": True}, + ) + properties.is_prepare_to_ship_enabled = AAZBoolType( + serialized_name="isPrepareToShipEnabled", + flags={"read_only": True}, + ) + properties.is_shipping_address_editable = AAZBoolType( + serialized_name="isShippingAddressEditable", + flags={"read_only": True}, + ) + properties.reverse_shipping_details_update = AAZStrType( + serialized_name="reverseShippingDetailsUpdate", + flags={"read_only": True}, + ) + properties.reverse_transport_preference_update = AAZStrType( + serialized_name="reverseTransportPreferenceUpdate", + flags={"read_only": True}, + ) + properties.start_time = AAZStrType( + serialized_name="startTime", + flags={"read_only": True}, + ) + properties.status = AAZStrType( + flags={"read_only": True}, + ) + properties.transfer_type = AAZStrType( + serialized_name="transferType", + flags={"required": True}, + ) + + delivery_info = cls._schema_on_200.properties.delivery_info + delivery_info.scheduled_date_time = AAZStrType( + serialized_name="scheduledDateTime", + ) + + details = cls._schema_on_200.properties.details + details.actions = AAZListType( + flags={"read_only": True}, + ) + details.chain_of_custody_sas_key = AAZStrType( + serialized_name="chainOfCustodySasKey", + flags={"read_only": True}, + ) + details.contact_details = AAZObjectType( + serialized_name="contactDetails", + flags={"required": True}, + ) + details.copy_log_details = AAZListType( + serialized_name="copyLogDetails", + flags={"read_only": True}, + ) + details.data_center_code = AAZStrType( + serialized_name="dataCenterCode", + flags={"read_only": True}, + ) + details.data_export_details = AAZListType( + serialized_name="dataExportDetails", + ) + details.data_import_details = AAZListType( + serialized_name="dataImportDetails", + ) + details.datacenter_address = AAZObjectType( + serialized_name="datacenterAddress", + ) + details.delivery_package = AAZObjectType( + serialized_name="deliveryPackage", + ) + _CreateHelper._build_schema_package_shipping_details_read(details.delivery_package) + details.device_erasure_details = AAZObjectType( + serialized_name="deviceErasureDetails", + ) + details.expected_data_size_in_tera_bytes = AAZIntType( + serialized_name="expectedDataSizeInTeraBytes", + ) + details.job_details_type = AAZStrType( + serialized_name="jobDetailsType", + flags={"required": True}, + ) + details.job_stages = AAZListType( + serialized_name="jobStages", + flags={"read_only": True}, + ) + details.key_encryption_key = AAZObjectType( + serialized_name="keyEncryptionKey", + ) + details.last_mitigation_action_on_job = AAZObjectType( + serialized_name="lastMitigationActionOnJob", + ) + details.preferences = AAZObjectType() + details.return_package = AAZObjectType( + serialized_name="returnPackage", + ) + _CreateHelper._build_schema_package_shipping_details_read(details.return_package) + details.reverse_shipment_label_sas_key = AAZStrType( + serialized_name="reverseShipmentLabelSasKey", + flags={"read_only": True}, + ) + details.reverse_shipping_details = AAZObjectType( + serialized_name="reverseShippingDetails", + ) + details.shipping_address = AAZObjectType( + serialized_name="shippingAddress", + ) + _CreateHelper._build_schema_shipping_address_read(details.shipping_address) + + actions = cls._schema_on_200.properties.details.actions + actions.Element = AAZStrType() + + contact_details = cls._schema_on_200.properties.details.contact_details + contact_details.contact_name = AAZStrType( + serialized_name="contactName", + flags={"required": True}, + ) + contact_details.email_list = AAZListType( + serialized_name="emailList", + flags={"required": True}, + ) + contact_details.mobile = AAZStrType() + contact_details.notification_preference = AAZListType( + serialized_name="notificationPreference", + ) + contact_details.phone = AAZStrType( + flags={"required": True}, + ) + contact_details.phone_extension = AAZStrType( + serialized_name="phoneExtension", + ) + + email_list = cls._schema_on_200.properties.details.contact_details.email_list + email_list.Element = AAZStrType() + + notification_preference = cls._schema_on_200.properties.details.contact_details.notification_preference + notification_preference.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.contact_details.notification_preference.Element + _element.send_notification = AAZBoolType( + serialized_name="sendNotification", + flags={"required": True}, + ) + _element.stage_name = AAZStrType( + serialized_name="stageName", + flags={"required": True}, + ) + + copy_log_details = cls._schema_on_200.properties.details.copy_log_details + copy_log_details.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.copy_log_details.Element + _element.copy_log_details_type = AAZStrType( + serialized_name="copyLogDetailsType", + flags={"required": True}, + ) + + disc_data_box = cls._schema_on_200.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBox") + disc_data_box.account_name = AAZStrType( + serialized_name="accountName", + flags={"read_only": True}, + ) + disc_data_box.copy_log_link = AAZStrType( + serialized_name="copyLogLink", + flags={"read_only": True}, + ) + disc_data_box.copy_verbose_log_link = AAZStrType( + serialized_name="copyVerboseLogLink", + flags={"read_only": True}, + ) + + disc_data_box_customer_disk = cls._schema_on_200.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBoxCustomerDisk") + disc_data_box_customer_disk.error_log_link = AAZStrType( + serialized_name="errorLogLink", + flags={"read_only": True}, + ) + disc_data_box_customer_disk.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + disc_data_box_customer_disk.verbose_log_link = AAZStrType( + serialized_name="verboseLogLink", + flags={"read_only": True}, + ) + + disc_data_box_disk = cls._schema_on_200.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBoxDisk") + disc_data_box_disk.disk_serial_number = AAZStrType( + serialized_name="diskSerialNumber", + flags={"read_only": True}, + ) + disc_data_box_disk.error_log_link = AAZStrType( + serialized_name="errorLogLink", + flags={"read_only": True}, + ) + disc_data_box_disk.verbose_log_link = AAZStrType( + serialized_name="verboseLogLink", + flags={"read_only": True}, + ) + + disc_data_box_heavy = cls._schema_on_200.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBoxHeavy") + disc_data_box_heavy.account_name = AAZStrType( + serialized_name="accountName", + flags={"read_only": True}, + ) + disc_data_box_heavy.copy_log_link = AAZListType( + serialized_name="copyLogLink", + flags={"read_only": True}, + ) + disc_data_box_heavy.copy_verbose_log_link = AAZListType( + serialized_name="copyVerboseLogLink", + flags={"read_only": True}, + ) + + copy_log_link = cls._schema_on_200.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBoxHeavy").copy_log_link + copy_log_link.Element = AAZStrType() + + copy_verbose_log_link = cls._schema_on_200.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBoxHeavy").copy_verbose_log_link + copy_verbose_log_link.Element = AAZStrType() + + data_export_details = cls._schema_on_200.properties.details.data_export_details + data_export_details.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.data_export_details.Element + _element.account_details = AAZObjectType( + serialized_name="accountDetails", + flags={"required": True}, + ) + _CreateHelper._build_schema_data_account_details_read(_element.account_details) + _element.log_collection_level = AAZStrType( + serialized_name="logCollectionLevel", + ) + _element.transfer_configuration = AAZObjectType( + serialized_name="transferConfiguration", + flags={"required": True}, + ) + + transfer_configuration = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration + transfer_configuration.transfer_all_details = AAZObjectType( + serialized_name="transferAllDetails", + ) + transfer_configuration.transfer_configuration_type = AAZStrType( + serialized_name="transferConfigurationType", + flags={"required": True}, + ) + transfer_configuration.transfer_filter_details = AAZObjectType( + serialized_name="transferFilterDetails", + ) + + transfer_all_details = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_all_details + transfer_all_details.include = AAZObjectType() + + include = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_all_details.include + include.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"required": True}, + ) + include.transfer_all_blobs = AAZBoolType( + serialized_name="transferAllBlobs", + ) + include.transfer_all_files = AAZBoolType( + serialized_name="transferAllFiles", + ) + + transfer_filter_details = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details + transfer_filter_details.include = AAZObjectType() + + include = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include + include.azure_file_filter_details = AAZObjectType( + serialized_name="azureFileFilterDetails", + ) + include.blob_filter_details = AAZObjectType( + serialized_name="blobFilterDetails", + ) + include.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"required": True}, + ) + include.filter_file_details = AAZListType( + serialized_name="filterFileDetails", + ) + + azure_file_filter_details = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.azure_file_filter_details + azure_file_filter_details.file_path_list = AAZListType( + serialized_name="filePathList", + ) + azure_file_filter_details.file_prefix_list = AAZListType( + serialized_name="filePrefixList", + ) + azure_file_filter_details.file_share_list = AAZListType( + serialized_name="fileShareList", + ) + + file_path_list = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.azure_file_filter_details.file_path_list + file_path_list.Element = AAZStrType() + + file_prefix_list = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.azure_file_filter_details.file_prefix_list + file_prefix_list.Element = AAZStrType() + + file_share_list = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.azure_file_filter_details.file_share_list + file_share_list.Element = AAZStrType() + + blob_filter_details = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.blob_filter_details + blob_filter_details.blob_path_list = AAZListType( + serialized_name="blobPathList", + ) + blob_filter_details.blob_prefix_list = AAZListType( + serialized_name="blobPrefixList", + ) + blob_filter_details.container_list = AAZListType( + serialized_name="containerList", + ) + + blob_path_list = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.blob_filter_details.blob_path_list + blob_path_list.Element = AAZStrType() + + blob_prefix_list = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.blob_filter_details.blob_prefix_list + blob_prefix_list.Element = AAZStrType() + + container_list = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.blob_filter_details.container_list + container_list.Element = AAZStrType() + + filter_file_details = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.filter_file_details + filter_file_details.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.filter_file_details.Element + _element.filter_file_path = AAZStrType( + serialized_name="filterFilePath", + flags={"required": True}, + ) + _element.filter_file_type = AAZStrType( + serialized_name="filterFileType", + flags={"required": True}, + ) + + data_import_details = cls._schema_on_200.properties.details.data_import_details + data_import_details.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.data_import_details.Element + _element.account_details = AAZObjectType( + serialized_name="accountDetails", + flags={"required": True}, + ) + _CreateHelper._build_schema_data_account_details_read(_element.account_details) + _element.log_collection_level = AAZStrType( + serialized_name="logCollectionLevel", + ) + + datacenter_address = cls._schema_on_200.properties.details.datacenter_address + datacenter_address.data_center_azure_location = AAZStrType( + serialized_name="dataCenterAzureLocation", + flags={"read_only": True}, + ) + datacenter_address.datacenter_address_type = AAZStrType( + serialized_name="datacenterAddressType", + flags={"required": True}, + ) + datacenter_address.supported_carriers_for_return_shipment = AAZListType( + serialized_name="supportedCarriersForReturnShipment", + flags={"read_only": True}, + ) + + supported_carriers_for_return_shipment = cls._schema_on_200.properties.details.datacenter_address.supported_carriers_for_return_shipment + supported_carriers_for_return_shipment.Element = AAZStrType() + + disc_datacenter_address_instruction = cls._schema_on_200.properties.details.datacenter_address.discriminate_by("datacenter_address_type", "DatacenterAddressInstruction") + disc_datacenter_address_instruction.communication_instruction = AAZStrType( + serialized_name="communicationInstruction", + flags={"read_only": True}, + ) + + disc_datacenter_address_location = cls._schema_on_200.properties.details.datacenter_address.discriminate_by("datacenter_address_type", "DatacenterAddressLocation") + disc_datacenter_address_location.additional_shipping_information = AAZStrType( + serialized_name="additionalShippingInformation", + flags={"read_only": True}, + ) + disc_datacenter_address_location.address_type = AAZStrType( + serialized_name="addressType", + flags={"read_only": True}, + ) + disc_datacenter_address_location.city = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.company = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.contact_person_name = AAZStrType( + serialized_name="contactPersonName", + flags={"read_only": True}, + ) + disc_datacenter_address_location.country = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.phone = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.phone_extension = AAZStrType( + serialized_name="phoneExtension", + flags={"read_only": True}, + ) + disc_datacenter_address_location.state = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.street1 = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.street2 = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.street3 = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.zip = AAZStrType( + flags={"read_only": True}, + ) + + device_erasure_details = cls._schema_on_200.properties.details.device_erasure_details + device_erasure_details.device_erasure_status = AAZStrType( + serialized_name="deviceErasureStatus", + flags={"read_only": True}, + ) + device_erasure_details.erasure_or_destruction_certificate_sas_key = AAZStrType( + serialized_name="erasureOrDestructionCertificateSasKey", + flags={"read_only": True}, + ) + + job_stages = cls._schema_on_200.properties.details.job_stages + job_stages.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.job_stages.Element + _element.display_name = AAZStrType( + serialized_name="displayName", + flags={"read_only": True}, + ) + _element.stage_name = AAZStrType( + serialized_name="stageName", + flags={"read_only": True}, + ) + _element.stage_status = AAZStrType( + serialized_name="stageStatus", + flags={"read_only": True}, + ) + _element.stage_time = AAZStrType( + serialized_name="stageTime", + flags={"read_only": True}, + ) + + key_encryption_key = cls._schema_on_200.properties.details.key_encryption_key + key_encryption_key.identity_properties = AAZObjectType( + serialized_name="identityProperties", + ) + key_encryption_key.kek_type = AAZStrType( + serialized_name="kekType", + flags={"required": True}, + ) + key_encryption_key.kek_url = AAZStrType( + serialized_name="kekUrl", + ) + key_encryption_key.kek_vault_resource_id = AAZStrType( + serialized_name="kekVaultResourceID", + ) + + identity_properties = cls._schema_on_200.properties.details.key_encryption_key.identity_properties + identity_properties.type = AAZStrType() + identity_properties.user_assigned = AAZObjectType( + serialized_name="userAssigned", + ) + + user_assigned = cls._schema_on_200.properties.details.key_encryption_key.identity_properties.user_assigned + user_assigned.resource_id = AAZStrType( + serialized_name="resourceId", + ) + + last_mitigation_action_on_job = cls._schema_on_200.properties.details.last_mitigation_action_on_job + last_mitigation_action_on_job.action_date_time_in_utc = AAZStrType( + serialized_name="actionDateTimeInUtc", + ) + last_mitigation_action_on_job.customer_resolution = AAZStrType( + serialized_name="customerResolution", + ) + last_mitigation_action_on_job.is_performed_by_customer = AAZBoolType( + serialized_name="isPerformedByCustomer", + ) + + preferences = cls._schema_on_200.properties.details.preferences + preferences.encryption_preferences = AAZObjectType( + serialized_name="encryptionPreferences", + ) + preferences.preferred_data_center_region = AAZListType( + serialized_name="preferredDataCenterRegion", + ) + preferences.reverse_transport_preferences = AAZObjectType( + serialized_name="reverseTransportPreferences", + ) + _CreateHelper._build_schema_transport_preferences_read(preferences.reverse_transport_preferences) + preferences.storage_account_access_tier_preferences = AAZListType( + serialized_name="storageAccountAccessTierPreferences", + ) + preferences.transport_preferences = AAZObjectType( + serialized_name="transportPreferences", + ) + _CreateHelper._build_schema_transport_preferences_read(preferences.transport_preferences) + + encryption_preferences = cls._schema_on_200.properties.details.preferences.encryption_preferences + encryption_preferences.double_encryption = AAZStrType( + serialized_name="doubleEncryption", + ) + encryption_preferences.hardware_encryption = AAZStrType( + serialized_name="hardwareEncryption", + ) + + preferred_data_center_region = cls._schema_on_200.properties.details.preferences.preferred_data_center_region + preferred_data_center_region.Element = AAZStrType() + + storage_account_access_tier_preferences = cls._schema_on_200.properties.details.preferences.storage_account_access_tier_preferences + storage_account_access_tier_preferences.Element = AAZStrType() + + reverse_shipping_details = cls._schema_on_200.properties.details.reverse_shipping_details + reverse_shipping_details.contact_details = AAZObjectType( + serialized_name="contactDetails", + ) + reverse_shipping_details.is_updated = AAZBoolType( + serialized_name="isUpdated", + flags={"read_only": True}, + ) + reverse_shipping_details.shipping_address = AAZObjectType( + serialized_name="shippingAddress", + ) + _CreateHelper._build_schema_shipping_address_read(reverse_shipping_details.shipping_address) + + contact_details = cls._schema_on_200.properties.details.reverse_shipping_details.contact_details + contact_details.contact_name = AAZStrType( + serialized_name="contactName", + flags={"required": True}, + ) + contact_details.mobile = AAZStrType() + contact_details.phone = AAZStrType( + flags={"required": True}, + ) + contact_details.phone_extension = AAZStrType( + serialized_name="phoneExtension", + ) + + disc_data_box = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBox") + disc_data_box.copy_progress = AAZListType( + serialized_name="copyProgress", + flags={"read_only": True}, + ) + disc_data_box.device_password = AAZStrType( + serialized_name="devicePassword", + ) + + copy_progress = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBox").copy_progress + copy_progress.Element = AAZObjectType() + _CreateHelper._build_schema_copy_progress_read(copy_progress.Element) + + disc_data_box_customer_disk = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk") + disc_data_box_customer_disk.copy_progress = AAZListType( + serialized_name="copyProgress", + flags={"read_only": True}, + ) + disc_data_box_customer_disk.deliver_to_dc_package_details = AAZObjectType( + serialized_name="deliverToDcPackageDetails", + ) + disc_data_box_customer_disk.enable_manifest_backup = AAZBoolType( + serialized_name="enableManifestBackup", + ) + disc_data_box_customer_disk.export_disk_details_collection = AAZDictType( + serialized_name="exportDiskDetailsCollection", + flags={"read_only": True}, + ) + disc_data_box_customer_disk.import_disk_details_collection = AAZDictType( + serialized_name="importDiskDetailsCollection", + ) + disc_data_box_customer_disk.return_to_customer_package_details = AAZObjectType( + serialized_name="returnToCustomerPackageDetails", + flags={"required": True}, + ) + + copy_progress = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").copy_progress + copy_progress.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").copy_progress.Element + _element.account_id = AAZStrType( + serialized_name="accountId", + flags={"read_only": True}, + ) + _element.actions = AAZListType( + flags={"read_only": True}, + ) + _element.bytes_processed = AAZIntType( + serialized_name="bytesProcessed", + flags={"read_only": True}, + ) + _element.copy_status = AAZStrType( + serialized_name="copyStatus", + flags={"read_only": True}, + ) + _element.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"read_only": True}, + ) + _element.directories_errored_out = AAZIntType( + serialized_name="directoriesErroredOut", + flags={"read_only": True}, + ) + _element.error = AAZObjectType() + _CreateHelper._build_schema_cloud_error_read(_element.error) + _element.files_errored_out = AAZIntType( + serialized_name="filesErroredOut", + flags={"read_only": True}, + ) + _element.files_processed = AAZIntType( + serialized_name="filesProcessed", + flags={"read_only": True}, + ) + _element.invalid_directories_processed = AAZIntType( + serialized_name="invalidDirectoriesProcessed", + flags={"read_only": True}, + ) + _element.invalid_file_bytes_uploaded = AAZIntType( + serialized_name="invalidFileBytesUploaded", + flags={"read_only": True}, + ) + _element.invalid_files_processed = AAZIntType( + serialized_name="invalidFilesProcessed", + flags={"read_only": True}, + ) + _element.is_enumeration_in_progress = AAZBoolType( + serialized_name="isEnumerationInProgress", + flags={"read_only": True}, + ) + _element.renamed_container_count = AAZIntType( + serialized_name="renamedContainerCount", + flags={"read_only": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + _element.storage_account_name = AAZStrType( + serialized_name="storageAccountName", + flags={"read_only": True}, + ) + _element.total_bytes_to_process = AAZIntType( + serialized_name="totalBytesToProcess", + flags={"read_only": True}, + ) + _element.total_files_to_process = AAZIntType( + serialized_name="totalFilesToProcess", + flags={"read_only": True}, + ) + _element.transfer_type = AAZStrType( + serialized_name="transferType", + flags={"read_only": True}, + ) + + actions = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").copy_progress.Element.actions + actions.Element = AAZStrType() + + deliver_to_dc_package_details = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").deliver_to_dc_package_details + deliver_to_dc_package_details.carrier_name = AAZStrType( + serialized_name="carrierName", + ) + deliver_to_dc_package_details.tracking_id = AAZStrType( + serialized_name="trackingId", + ) + + export_disk_details_collection = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").export_disk_details_collection + export_disk_details_collection.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").export_disk_details_collection.Element + _element.backup_manifest_cloud_path = AAZStrType( + serialized_name="backupManifestCloudPath", + flags={"read_only": True}, + ) + _element.manifest_file = AAZStrType( + serialized_name="manifestFile", + flags={"read_only": True}, + ) + _element.manifest_hash = AAZStrType( + serialized_name="manifestHash", + flags={"read_only": True}, + ) + + import_disk_details_collection = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").import_disk_details_collection + import_disk_details_collection.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").import_disk_details_collection.Element + _element.backup_manifest_cloud_path = AAZStrType( + serialized_name="backupManifestCloudPath", + flags={"read_only": True}, + ) + _element.bit_locker_key = AAZStrType( + serialized_name="bitLockerKey", + flags={"required": True, "secret": True}, + ) + _element.manifest_file = AAZStrType( + serialized_name="manifestFile", + flags={"required": True}, + ) + _element.manifest_hash = AAZStrType( + serialized_name="manifestHash", + flags={"required": True}, + ) + + return_to_customer_package_details = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").return_to_customer_package_details + return_to_customer_package_details.carrier_account_number = AAZStrType( + serialized_name="carrierAccountNumber", + flags={"secret": True}, + ) + return_to_customer_package_details.carrier_name = AAZStrType( + serialized_name="carrierName", + ) + return_to_customer_package_details.tracking_id = AAZStrType( + serialized_name="trackingId", + ) + + disc_data_box_disk = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk") + disc_data_box_disk.copy_progress = AAZListType( + serialized_name="copyProgress", + flags={"read_only": True}, + ) + disc_data_box_disk.disks_and_size_details = AAZDictType( + serialized_name="disksAndSizeDetails", + flags={"read_only": True}, + ) + disc_data_box_disk.granular_copy_log_details = AAZListType( + serialized_name="granularCopyLogDetails", + flags={"read_only": True}, + ) + disc_data_box_disk.granular_copy_progress = AAZListType( + serialized_name="granularCopyProgress", + flags={"read_only": True}, + ) + disc_data_box_disk.passkey = AAZStrType() + disc_data_box_disk.preferred_disks = AAZDictType( + serialized_name="preferredDisks", + ) + + copy_progress = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").copy_progress + copy_progress.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").copy_progress.Element + _element.actions = AAZListType( + flags={"read_only": True}, + ) + _element.bytes_copied = AAZIntType( + serialized_name="bytesCopied", + flags={"read_only": True}, + ) + _element.error = AAZObjectType() + _CreateHelper._build_schema_cloud_error_read(_element.error) + _element.percent_complete = AAZIntType( + serialized_name="percentComplete", + flags={"read_only": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + _element.status = AAZStrType( + flags={"read_only": True}, + ) + + actions = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").copy_progress.Element.actions + actions.Element = AAZStrType() + + disks_and_size_details = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").disks_and_size_details + disks_and_size_details.Element = AAZIntType() + + granular_copy_log_details = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").granular_copy_log_details + granular_copy_log_details.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").granular_copy_log_details.Element + _element.account_id = AAZStrType( + serialized_name="accountId", + flags={"read_only": True}, + ) + _element.copy_log_details_type = AAZStrType( + serialized_name="copyLogDetailsType", + flags={"required": True}, + ) + _element.error_log_link = AAZStrType( + serialized_name="errorLogLink", + flags={"read_only": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + _element.verbose_log_link = AAZStrType( + serialized_name="verboseLogLink", + flags={"read_only": True}, + ) + + granular_copy_progress = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").granular_copy_progress + granular_copy_progress.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").granular_copy_progress.Element + _element.account_id = AAZStrType( + serialized_name="accountId", + flags={"read_only": True}, + ) + _element.actions = AAZListType( + flags={"read_only": True}, + ) + _element.bytes_processed = AAZIntType( + serialized_name="bytesProcessed", + flags={"read_only": True}, + ) + _element.copy_status = AAZStrType( + serialized_name="copyStatus", + flags={"read_only": True}, + ) + _element.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"read_only": True}, + ) + _element.directories_errored_out = AAZIntType( + serialized_name="directoriesErroredOut", + flags={"read_only": True}, + ) + _element.error = AAZObjectType() + _CreateHelper._build_schema_cloud_error_read(_element.error) + _element.files_errored_out = AAZIntType( + serialized_name="filesErroredOut", + flags={"read_only": True}, + ) + _element.files_processed = AAZIntType( + serialized_name="filesProcessed", + flags={"read_only": True}, + ) + _element.invalid_directories_processed = AAZIntType( + serialized_name="invalidDirectoriesProcessed", + flags={"read_only": True}, + ) + _element.invalid_file_bytes_uploaded = AAZIntType( + serialized_name="invalidFileBytesUploaded", + flags={"read_only": True}, + ) + _element.invalid_files_processed = AAZIntType( + serialized_name="invalidFilesProcessed", + flags={"read_only": True}, + ) + _element.is_enumeration_in_progress = AAZBoolType( + serialized_name="isEnumerationInProgress", + flags={"read_only": True}, + ) + _element.renamed_container_count = AAZIntType( + serialized_name="renamedContainerCount", + flags={"read_only": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + _element.storage_account_name = AAZStrType( + serialized_name="storageAccountName", + flags={"read_only": True}, + ) + _element.total_bytes_to_process = AAZIntType( + serialized_name="totalBytesToProcess", + flags={"read_only": True}, + ) + _element.total_files_to_process = AAZIntType( + serialized_name="totalFilesToProcess", + flags={"read_only": True}, + ) + _element.transfer_type = AAZStrType( + serialized_name="transferType", + flags={"read_only": True}, + ) + + actions = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").granular_copy_progress.Element.actions + actions.Element = AAZStrType() + + preferred_disks = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").preferred_disks + preferred_disks.Element = AAZIntType() + + disc_data_box_heavy = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxHeavy") + disc_data_box_heavy.copy_progress = AAZListType( + serialized_name="copyProgress", + flags={"read_only": True}, + ) + disc_data_box_heavy.device_password = AAZStrType( + serialized_name="devicePassword", + ) + + copy_progress = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxHeavy").copy_progress + copy_progress.Element = AAZObjectType() + _CreateHelper._build_schema_copy_progress_read(copy_progress.Element) + + sku = cls._schema_on_200.sku + sku.display_name = AAZStrType( + serialized_name="displayName", + ) + sku.family = AAZStrType() + sku.name = AAZStrType( + flags={"required": True}, + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + flags={"read_only": True}, + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + flags={"read_only": True}, + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + flags={"read_only": True}, + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + flags={"read_only": True}, + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + flags={"read_only": True}, + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + flags={"read_only": True}, + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _CreateHelper: + """Helper class for Create""" + + @classmethod + def _build_schema_shipping_address_create(cls, _builder): + if _builder is None: + return + _builder.set_prop("addressType", AAZStrType, ".address_type") + _builder.set_prop("city", AAZStrType, ".city") + _builder.set_prop("companyName", AAZStrType, ".company_name") + _builder.set_prop("country", AAZStrType, ".country", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("postalCode", AAZStrType, ".postal_code") + _builder.set_prop("skipAddressValidation", AAZBoolType, ".skip_address_validation") + _builder.set_prop("stateOrProvince", AAZStrType, ".state_or_province") + _builder.set_prop("streetAddress1", AAZStrType, ".street_address1", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("streetAddress2", AAZStrType, ".street_address2") + _builder.set_prop("streetAddress3", AAZStrType, ".street_address3") + _builder.set_prop("taxIdentificationNumber", AAZStrType, ".tax_identification_number") + _builder.set_prop("zipExtendedCode", AAZStrType, ".zip_extended_code") + + @classmethod + def _build_schema_transport_preferences_create(cls, _builder): + if _builder is None: + return + _builder.set_prop("preferredShipmentType", AAZStrType, ".preferred_shipment_type", typ_kwargs={"flags": {"required": True}}) + + _schema_cloud_error_read = None + + @classmethod + def _build_schema_cloud_error_read(cls, _schema): + if cls._schema_cloud_error_read is not None: + _schema.additional_info = cls._schema_cloud_error_read.additional_info + _schema.code = cls._schema_cloud_error_read.code + _schema.details = cls._schema_cloud_error_read.details + _schema.message = cls._schema_cloud_error_read.message + _schema.target = cls._schema_cloud_error_read.target + return + + cls._schema_cloud_error_read = _schema_cloud_error_read = AAZObjectType() + + cloud_error_read = _schema_cloud_error_read + cloud_error_read.additional_info = AAZListType( + serialized_name="additionalInfo", + flags={"read_only": True}, + ) + cloud_error_read.code = AAZStrType() + cloud_error_read.details = AAZListType( + flags={"read_only": True}, + ) + cloud_error_read.message = AAZStrType() + cloud_error_read.target = AAZStrType() + + additional_info = _schema_cloud_error_read.additional_info + additional_info.Element = AAZObjectType() + + _element = _schema_cloud_error_read.additional_info.Element + _element.type = AAZStrType() + + details = _schema_cloud_error_read.details + details.Element = AAZObjectType() + cls._build_schema_cloud_error_read(details.Element) + + _schema.additional_info = cls._schema_cloud_error_read.additional_info + _schema.code = cls._schema_cloud_error_read.code + _schema.details = cls._schema_cloud_error_read.details + _schema.message = cls._schema_cloud_error_read.message + _schema.target = cls._schema_cloud_error_read.target + + _schema_copy_progress_read = None + + @classmethod + def _build_schema_copy_progress_read(cls, _schema): + if cls._schema_copy_progress_read is not None: + _schema.account_id = cls._schema_copy_progress_read.account_id + _schema.actions = cls._schema_copy_progress_read.actions + _schema.bytes_processed = cls._schema_copy_progress_read.bytes_processed + _schema.data_account_type = cls._schema_copy_progress_read.data_account_type + _schema.directories_errored_out = cls._schema_copy_progress_read.directories_errored_out + _schema.error = cls._schema_copy_progress_read.error + _schema.files_errored_out = cls._schema_copy_progress_read.files_errored_out + _schema.files_processed = cls._schema_copy_progress_read.files_processed + _schema.invalid_directories_processed = cls._schema_copy_progress_read.invalid_directories_processed + _schema.invalid_file_bytes_uploaded = cls._schema_copy_progress_read.invalid_file_bytes_uploaded + _schema.invalid_files_processed = cls._schema_copy_progress_read.invalid_files_processed + _schema.is_enumeration_in_progress = cls._schema_copy_progress_read.is_enumeration_in_progress + _schema.renamed_container_count = cls._schema_copy_progress_read.renamed_container_count + _schema.storage_account_name = cls._schema_copy_progress_read.storage_account_name + _schema.total_bytes_to_process = cls._schema_copy_progress_read.total_bytes_to_process + _schema.total_files_to_process = cls._schema_copy_progress_read.total_files_to_process + _schema.transfer_type = cls._schema_copy_progress_read.transfer_type + return + + cls._schema_copy_progress_read = _schema_copy_progress_read = AAZObjectType() + + copy_progress_read = _schema_copy_progress_read + copy_progress_read.account_id = AAZStrType( + serialized_name="accountId", + flags={"read_only": True}, + ) + copy_progress_read.actions = AAZListType( + flags={"read_only": True}, + ) + copy_progress_read.bytes_processed = AAZIntType( + serialized_name="bytesProcessed", + flags={"read_only": True}, + ) + copy_progress_read.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"read_only": True}, + ) + copy_progress_read.directories_errored_out = AAZIntType( + serialized_name="directoriesErroredOut", + flags={"read_only": True}, + ) + copy_progress_read.error = AAZObjectType() + cls._build_schema_cloud_error_read(copy_progress_read.error) + copy_progress_read.files_errored_out = AAZIntType( + serialized_name="filesErroredOut", + flags={"read_only": True}, + ) + copy_progress_read.files_processed = AAZIntType( + serialized_name="filesProcessed", + flags={"read_only": True}, + ) + copy_progress_read.invalid_directories_processed = AAZIntType( + serialized_name="invalidDirectoriesProcessed", + flags={"read_only": True}, + ) + copy_progress_read.invalid_file_bytes_uploaded = AAZIntType( + serialized_name="invalidFileBytesUploaded", + flags={"read_only": True}, + ) + copy_progress_read.invalid_files_processed = AAZIntType( + serialized_name="invalidFilesProcessed", + flags={"read_only": True}, + ) + copy_progress_read.is_enumeration_in_progress = AAZBoolType( + serialized_name="isEnumerationInProgress", + flags={"read_only": True}, + ) + copy_progress_read.renamed_container_count = AAZIntType( + serialized_name="renamedContainerCount", + flags={"read_only": True}, + ) + copy_progress_read.storage_account_name = AAZStrType( + serialized_name="storageAccountName", + flags={"read_only": True}, + ) + copy_progress_read.total_bytes_to_process = AAZIntType( + serialized_name="totalBytesToProcess", + flags={"read_only": True}, + ) + copy_progress_read.total_files_to_process = AAZIntType( + serialized_name="totalFilesToProcess", + flags={"read_only": True}, + ) + copy_progress_read.transfer_type = AAZStrType( + serialized_name="transferType", + flags={"read_only": True}, + ) + + actions = _schema_copy_progress_read.actions + actions.Element = AAZStrType() + + _schema.account_id = cls._schema_copy_progress_read.account_id + _schema.actions = cls._schema_copy_progress_read.actions + _schema.bytes_processed = cls._schema_copy_progress_read.bytes_processed + _schema.data_account_type = cls._schema_copy_progress_read.data_account_type + _schema.directories_errored_out = cls._schema_copy_progress_read.directories_errored_out + _schema.error = cls._schema_copy_progress_read.error + _schema.files_errored_out = cls._schema_copy_progress_read.files_errored_out + _schema.files_processed = cls._schema_copy_progress_read.files_processed + _schema.invalid_directories_processed = cls._schema_copy_progress_read.invalid_directories_processed + _schema.invalid_file_bytes_uploaded = cls._schema_copy_progress_read.invalid_file_bytes_uploaded + _schema.invalid_files_processed = cls._schema_copy_progress_read.invalid_files_processed + _schema.is_enumeration_in_progress = cls._schema_copy_progress_read.is_enumeration_in_progress + _schema.renamed_container_count = cls._schema_copy_progress_read.renamed_container_count + _schema.storage_account_name = cls._schema_copy_progress_read.storage_account_name + _schema.total_bytes_to_process = cls._schema_copy_progress_read.total_bytes_to_process + _schema.total_files_to_process = cls._schema_copy_progress_read.total_files_to_process + _schema.transfer_type = cls._schema_copy_progress_read.transfer_type + + _schema_data_account_details_read = None + + @classmethod + def _build_schema_data_account_details_read(cls, _schema): + if cls._schema_data_account_details_read is not None: + _schema.data_account_type = cls._schema_data_account_details_read.data_account_type + _schema.discriminate_by( + "data_account_type", + "ManagedDisk", + cls._schema_data_account_details_read.discriminate_by( + "data_account_type", + "ManagedDisk", + ) + ) + _schema.discriminate_by( + "data_account_type", + "StorageAccount", + cls._schema_data_account_details_read.discriminate_by( + "data_account_type", + "StorageAccount", + ) + ) + return + + cls._schema_data_account_details_read = _schema_data_account_details_read = AAZObjectType() + + data_account_details_read = _schema_data_account_details_read + data_account_details_read.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"required": True}, + ) + + disc_managed_disk = _schema_data_account_details_read.discriminate_by("data_account_type", "ManagedDisk") + disc_managed_disk.resource_group_id = AAZStrType( + serialized_name="resourceGroupId", + flags={"required": True}, + ) + disc_managed_disk.staging_storage_account_id = AAZStrType( + serialized_name="stagingStorageAccountId", + flags={"required": True}, + ) + + disc_storage_account = _schema_data_account_details_read.discriminate_by("data_account_type", "StorageAccount") + disc_storage_account.storage_account_id = AAZStrType( + serialized_name="storageAccountId", + flags={"required": True}, + ) + + _schema.data_account_type = cls._schema_data_account_details_read.data_account_type + _schema.discriminate_by( + "data_account_type", + "ManagedDisk", + cls._schema_data_account_details_read.discriminate_by( + "data_account_type", + "ManagedDisk", + ) + ) + _schema.discriminate_by( + "data_account_type", + "StorageAccount", + cls._schema_data_account_details_read.discriminate_by( + "data_account_type", + "StorageAccount", + ) + ) + + _schema_package_shipping_details_read = None + + @classmethod + def _build_schema_package_shipping_details_read(cls, _schema): + if cls._schema_package_shipping_details_read is not None: + _schema.carrier_name = cls._schema_package_shipping_details_read.carrier_name + _schema.tracking_id = cls._schema_package_shipping_details_read.tracking_id + _schema.tracking_url = cls._schema_package_shipping_details_read.tracking_url + return + + cls._schema_package_shipping_details_read = _schema_package_shipping_details_read = AAZObjectType() + + package_shipping_details_read = _schema_package_shipping_details_read + package_shipping_details_read.carrier_name = AAZStrType( + serialized_name="carrierName", + flags={"read_only": True}, + ) + package_shipping_details_read.tracking_id = AAZStrType( + serialized_name="trackingId", + flags={"read_only": True}, + ) + package_shipping_details_read.tracking_url = AAZStrType( + serialized_name="trackingUrl", + flags={"read_only": True}, + ) + + _schema.carrier_name = cls._schema_package_shipping_details_read.carrier_name + _schema.tracking_id = cls._schema_package_shipping_details_read.tracking_id + _schema.tracking_url = cls._schema_package_shipping_details_read.tracking_url + + _schema_shipping_address_read = None + + @classmethod + def _build_schema_shipping_address_read(cls, _schema): + if cls._schema_shipping_address_read is not None: + _schema.address_type = cls._schema_shipping_address_read.address_type + _schema.city = cls._schema_shipping_address_read.city + _schema.company_name = cls._schema_shipping_address_read.company_name + _schema.country = cls._schema_shipping_address_read.country + _schema.postal_code = cls._schema_shipping_address_read.postal_code + _schema.skip_address_validation = cls._schema_shipping_address_read.skip_address_validation + _schema.state_or_province = cls._schema_shipping_address_read.state_or_province + _schema.street_address1 = cls._schema_shipping_address_read.street_address1 + _schema.street_address2 = cls._schema_shipping_address_read.street_address2 + _schema.street_address3 = cls._schema_shipping_address_read.street_address3 + _schema.tax_identification_number = cls._schema_shipping_address_read.tax_identification_number + _schema.zip_extended_code = cls._schema_shipping_address_read.zip_extended_code + return + + cls._schema_shipping_address_read = _schema_shipping_address_read = AAZObjectType() + + shipping_address_read = _schema_shipping_address_read + shipping_address_read.address_type = AAZStrType( + serialized_name="addressType", + ) + shipping_address_read.city = AAZStrType() + shipping_address_read.company_name = AAZStrType( + serialized_name="companyName", + ) + shipping_address_read.country = AAZStrType( + flags={"required": True}, + ) + shipping_address_read.postal_code = AAZStrType( + serialized_name="postalCode", + ) + shipping_address_read.skip_address_validation = AAZBoolType( + serialized_name="skipAddressValidation", + ) + shipping_address_read.state_or_province = AAZStrType( + serialized_name="stateOrProvince", + ) + shipping_address_read.street_address1 = AAZStrType( + serialized_name="streetAddress1", + flags={"required": True}, + ) + shipping_address_read.street_address2 = AAZStrType( + serialized_name="streetAddress2", + ) + shipping_address_read.street_address3 = AAZStrType( + serialized_name="streetAddress3", + ) + shipping_address_read.tax_identification_number = AAZStrType( + serialized_name="taxIdentificationNumber", + ) + shipping_address_read.zip_extended_code = AAZStrType( + serialized_name="zipExtendedCode", + ) + + _schema.address_type = cls._schema_shipping_address_read.address_type + _schema.city = cls._schema_shipping_address_read.city + _schema.company_name = cls._schema_shipping_address_read.company_name + _schema.country = cls._schema_shipping_address_read.country + _schema.postal_code = cls._schema_shipping_address_read.postal_code + _schema.skip_address_validation = cls._schema_shipping_address_read.skip_address_validation + _schema.state_or_province = cls._schema_shipping_address_read.state_or_province + _schema.street_address1 = cls._schema_shipping_address_read.street_address1 + _schema.street_address2 = cls._schema_shipping_address_read.street_address2 + _schema.street_address3 = cls._schema_shipping_address_read.street_address3 + _schema.tax_identification_number = cls._schema_shipping_address_read.tax_identification_number + _schema.zip_extended_code = cls._schema_shipping_address_read.zip_extended_code + + _schema_transport_preferences_read = None + + @classmethod + def _build_schema_transport_preferences_read(cls, _schema): + if cls._schema_transport_preferences_read is not None: + _schema.is_updated = cls._schema_transport_preferences_read.is_updated + _schema.preferred_shipment_type = cls._schema_transport_preferences_read.preferred_shipment_type + return + + cls._schema_transport_preferences_read = _schema_transport_preferences_read = AAZObjectType() + + transport_preferences_read = _schema_transport_preferences_read + transport_preferences_read.is_updated = AAZBoolType( + serialized_name="isUpdated", + flags={"read_only": True}, + ) + transport_preferences_read.preferred_shipment_type = AAZStrType( + serialized_name="preferredShipmentType", + flags={"required": True}, + ) + + _schema.is_updated = cls._schema_transport_preferences_read.is_updated + _schema.preferred_shipment_type = cls._schema_transport_preferences_read.preferred_shipment_type + + +__all__ = ["Create"] diff --git a/src/databox/azext_databox/aaz/latest/databox/job/_delete.py b/src/databox/azext_databox/aaz/latest/databox/job/_delete.py new file mode 100644 index 00000000000..ec40ed86e50 --- /dev/null +++ b/src/databox/azext_databox/aaz/latest/databox/job/_delete.py @@ -0,0 +1,168 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "databox job delete", + confirmation="Are you sure you want to perform this operation?", +) +class Delete(AAZCommand): + """Delete a job. + + :example: Delete job + az databox job delete -n job-name -g rg + """ + + _aaz_info = { + "version": "2022-12-01", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.databox/jobs/{}", "2022-12-01"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.job_name = AAZStrArg( + options=["-n", "--name", "--job-name"], + help="The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^[-\w\.]+$", + max_length=24, + min_length=3, + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.JobsDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class JobsDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "ODataV4Format" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "jobName", self.ctx.args.job_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-01", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/databox/azext_databox/aaz/latest/databox/job/_list.py b/src/databox/azext_databox/aaz/latest/databox/job/_list.py new file mode 100644 index 00000000000..3399905369e --- /dev/null +++ b/src/databox/azext_databox/aaz/latest/databox/job/_list.py @@ -0,0 +1,2599 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "databox job list", +) +class List(AAZCommand): + """List all the jobs available under the subscription. + + :example: List job by resource group + az databox job list -g rg + """ + + _aaz_info = { + "version": "2022-12-01", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.databox/jobs", "2022-12-01"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.databox/jobs", "2022-12-01"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + condition_0 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) + condition_1 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + if condition_0: + self.JobsListByResourceGroup(ctx=self.ctx)() + if condition_1: + self.JobsList(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class JobsListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "ODataV4Format" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.identity = AAZObjectType() + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.sku = AAZObjectType( + flags={"required": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + identity = cls._schema_on_200.value.Element.identity + identity.principal_id = AAZStrType( + serialized_name="principalId", + flags={"read_only": True}, + ) + identity.tenant_id = AAZStrType( + serialized_name="tenantId", + flags={"read_only": True}, + ) + identity.type = AAZStrType() + identity.user_assigned_identities = AAZDictType( + serialized_name="userAssignedIdentities", + ) + + user_assigned_identities = cls._schema_on_200.value.Element.identity.user_assigned_identities + user_assigned_identities.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.identity.user_assigned_identities.Element + _element.client_id = AAZStrType( + serialized_name="clientId", + flags={"read_only": True}, + ) + _element.principal_id = AAZStrType( + serialized_name="principalId", + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.cancellation_reason = AAZStrType( + serialized_name="cancellationReason", + flags={"read_only": True}, + ) + properties.delivery_info = AAZObjectType( + serialized_name="deliveryInfo", + ) + properties.delivery_type = AAZStrType( + serialized_name="deliveryType", + ) + properties.details = AAZObjectType() + properties.error = AAZObjectType() + _ListHelper._build_schema_cloud_error_read(properties.error) + properties.is_cancellable = AAZBoolType( + serialized_name="isCancellable", + flags={"read_only": True}, + ) + properties.is_cancellable_without_fee = AAZBoolType( + serialized_name="isCancellableWithoutFee", + flags={"read_only": True}, + ) + properties.is_deletable = AAZBoolType( + serialized_name="isDeletable", + flags={"read_only": True}, + ) + properties.is_prepare_to_ship_enabled = AAZBoolType( + serialized_name="isPrepareToShipEnabled", + flags={"read_only": True}, + ) + properties.is_shipping_address_editable = AAZBoolType( + serialized_name="isShippingAddressEditable", + flags={"read_only": True}, + ) + properties.reverse_shipping_details_update = AAZStrType( + serialized_name="reverseShippingDetailsUpdate", + flags={"read_only": True}, + ) + properties.reverse_transport_preference_update = AAZStrType( + serialized_name="reverseTransportPreferenceUpdate", + flags={"read_only": True}, + ) + properties.start_time = AAZStrType( + serialized_name="startTime", + flags={"read_only": True}, + ) + properties.status = AAZStrType( + flags={"read_only": True}, + ) + properties.transfer_type = AAZStrType( + serialized_name="transferType", + flags={"required": True}, + ) + + delivery_info = cls._schema_on_200.value.Element.properties.delivery_info + delivery_info.scheduled_date_time = AAZStrType( + serialized_name="scheduledDateTime", + ) + + details = cls._schema_on_200.value.Element.properties.details + details.actions = AAZListType( + flags={"read_only": True}, + ) + details.chain_of_custody_sas_key = AAZStrType( + serialized_name="chainOfCustodySasKey", + flags={"read_only": True}, + ) + details.contact_details = AAZObjectType( + serialized_name="contactDetails", + flags={"required": True}, + ) + details.copy_log_details = AAZListType( + serialized_name="copyLogDetails", + flags={"read_only": True}, + ) + details.data_center_code = AAZStrType( + serialized_name="dataCenterCode", + flags={"read_only": True}, + ) + details.data_export_details = AAZListType( + serialized_name="dataExportDetails", + ) + details.data_import_details = AAZListType( + serialized_name="dataImportDetails", + ) + details.datacenter_address = AAZObjectType( + serialized_name="datacenterAddress", + ) + details.delivery_package = AAZObjectType( + serialized_name="deliveryPackage", + ) + _ListHelper._build_schema_package_shipping_details_read(details.delivery_package) + details.device_erasure_details = AAZObjectType( + serialized_name="deviceErasureDetails", + ) + details.expected_data_size_in_tera_bytes = AAZIntType( + serialized_name="expectedDataSizeInTeraBytes", + ) + details.job_details_type = AAZStrType( + serialized_name="jobDetailsType", + flags={"required": True}, + ) + details.job_stages = AAZListType( + serialized_name="jobStages", + flags={"read_only": True}, + ) + details.key_encryption_key = AAZObjectType( + serialized_name="keyEncryptionKey", + ) + details.last_mitigation_action_on_job = AAZObjectType( + serialized_name="lastMitigationActionOnJob", + ) + details.preferences = AAZObjectType() + details.return_package = AAZObjectType( + serialized_name="returnPackage", + ) + _ListHelper._build_schema_package_shipping_details_read(details.return_package) + details.reverse_shipment_label_sas_key = AAZStrType( + serialized_name="reverseShipmentLabelSasKey", + flags={"read_only": True}, + ) + details.reverse_shipping_details = AAZObjectType( + serialized_name="reverseShippingDetails", + ) + details.shipping_address = AAZObjectType( + serialized_name="shippingAddress", + ) + _ListHelper._build_schema_shipping_address_read(details.shipping_address) + + actions = cls._schema_on_200.value.Element.properties.details.actions + actions.Element = AAZStrType() + + contact_details = cls._schema_on_200.value.Element.properties.details.contact_details + contact_details.contact_name = AAZStrType( + serialized_name="contactName", + flags={"required": True}, + ) + contact_details.email_list = AAZListType( + serialized_name="emailList", + flags={"required": True}, + ) + contact_details.mobile = AAZStrType() + contact_details.notification_preference = AAZListType( + serialized_name="notificationPreference", + ) + contact_details.phone = AAZStrType( + flags={"required": True}, + ) + contact_details.phone_extension = AAZStrType( + serialized_name="phoneExtension", + ) + + email_list = cls._schema_on_200.value.Element.properties.details.contact_details.email_list + email_list.Element = AAZStrType() + + notification_preference = cls._schema_on_200.value.Element.properties.details.contact_details.notification_preference + notification_preference.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.details.contact_details.notification_preference.Element + _element.send_notification = AAZBoolType( + serialized_name="sendNotification", + flags={"required": True}, + ) + _element.stage_name = AAZStrType( + serialized_name="stageName", + flags={"required": True}, + ) + + copy_log_details = cls._schema_on_200.value.Element.properties.details.copy_log_details + copy_log_details.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.details.copy_log_details.Element + _element.copy_log_details_type = AAZStrType( + serialized_name="copyLogDetailsType", + flags={"required": True}, + ) + + disc_data_box = cls._schema_on_200.value.Element.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBox") + disc_data_box.account_name = AAZStrType( + serialized_name="accountName", + flags={"read_only": True}, + ) + disc_data_box.copy_log_link = AAZStrType( + serialized_name="copyLogLink", + flags={"read_only": True}, + ) + disc_data_box.copy_verbose_log_link = AAZStrType( + serialized_name="copyVerboseLogLink", + flags={"read_only": True}, + ) + + disc_data_box_customer_disk = cls._schema_on_200.value.Element.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBoxCustomerDisk") + disc_data_box_customer_disk.error_log_link = AAZStrType( + serialized_name="errorLogLink", + flags={"read_only": True}, + ) + disc_data_box_customer_disk.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + disc_data_box_customer_disk.verbose_log_link = AAZStrType( + serialized_name="verboseLogLink", + flags={"read_only": True}, + ) + + disc_data_box_disk = cls._schema_on_200.value.Element.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBoxDisk") + disc_data_box_disk.disk_serial_number = AAZStrType( + serialized_name="diskSerialNumber", + flags={"read_only": True}, + ) + disc_data_box_disk.error_log_link = AAZStrType( + serialized_name="errorLogLink", + flags={"read_only": True}, + ) + disc_data_box_disk.verbose_log_link = AAZStrType( + serialized_name="verboseLogLink", + flags={"read_only": True}, + ) + + disc_data_box_heavy = cls._schema_on_200.value.Element.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBoxHeavy") + disc_data_box_heavy.account_name = AAZStrType( + serialized_name="accountName", + flags={"read_only": True}, + ) + disc_data_box_heavy.copy_log_link = AAZListType( + serialized_name="copyLogLink", + flags={"read_only": True}, + ) + disc_data_box_heavy.copy_verbose_log_link = AAZListType( + serialized_name="copyVerboseLogLink", + flags={"read_only": True}, + ) + + copy_log_link = cls._schema_on_200.value.Element.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBoxHeavy").copy_log_link + copy_log_link.Element = AAZStrType() + + copy_verbose_log_link = cls._schema_on_200.value.Element.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBoxHeavy").copy_verbose_log_link + copy_verbose_log_link.Element = AAZStrType() + + data_export_details = cls._schema_on_200.value.Element.properties.details.data_export_details + data_export_details.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.details.data_export_details.Element + _element.account_details = AAZObjectType( + serialized_name="accountDetails", + flags={"required": True}, + ) + _ListHelper._build_schema_data_account_details_read(_element.account_details) + _element.log_collection_level = AAZStrType( + serialized_name="logCollectionLevel", + ) + _element.transfer_configuration = AAZObjectType( + serialized_name="transferConfiguration", + flags={"required": True}, + ) + + transfer_configuration = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration + transfer_configuration.transfer_all_details = AAZObjectType( + serialized_name="transferAllDetails", + ) + transfer_configuration.transfer_configuration_type = AAZStrType( + serialized_name="transferConfigurationType", + flags={"required": True}, + ) + transfer_configuration.transfer_filter_details = AAZObjectType( + serialized_name="transferFilterDetails", + ) + + transfer_all_details = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration.transfer_all_details + transfer_all_details.include = AAZObjectType() + + include = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration.transfer_all_details.include + include.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"required": True}, + ) + include.transfer_all_blobs = AAZBoolType( + serialized_name="transferAllBlobs", + ) + include.transfer_all_files = AAZBoolType( + serialized_name="transferAllFiles", + ) + + transfer_filter_details = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details + transfer_filter_details.include = AAZObjectType() + + include = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include + include.azure_file_filter_details = AAZObjectType( + serialized_name="azureFileFilterDetails", + ) + include.blob_filter_details = AAZObjectType( + serialized_name="blobFilterDetails", + ) + include.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"required": True}, + ) + include.filter_file_details = AAZListType( + serialized_name="filterFileDetails", + ) + + azure_file_filter_details = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.azure_file_filter_details + azure_file_filter_details.file_path_list = AAZListType( + serialized_name="filePathList", + ) + azure_file_filter_details.file_prefix_list = AAZListType( + serialized_name="filePrefixList", + ) + azure_file_filter_details.file_share_list = AAZListType( + serialized_name="fileShareList", + ) + + file_path_list = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.azure_file_filter_details.file_path_list + file_path_list.Element = AAZStrType() + + file_prefix_list = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.azure_file_filter_details.file_prefix_list + file_prefix_list.Element = AAZStrType() + + file_share_list = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.azure_file_filter_details.file_share_list + file_share_list.Element = AAZStrType() + + blob_filter_details = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.blob_filter_details + blob_filter_details.blob_path_list = AAZListType( + serialized_name="blobPathList", + ) + blob_filter_details.blob_prefix_list = AAZListType( + serialized_name="blobPrefixList", + ) + blob_filter_details.container_list = AAZListType( + serialized_name="containerList", + ) + + blob_path_list = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.blob_filter_details.blob_path_list + blob_path_list.Element = AAZStrType() + + blob_prefix_list = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.blob_filter_details.blob_prefix_list + blob_prefix_list.Element = AAZStrType() + + container_list = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.blob_filter_details.container_list + container_list.Element = AAZStrType() + + filter_file_details = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.filter_file_details + filter_file_details.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.filter_file_details.Element + _element.filter_file_path = AAZStrType( + serialized_name="filterFilePath", + flags={"required": True}, + ) + _element.filter_file_type = AAZStrType( + serialized_name="filterFileType", + flags={"required": True}, + ) + + data_import_details = cls._schema_on_200.value.Element.properties.details.data_import_details + data_import_details.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.details.data_import_details.Element + _element.account_details = AAZObjectType( + serialized_name="accountDetails", + flags={"required": True}, + ) + _ListHelper._build_schema_data_account_details_read(_element.account_details) + _element.log_collection_level = AAZStrType( + serialized_name="logCollectionLevel", + ) + + datacenter_address = cls._schema_on_200.value.Element.properties.details.datacenter_address + datacenter_address.data_center_azure_location = AAZStrType( + serialized_name="dataCenterAzureLocation", + flags={"read_only": True}, + ) + datacenter_address.datacenter_address_type = AAZStrType( + serialized_name="datacenterAddressType", + flags={"required": True}, + ) + datacenter_address.supported_carriers_for_return_shipment = AAZListType( + serialized_name="supportedCarriersForReturnShipment", + flags={"read_only": True}, + ) + + supported_carriers_for_return_shipment = cls._schema_on_200.value.Element.properties.details.datacenter_address.supported_carriers_for_return_shipment + supported_carriers_for_return_shipment.Element = AAZStrType() + + disc_datacenter_address_instruction = cls._schema_on_200.value.Element.properties.details.datacenter_address.discriminate_by("datacenter_address_type", "DatacenterAddressInstruction") + disc_datacenter_address_instruction.communication_instruction = AAZStrType( + serialized_name="communicationInstruction", + flags={"read_only": True}, + ) + + disc_datacenter_address_location = cls._schema_on_200.value.Element.properties.details.datacenter_address.discriminate_by("datacenter_address_type", "DatacenterAddressLocation") + disc_datacenter_address_location.additional_shipping_information = AAZStrType( + serialized_name="additionalShippingInformation", + flags={"read_only": True}, + ) + disc_datacenter_address_location.address_type = AAZStrType( + serialized_name="addressType", + flags={"read_only": True}, + ) + disc_datacenter_address_location.city = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.company = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.contact_person_name = AAZStrType( + serialized_name="contactPersonName", + flags={"read_only": True}, + ) + disc_datacenter_address_location.country = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.phone = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.phone_extension = AAZStrType( + serialized_name="phoneExtension", + flags={"read_only": True}, + ) + disc_datacenter_address_location.state = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.street1 = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.street2 = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.street3 = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.zip = AAZStrType( + flags={"read_only": True}, + ) + + device_erasure_details = cls._schema_on_200.value.Element.properties.details.device_erasure_details + device_erasure_details.device_erasure_status = AAZStrType( + serialized_name="deviceErasureStatus", + flags={"read_only": True}, + ) + device_erasure_details.erasure_or_destruction_certificate_sas_key = AAZStrType( + serialized_name="erasureOrDestructionCertificateSasKey", + flags={"read_only": True}, + ) + + job_stages = cls._schema_on_200.value.Element.properties.details.job_stages + job_stages.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.details.job_stages.Element + _element.display_name = AAZStrType( + serialized_name="displayName", + flags={"read_only": True}, + ) + _element.stage_name = AAZStrType( + serialized_name="stageName", + flags={"read_only": True}, + ) + _element.stage_status = AAZStrType( + serialized_name="stageStatus", + flags={"read_only": True}, + ) + _element.stage_time = AAZStrType( + serialized_name="stageTime", + flags={"read_only": True}, + ) + + key_encryption_key = cls._schema_on_200.value.Element.properties.details.key_encryption_key + key_encryption_key.identity_properties = AAZObjectType( + serialized_name="identityProperties", + ) + key_encryption_key.kek_type = AAZStrType( + serialized_name="kekType", + flags={"required": True}, + ) + key_encryption_key.kek_url = AAZStrType( + serialized_name="kekUrl", + ) + key_encryption_key.kek_vault_resource_id = AAZStrType( + serialized_name="kekVaultResourceID", + ) + + identity_properties = cls._schema_on_200.value.Element.properties.details.key_encryption_key.identity_properties + identity_properties.type = AAZStrType() + identity_properties.user_assigned = AAZObjectType( + serialized_name="userAssigned", + ) + + user_assigned = cls._schema_on_200.value.Element.properties.details.key_encryption_key.identity_properties.user_assigned + user_assigned.resource_id = AAZStrType( + serialized_name="resourceId", + ) + + last_mitigation_action_on_job = cls._schema_on_200.value.Element.properties.details.last_mitigation_action_on_job + last_mitigation_action_on_job.action_date_time_in_utc = AAZStrType( + serialized_name="actionDateTimeInUtc", + ) + last_mitigation_action_on_job.customer_resolution = AAZStrType( + serialized_name="customerResolution", + ) + last_mitigation_action_on_job.is_performed_by_customer = AAZBoolType( + serialized_name="isPerformedByCustomer", + ) + + preferences = cls._schema_on_200.value.Element.properties.details.preferences + preferences.encryption_preferences = AAZObjectType( + serialized_name="encryptionPreferences", + ) + preferences.preferred_data_center_region = AAZListType( + serialized_name="preferredDataCenterRegion", + ) + preferences.reverse_transport_preferences = AAZObjectType( + serialized_name="reverseTransportPreferences", + ) + _ListHelper._build_schema_transport_preferences_read(preferences.reverse_transport_preferences) + preferences.storage_account_access_tier_preferences = AAZListType( + serialized_name="storageAccountAccessTierPreferences", + ) + preferences.transport_preferences = AAZObjectType( + serialized_name="transportPreferences", + ) + _ListHelper._build_schema_transport_preferences_read(preferences.transport_preferences) + + encryption_preferences = cls._schema_on_200.value.Element.properties.details.preferences.encryption_preferences + encryption_preferences.double_encryption = AAZStrType( + serialized_name="doubleEncryption", + ) + encryption_preferences.hardware_encryption = AAZStrType( + serialized_name="hardwareEncryption", + ) + + preferred_data_center_region = cls._schema_on_200.value.Element.properties.details.preferences.preferred_data_center_region + preferred_data_center_region.Element = AAZStrType() + + storage_account_access_tier_preferences = cls._schema_on_200.value.Element.properties.details.preferences.storage_account_access_tier_preferences + storage_account_access_tier_preferences.Element = AAZStrType() + + reverse_shipping_details = cls._schema_on_200.value.Element.properties.details.reverse_shipping_details + reverse_shipping_details.contact_details = AAZObjectType( + serialized_name="contactDetails", + ) + reverse_shipping_details.is_updated = AAZBoolType( + serialized_name="isUpdated", + flags={"read_only": True}, + ) + reverse_shipping_details.shipping_address = AAZObjectType( + serialized_name="shippingAddress", + ) + _ListHelper._build_schema_shipping_address_read(reverse_shipping_details.shipping_address) + + contact_details = cls._schema_on_200.value.Element.properties.details.reverse_shipping_details.contact_details + contact_details.contact_name = AAZStrType( + serialized_name="contactName", + flags={"required": True}, + ) + contact_details.mobile = AAZStrType() + contact_details.phone = AAZStrType( + flags={"required": True}, + ) + contact_details.phone_extension = AAZStrType( + serialized_name="phoneExtension", + ) + + disc_data_box = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBox") + disc_data_box.copy_progress = AAZListType( + serialized_name="copyProgress", + flags={"read_only": True}, + ) + disc_data_box.device_password = AAZStrType( + serialized_name="devicePassword", + ) + + copy_progress = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBox").copy_progress + copy_progress.Element = AAZObjectType() + _ListHelper._build_schema_copy_progress_read(copy_progress.Element) + + disc_data_box_customer_disk = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk") + disc_data_box_customer_disk.copy_progress = AAZListType( + serialized_name="copyProgress", + flags={"read_only": True}, + ) + disc_data_box_customer_disk.deliver_to_dc_package_details = AAZObjectType( + serialized_name="deliverToDcPackageDetails", + ) + disc_data_box_customer_disk.enable_manifest_backup = AAZBoolType( + serialized_name="enableManifestBackup", + ) + disc_data_box_customer_disk.export_disk_details_collection = AAZDictType( + serialized_name="exportDiskDetailsCollection", + flags={"read_only": True}, + ) + disc_data_box_customer_disk.import_disk_details_collection = AAZDictType( + serialized_name="importDiskDetailsCollection", + ) + disc_data_box_customer_disk.return_to_customer_package_details = AAZObjectType( + serialized_name="returnToCustomerPackageDetails", + flags={"required": True}, + ) + + copy_progress = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").copy_progress + copy_progress.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").copy_progress.Element + _element.account_id = AAZStrType( + serialized_name="accountId", + flags={"read_only": True}, + ) + _element.actions = AAZListType( + flags={"read_only": True}, + ) + _element.bytes_processed = AAZIntType( + serialized_name="bytesProcessed", + flags={"read_only": True}, + ) + _element.copy_status = AAZStrType( + serialized_name="copyStatus", + flags={"read_only": True}, + ) + _element.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"read_only": True}, + ) + _element.directories_errored_out = AAZIntType( + serialized_name="directoriesErroredOut", + flags={"read_only": True}, + ) + _element.error = AAZObjectType() + _ListHelper._build_schema_cloud_error_read(_element.error) + _element.files_errored_out = AAZIntType( + serialized_name="filesErroredOut", + flags={"read_only": True}, + ) + _element.files_processed = AAZIntType( + serialized_name="filesProcessed", + flags={"read_only": True}, + ) + _element.invalid_directories_processed = AAZIntType( + serialized_name="invalidDirectoriesProcessed", + flags={"read_only": True}, + ) + _element.invalid_file_bytes_uploaded = AAZIntType( + serialized_name="invalidFileBytesUploaded", + flags={"read_only": True}, + ) + _element.invalid_files_processed = AAZIntType( + serialized_name="invalidFilesProcessed", + flags={"read_only": True}, + ) + _element.is_enumeration_in_progress = AAZBoolType( + serialized_name="isEnumerationInProgress", + flags={"read_only": True}, + ) + _element.renamed_container_count = AAZIntType( + serialized_name="renamedContainerCount", + flags={"read_only": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + _element.storage_account_name = AAZStrType( + serialized_name="storageAccountName", + flags={"read_only": True}, + ) + _element.total_bytes_to_process = AAZIntType( + serialized_name="totalBytesToProcess", + flags={"read_only": True}, + ) + _element.total_files_to_process = AAZIntType( + serialized_name="totalFilesToProcess", + flags={"read_only": True}, + ) + _element.transfer_type = AAZStrType( + serialized_name="transferType", + flags={"read_only": True}, + ) + + actions = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").copy_progress.Element.actions + actions.Element = AAZStrType() + + deliver_to_dc_package_details = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").deliver_to_dc_package_details + deliver_to_dc_package_details.carrier_name = AAZStrType( + serialized_name="carrierName", + ) + deliver_to_dc_package_details.tracking_id = AAZStrType( + serialized_name="trackingId", + ) + + export_disk_details_collection = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").export_disk_details_collection + export_disk_details_collection.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").export_disk_details_collection.Element + _element.backup_manifest_cloud_path = AAZStrType( + serialized_name="backupManifestCloudPath", + flags={"read_only": True}, + ) + _element.manifest_file = AAZStrType( + serialized_name="manifestFile", + flags={"read_only": True}, + ) + _element.manifest_hash = AAZStrType( + serialized_name="manifestHash", + flags={"read_only": True}, + ) + + import_disk_details_collection = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").import_disk_details_collection + import_disk_details_collection.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").import_disk_details_collection.Element + _element.backup_manifest_cloud_path = AAZStrType( + serialized_name="backupManifestCloudPath", + flags={"read_only": True}, + ) + _element.bit_locker_key = AAZStrType( + serialized_name="bitLockerKey", + flags={"required": True, "secret": True}, + ) + _element.manifest_file = AAZStrType( + serialized_name="manifestFile", + flags={"required": True}, + ) + _element.manifest_hash = AAZStrType( + serialized_name="manifestHash", + flags={"required": True}, + ) + + return_to_customer_package_details = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").return_to_customer_package_details + return_to_customer_package_details.carrier_account_number = AAZStrType( + serialized_name="carrierAccountNumber", + flags={"secret": True}, + ) + return_to_customer_package_details.carrier_name = AAZStrType( + serialized_name="carrierName", + ) + return_to_customer_package_details.tracking_id = AAZStrType( + serialized_name="trackingId", + ) + + disc_data_box_disk = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxDisk") + disc_data_box_disk.copy_progress = AAZListType( + serialized_name="copyProgress", + flags={"read_only": True}, + ) + disc_data_box_disk.disks_and_size_details = AAZDictType( + serialized_name="disksAndSizeDetails", + flags={"read_only": True}, + ) + disc_data_box_disk.granular_copy_log_details = AAZListType( + serialized_name="granularCopyLogDetails", + flags={"read_only": True}, + ) + disc_data_box_disk.granular_copy_progress = AAZListType( + serialized_name="granularCopyProgress", + flags={"read_only": True}, + ) + disc_data_box_disk.passkey = AAZStrType() + disc_data_box_disk.preferred_disks = AAZDictType( + serialized_name="preferredDisks", + ) + + copy_progress = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxDisk").copy_progress + copy_progress.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxDisk").copy_progress.Element + _element.actions = AAZListType( + flags={"read_only": True}, + ) + _element.bytes_copied = AAZIntType( + serialized_name="bytesCopied", + flags={"read_only": True}, + ) + _element.error = AAZObjectType() + _ListHelper._build_schema_cloud_error_read(_element.error) + _element.percent_complete = AAZIntType( + serialized_name="percentComplete", + flags={"read_only": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + _element.status = AAZStrType( + flags={"read_only": True}, + ) + + actions = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxDisk").copy_progress.Element.actions + actions.Element = AAZStrType() + + disks_and_size_details = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxDisk").disks_and_size_details + disks_and_size_details.Element = AAZIntType() + + granular_copy_log_details = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxDisk").granular_copy_log_details + granular_copy_log_details.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxDisk").granular_copy_log_details.Element + _element.account_id = AAZStrType( + serialized_name="accountId", + flags={"read_only": True}, + ) + _element.copy_log_details_type = AAZStrType( + serialized_name="copyLogDetailsType", + flags={"required": True}, + ) + _element.error_log_link = AAZStrType( + serialized_name="errorLogLink", + flags={"read_only": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + _element.verbose_log_link = AAZStrType( + serialized_name="verboseLogLink", + flags={"read_only": True}, + ) + + granular_copy_progress = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxDisk").granular_copy_progress + granular_copy_progress.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxDisk").granular_copy_progress.Element + _element.account_id = AAZStrType( + serialized_name="accountId", + flags={"read_only": True}, + ) + _element.actions = AAZListType( + flags={"read_only": True}, + ) + _element.bytes_processed = AAZIntType( + serialized_name="bytesProcessed", + flags={"read_only": True}, + ) + _element.copy_status = AAZStrType( + serialized_name="copyStatus", + flags={"read_only": True}, + ) + _element.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"read_only": True}, + ) + _element.directories_errored_out = AAZIntType( + serialized_name="directoriesErroredOut", + flags={"read_only": True}, + ) + _element.error = AAZObjectType() + _ListHelper._build_schema_cloud_error_read(_element.error) + _element.files_errored_out = AAZIntType( + serialized_name="filesErroredOut", + flags={"read_only": True}, + ) + _element.files_processed = AAZIntType( + serialized_name="filesProcessed", + flags={"read_only": True}, + ) + _element.invalid_directories_processed = AAZIntType( + serialized_name="invalidDirectoriesProcessed", + flags={"read_only": True}, + ) + _element.invalid_file_bytes_uploaded = AAZIntType( + serialized_name="invalidFileBytesUploaded", + flags={"read_only": True}, + ) + _element.invalid_files_processed = AAZIntType( + serialized_name="invalidFilesProcessed", + flags={"read_only": True}, + ) + _element.is_enumeration_in_progress = AAZBoolType( + serialized_name="isEnumerationInProgress", + flags={"read_only": True}, + ) + _element.renamed_container_count = AAZIntType( + serialized_name="renamedContainerCount", + flags={"read_only": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + _element.storage_account_name = AAZStrType( + serialized_name="storageAccountName", + flags={"read_only": True}, + ) + _element.total_bytes_to_process = AAZIntType( + serialized_name="totalBytesToProcess", + flags={"read_only": True}, + ) + _element.total_files_to_process = AAZIntType( + serialized_name="totalFilesToProcess", + flags={"read_only": True}, + ) + _element.transfer_type = AAZStrType( + serialized_name="transferType", + flags={"read_only": True}, + ) + + actions = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxDisk").granular_copy_progress.Element.actions + actions.Element = AAZStrType() + + preferred_disks = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxDisk").preferred_disks + preferred_disks.Element = AAZIntType() + + disc_data_box_heavy = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxHeavy") + disc_data_box_heavy.copy_progress = AAZListType( + serialized_name="copyProgress", + flags={"read_only": True}, + ) + disc_data_box_heavy.device_password = AAZStrType( + serialized_name="devicePassword", + ) + + copy_progress = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxHeavy").copy_progress + copy_progress.Element = AAZObjectType() + _ListHelper._build_schema_copy_progress_read(copy_progress.Element) + + sku = cls._schema_on_200.value.Element.sku + sku.display_name = AAZStrType( + serialized_name="displayName", + ) + sku.family = AAZStrType() + sku.name = AAZStrType( + flags={"required": True}, + ) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + flags={"read_only": True}, + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + flags={"read_only": True}, + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + flags={"read_only": True}, + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + flags={"read_only": True}, + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + flags={"read_only": True}, + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + flags={"read_only": True}, + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + class JobsList(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.DataBox/jobs", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "ODataV4Format" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.identity = AAZObjectType() + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.sku = AAZObjectType( + flags={"required": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + identity = cls._schema_on_200.value.Element.identity + identity.principal_id = AAZStrType( + serialized_name="principalId", + flags={"read_only": True}, + ) + identity.tenant_id = AAZStrType( + serialized_name="tenantId", + flags={"read_only": True}, + ) + identity.type = AAZStrType() + identity.user_assigned_identities = AAZDictType( + serialized_name="userAssignedIdentities", + ) + + user_assigned_identities = cls._schema_on_200.value.Element.identity.user_assigned_identities + user_assigned_identities.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.identity.user_assigned_identities.Element + _element.client_id = AAZStrType( + serialized_name="clientId", + flags={"read_only": True}, + ) + _element.principal_id = AAZStrType( + serialized_name="principalId", + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.cancellation_reason = AAZStrType( + serialized_name="cancellationReason", + flags={"read_only": True}, + ) + properties.delivery_info = AAZObjectType( + serialized_name="deliveryInfo", + ) + properties.delivery_type = AAZStrType( + serialized_name="deliveryType", + ) + properties.details = AAZObjectType() + properties.error = AAZObjectType() + _ListHelper._build_schema_cloud_error_read(properties.error) + properties.is_cancellable = AAZBoolType( + serialized_name="isCancellable", + flags={"read_only": True}, + ) + properties.is_cancellable_without_fee = AAZBoolType( + serialized_name="isCancellableWithoutFee", + flags={"read_only": True}, + ) + properties.is_deletable = AAZBoolType( + serialized_name="isDeletable", + flags={"read_only": True}, + ) + properties.is_prepare_to_ship_enabled = AAZBoolType( + serialized_name="isPrepareToShipEnabled", + flags={"read_only": True}, + ) + properties.is_shipping_address_editable = AAZBoolType( + serialized_name="isShippingAddressEditable", + flags={"read_only": True}, + ) + properties.reverse_shipping_details_update = AAZStrType( + serialized_name="reverseShippingDetailsUpdate", + flags={"read_only": True}, + ) + properties.reverse_transport_preference_update = AAZStrType( + serialized_name="reverseTransportPreferenceUpdate", + flags={"read_only": True}, + ) + properties.start_time = AAZStrType( + serialized_name="startTime", + flags={"read_only": True}, + ) + properties.status = AAZStrType( + flags={"read_only": True}, + ) + properties.transfer_type = AAZStrType( + serialized_name="transferType", + flags={"required": True}, + ) + + delivery_info = cls._schema_on_200.value.Element.properties.delivery_info + delivery_info.scheduled_date_time = AAZStrType( + serialized_name="scheduledDateTime", + ) + + details = cls._schema_on_200.value.Element.properties.details + details.actions = AAZListType( + flags={"read_only": True}, + ) + details.chain_of_custody_sas_key = AAZStrType( + serialized_name="chainOfCustodySasKey", + flags={"read_only": True}, + ) + details.contact_details = AAZObjectType( + serialized_name="contactDetails", + flags={"required": True}, + ) + details.copy_log_details = AAZListType( + serialized_name="copyLogDetails", + flags={"read_only": True}, + ) + details.data_center_code = AAZStrType( + serialized_name="dataCenterCode", + flags={"read_only": True}, + ) + details.data_export_details = AAZListType( + serialized_name="dataExportDetails", + ) + details.data_import_details = AAZListType( + serialized_name="dataImportDetails", + ) + details.datacenter_address = AAZObjectType( + serialized_name="datacenterAddress", + ) + details.delivery_package = AAZObjectType( + serialized_name="deliveryPackage", + ) + _ListHelper._build_schema_package_shipping_details_read(details.delivery_package) + details.device_erasure_details = AAZObjectType( + serialized_name="deviceErasureDetails", + ) + details.expected_data_size_in_tera_bytes = AAZIntType( + serialized_name="expectedDataSizeInTeraBytes", + ) + details.job_details_type = AAZStrType( + serialized_name="jobDetailsType", + flags={"required": True}, + ) + details.job_stages = AAZListType( + serialized_name="jobStages", + flags={"read_only": True}, + ) + details.key_encryption_key = AAZObjectType( + serialized_name="keyEncryptionKey", + ) + details.last_mitigation_action_on_job = AAZObjectType( + serialized_name="lastMitigationActionOnJob", + ) + details.preferences = AAZObjectType() + details.return_package = AAZObjectType( + serialized_name="returnPackage", + ) + _ListHelper._build_schema_package_shipping_details_read(details.return_package) + details.reverse_shipment_label_sas_key = AAZStrType( + serialized_name="reverseShipmentLabelSasKey", + flags={"read_only": True}, + ) + details.reverse_shipping_details = AAZObjectType( + serialized_name="reverseShippingDetails", + ) + details.shipping_address = AAZObjectType( + serialized_name="shippingAddress", + ) + _ListHelper._build_schema_shipping_address_read(details.shipping_address) + + actions = cls._schema_on_200.value.Element.properties.details.actions + actions.Element = AAZStrType() + + contact_details = cls._schema_on_200.value.Element.properties.details.contact_details + contact_details.contact_name = AAZStrType( + serialized_name="contactName", + flags={"required": True}, + ) + contact_details.email_list = AAZListType( + serialized_name="emailList", + flags={"required": True}, + ) + contact_details.mobile = AAZStrType() + contact_details.notification_preference = AAZListType( + serialized_name="notificationPreference", + ) + contact_details.phone = AAZStrType( + flags={"required": True}, + ) + contact_details.phone_extension = AAZStrType( + serialized_name="phoneExtension", + ) + + email_list = cls._schema_on_200.value.Element.properties.details.contact_details.email_list + email_list.Element = AAZStrType() + + notification_preference = cls._schema_on_200.value.Element.properties.details.contact_details.notification_preference + notification_preference.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.details.contact_details.notification_preference.Element + _element.send_notification = AAZBoolType( + serialized_name="sendNotification", + flags={"required": True}, + ) + _element.stage_name = AAZStrType( + serialized_name="stageName", + flags={"required": True}, + ) + + copy_log_details = cls._schema_on_200.value.Element.properties.details.copy_log_details + copy_log_details.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.details.copy_log_details.Element + _element.copy_log_details_type = AAZStrType( + serialized_name="copyLogDetailsType", + flags={"required": True}, + ) + + disc_data_box = cls._schema_on_200.value.Element.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBox") + disc_data_box.account_name = AAZStrType( + serialized_name="accountName", + flags={"read_only": True}, + ) + disc_data_box.copy_log_link = AAZStrType( + serialized_name="copyLogLink", + flags={"read_only": True}, + ) + disc_data_box.copy_verbose_log_link = AAZStrType( + serialized_name="copyVerboseLogLink", + flags={"read_only": True}, + ) + + disc_data_box_customer_disk = cls._schema_on_200.value.Element.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBoxCustomerDisk") + disc_data_box_customer_disk.error_log_link = AAZStrType( + serialized_name="errorLogLink", + flags={"read_only": True}, + ) + disc_data_box_customer_disk.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + disc_data_box_customer_disk.verbose_log_link = AAZStrType( + serialized_name="verboseLogLink", + flags={"read_only": True}, + ) + + disc_data_box_disk = cls._schema_on_200.value.Element.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBoxDisk") + disc_data_box_disk.disk_serial_number = AAZStrType( + serialized_name="diskSerialNumber", + flags={"read_only": True}, + ) + disc_data_box_disk.error_log_link = AAZStrType( + serialized_name="errorLogLink", + flags={"read_only": True}, + ) + disc_data_box_disk.verbose_log_link = AAZStrType( + serialized_name="verboseLogLink", + flags={"read_only": True}, + ) + + disc_data_box_heavy = cls._schema_on_200.value.Element.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBoxHeavy") + disc_data_box_heavy.account_name = AAZStrType( + serialized_name="accountName", + flags={"read_only": True}, + ) + disc_data_box_heavy.copy_log_link = AAZListType( + serialized_name="copyLogLink", + flags={"read_only": True}, + ) + disc_data_box_heavy.copy_verbose_log_link = AAZListType( + serialized_name="copyVerboseLogLink", + flags={"read_only": True}, + ) + + copy_log_link = cls._schema_on_200.value.Element.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBoxHeavy").copy_log_link + copy_log_link.Element = AAZStrType() + + copy_verbose_log_link = cls._schema_on_200.value.Element.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBoxHeavy").copy_verbose_log_link + copy_verbose_log_link.Element = AAZStrType() + + data_export_details = cls._schema_on_200.value.Element.properties.details.data_export_details + data_export_details.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.details.data_export_details.Element + _element.account_details = AAZObjectType( + serialized_name="accountDetails", + flags={"required": True}, + ) + _ListHelper._build_schema_data_account_details_read(_element.account_details) + _element.log_collection_level = AAZStrType( + serialized_name="logCollectionLevel", + ) + _element.transfer_configuration = AAZObjectType( + serialized_name="transferConfiguration", + flags={"required": True}, + ) + + transfer_configuration = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration + transfer_configuration.transfer_all_details = AAZObjectType( + serialized_name="transferAllDetails", + ) + transfer_configuration.transfer_configuration_type = AAZStrType( + serialized_name="transferConfigurationType", + flags={"required": True}, + ) + transfer_configuration.transfer_filter_details = AAZObjectType( + serialized_name="transferFilterDetails", + ) + + transfer_all_details = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration.transfer_all_details + transfer_all_details.include = AAZObjectType() + + include = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration.transfer_all_details.include + include.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"required": True}, + ) + include.transfer_all_blobs = AAZBoolType( + serialized_name="transferAllBlobs", + ) + include.transfer_all_files = AAZBoolType( + serialized_name="transferAllFiles", + ) + + transfer_filter_details = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details + transfer_filter_details.include = AAZObjectType() + + include = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include + include.azure_file_filter_details = AAZObjectType( + serialized_name="azureFileFilterDetails", + ) + include.blob_filter_details = AAZObjectType( + serialized_name="blobFilterDetails", + ) + include.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"required": True}, + ) + include.filter_file_details = AAZListType( + serialized_name="filterFileDetails", + ) + + azure_file_filter_details = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.azure_file_filter_details + azure_file_filter_details.file_path_list = AAZListType( + serialized_name="filePathList", + ) + azure_file_filter_details.file_prefix_list = AAZListType( + serialized_name="filePrefixList", + ) + azure_file_filter_details.file_share_list = AAZListType( + serialized_name="fileShareList", + ) + + file_path_list = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.azure_file_filter_details.file_path_list + file_path_list.Element = AAZStrType() + + file_prefix_list = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.azure_file_filter_details.file_prefix_list + file_prefix_list.Element = AAZStrType() + + file_share_list = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.azure_file_filter_details.file_share_list + file_share_list.Element = AAZStrType() + + blob_filter_details = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.blob_filter_details + blob_filter_details.blob_path_list = AAZListType( + serialized_name="blobPathList", + ) + blob_filter_details.blob_prefix_list = AAZListType( + serialized_name="blobPrefixList", + ) + blob_filter_details.container_list = AAZListType( + serialized_name="containerList", + ) + + blob_path_list = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.blob_filter_details.blob_path_list + blob_path_list.Element = AAZStrType() + + blob_prefix_list = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.blob_filter_details.blob_prefix_list + blob_prefix_list.Element = AAZStrType() + + container_list = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.blob_filter_details.container_list + container_list.Element = AAZStrType() + + filter_file_details = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.filter_file_details + filter_file_details.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.filter_file_details.Element + _element.filter_file_path = AAZStrType( + serialized_name="filterFilePath", + flags={"required": True}, + ) + _element.filter_file_type = AAZStrType( + serialized_name="filterFileType", + flags={"required": True}, + ) + + data_import_details = cls._schema_on_200.value.Element.properties.details.data_import_details + data_import_details.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.details.data_import_details.Element + _element.account_details = AAZObjectType( + serialized_name="accountDetails", + flags={"required": True}, + ) + _ListHelper._build_schema_data_account_details_read(_element.account_details) + _element.log_collection_level = AAZStrType( + serialized_name="logCollectionLevel", + ) + + datacenter_address = cls._schema_on_200.value.Element.properties.details.datacenter_address + datacenter_address.data_center_azure_location = AAZStrType( + serialized_name="dataCenterAzureLocation", + flags={"read_only": True}, + ) + datacenter_address.datacenter_address_type = AAZStrType( + serialized_name="datacenterAddressType", + flags={"required": True}, + ) + datacenter_address.supported_carriers_for_return_shipment = AAZListType( + serialized_name="supportedCarriersForReturnShipment", + flags={"read_only": True}, + ) + + supported_carriers_for_return_shipment = cls._schema_on_200.value.Element.properties.details.datacenter_address.supported_carriers_for_return_shipment + supported_carriers_for_return_shipment.Element = AAZStrType() + + disc_datacenter_address_instruction = cls._schema_on_200.value.Element.properties.details.datacenter_address.discriminate_by("datacenter_address_type", "DatacenterAddressInstruction") + disc_datacenter_address_instruction.communication_instruction = AAZStrType( + serialized_name="communicationInstruction", + flags={"read_only": True}, + ) + + disc_datacenter_address_location = cls._schema_on_200.value.Element.properties.details.datacenter_address.discriminate_by("datacenter_address_type", "DatacenterAddressLocation") + disc_datacenter_address_location.additional_shipping_information = AAZStrType( + serialized_name="additionalShippingInformation", + flags={"read_only": True}, + ) + disc_datacenter_address_location.address_type = AAZStrType( + serialized_name="addressType", + flags={"read_only": True}, + ) + disc_datacenter_address_location.city = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.company = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.contact_person_name = AAZStrType( + serialized_name="contactPersonName", + flags={"read_only": True}, + ) + disc_datacenter_address_location.country = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.phone = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.phone_extension = AAZStrType( + serialized_name="phoneExtension", + flags={"read_only": True}, + ) + disc_datacenter_address_location.state = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.street1 = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.street2 = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.street3 = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.zip = AAZStrType( + flags={"read_only": True}, + ) + + device_erasure_details = cls._schema_on_200.value.Element.properties.details.device_erasure_details + device_erasure_details.device_erasure_status = AAZStrType( + serialized_name="deviceErasureStatus", + flags={"read_only": True}, + ) + device_erasure_details.erasure_or_destruction_certificate_sas_key = AAZStrType( + serialized_name="erasureOrDestructionCertificateSasKey", + flags={"read_only": True}, + ) + + job_stages = cls._schema_on_200.value.Element.properties.details.job_stages + job_stages.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.details.job_stages.Element + _element.display_name = AAZStrType( + serialized_name="displayName", + flags={"read_only": True}, + ) + _element.stage_name = AAZStrType( + serialized_name="stageName", + flags={"read_only": True}, + ) + _element.stage_status = AAZStrType( + serialized_name="stageStatus", + flags={"read_only": True}, + ) + _element.stage_time = AAZStrType( + serialized_name="stageTime", + flags={"read_only": True}, + ) + + key_encryption_key = cls._schema_on_200.value.Element.properties.details.key_encryption_key + key_encryption_key.identity_properties = AAZObjectType( + serialized_name="identityProperties", + ) + key_encryption_key.kek_type = AAZStrType( + serialized_name="kekType", + flags={"required": True}, + ) + key_encryption_key.kek_url = AAZStrType( + serialized_name="kekUrl", + ) + key_encryption_key.kek_vault_resource_id = AAZStrType( + serialized_name="kekVaultResourceID", + ) + + identity_properties = cls._schema_on_200.value.Element.properties.details.key_encryption_key.identity_properties + identity_properties.type = AAZStrType() + identity_properties.user_assigned = AAZObjectType( + serialized_name="userAssigned", + ) + + user_assigned = cls._schema_on_200.value.Element.properties.details.key_encryption_key.identity_properties.user_assigned + user_assigned.resource_id = AAZStrType( + serialized_name="resourceId", + ) + + last_mitigation_action_on_job = cls._schema_on_200.value.Element.properties.details.last_mitigation_action_on_job + last_mitigation_action_on_job.action_date_time_in_utc = AAZStrType( + serialized_name="actionDateTimeInUtc", + ) + last_mitigation_action_on_job.customer_resolution = AAZStrType( + serialized_name="customerResolution", + ) + last_mitigation_action_on_job.is_performed_by_customer = AAZBoolType( + serialized_name="isPerformedByCustomer", + ) + + preferences = cls._schema_on_200.value.Element.properties.details.preferences + preferences.encryption_preferences = AAZObjectType( + serialized_name="encryptionPreferences", + ) + preferences.preferred_data_center_region = AAZListType( + serialized_name="preferredDataCenterRegion", + ) + preferences.reverse_transport_preferences = AAZObjectType( + serialized_name="reverseTransportPreferences", + ) + _ListHelper._build_schema_transport_preferences_read(preferences.reverse_transport_preferences) + preferences.storage_account_access_tier_preferences = AAZListType( + serialized_name="storageAccountAccessTierPreferences", + ) + preferences.transport_preferences = AAZObjectType( + serialized_name="transportPreferences", + ) + _ListHelper._build_schema_transport_preferences_read(preferences.transport_preferences) + + encryption_preferences = cls._schema_on_200.value.Element.properties.details.preferences.encryption_preferences + encryption_preferences.double_encryption = AAZStrType( + serialized_name="doubleEncryption", + ) + encryption_preferences.hardware_encryption = AAZStrType( + serialized_name="hardwareEncryption", + ) + + preferred_data_center_region = cls._schema_on_200.value.Element.properties.details.preferences.preferred_data_center_region + preferred_data_center_region.Element = AAZStrType() + + storage_account_access_tier_preferences = cls._schema_on_200.value.Element.properties.details.preferences.storage_account_access_tier_preferences + storage_account_access_tier_preferences.Element = AAZStrType() + + reverse_shipping_details = cls._schema_on_200.value.Element.properties.details.reverse_shipping_details + reverse_shipping_details.contact_details = AAZObjectType( + serialized_name="contactDetails", + ) + reverse_shipping_details.is_updated = AAZBoolType( + serialized_name="isUpdated", + flags={"read_only": True}, + ) + reverse_shipping_details.shipping_address = AAZObjectType( + serialized_name="shippingAddress", + ) + _ListHelper._build_schema_shipping_address_read(reverse_shipping_details.shipping_address) + + contact_details = cls._schema_on_200.value.Element.properties.details.reverse_shipping_details.contact_details + contact_details.contact_name = AAZStrType( + serialized_name="contactName", + flags={"required": True}, + ) + contact_details.mobile = AAZStrType() + contact_details.phone = AAZStrType( + flags={"required": True}, + ) + contact_details.phone_extension = AAZStrType( + serialized_name="phoneExtension", + ) + + disc_data_box = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBox") + disc_data_box.copy_progress = AAZListType( + serialized_name="copyProgress", + flags={"read_only": True}, + ) + disc_data_box.device_password = AAZStrType( + serialized_name="devicePassword", + ) + + copy_progress = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBox").copy_progress + copy_progress.Element = AAZObjectType() + _ListHelper._build_schema_copy_progress_read(copy_progress.Element) + + disc_data_box_customer_disk = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk") + disc_data_box_customer_disk.copy_progress = AAZListType( + serialized_name="copyProgress", + flags={"read_only": True}, + ) + disc_data_box_customer_disk.deliver_to_dc_package_details = AAZObjectType( + serialized_name="deliverToDcPackageDetails", + ) + disc_data_box_customer_disk.enable_manifest_backup = AAZBoolType( + serialized_name="enableManifestBackup", + ) + disc_data_box_customer_disk.export_disk_details_collection = AAZDictType( + serialized_name="exportDiskDetailsCollection", + flags={"read_only": True}, + ) + disc_data_box_customer_disk.import_disk_details_collection = AAZDictType( + serialized_name="importDiskDetailsCollection", + ) + disc_data_box_customer_disk.return_to_customer_package_details = AAZObjectType( + serialized_name="returnToCustomerPackageDetails", + flags={"required": True}, + ) + + copy_progress = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").copy_progress + copy_progress.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").copy_progress.Element + _element.account_id = AAZStrType( + serialized_name="accountId", + flags={"read_only": True}, + ) + _element.actions = AAZListType( + flags={"read_only": True}, + ) + _element.bytes_processed = AAZIntType( + serialized_name="bytesProcessed", + flags={"read_only": True}, + ) + _element.copy_status = AAZStrType( + serialized_name="copyStatus", + flags={"read_only": True}, + ) + _element.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"read_only": True}, + ) + _element.directories_errored_out = AAZIntType( + serialized_name="directoriesErroredOut", + flags={"read_only": True}, + ) + _element.error = AAZObjectType() + _ListHelper._build_schema_cloud_error_read(_element.error) + _element.files_errored_out = AAZIntType( + serialized_name="filesErroredOut", + flags={"read_only": True}, + ) + _element.files_processed = AAZIntType( + serialized_name="filesProcessed", + flags={"read_only": True}, + ) + _element.invalid_directories_processed = AAZIntType( + serialized_name="invalidDirectoriesProcessed", + flags={"read_only": True}, + ) + _element.invalid_file_bytes_uploaded = AAZIntType( + serialized_name="invalidFileBytesUploaded", + flags={"read_only": True}, + ) + _element.invalid_files_processed = AAZIntType( + serialized_name="invalidFilesProcessed", + flags={"read_only": True}, + ) + _element.is_enumeration_in_progress = AAZBoolType( + serialized_name="isEnumerationInProgress", + flags={"read_only": True}, + ) + _element.renamed_container_count = AAZIntType( + serialized_name="renamedContainerCount", + flags={"read_only": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + _element.storage_account_name = AAZStrType( + serialized_name="storageAccountName", + flags={"read_only": True}, + ) + _element.total_bytes_to_process = AAZIntType( + serialized_name="totalBytesToProcess", + flags={"read_only": True}, + ) + _element.total_files_to_process = AAZIntType( + serialized_name="totalFilesToProcess", + flags={"read_only": True}, + ) + _element.transfer_type = AAZStrType( + serialized_name="transferType", + flags={"read_only": True}, + ) + + actions = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").copy_progress.Element.actions + actions.Element = AAZStrType() + + deliver_to_dc_package_details = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").deliver_to_dc_package_details + deliver_to_dc_package_details.carrier_name = AAZStrType( + serialized_name="carrierName", + ) + deliver_to_dc_package_details.tracking_id = AAZStrType( + serialized_name="trackingId", + ) + + export_disk_details_collection = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").export_disk_details_collection + export_disk_details_collection.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").export_disk_details_collection.Element + _element.backup_manifest_cloud_path = AAZStrType( + serialized_name="backupManifestCloudPath", + flags={"read_only": True}, + ) + _element.manifest_file = AAZStrType( + serialized_name="manifestFile", + flags={"read_only": True}, + ) + _element.manifest_hash = AAZStrType( + serialized_name="manifestHash", + flags={"read_only": True}, + ) + + import_disk_details_collection = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").import_disk_details_collection + import_disk_details_collection.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").import_disk_details_collection.Element + _element.backup_manifest_cloud_path = AAZStrType( + serialized_name="backupManifestCloudPath", + flags={"read_only": True}, + ) + _element.bit_locker_key = AAZStrType( + serialized_name="bitLockerKey", + flags={"required": True, "secret": True}, + ) + _element.manifest_file = AAZStrType( + serialized_name="manifestFile", + flags={"required": True}, + ) + _element.manifest_hash = AAZStrType( + serialized_name="manifestHash", + flags={"required": True}, + ) + + return_to_customer_package_details = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").return_to_customer_package_details + return_to_customer_package_details.carrier_account_number = AAZStrType( + serialized_name="carrierAccountNumber", + flags={"secret": True}, + ) + return_to_customer_package_details.carrier_name = AAZStrType( + serialized_name="carrierName", + ) + return_to_customer_package_details.tracking_id = AAZStrType( + serialized_name="trackingId", + ) + + disc_data_box_disk = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxDisk") + disc_data_box_disk.copy_progress = AAZListType( + serialized_name="copyProgress", + flags={"read_only": True}, + ) + disc_data_box_disk.disks_and_size_details = AAZDictType( + serialized_name="disksAndSizeDetails", + flags={"read_only": True}, + ) + disc_data_box_disk.granular_copy_log_details = AAZListType( + serialized_name="granularCopyLogDetails", + flags={"read_only": True}, + ) + disc_data_box_disk.granular_copy_progress = AAZListType( + serialized_name="granularCopyProgress", + flags={"read_only": True}, + ) + disc_data_box_disk.passkey = AAZStrType() + disc_data_box_disk.preferred_disks = AAZDictType( + serialized_name="preferredDisks", + ) + + copy_progress = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxDisk").copy_progress + copy_progress.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxDisk").copy_progress.Element + _element.actions = AAZListType( + flags={"read_only": True}, + ) + _element.bytes_copied = AAZIntType( + serialized_name="bytesCopied", + flags={"read_only": True}, + ) + _element.error = AAZObjectType() + _ListHelper._build_schema_cloud_error_read(_element.error) + _element.percent_complete = AAZIntType( + serialized_name="percentComplete", + flags={"read_only": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + _element.status = AAZStrType( + flags={"read_only": True}, + ) + + actions = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxDisk").copy_progress.Element.actions + actions.Element = AAZStrType() + + disks_and_size_details = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxDisk").disks_and_size_details + disks_and_size_details.Element = AAZIntType() + + granular_copy_log_details = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxDisk").granular_copy_log_details + granular_copy_log_details.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxDisk").granular_copy_log_details.Element + _element.account_id = AAZStrType( + serialized_name="accountId", + flags={"read_only": True}, + ) + _element.copy_log_details_type = AAZStrType( + serialized_name="copyLogDetailsType", + flags={"required": True}, + ) + _element.error_log_link = AAZStrType( + serialized_name="errorLogLink", + flags={"read_only": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + _element.verbose_log_link = AAZStrType( + serialized_name="verboseLogLink", + flags={"read_only": True}, + ) + + granular_copy_progress = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxDisk").granular_copy_progress + granular_copy_progress.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxDisk").granular_copy_progress.Element + _element.account_id = AAZStrType( + serialized_name="accountId", + flags={"read_only": True}, + ) + _element.actions = AAZListType( + flags={"read_only": True}, + ) + _element.bytes_processed = AAZIntType( + serialized_name="bytesProcessed", + flags={"read_only": True}, + ) + _element.copy_status = AAZStrType( + serialized_name="copyStatus", + flags={"read_only": True}, + ) + _element.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"read_only": True}, + ) + _element.directories_errored_out = AAZIntType( + serialized_name="directoriesErroredOut", + flags={"read_only": True}, + ) + _element.error = AAZObjectType() + _ListHelper._build_schema_cloud_error_read(_element.error) + _element.files_errored_out = AAZIntType( + serialized_name="filesErroredOut", + flags={"read_only": True}, + ) + _element.files_processed = AAZIntType( + serialized_name="filesProcessed", + flags={"read_only": True}, + ) + _element.invalid_directories_processed = AAZIntType( + serialized_name="invalidDirectoriesProcessed", + flags={"read_only": True}, + ) + _element.invalid_file_bytes_uploaded = AAZIntType( + serialized_name="invalidFileBytesUploaded", + flags={"read_only": True}, + ) + _element.invalid_files_processed = AAZIntType( + serialized_name="invalidFilesProcessed", + flags={"read_only": True}, + ) + _element.is_enumeration_in_progress = AAZBoolType( + serialized_name="isEnumerationInProgress", + flags={"read_only": True}, + ) + _element.renamed_container_count = AAZIntType( + serialized_name="renamedContainerCount", + flags={"read_only": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + _element.storage_account_name = AAZStrType( + serialized_name="storageAccountName", + flags={"read_only": True}, + ) + _element.total_bytes_to_process = AAZIntType( + serialized_name="totalBytesToProcess", + flags={"read_only": True}, + ) + _element.total_files_to_process = AAZIntType( + serialized_name="totalFilesToProcess", + flags={"read_only": True}, + ) + _element.transfer_type = AAZStrType( + serialized_name="transferType", + flags={"read_only": True}, + ) + + actions = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxDisk").granular_copy_progress.Element.actions + actions.Element = AAZStrType() + + preferred_disks = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxDisk").preferred_disks + preferred_disks.Element = AAZIntType() + + disc_data_box_heavy = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxHeavy") + disc_data_box_heavy.copy_progress = AAZListType( + serialized_name="copyProgress", + flags={"read_only": True}, + ) + disc_data_box_heavy.device_password = AAZStrType( + serialized_name="devicePassword", + ) + + copy_progress = cls._schema_on_200.value.Element.properties.details.discriminate_by("job_details_type", "DataBoxHeavy").copy_progress + copy_progress.Element = AAZObjectType() + _ListHelper._build_schema_copy_progress_read(copy_progress.Element) + + sku = cls._schema_on_200.value.Element.sku + sku.display_name = AAZStrType( + serialized_name="displayName", + ) + sku.family = AAZStrType() + sku.name = AAZStrType( + flags={"required": True}, + ) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + flags={"read_only": True}, + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + flags={"read_only": True}, + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + flags={"read_only": True}, + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + flags={"read_only": True}, + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + flags={"read_only": True}, + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + flags={"read_only": True}, + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + _schema_cloud_error_read = None + + @classmethod + def _build_schema_cloud_error_read(cls, _schema): + if cls._schema_cloud_error_read is not None: + _schema.additional_info = cls._schema_cloud_error_read.additional_info + _schema.code = cls._schema_cloud_error_read.code + _schema.details = cls._schema_cloud_error_read.details + _schema.message = cls._schema_cloud_error_read.message + _schema.target = cls._schema_cloud_error_read.target + return + + cls._schema_cloud_error_read = _schema_cloud_error_read = AAZObjectType() + + cloud_error_read = _schema_cloud_error_read + cloud_error_read.additional_info = AAZListType( + serialized_name="additionalInfo", + flags={"read_only": True}, + ) + cloud_error_read.code = AAZStrType() + cloud_error_read.details = AAZListType( + flags={"read_only": True}, + ) + cloud_error_read.message = AAZStrType() + cloud_error_read.target = AAZStrType() + + additional_info = _schema_cloud_error_read.additional_info + additional_info.Element = AAZObjectType() + + _element = _schema_cloud_error_read.additional_info.Element + _element.type = AAZStrType() + + details = _schema_cloud_error_read.details + details.Element = AAZObjectType() + cls._build_schema_cloud_error_read(details.Element) + + _schema.additional_info = cls._schema_cloud_error_read.additional_info + _schema.code = cls._schema_cloud_error_read.code + _schema.details = cls._schema_cloud_error_read.details + _schema.message = cls._schema_cloud_error_read.message + _schema.target = cls._schema_cloud_error_read.target + + _schema_copy_progress_read = None + + @classmethod + def _build_schema_copy_progress_read(cls, _schema): + if cls._schema_copy_progress_read is not None: + _schema.account_id = cls._schema_copy_progress_read.account_id + _schema.actions = cls._schema_copy_progress_read.actions + _schema.bytes_processed = cls._schema_copy_progress_read.bytes_processed + _schema.data_account_type = cls._schema_copy_progress_read.data_account_type + _schema.directories_errored_out = cls._schema_copy_progress_read.directories_errored_out + _schema.error = cls._schema_copy_progress_read.error + _schema.files_errored_out = cls._schema_copy_progress_read.files_errored_out + _schema.files_processed = cls._schema_copy_progress_read.files_processed + _schema.invalid_directories_processed = cls._schema_copy_progress_read.invalid_directories_processed + _schema.invalid_file_bytes_uploaded = cls._schema_copy_progress_read.invalid_file_bytes_uploaded + _schema.invalid_files_processed = cls._schema_copy_progress_read.invalid_files_processed + _schema.is_enumeration_in_progress = cls._schema_copy_progress_read.is_enumeration_in_progress + _schema.renamed_container_count = cls._schema_copy_progress_read.renamed_container_count + _schema.storage_account_name = cls._schema_copy_progress_read.storage_account_name + _schema.total_bytes_to_process = cls._schema_copy_progress_read.total_bytes_to_process + _schema.total_files_to_process = cls._schema_copy_progress_read.total_files_to_process + _schema.transfer_type = cls._schema_copy_progress_read.transfer_type + return + + cls._schema_copy_progress_read = _schema_copy_progress_read = AAZObjectType() + + copy_progress_read = _schema_copy_progress_read + copy_progress_read.account_id = AAZStrType( + serialized_name="accountId", + flags={"read_only": True}, + ) + copy_progress_read.actions = AAZListType( + flags={"read_only": True}, + ) + copy_progress_read.bytes_processed = AAZIntType( + serialized_name="bytesProcessed", + flags={"read_only": True}, + ) + copy_progress_read.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"read_only": True}, + ) + copy_progress_read.directories_errored_out = AAZIntType( + serialized_name="directoriesErroredOut", + flags={"read_only": True}, + ) + copy_progress_read.error = AAZObjectType() + cls._build_schema_cloud_error_read(copy_progress_read.error) + copy_progress_read.files_errored_out = AAZIntType( + serialized_name="filesErroredOut", + flags={"read_only": True}, + ) + copy_progress_read.files_processed = AAZIntType( + serialized_name="filesProcessed", + flags={"read_only": True}, + ) + copy_progress_read.invalid_directories_processed = AAZIntType( + serialized_name="invalidDirectoriesProcessed", + flags={"read_only": True}, + ) + copy_progress_read.invalid_file_bytes_uploaded = AAZIntType( + serialized_name="invalidFileBytesUploaded", + flags={"read_only": True}, + ) + copy_progress_read.invalid_files_processed = AAZIntType( + serialized_name="invalidFilesProcessed", + flags={"read_only": True}, + ) + copy_progress_read.is_enumeration_in_progress = AAZBoolType( + serialized_name="isEnumerationInProgress", + flags={"read_only": True}, + ) + copy_progress_read.renamed_container_count = AAZIntType( + serialized_name="renamedContainerCount", + flags={"read_only": True}, + ) + copy_progress_read.storage_account_name = AAZStrType( + serialized_name="storageAccountName", + flags={"read_only": True}, + ) + copy_progress_read.total_bytes_to_process = AAZIntType( + serialized_name="totalBytesToProcess", + flags={"read_only": True}, + ) + copy_progress_read.total_files_to_process = AAZIntType( + serialized_name="totalFilesToProcess", + flags={"read_only": True}, + ) + copy_progress_read.transfer_type = AAZStrType( + serialized_name="transferType", + flags={"read_only": True}, + ) + + actions = _schema_copy_progress_read.actions + actions.Element = AAZStrType() + + _schema.account_id = cls._schema_copy_progress_read.account_id + _schema.actions = cls._schema_copy_progress_read.actions + _schema.bytes_processed = cls._schema_copy_progress_read.bytes_processed + _schema.data_account_type = cls._schema_copy_progress_read.data_account_type + _schema.directories_errored_out = cls._schema_copy_progress_read.directories_errored_out + _schema.error = cls._schema_copy_progress_read.error + _schema.files_errored_out = cls._schema_copy_progress_read.files_errored_out + _schema.files_processed = cls._schema_copy_progress_read.files_processed + _schema.invalid_directories_processed = cls._schema_copy_progress_read.invalid_directories_processed + _schema.invalid_file_bytes_uploaded = cls._schema_copy_progress_read.invalid_file_bytes_uploaded + _schema.invalid_files_processed = cls._schema_copy_progress_read.invalid_files_processed + _schema.is_enumeration_in_progress = cls._schema_copy_progress_read.is_enumeration_in_progress + _schema.renamed_container_count = cls._schema_copy_progress_read.renamed_container_count + _schema.storage_account_name = cls._schema_copy_progress_read.storage_account_name + _schema.total_bytes_to_process = cls._schema_copy_progress_read.total_bytes_to_process + _schema.total_files_to_process = cls._schema_copy_progress_read.total_files_to_process + _schema.transfer_type = cls._schema_copy_progress_read.transfer_type + + _schema_data_account_details_read = None + + @classmethod + def _build_schema_data_account_details_read(cls, _schema): + if cls._schema_data_account_details_read is not None: + _schema.data_account_type = cls._schema_data_account_details_read.data_account_type + _schema.discriminate_by( + "data_account_type", + "ManagedDisk", + cls._schema_data_account_details_read.discriminate_by( + "data_account_type", + "ManagedDisk", + ) + ) + _schema.discriminate_by( + "data_account_type", + "StorageAccount", + cls._schema_data_account_details_read.discriminate_by( + "data_account_type", + "StorageAccount", + ) + ) + return + + cls._schema_data_account_details_read = _schema_data_account_details_read = AAZObjectType() + + data_account_details_read = _schema_data_account_details_read + data_account_details_read.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"required": True}, + ) + + disc_managed_disk = _schema_data_account_details_read.discriminate_by("data_account_type", "ManagedDisk") + disc_managed_disk.resource_group_id = AAZStrType( + serialized_name="resourceGroupId", + flags={"required": True}, + ) + disc_managed_disk.staging_storage_account_id = AAZStrType( + serialized_name="stagingStorageAccountId", + flags={"required": True}, + ) + + disc_storage_account = _schema_data_account_details_read.discriminate_by("data_account_type", "StorageAccount") + disc_storage_account.storage_account_id = AAZStrType( + serialized_name="storageAccountId", + flags={"required": True}, + ) + + _schema.data_account_type = cls._schema_data_account_details_read.data_account_type + _schema.discriminate_by( + "data_account_type", + "ManagedDisk", + cls._schema_data_account_details_read.discriminate_by( + "data_account_type", + "ManagedDisk", + ) + ) + _schema.discriminate_by( + "data_account_type", + "StorageAccount", + cls._schema_data_account_details_read.discriminate_by( + "data_account_type", + "StorageAccount", + ) + ) + + _schema_package_shipping_details_read = None + + @classmethod + def _build_schema_package_shipping_details_read(cls, _schema): + if cls._schema_package_shipping_details_read is not None: + _schema.carrier_name = cls._schema_package_shipping_details_read.carrier_name + _schema.tracking_id = cls._schema_package_shipping_details_read.tracking_id + _schema.tracking_url = cls._schema_package_shipping_details_read.tracking_url + return + + cls._schema_package_shipping_details_read = _schema_package_shipping_details_read = AAZObjectType() + + package_shipping_details_read = _schema_package_shipping_details_read + package_shipping_details_read.carrier_name = AAZStrType( + serialized_name="carrierName", + flags={"read_only": True}, + ) + package_shipping_details_read.tracking_id = AAZStrType( + serialized_name="trackingId", + flags={"read_only": True}, + ) + package_shipping_details_read.tracking_url = AAZStrType( + serialized_name="trackingUrl", + flags={"read_only": True}, + ) + + _schema.carrier_name = cls._schema_package_shipping_details_read.carrier_name + _schema.tracking_id = cls._schema_package_shipping_details_read.tracking_id + _schema.tracking_url = cls._schema_package_shipping_details_read.tracking_url + + _schema_shipping_address_read = None + + @classmethod + def _build_schema_shipping_address_read(cls, _schema): + if cls._schema_shipping_address_read is not None: + _schema.address_type = cls._schema_shipping_address_read.address_type + _schema.city = cls._schema_shipping_address_read.city + _schema.company_name = cls._schema_shipping_address_read.company_name + _schema.country = cls._schema_shipping_address_read.country + _schema.postal_code = cls._schema_shipping_address_read.postal_code + _schema.skip_address_validation = cls._schema_shipping_address_read.skip_address_validation + _schema.state_or_province = cls._schema_shipping_address_read.state_or_province + _schema.street_address1 = cls._schema_shipping_address_read.street_address1 + _schema.street_address2 = cls._schema_shipping_address_read.street_address2 + _schema.street_address3 = cls._schema_shipping_address_read.street_address3 + _schema.tax_identification_number = cls._schema_shipping_address_read.tax_identification_number + _schema.zip_extended_code = cls._schema_shipping_address_read.zip_extended_code + return + + cls._schema_shipping_address_read = _schema_shipping_address_read = AAZObjectType() + + shipping_address_read = _schema_shipping_address_read + shipping_address_read.address_type = AAZStrType( + serialized_name="addressType", + ) + shipping_address_read.city = AAZStrType() + shipping_address_read.company_name = AAZStrType( + serialized_name="companyName", + ) + shipping_address_read.country = AAZStrType( + flags={"required": True}, + ) + shipping_address_read.postal_code = AAZStrType( + serialized_name="postalCode", + ) + shipping_address_read.skip_address_validation = AAZBoolType( + serialized_name="skipAddressValidation", + ) + shipping_address_read.state_or_province = AAZStrType( + serialized_name="stateOrProvince", + ) + shipping_address_read.street_address1 = AAZStrType( + serialized_name="streetAddress1", + flags={"required": True}, + ) + shipping_address_read.street_address2 = AAZStrType( + serialized_name="streetAddress2", + ) + shipping_address_read.street_address3 = AAZStrType( + serialized_name="streetAddress3", + ) + shipping_address_read.tax_identification_number = AAZStrType( + serialized_name="taxIdentificationNumber", + ) + shipping_address_read.zip_extended_code = AAZStrType( + serialized_name="zipExtendedCode", + ) + + _schema.address_type = cls._schema_shipping_address_read.address_type + _schema.city = cls._schema_shipping_address_read.city + _schema.company_name = cls._schema_shipping_address_read.company_name + _schema.country = cls._schema_shipping_address_read.country + _schema.postal_code = cls._schema_shipping_address_read.postal_code + _schema.skip_address_validation = cls._schema_shipping_address_read.skip_address_validation + _schema.state_or_province = cls._schema_shipping_address_read.state_or_province + _schema.street_address1 = cls._schema_shipping_address_read.street_address1 + _schema.street_address2 = cls._schema_shipping_address_read.street_address2 + _schema.street_address3 = cls._schema_shipping_address_read.street_address3 + _schema.tax_identification_number = cls._schema_shipping_address_read.tax_identification_number + _schema.zip_extended_code = cls._schema_shipping_address_read.zip_extended_code + + _schema_transport_preferences_read = None + + @classmethod + def _build_schema_transport_preferences_read(cls, _schema): + if cls._schema_transport_preferences_read is not None: + _schema.is_updated = cls._schema_transport_preferences_read.is_updated + _schema.preferred_shipment_type = cls._schema_transport_preferences_read.preferred_shipment_type + return + + cls._schema_transport_preferences_read = _schema_transport_preferences_read = AAZObjectType() + + transport_preferences_read = _schema_transport_preferences_read + transport_preferences_read.is_updated = AAZBoolType( + serialized_name="isUpdated", + flags={"read_only": True}, + ) + transport_preferences_read.preferred_shipment_type = AAZStrType( + serialized_name="preferredShipmentType", + flags={"required": True}, + ) + + _schema.is_updated = cls._schema_transport_preferences_read.is_updated + _schema.preferred_shipment_type = cls._schema_transport_preferences_read.preferred_shipment_type + + +__all__ = ["List"] diff --git a/src/databox/azext_databox/aaz/latest/databox/job/_list_credential.py b/src/databox/azext_databox/aaz/latest/databox/job/_list_credential.py new file mode 100644 index 00000000000..bc951a35bf4 --- /dev/null +++ b/src/databox/azext_databox/aaz/latest/databox/job/_list_credential.py @@ -0,0 +1,465 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "databox job list-credential", +) +class ListCredential(AAZCommand): + """This method gets the unencrypted secrets related to the job. + + :example: List credential + az databox job list-credential -g rg -n job-name + """ + + _aaz_info = { + "version": "2022-12-01", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.databox/jobs/{}/listcredentials", "2022-12-01"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.job_name = AAZStrArg( + options=["-n", "--name", "--job-name"], + help="The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^[-\w\.]+$", + max_length=24, + min_length=3, + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.JobsListCredentials(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + return result + + class JobsListCredentials(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}/listCredentials", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "ODataV4Format" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "jobName", self.ctx.args.job_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.job_name = AAZStrType( + serialized_name="jobName", + flags={"read_only": True}, + ) + _element.job_secrets = AAZObjectType( + serialized_name="jobSecrets", + ) + + job_secrets = cls._schema_on_200.value.Element.job_secrets + job_secrets.dc_access_security_code = AAZObjectType( + serialized_name="dcAccessSecurityCode", + ) + job_secrets.error = AAZObjectType() + _ListCredentialHelper._build_schema_cloud_error_read(job_secrets.error) + job_secrets.job_secrets_type = AAZStrType( + serialized_name="jobSecretsType", + flags={"required": True}, + ) + + dc_access_security_code = cls._schema_on_200.value.Element.job_secrets.dc_access_security_code + dc_access_security_code.forward_dc_access_code = AAZStrType( + serialized_name="forwardDCAccessCode", + ) + dc_access_security_code.reverse_dc_access_code = AAZStrType( + serialized_name="reverseDCAccessCode", + ) + + disc_data_box = cls._schema_on_200.value.Element.job_secrets.discriminate_by("job_secrets_type", "DataBox") + disc_data_box.pod_secrets = AAZListType( + serialized_name="podSecrets", + ) + + pod_secrets = cls._schema_on_200.value.Element.job_secrets.discriminate_by("job_secrets_type", "DataBox").pod_secrets + pod_secrets.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.job_secrets.discriminate_by("job_secrets_type", "DataBox").pod_secrets.Element + _element.account_credential_details = AAZListType( + serialized_name="accountCredentialDetails", + flags={"read_only": True}, + ) + _element.device_password = AAZStrType( + serialized_name="devicePassword", + flags={"read_only": True}, + ) + _element.device_serial_number = AAZStrType( + serialized_name="deviceSerialNumber", + flags={"read_only": True}, + ) + _element.encoded_validation_cert_pub_key = AAZStrType( + serialized_name="encodedValidationCertPubKey", + flags={"read_only": True}, + ) + _element.network_configurations = AAZListType( + serialized_name="networkConfigurations", + flags={"read_only": True}, + ) + + account_credential_details = cls._schema_on_200.value.Element.job_secrets.discriminate_by("job_secrets_type", "DataBox").pod_secrets.Element.account_credential_details + account_credential_details.Element = AAZObjectType() + _ListCredentialHelper._build_schema_account_credential_details_read(account_credential_details.Element) + + network_configurations = cls._schema_on_200.value.Element.job_secrets.discriminate_by("job_secrets_type", "DataBox").pod_secrets.Element.network_configurations + network_configurations.Element = AAZObjectType() + _ListCredentialHelper._build_schema_appliance_network_configuration_read(network_configurations.Element) + + disc_data_box_customer_disk = cls._schema_on_200.value.Element.job_secrets.discriminate_by("job_secrets_type", "DataBoxCustomerDisk") + disc_data_box_customer_disk.carrier_account_number = AAZStrType( + serialized_name="carrierAccountNumber", + flags={"secret": True, "read_only": True}, + ) + disc_data_box_customer_disk.disk_secrets = AAZListType( + serialized_name="diskSecrets", + flags={"read_only": True}, + ) + + disk_secrets = cls._schema_on_200.value.Element.job_secrets.discriminate_by("job_secrets_type", "DataBoxCustomerDisk").disk_secrets + disk_secrets.Element = AAZObjectType() + _ListCredentialHelper._build_schema_disk_secret_read(disk_secrets.Element) + + disc_data_box_disk = cls._schema_on_200.value.Element.job_secrets.discriminate_by("job_secrets_type", "DataBoxDisk") + disc_data_box_disk.disk_secrets = AAZListType( + serialized_name="diskSecrets", + flags={"read_only": True}, + ) + disc_data_box_disk.is_passkey_user_defined = AAZBoolType( + serialized_name="isPasskeyUserDefined", + flags={"read_only": True}, + ) + disc_data_box_disk.pass_key = AAZStrType( + serialized_name="passKey", + flags={"read_only": True}, + ) + + disk_secrets = cls._schema_on_200.value.Element.job_secrets.discriminate_by("job_secrets_type", "DataBoxDisk").disk_secrets + disk_secrets.Element = AAZObjectType() + _ListCredentialHelper._build_schema_disk_secret_read(disk_secrets.Element) + + disc_data_box_heavy = cls._schema_on_200.value.Element.job_secrets.discriminate_by("job_secrets_type", "DataBoxHeavy") + disc_data_box_heavy.cabinet_pod_secrets = AAZListType( + serialized_name="cabinetPodSecrets", + flags={"read_only": True}, + ) + + cabinet_pod_secrets = cls._schema_on_200.value.Element.job_secrets.discriminate_by("job_secrets_type", "DataBoxHeavy").cabinet_pod_secrets + cabinet_pod_secrets.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.job_secrets.discriminate_by("job_secrets_type", "DataBoxHeavy").cabinet_pod_secrets.Element + _element.account_credential_details = AAZListType( + serialized_name="accountCredentialDetails", + flags={"read_only": True}, + ) + _element.device_password = AAZStrType( + serialized_name="devicePassword", + flags={"read_only": True}, + ) + _element.device_serial_number = AAZStrType( + serialized_name="deviceSerialNumber", + flags={"read_only": True}, + ) + _element.encoded_validation_cert_pub_key = AAZStrType( + serialized_name="encodedValidationCertPubKey", + flags={"read_only": True}, + ) + _element.network_configurations = AAZListType( + serialized_name="networkConfigurations", + flags={"read_only": True}, + ) + + account_credential_details = cls._schema_on_200.value.Element.job_secrets.discriminate_by("job_secrets_type", "DataBoxHeavy").cabinet_pod_secrets.Element.account_credential_details + account_credential_details.Element = AAZObjectType() + _ListCredentialHelper._build_schema_account_credential_details_read(account_credential_details.Element) + + network_configurations = cls._schema_on_200.value.Element.job_secrets.discriminate_by("job_secrets_type", "DataBoxHeavy").cabinet_pod_secrets.Element.network_configurations + network_configurations.Element = AAZObjectType() + _ListCredentialHelper._build_schema_appliance_network_configuration_read(network_configurations.Element) + + return cls._schema_on_200 + + +class _ListCredentialHelper: + """Helper class for ListCredential""" + + _schema_account_credential_details_read = None + + @classmethod + def _build_schema_account_credential_details_read(cls, _schema): + if cls._schema_account_credential_details_read is not None: + _schema.account_connection_string = cls._schema_account_credential_details_read.account_connection_string + _schema.account_name = cls._schema_account_credential_details_read.account_name + _schema.data_account_type = cls._schema_account_credential_details_read.data_account_type + _schema.share_credential_details = cls._schema_account_credential_details_read.share_credential_details + return + + cls._schema_account_credential_details_read = _schema_account_credential_details_read = AAZObjectType() + + account_credential_details_read = _schema_account_credential_details_read + account_credential_details_read.account_connection_string = AAZStrType( + serialized_name="accountConnectionString", + flags={"read_only": True}, + ) + account_credential_details_read.account_name = AAZStrType( + serialized_name="accountName", + flags={"read_only": True}, + ) + account_credential_details_read.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"read_only": True}, + ) + account_credential_details_read.share_credential_details = AAZListType( + serialized_name="shareCredentialDetails", + flags={"read_only": True}, + ) + + share_credential_details = _schema_account_credential_details_read.share_credential_details + share_credential_details.Element = AAZObjectType() + + _element = _schema_account_credential_details_read.share_credential_details.Element + _element.password = AAZStrType( + flags={"read_only": True}, + ) + _element.share_name = AAZStrType( + serialized_name="shareName", + flags={"read_only": True}, + ) + _element.share_type = AAZStrType( + serialized_name="shareType", + flags={"read_only": True}, + ) + _element.supported_access_protocols = AAZListType( + serialized_name="supportedAccessProtocols", + flags={"read_only": True}, + ) + _element.user_name = AAZStrType( + serialized_name="userName", + flags={"read_only": True}, + ) + + supported_access_protocols = _schema_account_credential_details_read.share_credential_details.Element.supported_access_protocols + supported_access_protocols.Element = AAZStrType() + + _schema.account_connection_string = cls._schema_account_credential_details_read.account_connection_string + _schema.account_name = cls._schema_account_credential_details_read.account_name + _schema.data_account_type = cls._schema_account_credential_details_read.data_account_type + _schema.share_credential_details = cls._schema_account_credential_details_read.share_credential_details + + _schema_appliance_network_configuration_read = None + + @classmethod + def _build_schema_appliance_network_configuration_read(cls, _schema): + if cls._schema_appliance_network_configuration_read is not None: + _schema.mac_address = cls._schema_appliance_network_configuration_read.mac_address + _schema.name = cls._schema_appliance_network_configuration_read.name + return + + cls._schema_appliance_network_configuration_read = _schema_appliance_network_configuration_read = AAZObjectType() + + appliance_network_configuration_read = _schema_appliance_network_configuration_read + appliance_network_configuration_read.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + appliance_network_configuration_read.name = AAZStrType( + flags={"read_only": True}, + ) + + _schema.mac_address = cls._schema_appliance_network_configuration_read.mac_address + _schema.name = cls._schema_appliance_network_configuration_read.name + + _schema_cloud_error_read = None + + @classmethod + def _build_schema_cloud_error_read(cls, _schema): + if cls._schema_cloud_error_read is not None: + _schema.additional_info = cls._schema_cloud_error_read.additional_info + _schema.code = cls._schema_cloud_error_read.code + _schema.details = cls._schema_cloud_error_read.details + _schema.message = cls._schema_cloud_error_read.message + _schema.target = cls._schema_cloud_error_read.target + return + + cls._schema_cloud_error_read = _schema_cloud_error_read = AAZObjectType() + + cloud_error_read = _schema_cloud_error_read + cloud_error_read.additional_info = AAZListType( + serialized_name="additionalInfo", + flags={"read_only": True}, + ) + cloud_error_read.code = AAZStrType() + cloud_error_read.details = AAZListType( + flags={"read_only": True}, + ) + cloud_error_read.message = AAZStrType() + cloud_error_read.target = AAZStrType() + + additional_info = _schema_cloud_error_read.additional_info + additional_info.Element = AAZObjectType() + + _element = _schema_cloud_error_read.additional_info.Element + _element.type = AAZStrType() + + details = _schema_cloud_error_read.details + details.Element = AAZObjectType() + cls._build_schema_cloud_error_read(details.Element) + + _schema.additional_info = cls._schema_cloud_error_read.additional_info + _schema.code = cls._schema_cloud_error_read.code + _schema.details = cls._schema_cloud_error_read.details + _schema.message = cls._schema_cloud_error_read.message + _schema.target = cls._schema_cloud_error_read.target + + _schema_disk_secret_read = None + + @classmethod + def _build_schema_disk_secret_read(cls, _schema): + if cls._schema_disk_secret_read is not None: + _schema.bit_locker_key = cls._schema_disk_secret_read.bit_locker_key + _schema.disk_serial_number = cls._schema_disk_secret_read.disk_serial_number + return + + cls._schema_disk_secret_read = _schema_disk_secret_read = AAZObjectType() + + disk_secret_read = _schema_disk_secret_read + disk_secret_read.bit_locker_key = AAZStrType( + serialized_name="bitLockerKey", + flags={"read_only": True}, + ) + disk_secret_read.disk_serial_number = AAZStrType( + serialized_name="diskSerialNumber", + flags={"read_only": True}, + ) + + _schema.bit_locker_key = cls._schema_disk_secret_read.bit_locker_key + _schema.disk_serial_number = cls._schema_disk_secret_read.disk_serial_number + + +__all__ = ["ListCredential"] diff --git a/src/databox/azext_databox/aaz/latest/databox/job/_mark_devices_shipped.py b/src/databox/azext_databox/aaz/latest/databox/job/_mark_devices_shipped.py new file mode 100644 index 00000000000..c0c61634cfa --- /dev/null +++ b/src/databox/azext_databox/aaz/latest/databox/job/_mark_devices_shipped.py @@ -0,0 +1,183 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "databox job mark-devices-shipped", +) +class MarkDevicesShipped(AAZCommand): + """Request to mark devices for a given job as shipped + + :example: Mark devices shipped + az databox job mark-devices-shipped -g rg -n job-name + """ + + _aaz_info = { + "version": "2022-12-01", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.databox/jobs/{}/markdevicesshipped", "2022-12-01"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return None + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.job_name = AAZStrArg( + options=["-n", "--name", "--job-name"], + help="The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^[-\w\.]+$", + max_length=24, + min_length=3, + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "MarkDevicesShippedRequest" + + _args_schema = cls._args_schema + _args_schema.deliver_package_details = AAZObjectArg( + options=["--deliver-package-details"], + arg_group="MarkDevicesShippedRequest", + help="Delivery package details", + required=True, + ) + + deliver_package_details = cls._args_schema.deliver_package_details + deliver_package_details.carrier_name = AAZStrArg( + options=["carrier-name"], + help="Name of the carrier.", + ) + deliver_package_details.tracking_id = AAZStrArg( + options=["tracking-id"], + help="Tracking Id of shipment.", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.JobsMarkDevicesShipped(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class JobsMarkDevicesShipped(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [204]: + return self.on_204(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}/markDevicesShipped", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "ODataV4Format" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "jobName", self.ctx.args.job_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("deliverToDcPackageDetails", AAZObjectType, ".deliver_package_details", typ_kwargs={"flags": {"required": True}}) + + deliver_to_dc_package_details = _builder.get(".deliverToDcPackageDetails") + if deliver_to_dc_package_details is not None: + deliver_to_dc_package_details.set_prop("carrierName", AAZStrType, ".carrier_name") + deliver_to_dc_package_details.set_prop("trackingId", AAZStrType, ".tracking_id") + + return self.serialize_content(_content_value) + + def on_204(self, session): + pass + + +class _MarkDevicesShippedHelper: + """Helper class for MarkDevicesShipped""" + + +__all__ = ["MarkDevicesShipped"] diff --git a/src/databox/azext_databox/aaz/latest/databox/job/_show.py b/src/databox/azext_databox/aaz/latest/databox/job/_show.py new file mode 100644 index 00000000000..9281f953191 --- /dev/null +++ b/src/databox/azext_databox/aaz/latest/databox/job/_show.py @@ -0,0 +1,1516 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "databox job show", +) +class Show(AAZCommand): + """Get information about the specified job. + + :example: Show job + az databox job show -g rg -n job-name + """ + + _aaz_info = { + "version": "2022-12-01", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.databox/jobs/{}", "2022-12-01"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.job_name = AAZStrArg( + options=["-n", "--name", "--job-name"], + help="The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^[-\w\.]+$", + max_length=24, + min_length=3, + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.JobsGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class JobsGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "ODataV4Format" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "jobName", self.ctx.args.job_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.identity = AAZObjectType() + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.sku = AAZObjectType( + flags={"required": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + identity = cls._schema_on_200.identity + identity.principal_id = AAZStrType( + serialized_name="principalId", + flags={"read_only": True}, + ) + identity.tenant_id = AAZStrType( + serialized_name="tenantId", + flags={"read_only": True}, + ) + identity.type = AAZStrType() + identity.user_assigned_identities = AAZDictType( + serialized_name="userAssignedIdentities", + ) + + user_assigned_identities = cls._schema_on_200.identity.user_assigned_identities + user_assigned_identities.Element = AAZObjectType() + + _element = cls._schema_on_200.identity.user_assigned_identities.Element + _element.client_id = AAZStrType( + serialized_name="clientId", + flags={"read_only": True}, + ) + _element.principal_id = AAZStrType( + serialized_name="principalId", + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.cancellation_reason = AAZStrType( + serialized_name="cancellationReason", + flags={"read_only": True}, + ) + properties.delivery_info = AAZObjectType( + serialized_name="deliveryInfo", + ) + properties.delivery_type = AAZStrType( + serialized_name="deliveryType", + ) + properties.details = AAZObjectType() + properties.error = AAZObjectType() + _ShowHelper._build_schema_cloud_error_read(properties.error) + properties.is_cancellable = AAZBoolType( + serialized_name="isCancellable", + flags={"read_only": True}, + ) + properties.is_cancellable_without_fee = AAZBoolType( + serialized_name="isCancellableWithoutFee", + flags={"read_only": True}, + ) + properties.is_deletable = AAZBoolType( + serialized_name="isDeletable", + flags={"read_only": True}, + ) + properties.is_prepare_to_ship_enabled = AAZBoolType( + serialized_name="isPrepareToShipEnabled", + flags={"read_only": True}, + ) + properties.is_shipping_address_editable = AAZBoolType( + serialized_name="isShippingAddressEditable", + flags={"read_only": True}, + ) + properties.reverse_shipping_details_update = AAZStrType( + serialized_name="reverseShippingDetailsUpdate", + flags={"read_only": True}, + ) + properties.reverse_transport_preference_update = AAZStrType( + serialized_name="reverseTransportPreferenceUpdate", + flags={"read_only": True}, + ) + properties.start_time = AAZStrType( + serialized_name="startTime", + flags={"read_only": True}, + ) + properties.status = AAZStrType( + flags={"read_only": True}, + ) + properties.transfer_type = AAZStrType( + serialized_name="transferType", + flags={"required": True}, + ) + + delivery_info = cls._schema_on_200.properties.delivery_info + delivery_info.scheduled_date_time = AAZStrType( + serialized_name="scheduledDateTime", + ) + + details = cls._schema_on_200.properties.details + details.actions = AAZListType( + flags={"read_only": True}, + ) + details.chain_of_custody_sas_key = AAZStrType( + serialized_name="chainOfCustodySasKey", + flags={"read_only": True}, + ) + details.contact_details = AAZObjectType( + serialized_name="contactDetails", + flags={"required": True}, + ) + details.copy_log_details = AAZListType( + serialized_name="copyLogDetails", + flags={"read_only": True}, + ) + details.data_center_code = AAZStrType( + serialized_name="dataCenterCode", + flags={"read_only": True}, + ) + details.data_export_details = AAZListType( + serialized_name="dataExportDetails", + ) + details.data_import_details = AAZListType( + serialized_name="dataImportDetails", + ) + details.datacenter_address = AAZObjectType( + serialized_name="datacenterAddress", + ) + details.delivery_package = AAZObjectType( + serialized_name="deliveryPackage", + ) + _ShowHelper._build_schema_package_shipping_details_read(details.delivery_package) + details.device_erasure_details = AAZObjectType( + serialized_name="deviceErasureDetails", + ) + details.expected_data_size_in_tera_bytes = AAZIntType( + serialized_name="expectedDataSizeInTeraBytes", + ) + details.job_details_type = AAZStrType( + serialized_name="jobDetailsType", + flags={"required": True}, + ) + details.job_stages = AAZListType( + serialized_name="jobStages", + flags={"read_only": True}, + ) + details.key_encryption_key = AAZObjectType( + serialized_name="keyEncryptionKey", + ) + details.last_mitigation_action_on_job = AAZObjectType( + serialized_name="lastMitigationActionOnJob", + ) + details.preferences = AAZObjectType() + details.return_package = AAZObjectType( + serialized_name="returnPackage", + ) + _ShowHelper._build_schema_package_shipping_details_read(details.return_package) + details.reverse_shipment_label_sas_key = AAZStrType( + serialized_name="reverseShipmentLabelSasKey", + flags={"read_only": True}, + ) + details.reverse_shipping_details = AAZObjectType( + serialized_name="reverseShippingDetails", + ) + details.shipping_address = AAZObjectType( + serialized_name="shippingAddress", + ) + _ShowHelper._build_schema_shipping_address_read(details.shipping_address) + + actions = cls._schema_on_200.properties.details.actions + actions.Element = AAZStrType() + + contact_details = cls._schema_on_200.properties.details.contact_details + contact_details.contact_name = AAZStrType( + serialized_name="contactName", + flags={"required": True}, + ) + contact_details.email_list = AAZListType( + serialized_name="emailList", + flags={"required": True}, + ) + contact_details.mobile = AAZStrType() + contact_details.notification_preference = AAZListType( + serialized_name="notificationPreference", + ) + contact_details.phone = AAZStrType( + flags={"required": True}, + ) + contact_details.phone_extension = AAZStrType( + serialized_name="phoneExtension", + ) + + email_list = cls._schema_on_200.properties.details.contact_details.email_list + email_list.Element = AAZStrType() + + notification_preference = cls._schema_on_200.properties.details.contact_details.notification_preference + notification_preference.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.contact_details.notification_preference.Element + _element.send_notification = AAZBoolType( + serialized_name="sendNotification", + flags={"required": True}, + ) + _element.stage_name = AAZStrType( + serialized_name="stageName", + flags={"required": True}, + ) + + copy_log_details = cls._schema_on_200.properties.details.copy_log_details + copy_log_details.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.copy_log_details.Element + _element.copy_log_details_type = AAZStrType( + serialized_name="copyLogDetailsType", + flags={"required": True}, + ) + + disc_data_box = cls._schema_on_200.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBox") + disc_data_box.account_name = AAZStrType( + serialized_name="accountName", + flags={"read_only": True}, + ) + disc_data_box.copy_log_link = AAZStrType( + serialized_name="copyLogLink", + flags={"read_only": True}, + ) + disc_data_box.copy_verbose_log_link = AAZStrType( + serialized_name="copyVerboseLogLink", + flags={"read_only": True}, + ) + + disc_data_box_customer_disk = cls._schema_on_200.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBoxCustomerDisk") + disc_data_box_customer_disk.error_log_link = AAZStrType( + serialized_name="errorLogLink", + flags={"read_only": True}, + ) + disc_data_box_customer_disk.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + disc_data_box_customer_disk.verbose_log_link = AAZStrType( + serialized_name="verboseLogLink", + flags={"read_only": True}, + ) + + disc_data_box_disk = cls._schema_on_200.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBoxDisk") + disc_data_box_disk.disk_serial_number = AAZStrType( + serialized_name="diskSerialNumber", + flags={"read_only": True}, + ) + disc_data_box_disk.error_log_link = AAZStrType( + serialized_name="errorLogLink", + flags={"read_only": True}, + ) + disc_data_box_disk.verbose_log_link = AAZStrType( + serialized_name="verboseLogLink", + flags={"read_only": True}, + ) + + disc_data_box_heavy = cls._schema_on_200.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBoxHeavy") + disc_data_box_heavy.account_name = AAZStrType( + serialized_name="accountName", + flags={"read_only": True}, + ) + disc_data_box_heavy.copy_log_link = AAZListType( + serialized_name="copyLogLink", + flags={"read_only": True}, + ) + disc_data_box_heavy.copy_verbose_log_link = AAZListType( + serialized_name="copyVerboseLogLink", + flags={"read_only": True}, + ) + + copy_log_link = cls._schema_on_200.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBoxHeavy").copy_log_link + copy_log_link.Element = AAZStrType() + + copy_verbose_log_link = cls._schema_on_200.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBoxHeavy").copy_verbose_log_link + copy_verbose_log_link.Element = AAZStrType() + + data_export_details = cls._schema_on_200.properties.details.data_export_details + data_export_details.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.data_export_details.Element + _element.account_details = AAZObjectType( + serialized_name="accountDetails", + flags={"required": True}, + ) + _ShowHelper._build_schema_data_account_details_read(_element.account_details) + _element.log_collection_level = AAZStrType( + serialized_name="logCollectionLevel", + ) + _element.transfer_configuration = AAZObjectType( + serialized_name="transferConfiguration", + flags={"required": True}, + ) + + transfer_configuration = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration + transfer_configuration.transfer_all_details = AAZObjectType( + serialized_name="transferAllDetails", + ) + transfer_configuration.transfer_configuration_type = AAZStrType( + serialized_name="transferConfigurationType", + flags={"required": True}, + ) + transfer_configuration.transfer_filter_details = AAZObjectType( + serialized_name="transferFilterDetails", + ) + + transfer_all_details = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_all_details + transfer_all_details.include = AAZObjectType() + + include = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_all_details.include + include.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"required": True}, + ) + include.transfer_all_blobs = AAZBoolType( + serialized_name="transferAllBlobs", + ) + include.transfer_all_files = AAZBoolType( + serialized_name="transferAllFiles", + ) + + transfer_filter_details = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details + transfer_filter_details.include = AAZObjectType() + + include = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include + include.azure_file_filter_details = AAZObjectType( + serialized_name="azureFileFilterDetails", + ) + include.blob_filter_details = AAZObjectType( + serialized_name="blobFilterDetails", + ) + include.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"required": True}, + ) + include.filter_file_details = AAZListType( + serialized_name="filterFileDetails", + ) + + azure_file_filter_details = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.azure_file_filter_details + azure_file_filter_details.file_path_list = AAZListType( + serialized_name="filePathList", + ) + azure_file_filter_details.file_prefix_list = AAZListType( + serialized_name="filePrefixList", + ) + azure_file_filter_details.file_share_list = AAZListType( + serialized_name="fileShareList", + ) + + file_path_list = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.azure_file_filter_details.file_path_list + file_path_list.Element = AAZStrType() + + file_prefix_list = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.azure_file_filter_details.file_prefix_list + file_prefix_list.Element = AAZStrType() + + file_share_list = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.azure_file_filter_details.file_share_list + file_share_list.Element = AAZStrType() + + blob_filter_details = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.blob_filter_details + blob_filter_details.blob_path_list = AAZListType( + serialized_name="blobPathList", + ) + blob_filter_details.blob_prefix_list = AAZListType( + serialized_name="blobPrefixList", + ) + blob_filter_details.container_list = AAZListType( + serialized_name="containerList", + ) + + blob_path_list = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.blob_filter_details.blob_path_list + blob_path_list.Element = AAZStrType() + + blob_prefix_list = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.blob_filter_details.blob_prefix_list + blob_prefix_list.Element = AAZStrType() + + container_list = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.blob_filter_details.container_list + container_list.Element = AAZStrType() + + filter_file_details = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.filter_file_details + filter_file_details.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.filter_file_details.Element + _element.filter_file_path = AAZStrType( + serialized_name="filterFilePath", + flags={"required": True}, + ) + _element.filter_file_type = AAZStrType( + serialized_name="filterFileType", + flags={"required": True}, + ) + + data_import_details = cls._schema_on_200.properties.details.data_import_details + data_import_details.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.data_import_details.Element + _element.account_details = AAZObjectType( + serialized_name="accountDetails", + flags={"required": True}, + ) + _ShowHelper._build_schema_data_account_details_read(_element.account_details) + _element.log_collection_level = AAZStrType( + serialized_name="logCollectionLevel", + ) + + datacenter_address = cls._schema_on_200.properties.details.datacenter_address + datacenter_address.data_center_azure_location = AAZStrType( + serialized_name="dataCenterAzureLocation", + flags={"read_only": True}, + ) + datacenter_address.datacenter_address_type = AAZStrType( + serialized_name="datacenterAddressType", + flags={"required": True}, + ) + datacenter_address.supported_carriers_for_return_shipment = AAZListType( + serialized_name="supportedCarriersForReturnShipment", + flags={"read_only": True}, + ) + + supported_carriers_for_return_shipment = cls._schema_on_200.properties.details.datacenter_address.supported_carriers_for_return_shipment + supported_carriers_for_return_shipment.Element = AAZStrType() + + disc_datacenter_address_instruction = cls._schema_on_200.properties.details.datacenter_address.discriminate_by("datacenter_address_type", "DatacenterAddressInstruction") + disc_datacenter_address_instruction.communication_instruction = AAZStrType( + serialized_name="communicationInstruction", + flags={"read_only": True}, + ) + + disc_datacenter_address_location = cls._schema_on_200.properties.details.datacenter_address.discriminate_by("datacenter_address_type", "DatacenterAddressLocation") + disc_datacenter_address_location.additional_shipping_information = AAZStrType( + serialized_name="additionalShippingInformation", + flags={"read_only": True}, + ) + disc_datacenter_address_location.address_type = AAZStrType( + serialized_name="addressType", + flags={"read_only": True}, + ) + disc_datacenter_address_location.city = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.company = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.contact_person_name = AAZStrType( + serialized_name="contactPersonName", + flags={"read_only": True}, + ) + disc_datacenter_address_location.country = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.phone = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.phone_extension = AAZStrType( + serialized_name="phoneExtension", + flags={"read_only": True}, + ) + disc_datacenter_address_location.state = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.street1 = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.street2 = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.street3 = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.zip = AAZStrType( + flags={"read_only": True}, + ) + + device_erasure_details = cls._schema_on_200.properties.details.device_erasure_details + device_erasure_details.device_erasure_status = AAZStrType( + serialized_name="deviceErasureStatus", + flags={"read_only": True}, + ) + device_erasure_details.erasure_or_destruction_certificate_sas_key = AAZStrType( + serialized_name="erasureOrDestructionCertificateSasKey", + flags={"read_only": True}, + ) + + job_stages = cls._schema_on_200.properties.details.job_stages + job_stages.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.job_stages.Element + _element.display_name = AAZStrType( + serialized_name="displayName", + flags={"read_only": True}, + ) + _element.stage_name = AAZStrType( + serialized_name="stageName", + flags={"read_only": True}, + ) + _element.stage_status = AAZStrType( + serialized_name="stageStatus", + flags={"read_only": True}, + ) + _element.stage_time = AAZStrType( + serialized_name="stageTime", + flags={"read_only": True}, + ) + + key_encryption_key = cls._schema_on_200.properties.details.key_encryption_key + key_encryption_key.identity_properties = AAZObjectType( + serialized_name="identityProperties", + ) + key_encryption_key.kek_type = AAZStrType( + serialized_name="kekType", + flags={"required": True}, + ) + key_encryption_key.kek_url = AAZStrType( + serialized_name="kekUrl", + ) + key_encryption_key.kek_vault_resource_id = AAZStrType( + serialized_name="kekVaultResourceID", + ) + + identity_properties = cls._schema_on_200.properties.details.key_encryption_key.identity_properties + identity_properties.type = AAZStrType() + identity_properties.user_assigned = AAZObjectType( + serialized_name="userAssigned", + ) + + user_assigned = cls._schema_on_200.properties.details.key_encryption_key.identity_properties.user_assigned + user_assigned.resource_id = AAZStrType( + serialized_name="resourceId", + ) + + last_mitigation_action_on_job = cls._schema_on_200.properties.details.last_mitigation_action_on_job + last_mitigation_action_on_job.action_date_time_in_utc = AAZStrType( + serialized_name="actionDateTimeInUtc", + ) + last_mitigation_action_on_job.customer_resolution = AAZStrType( + serialized_name="customerResolution", + ) + last_mitigation_action_on_job.is_performed_by_customer = AAZBoolType( + serialized_name="isPerformedByCustomer", + ) + + preferences = cls._schema_on_200.properties.details.preferences + preferences.encryption_preferences = AAZObjectType( + serialized_name="encryptionPreferences", + ) + preferences.preferred_data_center_region = AAZListType( + serialized_name="preferredDataCenterRegion", + ) + preferences.reverse_transport_preferences = AAZObjectType( + serialized_name="reverseTransportPreferences", + ) + _ShowHelper._build_schema_transport_preferences_read(preferences.reverse_transport_preferences) + preferences.storage_account_access_tier_preferences = AAZListType( + serialized_name="storageAccountAccessTierPreferences", + ) + preferences.transport_preferences = AAZObjectType( + serialized_name="transportPreferences", + ) + _ShowHelper._build_schema_transport_preferences_read(preferences.transport_preferences) + + encryption_preferences = cls._schema_on_200.properties.details.preferences.encryption_preferences + encryption_preferences.double_encryption = AAZStrType( + serialized_name="doubleEncryption", + ) + encryption_preferences.hardware_encryption = AAZStrType( + serialized_name="hardwareEncryption", + ) + + preferred_data_center_region = cls._schema_on_200.properties.details.preferences.preferred_data_center_region + preferred_data_center_region.Element = AAZStrType() + + storage_account_access_tier_preferences = cls._schema_on_200.properties.details.preferences.storage_account_access_tier_preferences + storage_account_access_tier_preferences.Element = AAZStrType() + + reverse_shipping_details = cls._schema_on_200.properties.details.reverse_shipping_details + reverse_shipping_details.contact_details = AAZObjectType( + serialized_name="contactDetails", + ) + reverse_shipping_details.is_updated = AAZBoolType( + serialized_name="isUpdated", + flags={"read_only": True}, + ) + reverse_shipping_details.shipping_address = AAZObjectType( + serialized_name="shippingAddress", + ) + _ShowHelper._build_schema_shipping_address_read(reverse_shipping_details.shipping_address) + + contact_details = cls._schema_on_200.properties.details.reverse_shipping_details.contact_details + contact_details.contact_name = AAZStrType( + serialized_name="contactName", + flags={"required": True}, + ) + contact_details.mobile = AAZStrType() + contact_details.phone = AAZStrType( + flags={"required": True}, + ) + contact_details.phone_extension = AAZStrType( + serialized_name="phoneExtension", + ) + + disc_data_box = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBox") + disc_data_box.copy_progress = AAZListType( + serialized_name="copyProgress", + flags={"read_only": True}, + ) + disc_data_box.device_password = AAZStrType( + serialized_name="devicePassword", + ) + + copy_progress = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBox").copy_progress + copy_progress.Element = AAZObjectType() + _ShowHelper._build_schema_copy_progress_read(copy_progress.Element) + + disc_data_box_customer_disk = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk") + disc_data_box_customer_disk.copy_progress = AAZListType( + serialized_name="copyProgress", + flags={"read_only": True}, + ) + disc_data_box_customer_disk.deliver_to_dc_package_details = AAZObjectType( + serialized_name="deliverToDcPackageDetails", + ) + disc_data_box_customer_disk.enable_manifest_backup = AAZBoolType( + serialized_name="enableManifestBackup", + ) + disc_data_box_customer_disk.export_disk_details_collection = AAZDictType( + serialized_name="exportDiskDetailsCollection", + flags={"read_only": True}, + ) + disc_data_box_customer_disk.import_disk_details_collection = AAZDictType( + serialized_name="importDiskDetailsCollection", + ) + disc_data_box_customer_disk.return_to_customer_package_details = AAZObjectType( + serialized_name="returnToCustomerPackageDetails", + flags={"required": True}, + ) + + copy_progress = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").copy_progress + copy_progress.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").copy_progress.Element + _element.account_id = AAZStrType( + serialized_name="accountId", + flags={"read_only": True}, + ) + _element.actions = AAZListType( + flags={"read_only": True}, + ) + _element.bytes_processed = AAZIntType( + serialized_name="bytesProcessed", + flags={"read_only": True}, + ) + _element.copy_status = AAZStrType( + serialized_name="copyStatus", + flags={"read_only": True}, + ) + _element.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"read_only": True}, + ) + _element.directories_errored_out = AAZIntType( + serialized_name="directoriesErroredOut", + flags={"read_only": True}, + ) + _element.error = AAZObjectType() + _ShowHelper._build_schema_cloud_error_read(_element.error) + _element.files_errored_out = AAZIntType( + serialized_name="filesErroredOut", + flags={"read_only": True}, + ) + _element.files_processed = AAZIntType( + serialized_name="filesProcessed", + flags={"read_only": True}, + ) + _element.invalid_directories_processed = AAZIntType( + serialized_name="invalidDirectoriesProcessed", + flags={"read_only": True}, + ) + _element.invalid_file_bytes_uploaded = AAZIntType( + serialized_name="invalidFileBytesUploaded", + flags={"read_only": True}, + ) + _element.invalid_files_processed = AAZIntType( + serialized_name="invalidFilesProcessed", + flags={"read_only": True}, + ) + _element.is_enumeration_in_progress = AAZBoolType( + serialized_name="isEnumerationInProgress", + flags={"read_only": True}, + ) + _element.renamed_container_count = AAZIntType( + serialized_name="renamedContainerCount", + flags={"read_only": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + _element.storage_account_name = AAZStrType( + serialized_name="storageAccountName", + flags={"read_only": True}, + ) + _element.total_bytes_to_process = AAZIntType( + serialized_name="totalBytesToProcess", + flags={"read_only": True}, + ) + _element.total_files_to_process = AAZIntType( + serialized_name="totalFilesToProcess", + flags={"read_only": True}, + ) + _element.transfer_type = AAZStrType( + serialized_name="transferType", + flags={"read_only": True}, + ) + + actions = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").copy_progress.Element.actions + actions.Element = AAZStrType() + + deliver_to_dc_package_details = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").deliver_to_dc_package_details + deliver_to_dc_package_details.carrier_name = AAZStrType( + serialized_name="carrierName", + ) + deliver_to_dc_package_details.tracking_id = AAZStrType( + serialized_name="trackingId", + ) + + export_disk_details_collection = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").export_disk_details_collection + export_disk_details_collection.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").export_disk_details_collection.Element + _element.backup_manifest_cloud_path = AAZStrType( + serialized_name="backupManifestCloudPath", + flags={"read_only": True}, + ) + _element.manifest_file = AAZStrType( + serialized_name="manifestFile", + flags={"read_only": True}, + ) + _element.manifest_hash = AAZStrType( + serialized_name="manifestHash", + flags={"read_only": True}, + ) + + import_disk_details_collection = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").import_disk_details_collection + import_disk_details_collection.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").import_disk_details_collection.Element + _element.backup_manifest_cloud_path = AAZStrType( + serialized_name="backupManifestCloudPath", + flags={"read_only": True}, + ) + _element.bit_locker_key = AAZStrType( + serialized_name="bitLockerKey", + flags={"required": True, "secret": True}, + ) + _element.manifest_file = AAZStrType( + serialized_name="manifestFile", + flags={"required": True}, + ) + _element.manifest_hash = AAZStrType( + serialized_name="manifestHash", + flags={"required": True}, + ) + + return_to_customer_package_details = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").return_to_customer_package_details + return_to_customer_package_details.carrier_account_number = AAZStrType( + serialized_name="carrierAccountNumber", + flags={"secret": True}, + ) + return_to_customer_package_details.carrier_name = AAZStrType( + serialized_name="carrierName", + ) + return_to_customer_package_details.tracking_id = AAZStrType( + serialized_name="trackingId", + ) + + disc_data_box_disk = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk") + disc_data_box_disk.copy_progress = AAZListType( + serialized_name="copyProgress", + flags={"read_only": True}, + ) + disc_data_box_disk.disks_and_size_details = AAZDictType( + serialized_name="disksAndSizeDetails", + flags={"read_only": True}, + ) + disc_data_box_disk.granular_copy_log_details = AAZListType( + serialized_name="granularCopyLogDetails", + flags={"read_only": True}, + ) + disc_data_box_disk.granular_copy_progress = AAZListType( + serialized_name="granularCopyProgress", + flags={"read_only": True}, + ) + disc_data_box_disk.passkey = AAZStrType() + disc_data_box_disk.preferred_disks = AAZDictType( + serialized_name="preferredDisks", + ) + + copy_progress = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").copy_progress + copy_progress.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").copy_progress.Element + _element.actions = AAZListType( + flags={"read_only": True}, + ) + _element.bytes_copied = AAZIntType( + serialized_name="bytesCopied", + flags={"read_only": True}, + ) + _element.error = AAZObjectType() + _ShowHelper._build_schema_cloud_error_read(_element.error) + _element.percent_complete = AAZIntType( + serialized_name="percentComplete", + flags={"read_only": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + _element.status = AAZStrType( + flags={"read_only": True}, + ) + + actions = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").copy_progress.Element.actions + actions.Element = AAZStrType() + + disks_and_size_details = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").disks_and_size_details + disks_and_size_details.Element = AAZIntType() + + granular_copy_log_details = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").granular_copy_log_details + granular_copy_log_details.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").granular_copy_log_details.Element + _element.account_id = AAZStrType( + serialized_name="accountId", + flags={"read_only": True}, + ) + _element.copy_log_details_type = AAZStrType( + serialized_name="copyLogDetailsType", + flags={"required": True}, + ) + _element.error_log_link = AAZStrType( + serialized_name="errorLogLink", + flags={"read_only": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + _element.verbose_log_link = AAZStrType( + serialized_name="verboseLogLink", + flags={"read_only": True}, + ) + + granular_copy_progress = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").granular_copy_progress + granular_copy_progress.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").granular_copy_progress.Element + _element.account_id = AAZStrType( + serialized_name="accountId", + flags={"read_only": True}, + ) + _element.actions = AAZListType( + flags={"read_only": True}, + ) + _element.bytes_processed = AAZIntType( + serialized_name="bytesProcessed", + flags={"read_only": True}, + ) + _element.copy_status = AAZStrType( + serialized_name="copyStatus", + flags={"read_only": True}, + ) + _element.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"read_only": True}, + ) + _element.directories_errored_out = AAZIntType( + serialized_name="directoriesErroredOut", + flags={"read_only": True}, + ) + _element.error = AAZObjectType() + _ShowHelper._build_schema_cloud_error_read(_element.error) + _element.files_errored_out = AAZIntType( + serialized_name="filesErroredOut", + flags={"read_only": True}, + ) + _element.files_processed = AAZIntType( + serialized_name="filesProcessed", + flags={"read_only": True}, + ) + _element.invalid_directories_processed = AAZIntType( + serialized_name="invalidDirectoriesProcessed", + flags={"read_only": True}, + ) + _element.invalid_file_bytes_uploaded = AAZIntType( + serialized_name="invalidFileBytesUploaded", + flags={"read_only": True}, + ) + _element.invalid_files_processed = AAZIntType( + serialized_name="invalidFilesProcessed", + flags={"read_only": True}, + ) + _element.is_enumeration_in_progress = AAZBoolType( + serialized_name="isEnumerationInProgress", + flags={"read_only": True}, + ) + _element.renamed_container_count = AAZIntType( + serialized_name="renamedContainerCount", + flags={"read_only": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + _element.storage_account_name = AAZStrType( + serialized_name="storageAccountName", + flags={"read_only": True}, + ) + _element.total_bytes_to_process = AAZIntType( + serialized_name="totalBytesToProcess", + flags={"read_only": True}, + ) + _element.total_files_to_process = AAZIntType( + serialized_name="totalFilesToProcess", + flags={"read_only": True}, + ) + _element.transfer_type = AAZStrType( + serialized_name="transferType", + flags={"read_only": True}, + ) + + actions = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").granular_copy_progress.Element.actions + actions.Element = AAZStrType() + + preferred_disks = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").preferred_disks + preferred_disks.Element = AAZIntType() + + disc_data_box_heavy = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxHeavy") + disc_data_box_heavy.copy_progress = AAZListType( + serialized_name="copyProgress", + flags={"read_only": True}, + ) + disc_data_box_heavy.device_password = AAZStrType( + serialized_name="devicePassword", + ) + + copy_progress = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxHeavy").copy_progress + copy_progress.Element = AAZObjectType() + _ShowHelper._build_schema_copy_progress_read(copy_progress.Element) + + sku = cls._schema_on_200.sku + sku.display_name = AAZStrType( + serialized_name="displayName", + ) + sku.family = AAZStrType() + sku.name = AAZStrType( + flags={"required": True}, + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + flags={"read_only": True}, + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + flags={"read_only": True}, + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + flags={"read_only": True}, + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + flags={"read_only": True}, + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + flags={"read_only": True}, + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + flags={"read_only": True}, + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + _schema_cloud_error_read = None + + @classmethod + def _build_schema_cloud_error_read(cls, _schema): + if cls._schema_cloud_error_read is not None: + _schema.additional_info = cls._schema_cloud_error_read.additional_info + _schema.code = cls._schema_cloud_error_read.code + _schema.details = cls._schema_cloud_error_read.details + _schema.message = cls._schema_cloud_error_read.message + _schema.target = cls._schema_cloud_error_read.target + return + + cls._schema_cloud_error_read = _schema_cloud_error_read = AAZObjectType() + + cloud_error_read = _schema_cloud_error_read + cloud_error_read.additional_info = AAZListType( + serialized_name="additionalInfo", + flags={"read_only": True}, + ) + cloud_error_read.code = AAZStrType() + cloud_error_read.details = AAZListType( + flags={"read_only": True}, + ) + cloud_error_read.message = AAZStrType() + cloud_error_read.target = AAZStrType() + + additional_info = _schema_cloud_error_read.additional_info + additional_info.Element = AAZObjectType() + + _element = _schema_cloud_error_read.additional_info.Element + _element.type = AAZStrType() + + details = _schema_cloud_error_read.details + details.Element = AAZObjectType() + cls._build_schema_cloud_error_read(details.Element) + + _schema.additional_info = cls._schema_cloud_error_read.additional_info + _schema.code = cls._schema_cloud_error_read.code + _schema.details = cls._schema_cloud_error_read.details + _schema.message = cls._schema_cloud_error_read.message + _schema.target = cls._schema_cloud_error_read.target + + _schema_copy_progress_read = None + + @classmethod + def _build_schema_copy_progress_read(cls, _schema): + if cls._schema_copy_progress_read is not None: + _schema.account_id = cls._schema_copy_progress_read.account_id + _schema.actions = cls._schema_copy_progress_read.actions + _schema.bytes_processed = cls._schema_copy_progress_read.bytes_processed + _schema.data_account_type = cls._schema_copy_progress_read.data_account_type + _schema.directories_errored_out = cls._schema_copy_progress_read.directories_errored_out + _schema.error = cls._schema_copy_progress_read.error + _schema.files_errored_out = cls._schema_copy_progress_read.files_errored_out + _schema.files_processed = cls._schema_copy_progress_read.files_processed + _schema.invalid_directories_processed = cls._schema_copy_progress_read.invalid_directories_processed + _schema.invalid_file_bytes_uploaded = cls._schema_copy_progress_read.invalid_file_bytes_uploaded + _schema.invalid_files_processed = cls._schema_copy_progress_read.invalid_files_processed + _schema.is_enumeration_in_progress = cls._schema_copy_progress_read.is_enumeration_in_progress + _schema.renamed_container_count = cls._schema_copy_progress_read.renamed_container_count + _schema.storage_account_name = cls._schema_copy_progress_read.storage_account_name + _schema.total_bytes_to_process = cls._schema_copy_progress_read.total_bytes_to_process + _schema.total_files_to_process = cls._schema_copy_progress_read.total_files_to_process + _schema.transfer_type = cls._schema_copy_progress_read.transfer_type + return + + cls._schema_copy_progress_read = _schema_copy_progress_read = AAZObjectType() + + copy_progress_read = _schema_copy_progress_read + copy_progress_read.account_id = AAZStrType( + serialized_name="accountId", + flags={"read_only": True}, + ) + copy_progress_read.actions = AAZListType( + flags={"read_only": True}, + ) + copy_progress_read.bytes_processed = AAZIntType( + serialized_name="bytesProcessed", + flags={"read_only": True}, + ) + copy_progress_read.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"read_only": True}, + ) + copy_progress_read.directories_errored_out = AAZIntType( + serialized_name="directoriesErroredOut", + flags={"read_only": True}, + ) + copy_progress_read.error = AAZObjectType() + cls._build_schema_cloud_error_read(copy_progress_read.error) + copy_progress_read.files_errored_out = AAZIntType( + serialized_name="filesErroredOut", + flags={"read_only": True}, + ) + copy_progress_read.files_processed = AAZIntType( + serialized_name="filesProcessed", + flags={"read_only": True}, + ) + copy_progress_read.invalid_directories_processed = AAZIntType( + serialized_name="invalidDirectoriesProcessed", + flags={"read_only": True}, + ) + copy_progress_read.invalid_file_bytes_uploaded = AAZIntType( + serialized_name="invalidFileBytesUploaded", + flags={"read_only": True}, + ) + copy_progress_read.invalid_files_processed = AAZIntType( + serialized_name="invalidFilesProcessed", + flags={"read_only": True}, + ) + copy_progress_read.is_enumeration_in_progress = AAZBoolType( + serialized_name="isEnumerationInProgress", + flags={"read_only": True}, + ) + copy_progress_read.renamed_container_count = AAZIntType( + serialized_name="renamedContainerCount", + flags={"read_only": True}, + ) + copy_progress_read.storage_account_name = AAZStrType( + serialized_name="storageAccountName", + flags={"read_only": True}, + ) + copy_progress_read.total_bytes_to_process = AAZIntType( + serialized_name="totalBytesToProcess", + flags={"read_only": True}, + ) + copy_progress_read.total_files_to_process = AAZIntType( + serialized_name="totalFilesToProcess", + flags={"read_only": True}, + ) + copy_progress_read.transfer_type = AAZStrType( + serialized_name="transferType", + flags={"read_only": True}, + ) + + actions = _schema_copy_progress_read.actions + actions.Element = AAZStrType() + + _schema.account_id = cls._schema_copy_progress_read.account_id + _schema.actions = cls._schema_copy_progress_read.actions + _schema.bytes_processed = cls._schema_copy_progress_read.bytes_processed + _schema.data_account_type = cls._schema_copy_progress_read.data_account_type + _schema.directories_errored_out = cls._schema_copy_progress_read.directories_errored_out + _schema.error = cls._schema_copy_progress_read.error + _schema.files_errored_out = cls._schema_copy_progress_read.files_errored_out + _schema.files_processed = cls._schema_copy_progress_read.files_processed + _schema.invalid_directories_processed = cls._schema_copy_progress_read.invalid_directories_processed + _schema.invalid_file_bytes_uploaded = cls._schema_copy_progress_read.invalid_file_bytes_uploaded + _schema.invalid_files_processed = cls._schema_copy_progress_read.invalid_files_processed + _schema.is_enumeration_in_progress = cls._schema_copy_progress_read.is_enumeration_in_progress + _schema.renamed_container_count = cls._schema_copy_progress_read.renamed_container_count + _schema.storage_account_name = cls._schema_copy_progress_read.storage_account_name + _schema.total_bytes_to_process = cls._schema_copy_progress_read.total_bytes_to_process + _schema.total_files_to_process = cls._schema_copy_progress_read.total_files_to_process + _schema.transfer_type = cls._schema_copy_progress_read.transfer_type + + _schema_data_account_details_read = None + + @classmethod + def _build_schema_data_account_details_read(cls, _schema): + if cls._schema_data_account_details_read is not None: + _schema.data_account_type = cls._schema_data_account_details_read.data_account_type + _schema.discriminate_by( + "data_account_type", + "ManagedDisk", + cls._schema_data_account_details_read.discriminate_by( + "data_account_type", + "ManagedDisk", + ) + ) + _schema.discriminate_by( + "data_account_type", + "StorageAccount", + cls._schema_data_account_details_read.discriminate_by( + "data_account_type", + "StorageAccount", + ) + ) + return + + cls._schema_data_account_details_read = _schema_data_account_details_read = AAZObjectType() + + data_account_details_read = _schema_data_account_details_read + data_account_details_read.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"required": True}, + ) + + disc_managed_disk = _schema_data_account_details_read.discriminate_by("data_account_type", "ManagedDisk") + disc_managed_disk.resource_group_id = AAZStrType( + serialized_name="resourceGroupId", + flags={"required": True}, + ) + disc_managed_disk.staging_storage_account_id = AAZStrType( + serialized_name="stagingStorageAccountId", + flags={"required": True}, + ) + + disc_storage_account = _schema_data_account_details_read.discriminate_by("data_account_type", "StorageAccount") + disc_storage_account.storage_account_id = AAZStrType( + serialized_name="storageAccountId", + flags={"required": True}, + ) + + _schema.data_account_type = cls._schema_data_account_details_read.data_account_type + _schema.discriminate_by( + "data_account_type", + "ManagedDisk", + cls._schema_data_account_details_read.discriminate_by( + "data_account_type", + "ManagedDisk", + ) + ) + _schema.discriminate_by( + "data_account_type", + "StorageAccount", + cls._schema_data_account_details_read.discriminate_by( + "data_account_type", + "StorageAccount", + ) + ) + + _schema_package_shipping_details_read = None + + @classmethod + def _build_schema_package_shipping_details_read(cls, _schema): + if cls._schema_package_shipping_details_read is not None: + _schema.carrier_name = cls._schema_package_shipping_details_read.carrier_name + _schema.tracking_id = cls._schema_package_shipping_details_read.tracking_id + _schema.tracking_url = cls._schema_package_shipping_details_read.tracking_url + return + + cls._schema_package_shipping_details_read = _schema_package_shipping_details_read = AAZObjectType() + + package_shipping_details_read = _schema_package_shipping_details_read + package_shipping_details_read.carrier_name = AAZStrType( + serialized_name="carrierName", + flags={"read_only": True}, + ) + package_shipping_details_read.tracking_id = AAZStrType( + serialized_name="trackingId", + flags={"read_only": True}, + ) + package_shipping_details_read.tracking_url = AAZStrType( + serialized_name="trackingUrl", + flags={"read_only": True}, + ) + + _schema.carrier_name = cls._schema_package_shipping_details_read.carrier_name + _schema.tracking_id = cls._schema_package_shipping_details_read.tracking_id + _schema.tracking_url = cls._schema_package_shipping_details_read.tracking_url + + _schema_shipping_address_read = None + + @classmethod + def _build_schema_shipping_address_read(cls, _schema): + if cls._schema_shipping_address_read is not None: + _schema.address_type = cls._schema_shipping_address_read.address_type + _schema.city = cls._schema_shipping_address_read.city + _schema.company_name = cls._schema_shipping_address_read.company_name + _schema.country = cls._schema_shipping_address_read.country + _schema.postal_code = cls._schema_shipping_address_read.postal_code + _schema.skip_address_validation = cls._schema_shipping_address_read.skip_address_validation + _schema.state_or_province = cls._schema_shipping_address_read.state_or_province + _schema.street_address1 = cls._schema_shipping_address_read.street_address1 + _schema.street_address2 = cls._schema_shipping_address_read.street_address2 + _schema.street_address3 = cls._schema_shipping_address_read.street_address3 + _schema.tax_identification_number = cls._schema_shipping_address_read.tax_identification_number + _schema.zip_extended_code = cls._schema_shipping_address_read.zip_extended_code + return + + cls._schema_shipping_address_read = _schema_shipping_address_read = AAZObjectType() + + shipping_address_read = _schema_shipping_address_read + shipping_address_read.address_type = AAZStrType( + serialized_name="addressType", + ) + shipping_address_read.city = AAZStrType() + shipping_address_read.company_name = AAZStrType( + serialized_name="companyName", + ) + shipping_address_read.country = AAZStrType( + flags={"required": True}, + ) + shipping_address_read.postal_code = AAZStrType( + serialized_name="postalCode", + ) + shipping_address_read.skip_address_validation = AAZBoolType( + serialized_name="skipAddressValidation", + ) + shipping_address_read.state_or_province = AAZStrType( + serialized_name="stateOrProvince", + ) + shipping_address_read.street_address1 = AAZStrType( + serialized_name="streetAddress1", + flags={"required": True}, + ) + shipping_address_read.street_address2 = AAZStrType( + serialized_name="streetAddress2", + ) + shipping_address_read.street_address3 = AAZStrType( + serialized_name="streetAddress3", + ) + shipping_address_read.tax_identification_number = AAZStrType( + serialized_name="taxIdentificationNumber", + ) + shipping_address_read.zip_extended_code = AAZStrType( + serialized_name="zipExtendedCode", + ) + + _schema.address_type = cls._schema_shipping_address_read.address_type + _schema.city = cls._schema_shipping_address_read.city + _schema.company_name = cls._schema_shipping_address_read.company_name + _schema.country = cls._schema_shipping_address_read.country + _schema.postal_code = cls._schema_shipping_address_read.postal_code + _schema.skip_address_validation = cls._schema_shipping_address_read.skip_address_validation + _schema.state_or_province = cls._schema_shipping_address_read.state_or_province + _schema.street_address1 = cls._schema_shipping_address_read.street_address1 + _schema.street_address2 = cls._schema_shipping_address_read.street_address2 + _schema.street_address3 = cls._schema_shipping_address_read.street_address3 + _schema.tax_identification_number = cls._schema_shipping_address_read.tax_identification_number + _schema.zip_extended_code = cls._schema_shipping_address_read.zip_extended_code + + _schema_transport_preferences_read = None + + @classmethod + def _build_schema_transport_preferences_read(cls, _schema): + if cls._schema_transport_preferences_read is not None: + _schema.is_updated = cls._schema_transport_preferences_read.is_updated + _schema.preferred_shipment_type = cls._schema_transport_preferences_read.preferred_shipment_type + return + + cls._schema_transport_preferences_read = _schema_transport_preferences_read = AAZObjectType() + + transport_preferences_read = _schema_transport_preferences_read + transport_preferences_read.is_updated = AAZBoolType( + serialized_name="isUpdated", + flags={"read_only": True}, + ) + transport_preferences_read.preferred_shipment_type = AAZStrType( + serialized_name="preferredShipmentType", + flags={"required": True}, + ) + + _schema.is_updated = cls._schema_transport_preferences_read.is_updated + _schema.preferred_shipment_type = cls._schema_transport_preferences_read.preferred_shipment_type + + +__all__ = ["Show"] diff --git a/src/databox/azext_databox/aaz/latest/databox/job/_update.py b/src/databox/azext_databox/aaz/latest/databox/job/_update.py new file mode 100644 index 00000000000..6b032705101 --- /dev/null +++ b/src/databox/azext_databox/aaz/latest/databox/job/_update.py @@ -0,0 +1,1842 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "databox job update", +) +class Update(AAZCommand): + """Update the properties of an existing job. + + :example: Update job + az databox job update -g rg -n job-name --contact-name 'name --email-list email --phone phone-number + """ + + _aaz_info = { + "version": "2022-12-01", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.databox/jobs/{}", "2022-12-01"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.job_name = AAZStrArg( + options=["-n", "--name", "--job-name"], + help="The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^[-\w\.]+$", + max_length=24, + min_length=3, + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "ContactDetails" + + _args_schema = cls._args_schema + _args_schema.contact_name = AAZStrArg( + options=["--contact-name"], + arg_group="ContactDetails", + help="Contact name of the person.", + ) + _args_schema.email_list = AAZListArg( + options=["--email-list"], + arg_group="ContactDetails", + help="List of Email-ids to be notified about job progress.", + ) + _args_schema.mobile = AAZStrArg( + options=["--mobile"], + arg_group="ContactDetails", + help="Mobile number of the contact person.", + ) + _args_schema.phone = AAZStrArg( + options=["--phone"], + arg_group="ContactDetails", + help="Phone number of the contact person.", + ) + + email_list = cls._args_schema.email_list + email_list.Element = AAZStrArg() + + # define Arg Group "Details" + + # define Arg Group "JobResourceUpdateParameter" + + # define Arg Group "KeyEncryptionKey" + + _args_schema = cls._args_schema + _args_schema.kek_identity = AAZObjectArg( + options=["--kek-identity"], + arg_group="KeyEncryptionKey", + help="Managed identity properties used for key encryption.", + ) + _args_schema.kek_type = AAZStrArg( + options=["--kek-type"], + arg_group="KeyEncryptionKey", + help="Type of encryption key used for key encryption.", + enum={"CustomerManaged": "CustomerManaged", "MicrosoftManaged": "MicrosoftManaged"}, + ) + _args_schema.kek_url = AAZStrArg( + options=["--kek-url"], + arg_group="KeyEncryptionKey", + help="Key encryption key. It is required in case of Customer managed KekType.", + ) + _args_schema.kek_vault_resource_id = AAZStrArg( + options=["--kek-vault-resource-id"], + arg_group="KeyEncryptionKey", + help="Kek vault resource id. It is required in case of Customer managed KekType.", + ) + + kek_identity = cls._args_schema.kek_identity + kek_identity.type = AAZStrArg( + options=["type"], + help="Managed service identity type.", + ) + kek_identity.user_assigned = AAZObjectArg( + options=["user-assigned"], + help="User assigned identity properties.", + ) + + user_assigned = cls._args_schema.kek_identity.user_assigned + user_assigned.resource_id = AAZStrArg( + options=["resource-id"], + help="Arm resource id for user assigned identity to be used to fetch MSI token.", + ) + + # define Arg Group "ShippingAddress" + + _args_schema = cls._args_schema + _args_schema.city = AAZStrArg( + options=["--city"], + arg_group="ShippingAddress", + help="Name of the city.", + ) + _args_schema.company_name = AAZStrArg( + options=["--company-name"], + arg_group="ShippingAddress", + help="Name of the company.", + ) + _args_schema.country = AAZStrArg( + options=["--country"], + arg_group="ShippingAddress", + help="Name of the Country.", + ) + _args_schema.postal_code = AAZStrArg( + options=["--postal-code"], + arg_group="ShippingAddress", + help="Postal code.", + ) + _args_schema.state_or_province = AAZStrArg( + options=["--state-or-province"], + arg_group="ShippingAddress", + help="Name of the State or Province.", + ) + _args_schema.street_address1 = AAZStrArg( + options=["--street-address1"], + arg_group="ShippingAddress", + help="Street Address line 1.", + ) + _args_schema.street_address2 = AAZStrArg( + options=["--street-address2"], + arg_group="ShippingAddress", + help="Street Address line 2.", + ) + _args_schema.street_address3 = AAZStrArg( + options=["--street-address3"], + arg_group="ShippingAddress", + help="Street Address line 3.", + ) + return cls._args_schema + + _args_shipping_address_update = None + + @classmethod + def _build_args_shipping_address_update(cls, _schema): + if cls._args_shipping_address_update is not None: + _schema.address_type = cls._args_shipping_address_update.address_type + _schema.city = cls._args_shipping_address_update.city + _schema.company_name = cls._args_shipping_address_update.company_name + _schema.country = cls._args_shipping_address_update.country + _schema.postal_code = cls._args_shipping_address_update.postal_code + _schema.skip_address_validation = cls._args_shipping_address_update.skip_address_validation + _schema.state_or_province = cls._args_shipping_address_update.state_or_province + _schema.street_address1 = cls._args_shipping_address_update.street_address1 + _schema.street_address2 = cls._args_shipping_address_update.street_address2 + _schema.street_address3 = cls._args_shipping_address_update.street_address3 + _schema.tax_identification_number = cls._args_shipping_address_update.tax_identification_number + _schema.zip_extended_code = cls._args_shipping_address_update.zip_extended_code + return + + cls._args_shipping_address_update = AAZObjectArg() + + shipping_address_update = cls._args_shipping_address_update + shipping_address_update.address_type = AAZStrArg( + options=["address-type"], + help="Type of address.", + default="None", + enum={"Commercial": "Commercial", "None": "None", "Residential": "Residential"}, + ) + shipping_address_update.city = AAZStrArg( + options=["city"], + help="Name of the City.", + ) + shipping_address_update.company_name = AAZStrArg( + options=["company-name"], + help="Name of the company.", + ) + shipping_address_update.country = AAZStrArg( + options=["country"], + help="Name of the Country.", + required=True, + ) + shipping_address_update.postal_code = AAZStrArg( + options=["postal-code"], + help="Postal code.", + ) + shipping_address_update.skip_address_validation = AAZBoolArg( + options=["skip-address-validation"], + help="Flag to indicate if customer has chosen to skip default address validation", + ) + shipping_address_update.state_or_province = AAZStrArg( + options=["state-or-province"], + help="Name of the State or Province.", + ) + shipping_address_update.street_address1 = AAZStrArg( + options=["street-address1"], + help="Street Address line 1.", + required=True, + ) + shipping_address_update.street_address2 = AAZStrArg( + options=["street-address2"], + help="Street Address line 2.", + ) + shipping_address_update.street_address3 = AAZStrArg( + options=["street-address3"], + help="Street Address line 3.", + ) + shipping_address_update.tax_identification_number = AAZStrArg( + options=["tax-identification-number"], + help="Tax Identification Number", + ) + shipping_address_update.zip_extended_code = AAZStrArg( + options=["zip-extended-code"], + help="Extended Zip Code.", + ) + + _schema.address_type = cls._args_shipping_address_update.address_type + _schema.city = cls._args_shipping_address_update.city + _schema.company_name = cls._args_shipping_address_update.company_name + _schema.country = cls._args_shipping_address_update.country + _schema.postal_code = cls._args_shipping_address_update.postal_code + _schema.skip_address_validation = cls._args_shipping_address_update.skip_address_validation + _schema.state_or_province = cls._args_shipping_address_update.state_or_province + _schema.street_address1 = cls._args_shipping_address_update.street_address1 + _schema.street_address2 = cls._args_shipping_address_update.street_address2 + _schema.street_address3 = cls._args_shipping_address_update.street_address3 + _schema.tax_identification_number = cls._args_shipping_address_update.tax_identification_number + _schema.zip_extended_code = cls._args_shipping_address_update.zip_extended_code + + _args_transport_preferences_update = None + + @classmethod + def _build_args_transport_preferences_update(cls, _schema): + if cls._args_transport_preferences_update is not None: + _schema.preferred_shipment_type = cls._args_transport_preferences_update.preferred_shipment_type + return + + cls._args_transport_preferences_update = AAZObjectArg() + + transport_preferences_update = cls._args_transport_preferences_update + transport_preferences_update.preferred_shipment_type = AAZStrArg( + options=["preferred-shipment-type"], + help="Indicates Shipment Logistics type that the customer preferred.", + required=True, + enum={"CustomerManaged": "CustomerManaged", "MicrosoftManaged": "MicrosoftManaged"}, + ) + + _schema.preferred_shipment_type = cls._args_transport_preferences_update.preferred_shipment_type + + def _execute_operations(self): + self.pre_operations() + yield self.JobsUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class JobsUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}", + **self.url_parameters + ) + + @property + def method(self): + return "PATCH" + + @property + def error_format(self): + return "ODataV4Format" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "jobName", self.ctx.args.job_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("properties", AAZObjectType, typ_kwargs={"flags": {"client_flatten": True}}) + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("details", AAZObjectType) + + details = _builder.get(".properties.details") + if details is not None: + details.set_prop("contactDetails", AAZObjectType) + details.set_prop("keyEncryptionKey", AAZObjectType) + details.set_prop("shippingAddress", AAZObjectType) + + contact_details = _builder.get(".properties.details.contactDetails") + if contact_details is not None: + contact_details.set_prop("contactName", AAZStrType, ".contact_name", typ_kwargs={"flags": {"required": True}}) + contact_details.set_prop("emailList", AAZListType, ".email_list", typ_kwargs={"flags": {"required": True}}) + contact_details.set_prop("mobile", AAZStrType, ".mobile") + contact_details.set_prop("phone", AAZStrType, ".phone", typ_kwargs={"flags": {"required": True}}) + + email_list = _builder.get(".properties.details.contactDetails.emailList") + if email_list is not None: + email_list.set_elements(AAZStrType, ".") + + key_encryption_key = _builder.get(".properties.details.keyEncryptionKey") + if key_encryption_key is not None: + key_encryption_key.set_prop("identityProperties", AAZObjectType, ".kek_identity") + key_encryption_key.set_prop("kekType", AAZStrType, ".kek_type", typ_kwargs={"flags": {"required": True}}) + key_encryption_key.set_prop("kekUrl", AAZStrType, ".kek_url") + key_encryption_key.set_prop("kekVaultResourceID", AAZStrType, ".kek_vault_resource_id") + + identity_properties = _builder.get(".properties.details.keyEncryptionKey.identityProperties") + if identity_properties is not None: + identity_properties.set_prop("type", AAZStrType, ".type") + identity_properties.set_prop("userAssigned", AAZObjectType, ".user_assigned") + + user_assigned = _builder.get(".properties.details.keyEncryptionKey.identityProperties.userAssigned") + if user_assigned is not None: + user_assigned.set_prop("resourceId", AAZStrType, ".resource_id") + + shipping_address = _builder.get(".properties.details.shippingAddress") + if shipping_address is not None: + shipping_address.set_prop("city", AAZStrType, ".city") + shipping_address.set_prop("companyName", AAZStrType, ".company_name") + shipping_address.set_prop("country", AAZStrType, ".country", typ_kwargs={"flags": {"required": True}}) + shipping_address.set_prop("postalCode", AAZStrType, ".postal_code") + shipping_address.set_prop("stateOrProvince", AAZStrType, ".state_or_province") + shipping_address.set_prop("streetAddress1", AAZStrType, ".street_address1", typ_kwargs={"flags": {"required": True}}) + shipping_address.set_prop("streetAddress2", AAZStrType, ".street_address2") + shipping_address.set_prop("streetAddress3", AAZStrType, ".street_address3") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.identity = AAZObjectType() + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.sku = AAZObjectType( + flags={"required": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + identity = cls._schema_on_200.identity + identity.principal_id = AAZStrType( + serialized_name="principalId", + flags={"read_only": True}, + ) + identity.tenant_id = AAZStrType( + serialized_name="tenantId", + flags={"read_only": True}, + ) + identity.type = AAZStrType() + identity.user_assigned_identities = AAZDictType( + serialized_name="userAssignedIdentities", + ) + + user_assigned_identities = cls._schema_on_200.identity.user_assigned_identities + user_assigned_identities.Element = AAZObjectType() + + _element = cls._schema_on_200.identity.user_assigned_identities.Element + _element.client_id = AAZStrType( + serialized_name="clientId", + flags={"read_only": True}, + ) + _element.principal_id = AAZStrType( + serialized_name="principalId", + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.cancellation_reason = AAZStrType( + serialized_name="cancellationReason", + flags={"read_only": True}, + ) + properties.delivery_info = AAZObjectType( + serialized_name="deliveryInfo", + ) + properties.delivery_type = AAZStrType( + serialized_name="deliveryType", + ) + properties.details = AAZObjectType() + properties.error = AAZObjectType() + _UpdateHelper._build_schema_cloud_error_read(properties.error) + properties.is_cancellable = AAZBoolType( + serialized_name="isCancellable", + flags={"read_only": True}, + ) + properties.is_cancellable_without_fee = AAZBoolType( + serialized_name="isCancellableWithoutFee", + flags={"read_only": True}, + ) + properties.is_deletable = AAZBoolType( + serialized_name="isDeletable", + flags={"read_only": True}, + ) + properties.is_prepare_to_ship_enabled = AAZBoolType( + serialized_name="isPrepareToShipEnabled", + flags={"read_only": True}, + ) + properties.is_shipping_address_editable = AAZBoolType( + serialized_name="isShippingAddressEditable", + flags={"read_only": True}, + ) + properties.reverse_shipping_details_update = AAZStrType( + serialized_name="reverseShippingDetailsUpdate", + flags={"read_only": True}, + ) + properties.reverse_transport_preference_update = AAZStrType( + serialized_name="reverseTransportPreferenceUpdate", + flags={"read_only": True}, + ) + properties.start_time = AAZStrType( + serialized_name="startTime", + flags={"read_only": True}, + ) + properties.status = AAZStrType( + flags={"read_only": True}, + ) + properties.transfer_type = AAZStrType( + serialized_name="transferType", + flags={"required": True}, + ) + + delivery_info = cls._schema_on_200.properties.delivery_info + delivery_info.scheduled_date_time = AAZStrType( + serialized_name="scheduledDateTime", + ) + + details = cls._schema_on_200.properties.details + details.actions = AAZListType( + flags={"read_only": True}, + ) + details.chain_of_custody_sas_key = AAZStrType( + serialized_name="chainOfCustodySasKey", + flags={"read_only": True}, + ) + details.contact_details = AAZObjectType( + serialized_name="contactDetails", + flags={"required": True}, + ) + details.copy_log_details = AAZListType( + serialized_name="copyLogDetails", + flags={"read_only": True}, + ) + details.data_center_code = AAZStrType( + serialized_name="dataCenterCode", + flags={"read_only": True}, + ) + details.data_export_details = AAZListType( + serialized_name="dataExportDetails", + ) + details.data_import_details = AAZListType( + serialized_name="dataImportDetails", + ) + details.datacenter_address = AAZObjectType( + serialized_name="datacenterAddress", + ) + details.delivery_package = AAZObjectType( + serialized_name="deliveryPackage", + ) + _UpdateHelper._build_schema_package_shipping_details_read(details.delivery_package) + details.device_erasure_details = AAZObjectType( + serialized_name="deviceErasureDetails", + ) + details.expected_data_size_in_tera_bytes = AAZIntType( + serialized_name="expectedDataSizeInTeraBytes", + ) + details.job_details_type = AAZStrType( + serialized_name="jobDetailsType", + flags={"required": True}, + ) + details.job_stages = AAZListType( + serialized_name="jobStages", + flags={"read_only": True}, + ) + details.key_encryption_key = AAZObjectType( + serialized_name="keyEncryptionKey", + ) + details.last_mitigation_action_on_job = AAZObjectType( + serialized_name="lastMitigationActionOnJob", + ) + details.preferences = AAZObjectType() + details.return_package = AAZObjectType( + serialized_name="returnPackage", + ) + _UpdateHelper._build_schema_package_shipping_details_read(details.return_package) + details.reverse_shipment_label_sas_key = AAZStrType( + serialized_name="reverseShipmentLabelSasKey", + flags={"read_only": True}, + ) + details.reverse_shipping_details = AAZObjectType( + serialized_name="reverseShippingDetails", + ) + details.shipping_address = AAZObjectType( + serialized_name="shippingAddress", + ) + _UpdateHelper._build_schema_shipping_address_read(details.shipping_address) + + actions = cls._schema_on_200.properties.details.actions + actions.Element = AAZStrType() + + contact_details = cls._schema_on_200.properties.details.contact_details + contact_details.contact_name = AAZStrType( + serialized_name="contactName", + flags={"required": True}, + ) + contact_details.email_list = AAZListType( + serialized_name="emailList", + flags={"required": True}, + ) + contact_details.mobile = AAZStrType() + contact_details.notification_preference = AAZListType( + serialized_name="notificationPreference", + ) + contact_details.phone = AAZStrType( + flags={"required": True}, + ) + contact_details.phone_extension = AAZStrType( + serialized_name="phoneExtension", + ) + + email_list = cls._schema_on_200.properties.details.contact_details.email_list + email_list.Element = AAZStrType() + + notification_preference = cls._schema_on_200.properties.details.contact_details.notification_preference + notification_preference.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.contact_details.notification_preference.Element + _element.send_notification = AAZBoolType( + serialized_name="sendNotification", + flags={"required": True}, + ) + _element.stage_name = AAZStrType( + serialized_name="stageName", + flags={"required": True}, + ) + + copy_log_details = cls._schema_on_200.properties.details.copy_log_details + copy_log_details.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.copy_log_details.Element + _element.copy_log_details_type = AAZStrType( + serialized_name="copyLogDetailsType", + flags={"required": True}, + ) + + disc_data_box = cls._schema_on_200.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBox") + disc_data_box.account_name = AAZStrType( + serialized_name="accountName", + flags={"read_only": True}, + ) + disc_data_box.copy_log_link = AAZStrType( + serialized_name="copyLogLink", + flags={"read_only": True}, + ) + disc_data_box.copy_verbose_log_link = AAZStrType( + serialized_name="copyVerboseLogLink", + flags={"read_only": True}, + ) + + disc_data_box_customer_disk = cls._schema_on_200.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBoxCustomerDisk") + disc_data_box_customer_disk.error_log_link = AAZStrType( + serialized_name="errorLogLink", + flags={"read_only": True}, + ) + disc_data_box_customer_disk.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + disc_data_box_customer_disk.verbose_log_link = AAZStrType( + serialized_name="verboseLogLink", + flags={"read_only": True}, + ) + + disc_data_box_disk = cls._schema_on_200.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBoxDisk") + disc_data_box_disk.disk_serial_number = AAZStrType( + serialized_name="diskSerialNumber", + flags={"read_only": True}, + ) + disc_data_box_disk.error_log_link = AAZStrType( + serialized_name="errorLogLink", + flags={"read_only": True}, + ) + disc_data_box_disk.verbose_log_link = AAZStrType( + serialized_name="verboseLogLink", + flags={"read_only": True}, + ) + + disc_data_box_heavy = cls._schema_on_200.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBoxHeavy") + disc_data_box_heavy.account_name = AAZStrType( + serialized_name="accountName", + flags={"read_only": True}, + ) + disc_data_box_heavy.copy_log_link = AAZListType( + serialized_name="copyLogLink", + flags={"read_only": True}, + ) + disc_data_box_heavy.copy_verbose_log_link = AAZListType( + serialized_name="copyVerboseLogLink", + flags={"read_only": True}, + ) + + copy_log_link = cls._schema_on_200.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBoxHeavy").copy_log_link + copy_log_link.Element = AAZStrType() + + copy_verbose_log_link = cls._schema_on_200.properties.details.copy_log_details.Element.discriminate_by("copy_log_details_type", "DataBoxHeavy").copy_verbose_log_link + copy_verbose_log_link.Element = AAZStrType() + + data_export_details = cls._schema_on_200.properties.details.data_export_details + data_export_details.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.data_export_details.Element + _element.account_details = AAZObjectType( + serialized_name="accountDetails", + flags={"required": True}, + ) + _UpdateHelper._build_schema_data_account_details_read(_element.account_details) + _element.log_collection_level = AAZStrType( + serialized_name="logCollectionLevel", + ) + _element.transfer_configuration = AAZObjectType( + serialized_name="transferConfiguration", + flags={"required": True}, + ) + + transfer_configuration = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration + transfer_configuration.transfer_all_details = AAZObjectType( + serialized_name="transferAllDetails", + ) + transfer_configuration.transfer_configuration_type = AAZStrType( + serialized_name="transferConfigurationType", + flags={"required": True}, + ) + transfer_configuration.transfer_filter_details = AAZObjectType( + serialized_name="transferFilterDetails", + ) + + transfer_all_details = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_all_details + transfer_all_details.include = AAZObjectType() + + include = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_all_details.include + include.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"required": True}, + ) + include.transfer_all_blobs = AAZBoolType( + serialized_name="transferAllBlobs", + ) + include.transfer_all_files = AAZBoolType( + serialized_name="transferAllFiles", + ) + + transfer_filter_details = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details + transfer_filter_details.include = AAZObjectType() + + include = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include + include.azure_file_filter_details = AAZObjectType( + serialized_name="azureFileFilterDetails", + ) + include.blob_filter_details = AAZObjectType( + serialized_name="blobFilterDetails", + ) + include.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"required": True}, + ) + include.filter_file_details = AAZListType( + serialized_name="filterFileDetails", + ) + + azure_file_filter_details = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.azure_file_filter_details + azure_file_filter_details.file_path_list = AAZListType( + serialized_name="filePathList", + ) + azure_file_filter_details.file_prefix_list = AAZListType( + serialized_name="filePrefixList", + ) + azure_file_filter_details.file_share_list = AAZListType( + serialized_name="fileShareList", + ) + + file_path_list = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.azure_file_filter_details.file_path_list + file_path_list.Element = AAZStrType() + + file_prefix_list = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.azure_file_filter_details.file_prefix_list + file_prefix_list.Element = AAZStrType() + + file_share_list = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.azure_file_filter_details.file_share_list + file_share_list.Element = AAZStrType() + + blob_filter_details = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.blob_filter_details + blob_filter_details.blob_path_list = AAZListType( + serialized_name="blobPathList", + ) + blob_filter_details.blob_prefix_list = AAZListType( + serialized_name="blobPrefixList", + ) + blob_filter_details.container_list = AAZListType( + serialized_name="containerList", + ) + + blob_path_list = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.blob_filter_details.blob_path_list + blob_path_list.Element = AAZStrType() + + blob_prefix_list = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.blob_filter_details.blob_prefix_list + blob_prefix_list.Element = AAZStrType() + + container_list = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.blob_filter_details.container_list + container_list.Element = AAZStrType() + + filter_file_details = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.filter_file_details + filter_file_details.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.data_export_details.Element.transfer_configuration.transfer_filter_details.include.filter_file_details.Element + _element.filter_file_path = AAZStrType( + serialized_name="filterFilePath", + flags={"required": True}, + ) + _element.filter_file_type = AAZStrType( + serialized_name="filterFileType", + flags={"required": True}, + ) + + data_import_details = cls._schema_on_200.properties.details.data_import_details + data_import_details.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.data_import_details.Element + _element.account_details = AAZObjectType( + serialized_name="accountDetails", + flags={"required": True}, + ) + _UpdateHelper._build_schema_data_account_details_read(_element.account_details) + _element.log_collection_level = AAZStrType( + serialized_name="logCollectionLevel", + ) + + datacenter_address = cls._schema_on_200.properties.details.datacenter_address + datacenter_address.data_center_azure_location = AAZStrType( + serialized_name="dataCenterAzureLocation", + flags={"read_only": True}, + ) + datacenter_address.datacenter_address_type = AAZStrType( + serialized_name="datacenterAddressType", + flags={"required": True}, + ) + datacenter_address.supported_carriers_for_return_shipment = AAZListType( + serialized_name="supportedCarriersForReturnShipment", + flags={"read_only": True}, + ) + + supported_carriers_for_return_shipment = cls._schema_on_200.properties.details.datacenter_address.supported_carriers_for_return_shipment + supported_carriers_for_return_shipment.Element = AAZStrType() + + disc_datacenter_address_instruction = cls._schema_on_200.properties.details.datacenter_address.discriminate_by("datacenter_address_type", "DatacenterAddressInstruction") + disc_datacenter_address_instruction.communication_instruction = AAZStrType( + serialized_name="communicationInstruction", + flags={"read_only": True}, + ) + + disc_datacenter_address_location = cls._schema_on_200.properties.details.datacenter_address.discriminate_by("datacenter_address_type", "DatacenterAddressLocation") + disc_datacenter_address_location.additional_shipping_information = AAZStrType( + serialized_name="additionalShippingInformation", + flags={"read_only": True}, + ) + disc_datacenter_address_location.address_type = AAZStrType( + serialized_name="addressType", + flags={"read_only": True}, + ) + disc_datacenter_address_location.city = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.company = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.contact_person_name = AAZStrType( + serialized_name="contactPersonName", + flags={"read_only": True}, + ) + disc_datacenter_address_location.country = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.phone = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.phone_extension = AAZStrType( + serialized_name="phoneExtension", + flags={"read_only": True}, + ) + disc_datacenter_address_location.state = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.street1 = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.street2 = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.street3 = AAZStrType( + flags={"read_only": True}, + ) + disc_datacenter_address_location.zip = AAZStrType( + flags={"read_only": True}, + ) + + device_erasure_details = cls._schema_on_200.properties.details.device_erasure_details + device_erasure_details.device_erasure_status = AAZStrType( + serialized_name="deviceErasureStatus", + flags={"read_only": True}, + ) + device_erasure_details.erasure_or_destruction_certificate_sas_key = AAZStrType( + serialized_name="erasureOrDestructionCertificateSasKey", + flags={"read_only": True}, + ) + + job_stages = cls._schema_on_200.properties.details.job_stages + job_stages.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.job_stages.Element + _element.display_name = AAZStrType( + serialized_name="displayName", + flags={"read_only": True}, + ) + _element.stage_name = AAZStrType( + serialized_name="stageName", + flags={"read_only": True}, + ) + _element.stage_status = AAZStrType( + serialized_name="stageStatus", + flags={"read_only": True}, + ) + _element.stage_time = AAZStrType( + serialized_name="stageTime", + flags={"read_only": True}, + ) + + key_encryption_key = cls._schema_on_200.properties.details.key_encryption_key + key_encryption_key.identity_properties = AAZObjectType( + serialized_name="identityProperties", + ) + key_encryption_key.kek_type = AAZStrType( + serialized_name="kekType", + flags={"required": True}, + ) + key_encryption_key.kek_url = AAZStrType( + serialized_name="kekUrl", + ) + key_encryption_key.kek_vault_resource_id = AAZStrType( + serialized_name="kekVaultResourceID", + ) + + identity_properties = cls._schema_on_200.properties.details.key_encryption_key.identity_properties + identity_properties.type = AAZStrType() + identity_properties.user_assigned = AAZObjectType( + serialized_name="userAssigned", + ) + + user_assigned = cls._schema_on_200.properties.details.key_encryption_key.identity_properties.user_assigned + user_assigned.resource_id = AAZStrType( + serialized_name="resourceId", + ) + + last_mitigation_action_on_job = cls._schema_on_200.properties.details.last_mitigation_action_on_job + last_mitigation_action_on_job.action_date_time_in_utc = AAZStrType( + serialized_name="actionDateTimeInUtc", + ) + last_mitigation_action_on_job.customer_resolution = AAZStrType( + serialized_name="customerResolution", + ) + last_mitigation_action_on_job.is_performed_by_customer = AAZBoolType( + serialized_name="isPerformedByCustomer", + ) + + preferences = cls._schema_on_200.properties.details.preferences + preferences.encryption_preferences = AAZObjectType( + serialized_name="encryptionPreferences", + ) + preferences.preferred_data_center_region = AAZListType( + serialized_name="preferredDataCenterRegion", + ) + preferences.reverse_transport_preferences = AAZObjectType( + serialized_name="reverseTransportPreferences", + ) + _UpdateHelper._build_schema_transport_preferences_read(preferences.reverse_transport_preferences) + preferences.storage_account_access_tier_preferences = AAZListType( + serialized_name="storageAccountAccessTierPreferences", + ) + preferences.transport_preferences = AAZObjectType( + serialized_name="transportPreferences", + ) + _UpdateHelper._build_schema_transport_preferences_read(preferences.transport_preferences) + + encryption_preferences = cls._schema_on_200.properties.details.preferences.encryption_preferences + encryption_preferences.double_encryption = AAZStrType( + serialized_name="doubleEncryption", + ) + encryption_preferences.hardware_encryption = AAZStrType( + serialized_name="hardwareEncryption", + ) + + preferred_data_center_region = cls._schema_on_200.properties.details.preferences.preferred_data_center_region + preferred_data_center_region.Element = AAZStrType() + + storage_account_access_tier_preferences = cls._schema_on_200.properties.details.preferences.storage_account_access_tier_preferences + storage_account_access_tier_preferences.Element = AAZStrType() + + reverse_shipping_details = cls._schema_on_200.properties.details.reverse_shipping_details + reverse_shipping_details.contact_details = AAZObjectType( + serialized_name="contactDetails", + ) + reverse_shipping_details.is_updated = AAZBoolType( + serialized_name="isUpdated", + flags={"read_only": True}, + ) + reverse_shipping_details.shipping_address = AAZObjectType( + serialized_name="shippingAddress", + ) + _UpdateHelper._build_schema_shipping_address_read(reverse_shipping_details.shipping_address) + + contact_details = cls._schema_on_200.properties.details.reverse_shipping_details.contact_details + contact_details.contact_name = AAZStrType( + serialized_name="contactName", + flags={"required": True}, + ) + contact_details.mobile = AAZStrType() + contact_details.phone = AAZStrType( + flags={"required": True}, + ) + contact_details.phone_extension = AAZStrType( + serialized_name="phoneExtension", + ) + + disc_data_box = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBox") + disc_data_box.copy_progress = AAZListType( + serialized_name="copyProgress", + flags={"read_only": True}, + ) + disc_data_box.device_password = AAZStrType( + serialized_name="devicePassword", + ) + + copy_progress = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBox").copy_progress + copy_progress.Element = AAZObjectType() + _UpdateHelper._build_schema_copy_progress_read(copy_progress.Element) + + disc_data_box_customer_disk = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk") + disc_data_box_customer_disk.copy_progress = AAZListType( + serialized_name="copyProgress", + flags={"read_only": True}, + ) + disc_data_box_customer_disk.deliver_to_dc_package_details = AAZObjectType( + serialized_name="deliverToDcPackageDetails", + ) + disc_data_box_customer_disk.enable_manifest_backup = AAZBoolType( + serialized_name="enableManifestBackup", + ) + disc_data_box_customer_disk.export_disk_details_collection = AAZDictType( + serialized_name="exportDiskDetailsCollection", + flags={"read_only": True}, + ) + disc_data_box_customer_disk.import_disk_details_collection = AAZDictType( + serialized_name="importDiskDetailsCollection", + ) + disc_data_box_customer_disk.return_to_customer_package_details = AAZObjectType( + serialized_name="returnToCustomerPackageDetails", + flags={"required": True}, + ) + + copy_progress = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").copy_progress + copy_progress.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").copy_progress.Element + _element.account_id = AAZStrType( + serialized_name="accountId", + flags={"read_only": True}, + ) + _element.actions = AAZListType( + flags={"read_only": True}, + ) + _element.bytes_processed = AAZIntType( + serialized_name="bytesProcessed", + flags={"read_only": True}, + ) + _element.copy_status = AAZStrType( + serialized_name="copyStatus", + flags={"read_only": True}, + ) + _element.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"read_only": True}, + ) + _element.directories_errored_out = AAZIntType( + serialized_name="directoriesErroredOut", + flags={"read_only": True}, + ) + _element.error = AAZObjectType() + _UpdateHelper._build_schema_cloud_error_read(_element.error) + _element.files_errored_out = AAZIntType( + serialized_name="filesErroredOut", + flags={"read_only": True}, + ) + _element.files_processed = AAZIntType( + serialized_name="filesProcessed", + flags={"read_only": True}, + ) + _element.invalid_directories_processed = AAZIntType( + serialized_name="invalidDirectoriesProcessed", + flags={"read_only": True}, + ) + _element.invalid_file_bytes_uploaded = AAZIntType( + serialized_name="invalidFileBytesUploaded", + flags={"read_only": True}, + ) + _element.invalid_files_processed = AAZIntType( + serialized_name="invalidFilesProcessed", + flags={"read_only": True}, + ) + _element.is_enumeration_in_progress = AAZBoolType( + serialized_name="isEnumerationInProgress", + flags={"read_only": True}, + ) + _element.renamed_container_count = AAZIntType( + serialized_name="renamedContainerCount", + flags={"read_only": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + _element.storage_account_name = AAZStrType( + serialized_name="storageAccountName", + flags={"read_only": True}, + ) + _element.total_bytes_to_process = AAZIntType( + serialized_name="totalBytesToProcess", + flags={"read_only": True}, + ) + _element.total_files_to_process = AAZIntType( + serialized_name="totalFilesToProcess", + flags={"read_only": True}, + ) + _element.transfer_type = AAZStrType( + serialized_name="transferType", + flags={"read_only": True}, + ) + + actions = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").copy_progress.Element.actions + actions.Element = AAZStrType() + + deliver_to_dc_package_details = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").deliver_to_dc_package_details + deliver_to_dc_package_details.carrier_name = AAZStrType( + serialized_name="carrierName", + ) + deliver_to_dc_package_details.tracking_id = AAZStrType( + serialized_name="trackingId", + ) + + export_disk_details_collection = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").export_disk_details_collection + export_disk_details_collection.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").export_disk_details_collection.Element + _element.backup_manifest_cloud_path = AAZStrType( + serialized_name="backupManifestCloudPath", + flags={"read_only": True}, + ) + _element.manifest_file = AAZStrType( + serialized_name="manifestFile", + flags={"read_only": True}, + ) + _element.manifest_hash = AAZStrType( + serialized_name="manifestHash", + flags={"read_only": True}, + ) + + import_disk_details_collection = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").import_disk_details_collection + import_disk_details_collection.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").import_disk_details_collection.Element + _element.backup_manifest_cloud_path = AAZStrType( + serialized_name="backupManifestCloudPath", + flags={"read_only": True}, + ) + _element.bit_locker_key = AAZStrType( + serialized_name="bitLockerKey", + flags={"required": True, "secret": True}, + ) + _element.manifest_file = AAZStrType( + serialized_name="manifestFile", + flags={"required": True}, + ) + _element.manifest_hash = AAZStrType( + serialized_name="manifestHash", + flags={"required": True}, + ) + + return_to_customer_package_details = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxCustomerDisk").return_to_customer_package_details + return_to_customer_package_details.carrier_account_number = AAZStrType( + serialized_name="carrierAccountNumber", + flags={"secret": True}, + ) + return_to_customer_package_details.carrier_name = AAZStrType( + serialized_name="carrierName", + ) + return_to_customer_package_details.tracking_id = AAZStrType( + serialized_name="trackingId", + ) + + disc_data_box_disk = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk") + disc_data_box_disk.copy_progress = AAZListType( + serialized_name="copyProgress", + flags={"read_only": True}, + ) + disc_data_box_disk.disks_and_size_details = AAZDictType( + serialized_name="disksAndSizeDetails", + flags={"read_only": True}, + ) + disc_data_box_disk.granular_copy_log_details = AAZListType( + serialized_name="granularCopyLogDetails", + flags={"read_only": True}, + ) + disc_data_box_disk.granular_copy_progress = AAZListType( + serialized_name="granularCopyProgress", + flags={"read_only": True}, + ) + disc_data_box_disk.passkey = AAZStrType() + disc_data_box_disk.preferred_disks = AAZDictType( + serialized_name="preferredDisks", + ) + + copy_progress = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").copy_progress + copy_progress.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").copy_progress.Element + _element.actions = AAZListType( + flags={"read_only": True}, + ) + _element.bytes_copied = AAZIntType( + serialized_name="bytesCopied", + flags={"read_only": True}, + ) + _element.error = AAZObjectType() + _UpdateHelper._build_schema_cloud_error_read(_element.error) + _element.percent_complete = AAZIntType( + serialized_name="percentComplete", + flags={"read_only": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + _element.status = AAZStrType( + flags={"read_only": True}, + ) + + actions = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").copy_progress.Element.actions + actions.Element = AAZStrType() + + disks_and_size_details = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").disks_and_size_details + disks_and_size_details.Element = AAZIntType() + + granular_copy_log_details = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").granular_copy_log_details + granular_copy_log_details.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").granular_copy_log_details.Element + _element.account_id = AAZStrType( + serialized_name="accountId", + flags={"read_only": True}, + ) + _element.copy_log_details_type = AAZStrType( + serialized_name="copyLogDetailsType", + flags={"required": True}, + ) + _element.error_log_link = AAZStrType( + serialized_name="errorLogLink", + flags={"read_only": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + _element.verbose_log_link = AAZStrType( + serialized_name="verboseLogLink", + flags={"read_only": True}, + ) + + granular_copy_progress = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").granular_copy_progress + granular_copy_progress.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").granular_copy_progress.Element + _element.account_id = AAZStrType( + serialized_name="accountId", + flags={"read_only": True}, + ) + _element.actions = AAZListType( + flags={"read_only": True}, + ) + _element.bytes_processed = AAZIntType( + serialized_name="bytesProcessed", + flags={"read_only": True}, + ) + _element.copy_status = AAZStrType( + serialized_name="copyStatus", + flags={"read_only": True}, + ) + _element.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"read_only": True}, + ) + _element.directories_errored_out = AAZIntType( + serialized_name="directoriesErroredOut", + flags={"read_only": True}, + ) + _element.error = AAZObjectType() + _UpdateHelper._build_schema_cloud_error_read(_element.error) + _element.files_errored_out = AAZIntType( + serialized_name="filesErroredOut", + flags={"read_only": True}, + ) + _element.files_processed = AAZIntType( + serialized_name="filesProcessed", + flags={"read_only": True}, + ) + _element.invalid_directories_processed = AAZIntType( + serialized_name="invalidDirectoriesProcessed", + flags={"read_only": True}, + ) + _element.invalid_file_bytes_uploaded = AAZIntType( + serialized_name="invalidFileBytesUploaded", + flags={"read_only": True}, + ) + _element.invalid_files_processed = AAZIntType( + serialized_name="invalidFilesProcessed", + flags={"read_only": True}, + ) + _element.is_enumeration_in_progress = AAZBoolType( + serialized_name="isEnumerationInProgress", + flags={"read_only": True}, + ) + _element.renamed_container_count = AAZIntType( + serialized_name="renamedContainerCount", + flags={"read_only": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + _element.storage_account_name = AAZStrType( + serialized_name="storageAccountName", + flags={"read_only": True}, + ) + _element.total_bytes_to_process = AAZIntType( + serialized_name="totalBytesToProcess", + flags={"read_only": True}, + ) + _element.total_files_to_process = AAZIntType( + serialized_name="totalFilesToProcess", + flags={"read_only": True}, + ) + _element.transfer_type = AAZStrType( + serialized_name="transferType", + flags={"read_only": True}, + ) + + actions = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").granular_copy_progress.Element.actions + actions.Element = AAZStrType() + + preferred_disks = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxDisk").preferred_disks + preferred_disks.Element = AAZIntType() + + disc_data_box_heavy = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxHeavy") + disc_data_box_heavy.copy_progress = AAZListType( + serialized_name="copyProgress", + flags={"read_only": True}, + ) + disc_data_box_heavy.device_password = AAZStrType( + serialized_name="devicePassword", + ) + + copy_progress = cls._schema_on_200.properties.details.discriminate_by("job_details_type", "DataBoxHeavy").copy_progress + copy_progress.Element = AAZObjectType() + _UpdateHelper._build_schema_copy_progress_read(copy_progress.Element) + + sku = cls._schema_on_200.sku + sku.display_name = AAZStrType( + serialized_name="displayName", + ) + sku.family = AAZStrType() + sku.name = AAZStrType( + flags={"required": True}, + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + flags={"read_only": True}, + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + flags={"read_only": True}, + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + flags={"read_only": True}, + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + flags={"read_only": True}, + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + flags={"read_only": True}, + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + flags={"read_only": True}, + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _UpdateHelper: + """Helper class for Update""" + + @classmethod + def _build_schema_shipping_address_update(cls, _builder): + if _builder is None: + return + _builder.set_prop("addressType", AAZStrType, ".address_type") + _builder.set_prop("city", AAZStrType, ".city") + _builder.set_prop("companyName", AAZStrType, ".company_name") + _builder.set_prop("country", AAZStrType, ".country", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("postalCode", AAZStrType, ".postal_code") + _builder.set_prop("skipAddressValidation", AAZBoolType, ".skip_address_validation") + _builder.set_prop("stateOrProvince", AAZStrType, ".state_or_province") + _builder.set_prop("streetAddress1", AAZStrType, ".street_address1", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("streetAddress2", AAZStrType, ".street_address2") + _builder.set_prop("streetAddress3", AAZStrType, ".street_address3") + _builder.set_prop("taxIdentificationNumber", AAZStrType, ".tax_identification_number") + _builder.set_prop("zipExtendedCode", AAZStrType, ".zip_extended_code") + + @classmethod + def _build_schema_transport_preferences_update(cls, _builder): + if _builder is None: + return + _builder.set_prop("preferredShipmentType", AAZStrType, ".preferred_shipment_type", typ_kwargs={"flags": {"required": True}}) + + _schema_cloud_error_read = None + + @classmethod + def _build_schema_cloud_error_read(cls, _schema): + if cls._schema_cloud_error_read is not None: + _schema.additional_info = cls._schema_cloud_error_read.additional_info + _schema.code = cls._schema_cloud_error_read.code + _schema.details = cls._schema_cloud_error_read.details + _schema.message = cls._schema_cloud_error_read.message + _schema.target = cls._schema_cloud_error_read.target + return + + cls._schema_cloud_error_read = _schema_cloud_error_read = AAZObjectType() + + cloud_error_read = _schema_cloud_error_read + cloud_error_read.additional_info = AAZListType( + serialized_name="additionalInfo", + flags={"read_only": True}, + ) + cloud_error_read.code = AAZStrType() + cloud_error_read.details = AAZListType( + flags={"read_only": True}, + ) + cloud_error_read.message = AAZStrType() + cloud_error_read.target = AAZStrType() + + additional_info = _schema_cloud_error_read.additional_info + additional_info.Element = AAZObjectType() + + _element = _schema_cloud_error_read.additional_info.Element + _element.type = AAZStrType() + + details = _schema_cloud_error_read.details + details.Element = AAZObjectType() + cls._build_schema_cloud_error_read(details.Element) + + _schema.additional_info = cls._schema_cloud_error_read.additional_info + _schema.code = cls._schema_cloud_error_read.code + _schema.details = cls._schema_cloud_error_read.details + _schema.message = cls._schema_cloud_error_read.message + _schema.target = cls._schema_cloud_error_read.target + + _schema_copy_progress_read = None + + @classmethod + def _build_schema_copy_progress_read(cls, _schema): + if cls._schema_copy_progress_read is not None: + _schema.account_id = cls._schema_copy_progress_read.account_id + _schema.actions = cls._schema_copy_progress_read.actions + _schema.bytes_processed = cls._schema_copy_progress_read.bytes_processed + _schema.data_account_type = cls._schema_copy_progress_read.data_account_type + _schema.directories_errored_out = cls._schema_copy_progress_read.directories_errored_out + _schema.error = cls._schema_copy_progress_read.error + _schema.files_errored_out = cls._schema_copy_progress_read.files_errored_out + _schema.files_processed = cls._schema_copy_progress_read.files_processed + _schema.invalid_directories_processed = cls._schema_copy_progress_read.invalid_directories_processed + _schema.invalid_file_bytes_uploaded = cls._schema_copy_progress_read.invalid_file_bytes_uploaded + _schema.invalid_files_processed = cls._schema_copy_progress_read.invalid_files_processed + _schema.is_enumeration_in_progress = cls._schema_copy_progress_read.is_enumeration_in_progress + _schema.renamed_container_count = cls._schema_copy_progress_read.renamed_container_count + _schema.storage_account_name = cls._schema_copy_progress_read.storage_account_name + _schema.total_bytes_to_process = cls._schema_copy_progress_read.total_bytes_to_process + _schema.total_files_to_process = cls._schema_copy_progress_read.total_files_to_process + _schema.transfer_type = cls._schema_copy_progress_read.transfer_type + return + + cls._schema_copy_progress_read = _schema_copy_progress_read = AAZObjectType() + + copy_progress_read = _schema_copy_progress_read + copy_progress_read.account_id = AAZStrType( + serialized_name="accountId", + flags={"read_only": True}, + ) + copy_progress_read.actions = AAZListType( + flags={"read_only": True}, + ) + copy_progress_read.bytes_processed = AAZIntType( + serialized_name="bytesProcessed", + flags={"read_only": True}, + ) + copy_progress_read.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"read_only": True}, + ) + copy_progress_read.directories_errored_out = AAZIntType( + serialized_name="directoriesErroredOut", + flags={"read_only": True}, + ) + copy_progress_read.error = AAZObjectType() + cls._build_schema_cloud_error_read(copy_progress_read.error) + copy_progress_read.files_errored_out = AAZIntType( + serialized_name="filesErroredOut", + flags={"read_only": True}, + ) + copy_progress_read.files_processed = AAZIntType( + serialized_name="filesProcessed", + flags={"read_only": True}, + ) + copy_progress_read.invalid_directories_processed = AAZIntType( + serialized_name="invalidDirectoriesProcessed", + flags={"read_only": True}, + ) + copy_progress_read.invalid_file_bytes_uploaded = AAZIntType( + serialized_name="invalidFileBytesUploaded", + flags={"read_only": True}, + ) + copy_progress_read.invalid_files_processed = AAZIntType( + serialized_name="invalidFilesProcessed", + flags={"read_only": True}, + ) + copy_progress_read.is_enumeration_in_progress = AAZBoolType( + serialized_name="isEnumerationInProgress", + flags={"read_only": True}, + ) + copy_progress_read.renamed_container_count = AAZIntType( + serialized_name="renamedContainerCount", + flags={"read_only": True}, + ) + copy_progress_read.storage_account_name = AAZStrType( + serialized_name="storageAccountName", + flags={"read_only": True}, + ) + copy_progress_read.total_bytes_to_process = AAZIntType( + serialized_name="totalBytesToProcess", + flags={"read_only": True}, + ) + copy_progress_read.total_files_to_process = AAZIntType( + serialized_name="totalFilesToProcess", + flags={"read_only": True}, + ) + copy_progress_read.transfer_type = AAZStrType( + serialized_name="transferType", + flags={"read_only": True}, + ) + + actions = _schema_copy_progress_read.actions + actions.Element = AAZStrType() + + _schema.account_id = cls._schema_copy_progress_read.account_id + _schema.actions = cls._schema_copy_progress_read.actions + _schema.bytes_processed = cls._schema_copy_progress_read.bytes_processed + _schema.data_account_type = cls._schema_copy_progress_read.data_account_type + _schema.directories_errored_out = cls._schema_copy_progress_read.directories_errored_out + _schema.error = cls._schema_copy_progress_read.error + _schema.files_errored_out = cls._schema_copy_progress_read.files_errored_out + _schema.files_processed = cls._schema_copy_progress_read.files_processed + _schema.invalid_directories_processed = cls._schema_copy_progress_read.invalid_directories_processed + _schema.invalid_file_bytes_uploaded = cls._schema_copy_progress_read.invalid_file_bytes_uploaded + _schema.invalid_files_processed = cls._schema_copy_progress_read.invalid_files_processed + _schema.is_enumeration_in_progress = cls._schema_copy_progress_read.is_enumeration_in_progress + _schema.renamed_container_count = cls._schema_copy_progress_read.renamed_container_count + _schema.storage_account_name = cls._schema_copy_progress_read.storage_account_name + _schema.total_bytes_to_process = cls._schema_copy_progress_read.total_bytes_to_process + _schema.total_files_to_process = cls._schema_copy_progress_read.total_files_to_process + _schema.transfer_type = cls._schema_copy_progress_read.transfer_type + + _schema_data_account_details_read = None + + @classmethod + def _build_schema_data_account_details_read(cls, _schema): + if cls._schema_data_account_details_read is not None: + _schema.data_account_type = cls._schema_data_account_details_read.data_account_type + _schema.discriminate_by( + "data_account_type", + "ManagedDisk", + cls._schema_data_account_details_read.discriminate_by( + "data_account_type", + "ManagedDisk", + ) + ) + _schema.discriminate_by( + "data_account_type", + "StorageAccount", + cls._schema_data_account_details_read.discriminate_by( + "data_account_type", + "StorageAccount", + ) + ) + return + + cls._schema_data_account_details_read = _schema_data_account_details_read = AAZObjectType() + + data_account_details_read = _schema_data_account_details_read + data_account_details_read.data_account_type = AAZStrType( + serialized_name="dataAccountType", + flags={"required": True}, + ) + + disc_managed_disk = _schema_data_account_details_read.discriminate_by("data_account_type", "ManagedDisk") + disc_managed_disk.resource_group_id = AAZStrType( + serialized_name="resourceGroupId", + flags={"required": True}, + ) + disc_managed_disk.staging_storage_account_id = AAZStrType( + serialized_name="stagingStorageAccountId", + flags={"required": True}, + ) + + disc_storage_account = _schema_data_account_details_read.discriminate_by("data_account_type", "StorageAccount") + disc_storage_account.storage_account_id = AAZStrType( + serialized_name="storageAccountId", + flags={"required": True}, + ) + + _schema.data_account_type = cls._schema_data_account_details_read.data_account_type + _schema.discriminate_by( + "data_account_type", + "ManagedDisk", + cls._schema_data_account_details_read.discriminate_by( + "data_account_type", + "ManagedDisk", + ) + ) + _schema.discriminate_by( + "data_account_type", + "StorageAccount", + cls._schema_data_account_details_read.discriminate_by( + "data_account_type", + "StorageAccount", + ) + ) + + _schema_package_shipping_details_read = None + + @classmethod + def _build_schema_package_shipping_details_read(cls, _schema): + if cls._schema_package_shipping_details_read is not None: + _schema.carrier_name = cls._schema_package_shipping_details_read.carrier_name + _schema.tracking_id = cls._schema_package_shipping_details_read.tracking_id + _schema.tracking_url = cls._schema_package_shipping_details_read.tracking_url + return + + cls._schema_package_shipping_details_read = _schema_package_shipping_details_read = AAZObjectType() + + package_shipping_details_read = _schema_package_shipping_details_read + package_shipping_details_read.carrier_name = AAZStrType( + serialized_name="carrierName", + flags={"read_only": True}, + ) + package_shipping_details_read.tracking_id = AAZStrType( + serialized_name="trackingId", + flags={"read_only": True}, + ) + package_shipping_details_read.tracking_url = AAZStrType( + serialized_name="trackingUrl", + flags={"read_only": True}, + ) + + _schema.carrier_name = cls._schema_package_shipping_details_read.carrier_name + _schema.tracking_id = cls._schema_package_shipping_details_read.tracking_id + _schema.tracking_url = cls._schema_package_shipping_details_read.tracking_url + + _schema_shipping_address_read = None + + @classmethod + def _build_schema_shipping_address_read(cls, _schema): + if cls._schema_shipping_address_read is not None: + _schema.address_type = cls._schema_shipping_address_read.address_type + _schema.city = cls._schema_shipping_address_read.city + _schema.company_name = cls._schema_shipping_address_read.company_name + _schema.country = cls._schema_shipping_address_read.country + _schema.postal_code = cls._schema_shipping_address_read.postal_code + _schema.skip_address_validation = cls._schema_shipping_address_read.skip_address_validation + _schema.state_or_province = cls._schema_shipping_address_read.state_or_province + _schema.street_address1 = cls._schema_shipping_address_read.street_address1 + _schema.street_address2 = cls._schema_shipping_address_read.street_address2 + _schema.street_address3 = cls._schema_shipping_address_read.street_address3 + _schema.tax_identification_number = cls._schema_shipping_address_read.tax_identification_number + _schema.zip_extended_code = cls._schema_shipping_address_read.zip_extended_code + return + + cls._schema_shipping_address_read = _schema_shipping_address_read = AAZObjectType() + + shipping_address_read = _schema_shipping_address_read + shipping_address_read.address_type = AAZStrType( + serialized_name="addressType", + ) + shipping_address_read.city = AAZStrType() + shipping_address_read.company_name = AAZStrType( + serialized_name="companyName", + ) + shipping_address_read.country = AAZStrType( + flags={"required": True}, + ) + shipping_address_read.postal_code = AAZStrType( + serialized_name="postalCode", + ) + shipping_address_read.skip_address_validation = AAZBoolType( + serialized_name="skipAddressValidation", + ) + shipping_address_read.state_or_province = AAZStrType( + serialized_name="stateOrProvince", + ) + shipping_address_read.street_address1 = AAZStrType( + serialized_name="streetAddress1", + flags={"required": True}, + ) + shipping_address_read.street_address2 = AAZStrType( + serialized_name="streetAddress2", + ) + shipping_address_read.street_address3 = AAZStrType( + serialized_name="streetAddress3", + ) + shipping_address_read.tax_identification_number = AAZStrType( + serialized_name="taxIdentificationNumber", + ) + shipping_address_read.zip_extended_code = AAZStrType( + serialized_name="zipExtendedCode", + ) + + _schema.address_type = cls._schema_shipping_address_read.address_type + _schema.city = cls._schema_shipping_address_read.city + _schema.company_name = cls._schema_shipping_address_read.company_name + _schema.country = cls._schema_shipping_address_read.country + _schema.postal_code = cls._schema_shipping_address_read.postal_code + _schema.skip_address_validation = cls._schema_shipping_address_read.skip_address_validation + _schema.state_or_province = cls._schema_shipping_address_read.state_or_province + _schema.street_address1 = cls._schema_shipping_address_read.street_address1 + _schema.street_address2 = cls._schema_shipping_address_read.street_address2 + _schema.street_address3 = cls._schema_shipping_address_read.street_address3 + _schema.tax_identification_number = cls._schema_shipping_address_read.tax_identification_number + _schema.zip_extended_code = cls._schema_shipping_address_read.zip_extended_code + + _schema_transport_preferences_read = None + + @classmethod + def _build_schema_transport_preferences_read(cls, _schema): + if cls._schema_transport_preferences_read is not None: + _schema.is_updated = cls._schema_transport_preferences_read.is_updated + _schema.preferred_shipment_type = cls._schema_transport_preferences_read.preferred_shipment_type + return + + cls._schema_transport_preferences_read = _schema_transport_preferences_read = AAZObjectType() + + transport_preferences_read = _schema_transport_preferences_read + transport_preferences_read.is_updated = AAZBoolType( + serialized_name="isUpdated", + flags={"read_only": True}, + ) + transport_preferences_read.preferred_shipment_type = AAZStrType( + serialized_name="preferredShipmentType", + flags={"required": True}, + ) + + _schema.is_updated = cls._schema_transport_preferences_read.is_updated + _schema.preferred_shipment_type = cls._schema_transport_preferences_read.preferred_shipment_type + + +__all__ = ["Update"] diff --git a/src/databox/azext_databox/azext_metadata.json b/src/databox/azext_databox/azext_metadata.json index 587a1ed232f..73490c539dc 100644 --- a/src/databox/azext_databox/azext_metadata.json +++ b/src/databox/azext_databox/azext_metadata.json @@ -1,3 +1,3 @@ { - "azext.minCliCoreVersion": "2.3.1" + "azext.minCliCoreVersion": "2.48.0" } \ No newline at end of file diff --git a/src/databox/azext_databox/commands.py b/src/databox/azext_databox/commands.py index a175550e86d..fd4b80797ad 100644 --- a/src/databox/azext_databox/commands.py +++ b/src/databox/azext_databox/commands.py @@ -1,27 +1,17 @@ # -------------------------------------------------------------------------------------------- # 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 aaz-dev-tools # -------------------------------------------------------------------------------------------- -# pylint: disable=line-too-long # pylint: disable=too-many-lines # pylint: disable=too-many-statements -# pylint: disable=too-many-locals -from azext_databox._validators import validate_create_input_parameters -from azure.cli.core.commands import CliCommandType +# from azure.cli.core.commands import CliCommandType -def load_command_table(self, _): - from azext_databox._client_factory import cf_jobs - databox_jobs = CliCommandType( - operations_tmpl='azext_databox.vendored_sdks.databox.operations._jobs_operations#JobsOperations.{}', - client_factory=cf_jobs) - with self.command_group('databox job', databox_jobs, client_factory=cf_jobs) as g: - g.custom_command('create', 'create_databox_job', validator=validate_create_input_parameters) - g.custom_command('update', 'update_databox_job') - g.custom_command('delete', 'delete_databox_job', confirmation=True) - g.custom_show_command('show', 'get_databox_job') - g.custom_command('list', 'list_databox_job') - g.custom_command('cancel', 'cancel_databox_job', confirmation=True) - g.custom_command('list-credentials', 'list_credentials_databox_job') +def load_command_table(self, _): # pylint: disable=unused-argument + with self.command_group('workloads sap-virtual-instance'): + from azext_databox.custom import JobCreate + self.command_table['databox job create'] = JobCreate(loader=self) diff --git a/src/databox/azext_databox/custom.py b/src/databox/azext_databox/custom.py index 6c84c133626..ddb488dc4be 100644 --- a/src/databox/azext_databox/custom.py +++ b/src/databox/azext_databox/custom.py @@ -1,135 +1,125 @@ # -------------------------------------------------------------------------------------------- # 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 aaz-dev-tools # -------------------------------------------------------------------------------------------- -# pylint: disable=line-too-long -# pylint: disable=too-many-statements -# pylint: disable=too-many-lines -# pylint: disable=too-many-locals -# pylint: disable=unused-argument -# pylint: disable=too-many-branches - -def create_databox_job(client, - resource_group_name, - job_name, - location, - sku, - contact_name, - phone, - city, - email_list, - street_address1, - postal_code, - country, - state_or_province, - destination_account_details, - expected_data_size=None, - tags=None, - mobile=None, - street_address2=None, - street_address3=None, - company_name=None,): - body = {} - body['location'] = location # str - body['tags'] = tags # dictionary - body.setdefault('sku', {})['name'] = sku # str - body.setdefault('details', {})['job_details_type'] = sku - body.setdefault('details', {})['expected_data_size_in_terabytes'] = expected_data_size - body.setdefault('details', {}).setdefault('contact_details', {})['contact_name'] = contact_name # str - body.setdefault('details', {}).setdefault('contact_details', {})['phone'] = phone # str - body.setdefault('details', {}).setdefault('contact_details', {})['mobile'] = mobile # str - body.setdefault('details', {}).setdefault('contact_details', {})['email_list'] = email_list - body.setdefault('details', {}).setdefault('shipping_address', {})['street_address1'] = street_address1 # str - body.setdefault('details', {}).setdefault('shipping_address', {})['street_address2'] = street_address2 # str - body.setdefault('details', {}).setdefault('shipping_address', {})['street_address3'] = street_address3 # str - body.setdefault('details', {}).setdefault('shipping_address', {})['city'] = city # str - body.setdefault('details', {}).setdefault('shipping_address', {})['state_or_province'] = state_or_province # str - body.setdefault('details', {}).setdefault('shipping_address', {})['country'] = country # str - body.setdefault('details', {}).setdefault('shipping_address', {})['postal_code'] = postal_code # str - body.setdefault('details', {}).setdefault('shipping_address', {})['company_name'] = company_name # str - - body.setdefault('details', {})['destination_account_details'] = destination_account_details - - return client.begin_create(resource_group_name=resource_group_name, job_name=job_name, job_resource=body) - - -def update_databox_job(client, - resource_group_name, - job_name, - contact_name=None, - phone=None, - email_list=None, - street_address1=None, - postal_code=None, - country=None, - mobile=None, - city=None, - street_address2=None, - street_address3=None, - state_or_province=None, - company_name=None): - job_resource = get_databox_job(client, resource_group_name, job_name) - job_details = job_resource.details - contact_details = job_details.contact_details - shipping_address = job_details.shipping_address - - body = {} - body.setdefault('details', {}).setdefault('contact_details', {})[ - 'contact_name'] = contact_details.contact_name if contact_name is None else contact_name # str - body.setdefault('details', {}).setdefault('contact_details', {})[ - 'phone'] = contact_details.phone if phone is None else phone # str - body.setdefault('details', {}).setdefault('contact_details', {})[ - 'mobile'] = contact_details.mobile if mobile is None else mobile # str - body.setdefault('details', {}).setdefault('contact_details', {})[ - 'email_list'] = contact_details.email_list if email_list is None else email_list - body.setdefault('details', {}).setdefault('shipping_address', {})[ - 'street_address1'] = shipping_address.street_address1 if street_address1 is None else street_address1 # str - body.setdefault('details', {}).setdefault('shipping_address', {})[ - 'street_address2'] = shipping_address.street_address2 if street_address2 is None else street_address2 # str - body.setdefault('details', {}).setdefault('shipping_address', {})[ - 'street_address3'] = shipping_address.street_address3 if street_address3 is None else street_address3 # str - body.setdefault('details', {}).setdefault('shipping_address', {})[ - 'city'] = shipping_address.city if city is None else city # str - body.setdefault('details', {}).setdefault('shipping_address', {})[ - 'state_or_province'] = shipping_address.state_or_province if state_or_province is None else state_or_province # str - body.setdefault('details', {}).setdefault('shipping_address', {})[ - 'country'] = shipping_address.country if country is None else country # str - body.setdefault('details', {}).setdefault('shipping_address', {})[ - 'postal_code'] = shipping_address.postal_code if postal_code is None else postal_code # str - body.setdefault('details', {}).setdefault('shipping_address', {})[ - 'company_name'] = shipping_address.company_name if company_name is None else company_name # str - - return client.begin_update(resource_group_name=resource_group_name, job_name=job_name, job_resource_update_parameter=body) - - -def delete_databox_job(client, - resource_group_name, - job_name): - return client.begin_delete(resource_group_name=resource_group_name, job_name=job_name) - - -def get_databox_job(client, - resource_group_name, - job_name): - return client.get(resource_group_name=resource_group_name, job_name=job_name, expand='details') - - -def list_databox_job(client, - resource_group_name=None): - if resource_group_name is not None: - return client.list_by_resource_group(resource_group_name=resource_group_name) - return client.list() - - -def cancel_databox_job(client, - resource_group_name, - job_name, - reason): - return client.cancel(resource_group_name=resource_group_name, job_name=job_name, cancellation_reason={'reason': reason}) - - -def list_credentials_databox_job(client, - resource_group_name, - job_name): - return client.list_credentials(resource_group_name=resource_group_name, job_name=job_name) +# pylint: disable=too-many-lines, too-many-branches, too-many-locals +# pylint: disable=too-many-statements, line-too-long, protected-access + +from knack.log import get_logger + +from azure.cli.core.aaz import has_value +from azure.cli.core.azclierror import ArgumentUsageError +from azext_databox.aaz.latest.databox.job import Create as _JobCreate + +logger = get_logger(__name__) + + +class JobCreate(_JobCreate): + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + from azure.cli.core.aaz import AAZResourceIdArg, AAZResourceIdArgFormat, AAZListArg, AAZStrArg, AAZArgEnum, AAZFreeFormDictArg, AAZFreeFormDictArgFormat + args_schema = super()._build_arguments_schema(*args, **kwargs) + args_schema.storage_accounts = AAZListArg( + options=["--storage-account"], + help="Space-separated list of the destination storage account. It can be the name or resource ID of storage account." + ) + args_schema.storage_accounts.Element = AAZResourceIdArg( + fmt=AAZResourceIdArgFormat(template="/subscriptions/{subscription}/resourceGroups/{resource_group}" + "/providers/Microsoft.Storage/storageAccounts/{}") + ) + args_schema.staging_storage_account = AAZResourceIdArg( + options=["--staging-storage-account"], + help="Resource Id of the storage account that can be used to copy the vhd for staging.", + fmt=AAZResourceIdArgFormat(template="/subscriptions/{subscription}/resourceGroups/{resource_group}" + "/providers/Microsoft.Storage/storageAccounts/{}") + ) + args_schema.resource_group_for_managed_disk = AAZResourceIdArg( + options=['--resource-group-for-managed-disk'], + help="Resource Group Id of the compute disks.", + fmt=AAZResourceIdArgFormat(template="/subscriptions/{subscription}/resourceGroups/{}") + ) + args_schema.transfer_configuration_type = AAZStrArg( + options=['--transfer-configuration-type'], + help="Type of the configuration for transfer." + ) + args_schema.transfer_configuration_type.enum = AAZArgEnum({"TransferAll", "TransferUsingFilter"}) + args_schema.transfer_filter_details = AAZFreeFormDictArg( + options=["--transfer-filter-details"], + help="Path to the map of filter type and the details to filter.", + fmt=AAZFreeFormDictArgFormat() + ) + args_schema.data_box._registered = False + args_schema.data_box_disk._registered = False + args_schema.data_box_heavy._registered = False + args_schema.data_import_details._registered = False + args_schema.data_export_details._registered = False + return args_schema + + def pre_operations(self): + args = self.ctx.args + if args.sku == 'DataBox': + args.data_box = {} + if args.sku == 'DataBoxDisk': + args.data_box_disk = {} + if args.sku == 'DataBoxHeavy': + args.data_box_heavy = {} + + if args.sku == 'DataBoxDisk' and not has_value(args.expected_data_size): + raise ArgumentUsageError("You must provide '--expected-data-size' when the 'sku' is 'DataBoxDisk'.") + if not has_value(args.storage_accounts) and not has_value(args.staging_storage_account): + raise ArgumentUsageError("You must provide at least one '--storage-account' or the combination of '--staging-storage-account' and '--resource-group-for-managed-disk'") + + data_import_or_export_details = [] + if has_value(args.storage_accounts): + for storage_account in args.storage_accounts: + account_details = { + 'account_details': { + 'storage_account': { + 'storage_account_id': storage_account + } + } + } + data_import_or_export_details.append(account_details) + if has_value(args.staging_storage_account): + account_details = { + 'account_details': { + 'managed_disk': { + 'staging_storage_account_id': args.staging_storage_account, + 'resource_group_id': args.resource_group_for_managed_disk + } + } + } + data_import_or_export_details.append(account_details) + + if args.transfer_type == 'ImportToAzure': + args.data_import_details = data_import_or_export_details + + if args.transfer_type == 'ExportFromAzure': + if not has_value(args.transfer_configuration_type): + raise ArgumentUsageError('You must provide --transfer-configuration-type when --transfer-type is ExportFromAzure.') + for detail in data_import_or_export_details: + if args.transfer_configuration_type == 'TransferAll': + data_account_type = 'StorageAccount' if 'storage_account' in detail['account_details'] else 'ManagedDisk' + transfer_configuration = { + 'transfer_configuration_type': args.transfer_configuration_type, + 'transfer_all_details': { + 'include': { + 'data_account_type': data_account_type, + 'transfer_all_blobs': True, + 'transfer_all_files': True + } + } + } + detail['transfer_configuration'] = transfer_configuration + if args.transfer_configuration_type == 'TransferUsingFilter': + if not has_value(args.transfer_filter_details): + raise ArgumentUsageError('You must provide --transfer-filter-details when --transfer-configuration-type is TransferUsingFilter.') + transfer_configuration = { + "transfer_configuration_type": args.transfer_configuration_type, + "transfer_filter_details": args.transfer_filter_details + } + detail['transfer_configuration'] = transfer_configuration + args.data_export_details = data_import_or_export_details diff --git a/src/databox/azext_databox/tests/__init__.py b/src/databox/azext_databox/tests/__init__.py new file mode 100644 index 00000000000..5757aea3175 --- /dev/null +++ b/src/databox/azext_databox/tests/__init__.py @@ -0,0 +1,6 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- diff --git a/src/databox/azext_databox/tests/latest/__init__.py b/src/databox/azext_databox/tests/latest/__init__.py new file mode 100644 index 00000000000..5757aea3175 --- /dev/null +++ b/src/databox/azext_databox/tests/latest/__init__.py @@ -0,0 +1,6 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- diff --git a/src/databox/azext_databox/tests/latest/recordings/test_databox.yaml b/src/databox/azext_databox/tests/latest/recordings/test_databox.yaml index 3c4012f1999..e7295b5a496 100644 --- a/src/databox/azext_databox/tests/latest/recordings/test_databox.yaml +++ b/src/databox/azext_databox/tests/latest/recordings/test_databox.yaml @@ -1,15 +1,17 @@ interactions: - request: - body: '{"location": "westus", "sku": {"name": "DataBox"}, "properties": {"details": - {"contactDetails": {"contactName": "Public SDK Test", "phone": "14258828080", - "emailList": ["testing@microsoft.com"]}, "shippingAddress": {"streetAddress1": - "1 MICROSOFT WAY", "city": "Redmond", "stateOrProvince": "WA", "country": "US", - "postalCode": "98052", "companyName": "Microsoft"}, "destinationAccountDetails": - [{"dataDestinationType": "StorageAccount", "storageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002"}, - {"dataDestinationType": "StorageAccount", "storageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000003"}, - {"dataDestinationType": "ManagedDisk", "resourceGroupId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-for-managed-disk", - "stagingStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002"}], - "jobDetailsType": "DataBox"}}}' + body: '{"location": "westus", "properties": {"details": {"contactDetails": {"contactName": + "Public SDK Test", "emailList": ["testing@microsoft.com"], "phone": "14258828080"}, + "dataImportDetails": [{"accountDetails": {"dataAccountType": "StorageAccount", + "storageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002"}}, + {"accountDetails": {"dataAccountType": "StorageAccount", "storageAccountId": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000003"}}, + {"accountDetails": {"dataAccountType": "ManagedDisk", "resourceGroupId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-000007", + "stagingStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002"}}], + "jobDetailsType": "DataBox", "keyEncryptionKey": {"kekType": "MicrosoftManaged"}, + "shippingAddress": {"city": "Redmond", "companyName": "Microsoft", "country": + "US", "postalCode": "98052", "stateOrProvince": "WA", "streetAddress1": "1 MICROSOFT + WAY"}}, "transferType": "ImportToAzure"}, "sku": {"name": "DataBox"}}' headers: Accept: - application/json @@ -20,17 +22,18 @@ interactions: Connection: - keep-alive Content-Length: - - '1374' + - '1298' Content-Type: - application/json ParameterSetName: - --resource-group --name --location --sku --contact-name --phone --email-list --street-address1 --city --state-or-province --country --postal-code --company-name --storage-account --staging-storage-account --resource-group-for-managed-disk + --transfer-type --kek-type User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004?api-version=2022-12-01 response: body: string: '' @@ -40,11 +43,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:49:46 GMT + - Fri, 19 May 2023 09:44:07 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb?api-version=2022-12-01 pragma: - no-cache server: @@ -73,10 +76,11 @@ interactions: - --resource-group --name --location --sku --contact-name --phone --email-list --street-address1 --city --state-or-province --country --postal-code --company-name --storage-account --staging-storage-account --resource-group-for-managed-disk + --transfer-type --kek-type User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb?api-version=2022-12-01 response: body: string: '' @@ -86,11 +90,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:49:56 GMT + - Fri, 19 May 2023 09:44:07 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb?api-version=2022-12-01 pragma: - no-cache server: @@ -117,158 +121,116 @@ interactions: - --resource-group --name --location --sku --contact-name --phone --email-list --street-address1 --city --state-or-province --country --postal-code --company-name --storage-account --staging-storage-account --resource-group-for-managed-disk + --transfer-type --kek-type User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004?api-version=2019-09-01 - response: - body: - string: "{\r\n \"properties\": {\r\n \"isCancellable\": true,\r\n \"isDeletable\": - false,\r\n \"isShippingAddressEditable\": true,\r\n \"status\": \"DeviceOrdered\",\r\n - \ \"startTime\": \"2021-05-07T06:49:46.4515191+00:00\",\r\n \"details\": - {\r\n \"contactDetails\": {\r\n \"contactName\": \"Public SDK - Test\",\r\n \"phone\": \"14258828080\",\r\n \"emailList\": [\r\n - \ \"testing@microsoft.com\"\r\n ],\r\n \"notificationPreference\": - [\r\n {\r\n \"stageName\": \"DevicePrepared\",\r\n \"sendNotification\": - true\r\n },\r\n {\r\n \"stageName\": \"Dispatched\",\r\n - \ \"sendNotification\": true\r\n },\r\n {\r\n - \ \"stageName\": \"Delivered\",\r\n \"sendNotification\": - true\r\n },\r\n {\r\n \"stageName\": \"PickedUp\",\r\n - \ \"sendNotification\": true\r\n },\r\n {\r\n - \ \"stageName\": \"AtAzureDC\",\r\n \"sendNotification\": - true\r\n },\r\n {\r\n \"stageName\": \"DataCopy\",\r\n - \ \"sendNotification\": true\r\n }\r\n ]\r\n },\r\n - \ \"shippingAddress\": {\r\n \"streetAddress1\": \"1 MICROSOFT - WAY\",\r\n \"city\": \"Redmond\",\r\n \"stateOrProvince\": \"WA\",\r\n - \ \"country\": \"US\",\r\n \"postalCode\": \"98052\",\r\n \"companyName\": - \"Microsoft\",\r\n \"addressType\": \"None\"\r\n },\r\n \"destinationAccountDetails\": - [\r\n {\r\n \"storageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\",\r\n - \ \"dataDestinationType\": \"StorageAccount\",\r\n \"accountId\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\"\r\n - \ },\r\n {\r\n \"storageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000003\",\r\n - \ \"dataDestinationType\": \"StorageAccount\",\r\n \"accountId\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000003\"\r\n - \ },\r\n {\r\n \"resourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-for-managed-disk\",\r\n - \ \"stagingStorageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\",\r\n - \ \"dataDestinationType\": \"ManagedDisk\",\r\n \"accountId\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-for-managed-disk\"\r\n - \ }\r\n ],\r\n \"jobDetailsType\": \"DataBox\",\r\n \"preferences\": - {}\r\n },\r\n \"deliveryType\": \"NonScheduled\",\r\n \"isCancellableWithoutFee\": - true\r\n },\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"sku\": - {\r\n \"name\": \"DataBox\"\r\n },\r\n \"name\": \"job000004\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004\",\r\n - \ \"type\": \"Microsoft.DataBox/jobs\"\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '3595' - content-type: - - application/json; charset=utf-8 + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' date: - - Fri, 07 May 2021 06:50:07 GMT + - Fri, 19 May 2023 09:44:17 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004?api-version=2022-12-01 pragma: - no-cache server: - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - 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: - - databox job update + - databox job create Connection: - keep-alive ParameterSetName: - - --resource-group --name --contact-name --email-list - User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004?api-version=2019-09-01&$expand=details - response: - body: - string: "{\r\n \"properties\": {\r\n \"isCancellable\": true,\r\n \"isDeletable\": - false,\r\n \"isShippingAddressEditable\": true,\r\n \"status\": \"DeviceOrdered\",\r\n - \ \"startTime\": \"2021-05-07T06:49:46.4515191+00:00\",\r\n \"details\": - {\r\n \"copyProgress\": [],\r\n \"jobStages\": [\r\n {\r\n - \ \"stageName\": \"DeviceOrdered\",\r\n \"displayName\": - \"Ordered\",\r\n \"stageStatus\": \"Succeeded\",\r\n \"stageTime\": - \"2021-05-07T06:49:51.7645955+00:00\"\r\n },\r\n {\r\n \"stageName\": - \"DevicePrepared\",\r\n \"displayName\": \"Processed\",\r\n \"stageStatus\": - \"None\"\r\n },\r\n {\r\n \"stageName\": \"Dispatched\",\r\n - \ \"displayName\": \"Dispatched\",\r\n \"stageStatus\": \"None\"\r\n - \ },\r\n {\r\n \"stageName\": \"Delivered\",\r\n \"displayName\": - \"Delivered\",\r\n \"stageStatus\": \"None\"\r\n },\r\n {\r\n - \ \"stageName\": \"PickedUp\",\r\n \"displayName\": \"Picked - up\",\r\n \"stageStatus\": \"None\"\r\n },\r\n {\r\n - \ \"stageName\": \"AtAzureDC\",\r\n \"displayName\": \"Received\",\r\n - \ \"stageStatus\": \"None\"\r\n },\r\n {\r\n \"stageName\": - \"DataCopy\",\r\n \"displayName\": \"Data copy in progress\",\r\n - \ \"stageStatus\": \"None\"\r\n },\r\n {\r\n \"stageName\": - \"Completed\",\r\n \"displayName\": \"Completed\",\r\n \"stageStatus\": - \"None\"\r\n }\r\n ],\r\n \"contactDetails\": {\r\n \"contactName\": - \"Public SDK Test\",\r\n \"phone\": \"14258828080\",\r\n \"emailList\": - [\r\n \"testing@microsoft.com\"\r\n ],\r\n \"notificationPreference\": - [\r\n {\r\n \"stageName\": \"DevicePrepared\",\r\n \"sendNotification\": - true\r\n },\r\n {\r\n \"stageName\": \"Dispatched\",\r\n - \ \"sendNotification\": true\r\n },\r\n {\r\n - \ \"stageName\": \"Delivered\",\r\n \"sendNotification\": - true\r\n },\r\n {\r\n \"stageName\": \"PickedUp\",\r\n - \ \"sendNotification\": true\r\n },\r\n {\r\n - \ \"stageName\": \"AtAzureDC\",\r\n \"sendNotification\": - true\r\n },\r\n {\r\n \"stageName\": \"DataCopy\",\r\n - \ \"sendNotification\": true\r\n }\r\n ]\r\n },\r\n - \ \"shippingAddress\": {\r\n \"streetAddress1\": \"1 MICROSOFT - WAY\",\r\n \"city\": \"Redmond\",\r\n \"stateOrProvince\": \"WA\",\r\n - \ \"country\": \"US\",\r\n \"postalCode\": \"98052\",\r\n \"companyName\": - \"Microsoft\",\r\n \"addressType\": \"None\"\r\n },\r\n \"deliveryPackage\": - {\r\n \"trackingUrl\": \"\",\r\n \"carrierName\": \"\",\r\n - \ \"trackingId\": \"\"\r\n },\r\n \"returnPackage\": {\r\n - \ \"trackingUrl\": \"\",\r\n \"carrierName\": \"\",\r\n \"trackingId\": - \"\"\r\n },\r\n \"destinationAccountDetails\": [\r\n {\r\n - \ \"storageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\",\r\n - \ \"dataDestinationType\": \"StorageAccount\",\r\n \"accountId\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\"\r\n - \ },\r\n {\r\n \"storageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000003\",\r\n - \ \"dataDestinationType\": \"StorageAccount\",\r\n \"accountId\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000003\"\r\n - \ },\r\n {\r\n \"resourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-for-managed-disk\",\r\n - \ \"stagingStorageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\",\r\n - \ \"dataDestinationType\": \"ManagedDisk\",\r\n \"accountId\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-for-managed-disk\"\r\n - \ }\r\n ],\r\n \"jobDetailsType\": \"DataBox\",\r\n \"preferences\": - {},\r\n \"copyLogDetails\": [],\r\n \"reverseShipmentLabelSasKey\": - \"FakeKey\"\r\n - \ },\r\n \"deliveryType\": \"NonScheduled\",\r\n \"isCancellableWithoutFee\": - true\r\n },\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"sku\": - {\r\n \"name\": \"DataBox\"\r\n },\r\n \"name\": \"job000004\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004\",\r\n - \ \"type\": \"Microsoft.DataBox/jobs\"\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '5374' + - --resource-group --name --location --sku --contact-name --phone --email-list + --street-address1 --city --state-or-province --country --postal-code --company-name + --storage-account --staging-storage-account --resource-group-for-managed-disk + --transfer-type --kek-type + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004?api-version=2022-12-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"transferType\": \"ImportToAzure\"\ + ,\r\n \"isCancellable\": true,\r\n \"isDeletable\": false,\r\n \"\ + isShippingAddressEditable\": true,\r\n \"reverseShippingDetailsUpdate\"\ + : \"NotSupported\",\r\n \"reverseTransportPreferenceUpdate\": \"NotSupported\"\ + ,\r\n \"isPrepareToShipEnabled\": true,\r\n \"status\": \"DeviceOrdered\"\ + ,\r\n \"startTime\": \"2023-05-19T09:44:07.4496805+00:00\",\r\n \"details\"\ + : {\r\n \"contactDetails\": {\r\n \"emailList\": [\r\n \ + \ \"testing@microsoft.com\"\r\n ],\r\n \"notificationPreference\"\ + : [\r\n {\r\n \"stageName\": \"DevicePrepared\",\r\n \ + \ \"sendNotification\": true\r\n },\r\n {\r\n\ + \ \"stageName\": \"Dispatched\",\r\n \"sendNotification\"\ + : true\r\n },\r\n {\r\n \"stageName\": \"Delivered\"\ + ,\r\n \"sendNotification\": true\r\n },\r\n {\r\ + \n \"stageName\": \"PickedUp\",\r\n \"sendNotification\"\ + : true\r\n },\r\n {\r\n \"stageName\": \"AtAzureDC\"\ + ,\r\n \"sendNotification\": true\r\n },\r\n {\r\ + \n \"stageName\": \"DataCopy\",\r\n \"sendNotification\"\ + : true\r\n }\r\n ],\r\n \"contactName\": \"Public SDK\ + \ Test\",\r\n \"phone\": \"14258828080\"\r\n },\r\n \"shippingAddress\"\ + : {\r\n \"streetAddress1\": \"1 MICROSOFT WAY\",\r\n \"city\"\ + : \"Redmond\",\r\n \"stateOrProvince\": \"WA\",\r\n \"country\"\ + : \"US\",\r\n \"postalCode\": \"98052\",\r\n \"companyName\"\ + : \"Microsoft\",\r\n \"addressType\": \"None\"\r\n },\r\n \ + \ \"dataImportDetails\": [\r\n {\r\n \"accountDetails\":\ + \ {\r\n \"storageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\"\ + ,\r\n \"dataAccountType\": \"StorageAccount\"\r\n }\r\n\ + \ },\r\n {\r\n \"accountDetails\": {\r\n \ + \ \"storageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000003\"\ + ,\r\n \"dataAccountType\": \"StorageAccount\"\r\n }\r\n\ + \ },\r\n {\r\n \"accountDetails\": {\r\n \ + \ \"resourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-000007\"\ + ,\r\n \"stagingStorageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\"\ + ,\r\n \"dataAccountType\": \"ManagedDisk\"\r\n }\r\n \ + \ }\r\n ],\r\n \"dataExportDetails\": [],\r\n \"jobDetailsType\"\ + : \"DataBox\",\r\n \"preferences\": {\r\n \"encryptionPreferences\"\ + : {\r\n \"doubleEncryption\": \"Disabled\"\r\n }\r\n \ + \ },\r\n \"reverseShippingDetails\": {},\r\n \"keyEncryptionKey\"\ + : {\r\n \"kekType\": \"MicrosoftManaged\"\r\n }\r\n },\r\n\ + \ \"deliveryType\": \"NonScheduled\",\r\n \"deliveryInfo\": {\r\n \ + \ \"scheduledDateTime\": \"0001-01-01T00:00:00+00:00\"\r\n },\r\n \ + \ \"isCancellableWithoutFee\": true\r\n },\r\n \"systemData\": {\r\n \ + \ \"createdBy\": \"v-jingszhang@microsoft.com\",\r\n \"createdByType\"\ + : \"User\",\r\n \"createdAt\": \"2023-05-19T09:44:06.7916748+00:00\",\r\ + \n \"lastModifiedBy\": \"v-jingszhang@microsoft.com\",\r\n \"lastModifiedByType\"\ + : \"User\",\r\n \"lastModifiedAt\": \"2023-05-19T09:44:06.7916748+00:00\"\ + \r\n },\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"sku\": {\r\ + \n \"name\": \"DataBox\"\r\n },\r\n \"identity\": {\r\n \"type\":\ + \ \"None\"\r\n },\r\n \"name\": \"job000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004\"\ + ,\r\n \"type\": \"Microsoft.DataBox/jobs\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '3708' content-type: - application/json; charset=utf-8 date: - - Fri, 07 May 2021 06:50:09 GMT + - Fri, 19 May 2023 09:44:28 GMT expires: - '-1' pragma: @@ -288,9 +250,8 @@ interactions: message: OK - request: body: '{"properties": {"details": {"contactDetails": {"contactName": "Public SDK - Test 1", "phone": "14258828080", "emailList": ["testing1@microsoft.com"]}, "shippingAddress": - {"streetAddress1": "1 MICROSOFT WAY", "city": "Redmond", "stateOrProvince": - "WA", "country": "US", "postalCode": "98052", "companyName": "Microsoft"}}}}' + Test 1", "emailList": ["testing1@microsoft.com"], "phone": "14258828081"}, "keyEncryptionKey": + {"kekType": "MicrosoftManaged"}}}}' headers: Accept: - application/json @@ -301,15 +262,15 @@ interactions: Connection: - keep-alive Content-Length: - - '320' + - '203' Content-Type: - application/json ParameterSetName: - - --resource-group --name --contact-name --email-list + - --resource-group --name --contact-name --email-list --phone User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004?api-version=2022-12-01 response: body: string: '' @@ -319,11 +280,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:50:10 GMT + - Fri, 19 May 2023 09:44:31 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b260bec2-d619-4d10-aac2-a48fbcf318c4?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/1147ba83-7e5e-4b8a-bae4-7a4ce25b9e44?api-version=2022-12-01 pragma: - no-cache server: @@ -333,7 +294,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 202 message: Accepted @@ -349,11 +310,11 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --contact-name --email-list + - --resource-group --name --contact-name --email-list --phone User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b260bec2-d619-4d10-aac2-a48fbcf318c4?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/1147ba83-7e5e-4b8a-bae4-7a4ce25b9e44?api-version=2022-12-01 response: body: string: '' @@ -363,11 +324,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:50:21 GMT + - Fri, 19 May 2023 09:44:31 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004?api-version=2022-12-01 pragma: - no-cache server: @@ -391,57 +352,71 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --contact-name --email-list - User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004?api-version=2019-09-01 - response: - body: - string: "{\r\n \"properties\": {\r\n \"isCancellable\": true,\r\n \"isDeletable\": - false,\r\n \"isShippingAddressEditable\": true,\r\n \"status\": \"DeviceOrdered\",\r\n - \ \"startTime\": \"2021-05-07T06:49:46.4515191+00:00\",\r\n \"details\": - {\r\n \"contactDetails\": {\r\n \"contactName\": \"Public SDK - Test 1\",\r\n \"phone\": \"14258828080\",\r\n \"emailList\": - [\r\n \"testing1@microsoft.com\"\r\n ],\r\n \"notificationPreference\": - [\r\n {\r\n \"stageName\": \"DevicePrepared\",\r\n \"sendNotification\": - true\r\n },\r\n {\r\n \"stageName\": \"Dispatched\",\r\n - \ \"sendNotification\": true\r\n },\r\n {\r\n - \ \"stageName\": \"Delivered\",\r\n \"sendNotification\": - true\r\n },\r\n {\r\n \"stageName\": \"PickedUp\",\r\n - \ \"sendNotification\": true\r\n },\r\n {\r\n - \ \"stageName\": \"AtAzureDC\",\r\n \"sendNotification\": - true\r\n },\r\n {\r\n \"stageName\": \"DataCopy\",\r\n - \ \"sendNotification\": true\r\n }\r\n ]\r\n },\r\n - \ \"shippingAddress\": {\r\n \"streetAddress1\": \"1 MICROSOFT - WAY\",\r\n \"city\": \"Redmond\",\r\n \"stateOrProvince\": \"WA\",\r\n - \ \"country\": \"US\",\r\n \"postalCode\": \"98052\",\r\n \"companyName\": - \"Microsoft\",\r\n \"addressType\": \"None\"\r\n },\r\n \"destinationAccountDetails\": - [\r\n {\r\n \"storageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\",\r\n - \ \"dataDestinationType\": \"StorageAccount\",\r\n \"accountId\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\"\r\n - \ },\r\n {\r\n \"storageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000003\",\r\n - \ \"dataDestinationType\": \"StorageAccount\",\r\n \"accountId\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000003\"\r\n - \ },\r\n {\r\n \"resourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-for-managed-disk\",\r\n - \ \"stagingStorageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\",\r\n - \ \"dataDestinationType\": \"ManagedDisk\",\r\n \"accountId\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-for-managed-disk\"\r\n - \ }\r\n ],\r\n \"jobDetailsType\": \"DataBox\",\r\n \"preferences\": - {}\r\n },\r\n \"deliveryType\": \"NonScheduled\",\r\n \"isCancellableWithoutFee\": - true\r\n },\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"sku\": - {\r\n \"name\": \"DataBox\"\r\n },\r\n \"name\": \"job000004\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004\",\r\n - \ \"type\": \"Microsoft.DataBox/jobs\"\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '3598' + - --resource-group --name --contact-name --email-list --phone + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004?api-version=2022-12-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"transferType\": \"ImportToAzure\"\ + ,\r\n \"isCancellable\": true,\r\n \"isDeletable\": false,\r\n \"\ + isShippingAddressEditable\": true,\r\n \"reverseShippingDetailsUpdate\"\ + : \"NotSupported\",\r\n \"reverseTransportPreferenceUpdate\": \"NotSupported\"\ + ,\r\n \"isPrepareToShipEnabled\": true,\r\n \"status\": \"DeviceOrdered\"\ + ,\r\n \"startTime\": \"2023-05-19T09:44:07.4496805+00:00\",\r\n \"details\"\ + : {\r\n \"contactDetails\": {\r\n \"emailList\": [\r\n \ + \ \"testing1@microsoft.com\"\r\n ],\r\n \"notificationPreference\"\ + : [\r\n {\r\n \"stageName\": \"DevicePrepared\",\r\n \ + \ \"sendNotification\": true\r\n },\r\n {\r\n\ + \ \"stageName\": \"Dispatched\",\r\n \"sendNotification\"\ + : true\r\n },\r\n {\r\n \"stageName\": \"Delivered\"\ + ,\r\n \"sendNotification\": true\r\n },\r\n {\r\ + \n \"stageName\": \"PickedUp\",\r\n \"sendNotification\"\ + : true\r\n },\r\n {\r\n \"stageName\": \"AtAzureDC\"\ + ,\r\n \"sendNotification\": true\r\n },\r\n {\r\ + \n \"stageName\": \"DataCopy\",\r\n \"sendNotification\"\ + : true\r\n }\r\n ],\r\n \"contactName\": \"Public SDK\ + \ Test 1\",\r\n \"phone\": \"14258828081\"\r\n },\r\n \"\ + shippingAddress\": {\r\n \"streetAddress1\": \"1 MICROSOFT WAY\",\r\ + \n \"city\": \"Redmond\",\r\n \"stateOrProvince\": \"WA\",\r\ + \n \"country\": \"US\",\r\n \"postalCode\": \"98052\",\r\n \ + \ \"companyName\": \"Microsoft\",\r\n \"addressType\": \"None\"\ + \r\n },\r\n \"dataImportDetails\": [\r\n {\r\n \"\ + accountDetails\": {\r\n \"storageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\"\ + ,\r\n \"dataAccountType\": \"StorageAccount\"\r\n }\r\n\ + \ },\r\n {\r\n \"accountDetails\": {\r\n \ + \ \"storageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000003\"\ + ,\r\n \"dataAccountType\": \"StorageAccount\"\r\n }\r\n\ + \ },\r\n {\r\n \"accountDetails\": {\r\n \ + \ \"resourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-000007\"\ + ,\r\n \"stagingStorageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\"\ + ,\r\n \"dataAccountType\": \"ManagedDisk\"\r\n }\r\n \ + \ }\r\n ],\r\n \"dataExportDetails\": [],\r\n \"jobDetailsType\"\ + : \"DataBox\",\r\n \"preferences\": {\r\n \"encryptionPreferences\"\ + : {\r\n \"doubleEncryption\": \"Disabled\"\r\n }\r\n \ + \ },\r\n \"reverseShippingDetails\": {},\r\n \"keyEncryptionKey\"\ + : {\r\n \"kekType\": \"MicrosoftManaged\"\r\n }\r\n },\r\n\ + \ \"deliveryType\": \"NonScheduled\",\r\n \"deliveryInfo\": {\r\n \ + \ \"scheduledDateTime\": \"0001-01-01T00:00:00+00:00\"\r\n },\r\n \ + \ \"isCancellableWithoutFee\": true\r\n },\r\n \"systemData\": {\r\n \ + \ \"createdBy\": \"v-jingszhang@microsoft.com\",\r\n \"createdByType\"\ + : \"User\",\r\n \"createdAt\": \"2023-05-19T09:44:06.7916748+00:00\",\r\ + \n \"lastModifiedBy\": \"v-jingszhang@microsoft.com\",\r\n \"lastModifiedByType\"\ + : \"User\",\r\n \"lastModifiedAt\": \"2023-05-19T09:44:30.6949877+00:00\"\ + \r\n },\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"sku\": {\r\ + \n \"name\": \"DataBox\"\r\n },\r\n \"identity\": {\r\n \"type\":\ + \ \"None\"\r\n },\r\n \"name\": \"job000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004\"\ + ,\r\n \"type\": \"Microsoft.DataBox/jobs\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '3711' content-type: - application/json; charset=utf-8 date: - - Fri, 07 May 2021 06:50:31 GMT + - Fri, 19 May 2023 09:44:42 GMT expires: - '-1' pragma: @@ -473,77 +448,69 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004?api-version=2019-09-01&$expand=details - response: - body: - string: "{\r\n \"properties\": {\r\n \"isCancellable\": true,\r\n \"isDeletable\": - false,\r\n \"isShippingAddressEditable\": true,\r\n \"status\": \"DeviceOrdered\",\r\n - \ \"startTime\": \"2021-05-07T06:49:46.4515191+00:00\",\r\n \"details\": - {\r\n \"copyProgress\": [],\r\n \"jobStages\": [\r\n {\r\n - \ \"stageName\": \"DeviceOrdered\",\r\n \"displayName\": - \"Ordered\",\r\n \"stageStatus\": \"Succeeded\",\r\n \"stageTime\": - \"2021-05-07T06:49:51.7645955+00:00\"\r\n },\r\n {\r\n \"stageName\": - \"DevicePrepared\",\r\n \"displayName\": \"Processed\",\r\n \"stageStatus\": - \"None\"\r\n },\r\n {\r\n \"stageName\": \"Dispatched\",\r\n - \ \"displayName\": \"Dispatched\",\r\n \"stageStatus\": \"None\"\r\n - \ },\r\n {\r\n \"stageName\": \"Delivered\",\r\n \"displayName\": - \"Delivered\",\r\n \"stageStatus\": \"None\"\r\n },\r\n {\r\n - \ \"stageName\": \"PickedUp\",\r\n \"displayName\": \"Picked - up\",\r\n \"stageStatus\": \"None\"\r\n },\r\n {\r\n - \ \"stageName\": \"AtAzureDC\",\r\n \"displayName\": \"Received\",\r\n - \ \"stageStatus\": \"None\"\r\n },\r\n {\r\n \"stageName\": - \"DataCopy\",\r\n \"displayName\": \"Data copy in progress\",\r\n - \ \"stageStatus\": \"None\"\r\n },\r\n {\r\n \"stageName\": - \"Completed\",\r\n \"displayName\": \"Completed\",\r\n \"stageStatus\": - \"None\"\r\n }\r\n ],\r\n \"contactDetails\": {\r\n \"contactName\": - \"Public SDK Test 1\",\r\n \"phone\": \"14258828080\",\r\n \"emailList\": - [\r\n \"testing1@microsoft.com\"\r\n ],\r\n \"notificationPreference\": - [\r\n {\r\n \"stageName\": \"DevicePrepared\",\r\n \"sendNotification\": - true\r\n },\r\n {\r\n \"stageName\": \"Dispatched\",\r\n - \ \"sendNotification\": true\r\n },\r\n {\r\n - \ \"stageName\": \"Delivered\",\r\n \"sendNotification\": - true\r\n },\r\n {\r\n \"stageName\": \"PickedUp\",\r\n - \ \"sendNotification\": true\r\n },\r\n {\r\n - \ \"stageName\": \"AtAzureDC\",\r\n \"sendNotification\": - true\r\n },\r\n {\r\n \"stageName\": \"DataCopy\",\r\n - \ \"sendNotification\": true\r\n }\r\n ]\r\n },\r\n - \ \"shippingAddress\": {\r\n \"streetAddress1\": \"1 MICROSOFT - WAY\",\r\n \"city\": \"Redmond\",\r\n \"stateOrProvince\": \"WA\",\r\n - \ \"country\": \"US\",\r\n \"postalCode\": \"98052\",\r\n \"companyName\": - \"Microsoft\",\r\n \"addressType\": \"None\"\r\n },\r\n \"deliveryPackage\": - {\r\n \"trackingUrl\": \"\",\r\n \"carrierName\": \"\",\r\n - \ \"trackingId\": \"\"\r\n },\r\n \"returnPackage\": {\r\n - \ \"trackingUrl\": \"\",\r\n \"carrierName\": \"\",\r\n \"trackingId\": - \"\"\r\n },\r\n \"destinationAccountDetails\": [\r\n {\r\n - \ \"storageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\",\r\n - \ \"dataDestinationType\": \"StorageAccount\",\r\n \"accountId\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\"\r\n - \ },\r\n {\r\n \"storageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000003\",\r\n - \ \"dataDestinationType\": \"StorageAccount\",\r\n \"accountId\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000003\"\r\n - \ },\r\n {\r\n \"resourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-for-managed-disk\",\r\n - \ \"stagingStorageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\",\r\n - \ \"dataDestinationType\": \"ManagedDisk\",\r\n \"accountId\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-for-managed-disk\"\r\n - \ }\r\n ],\r\n \"jobDetailsType\": \"DataBox\",\r\n \"preferences\": - {},\r\n \"copyLogDetails\": [],\r\n \"reverseShipmentLabelSasKey\": - \"FakeKey\"\r\n - \ },\r\n \"deliveryType\": \"NonScheduled\",\r\n \"isCancellableWithoutFee\": - true\r\n },\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"sku\": - {\r\n \"name\": \"DataBox\"\r\n },\r\n \"name\": \"job000004\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004\",\r\n - \ \"type\": \"Microsoft.DataBox/jobs\"\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '5375' + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004?api-version=2022-12-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"transferType\": \"ImportToAzure\"\ + ,\r\n \"isCancellable\": true,\r\n \"isDeletable\": false,\r\n \"\ + isShippingAddressEditable\": true,\r\n \"reverseShippingDetailsUpdate\"\ + : \"NotSupported\",\r\n \"reverseTransportPreferenceUpdate\": \"NotSupported\"\ + ,\r\n \"isPrepareToShipEnabled\": true,\r\n \"status\": \"DeviceOrdered\"\ + ,\r\n \"startTime\": \"2023-05-19T09:44:07.4496805+00:00\",\r\n \"details\"\ + : {\r\n \"contactDetails\": {\r\n \"emailList\": [\r\n \ + \ \"testing1@microsoft.com\"\r\n ],\r\n \"notificationPreference\"\ + : [\r\n {\r\n \"stageName\": \"DevicePrepared\",\r\n \ + \ \"sendNotification\": true\r\n },\r\n {\r\n\ + \ \"stageName\": \"Dispatched\",\r\n \"sendNotification\"\ + : true\r\n },\r\n {\r\n \"stageName\": \"Delivered\"\ + ,\r\n \"sendNotification\": true\r\n },\r\n {\r\ + \n \"stageName\": \"PickedUp\",\r\n \"sendNotification\"\ + : true\r\n },\r\n {\r\n \"stageName\": \"AtAzureDC\"\ + ,\r\n \"sendNotification\": true\r\n },\r\n {\r\ + \n \"stageName\": \"DataCopy\",\r\n \"sendNotification\"\ + : true\r\n }\r\n ],\r\n \"contactName\": \"Public SDK\ + \ Test 1\",\r\n \"phone\": \"14258828081\"\r\n },\r\n \"\ + shippingAddress\": {\r\n \"streetAddress1\": \"1 MICROSOFT WAY\",\r\ + \n \"city\": \"Redmond\",\r\n \"stateOrProvince\": \"WA\",\r\ + \n \"country\": \"US\",\r\n \"postalCode\": \"98052\",\r\n \ + \ \"companyName\": \"Microsoft\",\r\n \"addressType\": \"None\"\ + \r\n },\r\n \"dataImportDetails\": [\r\n {\r\n \"\ + accountDetails\": {\r\n \"storageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\"\ + ,\r\n \"dataAccountType\": \"StorageAccount\"\r\n }\r\n\ + \ },\r\n {\r\n \"accountDetails\": {\r\n \ + \ \"storageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000003\"\ + ,\r\n \"dataAccountType\": \"StorageAccount\"\r\n }\r\n\ + \ },\r\n {\r\n \"accountDetails\": {\r\n \ + \ \"resourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-000007\"\ + ,\r\n \"stagingStorageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\"\ + ,\r\n \"dataAccountType\": \"ManagedDisk\"\r\n }\r\n \ + \ }\r\n ],\r\n \"dataExportDetails\": [],\r\n \"jobDetailsType\"\ + : \"DataBox\",\r\n \"preferences\": {\r\n \"encryptionPreferences\"\ + : {\r\n \"doubleEncryption\": \"Disabled\"\r\n }\r\n \ + \ },\r\n \"reverseShippingDetails\": {},\r\n \"keyEncryptionKey\"\ + : {\r\n \"kekType\": \"MicrosoftManaged\"\r\n }\r\n },\r\n\ + \ \"deliveryType\": \"NonScheduled\",\r\n \"deliveryInfo\": {\r\n \ + \ \"scheduledDateTime\": \"0001-01-01T00:00:00+00:00\"\r\n },\r\n \ + \ \"isCancellableWithoutFee\": true\r\n },\r\n \"systemData\": {\r\n \ + \ \"createdBy\": \"v-jingszhang@microsoft.com\",\r\n \"createdByType\"\ + : \"User\",\r\n \"createdAt\": \"2023-05-19T09:44:06.7916748+00:00\",\r\ + \n \"lastModifiedBy\": \"v-jingszhang@microsoft.com\",\r\n \"lastModifiedByType\"\ + : \"User\",\r\n \"lastModifiedAt\": \"2023-05-19T09:44:30.6949877+00:00\"\ + \r\n },\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"sku\": {\r\ + \n \"name\": \"DataBox\"\r\n },\r\n \"identity\": {\r\n \"type\":\ + \ \"None\"\r\n },\r\n \"name\": \"job000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004\"\ + ,\r\n \"type\": \"Microsoft.DataBox/jobs\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '3711' content-type: - application/json; charset=utf-8 date: - - Fri, 07 May 2021 06:50:34 GMT + - Fri, 19 May 2023 09:44:43 GMT expires: - '-1' pragma: @@ -575,76 +542,97 @@ interactions: ParameterSetName: - --resource-group User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs?api-version=2019-09-01 - response: - body: - string: "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"isCancellable\": - true,\r\n \"isDeletable\": false,\r\n \"isShippingAddressEditable\": - true,\r\n \"status\": \"DeviceOrdered\",\r\n \"startTime\": - \"2021-05-07T06:49:46.4515191+00:00\",\r\n \"details\": {\r\n \"copyProgress\": - [],\r\n \"jobStages\": [\r\n {\r\n \"stageName\": - \"DeviceOrdered\",\r\n \"stageStatus\": \"Succeeded\",\r\n \"stageTime\": - \"2021-05-07T06:49:51.7645955+00:00\"\r\n },\r\n {\r\n - \ \"stageName\": \"DevicePrepared\",\r\n \"stageStatus\": - \"None\"\r\n },\r\n {\r\n \"stageName\": - \"Dispatched\",\r\n \"stageStatus\": \"None\"\r\n },\r\n - \ {\r\n \"stageName\": \"Delivered\",\r\n \"stageStatus\": - \"None\"\r\n },\r\n {\r\n \"stageName\": - \"PickedUp\",\r\n \"stageStatus\": \"None\"\r\n },\r\n - \ {\r\n \"stageName\": \"AtAzureDC\",\r\n \"stageStatus\": - \"None\"\r\n },\r\n {\r\n \"stageName\": - \"DataCopy\",\r\n \"stageStatus\": \"None\"\r\n },\r\n - \ {\r\n \"stageName\": \"Completed\",\r\n \"stageStatus\": - \"None\"\r\n }\r\n ],\r\n \"contactDetails\": - {\r\n \"contactName\": \"Public SDK Test 1\",\r\n \"phone\": - \"14258828080\",\r\n \"emailList\": [\r\n \"testing1@microsoft.com\"\r\n - \ ],\r\n \"notificationPreference\": [\r\n {\r\n - \ \"stageName\": \"DevicePrepared\",\r\n \"sendNotification\": - true\r\n },\r\n {\r\n \"stageName\": - \"Dispatched\",\r\n \"sendNotification\": true\r\n },\r\n - \ {\r\n \"stageName\": \"Delivered\",\r\n \"sendNotification\": - true\r\n },\r\n {\r\n \"stageName\": - \"PickedUp\",\r\n \"sendNotification\": true\r\n },\r\n - \ {\r\n \"stageName\": \"AtAzureDC\",\r\n \"sendNotification\": - true\r\n },\r\n {\r\n \"stageName\": - \"DataCopy\",\r\n \"sendNotification\": true\r\n }\r\n - \ ]\r\n },\r\n \"shippingAddress\": {\r\n \"streetAddress1\": - \"1 MICROSOFT WAY\",\r\n \"city\": \"Redmond\",\r\n \"stateOrProvince\": - \"WA\",\r\n \"country\": \"US\",\r\n \"postalCode\": - \"98052\",\r\n \"companyName\": \"Microsoft\",\r\n \"addressType\": - \"None\"\r\n },\r\n \"deliveryPackage\": {\r\n \"trackingUrl\": - \"\",\r\n \"carrierName\": \"\",\r\n \"trackingId\": - \"\"\r\n },\r\n \"returnPackage\": {\r\n \"trackingUrl\": - \"\",\r\n \"carrierName\": \"\",\r\n \"trackingId\": - \"\"\r\n },\r\n \"destinationAccountDetails\": [\r\n {\r\n - \ \"storageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\",\r\n - \ \"dataDestinationType\": \"StorageAccount\",\r\n \"accountId\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\"\r\n - \ },\r\n {\r\n \"storageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000003\",\r\n - \ \"dataDestinationType\": \"StorageAccount\",\r\n \"accountId\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000003\"\r\n - \ },\r\n {\r\n \"resourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-for-managed-disk\",\r\n - \ \"stagingStorageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\",\r\n - \ \"dataDestinationType\": \"ManagedDisk\",\r\n \"accountId\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-for-managed-disk\"\r\n - \ }\r\n ],\r\n \"jobDetailsType\": \"DataBox\",\r\n - \ \"preferences\": {},\r\n \"copyLogDetails\": []\r\n },\r\n - \ \"deliveryType\": \"NonScheduled\",\r\n \"isCancellableWithoutFee\": - true\r\n },\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n - \ \"sku\": {\r\n \"name\": \"DataBox\"\r\n },\r\n \"name\": - \"job000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004\",\r\n - \ \"type\": \"Microsoft.DataBox/jobs\"\r\n }\r\n ]\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '5286' + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs?api-version=2022-12-01 + response: + body: + string: "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \ + \ \"transferType\": \"ImportToAzure\",\r\n \"isCancellable\": true,\r\ + \n \"isDeletable\": false,\r\n \"isShippingAddressEditable\"\ + : true,\r\n \"reverseShippingDetailsUpdate\": \"NotSupported\",\r\n\ + \ \"reverseTransportPreferenceUpdate\": \"NotSupported\",\r\n \ + \ \"isPrepareToShipEnabled\": true,\r\n \"status\": \"DeviceOrdered\"\ + ,\r\n \"startTime\": \"2023-05-19T09:44:07.4496805+00:00\",\r\n \ + \ \"details\": {\r\n \"copyProgress\": [],\r\n \"jobStages\"\ + : [\r\n {\r\n \"stageName\": \"DeviceOrdered\",\r\n\ + \ \"stageStatus\": \"Succeeded\",\r\n \"stageTime\"\ + : \"2023-05-19T09:44:13.2891022+00:00\"\r\n },\r\n {\r\ + \n \"stageName\": \"DevicePrepared\",\r\n \"stageStatus\"\ + : \"None\"\r\n },\r\n {\r\n \"stageName\"\ + : \"Dispatched\",\r\n \"stageStatus\": \"None\"\r\n \ + \ },\r\n {\r\n \"stageName\": \"Delivered\",\r\n\ + \ \"stageStatus\": \"None\"\r\n },\r\n \ + \ {\r\n \"stageName\": \"PickedUp\",\r\n \"stageStatus\"\ + : \"None\"\r\n },\r\n {\r\n \"stageName\"\ + : \"AtAzureDC\",\r\n \"stageStatus\": \"None\"\r\n \ + \ },\r\n {\r\n \"stageName\": \"DataCopy\",\r\n \ + \ \"stageStatus\": \"None\"\r\n },\r\n {\r\ + \n \"stageName\": \"Completed\",\r\n \"stageStatus\"\ + : \"None\"\r\n }\r\n ],\r\n \"contactDetails\"\ + : {\r\n \"emailList\": [\r\n \"testing1@microsoft.com\"\ + \r\n ],\r\n \"notificationPreference\": [\r\n \ + \ {\r\n \"stageName\": \"DevicePrepared\",\r\n \ + \ \"sendNotification\": true\r\n },\r\n \ + \ {\r\n \"stageName\": \"Dispatched\",\r\n \ + \ \"sendNotification\": true\r\n },\r\n {\r\n \ + \ \"stageName\": \"Delivered\",\r\n \"sendNotification\"\ + : true\r\n },\r\n {\r\n \"stageName\"\ + : \"PickedUp\",\r\n \"sendNotification\": true\r\n \ + \ },\r\n {\r\n \"stageName\": \"AtAzureDC\"\ + ,\r\n \"sendNotification\": true\r\n },\r\n \ + \ {\r\n \"stageName\": \"DataCopy\",\r\n \ + \ \"sendNotification\": true\r\n }\r\n ],\r\ + \n \"contactName\": \"Public SDK Test 1\",\r\n \"phone\"\ + : \"14258828081\"\r\n },\r\n \"shippingAddress\": {\r\n\ + \ \"streetAddress1\": \"1 MICROSOFT WAY\",\r\n \"city\"\ + : \"Redmond\",\r\n \"stateOrProvince\": \"WA\",\r\n \ + \ \"country\": \"US\",\r\n \"postalCode\": \"98052\",\r\n \ + \ \"companyName\": \"Microsoft\",\r\n \"addressType\": \"\ + None\"\r\n },\r\n \"deliveryPackage\": {\r\n \ + \ \"trackingUrl\": \"\",\r\n \"carrierName\": \"\",\r\n \ + \ \"trackingId\": \"\"\r\n },\r\n \"returnPackage\"\ + : {\r\n \"trackingUrl\": \"\",\r\n \"carrierName\":\ + \ \"\",\r\n \"trackingId\": \"\"\r\n },\r\n \"\ + dataImportDetails\": [\r\n {\r\n \"accountDetails\"\ + : {\r\n \"storageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\"\ + ,\r\n \"dataAccountType\": \"StorageAccount\"\r\n \ + \ }\r\n },\r\n {\r\n \"accountDetails\"\ + : {\r\n \"storageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000003\"\ + ,\r\n \"dataAccountType\": \"StorageAccount\"\r\n \ + \ }\r\n },\r\n {\r\n \"accountDetails\"\ + : {\r\n \"resourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-000007\"\ + ,\r\n \"stagingStorageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\"\ + ,\r\n \"dataAccountType\": \"ManagedDisk\"\r\n \ + \ }\r\n }\r\n ],\r\n \"dataExportDetails\":\ + \ [],\r\n \"jobDetailsType\": \"DataBox\",\r\n \"preferences\"\ + : {\r\n \"encryptionPreferences\": {\r\n \"doubleEncryption\"\ + : \"Disabled\"\r\n }\r\n },\r\n \"reverseShippingDetails\"\ + : {\r\n \"isUpdated\": false\r\n },\r\n \"copyLogDetails\"\ + : [],\r\n \"deviceErasureDetails\": {\r\n \"deviceErasureStatus\"\ + : \"None\"\r\n },\r\n \"keyEncryptionKey\": {\r\n \ + \ \"kekType\": \"MicrosoftManaged\"\r\n },\r\n \"actions\"\ + : []\r\n },\r\n \"deliveryType\": \"NonScheduled\",\r\n \ + \ \"deliveryInfo\": {\r\n \"scheduledDateTime\": \"0001-01-01T00:00:00+00:00\"\ + \r\n },\r\n \"isCancellableWithoutFee\": true\r\n },\r\n\ + \ \"systemData\": {\r\n \"createdBy\": \"v-jingszhang@microsoft.com\"\ + ,\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2023-05-19T09:44:06.7916748+00:00\"\ + ,\r\n \"lastModifiedBy\": \"v-jingszhang@microsoft.com\",\r\n \ + \ \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2023-05-19T09:44:30.6949877+00:00\"\ + \r\n },\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n\ + \ \"sku\": {\r\n \"name\": \"DataBox\"\r\n },\r\n \"\ + identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"name\"\ + : \"job000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004\"\ + ,\r\n \"type\": \"Microsoft.DataBox/jobs\"\r\n }\r\n ]\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '5683' content-type: - application/json; charset=utf-8 date: - - Fri, 07 May 2021 06:50:36 GMT + - Fri, 19 May 2023 09:44:44 GMT expires: - '-1' pragma: @@ -666,7 +654,7 @@ interactions: body: '{"reason": "CancelTest"}' headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -680,9 +668,9 @@ interactions: ParameterSetName: - --resource-group --name --reason -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004/cancel?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004/cancel?api-version=2022-12-01 response: body: string: '' @@ -690,7 +678,7 @@ interactions: cache-control: - no-cache date: - - Fri, 07 May 2021 06:50:39 GMT + - Fri, 19 May 2023 09:44:46 GMT expires: - '-1' pragma: @@ -720,78 +708,69 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004?api-version=2019-09-01&$expand=details - response: - body: - string: "{\r\n \"properties\": {\r\n \"isCancellable\": false,\r\n \"isDeletable\": - true,\r\n \"isShippingAddressEditable\": false,\r\n \"status\": \"Cancelled\",\r\n - \ \"startTime\": \"2021-05-07T06:49:46.4515191+00:00\",\r\n \"details\": - {\r\n \"copyProgress\": [\r\n {\r\n \"storageAccountName\": - \"clitest000002\",\r\n \"dataDestinationType\": \"StorageAccount\",\r\n - \ \"accountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\",\r\n - \ \"bytesSentToCloud\": 0,\r\n \"totalBytesToProcess\": 0\r\n - \ },\r\n {\r\n \"storageAccountName\": \"clitest000003\",\r\n - \ \"dataDestinationType\": \"StorageAccount\",\r\n \"accountId\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000003\",\r\n - \ \"bytesSentToCloud\": 0,\r\n \"totalBytesToProcess\": 0\r\n - \ },\r\n {\r\n \"dataDestinationType\": \"ManagedDisk\",\r\n - \ \"accountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-for-managed-disk\",\r\n - \ \"bytesSentToCloud\": 0,\r\n \"totalBytesToProcess\": 0\r\n - \ }\r\n ],\r\n \"jobStages\": [\r\n {\r\n \"stageName\": - \"DeviceOrdered\",\r\n \"displayName\": \"Ordered\",\r\n \"stageStatus\": - \"Succeeded\",\r\n \"stageTime\": \"2021-05-07T06:49:51.7645955+00:00\"\r\n - \ },\r\n {\r\n \"stageName\": \"Cancelled\",\r\n \"displayName\": - \"Canceled\",\r\n \"stageStatus\": \"Succeeded\",\r\n \"stageTime\": - \"2021-05-07T06:50:39.2020916+00:00\"\r\n }\r\n ],\r\n \"contactDetails\": - {\r\n \"contactName\": \"Public SDK Test 1\",\r\n \"phone\": - \"14258828080\",\r\n \"emailList\": [\r\n \"testing1@microsoft.com\"\r\n - \ ],\r\n \"notificationPreference\": [\r\n {\r\n \"stageName\": - \"DevicePrepared\",\r\n \"sendNotification\": true\r\n },\r\n - \ {\r\n \"stageName\": \"Dispatched\",\r\n \"sendNotification\": - true\r\n },\r\n {\r\n \"stageName\": \"Delivered\",\r\n - \ \"sendNotification\": true\r\n },\r\n {\r\n - \ \"stageName\": \"PickedUp\",\r\n \"sendNotification\": - true\r\n },\r\n {\r\n \"stageName\": \"AtAzureDC\",\r\n - \ \"sendNotification\": true\r\n },\r\n {\r\n - \ \"stageName\": \"DataCopy\",\r\n \"sendNotification\": - true\r\n }\r\n ]\r\n },\r\n \"shippingAddress\": - {\r\n \"streetAddress1\": \"1 MICROSOFT WAY\",\r\n \"city\": - \"Redmond\",\r\n \"stateOrProvince\": \"WA\",\r\n \"country\": - \"US\",\r\n \"postalCode\": \"98052\",\r\n \"companyName\": - \"Microsoft\",\r\n \"addressType\": \"None\"\r\n },\r\n \"deliveryPackage\": - {\r\n \"trackingUrl\": \"\",\r\n \"carrierName\": \"\",\r\n - \ \"trackingId\": \"\"\r\n },\r\n \"returnPackage\": {\r\n - \ \"trackingUrl\": \"\",\r\n \"carrierName\": \"\",\r\n \"trackingId\": - \"\"\r\n },\r\n \"destinationAccountDetails\": [\r\n {\r\n - \ \"storageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\",\r\n - \ \"dataDestinationType\": \"StorageAccount\",\r\n \"accountId\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\"\r\n - \ },\r\n {\r\n \"storageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000003\",\r\n - \ \"dataDestinationType\": \"StorageAccount\",\r\n \"accountId\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000003\"\r\n - \ },\r\n {\r\n \"resourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-for-managed-disk\",\r\n - \ \"stagingStorageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\",\r\n - \ \"dataDestinationType\": \"ManagedDisk\",\r\n \"accountId\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-for-managed-disk\"\r\n - \ }\r\n ],\r\n \"jobDetailsType\": \"DataBox\",\r\n \"preferences\": - {},\r\n \"copyLogDetails\": [],\r\n \"reverseShipmentLabelSasKey\": - \"FakeKey\"\r\n - \ },\r\n \"cancellationReason\": \"CancelTest\",\r\n \"deliveryType\": - \"NonScheduled\",\r\n \"isCancellableWithoutFee\": false\r\n },\r\n \"location\": - \"westus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"DataBox\"\r\n - \ },\r\n \"name\": \"job000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004\",\r\n - \ \"type\": \"Microsoft.DataBox/jobs\"\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '5826' + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004?api-version=2022-12-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"transferType\": \"ImportToAzure\"\ + ,\r\n \"isCancellable\": false,\r\n \"isDeletable\": true,\r\n \"\ + isShippingAddressEditable\": false,\r\n \"reverseShippingDetailsUpdate\"\ + : \"NotSupported\",\r\n \"reverseTransportPreferenceUpdate\": \"NotSupported\"\ + ,\r\n \"isPrepareToShipEnabled\": true,\r\n \"status\": \"Cancelled\"\ + ,\r\n \"startTime\": \"2023-05-19T09:44:07.4496805+00:00\",\r\n \"details\"\ + : {\r\n \"contactDetails\": {\r\n \"emailList\": [\r\n \ + \ \"testing1@microsoft.com\"\r\n ],\r\n \"notificationPreference\"\ + : [\r\n {\r\n \"stageName\": \"DevicePrepared\",\r\n \ + \ \"sendNotification\": true\r\n },\r\n {\r\n\ + \ \"stageName\": \"Dispatched\",\r\n \"sendNotification\"\ + : true\r\n },\r\n {\r\n \"stageName\": \"Delivered\"\ + ,\r\n \"sendNotification\": true\r\n },\r\n {\r\ + \n \"stageName\": \"PickedUp\",\r\n \"sendNotification\"\ + : true\r\n },\r\n {\r\n \"stageName\": \"AtAzureDC\"\ + ,\r\n \"sendNotification\": true\r\n },\r\n {\r\ + \n \"stageName\": \"DataCopy\",\r\n \"sendNotification\"\ + : true\r\n }\r\n ],\r\n \"contactName\": \"Public SDK\ + \ Test 1\",\r\n \"phone\": \"14258828081\"\r\n },\r\n \"\ + shippingAddress\": {\r\n \"streetAddress1\": \"1 MICROSOFT WAY\",\r\ + \n \"city\": \"Redmond\",\r\n \"stateOrProvince\": \"WA\",\r\ + \n \"country\": \"US\",\r\n \"postalCode\": \"98052\",\r\n \ + \ \"companyName\": \"Microsoft\",\r\n \"addressType\": \"None\"\ + \r\n },\r\n \"dataImportDetails\": [\r\n {\r\n \"\ + accountDetails\": {\r\n \"storageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\"\ + ,\r\n \"dataAccountType\": \"StorageAccount\"\r\n }\r\n\ + \ },\r\n {\r\n \"accountDetails\": {\r\n \ + \ \"storageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000003\"\ + ,\r\n \"dataAccountType\": \"StorageAccount\"\r\n }\r\n\ + \ },\r\n {\r\n \"accountDetails\": {\r\n \ + \ \"resourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-000007\"\ + ,\r\n \"stagingStorageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\"\ + ,\r\n \"dataAccountType\": \"ManagedDisk\"\r\n }\r\n \ + \ }\r\n ],\r\n \"dataExportDetails\": [],\r\n \"jobDetailsType\"\ + : \"DataBox\",\r\n \"preferences\": {\r\n \"encryptionPreferences\"\ + : {\r\n \"doubleEncryption\": \"Disabled\"\r\n }\r\n \ + \ },\r\n \"reverseShippingDetails\": {},\r\n \"keyEncryptionKey\"\ + : {\r\n \"kekType\": \"MicrosoftManaged\"\r\n }\r\n },\r\n\ + \ \"cancellationReason\": \"CancelTest\",\r\n \"deliveryType\": \"NonScheduled\"\ + ,\r\n \"deliveryInfo\": {\r\n \"scheduledDateTime\": \"0001-01-01T00:00:00+00:00\"\ + \r\n },\r\n \"isCancellableWithoutFee\": false\r\n },\r\n \"systemData\"\ + : {\r\n \"createdBy\": \"v-jingszhang@microsoft.com\",\r\n \"createdByType\"\ + : \"User\",\r\n \"createdAt\": \"2023-05-19T09:44:06.7916748+00:00\",\r\ + \n \"lastModifiedBy\": \"v-jingszhang@microsoft.com\",\r\n \"lastModifiedByType\"\ + : \"User\",\r\n \"lastModifiedAt\": \"2023-05-19T09:44:30.6949877+00:00\"\ + \r\n },\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"sku\": {\r\ + \n \"name\": \"DataBox\"\r\n },\r\n \"identity\": {\r\n \"type\":\ + \ \"None\"\r\n },\r\n \"name\": \"job000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004\"\ + ,\r\n \"type\": \"Microsoft.DataBox/jobs\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '3750' content-type: - application/json; charset=utf-8 date: - - Fri, 07 May 2021 06:50:41 GMT + - Fri, 19 May 2023 09:44:49 GMT expires: - '-1' pragma: @@ -813,7 +792,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -825,9 +804,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004?api-version=2022-12-01 response: body: string: '' @@ -837,11 +816,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:50:45 GMT + - Fri, 19 May 2023 09:44:53 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -869,9 +848,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -881,11 +860,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:50:55 GMT + - Fri, 19 May 2023 09:44:53 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -911,9 +890,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -923,11 +902,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:51:05 GMT + - Fri, 19 May 2023 09:45:03 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -953,9 +932,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -965,11 +944,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:51:16 GMT + - Fri, 19 May 2023 09:45:15 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -995,9 +974,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -1007,11 +986,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:51:26 GMT + - Fri, 19 May 2023 09:45:25 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -1037,9 +1016,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -1049,11 +1028,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:51:36 GMT + - Fri, 19 May 2023 09:45:35 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -1079,9 +1058,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -1091,11 +1070,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:51:47 GMT + - Fri, 19 May 2023 09:45:45 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -1121,9 +1100,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -1133,11 +1112,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:51:57 GMT + - Fri, 19 May 2023 09:45:55 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -1163,9 +1142,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -1175,11 +1154,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:52:07 GMT + - Fri, 19 May 2023 09:46:06 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -1205,9 +1184,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -1217,11 +1196,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:52:18 GMT + - Fri, 19 May 2023 09:46:16 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -1247,9 +1226,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -1259,11 +1238,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:52:28 GMT + - Fri, 19 May 2023 09:46:27 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -1289,9 +1268,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -1301,11 +1280,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:52:39 GMT + - Fri, 19 May 2023 09:46:37 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -1331,9 +1310,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -1343,11 +1322,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:52:49 GMT + - Fri, 19 May 2023 09:46:48 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -1373,9 +1352,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -1385,11 +1364,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:52:59 GMT + - Fri, 19 May 2023 09:46:58 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -1415,9 +1394,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -1427,11 +1406,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:53:11 GMT + - Fri, 19 May 2023 09:47:08 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -1457,9 +1436,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -1469,11 +1448,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:53:21 GMT + - Fri, 19 May 2023 09:47:18 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -1499,19 +1478,23 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/b5ccfe1c-c8fc-45fd-8304-da898e07d61f-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' headers: cache-control: - no-cache + content-length: + - '0' date: - - Fri, 07 May 2021 06:53:31 GMT + - Fri, 19 May 2023 09:47:29 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -1521,41 +1504,39 @@ interactions: x-content-type-options: - nosniff status: - code: 204 - message: No Content + code: 202 + message: Accepted - request: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - databox job show + - databox job delete Connection: - keep-alive ParameterSetName: - - --resource-group --name + - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004?api-version=2019-09-01&$expand=details + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: - string: "{\r\n \"code\": \"SsemUserErrorEntityNotFound\",\r\n \"message\": - \"Could not find the entity job000004.\\r\\nProvide a valid entity name and - retry the operation.\",\r\n \"details\": [],\r\n \"additionalInfo\": []\r\n}" + string: '' headers: cache-control: - no-cache content-length: - - '213' - content-type: - - application/json; charset=utf-8 + - '0' date: - - Fri, 07 May 2021 06:53:33 GMT + - Fri, 19 May 2023 09:47:39 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -1565,38 +1546,25 @@ interactions: x-content-type-options: - nosniff status: - code: 404 - message: Not Found + code: 202 + message: Accepted - request: - body: '{"location": "westus", "sku": {"name": "DataBoxDisk"}, "properties": {"details": - {"expectedDataSizeInTerabytes": 1, "contactDetails": {"contactName": "Public - SDK Test", "phone": "14258828080", "emailList": ["testing@microsoft.com"]}, - "shippingAddress": {"streetAddress1": "1 MICROSOFT WAY", "city": "Redmond", - "stateOrProvince": "WA", "country": "US", "postalCode": "98052", "companyName": - "Microsoft"}, "destinationAccountDetails": [{"dataDestinationType": "StorageAccount", - "storageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002"}], - "jobDetailsType": "DataBoxDisk"}}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - databox job create + - databox job delete Connection: - keep-alive - Content-Length: - - '747' - Content-Type: - - application/json ParameterSetName: - - --resource-group --name --location --sku --expected-data-size --contact-name - --phone --email-list --street-address1 --city --state-or-province --country - --postal-code --company-name --storage-account + - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000005?api-version=2019-09-01 + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -1606,11 +1574,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:53:42 GMT + - Fri, 19 May 2023 09:47:49 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -1619,8 +1587,6 @@ interactions: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' status: code: 202 message: Accepted @@ -1632,17 +1598,15 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - databox job create + - databox job delete Connection: - keep-alive ParameterSetName: - - --resource-group --name --location --sku --expected-data-size --contact-name - --phone --email-list --street-address1 --city --state-or-province --country - --postal-code --company-name --storage-account + - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -1652,11 +1616,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:53:52 GMT + - Fri, 19 May 2023 09:48:01 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000005?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -1676,105 +1640,71 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - databox job create + - databox job delete Connection: - keep-alive ParameterSetName: - - --resource-group --name --location --sku --expected-data-size --contact-name - --phone --email-list --street-address1 --city --state-or-province --country - --postal-code --company-name --storage-account - User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000005?api-version=2019-09-01 - response: - body: - string: "{\r\n \"properties\": {\r\n \"isCancellable\": true,\r\n \"isDeletable\": - false,\r\n \"isShippingAddressEditable\": true,\r\n \"status\": \"DeviceOrdered\",\r\n - \ \"startTime\": \"2021-05-07T06:53:42.3958227+00:00\",\r\n \"details\": - {\r\n \"expectedDataSizeInTeraBytes\": 1,\r\n \"contactDetails\": - {\r\n \"contactName\": \"Public SDK Test\",\r\n \"phone\": \"14258828080\",\r\n - \ \"emailList\": [\r\n \"testing@microsoft.com\"\r\n ],\r\n - \ \"notificationPreference\": [\r\n {\r\n \"stageName\": - \"DevicePrepared\",\r\n \"sendNotification\": true\r\n },\r\n - \ {\r\n \"stageName\": \"Dispatched\",\r\n \"sendNotification\": - true\r\n },\r\n {\r\n \"stageName\": \"Delivered\",\r\n - \ \"sendNotification\": true\r\n },\r\n {\r\n - \ \"stageName\": \"PickedUp\",\r\n \"sendNotification\": - true\r\n },\r\n {\r\n \"stageName\": \"AtAzureDC\",\r\n - \ \"sendNotification\": true\r\n },\r\n {\r\n - \ \"stageName\": \"DataCopy\",\r\n \"sendNotification\": - true\r\n }\r\n ]\r\n },\r\n \"shippingAddress\": - {\r\n \"streetAddress1\": \"1 MICROSOFT WAY\",\r\n \"city\": - \"Redmond\",\r\n \"stateOrProvince\": \"WA\",\r\n \"country\": - \"US\",\r\n \"postalCode\": \"98052\",\r\n \"companyName\": - \"Microsoft\",\r\n \"addressType\": \"None\"\r\n },\r\n \"destinationAccountDetails\": - [\r\n {\r\n \"storageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\",\r\n - \ \"dataDestinationType\": \"StorageAccount\",\r\n \"accountId\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\"\r\n - \ }\r\n ],\r\n \"jobDetailsType\": \"DataBoxDisk\",\r\n \"preferences\": - {}\r\n },\r\n \"deliveryType\": \"NonScheduled\",\r\n \"isCancellableWithoutFee\": - true\r\n },\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"sku\": - {\r\n \"name\": \"DataBoxDisk\"\r\n },\r\n \"name\": \"job000005\",\r\n - \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000005\",\r\n - \ \"type\": \"Microsoft.DataBox/jobs\"\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '2527' - content-type: - - application/json; charset=utf-8 + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' date: - - Fri, 07 May 2021 06:54:03 GMT + - Fri, 19 May 2023 09:48:12 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff status: - code: 200 - message: OK + code: 202 + message: Accepted - request: - body: '{"reason": "CancelTest"}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - databox job cancel + - databox job delete Connection: - keep-alive - Content-Length: - - '24' - Content-Type: - - application/json ParameterSetName: - - --resource-group --name --reason -y + - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000005/cancel?api-version=2019-09-01 + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' headers: cache-control: - no-cache + content-length: + - '0' date: - - Fri, 07 May 2021 06:54:06 GMT + - Fri, 19 May 2023 09:48:22 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -1783,30 +1713,26 @@ interactions: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' status: - code: 204 - message: No Content + code: 202 + message: Accepted - request: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - databox job delete Connection: - keep-alive - Content-Length: - - '0' ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000005?api-version=2019-09-01 + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -1816,11 +1742,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:54:11 GMT + - Fri, 19 May 2023 09:48:32 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -1829,8 +1755,6 @@ interactions: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-deletes: - - '14999' status: code: 202 message: Accepted @@ -1848,9 +1772,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -1860,11 +1784,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:54:21 GMT + - Fri, 19 May 2023 09:48:42 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -1890,9 +1814,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -1902,11 +1826,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:54:31 GMT + - Fri, 19 May 2023 09:48:53 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -1932,9 +1856,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -1944,11 +1868,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:54:42 GMT + - Fri, 19 May 2023 09:49:03 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -1974,9 +1898,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -1986,11 +1910,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:54:52 GMT + - Fri, 19 May 2023 09:49:13 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -2016,9 +1940,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -2028,11 +1952,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:55:03 GMT + - Fri, 19 May 2023 09:49:24 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -2058,9 +1982,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -2070,11 +1994,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:55:13 GMT + - Fri, 19 May 2023 09:49:34 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -2100,9 +2024,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -2112,11 +2036,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:55:24 GMT + - Fri, 19 May 2023 09:49:44 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -2142,9 +2066,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -2154,11 +2078,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:55:34 GMT + - Fri, 19 May 2023 09:49:56 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -2184,9 +2108,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -2196,11 +2120,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:55:45 GMT + - Fri, 19 May 2023 09:50:06 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -2226,9 +2150,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -2238,11 +2162,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:55:55 GMT + - Fri, 19 May 2023 09:50:16 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -2268,9 +2192,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -2280,11 +2204,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:56:06 GMT + - Fri, 19 May 2023 09:50:26 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -2310,9 +2234,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -2322,11 +2246,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:56:16 GMT + - Fri, 19 May 2023 09:50:37 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -2352,9 +2276,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -2364,11 +2288,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:56:26 GMT + - Fri, 19 May 2023 09:50:47 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -2394,9 +2318,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -2406,11 +2330,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:56:37 GMT + - Fri, 19 May 2023 09:50:58 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -2436,9 +2360,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -2448,11 +2372,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:56:47 GMT + - Fri, 19 May 2023 09:51:08 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -2478,9 +2402,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -2490,11 +2414,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:56:57 GMT + - Fri, 19 May 2023 09:51:19 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -2520,9 +2444,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -2532,11 +2456,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:57:08 GMT + - Fri, 19 May 2023 09:51:29 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -2562,9 +2486,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -2574,11 +2498,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:57:18 GMT + - Fri, 19 May 2023 09:51:39 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -2604,9 +2528,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' @@ -2616,11 +2540,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:57:28 GMT + - Fri, 19 May 2023 09:51:50 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 pragma: - no-cache server: @@ -2646,23 +2570,19 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/f2db299b-2e82-4273-ad3d-68cbf3c2a6eb-deleteorder?api-version=2022-12-01 response: body: string: '' headers: cache-control: - no-cache - content-length: - - '0' date: - - Fri, 07 May 2021 06:57:39 GMT + - Fri, 19 May 2023 09:52:00 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 pragma: - no-cache server: @@ -2672,67 +2592,83 @@ interactions: x-content-type-options: - nosniff status: - code: 202 - message: Accepted + code: 204 + message: No Content - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - databox job delete + - databox job show Connection: - keep-alive ParameterSetName: - - --resource-group --name -y + - --resource-group --name User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000004?api-version=2022-12-01 response: body: - string: '' + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.DataBox/jobs/job000004'' + under resource group ''cli_test_databox000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' headers: cache-control: - no-cache content-length: - - '0' + - '226' + content-type: + - application/json; charset=utf-8 date: - - Fri, 07 May 2021 06:57:49 GMT + - Fri, 19 May 2023 09:52:03 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 pragma: - no-cache - server: - - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff + x-ms-failure-cause: + - gateway status: - code: 202 - message: Accepted + code: 404 + message: Not Found - request: - body: null + body: '{"location": "westus", "properties": {"details": {"contactDetails": {"contactName": + "Public SDK Test", "emailList": ["testing@microsoft.com"], "phone": "14258828080"}, + "dataImportDetails": [{"accountDetails": {"dataAccountType": "StorageAccount", + "storageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002"}}], + "expectedDataSizeInTeraBytes": 1, "jobDetailsType": "DataBoxDisk", "keyEncryptionKey": + {"kekType": "MicrosoftManaged"}, "shippingAddress": {"city": "Redmond", "companyName": + "Microsoft", "country": "US", "postalCode": "98052", "stateOrProvince": "WA", + "streetAddress1": "1 MICROSOFT WAY"}}, "transferType": "ImportToAzure"}, "sku": + {"name": "DataBoxDisk"}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - databox job delete + - databox job create Connection: - keep-alive + Content-Length: + - '777' + Content-Type: + - application/json ParameterSetName: - - --resource-group --name -y + - --resource-group --name --location --sku --expected-data-size --contact-name + --phone --email-list --street-address1 --city --state-or-province --country + --postal-code --company-name --storage-account --transfer-type User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000005?api-version=2022-12-01 response: body: string: '' @@ -2742,11 +2678,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:57:59 GMT + - Fri, 19 May 2023 09:52:09 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e?api-version=2022-12-01 pragma: - no-cache server: @@ -2755,6 +2691,8 @@ interactions: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' status: code: 202 message: Accepted @@ -2766,15 +2704,17 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - databox job delete + - databox job create Connection: - keep-alive ParameterSetName: - - --resource-group --name -y + - --resource-group --name --location --sku --expected-data-size --contact-name + --phone --email-list --street-address1 --city --state-or-province --country + --postal-code --company-name --storage-account --transfer-type User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e?api-version=2022-12-01 response: body: string: '' @@ -2784,11 +2724,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:58:10 GMT + - Fri, 19 May 2023 09:52:09 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e?api-version=2022-12-01 pragma: - no-cache server: @@ -2808,15 +2748,17 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - databox job delete + - databox job create Connection: - keep-alive ParameterSetName: - - --resource-group --name -y + - --resource-group --name --location --sku --expected-data-size --contact-name + --phone --email-list --street-address1 --city --state-or-province --country + --postal-code --company-name --storage-account --transfer-type User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e?api-version=2022-12-01 response: body: string: '' @@ -2826,11 +2768,11 @@ interactions: content-length: - '0' date: - - Fri, 07 May 2021 06:58:21 GMT + - Fri, 19 May 2023 09:52:19 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000005?api-version=2022-12-01 pragma: - no-cache server: @@ -2850,23 +2792,70 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - databox job delete + - databox job create Connection: - keep-alive ParameterSetName: - - --resource-group --name -y + - --resource-group --name --location --sku --expected-data-size --contact-name + --phone --email-list --street-address1 --city --state-or-province --country + --postal-code --company-name --storage-account --transfer-type User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/25073361-d073-4efa-a48c-3357ab047de8-deleteorder?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000005?api-version=2022-12-01 response: body: - string: '' + string: "{\r\n \"properties\": {\r\n \"transferType\": \"ImportToAzure\"\ + ,\r\n \"isCancellable\": true,\r\n \"isDeletable\": false,\r\n \"\ + isShippingAddressEditable\": true,\r\n \"reverseShippingDetailsUpdate\"\ + : \"Enabled\",\r\n \"reverseTransportPreferenceUpdate\": \"Enabled\",\r\ + \n \"isPrepareToShipEnabled\": false,\r\n \"status\": \"DeviceOrdered\"\ + ,\r\n \"startTime\": \"2023-05-19T09:52:09.0477749+00:00\",\r\n \"details\"\ + : {\r\n \"expectedDataSizeInTeraBytes\": 1,\r\n \"contactDetails\"\ + : {\r\n \"emailList\": [\r\n \"testing@microsoft.com\"\r\n\ + \ ],\r\n \"notificationPreference\": [\r\n {\r\n \ + \ \"stageName\": \"DevicePrepared\",\r\n \"sendNotification\"\ + : true\r\n },\r\n {\r\n \"stageName\": \"Dispatched\"\ + ,\r\n \"sendNotification\": true\r\n },\r\n {\r\ + \n \"stageName\": \"Delivered\",\r\n \"sendNotification\"\ + : true\r\n },\r\n {\r\n \"stageName\": \"PickedUp\"\ + ,\r\n \"sendNotification\": true\r\n },\r\n {\r\ + \n \"stageName\": \"AtAzureDC\",\r\n \"sendNotification\"\ + : true\r\n },\r\n {\r\n \"stageName\": \"DataCopy\"\ + ,\r\n \"sendNotification\": true\r\n }\r\n ],\r\ + \n \"contactName\": \"Public SDK Test\",\r\n \"phone\": \"14258828080\"\ + \r\n },\r\n \"shippingAddress\": {\r\n \"streetAddress1\"\ + : \"1 MICROSOFT WAY\",\r\n \"city\": \"Redmond\",\r\n \"stateOrProvince\"\ + : \"WA\",\r\n \"country\": \"US\",\r\n \"postalCode\": \"98052\"\ + ,\r\n \"companyName\": \"Microsoft\",\r\n \"addressType\": \"\ + None\"\r\n },\r\n \"dataImportDetails\": [\r\n {\r\n \ + \ \"accountDetails\": {\r\n \"storageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\"\ + ,\r\n \"dataAccountType\": \"StorageAccount\"\r\n }\r\n\ + \ }\r\n ],\r\n \"dataExportDetails\": [],\r\n \"jobDetailsType\"\ + : \"DataBoxDisk\",\r\n \"preferences\": {\r\n \"encryptionPreferences\"\ + : {\r\n \"doubleEncryption\": \"Disabled\"\r\n }\r\n \ + \ },\r\n \"reverseShippingDetails\": {},\r\n \"keyEncryptionKey\"\ + : {\r\n \"kekType\": \"MicrosoftManaged\"\r\n }\r\n },\r\n\ + \ \"deliveryType\": \"NonScheduled\",\r\n \"deliveryInfo\": {\r\n \ + \ \"scheduledDateTime\": \"0001-01-01T00:00:00+00:00\"\r\n },\r\n \ + \ \"isCancellableWithoutFee\": true\r\n },\r\n \"systemData\": {\r\n \ + \ \"createdBy\": \"v-jingszhang@microsoft.com\",\r\n \"createdByType\"\ + : \"User\",\r\n \"createdAt\": \"2023-05-19T09:52:08.420365+00:00\",\r\n\ + \ \"lastModifiedBy\": \"v-jingszhang@microsoft.com\",\r\n \"lastModifiedByType\"\ + : \"User\",\r\n \"lastModifiedAt\": \"2023-05-19T09:52:08.420365+00:00\"\ + \r\n },\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"sku\": {\r\ + \n \"name\": \"DataBoxDisk\"\r\n },\r\n \"identity\": {\r\n \"type\"\ + : \"None\"\r\n },\r\n \"name\": \"job000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000005\"\ + ,\r\n \"type\": \"Microsoft.DataBox/jobs\"\r\n}" headers: cache-control: - no-cache + content-length: + - '3030' + content-type: + - application/json; charset=utf-8 date: - - Fri, 07 May 2021 06:58:31 GMT + - Fri, 19 May 2023 09:52:30 GMT expires: - '-1' pragma: @@ -2875,42 +2864,44 @@ interactions: - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: - code: 204 - message: No Content + code: 200 + message: OK - request: - body: null + body: '{"reason": "CancelTest"}' headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - databox job show + - databox job cancel Connection: - keep-alive + Content-Length: + - '24' + Content-Type: + - application/json ParameterSetName: - - --resource-group --name + - --resource-group --name --reason -y User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-databox/1.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000005?api-version=2019-09-01&$expand=details + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000005/cancel?api-version=2022-12-01 response: body: - string: "{\r\n \"code\": \"SsemUserErrorEntityNotFound\",\r\n \"message\": - \"Could not find the entity job000005.\\r\\nProvide a valid entity name and - retry the operation.\",\r\n \"details\": [],\r\n \"additionalInfo\": []\r\n}" + string: '' headers: cache-control: - no-cache - content-length: - - '213' - content-type: - - application/json; charset=utf-8 date: - - Fri, 07 May 2021 06:58:34 GMT + - Fri, 19 May 2023 09:52:33 GMT expires: - '-1' pragma: @@ -2921,9 +2912,4710 @@ interactions: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' status: - code: 404 + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - databox job delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000005?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:52:34 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14998' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:52:34 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:52:45 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:52:55 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:53:05 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:53:17 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:53:27 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:53:37 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:53:47 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:53:58 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:54:08 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:54:18 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:54:28 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:54:39 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:54:50 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:55:00 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:55:10 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:55:21 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:55:31 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:55:42 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:55:52 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:56:02 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:56:12 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:56:23 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:56:34 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:56:44 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:56:54 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:57:05 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:57:15 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:57:25 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:57:35 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:57:46 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:57:57 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:58:07 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:58:18 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:58:28 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:58:38 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:58:48 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:58:59 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:59:10 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:59:20 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:59:30 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:59:41 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:59:51 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:00:01 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:00:12 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:00:22 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:00:32 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:00:43 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:00:54 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:01:04 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:01:15 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:01:25 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:01:35 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:01:46 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:01:56 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:02:06 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:02:16 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:02:27 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/d3e21915-42a2-45b7-acd9-8126c855a52e-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + date: + - Fri, 19 May 2023 10:02:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - databox job show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000005?api-version=2022-12-01 + response: + body: + string: "{\r\n \"error\": {\r\n \"code\": \"SsemUserErrorEntityNotFound\"\ + ,\r\n \"message\": \"Could not find the entity job000005.\\r\\nProvide\ + \ a valid entity name and retry the operation.\",\r\n \"details\": [\r\n\ + \ null\r\n ]\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '216' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 10:02:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 404 message: Not Found +- request: + body: '{"location": "westus", "properties": {"details": {"contactDetails": {"contactName": + "Public SDK Test", "emailList": ["testing@microsoft.com"], "phone": "14258828080"}, + "dataExportDetails": [{"accountDetails": {"dataAccountType": "StorageAccount", + "storageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002"}, + "transferConfiguration": {"transferAllDetails": {"include": {"dataAccountType": + "StorageAccount", "transferAllBlobs": true, "transferAllFiles": true}}, "transferConfigurationType": + "TransferAll"}}], "expectedDataSizeInTeraBytes": 1, "jobDetailsType": "DataBox", + "keyEncryptionKey": {"kekType": "MicrosoftManaged"}, "shippingAddress": {"city": + "Redmond", "companyName": "Microsoft", "country": "US", "postalCode": "98052", + "stateOrProvince": "WA", "streetAddress1": "1 MICROSOFT WAY"}}, "transferType": + "ExportFromAzure"}, "sku": {"name": "DataBox"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - databox job create + Connection: + - keep-alive + Content-Length: + - '968' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --location --sku --expected-data-size --contact-name + --phone --email-list --street-address1 --city --state-or-province --country + --postal-code --company-name --storage-account --transfer-type --transfer-configuration-type + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000006?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:02:47 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - databox job create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku --expected-data-size --contact-name + --phone --email-list --street-address1 --city --state-or-province --country + --postal-code --company-name --storage-account --transfer-type --transfer-configuration-type + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:02:47 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku --expected-data-size --contact-name + --phone --email-list --street-address1 --city --state-or-province --country + --postal-code --company-name --storage-account --transfer-type --transfer-configuration-type + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:02:57 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000006?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku --expected-data-size --contact-name + --phone --email-list --street-address1 --city --state-or-province --country + --postal-code --company-name --storage-account --transfer-type --transfer-configuration-type + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000006?api-version=2022-12-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"transferType\": \"ExportFromAzure\"\ + ,\r\n \"isCancellable\": true,\r\n \"isDeletable\": false,\r\n \"\ + isShippingAddressEditable\": true,\r\n \"reverseShippingDetailsUpdate\"\ + : \"NotSupported\",\r\n \"reverseTransportPreferenceUpdate\": \"NotSupported\"\ + ,\r\n \"isPrepareToShipEnabled\": true,\r\n \"status\": \"DeviceOrdered\"\ + ,\r\n \"startTime\": \"2023-05-19T10:02:47.0566639+00:00\",\r\n \"details\"\ + : {\r\n \"expectedDataSizeInTeraBytes\": 1,\r\n \"contactDetails\"\ + : {\r\n \"emailList\": [\r\n \"testing@microsoft.com\"\r\n\ + \ ],\r\n \"notificationPreference\": [\r\n {\r\n \ + \ \"stageName\": \"DevicePrepared\",\r\n \"sendNotification\"\ + : true\r\n },\r\n {\r\n \"stageName\": \"Dispatched\"\ + ,\r\n \"sendNotification\": true\r\n },\r\n {\r\ + \n \"stageName\": \"Delivered\",\r\n \"sendNotification\"\ + : true\r\n },\r\n {\r\n \"stageName\": \"PickedUp\"\ + ,\r\n \"sendNotification\": true\r\n },\r\n {\r\ + \n \"stageName\": \"AtAzureDC\",\r\n \"sendNotification\"\ + : true\r\n },\r\n {\r\n \"stageName\": \"DataCopy\"\ + ,\r\n \"sendNotification\": true\r\n }\r\n ],\r\ + \n \"contactName\": \"Public SDK Test\",\r\n \"phone\": \"14258828080\"\ + \r\n },\r\n \"shippingAddress\": {\r\n \"streetAddress1\"\ + : \"1 MICROSOFT WAY\",\r\n \"city\": \"Redmond\",\r\n \"stateOrProvince\"\ + : \"WA\",\r\n \"country\": \"US\",\r\n \"postalCode\": \"98052\"\ + ,\r\n \"companyName\": \"Microsoft\",\r\n \"addressType\": \"\ + None\"\r\n },\r\n \"dataExportDetails\": [\r\n {\r\n \ + \ \"transferConfiguration\": {\r\n \"transferConfigurationType\"\ + : \"TransferAll\",\r\n \"transferAllDetails\": {\r\n \ + \ \"include\": {\r\n \"dataAccountType\": \"StorageAccount\"\ + ,\r\n \"transferAllBlobs\": true,\r\n \"transferAllFiles\"\ + : true\r\n }\r\n }\r\n },\r\n \"\ + logCollectionLevel\": \"Error\",\r\n \"accountDetails\": {\r\n \ + \ \"storageAccountId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\"\ + ,\r\n \"dataAccountType\": \"StorageAccount\"\r\n }\r\n\ + \ }\r\n ],\r\n \"jobDetailsType\": \"DataBox\",\r\n \ + \ \"preferences\": {\r\n \"encryptionPreferences\": {\r\n \ + \ \"doubleEncryption\": \"Disabled\"\r\n }\r\n },\r\n \"\ + reverseShippingDetails\": {},\r\n \"keyEncryptionKey\": {\r\n \ + \ \"kekType\": \"MicrosoftManaged\"\r\n }\r\n },\r\n \"deliveryType\"\ + : \"NonScheduled\",\r\n \"deliveryInfo\": {\r\n \"scheduledDateTime\"\ + : \"0001-01-01T00:00:00+00:00\"\r\n },\r\n \"isCancellableWithoutFee\"\ + : true\r\n },\r\n \"systemData\": {\r\n \"createdBy\": \"v-jingszhang@microsoft.com\"\ + ,\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2023-05-19T10:02:46.4119698+00:00\"\ + ,\r\n \"lastModifiedBy\": \"v-jingszhang@microsoft.com\",\r\n \"lastModifiedByType\"\ + : \"User\",\r\n \"lastModifiedAt\": \"2023-05-19T10:02:46.4119698+00:00\"\ + \r\n },\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"sku\": {\r\ + \n \"name\": \"DataBox\"\r\n },\r\n \"identity\": {\r\n \"type\":\ + \ \"None\"\r\n },\r\n \"name\": \"job000006\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000006\"\ + ,\r\n \"type\": \"Microsoft.DataBox/jobs\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '3390' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 10:03:08 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + 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: '{"reason": "CancelTest"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - databox job cancel + Connection: + - keep-alive + Content-Length: + - '24' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --reason -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000006/cancel?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + date: + - Fri, 19 May 2023 10:03:13 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - databox job delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000006?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:03:15 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:03:15 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:03:25 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:03:36 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:03:47 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:03:57 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:04:07 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:04:18 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:04:28 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:04:38 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:04:49 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:04:59 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:05:09 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:05:19 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:05:30 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:05:42 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:05:52 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:06:03 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:06:13 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:06:24 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:06:35 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:06:45 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:06:55 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:07:06 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:07:18 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:07:28 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:07:38 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:07:48 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:07:59 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:08:10 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:08:20 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:08:30 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:08:41 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:08:53 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:09:04 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:09:14 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:09:25 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:09:35 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:09:45 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:09:56 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:10:06 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:10:17 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 10:10:27 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/bd947866-8d13-422b-b872-701a95129e0c-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + date: + - Fri, 19 May 2023 10:10:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content - request: body: null headers: @@ -2938,30 +7630,28 @@ interactions: ParameterSetName: - --name -g --resource-name --resource-type User-Agent: - - python/3.8.3 (Windows-10-10.0.18362-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.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/locks?api-version=2016-09-01 response: body: - string: '{"value":[{"properties":{"level":"CanNotDelete","notes":"Data Box Service - to copy data from device to storage account."},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002/providers/Microsoft.Authorization/locks/DATABOX_SERVICE","type":"Microsoft.Authorization/locks","name":"DATABOX_SERVICE"},{"properties":{"level":"CanNotDelete","notes":"Data - Box Service to copy data from device to storage account."},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000003/providers/Microsoft.Authorization/locks/DATABOX_SERVICE","type":"Microsoft.Authorization/locks","name":"DATABOX_SERVICE"},{"properties":{"level":"CanNotDelete","notes":"Please - do not delete this User Assigned Identity in the AzSecPackAutoConfigRG resource - group as AzSecPack AutoConfig depends on this."},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-eastus2/providers/Microsoft.Authorization/locks/CanNotDeleteLock-AzSecPackAutoConfigUA-eastus2","type":"Microsoft.Authorization/locks","name":"CanNotDeleteLock-AzSecPackAutoConfigUA-eastus2"},{"properties":{"level":"CanNotDelete","notes":"Please - do not delete this User Assigned Identity in the AzSecPackAutoConfigRG resource - group as AzSecPack AutoConfig depends on this."},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-eastus/providers/Microsoft.Authorization/locks/CanNotDeleteLock-AzSecPackAutoConfigUA-eastus","type":"Microsoft.Authorization/locks","name":"CanNotDeleteLock-AzSecPackAutoConfigUA-eastus"}]}' + string: '{"value":[{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bez-rg/providers/Microsoft.Authorization/locks/del","type":"Microsoft.Authorization/locks","name":"del"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-southeastasia/providers/Microsoft.Authorization/locks/delete","type":"Microsoft.Authorization/locks","name":"delete"},{"properties":{"level":"CanNotDelete","notes":"contact + zhwen"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/acctestRG-sentinel-221011134813007315/providers/Microsoft.Authorization/locks/delete","type":"Microsoft.Authorization/locks","name":"delete"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fypurview/providers/Microsoft.Authorization/locks/delete","type":"Microsoft.Authorization/locks","name":"delete"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yantest/providers/Microsoft.Authorization/locks/templock","type":"Microsoft.Authorization/locks","name":"templock"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/lightning/providers/Microsoft.Authorization/locks/delete","type":"Microsoft.Authorization/locks","name":"delete"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fybot/providers/Microsoft.Authorization/locks/delete-lock","type":"Microsoft.Authorization/locks","name":"delete-lock"},{"properties":{"level":"CanNotDelete","notes":"for + Asir"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/emerald-city-bookstore/providers/Microsoft.Authorization/locks/No-DELETE","type":"Microsoft.Authorization/locks","name":"No-DELETE"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/galleryappaccount/providers/Microsoft.Authorization/locks/DoNotDelete","type":"Microsoft.Authorization/locks","name":"DoNotDelete"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/queuetest/providers/Microsoft.Storage/storageAccounts/qteststac/providers/Microsoft.Authorization/locks/l","type":"Microsoft.Authorization/locks","name":"l"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-rg/providers/Microsoft.Authorization/locks/test-databricks","type":"Microsoft.Authorization/locks","name":"test-databricks"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hang-rg/providers/Microsoft.Authorization/locks/1","type":"Microsoft.Authorization/locks","name":"1"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hang-rg/providers/Microsoft.Storage/storageAccounts/hangstorage/providers/Microsoft.Authorization/locks/2","type":"Microsoft.Authorization/locks","name":"2"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/IT_acctestRG-ibt-24_acctest-IBT-0710-2_4ebedb5a-e3b1-4675-aa4c-3c160fe70907/providers/Microsoft.Authorization/locks/DoNotDelete","type":"Microsoft.Authorization/locks","name":"DoNotDelete"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shiying-rg/providers/Microsoft.Storage/storageAccounts/shiyingsa/providers/Microsoft.Authorization/locks/DoNotDelete","type":"Microsoft.Authorization/locks","name":"DoNotDelete"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shiying-rg/providers/Microsoft.Compute/virtualMachines/shiying-action-test/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrgtest1/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testkvv2rg/providers/Microsoft.Authorization/locks/nodelete","type":"Microsoft.Authorization/locks","name":"nodelete"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-live-test/providers/Microsoft.Authorization/locks/can + not delete","type":"Microsoft.Authorization/locks","name":"can not delete"},{"properties":{"level":"ReadOnly","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg2/providers/Microsoft.Authorization/locks/rg2","type":"Microsoft.Authorization/locks","name":"rg2"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zhiyihuang-rg/providers/Microsoft.Authorization/locks/delete","type":"Microsoft.Authorization/locks","name":"delete"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/jiasli-azsecpack-testrg/providers/Microsoft.Compute/virtualMachines/jiasli-azsecpack-test/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_shiying-rg_GitHubActionsRunnersK8sCluster_westus/providers/Microsoft.Authorization/locks/DoNotDelete","type":"Microsoft.Authorization/locks","name":"DoNotDelete"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-test-file-handle-rg/providers/Microsoft.Authorization/locks/nodelete","type":"Microsoft.Authorization/locks","name":"nodelete"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zhiyihuang-rg-euap-east/providers/Microsoft.Authorization/locks/nodelete","type":"Microsoft.Authorization/locks","name":"nodelete"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/testsanmulticonnect2rg/providers/Microsoft.Compute/virtualMachines/testsanmulticonnect2/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zhwen-domain/providers/Microsoft.Authorization/locks/zhwen","type":"Microsoft.Authorization/locks","name":"zhwen"},{"properties":{"level":"CanNotDelete","notes":"Prevent + the resources for live test from being deleted."},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzurePowerShellLiveTest/providers/Microsoft.Authorization/locks/CannotDelete","type":"Microsoft.Authorization/locks","name":"CannotDelete"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_cli_loadbalance/providers/Microsoft.Authorization/locks/DoNotDelete","type":"Microsoft.Authorization/locks","name":"DoNotDelete"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/portal2cli/providers/Microsoft.Web/sites/webp2c/providers/Microsoft.Authorization/locks/lock","type":"Microsoft.Authorization/locks","name":"lock"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/portal2cli/providers/Microsoft.Storage/storageAccounts/portal2clistorage/providers/Microsoft.Authorization/locks/lock","type":"Microsoft.Authorization/locks","name":"lock"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/feng-cli-rg/providers/Microsoft.Storage/storageAccounts/fengtestsa/providers/Microsoft.Authorization/locks/salock","type":"Microsoft.Authorization/locks","name":"salock"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/new-experiences/providers/Microsoft.Authorization/locks/NO-DELETE","type":"Microsoft.Authorization/locks","name":"NO-DELETE"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/testsanmulticonnectRHELrg/providers/Microsoft.Compute/virtualMachines/testsanmulticonnectRHEL/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-edge/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-edge/providers/Microsoft.Storage/storageAccounts/azurecliedge/providers/Microsoft.Authorization/locks/azurecliedge-dl","type":"Microsoft.Authorization/locks","name":"azurecliedge-dl"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ethan-rg/providers/Microsoft.Authorization/locks/daily-work","type":"Microsoft.Authorization/locks","name":"daily-work"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzureSDKTest_reserved/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzureSDKTest_reserved/providers/Microsoft.Storage/storageAccounts/privatepackage/providers/Microsoft.Authorization/locks/private + package","type":"Microsoft.Authorization/locks","name":"private package"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nori-rg/providers/Microsoft.Authorization/locks/nori-lock","type":"Microsoft.Authorization/locks","name":"nori-lock"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/xz3-test/providers/Microsoft.Authorization/locks/del","type":"Microsoft.Authorization/locks","name":"del"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/testsanmulticonnectCentOSrg/providers/Microsoft.Compute/virtualMachines/testsanmulticonnectCentOS/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kairu-persist/providers/Microsoft.Authorization/locks/antidelete","type":"Microsoft.Authorization/locks","name":"antidelete"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/testsanmulticonnectSUSErg/providers/Microsoft.Compute/virtualMachines/testsanmulticonnectSUSE/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jiaslivmmirg/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete","notes":"for + customer issue repro (snowflake)"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/storage-v2rt-repro/providers/Microsoft.Authorization/locks/DontDelete","type":"Microsoft.Authorization/locks","name":"DontDelete"},{"properties":{"level":"ReadOnly","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qinkai-test/providers/Microsoft.Storage/storageAccounts/qinkaiwu/providers/Microsoft.Authorization/locks/privatepackage","type":"Microsoft.Authorization/locks","name":"privatepackage"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yishitest/providers/Microsoft.Authorization/locks/Do + Not Delete","type":"Microsoft.Authorization/locks","name":"Do Not Delete"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/t-yakou2/providers/Microsoft.Web/sites/WebAppPortal2CLI20200827092707/providers/Microsoft.Authorization/locks/dont_delete_me","type":"Microsoft.Authorization/locks","name":"dont_delete_me"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-elasticsan-rg/providers/Microsoft.Authorization/locks/nodelete","type":"Microsoft.Authorization/locks","name":"nodelete"}]}' headers: cache-control: - no-cache content-length: - - '2012' + - '13248' content-type: - application/json; charset=utf-8 date: - - Fri, 07 May 2021 06:58:34 GMT + - Fri, 19 May 2023 10:10:38 GMT expires: - '-1' pragma: @@ -2981,7 +7671,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2993,10 +7683,7 @@ interactions: ParameterSetName: - --name -g --resource-name --resource-type User-Agent: - - python/3.8.3 (Windows-10-10.0.18362-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.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002/providers/Microsoft.Authorization/locks/DATABOX_SERVICE?api-version=2016-09-01 response: @@ -3005,10 +7692,8 @@ interactions: headers: cache-control: - no-cache - content-length: - - '0' date: - - Fri, 07 May 2021 06:58:35 GMT + - Fri, 19 May 2023 10:10:38 GMT expires: - '-1' pragma: @@ -3020,8 +7705,8 @@ interactions: x-ms-ratelimit-remaining-subscription-deletes: - '14999' status: - code: 200 - message: OK + code: 204 + message: No Content - request: body: null headers: @@ -3036,29 +7721,28 @@ interactions: ParameterSetName: - --name -g --resource-name --resource-type User-Agent: - - python/3.8.3 (Windows-10-10.0.18362-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.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/locks?api-version=2016-09-01 response: body: - string: '{"value":[{"properties":{"level":"CanNotDelete","notes":"Data Box Service - to copy data from device to storage account."},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000003/providers/Microsoft.Authorization/locks/DATABOX_SERVICE","type":"Microsoft.Authorization/locks","name":"DATABOX_SERVICE"},{"properties":{"level":"CanNotDelete","notes":"Please - do not delete this User Assigned Identity in the AzSecPackAutoConfigRG resource - group as AzSecPack AutoConfig depends on this."},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-eastus2/providers/Microsoft.Authorization/locks/CanNotDeleteLock-AzSecPackAutoConfigUA-eastus2","type":"Microsoft.Authorization/locks","name":"CanNotDeleteLock-AzSecPackAutoConfigUA-eastus2"},{"properties":{"level":"CanNotDelete","notes":"Please - do not delete this User Assigned Identity in the AzSecPackAutoConfigRG resource - group as AzSecPack AutoConfig depends on this."},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-eastus/providers/Microsoft.Authorization/locks/CanNotDeleteLock-AzSecPackAutoConfigUA-eastus","type":"Microsoft.Authorization/locks","name":"CanNotDeleteLock-AzSecPackAutoConfigUA-eastus"}]}' + string: '{"value":[{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bez-rg/providers/Microsoft.Authorization/locks/del","type":"Microsoft.Authorization/locks","name":"del"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-southeastasia/providers/Microsoft.Authorization/locks/delete","type":"Microsoft.Authorization/locks","name":"delete"},{"properties":{"level":"CanNotDelete","notes":"contact + zhwen"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/acctestRG-sentinel-221011134813007315/providers/Microsoft.Authorization/locks/delete","type":"Microsoft.Authorization/locks","name":"delete"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fypurview/providers/Microsoft.Authorization/locks/delete","type":"Microsoft.Authorization/locks","name":"delete"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yantest/providers/Microsoft.Authorization/locks/templock","type":"Microsoft.Authorization/locks","name":"templock"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/lightning/providers/Microsoft.Authorization/locks/delete","type":"Microsoft.Authorization/locks","name":"delete"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fybot/providers/Microsoft.Authorization/locks/delete-lock","type":"Microsoft.Authorization/locks","name":"delete-lock"},{"properties":{"level":"CanNotDelete","notes":"for + Asir"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/emerald-city-bookstore/providers/Microsoft.Authorization/locks/No-DELETE","type":"Microsoft.Authorization/locks","name":"No-DELETE"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/galleryappaccount/providers/Microsoft.Authorization/locks/DoNotDelete","type":"Microsoft.Authorization/locks","name":"DoNotDelete"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/queuetest/providers/Microsoft.Storage/storageAccounts/qteststac/providers/Microsoft.Authorization/locks/l","type":"Microsoft.Authorization/locks","name":"l"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-rg/providers/Microsoft.Authorization/locks/test-databricks","type":"Microsoft.Authorization/locks","name":"test-databricks"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hang-rg/providers/Microsoft.Authorization/locks/1","type":"Microsoft.Authorization/locks","name":"1"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hang-rg/providers/Microsoft.Storage/storageAccounts/hangstorage/providers/Microsoft.Authorization/locks/2","type":"Microsoft.Authorization/locks","name":"2"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/IT_acctestRG-ibt-24_acctest-IBT-0710-2_4ebedb5a-e3b1-4675-aa4c-3c160fe70907/providers/Microsoft.Authorization/locks/DoNotDelete","type":"Microsoft.Authorization/locks","name":"DoNotDelete"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shiying-rg/providers/Microsoft.Storage/storageAccounts/shiyingsa/providers/Microsoft.Authorization/locks/DoNotDelete","type":"Microsoft.Authorization/locks","name":"DoNotDelete"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shiying-rg/providers/Microsoft.Compute/virtualMachines/shiying-action-test/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrgtest1/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testkvv2rg/providers/Microsoft.Authorization/locks/nodelete","type":"Microsoft.Authorization/locks","name":"nodelete"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-live-test/providers/Microsoft.Authorization/locks/can + not delete","type":"Microsoft.Authorization/locks","name":"can not delete"},{"properties":{"level":"ReadOnly","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg2/providers/Microsoft.Authorization/locks/rg2","type":"Microsoft.Authorization/locks","name":"rg2"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zhiyihuang-rg/providers/Microsoft.Authorization/locks/delete","type":"Microsoft.Authorization/locks","name":"delete"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/jiasli-azsecpack-testrg/providers/Microsoft.Compute/virtualMachines/jiasli-azsecpack-test/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_shiying-rg_GitHubActionsRunnersK8sCluster_westus/providers/Microsoft.Authorization/locks/DoNotDelete","type":"Microsoft.Authorization/locks","name":"DoNotDelete"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-test-file-handle-rg/providers/Microsoft.Authorization/locks/nodelete","type":"Microsoft.Authorization/locks","name":"nodelete"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zhiyihuang-rg-euap-east/providers/Microsoft.Authorization/locks/nodelete","type":"Microsoft.Authorization/locks","name":"nodelete"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/testsanmulticonnect2rg/providers/Microsoft.Compute/virtualMachines/testsanmulticonnect2/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zhwen-domain/providers/Microsoft.Authorization/locks/zhwen","type":"Microsoft.Authorization/locks","name":"zhwen"},{"properties":{"level":"CanNotDelete","notes":"Prevent + the resources for live test from being deleted."},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzurePowerShellLiveTest/providers/Microsoft.Authorization/locks/CannotDelete","type":"Microsoft.Authorization/locks","name":"CannotDelete"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_cli_loadbalance/providers/Microsoft.Authorization/locks/DoNotDelete","type":"Microsoft.Authorization/locks","name":"DoNotDelete"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/portal2cli/providers/Microsoft.Web/sites/webp2c/providers/Microsoft.Authorization/locks/lock","type":"Microsoft.Authorization/locks","name":"lock"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/portal2cli/providers/Microsoft.Storage/storageAccounts/portal2clistorage/providers/Microsoft.Authorization/locks/lock","type":"Microsoft.Authorization/locks","name":"lock"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/feng-cli-rg/providers/Microsoft.Storage/storageAccounts/fengtestsa/providers/Microsoft.Authorization/locks/salock","type":"Microsoft.Authorization/locks","name":"salock"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/new-experiences/providers/Microsoft.Authorization/locks/NO-DELETE","type":"Microsoft.Authorization/locks","name":"NO-DELETE"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/testsanmulticonnectRHELrg/providers/Microsoft.Compute/virtualMachines/testsanmulticonnectRHEL/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-edge/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-edge/providers/Microsoft.Storage/storageAccounts/azurecliedge/providers/Microsoft.Authorization/locks/azurecliedge-dl","type":"Microsoft.Authorization/locks","name":"azurecliedge-dl"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ethan-rg/providers/Microsoft.Authorization/locks/daily-work","type":"Microsoft.Authorization/locks","name":"daily-work"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzureSDKTest_reserved/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzureSDKTest_reserved/providers/Microsoft.Storage/storageAccounts/privatepackage/providers/Microsoft.Authorization/locks/private + package","type":"Microsoft.Authorization/locks","name":"private package"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nori-rg/providers/Microsoft.Authorization/locks/nori-lock","type":"Microsoft.Authorization/locks","name":"nori-lock"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/xz3-test/providers/Microsoft.Authorization/locks/del","type":"Microsoft.Authorization/locks","name":"del"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/testsanmulticonnectCentOSrg/providers/Microsoft.Compute/virtualMachines/testsanmulticonnectCentOS/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kairu-persist/providers/Microsoft.Authorization/locks/antidelete","type":"Microsoft.Authorization/locks","name":"antidelete"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/testsanmulticonnectSUSErg/providers/Microsoft.Compute/virtualMachines/testsanmulticonnectSUSE/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jiaslivmmirg/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete","notes":"for + customer issue repro (snowflake)"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/storage-v2rt-repro/providers/Microsoft.Authorization/locks/DontDelete","type":"Microsoft.Authorization/locks","name":"DontDelete"},{"properties":{"level":"ReadOnly","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qinkai-test/providers/Microsoft.Storage/storageAccounts/qinkaiwu/providers/Microsoft.Authorization/locks/privatepackage","type":"Microsoft.Authorization/locks","name":"privatepackage"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yishitest/providers/Microsoft.Authorization/locks/Do + Not Delete","type":"Microsoft.Authorization/locks","name":"Do Not Delete"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/t-yakou2/providers/Microsoft.Web/sites/WebAppPortal2CLI20200827092707/providers/Microsoft.Authorization/locks/dont_delete_me","type":"Microsoft.Authorization/locks","name":"dont_delete_me"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-elasticsan-rg/providers/Microsoft.Authorization/locks/nodelete","type":"Microsoft.Authorization/locks","name":"nodelete"}]}' headers: cache-control: - no-cache content-length: - - '1561' + - '13248' content-type: - application/json; charset=utf-8 date: - - Fri, 07 May 2021 06:58:36 GMT + - Fri, 19 May 2023 10:10:39 GMT expires: - '-1' pragma: @@ -3078,7 +7762,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -3090,10 +7774,7 @@ interactions: ParameterSetName: - --name -g --resource-name --resource-type User-Agent: - - python/3.8.3 (Windows-10-10.0.18362-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.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000003/providers/Microsoft.Authorization/locks/DATABOX_SERVICE?api-version=2016-09-01 response: @@ -3102,10 +7783,8 @@ interactions: headers: cache-control: - no-cache - content-length: - - '0' date: - - Fri, 07 May 2021 06:58:37 GMT + - Fri, 19 May 2023 10:10:40 GMT expires: - '-1' pragma: @@ -3117,6 +7796,6 @@ interactions: x-ms-ratelimit-remaining-subscription-deletes: - '14999' status: - code: 200 - message: OK + code: 204 + message: No Content version: 1 diff --git a/src/databox/azext_databox/tests/latest/recordings/test_databox_custom_disk.yaml b/src/databox/azext_databox/tests/latest/recordings/test_databox_custom_disk.yaml new file mode 100644 index 00000000000..c5ace84562a --- /dev/null +++ b/src/databox/azext_databox/tests/latest/recordings/test_databox_custom_disk.yaml @@ -0,0 +1,2230 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - databox job create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --sku --contact-name --phone --email-list --street-address1 + --city --state-or-province --country --postal-code --company-name --storage-account + --resource-group-for-managed-disk --transfer-type --data-box-customer-disk + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_databox000001?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001","name":"cli_test_databox000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","test":"test_databox_custom_disk","date":"2023-05-19T08:55:11Z","module":"databox"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '375' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 08:55:43 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": "westus", "properties": {"details": {"contactDetails": {"contactName": + "Public SDK Test", "emailList": ["testing@microsoft.com"], "phone": "14258828080"}, + "dataImportDetails": [{"accountDetails": {"dataAccountType": "StorageAccount", + "storageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002"}}], + "jobDetailsType": "DataBoxCustomerDisk", "keyEncryptionKey": {"kekType": "MicrosoftManaged"}, + "shippingAddress": {"city": "Redmond", "companyName": "Microsoft", "country": + "US", "postalCode": "98052", "stateOrProvince": "WA", "streetAddress1": "1 MICROSOFT + WAY"}, "importDiskDetailsCollection": {"CLISERIAL789": {"bitLockerKey": "xxx", + "manifestFile": "SampleManifest.xml", "manifestHash": "xxxx"}}, "returnToCustomerPackageDetails": + {"carrierAccountNumber": "0000", "carrierName": "carrier1"}}, "transferType": + "ImportToAzure"}, "sku": {"name": "DataBoxCustomerDisk"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - databox job create + Connection: + - keep-alive + Content-Length: + - '990' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --sku --contact-name --phone --email-list --street-address1 + --city --state-or-province --country --postal-code --company-name --storage-account + --resource-group-for-managed-disk --transfer-type --data-box-customer-disk + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000003?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 08:55:45 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - databox job create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --sku --contact-name --phone --email-list --street-address1 + --city --state-or-province --country --postal-code --company-name --storage-account + --resource-group-for-managed-disk --transfer-type --data-box-customer-disk + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 08:55:46 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --sku --contact-name --phone --email-list --street-address1 + --city --state-or-province --country --postal-code --company-name --storage-account + --resource-group-for-managed-disk --transfer-type --data-box-customer-disk + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 08:55:58 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000003?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --sku --contact-name --phone --email-list --street-address1 + --city --state-or-province --country --postal-code --company-name --storage-account + --resource-group-for-managed-disk --transfer-type --data-box-customer-disk + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000003?api-version=2022-12-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"transferType\": \"ImportToAzure\"\ + ,\r\n \"isCancellable\": true,\r\n \"isDeletable\": false,\r\n \"\ + isShippingAddressEditable\": true,\r\n \"reverseShippingDetailsUpdate\"\ + : \"NotSupported\",\r\n \"reverseTransportPreferenceUpdate\": \"NotSupported\"\ + ,\r\n \"isPrepareToShipEnabled\": false,\r\n \"status\": \"Created\"\ + ,\r\n \"startTime\": \"2023-05-19T08:55:46.2221278+00:00\",\r\n \"details\"\ + : {\r\n \"importDiskDetailsCollection\": {\r\n \"CLISERIAL789\"\ + : {\r\n \"manifestFile\": \"SampleManifest.xml\",\r\n \"\ + manifestHash\": \"xxxx\"\r\n }\r\n },\r\n \"returnToCustomerPackageDetails\"\ + : {\r\n \"carrierName\": \"carrier1\"\r\n },\r\n \"enableManifestBackup\"\ + : false,\r\n \"contactDetails\": {\r\n \"emailList\": [\r\n \ + \ \"testing@microsoft.com\"\r\n ],\r\n \"notificationPreference\"\ + : [\r\n {\r\n \"stageName\": \"AtAzureDC\",\r\n \ + \ \"sendNotification\": true\r\n },\r\n {\r\n \ + \ \"stageName\": \"DataCopy\",\r\n \"sendNotification\":\ + \ true\r\n },\r\n {\r\n \"stageName\": \"Created\"\ + ,\r\n \"sendNotification\": true\r\n },\r\n {\r\ + \n \"stageName\": \"ShippedToCustomer\",\r\n \"sendNotification\"\ + : true\r\n }\r\n ],\r\n \"contactName\": \"Public SDK\ + \ Test\",\r\n \"phone\": \"14258828080\"\r\n },\r\n \"shippingAddress\"\ + : {\r\n \"streetAddress1\": \"1 MICROSOFT WAY\",\r\n \"city\"\ + : \"Redmond\",\r\n \"stateOrProvince\": \"WA\",\r\n \"country\"\ + : \"US\",\r\n \"postalCode\": \"98052\",\r\n \"companyName\"\ + : \"Microsoft\",\r\n \"addressType\": \"None\"\r\n },\r\n \ + \ \"dataImportDetails\": [\r\n {\r\n \"logCollectionLevel\"\ + : \"Error\",\r\n \"accountDetails\": {\r\n \"storageAccountId\"\ + : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002\"\ + ,\r\n \"dataAccountType\": \"StorageAccount\"\r\n }\r\n\ + \ }\r\n ],\r\n \"dataExportDetails\": [],\r\n \"jobDetailsType\"\ + : \"DataBoxCustomerDisk\",\r\n \"preferences\": {\r\n \"encryptionPreferences\"\ + : {\r\n \"doubleEncryption\": \"Disabled\"\r\n }\r\n \ + \ },\r\n \"reverseShippingDetails\": {},\r\n \"keyEncryptionKey\"\ + : {\r\n \"kekType\": \"MicrosoftManaged\"\r\n }\r\n },\r\n\ + \ \"deliveryType\": \"NonScheduled\",\r\n \"deliveryInfo\": {\r\n \ + \ \"scheduledDateTime\": \"0001-01-01T00:00:00+00:00\"\r\n },\r\n \ + \ \"isCancellableWithoutFee\": true\r\n },\r\n \"systemData\": {\r\n \ + \ \"createdBy\": \"v-jingszhang@microsoft.com\",\r\n \"createdByType\"\ + : \"User\",\r\n \"createdAt\": \"2023-05-19T08:55:46.1196951+00:00\",\r\ + \n \"lastModifiedBy\": \"v-jingszhang@microsoft.com\",\r\n \"lastModifiedByType\"\ + : \"User\",\r\n \"lastModifiedAt\": \"2023-05-19T08:55:46.1196951+00:00\"\ + \r\n },\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"sku\": {\r\ + \n \"name\": \"DataBoxCustomerDisk\"\r\n },\r\n \"identity\": {\r\n \ + \ \"type\": \"None\"\r\n },\r\n \"name\": \"job000003\",\r\n \"id\":\ + \ \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000003\"\ + ,\r\n \"type\": \"Microsoft.DataBox/jobs\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '3143' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 08:56:08 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + 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: '{"reason": "CancelTest"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - databox job cancel + Connection: + - keep-alive + Content-Length: + - '24' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --reason -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000003/cancel?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + date: + - Fri, 19 May 2023 08:56:12 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - databox job delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databox000001/providers/Microsoft.DataBox/jobs/job000003?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 08:56:14 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 08:56:14 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 08:56:24 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 08:56:34 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 08:56:45 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 08:56:56 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 08:57:06 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 08:57:16 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 08:57:26 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 08:57:37 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 08:57:47 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 08:57:58 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 08:58:08 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 08:58:18 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 08:58:28 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 08:58:39 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 08:58:49 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 08:58:59 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 08:59:10 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 08:59:21 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 08:59:31 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 08:59:41 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 08:59:52 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:00:02 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:00:13 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:00:23 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:00:34 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:00:44 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:00:55 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:01:05 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:01:15 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:01:25 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:01:36 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:01:47 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:01:57 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:02:08 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:02:18 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:02:28 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:02:39 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:02:49 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:03:00 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:03:10 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + pragma: + - no-cache + server: + - Kestrel + 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: + - databox job delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataBox/locations/westus/operationResults/c6522cd7-141b-4b57-90ae-eb8130322926-deleteorder?api-version=2022-12-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + date: + - Fri, 19 May 2023 09:03:20 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - lock delete + Connection: + - keep-alive + ParameterSetName: + - --name -g --resource-name --resource-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/locks?api-version=2016-09-01 + response: + body: + string: '{"value":[{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bez-rg/providers/Microsoft.Authorization/locks/del","type":"Microsoft.Authorization/locks","name":"del"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-southeastasia/providers/Microsoft.Authorization/locks/delete","type":"Microsoft.Authorization/locks","name":"delete"},{"properties":{"level":"CanNotDelete","notes":"contact + zhwen"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/acctestRG-sentinel-221011134813007315/providers/Microsoft.Authorization/locks/delete","type":"Microsoft.Authorization/locks","name":"delete"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fypurview/providers/Microsoft.Authorization/locks/delete","type":"Microsoft.Authorization/locks","name":"delete"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yantest/providers/Microsoft.Authorization/locks/templock","type":"Microsoft.Authorization/locks","name":"templock"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/lightning/providers/Microsoft.Authorization/locks/delete","type":"Microsoft.Authorization/locks","name":"delete"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fybot/providers/Microsoft.Authorization/locks/delete-lock","type":"Microsoft.Authorization/locks","name":"delete-lock"},{"properties":{"level":"CanNotDelete","notes":"for + Asir"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/emerald-city-bookstore/providers/Microsoft.Authorization/locks/No-DELETE","type":"Microsoft.Authorization/locks","name":"No-DELETE"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/galleryappaccount/providers/Microsoft.Authorization/locks/DoNotDelete","type":"Microsoft.Authorization/locks","name":"DoNotDelete"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/queuetest/providers/Microsoft.Storage/storageAccounts/qteststac/providers/Microsoft.Authorization/locks/l","type":"Microsoft.Authorization/locks","name":"l"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-rg/providers/Microsoft.Authorization/locks/test-databricks","type":"Microsoft.Authorization/locks","name":"test-databricks"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hang-rg/providers/Microsoft.Authorization/locks/1","type":"Microsoft.Authorization/locks","name":"1"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hang-rg/providers/Microsoft.Storage/storageAccounts/hangstorage/providers/Microsoft.Authorization/locks/2","type":"Microsoft.Authorization/locks","name":"2"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/IT_acctestRG-ibt-24_acctest-IBT-0710-2_4ebedb5a-e3b1-4675-aa4c-3c160fe70907/providers/Microsoft.Authorization/locks/DoNotDelete","type":"Microsoft.Authorization/locks","name":"DoNotDelete"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shiying-rg/providers/Microsoft.Storage/storageAccounts/shiyingsa/providers/Microsoft.Authorization/locks/DoNotDelete","type":"Microsoft.Authorization/locks","name":"DoNotDelete"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/shiying-rg/providers/Microsoft.Compute/virtualMachines/shiying-action-test/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrgtest1/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testkvv2rg/providers/Microsoft.Authorization/locks/nodelete","type":"Microsoft.Authorization/locks","name":"nodelete"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-live-test/providers/Microsoft.Authorization/locks/can + not delete","type":"Microsoft.Authorization/locks","name":"can not delete"},{"properties":{"level":"ReadOnly","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg2/providers/Microsoft.Authorization/locks/rg2","type":"Microsoft.Authorization/locks","name":"rg2"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zhiyihuang-rg/providers/Microsoft.Authorization/locks/delete","type":"Microsoft.Authorization/locks","name":"delete"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/jiasli-azsecpack-testrg/providers/Microsoft.Compute/virtualMachines/jiasli-azsecpack-test/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_shiying-rg_GitHubActionsRunnersK8sCluster_westus/providers/Microsoft.Authorization/locks/DoNotDelete","type":"Microsoft.Authorization/locks","name":"DoNotDelete"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-test-file-handle-rg/providers/Microsoft.Authorization/locks/nodelete","type":"Microsoft.Authorization/locks","name":"nodelete"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zhiyihuang-rg-euap-east/providers/Microsoft.Authorization/locks/nodelete","type":"Microsoft.Authorization/locks","name":"nodelete"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/testsanmulticonnect2rg/providers/Microsoft.Compute/virtualMachines/testsanmulticonnect2/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zhwen-domain/providers/Microsoft.Authorization/locks/zhwen","type":"Microsoft.Authorization/locks","name":"zhwen"},{"properties":{"level":"CanNotDelete","notes":"Prevent + the resources for live test from being deleted."},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzurePowerShellLiveTest/providers/Microsoft.Authorization/locks/CannotDelete","type":"Microsoft.Authorization/locks","name":"CannotDelete"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_cli_loadbalance/providers/Microsoft.Authorization/locks/DoNotDelete","type":"Microsoft.Authorization/locks","name":"DoNotDelete"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/portal2cli/providers/Microsoft.Web/sites/webp2c/providers/Microsoft.Authorization/locks/lock","type":"Microsoft.Authorization/locks","name":"lock"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/portal2cli/providers/Microsoft.Storage/storageAccounts/portal2clistorage/providers/Microsoft.Authorization/locks/lock","type":"Microsoft.Authorization/locks","name":"lock"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/feng-cli-rg/providers/Microsoft.Storage/storageAccounts/fengtestsa/providers/Microsoft.Authorization/locks/salock","type":"Microsoft.Authorization/locks","name":"salock"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/new-experiences/providers/Microsoft.Authorization/locks/NO-DELETE","type":"Microsoft.Authorization/locks","name":"NO-DELETE"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/testsanmulticonnectRHELrg/providers/Microsoft.Compute/virtualMachines/testsanmulticonnectRHEL/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-edge/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-edge/providers/Microsoft.Storage/storageAccounts/azurecliedge/providers/Microsoft.Authorization/locks/azurecliedge-dl","type":"Microsoft.Authorization/locks","name":"azurecliedge-dl"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ethan-rg/providers/Microsoft.Authorization/locks/daily-work","type":"Microsoft.Authorization/locks","name":"daily-work"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzureSDKTest_reserved/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzureSDKTest_reserved/providers/Microsoft.Storage/storageAccounts/privatepackage/providers/Microsoft.Authorization/locks/private + package","type":"Microsoft.Authorization/locks","name":"private package"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nori-rg/providers/Microsoft.Authorization/locks/nori-lock","type":"Microsoft.Authorization/locks","name":"nori-lock"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/xz3-test/providers/Microsoft.Authorization/locks/del","type":"Microsoft.Authorization/locks","name":"del"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/testsanmulticonnectCentOSrg/providers/Microsoft.Compute/virtualMachines/testsanmulticonnectCentOS/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kairu-persist/providers/Microsoft.Authorization/locks/antidelete","type":"Microsoft.Authorization/locks","name":"antidelete"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/testsanmulticonnectSUSErg/providers/Microsoft.Compute/virtualMachines/testsanmulticonnectSUSE/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete","notes":"Data + Box Service to copy data from device to storage account."},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002/providers/Microsoft.Authorization/locks/DATABOX_SERVICE","type":"Microsoft.Authorization/locks","name":"DATABOX_SERVICE"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jiaslivmmirg/providers/Microsoft.Authorization/locks/dl","type":"Microsoft.Authorization/locks","name":"dl"},{"properties":{"level":"CanNotDelete","notes":"for + customer issue repro (snowflake)"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/storage-v2rt-repro/providers/Microsoft.Authorization/locks/DontDelete","type":"Microsoft.Authorization/locks","name":"DontDelete"},{"properties":{"level":"ReadOnly","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qinkai-test/providers/Microsoft.Storage/storageAccounts/qinkaiwu/providers/Microsoft.Authorization/locks/privatepackage","type":"Microsoft.Authorization/locks","name":"privatepackage"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yishitest/providers/Microsoft.Authorization/locks/Do + Not Delete","type":"Microsoft.Authorization/locks","name":"Do Not Delete"},{"properties":{"level":"CanNotDelete"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/t-yakou2/providers/Microsoft.Web/sites/WebAppPortal2CLI20200827092707/providers/Microsoft.Authorization/locks/dont_delete_me","type":"Microsoft.Authorization/locks","name":"dont_delete_me"},{"properties":{"level":"CanNotDelete","notes":""},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-elasticsan-rg/providers/Microsoft.Authorization/locks/nodelete","type":"Microsoft.Authorization/locks","name":"nodelete"}]}' + headers: + cache-control: + - no-cache + content-length: + - '13635' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 09:03:22 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: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - lock delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name -g --resource-name --resource-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_databox000001/providers/Microsoft.Storage/storageAccounts/clitest000002/providers/Microsoft.Authorization/locks/DATABOX_SERVICE?api-version=2016-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 May 2023 09:03:22 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 200 + message: OK +version: 1 diff --git a/src/databox/azext_databox/tests/latest/test_databox_scenario.py b/src/databox/azext_databox/tests/latest/test_databox_scenario.py index a19ecfbd149..cd258a0a37d 100644 --- a/src/databox/azext_databox/tests/latest/test_databox_scenario.py +++ b/src/databox/azext_databox/tests/latest/test_databox_scenario.py @@ -1,31 +1,28 @@ # -------------------------------------------------------------------------------------------- # 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 aaz-dev-tools # -------------------------------------------------------------------------------------------- -import os +from azure.cli.testsdk import * -from azure.cli.testsdk import (ScenarioTest, ResourceGroupPreparer, StorageAccountPreparer, JMESPathCheck) - -TEST_DIR = os.path.abspath(os.path.join(os.path.abspath(__file__), '..')) - - -class DataBoxScenarioTest(ScenarioTest): +class DataboxScenario(ScenarioTest): @ResourceGroupPreparer(name_prefix='cli_test_databox') @StorageAccountPreparer(parameter_name='storage_account_1') @StorageAccountPreparer(parameter_name='storage_account_2') def test_databox(self, storage_account_1, storage_account_2): - job_name = self.create_random_name('job', 24) - job_name_2 = self.create_random_name('job', 24) self.kwargs.update({ - 'job_name': job_name, - 'job_name_2': job_name_2, + 'job_name': self.create_random_name('job', 24), + 'job_name_2': self.create_random_name('job', 24), + 'job_name_3': self.create_random_name('job', 24), 'storage_account_1': storage_account_1, - 'storage_account_2': storage_account_2 + 'storage_account_2': storage_account_2, + 'managed-rg': self.create_random_name('rg-', 10) }) - # Create a databox job with sku 'DataBox'. + # Create a databox job with sku 'DataBox' and transfer-type 'ImportToAzure'. self.cmd('databox job create ' '--resource-group {rg} ' '--name {job_name} ' @@ -42,25 +39,37 @@ def test_databox(self, storage_account_1, storage_account_2): '--company-name Microsoft ' '--storage-account {storage_account_1} {storage_account_2} ' '--staging-storage-account {storage_account_1} ' - '--resource-group-for-managed-disk rg-for-managed-disk', - checks=[JMESPathCheck('status', 'DeviceOrdered')]) + '--resource-group-for-managed-disk {managed-rg} ' + '--transfer-type ImportToAzure ' + '--kek-type MicrosoftManaged', + checks=[ + self.check('status', 'DeviceOrdered'), + self.check('transferType', 'ImportToAzure'), + self.check('details.keyEncryptionKey.kekType', 'MicrosoftManaged') + ]) self.cmd('databox job update ' '--resource-group {rg} ' '--name {job_name} ' '--contact-name "Public SDK Test 1" ' - '--email-list testing1@microsoft.com', - checks=[]) - - self.cmd('databox job show ' - '--resource-group {rg} ' - '--name {job_name}', + '--email-list testing1@microsoft.com ' + '--phone 14258828081', checks=[ - JMESPathCheck('name', job_name), - JMESPathCheck('isCancellable', True), - JMESPathCheck('isDeletable', False), - JMESPathCheck('details.contactDetails.contactName', 'Public SDK Test 1'), - JMESPathCheck('details.contactDetails.emailList[0]', 'testing1@microsoft.com')]) + self.check('details.contactDetails.contactName', 'Public SDK Test 1'), + self.check('details.contactDetails.emailList[0]', 'testing1@microsoft.com'), + self.check('details.contactDetails.phone', '14258828081') + ]) + + self.cmd('databox job show --resource-group {rg} --name {job_name}', checks=[ + self.check('name', '{job_name}'), + self.check('isCancellable', True), + self.check('isDeletable', False), + self.check('details.contactDetails.contactName', 'Public SDK Test 1'), + self.check('details.contactDetails.emailList[0]', 'testing1@microsoft.com'), + self.check('status', 'DeviceOrdered'), + self.check('transferType', 'ImportToAzure'), + self.check('details.keyEncryptionKey.kekType', 'MicrosoftManaged') + ]) self.cmd('databox job list ' '--resource-group {rg}', @@ -77,9 +86,9 @@ def test_databox(self, storage_account_1, storage_account_2): '--resource-group {rg} ' '--name {job_name}', checks=[ - JMESPathCheck('name', job_name), - JMESPathCheck('isCancellable', False), - JMESPathCheck('isDeletable', True)]) + self.check('name', '{job_name}'), + self.check('isCancellable', False), + self.check('isDeletable', True)]) self.cmd('databox job delete ' '--resource-group {rg} ' @@ -108,8 +117,10 @@ def test_databox(self, storage_account_1, storage_account_2): '--country US ' '--postal-code 98052 ' '--company-name Microsoft ' - '--storage-account {storage_account_1}', - checks=[JMESPathCheck('status', 'DeviceOrdered')]) + '--storage-account {storage_account_1} ' + '--transfer-type ImportToAzure', + checks=[JMESPathCheck('status', 'DeviceOrdered')], + ) self.cmd('databox job cancel ' '--resource-group {rg} ' @@ -129,6 +140,35 @@ def test_databox(self, storage_account_1, storage_account_2): '--name {job_name_2}', expect_failure=True) + # Create databox job with transfer-type 'ExportFromAzure'. + self.cmd('databox job create ' + '--resource-group {rg} ' + '--name {job_name_3} ' + '--location westus ' + '--sku DataBox ' + '--expected-data-size 1 ' + '--contact-name "Public SDK Test" ' + '--phone 14258828080 ' + '--email-list testing@microsoft.com ' + '--street-address1 "1 MICROSOFT WAY" ' + '--city Redmond ' + '--state-or-province WA ' + '--country US ' + '--postal-code 98052 ' + '--company-name Microsoft ' + '--storage-account {storage_account_1} ' + '--transfer-type ExportFromAzure ' + '--transfer-configuration-type TransferAll', + checks=[ + self.check('status', 'DeviceOrdered'), + self.check('transferType', 'ExportFromAzure'), + self.check('details.dataExportDetails[0].transferConfiguration.transferConfigurationType', + 'TransferAll') + ]) + + self.cmd('databox job cancel --resource-group {rg} --name {job_name_3} --reason "CancelTest" -y') + self.cmd('databox job delete --resource-group {rg} --name {job_name_3} -y') + # DataBox service will create a lock 'DATABOX_SERVICE' on the storage account under the resource group when creating a job. In order to clean up the resource group, we need delete the lock first. self.cmd('lock delete ' '--name DATABOX_SERVICE ' @@ -141,3 +181,37 @@ def test_databox(self, storage_account_1, storage_account_2): '-g {rg} ' '--resource-name {storage_account_2} ' '--resource-type Microsoft.Storage/storageAccounts') + + @ResourceGroupPreparer(name_prefix='cli_test_databox') + @StorageAccountPreparer(parameter_name='storage_account_1') + def test_databox_custom_disk(self, storage_account_1): + self.kwargs.update({ + 'job_name': self.create_random_name('job', 24), + 'storage_account_1': storage_account_1, + 'managed-rg': self.create_random_name('rg-', 10), + 'device_serial_number': 'CLISERIAL789' + }) + self.cmd('databox job create ' + '--resource-group {rg} ' + '--name {job_name} ' + '--sku DataBoxCustomerDisk ' + '--contact-name "Public SDK Test" ' + '--phone 14258828080 ' + '--email-list testing@microsoft.com ' + '--street-address1 "1 MICROSOFT WAY" ' + '--city Redmond ' + '--state-or-province WA ' + '--country US ' + '--postal-code 98052 ' + '--company-name Microsoft ' + '--storage-account {storage_account_1} ' + '--resource-group-for-managed-disk {managed-rg} ' + '--transfer-type ImportToAzure ' + '--data-box-customer-disk {{returnToCustomerPackageDetails:{{carrierName:carrier1,carrierAccountNumber:0000}},importDiskDetailsCollection:{{{device_serial_number}:{{ManifestFile:SampleManifest.xml,ManifestHash:xxxx,BitLockerKey:xxx}}}}}}', + checks=[ + self.check('transferType', 'ImportToAzure'), + self.check('details.returnToCustomerPackageDetails.carrierName', 'carrier1') + ]) + self.cmd('databox job cancel --resource-group {rg} --name {job_name} --reason "CancelTest" -y') + self.cmd('databox job delete --resource-group {rg} --name {job_name} -y') + self.cmd('lock delete --name DATABOX_SERVICE -g {rg} --resource-name {storage_account_1} --resource-type Microsoft.Storage/storageAccounts') diff --git a/src/databox/azext_databox/vendored_sdks/databox/_configuration.py b/src/databox/azext_databox/vendored_sdks/databox/_configuration.py deleted file mode 100644 index 5b8f07cf262..00000000000 --- a/src/databox/azext_databox/vendored_sdks/databox/_configuration.py +++ /dev/null @@ -1,66 +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 typing import Any - -from azure.core.configuration import Configuration -from azure.core.pipeline import policies -from azure.mgmt.core.policies import ARMHttpLoggingPolicy - -from ._version import VERSION - - -class DataBoxManagementClientConfiguration(Configuration): - """Configuration for DataBoxManagementClient. - - 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: The Subscription Id. - :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(DataBoxManagementClientConfiguration, self).__init__(**kwargs) - - self.credential = credential - self.subscription_id = subscription_id - self.credential_scopes = kwargs.pop('credential_scopes', ['https://management.azure.com/.default']) - kwargs.setdefault('sdk_moniker', 'azure-mgmt-databox/{}'.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/databox/azext_databox/vendored_sdks/databox/_data_box_management_client.py b/src/databox/azext_databox/vendored_sdks/databox/_data_box_management_client.py deleted file mode 100644 index aa0fa23980a..00000000000 --- a/src/databox/azext_databox/vendored_sdks/databox/_data_box_management_client.py +++ /dev/null @@ -1,175 +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 azure.mgmt.core import ARMPipelineClient -from msrest import Serializer, Deserializer - -from azure.profiles import KnownProfiles, ProfileDefinition -from azure.profiles.multiapiclient import MultiApiClientMixin -from ._configuration import DataBoxManagementClientConfiguration - -class _SDKClient(object): - def __init__(self, *args, **kwargs): - """This is a fake class to support current implemetation of MultiApiClientMixin." - Will be removed in final version of multiapi azure-core based client - """ - pass - -class DataBoxManagementClient(MultiApiClientMixin, _SDKClient): - """The DataBox Client. - - This ready contains multiple API versions, to help you deal with all of the Azure clouds - (Azure Stack, Azure Government, Azure China, etc.). - By default, it uses the latest API version available on public Azure. - For production, you should stick to a particular api-version and/or profile. - The profile sets a mapping between an operation group and its API version. - The api-version parameter sets the default API version if the operation - group is not described in the profile. - - :param credential: Credential needed for the client to connect to Azure. - :type credential: ~azure.core.credentials.TokenCredential - :param subscription_id: The Subscription Id. - :type subscription_id: str - :param str api_version: API version to use if no profile is provided, or if - missing in profile. - :param str base_url: Service URL - :param profile: A profile definition, from KnownProfiles to dict. - :type profile: azure.profiles.KnownProfiles - :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. - """ - - DEFAULT_API_VERSION = '2019-09-01' - _PROFILE_TAG = "azure.mgmt.databox.DataBoxManagementClient" - LATEST_PROFILE = ProfileDefinition({ - _PROFILE_TAG: { - None: DEFAULT_API_VERSION, - }}, - _PROFILE_TAG + " latest" - ) - - def __init__( - self, - credential, # type: "TokenCredential" - subscription_id, # type: str - api_version=None, - base_url=None, - profile=KnownProfiles.default, - **kwargs # type: Any - ): - if not base_url: - base_url = 'https://management.azure.com' - self._config = DataBoxManagementClientConfiguration(credential, subscription_id, **kwargs) - self._client = ARMPipelineClient(base_url=base_url, config=self._config, **kwargs) - super(DataBoxManagementClient, self).__init__( - api_version=api_version, - profile=profile - ) - - @classmethod - def _models_dict(cls, api_version): - return {k: v for k, v in cls.models(api_version).__dict__.items() if isinstance(v, type)} - - @classmethod - def models(cls, api_version=DEFAULT_API_VERSION): - """Module depends on the API version: - - * 2018-01-01: :mod:`v2018_01_01.models` - * 2019-09-01: :mod:`v2019_09_01.models` - * 2020-04-01: :mod:`v2020_04_01.models` - * 2020-11-01: :mod:`v2020_11_01.models` - """ - if api_version == '2018-01-01': - from .v2018_01_01 import models - return models - elif api_version == '2019-09-01': - from .v2019_09_01 import models - return models - elif api_version == '2020-04-01': - from .v2020_04_01 import models - return models - elif api_version == '2020-11-01': - from .v2020_11_01 import models - return models - raise ValueError("API version {} is not available".format(api_version)) - - @property - def jobs(self): - """Instance depends on the API version: - - * 2018-01-01: :class:`JobsOperations` - * 2019-09-01: :class:`JobsOperations` - * 2020-04-01: :class:`JobsOperations` - * 2020-11-01: :class:`JobsOperations` - """ - api_version = self._get_api_version('jobs') - if api_version == '2018-01-01': - from .v2018_01_01.operations import JobsOperations as OperationClass - elif api_version == '2019-09-01': - from .v2019_09_01.operations import JobsOperations as OperationClass - elif api_version == '2020-04-01': - from .v2020_04_01.operations import JobsOperations as OperationClass - elif api_version == '2020-11-01': - from .v2020_11_01.operations import JobsOperations as OperationClass - else: - raise ValueError("API version {} does not have operation group 'jobs'".format(api_version)) - return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) - - @property - def operations(self): - """Instance depends on the API version: - - * 2018-01-01: :class:`Operations` - * 2019-09-01: :class:`Operations` - * 2020-04-01: :class:`Operations` - * 2020-11-01: :class:`Operations` - """ - api_version = self._get_api_version('operations') - if api_version == '2018-01-01': - from .v2018_01_01.operations import Operations as OperationClass - elif api_version == '2019-09-01': - from .v2019_09_01.operations import Operations as OperationClass - elif api_version == '2020-04-01': - from .v2020_04_01.operations import Operations as OperationClass - elif api_version == '2020-11-01': - from .v2020_11_01.operations import Operations as OperationClass - else: - raise ValueError("API version {} does not have operation group 'operations'".format(api_version)) - return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) - - @property - def service(self): - """Instance depends on the API version: - - * 2018-01-01: :class:`ServiceOperations` - * 2019-09-01: :class:`ServiceOperations` - * 2020-04-01: :class:`ServiceOperations` - * 2020-11-01: :class:`ServiceOperations` - """ - api_version = self._get_api_version('service') - if api_version == '2018-01-01': - from .v2018_01_01.operations import ServiceOperations as OperationClass - elif api_version == '2019-09-01': - from .v2019_09_01.operations import ServiceOperations as OperationClass - elif api_version == '2020-04-01': - from .v2020_04_01.operations import ServiceOperations as OperationClass - elif api_version == '2020-11-01': - from .v2020_11_01.operations import ServiceOperations as OperationClass - else: - raise ValueError("API version {} does not have operation group 'service'".format(api_version)) - return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) - - def close(self): - self._client.close() - def __enter__(self): - self._client.__enter__() - return self - def __exit__(self, *exc_details): - self._client.__exit__(*exc_details) diff --git a/src/databox/azext_databox/vendored_sdks/databox/aio/__init__.py b/src/databox/azext_databox/vendored_sdks/databox/aio/__init__.py deleted file mode 100644 index bb6b75a72db..00000000000 --- a/src/databox/azext_databox/vendored_sdks/databox/aio/__init__.py +++ /dev/null @@ -1,10 +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 ._data_box_management_client import DataBoxManagementClient -__all__ = ['DataBoxManagementClient'] diff --git a/src/databox/azext_databox/vendored_sdks/databox/aio/_configuration.py b/src/databox/azext_databox/vendored_sdks/databox/aio/_configuration.py deleted file mode 100644 index 71fd4699f32..00000000000 --- a/src/databox/azext_databox/vendored_sdks/databox/aio/_configuration.py +++ /dev/null @@ -1,64 +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 typing import Any - -from azure.core.configuration import Configuration -from azure.core.pipeline import policies -from azure.mgmt.core.policies import ARMHttpLoggingPolicy - -from .._version import VERSION - - -class DataBoxManagementClientConfiguration(Configuration): - """Configuration for DataBoxManagementClient. - - 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 Subscription Id. - :type subscription_id: str - """ - - def __init__( - self, - credential, # type: "AsyncTokenCredential" - subscription_id, # type: str - **kwargs # type: 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(DataBoxManagementClientConfiguration, self).__init__(**kwargs) - - self.credential = credential - self.subscription_id = subscription_id - self.credential_scopes = kwargs.pop('credential_scopes', ['https://management.azure.com/.default']) - kwargs.setdefault('sdk_moniker', 'azure-mgmt-databox/{}'.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/databox/azext_databox/vendored_sdks/databox/aio/_data_box_management_client.py b/src/databox/azext_databox/vendored_sdks/databox/aio/_data_box_management_client.py deleted file mode 100644 index 3d3baff1574..00000000000 --- a/src/databox/azext_databox/vendored_sdks/databox/aio/_data_box_management_client.py +++ /dev/null @@ -1,175 +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 azure.mgmt.core import AsyncARMPipelineClient -from msrest import Serializer, Deserializer - -from azure.profiles import KnownProfiles, ProfileDefinition -from azure.profiles.multiapiclient import MultiApiClientMixin -from ._configuration import DataBoxManagementClientConfiguration - -class _SDKClient(object): - def __init__(self, *args, **kwargs): - """This is a fake class to support current implemetation of MultiApiClientMixin." - Will be removed in final version of multiapi azure-core based client - """ - pass - -class DataBoxManagementClient(MultiApiClientMixin, _SDKClient): - """The DataBox Client. - - This ready contains multiple API versions, to help you deal with all of the Azure clouds - (Azure Stack, Azure Government, Azure China, etc.). - By default, it uses the latest API version available on public Azure. - For production, you should stick to a particular api-version and/or profile. - The profile sets a mapping between an operation group and its API version. - The api-version parameter sets the default API version if the operation - group is not described in the profile. - - :param credential: Credential needed for the client to connect to Azure. - :type credential: ~azure.core.credentials_async.AsyncTokenCredential - :param subscription_id: The Subscription Id. - :type subscription_id: str - :param str api_version: API version to use if no profile is provided, or if - missing in profile. - :param str base_url: Service URL - :param profile: A profile definition, from KnownProfiles to dict. - :type profile: azure.profiles.KnownProfiles - :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. - """ - - DEFAULT_API_VERSION = '2020-11-01' - _PROFILE_TAG = "azure.mgmt.databox.DataBoxManagementClient" - LATEST_PROFILE = ProfileDefinition({ - _PROFILE_TAG: { - None: DEFAULT_API_VERSION, - }}, - _PROFILE_TAG + " latest" - ) - - def __init__( - self, - credential, # type: "AsyncTokenCredential" - subscription_id, # type: str - api_version=None, - base_url=None, - profile=KnownProfiles.default, - **kwargs # type: Any - ) -> None: - if not base_url: - base_url = 'https://management.azure.com' - self._config = DataBoxManagementClientConfiguration(credential, subscription_id, **kwargs) - self._client = AsyncARMPipelineClient(base_url=base_url, config=self._config, **kwargs) - super(DataBoxManagementClient, self).__init__( - api_version=api_version, - profile=profile - ) - - @classmethod - def _models_dict(cls, api_version): - return {k: v for k, v in cls.models(api_version).__dict__.items() if isinstance(v, type)} - - @classmethod - def models(cls, api_version=DEFAULT_API_VERSION): - """Module depends on the API version: - - * 2018-01-01: :mod:`v2018_01_01.models` - * 2019-09-01: :mod:`v2019_09_01.models` - * 2020-04-01: :mod:`v2020_04_01.models` - * 2020-11-01: :mod:`v2020_11_01.models` - """ - if api_version == '2018-01-01': - from ..v2018_01_01 import models - return models - elif api_version == '2019-09-01': - from ..v2019_09_01 import models - return models - elif api_version == '2020-04-01': - from ..v2020_04_01 import models - return models - elif api_version == '2020-11-01': - from ..v2020_11_01 import models - return models - raise ValueError("API version {} is not available".format(api_version)) - - @property - def jobs(self): - """Instance depends on the API version: - - * 2018-01-01: :class:`JobsOperations` - * 2019-09-01: :class:`JobsOperations` - * 2020-04-01: :class:`JobsOperations` - * 2020-11-01: :class:`JobsOperations` - """ - api_version = self._get_api_version('jobs') - if api_version == '2018-01-01': - from ..v2018_01_01.aio.operations import JobsOperations as OperationClass - elif api_version == '2019-09-01': - from ..v2019_09_01.aio.operations import JobsOperations as OperationClass - elif api_version == '2020-04-01': - from ..v2020_04_01.aio.operations import JobsOperations as OperationClass - elif api_version == '2020-11-01': - from ..v2020_11_01.aio.operations import JobsOperations as OperationClass - else: - raise ValueError("API version {} does not have operation group 'jobs'".format(api_version)) - return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) - - @property - def operations(self): - """Instance depends on the API version: - - * 2018-01-01: :class:`Operations` - * 2019-09-01: :class:`Operations` - * 2020-04-01: :class:`Operations` - * 2020-11-01: :class:`Operations` - """ - api_version = self._get_api_version('operations') - if api_version == '2018-01-01': - from ..v2018_01_01.aio.operations import Operations as OperationClass - elif api_version == '2019-09-01': - from ..v2019_09_01.aio.operations import Operations as OperationClass - elif api_version == '2020-04-01': - from ..v2020_04_01.aio.operations import Operations as OperationClass - elif api_version == '2020-11-01': - from ..v2020_11_01.aio.operations import Operations as OperationClass - else: - raise ValueError("API version {} does not have operation group 'operations'".format(api_version)) - return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) - - @property - def service(self): - """Instance depends on the API version: - - * 2018-01-01: :class:`ServiceOperations` - * 2019-09-01: :class:`ServiceOperations` - * 2020-04-01: :class:`ServiceOperations` - * 2020-11-01: :class:`ServiceOperations` - """ - api_version = self._get_api_version('service') - if api_version == '2018-01-01': - from ..v2018_01_01.aio.operations import ServiceOperations as OperationClass - elif api_version == '2019-09-01': - from ..v2019_09_01.aio.operations import ServiceOperations as OperationClass - elif api_version == '2020-04-01': - from ..v2020_04_01.aio.operations import ServiceOperations as OperationClass - elif api_version == '2020-11-01': - from ..v2020_11_01.aio.operations import ServiceOperations as OperationClass - else: - raise ValueError("API version {} does not have operation group 'service'".format(api_version)) - return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) - - async def close(self): - await self._client.close() - async def __aenter__(self): - await self._client.__aenter__() - return self - async def __aexit__(self, *exc_details): - await self._client.__aexit__(*exc_details) diff --git a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/_data_box_management_client.py b/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/_data_box_management_client.py deleted file mode 100644 index e696cb06a78..00000000000 --- a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/_data_box_management_client.py +++ /dev/null @@ -1,80 +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 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 DataBoxManagementClientConfiguration -from .operations import Operations -from .operations import JobsOperations -from .operations import ServiceOperations -from . import models - - -class DataBoxManagementClient(object): - """The DataBox Client. - - :ivar operations: Operations operations - :vartype operations: azure.mgmt.databox.operations.Operations - :ivar jobs: JobsOperations operations - :vartype jobs: azure.mgmt.databox.operations.JobsOperations - :ivar service: ServiceOperations operations - :vartype service: azure.mgmt.databox.operations.ServiceOperations - :param credential: Credential needed for the client to connect to Azure. - :type credential: ~azure.core.credentials.TokenCredential - :param subscription_id: The Subscription Id. - :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, # 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 = DataBoxManagementClientConfiguration(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._serialize.client_side_validation = False - self._deserialize = Deserializer(client_models) - - self.operations = Operations( - self._client, self._config, self._serialize, self._deserialize) - self.jobs = JobsOperations( - self._client, self._config, self._serialize, self._deserialize) - self.service = ServiceOperations( - self._client, self._config, self._serialize, self._deserialize) - - def close(self): - # type: () -> None - self._client.close() - - def __enter__(self): - # type: () -> DataBoxManagementClient - self._client.__enter__() - return self - - def __exit__(self, *exc_details): - # type: (Any) -> None - self._client.__exit__(*exc_details) diff --git a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/_metadata.json b/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/_metadata.json deleted file mode 100644 index 10c0c55446a..00000000000 --- a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/_metadata.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "chosen_version": "2019-09-01", - "total_api_version_list": ["2019-09-01"], - "client": { - "name": "DataBoxManagementClient", - "filename": "_data_box_management_client", - "description": "The DataBox Client.", - "base_url": "\u0027https://management.azure.com\u0027", - "custom_base_url": null, - "azure_arm": true, - "has_lro_operations": true, - "client_side_validation": false - }, - "global_parameters": { - "sync": { - "credential": { - "signature": "credential, # type: \"TokenCredential\"", - "description": "Credential needed for the client to connect to Azure.", - "docstring_type": "~azure.core.credentials.TokenCredential", - "required": true - }, - "subscription_id": { - "signature": "subscription_id, # type: str", - "description": "The Subscription Id.", - "docstring_type": "str", - "required": true - } - }, - "async": { - "credential": { - "signature": "credential, # type: \"AsyncTokenCredential\"", - "description": "Credential needed for the client to connect to Azure.", - "docstring_type": "~azure.core.credentials_async.AsyncTokenCredential", - "required": true - }, - "subscription_id": { - "signature": "subscription_id, # type: str", - "description": "The Subscription Id.", - "docstring_type": "str", - "required": true - } - }, - "constant": { - }, - "call": "credential, subscription_id" - }, - "config": { - "credential": true, - "credential_scopes": ["https://management.azure.com/.default"], - "credential_default_policy_type": "BearerTokenCredentialPolicy", - "credential_default_policy_type_has_async_version": true, - "credential_key_header_name": null - }, - "operation_groups": { - "operations": "Operations", - "jobs": "JobsOperations", - "service": "ServiceOperations" - }, - "operation_mixins": { - }, - "sync_imports": "None", - "async_imports": "None" -} \ No newline at end of file diff --git a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/aio/__init__.py b/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/aio/__init__.py deleted file mode 100644 index bb6b75a72db..00000000000 --- a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/aio/__init__.py +++ /dev/null @@ -1,10 +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 ._data_box_management_client import DataBoxManagementClient -__all__ = ['DataBoxManagementClient'] diff --git a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/aio/_configuration.py b/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/aio/_configuration.py deleted file mode 100644 index bd265586067..00000000000 --- a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/aio/_configuration.py +++ /dev/null @@ -1,67 +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 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 DataBoxManagementClientConfiguration(Configuration): - """Configuration for DataBoxManagementClient. - - 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 Subscription Id. - :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(DataBoxManagementClientConfiguration, self).__init__(**kwargs) - - self.credential = credential - self.subscription_id = subscription_id - self.api_version = "2019-09-01" - self.credential_scopes = kwargs.pop('credential_scopes', ['https://management.azure.com/.default']) - kwargs.setdefault('sdk_moniker', 'mgmt-databox/{}'.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/databox/azext_databox/vendored_sdks/databox/v2019_09_01/aio/_data_box_management_client.py b/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/aio/_data_box_management_client.py deleted file mode 100644 index b192ff7cd77..00000000000 --- a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/aio/_data_box_management_client.py +++ /dev/null @@ -1,74 +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 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 DataBoxManagementClientConfiguration -from .operations import Operations -from .operations import JobsOperations -from .operations import ServiceOperations -from .. import models - - -class DataBoxManagementClient(object): - """The DataBox Client. - - :ivar operations: Operations operations - :vartype operations: azure.mgmt.databox.aio.operations.Operations - :ivar jobs: JobsOperations operations - :vartype jobs: azure.mgmt.databox.aio.operations.JobsOperations - :ivar service: ServiceOperations operations - :vartype service: azure.mgmt.databox.aio.operations.ServiceOperations - :param credential: Credential needed for the client to connect to Azure. - :type credential: ~azure.core.credentials_async.AsyncTokenCredential - :param subscription_id: The Subscription Id. - :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 = DataBoxManagementClientConfiguration(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.operations = Operations( - self._client, self._config, self._serialize, self._deserialize) - self.jobs = JobsOperations( - self._client, self._config, self._serialize, self._deserialize) - self.service = ServiceOperations( - self._client, self._config, self._serialize, self._deserialize) - - async def close(self) -> None: - await self._client.close() - - async def __aenter__(self) -> "DataBoxManagementClient": - await self._client.__aenter__() - return self - - async def __aexit__(self, *exc_details) -> None: - await self._client.__aexit__(*exc_details) diff --git a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/aio/operations/_jobs_operations.py b/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/aio/operations/_jobs_operations.py deleted file mode 100644 index f01a52d0a1a..00000000000 --- a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/aio/operations/_jobs_operations.py +++ /dev/null @@ -1,835 +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 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 JobsOperations: - """JobsOperations 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.databox.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, - skip_token: Optional[str] = None, - **kwargs - ) -> AsyncIterable["_models.JobResourceList"]: - """Lists all the jobs available under the subscription. - - :param skip_token: $skipToken is supported on Get list of jobs, which provides the next page in - the list of jobs. - :type skip_token: str - :keyword callable cls: A custom type or function that will be passed the direct response - :return: An iterator like instance of either JobResourceList or the result of cls(response) - :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.databox.models.JobResourceList] - :raises: ~azure.core.exceptions.HttpResponseError - """ - cls = kwargs.pop('cls', None) # type: ClsType["_models.JobResourceList"] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2019-09-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 - 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') - if skip_token is not None: - query_parameters['$skipToken'] = self._serialize.query("skip_token", skip_token, '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('JobResourceList', 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]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - return pipeline_response - - return AsyncItemPaged( - get_next, extract_data - ) - list.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.DataBox/jobs'} # type: ignore - - def list_by_resource_group( - self, - resource_group_name: str, - skip_token: Optional[str] = None, - **kwargs - ) -> AsyncIterable["_models.JobResourceList"]: - """Lists all the jobs available under the given resource group. - - :param resource_group_name: The Resource Group Name. - :type resource_group_name: str - :param skip_token: $skipToken is supported on Get list of jobs, which provides the next page in - the list of jobs. - :type skip_token: str - :keyword callable cls: A custom type or function that will be passed the direct response - :return: An iterator like instance of either JobResourceList or the result of cls(response) - :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.databox.models.JobResourceList] - :raises: ~azure.core.exceptions.HttpResponseError - """ - cls = kwargs.pop('cls', None) # type: ClsType["_models.JobResourceList"] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2019-09-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 = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_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') - if skip_token is not None: - query_parameters['$skipToken'] = self._serialize.query("skip_token", skip_token, '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('JobResourceList', 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]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - return pipeline_response - - return AsyncItemPaged( - get_next, extract_data - ) - list_by_resource_group.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs'} # type: ignore - - async def get( - self, - resource_group_name: str, - job_name: str, - expand: Optional[str] = None, - **kwargs - ) -> "_models.JobResource": - """Gets information about the specified job. - - :param resource_group_name: The Resource Group Name. - :type resource_group_name: str - :param job_name: The name of the job Resource within the specified resource group. job names - must be between 3 and 24 characters in length and use any alphanumeric and underscore only. - :type job_name: str - :param expand: $expand is supported on details parameter for job, which provides details on the - job stages. - :type expand: str - :keyword callable cls: A custom type or function that will be passed the direct response - :return: JobResource, or the result of cls(response) - :rtype: ~azure.mgmt.databox.models.JobResource - :raises: ~azure.core.exceptions.HttpResponseError - """ - cls = kwargs.pop('cls', None) # type: ClsType["_models.JobResource"] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2019-09-01" - accept = "application/json" - - # Construct URL - url = self.get.metadata['url'] # type: ignore - path_format_arguments = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), - 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=24, min_length=3, pattern=r'^[-\w\.]+$'), - } - 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') - if expand is not None: - query_parameters['$expand'] = self._serialize.query("expand", expand, '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) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - deserialized = self._deserialize('JobResource', pipeline_response) - - if cls: - return cls(pipeline_response, deserialized, {}) - - return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}'} # type: ignore - - async def _create_initial( - self, - resource_group_name: str, - job_name: str, - job_resource: "_models.JobResource", - **kwargs - ) -> Optional["_models.JobResource"]: - cls = kwargs.pop('cls', None) # type: ClsType[Optional["_models.JobResource"]] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2019-09-01" - content_type = kwargs.pop("content_type", "application/json") - accept = "application/json" - - # Construct URL - url = self._create_initial.metadata['url'] # type: ignore - path_format_arguments = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), - 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=24, min_length=3, pattern=r'^[-\w\.]+$'), - } - 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(job_resource, 'JobResource') - 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, 202]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - deserialized = None - if response.status_code == 200: - deserialized = self._deserialize('JobResource', pipeline_response) - - if cls: - return cls(pipeline_response, deserialized, {}) - - return deserialized - _create_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}'} # type: ignore - - async def begin_create( - self, - resource_group_name: str, - job_name: str, - job_resource: "_models.JobResource", - **kwargs - ) -> AsyncLROPoller["_models.JobResource"]: - """Creates a new job with the specified parameters. Existing job cannot be updated with this API - and should instead be updated with the Update job API. - - :param resource_group_name: The Resource Group Name. - :type resource_group_name: str - :param job_name: The name of the job Resource within the specified resource group. job names - must be between 3 and 24 characters in length and use any alphanumeric and underscore only. - :type job_name: str - :param job_resource: Job details from request body. - :type job_resource: ~azure.mgmt.databox.models.JobResource - :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 JobResource or the result of cls(response) - :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.databox.models.JobResource] - :raises ~azure.core.exceptions.HttpResponseError: - """ - polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] - cls = kwargs.pop('cls', None) # type: ClsType["_models.JobResource"] - 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_initial( - resource_group_name=resource_group_name, - job_name=job_name, - job_resource=job_resource, - 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('JobResource', pipeline_response) - - if cls: - return cls(pipeline_response, deserialized, {}) - return deserialized - - path_format_arguments = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), - 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=24, min_length=3, pattern=r'^[-\w\.]+$'), - } - - 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.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}'} # type: ignore - - async def _delete_initial( - self, - resource_group_name: str, - job_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 = "2019-09-01" - accept = "application/json" - - # Construct URL - url = self._delete_initial.metadata['url'] # type: ignore - path_format_arguments = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), - 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=24, min_length=3, pattern=r'^[-\w\.]+$'), - } - 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 [202, 204]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - if cls: - return cls(pipeline_response, None, {}) - - _delete_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}'} # type: ignore - - async def begin_delete( - self, - resource_group_name: str, - job_name: str, - **kwargs - ) -> AsyncLROPoller[None]: - """Deletes a job. - - :param resource_group_name: The Resource Group Name. - :type resource_group_name: str - :param job_name: The name of the job Resource within the specified resource group. job names - must be between 3 and 24 characters in length and use any alphanumeric and underscore only. - :type job_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, - job_name=job_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 = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), - 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=24, min_length=3, pattern=r'^[-\w\.]+$'), - } - - 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.DataBox/jobs/{jobName}'} # type: ignore - - async def _update_initial( - self, - resource_group_name: str, - job_name: str, - job_resource_update_parameter: "_models.JobResourceUpdateParameter", - if_match: Optional[str] = None, - **kwargs - ) -> Optional["_models.JobResource"]: - cls = kwargs.pop('cls', None) # type: ClsType[Optional["_models.JobResource"]] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2019-09-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 = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), - 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=24, min_length=3, pattern=r'^[-\w\.]+$'), - } - 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] - if if_match is not None: - header_parameters['If-Match'] = self._serialize.header("if_match", if_match, 'str') - 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(job_resource_update_parameter, 'JobResourceUpdateParameter') - 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) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - deserialized = None - if response.status_code == 200: - deserialized = self._deserialize('JobResource', pipeline_response) - - if cls: - return cls(pipeline_response, deserialized, {}) - - return deserialized - _update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}'} # type: ignore - - async def begin_update( - self, - resource_group_name: str, - job_name: str, - job_resource_update_parameter: "_models.JobResourceUpdateParameter", - if_match: Optional[str] = None, - **kwargs - ) -> AsyncLROPoller["_models.JobResource"]: - """Updates the properties of an existing job. - - :param resource_group_name: The Resource Group Name. - :type resource_group_name: str - :param job_name: The name of the job Resource within the specified resource group. job names - must be between 3 and 24 characters in length and use any alphanumeric and underscore only. - :type job_name: str - :param job_resource_update_parameter: Job update parameters from request body. - :type job_resource_update_parameter: ~azure.mgmt.databox.models.JobResourceUpdateParameter - :param if_match: Defines the If-Match condition. The patch will be performed only if the ETag - of the job on the server matches this value. - :type if_match: 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 JobResource or the result of cls(response) - :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.databox.models.JobResource] - :raises ~azure.core.exceptions.HttpResponseError: - """ - polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] - cls = kwargs.pop('cls', None) # type: ClsType["_models.JobResource"] - 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, - job_name=job_name, - job_resource_update_parameter=job_resource_update_parameter, - if_match=if_match, - 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('JobResource', pipeline_response) - - if cls: - return cls(pipeline_response, deserialized, {}) - return deserialized - - path_format_arguments = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), - 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=24, min_length=3, pattern=r'^[-\w\.]+$'), - } - - 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.DataBox/jobs/{jobName}'} # type: ignore - - async def book_shipment_pick_up( - self, - resource_group_name: str, - job_name: str, - shipment_pick_up_request: "_models.ShipmentPickUpRequest", - **kwargs - ) -> "_models.ShipmentPickUpResponse": - """Book shipment pick up. - - :param resource_group_name: The Resource Group Name. - :type resource_group_name: str - :param job_name: The name of the job Resource within the specified resource group. job names - must be between 3 and 24 characters in length and use any alphanumeric and underscore only. - :type job_name: str - :param shipment_pick_up_request: Details of shipment pick up request. - :type shipment_pick_up_request: ~azure.mgmt.databox.models.ShipmentPickUpRequest - :keyword callable cls: A custom type or function that will be passed the direct response - :return: ShipmentPickUpResponse, or the result of cls(response) - :rtype: ~azure.mgmt.databox.models.ShipmentPickUpResponse - :raises: ~azure.core.exceptions.HttpResponseError - """ - cls = kwargs.pop('cls', None) # type: ClsType["_models.ShipmentPickUpResponse"] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2019-09-01" - content_type = kwargs.pop("content_type", "application/json") - accept = "application/json" - - # Construct URL - url = self.book_shipment_pick_up.metadata['url'] # type: ignore - path_format_arguments = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), - 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=24, min_length=3, pattern=r'^[-\w\.]+$'), - } - 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(shipment_pick_up_request, 'ShipmentPickUpRequest') - body_content_kwargs['content'] = body_content - request = self._client.post(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]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - deserialized = self._deserialize('ShipmentPickUpResponse', pipeline_response) - - if cls: - return cls(pipeline_response, deserialized, {}) - - return deserialized - book_shipment_pick_up.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}/bookShipmentPickUp'} # type: ignore - - async def cancel( - self, - resource_group_name: str, - job_name: str, - cancellation_reason: "_models.CancellationReason", - **kwargs - ) -> None: - """CancelJob. - - :param resource_group_name: The Resource Group Name. - :type resource_group_name: str - :param job_name: The name of the job Resource within the specified resource group. job names - must be between 3 and 24 characters in length and use any alphanumeric and underscore only. - :type job_name: str - :param cancellation_reason: Reason for cancellation. - :type cancellation_reason: ~azure.mgmt.databox.models.CancellationReason - :keyword callable cls: A custom type or function that will be passed the direct response - :return: None, or the result of cls(response) - :rtype: None - :raises: ~azure.core.exceptions.HttpResponseError - """ - 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 = "2019-09-01" - content_type = kwargs.pop("content_type", "application/json") - accept = "application/json" - - # Construct URL - url = self.cancel.metadata['url'] # type: ignore - path_format_arguments = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), - 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=24, min_length=3, pattern=r'^[-\w\.]+$'), - } - 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(cancellation_reason, 'CancellationReason') - body_content_kwargs['content'] = body_content - request = self._client.post(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 [204]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - if cls: - return cls(pipeline_response, None, {}) - - cancel.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}/cancel'} # type: ignore - - def list_credentials( - self, - resource_group_name: str, - job_name: str, - **kwargs - ) -> AsyncIterable["_models.UnencryptedCredentialsList"]: - """This method gets the unencrypted secrets related to the job. - - :param resource_group_name: The Resource Group Name. - :type resource_group_name: str - :param job_name: The name of the job Resource within the specified resource group. job names - must be between 3 and 24 characters in length and use any alphanumeric and underscore only. - :type job_name: str - :keyword callable cls: A custom type or function that will be passed the direct response - :return: An iterator like instance of either UnencryptedCredentialsList or the result of cls(response) - :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.databox.models.UnencryptedCredentialsList] - :raises: ~azure.core.exceptions.HttpResponseError - """ - cls = kwargs.pop('cls', None) # type: ClsType["_models.UnencryptedCredentialsList"] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2019-09-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_credentials.metadata['url'] # type: ignore - path_format_arguments = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), - 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=24, min_length=3, pattern=r'^[-\w\.]+$'), - } - 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.post(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('UnencryptedCredentialsList', pipeline_response) - list_of_elem = deserialized.value - if cls: - list_of_elem = cls(list_of_elem) - return 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]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - return pipeline_response - - return AsyncItemPaged( - get_next, extract_data - ) - list_credentials.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}/listCredentials'} # type: ignore diff --git a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/aio/operations/_operations.py b/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/aio/operations/_operations.py deleted file mode 100644 index bd99838be8c..00000000000 --- a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/aio/operations/_operations.py +++ /dev/null @@ -1,104 +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 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.databox.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.OperationList"]: - """This method gets all the operations. - - :keyword callable cls: A custom type or function that will be passed the direct response - :return: An iterator like instance of either OperationList or the result of cls(response) - :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.databox.models.OperationList] - :raises: ~azure.core.exceptions.HttpResponseError - """ - cls = kwargs.pop('cls', None) # type: ClsType["_models.OperationList"] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2019-09-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('OperationList', 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]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - return pipeline_response - - return AsyncItemPaged( - get_next, extract_data - ) - list.metadata = {'url': '/providers/Microsoft.DataBox/operations'} # type: ignore diff --git a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/aio/operations/_service_operations.py b/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/aio/operations/_service_operations.py deleted file mode 100644 index a07ce55b508..00000000000 --- a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/aio/operations/_service_operations.py +++ /dev/null @@ -1,462 +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 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 ServiceOperations: - """ServiceOperations 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.databox.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_available_skus( - self, - location: str, - available_sku_request: "_models.AvailableSkuRequest", - **kwargs - ) -> AsyncIterable["_models.AvailableSkusResult"]: - """This method provides the list of available skus for the given subscription and location. - - :param location: The location of the resource. - :type location: str - :param available_sku_request: Filters for showing the available skus. - :type available_sku_request: ~azure.mgmt.databox.models.AvailableSkuRequest - :keyword callable cls: A custom type or function that will be passed the direct response - :return: An iterator like instance of either AvailableSkusResult or the result of cls(response) - :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.databox.models.AvailableSkusResult] - :raises: ~azure.core.exceptions.HttpResponseError - """ - cls = kwargs.pop('cls', None) # type: ClsType["_models.AvailableSkusResult"] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2019-09-01" - content_type = "application/json" - accept = "application/json" - - def prepare_request(next_link=None): - # 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') - - if not next_link: - # Construct URL - url = self.list_available_skus.metadata['url'] # type: ignore - path_format_arguments = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'location': self._serialize.url("location", location, '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') - - body_content_kwargs = {} # type: Dict[str, Any] - body_content = self._serialize.body(available_sku_request, 'AvailableSkuRequest') - body_content_kwargs['content'] = body_content - request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) - else: - url = next_link - query_parameters = {} # type: Dict[str, Any] - body_content_kwargs = {} # type: Dict[str, Any] - body_content = self._serialize.body(available_sku_request, 'AvailableSkuRequest') - body_content_kwargs['content'] = body_content - request = self._client.get(url, query_parameters, header_parameters, **body_content_kwargs) - return request - - async def extract_data(pipeline_response): - deserialized = self._deserialize('AvailableSkusResult', 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]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - return pipeline_response - - return AsyncItemPaged( - get_next, extract_data - ) - list_available_skus.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/availableSkus'} # type: ignore - - def list_available_skus_by_resource_group( - self, - resource_group_name: str, - location: str, - available_sku_request: "_models.AvailableSkuRequest", - **kwargs - ) -> AsyncIterable["_models.AvailableSkusResult"]: - """This method provides the list of available skus for the given subscription, resource group and - location. - - :param resource_group_name: The Resource Group Name. - :type resource_group_name: str - :param location: The location of the resource. - :type location: str - :param available_sku_request: Filters for showing the available skus. - :type available_sku_request: ~azure.mgmt.databox.models.AvailableSkuRequest - :keyword callable cls: A custom type or function that will be passed the direct response - :return: An iterator like instance of either AvailableSkusResult or the result of cls(response) - :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.databox.models.AvailableSkusResult] - :raises: ~azure.core.exceptions.HttpResponseError - """ - cls = kwargs.pop('cls', None) # type: ClsType["_models.AvailableSkusResult"] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2019-09-01" - content_type = "application/json" - accept = "application/json" - - def prepare_request(next_link=None): - # 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') - - if not next_link: - # Construct URL - url = self.list_available_skus_by_resource_group.metadata['url'] # type: ignore - path_format_arguments = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), - 'location': self._serialize.url("location", location, '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') - - body_content_kwargs = {} # type: Dict[str, Any] - body_content = self._serialize.body(available_sku_request, 'AvailableSkuRequest') - body_content_kwargs['content'] = body_content - request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) - else: - url = next_link - query_parameters = {} # type: Dict[str, Any] - body_content_kwargs = {} # type: Dict[str, Any] - body_content = self._serialize.body(available_sku_request, 'AvailableSkuRequest') - body_content_kwargs['content'] = body_content - request = self._client.get(url, query_parameters, header_parameters, **body_content_kwargs) - return request - - async def extract_data(pipeline_response): - deserialized = self._deserialize('AvailableSkusResult', 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]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - return pipeline_response - - return AsyncItemPaged( - get_next, extract_data - ) - list_available_skus_by_resource_group.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/locations/{location}/availableSkus'} # type: ignore - - async def validate_address( - self, - location: str, - validate_address: "_models.ValidateAddress", - **kwargs - ) -> "_models.AddressValidationOutput": - """[DEPRECATED NOTICE: This operation will soon be removed] This method validates the customer - shipping address and provide alternate addresses if any. - - :param location: The location of the resource. - :type location: str - :param validate_address: Shipping address of the customer. - :type validate_address: ~azure.mgmt.databox.models.ValidateAddress - :keyword callable cls: A custom type or function that will be passed the direct response - :return: AddressValidationOutput, or the result of cls(response) - :rtype: ~azure.mgmt.databox.models.AddressValidationOutput - :raises: ~azure.core.exceptions.HttpResponseError - """ - cls = kwargs.pop('cls', None) # type: ClsType["_models.AddressValidationOutput"] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2019-09-01" - content_type = kwargs.pop("content_type", "application/json") - accept = "application/json" - - # Construct URL - url = self.validate_address.metadata['url'] # type: ignore - path_format_arguments = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'location': self._serialize.url("location", location, '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(validate_address, 'ValidateAddress') - body_content_kwargs['content'] = body_content - request = self._client.post(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]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - deserialized = self._deserialize('AddressValidationOutput', pipeline_response) - - if cls: - return cls(pipeline_response, deserialized, {}) - - return deserialized - validate_address.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/validateAddress'} # type: ignore - - async def validate_inputs_by_resource_group( - self, - resource_group_name: str, - location: str, - validation_request: "_models.ValidationRequest", - **kwargs - ) -> "_models.ValidationResponse": - """This method does all necessary pre-job creation validation under resource group. - - :param resource_group_name: The Resource Group Name. - :type resource_group_name: str - :param location: The location of the resource. - :type location: str - :param validation_request: Inputs of the customer. - :type validation_request: ~azure.mgmt.databox.models.ValidationRequest - :keyword callable cls: A custom type or function that will be passed the direct response - :return: ValidationResponse, or the result of cls(response) - :rtype: ~azure.mgmt.databox.models.ValidationResponse - :raises: ~azure.core.exceptions.HttpResponseError - """ - cls = kwargs.pop('cls', None) # type: ClsType["_models.ValidationResponse"] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2019-09-01" - content_type = kwargs.pop("content_type", "application/json") - accept = "application/json" - - # Construct URL - url = self.validate_inputs_by_resource_group.metadata['url'] # type: ignore - path_format_arguments = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), - 'location': self._serialize.url("location", location, '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(validation_request, 'ValidationRequest') - body_content_kwargs['content'] = body_content - request = self._client.post(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]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - deserialized = self._deserialize('ValidationResponse', pipeline_response) - - if cls: - return cls(pipeline_response, deserialized, {}) - - return deserialized - validate_inputs_by_resource_group.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/locations/{location}/validateInputs'} # type: ignore - - async def validate_inputs( - self, - location: str, - validation_request: "_models.ValidationRequest", - **kwargs - ) -> "_models.ValidationResponse": - """This method does all necessary pre-job creation validation under subscription. - - :param location: The location of the resource. - :type location: str - :param validation_request: Inputs of the customer. - :type validation_request: ~azure.mgmt.databox.models.ValidationRequest - :keyword callable cls: A custom type or function that will be passed the direct response - :return: ValidationResponse, or the result of cls(response) - :rtype: ~azure.mgmt.databox.models.ValidationResponse - :raises: ~azure.core.exceptions.HttpResponseError - """ - cls = kwargs.pop('cls', None) # type: ClsType["_models.ValidationResponse"] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2019-09-01" - content_type = kwargs.pop("content_type", "application/json") - accept = "application/json" - - # Construct URL - url = self.validate_inputs.metadata['url'] # type: ignore - path_format_arguments = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'location': self._serialize.url("location", location, '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(validation_request, 'ValidationRequest') - body_content_kwargs['content'] = body_content - request = self._client.post(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]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - deserialized = self._deserialize('ValidationResponse', pipeline_response) - - if cls: - return cls(pipeline_response, deserialized, {}) - - return deserialized - validate_inputs.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/validateInputs'} # type: ignore - - async def region_configuration( - self, - location: str, - region_configuration_request: "_models.RegionConfigurationRequest", - **kwargs - ) -> "_models.RegionConfigurationResponse": - """This API provides configuration details specific to given region/location. - - :param location: The location of the resource. - :type location: str - :param region_configuration_request: Request body to get the configuration for the region. - :type region_configuration_request: ~azure.mgmt.databox.models.RegionConfigurationRequest - :keyword callable cls: A custom type or function that will be passed the direct response - :return: RegionConfigurationResponse, or the result of cls(response) - :rtype: ~azure.mgmt.databox.models.RegionConfigurationResponse - :raises: ~azure.core.exceptions.HttpResponseError - """ - cls = kwargs.pop('cls', None) # type: ClsType["_models.RegionConfigurationResponse"] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2019-09-01" - content_type = kwargs.pop("content_type", "application/json") - accept = "application/json" - - # Construct URL - url = self.region_configuration.metadata['url'] # type: ignore - path_format_arguments = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'location': self._serialize.url("location", location, '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(region_configuration_request, 'RegionConfigurationRequest') - body_content_kwargs['content'] = body_content - request = self._client.post(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]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - deserialized = self._deserialize('RegionConfigurationResponse', pipeline_response) - - if cls: - return cls(pipeline_response, deserialized, {}) - - return deserialized - region_configuration.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/regionConfiguration'} # type: ignore diff --git a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/models/__init__.py b/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/models/__init__.py deleted file mode 100644 index 84b34d519a6..00000000000 --- a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/models/__init__.py +++ /dev/null @@ -1,302 +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. -# -------------------------------------------------------------------------- - -try: - from ._models_py3 import AccountCredentialDetails - from ._models_py3 import AddressValidationOutput - from ._models_py3 import AddressValidationProperties - from ._models_py3 import ApplianceNetworkConfiguration - from ._models_py3 import ArmBaseObject - from ._models_py3 import AvailableSkuRequest - from ._models_py3 import AvailableSkusResult - from ._models_py3 import CancellationReason - from ._models_py3 import CloudError - from ._models_py3 import ContactDetails - from ._models_py3 import CopyLogDetails - from ._models_py3 import CopyProgress - from ._models_py3 import CreateJobValidations - from ._models_py3 import CreateOrderLimitForSubscriptionValidationRequest - from ._models_py3 import CreateOrderLimitForSubscriptionValidationResponseProperties - from ._models_py3 import DataBoxAccountCopyLogDetails - from ._models_py3 import DataBoxDiskCopyLogDetails - from ._models_py3 import DataBoxDiskCopyProgress - from ._models_py3 import DataBoxDiskJobDetails - from ._models_py3 import DataBoxDiskJobSecrets - from ._models_py3 import DataBoxHeavyAccountCopyLogDetails - from ._models_py3 import DataBoxHeavyJobDetails - from ._models_py3 import DataBoxHeavyJobSecrets - from ._models_py3 import DataBoxHeavySecret - from ._models_py3 import DataBoxJobDetails - from ._models_py3 import DataBoxScheduleAvailabilityRequest - from ._models_py3 import DataBoxSecret - from ._models_py3 import DataDestinationDetailsValidationRequest - from ._models_py3 import DataDestinationDetailsValidationResponseProperties - from ._models_py3 import DataboxJobSecrets - from ._models_py3 import DcAccessSecurityCode - from ._models_py3 import DestinationAccountDetails - from ._models_py3 import DestinationManagedDiskDetails - from ._models_py3 import DestinationStorageAccountDetails - from ._models_py3 import DestinationToServiceLocationMap - from ._models_py3 import DiskScheduleAvailabilityRequest - from ._models_py3 import DiskSecret - from ._models_py3 import Error - from ._models_py3 import HeavyScheduleAvailabilityRequest - from ._models_py3 import JobDeliveryInfo - from ._models_py3 import JobDetails - from ._models_py3 import JobErrorDetails - from ._models_py3 import JobResource - from ._models_py3 import JobResourceList - from ._models_py3 import JobResourceUpdateParameter - from ._models_py3 import JobSecrets - from ._models_py3 import JobStages - from ._models_py3 import NotificationPreference - from ._models_py3 import Operation - from ._models_py3 import OperationDisplay - from ._models_py3 import OperationList - from ._models_py3 import PackageShippingDetails - from ._models_py3 import Preferences - from ._models_py3 import PreferencesValidationRequest - from ._models_py3 import PreferencesValidationResponseProperties - from ._models_py3 import RegionConfigurationRequest - from ._models_py3 import RegionConfigurationResponse - from ._models_py3 import Resource - from ._models_py3 import ScheduleAvailabilityRequest - from ._models_py3 import ScheduleAvailabilityResponse - from ._models_py3 import ShareCredentialDetails - from ._models_py3 import ShipmentPickUpRequest - from ._models_py3 import ShipmentPickUpResponse - from ._models_py3 import ShippingAddress - from ._models_py3 import Sku - from ._models_py3 import SkuAvailabilityValidationRequest - from ._models_py3 import SkuAvailabilityValidationResponseProperties - from ._models_py3 import SkuCapacity - from ._models_py3 import SkuCost - from ._models_py3 import SkuInformation - from ._models_py3 import SubscriptionIsAllowedToCreateJobValidationRequest - from ._models_py3 import SubscriptionIsAllowedToCreateJobValidationResponseProperties - from ._models_py3 import TransportAvailabilityDetails - from ._models_py3 import TransportAvailabilityRequest - from ._models_py3 import TransportAvailabilityResponse - from ._models_py3 import TransportPreferences - from ._models_py3 import UnencryptedCredentials - from ._models_py3 import UnencryptedCredentialsList - from ._models_py3 import UpdateJobDetails - from ._models_py3 import ValidateAddress - from ._models_py3 import ValidationInputRequest - from ._models_py3 import ValidationInputResponse - from ._models_py3 import ValidationRequest - from ._models_py3 import ValidationResponse -except (SyntaxError, ImportError): - from ._models import AccountCredentialDetails # type: ignore - from ._models import AddressValidationOutput # type: ignore - from ._models import AddressValidationProperties # type: ignore - from ._models import ApplianceNetworkConfiguration # type: ignore - from ._models import ArmBaseObject # type: ignore - from ._models import AvailableSkuRequest # type: ignore - from ._models import AvailableSkusResult # type: ignore - from ._models import CancellationReason # type: ignore - from ._models import CloudError # type: ignore - from ._models import ContactDetails # type: ignore - from ._models import CopyLogDetails # type: ignore - from ._models import CopyProgress # type: ignore - from ._models import CreateJobValidations # type: ignore - from ._models import CreateOrderLimitForSubscriptionValidationRequest # type: ignore - from ._models import CreateOrderLimitForSubscriptionValidationResponseProperties # type: ignore - from ._models import DataBoxAccountCopyLogDetails # type: ignore - from ._models import DataBoxDiskCopyLogDetails # type: ignore - from ._models import DataBoxDiskCopyProgress # type: ignore - from ._models import DataBoxDiskJobDetails # type: ignore - from ._models import DataBoxDiskJobSecrets # type: ignore - from ._models import DataBoxHeavyAccountCopyLogDetails # type: ignore - from ._models import DataBoxHeavyJobDetails # type: ignore - from ._models import DataBoxHeavyJobSecrets # type: ignore - from ._models import DataBoxHeavySecret # type: ignore - from ._models import DataBoxJobDetails # type: ignore - from ._models import DataBoxScheduleAvailabilityRequest # type: ignore - from ._models import DataBoxSecret # type: ignore - from ._models import DataDestinationDetailsValidationRequest # type: ignore - from ._models import DataDestinationDetailsValidationResponseProperties # type: ignore - from ._models import DataboxJobSecrets # type: ignore - from ._models import DcAccessSecurityCode # type: ignore - from ._models import DestinationAccountDetails # type: ignore - from ._models import DestinationManagedDiskDetails # type: ignore - from ._models import DestinationStorageAccountDetails # type: ignore - from ._models import DestinationToServiceLocationMap # type: ignore - from ._models import DiskScheduleAvailabilityRequest # type: ignore - from ._models import DiskSecret # type: ignore - from ._models import Error # type: ignore - from ._models import HeavyScheduleAvailabilityRequest # type: ignore - from ._models import JobDeliveryInfo # type: ignore - from ._models import JobDetails # type: ignore - from ._models import JobErrorDetails # type: ignore - from ._models import JobResource # type: ignore - from ._models import JobResourceList # type: ignore - from ._models import JobResourceUpdateParameter # type: ignore - from ._models import JobSecrets # type: ignore - from ._models import JobStages # type: ignore - from ._models import NotificationPreference # type: ignore - from ._models import Operation # type: ignore - from ._models import OperationDisplay # type: ignore - from ._models import OperationList # type: ignore - from ._models import PackageShippingDetails # type: ignore - from ._models import Preferences # type: ignore - from ._models import PreferencesValidationRequest # type: ignore - from ._models import PreferencesValidationResponseProperties # type: ignore - from ._models import RegionConfigurationRequest # type: ignore - from ._models import RegionConfigurationResponse # type: ignore - from ._models import Resource # type: ignore - from ._models import ScheduleAvailabilityRequest # type: ignore - from ._models import ScheduleAvailabilityResponse # type: ignore - from ._models import ShareCredentialDetails # type: ignore - from ._models import ShipmentPickUpRequest # type: ignore - from ._models import ShipmentPickUpResponse # type: ignore - from ._models import ShippingAddress # type: ignore - from ._models import Sku # type: ignore - from ._models import SkuAvailabilityValidationRequest # type: ignore - from ._models import SkuAvailabilityValidationResponseProperties # type: ignore - from ._models import SkuCapacity # type: ignore - from ._models import SkuCost # type: ignore - from ._models import SkuInformation # type: ignore - from ._models import SubscriptionIsAllowedToCreateJobValidationRequest # type: ignore - from ._models import SubscriptionIsAllowedToCreateJobValidationResponseProperties # type: ignore - from ._models import TransportAvailabilityDetails # type: ignore - from ._models import TransportAvailabilityRequest # type: ignore - from ._models import TransportAvailabilityResponse # type: ignore - from ._models import TransportPreferences # type: ignore - from ._models import UnencryptedCredentials # type: ignore - from ._models import UnencryptedCredentialsList # type: ignore - from ._models import UpdateJobDetails # type: ignore - from ._models import ValidateAddress # type: ignore - from ._models import ValidationInputRequest # type: ignore - from ._models import ValidationInputResponse # type: ignore - from ._models import ValidationRequest # type: ignore - from ._models import ValidationResponse # type: ignore - -from ._data_box_management_client_enums import ( - AccessProtocol, - AddressType, - AddressValidationStatus, - ClassDiscriminator, - CopyStatus, - DataDestinationType, - JobDeliveryType, - NotificationStageName, - OverallValidationStatus, - ShareDestinationFormatType, - SkuDisabledReason, - SkuName, - StageName, - StageStatus, - TransportShipmentTypes, - ValidationInputDiscriminator, - ValidationStatus, -) - -__all__ = [ - 'AccountCredentialDetails', - 'AddressValidationOutput', - 'AddressValidationProperties', - 'ApplianceNetworkConfiguration', - 'ArmBaseObject', - 'AvailableSkuRequest', - 'AvailableSkusResult', - 'CancellationReason', - 'CloudError', - 'ContactDetails', - 'CopyLogDetails', - 'CopyProgress', - 'CreateJobValidations', - 'CreateOrderLimitForSubscriptionValidationRequest', - 'CreateOrderLimitForSubscriptionValidationResponseProperties', - 'DataBoxAccountCopyLogDetails', - 'DataBoxDiskCopyLogDetails', - 'DataBoxDiskCopyProgress', - 'DataBoxDiskJobDetails', - 'DataBoxDiskJobSecrets', - 'DataBoxHeavyAccountCopyLogDetails', - 'DataBoxHeavyJobDetails', - 'DataBoxHeavyJobSecrets', - 'DataBoxHeavySecret', - 'DataBoxJobDetails', - 'DataBoxScheduleAvailabilityRequest', - 'DataBoxSecret', - 'DataDestinationDetailsValidationRequest', - 'DataDestinationDetailsValidationResponseProperties', - 'DataboxJobSecrets', - 'DcAccessSecurityCode', - 'DestinationAccountDetails', - 'DestinationManagedDiskDetails', - 'DestinationStorageAccountDetails', - 'DestinationToServiceLocationMap', - 'DiskScheduleAvailabilityRequest', - 'DiskSecret', - 'Error', - 'HeavyScheduleAvailabilityRequest', - 'JobDeliveryInfo', - 'JobDetails', - 'JobErrorDetails', - 'JobResource', - 'JobResourceList', - 'JobResourceUpdateParameter', - 'JobSecrets', - 'JobStages', - 'NotificationPreference', - 'Operation', - 'OperationDisplay', - 'OperationList', - 'PackageShippingDetails', - 'Preferences', - 'PreferencesValidationRequest', - 'PreferencesValidationResponseProperties', - 'RegionConfigurationRequest', - 'RegionConfigurationResponse', - 'Resource', - 'ScheduleAvailabilityRequest', - 'ScheduleAvailabilityResponse', - 'ShareCredentialDetails', - 'ShipmentPickUpRequest', - 'ShipmentPickUpResponse', - 'ShippingAddress', - 'Sku', - 'SkuAvailabilityValidationRequest', - 'SkuAvailabilityValidationResponseProperties', - 'SkuCapacity', - 'SkuCost', - 'SkuInformation', - 'SubscriptionIsAllowedToCreateJobValidationRequest', - 'SubscriptionIsAllowedToCreateJobValidationResponseProperties', - 'TransportAvailabilityDetails', - 'TransportAvailabilityRequest', - 'TransportAvailabilityResponse', - 'TransportPreferences', - 'UnencryptedCredentials', - 'UnencryptedCredentialsList', - 'UpdateJobDetails', - 'ValidateAddress', - 'ValidationInputRequest', - 'ValidationInputResponse', - 'ValidationRequest', - 'ValidationResponse', - 'AccessProtocol', - 'AddressType', - 'AddressValidationStatus', - 'ClassDiscriminator', - 'CopyStatus', - 'DataDestinationType', - 'JobDeliveryType', - 'NotificationStageName', - 'OverallValidationStatus', - 'ShareDestinationFormatType', - 'SkuDisabledReason', - 'SkuName', - 'StageName', - 'StageStatus', - 'TransportShipmentTypes', - 'ValidationInputDiscriminator', - 'ValidationStatus', -] diff --git a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/models/_data_box_management_client_enums.py b/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/models/_data_box_management_client_enums.py deleted file mode 100644 index e3da769b08c..00000000000 --- a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/models/_data_box_management_client_enums.py +++ /dev/null @@ -1,192 +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 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 AccessProtocol(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): - - SMB = "SMB" #: Server Message Block protocol(SMB). - NFS = "NFS" #: Network File System protocol(NFS). - -class AddressType(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): - """Type of address. - """ - - NONE = "None" #: Address type not known. - RESIDENTIAL = "Residential" #: Residential Address. - COMMERCIAL = "Commercial" #: Commercial Address. - -class AddressValidationStatus(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): - """The address validation status. - """ - - VALID = "Valid" #: Address provided is valid. - INVALID = "Invalid" #: Address provided is invalid or not supported. - AMBIGUOUS = "Ambiguous" #: Address provided is ambiguous, please choose one of the alternate addresses returned. - -class ClassDiscriminator(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): - """Indicates the type of job details. - """ - - DATA_BOX = "DataBox" #: Databox orders. - DATA_BOX_DISK = "DataBoxDisk" #: DataboxDisk orders. - DATA_BOX_HEAVY = "DataBoxHeavy" #: DataboxHeavy orders. - -class CopyStatus(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): - """The Status of the copy - """ - - NOT_STARTED = "NotStarted" #: Data copy hasn't started yet. - IN_PROGRESS = "InProgress" #: Data copy is in progress. - COMPLETED = "Completed" #: Data copy completed. - COMPLETED_WITH_ERRORS = "CompletedWithErrors" #: Data copy completed with errors. - FAILED = "Failed" #: Data copy failed. No data was copied. - NOT_RETURNED = "NotReturned" #: No copy triggered as device was not returned. - HARDWARE_ERROR = "HardwareError" #: The Device has hit hardware issues. - DEVICE_FORMATTED = "DeviceFormatted" #: Data copy failed. The Device was formatted by user. - DEVICE_METADATA_MODIFIED = "DeviceMetadataModified" #: Data copy failed. Device metadata was modified by user. - STORAGE_ACCOUNT_NOT_ACCESSIBLE = "StorageAccountNotAccessible" #: Data copy failed. Storage Account was not accessible during copy. - UNSUPPORTED_DATA = "UnsupportedData" #: Data copy failed. The Device data content is not supported. - -class DataDestinationType(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): - """Data Destination Type. - """ - - STORAGE_ACCOUNT = "StorageAccount" #: Storage Accounts . - MANAGED_DISK = "ManagedDisk" #: Azure Managed disk storage. - -class JobDeliveryType(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): - """Delivery type of Job. - """ - - NON_SCHEDULED = "NonScheduled" #: Non Scheduled job. - SCHEDULED = "Scheduled" #: Scheduled job. - -class NotificationStageName(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): - """Name of the stage. - """ - - DEVICE_PREPARED = "DevicePrepared" #: Notification at device prepared stage. - DISPATCHED = "Dispatched" #: Notification at device dispatched stage. - DELIVERED = "Delivered" #: Notification at device delivered stage. - PICKED_UP = "PickedUp" #: Notification at device picked up from user stage. - AT_AZURE_DC = "AtAzureDC" #: Notification at device received at azure datacenter stage. - DATA_COPY = "DataCopy" #: Notification at data copy started stage. - -class OverallValidationStatus(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): - """Overall validation status. - """ - - ALL_VALID_TO_PROCEED = "AllValidToProceed" #: Every input request is valid. - INPUTS_REVISIT_REQUIRED = "InputsRevisitRequired" #: Some input requests are not valid. - CERTAIN_INPUT_VALIDATIONS_SKIPPED = "CertainInputValidationsSkipped" #: Certain input validations skipped. - -class ShareDestinationFormatType(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): - """Type of the share. - """ - - UNKNOWN_TYPE = "UnknownType" #: Unknown format. - HCS = "HCS" #: Storsimple data format. - BLOCK_BLOB = "BlockBlob" #: Azure storage block blob format. - PAGE_BLOB = "PageBlob" #: Azure storage page blob format. - AZURE_FILE = "AzureFile" #: Azure storage file format. - MANAGED_DISK = "ManagedDisk" #: Azure Compute Disk. - -class SkuDisabledReason(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): - """Reason why the Sku is disabled. - """ - - NONE = "None" #: SKU is not disabled. - COUNTRY = "Country" #: SKU is not available in the requested country. - REGION = "Region" #: SKU is not available to push data to the requested Azure region. - FEATURE = "Feature" #: Required features are not enabled for the SKU. - OFFER_TYPE = "OfferType" #: Subscription does not have required offer types for the SKU. - NO_SUBSCRIPTION_INFO = "NoSubscriptionInfo" #: Subscription has not registered to Microsoft.DataBox and Service does not have the subscription notification. - -class SkuName(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): - - DATA_BOX = "DataBox" #: Databox. - DATA_BOX_DISK = "DataBoxDisk" #: DataboxDisk. - DATA_BOX_HEAVY = "DataBoxHeavy" #: DataboxHeavy. - -class StageName(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): - """Name of the stage which is in progress. - """ - - DEVICE_ORDERED = "DeviceOrdered" #: An order has been created. - DEVICE_PREPARED = "DevicePrepared" #: A device has been prepared for the order. - DISPATCHED = "Dispatched" #: Device has been dispatched to the user of the order. - DELIVERED = "Delivered" #: Device has been delivered to the user of the order. - PICKED_UP = "PickedUp" #: Device has been picked up from user and in transit to azure datacenter. - AT_AZURE_DC = "AtAzureDC" #: Device has been received at azure datacenter from the user. - DATA_COPY = "DataCopy" #: Data copy from the device at azure datacenter. - COMPLETED = "Completed" #: Order has completed. - COMPLETED_WITH_ERRORS = "CompletedWithErrors" #: Order has completed with errors. - CANCELLED = "Cancelled" #: Order has been cancelled. - FAILED_ISSUE_REPORTED_AT_CUSTOMER = "Failed_IssueReportedAtCustomer" #: Order has failed due to issue reported by user. - FAILED_ISSUE_DETECTED_AT_AZURE_DC = "Failed_IssueDetectedAtAzureDC" #: Order has failed due to issue detected at azure datacenter. - ABORTED = "Aborted" #: Order has been aborted. - COMPLETED_WITH_WARNINGS = "CompletedWithWarnings" #: Order has completed with warnings. - READY_TO_DISPATCH_FROM_AZURE_DC = "ReadyToDispatchFromAzureDC" #: Device is ready to be handed to customer from Azure DC. - READY_TO_RECEIVE_AT_AZURE_DC = "ReadyToReceiveAtAzureDC" #: Device can be dropped off at Azure DC. - -class StageStatus(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): - """Status of the job stage. - """ - - NONE = "None" #: No status available yet. - IN_PROGRESS = "InProgress" #: Stage is in progress. - SUCCEEDED = "Succeeded" #: Stage has succeeded. - FAILED = "Failed" #: Stage has failed. - CANCELLED = "Cancelled" #: Stage has been cancelled. - CANCELLING = "Cancelling" #: Stage is cancelling. - SUCCEEDED_WITH_ERRORS = "SucceededWithErrors" #: Stage has succeeded with errors. - -class TransportShipmentTypes(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): - """Transport Shipment Type supported for given region. - """ - - CUSTOMER_MANAGED = "CustomerManaged" #: Shipment Logistics is handled by the customer. - MICROSOFT_MANAGED = "MicrosoftManaged" #: Shipment Logistics is handled by Microsoft. - -class ValidationInputDiscriminator(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): - """Identifies the type of validation request. - """ - - VALIDATE_ADDRESS = "ValidateAddress" #: Identify request and response of address validation. - VALIDATE_DATA_DESTINATION_DETAILS = "ValidateDataDestinationDetails" #: Identify request and response of data destination details validation. - VALIDATE_SUBSCRIPTION_IS_ALLOWED_TO_CREATE_JOB = "ValidateSubscriptionIsAllowedToCreateJob" #: Identify request and response for validation of subscription permission to create job. - VALIDATE_PREFERENCES = "ValidatePreferences" #: Identify request and response of preference validation. - VALIDATE_CREATE_ORDER_LIMIT = "ValidateCreateOrderLimit" #: Identify request and response of create order limit for subscription validation. - VALIDATE_SKU_AVAILABILITY = "ValidateSkuAvailability" #: Identify request and response of active job limit for sku availability. - -class ValidationStatus(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): - """Create order limit validation status. - """ - - VALID = "Valid" #: Validation is successful. - INVALID = "Invalid" #: Validation is not successful. - SKIPPED = "Skipped" #: Validation is skipped. diff --git a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/models/_models.py b/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/models/_models.py deleted file mode 100644 index 0d62bb7ec20..00000000000 --- a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/models/_models.py +++ /dev/null @@ -1,3351 +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. -# -------------------------------------------------------------------------- - -import msrest.serialization - - -class AccountCredentialDetails(msrest.serialization.Model): - """Credential details of the account. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar account_name: Name of the account. - :vartype account_name: str - :ivar data_destination_type: Data Destination Type. Possible values include: "StorageAccount", - "ManagedDisk". - :vartype data_destination_type: str or ~azure.mgmt.databox.models.DataDestinationType - :ivar account_connection_string: Connection string of the account endpoint to use the account - as a storage endpoint on the device. - :vartype account_connection_string: str - :ivar share_credential_details: Per share level unencrypted access credentials. - :vartype share_credential_details: list[~azure.mgmt.databox.models.ShareCredentialDetails] - """ - - _validation = { - 'account_name': {'readonly': True}, - 'data_destination_type': {'readonly': True}, - 'account_connection_string': {'readonly': True}, - 'share_credential_details': {'readonly': True}, - } - - _attribute_map = { - 'account_name': {'key': 'accountName', 'type': 'str'}, - 'data_destination_type': {'key': 'dataDestinationType', 'type': 'str'}, - 'account_connection_string': {'key': 'accountConnectionString', 'type': 'str'}, - 'share_credential_details': {'key': 'shareCredentialDetails', 'type': '[ShareCredentialDetails]'}, - } - - def __init__( - self, - **kwargs - ): - super(AccountCredentialDetails, self).__init__(**kwargs) - self.account_name = None - self.data_destination_type = None - self.account_connection_string = None - self.share_credential_details = None - - -class AddressValidationOutput(msrest.serialization.Model): - """Output of the address validation api. - - Variables are only populated by the server, and will be ignored when sending a request. - - :param validation_type: Identifies the type of validation response.Constant filled by server. - Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - :ivar error: Error code and message of validation response. - :vartype error: ~azure.mgmt.databox.models.Error - :ivar validation_status: The address validation status. Possible values include: "Valid", - "Invalid", "Ambiguous". - :vartype validation_status: str or ~azure.mgmt.databox.models.AddressValidationStatus - :ivar alternate_addresses: List of alternate addresses. - :vartype alternate_addresses: list[~azure.mgmt.databox.models.ShippingAddress] - """ - - _validation = { - 'error': {'readonly': True}, - 'validation_status': {'readonly': True}, - 'alternate_addresses': {'readonly': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'properties.validationType', 'type': 'str'}, - 'error': {'key': 'properties.error', 'type': 'Error'}, - 'validation_status': {'key': 'properties.validationStatus', 'type': 'str'}, - 'alternate_addresses': {'key': 'properties.alternateAddresses', 'type': '[ShippingAddress]'}, - } - - def __init__( - self, - **kwargs - ): - super(AddressValidationOutput, self).__init__(**kwargs) - self.validation_type = None # type: Optional[str] - self.error = None - self.validation_status = None - self.alternate_addresses = None - - -class ValidationInputResponse(msrest.serialization.Model): - """Minimum properties that should be present in each individual validation response. - - You probably want to use the sub-classes and not this class directly. Known - sub-classes are: AddressValidationProperties, CreateOrderLimitForSubscriptionValidationResponseProperties, DataDestinationDetailsValidationResponseProperties, PreferencesValidationResponseProperties, SkuAvailabilityValidationResponseProperties, SubscriptionIsAllowedToCreateJobValidationResponseProperties. - - 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 validation_type: Required. Identifies the type of validation response.Constant filled by - server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - :ivar error: Error code and message of validation response. - :vartype error: ~azure.mgmt.databox.models.Error - """ - - _validation = { - 'validation_type': {'required': True}, - 'error': {'readonly': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'validationType', 'type': 'str'}, - 'error': {'key': 'error', 'type': 'Error'}, - } - - _subtype_map = { - 'validation_type': {'ValidateAddress': 'AddressValidationProperties', 'ValidateCreateOrderLimit': 'CreateOrderLimitForSubscriptionValidationResponseProperties', 'ValidateDataDestinationDetails': 'DataDestinationDetailsValidationResponseProperties', 'ValidatePreferences': 'PreferencesValidationResponseProperties', 'ValidateSkuAvailability': 'SkuAvailabilityValidationResponseProperties', 'ValidateSubscriptionIsAllowedToCreateJob': 'SubscriptionIsAllowedToCreateJobValidationResponseProperties'} - } - - def __init__( - self, - **kwargs - ): - super(ValidationInputResponse, self).__init__(**kwargs) - self.validation_type = None # type: Optional[str] - self.error = None - - -class AddressValidationProperties(ValidationInputResponse): - """The address validation output. - - 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 validation_type: Required. Identifies the type of validation response.Constant filled by - server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - :ivar error: Error code and message of validation response. - :vartype error: ~azure.mgmt.databox.models.Error - :ivar validation_status: The address validation status. Possible values include: "Valid", - "Invalid", "Ambiguous". - :vartype validation_status: str or ~azure.mgmt.databox.models.AddressValidationStatus - :ivar alternate_addresses: List of alternate addresses. - :vartype alternate_addresses: list[~azure.mgmt.databox.models.ShippingAddress] - """ - - _validation = { - 'validation_type': {'required': True}, - 'error': {'readonly': True}, - 'validation_status': {'readonly': True}, - 'alternate_addresses': {'readonly': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'validationType', 'type': 'str'}, - 'error': {'key': 'error', 'type': 'Error'}, - 'validation_status': {'key': 'validationStatus', 'type': 'str'}, - 'alternate_addresses': {'key': 'alternateAddresses', 'type': '[ShippingAddress]'}, - } - - def __init__( - self, - **kwargs - ): - super(AddressValidationProperties, self).__init__(**kwargs) - self.validation_type = 'ValidateAddress' # type: str - self.validation_status = None - self.alternate_addresses = None - - -class ApplianceNetworkConfiguration(msrest.serialization.Model): - """The Network Adapter configuration of a DataBox. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar name: Name of the network. - :vartype name: str - :ivar mac_address: Mac Address. - :vartype mac_address: str - """ - - _validation = { - 'name': {'readonly': True}, - 'mac_address': {'readonly': True}, - } - - _attribute_map = { - 'name': {'key': 'name', 'type': 'str'}, - 'mac_address': {'key': 'macAddress', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(ApplianceNetworkConfiguration, self).__init__(**kwargs) - self.name = None - self.mac_address = None - - -class ArmBaseObject(msrest.serialization.Model): - """Base class for all objects under resource. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar name: Name of the object. - :vartype name: str - :ivar id: Id of the object. - :vartype id: str - :ivar type: Type of the object. - :vartype type: str - """ - - _validation = { - 'name': {'readonly': True}, - 'id': {'readonly': True}, - 'type': {'readonly': True}, - } - - _attribute_map = { - 'name': {'key': 'name', 'type': 'str'}, - 'id': {'key': 'id', 'type': 'str'}, - 'type': {'key': 'type', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(ArmBaseObject, self).__init__(**kwargs) - self.name = None - self.id = None - self.type = None - - -class AvailableSkuRequest(msrest.serialization.Model): - """The filters for showing the available skus. - - 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 transfer_type: Required. Type of the transfer. Default value: "ImportToAzure". - :vartype transfer_type: str - :param country: Required. ISO country code. Country for hardware shipment. For codes check: - https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements. - :type country: str - :param location: Required. Location for data transfer. For locations check: - https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01. - :type location: str - :param sku_names: Sku Names to filter for available skus. - :type sku_names: list[str or ~azure.mgmt.databox.models.SkuName] - """ - - _validation = { - 'transfer_type': {'required': True, 'constant': True}, - 'country': {'required': True}, - 'location': {'required': True}, - } - - _attribute_map = { - 'transfer_type': {'key': 'transferType', 'type': 'str'}, - 'country': {'key': 'country', 'type': 'str'}, - 'location': {'key': 'location', 'type': 'str'}, - 'sku_names': {'key': 'skuNames', 'type': '[str]'}, - } - - transfer_type = "ImportToAzure" - - def __init__( - self, - **kwargs - ): - super(AvailableSkuRequest, self).__init__(**kwargs) - self.country = kwargs['country'] - self.location = kwargs['location'] - self.sku_names = kwargs.get('sku_names', None) - - -class AvailableSkusResult(msrest.serialization.Model): - """The available skus operation response. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar value: List of available skus. - :vartype value: list[~azure.mgmt.databox.models.SkuInformation] - :param next_link: Link for the next set of skus. - :type next_link: str - """ - - _validation = { - 'value': {'readonly': True}, - } - - _attribute_map = { - 'value': {'key': 'value', 'type': '[SkuInformation]'}, - 'next_link': {'key': 'nextLink', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(AvailableSkusResult, self).__init__(**kwargs) - self.value = None - self.next_link = kwargs.get('next_link', None) - - -class CancellationReason(msrest.serialization.Model): - """Reason for cancellation. - - All required parameters must be populated in order to send to Azure. - - :param reason: Required. Reason for cancellation. - :type reason: str - """ - - _validation = { - 'reason': {'required': True}, - } - - _attribute_map = { - 'reason': {'key': 'reason', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(CancellationReason, self).__init__(**kwargs) - self.reason = kwargs['reason'] - - -class CloudError(msrest.serialization.Model): - """The error information object. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar code: Error code string. - :vartype code: str - :ivar message: Descriptive error information. - :vartype message: str - :param target: Error target. - :type target: str - :param details: More detailed error information. - :type details: list[~azure.mgmt.databox.models.CloudError] - """ - - _validation = { - 'code': {'readonly': True}, - 'message': {'readonly': True}, - } - - _attribute_map = { - 'code': {'key': 'code', 'type': 'str'}, - 'message': {'key': 'message', 'type': 'str'}, - 'target': {'key': 'target', 'type': 'str'}, - 'details': {'key': 'details', 'type': '[CloudError]'}, - } - - def __init__( - self, - **kwargs - ): - super(CloudError, self).__init__(**kwargs) - self.code = None - self.message = None - self.target = kwargs.get('target', None) - self.details = kwargs.get('details', None) - - -class ContactDetails(msrest.serialization.Model): - """Contact Details. - - All required parameters must be populated in order to send to Azure. - - :param contact_name: Required. Contact name of the person. - :type contact_name: str - :param phone: Required. Phone number of the contact person. - :type phone: str - :param phone_extension: Phone extension number of the contact person. - :type phone_extension: str - :param mobile: Mobile number of the contact person. - :type mobile: str - :param email_list: Required. List of Email-ids to be notified about job progress. - :type email_list: list[str] - :param notification_preference: Notification preference for a job stage. - :type notification_preference: list[~azure.mgmt.databox.models.NotificationPreference] - """ - - _validation = { - 'contact_name': {'required': True}, - 'phone': {'required': True}, - 'email_list': {'required': True}, - } - - _attribute_map = { - 'contact_name': {'key': 'contactName', 'type': 'str'}, - 'phone': {'key': 'phone', 'type': 'str'}, - 'phone_extension': {'key': 'phoneExtension', 'type': 'str'}, - 'mobile': {'key': 'mobile', 'type': 'str'}, - 'email_list': {'key': 'emailList', 'type': '[str]'}, - 'notification_preference': {'key': 'notificationPreference', 'type': '[NotificationPreference]'}, - } - - def __init__( - self, - **kwargs - ): - super(ContactDetails, self).__init__(**kwargs) - self.contact_name = kwargs['contact_name'] - self.phone = kwargs['phone'] - self.phone_extension = kwargs.get('phone_extension', None) - self.mobile = kwargs.get('mobile', None) - self.email_list = kwargs['email_list'] - self.notification_preference = kwargs.get('notification_preference', None) - - -class CopyLogDetails(msrest.serialization.Model): - """Details for log generated during copy. - - You probably want to use the sub-classes and not this class directly. Known - sub-classes are: DataBoxAccountCopyLogDetails, DataBoxDiskCopyLogDetails, DataBoxHeavyAccountCopyLogDetails. - - All required parameters must be populated in order to send to Azure. - - :param copy_log_details_type: Required. Indicates the type of job details.Constant filled by - server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type copy_log_details_type: str or ~azure.mgmt.databox.models.ClassDiscriminator - """ - - _validation = { - 'copy_log_details_type': {'required': True}, - } - - _attribute_map = { - 'copy_log_details_type': {'key': 'copyLogDetailsType', 'type': 'str'}, - } - - _subtype_map = { - 'copy_log_details_type': {'DataBox': 'DataBoxAccountCopyLogDetails', 'DataBoxDisk': 'DataBoxDiskCopyLogDetails', 'DataBoxHeavy': 'DataBoxHeavyAccountCopyLogDetails'} - } - - def __init__( - self, - **kwargs - ): - super(CopyLogDetails, self).__init__(**kwargs) - self.copy_log_details_type = None # type: Optional[str] - - -class CopyProgress(msrest.serialization.Model): - """Copy progress. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar storage_account_name: Name of the storage account where the data needs to be uploaded. - :vartype storage_account_name: str - :ivar data_destination_type: Data Destination Type. Possible values include: "StorageAccount", - "ManagedDisk". - :vartype data_destination_type: str or ~azure.mgmt.databox.models.DataDestinationType - :ivar account_id: Id of the account where the data needs to be uploaded. - :vartype account_id: str - :ivar bytes_sent_to_cloud: Amount of data uploaded by the job as of now. - :vartype bytes_sent_to_cloud: long - :ivar total_bytes_to_process: Total amount of data to be processed by the job. - :vartype total_bytes_to_process: long - :ivar files_processed: Number of files processed by the job as of now. - :vartype files_processed: long - :ivar total_files_to_process: Total number of files to be processed by the job. - :vartype total_files_to_process: long - :ivar invalid_files_processed: Number of files not adhering to azure naming conventions which - were processed by automatic renaming. - :vartype invalid_files_processed: long - :ivar invalid_file_bytes_uploaded: Total amount of data not adhering to azure naming - conventions which were processed by automatic renaming. - :vartype invalid_file_bytes_uploaded: long - :ivar renamed_container_count: Number of folders not adhering to azure naming conventions which - were processed by automatic renaming. - :vartype renamed_container_count: long - :ivar files_errored_out: Number of files which could not be copied. - :vartype files_errored_out: long - """ - - _validation = { - 'storage_account_name': {'readonly': True}, - 'data_destination_type': {'readonly': True}, - 'account_id': {'readonly': True}, - 'bytes_sent_to_cloud': {'readonly': True}, - 'total_bytes_to_process': {'readonly': True}, - 'files_processed': {'readonly': True}, - 'total_files_to_process': {'readonly': True}, - 'invalid_files_processed': {'readonly': True}, - 'invalid_file_bytes_uploaded': {'readonly': True}, - 'renamed_container_count': {'readonly': True}, - 'files_errored_out': {'readonly': True}, - } - - _attribute_map = { - 'storage_account_name': {'key': 'storageAccountName', 'type': 'str'}, - 'data_destination_type': {'key': 'dataDestinationType', 'type': 'str'}, - 'account_id': {'key': 'accountId', 'type': 'str'}, - 'bytes_sent_to_cloud': {'key': 'bytesSentToCloud', 'type': 'long'}, - 'total_bytes_to_process': {'key': 'totalBytesToProcess', 'type': 'long'}, - 'files_processed': {'key': 'filesProcessed', 'type': 'long'}, - 'total_files_to_process': {'key': 'totalFilesToProcess', 'type': 'long'}, - 'invalid_files_processed': {'key': 'invalidFilesProcessed', 'type': 'long'}, - 'invalid_file_bytes_uploaded': {'key': 'invalidFileBytesUploaded', 'type': 'long'}, - 'renamed_container_count': {'key': 'renamedContainerCount', 'type': 'long'}, - 'files_errored_out': {'key': 'filesErroredOut', 'type': 'long'}, - } - - def __init__( - self, - **kwargs - ): - super(CopyProgress, self).__init__(**kwargs) - self.storage_account_name = None - self.data_destination_type = None - self.account_id = None - self.bytes_sent_to_cloud = None - self.total_bytes_to_process = None - self.files_processed = None - self.total_files_to_process = None - self.invalid_files_processed = None - self.invalid_file_bytes_uploaded = None - self.renamed_container_count = None - self.files_errored_out = None - - -class ValidationRequest(msrest.serialization.Model): - """Input request for all pre job creation validation. - - You probably want to use the sub-classes and not this class directly. Known - sub-classes are: CreateJobValidations. - - All required parameters must be populated in order to send to Azure. - - :param individual_request_details: Required. List of request details contain validationType and - its request as key and value respectively. - :type individual_request_details: list[~azure.mgmt.databox.models.ValidationInputRequest] - :param validation_category: Required. Identify the nature of validation.Constant filled by - server. - :type validation_category: str - """ - - _validation = { - 'individual_request_details': {'required': True}, - 'validation_category': {'required': True}, - } - - _attribute_map = { - 'individual_request_details': {'key': 'individualRequestDetails', 'type': '[ValidationInputRequest]'}, - 'validation_category': {'key': 'validationCategory', 'type': 'str'}, - } - - _subtype_map = { - 'validation_category': {'JobCreationValidation': 'CreateJobValidations'} - } - - def __init__( - self, - **kwargs - ): - super(ValidationRequest, self).__init__(**kwargs) - self.individual_request_details = kwargs['individual_request_details'] - self.validation_category = None # type: Optional[str] - - -class CreateJobValidations(ValidationRequest): - """It does all pre-job creation validations. - - All required parameters must be populated in order to send to Azure. - - :param individual_request_details: Required. List of request details contain validationType and - its request as key and value respectively. - :type individual_request_details: list[~azure.mgmt.databox.models.ValidationInputRequest] - :param validation_category: Required. Identify the nature of validation.Constant filled by - server. - :type validation_category: str - """ - - _validation = { - 'individual_request_details': {'required': True}, - 'validation_category': {'required': True}, - } - - _attribute_map = { - 'individual_request_details': {'key': 'individualRequestDetails', 'type': '[ValidationInputRequest]'}, - 'validation_category': {'key': 'validationCategory', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(CreateJobValidations, self).__init__(**kwargs) - self.validation_category = 'JobCreationValidation' # type: str - - -class ValidationInputRequest(msrest.serialization.Model): - """Minimum fields that must be present in any type of validation request. - - You probably want to use the sub-classes and not this class directly. Known - sub-classes are: ValidateAddress, CreateOrderLimitForSubscriptionValidationRequest, DataDestinationDetailsValidationRequest, PreferencesValidationRequest, SkuAvailabilityValidationRequest, SubscriptionIsAllowedToCreateJobValidationRequest. - - All required parameters must be populated in order to send to Azure. - - :param validation_type: Required. Identifies the type of validation request.Constant filled by - server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - """ - - _validation = { - 'validation_type': {'required': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'validationType', 'type': 'str'}, - } - - _subtype_map = { - 'validation_type': {'ValidateAddress': 'ValidateAddress', 'ValidateCreateOrderLimit': 'CreateOrderLimitForSubscriptionValidationRequest', 'ValidateDataDestinationDetails': 'DataDestinationDetailsValidationRequest', 'ValidatePreferences': 'PreferencesValidationRequest', 'ValidateSkuAvailability': 'SkuAvailabilityValidationRequest', 'ValidateSubscriptionIsAllowedToCreateJob': 'SubscriptionIsAllowedToCreateJobValidationRequest'} - } - - def __init__( - self, - **kwargs - ): - super(ValidationInputRequest, self).__init__(**kwargs) - self.validation_type = None # type: Optional[str] - - -class CreateOrderLimitForSubscriptionValidationRequest(ValidationInputRequest): - """Request to validate create order limit for current subscription. - - All required parameters must be populated in order to send to Azure. - - :param validation_type: Required. Identifies the type of validation request.Constant filled by - server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - :param device_type: Required. Device type to be used for the job. Possible values include: - "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type device_type: str or ~azure.mgmt.databox.models.SkuName - """ - - _validation = { - 'validation_type': {'required': True}, - 'device_type': {'required': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'validationType', 'type': 'str'}, - 'device_type': {'key': 'deviceType', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(CreateOrderLimitForSubscriptionValidationRequest, self).__init__(**kwargs) - self.validation_type = 'ValidateCreateOrderLimit' # type: str - self.device_type = kwargs['device_type'] - - -class CreateOrderLimitForSubscriptionValidationResponseProperties(ValidationInputResponse): - """Properties of create order limit for subscription validation response. - - 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 validation_type: Required. Identifies the type of validation response.Constant filled by - server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - :ivar error: Error code and message of validation response. - :vartype error: ~azure.mgmt.databox.models.Error - :ivar status: Create order limit validation status. Possible values include: "Valid", - "Invalid", "Skipped". - :vartype status: str or ~azure.mgmt.databox.models.ValidationStatus - """ - - _validation = { - 'validation_type': {'required': True}, - 'error': {'readonly': True}, - 'status': {'readonly': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'validationType', 'type': 'str'}, - 'error': {'key': 'error', 'type': 'Error'}, - 'status': {'key': 'status', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(CreateOrderLimitForSubscriptionValidationResponseProperties, self).__init__(**kwargs) - self.validation_type = 'ValidateCreateOrderLimit' # type: str - self.status = None - - -class DataBoxAccountCopyLogDetails(CopyLogDetails): - """Copy log details for a storage account of a DataBox job. - - 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 copy_log_details_type: Required. Indicates the type of job details.Constant filled by - server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type copy_log_details_type: str or ~azure.mgmt.databox.models.ClassDiscriminator - :ivar account_name: Destination account name. - :vartype account_name: str - :ivar copy_log_link: Link for copy logs. - :vartype copy_log_link: str - """ - - _validation = { - 'copy_log_details_type': {'required': True}, - 'account_name': {'readonly': True}, - 'copy_log_link': {'readonly': True}, - } - - _attribute_map = { - 'copy_log_details_type': {'key': 'copyLogDetailsType', 'type': 'str'}, - 'account_name': {'key': 'accountName', 'type': 'str'}, - 'copy_log_link': {'key': 'copyLogLink', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(DataBoxAccountCopyLogDetails, self).__init__(**kwargs) - self.copy_log_details_type = 'DataBox' # type: str - self.account_name = None - self.copy_log_link = None - - -class DataBoxDiskCopyLogDetails(CopyLogDetails): - """Copy Log Details for a disk. - - 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 copy_log_details_type: Required. Indicates the type of job details.Constant filled by - server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type copy_log_details_type: str or ~azure.mgmt.databox.models.ClassDiscriminator - :ivar disk_serial_number: Disk Serial Number. - :vartype disk_serial_number: str - :ivar error_log_link: Link for copy error logs. - :vartype error_log_link: str - :ivar verbose_log_link: Link for copy verbose logs. - :vartype verbose_log_link: str - """ - - _validation = { - 'copy_log_details_type': {'required': True}, - 'disk_serial_number': {'readonly': True}, - 'error_log_link': {'readonly': True}, - 'verbose_log_link': {'readonly': True}, - } - - _attribute_map = { - 'copy_log_details_type': {'key': 'copyLogDetailsType', 'type': 'str'}, - 'disk_serial_number': {'key': 'diskSerialNumber', 'type': 'str'}, - 'error_log_link': {'key': 'errorLogLink', 'type': 'str'}, - 'verbose_log_link': {'key': 'verboseLogLink', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(DataBoxDiskCopyLogDetails, self).__init__(**kwargs) - self.copy_log_details_type = 'DataBoxDisk' # type: str - self.disk_serial_number = None - self.error_log_link = None - self.verbose_log_link = None - - -class DataBoxDiskCopyProgress(msrest.serialization.Model): - """DataBox Disk Copy Progress. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar serial_number: The serial number of the disk. - :vartype serial_number: str - :ivar bytes_copied: Bytes copied during the copy of disk. - :vartype bytes_copied: long - :ivar percent_complete: Indicates the percentage completed for the copy of the disk. - :vartype percent_complete: int - :ivar status: The Status of the copy. Possible values include: "NotStarted", "InProgress", - "Completed", "CompletedWithErrors", "Failed", "NotReturned", "HardwareError", - "DeviceFormatted", "DeviceMetadataModified", "StorageAccountNotAccessible", "UnsupportedData". - :vartype status: str or ~azure.mgmt.databox.models.CopyStatus - """ - - _validation = { - 'serial_number': {'readonly': True}, - 'bytes_copied': {'readonly': True}, - 'percent_complete': {'readonly': True}, - 'status': {'readonly': True}, - } - - _attribute_map = { - 'serial_number': {'key': 'serialNumber', 'type': 'str'}, - 'bytes_copied': {'key': 'bytesCopied', 'type': 'long'}, - 'percent_complete': {'key': 'percentComplete', 'type': 'int'}, - 'status': {'key': 'status', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(DataBoxDiskCopyProgress, self).__init__(**kwargs) - self.serial_number = None - self.bytes_copied = None - self.percent_complete = None - self.status = None - - -class JobDetails(msrest.serialization.Model): - """Job details. - - You probably want to use the sub-classes and not this class directly. Known - sub-classes are: DataBoxJobDetails, DataBoxDiskJobDetails, DataBoxHeavyJobDetails. - - 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 expected_data_size_in_terabytes: The expected size of the data, which needs to be - transferred in this job, in terabytes. - :type expected_data_size_in_terabytes: int - :ivar job_stages: List of stages that run in the job. - :vartype job_stages: list[~azure.mgmt.databox.models.JobStages] - :param contact_details: Required. Contact details for notification and shipping. - :type contact_details: ~azure.mgmt.databox.models.ContactDetails - :param shipping_address: Required. Shipping address of the customer. - :type shipping_address: ~azure.mgmt.databox.models.ShippingAddress - :ivar delivery_package: Delivery package shipping details. - :vartype delivery_package: ~azure.mgmt.databox.models.PackageShippingDetails - :ivar return_package: Return package shipping details. - :vartype return_package: ~azure.mgmt.databox.models.PackageShippingDetails - :param destination_account_details: Required. Destination account details. - :type destination_account_details: list[~azure.mgmt.databox.models.DestinationAccountDetails] - :ivar error_details: Error details for failure. This is optional. - :vartype error_details: list[~azure.mgmt.databox.models.JobErrorDetails] - :param job_details_type: Required. Indicates the type of job details.Constant filled by server. - Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type job_details_type: str or ~azure.mgmt.databox.models.ClassDiscriminator - :param preferences: Preferences for the order. - :type preferences: ~azure.mgmt.databox.models.Preferences - :ivar copy_log_details: List of copy log details. - :vartype copy_log_details: list[~azure.mgmt.databox.models.CopyLogDetails] - :ivar reverse_shipment_label_sas_key: Shared access key to download the return shipment label. - :vartype reverse_shipment_label_sas_key: str - :ivar chain_of_custody_sas_key: Shared access key to download the chain of custody logs. - :vartype chain_of_custody_sas_key: str - """ - - _validation = { - 'job_stages': {'readonly': True}, - 'contact_details': {'required': True}, - 'shipping_address': {'required': True}, - 'delivery_package': {'readonly': True}, - 'return_package': {'readonly': True}, - 'destination_account_details': {'required': True}, - 'error_details': {'readonly': True}, - 'job_details_type': {'required': True}, - 'copy_log_details': {'readonly': True}, - 'reverse_shipment_label_sas_key': {'readonly': True}, - 'chain_of_custody_sas_key': {'readonly': True}, - } - - _attribute_map = { - 'expected_data_size_in_terabytes': {'key': 'expectedDataSizeInTerabytes', 'type': 'int'}, - 'job_stages': {'key': 'jobStages', 'type': '[JobStages]'}, - 'contact_details': {'key': 'contactDetails', 'type': 'ContactDetails'}, - 'shipping_address': {'key': 'shippingAddress', 'type': 'ShippingAddress'}, - 'delivery_package': {'key': 'deliveryPackage', 'type': 'PackageShippingDetails'}, - 'return_package': {'key': 'returnPackage', 'type': 'PackageShippingDetails'}, - 'destination_account_details': {'key': 'destinationAccountDetails', 'type': '[DestinationAccountDetails]'}, - 'error_details': {'key': 'errorDetails', 'type': '[JobErrorDetails]'}, - 'job_details_type': {'key': 'jobDetailsType', 'type': 'str'}, - 'preferences': {'key': 'preferences', 'type': 'Preferences'}, - 'copy_log_details': {'key': 'copyLogDetails', 'type': '[CopyLogDetails]'}, - 'reverse_shipment_label_sas_key': {'key': 'reverseShipmentLabelSasKey', 'type': 'str'}, - 'chain_of_custody_sas_key': {'key': 'chainOfCustodySasKey', 'type': 'str'}, - } - - _subtype_map = { - 'job_details_type': {'DataBox': 'DataBoxJobDetails', 'DataBoxDisk': 'DataBoxDiskJobDetails', 'DataBoxHeavy': 'DataBoxHeavyJobDetails'} - } - - def __init__( - self, - **kwargs - ): - super(JobDetails, self).__init__(**kwargs) - self.expected_data_size_in_terabytes = kwargs.get('expected_data_size_in_terabytes', None) - self.job_stages = None - self.contact_details = kwargs['contact_details'] - self.shipping_address = kwargs['shipping_address'] - self.delivery_package = None - self.return_package = None - self.destination_account_details = kwargs['destination_account_details'] - self.error_details = None - self.job_details_type = None # type: Optional[str] - self.preferences = kwargs.get('preferences', None) - self.copy_log_details = None - self.reverse_shipment_label_sas_key = None - self.chain_of_custody_sas_key = None - - -class DataBoxDiskJobDetails(JobDetails): - """DataBox Disk Job Details. - - 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 expected_data_size_in_terabytes: The expected size of the data, which needs to be - transferred in this job, in terabytes. - :type expected_data_size_in_terabytes: int - :ivar job_stages: List of stages that run in the job. - :vartype job_stages: list[~azure.mgmt.databox.models.JobStages] - :param contact_details: Required. Contact details for notification and shipping. - :type contact_details: ~azure.mgmt.databox.models.ContactDetails - :param shipping_address: Required. Shipping address of the customer. - :type shipping_address: ~azure.mgmt.databox.models.ShippingAddress - :ivar delivery_package: Delivery package shipping details. - :vartype delivery_package: ~azure.mgmt.databox.models.PackageShippingDetails - :ivar return_package: Return package shipping details. - :vartype return_package: ~azure.mgmt.databox.models.PackageShippingDetails - :param destination_account_details: Required. Destination account details. - :type destination_account_details: list[~azure.mgmt.databox.models.DestinationAccountDetails] - :ivar error_details: Error details for failure. This is optional. - :vartype error_details: list[~azure.mgmt.databox.models.JobErrorDetails] - :param job_details_type: Required. Indicates the type of job details.Constant filled by server. - Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type job_details_type: str or ~azure.mgmt.databox.models.ClassDiscriminator - :param preferences: Preferences for the order. - :type preferences: ~azure.mgmt.databox.models.Preferences - :ivar copy_log_details: List of copy log details. - :vartype copy_log_details: list[~azure.mgmt.databox.models.CopyLogDetails] - :ivar reverse_shipment_label_sas_key: Shared access key to download the return shipment label. - :vartype reverse_shipment_label_sas_key: str - :ivar chain_of_custody_sas_key: Shared access key to download the chain of custody logs. - :vartype chain_of_custody_sas_key: str - :param preferred_disks: User preference on what size disks are needed for the job. The map is - from the disk size in TB to the count. Eg. {2,5} means 5 disks of 2 TB size. Key is string but - will be checked against an int. - :type preferred_disks: dict[str, int] - :ivar copy_progress: Copy progress per disk. - :vartype copy_progress: list[~azure.mgmt.databox.models.DataBoxDiskCopyProgress] - :ivar disks_and_size_details: Contains the map of disk serial number to the disk size being - used for the job. Is returned only after the disks are shipped to the customer. - :vartype disks_and_size_details: dict[str, int] - :param passkey: User entered passkey for DataBox Disk job. - :type passkey: str - """ - - _validation = { - 'job_stages': {'readonly': True}, - 'contact_details': {'required': True}, - 'shipping_address': {'required': True}, - 'delivery_package': {'readonly': True}, - 'return_package': {'readonly': True}, - 'destination_account_details': {'required': True}, - 'error_details': {'readonly': True}, - 'job_details_type': {'required': True}, - 'copy_log_details': {'readonly': True}, - 'reverse_shipment_label_sas_key': {'readonly': True}, - 'chain_of_custody_sas_key': {'readonly': True}, - 'copy_progress': {'readonly': True}, - 'disks_and_size_details': {'readonly': True}, - } - - _attribute_map = { - 'expected_data_size_in_terabytes': {'key': 'expectedDataSizeInTerabytes', 'type': 'int'}, - 'job_stages': {'key': 'jobStages', 'type': '[JobStages]'}, - 'contact_details': {'key': 'contactDetails', 'type': 'ContactDetails'}, - 'shipping_address': {'key': 'shippingAddress', 'type': 'ShippingAddress'}, - 'delivery_package': {'key': 'deliveryPackage', 'type': 'PackageShippingDetails'}, - 'return_package': {'key': 'returnPackage', 'type': 'PackageShippingDetails'}, - 'destination_account_details': {'key': 'destinationAccountDetails', 'type': '[DestinationAccountDetails]'}, - 'error_details': {'key': 'errorDetails', 'type': '[JobErrorDetails]'}, - 'job_details_type': {'key': 'jobDetailsType', 'type': 'str'}, - 'preferences': {'key': 'preferences', 'type': 'Preferences'}, - 'copy_log_details': {'key': 'copyLogDetails', 'type': '[CopyLogDetails]'}, - 'reverse_shipment_label_sas_key': {'key': 'reverseShipmentLabelSasKey', 'type': 'str'}, - 'chain_of_custody_sas_key': {'key': 'chainOfCustodySasKey', 'type': 'str'}, - 'preferred_disks': {'key': 'preferredDisks', 'type': '{int}'}, - 'copy_progress': {'key': 'copyProgress', 'type': '[DataBoxDiskCopyProgress]'}, - 'disks_and_size_details': {'key': 'disksAndSizeDetails', 'type': '{int}'}, - 'passkey': {'key': 'passkey', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(DataBoxDiskJobDetails, self).__init__(**kwargs) - self.job_details_type = 'DataBoxDisk' # type: str - self.preferred_disks = kwargs.get('preferred_disks', None) - self.copy_progress = None - self.disks_and_size_details = None - self.passkey = kwargs.get('passkey', None) - - -class JobSecrets(msrest.serialization.Model): - """The base class for the secrets. - - You probably want to use the sub-classes and not this class directly. Known - sub-classes are: DataboxJobSecrets, DataBoxDiskJobSecrets, DataBoxHeavyJobSecrets. - - All required parameters must be populated in order to send to Azure. - - :param job_secrets_type: Required. Used to indicate what type of job secrets object.Constant - filled by server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type job_secrets_type: str or ~azure.mgmt.databox.models.ClassDiscriminator - :param dc_access_security_code: Dc Access Security Code for Customer Managed Shipping. - :type dc_access_security_code: ~azure.mgmt.databox.models.DcAccessSecurityCode - """ - - _validation = { - 'job_secrets_type': {'required': True}, - } - - _attribute_map = { - 'job_secrets_type': {'key': 'jobSecretsType', 'type': 'str'}, - 'dc_access_security_code': {'key': 'dcAccessSecurityCode', 'type': 'DcAccessSecurityCode'}, - } - - _subtype_map = { - 'job_secrets_type': {'DataBox': 'DataboxJobSecrets', 'DataBoxDisk': 'DataBoxDiskJobSecrets', 'DataBoxHeavy': 'DataBoxHeavyJobSecrets'} - } - - def __init__( - self, - **kwargs - ): - super(JobSecrets, self).__init__(**kwargs) - self.job_secrets_type = None # type: Optional[str] - self.dc_access_security_code = kwargs.get('dc_access_security_code', None) - - -class DataBoxDiskJobSecrets(JobSecrets): - """The secrets related to disk job. - - 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 job_secrets_type: Required. Used to indicate what type of job secrets object.Constant - filled by server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type job_secrets_type: str or ~azure.mgmt.databox.models.ClassDiscriminator - :param dc_access_security_code: Dc Access Security Code for Customer Managed Shipping. - :type dc_access_security_code: ~azure.mgmt.databox.models.DcAccessSecurityCode - :ivar disk_secrets: Contains the list of secrets object for that device. - :vartype disk_secrets: list[~azure.mgmt.databox.models.DiskSecret] - :ivar pass_key: PassKey for the disk Job. - :vartype pass_key: str - :ivar is_passkey_user_defined: Whether passkey was provided by user. - :vartype is_passkey_user_defined: bool - """ - - _validation = { - 'job_secrets_type': {'required': True}, - 'disk_secrets': {'readonly': True}, - 'pass_key': {'readonly': True}, - 'is_passkey_user_defined': {'readonly': True}, - } - - _attribute_map = { - 'job_secrets_type': {'key': 'jobSecretsType', 'type': 'str'}, - 'dc_access_security_code': {'key': 'dcAccessSecurityCode', 'type': 'DcAccessSecurityCode'}, - 'disk_secrets': {'key': 'diskSecrets', 'type': '[DiskSecret]'}, - 'pass_key': {'key': 'passKey', 'type': 'str'}, - 'is_passkey_user_defined': {'key': 'isPasskeyUserDefined', 'type': 'bool'}, - } - - def __init__( - self, - **kwargs - ): - super(DataBoxDiskJobSecrets, self).__init__(**kwargs) - self.job_secrets_type = 'DataBoxDisk' # type: str - self.disk_secrets = None - self.pass_key = None - self.is_passkey_user_defined = None - - -class DataBoxHeavyAccountCopyLogDetails(CopyLogDetails): - """Copy log details for a storage account for Databox heavy. - - 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 copy_log_details_type: Required. Indicates the type of job details.Constant filled by - server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type copy_log_details_type: str or ~azure.mgmt.databox.models.ClassDiscriminator - :ivar account_name: Destination account name. - :vartype account_name: str - :ivar copy_log_link: Link for copy logs. - :vartype copy_log_link: list[str] - """ - - _validation = { - 'copy_log_details_type': {'required': True}, - 'account_name': {'readonly': True}, - 'copy_log_link': {'readonly': True}, - } - - _attribute_map = { - 'copy_log_details_type': {'key': 'copyLogDetailsType', 'type': 'str'}, - 'account_name': {'key': 'accountName', 'type': 'str'}, - 'copy_log_link': {'key': 'copyLogLink', 'type': '[str]'}, - } - - def __init__( - self, - **kwargs - ): - super(DataBoxHeavyAccountCopyLogDetails, self).__init__(**kwargs) - self.copy_log_details_type = 'DataBoxHeavy' # type: str - self.account_name = None - self.copy_log_link = None - - -class DataBoxHeavyJobDetails(JobDetails): - """Databox Heavy Device Job Details. - - 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 expected_data_size_in_terabytes: The expected size of the data, which needs to be - transferred in this job, in terabytes. - :type expected_data_size_in_terabytes: int - :ivar job_stages: List of stages that run in the job. - :vartype job_stages: list[~azure.mgmt.databox.models.JobStages] - :param contact_details: Required. Contact details for notification and shipping. - :type contact_details: ~azure.mgmt.databox.models.ContactDetails - :param shipping_address: Required. Shipping address of the customer. - :type shipping_address: ~azure.mgmt.databox.models.ShippingAddress - :ivar delivery_package: Delivery package shipping details. - :vartype delivery_package: ~azure.mgmt.databox.models.PackageShippingDetails - :ivar return_package: Return package shipping details. - :vartype return_package: ~azure.mgmt.databox.models.PackageShippingDetails - :param destination_account_details: Required. Destination account details. - :type destination_account_details: list[~azure.mgmt.databox.models.DestinationAccountDetails] - :ivar error_details: Error details for failure. This is optional. - :vartype error_details: list[~azure.mgmt.databox.models.JobErrorDetails] - :param job_details_type: Required. Indicates the type of job details.Constant filled by server. - Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type job_details_type: str or ~azure.mgmt.databox.models.ClassDiscriminator - :param preferences: Preferences for the order. - :type preferences: ~azure.mgmt.databox.models.Preferences - :ivar copy_log_details: List of copy log details. - :vartype copy_log_details: list[~azure.mgmt.databox.models.CopyLogDetails] - :ivar reverse_shipment_label_sas_key: Shared access key to download the return shipment label. - :vartype reverse_shipment_label_sas_key: str - :ivar chain_of_custody_sas_key: Shared access key to download the chain of custody logs. - :vartype chain_of_custody_sas_key: str - :ivar copy_progress: Copy progress per account. - :vartype copy_progress: list[~azure.mgmt.databox.models.CopyProgress] - :param device_password: Set Device password for unlocking Databox Heavy. - :type device_password: str - """ - - _validation = { - 'job_stages': {'readonly': True}, - 'contact_details': {'required': True}, - 'shipping_address': {'required': True}, - 'delivery_package': {'readonly': True}, - 'return_package': {'readonly': True}, - 'destination_account_details': {'required': True}, - 'error_details': {'readonly': True}, - 'job_details_type': {'required': True}, - 'copy_log_details': {'readonly': True}, - 'reverse_shipment_label_sas_key': {'readonly': True}, - 'chain_of_custody_sas_key': {'readonly': True}, - 'copy_progress': {'readonly': True}, - } - - _attribute_map = { - 'expected_data_size_in_terabytes': {'key': 'expectedDataSizeInTerabytes', 'type': 'int'}, - 'job_stages': {'key': 'jobStages', 'type': '[JobStages]'}, - 'contact_details': {'key': 'contactDetails', 'type': 'ContactDetails'}, - 'shipping_address': {'key': 'shippingAddress', 'type': 'ShippingAddress'}, - 'delivery_package': {'key': 'deliveryPackage', 'type': 'PackageShippingDetails'}, - 'return_package': {'key': 'returnPackage', 'type': 'PackageShippingDetails'}, - 'destination_account_details': {'key': 'destinationAccountDetails', 'type': '[DestinationAccountDetails]'}, - 'error_details': {'key': 'errorDetails', 'type': '[JobErrorDetails]'}, - 'job_details_type': {'key': 'jobDetailsType', 'type': 'str'}, - 'preferences': {'key': 'preferences', 'type': 'Preferences'}, - 'copy_log_details': {'key': 'copyLogDetails', 'type': '[CopyLogDetails]'}, - 'reverse_shipment_label_sas_key': {'key': 'reverseShipmentLabelSasKey', 'type': 'str'}, - 'chain_of_custody_sas_key': {'key': 'chainOfCustodySasKey', 'type': 'str'}, - 'copy_progress': {'key': 'copyProgress', 'type': '[CopyProgress]'}, - 'device_password': {'key': 'devicePassword', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(DataBoxHeavyJobDetails, self).__init__(**kwargs) - self.job_details_type = 'DataBoxHeavy' # type: str - self.copy_progress = None - self.device_password = kwargs.get('device_password', None) - - -class DataBoxHeavyJobSecrets(JobSecrets): - """The secrets related to a databox heavy job. - - 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 job_secrets_type: Required. Used to indicate what type of job secrets object.Constant - filled by server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type job_secrets_type: str or ~azure.mgmt.databox.models.ClassDiscriminator - :param dc_access_security_code: Dc Access Security Code for Customer Managed Shipping. - :type dc_access_security_code: ~azure.mgmt.databox.models.DcAccessSecurityCode - :ivar cabinet_pod_secrets: Contains the list of secret objects for a databox heavy job. - :vartype cabinet_pod_secrets: list[~azure.mgmt.databox.models.DataBoxHeavySecret] - """ - - _validation = { - 'job_secrets_type': {'required': True}, - 'cabinet_pod_secrets': {'readonly': True}, - } - - _attribute_map = { - 'job_secrets_type': {'key': 'jobSecretsType', 'type': 'str'}, - 'dc_access_security_code': {'key': 'dcAccessSecurityCode', 'type': 'DcAccessSecurityCode'}, - 'cabinet_pod_secrets': {'key': 'cabinetPodSecrets', 'type': '[DataBoxHeavySecret]'}, - } - - def __init__( - self, - **kwargs - ): - super(DataBoxHeavyJobSecrets, self).__init__(**kwargs) - self.job_secrets_type = 'DataBoxHeavy' # type: str - self.cabinet_pod_secrets = None - - -class DataBoxHeavySecret(msrest.serialization.Model): - """The secrets related to a databox heavy. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar device_serial_number: Serial number of the assigned device. - :vartype device_serial_number: str - :ivar device_password: Password for out of the box experience on device. - :vartype device_password: str - :ivar network_configurations: Network configuration of the appliance. - :vartype network_configurations: list[~azure.mgmt.databox.models.ApplianceNetworkConfiguration] - :ivar encoded_validation_cert_pub_key: The base 64 encoded public key to authenticate with the - device. - :vartype encoded_validation_cert_pub_key: str - :ivar account_credential_details: Per account level access credentials. - :vartype account_credential_details: list[~azure.mgmt.databox.models.AccountCredentialDetails] - """ - - _validation = { - 'device_serial_number': {'readonly': True}, - 'device_password': {'readonly': True}, - 'network_configurations': {'readonly': True}, - 'encoded_validation_cert_pub_key': {'readonly': True}, - 'account_credential_details': {'readonly': True}, - } - - _attribute_map = { - 'device_serial_number': {'key': 'deviceSerialNumber', 'type': 'str'}, - 'device_password': {'key': 'devicePassword', 'type': 'str'}, - 'network_configurations': {'key': 'networkConfigurations', 'type': '[ApplianceNetworkConfiguration]'}, - 'encoded_validation_cert_pub_key': {'key': 'encodedValidationCertPubKey', 'type': 'str'}, - 'account_credential_details': {'key': 'accountCredentialDetails', 'type': '[AccountCredentialDetails]'}, - } - - def __init__( - self, - **kwargs - ): - super(DataBoxHeavySecret, self).__init__(**kwargs) - self.device_serial_number = None - self.device_password = None - self.network_configurations = None - self.encoded_validation_cert_pub_key = None - self.account_credential_details = None - - -class DataBoxJobDetails(JobDetails): - """Databox Job Details. - - 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 expected_data_size_in_terabytes: The expected size of the data, which needs to be - transferred in this job, in terabytes. - :type expected_data_size_in_terabytes: int - :ivar job_stages: List of stages that run in the job. - :vartype job_stages: list[~azure.mgmt.databox.models.JobStages] - :param contact_details: Required. Contact details for notification and shipping. - :type contact_details: ~azure.mgmt.databox.models.ContactDetails - :param shipping_address: Required. Shipping address of the customer. - :type shipping_address: ~azure.mgmt.databox.models.ShippingAddress - :ivar delivery_package: Delivery package shipping details. - :vartype delivery_package: ~azure.mgmt.databox.models.PackageShippingDetails - :ivar return_package: Return package shipping details. - :vartype return_package: ~azure.mgmt.databox.models.PackageShippingDetails - :param destination_account_details: Required. Destination account details. - :type destination_account_details: list[~azure.mgmt.databox.models.DestinationAccountDetails] - :ivar error_details: Error details for failure. This is optional. - :vartype error_details: list[~azure.mgmt.databox.models.JobErrorDetails] - :param job_details_type: Required. Indicates the type of job details.Constant filled by server. - Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type job_details_type: str or ~azure.mgmt.databox.models.ClassDiscriminator - :param preferences: Preferences for the order. - :type preferences: ~azure.mgmt.databox.models.Preferences - :ivar copy_log_details: List of copy log details. - :vartype copy_log_details: list[~azure.mgmt.databox.models.CopyLogDetails] - :ivar reverse_shipment_label_sas_key: Shared access key to download the return shipment label. - :vartype reverse_shipment_label_sas_key: str - :ivar chain_of_custody_sas_key: Shared access key to download the chain of custody logs. - :vartype chain_of_custody_sas_key: str - :ivar copy_progress: Copy progress per storage account. - :vartype copy_progress: list[~azure.mgmt.databox.models.CopyProgress] - :param device_password: Set Device password for unlocking Databox. - :type device_password: str - """ - - _validation = { - 'job_stages': {'readonly': True}, - 'contact_details': {'required': True}, - 'shipping_address': {'required': True}, - 'delivery_package': {'readonly': True}, - 'return_package': {'readonly': True}, - 'destination_account_details': {'required': True}, - 'error_details': {'readonly': True}, - 'job_details_type': {'required': True}, - 'copy_log_details': {'readonly': True}, - 'reverse_shipment_label_sas_key': {'readonly': True}, - 'chain_of_custody_sas_key': {'readonly': True}, - 'copy_progress': {'readonly': True}, - } - - _attribute_map = { - 'expected_data_size_in_terabytes': {'key': 'expectedDataSizeInTerabytes', 'type': 'int'}, - 'job_stages': {'key': 'jobStages', 'type': '[JobStages]'}, - 'contact_details': {'key': 'contactDetails', 'type': 'ContactDetails'}, - 'shipping_address': {'key': 'shippingAddress', 'type': 'ShippingAddress'}, - 'delivery_package': {'key': 'deliveryPackage', 'type': 'PackageShippingDetails'}, - 'return_package': {'key': 'returnPackage', 'type': 'PackageShippingDetails'}, - 'destination_account_details': {'key': 'destinationAccountDetails', 'type': '[DestinationAccountDetails]'}, - 'error_details': {'key': 'errorDetails', 'type': '[JobErrorDetails]'}, - 'job_details_type': {'key': 'jobDetailsType', 'type': 'str'}, - 'preferences': {'key': 'preferences', 'type': 'Preferences'}, - 'copy_log_details': {'key': 'copyLogDetails', 'type': '[CopyLogDetails]'}, - 'reverse_shipment_label_sas_key': {'key': 'reverseShipmentLabelSasKey', 'type': 'str'}, - 'chain_of_custody_sas_key': {'key': 'chainOfCustodySasKey', 'type': 'str'}, - 'copy_progress': {'key': 'copyProgress', 'type': '[CopyProgress]'}, - 'device_password': {'key': 'devicePassword', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(DataBoxJobDetails, self).__init__(**kwargs) - self.job_details_type = 'DataBox' # type: str - self.copy_progress = None - self.device_password = kwargs.get('device_password', None) - - -class DataboxJobSecrets(JobSecrets): - """The secrets related to a databox job. - - All required parameters must be populated in order to send to Azure. - - :param job_secrets_type: Required. Used to indicate what type of job secrets object.Constant - filled by server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type job_secrets_type: str or ~azure.mgmt.databox.models.ClassDiscriminator - :param dc_access_security_code: Dc Access Security Code for Customer Managed Shipping. - :type dc_access_security_code: ~azure.mgmt.databox.models.DcAccessSecurityCode - :param pod_secrets: Contains the list of secret objects for a job. - :type pod_secrets: list[~azure.mgmt.databox.models.DataBoxSecret] - """ - - _validation = { - 'job_secrets_type': {'required': True}, - } - - _attribute_map = { - 'job_secrets_type': {'key': 'jobSecretsType', 'type': 'str'}, - 'dc_access_security_code': {'key': 'dcAccessSecurityCode', 'type': 'DcAccessSecurityCode'}, - 'pod_secrets': {'key': 'podSecrets', 'type': '[DataBoxSecret]'}, - } - - def __init__( - self, - **kwargs - ): - super(DataboxJobSecrets, self).__init__(**kwargs) - self.job_secrets_type = 'DataBox' # type: str - self.pod_secrets = kwargs.get('pod_secrets', None) - - -class ScheduleAvailabilityRequest(msrest.serialization.Model): - """Request body to get the availability for scheduling orders. - - You probably want to use the sub-classes and not this class directly. Known - sub-classes are: DataBoxScheduleAvailabilityRequest, DiskScheduleAvailabilityRequest, HeavyScheduleAvailabilityRequest. - - All required parameters must be populated in order to send to Azure. - - :param storage_location: Required. Location for data transfer. - For locations check: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api- - version=2018-01-01. - :type storage_location: str - :param sku_name: Required. Sku Name for which the order is to be scheduled.Constant filled by - server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type sku_name: str or ~azure.mgmt.databox.models.SkuName - """ - - _validation = { - 'storage_location': {'required': True}, - 'sku_name': {'required': True}, - } - - _attribute_map = { - 'storage_location': {'key': 'storageLocation', 'type': 'str'}, - 'sku_name': {'key': 'skuName', 'type': 'str'}, - } - - _subtype_map = { - 'sku_name': {'DataBox': 'DataBoxScheduleAvailabilityRequest', 'DataBoxDisk': 'DiskScheduleAvailabilityRequest', 'DataBoxHeavy': 'HeavyScheduleAvailabilityRequest'} - } - - def __init__( - self, - **kwargs - ): - super(ScheduleAvailabilityRequest, self).__init__(**kwargs) - self.storage_location = kwargs['storage_location'] - self.sku_name = None # type: Optional[str] - - -class DataBoxScheduleAvailabilityRequest(ScheduleAvailabilityRequest): - """Request body to get the availability for scheduling data box orders orders. - - All required parameters must be populated in order to send to Azure. - - :param storage_location: Required. Location for data transfer. - For locations check: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api- - version=2018-01-01. - :type storage_location: str - :param sku_name: Required. Sku Name for which the order is to be scheduled.Constant filled by - server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type sku_name: str or ~azure.mgmt.databox.models.SkuName - """ - - _validation = { - 'storage_location': {'required': True}, - 'sku_name': {'required': True}, - } - - _attribute_map = { - 'storage_location': {'key': 'storageLocation', 'type': 'str'}, - 'sku_name': {'key': 'skuName', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(DataBoxScheduleAvailabilityRequest, self).__init__(**kwargs) - self.sku_name = 'DataBox' # type: str - - -class DataBoxSecret(msrest.serialization.Model): - """The secrets related to a DataBox. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar device_serial_number: Serial number of the assigned device. - :vartype device_serial_number: str - :ivar device_password: Password for out of the box experience on device. - :vartype device_password: str - :ivar network_configurations: Network configuration of the appliance. - :vartype network_configurations: list[~azure.mgmt.databox.models.ApplianceNetworkConfiguration] - :ivar encoded_validation_cert_pub_key: The base 64 encoded public key to authenticate with the - device. - :vartype encoded_validation_cert_pub_key: str - :ivar account_credential_details: Per account level access credentials. - :vartype account_credential_details: list[~azure.mgmt.databox.models.AccountCredentialDetails] - """ - - _validation = { - 'device_serial_number': {'readonly': True}, - 'device_password': {'readonly': True}, - 'network_configurations': {'readonly': True}, - 'encoded_validation_cert_pub_key': {'readonly': True}, - 'account_credential_details': {'readonly': True}, - } - - _attribute_map = { - 'device_serial_number': {'key': 'deviceSerialNumber', 'type': 'str'}, - 'device_password': {'key': 'devicePassword', 'type': 'str'}, - 'network_configurations': {'key': 'networkConfigurations', 'type': '[ApplianceNetworkConfiguration]'}, - 'encoded_validation_cert_pub_key': {'key': 'encodedValidationCertPubKey', 'type': 'str'}, - 'account_credential_details': {'key': 'accountCredentialDetails', 'type': '[AccountCredentialDetails]'}, - } - - def __init__( - self, - **kwargs - ): - super(DataBoxSecret, self).__init__(**kwargs) - self.device_serial_number = None - self.device_password = None - self.network_configurations = None - self.encoded_validation_cert_pub_key = None - self.account_credential_details = None - - -class DataDestinationDetailsValidationRequest(ValidationInputRequest): - """Request to validate data destination details. - - All required parameters must be populated in order to send to Azure. - - :param validation_type: Required. Identifies the type of validation request.Constant filled by - server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - :param destination_account_details: Required. Destination account details list. - :type destination_account_details: list[~azure.mgmt.databox.models.DestinationAccountDetails] - :param location: Required. Location of stamp or geo. - :type location: str - """ - - _validation = { - 'validation_type': {'required': True}, - 'destination_account_details': {'required': True}, - 'location': {'required': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'validationType', 'type': 'str'}, - 'destination_account_details': {'key': 'destinationAccountDetails', 'type': '[DestinationAccountDetails]'}, - 'location': {'key': 'location', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(DataDestinationDetailsValidationRequest, self).__init__(**kwargs) - self.validation_type = 'ValidateDataDestinationDetails' # type: str - self.destination_account_details = kwargs['destination_account_details'] - self.location = kwargs['location'] - - -class DataDestinationDetailsValidationResponseProperties(ValidationInputResponse): - """Properties of data destination details validation response. - - 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 validation_type: Required. Identifies the type of validation response.Constant filled by - server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - :ivar error: Error code and message of validation response. - :vartype error: ~azure.mgmt.databox.models.Error - :ivar status: Data destination details validation status. Possible values include: "Valid", - "Invalid", "Skipped". - :vartype status: str or ~azure.mgmt.databox.models.ValidationStatus - """ - - _validation = { - 'validation_type': {'required': True}, - 'error': {'readonly': True}, - 'status': {'readonly': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'validationType', 'type': 'str'}, - 'error': {'key': 'error', 'type': 'Error'}, - 'status': {'key': 'status', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(DataDestinationDetailsValidationResponseProperties, self).__init__(**kwargs) - self.validation_type = 'ValidateDataDestinationDetails' # type: str - self.status = None - - -class DcAccessSecurityCode(msrest.serialization.Model): - """Dc Access Security code for device. - - :param forward_dc_access_code: Dc Access Code for dispatching from DC. - :type forward_dc_access_code: str - :param reverse_dc_access_code: Dc Access code for dropping off at DC. - :type reverse_dc_access_code: str - """ - - _attribute_map = { - 'forward_dc_access_code': {'key': 'forwardDcAccessCode', 'type': 'str'}, - 'reverse_dc_access_code': {'key': 'reverseDcAccessCode', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(DcAccessSecurityCode, self).__init__(**kwargs) - self.forward_dc_access_code = kwargs.get('forward_dc_access_code', None) - self.reverse_dc_access_code = kwargs.get('reverse_dc_access_code', None) - - -class DestinationAccountDetails(msrest.serialization.Model): - """Details of the destination storage accounts. - - You probably want to use the sub-classes and not this class directly. Known - sub-classes are: DestinationManagedDiskDetails, DestinationStorageAccountDetails. - - All required parameters must be populated in order to send to Azure. - - :param data_destination_type: Required. Data Destination Type.Constant filled by server. - Possible values include: "StorageAccount", "ManagedDisk". - :type data_destination_type: str or ~azure.mgmt.databox.models.DataDestinationType - :param account_id: Arm Id of the destination where the data has to be moved. - :type account_id: str - :param share_password: Share password to be shared by all shares in SA. - :type share_password: str - """ - - _validation = { - 'data_destination_type': {'required': True}, - } - - _attribute_map = { - 'data_destination_type': {'key': 'dataDestinationType', 'type': 'str'}, - 'account_id': {'key': 'accountId', 'type': 'str'}, - 'share_password': {'key': 'sharePassword', 'type': 'str'}, - } - - _subtype_map = { - 'data_destination_type': {'ManagedDisk': 'DestinationManagedDiskDetails', 'StorageAccount': 'DestinationStorageAccountDetails'} - } - - def __init__( - self, - **kwargs - ): - super(DestinationAccountDetails, self).__init__(**kwargs) - self.data_destination_type = None # type: Optional[str] - self.account_id = kwargs.get('account_id', None) - self.share_password = kwargs.get('share_password', None) - - -class DestinationManagedDiskDetails(DestinationAccountDetails): - """Details for the destination compute disks. - - All required parameters must be populated in order to send to Azure. - - :param data_destination_type: Required. Data Destination Type.Constant filled by server. - Possible values include: "StorageAccount", "ManagedDisk". - :type data_destination_type: str or ~azure.mgmt.databox.models.DataDestinationType - :param account_id: Arm Id of the destination where the data has to be moved. - :type account_id: str - :param share_password: Share password to be shared by all shares in SA. - :type share_password: str - :param resource_group_id: Required. Destination Resource Group Id where the Compute disks - should be created. - :type resource_group_id: str - :param staging_storage_account_id: Required. Arm Id of the storage account that can be used to - copy the vhd for staging. - :type staging_storage_account_id: str - """ - - _validation = { - 'data_destination_type': {'required': True}, - 'resource_group_id': {'required': True}, - 'staging_storage_account_id': {'required': True}, - } - - _attribute_map = { - 'data_destination_type': {'key': 'dataDestinationType', 'type': 'str'}, - 'account_id': {'key': 'accountId', 'type': 'str'}, - 'share_password': {'key': 'sharePassword', 'type': 'str'}, - 'resource_group_id': {'key': 'resourceGroupId', 'type': 'str'}, - 'staging_storage_account_id': {'key': 'stagingStorageAccountId', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(DestinationManagedDiskDetails, self).__init__(**kwargs) - self.data_destination_type = 'ManagedDisk' # type: str - self.resource_group_id = kwargs['resource_group_id'] - self.staging_storage_account_id = kwargs['staging_storage_account_id'] - - -class DestinationStorageAccountDetails(DestinationAccountDetails): - """Details for the destination storage account. - - All required parameters must be populated in order to send to Azure. - - :param data_destination_type: Required. Data Destination Type.Constant filled by server. - Possible values include: "StorageAccount", "ManagedDisk". - :type data_destination_type: str or ~azure.mgmt.databox.models.DataDestinationType - :param account_id: Arm Id of the destination where the data has to be moved. - :type account_id: str - :param share_password: Share password to be shared by all shares in SA. - :type share_password: str - :param storage_account_id: Required. Destination Storage Account Arm Id. - :type storage_account_id: str - """ - - _validation = { - 'data_destination_type': {'required': True}, - 'storage_account_id': {'required': True}, - } - - _attribute_map = { - 'data_destination_type': {'key': 'dataDestinationType', 'type': 'str'}, - 'account_id': {'key': 'accountId', 'type': 'str'}, - 'share_password': {'key': 'sharePassword', 'type': 'str'}, - 'storage_account_id': {'key': 'storageAccountId', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(DestinationStorageAccountDetails, self).__init__(**kwargs) - self.data_destination_type = 'StorageAccount' # type: str - self.storage_account_id = kwargs['storage_account_id'] - - -class DestinationToServiceLocationMap(msrest.serialization.Model): - """Map of destination location to service location. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar destination_location: Location of the destination. - :vartype destination_location: str - :ivar service_location: Location of the service. - :vartype service_location: str - """ - - _validation = { - 'destination_location': {'readonly': True}, - 'service_location': {'readonly': True}, - } - - _attribute_map = { - 'destination_location': {'key': 'destinationLocation', 'type': 'str'}, - 'service_location': {'key': 'serviceLocation', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(DestinationToServiceLocationMap, self).__init__(**kwargs) - self.destination_location = None - self.service_location = None - - -class DiskScheduleAvailabilityRequest(ScheduleAvailabilityRequest): - """Request body to get the availability for scheduling disk orders. - - All required parameters must be populated in order to send to Azure. - - :param storage_location: Required. Location for data transfer. - For locations check: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api- - version=2018-01-01. - :type storage_location: str - :param sku_name: Required. Sku Name for which the order is to be scheduled.Constant filled by - server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type sku_name: str or ~azure.mgmt.databox.models.SkuName - :param expected_data_size_in_terabytes: Required. The expected size of the data, which needs to - be transferred in this job, in terabytes. - :type expected_data_size_in_terabytes: int - """ - - _validation = { - 'storage_location': {'required': True}, - 'sku_name': {'required': True}, - 'expected_data_size_in_terabytes': {'required': True}, - } - - _attribute_map = { - 'storage_location': {'key': 'storageLocation', 'type': 'str'}, - 'sku_name': {'key': 'skuName', 'type': 'str'}, - 'expected_data_size_in_terabytes': {'key': 'expectedDataSizeInTerabytes', 'type': 'int'}, - } - - def __init__( - self, - **kwargs - ): - super(DiskScheduleAvailabilityRequest, self).__init__(**kwargs) - self.sku_name = 'DataBoxDisk' # type: str - self.expected_data_size_in_terabytes = kwargs['expected_data_size_in_terabytes'] - - -class DiskSecret(msrest.serialization.Model): - """Contains all the secrets of a Disk. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar disk_serial_number: Serial number of the assigned disk. - :vartype disk_serial_number: str - :ivar bit_locker_key: Bit Locker key of the disk which can be used to unlock the disk to copy - data. - :vartype bit_locker_key: str - """ - - _validation = { - 'disk_serial_number': {'readonly': True}, - 'bit_locker_key': {'readonly': True}, - } - - _attribute_map = { - 'disk_serial_number': {'key': 'diskSerialNumber', 'type': 'str'}, - 'bit_locker_key': {'key': 'bitLockerKey', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(DiskSecret, self).__init__(**kwargs) - self.disk_serial_number = None - self.bit_locker_key = None - - -class Error(msrest.serialization.Model): - """Top level error for the job. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar code: Error code that can be used to programmatically identify the error. - :vartype code: str - :ivar message: Describes the error in detail and provides debugging information. - :vartype message: str - """ - - _validation = { - 'code': {'readonly': True}, - 'message': {'readonly': True}, - } - - _attribute_map = { - 'code': {'key': 'code', 'type': 'str'}, - 'message': {'key': 'message', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(Error, self).__init__(**kwargs) - self.code = None - self.message = None - - -class HeavyScheduleAvailabilityRequest(ScheduleAvailabilityRequest): - """Request body to get the availability for scheduling heavy orders. - - All required parameters must be populated in order to send to Azure. - - :param storage_location: Required. Location for data transfer. - For locations check: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api- - version=2018-01-01. - :type storage_location: str - :param sku_name: Required. Sku Name for which the order is to be scheduled.Constant filled by - server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type sku_name: str or ~azure.mgmt.databox.models.SkuName - """ - - _validation = { - 'storage_location': {'required': True}, - 'sku_name': {'required': True}, - } - - _attribute_map = { - 'storage_location': {'key': 'storageLocation', 'type': 'str'}, - 'sku_name': {'key': 'skuName', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(HeavyScheduleAvailabilityRequest, self).__init__(**kwargs) - self.sku_name = 'DataBoxHeavy' # type: str - - -class JobDeliveryInfo(msrest.serialization.Model): - """Additional delivery info. - - :param scheduled_date_time: Scheduled date time. - :type scheduled_date_time: ~datetime.datetime - """ - - _attribute_map = { - 'scheduled_date_time': {'key': 'scheduledDateTime', 'type': 'iso-8601'}, - } - - def __init__( - self, - **kwargs - ): - super(JobDeliveryInfo, self).__init__(**kwargs) - self.scheduled_date_time = kwargs.get('scheduled_date_time', None) - - -class JobErrorDetails(msrest.serialization.Model): - """Job Error Details for providing the information and recommended action. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar error_message: Message for the error. - :vartype error_message: str - :ivar error_code: Code for the error. - :vartype error_code: int - :ivar recommended_action: Recommended action for the error. - :vartype recommended_action: str - :ivar exception_message: Contains the non localized exception message. - :vartype exception_message: str - """ - - _validation = { - 'error_message': {'readonly': True}, - 'error_code': {'readonly': True}, - 'recommended_action': {'readonly': True}, - 'exception_message': {'readonly': True}, - } - - _attribute_map = { - 'error_message': {'key': 'errorMessage', 'type': 'str'}, - 'error_code': {'key': 'errorCode', 'type': 'int'}, - 'recommended_action': {'key': 'recommendedAction', 'type': 'str'}, - 'exception_message': {'key': 'exceptionMessage', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(JobErrorDetails, self).__init__(**kwargs) - self.error_message = None - self.error_code = None - self.recommended_action = None - self.exception_message = None - - -class Resource(msrest.serialization.Model): - """Model of the Resource. - - All required parameters must be populated in order to send to Azure. - - :param location: Required. The location of the resource. This will be one of the supported and - registered Azure Regions (e.g. West US, East US, Southeast Asia, etc.). The region of a - resource cannot be changed once it is created, but if an identical region is specified on - update the request will succeed. - :type location: str - :param tags: A set of tags. The list of key value pairs that describe the resource. These tags - can be used in viewing and grouping this resource (across resource groups). - :type tags: dict[str, str] - :param sku: Required. The sku type. - :type sku: ~azure.mgmt.databox.models.Sku - """ - - _validation = { - 'location': {'required': True}, - 'sku': {'required': True}, - } - - _attribute_map = { - 'location': {'key': 'location', 'type': 'str'}, - 'tags': {'key': 'tags', 'type': '{str}'}, - 'sku': {'key': 'sku', 'type': 'Sku'}, - } - - def __init__( - self, - **kwargs - ): - super(Resource, self).__init__(**kwargs) - self.location = kwargs['location'] - self.tags = kwargs.get('tags', None) - self.sku = kwargs['sku'] - - -class JobResource(Resource): - """Job Resource. - - 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 location: Required. The location of the resource. This will be one of the supported and - registered Azure Regions (e.g. West US, East US, Southeast Asia, etc.). The region of a - resource cannot be changed once it is created, but if an identical region is specified on - update the request will succeed. - :type location: str - :param tags: A set of tags. The list of key value pairs that describe the resource. These tags - can be used in viewing and grouping this resource (across resource groups). - :type tags: dict[str, str] - :param sku: Required. The sku type. - :type sku: ~azure.mgmt.databox.models.Sku - :ivar name: Name of the object. - :vartype name: str - :ivar id: Id of the object. - :vartype id: str - :ivar type: Type of the object. - :vartype type: str - :ivar is_cancellable: Describes whether the job is cancellable or not. - :vartype is_cancellable: bool - :ivar is_deletable: Describes whether the job is deletable or not. - :vartype is_deletable: bool - :ivar is_shipping_address_editable: Describes whether the shipping address is editable or not. - :vartype is_shipping_address_editable: bool - :ivar status: Name of the stage which is in progress. Possible values include: "DeviceOrdered", - "DevicePrepared", "Dispatched", "Delivered", "PickedUp", "AtAzureDC", "DataCopy", "Completed", - "CompletedWithErrors", "Cancelled", "Failed_IssueReportedAtCustomer", - "Failed_IssueDetectedAtAzureDC", "Aborted", "CompletedWithWarnings", - "ReadyToDispatchFromAzureDC", "ReadyToReceiveAtAzureDC". - :vartype status: str or ~azure.mgmt.databox.models.StageName - :ivar start_time: Time at which the job was started in UTC ISO 8601 format. - :vartype start_time: ~datetime.datetime - :ivar error: Top level error for the job. - :vartype error: ~azure.mgmt.databox.models.Error - :param details: Details of a job run. This field will only be sent for expand details filter. - :type details: ~azure.mgmt.databox.models.JobDetails - :ivar cancellation_reason: Reason for cancellation. - :vartype cancellation_reason: str - :param delivery_type: Delivery type of Job. Possible values include: "NonScheduled", - "Scheduled". - :type delivery_type: str or ~azure.mgmt.databox.models.JobDeliveryType - :param delivery_info: Delivery Info of Job. - :type delivery_info: ~azure.mgmt.databox.models.JobDeliveryInfo - :ivar is_cancellable_without_fee: Flag to indicate cancellation of scheduled job. - :vartype is_cancellable_without_fee: bool - """ - - _validation = { - 'location': {'required': True}, - 'sku': {'required': True}, - 'name': {'readonly': True}, - 'id': {'readonly': True}, - 'type': {'readonly': True}, - 'is_cancellable': {'readonly': True}, - 'is_deletable': {'readonly': True}, - 'is_shipping_address_editable': {'readonly': True}, - 'status': {'readonly': True}, - 'start_time': {'readonly': True}, - 'error': {'readonly': True}, - 'cancellation_reason': {'readonly': True}, - 'is_cancellable_without_fee': {'readonly': True}, - } - - _attribute_map = { - 'location': {'key': 'location', 'type': 'str'}, - 'tags': {'key': 'tags', 'type': '{str}'}, - 'sku': {'key': 'sku', 'type': 'Sku'}, - 'name': {'key': 'name', 'type': 'str'}, - 'id': {'key': 'id', 'type': 'str'}, - 'type': {'key': 'type', 'type': 'str'}, - 'is_cancellable': {'key': 'properties.isCancellable', 'type': 'bool'}, - 'is_deletable': {'key': 'properties.isDeletable', 'type': 'bool'}, - 'is_shipping_address_editable': {'key': 'properties.isShippingAddressEditable', 'type': 'bool'}, - 'status': {'key': 'properties.status', 'type': 'str'}, - 'start_time': {'key': 'properties.startTime', 'type': 'iso-8601'}, - 'error': {'key': 'properties.error', 'type': 'Error'}, - 'details': {'key': 'properties.details', 'type': 'JobDetails'}, - 'cancellation_reason': {'key': 'properties.cancellationReason', 'type': 'str'}, - 'delivery_type': {'key': 'properties.deliveryType', 'type': 'str'}, - 'delivery_info': {'key': 'properties.deliveryInfo', 'type': 'JobDeliveryInfo'}, - 'is_cancellable_without_fee': {'key': 'properties.isCancellableWithoutFee', 'type': 'bool'}, - } - - def __init__( - self, - **kwargs - ): - super(JobResource, self).__init__(**kwargs) - self.name = None - self.id = None - self.type = None - self.is_cancellable = None - self.is_deletable = None - self.is_shipping_address_editable = None - self.status = None - self.start_time = None - self.error = None - self.details = kwargs.get('details', None) - self.cancellation_reason = None - self.delivery_type = kwargs.get('delivery_type', None) - self.delivery_info = kwargs.get('delivery_info', None) - self.is_cancellable_without_fee = None - - -class JobResourceList(msrest.serialization.Model): - """Job Resource Collection. - - :param value: List of job resources. - :type value: list[~azure.mgmt.databox.models.JobResource] - :param next_link: Link for the next set of job resources. - :type next_link: str - """ - - _attribute_map = { - 'value': {'key': 'value', 'type': '[JobResource]'}, - 'next_link': {'key': 'nextLink', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(JobResourceList, self).__init__(**kwargs) - self.value = kwargs.get('value', None) - self.next_link = kwargs.get('next_link', None) - - -class JobResourceUpdateParameter(msrest.serialization.Model): - """The JobResourceUpdateParameter. - - :param tags: A set of tags. The list of key value pairs that describe the resource. These tags - can be used in viewing and grouping this resource (across resource groups). - :type tags: dict[str, str] - :param details: Details of a job to be updated. - :type details: ~azure.mgmt.databox.models.UpdateJobDetails - :param destination_account_details: Destination account details. - :type destination_account_details: list[~azure.mgmt.databox.models.DestinationAccountDetails] - """ - - _attribute_map = { - 'tags': {'key': 'tags', 'type': '{str}'}, - 'details': {'key': 'properties.details', 'type': 'UpdateJobDetails'}, - 'destination_account_details': {'key': 'properties.destinationAccountDetails', 'type': '[DestinationAccountDetails]'}, - } - - def __init__( - self, - **kwargs - ): - super(JobResourceUpdateParameter, self).__init__(**kwargs) - self.tags = kwargs.get('tags', None) - self.details = kwargs.get('details', None) - self.destination_account_details = kwargs.get('destination_account_details', None) - - -class JobStages(msrest.serialization.Model): - """Job stages. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar stage_name: Name of the job stage. Possible values include: "DeviceOrdered", - "DevicePrepared", "Dispatched", "Delivered", "PickedUp", "AtAzureDC", "DataCopy", "Completed", - "CompletedWithErrors", "Cancelled", "Failed_IssueReportedAtCustomer", - "Failed_IssueDetectedAtAzureDC", "Aborted", "CompletedWithWarnings", - "ReadyToDispatchFromAzureDC", "ReadyToReceiveAtAzureDC". - :vartype stage_name: str or ~azure.mgmt.databox.models.StageName - :ivar display_name: Display name of the job stage. - :vartype display_name: str - :ivar stage_status: Status of the job stage. Possible values include: "None", "InProgress", - "Succeeded", "Failed", "Cancelled", "Cancelling", "SucceededWithErrors". - :vartype stage_status: str or ~azure.mgmt.databox.models.StageStatus - :ivar stage_time: Time for the job stage in UTC ISO 8601 format. - :vartype stage_time: ~datetime.datetime - :ivar job_stage_details: Job Stage Details. - :vartype job_stage_details: object - :ivar error_details: Error details for the stage. - :vartype error_details: list[~azure.mgmt.databox.models.JobErrorDetails] - """ - - _validation = { - 'stage_name': {'readonly': True}, - 'display_name': {'readonly': True}, - 'stage_status': {'readonly': True}, - 'stage_time': {'readonly': True}, - 'job_stage_details': {'readonly': True}, - 'error_details': {'readonly': True}, - } - - _attribute_map = { - 'stage_name': {'key': 'stageName', 'type': 'str'}, - 'display_name': {'key': 'displayName', 'type': 'str'}, - 'stage_status': {'key': 'stageStatus', 'type': 'str'}, - 'stage_time': {'key': 'stageTime', 'type': 'iso-8601'}, - 'job_stage_details': {'key': 'jobStageDetails', 'type': 'object'}, - 'error_details': {'key': 'errorDetails', 'type': '[JobErrorDetails]'}, - } - - def __init__( - self, - **kwargs - ): - super(JobStages, self).__init__(**kwargs) - self.stage_name = None - self.display_name = None - self.stage_status = None - self.stage_time = None - self.job_stage_details = None - self.error_details = None - - -class NotificationPreference(msrest.serialization.Model): - """Notification preference for a job stage. - - All required parameters must be populated in order to send to Azure. - - :param stage_name: Required. Name of the stage. Possible values include: "DevicePrepared", - "Dispatched", "Delivered", "PickedUp", "AtAzureDC", "DataCopy". - :type stage_name: str or ~azure.mgmt.databox.models.NotificationStageName - :param send_notification: Required. Notification is required or not. - :type send_notification: bool - """ - - _validation = { - 'stage_name': {'required': True}, - 'send_notification': {'required': True}, - } - - _attribute_map = { - 'stage_name': {'key': 'stageName', 'type': 'str'}, - 'send_notification': {'key': 'sendNotification', 'type': 'bool'}, - } - - def __init__( - self, - **kwargs - ): - super(NotificationPreference, self).__init__(**kwargs) - self.stage_name = kwargs['stage_name'] - self.send_notification = kwargs['send_notification'] - - -class Operation(msrest.serialization.Model): - """Operation entity. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar name: Name of the operation. Format: - {resourceProviderNamespace}/{resourceType}/{read|write|delete|action}. - :vartype name: str - :ivar display: Operation display values. - :vartype display: ~azure.mgmt.databox.models.OperationDisplay - :ivar properties: Operation properties. - :vartype properties: object - :ivar origin: Origin of the operation. Can be : user|system|user,system. - :vartype origin: str - """ - - _validation = { - 'name': {'readonly': True}, - 'display': {'readonly': True}, - 'properties': {'readonly': True}, - 'origin': {'readonly': True}, - } - - _attribute_map = { - 'name': {'key': 'name', 'type': 'str'}, - 'display': {'key': 'display', 'type': 'OperationDisplay'}, - 'properties': {'key': 'properties', 'type': 'object'}, - 'origin': {'key': 'origin', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(Operation, self).__init__(**kwargs) - self.name = None - self.display = None - self.properties = None - self.origin = None - - -class OperationDisplay(msrest.serialization.Model): - """Operation display. - - :param provider: Provider name. - :type provider: str - :param resource: Resource name. - :type resource: str - :param operation: Localized name of the operation for display purpose. - :type operation: str - :param description: Localized description of the operation for display purpose. - :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(OperationDisplay, 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 OperationList(msrest.serialization.Model): - """Operation Collection. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar value: List of operations. - :vartype value: list[~azure.mgmt.databox.models.Operation] - :param next_link: Link for the next set of operations. - :type next_link: str - """ - - _validation = { - 'value': {'readonly': True}, - } - - _attribute_map = { - 'value': {'key': 'value', 'type': '[Operation]'}, - 'next_link': {'key': 'nextLink', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(OperationList, self).__init__(**kwargs) - self.value = None - self.next_link = kwargs.get('next_link', None) - - -class PackageShippingDetails(msrest.serialization.Model): - """Shipping details. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar carrier_name: Name of the carrier. - :vartype carrier_name: str - :ivar tracking_id: Tracking Id of shipment. - :vartype tracking_id: str - :ivar tracking_url: Url where shipment can be tracked. - :vartype tracking_url: str - """ - - _validation = { - 'carrier_name': {'readonly': True}, - 'tracking_id': {'readonly': True}, - 'tracking_url': {'readonly': True}, - } - - _attribute_map = { - 'carrier_name': {'key': 'carrierName', 'type': 'str'}, - 'tracking_id': {'key': 'trackingId', 'type': 'str'}, - 'tracking_url': {'key': 'trackingUrl', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(PackageShippingDetails, self).__init__(**kwargs) - self.carrier_name = None - self.tracking_id = None - self.tracking_url = None - - -class Preferences(msrest.serialization.Model): - """Preferences related to the order. - - :param preferred_data_center_region: Preferred Data Center Region. - :type preferred_data_center_region: list[str] - :param transport_preferences: Preferences related to the shipment logistics of the sku. - :type transport_preferences: ~azure.mgmt.databox.models.TransportPreferences - """ - - _attribute_map = { - 'preferred_data_center_region': {'key': 'preferredDataCenterRegion', 'type': '[str]'}, - 'transport_preferences': {'key': 'transportPreferences', 'type': 'TransportPreferences'}, - } - - def __init__( - self, - **kwargs - ): - super(Preferences, self).__init__(**kwargs) - self.preferred_data_center_region = kwargs.get('preferred_data_center_region', None) - self.transport_preferences = kwargs.get('transport_preferences', None) - - -class PreferencesValidationRequest(ValidationInputRequest): - """Request to validate preference of transport and data center. - - All required parameters must be populated in order to send to Azure. - - :param validation_type: Required. Identifies the type of validation request.Constant filled by - server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - :param preference: Preference requested with respect to transport type and data center. - :type preference: ~azure.mgmt.databox.models.Preferences - :param device_type: Required. Device type to be used for the job. Possible values include: - "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type device_type: str or ~azure.mgmt.databox.models.SkuName - """ - - _validation = { - 'validation_type': {'required': True}, - 'device_type': {'required': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'validationType', 'type': 'str'}, - 'preference': {'key': 'preference', 'type': 'Preferences'}, - 'device_type': {'key': 'deviceType', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(PreferencesValidationRequest, self).__init__(**kwargs) - self.validation_type = 'ValidatePreferences' # type: str - self.preference = kwargs.get('preference', None) - self.device_type = kwargs['device_type'] - - -class PreferencesValidationResponseProperties(ValidationInputResponse): - """Properties of data center and transport preference validation response. - - 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 validation_type: Required. Identifies the type of validation response.Constant filled by - server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - :ivar error: Error code and message of validation response. - :vartype error: ~azure.mgmt.databox.models.Error - :ivar status: Validation status of requested data center and transport. Possible values - include: "Valid", "Invalid", "Skipped". - :vartype status: str or ~azure.mgmt.databox.models.ValidationStatus - """ - - _validation = { - 'validation_type': {'required': True}, - 'error': {'readonly': True}, - 'status': {'readonly': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'validationType', 'type': 'str'}, - 'error': {'key': 'error', 'type': 'Error'}, - 'status': {'key': 'status', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(PreferencesValidationResponseProperties, self).__init__(**kwargs) - self.validation_type = 'ValidatePreferences' # type: str - self.status = None - - -class RegionConfigurationRequest(msrest.serialization.Model): - """Request body to get the configuration for the region. - - :param schedule_availability_request: Request body to get the availability for scheduling - orders. - :type schedule_availability_request: ~azure.mgmt.databox.models.ScheduleAvailabilityRequest - :param transport_availability_request: Request body to get the transport availability for given - sku. - :type transport_availability_request: ~azure.mgmt.databox.models.TransportAvailabilityRequest - """ - - _attribute_map = { - 'schedule_availability_request': {'key': 'scheduleAvailabilityRequest', 'type': 'ScheduleAvailabilityRequest'}, - 'transport_availability_request': {'key': 'transportAvailabilityRequest', 'type': 'TransportAvailabilityRequest'}, - } - - def __init__( - self, - **kwargs - ): - super(RegionConfigurationRequest, self).__init__(**kwargs) - self.schedule_availability_request = kwargs.get('schedule_availability_request', None) - self.transport_availability_request = kwargs.get('transport_availability_request', None) - - -class RegionConfigurationResponse(msrest.serialization.Model): - """Configuration response specific to a region. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar schedule_availability_response: Schedule availability for given sku in a region. - :vartype schedule_availability_response: - ~azure.mgmt.databox.models.ScheduleAvailabilityResponse - :ivar transport_availability_response: Transport options available for given sku in a region. - :vartype transport_availability_response: - ~azure.mgmt.databox.models.TransportAvailabilityResponse - """ - - _validation = { - 'schedule_availability_response': {'readonly': True}, - 'transport_availability_response': {'readonly': True}, - } - - _attribute_map = { - 'schedule_availability_response': {'key': 'scheduleAvailabilityResponse', 'type': 'ScheduleAvailabilityResponse'}, - 'transport_availability_response': {'key': 'transportAvailabilityResponse', 'type': 'TransportAvailabilityResponse'}, - } - - def __init__( - self, - **kwargs - ): - super(RegionConfigurationResponse, self).__init__(**kwargs) - self.schedule_availability_response = None - self.transport_availability_response = None - - -class ScheduleAvailabilityResponse(msrest.serialization.Model): - """Schedule availability response for given sku in a region. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar available_dates: List of dates available to schedule. - :vartype available_dates: list[~datetime.datetime] - """ - - _validation = { - 'available_dates': {'readonly': True}, - } - - _attribute_map = { - 'available_dates': {'key': 'availableDates', 'type': '[iso-8601]'}, - } - - def __init__( - self, - **kwargs - ): - super(ScheduleAvailabilityResponse, self).__init__(**kwargs) - self.available_dates = None - - -class ShareCredentialDetails(msrest.serialization.Model): - """Credential details of the shares in account. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar share_name: Name of the share. - :vartype share_name: str - :ivar share_type: Type of the share. Possible values include: "UnknownType", "HCS", - "BlockBlob", "PageBlob", "AzureFile", "ManagedDisk". - :vartype share_type: str or ~azure.mgmt.databox.models.ShareDestinationFormatType - :ivar user_name: User name for the share. - :vartype user_name: str - :ivar password: Password for the share. - :vartype password: str - :ivar supported_access_protocols: Access protocols supported on the device. - :vartype supported_access_protocols: list[str or ~azure.mgmt.databox.models.AccessProtocol] - """ - - _validation = { - 'share_name': {'readonly': True}, - 'share_type': {'readonly': True}, - 'user_name': {'readonly': True}, - 'password': {'readonly': True}, - 'supported_access_protocols': {'readonly': True}, - } - - _attribute_map = { - 'share_name': {'key': 'shareName', 'type': 'str'}, - 'share_type': {'key': 'shareType', 'type': 'str'}, - 'user_name': {'key': 'userName', 'type': 'str'}, - 'password': {'key': 'password', 'type': 'str'}, - 'supported_access_protocols': {'key': 'supportedAccessProtocols', 'type': '[str]'}, - } - - def __init__( - self, - **kwargs - ): - super(ShareCredentialDetails, self).__init__(**kwargs) - self.share_name = None - self.share_type = None - self.user_name = None - self.password = None - self.supported_access_protocols = None - - -class ShipmentPickUpRequest(msrest.serialization.Model): - """Shipment pick up request details. - - All required parameters must be populated in order to send to Azure. - - :param start_time: Required. Minimum date after which the pick up should commence, this must be - in local time of pick up area. - :type start_time: ~datetime.datetime - :param end_time: Required. Maximum date before which the pick up should commence, this must be - in local time of pick up area. - :type end_time: ~datetime.datetime - :param shipment_location: Required. Shipment Location in the pickup place. Eg.front desk. - :type shipment_location: str - """ - - _validation = { - 'start_time': {'required': True}, - 'end_time': {'required': True}, - 'shipment_location': {'required': True}, - } - - _attribute_map = { - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, - 'shipment_location': {'key': 'shipmentLocation', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(ShipmentPickUpRequest, self).__init__(**kwargs) - self.start_time = kwargs['start_time'] - self.end_time = kwargs['end_time'] - self.shipment_location = kwargs['shipment_location'] - - -class ShipmentPickUpResponse(msrest.serialization.Model): - """Shipment pick up response. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar confirmation_number: Confirmation number for the pick up request. - :vartype confirmation_number: str - :ivar ready_by_time: Time by which shipment should be ready for pick up, this is in local time - of pick up area. - :vartype ready_by_time: ~datetime.datetime - """ - - _validation = { - 'confirmation_number': {'readonly': True}, - 'ready_by_time': {'readonly': True}, - } - - _attribute_map = { - 'confirmation_number': {'key': 'confirmationNumber', 'type': 'str'}, - 'ready_by_time': {'key': 'readyByTime', 'type': 'iso-8601'}, - } - - def __init__( - self, - **kwargs - ): - super(ShipmentPickUpResponse, self).__init__(**kwargs) - self.confirmation_number = None - self.ready_by_time = None - - -class ShippingAddress(msrest.serialization.Model): - """Shipping address where customer wishes to receive the device. - - All required parameters must be populated in order to send to Azure. - - :param street_address1: Required. Street Address line 1. - :type street_address1: str - :param street_address2: Street Address line 2. - :type street_address2: str - :param street_address3: Street Address line 3. - :type street_address3: str - :param city: Name of the City. - :type city: str - :param state_or_province: Name of the State or Province. - :type state_or_province: str - :param country: Required. Name of the Country. - :type country: str - :param postal_code: Required. Postal code. - :type postal_code: str - :param zip_extended_code: Extended Zip Code. - :type zip_extended_code: str - :param company_name: Name of the company. - :type company_name: str - :param address_type: Type of address. Possible values include: "None", "Residential", - "Commercial". - :type address_type: str or ~azure.mgmt.databox.models.AddressType - """ - - _validation = { - 'street_address1': {'required': True}, - 'country': {'required': True}, - 'postal_code': {'required': True}, - } - - _attribute_map = { - 'street_address1': {'key': 'streetAddress1', 'type': 'str'}, - 'street_address2': {'key': 'streetAddress2', 'type': 'str'}, - 'street_address3': {'key': 'streetAddress3', 'type': 'str'}, - 'city': {'key': 'city', 'type': 'str'}, - 'state_or_province': {'key': 'stateOrProvince', 'type': 'str'}, - 'country': {'key': 'country', 'type': 'str'}, - 'postal_code': {'key': 'postalCode', 'type': 'str'}, - 'zip_extended_code': {'key': 'zipExtendedCode', 'type': 'str'}, - 'company_name': {'key': 'companyName', 'type': 'str'}, - 'address_type': {'key': 'addressType', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(ShippingAddress, self).__init__(**kwargs) - self.street_address1 = kwargs['street_address1'] - self.street_address2 = kwargs.get('street_address2', None) - self.street_address3 = kwargs.get('street_address3', None) - self.city = kwargs.get('city', None) - self.state_or_province = kwargs.get('state_or_province', None) - self.country = kwargs['country'] - self.postal_code = kwargs['postal_code'] - self.zip_extended_code = kwargs.get('zip_extended_code', None) - self.company_name = kwargs.get('company_name', None) - self.address_type = kwargs.get('address_type', None) - - -class Sku(msrest.serialization.Model): - """The Sku. - - All required parameters must be populated in order to send to Azure. - - :param name: Required. The sku name. Possible values include: "DataBox", "DataBoxDisk", - "DataBoxHeavy". - :type name: str or ~azure.mgmt.databox.models.SkuName - :param display_name: The display name of the sku. - :type display_name: str - :param family: The sku family. - :type family: str - """ - - _validation = { - 'name': {'required': True}, - } - - _attribute_map = { - 'name': {'key': 'name', 'type': 'str'}, - 'display_name': {'key': 'displayName', 'type': 'str'}, - 'family': {'key': 'family', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(Sku, self).__init__(**kwargs) - self.name = kwargs['name'] - self.display_name = kwargs.get('display_name', None) - self.family = kwargs.get('family', None) - - -class SkuAvailabilityValidationRequest(ValidationInputRequest): - """Request to validate sku availability. - - 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 validation_type: Required. Identifies the type of validation request.Constant filled by - server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - :param device_type: Required. Device type to be used for the job. Possible values include: - "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type device_type: str or ~azure.mgmt.databox.models.SkuName - :ivar transfer_type: Required. Type of the transfer. Default value: "ImportToAzure". - :vartype transfer_type: str - :param country: Required. ISO country code. Country for hardware shipment. For codes check: - https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements. - :type country: str - :param location: Required. Location for data transfer. For locations check: - https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01. - :type location: str - """ - - _validation = { - 'validation_type': {'required': True}, - 'device_type': {'required': True}, - 'transfer_type': {'required': True, 'constant': True}, - 'country': {'required': True}, - 'location': {'required': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'validationType', 'type': 'str'}, - 'device_type': {'key': 'deviceType', 'type': 'str'}, - 'transfer_type': {'key': 'transferType', 'type': 'str'}, - 'country': {'key': 'country', 'type': 'str'}, - 'location': {'key': 'location', 'type': 'str'}, - } - - transfer_type = "ImportToAzure" - - def __init__( - self, - **kwargs - ): - super(SkuAvailabilityValidationRequest, self).__init__(**kwargs) - self.validation_type = 'ValidateSkuAvailability' # type: str - self.device_type = kwargs['device_type'] - self.country = kwargs['country'] - self.location = kwargs['location'] - - -class SkuAvailabilityValidationResponseProperties(ValidationInputResponse): - """Properties of sku availability validation response. - - 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 validation_type: Required. Identifies the type of validation response.Constant filled by - server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - :ivar error: Error code and message of validation response. - :vartype error: ~azure.mgmt.databox.models.Error - :ivar status: Sku availability validation status. Possible values include: "Valid", "Invalid", - "Skipped". - :vartype status: str or ~azure.mgmt.databox.models.ValidationStatus - """ - - _validation = { - 'validation_type': {'required': True}, - 'error': {'readonly': True}, - 'status': {'readonly': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'validationType', 'type': 'str'}, - 'error': {'key': 'error', 'type': 'Error'}, - 'status': {'key': 'status', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(SkuAvailabilityValidationResponseProperties, self).__init__(**kwargs) - self.validation_type = 'ValidateSkuAvailability' # type: str - self.status = None - - -class SkuCapacity(msrest.serialization.Model): - """Capacity of the sku. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar usable: Usable capacity in TB. - :vartype usable: str - :ivar maximum: Maximum capacity in TB. - :vartype maximum: str - """ - - _validation = { - 'usable': {'readonly': True}, - 'maximum': {'readonly': True}, - } - - _attribute_map = { - 'usable': {'key': 'usable', 'type': 'str'}, - 'maximum': {'key': 'maximum', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(SkuCapacity, self).__init__(**kwargs) - self.usable = None - self.maximum = None - - -class SkuCost(msrest.serialization.Model): - """Describes metadata for retrieving price info. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar meter_id: Meter id of the Sku. - :vartype meter_id: str - :ivar meter_type: The type of the meter. - :vartype meter_type: str - """ - - _validation = { - 'meter_id': {'readonly': True}, - 'meter_type': {'readonly': True}, - } - - _attribute_map = { - 'meter_id': {'key': 'meterId', 'type': 'str'}, - 'meter_type': {'key': 'meterType', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(SkuCost, self).__init__(**kwargs) - self.meter_id = None - self.meter_type = None - - -class SkuInformation(msrest.serialization.Model): - """Information of the sku. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar sku: The Sku. - :vartype sku: ~azure.mgmt.databox.models.Sku - :ivar enabled: The sku is enabled or not. - :vartype enabled: bool - :ivar destination_to_service_location_map: The map of destination location to service location. - :vartype destination_to_service_location_map: - list[~azure.mgmt.databox.models.DestinationToServiceLocationMap] - :ivar capacity: Capacity of the Sku. - :vartype capacity: ~azure.mgmt.databox.models.SkuCapacity - :ivar costs: Cost of the Sku. - :vartype costs: list[~azure.mgmt.databox.models.SkuCost] - :ivar api_versions: Api versions that support this Sku. - :vartype api_versions: list[str] - :ivar disabled_reason: Reason why the Sku is disabled. Possible values include: "None", - "Country", "Region", "Feature", "OfferType", "NoSubscriptionInfo". - :vartype disabled_reason: str or ~azure.mgmt.databox.models.SkuDisabledReason - :ivar disabled_reason_message: Message for why the Sku is disabled. - :vartype disabled_reason_message: str - :ivar required_feature: Required feature to access the sku. - :vartype required_feature: str - """ - - _validation = { - 'sku': {'readonly': True}, - 'enabled': {'readonly': True}, - 'destination_to_service_location_map': {'readonly': True}, - 'capacity': {'readonly': True}, - 'costs': {'readonly': True}, - 'api_versions': {'readonly': True}, - 'disabled_reason': {'readonly': True}, - 'disabled_reason_message': {'readonly': True}, - 'required_feature': {'readonly': True}, - } - - _attribute_map = { - 'sku': {'key': 'sku', 'type': 'Sku'}, - 'enabled': {'key': 'enabled', 'type': 'bool'}, - 'destination_to_service_location_map': {'key': 'properties.destinationToServiceLocationMap', 'type': '[DestinationToServiceLocationMap]'}, - 'capacity': {'key': 'properties.capacity', 'type': 'SkuCapacity'}, - 'costs': {'key': 'properties.costs', 'type': '[SkuCost]'}, - 'api_versions': {'key': 'properties.apiVersions', 'type': '[str]'}, - 'disabled_reason': {'key': 'properties.disabledReason', 'type': 'str'}, - 'disabled_reason_message': {'key': 'properties.disabledReasonMessage', 'type': 'str'}, - 'required_feature': {'key': 'properties.requiredFeature', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(SkuInformation, self).__init__(**kwargs) - self.sku = None - self.enabled = None - self.destination_to_service_location_map = None - self.capacity = None - self.costs = None - self.api_versions = None - self.disabled_reason = None - self.disabled_reason_message = None - self.required_feature = None - - -class SubscriptionIsAllowedToCreateJobValidationRequest(ValidationInputRequest): - """Request to validate subscription permission to create jobs. - - All required parameters must be populated in order to send to Azure. - - :param validation_type: Required. Identifies the type of validation request.Constant filled by - server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - """ - - _validation = { - 'validation_type': {'required': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'validationType', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(SubscriptionIsAllowedToCreateJobValidationRequest, self).__init__(**kwargs) - self.validation_type = 'ValidateSubscriptionIsAllowedToCreateJob' # type: str - - -class SubscriptionIsAllowedToCreateJobValidationResponseProperties(ValidationInputResponse): - """Properties of subscription permission to create job validation response. - - 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 validation_type: Required. Identifies the type of validation response.Constant filled by - server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - :ivar error: Error code and message of validation response. - :vartype error: ~azure.mgmt.databox.models.Error - :ivar status: Validation status of subscription permission to create job. Possible values - include: "Valid", "Invalid", "Skipped". - :vartype status: str or ~azure.mgmt.databox.models.ValidationStatus - """ - - _validation = { - 'validation_type': {'required': True}, - 'error': {'readonly': True}, - 'status': {'readonly': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'validationType', 'type': 'str'}, - 'error': {'key': 'error', 'type': 'Error'}, - 'status': {'key': 'status', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(SubscriptionIsAllowedToCreateJobValidationResponseProperties, self).__init__(**kwargs) - self.validation_type = 'ValidateSubscriptionIsAllowedToCreateJob' # type: str - self.status = None - - -class TransportAvailabilityDetails(msrest.serialization.Model): - """Transport options availability details for given region. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar shipment_type: Transport Shipment Type supported for given region. Possible values - include: "CustomerManaged", "MicrosoftManaged". - :vartype shipment_type: str or ~azure.mgmt.databox.models.TransportShipmentTypes - """ - - _validation = { - 'shipment_type': {'readonly': True}, - } - - _attribute_map = { - 'shipment_type': {'key': 'shipmentType', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(TransportAvailabilityDetails, self).__init__(**kwargs) - self.shipment_type = None - - -class TransportAvailabilityRequest(msrest.serialization.Model): - """Request body to get the transport availability for given sku. - - :param sku_name: Type of the device. Possible values include: "DataBox", "DataBoxDisk", - "DataBoxHeavy". - :type sku_name: str or ~azure.mgmt.databox.models.SkuName - """ - - _attribute_map = { - 'sku_name': {'key': 'skuName', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(TransportAvailabilityRequest, self).__init__(**kwargs) - self.sku_name = kwargs.get('sku_name', None) - - -class TransportAvailabilityResponse(msrest.serialization.Model): - """Transport options available for given sku in a region. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar transport_availability_details: List of transport availability details for given region. - :vartype transport_availability_details: - list[~azure.mgmt.databox.models.TransportAvailabilityDetails] - """ - - _validation = { - 'transport_availability_details': {'readonly': True}, - } - - _attribute_map = { - 'transport_availability_details': {'key': 'transportAvailabilityDetails', 'type': '[TransportAvailabilityDetails]'}, - } - - def __init__( - self, - **kwargs - ): - super(TransportAvailabilityResponse, self).__init__(**kwargs) - self.transport_availability_details = None - - -class TransportPreferences(msrest.serialization.Model): - """Preferences related to the shipment logistics of the sku. - - All required parameters must be populated in order to send to Azure. - - :param preferred_shipment_type: Required. Indicates Shipment Logistics type that the customer - preferred. Possible values include: "CustomerManaged", "MicrosoftManaged". - :type preferred_shipment_type: str or ~azure.mgmt.databox.models.TransportShipmentTypes - """ - - _validation = { - 'preferred_shipment_type': {'required': True}, - } - - _attribute_map = { - 'preferred_shipment_type': {'key': 'preferredShipmentType', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(TransportPreferences, self).__init__(**kwargs) - self.preferred_shipment_type = kwargs['preferred_shipment_type'] - - -class UnencryptedCredentials(msrest.serialization.Model): - """Unencrypted credentials for accessing device. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar job_name: Name of the job. - :vartype job_name: str - :ivar job_secrets: Secrets related to this job. - :vartype job_secrets: ~azure.mgmt.databox.models.JobSecrets - """ - - _validation = { - 'job_name': {'readonly': True}, - 'job_secrets': {'readonly': True}, - } - - _attribute_map = { - 'job_name': {'key': 'jobName', 'type': 'str'}, - 'job_secrets': {'key': 'jobSecrets', 'type': 'JobSecrets'}, - } - - def __init__( - self, - **kwargs - ): - super(UnencryptedCredentials, self).__init__(**kwargs) - self.job_name = None - self.job_secrets = None - - -class UnencryptedCredentialsList(msrest.serialization.Model): - """List of unencrypted credentials for accessing device. - - :param value: List of unencrypted credentials. - :type value: list[~azure.mgmt.databox.models.UnencryptedCredentials] - :param next_link: Link for the next set of unencrypted credentials. - :type next_link: str - """ - - _attribute_map = { - 'value': {'key': 'value', 'type': '[UnencryptedCredentials]'}, - 'next_link': {'key': 'nextLink', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(UnencryptedCredentialsList, self).__init__(**kwargs) - self.value = kwargs.get('value', None) - self.next_link = kwargs.get('next_link', None) - - -class UpdateJobDetails(msrest.serialization.Model): - """Job details for update. - - :param contact_details: Contact details for notification and shipping. - :type contact_details: ~azure.mgmt.databox.models.ContactDetails - :param shipping_address: Shipping address of the customer. - :type shipping_address: ~azure.mgmt.databox.models.ShippingAddress - """ - - _attribute_map = { - 'contact_details': {'key': 'contactDetails', 'type': 'ContactDetails'}, - 'shipping_address': {'key': 'shippingAddress', 'type': 'ShippingAddress'}, - } - - def __init__( - self, - **kwargs - ): - super(UpdateJobDetails, self).__init__(**kwargs) - self.contact_details = kwargs.get('contact_details', None) - self.shipping_address = kwargs.get('shipping_address', None) - - -class ValidateAddress(ValidationInputRequest): - """The requirements to validate customer address where the device needs to be shipped. - - All required parameters must be populated in order to send to Azure. - - :param validation_type: Required. Identifies the type of validation request.Constant filled by - server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - :param shipping_address: Required. Shipping address of the customer. - :type shipping_address: ~azure.mgmt.databox.models.ShippingAddress - :param device_type: Required. Device type to be used for the job. Possible values include: - "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type device_type: str or ~azure.mgmt.databox.models.SkuName - :param transport_preferences: Preferences related to the shipment logistics of the sku. - :type transport_preferences: ~azure.mgmt.databox.models.TransportPreferences - """ - - _validation = { - 'validation_type': {'required': True}, - 'shipping_address': {'required': True}, - 'device_type': {'required': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'validationType', 'type': 'str'}, - 'shipping_address': {'key': 'shippingAddress', 'type': 'ShippingAddress'}, - 'device_type': {'key': 'deviceType', 'type': 'str'}, - 'transport_preferences': {'key': 'transportPreferences', 'type': 'TransportPreferences'}, - } - - def __init__( - self, - **kwargs - ): - super(ValidateAddress, self).__init__(**kwargs) - self.validation_type = 'ValidateAddress' # type: str - self.shipping_address = kwargs['shipping_address'] - self.device_type = kwargs['device_type'] - self.transport_preferences = kwargs.get('transport_preferences', None) - - -class ValidationResponse(msrest.serialization.Model): - """Response of pre job creation validations. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar status: Overall validation status. Possible values include: "AllValidToProceed", - "InputsRevisitRequired", "CertainInputValidationsSkipped". - :vartype status: str or ~azure.mgmt.databox.models.OverallValidationStatus - :ivar individual_response_details: List of response details contain validationType and its - response as key and value respectively. - :vartype individual_response_details: list[~azure.mgmt.databox.models.ValidationInputResponse] - """ - - _validation = { - 'status': {'readonly': True}, - 'individual_response_details': {'readonly': True}, - } - - _attribute_map = { - 'status': {'key': 'properties.status', 'type': 'str'}, - 'individual_response_details': {'key': 'properties.individualResponseDetails', 'type': '[ValidationInputResponse]'}, - } - - def __init__( - self, - **kwargs - ): - super(ValidationResponse, self).__init__(**kwargs) - self.status = None - self.individual_response_details = None diff --git a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/models/_models_py3.py b/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/models/_models_py3.py deleted file mode 100644 index 89c41698459..00000000000 --- a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/models/_models_py3.py +++ /dev/null @@ -1,3520 +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. -# -------------------------------------------------------------------------- - -import datetime -from typing import Dict, List, Optional, Union - -import msrest.serialization - -from ._data_box_management_client_enums import * - - -class AccountCredentialDetails(msrest.serialization.Model): - """Credential details of the account. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar account_name: Name of the account. - :vartype account_name: str - :ivar data_destination_type: Data Destination Type. Possible values include: "StorageAccount", - "ManagedDisk". - :vartype data_destination_type: str or ~azure.mgmt.databox.models.DataDestinationType - :ivar account_connection_string: Connection string of the account endpoint to use the account - as a storage endpoint on the device. - :vartype account_connection_string: str - :ivar share_credential_details: Per share level unencrypted access credentials. - :vartype share_credential_details: list[~azure.mgmt.databox.models.ShareCredentialDetails] - """ - - _validation = { - 'account_name': {'readonly': True}, - 'data_destination_type': {'readonly': True}, - 'account_connection_string': {'readonly': True}, - 'share_credential_details': {'readonly': True}, - } - - _attribute_map = { - 'account_name': {'key': 'accountName', 'type': 'str'}, - 'data_destination_type': {'key': 'dataDestinationType', 'type': 'str'}, - 'account_connection_string': {'key': 'accountConnectionString', 'type': 'str'}, - 'share_credential_details': {'key': 'shareCredentialDetails', 'type': '[ShareCredentialDetails]'}, - } - - def __init__( - self, - **kwargs - ): - super(AccountCredentialDetails, self).__init__(**kwargs) - self.account_name = None - self.data_destination_type = None - self.account_connection_string = None - self.share_credential_details = None - - -class AddressValidationOutput(msrest.serialization.Model): - """Output of the address validation api. - - Variables are only populated by the server, and will be ignored when sending a request. - - :param validation_type: Identifies the type of validation response.Constant filled by server. - Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - :ivar error: Error code and message of validation response. - :vartype error: ~azure.mgmt.databox.models.Error - :ivar validation_status: The address validation status. Possible values include: "Valid", - "Invalid", "Ambiguous". - :vartype validation_status: str or ~azure.mgmt.databox.models.AddressValidationStatus - :ivar alternate_addresses: List of alternate addresses. - :vartype alternate_addresses: list[~azure.mgmt.databox.models.ShippingAddress] - """ - - _validation = { - 'error': {'readonly': True}, - 'validation_status': {'readonly': True}, - 'alternate_addresses': {'readonly': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'properties.validationType', 'type': 'str'}, - 'error': {'key': 'properties.error', 'type': 'Error'}, - 'validation_status': {'key': 'properties.validationStatus', 'type': 'str'}, - 'alternate_addresses': {'key': 'properties.alternateAddresses', 'type': '[ShippingAddress]'}, - } - - def __init__( - self, - **kwargs - ): - super(AddressValidationOutput, self).__init__(**kwargs) - self.validation_type = None # type: Optional[str] - self.error = None - self.validation_status = None - self.alternate_addresses = None - - -class ValidationInputResponse(msrest.serialization.Model): - """Minimum properties that should be present in each individual validation response. - - You probably want to use the sub-classes and not this class directly. Known - sub-classes are: AddressValidationProperties, CreateOrderLimitForSubscriptionValidationResponseProperties, DataDestinationDetailsValidationResponseProperties, PreferencesValidationResponseProperties, SkuAvailabilityValidationResponseProperties, SubscriptionIsAllowedToCreateJobValidationResponseProperties. - - 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 validation_type: Required. Identifies the type of validation response.Constant filled by - server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - :ivar error: Error code and message of validation response. - :vartype error: ~azure.mgmt.databox.models.Error - """ - - _validation = { - 'validation_type': {'required': True}, - 'error': {'readonly': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'validationType', 'type': 'str'}, - 'error': {'key': 'error', 'type': 'Error'}, - } - - _subtype_map = { - 'validation_type': {'ValidateAddress': 'AddressValidationProperties', 'ValidateCreateOrderLimit': 'CreateOrderLimitForSubscriptionValidationResponseProperties', 'ValidateDataDestinationDetails': 'DataDestinationDetailsValidationResponseProperties', 'ValidatePreferences': 'PreferencesValidationResponseProperties', 'ValidateSkuAvailability': 'SkuAvailabilityValidationResponseProperties', 'ValidateSubscriptionIsAllowedToCreateJob': 'SubscriptionIsAllowedToCreateJobValidationResponseProperties'} - } - - def __init__( - self, - **kwargs - ): - super(ValidationInputResponse, self).__init__(**kwargs) - self.validation_type = None # type: Optional[str] - self.error = None - - -class AddressValidationProperties(ValidationInputResponse): - """The address validation output. - - 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 validation_type: Required. Identifies the type of validation response.Constant filled by - server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - :ivar error: Error code and message of validation response. - :vartype error: ~azure.mgmt.databox.models.Error - :ivar validation_status: The address validation status. Possible values include: "Valid", - "Invalid", "Ambiguous". - :vartype validation_status: str or ~azure.mgmt.databox.models.AddressValidationStatus - :ivar alternate_addresses: List of alternate addresses. - :vartype alternate_addresses: list[~azure.mgmt.databox.models.ShippingAddress] - """ - - _validation = { - 'validation_type': {'required': True}, - 'error': {'readonly': True}, - 'validation_status': {'readonly': True}, - 'alternate_addresses': {'readonly': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'validationType', 'type': 'str'}, - 'error': {'key': 'error', 'type': 'Error'}, - 'validation_status': {'key': 'validationStatus', 'type': 'str'}, - 'alternate_addresses': {'key': 'alternateAddresses', 'type': '[ShippingAddress]'}, - } - - def __init__( - self, - **kwargs - ): - super(AddressValidationProperties, self).__init__(**kwargs) - self.validation_type = 'ValidateAddress' # type: str - self.validation_status = None - self.alternate_addresses = None - - -class ApplianceNetworkConfiguration(msrest.serialization.Model): - """The Network Adapter configuration of a DataBox. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar name: Name of the network. - :vartype name: str - :ivar mac_address: Mac Address. - :vartype mac_address: str - """ - - _validation = { - 'name': {'readonly': True}, - 'mac_address': {'readonly': True}, - } - - _attribute_map = { - 'name': {'key': 'name', 'type': 'str'}, - 'mac_address': {'key': 'macAddress', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(ApplianceNetworkConfiguration, self).__init__(**kwargs) - self.name = None - self.mac_address = None - - -class ArmBaseObject(msrest.serialization.Model): - """Base class for all objects under resource. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar name: Name of the object. - :vartype name: str - :ivar id: Id of the object. - :vartype id: str - :ivar type: Type of the object. - :vartype type: str - """ - - _validation = { - 'name': {'readonly': True}, - 'id': {'readonly': True}, - 'type': {'readonly': True}, - } - - _attribute_map = { - 'name': {'key': 'name', 'type': 'str'}, - 'id': {'key': 'id', 'type': 'str'}, - 'type': {'key': 'type', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(ArmBaseObject, self).__init__(**kwargs) - self.name = None - self.id = None - self.type = None - - -class AvailableSkuRequest(msrest.serialization.Model): - """The filters for showing the available skus. - - 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 transfer_type: Required. Type of the transfer. Default value: "ImportToAzure". - :vartype transfer_type: str - :param country: Required. ISO country code. Country for hardware shipment. For codes check: - https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements. - :type country: str - :param location: Required. Location for data transfer. For locations check: - https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01. - :type location: str - :param sku_names: Sku Names to filter for available skus. - :type sku_names: list[str or ~azure.mgmt.databox.models.SkuName] - """ - - _validation = { - 'transfer_type': {'required': True, 'constant': True}, - 'country': {'required': True}, - 'location': {'required': True}, - } - - _attribute_map = { - 'transfer_type': {'key': 'transferType', 'type': 'str'}, - 'country': {'key': 'country', 'type': 'str'}, - 'location': {'key': 'location', 'type': 'str'}, - 'sku_names': {'key': 'skuNames', 'type': '[str]'}, - } - - transfer_type = "ImportToAzure" - - def __init__( - self, - *, - country: str, - location: str, - sku_names: Optional[List[Union[str, "SkuName"]]] = None, - **kwargs - ): - super(AvailableSkuRequest, self).__init__(**kwargs) - self.country = country - self.location = location - self.sku_names = sku_names - - -class AvailableSkusResult(msrest.serialization.Model): - """The available skus operation response. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar value: List of available skus. - :vartype value: list[~azure.mgmt.databox.models.SkuInformation] - :param next_link: Link for the next set of skus. - :type next_link: str - """ - - _validation = { - 'value': {'readonly': True}, - } - - _attribute_map = { - 'value': {'key': 'value', 'type': '[SkuInformation]'}, - 'next_link': {'key': 'nextLink', 'type': 'str'}, - } - - def __init__( - self, - *, - next_link: Optional[str] = None, - **kwargs - ): - super(AvailableSkusResult, self).__init__(**kwargs) - self.value = None - self.next_link = next_link - - -class CancellationReason(msrest.serialization.Model): - """Reason for cancellation. - - All required parameters must be populated in order to send to Azure. - - :param reason: Required. Reason for cancellation. - :type reason: str - """ - - _validation = { - 'reason': {'required': True}, - } - - _attribute_map = { - 'reason': {'key': 'reason', 'type': 'str'}, - } - - def __init__( - self, - *, - reason: str, - **kwargs - ): - super(CancellationReason, self).__init__(**kwargs) - self.reason = reason - - -class CloudError(msrest.serialization.Model): - """The error information object. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar code: Error code string. - :vartype code: str - :ivar message: Descriptive error information. - :vartype message: str - :param target: Error target. - :type target: str - :param details: More detailed error information. - :type details: list[~azure.mgmt.databox.models.CloudError] - """ - - _validation = { - 'code': {'readonly': True}, - 'message': {'readonly': True}, - } - - _attribute_map = { - 'code': {'key': 'code', 'type': 'str'}, - 'message': {'key': 'message', 'type': 'str'}, - 'target': {'key': 'target', 'type': 'str'}, - 'details': {'key': 'details', 'type': '[CloudError]'}, - } - - def __init__( - self, - *, - target: Optional[str] = None, - details: Optional[List["CloudError"]] = None, - **kwargs - ): - super(CloudError, self).__init__(**kwargs) - self.code = None - self.message = None - self.target = target - self.details = details - - -class ContactDetails(msrest.serialization.Model): - """Contact Details. - - All required parameters must be populated in order to send to Azure. - - :param contact_name: Required. Contact name of the person. - :type contact_name: str - :param phone: Required. Phone number of the contact person. - :type phone: str - :param phone_extension: Phone extension number of the contact person. - :type phone_extension: str - :param mobile: Mobile number of the contact person. - :type mobile: str - :param email_list: Required. List of Email-ids to be notified about job progress. - :type email_list: list[str] - :param notification_preference: Notification preference for a job stage. - :type notification_preference: list[~azure.mgmt.databox.models.NotificationPreference] - """ - - _validation = { - 'contact_name': {'required': True}, - 'phone': {'required': True}, - 'email_list': {'required': True}, - } - - _attribute_map = { - 'contact_name': {'key': 'contactName', 'type': 'str'}, - 'phone': {'key': 'phone', 'type': 'str'}, - 'phone_extension': {'key': 'phoneExtension', 'type': 'str'}, - 'mobile': {'key': 'mobile', 'type': 'str'}, - 'email_list': {'key': 'emailList', 'type': '[str]'}, - 'notification_preference': {'key': 'notificationPreference', 'type': '[NotificationPreference]'}, - } - - def __init__( - self, - *, - contact_name: str, - phone: str, - email_list: List[str], - phone_extension: Optional[str] = None, - mobile: Optional[str] = None, - notification_preference: Optional[List["NotificationPreference"]] = None, - **kwargs - ): - super(ContactDetails, self).__init__(**kwargs) - self.contact_name = contact_name - self.phone = phone - self.phone_extension = phone_extension - self.mobile = mobile - self.email_list = email_list - self.notification_preference = notification_preference - - -class CopyLogDetails(msrest.serialization.Model): - """Details for log generated during copy. - - You probably want to use the sub-classes and not this class directly. Known - sub-classes are: DataBoxAccountCopyLogDetails, DataBoxDiskCopyLogDetails, DataBoxHeavyAccountCopyLogDetails. - - All required parameters must be populated in order to send to Azure. - - :param copy_log_details_type: Required. Indicates the type of job details.Constant filled by - server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type copy_log_details_type: str or ~azure.mgmt.databox.models.ClassDiscriminator - """ - - _validation = { - 'copy_log_details_type': {'required': True}, - } - - _attribute_map = { - 'copy_log_details_type': {'key': 'copyLogDetailsType', 'type': 'str'}, - } - - _subtype_map = { - 'copy_log_details_type': {'DataBox': 'DataBoxAccountCopyLogDetails', 'DataBoxDisk': 'DataBoxDiskCopyLogDetails', 'DataBoxHeavy': 'DataBoxHeavyAccountCopyLogDetails'} - } - - def __init__( - self, - **kwargs - ): - super(CopyLogDetails, self).__init__(**kwargs) - self.copy_log_details_type = None # type: Optional[str] - - -class CopyProgress(msrest.serialization.Model): - """Copy progress. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar storage_account_name: Name of the storage account where the data needs to be uploaded. - :vartype storage_account_name: str - :ivar data_destination_type: Data Destination Type. Possible values include: "StorageAccount", - "ManagedDisk". - :vartype data_destination_type: str or ~azure.mgmt.databox.models.DataDestinationType - :ivar account_id: Id of the account where the data needs to be uploaded. - :vartype account_id: str - :ivar bytes_sent_to_cloud: Amount of data uploaded by the job as of now. - :vartype bytes_sent_to_cloud: long - :ivar total_bytes_to_process: Total amount of data to be processed by the job. - :vartype total_bytes_to_process: long - :ivar files_processed: Number of files processed by the job as of now. - :vartype files_processed: long - :ivar total_files_to_process: Total number of files to be processed by the job. - :vartype total_files_to_process: long - :ivar invalid_files_processed: Number of files not adhering to azure naming conventions which - were processed by automatic renaming. - :vartype invalid_files_processed: long - :ivar invalid_file_bytes_uploaded: Total amount of data not adhering to azure naming - conventions which were processed by automatic renaming. - :vartype invalid_file_bytes_uploaded: long - :ivar renamed_container_count: Number of folders not adhering to azure naming conventions which - were processed by automatic renaming. - :vartype renamed_container_count: long - :ivar files_errored_out: Number of files which could not be copied. - :vartype files_errored_out: long - """ - - _validation = { - 'storage_account_name': {'readonly': True}, - 'data_destination_type': {'readonly': True}, - 'account_id': {'readonly': True}, - 'bytes_sent_to_cloud': {'readonly': True}, - 'total_bytes_to_process': {'readonly': True}, - 'files_processed': {'readonly': True}, - 'total_files_to_process': {'readonly': True}, - 'invalid_files_processed': {'readonly': True}, - 'invalid_file_bytes_uploaded': {'readonly': True}, - 'renamed_container_count': {'readonly': True}, - 'files_errored_out': {'readonly': True}, - } - - _attribute_map = { - 'storage_account_name': {'key': 'storageAccountName', 'type': 'str'}, - 'data_destination_type': {'key': 'dataDestinationType', 'type': 'str'}, - 'account_id': {'key': 'accountId', 'type': 'str'}, - 'bytes_sent_to_cloud': {'key': 'bytesSentToCloud', 'type': 'long'}, - 'total_bytes_to_process': {'key': 'totalBytesToProcess', 'type': 'long'}, - 'files_processed': {'key': 'filesProcessed', 'type': 'long'}, - 'total_files_to_process': {'key': 'totalFilesToProcess', 'type': 'long'}, - 'invalid_files_processed': {'key': 'invalidFilesProcessed', 'type': 'long'}, - 'invalid_file_bytes_uploaded': {'key': 'invalidFileBytesUploaded', 'type': 'long'}, - 'renamed_container_count': {'key': 'renamedContainerCount', 'type': 'long'}, - 'files_errored_out': {'key': 'filesErroredOut', 'type': 'long'}, - } - - def __init__( - self, - **kwargs - ): - super(CopyProgress, self).__init__(**kwargs) - self.storage_account_name = None - self.data_destination_type = None - self.account_id = None - self.bytes_sent_to_cloud = None - self.total_bytes_to_process = None - self.files_processed = None - self.total_files_to_process = None - self.invalid_files_processed = None - self.invalid_file_bytes_uploaded = None - self.renamed_container_count = None - self.files_errored_out = None - - -class ValidationRequest(msrest.serialization.Model): - """Input request for all pre job creation validation. - - You probably want to use the sub-classes and not this class directly. Known - sub-classes are: CreateJobValidations. - - All required parameters must be populated in order to send to Azure. - - :param individual_request_details: Required. List of request details contain validationType and - its request as key and value respectively. - :type individual_request_details: list[~azure.mgmt.databox.models.ValidationInputRequest] - :param validation_category: Required. Identify the nature of validation.Constant filled by - server. - :type validation_category: str - """ - - _validation = { - 'individual_request_details': {'required': True}, - 'validation_category': {'required': True}, - } - - _attribute_map = { - 'individual_request_details': {'key': 'individualRequestDetails', 'type': '[ValidationInputRequest]'}, - 'validation_category': {'key': 'validationCategory', 'type': 'str'}, - } - - _subtype_map = { - 'validation_category': {'JobCreationValidation': 'CreateJobValidations'} - } - - def __init__( - self, - *, - individual_request_details: List["ValidationInputRequest"], - **kwargs - ): - super(ValidationRequest, self).__init__(**kwargs) - self.individual_request_details = individual_request_details - self.validation_category = None # type: Optional[str] - - -class CreateJobValidations(ValidationRequest): - """It does all pre-job creation validations. - - All required parameters must be populated in order to send to Azure. - - :param individual_request_details: Required. List of request details contain validationType and - its request as key and value respectively. - :type individual_request_details: list[~azure.mgmt.databox.models.ValidationInputRequest] - :param validation_category: Required. Identify the nature of validation.Constant filled by - server. - :type validation_category: str - """ - - _validation = { - 'individual_request_details': {'required': True}, - 'validation_category': {'required': True}, - } - - _attribute_map = { - 'individual_request_details': {'key': 'individualRequestDetails', 'type': '[ValidationInputRequest]'}, - 'validation_category': {'key': 'validationCategory', 'type': 'str'}, - } - - def __init__( - self, - *, - individual_request_details: List["ValidationInputRequest"], - **kwargs - ): - super(CreateJobValidations, self).__init__(individual_request_details=individual_request_details, **kwargs) - self.validation_category = 'JobCreationValidation' # type: str - - -class ValidationInputRequest(msrest.serialization.Model): - """Minimum fields that must be present in any type of validation request. - - You probably want to use the sub-classes and not this class directly. Known - sub-classes are: ValidateAddress, CreateOrderLimitForSubscriptionValidationRequest, DataDestinationDetailsValidationRequest, PreferencesValidationRequest, SkuAvailabilityValidationRequest, SubscriptionIsAllowedToCreateJobValidationRequest. - - All required parameters must be populated in order to send to Azure. - - :param validation_type: Required. Identifies the type of validation request.Constant filled by - server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - """ - - _validation = { - 'validation_type': {'required': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'validationType', 'type': 'str'}, - } - - _subtype_map = { - 'validation_type': {'ValidateAddress': 'ValidateAddress', 'ValidateCreateOrderLimit': 'CreateOrderLimitForSubscriptionValidationRequest', 'ValidateDataDestinationDetails': 'DataDestinationDetailsValidationRequest', 'ValidatePreferences': 'PreferencesValidationRequest', 'ValidateSkuAvailability': 'SkuAvailabilityValidationRequest', 'ValidateSubscriptionIsAllowedToCreateJob': 'SubscriptionIsAllowedToCreateJobValidationRequest'} - } - - def __init__( - self, - **kwargs - ): - super(ValidationInputRequest, self).__init__(**kwargs) - self.validation_type = None # type: Optional[str] - - -class CreateOrderLimitForSubscriptionValidationRequest(ValidationInputRequest): - """Request to validate create order limit for current subscription. - - All required parameters must be populated in order to send to Azure. - - :param validation_type: Required. Identifies the type of validation request.Constant filled by - server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - :param device_type: Required. Device type to be used for the job. Possible values include: - "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type device_type: str or ~azure.mgmt.databox.models.SkuName - """ - - _validation = { - 'validation_type': {'required': True}, - 'device_type': {'required': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'validationType', 'type': 'str'}, - 'device_type': {'key': 'deviceType', 'type': 'str'}, - } - - def __init__( - self, - *, - device_type: Union[str, "SkuName"], - **kwargs - ): - super(CreateOrderLimitForSubscriptionValidationRequest, self).__init__(**kwargs) - self.validation_type = 'ValidateCreateOrderLimit' # type: str - self.device_type = device_type - - -class CreateOrderLimitForSubscriptionValidationResponseProperties(ValidationInputResponse): - """Properties of create order limit for subscription validation response. - - 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 validation_type: Required. Identifies the type of validation response.Constant filled by - server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - :ivar error: Error code and message of validation response. - :vartype error: ~azure.mgmt.databox.models.Error - :ivar status: Create order limit validation status. Possible values include: "Valid", - "Invalid", "Skipped". - :vartype status: str or ~azure.mgmt.databox.models.ValidationStatus - """ - - _validation = { - 'validation_type': {'required': True}, - 'error': {'readonly': True}, - 'status': {'readonly': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'validationType', 'type': 'str'}, - 'error': {'key': 'error', 'type': 'Error'}, - 'status': {'key': 'status', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(CreateOrderLimitForSubscriptionValidationResponseProperties, self).__init__(**kwargs) - self.validation_type = 'ValidateCreateOrderLimit' # type: str - self.status = None - - -class DataBoxAccountCopyLogDetails(CopyLogDetails): - """Copy log details for a storage account of a DataBox job. - - 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 copy_log_details_type: Required. Indicates the type of job details.Constant filled by - server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type copy_log_details_type: str or ~azure.mgmt.databox.models.ClassDiscriminator - :ivar account_name: Destination account name. - :vartype account_name: str - :ivar copy_log_link: Link for copy logs. - :vartype copy_log_link: str - """ - - _validation = { - 'copy_log_details_type': {'required': True}, - 'account_name': {'readonly': True}, - 'copy_log_link': {'readonly': True}, - } - - _attribute_map = { - 'copy_log_details_type': {'key': 'copyLogDetailsType', 'type': 'str'}, - 'account_name': {'key': 'accountName', 'type': 'str'}, - 'copy_log_link': {'key': 'copyLogLink', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(DataBoxAccountCopyLogDetails, self).__init__(**kwargs) - self.copy_log_details_type = 'DataBox' # type: str - self.account_name = None - self.copy_log_link = None - - -class DataBoxDiskCopyLogDetails(CopyLogDetails): - """Copy Log Details for a disk. - - 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 copy_log_details_type: Required. Indicates the type of job details.Constant filled by - server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type copy_log_details_type: str or ~azure.mgmt.databox.models.ClassDiscriminator - :ivar disk_serial_number: Disk Serial Number. - :vartype disk_serial_number: str - :ivar error_log_link: Link for copy error logs. - :vartype error_log_link: str - :ivar verbose_log_link: Link for copy verbose logs. - :vartype verbose_log_link: str - """ - - _validation = { - 'copy_log_details_type': {'required': True}, - 'disk_serial_number': {'readonly': True}, - 'error_log_link': {'readonly': True}, - 'verbose_log_link': {'readonly': True}, - } - - _attribute_map = { - 'copy_log_details_type': {'key': 'copyLogDetailsType', 'type': 'str'}, - 'disk_serial_number': {'key': 'diskSerialNumber', 'type': 'str'}, - 'error_log_link': {'key': 'errorLogLink', 'type': 'str'}, - 'verbose_log_link': {'key': 'verboseLogLink', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(DataBoxDiskCopyLogDetails, self).__init__(**kwargs) - self.copy_log_details_type = 'DataBoxDisk' # type: str - self.disk_serial_number = None - self.error_log_link = None - self.verbose_log_link = None - - -class DataBoxDiskCopyProgress(msrest.serialization.Model): - """DataBox Disk Copy Progress. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar serial_number: The serial number of the disk. - :vartype serial_number: str - :ivar bytes_copied: Bytes copied during the copy of disk. - :vartype bytes_copied: long - :ivar percent_complete: Indicates the percentage completed for the copy of the disk. - :vartype percent_complete: int - :ivar status: The Status of the copy. Possible values include: "NotStarted", "InProgress", - "Completed", "CompletedWithErrors", "Failed", "NotReturned", "HardwareError", - "DeviceFormatted", "DeviceMetadataModified", "StorageAccountNotAccessible", "UnsupportedData". - :vartype status: str or ~azure.mgmt.databox.models.CopyStatus - """ - - _validation = { - 'serial_number': {'readonly': True}, - 'bytes_copied': {'readonly': True}, - 'percent_complete': {'readonly': True}, - 'status': {'readonly': True}, - } - - _attribute_map = { - 'serial_number': {'key': 'serialNumber', 'type': 'str'}, - 'bytes_copied': {'key': 'bytesCopied', 'type': 'long'}, - 'percent_complete': {'key': 'percentComplete', 'type': 'int'}, - 'status': {'key': 'status', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(DataBoxDiskCopyProgress, self).__init__(**kwargs) - self.serial_number = None - self.bytes_copied = None - self.percent_complete = None - self.status = None - - -class JobDetails(msrest.serialization.Model): - """Job details. - - You probably want to use the sub-classes and not this class directly. Known - sub-classes are: DataBoxJobDetails, DataBoxDiskJobDetails, DataBoxHeavyJobDetails. - - 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 expected_data_size_in_terabytes: The expected size of the data, which needs to be - transferred in this job, in terabytes. - :type expected_data_size_in_terabytes: int - :ivar job_stages: List of stages that run in the job. - :vartype job_stages: list[~azure.mgmt.databox.models.JobStages] - :param contact_details: Required. Contact details for notification and shipping. - :type contact_details: ~azure.mgmt.databox.models.ContactDetails - :param shipping_address: Required. Shipping address of the customer. - :type shipping_address: ~azure.mgmt.databox.models.ShippingAddress - :ivar delivery_package: Delivery package shipping details. - :vartype delivery_package: ~azure.mgmt.databox.models.PackageShippingDetails - :ivar return_package: Return package shipping details. - :vartype return_package: ~azure.mgmt.databox.models.PackageShippingDetails - :param destination_account_details: Required. Destination account details. - :type destination_account_details: list[~azure.mgmt.databox.models.DestinationAccountDetails] - :ivar error_details: Error details for failure. This is optional. - :vartype error_details: list[~azure.mgmt.databox.models.JobErrorDetails] - :param job_details_type: Required. Indicates the type of job details.Constant filled by server. - Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type job_details_type: str or ~azure.mgmt.databox.models.ClassDiscriminator - :param preferences: Preferences for the order. - :type preferences: ~azure.mgmt.databox.models.Preferences - :ivar copy_log_details: List of copy log details. - :vartype copy_log_details: list[~azure.mgmt.databox.models.CopyLogDetails] - :ivar reverse_shipment_label_sas_key: Shared access key to download the return shipment label. - :vartype reverse_shipment_label_sas_key: str - :ivar chain_of_custody_sas_key: Shared access key to download the chain of custody logs. - :vartype chain_of_custody_sas_key: str - """ - - _validation = { - 'job_stages': {'readonly': True}, - 'contact_details': {'required': True}, - 'shipping_address': {'required': True}, - 'delivery_package': {'readonly': True}, - 'return_package': {'readonly': True}, - 'destination_account_details': {'required': True}, - 'error_details': {'readonly': True}, - 'job_details_type': {'required': True}, - 'copy_log_details': {'readonly': True}, - 'reverse_shipment_label_sas_key': {'readonly': True}, - 'chain_of_custody_sas_key': {'readonly': True}, - } - - _attribute_map = { - 'expected_data_size_in_terabytes': {'key': 'expectedDataSizeInTerabytes', 'type': 'int'}, - 'job_stages': {'key': 'jobStages', 'type': '[JobStages]'}, - 'contact_details': {'key': 'contactDetails', 'type': 'ContactDetails'}, - 'shipping_address': {'key': 'shippingAddress', 'type': 'ShippingAddress'}, - 'delivery_package': {'key': 'deliveryPackage', 'type': 'PackageShippingDetails'}, - 'return_package': {'key': 'returnPackage', 'type': 'PackageShippingDetails'}, - 'destination_account_details': {'key': 'destinationAccountDetails', 'type': '[DestinationAccountDetails]'}, - 'error_details': {'key': 'errorDetails', 'type': '[JobErrorDetails]'}, - 'job_details_type': {'key': 'jobDetailsType', 'type': 'str'}, - 'preferences': {'key': 'preferences', 'type': 'Preferences'}, - 'copy_log_details': {'key': 'copyLogDetails', 'type': '[CopyLogDetails]'}, - 'reverse_shipment_label_sas_key': {'key': 'reverseShipmentLabelSasKey', 'type': 'str'}, - 'chain_of_custody_sas_key': {'key': 'chainOfCustodySasKey', 'type': 'str'}, - } - - _subtype_map = { - 'job_details_type': {'DataBox': 'DataBoxJobDetails', 'DataBoxDisk': 'DataBoxDiskJobDetails', 'DataBoxHeavy': 'DataBoxHeavyJobDetails'} - } - - def __init__( - self, - *, - contact_details: "ContactDetails", - shipping_address: "ShippingAddress", - destination_account_details: List["DestinationAccountDetails"], - expected_data_size_in_terabytes: Optional[int] = None, - preferences: Optional["Preferences"] = None, - **kwargs - ): - super(JobDetails, self).__init__(**kwargs) - self.expected_data_size_in_terabytes = expected_data_size_in_terabytes - self.job_stages = None - self.contact_details = contact_details - self.shipping_address = shipping_address - self.delivery_package = None - self.return_package = None - self.destination_account_details = destination_account_details - self.error_details = None - self.job_details_type = None # type: Optional[str] - self.preferences = preferences - self.copy_log_details = None - self.reverse_shipment_label_sas_key = None - self.chain_of_custody_sas_key = None - - -class DataBoxDiskJobDetails(JobDetails): - """DataBox Disk Job Details. - - 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 expected_data_size_in_terabytes: The expected size of the data, which needs to be - transferred in this job, in terabytes. - :type expected_data_size_in_terabytes: int - :ivar job_stages: List of stages that run in the job. - :vartype job_stages: list[~azure.mgmt.databox.models.JobStages] - :param contact_details: Required. Contact details for notification and shipping. - :type contact_details: ~azure.mgmt.databox.models.ContactDetails - :param shipping_address: Required. Shipping address of the customer. - :type shipping_address: ~azure.mgmt.databox.models.ShippingAddress - :ivar delivery_package: Delivery package shipping details. - :vartype delivery_package: ~azure.mgmt.databox.models.PackageShippingDetails - :ivar return_package: Return package shipping details. - :vartype return_package: ~azure.mgmt.databox.models.PackageShippingDetails - :param destination_account_details: Required. Destination account details. - :type destination_account_details: list[~azure.mgmt.databox.models.DestinationAccountDetails] - :ivar error_details: Error details for failure. This is optional. - :vartype error_details: list[~azure.mgmt.databox.models.JobErrorDetails] - :param job_details_type: Required. Indicates the type of job details.Constant filled by server. - Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type job_details_type: str or ~azure.mgmt.databox.models.ClassDiscriminator - :param preferences: Preferences for the order. - :type preferences: ~azure.mgmt.databox.models.Preferences - :ivar copy_log_details: List of copy log details. - :vartype copy_log_details: list[~azure.mgmt.databox.models.CopyLogDetails] - :ivar reverse_shipment_label_sas_key: Shared access key to download the return shipment label. - :vartype reverse_shipment_label_sas_key: str - :ivar chain_of_custody_sas_key: Shared access key to download the chain of custody logs. - :vartype chain_of_custody_sas_key: str - :param preferred_disks: User preference on what size disks are needed for the job. The map is - from the disk size in TB to the count. Eg. {2,5} means 5 disks of 2 TB size. Key is string but - will be checked against an int. - :type preferred_disks: dict[str, int] - :ivar copy_progress: Copy progress per disk. - :vartype copy_progress: list[~azure.mgmt.databox.models.DataBoxDiskCopyProgress] - :ivar disks_and_size_details: Contains the map of disk serial number to the disk size being - used for the job. Is returned only after the disks are shipped to the customer. - :vartype disks_and_size_details: dict[str, int] - :param passkey: User entered passkey for DataBox Disk job. - :type passkey: str - """ - - _validation = { - 'job_stages': {'readonly': True}, - 'contact_details': {'required': True}, - 'shipping_address': {'required': True}, - 'delivery_package': {'readonly': True}, - 'return_package': {'readonly': True}, - 'destination_account_details': {'required': True}, - 'error_details': {'readonly': True}, - 'job_details_type': {'required': True}, - 'copy_log_details': {'readonly': True}, - 'reverse_shipment_label_sas_key': {'readonly': True}, - 'chain_of_custody_sas_key': {'readonly': True}, - 'copy_progress': {'readonly': True}, - 'disks_and_size_details': {'readonly': True}, - } - - _attribute_map = { - 'expected_data_size_in_terabytes': {'key': 'expectedDataSizeInTerabytes', 'type': 'int'}, - 'job_stages': {'key': 'jobStages', 'type': '[JobStages]'}, - 'contact_details': {'key': 'contactDetails', 'type': 'ContactDetails'}, - 'shipping_address': {'key': 'shippingAddress', 'type': 'ShippingAddress'}, - 'delivery_package': {'key': 'deliveryPackage', 'type': 'PackageShippingDetails'}, - 'return_package': {'key': 'returnPackage', 'type': 'PackageShippingDetails'}, - 'destination_account_details': {'key': 'destinationAccountDetails', 'type': '[DestinationAccountDetails]'}, - 'error_details': {'key': 'errorDetails', 'type': '[JobErrorDetails]'}, - 'job_details_type': {'key': 'jobDetailsType', 'type': 'str'}, - 'preferences': {'key': 'preferences', 'type': 'Preferences'}, - 'copy_log_details': {'key': 'copyLogDetails', 'type': '[CopyLogDetails]'}, - 'reverse_shipment_label_sas_key': {'key': 'reverseShipmentLabelSasKey', 'type': 'str'}, - 'chain_of_custody_sas_key': {'key': 'chainOfCustodySasKey', 'type': 'str'}, - 'preferred_disks': {'key': 'preferredDisks', 'type': '{int}'}, - 'copy_progress': {'key': 'copyProgress', 'type': '[DataBoxDiskCopyProgress]'}, - 'disks_and_size_details': {'key': 'disksAndSizeDetails', 'type': '{int}'}, - 'passkey': {'key': 'passkey', 'type': 'str'}, - } - - def __init__( - self, - *, - contact_details: "ContactDetails", - shipping_address: "ShippingAddress", - destination_account_details: List["DestinationAccountDetails"], - expected_data_size_in_terabytes: Optional[int] = None, - preferences: Optional["Preferences"] = None, - preferred_disks: Optional[Dict[str, int]] = None, - passkey: Optional[str] = None, - **kwargs - ): - super(DataBoxDiskJobDetails, self).__init__(expected_data_size_in_terabytes=expected_data_size_in_terabytes, contact_details=contact_details, shipping_address=shipping_address, destination_account_details=destination_account_details, preferences=preferences, **kwargs) - self.job_details_type = 'DataBoxDisk' # type: str - self.preferred_disks = preferred_disks - self.copy_progress = None - self.disks_and_size_details = None - self.passkey = passkey - - -class JobSecrets(msrest.serialization.Model): - """The base class for the secrets. - - You probably want to use the sub-classes and not this class directly. Known - sub-classes are: DataboxJobSecrets, DataBoxDiskJobSecrets, DataBoxHeavyJobSecrets. - - All required parameters must be populated in order to send to Azure. - - :param job_secrets_type: Required. Used to indicate what type of job secrets object.Constant - filled by server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type job_secrets_type: str or ~azure.mgmt.databox.models.ClassDiscriminator - :param dc_access_security_code: Dc Access Security Code for Customer Managed Shipping. - :type dc_access_security_code: ~azure.mgmt.databox.models.DcAccessSecurityCode - """ - - _validation = { - 'job_secrets_type': {'required': True}, - } - - _attribute_map = { - 'job_secrets_type': {'key': 'jobSecretsType', 'type': 'str'}, - 'dc_access_security_code': {'key': 'dcAccessSecurityCode', 'type': 'DcAccessSecurityCode'}, - } - - _subtype_map = { - 'job_secrets_type': {'DataBox': 'DataboxJobSecrets', 'DataBoxDisk': 'DataBoxDiskJobSecrets', 'DataBoxHeavy': 'DataBoxHeavyJobSecrets'} - } - - def __init__( - self, - *, - dc_access_security_code: Optional["DcAccessSecurityCode"] = None, - **kwargs - ): - super(JobSecrets, self).__init__(**kwargs) - self.job_secrets_type = None # type: Optional[str] - self.dc_access_security_code = dc_access_security_code - - -class DataBoxDiskJobSecrets(JobSecrets): - """The secrets related to disk job. - - 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 job_secrets_type: Required. Used to indicate what type of job secrets object.Constant - filled by server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type job_secrets_type: str or ~azure.mgmt.databox.models.ClassDiscriminator - :param dc_access_security_code: Dc Access Security Code for Customer Managed Shipping. - :type dc_access_security_code: ~azure.mgmt.databox.models.DcAccessSecurityCode - :ivar disk_secrets: Contains the list of secrets object for that device. - :vartype disk_secrets: list[~azure.mgmt.databox.models.DiskSecret] - :ivar pass_key: PassKey for the disk Job. - :vartype pass_key: str - :ivar is_passkey_user_defined: Whether passkey was provided by user. - :vartype is_passkey_user_defined: bool - """ - - _validation = { - 'job_secrets_type': {'required': True}, - 'disk_secrets': {'readonly': True}, - 'pass_key': {'readonly': True}, - 'is_passkey_user_defined': {'readonly': True}, - } - - _attribute_map = { - 'job_secrets_type': {'key': 'jobSecretsType', 'type': 'str'}, - 'dc_access_security_code': {'key': 'dcAccessSecurityCode', 'type': 'DcAccessSecurityCode'}, - 'disk_secrets': {'key': 'diskSecrets', 'type': '[DiskSecret]'}, - 'pass_key': {'key': 'passKey', 'type': 'str'}, - 'is_passkey_user_defined': {'key': 'isPasskeyUserDefined', 'type': 'bool'}, - } - - def __init__( - self, - *, - dc_access_security_code: Optional["DcAccessSecurityCode"] = None, - **kwargs - ): - super(DataBoxDiskJobSecrets, self).__init__(dc_access_security_code=dc_access_security_code, **kwargs) - self.job_secrets_type = 'DataBoxDisk' # type: str - self.disk_secrets = None - self.pass_key = None - self.is_passkey_user_defined = None - - -class DataBoxHeavyAccountCopyLogDetails(CopyLogDetails): - """Copy log details for a storage account for Databox heavy. - - 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 copy_log_details_type: Required. Indicates the type of job details.Constant filled by - server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type copy_log_details_type: str or ~azure.mgmt.databox.models.ClassDiscriminator - :ivar account_name: Destination account name. - :vartype account_name: str - :ivar copy_log_link: Link for copy logs. - :vartype copy_log_link: list[str] - """ - - _validation = { - 'copy_log_details_type': {'required': True}, - 'account_name': {'readonly': True}, - 'copy_log_link': {'readonly': True}, - } - - _attribute_map = { - 'copy_log_details_type': {'key': 'copyLogDetailsType', 'type': 'str'}, - 'account_name': {'key': 'accountName', 'type': 'str'}, - 'copy_log_link': {'key': 'copyLogLink', 'type': '[str]'}, - } - - def __init__( - self, - **kwargs - ): - super(DataBoxHeavyAccountCopyLogDetails, self).__init__(**kwargs) - self.copy_log_details_type = 'DataBoxHeavy' # type: str - self.account_name = None - self.copy_log_link = None - - -class DataBoxHeavyJobDetails(JobDetails): - """Databox Heavy Device Job Details. - - 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 expected_data_size_in_terabytes: The expected size of the data, which needs to be - transferred in this job, in terabytes. - :type expected_data_size_in_terabytes: int - :ivar job_stages: List of stages that run in the job. - :vartype job_stages: list[~azure.mgmt.databox.models.JobStages] - :param contact_details: Required. Contact details for notification and shipping. - :type contact_details: ~azure.mgmt.databox.models.ContactDetails - :param shipping_address: Required. Shipping address of the customer. - :type shipping_address: ~azure.mgmt.databox.models.ShippingAddress - :ivar delivery_package: Delivery package shipping details. - :vartype delivery_package: ~azure.mgmt.databox.models.PackageShippingDetails - :ivar return_package: Return package shipping details. - :vartype return_package: ~azure.mgmt.databox.models.PackageShippingDetails - :param destination_account_details: Required. Destination account details. - :type destination_account_details: list[~azure.mgmt.databox.models.DestinationAccountDetails] - :ivar error_details: Error details for failure. This is optional. - :vartype error_details: list[~azure.mgmt.databox.models.JobErrorDetails] - :param job_details_type: Required. Indicates the type of job details.Constant filled by server. - Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type job_details_type: str or ~azure.mgmt.databox.models.ClassDiscriminator - :param preferences: Preferences for the order. - :type preferences: ~azure.mgmt.databox.models.Preferences - :ivar copy_log_details: List of copy log details. - :vartype copy_log_details: list[~azure.mgmt.databox.models.CopyLogDetails] - :ivar reverse_shipment_label_sas_key: Shared access key to download the return shipment label. - :vartype reverse_shipment_label_sas_key: str - :ivar chain_of_custody_sas_key: Shared access key to download the chain of custody logs. - :vartype chain_of_custody_sas_key: str - :ivar copy_progress: Copy progress per account. - :vartype copy_progress: list[~azure.mgmt.databox.models.CopyProgress] - :param device_password: Set Device password for unlocking Databox Heavy. - :type device_password: str - """ - - _validation = { - 'job_stages': {'readonly': True}, - 'contact_details': {'required': True}, - 'shipping_address': {'required': True}, - 'delivery_package': {'readonly': True}, - 'return_package': {'readonly': True}, - 'destination_account_details': {'required': True}, - 'error_details': {'readonly': True}, - 'job_details_type': {'required': True}, - 'copy_log_details': {'readonly': True}, - 'reverse_shipment_label_sas_key': {'readonly': True}, - 'chain_of_custody_sas_key': {'readonly': True}, - 'copy_progress': {'readonly': True}, - } - - _attribute_map = { - 'expected_data_size_in_terabytes': {'key': 'expectedDataSizeInTerabytes', 'type': 'int'}, - 'job_stages': {'key': 'jobStages', 'type': '[JobStages]'}, - 'contact_details': {'key': 'contactDetails', 'type': 'ContactDetails'}, - 'shipping_address': {'key': 'shippingAddress', 'type': 'ShippingAddress'}, - 'delivery_package': {'key': 'deliveryPackage', 'type': 'PackageShippingDetails'}, - 'return_package': {'key': 'returnPackage', 'type': 'PackageShippingDetails'}, - 'destination_account_details': {'key': 'destinationAccountDetails', 'type': '[DestinationAccountDetails]'}, - 'error_details': {'key': 'errorDetails', 'type': '[JobErrorDetails]'}, - 'job_details_type': {'key': 'jobDetailsType', 'type': 'str'}, - 'preferences': {'key': 'preferences', 'type': 'Preferences'}, - 'copy_log_details': {'key': 'copyLogDetails', 'type': '[CopyLogDetails]'}, - 'reverse_shipment_label_sas_key': {'key': 'reverseShipmentLabelSasKey', 'type': 'str'}, - 'chain_of_custody_sas_key': {'key': 'chainOfCustodySasKey', 'type': 'str'}, - 'copy_progress': {'key': 'copyProgress', 'type': '[CopyProgress]'}, - 'device_password': {'key': 'devicePassword', 'type': 'str'}, - } - - def __init__( - self, - *, - contact_details: "ContactDetails", - shipping_address: "ShippingAddress", - destination_account_details: List["DestinationAccountDetails"], - expected_data_size_in_terabytes: Optional[int] = None, - preferences: Optional["Preferences"] = None, - device_password: Optional[str] = None, - **kwargs - ): - super(DataBoxHeavyJobDetails, self).__init__(expected_data_size_in_terabytes=expected_data_size_in_terabytes, contact_details=contact_details, shipping_address=shipping_address, destination_account_details=destination_account_details, preferences=preferences, **kwargs) - self.job_details_type = 'DataBoxHeavy' # type: str - self.copy_progress = None - self.device_password = device_password - - -class DataBoxHeavyJobSecrets(JobSecrets): - """The secrets related to a databox heavy job. - - 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 job_secrets_type: Required. Used to indicate what type of job secrets object.Constant - filled by server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type job_secrets_type: str or ~azure.mgmt.databox.models.ClassDiscriminator - :param dc_access_security_code: Dc Access Security Code for Customer Managed Shipping. - :type dc_access_security_code: ~azure.mgmt.databox.models.DcAccessSecurityCode - :ivar cabinet_pod_secrets: Contains the list of secret objects for a databox heavy job. - :vartype cabinet_pod_secrets: list[~azure.mgmt.databox.models.DataBoxHeavySecret] - """ - - _validation = { - 'job_secrets_type': {'required': True}, - 'cabinet_pod_secrets': {'readonly': True}, - } - - _attribute_map = { - 'job_secrets_type': {'key': 'jobSecretsType', 'type': 'str'}, - 'dc_access_security_code': {'key': 'dcAccessSecurityCode', 'type': 'DcAccessSecurityCode'}, - 'cabinet_pod_secrets': {'key': 'cabinetPodSecrets', 'type': '[DataBoxHeavySecret]'}, - } - - def __init__( - self, - *, - dc_access_security_code: Optional["DcAccessSecurityCode"] = None, - **kwargs - ): - super(DataBoxHeavyJobSecrets, self).__init__(dc_access_security_code=dc_access_security_code, **kwargs) - self.job_secrets_type = 'DataBoxHeavy' # type: str - self.cabinet_pod_secrets = None - - -class DataBoxHeavySecret(msrest.serialization.Model): - """The secrets related to a databox heavy. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar device_serial_number: Serial number of the assigned device. - :vartype device_serial_number: str - :ivar device_password: Password for out of the box experience on device. - :vartype device_password: str - :ivar network_configurations: Network configuration of the appliance. - :vartype network_configurations: list[~azure.mgmt.databox.models.ApplianceNetworkConfiguration] - :ivar encoded_validation_cert_pub_key: The base 64 encoded public key to authenticate with the - device. - :vartype encoded_validation_cert_pub_key: str - :ivar account_credential_details: Per account level access credentials. - :vartype account_credential_details: list[~azure.mgmt.databox.models.AccountCredentialDetails] - """ - - _validation = { - 'device_serial_number': {'readonly': True}, - 'device_password': {'readonly': True}, - 'network_configurations': {'readonly': True}, - 'encoded_validation_cert_pub_key': {'readonly': True}, - 'account_credential_details': {'readonly': True}, - } - - _attribute_map = { - 'device_serial_number': {'key': 'deviceSerialNumber', 'type': 'str'}, - 'device_password': {'key': 'devicePassword', 'type': 'str'}, - 'network_configurations': {'key': 'networkConfigurations', 'type': '[ApplianceNetworkConfiguration]'}, - 'encoded_validation_cert_pub_key': {'key': 'encodedValidationCertPubKey', 'type': 'str'}, - 'account_credential_details': {'key': 'accountCredentialDetails', 'type': '[AccountCredentialDetails]'}, - } - - def __init__( - self, - **kwargs - ): - super(DataBoxHeavySecret, self).__init__(**kwargs) - self.device_serial_number = None - self.device_password = None - self.network_configurations = None - self.encoded_validation_cert_pub_key = None - self.account_credential_details = None - - -class DataBoxJobDetails(JobDetails): - """Databox Job Details. - - 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 expected_data_size_in_terabytes: The expected size of the data, which needs to be - transferred in this job, in terabytes. - :type expected_data_size_in_terabytes: int - :ivar job_stages: List of stages that run in the job. - :vartype job_stages: list[~azure.mgmt.databox.models.JobStages] - :param contact_details: Required. Contact details for notification and shipping. - :type contact_details: ~azure.mgmt.databox.models.ContactDetails - :param shipping_address: Required. Shipping address of the customer. - :type shipping_address: ~azure.mgmt.databox.models.ShippingAddress - :ivar delivery_package: Delivery package shipping details. - :vartype delivery_package: ~azure.mgmt.databox.models.PackageShippingDetails - :ivar return_package: Return package shipping details. - :vartype return_package: ~azure.mgmt.databox.models.PackageShippingDetails - :param destination_account_details: Required. Destination account details. - :type destination_account_details: list[~azure.mgmt.databox.models.DestinationAccountDetails] - :ivar error_details: Error details for failure. This is optional. - :vartype error_details: list[~azure.mgmt.databox.models.JobErrorDetails] - :param job_details_type: Required. Indicates the type of job details.Constant filled by server. - Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type job_details_type: str or ~azure.mgmt.databox.models.ClassDiscriminator - :param preferences: Preferences for the order. - :type preferences: ~azure.mgmt.databox.models.Preferences - :ivar copy_log_details: List of copy log details. - :vartype copy_log_details: list[~azure.mgmt.databox.models.CopyLogDetails] - :ivar reverse_shipment_label_sas_key: Shared access key to download the return shipment label. - :vartype reverse_shipment_label_sas_key: str - :ivar chain_of_custody_sas_key: Shared access key to download the chain of custody logs. - :vartype chain_of_custody_sas_key: str - :ivar copy_progress: Copy progress per storage account. - :vartype copy_progress: list[~azure.mgmt.databox.models.CopyProgress] - :param device_password: Set Device password for unlocking Databox. - :type device_password: str - """ - - _validation = { - 'job_stages': {'readonly': True}, - 'contact_details': {'required': True}, - 'shipping_address': {'required': True}, - 'delivery_package': {'readonly': True}, - 'return_package': {'readonly': True}, - 'destination_account_details': {'required': True}, - 'error_details': {'readonly': True}, - 'job_details_type': {'required': True}, - 'copy_log_details': {'readonly': True}, - 'reverse_shipment_label_sas_key': {'readonly': True}, - 'chain_of_custody_sas_key': {'readonly': True}, - 'copy_progress': {'readonly': True}, - } - - _attribute_map = { - 'expected_data_size_in_terabytes': {'key': 'expectedDataSizeInTerabytes', 'type': 'int'}, - 'job_stages': {'key': 'jobStages', 'type': '[JobStages]'}, - 'contact_details': {'key': 'contactDetails', 'type': 'ContactDetails'}, - 'shipping_address': {'key': 'shippingAddress', 'type': 'ShippingAddress'}, - 'delivery_package': {'key': 'deliveryPackage', 'type': 'PackageShippingDetails'}, - 'return_package': {'key': 'returnPackage', 'type': 'PackageShippingDetails'}, - 'destination_account_details': {'key': 'destinationAccountDetails', 'type': '[DestinationAccountDetails]'}, - 'error_details': {'key': 'errorDetails', 'type': '[JobErrorDetails]'}, - 'job_details_type': {'key': 'jobDetailsType', 'type': 'str'}, - 'preferences': {'key': 'preferences', 'type': 'Preferences'}, - 'copy_log_details': {'key': 'copyLogDetails', 'type': '[CopyLogDetails]'}, - 'reverse_shipment_label_sas_key': {'key': 'reverseShipmentLabelSasKey', 'type': 'str'}, - 'chain_of_custody_sas_key': {'key': 'chainOfCustodySasKey', 'type': 'str'}, - 'copy_progress': {'key': 'copyProgress', 'type': '[CopyProgress]'}, - 'device_password': {'key': 'devicePassword', 'type': 'str'}, - } - - def __init__( - self, - *, - contact_details: "ContactDetails", - shipping_address: "ShippingAddress", - destination_account_details: List["DestinationAccountDetails"], - expected_data_size_in_terabytes: Optional[int] = None, - preferences: Optional["Preferences"] = None, - device_password: Optional[str] = None, - **kwargs - ): - super(DataBoxJobDetails, self).__init__(expected_data_size_in_terabytes=expected_data_size_in_terabytes, contact_details=contact_details, shipping_address=shipping_address, destination_account_details=destination_account_details, preferences=preferences, **kwargs) - self.job_details_type = 'DataBox' # type: str - self.copy_progress = None - self.device_password = device_password - - -class DataboxJobSecrets(JobSecrets): - """The secrets related to a databox job. - - All required parameters must be populated in order to send to Azure. - - :param job_secrets_type: Required. Used to indicate what type of job secrets object.Constant - filled by server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type job_secrets_type: str or ~azure.mgmt.databox.models.ClassDiscriminator - :param dc_access_security_code: Dc Access Security Code for Customer Managed Shipping. - :type dc_access_security_code: ~azure.mgmt.databox.models.DcAccessSecurityCode - :param pod_secrets: Contains the list of secret objects for a job. - :type pod_secrets: list[~azure.mgmt.databox.models.DataBoxSecret] - """ - - _validation = { - 'job_secrets_type': {'required': True}, - } - - _attribute_map = { - 'job_secrets_type': {'key': 'jobSecretsType', 'type': 'str'}, - 'dc_access_security_code': {'key': 'dcAccessSecurityCode', 'type': 'DcAccessSecurityCode'}, - 'pod_secrets': {'key': 'podSecrets', 'type': '[DataBoxSecret]'}, - } - - def __init__( - self, - *, - dc_access_security_code: Optional["DcAccessSecurityCode"] = None, - pod_secrets: Optional[List["DataBoxSecret"]] = None, - **kwargs - ): - super(DataboxJobSecrets, self).__init__(dc_access_security_code=dc_access_security_code, **kwargs) - self.job_secrets_type = 'DataBox' # type: str - self.pod_secrets = pod_secrets - - -class ScheduleAvailabilityRequest(msrest.serialization.Model): - """Request body to get the availability for scheduling orders. - - You probably want to use the sub-classes and not this class directly. Known - sub-classes are: DataBoxScheduleAvailabilityRequest, DiskScheduleAvailabilityRequest, HeavyScheduleAvailabilityRequest. - - All required parameters must be populated in order to send to Azure. - - :param storage_location: Required. Location for data transfer. - For locations check: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api- - version=2018-01-01. - :type storage_location: str - :param sku_name: Required. Sku Name for which the order is to be scheduled.Constant filled by - server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type sku_name: str or ~azure.mgmt.databox.models.SkuName - """ - - _validation = { - 'storage_location': {'required': True}, - 'sku_name': {'required': True}, - } - - _attribute_map = { - 'storage_location': {'key': 'storageLocation', 'type': 'str'}, - 'sku_name': {'key': 'skuName', 'type': 'str'}, - } - - _subtype_map = { - 'sku_name': {'DataBox': 'DataBoxScheduleAvailabilityRequest', 'DataBoxDisk': 'DiskScheduleAvailabilityRequest', 'DataBoxHeavy': 'HeavyScheduleAvailabilityRequest'} - } - - def __init__( - self, - *, - storage_location: str, - **kwargs - ): - super(ScheduleAvailabilityRequest, self).__init__(**kwargs) - self.storage_location = storage_location - self.sku_name = None # type: Optional[str] - - -class DataBoxScheduleAvailabilityRequest(ScheduleAvailabilityRequest): - """Request body to get the availability for scheduling data box orders orders. - - All required parameters must be populated in order to send to Azure. - - :param storage_location: Required. Location for data transfer. - For locations check: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api- - version=2018-01-01. - :type storage_location: str - :param sku_name: Required. Sku Name for which the order is to be scheduled.Constant filled by - server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type sku_name: str or ~azure.mgmt.databox.models.SkuName - """ - - _validation = { - 'storage_location': {'required': True}, - 'sku_name': {'required': True}, - } - - _attribute_map = { - 'storage_location': {'key': 'storageLocation', 'type': 'str'}, - 'sku_name': {'key': 'skuName', 'type': 'str'}, - } - - def __init__( - self, - *, - storage_location: str, - **kwargs - ): - super(DataBoxScheduleAvailabilityRequest, self).__init__(storage_location=storage_location, **kwargs) - self.sku_name = 'DataBox' # type: str - - -class DataBoxSecret(msrest.serialization.Model): - """The secrets related to a DataBox. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar device_serial_number: Serial number of the assigned device. - :vartype device_serial_number: str - :ivar device_password: Password for out of the box experience on device. - :vartype device_password: str - :ivar network_configurations: Network configuration of the appliance. - :vartype network_configurations: list[~azure.mgmt.databox.models.ApplianceNetworkConfiguration] - :ivar encoded_validation_cert_pub_key: The base 64 encoded public key to authenticate with the - device. - :vartype encoded_validation_cert_pub_key: str - :ivar account_credential_details: Per account level access credentials. - :vartype account_credential_details: list[~azure.mgmt.databox.models.AccountCredentialDetails] - """ - - _validation = { - 'device_serial_number': {'readonly': True}, - 'device_password': {'readonly': True}, - 'network_configurations': {'readonly': True}, - 'encoded_validation_cert_pub_key': {'readonly': True}, - 'account_credential_details': {'readonly': True}, - } - - _attribute_map = { - 'device_serial_number': {'key': 'deviceSerialNumber', 'type': 'str'}, - 'device_password': {'key': 'devicePassword', 'type': 'str'}, - 'network_configurations': {'key': 'networkConfigurations', 'type': '[ApplianceNetworkConfiguration]'}, - 'encoded_validation_cert_pub_key': {'key': 'encodedValidationCertPubKey', 'type': 'str'}, - 'account_credential_details': {'key': 'accountCredentialDetails', 'type': '[AccountCredentialDetails]'}, - } - - def __init__( - self, - **kwargs - ): - super(DataBoxSecret, self).__init__(**kwargs) - self.device_serial_number = None - self.device_password = None - self.network_configurations = None - self.encoded_validation_cert_pub_key = None - self.account_credential_details = None - - -class DataDestinationDetailsValidationRequest(ValidationInputRequest): - """Request to validate data destination details. - - All required parameters must be populated in order to send to Azure. - - :param validation_type: Required. Identifies the type of validation request.Constant filled by - server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - :param destination_account_details: Required. Destination account details list. - :type destination_account_details: list[~azure.mgmt.databox.models.DestinationAccountDetails] - :param location: Required. Location of stamp or geo. - :type location: str - """ - - _validation = { - 'validation_type': {'required': True}, - 'destination_account_details': {'required': True}, - 'location': {'required': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'validationType', 'type': 'str'}, - 'destination_account_details': {'key': 'destinationAccountDetails', 'type': '[DestinationAccountDetails]'}, - 'location': {'key': 'location', 'type': 'str'}, - } - - def __init__( - self, - *, - destination_account_details: List["DestinationAccountDetails"], - location: str, - **kwargs - ): - super(DataDestinationDetailsValidationRequest, self).__init__(**kwargs) - self.validation_type = 'ValidateDataDestinationDetails' # type: str - self.destination_account_details = destination_account_details - self.location = location - - -class DataDestinationDetailsValidationResponseProperties(ValidationInputResponse): - """Properties of data destination details validation response. - - 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 validation_type: Required. Identifies the type of validation response.Constant filled by - server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - :ivar error: Error code and message of validation response. - :vartype error: ~azure.mgmt.databox.models.Error - :ivar status: Data destination details validation status. Possible values include: "Valid", - "Invalid", "Skipped". - :vartype status: str or ~azure.mgmt.databox.models.ValidationStatus - """ - - _validation = { - 'validation_type': {'required': True}, - 'error': {'readonly': True}, - 'status': {'readonly': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'validationType', 'type': 'str'}, - 'error': {'key': 'error', 'type': 'Error'}, - 'status': {'key': 'status', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(DataDestinationDetailsValidationResponseProperties, self).__init__(**kwargs) - self.validation_type = 'ValidateDataDestinationDetails' # type: str - self.status = None - - -class DcAccessSecurityCode(msrest.serialization.Model): - """Dc Access Security code for device. - - :param forward_dc_access_code: Dc Access Code for dispatching from DC. - :type forward_dc_access_code: str - :param reverse_dc_access_code: Dc Access code for dropping off at DC. - :type reverse_dc_access_code: str - """ - - _attribute_map = { - 'forward_dc_access_code': {'key': 'forwardDcAccessCode', 'type': 'str'}, - 'reverse_dc_access_code': {'key': 'reverseDcAccessCode', 'type': 'str'}, - } - - def __init__( - self, - *, - forward_dc_access_code: Optional[str] = None, - reverse_dc_access_code: Optional[str] = None, - **kwargs - ): - super(DcAccessSecurityCode, self).__init__(**kwargs) - self.forward_dc_access_code = forward_dc_access_code - self.reverse_dc_access_code = reverse_dc_access_code - - -class DestinationAccountDetails(msrest.serialization.Model): - """Details of the destination storage accounts. - - You probably want to use the sub-classes and not this class directly. Known - sub-classes are: DestinationManagedDiskDetails, DestinationStorageAccountDetails. - - All required parameters must be populated in order to send to Azure. - - :param data_destination_type: Required. Data Destination Type.Constant filled by server. - Possible values include: "StorageAccount", "ManagedDisk". - :type data_destination_type: str or ~azure.mgmt.databox.models.DataDestinationType - :param account_id: Arm Id of the destination where the data has to be moved. - :type account_id: str - :param share_password: Share password to be shared by all shares in SA. - :type share_password: str - """ - - _validation = { - 'data_destination_type': {'required': True}, - } - - _attribute_map = { - 'data_destination_type': {'key': 'dataDestinationType', 'type': 'str'}, - 'account_id': {'key': 'accountId', 'type': 'str'}, - 'share_password': {'key': 'sharePassword', 'type': 'str'}, - } - - _subtype_map = { - 'data_destination_type': {'ManagedDisk': 'DestinationManagedDiskDetails', 'StorageAccount': 'DestinationStorageAccountDetails'} - } - - def __init__( - self, - *, - account_id: Optional[str] = None, - share_password: Optional[str] = None, - **kwargs - ): - super(DestinationAccountDetails, self).__init__(**kwargs) - self.data_destination_type = None # type: Optional[str] - self.account_id = account_id - self.share_password = share_password - - -class DestinationManagedDiskDetails(DestinationAccountDetails): - """Details for the destination compute disks. - - All required parameters must be populated in order to send to Azure. - - :param data_destination_type: Required. Data Destination Type.Constant filled by server. - Possible values include: "StorageAccount", "ManagedDisk". - :type data_destination_type: str or ~azure.mgmt.databox.models.DataDestinationType - :param account_id: Arm Id of the destination where the data has to be moved. - :type account_id: str - :param share_password: Share password to be shared by all shares in SA. - :type share_password: str - :param resource_group_id: Required. Destination Resource Group Id where the Compute disks - should be created. - :type resource_group_id: str - :param staging_storage_account_id: Required. Arm Id of the storage account that can be used to - copy the vhd for staging. - :type staging_storage_account_id: str - """ - - _validation = { - 'data_destination_type': {'required': True}, - 'resource_group_id': {'required': True}, - 'staging_storage_account_id': {'required': True}, - } - - _attribute_map = { - 'data_destination_type': {'key': 'dataDestinationType', 'type': 'str'}, - 'account_id': {'key': 'accountId', 'type': 'str'}, - 'share_password': {'key': 'sharePassword', 'type': 'str'}, - 'resource_group_id': {'key': 'resourceGroupId', 'type': 'str'}, - 'staging_storage_account_id': {'key': 'stagingStorageAccountId', 'type': 'str'}, - } - - def __init__( - self, - *, - resource_group_id: str, - staging_storage_account_id: str, - account_id: Optional[str] = None, - share_password: Optional[str] = None, - **kwargs - ): - super(DestinationManagedDiskDetails, self).__init__(account_id=account_id, share_password=share_password, **kwargs) - self.data_destination_type = 'ManagedDisk' # type: str - self.resource_group_id = resource_group_id - self.staging_storage_account_id = staging_storage_account_id - - -class DestinationStorageAccountDetails(DestinationAccountDetails): - """Details for the destination storage account. - - All required parameters must be populated in order to send to Azure. - - :param data_destination_type: Required. Data Destination Type.Constant filled by server. - Possible values include: "StorageAccount", "ManagedDisk". - :type data_destination_type: str or ~azure.mgmt.databox.models.DataDestinationType - :param account_id: Arm Id of the destination where the data has to be moved. - :type account_id: str - :param share_password: Share password to be shared by all shares in SA. - :type share_password: str - :param storage_account_id: Required. Destination Storage Account Arm Id. - :type storage_account_id: str - """ - - _validation = { - 'data_destination_type': {'required': True}, - 'storage_account_id': {'required': True}, - } - - _attribute_map = { - 'data_destination_type': {'key': 'dataDestinationType', 'type': 'str'}, - 'account_id': {'key': 'accountId', 'type': 'str'}, - 'share_password': {'key': 'sharePassword', 'type': 'str'}, - 'storage_account_id': {'key': 'storageAccountId', 'type': 'str'}, - } - - def __init__( - self, - *, - storage_account_id: str, - account_id: Optional[str] = None, - share_password: Optional[str] = None, - **kwargs - ): - super(DestinationStorageAccountDetails, self).__init__(account_id=account_id, share_password=share_password, **kwargs) - self.data_destination_type = 'StorageAccount' # type: str - self.storage_account_id = storage_account_id - - -class DestinationToServiceLocationMap(msrest.serialization.Model): - """Map of destination location to service location. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar destination_location: Location of the destination. - :vartype destination_location: str - :ivar service_location: Location of the service. - :vartype service_location: str - """ - - _validation = { - 'destination_location': {'readonly': True}, - 'service_location': {'readonly': True}, - } - - _attribute_map = { - 'destination_location': {'key': 'destinationLocation', 'type': 'str'}, - 'service_location': {'key': 'serviceLocation', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(DestinationToServiceLocationMap, self).__init__(**kwargs) - self.destination_location = None - self.service_location = None - - -class DiskScheduleAvailabilityRequest(ScheduleAvailabilityRequest): - """Request body to get the availability for scheduling disk orders. - - All required parameters must be populated in order to send to Azure. - - :param storage_location: Required. Location for data transfer. - For locations check: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api- - version=2018-01-01. - :type storage_location: str - :param sku_name: Required. Sku Name for which the order is to be scheduled.Constant filled by - server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type sku_name: str or ~azure.mgmt.databox.models.SkuName - :param expected_data_size_in_terabytes: Required. The expected size of the data, which needs to - be transferred in this job, in terabytes. - :type expected_data_size_in_terabytes: int - """ - - _validation = { - 'storage_location': {'required': True}, - 'sku_name': {'required': True}, - 'expected_data_size_in_terabytes': {'required': True}, - } - - _attribute_map = { - 'storage_location': {'key': 'storageLocation', 'type': 'str'}, - 'sku_name': {'key': 'skuName', 'type': 'str'}, - 'expected_data_size_in_terabytes': {'key': 'expectedDataSizeInTerabytes', 'type': 'int'}, - } - - def __init__( - self, - *, - storage_location: str, - expected_data_size_in_terabytes: int, - **kwargs - ): - super(DiskScheduleAvailabilityRequest, self).__init__(storage_location=storage_location, **kwargs) - self.sku_name = 'DataBoxDisk' # type: str - self.expected_data_size_in_terabytes = expected_data_size_in_terabytes - - -class DiskSecret(msrest.serialization.Model): - """Contains all the secrets of a Disk. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar disk_serial_number: Serial number of the assigned disk. - :vartype disk_serial_number: str - :ivar bit_locker_key: Bit Locker key of the disk which can be used to unlock the disk to copy - data. - :vartype bit_locker_key: str - """ - - _validation = { - 'disk_serial_number': {'readonly': True}, - 'bit_locker_key': {'readonly': True}, - } - - _attribute_map = { - 'disk_serial_number': {'key': 'diskSerialNumber', 'type': 'str'}, - 'bit_locker_key': {'key': 'bitLockerKey', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(DiskSecret, self).__init__(**kwargs) - self.disk_serial_number = None - self.bit_locker_key = None - - -class Error(msrest.serialization.Model): - """Top level error for the job. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar code: Error code that can be used to programmatically identify the error. - :vartype code: str - :ivar message: Describes the error in detail and provides debugging information. - :vartype message: str - """ - - _validation = { - 'code': {'readonly': True}, - 'message': {'readonly': True}, - } - - _attribute_map = { - 'code': {'key': 'code', 'type': 'str'}, - 'message': {'key': 'message', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(Error, self).__init__(**kwargs) - self.code = None - self.message = None - - -class HeavyScheduleAvailabilityRequest(ScheduleAvailabilityRequest): - """Request body to get the availability for scheduling heavy orders. - - All required parameters must be populated in order to send to Azure. - - :param storage_location: Required. Location for data transfer. - For locations check: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api- - version=2018-01-01. - :type storage_location: str - :param sku_name: Required. Sku Name for which the order is to be scheduled.Constant filled by - server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type sku_name: str or ~azure.mgmt.databox.models.SkuName - """ - - _validation = { - 'storage_location': {'required': True}, - 'sku_name': {'required': True}, - } - - _attribute_map = { - 'storage_location': {'key': 'storageLocation', 'type': 'str'}, - 'sku_name': {'key': 'skuName', 'type': 'str'}, - } - - def __init__( - self, - *, - storage_location: str, - **kwargs - ): - super(HeavyScheduleAvailabilityRequest, self).__init__(storage_location=storage_location, **kwargs) - self.sku_name = 'DataBoxHeavy' # type: str - - -class JobDeliveryInfo(msrest.serialization.Model): - """Additional delivery info. - - :param scheduled_date_time: Scheduled date time. - :type scheduled_date_time: ~datetime.datetime - """ - - _attribute_map = { - 'scheduled_date_time': {'key': 'scheduledDateTime', 'type': 'iso-8601'}, - } - - def __init__( - self, - *, - scheduled_date_time: Optional[datetime.datetime] = None, - **kwargs - ): - super(JobDeliveryInfo, self).__init__(**kwargs) - self.scheduled_date_time = scheduled_date_time - - -class JobErrorDetails(msrest.serialization.Model): - """Job Error Details for providing the information and recommended action. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar error_message: Message for the error. - :vartype error_message: str - :ivar error_code: Code for the error. - :vartype error_code: int - :ivar recommended_action: Recommended action for the error. - :vartype recommended_action: str - :ivar exception_message: Contains the non localized exception message. - :vartype exception_message: str - """ - - _validation = { - 'error_message': {'readonly': True}, - 'error_code': {'readonly': True}, - 'recommended_action': {'readonly': True}, - 'exception_message': {'readonly': True}, - } - - _attribute_map = { - 'error_message': {'key': 'errorMessage', 'type': 'str'}, - 'error_code': {'key': 'errorCode', 'type': 'int'}, - 'recommended_action': {'key': 'recommendedAction', 'type': 'str'}, - 'exception_message': {'key': 'exceptionMessage', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(JobErrorDetails, self).__init__(**kwargs) - self.error_message = None - self.error_code = None - self.recommended_action = None - self.exception_message = None - - -class Resource(msrest.serialization.Model): - """Model of the Resource. - - All required parameters must be populated in order to send to Azure. - - :param location: Required. The location of the resource. This will be one of the supported and - registered Azure Regions (e.g. West US, East US, Southeast Asia, etc.). The region of a - resource cannot be changed once it is created, but if an identical region is specified on - update the request will succeed. - :type location: str - :param tags: A set of tags. The list of key value pairs that describe the resource. These tags - can be used in viewing and grouping this resource (across resource groups). - :type tags: dict[str, str] - :param sku: Required. The sku type. - :type sku: ~azure.mgmt.databox.models.Sku - """ - - _validation = { - 'location': {'required': True}, - 'sku': {'required': True}, - } - - _attribute_map = { - 'location': {'key': 'location', 'type': 'str'}, - 'tags': {'key': 'tags', 'type': '{str}'}, - 'sku': {'key': 'sku', 'type': 'Sku'}, - } - - def __init__( - self, - *, - location: str, - sku: "Sku", - tags: Optional[Dict[str, str]] = None, - **kwargs - ): - super(Resource, self).__init__(**kwargs) - self.location = location - self.tags = tags - self.sku = sku - - -class JobResource(Resource): - """Job Resource. - - 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 location: Required. The location of the resource. This will be one of the supported and - registered Azure Regions (e.g. West US, East US, Southeast Asia, etc.). The region of a - resource cannot be changed once it is created, but if an identical region is specified on - update the request will succeed. - :type location: str - :param tags: A set of tags. The list of key value pairs that describe the resource. These tags - can be used in viewing and grouping this resource (across resource groups). - :type tags: dict[str, str] - :param sku: Required. The sku type. - :type sku: ~azure.mgmt.databox.models.Sku - :ivar name: Name of the object. - :vartype name: str - :ivar id: Id of the object. - :vartype id: str - :ivar type: Type of the object. - :vartype type: str - :ivar is_cancellable: Describes whether the job is cancellable or not. - :vartype is_cancellable: bool - :ivar is_deletable: Describes whether the job is deletable or not. - :vartype is_deletable: bool - :ivar is_shipping_address_editable: Describes whether the shipping address is editable or not. - :vartype is_shipping_address_editable: bool - :ivar status: Name of the stage which is in progress. Possible values include: "DeviceOrdered", - "DevicePrepared", "Dispatched", "Delivered", "PickedUp", "AtAzureDC", "DataCopy", "Completed", - "CompletedWithErrors", "Cancelled", "Failed_IssueReportedAtCustomer", - "Failed_IssueDetectedAtAzureDC", "Aborted", "CompletedWithWarnings", - "ReadyToDispatchFromAzureDC", "ReadyToReceiveAtAzureDC". - :vartype status: str or ~azure.mgmt.databox.models.StageName - :ivar start_time: Time at which the job was started in UTC ISO 8601 format. - :vartype start_time: ~datetime.datetime - :ivar error: Top level error for the job. - :vartype error: ~azure.mgmt.databox.models.Error - :param details: Details of a job run. This field will only be sent for expand details filter. - :type details: ~azure.mgmt.databox.models.JobDetails - :ivar cancellation_reason: Reason for cancellation. - :vartype cancellation_reason: str - :param delivery_type: Delivery type of Job. Possible values include: "NonScheduled", - "Scheduled". - :type delivery_type: str or ~azure.mgmt.databox.models.JobDeliveryType - :param delivery_info: Delivery Info of Job. - :type delivery_info: ~azure.mgmt.databox.models.JobDeliveryInfo - :ivar is_cancellable_without_fee: Flag to indicate cancellation of scheduled job. - :vartype is_cancellable_without_fee: bool - """ - - _validation = { - 'location': {'required': True}, - 'sku': {'required': True}, - 'name': {'readonly': True}, - 'id': {'readonly': True}, - 'type': {'readonly': True}, - 'is_cancellable': {'readonly': True}, - 'is_deletable': {'readonly': True}, - 'is_shipping_address_editable': {'readonly': True}, - 'status': {'readonly': True}, - 'start_time': {'readonly': True}, - 'error': {'readonly': True}, - 'cancellation_reason': {'readonly': True}, - 'is_cancellable_without_fee': {'readonly': True}, - } - - _attribute_map = { - 'location': {'key': 'location', 'type': 'str'}, - 'tags': {'key': 'tags', 'type': '{str}'}, - 'sku': {'key': 'sku', 'type': 'Sku'}, - 'name': {'key': 'name', 'type': 'str'}, - 'id': {'key': 'id', 'type': 'str'}, - 'type': {'key': 'type', 'type': 'str'}, - 'is_cancellable': {'key': 'properties.isCancellable', 'type': 'bool'}, - 'is_deletable': {'key': 'properties.isDeletable', 'type': 'bool'}, - 'is_shipping_address_editable': {'key': 'properties.isShippingAddressEditable', 'type': 'bool'}, - 'status': {'key': 'properties.status', 'type': 'str'}, - 'start_time': {'key': 'properties.startTime', 'type': 'iso-8601'}, - 'error': {'key': 'properties.error', 'type': 'Error'}, - 'details': {'key': 'properties.details', 'type': 'JobDetails'}, - 'cancellation_reason': {'key': 'properties.cancellationReason', 'type': 'str'}, - 'delivery_type': {'key': 'properties.deliveryType', 'type': 'str'}, - 'delivery_info': {'key': 'properties.deliveryInfo', 'type': 'JobDeliveryInfo'}, - 'is_cancellable_without_fee': {'key': 'properties.isCancellableWithoutFee', 'type': 'bool'}, - } - - def __init__( - self, - *, - location: str, - sku: "Sku", - tags: Optional[Dict[str, str]] = None, - details: Optional["JobDetails"] = None, - delivery_type: Optional[Union[str, "JobDeliveryType"]] = None, - delivery_info: Optional["JobDeliveryInfo"] = None, - **kwargs - ): - super(JobResource, self).__init__(location=location, tags=tags, sku=sku, **kwargs) - self.name = None - self.id = None - self.type = None - self.is_cancellable = None - self.is_deletable = None - self.is_shipping_address_editable = None - self.status = None - self.start_time = None - self.error = None - self.details = details - self.cancellation_reason = None - self.delivery_type = delivery_type - self.delivery_info = delivery_info - self.is_cancellable_without_fee = None - - -class JobResourceList(msrest.serialization.Model): - """Job Resource Collection. - - :param value: List of job resources. - :type value: list[~azure.mgmt.databox.models.JobResource] - :param next_link: Link for the next set of job resources. - :type next_link: str - """ - - _attribute_map = { - 'value': {'key': 'value', 'type': '[JobResource]'}, - 'next_link': {'key': 'nextLink', 'type': 'str'}, - } - - def __init__( - self, - *, - value: Optional[List["JobResource"]] = None, - next_link: Optional[str] = None, - **kwargs - ): - super(JobResourceList, self).__init__(**kwargs) - self.value = value - self.next_link = next_link - - -class JobResourceUpdateParameter(msrest.serialization.Model): - """The JobResourceUpdateParameter. - - :param tags: A set of tags. The list of key value pairs that describe the resource. These tags - can be used in viewing and grouping this resource (across resource groups). - :type tags: dict[str, str] - :param details: Details of a job to be updated. - :type details: ~azure.mgmt.databox.models.UpdateJobDetails - :param destination_account_details: Destination account details. - :type destination_account_details: list[~azure.mgmt.databox.models.DestinationAccountDetails] - """ - - _attribute_map = { - 'tags': {'key': 'tags', 'type': '{str}'}, - 'details': {'key': 'properties.details', 'type': 'UpdateJobDetails'}, - 'destination_account_details': {'key': 'properties.destinationAccountDetails', 'type': '[DestinationAccountDetails]'}, - } - - def __init__( - self, - *, - tags: Optional[Dict[str, str]] = None, - details: Optional["UpdateJobDetails"] = None, - destination_account_details: Optional[List["DestinationAccountDetails"]] = None, - **kwargs - ): - super(JobResourceUpdateParameter, self).__init__(**kwargs) - self.tags = tags - self.details = details - self.destination_account_details = destination_account_details - - -class JobStages(msrest.serialization.Model): - """Job stages. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar stage_name: Name of the job stage. Possible values include: "DeviceOrdered", - "DevicePrepared", "Dispatched", "Delivered", "PickedUp", "AtAzureDC", "DataCopy", "Completed", - "CompletedWithErrors", "Cancelled", "Failed_IssueReportedAtCustomer", - "Failed_IssueDetectedAtAzureDC", "Aborted", "CompletedWithWarnings", - "ReadyToDispatchFromAzureDC", "ReadyToReceiveAtAzureDC". - :vartype stage_name: str or ~azure.mgmt.databox.models.StageName - :ivar display_name: Display name of the job stage. - :vartype display_name: str - :ivar stage_status: Status of the job stage. Possible values include: "None", "InProgress", - "Succeeded", "Failed", "Cancelled", "Cancelling", "SucceededWithErrors". - :vartype stage_status: str or ~azure.mgmt.databox.models.StageStatus - :ivar stage_time: Time for the job stage in UTC ISO 8601 format. - :vartype stage_time: ~datetime.datetime - :ivar job_stage_details: Job Stage Details. - :vartype job_stage_details: object - :ivar error_details: Error details for the stage. - :vartype error_details: list[~azure.mgmt.databox.models.JobErrorDetails] - """ - - _validation = { - 'stage_name': {'readonly': True}, - 'display_name': {'readonly': True}, - 'stage_status': {'readonly': True}, - 'stage_time': {'readonly': True}, - 'job_stage_details': {'readonly': True}, - 'error_details': {'readonly': True}, - } - - _attribute_map = { - 'stage_name': {'key': 'stageName', 'type': 'str'}, - 'display_name': {'key': 'displayName', 'type': 'str'}, - 'stage_status': {'key': 'stageStatus', 'type': 'str'}, - 'stage_time': {'key': 'stageTime', 'type': 'iso-8601'}, - 'job_stage_details': {'key': 'jobStageDetails', 'type': 'object'}, - 'error_details': {'key': 'errorDetails', 'type': '[JobErrorDetails]'}, - } - - def __init__( - self, - **kwargs - ): - super(JobStages, self).__init__(**kwargs) - self.stage_name = None - self.display_name = None - self.stage_status = None - self.stage_time = None - self.job_stage_details = None - self.error_details = None - - -class NotificationPreference(msrest.serialization.Model): - """Notification preference for a job stage. - - All required parameters must be populated in order to send to Azure. - - :param stage_name: Required. Name of the stage. Possible values include: "DevicePrepared", - "Dispatched", "Delivered", "PickedUp", "AtAzureDC", "DataCopy". - :type stage_name: str or ~azure.mgmt.databox.models.NotificationStageName - :param send_notification: Required. Notification is required or not. - :type send_notification: bool - """ - - _validation = { - 'stage_name': {'required': True}, - 'send_notification': {'required': True}, - } - - _attribute_map = { - 'stage_name': {'key': 'stageName', 'type': 'str'}, - 'send_notification': {'key': 'sendNotification', 'type': 'bool'}, - } - - def __init__( - self, - *, - stage_name: Union[str, "NotificationStageName"], - send_notification: bool, - **kwargs - ): - super(NotificationPreference, self).__init__(**kwargs) - self.stage_name = stage_name - self.send_notification = send_notification - - -class Operation(msrest.serialization.Model): - """Operation entity. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar name: Name of the operation. Format: - {resourceProviderNamespace}/{resourceType}/{read|write|delete|action}. - :vartype name: str - :ivar display: Operation display values. - :vartype display: ~azure.mgmt.databox.models.OperationDisplay - :ivar properties: Operation properties. - :vartype properties: object - :ivar origin: Origin of the operation. Can be : user|system|user,system. - :vartype origin: str - """ - - _validation = { - 'name': {'readonly': True}, - 'display': {'readonly': True}, - 'properties': {'readonly': True}, - 'origin': {'readonly': True}, - } - - _attribute_map = { - 'name': {'key': 'name', 'type': 'str'}, - 'display': {'key': 'display', 'type': 'OperationDisplay'}, - 'properties': {'key': 'properties', 'type': 'object'}, - 'origin': {'key': 'origin', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(Operation, self).__init__(**kwargs) - self.name = None - self.display = None - self.properties = None - self.origin = None - - -class OperationDisplay(msrest.serialization.Model): - """Operation display. - - :param provider: Provider name. - :type provider: str - :param resource: Resource name. - :type resource: str - :param operation: Localized name of the operation for display purpose. - :type operation: str - :param description: Localized description of the operation for display purpose. - :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(OperationDisplay, self).__init__(**kwargs) - self.provider = provider - self.resource = resource - self.operation = operation - self.description = description - - -class OperationList(msrest.serialization.Model): - """Operation Collection. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar value: List of operations. - :vartype value: list[~azure.mgmt.databox.models.Operation] - :param next_link: Link for the next set of operations. - :type next_link: str - """ - - _validation = { - 'value': {'readonly': True}, - } - - _attribute_map = { - 'value': {'key': 'value', 'type': '[Operation]'}, - 'next_link': {'key': 'nextLink', 'type': 'str'}, - } - - def __init__( - self, - *, - next_link: Optional[str] = None, - **kwargs - ): - super(OperationList, self).__init__(**kwargs) - self.value = None - self.next_link = next_link - - -class PackageShippingDetails(msrest.serialization.Model): - """Shipping details. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar carrier_name: Name of the carrier. - :vartype carrier_name: str - :ivar tracking_id: Tracking Id of shipment. - :vartype tracking_id: str - :ivar tracking_url: Url where shipment can be tracked. - :vartype tracking_url: str - """ - - _validation = { - 'carrier_name': {'readonly': True}, - 'tracking_id': {'readonly': True}, - 'tracking_url': {'readonly': True}, - } - - _attribute_map = { - 'carrier_name': {'key': 'carrierName', 'type': 'str'}, - 'tracking_id': {'key': 'trackingId', 'type': 'str'}, - 'tracking_url': {'key': 'trackingUrl', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(PackageShippingDetails, self).__init__(**kwargs) - self.carrier_name = None - self.tracking_id = None - self.tracking_url = None - - -class Preferences(msrest.serialization.Model): - """Preferences related to the order. - - :param preferred_data_center_region: Preferred Data Center Region. - :type preferred_data_center_region: list[str] - :param transport_preferences: Preferences related to the shipment logistics of the sku. - :type transport_preferences: ~azure.mgmt.databox.models.TransportPreferences - """ - - _attribute_map = { - 'preferred_data_center_region': {'key': 'preferredDataCenterRegion', 'type': '[str]'}, - 'transport_preferences': {'key': 'transportPreferences', 'type': 'TransportPreferences'}, - } - - def __init__( - self, - *, - preferred_data_center_region: Optional[List[str]] = None, - transport_preferences: Optional["TransportPreferences"] = None, - **kwargs - ): - super(Preferences, self).__init__(**kwargs) - self.preferred_data_center_region = preferred_data_center_region - self.transport_preferences = transport_preferences - - -class PreferencesValidationRequest(ValidationInputRequest): - """Request to validate preference of transport and data center. - - All required parameters must be populated in order to send to Azure. - - :param validation_type: Required. Identifies the type of validation request.Constant filled by - server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - :param preference: Preference requested with respect to transport type and data center. - :type preference: ~azure.mgmt.databox.models.Preferences - :param device_type: Required. Device type to be used for the job. Possible values include: - "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type device_type: str or ~azure.mgmt.databox.models.SkuName - """ - - _validation = { - 'validation_type': {'required': True}, - 'device_type': {'required': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'validationType', 'type': 'str'}, - 'preference': {'key': 'preference', 'type': 'Preferences'}, - 'device_type': {'key': 'deviceType', 'type': 'str'}, - } - - def __init__( - self, - *, - device_type: Union[str, "SkuName"], - preference: Optional["Preferences"] = None, - **kwargs - ): - super(PreferencesValidationRequest, self).__init__(**kwargs) - self.validation_type = 'ValidatePreferences' # type: str - self.preference = preference - self.device_type = device_type - - -class PreferencesValidationResponseProperties(ValidationInputResponse): - """Properties of data center and transport preference validation response. - - 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 validation_type: Required. Identifies the type of validation response.Constant filled by - server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - :ivar error: Error code and message of validation response. - :vartype error: ~azure.mgmt.databox.models.Error - :ivar status: Validation status of requested data center and transport. Possible values - include: "Valid", "Invalid", "Skipped". - :vartype status: str or ~azure.mgmt.databox.models.ValidationStatus - """ - - _validation = { - 'validation_type': {'required': True}, - 'error': {'readonly': True}, - 'status': {'readonly': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'validationType', 'type': 'str'}, - 'error': {'key': 'error', 'type': 'Error'}, - 'status': {'key': 'status', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(PreferencesValidationResponseProperties, self).__init__(**kwargs) - self.validation_type = 'ValidatePreferences' # type: str - self.status = None - - -class RegionConfigurationRequest(msrest.serialization.Model): - """Request body to get the configuration for the region. - - :param schedule_availability_request: Request body to get the availability for scheduling - orders. - :type schedule_availability_request: ~azure.mgmt.databox.models.ScheduleAvailabilityRequest - :param transport_availability_request: Request body to get the transport availability for given - sku. - :type transport_availability_request: ~azure.mgmt.databox.models.TransportAvailabilityRequest - """ - - _attribute_map = { - 'schedule_availability_request': {'key': 'scheduleAvailabilityRequest', 'type': 'ScheduleAvailabilityRequest'}, - 'transport_availability_request': {'key': 'transportAvailabilityRequest', 'type': 'TransportAvailabilityRequest'}, - } - - def __init__( - self, - *, - schedule_availability_request: Optional["ScheduleAvailabilityRequest"] = None, - transport_availability_request: Optional["TransportAvailabilityRequest"] = None, - **kwargs - ): - super(RegionConfigurationRequest, self).__init__(**kwargs) - self.schedule_availability_request = schedule_availability_request - self.transport_availability_request = transport_availability_request - - -class RegionConfigurationResponse(msrest.serialization.Model): - """Configuration response specific to a region. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar schedule_availability_response: Schedule availability for given sku in a region. - :vartype schedule_availability_response: - ~azure.mgmt.databox.models.ScheduleAvailabilityResponse - :ivar transport_availability_response: Transport options available for given sku in a region. - :vartype transport_availability_response: - ~azure.mgmt.databox.models.TransportAvailabilityResponse - """ - - _validation = { - 'schedule_availability_response': {'readonly': True}, - 'transport_availability_response': {'readonly': True}, - } - - _attribute_map = { - 'schedule_availability_response': {'key': 'scheduleAvailabilityResponse', 'type': 'ScheduleAvailabilityResponse'}, - 'transport_availability_response': {'key': 'transportAvailabilityResponse', 'type': 'TransportAvailabilityResponse'}, - } - - def __init__( - self, - **kwargs - ): - super(RegionConfigurationResponse, self).__init__(**kwargs) - self.schedule_availability_response = None - self.transport_availability_response = None - - -class ScheduleAvailabilityResponse(msrest.serialization.Model): - """Schedule availability response for given sku in a region. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar available_dates: List of dates available to schedule. - :vartype available_dates: list[~datetime.datetime] - """ - - _validation = { - 'available_dates': {'readonly': True}, - } - - _attribute_map = { - 'available_dates': {'key': 'availableDates', 'type': '[iso-8601]'}, - } - - def __init__( - self, - **kwargs - ): - super(ScheduleAvailabilityResponse, self).__init__(**kwargs) - self.available_dates = None - - -class ShareCredentialDetails(msrest.serialization.Model): - """Credential details of the shares in account. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar share_name: Name of the share. - :vartype share_name: str - :ivar share_type: Type of the share. Possible values include: "UnknownType", "HCS", - "BlockBlob", "PageBlob", "AzureFile", "ManagedDisk". - :vartype share_type: str or ~azure.mgmt.databox.models.ShareDestinationFormatType - :ivar user_name: User name for the share. - :vartype user_name: str - :ivar password: Password for the share. - :vartype password: str - :ivar supported_access_protocols: Access protocols supported on the device. - :vartype supported_access_protocols: list[str or ~azure.mgmt.databox.models.AccessProtocol] - """ - - _validation = { - 'share_name': {'readonly': True}, - 'share_type': {'readonly': True}, - 'user_name': {'readonly': True}, - 'password': {'readonly': True}, - 'supported_access_protocols': {'readonly': True}, - } - - _attribute_map = { - 'share_name': {'key': 'shareName', 'type': 'str'}, - 'share_type': {'key': 'shareType', 'type': 'str'}, - 'user_name': {'key': 'userName', 'type': 'str'}, - 'password': {'key': 'password', 'type': 'str'}, - 'supported_access_protocols': {'key': 'supportedAccessProtocols', 'type': '[str]'}, - } - - def __init__( - self, - **kwargs - ): - super(ShareCredentialDetails, self).__init__(**kwargs) - self.share_name = None - self.share_type = None - self.user_name = None - self.password = None - self.supported_access_protocols = None - - -class ShipmentPickUpRequest(msrest.serialization.Model): - """Shipment pick up request details. - - All required parameters must be populated in order to send to Azure. - - :param start_time: Required. Minimum date after which the pick up should commence, this must be - in local time of pick up area. - :type start_time: ~datetime.datetime - :param end_time: Required. Maximum date before which the pick up should commence, this must be - in local time of pick up area. - :type end_time: ~datetime.datetime - :param shipment_location: Required. Shipment Location in the pickup place. Eg.front desk. - :type shipment_location: str - """ - - _validation = { - 'start_time': {'required': True}, - 'end_time': {'required': True}, - 'shipment_location': {'required': True}, - } - - _attribute_map = { - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, - 'shipment_location': {'key': 'shipmentLocation', 'type': 'str'}, - } - - def __init__( - self, - *, - start_time: datetime.datetime, - end_time: datetime.datetime, - shipment_location: str, - **kwargs - ): - super(ShipmentPickUpRequest, self).__init__(**kwargs) - self.start_time = start_time - self.end_time = end_time - self.shipment_location = shipment_location - - -class ShipmentPickUpResponse(msrest.serialization.Model): - """Shipment pick up response. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar confirmation_number: Confirmation number for the pick up request. - :vartype confirmation_number: str - :ivar ready_by_time: Time by which shipment should be ready for pick up, this is in local time - of pick up area. - :vartype ready_by_time: ~datetime.datetime - """ - - _validation = { - 'confirmation_number': {'readonly': True}, - 'ready_by_time': {'readonly': True}, - } - - _attribute_map = { - 'confirmation_number': {'key': 'confirmationNumber', 'type': 'str'}, - 'ready_by_time': {'key': 'readyByTime', 'type': 'iso-8601'}, - } - - def __init__( - self, - **kwargs - ): - super(ShipmentPickUpResponse, self).__init__(**kwargs) - self.confirmation_number = None - self.ready_by_time = None - - -class ShippingAddress(msrest.serialization.Model): - """Shipping address where customer wishes to receive the device. - - All required parameters must be populated in order to send to Azure. - - :param street_address1: Required. Street Address line 1. - :type street_address1: str - :param street_address2: Street Address line 2. - :type street_address2: str - :param street_address3: Street Address line 3. - :type street_address3: str - :param city: Name of the City. - :type city: str - :param state_or_province: Name of the State or Province. - :type state_or_province: str - :param country: Required. Name of the Country. - :type country: str - :param postal_code: Required. Postal code. - :type postal_code: str - :param zip_extended_code: Extended Zip Code. - :type zip_extended_code: str - :param company_name: Name of the company. - :type company_name: str - :param address_type: Type of address. Possible values include: "None", "Residential", - "Commercial". - :type address_type: str or ~azure.mgmt.databox.models.AddressType - """ - - _validation = { - 'street_address1': {'required': True}, - 'country': {'required': True}, - 'postal_code': {'required': True}, - } - - _attribute_map = { - 'street_address1': {'key': 'streetAddress1', 'type': 'str'}, - 'street_address2': {'key': 'streetAddress2', 'type': 'str'}, - 'street_address3': {'key': 'streetAddress3', 'type': 'str'}, - 'city': {'key': 'city', 'type': 'str'}, - 'state_or_province': {'key': 'stateOrProvince', 'type': 'str'}, - 'country': {'key': 'country', 'type': 'str'}, - 'postal_code': {'key': 'postalCode', 'type': 'str'}, - 'zip_extended_code': {'key': 'zipExtendedCode', 'type': 'str'}, - 'company_name': {'key': 'companyName', 'type': 'str'}, - 'address_type': {'key': 'addressType', 'type': 'str'}, - } - - def __init__( - self, - *, - street_address1: str, - country: str, - postal_code: str, - street_address2: Optional[str] = None, - street_address3: Optional[str] = None, - city: Optional[str] = None, - state_or_province: Optional[str] = None, - zip_extended_code: Optional[str] = None, - company_name: Optional[str] = None, - address_type: Optional[Union[str, "AddressType"]] = None, - **kwargs - ): - super(ShippingAddress, self).__init__(**kwargs) - self.street_address1 = street_address1 - self.street_address2 = street_address2 - self.street_address3 = street_address3 - self.city = city - self.state_or_province = state_or_province - self.country = country - self.postal_code = postal_code - self.zip_extended_code = zip_extended_code - self.company_name = company_name - self.address_type = address_type - - -class Sku(msrest.serialization.Model): - """The Sku. - - All required parameters must be populated in order to send to Azure. - - :param name: Required. The sku name. Possible values include: "DataBox", "DataBoxDisk", - "DataBoxHeavy". - :type name: str or ~azure.mgmt.databox.models.SkuName - :param display_name: The display name of the sku. - :type display_name: str - :param family: The sku family. - :type family: str - """ - - _validation = { - 'name': {'required': True}, - } - - _attribute_map = { - 'name': {'key': 'name', 'type': 'str'}, - 'display_name': {'key': 'displayName', 'type': 'str'}, - 'family': {'key': 'family', 'type': 'str'}, - } - - def __init__( - self, - *, - name: Union[str, "SkuName"], - display_name: Optional[str] = None, - family: Optional[str] = None, - **kwargs - ): - super(Sku, self).__init__(**kwargs) - self.name = name - self.display_name = display_name - self.family = family - - -class SkuAvailabilityValidationRequest(ValidationInputRequest): - """Request to validate sku availability. - - 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 validation_type: Required. Identifies the type of validation request.Constant filled by - server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - :param device_type: Required. Device type to be used for the job. Possible values include: - "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type device_type: str or ~azure.mgmt.databox.models.SkuName - :ivar transfer_type: Required. Type of the transfer. Default value: "ImportToAzure". - :vartype transfer_type: str - :param country: Required. ISO country code. Country for hardware shipment. For codes check: - https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements. - :type country: str - :param location: Required. Location for data transfer. For locations check: - https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01. - :type location: str - """ - - _validation = { - 'validation_type': {'required': True}, - 'device_type': {'required': True}, - 'transfer_type': {'required': True, 'constant': True}, - 'country': {'required': True}, - 'location': {'required': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'validationType', 'type': 'str'}, - 'device_type': {'key': 'deviceType', 'type': 'str'}, - 'transfer_type': {'key': 'transferType', 'type': 'str'}, - 'country': {'key': 'country', 'type': 'str'}, - 'location': {'key': 'location', 'type': 'str'}, - } - - transfer_type = "ImportToAzure" - - def __init__( - self, - *, - device_type: Union[str, "SkuName"], - country: str, - location: str, - **kwargs - ): - super(SkuAvailabilityValidationRequest, self).__init__(**kwargs) - self.validation_type = 'ValidateSkuAvailability' # type: str - self.device_type = device_type - self.country = country - self.location = location - - -class SkuAvailabilityValidationResponseProperties(ValidationInputResponse): - """Properties of sku availability validation response. - - 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 validation_type: Required. Identifies the type of validation response.Constant filled by - server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - :ivar error: Error code and message of validation response. - :vartype error: ~azure.mgmt.databox.models.Error - :ivar status: Sku availability validation status. Possible values include: "Valid", "Invalid", - "Skipped". - :vartype status: str or ~azure.mgmt.databox.models.ValidationStatus - """ - - _validation = { - 'validation_type': {'required': True}, - 'error': {'readonly': True}, - 'status': {'readonly': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'validationType', 'type': 'str'}, - 'error': {'key': 'error', 'type': 'Error'}, - 'status': {'key': 'status', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(SkuAvailabilityValidationResponseProperties, self).__init__(**kwargs) - self.validation_type = 'ValidateSkuAvailability' # type: str - self.status = None - - -class SkuCapacity(msrest.serialization.Model): - """Capacity of the sku. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar usable: Usable capacity in TB. - :vartype usable: str - :ivar maximum: Maximum capacity in TB. - :vartype maximum: str - """ - - _validation = { - 'usable': {'readonly': True}, - 'maximum': {'readonly': True}, - } - - _attribute_map = { - 'usable': {'key': 'usable', 'type': 'str'}, - 'maximum': {'key': 'maximum', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(SkuCapacity, self).__init__(**kwargs) - self.usable = None - self.maximum = None - - -class SkuCost(msrest.serialization.Model): - """Describes metadata for retrieving price info. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar meter_id: Meter id of the Sku. - :vartype meter_id: str - :ivar meter_type: The type of the meter. - :vartype meter_type: str - """ - - _validation = { - 'meter_id': {'readonly': True}, - 'meter_type': {'readonly': True}, - } - - _attribute_map = { - 'meter_id': {'key': 'meterId', 'type': 'str'}, - 'meter_type': {'key': 'meterType', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(SkuCost, self).__init__(**kwargs) - self.meter_id = None - self.meter_type = None - - -class SkuInformation(msrest.serialization.Model): - """Information of the sku. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar sku: The Sku. - :vartype sku: ~azure.mgmt.databox.models.Sku - :ivar enabled: The sku is enabled or not. - :vartype enabled: bool - :ivar destination_to_service_location_map: The map of destination location to service location. - :vartype destination_to_service_location_map: - list[~azure.mgmt.databox.models.DestinationToServiceLocationMap] - :ivar capacity: Capacity of the Sku. - :vartype capacity: ~azure.mgmt.databox.models.SkuCapacity - :ivar costs: Cost of the Sku. - :vartype costs: list[~azure.mgmt.databox.models.SkuCost] - :ivar api_versions: Api versions that support this Sku. - :vartype api_versions: list[str] - :ivar disabled_reason: Reason why the Sku is disabled. Possible values include: "None", - "Country", "Region", "Feature", "OfferType", "NoSubscriptionInfo". - :vartype disabled_reason: str or ~azure.mgmt.databox.models.SkuDisabledReason - :ivar disabled_reason_message: Message for why the Sku is disabled. - :vartype disabled_reason_message: str - :ivar required_feature: Required feature to access the sku. - :vartype required_feature: str - """ - - _validation = { - 'sku': {'readonly': True}, - 'enabled': {'readonly': True}, - 'destination_to_service_location_map': {'readonly': True}, - 'capacity': {'readonly': True}, - 'costs': {'readonly': True}, - 'api_versions': {'readonly': True}, - 'disabled_reason': {'readonly': True}, - 'disabled_reason_message': {'readonly': True}, - 'required_feature': {'readonly': True}, - } - - _attribute_map = { - 'sku': {'key': 'sku', 'type': 'Sku'}, - 'enabled': {'key': 'enabled', 'type': 'bool'}, - 'destination_to_service_location_map': {'key': 'properties.destinationToServiceLocationMap', 'type': '[DestinationToServiceLocationMap]'}, - 'capacity': {'key': 'properties.capacity', 'type': 'SkuCapacity'}, - 'costs': {'key': 'properties.costs', 'type': '[SkuCost]'}, - 'api_versions': {'key': 'properties.apiVersions', 'type': '[str]'}, - 'disabled_reason': {'key': 'properties.disabledReason', 'type': 'str'}, - 'disabled_reason_message': {'key': 'properties.disabledReasonMessage', 'type': 'str'}, - 'required_feature': {'key': 'properties.requiredFeature', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(SkuInformation, self).__init__(**kwargs) - self.sku = None - self.enabled = None - self.destination_to_service_location_map = None - self.capacity = None - self.costs = None - self.api_versions = None - self.disabled_reason = None - self.disabled_reason_message = None - self.required_feature = None - - -class SubscriptionIsAllowedToCreateJobValidationRequest(ValidationInputRequest): - """Request to validate subscription permission to create jobs. - - All required parameters must be populated in order to send to Azure. - - :param validation_type: Required. Identifies the type of validation request.Constant filled by - server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - """ - - _validation = { - 'validation_type': {'required': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'validationType', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(SubscriptionIsAllowedToCreateJobValidationRequest, self).__init__(**kwargs) - self.validation_type = 'ValidateSubscriptionIsAllowedToCreateJob' # type: str - - -class SubscriptionIsAllowedToCreateJobValidationResponseProperties(ValidationInputResponse): - """Properties of subscription permission to create job validation response. - - 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 validation_type: Required. Identifies the type of validation response.Constant filled by - server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - :ivar error: Error code and message of validation response. - :vartype error: ~azure.mgmt.databox.models.Error - :ivar status: Validation status of subscription permission to create job. Possible values - include: "Valid", "Invalid", "Skipped". - :vartype status: str or ~azure.mgmt.databox.models.ValidationStatus - """ - - _validation = { - 'validation_type': {'required': True}, - 'error': {'readonly': True}, - 'status': {'readonly': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'validationType', 'type': 'str'}, - 'error': {'key': 'error', 'type': 'Error'}, - 'status': {'key': 'status', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(SubscriptionIsAllowedToCreateJobValidationResponseProperties, self).__init__(**kwargs) - self.validation_type = 'ValidateSubscriptionIsAllowedToCreateJob' # type: str - self.status = None - - -class TransportAvailabilityDetails(msrest.serialization.Model): - """Transport options availability details for given region. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar shipment_type: Transport Shipment Type supported for given region. Possible values - include: "CustomerManaged", "MicrosoftManaged". - :vartype shipment_type: str or ~azure.mgmt.databox.models.TransportShipmentTypes - """ - - _validation = { - 'shipment_type': {'readonly': True}, - } - - _attribute_map = { - 'shipment_type': {'key': 'shipmentType', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(TransportAvailabilityDetails, self).__init__(**kwargs) - self.shipment_type = None - - -class TransportAvailabilityRequest(msrest.serialization.Model): - """Request body to get the transport availability for given sku. - - :param sku_name: Type of the device. Possible values include: "DataBox", "DataBoxDisk", - "DataBoxHeavy". - :type sku_name: str or ~azure.mgmt.databox.models.SkuName - """ - - _attribute_map = { - 'sku_name': {'key': 'skuName', 'type': 'str'}, - } - - def __init__( - self, - *, - sku_name: Optional[Union[str, "SkuName"]] = None, - **kwargs - ): - super(TransportAvailabilityRequest, self).__init__(**kwargs) - self.sku_name = sku_name - - -class TransportAvailabilityResponse(msrest.serialization.Model): - """Transport options available for given sku in a region. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar transport_availability_details: List of transport availability details for given region. - :vartype transport_availability_details: - list[~azure.mgmt.databox.models.TransportAvailabilityDetails] - """ - - _validation = { - 'transport_availability_details': {'readonly': True}, - } - - _attribute_map = { - 'transport_availability_details': {'key': 'transportAvailabilityDetails', 'type': '[TransportAvailabilityDetails]'}, - } - - def __init__( - self, - **kwargs - ): - super(TransportAvailabilityResponse, self).__init__(**kwargs) - self.transport_availability_details = None - - -class TransportPreferences(msrest.serialization.Model): - """Preferences related to the shipment logistics of the sku. - - All required parameters must be populated in order to send to Azure. - - :param preferred_shipment_type: Required. Indicates Shipment Logistics type that the customer - preferred. Possible values include: "CustomerManaged", "MicrosoftManaged". - :type preferred_shipment_type: str or ~azure.mgmt.databox.models.TransportShipmentTypes - """ - - _validation = { - 'preferred_shipment_type': {'required': True}, - } - - _attribute_map = { - 'preferred_shipment_type': {'key': 'preferredShipmentType', 'type': 'str'}, - } - - def __init__( - self, - *, - preferred_shipment_type: Union[str, "TransportShipmentTypes"], - **kwargs - ): - super(TransportPreferences, self).__init__(**kwargs) - self.preferred_shipment_type = preferred_shipment_type - - -class UnencryptedCredentials(msrest.serialization.Model): - """Unencrypted credentials for accessing device. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar job_name: Name of the job. - :vartype job_name: str - :ivar job_secrets: Secrets related to this job. - :vartype job_secrets: ~azure.mgmt.databox.models.JobSecrets - """ - - _validation = { - 'job_name': {'readonly': True}, - 'job_secrets': {'readonly': True}, - } - - _attribute_map = { - 'job_name': {'key': 'jobName', 'type': 'str'}, - 'job_secrets': {'key': 'jobSecrets', 'type': 'JobSecrets'}, - } - - def __init__( - self, - **kwargs - ): - super(UnencryptedCredentials, self).__init__(**kwargs) - self.job_name = None - self.job_secrets = None - - -class UnencryptedCredentialsList(msrest.serialization.Model): - """List of unencrypted credentials for accessing device. - - :param value: List of unencrypted credentials. - :type value: list[~azure.mgmt.databox.models.UnencryptedCredentials] - :param next_link: Link for the next set of unencrypted credentials. - :type next_link: str - """ - - _attribute_map = { - 'value': {'key': 'value', 'type': '[UnencryptedCredentials]'}, - 'next_link': {'key': 'nextLink', 'type': 'str'}, - } - - def __init__( - self, - *, - value: Optional[List["UnencryptedCredentials"]] = None, - next_link: Optional[str] = None, - **kwargs - ): - super(UnencryptedCredentialsList, self).__init__(**kwargs) - self.value = value - self.next_link = next_link - - -class UpdateJobDetails(msrest.serialization.Model): - """Job details for update. - - :param contact_details: Contact details for notification and shipping. - :type contact_details: ~azure.mgmt.databox.models.ContactDetails - :param shipping_address: Shipping address of the customer. - :type shipping_address: ~azure.mgmt.databox.models.ShippingAddress - """ - - _attribute_map = { - 'contact_details': {'key': 'contactDetails', 'type': 'ContactDetails'}, - 'shipping_address': {'key': 'shippingAddress', 'type': 'ShippingAddress'}, - } - - def __init__( - self, - *, - contact_details: Optional["ContactDetails"] = None, - shipping_address: Optional["ShippingAddress"] = None, - **kwargs - ): - super(UpdateJobDetails, self).__init__(**kwargs) - self.contact_details = contact_details - self.shipping_address = shipping_address - - -class ValidateAddress(ValidationInputRequest): - """The requirements to validate customer address where the device needs to be shipped. - - All required parameters must be populated in order to send to Azure. - - :param validation_type: Required. Identifies the type of validation request.Constant filled by - server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", - "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", - "ValidateSkuAvailability". - :type validation_type: str or ~azure.mgmt.databox.models.ValidationInputDiscriminator - :param shipping_address: Required. Shipping address of the customer. - :type shipping_address: ~azure.mgmt.databox.models.ShippingAddress - :param device_type: Required. Device type to be used for the job. Possible values include: - "DataBox", "DataBoxDisk", "DataBoxHeavy". - :type device_type: str or ~azure.mgmt.databox.models.SkuName - :param transport_preferences: Preferences related to the shipment logistics of the sku. - :type transport_preferences: ~azure.mgmt.databox.models.TransportPreferences - """ - - _validation = { - 'validation_type': {'required': True}, - 'shipping_address': {'required': True}, - 'device_type': {'required': True}, - } - - _attribute_map = { - 'validation_type': {'key': 'validationType', 'type': 'str'}, - 'shipping_address': {'key': 'shippingAddress', 'type': 'ShippingAddress'}, - 'device_type': {'key': 'deviceType', 'type': 'str'}, - 'transport_preferences': {'key': 'transportPreferences', 'type': 'TransportPreferences'}, - } - - def __init__( - self, - *, - shipping_address: "ShippingAddress", - device_type: Union[str, "SkuName"], - transport_preferences: Optional["TransportPreferences"] = None, - **kwargs - ): - super(ValidateAddress, self).__init__(**kwargs) - self.validation_type = 'ValidateAddress' # type: str - self.shipping_address = shipping_address - self.device_type = device_type - self.transport_preferences = transport_preferences - - -class ValidationResponse(msrest.serialization.Model): - """Response of pre job creation validations. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar status: Overall validation status. Possible values include: "AllValidToProceed", - "InputsRevisitRequired", "CertainInputValidationsSkipped". - :vartype status: str or ~azure.mgmt.databox.models.OverallValidationStatus - :ivar individual_response_details: List of response details contain validationType and its - response as key and value respectively. - :vartype individual_response_details: list[~azure.mgmt.databox.models.ValidationInputResponse] - """ - - _validation = { - 'status': {'readonly': True}, - 'individual_response_details': {'readonly': True}, - } - - _attribute_map = { - 'status': {'key': 'properties.status', 'type': 'str'}, - 'individual_response_details': {'key': 'properties.individualResponseDetails', 'type': '[ValidationInputResponse]'}, - } - - def __init__( - self, - **kwargs - ): - super(ValidationResponse, self).__init__(**kwargs) - self.status = None - self.individual_response_details = None diff --git a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/operations/_jobs_operations.py b/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/operations/_jobs_operations.py deleted file mode 100644 index e984b83e43a..00000000000 --- a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/operations/_jobs_operations.py +++ /dev/null @@ -1,851 +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 typing import TYPE_CHECKING -import warnings - -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 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 JobsOperations(object): - """JobsOperations 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.databox.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 list( - self, - skip_token=None, # type: Optional[str] - **kwargs # type: Any - ): - # type: (...) -> Iterable["_models.JobResourceList"] - """Lists all the jobs available under the subscription. - - :param skip_token: $skipToken is supported on Get list of jobs, which provides the next page in - the list of jobs. - :type skip_token: str - :keyword callable cls: A custom type or function that will be passed the direct response - :return: An iterator like instance of either JobResourceList or the result of cls(response) - :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.databox.models.JobResourceList] - :raises: ~azure.core.exceptions.HttpResponseError - """ - cls = kwargs.pop('cls', None) # type: ClsType["_models.JobResourceList"] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2019-09-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 - 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') - if skip_token is not None: - query_parameters['$skipToken'] = self._serialize.query("skip_token", skip_token, '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 - - def extract_data(pipeline_response): - deserialized = self._deserialize('JobResourceList', 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) - - 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) - - return pipeline_response - - return ItemPaged( - get_next, extract_data - ) - list.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.DataBox/jobs'} # type: ignore - - def list_by_resource_group( - self, - resource_group_name, # type: str - skip_token=None, # type: Optional[str] - **kwargs # type: Any - ): - # type: (...) -> Iterable["_models.JobResourceList"] - """Lists all the jobs available under the given resource group. - - :param resource_group_name: The Resource Group Name. - :type resource_group_name: str - :param skip_token: $skipToken is supported on Get list of jobs, which provides the next page in - the list of jobs. - :type skip_token: str - :keyword callable cls: A custom type or function that will be passed the direct response - :return: An iterator like instance of either JobResourceList or the result of cls(response) - :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.databox.models.JobResourceList] - :raises: ~azure.core.exceptions.HttpResponseError - """ - cls = kwargs.pop('cls', None) # type: ClsType["_models.JobResourceList"] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2019-09-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 = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_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') - if skip_token is not None: - query_parameters['$skipToken'] = self._serialize.query("skip_token", skip_token, '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 - - def extract_data(pipeline_response): - deserialized = self._deserialize('JobResourceList', 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) - - 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) - - return pipeline_response - - return ItemPaged( - get_next, extract_data - ) - list_by_resource_group.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs'} # type: ignore - - def get( - self, - resource_group_name, # type: str - job_name, # type: str - expand=None, # type: Optional[str] - **kwargs # type: Any - ): - # type: (...) -> "_models.JobResource" - """Gets information about the specified job. - - :param resource_group_name: The Resource Group Name. - :type resource_group_name: str - :param job_name: The name of the job Resource within the specified resource group. job names - must be between 3 and 24 characters in length and use any alphanumeric and underscore only. - :type job_name: str - :param expand: $expand is supported on details parameter for job, which provides details on the - job stages. - :type expand: str - :keyword callable cls: A custom type or function that will be passed the direct response - :return: JobResource, or the result of cls(response) - :rtype: ~azure.mgmt.databox.models.JobResource - :raises: ~azure.core.exceptions.HttpResponseError - """ - cls = kwargs.pop('cls', None) # type: ClsType["_models.JobResource"] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2019-09-01" - accept = "application/json" - - # Construct URL - url = self.get.metadata['url'] # type: ignore - path_format_arguments = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), - 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=24, min_length=3, pattern=r'^[-\w\.]+$'), - } - 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') - if expand is not None: - query_parameters['$expand'] = self._serialize.query("expand", expand, '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) - - deserialized = self._deserialize('JobResource', pipeline_response) - - if cls: - return cls(pipeline_response, deserialized, {}) - - return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}'} # type: ignore - - def _create_initial( - self, - resource_group_name, # type: str - job_name, # type: str - job_resource, # type: "_models.JobResource" - **kwargs # type: Any - ): - # type: (...) -> Optional["_models.JobResource"] - cls = kwargs.pop('cls', None) # type: ClsType[Optional["_models.JobResource"]] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2019-09-01" - content_type = kwargs.pop("content_type", "application/json") - accept = "application/json" - - # Construct URL - url = self._create_initial.metadata['url'] # type: ignore - path_format_arguments = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), - 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=24, min_length=3, pattern=r'^[-\w\.]+$'), - } - 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(job_resource, 'JobResource') - 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, 202]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - deserialized = None - if response.status_code == 200: - deserialized = self._deserialize('JobResource', pipeline_response) - - if cls: - return cls(pipeline_response, deserialized, {}) - - return deserialized - _create_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}'} # type: ignore - - def begin_create( - self, - resource_group_name, # type: str - job_name, # type: str - job_resource, # type: "_models.JobResource" - **kwargs # type: Any - ): - # type: (...) -> LROPoller["_models.JobResource"] - """Creates a new job with the specified parameters. Existing job cannot be updated with this API - and should instead be updated with the Update job API. - - :param resource_group_name: The Resource Group Name. - :type resource_group_name: str - :param job_name: The name of the job Resource within the specified resource group. job names - must be between 3 and 24 characters in length and use any alphanumeric and underscore only. - :type job_name: str - :param job_resource: Job details from request body. - :type job_resource: ~azure.mgmt.databox.models.JobResource - :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.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 JobResource or the result of cls(response) - :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.databox.models.JobResource] - :raises ~azure.core.exceptions.HttpResponseError: - """ - polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] - cls = kwargs.pop('cls', None) # type: ClsType["_models.JobResource"] - 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._create_initial( - resource_group_name=resource_group_name, - job_name=job_name, - job_resource=job_resource, - 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('JobResource', pipeline_response) - - if cls: - return cls(pipeline_response, deserialized, {}) - return deserialized - - path_format_arguments = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), - 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=24, min_length=3, pattern=r'^[-\w\.]+$'), - } - - 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 - 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.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}'} # type: ignore - - def _delete_initial( - self, - resource_group_name, # type: str - job_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 = "2019-09-01" - accept = "application/json" - - # Construct URL - url = self._delete_initial.metadata['url'] # type: ignore - path_format_arguments = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), - 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=24, min_length=3, pattern=r'^[-\w\.]+$'), - } - 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 = self._client._pipeline.run(request, stream=False, **kwargs) - response = pipeline_response.http_response - - if response.status_code not in [202, 204]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - if cls: - return cls(pipeline_response, None, {}) - - _delete_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}'} # type: ignore - - def begin_delete( - self, - resource_group_name, # type: str - job_name, # type: str - **kwargs # type: Any - ): - # type: (...) -> LROPoller[None] - """Deletes a job. - - :param resource_group_name: The Resource Group Name. - :type resource_group_name: str - :param job_name: The name of the job Resource within the specified resource group. job names - must be between 3 and 24 characters in length and use any alphanumeric and underscore only. - :type job_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.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: - """ - 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, - job_name=job_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 = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), - 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=24, min_length=3, pattern=r'^[-\w\.]+$'), - } - - 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 - 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.DataBox/jobs/{jobName}'} # type: ignore - - def _update_initial( - self, - resource_group_name, # type: str - job_name, # type: str - job_resource_update_parameter, # type: "_models.JobResourceUpdateParameter" - if_match=None, # type: Optional[str] - **kwargs # type: Any - ): - # type: (...) -> Optional["_models.JobResource"] - cls = kwargs.pop('cls', None) # type: ClsType[Optional["_models.JobResource"]] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2019-09-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 = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), - 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=24, min_length=3, pattern=r'^[-\w\.]+$'), - } - 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] - if if_match is not None: - header_parameters['If-Match'] = self._serialize.header("if_match", if_match, 'str') - 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(job_resource_update_parameter, 'JobResourceUpdateParameter') - 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]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - deserialized = None - if response.status_code == 200: - deserialized = self._deserialize('JobResource', pipeline_response) - - if cls: - return cls(pipeline_response, deserialized, {}) - - return deserialized - _update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}'} # type: ignore - - def begin_update( - self, - resource_group_name, # type: str - job_name, # type: str - job_resource_update_parameter, # type: "_models.JobResourceUpdateParameter" - if_match=None, # type: Optional[str] - **kwargs # type: Any - ): - # type: (...) -> LROPoller["_models.JobResource"] - """Updates the properties of an existing job. - - :param resource_group_name: The Resource Group Name. - :type resource_group_name: str - :param job_name: The name of the job Resource within the specified resource group. job names - must be between 3 and 24 characters in length and use any alphanumeric and underscore only. - :type job_name: str - :param job_resource_update_parameter: Job update parameters from request body. - :type job_resource_update_parameter: ~azure.mgmt.databox.models.JobResourceUpdateParameter - :param if_match: Defines the If-Match condition. The patch will be performed only if the ETag - of the job on the server matches this value. - :type if_match: 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.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 JobResource or the result of cls(response) - :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.databox.models.JobResource] - :raises ~azure.core.exceptions.HttpResponseError: - """ - polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] - cls = kwargs.pop('cls', None) # type: ClsType["_models.JobResource"] - 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._update_initial( - resource_group_name=resource_group_name, - job_name=job_name, - job_resource_update_parameter=job_resource_update_parameter, - if_match=if_match, - 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('JobResource', pipeline_response) - - if cls: - return cls(pipeline_response, deserialized, {}) - return deserialized - - path_format_arguments = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), - 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=24, min_length=3, pattern=r'^[-\w\.]+$'), - } - - 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 - 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.DataBox/jobs/{jobName}'} # type: ignore - - def book_shipment_pick_up( - self, - resource_group_name, # type: str - job_name, # type: str - shipment_pick_up_request, # type: "_models.ShipmentPickUpRequest" - **kwargs # type: Any - ): - # type: (...) -> "_models.ShipmentPickUpResponse" - """Book shipment pick up. - - :param resource_group_name: The Resource Group Name. - :type resource_group_name: str - :param job_name: The name of the job Resource within the specified resource group. job names - must be between 3 and 24 characters in length and use any alphanumeric and underscore only. - :type job_name: str - :param shipment_pick_up_request: Details of shipment pick up request. - :type shipment_pick_up_request: ~azure.mgmt.databox.models.ShipmentPickUpRequest - :keyword callable cls: A custom type or function that will be passed the direct response - :return: ShipmentPickUpResponse, or the result of cls(response) - :rtype: ~azure.mgmt.databox.models.ShipmentPickUpResponse - :raises: ~azure.core.exceptions.HttpResponseError - """ - cls = kwargs.pop('cls', None) # type: ClsType["_models.ShipmentPickUpResponse"] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2019-09-01" - content_type = kwargs.pop("content_type", "application/json") - accept = "application/json" - - # Construct URL - url = self.book_shipment_pick_up.metadata['url'] # type: ignore - path_format_arguments = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), - 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=24, min_length=3, pattern=r'^[-\w\.]+$'), - } - 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(shipment_pick_up_request, 'ShipmentPickUpRequest') - body_content_kwargs['content'] = body_content - request = self._client.post(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]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - deserialized = self._deserialize('ShipmentPickUpResponse', pipeline_response) - - if cls: - return cls(pipeline_response, deserialized, {}) - - return deserialized - book_shipment_pick_up.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}/bookShipmentPickUp'} # type: ignore - - def cancel( - self, - resource_group_name, # type: str - job_name, # type: str - cancellation_reason, # type: "_models.CancellationReason" - **kwargs # type: Any - ): - # type: (...) -> None - """CancelJob. - - :param resource_group_name: The Resource Group Name. - :type resource_group_name: str - :param job_name: The name of the job Resource within the specified resource group. job names - must be between 3 and 24 characters in length and use any alphanumeric and underscore only. - :type job_name: str - :param cancellation_reason: Reason for cancellation. - :type cancellation_reason: ~azure.mgmt.databox.models.CancellationReason - :keyword callable cls: A custom type or function that will be passed the direct response - :return: None, or the result of cls(response) - :rtype: None - :raises: ~azure.core.exceptions.HttpResponseError - """ - 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 = "2019-09-01" - content_type = kwargs.pop("content_type", "application/json") - accept = "application/json" - - # Construct URL - url = self.cancel.metadata['url'] # type: ignore - path_format_arguments = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), - 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=24, min_length=3, pattern=r'^[-\w\.]+$'), - } - 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(cancellation_reason, 'CancellationReason') - body_content_kwargs['content'] = body_content - request = self._client.post(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 [204]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - if cls: - return cls(pipeline_response, None, {}) - - cancel.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}/cancel'} # type: ignore - - def list_credentials( - self, - resource_group_name, # type: str - job_name, # type: str - **kwargs # type: Any - ): - # type: (...) -> Iterable["_models.UnencryptedCredentialsList"] - """This method gets the unencrypted secrets related to the job. - - :param resource_group_name: The Resource Group Name. - :type resource_group_name: str - :param job_name: The name of the job Resource within the specified resource group. job names - must be between 3 and 24 characters in length and use any alphanumeric and underscore only. - :type job_name: str - :keyword callable cls: A custom type or function that will be passed the direct response - :return: An iterator like instance of either UnencryptedCredentialsList or the result of cls(response) - :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.databox.models.UnencryptedCredentialsList] - :raises: ~azure.core.exceptions.HttpResponseError - """ - cls = kwargs.pop('cls', None) # type: ClsType["_models.UnencryptedCredentialsList"] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2019-09-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_credentials.metadata['url'] # type: ignore - path_format_arguments = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), - 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=24, min_length=3, pattern=r'^[-\w\.]+$'), - } - 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.post(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 - - def extract_data(pipeline_response): - deserialized = self._deserialize('UnencryptedCredentialsList', pipeline_response) - list_of_elem = deserialized.value - if cls: - list_of_elem = cls(list_of_elem) - return None, iter(list_of_elem) - - def get_next(next_link=None): - request = prepare_request(next_link) - - 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) - - return pipeline_response - - return ItemPaged( - get_next, extract_data - ) - list_credentials.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}/listCredentials'} # type: ignore diff --git a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/operations/_operations.py b/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/operations/_operations.py deleted file mode 100644 index cc8b3483362..00000000000 --- a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/operations/_operations.py +++ /dev/null @@ -1,109 +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 typing import TYPE_CHECKING -import warnings - -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 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 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.databox.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 list( - self, - **kwargs # type: Any - ): - # type: (...) -> Iterable["_models.OperationList"] - """This method gets all the operations. - - :keyword callable cls: A custom type or function that will be passed the direct response - :return: An iterator like instance of either OperationList or the result of cls(response) - :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.databox.models.OperationList] - :raises: ~azure.core.exceptions.HttpResponseError - """ - cls = kwargs.pop('cls', None) # type: ClsType["_models.OperationList"] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2019-09-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 - - def extract_data(pipeline_response): - deserialized = self._deserialize('OperationList', 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) - - 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) - - return pipeline_response - - return ItemPaged( - get_next, extract_data - ) - list.metadata = {'url': '/providers/Microsoft.DataBox/operations'} # type: ignore diff --git a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/operations/_service_operations.py b/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/operations/_service_operations.py deleted file mode 100644 index f8cf7bdbaa3..00000000000 --- a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/operations/_service_operations.py +++ /dev/null @@ -1,472 +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 typing import TYPE_CHECKING -import warnings - -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 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 ServiceOperations(object): - """ServiceOperations 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.databox.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 list_available_skus( - self, - location, # type: str - available_sku_request, # type: "_models.AvailableSkuRequest" - **kwargs # type: Any - ): - # type: (...) -> Iterable["_models.AvailableSkusResult"] - """This method provides the list of available skus for the given subscription and location. - - :param location: The location of the resource. - :type location: str - :param available_sku_request: Filters for showing the available skus. - :type available_sku_request: ~azure.mgmt.databox.models.AvailableSkuRequest - :keyword callable cls: A custom type or function that will be passed the direct response - :return: An iterator like instance of either AvailableSkusResult or the result of cls(response) - :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.databox.models.AvailableSkusResult] - :raises: ~azure.core.exceptions.HttpResponseError - """ - cls = kwargs.pop('cls', None) # type: ClsType["_models.AvailableSkusResult"] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2019-09-01" - content_type = "application/json" - accept = "application/json" - - def prepare_request(next_link=None): - # 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') - - if not next_link: - # Construct URL - url = self.list_available_skus.metadata['url'] # type: ignore - path_format_arguments = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'location': self._serialize.url("location", location, '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') - - body_content_kwargs = {} # type: Dict[str, Any] - body_content = self._serialize.body(available_sku_request, 'AvailableSkuRequest') - body_content_kwargs['content'] = body_content - request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) - else: - url = next_link - query_parameters = {} # type: Dict[str, Any] - body_content_kwargs = {} # type: Dict[str, Any] - body_content = self._serialize.body(available_sku_request, 'AvailableSkuRequest') - body_content_kwargs['content'] = body_content - request = self._client.get(url, query_parameters, header_parameters, **body_content_kwargs) - return request - - def extract_data(pipeline_response): - deserialized = self._deserialize('AvailableSkusResult', 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) - - 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) - - return pipeline_response - - return ItemPaged( - get_next, extract_data - ) - list_available_skus.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/availableSkus'} # type: ignore - - def list_available_skus_by_resource_group( - self, - resource_group_name, # type: str - location, # type: str - available_sku_request, # type: "_models.AvailableSkuRequest" - **kwargs # type: Any - ): - # type: (...) -> Iterable["_models.AvailableSkusResult"] - """This method provides the list of available skus for the given subscription, resource group and - location. - - :param resource_group_name: The Resource Group Name. - :type resource_group_name: str - :param location: The location of the resource. - :type location: str - :param available_sku_request: Filters for showing the available skus. - :type available_sku_request: ~azure.mgmt.databox.models.AvailableSkuRequest - :keyword callable cls: A custom type or function that will be passed the direct response - :return: An iterator like instance of either AvailableSkusResult or the result of cls(response) - :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.databox.models.AvailableSkusResult] - :raises: ~azure.core.exceptions.HttpResponseError - """ - cls = kwargs.pop('cls', None) # type: ClsType["_models.AvailableSkusResult"] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2019-09-01" - content_type = "application/json" - accept = "application/json" - - def prepare_request(next_link=None): - # 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') - - if not next_link: - # Construct URL - url = self.list_available_skus_by_resource_group.metadata['url'] # type: ignore - path_format_arguments = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), - 'location': self._serialize.url("location", location, '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') - - body_content_kwargs = {} # type: Dict[str, Any] - body_content = self._serialize.body(available_sku_request, 'AvailableSkuRequest') - body_content_kwargs['content'] = body_content - request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) - else: - url = next_link - query_parameters = {} # type: Dict[str, Any] - body_content_kwargs = {} # type: Dict[str, Any] - body_content = self._serialize.body(available_sku_request, 'AvailableSkuRequest') - body_content_kwargs['content'] = body_content - request = self._client.get(url, query_parameters, header_parameters, **body_content_kwargs) - return request - - def extract_data(pipeline_response): - deserialized = self._deserialize('AvailableSkusResult', 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) - - 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) - - return pipeline_response - - return ItemPaged( - get_next, extract_data - ) - list_available_skus_by_resource_group.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/locations/{location}/availableSkus'} # type: ignore - - def validate_address( - self, - location, # type: str - validate_address, # type: "_models.ValidateAddress" - **kwargs # type: Any - ): - # type: (...) -> "_models.AddressValidationOutput" - """[DEPRECATED NOTICE: This operation will soon be removed] This method validates the customer - shipping address and provide alternate addresses if any. - - :param location: The location of the resource. - :type location: str - :param validate_address: Shipping address of the customer. - :type validate_address: ~azure.mgmt.databox.models.ValidateAddress - :keyword callable cls: A custom type or function that will be passed the direct response - :return: AddressValidationOutput, or the result of cls(response) - :rtype: ~azure.mgmt.databox.models.AddressValidationOutput - :raises: ~azure.core.exceptions.HttpResponseError - """ - cls = kwargs.pop('cls', None) # type: ClsType["_models.AddressValidationOutput"] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2019-09-01" - content_type = kwargs.pop("content_type", "application/json") - accept = "application/json" - - # Construct URL - url = self.validate_address.metadata['url'] # type: ignore - path_format_arguments = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'location': self._serialize.url("location", location, '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(validate_address, 'ValidateAddress') - body_content_kwargs['content'] = body_content - request = self._client.post(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]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - deserialized = self._deserialize('AddressValidationOutput', pipeline_response) - - if cls: - return cls(pipeline_response, deserialized, {}) - - return deserialized - validate_address.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/validateAddress'} # type: ignore - - def validate_inputs_by_resource_group( - self, - resource_group_name, # type: str - location, # type: str - validation_request, # type: "_models.ValidationRequest" - **kwargs # type: Any - ): - # type: (...) -> "_models.ValidationResponse" - """This method does all necessary pre-job creation validation under resource group. - - :param resource_group_name: The Resource Group Name. - :type resource_group_name: str - :param location: The location of the resource. - :type location: str - :param validation_request: Inputs of the customer. - :type validation_request: ~azure.mgmt.databox.models.ValidationRequest - :keyword callable cls: A custom type or function that will be passed the direct response - :return: ValidationResponse, or the result of cls(response) - :rtype: ~azure.mgmt.databox.models.ValidationResponse - :raises: ~azure.core.exceptions.HttpResponseError - """ - cls = kwargs.pop('cls', None) # type: ClsType["_models.ValidationResponse"] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2019-09-01" - content_type = kwargs.pop("content_type", "application/json") - accept = "application/json" - - # Construct URL - url = self.validate_inputs_by_resource_group.metadata['url'] # type: ignore - path_format_arguments = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), - 'location': self._serialize.url("location", location, '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(validation_request, 'ValidationRequest') - body_content_kwargs['content'] = body_content - request = self._client.post(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]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - deserialized = self._deserialize('ValidationResponse', pipeline_response) - - if cls: - return cls(pipeline_response, deserialized, {}) - - return deserialized - validate_inputs_by_resource_group.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/locations/{location}/validateInputs'} # type: ignore - - def validate_inputs( - self, - location, # type: str - validation_request, # type: "_models.ValidationRequest" - **kwargs # type: Any - ): - # type: (...) -> "_models.ValidationResponse" - """This method does all necessary pre-job creation validation under subscription. - - :param location: The location of the resource. - :type location: str - :param validation_request: Inputs of the customer. - :type validation_request: ~azure.mgmt.databox.models.ValidationRequest - :keyword callable cls: A custom type or function that will be passed the direct response - :return: ValidationResponse, or the result of cls(response) - :rtype: ~azure.mgmt.databox.models.ValidationResponse - :raises: ~azure.core.exceptions.HttpResponseError - """ - cls = kwargs.pop('cls', None) # type: ClsType["_models.ValidationResponse"] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2019-09-01" - content_type = kwargs.pop("content_type", "application/json") - accept = "application/json" - - # Construct URL - url = self.validate_inputs.metadata['url'] # type: ignore - path_format_arguments = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'location': self._serialize.url("location", location, '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(validation_request, 'ValidationRequest') - body_content_kwargs['content'] = body_content - request = self._client.post(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]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - deserialized = self._deserialize('ValidationResponse', pipeline_response) - - if cls: - return cls(pipeline_response, deserialized, {}) - - return deserialized - validate_inputs.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/validateInputs'} # type: ignore - - def region_configuration( - self, - location, # type: str - region_configuration_request, # type: "_models.RegionConfigurationRequest" - **kwargs # type: Any - ): - # type: (...) -> "_models.RegionConfigurationResponse" - """This API provides configuration details specific to given region/location. - - :param location: The location of the resource. - :type location: str - :param region_configuration_request: Request body to get the configuration for the region. - :type region_configuration_request: ~azure.mgmt.databox.models.RegionConfigurationRequest - :keyword callable cls: A custom type or function that will be passed the direct response - :return: RegionConfigurationResponse, or the result of cls(response) - :rtype: ~azure.mgmt.databox.models.RegionConfigurationResponse - :raises: ~azure.core.exceptions.HttpResponseError - """ - cls = kwargs.pop('cls', None) # type: ClsType["_models.RegionConfigurationResponse"] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2019-09-01" - content_type = kwargs.pop("content_type", "application/json") - accept = "application/json" - - # Construct URL - url = self.region_configuration.metadata['url'] # type: ignore - path_format_arguments = { - 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), - 'location': self._serialize.url("location", location, '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(region_configuration_request, 'RegionConfigurationRequest') - body_content_kwargs['content'] = body_content - request = self._client.post(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]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - deserialized = self._deserialize('RegionConfigurationResponse', pipeline_response) - - if cls: - return cls(pipeline_response, deserialized, {}) - - return deserialized - region_configuration.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/regionConfiguration'} # type: ignore diff --git a/src/databox/setup.cfg b/src/databox/setup.cfg index 3c6e79cf31d..2fdd96e5d39 100644 --- a/src/databox/setup.cfg +++ b/src/databox/setup.cfg @@ -1,2 +1 @@ -[bdist_wheel] -universal=1 +#setup.cfg \ No newline at end of file diff --git a/src/databox/setup.py b/src/databox/setup.py index e8659a34d4d..1b5737ba6e3 100644 --- a/src/databox/setup.py +++ b/src/databox/setup.py @@ -1,22 +1,16 @@ -#!/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. +# +# Code generated by aaz-dev-tools # -------------------------------------------------------------------------------------------- - 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.3' +VERSION = '1.0.0' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers @@ -26,15 +20,12 @@ 'Intended Audience :: System Administrators', 'Programming Language :: Python', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', - 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'License :: OSI Approved :: MIT License', ] -# TODO: Add any additional SDK dependencies here DEPENDENCIES = [] with open('README.md', 'r', encoding='utf-8') as f: @@ -45,15 +36,14 @@ setup( name='databox', version=VERSION, - description='Microsoft Azure Command-Line Tools DataBox Extension', - # TODO: Update author and email, if applicable + description='Microsoft Azure Command-Line Tools Databox Extension.', + long_description=README + '\n\n' + HISTORY, + license='MIT', author='Microsoft Corporation', author_email='azpycli@microsoft.com', url='https://github.com/Azure/azure-cli-extensions/tree/main/src/databox', - long_description=README + '\n\n' + HISTORY, - license='MIT', classifiers=CLASSIFIERS, - packages=find_packages(), - install_requires=DEPENDENCIES, + packages=find_packages(exclude=["tests"]), package_data={'azext_databox': ['azext_metadata.json']}, + install_requires=DEPENDENCIES ) diff --git a/src/databricks/HISTORY.rst b/src/databricks/HISTORY.rst index 102d59bacb9..477e92f1556 100644 --- a/src/databricks/HISTORY.rst +++ b/src/databricks/HISTORY.rst @@ -2,6 +2,16 @@ Release History =============== +0.10.2 ++++++ +* az databricks workspace create/update: Add --disk-key-auto-rotation to enable the latest key version should be automatically. +* az databricks workspace create/update: Add --disk-key-name to allow creating/updating the name of KeyVault key. +* az databricks workspace create/update: Add --disk-key-vault to allow creating/updating the URI of KeyVault. +* az databricks workspace create/update: Add --disk-key-version to allow creating/updating the version of KeyVault key. +* az databricks workspace create/update: Add --managed-services-key-name to allow creating/updating the name of KeyVault key. +* az databricks workspace create/update: Add --managed-services-key-vault to allow creating/updating the Uri of KeyVault. +* az databricks workspace create/update: Add --managed-services-key-version to allow creating/updating the version of KeyVault key. + 0.10.1 +++++ * az databricks workspace update: Add --public-network-access to allow updating the network access type for accessing workspace. diff --git a/src/databricks/azext_databricks/aaz/latest/databricks/workspace/_create.py b/src/databricks/azext_databricks/aaz/latest/databricks/workspace/_create.py index e4b18758502..6cea09a1331 100644 --- a/src/databricks/azext_databricks/aaz/latest/databricks/workspace/_create.py +++ b/src/databricks/azext_databricks/aaz/latest/databricks/workspace/_create.py @@ -125,6 +125,57 @@ def _build_arguments_schema(cls, *args, **kwargs): help="Virtual Network name or resource ID.", ) + # define Arg Group "Encryption" + + _args_schema = cls._args_schema + _args_schema.disk_key_source = AAZStrArg( + options=["--disk-key-source"], + arg_group="Encryption", + help="The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault", + enum={"Microsoft.Keyvault": "Microsoft.Keyvault"}, + ) + _args_schema.disk_key_name = AAZStrArg( + options=["--disk-key-name"], + arg_group="Encryption", + help="The name of KeyVault key.", + ) + _args_schema.disk_key_vault = AAZStrArg( + options=["--disk-key-vault"], + arg_group="Encryption", + help="The URI of KeyVault.", + ) + _args_schema.disk_key_version = AAZStrArg( + options=["--disk-key-version"], + arg_group="Encryption", + help="The version of KeyVault key.", + ) + _args_schema.disk_key_auto_rotation = AAZBoolArg( + options=["--disk-key-auto-rotation"], + arg_group="Encryption", + help="Indicate whether the latest key version should be automatically used for Managed Disk Encryption.", + ) + _args_schema.managed_services_key_source = AAZStrArg( + options=["--managed-services-key-source"], + arg_group="Encryption", + help="The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault", + enum={"Microsoft.Keyvault": "Microsoft.Keyvault"}, + ) + _args_schema.managed_services_key_name = AAZStrArg( + options=["--ms-key-name", "--managed-services-key-name"], + arg_group="Encryption", + help="The name of KeyVault key.", + ) + _args_schema.managed_services_key_vault = AAZStrArg( + options=["--ms-key-vault", "--managed-services-key-vault"], + arg_group="Encryption", + help="The Uri of KeyVault.", + ) + _args_schema.managed_services_key_version = AAZStrArg( + options=["--ms-key-version", "--managed-services-key-version"], + arg_group="Encryption", + help="The version of KeyVault key.", + ) + # define Arg Group "Parameters" # define Arg Group "Properties" @@ -264,11 +315,44 @@ def content(self): properties = _builder.get(".properties") if properties is not None: + properties.set_prop("encryption", AAZObjectType) properties.set_prop("managedResourceGroupId", AAZStrType, ".managed_resource_group", typ_kwargs={"flags": {"required": True}}) properties.set_prop("parameters", AAZObjectType) properties.set_prop("publicNetworkAccess", AAZStrType, ".public_network_access") properties.set_prop("requiredNsgRules", AAZStrType, ".required_nsg_rules") + encryption = _builder.get(".properties.encryption") + if encryption is not None: + encryption.set_prop("entities", AAZObjectType, ".", typ_kwargs={"flags": {"required": True}}) + + entities = _builder.get(".properties.encryption.entities") + if entities is not None: + entities.set_prop("managedDisk", AAZObjectType) + entities.set_prop("managedServices", AAZObjectType) + + managed_disk = _builder.get(".properties.encryption.entities.managedDisk") + if managed_disk is not None: + managed_disk.set_prop("keySource", AAZStrType, ".disk_key_source", typ_kwargs={"flags": {"required": True}}) + managed_disk.set_prop("keyVaultProperties", AAZObjectType, ".", typ_kwargs={"flags": {"required": True}}) + managed_disk.set_prop("rotationToLatestKeyVersionEnabled", AAZBoolType, ".disk_key_auto_rotation") + + key_vault_properties = _builder.get(".properties.encryption.entities.managedDisk.keyVaultProperties") + if key_vault_properties is not None: + key_vault_properties.set_prop("keyName", AAZStrType, ".disk_key_name", typ_kwargs={"flags": {"required": True}}) + key_vault_properties.set_prop("keyVaultUri", AAZStrType, ".disk_key_vault", typ_kwargs={"flags": {"required": True}}) + key_vault_properties.set_prop("keyVersion", AAZStrType, ".disk_key_version", typ_kwargs={"flags": {"required": True}}) + + managed_services = _builder.get(".properties.encryption.entities.managedServices") + if managed_services is not None: + managed_services.set_prop("keySource", AAZStrType, ".managed_services_key_source", typ_kwargs={"flags": {"required": True}}) + managed_services.set_prop("keyVaultProperties", AAZObjectType) + + key_vault_properties = _builder.get(".properties.encryption.entities.managedServices.keyVaultProperties") + if key_vault_properties is not None: + key_vault_properties.set_prop("keyName", AAZStrType, ".managed_services_key_name", typ_kwargs={"flags": {"required": True}}) + key_vault_properties.set_prop("keyVaultUri", AAZStrType, ".managed_services_key_vault", typ_kwargs={"flags": {"required": True}}) + key_vault_properties.set_prop("keyVersion", AAZStrType, ".managed_services_key_version", typ_kwargs={"flags": {"required": True}}) + parameters = _builder.get(".properties.parameters") if parameters is not None: parameters.set_prop("customPrivateSubnetName", AAZObjectType) diff --git a/src/databricks/azext_databricks/aaz/latest/databricks/workspace/_update.py b/src/databricks/azext_databricks/aaz/latest/databricks/workspace/_update.py index 1f3da3f01d7..e4afc22206c 100644 --- a/src/databricks/azext_databricks/aaz/latest/databricks/workspace/_update.py +++ b/src/databricks/azext_databricks/aaz/latest/databricks/workspace/_update.py @@ -140,6 +140,62 @@ def _build_arguments_schema(cls, *args, **kwargs): nullable=True, ) + # define Arg Group "Managed Disk" + + _args_schema = cls._args_schema + _args_schema.disk_key_source = AAZStrArg( + options=["--disk-key-source"], + arg_group="Managed Disk", + help="The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault", + enum={"Microsoft.Keyvault": "Microsoft.Keyvault"}, + ) + _args_schema.disk_key_name = AAZStrArg( + options=["--disk-key-name"], + arg_group="Managed Disk", + help="The name of KeyVault key.", + ) + _args_schema.disk_key_vault = AAZStrArg( + options=["--disk-key-vault"], + arg_group="Managed Disk", + help="The URI of KeyVault.", + ) + _args_schema.disk_key_version = AAZStrArg( + options=["--disk-key-version"], + arg_group="Managed Disk", + help="The version of KeyVault key.", + ) + _args_schema.disk_key_auto_rotation = AAZBoolArg( + options=["--disk-key-auto-rotation"], + arg_group="Managed Disk", + help="Indicate whether the latest key version should be automatically used for Managed Disk Encryption.", + nullable=True, + ) + + # define Arg Group "Managed Services" + + _args_schema = cls._args_schema + _args_schema.managed_services_key_source = AAZStrArg( + options=["--managed-services-key-source"], + arg_group="Managed Services", + help="The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault", + enum={"Microsoft.Keyvault": "Microsoft.Keyvault"}, + ) + _args_schema.managed_services_key_name = AAZStrArg( + options=["--ms-key-name", "--managed-services-key-name"], + arg_group="Managed Services", + help="The name of KeyVault key.", + ) + _args_schema.managed_services_key_vault = AAZStrArg( + options=["--ms-key-vault", "--managed-services-key-vault"], + arg_group="Managed Services", + help="The Uri of KeyVault.", + ) + _args_schema.managed_services_key_version = AAZStrArg( + options=["--ms-key-version", "--managed-services-key-version"], + arg_group="Managed Services", + help="The version of KeyVault key.", + ) + # define Arg Group "Parameters" # define Arg Group "Properties" @@ -428,10 +484,43 @@ def _update_instance(self, instance): properties = _builder.get(".properties") if properties is not None: + properties.set_prop("encryption", AAZObjectType) properties.set_prop("parameters", AAZObjectType) properties.set_prop("publicNetworkAccess", AAZStrType, ".public_network_access") properties.set_prop("requiredNsgRules", AAZStrType, ".required_nsg_rules") + encryption = _builder.get(".properties.encryption") + if encryption is not None: + encryption.set_prop("entities", AAZObjectType, ".", typ_kwargs={"flags": {"required": True}}) + + entities = _builder.get(".properties.encryption.entities") + if entities is not None: + entities.set_prop("managedDisk", AAZObjectType) + entities.set_prop("managedServices", AAZObjectType) + + managed_disk = _builder.get(".properties.encryption.entities.managedDisk") + if managed_disk is not None: + managed_disk.set_prop("keySource", AAZStrType, ".disk_key_source", typ_kwargs={"flags": {"required": True}}) + managed_disk.set_prop("keyVaultProperties", AAZObjectType, ".", typ_kwargs={"flags": {"required": True}}) + managed_disk.set_prop("rotationToLatestKeyVersionEnabled", AAZBoolType, ".disk_key_auto_rotation") + + key_vault_properties = _builder.get(".properties.encryption.entities.managedDisk.keyVaultProperties") + if key_vault_properties is not None: + key_vault_properties.set_prop("keyName", AAZStrType, ".disk_key_name", typ_kwargs={"flags": {"required": True}}) + key_vault_properties.set_prop("keyVaultUri", AAZStrType, ".disk_key_vault", typ_kwargs={"flags": {"required": True}}) + key_vault_properties.set_prop("keyVersion", AAZStrType, ".disk_key_version", typ_kwargs={"flags": {"required": True}}) + + managed_services = _builder.get(".properties.encryption.entities.managedServices") + if managed_services is not None: + managed_services.set_prop("keySource", AAZStrType, ".managed_services_key_source", typ_kwargs={"flags": {"required": True}}) + managed_services.set_prop("keyVaultProperties", AAZObjectType) + + key_vault_properties = _builder.get(".properties.encryption.entities.managedServices.keyVaultProperties") + if key_vault_properties is not None: + key_vault_properties.set_prop("keyName", AAZStrType, ".managed_services_key_name", typ_kwargs={"flags": {"required": True}}) + key_vault_properties.set_prop("keyVaultUri", AAZStrType, ".managed_services_key_vault", typ_kwargs={"flags": {"required": True}}) + key_vault_properties.set_prop("keyVersion", AAZStrType, ".managed_services_key_version", typ_kwargs={"flags": {"required": True}}) + parameters = _builder.get(".properties.parameters") if parameters is not None: parameters.set_prop("enableNoPublicIp", AAZObjectType) diff --git a/src/databricks/azext_databricks/commands.py b/src/databricks/azext_databricks/commands.py index ed238060711..fc8c2080262 100644 --- a/src/databricks/azext_databricks/commands.py +++ b/src/databricks/azext_databricks/commands.py @@ -12,8 +12,9 @@ def load_command_table(self, _): with self.command_group('databricks workspace'): - from azext_databricks.custom import DatabricksWorkspaceCreate + from azext_databricks.custom import DatabricksWorkspaceCreate, DatabricksWorkspaceUpdate self.command_table['databricks workspace create'] = DatabricksWorkspaceCreate(loader=self) + self.command_table['databricks workspace update'] = DatabricksWorkspaceUpdate(loader=self) with self.command_group('databricks workspace vnet-peering'): from azext_databricks.custom import WorkspaceVnetPeeringCreate diff --git a/src/databricks/azext_databricks/custom.py b/src/databricks/azext_databricks/custom.py index 4a7575354bb..744e7e5c0b7 100644 --- a/src/databricks/azext_databricks/custom.py +++ b/src/databricks/azext_databricks/custom.py @@ -8,7 +8,7 @@ # pylint: disable=too-many-locals # pylint: disable=unused-argument from .aaz.latest.databricks.workspace.vnet_peering._create import Create as _WorkspaceVnetPeeringCreate -from .aaz.latest.databricks.workspace import Create as _DatabricksWorkspaceCreate +from .aaz.latest.databricks.workspace import Create as _DatabricksWorkspaceCreate, Update as _DatabricksWorkspaceUpdate import random import string @@ -30,6 +30,8 @@ def _build_arguments_schema(cls, *args, **kwargs): args_schema.vnet._fmt = AAZResourceIdArgFormat( template="/subscriptions/{subscription}/resourceGroups/{resource_group}/providers/Microsoft.Network/virtualNetworks/{}" ) + args_schema.disk_key_source._registered = False + args_schema.managed_services_key_source._registered = False return args_schema def pre_operations(self): @@ -50,6 +52,28 @@ def pre_operations(self): subscription=subscription_id, resource_group=managed_resource_group) + if has_value(args.disk_key_name): + args.disk_key_source = 'Microsoft.Keyvault' + if has_value(args.managed_services_key_name): + args.managed_services_key_source = 'Microsoft.Keyvault' + + +class DatabricksWorkspaceUpdate(_DatabricksWorkspaceUpdate): + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + args_schema = super()._build_arguments_schema(*args, **kwargs) + args_schema.disk_key_source._registered = False + args_schema.managed_services_key_source._registered = False + return args_schema + + def pre_operations(self): + args = self.ctx.args + if has_value(args.disk_key_name): + args.disk_key_source = 'Microsoft.Keyvault' + if has_value(args.managed_services_key_name): + args.managed_services_key_source = 'Microsoft.Keyvault' + class WorkspaceVnetPeeringCreate(_WorkspaceVnetPeeringCreate): diff --git a/src/databricks/azext_databricks/tests/latest/recordings/test_databricks_create_v1.yaml b/src/databricks/azext_databricks/tests/latest/recordings/test_databricks_create_v1.yaml new file mode 100644 index 00000000000..f096ce98aeb --- /dev/null +++ b/src/databricks/azext_databricks/tests/latest/recordings/test_databricks_create_v1.yaml @@ -0,0 +1,1137 @@ +interactions: +- request: + body: '{"location": "eastus", "properties": {"encryption": {"entities": {"managedDisk": + {"keySource": "Microsoft.Keyvault", "keyVaultProperties": {"keyName": "test-cmk-key", + "keyVaultUri": "https://test-vault-name.vault.azure.net/", "keyVersion": "00000000000000000000000000000000"}, + "rotationToLatestKeyVersionEnabled": true}}}, "managedResourceGroupId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000002-pl29gue3vu7nu", + "parameters": {"enableNoPublicIp": {"value": true}}}, "sku": {"name": "premium"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - databricks workspace create + Connection: + - keep-alive + Content-Length: + - '544' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --location --sku --enable-no-public-ip --disk-key-auto-rotation + --disk-key-vault --disk-key-name --disk-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/workspaces/workspace000002?api-version=2023-02-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"encryption\": {\r\n \"entities\": + {\r\n \"managedDisk\": {\r\n \"keySource\": \"Microsoft.Keyvault\",\r\n + \ \"keyVaultProperties\": {\r\n \"keyVaultUri\": \"https://test-vault-name.vault.azure.net/\",\r\n + \ \"keyName\": \"test-cmk-key\",\r\n \"keyVersion\": + \"00000000000000000000000000000000\"\r\n },\r\n \"rotationToLatestKeyVersionEnabled\": + true\r\n }\r\n }\r\n },\r\n \"managedDiskIdentity\": {},\r\n + \ \"managedResourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000002-pl29gue3vu7nu\",\r\n + \ \"provisioningState\": \"Accepted\",\r\n \"authorizations\": [\r\n + \ {\r\n \"principalId\": \"9a74af6f-d153-4348-988a-e2672920bee9\",\r\n + \ \"roleDefinitionId\": \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n + \ }\r\n ],\r\n \"createdBy\": {\r\n \"oid\": \"674368bb-7eaa-4100-aef7-138f65f50648\",\r\n + \ \"puid\": \"10032001C021F1B6\",\r\n \"applicationId\": \"04b07795-8ddb-461a-bbee-02f9e1bf7b46\"\r\n + \ },\r\n \"updatedBy\": {\r\n \"oid\": \"674368bb-7eaa-4100-aef7-138f65f50648\",\r\n + \ \"puid\": \"10032001C021F1B6\",\r\n \"applicationId\": \"04b07795-8ddb-461a-bbee-02f9e1bf7b46\"\r\n + \ },\r\n \"createdDateTime\": \"2023-05-30T07:40:02.6142248Z\"\r\n },\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/workspaces/workspace000002\",\r\n + \ \"name\": \"workspace000002\",\r\n \"type\": \"Microsoft.Databricks/workspaces\",\r\n + \ \"sku\": {\r\n \"name\": \"premium\"\r\n },\r\n \"location\": \"eastus\"\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjFUQ0JGWVoyRlhEOjdDQUY5QzRCN0FBRUY3RkU5NjoyRFdPUktTUEFDRTNGU1VZQ1EifQ?api-version=2023-02-01 + cache-control: + - no-cache + content-length: + - '1574' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:40:03 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '149' + status: + code: 201 + message: Created +- 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 --disk-key-auto-rotation + --disk-key-vault --disk-key-name --disk-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjFUQ0JGWVoyRlhEOjdDQUY5QzRCN0FBRUY3RkU5NjoyRFdPUktTUEFDRTNGU1VZQ1EifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:40:03 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjFUQ0JGWVoyRlhEOjdDQUY5QzRCN0FBRUY3RkU5NjoyRFdPUktTUEFDRTNGU1VZQ1EifQ?api-version=2023-02-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 --disk-key-auto-rotation + --disk-key-vault --disk-key-name --disk-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjFUQ0JGWVoyRlhEOjdDQUY5QzRCN0FBRUY3RkU5NjoyRFdPUktTUEFDRTNGU1VZQ1EifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:40:18 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjFUQ0JGWVoyRlhEOjdDQUY5QzRCN0FBRUY3RkU5NjoyRFdPUktTUEFDRTNGU1VZQ1EifQ?api-version=2023-02-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 --disk-key-auto-rotation + --disk-key-vault --disk-key-name --disk-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjFUQ0JGWVoyRlhEOjdDQUY5QzRCN0FBRUY3RkU5NjoyRFdPUktTUEFDRTNGU1VZQ1EifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:40:34 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjFUQ0JGWVoyRlhEOjdDQUY5QzRCN0FBRUY3RkU5NjoyRFdPUktTUEFDRTNGU1VZQ1EifQ?api-version=2023-02-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 --disk-key-auto-rotation + --disk-key-vault --disk-key-name --disk-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjFUQ0JGWVoyRlhEOjdDQUY5QzRCN0FBRUY3RkU5NjoyRFdPUktTUEFDRTNGU1VZQ1EifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:40:50 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjFUQ0JGWVoyRlhEOjdDQUY5QzRCN0FBRUY3RkU5NjoyRFdPUktTUEFDRTNGU1VZQ1EifQ?api-version=2023-02-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 --disk-key-auto-rotation + --disk-key-vault --disk-key-name --disk-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjFUQ0JGWVoyRlhEOjdDQUY5QzRCN0FBRUY3RkU5NjoyRFdPUktTUEFDRTNGU1VZQ1EifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:41:05 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjFUQ0JGWVoyRlhEOjdDQUY5QzRCN0FBRUY3RkU5NjoyRFdPUktTUEFDRTNGU1VZQ1EifQ?api-version=2023-02-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 --disk-key-auto-rotation + --disk-key-vault --disk-key-name --disk-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjFUQ0JGWVoyRlhEOjdDQUY5QzRCN0FBRUY3RkU5NjoyRFdPUktTUEFDRTNGU1VZQ1EifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:41:20 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjFUQ0JGWVoyRlhEOjdDQUY5QzRCN0FBRUY3RkU5NjoyRFdPUktTUEFDRTNGU1VZQ1EifQ?api-version=2023-02-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 --disk-key-auto-rotation + --disk-key-vault --disk-key-name --disk-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjFUQ0JGWVoyRlhEOjdDQUY5QzRCN0FBRUY3RkU5NjoyRFdPUktTUEFDRTNGU1VZQ1EifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:41:35 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjFUQ0JGWVoyRlhEOjdDQUY5QzRCN0FBRUY3RkU5NjoyRFdPUktTUEFDRTNGU1VZQ1EifQ?api-version=2023-02-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 --disk-key-auto-rotation + --disk-key-vault --disk-key-name --disk-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjFUQ0JGWVoyRlhEOjdDQUY5QzRCN0FBRUY3RkU5NjoyRFdPUktTUEFDRTNGU1VZQ1EifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:41:50 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjFUQ0JGWVoyRlhEOjdDQUY5QzRCN0FBRUY3RkU5NjoyRFdPUktTUEFDRTNGU1VZQ1EifQ?api-version=2023-02-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 --disk-key-auto-rotation + --disk-key-vault --disk-key-name --disk-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjFUQ0JGWVoyRlhEOjdDQUY5QzRCN0FBRUY3RkU5NjoyRFdPUktTUEFDRTNGU1VZQ1EifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:42:05 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjFUQ0JGWVoyRlhEOjdDQUY5QzRCN0FBRUY3RkU5NjoyRFdPUktTUEFDRTNGU1VZQ1EifQ?api-version=2023-02-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 --disk-key-auto-rotation + --disk-key-vault --disk-key-name --disk-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjFUQ0JGWVoyRlhEOjdDQUY5QzRCN0FBRUY3RkU5NjoyRFdPUktTUEFDRTNGU1VZQ1EifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Succeeded\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '29' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:42:21 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - databricks workspace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku --enable-no-public-ip --disk-key-auto-rotation + --disk-key-vault --disk-key-name --disk-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/workspaces/workspace000002?api-version=2023-02-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"encryption\": {\r\n \"entities\": + {\r\n \"managedDisk\": {\r\n \"keySource\": \"Microsoft.Keyvault\",\r\n + \ \"keyVaultProperties\": {\r\n \"keyVaultUri\": \"https://test-vault-name.vault.azure.net/\",\r\n + \ \"keyName\": \"test-cmk-key\",\r\n \"keyVersion\": + \"00000000000000000000000000000000\"\r\n },\r\n \"rotationToLatestKeyVersionEnabled\": + true\r\n }\r\n }\r\n },\r\n \"diskEncryptionSetId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000002-pl29gue3vu7nu/providers/Microsoft.Compute/diskEncryptionSets/dbdiskencryptionset64ff8efb3a4c0\",\r\n + \ \"managedDiskIdentity\": {\r\n \"principalId\": \"6fe6a993-fe1a-4959-80a1-4a81000302df\",\r\n + \ \"tenantId\": \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"type\": + \"SystemAssigned\"\r\n },\r\n \"managedResourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000002-pl29gue3vu7nu\",\r\n + \ \"parameters\": {\r\n \"enableFedRampCertification\": {\r\n \"type\": + \"Bool\",\r\n \"value\": false\r\n },\r\n \"enableNoPublicIp\": + {\r\n \"type\": \"Bool\",\r\n \"value\": true\r\n },\r\n + \ \"natGatewayName\": {\r\n \"type\": \"String\",\r\n \"value\": + \"nat-gateway\"\r\n },\r\n \"prepareEncryption\": {\r\n \"type\": + \"Bool\",\r\n \"value\": false\r\n },\r\n \"publicIpName\": + {\r\n \"type\": \"String\",\r\n \"value\": \"nat-gw-public-ip\"\r\n + \ },\r\n \"requireInfrastructureEncryption\": {\r\n \"type\": + \"Bool\",\r\n \"value\": false\r\n },\r\n \"resourceTags\": + {\r\n \"type\": \"Object\",\r\n \"value\": {\r\n \"application\": + \"databricks\",\r\n \"databricks-environment\": \"true\"\r\n }\r\n + \ },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n + \ \"value\": \"dbstorageqqppg23avmo3q\"\r\n },\r\n \"storageAccountSkuName\": + {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_GRS\"\r\n + \ },\r\n \"vnetAddressPrefix\": {\r\n \"type\": \"String\",\r\n + \ \"value\": \"10.139\"\r\n }\r\n },\r\n \"provisioningState\": + \"Succeeded\",\r\n \"authorizations\": [\r\n {\r\n \"principalId\": + \"9a74af6f-d153-4348-988a-e2672920bee9\",\r\n \"roleDefinitionId\": + \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n }\r\n ],\r\n \"createdBy\": + {\r\n \"oid\": \"674368bb-7eaa-4100-aef7-138f65f50648\",\r\n \"puid\": + \"10032001C021F1B6\",\r\n \"applicationId\": \"04b07795-8ddb-461a-bbee-02f9e1bf7b46\"\r\n + \ },\r\n \"updatedBy\": {\r\n \"oid\": \"674368bb-7eaa-4100-aef7-138f65f50648\",\r\n + \ \"puid\": \"10032001C021F1B6\",\r\n \"applicationId\": \"04b07795-8ddb-461a-bbee-02f9e1bf7b46\"\r\n + \ },\r\n \"workspaceId\": \"6848399119642403\",\r\n \"workspaceUrl\": + \"adb-6848399119642403.3.azuredatabricks.net\",\r\n \"createdDateTime\": + \"2023-05-30T07:40:02.6142248Z\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/workspaces/workspace000002\",\r\n + \ \"name\": \"workspace000002\",\r\n \"type\": \"Microsoft.Databricks/workspaces\",\r\n + \ \"sku\": {\r\n \"name\": \"premium\"\r\n },\r\n \"location\": \"eastus\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '3149' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:42:22 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1799' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - databricks workspace delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/workspaces/workspace000002?api-version=2023-02-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 30 May 2023 07:42:23 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMVRDQkZZWjJGWEQ6N0NBRjlDNEI3QUFFRjdGRTk2OjJEV09SS1NQQUNFM0ZTVVlDUSJ9?api-version=2023-02-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14998' + 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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMVRDQkZZWjJGWEQ6N0NBRjlDNEI3QUFFRjdGRTk2OjJEV09SS1NQQUNFM0ZTVVlDUSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:42:24 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMVRDQkZZWjJGWEQ6N0NBRjlDNEI3QUFFRjdGRTk2OjJEV09SS1NQQUNFM0ZTVVlDUSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMVRDQkZZWjJGWEQ6N0NBRjlDNEI3QUFFRjdGRTk2OjJEV09SS1NQQUNFM0ZTVVlDUSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:42:40 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMVRDQkZZWjJGWEQ6N0NBRjlDNEI3QUFFRjdGRTk2OjJEV09SS1NQQUNFM0ZTVVlDUSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMVRDQkZZWjJGWEQ6N0NBRjlDNEI3QUFFRjdGRTk2OjJEV09SS1NQQUNFM0ZTVVlDUSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:42:55 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMVRDQkZZWjJGWEQ6N0NBRjlDNEI3QUFFRjdGRTk2OjJEV09SS1NQQUNFM0ZTVVlDUSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMVRDQkZZWjJGWEQ6N0NBRjlDNEI3QUFFRjdGRTk2OjJEV09SS1NQQUNFM0ZTVVlDUSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:43:10 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMVRDQkZZWjJGWEQ6N0NBRjlDNEI3QUFFRjdGRTk2OjJEV09SS1NQQUNFM0ZTVVlDUSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMVRDQkZZWjJGWEQ6N0NBRjlDNEI3QUFFRjdGRTk2OjJEV09SS1NQQUNFM0ZTVVlDUSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:43:25 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMVRDQkZZWjJGWEQ6N0NBRjlDNEI3QUFFRjdGRTk2OjJEV09SS1NQQUNFM0ZTVVlDUSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMVRDQkZZWjJGWEQ6N0NBRjlDNEI3QUFFRjdGRTk2OjJEV09SS1NQQUNFM0ZTVVlDUSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:43:40 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMVRDQkZZWjJGWEQ6N0NBRjlDNEI3QUFFRjdGRTk2OjJEV09SS1NQQUNFM0ZTVVlDUSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMVRDQkZZWjJGWEQ6N0NBRjlDNEI3QUFFRjdGRTk2OjJEV09SS1NQQUNFM0ZTVVlDUSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:43:56 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMVRDQkZZWjJGWEQ6N0NBRjlDNEI3QUFFRjdGRTk2OjJEV09SS1NQQUNFM0ZTVVlDUSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMVRDQkZZWjJGWEQ6N0NBRjlDNEI3QUFFRjdGRTk2OjJEV09SS1NQQUNFM0ZTVVlDUSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:44:11 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMVRDQkZZWjJGWEQ6N0NBRjlDNEI3QUFFRjdGRTk2OjJEV09SS1NQQUNFM0ZTVVlDUSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMVRDQkZZWjJGWEQ6N0NBRjlDNEI3QUFFRjdGRTk2OjJEV09SS1NQQUNFM0ZTVVlDUSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:44:26 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMVRDQkZZWjJGWEQ6N0NBRjlDNEI3QUFFRjdGRTk2OjJEV09SS1NQQUNFM0ZTVVlDUSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMVRDQkZZWjJGWEQ6N0NBRjlDNEI3QUFFRjdGRTk2OjJEV09SS1NQQUNFM0ZTVVlDUSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:44:42 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMVRDQkZZWjJGWEQ6N0NBRjlDNEI3QUFFRjdGRTk2OjJEV09SS1NQQUNFM0ZTVVlDUSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMVRDQkZZWjJGWEQ6N0NBRjlDNEI3QUFFRjdGRTk2OjJEV09SS1NQQUNFM0ZTVVlDUSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:44:57 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMVRDQkZZWjJGWEQ6N0NBRjlDNEI3QUFFRjdGRTk2OjJEV09SS1NQQUNFM0ZTVVlDUSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YxdGNiZnl6MmZ4ZGoyNWFhbW9kcWZ5YnVnamtlaml0ZGd0YTZ2ajd6dmVhcGdhNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2UzZnN1eWNxIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMVRDQkZZWjJGWEQ6N0NBRjlDNEI3QUFFRjdGRTk2OjJEV09SS1NQQUNFM0ZTVVlDUSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Succeeded\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '29' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:45:12 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/databricks/azext_databricks/tests/latest/recordings/test_databricks_create_v2.yaml b/src/databricks/azext_databricks/tests/latest/recordings/test_databricks_create_v2.yaml new file mode 100644 index 00000000000..cf1d4423b86 --- /dev/null +++ b/src/databricks/azext_databricks/tests/latest/recordings/test_databricks_create_v2.yaml @@ -0,0 +1,1393 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - keyvault show + Connection: + - keep-alive + ParameterSetName: + - -n -g + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-keyvault/10.2.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.KeyVault/vaults/clitest000002?api-version=2023-02-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.KeyVault/vaults/clitest000002","name":"clitest000002","type":"Microsoft.KeyVault/vaults","location":"eastus","tags":{},"systemData":{"createdBy":"v-taoxuzeng@microsoft.com","createdByType":"User","createdAt":"2023-05-30T06:56:14.791Z","lastModifiedBy":"v-taoxuzeng@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T06:56:14.791Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"674368bb-7eaa-4100-aef7-138f65f50648","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":7,"vaultUri":"https://clitest000002.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' + headers: + cache-control: + - no-cache + content-length: + - '997' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:56:53 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-keyvault-service-version: + - 1.5.785.0 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - keyvault set-policy + Connection: + - keep-alive + ParameterSetName: + - -n --object-id -g --key-permissions + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-keyvault/10.2.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.KeyVault/vaults/clitest000002?api-version=2023-02-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.KeyVault/vaults/clitest000002","name":"clitest000002","type":"Microsoft.KeyVault/vaults","location":"eastus","tags":{},"systemData":{"createdBy":"v-taoxuzeng@microsoft.com","createdByType":"User","createdAt":"2023-05-30T06:56:14.791Z","lastModifiedBy":"v-taoxuzeng@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T06:56:14.791Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"674368bb-7eaa-4100-aef7-138f65f50648","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":7,"vaultUri":"https://clitest000002.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' + headers: + cache-control: + - no-cache + content-length: + - '997' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:56:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-keyvault-service-version: + - 1.5.785.0 + status: + code: 200 + message: OK +- 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": "674368bb-7eaa-4100-aef7-138f65f50648", + "permissions": {"keys": ["all"], "secrets": ["all"], "certificates": ["all"], + "storage": ["all"]}}, {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": + "09e25313-21e0-4033-bd7c-179e9e990c73", "permissions": {"keys": ["unwrapKey", + "get", "wrapKey"]}}], "vaultUri": "https://clitest000002.vault.azure.net/", + "enabledForDeployment": false, "enableSoftDelete": true, "softDeleteRetentionInDays": + 7, "provisioningState": "Succeeded", "publicNetworkAccess": "Enabled"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - keyvault set-policy + Connection: + - keep-alive + Content-Length: + - '746' + Content-Type: + - application/json + ParameterSetName: + - -n --object-id -g --key-permissions + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-keyvault/10.2.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.KeyVault/vaults/clitest000002?api-version=2023-02-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.KeyVault/vaults/clitest000002","name":"clitest000002","type":"Microsoft.KeyVault/vaults","location":"eastus","tags":{},"systemData":{"createdBy":"v-taoxuzeng@microsoft.com","createdByType":"User","createdAt":"2023-05-30T06:56:14.791Z","lastModifiedBy":"v-taoxuzeng@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-30T06:56:57.819Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"674368bb-7eaa-4100-aef7-138f65f50648","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}},{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"09e25313-21e0-4033-bd7c-179e9e990c73","permissions":{"keys":["unwrapKey","get","wrapKey"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":7,"vaultUri":"https://clitest000002.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' + headers: + cache-control: + - no-cache + content-length: + - '1152' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:56:57 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-keyvault-service-version: + - 1.5.785.0 + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - azsdk-python-keyvault-keys/4.8.0b2 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://clitest000002.vault.azure.net/keys/testkey/create?api-version=7.4-preview.1 + response: + body: + string: '{"error":{"code":"Unauthorized","message":"AKV10000: Request is missing + a Bearer or PoP token."}}' + headers: + cache-control: + - no-cache + content-length: + - '97' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:57:00 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000;includeSubDomains + www-authenticate: + - Bearer authorization="https://login.microsoftonline.com/54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", + resource="https://vault.azure.net" + x-content-type-options: + - nosniff + x-ms-keyvault-network-info: + - conn_type=Ipv4;addr=180.158.12.119;act_addr_fam=InterNetwork; + x-ms-keyvault-region: + - eastus + x-ms-keyvault-service-version: + - 1.9.804.1 + status: + code: 401 + message: Unauthorized +- request: + body: '{"kty": "RSA", "attributes": {"enabled": true}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '47' + Content-Type: + - application/json + User-Agent: + - azsdk-python-keyvault-keys/4.8.0b2 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://clitest000002.vault.azure.net/keys/testkey/create?api-version=7.4-preview.1 + response: + body: + string: '{"key":{"kid":"https://clitest000002.vault.azure.net/keys/testkey/9cc96bd7ef49422fbc35b368934b927e","kty":"RSA","key_ops":["encrypt","decrypt","sign","verify","wrapKey","unwrapKey"],"n":"yCjjxnr52iQUoInsmMthqIOHaOnfq2jQQKpp0u_T74SdZbPdTVCmma4EMsh6eUwpM1WjcyS6C45eVwRKvE-J6jsMlF5yo9pQ48TWg2t9SADz09Ych5rmyHuGKRwCOM9fXQQmgFmcsbVbkaPe0gZ6RS6-LHV4fUwdFmEHIJ9OrhHHqjTv8Y_FF17Ho4Zj72-Rmn27WhXx2cWiUswrJPxYp1jnHbqE29RtNA4YBn8a0FOG3MB6M1Fiu2CB5KH3J389ZMxmFdpO9ELsyoVCh115e5CdD7IVFxC-TN0Hv1fzn6M-2oAIY7PaHm7T1lpKioTProFmsDoB0ZulXprtYiZOHQ","e":"AQAB"},"attributes":{"enabled":true,"created":1685429820,"updated":1685429820,"recoveryLevel":"CustomizedRecoverable+Purgeable","recoverableDays":7,"exportable":false}}' + headers: + cache-control: + - no-cache + content-length: + - '704' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:57:00 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000;includeSubDomains + x-content-type-options: + - nosniff + x-ms-keyvault-network-info: + - conn_type=Ipv4;addr=180.158.12.119;act_addr_fam=InterNetwork; + x-ms-keyvault-region: + - eastus + x-ms-keyvault-service-version: + - 1.9.804.1 + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus", "properties": {"encryption": {"entities": {"managedServices": + {"keySource": "Microsoft.Keyvault", "keyVaultProperties": {"keyName": "testkey", + "keyVaultUri": "https://clitest000002.vault.azure.net/", "keyVersion": "9cc96bd7ef49422fbc35b368934b927e"}}}}, + "managedResourceGroupId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000003-xvh3r5i4gkdfe", + "parameters": {"enableNoPublicIp": {"value": true}}}, "sku": {"name": "premium"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - databricks workspace create + Connection: + - keep-alive + Content-Length: + - '498' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --location --sku --enable-no-public-ip --managed-services-key-vault + --managed-services-key-name --managed-services-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/workspaces/workspace000003?api-version=2023-02-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"encryption\": {\r\n \"entities\": + {\r\n \"managedServices\": {\r\n \"keySource\": \"Microsoft.Keyvault\",\r\n + \ \"keyVaultProperties\": {\r\n \"keyVaultUri\": \"https://clitest000002.vault.azure.net/\",\r\n + \ \"keyName\": \"testkey\",\r\n \"keyVersion\": \"9cc96bd7ef49422fbc35b368934b927e\"\r\n + \ }\r\n }\r\n }\r\n },\r\n \"managedResourceGroupId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000003-xvh3r5i4gkdfe\",\r\n + \ \"provisioningState\": \"Accepted\",\r\n \"authorizations\": [\r\n + \ {\r\n \"principalId\": \"9a74af6f-d153-4348-988a-e2672920bee9\",\r\n + \ \"roleDefinitionId\": \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n + \ }\r\n ],\r\n \"createdBy\": {\r\n \"oid\": \"674368bb-7eaa-4100-aef7-138f65f50648\",\r\n + \ \"puid\": \"10032001C021F1B6\",\r\n \"applicationId\": \"04b07795-8ddb-461a-bbee-02f9e1bf7b46\"\r\n + \ },\r\n \"updatedBy\": {\r\n \"oid\": \"674368bb-7eaa-4100-aef7-138f65f50648\",\r\n + \ \"puid\": \"10032001C021F1B6\",\r\n \"applicationId\": \"04b07795-8ddb-461a-bbee-02f9e1bf7b46\"\r\n + \ },\r\n \"createdDateTime\": \"2023-05-30T06:57:13.9023959Z\"\r\n },\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/workspaces/workspace000003\",\r\n + \ \"name\": \"workspace000003\",\r\n \"type\": \"Microsoft.Databricks/workspaces\",\r\n + \ \"sku\": {\r\n \"name\": \"premium\"\r\n },\r\n \"location\": \"eastus\"\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjJOQzM0QTNZQVhNOjdDRERBM0FBMDA4RDVEQzUxQToyRFdPUktTUEFDRTNaTTdFNkoifQ?api-version=2023-02-01 + cache-control: + - no-cache + content-length: + - '1485' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:57:14 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '149' + status: + code: 201 + message: Created +- 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 --managed-services-key-vault + --managed-services-key-name --managed-services-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjJOQzM0QTNZQVhNOjdDRERBM0FBMDA4RDVEQzUxQToyRFdPUktTUEFDRTNaTTdFNkoifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:57:14 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjJOQzM0QTNZQVhNOjdDRERBM0FBMDA4RDVEQzUxQToyRFdPUktTUEFDRTNaTTdFNkoifQ?api-version=2023-02-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 --managed-services-key-vault + --managed-services-key-name --managed-services-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjJOQzM0QTNZQVhNOjdDRERBM0FBMDA4RDVEQzUxQToyRFdPUktTUEFDRTNaTTdFNkoifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:57:30 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjJOQzM0QTNZQVhNOjdDRERBM0FBMDA4RDVEQzUxQToyRFdPUktTUEFDRTNaTTdFNkoifQ?api-version=2023-02-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 --managed-services-key-vault + --managed-services-key-name --managed-services-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjJOQzM0QTNZQVhNOjdDRERBM0FBMDA4RDVEQzUxQToyRFdPUktTUEFDRTNaTTdFNkoifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:57:45 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjJOQzM0QTNZQVhNOjdDRERBM0FBMDA4RDVEQzUxQToyRFdPUktTUEFDRTNaTTdFNkoifQ?api-version=2023-02-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 --managed-services-key-vault + --managed-services-key-name --managed-services-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjJOQzM0QTNZQVhNOjdDRERBM0FBMDA4RDVEQzUxQToyRFdPUktTUEFDRTNaTTdFNkoifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:58:00 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjJOQzM0QTNZQVhNOjdDRERBM0FBMDA4RDVEQzUxQToyRFdPUktTUEFDRTNaTTdFNkoifQ?api-version=2023-02-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 --managed-services-key-vault + --managed-services-key-name --managed-services-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjJOQzM0QTNZQVhNOjdDRERBM0FBMDA4RDVEQzUxQToyRFdPUktTUEFDRTNaTTdFNkoifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:58:16 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjJOQzM0QTNZQVhNOjdDRERBM0FBMDA4RDVEQzUxQToyRFdPUktTUEFDRTNaTTdFNkoifQ?api-version=2023-02-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 --managed-services-key-vault + --managed-services-key-name --managed-services-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjJOQzM0QTNZQVhNOjdDRERBM0FBMDA4RDVEQzUxQToyRFdPUktTUEFDRTNaTTdFNkoifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:58:31 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjJOQzM0QTNZQVhNOjdDRERBM0FBMDA4RDVEQzUxQToyRFdPUktTUEFDRTNaTTdFNkoifQ?api-version=2023-02-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 --managed-services-key-vault + --managed-services-key-name --managed-services-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjJOQzM0QTNZQVhNOjdDRERBM0FBMDA4RDVEQzUxQToyRFdPUktTUEFDRTNaTTdFNkoifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:58:47 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjJOQzM0QTNZQVhNOjdDRERBM0FBMDA4RDVEQzUxQToyRFdPUktTUEFDRTNaTTdFNkoifQ?api-version=2023-02-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 --managed-services-key-vault + --managed-services-key-name --managed-services-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjJOQzM0QTNZQVhNOjdDRERBM0FBMDA4RDVEQzUxQToyRFdPUktTUEFDRTNaTTdFNkoifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:59:02 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjJOQzM0QTNZQVhNOjdDRERBM0FBMDA4RDVEQzUxQToyRFdPUktTUEFDRTNaTTdFNkoifQ?api-version=2023-02-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 --managed-services-key-vault + --managed-services-key-name --managed-services-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjJOQzM0QTNZQVhNOjdDRERBM0FBMDA4RDVEQzUxQToyRFdPUktTUEFDRTNaTTdFNkoifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:59:17 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjJOQzM0QTNZQVhNOjdDRERBM0FBMDA4RDVEQzUxQToyRFdPUktTUEFDRTNaTTdFNkoifQ?api-version=2023-02-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 --managed-services-key-vault + --managed-services-key-name --managed-services-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RkNSRUFURTozQTVGVjJOQzM0QTNZQVhNOjdDRERBM0FBMDA4RDVEQzUxQToyRFdPUktTUEFDRTNaTTdFNkoifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Succeeded\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '29' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:59:33 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- 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 --managed-services-key-vault + --managed-services-key-name --managed-services-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/workspaces/workspace000003?api-version=2023-02-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"encryption\": {\r\n \"entities\": + {\r\n \"managedServices\": {\r\n \"keySource\": \"Microsoft.Keyvault\",\r\n + \ \"keyVaultProperties\": {\r\n \"keyVaultUri\": \"https://clitest000002.vault.azure.net/\",\r\n + \ \"keyName\": \"testkey\",\r\n \"keyVersion\": \"9cc96bd7ef49422fbc35b368934b927e\"\r\n + \ }\r\n }\r\n }\r\n },\r\n \"managedResourceGroupId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000003-xvh3r5i4gkdfe\",\r\n + \ \"parameters\": {\r\n \"enableFedRampCertification\": {\r\n \"type\": + \"Bool\",\r\n \"value\": false\r\n },\r\n \"enableNoPublicIp\": + {\r\n \"type\": \"Bool\",\r\n \"value\": true\r\n },\r\n + \ \"natGatewayName\": {\r\n \"type\": \"String\",\r\n \"value\": + \"nat-gateway\"\r\n },\r\n \"prepareEncryption\": {\r\n \"type\": + \"Bool\",\r\n \"value\": false\r\n },\r\n \"publicIpName\": + {\r\n \"type\": \"String\",\r\n \"value\": \"nat-gw-public-ip\"\r\n + \ },\r\n \"requireInfrastructureEncryption\": {\r\n \"type\": + \"Bool\",\r\n \"value\": false\r\n },\r\n \"resourceTags\": + {\r\n \"type\": \"Object\",\r\n \"value\": {\r\n \"application\": + \"databricks\",\r\n \"databricks-environment\": \"true\"\r\n }\r\n + \ },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n + \ \"value\": \"dbstoragezwxgjnzlebihy\"\r\n },\r\n \"storageAccountSkuName\": + {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_GRS\"\r\n + \ },\r\n \"vnetAddressPrefix\": {\r\n \"type\": \"String\",\r\n + \ \"value\": \"10.139\"\r\n }\r\n },\r\n \"provisioningState\": + \"Succeeded\",\r\n \"authorizations\": [\r\n {\r\n \"principalId\": + \"9a74af6f-d153-4348-988a-e2672920bee9\",\r\n \"roleDefinitionId\": + \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n }\r\n ],\r\n \"createdBy\": + {\r\n \"oid\": \"674368bb-7eaa-4100-aef7-138f65f50648\",\r\n \"puid\": + \"10032001C021F1B6\",\r\n \"applicationId\": \"04b07795-8ddb-461a-bbee-02f9e1bf7b46\"\r\n + \ },\r\n \"updatedBy\": {\r\n \"oid\": \"674368bb-7eaa-4100-aef7-138f65f50648\",\r\n + \ \"puid\": \"10032001C021F1B6\",\r\n \"applicationId\": \"04b07795-8ddb-461a-bbee-02f9e1bf7b46\"\r\n + \ },\r\n \"workspaceId\": \"1763709858321308\",\r\n \"workspaceUrl\": + \"adb-1763709858321308.8.azuredatabricks.net\",\r\n \"createdDateTime\": + \"2023-05-30T06:57:13.9023959Z\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/workspaces/workspace000003\",\r\n + \ \"name\": \"workspace000003\",\r\n \"type\": \"Microsoft.Databricks/workspaces\",\r\n + \ \"sku\": {\r\n \"name\": \"premium\"\r\n },\r\n \"location\": \"eastus\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '2679' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:59:33 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1799' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - databricks workspace delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/workspaces/workspace000003?api-version=2023-02-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 30 May 2023 06:59:42 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMk5DMzRBM1lBWE06N0NEREEzQUEwMDhENURDNTFBOjJEV09SS1NQQUNFM1pNN0U2SiJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMk5DMzRBM1lBWE06N0NEREEzQUEwMDhENURDNTFBOjJEV09SS1NQQUNFM1pNN0U2SiJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:59:42 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMk5DMzRBM1lBWE06N0NEREEzQUEwMDhENURDNTFBOjJEV09SS1NQQUNFM1pNN0U2SiJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMk5DMzRBM1lBWE06N0NEREEzQUEwMDhENURDNTFBOjJEV09SS1NQQUNFM1pNN0U2SiJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 06:59:58 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMk5DMzRBM1lBWE06N0NEREEzQUEwMDhENURDNTFBOjJEV09SS1NQQUNFM1pNN0U2SiJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMk5DMzRBM1lBWE06N0NEREEzQUEwMDhENURDNTFBOjJEV09SS1NQQUNFM1pNN0U2SiJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:00:13 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMk5DMzRBM1lBWE06N0NEREEzQUEwMDhENURDNTFBOjJEV09SS1NQQUNFM1pNN0U2SiJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMk5DMzRBM1lBWE06N0NEREEzQUEwMDhENURDNTFBOjJEV09SS1NQQUNFM1pNN0U2SiJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:00:28 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMk5DMzRBM1lBWE06N0NEREEzQUEwMDhENURDNTFBOjJEV09SS1NQQUNFM1pNN0U2SiJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMk5DMzRBM1lBWE06N0NEREEzQUEwMDhENURDNTFBOjJEV09SS1NQQUNFM1pNN0U2SiJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:00:44 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMk5DMzRBM1lBWE06N0NEREEzQUEwMDhENURDNTFBOjJEV09SS1NQQUNFM1pNN0U2SiJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMk5DMzRBM1lBWE06N0NEREEzQUEwMDhENURDNTFBOjJEV09SS1NQQUNFM1pNN0U2SiJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:00:59 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMk5DMzRBM1lBWE06N0NEREEzQUEwMDhENURDNTFBOjJEV09SS1NQQUNFM1pNN0U2SiJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMk5DMzRBM1lBWE06N0NEREEzQUEwMDhENURDNTFBOjJEV09SS1NQQUNFM1pNN0U2SiJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:01:15 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMk5DMzRBM1lBWE06N0NEREEzQUEwMDhENURDNTFBOjJEV09SS1NQQUNFM1pNN0U2SiJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMk5DMzRBM1lBWE06N0NEREEzQUEwMDhENURDNTFBOjJEV09SS1NQQUNFM1pNN0U2SiJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:01:30 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMk5DMzRBM1lBWE06N0NEREEzQUEwMDhENURDNTFBOjJEV09SS1NQQUNFM1pNN0U2SiJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMk5DMzRBM1lBWE06N0NEREEzQUEwMDhENURDNTFBOjJEV09SS1NQQUNFM1pNN0U2SiJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:01:46 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMk5DMzRBM1lBWE06N0NEREEzQUEwMDhENURDNTFBOjJEV09SS1NQQUNFM1pNN0U2SiJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMk5DMzRBM1lBWE06N0NEREEzQUEwMDhENURDNTFBOjJEV09SS1NQQUNFM1pNN0U2SiJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:02:01 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMk5DMzRBM1lBWE06N0NEREEzQUEwMDhENURDNTFBOjJEV09SS1NQQUNFM1pNN0U2SiJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMk5DMzRBM1lBWE06N0NEREEzQUEwMDhENURDNTFBOjJEV09SS1NQQUNFM1pNN0U2SiJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:02:16 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMk5DMzRBM1lBWE06N0NEREEzQUEwMDhENURDNTFBOjJEV09SS1NQQUNFM1pNN0U2SiJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_create_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfY3JlYXRlX3YybmMzNGEzeWF4bWFmY3NpbW41bnB5MnB2aHd5bWpsbDJqYm5qbjVvc2h2emo2aC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Uzem03ZTZqIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGQ1JFQVRFOjNBNUZWMk5DMzRBM1lBWE06N0NEREEzQUEwMDhENURDNTFBOjJEV09SS1NQQUNFM1pNN0U2SiJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Succeeded\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '29' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 07:02:32 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/databricks/azext_databricks/tests/latest/recordings/test_databricks_update.yaml b/src/databricks/azext_databricks/tests/latest/recordings/test_databricks_update.yaml new file mode 100644 index 00000000000..8fb928a61b5 --- /dev/null +++ b/src/databricks/azext_databricks/tests/latest/recordings/test_databricks_update.yaml @@ -0,0 +1,886 @@ +interactions: +- request: + body: '{"location": "eastus", "properties": {"managedResourceGroupId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000003-77m3zxru2y38q", + "parameters": {"enableNoPublicIp": {"value": true}, "prepareEncryption": {"value": + true}}}, "sku": {"name": "premium"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - databricks workspace create + Connection: + - keep-alive + Content-Length: + - '297' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --location --sku --enable-no-public-ip --prepare-encryption + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/workspaces/workspace000003?api-version=2023-02-01 + response: + body: + string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000003-77m3zxru2y38q","provisioningState":"Accepted","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"674368bb-7eaa-4100-aef7-138f65f50648","puid":"10032001C021F1B6","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"674368bb-7eaa-4100-aef7-138f65f50648","puid":"10032001C021F1B6","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"createdDateTime":"2023-05-23T08:27:36.9338351Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/workspaces/workspace000003","name":"workspace000003","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_databricks_update000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlemI1NTUyMnF2cGozcWd4cDVycXdhNG81eW1ydnJvZWFxY3lwbnoyNTRidnRhbTU2ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V2NmluNHZ5Iiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURVpCNTU1MjJRVlBKM1FHWDo3Qzc1QkM4MjhENDdCODNCQTQ6MkRXT1JLU1BBQ0VWNklONFZZIn0?api-version=2023-02-01 + cache-control: + - no-cache + content-length: + - '922' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 08:27:37 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-resource-requests: + - '149' + status: + code: 201 + message: Created +- 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 --prepare-encryption + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlemI1NTUyMnF2cGozcWd4cDVycXdhNG81eW1ydnJvZWFxY3lwbnoyNTRidnRhbTU2ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V2NmluNHZ5Iiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURVpCNTU1MjJRVlBKM1FHWDo3Qzc1QkM4MjhENDdCODNCQTQ6MkRXT1JLU1BBQ0VWNklONFZZIn0?api-version=2023-02-01 + response: + body: + string: '{"status":"Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '21' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 08:27:37 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlemI1NTUyMnF2cGozcWd4cDVycXdhNG81eW1ydnJvZWFxY3lwbnoyNTRidnRhbTU2ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V2NmluNHZ5Iiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURVpCNTU1MjJRVlBKM1FHWDo3Qzc1QkM4MjhENDdCODNCQTQ6MkRXT1JLU1BBQ0VWNklONFZZIn0?api-version=2023-02-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + 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 --prepare-encryption + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlemI1NTUyMnF2cGozcWd4cDVycXdhNG81eW1ydnJvZWFxY3lwbnoyNTRidnRhbTU2ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V2NmluNHZ5Iiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURVpCNTU1MjJRVlBKM1FHWDo3Qzc1QkM4MjhENDdCODNCQTQ6MkRXT1JLU1BBQ0VWNklONFZZIn0?api-version=2023-02-01 + response: + body: + string: '{"status":"Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '21' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 08:27:53 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlemI1NTUyMnF2cGozcWd4cDVycXdhNG81eW1ydnJvZWFxY3lwbnoyNTRidnRhbTU2ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V2NmluNHZ5Iiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURVpCNTU1MjJRVlBKM1FHWDo3Qzc1QkM4MjhENDdCODNCQTQ6MkRXT1JLU1BBQ0VWNklONFZZIn0?api-version=2023-02-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + 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 --prepare-encryption + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlemI1NTUyMnF2cGozcWd4cDVycXdhNG81eW1ydnJvZWFxY3lwbnoyNTRidnRhbTU2ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V2NmluNHZ5Iiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURVpCNTU1MjJRVlBKM1FHWDo3Qzc1QkM4MjhENDdCODNCQTQ6MkRXT1JLU1BBQ0VWNklONFZZIn0?api-version=2023-02-01 + response: + body: + string: '{"status":"Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '21' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 08:28:08 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlemI1NTUyMnF2cGozcWd4cDVycXdhNG81eW1ydnJvZWFxY3lwbnoyNTRidnRhbTU2ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V2NmluNHZ5Iiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURVpCNTU1MjJRVlBKM1FHWDo3Qzc1QkM4MjhENDdCODNCQTQ6MkRXT1JLU1BBQ0VWNklONFZZIn0?api-version=2023-02-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + 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 --prepare-encryption + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlemI1NTUyMnF2cGozcWd4cDVycXdhNG81eW1ydnJvZWFxY3lwbnoyNTRidnRhbTU2ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V2NmluNHZ5Iiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURVpCNTU1MjJRVlBKM1FHWDo3Qzc1QkM4MjhENDdCODNCQTQ6MkRXT1JLU1BBQ0VWNklONFZZIn0?api-version=2023-02-01 + response: + body: + string: '{"status":"Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '21' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 08:28:24 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlemI1NTUyMnF2cGozcWd4cDVycXdhNG81eW1ydnJvZWFxY3lwbnoyNTRidnRhbTU2ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V2NmluNHZ5Iiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURVpCNTU1MjJRVlBKM1FHWDo3Qzc1QkM4MjhENDdCODNCQTQ6MkRXT1JLU1BBQ0VWNklONFZZIn0?api-version=2023-02-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + 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 --prepare-encryption + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlemI1NTUyMnF2cGozcWd4cDVycXdhNG81eW1ydnJvZWFxY3lwbnoyNTRidnRhbTU2ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V2NmluNHZ5Iiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURVpCNTU1MjJRVlBKM1FHWDo3Qzc1QkM4MjhENDdCODNCQTQ6MkRXT1JLU1BBQ0VWNklONFZZIn0?api-version=2023-02-01 + response: + body: + string: '{"status":"Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '21' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 08:28:39 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlemI1NTUyMnF2cGozcWd4cDVycXdhNG81eW1ydnJvZWFxY3lwbnoyNTRidnRhbTU2ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V2NmluNHZ5Iiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURVpCNTU1MjJRVlBKM1FHWDo3Qzc1QkM4MjhENDdCODNCQTQ6MkRXT1JLU1BBQ0VWNklONFZZIn0?api-version=2023-02-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + 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 --prepare-encryption + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlemI1NTUyMnF2cGozcWd4cDVycXdhNG81eW1ydnJvZWFxY3lwbnoyNTRidnRhbTU2ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V2NmluNHZ5Iiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURVpCNTU1MjJRVlBKM1FHWDo3Qzc1QkM4MjhENDdCODNCQTQ6MkRXT1JLU1BBQ0VWNklONFZZIn0?api-version=2023-02-01 + response: + body: + string: '{"status":"Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '21' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 08:28:54 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlemI1NTUyMnF2cGozcWd4cDVycXdhNG81eW1ydnJvZWFxY3lwbnoyNTRidnRhbTU2ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V2NmluNHZ5Iiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURVpCNTU1MjJRVlBKM1FHWDo3Qzc1QkM4MjhENDdCODNCQTQ6MkRXT1JLU1BBQ0VWNklONFZZIn0?api-version=2023-02-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + 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 --prepare-encryption + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlemI1NTUyMnF2cGozcWd4cDVycXdhNG81eW1ydnJvZWFxY3lwbnoyNTRidnRhbTU2ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V2NmluNHZ5Iiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURVpCNTU1MjJRVlBKM1FHWDo3Qzc1QkM4MjhENDdCODNCQTQ6MkRXT1JLU1BBQ0VWNklONFZZIn0?api-version=2023-02-01 + response: + body: + string: '{"status":"Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '21' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 08:29:09 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlemI1NTUyMnF2cGozcWd4cDVycXdhNG81eW1ydnJvZWFxY3lwbnoyNTRidnRhbTU2ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V2NmluNHZ5Iiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURVpCNTU1MjJRVlBKM1FHWDo3Qzc1QkM4MjhENDdCODNCQTQ6MkRXT1JLU1BBQ0VWNklONFZZIn0?api-version=2023-02-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + 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 --prepare-encryption + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlemI1NTUyMnF2cGozcWd4cDVycXdhNG81eW1ydnJvZWFxY3lwbnoyNTRidnRhbTU2ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V2NmluNHZ5Iiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURVpCNTU1MjJRVlBKM1FHWDo3Qzc1QkM4MjhENDdCODNCQTQ6MkRXT1JLU1BBQ0VWNklONFZZIn0?api-version=2023-02-01 + response: + body: + string: '{"status":"Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '21' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 08:29:25 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlemI1NTUyMnF2cGozcWd4cDVycXdhNG81eW1ydnJvZWFxY3lwbnoyNTRidnRhbTU2ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V2NmluNHZ5Iiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURVpCNTU1MjJRVlBKM1FHWDo3Qzc1QkM4MjhENDdCODNCQTQ6MkRXT1JLU1BBQ0VWNklONFZZIn0?api-version=2023-02-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + 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 --prepare-encryption + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlemI1NTUyMnF2cGozcWd4cDVycXdhNG81eW1ydnJvZWFxY3lwbnoyNTRidnRhbTU2ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V2NmluNHZ5Iiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURVpCNTU1MjJRVlBKM1FHWDo3Qzc1QkM4MjhENDdCODNCQTQ6MkRXT1JLU1BBQ0VWNklONFZZIn0?api-version=2023-02-01 + response: + body: + string: '{"status":"Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '21' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 08:29:40 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlemI1NTUyMnF2cGozcWd4cDVycXdhNG81eW1ydnJvZWFxY3lwbnoyNTRidnRhbTU2ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V2NmluNHZ5Iiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURVpCNTU1MjJRVlBKM1FHWDo3Qzc1QkM4MjhENDdCODNCQTQ6MkRXT1JLU1BBQ0VWNklONFZZIn0?api-version=2023-02-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + 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 --prepare-encryption + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlemI1NTUyMnF2cGozcWd4cDVycXdhNG81eW1ydnJvZWFxY3lwbnoyNTRidnRhbTU2ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V2NmluNHZ5Iiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURVpCNTU1MjJRVlBKM1FHWDo3Qzc1QkM4MjhENDdCODNCQTQ6MkRXT1JLU1BBQ0VWNklONFZZIn0?api-version=2023-02-01 + response: + body: + string: '{"status":"Succeeded"}' + headers: + cache-control: + - no-cache + content-length: + - '22' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 08:29:55 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: + - databricks workspace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku --enable-no-public-ip --prepare-encryption + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/workspaces/workspace000003?api-version=2023-02-01 + response: + body: + string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000003-77m3zxru2y38q","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"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true"}},"storageAccountName":{"type":"String","value":"dbstoragekuwsq7b47fp2m"},"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":"674368bb-7eaa-4100-aef7-138f65f50648","puid":"10032001C021F1B6","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"674368bb-7eaa-4100-aef7-138f65f50648","puid":"10032001C021F1B6","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"98935514584607","workspaceUrl":"adb-98935514584607.7.azuredatabricks.net","createdDateTime":"2023-05-23T08:27:36.9338351Z","storageAccountIdentity":{"principalId":"13fdc96e-1ee6-4c8d-a923-95f964d16129","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/workspaces/workspace000003","name":"workspace000003","type":"Microsoft.Databricks/workspaces","sku":{"name":"premium"},"location":"eastus"}' + headers: + cache-control: + - no-cache + content-length: + - '1812' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 08:29: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-resource-requests: + - '1799' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - databricks workspace update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --disk-key-auto-rotation --disk-key-vault --disk-key-name + --disk-key-version --disk-key-source + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/workspaces/workspace000003?api-version=2023-02-01 + response: + body: + string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000003-77m3zxru2y38q","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"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true"}},"storageAccountName":{"type":"String","value":"dbstoragekuwsq7b47fp2m"},"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":"674368bb-7eaa-4100-aef7-138f65f50648","puid":"10032001C021F1B6","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"674368bb-7eaa-4100-aef7-138f65f50648","puid":"10032001C021F1B6","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"98935514584607","workspaceUrl":"adb-98935514584607.7.azuredatabricks.net","createdDateTime":"2023-05-23T08:27:36.9338351Z","storageAccountIdentity":{"principalId":"13fdc96e-1ee6-4c8d-a923-95f964d16129","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/workspaces/workspace000003","name":"workspace000003","type":"Microsoft.Databricks/workspaces","sku":{"name":"premium"},"location":"eastus"}' + headers: + cache-control: + - no-cache + content-length: + - '1812' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 08:29:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1799' + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus", "properties": {"authorizations": [{"principalId": + "9a74af6f-d153-4348-988a-e2672920bee9", "roleDefinitionId": "8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}], + "createdBy": {}, "encryption": {"entities": {"managedDisk": {"keySource": "Microsoft.Keyvault", + "keyVaultProperties": {"keyName": "test-cmk-key", "keyVaultUri": "https://test-vault-name.vault.azure.net/", + "keyVersion": "00000000000000000000000000000000"}, "rotationToLatestKeyVersionEnabled": + true}}}, "managedResourceGroupId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000003-77m3zxru2y38q", + "parameters": {"enableNoPublicIp": {"value": true}, "natGatewayName": {"value": + "nat-gateway"}, "prepareEncryption": {"value": true}, "publicIpName": {"value": + "nat-gw-public-ip"}, "requireInfrastructureEncryption": {"value": false}, "resourceTags": + {}, "storageAccountName": {"value": "dbstoragekuwsq7b47fp2m"}, "storageAccountSkuName": + {"value": "Standard_GRS"}, "vnetAddressPrefix": {"value": "10.139"}}, "storageAccountIdentity": + {}, "updatedBy": {}}, "sku": {"name": "premium"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - databricks workspace update + Connection: + - keep-alive + Content-Length: + - '1100' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --disk-key-auto-rotation --disk-key-vault --disk-key-name + --disk-key-version --disk-key-source + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/workspaces/workspace000003?api-version=2023-02-01 + response: + body: + string: '{"properties":{"encryption":{"entities":{"managedDisk":{"keySource":"Microsoft.Keyvault","keyVaultProperties":{"keyVaultUri":"https://test-vault-name.vault.azure.net/","keyName":"test-cmk-key","keyVersion":"00000000000000000000000000000000"},"rotationToLatestKeyVersionEnabled":true}}},"managedDiskIdentity":{},"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000003-77m3zxru2y38q","parameters":{"enableNoPublicIp":{"value":true},"natGatewayName":{"value":"nat-gateway"},"prepareEncryption":{"value":true},"publicIpName":{"value":"nat-gw-public-ip"},"requireInfrastructureEncryption":{"value":false},"storageAccountName":{"value":"dbstoragekuwsq7b47fp2m"},"storageAccountSkuName":{"value":"Standard_GRS"},"vnetAddressPrefix":{"value":"10.139"}},"provisioningState":"Updating","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{},"updatedBy":{"oid":"674368bb-7eaa-4100-aef7-138f65f50648","puid":"10032001C021F1B6","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"createdDateTime":"2023-05-23T08:29:59.9509059Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/workspaces/workspace000003","name":"workspace000003","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_databricks_update000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlemI1NTUyMnF2cGozcWd4cDVycXdhNG81eW1ydnJvZWFxY3lwbnoyNTRidnRhbTU2ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V2NmluNHZ5Iiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURVpCNTU1MjJRVlBKM1FHWDo3Qzc1QkM4MjhENDdCODNCQTQ6MkRXT1JLU1BBQ0VWNklONFZZIn0?api-version=2023-02-01 + cache-control: + - no-cache + content-length: + - '1456' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 08:30:02 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-resource-requests: + - '149' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - databricks workspace update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --disk-key-auto-rotation --disk-key-vault --disk-key-name + --disk-key-version --disk-key-source + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlemI1NTUyMnF2cGozcWd4cDVycXdhNG81eW1ydnJvZWFxY3lwbnoyNTRidnRhbTU2ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V2NmluNHZ5Iiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURVpCNTU1MjJRVlBKM1FHWDo3Qzc1QkM4MjhENDdCODNCQTQ6MkRXT1JLU1BBQ0VWNklONFZZIn0?api-version=2023-02-01 + response: + body: + string: '{"status":"Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '21' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 08:30:02 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlemI1NTUyMnF2cGozcWd4cDVycXdhNG81eW1ydnJvZWFxY3lwbnoyNTRidnRhbTU2ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V2NmluNHZ5Iiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURVpCNTU1MjJRVlBKM1FHWDo3Qzc1QkM4MjhENDdCODNCQTQ6MkRXT1JLU1BBQ0VWNklONFZZIn0?api-version=2023-02-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --disk-key-auto-rotation --disk-key-vault --disk-key-name + --disk-key-version --disk-key-source + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlemI1NTUyMnF2cGozcWd4cDVycXdhNG81eW1ydnJvZWFxY3lwbnoyNTRidnRhbTU2ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V2NmluNHZ5Iiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURVpCNTU1MjJRVlBKM1FHWDo3Qzc1QkM4MjhENDdCODNCQTQ6MkRXT1JLU1BBQ0VWNklONFZZIn0?api-version=2023-02-01 + response: + body: + string: '{"status":"Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '21' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 08:30:17 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlemI1NTUyMnF2cGozcWd4cDVycXdhNG81eW1ydnJvZWFxY3lwbnoyNTRidnRhbTU2ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V2NmluNHZ5Iiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURVpCNTU1MjJRVlBKM1FHWDo3Qzc1QkM4MjhENDdCODNCQTQ6MkRXT1JLU1BBQ0VWNklONFZZIn0?api-version=2023-02-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --disk-key-auto-rotation --disk-key-vault --disk-key-name + --disk-key-version --disk-key-source + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlemI1NTUyMnF2cGozcWd4cDVycXdhNG81eW1ydnJvZWFxY3lwbnoyNTRidnRhbTU2ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V2NmluNHZ5Iiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURVpCNTU1MjJRVlBKM1FHWDo3Qzc1QkM4MjhENDdCODNCQTQ6MkRXT1JLU1BBQ0VWNklONFZZIn0?api-version=2023-02-01 + response: + body: + string: '{"status":"Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '21' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 08:30:32 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlemI1NTUyMnF2cGozcWd4cDVycXdhNG81eW1ydnJvZWFxY3lwbnoyNTRidnRhbTU2ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V2NmluNHZ5Iiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURVpCNTU1MjJRVlBKM1FHWDo3Qzc1QkM4MjhENDdCODNCQTQ6MkRXT1JLU1BBQ0VWNklONFZZIn0?api-version=2023-02-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --disk-key-auto-rotation --disk-key-vault --disk-key-name + --disk-key-version --disk-key-source + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlemI1NTUyMnF2cGozcWd4cDVycXdhNG81eW1ydnJvZWFxY3lwbnoyNTRidnRhbTU2ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V2NmluNHZ5Iiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURVpCNTU1MjJRVlBKM1FHWDo3Qzc1QkM4MjhENDdCODNCQTQ6MkRXT1JLU1BBQ0VWNklONFZZIn0?api-version=2023-02-01 + response: + body: + string: '{"status":"Succeeded"}' + headers: + cache-control: + - no-cache + content-length: + - '22' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 08:30:47 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: + - databricks workspace update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --disk-key-auto-rotation --disk-key-vault --disk-key-name + --disk-key-version --disk-key-source + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/workspaces/workspace000003?api-version=2023-02-01 + response: + body: + string: '{"properties":{"encryption":{"entities":{"managedDisk":{"keySource":"Microsoft.Keyvault","keyVaultProperties":{"keyVaultUri":"https://test-vault-name.vault.azure.net/","keyName":"test-cmk-key","keyVersion":"00000000000000000000000000000000"},"rotationToLatestKeyVersionEnabled":true}}},"diskEncryptionSetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000003-77m3zxru2y38q/providers/Microsoft.Compute/diskEncryptionSets/dbdiskencryptionseteb79b056f6632","managedDiskIdentity":{"principalId":"685a0314-b433-403e-9998-6e75e1d1023b","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"},"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000003-77m3zxru2y38q","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"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true"}},"storageAccountName":{"type":"String","value":"dbstoragekuwsq7b47fp2m"},"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":"674368bb-7eaa-4100-aef7-138f65f50648","puid":"10032001C021F1B6","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"674368bb-7eaa-4100-aef7-138f65f50648","puid":"10032001C021F1B6","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"98935514584607","workspaceUrl":"adb-98935514584607.7.azuredatabricks.net","createdDateTime":"2023-05-23T08:27:36.9338351Z","storageAccountIdentity":{"principalId":"13fdc96e-1ee6-4c8d-a923-95f964d16129","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update000001/providers/Microsoft.Databricks/workspaces/workspace000003","name":"workspace000003","type":"Microsoft.Databricks/workspaces","sku":{"name":"premium"},"location":"eastus"}' + headers: + cache-control: + - no-cache + content-length: + - '2449' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 08:30:48 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-resource-requests: + - '1798' + status: + code: 200 + message: OK +version: 1 diff --git a/src/databricks/azext_databricks/tests/latest/recordings/test_databricks_update_v1.yaml b/src/databricks/azext_databricks/tests/latest/recordings/test_databricks_update_v1.yaml new file mode 100644 index 00000000000..175008bdc79 --- /dev/null +++ b/src/databricks/azext_databricks/tests/latest/recordings/test_databricks_update_v1.yaml @@ -0,0 +1,1491 @@ +interactions: +- request: + body: '{"location": "eastus", "properties": {"managedResourceGroupId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000002-eexfxqua9hhp9", + "parameters": {"enableNoPublicIp": {"value": true}, "prepareEncryption": {"value": + true}}}, "sku": {"name": "premium"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - databricks workspace create + Connection: + - keep-alive + Content-Length: + - '297' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --location --sku --enable-no-public-ip --prepare-encryption + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/workspaces/workspace000002?api-version=2023-02-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"managedResourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000002-eexfxqua9hhp9\",\r\n + \ \"provisioningState\": \"Accepted\",\r\n \"authorizations\": [\r\n + \ {\r\n \"principalId\": \"9a74af6f-d153-4348-988a-e2672920bee9\",\r\n + \ \"roleDefinitionId\": \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n + \ }\r\n ],\r\n \"createdBy\": {\r\n \"oid\": \"674368bb-7eaa-4100-aef7-138f65f50648\",\r\n + \ \"puid\": \"10032001C021F1B6\",\r\n \"applicationId\": \"04b07795-8ddb-461a-bbee-02f9e1bf7b46\"\r\n + \ },\r\n \"updatedBy\": {\r\n \"oid\": \"674368bb-7eaa-4100-aef7-138f65f50648\",\r\n + \ \"puid\": \"10032001C021F1B6\",\r\n \"applicationId\": \"04b07795-8ddb-461a-bbee-02f9e1bf7b46\"\r\n + \ },\r\n \"createdDateTime\": \"2023-05-30T08:02:12.5758721Z\"\r\n },\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/workspaces/workspace000002\",\r\n + \ \"name\": \"workspace000002\",\r\n \"type\": \"Microsoft.Databricks/workspaces\",\r\n + \ \"sku\": {\r\n \"name\": \"premium\"\r\n },\r\n \"location\": \"eastus\"\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjFCV1FCS01aRTNWOjdDMEQyNDRBRTI2QjQ0MUVDMjoyRFdPUktTUEFDRU1TWlFVVEEifQ?api-version=2023-02-01 + cache-control: + - no-cache + content-length: + - '1124' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:02:13 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '149' + status: + code: 201 + message: Created +- 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 --prepare-encryption + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjFCV1FCS01aRTNWOjdDMEQyNDRBRTI2QjQ0MUVDMjoyRFdPUktTUEFDRU1TWlFVVEEifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:02:13 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjFCV1FCS01aRTNWOjdDMEQyNDRBRTI2QjQ0MUVDMjoyRFdPUktTUEFDRU1TWlFVVEEifQ?api-version=2023-02-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 --prepare-encryption + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjFCV1FCS01aRTNWOjdDMEQyNDRBRTI2QjQ0MUVDMjoyRFdPUktTUEFDRU1TWlFVVEEifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:02:28 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjFCV1FCS01aRTNWOjdDMEQyNDRBRTI2QjQ0MUVDMjoyRFdPUktTUEFDRU1TWlFVVEEifQ?api-version=2023-02-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 --prepare-encryption + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjFCV1FCS01aRTNWOjdDMEQyNDRBRTI2QjQ0MUVDMjoyRFdPUktTUEFDRU1TWlFVVEEifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:02:43 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjFCV1FCS01aRTNWOjdDMEQyNDRBRTI2QjQ0MUVDMjoyRFdPUktTUEFDRU1TWlFVVEEifQ?api-version=2023-02-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 --prepare-encryption + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjFCV1FCS01aRTNWOjdDMEQyNDRBRTI2QjQ0MUVDMjoyRFdPUktTUEFDRU1TWlFVVEEifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:02:59 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjFCV1FCS01aRTNWOjdDMEQyNDRBRTI2QjQ0MUVDMjoyRFdPUktTUEFDRU1TWlFVVEEifQ?api-version=2023-02-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 --prepare-encryption + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjFCV1FCS01aRTNWOjdDMEQyNDRBRTI2QjQ0MUVDMjoyRFdPUktTUEFDRU1TWlFVVEEifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:03:16 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjFCV1FCS01aRTNWOjdDMEQyNDRBRTI2QjQ0MUVDMjoyRFdPUktTUEFDRU1TWlFVVEEifQ?api-version=2023-02-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 --prepare-encryption + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjFCV1FCS01aRTNWOjdDMEQyNDRBRTI2QjQ0MUVDMjoyRFdPUktTUEFDRU1TWlFVVEEifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:03:32 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjFCV1FCS01aRTNWOjdDMEQyNDRBRTI2QjQ0MUVDMjoyRFdPUktTUEFDRU1TWlFVVEEifQ?api-version=2023-02-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 --prepare-encryption + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjFCV1FCS01aRTNWOjdDMEQyNDRBRTI2QjQ0MUVDMjoyRFdPUktTUEFDRU1TWlFVVEEifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:03:47 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjFCV1FCS01aRTNWOjdDMEQyNDRBRTI2QjQ0MUVDMjoyRFdPUktTUEFDRU1TWlFVVEEifQ?api-version=2023-02-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 --prepare-encryption + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjFCV1FCS01aRTNWOjdDMEQyNDRBRTI2QjQ0MUVDMjoyRFdPUktTUEFDRU1TWlFVVEEifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:04:01 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjFCV1FCS01aRTNWOjdDMEQyNDRBRTI2QjQ0MUVDMjoyRFdPUktTUEFDRU1TWlFVVEEifQ?api-version=2023-02-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 --prepare-encryption + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjFCV1FCS01aRTNWOjdDMEQyNDRBRTI2QjQ0MUVDMjoyRFdPUktTUEFDRU1TWlFVVEEifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:04:18 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjFCV1FCS01aRTNWOjdDMEQyNDRBRTI2QjQ0MUVDMjoyRFdPUktTUEFDRU1TWlFVVEEifQ?api-version=2023-02-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 --prepare-encryption + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjFCV1FCS01aRTNWOjdDMEQyNDRBRTI2QjQ0MUVDMjoyRFdPUktTUEFDRU1TWlFVVEEifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Succeeded\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '29' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:04:33 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- 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 --prepare-encryption + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/workspaces/workspace000002?api-version=2023-02-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"managedResourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000002-eexfxqua9hhp9\",\r\n + \ \"parameters\": {\r\n \"enableFedRampCertification\": {\r\n \"type\": + \"Bool\",\r\n \"value\": false\r\n },\r\n \"enableNoPublicIp\": + {\r\n \"type\": \"Bool\",\r\n \"value\": true\r\n },\r\n + \ \"natGatewayName\": {\r\n \"type\": \"String\",\r\n \"value\": + \"nat-gateway\"\r\n },\r\n \"prepareEncryption\": {\r\n \"type\": + \"Bool\",\r\n \"value\": true\r\n },\r\n \"publicIpName\": + {\r\n \"type\": \"String\",\r\n \"value\": \"nat-gw-public-ip\"\r\n + \ },\r\n \"requireInfrastructureEncryption\": {\r\n \"type\": + \"Bool\",\r\n \"value\": false\r\n },\r\n \"resourceTags\": + {\r\n \"type\": \"Object\",\r\n \"value\": {\r\n \"application\": + \"databricks\",\r\n \"databricks-environment\": \"true\"\r\n }\r\n + \ },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n + \ \"value\": \"dbstoragedkfbjfpfpscmk\"\r\n },\r\n \"storageAccountSkuName\": + {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_GRS\"\r\n + \ },\r\n \"vnetAddressPrefix\": {\r\n \"type\": \"String\",\r\n + \ \"value\": \"10.139\"\r\n }\r\n },\r\n \"provisioningState\": + \"Succeeded\",\r\n \"authorizations\": [\r\n {\r\n \"principalId\": + \"9a74af6f-d153-4348-988a-e2672920bee9\",\r\n \"roleDefinitionId\": + \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n }\r\n ],\r\n \"createdBy\": + {\r\n \"oid\": \"674368bb-7eaa-4100-aef7-138f65f50648\",\r\n \"puid\": + \"10032001C021F1B6\",\r\n \"applicationId\": \"04b07795-8ddb-461a-bbee-02f9e1bf7b46\"\r\n + \ },\r\n \"updatedBy\": {\r\n \"oid\": \"674368bb-7eaa-4100-aef7-138f65f50648\",\r\n + \ \"puid\": \"10032001C021F1B6\",\r\n \"applicationId\": \"04b07795-8ddb-461a-bbee-02f9e1bf7b46\"\r\n + \ },\r\n \"workspaceId\": \"8755716988144026\",\r\n \"workspaceUrl\": + \"adb-8755716988144026.6.azuredatabricks.net\",\r\n \"createdDateTime\": + \"2023-05-30T08:02:12.5758721Z\",\r\n \"storageAccountIdentity\": {\r\n + \ \"principalId\": \"61bb3f57-df56-46d6-97c1-fb49648d0d8d\",\r\n \"tenantId\": + \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"type\": \"SystemAssigned\"\r\n + \ }\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/workspaces/workspace000002\",\r\n + \ \"name\": \"workspace000002\",\r\n \"type\": \"Microsoft.Databricks/workspaces\",\r\n + \ \"sku\": {\r\n \"name\": \"premium\"\r\n },\r\n \"location\": \"eastus\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '2511' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:04:33 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1799' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - databricks workspace update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --disk-key-auto-rotation --disk-key-vault --disk-key-name + --disk-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/workspaces/workspace000002?api-version=2023-02-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"managedResourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000002-eexfxqua9hhp9\",\r\n + \ \"parameters\": {\r\n \"enableFedRampCertification\": {\r\n \"type\": + \"Bool\",\r\n \"value\": false\r\n },\r\n \"enableNoPublicIp\": + {\r\n \"type\": \"Bool\",\r\n \"value\": true\r\n },\r\n + \ \"natGatewayName\": {\r\n \"type\": \"String\",\r\n \"value\": + \"nat-gateway\"\r\n },\r\n \"prepareEncryption\": {\r\n \"type\": + \"Bool\",\r\n \"value\": true\r\n },\r\n \"publicIpName\": + {\r\n \"type\": \"String\",\r\n \"value\": \"nat-gw-public-ip\"\r\n + \ },\r\n \"requireInfrastructureEncryption\": {\r\n \"type\": + \"Bool\",\r\n \"value\": false\r\n },\r\n \"resourceTags\": + {\r\n \"type\": \"Object\",\r\n \"value\": {\r\n \"application\": + \"databricks\",\r\n \"databricks-environment\": \"true\"\r\n }\r\n + \ },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n + \ \"value\": \"dbstoragedkfbjfpfpscmk\"\r\n },\r\n \"storageAccountSkuName\": + {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_GRS\"\r\n + \ },\r\n \"vnetAddressPrefix\": {\r\n \"type\": \"String\",\r\n + \ \"value\": \"10.139\"\r\n }\r\n },\r\n \"provisioningState\": + \"Succeeded\",\r\n \"authorizations\": [\r\n {\r\n \"principalId\": + \"9a74af6f-d153-4348-988a-e2672920bee9\",\r\n \"roleDefinitionId\": + \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n }\r\n ],\r\n \"createdBy\": + {\r\n \"oid\": \"674368bb-7eaa-4100-aef7-138f65f50648\",\r\n \"puid\": + \"10032001C021F1B6\",\r\n \"applicationId\": \"04b07795-8ddb-461a-bbee-02f9e1bf7b46\"\r\n + \ },\r\n \"updatedBy\": {\r\n \"oid\": \"674368bb-7eaa-4100-aef7-138f65f50648\",\r\n + \ \"puid\": \"10032001C021F1B6\",\r\n \"applicationId\": \"04b07795-8ddb-461a-bbee-02f9e1bf7b46\"\r\n + \ },\r\n \"workspaceId\": \"8755716988144026\",\r\n \"workspaceUrl\": + \"adb-8755716988144026.6.azuredatabricks.net\",\r\n \"createdDateTime\": + \"2023-05-30T08:02:12.5758721Z\",\r\n \"storageAccountIdentity\": {\r\n + \ \"principalId\": \"61bb3f57-df56-46d6-97c1-fb49648d0d8d\",\r\n \"tenantId\": + \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"type\": \"SystemAssigned\"\r\n + \ }\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/workspaces/workspace000002\",\r\n + \ \"name\": \"workspace000002\",\r\n \"type\": \"Microsoft.Databricks/workspaces\",\r\n + \ \"sku\": {\r\n \"name\": \"premium\"\r\n },\r\n \"location\": \"eastus\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '2511' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:04:34 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1798' + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus", "properties": {"authorizations": [{"principalId": + "9a74af6f-d153-4348-988a-e2672920bee9", "roleDefinitionId": "8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}], + "createdBy": {}, "encryption": {"entities": {"managedDisk": {"keySource": "Microsoft.Keyvault", + "keyVaultProperties": {"keyName": "test-cmk-key", "keyVaultUri": "https://test-vault-name.vault.azure.net/", + "keyVersion": "00000000000000000000000000000000"}, "rotationToLatestKeyVersionEnabled": + true}}}, "managedResourceGroupId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000002-eexfxqua9hhp9", + "parameters": {"enableNoPublicIp": {"value": true}, "natGatewayName": {"value": + "nat-gateway"}, "prepareEncryption": {"value": true}, "publicIpName": {"value": + "nat-gw-public-ip"}, "requireInfrastructureEncryption": {"value": false}, "resourceTags": + {}, "storageAccountName": {"value": "dbstoragedkfbjfpfpscmk"}, "storageAccountSkuName": + {"value": "Standard_GRS"}, "vnetAddressPrefix": {"value": "10.139"}}, "storageAccountIdentity": + {}, "updatedBy": {}}, "sku": {"name": "premium"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - databricks workspace update + Connection: + - keep-alive + Content-Length: + - '1100' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --disk-key-auto-rotation --disk-key-vault --disk-key-name + --disk-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/workspaces/workspace000002?api-version=2023-02-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"encryption\": {\r\n \"entities\": + {\r\n \"managedDisk\": {\r\n \"keySource\": \"Microsoft.Keyvault\",\r\n + \ \"keyVaultProperties\": {\r\n \"keyVaultUri\": \"https://test-vault-name.vault.azure.net/\",\r\n + \ \"keyName\": \"test-cmk-key\",\r\n \"keyVersion\": + \"00000000000000000000000000000000\"\r\n },\r\n \"rotationToLatestKeyVersionEnabled\": + true\r\n }\r\n }\r\n },\r\n \"managedDiskIdentity\": {},\r\n + \ \"managedResourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000002-eexfxqua9hhp9\",\r\n + \ \"parameters\": {\r\n \"enableNoPublicIp\": {\r\n \"value\": + true\r\n },\r\n \"natGatewayName\": {\r\n \"value\": \"nat-gateway\"\r\n + \ },\r\n \"prepareEncryption\": {\r\n \"value\": true\r\n + \ },\r\n \"publicIpName\": {\r\n \"value\": \"nat-gw-public-ip\"\r\n + \ },\r\n \"requireInfrastructureEncryption\": {\r\n \"value\": + false\r\n },\r\n \"storageAccountName\": {\r\n \"value\": + \"dbstoragedkfbjfpfpscmk\"\r\n },\r\n \"storageAccountSkuName\": + {\r\n \"value\": \"Standard_GRS\"\r\n },\r\n \"vnetAddressPrefix\": + {\r\n \"value\": \"10.139\"\r\n }\r\n },\r\n \"provisioningState\": + \"Updating\",\r\n \"authorizations\": [\r\n {\r\n \"principalId\": + \"9a74af6f-d153-4348-988a-e2672920bee9\",\r\n \"roleDefinitionId\": + \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n }\r\n ],\r\n \"createdBy\": + {},\r\n \"updatedBy\": {\r\n \"oid\": \"674368bb-7eaa-4100-aef7-138f65f50648\",\r\n + \ \"puid\": \"10032001C021F1B6\",\r\n \"applicationId\": \"04b07795-8ddb-461a-bbee-02f9e1bf7b46\"\r\n + \ },\r\n \"createdDateTime\": \"2023-05-30T08:04:35.2932866Z\"\r\n },\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/workspaces/workspace000002\",\r\n + \ \"name\": \"workspace000002\",\r\n \"type\": \"Microsoft.Databricks/workspaces\",\r\n + \ \"sku\": {\r\n \"name\": \"premium\"\r\n },\r\n \"location\": \"eastus\"\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjFCV1FCS01aRTNWOjdDMEQyNDRBRTI2QjQ0MUVDMjoyRFdPUktTUEFDRU1TWlFVVEEifQ?api-version=2023-02-01 + cache-control: + - no-cache + content-length: + - '2016' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:04:36 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '148' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - databricks workspace update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --disk-key-auto-rotation --disk-key-vault --disk-key-name + --disk-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjFCV1FCS01aRTNWOjdDMEQyNDRBRTI2QjQ0MUVDMjoyRFdPUktTUEFDRU1TWlFVVEEifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:04:37 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjFCV1FCS01aRTNWOjdDMEQyNDRBRTI2QjQ0MUVDMjoyRFdPUktTUEFDRU1TWlFVVEEifQ?api-version=2023-02-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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --disk-key-auto-rotation --disk-key-vault --disk-key-name + --disk-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjFCV1FCS01aRTNWOjdDMEQyNDRBRTI2QjQ0MUVDMjoyRFdPUktTUEFDRU1TWlFVVEEifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:04:53 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjFCV1FCS01aRTNWOjdDMEQyNDRBRTI2QjQ0MUVDMjoyRFdPUktTUEFDRU1TWlFVVEEifQ?api-version=2023-02-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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --disk-key-auto-rotation --disk-key-vault --disk-key-name + --disk-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjFCV1FCS01aRTNWOjdDMEQyNDRBRTI2QjQ0MUVDMjoyRFdPUktTUEFDRU1TWlFVVEEifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Succeeded\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '29' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:05:08 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - databricks workspace update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --disk-key-auto-rotation --disk-key-vault --disk-key-name + --disk-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/workspaces/workspace000002?api-version=2023-02-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"encryption\": {\r\n \"entities\": + {\r\n \"managedDisk\": {\r\n \"keySource\": \"Microsoft.Keyvault\",\r\n + \ \"keyVaultProperties\": {\r\n \"keyVaultUri\": \"https://test-vault-name.vault.azure.net/\",\r\n + \ \"keyName\": \"test-cmk-key\",\r\n \"keyVersion\": + \"00000000000000000000000000000000\"\r\n },\r\n \"rotationToLatestKeyVersionEnabled\": + true\r\n }\r\n }\r\n },\r\n \"diskEncryptionSetId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000002-eexfxqua9hhp9/providers/Microsoft.Compute/diskEncryptionSets/dbdiskencryptionset815c7cf9b4f4c\",\r\n + \ \"managedDiskIdentity\": {\r\n \"principalId\": \"61011815-701f-44f6-859a-6bd743c0e893\",\r\n + \ \"tenantId\": \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"type\": + \"SystemAssigned\"\r\n },\r\n \"managedResourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000002-eexfxqua9hhp9\",\r\n + \ \"parameters\": {\r\n \"enableFedRampCertification\": {\r\n \"type\": + \"Bool\",\r\n \"value\": false\r\n },\r\n \"enableNoPublicIp\": + {\r\n \"type\": \"Bool\",\r\n \"value\": true\r\n },\r\n + \ \"natGatewayName\": {\r\n \"type\": \"String\",\r\n \"value\": + \"nat-gateway\"\r\n },\r\n \"prepareEncryption\": {\r\n \"type\": + \"Bool\",\r\n \"value\": true\r\n },\r\n \"publicIpName\": + {\r\n \"type\": \"String\",\r\n \"value\": \"nat-gw-public-ip\"\r\n + \ },\r\n \"requireInfrastructureEncryption\": {\r\n \"type\": + \"Bool\",\r\n \"value\": false\r\n },\r\n \"resourceTags\": + {\r\n \"type\": \"Object\",\r\n \"value\": {\r\n \"application\": + \"databricks\",\r\n \"databricks-environment\": \"true\"\r\n }\r\n + \ },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n + \ \"value\": \"dbstoragedkfbjfpfpscmk\"\r\n },\r\n \"storageAccountSkuName\": + {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_GRS\"\r\n + \ },\r\n \"vnetAddressPrefix\": {\r\n \"type\": \"String\",\r\n + \ \"value\": \"10.139\"\r\n }\r\n },\r\n \"provisioningState\": + \"Succeeded\",\r\n \"authorizations\": [\r\n {\r\n \"principalId\": + \"9a74af6f-d153-4348-988a-e2672920bee9\",\r\n \"roleDefinitionId\": + \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n }\r\n ],\r\n \"createdBy\": + {\r\n \"oid\": \"674368bb-7eaa-4100-aef7-138f65f50648\",\r\n \"puid\": + \"10032001C021F1B6\",\r\n \"applicationId\": \"04b07795-8ddb-461a-bbee-02f9e1bf7b46\"\r\n + \ },\r\n \"updatedBy\": {\r\n \"oid\": \"674368bb-7eaa-4100-aef7-138f65f50648\",\r\n + \ \"puid\": \"10032001C021F1B6\",\r\n \"applicationId\": \"04b07795-8ddb-461a-bbee-02f9e1bf7b46\"\r\n + \ },\r\n \"workspaceId\": \"8755716988144026\",\r\n \"workspaceUrl\": + \"adb-8755716988144026.6.azuredatabricks.net\",\r\n \"createdDateTime\": + \"2023-05-30T08:02:12.5758721Z\",\r\n \"storageAccountIdentity\": {\r\n + \ \"principalId\": \"61bb3f57-df56-46d6-97c1-fb49648d0d8d\",\r\n \"tenantId\": + \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"type\": \"SystemAssigned\"\r\n + \ }\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/workspaces/workspace000002\",\r\n + \ \"name\": \"workspace000002\",\r\n \"type\": \"Microsoft.Databricks/workspaces\",\r\n + \ \"sku\": {\r\n \"name\": \"premium\"\r\n },\r\n \"location\": \"eastus\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '3342' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:05:08 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1797' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - databricks workspace delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/workspaces/workspace000002?api-version=2023-02-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 30 May 2023 08:05:09 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMUJXUUJLTVpFM1Y6N0MwRDI0NEFFMjZCNDQxRUMyOjJEV09SS1NQQUNFTVNaUVVUQSJ9?api-version=2023-02-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14997' + 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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMUJXUUJLTVpFM1Y6N0MwRDI0NEFFMjZCNDQxRUMyOjJEV09SS1NQQUNFTVNaUVVUQSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:05:10 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMUJXUUJLTVpFM1Y6N0MwRDI0NEFFMjZCNDQxRUMyOjJEV09SS1NQQUNFTVNaUVVUQSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMUJXUUJLTVpFM1Y6N0MwRDI0NEFFMjZCNDQxRUMyOjJEV09SS1NQQUNFTVNaUVVUQSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:05:25 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMUJXUUJLTVpFM1Y6N0MwRDI0NEFFMjZCNDQxRUMyOjJEV09SS1NQQUNFTVNaUVVUQSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMUJXUUJLTVpFM1Y6N0MwRDI0NEFFMjZCNDQxRUMyOjJEV09SS1NQQUNFTVNaUVVUQSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:05:40 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMUJXUUJLTVpFM1Y6N0MwRDI0NEFFMjZCNDQxRUMyOjJEV09SS1NQQUNFTVNaUVVUQSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMUJXUUJLTVpFM1Y6N0MwRDI0NEFFMjZCNDQxRUMyOjJEV09SS1NQQUNFTVNaUVVUQSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:05:56 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMUJXUUJLTVpFM1Y6N0MwRDI0NEFFMjZCNDQxRUMyOjJEV09SS1NQQUNFTVNaUVVUQSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMUJXUUJLTVpFM1Y6N0MwRDI0NEFFMjZCNDQxRUMyOjJEV09SS1NQQUNFTVNaUVVUQSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:06:11 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMUJXUUJLTVpFM1Y6N0MwRDI0NEFFMjZCNDQxRUMyOjJEV09SS1NQQUNFTVNaUVVUQSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMUJXUUJLTVpFM1Y6N0MwRDI0NEFFMjZCNDQxRUMyOjJEV09SS1NQQUNFTVNaUVVUQSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:06:26 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMUJXUUJLTVpFM1Y6N0MwRDI0NEFFMjZCNDQxRUMyOjJEV09SS1NQQUNFTVNaUVVUQSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMUJXUUJLTVpFM1Y6N0MwRDI0NEFFMjZCNDQxRUMyOjJEV09SS1NQQUNFTVNaUVVUQSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:06:42 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMUJXUUJLTVpFM1Y6N0MwRDI0NEFFMjZCNDQxRUMyOjJEV09SS1NQQUNFTVNaUVVUQSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMUJXUUJLTVpFM1Y6N0MwRDI0NEFFMjZCNDQxRUMyOjJEV09SS1NQQUNFTVNaUVVUQSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:06:57 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMUJXUUJLTVpFM1Y6N0MwRDI0NEFFMjZCNDQxRUMyOjJEV09SS1NQQUNFTVNaUVVUQSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMUJXUUJLTVpFM1Y6N0MwRDI0NEFFMjZCNDQxRUMyOjJEV09SS1NQQUNFTVNaUVVUQSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:07:12 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMUJXUUJLTVpFM1Y6N0MwRDI0NEFFMjZCNDQxRUMyOjJEV09SS1NQQUNFTVNaUVVUQSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMUJXUUJLTVpFM1Y6N0MwRDI0NEFFMjZCNDQxRUMyOjJEV09SS1NQQUNFTVNaUVVUQSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:07:28 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMUJXUUJLTVpFM1Y6N0MwRDI0NEFFMjZCNDQxRUMyOjJEV09SS1NQQUNFTVNaUVVUQSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMUJXUUJLTVpFM1Y6N0MwRDI0NEFFMjZCNDQxRUMyOjJEV09SS1NQQUNFTVNaUVVUQSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:07:43 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMUJXUUJLTVpFM1Y6N0MwRDI0NEFFMjZCNDQxRUMyOjJEV09SS1NQQUNFTVNaUVVUQSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v1000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YxYndxYmttemUzdnZjMjM1bjRvM2EzeXlwa3h0b2lkdGxuN2VpdHY3Z2VuZWVpcy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2Vtc3pxdXRhIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMUJXUUJLTVpFM1Y6N0MwRDI0NEFFMjZCNDQxRUMyOjJEV09SS1NQQUNFTVNaUVVUQSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Succeeded\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '29' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 30 May 2023 08:07:59 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/databricks/azext_databricks/tests/latest/recordings/test_databricks_update_v2.yaml b/src/databricks/azext_databricks/tests/latest/recordings/test_databricks_update_v2.yaml new file mode 100644 index 00000000000..5622599e657 --- /dev/null +++ b/src/databricks/azext_databricks/tests/latest/recordings/test_databricks_update_v2.yaml @@ -0,0 +1,1747 @@ +interactions: +- request: + body: '{"location": "eastus", "properties": {"managedResourceGroupId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000003-g03s5wey9jig5", + "parameters": {"enableNoPublicIp": {"value": true}, "prepareEncryption": {"value": + true}}}, "sku": {"name": "premium"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - databricks workspace create + Connection: + - keep-alive + Content-Length: + - '297' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --location --prepare-encryption --sku --enable-no-public-ip + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/workspaces/workspace000003?api-version=2023-02-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"managedResourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000003-g03s5wey9jig5\",\r\n + \ \"provisioningState\": \"Accepted\",\r\n \"authorizations\": [\r\n + \ {\r\n \"principalId\": \"9a74af6f-d153-4348-988a-e2672920bee9\",\r\n + \ \"roleDefinitionId\": \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n + \ }\r\n ],\r\n \"createdBy\": {\r\n \"oid\": \"674368bb-7eaa-4100-aef7-138f65f50648\",\r\n + \ \"puid\": \"10032001C021F1B6\",\r\n \"applicationId\": \"04b07795-8ddb-461a-bbee-02f9e1bf7b46\"\r\n + \ },\r\n \"updatedBy\": {\r\n \"oid\": \"674368bb-7eaa-4100-aef7-138f65f50648\",\r\n + \ \"puid\": \"10032001C021F1B6\",\r\n \"applicationId\": \"04b07795-8ddb-461a-bbee-02f9e1bf7b46\"\r\n + \ },\r\n \"createdDateTime\": \"2023-05-31T03:38:51.4314298Z\"\r\n },\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/workspaces/workspace000003\",\r\n + \ \"name\": \"workspace000003\",\r\n \"type\": \"Microsoft.Databricks/workspaces\",\r\n + \ \"sku\": {\r\n \"name\": \"premium\"\r\n },\r\n \"location\": \"eastus\"\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjJNR1czR1cyRjdEOjdDRDZBNDdFOEZEODg2MjM0MjoyRFdPUktTUEFDRVdWTENRTEkifQ?api-version=2023-02-01 + cache-control: + - no-cache + content-length: + - '1124' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:38:52 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '149' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - databricks workspace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --prepare-encryption --sku --enable-no-public-ip + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjJNR1czR1cyRjdEOjdDRDZBNDdFOEZEODg2MjM0MjoyRFdPUktTUEFDRVdWTENRTEkifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:38:52 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjJNR1czR1cyRjdEOjdDRDZBNDdFOEZEODg2MjM0MjoyRFdPUktTUEFDRVdWTENRTEkifQ?api-version=2023-02-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 --prepare-encryption --sku --enable-no-public-ip + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjJNR1czR1cyRjdEOjdDRDZBNDdFOEZEODg2MjM0MjoyRFdPUktTUEFDRVdWTENRTEkifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:39:08 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjJNR1czR1cyRjdEOjdDRDZBNDdFOEZEODg2MjM0MjoyRFdPUktTUEFDRVdWTENRTEkifQ?api-version=2023-02-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 --prepare-encryption --sku --enable-no-public-ip + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjJNR1czR1cyRjdEOjdDRDZBNDdFOEZEODg2MjM0MjoyRFdPUktTUEFDRVdWTENRTEkifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:39:23 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjJNR1czR1cyRjdEOjdDRDZBNDdFOEZEODg2MjM0MjoyRFdPUktTUEFDRVdWTENRTEkifQ?api-version=2023-02-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 --prepare-encryption --sku --enable-no-public-ip + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjJNR1czR1cyRjdEOjdDRDZBNDdFOEZEODg2MjM0MjoyRFdPUktTUEFDRVdWTENRTEkifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:39:38 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjJNR1czR1cyRjdEOjdDRDZBNDdFOEZEODg2MjM0MjoyRFdPUktTUEFDRVdWTENRTEkifQ?api-version=2023-02-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 --prepare-encryption --sku --enable-no-public-ip + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjJNR1czR1cyRjdEOjdDRDZBNDdFOEZEODg2MjM0MjoyRFdPUktTUEFDRVdWTENRTEkifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:39:54 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjJNR1czR1cyRjdEOjdDRDZBNDdFOEZEODg2MjM0MjoyRFdPUktTUEFDRVdWTENRTEkifQ?api-version=2023-02-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 --prepare-encryption --sku --enable-no-public-ip + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjJNR1czR1cyRjdEOjdDRDZBNDdFOEZEODg2MjM0MjoyRFdPUktTUEFDRVdWTENRTEkifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:40:08 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjJNR1czR1cyRjdEOjdDRDZBNDdFOEZEODg2MjM0MjoyRFdPUktTUEFDRVdWTENRTEkifQ?api-version=2023-02-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 --prepare-encryption --sku --enable-no-public-ip + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjJNR1czR1cyRjdEOjdDRDZBNDdFOEZEODg2MjM0MjoyRFdPUktTUEFDRVdWTENRTEkifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:40:24 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjJNR1czR1cyRjdEOjdDRDZBNDdFOEZEODg2MjM0MjoyRFdPUktTUEFDRVdWTENRTEkifQ?api-version=2023-02-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 --prepare-encryption --sku --enable-no-public-ip + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjJNR1czR1cyRjdEOjdDRDZBNDdFOEZEODg2MjM0MjoyRFdPUktTUEFDRVdWTENRTEkifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:40:40 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjJNR1czR1cyRjdEOjdDRDZBNDdFOEZEODg2MjM0MjoyRFdPUktTUEFDRVdWTENRTEkifQ?api-version=2023-02-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 --prepare-encryption --sku --enable-no-public-ip + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjJNR1czR1cyRjdEOjdDRDZBNDdFOEZEODg2MjM0MjoyRFdPUktTUEFDRVdWTENRTEkifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:40:55 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjJNR1czR1cyRjdEOjdDRDZBNDdFOEZEODg2MjM0MjoyRFdPUktTUEFDRVdWTENRTEkifQ?api-version=2023-02-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 --prepare-encryption --sku --enable-no-public-ip + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjJNR1czR1cyRjdEOjdDRDZBNDdFOEZEODg2MjM0MjoyRFdPUktTUEFDRVdWTENRTEkifQ?api-version=2023-02-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: + - Wed, 31 May 2023 03:41:10 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - databricks workspace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --prepare-encryption --sku --enable-no-public-ip + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/workspaces/workspace000003?api-version=2023-02-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"managedResourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000003-g03s5wey9jig5\",\r\n + \ \"parameters\": {\r\n \"enableFedRampCertification\": {\r\n \"type\": + \"Bool\",\r\n \"value\": false\r\n },\r\n \"enableNoPublicIp\": + {\r\n \"type\": \"Bool\",\r\n \"value\": true\r\n },\r\n + \ \"natGatewayName\": {\r\n \"type\": \"String\",\r\n \"value\": + \"nat-gateway\"\r\n },\r\n \"prepareEncryption\": {\r\n \"type\": + \"Bool\",\r\n \"value\": true\r\n },\r\n \"publicIpName\": + {\r\n \"type\": \"String\",\r\n \"value\": \"nat-gw-public-ip\"\r\n + \ },\r\n \"requireInfrastructureEncryption\": {\r\n \"type\": + \"Bool\",\r\n \"value\": false\r\n },\r\n \"resourceTags\": + {\r\n \"type\": \"Object\",\r\n \"value\": {\r\n \"application\": + \"databricks\",\r\n \"databricks-environment\": \"true\"\r\n }\r\n + \ },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n + \ \"value\": \"dbstoragewba7njxvzfmk4\"\r\n },\r\n \"storageAccountSkuName\": + {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_GRS\"\r\n + \ },\r\n \"vnetAddressPrefix\": {\r\n \"type\": \"String\",\r\n + \ \"value\": \"10.139\"\r\n }\r\n },\r\n \"provisioningState\": + \"Succeeded\",\r\n \"authorizations\": [\r\n {\r\n \"principalId\": + \"9a74af6f-d153-4348-988a-e2672920bee9\",\r\n \"roleDefinitionId\": + \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n }\r\n ],\r\n \"createdBy\": + {\r\n \"oid\": \"674368bb-7eaa-4100-aef7-138f65f50648\",\r\n \"puid\": + \"10032001C021F1B6\",\r\n \"applicationId\": \"04b07795-8ddb-461a-bbee-02f9e1bf7b46\"\r\n + \ },\r\n \"updatedBy\": {\r\n \"oid\": \"674368bb-7eaa-4100-aef7-138f65f50648\",\r\n + \ \"puid\": \"10032001C021F1B6\",\r\n \"applicationId\": \"04b07795-8ddb-461a-bbee-02f9e1bf7b46\"\r\n + \ },\r\n \"workspaceId\": \"2298437972444616\",\r\n \"workspaceUrl\": + \"adb-2298437972444616.16.azuredatabricks.net\",\r\n \"createdDateTime\": + \"2023-05-31T03:38:51.4314298Z\",\r\n \"storageAccountIdentity\": {\r\n + \ \"principalId\": \"f083fe24-fa44-405f-abf4-9433b4a483f9\",\r\n \"tenantId\": + \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"type\": \"SystemAssigned\"\r\n + \ }\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/workspaces/workspace000003\",\r\n + \ \"name\": \"workspace000003\",\r\n \"type\": \"Microsoft.Databricks/workspaces\",\r\n + \ \"sku\": {\r\n \"name\": \"premium\"\r\n },\r\n \"location\": \"eastus\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '2512' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:41:11 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1799' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - keyvault show + Connection: + - keep-alive + ParameterSetName: + - -n -g + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-keyvault/10.2.2 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.KeyVault/vaults/clitest000002?api-version=2023-02-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.KeyVault/vaults/clitest000002","name":"clitest000002","type":"Microsoft.KeyVault/vaults","location":"eastus","tags":{},"systemData":{"createdBy":"v-taoxuzeng@microsoft.com","createdByType":"User","createdAt":"2023-05-31T03:38:12.259Z","lastModifiedBy":"v-taoxuzeng@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T03:38:12.259Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"674368bb-7eaa-4100-aef7-138f65f50648","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":7,"vaultUri":"https://clitest000002.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' + headers: + cache-control: + - no-cache + content-length: + - '997' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:41:13 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-keyvault-service-version: + - 1.5.785.0 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - keyvault set-policy + Connection: + - keep-alive + ParameterSetName: + - -n --object-id -g --key-permissions + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-keyvault/10.2.2 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.KeyVault/vaults/clitest000002?api-version=2023-02-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.KeyVault/vaults/clitest000002","name":"clitest000002","type":"Microsoft.KeyVault/vaults","location":"eastus","tags":{},"systemData":{"createdBy":"v-taoxuzeng@microsoft.com","createdByType":"User","createdAt":"2023-05-31T03:38:12.259Z","lastModifiedBy":"v-taoxuzeng@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T03:38:12.259Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"674368bb-7eaa-4100-aef7-138f65f50648","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":7,"vaultUri":"https://clitest000002.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' + headers: + cache-control: + - no-cache + content-length: + - '997' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:41:15 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-keyvault-service-version: + - 1.5.785.0 + status: + code: 200 + message: OK +- 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": "674368bb-7eaa-4100-aef7-138f65f50648", + "permissions": {"keys": ["all"], "secrets": ["all"], "certificates": ["all"], + "storage": ["all"]}}, {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": + "09e25313-21e0-4033-bd7c-179e9e990c73", "permissions": {"keys": ["wrapKey", + "get", "unwrapKey"]}}], "vaultUri": "https://clitest000002.vault.azure.net/", + "enabledForDeployment": false, "enableSoftDelete": true, "softDeleteRetentionInDays": + 7, "provisioningState": "Succeeded", "publicNetworkAccess": "Enabled"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - keyvault set-policy + Connection: + - keep-alive + Content-Length: + - '746' + Content-Type: + - application/json + ParameterSetName: + - -n --object-id -g --key-permissions + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-keyvault/10.2.2 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.KeyVault/vaults/clitest000002?api-version=2023-02-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.KeyVault/vaults/clitest000002","name":"clitest000002","type":"Microsoft.KeyVault/vaults","location":"eastus","tags":{},"systemData":{"createdBy":"v-taoxuzeng@microsoft.com","createdByType":"User","createdAt":"2023-05-31T03:38:12.259Z","lastModifiedBy":"v-taoxuzeng@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T03:41:16.144Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"674368bb-7eaa-4100-aef7-138f65f50648","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}},{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"09e25313-21e0-4033-bd7c-179e9e990c73","permissions":{"keys":["wrapKey","get","unwrapKey"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":7,"vaultUri":"https://clitest000002.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' + headers: + cache-control: + - no-cache + content-length: + - '1152' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:41:15 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-keyvault-service-version: + - 1.5.785.0 + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - azsdk-python-keyvault-keys/4.8.0b2 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://clitest000002.vault.azure.net/keys/testkey/create?api-version=7.4-preview.1 + response: + body: + string: '{"error":{"code":"Unauthorized","message":"AKV10000: Request is missing + a Bearer or PoP token."}}' + headers: + cache-control: + - no-cache + content-length: + - '97' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:41:16 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000;includeSubDomains + www-authenticate: + - Bearer authorization="https://login.microsoftonline.com/54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", + resource="https://vault.azure.net" + x-content-type-options: + - nosniff + x-ms-keyvault-network-info: + - conn_type=Ipv4;addr=180.158.12.119;act_addr_fam=InterNetwork; + x-ms-keyvault-region: + - eastus + x-ms-keyvault-service-version: + - 1.9.804.1 + status: + code: 401 + message: Unauthorized +- request: + body: '{"kty": "RSA", "attributes": {"enabled": true}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '47' + Content-Type: + - application/json + User-Agent: + - azsdk-python-keyvault-keys/4.8.0b2 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://clitest000002.vault.azure.net/keys/testkey/create?api-version=7.4-preview.1 + response: + body: + string: '{"key":{"kid":"https://clitest000002.vault.azure.net/keys/testkey/059e5fe3f37943e5a413636daf054b94","kty":"RSA","key_ops":["encrypt","decrypt","sign","verify","wrapKey","unwrapKey"],"n":"nz_RnGZusju0lR6ltRNC4JinfsU5qYO70iR2MSvj1vEN9FWhLTtUS9dZ59yYd59ZFgzWUSsFUUtOVkNhKf5XDCI3kcXj19_1jZDgquZQGh_BR3b4slWIVCHDCaBfTkfBpw9kok5YnrGABjkVDV_8PFff9Z3Xrf99RNOGKYsKbE9IXg5bq-Yj7IMR4FsTw5x5a3tl5aYT0kuBtmjGwUtgwQWZYZVudV0mNYFJrE5hp3doa_xwHIiejMFiJ817PTUYmGitO88LrlICrmR2hpPOwvYR6npOW-oi-ZG1Gwv1ucHQoY6-78q2wJxNaVhX-A9BN2kSCx7VCQc8K764grn-iQ","e":"AQAB"},"attributes":{"enabled":true,"created":1685504479,"updated":1685504479,"recoveryLevel":"CustomizedRecoverable+Purgeable","recoverableDays":7,"exportable":false}}' + headers: + cache-control: + - no-cache + content-length: + - '704' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:41:18 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000;includeSubDomains + x-content-type-options: + - nosniff + x-ms-keyvault-network-info: + - conn_type=Ipv4;addr=180.158.12.119;act_addr_fam=InterNetwork; + x-ms-keyvault-region: + - eastus + x-ms-keyvault-service-version: + - 1.9.804.1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - databricks workspace update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --managed-services-key-vault --managed-services-key-name + --managed-services-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/workspaces/workspace000003?api-version=2023-02-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"managedResourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000003-g03s5wey9jig5\",\r\n + \ \"parameters\": {\r\n \"enableFedRampCertification\": {\r\n \"type\": + \"Bool\",\r\n \"value\": false\r\n },\r\n \"enableNoPublicIp\": + {\r\n \"type\": \"Bool\",\r\n \"value\": true\r\n },\r\n + \ \"natGatewayName\": {\r\n \"type\": \"String\",\r\n \"value\": + \"nat-gateway\"\r\n },\r\n \"prepareEncryption\": {\r\n \"type\": + \"Bool\",\r\n \"value\": true\r\n },\r\n \"publicIpName\": + {\r\n \"type\": \"String\",\r\n \"value\": \"nat-gw-public-ip\"\r\n + \ },\r\n \"requireInfrastructureEncryption\": {\r\n \"type\": + \"Bool\",\r\n \"value\": false\r\n },\r\n \"resourceTags\": + {\r\n \"type\": \"Object\",\r\n \"value\": {\r\n \"application\": + \"databricks\",\r\n \"databricks-environment\": \"true\"\r\n }\r\n + \ },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n + \ \"value\": \"dbstoragewba7njxvzfmk4\"\r\n },\r\n \"storageAccountSkuName\": + {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_GRS\"\r\n + \ },\r\n \"vnetAddressPrefix\": {\r\n \"type\": \"String\",\r\n + \ \"value\": \"10.139\"\r\n }\r\n },\r\n \"provisioningState\": + \"Succeeded\",\r\n \"authorizations\": [\r\n {\r\n \"principalId\": + \"9a74af6f-d153-4348-988a-e2672920bee9\",\r\n \"roleDefinitionId\": + \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n }\r\n ],\r\n \"createdBy\": + {\r\n \"oid\": \"674368bb-7eaa-4100-aef7-138f65f50648\",\r\n \"puid\": + \"10032001C021F1B6\",\r\n \"applicationId\": \"04b07795-8ddb-461a-bbee-02f9e1bf7b46\"\r\n + \ },\r\n \"updatedBy\": {\r\n \"oid\": \"674368bb-7eaa-4100-aef7-138f65f50648\",\r\n + \ \"puid\": \"10032001C021F1B6\",\r\n \"applicationId\": \"04b07795-8ddb-461a-bbee-02f9e1bf7b46\"\r\n + \ },\r\n \"workspaceId\": \"2298437972444616\",\r\n \"workspaceUrl\": + \"adb-2298437972444616.16.azuredatabricks.net\",\r\n \"createdDateTime\": + \"2023-05-31T03:38:51.4314298Z\",\r\n \"storageAccountIdentity\": {\r\n + \ \"principalId\": \"f083fe24-fa44-405f-abf4-9433b4a483f9\",\r\n \"tenantId\": + \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"type\": \"SystemAssigned\"\r\n + \ }\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/workspaces/workspace000003\",\r\n + \ \"name\": \"workspace000003\",\r\n \"type\": \"Microsoft.Databricks/workspaces\",\r\n + \ \"sku\": {\r\n \"name\": \"premium\"\r\n },\r\n \"location\": \"eastus\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '2512' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:41:20 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1799' + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus", "properties": {"authorizations": [{"principalId": + "9a74af6f-d153-4348-988a-e2672920bee9", "roleDefinitionId": "8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}], + "createdBy": {}, "encryption": {"entities": {"managedServices": {"keySource": + "Microsoft.Keyvault", "keyVaultProperties": {"keyName": "testkey", "keyVaultUri": + "https://clitest000002.vault.azure.net/", "keyVersion": "059e5fe3f37943e5a413636daf054b94"}}}}, + "managedResourceGroupId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000003-g03s5wey9jig5", + "parameters": {"enableNoPublicIp": {"value": true}, "natGatewayName": {"value": + "nat-gateway"}, "prepareEncryption": {"value": true}, "publicIpName": {"value": + "nat-gw-public-ip"}, "requireInfrastructureEncryption": {"value": false}, "resourceTags": + {}, "storageAccountName": {"value": "dbstoragewba7njxvzfmk4"}, "storageAccountSkuName": + {"value": "Standard_GRS"}, "vnetAddressPrefix": {"value": "10.139"}}, "storageAccountIdentity": + {}, "updatedBy": {}}, "sku": {"name": "premium"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - databricks workspace update + Connection: + - keep-alive + Content-Length: + - '1054' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --managed-services-key-vault --managed-services-key-name + --managed-services-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/workspaces/workspace000003?api-version=2023-02-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"encryption\": {\r\n \"entities\": + {\r\n \"managedServices\": {\r\n \"keySource\": \"Microsoft.Keyvault\",\r\n + \ \"keyVaultProperties\": {\r\n \"keyVaultUri\": \"https://clitest000002.vault.azure.net/\",\r\n + \ \"keyName\": \"testkey\",\r\n \"keyVersion\": \"059e5fe3f37943e5a413636daf054b94\"\r\n + \ }\r\n }\r\n }\r\n },\r\n \"managedResourceGroupId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000003-g03s5wey9jig5\",\r\n + \ \"parameters\": {\r\n \"enableNoPublicIp\": {\r\n \"value\": + true\r\n },\r\n \"natGatewayName\": {\r\n \"value\": \"nat-gateway\"\r\n + \ },\r\n \"prepareEncryption\": {\r\n \"value\": true\r\n + \ },\r\n \"publicIpName\": {\r\n \"value\": \"nat-gw-public-ip\"\r\n + \ },\r\n \"requireInfrastructureEncryption\": {\r\n \"value\": + false\r\n },\r\n \"storageAccountName\": {\r\n \"value\": + \"dbstoragewba7njxvzfmk4\"\r\n },\r\n \"storageAccountSkuName\": + {\r\n \"value\": \"Standard_GRS\"\r\n },\r\n \"vnetAddressPrefix\": + {\r\n \"value\": \"10.139\"\r\n }\r\n },\r\n \"provisioningState\": + \"Updating\",\r\n \"authorizations\": [\r\n {\r\n \"principalId\": + \"9a74af6f-d153-4348-988a-e2672920bee9\",\r\n \"roleDefinitionId\": + \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n }\r\n ],\r\n \"createdBy\": + {},\r\n \"updatedBy\": {\r\n \"oid\": \"674368bb-7eaa-4100-aef7-138f65f50648\",\r\n + \ \"puid\": \"10032001C021F1B6\",\r\n \"applicationId\": \"04b07795-8ddb-461a-bbee-02f9e1bf7b46\"\r\n + \ },\r\n \"createdDateTime\": \"2023-05-31T03:41:21.449611Z\"\r\n },\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/workspaces/workspace000003\",\r\n + \ \"name\": \"workspace000003\",\r\n \"type\": \"Microsoft.Databricks/workspaces\",\r\n + \ \"sku\": {\r\n \"name\": \"premium\"\r\n },\r\n \"location\": \"eastus\"\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjJNR1czR1cyRjdEOjdDRDZBNDdFOEZEODg2MjM0MjoyRFdPUktTUEFDRVdWTENRTEkifQ?api-version=2023-02-01 + cache-control: + - no-cache + content-length: + - '1926' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:41:23 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '149' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - databricks workspace update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --managed-services-key-vault --managed-services-key-name + --managed-services-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjJNR1czR1cyRjdEOjdDRDZBNDdFOEZEODg2MjM0MjoyRFdPUktTUEFDRVdWTENRTEkifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:41:23 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjJNR1czR1cyRjdEOjdDRDZBNDdFOEZEODg2MjM0MjoyRFdPUktTUEFDRVdWTENRTEkifQ?api-version=2023-02-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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --managed-services-key-vault --managed-services-key-name + --managed-services-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjJNR1czR1cyRjdEOjdDRDZBNDdFOEZEODg2MjM0MjoyRFdPUktTUEFDRVdWTENRTEkifQ?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:41:38 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjJNR1czR1cyRjdEOjdDRDZBNDdFOEZEODg2MjM0MjoyRFdPUktTUEFDRVdWTENRTEkifQ?api-version=2023-02-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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --managed-services-key-vault --managed-services-key-name + --managed-services-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1M6M0E1RlVQREFURTozQTVGVjJNR1czR1cyRjdEOjdDRDZBNDdFOEZEODg2MjM0MjoyRFdPUktTUEFDRVdWTENRTEkifQ?api-version=2023-02-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: + - Wed, 31 May 2023 03:41:54 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - databricks workspace update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --managed-services-key-vault --managed-services-key-name + --managed-services-key-version + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/workspaces/workspace000003?api-version=2023-02-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"encryption\": {\r\n \"entities\": + {\r\n \"managedServices\": {\r\n \"keySource\": \"Microsoft.Keyvault\",\r\n + \ \"keyVaultProperties\": {\r\n \"keyVaultUri\": \"https://clitest000002.vault.azure.net/\",\r\n + \ \"keyName\": \"testkey\",\r\n \"keyVersion\": \"059e5fe3f37943e5a413636daf054b94\"\r\n + \ }\r\n }\r\n }\r\n },\r\n \"managedResourceGroupId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-workspace000003-g03s5wey9jig5\",\r\n + \ \"parameters\": {\r\n \"enableFedRampCertification\": {\r\n \"type\": + \"Bool\",\r\n \"value\": false\r\n },\r\n \"enableNoPublicIp\": + {\r\n \"type\": \"Bool\",\r\n \"value\": true\r\n },\r\n + \ \"natGatewayName\": {\r\n \"type\": \"String\",\r\n \"value\": + \"nat-gateway\"\r\n },\r\n \"prepareEncryption\": {\r\n \"type\": + \"Bool\",\r\n \"value\": true\r\n },\r\n \"publicIpName\": + {\r\n \"type\": \"String\",\r\n \"value\": \"nat-gw-public-ip\"\r\n + \ },\r\n \"requireInfrastructureEncryption\": {\r\n \"type\": + \"Bool\",\r\n \"value\": false\r\n },\r\n \"resourceTags\": + {\r\n \"type\": \"Object\",\r\n \"value\": {\r\n \"application\": + \"databricks\",\r\n \"databricks-environment\": \"true\"\r\n }\r\n + \ },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n + \ \"value\": \"dbstoragewba7njxvzfmk4\"\r\n },\r\n \"storageAccountSkuName\": + {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_GRS\"\r\n + \ },\r\n \"vnetAddressPrefix\": {\r\n \"type\": \"String\",\r\n + \ \"value\": \"10.139\"\r\n }\r\n },\r\n \"provisioningState\": + \"Succeeded\",\r\n \"authorizations\": [\r\n {\r\n \"principalId\": + \"9a74af6f-d153-4348-988a-e2672920bee9\",\r\n \"roleDefinitionId\": + \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n }\r\n ],\r\n \"createdBy\": + {\r\n \"oid\": \"674368bb-7eaa-4100-aef7-138f65f50648\",\r\n \"puid\": + \"10032001C021F1B6\",\r\n \"applicationId\": \"04b07795-8ddb-461a-bbee-02f9e1bf7b46\"\r\n + \ },\r\n \"updatedBy\": {\r\n \"oid\": \"674368bb-7eaa-4100-aef7-138f65f50648\",\r\n + \ \"puid\": \"10032001C021F1B6\",\r\n \"applicationId\": \"04b07795-8ddb-461a-bbee-02f9e1bf7b46\"\r\n + \ },\r\n \"workspaceId\": \"2298437972444616\",\r\n \"workspaceUrl\": + \"adb-2298437972444616.16.azuredatabricks.net\",\r\n \"createdDateTime\": + \"2023-05-31T03:38:51.4314298Z\",\r\n \"storageAccountIdentity\": {\r\n + \ \"principalId\": \"f083fe24-fa44-405f-abf4-9433b4a483f9\",\r\n \"tenantId\": + \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"type\": \"SystemAssigned\"\r\n + \ }\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/workspaces/workspace000003\",\r\n + \ \"name\": \"workspace000003\",\r\n \"type\": \"Microsoft.Databricks/workspaces\",\r\n + \ \"sku\": {\r\n \"name\": \"premium\"\r\n },\r\n \"location\": \"eastus\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '2873' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:41:54 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1798' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - databricks workspace delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/workspaces/workspace000003?api-version=2023-02-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 31 May 2023 03:41:56 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMk1HVzNHVzJGN0Q6N0NENkE0N0U4RkQ4ODYyMzQyOjJEV09SS1NQQUNFV1ZMQ1FMSSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMk1HVzNHVzJGN0Q6N0NENkE0N0U4RkQ4ODYyMzQyOjJEV09SS1NQQUNFV1ZMQ1FMSSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:41:56 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMk1HVzNHVzJGN0Q6N0NENkE0N0U4RkQ4ODYyMzQyOjJEV09SS1NQQUNFV1ZMQ1FMSSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMk1HVzNHVzJGN0Q6N0NENkE0N0U4RkQ4ODYyMzQyOjJEV09SS1NQQUNFV1ZMQ1FMSSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:42:12 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMk1HVzNHVzJGN0Q6N0NENkE0N0U4RkQ4ODYyMzQyOjJEV09SS1NQQUNFV1ZMQ1FMSSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMk1HVzNHVzJGN0Q6N0NENkE0N0U4RkQ4ODYyMzQyOjJEV09SS1NQQUNFV1ZMQ1FMSSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:42:27 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMk1HVzNHVzJGN0Q6N0NENkE0N0U4RkQ4ODYyMzQyOjJEV09SS1NQQUNFV1ZMQ1FMSSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMk1HVzNHVzJGN0Q6N0NENkE0N0U4RkQ4ODYyMzQyOjJEV09SS1NQQUNFV1ZMQ1FMSSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:42:43 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMk1HVzNHVzJGN0Q6N0NENkE0N0U4RkQ4ODYyMzQyOjJEV09SS1NQQUNFV1ZMQ1FMSSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMk1HVzNHVzJGN0Q6N0NENkE0N0U4RkQ4ODYyMzQyOjJEV09SS1NQQUNFV1ZMQ1FMSSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:42:58 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMk1HVzNHVzJGN0Q6N0NENkE0N0U4RkQ4ODYyMzQyOjJEV09SS1NQQUNFV1ZMQ1FMSSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMk1HVzNHVzJGN0Q6N0NENkE0N0U4RkQ4ODYyMzQyOjJEV09SS1NQQUNFV1ZMQ1FMSSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:43:13 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMk1HVzNHVzJGN0Q6N0NENkE0N0U4RkQ4ODYyMzQyOjJEV09SS1NQQUNFV1ZMQ1FMSSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMk1HVzNHVzJGN0Q6N0NENkE0N0U4RkQ4ODYyMzQyOjJEV09SS1NQQUNFV1ZMQ1FMSSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:43:29 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMk1HVzNHVzJGN0Q6N0NENkE0N0U4RkQ4ODYyMzQyOjJEV09SS1NQQUNFV1ZMQ1FMSSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMk1HVzNHVzJGN0Q6N0NENkE0N0U4RkQ4ODYyMzQyOjJEV09SS1NQQUNFV1ZMQ1FMSSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:43:44 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMk1HVzNHVzJGN0Q6N0NENkE0N0U4RkQ4ODYyMzQyOjJEV09SS1NQQUNFV1ZMQ1FMSSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMk1HVzNHVzJGN0Q6N0NENkE0N0U4RkQ4ODYyMzQyOjJEV09SS1NQQUNFV1ZMQ1FMSSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:44:00 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMk1HVzNHVzJGN0Q6N0NENkE0N0U4RkQ4ODYyMzQyOjJEV09SS1NQQUNFV1ZMQ1FMSSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMk1HVzNHVzJGN0Q6N0NENkE0N0U4RkQ4ODYyMzQyOjJEV09SS1NQQUNFV1ZMQ1FMSSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:44:15 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMk1HVzNHVzJGN0Q6N0NENkE0N0U4RkQ4ODYyMzQyOjJEV09SS1NQQUNFV1ZMQ1FMSSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMk1HVzNHVzJGN0Q6N0NENkE0N0U4RkQ4ODYyMzQyOjJEV09SS1NQQUNFV1ZMQ1FMSSJ9?api-version=2023-02-01 + response: + body: + string: "{\r\n \"status\": \"Accepted\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '28' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 03:44:30 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMk1HVzNHVzJGN0Q6N0NENkE0N0U4RkQ4ODYyMzQyOjJEV09SS1NQQUNFV1ZMQ1FMSSJ9?api-version=2023-02-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.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_update_v2000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3NfdXBkYXRlX3YybWd3M2d3MmY3ZHBlNHc1a2pjb2F6cnJoM2VucWl1MndueXZmc2tvdnVtdTd0ai9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy93b3Jrc3BhY2V3dmxjcWxpIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVVBEQVRFOjNBNUZWMk1HVzNHVzJGN0Q6N0NENkE0N0U4RkQ4ODYyMzQyOjJEV09SS1NQQUNFV1ZMQ1FMSSJ9?api-version=2023-02-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: + - Wed, 31 May 2023 03:44:45 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/databricks/azext_databricks/tests/latest/test_databricks_scenario.py b/src/databricks/azext_databricks/tests/latest/test_databricks_scenario.py index 8bdd5d7e036..8025b1c0692 100644 --- a/src/databricks/azext_databricks/tests/latest/test_databricks_scenario.py +++ b/src/databricks/azext_databricks/tests/latest/test_databricks_scenario.py @@ -427,6 +427,160 @@ def test_databricks_v3(self, resource_group): '-y', checks=[]) + @AllowLargeResponse(size_kb=10240) + @ResourceGroupPreparer(name_prefix='cli_test_databricks_create_v1') + def test_databricks_create_v1(self): + self.kwargs.update({ + 'workspace_name': self.create_random_name(prefix='workspace', length=16), + 'key_vault': "https://test-vault-name.vault.azure.net/", + 'key_name': "test-cmk-key", + 'key_version': "00000000000000000000000000000000" + }) + + self.cmd('az databricks workspace create ' + '--resource-group {rg} ' + '--name {workspace_name} ' + '--location "eastus" ' + '--sku premium ' + '--enable-no-public-ip ' + '--disk-key-auto-rotation True ' + '--disk-key-vault {key_vault} ' + '--disk-key-name {key_name} ' + '--disk-key-version {key_version} ', + checks=[self.check('name', '{workspace_name}'), + self.check('sku.name', 'premium'), + self.check('parameters.enableNoPublicIp.value', True), + self.check('encryption.entities.managedDisk.keyVaultProperties.keyVaultUri', '{key_vault}'), + self.check('encryption.entities.managedDisk.keyVaultProperties.keyName', '{key_name}'), + self.check('encryption.entities.managedDisk.keyVaultProperties.keyVersion', '{key_version}'), + self.check('encryption.entities.managedDisk.rotationToLatestKeyVersionEnabled', True)]) + self.cmd('az databricks workspace delete ' + '--resource-group {rg} ' + '--name {workspace_name} ' + '-y', + checks=[]) + + @AllowLargeResponse(size_kb=10240) + @ResourceGroupPreparer(name_prefix='cli_test_databricks_create_v2') + @KeyVaultPreparer(location='eastus') + def test_databricks_create_v2(self, resource_group, key_vault): + self.kwargs.update({ + 'kv': key_vault, + 'workspace_name': self.create_random_name(prefix='workspace', length=16), + 'oid': "09e25313-21e0-4033-bd7c-179e9e990c73", + 'key_name': 'testkey' + }) + keyvault = self.cmd('az keyvault show -n {kv} -g {rg}').get_output_in_json() + self.cmd('az keyvault set-policy -n {kv} --object-id {oid} -g {rg} ' + '--key-permissions get wrapKey unwrapKey ') + + key = self.cmd('az keyvault key create -n {key_name} --vault-name {kv}').get_output_in_json() + key_version = key['key']['kid'].rsplit('/', 1)[1] + + self.kwargs.update({'key_version': key_version, + 'key_vault': keyvault['properties']['vaultUri']}) + self.cmd('az databricks workspace create ' + '--resource-group {rg} ' + '--name {workspace_name} ' + '--location "eastus" ' + '--sku premium ' + '--enable-no-public-ip ' + '--managed-services-key-vault {key_vault} ' + '--managed-services-key-name {key_name} ' + '--managed-services-key-version {key_version}', + checks=[self.check('name', '{workspace_name}'), + self.check('sku.name', 'premium'), + self.check('encryption.entities.managedServices.keyVaultProperties.keyName', '{key_name}'), + self.check('encryption.entities.managedServices.keyVaultProperties.keyVaultUri', '{key_vault}'), + self.check('encryption.entities.managedServices.keyVaultProperties.keyVersion', '{key_version}')]) + + self.cmd('az databricks workspace delete ' + '--resource-group {rg} ' + '--name {workspace_name} ' + '-y', + checks=[]) + + @AllowLargeResponse(size_kb=10240) + @ResourceGroupPreparer(name_prefix='cli_test_databricks_update_v1') + def test_databricks_update_v1(self): + self.kwargs.update({ + 'workspace_name': self.create_random_name(prefix='workspace', length=16), + 'key_vault': "https://test-vault-name.vault.azure.net/", + 'key_name': "test-cmk-key", + 'key_version': "00000000000000000000000000000000", + }) + self.cmd('az databricks workspace create ' + '--resource-group {rg} ' + '--name {workspace_name} ' + '--location "eastus" ' + '--sku premium ' + '--enable-no-public-ip ' + '--prepare-encryption', + checks=[self.check('name', '{workspace_name}'), + self.check('sku.name', 'premium'), + self.check('parameters.enableNoPublicIp.value', True)]) + self.cmd('az databricks workspace update ' + '--resource-group {rg} ' + '--name {workspace_name} ' + '--disk-key-auto-rotation True ' + '--disk-key-vault {key_vault} ' + '--disk-key-name {key_name} ' + '--disk-key-version {key_version}', + checks=[self.check('name', '{workspace_name}'), + self.check('encryption.entities.managedDisk.keyVaultProperties.keyVaultUri', '{key_vault}'), + self.check('encryption.entities.managedDisk.keyVaultProperties.keyName', '{key_name}'), + self.check('encryption.entities.managedDisk.keyVaultProperties.keyVersion', '{key_version}'), + self.check('encryption.entities.managedDisk.rotationToLatestKeyVersionEnabled', True)]) + self.cmd('az databricks workspace delete ' + '--resource-group {rg} ' + '--name {workspace_name} ' + '-y', + checks=[]) + + @AllowLargeResponse(size_kb=10240) + @ResourceGroupPreparer(name_prefix='cli_test_databricks_update_v2') + @KeyVaultPreparer(location='eastus') + def test_databricks_update_v2(self, resource_group, key_vault): + self.kwargs.update({ + 'kv': key_vault, + 'workspace_name': self.create_random_name(prefix='workspace', length=16), + 'oid': "09e25313-21e0-4033-bd7c-179e9e990c73", + 'key_name': 'testkey' + }) + self.cmd('az databricks workspace create ' + '--resource-group {rg} ' + '--name {workspace_name} ' + '--location eastus ' + '--prepare-encryption ' + '--sku premium ' + '--enable-no-public-ip') + keyvault = self.cmd('az keyvault show -n {kv} -g {rg}').get_output_in_json() + self.cmd('az keyvault set-policy -n {kv} --object-id {oid} -g {rg} ' + '--key-permissions get wrapKey unwrapKey ') + + key = self.cmd('az keyvault key create -n {key_name} --vault-name {kv}').get_output_in_json() + key_version = key['key']['kid'].rsplit('/', 1)[1] + + self.kwargs.update({'key_version': key_version, + 'key_vault': keyvault['properties']['vaultUri']}) + self.cmd('az databricks workspace update ' + '--resource-group {rg} ' + '--name {workspace_name} ' + '--managed-services-key-vault {key_vault} ' + '--managed-services-key-name {key_name} ' + '--managed-services-key-version {key_version}', + checks=[self.check('name', '{workspace_name}'), + self.check('sku.name', 'premium'), + self.check('encryption.entities.managedServices.keyVaultProperties.keyName', '{key_name}'), + self.check('encryption.entities.managedServices.keyVaultProperties.keyVaultUri', '{key_vault}'), + self.check('encryption.entities.managedServices.keyVaultProperties.keyVersion', '{key_version}')]) + + self.cmd('az databricks workspace delete ' + '--resource-group {rg} ' + '--name {workspace_name} ' + '-y', + checks=[]) + class DatabricksVNetPeeringScenarioTest(ScenarioTest): diff --git a/src/databricks/setup.py b/src/databricks/setup.py index b272fbde2cf..99eaf5ae77b 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.10.1' +VERSION = '0.10.2' # The full list of classifiers is available at diff --git a/src/datamigration/HISTORY.rst b/src/datamigration/HISTORY.rst index 696e1860862..51c49fabec1 100644 --- a/src/datamigration/HISTORY.rst +++ b/src/datamigration/HISTORY.rst @@ -3,6 +3,15 @@ Release History =============== +======= +0.6.0 +++++++ +* [NEW COMMAND] `az datamigration sql-server-schema` : Migrate database schema objects to the target Azure Sql Servers. + +0.5.0 +++++++ +* [NEW COMMAND] `az datamigration tde-migration` : Migrate TDE certificate from source SQL Server to the target Azure SQL Server. + 0.4.1 ++++++ * Bug fix for list-logins parameter in command "az datamigration login-migration". diff --git a/src/datamigration/README.md b/src/datamigration/README.md index 5b78810c848..7f2fc26d916 100644 --- a/src/datamigration/README.md +++ b/src/datamigration/README.md @@ -34,6 +34,16 @@ az datamigration get-sku-recommendation --output-folder "C:\\PerfCollectionOutpu az datamigration login-migration --src-sql-connection-str "data source=servername;user id=userid;password=;initial catalog=master;TrustServerCertificate=True" --tgt-sql-connection-str "data source=servername;user id=userid;password=;initial catalog=master;TrustServerCertificate=True" --csv-file-path "C:\\CSVFile" --list-of-login "loginname1" "loginname2" --output-folder "C:\\OutputFolder" --aad-domain-name "AADDomainName" --display-result --overwrite ``` +##### TDE-migration ##### +``` +az datamigration tde-migration --source-sql-connection-string "data source=servername;user id=userid;password=;initial catalog=master;TrustServerCertificate=True" --target-subscription-id "00000000-0000-0000-0000-000000000000" --target-resource-group-name "ResourceGroupName" --target-managed-instance-name "TargetManagedInstanceName" --network-share-path "\\NetworkShare\Folder" --network-share-domain "" --network-share-user-name "NetworkShareUserName" --network-share-password "" --database-name "TdeDb_0" "TdeDb_1" "TdeDb_2" +``` + +##### Sql-server-schema ##### +``` +az datamigration sql-server-schema --action "MigrateSchema" --src-sql-connection-str "Server=;Initial Catalog=;User ID=;Password=" --tgt-sql-connection-str "Server=;Initial Catalog=;User ID=;Password=" --input-script-file-path "C:\inputFile" --output-folder "C:\OutputFolder" --display-result --overwrite +``` + #### datamigration sql-managed-instance #### ##### Create (Backup source Fileshare) ##### ``` diff --git a/src/datamigration/azext_datamigration/manual/_help.py b/src/datamigration/azext_datamigration/manual/_help.py index 671b382f040..27edda42532 100644 --- a/src/datamigration/azext_datamigration/manual/_help.py +++ b/src/datamigration/azext_datamigration/manual/_help.py @@ -69,6 +69,33 @@ az datamigration login-migration --config-file-path "C:\\Users\\user\\document\\config.json" """ +helps['datamigration tde-migration'] = """ + type: command + short-summary: Migrate TDE certificate from source SQL Server to the target Azure SQL Server. + examples: + - name: Migrate TDE certificate from source SQL Server to the target Azure SQL Server. + text: |- + az datamigration tde-migration --source-sql-connection-string "data source=servername;user id=userid;password=;initial catalog=master;TrustServerCertificate=True" --target-subscription-id "00000000-0000-0000-0000-000000000000" --target-resource-group-name "ResourceGroupName" --target-managed-instance-name "TargetManagedInstanceName" --network-share-path "\\NetworkShare\Folder" --network-share-domain "NetworkShare" --network-share-user-name "NetworkShareUserName" --network-share-password "" --database-name "TdeDb_0" "TdeDb_1" "TdeDb_2" +""" + +helps['datamigration sql-server-schema'] = """ + type: command + short-summary: Migrate schema from the source Sql Servers to the target Azure Sql Servers. + examples: + - name: Run Migrate database objects from the source SQL Server to the target Azure SQL Database using Parameters. + text: |- + az datamigration sql-server-schema --action "MigrateSchema" --src-sql-connection-str "Server=;Initial Catalog=;User ID=;Password=" --tgt-sql-connection-str "Server=;Initial Catalog=;User ID=;Password=" + - name: Run Generate TSQL schema script from the source SQL Server using Parameters. + text: |- + az datamigration sql-server-schema --action "GenerateScript" --src-sql-connection-str "Server=;Initial Catalog=;User ID=;Password=" --tgt-sql-connection-str "Server=;Initial Catalog=;User ID=;Password=" --output-folder "C:\OutputFolder" + - name: Run Deploy TSQL script to the target Azure SQL Database using Parameters. + text: |- + az datamigration sql-server-schema --action "GenerateScript" --src-sql-connection-str "Server=;Initial Catalog=;User ID=;Password=" --tgt-sql-connection-str "Server=;Initial Catalog=;User ID=;Password=" --input-script-file-path "C:\OutputFolder\script.sql" + - name: Run Migrate database objects from the source SQL Server to the target Azure SQL Database using ConfigFile. + text: |- + az datamigration sql-server-schema --config-file-path "C:\configfile.json" +""" + helps['datamigration register-integration-runtime'] = """ type: command short-summary: Register Database Migration Service on Integration Runtime diff --git a/src/datamigration/azext_datamigration/manual/_params.py b/src/datamigration/azext_datamigration/manual/_params.py index e89f1d0033a..266e08f5035 100644 --- a/src/datamigration/azext_datamigration/manual/_params.py +++ b/src/datamigration/azext_datamigration/manual/_params.py @@ -13,7 +13,8 @@ from azure.cli.core.commands.parameters import ( resource_group_name_type, - file_type + file_type, + get_enum_type ) from azext_datamigration.action import ( AddSourceSqlConnection, @@ -63,6 +64,25 @@ def load_arguments(self, _): c.argument('aad_domain_name', type=str, help='Required if Windows logins are included in the list of logins to be migrated.') c.argument('config_file_path', type=file_type, completer=FilesCompleter(), help='Path of the ConfigFile') + with self.argument_context('datamigration tde-migration') as c: + c.argument('source_sql_connection_string', options_list=["--source-sql-connection-string", "--srcsqlcs"], type=str, help='Connection string for the source SQL instance, using the formal connection string format.') + c.argument('target_subscription_id', options_list=["--target-subscription-id", "--tgtsubscription"], type=str, help='Subscription Id of the target Azure SQL server.') + c.argument('target_resource_group_name', options_list=["--target-resource-group-name", "--tgtrg"], type=str, help='Resource group name of the target Azure SQL server.') + c.argument('target_managed_instance_name', options_list=["--target-managed-instance-name", "--tgtname"], type=str, help='Name of the Azure SQL Server.') + c.argument('network_share_path', options_list=["--network-share-path", "--networkpath"], type=str, help='Network share path.') + c.argument('network_share_domain', options_list=["--network-share-domain", "--networkdomain"], type=str, help='Network share domain.') + c.argument('network_share_user_name', options_list=["--network-share-user-name", "--networkuser"], type=str, help='Network share user name.') + c.argument('network_share_password', options_list=["--network-share-password", "--networkpw"], type=str, help='Network share password.') + c.argument('database_name', nargs='+', options_list=["--database-name", "--dbname"], help='Source database name.') + + with self.argument_context('datamigration sql-server-schema') as c: + c.argument('action', type=str, arg_type=get_enum_type(["MigrateSchema", "GenerateScript", "DeploySchema"]), help='Select one schema migration action. MigrateSchema is to migrate the database objects to Azure SQL Database target. GenerateScript is to generate an editable TSQL schema script that can be used to run on the target to deploy the objects. DeploySchema is to run the TSQL script generated from -GenerateScript action on the target to deploy the objects.') + c.argument('src_sql_connection_str', type=str, help='Connection string for the source SQL instance, using the formal connection string format.') + c.argument('tgt_sql_connection_str', type=str, help='Connection string for the target SQL instance, using the formal connection string format.') + c.argument('input_script_file_path', type=file_type, completer=FilesCompleter(), help='Location of an editable TSQL schema script. Use this parameter only with DeploySchema Action.') + c.argument('output_folder', type=str, help='Default: %LocalAppData%/Microsoft/SqlSchemaMigration) Folder where logs will be written and the generated TSQL schema script by GenerateScript Action.') + c.argument('config_file_path', type=file_type, completer=FilesCompleter(), help='Path of the ConfigFile. Accepted parameter names in configfile.json is Action, sourceConnectionString, targetConnectionString, inputScriptFilePath and outputFolder.') + with self.argument_context('datamigration register-integration-runtime') as c: c.argument('auth_key', type=str, help='AuthKey of SQL Migration Service') c.argument('ir_path', type=str, help='Path of Integration Runtime MSI') diff --git a/src/datamigration/azext_datamigration/manual/commands.py b/src/datamigration/azext_datamigration/manual/commands.py index 6b88bdc1b0d..996a018e879 100644 --- a/src/datamigration/azext_datamigration/manual/commands.py +++ b/src/datamigration/azext_datamigration/manual/commands.py @@ -20,3 +20,5 @@ def load_command_table(self, _): g.custom_command('get-sku-recommendation', 'datamigration_get_sku_recommendation') g.custom_command('register-integration-runtime', 'datamigration_register_ir') g.custom_command('login-migration', 'datamigration_login_migration') + g.custom_command('tde-migration', 'datamigration_tde_migration') + g.custom_command('sql-server-schema', 'datamigration_sql_server_schema') diff --git a/src/datamigration/azext_datamigration/manual/custom.py b/src/datamigration/azext_datamigration/manual/custom.py index 46561c202d9..ef745890929 100644 --- a/src/datamigration/azext_datamigration/manual/custom.py +++ b/src/datamigration/azext_datamigration/manual/custom.py @@ -14,6 +14,7 @@ import os import signal import subprocess +from knack.prompting import prompt_pass from azure.cli.core.azclierror import MutuallyExclusiveArgumentError from azure.cli.core.azclierror import RequiredArgumentMissingError from azure.cli.core.azclierror import UnclassifiedUserFault @@ -299,3 +300,112 @@ def datamigration_login_migration(src_sql_connection_str=None, except Exception as e: raise e + + +# ----------------------------------------------------------------------------------------------------------------- +# Migrate TDE certificate from source SQL Server to the target Azure SQL Server. +# ----------------------------------------------------------------------------------------------------------------- +def datamigration_tde_migration(source_sql_connection_string=None, + target_subscription_id=None, + target_resource_group_name=None, + target_managed_instance_name=None, + network_share_path=None, + network_share_domain=None, + network_share_user_name=None, + network_share_password=None, + database_name=None): + + if source_sql_connection_string is None: + source_sql_connection_string = prompt_pass('Connection String:', confirm=False) + + if network_share_password is None: + network_share_password = prompt_pass('Network Share Password:', confirm=False) + + try: + # Setup the console app + exePath = helper.tdeMigration_console_app_setup() + + if exePath is None: + return + + if os.path.exists(exePath) is False: + print("Failed to locate executable.") + return + + cmd = f'{exePath} --sourceSqlConnectionString "{source_sql_connection_string}" --targetSubscriptionId "{target_subscription_id}" --targetResourceGroupName "{target_resource_group_name}" --targetManagedInstanceName "{target_managed_instance_name}" --networkSharePath "{network_share_path}" --networkShareDomain "{network_share_domain}" --networkShareUserName "{network_share_user_name}" --networkSharePassword "{network_share_password}" --databaseName' + + for db in database_name: + cmd += " \"" + db + "\"" + + subprocess.call(cmd, shell=False) + + except Exception as e: + raise e + + +# ----------------------------------------------------------------------------------------------------------------- +# Migrate schema from the source Sql Servers to the target Azure Sql Servers. +# ----------------------------------------------------------------------------------------------------------------- +def datamigration_sql_server_schema(action=None, + src_sql_connection_str=None, + tgt_sql_connection_str=None, + input_script_file_path=None, + output_folder=None, + config_file_path=None): + + # Error message strings + actionError = "Please provide valid action value." + srcConnectionError = "Please provide src_sql_connection_str value." + tgtConnectionError = "Please provide tgt_sql_connection_str value." + inputFilePathError = "Please provide input_script_file_path value for the action of DeploySchema." + + try: + # Setup the console app + defaultOutputFolder, exePath = helper.sqlServerSchema_console_app_setup() + + if config_file_path is not None: + helper.test_path_exist(config_file_path) + print(f"Run through the provided config file:") + cmd = f'{exePath} --configFile "{config_file_path}"' + subprocess.call(cmd, shell=False) + else: + if action is None: + raise RequiredArgumentMissingError(actionError) + + if src_sql_connection_str is None: + raise RequiredArgumentMissingError(srcConnectionError) + + if tgt_sql_connection_str is None: + raise RequiredArgumentMissingError(tgtConnectionError) + + if action == "DeploySchema": + if input_script_file_path is None: + raise RequiredArgumentMissingError(inputFilePathError) + else: + helper.test_path_exist(input_script_file_path) + + # parameter set for Perfornace data collection + parameterList = { + "--sourceConnectionString": src_sql_connection_str, + "--targetConnectionString": tgt_sql_connection_str, + "--inputScriptFilePath": input_script_file_path, + "--outputFolder": output_folder + } + + # joining paramaters together in a string + cmd = f'{exePath} {action}' + + # formating the parameter list into a string + for param in parameterList: + if parameterList[param] is not None and not param.__contains__("list"): + cmd += f' {param} "{parameterList[param]}"' + + # in case the parameter input is list format it accordingly + elif param.__contains__("list") and parameterList[param] is not None: + parameterList[param] = " ".join(f"\"{i}\"" for i in parameterList[param]) + cmd += f' {param} {parameterList[param]}' + + subprocess.call(cmd, shell=False) + + except Exception as e: + raise e diff --git a/src/datamigration/azext_datamigration/manual/helper.py b/src/datamigration/azext_datamigration/manual/helper.py index a1c702bde57..bd48383c36f 100644 --- a/src/datamigration/azext_datamigration/manual/helper.py +++ b/src/datamigration/azext_datamigration/manual/helper.py @@ -19,6 +19,9 @@ import time import urllib.request from zipfile import ZipFile +import shutil +import requests +from knack.util import CLIError from azure.cli.core.azclierror import CLIInternalError from azure.cli.core.azclierror import FileOperationError from azure.cli.core.azclierror import InvalidArgumentValueError @@ -102,6 +105,51 @@ def loginMigration_console_app_setup(): return defaultOutputFolder, exePath +# ----------------------------------------------------------------------------------------------------------------- +# TdeMigration helper function to do console app setup (mkdir, download and extract) +# ----------------------------------------------------------------------------------------------------------------- +def tdeMigration_console_app_setup(): + validate_os_env() + + # Create downloads directory if it doesn't already exists + default_output_folder = get_tdeMigration_default_output_folder() + downloads_folder = os.path.join(default_output_folder, "Downloads") + os.makedirs(downloads_folder, exist_ok=True) + + # check and download console app + console_app_version = check_and_download_tdeMigration_console_app(downloads_folder) + if console_app_version is None: + raise CLIError("Connection to NuGet.org required. Please check connection and try again.") + + # Assigning base folder path\TdeConsoleApp\console + console_app_location = os.path.join(downloads_folder, console_app_version) + + exePath = os.path.join(console_app_location, "tools", "Microsoft.SqlServer.Migration.Tde.ConsoleApp.exe") + + return exePath + + +# ----------------------------------------------------------------------------------------------------------------- +# SqlServerSchema helper function to do console app setup (mkdir, download and extract) +# ----------------------------------------------------------------------------------------------------------------- +def sqlServerSchema_console_app_setup(): + + validate_os_env() + + defaultOutputFolder = get_sqlServerSchema_default_output_folder() + + # Assigning base folder path + baseFolder = os.path.join(defaultOutputFolder, "Downloads") + exePath = os.path.join(baseFolder, "SchemaMigration.Console.csproj", "SqlSchemaMigration.exe") + + # Creating base folder structure + create_dir_path(baseFolder) + # check and download console app + check_and_download_sqlServerSchema_console_app(exePath, baseFolder) + + return defaultOutputFolder, exePath + + # ----------------------------------------------------------------------------------------------------------------- # Assessment helper function to return the default output folder path depending on OS environment. # ----------------------------------------------------------------------------------------------------------------- @@ -136,6 +184,40 @@ def get_loginMigration_default_output_folder(): return defaultOutputPath +# ----------------------------------------------------------------------------------------------------------------- +# TdeMigration helper function to return the default output folder path depending on OS environment. +# ----------------------------------------------------------------------------------------------------------------- +def get_tdeMigration_default_output_folder(): + + osPlatform = platform.system() + + if osPlatform.__contains__('Linux'): + defaultOutputPath = os.path.join(os.getenv('USERPROFILE'), ".config", "Microsoft", "SqlTdeMigrations") + elif osPlatform.__contains__('Darwin'): + defaultOutputPath = os.path.join(os.getenv('USERPROFILE'), "Library", "Application Support", "Microsoft", "SqlTdeMigrations") + else: + defaultOutputPath = os.path.join(os.getenv('LOCALAPPDATA'), "Microsoft", "SqlTdeMigrations") + + return defaultOutputPath + + +# ----------------------------------------------------------------------------------------------------------------- +# SqlServerSchema helper function to return the default output folder path depending on OS environment. +# ----------------------------------------------------------------------------------------------------------------- +def get_sqlServerSchema_default_output_folder(): + + osPlatform = platform.system() + + if osPlatform.__contains__('Linux'): + defaultOutputPath = os.path.join(os.getenv('USERPROFILE'), ".config", "Microsoft", "SqlSchemaMigration") + elif osPlatform.__contains__('Darwin'): + defaultOutputPath = os.path.join(os.getenv('USERPROFILE'), "Library", "Application Support", "Microsoft", "SqlSchemaMigration") + else: + defaultOutputPath = os.path.join(os.getenv('LOCALAPPDATA'), "Microsoft", "SqlSchemaMigration") + + return defaultOutputPath + + # ----------------------------------------------------------------------------------------------------------------- # Assessment helper function to check if console app exists, if not download it. # ----------------------------------------------------------------------------------------------------------------- @@ -170,6 +252,119 @@ def check_and_download_loginMigration_console_app(exePath, baseFolder): zipFile.extractall(path=baseFolder) +# ----------------------------------------------------------------------------------------------------------------- +# SqlServerSchema helper function to check if console app exists, if not download it. +# ----------------------------------------------------------------------------------------------------------------- +def check_and_download_sqlServerSchema_console_app(exePath, baseFolder): + + testPath = os.path.exists(exePath) + + # Downloading console app zip and extracting it + if not testPath: + zipSource = "https://migrationapps.blob.core.windows.net/schemamigration/SqlSchemaMigration.zip" + zipDestination = os.path.join(baseFolder, "SqlSchemaMigration.zip") + + urllib.request.urlretrieve(zipSource, filename=zipDestination) + with ZipFile(zipDestination, 'r') as zipFile: + zipFile.extractall(path=baseFolder) + + +# ----------------------------------------------------------------------------------------------------------------- +# Get latest version of TDE Console App on NuGet.org +# ----------------------------------------------------------------------------------------------------------------- +def get_latest_nuget_org_version(package_id): + # Get Nuget.org service index + service_index_response = None + try: + service_index_response = requests.get("https://api.nuget.org/v3/index.json") + except Exception: + print("Unable to connect to NuGet.org to check for updates.") + + if(service_index_response is None or + service_index_response.status_code != 200 or + len(service_index_response.content) > 999999): + return None + + json_response = json.loads(service_index_response.content) + nuget_org_resources = json_response["resources"] + + package_base_address_type = "PackageBaseAddress/3.0.0" + package_base_address_url = None + + for resource in nuget_org_resources: + if resource["@type"] == package_base_address_type: + package_base_address_url = resource["@id"] + break + + if package_base_address_url is None: + return None + + package_versions_response = None + package_versions_response = requests.get(f"{package_base_address_url}{package_id.lower()}/index.json") + if(package_versions_response.status_code != 200 or len(package_versions_response.content) > 999999): + return None + + package_versions_json = json.loads(package_versions_response.content) + package_versions_array = package_versions_json["versions"] + return package_versions_array[len(package_versions_array) - 1] + + +# ----------------------------------------------------------------------------------------------------------------- +# Get latest local version of TDE Console App +# ----------------------------------------------------------------------------------------------------------------- +def get_latest_local_name_and_version(downloads_folder): + nuget_versions = os.listdir(downloads_folder) + if len(nuget_versions) == 0: + return None + + nuget_versions.sort(reverse=True) + return nuget_versions[0] + + +# ----------------------------------------------------------------------------------------------------------------- +# TdeMigration helper function to check if console app exists, if not download it. +# ----------------------------------------------------------------------------------------------------------------- +def check_and_download_tdeMigration_console_app(downloads_folder): + # Get latest TdeConsoleApp name from nuget.org + package_id = "Microsoft.SqlServer.Migration.TdeConsoleApp" + + latest_nuget_org_version = get_latest_nuget_org_version(package_id) + latest_nuget_org_name_and_version = f"{package_id}.{latest_nuget_org_version}" + latest_local_name_and_version = get_latest_local_name_and_version(downloads_folder) + + if latest_nuget_org_version is None: + # Cannot retrieve latest version on NuGet.org, return latest local version + return latest_local_name_and_version + + if latest_local_name_and_version is not None and latest_local_name_and_version >= latest_nuget_org_name_and_version: + # Console app is up to date, do not download update + return latest_local_name_and_version + + # Download latest version of NuGet + latest_nuget_org_download_directory = os.path.join(downloads_folder, latest_nuget_org_name_and_version) + os.makedirs(latest_nuget_org_download_directory, exist_ok=True) + + latest_nuget_org_download_name = f"{latest_nuget_org_download_directory}/{latest_nuget_org_name_and_version}.nupkg" + download_url = f"https://www.nuget.org/api/v2/package/{package_id}/{latest_nuget_org_version}" + + # Extract downloaded NuGet + urllib.request.urlretrieve(download_url, filename=latest_nuget_org_download_name) + with ZipFile(latest_nuget_org_download_name, 'r') as zipFile: + zipFile.extractall(path=latest_nuget_org_download_directory) + + exe_path = os.path.join(latest_nuget_org_download_directory, "tools", "Microsoft.SqlServer.Migration.Tde.ConsoleApp.exe") + + if os.path.exists(exe_path): + for nuget_version in os.listdir(downloads_folder): + if nuget_version != latest_nuget_org_name_and_version: + shutil.rmtree(os.path.join(downloads_folder, nuget_version)) + + else: + return latest_local_name_and_version + + return latest_nuget_org_name_and_version + + # ----------------------------------------------------------------------------------------------------------------- # Assessment helper function to check if baseFolder exists, if not create it. # ----------------------------------------------------------------------------------------------------------------- diff --git a/src/datamigration/setup.py b/src/datamigration/setup.py index fd2be45c94d..7cba3f0b9c8 100644 --- a/src/datamigration/setup.py +++ b/src/datamigration/setup.py @@ -10,7 +10,7 @@ from setuptools import setup, find_packages # HISTORY.rst entry. -VERSION = '0.4.1' +VERSION = '0.6.0' try: from azext_datamigration.manual.version import VERSION except ImportError: diff --git a/src/dataprotection/HISTORY.rst b/src/dataprotection/HISTORY.rst index e26636676fe..8c4e571e5ec 100644 --- a/src/dataprotection/HISTORY.rst +++ b/src/dataprotection/HISTORY.rst @@ -2,6 +2,32 @@ Release History =============== +0.9.0 ++++++ +* Add support for cross-subscription-restore for Dataprotection. +* `az dataprotection backup-vault create`: Add parameter (`--cross-subscription-restore-state`/ `--csr-state`), allowing backup vault creation with the cross-subscription-restore state flag set. +* `az dataprotection backup-vault update`: Add parameter (`--cross-subscription-restore-state`/ `--csr-state`), allowing updating the cross-subscription-restore state flag in backup vaults. +* `az dataprotection backup-instance restore initialize-for-data-recovery-as-files`: Add parameter `--target-resource-id`, required for cross-subscription-restore of OSS Scenario as files. + +0.8.2 ++++++ +* No user-facing updates - quickfix making the `aaz_operations` folder a module. + +0.8.1 ++++++ +* `az dataprotection recovery-point`: Migrated to AAZ-dev-tools +* `az dataprotection job`: Migrated to AAZ-dev-tools + +0.8.0 ++++++ +* Add support for new datasource type: AzureKubernetesService (for all relevant operations in `backup-instance`` and `backup-policy`) +* `az dataprotection backup-instance initialize-backupconfig`: New command to create a backup configuration required for AzureKubernetesService backup. +* `az dataprotection backup-instance initialize-restoreconfig`: New command to create a restore configuration required for AzureKubernetesService restore. +* `az dataprotection backup-instance update-msi-permissions`: Added support for "Restore" operation. +* `az dataprotection backup-instance initialize`: Add parameters `--friendly-name` and `--backup-configuration` for AzureKubernetesService support. +* `az dataprotection backup-instance initialize-for-data-recovery`: Add parameter `--backup-instance-id`, adding support for Original Location Restore. +* `az dataprotection backup-instance initialize-for-item-recovery`: Add parameter `--target-resource-id`, adding support for Alternate Location Restore. + 0.7.0 ++++++ * `az dataprotection backup-vault create`: Add support for optional `--immutability-state`, `--soft-delete-state`, `--soft-delete-retention` parameters, corresponding to new Immutable Vault and Enhanced Soft Delete features diff --git a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/__cmd_group.py b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/__cmd_group.py index 72a18d9b2ca..0599c53f0f7 100644 --- a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/__cmd_group.py +++ b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/__cmd_group.py @@ -16,7 +16,7 @@ is_experimental=True, ) class __CMDGroup(AAZCommandGroup): - """Manage Data Protection. + """Manage dataprotection """ pass diff --git a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/__cmd_group.py b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/__cmd_group.py new file mode 100644 index 00000000000..03bcca423d3 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/__cmd_group.py @@ -0,0 +1,24 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "dataprotection backup-instance", + is_experimental=True, +) +class __CMDGroup(AAZCommandGroup): + """Manage backup instance with dataprotection + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/__init__.py b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/__init__.py new file mode 100644 index 00000000000..18a5fea231a --- /dev/null +++ b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/__init__.py @@ -0,0 +1,18 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._show import * +from ._update import * +from ._validate_for_backup import * +from ._validate_for_restore import * +from ._wait import * diff --git a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/_create.py b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/_create.py new file mode 100644 index 00000000000..3b7ee86b416 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/_create.py @@ -0,0 +1,912 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "dataprotection backup-instance create", + is_experimental=True, +) +class Create(AAZCommand): + """Configure backup for a resource in a backup vault + + :example: create a backup instance in a backup vault + az dataprotection backup-instance create -g MyResourceGroup --vault-name MyVault --backup-instance backupinstance.json + """ + + _aaz_info = { + "version": "2023-01-01", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.dataprotection/backupvaults/{}/backupinstances/{}", "2023-01-01"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.backup_instance_name = AAZStrArg( + options=["-n", "--name", "--backup-instance-name"], + help="The name of the backup instance.", + required=True, + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.vault_name = AAZStrArg( + options=["--vault-name"], + help="The name of the backup vault.", + required=True, + ) + + # define Arg Group "Parameters" + + _args_schema = cls._args_schema + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="Parameters", + help="Proxy Resource tags.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.data_source_info = AAZObjectArg( + options=["--data-source-info"], + arg_group="Properties", + help="Gets or sets the data source information.", + ) + _args_schema.data_source_set_info = AAZObjectArg( + options=["--data-source-set-info"], + arg_group="Properties", + help="Gets or sets the data source set information.", + ) + _args_schema.datasource_auth_credentials = AAZObjectArg( + options=["--datasource-auth-credentials"], + arg_group="Properties", + help="Credentials to use to authenticate with data source provider.", + ) + _args_schema.friendly_name = AAZStrArg( + options=["--friendly-name"], + arg_group="Properties", + help="Gets or sets the Backup Instance friendly name.", + ) + _args_schema.object_type = AAZStrArg( + options=["--object-type"], + arg_group="Properties", + ) + _args_schema.policy_info = AAZObjectArg( + options=["--policy-info"], + arg_group="Properties", + help="Gets or sets the policy information.", + ) + _args_schema.validation_type = AAZStrArg( + options=["--validation-type"], + arg_group="Properties", + help="Specifies the type of validation. In case of DeepValidation, all validations from /validateForBackup API will run again.", + enum={"DeepValidation": "DeepValidation", "ShallowValidation": "ShallowValidation"}, + ) + + data_source_info = cls._args_schema.data_source_info + data_source_info.datasource_type = AAZStrArg( + options=["datasource-type"], + help="DatasourceType of the resource.", + ) + data_source_info.object_type = AAZStrArg( + options=["object-type"], + help="Type of Datasource object, used to initialize the right inherited type", + ) + data_source_info.resource_id = AAZStrArg( + options=["resource-id"], + help="Full ARM ID of the resource. For azure resources, this is ARM ID. For non azure resources, this will be the ID created by backup service via Fabric/Vault.", + required=True, + ) + data_source_info.resource_location = AAZStrArg( + options=["resource-location"], + help="Location of datasource.", + ) + data_source_info.resource_name = AAZStrArg( + options=["resource-name"], + help="Unique identifier of the resource in the context of parent.", + ) + data_source_info.resource_type = AAZStrArg( + options=["resource-type"], + help="Resource Type of Datasource.", + ) + data_source_info.resource_uri = AAZStrArg( + options=["resource-uri"], + help="Uri of the resource.", + ) + + data_source_set_info = cls._args_schema.data_source_set_info + data_source_set_info.datasource_type = AAZStrArg( + options=["datasource-type"], + help="DatasourceType of the resource.", + ) + data_source_set_info.object_type = AAZStrArg( + options=["object-type"], + help="Type of Datasource object, used to initialize the right inherited type", + ) + data_source_set_info.resource_id = AAZStrArg( + options=["resource-id"], + help="Full ARM ID of the resource. For azure resources, this is ARM ID. For non azure resources, this will be the ID created by backup service via Fabric/Vault.", + required=True, + ) + data_source_set_info.resource_location = AAZStrArg( + options=["resource-location"], + help="Location of datasource.", + ) + data_source_set_info.resource_name = AAZStrArg( + options=["resource-name"], + help="Unique identifier of the resource in the context of parent.", + ) + data_source_set_info.resource_type = AAZStrArg( + options=["resource-type"], + help="Resource Type of Datasource.", + ) + data_source_set_info.resource_uri = AAZStrArg( + options=["resource-uri"], + help="Uri of the resource.", + ) + + datasource_auth_credentials = cls._args_schema.datasource_auth_credentials + datasource_auth_credentials.secret_store_based_auth_credentials = AAZObjectArg( + options=["secret-store-based-auth-credentials"], + ) + + secret_store_based_auth_credentials = cls._args_schema.datasource_auth_credentials.secret_store_based_auth_credentials + secret_store_based_auth_credentials.secret_store_resource = AAZObjectArg( + options=["secret-store-resource"], + help="Secret store resource", + ) + + secret_store_resource = cls._args_schema.datasource_auth_credentials.secret_store_based_auth_credentials.secret_store_resource + secret_store_resource.secret_store_type = AAZStrArg( + options=["secret-store-type"], + help="Gets or sets the type of secret store", + required=True, + enum={"AzureKeyVault": "AzureKeyVault", "Invalid": "Invalid"}, + ) + secret_store_resource.uri = AAZStrArg( + options=["uri"], + help="Uri to get to the resource", + ) + secret_store_resource.value = AAZStrArg( + options=["value"], + help="Gets or sets value stored in secret store resource", + ) + + policy_info = cls._args_schema.policy_info + policy_info.policy_id = AAZStrArg( + options=["policy-id"], + required=True, + ) + policy_info.policy_parameters = AAZObjectArg( + options=["policy-parameters"], + help="Policy parameters for the backup instance", + ) + + policy_parameters = cls._args_schema.policy_info.policy_parameters + policy_parameters.backup_datasource_parameters_list = AAZListArg( + options=["backup-datasource-parameters-list"], + help="Gets or sets the Backup Data Source Parameters", + ) + policy_parameters.data_store_parameters_list = AAZListArg( + options=["data-store-parameters-list"], + help="Gets or sets the DataStore Parameters", + ) + + backup_datasource_parameters_list = cls._args_schema.policy_info.policy_parameters.backup_datasource_parameters_list + backup_datasource_parameters_list.Element = AAZObjectArg() + + _element = cls._args_schema.policy_info.policy_parameters.backup_datasource_parameters_list.Element + _element.blob_backup_datasource_parameters = AAZObjectArg( + options=["blob-backup-datasource-parameters"], + ) + _element.kubernetes_cluster_backup_datasource_parameters = AAZObjectArg( + options=["kubernetes-cluster-backup-datasource-parameters"], + ) + + blob_backup_datasource_parameters = cls._args_schema.policy_info.policy_parameters.backup_datasource_parameters_list.Element.blob_backup_datasource_parameters + blob_backup_datasource_parameters.containers_list = AAZListArg( + options=["containers-list"], + help="List of containers to be backed up during configuration of backup of blobs", + required=True, + ) + + containers_list = cls._args_schema.policy_info.policy_parameters.backup_datasource_parameters_list.Element.blob_backup_datasource_parameters.containers_list + containers_list.Element = AAZStrArg() + + kubernetes_cluster_backup_datasource_parameters = cls._args_schema.policy_info.policy_parameters.backup_datasource_parameters_list.Element.kubernetes_cluster_backup_datasource_parameters + kubernetes_cluster_backup_datasource_parameters.excluded_namespaces = AAZListArg( + options=["excluded-namespaces"], + help="Gets or sets the exclude namespaces property. This property sets the namespaces to be excluded during restore.", + ) + kubernetes_cluster_backup_datasource_parameters.excluded_resource_types = AAZListArg( + options=["excluded-resource-types"], + help="Gets or sets the exclude resource types property. This property sets the resource types to be excluded during restore.", + ) + kubernetes_cluster_backup_datasource_parameters.include_cluster_scope_resources = AAZBoolArg( + options=["include-cluster-scope-resources"], + help="Gets or sets the include cluster resources property. This property if enabled will include cluster scope resources during restore.", + required=True, + ) + kubernetes_cluster_backup_datasource_parameters.included_namespaces = AAZListArg( + options=["included-namespaces"], + help="Gets or sets the include namespaces property. This property sets the namespaces to be included during restore.", + ) + kubernetes_cluster_backup_datasource_parameters.included_resource_types = AAZListArg( + options=["included-resource-types"], + help="Gets or sets the include resource types property. This property sets the resource types to be included during restore.", + ) + kubernetes_cluster_backup_datasource_parameters.label_selectors = AAZListArg( + options=["label-selectors"], + help="Gets or sets the LabelSelectors property. This property sets the resource with such label selectors to be included during restore.", + ) + kubernetes_cluster_backup_datasource_parameters.snapshot_volumes = AAZBoolArg( + options=["snapshot-volumes"], + help="Gets or sets the volume snapshot property. This property if enabled will take volume snapshots during restore.", + required=True, + ) + + excluded_namespaces = cls._args_schema.policy_info.policy_parameters.backup_datasource_parameters_list.Element.kubernetes_cluster_backup_datasource_parameters.excluded_namespaces + excluded_namespaces.Element = AAZStrArg() + + excluded_resource_types = cls._args_schema.policy_info.policy_parameters.backup_datasource_parameters_list.Element.kubernetes_cluster_backup_datasource_parameters.excluded_resource_types + excluded_resource_types.Element = AAZStrArg() + + included_namespaces = cls._args_schema.policy_info.policy_parameters.backup_datasource_parameters_list.Element.kubernetes_cluster_backup_datasource_parameters.included_namespaces + included_namespaces.Element = AAZStrArg() + + included_resource_types = cls._args_schema.policy_info.policy_parameters.backup_datasource_parameters_list.Element.kubernetes_cluster_backup_datasource_parameters.included_resource_types + included_resource_types.Element = AAZStrArg() + + label_selectors = cls._args_schema.policy_info.policy_parameters.backup_datasource_parameters_list.Element.kubernetes_cluster_backup_datasource_parameters.label_selectors + label_selectors.Element = AAZStrArg() + + data_store_parameters_list = cls._args_schema.policy_info.policy_parameters.data_store_parameters_list + data_store_parameters_list.Element = AAZObjectArg() + + _element = cls._args_schema.policy_info.policy_parameters.data_store_parameters_list.Element + _element.azure_operational_store_parameters = AAZObjectArg( + options=["azure-operational-store-parameters"], + ) + _element.data_store_type = AAZStrArg( + options=["data-store-type"], + help="type of datastore; Operational/Vault/Archive", + required=True, + enum={"ArchiveStore": "ArchiveStore", "OperationalStore": "OperationalStore", "VaultStore": "VaultStore"}, + ) + + azure_operational_store_parameters = cls._args_schema.policy_info.policy_parameters.data_store_parameters_list.Element.azure_operational_store_parameters + azure_operational_store_parameters.resource_group_id = AAZStrArg( + options=["resource-group-id"], + help="Gets or sets the Snapshot Resource Group Uri.", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.BackupInstancesCreateOrUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class BackupInstancesCreateOrUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupInstances/{backupInstanceName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "backupInstanceName", self.ctx.args.backup_instance_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "vaultName", self.ctx.args.vault_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-01-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("properties", AAZObjectType) + _builder.set_prop("tags", AAZDictType, ".tags") + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("dataSourceInfo", AAZObjectType, ".data_source_info", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("dataSourceSetInfo", AAZObjectType, ".data_source_set_info") + properties.set_prop("datasourceAuthCredentials", AAZObjectType, ".datasource_auth_credentials") + properties.set_prop("friendlyName", AAZStrType, ".friendly_name") + properties.set_prop("objectType", AAZStrType, ".object_type", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("policyInfo", AAZObjectType, ".policy_info", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("validationType", AAZStrType, ".validation_type") + + data_source_info = _builder.get(".properties.dataSourceInfo") + if data_source_info is not None: + data_source_info.set_prop("datasourceType", AAZStrType, ".datasource_type") + data_source_info.set_prop("objectType", AAZStrType, ".object_type") + data_source_info.set_prop("resourceID", AAZStrType, ".resource_id", typ_kwargs={"flags": {"required": True}}) + data_source_info.set_prop("resourceLocation", AAZStrType, ".resource_location") + data_source_info.set_prop("resourceName", AAZStrType, ".resource_name") + data_source_info.set_prop("resourceType", AAZStrType, ".resource_type") + data_source_info.set_prop("resourceUri", AAZStrType, ".resource_uri") + + data_source_set_info = _builder.get(".properties.dataSourceSetInfo") + if data_source_set_info is not None: + data_source_set_info.set_prop("datasourceType", AAZStrType, ".datasource_type") + data_source_set_info.set_prop("objectType", AAZStrType, ".object_type") + data_source_set_info.set_prop("resourceID", AAZStrType, ".resource_id", typ_kwargs={"flags": {"required": True}}) + data_source_set_info.set_prop("resourceLocation", AAZStrType, ".resource_location") + data_source_set_info.set_prop("resourceName", AAZStrType, ".resource_name") + data_source_set_info.set_prop("resourceType", AAZStrType, ".resource_type") + data_source_set_info.set_prop("resourceUri", AAZStrType, ".resource_uri") + + datasource_auth_credentials = _builder.get(".properties.datasourceAuthCredentials") + if datasource_auth_credentials is not None: + datasource_auth_credentials.set_const("objectType", "SecretStoreBasedAuthCredentials", AAZStrType, ".secret_store_based_auth_credentials", typ_kwargs={"flags": {"required": True}}) + datasource_auth_credentials.discriminate_by("objectType", "SecretStoreBasedAuthCredentials") + + disc_secret_store_based_auth_credentials = _builder.get(".properties.datasourceAuthCredentials{objectType:SecretStoreBasedAuthCredentials}") + if disc_secret_store_based_auth_credentials is not None: + disc_secret_store_based_auth_credentials.set_prop("secretStoreResource", AAZObjectType, ".secret_store_based_auth_credentials.secret_store_resource") + + secret_store_resource = _builder.get(".properties.datasourceAuthCredentials{objectType:SecretStoreBasedAuthCredentials}.secretStoreResource") + if secret_store_resource is not None: + secret_store_resource.set_prop("secretStoreType", AAZStrType, ".secret_store_type", typ_kwargs={"flags": {"required": True}}) + secret_store_resource.set_prop("uri", AAZStrType, ".uri") + secret_store_resource.set_prop("value", AAZStrType, ".value") + + policy_info = _builder.get(".properties.policyInfo") + if policy_info is not None: + policy_info.set_prop("policyId", AAZStrType, ".policy_id", typ_kwargs={"flags": {"required": True}}) + policy_info.set_prop("policyParameters", AAZObjectType, ".policy_parameters") + + policy_parameters = _builder.get(".properties.policyInfo.policyParameters") + if policy_parameters is not None: + policy_parameters.set_prop("backupDatasourceParametersList", AAZListType, ".backup_datasource_parameters_list") + policy_parameters.set_prop("dataStoreParametersList", AAZListType, ".data_store_parameters_list") + + backup_datasource_parameters_list = _builder.get(".properties.policyInfo.policyParameters.backupDatasourceParametersList") + if backup_datasource_parameters_list is not None: + backup_datasource_parameters_list.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.policyInfo.policyParameters.backupDatasourceParametersList[]") + if _elements is not None: + _elements.set_const("objectType", "BlobBackupDatasourceParameters", AAZStrType, ".blob_backup_datasource_parameters", typ_kwargs={"flags": {"required": True}}) + _elements.set_const("objectType", "KubernetesClusterBackupDatasourceParameters", AAZStrType, ".kubernetes_cluster_backup_datasource_parameters", typ_kwargs={"flags": {"required": True}}) + _elements.discriminate_by("objectType", "BlobBackupDatasourceParameters") + _elements.discriminate_by("objectType", "KubernetesClusterBackupDatasourceParameters") + + disc_blob_backup_datasource_parameters = _builder.get(".properties.policyInfo.policyParameters.backupDatasourceParametersList[]{objectType:BlobBackupDatasourceParameters}") + if disc_blob_backup_datasource_parameters is not None: + disc_blob_backup_datasource_parameters.set_prop("containersList", AAZListType, ".blob_backup_datasource_parameters.containers_list", typ_kwargs={"flags": {"required": True}}) + + containers_list = _builder.get(".properties.policyInfo.policyParameters.backupDatasourceParametersList[]{objectType:BlobBackupDatasourceParameters}.containersList") + if containers_list is not None: + containers_list.set_elements(AAZStrType, ".") + + disc_kubernetes_cluster_backup_datasource_parameters = _builder.get(".properties.policyInfo.policyParameters.backupDatasourceParametersList[]{objectType:KubernetesClusterBackupDatasourceParameters}") + if disc_kubernetes_cluster_backup_datasource_parameters is not None: + disc_kubernetes_cluster_backup_datasource_parameters.set_prop("excludedNamespaces", AAZListType, ".kubernetes_cluster_backup_datasource_parameters.excluded_namespaces") + disc_kubernetes_cluster_backup_datasource_parameters.set_prop("excludedResourceTypes", AAZListType, ".kubernetes_cluster_backup_datasource_parameters.excluded_resource_types") + disc_kubernetes_cluster_backup_datasource_parameters.set_prop("includeClusterScopeResources", AAZBoolType, ".kubernetes_cluster_backup_datasource_parameters.include_cluster_scope_resources", typ_kwargs={"flags": {"required": True}}) + disc_kubernetes_cluster_backup_datasource_parameters.set_prop("includedNamespaces", AAZListType, ".kubernetes_cluster_backup_datasource_parameters.included_namespaces") + disc_kubernetes_cluster_backup_datasource_parameters.set_prop("includedResourceTypes", AAZListType, ".kubernetes_cluster_backup_datasource_parameters.included_resource_types") + disc_kubernetes_cluster_backup_datasource_parameters.set_prop("labelSelectors", AAZListType, ".kubernetes_cluster_backup_datasource_parameters.label_selectors") + disc_kubernetes_cluster_backup_datasource_parameters.set_prop("snapshotVolumes", AAZBoolType, ".kubernetes_cluster_backup_datasource_parameters.snapshot_volumes", typ_kwargs={"flags": {"required": True}}) + + excluded_namespaces = _builder.get(".properties.policyInfo.policyParameters.backupDatasourceParametersList[]{objectType:KubernetesClusterBackupDatasourceParameters}.excludedNamespaces") + if excluded_namespaces is not None: + excluded_namespaces.set_elements(AAZStrType, ".") + + excluded_resource_types = _builder.get(".properties.policyInfo.policyParameters.backupDatasourceParametersList[]{objectType:KubernetesClusterBackupDatasourceParameters}.excludedResourceTypes") + if excluded_resource_types is not None: + excluded_resource_types.set_elements(AAZStrType, ".") + + included_namespaces = _builder.get(".properties.policyInfo.policyParameters.backupDatasourceParametersList[]{objectType:KubernetesClusterBackupDatasourceParameters}.includedNamespaces") + if included_namespaces is not None: + included_namespaces.set_elements(AAZStrType, ".") + + included_resource_types = _builder.get(".properties.policyInfo.policyParameters.backupDatasourceParametersList[]{objectType:KubernetesClusterBackupDatasourceParameters}.includedResourceTypes") + if included_resource_types is not None: + included_resource_types.set_elements(AAZStrType, ".") + + label_selectors = _builder.get(".properties.policyInfo.policyParameters.backupDatasourceParametersList[]{objectType:KubernetesClusterBackupDatasourceParameters}.labelSelectors") + if label_selectors is not None: + label_selectors.set_elements(AAZStrType, ".") + + data_store_parameters_list = _builder.get(".properties.policyInfo.policyParameters.dataStoreParametersList") + if data_store_parameters_list is not None: + data_store_parameters_list.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.policyInfo.policyParameters.dataStoreParametersList[]") + if _elements is not None: + _elements.set_prop("dataStoreType", AAZStrType, ".data_store_type", typ_kwargs={"flags": {"required": True}}) + _elements.set_const("objectType", "AzureOperationalStoreParameters", AAZStrType, ".azure_operational_store_parameters", typ_kwargs={"flags": {"required": True}}) + _elements.discriminate_by("objectType", "AzureOperationalStoreParameters") + + disc_azure_operational_store_parameters = _builder.get(".properties.policyInfo.policyParameters.dataStoreParametersList[]{objectType:AzureOperationalStoreParameters}") + if disc_azure_operational_store_parameters is not None: + disc_azure_operational_store_parameters.set_prop("resourceGroupId", AAZStrType, ".azure_operational_store_parameters.resource_group_id") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + + _schema_on_200_201 = cls._schema_on_200_201 + _schema_on_200_201.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.properties = AAZObjectType() + _schema_on_200_201.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200_201.tags = AAZDictType() + _schema_on_200_201.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200_201.properties + properties.current_protection_state = AAZStrType( + serialized_name="currentProtectionState", + flags={"read_only": True}, + ) + properties.data_source_info = AAZObjectType( + serialized_name="dataSourceInfo", + flags={"required": True}, + ) + properties.data_source_set_info = AAZObjectType( + serialized_name="dataSourceSetInfo", + ) + properties.datasource_auth_credentials = AAZObjectType( + serialized_name="datasourceAuthCredentials", + ) + properties.friendly_name = AAZStrType( + serialized_name="friendlyName", + ) + properties.object_type = AAZStrType( + serialized_name="objectType", + flags={"required": True}, + ) + properties.policy_info = AAZObjectType( + serialized_name="policyInfo", + flags={"required": True}, + ) + properties.protection_error_details = AAZObjectType( + serialized_name="protectionErrorDetails", + ) + _CreateHelper._build_schema_user_facing_error_read(properties.protection_error_details) + properties.protection_status = AAZObjectType( + serialized_name="protectionStatus", + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.validation_type = AAZStrType( + serialized_name="validationType", + ) + + data_source_info = cls._schema_on_200_201.properties.data_source_info + data_source_info.datasource_type = AAZStrType( + serialized_name="datasourceType", + ) + data_source_info.object_type = AAZStrType( + serialized_name="objectType", + ) + data_source_info.resource_id = AAZStrType( + serialized_name="resourceID", + flags={"required": True}, + ) + data_source_info.resource_location = AAZStrType( + serialized_name="resourceLocation", + ) + data_source_info.resource_name = AAZStrType( + serialized_name="resourceName", + ) + data_source_info.resource_type = AAZStrType( + serialized_name="resourceType", + ) + data_source_info.resource_uri = AAZStrType( + serialized_name="resourceUri", + ) + + data_source_set_info = cls._schema_on_200_201.properties.data_source_set_info + data_source_set_info.datasource_type = AAZStrType( + serialized_name="datasourceType", + ) + data_source_set_info.object_type = AAZStrType( + serialized_name="objectType", + ) + data_source_set_info.resource_id = AAZStrType( + serialized_name="resourceID", + flags={"required": True}, + ) + data_source_set_info.resource_location = AAZStrType( + serialized_name="resourceLocation", + ) + data_source_set_info.resource_name = AAZStrType( + serialized_name="resourceName", + ) + data_source_set_info.resource_type = AAZStrType( + serialized_name="resourceType", + ) + data_source_set_info.resource_uri = AAZStrType( + serialized_name="resourceUri", + ) + + datasource_auth_credentials = cls._schema_on_200_201.properties.datasource_auth_credentials + datasource_auth_credentials.object_type = AAZStrType( + serialized_name="objectType", + flags={"required": True}, + ) + + disc_secret_store_based_auth_credentials = cls._schema_on_200_201.properties.datasource_auth_credentials.discriminate_by("object_type", "SecretStoreBasedAuthCredentials") + disc_secret_store_based_auth_credentials.secret_store_resource = AAZObjectType( + serialized_name="secretStoreResource", + ) + + secret_store_resource = cls._schema_on_200_201.properties.datasource_auth_credentials.discriminate_by("object_type", "SecretStoreBasedAuthCredentials").secret_store_resource + secret_store_resource.secret_store_type = AAZStrType( + serialized_name="secretStoreType", + flags={"required": True}, + ) + secret_store_resource.uri = AAZStrType() + secret_store_resource.value = AAZStrType() + + policy_info = cls._schema_on_200_201.properties.policy_info + policy_info.policy_id = AAZStrType( + serialized_name="policyId", + flags={"required": True}, + ) + policy_info.policy_parameters = AAZObjectType( + serialized_name="policyParameters", + ) + policy_info.policy_version = AAZStrType( + serialized_name="policyVersion", + flags={"read_only": True}, + ) + + policy_parameters = cls._schema_on_200_201.properties.policy_info.policy_parameters + policy_parameters.backup_datasource_parameters_list = AAZListType( + serialized_name="backupDatasourceParametersList", + ) + policy_parameters.data_store_parameters_list = AAZListType( + serialized_name="dataStoreParametersList", + ) + + backup_datasource_parameters_list = cls._schema_on_200_201.properties.policy_info.policy_parameters.backup_datasource_parameters_list + backup_datasource_parameters_list.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element + _element.object_type = AAZStrType( + serialized_name="objectType", + flags={"required": True}, + ) + + disc_blob_backup_datasource_parameters = cls._schema_on_200_201.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "BlobBackupDatasourceParameters") + disc_blob_backup_datasource_parameters.containers_list = AAZListType( + serialized_name="containersList", + flags={"required": True}, + ) + + containers_list = cls._schema_on_200_201.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "BlobBackupDatasourceParameters").containers_list + containers_list.Element = AAZStrType() + + disc_kubernetes_cluster_backup_datasource_parameters = cls._schema_on_200_201.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "KubernetesClusterBackupDatasourceParameters") + disc_kubernetes_cluster_backup_datasource_parameters.excluded_namespaces = AAZListType( + serialized_name="excludedNamespaces", + ) + disc_kubernetes_cluster_backup_datasource_parameters.excluded_resource_types = AAZListType( + serialized_name="excludedResourceTypes", + ) + disc_kubernetes_cluster_backup_datasource_parameters.include_cluster_scope_resources = AAZBoolType( + serialized_name="includeClusterScopeResources", + flags={"required": True}, + ) + disc_kubernetes_cluster_backup_datasource_parameters.included_namespaces = AAZListType( + serialized_name="includedNamespaces", + ) + disc_kubernetes_cluster_backup_datasource_parameters.included_resource_types = AAZListType( + serialized_name="includedResourceTypes", + ) + disc_kubernetes_cluster_backup_datasource_parameters.label_selectors = AAZListType( + serialized_name="labelSelectors", + ) + disc_kubernetes_cluster_backup_datasource_parameters.snapshot_volumes = AAZBoolType( + serialized_name="snapshotVolumes", + flags={"required": True}, + ) + + excluded_namespaces = cls._schema_on_200_201.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "KubernetesClusterBackupDatasourceParameters").excluded_namespaces + excluded_namespaces.Element = AAZStrType() + + excluded_resource_types = cls._schema_on_200_201.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "KubernetesClusterBackupDatasourceParameters").excluded_resource_types + excluded_resource_types.Element = AAZStrType() + + included_namespaces = cls._schema_on_200_201.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "KubernetesClusterBackupDatasourceParameters").included_namespaces + included_namespaces.Element = AAZStrType() + + included_resource_types = cls._schema_on_200_201.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "KubernetesClusterBackupDatasourceParameters").included_resource_types + included_resource_types.Element = AAZStrType() + + label_selectors = cls._schema_on_200_201.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "KubernetesClusterBackupDatasourceParameters").label_selectors + label_selectors.Element = AAZStrType() + + data_store_parameters_list = cls._schema_on_200_201.properties.policy_info.policy_parameters.data_store_parameters_list + data_store_parameters_list.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.policy_info.policy_parameters.data_store_parameters_list.Element + _element.data_store_type = AAZStrType( + serialized_name="dataStoreType", + flags={"required": True}, + ) + _element.object_type = AAZStrType( + serialized_name="objectType", + flags={"required": True}, + ) + + disc_azure_operational_store_parameters = cls._schema_on_200_201.properties.policy_info.policy_parameters.data_store_parameters_list.Element.discriminate_by("object_type", "AzureOperationalStoreParameters") + disc_azure_operational_store_parameters.resource_group_id = AAZStrType( + serialized_name="resourceGroupId", + ) + + protection_status = cls._schema_on_200_201.properties.protection_status + protection_status.error_details = AAZObjectType( + serialized_name="errorDetails", + ) + _CreateHelper._build_schema_user_facing_error_read(protection_status.error_details) + protection_status.status = AAZStrType() + + system_data = cls._schema_on_200_201.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200_201.tags + tags.Element = AAZStrType() + + return cls._schema_on_200_201 + + +class _CreateHelper: + """Helper class for Create""" + + _schema_inner_error_read = None + + @classmethod + def _build_schema_inner_error_read(cls, _schema): + if cls._schema_inner_error_read is not None: + _schema.additional_info = cls._schema_inner_error_read.additional_info + _schema.code = cls._schema_inner_error_read.code + _schema.embedded_inner_error = cls._schema_inner_error_read.embedded_inner_error + return + + cls._schema_inner_error_read = _schema_inner_error_read = AAZObjectType() + + inner_error_read = _schema_inner_error_read + inner_error_read.additional_info = AAZDictType( + serialized_name="additionalInfo", + ) + inner_error_read.code = AAZStrType() + inner_error_read.embedded_inner_error = AAZObjectType( + serialized_name="embeddedInnerError", + ) + cls._build_schema_inner_error_read(inner_error_read.embedded_inner_error) + + additional_info = _schema_inner_error_read.additional_info + additional_info.Element = AAZStrType() + + _schema.additional_info = cls._schema_inner_error_read.additional_info + _schema.code = cls._schema_inner_error_read.code + _schema.embedded_inner_error = cls._schema_inner_error_read.embedded_inner_error + + _schema_user_facing_error_read = None + + @classmethod + def _build_schema_user_facing_error_read(cls, _schema): + if cls._schema_user_facing_error_read is not None: + _schema.code = cls._schema_user_facing_error_read.code + _schema.details = cls._schema_user_facing_error_read.details + _schema.inner_error = cls._schema_user_facing_error_read.inner_error + _schema.is_retryable = cls._schema_user_facing_error_read.is_retryable + _schema.is_user_error = cls._schema_user_facing_error_read.is_user_error + _schema.message = cls._schema_user_facing_error_read.message + _schema.properties = cls._schema_user_facing_error_read.properties + _schema.recommended_action = cls._schema_user_facing_error_read.recommended_action + _schema.target = cls._schema_user_facing_error_read.target + return + + cls._schema_user_facing_error_read = _schema_user_facing_error_read = AAZObjectType() + + user_facing_error_read = _schema_user_facing_error_read + user_facing_error_read.code = AAZStrType() + user_facing_error_read.details = AAZListType() + user_facing_error_read.inner_error = AAZObjectType( + serialized_name="innerError", + ) + cls._build_schema_inner_error_read(user_facing_error_read.inner_error) + user_facing_error_read.is_retryable = AAZBoolType( + serialized_name="isRetryable", + ) + user_facing_error_read.is_user_error = AAZBoolType( + serialized_name="isUserError", + ) + user_facing_error_read.message = AAZStrType() + user_facing_error_read.properties = AAZDictType() + user_facing_error_read.recommended_action = AAZListType( + serialized_name="recommendedAction", + ) + user_facing_error_read.target = AAZStrType() + + details = _schema_user_facing_error_read.details + details.Element = AAZObjectType() + cls._build_schema_user_facing_error_read(details.Element) + + properties = _schema_user_facing_error_read.properties + properties.Element = AAZStrType() + + recommended_action = _schema_user_facing_error_read.recommended_action + recommended_action.Element = AAZStrType() + + _schema.code = cls._schema_user_facing_error_read.code + _schema.details = cls._schema_user_facing_error_read.details + _schema.inner_error = cls._schema_user_facing_error_read.inner_error + _schema.is_retryable = cls._schema_user_facing_error_read.is_retryable + _schema.is_user_error = cls._schema_user_facing_error_read.is_user_error + _schema.message = cls._schema_user_facing_error_read.message + _schema.properties = cls._schema_user_facing_error_read.properties + _schema.recommended_action = cls._schema_user_facing_error_read.recommended_action + _schema.target = cls._schema_user_facing_error_read.target + + +__all__ = ["Create"] diff --git a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/_delete.py b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/_delete.py new file mode 100644 index 00000000000..45f3410d1af --- /dev/null +++ b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/_delete.py @@ -0,0 +1,174 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "dataprotection backup-instance delete", + is_experimental=True, + confirmation="Are you sure you want to perform this operation?", +) +class Delete(AAZCommand): + """Delete a backup instance in a backup vault + + :example: Delete BackupInstance + az dataprotection backup-instance delete --name "testInstance1" --resource-group "000pikumar" --vault-name "PratikPrivatePreviewVault1" + """ + + _aaz_info = { + "version": "2023-01-01", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.dataprotection/backupvaults/{}/backupinstances/{}", "2023-01-01"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.backup_instance_name = AAZStrArg( + options=["-n", "--name", "--backup-instance-name"], + help="The name of the backup instance.", + required=True, + id_part="child_name_1", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.vault_name = AAZStrArg( + options=["--vault-name"], + help="The name of the backup vault.", + required=True, + id_part="name", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.BackupInstancesDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class BackupInstancesDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupInstances/{backupInstanceName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "backupInstanceName", self.ctx.args.backup_instance_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "vaultName", self.ctx.args.vault_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-01-01", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/_show.py b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/_show.py new file mode 100644 index 00000000000..e3c395c701d --- /dev/null +++ b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/_show.py @@ -0,0 +1,512 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "dataprotection backup-instance show", + is_experimental=True, +) +class Show(AAZCommand): + """Get a backup instance with name in a backup vault + + :example: Get BackupInstance + az dataprotection backup-instance show --name "testInstance1" --resource-group "000pikumar" --vault-name "PratikPrivatePreviewVault1" + """ + + _aaz_info = { + "version": "2023-01-01", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.dataprotection/backupvaults/{}/backupinstances/{}", "2023-01-01"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.backup_instance_name = AAZStrArg( + options=["-n", "--name", "--backup-instance-name"], + help="The name of the backup instance.", + required=True, + id_part="child_name_1", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.vault_name = AAZStrArg( + options=["--vault-name"], + help="The name of the backup vault.", + required=True, + id_part="name", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.BackupInstancesGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class BackupInstancesGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupInstances/{backupInstanceName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "backupInstanceName", self.ctx.args.backup_instance_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "vaultName", self.ctx.args.vault_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-01-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType() + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.current_protection_state = AAZStrType( + serialized_name="currentProtectionState", + flags={"read_only": True}, + ) + properties.data_source_info = AAZObjectType( + serialized_name="dataSourceInfo", + flags={"required": True}, + ) + properties.data_source_set_info = AAZObjectType( + serialized_name="dataSourceSetInfo", + ) + properties.datasource_auth_credentials = AAZObjectType( + serialized_name="datasourceAuthCredentials", + ) + properties.friendly_name = AAZStrType( + serialized_name="friendlyName", + ) + properties.object_type = AAZStrType( + serialized_name="objectType", + flags={"required": True}, + ) + properties.policy_info = AAZObjectType( + serialized_name="policyInfo", + flags={"required": True}, + ) + properties.protection_error_details = AAZObjectType( + serialized_name="protectionErrorDetails", + ) + _ShowHelper._build_schema_user_facing_error_read(properties.protection_error_details) + properties.protection_status = AAZObjectType( + serialized_name="protectionStatus", + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.validation_type = AAZStrType( + serialized_name="validationType", + ) + + data_source_info = cls._schema_on_200.properties.data_source_info + data_source_info.datasource_type = AAZStrType( + serialized_name="datasourceType", + ) + data_source_info.object_type = AAZStrType( + serialized_name="objectType", + ) + data_source_info.resource_id = AAZStrType( + serialized_name="resourceID", + flags={"required": True}, + ) + data_source_info.resource_location = AAZStrType( + serialized_name="resourceLocation", + ) + data_source_info.resource_name = AAZStrType( + serialized_name="resourceName", + ) + data_source_info.resource_type = AAZStrType( + serialized_name="resourceType", + ) + data_source_info.resource_uri = AAZStrType( + serialized_name="resourceUri", + ) + + data_source_set_info = cls._schema_on_200.properties.data_source_set_info + data_source_set_info.datasource_type = AAZStrType( + serialized_name="datasourceType", + ) + data_source_set_info.object_type = AAZStrType( + serialized_name="objectType", + ) + data_source_set_info.resource_id = AAZStrType( + serialized_name="resourceID", + flags={"required": True}, + ) + data_source_set_info.resource_location = AAZStrType( + serialized_name="resourceLocation", + ) + data_source_set_info.resource_name = AAZStrType( + serialized_name="resourceName", + ) + data_source_set_info.resource_type = AAZStrType( + serialized_name="resourceType", + ) + data_source_set_info.resource_uri = AAZStrType( + serialized_name="resourceUri", + ) + + datasource_auth_credentials = cls._schema_on_200.properties.datasource_auth_credentials + datasource_auth_credentials.object_type = AAZStrType( + serialized_name="objectType", + flags={"required": True}, + ) + + disc_secret_store_based_auth_credentials = cls._schema_on_200.properties.datasource_auth_credentials.discriminate_by("object_type", "SecretStoreBasedAuthCredentials") + disc_secret_store_based_auth_credentials.secret_store_resource = AAZObjectType( + serialized_name="secretStoreResource", + ) + + secret_store_resource = cls._schema_on_200.properties.datasource_auth_credentials.discriminate_by("object_type", "SecretStoreBasedAuthCredentials").secret_store_resource + secret_store_resource.secret_store_type = AAZStrType( + serialized_name="secretStoreType", + flags={"required": True}, + ) + secret_store_resource.uri = AAZStrType() + secret_store_resource.value = AAZStrType() + + policy_info = cls._schema_on_200.properties.policy_info + policy_info.policy_id = AAZStrType( + serialized_name="policyId", + flags={"required": True}, + ) + policy_info.policy_parameters = AAZObjectType( + serialized_name="policyParameters", + ) + policy_info.policy_version = AAZStrType( + serialized_name="policyVersion", + flags={"read_only": True}, + ) + + policy_parameters = cls._schema_on_200.properties.policy_info.policy_parameters + policy_parameters.backup_datasource_parameters_list = AAZListType( + serialized_name="backupDatasourceParametersList", + ) + policy_parameters.data_store_parameters_list = AAZListType( + serialized_name="dataStoreParametersList", + ) + + backup_datasource_parameters_list = cls._schema_on_200.properties.policy_info.policy_parameters.backup_datasource_parameters_list + backup_datasource_parameters_list.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element + _element.object_type = AAZStrType( + serialized_name="objectType", + flags={"required": True}, + ) + + disc_blob_backup_datasource_parameters = cls._schema_on_200.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "BlobBackupDatasourceParameters") + disc_blob_backup_datasource_parameters.containers_list = AAZListType( + serialized_name="containersList", + flags={"required": True}, + ) + + containers_list = cls._schema_on_200.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "BlobBackupDatasourceParameters").containers_list + containers_list.Element = AAZStrType() + + disc_kubernetes_cluster_backup_datasource_parameters = cls._schema_on_200.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "KubernetesClusterBackupDatasourceParameters") + disc_kubernetes_cluster_backup_datasource_parameters.excluded_namespaces = AAZListType( + serialized_name="excludedNamespaces", + ) + disc_kubernetes_cluster_backup_datasource_parameters.excluded_resource_types = AAZListType( + serialized_name="excludedResourceTypes", + ) + disc_kubernetes_cluster_backup_datasource_parameters.include_cluster_scope_resources = AAZBoolType( + serialized_name="includeClusterScopeResources", + flags={"required": True}, + ) + disc_kubernetes_cluster_backup_datasource_parameters.included_namespaces = AAZListType( + serialized_name="includedNamespaces", + ) + disc_kubernetes_cluster_backup_datasource_parameters.included_resource_types = AAZListType( + serialized_name="includedResourceTypes", + ) + disc_kubernetes_cluster_backup_datasource_parameters.label_selectors = AAZListType( + serialized_name="labelSelectors", + ) + disc_kubernetes_cluster_backup_datasource_parameters.snapshot_volumes = AAZBoolType( + serialized_name="snapshotVolumes", + flags={"required": True}, + ) + + excluded_namespaces = cls._schema_on_200.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "KubernetesClusterBackupDatasourceParameters").excluded_namespaces + excluded_namespaces.Element = AAZStrType() + + excluded_resource_types = cls._schema_on_200.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "KubernetesClusterBackupDatasourceParameters").excluded_resource_types + excluded_resource_types.Element = AAZStrType() + + included_namespaces = cls._schema_on_200.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "KubernetesClusterBackupDatasourceParameters").included_namespaces + included_namespaces.Element = AAZStrType() + + included_resource_types = cls._schema_on_200.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "KubernetesClusterBackupDatasourceParameters").included_resource_types + included_resource_types.Element = AAZStrType() + + label_selectors = cls._schema_on_200.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "KubernetesClusterBackupDatasourceParameters").label_selectors + label_selectors.Element = AAZStrType() + + data_store_parameters_list = cls._schema_on_200.properties.policy_info.policy_parameters.data_store_parameters_list + data_store_parameters_list.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.policy_info.policy_parameters.data_store_parameters_list.Element + _element.data_store_type = AAZStrType( + serialized_name="dataStoreType", + flags={"required": True}, + ) + _element.object_type = AAZStrType( + serialized_name="objectType", + flags={"required": True}, + ) + + disc_azure_operational_store_parameters = cls._schema_on_200.properties.policy_info.policy_parameters.data_store_parameters_list.Element.discriminate_by("object_type", "AzureOperationalStoreParameters") + disc_azure_operational_store_parameters.resource_group_id = AAZStrType( + serialized_name="resourceGroupId", + ) + + protection_status = cls._schema_on_200.properties.protection_status + protection_status.error_details = AAZObjectType( + serialized_name="errorDetails", + ) + _ShowHelper._build_schema_user_facing_error_read(protection_status.error_details) + protection_status.status = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + _schema_inner_error_read = None + + @classmethod + def _build_schema_inner_error_read(cls, _schema): + if cls._schema_inner_error_read is not None: + _schema.additional_info = cls._schema_inner_error_read.additional_info + _schema.code = cls._schema_inner_error_read.code + _schema.embedded_inner_error = cls._schema_inner_error_read.embedded_inner_error + return + + cls._schema_inner_error_read = _schema_inner_error_read = AAZObjectType() + + inner_error_read = _schema_inner_error_read + inner_error_read.additional_info = AAZDictType( + serialized_name="additionalInfo", + ) + inner_error_read.code = AAZStrType() + inner_error_read.embedded_inner_error = AAZObjectType( + serialized_name="embeddedInnerError", + ) + cls._build_schema_inner_error_read(inner_error_read.embedded_inner_error) + + additional_info = _schema_inner_error_read.additional_info + additional_info.Element = AAZStrType() + + _schema.additional_info = cls._schema_inner_error_read.additional_info + _schema.code = cls._schema_inner_error_read.code + _schema.embedded_inner_error = cls._schema_inner_error_read.embedded_inner_error + + _schema_user_facing_error_read = None + + @classmethod + def _build_schema_user_facing_error_read(cls, _schema): + if cls._schema_user_facing_error_read is not None: + _schema.code = cls._schema_user_facing_error_read.code + _schema.details = cls._schema_user_facing_error_read.details + _schema.inner_error = cls._schema_user_facing_error_read.inner_error + _schema.is_retryable = cls._schema_user_facing_error_read.is_retryable + _schema.is_user_error = cls._schema_user_facing_error_read.is_user_error + _schema.message = cls._schema_user_facing_error_read.message + _schema.properties = cls._schema_user_facing_error_read.properties + _schema.recommended_action = cls._schema_user_facing_error_read.recommended_action + _schema.target = cls._schema_user_facing_error_read.target + return + + cls._schema_user_facing_error_read = _schema_user_facing_error_read = AAZObjectType() + + user_facing_error_read = _schema_user_facing_error_read + user_facing_error_read.code = AAZStrType() + user_facing_error_read.details = AAZListType() + user_facing_error_read.inner_error = AAZObjectType( + serialized_name="innerError", + ) + cls._build_schema_inner_error_read(user_facing_error_read.inner_error) + user_facing_error_read.is_retryable = AAZBoolType( + serialized_name="isRetryable", + ) + user_facing_error_read.is_user_error = AAZBoolType( + serialized_name="isUserError", + ) + user_facing_error_read.message = AAZStrType() + user_facing_error_read.properties = AAZDictType() + user_facing_error_read.recommended_action = AAZListType( + serialized_name="recommendedAction", + ) + user_facing_error_read.target = AAZStrType() + + details = _schema_user_facing_error_read.details + details.Element = AAZObjectType() + cls._build_schema_user_facing_error_read(details.Element) + + properties = _schema_user_facing_error_read.properties + properties.Element = AAZStrType() + + recommended_action = _schema_user_facing_error_read.recommended_action + recommended_action.Element = AAZStrType() + + _schema.code = cls._schema_user_facing_error_read.code + _schema.details = cls._schema_user_facing_error_read.details + _schema.inner_error = cls._schema_user_facing_error_read.inner_error + _schema.is_retryable = cls._schema_user_facing_error_read.is_retryable + _schema.is_user_error = cls._schema_user_facing_error_read.is_user_error + _schema.message = cls._schema_user_facing_error_read.message + _schema.properties = cls._schema_user_facing_error_read.properties + _schema.recommended_action = cls._schema_user_facing_error_read.recommended_action + _schema.target = cls._schema_user_facing_error_read.target + + +__all__ = ["Show"] diff --git a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/_update.py b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/_update.py new file mode 100644 index 00000000000..66291e03b65 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/_update.py @@ -0,0 +1,905 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "dataprotection backup-instance update", + is_experimental=True, +) +class Update(AAZCommand): + """Update a backup instance in a backup vault + """ + + _aaz_info = { + "version": "2023-01-01", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.dataprotection/backupvaults/{}/backupinstances/{}", "2023-01-01"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + AZ_SUPPORT_GENERIC_UPDATE = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.backup_instance_name = AAZStrArg( + options=["-n", "--name", "--backup-instance-name"], + help="The name of the backup instance.", + required=True, + id_part="child_name_1", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.vault_name = AAZStrArg( + options=["--vault-name"], + help="The name of the backup vault.", + required=True, + id_part="name", + ) + + # define Arg Group "Parameters" + + _args_schema = cls._args_schema + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="Parameters", + help="Proxy Resource tags.", + nullable=True, + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg( + nullable=True, + ) + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.data_source_info = AAZObjectArg( + options=["--data-source-info"], + arg_group="Properties", + help="Gets or sets the data source information.", + ) + _args_schema.data_source_set_info = AAZObjectArg( + options=["--data-source-set-info"], + arg_group="Properties", + help="Gets or sets the data source set information.", + nullable=True, + ) + _args_schema.datasource_auth_credentials = AAZObjectArg( + options=["--datasource-auth-creds", "--datasource-auth-credentials"], + arg_group="Properties", + help="Credentials to use to authenticate with data source provider.", + nullable=True, + ) + _args_schema.friendly_name = AAZStrArg( + options=["--friendly-name"], + arg_group="Properties", + help="Gets or sets the Backup Instance friendly name.", + nullable=True, + ) + _args_schema.object_type = AAZStrArg( + options=["--object-type"], + arg_group="Properties", + help="Type of Backup or Restore Instance for request body.", + ) + _args_schema.policy_info = AAZObjectArg( + options=["--policy-info"], + arg_group="Properties", + help="Gets or sets the policy information.", + ) + _args_schema.validation_type = AAZStrArg( + options=["--validation-type"], + arg_group="Properties", + help="Specifies the type of validation. In case of DeepValidation, all validations from /validateForBackup API will run again.", + nullable=True, + enum={"DeepValidation": "DeepValidation", "ShallowValidation": "ShallowValidation"}, + ) + + data_source_info = cls._args_schema.data_source_info + data_source_info.datasource_type = AAZStrArg( + options=["datasource-type"], + help="DatasourceType of the resource.", + nullable=True, + ) + data_source_info.object_type = AAZStrArg( + options=["object-type"], + help="Type of Datasource object, used to initialize the right inherited type", + nullable=True, + ) + data_source_info.resource_id = AAZStrArg( + options=["resource-id"], + help="Full ARM ID of the resource. For azure resources, this is ARM ID. For non azure resources, this will be the ID created by backup service via Fabric/Vault.", + ) + data_source_info.resource_location = AAZStrArg( + options=["resource-location"], + help="Location of datasource.", + nullable=True, + ) + data_source_info.resource_name = AAZStrArg( + options=["resource-name"], + help="Unique identifier of the resource in the context of parent.", + nullable=True, + ) + data_source_info.resource_type = AAZStrArg( + options=["resource-type"], + help="Resource Type of Datasource.", + nullable=True, + ) + data_source_info.resource_uri = AAZStrArg( + options=["resource-uri"], + help="Uri of the resource.", + nullable=True, + ) + + data_source_set_info = cls._args_schema.data_source_set_info + data_source_set_info.datasource_type = AAZStrArg( + options=["datasource-type"], + help="DatasourceType of the resource.", + nullable=True, + ) + data_source_set_info.object_type = AAZStrArg( + options=["object-type"], + help="Type of Datasource object, used to initialize the right inherited type", + nullable=True, + ) + data_source_set_info.resource_id = AAZStrArg( + options=["resource-id"], + help="Full ARM ID of the resource. For azure resources, this is ARM ID. For non azure resources, this will be the ID created by backup service via Fabric/Vault.", + ) + data_source_set_info.resource_location = AAZStrArg( + options=["resource-location"], + help="Location of datasource.", + nullable=True, + ) + data_source_set_info.resource_name = AAZStrArg( + options=["resource-name"], + help="Unique identifier of the resource in the context of parent.", + nullable=True, + ) + data_source_set_info.resource_type = AAZStrArg( + options=["resource-type"], + help="Resource Type of Datasource.", + nullable=True, + ) + data_source_set_info.resource_uri = AAZStrArg( + options=["resource-uri"], + help="Uri of the resource.", + nullable=True, + ) + + datasource_auth_credentials = cls._args_schema.datasource_auth_credentials + datasource_auth_credentials.secret_store_based_auth_credentials = AAZObjectArg( + options=["secret-store-based-auth-credentials"], + ) + + secret_store_based_auth_credentials = cls._args_schema.datasource_auth_credentials.secret_store_based_auth_credentials + secret_store_based_auth_credentials.secret_store_resource = AAZObjectArg( + options=["secret-store-resource"], + help="Secret store resource", + nullable=True, + ) + + secret_store_resource = cls._args_schema.datasource_auth_credentials.secret_store_based_auth_credentials.secret_store_resource + secret_store_resource.secret_store_type = AAZStrArg( + options=["secret-store-type"], + help="Gets or sets the type of secret store", + enum={"AzureKeyVault": "AzureKeyVault", "Invalid": "Invalid"}, + ) + secret_store_resource.uri = AAZStrArg( + options=["uri"], + help="Uri to get to the resource", + nullable=True, + ) + secret_store_resource.value = AAZStrArg( + options=["value"], + help="Gets or sets value stored in secret store resource", + nullable=True, + ) + + policy_info = cls._args_schema.policy_info + policy_info.policy_id = AAZStrArg( + options=["policy-id"], + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.BackupInstancesGet(ctx=self.ctx)() + self.pre_instance_update(self.ctx.vars.instance) + self.InstanceUpdateByJson(ctx=self.ctx)() + self.InstanceUpdateByGeneric(ctx=self.ctx)() + self.post_instance_update(self.ctx.vars.instance) + yield self.BackupInstancesCreateOrUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + @register_callback + def pre_instance_update(self, instance): + pass + + @register_callback + def post_instance_update(self, instance): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class BackupInstancesGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupInstances/{backupInstanceName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "backupInstanceName", self.ctx.args.backup_instance_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "vaultName", self.ctx.args.vault_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-01-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _UpdateHelper._build_schema_backup_instance_resource_read(cls._schema_on_200) + + return cls._schema_on_200 + + class BackupInstancesCreateOrUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupInstances/{backupInstanceName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "backupInstanceName", self.ctx.args.backup_instance_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "vaultName", self.ctx.args.vault_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-01-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + value=self.ctx.vars.instance, + ) + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + _UpdateHelper._build_schema_backup_instance_resource_read(cls._schema_on_200_201) + + return cls._schema_on_200_201 + + class InstanceUpdateByJson(AAZJsonInstanceUpdateOperation): + + def __call__(self, *args, **kwargs): + self._update_instance(self.ctx.vars.instance) + + def _update_instance(self, instance): + _instance_value, _builder = self.new_content_builder( + self.ctx.args, + value=instance, + typ=AAZObjectType + ) + _builder.set_prop("properties", AAZObjectType) + _builder.set_prop("tags", AAZDictType, ".tags") + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("dataSourceInfo", AAZObjectType, ".data_source_info", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("dataSourceSetInfo", AAZObjectType, ".data_source_set_info") + properties.set_prop("datasourceAuthCredentials", AAZObjectType, ".datasource_auth_credentials") + properties.set_prop("friendlyName", AAZStrType, ".friendly_name") + properties.set_prop("objectType", AAZStrType, ".object_type", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("policyInfo", AAZObjectType, ".policy_info", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("validationType", AAZStrType, ".validation_type") + + data_source_info = _builder.get(".properties.dataSourceInfo") + if data_source_info is not None: + data_source_info.set_prop("datasourceType", AAZStrType, ".datasource_type") + data_source_info.set_prop("objectType", AAZStrType, ".object_type") + data_source_info.set_prop("resourceID", AAZStrType, ".resource_id", typ_kwargs={"flags": {"required": True}}) + data_source_info.set_prop("resourceLocation", AAZStrType, ".resource_location") + data_source_info.set_prop("resourceName", AAZStrType, ".resource_name") + data_source_info.set_prop("resourceType", AAZStrType, ".resource_type") + data_source_info.set_prop("resourceUri", AAZStrType, ".resource_uri") + + data_source_set_info = _builder.get(".properties.dataSourceSetInfo") + if data_source_set_info is not None: + data_source_set_info.set_prop("datasourceType", AAZStrType, ".datasource_type") + data_source_set_info.set_prop("objectType", AAZStrType, ".object_type") + data_source_set_info.set_prop("resourceID", AAZStrType, ".resource_id", typ_kwargs={"flags": {"required": True}}) + data_source_set_info.set_prop("resourceLocation", AAZStrType, ".resource_location") + data_source_set_info.set_prop("resourceName", AAZStrType, ".resource_name") + data_source_set_info.set_prop("resourceType", AAZStrType, ".resource_type") + data_source_set_info.set_prop("resourceUri", AAZStrType, ".resource_uri") + + datasource_auth_credentials = _builder.get(".properties.datasourceAuthCredentials") + if datasource_auth_credentials is not None: + datasource_auth_credentials.set_const("objectType", "SecretStoreBasedAuthCredentials", AAZStrType, ".secret_store_based_auth_credentials", typ_kwargs={"flags": {"required": True}}) + datasource_auth_credentials.discriminate_by("objectType", "SecretStoreBasedAuthCredentials") + + disc_secret_store_based_auth_credentials = _builder.get(".properties.datasourceAuthCredentials{objectType:SecretStoreBasedAuthCredentials}") + if disc_secret_store_based_auth_credentials is not None: + disc_secret_store_based_auth_credentials.set_prop("secretStoreResource", AAZObjectType, ".secret_store_based_auth_credentials.secret_store_resource") + + secret_store_resource = _builder.get(".properties.datasourceAuthCredentials{objectType:SecretStoreBasedAuthCredentials}.secretStoreResource") + if secret_store_resource is not None: + secret_store_resource.set_prop("secretStoreType", AAZStrType, ".secret_store_type", typ_kwargs={"flags": {"required": True}}) + secret_store_resource.set_prop("uri", AAZStrType, ".uri") + secret_store_resource.set_prop("value", AAZStrType, ".value") + + policy_info = _builder.get(".properties.policyInfo") + if policy_info is not None: + policy_info.set_prop("policyId", AAZStrType, ".policy_id", typ_kwargs={"flags": {"required": True}}) + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return _instance_value + + class InstanceUpdateByGeneric(AAZGenericInstanceUpdateOperation): + + def __call__(self, *args, **kwargs): + self._update_instance_by_generic( + self.ctx.vars.instance, + self.ctx.generic_update_args + ) + + +class _UpdateHelper: + """Helper class for Update""" + + _schema_backup_instance_resource_read = None + + @classmethod + def _build_schema_backup_instance_resource_read(cls, _schema): + if cls._schema_backup_instance_resource_read is not None: + _schema.id = cls._schema_backup_instance_resource_read.id + _schema.name = cls._schema_backup_instance_resource_read.name + _schema.properties = cls._schema_backup_instance_resource_read.properties + _schema.system_data = cls._schema_backup_instance_resource_read.system_data + _schema.tags = cls._schema_backup_instance_resource_read.tags + _schema.type = cls._schema_backup_instance_resource_read.type + return + + cls._schema_backup_instance_resource_read = _schema_backup_instance_resource_read = AAZObjectType() + + backup_instance_resource_read = _schema_backup_instance_resource_read + backup_instance_resource_read.id = AAZStrType( + flags={"read_only": True}, + ) + backup_instance_resource_read.name = AAZStrType( + flags={"read_only": True}, + ) + backup_instance_resource_read.properties = AAZObjectType() + backup_instance_resource_read.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + backup_instance_resource_read.tags = AAZDictType() + backup_instance_resource_read.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = _schema_backup_instance_resource_read.properties + properties.current_protection_state = AAZStrType( + serialized_name="currentProtectionState", + flags={"read_only": True}, + ) + properties.data_source_info = AAZObjectType( + serialized_name="dataSourceInfo", + flags={"required": True}, + ) + properties.data_source_set_info = AAZObjectType( + serialized_name="dataSourceSetInfo", + ) + properties.datasource_auth_credentials = AAZObjectType( + serialized_name="datasourceAuthCredentials", + ) + properties.friendly_name = AAZStrType( + serialized_name="friendlyName", + ) + properties.object_type = AAZStrType( + serialized_name="objectType", + flags={"required": True}, + ) + properties.policy_info = AAZObjectType( + serialized_name="policyInfo", + flags={"required": True}, + ) + properties.protection_error_details = AAZObjectType( + serialized_name="protectionErrorDetails", + ) + cls._build_schema_user_facing_error_read(properties.protection_error_details) + properties.protection_status = AAZObjectType( + serialized_name="protectionStatus", + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.validation_type = AAZStrType( + serialized_name="validationType", + ) + + data_source_info = _schema_backup_instance_resource_read.properties.data_source_info + data_source_info.datasource_type = AAZStrType( + serialized_name="datasourceType", + ) + data_source_info.object_type = AAZStrType( + serialized_name="objectType", + ) + data_source_info.resource_id = AAZStrType( + serialized_name="resourceID", + flags={"required": True}, + ) + data_source_info.resource_location = AAZStrType( + serialized_name="resourceLocation", + ) + data_source_info.resource_name = AAZStrType( + serialized_name="resourceName", + ) + data_source_info.resource_type = AAZStrType( + serialized_name="resourceType", + ) + data_source_info.resource_uri = AAZStrType( + serialized_name="resourceUri", + ) + + data_source_set_info = _schema_backup_instance_resource_read.properties.data_source_set_info + data_source_set_info.datasource_type = AAZStrType( + serialized_name="datasourceType", + ) + data_source_set_info.object_type = AAZStrType( + serialized_name="objectType", + ) + data_source_set_info.resource_id = AAZStrType( + serialized_name="resourceID", + flags={"required": True}, + ) + data_source_set_info.resource_location = AAZStrType( + serialized_name="resourceLocation", + ) + data_source_set_info.resource_name = AAZStrType( + serialized_name="resourceName", + ) + data_source_set_info.resource_type = AAZStrType( + serialized_name="resourceType", + ) + data_source_set_info.resource_uri = AAZStrType( + serialized_name="resourceUri", + ) + + datasource_auth_credentials = _schema_backup_instance_resource_read.properties.datasource_auth_credentials + datasource_auth_credentials.object_type = AAZStrType( + serialized_name="objectType", + flags={"required": True}, + ) + + disc_secret_store_based_auth_credentials = _schema_backup_instance_resource_read.properties.datasource_auth_credentials.discriminate_by("object_type", "SecretStoreBasedAuthCredentials") + disc_secret_store_based_auth_credentials.secret_store_resource = AAZObjectType( + serialized_name="secretStoreResource", + ) + + secret_store_resource = _schema_backup_instance_resource_read.properties.datasource_auth_credentials.discriminate_by("object_type", "SecretStoreBasedAuthCredentials").secret_store_resource + secret_store_resource.secret_store_type = AAZStrType( + serialized_name="secretStoreType", + flags={"required": True}, + ) + secret_store_resource.uri = AAZStrType() + secret_store_resource.value = AAZStrType() + + policy_info = _schema_backup_instance_resource_read.properties.policy_info + policy_info.policy_id = AAZStrType( + serialized_name="policyId", + flags={"required": True}, + ) + policy_info.policy_parameters = AAZObjectType( + serialized_name="policyParameters", + ) + policy_info.policy_version = AAZStrType( + serialized_name="policyVersion", + flags={"read_only": True}, + ) + + policy_parameters = _schema_backup_instance_resource_read.properties.policy_info.policy_parameters + policy_parameters.backup_datasource_parameters_list = AAZListType( + serialized_name="backupDatasourceParametersList", + ) + policy_parameters.data_store_parameters_list = AAZListType( + serialized_name="dataStoreParametersList", + ) + + backup_datasource_parameters_list = _schema_backup_instance_resource_read.properties.policy_info.policy_parameters.backup_datasource_parameters_list + backup_datasource_parameters_list.Element = AAZObjectType() + + _element = _schema_backup_instance_resource_read.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element + _element.object_type = AAZStrType( + serialized_name="objectType", + flags={"required": True}, + ) + + disc_blob_backup_datasource_parameters = _schema_backup_instance_resource_read.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "BlobBackupDatasourceParameters") + disc_blob_backup_datasource_parameters.containers_list = AAZListType( + serialized_name="containersList", + flags={"required": True}, + ) + + containers_list = _schema_backup_instance_resource_read.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "BlobBackupDatasourceParameters").containers_list + containers_list.Element = AAZStrType() + + disc_kubernetes_cluster_backup_datasource_parameters = _schema_backup_instance_resource_read.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "KubernetesClusterBackupDatasourceParameters") + disc_kubernetes_cluster_backup_datasource_parameters.excluded_namespaces = AAZListType( + serialized_name="excludedNamespaces", + ) + disc_kubernetes_cluster_backup_datasource_parameters.excluded_resource_types = AAZListType( + serialized_name="excludedResourceTypes", + ) + disc_kubernetes_cluster_backup_datasource_parameters.include_cluster_scope_resources = AAZBoolType( + serialized_name="includeClusterScopeResources", + flags={"required": True}, + ) + disc_kubernetes_cluster_backup_datasource_parameters.included_namespaces = AAZListType( + serialized_name="includedNamespaces", + ) + disc_kubernetes_cluster_backup_datasource_parameters.included_resource_types = AAZListType( + serialized_name="includedResourceTypes", + ) + disc_kubernetes_cluster_backup_datasource_parameters.label_selectors = AAZListType( + serialized_name="labelSelectors", + ) + disc_kubernetes_cluster_backup_datasource_parameters.snapshot_volumes = AAZBoolType( + serialized_name="snapshotVolumes", + flags={"required": True}, + ) + + excluded_namespaces = _schema_backup_instance_resource_read.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "KubernetesClusterBackupDatasourceParameters").excluded_namespaces + excluded_namespaces.Element = AAZStrType() + + excluded_resource_types = _schema_backup_instance_resource_read.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "KubernetesClusterBackupDatasourceParameters").excluded_resource_types + excluded_resource_types.Element = AAZStrType() + + included_namespaces = _schema_backup_instance_resource_read.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "KubernetesClusterBackupDatasourceParameters").included_namespaces + included_namespaces.Element = AAZStrType() + + included_resource_types = _schema_backup_instance_resource_read.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "KubernetesClusterBackupDatasourceParameters").included_resource_types + included_resource_types.Element = AAZStrType() + + label_selectors = _schema_backup_instance_resource_read.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "KubernetesClusterBackupDatasourceParameters").label_selectors + label_selectors.Element = AAZStrType() + + data_store_parameters_list = _schema_backup_instance_resource_read.properties.policy_info.policy_parameters.data_store_parameters_list + data_store_parameters_list.Element = AAZObjectType() + + _element = _schema_backup_instance_resource_read.properties.policy_info.policy_parameters.data_store_parameters_list.Element + _element.data_store_type = AAZStrType( + serialized_name="dataStoreType", + flags={"required": True}, + ) + _element.object_type = AAZStrType( + serialized_name="objectType", + flags={"required": True}, + ) + + disc_azure_operational_store_parameters = _schema_backup_instance_resource_read.properties.policy_info.policy_parameters.data_store_parameters_list.Element.discriminate_by("object_type", "AzureOperationalStoreParameters") + disc_azure_operational_store_parameters.resource_group_id = AAZStrType( + serialized_name="resourceGroupId", + ) + + protection_status = _schema_backup_instance_resource_read.properties.protection_status + protection_status.error_details = AAZObjectType( + serialized_name="errorDetails", + ) + cls._build_schema_user_facing_error_read(protection_status.error_details) + protection_status.status = AAZStrType() + + system_data = _schema_backup_instance_resource_read.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = _schema_backup_instance_resource_read.tags + tags.Element = AAZStrType() + + _schema.id = cls._schema_backup_instance_resource_read.id + _schema.name = cls._schema_backup_instance_resource_read.name + _schema.properties = cls._schema_backup_instance_resource_read.properties + _schema.system_data = cls._schema_backup_instance_resource_read.system_data + _schema.tags = cls._schema_backup_instance_resource_read.tags + _schema.type = cls._schema_backup_instance_resource_read.type + + _schema_inner_error_read = None + + @classmethod + def _build_schema_inner_error_read(cls, _schema): + if cls._schema_inner_error_read is not None: + _schema.additional_info = cls._schema_inner_error_read.additional_info + _schema.code = cls._schema_inner_error_read.code + _schema.embedded_inner_error = cls._schema_inner_error_read.embedded_inner_error + return + + cls._schema_inner_error_read = _schema_inner_error_read = AAZObjectType() + + inner_error_read = _schema_inner_error_read + inner_error_read.additional_info = AAZDictType( + serialized_name="additionalInfo", + ) + inner_error_read.code = AAZStrType() + inner_error_read.embedded_inner_error = AAZObjectType( + serialized_name="embeddedInnerError", + ) + cls._build_schema_inner_error_read(inner_error_read.embedded_inner_error) + + additional_info = _schema_inner_error_read.additional_info + additional_info.Element = AAZStrType() + + _schema.additional_info = cls._schema_inner_error_read.additional_info + _schema.code = cls._schema_inner_error_read.code + _schema.embedded_inner_error = cls._schema_inner_error_read.embedded_inner_error + + _schema_user_facing_error_read = None + + @classmethod + def _build_schema_user_facing_error_read(cls, _schema): + if cls._schema_user_facing_error_read is not None: + _schema.code = cls._schema_user_facing_error_read.code + _schema.details = cls._schema_user_facing_error_read.details + _schema.inner_error = cls._schema_user_facing_error_read.inner_error + _schema.is_retryable = cls._schema_user_facing_error_read.is_retryable + _schema.is_user_error = cls._schema_user_facing_error_read.is_user_error + _schema.message = cls._schema_user_facing_error_read.message + _schema.properties = cls._schema_user_facing_error_read.properties + _schema.recommended_action = cls._schema_user_facing_error_read.recommended_action + _schema.target = cls._schema_user_facing_error_read.target + return + + cls._schema_user_facing_error_read = _schema_user_facing_error_read = AAZObjectType() + + user_facing_error_read = _schema_user_facing_error_read + user_facing_error_read.code = AAZStrType() + user_facing_error_read.details = AAZListType() + user_facing_error_read.inner_error = AAZObjectType( + serialized_name="innerError", + ) + cls._build_schema_inner_error_read(user_facing_error_read.inner_error) + user_facing_error_read.is_retryable = AAZBoolType( + serialized_name="isRetryable", + ) + user_facing_error_read.is_user_error = AAZBoolType( + serialized_name="isUserError", + ) + user_facing_error_read.message = AAZStrType() + user_facing_error_read.properties = AAZDictType() + user_facing_error_read.recommended_action = AAZListType( + serialized_name="recommendedAction", + ) + user_facing_error_read.target = AAZStrType() + + details = _schema_user_facing_error_read.details + details.Element = AAZObjectType() + cls._build_schema_user_facing_error_read(details.Element) + + properties = _schema_user_facing_error_read.properties + properties.Element = AAZStrType() + + recommended_action = _schema_user_facing_error_read.recommended_action + recommended_action.Element = AAZStrType() + + _schema.code = cls._schema_user_facing_error_read.code + _schema.details = cls._schema_user_facing_error_read.details + _schema.inner_error = cls._schema_user_facing_error_read.inner_error + _schema.is_retryable = cls._schema_user_facing_error_read.is_retryable + _schema.is_user_error = cls._schema_user_facing_error_read.is_user_error + _schema.message = cls._schema_user_facing_error_read.message + _schema.properties = cls._schema_user_facing_error_read.properties + _schema.recommended_action = cls._schema_user_facing_error_read.recommended_action + _schema.target = cls._schema_user_facing_error_read.target + + +__all__ = ["Update"] diff --git a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/_validate_for_backup.py b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/_validate_for_backup.py new file mode 100644 index 00000000000..6e6cb084bdd --- /dev/null +++ b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/_validate_for_backup.py @@ -0,0 +1,558 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "dataprotection backup-instance validate-for-backup", + is_experimental=True, +) +class ValidateForBackup(AAZCommand): + """Validate whether adhoc backup will be successful or not + """ + + _aaz_info = { + "version": "2023-01-01", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.dataprotection/backupvaults/{}/validateforbackup", "2023-01-01"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.vault_name = AAZStrArg( + options=["--vault-name"], + help="The name of the backup vault.", + required=True, + id_part="name", + ) + + # define Arg Group "Parameters" + + _args_schema = cls._args_schema + _args_schema.backup_instance = AAZObjectArg( + options=["--backup-instance"], + arg_group="Parameters", + help="Backup Instance", + required=True, + ) + + backup_instance = cls._args_schema.backup_instance + backup_instance.data_source_info = AAZObjectArg( + options=["data-source-info"], + help="Gets or sets the data source information.", + required=True, + ) + backup_instance.data_source_set_info = AAZObjectArg( + options=["data-source-set-info"], + help="Gets or sets the data source set information.", + ) + backup_instance.datasource_auth_credentials = AAZObjectArg( + options=["datasource-auth-credentials"], + help="Credentials to use to authenticate with data source provider.", + ) + backup_instance.friendly_name = AAZStrArg( + options=["friendly-name"], + help="Gets or sets the Backup Instance friendly name.", + ) + backup_instance.object_type = AAZStrArg( + options=["object-type"], + required=True, + ) + backup_instance.policy_info = AAZObjectArg( + options=["policy-info"], + help="Gets or sets the policy information.", + required=True, + ) + backup_instance.validation_type = AAZStrArg( + options=["validation-type"], + help="Specifies the type of validation. In case of DeepValidation, all validations from /validateForBackup API will run again.", + enum={"DeepValidation": "DeepValidation", "ShallowValidation": "ShallowValidation"}, + ) + + data_source_info = cls._args_schema.backup_instance.data_source_info + data_source_info.datasource_type = AAZStrArg( + options=["datasource-type"], + help="DatasourceType of the resource.", + ) + data_source_info.object_type = AAZStrArg( + options=["object-type"], + help="Type of Datasource object, used to initialize the right inherited type", + ) + data_source_info.resource_id = AAZStrArg( + options=["resource-id"], + help="Full ARM ID of the resource. For azure resources, this is ARM ID. For non azure resources, this will be the ID created by backup service via Fabric/Vault.", + required=True, + ) + data_source_info.resource_location = AAZStrArg( + options=["resource-location"], + help="Location of datasource.", + ) + data_source_info.resource_name = AAZStrArg( + options=["resource-name"], + help="Unique identifier of the resource in the context of parent.", + ) + data_source_info.resource_type = AAZStrArg( + options=["resource-type"], + help="Resource Type of Datasource.", + ) + data_source_info.resource_uri = AAZStrArg( + options=["resource-uri"], + help="Uri of the resource.", + ) + + data_source_set_info = cls._args_schema.backup_instance.data_source_set_info + data_source_set_info.datasource_type = AAZStrArg( + options=["datasource-type"], + help="DatasourceType of the resource.", + ) + data_source_set_info.object_type = AAZStrArg( + options=["object-type"], + help="Type of Datasource object, used to initialize the right inherited type", + ) + data_source_set_info.resource_id = AAZStrArg( + options=["resource-id"], + help="Full ARM ID of the resource. For azure resources, this is ARM ID. For non azure resources, this will be the ID created by backup service via Fabric/Vault.", + required=True, + ) + data_source_set_info.resource_location = AAZStrArg( + options=["resource-location"], + help="Location of datasource.", + ) + data_source_set_info.resource_name = AAZStrArg( + options=["resource-name"], + help="Unique identifier of the resource in the context of parent.", + ) + data_source_set_info.resource_type = AAZStrArg( + options=["resource-type"], + help="Resource Type of Datasource.", + ) + data_source_set_info.resource_uri = AAZStrArg( + options=["resource-uri"], + help="Uri of the resource.", + ) + + datasource_auth_credentials = cls._args_schema.backup_instance.datasource_auth_credentials + datasource_auth_credentials.secret_store_based_auth_credentials = AAZObjectArg( + options=["secret-store-based-auth-credentials"], + ) + + secret_store_based_auth_credentials = cls._args_schema.backup_instance.datasource_auth_credentials.secret_store_based_auth_credentials + secret_store_based_auth_credentials.secret_store_resource = AAZObjectArg( + options=["secret-store-resource"], + help="Secret store resource", + ) + + secret_store_resource = cls._args_schema.backup_instance.datasource_auth_credentials.secret_store_based_auth_credentials.secret_store_resource + secret_store_resource.secret_store_type = AAZStrArg( + options=["secret-store-type"], + help="Gets or sets the type of secret store", + required=True, + enum={"AzureKeyVault": "AzureKeyVault", "Invalid": "Invalid"}, + ) + secret_store_resource.uri = AAZStrArg( + options=["uri"], + help="Uri to get to the resource", + ) + secret_store_resource.value = AAZStrArg( + options=["value"], + help="Gets or sets value stored in secret store resource", + ) + + policy_info = cls._args_schema.backup_instance.policy_info + policy_info.policy_id = AAZStrArg( + options=["policy-id"], + required=True, + ) + policy_info.policy_parameters = AAZObjectArg( + options=["policy-parameters"], + help="Policy parameters for the backup instance", + ) + + policy_parameters = cls._args_schema.backup_instance.policy_info.policy_parameters + policy_parameters.backup_datasource_parameters_list = AAZListArg( + options=["backup-datasource-parameters-list"], + help="Gets or sets the Backup Data Source Parameters", + ) + policy_parameters.data_store_parameters_list = AAZListArg( + options=["data-store-parameters-list"], + help="Gets or sets the DataStore Parameters", + ) + + backup_datasource_parameters_list = cls._args_schema.backup_instance.policy_info.policy_parameters.backup_datasource_parameters_list + backup_datasource_parameters_list.Element = AAZObjectArg() + + _element = cls._args_schema.backup_instance.policy_info.policy_parameters.backup_datasource_parameters_list.Element + _element.blob_backup_datasource_parameters = AAZObjectArg( + options=["blob-backup-datasource-parameters"], + ) + _element.kubernetes_cluster_backup_datasource_parameters = AAZObjectArg( + options=["kubernetes-cluster-backup-datasource-parameters"], + ) + + blob_backup_datasource_parameters = cls._args_schema.backup_instance.policy_info.policy_parameters.backup_datasource_parameters_list.Element.blob_backup_datasource_parameters + blob_backup_datasource_parameters.containers_list = AAZListArg( + options=["containers-list"], + help="List of containers to be backed up during configuration of backup of blobs", + required=True, + ) + + containers_list = cls._args_schema.backup_instance.policy_info.policy_parameters.backup_datasource_parameters_list.Element.blob_backup_datasource_parameters.containers_list + containers_list.Element = AAZStrArg() + + kubernetes_cluster_backup_datasource_parameters = cls._args_schema.backup_instance.policy_info.policy_parameters.backup_datasource_parameters_list.Element.kubernetes_cluster_backup_datasource_parameters + kubernetes_cluster_backup_datasource_parameters.excluded_namespaces = AAZListArg( + options=["excluded-namespaces"], + help="Gets or sets the exclude namespaces property. This property sets the namespaces to be excluded during restore.", + ) + kubernetes_cluster_backup_datasource_parameters.excluded_resource_types = AAZListArg( + options=["excluded-resource-types"], + help="Gets or sets the exclude resource types property. This property sets the resource types to be excluded during restore.", + ) + kubernetes_cluster_backup_datasource_parameters.include_cluster_scope_resources = AAZBoolArg( + options=["include-cluster-scope-resources"], + help="Gets or sets the include cluster resources property. This property if enabled will include cluster scope resources during restore.", + required=True, + ) + kubernetes_cluster_backup_datasource_parameters.included_namespaces = AAZListArg( + options=["included-namespaces"], + help="Gets or sets the include namespaces property. This property sets the namespaces to be included during restore.", + ) + kubernetes_cluster_backup_datasource_parameters.included_resource_types = AAZListArg( + options=["included-resource-types"], + help="Gets or sets the include resource types property. This property sets the resource types to be included during restore.", + ) + kubernetes_cluster_backup_datasource_parameters.label_selectors = AAZListArg( + options=["label-selectors"], + help="Gets or sets the LabelSelectors property. This property sets the resource with such label selectors to be included during restore.", + ) + kubernetes_cluster_backup_datasource_parameters.snapshot_volumes = AAZBoolArg( + options=["snapshot-volumes"], + help="Gets or sets the volume snapshot property. This property if enabled will take volume snapshots during restore.", + required=True, + ) + + excluded_namespaces = cls._args_schema.backup_instance.policy_info.policy_parameters.backup_datasource_parameters_list.Element.kubernetes_cluster_backup_datasource_parameters.excluded_namespaces + excluded_namespaces.Element = AAZStrArg() + + excluded_resource_types = cls._args_schema.backup_instance.policy_info.policy_parameters.backup_datasource_parameters_list.Element.kubernetes_cluster_backup_datasource_parameters.excluded_resource_types + excluded_resource_types.Element = AAZStrArg() + + included_namespaces = cls._args_schema.backup_instance.policy_info.policy_parameters.backup_datasource_parameters_list.Element.kubernetes_cluster_backup_datasource_parameters.included_namespaces + included_namespaces.Element = AAZStrArg() + + included_resource_types = cls._args_schema.backup_instance.policy_info.policy_parameters.backup_datasource_parameters_list.Element.kubernetes_cluster_backup_datasource_parameters.included_resource_types + included_resource_types.Element = AAZStrArg() + + label_selectors = cls._args_schema.backup_instance.policy_info.policy_parameters.backup_datasource_parameters_list.Element.kubernetes_cluster_backup_datasource_parameters.label_selectors + label_selectors.Element = AAZStrArg() + + data_store_parameters_list = cls._args_schema.backup_instance.policy_info.policy_parameters.data_store_parameters_list + data_store_parameters_list.Element = AAZObjectArg() + + _element = cls._args_schema.backup_instance.policy_info.policy_parameters.data_store_parameters_list.Element + _element.azure_operational_store_parameters = AAZObjectArg( + options=["azure-operational-store-parameters"], + ) + _element.data_store_type = AAZStrArg( + options=["data-store-type"], + help="type of datastore; Operational/Vault/Archive", + required=True, + enum={"ArchiveStore": "ArchiveStore", "OperationalStore": "OperationalStore", "VaultStore": "VaultStore"}, + ) + + azure_operational_store_parameters = cls._args_schema.backup_instance.policy_info.policy_parameters.data_store_parameters_list.Element.azure_operational_store_parameters + azure_operational_store_parameters.resource_group_id = AAZStrArg( + options=["resource-group-id"], + help="Gets or sets the Snapshot Resource Group Uri.", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.BackupInstancesValidateForBackup(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class BackupInstancesValidateForBackup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/validateForBackup", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "vaultName", self.ctx.args.vault_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-01-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("backupInstance", AAZObjectType, ".backup_instance", typ_kwargs={"flags": {"required": True}}) + + backup_instance = _builder.get(".backupInstance") + if backup_instance is not None: + backup_instance.set_prop("dataSourceInfo", AAZObjectType, ".data_source_info", typ_kwargs={"flags": {"required": True}}) + backup_instance.set_prop("dataSourceSetInfo", AAZObjectType, ".data_source_set_info") + backup_instance.set_prop("datasourceAuthCredentials", AAZObjectType, ".datasource_auth_credentials") + backup_instance.set_prop("friendlyName", AAZStrType, ".friendly_name") + backup_instance.set_prop("objectType", AAZStrType, ".object_type", typ_kwargs={"flags": {"required": True}}) + backup_instance.set_prop("policyInfo", AAZObjectType, ".policy_info", typ_kwargs={"flags": {"required": True}}) + backup_instance.set_prop("validationType", AAZStrType, ".validation_type") + + data_source_info = _builder.get(".backupInstance.dataSourceInfo") + if data_source_info is not None: + data_source_info.set_prop("datasourceType", AAZStrType, ".datasource_type") + data_source_info.set_prop("objectType", AAZStrType, ".object_type") + data_source_info.set_prop("resourceID", AAZStrType, ".resource_id", typ_kwargs={"flags": {"required": True}}) + data_source_info.set_prop("resourceLocation", AAZStrType, ".resource_location") + data_source_info.set_prop("resourceName", AAZStrType, ".resource_name") + data_source_info.set_prop("resourceType", AAZStrType, ".resource_type") + data_source_info.set_prop("resourceUri", AAZStrType, ".resource_uri") + + data_source_set_info = _builder.get(".backupInstance.dataSourceSetInfo") + if data_source_set_info is not None: + data_source_set_info.set_prop("datasourceType", AAZStrType, ".datasource_type") + data_source_set_info.set_prop("objectType", AAZStrType, ".object_type") + data_source_set_info.set_prop("resourceID", AAZStrType, ".resource_id", typ_kwargs={"flags": {"required": True}}) + data_source_set_info.set_prop("resourceLocation", AAZStrType, ".resource_location") + data_source_set_info.set_prop("resourceName", AAZStrType, ".resource_name") + data_source_set_info.set_prop("resourceType", AAZStrType, ".resource_type") + data_source_set_info.set_prop("resourceUri", AAZStrType, ".resource_uri") + + datasource_auth_credentials = _builder.get(".backupInstance.datasourceAuthCredentials") + if datasource_auth_credentials is not None: + datasource_auth_credentials.set_const("objectType", "SecretStoreBasedAuthCredentials", AAZStrType, ".secret_store_based_auth_credentials", typ_kwargs={"flags": {"required": True}}) + datasource_auth_credentials.discriminate_by("objectType", "SecretStoreBasedAuthCredentials") + + disc_secret_store_based_auth_credentials = _builder.get(".backupInstance.datasourceAuthCredentials{objectType:SecretStoreBasedAuthCredentials}") + if disc_secret_store_based_auth_credentials is not None: + disc_secret_store_based_auth_credentials.set_prop("secretStoreResource", AAZObjectType, ".secret_store_based_auth_credentials.secret_store_resource") + + secret_store_resource = _builder.get(".backupInstance.datasourceAuthCredentials{objectType:SecretStoreBasedAuthCredentials}.secretStoreResource") + if secret_store_resource is not None: + secret_store_resource.set_prop("secretStoreType", AAZStrType, ".secret_store_type", typ_kwargs={"flags": {"required": True}}) + secret_store_resource.set_prop("uri", AAZStrType, ".uri") + secret_store_resource.set_prop("value", AAZStrType, ".value") + + policy_info = _builder.get(".backupInstance.policyInfo") + if policy_info is not None: + policy_info.set_prop("policyId", AAZStrType, ".policy_id", typ_kwargs={"flags": {"required": True}}) + policy_info.set_prop("policyParameters", AAZObjectType, ".policy_parameters") + + policy_parameters = _builder.get(".backupInstance.policyInfo.policyParameters") + if policy_parameters is not None: + policy_parameters.set_prop("backupDatasourceParametersList", AAZListType, ".backup_datasource_parameters_list") + policy_parameters.set_prop("dataStoreParametersList", AAZListType, ".data_store_parameters_list") + + backup_datasource_parameters_list = _builder.get(".backupInstance.policyInfo.policyParameters.backupDatasourceParametersList") + if backup_datasource_parameters_list is not None: + backup_datasource_parameters_list.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".backupInstance.policyInfo.policyParameters.backupDatasourceParametersList[]") + if _elements is not None: + _elements.set_const("objectType", "BlobBackupDatasourceParameters", AAZStrType, ".blob_backup_datasource_parameters", typ_kwargs={"flags": {"required": True}}) + _elements.set_const("objectType", "KubernetesClusterBackupDatasourceParameters", AAZStrType, ".kubernetes_cluster_backup_datasource_parameters", typ_kwargs={"flags": {"required": True}}) + _elements.discriminate_by("objectType", "BlobBackupDatasourceParameters") + _elements.discriminate_by("objectType", "KubernetesClusterBackupDatasourceParameters") + + disc_blob_backup_datasource_parameters = _builder.get(".backupInstance.policyInfo.policyParameters.backupDatasourceParametersList[]{objectType:BlobBackupDatasourceParameters}") + if disc_blob_backup_datasource_parameters is not None: + disc_blob_backup_datasource_parameters.set_prop("containersList", AAZListType, ".blob_backup_datasource_parameters.containers_list", typ_kwargs={"flags": {"required": True}}) + + containers_list = _builder.get(".backupInstance.policyInfo.policyParameters.backupDatasourceParametersList[]{objectType:BlobBackupDatasourceParameters}.containersList") + if containers_list is not None: + containers_list.set_elements(AAZStrType, ".") + + disc_kubernetes_cluster_backup_datasource_parameters = _builder.get(".backupInstance.policyInfo.policyParameters.backupDatasourceParametersList[]{objectType:KubernetesClusterBackupDatasourceParameters}") + if disc_kubernetes_cluster_backup_datasource_parameters is not None: + disc_kubernetes_cluster_backup_datasource_parameters.set_prop("excludedNamespaces", AAZListType, ".kubernetes_cluster_backup_datasource_parameters.excluded_namespaces") + disc_kubernetes_cluster_backup_datasource_parameters.set_prop("excludedResourceTypes", AAZListType, ".kubernetes_cluster_backup_datasource_parameters.excluded_resource_types") + disc_kubernetes_cluster_backup_datasource_parameters.set_prop("includeClusterScopeResources", AAZBoolType, ".kubernetes_cluster_backup_datasource_parameters.include_cluster_scope_resources", typ_kwargs={"flags": {"required": True}}) + disc_kubernetes_cluster_backup_datasource_parameters.set_prop("includedNamespaces", AAZListType, ".kubernetes_cluster_backup_datasource_parameters.included_namespaces") + disc_kubernetes_cluster_backup_datasource_parameters.set_prop("includedResourceTypes", AAZListType, ".kubernetes_cluster_backup_datasource_parameters.included_resource_types") + disc_kubernetes_cluster_backup_datasource_parameters.set_prop("labelSelectors", AAZListType, ".kubernetes_cluster_backup_datasource_parameters.label_selectors") + disc_kubernetes_cluster_backup_datasource_parameters.set_prop("snapshotVolumes", AAZBoolType, ".kubernetes_cluster_backup_datasource_parameters.snapshot_volumes", typ_kwargs={"flags": {"required": True}}) + + excluded_namespaces = _builder.get(".backupInstance.policyInfo.policyParameters.backupDatasourceParametersList[]{objectType:KubernetesClusterBackupDatasourceParameters}.excludedNamespaces") + if excluded_namespaces is not None: + excluded_namespaces.set_elements(AAZStrType, ".") + + excluded_resource_types = _builder.get(".backupInstance.policyInfo.policyParameters.backupDatasourceParametersList[]{objectType:KubernetesClusterBackupDatasourceParameters}.excludedResourceTypes") + if excluded_resource_types is not None: + excluded_resource_types.set_elements(AAZStrType, ".") + + included_namespaces = _builder.get(".backupInstance.policyInfo.policyParameters.backupDatasourceParametersList[]{objectType:KubernetesClusterBackupDatasourceParameters}.includedNamespaces") + if included_namespaces is not None: + included_namespaces.set_elements(AAZStrType, ".") + + included_resource_types = _builder.get(".backupInstance.policyInfo.policyParameters.backupDatasourceParametersList[]{objectType:KubernetesClusterBackupDatasourceParameters}.includedResourceTypes") + if included_resource_types is not None: + included_resource_types.set_elements(AAZStrType, ".") + + label_selectors = _builder.get(".backupInstance.policyInfo.policyParameters.backupDatasourceParametersList[]{objectType:KubernetesClusterBackupDatasourceParameters}.labelSelectors") + if label_selectors is not None: + label_selectors.set_elements(AAZStrType, ".") + + data_store_parameters_list = _builder.get(".backupInstance.policyInfo.policyParameters.dataStoreParametersList") + if data_store_parameters_list is not None: + data_store_parameters_list.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".backupInstance.policyInfo.policyParameters.dataStoreParametersList[]") + if _elements is not None: + _elements.set_prop("dataStoreType", AAZStrType, ".data_store_type", typ_kwargs={"flags": {"required": True}}) + _elements.set_const("objectType", "AzureOperationalStoreParameters", AAZStrType, ".azure_operational_store_parameters", typ_kwargs={"flags": {"required": True}}) + _elements.discriminate_by("objectType", "AzureOperationalStoreParameters") + + disc_azure_operational_store_parameters = _builder.get(".backupInstance.policyInfo.policyParameters.dataStoreParametersList[]{objectType:AzureOperationalStoreParameters}") + if disc_azure_operational_store_parameters is not None: + disc_azure_operational_store_parameters.set_prop("resourceGroupId", AAZStrType, ".azure_operational_store_parameters.resource_group_id") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.job_id = AAZStrType( + serialized_name="jobId", + ) + _schema_on_200.object_type = AAZStrType( + serialized_name="objectType", + flags={"required": True}, + ) + + return cls._schema_on_200 + + +class _ValidateForBackupHelper: + """Helper class for ValidateForBackup""" + + +__all__ = ["ValidateForBackup"] diff --git a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/_validate_for_restore.py b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/_validate_for_restore.py new file mode 100644 index 00000000000..4b7677335bc --- /dev/null +++ b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/_validate_for_restore.py @@ -0,0 +1,824 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "dataprotection backup-instance validate-for-restore", + is_experimental=True, +) +class ValidateForRestore(AAZCommand): + """Validates if Restore can be triggered for a DataSource + """ + + _aaz_info = { + "version": "2023-01-01", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.dataprotection/backupvaults/{}/backupinstances/{}/validaterestore", "2023-01-01"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.backup_instance_name = AAZStrArg( + options=["--backup-instance-name"], + help="The name of the backup instance.", + required=True, + id_part="child_name_1", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.vault_name = AAZStrArg( + options=["--vault-name"], + help="The name of the backup vault.", + required=True, + id_part="name", + ) + + # define Arg Group "Parameters" + + _args_schema = cls._args_schema + _args_schema.restore_request_object = AAZObjectArg( + options=["--restore-request-object"], + arg_group="Parameters", + help="Gets or sets the restore request object.", + required=True, + ) + + restore_request_object = cls._args_schema.restore_request_object + restore_request_object.azure_backup_recovery_point_based_restore_request = AAZObjectArg( + options=["azure-backup-recovery-point-based-restore-request"], + ) + restore_request_object.azure_backup_recovery_time_based_restore_request = AAZObjectArg( + options=["azure-backup-recovery-time-based-restore-request"], + ) + restore_request_object.azure_backup_restore_with_rehydration_request = AAZObjectArg( + options=["azure-backup-restore-with-rehydration-request"], + ) + restore_request_object.restore_target_info = AAZObjectArg( + options=["restore-target-info"], + help="Gets or sets the restore target information.", + required=True, + ) + restore_request_object.source_data_store_type = AAZStrArg( + options=["source-data-store-type"], + help="Gets or sets the type of the source data store.", + required=True, + enum={"ArchiveStore": "ArchiveStore", "OperationalStore": "OperationalStore", "SnapshotStore": "SnapshotStore", "VaultStore": "VaultStore"}, + ) + restore_request_object.source_resource_id = AAZStrArg( + options=["source-resource-id"], + help="Fully qualified Azure Resource Manager ID of the datasource which is being recovered.", + ) + + azure_backup_recovery_point_based_restore_request = cls._args_schema.restore_request_object.azure_backup_recovery_point_based_restore_request + azure_backup_recovery_point_based_restore_request.recovery_point_id = AAZStrArg( + options=["recovery-point-id"], + required=True, + ) + + azure_backup_recovery_time_based_restore_request = cls._args_schema.restore_request_object.azure_backup_recovery_time_based_restore_request + azure_backup_recovery_time_based_restore_request.recovery_point_time = AAZStrArg( + options=["recovery-point-time"], + help="The recovery time in ISO 8601 format example - 2020-08-14T17:30:00.0000000Z.", + required=True, + ) + + azure_backup_restore_with_rehydration_request = cls._args_schema.restore_request_object.azure_backup_restore_with_rehydration_request + azure_backup_restore_with_rehydration_request.recovery_point_id = AAZStrArg( + options=["recovery-point-id"], + required=True, + ) + azure_backup_restore_with_rehydration_request.rehydration_priority = AAZStrArg( + options=["rehydration-priority"], + help="Priority to be used for rehydration. Values High or Standard", + required=True, + enum={"High": "High", "Invalid": "Invalid", "Standard": "Standard"}, + ) + azure_backup_restore_with_rehydration_request.rehydration_retention_duration = AAZStrArg( + options=["rehydration-retention-duration"], + help="Retention duration in ISO 8601 format i.e P10D .", + required=True, + ) + + restore_target_info = cls._args_schema.restore_request_object.restore_target_info + restore_target_info.item_level_restore_target_info = AAZObjectArg( + options=["item-level-restore-target-info"], + ) + restore_target_info.restore_files_target_info = AAZObjectArg( + options=["restore-files-target-info"], + ) + restore_target_info.restore_target_info = AAZObjectArg( + options=["restore-target-info"], + ) + restore_target_info.recovery_option = AAZStrArg( + options=["recovery-option"], + help="Recovery Option", + required=True, + enum={"FailIfExists": "FailIfExists"}, + ) + restore_target_info.restore_location = AAZStrArg( + options=["restore-location"], + help="Target Restore region", + ) + + item_level_restore_target_info = cls._args_schema.restore_request_object.restore_target_info.item_level_restore_target_info + item_level_restore_target_info.datasource_auth_credentials = AAZObjectArg( + options=["datasource-auth-credentials"], + help="Credentials to use to authenticate with data source provider.", + ) + cls._build_args_auth_credentials_create(item_level_restore_target_info.datasource_auth_credentials) + item_level_restore_target_info.datasource_info = AAZObjectArg( + options=["datasource-info"], + help="Information of target DS", + required=True, + ) + cls._build_args_datasource_create(item_level_restore_target_info.datasource_info) + item_level_restore_target_info.datasource_set_info = AAZObjectArg( + options=["datasource-set-info"], + help="Information of target DS Set", + ) + cls._build_args_datasource_set_create(item_level_restore_target_info.datasource_set_info) + item_level_restore_target_info.restore_criteria = AAZListArg( + options=["restore-criteria"], + help="Restore Criteria", + required=True, + ) + + restore_criteria = cls._args_schema.restore_request_object.restore_target_info.item_level_restore_target_info.restore_criteria + restore_criteria.Element = AAZObjectArg() + + _element = cls._args_schema.restore_request_object.restore_target_info.item_level_restore_target_info.restore_criteria.Element + _element.item_path_based_restore_criteria = AAZObjectArg( + options=["item-path-based-restore-criteria"], + ) + _element.kubernetes_cluster_restore_criteria = AAZObjectArg( + options=["kubernetes-cluster-restore-criteria"], + ) + _element.kubernetes_pv_restore_criteria = AAZObjectArg( + options=["kubernetes-pv-restore-criteria"], + ) + _element.kubernetes_storage_class_restore_criteria = AAZObjectArg( + options=["kubernetes-storage-class-restore-criteria"], + ) + _element.range_based_item_level_restore_criteria = AAZObjectArg( + options=["range-based-item-level-restore-criteria"], + ) + + item_path_based_restore_criteria = cls._args_schema.restore_request_object.restore_target_info.item_level_restore_target_info.restore_criteria.Element.item_path_based_restore_criteria + item_path_based_restore_criteria.is_path_relative_to_backup_item = AAZBoolArg( + options=["is-path-relative-to-backup-item"], + help="Flag to specify if the path is relative to backup item or full path", + required=True, + ) + item_path_based_restore_criteria.item_path = AAZStrArg( + options=["item-path"], + help="The path of the item to be restored. It could be the full path of the item or the path relative to the backup item", + required=True, + ) + item_path_based_restore_criteria.sub_item_path_prefix = AAZListArg( + options=["sub-item-path-prefix"], + help="The list of prefix strings to be used as filter criteria during restore. These are relative to the item path specified.", + ) + + sub_item_path_prefix = cls._args_schema.restore_request_object.restore_target_info.item_level_restore_target_info.restore_criteria.Element.item_path_based_restore_criteria.sub_item_path_prefix + sub_item_path_prefix.Element = AAZStrArg() + + kubernetes_cluster_restore_criteria = cls._args_schema.restore_request_object.restore_target_info.item_level_restore_target_info.restore_criteria.Element.kubernetes_cluster_restore_criteria + kubernetes_cluster_restore_criteria.conflict_policy = AAZStrArg( + options=["conflict-policy"], + help="Gets or sets the Conflict Policy property. This property sets policy during conflict of resources during restore.", + enum={"Patch": "Patch", "Skip": "Skip"}, + ) + kubernetes_cluster_restore_criteria.excluded_namespaces = AAZListArg( + options=["excluded-namespaces"], + help="Gets or sets the exclude namespaces property. This property sets the namespaces to be excluded during restore.", + ) + kubernetes_cluster_restore_criteria.excluded_resource_types = AAZListArg( + options=["excluded-resource-types"], + help="Gets or sets the exclude resource types property. This property sets the resource types to be excluded during restore.", + ) + kubernetes_cluster_restore_criteria.include_cluster_scope_resources = AAZBoolArg( + options=["include-cluster-scope-resources"], + help="Gets or sets the include cluster resources property. This property if enabled will include cluster scope resources during restore.", + required=True, + ) + kubernetes_cluster_restore_criteria.included_namespaces = AAZListArg( + options=["included-namespaces"], + help="Gets or sets the include namespaces property. This property sets the namespaces to be included during restore.", + ) + kubernetes_cluster_restore_criteria.included_resource_types = AAZListArg( + options=["included-resource-types"], + help="Gets or sets the include resource types property. This property sets the resource types to be included during restore.", + ) + kubernetes_cluster_restore_criteria.label_selectors = AAZListArg( + options=["label-selectors"], + help="Gets or sets the LabelSelectors property. This property sets the resource with such label selectors to be included during restore.", + ) + kubernetes_cluster_restore_criteria.namespace_mappings = AAZDictArg( + options=["namespace-mappings"], + help="Gets or sets the Namespace Mappings property. This property sets if namespace needs to be change during restore.", + ) + kubernetes_cluster_restore_criteria.persistent_volume_restore_mode = AAZStrArg( + options=["persistent-volume-restore-mode"], + help="Gets or sets the PV (Persistent Volume) Restore Mode property. This property sets whether volumes needs to be restored.", + enum={"RestoreWithVolumeData": "RestoreWithVolumeData", "RestoreWithoutVolumeData": "RestoreWithoutVolumeData"}, + ) + + excluded_namespaces = cls._args_schema.restore_request_object.restore_target_info.item_level_restore_target_info.restore_criteria.Element.kubernetes_cluster_restore_criteria.excluded_namespaces + excluded_namespaces.Element = AAZStrArg() + + excluded_resource_types = cls._args_schema.restore_request_object.restore_target_info.item_level_restore_target_info.restore_criteria.Element.kubernetes_cluster_restore_criteria.excluded_resource_types + excluded_resource_types.Element = AAZStrArg() + + included_namespaces = cls._args_schema.restore_request_object.restore_target_info.item_level_restore_target_info.restore_criteria.Element.kubernetes_cluster_restore_criteria.included_namespaces + included_namespaces.Element = AAZStrArg() + + included_resource_types = cls._args_schema.restore_request_object.restore_target_info.item_level_restore_target_info.restore_criteria.Element.kubernetes_cluster_restore_criteria.included_resource_types + included_resource_types.Element = AAZStrArg() + + label_selectors = cls._args_schema.restore_request_object.restore_target_info.item_level_restore_target_info.restore_criteria.Element.kubernetes_cluster_restore_criteria.label_selectors + label_selectors.Element = AAZStrArg() + + namespace_mappings = cls._args_schema.restore_request_object.restore_target_info.item_level_restore_target_info.restore_criteria.Element.kubernetes_cluster_restore_criteria.namespace_mappings + namespace_mappings.Element = AAZStrArg() + + kubernetes_pv_restore_criteria = cls._args_schema.restore_request_object.restore_target_info.item_level_restore_target_info.restore_criteria.Element.kubernetes_pv_restore_criteria + kubernetes_pv_restore_criteria.name = AAZStrArg( + options=["name"], + help="Selected persistent volume claim name", + ) + kubernetes_pv_restore_criteria.storage_class_name = AAZStrArg( + options=["storage-class-name"], + help="Selected storage class name for restore operation", + ) + + kubernetes_storage_class_restore_criteria = cls._args_schema.restore_request_object.restore_target_info.item_level_restore_target_info.restore_criteria.Element.kubernetes_storage_class_restore_criteria + kubernetes_storage_class_restore_criteria.provisioner = AAZStrArg( + options=["provisioner"], + help="Provisioner of the storage class", + ) + kubernetes_storage_class_restore_criteria.selected_storage_class_name = AAZStrArg( + options=["selected-storage-class-name"], + help="Selected storage class name", + ) + + range_based_item_level_restore_criteria = cls._args_schema.restore_request_object.restore_target_info.item_level_restore_target_info.restore_criteria.Element.range_based_item_level_restore_criteria + range_based_item_level_restore_criteria.max_matching_value = AAZStrArg( + options=["max-matching-value"], + help="maximum value for range prefix match", + ) + range_based_item_level_restore_criteria.min_matching_value = AAZStrArg( + options=["min-matching-value"], + help="minimum value for range prefix match", + ) + + restore_files_target_info = cls._args_schema.restore_request_object.restore_target_info.restore_files_target_info + restore_files_target_info.target_details = AAZObjectArg( + options=["target-details"], + help="Destination of RestoreAsFiles operation, when destination is not a datasource", + required=True, + ) + + target_details = cls._args_schema.restore_request_object.restore_target_info.restore_files_target_info.target_details + target_details.file_prefix = AAZStrArg( + options=["file-prefix"], + help="Restore operation may create multiple files inside location pointed by Url Below will be the common prefix for all of them", + required=True, + ) + target_details.restore_target_location_type = AAZStrArg( + options=["restore-target-location-type"], + help="Denotes the target location where the data will be restored, string value for the enum {Microsoft.Internal.AzureBackup.DataProtection.Common.Interface.RestoreTargetLocationType}", + required=True, + enum={"AzureBlobs": "AzureBlobs", "AzureFiles": "AzureFiles", "Invalid": "Invalid"}, + ) + target_details.target_resource_arm_id = AAZStrArg( + options=["target-resource-arm-id"], + help="Full ARM Id denoting the restore destination. It is the ARM Id pointing to container / file share. This is optional if the target subscription can be identified with the URL field. If not then this is needed if CrossSubscriptionRestore field of BackupVault is in any of the disabled states", + ) + target_details.url = AAZStrArg( + options=["url"], + help="Url denoting the restore destination. It can point to container / file share etc", + required=True, + ) + + restore_target_info = cls._args_schema.restore_request_object.restore_target_info.restore_target_info + restore_target_info.datasource_auth_credentials = AAZObjectArg( + options=["datasource-auth-credentials"], + help="Credentials to use to authenticate with data source provider.", + ) + cls._build_args_auth_credentials_create(restore_target_info.datasource_auth_credentials) + restore_target_info.datasource_info = AAZObjectArg( + options=["datasource-info"], + help="Information of target DS", + required=True, + ) + cls._build_args_datasource_create(restore_target_info.datasource_info) + restore_target_info.datasource_set_info = AAZObjectArg( + options=["datasource-set-info"], + help="Information of target DS Set", + ) + cls._build_args_datasource_set_create(restore_target_info.datasource_set_info) + return cls._args_schema + + _args_auth_credentials_create = None + + @classmethod + def _build_args_auth_credentials_create(cls, _schema): + if cls._args_auth_credentials_create is not None: + _schema.secret_store_based_auth_credentials = cls._args_auth_credentials_create.secret_store_based_auth_credentials + return + + cls._args_auth_credentials_create = AAZObjectArg() + + auth_credentials_create = cls._args_auth_credentials_create + auth_credentials_create.secret_store_based_auth_credentials = AAZObjectArg( + options=["secret-store-based-auth-credentials"], + ) + + secret_store_based_auth_credentials = cls._args_auth_credentials_create.secret_store_based_auth_credentials + secret_store_based_auth_credentials.secret_store_resource = AAZObjectArg( + options=["secret-store-resource"], + help="Secret store resource", + ) + + secret_store_resource = cls._args_auth_credentials_create.secret_store_based_auth_credentials.secret_store_resource + secret_store_resource.secret_store_type = AAZStrArg( + options=["secret-store-type"], + help="Gets or sets the type of secret store", + required=True, + enum={"AzureKeyVault": "AzureKeyVault", "Invalid": "Invalid"}, + ) + secret_store_resource.uri = AAZStrArg( + options=["uri"], + help="Uri to get to the resource", + ) + secret_store_resource.value = AAZStrArg( + options=["value"], + help="Gets or sets value stored in secret store resource", + ) + + _schema.secret_store_based_auth_credentials = cls._args_auth_credentials_create.secret_store_based_auth_credentials + + _args_datasource_set_create = None + + @classmethod + def _build_args_datasource_set_create(cls, _schema): + if cls._args_datasource_set_create is not None: + _schema.datasource_type = cls._args_datasource_set_create.datasource_type + _schema.object_type = cls._args_datasource_set_create.object_type + _schema.resource_id = cls._args_datasource_set_create.resource_id + _schema.resource_location = cls._args_datasource_set_create.resource_location + _schema.resource_name = cls._args_datasource_set_create.resource_name + _schema.resource_type = cls._args_datasource_set_create.resource_type + _schema.resource_uri = cls._args_datasource_set_create.resource_uri + return + + cls._args_datasource_set_create = AAZObjectArg() + + datasource_set_create = cls._args_datasource_set_create + datasource_set_create.datasource_type = AAZStrArg( + options=["datasource-type"], + help="DatasourceType of the resource.", + ) + datasource_set_create.object_type = AAZStrArg( + options=["object-type"], + help="Type of Datasource object, used to initialize the right inherited type", + ) + datasource_set_create.resource_id = AAZStrArg( + options=["resource-id"], + help="Full ARM ID of the resource. For azure resources, this is ARM ID. For non azure resources, this will be the ID created by backup service via Fabric/Vault.", + required=True, + ) + datasource_set_create.resource_location = AAZStrArg( + options=["resource-location"], + help="Location of datasource.", + ) + datasource_set_create.resource_name = AAZStrArg( + options=["resource-name"], + help="Unique identifier of the resource in the context of parent.", + ) + datasource_set_create.resource_type = AAZStrArg( + options=["resource-type"], + help="Resource Type of Datasource.", + ) + datasource_set_create.resource_uri = AAZStrArg( + options=["resource-uri"], + help="Uri of the resource.", + ) + + _schema.datasource_type = cls._args_datasource_set_create.datasource_type + _schema.object_type = cls._args_datasource_set_create.object_type + _schema.resource_id = cls._args_datasource_set_create.resource_id + _schema.resource_location = cls._args_datasource_set_create.resource_location + _schema.resource_name = cls._args_datasource_set_create.resource_name + _schema.resource_type = cls._args_datasource_set_create.resource_type + _schema.resource_uri = cls._args_datasource_set_create.resource_uri + + _args_datasource_create = None + + @classmethod + def _build_args_datasource_create(cls, _schema): + if cls._args_datasource_create is not None: + _schema.datasource_type = cls._args_datasource_create.datasource_type + _schema.object_type = cls._args_datasource_create.object_type + _schema.resource_id = cls._args_datasource_create.resource_id + _schema.resource_location = cls._args_datasource_create.resource_location + _schema.resource_name = cls._args_datasource_create.resource_name + _schema.resource_type = cls._args_datasource_create.resource_type + _schema.resource_uri = cls._args_datasource_create.resource_uri + return + + cls._args_datasource_create = AAZObjectArg() + + datasource_create = cls._args_datasource_create + datasource_create.datasource_type = AAZStrArg( + options=["datasource-type"], + help="DatasourceType of the resource.", + ) + datasource_create.object_type = AAZStrArg( + options=["object-type"], + help="Type of Datasource object, used to initialize the right inherited type", + ) + datasource_create.resource_id = AAZStrArg( + options=["resource-id"], + help="Full ARM ID of the resource. For azure resources, this is ARM ID. For non azure resources, this will be the ID created by backup service via Fabric/Vault.", + required=True, + ) + datasource_create.resource_location = AAZStrArg( + options=["resource-location"], + help="Location of datasource.", + ) + datasource_create.resource_name = AAZStrArg( + options=["resource-name"], + help="Unique identifier of the resource in the context of parent.", + ) + datasource_create.resource_type = AAZStrArg( + options=["resource-type"], + help="Resource Type of Datasource.", + ) + datasource_create.resource_uri = AAZStrArg( + options=["resource-uri"], + help="Uri of the resource.", + ) + + _schema.datasource_type = cls._args_datasource_create.datasource_type + _schema.object_type = cls._args_datasource_create.object_type + _schema.resource_id = cls._args_datasource_create.resource_id + _schema.resource_location = cls._args_datasource_create.resource_location + _schema.resource_name = cls._args_datasource_create.resource_name + _schema.resource_type = cls._args_datasource_create.resource_type + _schema.resource_uri = cls._args_datasource_create.resource_uri + + def _execute_operations(self): + self.pre_operations() + yield self.BackupInstancesValidateForRestore(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class BackupInstancesValidateForRestore(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupInstances/{backupInstanceName}/validateRestore", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "backupInstanceName", self.ctx.args.backup_instance_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "vaultName", self.ctx.args.vault_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-01-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("restoreRequestObject", AAZObjectType, ".restore_request_object", typ_kwargs={"flags": {"required": True}}) + + restore_request_object = _builder.get(".restoreRequestObject") + if restore_request_object is not None: + restore_request_object.set_const("objectType", "AzureBackupRecoveryPointBasedRestoreRequest", AAZStrType, ".azure_backup_recovery_point_based_restore_request", typ_kwargs={"flags": {"required": True}}) + restore_request_object.set_const("objectType", "AzureBackupRecoveryTimeBasedRestoreRequest", AAZStrType, ".azure_backup_recovery_time_based_restore_request", typ_kwargs={"flags": {"required": True}}) + restore_request_object.set_const("objectType", "AzureBackupRestoreWithRehydrationRequest", AAZStrType, ".azure_backup_restore_with_rehydration_request", typ_kwargs={"flags": {"required": True}}) + restore_request_object.set_prop("restoreTargetInfo", AAZObjectType, ".restore_target_info", typ_kwargs={"flags": {"required": True}}) + restore_request_object.set_prop("sourceDataStoreType", AAZStrType, ".source_data_store_type", typ_kwargs={"flags": {"required": True}}) + restore_request_object.set_prop("sourceResourceId", AAZStrType, ".source_resource_id") + restore_request_object.discriminate_by("objectType", "AzureBackupRecoveryPointBasedRestoreRequest") + restore_request_object.discriminate_by("objectType", "AzureBackupRecoveryTimeBasedRestoreRequest") + restore_request_object.discriminate_by("objectType", "AzureBackupRestoreWithRehydrationRequest") + + restore_target_info = _builder.get(".restoreRequestObject.restoreTargetInfo") + if restore_target_info is not None: + restore_target_info.set_const("objectType", "ItemLevelRestoreTargetInfo", AAZStrType, ".item_level_restore_target_info", typ_kwargs={"flags": {"required": True}}) + restore_target_info.set_const("objectType", "RestoreFilesTargetInfo", AAZStrType, ".restore_files_target_info", typ_kwargs={"flags": {"required": True}}) + restore_target_info.set_const("objectType", "RestoreTargetInfo", AAZStrType, ".restore_target_info", typ_kwargs={"flags": {"required": True}}) + restore_target_info.set_prop("recoveryOption", AAZStrType, ".recovery_option", typ_kwargs={"flags": {"required": True}}) + restore_target_info.set_prop("restoreLocation", AAZStrType, ".restore_location") + restore_target_info.discriminate_by("objectType", "ItemLevelRestoreTargetInfo") + restore_target_info.discriminate_by("objectType", "RestoreFilesTargetInfo") + restore_target_info.discriminate_by("objectType", "RestoreTargetInfo") + + disc_item_level_restore_target_info = _builder.get(".restoreRequestObject.restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}") + if disc_item_level_restore_target_info is not None: + _ValidateForRestoreHelper._build_schema_auth_credentials_create(disc_item_level_restore_target_info.set_prop("datasourceAuthCredentials", AAZObjectType, ".item_level_restore_target_info.datasource_auth_credentials")) + _ValidateForRestoreHelper._build_schema_datasource_create(disc_item_level_restore_target_info.set_prop("datasourceInfo", AAZObjectType, ".item_level_restore_target_info.datasource_info", typ_kwargs={"flags": {"required": True}})) + _ValidateForRestoreHelper._build_schema_datasource_set_create(disc_item_level_restore_target_info.set_prop("datasourceSetInfo", AAZObjectType, ".item_level_restore_target_info.datasource_set_info")) + disc_item_level_restore_target_info.set_prop("restoreCriteria", AAZListType, ".item_level_restore_target_info.restore_criteria", typ_kwargs={"flags": {"required": True}}) + + restore_criteria = _builder.get(".restoreRequestObject.restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}.restoreCriteria") + if restore_criteria is not None: + restore_criteria.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".restoreRequestObject.restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}.restoreCriteria[]") + if _elements is not None: + _elements.set_const("objectType", "ItemPathBasedRestoreCriteria", AAZStrType, ".item_path_based_restore_criteria", typ_kwargs={"flags": {"required": True}}) + _elements.set_const("objectType", "KubernetesClusterRestoreCriteria", AAZStrType, ".kubernetes_cluster_restore_criteria", typ_kwargs={"flags": {"required": True}}) + _elements.set_const("objectType", "KubernetesPVRestoreCriteria", AAZStrType, ".kubernetes_pv_restore_criteria", typ_kwargs={"flags": {"required": True}}) + _elements.set_const("objectType", "KubernetesStorageClassRestoreCriteria", AAZStrType, ".kubernetes_storage_class_restore_criteria", typ_kwargs={"flags": {"required": True}}) + _elements.set_const("objectType", "RangeBasedItemLevelRestoreCriteria", AAZStrType, ".range_based_item_level_restore_criteria", typ_kwargs={"flags": {"required": True}}) + _elements.discriminate_by("objectType", "ItemPathBasedRestoreCriteria") + _elements.discriminate_by("objectType", "KubernetesClusterRestoreCriteria") + _elements.discriminate_by("objectType", "KubernetesPVRestoreCriteria") + _elements.discriminate_by("objectType", "KubernetesStorageClassRestoreCriteria") + _elements.discriminate_by("objectType", "RangeBasedItemLevelRestoreCriteria") + + disc_item_path_based_restore_criteria = _builder.get(".restoreRequestObject.restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}.restoreCriteria[]{objectType:ItemPathBasedRestoreCriteria}") + if disc_item_path_based_restore_criteria is not None: + disc_item_path_based_restore_criteria.set_prop("isPathRelativeToBackupItem", AAZBoolType, ".item_path_based_restore_criteria.is_path_relative_to_backup_item", typ_kwargs={"flags": {"required": True}}) + disc_item_path_based_restore_criteria.set_prop("itemPath", AAZStrType, ".item_path_based_restore_criteria.item_path", typ_kwargs={"flags": {"required": True}}) + disc_item_path_based_restore_criteria.set_prop("subItemPathPrefix", AAZListType, ".item_path_based_restore_criteria.sub_item_path_prefix") + + sub_item_path_prefix = _builder.get(".restoreRequestObject.restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}.restoreCriteria[]{objectType:ItemPathBasedRestoreCriteria}.subItemPathPrefix") + if sub_item_path_prefix is not None: + sub_item_path_prefix.set_elements(AAZStrType, ".") + + disc_kubernetes_cluster_restore_criteria = _builder.get(".restoreRequestObject.restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}.restoreCriteria[]{objectType:KubernetesClusterRestoreCriteria}") + if disc_kubernetes_cluster_restore_criteria is not None: + disc_kubernetes_cluster_restore_criteria.set_prop("conflictPolicy", AAZStrType, ".kubernetes_cluster_restore_criteria.conflict_policy") + disc_kubernetes_cluster_restore_criteria.set_prop("excludedNamespaces", AAZListType, ".kubernetes_cluster_restore_criteria.excluded_namespaces") + disc_kubernetes_cluster_restore_criteria.set_prop("excludedResourceTypes", AAZListType, ".kubernetes_cluster_restore_criteria.excluded_resource_types") + disc_kubernetes_cluster_restore_criteria.set_prop("includeClusterScopeResources", AAZBoolType, ".kubernetes_cluster_restore_criteria.include_cluster_scope_resources", typ_kwargs={"flags": {"required": True}}) + disc_kubernetes_cluster_restore_criteria.set_prop("includedNamespaces", AAZListType, ".kubernetes_cluster_restore_criteria.included_namespaces") + disc_kubernetes_cluster_restore_criteria.set_prop("includedResourceTypes", AAZListType, ".kubernetes_cluster_restore_criteria.included_resource_types") + disc_kubernetes_cluster_restore_criteria.set_prop("labelSelectors", AAZListType, ".kubernetes_cluster_restore_criteria.label_selectors") + disc_kubernetes_cluster_restore_criteria.set_prop("namespaceMappings", AAZDictType, ".kubernetes_cluster_restore_criteria.namespace_mappings") + disc_kubernetes_cluster_restore_criteria.set_prop("persistentVolumeRestoreMode", AAZStrType, ".kubernetes_cluster_restore_criteria.persistent_volume_restore_mode") + + excluded_namespaces = _builder.get(".restoreRequestObject.restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}.restoreCriteria[]{objectType:KubernetesClusterRestoreCriteria}.excludedNamespaces") + if excluded_namespaces is not None: + excluded_namespaces.set_elements(AAZStrType, ".") + + excluded_resource_types = _builder.get(".restoreRequestObject.restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}.restoreCriteria[]{objectType:KubernetesClusterRestoreCriteria}.excludedResourceTypes") + if excluded_resource_types is not None: + excluded_resource_types.set_elements(AAZStrType, ".") + + included_namespaces = _builder.get(".restoreRequestObject.restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}.restoreCriteria[]{objectType:KubernetesClusterRestoreCriteria}.includedNamespaces") + if included_namespaces is not None: + included_namespaces.set_elements(AAZStrType, ".") + + included_resource_types = _builder.get(".restoreRequestObject.restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}.restoreCriteria[]{objectType:KubernetesClusterRestoreCriteria}.includedResourceTypes") + if included_resource_types is not None: + included_resource_types.set_elements(AAZStrType, ".") + + label_selectors = _builder.get(".restoreRequestObject.restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}.restoreCriteria[]{objectType:KubernetesClusterRestoreCriteria}.labelSelectors") + if label_selectors is not None: + label_selectors.set_elements(AAZStrType, ".") + + namespace_mappings = _builder.get(".restoreRequestObject.restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}.restoreCriteria[]{objectType:KubernetesClusterRestoreCriteria}.namespaceMappings") + if namespace_mappings is not None: + namespace_mappings.set_elements(AAZStrType, ".") + + disc_kubernetes_pv_restore_criteria = _builder.get(".restoreRequestObject.restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}.restoreCriteria[]{objectType:KubernetesPVRestoreCriteria}") + if disc_kubernetes_pv_restore_criteria is not None: + disc_kubernetes_pv_restore_criteria.set_prop("name", AAZStrType, ".kubernetes_pv_restore_criteria.name") + disc_kubernetes_pv_restore_criteria.set_prop("storageClassName", AAZStrType, ".kubernetes_pv_restore_criteria.storage_class_name") + + disc_kubernetes_storage_class_restore_criteria = _builder.get(".restoreRequestObject.restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}.restoreCriteria[]{objectType:KubernetesStorageClassRestoreCriteria}") + if disc_kubernetes_storage_class_restore_criteria is not None: + disc_kubernetes_storage_class_restore_criteria.set_prop("provisioner", AAZStrType, ".kubernetes_storage_class_restore_criteria.provisioner") + disc_kubernetes_storage_class_restore_criteria.set_prop("selectedStorageClassName", AAZStrType, ".kubernetes_storage_class_restore_criteria.selected_storage_class_name") + + disc_range_based_item_level_restore_criteria = _builder.get(".restoreRequestObject.restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}.restoreCriteria[]{objectType:RangeBasedItemLevelRestoreCriteria}") + if disc_range_based_item_level_restore_criteria is not None: + disc_range_based_item_level_restore_criteria.set_prop("maxMatchingValue", AAZStrType, ".range_based_item_level_restore_criteria.max_matching_value") + disc_range_based_item_level_restore_criteria.set_prop("minMatchingValue", AAZStrType, ".range_based_item_level_restore_criteria.min_matching_value") + + disc_restore_files_target_info = _builder.get(".restoreRequestObject.restoreTargetInfo{objectType:RestoreFilesTargetInfo}") + if disc_restore_files_target_info is not None: + disc_restore_files_target_info.set_prop("targetDetails", AAZObjectType, ".restore_files_target_info.target_details", typ_kwargs={"flags": {"required": True}}) + + target_details = _builder.get(".restoreRequestObject.restoreTargetInfo{objectType:RestoreFilesTargetInfo}.targetDetails") + if target_details is not None: + target_details.set_prop("filePrefix", AAZStrType, ".file_prefix", typ_kwargs={"flags": {"required": True}}) + target_details.set_prop("restoreTargetLocationType", AAZStrType, ".restore_target_location_type", typ_kwargs={"flags": {"required": True}}) + target_details.set_prop("targetResourceArmId", AAZStrType, ".target_resource_arm_id") + target_details.set_prop("url", AAZStrType, ".url", typ_kwargs={"flags": {"required": True}}) + + disc_restore_target_info = _builder.get(".restoreRequestObject.restoreTargetInfo{objectType:RestoreTargetInfo}") + if disc_restore_target_info is not None: + _ValidateForRestoreHelper._build_schema_auth_credentials_create(disc_restore_target_info.set_prop("datasourceAuthCredentials", AAZObjectType, ".restore_target_info.datasource_auth_credentials")) + _ValidateForRestoreHelper._build_schema_datasource_create(disc_restore_target_info.set_prop("datasourceInfo", AAZObjectType, ".restore_target_info.datasource_info", typ_kwargs={"flags": {"required": True}})) + _ValidateForRestoreHelper._build_schema_datasource_set_create(disc_restore_target_info.set_prop("datasourceSetInfo", AAZObjectType, ".restore_target_info.datasource_set_info")) + + disc_azure_backup_recovery_point_based_restore_request = _builder.get(".restoreRequestObject{objectType:AzureBackupRecoveryPointBasedRestoreRequest}") + if disc_azure_backup_recovery_point_based_restore_request is not None: + disc_azure_backup_recovery_point_based_restore_request.set_prop("recoveryPointId", AAZStrType, ".azure_backup_recovery_point_based_restore_request.recovery_point_id", typ_kwargs={"flags": {"required": True}}) + + disc_azure_backup_recovery_time_based_restore_request = _builder.get(".restoreRequestObject{objectType:AzureBackupRecoveryTimeBasedRestoreRequest}") + if disc_azure_backup_recovery_time_based_restore_request is not None: + disc_azure_backup_recovery_time_based_restore_request.set_prop("recoveryPointTime", AAZStrType, ".azure_backup_recovery_time_based_restore_request.recovery_point_time", typ_kwargs={"flags": {"required": True}}) + + disc_azure_backup_restore_with_rehydration_request = _builder.get(".restoreRequestObject{objectType:AzureBackupRestoreWithRehydrationRequest}") + if disc_azure_backup_restore_with_rehydration_request is not None: + disc_azure_backup_restore_with_rehydration_request.set_prop("recoveryPointId", AAZStrType, ".azure_backup_restore_with_rehydration_request.recovery_point_id", typ_kwargs={"flags": {"required": True}}) + disc_azure_backup_restore_with_rehydration_request.set_prop("rehydrationPriority", AAZStrType, ".azure_backup_restore_with_rehydration_request.rehydration_priority", typ_kwargs={"flags": {"required": True}}) + disc_azure_backup_restore_with_rehydration_request.set_prop("rehydrationRetentionDuration", AAZStrType, ".azure_backup_restore_with_rehydration_request.rehydration_retention_duration", typ_kwargs={"flags": {"required": True}}) + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.job_id = AAZStrType( + serialized_name="jobId", + ) + _schema_on_200.object_type = AAZStrType( + serialized_name="objectType", + flags={"required": True}, + ) + + return cls._schema_on_200 + + +class _ValidateForRestoreHelper: + """Helper class for ValidateForRestore""" + + @classmethod + def _build_schema_auth_credentials_create(cls, _builder): + if _builder is None: + return + _builder.set_const("objectType", "SecretStoreBasedAuthCredentials", AAZStrType, ".secret_store_based_auth_credentials", typ_kwargs={"flags": {"required": True}}) + _builder.discriminate_by("objectType", "SecretStoreBasedAuthCredentials") + + disc_secret_store_based_auth_credentials = _builder.get("{objectType:SecretStoreBasedAuthCredentials}") + if disc_secret_store_based_auth_credentials is not None: + disc_secret_store_based_auth_credentials.set_prop("secretStoreResource", AAZObjectType, ".secret_store_based_auth_credentials.secret_store_resource") + + secret_store_resource = _builder.get("{objectType:SecretStoreBasedAuthCredentials}.secretStoreResource") + if secret_store_resource is not None: + secret_store_resource.set_prop("secretStoreType", AAZStrType, ".secret_store_type", typ_kwargs={"flags": {"required": True}}) + secret_store_resource.set_prop("uri", AAZStrType, ".uri") + secret_store_resource.set_prop("value", AAZStrType, ".value") + + @classmethod + def _build_schema_datasource_set_create(cls, _builder): + if _builder is None: + return + _builder.set_prop("datasourceType", AAZStrType, ".datasource_type") + _builder.set_prop("objectType", AAZStrType, ".object_type") + _builder.set_prop("resourceID", AAZStrType, ".resource_id", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("resourceLocation", AAZStrType, ".resource_location") + _builder.set_prop("resourceName", AAZStrType, ".resource_name") + _builder.set_prop("resourceType", AAZStrType, ".resource_type") + _builder.set_prop("resourceUri", AAZStrType, ".resource_uri") + + @classmethod + def _build_schema_datasource_create(cls, _builder): + if _builder is None: + return + _builder.set_prop("datasourceType", AAZStrType, ".datasource_type") + _builder.set_prop("objectType", AAZStrType, ".object_type") + _builder.set_prop("resourceID", AAZStrType, ".resource_id", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("resourceLocation", AAZStrType, ".resource_location") + _builder.set_prop("resourceName", AAZStrType, ".resource_name") + _builder.set_prop("resourceType", AAZStrType, ".resource_type") + _builder.set_prop("resourceUri", AAZStrType, ".resource_uri") + + +__all__ = ["ValidateForRestore"] diff --git a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/_wait.py b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/_wait.py new file mode 100644 index 00000000000..11f2dcddc04 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/_wait.py @@ -0,0 +1,507 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "dataprotection backup-instance wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.dataprotection/backupvaults/{}/backupinstances/{}", "2023-01-01"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.backup_instance_name = AAZStrArg( + options=["-n", "--name", "--backup-instance-name"], + help="The name of the backup instance.", + required=True, + id_part="child_name_1", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.vault_name = AAZStrArg( + options=["--vault-name"], + help="The name of the backup vault.", + required=True, + id_part="name", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.BackupInstancesGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class BackupInstancesGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupInstances/{backupInstanceName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "backupInstanceName", self.ctx.args.backup_instance_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "vaultName", self.ctx.args.vault_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-01-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType() + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.current_protection_state = AAZStrType( + serialized_name="currentProtectionState", + flags={"read_only": True}, + ) + properties.data_source_info = AAZObjectType( + serialized_name="dataSourceInfo", + flags={"required": True}, + ) + properties.data_source_set_info = AAZObjectType( + serialized_name="dataSourceSetInfo", + ) + properties.datasource_auth_credentials = AAZObjectType( + serialized_name="datasourceAuthCredentials", + ) + properties.friendly_name = AAZStrType( + serialized_name="friendlyName", + ) + properties.object_type = AAZStrType( + serialized_name="objectType", + flags={"required": True}, + ) + properties.policy_info = AAZObjectType( + serialized_name="policyInfo", + flags={"required": True}, + ) + properties.protection_error_details = AAZObjectType( + serialized_name="protectionErrorDetails", + ) + _WaitHelper._build_schema_user_facing_error_read(properties.protection_error_details) + properties.protection_status = AAZObjectType( + serialized_name="protectionStatus", + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.validation_type = AAZStrType( + serialized_name="validationType", + ) + + data_source_info = cls._schema_on_200.properties.data_source_info + data_source_info.datasource_type = AAZStrType( + serialized_name="datasourceType", + ) + data_source_info.object_type = AAZStrType( + serialized_name="objectType", + ) + data_source_info.resource_id = AAZStrType( + serialized_name="resourceID", + flags={"required": True}, + ) + data_source_info.resource_location = AAZStrType( + serialized_name="resourceLocation", + ) + data_source_info.resource_name = AAZStrType( + serialized_name="resourceName", + ) + data_source_info.resource_type = AAZStrType( + serialized_name="resourceType", + ) + data_source_info.resource_uri = AAZStrType( + serialized_name="resourceUri", + ) + + data_source_set_info = cls._schema_on_200.properties.data_source_set_info + data_source_set_info.datasource_type = AAZStrType( + serialized_name="datasourceType", + ) + data_source_set_info.object_type = AAZStrType( + serialized_name="objectType", + ) + data_source_set_info.resource_id = AAZStrType( + serialized_name="resourceID", + flags={"required": True}, + ) + data_source_set_info.resource_location = AAZStrType( + serialized_name="resourceLocation", + ) + data_source_set_info.resource_name = AAZStrType( + serialized_name="resourceName", + ) + data_source_set_info.resource_type = AAZStrType( + serialized_name="resourceType", + ) + data_source_set_info.resource_uri = AAZStrType( + serialized_name="resourceUri", + ) + + datasource_auth_credentials = cls._schema_on_200.properties.datasource_auth_credentials + datasource_auth_credentials.object_type = AAZStrType( + serialized_name="objectType", + flags={"required": True}, + ) + + disc_secret_store_based_auth_credentials = cls._schema_on_200.properties.datasource_auth_credentials.discriminate_by("object_type", "SecretStoreBasedAuthCredentials") + disc_secret_store_based_auth_credentials.secret_store_resource = AAZObjectType( + serialized_name="secretStoreResource", + ) + + secret_store_resource = cls._schema_on_200.properties.datasource_auth_credentials.discriminate_by("object_type", "SecretStoreBasedAuthCredentials").secret_store_resource + secret_store_resource.secret_store_type = AAZStrType( + serialized_name="secretStoreType", + flags={"required": True}, + ) + secret_store_resource.uri = AAZStrType() + secret_store_resource.value = AAZStrType() + + policy_info = cls._schema_on_200.properties.policy_info + policy_info.policy_id = AAZStrType( + serialized_name="policyId", + flags={"required": True}, + ) + policy_info.policy_parameters = AAZObjectType( + serialized_name="policyParameters", + ) + policy_info.policy_version = AAZStrType( + serialized_name="policyVersion", + flags={"read_only": True}, + ) + + policy_parameters = cls._schema_on_200.properties.policy_info.policy_parameters + policy_parameters.backup_datasource_parameters_list = AAZListType( + serialized_name="backupDatasourceParametersList", + ) + policy_parameters.data_store_parameters_list = AAZListType( + serialized_name="dataStoreParametersList", + ) + + backup_datasource_parameters_list = cls._schema_on_200.properties.policy_info.policy_parameters.backup_datasource_parameters_list + backup_datasource_parameters_list.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element + _element.object_type = AAZStrType( + serialized_name="objectType", + flags={"required": True}, + ) + + disc_blob_backup_datasource_parameters = cls._schema_on_200.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "BlobBackupDatasourceParameters") + disc_blob_backup_datasource_parameters.containers_list = AAZListType( + serialized_name="containersList", + flags={"required": True}, + ) + + containers_list = cls._schema_on_200.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "BlobBackupDatasourceParameters").containers_list + containers_list.Element = AAZStrType() + + disc_kubernetes_cluster_backup_datasource_parameters = cls._schema_on_200.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "KubernetesClusterBackupDatasourceParameters") + disc_kubernetes_cluster_backup_datasource_parameters.excluded_namespaces = AAZListType( + serialized_name="excludedNamespaces", + ) + disc_kubernetes_cluster_backup_datasource_parameters.excluded_resource_types = AAZListType( + serialized_name="excludedResourceTypes", + ) + disc_kubernetes_cluster_backup_datasource_parameters.include_cluster_scope_resources = AAZBoolType( + serialized_name="includeClusterScopeResources", + flags={"required": True}, + ) + disc_kubernetes_cluster_backup_datasource_parameters.included_namespaces = AAZListType( + serialized_name="includedNamespaces", + ) + disc_kubernetes_cluster_backup_datasource_parameters.included_resource_types = AAZListType( + serialized_name="includedResourceTypes", + ) + disc_kubernetes_cluster_backup_datasource_parameters.label_selectors = AAZListType( + serialized_name="labelSelectors", + ) + disc_kubernetes_cluster_backup_datasource_parameters.snapshot_volumes = AAZBoolType( + serialized_name="snapshotVolumes", + flags={"required": True}, + ) + + excluded_namespaces = cls._schema_on_200.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "KubernetesClusterBackupDatasourceParameters").excluded_namespaces + excluded_namespaces.Element = AAZStrType() + + excluded_resource_types = cls._schema_on_200.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "KubernetesClusterBackupDatasourceParameters").excluded_resource_types + excluded_resource_types.Element = AAZStrType() + + included_namespaces = cls._schema_on_200.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "KubernetesClusterBackupDatasourceParameters").included_namespaces + included_namespaces.Element = AAZStrType() + + included_resource_types = cls._schema_on_200.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "KubernetesClusterBackupDatasourceParameters").included_resource_types + included_resource_types.Element = AAZStrType() + + label_selectors = cls._schema_on_200.properties.policy_info.policy_parameters.backup_datasource_parameters_list.Element.discriminate_by("object_type", "KubernetesClusterBackupDatasourceParameters").label_selectors + label_selectors.Element = AAZStrType() + + data_store_parameters_list = cls._schema_on_200.properties.policy_info.policy_parameters.data_store_parameters_list + data_store_parameters_list.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.policy_info.policy_parameters.data_store_parameters_list.Element + _element.data_store_type = AAZStrType( + serialized_name="dataStoreType", + flags={"required": True}, + ) + _element.object_type = AAZStrType( + serialized_name="objectType", + flags={"required": True}, + ) + + disc_azure_operational_store_parameters = cls._schema_on_200.properties.policy_info.policy_parameters.data_store_parameters_list.Element.discriminate_by("object_type", "AzureOperationalStoreParameters") + disc_azure_operational_store_parameters.resource_group_id = AAZStrType( + serialized_name="resourceGroupId", + ) + + protection_status = cls._schema_on_200.properties.protection_status + protection_status.error_details = AAZObjectType( + serialized_name="errorDetails", + ) + _WaitHelper._build_schema_user_facing_error_read(protection_status.error_details) + protection_status.status = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + _schema_inner_error_read = None + + @classmethod + def _build_schema_inner_error_read(cls, _schema): + if cls._schema_inner_error_read is not None: + _schema.additional_info = cls._schema_inner_error_read.additional_info + _schema.code = cls._schema_inner_error_read.code + _schema.embedded_inner_error = cls._schema_inner_error_read.embedded_inner_error + return + + cls._schema_inner_error_read = _schema_inner_error_read = AAZObjectType() + + inner_error_read = _schema_inner_error_read + inner_error_read.additional_info = AAZDictType( + serialized_name="additionalInfo", + ) + inner_error_read.code = AAZStrType() + inner_error_read.embedded_inner_error = AAZObjectType( + serialized_name="embeddedInnerError", + ) + cls._build_schema_inner_error_read(inner_error_read.embedded_inner_error) + + additional_info = _schema_inner_error_read.additional_info + additional_info.Element = AAZStrType() + + _schema.additional_info = cls._schema_inner_error_read.additional_info + _schema.code = cls._schema_inner_error_read.code + _schema.embedded_inner_error = cls._schema_inner_error_read.embedded_inner_error + + _schema_user_facing_error_read = None + + @classmethod + def _build_schema_user_facing_error_read(cls, _schema): + if cls._schema_user_facing_error_read is not None: + _schema.code = cls._schema_user_facing_error_read.code + _schema.details = cls._schema_user_facing_error_read.details + _schema.inner_error = cls._schema_user_facing_error_read.inner_error + _schema.is_retryable = cls._schema_user_facing_error_read.is_retryable + _schema.is_user_error = cls._schema_user_facing_error_read.is_user_error + _schema.message = cls._schema_user_facing_error_read.message + _schema.properties = cls._schema_user_facing_error_read.properties + _schema.recommended_action = cls._schema_user_facing_error_read.recommended_action + _schema.target = cls._schema_user_facing_error_read.target + return + + cls._schema_user_facing_error_read = _schema_user_facing_error_read = AAZObjectType() + + user_facing_error_read = _schema_user_facing_error_read + user_facing_error_read.code = AAZStrType() + user_facing_error_read.details = AAZListType() + user_facing_error_read.inner_error = AAZObjectType( + serialized_name="innerError", + ) + cls._build_schema_inner_error_read(user_facing_error_read.inner_error) + user_facing_error_read.is_retryable = AAZBoolType( + serialized_name="isRetryable", + ) + user_facing_error_read.is_user_error = AAZBoolType( + serialized_name="isUserError", + ) + user_facing_error_read.message = AAZStrType() + user_facing_error_read.properties = AAZDictType() + user_facing_error_read.recommended_action = AAZListType( + serialized_name="recommendedAction", + ) + user_facing_error_read.target = AAZStrType() + + details = _schema_user_facing_error_read.details + details.Element = AAZObjectType() + cls._build_schema_user_facing_error_read(details.Element) + + properties = _schema_user_facing_error_read.properties + properties.Element = AAZStrType() + + recommended_action = _schema_user_facing_error_read.recommended_action + recommended_action.Element = AAZStrType() + + _schema.code = cls._schema_user_facing_error_read.code + _schema.details = cls._schema_user_facing_error_read.details + _schema.inner_error = cls._schema_user_facing_error_read.inner_error + _schema.is_retryable = cls._schema_user_facing_error_read.is_retryable + _schema.is_user_error = cls._schema_user_facing_error_read.is_user_error + _schema.message = cls._schema_user_facing_error_read.message + _schema.properties = cls._schema_user_facing_error_read.properties + _schema.recommended_action = cls._schema_user_facing_error_read.recommended_action + _schema.target = cls._schema_user_facing_error_read.target + + +__all__ = ["Wait"] diff --git a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/restore/__cmd_group.py b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/restore/__cmd_group.py new file mode 100644 index 00000000000..1a709f9c039 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/restore/__cmd_group.py @@ -0,0 +1,24 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "dataprotection backup-instance restore", + is_experimental=True, +) +class __CMDGroup(AAZCommandGroup): + """Restore backed up instances from recovery points in a backup vault + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/restore/__init__.py b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/restore/__init__.py new file mode 100644 index 00000000000..d4691035489 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/restore/__init__.py @@ -0,0 +1,12 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._trigger import * diff --git a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/restore/_trigger.py b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/restore/_trigger.py new file mode 100644 index 00000000000..cc0f491939b --- /dev/null +++ b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_instance/restore/_trigger.py @@ -0,0 +1,821 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "dataprotection backup-instance restore trigger", + is_experimental=True, +) +class Trigger(AAZCommand): + """Triggers restore for a BackupInstance + """ + + _aaz_info = { + "version": "2023-01-01", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.dataprotection/backupvaults/{}/backupinstances/{}/restore", "2023-01-01"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.backup_instance_name = AAZStrArg( + options=["--backup-instance-name"], + help="The name of the backup instance.", + required=True, + id_part="child_name_1", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.vault_name = AAZStrArg( + options=["--vault-name"], + help="The name of the backup vault.", + required=True, + id_part="name", + ) + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.azure_backup_recovery_point_based_restore_request = AAZObjectArg( + options=["--azure-backup-recovery-point-based-restore-request"], + arg_group="Properties", + help="-", + ) + _args_schema.azure_backup_recovery_time_based_restore_request = AAZObjectArg( + options=["--azure-backup-recovery-time-based-restore-request"], + arg_group="Properties", + help="-", + ) + _args_schema.azure_backup_restore_with_rehydration_request = AAZObjectArg( + options=["--azure-backup-restore-with-rehydration-request"], + arg_group="Properties", + help="-", + ) + _args_schema.restore_target_info = AAZObjectArg( + options=["--restore-target-info"], + arg_group="Properties", + help="Gets or sets the restore target information.", + required=True, + ) + _args_schema.source_data_store_type = AAZStrArg( + options=["--source-data-store-type"], + arg_group="Properties", + help="Gets or sets the type of the source data store.", + required=True, + enum={"ArchiveStore": "ArchiveStore", "OperationalStore": "OperationalStore", "SnapshotStore": "SnapshotStore", "VaultStore": "VaultStore"}, + ) + _args_schema.source_resource_id = AAZStrArg( + options=["--source-resource-id"], + arg_group="Properties", + help="Fully qualified Azure Resource Manager ID of the datasource which is being recovered.", + ) + + azure_backup_recovery_point_based_restore_request = cls._args_schema.azure_backup_recovery_point_based_restore_request + azure_backup_recovery_point_based_restore_request.recovery_point_id = AAZStrArg( + options=["recovery-point-id"], + required=True, + ) + + azure_backup_recovery_time_based_restore_request = cls._args_schema.azure_backup_recovery_time_based_restore_request + azure_backup_recovery_time_based_restore_request.recovery_point_time = AAZStrArg( + options=["recovery-point-time"], + help="The recovery time in ISO 8601 format example - 2020-08-14T17:30:00.0000000Z.", + required=True, + ) + + azure_backup_restore_with_rehydration_request = cls._args_schema.azure_backup_restore_with_rehydration_request + azure_backup_restore_with_rehydration_request.recovery_point_id = AAZStrArg( + options=["recovery-point-id"], + required=True, + ) + azure_backup_restore_with_rehydration_request.rehydration_priority = AAZStrArg( + options=["rehydration-priority"], + help="Priority to be used for rehydration. Values High or Standard", + required=True, + enum={"High": "High", "Invalid": "Invalid", "Standard": "Standard"}, + ) + azure_backup_restore_with_rehydration_request.rehydration_retention_duration = AAZStrArg( + options=["rehydration-retention-duration"], + help="Retention duration in ISO 8601 format i.e P10D .", + required=True, + ) + + restore_target_info = cls._args_schema.restore_target_info + restore_target_info.item_level_restore_target_info = AAZObjectArg( + options=["item-level-restore-target-info"], + ) + restore_target_info.restore_files_target_info = AAZObjectArg( + options=["restore-files-target-info"], + ) + restore_target_info.restore_target_info = AAZObjectArg( + options=["restore-target-info"], + ) + restore_target_info.recovery_option = AAZStrArg( + options=["recovery-option"], + help="Recovery Option", + required=True, + enum={"FailIfExists": "FailIfExists"}, + ) + restore_target_info.restore_location = AAZStrArg( + options=["restore-location"], + help="Target Restore region", + ) + + item_level_restore_target_info = cls._args_schema.restore_target_info.item_level_restore_target_info + item_level_restore_target_info.datasource_auth_credentials = AAZObjectArg( + options=["datasource-auth-credentials"], + help="Credentials to use to authenticate with data source provider.", + ) + cls._build_args_auth_credentials_create(item_level_restore_target_info.datasource_auth_credentials) + item_level_restore_target_info.datasource_info = AAZObjectArg( + options=["datasource-info"], + help="Information of target DS", + required=True, + ) + cls._build_args_datasource_create(item_level_restore_target_info.datasource_info) + item_level_restore_target_info.datasource_set_info = AAZObjectArg( + options=["datasource-set-info"], + help="Information of target DS Set", + ) + cls._build_args_datasource_set_create(item_level_restore_target_info.datasource_set_info) + item_level_restore_target_info.restore_criteria = AAZListArg( + options=["restore-criteria"], + help="Restore Criteria", + required=True, + ) + + restore_criteria = cls._args_schema.restore_target_info.item_level_restore_target_info.restore_criteria + restore_criteria.Element = AAZObjectArg() + + _element = cls._args_schema.restore_target_info.item_level_restore_target_info.restore_criteria.Element + _element.item_path_based_restore_criteria = AAZObjectArg( + options=["item-path-based-restore-criteria"], + ) + _element.kubernetes_cluster_restore_criteria = AAZObjectArg( + options=["kubernetes-cluster-restore-criteria"], + ) + _element.kubernetes_pv_restore_criteria = AAZObjectArg( + options=["kubernetes-pv-restore-criteria"], + ) + _element.kubernetes_storage_class_restore_criteria = AAZObjectArg( + options=["kubernetes-storage-class-restore-criteria"], + ) + _element.range_based_item_level_restore_criteria = AAZObjectArg( + options=["range-based-item-level-restore-criteria"], + ) + + item_path_based_restore_criteria = cls._args_schema.restore_target_info.item_level_restore_target_info.restore_criteria.Element.item_path_based_restore_criteria + item_path_based_restore_criteria.is_path_relative_to_backup_item = AAZBoolArg( + options=["is-path-relative-to-backup-item"], + help="Flag to specify if the path is relative to backup item or full path", + required=True, + ) + item_path_based_restore_criteria.item_path = AAZStrArg( + options=["item-path"], + help="The path of the item to be restored. It could be the full path of the item or the path relative to the backup item", + required=True, + ) + item_path_based_restore_criteria.sub_item_path_prefix = AAZListArg( + options=["sub-item-path-prefix"], + help="The list of prefix strings to be used as filter criteria during restore. These are relative to the item path specified.", + ) + + sub_item_path_prefix = cls._args_schema.restore_target_info.item_level_restore_target_info.restore_criteria.Element.item_path_based_restore_criteria.sub_item_path_prefix + sub_item_path_prefix.Element = AAZStrArg() + + kubernetes_cluster_restore_criteria = cls._args_schema.restore_target_info.item_level_restore_target_info.restore_criteria.Element.kubernetes_cluster_restore_criteria + kubernetes_cluster_restore_criteria.conflict_policy = AAZStrArg( + options=["conflict-policy"], + help="Gets or sets the Conflict Policy property. This property sets policy during conflict of resources during restore.", + enum={"Patch": "Patch", "Skip": "Skip"}, + ) + kubernetes_cluster_restore_criteria.excluded_namespaces = AAZListArg( + options=["excluded-namespaces"], + help="Gets or sets the exclude namespaces property. This property sets the namespaces to be excluded during restore.", + ) + kubernetes_cluster_restore_criteria.excluded_resource_types = AAZListArg( + options=["excluded-resource-types"], + help="Gets or sets the exclude resource types property. This property sets the resource types to be excluded during restore.", + ) + kubernetes_cluster_restore_criteria.include_cluster_scope_resources = AAZBoolArg( + options=["include-cluster-scope-resources"], + help="Gets or sets the include cluster resources property. This property if enabled will include cluster scope resources during restore.", + required=True, + ) + kubernetes_cluster_restore_criteria.included_namespaces = AAZListArg( + options=["included-namespaces"], + help="Gets or sets the include namespaces property. This property sets the namespaces to be included during restore.", + ) + kubernetes_cluster_restore_criteria.included_resource_types = AAZListArg( + options=["included-resource-types"], + help="Gets or sets the include resource types property. This property sets the resource types to be included during restore.", + ) + kubernetes_cluster_restore_criteria.label_selectors = AAZListArg( + options=["label-selectors"], + help="Gets or sets the LabelSelectors property. This property sets the resource with such label selectors to be included during restore.", + ) + kubernetes_cluster_restore_criteria.namespace_mappings = AAZDictArg( + options=["namespace-mappings"], + help="Gets or sets the Namespace Mappings property. This property sets if namespace needs to be change during restore.", + ) + kubernetes_cluster_restore_criteria.persistent_volume_restore_mode = AAZStrArg( + options=["persistent-volume-restore-mode"], + help="Gets or sets the PV (Persistent Volume) Restore Mode property. This property sets whether volumes needs to be restored.", + enum={"RestoreWithVolumeData": "RestoreWithVolumeData", "RestoreWithoutVolumeData": "RestoreWithoutVolumeData"}, + ) + + excluded_namespaces = cls._args_schema.restore_target_info.item_level_restore_target_info.restore_criteria.Element.kubernetes_cluster_restore_criteria.excluded_namespaces + excluded_namespaces.Element = AAZStrArg() + + excluded_resource_types = cls._args_schema.restore_target_info.item_level_restore_target_info.restore_criteria.Element.kubernetes_cluster_restore_criteria.excluded_resource_types + excluded_resource_types.Element = AAZStrArg() + + included_namespaces = cls._args_schema.restore_target_info.item_level_restore_target_info.restore_criteria.Element.kubernetes_cluster_restore_criteria.included_namespaces + included_namespaces.Element = AAZStrArg() + + included_resource_types = cls._args_schema.restore_target_info.item_level_restore_target_info.restore_criteria.Element.kubernetes_cluster_restore_criteria.included_resource_types + included_resource_types.Element = AAZStrArg() + + label_selectors = cls._args_schema.restore_target_info.item_level_restore_target_info.restore_criteria.Element.kubernetes_cluster_restore_criteria.label_selectors + label_selectors.Element = AAZStrArg() + + namespace_mappings = cls._args_schema.restore_target_info.item_level_restore_target_info.restore_criteria.Element.kubernetes_cluster_restore_criteria.namespace_mappings + namespace_mappings.Element = AAZStrArg() + + kubernetes_pv_restore_criteria = cls._args_schema.restore_target_info.item_level_restore_target_info.restore_criteria.Element.kubernetes_pv_restore_criteria + kubernetes_pv_restore_criteria.name = AAZStrArg( + options=["name"], + help="Selected persistent volume claim name", + ) + kubernetes_pv_restore_criteria.storage_class_name = AAZStrArg( + options=["storage-class-name"], + help="Selected storage class name for restore operation", + ) + + kubernetes_storage_class_restore_criteria = cls._args_schema.restore_target_info.item_level_restore_target_info.restore_criteria.Element.kubernetes_storage_class_restore_criteria + kubernetes_storage_class_restore_criteria.provisioner = AAZStrArg( + options=["provisioner"], + help="Provisioner of the storage class", + ) + kubernetes_storage_class_restore_criteria.selected_storage_class_name = AAZStrArg( + options=["selected-storage-class-name"], + help="Selected storage class name", + ) + + range_based_item_level_restore_criteria = cls._args_schema.restore_target_info.item_level_restore_target_info.restore_criteria.Element.range_based_item_level_restore_criteria + range_based_item_level_restore_criteria.max_matching_value = AAZStrArg( + options=["max-matching-value"], + help="maximum value for range prefix match", + ) + range_based_item_level_restore_criteria.min_matching_value = AAZStrArg( + options=["min-matching-value"], + help="minimum value for range prefix match", + ) + + restore_files_target_info = cls._args_schema.restore_target_info.restore_files_target_info + restore_files_target_info.target_details = AAZObjectArg( + options=["target-details"], + help="Destination of RestoreAsFiles operation, when destination is not a datasource", + required=True, + ) + + target_details = cls._args_schema.restore_target_info.restore_files_target_info.target_details + target_details.file_prefix = AAZStrArg( + options=["file-prefix"], + help="Restore operation may create multiple files inside location pointed by Url Below will be the common prefix for all of them", + required=True, + ) + target_details.restore_target_location_type = AAZStrArg( + options=["restore-target-location-type"], + help="Denotes the target location where the data will be restored, string value for the enum {Microsoft.Internal.AzureBackup.DataProtection.Common.Interface.RestoreTargetLocationType}", + required=True, + enum={"AzureBlobs": "AzureBlobs", "AzureFiles": "AzureFiles", "Invalid": "Invalid"}, + ) + target_details.target_resource_arm_id = AAZStrArg( + options=["target-resource-arm-id"], + help="Full ARM Id denoting the restore destination. It is the ARM Id pointing to container / file share This is optional if the target subscription can be identified with the URL field. If not then this is needed if CrossSubscriptionRestore field of BackupVault is in any of the disabled states", + ) + target_details.url = AAZStrArg( + options=["url"], + help="Url denoting the restore destination. It can point to container / file share etc", + required=True, + ) + + restore_target_info = cls._args_schema.restore_target_info.restore_target_info + restore_target_info.datasource_auth_credentials = AAZObjectArg( + options=["datasource-auth-credentials"], + help="Credentials to use to authenticate with data source provider.", + ) + cls._build_args_auth_credentials_create(restore_target_info.datasource_auth_credentials) + restore_target_info.datasource_info = AAZObjectArg( + options=["datasource-info"], + help="Information of target DS", + required=True, + ) + cls._build_args_datasource_create(restore_target_info.datasource_info) + restore_target_info.datasource_set_info = AAZObjectArg( + options=["datasource-set-info"], + help="Information of target DS Set", + ) + cls._build_args_datasource_set_create(restore_target_info.datasource_set_info) + return cls._args_schema + + _args_auth_credentials_create = None + + @classmethod + def _build_args_auth_credentials_create(cls, _schema): + if cls._args_auth_credentials_create is not None: + _schema.secret_store_based_auth_credentials = cls._args_auth_credentials_create.secret_store_based_auth_credentials + return + + cls._args_auth_credentials_create = AAZObjectArg() + + auth_credentials_create = cls._args_auth_credentials_create + auth_credentials_create.secret_store_based_auth_credentials = AAZObjectArg( + options=["secret-store-based-auth-credentials"], + ) + + secret_store_based_auth_credentials = cls._args_auth_credentials_create.secret_store_based_auth_credentials + secret_store_based_auth_credentials.secret_store_resource = AAZObjectArg( + options=["secret-store-resource"], + help="Secret store resource", + ) + + secret_store_resource = cls._args_auth_credentials_create.secret_store_based_auth_credentials.secret_store_resource + secret_store_resource.secret_store_type = AAZStrArg( + options=["secret-store-type"], + help="Gets or sets the type of secret store", + required=True, + enum={"AzureKeyVault": "AzureKeyVault", "Invalid": "Invalid"}, + ) + secret_store_resource.uri = AAZStrArg( + options=["uri"], + help="Uri to get to the resource", + ) + secret_store_resource.value = AAZStrArg( + options=["value"], + help="Gets or sets value stored in secret store resource", + ) + + _schema.secret_store_based_auth_credentials = cls._args_auth_credentials_create.secret_store_based_auth_credentials + + _args_datasource_set_create = None + + @classmethod + def _build_args_datasource_set_create(cls, _schema): + if cls._args_datasource_set_create is not None: + _schema.datasource_type = cls._args_datasource_set_create.datasource_type + _schema.object_type = cls._args_datasource_set_create.object_type + _schema.resource_id = cls._args_datasource_set_create.resource_id + _schema.resource_location = cls._args_datasource_set_create.resource_location + _schema.resource_name = cls._args_datasource_set_create.resource_name + _schema.resource_type = cls._args_datasource_set_create.resource_type + _schema.resource_uri = cls._args_datasource_set_create.resource_uri + return + + cls._args_datasource_set_create = AAZObjectArg() + + datasource_set_create = cls._args_datasource_set_create + datasource_set_create.datasource_type = AAZStrArg( + options=["datasource-type"], + help="DatasourceType of the resource.", + ) + datasource_set_create.object_type = AAZStrArg( + options=["object-type"], + help="Type of Datasource object, used to initialize the right inherited type", + ) + datasource_set_create.resource_id = AAZStrArg( + options=["resource-id"], + help="Full ARM ID of the resource. For azure resources, this is ARM ID. For non azure resources, this will be the ID created by backup service via Fabric/Vault.", + required=True, + ) + datasource_set_create.resource_location = AAZStrArg( + options=["resource-location"], + help="Location of datasource.", + ) + datasource_set_create.resource_name = AAZStrArg( + options=["resource-name"], + help="Unique identifier of the resource in the context of parent.", + ) + datasource_set_create.resource_type = AAZStrArg( + options=["resource-type"], + help="Resource Type of Datasource.", + ) + datasource_set_create.resource_uri = AAZStrArg( + options=["resource-uri"], + help="Uri of the resource.", + ) + + _schema.datasource_type = cls._args_datasource_set_create.datasource_type + _schema.object_type = cls._args_datasource_set_create.object_type + _schema.resource_id = cls._args_datasource_set_create.resource_id + _schema.resource_location = cls._args_datasource_set_create.resource_location + _schema.resource_name = cls._args_datasource_set_create.resource_name + _schema.resource_type = cls._args_datasource_set_create.resource_type + _schema.resource_uri = cls._args_datasource_set_create.resource_uri + + _args_datasource_create = None + + @classmethod + def _build_args_datasource_create(cls, _schema): + if cls._args_datasource_create is not None: + _schema.datasource_type = cls._args_datasource_create.datasource_type + _schema.object_type = cls._args_datasource_create.object_type + _schema.resource_id = cls._args_datasource_create.resource_id + _schema.resource_location = cls._args_datasource_create.resource_location + _schema.resource_name = cls._args_datasource_create.resource_name + _schema.resource_type = cls._args_datasource_create.resource_type + _schema.resource_uri = cls._args_datasource_create.resource_uri + return + + cls._args_datasource_create = AAZObjectArg() + + datasource_create = cls._args_datasource_create + datasource_create.datasource_type = AAZStrArg( + options=["datasource-type"], + help="DatasourceType of the resource.", + ) + datasource_create.object_type = AAZStrArg( + options=["object-type"], + help="Type of Datasource object, used to initialize the right inherited type", + ) + datasource_create.resource_id = AAZStrArg( + options=["resource-id"], + help="Full ARM ID of the resource. For azure resources, this is ARM ID. For non azure resources, this will be the ID created by backup service via Fabric/Vault.", + required=True, + ) + datasource_create.resource_location = AAZStrArg( + options=["resource-location"], + help="Location of datasource.", + ) + datasource_create.resource_name = AAZStrArg( + options=["resource-name"], + help="Unique identifier of the resource in the context of parent.", + ) + datasource_create.resource_type = AAZStrArg( + options=["resource-type"], + help="Resource Type of Datasource.", + ) + datasource_create.resource_uri = AAZStrArg( + options=["resource-uri"], + help="Uri of the resource.", + ) + + _schema.datasource_type = cls._args_datasource_create.datasource_type + _schema.object_type = cls._args_datasource_create.object_type + _schema.resource_id = cls._args_datasource_create.resource_id + _schema.resource_location = cls._args_datasource_create.resource_location + _schema.resource_name = cls._args_datasource_create.resource_name + _schema.resource_type = cls._args_datasource_create.resource_type + _schema.resource_uri = cls._args_datasource_create.resource_uri + + def _execute_operations(self): + self.pre_operations() + yield self.BackupInstancesTriggerRestore(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class BackupInstancesTriggerRestore(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupInstances/{backupInstanceName}/restore", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "backupInstanceName", self.ctx.args.backup_instance_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "vaultName", self.ctx.args.vault_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-01-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_const("objectType", "AzureBackupRecoveryPointBasedRestoreRequest", AAZStrType, ".azure_backup_recovery_point_based_restore_request", typ_kwargs={"flags": {"required": True}}) + _builder.set_const("objectType", "AzureBackupRecoveryTimeBasedRestoreRequest", AAZStrType, ".azure_backup_recovery_time_based_restore_request", typ_kwargs={"flags": {"required": True}}) + _builder.set_const("objectType", "AzureBackupRestoreWithRehydrationRequest", AAZStrType, ".azure_backup_restore_with_rehydration_request", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("restoreTargetInfo", AAZObjectType, ".restore_target_info", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("sourceDataStoreType", AAZStrType, ".source_data_store_type", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("sourceResourceId", AAZStrType, ".source_resource_id") + _builder.discriminate_by("objectType", "AzureBackupRecoveryPointBasedRestoreRequest") + _builder.discriminate_by("objectType", "AzureBackupRecoveryTimeBasedRestoreRequest") + _builder.discriminate_by("objectType", "AzureBackupRestoreWithRehydrationRequest") + + restore_target_info = _builder.get(".restoreTargetInfo") + if restore_target_info is not None: + restore_target_info.set_const("objectType", "ItemLevelRestoreTargetInfo", AAZStrType, ".item_level_restore_target_info", typ_kwargs={"flags": {"required": True}}) + restore_target_info.set_const("objectType", "RestoreFilesTargetInfo", AAZStrType, ".restore_files_target_info", typ_kwargs={"flags": {"required": True}}) + restore_target_info.set_const("objectType", "RestoreTargetInfo", AAZStrType, ".restore_target_info", typ_kwargs={"flags": {"required": True}}) + restore_target_info.set_prop("recoveryOption", AAZStrType, ".recovery_option", typ_kwargs={"flags": {"required": True}}) + restore_target_info.set_prop("restoreLocation", AAZStrType, ".restore_location") + restore_target_info.discriminate_by("objectType", "ItemLevelRestoreTargetInfo") + restore_target_info.discriminate_by("objectType", "RestoreFilesTargetInfo") + restore_target_info.discriminate_by("objectType", "RestoreTargetInfo") + + disc_item_level_restore_target_info = _builder.get(".restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}") + if disc_item_level_restore_target_info is not None: + _TriggerHelper._build_schema_auth_credentials_create(disc_item_level_restore_target_info.set_prop("datasourceAuthCredentials", AAZObjectType, ".item_level_restore_target_info.datasource_auth_credentials")) + _TriggerHelper._build_schema_datasource_create(disc_item_level_restore_target_info.set_prop("datasourceInfo", AAZObjectType, ".item_level_restore_target_info.datasource_info", typ_kwargs={"flags": {"required": True}})) + _TriggerHelper._build_schema_datasource_set_create(disc_item_level_restore_target_info.set_prop("datasourceSetInfo", AAZObjectType, ".item_level_restore_target_info.datasource_set_info")) + disc_item_level_restore_target_info.set_prop("restoreCriteria", AAZListType, ".item_level_restore_target_info.restore_criteria", typ_kwargs={"flags": {"required": True}}) + + restore_criteria = _builder.get(".restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}.restoreCriteria") + if restore_criteria is not None: + restore_criteria.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}.restoreCriteria[]") + if _elements is not None: + _elements.set_const("objectType", "ItemPathBasedRestoreCriteria", AAZStrType, ".item_path_based_restore_criteria", typ_kwargs={"flags": {"required": True}}) + _elements.set_const("objectType", "KubernetesClusterRestoreCriteria", AAZStrType, ".kubernetes_cluster_restore_criteria", typ_kwargs={"flags": {"required": True}}) + _elements.set_const("objectType", "KubernetesPVRestoreCriteria", AAZStrType, ".kubernetes_pv_restore_criteria", typ_kwargs={"flags": {"required": True}}) + _elements.set_const("objectType", "KubernetesStorageClassRestoreCriteria", AAZStrType, ".kubernetes_storage_class_restore_criteria", typ_kwargs={"flags": {"required": True}}) + _elements.set_const("objectType", "RangeBasedItemLevelRestoreCriteria", AAZStrType, ".range_based_item_level_restore_criteria", typ_kwargs={"flags": {"required": True}}) + _elements.discriminate_by("objectType", "ItemPathBasedRestoreCriteria") + _elements.discriminate_by("objectType", "KubernetesClusterRestoreCriteria") + _elements.discriminate_by("objectType", "KubernetesPVRestoreCriteria") + _elements.discriminate_by("objectType", "KubernetesStorageClassRestoreCriteria") + _elements.discriminate_by("objectType", "RangeBasedItemLevelRestoreCriteria") + + disc_item_path_based_restore_criteria = _builder.get(".restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}.restoreCriteria[]{objectType:ItemPathBasedRestoreCriteria}") + if disc_item_path_based_restore_criteria is not None: + disc_item_path_based_restore_criteria.set_prop("isPathRelativeToBackupItem", AAZBoolType, ".item_path_based_restore_criteria.is_path_relative_to_backup_item", typ_kwargs={"flags": {"required": True}}) + disc_item_path_based_restore_criteria.set_prop("itemPath", AAZStrType, ".item_path_based_restore_criteria.item_path", typ_kwargs={"flags": {"required": True}}) + disc_item_path_based_restore_criteria.set_prop("subItemPathPrefix", AAZListType, ".item_path_based_restore_criteria.sub_item_path_prefix") + + sub_item_path_prefix = _builder.get(".restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}.restoreCriteria[]{objectType:ItemPathBasedRestoreCriteria}.subItemPathPrefix") + if sub_item_path_prefix is not None: + sub_item_path_prefix.set_elements(AAZStrType, ".") + + disc_kubernetes_cluster_restore_criteria = _builder.get(".restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}.restoreCriteria[]{objectType:KubernetesClusterRestoreCriteria}") + if disc_kubernetes_cluster_restore_criteria is not None: + disc_kubernetes_cluster_restore_criteria.set_prop("conflictPolicy", AAZStrType, ".kubernetes_cluster_restore_criteria.conflict_policy") + disc_kubernetes_cluster_restore_criteria.set_prop("excludedNamespaces", AAZListType, ".kubernetes_cluster_restore_criteria.excluded_namespaces") + disc_kubernetes_cluster_restore_criteria.set_prop("excludedResourceTypes", AAZListType, ".kubernetes_cluster_restore_criteria.excluded_resource_types") + disc_kubernetes_cluster_restore_criteria.set_prop("includeClusterScopeResources", AAZBoolType, ".kubernetes_cluster_restore_criteria.include_cluster_scope_resources", typ_kwargs={"flags": {"required": True}}) + disc_kubernetes_cluster_restore_criteria.set_prop("includedNamespaces", AAZListType, ".kubernetes_cluster_restore_criteria.included_namespaces") + disc_kubernetes_cluster_restore_criteria.set_prop("includedResourceTypes", AAZListType, ".kubernetes_cluster_restore_criteria.included_resource_types") + disc_kubernetes_cluster_restore_criteria.set_prop("labelSelectors", AAZListType, ".kubernetes_cluster_restore_criteria.label_selectors") + disc_kubernetes_cluster_restore_criteria.set_prop("namespaceMappings", AAZDictType, ".kubernetes_cluster_restore_criteria.namespace_mappings") + disc_kubernetes_cluster_restore_criteria.set_prop("persistentVolumeRestoreMode", AAZStrType, ".kubernetes_cluster_restore_criteria.persistent_volume_restore_mode") + + excluded_namespaces = _builder.get(".restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}.restoreCriteria[]{objectType:KubernetesClusterRestoreCriteria}.excludedNamespaces") + if excluded_namespaces is not None: + excluded_namespaces.set_elements(AAZStrType, ".") + + excluded_resource_types = _builder.get(".restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}.restoreCriteria[]{objectType:KubernetesClusterRestoreCriteria}.excludedResourceTypes") + if excluded_resource_types is not None: + excluded_resource_types.set_elements(AAZStrType, ".") + + included_namespaces = _builder.get(".restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}.restoreCriteria[]{objectType:KubernetesClusterRestoreCriteria}.includedNamespaces") + if included_namespaces is not None: + included_namespaces.set_elements(AAZStrType, ".") + + included_resource_types = _builder.get(".restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}.restoreCriteria[]{objectType:KubernetesClusterRestoreCriteria}.includedResourceTypes") + if included_resource_types is not None: + included_resource_types.set_elements(AAZStrType, ".") + + label_selectors = _builder.get(".restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}.restoreCriteria[]{objectType:KubernetesClusterRestoreCriteria}.labelSelectors") + if label_selectors is not None: + label_selectors.set_elements(AAZStrType, ".") + + namespace_mappings = _builder.get(".restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}.restoreCriteria[]{objectType:KubernetesClusterRestoreCriteria}.namespaceMappings") + if namespace_mappings is not None: + namespace_mappings.set_elements(AAZStrType, ".") + + disc_kubernetes_pv_restore_criteria = _builder.get(".restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}.restoreCriteria[]{objectType:KubernetesPVRestoreCriteria}") + if disc_kubernetes_pv_restore_criteria is not None: + disc_kubernetes_pv_restore_criteria.set_prop("name", AAZStrType, ".kubernetes_pv_restore_criteria.name") + disc_kubernetes_pv_restore_criteria.set_prop("storageClassName", AAZStrType, ".kubernetes_pv_restore_criteria.storage_class_name") + + disc_kubernetes_storage_class_restore_criteria = _builder.get(".restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}.restoreCriteria[]{objectType:KubernetesStorageClassRestoreCriteria}") + if disc_kubernetes_storage_class_restore_criteria is not None: + disc_kubernetes_storage_class_restore_criteria.set_prop("provisioner", AAZStrType, ".kubernetes_storage_class_restore_criteria.provisioner") + disc_kubernetes_storage_class_restore_criteria.set_prop("selectedStorageClassName", AAZStrType, ".kubernetes_storage_class_restore_criteria.selected_storage_class_name") + + disc_range_based_item_level_restore_criteria = _builder.get(".restoreTargetInfo{objectType:ItemLevelRestoreTargetInfo}.restoreCriteria[]{objectType:RangeBasedItemLevelRestoreCriteria}") + if disc_range_based_item_level_restore_criteria is not None: + disc_range_based_item_level_restore_criteria.set_prop("maxMatchingValue", AAZStrType, ".range_based_item_level_restore_criteria.max_matching_value") + disc_range_based_item_level_restore_criteria.set_prop("minMatchingValue", AAZStrType, ".range_based_item_level_restore_criteria.min_matching_value") + + disc_restore_files_target_info = _builder.get(".restoreTargetInfo{objectType:RestoreFilesTargetInfo}") + if disc_restore_files_target_info is not None: + disc_restore_files_target_info.set_prop("targetDetails", AAZObjectType, ".restore_files_target_info.target_details", typ_kwargs={"flags": {"required": True}}) + + target_details = _builder.get(".restoreTargetInfo{objectType:RestoreFilesTargetInfo}.targetDetails") + if target_details is not None: + target_details.set_prop("filePrefix", AAZStrType, ".file_prefix", typ_kwargs={"flags": {"required": True}}) + target_details.set_prop("restoreTargetLocationType", AAZStrType, ".restore_target_location_type", typ_kwargs={"flags": {"required": True}}) + target_details.set_prop("targetResourceArmId", AAZStrType, ".target_resource_arm_id") + target_details.set_prop("url", AAZStrType, ".url", typ_kwargs={"flags": {"required": True}}) + + disc_restore_target_info = _builder.get(".restoreTargetInfo{objectType:RestoreTargetInfo}") + if disc_restore_target_info is not None: + _TriggerHelper._build_schema_auth_credentials_create(disc_restore_target_info.set_prop("datasourceAuthCredentials", AAZObjectType, ".restore_target_info.datasource_auth_credentials")) + _TriggerHelper._build_schema_datasource_create(disc_restore_target_info.set_prop("datasourceInfo", AAZObjectType, ".restore_target_info.datasource_info", typ_kwargs={"flags": {"required": True}})) + _TriggerHelper._build_schema_datasource_set_create(disc_restore_target_info.set_prop("datasourceSetInfo", AAZObjectType, ".restore_target_info.datasource_set_info")) + + disc_azure_backup_recovery_point_based_restore_request = _builder.get("{objectType:AzureBackupRecoveryPointBasedRestoreRequest}") + if disc_azure_backup_recovery_point_based_restore_request is not None: + disc_azure_backup_recovery_point_based_restore_request.set_prop("recoveryPointId", AAZStrType, ".azure_backup_recovery_point_based_restore_request.recovery_point_id", typ_kwargs={"flags": {"required": True}}) + + disc_azure_backup_recovery_time_based_restore_request = _builder.get("{objectType:AzureBackupRecoveryTimeBasedRestoreRequest}") + if disc_azure_backup_recovery_time_based_restore_request is not None: + disc_azure_backup_recovery_time_based_restore_request.set_prop("recoveryPointTime", AAZStrType, ".azure_backup_recovery_time_based_restore_request.recovery_point_time", typ_kwargs={"flags": {"required": True}}) + + disc_azure_backup_restore_with_rehydration_request = _builder.get("{objectType:AzureBackupRestoreWithRehydrationRequest}") + if disc_azure_backup_restore_with_rehydration_request is not None: + disc_azure_backup_restore_with_rehydration_request.set_prop("recoveryPointId", AAZStrType, ".azure_backup_restore_with_rehydration_request.recovery_point_id", typ_kwargs={"flags": {"required": True}}) + disc_azure_backup_restore_with_rehydration_request.set_prop("rehydrationPriority", AAZStrType, ".azure_backup_restore_with_rehydration_request.rehydration_priority", typ_kwargs={"flags": {"required": True}}) + disc_azure_backup_restore_with_rehydration_request.set_prop("rehydrationRetentionDuration", AAZStrType, ".azure_backup_restore_with_rehydration_request.rehydration_retention_duration", typ_kwargs={"flags": {"required": True}}) + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.job_id = AAZStrType( + serialized_name="jobId", + ) + _schema_on_200.object_type = AAZStrType( + serialized_name="objectType", + flags={"required": True}, + ) + + return cls._schema_on_200 + + +class _TriggerHelper: + """Helper class for Trigger""" + + @classmethod + def _build_schema_auth_credentials_create(cls, _builder): + if _builder is None: + return + _builder.set_const("objectType", "SecretStoreBasedAuthCredentials", AAZStrType, ".secret_store_based_auth_credentials", typ_kwargs={"flags": {"required": True}}) + _builder.discriminate_by("objectType", "SecretStoreBasedAuthCredentials") + + disc_secret_store_based_auth_credentials = _builder.get("{objectType:SecretStoreBasedAuthCredentials}") + if disc_secret_store_based_auth_credentials is not None: + disc_secret_store_based_auth_credentials.set_prop("secretStoreResource", AAZObjectType, ".secret_store_based_auth_credentials.secret_store_resource") + + secret_store_resource = _builder.get("{objectType:SecretStoreBasedAuthCredentials}.secretStoreResource") + if secret_store_resource is not None: + secret_store_resource.set_prop("secretStoreType", AAZStrType, ".secret_store_type", typ_kwargs={"flags": {"required": True}}) + secret_store_resource.set_prop("uri", AAZStrType, ".uri") + secret_store_resource.set_prop("value", AAZStrType, ".value") + + @classmethod + def _build_schema_datasource_set_create(cls, _builder): + if _builder is None: + return + _builder.set_prop("datasourceType", AAZStrType, ".datasource_type") + _builder.set_prop("objectType", AAZStrType, ".object_type") + _builder.set_prop("resourceID", AAZStrType, ".resource_id", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("resourceLocation", AAZStrType, ".resource_location") + _builder.set_prop("resourceName", AAZStrType, ".resource_name") + _builder.set_prop("resourceType", AAZStrType, ".resource_type") + _builder.set_prop("resourceUri", AAZStrType, ".resource_uri") + + @classmethod + def _build_schema_datasource_create(cls, _builder): + if _builder is None: + return + _builder.set_prop("datasourceType", AAZStrType, ".datasource_type") + _builder.set_prop("objectType", AAZStrType, ".object_type") + _builder.set_prop("resourceID", AAZStrType, ".resource_id", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("resourceLocation", AAZStrType, ".resource_location") + _builder.set_prop("resourceName", AAZStrType, ".resource_name") + _builder.set_prop("resourceType", AAZStrType, ".resource_type") + _builder.set_prop("resourceUri", AAZStrType, ".resource_uri") + + +__all__ = ["Trigger"] diff --git a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_vault/_create.py b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_vault/_create.py index 04d745ec8ad..ea7e89c303d 100644 --- a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_vault/_create.py +++ b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_vault/_create.py @@ -26,9 +26,9 @@ class Create(AAZCommand): """ _aaz_info = { - "version": "2022-12-01", + "version": "2023-01-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.dataprotection/backupvaults/{}", "2022-12-01"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.dataprotection/backupvaults/{}", "2023-01-01"], ] } @@ -58,6 +58,16 @@ def _build_arguments_schema(cls, *args, **kwargs): required=True, ) + # define Arg Group "FeatureSettings" + + _args_schema = cls._args_schema + _args_schema.cross_subscription_restore_state = AAZStrArg( + options=["--csr-state", "--cross-subscription-restore-state"], + arg_group="FeatureSettings", + help="CrossSubscriptionRestore state", + enum={"Disabled": "Disabled", "Enabled": "Enabled", "PermanentlyDisabled": "PermanentlyDisabled"}, + ) + # define Arg Group "Identity" _args_schema = cls._args_schema @@ -235,7 +245,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-01", + "api-version", "2023-01-01", required=True, ), } @@ -272,10 +282,19 @@ def content(self): properties = _builder.get(".properties") if properties is not None: + properties.set_prop("featureSettings", AAZObjectType) properties.set_prop("monitoringSettings", AAZObjectType) properties.set_prop("securitySettings", AAZObjectType) properties.set_prop("storageSettings", AAZListType, ".storage_setting", typ_kwargs={"flags": {"required": True}}) + feature_settings = _builder.get(".properties.featureSettings") + if feature_settings is not None: + feature_settings.set_prop("crossSubscriptionRestoreSettings", AAZObjectType) + + cross_subscription_restore_settings = _builder.get(".properties.featureSettings.crossSubscriptionRestoreSettings") + if cross_subscription_restore_settings is not None: + cross_subscription_restore_settings.set_prop("state", AAZStrType, ".cross_subscription_restore_state") + monitoring_settings = _builder.get(".properties.monitoringSettings") if monitoring_settings is not None: monitoring_settings.set_prop("azureMonitorAlertSettings", AAZObjectType) diff --git a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_vault/_delete.py b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_vault/_delete.py index ac4ec37768a..0deb857e9a1 100644 --- a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_vault/_delete.py +++ b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_vault/_delete.py @@ -24,16 +24,17 @@ class Delete(AAZCommand): """ _aaz_info = { - "version": "2022-12-01", + "version": "2023-01-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.dataprotection/backupvaults/{}", "2022-12-01"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.dataprotection/backupvaults/{}", "2023-01-01"], ] } + AZ_SUPPORT_NO_WAIT = True + def _handler(self, command_args): super()._handler(command_args) - self._execute_operations() - return None + return self.build_lro_poller(self._execute_operations, None) _args_schema = None @@ -59,7 +60,7 @@ def _build_arguments_schema(cls, *args, **kwargs): def _execute_operations(self): self.pre_operations() - self.BackupVaultsDelete(ctx=self.ctx)() + yield self.BackupVaultsDelete(ctx=self.ctx)() self.post_operations() @register_callback @@ -76,12 +77,33 @@ class BackupVaultsDelete(AAZHttpOperation): def __call__(self, *args, **kwargs): request = self.make_request() session = self.client.send_request(request=request, stream=False, **kwargs) - if session.http_response.status_code in [200]: - return self.on_200(session) if session.http_response.status_code in [202]: - return self.on_202(session) + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) if session.http_response.status_code in [204]: - return self.on_204(session) + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) return self.on_error(session.http_response) @@ -122,7 +144,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-01", + "api-version", "2023-01-01", required=True, ), } @@ -131,9 +153,6 @@ def query_parameters(self): def on_200(self, session): pass - def on_202(self, session): - pass - def on_204(self, session): pass diff --git a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_vault/_list.py b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_vault/_list.py index 68ef3b2dbed..b76be86e9f3 100644 --- a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_vault/_list.py +++ b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_vault/_list.py @@ -26,10 +26,10 @@ class List(AAZCommand): """ _aaz_info = { - "version": "2022-12-01", + "version": "2023-01-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/providers/microsoft.dataprotection/backupvaults", "2022-12-01"], - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.dataprotection/backupvaults", "2022-12-01"], + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.dataprotection/backupvaults", "2023-01-01"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.dataprotection/backupvaults", "2023-01-01"], ] } @@ -118,7 +118,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-01", + "api-version", "2023-01-01", required=True, ), } @@ -352,7 +352,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-01", + "api-version", "2023-01-01", required=True, ), } diff --git a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_vault/_show.py b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_vault/_show.py index 7a9ea188221..1f57d6645e8 100644 --- a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_vault/_show.py +++ b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_vault/_show.py @@ -26,9 +26,9 @@ class Show(AAZCommand): """ _aaz_info = { - "version": "2022-12-01", + "version": "2023-01-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.dataprotection/backupvaults/{}", "2022-12-01"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.dataprotection/backupvaults/{}", "2023-01-01"], ] } @@ -124,7 +124,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-01", + "api-version", "2023-01-01", required=True, ), } diff --git a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_vault/_update.py b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_vault/_update.py index 945a5d3273f..4b191b9affe 100644 --- a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_vault/_update.py +++ b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_vault/_update.py @@ -23,9 +23,9 @@ class Update(AAZCommand): """ _aaz_info = { - "version": "2022-12-01", + "version": "2023-01-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.dataprotection/backupvaults/{}", "2022-12-01"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.dataprotection/backupvaults/{}", "2023-01-01"], ] } @@ -58,6 +58,17 @@ def _build_arguments_schema(cls, *args, **kwargs): id_part="name", ) + # define Arg Group "FeatureSettings" + + _args_schema = cls._args_schema + _args_schema.cross_subscription_restore_state = AAZStrArg( + options=["--csr-state", "--cross-subscription-restore-state"], + arg_group="FeatureSettings", + help="CrossSubscriptionRestore state", + nullable=True, + enum={"Disabled": "Disabled", "Enabled": "Enabled", "PermanentlyDisabled": "PermanentlyDisabled"}, + ) + # define Arg Group "Identity" _args_schema = cls._args_schema @@ -203,7 +214,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-01", + "api-version", "2023-01-01", required=True, ), } @@ -302,7 +313,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-01", + "api-version", "2023-01-01", required=True, ), } @@ -370,9 +381,18 @@ def _update_instance(self, instance): properties = _builder.get(".properties") if properties is not None: + properties.set_prop("featureSettings", AAZObjectType) properties.set_prop("monitoringSettings", AAZObjectType) properties.set_prop("securitySettings", AAZObjectType) + feature_settings = _builder.get(".properties.featureSettings") + if feature_settings is not None: + feature_settings.set_prop("crossSubscriptionRestoreSettings", AAZObjectType) + + cross_subscription_restore_settings = _builder.get(".properties.featureSettings.crossSubscriptionRestoreSettings") + if cross_subscription_restore_settings is not None: + cross_subscription_restore_settings.set_prop("state", AAZStrType, ".cross_subscription_restore_state") + monitoring_settings = _builder.get(".properties.monitoringSettings") if monitoring_settings is not None: monitoring_settings.set_prop("azureMonitorAlertSettings", AAZObjectType) diff --git a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_vault/_wait.py b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_vault/_wait.py index c1cc669cb12..44f543550af 100644 --- a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_vault/_wait.py +++ b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_vault/_wait.py @@ -20,7 +20,7 @@ class Wait(AAZWaitCommand): _aaz_info = { "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.dataprotection/backupvaults/{}", "2022-12-01"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.dataprotection/backupvaults/{}", "2023-01-01"], ] } @@ -116,7 +116,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-01", + "api-version", "2023-01-01", required=True, ), } diff --git a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/job/__cmd_group.py b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/job/__cmd_group.py new file mode 100644 index 00000000000..91117635058 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/job/__cmd_group.py @@ -0,0 +1,24 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "dataprotection job", + is_experimental=True, +) +class __CMDGroup(AAZCommandGroup): + """Manage job with dataprotection. + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/job/__init__.py b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/job/__init__.py new file mode 100644 index 00000000000..2df85698253 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/job/__init__.py @@ -0,0 +1,13 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._list import * +from ._show import * diff --git a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/job/_list.py b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/job/_list.py new file mode 100644 index 00000000000..fd564eb89ed --- /dev/null +++ b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/job/_list.py @@ -0,0 +1,496 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "dataprotection job list", + is_experimental=True, +) +class List(AAZCommand): + """Returns list of jobs belonging to a backup vault. + + :example: Get Jobs + az dataprotection job list --resource-group "BugBash1" --vault-name "BugBashVaultForCCYv11" + """ + + _aaz_info = { + "version": "2023-01-01", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.dataprotection/backupvaults/{}/backupjobs", "2023-01-01"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.vault_name = AAZStrArg( + options=["--vault-name"], + help="The name of the backup vault.", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.JobsList(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class JobsList(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupJobs", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "vaultName", self.ctx.args.vault_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-01-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType() + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.activity_id = AAZStrType( + serialized_name="activityID", + flags={"required": True}, + ) + properties.backup_instance_friendly_name = AAZStrType( + serialized_name="backupInstanceFriendlyName", + flags={"required": True}, + ) + properties.backup_instance_id = AAZStrType( + serialized_name="backupInstanceId", + flags={"read_only": True}, + ) + properties.data_source_id = AAZStrType( + serialized_name="dataSourceId", + flags={"required": True}, + ) + properties.data_source_location = AAZStrType( + serialized_name="dataSourceLocation", + flags={"required": True}, + ) + properties.data_source_name = AAZStrType( + serialized_name="dataSourceName", + flags={"required": True}, + ) + properties.data_source_set_name = AAZStrType( + serialized_name="dataSourceSetName", + ) + properties.data_source_type = AAZStrType( + serialized_name="dataSourceType", + flags={"required": True}, + ) + properties.destination_data_store_name = AAZStrType( + serialized_name="destinationDataStoreName", + ) + properties.duration = AAZStrType() + properties.end_time = AAZStrType( + serialized_name="endTime", + flags={"read_only": True}, + ) + properties.error_details = AAZListType( + serialized_name="errorDetails", + flags={"read_only": True}, + ) + properties.etag = AAZStrType() + properties.extended_info = AAZObjectType( + serialized_name="extendedInfo", + ) + properties.is_user_triggered = AAZBoolType( + serialized_name="isUserTriggered", + flags={"required": True}, + ) + properties.operation = AAZStrType( + flags={"required": True}, + ) + properties.operation_category = AAZStrType( + serialized_name="operationCategory", + flags={"required": True}, + ) + properties.policy_id = AAZStrType( + serialized_name="policyId", + flags={"read_only": True}, + ) + properties.policy_name = AAZStrType( + serialized_name="policyName", + flags={"read_only": True}, + ) + properties.progress_enabled = AAZBoolType( + serialized_name="progressEnabled", + flags={"required": True}, + ) + properties.progress_url = AAZStrType( + serialized_name="progressUrl", + flags={"read_only": True}, + ) + properties.restore_type = AAZStrType( + serialized_name="restoreType", + flags={"read_only": True}, + ) + properties.source_data_store_name = AAZStrType( + serialized_name="sourceDataStoreName", + ) + properties.source_resource_group = AAZStrType( + serialized_name="sourceResourceGroup", + flags={"required": True}, + ) + properties.source_subscription_id = AAZStrType( + serialized_name="sourceSubscriptionID", + flags={"required": True}, + ) + properties.start_time = AAZStrType( + serialized_name="startTime", + flags={"required": True}, + ) + properties.status = AAZStrType( + flags={"required": True}, + ) + properties.subscription_id = AAZStrType( + serialized_name="subscriptionId", + flags={"required": True}, + ) + properties.supported_actions = AAZListType( + serialized_name="supportedActions", + flags={"required": True}, + ) + properties.vault_name = AAZStrType( + serialized_name="vaultName", + flags={"required": True}, + ) + + error_details = cls._schema_on_200.value.Element.properties.error_details + error_details.Element = AAZObjectType() + _ListHelper._build_schema_user_facing_error_read(error_details.Element) + + extended_info = cls._schema_on_200.value.Element.properties.extended_info + extended_info.additional_details = AAZDictType( + serialized_name="additionalDetails", + ) + extended_info.backup_instance_state = AAZStrType( + serialized_name="backupInstanceState", + flags={"read_only": True}, + ) + extended_info.data_transferred_in_bytes = AAZFloatType( + serialized_name="dataTransferredInBytes", + flags={"read_only": True}, + ) + extended_info.recovery_destination = AAZStrType( + serialized_name="recoveryDestination", + flags={"read_only": True}, + ) + extended_info.source_recover_point = AAZObjectType( + serialized_name="sourceRecoverPoint", + ) + _ListHelper._build_schema_restore_job_recovery_point_details_read(extended_info.source_recover_point) + extended_info.sub_tasks = AAZListType( + serialized_name="subTasks", + flags={"read_only": True}, + ) + extended_info.target_recover_point = AAZObjectType( + serialized_name="targetRecoverPoint", + ) + _ListHelper._build_schema_restore_job_recovery_point_details_read(extended_info.target_recover_point) + + additional_details = cls._schema_on_200.value.Element.properties.extended_info.additional_details + additional_details.Element = AAZStrType( + flags={"read_only": True}, + ) + + sub_tasks = cls._schema_on_200.value.Element.properties.extended_info.sub_tasks + sub_tasks.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.extended_info.sub_tasks.Element + _element.additional_details = AAZDictType( + serialized_name="additionalDetails", + ) + _element.task_id = AAZIntType( + serialized_name="taskId", + flags={"required": True}, + ) + _element.task_name = AAZStrType( + serialized_name="taskName", + flags={"required": True}, + ) + _element.task_progress = AAZStrType( + serialized_name="taskProgress", + flags={"read_only": True}, + ) + _element.task_status = AAZStrType( + serialized_name="taskStatus", + flags={"required": True}, + ) + + additional_details = cls._schema_on_200.value.Element.properties.extended_info.sub_tasks.Element.additional_details + additional_details.Element = AAZStrType( + flags={"read_only": True}, + ) + + supported_actions = cls._schema_on_200.value.Element.properties.supported_actions + supported_actions.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + _schema_inner_error_read = None + + @classmethod + def _build_schema_inner_error_read(cls, _schema): + if cls._schema_inner_error_read is not None: + _schema.additional_info = cls._schema_inner_error_read.additional_info + _schema.code = cls._schema_inner_error_read.code + _schema.embedded_inner_error = cls._schema_inner_error_read.embedded_inner_error + return + + cls._schema_inner_error_read = _schema_inner_error_read = AAZObjectType() + + inner_error_read = _schema_inner_error_read + inner_error_read.additional_info = AAZDictType( + serialized_name="additionalInfo", + ) + inner_error_read.code = AAZStrType() + inner_error_read.embedded_inner_error = AAZObjectType( + serialized_name="embeddedInnerError", + ) + cls._build_schema_inner_error_read(inner_error_read.embedded_inner_error) + + additional_info = _schema_inner_error_read.additional_info + additional_info.Element = AAZStrType() + + _schema.additional_info = cls._schema_inner_error_read.additional_info + _schema.code = cls._schema_inner_error_read.code + _schema.embedded_inner_error = cls._schema_inner_error_read.embedded_inner_error + + _schema_restore_job_recovery_point_details_read = None + + @classmethod + def _build_schema_restore_job_recovery_point_details_read(cls, _schema): + if cls._schema_restore_job_recovery_point_details_read is not None: + _schema.recovery_point_id = cls._schema_restore_job_recovery_point_details_read.recovery_point_id + _schema.recovery_point_time = cls._schema_restore_job_recovery_point_details_read.recovery_point_time + return + + cls._schema_restore_job_recovery_point_details_read = _schema_restore_job_recovery_point_details_read = AAZObjectType() + + restore_job_recovery_point_details_read = _schema_restore_job_recovery_point_details_read + restore_job_recovery_point_details_read.recovery_point_id = AAZStrType( + serialized_name="recoveryPointID", + ) + restore_job_recovery_point_details_read.recovery_point_time = AAZStrType( + serialized_name="recoveryPointTime", + ) + + _schema.recovery_point_id = cls._schema_restore_job_recovery_point_details_read.recovery_point_id + _schema.recovery_point_time = cls._schema_restore_job_recovery_point_details_read.recovery_point_time + + _schema_user_facing_error_read = None + + @classmethod + def _build_schema_user_facing_error_read(cls, _schema): + if cls._schema_user_facing_error_read is not None: + _schema.code = cls._schema_user_facing_error_read.code + _schema.details = cls._schema_user_facing_error_read.details + _schema.inner_error = cls._schema_user_facing_error_read.inner_error + _schema.is_retryable = cls._schema_user_facing_error_read.is_retryable + _schema.is_user_error = cls._schema_user_facing_error_read.is_user_error + _schema.message = cls._schema_user_facing_error_read.message + _schema.properties = cls._schema_user_facing_error_read.properties + _schema.recommended_action = cls._schema_user_facing_error_read.recommended_action + _schema.target = cls._schema_user_facing_error_read.target + return + + cls._schema_user_facing_error_read = _schema_user_facing_error_read = AAZObjectType() + + user_facing_error_read = _schema_user_facing_error_read + user_facing_error_read.code = AAZStrType() + user_facing_error_read.details = AAZListType() + user_facing_error_read.inner_error = AAZObjectType( + serialized_name="innerError", + ) + cls._build_schema_inner_error_read(user_facing_error_read.inner_error) + user_facing_error_read.is_retryable = AAZBoolType( + serialized_name="isRetryable", + ) + user_facing_error_read.is_user_error = AAZBoolType( + serialized_name="isUserError", + ) + user_facing_error_read.message = AAZStrType() + user_facing_error_read.properties = AAZDictType() + user_facing_error_read.recommended_action = AAZListType( + serialized_name="recommendedAction", + ) + user_facing_error_read.target = AAZStrType() + + details = _schema_user_facing_error_read.details + details.Element = AAZObjectType() + cls._build_schema_user_facing_error_read(details.Element) + + properties = _schema_user_facing_error_read.properties + properties.Element = AAZStrType() + + recommended_action = _schema_user_facing_error_read.recommended_action + recommended_action.Element = AAZStrType() + + _schema.code = cls._schema_user_facing_error_read.code + _schema.details = cls._schema_user_facing_error_read.details + _schema.inner_error = cls._schema_user_facing_error_read.inner_error + _schema.is_retryable = cls._schema_user_facing_error_read.is_retryable + _schema.is_user_error = cls._schema_user_facing_error_read.is_user_error + _schema.message = cls._schema_user_facing_error_read.message + _schema.properties = cls._schema_user_facing_error_read.properties + _schema.recommended_action = cls._schema_user_facing_error_read.recommended_action + _schema.target = cls._schema_user_facing_error_read.target + + +__all__ = ["List"] diff --git a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/job/_show.py b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/job/_show.py new file mode 100644 index 00000000000..679412f1bbb --- /dev/null +++ b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/job/_show.py @@ -0,0 +1,504 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "dataprotection job show", + is_experimental=True, +) +class Show(AAZCommand): + """Get a job with id in a backup vault. + + :example: Get Job + az dataprotection job show --job-id "3c60cb49-63e8-4b21-b9bd-26277b3fdfae" --resource-group "BugBash1" --vault-name "BugBashVaultForCCYv11" + """ + + _aaz_info = { + "version": "2023-01-01", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.dataprotection/backupvaults/{}/backupjobs/{}", "2023-01-01"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "Resource Id Arguments" + + _args_schema = cls._args_schema + _args_schema.job_id = AAZStrArg( + options=["--job-id"], + arg_group="Resource Id Arguments", + help="The Job ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).", + required=True, + id_part="child_name_1", + ) + _args_schema.vault_name = AAZStrArg( + options=["--vault-name"], + arg_group="Resource Id Arguments", + help="The name of the backup vault.", + required=True, + id_part="name", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.JobsGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class JobsGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupJobs/{jobId}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "jobId", self.ctx.args.job_id, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "vaultName", self.ctx.args.vault_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-01-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType() + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.activity_id = AAZStrType( + serialized_name="activityID", + flags={"required": True}, + ) + properties.backup_instance_friendly_name = AAZStrType( + serialized_name="backupInstanceFriendlyName", + flags={"required": True}, + ) + properties.backup_instance_id = AAZStrType( + serialized_name="backupInstanceId", + flags={"read_only": True}, + ) + properties.data_source_id = AAZStrType( + serialized_name="dataSourceId", + flags={"required": True}, + ) + properties.data_source_location = AAZStrType( + serialized_name="dataSourceLocation", + flags={"required": True}, + ) + properties.data_source_name = AAZStrType( + serialized_name="dataSourceName", + flags={"required": True}, + ) + properties.data_source_set_name = AAZStrType( + serialized_name="dataSourceSetName", + ) + properties.data_source_type = AAZStrType( + serialized_name="dataSourceType", + flags={"required": True}, + ) + properties.destination_data_store_name = AAZStrType( + serialized_name="destinationDataStoreName", + ) + properties.duration = AAZStrType() + properties.end_time = AAZStrType( + serialized_name="endTime", + flags={"read_only": True}, + ) + properties.error_details = AAZListType( + serialized_name="errorDetails", + flags={"read_only": True}, + ) + properties.etag = AAZStrType() + properties.extended_info = AAZObjectType( + serialized_name="extendedInfo", + ) + properties.is_user_triggered = AAZBoolType( + serialized_name="isUserTriggered", + flags={"required": True}, + ) + properties.operation = AAZStrType( + flags={"required": True}, + ) + properties.operation_category = AAZStrType( + serialized_name="operationCategory", + flags={"required": True}, + ) + properties.policy_id = AAZStrType( + serialized_name="policyId", + flags={"read_only": True}, + ) + properties.policy_name = AAZStrType( + serialized_name="policyName", + flags={"read_only": True}, + ) + properties.progress_enabled = AAZBoolType( + serialized_name="progressEnabled", + flags={"required": True}, + ) + properties.progress_url = AAZStrType( + serialized_name="progressUrl", + flags={"read_only": True}, + ) + properties.restore_type = AAZStrType( + serialized_name="restoreType", + flags={"read_only": True}, + ) + properties.source_data_store_name = AAZStrType( + serialized_name="sourceDataStoreName", + ) + properties.source_resource_group = AAZStrType( + serialized_name="sourceResourceGroup", + flags={"required": True}, + ) + properties.source_subscription_id = AAZStrType( + serialized_name="sourceSubscriptionID", + flags={"required": True}, + ) + properties.start_time = AAZStrType( + serialized_name="startTime", + flags={"required": True}, + ) + properties.status = AAZStrType( + flags={"required": True}, + ) + properties.subscription_id = AAZStrType( + serialized_name="subscriptionId", + flags={"required": True}, + ) + properties.supported_actions = AAZListType( + serialized_name="supportedActions", + flags={"required": True}, + ) + properties.vault_name = AAZStrType( + serialized_name="vaultName", + flags={"required": True}, + ) + + error_details = cls._schema_on_200.properties.error_details + error_details.Element = AAZObjectType() + _ShowHelper._build_schema_user_facing_error_read(error_details.Element) + + extended_info = cls._schema_on_200.properties.extended_info + extended_info.additional_details = AAZDictType( + serialized_name="additionalDetails", + ) + extended_info.backup_instance_state = AAZStrType( + serialized_name="backupInstanceState", + flags={"read_only": True}, + ) + extended_info.data_transferred_in_bytes = AAZFloatType( + serialized_name="dataTransferredInBytes", + flags={"read_only": True}, + ) + extended_info.recovery_destination = AAZStrType( + serialized_name="recoveryDestination", + flags={"read_only": True}, + ) + extended_info.source_recover_point = AAZObjectType( + serialized_name="sourceRecoverPoint", + ) + _ShowHelper._build_schema_restore_job_recovery_point_details_read(extended_info.source_recover_point) + extended_info.sub_tasks = AAZListType( + serialized_name="subTasks", + flags={"read_only": True}, + ) + extended_info.target_recover_point = AAZObjectType( + serialized_name="targetRecoverPoint", + ) + _ShowHelper._build_schema_restore_job_recovery_point_details_read(extended_info.target_recover_point) + + additional_details = cls._schema_on_200.properties.extended_info.additional_details + additional_details.Element = AAZStrType( + flags={"read_only": True}, + ) + + sub_tasks = cls._schema_on_200.properties.extended_info.sub_tasks + sub_tasks.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.extended_info.sub_tasks.Element + _element.additional_details = AAZDictType( + serialized_name="additionalDetails", + ) + _element.task_id = AAZIntType( + serialized_name="taskId", + flags={"required": True}, + ) + _element.task_name = AAZStrType( + serialized_name="taskName", + flags={"required": True}, + ) + _element.task_progress = AAZStrType( + serialized_name="taskProgress", + flags={"read_only": True}, + ) + _element.task_status = AAZStrType( + serialized_name="taskStatus", + flags={"required": True}, + ) + + additional_details = cls._schema_on_200.properties.extended_info.sub_tasks.Element.additional_details + additional_details.Element = AAZStrType( + flags={"read_only": True}, + ) + + supported_actions = cls._schema_on_200.properties.supported_actions + supported_actions.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + _schema_inner_error_read = None + + @classmethod + def _build_schema_inner_error_read(cls, _schema): + if cls._schema_inner_error_read is not None: + _schema.additional_info = cls._schema_inner_error_read.additional_info + _schema.code = cls._schema_inner_error_read.code + _schema.embedded_inner_error = cls._schema_inner_error_read.embedded_inner_error + return + + cls._schema_inner_error_read = _schema_inner_error_read = AAZObjectType() + + inner_error_read = _schema_inner_error_read + inner_error_read.additional_info = AAZDictType( + serialized_name="additionalInfo", + ) + inner_error_read.code = AAZStrType() + inner_error_read.embedded_inner_error = AAZObjectType( + serialized_name="embeddedInnerError", + ) + cls._build_schema_inner_error_read(inner_error_read.embedded_inner_error) + + additional_info = _schema_inner_error_read.additional_info + additional_info.Element = AAZStrType() + + _schema.additional_info = cls._schema_inner_error_read.additional_info + _schema.code = cls._schema_inner_error_read.code + _schema.embedded_inner_error = cls._schema_inner_error_read.embedded_inner_error + + _schema_restore_job_recovery_point_details_read = None + + @classmethod + def _build_schema_restore_job_recovery_point_details_read(cls, _schema): + if cls._schema_restore_job_recovery_point_details_read is not None: + _schema.recovery_point_id = cls._schema_restore_job_recovery_point_details_read.recovery_point_id + _schema.recovery_point_time = cls._schema_restore_job_recovery_point_details_read.recovery_point_time + return + + cls._schema_restore_job_recovery_point_details_read = _schema_restore_job_recovery_point_details_read = AAZObjectType() + + restore_job_recovery_point_details_read = _schema_restore_job_recovery_point_details_read + restore_job_recovery_point_details_read.recovery_point_id = AAZStrType( + serialized_name="recoveryPointID", + ) + restore_job_recovery_point_details_read.recovery_point_time = AAZStrType( + serialized_name="recoveryPointTime", + ) + + _schema.recovery_point_id = cls._schema_restore_job_recovery_point_details_read.recovery_point_id + _schema.recovery_point_time = cls._schema_restore_job_recovery_point_details_read.recovery_point_time + + _schema_user_facing_error_read = None + + @classmethod + def _build_schema_user_facing_error_read(cls, _schema): + if cls._schema_user_facing_error_read is not None: + _schema.code = cls._schema_user_facing_error_read.code + _schema.details = cls._schema_user_facing_error_read.details + _schema.inner_error = cls._schema_user_facing_error_read.inner_error + _schema.is_retryable = cls._schema_user_facing_error_read.is_retryable + _schema.is_user_error = cls._schema_user_facing_error_read.is_user_error + _schema.message = cls._schema_user_facing_error_read.message + _schema.properties = cls._schema_user_facing_error_read.properties + _schema.recommended_action = cls._schema_user_facing_error_read.recommended_action + _schema.target = cls._schema_user_facing_error_read.target + return + + cls._schema_user_facing_error_read = _schema_user_facing_error_read = AAZObjectType() + + user_facing_error_read = _schema_user_facing_error_read + user_facing_error_read.code = AAZStrType() + user_facing_error_read.details = AAZListType() + user_facing_error_read.inner_error = AAZObjectType( + serialized_name="innerError", + ) + cls._build_schema_inner_error_read(user_facing_error_read.inner_error) + user_facing_error_read.is_retryable = AAZBoolType( + serialized_name="isRetryable", + ) + user_facing_error_read.is_user_error = AAZBoolType( + serialized_name="isUserError", + ) + user_facing_error_read.message = AAZStrType() + user_facing_error_read.properties = AAZDictType() + user_facing_error_read.recommended_action = AAZListType( + serialized_name="recommendedAction", + ) + user_facing_error_read.target = AAZStrType() + + details = _schema_user_facing_error_read.details + details.Element = AAZObjectType() + cls._build_schema_user_facing_error_read(details.Element) + + properties = _schema_user_facing_error_read.properties + properties.Element = AAZStrType() + + recommended_action = _schema_user_facing_error_read.recommended_action + recommended_action.Element = AAZStrType() + + _schema.code = cls._schema_user_facing_error_read.code + _schema.details = cls._schema_user_facing_error_read.details + _schema.inner_error = cls._schema_user_facing_error_read.inner_error + _schema.is_retryable = cls._schema_user_facing_error_read.is_retryable + _schema.is_user_error = cls._schema_user_facing_error_read.is_user_error + _schema.message = cls._schema_user_facing_error_read.message + _schema.properties = cls._schema_user_facing_error_read.properties + _schema.recommended_action = cls._schema_user_facing_error_read.recommended_action + _schema.target = cls._schema_user_facing_error_read.target + + +__all__ = ["Show"] diff --git a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/recovery_point/__cmd_group.py b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/recovery_point/__cmd_group.py new file mode 100644 index 00000000000..31876ad7565 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/recovery_point/__cmd_group.py @@ -0,0 +1,24 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "dataprotection recovery-point", + is_experimental=True, +) +class __CMDGroup(AAZCommandGroup): + """Manage recovery point with dataprotection. + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/recovery_point/__init__.py b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/recovery_point/__init__.py new file mode 100644 index 00000000000..2df85698253 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/recovery_point/__init__.py @@ -0,0 +1,13 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._list import * +from ._show import * diff --git a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/recovery_point/_list.py b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/recovery_point/_list.py new file mode 100644 index 00000000000..4684e74dcc5 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/recovery_point/_list.py @@ -0,0 +1,296 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "dataprotection recovery-point list", + is_experimental=True, +) +class List(AAZCommand): + """Returns a list of Recovery Points for a DataSource in a vault. + + :example: List Recovery Points in a Vault + az dataprotection recovery-point list --backup-instance-name "testInstance1" --resource- group "000pikumar" --vault-name "PratikPrivatePreviewVault1" + """ + + _aaz_info = { + "version": "2023-01-01", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.dataprotection/backupvaults/{}/backupinstances/{}/recoverypoints", "2023-01-01"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.backup_instance_name = AAZStrArg( + options=["--backup-instance-name"], + help="The name of the backup instance.", + required=True, + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.vault_name = AAZStrArg( + options=["--vault-name"], + help="The name of the backup vault.", + required=True, + ) + _args_schema.filter = AAZStrArg( + options=["--filter"], + help="OData filter options.", + ) + _args_schema.skip_token = AAZStrArg( + options=["--skip-token"], + help="skipToken Filter.", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.RecoveryPointsList(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class RecoveryPointsList(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupInstances/{backupInstanceName}/recoveryPoints", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "backupInstanceName", self.ctx.args.backup_instance_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "vaultName", self.ctx.args.vault_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "$filter", self.ctx.args.filter, + ), + **self.serialize_query_param( + "$skipToken", self.ctx.args.skip_token, + ), + **self.serialize_query_param( + "api-version", "2023-01-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType() + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.object_type = AAZStrType( + serialized_name="objectType", + flags={"required": True}, + ) + + disc_azure_backup_discrete_recovery_point = cls._schema_on_200.value.Element.properties.discriminate_by("object_type", "AzureBackupDiscreteRecoveryPoint") + disc_azure_backup_discrete_recovery_point.expiry_time = AAZStrType( + serialized_name="expiryTime", + flags={"read_only": True}, + ) + disc_azure_backup_discrete_recovery_point.friendly_name = AAZStrType( + serialized_name="friendlyName", + ) + disc_azure_backup_discrete_recovery_point.policy_name = AAZStrType( + serialized_name="policyName", + ) + disc_azure_backup_discrete_recovery_point.policy_version = AAZStrType( + serialized_name="policyVersion", + ) + disc_azure_backup_discrete_recovery_point.recovery_point_data_stores_details = AAZListType( + serialized_name="recoveryPointDataStoresDetails", + ) + disc_azure_backup_discrete_recovery_point.recovery_point_id = AAZStrType( + serialized_name="recoveryPointId", + ) + disc_azure_backup_discrete_recovery_point.recovery_point_time = AAZStrType( + serialized_name="recoveryPointTime", + flags={"required": True}, + ) + disc_azure_backup_discrete_recovery_point.recovery_point_type = AAZStrType( + serialized_name="recoveryPointType", + ) + disc_azure_backup_discrete_recovery_point.retention_tag_name = AAZStrType( + serialized_name="retentionTagName", + ) + disc_azure_backup_discrete_recovery_point.retention_tag_version = AAZStrType( + serialized_name="retentionTagVersion", + ) + + recovery_point_data_stores_details = cls._schema_on_200.value.Element.properties.discriminate_by("object_type", "AzureBackupDiscreteRecoveryPoint").recovery_point_data_stores_details + recovery_point_data_stores_details.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.discriminate_by("object_type", "AzureBackupDiscreteRecoveryPoint").recovery_point_data_stores_details.Element + _element.creation_time = AAZStrType( + serialized_name="creationTime", + ) + _element.expiry_time = AAZStrType( + serialized_name="expiryTime", + ) + _element.id = AAZStrType() + _element.meta_data = AAZStrType( + serialized_name="metaData", + ) + _element.rehydration_expiry_time = AAZStrType( + serialized_name="rehydrationExpiryTime", + flags={"read_only": True}, + ) + _element.rehydration_status = AAZStrType( + serialized_name="rehydrationStatus", + flags={"read_only": True}, + ) + _element.state = AAZStrType() + _element.type = AAZStrType() + _element.visible = AAZBoolType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/recovery_point/_show.py b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/recovery_point/_show.py new file mode 100644 index 00000000000..c97cc8a11c0 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/recovery_point/_show.py @@ -0,0 +1,292 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "dataprotection recovery-point show", + is_experimental=True, +) +class Show(AAZCommand): + """Get a Recovery Point using recoveryPointId for a Datasource. + + :example: Get Recovery Point + az dataprotection recovery-point show --backup-instance-name "testInstance1" --recovery- point-id "7fb2cddd-c5b3-44f6-a0d9-db3c4f9d5f25" --resource-group "000pikumar" --vault-name "PratikPrivatePreviewVault1" + """ + + _aaz_info = { + "version": "2023-01-01", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.dataprotection/backupvaults/{}/backupinstances/{}/recoverypoints/{}", "2023-01-01"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "Resource Id Arguments" + + _args_schema = cls._args_schema + _args_schema.backup_instance_name = AAZStrArg( + options=["--backup-instance-name"], + arg_group="Resource Id Arguments", + help="The name of the backup instance.", + required=True, + id_part="child_name_1", + ) + _args_schema.recovery_point_id = AAZStrArg( + options=["--recovery-point-id"], + arg_group="Resource Id Arguments", + help="Id of the recovery point.", + required=True, + id_part="child_name_2", + ) + _args_schema.vault_name = AAZStrArg( + options=["--vault-name"], + arg_group="Resource Id Arguments", + help="The name of the backup vault.", + required=True, + id_part="name", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.RecoveryPointsGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class RecoveryPointsGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupInstances/{backupInstanceName}/recoveryPoints/{recoveryPointId}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "backupInstanceName", self.ctx.args.backup_instance_name, + required=True, + ), + **self.serialize_url_param( + "recoveryPointId", self.ctx.args.recovery_point_id, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "vaultName", self.ctx.args.vault_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-01-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType() + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.object_type = AAZStrType( + serialized_name="objectType", + flags={"required": True}, + ) + + disc_azure_backup_discrete_recovery_point = cls._schema_on_200.properties.discriminate_by("object_type", "AzureBackupDiscreteRecoveryPoint") + disc_azure_backup_discrete_recovery_point.expiry_time = AAZStrType( + serialized_name="expiryTime", + flags={"read_only": True}, + ) + disc_azure_backup_discrete_recovery_point.friendly_name = AAZStrType( + serialized_name="friendlyName", + ) + disc_azure_backup_discrete_recovery_point.policy_name = AAZStrType( + serialized_name="policyName", + ) + disc_azure_backup_discrete_recovery_point.policy_version = AAZStrType( + serialized_name="policyVersion", + ) + disc_azure_backup_discrete_recovery_point.recovery_point_data_stores_details = AAZListType( + serialized_name="recoveryPointDataStoresDetails", + ) + disc_azure_backup_discrete_recovery_point.recovery_point_id = AAZStrType( + serialized_name="recoveryPointId", + ) + disc_azure_backup_discrete_recovery_point.recovery_point_time = AAZStrType( + serialized_name="recoveryPointTime", + flags={"required": True}, + ) + disc_azure_backup_discrete_recovery_point.recovery_point_type = AAZStrType( + serialized_name="recoveryPointType", + ) + disc_azure_backup_discrete_recovery_point.retention_tag_name = AAZStrType( + serialized_name="retentionTagName", + ) + disc_azure_backup_discrete_recovery_point.retention_tag_version = AAZStrType( + serialized_name="retentionTagVersion", + ) + + recovery_point_data_stores_details = cls._schema_on_200.properties.discriminate_by("object_type", "AzureBackupDiscreteRecoveryPoint").recovery_point_data_stores_details + recovery_point_data_stores_details.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.discriminate_by("object_type", "AzureBackupDiscreteRecoveryPoint").recovery_point_data_stores_details.Element + _element.creation_time = AAZStrType( + serialized_name="creationTime", + ) + _element.expiry_time = AAZStrType( + serialized_name="expiryTime", + ) + _element.id = AAZStrType() + _element.meta_data = AAZStrType( + serialized_name="metaData", + ) + _element.rehydration_expiry_time = AAZStrType( + serialized_name="rehydrationExpiryTime", + flags={"read_only": True}, + ) + _element.rehydration_status = AAZStrType( + serialized_name="rehydrationStatus", + flags={"read_only": True}, + ) + _element.state = AAZStrType() + _element.type = AAZStrType() + _element.visible = AAZBoolType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/dataprotection/azext_dataprotection/azext_metadata.json b/src/dataprotection/azext_dataprotection/azext_metadata.json index dffab06cd7e..106e25ccf03 100644 --- a/src/dataprotection/azext_dataprotection/azext_metadata.json +++ b/src/dataprotection/azext_dataprotection/azext_metadata.json @@ -1,4 +1,4 @@ { "azext.isExperimental": true, - "azext.minCliCoreVersion": "2.43.0" + "azext.minCliCoreVersion": "2.49.0" } \ No newline at end of file diff --git a/src/dataprotection/azext_dataprotection/generated/_help.py b/src/dataprotection/azext_dataprotection/generated/_help.py index a7568878a54..179a6619bf3 100644 --- a/src/dataprotection/azext_dataprotection/generated/_help.py +++ b/src/dataprotection/azext_dataprotection/generated/_help.py @@ -383,55 +383,6 @@ --vault-name "PratikPrivatePreviewVault1" --deleted """ -helps['dataprotection recovery-point'] = """ - type: group - short-summary: Manage recovery point with dataprotection -""" - -helps['dataprotection recovery-point list'] = """ - type: command - short-summary: "Returns a list of Recovery Points for a DataSource in a vault." - examples: - - name: List Recovery Points in a Vault - text: |- - az dataprotection recovery-point list --backup-instance-name "testInstance1" --resource-group \ -"000pikumar" --vault-name "PratikPrivatePreviewVault1" -""" - -helps['dataprotection recovery-point show'] = """ - type: command - short-summary: "Gets a Recovery Point using recoveryPointId for a Datasource." - examples: - - name: Get Recovery Point - text: |- - az dataprotection recovery-point show --backup-instance-name "testInstance1" --recovery-point-id \ -"7fb2cddd-c5b3-44f6-a0d9-db3c4f9d5f25" --resource-group "000pikumar" --vault-name "PratikPrivatePreviewVault1" -""" - -helps['dataprotection job'] = """ - type: group - short-summary: Manage job with dataprotection -""" - -helps['dataprotection job list'] = """ - type: command - short-summary: "Returns list of jobs belonging to a backup vault." - examples: - - name: Get Jobs - text: |- - az dataprotection job list --resource-group "BugBash1" --vault-name "BugBashVaultForCCYv11" -""" - -helps['dataprotection job show'] = """ - type: command - short-summary: "Gets a job with id in a backup vault." - examples: - - name: Get Job - text: |- - az dataprotection job show --job-id "3c60cb49-63e8-4b21-b9bd-26277b3fdfae" --resource-group "BugBash1" \ ---vault-name "BugBashVaultForCCYv11" -""" - helps['dataprotection restorable-time-range'] = """ type: group short-summary: Manage restorable time range with dataprotection diff --git a/src/dataprotection/azext_dataprotection/generated/_params.py b/src/dataprotection/azext_dataprotection/generated/_params.py index 57ef9e75fce..c31930cdcb2 100644 --- a/src/dataprotection/azext_dataprotection/generated/_params.py +++ b/src/dataprotection/azext_dataprotection/generated/_params.py @@ -199,29 +199,6 @@ def load_arguments(self, _): c.argument('backup_instance_name', options_list=['--name', '-n', '--backup-instance-name'], type=str, help='The name of the backup instance', id_part='child_name_1') - with self.argument_context('dataprotection recovery-point list') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('vault_name', type=str, help='The name of the backup vault.') - c.argument('backup_instance_name', type=str, help='The name of the backup instance') - c.argument('filter_', options_list=['--filter'], type=str, help='OData filter options.') - c.argument('skip_token', type=str, help='skipToken Filter.') - - with self.argument_context('dataprotection recovery-point show') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('vault_name', type=str, help='The name of the backup vault.', id_part='name') - c.argument('backup_instance_name', type=str, help='The name of the backup instance', id_part='child_name_1') - c.argument('recovery_point_id', type=str, help='Id of the recovery point.', id_part='child_name_2') - - with self.argument_context('dataprotection job list') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('vault_name', type=str, help='The name of the backup vault.') - - with self.argument_context('dataprotection job show') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('vault_name', type=str, help='The name of the backup vault.', id_part='name') - c.argument('job_id', type=str, help='The Job ID. This is a GUID-formatted string (e.g. ' - '00000000-0000-0000-0000-000000000000).', id_part='child_name_1') - with self.argument_context('dataprotection restorable-time-range find') as c: c.argument('resource_group_name', resource_group_name_type) c.argument('vault_name', type=str, help='The name of the backup vault.', id_part='name') diff --git a/src/dataprotection/azext_dataprotection/generated/commands.py b/src/dataprotection/azext_dataprotection/generated/commands.py index e593d04ae48..364eef27533 100644 --- a/src/dataprotection/azext_dataprotection/generated/commands.py +++ b/src/dataprotection/azext_dataprotection/generated/commands.py @@ -14,22 +14,13 @@ from azure.cli.core.commands import CliCommandType from azext_dataprotection.generated._client_factory import ( - cf_backup_vault, cf_backup_policy, cf_backup_instance, - cf_recovery_point, - cf_job, cf_restorable_time_range, cf_resource_guard, ) -dataprotection_backup_vault = CliCommandType( - operations_tmpl='azext_dataprotection.vendored_sdks.dataprotection.operations._backup_vaults_operations#BackupVaultsOperations.{}', - client_factory=cf_backup_vault, -) - - dataprotection_backup_policy = CliCommandType( operations_tmpl='azext_dataprotection.vendored_sdks.dataprotection.operations._backup_policies_operations#BackupPoliciesOperations.{}', client_factory=cf_backup_policy, @@ -42,18 +33,6 @@ ) -dataprotection_recovery_point = CliCommandType( - operations_tmpl='azext_dataprotection.vendored_sdks.dataprotection.operations._recovery_points_operations#RecoveryPointsOperations.{}', - client_factory=cf_recovery_point, -) - - -dataprotection_job = CliCommandType( - operations_tmpl='azext_dataprotection.vendored_sdks.dataprotection.operations._jobs_operations#JobsOperations.{}', - client_factory=cf_job, -) - - dataprotection_restorable_time_range = CliCommandType( operations_tmpl='azext_dataprotection.vendored_sdks.dataprotection.operations._restorable_time_ranges_operations#RestorableTimeRangesOperations.{}', client_factory=cf_restorable_time_range, @@ -80,32 +59,22 @@ def load_command_table(self, _): 'dataprotection backup-instance', dataprotection_backup_instance, client_factory=cf_backup_instance ) as g: g.custom_command('list', 'dataprotection_backup_instance_list') - g.custom_show_command('show', 'dataprotection_backup_instance_show') - g.custom_command('create', 'dataprotection_backup_instance_create', supports_no_wait=True) - g.custom_command('delete', 'dataprotection_backup_instance_delete', supports_no_wait=True, confirmation=True) + # g.custom_show_command('show', 'dataprotection_backup_instance_show') + # g.custom_command('create', 'dataprotection_backup_instance_create', supports_no_wait=True) + # g.custom_command('delete', 'dataprotection_backup_instance_delete', supports_no_wait=True, confirmation=True) g.custom_command('adhoc-backup', 'dataprotection_backup_instance_adhoc_backup', supports_no_wait=True) - g.custom_command('restore trigger', 'dataprotection_backup_instance_restore_trigger', supports_no_wait=True) + # g.custom_command('restore trigger', 'dataprotection_backup_instance_restore_trigger', supports_no_wait=True) g.custom_command('resume-protection', 'dataprotection_backup_instance_resume_protection', supports_no_wait=True) g.custom_command('stop-protection', 'dataprotection_backup_instance_stop_protection', supports_no_wait=True) g.custom_command('suspend-backup', 'dataprotection_backup_instance_suspend_backup', supports_no_wait=True) - g.custom_command( - 'validate-for-backup', 'dataprotection_backup_instance_validate_for_backup', supports_no_wait=True - ) - g.custom_command( - 'validate-for-restore', 'dataprotection_backup_instance_validate_for_restore', supports_no_wait=True - ) + # g.custom_command( + # 'validate-for-backup', 'dataprotection_backup_instance_validate_for_backup', supports_no_wait=True + # ) + # g.custom_command( + # 'validate-for-restore', 'dataprotection_backup_instance_validate_for_restore', supports_no_wait=True + # ) g.custom_wait_command('wait', 'dataprotection_backup_instance_show') - with self.command_group( - 'dataprotection recovery-point', dataprotection_recovery_point, client_factory=cf_recovery_point - ) as g: - g.custom_command('list', 'dataprotection_recovery_point_list') - g.custom_show_command('show', 'dataprotection_recovery_point_show') - - with self.command_group('dataprotection job', dataprotection_job, client_factory=cf_job) as g: - g.custom_command('list', 'dataprotection_job_list') - g.custom_show_command('show', 'dataprotection_job_show') - with self.command_group( 'dataprotection restorable-time-range', dataprotection_restorable_time_range, diff --git a/src/dataprotection/azext_dataprotection/generated/custom.py b/src/dataprotection/azext_dataprotection/generated/custom.py index 2640009d877..7bf6a242b80 100644 --- a/src/dataprotection/azext_dataprotection/generated/custom.py +++ b/src/dataprotection/azext_dataprotection/generated/custom.py @@ -250,46 +250,6 @@ def dataprotection_backup_instance_validate_for_restore(client, parameters=parameters) -def dataprotection_recovery_point_list(client, - resource_group_name, - vault_name, - backup_instance_name, - filter_=None, - skip_token=None): - return client.list(resource_group_name=resource_group_name, - vault_name=vault_name, - backup_instance_name=backup_instance_name, - filter=filter_, - skip_token=skip_token) - - -def dataprotection_recovery_point_show(client, - resource_group_name, - vault_name, - backup_instance_name, - recovery_point_id): - return client.get(resource_group_name=resource_group_name, - vault_name=vault_name, - backup_instance_name=backup_instance_name, - recovery_point_id=recovery_point_id) - - -def dataprotection_job_list(client, - resource_group_name, - vault_name): - return client.list(resource_group_name=resource_group_name, - vault_name=vault_name) - - -def dataprotection_job_show(client, - resource_group_name, - vault_name, - job_id): - return client.get(resource_group_name=resource_group_name, - vault_name=vault_name, - job_id=job_id) - - def dataprotection_restorable_time_range_find(client, resource_group_name, vault_name, diff --git a/src/dataprotection/azext_dataprotection/manual/Manifests/AzureBlob.py b/src/dataprotection/azext_dataprotection/manual/Manifests/AzureBlob.py index 2101ba8e46a..fc329bc0dfa 100644 --- a/src/dataprotection/azext_dataprotection/manual/Manifests/AzureBlob.py +++ b/src/dataprotection/azext_dataprotection/manual/Manifests/AzureBlob.py @@ -6,12 +6,16 @@ manifest = ''' { "isProxyResource": false, + "enableDataSourceSetInfo": false, "resourceType": "Microsoft.Storage/storageAccounts", "parentResourceType": "Microsoft.Storage/storageAccounts", "datasourceType": "Microsoft.Storage/storageAccounts/blobServices", "allowedRestoreModes": [ "PointInTimeBased" ], "allowedRestoreTargetTypes": [ "OriginalLocation" ], "itemLevelRecoveyEnabled": true, + "addBackupDatasourceParametersList": false, + "addDataStoreParametersList": false, + "friendlyNameRequired": false, "supportSecretStoreAuthentication": false, "backupVaultPermissions": [ { diff --git a/src/dataprotection/azext_dataprotection/manual/Manifests/AzureDatabaseForPostgreSQL.py b/src/dataprotection/azext_dataprotection/manual/Manifests/AzureDatabaseForPostgreSQL.py index 63128b2f139..0d379ceddd2 100644 --- a/src/dataprotection/azext_dataprotection/manual/Manifests/AzureDatabaseForPostgreSQL.py +++ b/src/dataprotection/azext_dataprotection/manual/Manifests/AzureDatabaseForPostgreSQL.py @@ -6,12 +6,16 @@ manifest = ''' { "isProxyResource": true, + "enableDataSourceSetInfo": false, "resourceType": "Microsoft.DBforPostgreSQL/servers/databases", "parentResourceType": "Microsoft.DBforPostgreSQL/servers", "datasourceType": "Microsoft.DBforPostgreSQL/servers/databases", "allowedRestoreModes": [ "RecoveryPointBased" ], "allowedRestoreTargetTypes": [ "AlternateLocation", "RestoreAsFiles" ], "itemLevelRecoveyEnabled": false, + "addBackupDatasourceParametersList": false, + "addDataStoreParametersList": false, + "friendlyNameRequired": false, "supportSecretStoreAuthentication": true, "backupVaultPermissions": [ { diff --git a/src/dataprotection/azext_dataprotection/manual/Manifests/AzureDisk.py b/src/dataprotection/azext_dataprotection/manual/Manifests/AzureDisk.py index 6714bb3e8c4..04425f04434 100644 --- a/src/dataprotection/azext_dataprotection/manual/Manifests/AzureDisk.py +++ b/src/dataprotection/azext_dataprotection/manual/Manifests/AzureDisk.py @@ -6,12 +6,16 @@ manifest = ''' { "isProxyResource": false, + "enableDataSourceSetInfo": false, "resourceType": "Microsoft.Compute/disks", "parentResourceType": "Microsoft.Compute/disks", "datasourceType": "Microsoft.Compute/disks", "allowedRestoreModes": [ "RecoveryPointBased" ], "allowedRestoreTargetTypes": [ "AlternateLocation" ], "itemLevelRecoveyEnabled": false, + "addBackupDatasourceParametersList": false, + "addDataStoreParametersList": true, + "friendlyNameRequired": false, "supportSecretStoreAuthentication": false, "backupVaultPermissions": [ { @@ -31,60 +35,60 @@ "backupScheduleSupported": true, "supportedBackupFrequency": [ "Daily", "Hourly" ], "defaultPolicy": { - "policyRules": [ - { - "backupParameters": { - "backupType": "Incremental", - "objectType": "AzureBackupParams" - }, - "trigger": { - "schedule": { - "repeatingTimeIntervals": [ - "R/2020-04-05T13:00:00+00:00/PT4H" - ] - }, - "taggingCriteria": [ + "policyRules": [ { - "tagInfo": { - "tagName": "Default", - "id": "Default_" + "backupParameters": { + "backupType": "Incremental", + "objectType": "AzureBackupParams" + }, + "trigger": { + "schedule": { + "repeatingTimeIntervals": [ + "R/2020-04-05T13:00:00+00:00/PT4H" + ] }, - "taggingPriority": 99, - "isDefault": true - } - ], - "objectType": "ScheduleBasedTriggerContext" - }, - "dataStore": { - "dataStoreType": "OperationalStore", - "objectType": "DataStoreInfoBase" - }, - "name": "BackupHourly", - "objectType": "AzureBackupRule" - }, - { - "lifecycles": [ - { - "deleteAfter": { - "objectType": "AbsoluteDeleteOption", - "duration": "P7D" + "taggingCriteria": [ + { + "tagInfo": { + "tagName": "Default", + "id": "Default_" + }, + "taggingPriority": 99, + "isDefault": true + } + ], + "objectType": "ScheduleBasedTriggerContext" }, - "sourceDataStore": { + "dataStore": { "dataStoreType": "OperationalStore", "objectType": "DataStoreInfoBase" + }, + "name": "BackupHourly", + "objectType": "AzureBackupRule" + }, + { + "lifecycles": [ + { + "deleteAfter": { + "objectType": "AbsoluteDeleteOption", + "duration": "P7D" + }, + "sourceDataStore": { + "dataStoreType": "OperationalStore", + "objectType": "DataStoreInfoBase" + } + } + ], + "isDefault": true, + "name": "Default", + "objectType": "AzureRetentionRule" } - } ], - "isDefault": true, - "name": "Default", - "objectType": "AzureRetentionRule" - } - ], - "name": "DiskPolicy1", - "datasourceTypes": [ - "Microsoft.Compute/disks" - ], - "objectType": "BackupPolicy" + "name": "DiskPolicy1", + "datasourceTypes": [ + "Microsoft.Compute/disks" + ], + "objectType": "BackupPolicy" } } } diff --git a/src/dataprotection/azext_dataprotection/manual/Manifests/AzureKubernetesService.py b/src/dataprotection/azext_dataprotection/manual/Manifests/AzureKubernetesService.py new file mode 100644 index 00000000000..7b6480d5038 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/manual/Manifests/AzureKubernetesService.py @@ -0,0 +1,101 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +manifest = ''' +{ + "isProxyResource": true, + "enableDataSourceSetInfo": true, + "resourceType": "Microsoft.ContainerService/managedclusters", + "parentResourceType": "Microsoft.ContainerService/managedClusters", + "datasourceType": "Microsoft.ContainerService/managedClusters", + "allowedRestoreModes": [ "RecoveryPointBased" ], + "allowedRestoreTargetTypes": [ "AlternateLocation", "OriginalLocation" ], + "itemLevelRecoveyEnabled": true, + "addBackupDatasourceParametersList": true, + "addDataStoreParametersList": true, + "friendlyNameRequired": true, + "supportSecretStoreAuthentication": false, + "backupVaultPermissions": [ + { + "roleDefinitionName": "Reader", + "type": "DataSource" + }, + { + "roleDefinitionName": "Reader", + "type": "SnapshotRG" + } + ], + "dataSourcePermissions": [ + { + "roleDefinitionName": "Contributor", + "type": "SnapshotRG" + } + ], + "policySettings": { + "supportedRetentionTags": [ "Daily", "Weekly" ], + "supportedDatastoreTypes": [ "OperationalStore" ], + "disableAddRetentionRule": false, + "disableCustomRetentionTag": true, + "backupScheduleSupported": true, + "supportedBackupFrequency": [ "Daily", "Hourly" ], + "defaultPolicy": { + "policyRules": [ + { + "backupParameters": { + "backupType": "Incremental", + "objectType": "AzureBackupParams" + }, + "trigger": { + "schedule": { + "repeatingTimeIntervals": [ + "R/2023-01-04T09:00:00+00:00/PT4H" + ] + }, + "taggingCriteria": [ + { + "tagInfo": { + "tagName": "Default", + "id": "Default_" + }, + "taggingPriority": 99, + "isDefault": true + } + ], + "objectType": "ScheduleBasedTriggerContext" + }, + "dataStore": { + "dataStoreType": "OperationalStore", + "objectType": "DataStoreInfoBase" + }, + "name": "BackupHourly", + "objectType": "AzureBackupRule" + }, + { + "lifecycles": [ + { + "deleteAfter": { + "objectType": "AbsoluteDeleteOption", + "duration": "P7D" + }, + "sourceDataStore": { + "dataStoreType": "OperationalStore", + "objectType": "DataStoreInfoBase" + } + } + ], + "isDefault": true, + "name": "Default", + "objectType": "AzureRetentionRule" + } + ], + "name": "AKSPolicy1", + "datasourceTypes": [ + "Microsoft.ContainerService/managedClusters" + ], + "objectType": "BackupPolicy" + } + } +} +''' diff --git a/src/dataprotection/azext_dataprotection/manual/Manifests/config.py b/src/dataprotection/azext_dataprotection/manual/Manifests/config.py index 9afb596ceef..e024aa21fb0 100644 --- a/src/dataprotection/azext_dataprotection/manual/Manifests/config.py +++ b/src/dataprotection/azext_dataprotection/manual/Manifests/config.py @@ -3,4 +3,4 @@ # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- -supported_datasource_types = ["AzureDisk", "AzureBlob", "AzureDatabaseForPostgreSQL"] +supported_datasource_types = ["AzureDisk", "AzureBlob", "AzureDatabaseForPostgreSQL", "AzureKubernetesService"] diff --git a/src/dataprotection/azext_dataprotection/manual/_help.py b/src/dataprotection/azext_dataprotection/manual/_help.py index 7f420505d78..4ff7e5450a0 100644 --- a/src/dataprotection/azext_dataprotection/manual/_help.py +++ b/src/dataprotection/azext_dataprotection/manual/_help.py @@ -61,6 +61,8 @@ examples: - name: Assign the required permissions needed to successfully enable backup for the datasource. text: az dataprotection backup-instance update-msi-permissions --backup-instance backup_inst.json --resource-group samarth_resource_group --vault-name samarthbackupvault --datasource-type AzureDisk --operation Backup --permissions-scope ResourceGroup + - name: Assign the required permissions needed to successfully enable restore for the datasource. + text: az dataprotection backup-instance update-msi-permissions --datasource-type AzureKubernetesService --operation Restore --permissions-scope Resource --resource-group sampleRG --vault-name samplevault --restore-request-object aksrestore.json --snapshot-resource-group-id /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sampleRG """ helps['dataprotection backup-policy get-default-policy-template'] = """ @@ -248,3 +250,19 @@ - name: Trigger restore text: az dataprotection backup-instance restore trigger -g sarath-rg --vault-name sarath-vault --backup-instance-name {backup_instance_name} --restore-request-object restore_request.json """ + +helps['dataprotection backup-instance initialize-backupconfig'] = """ + type: command + short-summary: Initialize JSON request body for initializing and configuring backup of an AzureKubernetesService resource. + examples: + - name: Initialize backup configuration + text: az dataprotection backup-instance initialize-backupconfig --datasource-type AzureKubernetesService --label-selectors key=val foo=bar --excluded-namespaces excludeNS1 excludeNS2 +""" + +helps['dataprotection backup-instance initialize-restoreconfig'] = """ + type: command + short-summary: Initialize JSON request body for initializing and configuring restore of an AzureKubernetesService resource. + examples: + - name: Initialize restore configuration + text: az dataprotection backup-instance initialize-restoreconfig --datasource-type AzureKubernetesService +""" diff --git a/src/dataprotection/azext_dataprotection/manual/_params.py b/src/dataprotection/azext_dataprotection/manual/_params.py index 4bef83b3949..29109db3e9b 100644 --- a/src/dataprotection/azext_dataprotection/manual/_params.py +++ b/src/dataprotection/azext_dataprotection/manual/_params.py @@ -11,7 +11,8 @@ tags_type, get_enum_type, resource_group_name_type, - get_location_type + get_location_type, + get_three_state_flag ) from azure.cli.core.commands.validators import ( validate_file_or_dict @@ -38,12 +39,16 @@ get_backup_operation_values, get_permission_scope_values, get_resource_type_values, - get_critical_operation_values + get_critical_operation_values, + get_persistent_volume_restore_mode_values, + get_conflict_policy_values ) def load_arguments(self, _): with self.argument_context('dataprotection backup-instance create') as c: + c.argument('resource_group_name', resource_group_name_type) + c.argument('vault_name', type=str, help='The name of the backup vault.', id_part='name') c.argument('backup_instance', type=validate_file_or_dict, help='Request body for operation Expected value: ' 'json-string/@json-file.') @@ -51,10 +56,26 @@ def load_arguments(self, _): c.argument('backup_instance', type=validate_file_or_dict, help='Request body for operation Expected value: ' 'json-string/@json-file.') + with self.argument_context('dataprotection backup-instance initialize-backupconfig') as c: + c.argument('datasource_type', arg_type=get_enum_type(get_datasource_types()), help="Specify the datasource type of the resource to be backed up.") + c.argument('excluded_resource_types', type=str, nargs='+', options_list=["--excluded-resource-types", "--excluded-resource-type"], + help="List of resource types to be excluded for backup.") + c.argument('included_resource_types', type=str, nargs='+', options_list=["--included-resource-types", "--included-resource-type"], + help="List of resource types to be included for backup.") + c.argument('excluded_namespaces', type=str, nargs='+', help="List of namespaces to be excluded for backup.") + c.argument('included_namespaces', type=str, nargs='+', help="List of namespaces to be included for backup.") + c.argument('label_selectors', type=str, nargs='+', help="List of labels for internal filtering for backup.") + c.argument('snapshot_volumes', arg_type=get_three_state_flag(), help="Boolean parameter to decide whether snapshot volumes are included for backup. By default this is taken as true.") + c.argument('include_cluster_scope_resources', arg_type=get_three_state_flag(), + options_list=['--include-cluster-scope-resources', '--include-cluster-scope'], + help="Boolean parameter to decide whether cluster scope resources are included for restore. By default this is taken as true.") + with self.argument_context('dataprotection backup-instance initialize') as c: c.argument('datasource_type', arg_type=get_enum_type(get_datasource_types()), help="Specify the datasource type of the resource to be backed up") c.argument('datasource_id', type=str, help="ARM Id of the resource to be backed up") c.argument('datasource_location', options_list=['--datasource-location', '-l'], arg_type=get_location_type(self.cli_ctx)) + c.argument('friendly_name', type=str, help="User-defined friendly name for the backup instance") + c.argument('backup_configuration', type=validate_file_or_dict, help="Backup configuration for backup. Use this parameter to configure protection for AzureKubernetesService.") c.argument('policy_id', type=str, help="Id of the backup policy the datasource will be associated") c.argument('secret_store_type', arg_type=get_enum_type(get_secret_store_type_values()), help="Specify the secret store type to use for authentication") c.argument('secret_store_uri', type=str, help="specify the secret store uri to use for authentication") @@ -67,10 +88,6 @@ def load_arguments(self, _): c.argument('vault_name', type=str, help="Name of the vault.") c.argument('policy_id', type=str, help="specify the ID of the new policy with which backup instance will be associated with.") - with self.argument_context('dataprotection recovery-point list') as c: - c.argument('start_time', type=datetime_type, help="specify the start date in UTC (yyyy-mm-ddTHH:MM:SS)") - c.argument('end_time', type=datetime_type, help="specify the end date in UTC (yyyy-mm-ddTHH:MM:SS)") - with self.argument_context('dataprotection backup-policy create') as c: c.argument('policy', type=validate_file_or_dict, help='Request body for operation Expected value: ' 'json-string/@json-file.') @@ -94,8 +111,12 @@ def load_arguments(self, _): c.argument('permissions_scope', arg_type=get_enum_type(get_permission_scope_values()), help="Scope for assigning permissions to the backup vault") c.argument('keyvault_id', type=str, help='ARM id of the key vault. Required when --datasource-type is AzureDatabaseForPostgreSQL') c.argument('yes', options_list=['--yes', '-y'], help='Do not prompt for confirmation.', action='store_true') - c.argument('backup_instance', type=validate_file_or_dict, help='Request body for operation Expected value: ' + c.argument('snapshot_resource_group_id', options_list=['--snapshot-resource-group-id', '--snapshot-rg-id'], type=str, + help='ARM id of the snapshot resource group. Required when assigning permissions over snapshot resource group and the --operation is Restore') + c.argument('backup_instance', type=validate_file_or_dict, help='Request body for operation "Backup" Expected value: ' 'json-string/@json-file. Required when --operation is Backup') + c.argument('restore_request_object', type=validate_file_or_dict, help='Request body for operation "Restore" Expected value: ' + 'json-string/@json-file. Required when --operation is Restore') with self.argument_context('dataprotection job list-from-resourcegraph') as c: c.argument('subscriptions', type=str, nargs='+', help="List of subscription Ids.") @@ -152,8 +173,43 @@ def load_arguments(self, _): c.argument('name', arg_type=get_enum_type(get_tag_name_values()), help="Specify the tag name to be removed in policy.") c.argument('policy', type=validate_file_or_dict, help="Existing policy Json string or file.") + with self.argument_context('dataprotection backup-instance validate-for-restore') as c: + c.argument('resource_group_name', resource_group_name_type) + c.argument('vault_name', type=str, help='The name of the backup vault.', id_part='name') + c.argument('backup_instance_name', options_list=['--name', '-n', '--backup-instance-name'], type=str, + help='The name of the backup instance', id_part='child_name_1') + c.argument('restore_request_object', type=validate_file_or_dict, help='Gets or sets the restore request ' + 'object. Expected value: json-string/@json-file.') + + with self.argument_context('dataprotection backup-instance initialize-restoreconfig') as c: + c.argument('datasource_type', arg_type=get_enum_type(get_datasource_types()), help="Specify the datasource type of the resource to be backed up") + c.argument('excluded_resource_types', type=str, nargs='+', options_list=["--excluded-resource-types", "--excluded-resource-type"], + help="List of resource types to be excluded for restore.") + c.argument('included_resource_types', type=str, nargs='+', options_list=["--included-resource-types", "--included-resource-type"], + help="List of resource types to be included for restore.") + c.argument('excluded_namespaces', type=str, nargs='+', help="List of namespaces to be excluded for restore.") + c.argument('included_namespaces', type=str, nargs='+', help="List of namespaces to be included for restore.") + c.argument('label_selectors', type=str, nargs='+', help="List of labels for internal filtering for restore.") + c.argument("persistent_volume_restore_mode", arg_type=get_enum_type(get_persistent_volume_restore_mode_values()), + options_list=['--persistent-volume-restore-mode', '--persistent-restoremode'], + help="Restore mode for persistent volumes. Allowed values are RestoreWithVolumeData, RestoreWithoutVolumeData. Default value is RestoreWithVolumeData.") + c.argument('conflict_policy', arg_type=get_enum_type(get_conflict_policy_values()), help="Conflict policy for restore. Allowed values are Skip, Patch. Default value is Skip.") + c.argument('namespace_mappings', type=validate_file_or_dict, help="Namespaces mapping from source namespaces to target namespaces to resolve namespace naming conflicts in the target cluster.") + c.argument('include_cluster_scope_resources', arg_type=get_three_state_flag(), + options_list=['--include-cluster-scope-resources', '--include-cluster-scope'], + help="Boolean parameter to decide whether cluster scope resources are included for restore. By default this is taken as true.") + + with self.argument_context('dataprotection backup-instance restore trigger') as c: + c.argument('resource_group_name', resource_group_name_type) + c.argument('vault_name', type=str, help='The name of the backup vault.', id_part='name') + c.argument('backup_instance_name', options_list=['--name', '-n', '--backup-instance-name'], type=str, + help='The name of the backup instance', id_part='child_name_1') + c.argument('restore_request_object', type=validate_file_or_dict, help='Gets or sets the restore request ' + 'object. Expected value: json-string/@json-file.') + with self.argument_context('dataprotection backup-instance restore initialize-for-data-recovery') as c: c.argument('target_resource_id', type=str, help="specify the resource ID to which the data will be restored.") + c.argument('backup_instance_id', type=str, help="specify the backup instance ID.") c.argument('recovery_point_id', type=str, help="specify the recovery point ID which will be used for restoring the data.") c.argument('point_in_time', type=datetime_type, help="specify the point in time which will be used for restoring the data in UTC (yyyy-mm-ddTHH:MM:SS)") c.argument('datasource_type', arg_type=get_enum_type(get_datasource_types()), help="Specify the datasource type") @@ -163,10 +219,13 @@ def load_arguments(self, _): c.argument('secret_store_uri', type=str, help="Specify the secret store uri to use for authentication") c.argument('rehydration_priority', arg_type=get_enum_type(get_rehydration_priority_values()), help="Specify the rehydration priority for rehydrate restore.") c.argument('rehydration_duration', type=int, help="Specify the rehydration duration for rehydrate restore.") + c.argument('restore_configuration', type=validate_file_or_dict, help="Restore configuration for restore. Use this parameter to restore with AzureKubernetesService.") with self.argument_context('dataprotection backup-instance restore initialize-for-data-recovery-as-files') as c: c.argument('target_blob_container_url', type=str, help="specify the blob container url to which the data will be restored.") c.argument('target_file_name', type=str, help="specify the file name to which the data will be restored.") + c.argument('target_resource_id', type=str, help="specify the target storage container ARM ID to which data will be restored, " + 'required for restoring as files to another subscription') c.argument('recovery_point_id', type=str, help="specify the recovery point ID which will be used for restoring the data.") c.argument('point_in_time', type=datetime_type, help="specify the point in time which will be used for restoring the data in UTC (yyyy-mm-ddTHH:MM:SS)") c.argument('datasource_type', arg_type=get_enum_type(get_datasource_types()), help="Specify the datasource type") @@ -176,6 +235,7 @@ def load_arguments(self, _): c.argument('rehydration_duration', type=int, help="Specify the rehydration duration for rehydrate restore.") with self.argument_context('dataprotection backup-instance restore initialize-for-item-recovery') as c: + c.argument('target_resource_id', type=str, help="specify the resource ID to which the data will be restored.") c.argument('restore_location', type=str, help="specify the restore location.") c.argument('recovery_point_id', type=str, help="specify the recovery point ID which will be used for restoring the data.") c.argument('point_in_time', type=datetime_type, help="specify the point in time which will be used for restoring the data in UTC (yyyy-mm-ddTHH:MM:SS).") @@ -185,6 +245,7 @@ def load_arguments(self, _): c.argument('container_list', type=str, nargs='+', help="specify the list of containers to restore.") c.argument('from_prefix_pattern', type=str, nargs='+', help="specify the prefix pattern for start range.") c.argument('to_prefix_pattern', type=str, nargs='+', help="specify the prefix pattern for end range.") + c.argument('restore_configuration', type=validate_file_or_dict, help="Restore configuration for restore. Use this parameter to restore with AzureKubernetesService.") with self.argument_context('dataprotection backup-vault list') as c: c.argument('resource_group_name', resource_group_name_type) diff --git a/src/dataprotection/azext_dataprotection/manual/aaz_operations/__init__.py b/src/dataprotection/azext_dataprotection/manual/aaz_operations/__init__.py new file mode 100644 index 00000000000..5757aea3175 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/manual/aaz_operations/__init__.py @@ -0,0 +1,6 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- diff --git a/src/dataprotection/azext_dataprotection/manual/operations/custom_aaz.py b/src/dataprotection/azext_dataprotection/manual/aaz_operations/backup_instance.py similarity index 100% rename from src/dataprotection/azext_dataprotection/manual/operations/custom_aaz.py rename to src/dataprotection/azext_dataprotection/manual/aaz_operations/backup_instance.py diff --git a/src/dataprotection/azext_dataprotection/manual/aaz_operations/recovery_point.py b/src/dataprotection/azext_dataprotection/manual/aaz_operations/recovery_point.py new file mode 100644 index 00000000000..a7dc7fc7ca6 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/manual/aaz_operations/recovery_point.py @@ -0,0 +1,41 @@ +# -------------------------------------------------------------------------------------------- +# 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.aaz import AAZStrArg +from azext_dataprotection.aaz.latest.dataprotection.recovery_point import List as _RecoveryPointList +from ..helpers import validate_recovery_point_datetime_format + + +class RecoveryPointList(_RecoveryPointList): + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + _args_schema = cls._args_schema + _args_schema.start_time = AAZStrArg( + options=["--start-time"], + help="Specify the start date time in UTC (yyyy-mm-ddTHH:MM:SS)", + ) + _args_schema.end_time = AAZStrArg( + options=["--end-time"], + help="Specify the end date time in UTC (yyyy-mm-ddTHH:MM:SS)", + ) + _args_schema.filter._registered = False + _args_schema.skip_token._registered = False + return cls._args_schema + + def pre_operations(self): + start_time = validate_recovery_point_datetime_format(self.ctx.args.start_time) + end_time = validate_recovery_point_datetime_format(self.ctx.args.end_time) + rp_filter = "" + if start_time: + rp_filter += "startDate eq '" + start_time + "'" + if end_time: + if self.ctx.args.start_time: + rp_filter += " and " + rp_filter += "endDate eq '" + end_time + "'" + self.ctx.args.filter = rp_filter diff --git a/src/dataprotection/azext_dataprotection/manual/commands.py b/src/dataprotection/azext_dataprotection/manual/commands.py index 3b3955339e4..4859cf6d953 100644 --- a/src/dataprotection/azext_dataprotection/manual/commands.py +++ b/src/dataprotection/azext_dataprotection/manual/commands.py @@ -7,9 +7,8 @@ # pylint: disable=too-many-locals # pylint: disable=line-too-long -from azure.cli.core.commands import CliCommandType from azext_dataprotection.generated._client_factory import ( - cf_backup_instance, cf_backup_vault, cf_backup_policy, cf_resource_guard + cf_backup_instance, cf_backup_policy, cf_resource_guard ) from azext_dataprotection.manual._client_factory import cf_resource_graph_client @@ -17,20 +16,27 @@ def load_command_table(self, _): - with self.command_group('dataprotection backup-instance', client_factory=cf_backup_instance, exception_handler=exception_handler) as g: + + # Manual backup-instance commmands currently migrated to AAZ-dev-tools + with self.command_group('dataprotection backup-instance', exception_handler=exception_handler) as g: + g.custom_command('initialize-backupconfig', "dataprotection_backup_instance_initialize_backupconfig") + g.custom_command('initialize-restoreconfig', "dataprotection_backup_instance_initialize_restoreconfig") g.custom_command('initialize', "dataprotection_backup_instance_initialize") - g.custom_command( - 'validate-for-backup', 'dataprotection_backup_instance_validate_for_backup', supports_no_wait=True - ) g.custom_command('create', 'dataprotection_backup_instance_create', supports_no_wait=True) - g.custom_command('adhoc-backup', 'dataprotection_backup_instance_adhoc_backup', supports_no_wait=True) - g.custom_command( - 'validate-for-restore', 'dataprotection_backup_instance_validate_for_restore', supports_no_wait=True - ) - g.custom_command('restore trigger', 'dataprotection_backup_instance_restore_trigger', supports_no_wait=True) - g.custom_command('update-policy', "dataprotection_backup_instance_update_policy", supports_no_wait=True) + g.custom_command('validate-for-backup', 'dataprotection_backup_instance_validate_for_backup', supports_no_wait=True) g.custom_command('list-from-resourcegraph', 'dataprotection_backup_instance_list_from_resourcegraph', client_factory=cf_resource_graph_client) - g.custom_command('update-msi-permissions', 'dataprotection_backup_instance_update_msi_permissions', client_factory=cf_backup_vault) + g.custom_command('validate-for-restore', 'dataprotection_backup_instance_validate_for_restore', supports_no_wait=True) + g.custom_command('update-msi-permissions', 'dataprotection_backup_instance_update_msi_permissions') + + # All backup-instance restore commands have been "migrated" to AAZ (Dataprotection SDK calls being made have been replaced, others remain) + with self.command_group('dataprotection backup-instance restore', exception_handler=exception_handler) as g: + g.custom_command('trigger', 'dataprotection_backup_instance_restore_trigger') + g.custom_command('initialize-for-data-recovery', 'restore_initialize_for_data_recovery') + g.custom_command('initialize-for-data-recovery-as-files', 'restore_initialize_for_data_recovery_as_files') + g.custom_command('initialize-for-item-recovery', 'restore_initialize_for_item_recovery') + + with self.command_group('dataprotection backup-instance', client_factory=cf_backup_instance, exception_handler=exception_handler) as g: + g.custom_command('update-policy', "dataprotection_backup_instance_update_policy", supports_no_wait=True) with self.command_group('dataprotection backup-policy', exception_handler=exception_handler) as g: g.custom_command('get-default-policy-template', "dataprotection_backup_policy_get_default_policy_template") @@ -54,17 +60,10 @@ def load_command_table(self, _): with self.command_group('dataprotection job') as g: g.custom_command('list-from-resourcegraph', "dataprotection_job_list_from_resourcegraph", client_factory=cf_resource_graph_client) - dataprotection_backup_instance = CliCommandType( - operations_tmpl='azext_dataprotection.vendored_sdks.dataprotection.operations._backup_instances_operations#BackupInstancesOperations.{}', - client_factory=cf_backup_instance - ) - - with self.command_group('dataprotection backup-instance restore', dataprotection_backup_instance, client_factory=cf_backup_instance, exception_handler=exception_handler) as g: - g.custom_command('initialize-for-data-recovery', 'restore_initialize_for_data_recovery') - g.custom_command('initialize-for-data-recovery-as-files', 'restore_initialize_for_data_recovery_as_files') - g.custom_command('initialize-for-item-recovery', 'restore_initialize_for_item_recovery') - with self.command_group('dataprotection resource-guard', exception_handler=exception_handler, client_factory=cf_resource_guard) as g: g.custom_command('list', 'dataprotection_resource_guard_list') g.custom_command('list-protected-operations', 'resource_guard_list_protected_operations') g.custom_command('update', 'dataprotection_resource_guard_update') + + from .aaz_operations.recovery_point import RecoveryPointList + self.command_table['dataprotection recovery-point list'] = RecoveryPointList(loader=self) diff --git a/src/dataprotection/azext_dataprotection/manual/custom.py b/src/dataprotection/azext_dataprotection/manual/custom.py index a78fc50a519..771bf848fbd 100644 --- a/src/dataprotection/azext_dataprotection/manual/custom.py +++ b/src/dataprotection/azext_dataprotection/manual/custom.py @@ -9,7 +9,6 @@ # pylint: disable=line-too-long # pylint: disable=too-many-branches import uuid -import copy import re import time from knack.util import CLIError @@ -18,6 +17,7 @@ from azext_dataprotection.vendored_sdks.resourcegraph.models import \ QueryRequest, QueryRequestOptions from azext_dataprotection.manual import backupcenter_helper, helpers as helper +# from azext_dataprotection.aaz.latest.data_protection.resource_guard import Show as ResourceGuardShow logger = get_logger(__name__) @@ -84,33 +84,144 @@ def dataprotection_resource_guard_update(client, parameters=parameters) -def dataprotection_backup_instance_create(client, vault_name, resource_group_name, backup_instance, no_wait=False): - backup_instance_name = backup_instance["backup_instance_name"] - validate_backup_instance = copy.deepcopy(backup_instance) - backup_instance["backup_instance_name"] = None +def dataprotection_backup_instance_create(cmd, vault_name, resource_group_name, backup_instance, no_wait=False): + from azext_dataprotection.aaz.latest.dataprotection.backup_instance import Create as _Create, ValidateForBackup as _ValidateForBackup, Update as _Update - validate_for_backup_request = {} - validate_for_backup_request['backup_instance'] = validate_backup_instance['properties'] + class ValidateAndCreate(_Update): - sdk_no_wait(no_wait, client.begin_validate_for_backup, vault_name=vault_name, - resource_group_name=resource_group_name, parameters=validate_for_backup_request).result() - return sdk_no_wait(no_wait, - client.begin_create_or_update, - vault_name=vault_name, - resource_group_name=resource_group_name, - backup_instance_name=backup_instance_name, - parameters=backup_instance) + def _execute_operations(self): + self.pre_operations() + yield self.BackupInstancesValidateForBackup(ctx=self.ctx)() + yield self.BackupInstancesCreateOrUpdate(ctx=self.ctx)() + self.post_operations() + + def pre_operations(self): + self.ctx.set_var( + "instance", + backup_instance, + schema_builder=self.BackupInstancesCreateOrUpdate._build_schema_on_200_201 + ) + class BackupInstancesValidateForBackup(_ValidateForBackup.BackupInstancesValidateForBackup): + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + value=self.ctx.vars.instance.properties, + ) + + return { + "backupInstance": self.serialize_content(_content_value) + } + + class BackupInstancesCreateOrUpdate(_Create.BackupInstancesCreateOrUpdate): + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + value=self.ctx.vars.instance, + ) + return self.serialize_content(_content_value) + + backup_instance_name = backup_instance["backup_instance_name"] -def dataprotection_backup_instance_validate_for_backup(client, vault_name, resource_group_name, backup_instance, + return ValidateAndCreate(cli_ctx=cmd.cli_ctx)(command_args={ + "vault_name": vault_name, + "resource_group": resource_group_name, + "backup_instance_name": backup_instance_name, + "no_wait": no_wait, + }) + + +def dataprotection_backup_instance_validate_for_backup(cmd, vault_name, resource_group_name, backup_instance, no_wait=False): - validate_for_backup_request = {} - validate_for_backup_request['backup_instance'] = backup_instance['properties'] - return sdk_no_wait(no_wait, client.begin_validate_for_backup, vault_name=vault_name, - resource_group_name=resource_group_name, parameters=validate_for_backup_request) + + from azext_dataprotection.aaz.latest.dataprotection.backup_instance import Create as _Create, ValidateForBackup as _ValidateForBackup + + class Validate(_ValidateForBackup): + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + args_schema = super()._build_arguments_schema(*args, **kwargs) + + args_schema.backup_instance.data_source_set_info.resource_id._required = False + args_schema.backup_instance.datasource_auth_credentials.\ + secret_store_based_auth_credentials.secret_store_resource.secret_store_type._required = False + + return args_schema + + class BackupInstancesValidateForBackup(_ValidateForBackup.BackupInstancesValidateForBackup): + + # TODO: Reach out to swagger team about potentially fixing this in the swagger-side. + # We have to replace "final-state-via" to "location" instead of "azure-async-operation" + # In case of debug issues, compare against the equivalent call in + # src\dataprotection\azext_dataprotection\aaz\latest\dataprotection\backup_instance\_validate_for_backup.py + # to see if there are any new divergences. + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def content(self): + body = helper.convert_dict_keys_snake_to_camel(backup_instance["properties"]) + + return { + "backupInstance": body + } + + return Validate(cli_ctx=cmd.cli_ctx)(command_args={ + "vault_name": vault_name, + "resource_group": resource_group_name, + "backup_instance": backup_instance["properties"], + "no_wait": no_wait, + }) + + +def dataprotection_backup_instance_initialize_backupconfig(datasource_type, excluded_resource_types=None, + included_resource_types=None, excluded_namespaces=None, + included_namespaces=None, label_selectors=None, + snapshot_volumes=None, + include_cluster_scope_resources=None): + if snapshot_volumes is None: + snapshot_volumes = True + if include_cluster_scope_resources is None: + include_cluster_scope_resources = True + + return { + "excluded_resource_types": excluded_resource_types, + "included_resource_types": included_resource_types, + "excluded_namespaces": excluded_namespaces, + "included_namespaces": included_namespaces, + "label_selectors": label_selectors, + "snapshot_volumes": snapshot_volumes, + "include_cluster_scope_resources": include_cluster_scope_resources + } def dataprotection_backup_instance_initialize(datasource_type, datasource_id, datasource_location, policy_id, + friendly_name=None, backup_configuration=None, secret_store_type=None, secret_store_uri=None, snapshot_resource_group_name=None, tags=None): datasource_info = helper.get_datasource_info(datasource_type, datasource_id, datasource_location) @@ -120,8 +231,8 @@ def dataprotection_backup_instance_initialize(datasource_type, datasource_id, da datasourceset_info = helper.get_datasourceset_info(datasource_type, datasource_id, datasource_location) policy_parameters = None - # Azure Disk specific code for adding datastoreparameter list in the json - if datasource_type == "AzureDisk": + # Azure Disk and AKS specific code for adding datastoreparameter list in the json + if manifest["addDataStoreParametersList"]: policy_parameters = { "data_store_parameters_list": [ { @@ -156,6 +267,23 @@ def dataprotection_backup_instance_initialize(datasource_type, datasource_id, da "policy_parameters": policy_parameters } + # Fetching or setting Friendly name, as appropriate + # Following earlier patterns, not raising any concern if friendly name is provided where it isn't required + # However, boilerplate code has been added here as Powershell raises an error here. We might want to flag to the user + # that their provided friendly name will not be used. + if not manifest["friendlyNameRequired"] and friendly_name is not None: + logger.warning("--friendly-name is not a required parameter for the given DatasourceType, and the user input will be overridden") + + # If friendly name is required, we use the user input/validate accordingly if it wasn't provided. If it isn't, we override user input if any + if manifest["friendlyNameRequired"]: + if friendly_name is None: + raise CLIError("friendly-name parameter is required for the given DatasourceType") + friendly_name = datasourceset_info["resource_name"] + "/" + friendly_name + elif manifest["isProxyResource"]: + friendly_name = datasourceset_info["resource_name"] + "/" + datasource_info["resource_name"] + else: + friendly_name = datasource_info["resource_name"] + guid = uuid.uuid1() backup_instance_name = "" if manifest["isProxyResource"]: @@ -163,6 +291,18 @@ def dataprotection_backup_instance_initialize(datasource_type, datasource_id, da else: backup_instance_name = datasource_info["resource_name"] + "-" + datasource_info["resource_name"] + "-" + str(guid) + if manifest["addBackupDatasourceParametersList"]: + if backup_configuration is None: + raise CLIError("Please input parameter backup-configuration for AKS cluster backup. \ + Use command az dataprotection backup-instance initialize-backupconfig \ + for creating the backup-configuration") + backup_configuration["object_type"] = "KubernetesClusterBackupDatasourceParameters" + policy_info["policy_parameters"]["backup_datasource_parameters_list"] = [] + policy_info["policy_parameters"]["backup_datasource_parameters_list"].append(backup_configuration) + else: + if backup_configuration is not None: + logger.warning("--backup-configuration is not required for the given DatasourceType, and will not be used") + return { "backup_instance_name": backup_instance_name, "properties": { @@ -170,6 +310,7 @@ def dataprotection_backup_instance_initialize(datasource_type, datasource_id, da "data_source_set_info": datasourceset_info, "policy_info": policy_info, "datasource_auth_credentials": datasource_auth_credentials_info, + "friendly_name": friendly_name, "object_type": "BackupInstance" }, "tags": tags @@ -203,11 +344,15 @@ def dataprotection_backup_instance_list_from_resourcegraph(client, datasource_ty return response.data -def dataprotection_backup_instance_update_msi_permissions(cmd, client, resource_group_name, datasource_type, vault_name, operation, permissions_scope, backup_instance=None, keyvault_id=None, yes=False): +def dataprotection_backup_instance_update_msi_permissions(cmd, resource_group_name, datasource_type, vault_name, operation, + permissions_scope, backup_instance=None, restore_request_object=None, + keyvault_id=None, snapshot_resource_group_id=None, yes=False): from msrestazure.tools import is_valid_resource_id, parse_resource_id if operation == 'Backup' and backup_instance is None: raise CLIError("--backup-instance needs to be given when --operation is given as Backup") + elif operation == "Restore" and restore_request_object is None: + raise CLIError("--restore-request-object needs to be given when --operation is given as Restore") if datasource_type == 'AzureDatabaseForPostgreSQL': if not keyvault_id: @@ -219,158 +364,256 @@ def dataprotection_backup_instance_update_msi_permissions(cmd, client, resource_ datasource_map = { "AzureDisk": "Microsoft.Compute/disks", "AzureBlob": "Microsoft.Storage/storageAccounts/blobServices", - "AzureDatabaseForPostgreSQL": "Microsoft.DBforPostgreSQL/servers/databases" + "AzureDatabaseForPostgreSQL": "Microsoft.DBforPostgreSQL/servers/databases", + "AzureKubernetesService": "Microsoft.ContainerService/managedClusters" } - if datasource_map[datasource_type] != backup_instance["properties"]["data_source_info"]["datasource_type"]: - raise CLIError("--backup-instance provided is not compatible with the --datasource-type.") - - from azure.cli.core.commands.client_factory import get_mgmt_service_client + manifest = helper.load_manifest(datasource_type) from knack.prompting import prompt_y_n - msg = helper.get_help_text_on_grant_permissions(datasource_type) + msg = helper.get_help_text_on_grant_permissions_templatized(datasource_type) if not yes and not prompt_y_n(msg): return None - backup_vault = client.get(resource_group_name=resource_group_name, - vault_name=vault_name) - principal_id = backup_vault.identity.principal_id - - role_assignments_arr = [] - - if backup_instance['properties']['data_source_info']['resource_location'] != backup_vault.location: - raise CLIError("Location of data source needs to be the same as backup vault.\nMake sure the datasource " - "and vault are chosen properly") - + from azure.cli.core.commands.client_factory import get_mgmt_service_client from azure.cli.command_modules.role.custom import list_role_assignments, create_role_assignment + from azext_dataprotection.aaz.latest.dataprotection.backup_vault import Show as BackupVaultGet - manifest = helper.load_manifest(datasource_type) - - keyvault_client = None - keyvault = None - keyvault_subscription = None - keyvault_name = None - keyvault_rg = None - if manifest['supportSecretStoreAuthentication']: - cmd.command_kwargs['operation_group'] = 'vaults' - keyvault_update = False - - from azure.cli.core.profiles import ResourceType - from azure.cli.command_modules.keyvault._client_factory import Clients, get_client - - keyvault_params = parse_resource_id(keyvault_id) - keyvault_subscription = keyvault_params['subscription'] - keyvault_name = keyvault_params['name'] - keyvault_rg = keyvault_params['resource_group'] - - keyvault_client = getattr(get_mgmt_service_client(cmd.cli_ctx, ResourceType.MGMT_KEYVAULT, subscription_id=keyvault_subscription), Clients.vaults) - - keyvault = keyvault_client.get(resource_group_name=keyvault_rg, vault_name=keyvault_name) - - # Check if keyvault is not publicly accessible - if keyvault.properties.public_network_access == 'Disabled': - raise CLIError("Keyvault has public access disabled. Please enable public access, or grant access to your client IP") - - # Check if the secret URI provided in backup instance is a valid secret - data_entity = get_client(cmd.cli_ctx, ResourceType.DATA_KEYVAULT) - data_client = data_entity.client_factory(cmd.cli_ctx, None) - secrets_list = data_client.get_secrets(vault_base_url=keyvault.properties.vault_uri) - given_secret_uri = backup_instance['properties']['datasource_auth_credentials']['secret_store_resource']['uri'] - given_secret_id = helper.get_secret_params_from_uri(given_secret_uri)['secret_id'] - valid_secret = False - for secret in secrets_list: - if given_secret_id == secret.id: - valid_secret = True - break + backup_vault = BackupVaultGet(cli_ctx=cmd.cli_ctx)(command_args={ + "resource_group": resource_group_name, + "vault_name": vault_name + }) + principal_id = backup_vault['identity']['principalId'] - if not valid_secret: - raise CLIError("The secret URI provided in the --backup-instance is not associated with the " - "--keyvault-id provided. Please input a valid combination of secret URI and " - "--keyvault-id.") - - keyvault_permission_models = manifest['secretStorePermissions'] - if keyvault.properties.enable_rbac_authorization: - role = keyvault_permission_models['rbacModel']['roleDefinitionName'] - - keyvault_assignment_scope = helper.truncate_id_using_scope(keyvault_id, permissions_scope) - - role_assignment = list_role_assignments(cmd, assignee=principal_id, role=role, scope=keyvault_id, include_inherited=True) - if not role_assignment: - assignment = create_role_assignment(cmd, assignee=principal_id, role=role, scope=keyvault_assignment_scope) - role_assignments_arr.append(helper.get_permission_object_from_role_object(assignment)) + role_assignments_arr = [] - else: - from azure.cli.command_modules.keyvault.custom import set_policy - vault_secret_permissions = (keyvault_permission_models['vaultAccessPolicyModel'] - ['accessPolicies'] - ['permissions'] - ['secrets']) - - secrets_array = [] - for policy in keyvault.properties.access_policies: - if policy.object_id == principal_id: - secrets_array = policy.permissions.secrets + if operation == "Backup": + if datasource_map[datasource_type] != backup_instance["properties"]["data_source_info"]["datasource_type"]: + raise CLIError("--backup-instance provided is not compatible with the --datasource-type.") + + if backup_instance['properties']['data_source_info']['resource_location'] != backup_vault['location']: + raise CLIError("Location of data source needs to be the same as backup vault.\nMake sure the datasource " + "and vault are chosen properly") + + keyvault_client = None + keyvault = None + keyvault_subscription = None + keyvault_name = None + keyvault_rg = None + if manifest['supportSecretStoreAuthentication']: + cmd.command_kwargs['operation_group'] = 'vaults' + keyvault_update = False + + from azure.cli.core.profiles import ResourceType + from azure.cli.command_modules.keyvault._client_factory import Clients, get_client + + keyvault_params = parse_resource_id(keyvault_id) + keyvault_subscription = keyvault_params['subscription'] + keyvault_name = keyvault_params['name'] + keyvault_rg = keyvault_params['resource_group'] + + keyvault_client = getattr(get_mgmt_service_client(cmd.cli_ctx, ResourceType.MGMT_KEYVAULT, subscription_id=keyvault_subscription), Clients.vaults) + + keyvault = keyvault_client.get(resource_group_name=keyvault_rg, vault_name=keyvault_name) + + # Check if keyvault is not publicly accessible + if keyvault.properties.public_network_access == 'Disabled': + raise CLIError("Keyvault has public access disabled. Please enable public access, or grant access to your client IP") + + # Check if the secret URI provided in backup instance is a valid secret + data_entity = get_client(cmd.cli_ctx, ResourceType.DATA_KEYVAULT) + data_client = data_entity.client_factory(cmd.cli_ctx, None) + secrets_list = data_client.get_secrets(vault_base_url=keyvault.properties.vault_uri) + given_secret_uri = backup_instance['properties']['datasource_auth_credentials']['secret_store_resource']['uri'] + given_secret_id = helper.get_secret_params_from_uri(given_secret_uri)['secret_id'] + valid_secret = False + for secret in secrets_list: + if given_secret_id == secret.id: + valid_secret = True break - permissions_set = True - for permission in vault_secret_permissions: - if permission not in secrets_array: - permissions_set = False - secrets_array.append(permission) + if not valid_secret: + raise CLIError("The secret URI provided in the --backup-instance is not associated with the " + "--keyvault-id provided. Please input a valid combination of secret URI and " + "--keyvault-id.") - if not permissions_set: - keyvault_update = True - keyvault = set_policy(cmd, keyvault_client, keyvault_rg, keyvault_name, object_id=principal_id, secret_permissions=secrets_array) - keyvault = keyvault.result() + keyvault_permission_models = manifest['secretStorePermissions'] + if keyvault.properties.enable_rbac_authorization: + role = keyvault_permission_models['rbacModel']['roleDefinitionName'] - from azure.cli.command_modules.keyvault.custom import update_vault_setter + keyvault_assignment_scope = helper.truncate_id_using_scope(keyvault_id, permissions_scope) - if keyvault.properties.network_acls: - if keyvault.properties.network_acls.bypass == 'None': - keyvault_update = True - keyvault.properties.network_acls.bypass = 'AzureServices' - update_vault_setter(cmd, keyvault_client, keyvault, resource_group_name=keyvault_rg, vault_name=keyvault_name) + role_assignment = list_role_assignments(cmd, assignee=principal_id, role=role, scope=keyvault_id, include_inherited=True) + if not role_assignment: + assignment = create_role_assignment(cmd, assignee=principal_id, role=role, scope=keyvault_assignment_scope) + role_assignments_arr.append(helper.get_permission_object_from_role_object(assignment)) - if keyvault_update: - role_assignments_arr.append(helper.get_permission_object_from_keyvault(keyvault)) + else: + from azure.cli.command_modules.keyvault.custom import set_policy + vault_secret_permissions = (keyvault_permission_models['vaultAccessPolicyModel'] + ['accessPolicies'] + ['permissions'] + ['secrets']) + + secrets_array = [] + for policy in keyvault.properties.access_policies: + if policy.object_id == principal_id: + secrets_array = policy.permissions.secrets + break + + permissions_set = True + for permission in vault_secret_permissions: + if permission not in secrets_array: + permissions_set = False + secrets_array.append(permission) + + if not permissions_set: + keyvault_update = True + keyvault = set_policy(cmd, keyvault_client, keyvault_rg, keyvault_name, object_id=principal_id, secret_permissions=secrets_array) + keyvault = keyvault.result() + + from azure.cli.command_modules.keyvault.custom import update_vault_setter + + if keyvault.properties.network_acls: + if keyvault.properties.network_acls.bypass == 'None': + keyvault_update = True + keyvault.properties.network_acls.bypass = 'AzureServices' + update_vault_setter(cmd, keyvault_client, keyvault, resource_group_name=keyvault_rg, vault_name=keyvault_name) + + if keyvault_update: + role_assignments_arr.append(helper.get_permission_object_from_keyvault(keyvault)) + + for role_object in manifest['backupVaultPermissions']: + resource_id = helper.get_resource_id_from_backup_instance(backup_instance, role_object['type']) + resource_id = helper.truncate_id_using_scope(resource_id, "Resource") + + assignment_scope = helper.truncate_id_using_scope(resource_id, permissions_scope) + + role_assignments = list_role_assignments(cmd, assignee=principal_id, role=role_object['roleDefinitionName'], + scope=resource_id, include_inherited=True) + if not role_assignments: + assignment = create_role_assignment(cmd, assignee=principal_id, role=role_object['roleDefinitionName'], + scope=assignment_scope) + role_assignments_arr.append(helper.get_permission_object_from_role_object(assignment)) - for role_object in manifest['backupVaultPermissions']: - resource_id = helper.get_resource_id_from_backup_instance(backup_instance, role_object['type']) - resource_id = helper.truncate_id_using_scope(resource_id, "Resource") + if 'dataSourcePermissions' in manifest: + for role_object in manifest['dataSourcePermissions']: + datasource_principal_id = None + + if datasource_type == "AzureKubernetesService": + datasource_arm_id = helper.get_resource_id_from_backup_instance(backup_instance, 'DataSource') + subscription_arm_id = helper.get_sub_id_from_arm_id(datasource_arm_id) + subscription_id = subscription_arm_id.split("/")[-1] + + from azext_dataprotection.vendored_sdks.azure_mgmt_preview_aks import ContainerServiceClient + aks_client = get_mgmt_service_client(cmd.cli_ctx, ContainerServiceClient, subscription_id=subscription_id) + aks_client = getattr(aks_client, 'managed_clusters') + aks_name = helper.get_resource_name_from_backup_instance(backup_instance, 'DataSource') + + aks_cluster = aks_client.get(resource_group_name, aks_name) + datasource_principal_id = aks_cluster.identity.principal_id + else: + raise CLIError("Datasource-over-X permissions can currently only be set for Datasource type AzureKubernetesService") + + resource_id = helper.get_resource_id_from_backup_instance(backup_instance, role_object['type']) + resource_id = helper.truncate_id_using_scope(resource_id, "Resource") + assignment_scope = helper.truncate_id_using_scope(resource_id, permissions_scope) + + role_assignments = list_role_assignments(cmd, assignee=datasource_principal_id, + role=role_object['roleDefinitionName'], scope=resource_id, + include_inherited=True) + if not role_assignments: + assignment = create_role_assignment(cmd, assignee=datasource_principal_id, + role=role_object['roleDefinitionName'], scope=assignment_scope) + role_assignments_arr.append(helper.get_permission_object_from_role_object(assignment)) + + # Network line of sight access on server, if that is the datasource type + if datasource_type == 'AzureDatabaseForPostgreSQL': + server_params = parse_resource_id(backup_instance['properties']['data_source_info']['resource_id']) + server_sub = server_params['subscription'] + server_name = server_params['name'] + server_rg = server_params['resource_group'] + + from azure.mgmt.rdbms.postgresql import PostgreSQLManagementClient + postgres_firewall_client = getattr(get_mgmt_service_client(cmd.cli_ctx, PostgreSQLManagementClient, subscription_id=server_sub), 'firewall_rules') + + firewall_rule_list = postgres_firewall_client.list_by_server(resource_group_name=server_rg, server_name=server_name) + + allow_access_to_azure_ips = False + for rule in firewall_rule_list: + if rule.start_ip_address == rule.end_ip_address and rule.start_ip_address == '0.0.0.0': + allow_access_to_azure_ips = True + break - assignment_scope = helper.truncate_id_using_scope(resource_id, permissions_scope) + if not allow_access_to_azure_ips: + firewall_rule_name = 'AllowAllWindowsAzureIps' + parameters = {'name': firewall_rule_name, 'start_ip_address': '0.0.0.0', 'end_ip_address': '0.0.0.0'} - role_assignments = list_role_assignments(cmd, assignee=principal_id, role=role_object['roleDefinitionName'], - scope=resource_id, include_inherited=True) - if not role_assignments: - assignment = create_role_assignment(cmd, assignee=principal_id, role=role_object['roleDefinitionName'], - scope=assignment_scope) - role_assignments_arr.append(helper.get_permission_object_from_role_object(assignment)) + rule = postgres_firewall_client.begin_create_or_update(server_rg, server_name, firewall_rule_name, parameters) + role_assignments_arr.append(helper.get_permission_object_from_server_firewall_rule(rule.result())) + elif operation == "Restore": + if datasource_type != "AzureKubernetesService": + raise CLIError("Set permissions for restore is currently not supported for given DataSourceType") - # Network line of sight access on server, if that is the datasource type - if datasource_type == 'AzureDatabaseForPostgreSQL': - server_params = parse_resource_id(backup_instance['properties']['data_source_info']['resource_id']) - server_sub = server_params['subscription'] - server_name = server_params['name'] - server_rg = server_params['resource_group'] + for role_object in manifest['backupVaultPermissions']: + resource_id = helper.get_resource_id_from_restore_request_object(restore_request_object, role_object['type']) - from azure.mgmt.rdbms.postgresql import PostgreSQLManagementClient - postgres_firewall_client = getattr(get_mgmt_service_client(cmd.cli_ctx, PostgreSQLManagementClient, subscription_id=server_sub), 'firewall_rules') + if role_object['type'] == 'SnapshotRG': + if snapshot_resource_group_id is None: + logger.warning("snapshot-resource-group-id parameter is required to assign permissions over snapshot resource group, skipping") + continue + else: + resource_id = snapshot_resource_group_id - firewall_rule_list = postgres_firewall_client.list_by_server(resource_group_name=server_rg, server_name=server_name) + resource_id = helper.truncate_id_using_scope(resource_id, "Resource") - allow_access_to_azure_ips = False - for rule in firewall_rule_list: - if rule.start_ip_address == rule.end_ip_address and rule.start_ip_address == '0.0.0.0': - allow_access_to_azure_ips = True - break + assignment_scope = helper.truncate_id_using_scope(resource_id, permissions_scope) - if not allow_access_to_azure_ips: - firewall_rule_name = 'AllowAllWindowsAzureIps' - parameters = {'name': firewall_rule_name, 'start_ip_address': '0.0.0.0', 'end_ip_address': '0.0.0.0'} + role_assignments = list_role_assignments(cmd, assignee=principal_id, role=role_object['roleDefinitionName'], + scope=resource_id, include_inherited=True) + if not role_assignments: + assignment = create_role_assignment(cmd, assignee=principal_id, role=role_object['roleDefinitionName'], + scope=assignment_scope) + role_assignments_arr.append(helper.get_permission_object_from_role_object(assignment)) - rule = postgres_firewall_client.begin_create_or_update(server_rg, server_name, firewall_rule_name, parameters) - role_assignments_arr.append(helper.get_permission_object_from_server_firewall_rule(rule.result())) + if 'dataSourcePermissions' in manifest: + for role_object in manifest['dataSourcePermissions']: + resource_id = helper.get_resource_id_from_restore_request_object(restore_request_object, role_object['type']) + + if role_object['type'] == 'SnapshotRG': + if snapshot_resource_group_id is None: + logger.warning("snapshot-resource-group-id parameter is required to assign permissions over snapshot resource group, skipping") + continue + else: + resource_id = snapshot_resource_group_id + + resource_id = helper.truncate_id_using_scope(resource_id, "Resource") + assignment_scope = helper.truncate_id_using_scope(resource_id, permissions_scope) + + datasource_principal_id = None + + if datasource_type == "AzureKubernetesService": + datasource_arm_id = helper.get_resource_id_from_restore_request_object(restore_request_object, 'DataSource') + subscription_arm_id = helper.get_sub_id_from_arm_id(datasource_arm_id) + subscription_id = subscription_arm_id.split("/")[-1] + + from azext_dataprotection.vendored_sdks.azure_mgmt_preview_aks import ContainerServiceClient + aks_client = get_mgmt_service_client(cmd.cli_ctx, ContainerServiceClient, subscription_id=subscription_id) + aks_client = getattr(aks_client, 'managed_clusters') + aks_name = helper.get_resource_name_from_restore_request_object(restore_request_object, 'DataSource') + + aks_cluster = aks_client.get(resource_group_name, aks_name) + datasource_principal_id = aks_cluster.identity.principal_id + else: + raise CLIError("Datasource-over-X permissions can currently only be set for Datasource type AzureKubernetesService") + + role_assignments = list_role_assignments(cmd, assignee=datasource_principal_id, + role=role_object['roleDefinitionName'], scope=resource_id, + include_inherited=True) + if not role_assignments: + assignment = create_role_assignment(cmd, assignee=datasource_principal_id, + role=role_object['roleDefinitionName'], scope=assignment_scope) + role_assignments_arr.append(helper.get_permission_object_from_role_object(assignment)) if not role_assignments_arr: logger.warning("The required permissions are already assigned!") @@ -398,21 +641,6 @@ def dataprotection_job_list_from_resourcegraph(client, datasource_type, resource return response.data -def dataprotection_recovery_point_list(client, vault_name, resource_group_name, backup_instance_name, - start_time=None, end_time=None): - rp_filter = "" - if start_time is not None: - rp_filter += "startDate eq '" + start_time + "'" - if end_time is not None: - if start_time is not None: - rp_filter += " and " - rp_filter += "endDate eq '" + end_time + "'" - return client.list(vault_name=vault_name, - resource_group_name=resource_group_name, - backup_instance_name=backup_instance_name, - filter=rp_filter) - - def dataprotection_backup_policy_create(client, vault_name, resource_group_name, policy, backup_policy_name): parameters = {} parameters['properties'] = policy @@ -631,12 +859,128 @@ def dataprotection_backup_policy_tag_remove_in_policy(name, policy): return policy -def restore_initialize_for_data_recovery(target_resource_id, datasource_type, source_datastore, restore_location, +def dataprotection_backup_instance_validate_for_restore(cmd, vault_name, resource_group_name, backup_instance_name, + restore_request_object, no_wait=False): + from azext_dataprotection.aaz.latest.dataprotection.backup_instance import ValidateForRestore as _ValidateForRestore + + class ValidateForRestore(_ValidateForRestore): + + def pre_operations(self): + self.ctx.set_var( + "instance", + restore_request_object, + schema_builder=self.BackupInstancesValidateForRestore._build_schema_on_200 + ) + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + args_schema = super()._build_arguments_schema(*args, **kwargs) + + args_schema.restore_request_object._required = False + + return args_schema + + class BackupInstancesValidateForRestore(_ValidateForRestore.BackupInstancesValidateForRestore): + + @property + def content(self): + return { + "restoreRequestObject": helper.convert_dict_keys_snake_to_camel(restore_request_object) + } + + return ValidateForRestore(cli_ctx=cmd.cli_ctx)(command_args={ + "vault_name": vault_name, + "resource_group": resource_group_name, + "backup_instance_name": backup_instance_name, + "restore_request_object": restore_request_object, + "no_wait": no_wait + }) + + +def dataprotection_backup_instance_initialize_restoreconfig(datasource_type, excluded_resource_types=None, + included_resource_types=None, excluded_namespaces=None, + included_namespaces=None, label_selectors=None, + persistent_volume_restore_mode=None, + include_cluster_scope_resources=None, + namespace_mappings=None, conflict_policy=None): + if datasource_type != "AzureKubernetesService": + raise CLIError("This command is currently not supported for datasource types other than AzureKubernetesService") + + object_type = "KubernetesClusterRestoreCriteria" + + if persistent_volume_restore_mode is None: + persistent_volume_restore_mode = "RestoreWithVolumeData" + if conflict_policy is None: + conflict_policy = "Skip" + if include_cluster_scope_resources is None: + include_cluster_scope_resources = True + + return { + "object_type": object_type, + "excluded_resource_types": excluded_resource_types, + "included_resource_types": included_resource_types, + "excluded_namespaces": excluded_namespaces, + "included_namespaces": included_namespaces, + "label_selectors": label_selectors, + "persistent_volume_restore_mode": persistent_volume_restore_mode, + "include_cluster_scope_resources": include_cluster_scope_resources, + "conflict_policy": conflict_policy, + "namespace_mappings": namespace_mappings, + } + + +def dataprotection_backup_instance_restore_trigger(cmd, vault_name, resource_group_name, backup_instance_name, + restore_request_object, no_wait=False): + from azext_dataprotection.aaz.latest.dataprotection.backup_instance.restore import Trigger as _Trigger + + class Trigger(_Trigger): + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + args_schema = super()._build_arguments_schema(*args, **kwargs) + + args_schema.restore_target_info._required = False + args_schema.source_data_store_type._required = False + + return args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.BackupInstancesTriggerRestore(ctx=self.ctx)() + self.post_operations() + + class BackupInstancesTriggerRestore(_Trigger.BackupInstancesTriggerRestore): + + @property + def content(self): + return helper.convert_dict_keys_snake_to_camel(restore_request_object) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data["properties"], + schema_builder=self._build_schema_on_200 + ) + + return Trigger(cli_ctx=cmd.cli_ctx)(command_args={ + "vault_name": vault_name, + "resource_group": resource_group_name, + "backup_instance_name": backup_instance_name, + "restore_request_object": restore_request_object, + "no_wait": no_wait + }) + + +def restore_initialize_for_data_recovery(cmd, datasource_type, source_datastore, restore_location, target_resource_id=None, recovery_point_id=None, point_in_time=None, secret_store_type=None, - secret_store_uri=None, rehydration_priority=None, rehydration_duration=15): + secret_store_uri=None, rehydration_priority=None, rehydration_duration=15, + restore_configuration=None, backup_instance_id=None): restore_request = {} restore_mode = None + + # Input Validation and variable-assignment from params for recovery via RP or point-in-time if recovery_point_id is not None and point_in_time is not None: raise CLIError("Please provide either recovery point id or point in time parameter, not both.") @@ -654,10 +998,14 @@ def restore_initialize_for_data_recovery(target_resource_id, datasource_type, so raise CLIError("Please provide either recovery point id or point in time parameter.") manifest = helper.load_manifest(datasource_type) + + # Restore mode (assigned during RP/point-in-time validation earlier) should be supported for the workload if manifest is not None and manifest["allowedRestoreModes"] is not None and restore_mode not in manifest["allowedRestoreModes"]: raise CLIError(restore_mode + " restore mode is not supported for datasource type " + datasource_type + ". Supported restore modes are " + ','.join(manifest["allowedRestoreModes"])) + # If the source datastore (type) is allowed for the workload, we start creating the restore request object. + # We also check for rehydration priority/duration in here for some reason? It could be shifted out. if source_datastore in manifest["policySettings"]["supportedDatastoreTypes"]: restore_request["source_data_store_type"] = source_datastore if rehydration_priority: @@ -671,13 +1019,54 @@ def restore_initialize_for_data_recovery(target_resource_id, datasource_type, so ". Supported datastore types are " + ','.join(manifest["policySettings"]["supportedDatastoreTypes"])) restore_request["restore_target_info"] = {} - restore_request["restore_target_info"]["object_type"] = "RestoreTargetInfo" restore_request["restore_target_info"]["restore_location"] = restore_location restore_request["restore_target_info"]["recovery_option"] = "FailIfExists" - restore_request["restore_target_info"]["datasource_info"] = helper.get_datasource_info(datasource_type, target_resource_id, restore_location) + + datasource_id = None + # Alternate/Original Location - setting the Target's datasource info accordingly + if target_resource_id is not None and backup_instance_id is not None: + raise CLIError("Please provide either target-resource-id or backup-instance-id not both.") + + if target_resource_id is not None: + # No validation for alternate/original location restore, as target_resource_id can be used for both + datasource_id = target_resource_id + + if backup_instance_id is not None: + # No validation for alternate/original location restore, to be added if understood to be required + vault_resource_group = helper.get_vault_rg_from_bi_id(backup_instance_id) + vault_name = helper.get_vault_name_from_bi_id((backup_instance_id)) + backup_instance_name = helper.get_bi_name_from_bi_id(backup_instance_id) + + from azext_dataprotection.aaz.latest.dataprotection.backup_instance import Show as _Show + backup_instance = _Show(cli_ctx=cmd.cli_ctx)(command_args={ + "vault_name": vault_name, + "resource_group": vault_resource_group, + "backup_instance_name": backup_instance_name + }) + datasource_id = backup_instance['properties']['dataSourceInfo']['resourceID'] + + if backup_instance_id is None and target_resource_id is None: + raise CLIError("Please provide either target-resource-id (for alternate location restore) of backup-instance-id (for original location restore).") + + restore_request["restore_target_info"]["datasource_info"] = helper.get_datasource_info(datasource_type, datasource_id, restore_location) + + # AKS Data-level and Item-level are identical in their configuration, for our purpose + if datasource_type != 'AzureKubernetesService': + restore_request["restore_target_info"]["object_type"] = "RestoreTargetInfo" + else: + restore_request["restore_target_info"]["object_type"] = "ItemLevelRestoreTargetInfo" + + restore_criteria_list = [] + if restore_configuration is not None: + restore_criteria = restore_configuration + else: + raise CLIError("Please input parameter restore_configuration for AKS cluster restore.\n\ + Use command initialize-restoreconfig for creating the RestoreConfiguration") + restore_criteria_list.append(restore_criteria) + restore_request["restore_target_info"]["restore_criteria"] = restore_criteria_list if manifest["isProxyResource"]: - restore_request["restore_target_info"]["datasource_set_info"] = helper.get_datasourceset_info(datasource_type, target_resource_id, restore_location) + restore_request["restore_target_info"]["datasource_set_info"] = helper.get_datasourceset_info(datasource_type, datasource_id, restore_location) if manifest["supportSecretStoreAuthentication"]: if secret_store_uri and secret_store_type: @@ -696,11 +1085,14 @@ def restore_initialize_for_data_recovery(target_resource_id, datasource_type, so def restore_initialize_for_data_recovery_as_files(target_blob_container_url, target_file_name, datasource_type, source_datastore, - restore_location, recovery_point_id=None, point_in_time=None, + restore_location, target_resource_id=None, + recovery_point_id=None, point_in_time=None, rehydration_priority=None, rehydration_duration=15): restore_request = {} restore_mode = None + + # Input Validation and variable-assignment from params for recovery via RP or point-in-time if recovery_point_id is not None and point_in_time is not None: raise CLIError("Please provide either recovery point id or point in time parameter, not both.") @@ -718,10 +1110,14 @@ def restore_initialize_for_data_recovery_as_files(target_blob_container_url, tar raise CLIError("Please provide either recovery point id or point in time parameter.") manifest = helper.load_manifest(datasource_type) + + # Restore mode (assigned during RP/point-in-time validation earlier) should be supported for the workload if manifest is not None and manifest["allowedRestoreModes"] is not None and restore_mode not in manifest["allowedRestoreModes"]: raise CLIError(restore_mode + " restore mode is not supported for datasource type " + datasource_type + ". Supported restore modes are " + ','.join(manifest["allowedRestoreModes"])) + # If the source datastore (type) is allowed for the workload, we start creating the restore request object. + # We also check for rehydration priority/duration in here for some reason? It could be shifted out. if source_datastore in manifest["policySettings"]["supportedDatastoreTypes"]: restore_request["source_data_store_type"] = source_datastore if rehydration_priority: @@ -734,6 +1130,9 @@ def restore_initialize_for_data_recovery_as_files(target_blob_container_url, tar raise CLIError(source_datastore + " datastore type is not supported for datasource type " + datasource_type + ". Supported datastore types are " + ','.join(manifest["policySettings"]["supportedDatastoreTypes"])) + # Constructing the rest of the restore request object. No further validation is being done. + # Currently, restore_target_info.target_details.restore_target_location_type is fixed to AzureBlobs + # There is no check currently for ensuring that the manifest's allowedRestoreTargetTypes contains RestoreAsFiles restore_request["restore_target_info"] = {} restore_request["restore_target_info"]["object_type"] = "RestoreFilesTargetInfo" restore_request["restore_target_info"]["restore_location"] = restore_location @@ -743,15 +1142,21 @@ def restore_initialize_for_data_recovery_as_files(target_blob_container_url, tar restore_request["restore_target_info"]["target_details"]["file_prefix"] = target_file_name restore_request["restore_target_info"]["target_details"]["restore_target_location_type"] = "AzureBlobs" + # Mandatory for Cross-subscription restore scenario for OSS + if target_resource_id is not None: + restore_request["restore_target_info"]["target_details"]["target_resource_arm_id"] = target_resource_id + return restore_request -def restore_initialize_for_item_recovery(client, datasource_type, source_datastore, restore_location, backup_instance_id, - recovery_point_id=None, point_in_time=None, container_list=None, - from_prefix_pattern=None, to_prefix_pattern=None): +def restore_initialize_for_item_recovery(cmd, datasource_type, source_datastore, restore_location, backup_instance_id=None, + target_resource_id=None, recovery_point_id=None, point_in_time=None, container_list=None, + from_prefix_pattern=None, to_prefix_pattern=None, restore_configuration=None): restore_request = {} restore_mode = None + + # Input Validation and variable-assignment from params for recovery via RP or point-in-time if recovery_point_id is not None and point_in_time is not None: raise CLIError("Please provide either recovery point id or point in time parameter, not both.") @@ -769,103 +1174,138 @@ def restore_initialize_for_item_recovery(client, datasource_type, source_datasto raise CLIError("Please provide either recovery point id or point in time parameter.") manifest = helper.load_manifest(datasource_type) + + # Restore mode (assigned during RP/point-in-time validation earlier) should be supported for the workload if manifest is not None and manifest["allowedRestoreModes"] is not None and restore_mode not in manifest["allowedRestoreModes"]: raise CLIError(restore_mode + " restore mode is not supported for datasource type " + datasource_type + ". Supported restore modes are " + ','.join(manifest["allowedRestoreModes"])) + # Workload should allow for item level recovery if manifest is not None and not manifest["itemLevelRecoveyEnabled"]: raise CLIError("Specified DatasourceType " + datasource_type + " doesn't support Item Level Recovery") + # Constructing the rest of the restore request object. No further validation is being done. restore_request["source_data_store_type"] = source_datastore restore_request["restore_target_info"] = {} restore_request["restore_target_info"]["object_type"] = "ItemLevelRestoreTargetInfo" restore_request["restore_target_info"]["restore_location"] = restore_location restore_request["restore_target_info"]["recovery_option"] = "FailIfExists" + # We set the restore criteria depending on the datasource type and on the prefix pattern/container list as provided + # AKS directly uses the restore configuration. Currently, the "else" just covers Blobs. restore_criteria_list = [] - if container_list is not None and (from_prefix_pattern is not None or to_prefix_pattern is not None): - raise CLIError("Please specify either container list or prefix pattern.") - - if container_list is not None: - if len(container_list) > 10: - raise CLIError("A maximum of 10 containers can be restored. Please choose up to 10 containers.") - for container in container_list: - if container[0] == '$': - raise CLIError("container name can not start with '$'. Please retry with different sets of containers.") - restore_criteria = {} - restore_criteria["object_type"] = "RangeBasedItemLevelRestoreCriteria" - restore_criteria["min_matching_value"] = container - restore_criteria["max_matching_value"] = container + "-0" - - restore_criteria_list.append(restore_criteria) - - if from_prefix_pattern is not None or to_prefix_pattern is not None: - if from_prefix_pattern is None or to_prefix_pattern is None or \ - len(from_prefix_pattern) != len(to_prefix_pattern) or len(from_prefix_pattern) > 10: - raise CLIError( - "from-prefix-pattern and to-prefix-pattern should not be null, both of them should have " - "equal length and can have a maximum of 10 patterns." - ) - - for index, _ in enumerate(from_prefix_pattern): - if from_prefix_pattern[index][0] == '$' or to_prefix_pattern[index][0] == '$': + if datasource_type == "AzureKubernetesService": + if restore_configuration is not None: + restore_criteria = restore_configuration + else: + raise CLIError("Please input parameter restore_configuration for AKS cluster restore.\n\ + Use command initialize-restoreconfig for creating the RestoreConfiguration") + restore_criteria_list.append(restore_criteria) + else: + # For non-AKS workloads, we need either a prefix-pattern or a container-list. Accordingly, the restore + # criteria's min_matching_value and max_matching_value are set. We need to provide one, but can't provide both + if container_list is not None and (from_prefix_pattern is not None or to_prefix_pattern is not None): + raise CLIError("Please specify either container list or prefix pattern.") + + if container_list is not None: + if len(container_list) > 10: + raise CLIError("A maximum of 10 containers can be restored. Please choose up to 10 containers.") + for container in container_list: + if container[0] == '$': + raise CLIError("container name can not start with '$'. Please retry with different sets of containers.") + restore_criteria = {} + restore_criteria["object_type"] = "RangeBasedItemLevelRestoreCriteria" + restore_criteria["min_matching_value"] = container + restore_criteria["max_matching_value"] = container + "-0" + + restore_criteria_list.append(restore_criteria) + + if from_prefix_pattern is not None or to_prefix_pattern is not None: + if from_prefix_pattern is None or to_prefix_pattern is None or \ + len(from_prefix_pattern) != len(to_prefix_pattern) or len(from_prefix_pattern) > 10: raise CLIError( - "Prefix patterns should not start with '$'. Please provide valid prefix patterns and try again." + "from-prefix-pattern and to-prefix-pattern should not be null, both of them should have " + "equal length and can have a maximum of 10 patterns." ) - if not 3 <= len(from_prefix_pattern[index]) <= 63 or not 3 <= len(to_prefix_pattern[index]) <= 63: - raise CLIError( - "Prefix patterns needs to be between 3 to 63 characters." - ) + for index, _ in enumerate(from_prefix_pattern): + if from_prefix_pattern[index][0] == '$' or to_prefix_pattern[index][0] == '$': + raise CLIError( + "Prefix patterns should not start with '$'. Please provide valid prefix patterns and try again." + ) - if from_prefix_pattern[index] >= to_prefix_pattern[index]: - raise CLIError( - "From prefix pattern must be less than to prefix pattern." - ) + if not 3 <= len(from_prefix_pattern[index]) <= 63 or not 3 <= len(to_prefix_pattern[index]) <= 63: + raise CLIError( + "Prefix patterns needs to be between 3 to 63 characters." + ) - regex_pattern = r"^[a-z0-9](?!.*--)[a-z0-9-]{1,61}[a-z0-9](\/.{1,60})*$" - if re.match(regex_pattern, from_prefix_pattern[index]) is None: - raise CLIError( - "prefix patterns must start or end with a letter or number," - "and can contain only lowercase letters, numbers, and the dash (-) character. " - "consecutive dashes are not permitted." - "Given pattern " + from_prefix_pattern[index] + " violates the above rule." - ) + if from_prefix_pattern[index] >= to_prefix_pattern[index]: + raise CLIError( + "From prefix pattern must be less than to prefix pattern." + ) - if re.match(regex_pattern, to_prefix_pattern[index]) is None: - raise CLIError( - "prefix patterns must start or end with a letter or number," - "and can contain only lowercase letters, numbers, and the dash (-) character. " - "consecutive dashes are not permitted." - "Given pattern " + to_prefix_pattern[index] + " violates the above rule." - ) + regex_pattern = r"^[a-z0-9](?!.*--)[a-z0-9-]{1,61}[a-z0-9](\/.{1,60})*$" + if re.match(regex_pattern, from_prefix_pattern[index]) is None: + raise CLIError( + "prefix patterns must start or end with a letter or number," + "and can contain only lowercase letters, numbers, and the dash (-) character. " + "consecutive dashes are not permitted." + "Given pattern " + from_prefix_pattern[index] + " violates the above rule." + ) - for compareindex in range(index + 1, len(from_prefix_pattern)): - if (from_prefix_pattern[index] <= from_prefix_pattern[compareindex] and to_prefix_pattern[index] >= from_prefix_pattern[compareindex]) or \ - (from_prefix_pattern[index] >= from_prefix_pattern[compareindex] and from_prefix_pattern[index] <= to_prefix_pattern[compareindex]): + if re.match(regex_pattern, to_prefix_pattern[index]) is None: raise CLIError( - "overlapping ranges are not allowed." + "prefix patterns must start or end with a letter or number," + "and can contain only lowercase letters, numbers, and the dash (-) character. " + "consecutive dashes are not permitted." + "Given pattern " + to_prefix_pattern[index] + " violates the above rule." ) - for index, _ in enumerate(from_prefix_pattern): - restore_criteria = {} - restore_criteria["object_type"] = "RangeBasedItemLevelRestoreCriteria" - restore_criteria["min_matching_value"] = from_prefix_pattern[index] - restore_criteria["max_matching_value"] = to_prefix_pattern[index] + for compareindex in range(index + 1, len(from_prefix_pattern)): + if (from_prefix_pattern[index] <= from_prefix_pattern[compareindex] and to_prefix_pattern[index] >= from_prefix_pattern[compareindex]) or \ + (from_prefix_pattern[index] >= from_prefix_pattern[compareindex] and from_prefix_pattern[index] <= to_prefix_pattern[compareindex]): + raise CLIError( + "overlapping ranges are not allowed." + ) - restore_criteria_list.append(restore_criteria) + for index, _ in enumerate(from_prefix_pattern): + restore_criteria = {} + restore_criteria["object_type"] = "RangeBasedItemLevelRestoreCriteria" + restore_criteria["min_matching_value"] = from_prefix_pattern[index] + restore_criteria["max_matching_value"] = to_prefix_pattern[index] - if container_list is None and from_prefix_pattern is None and to_prefix_pattern is None: - raise CLIError("Provide ContainersList or Prefixes for Item Level Recovery") + restore_criteria_list.append(restore_criteria) - restore_request["restore_target_info"]["restore_criteria"] = restore_criteria_list + if container_list is None and from_prefix_pattern is None and to_prefix_pattern is None: + raise CLIError("Provide ContainersList or Prefixes for Item Level Recovery") - vault_resource_group = backup_instance_id.split('/')[4] - vault_name = backup_instance_id.split('/')[8] - backup_instance_name = backup_instance_id.split('/')[-1] + restore_request["restore_target_info"]["restore_criteria"] = restore_criteria_list - backup_instance = client.get(vault_name=vault_name, resource_group_name=vault_resource_group, backup_instance_name=backup_instance_name) - datasource_id = backup_instance.properties.data_source_info.resource_id + datasource_id = None + # Alternate/Original Location - setting the Target's datasource info accordingly + if target_resource_id is not None and backup_instance_id is not None: + raise CLIError("Please provide either target-resource-id or backup-instance-id not both.") + + if target_resource_id is not None: + # No validation for alternate/original location restore, as target_resource_id can be used for both + datasource_id = target_resource_id + + if backup_instance_id is not None: + # No validation for alternate/original location restore, to be added if understood to be required + vault_resource_group = helper.get_vault_rg_from_bi_id(backup_instance_id) + vault_name = helper.get_vault_name_from_bi_id((backup_instance_id)) + backup_instance_name = helper.get_bi_name_from_bi_id(backup_instance_id) + + from azext_dataprotection.aaz.latest.dataprotection.backup_instance import Show as _Show + backup_instance = _Show(cli_ctx=cmd.cli_ctx)(command_args={ + "vault_name": vault_name, + "resource_group": vault_resource_group, + "backup_instance_name": backup_instance_name + }) + datasource_id = backup_instance['properties']['dataSourceInfo']['resourceID'] + + if backup_instance_id is None and target_resource_id is None: + raise CLIError("Please provide either target-resource-id (for alternate location restore) of backup-instance-id (for original location restore).") restore_request["restore_target_info"]["datasource_info"] = helper.get_datasource_info(datasource_type, datasource_id, restore_location) diff --git a/src/dataprotection/azext_dataprotection/manual/enums.py b/src/dataprotection/azext_dataprotection/manual/enums.py index 2588ce82705..e720dd665d4 100644 --- a/src/dataprotection/azext_dataprotection/manual/enums.py +++ b/src/dataprotection/azext_dataprotection/manual/enums.py @@ -66,7 +66,7 @@ def get_secret_store_type_values(): def get_backup_operation_values(): - return ['Backup'] + return ['Backup', 'Restore'] def get_permission_scope_values(): @@ -84,3 +84,11 @@ def get_critical_operation_values(): def get_datasource_types(): from azext_dataprotection.manual import helpers return helpers.get_supported_datasource_types() + + +def get_persistent_volume_restore_mode_values(): + return ['RestoreWithVolumeData', 'RestoreWithoutVolumeData'] + + +def get_conflict_policy_values(): + return ['Skip', 'Patch'] diff --git a/src/dataprotection/azext_dataprotection/manual/helpers.py b/src/dataprotection/azext_dataprotection/manual/helpers.py index 63b8e84f892..a9811c61be8 100644 --- a/src/dataprotection/azext_dataprotection/manual/helpers.py +++ b/src/dataprotection/azext_dataprotection/manual/helpers.py @@ -3,6 +3,7 @@ # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- +import re import json from importlib import import_module from knack.util import CLIError @@ -37,12 +38,18 @@ def get_client_datasource_type(service_datasource_type): def get_datasource_info(datasource_type, resource_id, resource_location): manifest = load_manifest(datasource_type) + + resource_uri = "" + + if datasource_type == "AzureKubernetesService": + resource_uri = resource_id + return { "datasource_type": manifest["datasourceType"], "object_type": "Datasource", "resource_name": resource_id.split("/")[-1], "resource_type": manifest["resourceType"], - "resource_uri": "", + "resource_uri": resource_uri, "resource_id": resource_id, "resource_location": resource_location } @@ -52,13 +59,26 @@ def get_datasourceset_info(datasource_type, resource_id, resource_location): manifest = load_manifest(datasource_type) if len(resource_id.split("/")) < 3: raise CLIError(resource_id + " is not a valid resource id") + + resource_name = resource_id.split("/")[-3] + resource_type = "/".join(manifest["resourceType"].split("/")[:-1]) + resource_uri = "" + resource_id_return = "/".join(resource_id.split("/")[:-2]) + + # For AKS, Datasource set info should match datasource info + if datasource_type == "AzureKubernetesService": + resource_name = resource_id.split("/")[-1] + resource_type = manifest["resourceType"] + resource_uri = resource_id + resource_id_return = resource_id + return { "datasource_type": manifest["datasourceType"], "object_type": "DatasourceSet", - "resource_name": resource_id.split("/")[-3], - "resource_type": "/".join(manifest["resourceType"].split("/")[:-1]), - "resource_uri": "", - "resource_id": "/".join(resource_id.split("/")[:-2]), + "resource_name": resource_name, + "resource_type": resource_type, + "resource_uri": resource_uri, + "resource_id": resource_id_return, "resource_location": resource_location } @@ -121,6 +141,18 @@ def truncate_id_using_scope(arm_id, scope): return result_id +def get_vault_rg_from_bi_id(backup_instance_id): + return backup_instance_id.split('/')[4] + + +def get_vault_name_from_bi_id(backup_instance_id): + return backup_instance_id.split('/')[8] + + +def get_bi_name_from_bi_id(backup_instance_id): + return backup_instance_id.split('/')[-1] + + def get_sub_id_from_arm_id(arm_id): return truncate_id_using_scope(arm_id, "Subscription") @@ -129,6 +161,24 @@ def get_rg_id_from_arm_id(arm_id): return truncate_id_using_scope(arm_id, "ResourceGroup") +def get_resource_id_from_restore_request_object(restore_request_object, role_type): + resource_id = None + + if role_type == 'DataSource': + resource_id = restore_request_object['restore_target_info']['datasource_info']['resource_id'] + + return resource_id + + +def get_resource_name_from_restore_request_object(restore_request_object, role_type): + resource_name = None + + if role_type == 'DataSource': + resource_name = restore_request_object['restore_target_info']['datasource_info']['resource_name'] + + return resource_name + + def get_resource_id_from_backup_instance(backup_instance, role_type): resource_id = None @@ -141,6 +191,18 @@ def get_resource_id_from_backup_instance(backup_instance, role_type): return resource_id +def get_resource_name_from_backup_instance(backup_instance, role_type): + resource_name = None + + if role_type == 'DataSource': + resource_name = backup_instance['properties']['data_source_info']['resource_name'] + elif role_type == 'SnapshotRG': + data_stores = backup_instance['properties']['policy_info']['policy_parameters']['data_store_parameters_list'] + resource_name = data_stores[0]['resource_group_id'].split("/")[-1] + + return resource_name + + def get_secret_params_from_uri(secret_uri): secret_params = {} @@ -168,10 +230,72 @@ def get_help_text_on_grant_permissions(datasource_type): if datasource_type == 'AzureDisk': help_text += "Backup vault's identity access on the disk and snapshot resource group" + if datasource_type == "AzureKubernetesService": + help_text += ("1. Backup vault's identity access as Reader on the AKS Cluster and snapshot resource group\n" + "2. AKS cluster's identity access as Contributor on the snapshot resource group") + help_text += "\nAre you sure you want to continue?" return help_text +def get_help_text_on_grant_permissions_templatized(datasource_type): + help_text = "This command will attempt to automatically grant the following access:\n" + manifest = load_manifest(datasource_type) + + if 'backupVaultPermissions' in manifest: + for role_object in manifest['backupVaultPermissions']: + help_text += help_text_permission_line_generator('Backup Vault', role_object, datasource_type) + + if 'dataSourcePermissions' in manifest: + for role_object in manifest['dataSourcePermissions']: + help_text += help_text_permission_line_generator( + get_help_word_from_permission_type('DataSource', datasource_type), + role_object, + datasource_type + ) + + if 'secretStorePermissions' in manifest: + help_text += (" Backup vault's identity access on the Postgres server and the key vault\n" + " 'Allow all Azure Services' under network connectivity in the Postgres server\n" + " 'Allow Trusted Azure Services' under network connectivity in the Key vault") + + help_text += "Are you sure you want to continue?" + return help_text + + +def help_text_permission_line_generator(sourceMSI, role_object, datasource_type): + help_text = " " + help_text += sourceMSI + "'s identity access as " + help_text += role_object['roleDefinitionName'] + help_text += " over the " + get_help_word_from_permission_type( + role_object['type'], + datasource_type + ) + help_text += "\n" + return help_text + + +def get_help_word_from_permission_type(permission_type, datasource_type): + if permission_type == 'SnapshotRG': + return 'snapshot resource group' + + if permission_type == 'DataSource': + helptext_dsname = '' + + if datasource_type == 'AzureKubernetesService': + helptext_dsname = "AKS Cluster" + if datasource_type == 'AzureBlob': + helptext_dsname = 'storage account' + if datasource_type == 'AzureDisk': + helptext_dsname = 'disk' + if datasource_type == 'AzureDatabaseForPostgreSQL': + helptext_dsname = "Postgres server" + + return helptext_dsname + + return permission_type + + def get_permission_object_from_role_object(role_object): permission_object = {} if hasattr(role_object, 'type'): @@ -221,3 +345,46 @@ def get_permission_object_from_keyvault(keyvault): permission_object['Properties'] = keyvault.properties return permission_object + + +def convert_dict_keys_snake_to_camel(dictionary): + ''' + Recursively converts all dictionary and nested dictionary keys from snake case to camel case + ''' + if isinstance(dictionary, list): + new_list = [] + for item in dictionary: + new_list.append(convert_dict_keys_snake_to_camel(item)) + return new_list + elif not isinstance(dictionary, dict): + return dictionary + + new_dictionary = {} + for key, value in dictionary.items(): + new_dictionary[convert_string_snake_to_camel(key)] = convert_dict_keys_snake_to_camel(value) + return new_dictionary + + +def convert_string_snake_to_camel(string): + new_string = re.sub(r'_([a-z])', lambda m: m.group(1).upper(), string) + return new_string + + +def validate_recovery_point_datetime_format(aaz_str_arg): + """ Validates UTC datettime in accepted format. Examples: 31-12-2017, 31-12-2017-05:30:00. + Returns datetime in ISO format. + """ + # accepted_date_formats = ['%Y-%m-%dT%H:%M:%S'] + if aaz_str_arg: + date_str = str(aaz_str_arg) + else: + return None + + import dateutil.parser + try: + # Parse input string for valid datetime. + dt_val = dateutil.parser.parse(date_str) + dt_iso = dt_val.strftime("%Y-%m-%dT%H:%M:%S.0000000Z") # Format datetime string + return dt_iso + except ValueError: + raise CLIError(f"Input '{date_str}' not valid datetime. Valid example: 2017-12-31T05:30:00") from ValueError diff --git a/src/dataprotection/azext_dataprotection/manual/tests/latest/test_dataprotection_scenario.py b/src/dataprotection/azext_dataprotection/manual/tests/latest/test_dataprotection_scenario.py index abc35e87fa8..5360804e6b8 100644 --- a/src/dataprotection/azext_dataprotection/manual/tests/latest/test_dataprotection_scenario.py +++ b/src/dataprotection/azext_dataprotection/manual/tests/latest/test_dataprotection_scenario.py @@ -11,8 +11,8 @@ def setup(test): test.kwargs.update({ "vaultName": "cli-test-new-vault1", "rg": "sarath-rg", - "diskname": "cli-test-disk-new1", - "restorediskname": "cli-test-disk-new1-restored", + "diskname": "cli-test-disk-new", + "restorediskname": "cli-test-disk-new-restored", "policyname": "diskpolicy", "storagepolicyname": "storagepolicy", "resourceGuardName": "cli-test-resource-guard", @@ -43,7 +43,7 @@ def setup(test): test.cmd('az dataprotection backup-vault update -g "{rg}" --vault-name "{vaultName}" --azure-monitor-alerts-for-job-failures disabled',checks=[ test.check('properties.monitoringSettings.azureMonitorAlertSettings.alertsForAllJobFailures', 'Disabled') - ]) + ]) disk_response = test.cmd('az disk create -g "{rg}" -n "{diskname}" --size-gb 4').get_output_in_json() storage_account_response = test.cmd('az storage account create -g "{rg}" -n "{storageaccountname}" -l centraluseuap').get_output_in_json() @@ -140,12 +140,11 @@ def initialize_backup_instance(test): def assign_permissions_and_validate(test): # uncomment when running live, run only in record mode - grant permission - # test.cmd('az dataprotection backup-instance update-msi-permissions --datasource-type AzureDisk --operation Backup --permissions-scope Resource -g "{rg}" --vault-name "{vaultName}" --backup-instance "{backup_instance_json}" --yes').get_output_in_json() # test.cmd('az dataprotection backup-instance update-msi-permissions --datasource-type AzureBlob --operation Backup --permissions-scope Resource -g "{rg}" --vault-name "{vaultName}" --backup-instance "{storage_backup_instance_json}" --yes').get_output_in_json() # test.cmd('az dataprotection backup-instance update-msi-permissions --datasource-type AzureDatabaseForPostgreSQL --permissions-scope Resource -g "{serverrgname}" --vault-name "{servervaultname}" --operation Backup --backup-instance "{server_backup_instance_json}" --keyvault-id "{keyvaultid}" --yes') # test.cmd('az role assignment create --assignee "{principalId}" --role "Disk Restore Operator" --scope "{rgid}"') - time.sleep(120) # Wait for permissions to propagate + # time.sleep(120) # Wait for permissions to propagate test.cmd('az dataprotection backup-instance validate-for-backup -g "{rg}" --vault-name "{vaultName}" --backup-instance "{backup_instance_json}"', checks=[ test.check('objectType', 'OperationJobExtendedInfo') @@ -158,7 +157,6 @@ def assign_permissions_and_validate(test): ]) # uncomment when running live, run only in record mode - reset firewall rule - # test.cmd('az postgres server firewall-rule delete -g "{serverrgname}" -s "{ossserver}" -n AllowAllWindowsAzureIps --yes') @@ -240,7 +238,7 @@ def trigger_disk_restore(test): job_status = job_response["properties"]["status"] if job_status not in ["Completed", "InProgress"]: raise Exception("Undefined job status received") - + def delete_backup(test): test.cmd('az dataprotection backup-instance delete -g "{rg}" --vault-name "{vaultName}" -n "{backup_instance_name}" --yes') @@ -254,7 +252,9 @@ def cleanup(test): ' -g "{rg}" --vault-name "{vaultName}" --yes') test.cmd('az disk delete --name "{diskname}" --resource-group "{rg}" --yes') test.cmd('az disk delete --name "{restorediskname}" --resource-group "{rg}" --yes') - test.cmd('az storage account delete --name "{storageaccountname}" --resource-group "{rg}" --yes') + + # There is a scope lock on the storage account, specifying donotdelete. + # test.cmd('az storage account delete --name "{storageaccountname}" --resource-group "{rg}" --yes') @AllowLargeResponse() diff --git a/src/dataprotection/azext_dataprotection/tests/latest/recordings/test_dataprotection_Scenario.yaml b/src/dataprotection/azext_dataprotection/tests/latest/recordings/test_dataprotection_Scenario.yaml index 1fddda56f74..d475ab04464 100644 --- a/src/dataprotection/azext_dataprotection/tests/latest/recordings/test_dataprotection_Scenario.yaml +++ b/src/dataprotection/azext_dataprotection/tests/latest/recordings/test_dataprotection_Scenario.yaml @@ -19,15 +19,15 @@ interactions: ParameterSetName: - -g --vault-name -l --storage-settings --type --soft-delete-state User-Agent: - - AZURECLI/2.45.0 (PIP) (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1?api-version=2022-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1?api-version=2023-01-01 response: body: - string: '{"location":"centraluseuap","identity":{"type":"SystemAssigned","principalId":"41753b57-b4fa-4774-80aa-414a3af0f706","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"properties":{"provisioningState":"Provisioning","storageSettings":[{"datastoreType":"VaultStore","type":"LocallyRedundant"}],"isVaultProtectedByResourceGuard":false,"securitySettings":{"softDeleteSettings":{"state":"Off","retentionDurationInDays":0.0}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1","name":"cli-test-new-vault1","type":"Microsoft.DataProtection/backupVaults"}' + string: '{"location":"centraluseuap","identity":{"type":"SystemAssigned","principalId":"42377822-9982-4373-a40b-eddf8b9434a5","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"properties":{"provisioningState":"Provisioning","storageSettings":[{"datastoreType":"VaultStore","type":"LocallyRedundant"}],"isVaultProtectedByResourceGuard":false,"securitySettings":{"softDeleteSettings":{"state":"Off","retentionDurationInDays":0.0}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1","name":"cli-test-new-vault1","type":"Microsoft.DataProtection/backupVaults"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzA2ZWNjMjU4LWRhMWYtNGZjNS04YjRhLWNiZmI5Y2JjMGJhMg==?api-version=2022-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2YxMDNmNTIxLTllNzQtNDI3Mi04NzE4LWNmMTQ1ZGI1YTI5MQ==?api-version=2023-01-01 cache-control: - no-cache content-length: @@ -35,7 +35,7 @@ interactions: content-type: - application/json date: - - Mon, 13 Feb 2023 07:30:30 GMT + - Fri, 09 Jun 2023 09:44:24 GMT expires: - '-1' pragma: @@ -47,7 +47,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-resource-system-data: - - '{"createdBy":"zubairabid@microsoft.com","createdByType":"User","createdAt":"2023-02-13T07:30:29.6423096Z","lastModifiedBy":"zubairabid@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-13T07:30:29.6423096Z"}' + - '{"createdBy":"zubairabid@microsoft.com","createdByType":"User","createdAt":"2023-06-09T09:44:23.8284206Z","lastModifiedBy":"zubairabid@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-09T09:44:23.8284206Z"}' x-ms-ratelimit-remaining-subscription-resource-requests: - '99' x-powered-by: @@ -69,21 +69,21 @@ interactions: ParameterSetName: - -g --vault-name -l --storage-settings --type --soft-delete-state User-Agent: - - AZURECLI/2.45.0 (PIP) (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzA2ZWNjMjU4LWRhMWYtNGZjNS04YjRhLWNiZmI5Y2JjMGJhMg==?api-version=2022-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2YxMDNmNTIxLTllNzQtNDI3Mi04NzE4LWNmMTQ1ZGI1YTI5MQ==?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzA2ZWNjMjU4LWRhMWYtNGZjNS04YjRhLWNiZmI5Y2JjMGJhMg==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzA2ZWNjMjU4LWRhMWYtNGZjNS04YjRhLWNiZmI5Y2JjMGJhMg==","status":"Succeeded","startTime":"2023-02-13T07:30:30.6839253Z","endTime":"2023-02-13T07:30:31Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2YxMDNmNTIxLTllNzQtNDI3Mi04NzE4LWNmMTQ1ZGI1YTI5MQ==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2YxMDNmNTIxLTllNzQtNDI3Mi04NzE4LWNmMTQ1ZGI1YTI5MQ==","status":"Inprogress","startTime":"2023-06-09T09:44:24.6771237Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache content-length: - - '477' + - '478' content-type: - application/json date: - - Mon, 13 Feb 2023 07:30:40 GMT + - Fri, 09 Jun 2023 09:44:24 GMT expires: - '-1' pragma: @@ -119,12 +119,62 @@ interactions: ParameterSetName: - -g --vault-name -l --storage-settings --type --soft-delete-state User-Agent: - - AZURECLI/2.45.0 (PIP) (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2YxMDNmNTIxLTllNzQtNDI3Mi04NzE4LWNmMTQ1ZGI1YTI5MQ==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2YxMDNmNTIxLTllNzQtNDI3Mi04NzE4LWNmMTQ1ZGI1YTI5MQ==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2YxMDNmNTIxLTllNzQtNDI3Mi04NzE4LWNmMTQ1ZGI1YTI5MQ==","status":"Succeeded","startTime":"2023-06-09T09:44:24.6771237Z","endTime":"2023-06-09T09:44:25Z"}' + headers: + cache-control: + - no-cache + content-length: + - '477' + content-type: + - application/json + date: + - Fri, 09 Jun 2023 09:44:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '998' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-vault create + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name -l --storage-settings --type --soft-delete-state + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1?api-version=2022-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1?api-version=2023-01-01 response: body: - string: '{"location":"centraluseuap","identity":{"type":"SystemAssigned","principalId":"41753b57-b4fa-4774-80aa-414a3af0f706","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"properties":{"provisioningState":"Succeeded","storageSettings":[{"datastoreType":"VaultStore","type":"LocallyRedundant"}],"isVaultProtectedByResourceGuard":false,"securitySettings":{"softDeleteSettings":{"state":"Off","retentionDurationInDays":0.0}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1","name":"cli-test-new-vault1","type":"Microsoft.DataProtection/backupVaults"}' + string: '{"location":"centraluseuap","identity":{"type":"SystemAssigned","principalId":"42377822-9982-4373-a40b-eddf8b9434a5","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"properties":{"provisioningState":"Succeeded","storageSettings":[{"datastoreType":"VaultStore","type":"LocallyRedundant"}],"isVaultProtectedByResourceGuard":false,"securitySettings":{"softDeleteSettings":{"state":"Off","retentionDurationInDays":0.0}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1","name":"cli-test-new-vault1","type":"Microsoft.DataProtection/backupVaults"}' headers: cache-control: - no-cache @@ -133,7 +183,7 @@ interactions: content-type: - application/json date: - - Mon, 13 Feb 2023 07:30:40 GMT + - Fri, 09 Jun 2023 09:44:56 GMT expires: - '-1' pragma: @@ -169,12 +219,12 @@ interactions: ParameterSetName: - -g --vault-name --azure-monitor-alerts-for-job-failures User-Agent: - - AZURECLI/2.45.0 (PIP) (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1?api-version=2022-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1?api-version=2023-01-01 response: body: - string: '{"location":"centraluseuap","identity":{"type":"SystemAssigned","principalId":"41753b57-b4fa-4774-80aa-414a3af0f706","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"properties":{"provisioningState":"Succeeded","storageSettings":[{"datastoreType":"VaultStore","type":"LocallyRedundant"}],"isVaultProtectedByResourceGuard":false,"securitySettings":{"softDeleteSettings":{"state":"Off","retentionDurationInDays":0.0}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1","name":"cli-test-new-vault1","type":"Microsoft.DataProtection/backupVaults"}' + string: '{"location":"centraluseuap","identity":{"type":"SystemAssigned","principalId":"42377822-9982-4373-a40b-eddf8b9434a5","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"properties":{"provisioningState":"Succeeded","storageSettings":[{"datastoreType":"VaultStore","type":"LocallyRedundant"}],"isVaultProtectedByResourceGuard":false,"securitySettings":{"softDeleteSettings":{"state":"Off","retentionDurationInDays":0.0}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1","name":"cli-test-new-vault1","type":"Microsoft.DataProtection/backupVaults"}' headers: cache-control: - no-cache @@ -183,7 +233,7 @@ interactions: content-type: - application/json date: - - Mon, 13 Feb 2023 07:30:43 GMT + - Fri, 09 Jun 2023 09:44:57 GMT expires: - '-1' pragma: @@ -199,7 +249,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '498' + - '497' x-powered-by: - ASP.NET status: @@ -227,15 +277,15 @@ interactions: ParameterSetName: - -g --vault-name --azure-monitor-alerts-for-job-failures User-Agent: - - AZURECLI/2.45.0 (PIP) (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1?api-version=2022-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1?api-version=2023-01-01 response: body: - string: '{"location":"centraluseuap","identity":{"type":"SystemAssigned","principalId":"41753b57-b4fa-4774-80aa-414a3af0f706","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"properties":{"provisioningState":"Updating","storageSettings":[{"datastoreType":"VaultStore","type":"LocallyRedundant"}],"isVaultProtectedByResourceGuard":false,"monitoringSettings":{"azureMonitorAlertSettings":{"alertsForAllJobFailures":"Enabled"}},"securitySettings":{"softDeleteSettings":{"state":"Off","retentionDurationInDays":0.0}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1","name":"cli-test-new-vault1","type":"Microsoft.DataProtection/backupVaults"}' + string: '{"location":"centraluseuap","identity":{"type":"SystemAssigned","principalId":"42377822-9982-4373-a40b-eddf8b9434a5","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"properties":{"provisioningState":"Updating","storageSettings":[{"datastoreType":"VaultStore","type":"LocallyRedundant"}],"isVaultProtectedByResourceGuard":false,"monitoringSettings":{"azureMonitorAlertSettings":{"alertsForAllJobFailures":"Enabled"}},"securitySettings":{"softDeleteSettings":{"state":"Off","retentionDurationInDays":0.0}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1","name":"cli-test-new-vault1","type":"Microsoft.DataProtection/backupVaults"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2IwNmYzZDc5LTY5MGYtNGMxNS04ZmVkLTcxNTdhNzhiY2Q4Yw==?api-version=2022-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2RkYjBiNjJlLWE1MmUtNGZiMC05MDc0LWEwNGU5NGVmOGNhNw==?api-version=2023-01-01 cache-control: - no-cache content-length: @@ -243,7 +293,7 @@ interactions: content-type: - application/json date: - - Mon, 13 Feb 2023 07:30:43 GMT + - Fri, 09 Jun 2023 09:44:57 GMT expires: - '-1' pragma: @@ -255,7 +305,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-resource-system-data: - - '{"lastModifiedBy":"zubairabid@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-13T07:30:43.4921977Z"}' + - '{"lastModifiedBy":"zubairabid@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-09T09:44:57.7373459Z"}' x-ms-ratelimit-remaining-subscription-resource-requests: - '98' x-powered-by: @@ -277,12 +327,62 @@ interactions: ParameterSetName: - -g --vault-name --azure-monitor-alerts-for-job-failures User-Agent: - - AZURECLI/2.45.0 (PIP) (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2RkYjBiNjJlLWE1MmUtNGZiMC05MDc0LWEwNGU5NGVmOGNhNw==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2RkYjBiNjJlLWE1MmUtNGZiMC05MDc0LWEwNGU5NGVmOGNhNw==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2RkYjBiNjJlLWE1MmUtNGZiMC05MDc0LWEwNGU5NGVmOGNhNw==","status":"Inprogress","startTime":"2023-06-09T09:44:58.0028874Z","endTime":"0001-01-01T00:00:00Z"}' + headers: + cache-control: + - no-cache + content-length: + - '478' + content-type: + - application/json + date: + - Fri, 09 Jun 2023 09:44:58 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '997' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-vault update + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name --azure-monitor-alerts-for-job-failures + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2IwNmYzZDc5LTY5MGYtNGMxNS04ZmVkLTcxNTdhNzhiY2Q4Yw==?api-version=2022-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2RkYjBiNjJlLWE1MmUtNGZiMC05MDc0LWEwNGU5NGVmOGNhNw==?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2IwNmYzZDc5LTY5MGYtNGMxNS04ZmVkLTcxNTdhNzhiY2Q4Yw==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2IwNmYzZDc5LTY5MGYtNGMxNS04ZmVkLTcxNTdhNzhiY2Q4Yw==","status":"Succeeded","startTime":"2023-02-13T07:30:43.6990429Z","endTime":"2023-02-13T07:30:44Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2RkYjBiNjJlLWE1MmUtNGZiMC05MDc0LWEwNGU5NGVmOGNhNw==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2RkYjBiNjJlLWE1MmUtNGZiMC05MDc0LWEwNGU5NGVmOGNhNw==","status":"Succeeded","startTime":"2023-06-09T09:44:58.0028874Z","endTime":"2023-06-09T09:44:58Z"}' headers: cache-control: - no-cache @@ -291,7 +391,7 @@ interactions: content-type: - application/json date: - - Mon, 13 Feb 2023 07:30:54 GMT + - Fri, 09 Jun 2023 09:45:28 GMT expires: - '-1' pragma: @@ -307,7 +407,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '998' + - '996' x-powered-by: - ASP.NET status: @@ -327,12 +427,12 @@ interactions: ParameterSetName: - -g --vault-name --azure-monitor-alerts-for-job-failures User-Agent: - - AZURECLI/2.45.0 (PIP) (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1?api-version=2022-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1?api-version=2023-01-01 response: body: - string: '{"location":"centraluseuap","identity":{"type":"SystemAssigned","principalId":"41753b57-b4fa-4774-80aa-414a3af0f706","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"properties":{"provisioningState":"Succeeded","storageSettings":[{"datastoreType":"VaultStore","type":"LocallyRedundant"}],"isVaultProtectedByResourceGuard":false,"monitoringSettings":{"azureMonitorAlertSettings":{"alertsForAllJobFailures":"Enabled"}},"securitySettings":{"softDeleteSettings":{"state":"Off","retentionDurationInDays":0.0}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1","name":"cli-test-new-vault1","type":"Microsoft.DataProtection/backupVaults"}' + string: '{"location":"centraluseuap","identity":{"type":"SystemAssigned","principalId":"42377822-9982-4373-a40b-eddf8b9434a5","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"properties":{"provisioningState":"Succeeded","storageSettings":[{"datastoreType":"VaultStore","type":"LocallyRedundant"}],"isVaultProtectedByResourceGuard":false,"monitoringSettings":{"azureMonitorAlertSettings":{"alertsForAllJobFailures":"Enabled"}},"securitySettings":{"softDeleteSettings":{"state":"Off","retentionDurationInDays":0.0}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1","name":"cli-test-new-vault1","type":"Microsoft.DataProtection/backupVaults"}' headers: cache-control: - no-cache @@ -341,7 +441,7 @@ interactions: content-type: - application/json date: - - Mon, 13 Feb 2023 07:30:54 GMT + - Fri, 09 Jun 2023 09:45:28 GMT expires: - '-1' pragma: @@ -357,7 +457,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '497' + - '496' x-powered-by: - ASP.NET status: @@ -377,12 +477,12 @@ interactions: ParameterSetName: - -g --vault-name --azure-monitor-alerts-for-job-failures User-Agent: - - AZURECLI/2.45.0 (PIP) (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1?api-version=2022-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1?api-version=2023-01-01 response: body: - string: '{"location":"centraluseuap","identity":{"type":"SystemAssigned","principalId":"41753b57-b4fa-4774-80aa-414a3af0f706","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"properties":{"provisioningState":"Succeeded","storageSettings":[{"datastoreType":"VaultStore","type":"LocallyRedundant"}],"isVaultProtectedByResourceGuard":false,"monitoringSettings":{"azureMonitorAlertSettings":{"alertsForAllJobFailures":"Enabled"}},"securitySettings":{"softDeleteSettings":{"state":"Off","retentionDurationInDays":0.0}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1","name":"cli-test-new-vault1","type":"Microsoft.DataProtection/backupVaults"}' + string: '{"location":"centraluseuap","identity":{"type":"SystemAssigned","principalId":"42377822-9982-4373-a40b-eddf8b9434a5","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"properties":{"provisioningState":"Succeeded","storageSettings":[{"datastoreType":"VaultStore","type":"LocallyRedundant"}],"isVaultProtectedByResourceGuard":false,"monitoringSettings":{"azureMonitorAlertSettings":{"alertsForAllJobFailures":"Enabled"}},"securitySettings":{"softDeleteSettings":{"state":"Off","retentionDurationInDays":0.0}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1","name":"cli-test-new-vault1","type":"Microsoft.DataProtection/backupVaults"}' headers: cache-control: - no-cache @@ -391,7 +491,7 @@ interactions: content-type: - application/json date: - - Mon, 13 Feb 2023 07:30:55 GMT + - Fri, 09 Jun 2023 09:45:30 GMT expires: - '-1' pragma: @@ -407,7 +507,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '497' + - '499' x-powered-by: - ASP.NET status: @@ -435,15 +535,15 @@ interactions: ParameterSetName: - -g --vault-name --azure-monitor-alerts-for-job-failures User-Agent: - - AZURECLI/2.45.0 (PIP) (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1?api-version=2022-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1?api-version=2023-01-01 response: body: - string: '{"location":"centraluseuap","identity":{"type":"SystemAssigned","principalId":"41753b57-b4fa-4774-80aa-414a3af0f706","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"properties":{"provisioningState":"Updating","storageSettings":[{"datastoreType":"VaultStore","type":"LocallyRedundant"}],"isVaultProtectedByResourceGuard":false,"monitoringSettings":{"azureMonitorAlertSettings":{"alertsForAllJobFailures":"Disabled"}},"securitySettings":{"softDeleteSettings":{"state":"Off","retentionDurationInDays":0.0}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1","name":"cli-test-new-vault1","type":"Microsoft.DataProtection/backupVaults"}' + string: '{"location":"centraluseuap","identity":{"type":"SystemAssigned","principalId":"42377822-9982-4373-a40b-eddf8b9434a5","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"properties":{"provisioningState":"Updating","storageSettings":[{"datastoreType":"VaultStore","type":"LocallyRedundant"}],"isVaultProtectedByResourceGuard":false,"monitoringSettings":{"azureMonitorAlertSettings":{"alertsForAllJobFailures":"Disabled"}},"securitySettings":{"softDeleteSettings":{"state":"Off","retentionDurationInDays":0.0}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1","name":"cli-test-new-vault1","type":"Microsoft.DataProtection/backupVaults"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzE3ZWVlZDQ0LWM4YmEtNGZkYS05ODg4LTk0ZTU0MzQ1NjgwZQ==?api-version=2022-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzMwNGRiMTE5LWI1YjUtNGIyNC1iYTQ5LTQ2NGY1MzYyM2IxYQ==?api-version=2023-01-01 cache-control: - no-cache content-length: @@ -451,7 +551,7 @@ interactions: content-type: - application/json date: - - Mon, 13 Feb 2023 07:30:56 GMT + - Fri, 09 Jun 2023 09:45:30 GMT expires: - '-1' pragma: @@ -463,9 +563,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-resource-system-data: - - '{"lastModifiedBy":"zubairabid@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-13T07:30:56.6021207Z"}' + - '{"lastModifiedBy":"zubairabid@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-09T09:45:31.1399886Z"}' x-ms-ratelimit-remaining-subscription-resource-requests: - - '98' + - '99' x-powered-by: - ASP.NET status: @@ -485,12 +585,62 @@ interactions: ParameterSetName: - -g --vault-name --azure-monitor-alerts-for-job-failures User-Agent: - - AZURECLI/2.45.0 (PIP) (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzMwNGRiMTE5LWI1YjUtNGIyNC1iYTQ5LTQ2NGY1MzYyM2IxYQ==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzMwNGRiMTE5LWI1YjUtNGIyNC1iYTQ5LTQ2NGY1MzYyM2IxYQ==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzMwNGRiMTE5LWI1YjUtNGIyNC1iYTQ5LTQ2NGY1MzYyM2IxYQ==","status":"Inprogress","startTime":"2023-06-09T09:45:31.4154703Z","endTime":"0001-01-01T00:00:00Z"}' + headers: + cache-control: + - no-cache + content-length: + - '478' + content-type: + - application/json + date: + - Fri, 09 Jun 2023 09:45:32 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-vault update + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name --azure-monitor-alerts-for-job-failures + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzE3ZWVlZDQ0LWM4YmEtNGZkYS05ODg4LTk0ZTU0MzQ1NjgwZQ==?api-version=2022-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzMwNGRiMTE5LWI1YjUtNGIyNC1iYTQ5LTQ2NGY1MzYyM2IxYQ==?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzE3ZWVlZDQ0LWM4YmEtNGZkYS05ODg4LTk0ZTU0MzQ1NjgwZQ==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzE3ZWVlZDQ0LWM4YmEtNGZkYS05ODg4LTk0ZTU0MzQ1NjgwZQ==","status":"Succeeded","startTime":"2023-02-13T07:30:56.8720508Z","endTime":"2023-02-13T07:30:57Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzMwNGRiMTE5LWI1YjUtNGIyNC1iYTQ5LTQ2NGY1MzYyM2IxYQ==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzMwNGRiMTE5LWI1YjUtNGIyNC1iYTQ5LTQ2NGY1MzYyM2IxYQ==","status":"Succeeded","startTime":"2023-06-09T09:45:31.4154703Z","endTime":"2023-06-09T09:45:32Z"}' headers: cache-control: - no-cache @@ -499,7 +649,7 @@ interactions: content-type: - application/json date: - - Mon, 13 Feb 2023 07:31:07 GMT + - Fri, 09 Jun 2023 09:46:02 GMT expires: - '-1' pragma: @@ -535,12 +685,12 @@ interactions: ParameterSetName: - -g --vault-name --azure-monitor-alerts-for-job-failures User-Agent: - - AZURECLI/2.45.0 (PIP) (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1?api-version=2022-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1?api-version=2023-01-01 response: body: - string: '{"location":"centraluseuap","identity":{"type":"SystemAssigned","principalId":"41753b57-b4fa-4774-80aa-414a3af0f706","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"properties":{"provisioningState":"Succeeded","storageSettings":[{"datastoreType":"VaultStore","type":"LocallyRedundant"}],"isVaultProtectedByResourceGuard":false,"monitoringSettings":{"azureMonitorAlertSettings":{"alertsForAllJobFailures":"Disabled"}},"securitySettings":{"softDeleteSettings":{"state":"Off","retentionDurationInDays":0.0}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1","name":"cli-test-new-vault1","type":"Microsoft.DataProtection/backupVaults"}' + string: '{"location":"centraluseuap","identity":{"type":"SystemAssigned","principalId":"42377822-9982-4373-a40b-eddf8b9434a5","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"properties":{"provisioningState":"Succeeded","storageSettings":[{"datastoreType":"VaultStore","type":"LocallyRedundant"}],"isVaultProtectedByResourceGuard":false,"monitoringSettings":{"azureMonitorAlertSettings":{"alertsForAllJobFailures":"Disabled"}},"securitySettings":{"softDeleteSettings":{"state":"Off","retentionDurationInDays":0.0}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1","name":"cli-test-new-vault1","type":"Microsoft.DataProtection/backupVaults"}' headers: cache-control: - no-cache @@ -549,7 +699,7 @@ interactions: content-type: - application/json date: - - Mon, 13 Feb 2023 07:31:07 GMT + - Fri, 09 Jun 2023 09:46:02 GMT expires: - '-1' pragma: @@ -565,7 +715,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '496' + - '498' x-powered-by: - ASP.NET status: @@ -585,10 +735,10 @@ interactions: ParameterSetName: - -g -n --size-gb User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg?api-version=2022-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","name":"sarath-rg","type":"Microsoft.Resources/resourceGroups","location":"centraluseuap","tags":{},"properties":{"provisioningState":"Succeeded"}}' @@ -600,7 +750,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:31:09 GMT + - Fri, 09 Jun 2023 09:46:03 GMT expires: - '-1' pragma: @@ -634,13 +784,13 @@ interactions: ParameterSetName: - -g -n --size-gb User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1?api-version=2022-07-02 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new?api-version=2022-07-02 response: body: - string: "{\r\n \"name\": \"cli-test-disk-new1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1\"\ + string: "{\r\n \"name\": \"cli-test-disk-new\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new\"\ ,\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"centraluseuap\"\ ,\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\"\r\n\ \ },\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"\ @@ -648,19 +798,19 @@ interactions: diskSizeGB\": 4,\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/1be34327-84e0-49f6-92f3-6b3bc936c905?p=814d4482-f746-4961-be2b-b822c13856d2&api-version=2022-07-02 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/b5be4c91-0978-4a77-9b51-319b8bea0f2f?p=814d4482-f746-4961-be2b-b822c13856d2&api-version=2022-07-02 cache-control: - no-cache content-length: - - '485' + - '483' content-type: - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:31:10 GMT + - Fri, 09 Jun 2023 09:46:06 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/1be34327-84e0-49f6-92f3-6b3bc936c905?p=814d4482-f746-4961-be2b-b822c13856d2&monitor=true&api-version=2022-07-02 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/b5be4c91-0978-4a77-9b51-319b8bea0f2f?p=814d4482-f746-4961-be2b-b822c13856d2&monitor=true&api-version=2022-07-02 pragma: - no-cache server: @@ -671,9 +821,9 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/CreateUpdateDisks3Min;999,Microsoft.Compute/CreateUpdateDisks30Min;7998 + - Microsoft.Compute/CreateUpdateDisks3Min;2999,Microsoft.Compute/CreateUpdateDisks30Min;24999 x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' status: code: 202 message: Accepted @@ -691,16 +841,16 @@ interactions: ParameterSetName: - -g -n --size-gb User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/1be34327-84e0-49f6-92f3-6b3bc936c905?p=814d4482-f746-4961-be2b-b822c13856d2&api-version=2022-07-02 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/b5be4c91-0978-4a77-9b51-319b8bea0f2f?p=814d4482-f746-4961-be2b-b822c13856d2&api-version=2022-07-02 response: body: - string: "{\r\n \"startTime\": \"2023-02-13T07:31:11.5111875+00:00\",\r\n \"\ - endTime\": \"2023-02-13T07:31:11.6049407+00:00\",\r\n \"status\": \"Succeeded\"\ - ,\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"cli-test-disk-new1\"\ - ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1\"\ + string: "{\r\n \"startTime\": \"2023-06-09T09:46:06.3855974+00:00\",\r\n \"\ + endTime\": \"2023-06-09T09:46:06.4637122+00:00\",\r\n \"status\": \"Succeeded\"\ + ,\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"cli-test-disk-new\"\ + ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new\"\ ,\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"centraluseuap\"\ ,\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n\ \ \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"hyperVGeneration\"\ @@ -709,20 +859,20 @@ interactions: \ \"diskMBpsReadWrite\": 25,\r\n \"encryption\": {\r\n \"type\"\ : \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\"\ : \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\"\ - : \"2023-02-13T07:31:11.5111875+00:00\",\r\n \"provisioningState\": \"\ + : \"2023-06-09T09:46:06.3855974+00:00\",\r\n \"provisioningState\": \"\ Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\"\ - : 4294967296,\r\n \"uniqueId\": \"0f956122-7e6a-4b99-a310-0a24ed5d7e37\"\ - ,\r\n \"tier\": \"P1\"\r\n }\r\n}\r\n },\r\n \"name\": \"1be34327-84e0-49f6-92f3-6b3bc936c905\"\ + : 4294967296,\r\n \"uniqueId\": \"93bc84cf-e934-4d84-917e-29db75eecd0a\"\ + ,\r\n \"tier\": \"P1\"\r\n }\r\n}\r\n },\r\n \"name\": \"b5be4c91-0978-4a77-9b51-319b8bea0f2f\"\ \r\n}" headers: cache-control: - no-cache content-length: - - '1152' + - '1150' content-type: - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:31:13 GMT + - Fri, 09 Jun 2023 09:46:06 GMT expires: - '-1' pragma: @@ -739,7 +889,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;49997,Microsoft.Compute/GetOperation30Min;399936 + - Microsoft.Compute/GetOperation3Min;49999,Microsoft.Compute/GetOperation30Min;399999 status: code: 200 message: OK @@ -757,13 +907,13 @@ interactions: ParameterSetName: - -g -n --size-gb User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1?api-version=2022-07-02 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new?api-version=2022-07-02 response: body: - string: "{\r\n \"name\": \"cli-test-disk-new1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1\"\ + string: "{\r\n \"name\": \"cli-test-disk-new\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new\"\ ,\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"centraluseuap\"\ ,\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n\ \ \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"hyperVGeneration\"\ @@ -772,19 +922,19 @@ interactions: \ \"diskMBpsReadWrite\": 25,\r\n \"encryption\": {\r\n \"type\"\ : \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\"\ : \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\"\ - : \"2023-02-13T07:31:11.5111875+00:00\",\r\n \"provisioningState\": \"\ + : \"2023-06-09T09:46:06.3855974+00:00\",\r\n \"provisioningState\": \"\ Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\"\ - : 4294967296,\r\n \"uniqueId\": \"0f956122-7e6a-4b99-a310-0a24ed5d7e37\"\ + : 4294967296,\r\n \"uniqueId\": \"93bc84cf-e934-4d84-917e-29db75eecd0a\"\ ,\r\n \"tier\": \"P1\"\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '927' + - '925' content-type: - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:31:13 GMT + - Fri, 09 Jun 2023 09:46:07 GMT expires: - '-1' pragma: @@ -801,7 +951,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;14995,Microsoft.Compute/LowCostGet30Min;119863 + - Microsoft.Compute/LowCostGet3Min;14999,Microsoft.Compute/LowCostGet30Min;119997 status: code: 200 message: OK @@ -824,579 +974,690 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount?api-version=2022-09-01 response: body: - string: '' + string: '{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","name":"cliteststoreaccount","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2023-05-10T06:18:40.4561222Z","key2":"2023-05-10T06:18:40.4561222Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-10T06:18:40.4717424Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-10T06:18:40.4717424Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-05-10T06:18:40.3623902Z","primaryEndpoints":{"dfs":"https://cliteststoreaccount.dfs.core.windows.net/","web":"https://cliteststoreaccount.z2.web.core.windows.net/","blob":"https://cliteststoreaccount.blob.core.windows.net/","queue":"https://cliteststoreaccount.queue.core.windows.net/","table":"https://cliteststoreaccount.table.core.windows.net/","file":"https://cliteststoreaccount.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available","secondaryLocation":"eastus2euap","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://cliteststoreaccount-secondary.dfs.core.windows.net/","web":"https://cliteststoreaccount-secondary.z2.web.core.windows.net/","blob":"https://cliteststoreaccount-secondary.blob.core.windows.net/","queue":"https://cliteststoreaccount-secondary.queue.core.windows.net/","table":"https://cliteststoreaccount-secondary.table.core.windows.net/"}}}' headers: cache-control: - no-cache content-length: - - '0' + - '1896' content-type: - - text/plain; charset=utf-8 + - application/json date: - - Mon, 13 Feb 2023 07:31:18 GMT + - Fri, 09 Jun 2023 09:46:09 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache server: - Microsoft-Azure-Storage-Resource-Provider/1.0,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-subscription-writes: - - '1195' + - '1197' status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection resource-guard create Connection: - keep-alive ParameterSetName: - - -g -n -l + - -g -n User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg?api-version=2022-09-01 response: body: - string: '' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","name":"sarath-rg","type":"Microsoft.Resources/resourceGroups","location":"centraluseuap","tags":{},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '0' + - '232' content-type: - - text/plain; charset=utf-8 + - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:31:35 GMT + - Fri, 09 Jun 2023 09:46:10 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding x-content-type-options: - nosniff status: - code: 202 - message: Accepted + code: 200 + message: OK - request: - body: null + body: '{"location": "centraluseuap", "properties": {}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection resource-guard create Connection: - keep-alive + Content-Length: + - '47' + Content-Type: + - application/json ParameterSetName: - - -g -n -l + - -g -n User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/resourceGuards/cli-test-resource-guard?api-version=2022-05-01 response: body: - string: '' + string: '{"location":"centraluseuap","properties":{"provisioningState":"Succeeded","resourceGuardOperations":[{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/delete","requestResourceType":"Microsoft.DataProtection/resourceGuards/deleteProtectedItemRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/updateProtectedItemRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupPolicies/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/updateProtectionPolicyRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies/delete","requestResourceType":"Microsoft.DataProtection/resourceGuards/deleteResourceGuardProxyRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupSecurityPIN/action","requestResourceType":"Microsoft.DataProtection/resourceGuards/getBackupSecurityPINRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupconfig/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/disableSoftDeleteRequests"},{"vaultCriticalOperation":"Microsoft.DataProtection/backupVaults/backupInstances/delete","requestResourceType":"Microsoft.DataProtection/backupVaults/backupInstances/delete"},{"vaultCriticalOperation":"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/delete","requestResourceType":"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/delete"}],"vaultCriticalOperationExclusionList":[],"allowAutoApprovals":true},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/resourceGuards/cli-test-resource-guard","name":"cli-test-resource-guard","type":"Microsoft.DataProtection/resourceGuards"}' headers: cache-control: - no-cache content-length: - - '0' + - '1931' content-type: - - text/plain; charset=utf-8 + - application/json date: - - Mon, 13 Feb 2023 07:31:39 GMT + - Fri, 09 Jun 2023 09:46:11 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '99' + x-powered-by: + - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection resource-guard list Connection: - keep-alive ParameterSetName: - - -g -n -l + - -g User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/resourceGuards?api-version=2022-05-01 response: body: - string: '' + string: '{"value":[{"location":"centraluseuap","properties":{"provisioningState":"Succeeded","resourceGuardOperations":[{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/delete","requestResourceType":"Microsoft.DataProtection/resourceGuards/deleteProtectedItemRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/updateProtectedItemRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupPolicies/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/updateProtectionPolicyRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies/delete","requestResourceType":"Microsoft.DataProtection/resourceGuards/deleteResourceGuardProxyRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupconfig/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/disableSoftDeleteRequests"},{"vaultCriticalOperation":"Microsoft.DataProtection/backupVaults/backupInstances/delete","requestResourceType":"Microsoft.DataProtection/backupVaults/backupInstances/delete"},{"vaultCriticalOperation":"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/delete","requestResourceType":"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/delete"}],"vaultCriticalOperationExclusionList":["Microsoft.RecoveryServices/vaults/backupSecurityPIN/action"],"allowAutoApprovals":true},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/resourceGuards/akneema-resource-guardd","name":"akneema-resource-guardd","type":"Microsoft.DataProtection/resourceGuards"},{"location":"centraluseuap","properties":{"provisioningState":"Succeeded","resourceGuardOperations":[{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/delete","requestResourceType":"Microsoft.DataProtection/resourceGuards/deleteProtectedItemRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/updateProtectedItemRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupPolicies/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/updateProtectionPolicyRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies/delete","requestResourceType":"Microsoft.DataProtection/resourceGuards/deleteResourceGuardProxyRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupSecurityPIN/action","requestResourceType":"Microsoft.DataProtection/resourceGuards/getBackupSecurityPINRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupconfig/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/disableSoftDeleteRequests"},{"vaultCriticalOperation":"Microsoft.DataProtection/backupVaults/backupInstances/delete","requestResourceType":"Microsoft.DataProtection/backupVaults/backupInstances/delete"},{"vaultCriticalOperation":"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/delete","requestResourceType":"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/delete"}],"vaultCriticalOperationExclusionList":[],"allowAutoApprovals":true},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/resourceGuards/cli-test-resource-guard","name":"cli-test-resource-guard","type":"Microsoft.DataProtection/resourceGuards"}]}' headers: cache-control: - no-cache content-length: - - '0' + - '3754' content-type: - - text/plain; charset=utf-8 + - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:31:42 GMT + - Fri, 09 Jun 2023 09:46:13 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - '' + x-ms-ratelimit-remaining-subscription-resource-requests: + - '999' status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection resource-guard update Connection: - keep-alive ParameterSetName: - - -g -n -l + - -g -n --resource-type --critical-operation-exclusion-list User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/resourceGuards/cli-test-resource-guard?api-version=2022-05-01 response: body: - string: '' + string: '{"location":"centraluseuap","properties":{"provisioningState":"Succeeded","resourceGuardOperations":[{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/delete","requestResourceType":"Microsoft.DataProtection/resourceGuards/deleteProtectedItemRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/updateProtectedItemRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupPolicies/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/updateProtectionPolicyRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies/delete","requestResourceType":"Microsoft.DataProtection/resourceGuards/deleteResourceGuardProxyRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupSecurityPIN/action","requestResourceType":"Microsoft.DataProtection/resourceGuards/getBackupSecurityPINRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupconfig/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/disableSoftDeleteRequests"},{"vaultCriticalOperation":"Microsoft.DataProtection/backupVaults/backupInstances/delete","requestResourceType":"Microsoft.DataProtection/backupVaults/backupInstances/delete"},{"vaultCriticalOperation":"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/delete","requestResourceType":"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/delete"}],"vaultCriticalOperationExclusionList":[],"allowAutoApprovals":true},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/resourceGuards/cli-test-resource-guard","name":"cli-test-resource-guard","type":"Microsoft.DataProtection/resourceGuards"}' headers: cache-control: - no-cache content-length: - - '0' + - '1931' content-type: - - text/plain; charset=utf-8 + - application/json date: - - Mon, 13 Feb 2023 07:31:45 GMT + - Fri, 09 Jun 2023 09:46:14 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '999' + x-powered-by: + - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: - body: null + body: '{"location": "centraluseuap", "properties": {"vaultCriticalOperationExclusionList": + ["Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/delete", + "Microsoft.RecoveryServices/vaults/backupSecurityPIN/action"]}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection resource-guard update Connection: - keep-alive + Content-Length: + - '242' + Content-Type: + - application/json ParameterSetName: - - -g -n -l + - -g -n --resource-type --critical-operation-exclusion-list User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/resourceGuards/cli-test-resource-guard?api-version=2022-05-01 response: body: - string: '' + string: '{"location":"centraluseuap","properties":{"provisioningState":"Succeeded","resourceGuardOperations":[{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/updateProtectedItemRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupPolicies/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/updateProtectionPolicyRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies/delete","requestResourceType":"Microsoft.DataProtection/resourceGuards/deleteResourceGuardProxyRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupconfig/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/disableSoftDeleteRequests"},{"vaultCriticalOperation":"Microsoft.DataProtection/backupVaults/backupInstances/delete","requestResourceType":"Microsoft.DataProtection/backupVaults/backupInstances/delete"},{"vaultCriticalOperation":"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/delete","requestResourceType":"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/delete"}],"vaultCriticalOperationExclusionList":["Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/delete","Microsoft.RecoveryServices/vaults/backupSecurityPIN/action"],"allowAutoApprovals":true},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/resourceGuards/cli-test-resource-guard","name":"cli-test-resource-guard","type":"Microsoft.DataProtection/resourceGuards"}' headers: cache-control: - no-cache content-length: - - '0' + - '1691' content-type: - - text/plain; charset=utf-8 + - application/json date: - - Mon, 13 Feb 2023 07:31:49 GMT + - Fri, 09 Jun 2023 09:46:15 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '99' + x-powered-by: + - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection resource-guard list-protected-operations Connection: - keep-alive ParameterSetName: - - -g -n -l + - -g -n --resource-type User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/resourceGuards/cli-test-resource-guard?api-version=2022-05-01 response: body: - string: '' + string: '{"location":"centraluseuap","properties":{"provisioningState":"Succeeded","resourceGuardOperations":[{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/updateProtectedItemRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupPolicies/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/updateProtectionPolicyRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies/delete","requestResourceType":"Microsoft.DataProtection/resourceGuards/deleteResourceGuardProxyRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupconfig/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/disableSoftDeleteRequests"},{"vaultCriticalOperation":"Microsoft.DataProtection/backupVaults/backupInstances/delete","requestResourceType":"Microsoft.DataProtection/backupVaults/backupInstances/delete"},{"vaultCriticalOperation":"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/delete","requestResourceType":"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/delete"}],"vaultCriticalOperationExclusionList":["Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/delete","Microsoft.RecoveryServices/vaults/backupSecurityPIN/action"],"allowAutoApprovals":true},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/resourceGuards/cli-test-resource-guard","name":"cli-test-resource-guard","type":"Microsoft.DataProtection/resourceGuards"}' headers: cache-control: - no-cache content-length: - - '0' + - '1691' content-type: - - text/plain; charset=utf-8 + - application/json date: - - Mon, 13 Feb 2023 07:31:52 GMT + - Fri, 09 Jun 2023 09:46:16 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '999' + x-powered-by: + - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: - body: null + body: '{"properties": {"datasourceTypes": ["Microsoft.Compute/disks"], "objectType": + "BackupPolicy", "policyRules": [{"name": "BackupHourly", "objectType": "AzureBackupRule", + "backupParameters": {"objectType": "AzureBackupParams", "backupType": "Incremental"}, + "dataStore": {"dataStoreType": "OperationalStore", "objectType": "DataStoreInfoBase"}, + "trigger": {"objectType": "ScheduleBasedTriggerContext", "schedule": {"repeatingTimeIntervals": + ["R/2020-04-05T13:00:00+00:00/PT4H"]}, "taggingCriteria": [{"isDefault": true, + "taggingPriority": 99, "tagInfo": {"tagName": "Default"}}]}}, {"name": "Default", + "objectType": "AzureRetentionRule", "isDefault": true, "lifecycles": [{"deleteAfter": + {"duration": "P7D", "objectType": "AbsoluteDeleteOption"}, "sourceDataStore": + {"dataStoreType": "OperationalStore", "objectType": "DataStoreInfoBase"}}]}]}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-policy create Connection: - keep-alive + Content-Length: + - '840' + Content-Type: + - application/json ParameterSetName: - - -g -n -l + - -n --policy -g --vault-name User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy?api-version=2022-05-01 response: body: - string: '' + string: '{"properties":{"policyRules":[{"backupParameters":{"backupType":"Incremental","objectType":"AzureBackupParams"},"trigger":{"schedule":{"repeatingTimeIntervals":["R/2020-04-05T13:00:00+00:00/PT4H"]},"taggingCriteria":[{"tagInfo":{"tagName":"Default","id":"Default_"},"taggingPriority":99,"isDefault":true}],"objectType":"ScheduleBasedTriggerContext"},"dataStore":{"dataStoreType":"OperationalStore","objectType":"DataStoreInfoBase"},"name":"BackupHourly","objectType":"AzureBackupRule"},{"lifecycles":[{"deleteAfter":{"objectType":"AbsoluteDeleteOption","duration":"P7D"},"sourceDataStore":{"dataStoreType":"OperationalStore","objectType":"DataStoreInfoBase"}}],"isDefault":true,"name":"Default","objectType":"AzureRetentionRule"}],"datasourceTypes":["Microsoft.Compute/disks"],"objectType":"BackupPolicy"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","name":"diskpolicy","type":"Microsoft.DataProtection/backupVaults/backupPolicies"}' headers: cache-control: - no-cache content-length: - - '0' + - '1066' content-type: - - text/plain; charset=utf-8 + - application/json date: - - Mon, 13 Feb 2023 07:31:55 GMT + - Fri, 09 Jun 2023 09:46:18 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '199' + x-powered-by: + - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: - body: null + body: '{"properties": {"datasourceTypes": ["Microsoft.Storage/storageAccounts/blobServices"], + "objectType": "BackupPolicy", "policyRules": [{"name": "Default", "objectType": + "AzureRetentionRule", "isDefault": true, "lifecycles": [{"deleteAfter": {"duration": + "P30D", "objectType": "AbsoluteDeleteOption"}, "sourceDataStore": {"dataStoreType": + "OperationalStore", "objectType": "DataStoreInfoBase"}}]}]}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-policy create Connection: - keep-alive + Content-Length: + - '396' + Content-Type: + - application/json ParameterSetName: - - -g -n -l + - -n --policy -g --vault-name User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/storagepolicy?api-version=2022-05-01 response: body: - string: '' + string: '{"properties":{"policyRules":[{"lifecycles":[{"deleteAfter":{"objectType":"AbsoluteDeleteOption","duration":"P30D"},"sourceDataStore":{"dataStoreType":"OperationalStore","objectType":"DataStoreInfoBase"}}],"isDefault":true,"name":"Default","objectType":"AzureRetentionRule"}],"datasourceTypes":["Microsoft.Storage/storageAccounts/blobServices"],"objectType":"BackupPolicy"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/storagepolicy","name":"storagepolicy","type":"Microsoft.DataProtection/backupVaults/backupPolicies"}' headers: cache-control: - no-cache content-length: - - '0' + - '640' content-type: - - text/plain; charset=utf-8 + - application/json date: - - Mon, 13 Feb 2023 07:31:59 GMT + - Fri, 09 Jun 2023 09:46:19 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '198' + x-powered-by: + - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-policy show Connection: - keep-alive ParameterSetName: - - -g -n -l + - -g --vault-name -n --query User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy?api-version=2022-05-01 response: body: - string: '' + string: '{"properties":{"policyRules":[{"backupParameters":{"backupType":"Incremental","objectType":"AzureBackupParams"},"trigger":{"schedule":{"repeatingTimeIntervals":["R/2020-04-05T13:00:00+00:00/PT4H"]},"taggingCriteria":[{"tagInfo":{"tagName":"Default","id":"Default_"},"taggingPriority":99,"isDefault":true}],"objectType":"ScheduleBasedTriggerContext"},"dataStore":{"dataStoreType":"OperationalStore","objectType":"DataStoreInfoBase"},"name":"BackupHourly","objectType":"AzureBackupRule"},{"lifecycles":[{"deleteAfter":{"objectType":"AbsoluteDeleteOption","duration":"P7D"},"sourceDataStore":{"dataStoreType":"OperationalStore","objectType":"DataStoreInfoBase"}}],"isDefault":true,"name":"Default","objectType":"AzureRetentionRule"}],"datasourceTypes":["Microsoft.Compute/disks"],"objectType":"BackupPolicy"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","name":"diskpolicy","type":"Microsoft.DataProtection/backupVaults/backupPolicies"}' headers: cache-control: - no-cache content-length: - - '0' + - '1066' content-type: - - text/plain; charset=utf-8 + - application/json date: - - Mon, 13 Feb 2023 07:32:02 GMT + - Fri, 09 Jun 2023 09:46:20 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '199' + x-powered-by: + - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-policy show Connection: - keep-alive ParameterSetName: - - -g -n -l + - -g --vault-name -n --query User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/storagepolicy?api-version=2022-05-01 response: body: - string: '' + string: '{"properties":{"policyRules":[{"lifecycles":[{"deleteAfter":{"objectType":"AbsoluteDeleteOption","duration":"P30D"},"sourceDataStore":{"dataStoreType":"OperationalStore","objectType":"DataStoreInfoBase"}}],"isDefault":true,"name":"Default","objectType":"AzureRetentionRule"}],"datasourceTypes":["Microsoft.Storage/storageAccounts/blobServices"],"objectType":"BackupPolicy"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/storagepolicy","name":"storagepolicy","type":"Microsoft.DataProtection/backupVaults/backupPolicies"}' headers: cache-control: - no-cache content-length: - - '0' + - '640' content-type: - - text/plain; charset=utf-8 + - application/json date: - - Mon, 13 Feb 2023 07:32:06 GMT + - Fri, 09 Jun 2023 09:46:21 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '199' + x-powered-by: + - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: - body: null + body: '{"properties": {"datasourceTypes": ["Microsoft.Compute/disks"], "objectType": + "BackupPolicy", "policyRules": [{"name": "BackupHourly", "objectType": "AzureBackupRule", + "backupParameters": {"objectType": "AzureBackupParams", "backupType": "Incremental"}, + "dataStore": {"dataStoreType": "OperationalStore", "objectType": "DataStoreInfoBase"}, + "trigger": {"objectType": "ScheduleBasedTriggerContext", "schedule": {"repeatingTimeIntervals": + ["R/2021-05-02T05:30:00+00:00/PT6H"]}, "taggingCriteria": [{"isDefault": true, + "taggingPriority": 99, "tagInfo": {"tagName": "Default"}}, {"criteria": [{"objectType": + "ScheduleBasedBackupCriteria", "absoluteCriteria": ["FirstOfDay"]}], "isDefault": + false, "taggingPriority": 25, "tagInfo": {"tagName": "Daily"}}]}}, {"name": + "Default", "objectType": "AzureRetentionRule", "isDefault": true, "lifecycles": + [{"deleteAfter": {"duration": "P7D", "objectType": "AbsoluteDeleteOption"}, + "sourceDataStore": {"dataStoreType": "OperationalStore", "objectType": "DataStoreInfoBase"}}]}, + {"name": "Daily", "objectType": "AzureRetentionRule", "isDefault": false, "lifecycles": + [{"deleteAfter": {"duration": "P12D", "objectType": "AbsoluteDeleteOption"}, + "sourceDataStore": {"dataStoreType": "OperationalStore", "objectType": "DataStoreInfoBase"}}]}]}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-policy create Connection: - keep-alive + Content-Length: + - '1276' + Content-Type: + - application/json ParameterSetName: - - -g -n -l + - -n --policy -g --vault-name User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskhourlypolicy?api-version=2022-05-01 response: body: - string: '' + string: '{"properties":{"policyRules":[{"backupParameters":{"backupType":"Incremental","objectType":"AzureBackupParams"},"trigger":{"schedule":{"repeatingTimeIntervals":["R/2021-05-02T05:30:00+00:00/PT6H"]},"taggingCriteria":[{"tagInfo":{"tagName":"Default","id":"Default_"},"taggingPriority":99,"isDefault":true},{"tagInfo":{"tagName":"Daily","id":"Daily_"},"taggingPriority":25,"isDefault":false,"criteria":[{"absoluteCriteria":["FirstOfDay"],"objectType":"ScheduleBasedBackupCriteria"}]}],"objectType":"ScheduleBasedTriggerContext"},"dataStore":{"dataStoreType":"OperationalStore","objectType":"DataStoreInfoBase"},"name":"BackupHourly","objectType":"AzureBackupRule"},{"lifecycles":[{"deleteAfter":{"objectType":"AbsoluteDeleteOption","duration":"P7D"},"sourceDataStore":{"dataStoreType":"OperationalStore","objectType":"DataStoreInfoBase"}}],"isDefault":true,"name":"Default","objectType":"AzureRetentionRule"},{"lifecycles":[{"deleteAfter":{"objectType":"AbsoluteDeleteOption","duration":"P12D"},"sourceDataStore":{"dataStoreType":"OperationalStore","objectType":"DataStoreInfoBase"}}],"isDefault":false,"name":"Daily","objectType":"AzureRetentionRule"}],"datasourceTypes":["Microsoft.Compute/disks"],"objectType":"BackupPolicy"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskhourlypolicy","name":"diskhourlypolicy","type":"Microsoft.DataProtection/backupVaults/backupPolicies"}' headers: cache-control: - no-cache content-length: - - '0' + - '1499' content-type: - - text/plain; charset=utf-8 + - application/json date: - - Mon, 13 Feb 2023 07:32:09 GMT + - Fri, 09 Jun 2023 09:46:23 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains - x-content-type-options: + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '197' + x-powered-by: + - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive ParameterSetName: - - -g -n -l + - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance + --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1?api-version=2023-01-01 response: body: - string: '' + string: '{"location":"centraluseuap","identity":{"type":"SystemAssigned","principalId":"42377822-9982-4373-a40b-eddf8b9434a5","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"properties":{"provisioningState":"Succeeded","storageSettings":[{"datastoreType":"VaultStore","type":"LocallyRedundant"}],"isVaultProtectedByResourceGuard":false,"monitoringSettings":{"azureMonitorAlertSettings":{"alertsForAllJobFailures":"Disabled"}},"securitySettings":{"softDeleteSettings":{"state":"Off","retentionDurationInDays":0.0}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1","name":"cli-test-new-vault1","type":"Microsoft.DataProtection/backupVaults"}' headers: cache-control: - no-cache content-length: - - '0' + - '738' content-type: - - text/plain; charset=utf-8 + - application/json date: - - Mon, 13 Feb 2023 07:32:12 GMT + - Fri, 09 Jun 2023 09:46:24 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '498' + x-powered-by: + - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -1405,178 +1666,197 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive ParameterSetName: - - -g -n -l + - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance + --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2742377822-9982-4373-a40b-eddf8b9434a5%27%29 response: body: - string: '' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' headers: cache-control: - no-cache content-length: - - '0' + - '92' content-type: - - text/plain; charset=utf-8 + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Mon, 13 Feb 2023 07:32:15 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - Fri, 09 Jun 2023 09:46:26 GMT + odata-version: + - '4.0' + request-id: + - 17999dd5-bc20-4ae1-99c0-9c3eb67e7dc4 strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"000","RoleInstance":"MA1PEPF00002029"}}' + x-ms-resource-unit: + - '1' status: - code: 202 - message: Accepted + code: 200 + message: OK - request: - body: null + body: '{"ids": ["42377822-9982-4373-a40b-eddf8b9434a5"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' headers: Accept: - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json ParameterSetName: - - -g -n -l + - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance + --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds response: body: - string: '' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"42377822-9982-4373-a40b-eddf8b9434a5","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg/providers/Microsoft.DataProtection/BackupVaults/cli-test-new-vault1"],"appDisplayName":null,"appDescription":null,"appId":"2cdba04d-d62e-492f-85c7-e61a57a9813a","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-06-09T09:44:24Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"cli-test-new-vault1","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["2cdba04d-d62e-492f-85c7-e61a57a9813a","https://identity.azure.net/2czira6fp81UmSQY0i+P6p1ObGIy33lZb5C/K/6SyDY="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"B002E0D3B04E878C226364DDFBCDB1A204FEC273","displayName":"CN=2cdba04d-d62e-492f-85c7-e61a57a9813a","endDateTime":"2023-09-07T09:39:00Z","key":null,"keyId":"71548247-f614-4780-afd0-ba4b894bf55b","startDateTime":"2023-06-09T09:39:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' headers: cache-control: - no-cache content-length: - - '0' + - '1732' content-type: - - text/plain; charset=utf-8 + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Mon, 13 Feb 2023 07:32:19 GMT - expires: - - '-1' + - Fri, 09 Jun 2023 09:46:26 GMT location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - e074bcbc-0583-4e4a-9df4-bfb6476192d7 strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"000","RoleInstance":"MA1PEPF000012F5"}}' + x-ms-resource-unit: + - '3' status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive ParameterSetName: - - -g -n -l + - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance + --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new/providers/Microsoft.Authorization/roleAssignments?$filter=atScope()&api-version=2022-04-01 response: body: - string: '' + string: '{"value":[{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"5c617d2b-99f8-4c90-98fe-dfe040fa33c1","principalType":"ServicePrincipal","scope":"/","condition":null,"conditionVersion":null,"createdOn":"2018-02-27T19:19:50.2663941Z","updatedOn":"2018-02-27T19:19:50.2663941Z","createdBy":null,"updatedBy":null,"delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Authorization/roleAssignments/3e883d24-b106-42ff-ad13-d7bf271b964d","type":"Microsoft.Authorization/roleAssignments","name":"3e883d24-b106-42ff-ad13-d7bf271b964d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T12:22:13.7498923Z","updatedOn":"2019-08-26T12:22:13.7498923Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f","type":"Microsoft.Authorization/roleAssignments","name":"8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-05-24T11:02:27.8515917Z","updatedOn":"2019-05-24T11:02:27.8515917Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b5eee4d7-5f9f-4f63-8040-8aec158c289b","type":"Microsoft.Authorization/roleAssignments","name":"b5eee4d7-5f9f-4f63-8040-8aec158c289b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-02-12T11:34:59.7104212Z","updatedOn":"2020-02-12T11:34:59.7104212Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f0618702-8404-4858-9a26-e61f23e7d44f","type":"Microsoft.Authorization/roleAssignments","name":"f0618702-8404-4858-9a26-e61f23e7d44f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-11-14T08:52:42.2795010Z","updatedOn":"2019-11-14T08:52:42.2795010Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/77daac38-9839-4b00-921b-e5d5a03e728c","type":"Microsoft.Authorization/roleAssignments","name":"77daac38-9839-4b00-921b-e5d5a03e728c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9693df58-7f72-4974-9bd3-1c3ceb0382f1","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-11-29T09:40:04.3180033Z","updatedOn":"2018-11-29T09:40:04.3180033Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7","type":"Microsoft.Authorization/roleAssignments","name":"ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"d1f96755-9bcf-44b8-ab82-df67360496c4","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-05-08T10:28:08.2854940Z","updatedOn":"2020-05-08T10:28:08.2854940Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dfb3ca56-a0d4-44ce-ba35-b716c3fdab86","type":"Microsoft.Authorization/roleAssignments","name":"dfb3ca56-a0d4-44ce-ba35-b716c3fdab86"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-31T09:26:43.6440415Z","updatedOn":"2018-12-31T09:26:43.6440415Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45744ea8-780f-4f3e-88aa-b73d7f6997b2","type":"Microsoft.Authorization/roleAssignments","name":"45744ea8-780f-4f3e-88aa-b73d7f6997b2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e65078fb-6b02-434a-9f11-d06bf9bc0600","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-10-25T23:42:36.3444507Z","updatedOn":"2018-10-25T23:42:36.3444507Z","createdBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","updatedBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e7ce51e8-4109-41d7-bc10-538b089599db","type":"Microsoft.Authorization/roleAssignments","name":"e7ce51e8-4109-41d7-bc10-538b089599db"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a7782e0f-1f9a-4882-b2c9-11227aad244e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-06-16T04:32:50.9673703Z","updatedOn":"2020-06-16T04:32:50.9673703Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fa21f2f-81c3-47b6-b706-650b359b96c3","type":"Microsoft.Authorization/roleAssignments","name":"9fa21f2f-81c3-47b6-b706-650b359b96c3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"00b14177-f4d2-4a4b-94f6-6e80f75745c9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T09:49:11.3750683Z","updatedOn":"2020-03-12T09:49:11.3750683Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fff0abf3-3cf7-46be-8bc7-1d1619a160fb","type":"Microsoft.Authorization/roleAssignments","name":"fff0abf3-3cf7-46be-8bc7-1d1619a160fb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T10:28:45.4880023Z","updatedOn":"2019-08-26T10:28:45.4880023Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/397a3c9c-c258-4d4e-834d-00cc08227796","type":"Microsoft.Authorization/roleAssignments","name":"397a3c9c-c258-4d4e-834d-00cc08227796"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-05T04:29:28.7359096Z","updatedOn":"2018-12-05T04:29:28.7359096Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c830f42-5f89-4d8b-8f93-d3dc936f33bd","type":"Microsoft.Authorization/roleAssignments","name":"3c830f42-5f89-4d8b-8f93-d3dc936f33bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-08T08:38:50.1742930Z","updatedOn":"2020-04-08T08:38:50.1742930Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5293a96b-830e-45f4-9e9e-22d7d020f0d8","type":"Microsoft.Authorization/roleAssignments","name":"5293a96b-830e-45f4-9e9e-22d7d020f0d8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3421d717-ca60-44e7-a9a1-773acec4e503","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T09:40:14.7658272Z","updatedOn":"2019-10-23T09:40:14.7658272Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/34b29558-faf9-43f0-a194-35ca0aa99fc5","type":"Microsoft.Authorization/roleAssignments","name":"34b29558-faf9-43f0-a194-35ca0aa99fc5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3dc88d41-4d03-4105-970d-937e56de3839","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-06-27T12:59:44.6557891Z","updatedOn":"2019-06-27T12:59:44.6557891Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e57ab8d1-ce9a-4925-b09f-2567492d9b22","type":"Microsoft.Authorization/roleAssignments","name":"e57ab8d1-ce9a-4925-b09f-2567492d9b22"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"62c799b8-9b54-4c3d-97c9-9490d16a6a9a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-08T13:01:20.9953919Z","updatedOn":"2019-08-08T13:01:20.9953919Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e1b91810-0781-462d-9517-764e4a033822","type":"Microsoft.Authorization/roleAssignments","name":"e1b91810-0781-462d-9517-764e4a033822"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T08:03:15.6803676Z","updatedOn":"2019-10-23T08:03:15.6803676Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/facbac06-ddab-437d-949a-207593fddfff","type":"Microsoft.Authorization/roleAssignments","name":"facbac06-ddab-437d-949a-207593fddfff"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"978b254a-54be-42af-80f5-e2a37b2e40e5","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-07-08T06:57:57.0377373Z","updatedOn":"2019-07-08T06:57:57.0377373Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e","type":"Microsoft.Authorization/roleAssignments","name":"89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-17T09:14:08.7913669Z","updatedOn":"2020-04-17T09:14:08.7913669Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/950c635a-23a5-4a0e-8eb6-c53e929c9699","type":"Microsoft.Authorization/roleAssignments","name":"950c635a-23a5-4a0e-8eb6-c53e929c9699"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:46.8918844Z","updatedOn":"2022-10-03T10:52:46.8918844Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5a8b530-0e4c-40d9-a003-167e38138f34","type":"Microsoft.Authorization/roleAssignments","name":"c5a8b530-0e4c-40d9-a003-167e38138f34"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"ce439730-9009-4c60-b582-277f5b9b5c47","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:47.6507241Z","updatedOn":"2022-10-03T10:52:47.6507241Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/adfaf7e6-895a-432b-9f63-650c5855b6b5","type":"Microsoft.Authorization/roleAssignments","name":"adfaf7e6-895a-432b-9f63-650c5855b6b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8a1cd6d0-5c03-4720-8cc7-22adbc865bad","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-06T10:00:44.6775425Z","updatedOn":"2022-10-06T10:00:44.6775425Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/21a219c4-e4ea-4572-9b97-ab829ee70b0b","type":"Microsoft.Authorization/roleAssignments","name":"21a219c4-e4ea-4572-9b97-ab829ee70b0b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"ba20023e-4ef7-4929-8693-f3f37fdb7667","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-19T06:48:34.7902721Z","updatedOn":"2022-10-19T06:48:34.7902721Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/70fc8a72-c6e9-4644-95d6-f27efe137007","type":"Microsoft.Authorization/roleAssignments","name":"70fc8a72-c6e9-4644-95d6-f27efe137007"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab","principalId":"cda54502-7b02-4c29-bacd-2ac17bb3fee4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-20T05:10:54.0749901Z","updatedOn":"2022-10-20T05:10:54.0749901Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a49a99d3-cfb9-4f66-b694-b3a7803fe02b","type":"Microsoft.Authorization/roleAssignments","name":"a49a99d3-cfb9-4f66-b694-b3a7803fe02b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"d6e6b7d9-6bee-44e9-a115-608b26453747","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-11-04T09:20:20.9539814Z","updatedOn":"2022-11-04T09:20:20.9539814Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5ead22ad-d09b-4591-8d0f-a571ef0dedb2","type":"Microsoft.Authorization/roleAssignments","name":"5ead22ad-d09b-4591-8d0f-a571ef0dedb2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324","principalId":"8a49a9af-c646-4a94-97e0-988219f9b933","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-11-17T09:48:40.9317341Z","updatedOn":"2022-11-17T09:48:40.9317341Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/81881251-9f42-413a-828e-f0374be3fc43","type":"Microsoft.Authorization/roleAssignments","name":"81881251-9f42-413a-828e-f0374be3fc43"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b","principalId":"8a49a9af-c646-4a94-97e0-988219f9b933","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-11-17T14:33:17.2080750Z","updatedOn":"2022-11-17T14:33:17.2080750Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/6d573002-8569-420a-bd13-90c87072b928","type":"Microsoft.Authorization/roleAssignments","name":"6d573002-8569-420a-bd13-90c87072b928"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.2924849Z","updatedOn":"2022-12-13T12:39:32.2924849Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1a2a40b4-9a41-4578-a6f5-e34068ff3bf6","type":"Microsoft.Authorization/roleAssignments","name":"1a2a40b4-9a41-4578-a6f5-e34068ff3bf6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.4781119Z","updatedOn":"2022-12-13T12:39:32.4781119Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fc9183c-bfec-41be-8c2b-2cc55420f6c1","type":"Microsoft.Authorization/roleAssignments","name":"9fc9183c-bfec-41be-8c2b-2cc55420f6c1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"fc8bd99b-292d-4396-ac07-7e46bf989efa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-04T09:17:14.5148296Z","updatedOn":"2023-01-04T09:17:14.5148296Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5c4e131f-5843-5474-af9f-427c1fca982d","type":"Microsoft.Authorization/roleAssignments","name":"5c4e131f-5843-5474-af9f-427c1fca982d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c0c54612-5a75-40a2-8a0c-bf70ab0847ba","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-13T04:47:48.8296778Z","updatedOn":"2023-01-13T04:47:48.8296778Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b56bdd79-3e27-4d79-b73b-4dc8625a172a","type":"Microsoft.Authorization/roleAssignments","name":"b56bdd79-3e27-4d79-b73b-4dc8625a172a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a4eae46b-a9d0-4586-8ac9-ba91b29f1d57","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-02-01T10:05:44.6784242Z","updatedOn":"2022-02-01T10:05:44.6784242Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8af2fb3a-292c-42a8-a870-1751c4ec4870","type":"Microsoft.Authorization/roleAssignments","name":"8af2fb3a-292c-42a8-a870-1751c4ec4870"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"662a0ec2-cfbc-45f9-ae31-2cc53070e765","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-12T12:46:49.6216206Z","updatedOn":"2022-04-12T12:46:49.6216206Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/85cc2dff-c5d4-42a3-acb6-255cd4208ef4","type":"Microsoft.Authorization/roleAssignments","name":"85cc2dff-c5d4-42a3-acb6-255cd4208ef4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"662a0ec2-cfbc-45f9-ae31-2cc53070e765","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-12T12:46:57.1459341Z","updatedOn":"2022-04-12T12:46:57.1459341Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/aba8e90d-d951-4cb5-a346-b71e478f4d1b","type":"Microsoft.Authorization/roleAssignments","name":"aba8e90d-d951-4cb5-a346-b71e478f4d1b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"30bc1f3b-ca1a-4c55-96ff-4c026f12eaa1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-12T13:09:28.3678603Z","updatedOn":"2022-04-12T13:09:28.3678603Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/79d87d90-f984-4f53-a169-2eca51c00104","type":"Microsoft.Authorization/roleAssignments","name":"79d87d90-f984-4f53-a169-2eca51c00104"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"30bc1f3b-ca1a-4c55-96ff-4c026f12eaa1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-12T13:09:33.3916295Z","updatedOn":"2022-04-12T13:09:33.3916295Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/5e185742-c91a-4efe-b0d8-db9524685ec5","type":"Microsoft.Authorization/roleAssignments","name":"5e185742-c91a-4efe-b0d8-db9524685ec5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3c582fc7-e68a-4991-a2f6-3d8a7a1f23c1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T07:01:02.2689248Z","updatedOn":"2022-04-13T07:01:02.2689248Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/c9b4f9ab-d687-4a65-910a-5bcb2f974bfe","type":"Microsoft.Authorization/roleAssignments","name":"c9b4f9ab-d687-4a65-910a-5bcb2f974bfe"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"3c582fc7-e68a-4991-a2f6-3d8a7a1f23c1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T07:01:09.3571703Z","updatedOn":"2022-04-13T07:01:09.3571703Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/8bedf13c-aa1a-4191-aa97-573f14fd97ee","type":"Microsoft.Authorization/roleAssignments","name":"8bedf13c-aa1a-4191-aa97-573f14fd97ee"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"a31004b5-ce06-49e1-8706-e8c7afe68695","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T07:43:04.6456354Z","updatedOn":"2022-04-13T07:43:04.6456354Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/bd0fc30a-6ccf-4c22-a26b-0e31aba16035","type":"Microsoft.Authorization/roleAssignments","name":"bd0fc30a-6ccf-4c22-a26b-0e31aba16035"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"a31004b5-ce06-49e1-8706-e8c7afe68695","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T07:43:10.1186881Z","updatedOn":"2022-04-13T07:43:10.1186881Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/dadaa3cd-f442-4d5c-aed3-7cbab2fba3e0","type":"Microsoft.Authorization/roleAssignments","name":"dadaa3cd-f442-4d5c-aed3-7cbab2fba3e0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"6f6a803e-4dc5-488a-8566-a4f0a984975e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T08:58:57.7706882Z","updatedOn":"2022-04-13T08:58:57.7706882Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9e3d10bf-9bfa-4a97-9ab1-b972a348abd0","type":"Microsoft.Authorization/roleAssignments","name":"9e3d10bf-9bfa-4a97-9ab1-b972a348abd0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"6f6a803e-4dc5-488a-8566-a4f0a984975e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T08:59:03.2414961Z","updatedOn":"2022-04-13T08:59:03.2414961Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/66eefd94-4bda-46df-9c61-7e92f83d91e7","type":"Microsoft.Authorization/roleAssignments","name":"66eefd94-4bda-46df-9c61-7e92f83d91e7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"829da4fd-a5f4-4ca7-bc3d-0679d104c5f0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T10:17:35.8887781Z","updatedOn":"2022-04-13T10:17:35.8887781Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/77f4f7a3-a377-49f7-a094-945b82b2bfff","type":"Microsoft.Authorization/roleAssignments","name":"77f4f7a3-a377-49f7-a094-945b82b2bfff"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"829da4fd-a5f4-4ca7-bc3d-0679d104c5f0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T10:17:41.2233089Z","updatedOn":"2022-04-13T10:17:41.2233089Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/1a71aac6-e9ce-40ff-a39f-7594df2ea6e9","type":"Microsoft.Authorization/roleAssignments","name":"1a71aac6-e9ce-40ff-a39f-7594df2ea6e9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3f74f5b7-f4f6-4b65-a45d-f1c60467e115","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-21T06:57:19.4532093Z","updatedOn":"2022-04-21T06:57:19.4532093Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/eede4548-9f71-44b7-8077-c49aa44894b4","type":"Microsoft.Authorization/roleAssignments","name":"eede4548-9f71-44b7-8077-c49aa44894b4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"3f74f5b7-f4f6-4b65-a45d-f1c60467e115","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-21T06:57:24.3439247Z","updatedOn":"2022-04-21T06:57:24.3439247Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/c011acd2-8b5d-45d6-b6c1-4ffe1867ce31","type":"Microsoft.Authorization/roleAssignments","name":"c011acd2-8b5d-45d6-b6c1-4ffe1867ce31"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"85c33f6f-5d69-4b0e-bc06-95a7d3193519","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-04T09:52:52.7340040Z","updatedOn":"2022-05-04T09:52:52.7340040Z","createdBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","updatedBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6a4f635c-309c-4a1d-8eea-86fb5aa91d80","type":"Microsoft.Authorization/roleAssignments","name":"6a4f635c-309c-4a1d-8eea-86fb5aa91d80"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-12T06:55:02.9137483Z","updatedOn":"2022-05-12T06:55:02.9137483Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a5bd1b6d-0084-40ec-9126-2250536b4778","type":"Microsoft.Authorization/roleAssignments","name":"a5bd1b6d-0084-40ec-9126-2250536b4778"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"0b2dcd24-9585-4bb4-a7c3-83e0e3bd0dc7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-05-24T11:54:25.7258076Z","updatedOn":"2022-05-24T11:54:25.7258076Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9a7dc348-d24e-438b-84b0-c7cda5bf92c4","type":"Microsoft.Authorization/roleAssignments","name":"9a7dc348-d24e-438b-84b0-c7cda5bf92c4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"0b2dcd24-9585-4bb4-a7c3-83e0e3bd0dc7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-05-24T11:54:29.8931759Z","updatedOn":"2022-05-24T11:54:29.8931759Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/aeb54d04-84b8-4530-bd7e-fe01dafd82ab","type":"Microsoft.Authorization/roleAssignments","name":"aeb54d04-84b8-4530-bd7e-fe01dafd82ab"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"f2cee52e-3d75-4f49-acc4-b5aaf72232ee","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T11:01:05.6238088Z","updatedOn":"2022-06-03T11:01:05.6238088Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2bd63fbe-e197-434f-ba1e-016bad298ff7","type":"Microsoft.Authorization/roleAssignments","name":"2bd63fbe-e197-434f-ba1e-016bad298ff7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:20:41.1511200Z","updatedOn":"2022-06-03T13:22:39.1076287Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f12c7867-43e5-5530-98e9-9d8a2f39fb92","type":"Microsoft.Authorization/roleAssignments","name":"f12c7867-43e5-5530-98e9-9d8a2f39fb92"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:37:09.9515887Z","updatedOn":"2022-06-03T14:40:22.4040874Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/bace23ac-6978-5318-a146-d49599599b02","type":"Microsoft.Authorization/roleAssignments","name":"bace23ac-6978-5318-a146-d49599599b02"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-06T11:22:08.5127363Z","updatedOn":"2022-06-06T11:22:08.5127363Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/df253c65-35fc-4ff6-9a32-39b3fe20a6e3","type":"Microsoft.Authorization/roleAssignments","name":"df253c65-35fc-4ff6-9a32-39b3fe20a6e3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5f137a67-1b88-4f98-aa20-b71a7082dc56","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-10T14:11:57.5623976Z","updatedOn":"2022-06-10T14:11:57.5623976Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e409f573-8bda-4b7e-854a-61c445d36c6f","type":"Microsoft.Authorization/roleAssignments","name":"e409f573-8bda-4b7e-854a-61c445d36c6f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"961a41dc-cbb6-4777-9b6c-a6d4d1ea4faa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-21T12:02:09.6478601Z","updatedOn":"2022-06-21T12:02:09.6478601Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/efc8d400-cd5e-41d3-99e6-65878c1f888c","type":"Microsoft.Authorization/roleAssignments","name":"efc8d400-cd5e-41d3-99e6-65878c1f888c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"961a41dc-cbb6-4777-9b6c-a6d4d1ea4faa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-21T12:02:31.1213523Z","updatedOn":"2022-06-21T12:02:31.1213523Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/1ad6de95-d660-4f0a-84cf-1b297eafe5f6","type":"Microsoft.Authorization/roleAssignments","name":"1ad6de95-d660-4f0a-84cf-1b297eafe5f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"1831aada-7907-4673-a5e2-b11217764c9e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-21T12:22:14.2181104Z","updatedOn":"2022-06-21T12:22:14.2181104Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/c5856647-b5ff-4264-a966-049b6a58a42f","type":"Microsoft.Authorization/roleAssignments","name":"c5856647-b5ff-4264-a966-049b6a58a42f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"1831aada-7907-4673-a5e2-b11217764c9e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-21T12:22:40.2874069Z","updatedOn":"2022-06-21T12:22:40.2874069Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/a3560e50-7085-48f4-85a1-97487179cc5d","type":"Microsoft.Authorization/roleAssignments","name":"a3560e50-7085-48f4-85a1-97487179cc5d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-22T11:28:57.2073063Z","updatedOn":"2022-06-22T11:28:57.2073063Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb","type":"Microsoft.Authorization/roleAssignments","name":"c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:19:22.2256200Z","updatedOn":"2022-06-23T09:19:22.2256200Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/344b17ae-cabf-4a33-9a9d-ba30fefcbadc","type":"Microsoft.Authorization/roleAssignments","name":"344b17ae-cabf-4a33-9a9d-ba30fefcbadc"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2b81557b-8e7a-4df8-9a41-e59844f627c2","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:25:03.9969293Z","updatedOn":"2022-06-23T09:25:03.9969293Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/13a7f7c7-7364-4f9b-ba92-5430f17b29b5","type":"Microsoft.Authorization/roleAssignments","name":"13a7f7c7-7364-4f9b-ba92-5430f17b29b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-24T07:04:04.5965087Z","updatedOn":"2022-06-24T07:04:04.5965087Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ba604c54-80e1-490e-a123-9ef9d477536b","type":"Microsoft.Authorization/roleAssignments","name":"ba604c54-80e1-490e-a123-9ef9d477536b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-25T04:10:10.7065168Z","updatedOn":"2022-06-25T04:10:10.7065168Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/916a749f-b61f-4ba4-8c28-46217c3a7b4e","type":"Microsoft.Authorization/roleAssignments","name":"916a749f-b61f-4ba4-8c28-46217c3a7b4e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T07:37:58.3152810Z","updatedOn":"2022-06-27T07:37:58.3152810Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0a1046d6-ba58-491f-b473-403ec29cd2be","type":"Microsoft.Authorization/roleAssignments","name":"0a1046d6-ba58-491f-b473-403ec29cd2be"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:21:12.2347431Z","updatedOn":"2022-06-27T08:21:12.2347431Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/abc6fbbe-d4a8-4315-9532-82e90334dcc9","type":"Microsoft.Authorization/roleAssignments","name":"abc6fbbe-d4a8-4315-9532-82e90334dcc9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:17.8582970Z","updatedOn":"2022-06-27T08:43:17.8582970Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8f0bb0e-1495-48f0-aa68-33c364310cfb","type":"Microsoft.Authorization/roleAssignments","name":"b8f0bb0e-1495-48f0-aa68-33c364310cfb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:18.7801612Z","updatedOn":"2022-06-27T08:43:18.7801612Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1","type":"Microsoft.Authorization/roleAssignments","name":"b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:11.7388086Z","updatedOn":"2022-07-01T08:15:11.7388086Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/86db086e-0442-5eef-8ebc-1d8d28a4d03a","type":"Microsoft.Authorization/roleAssignments","name":"86db086e-0442-5eef-8ebc-1d8d28a4d03a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:12.7940996Z","updatedOn":"2022-07-01T08:15:12.7940996Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cbcefba6-df6c-5670-9e02-9e09f7964d9c","type":"Microsoft.Authorization/roleAssignments","name":"cbcefba6-df6c-5670-9e02-9e09f7964d9c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"fe7b070d-f778-4cfd-8acf-eda94f397a89","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-29T07:15:07.9544255Z","updatedOn":"2022-07-29T07:15:07.9544255Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/efb13d06-875d-40e3-81d5-195824e19188","type":"Microsoft.Authorization/roleAssignments","name":"efb13d06-875d-40e3-81d5-195824e19188"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"aa7a0e3a-c2c6-41e2-9838-2ae541c08a88","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-08-01T10:57:25.8183048Z","updatedOn":"2022-08-01T10:57:25.8183048Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/e179ab30-f6f9-44c6-9806-801d4240a604","type":"Microsoft.Authorization/roleAssignments","name":"e179ab30-f6f9-44c6-9806-801d4240a604"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"da112a02-e7cf-4b53-93a0-96958f47f77f","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-08-01T12:19:56.7716607Z","updatedOn":"2022-08-01T12:19:56.7716607Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/859af8cf-cf8d-4a41-b5cb-b492bbebfa96","type":"Microsoft.Authorization/roleAssignments","name":"859af8cf-cf8d-4a41-b5cb-b492bbebfa96"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"d9334401-f342-4fc7-88c4-6fb936fb3a6f","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-08-02T06:53:24.5190593Z","updatedOn":"2022-08-02T06:53:24.5190593Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/babd18e7-662a-4f61-b03b-d2790ad8ad2b","type":"Microsoft.Authorization/roleAssignments","name":"babd18e7-662a-4f61-b03b-d2790ad8ad2b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"d9334401-f342-4fc7-88c4-6fb936fb3a6f","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-08-02T06:56:06.5673047Z","updatedOn":"2022-08-02T06:56:06.5673047Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9b61e48d-b011-4da0-8daa-a65f34af5a33","type":"Microsoft.Authorization/roleAssignments","name":"9b61e48d-b011-4da0-8daa-a65f34af5a33"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f8520195-1c62-47ff-8c01-e394155b52f1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-10T11:13:36.6792855Z","updatedOn":"2022-08-10T11:13:36.6792855Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c9150af-abd1-4d00-9c16-acb375857df6","type":"Microsoft.Authorization/roleAssignments","name":"3c9150af-abd1-4d00-9c16-acb375857df6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f4bfeb83-a4cc-43e8-bee0-9808b5d0918d","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-24T05:51:56.3337713Z","updatedOn":"2022-08-24T05:51:56.3337713Z","createdBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","updatedBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3caa2a04-62bf-4a33-80f5-056840e59fb4","type":"Microsoft.Authorization/roleAssignments","name":"3caa2a04-62bf-4a33-80f5-056840e59fb4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"608ca1e9-e854-46c6-984f-d812d0e657e6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-30T13:32:28.1332524Z","updatedOn":"2022-08-30T13:32:28.1332524Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2719b245-3aeb-4cc0-92bc-6f63eea0dcbf","type":"Microsoft.Authorization/roleAssignments","name":"2719b245-3aeb-4cc0-92bc-6f63eea0dcbf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"76710889-6dec-4b99-a529-cfd36fcb16ec","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-09-05T11:30:49.7733486Z","updatedOn":"2022-09-05T11:30:49.7733486Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/bbc4ec43-5e44-4b5d-8de0-cdf89486bb41","type":"Microsoft.Authorization/roleAssignments","name":"bbc4ec43-5e44-4b5d-8de0-cdf89486bb41"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"76710889-6dec-4b99-a529-cfd36fcb16ec","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-09-05T11:33:36.9049436Z","updatedOn":"2022-09-05T11:33:36.9049436Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/3f21962f-d606-4223-b80f-43344d5dc933","type":"Microsoft.Authorization/roleAssignments","name":"3f21962f-d606-4223-b80f-43344d5dc933"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"f41bd262-eb21-47f1-9706-f12132d865e3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-09-05T11:49:52.6105159Z","updatedOn":"2022-09-05T11:49:52.6105159Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/14d078a0-ff7d-4677-aba3-9dc54afca23f","type":"Microsoft.Authorization/roleAssignments","name":"14d078a0-ff7d-4677-aba3-9dc54afca23f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"f41bd262-eb21-47f1-9706-f12132d865e3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-09-05T11:52:24.6920598Z","updatedOn":"2022-09-05T11:52:24.6920598Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/19633fe8-03e5-4a16-8ca8-6132e216935f","type":"Microsoft.Authorization/roleAssignments","name":"19633fe8-03e5-4a16-8ca8-6132e216935f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"9ca84dd8-bc7f-493f-aad6-5776fe5cfcf1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T11:46:18.7367949Z","updatedOn":"2023-02-07T11:46:18.7367949Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/5d4c800c-2937-4424-a276-0ce194654572","type":"Microsoft.Authorization/roleAssignments","name":"5d4c800c-2937-4424-a276-0ce194654572"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"cfc56492-7710-42ce-aa54-bacfddcd15f5","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T14:37:44.2986908Z","updatedOn":"2023-02-07T14:37:44.2986908Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/f5dfe629-7f08-42b1-a0e1-3557f3bf3da6","type":"Microsoft.Authorization/roleAssignments","name":"f5dfe629-7f08-42b1-a0e1-3557f3bf3da6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"cfc56492-7710-42ce-aa54-bacfddcd15f5","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T14:40:10.8368679Z","updatedOn":"2023-02-07T14:40:10.8368679Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/cb18b5b2-f705-48bd-a21a-01a616187728","type":"Microsoft.Authorization/roleAssignments","name":"cb18b5b2-f705-48bd-a21a-01a616187728"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"ab864caf-15e7-4817-a2e9-fb976dfa9d92","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T18:24:58.0770208Z","updatedOn":"2023-02-07T18:24:58.0770208Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/a38a7654-d866-4caa-964d-bf247954ce6f","type":"Microsoft.Authorization/roleAssignments","name":"a38a7654-d866-4caa-964d-bf247954ce6f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"ab864caf-15e7-4817-a2e9-fb976dfa9d92","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T18:27:30.1142529Z","updatedOn":"2023-02-07T18:27:30.1142529Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/4b91f0d6-a6a8-451e-9d66-a9ae6b33890c","type":"Microsoft.Authorization/roleAssignments","name":"4b91f0d6-a6a8-451e-9d66-a9ae6b33890c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"7e358fea-2c3c-4c77-bbf5-d4c433fa937a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-08T06:59:01.0691008Z","updatedOn":"2023-02-08T06:59:01.0691008Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/ef38f5ad-dfa1-444f-a59c-4228a2fcb601","type":"Microsoft.Authorization/roleAssignments","name":"ef38f5ad-dfa1-444f-a59c-4228a2fcb601"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"7e358fea-2c3c-4c77-bbf5-d4c433fa937a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-08T07:01:22.2694457Z","updatedOn":"2023-02-08T07:01:22.2694457Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/a65516eb-abd7-4b4c-824c-60cc075fecd1","type":"Microsoft.Authorization/roleAssignments","name":"a65516eb-abd7-4b4c-824c-60cc075fecd1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"41753b57-b4fa-4774-80aa-414a3af0f706","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-13T07:37:24.2216257Z","updatedOn":"2023-02-13T07:37:24.2216257Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/0dc7ade2-b7bc-416f-8ab9-9c89cf9396a8","type":"Microsoft.Authorization/roleAssignments","name":"0dc7ade2-b7bc-416f-8ab9-9c89cf9396a8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"41753b57-b4fa-4774-80aa-414a3af0f706","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-13T07:41:05.6519845Z","updatedOn":"2023-02-13T07:41:05.6519845Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/4667bb60-5b20-4f5e-9ba8-7b3c1ac1e7bb","type":"Microsoft.Authorization/roleAssignments","name":"4667bb60-5b20-4f5e-9ba8-7b3c1ac1e7bb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"68df126e-00a9-4775-995d-233a4ffc3a19","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-17T09:26:11.0806114Z","updatedOn":"2023-02-17T09:26:11.0806114Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/76d326c3-4c6a-46f5-9b7d-6cdce259d963","type":"Microsoft.Authorization/roleAssignments","name":"76d326c3-4c6a-46f5-9b7d-6cdce259d963"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e147488a-f6f5-4113-8e2d-b22465e65bf6","principalId":"bb529dae-08b3-4aaa-a97b-a815eb240212","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-17T10:00:44.9499565Z","updatedOn":"2023-02-17T10:00:44.9499565Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e02834f2-9857-4cd4-84bf-f5060c059ac4","type":"Microsoft.Authorization/roleAssignments","name":"e02834f2-9857-4cd4-84bf-f5060c059ac4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"12f8ea5c-1212-449e-b31c-0a574f43076e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-21T07:25:21.5000321Z","updatedOn":"2023-02-21T07:25:21.5000321Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cfa66353-d8d2-44a8-9b6b-47d96c034467","type":"Microsoft.Authorization/roleAssignments","name":"cfa66353-d8d2-44a8-9b6b-47d96c034467"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"cf46d636-b6c1-406c-aba7-b2c3d9ed07da","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-22T08:19:42.6910275Z","updatedOn":"2023-02-22T08:19:42.6910275Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d2fa9741-5fdd-4c70-92d0-68d9ac1c8d47","type":"Microsoft.Authorization/roleAssignments","name":"d2fa9741-5fdd-4c70-92d0-68d9ac1c8d47"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5514cdb4-15e2-4c34-8c01-f5d04b6b6c67","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-24T13:51:44.3846278Z","updatedOn":"2023-02-24T13:51:44.3846278Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dab90611-db6d-4f9f-8082-df6726f52495","type":"Microsoft.Authorization/roleAssignments","name":"dab90611-db6d-4f9f-8082-df6726f52495"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"97cccd32-7f48-4221-94cd-b8528c8b17a6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-26T18:44:26.0648974Z","updatedOn":"2023-02-26T18:44:26.0648974Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fa32041b-2f55-4362-90b5-95d4a83ffd93","type":"Microsoft.Authorization/roleAssignments","name":"fa32041b-2f55-4362-90b5-95d4a83ffd93"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"493cef5f-b385-4b17-9f23-1f8b4b4ac3d6","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-13T07:48:30.0411477Z","updatedOn":"2023-03-13T07:48:30.0411477Z","createdBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","updatedBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/177c0e16-cfcb-406f-904d-09fb218aa5eb","type":"Microsoft.Authorization/roleAssignments","name":"177c0e16-cfcb-406f-904d-09fb218aa5eb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05","principalId":"5289bf2b-79f3-4c31-8d60-db42c3fd002a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-13T10:44:18.1488916Z","updatedOn":"2023-03-13T10:44:18.1488916Z","createdBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","updatedBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/588736e7-fbe0-4821-ae33-2c06f552124a","type":"Microsoft.Authorization/roleAssignments","name":"588736e7-fbe0-4821-ae33-2c06f552124a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1162ad4b-7287-4f49-8c3e-06e04512f639","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-14T12:31:55.1770447Z","updatedOn":"2023-03-14T12:31:55.1770447Z","createdBy":"becb4b6b-fe16-413b-a5c3-90355e0b2982","updatedBy":"becb4b6b-fe16-413b-a5c3-90355e0b2982","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5740e7f-0f13-4653-8abd-f482f3559150","type":"Microsoft.Authorization/roleAssignments","name":"c5740e7f-0f13-4653-8abd-f482f3559150"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"64ab57a6-67bf-4631-ac7f-b731f27f5de9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-04-04T05:25:33.2395033Z","updatedOn":"2023-04-04T05:25:33.2395033Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0be91191-86bc-4569-8b76-aae8fd209ac4","type":"Microsoft.Authorization/roleAssignments","name":"0be91191-86bc-4569-8b76-aae8fd209ac4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"64ab57a6-67bf-4631-ac7f-b731f27f5de9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-04-05T14:05:31.2947743Z","updatedOn":"2023-04-05T14:05:31.2947743Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ffaae57b-fa9e-450b-a428-ea4351af0cbd","type":"Microsoft.Authorization/roleAssignments","name":"ffaae57b-fa9e-450b-a428-ea4351af0cbd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"f3e3e7c0-55fa-4c0e-ae5d-918a87194234","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-04-16T20:07:45.3426456Z","updatedOn":"2023-04-16T20:07:45.3426456Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/11e33a07-0644-57fc-ab9f-1e978f1e5c8f","type":"Microsoft.Authorization/roleAssignments","name":"11e33a07-0644-57fc-ab9f-1e978f1e5c8f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"20be776b-53ea-4f69-aea8-e63cd646bf2a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T05:15:12.7382306Z","updatedOn":"2023-05-02T05:15:12.7382306Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d3962592-e471-4400-92b3-22e07f918945","type":"Microsoft.Authorization/roleAssignments","name":"d3962592-e471-4400-92b3-22e07f918945"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"b4a3721a-5084-4986-a20a-303f9d6f5040","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T07:57:32.1970984Z","updatedOn":"2023-05-02T07:57:32.1970984Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/665d47a7-45b8-4799-9950-b81892b71d02","type":"Microsoft.Authorization/roleAssignments","name":"665d47a7-45b8-4799-9950-b81892b71d02"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"0e79e07c-dd40-403a-aaa1-1b1a0db2c679","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T07:57:32.2974094Z","updatedOn":"2023-05-02T07:57:32.2974094Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6dc7c22d-6a46-43c8-bb1f-c21b9790f90f","type":"Microsoft.Authorization/roleAssignments","name":"6dc7c22d-6a46-43c8-bb1f-c21b9790f90f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2c62cfe7-2fb7-4fa7-8a70-363587961c3a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-03T06:56:50.3041561Z","updatedOn":"2023-05-03T06:56:50.3041561Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a8d72b29-195f-4fcb-871f-98944442ea1e","type":"Microsoft.Authorization/roleAssignments","name":"a8d72b29-195f-4fcb-871f-98944442ea1e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"4b305e89-0494-466a-8590-60c5c497489d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-03T16:21:37.4244909Z","updatedOn":"2023-05-03T16:21:37.4244909Z","createdBy":"e073490c-1bbd-4bac-9bd1-5584fec82ff0","updatedBy":"e073490c-1bbd-4bac-9bd1-5584fec82ff0","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/91737f0e-ddb4-44a5-96bf-0abe626f2cea","type":"Microsoft.Authorization/roleAssignments","name":"91737f0e-ddb4-44a5-96bf-0abe626f2cea"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"57ddf84a-2eef-49e2-bb48-f479a5a1c552","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-05T11:56:10.2901313Z","updatedOn":"2023-05-05T11:56:10.2901313Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/fb20842a-e4c1-46ad-a59e-0ef2434833ba","type":"Microsoft.Authorization/roleAssignments","name":"fb20842a-e4c1-46ad-a59e-0ef2434833ba"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3be5faee-4085-404f-84f7-a1f0038f4f3e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-05T12:11:21.3062895Z","updatedOn":"2023-05-05T12:11:21.3062895Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/97db6763-4bdf-4fab-a3d5-19a074743c90","type":"Microsoft.Authorization/roleAssignments","name":"97db6763-4bdf-4fab-a3d5-19a074743c90"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"3be5faee-4085-404f-84f7-a1f0038f4f3e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-05T12:13:46.1077216Z","updatedOn":"2023-05-05T12:13:46.1077216Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/34142934-3143-4f40-b938-6b7171e1ef72","type":"Microsoft.Authorization/roleAssignments","name":"34142934-3143-4f40-b938-6b7171e1ef72"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"572c9fca-f2a0-4a97-8ebc-19adce200589","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T06:40:39.4121654Z","updatedOn":"2023-05-09T06:40:39.4121654Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/16794e27-e687-446c-ba06-1600231845d8","type":"Microsoft.Authorization/roleAssignments","name":"16794e27-e687-446c-ba06-1600231845d8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"572c9fca-f2a0-4a97-8ebc-19adce200589","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T06:43:03.5734256Z","updatedOn":"2023-05-09T06:43:03.5734256Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/3e6c445c-0e72-46f2-b9cc-07e953f75e35","type":"Microsoft.Authorization/roleAssignments","name":"3e6c445c-0e72-46f2-b9cc-07e953f75e35"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"52f7b429-666f-49a5-b775-1a238898ef65","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T07:15:31.3951595Z","updatedOn":"2023-05-09T07:15:31.3951595Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/93b421ad-76ac-486b-9b71-0984f2437fe4","type":"Microsoft.Authorization/roleAssignments","name":"93b421ad-76ac-486b-9b71-0984f2437fe4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"52f7b429-666f-49a5-b775-1a238898ef65","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T07:17:58.9536015Z","updatedOn":"2023-05-09T07:17:58.9536015Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/fcd4a898-408e-4697-b1fe-1677a679d641","type":"Microsoft.Authorization/roleAssignments","name":"fcd4a898-408e-4697-b1fe-1677a679d641"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"fb76e629-f1e2-4376-8fa3-b6a679d83183","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T11:59:05.8831794Z","updatedOn":"2023-05-09T11:59:05.8831794Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/47955597-33d7-41a2-ab21-52c2f4c79747","type":"Microsoft.Authorization/roleAssignments","name":"47955597-33d7-41a2-ab21-52c2f4c79747"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"fb76e629-f1e2-4376-8fa3-b6a679d83183","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T12:01:31.2675777Z","updatedOn":"2023-05-09T12:01:31.2675777Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/6a86db74-852a-4bf5-83ad-2ae17056b116","type":"Microsoft.Authorization/roleAssignments","name":"6a86db74-852a-4bf5-83ad-2ae17056b116"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"0c0cb9fe-ed4f-4d2d-8a9f-9c56745e55c8","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T12:52:55.6066420Z","updatedOn":"2023-05-09T12:52:55.6066420Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/408e31ed-edc0-4e12-ac5b-8a60e965ba2a","type":"Microsoft.Authorization/roleAssignments","name":"408e31ed-edc0-4e12-ac5b-8a60e965ba2a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"0c0cb9fe-ed4f-4d2d-8a9f-9c56745e55c8","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T12:55:18.7789470Z","updatedOn":"2023-05-09T12:55:18.7789470Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/387acca7-9d31-4be0-8084-7e3d6f0a5dd2","type":"Microsoft.Authorization/roleAssignments","name":"387acca7-9d31-4be0-8084-7e3d6f0a5dd2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"84fd75de-0b93-4214-8aeb-8045f8adc241","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T13:26:47.3526513Z","updatedOn":"2023-05-09T13:26:47.3526513Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/e59ea54d-c643-426e-a26b-186748c1ab13","type":"Microsoft.Authorization/roleAssignments","name":"e59ea54d-c643-426e-a26b-186748c1ab13"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"84fd75de-0b93-4214-8aeb-8045f8adc241","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T13:29:11.8533250Z","updatedOn":"2023-05-09T13:29:11.8533250Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/29b2aa5f-de04-4d20-840b-23c0085c30cf","type":"Microsoft.Authorization/roleAssignments","name":"29b2aa5f-de04-4d20-840b-23c0085c30cf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"514417d3-eed6-454e-8eff-6c3aa0964ea9","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T13:46:12.2740483Z","updatedOn":"2023-05-09T13:46:12.2740483Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9ad4eb9e-3805-43b1-b56a-8338c3b0d200","type":"Microsoft.Authorization/roleAssignments","name":"9ad4eb9e-3805-43b1-b56a-8338c3b0d200"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"514417d3-eed6-454e-8eff-6c3aa0964ea9","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T13:48:39.8153176Z","updatedOn":"2023-05-09T13:48:39.8153176Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/78649658-a424-442b-abb4-e81a09440e1b","type":"Microsoft.Authorization/roleAssignments","name":"78649658-a424-442b-abb4-e81a09440e1b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"1e26e834-2b2d-4206-a2a1-f20f0a4997ac","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T06:20:03.4055632Z","updatedOn":"2023-05-10T06:20:03.4055632Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/2ddff7bd-27b7-45bf-9ab2-8c98cb246163","type":"Microsoft.Authorization/roleAssignments","name":"2ddff7bd-27b7-45bf-9ab2-8c98cb246163"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"1e26e834-2b2d-4206-a2a1-f20f0a4997ac","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T02:34:23.4143096Z","updatedOn":"2023-05-11T02:34:23.4143096Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/90a02aaf-21ea-4b72-ade2-a394688342b3","type":"Microsoft.Authorization/roleAssignments","name":"90a02aaf-21ea-4b72-ade2-a394688342b3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"c16faef1-ab10-480f-bed6-8c62ca46e3b8","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T06:10:32.6900917Z","updatedOn":"2023-05-11T06:10:32.6900917Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/1b634841-59ad-43d2-a8ee-e23dacb39c1b","type":"Microsoft.Authorization/roleAssignments","name":"1b634841-59ad-43d2-a8ee-e23dacb39c1b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"c16faef1-ab10-480f-bed6-8c62ca46e3b8","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T06:12:58.5826915Z","updatedOn":"2023-05-11T06:12:58.5826915Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/3570042a-80ba-41e0-9494-df7c45f8c033","type":"Microsoft.Authorization/roleAssignments","name":"3570042a-80ba-41e0-9494-df7c45f8c033"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"ed15478a-2da6-468c-90eb-25447535bba6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T06:24:37.6333045Z","updatedOn":"2023-05-11T06:24:37.6333045Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9a422311-0456-4a8a-9686-dad2574cbe8e","type":"Microsoft.Authorization/roleAssignments","name":"9a422311-0456-4a8a-9686-dad2574cbe8e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"ed15478a-2da6-468c-90eb-25447535bba6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T06:27:00.4836021Z","updatedOn":"2023-05-11T06:27:00.4836021Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/53f34812-298b-4f5d-b1b5-6d5557c3034b","type":"Microsoft.Authorization/roleAssignments","name":"53f34812-298b-4f5d-b1b5-6d5557c3034b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"9bcf962d-18e4-438b-ae73-18118e18d604","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T06:40:02.4492299Z","updatedOn":"2023-05-11T06:40:02.4492299Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/25c5e202-512f-4452-9078-80b551e31ce0","type":"Microsoft.Authorization/roleAssignments","name":"25c5e202-512f-4452-9078-80b551e31ce0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"9bcf962d-18e4-438b-ae73-18118e18d604","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T06:42:23.7068099Z","updatedOn":"2023-05-11T06:42:23.7068099Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/d2f9bc5d-40bd-4a68-988d-84d0b6d6f6be","type":"Microsoft.Authorization/roleAssignments","name":"d2f9bc5d-40bd-4a68-988d-84d0b6d6f6be"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"94574628-fa5b-415c-a126-a77a3811a413","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T06:57:09.1378039Z","updatedOn":"2023-05-11T06:57:09.1378039Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/6052e3ce-55e7-45dd-b38f-cc9f813b861b","type":"Microsoft.Authorization/roleAssignments","name":"6052e3ce-55e7-45dd-b38f-cc9f813b861b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"94574628-fa5b-415c-a126-a77a3811a413","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T06:59:29.9271379Z","updatedOn":"2023-05-11T06:59:29.9271379Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/7c3b9759-5ce3-4847-a30f-ab49a46d40ee","type":"Microsoft.Authorization/roleAssignments","name":"7c3b9759-5ce3-4847-a30f-ab49a46d40ee"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3eac1ce2-053b-4b0d-8a6c-25d904548a5e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T07:14:45.9241199Z","updatedOn":"2023-05-11T07:14:45.9241199Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/0bc1ec55-32c1-4515-8e7a-eba9f4442096","type":"Microsoft.Authorization/roleAssignments","name":"0bc1ec55-32c1-4515-8e7a-eba9f4442096"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"3eac1ce2-053b-4b0d-8a6c-25d904548a5e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T07:17:10.7705316Z","updatedOn":"2023-05-11T07:17:10.7705316Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/2112d254-6c9c-4b57-817d-4e133ac487f0","type":"Microsoft.Authorization/roleAssignments","name":"2112d254-6c9c-4b57-817d-4e133ac487f0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3cc23685-f0a8-4398-acd5-4fc183a12214","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-16T05:46:32.6098098Z","updatedOn":"2023-05-16T05:46:32.6098098Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/f675f88e-829f-4bbd-b464-2dfcb35bff41","type":"Microsoft.Authorization/roleAssignments","name":"f675f88e-829f-4bbd-b464-2dfcb35bff41"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"3cc23685-f0a8-4398-acd5-4fc183a12214","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-16T05:48:54.6897489Z","updatedOn":"2023-05-16T05:48:54.6897489Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/68c5dae6-4ef4-4356-829b-dab7b7583a66","type":"Microsoft.Authorization/roleAssignments","name":"68c5dae6-4ef4-4356-829b-dab7b7583a66"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"58855564-8091-4c8e-ad53-d10b8fff0527","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-17T06:33:02.7277301Z","updatedOn":"2023-05-17T06:33:02.7277301Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1a38fd1e-c445-4178-9b06-e50cfaa7cdaf","type":"Microsoft.Authorization/roleAssignments","name":"1a38fd1e-c445-4178-9b06-e50cfaa7cdaf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c24456e1-8136-48ee-97c9-b1f01906af77","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-17T06:33:02.7640554Z","updatedOn":"2023-05-17T06:33:02.7640554Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/895912bb-0d13-4469-b7fb-b479b1dc3e5b","type":"Microsoft.Authorization/roleAssignments","name":"895912bb-0d13-4469-b7fb-b479b1dc3e5b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"f8520195-1c62-47ff-8c01-e394155b52f1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-18T06:12:44.5863814Z","updatedOn":"2023-05-18T06:12:44.5863814Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/eb75e461-0299-4c74-aa17-e02717312d32","type":"Microsoft.Authorization/roleAssignments","name":"eb75e461-0299-4c74-aa17-e02717312d32"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f58310d9-a9f6-439a-9e8d-f62e7b41a168","principalId":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T04:48:16.7740488Z","updatedOn":"2023-05-25T04:48:16.7740488Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f7ea54ed-f06b-47ea-ac38-8fe1173e9344","type":"Microsoft.Authorization/roleAssignments","name":"f7ea54ed-f06b-47ea-ac38-8fe1173e9344"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"7d61a767-e5a2-4b11-b15a-7fc0d548bffe","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T05:59:53.6384728Z","updatedOn":"2023-05-25T05:59:53.6384728Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/0c5b6d83-1fc0-4afd-965d-56c33647c187","type":"Microsoft.Authorization/roleAssignments","name":"0c5b6d83-1fc0-4afd-965d-56c33647c187"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"ae1c784d-21fc-4731-a23f-a158ca783415","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T08:04:09.3306333Z","updatedOn":"2023-05-25T08:04:09.3306333Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/8e2c4588-f433-4367-982d-b4125591bbb6","type":"Microsoft.Authorization/roleAssignments","name":"8e2c4588-f433-4367-982d-b4125591bbb6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"d6f8d575-3950-44b6-b110-c017ec0e8eb3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T08:42:46.9309895Z","updatedOn":"2023-05-25T08:42:46.9309895Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/8cfffb3b-90ec-470b-8c0f-fa3c59865355","type":"Microsoft.Authorization/roleAssignments","name":"8cfffb3b-90ec-470b-8c0f-fa3c59865355"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"d6f8d575-3950-44b6-b110-c017ec0e8eb3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T08:45:22.1386182Z","updatedOn":"2023-05-25T08:45:22.1386182Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/10c4d3a6-ff19-432c-8330-47158efcbe10","type":"Microsoft.Authorization/roleAssignments","name":"10c4d3a6-ff19-432c-8330-47158efcbe10"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"746c501c-d9e8-4155-8456-3d061f0a9923","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T09:56:51.4300973Z","updatedOn":"2023-05-25T09:56:51.4300973Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/bc480b5b-e9fe-451b-b28a-c703178906e0","type":"Microsoft.Authorization/roleAssignments","name":"bc480b5b-e9fe-451b-b28a-c703178906e0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"746c501c-d9e8-4155-8456-3d061f0a9923","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T10:00:38.7175952Z","updatedOn":"2023-05-25T10:00:38.7175952Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/532287c4-f709-4eaf-bfe0-35a461269534","type":"Microsoft.Authorization/roleAssignments","name":"532287c4-f709-4eaf-bfe0-35a461269534"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"7fdbdf95-91f7-49f7-beff-ac08185eac12","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T11:31:08.4625303Z","updatedOn":"2023-05-25T11:31:08.4625303Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/3280f697-c913-461b-b2a7-e035baecedb8","type":"Microsoft.Authorization/roleAssignments","name":"3280f697-c913-461b-b2a7-e035baecedb8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"7fdbdf95-91f7-49f7-beff-ac08185eac12","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T11:33:37.4240898Z","updatedOn":"2023-05-25T11:33:37.4240898Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/6f0dd256-c59f-472e-9779-047975b2c75a","type":"Microsoft.Authorization/roleAssignments","name":"6f0dd256-c59f-472e-9779-047975b2c75a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"ba996348-5830-4aba-b5af-9bb19d136454","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T12:09:35.9936035Z","updatedOn":"2023-05-25T12:09:35.9936035Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/d056793c-aeab-4ff4-b49d-81c148f72958","type":"Microsoft.Authorization/roleAssignments","name":"d056793c-aeab-4ff4-b49d-81c148f72958"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"ba996348-5830-4aba-b5af-9bb19d136454","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T12:12:07.2596947Z","updatedOn":"2023-05-25T12:12:07.2596947Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/4c61cb42-cb62-4ab2-8768-4b9f6077667f","type":"Microsoft.Authorization/roleAssignments","name":"4c61cb42-cb62-4ab2-8768-4b9f6077667f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"d2ed7f1f-dad1-4bfc-be5e-b750e6ce027f","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T13:52:03.6064306Z","updatedOn":"2023-05-25T13:52:03.6064306Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/c258e3e9-b254-46ba-87b1-62f084b818ec","type":"Microsoft.Authorization/roleAssignments","name":"c258e3e9-b254-46ba-87b1-62f084b818ec"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"d2ed7f1f-dad1-4bfc-be5e-b750e6ce027f","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T13:54:45.0960099Z","updatedOn":"2023-05-25T13:54:45.0960099Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/48c265c3-36a6-4808-ad03-f7ef108194c5","type":"Microsoft.Authorization/roleAssignments","name":"48c265c3-36a6-4808-ad03-f7ef108194c5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"1fd211c1-bf71-4620-b87c-a24c4bf0ebb4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T14:23:11.4239777Z","updatedOn":"2023-05-25T14:23:11.4239777Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/4fbc03d3-60e7-48fa-b3cd-6ef199103e93","type":"Microsoft.Authorization/roleAssignments","name":"4fbc03d3-60e7-48fa-b3cd-6ef199103e93"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"1fd211c1-bf71-4620-b87c-a24c4bf0ebb4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T14:26:08.7108256Z","updatedOn":"2023-05-25T14:26:08.7108256Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/97dde15d-766c-4614-8457-58d3f062ce8c","type":"Microsoft.Authorization/roleAssignments","name":"97dde15d-766c-4614-8457-58d3f062ce8c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"08d4079d-85f3-4c62-8c8d-9c1ccbea1658","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T15:00:17.9606172Z","updatedOn":"2023-05-25T15:00:17.9606172Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/c58d246b-e8f6-4165-80d4-ba4878a846d0","type":"Microsoft.Authorization/roleAssignments","name":"c58d246b-e8f6-4165-80d4-ba4878a846d0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"08d4079d-85f3-4c62-8c8d-9c1ccbea1658","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T15:03:29.7890723Z","updatedOn":"2023-05-25T15:03:29.7890723Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/5e0bbf4b-e731-4b80-9c47-bcb9570377ec","type":"Microsoft.Authorization/roleAssignments","name":"5e0bbf4b-e731-4b80-9c47-bcb9570377ec"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"d2926643-feb8-4c16-82cc-f643d174ed87","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-26T04:27:08.2742572Z","updatedOn":"2023-05-26T04:27:08.2742572Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/644071bc-8888-4f5a-9f27-d6de2cec3f93","type":"Microsoft.Authorization/roleAssignments","name":"644071bc-8888-4f5a-9f27-d6de2cec3f93"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"d2926643-feb8-4c16-82cc-f643d174ed87","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-26T04:29:52.6908189Z","updatedOn":"2023-05-26T04:29:52.6908189Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/e034da56-2f45-47f4-83b0-ab98e35b6b05","type":"Microsoft.Authorization/roleAssignments","name":"e034da56-2f45-47f4-83b0-ab98e35b6b05"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"7963f182-2320-42eb-ac28-16d2ce34b78a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-26T13:45:42.9389566Z","updatedOn":"2023-05-26T13:45:42.9389566Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9a2964db-2b43-40c0-b408-63ffd2cc51f4","type":"Microsoft.Authorization/roleAssignments","name":"9a2964db-2b43-40c0-b408-63ffd2cc51f4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"7963f182-2320-42eb-ac28-16d2ce34b78a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-26T13:48:24.0981052Z","updatedOn":"2023-05-26T13:48:24.0981052Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/a5f9296c-39bd-4f1e-86e2-d4d5a22fe8d8","type":"Microsoft.Authorization/roleAssignments","name":"a5f9296c-39bd-4f1e-86e2-d4d5a22fe8d8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"79c2da12-5fff-45bc-8f6b-82529aa1794e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-26T14:08:42.2189212Z","updatedOn":"2023-05-26T14:08:42.2189212Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/6fd13a35-cd6b-491f-9df9-e50aa55e57dd","type":"Microsoft.Authorization/roleAssignments","name":"6fd13a35-cd6b-491f-9df9-e50aa55e57dd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"79c2da12-5fff-45bc-8f6b-82529aa1794e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-26T14:11:30.9110583Z","updatedOn":"2023-05-26T14:11:30.9110583Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/602e20b3-3f1a-4c8d-ade9-74c900f5880d","type":"Microsoft.Authorization/roleAssignments","name":"602e20b3-3f1a-4c8d-ade9-74c900f5880d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"93805802-70d7-41a2-9aa6-1a90822ad656","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-26T14:27:27.5839129Z","updatedOn":"2023-05-26T14:27:27.5839129Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/4ae65c6f-39c2-402d-9809-3b0e7c3a3ee4","type":"Microsoft.Authorization/roleAssignments","name":"4ae65c6f-39c2-402d-9809-3b0e7c3a3ee4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"93805802-70d7-41a2-9aa6-1a90822ad656","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-26T14:31:29.6664970Z","updatedOn":"2023-05-26T14:31:29.6664970Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/afe8b1e8-fb7c-4de1-b5ad-4a5a4e41904d","type":"Microsoft.Authorization/roleAssignments","name":"afe8b1e8-fb7c-4de1-b5ad-4a5a4e41904d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T13:53:37.6422713Z","updatedOn":"2023-05-29T13:53:37.6422713Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b65f7c25-3f4f-44f7-9c48-fe96b51576e0","type":"Microsoft.Authorization/roleAssignments","name":"b65f7c25-3f4f-44f7-9c48-fe96b51576e0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"1af7beaf-9222-436b-b62c-74a201f850ec","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-04T11:29:27.2254968Z","updatedOn":"2023-06-04T11:29:27.2254968Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/7581d197-9f5f-4562-bd36-3cad3f8b66e1","type":"Microsoft.Authorization/roleAssignments","name":"7581d197-9f5f-4562-bd36-3cad3f8b66e1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"1af7beaf-9222-436b-b62c-74a201f850ec","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-04T11:32:03.5285268Z","updatedOn":"2023-06-04T11:32:03.5285268Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/f1e1f274-e40e-4767-96a0-c31d1d771837","type":"Microsoft.Authorization/roleAssignments","name":"f1e1f274-e40e-4767-96a0-c31d1d771837"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"95b40c91-ecaa-4fd3-b2c4-1380010d4ad9","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-04T12:20:25.7177761Z","updatedOn":"2023-06-04T12:20:25.7177761Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9ba2db75-74b5-4b28-9ed2-3d467bb35539","type":"Microsoft.Authorization/roleAssignments","name":"9ba2db75-74b5-4b28-9ed2-3d467bb35539"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"95b40c91-ecaa-4fd3-b2c4-1380010d4ad9","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-04T12:22:55.1175918Z","updatedOn":"2023-06-04T12:22:55.1175918Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/77e252b3-8c5f-4002-8aaf-0595d699892e","type":"Microsoft.Authorization/roleAssignments","name":"77e252b3-8c5f-4002-8aaf-0595d699892e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"139c6de0-d02a-4517-a02d-0ee8c1f013b1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-06T10:47:32.9134608Z","updatedOn":"2023-06-06T10:47:32.9134608Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/13efeb0b-f941-47a1-8e98-652e2a0548bd","type":"Microsoft.Authorization/roleAssignments","name":"13efeb0b-f941-47a1-8e98-652e2a0548bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"139c6de0-d02a-4517-a02d-0ee8c1f013b1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-06T10:50:08.9065162Z","updatedOn":"2023-06-06T10:50:08.9065162Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/24e9c2f2-ff56-4cb3-8162-ebe970bca8ec","type":"Microsoft.Authorization/roleAssignments","name":"24e9c2f2-ff56-4cb3-8162-ebe970bca8ec"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"332fa690-6952-44fc-bea3-bce89b904348","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-06T11:36:56.0683505Z","updatedOn":"2023-06-06T11:36:56.0683505Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/ca9ccf14-8f80-4eac-b180-39fabc1e0743","type":"Microsoft.Authorization/roleAssignments","name":"ca9ccf14-8f80-4eac-b180-39fabc1e0743"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"332fa690-6952-44fc-bea3-bce89b904348","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-06T11:40:42.7393729Z","updatedOn":"2023-06-06T11:40:42.7393729Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/0ea91a6f-9d0f-4112-a255-0bb45e96534e","type":"Microsoft.Authorization/roleAssignments","name":"0ea91a6f-9d0f-4112-a255-0bb45e96534e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"938e8486-2d29-47d0-b739-7ac10084a0c5","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-07T03:44:43.7695644Z","updatedOn":"2023-06-07T03:44:43.7695644Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/d71dcd8f-e453-4387-a00b-74c56dfcffa3","type":"Microsoft.Authorization/roleAssignments","name":"d71dcd8f-e453-4387-a00b-74c56dfcffa3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"938e8486-2d29-47d0-b739-7ac10084a0c5","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-07T03:48:40.8288781Z","updatedOn":"2023-06-07T03:48:40.8288781Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/190e30ab-41b3-4a3f-a0d0-8eef8818d3bc","type":"Microsoft.Authorization/roleAssignments","name":"190e30ab-41b3-4a3f-a0d0-8eef8818d3bc"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"c8cacd21-c5f5-4418-b29e-1f4fa25a4066","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-07T04:22:18.2060365Z","updatedOn":"2023-06-07T04:22:18.2060365Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/f0a02d09-130d-4e5e-89a6-8cfa1611722b","type":"Microsoft.Authorization/roleAssignments","name":"f0a02d09-130d-4e5e-89a6-8cfa1611722b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"c8cacd21-c5f5-4418-b29e-1f4fa25a4066","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-07T04:26:05.8066447Z","updatedOn":"2023-06-07T04:26:05.8066447Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/52a4bab1-d12f-4cc3-81f0-8444493c0391","type":"Microsoft.Authorization/roleAssignments","name":"52a4bab1-d12f-4cc3-81f0-8444493c0391"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"975a2af9-848c-4193-883c-51f416e21a3e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-07T05:38:21.0275581Z","updatedOn":"2023-06-07T05:38:21.0275581Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/5912b66c-285d-4d43-922b-d782696ef1a6","type":"Microsoft.Authorization/roleAssignments","name":"5912b66c-285d-4d43-922b-d782696ef1a6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"975a2af9-848c-4193-883c-51f416e21a3e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-07T05:42:20.2883838Z","updatedOn":"2023-06-07T05:42:20.2883838Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/25f2cce3-b33a-4524-b946-d17802a17853","type":"Microsoft.Authorization/roleAssignments","name":"25f2cce3-b33a-4524-b946-d17802a17853"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c8930b26-8d6f-4b4a-87de-2f8eb04e7cbd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-06-08T09:36:28.7566900Z","updatedOn":"2023-06-08T09:36:28.7566900Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5d1f4c81-f2b6-43c9-8e45-8878bf1d3398","type":"Microsoft.Authorization/roleAssignments","name":"5d1f4c81-f2b6-43c9-8e45-8878bf1d3398"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"01a79fce-216b-4675-b5f9-7be8e3741ad1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-08T11:58:43.5744879Z","updatedOn":"2023-06-08T11:58:43.5744879Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9166cf37-d347-486d-909c-db984d5ecd2e","type":"Microsoft.Authorization/roleAssignments","name":"9166cf37-d347-486d-909c-db984d5ecd2e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"01a79fce-216b-4675-b5f9-7be8e3741ad1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-08T12:01:17.7543409Z","updatedOn":"2023-06-08T12:01:17.7543409Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/8f3294d9-be17-4ad5-ad2c-65fe1cb310ee","type":"Microsoft.Authorization/roleAssignments","name":"8f3294d9-be17-4ad5-ad2c-65fe1cb310ee"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"68381bcd-b6f6-441a-adda-1592dc9343e8","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T04:41:48.9375453Z","updatedOn":"2023-06-09T04:41:48.9375453Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/8ab4f1fd-7a59-4ecb-9e8d-f6baeeda1c67","type":"Microsoft.Authorization/roleAssignments","name":"8ab4f1fd-7a59-4ecb-9e8d-f6baeeda1c67"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"68381bcd-b6f6-441a-adda-1592dc9343e8","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T04:44:17.8000346Z","updatedOn":"2023-06-09T04:44:17.8000346Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/b927182a-09cf-4b7b-b4e7-2a9cb20c94e4","type":"Microsoft.Authorization/roleAssignments","name":"b927182a-09cf-4b7b-b4e7-2a9cb20c94e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"ff1bcf97-26da-4cd0-a6c2-4ee7ea7893c0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T06:31:47.9164431Z","updatedOn":"2023-06-09T06:31:47.9164431Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/d67f276d-84d3-4f7e-8b97-a7c204d321ce","type":"Microsoft.Authorization/roleAssignments","name":"d67f276d-84d3-4f7e-8b97-a7c204d321ce"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"ff1bcf97-26da-4cd0-a6c2-4ee7ea7893c0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T06:35:46.2964621Z","updatedOn":"2023-06-09T06:35:46.2964621Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/27963214-0a6c-4fd5-955b-07b3ec1c1c66","type":"Microsoft.Authorization/roleAssignments","name":"27963214-0a6c-4fd5-955b-07b3ec1c1c66"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a51d0ef9-9895-4b63-b3f8-354bb7d1a6bb","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-05-21T08:47:39.8177538Z","updatedOn":"2021-05-21T08:47:39.8177538Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/17db6abb-bc45-4967-b313-e470ec9cbbd7","type":"Microsoft.Authorization/roleAssignments","name":"17db6abb-bc45-4967-b313-e470ec9cbbd7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"7c567124-5292-4819-aa73-0224bf1c42e1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-05-23T13:38:54.7542852Z","updatedOn":"2021-05-23T13:38:54.7542852Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/0809d692-f58f-43f2-b597-7f115957407e","type":"Microsoft.Authorization/roleAssignments","name":"0809d692-f58f-43f2-b597-7f115957407e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"955c9d1b-0cb6-4ff6-91c9-f4aadf67ffe8","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-05-24T16:45:08.3835615Z","updatedOn":"2021-05-24T16:45:08.3835615Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/1b1ac6ab-19e7-4c4f-91d2-5be73096da2c","type":"Microsoft.Authorization/roleAssignments","name":"1b1ac6ab-19e7-4c4f-91d2-5be73096da2c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"7221c906-782c-44a0-ab2f-f23d8a95ce25","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-05-24T16:56:16.2751421Z","updatedOn":"2021-05-24T16:56:16.2751421Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/ca8f2433-76dc-49fa-828d-9cd2861ec25c","type":"Microsoft.Authorization/roleAssignments","name":"ca8f2433-76dc-49fa-828d-9cd2861ec25c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"e1a3bbaa-4ffb-41a6-a154-b4870d9e86b4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T06:40:53.5542743Z","updatedOn":"2021-06-04T06:40:53.5542743Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9d9ac2a8-dbac-41bb-9f17-c473f02c6370","type":"Microsoft.Authorization/roleAssignments","name":"9d9ac2a8-dbac-41bb-9f17-c473f02c6370"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"e1a3bbaa-4ffb-41a6-a154-b4870d9e86b4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T06:40:57.1326805Z","updatedOn":"2021-06-04T06:40:57.1326805Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/14b1338c-95f6-44f9-ad22-395f8ebbb1fe","type":"Microsoft.Authorization/roleAssignments","name":"14b1338c-95f6-44f9-ad22-395f8ebbb1fe"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"1da90707-df56-4d40-a805-2e646c9d95ab","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T07:02:18.2829699Z","updatedOn":"2021-06-04T07:02:18.2829699Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/bf5f4821-9baa-4dc6-9bd5-8c62f31c1a93","type":"Microsoft.Authorization/roleAssignments","name":"bf5f4821-9baa-4dc6-9bd5-8c62f31c1a93"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"1da90707-df56-4d40-a805-2e646c9d95ab","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T07:02:22.4343547Z","updatedOn":"2021-06-04T07:02:22.4343547Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/26bab283-0772-4c03-8dc1-a50c8ffa597d","type":"Microsoft.Authorization/roleAssignments","name":"26bab283-0772-4c03-8dc1-a50c8ffa597d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"ab6b1184-ff37-4d3e-b460-fbe654f7ad5c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T07:19:08.8293677Z","updatedOn":"2021-06-04T07:19:08.8293677Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/d972f611-a4bd-4b80-9e78-980984602450","type":"Microsoft.Authorization/roleAssignments","name":"d972f611-a4bd-4b80-9e78-980984602450"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"ab6b1184-ff37-4d3e-b460-fbe654f7ad5c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T07:19:12.8400651Z","updatedOn":"2021-06-04T07:19:12.8400651Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/b9393755-f5ca-41ef-a631-fb62184c57a8","type":"Microsoft.Authorization/roleAssignments","name":"b9393755-f5ca-41ef-a631-fb62184c57a8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3ffa4e46-39a3-4002-9292-e2adf0d1a8c6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T09:14:15.2633798Z","updatedOn":"2021-06-04T09:14:15.2633798Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/094981c0-d59c-4f5b-9581-72c08da65454","type":"Microsoft.Authorization/roleAssignments","name":"094981c0-d59c-4f5b-9581-72c08da65454"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"3ffa4e46-39a3-4002-9292-e2adf0d1a8c6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T09:14:19.9554484Z","updatedOn":"2021-06-04T09:14:19.9554484Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/0cac59e0-0464-4bf6-9bef-f1fadc2b08f4","type":"Microsoft.Authorization/roleAssignments","name":"0cac59e0-0464-4bf6-9bef-f1fadc2b08f4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"93e2b483-3ffa-44f8-9965-fdb104b541a2","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-06-29T05:43:19.7216795Z","updatedOn":"2021-06-29T05:43:19.7216795Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c6aff8c2-08b1-5b1a-9c80-d91164226985","type":"Microsoft.Authorization/roleAssignments","name":"c6aff8c2-08b1-5b1a-9c80-d91164226985"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"4f285ac8-5610-4d2f-854c-bfa3d16a2679","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-11T06:55:02.4909144Z","updatedOn":"2021-07-11T06:55:02.4909144Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0cec2ad2-d080-4126-a99f-f61c559b799c","type":"Microsoft.Authorization/roleAssignments","name":"0cec2ad2-d080-4126-a99f-f61c559b799c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"630db480-3ee6-47ec-ae72-5f917d466bad","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:16:28.8833400Z","updatedOn":"2021-07-13T10:16:28.8833400Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/37fe4b2d-0aca-4c27-8511-1e0d18063ec8","type":"Microsoft.Authorization/roleAssignments","name":"37fe4b2d-0aca-4c27-8511-1e0d18063ec8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"279982e7-46cf-4e40-9a3b-156c98285cb7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.5647062Z","updatedOn":"2021-07-13T10:18:48.5647062Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/7907f38d-57a7-431d-82d7-5dfa2ef0a628","type":"Microsoft.Authorization/roleAssignments","name":"7907f38d-57a7-431d-82d7-5dfa2ef0a628"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"790004d0-0112-41ad-92e8-95c464c34476","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.6068337Z","updatedOn":"2021-07-13T10:18:48.6068337Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c9bda26-83c4-4d4c-b00b-c4b58301e539","type":"Microsoft.Authorization/roleAssignments","name":"8c9bda26-83c4-4d4c-b00b-c4b58301e539"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-21T06:38:43.9281998Z","updatedOn":"2021-07-21T06:38:43.9281998Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b553fa81-60dd-45d6-9781-8c2313d68b03","type":"Microsoft.Authorization/roleAssignments","name":"b553fa81-60dd-45d6-9781-8c2313d68b03"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:20.4258578Z","updatedOn":"2021-07-27T04:31:20.4258578Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258","type":"Microsoft.Authorization/roleAssignments","name":"4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:32.4566300Z","updatedOn":"2021-07-27T04:31:32.4566300Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8176bf09-8e96-448a-ab12-eeed360ecce2","type":"Microsoft.Authorization/roleAssignments","name":"8176bf09-8e96-448a-ab12-eeed360ecce2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:48.4577322Z","updatedOn":"2021-07-27T04:31:48.4577322Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45949217-58cc-4c18-93f3-f4c90710ae2d","type":"Microsoft.Authorization/roleAssignments","name":"45949217-58cc-4c18-93f3-f4c90710ae2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:20.8138038Z","updatedOn":"2021-07-27T10:13:20.8138038Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2382b52f-1ec5-430e-ae2a-74f9ed331ced","type":"Microsoft.Authorization/roleAssignments","name":"2382b52f-1ec5-430e-ae2a-74f9ed331ced"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:23.6551958Z","updatedOn":"2021-07-27T10:13:23.6551958Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e5863947-0b21-41b7-9997-c0dfc73eec29","type":"Microsoft.Authorization/roleAssignments","name":"e5863947-0b21-41b7-9997-c0dfc73eec29"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:29.6985440Z","updatedOn":"2021-07-27T10:13:29.6985440Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/28c1cefa-942f-44c5-a4d4-c33bb92abd45","type":"Microsoft.Authorization/roleAssignments","name":"28c1cefa-942f-44c5-a4d4-c33bb92abd45"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8039a424-299a-4014-8b22-4f6d6cc60065","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-11T07:08:31.9935560Z","updatedOn":"2021-08-11T07:08:31.9935560Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/69e0bcfc-b024-4d8b-a3d5-dac447f8986c","type":"Microsoft.Authorization/roleAssignments","name":"69e0bcfc-b024-4d8b-a3d5-dac447f8986c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"8f0340b8-4b70-412b-be19-c4612d49e353","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T11:58:29.6857641Z","updatedOn":"2021-08-20T11:58:29.6857641Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd88236f-eacb-5303-912f-ba1741cf02bd","type":"Microsoft.Authorization/roleAssignments","name":"fd88236f-eacb-5303-912f-ba1741cf02bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0d8f6e68-d6c5-4a67-b6c4-3107609bbdbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T12:31:58.7980661Z","updatedOn":"2021-08-20T12:31:58.7980661Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/146f4a11-8712-583d-89eb-a7b8b82dbaa9","type":"Microsoft.Authorization/roleAssignments","name":"146f4a11-8712-583d-89eb-a7b8b82dbaa9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e2072d83-2379-4f36-ab51-b5df7460c61e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-21T14:40:08.5987892Z","updatedOn":"2021-08-21T14:40:10.5055205Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/842af679-0b58-5eb5-b94c-ff59e4105d7e","type":"Microsoft.Authorization/roleAssignments","name":"842af679-0b58-5eb5-b94c-ff59e4105d7e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"0242778c-29df-4863-ac18-2fb8fd004135","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-08-30T06:31:52.6766200Z","updatedOn":"2021-08-30T06:31:52.6766200Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/f67c65e2-e609-4ffe-b504-294b00cbd2fd","type":"Microsoft.Authorization/roleAssignments","name":"f67c65e2-e609-4ffe-b504-294b00cbd2fd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"0242778c-29df-4863-ac18-2fb8fd004135","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-08-30T06:31:57.1552781Z","updatedOn":"2021-08-30T06:31:57.1552781Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/aaeab926-d6e2-4bb6-9e9e-0607e75cc75f","type":"Microsoft.Authorization/roleAssignments","name":"aaeab926-d6e2-4bb6-9e9e-0607e75cc75f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"2ab5fb95-b72e-4d12-948b-4223754d8ffa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-09-08T08:24:19.3547440Z","updatedOn":"2021-09-08T08:24:19.3547440Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/43ee13b8-5abd-51e0-88e3-ae84049da70e","type":"Microsoft.Authorization/roleAssignments","name":"43ee13b8-5abd-51e0-88e3-ae84049da70e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-17T09:41:38.5634940Z","updatedOn":"2021-09-17T09:41:38.5634940Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":"for + temp testing purpose"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98fe0117-1e9c-4e37-b8a7-c4a1031d6916","type":"Microsoft.Authorization/roleAssignments","name":"98fe0117-1e9c-4e37-b8a7-c4a1031d6916"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-25T15:23:32.6168771Z","updatedOn":"2021-09-25T15:23:32.6168771Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d852f084-bc9f-4258-9e2c-fcf48b9eaf85","type":"Microsoft.Authorization/roleAssignments","name":"d852f084-bc9f-4258-9e2c-fcf48b9eaf85"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"2778738c-452b-45ca-b8d6-f085836a1458","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-30T07:51:25.2399474Z","updatedOn":"2021-09-30T07:51:25.2399474Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b04a3bdf-b6a6-5ffb-9394-ee5743741597","type":"Microsoft.Authorization/roleAssignments","name":"b04a3bdf-b6a6-5ffb-9394-ee5743741597"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"0ac1f52a-325b-486a-a095-f46ffdd6a9e4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-10-26T01:59:18.6998395Z","updatedOn":"2021-10-26T01:59:18.6998395Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/53a3b238-b4b0-4d3f-b416-8d6dc8d755f6","type":"Microsoft.Authorization/roleAssignments","name":"53a3b238-b4b0-4d3f-b416-8d6dc8d755f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"c3c0d020-16f0-44d8-9950-0250120a33ff","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-02T06:11:03.5575284Z","updatedOn":"2021-11-02T06:11:03.5575284Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1d017732-f67e-5aa1-a4a6-47570078d9f3","type":"Microsoft.Authorization/roleAssignments","name":"1d017732-f67e-5aa1-a4a6-47570078d9f3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-10T08:59:19.7285159Z","updatedOn":"2021-11-10T08:59:19.7285159Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a60357fa-dc0a-4479-a2a9-4329c2d0ae89","type":"Microsoft.Authorization/roleAssignments","name":"a60357fa-dc0a-4479-a2a9-4329c2d0ae89"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8dd77695-d6a5-450d-a43c-67ca01be9fbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-12T10:55:38.3698246Z","updatedOn":"2021-11-12T10:55:38.3698246Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dda5bb75-b74a-4430-975f-5bc9611c4b2d","type":"Microsoft.Authorization/roleAssignments","name":"dda5bb75-b74a-4430-975f-5bc9611c4b2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36243c78-bf99-498c-9df9-86d9f8d28608","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0181010Z","updatedOn":"2021-02-18T06:28:12.0181010Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/804f6223-03eb-4091-b460-82160fc5f818","type":"Microsoft.Authorization/roleAssignments","name":"804f6223-03eb-4091-b460-82160fc5f818"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0168587Z","updatedOn":"2021-02-18T06:28:12.0168587Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8d80e2d6-315c-495c-ab2c-91ddf75edf41","type":"Microsoft.Authorization/roleAssignments","name":"8d80e2d6-315c-495c-ab2c-91ddf75edf41"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"cf46d636-b6c1-406c-aba7-b2c3d9ed07da","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:53:53.1151640Z","updatedOn":"2021-02-26T13:53:53.1151640Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/735e98ed-f4b8-4b7d-9cc9-af4f8ae77252","type":"Microsoft.Authorization/roleAssignments","name":"735e98ed-f4b8-4b7d-9cc9-af4f8ae77252"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8505e3f4-1ee7-427c-a175-a06595231d46","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:54:27.5624477Z","updatedOn":"2021-02-26T13:54:27.5624477Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98c87a9f-b9e7-414b-8b59-bf3ec62dbc74","type":"Microsoft.Authorization/roleAssignments","name":"98c87a9f-b9e7-414b-8b59-bf3ec62dbc74"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-25T12:25:27.2277610Z","updatedOn":"2020-07-25T12:25:27.2277610Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d","type":"Microsoft.Authorization/roleAssignments","name":"fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21ae6127-c385-4ae0-b895-a8559e9aa574","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:35:35.2993523Z","updatedOn":"2020-07-31T08:35:35.2993523Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6af9fbf3-7085-4bcb-b399-88b89fac16d3","type":"Microsoft.Authorization/roleAssignments","name":"6af9fbf3-7085-4bcb-b399-88b89fac16d3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:44:16.2909420Z","updatedOn":"2020-07-31T08:44:16.2909420Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/65080390-e9b5-4566-b362-d1e96c23dae2","type":"Microsoft.Authorization/roleAssignments","name":"65080390-e9b5-4566-b362-d1e96c23dae2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:12:01.6760584Z","updatedOn":"2020-11-03T06:12:01.6760584Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a7a12420-2dce-4a47-822e-68cadf239da3","type":"Microsoft.Authorization/roleAssignments","name":"a7a12420-2dce-4a47-822e-68cadf239da3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3282af51-433d-47e8-b2b5-633fbe0fecc0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:25:32.6790913Z","updatedOn":"2020-11-03T06:25:32.6790913Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/36da831d-10ce-4f42-ba28-362960f6ea36","type":"Microsoft.Authorization/roleAssignments","name":"36da831d-10ce-4f42-ba28-362960f6ea36"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"ce2366a6-64d7-441b-939c-c9d23f91cccd","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T20:43:06.5941189Z","updatedOn":"2020-03-12T20:43:06.5941189Z","createdBy":"606f48c8-d219-4875-991d-ae6befaf0756","updatedBy":"606f48c8-d219-4875-991d-ae6befaf0756","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/ad9e2cd7-0ff7-4931-9b17-656c8f17934b","type":"Microsoft.Authorization/roleAssignments","name":"ad9e2cd7-0ff7-4931-9b17-656c8f17934b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2023-02-21T22:32:46.2324804Z","updatedOn":"2023-02-21T22:32:46.2324804Z","createdBy":"7f1579a6-c648-43a1-ac1e-0c3020dd9b8e","updatedBy":"7f1579a6-c648-43a1-ac1e-0c3020dd9b8e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/df7c1e07-5c2d-4b22-b7b9-fd11a8569db3","type":"Microsoft.Authorization/roleAssignments","name":"df7c1e07-5c2d-4b22-b7b9-fd11a8569db3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772","principalId":"2dd1ea73-4024-489e-83a4-45cb3e962f69","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2023-05-04T20:23:16.3808369Z","updatedOn":"2023-05-04T20:23:16.3808369Z","createdBy":"fa00c2de-57d5-4527-9254-4d513f482d0a","updatedBy":"fa00c2de-57d5-4527-9254-4d513f482d0a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/59109645-7b2b-4278-831a-2e4627ec603d","type":"Microsoft.Authorization/roleAssignments","name":"59109645-7b2b-4278-831a-2e4627ec603d"}]}' headers: cache-control: - no-cache content-length: - - '0' + - '209896' content-type: - - text/plain; charset=utf-8 + - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:32:22 GMT + - Fri, 09 Jun 2023 09:46:26 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + set-cookie: + - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive + Cookie: + - x-ms-gateway-slice=Production ParameterSetName: - - -g -n -l + - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance + --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Disk%20Backup%20Reader%27&api-version=2022-04-01 response: body: - string: '' + string: '{"value":[{"properties":{"roleName":"Disk Backup Reader","type":"BuiltInRole","description":"Provides + permission to backup vault to perform disk backup.","assignableScopes":["/"],"permissions":[{"actions":["Microsoft.Authorization/*/read","Microsoft.Compute/disks/read","Microsoft.Compute/disks/beginGetAccess/action"],"notActions":[],"dataActions":[],"notDataActions":[]}],"createdOn":"2020-12-15T07:39:03.8394514Z","updatedOn":"2021-11-11T20:14:56.0178737Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","type":"Microsoft.Authorization/roleDefinitions","name":"3e5e47e6-65f7-47ef-90b5-e5dd4d455f24"}]}' headers: cache-control: - no-cache content-length: - - '0' + - '738' content-type: - - text/plain; charset=utf-8 + - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:32:25 GMT + - Fri, 09 Jun 2023 09:46:28 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,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 status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -1585,178 +1865,199 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive ParameterSetName: - - -g -n -l + - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance + --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2742377822-9982-4373-a40b-eddf8b9434a5%27%29 response: body: - string: '' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' headers: cache-control: - no-cache content-length: - - '0' + - '92' content-type: - - text/plain; charset=utf-8 + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Mon, 13 Feb 2023 07:32:29 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - Fri, 09 Jun 2023 09:46:27 GMT + odata-version: + - '4.0' + request-id: + - 1ad7f779-4eb7-427e-b583-433d051fcb6f strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"000","RoleInstance":"MA1PEPF00002725"}}' + x-ms-resource-unit: + - '1' status: - code: 202 - message: Accepted + code: 200 + message: OK - request: - body: null + body: '{"ids": ["42377822-9982-4373-a40b-eddf8b9434a5"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' headers: Accept: - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json ParameterSetName: - - -g -n -l + - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance + --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds response: body: - string: '' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"42377822-9982-4373-a40b-eddf8b9434a5","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg/providers/Microsoft.DataProtection/BackupVaults/cli-test-new-vault1"],"appDisplayName":null,"appDescription":null,"appId":"2cdba04d-d62e-492f-85c7-e61a57a9813a","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-06-09T09:44:24Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"cli-test-new-vault1","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["2cdba04d-d62e-492f-85c7-e61a57a9813a","https://identity.azure.net/2czira6fp81UmSQY0i+P6p1ObGIy33lZb5C/K/6SyDY="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"B002E0D3B04E878C226364DDFBCDB1A204FEC273","displayName":"CN=2cdba04d-d62e-492f-85c7-e61a57a9813a","endDateTime":"2023-09-07T09:39:00Z","key":null,"keyId":"71548247-f614-4780-afd0-ba4b894bf55b","startDateTime":"2023-06-09T09:39:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' headers: cache-control: - no-cache content-length: - - '0' + - '1732' content-type: - - text/plain; charset=utf-8 + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Mon, 13 Feb 2023 07:32:32 GMT - expires: - - '-1' + - Fri, 09 Jun 2023 09:46:28 GMT location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - 1be89974-90d4-482d-9a83-cdc307c0c644 strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"000","RoleInstance":"MA1PEPF000012F3"}}' + x-ms-resource-unit: + - '3' status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive ParameterSetName: - - -g -n -l + - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance + --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Disk%20Backup%20Reader%27&api-version=2022-04-01 response: body: - string: '' + string: '{"value":[{"properties":{"roleName":"Disk Backup Reader","type":"BuiltInRole","description":"Provides + permission to backup vault to perform disk backup.","assignableScopes":["/"],"permissions":[{"actions":["Microsoft.Authorization/*/read","Microsoft.Compute/disks/read","Microsoft.Compute/disks/beginGetAccess/action"],"notActions":[],"dataActions":[],"notDataActions":[]}],"createdOn":"2020-12-15T07:39:03.8394514Z","updatedOn":"2021-11-11T20:14:56.0178737Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","type":"Microsoft.Authorization/roleDefinitions","name":"3e5e47e6-65f7-47ef-90b5-e5dd4d455f24"}]}' headers: cache-control: - no-cache content-length: - - '0' + - '738' content-type: - - text/plain; charset=utf-8 + - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:32:35 GMT + - Fri, 09 Jun 2023 09:46:29 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + set-cookie: + - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: - code: 202 - message: Accepted + code: 200 + message: OK - request: - body: null + body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24", + "principalId": "42377822-9982-4373-a40b-eddf8b9434a5", "principalType": "ServicePrincipal"}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive + Content-Length: + - '270' + Content-Type: + - application/json + Cookie: + - x-ms-gateway-slice=Production ParameterSetName: - - -g -n -l + - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance + --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new/providers/Microsoft.Authorization/roleAssignments/8bb5fe7f-2065-4ddc-9519-6f17c65d2b73?api-version=2022-04-01 response: body: - string: '' + string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"42377822-9982-4373-a40b-eddf8b9434a5","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T09:46:30.2506687Z","updatedOn":"2023-06-09T09:46:30.6606753Z","createdBy":null,"updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new/providers/Microsoft.Authorization/roleAssignments/8bb5fe7f-2065-4ddc-9519-6f17c65d2b73","type":"Microsoft.Authorization/roleAssignments","name":"8bb5fe7f-2065-4ddc-9519-6f17c65d2b73"}' headers: cache-control: - no-cache content-length: - - '0' + - '977' content-type: - - text/plain; charset=utf-8 + - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:32:39 GMT + - Fri, 09 Jun 2023 09:46:32 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1195' status: - code: 202 - message: Accepted + code: 201 + message: Created - request: body: null headers: @@ -1765,178 +2066,197 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive ParameterSetName: - - -g -n -l + - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance + --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2742377822-9982-4373-a40b-eddf8b9434a5%27%29 response: body: - string: '' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' headers: cache-control: - no-cache content-length: - - '0' + - '92' content-type: - - text/plain; charset=utf-8 + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Mon, 13 Feb 2023 07:32:42 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - Fri, 09 Jun 2023 09:46:32 GMT + odata-version: + - '4.0' + request-id: + - 9eb0c38a-ed88-4f0a-8f9c-b4da365ca5db strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"000","RoleInstance":"MA1PEPF00004253"}}' + x-ms-resource-unit: + - '1' status: - code: 202 - message: Accepted + code: 200 + message: OK - request: - body: null + body: '{"ids": ["42377822-9982-4373-a40b-eddf8b9434a5"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' headers: Accept: - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json ParameterSetName: - - -g -n -l + - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance + --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds response: body: - string: '' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"42377822-9982-4373-a40b-eddf8b9434a5","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg/providers/Microsoft.DataProtection/BackupVaults/cli-test-new-vault1"],"appDisplayName":null,"appDescription":null,"appId":"2cdba04d-d62e-492f-85c7-e61a57a9813a","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-06-09T09:44:24Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"cli-test-new-vault1","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["2cdba04d-d62e-492f-85c7-e61a57a9813a","https://identity.azure.net/2czira6fp81UmSQY0i+P6p1ObGIy33lZb5C/K/6SyDY="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"B002E0D3B04E878C226364DDFBCDB1A204FEC273","displayName":"CN=2cdba04d-d62e-492f-85c7-e61a57a9813a","endDateTime":"2023-09-07T09:39:00Z","key":null,"keyId":"71548247-f614-4780-afd0-ba4b894bf55b","startDateTime":"2023-06-09T09:39:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' headers: cache-control: - no-cache content-length: - - '0' + - '1732' content-type: - - text/plain; charset=utf-8 + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Mon, 13 Feb 2023 07:32:45 GMT - expires: - - '-1' + - Fri, 09 Jun 2023 09:46:33 GMT location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - a255133b-725e-46e3-94ff-16549b6e9526 strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"000","RoleInstance":"MA1PEPF00004251"}}' + x-ms-resource-unit: + - '3' status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive ParameterSetName: - - -g -n -l + - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance + --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments?$filter=atScope()&api-version=2022-04-01 response: body: - string: '' + string: '{"value":[{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"5c617d2b-99f8-4c90-98fe-dfe040fa33c1","principalType":"ServicePrincipal","scope":"/","condition":null,"conditionVersion":null,"createdOn":"2018-02-27T19:19:50.2663941Z","updatedOn":"2018-02-27T19:19:50.2663941Z","createdBy":null,"updatedBy":null,"delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Authorization/roleAssignments/3e883d24-b106-42ff-ad13-d7bf271b964d","type":"Microsoft.Authorization/roleAssignments","name":"3e883d24-b106-42ff-ad13-d7bf271b964d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T12:22:13.7498923Z","updatedOn":"2019-08-26T12:22:13.7498923Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f","type":"Microsoft.Authorization/roleAssignments","name":"8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-05-24T11:02:27.8515917Z","updatedOn":"2019-05-24T11:02:27.8515917Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b5eee4d7-5f9f-4f63-8040-8aec158c289b","type":"Microsoft.Authorization/roleAssignments","name":"b5eee4d7-5f9f-4f63-8040-8aec158c289b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-02-12T11:34:59.7104212Z","updatedOn":"2020-02-12T11:34:59.7104212Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f0618702-8404-4858-9a26-e61f23e7d44f","type":"Microsoft.Authorization/roleAssignments","name":"f0618702-8404-4858-9a26-e61f23e7d44f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-11-14T08:52:42.2795010Z","updatedOn":"2019-11-14T08:52:42.2795010Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/77daac38-9839-4b00-921b-e5d5a03e728c","type":"Microsoft.Authorization/roleAssignments","name":"77daac38-9839-4b00-921b-e5d5a03e728c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9693df58-7f72-4974-9bd3-1c3ceb0382f1","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-11-29T09:40:04.3180033Z","updatedOn":"2018-11-29T09:40:04.3180033Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7","type":"Microsoft.Authorization/roleAssignments","name":"ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"d1f96755-9bcf-44b8-ab82-df67360496c4","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-05-08T10:28:08.2854940Z","updatedOn":"2020-05-08T10:28:08.2854940Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dfb3ca56-a0d4-44ce-ba35-b716c3fdab86","type":"Microsoft.Authorization/roleAssignments","name":"dfb3ca56-a0d4-44ce-ba35-b716c3fdab86"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-31T09:26:43.6440415Z","updatedOn":"2018-12-31T09:26:43.6440415Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45744ea8-780f-4f3e-88aa-b73d7f6997b2","type":"Microsoft.Authorization/roleAssignments","name":"45744ea8-780f-4f3e-88aa-b73d7f6997b2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e65078fb-6b02-434a-9f11-d06bf9bc0600","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-10-25T23:42:36.3444507Z","updatedOn":"2018-10-25T23:42:36.3444507Z","createdBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","updatedBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e7ce51e8-4109-41d7-bc10-538b089599db","type":"Microsoft.Authorization/roleAssignments","name":"e7ce51e8-4109-41d7-bc10-538b089599db"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a7782e0f-1f9a-4882-b2c9-11227aad244e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-06-16T04:32:50.9673703Z","updatedOn":"2020-06-16T04:32:50.9673703Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fa21f2f-81c3-47b6-b706-650b359b96c3","type":"Microsoft.Authorization/roleAssignments","name":"9fa21f2f-81c3-47b6-b706-650b359b96c3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"00b14177-f4d2-4a4b-94f6-6e80f75745c9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T09:49:11.3750683Z","updatedOn":"2020-03-12T09:49:11.3750683Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fff0abf3-3cf7-46be-8bc7-1d1619a160fb","type":"Microsoft.Authorization/roleAssignments","name":"fff0abf3-3cf7-46be-8bc7-1d1619a160fb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T10:28:45.4880023Z","updatedOn":"2019-08-26T10:28:45.4880023Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/397a3c9c-c258-4d4e-834d-00cc08227796","type":"Microsoft.Authorization/roleAssignments","name":"397a3c9c-c258-4d4e-834d-00cc08227796"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-05T04:29:28.7359096Z","updatedOn":"2018-12-05T04:29:28.7359096Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c830f42-5f89-4d8b-8f93-d3dc936f33bd","type":"Microsoft.Authorization/roleAssignments","name":"3c830f42-5f89-4d8b-8f93-d3dc936f33bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-08T08:38:50.1742930Z","updatedOn":"2020-04-08T08:38:50.1742930Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5293a96b-830e-45f4-9e9e-22d7d020f0d8","type":"Microsoft.Authorization/roleAssignments","name":"5293a96b-830e-45f4-9e9e-22d7d020f0d8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3421d717-ca60-44e7-a9a1-773acec4e503","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T09:40:14.7658272Z","updatedOn":"2019-10-23T09:40:14.7658272Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/34b29558-faf9-43f0-a194-35ca0aa99fc5","type":"Microsoft.Authorization/roleAssignments","name":"34b29558-faf9-43f0-a194-35ca0aa99fc5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3dc88d41-4d03-4105-970d-937e56de3839","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-06-27T12:59:44.6557891Z","updatedOn":"2019-06-27T12:59:44.6557891Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e57ab8d1-ce9a-4925-b09f-2567492d9b22","type":"Microsoft.Authorization/roleAssignments","name":"e57ab8d1-ce9a-4925-b09f-2567492d9b22"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"62c799b8-9b54-4c3d-97c9-9490d16a6a9a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-08T13:01:20.9953919Z","updatedOn":"2019-08-08T13:01:20.9953919Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e1b91810-0781-462d-9517-764e4a033822","type":"Microsoft.Authorization/roleAssignments","name":"e1b91810-0781-462d-9517-764e4a033822"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T08:03:15.6803676Z","updatedOn":"2019-10-23T08:03:15.6803676Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/facbac06-ddab-437d-949a-207593fddfff","type":"Microsoft.Authorization/roleAssignments","name":"facbac06-ddab-437d-949a-207593fddfff"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"978b254a-54be-42af-80f5-e2a37b2e40e5","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-07-08T06:57:57.0377373Z","updatedOn":"2019-07-08T06:57:57.0377373Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e","type":"Microsoft.Authorization/roleAssignments","name":"89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-17T09:14:08.7913669Z","updatedOn":"2020-04-17T09:14:08.7913669Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/950c635a-23a5-4a0e-8eb6-c53e929c9699","type":"Microsoft.Authorization/roleAssignments","name":"950c635a-23a5-4a0e-8eb6-c53e929c9699"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:46.8918844Z","updatedOn":"2022-10-03T10:52:46.8918844Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5a8b530-0e4c-40d9-a003-167e38138f34","type":"Microsoft.Authorization/roleAssignments","name":"c5a8b530-0e4c-40d9-a003-167e38138f34"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"ce439730-9009-4c60-b582-277f5b9b5c47","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:47.6507241Z","updatedOn":"2022-10-03T10:52:47.6507241Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/adfaf7e6-895a-432b-9f63-650c5855b6b5","type":"Microsoft.Authorization/roleAssignments","name":"adfaf7e6-895a-432b-9f63-650c5855b6b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8a1cd6d0-5c03-4720-8cc7-22adbc865bad","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-06T10:00:44.6775425Z","updatedOn":"2022-10-06T10:00:44.6775425Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/21a219c4-e4ea-4572-9b97-ab829ee70b0b","type":"Microsoft.Authorization/roleAssignments","name":"21a219c4-e4ea-4572-9b97-ab829ee70b0b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"ba20023e-4ef7-4929-8693-f3f37fdb7667","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-19T06:48:34.7902721Z","updatedOn":"2022-10-19T06:48:34.7902721Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/70fc8a72-c6e9-4644-95d6-f27efe137007","type":"Microsoft.Authorization/roleAssignments","name":"70fc8a72-c6e9-4644-95d6-f27efe137007"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab","principalId":"cda54502-7b02-4c29-bacd-2ac17bb3fee4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-20T05:10:54.0749901Z","updatedOn":"2022-10-20T05:10:54.0749901Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a49a99d3-cfb9-4f66-b694-b3a7803fe02b","type":"Microsoft.Authorization/roleAssignments","name":"a49a99d3-cfb9-4f66-b694-b3a7803fe02b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"d6e6b7d9-6bee-44e9-a115-608b26453747","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-11-04T09:20:20.9539814Z","updatedOn":"2022-11-04T09:20:20.9539814Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5ead22ad-d09b-4591-8d0f-a571ef0dedb2","type":"Microsoft.Authorization/roleAssignments","name":"5ead22ad-d09b-4591-8d0f-a571ef0dedb2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324","principalId":"8a49a9af-c646-4a94-97e0-988219f9b933","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-11-17T09:48:40.9317341Z","updatedOn":"2022-11-17T09:48:40.9317341Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/81881251-9f42-413a-828e-f0374be3fc43","type":"Microsoft.Authorization/roleAssignments","name":"81881251-9f42-413a-828e-f0374be3fc43"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b","principalId":"8a49a9af-c646-4a94-97e0-988219f9b933","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-11-17T14:33:17.2080750Z","updatedOn":"2022-11-17T14:33:17.2080750Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/6d573002-8569-420a-bd13-90c87072b928","type":"Microsoft.Authorization/roleAssignments","name":"6d573002-8569-420a-bd13-90c87072b928"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.2924849Z","updatedOn":"2022-12-13T12:39:32.2924849Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1a2a40b4-9a41-4578-a6f5-e34068ff3bf6","type":"Microsoft.Authorization/roleAssignments","name":"1a2a40b4-9a41-4578-a6f5-e34068ff3bf6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.4781119Z","updatedOn":"2022-12-13T12:39:32.4781119Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fc9183c-bfec-41be-8c2b-2cc55420f6c1","type":"Microsoft.Authorization/roleAssignments","name":"9fc9183c-bfec-41be-8c2b-2cc55420f6c1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"fc8bd99b-292d-4396-ac07-7e46bf989efa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-04T09:17:14.5148296Z","updatedOn":"2023-01-04T09:17:14.5148296Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5c4e131f-5843-5474-af9f-427c1fca982d","type":"Microsoft.Authorization/roleAssignments","name":"5c4e131f-5843-5474-af9f-427c1fca982d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c0c54612-5a75-40a2-8a0c-bf70ab0847ba","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-13T04:47:48.8296778Z","updatedOn":"2023-01-13T04:47:48.8296778Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b56bdd79-3e27-4d79-b73b-4dc8625a172a","type":"Microsoft.Authorization/roleAssignments","name":"b56bdd79-3e27-4d79-b73b-4dc8625a172a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a4eae46b-a9d0-4586-8ac9-ba91b29f1d57","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-02-01T10:05:44.6784242Z","updatedOn":"2022-02-01T10:05:44.6784242Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8af2fb3a-292c-42a8-a870-1751c4ec4870","type":"Microsoft.Authorization/roleAssignments","name":"8af2fb3a-292c-42a8-a870-1751c4ec4870"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"662a0ec2-cfbc-45f9-ae31-2cc53070e765","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-12T12:46:49.6216206Z","updatedOn":"2022-04-12T12:46:49.6216206Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/85cc2dff-c5d4-42a3-acb6-255cd4208ef4","type":"Microsoft.Authorization/roleAssignments","name":"85cc2dff-c5d4-42a3-acb6-255cd4208ef4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"662a0ec2-cfbc-45f9-ae31-2cc53070e765","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-12T12:46:57.1459341Z","updatedOn":"2022-04-12T12:46:57.1459341Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/aba8e90d-d951-4cb5-a346-b71e478f4d1b","type":"Microsoft.Authorization/roleAssignments","name":"aba8e90d-d951-4cb5-a346-b71e478f4d1b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"30bc1f3b-ca1a-4c55-96ff-4c026f12eaa1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-12T13:09:28.3678603Z","updatedOn":"2022-04-12T13:09:28.3678603Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/79d87d90-f984-4f53-a169-2eca51c00104","type":"Microsoft.Authorization/roleAssignments","name":"79d87d90-f984-4f53-a169-2eca51c00104"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"30bc1f3b-ca1a-4c55-96ff-4c026f12eaa1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-12T13:09:33.3916295Z","updatedOn":"2022-04-12T13:09:33.3916295Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/5e185742-c91a-4efe-b0d8-db9524685ec5","type":"Microsoft.Authorization/roleAssignments","name":"5e185742-c91a-4efe-b0d8-db9524685ec5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3c582fc7-e68a-4991-a2f6-3d8a7a1f23c1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T07:01:02.2689248Z","updatedOn":"2022-04-13T07:01:02.2689248Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/c9b4f9ab-d687-4a65-910a-5bcb2f974bfe","type":"Microsoft.Authorization/roleAssignments","name":"c9b4f9ab-d687-4a65-910a-5bcb2f974bfe"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"3c582fc7-e68a-4991-a2f6-3d8a7a1f23c1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T07:01:09.3571703Z","updatedOn":"2022-04-13T07:01:09.3571703Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/8bedf13c-aa1a-4191-aa97-573f14fd97ee","type":"Microsoft.Authorization/roleAssignments","name":"8bedf13c-aa1a-4191-aa97-573f14fd97ee"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"a31004b5-ce06-49e1-8706-e8c7afe68695","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T07:43:04.6456354Z","updatedOn":"2022-04-13T07:43:04.6456354Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/bd0fc30a-6ccf-4c22-a26b-0e31aba16035","type":"Microsoft.Authorization/roleAssignments","name":"bd0fc30a-6ccf-4c22-a26b-0e31aba16035"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"a31004b5-ce06-49e1-8706-e8c7afe68695","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T07:43:10.1186881Z","updatedOn":"2022-04-13T07:43:10.1186881Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/dadaa3cd-f442-4d5c-aed3-7cbab2fba3e0","type":"Microsoft.Authorization/roleAssignments","name":"dadaa3cd-f442-4d5c-aed3-7cbab2fba3e0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"6f6a803e-4dc5-488a-8566-a4f0a984975e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T08:58:57.7706882Z","updatedOn":"2022-04-13T08:58:57.7706882Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9e3d10bf-9bfa-4a97-9ab1-b972a348abd0","type":"Microsoft.Authorization/roleAssignments","name":"9e3d10bf-9bfa-4a97-9ab1-b972a348abd0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"6f6a803e-4dc5-488a-8566-a4f0a984975e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T08:59:03.2414961Z","updatedOn":"2022-04-13T08:59:03.2414961Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/66eefd94-4bda-46df-9c61-7e92f83d91e7","type":"Microsoft.Authorization/roleAssignments","name":"66eefd94-4bda-46df-9c61-7e92f83d91e7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"829da4fd-a5f4-4ca7-bc3d-0679d104c5f0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T10:17:35.8887781Z","updatedOn":"2022-04-13T10:17:35.8887781Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/77f4f7a3-a377-49f7-a094-945b82b2bfff","type":"Microsoft.Authorization/roleAssignments","name":"77f4f7a3-a377-49f7-a094-945b82b2bfff"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"829da4fd-a5f4-4ca7-bc3d-0679d104c5f0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T10:17:41.2233089Z","updatedOn":"2022-04-13T10:17:41.2233089Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/1a71aac6-e9ce-40ff-a39f-7594df2ea6e9","type":"Microsoft.Authorization/roleAssignments","name":"1a71aac6-e9ce-40ff-a39f-7594df2ea6e9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3f74f5b7-f4f6-4b65-a45d-f1c60467e115","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-21T06:57:19.4532093Z","updatedOn":"2022-04-21T06:57:19.4532093Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/eede4548-9f71-44b7-8077-c49aa44894b4","type":"Microsoft.Authorization/roleAssignments","name":"eede4548-9f71-44b7-8077-c49aa44894b4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"3f74f5b7-f4f6-4b65-a45d-f1c60467e115","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-21T06:57:24.3439247Z","updatedOn":"2022-04-21T06:57:24.3439247Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/c011acd2-8b5d-45d6-b6c1-4ffe1867ce31","type":"Microsoft.Authorization/roleAssignments","name":"c011acd2-8b5d-45d6-b6c1-4ffe1867ce31"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"85c33f6f-5d69-4b0e-bc06-95a7d3193519","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-04T09:52:52.7340040Z","updatedOn":"2022-05-04T09:52:52.7340040Z","createdBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","updatedBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6a4f635c-309c-4a1d-8eea-86fb5aa91d80","type":"Microsoft.Authorization/roleAssignments","name":"6a4f635c-309c-4a1d-8eea-86fb5aa91d80"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-12T06:55:02.9137483Z","updatedOn":"2022-05-12T06:55:02.9137483Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a5bd1b6d-0084-40ec-9126-2250536b4778","type":"Microsoft.Authorization/roleAssignments","name":"a5bd1b6d-0084-40ec-9126-2250536b4778"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"0b2dcd24-9585-4bb4-a7c3-83e0e3bd0dc7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-05-24T11:54:25.7258076Z","updatedOn":"2022-05-24T11:54:25.7258076Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9a7dc348-d24e-438b-84b0-c7cda5bf92c4","type":"Microsoft.Authorization/roleAssignments","name":"9a7dc348-d24e-438b-84b0-c7cda5bf92c4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"0b2dcd24-9585-4bb4-a7c3-83e0e3bd0dc7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-05-24T11:54:29.8931759Z","updatedOn":"2022-05-24T11:54:29.8931759Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/aeb54d04-84b8-4530-bd7e-fe01dafd82ab","type":"Microsoft.Authorization/roleAssignments","name":"aeb54d04-84b8-4530-bd7e-fe01dafd82ab"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"f2cee52e-3d75-4f49-acc4-b5aaf72232ee","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T11:01:05.6238088Z","updatedOn":"2022-06-03T11:01:05.6238088Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2bd63fbe-e197-434f-ba1e-016bad298ff7","type":"Microsoft.Authorization/roleAssignments","name":"2bd63fbe-e197-434f-ba1e-016bad298ff7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:20:41.1511200Z","updatedOn":"2022-06-03T13:22:39.1076287Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f12c7867-43e5-5530-98e9-9d8a2f39fb92","type":"Microsoft.Authorization/roleAssignments","name":"f12c7867-43e5-5530-98e9-9d8a2f39fb92"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:37:09.9515887Z","updatedOn":"2022-06-03T14:40:22.4040874Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/bace23ac-6978-5318-a146-d49599599b02","type":"Microsoft.Authorization/roleAssignments","name":"bace23ac-6978-5318-a146-d49599599b02"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-06T11:22:08.5127363Z","updatedOn":"2022-06-06T11:22:08.5127363Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/df253c65-35fc-4ff6-9a32-39b3fe20a6e3","type":"Microsoft.Authorization/roleAssignments","name":"df253c65-35fc-4ff6-9a32-39b3fe20a6e3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5f137a67-1b88-4f98-aa20-b71a7082dc56","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-10T14:11:57.5623976Z","updatedOn":"2022-06-10T14:11:57.5623976Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e409f573-8bda-4b7e-854a-61c445d36c6f","type":"Microsoft.Authorization/roleAssignments","name":"e409f573-8bda-4b7e-854a-61c445d36c6f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"961a41dc-cbb6-4777-9b6c-a6d4d1ea4faa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-21T12:02:09.6478601Z","updatedOn":"2022-06-21T12:02:09.6478601Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/efc8d400-cd5e-41d3-99e6-65878c1f888c","type":"Microsoft.Authorization/roleAssignments","name":"efc8d400-cd5e-41d3-99e6-65878c1f888c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"961a41dc-cbb6-4777-9b6c-a6d4d1ea4faa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-21T12:02:31.1213523Z","updatedOn":"2022-06-21T12:02:31.1213523Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/1ad6de95-d660-4f0a-84cf-1b297eafe5f6","type":"Microsoft.Authorization/roleAssignments","name":"1ad6de95-d660-4f0a-84cf-1b297eafe5f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"1831aada-7907-4673-a5e2-b11217764c9e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-21T12:22:14.2181104Z","updatedOn":"2022-06-21T12:22:14.2181104Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/c5856647-b5ff-4264-a966-049b6a58a42f","type":"Microsoft.Authorization/roleAssignments","name":"c5856647-b5ff-4264-a966-049b6a58a42f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"1831aada-7907-4673-a5e2-b11217764c9e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-21T12:22:40.2874069Z","updatedOn":"2022-06-21T12:22:40.2874069Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/a3560e50-7085-48f4-85a1-97487179cc5d","type":"Microsoft.Authorization/roleAssignments","name":"a3560e50-7085-48f4-85a1-97487179cc5d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-22T11:28:57.2073063Z","updatedOn":"2022-06-22T11:28:57.2073063Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb","type":"Microsoft.Authorization/roleAssignments","name":"c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:19:22.2256200Z","updatedOn":"2022-06-23T09:19:22.2256200Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/344b17ae-cabf-4a33-9a9d-ba30fefcbadc","type":"Microsoft.Authorization/roleAssignments","name":"344b17ae-cabf-4a33-9a9d-ba30fefcbadc"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2b81557b-8e7a-4df8-9a41-e59844f627c2","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:25:03.9969293Z","updatedOn":"2022-06-23T09:25:03.9969293Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/13a7f7c7-7364-4f9b-ba92-5430f17b29b5","type":"Microsoft.Authorization/roleAssignments","name":"13a7f7c7-7364-4f9b-ba92-5430f17b29b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-24T07:04:04.5965087Z","updatedOn":"2022-06-24T07:04:04.5965087Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ba604c54-80e1-490e-a123-9ef9d477536b","type":"Microsoft.Authorization/roleAssignments","name":"ba604c54-80e1-490e-a123-9ef9d477536b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-25T04:10:10.7065168Z","updatedOn":"2022-06-25T04:10:10.7065168Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/916a749f-b61f-4ba4-8c28-46217c3a7b4e","type":"Microsoft.Authorization/roleAssignments","name":"916a749f-b61f-4ba4-8c28-46217c3a7b4e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T07:37:58.3152810Z","updatedOn":"2022-06-27T07:37:58.3152810Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0a1046d6-ba58-491f-b473-403ec29cd2be","type":"Microsoft.Authorization/roleAssignments","name":"0a1046d6-ba58-491f-b473-403ec29cd2be"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:21:12.2347431Z","updatedOn":"2022-06-27T08:21:12.2347431Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/abc6fbbe-d4a8-4315-9532-82e90334dcc9","type":"Microsoft.Authorization/roleAssignments","name":"abc6fbbe-d4a8-4315-9532-82e90334dcc9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:17.8582970Z","updatedOn":"2022-06-27T08:43:17.8582970Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8f0bb0e-1495-48f0-aa68-33c364310cfb","type":"Microsoft.Authorization/roleAssignments","name":"b8f0bb0e-1495-48f0-aa68-33c364310cfb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:18.7801612Z","updatedOn":"2022-06-27T08:43:18.7801612Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1","type":"Microsoft.Authorization/roleAssignments","name":"b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:11.7388086Z","updatedOn":"2022-07-01T08:15:11.7388086Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/86db086e-0442-5eef-8ebc-1d8d28a4d03a","type":"Microsoft.Authorization/roleAssignments","name":"86db086e-0442-5eef-8ebc-1d8d28a4d03a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:12.7940996Z","updatedOn":"2022-07-01T08:15:12.7940996Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cbcefba6-df6c-5670-9e02-9e09f7964d9c","type":"Microsoft.Authorization/roleAssignments","name":"cbcefba6-df6c-5670-9e02-9e09f7964d9c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"fe7b070d-f778-4cfd-8acf-eda94f397a89","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-29T07:15:07.9544255Z","updatedOn":"2022-07-29T07:15:07.9544255Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/efb13d06-875d-40e3-81d5-195824e19188","type":"Microsoft.Authorization/roleAssignments","name":"efb13d06-875d-40e3-81d5-195824e19188"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"aa7a0e3a-c2c6-41e2-9838-2ae541c08a88","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-08-01T10:57:25.8183048Z","updatedOn":"2022-08-01T10:57:25.8183048Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/e179ab30-f6f9-44c6-9806-801d4240a604","type":"Microsoft.Authorization/roleAssignments","name":"e179ab30-f6f9-44c6-9806-801d4240a604"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"da112a02-e7cf-4b53-93a0-96958f47f77f","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-08-01T12:19:56.7716607Z","updatedOn":"2022-08-01T12:19:56.7716607Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/859af8cf-cf8d-4a41-b5cb-b492bbebfa96","type":"Microsoft.Authorization/roleAssignments","name":"859af8cf-cf8d-4a41-b5cb-b492bbebfa96"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"d9334401-f342-4fc7-88c4-6fb936fb3a6f","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-08-02T06:53:24.5190593Z","updatedOn":"2022-08-02T06:53:24.5190593Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/babd18e7-662a-4f61-b03b-d2790ad8ad2b","type":"Microsoft.Authorization/roleAssignments","name":"babd18e7-662a-4f61-b03b-d2790ad8ad2b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"d9334401-f342-4fc7-88c4-6fb936fb3a6f","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-08-02T06:56:06.5673047Z","updatedOn":"2022-08-02T06:56:06.5673047Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9b61e48d-b011-4da0-8daa-a65f34af5a33","type":"Microsoft.Authorization/roleAssignments","name":"9b61e48d-b011-4da0-8daa-a65f34af5a33"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f8520195-1c62-47ff-8c01-e394155b52f1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-10T11:13:36.6792855Z","updatedOn":"2022-08-10T11:13:36.6792855Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c9150af-abd1-4d00-9c16-acb375857df6","type":"Microsoft.Authorization/roleAssignments","name":"3c9150af-abd1-4d00-9c16-acb375857df6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f4bfeb83-a4cc-43e8-bee0-9808b5d0918d","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-24T05:51:56.3337713Z","updatedOn":"2022-08-24T05:51:56.3337713Z","createdBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","updatedBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3caa2a04-62bf-4a33-80f5-056840e59fb4","type":"Microsoft.Authorization/roleAssignments","name":"3caa2a04-62bf-4a33-80f5-056840e59fb4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"608ca1e9-e854-46c6-984f-d812d0e657e6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-30T13:32:28.1332524Z","updatedOn":"2022-08-30T13:32:28.1332524Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2719b245-3aeb-4cc0-92bc-6f63eea0dcbf","type":"Microsoft.Authorization/roleAssignments","name":"2719b245-3aeb-4cc0-92bc-6f63eea0dcbf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"76710889-6dec-4b99-a529-cfd36fcb16ec","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-09-05T11:30:49.7733486Z","updatedOn":"2022-09-05T11:30:49.7733486Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/bbc4ec43-5e44-4b5d-8de0-cdf89486bb41","type":"Microsoft.Authorization/roleAssignments","name":"bbc4ec43-5e44-4b5d-8de0-cdf89486bb41"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"76710889-6dec-4b99-a529-cfd36fcb16ec","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-09-05T11:33:36.9049436Z","updatedOn":"2022-09-05T11:33:36.9049436Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/3f21962f-d606-4223-b80f-43344d5dc933","type":"Microsoft.Authorization/roleAssignments","name":"3f21962f-d606-4223-b80f-43344d5dc933"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"f41bd262-eb21-47f1-9706-f12132d865e3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-09-05T11:49:52.6105159Z","updatedOn":"2022-09-05T11:49:52.6105159Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/14d078a0-ff7d-4677-aba3-9dc54afca23f","type":"Microsoft.Authorization/roleAssignments","name":"14d078a0-ff7d-4677-aba3-9dc54afca23f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"f41bd262-eb21-47f1-9706-f12132d865e3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-09-05T11:52:24.6920598Z","updatedOn":"2022-09-05T11:52:24.6920598Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/19633fe8-03e5-4a16-8ca8-6132e216935f","type":"Microsoft.Authorization/roleAssignments","name":"19633fe8-03e5-4a16-8ca8-6132e216935f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"9ca84dd8-bc7f-493f-aad6-5776fe5cfcf1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T11:46:18.7367949Z","updatedOn":"2023-02-07T11:46:18.7367949Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/5d4c800c-2937-4424-a276-0ce194654572","type":"Microsoft.Authorization/roleAssignments","name":"5d4c800c-2937-4424-a276-0ce194654572"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"cfc56492-7710-42ce-aa54-bacfddcd15f5","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T14:37:44.2986908Z","updatedOn":"2023-02-07T14:37:44.2986908Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/f5dfe629-7f08-42b1-a0e1-3557f3bf3da6","type":"Microsoft.Authorization/roleAssignments","name":"f5dfe629-7f08-42b1-a0e1-3557f3bf3da6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"cfc56492-7710-42ce-aa54-bacfddcd15f5","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T14:40:10.8368679Z","updatedOn":"2023-02-07T14:40:10.8368679Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/cb18b5b2-f705-48bd-a21a-01a616187728","type":"Microsoft.Authorization/roleAssignments","name":"cb18b5b2-f705-48bd-a21a-01a616187728"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"ab864caf-15e7-4817-a2e9-fb976dfa9d92","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T18:24:58.0770208Z","updatedOn":"2023-02-07T18:24:58.0770208Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/a38a7654-d866-4caa-964d-bf247954ce6f","type":"Microsoft.Authorization/roleAssignments","name":"a38a7654-d866-4caa-964d-bf247954ce6f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"ab864caf-15e7-4817-a2e9-fb976dfa9d92","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T18:27:30.1142529Z","updatedOn":"2023-02-07T18:27:30.1142529Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/4b91f0d6-a6a8-451e-9d66-a9ae6b33890c","type":"Microsoft.Authorization/roleAssignments","name":"4b91f0d6-a6a8-451e-9d66-a9ae6b33890c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"7e358fea-2c3c-4c77-bbf5-d4c433fa937a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-08T06:59:01.0691008Z","updatedOn":"2023-02-08T06:59:01.0691008Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/ef38f5ad-dfa1-444f-a59c-4228a2fcb601","type":"Microsoft.Authorization/roleAssignments","name":"ef38f5ad-dfa1-444f-a59c-4228a2fcb601"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"7e358fea-2c3c-4c77-bbf5-d4c433fa937a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-08T07:01:22.2694457Z","updatedOn":"2023-02-08T07:01:22.2694457Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/a65516eb-abd7-4b4c-824c-60cc075fecd1","type":"Microsoft.Authorization/roleAssignments","name":"a65516eb-abd7-4b4c-824c-60cc075fecd1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"41753b57-b4fa-4774-80aa-414a3af0f706","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-13T07:37:24.2216257Z","updatedOn":"2023-02-13T07:37:24.2216257Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/0dc7ade2-b7bc-416f-8ab9-9c89cf9396a8","type":"Microsoft.Authorization/roleAssignments","name":"0dc7ade2-b7bc-416f-8ab9-9c89cf9396a8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"41753b57-b4fa-4774-80aa-414a3af0f706","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-13T07:41:05.6519845Z","updatedOn":"2023-02-13T07:41:05.6519845Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/4667bb60-5b20-4f5e-9ba8-7b3c1ac1e7bb","type":"Microsoft.Authorization/roleAssignments","name":"4667bb60-5b20-4f5e-9ba8-7b3c1ac1e7bb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"68df126e-00a9-4775-995d-233a4ffc3a19","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-17T09:26:11.0806114Z","updatedOn":"2023-02-17T09:26:11.0806114Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/76d326c3-4c6a-46f5-9b7d-6cdce259d963","type":"Microsoft.Authorization/roleAssignments","name":"76d326c3-4c6a-46f5-9b7d-6cdce259d963"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e147488a-f6f5-4113-8e2d-b22465e65bf6","principalId":"bb529dae-08b3-4aaa-a97b-a815eb240212","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-17T10:00:44.9499565Z","updatedOn":"2023-02-17T10:00:44.9499565Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e02834f2-9857-4cd4-84bf-f5060c059ac4","type":"Microsoft.Authorization/roleAssignments","name":"e02834f2-9857-4cd4-84bf-f5060c059ac4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"12f8ea5c-1212-449e-b31c-0a574f43076e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-21T07:25:21.5000321Z","updatedOn":"2023-02-21T07:25:21.5000321Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cfa66353-d8d2-44a8-9b6b-47d96c034467","type":"Microsoft.Authorization/roleAssignments","name":"cfa66353-d8d2-44a8-9b6b-47d96c034467"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"cf46d636-b6c1-406c-aba7-b2c3d9ed07da","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-22T08:19:42.6910275Z","updatedOn":"2023-02-22T08:19:42.6910275Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d2fa9741-5fdd-4c70-92d0-68d9ac1c8d47","type":"Microsoft.Authorization/roleAssignments","name":"d2fa9741-5fdd-4c70-92d0-68d9ac1c8d47"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5514cdb4-15e2-4c34-8c01-f5d04b6b6c67","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-24T13:51:44.3846278Z","updatedOn":"2023-02-24T13:51:44.3846278Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dab90611-db6d-4f9f-8082-df6726f52495","type":"Microsoft.Authorization/roleAssignments","name":"dab90611-db6d-4f9f-8082-df6726f52495"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"97cccd32-7f48-4221-94cd-b8528c8b17a6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-26T18:44:26.0648974Z","updatedOn":"2023-02-26T18:44:26.0648974Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fa32041b-2f55-4362-90b5-95d4a83ffd93","type":"Microsoft.Authorization/roleAssignments","name":"fa32041b-2f55-4362-90b5-95d4a83ffd93"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"493cef5f-b385-4b17-9f23-1f8b4b4ac3d6","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-13T07:48:30.0411477Z","updatedOn":"2023-03-13T07:48:30.0411477Z","createdBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","updatedBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/177c0e16-cfcb-406f-904d-09fb218aa5eb","type":"Microsoft.Authorization/roleAssignments","name":"177c0e16-cfcb-406f-904d-09fb218aa5eb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05","principalId":"5289bf2b-79f3-4c31-8d60-db42c3fd002a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-13T10:44:18.1488916Z","updatedOn":"2023-03-13T10:44:18.1488916Z","createdBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","updatedBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/588736e7-fbe0-4821-ae33-2c06f552124a","type":"Microsoft.Authorization/roleAssignments","name":"588736e7-fbe0-4821-ae33-2c06f552124a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1162ad4b-7287-4f49-8c3e-06e04512f639","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-14T12:31:55.1770447Z","updatedOn":"2023-03-14T12:31:55.1770447Z","createdBy":"becb4b6b-fe16-413b-a5c3-90355e0b2982","updatedBy":"becb4b6b-fe16-413b-a5c3-90355e0b2982","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5740e7f-0f13-4653-8abd-f482f3559150","type":"Microsoft.Authorization/roleAssignments","name":"c5740e7f-0f13-4653-8abd-f482f3559150"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"64ab57a6-67bf-4631-ac7f-b731f27f5de9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-04-04T05:25:33.2395033Z","updatedOn":"2023-04-04T05:25:33.2395033Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0be91191-86bc-4569-8b76-aae8fd209ac4","type":"Microsoft.Authorization/roleAssignments","name":"0be91191-86bc-4569-8b76-aae8fd209ac4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"64ab57a6-67bf-4631-ac7f-b731f27f5de9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-04-05T14:05:31.2947743Z","updatedOn":"2023-04-05T14:05:31.2947743Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ffaae57b-fa9e-450b-a428-ea4351af0cbd","type":"Microsoft.Authorization/roleAssignments","name":"ffaae57b-fa9e-450b-a428-ea4351af0cbd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"f3e3e7c0-55fa-4c0e-ae5d-918a87194234","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-04-16T20:07:45.3426456Z","updatedOn":"2023-04-16T20:07:45.3426456Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/11e33a07-0644-57fc-ab9f-1e978f1e5c8f","type":"Microsoft.Authorization/roleAssignments","name":"11e33a07-0644-57fc-ab9f-1e978f1e5c8f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"20be776b-53ea-4f69-aea8-e63cd646bf2a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T05:15:12.7382306Z","updatedOn":"2023-05-02T05:15:12.7382306Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d3962592-e471-4400-92b3-22e07f918945","type":"Microsoft.Authorization/roleAssignments","name":"d3962592-e471-4400-92b3-22e07f918945"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"b4a3721a-5084-4986-a20a-303f9d6f5040","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T07:57:32.1970984Z","updatedOn":"2023-05-02T07:57:32.1970984Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/665d47a7-45b8-4799-9950-b81892b71d02","type":"Microsoft.Authorization/roleAssignments","name":"665d47a7-45b8-4799-9950-b81892b71d02"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"0e79e07c-dd40-403a-aaa1-1b1a0db2c679","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T07:57:32.2974094Z","updatedOn":"2023-05-02T07:57:32.2974094Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6dc7c22d-6a46-43c8-bb1f-c21b9790f90f","type":"Microsoft.Authorization/roleAssignments","name":"6dc7c22d-6a46-43c8-bb1f-c21b9790f90f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2c62cfe7-2fb7-4fa7-8a70-363587961c3a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-03T06:56:50.3041561Z","updatedOn":"2023-05-03T06:56:50.3041561Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a8d72b29-195f-4fcb-871f-98944442ea1e","type":"Microsoft.Authorization/roleAssignments","name":"a8d72b29-195f-4fcb-871f-98944442ea1e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"4b305e89-0494-466a-8590-60c5c497489d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-03T16:21:37.4244909Z","updatedOn":"2023-05-03T16:21:37.4244909Z","createdBy":"e073490c-1bbd-4bac-9bd1-5584fec82ff0","updatedBy":"e073490c-1bbd-4bac-9bd1-5584fec82ff0","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/91737f0e-ddb4-44a5-96bf-0abe626f2cea","type":"Microsoft.Authorization/roleAssignments","name":"91737f0e-ddb4-44a5-96bf-0abe626f2cea"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"57ddf84a-2eef-49e2-bb48-f479a5a1c552","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-05T11:56:10.2901313Z","updatedOn":"2023-05-05T11:56:10.2901313Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/fb20842a-e4c1-46ad-a59e-0ef2434833ba","type":"Microsoft.Authorization/roleAssignments","name":"fb20842a-e4c1-46ad-a59e-0ef2434833ba"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3be5faee-4085-404f-84f7-a1f0038f4f3e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-05T12:11:21.3062895Z","updatedOn":"2023-05-05T12:11:21.3062895Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/97db6763-4bdf-4fab-a3d5-19a074743c90","type":"Microsoft.Authorization/roleAssignments","name":"97db6763-4bdf-4fab-a3d5-19a074743c90"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"3be5faee-4085-404f-84f7-a1f0038f4f3e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-05T12:13:46.1077216Z","updatedOn":"2023-05-05T12:13:46.1077216Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/34142934-3143-4f40-b938-6b7171e1ef72","type":"Microsoft.Authorization/roleAssignments","name":"34142934-3143-4f40-b938-6b7171e1ef72"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"572c9fca-f2a0-4a97-8ebc-19adce200589","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T06:40:39.4121654Z","updatedOn":"2023-05-09T06:40:39.4121654Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/16794e27-e687-446c-ba06-1600231845d8","type":"Microsoft.Authorization/roleAssignments","name":"16794e27-e687-446c-ba06-1600231845d8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"572c9fca-f2a0-4a97-8ebc-19adce200589","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T06:43:03.5734256Z","updatedOn":"2023-05-09T06:43:03.5734256Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/3e6c445c-0e72-46f2-b9cc-07e953f75e35","type":"Microsoft.Authorization/roleAssignments","name":"3e6c445c-0e72-46f2-b9cc-07e953f75e35"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"52f7b429-666f-49a5-b775-1a238898ef65","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T07:15:31.3951595Z","updatedOn":"2023-05-09T07:15:31.3951595Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/93b421ad-76ac-486b-9b71-0984f2437fe4","type":"Microsoft.Authorization/roleAssignments","name":"93b421ad-76ac-486b-9b71-0984f2437fe4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"52f7b429-666f-49a5-b775-1a238898ef65","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T07:17:58.9536015Z","updatedOn":"2023-05-09T07:17:58.9536015Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/fcd4a898-408e-4697-b1fe-1677a679d641","type":"Microsoft.Authorization/roleAssignments","name":"fcd4a898-408e-4697-b1fe-1677a679d641"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"fb76e629-f1e2-4376-8fa3-b6a679d83183","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T11:59:05.8831794Z","updatedOn":"2023-05-09T11:59:05.8831794Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/47955597-33d7-41a2-ab21-52c2f4c79747","type":"Microsoft.Authorization/roleAssignments","name":"47955597-33d7-41a2-ab21-52c2f4c79747"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"fb76e629-f1e2-4376-8fa3-b6a679d83183","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T12:01:31.2675777Z","updatedOn":"2023-05-09T12:01:31.2675777Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/6a86db74-852a-4bf5-83ad-2ae17056b116","type":"Microsoft.Authorization/roleAssignments","name":"6a86db74-852a-4bf5-83ad-2ae17056b116"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"0c0cb9fe-ed4f-4d2d-8a9f-9c56745e55c8","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T12:52:55.6066420Z","updatedOn":"2023-05-09T12:52:55.6066420Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/408e31ed-edc0-4e12-ac5b-8a60e965ba2a","type":"Microsoft.Authorization/roleAssignments","name":"408e31ed-edc0-4e12-ac5b-8a60e965ba2a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"0c0cb9fe-ed4f-4d2d-8a9f-9c56745e55c8","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T12:55:18.7789470Z","updatedOn":"2023-05-09T12:55:18.7789470Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/387acca7-9d31-4be0-8084-7e3d6f0a5dd2","type":"Microsoft.Authorization/roleAssignments","name":"387acca7-9d31-4be0-8084-7e3d6f0a5dd2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"84fd75de-0b93-4214-8aeb-8045f8adc241","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T13:26:47.3526513Z","updatedOn":"2023-05-09T13:26:47.3526513Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/e59ea54d-c643-426e-a26b-186748c1ab13","type":"Microsoft.Authorization/roleAssignments","name":"e59ea54d-c643-426e-a26b-186748c1ab13"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"84fd75de-0b93-4214-8aeb-8045f8adc241","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T13:29:11.8533250Z","updatedOn":"2023-05-09T13:29:11.8533250Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/29b2aa5f-de04-4d20-840b-23c0085c30cf","type":"Microsoft.Authorization/roleAssignments","name":"29b2aa5f-de04-4d20-840b-23c0085c30cf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"514417d3-eed6-454e-8eff-6c3aa0964ea9","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T13:46:12.2740483Z","updatedOn":"2023-05-09T13:46:12.2740483Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9ad4eb9e-3805-43b1-b56a-8338c3b0d200","type":"Microsoft.Authorization/roleAssignments","name":"9ad4eb9e-3805-43b1-b56a-8338c3b0d200"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"514417d3-eed6-454e-8eff-6c3aa0964ea9","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T13:48:39.8153176Z","updatedOn":"2023-05-09T13:48:39.8153176Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/78649658-a424-442b-abb4-e81a09440e1b","type":"Microsoft.Authorization/roleAssignments","name":"78649658-a424-442b-abb4-e81a09440e1b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"1e26e834-2b2d-4206-a2a1-f20f0a4997ac","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T06:20:03.4055632Z","updatedOn":"2023-05-10T06:20:03.4055632Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/2ddff7bd-27b7-45bf-9ab2-8c98cb246163","type":"Microsoft.Authorization/roleAssignments","name":"2ddff7bd-27b7-45bf-9ab2-8c98cb246163"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"1e26e834-2b2d-4206-a2a1-f20f0a4997ac","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T02:34:23.4143096Z","updatedOn":"2023-05-11T02:34:23.4143096Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/90a02aaf-21ea-4b72-ade2-a394688342b3","type":"Microsoft.Authorization/roleAssignments","name":"90a02aaf-21ea-4b72-ade2-a394688342b3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"c16faef1-ab10-480f-bed6-8c62ca46e3b8","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T06:10:32.6900917Z","updatedOn":"2023-05-11T06:10:32.6900917Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/1b634841-59ad-43d2-a8ee-e23dacb39c1b","type":"Microsoft.Authorization/roleAssignments","name":"1b634841-59ad-43d2-a8ee-e23dacb39c1b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"c16faef1-ab10-480f-bed6-8c62ca46e3b8","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T06:12:58.5826915Z","updatedOn":"2023-05-11T06:12:58.5826915Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/3570042a-80ba-41e0-9494-df7c45f8c033","type":"Microsoft.Authorization/roleAssignments","name":"3570042a-80ba-41e0-9494-df7c45f8c033"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"ed15478a-2da6-468c-90eb-25447535bba6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T06:24:37.6333045Z","updatedOn":"2023-05-11T06:24:37.6333045Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9a422311-0456-4a8a-9686-dad2574cbe8e","type":"Microsoft.Authorization/roleAssignments","name":"9a422311-0456-4a8a-9686-dad2574cbe8e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"ed15478a-2da6-468c-90eb-25447535bba6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T06:27:00.4836021Z","updatedOn":"2023-05-11T06:27:00.4836021Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/53f34812-298b-4f5d-b1b5-6d5557c3034b","type":"Microsoft.Authorization/roleAssignments","name":"53f34812-298b-4f5d-b1b5-6d5557c3034b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"9bcf962d-18e4-438b-ae73-18118e18d604","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T06:40:02.4492299Z","updatedOn":"2023-05-11T06:40:02.4492299Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/25c5e202-512f-4452-9078-80b551e31ce0","type":"Microsoft.Authorization/roleAssignments","name":"25c5e202-512f-4452-9078-80b551e31ce0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"9bcf962d-18e4-438b-ae73-18118e18d604","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T06:42:23.7068099Z","updatedOn":"2023-05-11T06:42:23.7068099Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/d2f9bc5d-40bd-4a68-988d-84d0b6d6f6be","type":"Microsoft.Authorization/roleAssignments","name":"d2f9bc5d-40bd-4a68-988d-84d0b6d6f6be"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"94574628-fa5b-415c-a126-a77a3811a413","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T06:57:09.1378039Z","updatedOn":"2023-05-11T06:57:09.1378039Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/6052e3ce-55e7-45dd-b38f-cc9f813b861b","type":"Microsoft.Authorization/roleAssignments","name":"6052e3ce-55e7-45dd-b38f-cc9f813b861b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"94574628-fa5b-415c-a126-a77a3811a413","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T06:59:29.9271379Z","updatedOn":"2023-05-11T06:59:29.9271379Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/7c3b9759-5ce3-4847-a30f-ab49a46d40ee","type":"Microsoft.Authorization/roleAssignments","name":"7c3b9759-5ce3-4847-a30f-ab49a46d40ee"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3eac1ce2-053b-4b0d-8a6c-25d904548a5e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T07:14:45.9241199Z","updatedOn":"2023-05-11T07:14:45.9241199Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/0bc1ec55-32c1-4515-8e7a-eba9f4442096","type":"Microsoft.Authorization/roleAssignments","name":"0bc1ec55-32c1-4515-8e7a-eba9f4442096"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"3eac1ce2-053b-4b0d-8a6c-25d904548a5e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T07:17:10.7705316Z","updatedOn":"2023-05-11T07:17:10.7705316Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/2112d254-6c9c-4b57-817d-4e133ac487f0","type":"Microsoft.Authorization/roleAssignments","name":"2112d254-6c9c-4b57-817d-4e133ac487f0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3cc23685-f0a8-4398-acd5-4fc183a12214","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-16T05:46:32.6098098Z","updatedOn":"2023-05-16T05:46:32.6098098Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/f675f88e-829f-4bbd-b464-2dfcb35bff41","type":"Microsoft.Authorization/roleAssignments","name":"f675f88e-829f-4bbd-b464-2dfcb35bff41"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"3cc23685-f0a8-4398-acd5-4fc183a12214","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-16T05:48:54.6897489Z","updatedOn":"2023-05-16T05:48:54.6897489Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/68c5dae6-4ef4-4356-829b-dab7b7583a66","type":"Microsoft.Authorization/roleAssignments","name":"68c5dae6-4ef4-4356-829b-dab7b7583a66"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"58855564-8091-4c8e-ad53-d10b8fff0527","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-17T06:33:02.7277301Z","updatedOn":"2023-05-17T06:33:02.7277301Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1a38fd1e-c445-4178-9b06-e50cfaa7cdaf","type":"Microsoft.Authorization/roleAssignments","name":"1a38fd1e-c445-4178-9b06-e50cfaa7cdaf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c24456e1-8136-48ee-97c9-b1f01906af77","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-17T06:33:02.7640554Z","updatedOn":"2023-05-17T06:33:02.7640554Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/895912bb-0d13-4469-b7fb-b479b1dc3e5b","type":"Microsoft.Authorization/roleAssignments","name":"895912bb-0d13-4469-b7fb-b479b1dc3e5b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"f8520195-1c62-47ff-8c01-e394155b52f1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-18T06:12:44.5863814Z","updatedOn":"2023-05-18T06:12:44.5863814Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/eb75e461-0299-4c74-aa17-e02717312d32","type":"Microsoft.Authorization/roleAssignments","name":"eb75e461-0299-4c74-aa17-e02717312d32"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f58310d9-a9f6-439a-9e8d-f62e7b41a168","principalId":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T04:48:16.7740488Z","updatedOn":"2023-05-25T04:48:16.7740488Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f7ea54ed-f06b-47ea-ac38-8fe1173e9344","type":"Microsoft.Authorization/roleAssignments","name":"f7ea54ed-f06b-47ea-ac38-8fe1173e9344"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"7d61a767-e5a2-4b11-b15a-7fc0d548bffe","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T05:59:53.6384728Z","updatedOn":"2023-05-25T05:59:53.6384728Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/0c5b6d83-1fc0-4afd-965d-56c33647c187","type":"Microsoft.Authorization/roleAssignments","name":"0c5b6d83-1fc0-4afd-965d-56c33647c187"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"ae1c784d-21fc-4731-a23f-a158ca783415","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T08:04:09.3306333Z","updatedOn":"2023-05-25T08:04:09.3306333Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/8e2c4588-f433-4367-982d-b4125591bbb6","type":"Microsoft.Authorization/roleAssignments","name":"8e2c4588-f433-4367-982d-b4125591bbb6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"d6f8d575-3950-44b6-b110-c017ec0e8eb3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T08:42:46.9309895Z","updatedOn":"2023-05-25T08:42:46.9309895Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/8cfffb3b-90ec-470b-8c0f-fa3c59865355","type":"Microsoft.Authorization/roleAssignments","name":"8cfffb3b-90ec-470b-8c0f-fa3c59865355"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"d6f8d575-3950-44b6-b110-c017ec0e8eb3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T08:45:22.1386182Z","updatedOn":"2023-05-25T08:45:22.1386182Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/10c4d3a6-ff19-432c-8330-47158efcbe10","type":"Microsoft.Authorization/roleAssignments","name":"10c4d3a6-ff19-432c-8330-47158efcbe10"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"746c501c-d9e8-4155-8456-3d061f0a9923","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T09:56:51.4300973Z","updatedOn":"2023-05-25T09:56:51.4300973Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/bc480b5b-e9fe-451b-b28a-c703178906e0","type":"Microsoft.Authorization/roleAssignments","name":"bc480b5b-e9fe-451b-b28a-c703178906e0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"746c501c-d9e8-4155-8456-3d061f0a9923","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T10:00:38.7175952Z","updatedOn":"2023-05-25T10:00:38.7175952Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/532287c4-f709-4eaf-bfe0-35a461269534","type":"Microsoft.Authorization/roleAssignments","name":"532287c4-f709-4eaf-bfe0-35a461269534"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"7fdbdf95-91f7-49f7-beff-ac08185eac12","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T11:31:08.4625303Z","updatedOn":"2023-05-25T11:31:08.4625303Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/3280f697-c913-461b-b2a7-e035baecedb8","type":"Microsoft.Authorization/roleAssignments","name":"3280f697-c913-461b-b2a7-e035baecedb8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"7fdbdf95-91f7-49f7-beff-ac08185eac12","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T11:33:37.4240898Z","updatedOn":"2023-05-25T11:33:37.4240898Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/6f0dd256-c59f-472e-9779-047975b2c75a","type":"Microsoft.Authorization/roleAssignments","name":"6f0dd256-c59f-472e-9779-047975b2c75a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"ba996348-5830-4aba-b5af-9bb19d136454","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T12:09:35.9936035Z","updatedOn":"2023-05-25T12:09:35.9936035Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/d056793c-aeab-4ff4-b49d-81c148f72958","type":"Microsoft.Authorization/roleAssignments","name":"d056793c-aeab-4ff4-b49d-81c148f72958"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"ba996348-5830-4aba-b5af-9bb19d136454","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T12:12:07.2596947Z","updatedOn":"2023-05-25T12:12:07.2596947Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/4c61cb42-cb62-4ab2-8768-4b9f6077667f","type":"Microsoft.Authorization/roleAssignments","name":"4c61cb42-cb62-4ab2-8768-4b9f6077667f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"d2ed7f1f-dad1-4bfc-be5e-b750e6ce027f","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T13:52:03.6064306Z","updatedOn":"2023-05-25T13:52:03.6064306Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/c258e3e9-b254-46ba-87b1-62f084b818ec","type":"Microsoft.Authorization/roleAssignments","name":"c258e3e9-b254-46ba-87b1-62f084b818ec"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"d2ed7f1f-dad1-4bfc-be5e-b750e6ce027f","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T13:54:45.0960099Z","updatedOn":"2023-05-25T13:54:45.0960099Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/48c265c3-36a6-4808-ad03-f7ef108194c5","type":"Microsoft.Authorization/roleAssignments","name":"48c265c3-36a6-4808-ad03-f7ef108194c5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"1fd211c1-bf71-4620-b87c-a24c4bf0ebb4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T14:23:11.4239777Z","updatedOn":"2023-05-25T14:23:11.4239777Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/4fbc03d3-60e7-48fa-b3cd-6ef199103e93","type":"Microsoft.Authorization/roleAssignments","name":"4fbc03d3-60e7-48fa-b3cd-6ef199103e93"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"1fd211c1-bf71-4620-b87c-a24c4bf0ebb4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T14:26:08.7108256Z","updatedOn":"2023-05-25T14:26:08.7108256Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/97dde15d-766c-4614-8457-58d3f062ce8c","type":"Microsoft.Authorization/roleAssignments","name":"97dde15d-766c-4614-8457-58d3f062ce8c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"08d4079d-85f3-4c62-8c8d-9c1ccbea1658","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T15:00:17.9606172Z","updatedOn":"2023-05-25T15:00:17.9606172Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/c58d246b-e8f6-4165-80d4-ba4878a846d0","type":"Microsoft.Authorization/roleAssignments","name":"c58d246b-e8f6-4165-80d4-ba4878a846d0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"08d4079d-85f3-4c62-8c8d-9c1ccbea1658","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T15:03:29.7890723Z","updatedOn":"2023-05-25T15:03:29.7890723Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/5e0bbf4b-e731-4b80-9c47-bcb9570377ec","type":"Microsoft.Authorization/roleAssignments","name":"5e0bbf4b-e731-4b80-9c47-bcb9570377ec"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"d2926643-feb8-4c16-82cc-f643d174ed87","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-26T04:27:08.2742572Z","updatedOn":"2023-05-26T04:27:08.2742572Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/644071bc-8888-4f5a-9f27-d6de2cec3f93","type":"Microsoft.Authorization/roleAssignments","name":"644071bc-8888-4f5a-9f27-d6de2cec3f93"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"d2926643-feb8-4c16-82cc-f643d174ed87","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-26T04:29:52.6908189Z","updatedOn":"2023-05-26T04:29:52.6908189Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/e034da56-2f45-47f4-83b0-ab98e35b6b05","type":"Microsoft.Authorization/roleAssignments","name":"e034da56-2f45-47f4-83b0-ab98e35b6b05"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"7963f182-2320-42eb-ac28-16d2ce34b78a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-26T13:45:42.9389566Z","updatedOn":"2023-05-26T13:45:42.9389566Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9a2964db-2b43-40c0-b408-63ffd2cc51f4","type":"Microsoft.Authorization/roleAssignments","name":"9a2964db-2b43-40c0-b408-63ffd2cc51f4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"7963f182-2320-42eb-ac28-16d2ce34b78a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-26T13:48:24.0981052Z","updatedOn":"2023-05-26T13:48:24.0981052Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/a5f9296c-39bd-4f1e-86e2-d4d5a22fe8d8","type":"Microsoft.Authorization/roleAssignments","name":"a5f9296c-39bd-4f1e-86e2-d4d5a22fe8d8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"79c2da12-5fff-45bc-8f6b-82529aa1794e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-26T14:08:42.2189212Z","updatedOn":"2023-05-26T14:08:42.2189212Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/6fd13a35-cd6b-491f-9df9-e50aa55e57dd","type":"Microsoft.Authorization/roleAssignments","name":"6fd13a35-cd6b-491f-9df9-e50aa55e57dd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"79c2da12-5fff-45bc-8f6b-82529aa1794e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-26T14:11:30.9110583Z","updatedOn":"2023-05-26T14:11:30.9110583Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/602e20b3-3f1a-4c8d-ade9-74c900f5880d","type":"Microsoft.Authorization/roleAssignments","name":"602e20b3-3f1a-4c8d-ade9-74c900f5880d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"93805802-70d7-41a2-9aa6-1a90822ad656","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-26T14:27:27.5839129Z","updatedOn":"2023-05-26T14:27:27.5839129Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/4ae65c6f-39c2-402d-9809-3b0e7c3a3ee4","type":"Microsoft.Authorization/roleAssignments","name":"4ae65c6f-39c2-402d-9809-3b0e7c3a3ee4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"93805802-70d7-41a2-9aa6-1a90822ad656","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-26T14:31:29.6664970Z","updatedOn":"2023-05-26T14:31:29.6664970Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/afe8b1e8-fb7c-4de1-b5ad-4a5a4e41904d","type":"Microsoft.Authorization/roleAssignments","name":"afe8b1e8-fb7c-4de1-b5ad-4a5a4e41904d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T13:53:37.6422713Z","updatedOn":"2023-05-29T13:53:37.6422713Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b65f7c25-3f4f-44f7-9c48-fe96b51576e0","type":"Microsoft.Authorization/roleAssignments","name":"b65f7c25-3f4f-44f7-9c48-fe96b51576e0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"1af7beaf-9222-436b-b62c-74a201f850ec","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-04T11:29:27.2254968Z","updatedOn":"2023-06-04T11:29:27.2254968Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/7581d197-9f5f-4562-bd36-3cad3f8b66e1","type":"Microsoft.Authorization/roleAssignments","name":"7581d197-9f5f-4562-bd36-3cad3f8b66e1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"1af7beaf-9222-436b-b62c-74a201f850ec","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-04T11:32:03.5285268Z","updatedOn":"2023-06-04T11:32:03.5285268Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/f1e1f274-e40e-4767-96a0-c31d1d771837","type":"Microsoft.Authorization/roleAssignments","name":"f1e1f274-e40e-4767-96a0-c31d1d771837"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"95b40c91-ecaa-4fd3-b2c4-1380010d4ad9","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-04T12:20:25.7177761Z","updatedOn":"2023-06-04T12:20:25.7177761Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9ba2db75-74b5-4b28-9ed2-3d467bb35539","type":"Microsoft.Authorization/roleAssignments","name":"9ba2db75-74b5-4b28-9ed2-3d467bb35539"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"95b40c91-ecaa-4fd3-b2c4-1380010d4ad9","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-04T12:22:55.1175918Z","updatedOn":"2023-06-04T12:22:55.1175918Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/77e252b3-8c5f-4002-8aaf-0595d699892e","type":"Microsoft.Authorization/roleAssignments","name":"77e252b3-8c5f-4002-8aaf-0595d699892e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"139c6de0-d02a-4517-a02d-0ee8c1f013b1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-06T10:47:32.9134608Z","updatedOn":"2023-06-06T10:47:32.9134608Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/13efeb0b-f941-47a1-8e98-652e2a0548bd","type":"Microsoft.Authorization/roleAssignments","name":"13efeb0b-f941-47a1-8e98-652e2a0548bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"139c6de0-d02a-4517-a02d-0ee8c1f013b1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-06T10:50:08.9065162Z","updatedOn":"2023-06-06T10:50:08.9065162Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/24e9c2f2-ff56-4cb3-8162-ebe970bca8ec","type":"Microsoft.Authorization/roleAssignments","name":"24e9c2f2-ff56-4cb3-8162-ebe970bca8ec"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"332fa690-6952-44fc-bea3-bce89b904348","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-06T11:36:56.0683505Z","updatedOn":"2023-06-06T11:36:56.0683505Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/ca9ccf14-8f80-4eac-b180-39fabc1e0743","type":"Microsoft.Authorization/roleAssignments","name":"ca9ccf14-8f80-4eac-b180-39fabc1e0743"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"332fa690-6952-44fc-bea3-bce89b904348","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-06T11:40:42.7393729Z","updatedOn":"2023-06-06T11:40:42.7393729Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/0ea91a6f-9d0f-4112-a255-0bb45e96534e","type":"Microsoft.Authorization/roleAssignments","name":"0ea91a6f-9d0f-4112-a255-0bb45e96534e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"938e8486-2d29-47d0-b739-7ac10084a0c5","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-07T03:44:43.7695644Z","updatedOn":"2023-06-07T03:44:43.7695644Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/d71dcd8f-e453-4387-a00b-74c56dfcffa3","type":"Microsoft.Authorization/roleAssignments","name":"d71dcd8f-e453-4387-a00b-74c56dfcffa3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"938e8486-2d29-47d0-b739-7ac10084a0c5","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-07T03:48:40.8288781Z","updatedOn":"2023-06-07T03:48:40.8288781Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/190e30ab-41b3-4a3f-a0d0-8eef8818d3bc","type":"Microsoft.Authorization/roleAssignments","name":"190e30ab-41b3-4a3f-a0d0-8eef8818d3bc"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"c8cacd21-c5f5-4418-b29e-1f4fa25a4066","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-07T04:22:18.2060365Z","updatedOn":"2023-06-07T04:22:18.2060365Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/f0a02d09-130d-4e5e-89a6-8cfa1611722b","type":"Microsoft.Authorization/roleAssignments","name":"f0a02d09-130d-4e5e-89a6-8cfa1611722b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"c8cacd21-c5f5-4418-b29e-1f4fa25a4066","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-07T04:26:05.8066447Z","updatedOn":"2023-06-07T04:26:05.8066447Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/52a4bab1-d12f-4cc3-81f0-8444493c0391","type":"Microsoft.Authorization/roleAssignments","name":"52a4bab1-d12f-4cc3-81f0-8444493c0391"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"975a2af9-848c-4193-883c-51f416e21a3e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-07T05:38:21.0275581Z","updatedOn":"2023-06-07T05:38:21.0275581Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/5912b66c-285d-4d43-922b-d782696ef1a6","type":"Microsoft.Authorization/roleAssignments","name":"5912b66c-285d-4d43-922b-d782696ef1a6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"975a2af9-848c-4193-883c-51f416e21a3e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-07T05:42:20.2883838Z","updatedOn":"2023-06-07T05:42:20.2883838Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/25f2cce3-b33a-4524-b946-d17802a17853","type":"Microsoft.Authorization/roleAssignments","name":"25f2cce3-b33a-4524-b946-d17802a17853"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c8930b26-8d6f-4b4a-87de-2f8eb04e7cbd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-06-08T09:36:28.7566900Z","updatedOn":"2023-06-08T09:36:28.7566900Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5d1f4c81-f2b6-43c9-8e45-8878bf1d3398","type":"Microsoft.Authorization/roleAssignments","name":"5d1f4c81-f2b6-43c9-8e45-8878bf1d3398"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"01a79fce-216b-4675-b5f9-7be8e3741ad1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-08T11:58:43.5744879Z","updatedOn":"2023-06-08T11:58:43.5744879Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9166cf37-d347-486d-909c-db984d5ecd2e","type":"Microsoft.Authorization/roleAssignments","name":"9166cf37-d347-486d-909c-db984d5ecd2e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"01a79fce-216b-4675-b5f9-7be8e3741ad1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-08T12:01:17.7543409Z","updatedOn":"2023-06-08T12:01:17.7543409Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/8f3294d9-be17-4ad5-ad2c-65fe1cb310ee","type":"Microsoft.Authorization/roleAssignments","name":"8f3294d9-be17-4ad5-ad2c-65fe1cb310ee"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"68381bcd-b6f6-441a-adda-1592dc9343e8","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T04:41:48.9375453Z","updatedOn":"2023-06-09T04:41:48.9375453Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/8ab4f1fd-7a59-4ecb-9e8d-f6baeeda1c67","type":"Microsoft.Authorization/roleAssignments","name":"8ab4f1fd-7a59-4ecb-9e8d-f6baeeda1c67"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"68381bcd-b6f6-441a-adda-1592dc9343e8","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T04:44:17.8000346Z","updatedOn":"2023-06-09T04:44:17.8000346Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/b927182a-09cf-4b7b-b4e7-2a9cb20c94e4","type":"Microsoft.Authorization/roleAssignments","name":"b927182a-09cf-4b7b-b4e7-2a9cb20c94e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"ff1bcf97-26da-4cd0-a6c2-4ee7ea7893c0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T06:31:47.9164431Z","updatedOn":"2023-06-09T06:31:47.9164431Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/d67f276d-84d3-4f7e-8b97-a7c204d321ce","type":"Microsoft.Authorization/roleAssignments","name":"d67f276d-84d3-4f7e-8b97-a7c204d321ce"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"ff1bcf97-26da-4cd0-a6c2-4ee7ea7893c0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T06:35:46.2964621Z","updatedOn":"2023-06-09T06:35:46.2964621Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/27963214-0a6c-4fd5-955b-07b3ec1c1c66","type":"Microsoft.Authorization/roleAssignments","name":"27963214-0a6c-4fd5-955b-07b3ec1c1c66"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a51d0ef9-9895-4b63-b3f8-354bb7d1a6bb","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-05-21T08:47:39.8177538Z","updatedOn":"2021-05-21T08:47:39.8177538Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/17db6abb-bc45-4967-b313-e470ec9cbbd7","type":"Microsoft.Authorization/roleAssignments","name":"17db6abb-bc45-4967-b313-e470ec9cbbd7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"7c567124-5292-4819-aa73-0224bf1c42e1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-05-23T13:38:54.7542852Z","updatedOn":"2021-05-23T13:38:54.7542852Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/0809d692-f58f-43f2-b597-7f115957407e","type":"Microsoft.Authorization/roleAssignments","name":"0809d692-f58f-43f2-b597-7f115957407e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"955c9d1b-0cb6-4ff6-91c9-f4aadf67ffe8","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-05-24T16:45:08.3835615Z","updatedOn":"2021-05-24T16:45:08.3835615Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/1b1ac6ab-19e7-4c4f-91d2-5be73096da2c","type":"Microsoft.Authorization/roleAssignments","name":"1b1ac6ab-19e7-4c4f-91d2-5be73096da2c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"7221c906-782c-44a0-ab2f-f23d8a95ce25","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-05-24T16:56:16.2751421Z","updatedOn":"2021-05-24T16:56:16.2751421Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/ca8f2433-76dc-49fa-828d-9cd2861ec25c","type":"Microsoft.Authorization/roleAssignments","name":"ca8f2433-76dc-49fa-828d-9cd2861ec25c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"e1a3bbaa-4ffb-41a6-a154-b4870d9e86b4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T06:40:53.5542743Z","updatedOn":"2021-06-04T06:40:53.5542743Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9d9ac2a8-dbac-41bb-9f17-c473f02c6370","type":"Microsoft.Authorization/roleAssignments","name":"9d9ac2a8-dbac-41bb-9f17-c473f02c6370"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"e1a3bbaa-4ffb-41a6-a154-b4870d9e86b4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T06:40:57.1326805Z","updatedOn":"2021-06-04T06:40:57.1326805Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/14b1338c-95f6-44f9-ad22-395f8ebbb1fe","type":"Microsoft.Authorization/roleAssignments","name":"14b1338c-95f6-44f9-ad22-395f8ebbb1fe"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"1da90707-df56-4d40-a805-2e646c9d95ab","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T07:02:18.2829699Z","updatedOn":"2021-06-04T07:02:18.2829699Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/bf5f4821-9baa-4dc6-9bd5-8c62f31c1a93","type":"Microsoft.Authorization/roleAssignments","name":"bf5f4821-9baa-4dc6-9bd5-8c62f31c1a93"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"1da90707-df56-4d40-a805-2e646c9d95ab","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T07:02:22.4343547Z","updatedOn":"2021-06-04T07:02:22.4343547Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/26bab283-0772-4c03-8dc1-a50c8ffa597d","type":"Microsoft.Authorization/roleAssignments","name":"26bab283-0772-4c03-8dc1-a50c8ffa597d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"ab6b1184-ff37-4d3e-b460-fbe654f7ad5c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T07:19:08.8293677Z","updatedOn":"2021-06-04T07:19:08.8293677Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/d972f611-a4bd-4b80-9e78-980984602450","type":"Microsoft.Authorization/roleAssignments","name":"d972f611-a4bd-4b80-9e78-980984602450"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"ab6b1184-ff37-4d3e-b460-fbe654f7ad5c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T07:19:12.8400651Z","updatedOn":"2021-06-04T07:19:12.8400651Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/b9393755-f5ca-41ef-a631-fb62184c57a8","type":"Microsoft.Authorization/roleAssignments","name":"b9393755-f5ca-41ef-a631-fb62184c57a8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3ffa4e46-39a3-4002-9292-e2adf0d1a8c6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T09:14:15.2633798Z","updatedOn":"2021-06-04T09:14:15.2633798Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/094981c0-d59c-4f5b-9581-72c08da65454","type":"Microsoft.Authorization/roleAssignments","name":"094981c0-d59c-4f5b-9581-72c08da65454"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"3ffa4e46-39a3-4002-9292-e2adf0d1a8c6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T09:14:19.9554484Z","updatedOn":"2021-06-04T09:14:19.9554484Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/0cac59e0-0464-4bf6-9bef-f1fadc2b08f4","type":"Microsoft.Authorization/roleAssignments","name":"0cac59e0-0464-4bf6-9bef-f1fadc2b08f4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"93e2b483-3ffa-44f8-9965-fdb104b541a2","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-06-29T05:43:19.7216795Z","updatedOn":"2021-06-29T05:43:19.7216795Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c6aff8c2-08b1-5b1a-9c80-d91164226985","type":"Microsoft.Authorization/roleAssignments","name":"c6aff8c2-08b1-5b1a-9c80-d91164226985"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"4f285ac8-5610-4d2f-854c-bfa3d16a2679","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-11T06:55:02.4909144Z","updatedOn":"2021-07-11T06:55:02.4909144Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0cec2ad2-d080-4126-a99f-f61c559b799c","type":"Microsoft.Authorization/roleAssignments","name":"0cec2ad2-d080-4126-a99f-f61c559b799c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"630db480-3ee6-47ec-ae72-5f917d466bad","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:16:28.8833400Z","updatedOn":"2021-07-13T10:16:28.8833400Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/37fe4b2d-0aca-4c27-8511-1e0d18063ec8","type":"Microsoft.Authorization/roleAssignments","name":"37fe4b2d-0aca-4c27-8511-1e0d18063ec8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"279982e7-46cf-4e40-9a3b-156c98285cb7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.5647062Z","updatedOn":"2021-07-13T10:18:48.5647062Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/7907f38d-57a7-431d-82d7-5dfa2ef0a628","type":"Microsoft.Authorization/roleAssignments","name":"7907f38d-57a7-431d-82d7-5dfa2ef0a628"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"790004d0-0112-41ad-92e8-95c464c34476","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.6068337Z","updatedOn":"2021-07-13T10:18:48.6068337Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c9bda26-83c4-4d4c-b00b-c4b58301e539","type":"Microsoft.Authorization/roleAssignments","name":"8c9bda26-83c4-4d4c-b00b-c4b58301e539"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-21T06:38:43.9281998Z","updatedOn":"2021-07-21T06:38:43.9281998Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b553fa81-60dd-45d6-9781-8c2313d68b03","type":"Microsoft.Authorization/roleAssignments","name":"b553fa81-60dd-45d6-9781-8c2313d68b03"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:20.4258578Z","updatedOn":"2021-07-27T04:31:20.4258578Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258","type":"Microsoft.Authorization/roleAssignments","name":"4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:32.4566300Z","updatedOn":"2021-07-27T04:31:32.4566300Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8176bf09-8e96-448a-ab12-eeed360ecce2","type":"Microsoft.Authorization/roleAssignments","name":"8176bf09-8e96-448a-ab12-eeed360ecce2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:48.4577322Z","updatedOn":"2021-07-27T04:31:48.4577322Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45949217-58cc-4c18-93f3-f4c90710ae2d","type":"Microsoft.Authorization/roleAssignments","name":"45949217-58cc-4c18-93f3-f4c90710ae2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:20.8138038Z","updatedOn":"2021-07-27T10:13:20.8138038Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2382b52f-1ec5-430e-ae2a-74f9ed331ced","type":"Microsoft.Authorization/roleAssignments","name":"2382b52f-1ec5-430e-ae2a-74f9ed331ced"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:23.6551958Z","updatedOn":"2021-07-27T10:13:23.6551958Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e5863947-0b21-41b7-9997-c0dfc73eec29","type":"Microsoft.Authorization/roleAssignments","name":"e5863947-0b21-41b7-9997-c0dfc73eec29"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:29.6985440Z","updatedOn":"2021-07-27T10:13:29.6985440Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/28c1cefa-942f-44c5-a4d4-c33bb92abd45","type":"Microsoft.Authorization/roleAssignments","name":"28c1cefa-942f-44c5-a4d4-c33bb92abd45"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8039a424-299a-4014-8b22-4f6d6cc60065","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-11T07:08:31.9935560Z","updatedOn":"2021-08-11T07:08:31.9935560Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/69e0bcfc-b024-4d8b-a3d5-dac447f8986c","type":"Microsoft.Authorization/roleAssignments","name":"69e0bcfc-b024-4d8b-a3d5-dac447f8986c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"8f0340b8-4b70-412b-be19-c4612d49e353","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T11:58:29.6857641Z","updatedOn":"2021-08-20T11:58:29.6857641Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd88236f-eacb-5303-912f-ba1741cf02bd","type":"Microsoft.Authorization/roleAssignments","name":"fd88236f-eacb-5303-912f-ba1741cf02bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0d8f6e68-d6c5-4a67-b6c4-3107609bbdbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T12:31:58.7980661Z","updatedOn":"2021-08-20T12:31:58.7980661Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/146f4a11-8712-583d-89eb-a7b8b82dbaa9","type":"Microsoft.Authorization/roleAssignments","name":"146f4a11-8712-583d-89eb-a7b8b82dbaa9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e2072d83-2379-4f36-ab51-b5df7460c61e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-21T14:40:08.5987892Z","updatedOn":"2021-08-21T14:40:10.5055205Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/842af679-0b58-5eb5-b94c-ff59e4105d7e","type":"Microsoft.Authorization/roleAssignments","name":"842af679-0b58-5eb5-b94c-ff59e4105d7e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"0242778c-29df-4863-ac18-2fb8fd004135","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-08-30T06:31:52.6766200Z","updatedOn":"2021-08-30T06:31:52.6766200Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/f67c65e2-e609-4ffe-b504-294b00cbd2fd","type":"Microsoft.Authorization/roleAssignments","name":"f67c65e2-e609-4ffe-b504-294b00cbd2fd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"0242778c-29df-4863-ac18-2fb8fd004135","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-08-30T06:31:57.1552781Z","updatedOn":"2021-08-30T06:31:57.1552781Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/aaeab926-d6e2-4bb6-9e9e-0607e75cc75f","type":"Microsoft.Authorization/roleAssignments","name":"aaeab926-d6e2-4bb6-9e9e-0607e75cc75f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"2ab5fb95-b72e-4d12-948b-4223754d8ffa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-09-08T08:24:19.3547440Z","updatedOn":"2021-09-08T08:24:19.3547440Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/43ee13b8-5abd-51e0-88e3-ae84049da70e","type":"Microsoft.Authorization/roleAssignments","name":"43ee13b8-5abd-51e0-88e3-ae84049da70e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-17T09:41:38.5634940Z","updatedOn":"2021-09-17T09:41:38.5634940Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":"for + temp testing purpose"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98fe0117-1e9c-4e37-b8a7-c4a1031d6916","type":"Microsoft.Authorization/roleAssignments","name":"98fe0117-1e9c-4e37-b8a7-c4a1031d6916"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-25T15:23:32.6168771Z","updatedOn":"2021-09-25T15:23:32.6168771Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d852f084-bc9f-4258-9e2c-fcf48b9eaf85","type":"Microsoft.Authorization/roleAssignments","name":"d852f084-bc9f-4258-9e2c-fcf48b9eaf85"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"2778738c-452b-45ca-b8d6-f085836a1458","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-30T07:51:25.2399474Z","updatedOn":"2021-09-30T07:51:25.2399474Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b04a3bdf-b6a6-5ffb-9394-ee5743741597","type":"Microsoft.Authorization/roleAssignments","name":"b04a3bdf-b6a6-5ffb-9394-ee5743741597"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"0ac1f52a-325b-486a-a095-f46ffdd6a9e4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-10-26T01:59:18.6998395Z","updatedOn":"2021-10-26T01:59:18.6998395Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/53a3b238-b4b0-4d3f-b416-8d6dc8d755f6","type":"Microsoft.Authorization/roleAssignments","name":"53a3b238-b4b0-4d3f-b416-8d6dc8d755f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"c3c0d020-16f0-44d8-9950-0250120a33ff","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-02T06:11:03.5575284Z","updatedOn":"2021-11-02T06:11:03.5575284Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1d017732-f67e-5aa1-a4a6-47570078d9f3","type":"Microsoft.Authorization/roleAssignments","name":"1d017732-f67e-5aa1-a4a6-47570078d9f3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-10T08:59:19.7285159Z","updatedOn":"2021-11-10T08:59:19.7285159Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a60357fa-dc0a-4479-a2a9-4329c2d0ae89","type":"Microsoft.Authorization/roleAssignments","name":"a60357fa-dc0a-4479-a2a9-4329c2d0ae89"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8dd77695-d6a5-450d-a43c-67ca01be9fbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-12T10:55:38.3698246Z","updatedOn":"2021-11-12T10:55:38.3698246Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dda5bb75-b74a-4430-975f-5bc9611c4b2d","type":"Microsoft.Authorization/roleAssignments","name":"dda5bb75-b74a-4430-975f-5bc9611c4b2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36243c78-bf99-498c-9df9-86d9f8d28608","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0181010Z","updatedOn":"2021-02-18T06:28:12.0181010Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/804f6223-03eb-4091-b460-82160fc5f818","type":"Microsoft.Authorization/roleAssignments","name":"804f6223-03eb-4091-b460-82160fc5f818"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0168587Z","updatedOn":"2021-02-18T06:28:12.0168587Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8d80e2d6-315c-495c-ab2c-91ddf75edf41","type":"Microsoft.Authorization/roleAssignments","name":"8d80e2d6-315c-495c-ab2c-91ddf75edf41"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"cf46d636-b6c1-406c-aba7-b2c3d9ed07da","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:53:53.1151640Z","updatedOn":"2021-02-26T13:53:53.1151640Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/735e98ed-f4b8-4b7d-9cc9-af4f8ae77252","type":"Microsoft.Authorization/roleAssignments","name":"735e98ed-f4b8-4b7d-9cc9-af4f8ae77252"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8505e3f4-1ee7-427c-a175-a06595231d46","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:54:27.5624477Z","updatedOn":"2021-02-26T13:54:27.5624477Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98c87a9f-b9e7-414b-8b59-bf3ec62dbc74","type":"Microsoft.Authorization/roleAssignments","name":"98c87a9f-b9e7-414b-8b59-bf3ec62dbc74"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-25T12:25:27.2277610Z","updatedOn":"2020-07-25T12:25:27.2277610Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d","type":"Microsoft.Authorization/roleAssignments","name":"fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21ae6127-c385-4ae0-b895-a8559e9aa574","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:35:35.2993523Z","updatedOn":"2020-07-31T08:35:35.2993523Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6af9fbf3-7085-4bcb-b399-88b89fac16d3","type":"Microsoft.Authorization/roleAssignments","name":"6af9fbf3-7085-4bcb-b399-88b89fac16d3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:44:16.2909420Z","updatedOn":"2020-07-31T08:44:16.2909420Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/65080390-e9b5-4566-b362-d1e96c23dae2","type":"Microsoft.Authorization/roleAssignments","name":"65080390-e9b5-4566-b362-d1e96c23dae2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:12:01.6760584Z","updatedOn":"2020-11-03T06:12:01.6760584Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a7a12420-2dce-4a47-822e-68cadf239da3","type":"Microsoft.Authorization/roleAssignments","name":"a7a12420-2dce-4a47-822e-68cadf239da3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3282af51-433d-47e8-b2b5-633fbe0fecc0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:25:32.6790913Z","updatedOn":"2020-11-03T06:25:32.6790913Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/36da831d-10ce-4f42-ba28-362960f6ea36","type":"Microsoft.Authorization/roleAssignments","name":"36da831d-10ce-4f42-ba28-362960f6ea36"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"ce2366a6-64d7-441b-939c-c9d23f91cccd","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T20:43:06.5941189Z","updatedOn":"2020-03-12T20:43:06.5941189Z","createdBy":"606f48c8-d219-4875-991d-ae6befaf0756","updatedBy":"606f48c8-d219-4875-991d-ae6befaf0756","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/ad9e2cd7-0ff7-4931-9b17-656c8f17934b","type":"Microsoft.Authorization/roleAssignments","name":"ad9e2cd7-0ff7-4931-9b17-656c8f17934b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2023-02-21T22:32:46.2324804Z","updatedOn":"2023-02-21T22:32:46.2324804Z","createdBy":"7f1579a6-c648-43a1-ac1e-0c3020dd9b8e","updatedBy":"7f1579a6-c648-43a1-ac1e-0c3020dd9b8e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/df7c1e07-5c2d-4b22-b7b9-fd11a8569db3","type":"Microsoft.Authorization/roleAssignments","name":"df7c1e07-5c2d-4b22-b7b9-fd11a8569db3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772","principalId":"2dd1ea73-4024-489e-83a4-45cb3e962f69","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2023-05-04T20:23:16.3808369Z","updatedOn":"2023-05-04T20:23:16.3808369Z","createdBy":"fa00c2de-57d5-4527-9254-4d513f482d0a","updatedBy":"fa00c2de-57d5-4527-9254-4d513f482d0a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/59109645-7b2b-4278-831a-2e4627ec603d","type":"Microsoft.Authorization/roleAssignments","name":"59109645-7b2b-4278-831a-2e4627ec603d"}]}' headers: cache-control: - no-cache content-length: - - '0' + - '209896' content-type: - - text/plain; charset=utf-8 + - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:32:48 GMT + - Fri, 09 Jun 2023 09:46:33 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + set-cookie: + - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive + Cookie: + - x-ms-gateway-slice=Production ParameterSetName: - - -g -n -l + - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance + --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Disk%20Snapshot%20Contributor%27&api-version=2022-04-01 response: body: - string: '' + string: '{"value":[{"properties":{"roleName":"Disk Snapshot Contributor","type":"BuiltInRole","description":"Provides + permission to backup vault to manage disk snapshots.","assignableScopes":["/"],"permissions":[{"actions":["Microsoft.Authorization/*/read","Microsoft.Resources/subscriptions/resourceGroups/read","Microsoft.Compute/snapshots/delete","Microsoft.Compute/snapshots/write","Microsoft.Compute/snapshots/read","Microsoft.Compute/snapshots/beginGetAccess/action","Microsoft.Compute/snapshots/endGetAccess/action","Microsoft.Compute/disks/beginGetAccess/action","Microsoft.Storage/storageAccounts/listkeys/action","Microsoft.Storage/storageAccounts/write","Microsoft.Storage/storageAccounts/read","Microsoft.Storage/storageAccounts/delete"],"notActions":[],"dataActions":[],"notDataActions":[]}],"createdOn":"2020-12-15T12:18:51.4471411Z","updatedOn":"2021-11-11T20:14:56.9158814Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","type":"Microsoft.Authorization/roleDefinitions","name":"7efff54f-a5b4-42b5-a1c5-5411624893ce"}]}' headers: cache-control: - no-cache content-length: - - '0' + - '1160' content-type: - - text/plain; charset=utf-8 + - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:32:52 GMT + - Fri, 09 Jun 2023 09:46:35 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,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 status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -1945,223 +2265,250 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive ParameterSetName: - - -g -n -l + - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance + --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2742377822-9982-4373-a40b-eddf8b9434a5%27%29 response: body: - string: '' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' headers: cache-control: - no-cache content-length: - - '0' + - '92' content-type: - - text/plain; charset=utf-8 + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Mon, 13 Feb 2023 07:32:55 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - Fri, 09 Jun 2023 09:46:35 GMT + odata-version: + - '4.0' + request-id: + - f765437e-8871-4201-824f-1d28270e3f6f strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"000","RoleInstance":"MA1PEPF00004FB3"}}' + x-ms-resource-unit: + - '1' status: - code: 202 - message: Accepted + code: 200 + message: OK - request: - body: null + body: '{"ids": ["42377822-9982-4373-a40b-eddf8b9434a5"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' headers: Accept: - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json ParameterSetName: - - -g -n -l + - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance + --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds response: body: - string: '' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"42377822-9982-4373-a40b-eddf8b9434a5","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg/providers/Microsoft.DataProtection/BackupVaults/cli-test-new-vault1"],"appDisplayName":null,"appDescription":null,"appId":"2cdba04d-d62e-492f-85c7-e61a57a9813a","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-06-09T09:44:24Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"cli-test-new-vault1","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["2cdba04d-d62e-492f-85c7-e61a57a9813a","https://identity.azure.net/2czira6fp81UmSQY0i+P6p1ObGIy33lZb5C/K/6SyDY="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"B002E0D3B04E878C226364DDFBCDB1A204FEC273","displayName":"CN=2cdba04d-d62e-492f-85c7-e61a57a9813a","endDateTime":"2023-09-07T09:39:00Z","key":null,"keyId":"71548247-f614-4780-afd0-ba4b894bf55b","startDateTime":"2023-06-09T09:39:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' headers: cache-control: - no-cache content-length: - - '0' + - '1732' content-type: - - text/plain; charset=utf-8 + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Mon, 13 Feb 2023 07:32:59 GMT - expires: - - '-1' + - Fri, 09 Jun 2023 09:46:35 GMT location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - eb8f01ec-abc0-4266-9c71-2922bb9c5106 strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"000","RoleInstance":"MA1PEPF00004FB5"}}' + x-ms-resource-unit: + - '3' status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive ParameterSetName: - - -g -n -l + - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance + --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Disk%20Snapshot%20Contributor%27&api-version=2022-04-01 response: body: - string: '' + string: '{"value":[{"properties":{"roleName":"Disk Snapshot Contributor","type":"BuiltInRole","description":"Provides + permission to backup vault to manage disk snapshots.","assignableScopes":["/"],"permissions":[{"actions":["Microsoft.Authorization/*/read","Microsoft.Resources/subscriptions/resourceGroups/read","Microsoft.Compute/snapshots/delete","Microsoft.Compute/snapshots/write","Microsoft.Compute/snapshots/read","Microsoft.Compute/snapshots/beginGetAccess/action","Microsoft.Compute/snapshots/endGetAccess/action","Microsoft.Compute/disks/beginGetAccess/action","Microsoft.Storage/storageAccounts/listkeys/action","Microsoft.Storage/storageAccounts/write","Microsoft.Storage/storageAccounts/read","Microsoft.Storage/storageAccounts/delete"],"notActions":[],"dataActions":[],"notDataActions":[]}],"createdOn":"2020-12-15T12:18:51.4471411Z","updatedOn":"2021-11-11T20:14:56.9158814Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","type":"Microsoft.Authorization/roleDefinitions","name":"7efff54f-a5b4-42b5-a1c5-5411624893ce"}]}' headers: cache-control: - no-cache content-length: - - '0' + - '1160' content-type: - - text/plain; charset=utf-8 + - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:33:02 GMT + - Fri, 09 Jun 2023 09:46:36 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + set-cookie: + - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: - code: 202 - message: Accepted + code: 200 + message: OK - request: - body: null + body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce", + "principalId": "42377822-9982-4373-a40b-eddf8b9434a5", "principalType": "ServicePrincipal"}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive + Content-Length: + - '270' + Content-Type: + - application/json + Cookie: + - x-ms-gateway-slice=Production ParameterSetName: - - -g -n -l + - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance + --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/d5fc8ef4-9da9-4613-8836-2905be193986?api-version=2022-04-01 response: body: - string: '' + string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"42377822-9982-4373-a40b-eddf8b9434a5","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T09:46:37.5523634Z","updatedOn":"2023-06-09T09:46:37.9870406Z","createdBy":null,"updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/d5fc8ef4-9da9-4613-8836-2905be193986","type":"Microsoft.Authorization/roleAssignments","name":"d5fc8ef4-9da9-4613-8836-2905be193986"}' headers: cache-control: - no-cache content-length: - - '0' + - '873' content-type: - - text/plain; charset=utf-8 + - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:33:05 GMT + - Fri, 09 Jun 2023 09:46:39 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 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: 202 - message: Accepted + code: 201 + message: Created - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive ParameterSetName: - - -g -n -l + - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance + --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1?api-version=2023-01-01 response: body: - string: '' + string: '{"location":"centraluseuap","identity":{"type":"SystemAssigned","principalId":"42377822-9982-4373-a40b-eddf8b9434a5","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"properties":{"provisioningState":"Succeeded","storageSettings":[{"datastoreType":"VaultStore","type":"LocallyRedundant"}],"isVaultProtectedByResourceGuard":false,"monitoringSettings":{"azureMonitorAlertSettings":{"alertsForAllJobFailures":"Disabled"}},"securitySettings":{"softDeleteSettings":{"state":"Off","retentionDurationInDays":0.0}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1","name":"cli-test-new-vault1","type":"Microsoft.DataProtection/backupVaults"}' headers: cache-control: - no-cache content-length: - - '0' + - '738' content-type: - - text/plain; charset=utf-8 + - application/json date: - - Mon, 13 Feb 2023 07:33:08 GMT + - Fri, 09 Jun 2023 09:47:41 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '498' + x-powered-by: + - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -2170,178 +2517,198 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive ParameterSetName: - - -g -n -l + - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance + --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2742377822-9982-4373-a40b-eddf8b9434a5%27%29 response: body: - string: '' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' headers: cache-control: - no-cache content-length: - - '0' + - '92' content-type: - - text/plain; charset=utf-8 + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Mon, 13 Feb 2023 07:33:11 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - Fri, 09 Jun 2023 09:47:41 GMT + odata-version: + - '4.0' + request-id: + - 2dcca10c-53a3-4da5-8cef-3452ee5c89c9 strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"000","RoleInstance":"MA1PEPF00004970"}}' + x-ms-resource-unit: + - '1' status: - code: 202 - message: Accepted + code: 200 + message: OK - request: - body: null + body: '{"ids": ["42377822-9982-4373-a40b-eddf8b9434a5"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' headers: Accept: - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json ParameterSetName: - - -g -n -l + - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance + --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds response: body: - string: '' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"42377822-9982-4373-a40b-eddf8b9434a5","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg/providers/Microsoft.DataProtection/BackupVaults/cli-test-new-vault1"],"appDisplayName":null,"appDescription":null,"appId":"2cdba04d-d62e-492f-85c7-e61a57a9813a","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-06-09T09:44:24Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"cli-test-new-vault1","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["2cdba04d-d62e-492f-85c7-e61a57a9813a","https://identity.azure.net/2czira6fp81UmSQY0i+P6p1ObGIy33lZb5C/K/6SyDY="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"B002E0D3B04E878C226364DDFBCDB1A204FEC273","displayName":"CN=2cdba04d-d62e-492f-85c7-e61a57a9813a","endDateTime":"2023-09-07T09:39:00Z","key":null,"keyId":"71548247-f614-4780-afd0-ba4b894bf55b","startDateTime":"2023-06-09T09:39:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' headers: cache-control: - no-cache content-length: - - '0' + - '1732' content-type: - - text/plain; charset=utf-8 + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Mon, 13 Feb 2023 07:33:15 GMT - expires: - - '-1' + - Fri, 09 Jun 2023 09:47:41 GMT location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - 94d4afe1-c2bc-40f6-a4f2-99427a8f7dc4 strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"000","RoleInstance":"MA1PEPF0000496C"}}' + x-ms-resource-unit: + - '3' status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive ParameterSetName: - - -g -n -l + - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance + --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments?$filter=atScope()&api-version=2022-04-01 response: body: - string: '' + string: '{"value":[{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"5c617d2b-99f8-4c90-98fe-dfe040fa33c1","principalType":"ServicePrincipal","scope":"/","condition":null,"conditionVersion":null,"createdOn":"2018-02-27T19:19:50.2663941Z","updatedOn":"2018-02-27T19:19:50.2663941Z","createdBy":null,"updatedBy":null,"delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Authorization/roleAssignments/3e883d24-b106-42ff-ad13-d7bf271b964d","type":"Microsoft.Authorization/roleAssignments","name":"3e883d24-b106-42ff-ad13-d7bf271b964d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T12:22:13.7498923Z","updatedOn":"2019-08-26T12:22:13.7498923Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f","type":"Microsoft.Authorization/roleAssignments","name":"8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-05-24T11:02:27.8515917Z","updatedOn":"2019-05-24T11:02:27.8515917Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b5eee4d7-5f9f-4f63-8040-8aec158c289b","type":"Microsoft.Authorization/roleAssignments","name":"b5eee4d7-5f9f-4f63-8040-8aec158c289b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-02-12T11:34:59.7104212Z","updatedOn":"2020-02-12T11:34:59.7104212Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f0618702-8404-4858-9a26-e61f23e7d44f","type":"Microsoft.Authorization/roleAssignments","name":"f0618702-8404-4858-9a26-e61f23e7d44f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-11-14T08:52:42.2795010Z","updatedOn":"2019-11-14T08:52:42.2795010Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/77daac38-9839-4b00-921b-e5d5a03e728c","type":"Microsoft.Authorization/roleAssignments","name":"77daac38-9839-4b00-921b-e5d5a03e728c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9693df58-7f72-4974-9bd3-1c3ceb0382f1","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-11-29T09:40:04.3180033Z","updatedOn":"2018-11-29T09:40:04.3180033Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7","type":"Microsoft.Authorization/roleAssignments","name":"ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"d1f96755-9bcf-44b8-ab82-df67360496c4","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-05-08T10:28:08.2854940Z","updatedOn":"2020-05-08T10:28:08.2854940Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dfb3ca56-a0d4-44ce-ba35-b716c3fdab86","type":"Microsoft.Authorization/roleAssignments","name":"dfb3ca56-a0d4-44ce-ba35-b716c3fdab86"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-31T09:26:43.6440415Z","updatedOn":"2018-12-31T09:26:43.6440415Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45744ea8-780f-4f3e-88aa-b73d7f6997b2","type":"Microsoft.Authorization/roleAssignments","name":"45744ea8-780f-4f3e-88aa-b73d7f6997b2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e65078fb-6b02-434a-9f11-d06bf9bc0600","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-10-25T23:42:36.3444507Z","updatedOn":"2018-10-25T23:42:36.3444507Z","createdBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","updatedBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e7ce51e8-4109-41d7-bc10-538b089599db","type":"Microsoft.Authorization/roleAssignments","name":"e7ce51e8-4109-41d7-bc10-538b089599db"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a7782e0f-1f9a-4882-b2c9-11227aad244e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-06-16T04:32:50.9673703Z","updatedOn":"2020-06-16T04:32:50.9673703Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fa21f2f-81c3-47b6-b706-650b359b96c3","type":"Microsoft.Authorization/roleAssignments","name":"9fa21f2f-81c3-47b6-b706-650b359b96c3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"00b14177-f4d2-4a4b-94f6-6e80f75745c9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T09:49:11.3750683Z","updatedOn":"2020-03-12T09:49:11.3750683Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fff0abf3-3cf7-46be-8bc7-1d1619a160fb","type":"Microsoft.Authorization/roleAssignments","name":"fff0abf3-3cf7-46be-8bc7-1d1619a160fb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T10:28:45.4880023Z","updatedOn":"2019-08-26T10:28:45.4880023Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/397a3c9c-c258-4d4e-834d-00cc08227796","type":"Microsoft.Authorization/roleAssignments","name":"397a3c9c-c258-4d4e-834d-00cc08227796"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-05T04:29:28.7359096Z","updatedOn":"2018-12-05T04:29:28.7359096Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c830f42-5f89-4d8b-8f93-d3dc936f33bd","type":"Microsoft.Authorization/roleAssignments","name":"3c830f42-5f89-4d8b-8f93-d3dc936f33bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-08T08:38:50.1742930Z","updatedOn":"2020-04-08T08:38:50.1742930Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5293a96b-830e-45f4-9e9e-22d7d020f0d8","type":"Microsoft.Authorization/roleAssignments","name":"5293a96b-830e-45f4-9e9e-22d7d020f0d8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3421d717-ca60-44e7-a9a1-773acec4e503","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T09:40:14.7658272Z","updatedOn":"2019-10-23T09:40:14.7658272Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/34b29558-faf9-43f0-a194-35ca0aa99fc5","type":"Microsoft.Authorization/roleAssignments","name":"34b29558-faf9-43f0-a194-35ca0aa99fc5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3dc88d41-4d03-4105-970d-937e56de3839","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-06-27T12:59:44.6557891Z","updatedOn":"2019-06-27T12:59:44.6557891Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e57ab8d1-ce9a-4925-b09f-2567492d9b22","type":"Microsoft.Authorization/roleAssignments","name":"e57ab8d1-ce9a-4925-b09f-2567492d9b22"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"62c799b8-9b54-4c3d-97c9-9490d16a6a9a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-08T13:01:20.9953919Z","updatedOn":"2019-08-08T13:01:20.9953919Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e1b91810-0781-462d-9517-764e4a033822","type":"Microsoft.Authorization/roleAssignments","name":"e1b91810-0781-462d-9517-764e4a033822"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T08:03:15.6803676Z","updatedOn":"2019-10-23T08:03:15.6803676Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/facbac06-ddab-437d-949a-207593fddfff","type":"Microsoft.Authorization/roleAssignments","name":"facbac06-ddab-437d-949a-207593fddfff"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"978b254a-54be-42af-80f5-e2a37b2e40e5","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-07-08T06:57:57.0377373Z","updatedOn":"2019-07-08T06:57:57.0377373Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e","type":"Microsoft.Authorization/roleAssignments","name":"89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-17T09:14:08.7913669Z","updatedOn":"2020-04-17T09:14:08.7913669Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/950c635a-23a5-4a0e-8eb6-c53e929c9699","type":"Microsoft.Authorization/roleAssignments","name":"950c635a-23a5-4a0e-8eb6-c53e929c9699"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:46.8918844Z","updatedOn":"2022-10-03T10:52:46.8918844Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5a8b530-0e4c-40d9-a003-167e38138f34","type":"Microsoft.Authorization/roleAssignments","name":"c5a8b530-0e4c-40d9-a003-167e38138f34"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"ce439730-9009-4c60-b582-277f5b9b5c47","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:47.6507241Z","updatedOn":"2022-10-03T10:52:47.6507241Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/adfaf7e6-895a-432b-9f63-650c5855b6b5","type":"Microsoft.Authorization/roleAssignments","name":"adfaf7e6-895a-432b-9f63-650c5855b6b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8a1cd6d0-5c03-4720-8cc7-22adbc865bad","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-06T10:00:44.6775425Z","updatedOn":"2022-10-06T10:00:44.6775425Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/21a219c4-e4ea-4572-9b97-ab829ee70b0b","type":"Microsoft.Authorization/roleAssignments","name":"21a219c4-e4ea-4572-9b97-ab829ee70b0b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"ba20023e-4ef7-4929-8693-f3f37fdb7667","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-19T06:48:34.7902721Z","updatedOn":"2022-10-19T06:48:34.7902721Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/70fc8a72-c6e9-4644-95d6-f27efe137007","type":"Microsoft.Authorization/roleAssignments","name":"70fc8a72-c6e9-4644-95d6-f27efe137007"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab","principalId":"cda54502-7b02-4c29-bacd-2ac17bb3fee4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-20T05:10:54.0749901Z","updatedOn":"2022-10-20T05:10:54.0749901Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a49a99d3-cfb9-4f66-b694-b3a7803fe02b","type":"Microsoft.Authorization/roleAssignments","name":"a49a99d3-cfb9-4f66-b694-b3a7803fe02b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"d6e6b7d9-6bee-44e9-a115-608b26453747","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-11-04T09:20:20.9539814Z","updatedOn":"2022-11-04T09:20:20.9539814Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5ead22ad-d09b-4591-8d0f-a571ef0dedb2","type":"Microsoft.Authorization/roleAssignments","name":"5ead22ad-d09b-4591-8d0f-a571ef0dedb2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324","principalId":"8a49a9af-c646-4a94-97e0-988219f9b933","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-11-17T09:48:40.9317341Z","updatedOn":"2022-11-17T09:48:40.9317341Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/81881251-9f42-413a-828e-f0374be3fc43","type":"Microsoft.Authorization/roleAssignments","name":"81881251-9f42-413a-828e-f0374be3fc43"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b","principalId":"8a49a9af-c646-4a94-97e0-988219f9b933","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-11-17T14:33:17.2080750Z","updatedOn":"2022-11-17T14:33:17.2080750Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/6d573002-8569-420a-bd13-90c87072b928","type":"Microsoft.Authorization/roleAssignments","name":"6d573002-8569-420a-bd13-90c87072b928"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.2924849Z","updatedOn":"2022-12-13T12:39:32.2924849Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1a2a40b4-9a41-4578-a6f5-e34068ff3bf6","type":"Microsoft.Authorization/roleAssignments","name":"1a2a40b4-9a41-4578-a6f5-e34068ff3bf6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.4781119Z","updatedOn":"2022-12-13T12:39:32.4781119Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fc9183c-bfec-41be-8c2b-2cc55420f6c1","type":"Microsoft.Authorization/roleAssignments","name":"9fc9183c-bfec-41be-8c2b-2cc55420f6c1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"fc8bd99b-292d-4396-ac07-7e46bf989efa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-04T09:17:14.5148296Z","updatedOn":"2023-01-04T09:17:14.5148296Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5c4e131f-5843-5474-af9f-427c1fca982d","type":"Microsoft.Authorization/roleAssignments","name":"5c4e131f-5843-5474-af9f-427c1fca982d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c0c54612-5a75-40a2-8a0c-bf70ab0847ba","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-13T04:47:48.8296778Z","updatedOn":"2023-01-13T04:47:48.8296778Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b56bdd79-3e27-4d79-b73b-4dc8625a172a","type":"Microsoft.Authorization/roleAssignments","name":"b56bdd79-3e27-4d79-b73b-4dc8625a172a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a4eae46b-a9d0-4586-8ac9-ba91b29f1d57","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-02-01T10:05:44.6784242Z","updatedOn":"2022-02-01T10:05:44.6784242Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8af2fb3a-292c-42a8-a870-1751c4ec4870","type":"Microsoft.Authorization/roleAssignments","name":"8af2fb3a-292c-42a8-a870-1751c4ec4870"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"662a0ec2-cfbc-45f9-ae31-2cc53070e765","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-12T12:46:49.6216206Z","updatedOn":"2022-04-12T12:46:49.6216206Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/85cc2dff-c5d4-42a3-acb6-255cd4208ef4","type":"Microsoft.Authorization/roleAssignments","name":"85cc2dff-c5d4-42a3-acb6-255cd4208ef4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"662a0ec2-cfbc-45f9-ae31-2cc53070e765","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-12T12:46:57.1459341Z","updatedOn":"2022-04-12T12:46:57.1459341Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/aba8e90d-d951-4cb5-a346-b71e478f4d1b","type":"Microsoft.Authorization/roleAssignments","name":"aba8e90d-d951-4cb5-a346-b71e478f4d1b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"30bc1f3b-ca1a-4c55-96ff-4c026f12eaa1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-12T13:09:28.3678603Z","updatedOn":"2022-04-12T13:09:28.3678603Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/79d87d90-f984-4f53-a169-2eca51c00104","type":"Microsoft.Authorization/roleAssignments","name":"79d87d90-f984-4f53-a169-2eca51c00104"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"30bc1f3b-ca1a-4c55-96ff-4c026f12eaa1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-12T13:09:33.3916295Z","updatedOn":"2022-04-12T13:09:33.3916295Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/5e185742-c91a-4efe-b0d8-db9524685ec5","type":"Microsoft.Authorization/roleAssignments","name":"5e185742-c91a-4efe-b0d8-db9524685ec5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3c582fc7-e68a-4991-a2f6-3d8a7a1f23c1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T07:01:02.2689248Z","updatedOn":"2022-04-13T07:01:02.2689248Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/c9b4f9ab-d687-4a65-910a-5bcb2f974bfe","type":"Microsoft.Authorization/roleAssignments","name":"c9b4f9ab-d687-4a65-910a-5bcb2f974bfe"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"3c582fc7-e68a-4991-a2f6-3d8a7a1f23c1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T07:01:09.3571703Z","updatedOn":"2022-04-13T07:01:09.3571703Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/8bedf13c-aa1a-4191-aa97-573f14fd97ee","type":"Microsoft.Authorization/roleAssignments","name":"8bedf13c-aa1a-4191-aa97-573f14fd97ee"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"a31004b5-ce06-49e1-8706-e8c7afe68695","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T07:43:04.6456354Z","updatedOn":"2022-04-13T07:43:04.6456354Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/bd0fc30a-6ccf-4c22-a26b-0e31aba16035","type":"Microsoft.Authorization/roleAssignments","name":"bd0fc30a-6ccf-4c22-a26b-0e31aba16035"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"a31004b5-ce06-49e1-8706-e8c7afe68695","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T07:43:10.1186881Z","updatedOn":"2022-04-13T07:43:10.1186881Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/dadaa3cd-f442-4d5c-aed3-7cbab2fba3e0","type":"Microsoft.Authorization/roleAssignments","name":"dadaa3cd-f442-4d5c-aed3-7cbab2fba3e0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"6f6a803e-4dc5-488a-8566-a4f0a984975e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T08:58:57.7706882Z","updatedOn":"2022-04-13T08:58:57.7706882Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9e3d10bf-9bfa-4a97-9ab1-b972a348abd0","type":"Microsoft.Authorization/roleAssignments","name":"9e3d10bf-9bfa-4a97-9ab1-b972a348abd0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"6f6a803e-4dc5-488a-8566-a4f0a984975e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T08:59:03.2414961Z","updatedOn":"2022-04-13T08:59:03.2414961Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/66eefd94-4bda-46df-9c61-7e92f83d91e7","type":"Microsoft.Authorization/roleAssignments","name":"66eefd94-4bda-46df-9c61-7e92f83d91e7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"829da4fd-a5f4-4ca7-bc3d-0679d104c5f0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T10:17:35.8887781Z","updatedOn":"2022-04-13T10:17:35.8887781Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/77f4f7a3-a377-49f7-a094-945b82b2bfff","type":"Microsoft.Authorization/roleAssignments","name":"77f4f7a3-a377-49f7-a094-945b82b2bfff"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"829da4fd-a5f4-4ca7-bc3d-0679d104c5f0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T10:17:41.2233089Z","updatedOn":"2022-04-13T10:17:41.2233089Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/1a71aac6-e9ce-40ff-a39f-7594df2ea6e9","type":"Microsoft.Authorization/roleAssignments","name":"1a71aac6-e9ce-40ff-a39f-7594df2ea6e9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3f74f5b7-f4f6-4b65-a45d-f1c60467e115","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-21T06:57:19.4532093Z","updatedOn":"2022-04-21T06:57:19.4532093Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/eede4548-9f71-44b7-8077-c49aa44894b4","type":"Microsoft.Authorization/roleAssignments","name":"eede4548-9f71-44b7-8077-c49aa44894b4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"3f74f5b7-f4f6-4b65-a45d-f1c60467e115","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-21T06:57:24.3439247Z","updatedOn":"2022-04-21T06:57:24.3439247Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/c011acd2-8b5d-45d6-b6c1-4ffe1867ce31","type":"Microsoft.Authorization/roleAssignments","name":"c011acd2-8b5d-45d6-b6c1-4ffe1867ce31"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"85c33f6f-5d69-4b0e-bc06-95a7d3193519","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-04T09:52:52.7340040Z","updatedOn":"2022-05-04T09:52:52.7340040Z","createdBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","updatedBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6a4f635c-309c-4a1d-8eea-86fb5aa91d80","type":"Microsoft.Authorization/roleAssignments","name":"6a4f635c-309c-4a1d-8eea-86fb5aa91d80"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-12T06:55:02.9137483Z","updatedOn":"2022-05-12T06:55:02.9137483Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a5bd1b6d-0084-40ec-9126-2250536b4778","type":"Microsoft.Authorization/roleAssignments","name":"a5bd1b6d-0084-40ec-9126-2250536b4778"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"0b2dcd24-9585-4bb4-a7c3-83e0e3bd0dc7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-05-24T11:54:25.7258076Z","updatedOn":"2022-05-24T11:54:25.7258076Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9a7dc348-d24e-438b-84b0-c7cda5bf92c4","type":"Microsoft.Authorization/roleAssignments","name":"9a7dc348-d24e-438b-84b0-c7cda5bf92c4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"0b2dcd24-9585-4bb4-a7c3-83e0e3bd0dc7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-05-24T11:54:29.8931759Z","updatedOn":"2022-05-24T11:54:29.8931759Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/aeb54d04-84b8-4530-bd7e-fe01dafd82ab","type":"Microsoft.Authorization/roleAssignments","name":"aeb54d04-84b8-4530-bd7e-fe01dafd82ab"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"f2cee52e-3d75-4f49-acc4-b5aaf72232ee","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T11:01:05.6238088Z","updatedOn":"2022-06-03T11:01:05.6238088Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2bd63fbe-e197-434f-ba1e-016bad298ff7","type":"Microsoft.Authorization/roleAssignments","name":"2bd63fbe-e197-434f-ba1e-016bad298ff7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:20:41.1511200Z","updatedOn":"2022-06-03T13:22:39.1076287Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f12c7867-43e5-5530-98e9-9d8a2f39fb92","type":"Microsoft.Authorization/roleAssignments","name":"f12c7867-43e5-5530-98e9-9d8a2f39fb92"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:37:09.9515887Z","updatedOn":"2022-06-03T14:40:22.4040874Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/bace23ac-6978-5318-a146-d49599599b02","type":"Microsoft.Authorization/roleAssignments","name":"bace23ac-6978-5318-a146-d49599599b02"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-06T11:22:08.5127363Z","updatedOn":"2022-06-06T11:22:08.5127363Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/df253c65-35fc-4ff6-9a32-39b3fe20a6e3","type":"Microsoft.Authorization/roleAssignments","name":"df253c65-35fc-4ff6-9a32-39b3fe20a6e3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5f137a67-1b88-4f98-aa20-b71a7082dc56","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-10T14:11:57.5623976Z","updatedOn":"2022-06-10T14:11:57.5623976Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e409f573-8bda-4b7e-854a-61c445d36c6f","type":"Microsoft.Authorization/roleAssignments","name":"e409f573-8bda-4b7e-854a-61c445d36c6f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"961a41dc-cbb6-4777-9b6c-a6d4d1ea4faa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-21T12:02:09.6478601Z","updatedOn":"2022-06-21T12:02:09.6478601Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/efc8d400-cd5e-41d3-99e6-65878c1f888c","type":"Microsoft.Authorization/roleAssignments","name":"efc8d400-cd5e-41d3-99e6-65878c1f888c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"961a41dc-cbb6-4777-9b6c-a6d4d1ea4faa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-21T12:02:31.1213523Z","updatedOn":"2022-06-21T12:02:31.1213523Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/1ad6de95-d660-4f0a-84cf-1b297eafe5f6","type":"Microsoft.Authorization/roleAssignments","name":"1ad6de95-d660-4f0a-84cf-1b297eafe5f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"1831aada-7907-4673-a5e2-b11217764c9e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-21T12:22:14.2181104Z","updatedOn":"2022-06-21T12:22:14.2181104Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/c5856647-b5ff-4264-a966-049b6a58a42f","type":"Microsoft.Authorization/roleAssignments","name":"c5856647-b5ff-4264-a966-049b6a58a42f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"1831aada-7907-4673-a5e2-b11217764c9e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-21T12:22:40.2874069Z","updatedOn":"2022-06-21T12:22:40.2874069Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/a3560e50-7085-48f4-85a1-97487179cc5d","type":"Microsoft.Authorization/roleAssignments","name":"a3560e50-7085-48f4-85a1-97487179cc5d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-22T11:28:57.2073063Z","updatedOn":"2022-06-22T11:28:57.2073063Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb","type":"Microsoft.Authorization/roleAssignments","name":"c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:19:22.2256200Z","updatedOn":"2022-06-23T09:19:22.2256200Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/344b17ae-cabf-4a33-9a9d-ba30fefcbadc","type":"Microsoft.Authorization/roleAssignments","name":"344b17ae-cabf-4a33-9a9d-ba30fefcbadc"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2b81557b-8e7a-4df8-9a41-e59844f627c2","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:25:03.9969293Z","updatedOn":"2022-06-23T09:25:03.9969293Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/13a7f7c7-7364-4f9b-ba92-5430f17b29b5","type":"Microsoft.Authorization/roleAssignments","name":"13a7f7c7-7364-4f9b-ba92-5430f17b29b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-24T07:04:04.5965087Z","updatedOn":"2022-06-24T07:04:04.5965087Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ba604c54-80e1-490e-a123-9ef9d477536b","type":"Microsoft.Authorization/roleAssignments","name":"ba604c54-80e1-490e-a123-9ef9d477536b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-25T04:10:10.7065168Z","updatedOn":"2022-06-25T04:10:10.7065168Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/916a749f-b61f-4ba4-8c28-46217c3a7b4e","type":"Microsoft.Authorization/roleAssignments","name":"916a749f-b61f-4ba4-8c28-46217c3a7b4e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T07:37:58.3152810Z","updatedOn":"2022-06-27T07:37:58.3152810Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0a1046d6-ba58-491f-b473-403ec29cd2be","type":"Microsoft.Authorization/roleAssignments","name":"0a1046d6-ba58-491f-b473-403ec29cd2be"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:21:12.2347431Z","updatedOn":"2022-06-27T08:21:12.2347431Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/abc6fbbe-d4a8-4315-9532-82e90334dcc9","type":"Microsoft.Authorization/roleAssignments","name":"abc6fbbe-d4a8-4315-9532-82e90334dcc9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:17.8582970Z","updatedOn":"2022-06-27T08:43:17.8582970Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8f0bb0e-1495-48f0-aa68-33c364310cfb","type":"Microsoft.Authorization/roleAssignments","name":"b8f0bb0e-1495-48f0-aa68-33c364310cfb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:18.7801612Z","updatedOn":"2022-06-27T08:43:18.7801612Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1","type":"Microsoft.Authorization/roleAssignments","name":"b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:11.7388086Z","updatedOn":"2022-07-01T08:15:11.7388086Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/86db086e-0442-5eef-8ebc-1d8d28a4d03a","type":"Microsoft.Authorization/roleAssignments","name":"86db086e-0442-5eef-8ebc-1d8d28a4d03a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:12.7940996Z","updatedOn":"2022-07-01T08:15:12.7940996Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cbcefba6-df6c-5670-9e02-9e09f7964d9c","type":"Microsoft.Authorization/roleAssignments","name":"cbcefba6-df6c-5670-9e02-9e09f7964d9c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"fe7b070d-f778-4cfd-8acf-eda94f397a89","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-29T07:15:07.9544255Z","updatedOn":"2022-07-29T07:15:07.9544255Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/efb13d06-875d-40e3-81d5-195824e19188","type":"Microsoft.Authorization/roleAssignments","name":"efb13d06-875d-40e3-81d5-195824e19188"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"aa7a0e3a-c2c6-41e2-9838-2ae541c08a88","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-08-01T10:57:25.8183048Z","updatedOn":"2022-08-01T10:57:25.8183048Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/e179ab30-f6f9-44c6-9806-801d4240a604","type":"Microsoft.Authorization/roleAssignments","name":"e179ab30-f6f9-44c6-9806-801d4240a604"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"da112a02-e7cf-4b53-93a0-96958f47f77f","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-08-01T12:19:56.7716607Z","updatedOn":"2022-08-01T12:19:56.7716607Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/859af8cf-cf8d-4a41-b5cb-b492bbebfa96","type":"Microsoft.Authorization/roleAssignments","name":"859af8cf-cf8d-4a41-b5cb-b492bbebfa96"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"d9334401-f342-4fc7-88c4-6fb936fb3a6f","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-08-02T06:53:24.5190593Z","updatedOn":"2022-08-02T06:53:24.5190593Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/babd18e7-662a-4f61-b03b-d2790ad8ad2b","type":"Microsoft.Authorization/roleAssignments","name":"babd18e7-662a-4f61-b03b-d2790ad8ad2b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"d9334401-f342-4fc7-88c4-6fb936fb3a6f","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-08-02T06:56:06.5673047Z","updatedOn":"2022-08-02T06:56:06.5673047Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9b61e48d-b011-4da0-8daa-a65f34af5a33","type":"Microsoft.Authorization/roleAssignments","name":"9b61e48d-b011-4da0-8daa-a65f34af5a33"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f8520195-1c62-47ff-8c01-e394155b52f1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-10T11:13:36.6792855Z","updatedOn":"2022-08-10T11:13:36.6792855Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c9150af-abd1-4d00-9c16-acb375857df6","type":"Microsoft.Authorization/roleAssignments","name":"3c9150af-abd1-4d00-9c16-acb375857df6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f4bfeb83-a4cc-43e8-bee0-9808b5d0918d","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-24T05:51:56.3337713Z","updatedOn":"2022-08-24T05:51:56.3337713Z","createdBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","updatedBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3caa2a04-62bf-4a33-80f5-056840e59fb4","type":"Microsoft.Authorization/roleAssignments","name":"3caa2a04-62bf-4a33-80f5-056840e59fb4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"608ca1e9-e854-46c6-984f-d812d0e657e6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-30T13:32:28.1332524Z","updatedOn":"2022-08-30T13:32:28.1332524Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2719b245-3aeb-4cc0-92bc-6f63eea0dcbf","type":"Microsoft.Authorization/roleAssignments","name":"2719b245-3aeb-4cc0-92bc-6f63eea0dcbf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"76710889-6dec-4b99-a529-cfd36fcb16ec","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-09-05T11:30:49.7733486Z","updatedOn":"2022-09-05T11:30:49.7733486Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/bbc4ec43-5e44-4b5d-8de0-cdf89486bb41","type":"Microsoft.Authorization/roleAssignments","name":"bbc4ec43-5e44-4b5d-8de0-cdf89486bb41"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"76710889-6dec-4b99-a529-cfd36fcb16ec","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-09-05T11:33:36.9049436Z","updatedOn":"2022-09-05T11:33:36.9049436Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/3f21962f-d606-4223-b80f-43344d5dc933","type":"Microsoft.Authorization/roleAssignments","name":"3f21962f-d606-4223-b80f-43344d5dc933"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"f41bd262-eb21-47f1-9706-f12132d865e3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-09-05T11:49:52.6105159Z","updatedOn":"2022-09-05T11:49:52.6105159Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/14d078a0-ff7d-4677-aba3-9dc54afca23f","type":"Microsoft.Authorization/roleAssignments","name":"14d078a0-ff7d-4677-aba3-9dc54afca23f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"f41bd262-eb21-47f1-9706-f12132d865e3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-09-05T11:52:24.6920598Z","updatedOn":"2022-09-05T11:52:24.6920598Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/19633fe8-03e5-4a16-8ca8-6132e216935f","type":"Microsoft.Authorization/roleAssignments","name":"19633fe8-03e5-4a16-8ca8-6132e216935f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"9ca84dd8-bc7f-493f-aad6-5776fe5cfcf1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T11:46:18.7367949Z","updatedOn":"2023-02-07T11:46:18.7367949Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/5d4c800c-2937-4424-a276-0ce194654572","type":"Microsoft.Authorization/roleAssignments","name":"5d4c800c-2937-4424-a276-0ce194654572"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"cfc56492-7710-42ce-aa54-bacfddcd15f5","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T14:37:44.2986908Z","updatedOn":"2023-02-07T14:37:44.2986908Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/f5dfe629-7f08-42b1-a0e1-3557f3bf3da6","type":"Microsoft.Authorization/roleAssignments","name":"f5dfe629-7f08-42b1-a0e1-3557f3bf3da6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"cfc56492-7710-42ce-aa54-bacfddcd15f5","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T14:40:10.8368679Z","updatedOn":"2023-02-07T14:40:10.8368679Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/cb18b5b2-f705-48bd-a21a-01a616187728","type":"Microsoft.Authorization/roleAssignments","name":"cb18b5b2-f705-48bd-a21a-01a616187728"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"ab864caf-15e7-4817-a2e9-fb976dfa9d92","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T18:24:58.0770208Z","updatedOn":"2023-02-07T18:24:58.0770208Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/a38a7654-d866-4caa-964d-bf247954ce6f","type":"Microsoft.Authorization/roleAssignments","name":"a38a7654-d866-4caa-964d-bf247954ce6f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"ab864caf-15e7-4817-a2e9-fb976dfa9d92","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T18:27:30.1142529Z","updatedOn":"2023-02-07T18:27:30.1142529Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/4b91f0d6-a6a8-451e-9d66-a9ae6b33890c","type":"Microsoft.Authorization/roleAssignments","name":"4b91f0d6-a6a8-451e-9d66-a9ae6b33890c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"7e358fea-2c3c-4c77-bbf5-d4c433fa937a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-08T06:59:01.0691008Z","updatedOn":"2023-02-08T06:59:01.0691008Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/ef38f5ad-dfa1-444f-a59c-4228a2fcb601","type":"Microsoft.Authorization/roleAssignments","name":"ef38f5ad-dfa1-444f-a59c-4228a2fcb601"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"7e358fea-2c3c-4c77-bbf5-d4c433fa937a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-08T07:01:22.2694457Z","updatedOn":"2023-02-08T07:01:22.2694457Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/a65516eb-abd7-4b4c-824c-60cc075fecd1","type":"Microsoft.Authorization/roleAssignments","name":"a65516eb-abd7-4b4c-824c-60cc075fecd1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"41753b57-b4fa-4774-80aa-414a3af0f706","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-13T07:37:24.2216257Z","updatedOn":"2023-02-13T07:37:24.2216257Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/0dc7ade2-b7bc-416f-8ab9-9c89cf9396a8","type":"Microsoft.Authorization/roleAssignments","name":"0dc7ade2-b7bc-416f-8ab9-9c89cf9396a8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"41753b57-b4fa-4774-80aa-414a3af0f706","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-13T07:41:05.6519845Z","updatedOn":"2023-02-13T07:41:05.6519845Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/4667bb60-5b20-4f5e-9ba8-7b3c1ac1e7bb","type":"Microsoft.Authorization/roleAssignments","name":"4667bb60-5b20-4f5e-9ba8-7b3c1ac1e7bb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"68df126e-00a9-4775-995d-233a4ffc3a19","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-17T09:26:11.0806114Z","updatedOn":"2023-02-17T09:26:11.0806114Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/76d326c3-4c6a-46f5-9b7d-6cdce259d963","type":"Microsoft.Authorization/roleAssignments","name":"76d326c3-4c6a-46f5-9b7d-6cdce259d963"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e147488a-f6f5-4113-8e2d-b22465e65bf6","principalId":"bb529dae-08b3-4aaa-a97b-a815eb240212","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-17T10:00:44.9499565Z","updatedOn":"2023-02-17T10:00:44.9499565Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e02834f2-9857-4cd4-84bf-f5060c059ac4","type":"Microsoft.Authorization/roleAssignments","name":"e02834f2-9857-4cd4-84bf-f5060c059ac4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"12f8ea5c-1212-449e-b31c-0a574f43076e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-21T07:25:21.5000321Z","updatedOn":"2023-02-21T07:25:21.5000321Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cfa66353-d8d2-44a8-9b6b-47d96c034467","type":"Microsoft.Authorization/roleAssignments","name":"cfa66353-d8d2-44a8-9b6b-47d96c034467"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"cf46d636-b6c1-406c-aba7-b2c3d9ed07da","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-22T08:19:42.6910275Z","updatedOn":"2023-02-22T08:19:42.6910275Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d2fa9741-5fdd-4c70-92d0-68d9ac1c8d47","type":"Microsoft.Authorization/roleAssignments","name":"d2fa9741-5fdd-4c70-92d0-68d9ac1c8d47"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5514cdb4-15e2-4c34-8c01-f5d04b6b6c67","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-24T13:51:44.3846278Z","updatedOn":"2023-02-24T13:51:44.3846278Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dab90611-db6d-4f9f-8082-df6726f52495","type":"Microsoft.Authorization/roleAssignments","name":"dab90611-db6d-4f9f-8082-df6726f52495"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"97cccd32-7f48-4221-94cd-b8528c8b17a6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-26T18:44:26.0648974Z","updatedOn":"2023-02-26T18:44:26.0648974Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fa32041b-2f55-4362-90b5-95d4a83ffd93","type":"Microsoft.Authorization/roleAssignments","name":"fa32041b-2f55-4362-90b5-95d4a83ffd93"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"493cef5f-b385-4b17-9f23-1f8b4b4ac3d6","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-13T07:48:30.0411477Z","updatedOn":"2023-03-13T07:48:30.0411477Z","createdBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","updatedBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/177c0e16-cfcb-406f-904d-09fb218aa5eb","type":"Microsoft.Authorization/roleAssignments","name":"177c0e16-cfcb-406f-904d-09fb218aa5eb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05","principalId":"5289bf2b-79f3-4c31-8d60-db42c3fd002a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-13T10:44:18.1488916Z","updatedOn":"2023-03-13T10:44:18.1488916Z","createdBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","updatedBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/588736e7-fbe0-4821-ae33-2c06f552124a","type":"Microsoft.Authorization/roleAssignments","name":"588736e7-fbe0-4821-ae33-2c06f552124a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1162ad4b-7287-4f49-8c3e-06e04512f639","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-14T12:31:55.1770447Z","updatedOn":"2023-03-14T12:31:55.1770447Z","createdBy":"becb4b6b-fe16-413b-a5c3-90355e0b2982","updatedBy":"becb4b6b-fe16-413b-a5c3-90355e0b2982","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5740e7f-0f13-4653-8abd-f482f3559150","type":"Microsoft.Authorization/roleAssignments","name":"c5740e7f-0f13-4653-8abd-f482f3559150"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"64ab57a6-67bf-4631-ac7f-b731f27f5de9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-04-04T05:25:33.2395033Z","updatedOn":"2023-04-04T05:25:33.2395033Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0be91191-86bc-4569-8b76-aae8fd209ac4","type":"Microsoft.Authorization/roleAssignments","name":"0be91191-86bc-4569-8b76-aae8fd209ac4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"64ab57a6-67bf-4631-ac7f-b731f27f5de9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-04-05T14:05:31.2947743Z","updatedOn":"2023-04-05T14:05:31.2947743Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ffaae57b-fa9e-450b-a428-ea4351af0cbd","type":"Microsoft.Authorization/roleAssignments","name":"ffaae57b-fa9e-450b-a428-ea4351af0cbd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"f3e3e7c0-55fa-4c0e-ae5d-918a87194234","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-04-16T20:07:45.3426456Z","updatedOn":"2023-04-16T20:07:45.3426456Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/11e33a07-0644-57fc-ab9f-1e978f1e5c8f","type":"Microsoft.Authorization/roleAssignments","name":"11e33a07-0644-57fc-ab9f-1e978f1e5c8f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"20be776b-53ea-4f69-aea8-e63cd646bf2a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T05:15:12.7382306Z","updatedOn":"2023-05-02T05:15:12.7382306Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d3962592-e471-4400-92b3-22e07f918945","type":"Microsoft.Authorization/roleAssignments","name":"d3962592-e471-4400-92b3-22e07f918945"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"b4a3721a-5084-4986-a20a-303f9d6f5040","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T07:57:32.1970984Z","updatedOn":"2023-05-02T07:57:32.1970984Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/665d47a7-45b8-4799-9950-b81892b71d02","type":"Microsoft.Authorization/roleAssignments","name":"665d47a7-45b8-4799-9950-b81892b71d02"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"0e79e07c-dd40-403a-aaa1-1b1a0db2c679","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T07:57:32.2974094Z","updatedOn":"2023-05-02T07:57:32.2974094Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6dc7c22d-6a46-43c8-bb1f-c21b9790f90f","type":"Microsoft.Authorization/roleAssignments","name":"6dc7c22d-6a46-43c8-bb1f-c21b9790f90f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2c62cfe7-2fb7-4fa7-8a70-363587961c3a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-03T06:56:50.3041561Z","updatedOn":"2023-05-03T06:56:50.3041561Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a8d72b29-195f-4fcb-871f-98944442ea1e","type":"Microsoft.Authorization/roleAssignments","name":"a8d72b29-195f-4fcb-871f-98944442ea1e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"4b305e89-0494-466a-8590-60c5c497489d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-03T16:21:37.4244909Z","updatedOn":"2023-05-03T16:21:37.4244909Z","createdBy":"e073490c-1bbd-4bac-9bd1-5584fec82ff0","updatedBy":"e073490c-1bbd-4bac-9bd1-5584fec82ff0","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/91737f0e-ddb4-44a5-96bf-0abe626f2cea","type":"Microsoft.Authorization/roleAssignments","name":"91737f0e-ddb4-44a5-96bf-0abe626f2cea"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"57ddf84a-2eef-49e2-bb48-f479a5a1c552","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-05T11:56:10.2901313Z","updatedOn":"2023-05-05T11:56:10.2901313Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/fb20842a-e4c1-46ad-a59e-0ef2434833ba","type":"Microsoft.Authorization/roleAssignments","name":"fb20842a-e4c1-46ad-a59e-0ef2434833ba"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3be5faee-4085-404f-84f7-a1f0038f4f3e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-05T12:11:21.3062895Z","updatedOn":"2023-05-05T12:11:21.3062895Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/97db6763-4bdf-4fab-a3d5-19a074743c90","type":"Microsoft.Authorization/roleAssignments","name":"97db6763-4bdf-4fab-a3d5-19a074743c90"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"3be5faee-4085-404f-84f7-a1f0038f4f3e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-05T12:13:46.1077216Z","updatedOn":"2023-05-05T12:13:46.1077216Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/34142934-3143-4f40-b938-6b7171e1ef72","type":"Microsoft.Authorization/roleAssignments","name":"34142934-3143-4f40-b938-6b7171e1ef72"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"572c9fca-f2a0-4a97-8ebc-19adce200589","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T06:40:39.4121654Z","updatedOn":"2023-05-09T06:40:39.4121654Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/16794e27-e687-446c-ba06-1600231845d8","type":"Microsoft.Authorization/roleAssignments","name":"16794e27-e687-446c-ba06-1600231845d8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"572c9fca-f2a0-4a97-8ebc-19adce200589","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T06:43:03.5734256Z","updatedOn":"2023-05-09T06:43:03.5734256Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/3e6c445c-0e72-46f2-b9cc-07e953f75e35","type":"Microsoft.Authorization/roleAssignments","name":"3e6c445c-0e72-46f2-b9cc-07e953f75e35"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"52f7b429-666f-49a5-b775-1a238898ef65","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T07:15:31.3951595Z","updatedOn":"2023-05-09T07:15:31.3951595Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/93b421ad-76ac-486b-9b71-0984f2437fe4","type":"Microsoft.Authorization/roleAssignments","name":"93b421ad-76ac-486b-9b71-0984f2437fe4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"52f7b429-666f-49a5-b775-1a238898ef65","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T07:17:58.9536015Z","updatedOn":"2023-05-09T07:17:58.9536015Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/fcd4a898-408e-4697-b1fe-1677a679d641","type":"Microsoft.Authorization/roleAssignments","name":"fcd4a898-408e-4697-b1fe-1677a679d641"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"fb76e629-f1e2-4376-8fa3-b6a679d83183","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T11:59:05.8831794Z","updatedOn":"2023-05-09T11:59:05.8831794Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/47955597-33d7-41a2-ab21-52c2f4c79747","type":"Microsoft.Authorization/roleAssignments","name":"47955597-33d7-41a2-ab21-52c2f4c79747"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"fb76e629-f1e2-4376-8fa3-b6a679d83183","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T12:01:31.2675777Z","updatedOn":"2023-05-09T12:01:31.2675777Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/6a86db74-852a-4bf5-83ad-2ae17056b116","type":"Microsoft.Authorization/roleAssignments","name":"6a86db74-852a-4bf5-83ad-2ae17056b116"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"0c0cb9fe-ed4f-4d2d-8a9f-9c56745e55c8","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T12:52:55.6066420Z","updatedOn":"2023-05-09T12:52:55.6066420Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/408e31ed-edc0-4e12-ac5b-8a60e965ba2a","type":"Microsoft.Authorization/roleAssignments","name":"408e31ed-edc0-4e12-ac5b-8a60e965ba2a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"0c0cb9fe-ed4f-4d2d-8a9f-9c56745e55c8","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T12:55:18.7789470Z","updatedOn":"2023-05-09T12:55:18.7789470Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/387acca7-9d31-4be0-8084-7e3d6f0a5dd2","type":"Microsoft.Authorization/roleAssignments","name":"387acca7-9d31-4be0-8084-7e3d6f0a5dd2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"84fd75de-0b93-4214-8aeb-8045f8adc241","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T13:26:47.3526513Z","updatedOn":"2023-05-09T13:26:47.3526513Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/e59ea54d-c643-426e-a26b-186748c1ab13","type":"Microsoft.Authorization/roleAssignments","name":"e59ea54d-c643-426e-a26b-186748c1ab13"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"84fd75de-0b93-4214-8aeb-8045f8adc241","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T13:29:11.8533250Z","updatedOn":"2023-05-09T13:29:11.8533250Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/29b2aa5f-de04-4d20-840b-23c0085c30cf","type":"Microsoft.Authorization/roleAssignments","name":"29b2aa5f-de04-4d20-840b-23c0085c30cf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"514417d3-eed6-454e-8eff-6c3aa0964ea9","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T13:46:12.2740483Z","updatedOn":"2023-05-09T13:46:12.2740483Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9ad4eb9e-3805-43b1-b56a-8338c3b0d200","type":"Microsoft.Authorization/roleAssignments","name":"9ad4eb9e-3805-43b1-b56a-8338c3b0d200"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"514417d3-eed6-454e-8eff-6c3aa0964ea9","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T13:48:39.8153176Z","updatedOn":"2023-05-09T13:48:39.8153176Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/78649658-a424-442b-abb4-e81a09440e1b","type":"Microsoft.Authorization/roleAssignments","name":"78649658-a424-442b-abb4-e81a09440e1b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"1e26e834-2b2d-4206-a2a1-f20f0a4997ac","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T06:20:03.4055632Z","updatedOn":"2023-05-10T06:20:03.4055632Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/2ddff7bd-27b7-45bf-9ab2-8c98cb246163","type":"Microsoft.Authorization/roleAssignments","name":"2ddff7bd-27b7-45bf-9ab2-8c98cb246163"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"1e26e834-2b2d-4206-a2a1-f20f0a4997ac","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T06:21:10.5244702Z","updatedOn":"2023-05-10T06:21:10.5244702Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/2a85f3e5-8e94-4965-b769-687f487a5275","type":"Microsoft.Authorization/roleAssignments","name":"2a85f3e5-8e94-4965-b769-687f487a5275"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"1e26e834-2b2d-4206-a2a1-f20f0a4997ac","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T02:34:23.4143096Z","updatedOn":"2023-05-11T02:34:23.4143096Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/90a02aaf-21ea-4b72-ade2-a394688342b3","type":"Microsoft.Authorization/roleAssignments","name":"90a02aaf-21ea-4b72-ade2-a394688342b3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"cfc56492-7710-42ce-aa54-bacfddcd15f5","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T05:24:06.8117530Z","updatedOn":"2023-05-11T05:24:06.8117530Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/2ce2826e-90e9-466c-a487-7a921a02b135","type":"Microsoft.Authorization/roleAssignments","name":"2ce2826e-90e9-466c-a487-7a921a02b135"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"c16faef1-ab10-480f-bed6-8c62ca46e3b8","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T06:10:32.6900917Z","updatedOn":"2023-05-11T06:10:32.6900917Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/1b634841-59ad-43d2-a8ee-e23dacb39c1b","type":"Microsoft.Authorization/roleAssignments","name":"1b634841-59ad-43d2-a8ee-e23dacb39c1b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"c16faef1-ab10-480f-bed6-8c62ca46e3b8","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T06:11:42.8162992Z","updatedOn":"2023-05-11T06:11:42.8162992Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/a60184e7-7977-44dd-9337-dd86a3e9cf23","type":"Microsoft.Authorization/roleAssignments","name":"a60184e7-7977-44dd-9337-dd86a3e9cf23"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"c16faef1-ab10-480f-bed6-8c62ca46e3b8","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T06:12:58.5826915Z","updatedOn":"2023-05-11T06:12:58.5826915Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/3570042a-80ba-41e0-9494-df7c45f8c033","type":"Microsoft.Authorization/roleAssignments","name":"3570042a-80ba-41e0-9494-df7c45f8c033"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"ed15478a-2da6-468c-90eb-25447535bba6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T06:24:37.6333045Z","updatedOn":"2023-05-11T06:24:37.6333045Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9a422311-0456-4a8a-9686-dad2574cbe8e","type":"Microsoft.Authorization/roleAssignments","name":"9a422311-0456-4a8a-9686-dad2574cbe8e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"ed15478a-2da6-468c-90eb-25447535bba6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T06:25:46.6646068Z","updatedOn":"2023-05-11T06:25:46.6646068Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/3553a136-8953-4843-b526-b1e046dfb632","type":"Microsoft.Authorization/roleAssignments","name":"3553a136-8953-4843-b526-b1e046dfb632"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"ed15478a-2da6-468c-90eb-25447535bba6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T06:27:00.4836021Z","updatedOn":"2023-05-11T06:27:00.4836021Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/53f34812-298b-4f5d-b1b5-6d5557c3034b","type":"Microsoft.Authorization/roleAssignments","name":"53f34812-298b-4f5d-b1b5-6d5557c3034b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"9bcf962d-18e4-438b-ae73-18118e18d604","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T06:40:02.4492299Z","updatedOn":"2023-05-11T06:40:02.4492299Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/25c5e202-512f-4452-9078-80b551e31ce0","type":"Microsoft.Authorization/roleAssignments","name":"25c5e202-512f-4452-9078-80b551e31ce0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"9bcf962d-18e4-438b-ae73-18118e18d604","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T06:41:09.9763038Z","updatedOn":"2023-05-11T06:41:09.9763038Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/3c347439-01dd-4d90-91f4-a84e9b3d3bcc","type":"Microsoft.Authorization/roleAssignments","name":"3c347439-01dd-4d90-91f4-a84e9b3d3bcc"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"9bcf962d-18e4-438b-ae73-18118e18d604","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T06:42:23.7068099Z","updatedOn":"2023-05-11T06:42:23.7068099Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/d2f9bc5d-40bd-4a68-988d-84d0b6d6f6be","type":"Microsoft.Authorization/roleAssignments","name":"d2f9bc5d-40bd-4a68-988d-84d0b6d6f6be"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"94574628-fa5b-415c-a126-a77a3811a413","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T06:57:09.1378039Z","updatedOn":"2023-05-11T06:57:09.1378039Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/6052e3ce-55e7-45dd-b38f-cc9f813b861b","type":"Microsoft.Authorization/roleAssignments","name":"6052e3ce-55e7-45dd-b38f-cc9f813b861b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"94574628-fa5b-415c-a126-a77a3811a413","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T06:58:15.9753094Z","updatedOn":"2023-05-11T06:58:15.9753094Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/83d670dc-464a-41ef-8ced-39b41ea03feb","type":"Microsoft.Authorization/roleAssignments","name":"83d670dc-464a-41ef-8ced-39b41ea03feb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"94574628-fa5b-415c-a126-a77a3811a413","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T06:59:29.9271379Z","updatedOn":"2023-05-11T06:59:29.9271379Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/7c3b9759-5ce3-4847-a30f-ab49a46d40ee","type":"Microsoft.Authorization/roleAssignments","name":"7c3b9759-5ce3-4847-a30f-ab49a46d40ee"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3eac1ce2-053b-4b0d-8a6c-25d904548a5e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T07:14:45.9241199Z","updatedOn":"2023-05-11T07:14:45.9241199Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/0bc1ec55-32c1-4515-8e7a-eba9f4442096","type":"Microsoft.Authorization/roleAssignments","name":"0bc1ec55-32c1-4515-8e7a-eba9f4442096"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"3eac1ce2-053b-4b0d-8a6c-25d904548a5e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T07:15:53.9965145Z","updatedOn":"2023-05-11T07:15:53.9965145Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/1d70352e-f76b-40a0-af9b-59ea55343c09","type":"Microsoft.Authorization/roleAssignments","name":"1d70352e-f76b-40a0-af9b-59ea55343c09"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"3eac1ce2-053b-4b0d-8a6c-25d904548a5e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T07:17:10.7705316Z","updatedOn":"2023-05-11T07:17:10.7705316Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/2112d254-6c9c-4b57-817d-4e133ac487f0","type":"Microsoft.Authorization/roleAssignments","name":"2112d254-6c9c-4b57-817d-4e133ac487f0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3cc23685-f0a8-4398-acd5-4fc183a12214","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-16T05:46:32.6098098Z","updatedOn":"2023-05-16T05:46:32.6098098Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/f675f88e-829f-4bbd-b464-2dfcb35bff41","type":"Microsoft.Authorization/roleAssignments","name":"f675f88e-829f-4bbd-b464-2dfcb35bff41"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"3cc23685-f0a8-4398-acd5-4fc183a12214","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-05-16T05:47:41.2793046Z","updatedOn":"2023-05-16T05:47:41.2793046Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/13b49567-9855-44ce-9a73-694cc3d7afd2","type":"Microsoft.Authorization/roleAssignments","name":"13b49567-9855-44ce-9a73-694cc3d7afd2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"3cc23685-f0a8-4398-acd5-4fc183a12214","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-16T05:48:54.6897489Z","updatedOn":"2023-05-16T05:48:54.6897489Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/68c5dae6-4ef4-4356-829b-dab7b7583a66","type":"Microsoft.Authorization/roleAssignments","name":"68c5dae6-4ef4-4356-829b-dab7b7583a66"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"58855564-8091-4c8e-ad53-d10b8fff0527","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-17T06:33:02.7277301Z","updatedOn":"2023-05-17T06:33:02.7277301Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1a38fd1e-c445-4178-9b06-e50cfaa7cdaf","type":"Microsoft.Authorization/roleAssignments","name":"1a38fd1e-c445-4178-9b06-e50cfaa7cdaf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c24456e1-8136-48ee-97c9-b1f01906af77","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-17T06:33:02.7640554Z","updatedOn":"2023-05-17T06:33:02.7640554Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/895912bb-0d13-4469-b7fb-b479b1dc3e5b","type":"Microsoft.Authorization/roleAssignments","name":"895912bb-0d13-4469-b7fb-b479b1dc3e5b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"f8520195-1c62-47ff-8c01-e394155b52f1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-18T06:12:44.5863814Z","updatedOn":"2023-05-18T06:12:44.5863814Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/eb75e461-0299-4c74-aa17-e02717312d32","type":"Microsoft.Authorization/roleAssignments","name":"eb75e461-0299-4c74-aa17-e02717312d32"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f58310d9-a9f6-439a-9e8d-f62e7b41a168","principalId":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T04:48:16.7740488Z","updatedOn":"2023-05-25T04:48:16.7740488Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f7ea54ed-f06b-47ea-ac38-8fe1173e9344","type":"Microsoft.Authorization/roleAssignments","name":"f7ea54ed-f06b-47ea-ac38-8fe1173e9344"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"7d61a767-e5a2-4b11-b15a-7fc0d548bffe","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T05:59:53.6384728Z","updatedOn":"2023-05-25T05:59:53.6384728Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/0c5b6d83-1fc0-4afd-965d-56c33647c187","type":"Microsoft.Authorization/roleAssignments","name":"0c5b6d83-1fc0-4afd-965d-56c33647c187"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"7d61a767-e5a2-4b11-b15a-7fc0d548bffe","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T06:01:07.2527177Z","updatedOn":"2023-05-25T06:01:07.2527177Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/ebc24e0d-1d01-4044-9db6-2e2a4f4ed3f9","type":"Microsoft.Authorization/roleAssignments","name":"ebc24e0d-1d01-4044-9db6-2e2a4f4ed3f9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"ae1c784d-21fc-4731-a23f-a158ca783415","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T08:04:09.3306333Z","updatedOn":"2023-05-25T08:04:09.3306333Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/8e2c4588-f433-4367-982d-b4125591bbb6","type":"Microsoft.Authorization/roleAssignments","name":"8e2c4588-f433-4367-982d-b4125591bbb6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"ae1c784d-21fc-4731-a23f-a158ca783415","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T08:05:22.6127003Z","updatedOn":"2023-05-25T08:05:22.6127003Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/0ee7a6a2-b58e-4721-9150-d6b7d5f3f8f8","type":"Microsoft.Authorization/roleAssignments","name":"0ee7a6a2-b58e-4721-9150-d6b7d5f3f8f8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"d6f8d575-3950-44b6-b110-c017ec0e8eb3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T08:42:46.9309895Z","updatedOn":"2023-05-25T08:42:46.9309895Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/8cfffb3b-90ec-470b-8c0f-fa3c59865355","type":"Microsoft.Authorization/roleAssignments","name":"8cfffb3b-90ec-470b-8c0f-fa3c59865355"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"d6f8d575-3950-44b6-b110-c017ec0e8eb3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T08:43:58.7547711Z","updatedOn":"2023-05-25T08:43:58.7547711Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/1f350636-8b9d-4ba4-ad61-65b19a1321d0","type":"Microsoft.Authorization/roleAssignments","name":"1f350636-8b9d-4ba4-ad61-65b19a1321d0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"d6f8d575-3950-44b6-b110-c017ec0e8eb3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T08:45:22.1386182Z","updatedOn":"2023-05-25T08:45:22.1386182Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/10c4d3a6-ff19-432c-8330-47158efcbe10","type":"Microsoft.Authorization/roleAssignments","name":"10c4d3a6-ff19-432c-8330-47158efcbe10"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"746c501c-d9e8-4155-8456-3d061f0a9923","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T09:56:51.4300973Z","updatedOn":"2023-05-25T09:56:51.4300973Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/bc480b5b-e9fe-451b-b28a-c703178906e0","type":"Microsoft.Authorization/roleAssignments","name":"bc480b5b-e9fe-451b-b28a-c703178906e0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"746c501c-d9e8-4155-8456-3d061f0a9923","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T09:58:00.5906596Z","updatedOn":"2023-05-25T09:58:00.5906596Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/9fcddb66-eef4-48ea-821a-07755c6271ff","type":"Microsoft.Authorization/roleAssignments","name":"9fcddb66-eef4-48ea-821a-07755c6271ff"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"746c501c-d9e8-4155-8456-3d061f0a9923","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T10:00:38.7175952Z","updatedOn":"2023-05-25T10:00:38.7175952Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/532287c4-f709-4eaf-bfe0-35a461269534","type":"Microsoft.Authorization/roleAssignments","name":"532287c4-f709-4eaf-bfe0-35a461269534"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"7fdbdf95-91f7-49f7-beff-ac08185eac12","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T11:31:08.4625303Z","updatedOn":"2023-05-25T11:31:08.4625303Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/3280f697-c913-461b-b2a7-e035baecedb8","type":"Microsoft.Authorization/roleAssignments","name":"3280f697-c913-461b-b2a7-e035baecedb8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"7fdbdf95-91f7-49f7-beff-ac08185eac12","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T11:32:21.1655851Z","updatedOn":"2023-05-25T11:32:21.1655851Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/e234e6e0-5f83-4e41-a80a-729856338afe","type":"Microsoft.Authorization/roleAssignments","name":"e234e6e0-5f83-4e41-a80a-729856338afe"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"7fdbdf95-91f7-49f7-beff-ac08185eac12","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T11:33:37.4240898Z","updatedOn":"2023-05-25T11:33:37.4240898Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/6f0dd256-c59f-472e-9779-047975b2c75a","type":"Microsoft.Authorization/roleAssignments","name":"6f0dd256-c59f-472e-9779-047975b2c75a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"ba996348-5830-4aba-b5af-9bb19d136454","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T12:09:35.9936035Z","updatedOn":"2023-05-25T12:09:35.9936035Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/d056793c-aeab-4ff4-b49d-81c148f72958","type":"Microsoft.Authorization/roleAssignments","name":"d056793c-aeab-4ff4-b49d-81c148f72958"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"ba996348-5830-4aba-b5af-9bb19d136454","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T12:10:46.1114281Z","updatedOn":"2023-05-25T12:10:46.1114281Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/50efe990-93c7-42c4-ab38-d67fd457d641","type":"Microsoft.Authorization/roleAssignments","name":"50efe990-93c7-42c4-ab38-d67fd457d641"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"ba996348-5830-4aba-b5af-9bb19d136454","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T12:12:07.2596947Z","updatedOn":"2023-05-25T12:12:07.2596947Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/4c61cb42-cb62-4ab2-8768-4b9f6077667f","type":"Microsoft.Authorization/roleAssignments","name":"4c61cb42-cb62-4ab2-8768-4b9f6077667f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"d2ed7f1f-dad1-4bfc-be5e-b750e6ce027f","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T13:52:03.6064306Z","updatedOn":"2023-05-25T13:52:03.6064306Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/c258e3e9-b254-46ba-87b1-62f084b818ec","type":"Microsoft.Authorization/roleAssignments","name":"c258e3e9-b254-46ba-87b1-62f084b818ec"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"d2ed7f1f-dad1-4bfc-be5e-b750e6ce027f","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T13:53:22.9374479Z","updatedOn":"2023-05-25T13:53:22.9374479Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/6bec673b-fc36-4f4a-9e98-61af5b1aa81b","type":"Microsoft.Authorization/roleAssignments","name":"6bec673b-fc36-4f4a-9e98-61af5b1aa81b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"d2ed7f1f-dad1-4bfc-be5e-b750e6ce027f","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T13:54:45.0960099Z","updatedOn":"2023-05-25T13:54:45.0960099Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/48c265c3-36a6-4808-ad03-f7ef108194c5","type":"Microsoft.Authorization/roleAssignments","name":"48c265c3-36a6-4808-ad03-f7ef108194c5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"1fd211c1-bf71-4620-b87c-a24c4bf0ebb4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T14:23:11.4239777Z","updatedOn":"2023-05-25T14:23:11.4239777Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/4fbc03d3-60e7-48fa-b3cd-6ef199103e93","type":"Microsoft.Authorization/roleAssignments","name":"4fbc03d3-60e7-48fa-b3cd-6ef199103e93"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"1fd211c1-bf71-4620-b87c-a24c4bf0ebb4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T14:24:34.0513531Z","updatedOn":"2023-05-25T14:24:34.0513531Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/22010e3e-de44-4470-a3dd-52cfa1174846","type":"Microsoft.Authorization/roleAssignments","name":"22010e3e-de44-4470-a3dd-52cfa1174846"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"1fd211c1-bf71-4620-b87c-a24c4bf0ebb4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T14:26:08.7108256Z","updatedOn":"2023-05-25T14:26:08.7108256Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/97dde15d-766c-4614-8457-58d3f062ce8c","type":"Microsoft.Authorization/roleAssignments","name":"97dde15d-766c-4614-8457-58d3f062ce8c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"08d4079d-85f3-4c62-8c8d-9c1ccbea1658","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T15:00:17.9606172Z","updatedOn":"2023-05-25T15:00:17.9606172Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/c58d246b-e8f6-4165-80d4-ba4878a846d0","type":"Microsoft.Authorization/roleAssignments","name":"c58d246b-e8f6-4165-80d4-ba4878a846d0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"08d4079d-85f3-4c62-8c8d-9c1ccbea1658","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T15:01:53.1126027Z","updatedOn":"2023-05-25T15:01:53.1126027Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/46a4f3e1-70d2-4a62-bb4c-317be30b8d2e","type":"Microsoft.Authorization/roleAssignments","name":"46a4f3e1-70d2-4a62-bb4c-317be30b8d2e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"08d4079d-85f3-4c62-8c8d-9c1ccbea1658","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T15:03:29.7890723Z","updatedOn":"2023-05-25T15:03:29.7890723Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/5e0bbf4b-e731-4b80-9c47-bcb9570377ec","type":"Microsoft.Authorization/roleAssignments","name":"5e0bbf4b-e731-4b80-9c47-bcb9570377ec"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"d2926643-feb8-4c16-82cc-f643d174ed87","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-26T04:27:08.2742572Z","updatedOn":"2023-05-26T04:27:08.2742572Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/644071bc-8888-4f5a-9f27-d6de2cec3f93","type":"Microsoft.Authorization/roleAssignments","name":"644071bc-8888-4f5a-9f27-d6de2cec3f93"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"d2926643-feb8-4c16-82cc-f643d174ed87","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-05-26T04:28:23.4295227Z","updatedOn":"2023-05-26T04:28:23.4295227Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/ae10c913-3074-4b68-bb85-81430033c046","type":"Microsoft.Authorization/roleAssignments","name":"ae10c913-3074-4b68-bb85-81430033c046"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"d2926643-feb8-4c16-82cc-f643d174ed87","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-26T04:29:52.6908189Z","updatedOn":"2023-05-26T04:29:52.6908189Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/e034da56-2f45-47f4-83b0-ab98e35b6b05","type":"Microsoft.Authorization/roleAssignments","name":"e034da56-2f45-47f4-83b0-ab98e35b6b05"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"7963f182-2320-42eb-ac28-16d2ce34b78a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-26T13:45:42.9389566Z","updatedOn":"2023-05-26T13:45:42.9389566Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9a2964db-2b43-40c0-b408-63ffd2cc51f4","type":"Microsoft.Authorization/roleAssignments","name":"9a2964db-2b43-40c0-b408-63ffd2cc51f4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"7963f182-2320-42eb-ac28-16d2ce34b78a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-05-26T13:46:59.1862473Z","updatedOn":"2023-05-26T13:46:59.1862473Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/334d4398-2597-4572-bf68-42bdaa93a5ac","type":"Microsoft.Authorization/roleAssignments","name":"334d4398-2597-4572-bf68-42bdaa93a5ac"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"7963f182-2320-42eb-ac28-16d2ce34b78a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-26T13:48:24.0981052Z","updatedOn":"2023-05-26T13:48:24.0981052Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/a5f9296c-39bd-4f1e-86e2-d4d5a22fe8d8","type":"Microsoft.Authorization/roleAssignments","name":"a5f9296c-39bd-4f1e-86e2-d4d5a22fe8d8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"79c2da12-5fff-45bc-8f6b-82529aa1794e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-26T14:08:42.2189212Z","updatedOn":"2023-05-26T14:08:42.2189212Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/6fd13a35-cd6b-491f-9df9-e50aa55e57dd","type":"Microsoft.Authorization/roleAssignments","name":"6fd13a35-cd6b-491f-9df9-e50aa55e57dd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"79c2da12-5fff-45bc-8f6b-82529aa1794e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-05-26T14:10:01.8324168Z","updatedOn":"2023-05-26T14:10:01.8324168Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/e2e008d1-7cb4-45f0-afb2-62e08fa25a01","type":"Microsoft.Authorization/roleAssignments","name":"e2e008d1-7cb4-45f0-afb2-62e08fa25a01"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"79c2da12-5fff-45bc-8f6b-82529aa1794e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-26T14:11:30.9110583Z","updatedOn":"2023-05-26T14:11:30.9110583Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/602e20b3-3f1a-4c8d-ade9-74c900f5880d","type":"Microsoft.Authorization/roleAssignments","name":"602e20b3-3f1a-4c8d-ade9-74c900f5880d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"93805802-70d7-41a2-9aa6-1a90822ad656","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-26T14:27:27.5839129Z","updatedOn":"2023-05-26T14:27:27.5839129Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/4ae65c6f-39c2-402d-9809-3b0e7c3a3ee4","type":"Microsoft.Authorization/roleAssignments","name":"4ae65c6f-39c2-402d-9809-3b0e7c3a3ee4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"93805802-70d7-41a2-9aa6-1a90822ad656","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-05-26T14:28:48.5517435Z","updatedOn":"2023-05-26T14:28:48.5517435Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/b731b7b0-3d43-49a7-bdac-add5df042163","type":"Microsoft.Authorization/roleAssignments","name":"b731b7b0-3d43-49a7-bdac-add5df042163"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"93805802-70d7-41a2-9aa6-1a90822ad656","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-26T14:31:29.6664970Z","updatedOn":"2023-05-26T14:31:29.6664970Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/afe8b1e8-fb7c-4de1-b5ad-4a5a4e41904d","type":"Microsoft.Authorization/roleAssignments","name":"afe8b1e8-fb7c-4de1-b5ad-4a5a4e41904d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T13:53:37.6422713Z","updatedOn":"2023-05-29T13:53:37.6422713Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b65f7c25-3f4f-44f7-9c48-fe96b51576e0","type":"Microsoft.Authorization/roleAssignments","name":"b65f7c25-3f4f-44f7-9c48-fe96b51576e0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"1af7beaf-9222-436b-b62c-74a201f850ec","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-04T11:29:27.2254968Z","updatedOn":"2023-06-04T11:29:27.2254968Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/7581d197-9f5f-4562-bd36-3cad3f8b66e1","type":"Microsoft.Authorization/roleAssignments","name":"7581d197-9f5f-4562-bd36-3cad3f8b66e1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"1af7beaf-9222-436b-b62c-74a201f850ec","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-06-04T11:30:41.2259249Z","updatedOn":"2023-06-04T11:30:41.2259249Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/4e13c099-5a7b-4b41-b940-ce74c1cd5017","type":"Microsoft.Authorization/roleAssignments","name":"4e13c099-5a7b-4b41-b940-ce74c1cd5017"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"1af7beaf-9222-436b-b62c-74a201f850ec","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-04T11:32:03.5285268Z","updatedOn":"2023-06-04T11:32:03.5285268Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/f1e1f274-e40e-4767-96a0-c31d1d771837","type":"Microsoft.Authorization/roleAssignments","name":"f1e1f274-e40e-4767-96a0-c31d1d771837"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"95b40c91-ecaa-4fd3-b2c4-1380010d4ad9","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-04T12:20:25.7177761Z","updatedOn":"2023-06-04T12:20:25.7177761Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9ba2db75-74b5-4b28-9ed2-3d467bb35539","type":"Microsoft.Authorization/roleAssignments","name":"9ba2db75-74b5-4b28-9ed2-3d467bb35539"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"95b40c91-ecaa-4fd3-b2c4-1380010d4ad9","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-06-04T12:21:36.1054168Z","updatedOn":"2023-06-04T12:21:36.1054168Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/f94be592-ae0d-4c2f-b13b-de98d54ecd76","type":"Microsoft.Authorization/roleAssignments","name":"f94be592-ae0d-4c2f-b13b-de98d54ecd76"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"95b40c91-ecaa-4fd3-b2c4-1380010d4ad9","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-04T12:22:55.1175918Z","updatedOn":"2023-06-04T12:22:55.1175918Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/77e252b3-8c5f-4002-8aaf-0595d699892e","type":"Microsoft.Authorization/roleAssignments","name":"77e252b3-8c5f-4002-8aaf-0595d699892e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"139c6de0-d02a-4517-a02d-0ee8c1f013b1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-06T10:47:32.9134608Z","updatedOn":"2023-06-06T10:47:32.9134608Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/13efeb0b-f941-47a1-8e98-652e2a0548bd","type":"Microsoft.Authorization/roleAssignments","name":"13efeb0b-f941-47a1-8e98-652e2a0548bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"139c6de0-d02a-4517-a02d-0ee8c1f013b1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-06-06T10:48:47.6960413Z","updatedOn":"2023-06-06T10:48:47.6960413Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/62ea6249-07b7-4e0b-bb8a-171cf0086787","type":"Microsoft.Authorization/roleAssignments","name":"62ea6249-07b7-4e0b-bb8a-171cf0086787"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"139c6de0-d02a-4517-a02d-0ee8c1f013b1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-06T10:50:08.9065162Z","updatedOn":"2023-06-06T10:50:08.9065162Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/24e9c2f2-ff56-4cb3-8162-ebe970bca8ec","type":"Microsoft.Authorization/roleAssignments","name":"24e9c2f2-ff56-4cb3-8162-ebe970bca8ec"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"332fa690-6952-44fc-bea3-bce89b904348","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-06T11:36:56.0683505Z","updatedOn":"2023-06-06T11:36:56.0683505Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/ca9ccf14-8f80-4eac-b180-39fabc1e0743","type":"Microsoft.Authorization/roleAssignments","name":"ca9ccf14-8f80-4eac-b180-39fabc1e0743"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"332fa690-6952-44fc-bea3-bce89b904348","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-06-06T11:38:07.0571701Z","updatedOn":"2023-06-06T11:38:07.0571701Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/d5d6cdd8-d04a-4b69-a111-8bc9fbdc43f9","type":"Microsoft.Authorization/roleAssignments","name":"d5d6cdd8-d04a-4b69-a111-8bc9fbdc43f9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"332fa690-6952-44fc-bea3-bce89b904348","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-06T11:40:42.7393729Z","updatedOn":"2023-06-06T11:40:42.7393729Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/0ea91a6f-9d0f-4112-a255-0bb45e96534e","type":"Microsoft.Authorization/roleAssignments","name":"0ea91a6f-9d0f-4112-a255-0bb45e96534e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"938e8486-2d29-47d0-b739-7ac10084a0c5","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-07T03:44:43.7695644Z","updatedOn":"2023-06-07T03:44:43.7695644Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/d71dcd8f-e453-4387-a00b-74c56dfcffa3","type":"Microsoft.Authorization/roleAssignments","name":"d71dcd8f-e453-4387-a00b-74c56dfcffa3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"938e8486-2d29-47d0-b739-7ac10084a0c5","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-06-07T03:45:57.4625242Z","updatedOn":"2023-06-07T03:45:57.4625242Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/fc1df771-e53b-4d19-bb0e-123f9cecfb41","type":"Microsoft.Authorization/roleAssignments","name":"fc1df771-e53b-4d19-bb0e-123f9cecfb41"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"938e8486-2d29-47d0-b739-7ac10084a0c5","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-07T03:48:40.8288781Z","updatedOn":"2023-06-07T03:48:40.8288781Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/190e30ab-41b3-4a3f-a0d0-8eef8818d3bc","type":"Microsoft.Authorization/roleAssignments","name":"190e30ab-41b3-4a3f-a0d0-8eef8818d3bc"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"c8cacd21-c5f5-4418-b29e-1f4fa25a4066","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-07T04:22:18.2060365Z","updatedOn":"2023-06-07T04:22:18.2060365Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/f0a02d09-130d-4e5e-89a6-8cfa1611722b","type":"Microsoft.Authorization/roleAssignments","name":"f0a02d09-130d-4e5e-89a6-8cfa1611722b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"c8cacd21-c5f5-4418-b29e-1f4fa25a4066","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-06-07T04:23:30.5138783Z","updatedOn":"2023-06-07T04:23:30.5138783Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/eaa8cd6c-77f1-40b9-80df-59928c2953be","type":"Microsoft.Authorization/roleAssignments","name":"eaa8cd6c-77f1-40b9-80df-59928c2953be"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"c8cacd21-c5f5-4418-b29e-1f4fa25a4066","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-07T04:26:05.8066447Z","updatedOn":"2023-06-07T04:26:05.8066447Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/52a4bab1-d12f-4cc3-81f0-8444493c0391","type":"Microsoft.Authorization/roleAssignments","name":"52a4bab1-d12f-4cc3-81f0-8444493c0391"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"975a2af9-848c-4193-883c-51f416e21a3e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-07T05:38:21.0275581Z","updatedOn":"2023-06-07T05:38:21.0275581Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/5912b66c-285d-4d43-922b-d782696ef1a6","type":"Microsoft.Authorization/roleAssignments","name":"5912b66c-285d-4d43-922b-d782696ef1a6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"975a2af9-848c-4193-883c-51f416e21a3e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-06-07T05:39:33.5157477Z","updatedOn":"2023-06-07T05:39:33.5157477Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/d7c92cd9-ce4d-4e95-a2c8-c63596622256","type":"Microsoft.Authorization/roleAssignments","name":"d7c92cd9-ce4d-4e95-a2c8-c63596622256"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"975a2af9-848c-4193-883c-51f416e21a3e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-07T05:42:20.2883838Z","updatedOn":"2023-06-07T05:42:20.2883838Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/25f2cce3-b33a-4524-b946-d17802a17853","type":"Microsoft.Authorization/roleAssignments","name":"25f2cce3-b33a-4524-b946-d17802a17853"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c8930b26-8d6f-4b4a-87de-2f8eb04e7cbd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-06-08T09:36:28.7566900Z","updatedOn":"2023-06-08T09:36:28.7566900Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5d1f4c81-f2b6-43c9-8e45-8878bf1d3398","type":"Microsoft.Authorization/roleAssignments","name":"5d1f4c81-f2b6-43c9-8e45-8878bf1d3398"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"01a79fce-216b-4675-b5f9-7be8e3741ad1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-08T11:58:43.5744879Z","updatedOn":"2023-06-08T11:58:43.5744879Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9166cf37-d347-486d-909c-db984d5ecd2e","type":"Microsoft.Authorization/roleAssignments","name":"9166cf37-d347-486d-909c-db984d5ecd2e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"01a79fce-216b-4675-b5f9-7be8e3741ad1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-06-08T11:59:56.5775331Z","updatedOn":"2023-06-08T11:59:56.5775331Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/f30f5780-a669-41a2-8aa5-6840c28291f2","type":"Microsoft.Authorization/roleAssignments","name":"f30f5780-a669-41a2-8aa5-6840c28291f2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"01a79fce-216b-4675-b5f9-7be8e3741ad1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-08T12:01:17.7543409Z","updatedOn":"2023-06-08T12:01:17.7543409Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/8f3294d9-be17-4ad5-ad2c-65fe1cb310ee","type":"Microsoft.Authorization/roleAssignments","name":"8f3294d9-be17-4ad5-ad2c-65fe1cb310ee"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"68381bcd-b6f6-441a-adda-1592dc9343e8","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T04:41:48.9375453Z","updatedOn":"2023-06-09T04:41:48.9375453Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/8ab4f1fd-7a59-4ecb-9e8d-f6baeeda1c67","type":"Microsoft.Authorization/roleAssignments","name":"8ab4f1fd-7a59-4ecb-9e8d-f6baeeda1c67"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"68381bcd-b6f6-441a-adda-1592dc9343e8","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T04:42:59.7278592Z","updatedOn":"2023-06-09T04:42:59.7278592Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/dec3f79d-0e69-43c9-972d-b2065fbd3b3e","type":"Microsoft.Authorization/roleAssignments","name":"dec3f79d-0e69-43c9-972d-b2065fbd3b3e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"68381bcd-b6f6-441a-adda-1592dc9343e8","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T04:44:17.8000346Z","updatedOn":"2023-06-09T04:44:17.8000346Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/b927182a-09cf-4b7b-b4e7-2a9cb20c94e4","type":"Microsoft.Authorization/roleAssignments","name":"b927182a-09cf-4b7b-b4e7-2a9cb20c94e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"ff1bcf97-26da-4cd0-a6c2-4ee7ea7893c0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T06:31:47.9164431Z","updatedOn":"2023-06-09T06:31:47.9164431Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/d67f276d-84d3-4f7e-8b97-a7c204d321ce","type":"Microsoft.Authorization/roleAssignments","name":"d67f276d-84d3-4f7e-8b97-a7c204d321ce"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"ff1bcf97-26da-4cd0-a6c2-4ee7ea7893c0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T06:33:03.6852395Z","updatedOn":"2023-06-09T06:33:03.6852395Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/0ae8dd04-e87b-4fce-8657-6599b325db50","type":"Microsoft.Authorization/roleAssignments","name":"0ae8dd04-e87b-4fce-8657-6599b325db50"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"ff1bcf97-26da-4cd0-a6c2-4ee7ea7893c0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T06:35:46.2964621Z","updatedOn":"2023-06-09T06:35:46.2964621Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/27963214-0a6c-4fd5-955b-07b3ec1c1c66","type":"Microsoft.Authorization/roleAssignments","name":"27963214-0a6c-4fd5-955b-07b3ec1c1c66"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"42377822-9982-4373-a40b-eddf8b9434a5","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T09:46:37.9870406Z","updatedOn":"2023-06-09T09:46:37.9870406Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/d5fc8ef4-9da9-4613-8836-2905be193986","type":"Microsoft.Authorization/roleAssignments","name":"d5fc8ef4-9da9-4613-8836-2905be193986"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a51d0ef9-9895-4b63-b3f8-354bb7d1a6bb","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-05-21T08:47:39.8177538Z","updatedOn":"2021-05-21T08:47:39.8177538Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/17db6abb-bc45-4967-b313-e470ec9cbbd7","type":"Microsoft.Authorization/roleAssignments","name":"17db6abb-bc45-4967-b313-e470ec9cbbd7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"7c567124-5292-4819-aa73-0224bf1c42e1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-05-23T13:38:54.7542852Z","updatedOn":"2021-05-23T13:38:54.7542852Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/0809d692-f58f-43f2-b597-7f115957407e","type":"Microsoft.Authorization/roleAssignments","name":"0809d692-f58f-43f2-b597-7f115957407e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"955c9d1b-0cb6-4ff6-91c9-f4aadf67ffe8","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-05-24T16:45:08.3835615Z","updatedOn":"2021-05-24T16:45:08.3835615Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/1b1ac6ab-19e7-4c4f-91d2-5be73096da2c","type":"Microsoft.Authorization/roleAssignments","name":"1b1ac6ab-19e7-4c4f-91d2-5be73096da2c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"7221c906-782c-44a0-ab2f-f23d8a95ce25","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-05-24T16:56:16.2751421Z","updatedOn":"2021-05-24T16:56:16.2751421Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/ca8f2433-76dc-49fa-828d-9cd2861ec25c","type":"Microsoft.Authorization/roleAssignments","name":"ca8f2433-76dc-49fa-828d-9cd2861ec25c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"e1a3bbaa-4ffb-41a6-a154-b4870d9e86b4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T06:40:53.5542743Z","updatedOn":"2021-06-04T06:40:53.5542743Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9d9ac2a8-dbac-41bb-9f17-c473f02c6370","type":"Microsoft.Authorization/roleAssignments","name":"9d9ac2a8-dbac-41bb-9f17-c473f02c6370"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"e1a3bbaa-4ffb-41a6-a154-b4870d9e86b4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T06:40:57.1326805Z","updatedOn":"2021-06-04T06:40:57.1326805Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/14b1338c-95f6-44f9-ad22-395f8ebbb1fe","type":"Microsoft.Authorization/roleAssignments","name":"14b1338c-95f6-44f9-ad22-395f8ebbb1fe"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"1da90707-df56-4d40-a805-2e646c9d95ab","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T07:02:18.2829699Z","updatedOn":"2021-06-04T07:02:18.2829699Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/bf5f4821-9baa-4dc6-9bd5-8c62f31c1a93","type":"Microsoft.Authorization/roleAssignments","name":"bf5f4821-9baa-4dc6-9bd5-8c62f31c1a93"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"1da90707-df56-4d40-a805-2e646c9d95ab","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T07:02:22.4343547Z","updatedOn":"2021-06-04T07:02:22.4343547Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/26bab283-0772-4c03-8dc1-a50c8ffa597d","type":"Microsoft.Authorization/roleAssignments","name":"26bab283-0772-4c03-8dc1-a50c8ffa597d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"ab6b1184-ff37-4d3e-b460-fbe654f7ad5c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T07:19:08.8293677Z","updatedOn":"2021-06-04T07:19:08.8293677Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/d972f611-a4bd-4b80-9e78-980984602450","type":"Microsoft.Authorization/roleAssignments","name":"d972f611-a4bd-4b80-9e78-980984602450"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"ab6b1184-ff37-4d3e-b460-fbe654f7ad5c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T07:19:12.8400651Z","updatedOn":"2021-06-04T07:19:12.8400651Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/b9393755-f5ca-41ef-a631-fb62184c57a8","type":"Microsoft.Authorization/roleAssignments","name":"b9393755-f5ca-41ef-a631-fb62184c57a8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3ffa4e46-39a3-4002-9292-e2adf0d1a8c6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T09:14:15.2633798Z","updatedOn":"2021-06-04T09:14:15.2633798Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/094981c0-d59c-4f5b-9581-72c08da65454","type":"Microsoft.Authorization/roleAssignments","name":"094981c0-d59c-4f5b-9581-72c08da65454"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"3ffa4e46-39a3-4002-9292-e2adf0d1a8c6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T09:14:19.9554484Z","updatedOn":"2021-06-04T09:14:19.9554484Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/0cac59e0-0464-4bf6-9bef-f1fadc2b08f4","type":"Microsoft.Authorization/roleAssignments","name":"0cac59e0-0464-4bf6-9bef-f1fadc2b08f4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"93e2b483-3ffa-44f8-9965-fdb104b541a2","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-06-29T05:43:19.7216795Z","updatedOn":"2021-06-29T05:43:19.7216795Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c6aff8c2-08b1-5b1a-9c80-d91164226985","type":"Microsoft.Authorization/roleAssignments","name":"c6aff8c2-08b1-5b1a-9c80-d91164226985"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"4f285ac8-5610-4d2f-854c-bfa3d16a2679","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-11T06:55:02.4909144Z","updatedOn":"2021-07-11T06:55:02.4909144Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0cec2ad2-d080-4126-a99f-f61c559b799c","type":"Microsoft.Authorization/roleAssignments","name":"0cec2ad2-d080-4126-a99f-f61c559b799c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"630db480-3ee6-47ec-ae72-5f917d466bad","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:16:28.8833400Z","updatedOn":"2021-07-13T10:16:28.8833400Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/37fe4b2d-0aca-4c27-8511-1e0d18063ec8","type":"Microsoft.Authorization/roleAssignments","name":"37fe4b2d-0aca-4c27-8511-1e0d18063ec8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"279982e7-46cf-4e40-9a3b-156c98285cb7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.5647062Z","updatedOn":"2021-07-13T10:18:48.5647062Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/7907f38d-57a7-431d-82d7-5dfa2ef0a628","type":"Microsoft.Authorization/roleAssignments","name":"7907f38d-57a7-431d-82d7-5dfa2ef0a628"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"790004d0-0112-41ad-92e8-95c464c34476","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.6068337Z","updatedOn":"2021-07-13T10:18:48.6068337Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c9bda26-83c4-4d4c-b00b-c4b58301e539","type":"Microsoft.Authorization/roleAssignments","name":"8c9bda26-83c4-4d4c-b00b-c4b58301e539"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-21T06:38:43.9281998Z","updatedOn":"2021-07-21T06:38:43.9281998Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b553fa81-60dd-45d6-9781-8c2313d68b03","type":"Microsoft.Authorization/roleAssignments","name":"b553fa81-60dd-45d6-9781-8c2313d68b03"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:20.4258578Z","updatedOn":"2021-07-27T04:31:20.4258578Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258","type":"Microsoft.Authorization/roleAssignments","name":"4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:32.4566300Z","updatedOn":"2021-07-27T04:31:32.4566300Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8176bf09-8e96-448a-ab12-eeed360ecce2","type":"Microsoft.Authorization/roleAssignments","name":"8176bf09-8e96-448a-ab12-eeed360ecce2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:48.4577322Z","updatedOn":"2021-07-27T04:31:48.4577322Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45949217-58cc-4c18-93f3-f4c90710ae2d","type":"Microsoft.Authorization/roleAssignments","name":"45949217-58cc-4c18-93f3-f4c90710ae2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:20.8138038Z","updatedOn":"2021-07-27T10:13:20.8138038Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2382b52f-1ec5-430e-ae2a-74f9ed331ced","type":"Microsoft.Authorization/roleAssignments","name":"2382b52f-1ec5-430e-ae2a-74f9ed331ced"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:23.6551958Z","updatedOn":"2021-07-27T10:13:23.6551958Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e5863947-0b21-41b7-9997-c0dfc73eec29","type":"Microsoft.Authorization/roleAssignments","name":"e5863947-0b21-41b7-9997-c0dfc73eec29"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:29.6985440Z","updatedOn":"2021-07-27T10:13:29.6985440Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/28c1cefa-942f-44c5-a4d4-c33bb92abd45","type":"Microsoft.Authorization/roleAssignments","name":"28c1cefa-942f-44c5-a4d4-c33bb92abd45"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8039a424-299a-4014-8b22-4f6d6cc60065","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-11T07:08:31.9935560Z","updatedOn":"2021-08-11T07:08:31.9935560Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/69e0bcfc-b024-4d8b-a3d5-dac447f8986c","type":"Microsoft.Authorization/roleAssignments","name":"69e0bcfc-b024-4d8b-a3d5-dac447f8986c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"8f0340b8-4b70-412b-be19-c4612d49e353","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T11:58:29.6857641Z","updatedOn":"2021-08-20T11:58:29.6857641Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd88236f-eacb-5303-912f-ba1741cf02bd","type":"Microsoft.Authorization/roleAssignments","name":"fd88236f-eacb-5303-912f-ba1741cf02bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0d8f6e68-d6c5-4a67-b6c4-3107609bbdbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T12:31:58.7980661Z","updatedOn":"2021-08-20T12:31:58.7980661Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/146f4a11-8712-583d-89eb-a7b8b82dbaa9","type":"Microsoft.Authorization/roleAssignments","name":"146f4a11-8712-583d-89eb-a7b8b82dbaa9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e2072d83-2379-4f36-ab51-b5df7460c61e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-21T14:40:08.5987892Z","updatedOn":"2021-08-21T14:40:10.5055205Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/842af679-0b58-5eb5-b94c-ff59e4105d7e","type":"Microsoft.Authorization/roleAssignments","name":"842af679-0b58-5eb5-b94c-ff59e4105d7e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"0242778c-29df-4863-ac18-2fb8fd004135","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-08-30T06:31:52.6766200Z","updatedOn":"2021-08-30T06:31:52.6766200Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/f67c65e2-e609-4ffe-b504-294b00cbd2fd","type":"Microsoft.Authorization/roleAssignments","name":"f67c65e2-e609-4ffe-b504-294b00cbd2fd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"0242778c-29df-4863-ac18-2fb8fd004135","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-08-30T06:31:57.1552781Z","updatedOn":"2021-08-30T06:31:57.1552781Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/aaeab926-d6e2-4bb6-9e9e-0607e75cc75f","type":"Microsoft.Authorization/roleAssignments","name":"aaeab926-d6e2-4bb6-9e9e-0607e75cc75f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"2ab5fb95-b72e-4d12-948b-4223754d8ffa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-09-08T08:24:19.3547440Z","updatedOn":"2021-09-08T08:24:19.3547440Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/43ee13b8-5abd-51e0-88e3-ae84049da70e","type":"Microsoft.Authorization/roleAssignments","name":"43ee13b8-5abd-51e0-88e3-ae84049da70e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-17T09:41:38.5634940Z","updatedOn":"2021-09-17T09:41:38.5634940Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":"for + temp testing purpose"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98fe0117-1e9c-4e37-b8a7-c4a1031d6916","type":"Microsoft.Authorization/roleAssignments","name":"98fe0117-1e9c-4e37-b8a7-c4a1031d6916"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-25T15:23:32.6168771Z","updatedOn":"2021-09-25T15:23:32.6168771Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d852f084-bc9f-4258-9e2c-fcf48b9eaf85","type":"Microsoft.Authorization/roleAssignments","name":"d852f084-bc9f-4258-9e2c-fcf48b9eaf85"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"2778738c-452b-45ca-b8d6-f085836a1458","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-30T07:51:25.2399474Z","updatedOn":"2021-09-30T07:51:25.2399474Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b04a3bdf-b6a6-5ffb-9394-ee5743741597","type":"Microsoft.Authorization/roleAssignments","name":"b04a3bdf-b6a6-5ffb-9394-ee5743741597"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"0ac1f52a-325b-486a-a095-f46ffdd6a9e4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-10-26T01:59:18.6998395Z","updatedOn":"2021-10-26T01:59:18.6998395Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/53a3b238-b4b0-4d3f-b416-8d6dc8d755f6","type":"Microsoft.Authorization/roleAssignments","name":"53a3b238-b4b0-4d3f-b416-8d6dc8d755f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"c3c0d020-16f0-44d8-9950-0250120a33ff","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-02T06:11:03.5575284Z","updatedOn":"2021-11-02T06:11:03.5575284Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1d017732-f67e-5aa1-a4a6-47570078d9f3","type":"Microsoft.Authorization/roleAssignments","name":"1d017732-f67e-5aa1-a4a6-47570078d9f3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-10T08:59:19.7285159Z","updatedOn":"2021-11-10T08:59:19.7285159Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a60357fa-dc0a-4479-a2a9-4329c2d0ae89","type":"Microsoft.Authorization/roleAssignments","name":"a60357fa-dc0a-4479-a2a9-4329c2d0ae89"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8dd77695-d6a5-450d-a43c-67ca01be9fbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-12T10:55:38.3698246Z","updatedOn":"2021-11-12T10:55:38.3698246Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dda5bb75-b74a-4430-975f-5bc9611c4b2d","type":"Microsoft.Authorization/roleAssignments","name":"dda5bb75-b74a-4430-975f-5bc9611c4b2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36243c78-bf99-498c-9df9-86d9f8d28608","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0181010Z","updatedOn":"2021-02-18T06:28:12.0181010Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/804f6223-03eb-4091-b460-82160fc5f818","type":"Microsoft.Authorization/roleAssignments","name":"804f6223-03eb-4091-b460-82160fc5f818"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0168587Z","updatedOn":"2021-02-18T06:28:12.0168587Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8d80e2d6-315c-495c-ab2c-91ddf75edf41","type":"Microsoft.Authorization/roleAssignments","name":"8d80e2d6-315c-495c-ab2c-91ddf75edf41"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"cf46d636-b6c1-406c-aba7-b2c3d9ed07da","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:53:53.1151640Z","updatedOn":"2021-02-26T13:53:53.1151640Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/735e98ed-f4b8-4b7d-9cc9-af4f8ae77252","type":"Microsoft.Authorization/roleAssignments","name":"735e98ed-f4b8-4b7d-9cc9-af4f8ae77252"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8505e3f4-1ee7-427c-a175-a06595231d46","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:54:27.5624477Z","updatedOn":"2021-02-26T13:54:27.5624477Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98c87a9f-b9e7-414b-8b59-bf3ec62dbc74","type":"Microsoft.Authorization/roleAssignments","name":"98c87a9f-b9e7-414b-8b59-bf3ec62dbc74"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-25T12:25:27.2277610Z","updatedOn":"2020-07-25T12:25:27.2277610Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d","type":"Microsoft.Authorization/roleAssignments","name":"fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21ae6127-c385-4ae0-b895-a8559e9aa574","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:35:35.2993523Z","updatedOn":"2020-07-31T08:35:35.2993523Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6af9fbf3-7085-4bcb-b399-88b89fac16d3","type":"Microsoft.Authorization/roleAssignments","name":"6af9fbf3-7085-4bcb-b399-88b89fac16d3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:44:16.2909420Z","updatedOn":"2020-07-31T08:44:16.2909420Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/65080390-e9b5-4566-b362-d1e96c23dae2","type":"Microsoft.Authorization/roleAssignments","name":"65080390-e9b5-4566-b362-d1e96c23dae2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:12:01.6760584Z","updatedOn":"2020-11-03T06:12:01.6760584Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a7a12420-2dce-4a47-822e-68cadf239da3","type":"Microsoft.Authorization/roleAssignments","name":"a7a12420-2dce-4a47-822e-68cadf239da3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3282af51-433d-47e8-b2b5-633fbe0fecc0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:25:32.6790913Z","updatedOn":"2020-11-03T06:25:32.6790913Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/36da831d-10ce-4f42-ba28-362960f6ea36","type":"Microsoft.Authorization/roleAssignments","name":"36da831d-10ce-4f42-ba28-362960f6ea36"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"ce2366a6-64d7-441b-939c-c9d23f91cccd","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T20:43:06.5941189Z","updatedOn":"2020-03-12T20:43:06.5941189Z","createdBy":"606f48c8-d219-4875-991d-ae6befaf0756","updatedBy":"606f48c8-d219-4875-991d-ae6befaf0756","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/ad9e2cd7-0ff7-4931-9b17-656c8f17934b","type":"Microsoft.Authorization/roleAssignments","name":"ad9e2cd7-0ff7-4931-9b17-656c8f17934b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2023-02-21T22:32:46.2324804Z","updatedOn":"2023-02-21T22:32:46.2324804Z","createdBy":"7f1579a6-c648-43a1-ac1e-0c3020dd9b8e","updatedBy":"7f1579a6-c648-43a1-ac1e-0c3020dd9b8e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/df7c1e07-5c2d-4b22-b7b9-fd11a8569db3","type":"Microsoft.Authorization/roleAssignments","name":"df7c1e07-5c2d-4b22-b7b9-fd11a8569db3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772","principalId":"2dd1ea73-4024-489e-83a4-45cb3e962f69","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2023-05-04T20:23:16.3808369Z","updatedOn":"2023-05-04T20:23:16.3808369Z","createdBy":"fa00c2de-57d5-4527-9254-4d513f482d0a","updatedBy":"fa00c2de-57d5-4527-9254-4d513f482d0a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/59109645-7b2b-4278-831a-2e4627ec603d","type":"Microsoft.Authorization/roleAssignments","name":"59109645-7b2b-4278-831a-2e4627ec603d"}]}' headers: cache-control: - no-cache content-length: - - '0' + - '242920' content-type: - - text/plain; charset=utf-8 + - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:33:18 GMT + - Fri, 09 Jun 2023 09:47:42 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + set-cookie: + - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive + Cookie: + - x-ms-gateway-slice=Production ParameterSetName: - - -g -n -l + - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance + --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Storage%20Account%20Backup%20Contributor%27&api-version=2022-04-01 response: body: - string: '' + string: '{"value":[{"properties":{"roleName":"Storage Account Backup Contributor","type":"BuiltInRole","description":"Lets + you perform backup and restore operations using Azure Backup on the storage + account.","assignableScopes":["/"],"permissions":[{"actions":["Microsoft.Authorization/*/read","Microsoft.Authorization/locks/read","Microsoft.Authorization/locks/write","Microsoft.Authorization/locks/delete","Microsoft.Features/features/read","Microsoft.Features/providers/features/read","Microsoft.Resources/subscriptions/resourceGroups/read","Microsoft.Storage/operations/read","Microsoft.Storage/storageAccounts/objectReplicationPolicies/delete","Microsoft.Storage/storageAccounts/objectReplicationPolicies/read","Microsoft.Storage/storageAccounts/objectReplicationPolicies/write","Microsoft.Storage/storageAccounts/objectReplicationPolicies/restorePointMarkers/write","Microsoft.Storage/storageAccounts/blobServices/containers/read","Microsoft.Storage/storageAccounts/blobServices/containers/write","Microsoft.Storage/storageAccounts/blobServices/read","Microsoft.Storage/storageAccounts/blobServices/write","Microsoft.Storage/storageAccounts/read","Microsoft.Storage/storageAccounts/restoreBlobRanges/action"],"notActions":[],"dataActions":[],"notDataActions":[]}],"createdOn":"2020-11-02T23:32:50.4203469Z","updatedOn":"2022-04-20T01:44:55.2577307Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","type":"Microsoft.Authorization/roleDefinitions","name":"e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1"}]}' headers: cache-control: - no-cache content-length: - - '0' + - '1625' content-type: - - text/plain; charset=utf-8 + - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:33:22 GMT + - Fri, 09 Jun 2023 09:47:43 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,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 status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -2350,358 +2717,405 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive ParameterSetName: - - -g -n -l + - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance + --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2742377822-9982-4373-a40b-eddf8b9434a5%27%29 response: body: - string: '' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' headers: cache-control: - no-cache content-length: - - '0' + - '92' content-type: - - text/plain; charset=utf-8 + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Mon, 13 Feb 2023 07:33:25 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - Fri, 09 Jun 2023 09:47:43 GMT + odata-version: + - '4.0' + request-id: + - cf89793c-78d3-4e73-952c-944904e436bc strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"000","RoleInstance":"MA1PEPF000030FF"}}' + x-ms-resource-unit: + - '1' status: - code: 202 - message: Accepted + code: 200 + message: OK - request: - body: null + body: '{"ids": ["42377822-9982-4373-a40b-eddf8b9434a5"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' headers: Accept: - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive - ParameterSetName: - - -g -n -l + Content-Length: + - '132' + Content-Type: + - application/json + ParameterSetName: + - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance + --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds response: body: - string: '' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"42377822-9982-4373-a40b-eddf8b9434a5","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg/providers/Microsoft.DataProtection/BackupVaults/cli-test-new-vault1"],"appDisplayName":null,"appDescription":null,"appId":"2cdba04d-d62e-492f-85c7-e61a57a9813a","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-06-09T09:44:24Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"cli-test-new-vault1","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["2cdba04d-d62e-492f-85c7-e61a57a9813a","https://identity.azure.net/2czira6fp81UmSQY0i+P6p1ObGIy33lZb5C/K/6SyDY="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"B002E0D3B04E878C226364DDFBCDB1A204FEC273","displayName":"CN=2cdba04d-d62e-492f-85c7-e61a57a9813a","endDateTime":"2023-09-07T09:39:00Z","key":null,"keyId":"71548247-f614-4780-afd0-ba4b894bf55b","startDateTime":"2023-06-09T09:39:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' headers: cache-control: - no-cache content-length: - - '0' + - '1732' content-type: - - text/plain; charset=utf-8 + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Mon, 13 Feb 2023 07:33:29 GMT - expires: - - '-1' + - Fri, 09 Jun 2023 09:47:43 GMT location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - c112355c-730e-4354-86f5-cc5841cee855 strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"000","RoleInstance":"MA1PEPF000030FE"}}' + x-ms-resource-unit: + - '3' status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive ParameterSetName: - - -g -n -l + - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance + --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Storage%20Account%20Backup%20Contributor%27&api-version=2022-04-01 response: body: - string: '' + string: '{"value":[{"properties":{"roleName":"Storage Account Backup Contributor","type":"BuiltInRole","description":"Lets + you perform backup and restore operations using Azure Backup on the storage + account.","assignableScopes":["/"],"permissions":[{"actions":["Microsoft.Authorization/*/read","Microsoft.Authorization/locks/read","Microsoft.Authorization/locks/write","Microsoft.Authorization/locks/delete","Microsoft.Features/features/read","Microsoft.Features/providers/features/read","Microsoft.Resources/subscriptions/resourceGroups/read","Microsoft.Storage/operations/read","Microsoft.Storage/storageAccounts/objectReplicationPolicies/delete","Microsoft.Storage/storageAccounts/objectReplicationPolicies/read","Microsoft.Storage/storageAccounts/objectReplicationPolicies/write","Microsoft.Storage/storageAccounts/objectReplicationPolicies/restorePointMarkers/write","Microsoft.Storage/storageAccounts/blobServices/containers/read","Microsoft.Storage/storageAccounts/blobServices/containers/write","Microsoft.Storage/storageAccounts/blobServices/read","Microsoft.Storage/storageAccounts/blobServices/write","Microsoft.Storage/storageAccounts/read","Microsoft.Storage/storageAccounts/restoreBlobRanges/action"],"notActions":[],"dataActions":[],"notDataActions":[]}],"createdOn":"2020-11-02T23:32:50.4203469Z","updatedOn":"2022-04-20T01:44:55.2577307Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","type":"Microsoft.Authorization/roleDefinitions","name":"e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1"}]}' headers: cache-control: - no-cache content-length: - - '0' + - '1625' content-type: - - text/plain; charset=utf-8 + - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:33:31 GMT + - Fri, 09 Jun 2023 09:47:45 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + set-cookie: + - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: - code: 202 - message: Accepted + code: 200 + message: OK - request: - body: null + body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1", + "principalId": "42377822-9982-4373-a40b-eddf8b9434a5", "principalType": "ServicePrincipal"}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive + Content-Length: + - '270' + Content-Type: + - application/json + Cookie: + - x-ms-gateway-slice=Production ParameterSetName: - - -g -n -l + - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance + --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/3b25fe8a-46c3-4bd8-b889-bf9738e75ed2?api-version=2022-04-01 response: body: - string: '' + string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"42377822-9982-4373-a40b-eddf8b9434a5","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T09:47:46.0876087Z","updatedOn":"2023-06-09T09:47:46.4662229Z","createdBy":null,"updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/3b25fe8a-46c3-4bd8-b889-bf9738e75ed2","type":"Microsoft.Authorization/roleAssignments","name":"3b25fe8a-46c3-4bd8-b889-bf9738e75ed2"}' headers: cache-control: - no-cache content-length: - - '0' + - '1001' content-type: - - text/plain; charset=utf-8 + - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:33:35 GMT + - Fri, 09 Jun 2023 09:47:46 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1196' status: - code: 202 - message: Accepted + code: 201 + message: Created - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive ParameterSetName: - - -g -n -l + - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance + --keyvault-id --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault?api-version=2023-01-01 response: body: - string: '' + string: '{"location":"centraluseuap","tags":{"Owner":"akneema","Purpose":"Testing","MABUsed":"Yes","DeleteBy":"12-9999"},"identity":{"type":"SystemAssigned","principalId":"b864e281-c12e-45c6-a0c7-6046a7de5481","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"properties":{"provisioningState":"Succeeded","storageSettings":[{"datastoreType":"VaultStore","type":"LocallyRedundant"}],"isVaultProtectedByResourceGuard":false},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.DataProtection/BackupVaults/oss-clitest-vault","name":"oss-clitest-vault","type":"Microsoft.DataProtection/backupVaults"}' headers: cache-control: - no-cache content-length: - - '0' + - '645' content-type: - - text/plain; charset=utf-8 + - application/json date: - - Mon, 13 Feb 2023 07:33:38 GMT + - Fri, 09 Jun 2023 09:48:47 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive ParameterSetName: - - -g -n -l + - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance + --keyvault-id --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-keyvault/10.2.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.KeyVault/vaults/oss-clitest-keyvault?api-version=2023-02-01 response: body: - string: '' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.KeyVault/vaults/oss-clitest-keyvault","name":"oss-clitest-keyvault","type":"Microsoft.KeyVault/vaults","location":"centraluseuap","tags":{"Owner":"akneema","Purpose":"Testing","MABUsed":"Yes","DeleteBy":"12-9999"},"systemData":{"lastModifiedBy":"zubairabid@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-25T08:21:41.01Z"},"properties":{"sku":{"family":"A","name":"Standard"},"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","networkAcls":{"bypass":"AzureServices","defaultAction":"Allow","ipRules":[{"value":"20.69.149.128/32"}],"virtualNetworkRules":[]},"accessPolicies":[{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"5095196a-def9-4146-8d92-e38f24b6e378","permissions":{"keys":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","Decrypt","Encrypt","UnwrapKey","WrapKey","Verify","Sign","Purge","Release","Rotate","GetRotationPolicy","SetRotationPolicy"],"secrets":["Get","List","Set","Delete","Recover","Backup","Restore","Purge"],"certificates":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","ManageContacts","ManageIssuers","GetIssuers","ListIssuers","SetIssuers","DeleteIssuers","Purge"]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","permissions":{"keys":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","Decrypt","Encrypt","UnwrapKey","WrapKey","Verify","Sign","Purge","Release","Rotate","GetRotationPolicy","SetRotationPolicy"],"secrets":["Get","List","Set","Delete","Recover","Backup","Restore","Purge"],"certificates":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","ManageContacts","ManageIssuers","GetIssuers","ListIssuers","SetIssuers","DeleteIssuers","Purge"]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"f40e18f0-6544-45c2-9d24-639a8bb3b41a","permissions":{"keys":["Get","List","Backup"],"secrets":["Get","List","Backup"],"certificates":[]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"b864e281-c12e-45c6-a0c7-6046a7de5481","permissions":{"secrets":["List","Get"],"keys":[],"certificates":[]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"12f8ea5c-1212-449e-b31c-0a574f43076e","permissions":{"certificates":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","ManageContacts","ManageIssuers","GetIssuers","ListIssuers","SetIssuers","DeleteIssuers","Purge"],"keys":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","GetRotationPolicy","SetRotationPolicy","Rotate","Encrypt","Decrypt","UnwrapKey","WrapKey","Verify","Sign","Release","Purge"],"secrets":["Get","List","Set","Delete","Recover","Backup","Restore","Purge"]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","permissions":{"certificates":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","ManageContacts","ManageIssuers","GetIssuers","ListIssuers","SetIssuers","DeleteIssuers","Purge"],"keys":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","GetRotationPolicy","SetRotationPolicy","Rotate","Encrypt","Decrypt","UnwrapKey","WrapKey","Verify","Sign","Purge","Release"],"secrets":["Get","List","Set","Delete","Recover","Backup","Restore","Purge"]}}],"enabledForDeployment":false,"enabledForDiskEncryption":false,"enabledForTemplateDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enableRbacAuthorization":false,"vaultUri":"https://oss-clitest-keyvault.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' headers: cache-control: - no-cache content-length: - - '0' + - '3784' content-type: - - text/plain; charset=utf-8 + - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:33:42 GMT + - Fri, 09 Jun 2023 09:48:48 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 x-content-type-options: - nosniff + x-ms-keyvault-service-version: + - 1.5.785.0 status: - code: 202 - message: Accepted + code: 200 + message: OK - request: - body: null + body: '' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate - CommandName: - - storage account create Connection: - keep-alive - ParameterSetName: - - -g -n -l + Content-Length: + - 0 + Content-Type: + - application/json; charset=utf-8 User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 + azure-keyvault/7.0 Azure-SDK-For-Python + accept-language: + - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://oss-clitest-keyvault.vault.azure.net/secrets?api-version=7.0 response: body: - string: '' + string: '{"error":{"code":"Unauthorized","message":"AKV10000: Request is missing + a Bearer or PoP token."}}' headers: cache-control: - no-cache content-length: - - '0' + - '97' content-type: - - text/plain; charset=utf-8 + - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:33:45 GMT + - Fri, 09 Jun 2023 09:48:49 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 strict-transport-security: - - max-age=31536000; includeSubDomains + - max-age=31536000;includeSubDomains + www-authenticate: + - Bearer authorization="https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47", + resource="https://vault.azure.net" x-content-type-options: - nosniff + x-ms-keyvault-network-info: + - conn_type=Ipv4;addr=167.220.238.16;act_addr_fam=InterNetwork; + x-ms-keyvault-region: + - centraluseuap + x-ms-keyvault-service-version: + - 1.9.830.1 status: - code: 202 - message: Accepted + code: 401 + message: Unauthorized - request: - body: null + body: '' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate - CommandName: - - storage account create Connection: - keep-alive - ParameterSetName: - - -g -n -l + Content-Length: + - 0 + Content-Type: + - application/json; charset=utf-8 User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 + azure-keyvault/7.0 Azure-SDK-For-Python + accept-language: + - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://oss-clitest-keyvault.vault.azure.net/secrets?api-version=7.0 response: body: - string: '' + string: '{"value":[{"contentType":"Wrapped BEK","id":"https://oss-clitest-keyvault.vault.azure.net/secrets/ADEA19F9-2D87-46AC-91CD-492758A0C8A7","attributes":{"enabled":true,"created":1645419092,"updated":1645419092,"recoveryLevel":"Recoverable+Purgeable"},"tags":{"DiskEncryptionKeyFileName":"ADEA19F9-2D87-46AC-91CD-492758A0C8A7.BEK","VolumeLetter":"C:\\","VolumeLabel":"Windows","MachineName":"sql-clicloudtes","DiskEncryptionKeyEncryptionKeyURL":"https://oss-clitest-keyvault.vault.azure.net/keys/sql-clitest-key/fad6b3422cc1472c8bfd9f6f5b923d0d","DiskEncryptionKeyEncryptionAlgorithm":"RSA-OAEP"}},{"id":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","attributes":{"enabled":true,"created":1629969650,"updated":1629969650,"recoveryLevel":"Recoverable+Purgeable"},"tags":{}}],"nextLink":null}' headers: cache-control: - no-cache content-length: - - '0' + - '814' content-type: - - text/plain; charset=utf-8 + - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:33:48 GMT + - Fri, 09 Jun 2023 09:48:50 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 strict-transport-security: - - max-age=31536000; includeSubDomains + - max-age=31536000;includeSubDomains x-content-type-options: - nosniff + x-ms-keyvault-network-info: + - conn_type=Ipv4;addr=167.220.238.16;act_addr_fam=InterNetwork; + x-ms-keyvault-region: + - centraluseuap + x-ms-keyvault-service-version: + - 1.9.830.1 status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -2710,10322 +3124,5795 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive ParameterSetName: - - -g -n -l + - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance + --keyvault-id --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%27b864e281-c12e-45c6-a0c7-6046a7de5481%27%29 response: body: - string: '' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' headers: cache-control: - no-cache content-length: - - '0' + - '92' content-type: - - text/plain; charset=utf-8 + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Mon, 13 Feb 2023 07:33:51 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - Fri, 09 Jun 2023 09:48:51 GMT + odata-version: + - '4.0' + request-id: + - 4cc94a2d-eaec-4371-b88a-212bf3ea8512 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:33:55 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:33:58 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:34:01 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"000","RoleInstance":"MA1PEPF00004FB4"}}' + x-ms-resource-unit: + - '1' status: - code: 202 - message: Accepted + code: 200 + message: OK - request: - body: null + body: '{"ids": ["b864e281-c12e-45c6-a0c7-6046a7de5481"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' headers: Accept: - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json ParameterSetName: - - -g -n -l + - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance + --keyvault-id --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds response: body: - string: '' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"b864e281-c12e-45c6-a0c7-6046a7de5481","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.DataProtection/BackupVaults/oss-clitest-vault"],"appDisplayName":null,"appDescription":null,"appId":"49bc63b1-190a-4f4e-a962-58db2c2f7112","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2021-08-26T09:13:20Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"oss-clitest-vault","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["49bc63b1-190a-4f4e-a962-58db2c2f7112","https://identity.azure.net/QVMExgU4rxwt5XEm5whEdHZLrmsaL9M/n/eZXzCcN54="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"2BF72AB9536396C749DAA6F19D4254D934597678","displayName":"CN=49bc63b1-190a-4f4e-a962-58db2c2f7112","endDateTime":"2023-08-11T10:50:00Z","key":null,"keyId":"bd8b95b3-6de5-4d6c-8da2-8f830ccfa236","startDateTime":"2023-05-13T10:50:00Z","type":"AsymmetricX509Cert","usage":"Verify"},{"customKeyIdentifier":"84D9AE13008F336D636C5C0A2E1E476BCA02D684","displayName":"CN=49bc63b1-190a-4f4e-a962-58db2c2f7112","endDateTime":"2023-06-24T10:49:00Z","key":null,"keyId":"1b42c09e-c519-456e-951b-31784a695f4c","startDateTime":"2023-03-26T10:49:00Z","type":"AsymmetricX509Cert","usage":"Verify"},{"customKeyIdentifier":"D81E29CF74F0D83AE8C4D6E335C80A846694493A","displayName":"CN=49bc63b1-190a-4f4e-a962-58db2c2f7112","endDateTime":"2023-05-07T10:47:00Z","key":null,"keyId":"ba62a45a-7c3e-48d9-8a26-4674ca0d2e6b","startDateTime":"2023-02-06T10:47:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' headers: cache-control: - no-cache content-length: - - '0' + - '2337' content-type: - - text/plain; charset=utf-8 + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Mon, 13 Feb 2023 07:34:05 GMT - expires: - - '-1' + - Fri, 09 Jun 2023 09:48:52 GMT location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - afc569b2-5154-448d-879c-b8b313af8e35 strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"000","RoleInstance":"MA1PEPF00004FB2"}}' + x-ms-resource-unit: + - '3' status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive ParameterSetName: - - -g -n -l + - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance + --keyvault-id --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/providers/Microsoft.Authorization/roleAssignments?$filter=atScope()&api-version=2022-04-01 response: body: - string: '' + string: '{"value":[{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"5c617d2b-99f8-4c90-98fe-dfe040fa33c1","principalType":"ServicePrincipal","scope":"/","condition":null,"conditionVersion":null,"createdOn":"2018-02-27T19:19:50.2663941Z","updatedOn":"2018-02-27T19:19:50.2663941Z","createdBy":null,"updatedBy":null,"delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Authorization/roleAssignments/3e883d24-b106-42ff-ad13-d7bf271b964d","type":"Microsoft.Authorization/roleAssignments","name":"3e883d24-b106-42ff-ad13-d7bf271b964d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T12:22:13.7498923Z","updatedOn":"2019-08-26T12:22:13.7498923Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f","type":"Microsoft.Authorization/roleAssignments","name":"8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-05-24T11:02:27.8515917Z","updatedOn":"2019-05-24T11:02:27.8515917Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b5eee4d7-5f9f-4f63-8040-8aec158c289b","type":"Microsoft.Authorization/roleAssignments","name":"b5eee4d7-5f9f-4f63-8040-8aec158c289b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-02-12T11:34:59.7104212Z","updatedOn":"2020-02-12T11:34:59.7104212Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f0618702-8404-4858-9a26-e61f23e7d44f","type":"Microsoft.Authorization/roleAssignments","name":"f0618702-8404-4858-9a26-e61f23e7d44f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-11-14T08:52:42.2795010Z","updatedOn":"2019-11-14T08:52:42.2795010Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/77daac38-9839-4b00-921b-e5d5a03e728c","type":"Microsoft.Authorization/roleAssignments","name":"77daac38-9839-4b00-921b-e5d5a03e728c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9693df58-7f72-4974-9bd3-1c3ceb0382f1","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-11-29T09:40:04.3180033Z","updatedOn":"2018-11-29T09:40:04.3180033Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7","type":"Microsoft.Authorization/roleAssignments","name":"ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"d1f96755-9bcf-44b8-ab82-df67360496c4","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-05-08T10:28:08.2854940Z","updatedOn":"2020-05-08T10:28:08.2854940Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dfb3ca56-a0d4-44ce-ba35-b716c3fdab86","type":"Microsoft.Authorization/roleAssignments","name":"dfb3ca56-a0d4-44ce-ba35-b716c3fdab86"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-31T09:26:43.6440415Z","updatedOn":"2018-12-31T09:26:43.6440415Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45744ea8-780f-4f3e-88aa-b73d7f6997b2","type":"Microsoft.Authorization/roleAssignments","name":"45744ea8-780f-4f3e-88aa-b73d7f6997b2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e65078fb-6b02-434a-9f11-d06bf9bc0600","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-10-25T23:42:36.3444507Z","updatedOn":"2018-10-25T23:42:36.3444507Z","createdBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","updatedBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e7ce51e8-4109-41d7-bc10-538b089599db","type":"Microsoft.Authorization/roleAssignments","name":"e7ce51e8-4109-41d7-bc10-538b089599db"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a7782e0f-1f9a-4882-b2c9-11227aad244e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-06-16T04:32:50.9673703Z","updatedOn":"2020-06-16T04:32:50.9673703Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fa21f2f-81c3-47b6-b706-650b359b96c3","type":"Microsoft.Authorization/roleAssignments","name":"9fa21f2f-81c3-47b6-b706-650b359b96c3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"00b14177-f4d2-4a4b-94f6-6e80f75745c9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T09:49:11.3750683Z","updatedOn":"2020-03-12T09:49:11.3750683Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fff0abf3-3cf7-46be-8bc7-1d1619a160fb","type":"Microsoft.Authorization/roleAssignments","name":"fff0abf3-3cf7-46be-8bc7-1d1619a160fb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T10:28:45.4880023Z","updatedOn":"2019-08-26T10:28:45.4880023Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/397a3c9c-c258-4d4e-834d-00cc08227796","type":"Microsoft.Authorization/roleAssignments","name":"397a3c9c-c258-4d4e-834d-00cc08227796"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-05T04:29:28.7359096Z","updatedOn":"2018-12-05T04:29:28.7359096Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c830f42-5f89-4d8b-8f93-d3dc936f33bd","type":"Microsoft.Authorization/roleAssignments","name":"3c830f42-5f89-4d8b-8f93-d3dc936f33bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-08T08:38:50.1742930Z","updatedOn":"2020-04-08T08:38:50.1742930Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5293a96b-830e-45f4-9e9e-22d7d020f0d8","type":"Microsoft.Authorization/roleAssignments","name":"5293a96b-830e-45f4-9e9e-22d7d020f0d8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3421d717-ca60-44e7-a9a1-773acec4e503","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T09:40:14.7658272Z","updatedOn":"2019-10-23T09:40:14.7658272Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/34b29558-faf9-43f0-a194-35ca0aa99fc5","type":"Microsoft.Authorization/roleAssignments","name":"34b29558-faf9-43f0-a194-35ca0aa99fc5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3dc88d41-4d03-4105-970d-937e56de3839","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-06-27T12:59:44.6557891Z","updatedOn":"2019-06-27T12:59:44.6557891Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e57ab8d1-ce9a-4925-b09f-2567492d9b22","type":"Microsoft.Authorization/roleAssignments","name":"e57ab8d1-ce9a-4925-b09f-2567492d9b22"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"62c799b8-9b54-4c3d-97c9-9490d16a6a9a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-08T13:01:20.9953919Z","updatedOn":"2019-08-08T13:01:20.9953919Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e1b91810-0781-462d-9517-764e4a033822","type":"Microsoft.Authorization/roleAssignments","name":"e1b91810-0781-462d-9517-764e4a033822"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T08:03:15.6803676Z","updatedOn":"2019-10-23T08:03:15.6803676Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/facbac06-ddab-437d-949a-207593fddfff","type":"Microsoft.Authorization/roleAssignments","name":"facbac06-ddab-437d-949a-207593fddfff"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"978b254a-54be-42af-80f5-e2a37b2e40e5","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-07-08T06:57:57.0377373Z","updatedOn":"2019-07-08T06:57:57.0377373Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e","type":"Microsoft.Authorization/roleAssignments","name":"89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-17T09:14:08.7913669Z","updatedOn":"2020-04-17T09:14:08.7913669Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/950c635a-23a5-4a0e-8eb6-c53e929c9699","type":"Microsoft.Authorization/roleAssignments","name":"950c635a-23a5-4a0e-8eb6-c53e929c9699"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:46.8918844Z","updatedOn":"2022-10-03T10:52:46.8918844Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5a8b530-0e4c-40d9-a003-167e38138f34","type":"Microsoft.Authorization/roleAssignments","name":"c5a8b530-0e4c-40d9-a003-167e38138f34"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"ce439730-9009-4c60-b582-277f5b9b5c47","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:47.6507241Z","updatedOn":"2022-10-03T10:52:47.6507241Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/adfaf7e6-895a-432b-9f63-650c5855b6b5","type":"Microsoft.Authorization/roleAssignments","name":"adfaf7e6-895a-432b-9f63-650c5855b6b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8a1cd6d0-5c03-4720-8cc7-22adbc865bad","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-06T10:00:44.6775425Z","updatedOn":"2022-10-06T10:00:44.6775425Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/21a219c4-e4ea-4572-9b97-ab829ee70b0b","type":"Microsoft.Authorization/roleAssignments","name":"21a219c4-e4ea-4572-9b97-ab829ee70b0b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"ba20023e-4ef7-4929-8693-f3f37fdb7667","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-19T06:48:34.7902721Z","updatedOn":"2022-10-19T06:48:34.7902721Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/70fc8a72-c6e9-4644-95d6-f27efe137007","type":"Microsoft.Authorization/roleAssignments","name":"70fc8a72-c6e9-4644-95d6-f27efe137007"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab","principalId":"cda54502-7b02-4c29-bacd-2ac17bb3fee4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-20T05:10:54.0749901Z","updatedOn":"2022-10-20T05:10:54.0749901Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a49a99d3-cfb9-4f66-b694-b3a7803fe02b","type":"Microsoft.Authorization/roleAssignments","name":"a49a99d3-cfb9-4f66-b694-b3a7803fe02b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"d6e6b7d9-6bee-44e9-a115-608b26453747","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-11-04T09:20:20.9539814Z","updatedOn":"2022-11-04T09:20:20.9539814Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5ead22ad-d09b-4591-8d0f-a571ef0dedb2","type":"Microsoft.Authorization/roleAssignments","name":"5ead22ad-d09b-4591-8d0f-a571ef0dedb2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.2924849Z","updatedOn":"2022-12-13T12:39:32.2924849Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1a2a40b4-9a41-4578-a6f5-e34068ff3bf6","type":"Microsoft.Authorization/roleAssignments","name":"1a2a40b4-9a41-4578-a6f5-e34068ff3bf6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.4781119Z","updatedOn":"2022-12-13T12:39:32.4781119Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fc9183c-bfec-41be-8c2b-2cc55420f6c1","type":"Microsoft.Authorization/roleAssignments","name":"9fc9183c-bfec-41be-8c2b-2cc55420f6c1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"fc8bd99b-292d-4396-ac07-7e46bf989efa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-04T09:17:14.5148296Z","updatedOn":"2023-01-04T09:17:14.5148296Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5c4e131f-5843-5474-af9f-427c1fca982d","type":"Microsoft.Authorization/roleAssignments","name":"5c4e131f-5843-5474-af9f-427c1fca982d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c0c54612-5a75-40a2-8a0c-bf70ab0847ba","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-13T04:47:48.8296778Z","updatedOn":"2023-01-13T04:47:48.8296778Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b56bdd79-3e27-4d79-b73b-4dc8625a172a","type":"Microsoft.Authorization/roleAssignments","name":"b56bdd79-3e27-4d79-b73b-4dc8625a172a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a4eae46b-a9d0-4586-8ac9-ba91b29f1d57","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-02-01T10:05:44.6784242Z","updatedOn":"2022-02-01T10:05:44.6784242Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8af2fb3a-292c-42a8-a870-1751c4ec4870","type":"Microsoft.Authorization/roleAssignments","name":"8af2fb3a-292c-42a8-a870-1751c4ec4870"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"85c33f6f-5d69-4b0e-bc06-95a7d3193519","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-04T09:52:52.7340040Z","updatedOn":"2022-05-04T09:52:52.7340040Z","createdBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","updatedBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6a4f635c-309c-4a1d-8eea-86fb5aa91d80","type":"Microsoft.Authorization/roleAssignments","name":"6a4f635c-309c-4a1d-8eea-86fb5aa91d80"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-12T06:55:02.9137483Z","updatedOn":"2022-05-12T06:55:02.9137483Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a5bd1b6d-0084-40ec-9126-2250536b4778","type":"Microsoft.Authorization/roleAssignments","name":"a5bd1b6d-0084-40ec-9126-2250536b4778"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"f2cee52e-3d75-4f49-acc4-b5aaf72232ee","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T11:01:05.6238088Z","updatedOn":"2022-06-03T11:01:05.6238088Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2bd63fbe-e197-434f-ba1e-016bad298ff7","type":"Microsoft.Authorization/roleAssignments","name":"2bd63fbe-e197-434f-ba1e-016bad298ff7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:20:41.1511200Z","updatedOn":"2022-06-03T13:22:39.1076287Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f12c7867-43e5-5530-98e9-9d8a2f39fb92","type":"Microsoft.Authorization/roleAssignments","name":"f12c7867-43e5-5530-98e9-9d8a2f39fb92"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:37:09.9515887Z","updatedOn":"2022-06-03T14:40:22.4040874Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/bace23ac-6978-5318-a146-d49599599b02","type":"Microsoft.Authorization/roleAssignments","name":"bace23ac-6978-5318-a146-d49599599b02"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-06T11:22:08.5127363Z","updatedOn":"2022-06-06T11:22:08.5127363Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/df253c65-35fc-4ff6-9a32-39b3fe20a6e3","type":"Microsoft.Authorization/roleAssignments","name":"df253c65-35fc-4ff6-9a32-39b3fe20a6e3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5f137a67-1b88-4f98-aa20-b71a7082dc56","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-10T14:11:57.5623976Z","updatedOn":"2022-06-10T14:11:57.5623976Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e409f573-8bda-4b7e-854a-61c445d36c6f","type":"Microsoft.Authorization/roleAssignments","name":"e409f573-8bda-4b7e-854a-61c445d36c6f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-22T11:28:57.2073063Z","updatedOn":"2022-06-22T11:28:57.2073063Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb","type":"Microsoft.Authorization/roleAssignments","name":"c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:19:22.2256200Z","updatedOn":"2022-06-23T09:19:22.2256200Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/344b17ae-cabf-4a33-9a9d-ba30fefcbadc","type":"Microsoft.Authorization/roleAssignments","name":"344b17ae-cabf-4a33-9a9d-ba30fefcbadc"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2b81557b-8e7a-4df8-9a41-e59844f627c2","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:25:03.9969293Z","updatedOn":"2022-06-23T09:25:03.9969293Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/13a7f7c7-7364-4f9b-ba92-5430f17b29b5","type":"Microsoft.Authorization/roleAssignments","name":"13a7f7c7-7364-4f9b-ba92-5430f17b29b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-24T07:04:04.5965087Z","updatedOn":"2022-06-24T07:04:04.5965087Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ba604c54-80e1-490e-a123-9ef9d477536b","type":"Microsoft.Authorization/roleAssignments","name":"ba604c54-80e1-490e-a123-9ef9d477536b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-25T04:10:10.7065168Z","updatedOn":"2022-06-25T04:10:10.7065168Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/916a749f-b61f-4ba4-8c28-46217c3a7b4e","type":"Microsoft.Authorization/roleAssignments","name":"916a749f-b61f-4ba4-8c28-46217c3a7b4e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T07:37:58.3152810Z","updatedOn":"2022-06-27T07:37:58.3152810Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0a1046d6-ba58-491f-b473-403ec29cd2be","type":"Microsoft.Authorization/roleAssignments","name":"0a1046d6-ba58-491f-b473-403ec29cd2be"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:21:12.2347431Z","updatedOn":"2022-06-27T08:21:12.2347431Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/abc6fbbe-d4a8-4315-9532-82e90334dcc9","type":"Microsoft.Authorization/roleAssignments","name":"abc6fbbe-d4a8-4315-9532-82e90334dcc9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:17.8582970Z","updatedOn":"2022-06-27T08:43:17.8582970Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8f0bb0e-1495-48f0-aa68-33c364310cfb","type":"Microsoft.Authorization/roleAssignments","name":"b8f0bb0e-1495-48f0-aa68-33c364310cfb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:18.7801612Z","updatedOn":"2022-06-27T08:43:18.7801612Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1","type":"Microsoft.Authorization/roleAssignments","name":"b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"b864e281-c12e-45c6-a0c7-6046a7de5481","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-30T10:50:49.6196941Z","updatedOn":"2022-06-30T10:50:49.6196941Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/61b7cfe4-f4db-49b0-b329-bb5fad775973","type":"Microsoft.Authorization/roleAssignments","name":"61b7cfe4-f4db-49b0-b329-bb5fad775973"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:11.7388086Z","updatedOn":"2022-07-01T08:15:11.7388086Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/86db086e-0442-5eef-8ebc-1d8d28a4d03a","type":"Microsoft.Authorization/roleAssignments","name":"86db086e-0442-5eef-8ebc-1d8d28a4d03a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:12.7940996Z","updatedOn":"2022-07-01T08:15:12.7940996Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cbcefba6-df6c-5670-9e02-9e09f7964d9c","type":"Microsoft.Authorization/roleAssignments","name":"cbcefba6-df6c-5670-9e02-9e09f7964d9c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"fe7b070d-f778-4cfd-8acf-eda94f397a89","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-29T07:15:07.9544255Z","updatedOn":"2022-07-29T07:15:07.9544255Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/efb13d06-875d-40e3-81d5-195824e19188","type":"Microsoft.Authorization/roleAssignments","name":"efb13d06-875d-40e3-81d5-195824e19188"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f8520195-1c62-47ff-8c01-e394155b52f1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-10T11:13:36.6792855Z","updatedOn":"2022-08-10T11:13:36.6792855Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c9150af-abd1-4d00-9c16-acb375857df6","type":"Microsoft.Authorization/roleAssignments","name":"3c9150af-abd1-4d00-9c16-acb375857df6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f4bfeb83-a4cc-43e8-bee0-9808b5d0918d","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-24T05:51:56.3337713Z","updatedOn":"2022-08-24T05:51:56.3337713Z","createdBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","updatedBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3caa2a04-62bf-4a33-80f5-056840e59fb4","type":"Microsoft.Authorization/roleAssignments","name":"3caa2a04-62bf-4a33-80f5-056840e59fb4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"608ca1e9-e854-46c6-984f-d812d0e657e6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-30T13:32:28.1332524Z","updatedOn":"2022-08-30T13:32:28.1332524Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2719b245-3aeb-4cc0-92bc-6f63eea0dcbf","type":"Microsoft.Authorization/roleAssignments","name":"2719b245-3aeb-4cc0-92bc-6f63eea0dcbf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"68df126e-00a9-4775-995d-233a4ffc3a19","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-17T09:26:11.0806114Z","updatedOn":"2023-02-17T09:26:11.0806114Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/76d326c3-4c6a-46f5-9b7d-6cdce259d963","type":"Microsoft.Authorization/roleAssignments","name":"76d326c3-4c6a-46f5-9b7d-6cdce259d963"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e147488a-f6f5-4113-8e2d-b22465e65bf6","principalId":"bb529dae-08b3-4aaa-a97b-a815eb240212","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-17T10:00:44.9499565Z","updatedOn":"2023-02-17T10:00:44.9499565Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e02834f2-9857-4cd4-84bf-f5060c059ac4","type":"Microsoft.Authorization/roleAssignments","name":"e02834f2-9857-4cd4-84bf-f5060c059ac4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"12f8ea5c-1212-449e-b31c-0a574f43076e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-21T07:25:21.5000321Z","updatedOn":"2023-02-21T07:25:21.5000321Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cfa66353-d8d2-44a8-9b6b-47d96c034467","type":"Microsoft.Authorization/roleAssignments","name":"cfa66353-d8d2-44a8-9b6b-47d96c034467"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"cf46d636-b6c1-406c-aba7-b2c3d9ed07da","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-22T08:19:42.6910275Z","updatedOn":"2023-02-22T08:19:42.6910275Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d2fa9741-5fdd-4c70-92d0-68d9ac1c8d47","type":"Microsoft.Authorization/roleAssignments","name":"d2fa9741-5fdd-4c70-92d0-68d9ac1c8d47"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5514cdb4-15e2-4c34-8c01-f5d04b6b6c67","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-24T13:51:44.3846278Z","updatedOn":"2023-02-24T13:51:44.3846278Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dab90611-db6d-4f9f-8082-df6726f52495","type":"Microsoft.Authorization/roleAssignments","name":"dab90611-db6d-4f9f-8082-df6726f52495"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"97cccd32-7f48-4221-94cd-b8528c8b17a6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-26T18:44:26.0648974Z","updatedOn":"2023-02-26T18:44:26.0648974Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fa32041b-2f55-4362-90b5-95d4a83ffd93","type":"Microsoft.Authorization/roleAssignments","name":"fa32041b-2f55-4362-90b5-95d4a83ffd93"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"493cef5f-b385-4b17-9f23-1f8b4b4ac3d6","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-13T07:48:30.0411477Z","updatedOn":"2023-03-13T07:48:30.0411477Z","createdBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","updatedBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/177c0e16-cfcb-406f-904d-09fb218aa5eb","type":"Microsoft.Authorization/roleAssignments","name":"177c0e16-cfcb-406f-904d-09fb218aa5eb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05","principalId":"5289bf2b-79f3-4c31-8d60-db42c3fd002a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-13T10:44:18.1488916Z","updatedOn":"2023-03-13T10:44:18.1488916Z","createdBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","updatedBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/588736e7-fbe0-4821-ae33-2c06f552124a","type":"Microsoft.Authorization/roleAssignments","name":"588736e7-fbe0-4821-ae33-2c06f552124a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1162ad4b-7287-4f49-8c3e-06e04512f639","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-14T12:31:55.1770447Z","updatedOn":"2023-03-14T12:31:55.1770447Z","createdBy":"becb4b6b-fe16-413b-a5c3-90355e0b2982","updatedBy":"becb4b6b-fe16-413b-a5c3-90355e0b2982","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5740e7f-0f13-4653-8abd-f482f3559150","type":"Microsoft.Authorization/roleAssignments","name":"c5740e7f-0f13-4653-8abd-f482f3559150"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"64ab57a6-67bf-4631-ac7f-b731f27f5de9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-04-04T05:25:33.2395033Z","updatedOn":"2023-04-04T05:25:33.2395033Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0be91191-86bc-4569-8b76-aae8fd209ac4","type":"Microsoft.Authorization/roleAssignments","name":"0be91191-86bc-4569-8b76-aae8fd209ac4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"64ab57a6-67bf-4631-ac7f-b731f27f5de9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-04-05T14:05:31.2947743Z","updatedOn":"2023-04-05T14:05:31.2947743Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ffaae57b-fa9e-450b-a428-ea4351af0cbd","type":"Microsoft.Authorization/roleAssignments","name":"ffaae57b-fa9e-450b-a428-ea4351af0cbd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"20be776b-53ea-4f69-aea8-e63cd646bf2a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T05:15:12.7382306Z","updatedOn":"2023-05-02T05:15:12.7382306Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d3962592-e471-4400-92b3-22e07f918945","type":"Microsoft.Authorization/roleAssignments","name":"d3962592-e471-4400-92b3-22e07f918945"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"b4a3721a-5084-4986-a20a-303f9d6f5040","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T07:57:32.1970984Z","updatedOn":"2023-05-02T07:57:32.1970984Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/665d47a7-45b8-4799-9950-b81892b71d02","type":"Microsoft.Authorization/roleAssignments","name":"665d47a7-45b8-4799-9950-b81892b71d02"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"0e79e07c-dd40-403a-aaa1-1b1a0db2c679","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T07:57:32.2974094Z","updatedOn":"2023-05-02T07:57:32.2974094Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6dc7c22d-6a46-43c8-bb1f-c21b9790f90f","type":"Microsoft.Authorization/roleAssignments","name":"6dc7c22d-6a46-43c8-bb1f-c21b9790f90f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2c62cfe7-2fb7-4fa7-8a70-363587961c3a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-03T06:56:50.3041561Z","updatedOn":"2023-05-03T06:56:50.3041561Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a8d72b29-195f-4fcb-871f-98944442ea1e","type":"Microsoft.Authorization/roleAssignments","name":"a8d72b29-195f-4fcb-871f-98944442ea1e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"b7ad5249-b614-4703-9aaf-5a445d177366","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T19:07:21.6725580Z","updatedOn":"2023-05-09T19:07:21.6725580Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/47c78059-3d33-4369-971b-f9bde9ac1466","type":"Microsoft.Authorization/roleAssignments","name":"47c78059-3d33-4369-971b-f9bde9ac1466"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"dac0942a-cc2b-49f9-9492-56a21ce8f8fc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T19:07:37.0703045Z","updatedOn":"2023-05-09T19:07:37.0703045Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/e0758e90-9d03-4a0c-b32f-372a6de27179","type":"Microsoft.Authorization/roleAssignments","name":"e0758e90-9d03-4a0c-b32f-372a6de27179"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"4e2127ca-c3b6-476d-affc-c5bce10eabe6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T20:28:20.0518605Z","updatedOn":"2023-05-09T20:28:20.0518605Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/65377e4a-2653-4567-ac70-91e29c7920f6","type":"Microsoft.Authorization/roleAssignments","name":"65377e4a-2653-4567-ac70-91e29c7920f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"8d1c13af-2a76-44e9-aa48-2d8445c943aa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T04:45:13.0937078Z","updatedOn":"2023-05-10T04:45:13.0937078Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/2d57d37b-1f25-456a-bc06-2a4b6ff1d1ba","type":"Microsoft.Authorization/roleAssignments","name":"2d57d37b-1f25-456a-bc06-2a4b6ff1d1ba"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"f2dd956f-36a4-426f-a222-6ab124ebf029","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T06:34:19.1943426Z","updatedOn":"2023-05-10T06:34:19.1943426Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/610fd0a6-6682-4cfd-abfe-985d4a9efedf","type":"Microsoft.Authorization/roleAssignments","name":"610fd0a6-6682-4cfd-abfe-985d4a9efedf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"1c181e6a-7ccc-44cb-86b8-a7bc0539b418","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T06:40:27.0353845Z","updatedOn":"2023-05-10T06:40:27.0353845Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/0af36067-e13a-4e45-968c-9000682bbd20","type":"Microsoft.Authorization/roleAssignments","name":"0af36067-e13a-4e45-968c-9000682bbd20"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"47c67572-a570-4da7-a4b9-58324ab5a952","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T07:26:43.2407286Z","updatedOn":"2023-05-10T07:26:43.2407286Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/0bed8139-dc1a-4d0c-ac99-f999224a9a89","type":"Microsoft.Authorization/roleAssignments","name":"0bed8139-dc1a-4d0c-ac99-f999224a9a89"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"9c93976b-8f0d-424e-ad3f-eee4e19e4975","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T07:44:55.4379405Z","updatedOn":"2023-05-10T07:44:55.4379405Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/aa737767-4250-44e0-8bc1-87c7a57c8e11","type":"Microsoft.Authorization/roleAssignments","name":"aa737767-4250-44e0-8bc1-87c7a57c8e11"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"65011827-99b8-4919-904c-b1cd8dd91338","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T08:07:02.0326713Z","updatedOn":"2023-05-10T08:07:02.0326713Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/9ecbdd01-8fe2-4145-b05e-ddcbf066f97b","type":"Microsoft.Authorization/roleAssignments","name":"9ecbdd01-8fe2-4145-b05e-ddcbf066f97b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"bcfc55e4-5eca-447b-a606-2d6fadf6a62d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-16T08:57:02.4178722Z","updatedOn":"2023-05-16T08:57:02.4178722Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/fee65814-7e14-4cff-bd3a-aa5538066cda","type":"Microsoft.Authorization/roleAssignments","name":"fee65814-7e14-4cff-bd3a-aa5538066cda"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"ab0849d6-1c69-46ad-848b-9352e42983c3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-16T09:58:56.5588413Z","updatedOn":"2023-05-16T09:58:56.5588413Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/dcdce87f-0ae7-4bb9-93b3-8deb96aa5603","type":"Microsoft.Authorization/roleAssignments","name":"dcdce87f-0ae7-4bb9-93b3-8deb96aa5603"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"58855564-8091-4c8e-ad53-d10b8fff0527","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-17T06:33:02.7277301Z","updatedOn":"2023-05-17T06:33:02.7277301Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1a38fd1e-c445-4178-9b06-e50cfaa7cdaf","type":"Microsoft.Authorization/roleAssignments","name":"1a38fd1e-c445-4178-9b06-e50cfaa7cdaf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c24456e1-8136-48ee-97c9-b1f01906af77","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-17T06:33:02.7640554Z","updatedOn":"2023-05-17T06:33:02.7640554Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/895912bb-0d13-4469-b7fb-b479b1dc3e5b","type":"Microsoft.Authorization/roleAssignments","name":"895912bb-0d13-4469-b7fb-b479b1dc3e5b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"f8520195-1c62-47ff-8c01-e394155b52f1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-18T06:12:44.5863814Z","updatedOn":"2023-05-18T06:12:44.5863814Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/eb75e461-0299-4c74-aa17-e02717312d32","type":"Microsoft.Authorization/roleAssignments","name":"eb75e461-0299-4c74-aa17-e02717312d32"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f58310d9-a9f6-439a-9e8d-f62e7b41a168","principalId":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T04:48:16.7740488Z","updatedOn":"2023-05-25T04:48:16.7740488Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f7ea54ed-f06b-47ea-ac38-8fe1173e9344","type":"Microsoft.Authorization/roleAssignments","name":"f7ea54ed-f06b-47ea-ac38-8fe1173e9344"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"24719501-c5d0-47d3-bbbf-20ef4c630c73","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T11:29:34.9377098Z","updatedOn":"2023-05-25T11:29:34.9377098Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/74873008-c382-41fb-ab10-b77460ba663a","type":"Microsoft.Authorization/roleAssignments","name":"74873008-c382-41fb-ab10-b77460ba663a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"d68108d1-33be-4b4f-947c-af634d4ef0aa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T13:00:39.1658815Z","updatedOn":"2023-05-28T13:00:39.1658815Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/a4018116-4185-452c-962b-ff9798e8d095","type":"Microsoft.Authorization/roleAssignments","name":"a4018116-4185-452c-962b-ff9798e8d095"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"fd2d4224-3b78-4a92-8b95-816ddd087506","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T13:21:31.4986279Z","updatedOn":"2023-05-28T13:21:31.4986279Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/6135d590-c6b4-4bfc-81ed-265d47bf6d83","type":"Microsoft.Authorization/roleAssignments","name":"6135d590-c6b4-4bfc-81ed-265d47bf6d83"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"06fc8cbf-37d3-4d1b-8299-69c4df3b572c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T13:50:05.8544280Z","updatedOn":"2023-05-28T13:50:05.8544280Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/6e9ddf07-f19f-46e5-bd41-8269825bacb8","type":"Microsoft.Authorization/roleAssignments","name":"6e9ddf07-f19f-46e5-bd41-8269825bacb8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"b8c65349-51a7-45d5-8a1d-1bc091055724","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T17:11:06.3532653Z","updatedOn":"2023-05-28T17:11:06.3532653Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/cdd77e4e-26b0-434e-bd94-8ccb0402851a","type":"Microsoft.Authorization/roleAssignments","name":"cdd77e4e-26b0-434e-bd94-8ccb0402851a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0973816d-8dc6-47d2-9512-02ddd0032251","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T03:47:22.3217709Z","updatedOn":"2023-05-29T03:47:22.3217709Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/115c9028-901c-49b3-b4e6-ee1ae2fc9559","type":"Microsoft.Authorization/roleAssignments","name":"115c9028-901c-49b3-b4e6-ee1ae2fc9559"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"79793a4f-03bc-49c5-94a8-73a4e1d2276c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T04:16:24.8812962Z","updatedOn":"2023-05-29T04:16:24.8812962Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/72f546f8-0d39-4307-8e43-d8c9c3358660","type":"Microsoft.Authorization/roleAssignments","name":"72f546f8-0d39-4307-8e43-d8c9c3358660"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"05ec8271-e220-44df-a9f6-74e84eb27e52","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T04:52:01.7085397Z","updatedOn":"2023-05-29T04:52:01.7085397Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/c018ff99-c084-4cc7-bb78-ec7e0ee4c8ad","type":"Microsoft.Authorization/roleAssignments","name":"c018ff99-c084-4cc7-bb78-ec7e0ee4c8ad"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"13c9deb2-46ff-4e76-a859-e575f64defd3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T06:13:32.3227516Z","updatedOn":"2023-05-29T06:13:32.3227516Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/1e9624b0-c8ab-41f0-8fe7-154cc43a36e0","type":"Microsoft.Authorization/roleAssignments","name":"1e9624b0-c8ab-41f0-8fe7-154cc43a36e0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"cd118008-62f9-4683-bf6b-bf7c833da40b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T06:48:34.8262341Z","updatedOn":"2023-05-29T06:48:34.8262341Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/f8b1fb2e-371e-492c-ad43-cd40c0b41366","type":"Microsoft.Authorization/roleAssignments","name":"f8b1fb2e-371e-492c-ad43-cd40c0b41366"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"d3acdbc2-f477-46b6-8ea5-162fa7714dd9","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T07:02:39.9034813Z","updatedOn":"2023-05-29T07:02:39.9034813Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/d2eacb25-a448-49c4-aa13-beca26fa852d","type":"Microsoft.Authorization/roleAssignments","name":"d2eacb25-a448-49c4-aa13-beca26fa852d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e6286d47-3c0c-4fa9-ba6b-95999e5cebdc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T08:50:45.9998823Z","updatedOn":"2023-05-29T08:50:45.9998823Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/21baa433-6363-4745-bd9a-4f4977c92a1b","type":"Microsoft.Authorization/roleAssignments","name":"21baa433-6363-4745-bd9a-4f4977c92a1b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T13:53:37.6422713Z","updatedOn":"2023-05-29T13:53:37.6422713Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b65f7c25-3f4f-44f7-9c48-fe96b51576e0","type":"Microsoft.Authorization/roleAssignments","name":"b65f7c25-3f4f-44f7-9c48-fe96b51576e0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"490e52a9-30c5-4515-b8d9-04afd8b85e9c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T04:01:53.3749224Z","updatedOn":"2023-05-30T04:01:53.3749224Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/4d815349-c254-4d67-b406-aa287564aee3","type":"Microsoft.Authorization/roleAssignments","name":"4d815349-c254-4d67-b406-aa287564aee3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"8afaf55f-2597-4534-a20f-a2f2afa8d26c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T04:31:42.2587420Z","updatedOn":"2023-05-30T04:31:42.2587420Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/8bbd4bfc-cd89-4bca-860c-a0740ab529f4","type":"Microsoft.Authorization/roleAssignments","name":"8bbd4bfc-cd89-4bca-860c-a0740ab529f4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"aa702226-7b8d-40d7-bfbd-80aae0e595d6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T05:50:47.9480782Z","updatedOn":"2023-05-30T05:50:47.9480782Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/73a88b4a-2094-44c7-9e36-9f40e161d627","type":"Microsoft.Authorization/roleAssignments","name":"73a88b4a-2094-44c7-9e36-9f40e161d627"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"6e415d1f-88e4-4be1-b5f0-b7139659f22e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T06:12:58.3970921Z","updatedOn":"2023-05-30T06:12:58.3970921Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/2cee1665-1c27-46ea-846e-2059d59cfdd1","type":"Microsoft.Authorization/roleAssignments","name":"2cee1665-1c27-46ea-846e-2059d59cfdd1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"c56d7382-c4a9-4ce3-80b6-3cfc95f2fefc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T06:48:09.8374610Z","updatedOn":"2023-05-30T06:48:09.8374610Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/0b01f7a2-3616-4c85-af38-2b19054fc066","type":"Microsoft.Authorization/roleAssignments","name":"0b01f7a2-3616-4c85-af38-2b19054fc066"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0d9dcb06-cdcf-41c4-8c30-4869e71840e7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T07:12:17.4876538Z","updatedOn":"2023-05-30T07:12:17.4876538Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/fea43e5c-701b-4426-bd30-159248cb4931","type":"Microsoft.Authorization/roleAssignments","name":"fea43e5c-701b-4426-bd30-159248cb4931"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"28ba77d8-32a0-4d69-b107-8407bb848ede","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-04T13:26:22.1238267Z","updatedOn":"2023-06-04T13:26:22.1238267Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/f8239795-55cb-45af-9097-511279f200c9","type":"Microsoft.Authorization/roleAssignments","name":"f8239795-55cb-45af-9097-511279f200c9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"d69cd189-7562-4657-9b69-b3380d9f64d6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-07T06:51:41.1665272Z","updatedOn":"2023-06-07T06:51:41.1665272Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/be7f7406-9b29-4da2-9268-af6e51d58501","type":"Microsoft.Authorization/roleAssignments","name":"be7f7406-9b29-4da2-9268-af6e51d58501"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c8930b26-8d6f-4b4a-87de-2f8eb04e7cbd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-06-08T09:36:28.7566900Z","updatedOn":"2023-06-08T09:36:28.7566900Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5d1f4c81-f2b6-43c9-8e45-8878bf1d3398","type":"Microsoft.Authorization/roleAssignments","name":"5d1f4c81-f2b6-43c9-8e45-8878bf1d3398"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e07cb74f-f01a-4155-9919-23791bdc05a4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T03:46:27.5192433Z","updatedOn":"2023-06-09T03:46:27.5192433Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/3161b098-fa14-4694-9e1b-1637b373e255","type":"Microsoft.Authorization/roleAssignments","name":"3161b098-fa14-4694-9e1b-1637b373e255"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a959e284-cf37-480d-a37e-aa8eda644fa4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T09:44:57.4057363Z","updatedOn":"2023-06-09T09:44:57.4057363Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/11096c31-f38b-4aa1-a4be-97eb04b86f2b","type":"Microsoft.Authorization/roleAssignments","name":"11096c31-f38b-4aa1-a4be-97eb04b86f2b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a51d0ef9-9895-4b63-b3f8-354bb7d1a6bb","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-05-21T08:47:39.8177538Z","updatedOn":"2021-05-21T08:47:39.8177538Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/17db6abb-bc45-4967-b313-e470ec9cbbd7","type":"Microsoft.Authorization/roleAssignments","name":"17db6abb-bc45-4967-b313-e470ec9cbbd7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"93e2b483-3ffa-44f8-9965-fdb104b541a2","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-06-29T05:43:19.7216795Z","updatedOn":"2021-06-29T05:43:19.7216795Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c6aff8c2-08b1-5b1a-9c80-d91164226985","type":"Microsoft.Authorization/roleAssignments","name":"c6aff8c2-08b1-5b1a-9c80-d91164226985"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"4f285ac8-5610-4d2f-854c-bfa3d16a2679","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-11T06:55:02.4909144Z","updatedOn":"2021-07-11T06:55:02.4909144Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0cec2ad2-d080-4126-a99f-f61c559b799c","type":"Microsoft.Authorization/roleAssignments","name":"0cec2ad2-d080-4126-a99f-f61c559b799c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"630db480-3ee6-47ec-ae72-5f917d466bad","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:16:28.8833400Z","updatedOn":"2021-07-13T10:16:28.8833400Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/37fe4b2d-0aca-4c27-8511-1e0d18063ec8","type":"Microsoft.Authorization/roleAssignments","name":"37fe4b2d-0aca-4c27-8511-1e0d18063ec8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"279982e7-46cf-4e40-9a3b-156c98285cb7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.5647062Z","updatedOn":"2021-07-13T10:18:48.5647062Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/7907f38d-57a7-431d-82d7-5dfa2ef0a628","type":"Microsoft.Authorization/roleAssignments","name":"7907f38d-57a7-431d-82d7-5dfa2ef0a628"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"790004d0-0112-41ad-92e8-95c464c34476","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.6068337Z","updatedOn":"2021-07-13T10:18:48.6068337Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c9bda26-83c4-4d4c-b00b-c4b58301e539","type":"Microsoft.Authorization/roleAssignments","name":"8c9bda26-83c4-4d4c-b00b-c4b58301e539"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-21T06:38:43.9281998Z","updatedOn":"2021-07-21T06:38:43.9281998Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b553fa81-60dd-45d6-9781-8c2313d68b03","type":"Microsoft.Authorization/roleAssignments","name":"b553fa81-60dd-45d6-9781-8c2313d68b03"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:20.4258578Z","updatedOn":"2021-07-27T04:31:20.4258578Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258","type":"Microsoft.Authorization/roleAssignments","name":"4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:32.4566300Z","updatedOn":"2021-07-27T04:31:32.4566300Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8176bf09-8e96-448a-ab12-eeed360ecce2","type":"Microsoft.Authorization/roleAssignments","name":"8176bf09-8e96-448a-ab12-eeed360ecce2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:48.4577322Z","updatedOn":"2021-07-27T04:31:48.4577322Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45949217-58cc-4c18-93f3-f4c90710ae2d","type":"Microsoft.Authorization/roleAssignments","name":"45949217-58cc-4c18-93f3-f4c90710ae2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:20.8138038Z","updatedOn":"2021-07-27T10:13:20.8138038Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2382b52f-1ec5-430e-ae2a-74f9ed331ced","type":"Microsoft.Authorization/roleAssignments","name":"2382b52f-1ec5-430e-ae2a-74f9ed331ced"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:23.6551958Z","updatedOn":"2021-07-27T10:13:23.6551958Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e5863947-0b21-41b7-9997-c0dfc73eec29","type":"Microsoft.Authorization/roleAssignments","name":"e5863947-0b21-41b7-9997-c0dfc73eec29"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:29.6985440Z","updatedOn":"2021-07-27T10:13:29.6985440Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/28c1cefa-942f-44c5-a4d4-c33bb92abd45","type":"Microsoft.Authorization/roleAssignments","name":"28c1cefa-942f-44c5-a4d4-c33bb92abd45"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8039a424-299a-4014-8b22-4f6d6cc60065","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-11T07:08:31.9935560Z","updatedOn":"2021-08-11T07:08:31.9935560Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/69e0bcfc-b024-4d8b-a3d5-dac447f8986c","type":"Microsoft.Authorization/roleAssignments","name":"69e0bcfc-b024-4d8b-a3d5-dac447f8986c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"8f0340b8-4b70-412b-be19-c4612d49e353","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T11:58:29.6857641Z","updatedOn":"2021-08-20T11:58:29.6857641Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd88236f-eacb-5303-912f-ba1741cf02bd","type":"Microsoft.Authorization/roleAssignments","name":"fd88236f-eacb-5303-912f-ba1741cf02bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0d8f6e68-d6c5-4a67-b6c4-3107609bbdbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T12:31:58.7980661Z","updatedOn":"2021-08-20T12:31:58.7980661Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/146f4a11-8712-583d-89eb-a7b8b82dbaa9","type":"Microsoft.Authorization/roleAssignments","name":"146f4a11-8712-583d-89eb-a7b8b82dbaa9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e2072d83-2379-4f36-ab51-b5df7460c61e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-21T14:40:08.5987892Z","updatedOn":"2021-08-21T14:40:10.5055205Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/842af679-0b58-5eb5-b94c-ff59e4105d7e","type":"Microsoft.Authorization/roleAssignments","name":"842af679-0b58-5eb5-b94c-ff59e4105d7e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-17T09:41:38.5634940Z","updatedOn":"2021-09-17T09:41:38.5634940Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":"for + temp testing purpose"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98fe0117-1e9c-4e37-b8a7-c4a1031d6916","type":"Microsoft.Authorization/roleAssignments","name":"98fe0117-1e9c-4e37-b8a7-c4a1031d6916"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-25T15:23:32.6168771Z","updatedOn":"2021-09-25T15:23:32.6168771Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d852f084-bc9f-4258-9e2c-fcf48b9eaf85","type":"Microsoft.Authorization/roleAssignments","name":"d852f084-bc9f-4258-9e2c-fcf48b9eaf85"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"2778738c-452b-45ca-b8d6-f085836a1458","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-30T07:51:25.2399474Z","updatedOn":"2021-09-30T07:51:25.2399474Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b04a3bdf-b6a6-5ffb-9394-ee5743741597","type":"Microsoft.Authorization/roleAssignments","name":"b04a3bdf-b6a6-5ffb-9394-ee5743741597"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"0ac1f52a-325b-486a-a095-f46ffdd6a9e4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-10-26T01:59:18.6998395Z","updatedOn":"2021-10-26T01:59:18.6998395Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/53a3b238-b4b0-4d3f-b416-8d6dc8d755f6","type":"Microsoft.Authorization/roleAssignments","name":"53a3b238-b4b0-4d3f-b416-8d6dc8d755f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"c3c0d020-16f0-44d8-9950-0250120a33ff","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-02T06:11:03.5575284Z","updatedOn":"2021-11-02T06:11:03.5575284Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1d017732-f67e-5aa1-a4a6-47570078d9f3","type":"Microsoft.Authorization/roleAssignments","name":"1d017732-f67e-5aa1-a4a6-47570078d9f3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-10T08:59:19.7285159Z","updatedOn":"2021-11-10T08:59:19.7285159Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a60357fa-dc0a-4479-a2a9-4329c2d0ae89","type":"Microsoft.Authorization/roleAssignments","name":"a60357fa-dc0a-4479-a2a9-4329c2d0ae89"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8dd77695-d6a5-450d-a43c-67ca01be9fbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-12T10:55:38.3698246Z","updatedOn":"2021-11-12T10:55:38.3698246Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dda5bb75-b74a-4430-975f-5bc9611c4b2d","type":"Microsoft.Authorization/roleAssignments","name":"dda5bb75-b74a-4430-975f-5bc9611c4b2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36243c78-bf99-498c-9df9-86d9f8d28608","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0181010Z","updatedOn":"2021-02-18T06:28:12.0181010Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/804f6223-03eb-4091-b460-82160fc5f818","type":"Microsoft.Authorization/roleAssignments","name":"804f6223-03eb-4091-b460-82160fc5f818"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0168587Z","updatedOn":"2021-02-18T06:28:12.0168587Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8d80e2d6-315c-495c-ab2c-91ddf75edf41","type":"Microsoft.Authorization/roleAssignments","name":"8d80e2d6-315c-495c-ab2c-91ddf75edf41"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"cf46d636-b6c1-406c-aba7-b2c3d9ed07da","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:53:53.1151640Z","updatedOn":"2021-02-26T13:53:53.1151640Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/735e98ed-f4b8-4b7d-9cc9-af4f8ae77252","type":"Microsoft.Authorization/roleAssignments","name":"735e98ed-f4b8-4b7d-9cc9-af4f8ae77252"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8505e3f4-1ee7-427c-a175-a06595231d46","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:54:27.5624477Z","updatedOn":"2021-02-26T13:54:27.5624477Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98c87a9f-b9e7-414b-8b59-bf3ec62dbc74","type":"Microsoft.Authorization/roleAssignments","name":"98c87a9f-b9e7-414b-8b59-bf3ec62dbc74"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-25T12:25:27.2277610Z","updatedOn":"2020-07-25T12:25:27.2277610Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d","type":"Microsoft.Authorization/roleAssignments","name":"fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21ae6127-c385-4ae0-b895-a8559e9aa574","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:35:35.2993523Z","updatedOn":"2020-07-31T08:35:35.2993523Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6af9fbf3-7085-4bcb-b399-88b89fac16d3","type":"Microsoft.Authorization/roleAssignments","name":"6af9fbf3-7085-4bcb-b399-88b89fac16d3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:44:16.2909420Z","updatedOn":"2020-07-31T08:44:16.2909420Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/65080390-e9b5-4566-b362-d1e96c23dae2","type":"Microsoft.Authorization/roleAssignments","name":"65080390-e9b5-4566-b362-d1e96c23dae2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:12:01.6760584Z","updatedOn":"2020-11-03T06:12:01.6760584Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a7a12420-2dce-4a47-822e-68cadf239da3","type":"Microsoft.Authorization/roleAssignments","name":"a7a12420-2dce-4a47-822e-68cadf239da3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3282af51-433d-47e8-b2b5-633fbe0fecc0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:25:32.6790913Z","updatedOn":"2020-11-03T06:25:32.6790913Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/36da831d-10ce-4f42-ba28-362960f6ea36","type":"Microsoft.Authorization/roleAssignments","name":"36da831d-10ce-4f42-ba28-362960f6ea36"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"ce2366a6-64d7-441b-939c-c9d23f91cccd","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T20:43:06.5941189Z","updatedOn":"2020-03-12T20:43:06.5941189Z","createdBy":"606f48c8-d219-4875-991d-ae6befaf0756","updatedBy":"606f48c8-d219-4875-991d-ae6befaf0756","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/ad9e2cd7-0ff7-4931-9b17-656c8f17934b","type":"Microsoft.Authorization/roleAssignments","name":"ad9e2cd7-0ff7-4931-9b17-656c8f17934b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2023-02-21T22:32:46.2324804Z","updatedOn":"2023-02-21T22:32:46.2324804Z","createdBy":"7f1579a6-c648-43a1-ac1e-0c3020dd9b8e","updatedBy":"7f1579a6-c648-43a1-ac1e-0c3020dd9b8e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/df7c1e07-5c2d-4b22-b7b9-fd11a8569db3","type":"Microsoft.Authorization/roleAssignments","name":"df7c1e07-5c2d-4b22-b7b9-fd11a8569db3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772","principalId":"2dd1ea73-4024-489e-83a4-45cb3e962f69","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2023-05-04T20:23:16.3808369Z","updatedOn":"2023-05-04T20:23:16.3808369Z","createdBy":"fa00c2de-57d5-4527-9254-4d513f482d0a","updatedBy":"fa00c2de-57d5-4527-9254-4d513f482d0a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/59109645-7b2b-4278-831a-2e4627ec603d","type":"Microsoft.Authorization/roleAssignments","name":"59109645-7b2b-4278-831a-2e4627ec603d"}]}' headers: cache-control: - no-cache content-length: - - '0' + - '124908' content-type: - - text/plain; charset=utf-8 + - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:34:08 GMT + - Fri, 09 Jun 2023 09:48:52 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + set-cookie: + - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive + Cookie: + - x-ms-gateway-slice=Production ParameterSetName: - - -g -n -l + - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance + --keyvault-id --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Reader%27&api-version=2022-04-01 response: body: - string: '' + string: '{"value":[{"properties":{"roleName":"Reader","type":"BuiltInRole","description":"View + all resources, but does not allow you to make any changes.","assignableScopes":["/"],"permissions":[{"actions":["*/read"],"notActions":[],"dataActions":[],"notDataActions":[]}],"createdOn":"2015-02-02T21:55:09.8806423Z","updatedOn":"2021-11-11T20:13:47.8628684Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","type":"Microsoft.Authorization/roleDefinitions","name":"acdd72a7-3385-48ef-bd42-f606fba81ae7"}]}' headers: cache-control: - no-cache content-length: - - '0' + - '627' content-type: - - text/plain; charset=utf-8 + - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:34:12 GMT + - Fri, 09 Jun 2023 09:48:54 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 pragma: - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,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 status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - storage account create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive + Cookie: + - x-ms-gateway-slice=Production ParameterSetName: - - -g -n -l + - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance + --keyvault-id --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/providers/Microsoft.Authorization/roleDefinitions?api-version=2022-04-01 response: body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:34:15 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:34:18 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:34:22 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:34:24 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:34:28 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:34:31 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:34:34 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:34:38 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:34:41 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:34:44 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:34:48 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:34:51 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:34:54 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:34:58 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:35:01 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:35:04 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:35:07 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:35:10 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:35:14 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:35:17 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:35:20 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:35:24 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:35:27 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:35:30 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:35:34 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:35:38 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:35:40 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:35:44 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:35:47 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:35:50 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:35:54 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:35:57 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:36:01 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:36:03 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:36:07 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:36:10 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:36:13 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:36:16 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:36:21 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:36:24 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:36:27 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:36:31 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:36:34 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:36:37 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:36:40 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:36:43 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:36:47 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - 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: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - -g -n -l - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/b8b056d5-6c68-4c66-a874-bb0ac7d38055?monitor=true&api-version=2022-09-01 - response: - body: - string: '{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","name":"cliteststoreaccount","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-13T07:31:16.8112211Z","key2":"2023-02-13T07:31:16.8112211Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-13T07:31:16.8112211Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-13T07:31:16.8112211Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-02-13T07:31:16.7175222Z","primaryEndpoints":{"dfs":"https://cliteststoreaccount.dfs.core.windows.net/","web":"https://cliteststoreaccount.z2.web.core.windows.net/","blob":"https://cliteststoreaccount.blob.core.windows.net/","queue":"https://cliteststoreaccount.queue.core.windows.net/","table":"https://cliteststoreaccount.table.core.windows.net/","file":"https://cliteststoreaccount.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available","secondaryLocation":"eastus2euap","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://cliteststoreaccount-secondary.dfs.core.windows.net/","web":"https://cliteststoreaccount-secondary.z2.web.core.windows.net/","blob":"https://cliteststoreaccount-secondary.blob.core.windows.net/","queue":"https://cliteststoreaccount-secondary.queue.core.windows.net/","table":"https://cliteststoreaccount-secondary.table.core.windows.net/"}}}' - headers: - cache-control: - - no-cache - content-length: - - '1932' - content-type: - - application/json - date: - - Mon, 13 Feb 2023 07:36:50 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,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 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection resource-guard create - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg?api-version=2021-04-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","name":"sarath-rg","type":"Microsoft.Resources/resourceGroups","location":"centraluseuap","tags":{},"properties":{"provisioningState":"Succeeded"}}' - headers: - cache-control: - - no-cache - content-length: - - '232' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:36:51 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: '{"location": "centraluseuap", "properties": {}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection resource-guard create - Connection: - - keep-alive - Content-Length: - - '47' - Content-Type: - - application/json - ParameterSetName: - - -g -n - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/resourceGuards/cli-test-resource-guard?api-version=2022-05-01 - response: - body: - string: '{"location":"centraluseuap","properties":{"provisioningState":"Succeeded","resourceGuardOperations":[{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/delete","requestResourceType":"Microsoft.DataProtection/resourceGuards/deleteProtectedItemRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/updateProtectedItemRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupPolicies/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/updateProtectionPolicyRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies/delete","requestResourceType":"Microsoft.DataProtection/resourceGuards/deleteResourceGuardProxyRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupSecurityPIN/action","requestResourceType":"Microsoft.DataProtection/resourceGuards/getBackupSecurityPINRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupconfig/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/disableSoftDeleteRequests"},{"vaultCriticalOperation":"Microsoft.DataProtection/backupVaults/backupInstances/delete","requestResourceType":"Microsoft.DataProtection/backupVaults/backupInstances/delete"},{"vaultCriticalOperation":"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/delete","requestResourceType":"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/delete"}],"vaultCriticalOperationExclusionList":[],"allowAutoApprovals":true},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/resourceGuards/cli-test-resource-guard","name":"cli-test-resource-guard","type":"Microsoft.DataProtection/resourceGuards"}' - headers: - cache-control: - - no-cache - content-length: - - '1931' - content-type: - - application/json - date: - - Mon, 13 Feb 2023 07:36:53 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '98' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection resource-guard list - Connection: - - keep-alive - ParameterSetName: - - -g - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/resourceGuards?api-version=2022-05-01 - response: - body: - string: '{"value":[{"location":"centraluseuap","properties":{"provisioningState":"Succeeded","resourceGuardOperations":[{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/delete","requestResourceType":"Microsoft.DataProtection/resourceGuards/deleteProtectedItemRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/updateProtectedItemRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupPolicies/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/updateProtectionPolicyRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies/delete","requestResourceType":"Microsoft.DataProtection/resourceGuards/deleteResourceGuardProxyRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupconfig/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/disableSoftDeleteRequests"},{"vaultCriticalOperation":"Microsoft.DataProtection/backupVaults/backupInstances/delete","requestResourceType":"Microsoft.DataProtection/backupVaults/backupInstances/delete"},{"vaultCriticalOperation":"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/delete","requestResourceType":"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/delete"}],"vaultCriticalOperationExclusionList":["Microsoft.RecoveryServices/vaults/backupSecurityPIN/action"],"allowAutoApprovals":true},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/resourceGuards/akneema-resource-guardd","name":"akneema-resource-guardd","type":"Microsoft.DataProtection/resourceGuards"},{"location":"centraluseuap","properties":{"provisioningState":"Succeeded","resourceGuardOperations":[{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/delete","requestResourceType":"Microsoft.DataProtection/resourceGuards/deleteProtectedItemRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/updateProtectedItemRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupPolicies/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/updateProtectionPolicyRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies/delete","requestResourceType":"Microsoft.DataProtection/resourceGuards/deleteResourceGuardProxyRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupSecurityPIN/action","requestResourceType":"Microsoft.DataProtection/resourceGuards/getBackupSecurityPINRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupconfig/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/disableSoftDeleteRequests"},{"vaultCriticalOperation":"Microsoft.DataProtection/backupVaults/backupInstances/delete","requestResourceType":"Microsoft.DataProtection/backupVaults/backupInstances/delete"},{"vaultCriticalOperation":"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/delete","requestResourceType":"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/delete"}],"vaultCriticalOperationExclusionList":[],"allowAutoApprovals":true},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/resourceGuards/cli-test-resource-guard","name":"cli-test-resource-guard","type":"Microsoft.DataProtection/resourceGuards"}]}' - headers: - cache-control: - - no-cache - content-length: - - '3754' - content-type: - - application/json - date: - - Mon, 13 Feb 2023 07:36:55 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '999' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection resource-guard update - Connection: - - keep-alive - ParameterSetName: - - -g -n --resource-type --critical-operation-exclusion-list - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/resourceGuards/cli-test-resource-guard?api-version=2022-05-01 - response: - body: - string: '{"location":"centraluseuap","properties":{"provisioningState":"Succeeded","resourceGuardOperations":[{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/delete","requestResourceType":"Microsoft.DataProtection/resourceGuards/deleteProtectedItemRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/updateProtectedItemRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupPolicies/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/updateProtectionPolicyRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies/delete","requestResourceType":"Microsoft.DataProtection/resourceGuards/deleteResourceGuardProxyRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupSecurityPIN/action","requestResourceType":"Microsoft.DataProtection/resourceGuards/getBackupSecurityPINRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupconfig/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/disableSoftDeleteRequests"},{"vaultCriticalOperation":"Microsoft.DataProtection/backupVaults/backupInstances/delete","requestResourceType":"Microsoft.DataProtection/backupVaults/backupInstances/delete"},{"vaultCriticalOperation":"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/delete","requestResourceType":"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/delete"}],"vaultCriticalOperationExclusionList":[],"allowAutoApprovals":true},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/resourceGuards/cli-test-resource-guard","name":"cli-test-resource-guard","type":"Microsoft.DataProtection/resourceGuards"}' - headers: - cache-control: - - no-cache - content-length: - - '1931' - content-type: - - application/json - date: - - Mon, 13 Feb 2023 07:36:57 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '998' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: '{"location": "centraluseuap", "properties": {"vaultCriticalOperationExclusionList": - ["Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/delete", - "Microsoft.RecoveryServices/vaults/backupSecurityPIN/action"]}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection resource-guard update - Connection: - - keep-alive - Content-Length: - - '242' - Content-Type: - - application/json - ParameterSetName: - - -g -n --resource-type --critical-operation-exclusion-list - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/resourceGuards/cli-test-resource-guard?api-version=2022-05-01 - response: - body: - string: '{"location":"centraluseuap","properties":{"provisioningState":"Succeeded","resourceGuardOperations":[{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/updateProtectedItemRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupPolicies/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/updateProtectionPolicyRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies/delete","requestResourceType":"Microsoft.DataProtection/resourceGuards/deleteResourceGuardProxyRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupconfig/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/disableSoftDeleteRequests"},{"vaultCriticalOperation":"Microsoft.DataProtection/backupVaults/backupInstances/delete","requestResourceType":"Microsoft.DataProtection/backupVaults/backupInstances/delete"},{"vaultCriticalOperation":"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/delete","requestResourceType":"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/delete"}],"vaultCriticalOperationExclusionList":["Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/delete","Microsoft.RecoveryServices/vaults/backupSecurityPIN/action"],"allowAutoApprovals":true},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/resourceGuards/cli-test-resource-guard","name":"cli-test-resource-guard","type":"Microsoft.DataProtection/resourceGuards"}' - headers: - cache-control: - - no-cache - content-length: - - '1691' - content-type: - - application/json - date: - - Mon, 13 Feb 2023 07:36:58 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '99' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection resource-guard list-protected-operations - Connection: - - keep-alive - ParameterSetName: - - -g -n --resource-type - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/resourceGuards/cli-test-resource-guard?api-version=2022-05-01 - response: - body: - string: '{"location":"centraluseuap","properties":{"provisioningState":"Succeeded","resourceGuardOperations":[{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/updateProtectedItemRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupPolicies/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/updateProtectionPolicyRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies/delete","requestResourceType":"Microsoft.DataProtection/resourceGuards/deleteResourceGuardProxyRequests"},{"vaultCriticalOperation":"Microsoft.RecoveryServices/vaults/backupconfig/write","requestResourceType":"Microsoft.DataProtection/resourceGuards/disableSoftDeleteRequests"},{"vaultCriticalOperation":"Microsoft.DataProtection/backupVaults/backupInstances/delete","requestResourceType":"Microsoft.DataProtection/backupVaults/backupInstances/delete"},{"vaultCriticalOperation":"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/delete","requestResourceType":"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/delete"}],"vaultCriticalOperationExclusionList":["Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/delete","Microsoft.RecoveryServices/vaults/backupSecurityPIN/action"],"allowAutoApprovals":true},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/resourceGuards/cli-test-resource-guard","name":"cli-test-resource-guard","type":"Microsoft.DataProtection/resourceGuards"}' - headers: - cache-control: - - no-cache - content-length: - - '1691' - content-type: - - application/json - date: - - Mon, 13 Feb 2023 07:36:58 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '999' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: '{"properties": {"datasourceTypes": ["Microsoft.Compute/disks"], "objectType": - "BackupPolicy", "policyRules": [{"name": "BackupHourly", "objectType": "AzureBackupRule", - "backupParameters": {"objectType": "AzureBackupParams", "backupType": "Incremental"}, - "dataStore": {"dataStoreType": "OperationalStore", "objectType": "DataStoreInfoBase"}, - "trigger": {"objectType": "ScheduleBasedTriggerContext", "schedule": {"repeatingTimeIntervals": - ["R/2020-04-05T13:00:00+00:00/PT4H"]}, "taggingCriteria": [{"isDefault": true, - "taggingPriority": 99, "tagInfo": {"tagName": "Default"}}]}}, {"name": "Default", - "objectType": "AzureRetentionRule", "isDefault": true, "lifecycles": [{"deleteAfter": - {"duration": "P7D", "objectType": "AbsoluteDeleteOption"}, "sourceDataStore": - {"dataStoreType": "OperationalStore", "objectType": "DataStoreInfoBase"}}]}]}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-policy create - Connection: - - keep-alive - Content-Length: - - '840' - Content-Type: - - application/json - ParameterSetName: - - -n --policy -g --vault-name - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy?api-version=2022-05-01 - response: - body: - string: '{"properties":{"policyRules":[{"backupParameters":{"backupType":"Incremental","objectType":"AzureBackupParams"},"trigger":{"schedule":{"repeatingTimeIntervals":["R/2020-04-05T13:00:00+00:00/PT4H"]},"taggingCriteria":[{"tagInfo":{"tagName":"Default","id":"Default_"},"taggingPriority":99,"isDefault":true}],"objectType":"ScheduleBasedTriggerContext"},"dataStore":{"dataStoreType":"OperationalStore","objectType":"DataStoreInfoBase"},"name":"BackupHourly","objectType":"AzureBackupRule"},{"lifecycles":[{"deleteAfter":{"objectType":"AbsoluteDeleteOption","duration":"P7D"},"sourceDataStore":{"dataStoreType":"OperationalStore","objectType":"DataStoreInfoBase"}}],"isDefault":true,"name":"Default","objectType":"AzureRetentionRule"}],"datasourceTypes":["Microsoft.Compute/disks"],"objectType":"BackupPolicy"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","name":"diskpolicy","type":"Microsoft.DataProtection/backupVaults/backupPolicies"}' - headers: - cache-control: - - no-cache - content-length: - - '1066' - content-type: - - application/json - date: - - Mon, 13 Feb 2023 07:37:00 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '199' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: '{"properties": {"datasourceTypes": ["Microsoft.Storage/storageAccounts/blobServices"], - "objectType": "BackupPolicy", "policyRules": [{"name": "Default", "objectType": - "AzureRetentionRule", "isDefault": true, "lifecycles": [{"deleteAfter": {"duration": - "P30D", "objectType": "AbsoluteDeleteOption"}, "sourceDataStore": {"dataStoreType": - "OperationalStore", "objectType": "DataStoreInfoBase"}}]}]}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-policy create - Connection: - - keep-alive - Content-Length: - - '396' - Content-Type: - - application/json - ParameterSetName: - - -n --policy -g --vault-name - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/storagepolicy?api-version=2022-05-01 - response: - body: - string: '{"properties":{"policyRules":[{"lifecycles":[{"deleteAfter":{"objectType":"AbsoluteDeleteOption","duration":"P30D"},"sourceDataStore":{"dataStoreType":"OperationalStore","objectType":"DataStoreInfoBase"}}],"isDefault":true,"name":"Default","objectType":"AzureRetentionRule"}],"datasourceTypes":["Microsoft.Storage/storageAccounts/blobServices"],"objectType":"BackupPolicy"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/storagepolicy","name":"storagepolicy","type":"Microsoft.DataProtection/backupVaults/backupPolicies"}' - headers: - cache-control: - - no-cache - content-length: - - '640' - content-type: - - application/json - date: - - Mon, 13 Feb 2023 07:37:02 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '198' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-policy show - Connection: - - keep-alive - ParameterSetName: - - -g --vault-name -n --query - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy?api-version=2022-05-01 - response: - body: - string: '{"properties":{"policyRules":[{"backupParameters":{"backupType":"Incremental","objectType":"AzureBackupParams"},"trigger":{"schedule":{"repeatingTimeIntervals":["R/2020-04-05T13:00:00+00:00/PT4H"]},"taggingCriteria":[{"tagInfo":{"tagName":"Default","id":"Default_"},"taggingPriority":99,"isDefault":true}],"objectType":"ScheduleBasedTriggerContext"},"dataStore":{"dataStoreType":"OperationalStore","objectType":"DataStoreInfoBase"},"name":"BackupHourly","objectType":"AzureBackupRule"},{"lifecycles":[{"deleteAfter":{"objectType":"AbsoluteDeleteOption","duration":"P7D"},"sourceDataStore":{"dataStoreType":"OperationalStore","objectType":"DataStoreInfoBase"}}],"isDefault":true,"name":"Default","objectType":"AzureRetentionRule"}],"datasourceTypes":["Microsoft.Compute/disks"],"objectType":"BackupPolicy"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","name":"diskpolicy","type":"Microsoft.DataProtection/backupVaults/backupPolicies"}' - headers: - cache-control: - - no-cache - content-length: - - '1066' - content-type: - - application/json - date: - - Mon, 13 Feb 2023 07:37:03 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '198' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-policy show - Connection: - - keep-alive - ParameterSetName: - - -g --vault-name -n --query - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/storagepolicy?api-version=2022-05-01 - response: - body: - string: '{"properties":{"policyRules":[{"lifecycles":[{"deleteAfter":{"objectType":"AbsoluteDeleteOption","duration":"P30D"},"sourceDataStore":{"dataStoreType":"OperationalStore","objectType":"DataStoreInfoBase"}}],"isDefault":true,"name":"Default","objectType":"AzureRetentionRule"}],"datasourceTypes":["Microsoft.Storage/storageAccounts/blobServices"],"objectType":"BackupPolicy"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/storagepolicy","name":"storagepolicy","type":"Microsoft.DataProtection/backupVaults/backupPolicies"}' - headers: - cache-control: - - no-cache - content-length: - - '640' - content-type: - - application/json - date: - - Mon, 13 Feb 2023 07:37:04 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '199' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: '{"properties": {"datasourceTypes": ["Microsoft.Compute/disks"], "objectType": - "BackupPolicy", "policyRules": [{"name": "BackupHourly", "objectType": "AzureBackupRule", - "backupParameters": {"objectType": "AzureBackupParams", "backupType": "Incremental"}, - "dataStore": {"dataStoreType": "OperationalStore", "objectType": "DataStoreInfoBase"}, - "trigger": {"objectType": "ScheduleBasedTriggerContext", "schedule": {"repeatingTimeIntervals": - ["R/2021-05-02T05:30:00+00:00/PT6H"]}, "taggingCriteria": [{"isDefault": true, - "taggingPriority": 99, "tagInfo": {"tagName": "Default"}}, {"criteria": [{"objectType": - "ScheduleBasedBackupCriteria", "absoluteCriteria": ["FirstOfDay"]}], "isDefault": - false, "taggingPriority": 25, "tagInfo": {"tagName": "Daily"}}]}}, {"name": - "Default", "objectType": "AzureRetentionRule", "isDefault": true, "lifecycles": - [{"deleteAfter": {"duration": "P7D", "objectType": "AbsoluteDeleteOption"}, - "sourceDataStore": {"dataStoreType": "OperationalStore", "objectType": "DataStoreInfoBase"}}]}, - {"name": "Daily", "objectType": "AzureRetentionRule", "isDefault": false, "lifecycles": - [{"deleteAfter": {"duration": "P12D", "objectType": "AbsoluteDeleteOption"}, - "sourceDataStore": {"dataStoreType": "OperationalStore", "objectType": "DataStoreInfoBase"}}]}]}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-policy create - Connection: - - keep-alive - Content-Length: - - '1276' - Content-Type: - - application/json - ParameterSetName: - - -n --policy -g --vault-name - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskhourlypolicy?api-version=2022-05-01 - response: - body: - string: '{"properties":{"policyRules":[{"backupParameters":{"backupType":"Incremental","objectType":"AzureBackupParams"},"trigger":{"schedule":{"repeatingTimeIntervals":["R/2021-05-02T05:30:00+00:00/PT6H"]},"taggingCriteria":[{"tagInfo":{"tagName":"Default","id":"Default_"},"taggingPriority":99,"isDefault":true},{"tagInfo":{"tagName":"Daily","id":"Daily_"},"taggingPriority":25,"isDefault":false,"criteria":[{"absoluteCriteria":["FirstOfDay"],"objectType":"ScheduleBasedBackupCriteria"}]}],"objectType":"ScheduleBasedTriggerContext"},"dataStore":{"dataStoreType":"OperationalStore","objectType":"DataStoreInfoBase"},"name":"BackupHourly","objectType":"AzureBackupRule"},{"lifecycles":[{"deleteAfter":{"objectType":"AbsoluteDeleteOption","duration":"P7D"},"sourceDataStore":{"dataStoreType":"OperationalStore","objectType":"DataStoreInfoBase"}}],"isDefault":true,"name":"Default","objectType":"AzureRetentionRule"},{"lifecycles":[{"deleteAfter":{"objectType":"AbsoluteDeleteOption","duration":"P12D"},"sourceDataStore":{"dataStoreType":"OperationalStore","objectType":"DataStoreInfoBase"}}],"isDefault":false,"name":"Daily","objectType":"AzureRetentionRule"}],"datasourceTypes":["Microsoft.Compute/disks"],"objectType":"BackupPolicy"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskhourlypolicy","name":"diskhourlypolicy","type":"Microsoft.DataProtection/backupVaults/backupPolicies"}' - headers: - cache-control: - - no-cache - content-length: - - '1499' - content-type: - - application/json - date: - - Mon, 13 Feb 2023 07:37:06 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '199' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - ParameterSetName: - - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance - --yes - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1?api-version=2022-05-01 - response: - body: - string: '{"location":"centraluseuap","identity":{"type":"SystemAssigned","principalId":"41753b57-b4fa-4774-80aa-414a3af0f706","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"properties":{"provisioningState":"Succeeded","storageSettings":[{"datastoreType":"VaultStore","type":"LocallyRedundant"}],"isVaultProtectedByResourceGuard":false,"monitoringSettings":{"azureMonitorAlertSettings":{"alertsForAllJobFailures":"Disabled"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1","name":"cli-test-new-vault1","type":"Microsoft.DataProtection/backupVaults"}' - headers: - cache-control: - - no-cache - content-length: - - '650' - content-type: - - application/json - date: - - Mon, 13 Feb 2023 07:37:08 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '499' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - ParameterSetName: - - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance - --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.45.0 (PIP) - method: GET - uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2741753b57-b4fa-4774-80aa-414a3af0f706%27%29 - response: - body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' - headers: - cache-control: - - no-cache - content-length: - - '92' - content-type: - - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 - date: - - Mon, 13 Feb 2023 07:37:09 GMT - odata-version: - - '4.0' - request-id: - - 5b35c3e4-d86a-4abd-998c-adb386b74461 - strict-transport-security: - - max-age=31536000 - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"001","RoleInstance":"MA1PEPF00004256"}}' - x-ms-resource-unit: - - '1' - status: - code: 200 - message: OK -- request: - body: '{"ids": ["41753b57-b4fa-4774-80aa-414a3af0f706"], "types": ["user", "group", - "servicePrincipal", "directoryObjectPartnerReference"]}' - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - Content-Length: - - '132' - Content-Type: - - application/json - ParameterSetName: - - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance - --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.45.0 (PIP) - method: POST - uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds - response: - body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"41753b57-b4fa-4774-80aa-414a3af0f706","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg/providers/Microsoft.DataProtection/BackupVaults/cli-test-new-vault1"],"appDisplayName":null,"appDescription":null,"appId":"fea0857b-fd83-4708-b252-0c5f0a38d6b0","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-02-13T07:30:29Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"cli-test-new-vault1","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["fea0857b-fd83-4708-b252-0c5f0a38d6b0","https://identity.azure.net/2czira6fp81UmSQY0i+P6p1ObGIy33lZb5C/K/6SyDY="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"81B4BF05CBCD13C46538514E74E2057DB2DD092E","displayName":"CN=fea0857b-fd83-4708-b252-0c5f0a38d6b0","endDateTime":"2023-05-14T07:25:00Z","key":null,"keyId":"3dac063a-25ed-4f07-a638-ed0fc6455a6e","startDateTime":"2023-02-13T07:25:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' - headers: - cache-control: - - no-cache - content-length: - - '1732' - content-type: - - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 - date: - - Mon, 13 Feb 2023 07:37:10 GMT - location: - - https://graph.microsoft.com - odata-version: - - '4.0' - request-id: - - 36480155-eadc-4792-a3e0-af45a9a06113 - strict-transport-security: - - max-age=31536000 - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"001","RoleInstance":"MA1PEPF00004344"}}' - x-ms-resource-unit: - - '3' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - ParameterSetName: - - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance - --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.45.0 (PIP) - accept-language: - - en-US - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1/providers/Microsoft.Authorization/roleAssignments?$filter=atScope%28%29&api-version=2020-04-01-preview - response: - body: - string: '{"value":[{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"5c617d2b-99f8-4c90-98fe-dfe040fa33c1","principalType":"ServicePrincipal","scope":"/","condition":null,"conditionVersion":null,"createdOn":"2018-02-27T19:19:50.2663941Z","updatedOn":"2018-02-27T19:19:50.2663941Z","createdBy":null,"updatedBy":null,"delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Authorization/roleAssignments/3e883d24-b106-42ff-ad13-d7bf271b964d","type":"Microsoft.Authorization/roleAssignments","name":"3e883d24-b106-42ff-ad13-d7bf271b964d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T12:22:13.7498923Z","updatedOn":"2019-08-26T12:22:13.7498923Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f","type":"Microsoft.Authorization/roleAssignments","name":"8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-05-24T11:02:27.8515917Z","updatedOn":"2019-05-24T11:02:27.8515917Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b5eee4d7-5f9f-4f63-8040-8aec158c289b","type":"Microsoft.Authorization/roleAssignments","name":"b5eee4d7-5f9f-4f63-8040-8aec158c289b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-02-12T11:34:59.7104212Z","updatedOn":"2020-02-12T11:34:59.7104212Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f0618702-8404-4858-9a26-e61f23e7d44f","type":"Microsoft.Authorization/roleAssignments","name":"f0618702-8404-4858-9a26-e61f23e7d44f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-11-14T08:52:42.2795010Z","updatedOn":"2019-11-14T08:52:42.2795010Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/77daac38-9839-4b00-921b-e5d5a03e728c","type":"Microsoft.Authorization/roleAssignments","name":"77daac38-9839-4b00-921b-e5d5a03e728c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9693df58-7f72-4974-9bd3-1c3ceb0382f1","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-11-29T09:40:04.3180033Z","updatedOn":"2018-11-29T09:40:04.3180033Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7","type":"Microsoft.Authorization/roleAssignments","name":"ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"d1f96755-9bcf-44b8-ab82-df67360496c4","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-05-08T10:28:08.2854940Z","updatedOn":"2020-05-08T10:28:08.2854940Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dfb3ca56-a0d4-44ce-ba35-b716c3fdab86","type":"Microsoft.Authorization/roleAssignments","name":"dfb3ca56-a0d4-44ce-ba35-b716c3fdab86"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-31T09:26:43.6440415Z","updatedOn":"2018-12-31T09:26:43.6440415Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45744ea8-780f-4f3e-88aa-b73d7f6997b2","type":"Microsoft.Authorization/roleAssignments","name":"45744ea8-780f-4f3e-88aa-b73d7f6997b2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e65078fb-6b02-434a-9f11-d06bf9bc0600","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-10-25T23:42:36.3444507Z","updatedOn":"2018-10-25T23:42:36.3444507Z","createdBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","updatedBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e7ce51e8-4109-41d7-bc10-538b089599db","type":"Microsoft.Authorization/roleAssignments","name":"e7ce51e8-4109-41d7-bc10-538b089599db"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a7782e0f-1f9a-4882-b2c9-11227aad244e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-06-16T04:32:50.9673703Z","updatedOn":"2020-06-16T04:32:50.9673703Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fa21f2f-81c3-47b6-b706-650b359b96c3","type":"Microsoft.Authorization/roleAssignments","name":"9fa21f2f-81c3-47b6-b706-650b359b96c3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"00b14177-f4d2-4a4b-94f6-6e80f75745c9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T09:49:11.3750683Z","updatedOn":"2020-03-12T09:49:11.3750683Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fff0abf3-3cf7-46be-8bc7-1d1619a160fb","type":"Microsoft.Authorization/roleAssignments","name":"fff0abf3-3cf7-46be-8bc7-1d1619a160fb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T10:28:45.4880023Z","updatedOn":"2019-08-26T10:28:45.4880023Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/397a3c9c-c258-4d4e-834d-00cc08227796","type":"Microsoft.Authorization/roleAssignments","name":"397a3c9c-c258-4d4e-834d-00cc08227796"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-05T04:29:28.7359096Z","updatedOn":"2018-12-05T04:29:28.7359096Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c830f42-5f89-4d8b-8f93-d3dc936f33bd","type":"Microsoft.Authorization/roleAssignments","name":"3c830f42-5f89-4d8b-8f93-d3dc936f33bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-08T08:38:50.1742930Z","updatedOn":"2020-04-08T08:38:50.1742930Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5293a96b-830e-45f4-9e9e-22d7d020f0d8","type":"Microsoft.Authorization/roleAssignments","name":"5293a96b-830e-45f4-9e9e-22d7d020f0d8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3421d717-ca60-44e7-a9a1-773acec4e503","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T09:40:14.7658272Z","updatedOn":"2019-10-23T09:40:14.7658272Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/34b29558-faf9-43f0-a194-35ca0aa99fc5","type":"Microsoft.Authorization/roleAssignments","name":"34b29558-faf9-43f0-a194-35ca0aa99fc5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3dc88d41-4d03-4105-970d-937e56de3839","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-06-27T12:59:44.6557891Z","updatedOn":"2019-06-27T12:59:44.6557891Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e57ab8d1-ce9a-4925-b09f-2567492d9b22","type":"Microsoft.Authorization/roleAssignments","name":"e57ab8d1-ce9a-4925-b09f-2567492d9b22"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"62c799b8-9b54-4c3d-97c9-9490d16a6a9a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-08T13:01:20.9953919Z","updatedOn":"2019-08-08T13:01:20.9953919Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e1b91810-0781-462d-9517-764e4a033822","type":"Microsoft.Authorization/roleAssignments","name":"e1b91810-0781-462d-9517-764e4a033822"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T08:03:15.6803676Z","updatedOn":"2019-10-23T08:03:15.6803676Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/facbac06-ddab-437d-949a-207593fddfff","type":"Microsoft.Authorization/roleAssignments","name":"facbac06-ddab-437d-949a-207593fddfff"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"978b254a-54be-42af-80f5-e2a37b2e40e5","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-07-08T06:57:57.0377373Z","updatedOn":"2019-07-08T06:57:57.0377373Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e","type":"Microsoft.Authorization/roleAssignments","name":"89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-17T09:14:08.7913669Z","updatedOn":"2020-04-17T09:14:08.7913669Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/950c635a-23a5-4a0e-8eb6-c53e929c9699","type":"Microsoft.Authorization/roleAssignments","name":"950c635a-23a5-4a0e-8eb6-c53e929c9699"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:46.8918844Z","updatedOn":"2022-10-03T10:52:46.8918844Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5a8b530-0e4c-40d9-a003-167e38138f34","type":"Microsoft.Authorization/roleAssignments","name":"c5a8b530-0e4c-40d9-a003-167e38138f34"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"ce439730-9009-4c60-b582-277f5b9b5c47","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:47.6507241Z","updatedOn":"2022-10-03T10:52:47.6507241Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/adfaf7e6-895a-432b-9f63-650c5855b6b5","type":"Microsoft.Authorization/roleAssignments","name":"adfaf7e6-895a-432b-9f63-650c5855b6b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8a1cd6d0-5c03-4720-8cc7-22adbc865bad","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-06T10:00:44.6775425Z","updatedOn":"2022-10-06T10:00:44.6775425Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/21a219c4-e4ea-4572-9b97-ab829ee70b0b","type":"Microsoft.Authorization/roleAssignments","name":"21a219c4-e4ea-4572-9b97-ab829ee70b0b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"ba20023e-4ef7-4929-8693-f3f37fdb7667","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-19T06:48:34.7902721Z","updatedOn":"2022-10-19T06:48:34.7902721Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/70fc8a72-c6e9-4644-95d6-f27efe137007","type":"Microsoft.Authorization/roleAssignments","name":"70fc8a72-c6e9-4644-95d6-f27efe137007"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab","principalId":"cda54502-7b02-4c29-bacd-2ac17bb3fee4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-20T05:10:54.0749901Z","updatedOn":"2022-10-20T05:10:54.0749901Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a49a99d3-cfb9-4f66-b694-b3a7803fe02b","type":"Microsoft.Authorization/roleAssignments","name":"a49a99d3-cfb9-4f66-b694-b3a7803fe02b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"d6e6b7d9-6bee-44e9-a115-608b26453747","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-11-04T09:20:20.9539814Z","updatedOn":"2022-11-04T09:20:20.9539814Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5ead22ad-d09b-4591-8d0f-a571ef0dedb2","type":"Microsoft.Authorization/roleAssignments","name":"5ead22ad-d09b-4591-8d0f-a571ef0dedb2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324","principalId":"8a49a9af-c646-4a94-97e0-988219f9b933","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-11-17T09:48:40.9317341Z","updatedOn":"2022-11-17T09:48:40.9317341Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/81881251-9f42-413a-828e-f0374be3fc43","type":"Microsoft.Authorization/roleAssignments","name":"81881251-9f42-413a-828e-f0374be3fc43"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b","principalId":"8a49a9af-c646-4a94-97e0-988219f9b933","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-11-17T14:33:17.2080750Z","updatedOn":"2022-11-17T14:33:17.2080750Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/6d573002-8569-420a-bd13-90c87072b928","type":"Microsoft.Authorization/roleAssignments","name":"6d573002-8569-420a-bd13-90c87072b928"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.2924849Z","updatedOn":"2022-12-13T12:39:32.2924849Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1a2a40b4-9a41-4578-a6f5-e34068ff3bf6","type":"Microsoft.Authorization/roleAssignments","name":"1a2a40b4-9a41-4578-a6f5-e34068ff3bf6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.4781119Z","updatedOn":"2022-12-13T12:39:32.4781119Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fc9183c-bfec-41be-8c2b-2cc55420f6c1","type":"Microsoft.Authorization/roleAssignments","name":"9fc9183c-bfec-41be-8c2b-2cc55420f6c1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"fc8bd99b-292d-4396-ac07-7e46bf989efa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-04T09:17:14.5148296Z","updatedOn":"2023-01-04T09:17:14.5148296Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5c4e131f-5843-5474-af9f-427c1fca982d","type":"Microsoft.Authorization/roleAssignments","name":"5c4e131f-5843-5474-af9f-427c1fca982d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c0c54612-5a75-40a2-8a0c-bf70ab0847ba","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-13T04:47:48.8296778Z","updatedOn":"2023-01-13T04:47:48.8296778Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b56bdd79-3e27-4d79-b73b-4dc8625a172a","type":"Microsoft.Authorization/roleAssignments","name":"b56bdd79-3e27-4d79-b73b-4dc8625a172a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a4eae46b-a9d0-4586-8ac9-ba91b29f1d57","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-02-01T10:05:44.6784242Z","updatedOn":"2022-02-01T10:05:44.6784242Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8af2fb3a-292c-42a8-a870-1751c4ec4870","type":"Microsoft.Authorization/roleAssignments","name":"8af2fb3a-292c-42a8-a870-1751c4ec4870"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"662a0ec2-cfbc-45f9-ae31-2cc53070e765","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-12T12:46:49.6216206Z","updatedOn":"2022-04-12T12:46:49.6216206Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/85cc2dff-c5d4-42a3-acb6-255cd4208ef4","type":"Microsoft.Authorization/roleAssignments","name":"85cc2dff-c5d4-42a3-acb6-255cd4208ef4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"662a0ec2-cfbc-45f9-ae31-2cc53070e765","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-12T12:46:57.1459341Z","updatedOn":"2022-04-12T12:46:57.1459341Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/aba8e90d-d951-4cb5-a346-b71e478f4d1b","type":"Microsoft.Authorization/roleAssignments","name":"aba8e90d-d951-4cb5-a346-b71e478f4d1b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"30bc1f3b-ca1a-4c55-96ff-4c026f12eaa1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-12T13:09:28.3678603Z","updatedOn":"2022-04-12T13:09:28.3678603Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/79d87d90-f984-4f53-a169-2eca51c00104","type":"Microsoft.Authorization/roleAssignments","name":"79d87d90-f984-4f53-a169-2eca51c00104"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"30bc1f3b-ca1a-4c55-96ff-4c026f12eaa1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-12T13:09:33.3916295Z","updatedOn":"2022-04-12T13:09:33.3916295Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/5e185742-c91a-4efe-b0d8-db9524685ec5","type":"Microsoft.Authorization/roleAssignments","name":"5e185742-c91a-4efe-b0d8-db9524685ec5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3c582fc7-e68a-4991-a2f6-3d8a7a1f23c1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T07:01:02.2689248Z","updatedOn":"2022-04-13T07:01:02.2689248Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/c9b4f9ab-d687-4a65-910a-5bcb2f974bfe","type":"Microsoft.Authorization/roleAssignments","name":"c9b4f9ab-d687-4a65-910a-5bcb2f974bfe"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"3c582fc7-e68a-4991-a2f6-3d8a7a1f23c1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T07:01:09.3571703Z","updatedOn":"2022-04-13T07:01:09.3571703Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/8bedf13c-aa1a-4191-aa97-573f14fd97ee","type":"Microsoft.Authorization/roleAssignments","name":"8bedf13c-aa1a-4191-aa97-573f14fd97ee"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"a31004b5-ce06-49e1-8706-e8c7afe68695","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T07:43:04.6456354Z","updatedOn":"2022-04-13T07:43:04.6456354Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/bd0fc30a-6ccf-4c22-a26b-0e31aba16035","type":"Microsoft.Authorization/roleAssignments","name":"bd0fc30a-6ccf-4c22-a26b-0e31aba16035"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"a31004b5-ce06-49e1-8706-e8c7afe68695","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T07:43:10.1186881Z","updatedOn":"2022-04-13T07:43:10.1186881Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/dadaa3cd-f442-4d5c-aed3-7cbab2fba3e0","type":"Microsoft.Authorization/roleAssignments","name":"dadaa3cd-f442-4d5c-aed3-7cbab2fba3e0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"6f6a803e-4dc5-488a-8566-a4f0a984975e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T08:58:57.7706882Z","updatedOn":"2022-04-13T08:58:57.7706882Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9e3d10bf-9bfa-4a97-9ab1-b972a348abd0","type":"Microsoft.Authorization/roleAssignments","name":"9e3d10bf-9bfa-4a97-9ab1-b972a348abd0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"6f6a803e-4dc5-488a-8566-a4f0a984975e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T08:59:03.2414961Z","updatedOn":"2022-04-13T08:59:03.2414961Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/66eefd94-4bda-46df-9c61-7e92f83d91e7","type":"Microsoft.Authorization/roleAssignments","name":"66eefd94-4bda-46df-9c61-7e92f83d91e7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"829da4fd-a5f4-4ca7-bc3d-0679d104c5f0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T10:17:35.8887781Z","updatedOn":"2022-04-13T10:17:35.8887781Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/77f4f7a3-a377-49f7-a094-945b82b2bfff","type":"Microsoft.Authorization/roleAssignments","name":"77f4f7a3-a377-49f7-a094-945b82b2bfff"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"829da4fd-a5f4-4ca7-bc3d-0679d104c5f0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T10:17:41.2233089Z","updatedOn":"2022-04-13T10:17:41.2233089Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/1a71aac6-e9ce-40ff-a39f-7594df2ea6e9","type":"Microsoft.Authorization/roleAssignments","name":"1a71aac6-e9ce-40ff-a39f-7594df2ea6e9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3f74f5b7-f4f6-4b65-a45d-f1c60467e115","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-21T06:57:19.4532093Z","updatedOn":"2022-04-21T06:57:19.4532093Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/eede4548-9f71-44b7-8077-c49aa44894b4","type":"Microsoft.Authorization/roleAssignments","name":"eede4548-9f71-44b7-8077-c49aa44894b4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"3f74f5b7-f4f6-4b65-a45d-f1c60467e115","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-21T06:57:24.3439247Z","updatedOn":"2022-04-21T06:57:24.3439247Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/c011acd2-8b5d-45d6-b6c1-4ffe1867ce31","type":"Microsoft.Authorization/roleAssignments","name":"c011acd2-8b5d-45d6-b6c1-4ffe1867ce31"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"85c33f6f-5d69-4b0e-bc06-95a7d3193519","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-04T09:52:52.7340040Z","updatedOn":"2022-05-04T09:52:52.7340040Z","createdBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","updatedBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6a4f635c-309c-4a1d-8eea-86fb5aa91d80","type":"Microsoft.Authorization/roleAssignments","name":"6a4f635c-309c-4a1d-8eea-86fb5aa91d80"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-12T06:55:02.9137483Z","updatedOn":"2022-05-12T06:55:02.9137483Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a5bd1b6d-0084-40ec-9126-2250536b4778","type":"Microsoft.Authorization/roleAssignments","name":"a5bd1b6d-0084-40ec-9126-2250536b4778"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"0b2dcd24-9585-4bb4-a7c3-83e0e3bd0dc7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-05-24T11:54:25.7258076Z","updatedOn":"2022-05-24T11:54:25.7258076Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9a7dc348-d24e-438b-84b0-c7cda5bf92c4","type":"Microsoft.Authorization/roleAssignments","name":"9a7dc348-d24e-438b-84b0-c7cda5bf92c4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"0b2dcd24-9585-4bb4-a7c3-83e0e3bd0dc7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-05-24T11:54:29.8931759Z","updatedOn":"2022-05-24T11:54:29.8931759Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/aeb54d04-84b8-4530-bd7e-fe01dafd82ab","type":"Microsoft.Authorization/roleAssignments","name":"aeb54d04-84b8-4530-bd7e-fe01dafd82ab"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"f2cee52e-3d75-4f49-acc4-b5aaf72232ee","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T11:01:05.6238088Z","updatedOn":"2022-06-03T11:01:05.6238088Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2bd63fbe-e197-434f-ba1e-016bad298ff7","type":"Microsoft.Authorization/roleAssignments","name":"2bd63fbe-e197-434f-ba1e-016bad298ff7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:20:41.1511200Z","updatedOn":"2022-06-03T13:22:39.1076287Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f12c7867-43e5-5530-98e9-9d8a2f39fb92","type":"Microsoft.Authorization/roleAssignments","name":"f12c7867-43e5-5530-98e9-9d8a2f39fb92"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:37:09.9515887Z","updatedOn":"2022-06-03T14:40:22.4040874Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/bace23ac-6978-5318-a146-d49599599b02","type":"Microsoft.Authorization/roleAssignments","name":"bace23ac-6978-5318-a146-d49599599b02"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-06T11:22:08.5127363Z","updatedOn":"2022-06-06T11:22:08.5127363Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/df253c65-35fc-4ff6-9a32-39b3fe20a6e3","type":"Microsoft.Authorization/roleAssignments","name":"df253c65-35fc-4ff6-9a32-39b3fe20a6e3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5f137a67-1b88-4f98-aa20-b71a7082dc56","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-10T14:11:57.5623976Z","updatedOn":"2022-06-10T14:11:57.5623976Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e409f573-8bda-4b7e-854a-61c445d36c6f","type":"Microsoft.Authorization/roleAssignments","name":"e409f573-8bda-4b7e-854a-61c445d36c6f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"961a41dc-cbb6-4777-9b6c-a6d4d1ea4faa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-21T12:02:09.6478601Z","updatedOn":"2022-06-21T12:02:09.6478601Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/efc8d400-cd5e-41d3-99e6-65878c1f888c","type":"Microsoft.Authorization/roleAssignments","name":"efc8d400-cd5e-41d3-99e6-65878c1f888c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"961a41dc-cbb6-4777-9b6c-a6d4d1ea4faa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-21T12:02:31.1213523Z","updatedOn":"2022-06-21T12:02:31.1213523Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/1ad6de95-d660-4f0a-84cf-1b297eafe5f6","type":"Microsoft.Authorization/roleAssignments","name":"1ad6de95-d660-4f0a-84cf-1b297eafe5f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"1831aada-7907-4673-a5e2-b11217764c9e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-21T12:22:14.2181104Z","updatedOn":"2022-06-21T12:22:14.2181104Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/c5856647-b5ff-4264-a966-049b6a58a42f","type":"Microsoft.Authorization/roleAssignments","name":"c5856647-b5ff-4264-a966-049b6a58a42f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"1831aada-7907-4673-a5e2-b11217764c9e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-21T12:22:40.2874069Z","updatedOn":"2022-06-21T12:22:40.2874069Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/a3560e50-7085-48f4-85a1-97487179cc5d","type":"Microsoft.Authorization/roleAssignments","name":"a3560e50-7085-48f4-85a1-97487179cc5d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-22T11:28:57.2073063Z","updatedOn":"2022-06-22T11:28:57.2073063Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb","type":"Microsoft.Authorization/roleAssignments","name":"c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:19:22.2256200Z","updatedOn":"2022-06-23T09:19:22.2256200Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/344b17ae-cabf-4a33-9a9d-ba30fefcbadc","type":"Microsoft.Authorization/roleAssignments","name":"344b17ae-cabf-4a33-9a9d-ba30fefcbadc"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2b81557b-8e7a-4df8-9a41-e59844f627c2","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:25:03.9969293Z","updatedOn":"2022-06-23T09:25:03.9969293Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/13a7f7c7-7364-4f9b-ba92-5430f17b29b5","type":"Microsoft.Authorization/roleAssignments","name":"13a7f7c7-7364-4f9b-ba92-5430f17b29b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-24T07:04:04.5965087Z","updatedOn":"2022-06-24T07:04:04.5965087Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ba604c54-80e1-490e-a123-9ef9d477536b","type":"Microsoft.Authorization/roleAssignments","name":"ba604c54-80e1-490e-a123-9ef9d477536b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-25T04:10:10.7065168Z","updatedOn":"2022-06-25T04:10:10.7065168Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/916a749f-b61f-4ba4-8c28-46217c3a7b4e","type":"Microsoft.Authorization/roleAssignments","name":"916a749f-b61f-4ba4-8c28-46217c3a7b4e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T07:37:58.3152810Z","updatedOn":"2022-06-27T07:37:58.3152810Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0a1046d6-ba58-491f-b473-403ec29cd2be","type":"Microsoft.Authorization/roleAssignments","name":"0a1046d6-ba58-491f-b473-403ec29cd2be"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:21:12.2347431Z","updatedOn":"2022-06-27T08:21:12.2347431Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/abc6fbbe-d4a8-4315-9532-82e90334dcc9","type":"Microsoft.Authorization/roleAssignments","name":"abc6fbbe-d4a8-4315-9532-82e90334dcc9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:17.8582970Z","updatedOn":"2022-06-27T08:43:17.8582970Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8f0bb0e-1495-48f0-aa68-33c364310cfb","type":"Microsoft.Authorization/roleAssignments","name":"b8f0bb0e-1495-48f0-aa68-33c364310cfb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:18.7801612Z","updatedOn":"2022-06-27T08:43:18.7801612Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1","type":"Microsoft.Authorization/roleAssignments","name":"b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:11.7388086Z","updatedOn":"2022-07-01T08:15:11.7388086Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/86db086e-0442-5eef-8ebc-1d8d28a4d03a","type":"Microsoft.Authorization/roleAssignments","name":"86db086e-0442-5eef-8ebc-1d8d28a4d03a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:12.7940996Z","updatedOn":"2022-07-01T08:15:12.7940996Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cbcefba6-df6c-5670-9e02-9e09f7964d9c","type":"Microsoft.Authorization/roleAssignments","name":"cbcefba6-df6c-5670-9e02-9e09f7964d9c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"fe7b070d-f778-4cfd-8acf-eda94f397a89","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-29T07:15:07.9544255Z","updatedOn":"2022-07-29T07:15:07.9544255Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/efb13d06-875d-40e3-81d5-195824e19188","type":"Microsoft.Authorization/roleAssignments","name":"efb13d06-875d-40e3-81d5-195824e19188"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"aa7a0e3a-c2c6-41e2-9838-2ae541c08a88","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-08-01T10:57:25.8183048Z","updatedOn":"2022-08-01T10:57:25.8183048Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/e179ab30-f6f9-44c6-9806-801d4240a604","type":"Microsoft.Authorization/roleAssignments","name":"e179ab30-f6f9-44c6-9806-801d4240a604"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"da112a02-e7cf-4b53-93a0-96958f47f77f","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-08-01T12:19:56.7716607Z","updatedOn":"2022-08-01T12:19:56.7716607Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/859af8cf-cf8d-4a41-b5cb-b492bbebfa96","type":"Microsoft.Authorization/roleAssignments","name":"859af8cf-cf8d-4a41-b5cb-b492bbebfa96"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"d9334401-f342-4fc7-88c4-6fb936fb3a6f","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-08-02T06:53:24.5190593Z","updatedOn":"2022-08-02T06:53:24.5190593Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/babd18e7-662a-4f61-b03b-d2790ad8ad2b","type":"Microsoft.Authorization/roleAssignments","name":"babd18e7-662a-4f61-b03b-d2790ad8ad2b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"d9334401-f342-4fc7-88c4-6fb936fb3a6f","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-08-02T06:56:06.5673047Z","updatedOn":"2022-08-02T06:56:06.5673047Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9b61e48d-b011-4da0-8daa-a65f34af5a33","type":"Microsoft.Authorization/roleAssignments","name":"9b61e48d-b011-4da0-8daa-a65f34af5a33"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f8520195-1c62-47ff-8c01-e394155b52f1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-10T11:13:36.6792855Z","updatedOn":"2022-08-10T11:13:36.6792855Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c9150af-abd1-4d00-9c16-acb375857df6","type":"Microsoft.Authorization/roleAssignments","name":"3c9150af-abd1-4d00-9c16-acb375857df6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f4bfeb83-a4cc-43e8-bee0-9808b5d0918d","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-24T05:51:56.3337713Z","updatedOn":"2022-08-24T05:51:56.3337713Z","createdBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","updatedBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3caa2a04-62bf-4a33-80f5-056840e59fb4","type":"Microsoft.Authorization/roleAssignments","name":"3caa2a04-62bf-4a33-80f5-056840e59fb4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"608ca1e9-e854-46c6-984f-d812d0e657e6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-30T13:32:28.1332524Z","updatedOn":"2022-08-30T13:32:28.1332524Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2719b245-3aeb-4cc0-92bc-6f63eea0dcbf","type":"Microsoft.Authorization/roleAssignments","name":"2719b245-3aeb-4cc0-92bc-6f63eea0dcbf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"76710889-6dec-4b99-a529-cfd36fcb16ec","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-09-05T11:30:49.7733486Z","updatedOn":"2022-09-05T11:30:49.7733486Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/bbc4ec43-5e44-4b5d-8de0-cdf89486bb41","type":"Microsoft.Authorization/roleAssignments","name":"bbc4ec43-5e44-4b5d-8de0-cdf89486bb41"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"76710889-6dec-4b99-a529-cfd36fcb16ec","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-09-05T11:33:36.9049436Z","updatedOn":"2022-09-05T11:33:36.9049436Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/3f21962f-d606-4223-b80f-43344d5dc933","type":"Microsoft.Authorization/roleAssignments","name":"3f21962f-d606-4223-b80f-43344d5dc933"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"f41bd262-eb21-47f1-9706-f12132d865e3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-09-05T11:49:52.6105159Z","updatedOn":"2022-09-05T11:49:52.6105159Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/14d078a0-ff7d-4677-aba3-9dc54afca23f","type":"Microsoft.Authorization/roleAssignments","name":"14d078a0-ff7d-4677-aba3-9dc54afca23f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"f41bd262-eb21-47f1-9706-f12132d865e3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-09-05T11:52:24.6920598Z","updatedOn":"2022-09-05T11:52:24.6920598Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/19633fe8-03e5-4a16-8ca8-6132e216935f","type":"Microsoft.Authorization/roleAssignments","name":"19633fe8-03e5-4a16-8ca8-6132e216935f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"12f8ea5c-1212-449e-b31c-0a574f43076e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-31T05:55:25.5617539Z","updatedOn":"2023-01-31T05:55:25.5617539Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9d33f09a-0f43-47cf-bde2-27143c6633e7","type":"Microsoft.Authorization/roleAssignments","name":"9d33f09a-0f43-47cf-bde2-27143c6633e7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"9ca84dd8-bc7f-493f-aad6-5776fe5cfcf1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T11:46:18.7367949Z","updatedOn":"2023-02-07T11:46:18.7367949Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/5d4c800c-2937-4424-a276-0ce194654572","type":"Microsoft.Authorization/roleAssignments","name":"5d4c800c-2937-4424-a276-0ce194654572"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"cfc56492-7710-42ce-aa54-bacfddcd15f5","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T14:37:44.2986908Z","updatedOn":"2023-02-07T14:37:44.2986908Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/f5dfe629-7f08-42b1-a0e1-3557f3bf3da6","type":"Microsoft.Authorization/roleAssignments","name":"f5dfe629-7f08-42b1-a0e1-3557f3bf3da6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"cfc56492-7710-42ce-aa54-bacfddcd15f5","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T14:40:10.8368679Z","updatedOn":"2023-02-07T14:40:10.8368679Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/cb18b5b2-f705-48bd-a21a-01a616187728","type":"Microsoft.Authorization/roleAssignments","name":"cb18b5b2-f705-48bd-a21a-01a616187728"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"ab864caf-15e7-4817-a2e9-fb976dfa9d92","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T18:24:58.0770208Z","updatedOn":"2023-02-07T18:24:58.0770208Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/a38a7654-d866-4caa-964d-bf247954ce6f","type":"Microsoft.Authorization/roleAssignments","name":"a38a7654-d866-4caa-964d-bf247954ce6f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"ab864caf-15e7-4817-a2e9-fb976dfa9d92","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T18:27:30.1142529Z","updatedOn":"2023-02-07T18:27:30.1142529Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/4b91f0d6-a6a8-451e-9d66-a9ae6b33890c","type":"Microsoft.Authorization/roleAssignments","name":"4b91f0d6-a6a8-451e-9d66-a9ae6b33890c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"7e358fea-2c3c-4c77-bbf5-d4c433fa937a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-08T06:59:01.0691008Z","updatedOn":"2023-02-08T06:59:01.0691008Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/ef38f5ad-dfa1-444f-a59c-4228a2fcb601","type":"Microsoft.Authorization/roleAssignments","name":"ef38f5ad-dfa1-444f-a59c-4228a2fcb601"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"7e358fea-2c3c-4c77-bbf5-d4c433fa937a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-08T07:01:22.2694457Z","updatedOn":"2023-02-08T07:01:22.2694457Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/a65516eb-abd7-4b4c-824c-60cc075fecd1","type":"Microsoft.Authorization/roleAssignments","name":"a65516eb-abd7-4b4c-824c-60cc075fecd1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a51d0ef9-9895-4b63-b3f8-354bb7d1a6bb","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-05-21T08:47:39.8177538Z","updatedOn":"2021-05-21T08:47:39.8177538Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/17db6abb-bc45-4967-b313-e470ec9cbbd7","type":"Microsoft.Authorization/roleAssignments","name":"17db6abb-bc45-4967-b313-e470ec9cbbd7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"7c567124-5292-4819-aa73-0224bf1c42e1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-05-23T13:38:54.7542852Z","updatedOn":"2021-05-23T13:38:54.7542852Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/0809d692-f58f-43f2-b597-7f115957407e","type":"Microsoft.Authorization/roleAssignments","name":"0809d692-f58f-43f2-b597-7f115957407e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"955c9d1b-0cb6-4ff6-91c9-f4aadf67ffe8","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-05-24T16:45:08.3835615Z","updatedOn":"2021-05-24T16:45:08.3835615Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/1b1ac6ab-19e7-4c4f-91d2-5be73096da2c","type":"Microsoft.Authorization/roleAssignments","name":"1b1ac6ab-19e7-4c4f-91d2-5be73096da2c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"7221c906-782c-44a0-ab2f-f23d8a95ce25","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-05-24T16:56:16.2751421Z","updatedOn":"2021-05-24T16:56:16.2751421Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/ca8f2433-76dc-49fa-828d-9cd2861ec25c","type":"Microsoft.Authorization/roleAssignments","name":"ca8f2433-76dc-49fa-828d-9cd2861ec25c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"e1a3bbaa-4ffb-41a6-a154-b4870d9e86b4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T06:40:53.5542743Z","updatedOn":"2021-06-04T06:40:53.5542743Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9d9ac2a8-dbac-41bb-9f17-c473f02c6370","type":"Microsoft.Authorization/roleAssignments","name":"9d9ac2a8-dbac-41bb-9f17-c473f02c6370"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"e1a3bbaa-4ffb-41a6-a154-b4870d9e86b4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T06:40:57.1326805Z","updatedOn":"2021-06-04T06:40:57.1326805Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/14b1338c-95f6-44f9-ad22-395f8ebbb1fe","type":"Microsoft.Authorization/roleAssignments","name":"14b1338c-95f6-44f9-ad22-395f8ebbb1fe"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"1da90707-df56-4d40-a805-2e646c9d95ab","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T07:02:18.2829699Z","updatedOn":"2021-06-04T07:02:18.2829699Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/bf5f4821-9baa-4dc6-9bd5-8c62f31c1a93","type":"Microsoft.Authorization/roleAssignments","name":"bf5f4821-9baa-4dc6-9bd5-8c62f31c1a93"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"1da90707-df56-4d40-a805-2e646c9d95ab","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T07:02:22.4343547Z","updatedOn":"2021-06-04T07:02:22.4343547Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/26bab283-0772-4c03-8dc1-a50c8ffa597d","type":"Microsoft.Authorization/roleAssignments","name":"26bab283-0772-4c03-8dc1-a50c8ffa597d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"ab6b1184-ff37-4d3e-b460-fbe654f7ad5c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T07:19:08.8293677Z","updatedOn":"2021-06-04T07:19:08.8293677Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/d972f611-a4bd-4b80-9e78-980984602450","type":"Microsoft.Authorization/roleAssignments","name":"d972f611-a4bd-4b80-9e78-980984602450"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"ab6b1184-ff37-4d3e-b460-fbe654f7ad5c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T07:19:12.8400651Z","updatedOn":"2021-06-04T07:19:12.8400651Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/b9393755-f5ca-41ef-a631-fb62184c57a8","type":"Microsoft.Authorization/roleAssignments","name":"b9393755-f5ca-41ef-a631-fb62184c57a8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3ffa4e46-39a3-4002-9292-e2adf0d1a8c6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T09:14:15.2633798Z","updatedOn":"2021-06-04T09:14:15.2633798Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/094981c0-d59c-4f5b-9581-72c08da65454","type":"Microsoft.Authorization/roleAssignments","name":"094981c0-d59c-4f5b-9581-72c08da65454"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"3ffa4e46-39a3-4002-9292-e2adf0d1a8c6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T09:14:19.9554484Z","updatedOn":"2021-06-04T09:14:19.9554484Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/0cac59e0-0464-4bf6-9bef-f1fadc2b08f4","type":"Microsoft.Authorization/roleAssignments","name":"0cac59e0-0464-4bf6-9bef-f1fadc2b08f4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"93e2b483-3ffa-44f8-9965-fdb104b541a2","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-06-29T05:43:19.7216795Z","updatedOn":"2021-06-29T05:43:19.7216795Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c6aff8c2-08b1-5b1a-9c80-d91164226985","type":"Microsoft.Authorization/roleAssignments","name":"c6aff8c2-08b1-5b1a-9c80-d91164226985"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"4f285ac8-5610-4d2f-854c-bfa3d16a2679","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-11T06:55:02.4909144Z","updatedOn":"2021-07-11T06:55:02.4909144Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0cec2ad2-d080-4126-a99f-f61c559b799c","type":"Microsoft.Authorization/roleAssignments","name":"0cec2ad2-d080-4126-a99f-f61c559b799c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"630db480-3ee6-47ec-ae72-5f917d466bad","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:16:28.8833400Z","updatedOn":"2021-07-13T10:16:28.8833400Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/37fe4b2d-0aca-4c27-8511-1e0d18063ec8","type":"Microsoft.Authorization/roleAssignments","name":"37fe4b2d-0aca-4c27-8511-1e0d18063ec8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"279982e7-46cf-4e40-9a3b-156c98285cb7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.5647062Z","updatedOn":"2021-07-13T10:18:48.5647062Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/7907f38d-57a7-431d-82d7-5dfa2ef0a628","type":"Microsoft.Authorization/roleAssignments","name":"7907f38d-57a7-431d-82d7-5dfa2ef0a628"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"790004d0-0112-41ad-92e8-95c464c34476","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.6068337Z","updatedOn":"2021-07-13T10:18:48.6068337Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c9bda26-83c4-4d4c-b00b-c4b58301e539","type":"Microsoft.Authorization/roleAssignments","name":"8c9bda26-83c4-4d4c-b00b-c4b58301e539"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-21T06:38:43.9281998Z","updatedOn":"2021-07-21T06:38:43.9281998Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b553fa81-60dd-45d6-9781-8c2313d68b03","type":"Microsoft.Authorization/roleAssignments","name":"b553fa81-60dd-45d6-9781-8c2313d68b03"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:20.4258578Z","updatedOn":"2021-07-27T04:31:20.4258578Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258","type":"Microsoft.Authorization/roleAssignments","name":"4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:32.4566300Z","updatedOn":"2021-07-27T04:31:32.4566300Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8176bf09-8e96-448a-ab12-eeed360ecce2","type":"Microsoft.Authorization/roleAssignments","name":"8176bf09-8e96-448a-ab12-eeed360ecce2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:48.4577322Z","updatedOn":"2021-07-27T04:31:48.4577322Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45949217-58cc-4c18-93f3-f4c90710ae2d","type":"Microsoft.Authorization/roleAssignments","name":"45949217-58cc-4c18-93f3-f4c90710ae2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:20.8138038Z","updatedOn":"2021-07-27T10:13:20.8138038Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2382b52f-1ec5-430e-ae2a-74f9ed331ced","type":"Microsoft.Authorization/roleAssignments","name":"2382b52f-1ec5-430e-ae2a-74f9ed331ced"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:23.6551958Z","updatedOn":"2021-07-27T10:13:23.6551958Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e5863947-0b21-41b7-9997-c0dfc73eec29","type":"Microsoft.Authorization/roleAssignments","name":"e5863947-0b21-41b7-9997-c0dfc73eec29"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:29.6985440Z","updatedOn":"2021-07-27T10:13:29.6985440Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/28c1cefa-942f-44c5-a4d4-c33bb92abd45","type":"Microsoft.Authorization/roleAssignments","name":"28c1cefa-942f-44c5-a4d4-c33bb92abd45"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8039a424-299a-4014-8b22-4f6d6cc60065","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-11T07:08:31.9935560Z","updatedOn":"2021-08-11T07:08:31.9935560Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/69e0bcfc-b024-4d8b-a3d5-dac447f8986c","type":"Microsoft.Authorization/roleAssignments","name":"69e0bcfc-b024-4d8b-a3d5-dac447f8986c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"8f0340b8-4b70-412b-be19-c4612d49e353","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T11:58:29.6857641Z","updatedOn":"2021-08-20T11:58:29.6857641Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd88236f-eacb-5303-912f-ba1741cf02bd","type":"Microsoft.Authorization/roleAssignments","name":"fd88236f-eacb-5303-912f-ba1741cf02bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0d8f6e68-d6c5-4a67-b6c4-3107609bbdbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T12:31:58.7980661Z","updatedOn":"2021-08-20T12:31:58.7980661Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/146f4a11-8712-583d-89eb-a7b8b82dbaa9","type":"Microsoft.Authorization/roleAssignments","name":"146f4a11-8712-583d-89eb-a7b8b82dbaa9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e2072d83-2379-4f36-ab51-b5df7460c61e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-21T14:40:08.5987892Z","updatedOn":"2021-08-21T14:40:10.5055205Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/842af679-0b58-5eb5-b94c-ff59e4105d7e","type":"Microsoft.Authorization/roleAssignments","name":"842af679-0b58-5eb5-b94c-ff59e4105d7e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"0242778c-29df-4863-ac18-2fb8fd004135","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-08-30T06:31:52.6766200Z","updatedOn":"2021-08-30T06:31:52.6766200Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/f67c65e2-e609-4ffe-b504-294b00cbd2fd","type":"Microsoft.Authorization/roleAssignments","name":"f67c65e2-e609-4ffe-b504-294b00cbd2fd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"0242778c-29df-4863-ac18-2fb8fd004135","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-08-30T06:31:57.1552781Z","updatedOn":"2021-08-30T06:31:57.1552781Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/aaeab926-d6e2-4bb6-9e9e-0607e75cc75f","type":"Microsoft.Authorization/roleAssignments","name":"aaeab926-d6e2-4bb6-9e9e-0607e75cc75f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"2ab5fb95-b72e-4d12-948b-4223754d8ffa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-09-08T08:24:19.3547440Z","updatedOn":"2021-09-08T08:24:19.3547440Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/43ee13b8-5abd-51e0-88e3-ae84049da70e","type":"Microsoft.Authorization/roleAssignments","name":"43ee13b8-5abd-51e0-88e3-ae84049da70e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-17T09:41:38.5634940Z","updatedOn":"2021-09-17T09:41:38.5634940Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":"for - temp testing purpose"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98fe0117-1e9c-4e37-b8a7-c4a1031d6916","type":"Microsoft.Authorization/roleAssignments","name":"98fe0117-1e9c-4e37-b8a7-c4a1031d6916"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-25T15:23:32.6168771Z","updatedOn":"2021-09-25T15:23:32.6168771Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d852f084-bc9f-4258-9e2c-fcf48b9eaf85","type":"Microsoft.Authorization/roleAssignments","name":"d852f084-bc9f-4258-9e2c-fcf48b9eaf85"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"2778738c-452b-45ca-b8d6-f085836a1458","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-30T07:51:25.2399474Z","updatedOn":"2021-09-30T07:51:25.2399474Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b04a3bdf-b6a6-5ffb-9394-ee5743741597","type":"Microsoft.Authorization/roleAssignments","name":"b04a3bdf-b6a6-5ffb-9394-ee5743741597"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"0ac1f52a-325b-486a-a095-f46ffdd6a9e4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-10-26T01:59:18.6998395Z","updatedOn":"2021-10-26T01:59:18.6998395Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/53a3b238-b4b0-4d3f-b416-8d6dc8d755f6","type":"Microsoft.Authorization/roleAssignments","name":"53a3b238-b4b0-4d3f-b416-8d6dc8d755f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"c3c0d020-16f0-44d8-9950-0250120a33ff","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-02T06:11:03.5575284Z","updatedOn":"2021-11-02T06:11:03.5575284Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1d017732-f67e-5aa1-a4a6-47570078d9f3","type":"Microsoft.Authorization/roleAssignments","name":"1d017732-f67e-5aa1-a4a6-47570078d9f3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-10T08:59:19.7285159Z","updatedOn":"2021-11-10T08:59:19.7285159Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a60357fa-dc0a-4479-a2a9-4329c2d0ae89","type":"Microsoft.Authorization/roleAssignments","name":"a60357fa-dc0a-4479-a2a9-4329c2d0ae89"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8dd77695-d6a5-450d-a43c-67ca01be9fbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-12T10:55:38.3698246Z","updatedOn":"2021-11-12T10:55:38.3698246Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dda5bb75-b74a-4430-975f-5bc9611c4b2d","type":"Microsoft.Authorization/roleAssignments","name":"dda5bb75-b74a-4430-975f-5bc9611c4b2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36243c78-bf99-498c-9df9-86d9f8d28608","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0181010Z","updatedOn":"2021-02-18T06:28:12.0181010Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/804f6223-03eb-4091-b460-82160fc5f818","type":"Microsoft.Authorization/roleAssignments","name":"804f6223-03eb-4091-b460-82160fc5f818"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0168587Z","updatedOn":"2021-02-18T06:28:12.0168587Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8d80e2d6-315c-495c-ab2c-91ddf75edf41","type":"Microsoft.Authorization/roleAssignments","name":"8d80e2d6-315c-495c-ab2c-91ddf75edf41"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"cf46d636-b6c1-406c-aba7-b2c3d9ed07da","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:53:53.1151640Z","updatedOn":"2021-02-26T13:53:53.1151640Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/735e98ed-f4b8-4b7d-9cc9-af4f8ae77252","type":"Microsoft.Authorization/roleAssignments","name":"735e98ed-f4b8-4b7d-9cc9-af4f8ae77252"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8505e3f4-1ee7-427c-a175-a06595231d46","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:54:27.5624477Z","updatedOn":"2021-02-26T13:54:27.5624477Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98c87a9f-b9e7-414b-8b59-bf3ec62dbc74","type":"Microsoft.Authorization/roleAssignments","name":"98c87a9f-b9e7-414b-8b59-bf3ec62dbc74"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-25T12:25:27.2277610Z","updatedOn":"2020-07-25T12:25:27.2277610Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d","type":"Microsoft.Authorization/roleAssignments","name":"fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21ae6127-c385-4ae0-b895-a8559e9aa574","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:35:35.2993523Z","updatedOn":"2020-07-31T08:35:35.2993523Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6af9fbf3-7085-4bcb-b399-88b89fac16d3","type":"Microsoft.Authorization/roleAssignments","name":"6af9fbf3-7085-4bcb-b399-88b89fac16d3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:44:16.2909420Z","updatedOn":"2020-07-31T08:44:16.2909420Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/65080390-e9b5-4566-b362-d1e96c23dae2","type":"Microsoft.Authorization/roleAssignments","name":"65080390-e9b5-4566-b362-d1e96c23dae2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:12:01.6760584Z","updatedOn":"2020-11-03T06:12:01.6760584Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a7a12420-2dce-4a47-822e-68cadf239da3","type":"Microsoft.Authorization/roleAssignments","name":"a7a12420-2dce-4a47-822e-68cadf239da3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3282af51-433d-47e8-b2b5-633fbe0fecc0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:25:32.6790913Z","updatedOn":"2020-11-03T06:25:32.6790913Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/36da831d-10ce-4f42-ba28-362960f6ea36","type":"Microsoft.Authorization/roleAssignments","name":"36da831d-10ce-4f42-ba28-362960f6ea36"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupFlaggedSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2019-10-04T07:35:39.6626948Z","updatedOn":"2019-10-04T07:35:39.6626948Z","createdBy":"8031e009-cc05-4950-8a8d-78942c4492ac","updatedBy":"8031e009-cc05-4950-8a8d-78942c4492ac","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupFlaggedSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/730fa65e-c74c-4c3d-9cc3-9457f9b97274","type":"Microsoft.Authorization/roleAssignments","name":"730fa65e-c74c-4c3d-9cc3-9457f9b97274"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupFlaggedSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2021-04-08T01:03:29.8241478Z","updatedOn":"2021-04-08T01:03:29.8241478Z","createdBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","updatedBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupFlaggedSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/63818ccb-a05c-4083-9e1d-64b4c7c0e1cd","type":"Microsoft.Authorization/roleAssignments","name":"63818ccb-a05c-4083-9e1d-64b4c7c0e1cd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"c87d9afe-4463-41d5-81e3-3bd162af9183","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2019-07-10T09:38:17.4348497Z","updatedOn":"2019-07-10T09:38:17.4348497Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/ebc56c6d-c5de-4d99-b166-89d4ac815acd","type":"Microsoft.Authorization/roleAssignments","name":"ebc56c6d-c5de-4d99-b166-89d4ac815acd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2019-03-15T11:01:18.6794974Z","updatedOn":"2019-03-15T11:01:18.6794974Z","createdBy":"809e610d-9130-4b22-8c3a-5e6c64adc2c7","updatedBy":"809e610d-9130-4b22-8c3a-5e6c64adc2c7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/9fb9b151-1d53-4eff-9336-75cf634e1e3d","type":"Microsoft.Authorization/roleAssignments","name":"9fb9b151-1d53-4eff-9336-75cf634e1e3d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f87f6638-3a1b-4562-8603-aacd59537149","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2019-05-03T06:47:05.1411825Z","updatedOn":"2019-05-03T06:47:05.1411825Z","createdBy":"809e610d-9130-4b22-8c3a-5e6c64adc2c7","updatedBy":"809e610d-9130-4b22-8c3a-5e6c64adc2c7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/24ffbb29-061f-4b1d-8c26-c6e90ef53303","type":"Microsoft.Authorization/roleAssignments","name":"24ffbb29-061f-4b1d-8c26-c6e90ef53303"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"becb4b6b-fe16-413b-a5c3-90355e0b2982","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2019-06-26T06:33:50.1123976Z","updatedOn":"2019-06-26T06:33:50.1123976Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/4c3721e8-06f4-4115-a2d8-90c4a9a57d56","type":"Microsoft.Authorization/roleAssignments","name":"4c3721e8-06f4-4115-a2d8-90c4a9a57d56"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2021-04-07T16:59:19.6098216Z","updatedOn":"2021-04-07T16:59:19.6098216Z","createdBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","updatedBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/9d2de631-e451-450b-8237-e5bc19624eee","type":"Microsoft.Authorization/roleAssignments","name":"9d2de631-e451-450b-8237-e5bc19624eee"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab","principalId":"f61a8f2d-c22b-47c9-9e09-71c6dc1686a2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2022-10-17T05:35:15.3185857Z","updatedOn":"2022-10-17T05:35:15.3185857Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/112e70a2-19dc-47b1-8a5f-b6b0ebe3101a","type":"Microsoft.Authorization/roleAssignments","name":"112e70a2-19dc-47b1-8a5f-b6b0ebe3101a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab","principalId":"38bb424d-6106-4a59-800e-90ee180570f1","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2022-10-26T02:55:09.1249140Z","updatedOn":"2022-10-26T02:55:09.1249140Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/7cdb04d8-94ce-4084-b154-6ab26e1b0041","type":"Microsoft.Authorization/roleAssignments","name":"7cdb04d8-94ce-4084-b154-6ab26e1b0041"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"b1b96a90-235c-4668-a931-ee1c08db7681","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2021-02-01T04:47:38.5676012Z","updatedOn":"2021-02-01T04:47:38.5676012Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/a9e38032-c21b-4c41-8960-1c9c982d98e2","type":"Microsoft.Authorization/roleAssignments","name":"a9e38032-c21b-4c41-8960-1c9c982d98e2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a51d0ef9-9895-4b63-b3f8-354bb7d1a6bb","principalType":"Group","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2021-03-03T05:31:57.4716459Z","updatedOn":"2021-03-03T05:31:57.4716459Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/77aa0ff2-42c2-4e01-a51d-01cf2dd7ce04","type":"Microsoft.Authorization/roleAssignments","name":"77aa0ff2-42c2-4e01-a51d-01cf2dd7ce04"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"ce2366a6-64d7-441b-939c-c9d23f91cccd","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T20:43:06.5941189Z","updatedOn":"2020-03-12T20:43:06.5941189Z","createdBy":"606f48c8-d219-4875-991d-ae6befaf0756","updatedBy":"606f48c8-d219-4875-991d-ae6befaf0756","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/ad9e2cd7-0ff7-4931-9b17-656c8f17934b","type":"Microsoft.Authorization/roleAssignments","name":"ad9e2cd7-0ff7-4931-9b17-656c8f17934b"}]}' - headers: - cache-control: - - no-cache - content-length: - - '131131' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:37:11 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly - 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: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - Cookie: - - x-ms-gateway-slice=Production - ParameterSetName: - - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance - --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.45.0 (PIP) - accept-language: - - en-US - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Disk%20Backup%20Reader%27&api-version=2018-01-01-preview - response: - body: - string: '{"value":[{"properties":{"roleName":"Disk Backup Reader","type":"BuiltInRole","description":"Provides - permission to backup vault to perform disk backup.","assignableScopes":["/"],"permissions":[{"actions":["Microsoft.Authorization/*/read","Microsoft.Compute/disks/read","Microsoft.Compute/disks/beginGetAccess/action"],"notActions":[],"dataActions":[],"notDataActions":[]}],"createdOn":"2020-12-15T07:39:03.8394514Z","updatedOn":"2021-11-11T20:14:56.0178737Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","type":"Microsoft.Authorization/roleDefinitions","name":"3e5e47e6-65f7-47ef-90b5-e5dd4d455f24"}]}' - headers: - cache-control: - - no-cache - content-length: - - '738' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:37:11 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - ParameterSetName: - - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance - --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.45.0 (PIP) - method: GET - uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2741753b57-b4fa-4774-80aa-414a3af0f706%27%29 - response: - body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' - headers: - cache-control: - - no-cache - content-length: - - '92' - content-type: - - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 - date: - - Mon, 13 Feb 2023 07:37:12 GMT - odata-version: - - '4.0' - request-id: - - db88cbac-b32f-45be-b48a-f6ef1c582599 - strict-transport-security: - - max-age=31536000 - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"001","RoleInstance":"MA1PEPF00004260"}}' - x-ms-resource-unit: - - '1' - status: - code: 200 - message: OK -- request: - body: '{"ids": ["41753b57-b4fa-4774-80aa-414a3af0f706"], "types": ["user", "group", - "servicePrincipal", "directoryObjectPartnerReference"]}' - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - Content-Length: - - '132' - Content-Type: - - application/json - ParameterSetName: - - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance - --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.45.0 (PIP) - method: POST - uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds - response: - body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"41753b57-b4fa-4774-80aa-414a3af0f706","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg/providers/Microsoft.DataProtection/BackupVaults/cli-test-new-vault1"],"appDisplayName":null,"appDescription":null,"appId":"fea0857b-fd83-4708-b252-0c5f0a38d6b0","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-02-13T07:30:29Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"cli-test-new-vault1","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["fea0857b-fd83-4708-b252-0c5f0a38d6b0","https://identity.azure.net/2czira6fp81UmSQY0i+P6p1ObGIy33lZb5C/K/6SyDY="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"81B4BF05CBCD13C46538514E74E2057DB2DD092E","displayName":"CN=fea0857b-fd83-4708-b252-0c5f0a38d6b0","endDateTime":"2023-05-14T07:25:00Z","key":null,"keyId":"3dac063a-25ed-4f07-a638-ed0fc6455a6e","startDateTime":"2023-02-13T07:25:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' - headers: - cache-control: - - no-cache - content-length: - - '1732' - content-type: - - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 - date: - - Mon, 13 Feb 2023 07:37:12 GMT - location: - - https://graph.microsoft.com - odata-version: - - '4.0' - request-id: - - 5a9e71e6-eb1e-46e5-ab1c-98bb72e9b53c - strict-transport-security: - - max-age=31536000 - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"001","RoleInstance":"MA1PEPF00004258"}}' - x-ms-resource-unit: - - '3' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - ParameterSetName: - - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance - --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.45.0 (PIP) - accept-language: - - en-US - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Disk%20Backup%20Reader%27&api-version=2018-01-01-preview - response: - body: - string: '{"value":[{"properties":{"roleName":"Disk Backup Reader","type":"BuiltInRole","description":"Provides - permission to backup vault to perform disk backup.","assignableScopes":["/"],"permissions":[{"actions":["Microsoft.Authorization/*/read","Microsoft.Compute/disks/read","Microsoft.Compute/disks/beginGetAccess/action"],"notActions":[],"dataActions":[],"notDataActions":[]}],"createdOn":"2020-12-15T07:39:03.8394514Z","updatedOn":"2021-11-11T20:14:56.0178737Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","type":"Microsoft.Authorization/roleDefinitions","name":"3e5e47e6-65f7-47ef-90b5-e5dd4d455f24"}]}' - headers: - cache-control: - - no-cache - content-length: - - '738' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:37:14 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24", - "principalId": "41753b57-b4fa-4774-80aa-414a3af0f706", "principalType": "ServicePrincipal"}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - Content-Length: - - '270' - Content-Type: - - application/json; charset=utf-8 - Cookie: - - x-ms-gateway-slice=Production - ParameterSetName: - - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance - --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.45.0 (PIP) - accept-language: - - en-US - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1/providers/Microsoft.Authorization/roleAssignments/d5806426-e0ef-4b46-800f-5ed2922a80cb?api-version=2020-04-01-preview - response: - body: - string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"41753b57-b4fa-4774-80aa-414a3af0f706","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","condition":null,"conditionVersion":null,"createdOn":"2023-02-13T07:37:15.0086909Z","updatedOn":"2023-02-13T07:37:15.7258710Z","createdBy":null,"updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1/providers/Microsoft.Authorization/roleAssignments/d5806426-e0ef-4b46-800f-5ed2922a80cb","type":"Microsoft.Authorization/roleAssignments","name":"d5806426-e0ef-4b46-800f-5ed2922a80cb"}' - headers: - cache-control: - - no-cache - content-length: - - '979' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:37:17 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1194' - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - ParameterSetName: - - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance - --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.45.0 (PIP) - method: GET - uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2741753b57-b4fa-4774-80aa-414a3af0f706%27%29 - response: - body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' - headers: - cache-control: - - no-cache - content-length: - - '92' - content-type: - - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 - date: - - Mon, 13 Feb 2023 07:37:17 GMT - odata-version: - - '4.0' - request-id: - - 9508bccf-4a5a-40f4-ba1c-5f8660d64b46 - strict-transport-security: - - max-age=31536000 - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"001","RoleInstance":"MA1PEPF0000272C"}}' - x-ms-resource-unit: - - '1' - status: - code: 200 - message: OK -- request: - body: '{"ids": ["41753b57-b4fa-4774-80aa-414a3af0f706"], "types": ["user", "group", - "servicePrincipal", "directoryObjectPartnerReference"]}' - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - Content-Length: - - '132' - Content-Type: - - application/json - ParameterSetName: - - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance - --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.45.0 (PIP) - method: POST - uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds - response: - body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"41753b57-b4fa-4774-80aa-414a3af0f706","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg/providers/Microsoft.DataProtection/BackupVaults/cli-test-new-vault1"],"appDisplayName":null,"appDescription":null,"appId":"fea0857b-fd83-4708-b252-0c5f0a38d6b0","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-02-13T07:30:29Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"cli-test-new-vault1","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["fea0857b-fd83-4708-b252-0c5f0a38d6b0","https://identity.azure.net/2czira6fp81UmSQY0i+P6p1ObGIy33lZb5C/K/6SyDY="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"81B4BF05CBCD13C46538514E74E2057DB2DD092E","displayName":"CN=fea0857b-fd83-4708-b252-0c5f0a38d6b0","endDateTime":"2023-05-14T07:25:00Z","key":null,"keyId":"3dac063a-25ed-4f07-a638-ed0fc6455a6e","startDateTime":"2023-02-13T07:25:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' - headers: - cache-control: - - no-cache - content-length: - - '1732' - content-type: - - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 - date: - - Mon, 13 Feb 2023 07:37:18 GMT - location: - - https://graph.microsoft.com - odata-version: - - '4.0' - request-id: - - 2c067063-b911-42c7-b37d-fb170353967f - strict-transport-security: - - max-age=31536000 - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"001","RoleInstance":"MA1PEPF00003103"}}' - x-ms-resource-unit: - - '3' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - ParameterSetName: - - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance - --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.45.0 (PIP) - accept-language: - - en-US - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments?$filter=atScope%28%29&api-version=2020-04-01-preview - response: - body: - string: '{"value":[{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"5c617d2b-99f8-4c90-98fe-dfe040fa33c1","principalType":"ServicePrincipal","scope":"/","condition":null,"conditionVersion":null,"createdOn":"2018-02-27T19:19:50.2663941Z","updatedOn":"2018-02-27T19:19:50.2663941Z","createdBy":null,"updatedBy":null,"delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Authorization/roleAssignments/3e883d24-b106-42ff-ad13-d7bf271b964d","type":"Microsoft.Authorization/roleAssignments","name":"3e883d24-b106-42ff-ad13-d7bf271b964d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T12:22:13.7498923Z","updatedOn":"2019-08-26T12:22:13.7498923Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f","type":"Microsoft.Authorization/roleAssignments","name":"8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-05-24T11:02:27.8515917Z","updatedOn":"2019-05-24T11:02:27.8515917Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b5eee4d7-5f9f-4f63-8040-8aec158c289b","type":"Microsoft.Authorization/roleAssignments","name":"b5eee4d7-5f9f-4f63-8040-8aec158c289b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-02-12T11:34:59.7104212Z","updatedOn":"2020-02-12T11:34:59.7104212Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f0618702-8404-4858-9a26-e61f23e7d44f","type":"Microsoft.Authorization/roleAssignments","name":"f0618702-8404-4858-9a26-e61f23e7d44f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-11-14T08:52:42.2795010Z","updatedOn":"2019-11-14T08:52:42.2795010Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/77daac38-9839-4b00-921b-e5d5a03e728c","type":"Microsoft.Authorization/roleAssignments","name":"77daac38-9839-4b00-921b-e5d5a03e728c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9693df58-7f72-4974-9bd3-1c3ceb0382f1","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-11-29T09:40:04.3180033Z","updatedOn":"2018-11-29T09:40:04.3180033Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7","type":"Microsoft.Authorization/roleAssignments","name":"ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"d1f96755-9bcf-44b8-ab82-df67360496c4","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-05-08T10:28:08.2854940Z","updatedOn":"2020-05-08T10:28:08.2854940Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dfb3ca56-a0d4-44ce-ba35-b716c3fdab86","type":"Microsoft.Authorization/roleAssignments","name":"dfb3ca56-a0d4-44ce-ba35-b716c3fdab86"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-31T09:26:43.6440415Z","updatedOn":"2018-12-31T09:26:43.6440415Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45744ea8-780f-4f3e-88aa-b73d7f6997b2","type":"Microsoft.Authorization/roleAssignments","name":"45744ea8-780f-4f3e-88aa-b73d7f6997b2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e65078fb-6b02-434a-9f11-d06bf9bc0600","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-10-25T23:42:36.3444507Z","updatedOn":"2018-10-25T23:42:36.3444507Z","createdBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","updatedBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e7ce51e8-4109-41d7-bc10-538b089599db","type":"Microsoft.Authorization/roleAssignments","name":"e7ce51e8-4109-41d7-bc10-538b089599db"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a7782e0f-1f9a-4882-b2c9-11227aad244e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-06-16T04:32:50.9673703Z","updatedOn":"2020-06-16T04:32:50.9673703Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fa21f2f-81c3-47b6-b706-650b359b96c3","type":"Microsoft.Authorization/roleAssignments","name":"9fa21f2f-81c3-47b6-b706-650b359b96c3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"00b14177-f4d2-4a4b-94f6-6e80f75745c9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T09:49:11.3750683Z","updatedOn":"2020-03-12T09:49:11.3750683Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fff0abf3-3cf7-46be-8bc7-1d1619a160fb","type":"Microsoft.Authorization/roleAssignments","name":"fff0abf3-3cf7-46be-8bc7-1d1619a160fb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T10:28:45.4880023Z","updatedOn":"2019-08-26T10:28:45.4880023Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/397a3c9c-c258-4d4e-834d-00cc08227796","type":"Microsoft.Authorization/roleAssignments","name":"397a3c9c-c258-4d4e-834d-00cc08227796"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-05T04:29:28.7359096Z","updatedOn":"2018-12-05T04:29:28.7359096Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c830f42-5f89-4d8b-8f93-d3dc936f33bd","type":"Microsoft.Authorization/roleAssignments","name":"3c830f42-5f89-4d8b-8f93-d3dc936f33bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-08T08:38:50.1742930Z","updatedOn":"2020-04-08T08:38:50.1742930Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5293a96b-830e-45f4-9e9e-22d7d020f0d8","type":"Microsoft.Authorization/roleAssignments","name":"5293a96b-830e-45f4-9e9e-22d7d020f0d8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3421d717-ca60-44e7-a9a1-773acec4e503","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T09:40:14.7658272Z","updatedOn":"2019-10-23T09:40:14.7658272Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/34b29558-faf9-43f0-a194-35ca0aa99fc5","type":"Microsoft.Authorization/roleAssignments","name":"34b29558-faf9-43f0-a194-35ca0aa99fc5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3dc88d41-4d03-4105-970d-937e56de3839","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-06-27T12:59:44.6557891Z","updatedOn":"2019-06-27T12:59:44.6557891Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e57ab8d1-ce9a-4925-b09f-2567492d9b22","type":"Microsoft.Authorization/roleAssignments","name":"e57ab8d1-ce9a-4925-b09f-2567492d9b22"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"62c799b8-9b54-4c3d-97c9-9490d16a6a9a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-08T13:01:20.9953919Z","updatedOn":"2019-08-08T13:01:20.9953919Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e1b91810-0781-462d-9517-764e4a033822","type":"Microsoft.Authorization/roleAssignments","name":"e1b91810-0781-462d-9517-764e4a033822"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T08:03:15.6803676Z","updatedOn":"2019-10-23T08:03:15.6803676Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/facbac06-ddab-437d-949a-207593fddfff","type":"Microsoft.Authorization/roleAssignments","name":"facbac06-ddab-437d-949a-207593fddfff"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"978b254a-54be-42af-80f5-e2a37b2e40e5","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-07-08T06:57:57.0377373Z","updatedOn":"2019-07-08T06:57:57.0377373Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e","type":"Microsoft.Authorization/roleAssignments","name":"89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-17T09:14:08.7913669Z","updatedOn":"2020-04-17T09:14:08.7913669Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/950c635a-23a5-4a0e-8eb6-c53e929c9699","type":"Microsoft.Authorization/roleAssignments","name":"950c635a-23a5-4a0e-8eb6-c53e929c9699"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:46.8918844Z","updatedOn":"2022-10-03T10:52:46.8918844Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5a8b530-0e4c-40d9-a003-167e38138f34","type":"Microsoft.Authorization/roleAssignments","name":"c5a8b530-0e4c-40d9-a003-167e38138f34"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"ce439730-9009-4c60-b582-277f5b9b5c47","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:47.6507241Z","updatedOn":"2022-10-03T10:52:47.6507241Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/adfaf7e6-895a-432b-9f63-650c5855b6b5","type":"Microsoft.Authorization/roleAssignments","name":"adfaf7e6-895a-432b-9f63-650c5855b6b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8a1cd6d0-5c03-4720-8cc7-22adbc865bad","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-06T10:00:44.6775425Z","updatedOn":"2022-10-06T10:00:44.6775425Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/21a219c4-e4ea-4572-9b97-ab829ee70b0b","type":"Microsoft.Authorization/roleAssignments","name":"21a219c4-e4ea-4572-9b97-ab829ee70b0b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"ba20023e-4ef7-4929-8693-f3f37fdb7667","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-19T06:48:34.7902721Z","updatedOn":"2022-10-19T06:48:34.7902721Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/70fc8a72-c6e9-4644-95d6-f27efe137007","type":"Microsoft.Authorization/roleAssignments","name":"70fc8a72-c6e9-4644-95d6-f27efe137007"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab","principalId":"cda54502-7b02-4c29-bacd-2ac17bb3fee4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-20T05:10:54.0749901Z","updatedOn":"2022-10-20T05:10:54.0749901Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a49a99d3-cfb9-4f66-b694-b3a7803fe02b","type":"Microsoft.Authorization/roleAssignments","name":"a49a99d3-cfb9-4f66-b694-b3a7803fe02b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"d6e6b7d9-6bee-44e9-a115-608b26453747","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-11-04T09:20:20.9539814Z","updatedOn":"2022-11-04T09:20:20.9539814Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5ead22ad-d09b-4591-8d0f-a571ef0dedb2","type":"Microsoft.Authorization/roleAssignments","name":"5ead22ad-d09b-4591-8d0f-a571ef0dedb2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324","principalId":"8a49a9af-c646-4a94-97e0-988219f9b933","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-11-17T09:48:40.9317341Z","updatedOn":"2022-11-17T09:48:40.9317341Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/81881251-9f42-413a-828e-f0374be3fc43","type":"Microsoft.Authorization/roleAssignments","name":"81881251-9f42-413a-828e-f0374be3fc43"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b","principalId":"8a49a9af-c646-4a94-97e0-988219f9b933","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-11-17T14:33:17.2080750Z","updatedOn":"2022-11-17T14:33:17.2080750Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/6d573002-8569-420a-bd13-90c87072b928","type":"Microsoft.Authorization/roleAssignments","name":"6d573002-8569-420a-bd13-90c87072b928"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.2924849Z","updatedOn":"2022-12-13T12:39:32.2924849Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1a2a40b4-9a41-4578-a6f5-e34068ff3bf6","type":"Microsoft.Authorization/roleAssignments","name":"1a2a40b4-9a41-4578-a6f5-e34068ff3bf6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.4781119Z","updatedOn":"2022-12-13T12:39:32.4781119Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fc9183c-bfec-41be-8c2b-2cc55420f6c1","type":"Microsoft.Authorization/roleAssignments","name":"9fc9183c-bfec-41be-8c2b-2cc55420f6c1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"fc8bd99b-292d-4396-ac07-7e46bf989efa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-04T09:17:14.5148296Z","updatedOn":"2023-01-04T09:17:14.5148296Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5c4e131f-5843-5474-af9f-427c1fca982d","type":"Microsoft.Authorization/roleAssignments","name":"5c4e131f-5843-5474-af9f-427c1fca982d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c0c54612-5a75-40a2-8a0c-bf70ab0847ba","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-13T04:47:48.8296778Z","updatedOn":"2023-01-13T04:47:48.8296778Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b56bdd79-3e27-4d79-b73b-4dc8625a172a","type":"Microsoft.Authorization/roleAssignments","name":"b56bdd79-3e27-4d79-b73b-4dc8625a172a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a4eae46b-a9d0-4586-8ac9-ba91b29f1d57","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-02-01T10:05:44.6784242Z","updatedOn":"2022-02-01T10:05:44.6784242Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8af2fb3a-292c-42a8-a870-1751c4ec4870","type":"Microsoft.Authorization/roleAssignments","name":"8af2fb3a-292c-42a8-a870-1751c4ec4870"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"662a0ec2-cfbc-45f9-ae31-2cc53070e765","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-12T12:46:49.6216206Z","updatedOn":"2022-04-12T12:46:49.6216206Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/85cc2dff-c5d4-42a3-acb6-255cd4208ef4","type":"Microsoft.Authorization/roleAssignments","name":"85cc2dff-c5d4-42a3-acb6-255cd4208ef4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"662a0ec2-cfbc-45f9-ae31-2cc53070e765","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-12T12:46:57.1459341Z","updatedOn":"2022-04-12T12:46:57.1459341Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/aba8e90d-d951-4cb5-a346-b71e478f4d1b","type":"Microsoft.Authorization/roleAssignments","name":"aba8e90d-d951-4cb5-a346-b71e478f4d1b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"30bc1f3b-ca1a-4c55-96ff-4c026f12eaa1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-12T13:09:28.3678603Z","updatedOn":"2022-04-12T13:09:28.3678603Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/79d87d90-f984-4f53-a169-2eca51c00104","type":"Microsoft.Authorization/roleAssignments","name":"79d87d90-f984-4f53-a169-2eca51c00104"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"30bc1f3b-ca1a-4c55-96ff-4c026f12eaa1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-12T13:09:33.3916295Z","updatedOn":"2022-04-12T13:09:33.3916295Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/5e185742-c91a-4efe-b0d8-db9524685ec5","type":"Microsoft.Authorization/roleAssignments","name":"5e185742-c91a-4efe-b0d8-db9524685ec5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3c582fc7-e68a-4991-a2f6-3d8a7a1f23c1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T07:01:02.2689248Z","updatedOn":"2022-04-13T07:01:02.2689248Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/c9b4f9ab-d687-4a65-910a-5bcb2f974bfe","type":"Microsoft.Authorization/roleAssignments","name":"c9b4f9ab-d687-4a65-910a-5bcb2f974bfe"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"3c582fc7-e68a-4991-a2f6-3d8a7a1f23c1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T07:01:09.3571703Z","updatedOn":"2022-04-13T07:01:09.3571703Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/8bedf13c-aa1a-4191-aa97-573f14fd97ee","type":"Microsoft.Authorization/roleAssignments","name":"8bedf13c-aa1a-4191-aa97-573f14fd97ee"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"a31004b5-ce06-49e1-8706-e8c7afe68695","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T07:43:04.6456354Z","updatedOn":"2022-04-13T07:43:04.6456354Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/bd0fc30a-6ccf-4c22-a26b-0e31aba16035","type":"Microsoft.Authorization/roleAssignments","name":"bd0fc30a-6ccf-4c22-a26b-0e31aba16035"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"a31004b5-ce06-49e1-8706-e8c7afe68695","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T07:43:10.1186881Z","updatedOn":"2022-04-13T07:43:10.1186881Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/dadaa3cd-f442-4d5c-aed3-7cbab2fba3e0","type":"Microsoft.Authorization/roleAssignments","name":"dadaa3cd-f442-4d5c-aed3-7cbab2fba3e0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"6f6a803e-4dc5-488a-8566-a4f0a984975e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T08:58:57.7706882Z","updatedOn":"2022-04-13T08:58:57.7706882Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9e3d10bf-9bfa-4a97-9ab1-b972a348abd0","type":"Microsoft.Authorization/roleAssignments","name":"9e3d10bf-9bfa-4a97-9ab1-b972a348abd0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"6f6a803e-4dc5-488a-8566-a4f0a984975e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T08:59:03.2414961Z","updatedOn":"2022-04-13T08:59:03.2414961Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/66eefd94-4bda-46df-9c61-7e92f83d91e7","type":"Microsoft.Authorization/roleAssignments","name":"66eefd94-4bda-46df-9c61-7e92f83d91e7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"829da4fd-a5f4-4ca7-bc3d-0679d104c5f0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T10:17:35.8887781Z","updatedOn":"2022-04-13T10:17:35.8887781Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/77f4f7a3-a377-49f7-a094-945b82b2bfff","type":"Microsoft.Authorization/roleAssignments","name":"77f4f7a3-a377-49f7-a094-945b82b2bfff"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"829da4fd-a5f4-4ca7-bc3d-0679d104c5f0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T10:17:41.2233089Z","updatedOn":"2022-04-13T10:17:41.2233089Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/1a71aac6-e9ce-40ff-a39f-7594df2ea6e9","type":"Microsoft.Authorization/roleAssignments","name":"1a71aac6-e9ce-40ff-a39f-7594df2ea6e9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3f74f5b7-f4f6-4b65-a45d-f1c60467e115","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-21T06:57:19.4532093Z","updatedOn":"2022-04-21T06:57:19.4532093Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/eede4548-9f71-44b7-8077-c49aa44894b4","type":"Microsoft.Authorization/roleAssignments","name":"eede4548-9f71-44b7-8077-c49aa44894b4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"3f74f5b7-f4f6-4b65-a45d-f1c60467e115","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-21T06:57:24.3439247Z","updatedOn":"2022-04-21T06:57:24.3439247Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/c011acd2-8b5d-45d6-b6c1-4ffe1867ce31","type":"Microsoft.Authorization/roleAssignments","name":"c011acd2-8b5d-45d6-b6c1-4ffe1867ce31"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"85c33f6f-5d69-4b0e-bc06-95a7d3193519","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-04T09:52:52.7340040Z","updatedOn":"2022-05-04T09:52:52.7340040Z","createdBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","updatedBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6a4f635c-309c-4a1d-8eea-86fb5aa91d80","type":"Microsoft.Authorization/roleAssignments","name":"6a4f635c-309c-4a1d-8eea-86fb5aa91d80"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-12T06:55:02.9137483Z","updatedOn":"2022-05-12T06:55:02.9137483Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a5bd1b6d-0084-40ec-9126-2250536b4778","type":"Microsoft.Authorization/roleAssignments","name":"a5bd1b6d-0084-40ec-9126-2250536b4778"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"0b2dcd24-9585-4bb4-a7c3-83e0e3bd0dc7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-05-24T11:54:25.7258076Z","updatedOn":"2022-05-24T11:54:25.7258076Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9a7dc348-d24e-438b-84b0-c7cda5bf92c4","type":"Microsoft.Authorization/roleAssignments","name":"9a7dc348-d24e-438b-84b0-c7cda5bf92c4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"0b2dcd24-9585-4bb4-a7c3-83e0e3bd0dc7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-05-24T11:54:29.8931759Z","updatedOn":"2022-05-24T11:54:29.8931759Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/aeb54d04-84b8-4530-bd7e-fe01dafd82ab","type":"Microsoft.Authorization/roleAssignments","name":"aeb54d04-84b8-4530-bd7e-fe01dafd82ab"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"f2cee52e-3d75-4f49-acc4-b5aaf72232ee","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T11:01:05.6238088Z","updatedOn":"2022-06-03T11:01:05.6238088Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2bd63fbe-e197-434f-ba1e-016bad298ff7","type":"Microsoft.Authorization/roleAssignments","name":"2bd63fbe-e197-434f-ba1e-016bad298ff7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:20:41.1511200Z","updatedOn":"2022-06-03T13:22:39.1076287Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f12c7867-43e5-5530-98e9-9d8a2f39fb92","type":"Microsoft.Authorization/roleAssignments","name":"f12c7867-43e5-5530-98e9-9d8a2f39fb92"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:37:09.9515887Z","updatedOn":"2022-06-03T14:40:22.4040874Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/bace23ac-6978-5318-a146-d49599599b02","type":"Microsoft.Authorization/roleAssignments","name":"bace23ac-6978-5318-a146-d49599599b02"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-06T11:22:08.5127363Z","updatedOn":"2022-06-06T11:22:08.5127363Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/df253c65-35fc-4ff6-9a32-39b3fe20a6e3","type":"Microsoft.Authorization/roleAssignments","name":"df253c65-35fc-4ff6-9a32-39b3fe20a6e3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5f137a67-1b88-4f98-aa20-b71a7082dc56","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-10T14:11:57.5623976Z","updatedOn":"2022-06-10T14:11:57.5623976Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e409f573-8bda-4b7e-854a-61c445d36c6f","type":"Microsoft.Authorization/roleAssignments","name":"e409f573-8bda-4b7e-854a-61c445d36c6f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"961a41dc-cbb6-4777-9b6c-a6d4d1ea4faa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-21T12:02:09.6478601Z","updatedOn":"2022-06-21T12:02:09.6478601Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/efc8d400-cd5e-41d3-99e6-65878c1f888c","type":"Microsoft.Authorization/roleAssignments","name":"efc8d400-cd5e-41d3-99e6-65878c1f888c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"961a41dc-cbb6-4777-9b6c-a6d4d1ea4faa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-21T12:02:31.1213523Z","updatedOn":"2022-06-21T12:02:31.1213523Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/1ad6de95-d660-4f0a-84cf-1b297eafe5f6","type":"Microsoft.Authorization/roleAssignments","name":"1ad6de95-d660-4f0a-84cf-1b297eafe5f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"1831aada-7907-4673-a5e2-b11217764c9e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-21T12:22:14.2181104Z","updatedOn":"2022-06-21T12:22:14.2181104Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/c5856647-b5ff-4264-a966-049b6a58a42f","type":"Microsoft.Authorization/roleAssignments","name":"c5856647-b5ff-4264-a966-049b6a58a42f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"1831aada-7907-4673-a5e2-b11217764c9e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-21T12:22:40.2874069Z","updatedOn":"2022-06-21T12:22:40.2874069Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/a3560e50-7085-48f4-85a1-97487179cc5d","type":"Microsoft.Authorization/roleAssignments","name":"a3560e50-7085-48f4-85a1-97487179cc5d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-22T11:28:57.2073063Z","updatedOn":"2022-06-22T11:28:57.2073063Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb","type":"Microsoft.Authorization/roleAssignments","name":"c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:19:22.2256200Z","updatedOn":"2022-06-23T09:19:22.2256200Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/344b17ae-cabf-4a33-9a9d-ba30fefcbadc","type":"Microsoft.Authorization/roleAssignments","name":"344b17ae-cabf-4a33-9a9d-ba30fefcbadc"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2b81557b-8e7a-4df8-9a41-e59844f627c2","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:25:03.9969293Z","updatedOn":"2022-06-23T09:25:03.9969293Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/13a7f7c7-7364-4f9b-ba92-5430f17b29b5","type":"Microsoft.Authorization/roleAssignments","name":"13a7f7c7-7364-4f9b-ba92-5430f17b29b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-24T07:04:04.5965087Z","updatedOn":"2022-06-24T07:04:04.5965087Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ba604c54-80e1-490e-a123-9ef9d477536b","type":"Microsoft.Authorization/roleAssignments","name":"ba604c54-80e1-490e-a123-9ef9d477536b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-25T04:10:10.7065168Z","updatedOn":"2022-06-25T04:10:10.7065168Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/916a749f-b61f-4ba4-8c28-46217c3a7b4e","type":"Microsoft.Authorization/roleAssignments","name":"916a749f-b61f-4ba4-8c28-46217c3a7b4e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T07:37:58.3152810Z","updatedOn":"2022-06-27T07:37:58.3152810Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0a1046d6-ba58-491f-b473-403ec29cd2be","type":"Microsoft.Authorization/roleAssignments","name":"0a1046d6-ba58-491f-b473-403ec29cd2be"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:21:12.2347431Z","updatedOn":"2022-06-27T08:21:12.2347431Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/abc6fbbe-d4a8-4315-9532-82e90334dcc9","type":"Microsoft.Authorization/roleAssignments","name":"abc6fbbe-d4a8-4315-9532-82e90334dcc9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:17.8582970Z","updatedOn":"2022-06-27T08:43:17.8582970Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8f0bb0e-1495-48f0-aa68-33c364310cfb","type":"Microsoft.Authorization/roleAssignments","name":"b8f0bb0e-1495-48f0-aa68-33c364310cfb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:18.7801612Z","updatedOn":"2022-06-27T08:43:18.7801612Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1","type":"Microsoft.Authorization/roleAssignments","name":"b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:11.7388086Z","updatedOn":"2022-07-01T08:15:11.7388086Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/86db086e-0442-5eef-8ebc-1d8d28a4d03a","type":"Microsoft.Authorization/roleAssignments","name":"86db086e-0442-5eef-8ebc-1d8d28a4d03a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:12.7940996Z","updatedOn":"2022-07-01T08:15:12.7940996Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cbcefba6-df6c-5670-9e02-9e09f7964d9c","type":"Microsoft.Authorization/roleAssignments","name":"cbcefba6-df6c-5670-9e02-9e09f7964d9c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"fe7b070d-f778-4cfd-8acf-eda94f397a89","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-29T07:15:07.9544255Z","updatedOn":"2022-07-29T07:15:07.9544255Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/efb13d06-875d-40e3-81d5-195824e19188","type":"Microsoft.Authorization/roleAssignments","name":"efb13d06-875d-40e3-81d5-195824e19188"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"aa7a0e3a-c2c6-41e2-9838-2ae541c08a88","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-08-01T10:57:25.8183048Z","updatedOn":"2022-08-01T10:57:25.8183048Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/e179ab30-f6f9-44c6-9806-801d4240a604","type":"Microsoft.Authorization/roleAssignments","name":"e179ab30-f6f9-44c6-9806-801d4240a604"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"da112a02-e7cf-4b53-93a0-96958f47f77f","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-08-01T12:19:56.7716607Z","updatedOn":"2022-08-01T12:19:56.7716607Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/859af8cf-cf8d-4a41-b5cb-b492bbebfa96","type":"Microsoft.Authorization/roleAssignments","name":"859af8cf-cf8d-4a41-b5cb-b492bbebfa96"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"d9334401-f342-4fc7-88c4-6fb936fb3a6f","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-08-02T06:53:24.5190593Z","updatedOn":"2022-08-02T06:53:24.5190593Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/babd18e7-662a-4f61-b03b-d2790ad8ad2b","type":"Microsoft.Authorization/roleAssignments","name":"babd18e7-662a-4f61-b03b-d2790ad8ad2b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"d9334401-f342-4fc7-88c4-6fb936fb3a6f","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-08-02T06:56:06.5673047Z","updatedOn":"2022-08-02T06:56:06.5673047Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9b61e48d-b011-4da0-8daa-a65f34af5a33","type":"Microsoft.Authorization/roleAssignments","name":"9b61e48d-b011-4da0-8daa-a65f34af5a33"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f8520195-1c62-47ff-8c01-e394155b52f1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-10T11:13:36.6792855Z","updatedOn":"2022-08-10T11:13:36.6792855Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c9150af-abd1-4d00-9c16-acb375857df6","type":"Microsoft.Authorization/roleAssignments","name":"3c9150af-abd1-4d00-9c16-acb375857df6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f4bfeb83-a4cc-43e8-bee0-9808b5d0918d","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-24T05:51:56.3337713Z","updatedOn":"2022-08-24T05:51:56.3337713Z","createdBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","updatedBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3caa2a04-62bf-4a33-80f5-056840e59fb4","type":"Microsoft.Authorization/roleAssignments","name":"3caa2a04-62bf-4a33-80f5-056840e59fb4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"608ca1e9-e854-46c6-984f-d812d0e657e6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-30T13:32:28.1332524Z","updatedOn":"2022-08-30T13:32:28.1332524Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2719b245-3aeb-4cc0-92bc-6f63eea0dcbf","type":"Microsoft.Authorization/roleAssignments","name":"2719b245-3aeb-4cc0-92bc-6f63eea0dcbf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"76710889-6dec-4b99-a529-cfd36fcb16ec","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-09-05T11:30:49.7733486Z","updatedOn":"2022-09-05T11:30:49.7733486Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/bbc4ec43-5e44-4b5d-8de0-cdf89486bb41","type":"Microsoft.Authorization/roleAssignments","name":"bbc4ec43-5e44-4b5d-8de0-cdf89486bb41"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"76710889-6dec-4b99-a529-cfd36fcb16ec","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-09-05T11:33:36.9049436Z","updatedOn":"2022-09-05T11:33:36.9049436Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/3f21962f-d606-4223-b80f-43344d5dc933","type":"Microsoft.Authorization/roleAssignments","name":"3f21962f-d606-4223-b80f-43344d5dc933"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"f41bd262-eb21-47f1-9706-f12132d865e3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-09-05T11:49:52.6105159Z","updatedOn":"2022-09-05T11:49:52.6105159Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/14d078a0-ff7d-4677-aba3-9dc54afca23f","type":"Microsoft.Authorization/roleAssignments","name":"14d078a0-ff7d-4677-aba3-9dc54afca23f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"f41bd262-eb21-47f1-9706-f12132d865e3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-09-05T11:52:24.6920598Z","updatedOn":"2022-09-05T11:52:24.6920598Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/19633fe8-03e5-4a16-8ca8-6132e216935f","type":"Microsoft.Authorization/roleAssignments","name":"19633fe8-03e5-4a16-8ca8-6132e216935f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"12f8ea5c-1212-449e-b31c-0a574f43076e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-31T05:55:25.5617539Z","updatedOn":"2023-01-31T05:55:25.5617539Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9d33f09a-0f43-47cf-bde2-27143c6633e7","type":"Microsoft.Authorization/roleAssignments","name":"9d33f09a-0f43-47cf-bde2-27143c6633e7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"9ca84dd8-bc7f-493f-aad6-5776fe5cfcf1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T11:46:18.7367949Z","updatedOn":"2023-02-07T11:46:18.7367949Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/5d4c800c-2937-4424-a276-0ce194654572","type":"Microsoft.Authorization/roleAssignments","name":"5d4c800c-2937-4424-a276-0ce194654572"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"cfc56492-7710-42ce-aa54-bacfddcd15f5","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T14:37:44.2986908Z","updatedOn":"2023-02-07T14:37:44.2986908Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/f5dfe629-7f08-42b1-a0e1-3557f3bf3da6","type":"Microsoft.Authorization/roleAssignments","name":"f5dfe629-7f08-42b1-a0e1-3557f3bf3da6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"cfc56492-7710-42ce-aa54-bacfddcd15f5","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T14:40:10.8368679Z","updatedOn":"2023-02-07T14:40:10.8368679Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/cb18b5b2-f705-48bd-a21a-01a616187728","type":"Microsoft.Authorization/roleAssignments","name":"cb18b5b2-f705-48bd-a21a-01a616187728"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"ab864caf-15e7-4817-a2e9-fb976dfa9d92","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T18:24:58.0770208Z","updatedOn":"2023-02-07T18:24:58.0770208Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/a38a7654-d866-4caa-964d-bf247954ce6f","type":"Microsoft.Authorization/roleAssignments","name":"a38a7654-d866-4caa-964d-bf247954ce6f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"ab864caf-15e7-4817-a2e9-fb976dfa9d92","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T18:27:30.1142529Z","updatedOn":"2023-02-07T18:27:30.1142529Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/4b91f0d6-a6a8-451e-9d66-a9ae6b33890c","type":"Microsoft.Authorization/roleAssignments","name":"4b91f0d6-a6a8-451e-9d66-a9ae6b33890c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"7e358fea-2c3c-4c77-bbf5-d4c433fa937a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-08T06:59:01.0691008Z","updatedOn":"2023-02-08T06:59:01.0691008Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/ef38f5ad-dfa1-444f-a59c-4228a2fcb601","type":"Microsoft.Authorization/roleAssignments","name":"ef38f5ad-dfa1-444f-a59c-4228a2fcb601"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"7e358fea-2c3c-4c77-bbf5-d4c433fa937a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-08T07:01:22.2694457Z","updatedOn":"2023-02-08T07:01:22.2694457Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/a65516eb-abd7-4b4c-824c-60cc075fecd1","type":"Microsoft.Authorization/roleAssignments","name":"a65516eb-abd7-4b4c-824c-60cc075fecd1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a51d0ef9-9895-4b63-b3f8-354bb7d1a6bb","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-05-21T08:47:39.8177538Z","updatedOn":"2021-05-21T08:47:39.8177538Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/17db6abb-bc45-4967-b313-e470ec9cbbd7","type":"Microsoft.Authorization/roleAssignments","name":"17db6abb-bc45-4967-b313-e470ec9cbbd7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"7c567124-5292-4819-aa73-0224bf1c42e1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-05-23T13:38:54.7542852Z","updatedOn":"2021-05-23T13:38:54.7542852Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/0809d692-f58f-43f2-b597-7f115957407e","type":"Microsoft.Authorization/roleAssignments","name":"0809d692-f58f-43f2-b597-7f115957407e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"955c9d1b-0cb6-4ff6-91c9-f4aadf67ffe8","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-05-24T16:45:08.3835615Z","updatedOn":"2021-05-24T16:45:08.3835615Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/1b1ac6ab-19e7-4c4f-91d2-5be73096da2c","type":"Microsoft.Authorization/roleAssignments","name":"1b1ac6ab-19e7-4c4f-91d2-5be73096da2c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"7221c906-782c-44a0-ab2f-f23d8a95ce25","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-05-24T16:56:16.2751421Z","updatedOn":"2021-05-24T16:56:16.2751421Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/ca8f2433-76dc-49fa-828d-9cd2861ec25c","type":"Microsoft.Authorization/roleAssignments","name":"ca8f2433-76dc-49fa-828d-9cd2861ec25c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"e1a3bbaa-4ffb-41a6-a154-b4870d9e86b4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T06:40:53.5542743Z","updatedOn":"2021-06-04T06:40:53.5542743Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9d9ac2a8-dbac-41bb-9f17-c473f02c6370","type":"Microsoft.Authorization/roleAssignments","name":"9d9ac2a8-dbac-41bb-9f17-c473f02c6370"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"e1a3bbaa-4ffb-41a6-a154-b4870d9e86b4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T06:40:57.1326805Z","updatedOn":"2021-06-04T06:40:57.1326805Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/14b1338c-95f6-44f9-ad22-395f8ebbb1fe","type":"Microsoft.Authorization/roleAssignments","name":"14b1338c-95f6-44f9-ad22-395f8ebbb1fe"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"1da90707-df56-4d40-a805-2e646c9d95ab","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T07:02:18.2829699Z","updatedOn":"2021-06-04T07:02:18.2829699Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/bf5f4821-9baa-4dc6-9bd5-8c62f31c1a93","type":"Microsoft.Authorization/roleAssignments","name":"bf5f4821-9baa-4dc6-9bd5-8c62f31c1a93"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"1da90707-df56-4d40-a805-2e646c9d95ab","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T07:02:22.4343547Z","updatedOn":"2021-06-04T07:02:22.4343547Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/26bab283-0772-4c03-8dc1-a50c8ffa597d","type":"Microsoft.Authorization/roleAssignments","name":"26bab283-0772-4c03-8dc1-a50c8ffa597d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"ab6b1184-ff37-4d3e-b460-fbe654f7ad5c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T07:19:08.8293677Z","updatedOn":"2021-06-04T07:19:08.8293677Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/d972f611-a4bd-4b80-9e78-980984602450","type":"Microsoft.Authorization/roleAssignments","name":"d972f611-a4bd-4b80-9e78-980984602450"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"ab6b1184-ff37-4d3e-b460-fbe654f7ad5c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T07:19:12.8400651Z","updatedOn":"2021-06-04T07:19:12.8400651Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/b9393755-f5ca-41ef-a631-fb62184c57a8","type":"Microsoft.Authorization/roleAssignments","name":"b9393755-f5ca-41ef-a631-fb62184c57a8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3ffa4e46-39a3-4002-9292-e2adf0d1a8c6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T09:14:15.2633798Z","updatedOn":"2021-06-04T09:14:15.2633798Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/094981c0-d59c-4f5b-9581-72c08da65454","type":"Microsoft.Authorization/roleAssignments","name":"094981c0-d59c-4f5b-9581-72c08da65454"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"3ffa4e46-39a3-4002-9292-e2adf0d1a8c6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T09:14:19.9554484Z","updatedOn":"2021-06-04T09:14:19.9554484Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/0cac59e0-0464-4bf6-9bef-f1fadc2b08f4","type":"Microsoft.Authorization/roleAssignments","name":"0cac59e0-0464-4bf6-9bef-f1fadc2b08f4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"93e2b483-3ffa-44f8-9965-fdb104b541a2","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-06-29T05:43:19.7216795Z","updatedOn":"2021-06-29T05:43:19.7216795Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c6aff8c2-08b1-5b1a-9c80-d91164226985","type":"Microsoft.Authorization/roleAssignments","name":"c6aff8c2-08b1-5b1a-9c80-d91164226985"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"4f285ac8-5610-4d2f-854c-bfa3d16a2679","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-11T06:55:02.4909144Z","updatedOn":"2021-07-11T06:55:02.4909144Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0cec2ad2-d080-4126-a99f-f61c559b799c","type":"Microsoft.Authorization/roleAssignments","name":"0cec2ad2-d080-4126-a99f-f61c559b799c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"630db480-3ee6-47ec-ae72-5f917d466bad","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:16:28.8833400Z","updatedOn":"2021-07-13T10:16:28.8833400Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/37fe4b2d-0aca-4c27-8511-1e0d18063ec8","type":"Microsoft.Authorization/roleAssignments","name":"37fe4b2d-0aca-4c27-8511-1e0d18063ec8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"279982e7-46cf-4e40-9a3b-156c98285cb7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.5647062Z","updatedOn":"2021-07-13T10:18:48.5647062Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/7907f38d-57a7-431d-82d7-5dfa2ef0a628","type":"Microsoft.Authorization/roleAssignments","name":"7907f38d-57a7-431d-82d7-5dfa2ef0a628"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"790004d0-0112-41ad-92e8-95c464c34476","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.6068337Z","updatedOn":"2021-07-13T10:18:48.6068337Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c9bda26-83c4-4d4c-b00b-c4b58301e539","type":"Microsoft.Authorization/roleAssignments","name":"8c9bda26-83c4-4d4c-b00b-c4b58301e539"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-21T06:38:43.9281998Z","updatedOn":"2021-07-21T06:38:43.9281998Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b553fa81-60dd-45d6-9781-8c2313d68b03","type":"Microsoft.Authorization/roleAssignments","name":"b553fa81-60dd-45d6-9781-8c2313d68b03"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:20.4258578Z","updatedOn":"2021-07-27T04:31:20.4258578Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258","type":"Microsoft.Authorization/roleAssignments","name":"4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:32.4566300Z","updatedOn":"2021-07-27T04:31:32.4566300Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8176bf09-8e96-448a-ab12-eeed360ecce2","type":"Microsoft.Authorization/roleAssignments","name":"8176bf09-8e96-448a-ab12-eeed360ecce2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:48.4577322Z","updatedOn":"2021-07-27T04:31:48.4577322Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45949217-58cc-4c18-93f3-f4c90710ae2d","type":"Microsoft.Authorization/roleAssignments","name":"45949217-58cc-4c18-93f3-f4c90710ae2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:20.8138038Z","updatedOn":"2021-07-27T10:13:20.8138038Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2382b52f-1ec5-430e-ae2a-74f9ed331ced","type":"Microsoft.Authorization/roleAssignments","name":"2382b52f-1ec5-430e-ae2a-74f9ed331ced"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:23.6551958Z","updatedOn":"2021-07-27T10:13:23.6551958Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e5863947-0b21-41b7-9997-c0dfc73eec29","type":"Microsoft.Authorization/roleAssignments","name":"e5863947-0b21-41b7-9997-c0dfc73eec29"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:29.6985440Z","updatedOn":"2021-07-27T10:13:29.6985440Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/28c1cefa-942f-44c5-a4d4-c33bb92abd45","type":"Microsoft.Authorization/roleAssignments","name":"28c1cefa-942f-44c5-a4d4-c33bb92abd45"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8039a424-299a-4014-8b22-4f6d6cc60065","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-11T07:08:31.9935560Z","updatedOn":"2021-08-11T07:08:31.9935560Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/69e0bcfc-b024-4d8b-a3d5-dac447f8986c","type":"Microsoft.Authorization/roleAssignments","name":"69e0bcfc-b024-4d8b-a3d5-dac447f8986c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"8f0340b8-4b70-412b-be19-c4612d49e353","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T11:58:29.6857641Z","updatedOn":"2021-08-20T11:58:29.6857641Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd88236f-eacb-5303-912f-ba1741cf02bd","type":"Microsoft.Authorization/roleAssignments","name":"fd88236f-eacb-5303-912f-ba1741cf02bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0d8f6e68-d6c5-4a67-b6c4-3107609bbdbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T12:31:58.7980661Z","updatedOn":"2021-08-20T12:31:58.7980661Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/146f4a11-8712-583d-89eb-a7b8b82dbaa9","type":"Microsoft.Authorization/roleAssignments","name":"146f4a11-8712-583d-89eb-a7b8b82dbaa9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e2072d83-2379-4f36-ab51-b5df7460c61e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-21T14:40:08.5987892Z","updatedOn":"2021-08-21T14:40:10.5055205Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/842af679-0b58-5eb5-b94c-ff59e4105d7e","type":"Microsoft.Authorization/roleAssignments","name":"842af679-0b58-5eb5-b94c-ff59e4105d7e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"0242778c-29df-4863-ac18-2fb8fd004135","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-08-30T06:31:52.6766200Z","updatedOn":"2021-08-30T06:31:52.6766200Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/f67c65e2-e609-4ffe-b504-294b00cbd2fd","type":"Microsoft.Authorization/roleAssignments","name":"f67c65e2-e609-4ffe-b504-294b00cbd2fd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"0242778c-29df-4863-ac18-2fb8fd004135","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-08-30T06:31:57.1552781Z","updatedOn":"2021-08-30T06:31:57.1552781Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/aaeab926-d6e2-4bb6-9e9e-0607e75cc75f","type":"Microsoft.Authorization/roleAssignments","name":"aaeab926-d6e2-4bb6-9e9e-0607e75cc75f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"2ab5fb95-b72e-4d12-948b-4223754d8ffa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-09-08T08:24:19.3547440Z","updatedOn":"2021-09-08T08:24:19.3547440Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/43ee13b8-5abd-51e0-88e3-ae84049da70e","type":"Microsoft.Authorization/roleAssignments","name":"43ee13b8-5abd-51e0-88e3-ae84049da70e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-17T09:41:38.5634940Z","updatedOn":"2021-09-17T09:41:38.5634940Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":"for - temp testing purpose"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98fe0117-1e9c-4e37-b8a7-c4a1031d6916","type":"Microsoft.Authorization/roleAssignments","name":"98fe0117-1e9c-4e37-b8a7-c4a1031d6916"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-25T15:23:32.6168771Z","updatedOn":"2021-09-25T15:23:32.6168771Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d852f084-bc9f-4258-9e2c-fcf48b9eaf85","type":"Microsoft.Authorization/roleAssignments","name":"d852f084-bc9f-4258-9e2c-fcf48b9eaf85"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"2778738c-452b-45ca-b8d6-f085836a1458","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-30T07:51:25.2399474Z","updatedOn":"2021-09-30T07:51:25.2399474Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b04a3bdf-b6a6-5ffb-9394-ee5743741597","type":"Microsoft.Authorization/roleAssignments","name":"b04a3bdf-b6a6-5ffb-9394-ee5743741597"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"0ac1f52a-325b-486a-a095-f46ffdd6a9e4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-10-26T01:59:18.6998395Z","updatedOn":"2021-10-26T01:59:18.6998395Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/53a3b238-b4b0-4d3f-b416-8d6dc8d755f6","type":"Microsoft.Authorization/roleAssignments","name":"53a3b238-b4b0-4d3f-b416-8d6dc8d755f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"c3c0d020-16f0-44d8-9950-0250120a33ff","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-02T06:11:03.5575284Z","updatedOn":"2021-11-02T06:11:03.5575284Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1d017732-f67e-5aa1-a4a6-47570078d9f3","type":"Microsoft.Authorization/roleAssignments","name":"1d017732-f67e-5aa1-a4a6-47570078d9f3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-10T08:59:19.7285159Z","updatedOn":"2021-11-10T08:59:19.7285159Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a60357fa-dc0a-4479-a2a9-4329c2d0ae89","type":"Microsoft.Authorization/roleAssignments","name":"a60357fa-dc0a-4479-a2a9-4329c2d0ae89"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8dd77695-d6a5-450d-a43c-67ca01be9fbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-12T10:55:38.3698246Z","updatedOn":"2021-11-12T10:55:38.3698246Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dda5bb75-b74a-4430-975f-5bc9611c4b2d","type":"Microsoft.Authorization/roleAssignments","name":"dda5bb75-b74a-4430-975f-5bc9611c4b2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36243c78-bf99-498c-9df9-86d9f8d28608","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0181010Z","updatedOn":"2021-02-18T06:28:12.0181010Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/804f6223-03eb-4091-b460-82160fc5f818","type":"Microsoft.Authorization/roleAssignments","name":"804f6223-03eb-4091-b460-82160fc5f818"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0168587Z","updatedOn":"2021-02-18T06:28:12.0168587Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8d80e2d6-315c-495c-ab2c-91ddf75edf41","type":"Microsoft.Authorization/roleAssignments","name":"8d80e2d6-315c-495c-ab2c-91ddf75edf41"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"cf46d636-b6c1-406c-aba7-b2c3d9ed07da","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:53:53.1151640Z","updatedOn":"2021-02-26T13:53:53.1151640Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/735e98ed-f4b8-4b7d-9cc9-af4f8ae77252","type":"Microsoft.Authorization/roleAssignments","name":"735e98ed-f4b8-4b7d-9cc9-af4f8ae77252"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8505e3f4-1ee7-427c-a175-a06595231d46","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:54:27.5624477Z","updatedOn":"2021-02-26T13:54:27.5624477Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98c87a9f-b9e7-414b-8b59-bf3ec62dbc74","type":"Microsoft.Authorization/roleAssignments","name":"98c87a9f-b9e7-414b-8b59-bf3ec62dbc74"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-25T12:25:27.2277610Z","updatedOn":"2020-07-25T12:25:27.2277610Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d","type":"Microsoft.Authorization/roleAssignments","name":"fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21ae6127-c385-4ae0-b895-a8559e9aa574","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:35:35.2993523Z","updatedOn":"2020-07-31T08:35:35.2993523Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6af9fbf3-7085-4bcb-b399-88b89fac16d3","type":"Microsoft.Authorization/roleAssignments","name":"6af9fbf3-7085-4bcb-b399-88b89fac16d3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:44:16.2909420Z","updatedOn":"2020-07-31T08:44:16.2909420Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/65080390-e9b5-4566-b362-d1e96c23dae2","type":"Microsoft.Authorization/roleAssignments","name":"65080390-e9b5-4566-b362-d1e96c23dae2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:12:01.6760584Z","updatedOn":"2020-11-03T06:12:01.6760584Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a7a12420-2dce-4a47-822e-68cadf239da3","type":"Microsoft.Authorization/roleAssignments","name":"a7a12420-2dce-4a47-822e-68cadf239da3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3282af51-433d-47e8-b2b5-633fbe0fecc0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:25:32.6790913Z","updatedOn":"2020-11-03T06:25:32.6790913Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/36da831d-10ce-4f42-ba28-362960f6ea36","type":"Microsoft.Authorization/roleAssignments","name":"36da831d-10ce-4f42-ba28-362960f6ea36"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupFlaggedSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2019-10-04T07:35:39.6626948Z","updatedOn":"2019-10-04T07:35:39.6626948Z","createdBy":"8031e009-cc05-4950-8a8d-78942c4492ac","updatedBy":"8031e009-cc05-4950-8a8d-78942c4492ac","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupFlaggedSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/730fa65e-c74c-4c3d-9cc3-9457f9b97274","type":"Microsoft.Authorization/roleAssignments","name":"730fa65e-c74c-4c3d-9cc3-9457f9b97274"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupFlaggedSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2021-04-08T01:03:29.8241478Z","updatedOn":"2021-04-08T01:03:29.8241478Z","createdBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","updatedBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupFlaggedSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/63818ccb-a05c-4083-9e1d-64b4c7c0e1cd","type":"Microsoft.Authorization/roleAssignments","name":"63818ccb-a05c-4083-9e1d-64b4c7c0e1cd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"c87d9afe-4463-41d5-81e3-3bd162af9183","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2019-07-10T09:38:17.4348497Z","updatedOn":"2019-07-10T09:38:17.4348497Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/ebc56c6d-c5de-4d99-b166-89d4ac815acd","type":"Microsoft.Authorization/roleAssignments","name":"ebc56c6d-c5de-4d99-b166-89d4ac815acd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2019-03-15T11:01:18.6794974Z","updatedOn":"2019-03-15T11:01:18.6794974Z","createdBy":"809e610d-9130-4b22-8c3a-5e6c64adc2c7","updatedBy":"809e610d-9130-4b22-8c3a-5e6c64adc2c7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/9fb9b151-1d53-4eff-9336-75cf634e1e3d","type":"Microsoft.Authorization/roleAssignments","name":"9fb9b151-1d53-4eff-9336-75cf634e1e3d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f87f6638-3a1b-4562-8603-aacd59537149","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2019-05-03T06:47:05.1411825Z","updatedOn":"2019-05-03T06:47:05.1411825Z","createdBy":"809e610d-9130-4b22-8c3a-5e6c64adc2c7","updatedBy":"809e610d-9130-4b22-8c3a-5e6c64adc2c7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/24ffbb29-061f-4b1d-8c26-c6e90ef53303","type":"Microsoft.Authorization/roleAssignments","name":"24ffbb29-061f-4b1d-8c26-c6e90ef53303"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"becb4b6b-fe16-413b-a5c3-90355e0b2982","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2019-06-26T06:33:50.1123976Z","updatedOn":"2019-06-26T06:33:50.1123976Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/4c3721e8-06f4-4115-a2d8-90c4a9a57d56","type":"Microsoft.Authorization/roleAssignments","name":"4c3721e8-06f4-4115-a2d8-90c4a9a57d56"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2021-04-07T16:59:19.6098216Z","updatedOn":"2021-04-07T16:59:19.6098216Z","createdBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","updatedBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/9d2de631-e451-450b-8237-e5bc19624eee","type":"Microsoft.Authorization/roleAssignments","name":"9d2de631-e451-450b-8237-e5bc19624eee"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab","principalId":"f61a8f2d-c22b-47c9-9e09-71c6dc1686a2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2022-10-17T05:35:15.3185857Z","updatedOn":"2022-10-17T05:35:15.3185857Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/112e70a2-19dc-47b1-8a5f-b6b0ebe3101a","type":"Microsoft.Authorization/roleAssignments","name":"112e70a2-19dc-47b1-8a5f-b6b0ebe3101a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab","principalId":"38bb424d-6106-4a59-800e-90ee180570f1","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2022-10-26T02:55:09.1249140Z","updatedOn":"2022-10-26T02:55:09.1249140Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/7cdb04d8-94ce-4084-b154-6ab26e1b0041","type":"Microsoft.Authorization/roleAssignments","name":"7cdb04d8-94ce-4084-b154-6ab26e1b0041"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"b1b96a90-235c-4668-a931-ee1c08db7681","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2021-02-01T04:47:38.5676012Z","updatedOn":"2021-02-01T04:47:38.5676012Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/a9e38032-c21b-4c41-8960-1c9c982d98e2","type":"Microsoft.Authorization/roleAssignments","name":"a9e38032-c21b-4c41-8960-1c9c982d98e2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a51d0ef9-9895-4b63-b3f8-354bb7d1a6bb","principalType":"Group","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2021-03-03T05:31:57.4716459Z","updatedOn":"2021-03-03T05:31:57.4716459Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/77aa0ff2-42c2-4e01-a51d-01cf2dd7ce04","type":"Microsoft.Authorization/roleAssignments","name":"77aa0ff2-42c2-4e01-a51d-01cf2dd7ce04"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"ce2366a6-64d7-441b-939c-c9d23f91cccd","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T20:43:06.5941189Z","updatedOn":"2020-03-12T20:43:06.5941189Z","createdBy":"606f48c8-d219-4875-991d-ae6befaf0756","updatedBy":"606f48c8-d219-4875-991d-ae6befaf0756","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/ad9e2cd7-0ff7-4931-9b17-656c8f17934b","type":"Microsoft.Authorization/roleAssignments","name":"ad9e2cd7-0ff7-4931-9b17-656c8f17934b"}]}' - headers: - cache-control: - - no-cache - content-length: - - '131131' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:37:19 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly - 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: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - Cookie: - - x-ms-gateway-slice=Production - ParameterSetName: - - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance - --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.45.0 (PIP) - accept-language: - - en-US - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Disk%20Snapshot%20Contributor%27&api-version=2018-01-01-preview - response: - body: - string: '{"value":[{"properties":{"roleName":"Disk Snapshot Contributor","type":"BuiltInRole","description":"Provides - permission to backup vault to manage disk snapshots.","assignableScopes":["/"],"permissions":[{"actions":["Microsoft.Authorization/*/read","Microsoft.Resources/subscriptions/resourceGroups/read","Microsoft.Compute/snapshots/delete","Microsoft.Compute/snapshots/write","Microsoft.Compute/snapshots/read","Microsoft.Compute/snapshots/beginGetAccess/action","Microsoft.Compute/snapshots/endGetAccess/action","Microsoft.Compute/disks/beginGetAccess/action","Microsoft.Storage/storageAccounts/listkeys/action","Microsoft.Storage/storageAccounts/write","Microsoft.Storage/storageAccounts/read","Microsoft.Storage/storageAccounts/delete"],"notActions":[],"dataActions":[],"notDataActions":[]}],"createdOn":"2020-12-15T12:18:51.4471411Z","updatedOn":"2021-11-11T20:14:56.9158814Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","type":"Microsoft.Authorization/roleDefinitions","name":"7efff54f-a5b4-42b5-a1c5-5411624893ce"}]}' - headers: - cache-control: - - no-cache - content-length: - - '1160' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:37:19 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - ParameterSetName: - - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance - --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.45.0 (PIP) - method: GET - uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2741753b57-b4fa-4774-80aa-414a3af0f706%27%29 - response: - body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' - headers: - cache-control: - - no-cache - content-length: - - '92' - content-type: - - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 - date: - - Mon, 13 Feb 2023 07:37:20 GMT - odata-version: - - '4.0' - request-id: - - 7b2211ea-06b5-4d30-99ec-7afdc80d05d4 - strict-transport-security: - - max-age=31536000 - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"001","RoleInstance":"MA1PEPF00002517"}}' - x-ms-resource-unit: - - '1' - status: - code: 200 - message: OK -- request: - body: '{"ids": ["41753b57-b4fa-4774-80aa-414a3af0f706"], "types": ["user", "group", - "servicePrincipal", "directoryObjectPartnerReference"]}' - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - Content-Length: - - '132' - Content-Type: - - application/json - ParameterSetName: - - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance - --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.45.0 (PIP) - method: POST - uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds - response: - body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"41753b57-b4fa-4774-80aa-414a3af0f706","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg/providers/Microsoft.DataProtection/BackupVaults/cli-test-new-vault1"],"appDisplayName":null,"appDescription":null,"appId":"fea0857b-fd83-4708-b252-0c5f0a38d6b0","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-02-13T07:30:29Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"cli-test-new-vault1","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["fea0857b-fd83-4708-b252-0c5f0a38d6b0","https://identity.azure.net/2czira6fp81UmSQY0i+P6p1ObGIy33lZb5C/K/6SyDY="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"81B4BF05CBCD13C46538514E74E2057DB2DD092E","displayName":"CN=fea0857b-fd83-4708-b252-0c5f0a38d6b0","endDateTime":"2023-05-14T07:25:00Z","key":null,"keyId":"3dac063a-25ed-4f07-a638-ed0fc6455a6e","startDateTime":"2023-02-13T07:25:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' - headers: - cache-control: - - no-cache - content-length: - - '1732' - content-type: - - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 - date: - - Mon, 13 Feb 2023 07:37:21 GMT - location: - - https://graph.microsoft.com - odata-version: - - '4.0' - request-id: - - 0c717700-7ab4-44b3-b688-e66ef65b7a54 - strict-transport-security: - - max-age=31536000 - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"001","RoleInstance":"MA1PEPF00002516"}}' - x-ms-resource-unit: - - '3' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - ParameterSetName: - - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance - --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.45.0 (PIP) - accept-language: - - en-US - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Disk%20Snapshot%20Contributor%27&api-version=2018-01-01-preview - response: - body: - string: '{"value":[{"properties":{"roleName":"Disk Snapshot Contributor","type":"BuiltInRole","description":"Provides - permission to backup vault to manage disk snapshots.","assignableScopes":["/"],"permissions":[{"actions":["Microsoft.Authorization/*/read","Microsoft.Resources/subscriptions/resourceGroups/read","Microsoft.Compute/snapshots/delete","Microsoft.Compute/snapshots/write","Microsoft.Compute/snapshots/read","Microsoft.Compute/snapshots/beginGetAccess/action","Microsoft.Compute/snapshots/endGetAccess/action","Microsoft.Compute/disks/beginGetAccess/action","Microsoft.Storage/storageAccounts/listkeys/action","Microsoft.Storage/storageAccounts/write","Microsoft.Storage/storageAccounts/read","Microsoft.Storage/storageAccounts/delete"],"notActions":[],"dataActions":[],"notDataActions":[]}],"createdOn":"2020-12-15T12:18:51.4471411Z","updatedOn":"2021-11-11T20:14:56.9158814Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","type":"Microsoft.Authorization/roleDefinitions","name":"7efff54f-a5b4-42b5-a1c5-5411624893ce"}]}' - headers: - cache-control: - - no-cache - content-length: - - '1160' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:37:22 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce", - "principalId": "41753b57-b4fa-4774-80aa-414a3af0f706", "principalType": "ServicePrincipal"}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - Content-Length: - - '270' - Content-Type: - - application/json; charset=utf-8 - Cookie: - - x-ms-gateway-slice=Production - ParameterSetName: - - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance - --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.45.0 (PIP) - accept-language: - - en-US - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/0dc7ade2-b7bc-416f-8ab9-9c89cf9396a8?api-version=2020-04-01-preview - response: - body: - string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"41753b57-b4fa-4774-80aa-414a3af0f706","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-13T07:37:23.0299072Z","updatedOn":"2023-02-13T07:37:23.9187118Z","createdBy":null,"updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/0dc7ade2-b7bc-416f-8ab9-9c89cf9396a8","type":"Microsoft.Authorization/roleAssignments","name":"0dc7ade2-b7bc-416f-8ab9-9c89cf9396a8"}' - headers: - cache-control: - - no-cache - content-length: - - '873' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:37:24 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1193' - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - ParameterSetName: - - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance - --yes - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1?api-version=2022-05-01 - response: - body: - string: '{"location":"centraluseuap","identity":{"type":"SystemAssigned","principalId":"41753b57-b4fa-4774-80aa-414a3af0f706","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"properties":{"provisioningState":"Succeeded","storageSettings":[{"datastoreType":"VaultStore","type":"LocallyRedundant"}],"isVaultProtectedByResourceGuard":false,"monitoringSettings":{"azureMonitorAlertSettings":{"alertsForAllJobFailures":"Disabled"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1","name":"cli-test-new-vault1","type":"Microsoft.DataProtection/backupVaults"}' - headers: - cache-control: - - no-cache - content-length: - - '650' - content-type: - - application/json - date: - - Mon, 13 Feb 2023 07:38:26 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '496' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - ParameterSetName: - - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance - --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.45.0 (PIP) - method: GET - uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2741753b57-b4fa-4774-80aa-414a3af0f706%27%29 - response: - body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' - headers: - cache-control: - - no-cache - content-length: - - '92' - content-type: - - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 - date: - - Mon, 13 Feb 2023 07:38:26 GMT - odata-version: - - '4.0' - request-id: - - 30b8f484-4db3-4e01-81fb-69cf4cfc251e - strict-transport-security: - - max-age=31536000 - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"001","RoleInstance":"MA1PEPF00001FEF"}}' - x-ms-resource-unit: - - '1' - status: - code: 200 - message: OK -- request: - body: '{"ids": ["41753b57-b4fa-4774-80aa-414a3af0f706"], "types": ["user", "group", - "servicePrincipal", "directoryObjectPartnerReference"]}' - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - Content-Length: - - '132' - Content-Type: - - application/json - ParameterSetName: - - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance - --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.45.0 (PIP) - method: POST - uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds - response: - body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"41753b57-b4fa-4774-80aa-414a3af0f706","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg/providers/Microsoft.DataProtection/BackupVaults/cli-test-new-vault1"],"appDisplayName":null,"appDescription":null,"appId":"fea0857b-fd83-4708-b252-0c5f0a38d6b0","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-02-13T07:30:29Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"cli-test-new-vault1","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["fea0857b-fd83-4708-b252-0c5f0a38d6b0","https://identity.azure.net/2czira6fp81UmSQY0i+P6p1ObGIy33lZb5C/K/6SyDY="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"81B4BF05CBCD13C46538514E74E2057DB2DD092E","displayName":"CN=fea0857b-fd83-4708-b252-0c5f0a38d6b0","endDateTime":"2023-05-14T07:25:00Z","key":null,"keyId":"3dac063a-25ed-4f07-a638-ed0fc6455a6e","startDateTime":"2023-02-13T07:25:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' - headers: - cache-control: - - no-cache - content-length: - - '1732' - content-type: - - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 - date: - - Mon, 13 Feb 2023 07:38:26 GMT - location: - - https://graph.microsoft.com - odata-version: - - '4.0' - request-id: - - 15184cd1-00b9-444b-8b0f-46bfde13ba38 - strict-transport-security: - - max-age=31536000 - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"001","RoleInstance":"MA1PEPF00002517"}}' - x-ms-resource-unit: - - '3' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - ParameterSetName: - - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance - --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.45.0 (PIP) - accept-language: - - en-US - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments?$filter=atScope%28%29&api-version=2020-04-01-preview - response: - body: - string: '{"value":[{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"5c617d2b-99f8-4c90-98fe-dfe040fa33c1","principalType":"ServicePrincipal","scope":"/","condition":null,"conditionVersion":null,"createdOn":"2018-02-27T19:19:50.2663941Z","updatedOn":"2018-02-27T19:19:50.2663941Z","createdBy":null,"updatedBy":null,"delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Authorization/roleAssignments/3e883d24-b106-42ff-ad13-d7bf271b964d","type":"Microsoft.Authorization/roleAssignments","name":"3e883d24-b106-42ff-ad13-d7bf271b964d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T12:22:13.7498923Z","updatedOn":"2019-08-26T12:22:13.7498923Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f","type":"Microsoft.Authorization/roleAssignments","name":"8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-05-24T11:02:27.8515917Z","updatedOn":"2019-05-24T11:02:27.8515917Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b5eee4d7-5f9f-4f63-8040-8aec158c289b","type":"Microsoft.Authorization/roleAssignments","name":"b5eee4d7-5f9f-4f63-8040-8aec158c289b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-02-12T11:34:59.7104212Z","updatedOn":"2020-02-12T11:34:59.7104212Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f0618702-8404-4858-9a26-e61f23e7d44f","type":"Microsoft.Authorization/roleAssignments","name":"f0618702-8404-4858-9a26-e61f23e7d44f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-11-14T08:52:42.2795010Z","updatedOn":"2019-11-14T08:52:42.2795010Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/77daac38-9839-4b00-921b-e5d5a03e728c","type":"Microsoft.Authorization/roleAssignments","name":"77daac38-9839-4b00-921b-e5d5a03e728c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9693df58-7f72-4974-9bd3-1c3ceb0382f1","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-11-29T09:40:04.3180033Z","updatedOn":"2018-11-29T09:40:04.3180033Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7","type":"Microsoft.Authorization/roleAssignments","name":"ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"d1f96755-9bcf-44b8-ab82-df67360496c4","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-05-08T10:28:08.2854940Z","updatedOn":"2020-05-08T10:28:08.2854940Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dfb3ca56-a0d4-44ce-ba35-b716c3fdab86","type":"Microsoft.Authorization/roleAssignments","name":"dfb3ca56-a0d4-44ce-ba35-b716c3fdab86"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-31T09:26:43.6440415Z","updatedOn":"2018-12-31T09:26:43.6440415Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45744ea8-780f-4f3e-88aa-b73d7f6997b2","type":"Microsoft.Authorization/roleAssignments","name":"45744ea8-780f-4f3e-88aa-b73d7f6997b2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e65078fb-6b02-434a-9f11-d06bf9bc0600","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-10-25T23:42:36.3444507Z","updatedOn":"2018-10-25T23:42:36.3444507Z","createdBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","updatedBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e7ce51e8-4109-41d7-bc10-538b089599db","type":"Microsoft.Authorization/roleAssignments","name":"e7ce51e8-4109-41d7-bc10-538b089599db"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a7782e0f-1f9a-4882-b2c9-11227aad244e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-06-16T04:32:50.9673703Z","updatedOn":"2020-06-16T04:32:50.9673703Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fa21f2f-81c3-47b6-b706-650b359b96c3","type":"Microsoft.Authorization/roleAssignments","name":"9fa21f2f-81c3-47b6-b706-650b359b96c3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"00b14177-f4d2-4a4b-94f6-6e80f75745c9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T09:49:11.3750683Z","updatedOn":"2020-03-12T09:49:11.3750683Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fff0abf3-3cf7-46be-8bc7-1d1619a160fb","type":"Microsoft.Authorization/roleAssignments","name":"fff0abf3-3cf7-46be-8bc7-1d1619a160fb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T10:28:45.4880023Z","updatedOn":"2019-08-26T10:28:45.4880023Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/397a3c9c-c258-4d4e-834d-00cc08227796","type":"Microsoft.Authorization/roleAssignments","name":"397a3c9c-c258-4d4e-834d-00cc08227796"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-05T04:29:28.7359096Z","updatedOn":"2018-12-05T04:29:28.7359096Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c830f42-5f89-4d8b-8f93-d3dc936f33bd","type":"Microsoft.Authorization/roleAssignments","name":"3c830f42-5f89-4d8b-8f93-d3dc936f33bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-08T08:38:50.1742930Z","updatedOn":"2020-04-08T08:38:50.1742930Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5293a96b-830e-45f4-9e9e-22d7d020f0d8","type":"Microsoft.Authorization/roleAssignments","name":"5293a96b-830e-45f4-9e9e-22d7d020f0d8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3421d717-ca60-44e7-a9a1-773acec4e503","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T09:40:14.7658272Z","updatedOn":"2019-10-23T09:40:14.7658272Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/34b29558-faf9-43f0-a194-35ca0aa99fc5","type":"Microsoft.Authorization/roleAssignments","name":"34b29558-faf9-43f0-a194-35ca0aa99fc5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3dc88d41-4d03-4105-970d-937e56de3839","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-06-27T12:59:44.6557891Z","updatedOn":"2019-06-27T12:59:44.6557891Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e57ab8d1-ce9a-4925-b09f-2567492d9b22","type":"Microsoft.Authorization/roleAssignments","name":"e57ab8d1-ce9a-4925-b09f-2567492d9b22"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"62c799b8-9b54-4c3d-97c9-9490d16a6a9a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-08T13:01:20.9953919Z","updatedOn":"2019-08-08T13:01:20.9953919Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e1b91810-0781-462d-9517-764e4a033822","type":"Microsoft.Authorization/roleAssignments","name":"e1b91810-0781-462d-9517-764e4a033822"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T08:03:15.6803676Z","updatedOn":"2019-10-23T08:03:15.6803676Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/facbac06-ddab-437d-949a-207593fddfff","type":"Microsoft.Authorization/roleAssignments","name":"facbac06-ddab-437d-949a-207593fddfff"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"978b254a-54be-42af-80f5-e2a37b2e40e5","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-07-08T06:57:57.0377373Z","updatedOn":"2019-07-08T06:57:57.0377373Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e","type":"Microsoft.Authorization/roleAssignments","name":"89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-17T09:14:08.7913669Z","updatedOn":"2020-04-17T09:14:08.7913669Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/950c635a-23a5-4a0e-8eb6-c53e929c9699","type":"Microsoft.Authorization/roleAssignments","name":"950c635a-23a5-4a0e-8eb6-c53e929c9699"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:46.8918844Z","updatedOn":"2022-10-03T10:52:46.8918844Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5a8b530-0e4c-40d9-a003-167e38138f34","type":"Microsoft.Authorization/roleAssignments","name":"c5a8b530-0e4c-40d9-a003-167e38138f34"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"ce439730-9009-4c60-b582-277f5b9b5c47","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:47.6507241Z","updatedOn":"2022-10-03T10:52:47.6507241Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/adfaf7e6-895a-432b-9f63-650c5855b6b5","type":"Microsoft.Authorization/roleAssignments","name":"adfaf7e6-895a-432b-9f63-650c5855b6b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8a1cd6d0-5c03-4720-8cc7-22adbc865bad","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-06T10:00:44.6775425Z","updatedOn":"2022-10-06T10:00:44.6775425Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/21a219c4-e4ea-4572-9b97-ab829ee70b0b","type":"Microsoft.Authorization/roleAssignments","name":"21a219c4-e4ea-4572-9b97-ab829ee70b0b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"ba20023e-4ef7-4929-8693-f3f37fdb7667","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-19T06:48:34.7902721Z","updatedOn":"2022-10-19T06:48:34.7902721Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/70fc8a72-c6e9-4644-95d6-f27efe137007","type":"Microsoft.Authorization/roleAssignments","name":"70fc8a72-c6e9-4644-95d6-f27efe137007"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab","principalId":"cda54502-7b02-4c29-bacd-2ac17bb3fee4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-20T05:10:54.0749901Z","updatedOn":"2022-10-20T05:10:54.0749901Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a49a99d3-cfb9-4f66-b694-b3a7803fe02b","type":"Microsoft.Authorization/roleAssignments","name":"a49a99d3-cfb9-4f66-b694-b3a7803fe02b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"d6e6b7d9-6bee-44e9-a115-608b26453747","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-11-04T09:20:20.9539814Z","updatedOn":"2022-11-04T09:20:20.9539814Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5ead22ad-d09b-4591-8d0f-a571ef0dedb2","type":"Microsoft.Authorization/roleAssignments","name":"5ead22ad-d09b-4591-8d0f-a571ef0dedb2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324","principalId":"8a49a9af-c646-4a94-97e0-988219f9b933","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-11-17T09:48:40.9317341Z","updatedOn":"2022-11-17T09:48:40.9317341Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/81881251-9f42-413a-828e-f0374be3fc43","type":"Microsoft.Authorization/roleAssignments","name":"81881251-9f42-413a-828e-f0374be3fc43"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b","principalId":"8a49a9af-c646-4a94-97e0-988219f9b933","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-11-17T14:33:17.2080750Z","updatedOn":"2022-11-17T14:33:17.2080750Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/6d573002-8569-420a-bd13-90c87072b928","type":"Microsoft.Authorization/roleAssignments","name":"6d573002-8569-420a-bd13-90c87072b928"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.2924849Z","updatedOn":"2022-12-13T12:39:32.2924849Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1a2a40b4-9a41-4578-a6f5-e34068ff3bf6","type":"Microsoft.Authorization/roleAssignments","name":"1a2a40b4-9a41-4578-a6f5-e34068ff3bf6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.4781119Z","updatedOn":"2022-12-13T12:39:32.4781119Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fc9183c-bfec-41be-8c2b-2cc55420f6c1","type":"Microsoft.Authorization/roleAssignments","name":"9fc9183c-bfec-41be-8c2b-2cc55420f6c1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"fc8bd99b-292d-4396-ac07-7e46bf989efa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-04T09:17:14.5148296Z","updatedOn":"2023-01-04T09:17:14.5148296Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5c4e131f-5843-5474-af9f-427c1fca982d","type":"Microsoft.Authorization/roleAssignments","name":"5c4e131f-5843-5474-af9f-427c1fca982d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c0c54612-5a75-40a2-8a0c-bf70ab0847ba","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-13T04:47:48.8296778Z","updatedOn":"2023-01-13T04:47:48.8296778Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b56bdd79-3e27-4d79-b73b-4dc8625a172a","type":"Microsoft.Authorization/roleAssignments","name":"b56bdd79-3e27-4d79-b73b-4dc8625a172a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a4eae46b-a9d0-4586-8ac9-ba91b29f1d57","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-02-01T10:05:44.6784242Z","updatedOn":"2022-02-01T10:05:44.6784242Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8af2fb3a-292c-42a8-a870-1751c4ec4870","type":"Microsoft.Authorization/roleAssignments","name":"8af2fb3a-292c-42a8-a870-1751c4ec4870"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"662a0ec2-cfbc-45f9-ae31-2cc53070e765","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-12T12:46:49.6216206Z","updatedOn":"2022-04-12T12:46:49.6216206Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/85cc2dff-c5d4-42a3-acb6-255cd4208ef4","type":"Microsoft.Authorization/roleAssignments","name":"85cc2dff-c5d4-42a3-acb6-255cd4208ef4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"662a0ec2-cfbc-45f9-ae31-2cc53070e765","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-12T12:46:57.1459341Z","updatedOn":"2022-04-12T12:46:57.1459341Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/aba8e90d-d951-4cb5-a346-b71e478f4d1b","type":"Microsoft.Authorization/roleAssignments","name":"aba8e90d-d951-4cb5-a346-b71e478f4d1b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"30bc1f3b-ca1a-4c55-96ff-4c026f12eaa1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-12T13:09:28.3678603Z","updatedOn":"2022-04-12T13:09:28.3678603Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/79d87d90-f984-4f53-a169-2eca51c00104","type":"Microsoft.Authorization/roleAssignments","name":"79d87d90-f984-4f53-a169-2eca51c00104"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"30bc1f3b-ca1a-4c55-96ff-4c026f12eaa1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-12T13:09:33.3916295Z","updatedOn":"2022-04-12T13:09:33.3916295Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/5e185742-c91a-4efe-b0d8-db9524685ec5","type":"Microsoft.Authorization/roleAssignments","name":"5e185742-c91a-4efe-b0d8-db9524685ec5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3c582fc7-e68a-4991-a2f6-3d8a7a1f23c1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T07:01:02.2689248Z","updatedOn":"2022-04-13T07:01:02.2689248Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/c9b4f9ab-d687-4a65-910a-5bcb2f974bfe","type":"Microsoft.Authorization/roleAssignments","name":"c9b4f9ab-d687-4a65-910a-5bcb2f974bfe"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"3c582fc7-e68a-4991-a2f6-3d8a7a1f23c1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T07:01:09.3571703Z","updatedOn":"2022-04-13T07:01:09.3571703Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/8bedf13c-aa1a-4191-aa97-573f14fd97ee","type":"Microsoft.Authorization/roleAssignments","name":"8bedf13c-aa1a-4191-aa97-573f14fd97ee"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"a31004b5-ce06-49e1-8706-e8c7afe68695","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T07:43:04.6456354Z","updatedOn":"2022-04-13T07:43:04.6456354Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/bd0fc30a-6ccf-4c22-a26b-0e31aba16035","type":"Microsoft.Authorization/roleAssignments","name":"bd0fc30a-6ccf-4c22-a26b-0e31aba16035"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"a31004b5-ce06-49e1-8706-e8c7afe68695","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T07:43:10.1186881Z","updatedOn":"2022-04-13T07:43:10.1186881Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/dadaa3cd-f442-4d5c-aed3-7cbab2fba3e0","type":"Microsoft.Authorization/roleAssignments","name":"dadaa3cd-f442-4d5c-aed3-7cbab2fba3e0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"6f6a803e-4dc5-488a-8566-a4f0a984975e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T08:58:57.7706882Z","updatedOn":"2022-04-13T08:58:57.7706882Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9e3d10bf-9bfa-4a97-9ab1-b972a348abd0","type":"Microsoft.Authorization/roleAssignments","name":"9e3d10bf-9bfa-4a97-9ab1-b972a348abd0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"6f6a803e-4dc5-488a-8566-a4f0a984975e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T08:59:03.2414961Z","updatedOn":"2022-04-13T08:59:03.2414961Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/66eefd94-4bda-46df-9c61-7e92f83d91e7","type":"Microsoft.Authorization/roleAssignments","name":"66eefd94-4bda-46df-9c61-7e92f83d91e7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"829da4fd-a5f4-4ca7-bc3d-0679d104c5f0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T10:17:35.8887781Z","updatedOn":"2022-04-13T10:17:35.8887781Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/77f4f7a3-a377-49f7-a094-945b82b2bfff","type":"Microsoft.Authorization/roleAssignments","name":"77f4f7a3-a377-49f7-a094-945b82b2bfff"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"829da4fd-a5f4-4ca7-bc3d-0679d104c5f0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-13T10:17:41.2233089Z","updatedOn":"2022-04-13T10:17:41.2233089Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/1a71aac6-e9ce-40ff-a39f-7594df2ea6e9","type":"Microsoft.Authorization/roleAssignments","name":"1a71aac6-e9ce-40ff-a39f-7594df2ea6e9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3f74f5b7-f4f6-4b65-a45d-f1c60467e115","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-21T06:57:19.4532093Z","updatedOn":"2022-04-21T06:57:19.4532093Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/eede4548-9f71-44b7-8077-c49aa44894b4","type":"Microsoft.Authorization/roleAssignments","name":"eede4548-9f71-44b7-8077-c49aa44894b4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"3f74f5b7-f4f6-4b65-a45d-f1c60467e115","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-04-21T06:57:24.3439247Z","updatedOn":"2022-04-21T06:57:24.3439247Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/c011acd2-8b5d-45d6-b6c1-4ffe1867ce31","type":"Microsoft.Authorization/roleAssignments","name":"c011acd2-8b5d-45d6-b6c1-4ffe1867ce31"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"85c33f6f-5d69-4b0e-bc06-95a7d3193519","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-04T09:52:52.7340040Z","updatedOn":"2022-05-04T09:52:52.7340040Z","createdBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","updatedBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6a4f635c-309c-4a1d-8eea-86fb5aa91d80","type":"Microsoft.Authorization/roleAssignments","name":"6a4f635c-309c-4a1d-8eea-86fb5aa91d80"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-12T06:55:02.9137483Z","updatedOn":"2022-05-12T06:55:02.9137483Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a5bd1b6d-0084-40ec-9126-2250536b4778","type":"Microsoft.Authorization/roleAssignments","name":"a5bd1b6d-0084-40ec-9126-2250536b4778"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"0b2dcd24-9585-4bb4-a7c3-83e0e3bd0dc7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-05-24T11:54:25.7258076Z","updatedOn":"2022-05-24T11:54:25.7258076Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9a7dc348-d24e-438b-84b0-c7cda5bf92c4","type":"Microsoft.Authorization/roleAssignments","name":"9a7dc348-d24e-438b-84b0-c7cda5bf92c4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"0b2dcd24-9585-4bb4-a7c3-83e0e3bd0dc7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-05-24T11:54:29.8931759Z","updatedOn":"2022-05-24T11:54:29.8931759Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/aeb54d04-84b8-4530-bd7e-fe01dafd82ab","type":"Microsoft.Authorization/roleAssignments","name":"aeb54d04-84b8-4530-bd7e-fe01dafd82ab"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"f2cee52e-3d75-4f49-acc4-b5aaf72232ee","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T11:01:05.6238088Z","updatedOn":"2022-06-03T11:01:05.6238088Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2bd63fbe-e197-434f-ba1e-016bad298ff7","type":"Microsoft.Authorization/roleAssignments","name":"2bd63fbe-e197-434f-ba1e-016bad298ff7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:20:41.1511200Z","updatedOn":"2022-06-03T13:22:39.1076287Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f12c7867-43e5-5530-98e9-9d8a2f39fb92","type":"Microsoft.Authorization/roleAssignments","name":"f12c7867-43e5-5530-98e9-9d8a2f39fb92"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:37:09.9515887Z","updatedOn":"2022-06-03T14:40:22.4040874Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/bace23ac-6978-5318-a146-d49599599b02","type":"Microsoft.Authorization/roleAssignments","name":"bace23ac-6978-5318-a146-d49599599b02"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-06T11:22:08.5127363Z","updatedOn":"2022-06-06T11:22:08.5127363Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/df253c65-35fc-4ff6-9a32-39b3fe20a6e3","type":"Microsoft.Authorization/roleAssignments","name":"df253c65-35fc-4ff6-9a32-39b3fe20a6e3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5f137a67-1b88-4f98-aa20-b71a7082dc56","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-10T14:11:57.5623976Z","updatedOn":"2022-06-10T14:11:57.5623976Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e409f573-8bda-4b7e-854a-61c445d36c6f","type":"Microsoft.Authorization/roleAssignments","name":"e409f573-8bda-4b7e-854a-61c445d36c6f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"961a41dc-cbb6-4777-9b6c-a6d4d1ea4faa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-21T12:02:09.6478601Z","updatedOn":"2022-06-21T12:02:09.6478601Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/efc8d400-cd5e-41d3-99e6-65878c1f888c","type":"Microsoft.Authorization/roleAssignments","name":"efc8d400-cd5e-41d3-99e6-65878c1f888c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"961a41dc-cbb6-4777-9b6c-a6d4d1ea4faa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-21T12:02:31.1213523Z","updatedOn":"2022-06-21T12:02:31.1213523Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/1ad6de95-d660-4f0a-84cf-1b297eafe5f6","type":"Microsoft.Authorization/roleAssignments","name":"1ad6de95-d660-4f0a-84cf-1b297eafe5f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"1831aada-7907-4673-a5e2-b11217764c9e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-21T12:22:14.2181104Z","updatedOn":"2022-06-21T12:22:14.2181104Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/c5856647-b5ff-4264-a966-049b6a58a42f","type":"Microsoft.Authorization/roleAssignments","name":"c5856647-b5ff-4264-a966-049b6a58a42f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"1831aada-7907-4673-a5e2-b11217764c9e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-21T12:22:40.2874069Z","updatedOn":"2022-06-21T12:22:40.2874069Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/a3560e50-7085-48f4-85a1-97487179cc5d","type":"Microsoft.Authorization/roleAssignments","name":"a3560e50-7085-48f4-85a1-97487179cc5d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-22T11:28:57.2073063Z","updatedOn":"2022-06-22T11:28:57.2073063Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb","type":"Microsoft.Authorization/roleAssignments","name":"c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:19:22.2256200Z","updatedOn":"2022-06-23T09:19:22.2256200Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/344b17ae-cabf-4a33-9a9d-ba30fefcbadc","type":"Microsoft.Authorization/roleAssignments","name":"344b17ae-cabf-4a33-9a9d-ba30fefcbadc"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2b81557b-8e7a-4df8-9a41-e59844f627c2","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:25:03.9969293Z","updatedOn":"2022-06-23T09:25:03.9969293Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/13a7f7c7-7364-4f9b-ba92-5430f17b29b5","type":"Microsoft.Authorization/roleAssignments","name":"13a7f7c7-7364-4f9b-ba92-5430f17b29b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-24T07:04:04.5965087Z","updatedOn":"2022-06-24T07:04:04.5965087Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ba604c54-80e1-490e-a123-9ef9d477536b","type":"Microsoft.Authorization/roleAssignments","name":"ba604c54-80e1-490e-a123-9ef9d477536b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-25T04:10:10.7065168Z","updatedOn":"2022-06-25T04:10:10.7065168Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/916a749f-b61f-4ba4-8c28-46217c3a7b4e","type":"Microsoft.Authorization/roleAssignments","name":"916a749f-b61f-4ba4-8c28-46217c3a7b4e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T07:37:58.3152810Z","updatedOn":"2022-06-27T07:37:58.3152810Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0a1046d6-ba58-491f-b473-403ec29cd2be","type":"Microsoft.Authorization/roleAssignments","name":"0a1046d6-ba58-491f-b473-403ec29cd2be"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:21:12.2347431Z","updatedOn":"2022-06-27T08:21:12.2347431Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/abc6fbbe-d4a8-4315-9532-82e90334dcc9","type":"Microsoft.Authorization/roleAssignments","name":"abc6fbbe-d4a8-4315-9532-82e90334dcc9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:17.8582970Z","updatedOn":"2022-06-27T08:43:17.8582970Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8f0bb0e-1495-48f0-aa68-33c364310cfb","type":"Microsoft.Authorization/roleAssignments","name":"b8f0bb0e-1495-48f0-aa68-33c364310cfb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:18.7801612Z","updatedOn":"2022-06-27T08:43:18.7801612Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1","type":"Microsoft.Authorization/roleAssignments","name":"b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:11.7388086Z","updatedOn":"2022-07-01T08:15:11.7388086Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/86db086e-0442-5eef-8ebc-1d8d28a4d03a","type":"Microsoft.Authorization/roleAssignments","name":"86db086e-0442-5eef-8ebc-1d8d28a4d03a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:12.7940996Z","updatedOn":"2022-07-01T08:15:12.7940996Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cbcefba6-df6c-5670-9e02-9e09f7964d9c","type":"Microsoft.Authorization/roleAssignments","name":"cbcefba6-df6c-5670-9e02-9e09f7964d9c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"fe7b070d-f778-4cfd-8acf-eda94f397a89","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-29T07:15:07.9544255Z","updatedOn":"2022-07-29T07:15:07.9544255Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/efb13d06-875d-40e3-81d5-195824e19188","type":"Microsoft.Authorization/roleAssignments","name":"efb13d06-875d-40e3-81d5-195824e19188"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"aa7a0e3a-c2c6-41e2-9838-2ae541c08a88","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-08-01T10:57:25.8183048Z","updatedOn":"2022-08-01T10:57:25.8183048Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/e179ab30-f6f9-44c6-9806-801d4240a604","type":"Microsoft.Authorization/roleAssignments","name":"e179ab30-f6f9-44c6-9806-801d4240a604"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"da112a02-e7cf-4b53-93a0-96958f47f77f","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-08-01T12:19:56.7716607Z","updatedOn":"2022-08-01T12:19:56.7716607Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/859af8cf-cf8d-4a41-b5cb-b492bbebfa96","type":"Microsoft.Authorization/roleAssignments","name":"859af8cf-cf8d-4a41-b5cb-b492bbebfa96"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"d9334401-f342-4fc7-88c4-6fb936fb3a6f","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-08-02T06:53:24.5190593Z","updatedOn":"2022-08-02T06:53:24.5190593Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/babd18e7-662a-4f61-b03b-d2790ad8ad2b","type":"Microsoft.Authorization/roleAssignments","name":"babd18e7-662a-4f61-b03b-d2790ad8ad2b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"d9334401-f342-4fc7-88c4-6fb936fb3a6f","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-08-02T06:56:06.5673047Z","updatedOn":"2022-08-02T06:56:06.5673047Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9b61e48d-b011-4da0-8daa-a65f34af5a33","type":"Microsoft.Authorization/roleAssignments","name":"9b61e48d-b011-4da0-8daa-a65f34af5a33"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f8520195-1c62-47ff-8c01-e394155b52f1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-10T11:13:36.6792855Z","updatedOn":"2022-08-10T11:13:36.6792855Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c9150af-abd1-4d00-9c16-acb375857df6","type":"Microsoft.Authorization/roleAssignments","name":"3c9150af-abd1-4d00-9c16-acb375857df6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f4bfeb83-a4cc-43e8-bee0-9808b5d0918d","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-24T05:51:56.3337713Z","updatedOn":"2022-08-24T05:51:56.3337713Z","createdBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","updatedBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3caa2a04-62bf-4a33-80f5-056840e59fb4","type":"Microsoft.Authorization/roleAssignments","name":"3caa2a04-62bf-4a33-80f5-056840e59fb4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"608ca1e9-e854-46c6-984f-d812d0e657e6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-30T13:32:28.1332524Z","updatedOn":"2022-08-30T13:32:28.1332524Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2719b245-3aeb-4cc0-92bc-6f63eea0dcbf","type":"Microsoft.Authorization/roleAssignments","name":"2719b245-3aeb-4cc0-92bc-6f63eea0dcbf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"76710889-6dec-4b99-a529-cfd36fcb16ec","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-09-05T11:30:49.7733486Z","updatedOn":"2022-09-05T11:30:49.7733486Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/bbc4ec43-5e44-4b5d-8de0-cdf89486bb41","type":"Microsoft.Authorization/roleAssignments","name":"bbc4ec43-5e44-4b5d-8de0-cdf89486bb41"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"76710889-6dec-4b99-a529-cfd36fcb16ec","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-09-05T11:33:36.9049436Z","updatedOn":"2022-09-05T11:33:36.9049436Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/3f21962f-d606-4223-b80f-43344d5dc933","type":"Microsoft.Authorization/roleAssignments","name":"3f21962f-d606-4223-b80f-43344d5dc933"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"f41bd262-eb21-47f1-9706-f12132d865e3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-09-05T11:49:52.6105159Z","updatedOn":"2022-09-05T11:49:52.6105159Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/14d078a0-ff7d-4677-aba3-9dc54afca23f","type":"Microsoft.Authorization/roleAssignments","name":"14d078a0-ff7d-4677-aba3-9dc54afca23f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"f41bd262-eb21-47f1-9706-f12132d865e3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2022-09-05T11:52:24.6920598Z","updatedOn":"2022-09-05T11:52:24.6920598Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/19633fe8-03e5-4a16-8ca8-6132e216935f","type":"Microsoft.Authorization/roleAssignments","name":"19633fe8-03e5-4a16-8ca8-6132e216935f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"12f8ea5c-1212-449e-b31c-0a574f43076e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-31T05:55:25.5617539Z","updatedOn":"2023-01-31T05:55:25.5617539Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9d33f09a-0f43-47cf-bde2-27143c6633e7","type":"Microsoft.Authorization/roleAssignments","name":"9d33f09a-0f43-47cf-bde2-27143c6633e7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"9ca84dd8-bc7f-493f-aad6-5776fe5cfcf1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T11:46:18.7367949Z","updatedOn":"2023-02-07T11:46:18.7367949Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/5d4c800c-2937-4424-a276-0ce194654572","type":"Microsoft.Authorization/roleAssignments","name":"5d4c800c-2937-4424-a276-0ce194654572"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"cfc56492-7710-42ce-aa54-bacfddcd15f5","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T14:37:44.2986908Z","updatedOn":"2023-02-07T14:37:44.2986908Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/f5dfe629-7f08-42b1-a0e1-3557f3bf3da6","type":"Microsoft.Authorization/roleAssignments","name":"f5dfe629-7f08-42b1-a0e1-3557f3bf3da6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"cfc56492-7710-42ce-aa54-bacfddcd15f5","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T14:40:10.8368679Z","updatedOn":"2023-02-07T14:40:10.8368679Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/cb18b5b2-f705-48bd-a21a-01a616187728","type":"Microsoft.Authorization/roleAssignments","name":"cb18b5b2-f705-48bd-a21a-01a616187728"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"ab864caf-15e7-4817-a2e9-fb976dfa9d92","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T18:24:58.0770208Z","updatedOn":"2023-02-07T18:24:58.0770208Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/a38a7654-d866-4caa-964d-bf247954ce6f","type":"Microsoft.Authorization/roleAssignments","name":"a38a7654-d866-4caa-964d-bf247954ce6f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"ab864caf-15e7-4817-a2e9-fb976dfa9d92","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T18:27:30.1142529Z","updatedOn":"2023-02-07T18:27:30.1142529Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/4b91f0d6-a6a8-451e-9d66-a9ae6b33890c","type":"Microsoft.Authorization/roleAssignments","name":"4b91f0d6-a6a8-451e-9d66-a9ae6b33890c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"7e358fea-2c3c-4c77-bbf5-d4c433fa937a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-08T06:59:01.0691008Z","updatedOn":"2023-02-08T06:59:01.0691008Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/ef38f5ad-dfa1-444f-a59c-4228a2fcb601","type":"Microsoft.Authorization/roleAssignments","name":"ef38f5ad-dfa1-444f-a59c-4228a2fcb601"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"7e358fea-2c3c-4c77-bbf5-d4c433fa937a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-08T07:01:22.2694457Z","updatedOn":"2023-02-08T07:01:22.2694457Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/a65516eb-abd7-4b4c-824c-60cc075fecd1","type":"Microsoft.Authorization/roleAssignments","name":"a65516eb-abd7-4b4c-824c-60cc075fecd1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"41753b57-b4fa-4774-80aa-414a3af0f706","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-13T07:37:24.2216257Z","updatedOn":"2023-02-13T07:37:24.2216257Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/0dc7ade2-b7bc-416f-8ab9-9c89cf9396a8","type":"Microsoft.Authorization/roleAssignments","name":"0dc7ade2-b7bc-416f-8ab9-9c89cf9396a8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a51d0ef9-9895-4b63-b3f8-354bb7d1a6bb","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-05-21T08:47:39.8177538Z","updatedOn":"2021-05-21T08:47:39.8177538Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/17db6abb-bc45-4967-b313-e470ec9cbbd7","type":"Microsoft.Authorization/roleAssignments","name":"17db6abb-bc45-4967-b313-e470ec9cbbd7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"7c567124-5292-4819-aa73-0224bf1c42e1","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-05-23T13:38:54.7542852Z","updatedOn":"2021-05-23T13:38:54.7542852Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/0809d692-f58f-43f2-b597-7f115957407e","type":"Microsoft.Authorization/roleAssignments","name":"0809d692-f58f-43f2-b597-7f115957407e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"955c9d1b-0cb6-4ff6-91c9-f4aadf67ffe8","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-05-24T16:45:08.3835615Z","updatedOn":"2021-05-24T16:45:08.3835615Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/1b1ac6ab-19e7-4c4f-91d2-5be73096da2c","type":"Microsoft.Authorization/roleAssignments","name":"1b1ac6ab-19e7-4c4f-91d2-5be73096da2c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"7221c906-782c-44a0-ab2f-f23d8a95ce25","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-05-24T16:56:16.2751421Z","updatedOn":"2021-05-24T16:56:16.2751421Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/ca8f2433-76dc-49fa-828d-9cd2861ec25c","type":"Microsoft.Authorization/roleAssignments","name":"ca8f2433-76dc-49fa-828d-9cd2861ec25c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"e1a3bbaa-4ffb-41a6-a154-b4870d9e86b4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T06:40:53.5542743Z","updatedOn":"2021-06-04T06:40:53.5542743Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/9d9ac2a8-dbac-41bb-9f17-c473f02c6370","type":"Microsoft.Authorization/roleAssignments","name":"9d9ac2a8-dbac-41bb-9f17-c473f02c6370"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"e1a3bbaa-4ffb-41a6-a154-b4870d9e86b4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T06:40:57.1326805Z","updatedOn":"2021-06-04T06:40:57.1326805Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/14b1338c-95f6-44f9-ad22-395f8ebbb1fe","type":"Microsoft.Authorization/roleAssignments","name":"14b1338c-95f6-44f9-ad22-395f8ebbb1fe"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"1da90707-df56-4d40-a805-2e646c9d95ab","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T07:02:18.2829699Z","updatedOn":"2021-06-04T07:02:18.2829699Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/bf5f4821-9baa-4dc6-9bd5-8c62f31c1a93","type":"Microsoft.Authorization/roleAssignments","name":"bf5f4821-9baa-4dc6-9bd5-8c62f31c1a93"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"1da90707-df56-4d40-a805-2e646c9d95ab","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T07:02:22.4343547Z","updatedOn":"2021-06-04T07:02:22.4343547Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/26bab283-0772-4c03-8dc1-a50c8ffa597d","type":"Microsoft.Authorization/roleAssignments","name":"26bab283-0772-4c03-8dc1-a50c8ffa597d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"ab6b1184-ff37-4d3e-b460-fbe654f7ad5c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T07:19:08.8293677Z","updatedOn":"2021-06-04T07:19:08.8293677Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/d972f611-a4bd-4b80-9e78-980984602450","type":"Microsoft.Authorization/roleAssignments","name":"d972f611-a4bd-4b80-9e78-980984602450"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"ab6b1184-ff37-4d3e-b460-fbe654f7ad5c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T07:19:12.8400651Z","updatedOn":"2021-06-04T07:19:12.8400651Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/b9393755-f5ca-41ef-a631-fb62184c57a8","type":"Microsoft.Authorization/roleAssignments","name":"b9393755-f5ca-41ef-a631-fb62184c57a8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3ffa4e46-39a3-4002-9292-e2adf0d1a8c6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T09:14:15.2633798Z","updatedOn":"2021-06-04T09:14:15.2633798Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/094981c0-d59c-4f5b-9581-72c08da65454","type":"Microsoft.Authorization/roleAssignments","name":"094981c0-d59c-4f5b-9581-72c08da65454"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"3ffa4e46-39a3-4002-9292-e2adf0d1a8c6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-06-04T09:14:19.9554484Z","updatedOn":"2021-06-04T09:14:19.9554484Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/0cac59e0-0464-4bf6-9bef-f1fadc2b08f4","type":"Microsoft.Authorization/roleAssignments","name":"0cac59e0-0464-4bf6-9bef-f1fadc2b08f4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"93e2b483-3ffa-44f8-9965-fdb104b541a2","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-06-29T05:43:19.7216795Z","updatedOn":"2021-06-29T05:43:19.7216795Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c6aff8c2-08b1-5b1a-9c80-d91164226985","type":"Microsoft.Authorization/roleAssignments","name":"c6aff8c2-08b1-5b1a-9c80-d91164226985"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"4f285ac8-5610-4d2f-854c-bfa3d16a2679","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-11T06:55:02.4909144Z","updatedOn":"2021-07-11T06:55:02.4909144Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0cec2ad2-d080-4126-a99f-f61c559b799c","type":"Microsoft.Authorization/roleAssignments","name":"0cec2ad2-d080-4126-a99f-f61c559b799c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"630db480-3ee6-47ec-ae72-5f917d466bad","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:16:28.8833400Z","updatedOn":"2021-07-13T10:16:28.8833400Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/37fe4b2d-0aca-4c27-8511-1e0d18063ec8","type":"Microsoft.Authorization/roleAssignments","name":"37fe4b2d-0aca-4c27-8511-1e0d18063ec8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"279982e7-46cf-4e40-9a3b-156c98285cb7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.5647062Z","updatedOn":"2021-07-13T10:18:48.5647062Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/7907f38d-57a7-431d-82d7-5dfa2ef0a628","type":"Microsoft.Authorization/roleAssignments","name":"7907f38d-57a7-431d-82d7-5dfa2ef0a628"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"790004d0-0112-41ad-92e8-95c464c34476","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.6068337Z","updatedOn":"2021-07-13T10:18:48.6068337Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c9bda26-83c4-4d4c-b00b-c4b58301e539","type":"Microsoft.Authorization/roleAssignments","name":"8c9bda26-83c4-4d4c-b00b-c4b58301e539"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-21T06:38:43.9281998Z","updatedOn":"2021-07-21T06:38:43.9281998Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b553fa81-60dd-45d6-9781-8c2313d68b03","type":"Microsoft.Authorization/roleAssignments","name":"b553fa81-60dd-45d6-9781-8c2313d68b03"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:20.4258578Z","updatedOn":"2021-07-27T04:31:20.4258578Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258","type":"Microsoft.Authorization/roleAssignments","name":"4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:32.4566300Z","updatedOn":"2021-07-27T04:31:32.4566300Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8176bf09-8e96-448a-ab12-eeed360ecce2","type":"Microsoft.Authorization/roleAssignments","name":"8176bf09-8e96-448a-ab12-eeed360ecce2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:48.4577322Z","updatedOn":"2021-07-27T04:31:48.4577322Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45949217-58cc-4c18-93f3-f4c90710ae2d","type":"Microsoft.Authorization/roleAssignments","name":"45949217-58cc-4c18-93f3-f4c90710ae2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:20.8138038Z","updatedOn":"2021-07-27T10:13:20.8138038Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2382b52f-1ec5-430e-ae2a-74f9ed331ced","type":"Microsoft.Authorization/roleAssignments","name":"2382b52f-1ec5-430e-ae2a-74f9ed331ced"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:23.6551958Z","updatedOn":"2021-07-27T10:13:23.6551958Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e5863947-0b21-41b7-9997-c0dfc73eec29","type":"Microsoft.Authorization/roleAssignments","name":"e5863947-0b21-41b7-9997-c0dfc73eec29"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:29.6985440Z","updatedOn":"2021-07-27T10:13:29.6985440Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/28c1cefa-942f-44c5-a4d4-c33bb92abd45","type":"Microsoft.Authorization/roleAssignments","name":"28c1cefa-942f-44c5-a4d4-c33bb92abd45"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8039a424-299a-4014-8b22-4f6d6cc60065","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-11T07:08:31.9935560Z","updatedOn":"2021-08-11T07:08:31.9935560Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/69e0bcfc-b024-4d8b-a3d5-dac447f8986c","type":"Microsoft.Authorization/roleAssignments","name":"69e0bcfc-b024-4d8b-a3d5-dac447f8986c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"8f0340b8-4b70-412b-be19-c4612d49e353","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T11:58:29.6857641Z","updatedOn":"2021-08-20T11:58:29.6857641Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd88236f-eacb-5303-912f-ba1741cf02bd","type":"Microsoft.Authorization/roleAssignments","name":"fd88236f-eacb-5303-912f-ba1741cf02bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0d8f6e68-d6c5-4a67-b6c4-3107609bbdbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T12:31:58.7980661Z","updatedOn":"2021-08-20T12:31:58.7980661Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/146f4a11-8712-583d-89eb-a7b8b82dbaa9","type":"Microsoft.Authorization/roleAssignments","name":"146f4a11-8712-583d-89eb-a7b8b82dbaa9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e2072d83-2379-4f36-ab51-b5df7460c61e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-21T14:40:08.5987892Z","updatedOn":"2021-08-21T14:40:10.5055205Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/842af679-0b58-5eb5-b94c-ff59e4105d7e","type":"Microsoft.Authorization/roleAssignments","name":"842af679-0b58-5eb5-b94c-ff59e4105d7e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"0242778c-29df-4863-ac18-2fb8fd004135","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-08-30T06:31:52.6766200Z","updatedOn":"2021-08-30T06:31:52.6766200Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/f67c65e2-e609-4ffe-b504-294b00cbd2fd","type":"Microsoft.Authorization/roleAssignments","name":"f67c65e2-e609-4ffe-b504-294b00cbd2fd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"0242778c-29df-4863-ac18-2fb8fd004135","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-08-30T06:31:57.1552781Z","updatedOn":"2021-08-30T06:31:57.1552781Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/aaeab926-d6e2-4bb6-9e9e-0607e75cc75f","type":"Microsoft.Authorization/roleAssignments","name":"aaeab926-d6e2-4bb6-9e9e-0607e75cc75f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"2ab5fb95-b72e-4d12-948b-4223754d8ffa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2021-09-08T08:24:19.3547440Z","updatedOn":"2021-09-08T08:24:19.3547440Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/43ee13b8-5abd-51e0-88e3-ae84049da70e","type":"Microsoft.Authorization/roleAssignments","name":"43ee13b8-5abd-51e0-88e3-ae84049da70e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-17T09:41:38.5634940Z","updatedOn":"2021-09-17T09:41:38.5634940Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":"for - temp testing purpose"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98fe0117-1e9c-4e37-b8a7-c4a1031d6916","type":"Microsoft.Authorization/roleAssignments","name":"98fe0117-1e9c-4e37-b8a7-c4a1031d6916"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-25T15:23:32.6168771Z","updatedOn":"2021-09-25T15:23:32.6168771Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d852f084-bc9f-4258-9e2c-fcf48b9eaf85","type":"Microsoft.Authorization/roleAssignments","name":"d852f084-bc9f-4258-9e2c-fcf48b9eaf85"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"2778738c-452b-45ca-b8d6-f085836a1458","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-30T07:51:25.2399474Z","updatedOn":"2021-09-30T07:51:25.2399474Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b04a3bdf-b6a6-5ffb-9394-ee5743741597","type":"Microsoft.Authorization/roleAssignments","name":"b04a3bdf-b6a6-5ffb-9394-ee5743741597"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"0ac1f52a-325b-486a-a095-f46ffdd6a9e4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-10-26T01:59:18.6998395Z","updatedOn":"2021-10-26T01:59:18.6998395Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/53a3b238-b4b0-4d3f-b416-8d6dc8d755f6","type":"Microsoft.Authorization/roleAssignments","name":"53a3b238-b4b0-4d3f-b416-8d6dc8d755f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"c3c0d020-16f0-44d8-9950-0250120a33ff","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-02T06:11:03.5575284Z","updatedOn":"2021-11-02T06:11:03.5575284Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1d017732-f67e-5aa1-a4a6-47570078d9f3","type":"Microsoft.Authorization/roleAssignments","name":"1d017732-f67e-5aa1-a4a6-47570078d9f3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-10T08:59:19.7285159Z","updatedOn":"2021-11-10T08:59:19.7285159Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a60357fa-dc0a-4479-a2a9-4329c2d0ae89","type":"Microsoft.Authorization/roleAssignments","name":"a60357fa-dc0a-4479-a2a9-4329c2d0ae89"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8dd77695-d6a5-450d-a43c-67ca01be9fbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-12T10:55:38.3698246Z","updatedOn":"2021-11-12T10:55:38.3698246Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dda5bb75-b74a-4430-975f-5bc9611c4b2d","type":"Microsoft.Authorization/roleAssignments","name":"dda5bb75-b74a-4430-975f-5bc9611c4b2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36243c78-bf99-498c-9df9-86d9f8d28608","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0181010Z","updatedOn":"2021-02-18T06:28:12.0181010Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/804f6223-03eb-4091-b460-82160fc5f818","type":"Microsoft.Authorization/roleAssignments","name":"804f6223-03eb-4091-b460-82160fc5f818"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0168587Z","updatedOn":"2021-02-18T06:28:12.0168587Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8d80e2d6-315c-495c-ab2c-91ddf75edf41","type":"Microsoft.Authorization/roleAssignments","name":"8d80e2d6-315c-495c-ab2c-91ddf75edf41"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"cf46d636-b6c1-406c-aba7-b2c3d9ed07da","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:53:53.1151640Z","updatedOn":"2021-02-26T13:53:53.1151640Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/735e98ed-f4b8-4b7d-9cc9-af4f8ae77252","type":"Microsoft.Authorization/roleAssignments","name":"735e98ed-f4b8-4b7d-9cc9-af4f8ae77252"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8505e3f4-1ee7-427c-a175-a06595231d46","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:54:27.5624477Z","updatedOn":"2021-02-26T13:54:27.5624477Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98c87a9f-b9e7-414b-8b59-bf3ec62dbc74","type":"Microsoft.Authorization/roleAssignments","name":"98c87a9f-b9e7-414b-8b59-bf3ec62dbc74"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-25T12:25:27.2277610Z","updatedOn":"2020-07-25T12:25:27.2277610Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d","type":"Microsoft.Authorization/roleAssignments","name":"fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21ae6127-c385-4ae0-b895-a8559e9aa574","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:35:35.2993523Z","updatedOn":"2020-07-31T08:35:35.2993523Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6af9fbf3-7085-4bcb-b399-88b89fac16d3","type":"Microsoft.Authorization/roleAssignments","name":"6af9fbf3-7085-4bcb-b399-88b89fac16d3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:44:16.2909420Z","updatedOn":"2020-07-31T08:44:16.2909420Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/65080390-e9b5-4566-b362-d1e96c23dae2","type":"Microsoft.Authorization/roleAssignments","name":"65080390-e9b5-4566-b362-d1e96c23dae2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:12:01.6760584Z","updatedOn":"2020-11-03T06:12:01.6760584Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a7a12420-2dce-4a47-822e-68cadf239da3","type":"Microsoft.Authorization/roleAssignments","name":"a7a12420-2dce-4a47-822e-68cadf239da3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3282af51-433d-47e8-b2b5-633fbe0fecc0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:25:32.6790913Z","updatedOn":"2020-11-03T06:25:32.6790913Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/36da831d-10ce-4f42-ba28-362960f6ea36","type":"Microsoft.Authorization/roleAssignments","name":"36da831d-10ce-4f42-ba28-362960f6ea36"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupFlaggedSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2019-10-04T07:35:39.6626948Z","updatedOn":"2019-10-04T07:35:39.6626948Z","createdBy":"8031e009-cc05-4950-8a8d-78942c4492ac","updatedBy":"8031e009-cc05-4950-8a8d-78942c4492ac","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupFlaggedSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/730fa65e-c74c-4c3d-9cc3-9457f9b97274","type":"Microsoft.Authorization/roleAssignments","name":"730fa65e-c74c-4c3d-9cc3-9457f9b97274"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupFlaggedSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2021-04-08T01:03:29.8241478Z","updatedOn":"2021-04-08T01:03:29.8241478Z","createdBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","updatedBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupFlaggedSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/63818ccb-a05c-4083-9e1d-64b4c7c0e1cd","type":"Microsoft.Authorization/roleAssignments","name":"63818ccb-a05c-4083-9e1d-64b4c7c0e1cd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"c87d9afe-4463-41d5-81e3-3bd162af9183","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2019-07-10T09:38:17.4348497Z","updatedOn":"2019-07-10T09:38:17.4348497Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/ebc56c6d-c5de-4d99-b166-89d4ac815acd","type":"Microsoft.Authorization/roleAssignments","name":"ebc56c6d-c5de-4d99-b166-89d4ac815acd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2019-03-15T11:01:18.6794974Z","updatedOn":"2019-03-15T11:01:18.6794974Z","createdBy":"809e610d-9130-4b22-8c3a-5e6c64adc2c7","updatedBy":"809e610d-9130-4b22-8c3a-5e6c64adc2c7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/9fb9b151-1d53-4eff-9336-75cf634e1e3d","type":"Microsoft.Authorization/roleAssignments","name":"9fb9b151-1d53-4eff-9336-75cf634e1e3d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f87f6638-3a1b-4562-8603-aacd59537149","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2019-05-03T06:47:05.1411825Z","updatedOn":"2019-05-03T06:47:05.1411825Z","createdBy":"809e610d-9130-4b22-8c3a-5e6c64adc2c7","updatedBy":"809e610d-9130-4b22-8c3a-5e6c64adc2c7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/24ffbb29-061f-4b1d-8c26-c6e90ef53303","type":"Microsoft.Authorization/roleAssignments","name":"24ffbb29-061f-4b1d-8c26-c6e90ef53303"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"becb4b6b-fe16-413b-a5c3-90355e0b2982","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2019-06-26T06:33:50.1123976Z","updatedOn":"2019-06-26T06:33:50.1123976Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/4c3721e8-06f4-4115-a2d8-90c4a9a57d56","type":"Microsoft.Authorization/roleAssignments","name":"4c3721e8-06f4-4115-a2d8-90c4a9a57d56"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2021-04-07T16:59:19.6098216Z","updatedOn":"2021-04-07T16:59:19.6098216Z","createdBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","updatedBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/9d2de631-e451-450b-8237-e5bc19624eee","type":"Microsoft.Authorization/roleAssignments","name":"9d2de631-e451-450b-8237-e5bc19624eee"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab","principalId":"f61a8f2d-c22b-47c9-9e09-71c6dc1686a2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2022-10-17T05:35:15.3185857Z","updatedOn":"2022-10-17T05:35:15.3185857Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/112e70a2-19dc-47b1-8a5f-b6b0ebe3101a","type":"Microsoft.Authorization/roleAssignments","name":"112e70a2-19dc-47b1-8a5f-b6b0ebe3101a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab","principalId":"38bb424d-6106-4a59-800e-90ee180570f1","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2022-10-26T02:55:09.1249140Z","updatedOn":"2022-10-26T02:55:09.1249140Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/7cdb04d8-94ce-4084-b154-6ab26e1b0041","type":"Microsoft.Authorization/roleAssignments","name":"7cdb04d8-94ce-4084-b154-6ab26e1b0041"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"b1b96a90-235c-4668-a931-ee1c08db7681","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2021-02-01T04:47:38.5676012Z","updatedOn":"2021-02-01T04:47:38.5676012Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/a9e38032-c21b-4c41-8960-1c9c982d98e2","type":"Microsoft.Authorization/roleAssignments","name":"a9e38032-c21b-4c41-8960-1c9c982d98e2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a51d0ef9-9895-4b63-b3f8-354bb7d1a6bb","principalType":"Group","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2021-03-03T05:31:57.4716459Z","updatedOn":"2021-03-03T05:31:57.4716459Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/77aa0ff2-42c2-4e01-a51d-01cf2dd7ce04","type":"Microsoft.Authorization/roleAssignments","name":"77aa0ff2-42c2-4e01-a51d-01cf2dd7ce04"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"ce2366a6-64d7-441b-939c-c9d23f91cccd","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T20:43:06.5941189Z","updatedOn":"2020-03-12T20:43:06.5941189Z","createdBy":"606f48c8-d219-4875-991d-ae6befaf0756","updatedBy":"606f48c8-d219-4875-991d-ae6befaf0756","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/ad9e2cd7-0ff7-4931-9b17-656c8f17934b","type":"Microsoft.Authorization/roleAssignments","name":"ad9e2cd7-0ff7-4931-9b17-656c8f17934b"}]}' - headers: - cache-control: - - no-cache - content-length: - - '132039' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:38:28 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly - 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: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - Cookie: - - x-ms-gateway-slice=Production - ParameterSetName: - - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance - --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.45.0 (PIP) - accept-language: - - en-US - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Storage%20Account%20Backup%20Contributor%27&api-version=2018-01-01-preview - response: - body: - string: '{"value":[{"properties":{"roleName":"Storage Account Backup Contributor","type":"BuiltInRole","description":"Lets - you perform backup and restore operations using Azure Backup on the storage - account.","assignableScopes":["/"],"permissions":[{"actions":["Microsoft.Authorization/*/read","Microsoft.Authorization/locks/read","Microsoft.Authorization/locks/write","Microsoft.Authorization/locks/delete","Microsoft.Features/features/read","Microsoft.Features/providers/features/read","Microsoft.Resources/subscriptions/resourceGroups/read","Microsoft.Storage/operations/read","Microsoft.Storage/storageAccounts/objectReplicationPolicies/delete","Microsoft.Storage/storageAccounts/objectReplicationPolicies/read","Microsoft.Storage/storageAccounts/objectReplicationPolicies/write","Microsoft.Storage/storageAccounts/objectReplicationPolicies/restorePointMarkers/write","Microsoft.Storage/storageAccounts/blobServices/containers/read","Microsoft.Storage/storageAccounts/blobServices/containers/write","Microsoft.Storage/storageAccounts/blobServices/read","Microsoft.Storage/storageAccounts/blobServices/write","Microsoft.Storage/storageAccounts/read","Microsoft.Storage/storageAccounts/restoreBlobRanges/action"],"notActions":[],"dataActions":[],"notDataActions":[]}],"createdOn":"2020-11-02T23:32:50.4203469Z","updatedOn":"2022-04-20T01:44:55.2577307Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","type":"Microsoft.Authorization/roleDefinitions","name":"e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1"}]}' - headers: - cache-control: - - no-cache - content-length: - - '1625' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:38:29 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - ParameterSetName: - - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance - --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.45.0 (PIP) - method: GET - uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2741753b57-b4fa-4774-80aa-414a3af0f706%27%29 - response: - body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' - headers: - cache-control: - - no-cache - content-length: - - '92' - content-type: - - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 - date: - - Mon, 13 Feb 2023 07:38:29 GMT - odata-version: - - '4.0' - request-id: - - 219b2b24-a003-422c-8457-be964f057127 - strict-transport-security: - - max-age=31536000 - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"001","RoleInstance":"MA1PEPF0000146B"}}' - x-ms-resource-unit: - - '1' - status: - code: 200 - message: OK -- request: - body: '{"ids": ["41753b57-b4fa-4774-80aa-414a3af0f706"], "types": ["user", "group", - "servicePrincipal", "directoryObjectPartnerReference"]}' - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - Content-Length: - - '132' - Content-Type: - - application/json - ParameterSetName: - - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance - --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.45.0 (PIP) - method: POST - uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds - response: - body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"41753b57-b4fa-4774-80aa-414a3af0f706","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg/providers/Microsoft.DataProtection/BackupVaults/cli-test-new-vault1"],"appDisplayName":null,"appDescription":null,"appId":"fea0857b-fd83-4708-b252-0c5f0a38d6b0","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-02-13T07:30:29Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"cli-test-new-vault1","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["fea0857b-fd83-4708-b252-0c5f0a38d6b0","https://identity.azure.net/2czira6fp81UmSQY0i+P6p1ObGIy33lZb5C/K/6SyDY="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"81B4BF05CBCD13C46538514E74E2057DB2DD092E","displayName":"CN=fea0857b-fd83-4708-b252-0c5f0a38d6b0","endDateTime":"2023-05-14T07:25:00Z","key":null,"keyId":"3dac063a-25ed-4f07-a638-ed0fc6455a6e","startDateTime":"2023-02-13T07:25:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' - headers: - cache-control: - - no-cache - content-length: - - '1732' - content-type: - - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 - date: - - Mon, 13 Feb 2023 07:38:29 GMT - location: - - https://graph.microsoft.com - odata-version: - - '4.0' - request-id: - - 6ac8e47a-88d5-4a6e-9cae-545c0c32cde5 - strict-transport-security: - - max-age=31536000 - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"001","RoleInstance":"MA1PEPF00004345"}}' - x-ms-resource-unit: - - '3' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - ParameterSetName: - - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance - --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.45.0 (PIP) - accept-language: - - en-US - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Storage%20Account%20Backup%20Contributor%27&api-version=2018-01-01-preview - response: - body: - string: '{"value":[{"properties":{"roleName":"Storage Account Backup Contributor","type":"BuiltInRole","description":"Lets - you perform backup and restore operations using Azure Backup on the storage - account.","assignableScopes":["/"],"permissions":[{"actions":["Microsoft.Authorization/*/read","Microsoft.Authorization/locks/read","Microsoft.Authorization/locks/write","Microsoft.Authorization/locks/delete","Microsoft.Features/features/read","Microsoft.Features/providers/features/read","Microsoft.Resources/subscriptions/resourceGroups/read","Microsoft.Storage/operations/read","Microsoft.Storage/storageAccounts/objectReplicationPolicies/delete","Microsoft.Storage/storageAccounts/objectReplicationPolicies/read","Microsoft.Storage/storageAccounts/objectReplicationPolicies/write","Microsoft.Storage/storageAccounts/objectReplicationPolicies/restorePointMarkers/write","Microsoft.Storage/storageAccounts/blobServices/containers/read","Microsoft.Storage/storageAccounts/blobServices/containers/write","Microsoft.Storage/storageAccounts/blobServices/read","Microsoft.Storage/storageAccounts/blobServices/write","Microsoft.Storage/storageAccounts/read","Microsoft.Storage/storageAccounts/restoreBlobRanges/action"],"notActions":[],"dataActions":[],"notDataActions":[]}],"createdOn":"2020-11-02T23:32:50.4203469Z","updatedOn":"2022-04-20T01:44:55.2577307Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","type":"Microsoft.Authorization/roleDefinitions","name":"e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1"}]}' - headers: - cache-control: - - no-cache - content-length: - - '1625' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:38:31 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1", - "principalId": "41753b57-b4fa-4774-80aa-414a3af0f706", "principalType": "ServicePrincipal"}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - Content-Length: - - '270' - Content-Type: - - application/json; charset=utf-8 - Cookie: - - x-ms-gateway-slice=Production - ParameterSetName: - - --datasource-type --operation --permissions-scope -g --vault-name --backup-instance - --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.45.0 (PIP) - accept-language: - - en-US - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/9a7304aa-a0f8-416d-a8a5-e72f568e02d2?api-version=2020-04-01-preview - response: - body: - string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"41753b57-b4fa-4774-80aa-414a3af0f706","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","condition":null,"conditionVersion":null,"createdOn":"2023-02-13T07:38:32.1444513Z","updatedOn":"2023-02-13T07:38:32.5814576Z","createdBy":null,"updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount/providers/Microsoft.Authorization/roleAssignments/9a7304aa-a0f8-416d-a8a5-e72f568e02d2","type":"Microsoft.Authorization/roleAssignments","name":"9a7304aa-a0f8-416d-a8a5-e72f568e02d2"}' - headers: - cache-control: - - no-cache - content-length: - - '1001' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:38:34 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1194' - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - ParameterSetName: - - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance - --keyvault-id --yes - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault?api-version=2022-05-01 - response: - body: - string: '{"location":"centraluseuap","tags":{"Owner":"akneema","Purpose":"Testing","MABUsed":"Yes","DeleteBy":"12-9999"},"identity":{"type":"SystemAssigned","principalId":"b864e281-c12e-45c6-a0c7-6046a7de5481","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"properties":{"provisioningState":"Succeeded","storageSettings":[{"datastoreType":"VaultStore","type":"LocallyRedundant"}],"isVaultProtectedByResourceGuard":false},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.DataProtection/BackupVaults/oss-clitest-vault","name":"oss-clitest-vault","type":"Microsoft.DataProtection/backupVaults"}' - headers: - cache-control: - - no-cache - content-length: - - '645' - content-type: - - application/json - date: - - Mon, 13 Feb 2023 07:39:35 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '495' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - ParameterSetName: - - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance - --keyvault-id --yes - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-keyvault/10.1.0 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.KeyVault/vaults/oss-clitest-keyvault?api-version=2022-07-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.KeyVault/vaults/oss-clitest-keyvault","name":"oss-clitest-keyvault","type":"Microsoft.KeyVault/vaults","location":"centraluseuap","tags":{"Owner":"akneema","Purpose":"Testing","MABUsed":"Yes","DeleteBy":"12-9999"},"systemData":{"lastModifiedBy":"zubairabid@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-07T12:23:27.276Z"},"properties":{"sku":{"family":"A","name":"Standard"},"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","networkAcls":{"bypass":"AzureServices","defaultAction":"Allow","ipRules":[{"value":"20.69.149.128/32"}],"virtualNetworkRules":[]},"accessPolicies":[{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"5095196a-def9-4146-8d92-e38f24b6e378","permissions":{"keys":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","Decrypt","Encrypt","UnwrapKey","WrapKey","Verify","Sign","Purge","Release","Rotate","GetRotationPolicy","SetRotationPolicy"],"secrets":["Get","List","Set","Delete","Recover","Backup","Restore","Purge"],"certificates":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","ManageContacts","ManageIssuers","GetIssuers","ListIssuers","SetIssuers","DeleteIssuers","Purge"]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","permissions":{"keys":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","Decrypt","Encrypt","UnwrapKey","WrapKey","Verify","Sign","Purge","Release","Rotate","GetRotationPolicy","SetRotationPolicy"],"secrets":["Get","List","Set","Delete","Recover","Backup","Restore","Purge"],"certificates":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","ManageContacts","ManageIssuers","GetIssuers","ListIssuers","SetIssuers","DeleteIssuers","Purge"]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"f40e18f0-6544-45c2-9d24-639a8bb3b41a","permissions":{"keys":["Get","List","Backup"],"secrets":["Get","List","Backup"],"certificates":[]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"b864e281-c12e-45c6-a0c7-6046a7de5481","permissions":{"secrets":["List","Get"],"keys":[],"certificates":[]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"12f8ea5c-1212-449e-b31c-0a574f43076e","permissions":{"certificates":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","ManageContacts","ManageIssuers","GetIssuers","ListIssuers","SetIssuers","DeleteIssuers","Purge"],"keys":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","GetRotationPolicy","SetRotationPolicy","Rotate","Encrypt","Decrypt","UnwrapKey","WrapKey","Verify","Sign","Release","Purge"],"secrets":["Get","List","Set","Delete","Recover","Backup","Restore","Purge"]}}],"enabledForDeployment":false,"enabledForDiskEncryption":false,"enabledForTemplateDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enableRbacAuthorization":false,"vaultUri":"https://oss-clitest-keyvault.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' - headers: - cache-control: - - no-cache - content-length: - - '3186' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:39:37 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-aspnet-version: - - 4.0.30319 - x-content-type-options: - - nosniff - x-ms-keyvault-service-version: - - 1.5.666.2 - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: '' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - 0 - Content-Type: - - application/json; charset=utf-8 - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-keyvault/7.0 Azure-SDK-For-Python - accept-language: - - en-US - method: GET - uri: https://oss-clitest-keyvault.vault.azure.net/secrets?api-version=7.0 - response: - body: - string: '{"error":{"code":"Unauthorized","message":"AKV10000: Request is missing - a Bearer or PoP token."}}' - headers: - cache-control: - - no-cache - content-length: - - '97' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:39:38 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000;includeSubDomains - www-authenticate: - - Bearer authorization="https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47", - resource="https://vault.azure.net" - x-content-type-options: - - nosniff - x-ms-keyvault-network-info: - - conn_type=Ipv4;addr=49.205.115.241;act_addr_fam=InterNetwork; - x-ms-keyvault-region: - - centraluseuap - x-ms-keyvault-service-version: - - 1.9.713.1 - status: - code: 401 - message: Unauthorized -- request: - body: '' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - 0 - Content-Type: - - application/json; charset=utf-8 - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-keyvault/7.0 Azure-SDK-For-Python - accept-language: - - en-US - method: GET - uri: https://oss-clitest-keyvault.vault.azure.net/secrets?api-version=7.0 - response: - body: - string: '{"value":[{"contentType":"Wrapped BEK","id":"https://oss-clitest-keyvault.vault.azure.net/secrets/ADEA19F9-2D87-46AC-91CD-492758A0C8A7","attributes":{"enabled":true,"created":1645419092,"updated":1645419092,"recoveryLevel":"Recoverable+Purgeable"},"tags":{"DiskEncryptionKeyFileName":"ADEA19F9-2D87-46AC-91CD-492758A0C8A7.BEK","VolumeLetter":"C:\\","VolumeLabel":"Windows","MachineName":"sql-clicloudtes","DiskEncryptionKeyEncryptionKeyURL":"https://oss-clitest-keyvault.vault.azure.net/keys/sql-clitest-key/fad6b3422cc1472c8bfd9f6f5b923d0d","DiskEncryptionKeyEncryptionAlgorithm":"RSA-OAEP"}},{"id":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","attributes":{"enabled":true,"created":1629969650,"updated":1629969650,"recoveryLevel":"Recoverable+Purgeable"},"tags":{}}],"nextLink":null}' - headers: - cache-control: - - no-cache - content-length: - - '814' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:39:40 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000;includeSubDomains - x-content-type-options: - - nosniff - x-ms-keyvault-network-info: - - conn_type=Ipv4;addr=49.205.115.241;act_addr_fam=InterNetwork; - x-ms-keyvault-region: - - centraluseuap - x-ms-keyvault-service-version: - - 1.9.713.1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - ParameterSetName: - - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance - --keyvault-id --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.45.0 (PIP) - method: GET - uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%27b864e281-c12e-45c6-a0c7-6046a7de5481%27%29 - response: - body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' - headers: - cache-control: - - no-cache - content-length: - - '92' - content-type: - - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 - date: - - Mon, 13 Feb 2023 07:39:40 GMT - odata-version: - - '4.0' - request-id: - - 02b39dba-01dc-48c9-b4b5-05437efba539 - strict-transport-security: - - max-age=31536000 - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"001","RoleInstance":"MA1PEPF00003104"}}' - x-ms-resource-unit: - - '1' - status: - code: 200 - message: OK -- request: - body: '{"ids": ["b864e281-c12e-45c6-a0c7-6046a7de5481"], "types": ["user", "group", - "servicePrincipal", "directoryObjectPartnerReference"]}' - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - Content-Length: - - '132' - Content-Type: - - application/json - ParameterSetName: - - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance - --keyvault-id --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.45.0 (PIP) - method: POST - uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds - response: - body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"b864e281-c12e-45c6-a0c7-6046a7de5481","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.DataProtection/BackupVaults/oss-clitest-vault"],"appDisplayName":null,"appDescription":null,"appId":"49bc63b1-190a-4f4e-a962-58db2c2f7112","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2021-08-26T09:13:20Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"oss-clitest-vault","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["49bc63b1-190a-4f4e-a962-58db2c2f7112","https://identity.azure.net/QVMExgU4rxwt5XEm5whEdHZLrmsaL9M/n/eZXzCcN54="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"D81E29CF74F0D83AE8C4D6E335C80A846694493A","displayName":"CN=49bc63b1-190a-4f4e-a962-58db2c2f7112","endDateTime":"2023-05-07T10:47:00Z","key":null,"keyId":"ba62a45a-7c3e-48d9-8a26-4674ca0d2e6b","startDateTime":"2023-02-06T10:47:00Z","type":"AsymmetricX509Cert","usage":"Verify"},{"customKeyIdentifier":"50D92789D8B8CDCCD8F24C7C3E728CC31A604273","displayName":"CN=49bc63b1-190a-4f4e-a962-58db2c2f7112","endDateTime":"2023-03-20T10:44:00Z","key":null,"keyId":"889476c3-7ce1-4171-a0f1-8e5deff2b55c","startDateTime":"2022-12-20T10:44:00Z","type":"AsymmetricX509Cert","usage":"Verify"},{"customKeyIdentifier":"EA95E9828C3105C61A487EB9C460DD23219283B7","displayName":"CN=49bc63b1-190a-4f4e-a962-58db2c2f7112","endDateTime":"2023-01-31T10:42:00Z","key":null,"keyId":"a12bf698-5738-4bf0-9f17-e514f4365719","startDateTime":"2022-11-02T10:42:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' - headers: - cache-control: - - no-cache - content-length: - - '2337' - content-type: - - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 - date: - - Mon, 13 Feb 2023 07:39:40 GMT - location: - - https://graph.microsoft.com - odata-version: - - '4.0' - request-id: - - 9a21cc90-27af-4927-8a67-df8634081696 - strict-transport-security: - - max-age=31536000 - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"001","RoleInstance":"MA1PEPF0000146D"}}' - x-ms-resource-unit: - - '3' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - ParameterSetName: - - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance - --keyvault-id --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.45.0 (PIP) - accept-language: - - en-US - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/providers/Microsoft.Authorization/roleAssignments?$filter=atScope%28%29&api-version=2020-04-01-preview - response: - body: - string: '{"value":[{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"5c617d2b-99f8-4c90-98fe-dfe040fa33c1","principalType":"ServicePrincipal","scope":"/","condition":null,"conditionVersion":null,"createdOn":"2018-02-27T19:19:50.2663941Z","updatedOn":"2018-02-27T19:19:50.2663941Z","createdBy":null,"updatedBy":null,"delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Authorization/roleAssignments/3e883d24-b106-42ff-ad13-d7bf271b964d","type":"Microsoft.Authorization/roleAssignments","name":"3e883d24-b106-42ff-ad13-d7bf271b964d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T12:22:13.7498923Z","updatedOn":"2019-08-26T12:22:13.7498923Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f","type":"Microsoft.Authorization/roleAssignments","name":"8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-05-24T11:02:27.8515917Z","updatedOn":"2019-05-24T11:02:27.8515917Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b5eee4d7-5f9f-4f63-8040-8aec158c289b","type":"Microsoft.Authorization/roleAssignments","name":"b5eee4d7-5f9f-4f63-8040-8aec158c289b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-02-12T11:34:59.7104212Z","updatedOn":"2020-02-12T11:34:59.7104212Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f0618702-8404-4858-9a26-e61f23e7d44f","type":"Microsoft.Authorization/roleAssignments","name":"f0618702-8404-4858-9a26-e61f23e7d44f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-11-14T08:52:42.2795010Z","updatedOn":"2019-11-14T08:52:42.2795010Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/77daac38-9839-4b00-921b-e5d5a03e728c","type":"Microsoft.Authorization/roleAssignments","name":"77daac38-9839-4b00-921b-e5d5a03e728c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9693df58-7f72-4974-9bd3-1c3ceb0382f1","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-11-29T09:40:04.3180033Z","updatedOn":"2018-11-29T09:40:04.3180033Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7","type":"Microsoft.Authorization/roleAssignments","name":"ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"d1f96755-9bcf-44b8-ab82-df67360496c4","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-05-08T10:28:08.2854940Z","updatedOn":"2020-05-08T10:28:08.2854940Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dfb3ca56-a0d4-44ce-ba35-b716c3fdab86","type":"Microsoft.Authorization/roleAssignments","name":"dfb3ca56-a0d4-44ce-ba35-b716c3fdab86"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-31T09:26:43.6440415Z","updatedOn":"2018-12-31T09:26:43.6440415Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45744ea8-780f-4f3e-88aa-b73d7f6997b2","type":"Microsoft.Authorization/roleAssignments","name":"45744ea8-780f-4f3e-88aa-b73d7f6997b2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e65078fb-6b02-434a-9f11-d06bf9bc0600","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-10-25T23:42:36.3444507Z","updatedOn":"2018-10-25T23:42:36.3444507Z","createdBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","updatedBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e7ce51e8-4109-41d7-bc10-538b089599db","type":"Microsoft.Authorization/roleAssignments","name":"e7ce51e8-4109-41d7-bc10-538b089599db"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a7782e0f-1f9a-4882-b2c9-11227aad244e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-06-16T04:32:50.9673703Z","updatedOn":"2020-06-16T04:32:50.9673703Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fa21f2f-81c3-47b6-b706-650b359b96c3","type":"Microsoft.Authorization/roleAssignments","name":"9fa21f2f-81c3-47b6-b706-650b359b96c3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"00b14177-f4d2-4a4b-94f6-6e80f75745c9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T09:49:11.3750683Z","updatedOn":"2020-03-12T09:49:11.3750683Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fff0abf3-3cf7-46be-8bc7-1d1619a160fb","type":"Microsoft.Authorization/roleAssignments","name":"fff0abf3-3cf7-46be-8bc7-1d1619a160fb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T10:28:45.4880023Z","updatedOn":"2019-08-26T10:28:45.4880023Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/397a3c9c-c258-4d4e-834d-00cc08227796","type":"Microsoft.Authorization/roleAssignments","name":"397a3c9c-c258-4d4e-834d-00cc08227796"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-05T04:29:28.7359096Z","updatedOn":"2018-12-05T04:29:28.7359096Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c830f42-5f89-4d8b-8f93-d3dc936f33bd","type":"Microsoft.Authorization/roleAssignments","name":"3c830f42-5f89-4d8b-8f93-d3dc936f33bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-08T08:38:50.1742930Z","updatedOn":"2020-04-08T08:38:50.1742930Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5293a96b-830e-45f4-9e9e-22d7d020f0d8","type":"Microsoft.Authorization/roleAssignments","name":"5293a96b-830e-45f4-9e9e-22d7d020f0d8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3421d717-ca60-44e7-a9a1-773acec4e503","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T09:40:14.7658272Z","updatedOn":"2019-10-23T09:40:14.7658272Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/34b29558-faf9-43f0-a194-35ca0aa99fc5","type":"Microsoft.Authorization/roleAssignments","name":"34b29558-faf9-43f0-a194-35ca0aa99fc5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3dc88d41-4d03-4105-970d-937e56de3839","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-06-27T12:59:44.6557891Z","updatedOn":"2019-06-27T12:59:44.6557891Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e57ab8d1-ce9a-4925-b09f-2567492d9b22","type":"Microsoft.Authorization/roleAssignments","name":"e57ab8d1-ce9a-4925-b09f-2567492d9b22"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"62c799b8-9b54-4c3d-97c9-9490d16a6a9a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-08T13:01:20.9953919Z","updatedOn":"2019-08-08T13:01:20.9953919Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e1b91810-0781-462d-9517-764e4a033822","type":"Microsoft.Authorization/roleAssignments","name":"e1b91810-0781-462d-9517-764e4a033822"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T08:03:15.6803676Z","updatedOn":"2019-10-23T08:03:15.6803676Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/facbac06-ddab-437d-949a-207593fddfff","type":"Microsoft.Authorization/roleAssignments","name":"facbac06-ddab-437d-949a-207593fddfff"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"978b254a-54be-42af-80f5-e2a37b2e40e5","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-07-08T06:57:57.0377373Z","updatedOn":"2019-07-08T06:57:57.0377373Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e","type":"Microsoft.Authorization/roleAssignments","name":"89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-17T09:14:08.7913669Z","updatedOn":"2020-04-17T09:14:08.7913669Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/950c635a-23a5-4a0e-8eb6-c53e929c9699","type":"Microsoft.Authorization/roleAssignments","name":"950c635a-23a5-4a0e-8eb6-c53e929c9699"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:46.8918844Z","updatedOn":"2022-10-03T10:52:46.8918844Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5a8b530-0e4c-40d9-a003-167e38138f34","type":"Microsoft.Authorization/roleAssignments","name":"c5a8b530-0e4c-40d9-a003-167e38138f34"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"ce439730-9009-4c60-b582-277f5b9b5c47","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:47.6507241Z","updatedOn":"2022-10-03T10:52:47.6507241Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/adfaf7e6-895a-432b-9f63-650c5855b6b5","type":"Microsoft.Authorization/roleAssignments","name":"adfaf7e6-895a-432b-9f63-650c5855b6b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8a1cd6d0-5c03-4720-8cc7-22adbc865bad","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-06T10:00:44.6775425Z","updatedOn":"2022-10-06T10:00:44.6775425Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/21a219c4-e4ea-4572-9b97-ab829ee70b0b","type":"Microsoft.Authorization/roleAssignments","name":"21a219c4-e4ea-4572-9b97-ab829ee70b0b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"ba20023e-4ef7-4929-8693-f3f37fdb7667","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-19T06:48:34.7902721Z","updatedOn":"2022-10-19T06:48:34.7902721Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/70fc8a72-c6e9-4644-95d6-f27efe137007","type":"Microsoft.Authorization/roleAssignments","name":"70fc8a72-c6e9-4644-95d6-f27efe137007"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab","principalId":"cda54502-7b02-4c29-bacd-2ac17bb3fee4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-20T05:10:54.0749901Z","updatedOn":"2022-10-20T05:10:54.0749901Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a49a99d3-cfb9-4f66-b694-b3a7803fe02b","type":"Microsoft.Authorization/roleAssignments","name":"a49a99d3-cfb9-4f66-b694-b3a7803fe02b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"d6e6b7d9-6bee-44e9-a115-608b26453747","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-11-04T09:20:20.9539814Z","updatedOn":"2022-11-04T09:20:20.9539814Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5ead22ad-d09b-4591-8d0f-a571ef0dedb2","type":"Microsoft.Authorization/roleAssignments","name":"5ead22ad-d09b-4591-8d0f-a571ef0dedb2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.2924849Z","updatedOn":"2022-12-13T12:39:32.2924849Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1a2a40b4-9a41-4578-a6f5-e34068ff3bf6","type":"Microsoft.Authorization/roleAssignments","name":"1a2a40b4-9a41-4578-a6f5-e34068ff3bf6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.4781119Z","updatedOn":"2022-12-13T12:39:32.4781119Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fc9183c-bfec-41be-8c2b-2cc55420f6c1","type":"Microsoft.Authorization/roleAssignments","name":"9fc9183c-bfec-41be-8c2b-2cc55420f6c1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"fc8bd99b-292d-4396-ac07-7e46bf989efa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-04T09:17:14.5148296Z","updatedOn":"2023-01-04T09:17:14.5148296Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5c4e131f-5843-5474-af9f-427c1fca982d","type":"Microsoft.Authorization/roleAssignments","name":"5c4e131f-5843-5474-af9f-427c1fca982d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c0c54612-5a75-40a2-8a0c-bf70ab0847ba","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-13T04:47:48.8296778Z","updatedOn":"2023-01-13T04:47:48.8296778Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b56bdd79-3e27-4d79-b73b-4dc8625a172a","type":"Microsoft.Authorization/roleAssignments","name":"b56bdd79-3e27-4d79-b73b-4dc8625a172a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a4eae46b-a9d0-4586-8ac9-ba91b29f1d57","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-02-01T10:05:44.6784242Z","updatedOn":"2022-02-01T10:05:44.6784242Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8af2fb3a-292c-42a8-a870-1751c4ec4870","type":"Microsoft.Authorization/roleAssignments","name":"8af2fb3a-292c-42a8-a870-1751c4ec4870"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"85c33f6f-5d69-4b0e-bc06-95a7d3193519","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-04T09:52:52.7340040Z","updatedOn":"2022-05-04T09:52:52.7340040Z","createdBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","updatedBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6a4f635c-309c-4a1d-8eea-86fb5aa91d80","type":"Microsoft.Authorization/roleAssignments","name":"6a4f635c-309c-4a1d-8eea-86fb5aa91d80"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-12T06:55:02.9137483Z","updatedOn":"2022-05-12T06:55:02.9137483Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a5bd1b6d-0084-40ec-9126-2250536b4778","type":"Microsoft.Authorization/roleAssignments","name":"a5bd1b6d-0084-40ec-9126-2250536b4778"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"f2cee52e-3d75-4f49-acc4-b5aaf72232ee","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T11:01:05.6238088Z","updatedOn":"2022-06-03T11:01:05.6238088Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2bd63fbe-e197-434f-ba1e-016bad298ff7","type":"Microsoft.Authorization/roleAssignments","name":"2bd63fbe-e197-434f-ba1e-016bad298ff7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:20:41.1511200Z","updatedOn":"2022-06-03T13:22:39.1076287Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f12c7867-43e5-5530-98e9-9d8a2f39fb92","type":"Microsoft.Authorization/roleAssignments","name":"f12c7867-43e5-5530-98e9-9d8a2f39fb92"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:37:09.9515887Z","updatedOn":"2022-06-03T14:40:22.4040874Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/bace23ac-6978-5318-a146-d49599599b02","type":"Microsoft.Authorization/roleAssignments","name":"bace23ac-6978-5318-a146-d49599599b02"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-06T11:22:08.5127363Z","updatedOn":"2022-06-06T11:22:08.5127363Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/df253c65-35fc-4ff6-9a32-39b3fe20a6e3","type":"Microsoft.Authorization/roleAssignments","name":"df253c65-35fc-4ff6-9a32-39b3fe20a6e3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5f137a67-1b88-4f98-aa20-b71a7082dc56","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-10T14:11:57.5623976Z","updatedOn":"2022-06-10T14:11:57.5623976Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e409f573-8bda-4b7e-854a-61c445d36c6f","type":"Microsoft.Authorization/roleAssignments","name":"e409f573-8bda-4b7e-854a-61c445d36c6f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-22T11:28:57.2073063Z","updatedOn":"2022-06-22T11:28:57.2073063Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb","type":"Microsoft.Authorization/roleAssignments","name":"c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:19:22.2256200Z","updatedOn":"2022-06-23T09:19:22.2256200Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/344b17ae-cabf-4a33-9a9d-ba30fefcbadc","type":"Microsoft.Authorization/roleAssignments","name":"344b17ae-cabf-4a33-9a9d-ba30fefcbadc"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2b81557b-8e7a-4df8-9a41-e59844f627c2","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:25:03.9969293Z","updatedOn":"2022-06-23T09:25:03.9969293Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/13a7f7c7-7364-4f9b-ba92-5430f17b29b5","type":"Microsoft.Authorization/roleAssignments","name":"13a7f7c7-7364-4f9b-ba92-5430f17b29b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-24T07:04:04.5965087Z","updatedOn":"2022-06-24T07:04:04.5965087Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ba604c54-80e1-490e-a123-9ef9d477536b","type":"Microsoft.Authorization/roleAssignments","name":"ba604c54-80e1-490e-a123-9ef9d477536b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-25T04:10:10.7065168Z","updatedOn":"2022-06-25T04:10:10.7065168Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/916a749f-b61f-4ba4-8c28-46217c3a7b4e","type":"Microsoft.Authorization/roleAssignments","name":"916a749f-b61f-4ba4-8c28-46217c3a7b4e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T07:37:58.3152810Z","updatedOn":"2022-06-27T07:37:58.3152810Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0a1046d6-ba58-491f-b473-403ec29cd2be","type":"Microsoft.Authorization/roleAssignments","name":"0a1046d6-ba58-491f-b473-403ec29cd2be"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:21:12.2347431Z","updatedOn":"2022-06-27T08:21:12.2347431Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/abc6fbbe-d4a8-4315-9532-82e90334dcc9","type":"Microsoft.Authorization/roleAssignments","name":"abc6fbbe-d4a8-4315-9532-82e90334dcc9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:17.8582970Z","updatedOn":"2022-06-27T08:43:17.8582970Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8f0bb0e-1495-48f0-aa68-33c364310cfb","type":"Microsoft.Authorization/roleAssignments","name":"b8f0bb0e-1495-48f0-aa68-33c364310cfb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:18.7801612Z","updatedOn":"2022-06-27T08:43:18.7801612Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1","type":"Microsoft.Authorization/roleAssignments","name":"b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"b864e281-c12e-45c6-a0c7-6046a7de5481","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-30T10:50:49.6196941Z","updatedOn":"2022-06-30T10:50:49.6196941Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/61b7cfe4-f4db-49b0-b329-bb5fad775973","type":"Microsoft.Authorization/roleAssignments","name":"61b7cfe4-f4db-49b0-b329-bb5fad775973"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:11.7388086Z","updatedOn":"2022-07-01T08:15:11.7388086Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/86db086e-0442-5eef-8ebc-1d8d28a4d03a","type":"Microsoft.Authorization/roleAssignments","name":"86db086e-0442-5eef-8ebc-1d8d28a4d03a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:12.7940996Z","updatedOn":"2022-07-01T08:15:12.7940996Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cbcefba6-df6c-5670-9e02-9e09f7964d9c","type":"Microsoft.Authorization/roleAssignments","name":"cbcefba6-df6c-5670-9e02-9e09f7964d9c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"fe7b070d-f778-4cfd-8acf-eda94f397a89","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-29T07:15:07.9544255Z","updatedOn":"2022-07-29T07:15:07.9544255Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/efb13d06-875d-40e3-81d5-195824e19188","type":"Microsoft.Authorization/roleAssignments","name":"efb13d06-875d-40e3-81d5-195824e19188"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f8520195-1c62-47ff-8c01-e394155b52f1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-10T11:13:36.6792855Z","updatedOn":"2022-08-10T11:13:36.6792855Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c9150af-abd1-4d00-9c16-acb375857df6","type":"Microsoft.Authorization/roleAssignments","name":"3c9150af-abd1-4d00-9c16-acb375857df6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f4bfeb83-a4cc-43e8-bee0-9808b5d0918d","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-24T05:51:56.3337713Z","updatedOn":"2022-08-24T05:51:56.3337713Z","createdBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","updatedBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3caa2a04-62bf-4a33-80f5-056840e59fb4","type":"Microsoft.Authorization/roleAssignments","name":"3caa2a04-62bf-4a33-80f5-056840e59fb4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"608ca1e9-e854-46c6-984f-d812d0e657e6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-30T13:32:28.1332524Z","updatedOn":"2022-08-30T13:32:28.1332524Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2719b245-3aeb-4cc0-92bc-6f63eea0dcbf","type":"Microsoft.Authorization/roleAssignments","name":"2719b245-3aeb-4cc0-92bc-6f63eea0dcbf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"12f8ea5c-1212-449e-b31c-0a574f43076e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-31T05:55:25.5617539Z","updatedOn":"2023-01-31T05:55:25.5617539Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9d33f09a-0f43-47cf-bde2-27143c6633e7","type":"Microsoft.Authorization/roleAssignments","name":"9d33f09a-0f43-47cf-bde2-27143c6633e7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a51d0ef9-9895-4b63-b3f8-354bb7d1a6bb","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-05-21T08:47:39.8177538Z","updatedOn":"2021-05-21T08:47:39.8177538Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/17db6abb-bc45-4967-b313-e470ec9cbbd7","type":"Microsoft.Authorization/roleAssignments","name":"17db6abb-bc45-4967-b313-e470ec9cbbd7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"93e2b483-3ffa-44f8-9965-fdb104b541a2","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-06-29T05:43:19.7216795Z","updatedOn":"2021-06-29T05:43:19.7216795Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c6aff8c2-08b1-5b1a-9c80-d91164226985","type":"Microsoft.Authorization/roleAssignments","name":"c6aff8c2-08b1-5b1a-9c80-d91164226985"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"4f285ac8-5610-4d2f-854c-bfa3d16a2679","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-11T06:55:02.4909144Z","updatedOn":"2021-07-11T06:55:02.4909144Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0cec2ad2-d080-4126-a99f-f61c559b799c","type":"Microsoft.Authorization/roleAssignments","name":"0cec2ad2-d080-4126-a99f-f61c559b799c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"630db480-3ee6-47ec-ae72-5f917d466bad","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:16:28.8833400Z","updatedOn":"2021-07-13T10:16:28.8833400Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/37fe4b2d-0aca-4c27-8511-1e0d18063ec8","type":"Microsoft.Authorization/roleAssignments","name":"37fe4b2d-0aca-4c27-8511-1e0d18063ec8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"279982e7-46cf-4e40-9a3b-156c98285cb7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.5647062Z","updatedOn":"2021-07-13T10:18:48.5647062Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/7907f38d-57a7-431d-82d7-5dfa2ef0a628","type":"Microsoft.Authorization/roleAssignments","name":"7907f38d-57a7-431d-82d7-5dfa2ef0a628"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"790004d0-0112-41ad-92e8-95c464c34476","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.6068337Z","updatedOn":"2021-07-13T10:18:48.6068337Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c9bda26-83c4-4d4c-b00b-c4b58301e539","type":"Microsoft.Authorization/roleAssignments","name":"8c9bda26-83c4-4d4c-b00b-c4b58301e539"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-21T06:38:43.9281998Z","updatedOn":"2021-07-21T06:38:43.9281998Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b553fa81-60dd-45d6-9781-8c2313d68b03","type":"Microsoft.Authorization/roleAssignments","name":"b553fa81-60dd-45d6-9781-8c2313d68b03"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:20.4258578Z","updatedOn":"2021-07-27T04:31:20.4258578Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258","type":"Microsoft.Authorization/roleAssignments","name":"4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:32.4566300Z","updatedOn":"2021-07-27T04:31:32.4566300Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8176bf09-8e96-448a-ab12-eeed360ecce2","type":"Microsoft.Authorization/roleAssignments","name":"8176bf09-8e96-448a-ab12-eeed360ecce2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:48.4577322Z","updatedOn":"2021-07-27T04:31:48.4577322Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45949217-58cc-4c18-93f3-f4c90710ae2d","type":"Microsoft.Authorization/roleAssignments","name":"45949217-58cc-4c18-93f3-f4c90710ae2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:20.8138038Z","updatedOn":"2021-07-27T10:13:20.8138038Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2382b52f-1ec5-430e-ae2a-74f9ed331ced","type":"Microsoft.Authorization/roleAssignments","name":"2382b52f-1ec5-430e-ae2a-74f9ed331ced"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:23.6551958Z","updatedOn":"2021-07-27T10:13:23.6551958Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e5863947-0b21-41b7-9997-c0dfc73eec29","type":"Microsoft.Authorization/roleAssignments","name":"e5863947-0b21-41b7-9997-c0dfc73eec29"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:29.6985440Z","updatedOn":"2021-07-27T10:13:29.6985440Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/28c1cefa-942f-44c5-a4d4-c33bb92abd45","type":"Microsoft.Authorization/roleAssignments","name":"28c1cefa-942f-44c5-a4d4-c33bb92abd45"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8039a424-299a-4014-8b22-4f6d6cc60065","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-11T07:08:31.9935560Z","updatedOn":"2021-08-11T07:08:31.9935560Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/69e0bcfc-b024-4d8b-a3d5-dac447f8986c","type":"Microsoft.Authorization/roleAssignments","name":"69e0bcfc-b024-4d8b-a3d5-dac447f8986c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"8f0340b8-4b70-412b-be19-c4612d49e353","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T11:58:29.6857641Z","updatedOn":"2021-08-20T11:58:29.6857641Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd88236f-eacb-5303-912f-ba1741cf02bd","type":"Microsoft.Authorization/roleAssignments","name":"fd88236f-eacb-5303-912f-ba1741cf02bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0d8f6e68-d6c5-4a67-b6c4-3107609bbdbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T12:31:58.7980661Z","updatedOn":"2021-08-20T12:31:58.7980661Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/146f4a11-8712-583d-89eb-a7b8b82dbaa9","type":"Microsoft.Authorization/roleAssignments","name":"146f4a11-8712-583d-89eb-a7b8b82dbaa9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e2072d83-2379-4f36-ab51-b5df7460c61e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-21T14:40:08.5987892Z","updatedOn":"2021-08-21T14:40:10.5055205Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/842af679-0b58-5eb5-b94c-ff59e4105d7e","type":"Microsoft.Authorization/roleAssignments","name":"842af679-0b58-5eb5-b94c-ff59e4105d7e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-17T09:41:38.5634940Z","updatedOn":"2021-09-17T09:41:38.5634940Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":"for - temp testing purpose"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98fe0117-1e9c-4e37-b8a7-c4a1031d6916","type":"Microsoft.Authorization/roleAssignments","name":"98fe0117-1e9c-4e37-b8a7-c4a1031d6916"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-25T15:23:32.6168771Z","updatedOn":"2021-09-25T15:23:32.6168771Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d852f084-bc9f-4258-9e2c-fcf48b9eaf85","type":"Microsoft.Authorization/roleAssignments","name":"d852f084-bc9f-4258-9e2c-fcf48b9eaf85"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"2778738c-452b-45ca-b8d6-f085836a1458","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-30T07:51:25.2399474Z","updatedOn":"2021-09-30T07:51:25.2399474Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b04a3bdf-b6a6-5ffb-9394-ee5743741597","type":"Microsoft.Authorization/roleAssignments","name":"b04a3bdf-b6a6-5ffb-9394-ee5743741597"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"0ac1f52a-325b-486a-a095-f46ffdd6a9e4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-10-26T01:59:18.6998395Z","updatedOn":"2021-10-26T01:59:18.6998395Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/53a3b238-b4b0-4d3f-b416-8d6dc8d755f6","type":"Microsoft.Authorization/roleAssignments","name":"53a3b238-b4b0-4d3f-b416-8d6dc8d755f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"c3c0d020-16f0-44d8-9950-0250120a33ff","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-02T06:11:03.5575284Z","updatedOn":"2021-11-02T06:11:03.5575284Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1d017732-f67e-5aa1-a4a6-47570078d9f3","type":"Microsoft.Authorization/roleAssignments","name":"1d017732-f67e-5aa1-a4a6-47570078d9f3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-10T08:59:19.7285159Z","updatedOn":"2021-11-10T08:59:19.7285159Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a60357fa-dc0a-4479-a2a9-4329c2d0ae89","type":"Microsoft.Authorization/roleAssignments","name":"a60357fa-dc0a-4479-a2a9-4329c2d0ae89"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8dd77695-d6a5-450d-a43c-67ca01be9fbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-12T10:55:38.3698246Z","updatedOn":"2021-11-12T10:55:38.3698246Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dda5bb75-b74a-4430-975f-5bc9611c4b2d","type":"Microsoft.Authorization/roleAssignments","name":"dda5bb75-b74a-4430-975f-5bc9611c4b2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36243c78-bf99-498c-9df9-86d9f8d28608","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0181010Z","updatedOn":"2021-02-18T06:28:12.0181010Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/804f6223-03eb-4091-b460-82160fc5f818","type":"Microsoft.Authorization/roleAssignments","name":"804f6223-03eb-4091-b460-82160fc5f818"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0168587Z","updatedOn":"2021-02-18T06:28:12.0168587Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8d80e2d6-315c-495c-ab2c-91ddf75edf41","type":"Microsoft.Authorization/roleAssignments","name":"8d80e2d6-315c-495c-ab2c-91ddf75edf41"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"cf46d636-b6c1-406c-aba7-b2c3d9ed07da","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:53:53.1151640Z","updatedOn":"2021-02-26T13:53:53.1151640Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/735e98ed-f4b8-4b7d-9cc9-af4f8ae77252","type":"Microsoft.Authorization/roleAssignments","name":"735e98ed-f4b8-4b7d-9cc9-af4f8ae77252"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8505e3f4-1ee7-427c-a175-a06595231d46","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:54:27.5624477Z","updatedOn":"2021-02-26T13:54:27.5624477Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98c87a9f-b9e7-414b-8b59-bf3ec62dbc74","type":"Microsoft.Authorization/roleAssignments","name":"98c87a9f-b9e7-414b-8b59-bf3ec62dbc74"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-25T12:25:27.2277610Z","updatedOn":"2020-07-25T12:25:27.2277610Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d","type":"Microsoft.Authorization/roleAssignments","name":"fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21ae6127-c385-4ae0-b895-a8559e9aa574","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:35:35.2993523Z","updatedOn":"2020-07-31T08:35:35.2993523Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6af9fbf3-7085-4bcb-b399-88b89fac16d3","type":"Microsoft.Authorization/roleAssignments","name":"6af9fbf3-7085-4bcb-b399-88b89fac16d3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:44:16.2909420Z","updatedOn":"2020-07-31T08:44:16.2909420Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/65080390-e9b5-4566-b362-d1e96c23dae2","type":"Microsoft.Authorization/roleAssignments","name":"65080390-e9b5-4566-b362-d1e96c23dae2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:12:01.6760584Z","updatedOn":"2020-11-03T06:12:01.6760584Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a7a12420-2dce-4a47-822e-68cadf239da3","type":"Microsoft.Authorization/roleAssignments","name":"a7a12420-2dce-4a47-822e-68cadf239da3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3282af51-433d-47e8-b2b5-633fbe0fecc0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:25:32.6790913Z","updatedOn":"2020-11-03T06:25:32.6790913Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/36da831d-10ce-4f42-ba28-362960f6ea36","type":"Microsoft.Authorization/roleAssignments","name":"36da831d-10ce-4f42-ba28-362960f6ea36"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupFlaggedSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2019-10-04T07:35:39.6626948Z","updatedOn":"2019-10-04T07:35:39.6626948Z","createdBy":"8031e009-cc05-4950-8a8d-78942c4492ac","updatedBy":"8031e009-cc05-4950-8a8d-78942c4492ac","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupFlaggedSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/730fa65e-c74c-4c3d-9cc3-9457f9b97274","type":"Microsoft.Authorization/roleAssignments","name":"730fa65e-c74c-4c3d-9cc3-9457f9b97274"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupFlaggedSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2021-04-08T01:03:29.8241478Z","updatedOn":"2021-04-08T01:03:29.8241478Z","createdBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","updatedBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupFlaggedSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/63818ccb-a05c-4083-9e1d-64b4c7c0e1cd","type":"Microsoft.Authorization/roleAssignments","name":"63818ccb-a05c-4083-9e1d-64b4c7c0e1cd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"c87d9afe-4463-41d5-81e3-3bd162af9183","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2019-07-10T09:38:17.4348497Z","updatedOn":"2019-07-10T09:38:17.4348497Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/ebc56c6d-c5de-4d99-b166-89d4ac815acd","type":"Microsoft.Authorization/roleAssignments","name":"ebc56c6d-c5de-4d99-b166-89d4ac815acd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2019-03-15T11:01:18.6794974Z","updatedOn":"2019-03-15T11:01:18.6794974Z","createdBy":"809e610d-9130-4b22-8c3a-5e6c64adc2c7","updatedBy":"809e610d-9130-4b22-8c3a-5e6c64adc2c7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/9fb9b151-1d53-4eff-9336-75cf634e1e3d","type":"Microsoft.Authorization/roleAssignments","name":"9fb9b151-1d53-4eff-9336-75cf634e1e3d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f87f6638-3a1b-4562-8603-aacd59537149","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2019-05-03T06:47:05.1411825Z","updatedOn":"2019-05-03T06:47:05.1411825Z","createdBy":"809e610d-9130-4b22-8c3a-5e6c64adc2c7","updatedBy":"809e610d-9130-4b22-8c3a-5e6c64adc2c7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/24ffbb29-061f-4b1d-8c26-c6e90ef53303","type":"Microsoft.Authorization/roleAssignments","name":"24ffbb29-061f-4b1d-8c26-c6e90ef53303"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"becb4b6b-fe16-413b-a5c3-90355e0b2982","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2019-06-26T06:33:50.1123976Z","updatedOn":"2019-06-26T06:33:50.1123976Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/4c3721e8-06f4-4115-a2d8-90c4a9a57d56","type":"Microsoft.Authorization/roleAssignments","name":"4c3721e8-06f4-4115-a2d8-90c4a9a57d56"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2021-04-07T16:59:19.6098216Z","updatedOn":"2021-04-07T16:59:19.6098216Z","createdBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","updatedBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/9d2de631-e451-450b-8237-e5bc19624eee","type":"Microsoft.Authorization/roleAssignments","name":"9d2de631-e451-450b-8237-e5bc19624eee"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab","principalId":"f61a8f2d-c22b-47c9-9e09-71c6dc1686a2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2022-10-17T05:35:15.3185857Z","updatedOn":"2022-10-17T05:35:15.3185857Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/112e70a2-19dc-47b1-8a5f-b6b0ebe3101a","type":"Microsoft.Authorization/roleAssignments","name":"112e70a2-19dc-47b1-8a5f-b6b0ebe3101a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab","principalId":"38bb424d-6106-4a59-800e-90ee180570f1","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2022-10-26T02:55:09.1249140Z","updatedOn":"2022-10-26T02:55:09.1249140Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/7cdb04d8-94ce-4084-b154-6ab26e1b0041","type":"Microsoft.Authorization/roleAssignments","name":"7cdb04d8-94ce-4084-b154-6ab26e1b0041"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"b1b96a90-235c-4668-a931-ee1c08db7681","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2021-02-01T04:47:38.5676012Z","updatedOn":"2021-02-01T04:47:38.5676012Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/a9e38032-c21b-4c41-8960-1c9c982d98e2","type":"Microsoft.Authorization/roleAssignments","name":"a9e38032-c21b-4c41-8960-1c9c982d98e2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a51d0ef9-9895-4b63-b3f8-354bb7d1a6bb","principalType":"Group","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2021-03-03T05:31:57.4716459Z","updatedOn":"2021-03-03T05:31:57.4716459Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/77aa0ff2-42c2-4e01-a51d-01cf2dd7ce04","type":"Microsoft.Authorization/roleAssignments","name":"77aa0ff2-42c2-4e01-a51d-01cf2dd7ce04"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"ce2366a6-64d7-441b-939c-c9d23f91cccd","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T20:43:06.5941189Z","updatedOn":"2020-03-12T20:43:06.5941189Z","createdBy":"606f48c8-d219-4875-991d-ae6befaf0756","updatedBy":"606f48c8-d219-4875-991d-ae6befaf0756","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/ad9e2cd7-0ff7-4931-9b17-656c8f17934b","type":"Microsoft.Authorization/roleAssignments","name":"ad9e2cd7-0ff7-4931-9b17-656c8f17934b"}]}' - headers: - cache-control: - - no-cache - content-length: - - '85765' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:39:41 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly - 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: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - Cookie: - - x-ms-gateway-slice=Production - ParameterSetName: - - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance - --keyvault-id --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.45.0 (PIP) - accept-language: - - en-US - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Reader%27&api-version=2018-01-01-preview - response: - body: - string: '{"value":[{"properties":{"roleName":"Reader","type":"BuiltInRole","description":"View - all resources, but does not allow you to make any changes.","assignableScopes":["/"],"permissions":[{"actions":["*/read"],"notActions":[],"dataActions":[],"notDataActions":[]}],"createdOn":"2015-02-02T21:55:09.8806423Z","updatedOn":"2021-11-11T20:13:47.8628684Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","type":"Microsoft.Authorization/roleDefinitions","name":"acdd72a7-3385-48ef-bd42-f606fba81ae7"}]}' - headers: - cache-control: - - no-cache - content-length: - - '627' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:39:42 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - Cookie: - - x-ms-gateway-slice=Production - ParameterSetName: - - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance - --keyvault-id --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.45.0 (PIP) - accept-language: - - en-US - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/providers/Microsoft.Authorization/roleDefinitions?api-version=2018-01-01-preview - response: - body: - string: "{\"value\":[{\"properties\":{\"roleName\":\"Avere Cluster Create\"\ - ,\"type\":\"CustomRole\",\"description\":\"Avere cluster create role used\ - \ by the Avere controller to create a vFXT cluster.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Authorization/roleAssignments/*\",\"Microsoft.Authorization/roleDefinitions/*\"\ - ,\"Microsoft.Compute/*/read\",\"Microsoft.Compute/availabilitySets/*\",\"\ - Microsoft.Compute/virtualMachines/*\",\"Microsoft.Network/*/read\",\"Microsoft.Network/networkInterfaces/*\"\ - ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\"\ - ,\"Microsoft.Storage/*/read\",\"Microsoft.Storage/storageAccounts/listKeys/action\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2018-11-29T18:46:55.0492387Z\",\"updatedOn\":\"2018-11-29T18:46:55.0492387Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a7b1b19a-0e83-4fe5-935c-faaefbfd18c3\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a7b1b19a-0e83-4fe5-935c-faaefbfd18c3\"\ - },{\"properties\":{\"roleName\":\"Avere Cluster Runtime Operator\",\"type\"\ - :\"CustomRole\",\"description\":\"Avere cluster runtime role used by Avere\ - \ clusters running in subscriptions, for the purpose of failing over IP addresses,\ - \ accessing BLOB storage, etc\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/read\"\ - ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ - ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ - ,\"Microsoft.Network/routeTables/read\",\"Microsoft.Network/routeTables/routes/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ - ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ - ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ - ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2018-08-26T00:41:26.2170858Z\",\"\ - updatedOn\":\"2018-08-26T00:41:26.2170858Z\",\"createdBy\":\"dda50086-5e3d-4a4b-b8bc-f54771104d89\"\ - ,\"updatedBy\":\"dda50086-5e3d-4a4b-b8bc-f54771104d89\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e078ab98-ef3a-4c9a-aba7-12f5172b45d0\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e078ab98-ef3a-4c9a-aba7-12f5172b45d0\"\ - },{\"properties\":{\"roleName\":\"Azure Service Deploy Release Management\ - \ Contributor\",\"type\":\"CustomRole\",\"description\":\"Contributor role\ - \ for services deploying through Azure Service Deploy.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"*\"],\"notActions\":[\"Microsoft.Authorization/*/Delete\"\ - ,\"Microsoft.Authorization/*/Write\"],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2016-02-04T02:26:31.5413362Z\",\"updatedOn\":\"2018-01-08T20:20:16.3660174Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/21d96096-b162-414a-8302-d8354f9d91b2\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"21d96096-b162-414a-8302-d8354f9d91b2\"\ - },{\"properties\":{\"roleName\":\"CAL-Custom-Role\",\"type\":\"CustomRole\"\ - ,\"description\":\"Lets SAP Cloud Appliance Library application manage Network\ - \ and Compute services, manage Resource Groups and Management locks.\",\"\ - assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/locks/*\"\ - ,\"Microsoft.Authorization/roleDefinitions/*\",\"Microsoft.Authorization/roleAssignments/*\"\ - ,\"Microsoft.Compute/*\",\"Microsoft.Network/*\",\"Microsoft.Resources/*\"\ - ,\"Microsoft.Storage/*\",\"Microsoft.ContainerService/*\",\"Microsoft.ContainerRegistry/*\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2018-05-14T19:30:51.0664585Z\",\"updatedOn\":\"2019-02-19T19:11:57.5963229Z\"\ - ,\"createdBy\":\"dda50086-5e3d-4a4b-b8bc-f54771104d89\",\"updatedBy\":null},\"\ - id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7b266cd7-0bba-4ae2-8423-90ede5e1e898\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7b266cd7-0bba-4ae2-8423-90ede5e1e898\"\ - },{\"properties\":{\"roleName\":\"Dsms Role (deprecated)\",\"type\":\"CustomRole\"\ - ,\"description\":\"Custom role used by Dsms to perform operations. Can list\ - \ and regnerate storage account keys.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\"\ - ,\"Microsoft.ClassicStorage/storageAccounts/regenerateKey/action\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ - ,\"Microsoft.Storage/storageAccounts/regeneratekey/action\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-17T18:02:11.1225951Z\"\ - ,\"updatedOn\":\"2018-01-13T00:21:52.7211696Z\",\"createdBy\":\"ca5f3715-e7dd-427b-b2db-45b6a4a2df87\"\ - ,\"updatedBy\":\"ca5f3715-e7dd-427b-b2db-45b6a4a2df87\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b91f4c0b-46e3-47bb-a242-eecfe23b3b5b\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b91f4c0b-46e3-47bb-a242-eecfe23b3b5b\"\ - },{\"properties\":{\"roleName\":\"Dsms Role (do not use)\",\"type\":\"CustomRole\"\ - ,\"description\":\"Custom role used by Dsms to perform operations. Can list\ - \ and regnerate storage account keys.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\"\ - ,\"Microsoft.ClassicStorage/storageAccounts/regenerateKey/action\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ - ,\"Microsoft.Storage/storageAccounts/regeneratekey/action\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-02-01T07:56:12.5880222Z\"\ - ,\"updatedOn\":\"2018-08-09T17:53:48.5432297Z\",\"createdBy\":\"becb4b6b-fe16-413b-a5c3-90355e0b2982\"\ - ,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7aff565e-6c55-448d-83db-ccf482c6da2f\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7aff565e-6c55-448d-83db-ccf482c6da2f\"\ - },{\"properties\":{\"roleName\":\"ExpressRoute Administrator\",\"type\":\"\ - CustomRole\",\"description\":\"Can create, delete and manage ExpressRoutes\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/locks/*\"\ - ,\"Microsoft.Authorization/policyAssignments/*\",\"Microsoft.Authorization/policyDefinitions/*\"\ - ,\"Microsoft.Authorization/roleAssignments/*\",\"Microsoft.ClassicNetwork/*\"\ - ,\"Microsoft.EventGrid/*\",\"Microsoft.Insights/*\",\"Microsoft.Network/*\"\ - ,\"Microsoft.Resources/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2018-08-31T03:51:32.2843055Z\",\"updatedOn\":\"2019-03-20T22:55:18.8222085Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a48d7896-14b4-4889-afef-fbb65a96e5a2\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a48d7896-14b4-4889-afef-fbb65a96e5a2\"\ - },{\"properties\":{\"roleName\":\"GenevaWarmPathResourceContributor\",\"type\"\ - :\"CustomRole\",\"description\":\"Can manage service bus and storage accounts.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.EventHub/namespaces/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/*\",\"Microsoft.ServiceBus/namespaces/*\"\ - ,\"Microsoft.Storage/storageAccounts/*\",\"Microsoft.Storage/storageAccounts/managementPolicies/write\"\ - ,\"Microsoft.Storage/storageAccounts/managementPolicies/read\",\"Microsoft.Storage/storageAccounts/managementPolicies/delete\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2017-03-14T22:30:10.1999436Z\",\"updatedOn\":\"2022-02-28T23:26:40.0052537Z\"\ - ,\"createdBy\":null,\"updatedBy\":\"acis\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9f15f5f5-77bd-413a-aa88-4b9c68b1e7bc\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9f15f5f5-77bd-413a-aa88-4b9c68b1e7bc\"\ - },{\"properties\":{\"roleName\":\"masterreader\",\"type\":\"CustomRole\",\"\ - description\":\"Lets you view everything, but not make any changes.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\"],\"notActions\":[],\"dataActions\"\ - :[],\"notDataActions\":[]}],\"createdOn\":\"2017-11-14T23:38:05.3353858Z\"\ - ,\"updatedOn\":\"2017-11-14T23:38:05.3353858Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a48d7796-14b4-4889-afef-fbb65a93e5a2\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a48d7796-14b4-4889-afef-fbb65a93e5a2\"\ - },{\"properties\":{\"roleName\":\"Microsoft OneAsset Reader\",\"type\":\"\ - CustomRole\",\"description\":\"This role is for Microsoft OneAsset team (CSEO)\ - \ to track internal security compliance and resource utilization.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachines/*/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2019-03-27T23:51:08.6333052Z\",\"updatedOn\":\"2019-04-02T20:35:43.3396263Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd1bb084-1503-4bd2-99c0-630220046786\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fd1bb084-1503-4bd2-99c0-630220046786\"\ - },{\"properties\":{\"roleName\":\"Office DevOps\",\"type\":\"CustomRole\"\ - ,\"description\":\"Custom access for developers to operations but not secrets.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachineScaleSets/restart/action\"\ - ,\"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/restart/action\"\ - ,\"Microsoft.Sql/servers/databases/replicationLinks/delete\",\"Microsoft.Sql/servers/databases/replicationLinks/failover/action\"\ - ,\"Microsoft.Sql/servers/databases/replicationLinks/forceFailoverAllowDataLoss/action\"\ - ,\"Microsoft.Sql/servers/databases/replicationLinks/operationResults/read\"\ - ,\"Microsoft.Sql/servers/databases/replicationLinks/read\",\"Microsoft.Sql/servers/databases/replicationLinks/unlink/action\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2016-10-07T08:11:46.1639398Z\",\"updatedOn\":\"2017-03-16T18:43:08.3234306Z\"\ - ,\"createdBy\":\"25aea6be-b605-4347-a92d-33e178e412ec\",\"updatedBy\":\"25aea6be-b605-4347-a92d-33e178e412ec\"\ - },\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7fd64851-3279-459b-b614-e2b2ba760f5b\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7fd64851-3279-459b-b614-e2b2ba760f5b\"\ - },{\"properties\":{\"roleName\":\"GenevaWarmPathStorageBlobContributor\",\"\ - type\":\"CustomRole\",\"description\":\"Geneva Warm Path Storage Blob Contributor\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ - ,\"Microsoft.Storage/storageAccounts/blobServices/containers/lease/action\"\ - ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ - ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/lock/action\"\ - ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/read\"\ - ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/write\"\ - ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/extend/action\"\ - ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/delete\"\ - ,\"Microsoft.Storage/storageAccounts/managementPolicies/write\",\"Microsoft.Storage/storageAccounts/managementPolicies/read\"\ - ,\"Microsoft.Storage/storageAccounts/managementPolicies/delete\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-12-06T22:46:27.1365630Z\"\ - ,\"updatedOn\":\"2022-02-28T23:26:40.4152515Z\",\"createdBy\":null,\"updatedBy\"\ - :\"acis\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a16c43ca-2d67-4dcd-9ded-6412f5edc51a\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a16c43ca-2d67-4dcd-9ded-6412f5edc51a\"\ - },{\"properties\":{\"roleName\":\"Azure Service Deploy Release Management\ - \ Restricted Owner\",\"type\":\"CustomRole\",\"description\":\"Restricted\ - \ owner role for services deploying through Azure Service Deploy.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"*\"],\"notActions\":[\"Microsoft.Authorization/*/Delete\"\ - ,\"Microsoft.Authorization/*/Write\"],\"dataActions\":[],\"notDataActions\"\ - :[]},{\"actions\":[\"Microsoft.Authorization/roleAssignments/write\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]},{\"actions\":[\"Microsoft.Authorization/locks/write\"\ - ,\"Microsoft.Authorization/policyassignments/write\",\"Microsoft.Authorization/policydefinitions/write\"\ - ,\"Microsoft.Authorization/policysetdefinitions/write\"],\"notActions\":[],\"\ - dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-03-07T22:16:06.8803898Z\"\ - ,\"updatedOn\":\"2022-03-07T22:16:06.8803898Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/94ddc4bc-25f5-4f3e-b527-c587da93cfe4\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"94ddc4bc-25f5-4f3e-b527-c587da93cfe4\"\ - },{\"properties\":{\"roleName\":\"Azure Service Deploy Test Release Management\ - \ Key Vault Secrets User\",\"type\":\"CustomRole\",\"description\":\"Read\ - \ secret and certificate contents. Only works for key vaults that use the\ - \ 'Azure role-based access control' permission model.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ - :[\"Microsoft.KeyVault/vaults/secrets/getSecret/action\",\"Microsoft.KeyVault/vaults/certificates/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2022-07-20T22:52:19.9944274Z\",\"\ - updatedOn\":\"2022-08-31T23:25:32.0649353Z\",\"createdBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"\ - ,\"updatedBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/87d31636-ad85-4caa-802d-1535972b5612\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"87d31636-ad85-4caa-802d-1535972b5612\"\ - },{\"properties\":{\"roleName\":\"Azure Service Deploy Release Management\ - \ Key Vault Secrets User\",\"type\":\"CustomRole\",\"description\":\"Read\ - \ secret and certificate contents. Only works for key vaults that use the\ - \ 'Azure role-based access control' permission model.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ - :[\"Microsoft.KeyVault/vaults/secrets/getSecret/action\",\"Microsoft.KeyVault/vaults/certificates/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-02T21:14:21.3331588Z\",\"\ - updatedOn\":\"2022-09-10T00:44:34.5904437Z\",\"createdBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"\ - ,\"updatedBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/260691e6-68c2-47cf-bd4a-97d5fd4dbcd5\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"260691e6-68c2-47cf-bd4a-97d5fd4dbcd5\"\ - },{\"properties\":{\"roleName\":\"Owner\",\"type\":\"BuiltInRole\",\"description\"\ - :\"Grants full access to manage all resources, including the ability to assign\ - \ roles in Azure RBAC.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[\"*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:45.8978856Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\ - },{\"properties\":{\"roleName\":\"AcrPush\",\"type\":\"BuiltInRole\",\"description\"\ - :\"acr push\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ - Microsoft.ContainerRegistry/registries/pull/read\",\"Microsoft.ContainerRegistry/registries/push/write\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2018-10-29T17:52:32.5201177Z\",\"updatedOn\":\"2021-11-11T20:13:07.4993029Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8311e382-0749-4cb8-b61a-304f252e45ec\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8311e382-0749-4cb8-b61a-304f252e45ec\"\ - },{\"properties\":{\"roleName\":\"API Management Service Contributor\",\"\ - type\":\"BuiltInRole\",\"description\":\"Can manage service and the APIs\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ - Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2015-02-02T21:55:09.8650193Z\",\"updatedOn\":\"2021-11-11T20:13:08.3179618Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/312a565d-c81f-4fd8-895a-4e21e48d571c\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"312a565d-c81f-4fd8-895a-4e21e48d571c\"\ - },{\"properties\":{\"roleName\":\"AcrPull\",\"type\":\"BuiltInRole\",\"description\"\ - :\"acr pull\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ - Microsoft.ContainerRegistry/registries/pull/read\"],\"notActions\":[],\"dataActions\"\ - :[],\"notDataActions\":[]}],\"createdOn\":\"2018-10-22T19:01:56.8227182Z\"\ - ,\"updatedOn\":\"2021-11-11T20:13:08.8779328Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f951dda-4ed3-4680-a7ca-43fe172d538d\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f951dda-4ed3-4680-a7ca-43fe172d538d\"\ - },{\"properties\":{\"roleName\":\"AcrImageSigner\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"acr image signer\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.ContainerRegistry/registries/sign/write\"],\"\ - notActions\":[],\"dataActions\":[\"Microsoft.ContainerRegistry/registries/trustedCollections/write\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2018-03-15T23:23:08.4038322Z\",\"\ - updatedOn\":\"2021-11-11T20:13:09.6070759Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6cef56e8-d556-48e5-a04f-b8e64114680f\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6cef56e8-d556-48e5-a04f-b8e64114680f\"\ - },{\"properties\":{\"roleName\":\"AcrDelete\",\"type\":\"BuiltInRole\",\"\ - description\":\"acr delete\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.ContainerRegistry/registries/artifacts/delete\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2019-03-11T20:19:31.6682804Z\",\"updatedOn\":\"2021-11-11T20:13:09.9631744Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c2f4ef07-c644-48eb-af81-4b1b4947fb11\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c2f4ef07-c644-48eb-af81-4b1b4947fb11\"\ - },{\"properties\":{\"roleName\":\"AcrQuarantineReader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"acr quarantine data reader\",\"assignableScopes\":[\"/\"\ - ],\"permissions\":[{\"actions\":[\"Microsoft.ContainerRegistry/registries/quarantine/read\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerRegistry/registries/quarantinedArtifacts/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2018-03-16T00:27:39.9596835Z\",\"\ - updatedOn\":\"2021-11-11T20:13:10.3188052Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cdda3590-29a3-44f6-95f2-9f980659eb04\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cdda3590-29a3-44f6-95f2-9f980659eb04\"\ - },{\"properties\":{\"roleName\":\"AcrQuarantineWriter\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"acr quarantine data writer\",\"assignableScopes\":[\"/\"\ - ],\"permissions\":[{\"actions\":[\"Microsoft.ContainerRegistry/registries/quarantine/read\"\ - ,\"Microsoft.ContainerRegistry/registries/quarantine/write\"],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.ContainerRegistry/registries/quarantinedArtifacts/read\"\ - ,\"Microsoft.ContainerRegistry/registries/quarantinedArtifacts/write\"],\"\ - notDataActions\":[]}],\"createdOn\":\"2018-03-16T00:26:37.5871820Z\",\"updatedOn\"\ - :\"2021-11-11T20:13:11.3488079Z\",\"createdBy\":null,\"updatedBy\":null},\"\ - id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c8d4ff99-41c3-41a8-9f60-21dfdad59608\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c8d4ff99-41c3-41a8-9f60-21dfdad59608\"\ - },{\"properties\":{\"roleName\":\"API Management Service Operator Role\",\"\ - type\":\"BuiltInRole\",\"description\":\"Can manage service but not the APIs\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*/read\"\ - ,\"Microsoft.ApiManagement/service/backup/action\",\"Microsoft.ApiManagement/service/delete\"\ - ,\"Microsoft.ApiManagement/service/managedeployments/action\",\"Microsoft.ApiManagement/service/read\"\ - ,\"Microsoft.ApiManagement/service/restore/action\",\"Microsoft.ApiManagement/service/updatecertificate/action\"\ - ,\"Microsoft.ApiManagement/service/updatehostname/action\",\"Microsoft.ApiManagement/service/write\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ - Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ],\"notActions\":[\"Microsoft.ApiManagement/service/users/keys/read\"],\"\ - dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-11-09T00:03:42.1194019Z\"\ - ,\"updatedOn\":\"2021-11-11T20:13:11.5244023Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\ - },{\"properties\":{\"roleName\":\"API Management Service Reader Role\",\"\ - type\":\"BuiltInRole\",\"description\":\"Read-only access to service and APIs\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*/read\"\ - ,\"Microsoft.ApiManagement/service/read\",\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.ApiManagement/service/users/keys/read\"\ - ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-11-09T00:26:45.1540473Z\"\ - ,\"updatedOn\":\"2021-11-11T20:13:11.8704466Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/71522526-b88f-4d52-b57f-d31fc3546d0d\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"71522526-b88f-4d52-b57f-d31fc3546d0d\"\ - },{\"properties\":{\"roleName\":\"Application Insights Component Contributor\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Can manage Application Insights\ - \ components\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ - Microsoft.Insights/generateLiveToken/read\",\"Microsoft.Insights/metricAlerts/*\"\ - ,\"Microsoft.Insights/components/*\",\"Microsoft.Insights/scheduledqueryrules/*\"\ - ,\"Microsoft.Insights/topology/read\",\"Microsoft.Insights/transactions/read\"\ - ,\"Microsoft.Insights/webtests/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:12.6428401Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ae349356-3a1b-4a5e-921d-050484c6347e\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ae349356-3a1b-4a5e-921d-050484c6347e\"\ - },{\"properties\":{\"roleName\":\"Application Insights Snapshot Debugger\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Gives user permission to use Application\ - \ Insights Snapshot Debugger features\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.Insights/components/*/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2017-04-19T21:25:12.3728747Z\",\"updatedOn\":\"2021-11-11T20:13:13.0034435Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\ - },{\"properties\":{\"roleName\":\"Attestation Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Can read the attestation provider properties\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Attestation/attestationProviders/attestation/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2019-03-25T19:42:59.1576710Z\",\"updatedOn\":\"2021-11-11T20:13:13.3634724Z\"\ - ,\"createdBy\":null,\"updatedBy\":\"SYSTEM\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd1bd22b-8476-40bc-a0bc-69b95687b9f3\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fd1bd22b-8476-40bc-a0bc-69b95687b9f3\"\ - },{\"properties\":{\"roleName\":\"Automation Job Operator\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Create and Manage Jobs using Automation Runbooks.\",\"\ - assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/read\"\ - ,\"Microsoft.Automation/automationAccounts/jobs/read\",\"Microsoft.Automation/automationAccounts/jobs/resume/action\"\ - ,\"Microsoft.Automation/automationAccounts/jobs/stop/action\",\"Microsoft.Automation/automationAccounts/jobs/streams/read\"\ - ,\"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\"Microsoft.Automation/automationAccounts/jobs/write\"\ - ,\"Microsoft.Automation/automationAccounts/jobs/output/read\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2017-04-19T20:52:41.0020018Z\",\"updatedOn\":\"2021-11-11T20:13:13.7065660Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4fe576fe-1146-4730-92eb-48519fa6bf9f\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4fe576fe-1146-4730-92eb-48519fa6bf9f\"\ - },{\"properties\":{\"roleName\":\"Automation Runbook Operator\",\"type\":\"\ - BuiltInRole\",\"description\":\"Read Runbook properties - to be able to create\ - \ Jobs of the runbook.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Automation/automationAccounts/runbooks/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2017-04-19T20:47:49.5640674Z\",\"updatedOn\":\"2021-11-11T20:13:13.8815461Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\ - },{\"properties\":{\"roleName\":\"Automation Operator\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Automation Operators are able to start, stop, suspend,\ - \ and resume jobs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.Authorization/*/read\",\"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/read\"\ - ,\"Microsoft.Automation/automationAccounts/jobs/read\",\"Microsoft.Automation/automationAccounts/jobs/resume/action\"\ - ,\"Microsoft.Automation/automationAccounts/jobs/stop/action\",\"Microsoft.Automation/automationAccounts/jobs/streams/read\"\ - ,\"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\"Microsoft.Automation/automationAccounts/jobs/write\"\ - ,\"Microsoft.Automation/automationAccounts/jobSchedules/read\",\"Microsoft.Automation/automationAccounts/jobSchedules/write\"\ - ,\"Microsoft.Automation/automationAccounts/linkedWorkspace/read\",\"Microsoft.Automation/automationAccounts/read\"\ - ,\"Microsoft.Automation/automationAccounts/runbooks/read\",\"Microsoft.Automation/automationAccounts/schedules/read\"\ - ,\"Microsoft.Automation/automationAccounts/schedules/write\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Automation/automationAccounts/jobs/output/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2015-08-18T01:05:03.3916130Z\",\"updatedOn\":\"2021-11-11T20:13:14.0515408Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d3881f73-407a-4167-8283-e981cbba0404\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d3881f73-407a-4167-8283-e981cbba0404\"\ - },{\"properties\":{\"roleName\":\"Avere Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Can create and manage an Avere vFXT cluster.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Compute/*/read\",\"Microsoft.Compute/availabilitySets/*\",\"\ - Microsoft.Compute/proximityPlacementGroups/*\",\"Microsoft.Compute/virtualMachines/*\"\ - ,\"Microsoft.Compute/disks/*\",\"Microsoft.Network/*/read\",\"Microsoft.Network/networkInterfaces/*\"\ - ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ - ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ - ,\"Microsoft.Network/networkSecurityGroups/join/action\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Storage/*/read\",\"Microsoft.Storage/storageAccounts/*\",\"Microsoft.Support/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\"],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ - ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ - ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2019-03-18T20:00:58.9207889Z\",\"\ - updatedOn\":\"2021-11-11T20:13:14.2265665Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4f8fab4f-1852-4a58-a46a-8eaf358af14a\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4f8fab4f-1852-4a58-a46a-8eaf358af14a\"\ - },{\"properties\":{\"roleName\":\"Avere Operator\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Used by the Avere vFXT cluster to manage the cluster\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachines/read\"\ - ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\"\ - ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ - ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ - ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ - ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ - ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2019-03-18T20:02:38.3399857Z\",\"\ - updatedOn\":\"2021-11-11T20:13:15.1065886Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c025889f-8102-4ebf-b32c-fc0c6f0c6bd9\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c025889f-8102-4ebf-b32c-fc0c6f0c6bd9\"\ - },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Cluster Admin Role\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"List cluster admin credential\ - \ action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ - Microsoft.ContainerService/managedClusters/listClusterAdminCredential/action\"\ - ,\"Microsoft.ContainerService/managedClusters/accessProfiles/listCredential/action\"\ - ,\"Microsoft.ContainerService/managedClusters/read\",\"Microsoft.ContainerService/managedClusters/runcommand/action\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2018-08-15T21:38:18.5953853Z\",\"updatedOn\":\"2022-05-16T21:47:03.0625910Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0ab0b1a8-8aac-4efd-b8c2-3ee1fb270be8\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0ab0b1a8-8aac-4efd-b8c2-3ee1fb270be8\"\ - },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Cluster User Role\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"List cluster user credential action.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action\"\ - ,\"Microsoft.ContainerService/managedClusters/read\"],\"notActions\":[],\"\ - dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-08-15T22:04:53.4037241Z\"\ - ,\"updatedOn\":\"2021-11-11T20:13:20.4351976Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4abbcc35-e782-43d8-92c5-2d3f1bd2253f\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4abbcc35-e782-43d8-92c5-2d3f1bd2253f\"\ - },{\"properties\":{\"roleName\":\"Azure Maps Data Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Grants access to read map related data from an Azure maps\ - \ account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ - notActions\":[],\"dataActions\":[\"Microsoft.Maps/accounts/*/read\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2018-10-05T19:47:03.4723070Z\",\"updatedOn\":\"2021-11-11T20:13:20.9582685Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/423170ca-a8f6-4b0f-8487-9e4eb8f49bfa\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"423170ca-a8f6-4b0f-8487-9e4eb8f49bfa\"\ - },{\"properties\":{\"roleName\":\"Azure Stack Registration Owner\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Lets you manage Azure Stack registrations.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureStack/edgeSubscriptions/read\"\ - ,\"Microsoft.AzureStack/registrations/products/*/action\",\"Microsoft.AzureStack/registrations/products/read\"\ - ,\"Microsoft.AzureStack/registrations/read\"],\"notActions\":[],\"dataActions\"\ - :[],\"notDataActions\":[]}],\"createdOn\":\"2017-11-13T23:42:06.2161827Z\"\ - ,\"updatedOn\":\"2021-11-11T20:13:23.2957820Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6f12a6df-dd06-4f3e-bcb1-ce8be600526a\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6f12a6df-dd06-4f3e-bcb1-ce8be600526a\"\ - },{\"properties\":{\"roleName\":\"Backup Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you manage backup service,but can't create vaults\ - \ and give access to others\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Network/virtualNetworks/read\"\ - ,\"Microsoft.RecoveryServices/locations/*\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/*\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/*\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/refreshContainers/action\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/*\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/*\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/*\",\"Microsoft.RecoveryServices/Vaults/backupSecurityPIN/*\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/certificates/*\"\ - ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\",\"Microsoft.RecoveryServices/Vaults/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\"Microsoft.RecoveryServices/Vaults/usages/*\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.RecoveryServices/Vaults/backupstorageconfig/*\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupconfig/*\",\"Microsoft.RecoveryServices/Vaults/backupValidateOperation/action\"\ - ,\"Microsoft.RecoveryServices/Vaults/write\",\"Microsoft.RecoveryServices/Vaults/backupOperations/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupEngines/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/*\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectableContainers/read\"\ - ,\"Microsoft.RecoveryServices/locations/backupStatus/action\",\"Microsoft.RecoveryServices/locations/backupPreValidateProtection/action\"\ - ,\"Microsoft.RecoveryServices/locations/backupValidateFeatures/action\",\"\ - Microsoft.RecoveryServices/Vaults/monitoringAlerts/write\",\"Microsoft.RecoveryServices/operations/read\"\ - ,\"Microsoft.RecoveryServices/locations/operationStatus/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionIntents/read\"\ - ,\"Microsoft.Support/*\",\"Microsoft.DataProtection/locations/getBackupStatus/action\"\ - ,\"Microsoft.DataProtection/backupVaults/backupInstances/write\",\"Microsoft.DataProtection/backupVaults/backupInstances/delete\"\ - ,\"Microsoft.DataProtection/backupVaults/backupInstances/read\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\"\ - ,\"Microsoft.DataProtection/backupVaults/deletedBackupInstances/read\",\"\ - Microsoft.DataProtection/backupVaults/deletedBackupInstances/undelete/action\"\ - ,\"Microsoft.DataProtection/backupVaults/backupInstances/backup/action\",\"\ - Microsoft.DataProtection/backupVaults/backupInstances/validateRestore/action\"\ - ,\"Microsoft.DataProtection/backupVaults/backupInstances/restore/action\"\ - ,\"Microsoft.DataProtection/backupVaults/backupPolicies/write\",\"Microsoft.DataProtection/backupVaults/backupPolicies/delete\"\ - ,\"Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\"\ - ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ - ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ - ,\"Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges/action\"\ - ,\"Microsoft.DataProtection/backupVaults/write\",\"Microsoft.DataProtection/backupVaults/read\"\ - ,\"Microsoft.DataProtection/backupVaults/operationResults/read\",\"Microsoft.DataProtection/backupVaults/operationStatus/read\"\ - ,\"Microsoft.DataProtection/locations/checkNameAvailability/action\",\"Microsoft.DataProtection/backupVaults/read\"\ - ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/locations/operationStatus/read\"\ - ,\"Microsoft.DataProtection/locations/operationResults/read\",\"Microsoft.DataProtection/backupVaults/validateForBackup/action\"\ - ,\"Microsoft.DataProtection/operations/read\"],\"notActions\":[],\"dataActions\"\ - :[],\"notDataActions\":[]}],\"createdOn\":\"2017-01-03T13:12:15.7321344Z\"\ - ,\"updatedOn\":\"2022-10-13T06:51:28.1654179Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e467623-bb1f-42f4-a55d-6e525e11384b\"\ - },{\"properties\":{\"roleName\":\"Billing Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Allows read access to billing data\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Billing/*/read\",\"Microsoft.Commerce/*/read\",\"Microsoft.Consumption/*/read\"\ - ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.CostManagement/*/read\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2017-04-25T02:13:38.9054151Z\",\"updatedOn\":\"2021-11-11T20:13:24.5342563Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\ - },{\"properties\":{\"roleName\":\"Backup Operator\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you manage backup services, except removal of backup,\ - \ vault creation and giving access to others\",\"assignableScopes\":[\"/\"\ - ],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Network/virtualNetworks/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/backup/action\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationsStatus/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/provisionInstantItemRecovery/action\"\ - ,\"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/accessToken/action\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/restore/action\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/revokeInstantItemRecovery/action\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/refreshContainers/action\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/certificates/write\"\ - ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/write\"\ - ,\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\"\ - ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/write\"\ - ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupstorageconfig/*\",\"Microsoft.RecoveryServices/Vaults/backupValidateOperation/action\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupTriggerValidateOperation/action\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupValidateOperationResults/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupValidateOperationsStatuses/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupOperations/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operations/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/write\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/inquire/action\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupEngines/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/write\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectableContainers/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/items/read\"\ - ,\"Microsoft.RecoveryServices/locations/backupStatus/action\",\"Microsoft.RecoveryServices/locations/backupPreValidateProtection/action\"\ - ,\"Microsoft.RecoveryServices/locations/backupValidateFeatures/action\",\"\ - Microsoft.RecoveryServices/locations/backupAadProperties/read\",\"Microsoft.RecoveryServices/locations/backupCrrJobs/action\"\ - ,\"Microsoft.RecoveryServices/locations/backupCrrJob/action\",\"Microsoft.RecoveryServices/locations/backupCrossRegionRestore/action\"\ - ,\"Microsoft.RecoveryServices/locations/backupCrrOperationResults/read\",\"\ - Microsoft.RecoveryServices/locations/backupCrrOperationsStatus/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/write\"\ - ,\"Microsoft.RecoveryServices/operations/read\",\"Microsoft.RecoveryServices/locations/operationStatus/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupProtectionIntents/read\",\"Microsoft.Support/*\"\ - ,\"Microsoft.DataProtection/backupVaults/backupInstances/read\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\"\ - ,\"Microsoft.DataProtection/backupVaults/deletedBackupInstances/read\",\"\ - Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\"\ - ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ - ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ - ,\"Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges/action\"\ - ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/operationResults/read\"\ - ,\"Microsoft.DataProtection/backupVaults/operationStatus/read\",\"Microsoft.DataProtection/backupVaults/read\"\ - ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/locations/operationStatus/read\"\ - ,\"Microsoft.DataProtection/locations/operationResults/read\",\"Microsoft.DataProtection/operations/read\"\ - ,\"Microsoft.DataProtection/backupVaults/validateForBackup/action\",\"Microsoft.DataProtection/backupVaults/backupInstances/backup/action\"\ - ,\"Microsoft.DataProtection/backupVaults/backupInstances/validateRestore/action\"\ - ,\"Microsoft.DataProtection/backupVaults/backupInstances/restore/action\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2017-01-03T13:21:11.8947640Z\",\"updatedOn\":\"2022-10-13T06:51:28.1654179Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"00c29273-979b-4161-815c-10b084fb9324\"\ - },{\"properties\":{\"roleName\":\"Backup Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Can view backup services, but can't make changes\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationsStatus/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\"\ - Microsoft.RecoveryServices/Vaults/backupJobs/read\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\"\ - Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\"Microsoft.RecoveryServices/Vaults/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/Vaults/backupstorageconfig/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupconfig/read\",\"Microsoft.RecoveryServices/Vaults/backupOperations/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/operations/read\",\"Microsoft.RecoveryServices/Vaults/backupEngines/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/items/read\"\ - ,\"Microsoft.RecoveryServices/locations/backupStatus/action\",\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\"\ - ,\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/write\",\"Microsoft.RecoveryServices/operations/read\"\ - ,\"Microsoft.RecoveryServices/locations/operationStatus/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionIntents/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/locations/backupValidateFeatures/action\"\ - ,\"Microsoft.RecoveryServices/locations/backupCrrJobs/action\",\"Microsoft.RecoveryServices/locations/backupCrrJob/action\"\ - ,\"Microsoft.RecoveryServices/locations/backupCrrOperationResults/read\",\"\ - Microsoft.RecoveryServices/locations/backupCrrOperationsStatus/read\",\"Microsoft.DataProtection/locations/getBackupStatus/action\"\ - ,\"Microsoft.DataProtection/backupVaults/backupInstances/write\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\"\ - ,\"Microsoft.DataProtection/backupVaults/deletedBackupInstances/read\",\"\ - Microsoft.DataProtection/backupVaults/backupInstances/backup/action\",\"Microsoft.DataProtection/backupVaults/backupInstances/validateRestore/action\"\ - ,\"Microsoft.DataProtection/backupVaults/backupInstances/restore/action\"\ - ,\"Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\"\ - ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ - ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ - ,\"Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges/action\"\ - ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/operationResults/read\"\ - ,\"Microsoft.DataProtection/backupVaults/operationStatus/read\",\"Microsoft.DataProtection/backupVaults/read\"\ - ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/locations/operationStatus/read\"\ - ,\"Microsoft.DataProtection/locations/operationResults/read\",\"Microsoft.DataProtection/backupVaults/validateForBackup/action\"\ - ,\"Microsoft.DataProtection/operations/read\"],\"notActions\":[],\"dataActions\"\ - :[],\"notDataActions\":[]}],\"createdOn\":\"2017-01-03T13:18:41.3893065Z\"\ - ,\"updatedOn\":\"2022-10-13T06:51:28.1654179Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a795c7a0-d4a2-40c1-ae25-d81f01202912\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a795c7a0-d4a2-40c1-ae25-d81f01202912\"\ - },{\"properties\":{\"roleName\":\"Blockchain Member Node Access (Preview)\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Allows for access to Blockchain\ - \ Member nodes\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.Blockchain/blockchainMembers/transactionNodes/read\"],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.Blockchain/blockchainMembers/transactionNodes/connect/action\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2018-12-21T10:33:01.9604839Z\",\"\ - updatedOn\":\"2021-11-11T20:13:25.0558920Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/31a002a1-acaf-453e-8a5b-297c9ca1ea24\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"31a002a1-acaf-453e-8a5b-297c9ca1ea24\"\ - },{\"properties\":{\"roleName\":\"BizTalk Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you manage BizTalk services, but not access to them.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.BizTalkServices/BizTalk/*\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:25.2359269Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e3c6656-6cfa-4708-81fe-0de47ac73342\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e3c6656-6cfa-4708-81fe-0de47ac73342\"\ - },{\"properties\":{\"roleName\":\"CDN Endpoint Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Can manage CDN endpoints, but can\u2019t grant access to\ - \ other users.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\"\ - ,\"Microsoft.Cdn/profiles/endpoints/*\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2021-11-11T20:13:25.4059314Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\ - },{\"properties\":{\"roleName\":\"CDN Endpoint Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Can view CDN endpoints, but can\u2019t make changes.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\",\"\ - Microsoft.Cdn/profiles/endpoints/*/read\",\"Microsoft.Cdn/profiles/afdendpoints/validateCustomDomain/action\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2022-01-26T19:51:29.2636610Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\ - },{\"properties\":{\"roleName\":\"CDN Profile Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Can manage CDN profiles and their endpoints, but can\u2019\ - t grant access to other users.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\"\ - ,\"Microsoft.Cdn/operationresults/*\",\"Microsoft.Cdn/profiles/*\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2021-11-11T20:13:25.9224344Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ec156ff8-a8d1-4d15-830c-5b80698ca432\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ec156ff8-a8d1-4d15-830c-5b80698ca432\"\ - },{\"properties\":{\"roleName\":\"CDN Profile Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Can view CDN profiles and their endpoints, but can\u2019\ - t make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\"\ - ,\"Microsoft.Cdn/profiles/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ - Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2021-11-11T20:13:26.0983652Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8f96442b-4075-438f-813d-ad51ab4019af\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8f96442b-4075-438f-813d-ad51ab4019af\"\ - },{\"properties\":{\"roleName\":\"Classic Network Contributor\",\"type\":\"\ - BuiltInRole\",\"description\":\"Lets you manage classic networks, but not\ - \ access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicNetwork/*\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:26.4433301Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\ - },{\"properties\":{\"roleName\":\"Classic Storage Account Contributor\",\"\ - type\":\"BuiltInRole\",\"description\":\"Lets you manage classic storage accounts,\ - \ but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicStorage/storageAccounts/*\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:26.6183566Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\ - },{\"properties\":{\"roleName\":\"Classic Storage Account Key Operator Service\ - \ Role\",\"type\":\"BuiltInRole\",\"description\":\"Classic Storage Account\ - \ Key Operators are allowed to list and regenerate keys on Classic Storage\ - \ Accounts\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ - Microsoft.ClassicStorage/storageAccounts/listkeys/action\",\"Microsoft.ClassicStorage/storageAccounts/regeneratekey/action\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2017-04-13T18:22:52.1461100Z\",\"updatedOn\":\"2021-11-11T20:13:26.9796021Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\ - },{\"properties\":{\"roleName\":\"ClearDB MySQL DB Contributor\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Lets you manage ClearDB MySQL databases,\ - \ but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ,\"successbricks.cleardb/databases/*\"],\"notActions\":[],\"dataActions\"\ - :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ - ,\"updatedOn\":\"2021-11-11T20:13:27.1646373Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9106cda0-8a86-4e81-b686-29a22c54effe\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9106cda0-8a86-4e81-b686-29a22c54effe\"\ - },{\"properties\":{\"roleName\":\"Classic Virtual Machine Contributor\",\"\ - type\":\"BuiltInRole\",\"description\":\"Lets you manage classic virtual machines,\ - \ but not access to them, and not the virtual network or storage account they\u2019\ - re connected to.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicCompute/domainNames/*\"\ - ,\"Microsoft.ClassicCompute/virtualMachines/*\",\"Microsoft.ClassicNetwork/networkSecurityGroups/join/action\"\ - ,\"Microsoft.ClassicNetwork/reservedIps/link/action\",\"Microsoft.ClassicNetwork/reservedIps/read\"\ - ,\"Microsoft.ClassicNetwork/virtualNetworks/join/action\",\"Microsoft.ClassicNetwork/virtualNetworks/read\"\ - ,\"Microsoft.ClassicStorage/storageAccounts/disks/read\",\"Microsoft.ClassicStorage/storageAccounts/images/read\"\ - ,\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.ClassicStorage/storageAccounts/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2015-04-25T00:37:56.5416086Z\",\"updatedOn\":\"2021-11-11T20:13:27.3446332Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\ - },{\"properties\":{\"roleName\":\"Cognitive Services User\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you read and list keys of Cognitive Services.\",\"\ - assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ - ,\"Microsoft.CognitiveServices/accounts/listkeys/action\",\"Microsoft.Insights/alertRules/read\"\ - ,\"Microsoft.Insights/diagnosticSettings/read\",\"Microsoft.Insights/logDefinitions/read\"\ - ,\"Microsoft.Insights/metricdefinitions/read\",\"Microsoft.Insights/metrics/read\"\ - ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/operations/read\"\ - ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/*\"],\"\ - notDataActions\":[]}],\"createdOn\":\"2018-08-08T23:23:43.7701274Z\",\"updatedOn\"\ - :\"2021-11-11T20:13:27.5316443Z\",\"createdBy\":null,\"updatedBy\":null},\"\ - id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a97b65f3-24c7-4388-baec-2e87135dc908\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a97b65f3-24c7-4388-baec-2e87135dc908\"\ - },{\"properties\":{\"roleName\":\"Cognitive Services Data Reader (Preview)\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Lets you read Cognitive Services\ - \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ - notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/*/read\"],\"\ - notDataActions\":[]}],\"createdOn\":\"2019-02-13T20:02:12.6849986Z\",\"updatedOn\"\ - :\"2021-11-11T20:13:27.7138054Z\",\"createdBy\":null,\"updatedBy\":null},\"\ - id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b59867f0-fa02-499b-be73-45a86b5b3e1c\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b59867f0-fa02-499b-be73-45a86b5b3e1c\"\ - },{\"properties\":{\"roleName\":\"Cognitive Services Contributor\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Lets you create, read, update, delete and\ - \ manage keys of Cognitive Services.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.CognitiveServices/*\"\ - ,\"Microsoft.Features/features/read\",\"Microsoft.Features/providers/features/read\"\ - ,\"Microsoft.Features/providers/features/register/action\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.Insights/logDefinitions/read\"\ - ,\"Microsoft.Insights/metricdefinitions/read\",\"Microsoft.Insights/metrics/read\"\ - ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ - ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2018-08-08T23:18:39.2257848Z\",\"updatedOn\":\"2021-11-11T20:13:27.9116230Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/25fbc0a9-bd7c-42a3-aa1a-3b75d497ee68\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"25fbc0a9-bd7c-42a3-aa1a-3b75d497ee68\"\ - },{\"properties\":{\"roleName\":\"CosmosBackupOperator\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Can submit restore request for a Cosmos DB database or\ - \ a container for an account\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.DocumentDB/databaseAccounts/backup/action\",\"\ - Microsoft.DocumentDB/databaseAccounts/restore/action\"],\"notActions\":[],\"\ - dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-12-07T19:47:14.9651560Z\"\ - ,\"updatedOn\":\"2021-11-11T20:13:28.4333692Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/db7b14f2-5adf-42da-9f96-f2ee17bab5cb\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"db7b14f2-5adf-42da-9f96-f2ee17bab5cb\"\ - },{\"properties\":{\"roleName\":\"Contributor\",\"type\":\"BuiltInRole\",\"\ - description\":\"Grants full access to manage all resources, but does not allow\ - \ you to assign roles in Azure RBAC, manage assignments in Azure Blueprints,\ - \ or share image galleries.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"*\"],\"notActions\":[\"Microsoft.Authorization/*/Delete\"\ - ,\"Microsoft.Authorization/*/Write\",\"Microsoft.Authorization/elevateAccess/Action\"\ - ,\"Microsoft.Blueprint/blueprintAssignments/write\",\"Microsoft.Blueprint/blueprintAssignments/delete\"\ - ,\"Microsoft.Compute/galleries/share/action\"],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:28.6061853Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b24988ac-6180-42a0-ab88-20f7382dd24c\"\ - },{\"properties\":{\"roleName\":\"Cosmos DB Account Reader Role\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Can read Azure Cosmos DB Accounts data\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.DocumentDB/*/read\",\"Microsoft.DocumentDB/databaseAccounts/readonlykeys/action\"\ - ,\"Microsoft.Insights/MetricDefinitions/read\",\"Microsoft.Insights/Metrics/read\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2017-10-30T17:53:54.6005577Z\",\"updatedOn\":\"2021-11-11T20:13:28.7911765Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fbdf93bf-df7d-467e-a4d2-9458aa1360c8\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fbdf93bf-df7d-467e-a4d2-9458aa1360c8\"\ - },{\"properties\":{\"roleName\":\"Cost Management Contributor\",\"type\":\"\ - BuiltInRole\",\"description\":\"Can view costs and manage cost configuration\ - \ (e.g. budgets, exports)\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[\"Microsoft.Consumption/*\",\"Microsoft.CostManagement/*\",\"Microsoft.Billing/billingPeriods/read\"\ - ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Support/*\",\"Microsoft.Advisor/configurations/read\",\"Microsoft.Advisor/recommendations/read\"\ - ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.Billing/billingProperty/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2018-03-14T16:09:22.8834827Z\",\"updatedOn\":\"2021-11-11T20:13:29.4851851Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/434105ed-43f6-45c7-a02f-909b2ba83430\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"434105ed-43f6-45c7-a02f-909b2ba83430\"\ - },{\"properties\":{\"roleName\":\"Cost Management Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Can view cost data and configuration (e.g. budgets, exports)\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Consumption/*/read\"\ - ,\"Microsoft.CostManagement/*/read\",\"Microsoft.Billing/billingPeriods/read\"\ - ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Support/*\",\"Microsoft.Advisor/configurations/read\",\"Microsoft.Advisor/recommendations/read\"\ - ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.Billing/billingProperty/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2018-03-14T16:09:22.8834827Z\",\"updatedOn\":\"2021-11-11T20:13:29.6601800Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/72fafb9e-0641-4937-9268-a91bfd8191a3\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"72fafb9e-0641-4937-9268-a91bfd8191a3\"\ - },{\"properties\":{\"roleName\":\"Data Box Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you manage everything under Data Box Service except\ - \ giving access to others.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Support/*\",\"Microsoft.Databox/*\"],\"notActions\":[],\"dataActions\"\ - :[],\"notDataActions\":[]}],\"createdOn\":\"2018-07-27T08:28:42.7140210Z\"\ - ,\"updatedOn\":\"2021-11-11T20:13:30.3737856Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/add466c9-e687-43fc-8d98-dfcf8d720be5\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"add466c9-e687-43fc-8d98-dfcf8d720be5\"\ - },{\"properties\":{\"roleName\":\"Data Box Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you manage Data Box Service except creating order\ - \ or editing order details and giving access to others.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Databox/*/read\",\"Microsoft.Databox/jobs/listsecrets/action\"\ - ,\"Microsoft.Databox/jobs/listcredentials/action\",\"Microsoft.Databox/locations/availableSkus/action\"\ - ,\"Microsoft.Databox/locations/validateInputs/action\",\"Microsoft.Databox/locations/regionConfiguration/action\"\ - ,\"Microsoft.Databox/locations/validateAddress/action\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2018-07-27T08:26:21.9284772Z\",\"updatedOn\":\"2021-11-11T20:13:30.5546117Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/028f4ed7-e2a9-465e-a8f4-9c0ffdfdc027\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"028f4ed7-e2a9-465e-a8f4-9c0ffdfdc027\"\ - },{\"properties\":{\"roleName\":\"Data Factory Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Create and manage data factories, as well as child resources\ - \ within them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.Authorization/*/read\",\"Microsoft.DataFactory/dataFactories/*\"\ - ,\"Microsoft.DataFactory/factories/*\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ,\"Microsoft.EventGrid/eventSubscriptions/write\"],\"notActions\":[],\"dataActions\"\ - :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ - ,\"updatedOn\":\"2021-11-11T20:13:30.7420174Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/673868aa-7521-48a0-acc6-0f60742d39f5\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"673868aa-7521-48a0-acc6-0f60742d39f5\"\ - },{\"properties\":{\"roleName\":\"Data Purger\",\"type\":\"BuiltInRole\",\"\ - description\":\"Can purge analytics data\",\"assignableScopes\":[\"/\"],\"\ - permissions\":[{\"actions\":[\"Microsoft.Insights/components/*/read\",\"Microsoft.Insights/components/purge/action\"\ - ,\"Microsoft.OperationalInsights/workspaces/*/read\",\"Microsoft.OperationalInsights/workspaces/purge/action\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2018-04-30T22:39:49.6167700Z\",\"updatedOn\":\"2021-11-11T20:13:31.2788395Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/150f5e0c-0603-4f03-8c7f-cf70034c4e90\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"150f5e0c-0603-4f03-8c7f-cf70034c4e90\"\ - },{\"properties\":{\"roleName\":\"Data Lake Analytics Developer\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Lets you submit, monitor, and manage your\ - \ own jobs but not create or delete Data Lake Analytics accounts.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.BigAnalytics/accounts/*\",\"Microsoft.DataLakeAnalytics/accounts/*\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.BigAnalytics/accounts/Delete\"\ - ,\"Microsoft.BigAnalytics/accounts/TakeOwnership/action\",\"Microsoft.BigAnalytics/accounts/Write\"\ - ,\"Microsoft.DataLakeAnalytics/accounts/Delete\",\"Microsoft.DataLakeAnalytics/accounts/TakeOwnership/action\"\ - ,\"Microsoft.DataLakeAnalytics/accounts/Write\",\"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts/Write\"\ - ,\"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts/Delete\",\"\ - Microsoft.DataLakeAnalytics/accounts/storageAccounts/Write\",\"Microsoft.DataLakeAnalytics/accounts/storageAccounts/Delete\"\ - ,\"Microsoft.DataLakeAnalytics/accounts/firewallRules/Write\",\"Microsoft.DataLakeAnalytics/accounts/firewallRules/Delete\"\ - ,\"Microsoft.DataLakeAnalytics/accounts/computePolicies/Write\",\"Microsoft.DataLakeAnalytics/accounts/computePolicies/Delete\"\ - ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-10-20T00:33:29.3115234Z\"\ - ,\"updatedOn\":\"2021-11-11T20:13:31.4688491Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/47b7735b-770e-4598-a7da-8b91488b4c88\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"47b7735b-770e-4598-a7da-8b91488b4c88\"\ - },{\"properties\":{\"roleName\":\"DevTest Labs User\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you connect, start, restart, and shutdown your virtual\ - \ machines in your Azure DevTest Labs.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Compute/availabilitySets/read\"\ - ,\"Microsoft.Compute/virtualMachines/*/read\",\"Microsoft.Compute/virtualMachines/deallocate/action\"\ - ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/restart/action\"\ - ,\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.DevTestLab/*/read\"\ - ,\"Microsoft.DevTestLab/labs/claimAnyVm/action\",\"Microsoft.DevTestLab/labs/createEnvironment/action\"\ - ,\"Microsoft.DevTestLab/labs/ensureCurrentUserProfile/action\",\"Microsoft.DevTestLab/labs/formulas/delete\"\ - ,\"Microsoft.DevTestLab/labs/formulas/read\",\"Microsoft.DevTestLab/labs/formulas/write\"\ - ,\"Microsoft.DevTestLab/labs/policySets/evaluatePolicies/action\",\"Microsoft.DevTestLab/labs/virtualMachines/claim/action\"\ - ,\"Microsoft.DevTestLab/labs/virtualmachines/listApplicableSchedules/action\"\ - ,\"Microsoft.DevTestLab/labs/virtualMachines/getRdpFileContents/action\",\"\ - Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\"\ - ,\"Microsoft.Network/networkInterfaces/*/read\",\"Microsoft.Network/networkInterfaces/join/action\"\ - ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\"\ - ,\"Microsoft.Network/publicIPAddresses/*/read\",\"Microsoft.Network/publicIPAddresses/join/action\"\ - ,\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ - ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/read\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/listKeys/action\"\ - ],\"notActions\":[\"Microsoft.Compute/virtualMachines/vmSizes/read\"],\"dataActions\"\ - :[],\"notDataActions\":[]}],\"createdOn\":\"2015-06-08T21:52:45.0657582Z\"\ - ,\"updatedOn\":\"2021-11-11T20:13:32.1746507Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/76283e04-6283-4c54-8f91-bcf1374a3c64\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"76283e04-6283-4c54-8f91-bcf1374a3c64\"\ - },{\"properties\":{\"roleName\":\"DocumentDB Account Contributor\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Lets you manage DocumentDB accounts, but\ - \ not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.DocumentDb/databaseAccounts/*\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Support/*\",\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:32.3496502Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5bd9cd88-fe45-4216-938b-f97437e15450\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5bd9cd88-fe45-4216-938b-f97437e15450\"\ - },{\"properties\":{\"roleName\":\"DNS Zone Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you manage DNS zones and record sets in Azure DNS,\ - \ but does not let you control who has access to them.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/dnsZones/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2015-10-15T23:33:25.9730842Z\",\"updatedOn\":\"2021-11-11T20:13:32.5233957Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/befefa01-2a29-4197-83a8-272ff33ce314\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"befefa01-2a29-4197-83a8-272ff33ce314\"\ - },{\"properties\":{\"roleName\":\"EventGrid EventSubscription Contributor\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage EventGrid event\ - \ subscription operations.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.EventGrid/eventSubscriptions/*\"\ - ,\"Microsoft.EventGrid/topicTypes/eventSubscriptions/read\",\"Microsoft.EventGrid/locations/eventSubscriptions/read\"\ - ,\"Microsoft.EventGrid/locations/topicTypes/eventSubscriptions/read\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2018-10-08T23:27:28.3130743Z\",\"updatedOn\":\"2021-11-11T20:13:33.4166738Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/428e0ff0-5e57-4d9c-a221-2c70d0e0a443\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"428e0ff0-5e57-4d9c-a221-2c70d0e0a443\"\ - },{\"properties\":{\"roleName\":\"EventGrid EventSubscription Reader\",\"\ - type\":\"BuiltInRole\",\"description\":\"Lets you read EventGrid event subscriptions.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.EventGrid/eventSubscriptions/read\",\"Microsoft.EventGrid/topicTypes/eventSubscriptions/read\"\ - ,\"Microsoft.EventGrid/locations/eventSubscriptions/read\",\"Microsoft.EventGrid/locations/topicTypes/eventSubscriptions/read\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-10-09T17:29:28.1417894Z\"\ - ,\"updatedOn\":\"2021-11-11T20:13:33.7846748Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2414bbcf-6497-4faf-8c65-045460748405\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2414bbcf-6497-4faf-8c65-045460748405\"\ - },{\"properties\":{\"roleName\":\"Graph Owner\",\"type\":\"BuiltInRole\",\"\ - description\":\"Create and manage all aspects of the Enterprise Graph - Ontology,\ - \ Schema mapping, Conflation and Conversational AI and Ingestions\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.EnterpriseKnowledgeGraph/services/conflation/read\"\ - ,\"Microsoft.EnterpriseKnowledgeGraph/services/conflation/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/sourceschema/read\"\ - ,\"Microsoft.EnterpriseKnowledgeGraph/services/sourceschema/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/knowledge/read\"\ - ,\"Microsoft.EnterpriseKnowledgeGraph/services/knowledge/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/intentclassification/read\"\ - ,\"Microsoft.EnterpriseKnowledgeGraph/services/intentclassification/write\"\ - ,\"Microsoft.EnterpriseKnowledgeGraph/services/ingestion/read\",\"Microsoft.EnterpriseKnowledgeGraph/services/ingestion/write\"\ - ,\"Microsoft.EnterpriseKnowledgeGraph/services/ontology/read\",\"Microsoft.EnterpriseKnowledgeGraph/services/ontology/write\"\ - ,\"Microsoft.EnterpriseKnowledgeGraph/services/delete\",\"Microsoft.EnterpriseKnowledgeGraph/operations/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2019-02-23T21:07:22.5844236Z\",\"updatedOn\":\"2021-11-11T20:13:34.6707886Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b60367af-1334-4454-b71e-769d9a4f83d9\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b60367af-1334-4454-b71e-769d9a4f83d9\"\ - },{\"properties\":{\"roleName\":\"HDInsight Domain Services Contributor\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Can Read, Create, Modify and Delete\ - \ Domain Services related operations needed for HDInsight Enterprise Security\ - \ Package\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ - Microsoft.AAD/*/read\",\"Microsoft.AAD/domainServices/*/read\",\"Microsoft.AAD/domainServices/oucontainer/*\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2018-09-12T22:42:51.7451109Z\",\"updatedOn\":\"2021-11-11T20:13:35.3921342Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8d8d5a11-05d3-4bda-a417-a08778121c7c\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8d8d5a11-05d3-4bda-a417-a08778121c7c\"\ - },{\"properties\":{\"roleName\":\"Intelligent Systems Account Contributor\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage Intelligent Systems\ - \ accounts, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.IntelligentSystems/accounts/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:35.9371582Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/03a6d094-3444-4b3d-88af-7477090a9e5e\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"03a6d094-3444-4b3d-88af-7477090a9e5e\"\ - },{\"properties\":{\"roleName\":\"Key Vault Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you manage key vaults, but not access to them.\",\"\ - assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.KeyVault/*\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ],\"notActions\":[\"Microsoft.KeyVault/locations/deletedVaults/purge/action\"\ - ,\"Microsoft.KeyVault/hsmPools/*\",\"Microsoft.KeyVault/managedHsms/*\"],\"\ - dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-02-25T17:08:28.5184971Z\"\ - ,\"updatedOn\":\"2021-11-11T20:13:36.1170988Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f25e0fa2-a7c8-4377-a976-54943a77a395\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f25e0fa2-a7c8-4377-a976-54943a77a395\"\ - },{\"properties\":{\"roleName\":\"Knowledge Consumer\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Knowledge Read permission to consume Enterprise Graph Knowledge\ - \ using entity search and graph query\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.EnterpriseKnowledgeGraph/services/knowledge/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2019-02-23T21:23:31.4037552Z\",\"updatedOn\":\"2021-11-11T20:13:37.0021342Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ee361c5d-f7b5-4119-b4b6-892157c8f64c\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ee361c5d-f7b5-4119-b4b6-892157c8f64c\"\ - },{\"properties\":{\"roleName\":\"Lab Creator\",\"type\":\"BuiltInRole\",\"\ - description\":\"Lets you create new labs under your Azure Lab Accounts.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.LabServices/labAccounts/*/read\",\"Microsoft.LabServices/labAccounts/createLab/action\"\ - ,\"Microsoft.LabServices/labAccounts/getPricingAndAvailability/action\",\"\ - Microsoft.LabServices/labAccounts/getRestrictionsAndUsage/action\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ - ,\"Microsoft.LabServices/labPlans/saveImage/action\",\"Microsoft.LabServices/labs/read\"\ - ,\"Microsoft.LabServices/labs/schedules/read\",\"Microsoft.LabServices/labs/users/read\"\ - ,\"Microsoft.LabServices/labs/virtualMachines/read\",\"Microsoft.LabServices/locations/usages/read\"\ - ,\"Microsoft.LabServices/skus/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.LabServices/labPlans/createLab/action\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2018-01-18T23:38:58.1036141Z\",\"\ - updatedOn\":\"2021-11-11T20:13:37.1821588Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b97fb8bc-a8b2-4522-a38b-dd33c7e65ead\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b97fb8bc-a8b2-4522-a38b-dd33c7e65ead\"\ - },{\"properties\":{\"roleName\":\"Log Analytics Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Log Analytics Reader can view and search all monitoring\ - \ data as well as and view monitoring settings, including viewing the configuration\ - \ of Azure diagnostics on all Azure resources.\",\"assignableScopes\":[\"\ - /\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.OperationalInsights/workspaces/analytics/query/action\"\ - ,\"Microsoft.OperationalInsights/workspaces/search/action\",\"Microsoft.Support/*\"\ - ],\"notActions\":[\"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\ - ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-02T00:20:28.1449012Z\"\ - ,\"updatedOn\":\"2021-11-11T20:13:37.7071371Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/73c42c96-874c-492b-b04d-ab87d138a893\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"73c42c96-874c-492b-b04d-ab87d138a893\"\ - },{\"properties\":{\"roleName\":\"Log Analytics Contributor\",\"type\":\"\ - BuiltInRole\",\"description\":\"Log Analytics Contributor can read all monitoring\ - \ data and edit monitoring settings. Editing monitoring settings includes\ - \ adding the VM extension to VMs; reading storage account keys to be able\ - \ to configure collection of logs from Azure Storage; adding solutions; and\ - \ configuring Azure diagnostics on all Azure resources.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.ClassicCompute/virtualMachines/extensions/*\"\ - ,\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.Compute/virtualMachines/extensions/*\"\ - ,\"Microsoft.HybridCompute/machines/extensions/write\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.OperationalInsights/*\"\ - ,\"Microsoft.OperationsManagement/*\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.Storage/storageAccounts/listKeys/action\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2017-04-25T21:51:45.3174711Z\",\"updatedOn\":\"2021-11-11T20:13:37.8823618Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\ - },{\"properties\":{\"roleName\":\"Logic App Operator\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you read, enable and disable logic app.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/*/read\",\"Microsoft.Insights/metricAlerts/*/read\"\ - ,\"Microsoft.Insights/diagnosticSettings/*/read\",\"Microsoft.Insights/metricDefinitions/*/read\"\ - ,\"Microsoft.Logic/*/read\",\"Microsoft.Logic/workflows/disable/action\",\"\ - Microsoft.Logic/workflows/enable/action\",\"Microsoft.Logic/workflows/validate/action\"\ - ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ,\"Microsoft.Web/connectionGateways/*/read\",\"Microsoft.Web/connections/*/read\"\ - ,\"Microsoft.Web/customApis/*/read\",\"Microsoft.Web/serverFarms/read\"],\"\ - notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ - 2016-04-28T21:33:30.4656007Z\",\"updatedOn\":\"2021-11-11T20:13:38.0573444Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\ - },{\"properties\":{\"roleName\":\"Logic App Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you manage logic app, but not access to them.\",\"\ - assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.ClassicStorage/storageAccounts/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metricAlerts/*\"\ - ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.Insights/logdefinitions/*\"\ - ,\"Microsoft.Insights/metricDefinitions/*\",\"Microsoft.Logic/*\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Storage/storageAccounts/listkeys/action\",\"Microsoft.Storage/storageAccounts/read\"\ - ,\"Microsoft.Support/*\",\"Microsoft.Web/connectionGateways/*\",\"Microsoft.Web/connections/*\"\ - ,\"Microsoft.Web/customApis/*\",\"Microsoft.Web/serverFarms/join/action\"\ - ,\"Microsoft.Web/serverFarms/read\",\"Microsoft.Web/sites/functions/listSecrets/action\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2016-04-28T21:33:30.4656007Z\",\"updatedOn\":\"2021-11-11T20:13:38.2523833Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/87a39d53-fc1b-424a-814c-f7e04687dc9e\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"87a39d53-fc1b-424a-814c-f7e04687dc9e\"\ - },{\"properties\":{\"roleName\":\"Managed Application Operator Role\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Lets you read and perform actions on Managed\ - \ Application resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[\"*/read\",\"Microsoft.Solutions/applications/read\",\"Microsoft.Solutions/*/action\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2018-07-27T00:59:33.7988813Z\",\"updatedOn\":\"2021-11-11T20:13:38.5973763Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c7393b34-138c-406f-901b-d8cf2b17e6ae\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c7393b34-138c-406f-901b-d8cf2b17e6ae\"\ - },{\"properties\":{\"roleName\":\"Managed Applications Reader\",\"type\":\"\ - BuiltInRole\",\"description\":\"Lets you read resources in a managed app and\ - \ request JIT access.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[\"*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Solutions/jitRequests/*\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2018-09-06T00:33:58.3651522Z\",\"updatedOn\":\"2021-11-11T20:13:38.7723523Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b9331d33-8a36-4f8c-b097-4f54124fdb44\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b9331d33-8a36-4f8c-b097-4f54124fdb44\"\ - },{\"properties\":{\"roleName\":\"Managed Identity Operator\",\"type\":\"\ - BuiltInRole\",\"description\":\"Read and Assign User Assigned Identity\",\"\ - assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ManagedIdentity/userAssignedIdentities/*/read\"\ - ,\"Microsoft.ManagedIdentity/userAssignedIdentities/*/assign/action\",\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-12-14T19:52:04.3924594Z\"\ - ,\"updatedOn\":\"2021-11-11T20:13:38.9523759Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f1a07417-d97a-45cb-824c-7a7467783830\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f1a07417-d97a-45cb-824c-7a7467783830\"\ - },{\"properties\":{\"roleName\":\"Managed Identity Contributor\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Create, Read, Update, and Delete User Assigned\ - \ Identity\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ - Microsoft.ManagedIdentity/userAssignedIdentities/read\",\"Microsoft.ManagedIdentity/userAssignedIdentities/write\"\ - ,\"Microsoft.ManagedIdentity/userAssignedIdentities/delete\",\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-12-14T19:53:42.8804692Z\"\ - ,\"updatedOn\":\"2021-11-11T20:13:39.3023761Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e40ec5ca-96e0-45a2-b4ff-59039f2c2b59\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e40ec5ca-96e0-45a2-b4ff-59039f2c2b59\"\ - },{\"properties\":{\"roleName\":\"Management Group Contributor\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Management Group Contributor Role\",\"\ - assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Management/managementGroups/delete\"\ - ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.Management/managementGroups/subscriptions/delete\"\ - ,\"Microsoft.Management/managementGroups/subscriptions/write\",\"Microsoft.Management/managementGroups/write\"\ - ,\"Microsoft.Management/managementGroups/subscriptions/read\",\"Microsoft.Authorization/*/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2018-06-22T00:28:29.0523964Z\",\"updatedOn\":\"2022-09-15T21:48:24.8299981Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d58bcaf-24a5-4b20-bdb6-eed9f69fbe4c\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d58bcaf-24a5-4b20-bdb6-eed9f69fbe4c\"\ - },{\"properties\":{\"roleName\":\"Management Group Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Management Group Reader Role\",\"assignableScopes\":[\"\ - /\"],\"permissions\":[{\"actions\":[\"Microsoft.Management/managementGroups/read\"\ - ,\"Microsoft.Management/managementGroups/subscriptions/read\",\"Microsoft.Authorization/*/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2018-06-22T00:31:03.4295347Z\",\"updatedOn\":\"2022-09-15T21:48:24.8299981Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ac63b705-f282-497d-ac71-919bf39d939d\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ac63b705-f282-497d-ac71-919bf39d939d\"\ - },{\"properties\":{\"roleName\":\"Monitoring Metrics Publisher\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Enables publishing metrics against Azure\ - \ resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ - Microsoft.Insights/Register/Action\",\"Microsoft.Support/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.Insights/Metrics/Write\"\ - ,\"Microsoft.Insights/Telemetry/Write\"],\"notDataActions\":[]}],\"createdOn\"\ - :\"2018-08-14T00:36:16.5610279Z\",\"updatedOn\":\"2022-01-04T00:38:04.0289073Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3913510d-42f4-4e42-8a64-420c390055eb\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3913510d-42f4-4e42-8a64-420c390055eb\"\ - },{\"properties\":{\"roleName\":\"Monitoring Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Can read all monitoring data.\",\"assignableScopes\":[\"\ - /\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.OperationalInsights/workspaces/search/action\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2016-09-21T19:19:52.4939376Z\",\"updatedOn\":\"2022-09-05T15:10:49.4071427Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\ - },{\"properties\":{\"roleName\":\"Network Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you manage networks, but not access to them.\",\"\ - assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2021-11-11T20:13:44.6328966Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4d97b98b-1d4f-4787-a291-c67834d212e7\"\ - },{\"properties\":{\"roleName\":\"Monitoring Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Can read all monitoring data and update monitoring settings.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"\ - Microsoft.AlertsManagement/alerts/*\",\"Microsoft.AlertsManagement/alertsSummary/*\"\ - ,\"Microsoft.Insights/actiongroups/*\",\"Microsoft.Insights/activityLogAlerts/*\"\ - ,\"Microsoft.Insights/AlertRules/*\",\"Microsoft.Insights/components/*\",\"\ - Microsoft.Insights/createNotifications/*\",\"Microsoft.Insights/dataCollectionEndpoints/*\"\ - ,\"Microsoft.Insights/dataCollectionRules/*\",\"Microsoft.Insights/dataCollectionRuleAssociations/*\"\ - ,\"Microsoft.Insights/DiagnosticSettings/*\",\"Microsoft.Insights/eventtypes/*\"\ - ,\"Microsoft.Insights/LogDefinitions/*\",\"Microsoft.Insights/metricalerts/*\"\ - ,\"Microsoft.Insights/MetricDefinitions/*\",\"Microsoft.Insights/Metrics/*\"\ - ,\"Microsoft.Insights/notificationStatus/*\",\"Microsoft.Insights/Register/Action\"\ - ,\"Microsoft.Insights/scheduledqueryrules/*\",\"Microsoft.Insights/webtests/*\"\ - ,\"Microsoft.Insights/workbooks/*\",\"Microsoft.Insights/workbooktemplates/*\"\ - ,\"Microsoft.Insights/privateLinkScopes/*\",\"Microsoft.Insights/privateLinkScopeOperationStatuses/*\"\ - ,\"Microsoft.OperationalInsights/workspaces/write\",\"Microsoft.OperationalInsights/workspaces/intelligencepacks/*\"\ - ,\"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\"Microsoft.OperationalInsights/workspaces/search/action\"\ - ,\"Microsoft.OperationalInsights/workspaces/sharedKeys/action\",\"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/*\"\ - ,\"Microsoft.Support/*\",\"Microsoft.WorkloadMonitor/monitors/*\",\"Microsoft.AlertsManagement/smartDetectorAlertRules/*\"\ - ,\"Microsoft.AlertsManagement/actionRules/*\",\"Microsoft.AlertsManagement/smartGroups/*\"\ - ,\"Microsoft.AlertsManagement/migrateFromSmartDetection/*\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-09-21T19:21:08.4345976Z\"\ - ,\"updatedOn\":\"2022-09-05T15:10:49.4071427Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\ - },{\"properties\":{\"roleName\":\"New Relic APM Account Contributor\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Lets you manage New Relic Application Performance\ - \ Management accounts and applications, but not access to them.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Support/*\",\"NewRelic.APM/accounts/*\"],\"notActions\":[],\"\ - dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ - ,\"updatedOn\":\"2021-11-11T20:13:45.7178576Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d28c62d-5b37-4476-8438-e587778df237\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d28c62d-5b37-4476-8438-e587778df237\"\ - },{\"properties\":{\"roleName\":\"Reader\",\"type\":\"BuiltInRole\",\"description\"\ - :\"View all resources, but does not allow you to make any changes.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\"],\"notActions\":[],\"dataActions\"\ - :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ - ,\"updatedOn\":\"2021-11-11T20:13:47.8628684Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"acdd72a7-3385-48ef-bd42-f606fba81ae7\"\ - },{\"properties\":{\"roleName\":\"Redis Cache Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you manage Redis caches, but not access to them.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Cache/register/action\",\"Microsoft.Cache/redis/*\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:48.0528671Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e0f68234-74aa-48ed-b826-c38b57376e17\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e0f68234-74aa-48ed-b826-c38b57376e17\"\ - },{\"properties\":{\"roleName\":\"Reader and Data Access\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you view everything but will not let you delete or\ - \ create a storage account or contained resource. It will also allow read/write\ - \ access to all data contained in a storage account via access to storage\ - \ account keys.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Storage/storageAccounts/ListAccountSas/action\"\ - ,\"Microsoft.Storage/storageAccounts/read\"],\"notActions\":[],\"dataActions\"\ - :[],\"notDataActions\":[]}],\"createdOn\":\"2018-03-27T23:20:46.1498906Z\"\ - ,\"updatedOn\":\"2021-11-11T20:13:48.2278951Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c12c1c16-33a1-487b-954d-41c89c60f349\"\ - },{\"properties\":{\"roleName\":\"Resource Policy Contributor\",\"type\":\"\ - BuiltInRole\",\"description\":\"Users with rights to create/modify resource\ - \ policy, create support ticket and read resources/hierarchy.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.Authorization/policyassignments/*\"\ - ,\"Microsoft.Authorization/policydefinitions/*\",\"Microsoft.Authorization/policyexemptions/*\"\ - ,\"Microsoft.Authorization/policysetdefinitions/*\",\"Microsoft.PolicyInsights/*\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2017-08-25T19:08:01.3861639Z\",\"updatedOn\":\"2021-11-11T20:13:49.6679217Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36243c78-bf99-498c-9df9-86d9f8d28608\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"36243c78-bf99-498c-9df9-86d9f8d28608\"\ - },{\"properties\":{\"roleName\":\"Scheduler Job Collections Contributor\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage Scheduler job\ - \ collections, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Scheduler/jobcollections/*\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:49.8429293Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\ - },{\"properties\":{\"roleName\":\"Search Service Contributor\",\"type\":\"\ - BuiltInRole\",\"description\":\"Lets you manage Search services, but not access\ - \ to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ - Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Search/searchServices/*\",\"Microsoft.Support/*\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ - ,\"updatedOn\":\"2021-11-11T20:13:50.0229309Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\ - },{\"properties\":{\"roleName\":\"Security Manager (Legacy)\",\"type\":\"\ - BuiltInRole\",\"description\":\"This is a legacy role. Please use Security\ - \ Administrator instead\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicCompute/*/read\"\ - ,\"Microsoft.ClassicCompute/virtualMachines/*/write\",\"Microsoft.ClassicNetwork/*/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Security/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\"\ - :[],\"notDataActions\":[]}],\"createdOn\":\"2015-06-22T17:45:15.8986455Z\"\ - ,\"updatedOn\":\"2021-11-11T20:13:50.5729549Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\ - },{\"properties\":{\"roleName\":\"Security Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Security Reader Role\",\"assignableScopes\":[\"/\"],\"\ - permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ - ,\"Microsoft.operationalInsights/workspaces/*/read\",\"Microsoft.Resources/deployments/*/read\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Security/*/read\"\ - ,\"Microsoft.IoTSecurity/*/read\",\"Microsoft.Support/*/read\",\"Microsoft.Security/iotDefenderSettings/packageDownloads/action\"\ - ,\"Microsoft.Security/iotDefenderSettings/downloadManagerActivation/action\"\ - ,\"Microsoft.Security/iotSensors/downloadResetPassword/action\",\"Microsoft.IoTSecurity/defenderSettings/packageDownloads/action\"\ - ,\"Microsoft.IoTSecurity/defenderSettings/downloadManagerActivation/action\"\ - ,\"Microsoft.Management/managementGroups/read\"],\"notActions\":[],\"dataActions\"\ - :[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-03T07:48:49.0516559Z\"\ - ,\"updatedOn\":\"2021-11-11T20:13:50.7479015Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\ - },{\"properties\":{\"roleName\":\"Spatial Anchors Account Contributor\",\"\ - type\":\"BuiltInRole\",\"description\":\"Lets you manage spatial anchors in\ - \ your account, but not delete them\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/SpatialAnchorsAccounts/create/action\"\ - ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/discovery/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/properties/read\"\ - ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/query/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/submitdiag/read\"\ - ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/write\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2018-12-21T17:57:41.1420864Z\",\"updatedOn\":\"2021-11-11T20:13:52.2829400Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8bbe83f1-e2a6-4df7-8cb4-4e04d4e5c827\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8bbe83f1-e2a6-4df7-8cb4-4e04d4e5c827\"\ - },{\"properties\":{\"roleName\":\"Site Recovery Contributor\",\"type\":\"\ - BuiltInRole\",\"description\":\"Lets you manage Site Recovery service except\ - \ vault creation and role assignment\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\"\ - ,\"Microsoft.RecoveryServices/locations/allocateStamp/action\",\"Microsoft.RecoveryServices/Vaults/certificates/write\"\ - ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\"Microsoft.RecoveryServices/Vaults/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\"Microsoft.RecoveryServices/vaults/replicationEvents/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\"Microsoft.RecoveryServices/vaults/replicationJobs/*\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/*\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationVaultSettings/*\",\"Microsoft.RecoveryServices/Vaults/storageConfig/*\"\ - ,\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\"Microsoft.RecoveryServices/Vaults/usages/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/*\"\ - ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\"\ - ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationOperationStatus/read\",\"\ - Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2017-05-19T13:46:17.4592776Z\",\"updatedOn\":\"2021-11-11T20:13:52.4579503Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\ - },{\"properties\":{\"roleName\":\"Site Recovery Operator\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you failover and failback but not perform other Site\ - \ Recovery management operations\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\"\ - ,\"Microsoft.RecoveryServices/locations/allocateStamp/action\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/switchprotection/action\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailover/action\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailoverCleanup/action\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\"Microsoft.RecoveryServices/vaults/replicationPolicies/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/failoverCommit/action\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationVaultSettings/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/*\"\ - ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\"\ - ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2017-05-19T13:47:50.1341148Z\",\"updatedOn\":\"2021-11-11T20:13:52.6263418Z\"\ - ,\"createdBy\":null,\"updatedBy\":\"\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"494ae006-db33-4328-bf46-533a6560a3ca\"\ - },{\"properties\":{\"roleName\":\"Spatial Anchors Account Reader\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Lets you locate and read properties of\ - \ spatial anchors in your account\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/SpatialAnchorsAccounts/discovery/read\"\ - ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/properties/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/query/read\"\ - ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/submitdiag/read\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2018-12-21T17:57:42.9271004Z\",\"updatedOn\":\"2021-11-11T20:13:52.8013467Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d51204f-eb77-4b1c-b86a-2ec626c49413\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d51204f-eb77-4b1c-b86a-2ec626c49413\"\ - },{\"properties\":{\"roleName\":\"Site Recovery Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you view Site Recovery status but not perform other\ - \ management operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\"Microsoft.RecoveryServices/vaults/replicationPolicies/read\"\ - ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\"Microsoft.RecoveryServices/vaults/replicationVaultSettings/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2017-05-19T13:35:40.0093634Z\",\"updatedOn\":\"2021-11-11T20:13:52.9763366Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dbaa88c4-0c30-4179-9fb3-46319faa6149\"\ - },{\"properties\":{\"roleName\":\"Spatial Anchors Account Owner\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Lets you manage spatial anchors in your\ - \ account, including deleting them\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/SpatialAnchorsAccounts/create/action\"\ - ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/delete\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/discovery/read\"\ - ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/properties/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/query/read\"\ - ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/submitdiag/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/write\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2018-12-21T17:57:43.5489832Z\",\"\ - updatedOn\":\"2021-11-11T20:13:53.1663250Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/70bbe301-9835-447d-afdd-19eb3167307c\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"70bbe301-9835-447d-afdd-19eb3167307c\"\ - },{\"properties\":{\"roleName\":\"SQL Managed Instance Contributor\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Lets you manage SQL Managed Instances and\ - \ required network configuration, but can\u2019t give access to others.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Network/networkSecurityGroups/*\",\"Microsoft.Network/routeTables/*\"\ - ,\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/locations/instanceFailoverGroups/*\"\ - ,\"Microsoft.Sql/managedInstances/*\",\"Microsoft.Support/*\",\"Microsoft.Network/virtualNetworks/subnets/*\"\ - ,\"Microsoft.Network/virtualNetworks/*\",\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ - Microsoft.Insights/metricDefinitions/read\"],\"notActions\":[\"Microsoft.Sql/managedInstances/azureADOnlyAuthentications/delete\"\ - ,\"Microsoft.Sql/managedInstances/azureADOnlyAuthentications/write\"],\"dataActions\"\ - :[],\"notDataActions\":[]}],\"createdOn\":\"2018-12-10T22:57:14.2937983Z\"\ - ,\"updatedOn\":\"2021-11-11T20:13:53.3513507Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4939a1f6-9ae0-4e48-a1e0-f2cbe897382d\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4939a1f6-9ae0-4e48-a1e0-f2cbe897382d\"\ - },{\"properties\":{\"roleName\":\"SQL DB Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you manage SQL databases, but not access to them.\ - \ Also, you can't manage their security-related policies or their parent SQL\ - \ servers.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ - Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/servers/databases/*\"\ - ,\"Microsoft.Sql/servers/read\",\"Microsoft.Support/*\",\"Microsoft.Insights/metrics/read\"\ - ,\"Microsoft.Insights/metricDefinitions/read\"],\"notActions\":[\"Microsoft.Sql/servers/databases/ledgerDigestUploads/write\"\ - ,\"Microsoft.Sql/servers/databases/ledgerDigestUploads/disable/action\",\"\ - Microsoft.Sql/managedInstances/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/managedInstances/databases/recommendedSensitivityLabels/*\"\ - ,\"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels/*\"\ - ,\"Microsoft.Sql/managedInstances/databases/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/sensitivityLabels/*\"\ - ,\"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/*\",\"\ - Microsoft.Sql/managedInstances/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/vulnerabilityAssessments/*\"\ - ,\"Microsoft.Sql/servers/databases/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditRecords/read\"\ - ,\"Microsoft.Sql/servers/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\"\ - ,\"Microsoft.Sql/servers/databases/extendedAuditingSettings/*\",\"Microsoft.Sql/servers/databases/recommendedSensitivityLabels/*\"\ - ,\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\"\ - ,\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\"Microsoft.Sql/servers/databases/securityMetrics/*\"\ - ,\"Microsoft.Sql/servers/databases/sensitivityLabels/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\"\ - ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\"\ - ,\"Microsoft.Sql/servers/vulnerabilityAssessments/*\"],\"dataActions\":[],\"\ - notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\"\ - :\"2021-11-11T20:13:53.5363219Z\",\"createdBy\":null,\"updatedBy\":null},\"\ - id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\ - },{\"properties\":{\"roleName\":\"SQL Security Manager\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you manage the security-related policies of SQL servers\ - \ and databases, but not access to them.\",\"assignableScopes\":[\"/\"],\"\ - permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ - ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Sql/locations/administratorAzureAsyncOperation/read\"\ - ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/read\"\ - ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/write\"\ - ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/read\"\ - ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/write\"\ - ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/read\"\ - ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/write\"\ - ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/read\"\ - ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/write\"\ - ,\"Microsoft.Sql/managedInstances/databases/currentSensitivityLabels/*\",\"\ - Microsoft.Sql/managedInstances/databases/recommendedSensitivityLabels/*\"\ - ,\"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels/*\"\ - ,\"Microsoft.Sql/managedInstances/databases/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/sensitivityLabels/*\"\ - ,\"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/*\",\"\ - Microsoft.Sql/servers/advancedThreatProtectionSettings/read\",\"Microsoft.Sql/servers/advancedThreatProtectionSettings/write\"\ - ,\"Microsoft.Sql/managedInstances/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/transparentDataEncryption/*\"\ - ,\"Microsoft.Sql/managedInstances/vulnerabilityAssessments/*\",\"Microsoft.Sql/servers/advancedThreatProtectionSettings/read\"\ - ,\"Microsoft.Sql/servers/advancedThreatProtectionSettings/write\",\"Microsoft.Sql/servers/auditingSettings/*\"\ - ,\"Microsoft.Sql/servers/extendedAuditingSettings/read\",\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/read\"\ - ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/write\"\ - ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/read\"\ - ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/write\"\ - ,\"Microsoft.Sql/servers/databases/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditRecords/read\"\ - ,\"Microsoft.Sql/servers/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\"\ - ,\"Microsoft.Sql/servers/databases/extendedAuditingSettings/read\",\"Microsoft.Sql/servers/databases/read\"\ - ,\"Microsoft.Sql/servers/databases/recommendedSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/schemas/read\"\ - ,\"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\"\ - ,\"Microsoft.Sql/servers/databases/schemas/tables/read\",\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\"\ - ,\"Microsoft.Sql/servers/databases/securityMetrics/*\",\"Microsoft.Sql/servers/databases/sensitivityLabels/*\"\ - ,\"Microsoft.Sql/servers/databases/transparentDataEncryption/*\",\"Microsoft.Sql/servers/databases/sqlvulnerabilityAssessments/*\"\ - ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\"\ - ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\",\"\ - Microsoft.Sql/servers/devOpsAuditingSettings/*\",\"Microsoft.Sql/servers/firewallRules/*\"\ - ,\"Microsoft.Sql/servers/read\",\"Microsoft.Sql/servers/securityAlertPolicies/*\"\ - ,\"Microsoft.Sql/servers/sqlvulnerabilityAssessments/*\",\"Microsoft.Sql/servers/vulnerabilityAssessments/*\"\ - ,\"Microsoft.Support/*\",\"Microsoft.Sql/servers/azureADOnlyAuthentications/*\"\ - ,\"Microsoft.Sql/managedInstances/read\",\"Microsoft.Sql/managedInstances/azureADOnlyAuthentications/*\"\ - ,\"Microsoft.Security/sqlVulnerabilityAssessments/*\",\"Microsoft.Sql/managedInstances/administrators/read\"\ - ,\"Microsoft.Sql/servers/administrators/read\",\"Microsoft.Sql/servers/databases/ledgerDigestUploads/*\"\ - ,\"Microsoft.Sql/locations/ledgerDigestUploadsAzureAsyncOperation/read\",\"\ - Microsoft.Sql/locations/ledgerDigestUploadsOperationResults/read\",\"Microsoft.Sql/servers/externalPolicyBasedAuthorizations/*\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2015-06-16T18:44:40.4607572Z\",\"updatedOn\":\"2022-12-08T21:09:48.6705495Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\ - },{\"properties\":{\"roleName\":\"Storage Account Contributor\",\"type\":\"\ - BuiltInRole\",\"description\":\"Lets you manage storage accounts, including\ - \ accessing storage account keys which provide full access to storage account\ - \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/diagnosticSettings/*\"\ - ,\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ - ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/*\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2021-11-11T20:13:54.2363539Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"17d1049b-9a84-46fb-8f53-869881c3d3ab\"\ - },{\"properties\":{\"roleName\":\"SQL Server Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you manage SQL servers and databases, but not access\ - \ to them, and not their security -related policies.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/servers/*\",\"Microsoft.Support/*\"\ - ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ - ],\"notActions\":[\"Microsoft.Sql/managedInstances/databases/currentSensitivityLabels/*\"\ - ,\"Microsoft.Sql/managedInstances/databases/recommendedSensitivityLabels/*\"\ - ,\"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels/*\"\ - ,\"Microsoft.Sql/managedInstances/databases/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/sensitivityLabels/*\"\ - ,\"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/*\",\"\ - Microsoft.Sql/managedInstances/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/vulnerabilityAssessments/*\"\ - ,\"Microsoft.Sql/servers/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditingSettings/*\"\ - ,\"Microsoft.Sql/servers/databases/auditRecords/read\",\"Microsoft.Sql/servers/databases/currentSensitivityLabels/*\"\ - ,\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\"Microsoft.Sql/servers/databases/extendedAuditingSettings/*\"\ - ,\"Microsoft.Sql/servers/databases/recommendedSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\"\ - ,\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\"Microsoft.Sql/servers/databases/securityMetrics/*\"\ - ,\"Microsoft.Sql/servers/databases/sensitivityLabels/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\"\ - ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\"\ - ,\"Microsoft.Sql/servers/devOpsAuditingSettings/*\",\"Microsoft.Sql/servers/extendedAuditingSettings/*\"\ - ,\"Microsoft.Sql/servers/securityAlertPolicies/*\",\"Microsoft.Sql/servers/vulnerabilityAssessments/*\"\ - ,\"Microsoft.Sql/servers/azureADOnlyAuthentications/delete\",\"Microsoft.Sql/servers/azureADOnlyAuthentications/write\"\ - ,\"Microsoft.Sql/servers/externalPolicyBasedAuthorizations/delete\",\"Microsoft.Sql/servers/externalPolicyBasedAuthorizations/write\"\ - ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ - ,\"updatedOn\":\"2022-04-28T19:08:55.4448647Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\ - },{\"properties\":{\"roleName\":\"Storage Account Key Operator Service Role\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Storage Account Key Operators\ - \ are allowed to list and regenerate keys on Storage Accounts\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/listkeys/action\"\ - ,\"Microsoft.Storage/storageAccounts/regeneratekey/action\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-04-13T18:26:11.5770570Z\"\ - ,\"updatedOn\":\"2021-11-11T20:13:54.7697481Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/81a9662b-bebf-436f-a333-f67b29880f12\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"81a9662b-bebf-436f-a333-f67b29880f12\"\ - },{\"properties\":{\"roleName\":\"Storage Blob Data Contributor\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Allows for read, write and delete access\ - \ to Azure Storage blob containers and data\",\"assignableScopes\":[\"/\"\ - ],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ - ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ - ,\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ - ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ - ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ - ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/move/action\"\ - ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/add/action\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ - updatedOn\":\"2021-11-11T20:13:54.9397456Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ba92f5b4-2d11-453d-a403-e96b0029c9fe\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ba92f5b4-2d11-453d-a403-e96b0029c9fe\"\ - },{\"properties\":{\"roleName\":\"Storage Blob Data Owner\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Allows for full access to Azure Storage blob containers\ - \ and data, including assigning POSIX access control.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/*\"\ - ,\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/*\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2018-12-04T07:02:58.2775257Z\",\"\ - updatedOn\":\"2021-11-11T20:13:55.1225062Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b7e6dc6d-f1e8-4753-8033-0f276bb0955b\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b7e6dc6d-f1e8-4753-8033-0f276bb0955b\"\ - },{\"properties\":{\"roleName\":\"Storage Blob Data Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Allows for read access to Azure Storage blob containers\ - \ and data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ - Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ - updatedOn\":\"2021-11-11T20:13:55.2975076Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2a2b9908-6ea1-4ae2-8e65-a410df84e7d1\"\ - },{\"properties\":{\"roleName\":\"Storage Queue Data Contributor\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Allows for read, write, and delete access\ - \ to Azure Storage queues and queue messages\",\"assignableScopes\":[\"/\"\ - ],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/delete\"\ - ,\"Microsoft.Storage/storageAccounts/queueServices/queues/read\",\"Microsoft.Storage/storageAccounts/queueServices/queues/write\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/delete\"\ - ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\"\ - ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/write\"\ - ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/process/action\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ - updatedOn\":\"2021-11-11T20:13:55.4725469Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/974c5e8b-45b9-4653-ba55-5f855dd0fb88\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"974c5e8b-45b9-4653-ba55-5f855dd0fb88\"\ - },{\"properties\":{\"roleName\":\"Storage Queue Data Message Processor\",\"\ - type\":\"BuiltInRole\",\"description\":\"Allows for peek, receive, and delete\ - \ access to Azure Storage queue messages\",\"assignableScopes\":[\"/\"],\"\ - permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\"\ - ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/process/action\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2019-01-28T22:27:04.8947111Z\",\"\ - updatedOn\":\"2021-11-11T20:13:55.6575408Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8a0f0c08-91a1-4084-bc3d-661d67233fed\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8a0f0c08-91a1-4084-bc3d-661d67233fed\"\ - },{\"properties\":{\"roleName\":\"Storage Queue Data Message Sender\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Allows for sending of Azure Storage queue\ - \ messages\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ - notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/add/action\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2019-01-28T22:28:34.7459724Z\",\"\ - updatedOn\":\"2021-11-11T20:13:55.8325508Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c6a89b2d-59bc-44d0-9896-0f6e12d7b80a\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c6a89b2d-59bc-44d0-9896-0f6e12d7b80a\"\ - },{\"properties\":{\"roleName\":\"Storage Queue Data Reader\",\"type\":\"\ - BuiltInRole\",\"description\":\"Allows for read access to Azure Storage queues\ - \ and queue messages\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.Storage/storageAccounts/queueServices/queues/read\"],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ - updatedOn\":\"2021-11-11T20:13:56.0178497Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/19e7f393-937e-4f77-808e-94535e297925\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"19e7f393-937e-4f77-808e-94535e297925\"\ - },{\"properties\":{\"roleName\":\"Support Request Contributor\",\"type\":\"\ - BuiltInRole\",\"description\":\"Lets you create and manage Support requests\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2017-06-22T22:25:37.8053068Z\",\"updatedOn\":\"2021-11-11T20:13:56.7444481Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cfd33db0-3dd1-45e3-aa9d-cdbdf3b6f24e\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cfd33db0-3dd1-45e3-aa9d-cdbdf3b6f24e\"\ - },{\"properties\":{\"roleName\":\"Traffic Manager Contributor\",\"type\":\"\ - BuiltInRole\",\"description\":\"Lets you manage Traffic Manager profiles,\ - \ but does not let you control who has access to them.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/trafficManagerProfiles/*\"\ - ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2015-10-15T23:33:25.9730842Z\",\"updatedOn\":\"2021-11-11T20:13:57.2744497Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\ - },{\"properties\":{\"roleName\":\"User Access Administrator\",\"type\":\"\ - BuiltInRole\",\"description\":\"Lets you manage user access to Azure resources.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"\ - Microsoft.Authorization/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"\ - dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ - ,\"updatedOn\":\"2021-11-11T20:13:57.7932023Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\ - },{\"properties\":{\"roleName\":\"Virtual Machine Contributor\",\"type\":\"\ - BuiltInRole\",\"description\":\"Lets you manage virtual machines, but not\ - \ access to them, and not the virtual network or storage account they're connected\ - \ to.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Compute/availabilitySets/*\",\"Microsoft.Compute/locations/*\"\ - ,\"Microsoft.Compute/virtualMachines/*\",\"Microsoft.Compute/virtualMachineScaleSets/*\"\ - ,\"Microsoft.Compute/cloudServices/*\",\"Microsoft.Compute/disks/write\",\"\ - Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/delete\",\"Microsoft.DevTestLab/schedules/*\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/applicationGateways/backendAddressPools/join/action\"\ - ,\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatPools/join/action\"\ - ,\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\"Microsoft.Network/loadBalancers/probes/join/action\"\ - ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/locations/*\"\ - ,\"Microsoft.Network/networkInterfaces/*\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ - ,\"Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/publicIPAddresses/join/action\"\ - ,\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\"\ - ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.RecoveryServices/locations/*\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/write\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\"\ - ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/write\"\ - ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/usages/read\"\ - ,\"Microsoft.RecoveryServices/Vaults/write\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.SerialConsole/serialPorts/connect/action\",\"Microsoft.SqlVirtualMachine/*\"\ - ,\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Storage/storageAccounts/read\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2021-11-11T20:13:58.3176075Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\ - },{\"properties\":{\"roleName\":\"Web Plan Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you manage the web plans for websites, but not access\ - \ to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ - Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Support/*\",\"Microsoft.Web/serverFarms/*\",\"Microsoft.Web/hostingEnvironments/Join/Action\"\ - ,\"Microsoft.Insights/autoscalesettings/*\"],\"notActions\":[],\"dataActions\"\ - :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ - ,\"updatedOn\":\"2022-09-01T21:58:00.7022464Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\ - },{\"properties\":{\"roleName\":\"Website Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you manage websites (not web plans), but not access\ - \ to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ - Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/components/*\"\ - ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ,\"Microsoft.Web/certificates/*\",\"Microsoft.Web/listSitesAssignedToHostName/read\"\ - ,\"Microsoft.Web/serverFarms/join/action\",\"Microsoft.Web/serverFarms/read\"\ - ,\"Microsoft.Web/sites/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2015-05-12T23:10:23.6193952Z\",\"updatedOn\":\"2021-11-11T20:13:58.6655647Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"de139f84-1756-47ae-9be6-808fbbe84772\"\ - },{\"properties\":{\"roleName\":\"Azure Service Bus Data Owner\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Allows for full access to Azure Service\ - \ Bus resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.ServiceBus/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.ServiceBus/*\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2019-04-16T21:33:36.7445745Z\",\"\ - updatedOn\":\"2021-11-11T20:13:59.2005807Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/090c5cfd-751d-490a-894a-3ce6f1109419\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"090c5cfd-751d-490a-894a-3ce6f1109419\"\ - },{\"properties\":{\"roleName\":\"Azure Event Hubs Data Owner\",\"type\":\"\ - BuiltInRole\",\"description\":\"Allows for full access to Azure Event Hubs\ - \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.EventHub/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.EventHub/*\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2019-04-16T21:34:29.8656362Z\",\"\ - updatedOn\":\"2021-11-11T20:13:59.3721538Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f526a384-b230-433a-b45c-95f59c4a2dec\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f526a384-b230-433a-b45c-95f59c4a2dec\"\ - },{\"properties\":{\"roleName\":\"Attestation Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Can read write or delete the attestation provider instance\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Attestation/attestationProviders/attestation/read\"\ - ,\"Microsoft.Attestation/attestationProviders/attestation/write\",\"Microsoft.Attestation/attestationProviders/attestation/delete\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2019-04-19T00:24:09.3354177Z\",\"updatedOn\":\"2021-11-11T20:13:59.7271218Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bbf86eb8-f7b4-4cce-96e4-18cddf81d86e\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bbf86eb8-f7b4-4cce-96e4-18cddf81d86e\"\ - },{\"properties\":{\"roleName\":\"HDInsight Cluster Operator\",\"type\":\"\ - BuiltInRole\",\"description\":\"Lets you read and modify HDInsight cluster\ - \ configurations.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.HDInsight/*/read\",\"Microsoft.HDInsight/clusters/getGatewaySettings/action\"\ - ,\"Microsoft.HDInsight/clusters/updateGatewaySettings/action\",\"Microsoft.HDInsight/clusters/configurations/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/operations/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Authorization/*/read\",\"\ - Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2019-04-20T00:03:01.7110732Z\",\"updatedOn\":\"2021-11-11T20:13:59.9052180Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/61ed4efc-fab3-44fd-b111-e24485cc132a\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"61ed4efc-fab3-44fd-b111-e24485cc132a\"\ - },{\"properties\":{\"roleName\":\"Cosmos DB Operator\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you manage Azure Cosmos DB accounts, but not access\ - \ data in them. Prevents access to account keys and connection strings.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DocumentDb/databaseAccounts/*\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Authorization/*/read\",\"\ - Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ,\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ - ],\"notActions\":[\"Microsoft.DocumentDB/databaseAccounts/readonlyKeys/*\"\ - ,\"Microsoft.DocumentDB/databaseAccounts/regenerateKey/*\",\"Microsoft.DocumentDB/databaseAccounts/listKeys/*\"\ - ,\"Microsoft.DocumentDB/databaseAccounts/listConnectionStrings/*\",\"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions/write\"\ - ,\"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions/delete\",\"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments/write\"\ - ,\"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments/delete\",\"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions/write\"\ - ,\"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions/delete\",\"\ - Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions/write\",\"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions/delete\"\ - ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-04-26T17:01:17.0169383Z\"\ - ,\"updatedOn\":\"2023-01-11T18:59:29.2865530Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/230815da-be43-4aae-9cb4-875f7bd000aa\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"230815da-be43-4aae-9cb4-875f7bd000aa\"\ - },{\"properties\":{\"roleName\":\"Hybrid Server Resource Administrator\",\"\ - type\":\"BuiltInRole\",\"description\":\"Can read, write, delete, and re-onboard\ - \ Hybrid servers to the Hybrid Resource Provider.\",\"assignableScopes\":[\"\ - /\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/*\"\ - ,\"Microsoft.HybridCompute/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ - notDataActions\":[]}],\"createdOn\":\"2019-04-29T21:39:32.3132923Z\",\"updatedOn\"\ - :\"2021-11-11T20:14:00.2548257Z\",\"createdBy\":null,\"updatedBy\":null},\"\ - id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/48b40c6e-82e0-4eb3-90d5-19e40f49b624\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"48b40c6e-82e0-4eb3-90d5-19e40f49b624\"\ - },{\"properties\":{\"roleName\":\"Hybrid Server Onboarding\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Can onboard new Hybrid servers to the Hybrid Resource Provider.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/read\"\ - ,\"Microsoft.HybridCompute/machines/write\"],\"notActions\":[],\"dataActions\"\ - :[],\"notDataActions\":[]}],\"createdOn\":\"2019-04-29T22:36:28.1873756Z\"\ - ,\"updatedOn\":\"2021-11-11T20:14:00.4308999Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d1e5ee4-7c68-4a71-ac8b-0739630a3dfb\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d1e5ee4-7c68-4a71-ac8b-0739630a3dfb\"\ - },{\"properties\":{\"roleName\":\"Azure Event Hubs Data Receiver\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Allows receive access to Azure Event Hubs\ - \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.EventHub/*/eventhubs/consumergroups/read\"],\"notActions\":[],\"\ - dataActions\":[\"Microsoft.EventHub/*/receive/action\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2019-05-10T06:25:21.1056666Z\",\"updatedOn\":\"2021-11-11T20:14:01.3225169Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a638d3c7-ab3a-418d-83e6-5f17a39d4fde\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a638d3c7-ab3a-418d-83e6-5f17a39d4fde\"\ - },{\"properties\":{\"roleName\":\"Azure Event Hubs Data Sender\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Allows send access to Azure Event Hubs\ - \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.EventHub/*/eventhubs/read\"],\"notActions\":[],\"dataActions\"\ - :[\"Microsoft.EventHub/*/send/action\"],\"notDataActions\":[]}],\"createdOn\"\ - :\"2019-05-10T06:26:12.4673714Z\",\"updatedOn\":\"2021-11-11T20:14:01.4925583Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2b629674-e913-4c01-ae53-ef4638d8f975\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2b629674-e913-4c01-ae53-ef4638d8f975\"\ - },{\"properties\":{\"roleName\":\"Azure Service Bus Data Receiver\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Allows for receive access to Azure Service\ - \ Bus resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.ServiceBus/*/queues/read\",\"Microsoft.ServiceBus/*/topics/read\"\ - ,\"Microsoft.ServiceBus/*/topics/subscriptions/read\"],\"notActions\":[],\"\ - dataActions\":[\"Microsoft.ServiceBus/*/receive/action\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2019-05-10T06:43:01.6343849Z\",\"updatedOn\":\"2021-11-11T20:14:01.6629685Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4f6d3b9b-027b-4f4c-9142-0e5a2a2247e0\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4f6d3b9b-027b-4f4c-9142-0e5a2a2247e0\"\ - },{\"properties\":{\"roleName\":\"Azure Service Bus Data Sender\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Allows for send access to Azure Service\ - \ Bus resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.ServiceBus/*/queues/read\",\"Microsoft.ServiceBus/*/topics/read\"\ - ,\"Microsoft.ServiceBus/*/topics/subscriptions/read\"],\"notActions\":[],\"\ - dataActions\":[\"Microsoft.ServiceBus/*/send/action\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2019-05-10T06:43:46.7046934Z\",\"updatedOn\":\"2021-11-11T20:14:01.8479199Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/69a216fc-b8fb-44d8-bc22-1f3c2cd27a39\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"69a216fc-b8fb-44d8-bc22-1f3c2cd27a39\"\ - },{\"properties\":{\"roleName\":\"Storage File Data SMB Share Reader\",\"\ - type\":\"BuiltInRole\",\"description\":\"Allows for read access to Azure File\ - \ Share over SMB\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2019-07-01T20:19:31.8620471Z\",\"\ - updatedOn\":\"2021-11-11T20:14:04.3642909Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/aba4ae5f-2193-4029-9191-0cb91df5e314\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"aba4ae5f-2193-4029-9191-0cb91df5e314\"\ - },{\"properties\":{\"roleName\":\"Storage File Data SMB Share Contributor\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Allows for read, write, and delete\ - \ access in Azure Storage file shares over SMB\",\"assignableScopes\":[\"\ - /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ - Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\",\"\ - Microsoft.Storage/storageAccounts/fileServices/fileshares/files/write\",\"\ - Microsoft.Storage/storageAccounts/fileServices/fileshares/files/delete\"],\"\ - notDataActions\":[]}],\"createdOn\":\"2019-07-01T20:54:35.4834310Z\",\"updatedOn\"\ - :\"2021-11-11T20:14:04.5443323Z\",\"createdBy\":null,\"updatedBy\":null},\"\ - id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0c867c2a-1d8c-454a-a3db-ab2ea1bdc8bb\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0c867c2a-1d8c-454a-a3db-ab2ea1bdc8bb\"\ - },{\"properties\":{\"roleName\":\"Private DNS Zone Contributor\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Lets you manage private DNS zone resources,\ - \ but not the virtual networks they are linked to.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Support/*\",\"Microsoft.Network/privateDnsZones/*\",\"Microsoft.Network/privateDnsOperationResults/*\"\ - ,\"Microsoft.Network/privateDnsOperationStatuses/*\",\"Microsoft.Network/virtualNetworks/read\"\ - ,\"Microsoft.Network/virtualNetworks/join/action\",\"Microsoft.Authorization/*/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2019-07-10T19:31:15.5645518Z\",\"updatedOn\":\"2021-11-11T20:14:04.7342851Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b12aa53e-6015-4669-85d0-8515ebb3ae7f\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b12aa53e-6015-4669-85d0-8515ebb3ae7f\"\ - },{\"properties\":{\"roleName\":\"Storage Blob Delegator\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Allows for generation of a user delegation key which can\ - \ be used to sign SAS tokens\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2019-07-23T00:51:16.3376761Z\",\"updatedOn\":\"2021-11-11T20:14:05.4321714Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/db58b8e5-c6ad-4a2a-8342-4190687cbf4a\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"db58b8e5-c6ad-4a2a-8342-4190687cbf4a\"\ - },{\"properties\":{\"roleName\":\"Desktop Virtualization User\",\"type\":\"\ - BuiltInRole\",\"description\":\"Allows user to use the applications in an\ - \ application group.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[],\"notActions\":[],\"dataActions\":[\"Microsoft.DesktopVirtualization/applicationGroups/useApplications/action\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2019-08-07T00:29:03.8727621Z\",\"\ - updatedOn\":\"2021-11-11T20:14:05.9821791Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1d18fff3-a72a-46b5-b4a9-0b38a3cd7e63\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1d18fff3-a72a-46b5-b4a9-0b38a3cd7e63\"\ - },{\"properties\":{\"roleName\":\"Storage File Data SMB Share Elevated Contributor\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Allows for read, write, delete\ - \ and modify NTFS permission access in Azure Storage file shares over SMB\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ - ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/write\"\ - ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/delete\"\ - ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/modifypermissions/action\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2019-08-07T01:35:36.9935457Z\",\"\ - updatedOn\":\"2021-11-11T20:14:06.1571744Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a7264617-510b-434b-a828-9731dc254ea7\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a7264617-510b-434b-a828-9731dc254ea7\"\ - },{\"properties\":{\"roleName\":\"Blueprint Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Can manage blueprint definitions, but not assign them.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Blueprint/blueprints/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-14T21:55:16.9683949Z\"\ - ,\"updatedOn\":\"2021-11-11T20:14:06.5171828Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/41077137-e803-4205-871c-5a86e6a753b4\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"41077137-e803-4205-871c-5a86e6a753b4\"\ - },{\"properties\":{\"roleName\":\"Blueprint Operator\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Can assign existing published blueprints, but cannot create\ - \ new blueprints. NOTE: this only works if the assignment is done with a user-assigned\ - \ managed identity.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.Authorization/*/read\",\"Microsoft.Blueprint/blueprintAssignments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2019-08-14T21:56:48.7897875Z\",\"updatedOn\":\"2021-11-11T20:14:06.6971401Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/437d2ced-4a38-4302-8479-ed2bcb43d090\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"437d2ced-4a38-4302-8479-ed2bcb43d090\"\ - },{\"properties\":{\"roleName\":\"Microsoft Sentinel Contributor\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Microsoft Sentinel Contributor\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SecurityInsights/*\",\"\ - Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/*/read\"\ - ,\"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\"Microsoft.OperationsManagement/solutions/read\"\ - ,\"Microsoft.OperationalInsights/workspaces/query/read\",\"Microsoft.OperationalInsights/workspaces/query/*/read\"\ - ,\"Microsoft.OperationalInsights/workspaces/dataSources/read\",\"Microsoft.OperationalInsights/querypacks/*/read\"\ - ,\"Microsoft.Insights/workbooks/*\",\"Microsoft.Insights/myworkbooks/read\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ - Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.SecurityInsights/ConfidentialWatchlists/*\"\ - ,\"Microsoft.OperationalInsights/workspaces/query/ConfidentialWatchlist/*\"\ - ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T16:39:03.8725173Z\"\ - ,\"updatedOn\":\"2022-07-22T17:40:38.3700257Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ab8e14d6-4a74-4a29-9ba8-549422addade\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ab8e14d6-4a74-4a29-9ba8-549422addade\"\ - },{\"properties\":{\"roleName\":\"Microsoft Sentinel Responder\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Microsoft Sentinel Responder\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SecurityInsights/*/read\"\ - ,\"Microsoft.SecurityInsights/dataConnectorsCheckRequirements/action\",\"\ - Microsoft.SecurityInsights/automationRules/*\",\"Microsoft.SecurityInsights/cases/*\"\ - ,\"Microsoft.SecurityInsights/incidents/*\",\"Microsoft.SecurityInsights/threatIntelligence/indicators/appendTags/action\"\ - ,\"Microsoft.SecurityInsights/threatIntelligence/indicators/query/action\"\ - ,\"Microsoft.SecurityInsights/threatIntelligence/bulkTag/action\",\"Microsoft.SecurityInsights/threatIntelligence/indicators/appendTags/action\"\ - ,\"Microsoft.SecurityInsights/threatIntelligence/indicators/replaceTags/action\"\ - ,\"Microsoft.SecurityInsights/threatIntelligence/queryIndicators/action\"\ - ,\"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/*/read\"\ - ,\"Microsoft.OperationalInsights/workspaces/dataSources/read\",\"Microsoft.OperationalInsights/workspaces/savedSearches/read\"\ - ,\"Microsoft.OperationsManagement/solutions/read\",\"Microsoft.OperationalInsights/workspaces/query/read\"\ - ,\"Microsoft.OperationalInsights/workspaces/query/*/read\",\"Microsoft.OperationalInsights/workspaces/dataSources/read\"\ - ,\"Microsoft.OperationalInsights/querypacks/*/read\",\"Microsoft.Insights/workbooks/read\"\ - ,\"Microsoft.Insights/myworkbooks/read\",\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ],\"notActions\":[\"Microsoft.SecurityInsights/cases/*/Delete\",\"Microsoft.SecurityInsights/incidents/*/Delete\"\ - ,\"Microsoft.SecurityInsights/ConfidentialWatchlists/*\",\"Microsoft.OperationalInsights/workspaces/query/ConfidentialWatchlist/*\"\ - ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T16:54:07.6467264Z\"\ - ,\"updatedOn\":\"2022-07-21T23:37:54.2486838Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e150937-b8fe-4cfb-8069-0eaf05ecd056\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3e150937-b8fe-4cfb-8069-0eaf05ecd056\"\ - },{\"properties\":{\"roleName\":\"Microsoft Sentinel Reader\",\"type\":\"\ - BuiltInRole\",\"description\":\"Microsoft Sentinel Reader\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SecurityInsights/*/read\"\ - ,\"Microsoft.SecurityInsights/dataConnectorsCheckRequirements/action\",\"\ - Microsoft.SecurityInsights/threatIntelligence/indicators/query/action\",\"\ - Microsoft.SecurityInsights/threatIntelligence/queryIndicators/action\",\"\ - Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/*/read\"\ - ,\"Microsoft.OperationalInsights/workspaces/LinkedServices/read\",\"Microsoft.OperationalInsights/workspaces/savedSearches/read\"\ - ,\"Microsoft.OperationsManagement/solutions/read\",\"Microsoft.OperationalInsights/workspaces/query/read\"\ - ,\"Microsoft.OperationalInsights/workspaces/query/*/read\",\"Microsoft.OperationalInsights/querypacks/*/read\"\ - ,\"Microsoft.OperationalInsights/workspaces/dataSources/read\",\"Microsoft.Insights/workbooks/read\"\ - ,\"Microsoft.Insights/myworkbooks/read\",\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/templateSpecs/*/read\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.SecurityInsights/ConfidentialWatchlists/*\"\ - ,\"Microsoft.OperationalInsights/workspaces/query/ConfidentialWatchlist/*\"\ - ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T16:58:50.1132117Z\"\ - ,\"updatedOn\":\"2022-07-22T17:40:38.3700257Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8d289c81-5878-46d4-8554-54e1e3d8b5cb\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8d289c81-5878-46d4-8554-54e1e3d8b5cb\"\ - },{\"properties\":{\"roleName\":\"Workbook Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Can read workbooks.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"microsoft.insights/workbooks/read\",\"microsoft.insights/workbooks/revisions/read\"\ - ,\"microsoft.insights/workbooktemplates/read\"],\"notActions\":[],\"dataActions\"\ - :[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T20:56:17.6808140Z\"\ - ,\"updatedOn\":\"2022-12-08T19:53:26.7526140Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b279062a-9be3-42a0-92ae-8b3cf002ec4d\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b279062a-9be3-42a0-92ae-8b3cf002ec4d\"\ - },{\"properties\":{\"roleName\":\"Workbook Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Can save shared workbooks.\",\"assignableScopes\":[\"/\"\ - ],\"permissions\":[{\"actions\":[\"Microsoft.Insights/workbooks/write\",\"\ - Microsoft.Insights/workbooks/delete\",\"Microsoft.Insights/workbooks/read\"\ - ,\"Microsoft.Insights/workbooks/revisions/read\",\"Microsoft.Insights/workbooktemplates/write\"\ - ,\"Microsoft.Insights/workbooktemplates/delete\",\"Microsoft.Insights/workbooktemplates/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2019-08-28T20:59:42.4820277Z\",\"updatedOn\":\"2022-12-08T21:25:04.5651887Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e8ddcd69-c73f-4f9f-9844-4100522f16ad\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e8ddcd69-c73f-4f9f-9844-4100522f16ad\"\ - },{\"properties\":{\"roleName\":\"Policy Insights Data Writer (Preview)\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Allows read access to resource\ - \ policies and write access to resource component policy events.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/policyassignments/read\"\ - ,\"Microsoft.Authorization/policydefinitions/read\",\"Microsoft.Authorization/policyexemptions/read\"\ - ,\"Microsoft.Authorization/policysetdefinitions/read\"],\"notActions\":[],\"\ - dataActions\":[\"Microsoft.PolicyInsights/checkDataPolicyCompliance/action\"\ - ,\"Microsoft.PolicyInsights/policyEvents/logDataEvents/action\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2019-09-19T19:35:20.9504127Z\",\"updatedOn\":\"2021-11-11T20:14:09.4235132Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/66bb4e9e-b016-4a94-8249-4c0511c2be84\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"66bb4e9e-b016-4a94-8249-4c0511c2be84\"\ - },{\"properties\":{\"roleName\":\"SignalR AccessKey Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Read SignalR Service Access Keys\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SignalRService/*/read\"\ - ,\"Microsoft.SignalRService/SignalR/listkeys/action\",\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2019-09-20T09:33:19.6236874Z\",\"updatedOn\":\"2021-11-11T20:14:09.6134860Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/04165923-9d83-45d5-8227-78b77b0a687e\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"04165923-9d83-45d5-8227-78b77b0a687e\"\ - },{\"properties\":{\"roleName\":\"SignalR/Web PubSub Contributor\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Create, Read, Update, and Delete SignalR\ - \ service resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.SignalRService/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2019-09-20T09:58:09.0009662Z\",\"updatedOn\":\"2021-11-11T20:14:09.7884765Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8cf5e20a-e4b2-4e9d-b3a1-5ceb692c2761\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8cf5e20a-e4b2-4e9d-b3a1-5ceb692c2761\"\ - },{\"properties\":{\"roleName\":\"Azure Connected Machine Onboarding\",\"\ - type\":\"BuiltInRole\",\"description\":\"Can onboard Azure Connected Machines.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/read\"\ - ,\"Microsoft.HybridCompute/machines/write\",\"Microsoft.HybridCompute/privateLinkScopes/read\"\ - ,\"Microsoft.GuestConfiguration/guestConfigurationAssignments/read\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-10-23T20:15:07.1372870Z\"\ - ,\"updatedOn\":\"2021-11-11T20:14:10.8735219Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b64e21ea-ac4e-4cdf-9dc9-5b892992bee7\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b64e21ea-ac4e-4cdf-9dc9-5b892992bee7\"\ - },{\"properties\":{\"roleName\":\"Azure Connected Machine Resource Administrator\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Can read, write, delete and re-onboard\ - \ Azure Connected Machines.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.HybridCompute/machines/read\",\"Microsoft.HybridCompute/machines/write\"\ - ,\"Microsoft.HybridCompute/machines/delete\",\"Microsoft.HybridCompute/machines/UpgradeExtensions/action\"\ - ,\"Microsoft.HybridCompute/machines/extensions/read\",\"Microsoft.HybridCompute/machines/extensions/write\"\ - ,\"Microsoft.HybridCompute/machines/extensions/delete\",\"Microsoft.HybridCompute/privateLinkScopes/*\"\ - ,\"Microsoft.HybridCompute/*/read\",\"Microsoft.Resources/deployments/*\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2019-10-23T20:24:59.1474607Z\",\"updatedOn\":\"2021-12-15T16:10:25.5898511Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cd570a14-e51a-42ad-bac8-bafd67325302\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cd570a14-e51a-42ad-bac8-bafd67325302\"\ - },{\"properties\":{\"roleName\":\"Managed Services Registration assignment\ - \ Delete Role\",\"type\":\"BuiltInRole\",\"description\":\"Managed Services\ - \ Registration Assignment Delete Role allows the managing tenant users to\ - \ delete the registration assignment assigned to their tenant.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ManagedServices/registrationAssignments/read\"\ - ,\"Microsoft.ManagedServices/registrationAssignments/delete\",\"Microsoft.ManagedServices/operationStatuses/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2019-10-23T22:33:33.1183469Z\",\"updatedOn\":\"2021-11-11T20:14:11.2336400Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/91c1777a-f3dc-4fae-b103-61d183457e46\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"91c1777a-f3dc-4fae-b103-61d183457e46\"\ - },{\"properties\":{\"roleName\":\"App Configuration Data Owner\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Allows full access to App Configuration\ - \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ - notActions\":[],\"dataActions\":[\"Microsoft.AppConfiguration/configurationStores/*/read\"\ - ,\"Microsoft.AppConfiguration/configurationStores/*/write\",\"Microsoft.AppConfiguration/configurationStores/*/delete\"\ - ,\"Microsoft.AppConfiguration/configurationStores/*/action\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2019-10-25T18:41:40.1185063Z\",\"updatedOn\":\"2023-02-01T23:20:05.7772785Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5ae67dd6-50cb-40e7-96ff-dc2bfa4b606b\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5ae67dd6-50cb-40e7-96ff-dc2bfa4b606b\"\ - },{\"properties\":{\"roleName\":\"App Configuration Data Reader\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Allows read access to App Configuration\ - \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ - notActions\":[],\"dataActions\":[\"Microsoft.AppConfiguration/configurationStores/*/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2019-10-25T18:45:33.7975332Z\",\"\ - updatedOn\":\"2021-11-11T20:14:11.5885341Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/516239f1-63e1-4d78-a4de-a74fb236a071\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"516239f1-63e1-4d78-a4de-a74fb236a071\"\ - },{\"properties\":{\"roleName\":\"Kubernetes Cluster - Azure Arc Onboarding\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Role definition to authorize any\ - \ user/service to create connectedClusters resource\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\"\ - ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Kubernetes/connectedClusters/Write\"\ - ,\"Microsoft.Kubernetes/connectedClusters/read\",\"Microsoft.Support/*\"],\"\ - notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ - 2019-11-18T17:00:02.2087147Z\",\"updatedOn\":\"2021-11-11T20:14:12.4685303Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/34e09817-6cbe-4d01-b1a2-e0eac5743d41\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"34e09817-6cbe-4d01-b1a2-e0eac5743d41\"\ - },{\"properties\":{\"roleName\":\"Experimentation Contributor\",\"type\":\"\ - BuiltInRole\",\"description\":\"Experimentation Contributor\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Experimentation/experimentWorkspaces/read\"],\"notActions\":[],\"\ - dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ - ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/write\"\ - ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/delete\"\ - ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/experiment/action\"\ - ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/emergencystop/action\"\ - ,\"Microsoft.Experimentation/experimentWorkspaces/read\",\"Microsoft.Experimentation/experimentWorkspaces/write\"\ - ,\"Microsoft.Experimentation/experimentWorkspaces/delete\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2019-12-13T00:08:08.6679591Z\",\"updatedOn\":\"2021-11-11T20:14:14.6454147Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f646f1b-fa08-80eb-a22b-edd6ce5c915c\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f646f1b-fa08-80eb-a22b-edd6ce5c915c\"\ - },{\"properties\":{\"roleName\":\"Cognitive Services QnA Maker Reader\",\"\ - type\":\"BuiltInRole\",\"description\":\"Let\u2019s you read and test a KB\ - \ only.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ - ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/read\"\ - ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/download/read\"\ - ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/generateanswer/action\"\ - ,\"Microsoft.CognitiveServices/accounts/QnAMaker/alterations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointkeys/read\"\ - ,\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointsettings/read\",\"\ - Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/read\",\"\ - Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/download/read\"\ - ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/generateanswer/action\"\ - ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/alterations/read\",\"\ - Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointkeys/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointsettings/read\"\ - ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/read\"\ - ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/download/read\"\ - ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/generateanswer/action\"\ - ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/alterations/read\"\ - ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointkeys/read\"\ - ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointsettings/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2019-12-17T18:26:12.3329439Z\",\"\ - updatedOn\":\"2021-11-11T20:14:14.8254033Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/466ccd10-b268-4a11-b098-b4849f024126\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"466ccd10-b268-4a11-b098-b4849f024126\"\ - },{\"properties\":{\"roleName\":\"Cognitive Services QnA Maker Editor\",\"\ - type\":\"BuiltInRole\",\"description\":\"Let\u2019s you create, edit, import\ - \ and export a KB. You cannot publish or delete a KB.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ - ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/read\"\ - ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/download/read\"\ - ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/create/write\"\ - ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/write\",\"\ - Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/generateanswer/action\"\ - ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/train/action\"\ - ,\"Microsoft.CognitiveServices/accounts/QnAMaker/alterations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/alterations/write\"\ - ,\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointkeys/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointkeys/refreshkeys/action\"\ - ,\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointsettings/read\",\"\ - Microsoft.CognitiveServices/accounts/QnAMaker/endpointsettings/write\",\"\ - Microsoft.CognitiveServices/accounts/QnAMaker/operations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/read\"\ - ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/download/read\"\ - ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/create/write\"\ - ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/write\"\ - ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/generateanswer/action\"\ - ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/train/action\"\ - ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/alterations/read\",\"\ - Microsoft.CognitiveServices/accounts/QnAMaker.v2/alterations/write\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointkeys/read\"\ - ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointkeys/refreshkeys/action\"\ - ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointsettings/read\"\ - ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointsettings/write\"\ - ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/operations/read\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/read\"\ - ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/download/read\"\ - ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/create/write\"\ - ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/write\"\ - ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/generateanswer/action\"\ - ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/train/action\"\ - ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/alterations/read\"\ - ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/alterations/write\"\ - ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointkeys/read\"\ - ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointkeys/refreshkeys/action\"\ - ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointsettings/read\"\ - ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointsettings/write\"\ - ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/operations/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2019-12-17T18:27:30.6434556Z\",\"\ - updatedOn\":\"2021-11-11T20:14:14.9961559Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f4cc2bf9-21be-47a1-bdf1-5c5804381025\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f4cc2bf9-21be-47a1-bdf1-5c5804381025\"\ - },{\"properties\":{\"roleName\":\"Experimentation Administrator\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Experimentation Administrator\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Experimentation/experimentWorkspaces/read\"],\"notActions\":[],\"\ - dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/admin/action\"\ - ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ - ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/write\"\ - ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/delete\"\ - ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/experimentadmin/action\"\ - ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/experiment/action\"\ - ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/emergencystop/action\"\ - ,\"Microsoft.Experimentation/experimentWorkspaces/read\",\"Microsoft.Experimentation/experimentWorkspaces/write\"\ - ,\"Microsoft.Experimentation/experimentWorkspaces/delete\",\"Microsoft.Experimentation/experimentWorkspaces/admin/action\"\ - ,\"Microsoft.Experimentation/experimentWorkspaces/metricwrite/action\",\"\ - Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/metricwrite/action\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2019-12-18T22:46:33.1116612Z\",\"\ - updatedOn\":\"2021-11-11T20:14:15.1811577Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f646f1b-fa08-80eb-a33b-edd6ce5c915c\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f646f1b-fa08-80eb-a33b-edd6ce5c915c\"\ - },{\"properties\":{\"roleName\":\"Remote Rendering Administrator\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Provides user with conversion, manage session,\ - \ rendering and diagnostics capabilities for Azure Remote Rendering\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ - :[\"Microsoft.MixedReality/RemoteRenderingAccounts/convert/action\",\"Microsoft.MixedReality/RemoteRenderingAccounts/convert/read\"\ - ,\"Microsoft.MixedReality/RemoteRenderingAccounts/convert/delete\",\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/read\"\ - ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/action\"\ - ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/delete\"\ - ,\"Microsoft.MixedReality/RemoteRenderingAccounts/render/read\",\"Microsoft.MixedReality/RemoteRenderingAccounts/diagnostic/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2020-01-23T18:15:31.3450348Z\",\"\ - updatedOn\":\"2021-11-11T20:14:16.7621737Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3df8b902-2a6f-47c7-8cc5-360e9b272a7e\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3df8b902-2a6f-47c7-8cc5-360e9b272a7e\"\ - },{\"properties\":{\"roleName\":\"Remote Rendering Client\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Provides user with manage session, rendering and diagnostics\ - \ capabilities for Azure Remote Rendering.\",\"assignableScopes\":[\"/\"],\"\ - permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/read\"\ - ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/action\"\ - ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/delete\"\ - ,\"Microsoft.MixedReality/RemoteRenderingAccounts/render/read\",\"Microsoft.MixedReality/RemoteRenderingAccounts/diagnostic/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2020-01-23T18:32:52.7069824Z\",\"\ - updatedOn\":\"2021-11-11T20:14:16.9421512Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d39065c4-c120-43c9-ab0a-63eed9795f0a\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d39065c4-c120-43c9-ab0a-63eed9795f0a\"\ - },{\"properties\":{\"roleName\":\"Managed Application Contributor Role\",\"\ - type\":\"BuiltInRole\",\"description\":\"Allows for creating managed application\ - \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"*/read\",\"Microsoft.Solutions/applications/*\",\"Microsoft.Solutions/register/action\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/*\",\"Microsoft.Resources/deployments/*\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2020-02-08T03:39:11.8933879Z\",\"updatedOn\":\"2021-11-11T20:14:19.1271536Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/641177b8-a67a-45b9-a033-47bc880bb21e\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"641177b8-a67a-45b9-a033-47bc880bb21e\"\ - },{\"properties\":{\"roleName\":\"Security Assessment Contributor\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Lets you push assessments to Security Center\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Security/assessments/write\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2020-02-13T08:23:47.7656161Z\",\"updatedOn\":\"2021-11-11T20:14:19.3021974Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/612c2aa1-cb24-443b-ac28-3ab7272de6f5\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"612c2aa1-cb24-443b-ac28-3ab7272de6f5\"\ - },{\"properties\":{\"roleName\":\"Tag Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you manage tags on entities, without providing access\ - \ to the entities themselves.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\",\"Microsoft.Resources/subscriptions/resources/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.Support/*\",\"Microsoft.Resources/tags/*\"],\"notActions\":[],\"\ - dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-18T23:19:19.2977644Z\"\ - ,\"updatedOn\":\"2021-11-11T20:14:20.0172041Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4a9ae827-6dc8-4573-8ac7-8239d42aa03f\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4a9ae827-6dc8-4573-8ac7-8239d42aa03f\"\ - },{\"properties\":{\"roleName\":\"Integration Service Environment Developer\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Allows developers to create and\ - \ update workflows, integration accounts and API connections in integration\ - \ service environments.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Support/*\",\"Microsoft.Logic/integrationServiceEnvironments/read\"\ - ,\"Microsoft.Logic/integrationServiceEnvironments/*/join/action\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-20T21:09:00.5627875Z\"\ - ,\"updatedOn\":\"2021-11-11T20:14:20.1871986Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c7aa55d3-1abb-444a-a5ca-5e51e485d6ec\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c7aa55d3-1abb-444a-a5ca-5e51e485d6ec\"\ - },{\"properties\":{\"roleName\":\"Integration Service Environment Contributor\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage integration service\ - \ environments, but not access to them.\",\"assignableScopes\":[\"/\"],\"\ - permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Support/*\"\ - ,\"Microsoft.Logic/integrationServiceEnvironments/*\"],\"notActions\":[],\"\ - dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-20T21:10:44.4008319Z\"\ - ,\"updatedOn\":\"2021-11-11T20:14:20.3622058Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a41e2c5b-bd99-4a07-88f4-9bf657a760b8\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a41e2c5b-bd99-4a07-88f4-9bf657a760b8\"\ - },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Contributor Role\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Grants access to read and write\ - \ Azure Kubernetes Service clusters\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.ContainerService/managedClusters/read\",\"Microsoft.ContainerService/managedClusters/write\"\ - ,\"Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\"\ - :[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-27T19:27:15.0739970Z\"\ - ,\"updatedOn\":\"2021-11-11T20:14:21.2621727Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ed7f3fbd-7b88-4dd4-9017-9adb7ce333f8\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ed7f3fbd-7b88-4dd4-9017-9adb7ce333f8\"\ - },{\"properties\":{\"roleName\":\"Azure Digital Twins Data Reader\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Read-only role for Digital Twins data-plane\ - \ properties\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[],\"notActions\":[],\"dataActions\":[\"Microsoft.DigitalTwins/digitaltwins/read\"\ - ,\"Microsoft.DigitalTwins/digitaltwins/relationships/read\",\"Microsoft.DigitalTwins/eventroutes/read\"\ - ,\"Microsoft.DigitalTwins/jobs/import/read\",\"Microsoft.DigitalTwins/models/read\"\ - ,\"Microsoft.DigitalTwins/query/action\"],\"notDataActions\":[]}],\"createdOn\"\ - :\"2020-03-10T23:48:14.7057381Z\",\"updatedOn\":\"2022-09-07T00:28:28.1102931Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d57506d4-4c8d-48b1-8587-93c323f6a5a3\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d57506d4-4c8d-48b1-8587-93c323f6a5a3\"\ - },{\"properties\":{\"roleName\":\"Azure Digital Twins Data Owner\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Full access role for Digital Twins data-plane\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.DigitalTwins/digitaltwins/*\",\"Microsoft.DigitalTwins/digitaltwins/commands/*\"\ - ,\"Microsoft.DigitalTwins/digitaltwins/relationships/*\",\"Microsoft.DigitalTwins/eventroutes/*\"\ - ,\"Microsoft.DigitalTwins/jobs/*\",\"Microsoft.DigitalTwins/models/*\",\"\ - Microsoft.DigitalTwins/query/*\"],\"notDataActions\":[]}],\"createdOn\":\"\ - 2020-03-10T23:49:33.7821930Z\",\"updatedOn\":\"2022-09-06T21:40:35.0694732Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bcd981a7-7f74-457b-83e1-cceb9e632ffe\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bcd981a7-7f74-457b-83e1-cceb9e632ffe\"\ - },{\"properties\":{\"roleName\":\"Hierarchy Settings Administrator\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Allows users to edit and delete Hierarchy\ - \ Settings\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ - Microsoft.Management/managementGroups/settings/write\",\"Microsoft.Management/managementGroups/settings/delete\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2020-03-13T23:55:11.0212387Z\",\"updatedOn\":\"2021-11-11T20:14:23.0882347Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/350f8d15-c687-4448-8ae1-157740a3936d\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"350f8d15-c687-4448-8ae1-157740a3936d\"\ - },{\"properties\":{\"roleName\":\"FHIR Data Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Role allows user or principal full access to FHIR Data\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/*\"\ - ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/*\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2020-03-17T18:35:04.4949547Z\",\"updatedOn\":\"2021-11-11T20:14:23.6235473Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5a1fc7df-4bf1-4951-a576-89034ee01acd\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5a1fc7df-4bf1-4951-a576-89034ee01acd\"\ - },{\"properties\":{\"roleName\":\"FHIR Data Exporter\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Role allows user or principal to read and export FHIR Data\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/read\"\ - ,\"Microsoft.HealthcareApis/services/fhir/resources/export/action\",\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\"\ - ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/export/action\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2020-03-17T18:45:01.9764073Z\",\"\ - updatedOn\":\"2021-11-11T20:14:23.7992557Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3db33094-8700-4567-8da5-1501d4e7e843\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3db33094-8700-4567-8da5-1501d4e7e843\"\ - },{\"properties\":{\"roleName\":\"FHIR Data Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Role allows user or principal to read FHIR Data\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ - :[\"Microsoft.HealthcareApis/services/fhir/resources/read\",\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2020-03-17T18:49:04.8353499Z\",\"\ - updatedOn\":\"2021-11-11T20:14:23.9692275Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4c8d0bbc-75d3-4935-991f-5f3c56d81508\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4c8d0bbc-75d3-4935-991f-5f3c56d81508\"\ - },{\"properties\":{\"roleName\":\"FHIR Data Writer\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Role allows user or principal to read and write FHIR Data\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/*\"\ - ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/*\"],\"notDataActions\"\ - :[\"Microsoft.HealthcareApis/services/fhir/resources/hardDelete/action\",\"\ - Microsoft.HealthcareApis/workspaces/fhirservices/resources/hardDelete/action\"\ - ]}],\"createdOn\":\"2020-03-17T18:55:35.2413335Z\",\"updatedOn\":\"2021-11-11T20:14:24.1442783Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3f88fce4-5892-4214-ae73-ba5294559913\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3f88fce4-5892-4214-ae73-ba5294559913\"\ - },{\"properties\":{\"roleName\":\"Experimentation Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Experimentation Reader\",\"assignableScopes\":[\"/\"],\"\ - permissions\":[{\"actions\":[\"Microsoft.Experimentation/experimentWorkspaces/read\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/read\"\ - ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2020-03-25T18:05:14.8375678Z\",\"\ - updatedOn\":\"2021-11-11T20:14:24.5042390Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/49632ef5-d9ac-41f4-b8e7-bbe587fa74a1\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"49632ef5-d9ac-41f4-b8e7-bbe587fa74a1\"\ - },{\"properties\":{\"roleName\":\"Object Understanding Account Owner\",\"\ - type\":\"BuiltInRole\",\"description\":\"Provides user with ingestion capabilities\ - \ for Azure Object Understanding.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectUnderstandingAccounts/ingest/action\"\ - ,\"Microsoft.MixedReality/ObjectUnderstandingAccounts/ingest/read\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2020-04-22T19:15:09.0697923Z\",\"updatedOn\":\"2021-11-11T20:14:26.8743132Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4dd61c23-6743-42fe-a388-d8bdd41cb745\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4dd61c23-6743-42fe-a388-d8bdd41cb745\"\ - },{\"properties\":{\"roleName\":\"Azure Maps Data Contributor\",\"type\":\"\ - BuiltInRole\",\"description\":\"Grants access to read, write, and delete access\ - \ to map related data from an Azure maps account.\",\"assignableScopes\":[\"\ - /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ - Microsoft.Maps/accounts/*/read\",\"Microsoft.Maps/accounts/*/write\",\"Microsoft.Maps/accounts/*/delete\"\ - ,\"Microsoft.Maps/accounts/*/action\"],\"notDataActions\":[]}],\"createdOn\"\ - :\"2020-05-07T20:55:05.0645410Z\",\"updatedOn\":\"2021-11-11T20:14:28.3092598Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8f5e0ce6-4f7b-4dcf-bddf-e6f48634a204\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8f5e0ce6-4f7b-4dcf-bddf-e6f48634a204\"\ - },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Contributor\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Full access to the project, including\ - \ the ability to view, create, edit, or delete projects.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2020-05-08T23:47:07.0779345Z\",\"\ - updatedOn\":\"2021-11-11T20:14:28.8342655Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c1ff6cc2-c111-46fe-8896-e0ef812ad9f3\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c1ff6cc2-c111-46fe-8896-e0ef812ad9f3\"\ - },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Deployment\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Publish, unpublish or export models.\ - \ Deployment can view the project but can\u2019t update.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*/read\"\ - ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/predictions/*\"\ - ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/iterations/publish/*\"\ - ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/iterations/export/*\"\ - ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/quicktest/*\"\ - ,\"Microsoft.CognitiveServices/accounts/CustomVision/classify/*\",\"Microsoft.CognitiveServices/accounts/CustomVision/detect/*\"\ - ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ - ]}],\"createdOn\":\"2020-05-09T01:31:05.9528620Z\",\"updatedOn\":\"2021-11-11T20:14:29.0142669Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5c4089e1-6d96-4d2f-b296-c1bc7137275f\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5c4089e1-6d96-4d2f-b296-c1bc7137275f\"\ - },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Labeler\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"View, edit training images and\ - \ create, add, remove, or delete the image tags. Labelers can view the project\ - \ but can\u2019t update anything other than training images and tags.\",\"\ - assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*/read\"\ - ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/predictions/query/action\"\ - ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/images/*\",\"\ - Microsoft.CognitiveServices/accounts/CustomVision/projects/tags/*\",\"Microsoft.CognitiveServices/accounts/CustomVision/projects/images/suggested/*\"\ - ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/tagsandregions/suggestions/action\"\ - ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ - ]}],\"createdOn\":\"2020-05-09T01:33:20.8278896Z\",\"updatedOn\":\"2021-11-11T20:14:29.1892871Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/88424f51-ebe7-446f-bc41-7fa16989e96c\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"88424f51-ebe7-446f-bc41-7fa16989e96c\"\ - },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Reader\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Read-only actions in the project.\ - \ Readers can\u2019t create or update the project.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*/read\"\ - ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/predictions/query/action\"\ - ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ - ]}],\"createdOn\":\"2020-05-09T01:34:18.5328818Z\",\"updatedOn\":\"2021-11-11T20:14:29.3642707Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/93586559-c37d-4a6b-ba08-b9f0940c2d73\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"93586559-c37d-4a6b-ba08-b9f0940c2d73\"\ - },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Trainer\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"View, edit projects and train\ - \ the models, including the ability to publish, unpublish, export the models.\ - \ Trainers can\u2019t create or delete the project.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*\"\ - ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/action\"\ - ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/delete\",\"\ - Microsoft.CognitiveServices/accounts/CustomVision/projects/import/action\"\ - ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ - ]}],\"createdOn\":\"2020-05-09T01:35:13.8147804Z\",\"updatedOn\":\"2021-11-11T20:14:29.5442713Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0a5ae4ab-0d65-4eeb-be61-29fc9b54394b\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0a5ae4ab-0d65-4eeb-be61-29fc9b54394b\"\ - },{\"properties\":{\"roleName\":\"Key Vault Administrator\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Perform all data plane operations on a key vault and all\ - \ objects in it, including certificates, keys, and secrets. Cannot manage\ - \ key vault resources or manage role assignments. Only works for key vaults\ - \ that use the 'Azure role-based access control' permission model.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ,\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\"\ - ,\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\"\ - ,\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\"\ - :[\"Microsoft.KeyVault/vaults/*\"],\"notDataActions\":[]}],\"createdOn\":\"\ - 2020-05-19T17:52:46.2349235Z\",\"updatedOn\":\"2021-11-11T20:14:30.2542755Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00482a5a-887f-4fb3-b363-3b7fe8e74483\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"00482a5a-887f-4fb3-b363-3b7fe8e74483\"\ - },{\"properties\":{\"roleName\":\"Key Vault Crypto Officer\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Perform any action on the keys of a key vault, except manage\ - \ permissions. Only works for key vaults that use the 'Azure role-based access\ - \ control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Support/*\",\"Microsoft.KeyVault/checkNameAvailability/read\"\ - ,\"Microsoft.KeyVault/deletedVaults/read\",\"Microsoft.KeyVault/locations/*/read\"\ - ,\"Microsoft.KeyVault/vaults/*/read\",\"Microsoft.KeyVault/operations/read\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/keys/*\"\ - ,\"Microsoft.KeyVault/vaults/keyrotationpolicies/*\"],\"notDataActions\":[]}],\"\ - createdOn\":\"2020-05-19T17:52:47.0099249Z\",\"updatedOn\":\"2022-01-06T23:21:17.9760884Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/14b46e9e-c2b7-41b4-b07b-48a6ebf60603\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"14b46e9e-c2b7-41b4-b07b-48a6ebf60603\"\ - },{\"properties\":{\"roleName\":\"Key Vault Crypto User\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Perform cryptographic operations using keys. Only works\ - \ for key vaults that use the 'Azure role-based access control' permission\ - \ model.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ - notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/keys/read\",\"\ - Microsoft.KeyVault/vaults/keys/update/action\",\"Microsoft.KeyVault/vaults/keys/backup/action\"\ - ,\"Microsoft.KeyVault/vaults/keys/encrypt/action\",\"Microsoft.KeyVault/vaults/keys/decrypt/action\"\ - ,\"Microsoft.KeyVault/vaults/keys/wrap/action\",\"Microsoft.KeyVault/vaults/keys/unwrap/action\"\ - ,\"Microsoft.KeyVault/vaults/keys/sign/action\",\"Microsoft.KeyVault/vaults/keys/verify/action\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2020-05-19T17:52:47.0699268Z\",\"\ - updatedOn\":\"2021-11-11T20:14:30.6042921Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/12338af0-0e69-4776-bea7-57ae8d297424\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"12338af0-0e69-4776-bea7-57ae8d297424\"\ - },{\"properties\":{\"roleName\":\"Key Vault Secrets Officer\",\"type\":\"\ - BuiltInRole\",\"description\":\"Perform any action on the secrets of a key\ - \ vault, except manage permissions. Only works for key vaults that use the\ - \ 'Azure role-based access control' permission model.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ,\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\"\ - ,\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\"\ - ,\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\"\ - :[\"Microsoft.KeyVault/vaults/secrets/*\"],\"notDataActions\":[]}],\"createdOn\"\ - :\"2020-05-19T17:52:47.1449242Z\",\"updatedOn\":\"2021-11-11T20:14:30.7793470Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b86a8fe4-44ce-4948-aee5-eccb2c155cd7\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b86a8fe4-44ce-4948-aee5-eccb2c155cd7\"\ - },{\"properties\":{\"roleName\":\"Key Vault Secrets User\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Read secret contents. Only works for key vaults that use\ - \ the 'Azure role-based access control' permission model.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ - :[\"Microsoft.KeyVault/vaults/secrets/getSecret/action\",\"Microsoft.KeyVault/vaults/secrets/readMetadata/action\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2020-05-19T17:52:47.2049241Z\",\"\ - updatedOn\":\"2021-11-11T20:14:30.9542829Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4633458b-17de-408a-b874-0445c86b69e6\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4633458b-17de-408a-b874-0445c86b69e6\"\ - },{\"properties\":{\"roleName\":\"Key Vault Certificates Officer\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Perform any action on the certificates\ - \ of a key vault, except manage permissions. Only works for key vaults that\ - \ use the 'Azure role-based access control' permission model.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ,\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\"\ - ,\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\"\ - ,\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\"\ - :[\"Microsoft.KeyVault/vaults/certificatecas/*\",\"Microsoft.KeyVault/vaults/certificates/*\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2020-05-19T17:52:47.2499247Z\",\"\ - updatedOn\":\"2021-11-11T20:14:31.1292967Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a4417e6f-fecd-4de8-b567-7b0420556985\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a4417e6f-fecd-4de8-b567-7b0420556985\"\ - },{\"properties\":{\"roleName\":\"Key Vault Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Read metadata of key vaults and its certificates, keys,\ - \ and secrets. Cannot read sensitive values such as secret contents or key\ - \ material. Only works for key vaults that use the 'Azure role-based access\ - \ control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Support/*\",\"Microsoft.KeyVault/checkNameAvailability/read\"\ - ,\"Microsoft.KeyVault/deletedVaults/read\",\"Microsoft.KeyVault/locations/*/read\"\ - ,\"Microsoft.KeyVault/vaults/*/read\",\"Microsoft.KeyVault/operations/read\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/*/read\"\ - ,\"Microsoft.KeyVault/vaults/secrets/readMetadata/action\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2020-05-19T17:52:47.2949294Z\",\"updatedOn\":\"2021-11-11T20:14:31.3043292Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/21090545-7ca7-4776-b22c-e363652d74d2\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"21090545-7ca7-4776-b22c-e363652d74d2\"\ - },{\"properties\":{\"roleName\":\"Key Vault Crypto Service Encryption User\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Read metadata of keys and perform\ - \ wrap/unwrap operations. Only works for key vaults that use the 'Azure role-based\ - \ access control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.EventGrid/eventSubscriptions/write\",\"Microsoft.EventGrid/eventSubscriptions/read\"\ - ,\"Microsoft.EventGrid/eventSubscriptions/delete\"],\"notActions\":[],\"dataActions\"\ - :[\"Microsoft.KeyVault/vaults/keys/read\",\"Microsoft.KeyVault/vaults/keys/wrap/action\"\ - ,\"Microsoft.KeyVault/vaults/keys/unwrap/action\"],\"notDataActions\":[]}],\"\ - createdOn\":\"2020-05-20T20:55:19.2398470Z\",\"updatedOn\":\"2021-11-11T20:14:31.8443056Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e147488a-f6f5-4113-8e2d-b22465e65bf6\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e147488a-f6f5-4113-8e2d-b22465e65bf6\"\ - },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Viewer\",\"type\":\"\ - BuiltInRole\",\"description\":\"Lets you view all resources in cluster/namespace,\ - \ except secrets.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ - Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ - ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/apps/controllerrevisions/read\"\ - ,\"Microsoft.Kubernetes/connectedClusters/apps/daemonsets/read\",\"Microsoft.Kubernetes/connectedClusters/apps/deployments/read\"\ - ,\"Microsoft.Kubernetes/connectedClusters/apps/replicasets/read\",\"Microsoft.Kubernetes/connectedClusters/apps/statefulsets/read\"\ - ,\"Microsoft.Kubernetes/connectedClusters/autoscaling/horizontalpodautoscalers/read\"\ - ,\"Microsoft.Kubernetes/connectedClusters/batch/cronjobs/read\",\"Microsoft.Kubernetes/connectedClusters/batch/jobs/read\"\ - ,\"Microsoft.Kubernetes/connectedClusters/configmaps/read\",\"Microsoft.Kubernetes/connectedClusters/endpoints/read\"\ - ,\"Microsoft.Kubernetes/connectedClusters/events.k8s.io/events/read\",\"Microsoft.Kubernetes/connectedClusters/events/read\"\ - ,\"Microsoft.Kubernetes/connectedClusters/extensions/daemonsets/read\",\"\ - Microsoft.Kubernetes/connectedClusters/extensions/deployments/read\",\"Microsoft.Kubernetes/connectedClusters/extensions/ingresses/read\"\ - ,\"Microsoft.Kubernetes/connectedClusters/extensions/networkpolicies/read\"\ - ,\"Microsoft.Kubernetes/connectedClusters/extensions/replicasets/read\",\"\ - Microsoft.Kubernetes/connectedClusters/limitranges/read\",\"Microsoft.Kubernetes/connectedClusters/namespaces/read\"\ - ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/ingresses/read\"\ - ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/networkpolicies/read\"\ - ,\"Microsoft.Kubernetes/connectedClusters/persistentvolumeclaims/read\",\"\ - Microsoft.Kubernetes/connectedClusters/pods/read\",\"Microsoft.Kubernetes/connectedClusters/policy/poddisruptionbudgets/read\"\ - ,\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/read\",\"\ - Microsoft.Kubernetes/connectedClusters/replicationcontrollers/read\",\"Microsoft.Kubernetes/connectedClusters/resourcequotas/read\"\ - ,\"Microsoft.Kubernetes/connectedClusters/serviceaccounts/read\",\"Microsoft.Kubernetes/connectedClusters/services/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:51:12.8801199Z\",\"\ - updatedOn\":\"2021-11-11T20:14:33.8193353Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/63f0a09d-1495-4db4-a681-037d84835eb4\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"63f0a09d-1495-4db4-a681-037d84835eb4\"\ - },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Writer\",\"type\":\"\ - BuiltInRole\",\"description\":\"Lets you update everything in cluster/namespace,\ - \ except (cluster)roles and (cluster)role bindings.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\"\ - ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/apps/controllerrevisions/read\"\ - ,\"Microsoft.Kubernetes/connectedClusters/apps/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/deployments/*\"\ - ,\"Microsoft.Kubernetes/connectedClusters/apps/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/statefulsets/*\"\ - ,\"Microsoft.Kubernetes/connectedClusters/autoscaling/horizontalpodautoscalers/*\"\ - ,\"Microsoft.Kubernetes/connectedClusters/batch/cronjobs/*\",\"Microsoft.Kubernetes/connectedClusters/batch/jobs/*\"\ - ,\"Microsoft.Kubernetes/connectedClusters/configmaps/*\",\"Microsoft.Kubernetes/connectedClusters/endpoints/*\"\ - ,\"Microsoft.Kubernetes/connectedClusters/events.k8s.io/events/read\",\"Microsoft.Kubernetes/connectedClusters/events/read\"\ - ,\"Microsoft.Kubernetes/connectedClusters/extensions/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/deployments/*\"\ - ,\"Microsoft.Kubernetes/connectedClusters/extensions/ingresses/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/networkpolicies/*\"\ - ,\"Microsoft.Kubernetes/connectedClusters/extensions/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/limitranges/read\"\ - ,\"Microsoft.Kubernetes/connectedClusters/namespaces/read\",\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/ingresses/*\"\ - ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/networkpolicies/*\"\ - ,\"Microsoft.Kubernetes/connectedClusters/persistentvolumeclaims/*\",\"Microsoft.Kubernetes/connectedClusters/pods/*\"\ - ,\"Microsoft.Kubernetes/connectedClusters/policy/poddisruptionbudgets/*\"\ - ,\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\",\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\"\ - ,\"Microsoft.Kubernetes/connectedClusters/resourcequotas/read\",\"Microsoft.Kubernetes/connectedClusters/secrets/*\"\ - ,\"Microsoft.Kubernetes/connectedClusters/serviceaccounts/*\",\"Microsoft.Kubernetes/connectedClusters/services/*\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:53:50.6749823Z\",\"\ - updatedOn\":\"2021-11-11T20:14:34.0043462Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5b999177-9696-4545-85c7-50de3797e5a1\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5b999177-9696-4545-85c7-50de3797e5a1\"\ - },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Cluster Admin\",\"\ - type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources in\ - \ the cluster.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ - Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ - ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/*\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:55:30.9910462Z\",\"\ - updatedOn\":\"2021-11-11T20:14:34.1743694Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8393591c-06b9-48a2-a542-1bd6b377f6a2\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8393591c-06b9-48a2-a542-1bd6b377f6a2\"\ - },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Admin\",\"type\":\"\ - BuiltInRole\",\"description\":\"Lets you manage all resources under cluster/namespace,\ - \ except update or delete resource quotas and namespaces.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\"\ - ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/apps/controllerrevisions/read\"\ - ,\"Microsoft.Kubernetes/connectedClusters/apps/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/deployments/*\"\ - ,\"Microsoft.Kubernetes/connectedClusters/apps/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/statefulsets/*\"\ - ,\"Microsoft.Kubernetes/connectedClusters/authorization.k8s.io/localsubjectaccessreviews/write\"\ - ,\"Microsoft.Kubernetes/connectedClusters/autoscaling/horizontalpodautoscalers/*\"\ - ,\"Microsoft.Kubernetes/connectedClusters/batch/cronjobs/*\",\"Microsoft.Kubernetes/connectedClusters/batch/jobs/*\"\ - ,\"Microsoft.Kubernetes/connectedClusters/configmaps/*\",\"Microsoft.Kubernetes/connectedClusters/endpoints/*\"\ - ,\"Microsoft.Kubernetes/connectedClusters/events.k8s.io/events/read\",\"Microsoft.Kubernetes/connectedClusters/events/read\"\ - ,\"Microsoft.Kubernetes/connectedClusters/extensions/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/deployments/*\"\ - ,\"Microsoft.Kubernetes/connectedClusters/extensions/ingresses/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/networkpolicies/*\"\ - ,\"Microsoft.Kubernetes/connectedClusters/extensions/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/limitranges/read\"\ - ,\"Microsoft.Kubernetes/connectedClusters/namespaces/read\",\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/ingresses/*\"\ - ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/networkpolicies/*\"\ - ,\"Microsoft.Kubernetes/connectedClusters/persistentvolumeclaims/*\",\"Microsoft.Kubernetes/connectedClusters/pods/*\"\ - ,\"Microsoft.Kubernetes/connectedClusters/policy/poddisruptionbudgets/*\"\ - ,\"Microsoft.Kubernetes/connectedClusters/rbac.authorization.k8s.io/rolebindings/*\"\ - ,\"Microsoft.Kubernetes/connectedClusters/rbac.authorization.k8s.io/roles/*\"\ - ,\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\",\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\"\ - ,\"Microsoft.Kubernetes/connectedClusters/resourcequotas/read\",\"Microsoft.Kubernetes/connectedClusters/secrets/*\"\ - ,\"Microsoft.Kubernetes/connectedClusters/serviceaccounts/*\",\"Microsoft.Kubernetes/connectedClusters/services/*\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:57:06.0391177Z\",\"\ - updatedOn\":\"2021-11-11T20:14:34.3593384Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dffb1e0c-446f-4dde-a09f-99eb5cc68b96\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dffb1e0c-446f-4dde-a09f-99eb5cc68b96\"\ - },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Cluster Admin\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources\ - \ in the cluster.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ - ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/*\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-02T17:47:24.4071415Z\",\"\ - updatedOn\":\"2022-10-11T23:23:28.2303454Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b1ff04bb-8a4e-4dc4-8eb5-8693973ce19b\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b1ff04bb-8a4e-4dc4-8eb5-8693973ce19b\"\ - },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Admin\",\"\ - type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources under\ - \ cluster/namespace, except update or delete resource quotas and namespaces.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/*\"\ - ],\"notDataActions\":[\"Microsoft.ContainerService/managedClusters/resourcequotas/write\"\ - ,\"Microsoft.ContainerService/managedClusters/resourcequotas/delete\",\"Microsoft.ContainerService/managedClusters/namespaces/write\"\ - ,\"Microsoft.ContainerService/managedClusters/namespaces/delete\"]}],\"createdOn\"\ - :\"2020-07-02T17:50:30.4020311Z\",\"updatedOn\":\"2022-10-11T23:23:28.2459713Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3498e952-d568-435e-9b2c-8d77e338d7f7\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3498e952-d568-435e-9b2c-8d77e338d7f7\"\ - },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Reader\",\"\ - type\":\"BuiltInRole\",\"description\":\"Allows read-only access to see most\ - \ objects in a namespace. It does not allow viewing roles or role bindings.\ - \ This role does not allow viewing Secrets, since reading the contents of\ - \ Secrets enables access to ServiceAccount credentials in the namespace, which\ - \ would allow API access as any ServiceAccount in the namespace (a form of\ - \ privilege escalation). Applying this role at cluster scope will give access\ - \ across all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ - ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/apps/controllerrevisions/read\"\ - ,\"Microsoft.ContainerService/managedClusters/apps/daemonsets/read\",\"Microsoft.ContainerService/managedClusters/apps/deployments/read\"\ - ,\"Microsoft.ContainerService/managedClusters/apps/replicasets/read\",\"Microsoft.ContainerService/managedClusters/apps/statefulsets/read\"\ - ,\"Microsoft.ContainerService/managedClusters/autoscaling/horizontalpodautoscalers/read\"\ - ,\"Microsoft.ContainerService/managedClusters/batch/cronjobs/read\",\"Microsoft.ContainerService/managedClusters/batch/jobs/read\"\ - ,\"Microsoft.ContainerService/managedClusters/configmaps/read\",\"Microsoft.ContainerService/managedClusters/endpoints/read\"\ - ,\"Microsoft.ContainerService/managedClusters/events.k8s.io/events/read\"\ - ,\"Microsoft.ContainerService/managedClusters/events/read\",\"Microsoft.ContainerService/managedClusters/extensions/daemonsets/read\"\ - ,\"Microsoft.ContainerService/managedClusters/extensions/deployments/read\"\ - ,\"Microsoft.ContainerService/managedClusters/extensions/ingresses/read\"\ - ,\"Microsoft.ContainerService/managedClusters/extensions/networkpolicies/read\"\ - ,\"Microsoft.ContainerService/managedClusters/extensions/replicasets/read\"\ - ,\"Microsoft.ContainerService/managedClusters/limitranges/read\",\"Microsoft.ContainerService/managedClusters/namespaces/read\"\ - ,\"Microsoft.ContainerService/managedClusters/networking.k8s.io/ingresses/read\"\ - ,\"Microsoft.ContainerService/managedClusters/networking.k8s.io/networkpolicies/read\"\ - ,\"Microsoft.ContainerService/managedClusters/persistentvolumeclaims/read\"\ - ,\"Microsoft.ContainerService/managedClusters/pods/read\",\"Microsoft.ContainerService/managedClusters/policy/poddisruptionbudgets/read\"\ - ,\"Microsoft.ContainerService/managedClusters/replicationcontrollers/read\"\ - ,\"Microsoft.ContainerService/managedClusters/replicationcontrollers/read\"\ - ,\"Microsoft.ContainerService/managedClusters/resourcequotas/read\",\"Microsoft.ContainerService/managedClusters/serviceaccounts/read\"\ - ,\"Microsoft.ContainerService/managedClusters/services/read\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2020-07-02T17:53:05.5728294Z\",\"updatedOn\":\"2022-10-11T23:23:28.2303454Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f6c6a51-bcf8-42ba-9220-52d62157d7db\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f6c6a51-bcf8-42ba-9220-52d62157d7db\"\ - },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Writer\",\"\ - type\":\"BuiltInRole\",\"description\":\"Allows read/write access to most\ - \ objects in a namespace.This role does not allow viewing or modifying roles\ - \ or role bindings. However, this role allows accessing Secrets and running\ - \ Pods as any ServiceAccount in the namespace, so it can be used to gain the\ - \ API access levels of any ServiceAccount in the namespace. Applying this\ - \ role at cluster scope will give access across all namespaces.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/apps/controllerrevisions/read\"\ - ,\"Microsoft.ContainerService/managedClusters/apps/daemonsets/*\",\"Microsoft.ContainerService/managedClusters/apps/deployments/*\"\ - ,\"Microsoft.ContainerService/managedClusters/apps/replicasets/*\",\"Microsoft.ContainerService/managedClusters/apps/statefulsets/*\"\ - ,\"Microsoft.ContainerService/managedClusters/autoscaling/horizontalpodautoscalers/*\"\ - ,\"Microsoft.ContainerService/managedClusters/batch/cronjobs/*\",\"Microsoft.ContainerService/managedClusters/batch/jobs/*\"\ - ,\"Microsoft.ContainerService/managedClusters/configmaps/*\",\"Microsoft.ContainerService/managedClusters/endpoints/*\"\ - ,\"Microsoft.ContainerService/managedClusters/events.k8s.io/events/read\"\ - ,\"Microsoft.ContainerService/managedClusters/events/read\",\"Microsoft.ContainerService/managedClusters/extensions/daemonsets/*\"\ - ,\"Microsoft.ContainerService/managedClusters/extensions/deployments/*\",\"\ - Microsoft.ContainerService/managedClusters/extensions/ingresses/*\",\"Microsoft.ContainerService/managedClusters/extensions/networkpolicies/*\"\ - ,\"Microsoft.ContainerService/managedClusters/extensions/replicasets/*\",\"\ - Microsoft.ContainerService/managedClusters/limitranges/read\",\"Microsoft.ContainerService/managedClusters/namespaces/read\"\ - ,\"Microsoft.ContainerService/managedClusters/networking.k8s.io/ingresses/*\"\ - ,\"Microsoft.ContainerService/managedClusters/networking.k8s.io/networkpolicies/*\"\ - ,\"Microsoft.ContainerService/managedClusters/persistentvolumeclaims/*\",\"\ - Microsoft.ContainerService/managedClusters/pods/*\",\"Microsoft.ContainerService/managedClusters/policy/poddisruptionbudgets/*\"\ - ,\"Microsoft.ContainerService/managedClusters/replicationcontrollers/*\",\"\ - Microsoft.ContainerService/managedClusters/replicationcontrollers/*\",\"Microsoft.ContainerService/managedClusters/resourcequotas/read\"\ - ,\"Microsoft.ContainerService/managedClusters/secrets/*\",\"Microsoft.ContainerService/managedClusters/serviceaccounts/*\"\ - ,\"Microsoft.ContainerService/managedClusters/services/*\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2020-07-02T17:54:51.9644983Z\",\"updatedOn\":\"2022-10-11T23:23:28.2303454Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a7ffa36f-339b-4b5c-8bdf-e2c188b2c0eb\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a7ffa36f-339b-4b5c-8bdf-e2c188b2c0eb\"\ - },{\"properties\":{\"roleName\":\"Services Hub Operator\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Services Hub Operator allows you to perform all read, write,\ - \ and deletion operations related to Services Hub Connectors.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.ServicesHub/connectors/write\",\"Microsoft.ServicesHub/connectors/read\"\ - ,\"Microsoft.ServicesHub/connectors/delete\",\"Microsoft.ServicesHub/connectors/checkAssessmentEntitlement/action\"\ - ,\"Microsoft.ServicesHub/supportOfferingEntitlement/read\",\"Microsoft.ServicesHub/workspaces/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2020-07-20T17:57:22.0644902Z\",\"updatedOn\":\"2021-11-11T20:14:37.5544021Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/82200a5b-e217-47a5-b665-6d8765ee745b\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"82200a5b-e217-47a5-b665-6d8765ee745b\"\ - },{\"properties\":{\"roleName\":\"Object Understanding Account Reader\",\"\ - type\":\"BuiltInRole\",\"description\":\"Lets you read ingestion jobs for\ - \ an object understanding account.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectUnderstandingAccounts/ingest/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-23T19:16:31.9929119Z\",\"\ - updatedOn\":\"2021-11-11T20:14:37.9070085Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d18777c0-1514-4662-8490-608db7d334b6\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d18777c0-1514-4662-8490-608db7d334b6\"\ - },{\"properties\":{\"roleName\":\"Azure Arc Enabled Kubernetes Cluster User\ - \ Role\",\"type\":\"BuiltInRole\",\"description\":\"List cluster user credentials\ - \ action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ - Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ - ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Kubernetes/connectedClusters/listClusterUserCredentials/action\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ - Microsoft.Support/*\",\"Microsoft.Kubernetes/connectedClusters/listClusterUserCredential/action\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2020-07-28T17:37:00.7637445Z\",\"updatedOn\":\"2022-02-17T02:29:05.1000798Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00493d72-78f6-4148-b6c5-d3ce8e4799dd\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"00493d72-78f6-4148-b6c5-d3ce8e4799dd\"\ - },{\"properties\":{\"roleName\":\"SignalR REST API Owner\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Full access to Azure SignalR Service REST APIs\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ - :[\"Microsoft.SignalRService/SignalR/auth/clientToken/action\",\"Microsoft.SignalRService/SignalR/hub/send/action\"\ - ,\"Microsoft.SignalRService/SignalR/group/send/action\",\"Microsoft.SignalRService/SignalR/group/read\"\ - ,\"Microsoft.SignalRService/SignalR/group/write\",\"Microsoft.SignalRService/SignalR/clientConnection/send/action\"\ - ,\"Microsoft.SignalRService/SignalR/clientConnection/read\",\"Microsoft.SignalRService/SignalR/clientConnection/write\"\ - ,\"Microsoft.SignalRService/SignalR/user/send/action\",\"Microsoft.SignalRService/SignalR/user/read\"\ - ,\"Microsoft.SignalRService/SignalR/user/write\"],\"notDataActions\":[]}],\"\ - createdOn\":\"2020-07-29T09:35:32.2764751Z\",\"updatedOn\":\"2021-11-11T20:14:38.8028020Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd53cd77-2268-407a-8f46-7e7863d0f521\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fd53cd77-2268-407a-8f46-7e7863d0f521\"\ - },{\"properties\":{\"roleName\":\"Collaborative Data Contributor\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Can manage data packages of a collaborative.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/*/read\"\ - ,\"Microsoft.IndustryDataLifecycle/memberCollaboratives/*/read\",\"Microsoft.IndustryDataLifecycle/locations/dataPackages/*\"\ - ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/receivedDataPackages/*\"\ - ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/rejectDataPackage/action\"\ - ,\"Microsoft.IndustryDataLifecycle/memberCollaboratives/sharedDataPackages/*\"\ - ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/dataModels/*\"\ - ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/auditLogs/action\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ - Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2020-08-14T11:58:31.8973556Z\",\"updatedOn\":\"2021-11-11T20:14:40.2428145Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/daa9e50b-21df-454c-94a6-a8050adab352\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"daa9e50b-21df-454c-94a6-a8050adab352\"\ - },{\"properties\":{\"roleName\":\"Device Update Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Gives you read access to management and content operations,\ - \ but does not allow making changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ - Microsoft.DeviceUpdate/accounts/instances/updates/read\",\"Microsoft.DeviceUpdate/accounts/instances/management/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-21T23:40:19.2373610Z\",\"\ - updatedOn\":\"2021-11-11T20:14:40.7922672Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e9dba6fb-3d52-4cf0-bce3-f06ce71b9e0f\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e9dba6fb-3d52-4cf0-bce3-f06ce71b9e0f\"\ - },{\"properties\":{\"roleName\":\"Device Update Administrator\",\"type\":\"\ - BuiltInRole\",\"description\":\"Gives you full access to management and content\ - \ operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ - Microsoft.DeviceUpdate/accounts/instances/updates/read\",\"Microsoft.DeviceUpdate/accounts/instances/updates/write\"\ - ,\"Microsoft.DeviceUpdate/accounts/instances/updates/delete\",\"Microsoft.DeviceUpdate/accounts/instances/management/read\"\ - ,\"Microsoft.DeviceUpdate/accounts/instances/management/write\",\"Microsoft.DeviceUpdate/accounts/instances/management/delete\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-21T23:56:22.3520510Z\",\"\ - updatedOn\":\"2021-11-11T20:14:40.9672678Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/02ca0879-e8e4-47a5-a61e-5c618b76e64a\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"02ca0879-e8e4-47a5-a61e-5c618b76e64a\"\ - },{\"properties\":{\"roleName\":\"Device Update Content Administrator\",\"\ - type\":\"BuiltInRole\",\"description\":\"Gives you full access to content\ - \ operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ - Microsoft.DeviceUpdate/accounts/instances/updates/read\",\"Microsoft.DeviceUpdate/accounts/instances/updates/write\"\ - ,\"Microsoft.DeviceUpdate/accounts/instances/updates/delete\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2020-08-21T23:58:18.4255500Z\",\"updatedOn\":\"2021-11-11T20:14:41.1433368Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0378884a-3af5-44ab-8323-f5b22f9f3c98\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0378884a-3af5-44ab-8323-f5b22f9f3c98\"\ - },{\"properties\":{\"roleName\":\"Device Update Deployments Administrator\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Gives you full access to management\ - \ operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ - Microsoft.DeviceUpdate/accounts/instances/management/read\",\"Microsoft.DeviceUpdate/accounts/instances/management/write\"\ - ,\"Microsoft.DeviceUpdate/accounts/instances/management/delete\",\"Microsoft.DeviceUpdate/accounts/instances/updates/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-21T23:59:52.1001666Z\",\"\ - updatedOn\":\"2022-01-13T01:59:19.4616366Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e4237640-0e3d-4a46-8fda-70bc94856432\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e4237640-0e3d-4a46-8fda-70bc94856432\"\ - },{\"properties\":{\"roleName\":\"Device Update Deployments Reader\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Gives you read access to management operations,\ - \ but does not allow making changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ - Microsoft.DeviceUpdate/accounts/instances/management/read\",\"Microsoft.DeviceUpdate/accounts/instances/updates/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-22T00:01:34.7053630Z\",\"\ - updatedOn\":\"2022-01-13T01:35:51.6463216Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/49e2f5d2-7741-4835-8efa-19e1fe35e47f\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"49e2f5d2-7741-4835-8efa-19e1fe35e47f\"\ - },{\"properties\":{\"roleName\":\"Device Update Content Reader\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Gives you read access to content operations,\ - \ but does not allow making changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ - Microsoft.DeviceUpdate/accounts/instances/updates/read\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2020-08-22T00:02:43.3299181Z\",\"updatedOn\":\"2021-11-11T20:14:41.6754856Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d1ee9a80-8b14-47f0-bdc2-f4a351625a7b\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d1ee9a80-8b14-47f0-bdc2-f4a351625a7b\"\ - },{\"properties\":{\"roleName\":\"Cognitive Services Metrics Advisor Administrator\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Full access to the project, including\ - \ the system level configuration.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"],\"notActions\":[],\"\ - dataActions\":[\"Microsoft.CognitiveServices/accounts/MetricsAdvisor/*\"],\"\ - notDataActions\":[]}],\"createdOn\":\"2020-09-10T07:46:47.5804491Z\",\"updatedOn\"\ - :\"2021-11-11T20:14:43.6930781Z\",\"createdBy\":null,\"updatedBy\":null},\"\ - id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cb43c632-a144-4ec5-977c-e80c4affc34a\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cb43c632-a144-4ec5-977c-e80c4affc34a\"\ - },{\"properties\":{\"roleName\":\"Cognitive Services Metrics Advisor User\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Access to the project.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/MetricsAdvisor/*\"\ - ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/MetricsAdvisor/stats/*\"\ - ]}],\"createdOn\":\"2020-09-10T07:47:59.6195639Z\",\"updatedOn\":\"2021-11-11T20:14:43.8780761Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3b20f47b-3825-43cb-8114-4bd2201156a8\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3b20f47b-3825-43cb-8114-4bd2201156a8\"\ - },{\"properties\":{\"roleName\":\"Schema Registry Reader (Preview)\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Read and list Schema Registry groups and\ - \ schemas.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ - Microsoft.EventHub/namespaces/schemagroups/read\"],\"notActions\":[],\"dataActions\"\ - :[\"Microsoft.EventHub/namespaces/schemas/read\"],\"notDataActions\":[]}],\"\ - createdOn\":\"2020-09-13T06:31:38.0272740Z\",\"updatedOn\":\"2021-11-11T20:14:44.6350450Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2c56ea50-c6b3-40a6-83c0-9d98858bc7d2\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2c56ea50-c6b3-40a6-83c0-9d98858bc7d2\"\ - },{\"properties\":{\"roleName\":\"Schema Registry Contributor (Preview)\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Read, write, and delete Schema\ - \ Registry groups and schemas.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.EventHub/namespaces/schemagroups/*\"],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.EventHub/namespaces/schemas/*\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2020-09-13T06:48:26.6032931Z\",\"updatedOn\":\"2021-11-11T20:14:44.8200370Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5dffeca3-4936-4216-b2bc-10343a5abb25\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5dffeca3-4936-4216-b2bc-10343a5abb25\"\ - },{\"properties\":{\"roleName\":\"AgFood Platform Service Reader\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Provides read access to AgFood Platform\ - \ Service\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ - notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/*/list/action\"\ - ,\"Microsoft.AgFoodPlatform/*/read\",\"Microsoft.AgFoodPlatform/*/search/action\"\ - ,\"Microsoft.AgFoodPlatform/*/download/action\",\"Microsoft.AgFoodPlatform/*/overlap/action\"\ - ,\"Microsoft.AgFoodPlatform/*/checkConsent/action\"],\"notDataActions\":[]}],\"\ - createdOn\":\"2020-09-14T10:21:08.9138820Z\",\"updatedOn\":\"2022-12-09T07:32:44.6602284Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7ec7ccdc-f61e-41fe-9aaf-980df0a44eba\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7ec7ccdc-f61e-41fe-9aaf-980df0a44eba\"\ - },{\"properties\":{\"roleName\":\"AgFood Platform Service Contributor\",\"\ - type\":\"BuiltInRole\",\"description\":\"Provides contribute access to AgFood\ - \ Platform Service\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/*/action\"\ - ,\"Microsoft.AgFoodPlatform/*/read\",\"Microsoft.AgFoodPlatform/*/write\"\ - ],\"notDataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/farmers/write\"\ - ,\"Microsoft.AgFoodPlatform/farmBeats/deletionJobs/*/write\",\"Microsoft.AgFoodPlatform/farmBeats/parties/write\"\ - ]}],\"createdOn\":\"2020-09-14T10:21:09.7239169Z\",\"updatedOn\":\"2023-01-19T17:29:21.6287051Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8508508a-4469-4e45-963b-2518ee0bb728\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8508508a-4469-4e45-963b-2518ee0bb728\"\ - },{\"properties\":{\"roleName\":\"AgFood Platform Service Admin\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Provides admin access to AgFood Platform\ - \ Service\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ - notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/*\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2020-09-14T10:21:09.8039209Z\",\"updatedOn\":\"2021-11-11T20:14:45.3613128Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f8da80de-1ff9-4747-ad80-a19b7f6079e3\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f8da80de-1ff9-4747-ad80-a19b7f6079e3\"\ - },{\"properties\":{\"roleName\":\"Managed HSM contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you manage managed HSM pools, but not access to them.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.KeyVault/managedHSMs/*\"\ - ,\"Microsoft.KeyVault/deletedManagedHsms/read\",\"Microsoft.KeyVault/locations/deletedManagedHsms/read\"\ - ,\"Microsoft.KeyVault/locations/deletedManagedHsms/purge/action\",\"Microsoft.KeyVault/locations/managedHsmOperationResults/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2020-09-16T21:47:01.1291104Z\",\"updatedOn\":\"2022-03-07T20:20:10.2940363Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18500a29-7fe2-46b2-a342-b16a415e101d\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18500a29-7fe2-46b2-a342-b16a415e101d\"\ - },{\"properties\":{\"roleName\":\"Security Detonation Chamber Submitter\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Allowed to create submissions\ - \ to Security Detonation Chamber\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SecurityDetonation/chambers/submissions/delete\"\ - ,\"Microsoft.SecurityDetonation/chambers/submissions/write\",\"Microsoft.SecurityDetonation/chambers/submissions/read\"\ - ,\"Microsoft.SecurityDetonation/chambers/submissions/files/read\",\"Microsoft.SecurityDetonation/chambers/submissions/accesskeyview/read\"\ - ,\"Microsoft.SecurityDetonation/chambers/platforms/metadata/read\",\"Microsoft.SecurityDetonation/chambers/workflows/metadata/read\"\ - ,\"Microsoft.SecurityDetonation/chambers/toolsets/metadata/read\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2020-10-01T08:55:21.3980274Z\",\"updatedOn\":\"2021-11-11T20:14:47.5471350Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0b555d9b-b4a7-4f43-b330-627f0e5be8f0\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0b555d9b-b4a7-4f43-b330-627f0e5be8f0\"\ - },{\"properties\":{\"roleName\":\"SignalR REST API Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Read-only access to Azure SignalR Service REST APIs\",\"\ - assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.SignalRService/SignalR/group/read\",\"Microsoft.SignalRService/SignalR/clientConnection/read\"\ - ,\"Microsoft.SignalRService/SignalR/user/read\"],\"notDataActions\":[]}],\"\ - createdOn\":\"2020-10-13T09:19:05.6463616Z\",\"updatedOn\":\"2021-11-11T20:14:48.7902970Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ddde6b66-c0df-4114-a159-3618637b3035\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ddde6b66-c0df-4114-a159-3618637b3035\"\ - },{\"properties\":{\"roleName\":\"SignalR Service Owner\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Full access to Azure SignalR Service REST APIs\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ - :[\"Microsoft.SignalRService/SignalR/auth/accessKey/action\",\"Microsoft.SignalRService/SignalR/auth/clientToken/action\"\ - ,\"Microsoft.SignalRService/SignalR/hub/send/action\",\"Microsoft.SignalRService/SignalR/group/send/action\"\ - ,\"Microsoft.SignalRService/SignalR/group/read\",\"Microsoft.SignalRService/SignalR/group/write\"\ - ,\"Microsoft.SignalRService/SignalR/clientConnection/send/action\",\"Microsoft.SignalRService/SignalR/clientConnection/read\"\ - ,\"Microsoft.SignalRService/SignalR/clientConnection/write\",\"Microsoft.SignalRService/SignalR/serverConnection/write\"\ - ,\"Microsoft.SignalRService/SignalR/user/send/action\",\"Microsoft.SignalRService/SignalR/user/read\"\ - ,\"Microsoft.SignalRService/SignalR/user/write\",\"Microsoft.SignalRService/SignalR/livetrace/*\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2020-10-13T09:20:32.1501410Z\",\"\ - updatedOn\":\"2022-09-14T04:23:14.1771585Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7e4f1700-ea5a-4f59-8f37-079cfe29dce3\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7e4f1700-ea5a-4f59-8f37-079cfe29dce3\"\ - },{\"properties\":{\"roleName\":\"Reservation Purchaser\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you purchase reservations\",\"assignableScopes\":[\"\ - /\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/read\"\ - ,\"Microsoft.Capacity/catalogs/read\",\"Microsoft.Capacity/register/action\"\ - ,\"Microsoft.Compute/register/action\",\"Microsoft.Consumption/register/action\"\ - ,\"Microsoft.Consumption/reservationRecommendationDetails/read\",\"Microsoft.Consumption/reservationRecommendations/read\"\ - ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.SQL/register/action\",\"Microsoft.Support/supporttickets/write\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2020-10-23T20:22:48.9217751Z\",\"updatedOn\":\"2022-04-13T22:08:56.7905675Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f7b75c60-3036-4b75-91c3-6b41c27c1689\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f7b75c60-3036-4b75-91c3-6b41c27c1689\"\ - },{\"properties\":{\"roleName\":\"AzureML Metrics Writer (preview)\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Lets you write metrics to AzureML workspace\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/workspaces/metrics/*/write\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2020-10-27T16:55:19.5664950Z\",\"updatedOn\":\"2021-11-11T20:14:49.8655015Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/635dd51f-9968-44d3-b7fb-6d9a6bd613ae\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"635dd51f-9968-44d3-b7fb-6d9a6bd613ae\"\ - },{\"properties\":{\"roleName\":\"Storage Account Backup Contributor\",\"\ - type\":\"BuiltInRole\",\"description\":\"Lets you perform backup and restore\ - \ operations using Azure Backup on the storage account.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Authorization/locks/read\",\"Microsoft.Authorization/locks/write\"\ - ,\"Microsoft.Authorization/locks/delete\",\"Microsoft.Features/features/read\"\ - ,\"Microsoft.Features/providers/features/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Storage/operations/read\",\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/delete\"\ - ,\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/read\",\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/write\"\ - ,\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/restorePointMarkers/write\"\ - ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ - ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/write\"\ - ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/restoreBlobRanges/action\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2020-11-02T23:32:50.4203469Z\",\"updatedOn\":\"2022-04-20T01:44:55.2577307Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1\"\ - },{\"properties\":{\"roleName\":\"Experimentation Metric Contributor\",\"\ - type\":\"BuiltInRole\",\"description\":\"Allows for creation, writes and reads\ - \ to the metric set via the metrics service APIs.\",\"assignableScopes\":[\"\ - /\"],\"permissions\":[{\"actions\":[\"Microsoft.Experimentation/experimentWorkspaces/read\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ - ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/metricwrite/action\"\ - ,\"Microsoft.Experimentation/experimentWorkspaces/metricwrite/action\",\"\ - Microsoft.Experimentation/experimentWorkspaces/read\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2020-11-10T20:07:53.7535885Z\",\"updatedOn\":\"2021-11-11T20:14:50.9524177Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6188b7c9-7d01-4f99-a59f-c88b630326c0\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6188b7c9-7d01-4f99-a59f-c88b630326c0\"\ - },{\"properties\":{\"roleName\":\"Project Babylon Data Curator\",\"type\"\ - :\"BuiltInRole\",\"description\":\"The Microsoft.ProjectBabylon data curator\ - \ can create, read, modify and delete catalog data objects and establish relationships\ - \ between objects. This role is in preview and subject to change.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ProjectBabylon/accounts/read\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.ProjectBabylon/accounts/data/read\"\ - ,\"Microsoft.ProjectBabylon/accounts/data/write\"],\"notDataActions\":[]}],\"\ - createdOn\":\"2020-11-14T02:31:33.7988825Z\",\"updatedOn\":\"2021-11-11T20:14:51.4929515Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9ef4ef9c-a049-46b0-82ab-dd8ac094c889\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9ef4ef9c-a049-46b0-82ab-dd8ac094c889\"\ - },{\"properties\":{\"roleName\":\"Project Babylon Data Reader\",\"type\":\"\ - BuiltInRole\",\"description\":\"The Microsoft.ProjectBabylon data reader can\ - \ read catalog data objects. This role is in preview and subject to change.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ProjectBabylon/accounts/read\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.ProjectBabylon/accounts/data/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:33:13.5342351Z\",\"\ - updatedOn\":\"2021-11-11T20:14:51.6729667Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c8d896ba-346d-4f50-bc1d-7d1c84130446\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c8d896ba-346d-4f50-bc1d-7d1c84130446\"\ - },{\"properties\":{\"roleName\":\"Project Babylon Data Source Administrator\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"The Microsoft.ProjectBabylon data\ - \ source administrator can manage data sources and data scans. This role is\ - \ in preview and subject to change.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.ProjectBabylon/accounts/read\"],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.ProjectBabylon/accounts/scan/read\",\"Microsoft.ProjectBabylon/accounts/scan/write\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:34:01.8401954Z\",\"\ - updatedOn\":\"2021-11-11T20:14:51.8529643Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/05b7651b-dc44-475e-b74d-df3db49fae0f\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"05b7651b-dc44-475e-b74d-df3db49fae0f\"\ - },{\"properties\":{\"roleName\":\"Purview role 1 (Deprecated)\",\"type\":\"\ - BuiltInRole\",\"description\":\"Deprecated role.\",\"assignableScopes\":[\"\ - /\"],\"permissions\":[{\"actions\":[\"Microsoft.Purview/accounts/read\"],\"\ - notActions\":[],\"dataActions\":[\"Microsoft.Purview/accounts/data/read\"\ - ,\"Microsoft.Purview/accounts/data/write\"],\"notDataActions\":[]}],\"createdOn\"\ - :\"2020-11-14T02:37:15.0123345Z\",\"updatedOn\":\"2022-01-04T00:43:15.6924286Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8a3c2885-9b38-4fd2-9d99-91af537c1347\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8a3c2885-9b38-4fd2-9d99-91af537c1347\"\ - },{\"properties\":{\"roleName\":\"Purview role 3 (Deprecated)\",\"type\":\"\ - BuiltInRole\",\"description\":\"Deprecated role.\",\"assignableScopes\":[\"\ - /\"],\"permissions\":[{\"actions\":[\"Microsoft.Purview/accounts/read\"],\"\ - notActions\":[],\"dataActions\":[\"Microsoft.Purview/accounts/data/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:39:22.2344740Z\",\"\ - updatedOn\":\"2022-01-04T00:48:08.2844802Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ff100721-1b9d-43d8-af52-42b69c1272db\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ff100721-1b9d-43d8-af52-42b69c1272db\"\ - },{\"properties\":{\"roleName\":\"Purview role 2 (Deprecated)\",\"type\":\"\ - BuiltInRole\",\"description\":\"Deprecated role.\",\"assignableScopes\":[\"\ - /\"],\"permissions\":[{\"actions\":[\"Microsoft.Purview/accounts/read\"],\"\ - notActions\":[],\"dataActions\":[\"Microsoft.Purview/accounts/scan/read\"\ - ,\"Microsoft.Purview/accounts/scan/write\"],\"notDataActions\":[]}],\"createdOn\"\ - :\"2020-11-14T02:40:05.0975648Z\",\"updatedOn\":\"2022-01-04T00:47:22.9678219Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/200bba9e-f0c8-430f-892b-6f0794863803\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"200bba9e-f0c8-430f-892b-6f0794863803\"\ - },{\"properties\":{\"roleName\":\"Application Group Contributor\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Contributor of the Application Group.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/applicationgroups/*\"\ - ,\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ - ,\"Microsoft.DesktopVirtualization/workspaces/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Support/*\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-03T23:26:00.2784962Z\"\ - ,\"updatedOn\":\"2021-11-11T20:14:52.9432015Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ca6382a4-1721-4bcf-a114-ff0c70227b6b\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ca6382a4-1721-4bcf-a114-ff0c70227b6b\"\ - },{\"properties\":{\"roleName\":\"Desktop Virtualization Reader\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Reader of Desktop Virtualization.\",\"\ - assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/*/read\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/read\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2020-12-11T21:36:19.0140629Z\",\"updatedOn\":\"2021-11-11T20:14:54.0407838Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/49a72310-ab8d-41df-bbb0-79b649203868\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"49a72310-ab8d-41df-bbb0-79b649203868\"\ - },{\"properties\":{\"roleName\":\"Desktop Virtualization Contributor\",\"\ - type\":\"BuiltInRole\",\"description\":\"Contributor of Desktop Virtualization.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ - Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2020-12-11T21:37:16.2910337Z\",\"updatedOn\":\"2021-11-11T20:14:54.2107872Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/082f0a83-3be5-4ba1-904c-961cca79b387\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"082f0a83-3be5-4ba1-904c-961cca79b387\"\ - },{\"properties\":{\"roleName\":\"Desktop Virtualization Workspace Contributor\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Contributor of the Desktop Virtualization\ - \ Workspace.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.DesktopVirtualization/workspaces/*\",\"Microsoft.DesktopVirtualization/applicationgroups/read\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ - Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2020-12-11T21:38:29.6089216Z\",\"updatedOn\":\"2021-11-11T20:14:54.3907854Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/21efdde3-836f-432b-bf3d-3e8e734d4b2b\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"21efdde3-836f-432b-bf3d-3e8e734d4b2b\"\ - },{\"properties\":{\"roleName\":\"Desktop Virtualization User Session Operator\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Operator of the Desktop Virtualization\ - \ Uesr Session.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ - ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ - Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2020-12-11T21:39:16.9100273Z\",\"updatedOn\":\"2021-11-11T20:14:54.5657970Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ea4bfff8-7fb4-485a-aadd-d4129a0ffaa6\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ea4bfff8-7fb4-485a-aadd-d4129a0ffaa6\"\ - },{\"properties\":{\"roleName\":\"Desktop Virtualization Session Host Operator\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Operator of the Desktop Virtualization\ - \ Session Host.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ - Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2020-12-11T21:39:53.2569741Z\",\"updatedOn\":\"2021-11-11T20:14:54.7508042Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2ad6aaab-ead9-4eaa-8ac5-da422f562408\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2ad6aaab-ead9-4eaa-8ac5-da422f562408\"\ - },{\"properties\":{\"roleName\":\"Desktop Virtualization Host Pool Reader\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Reader of the Desktop Virtualization\ - \ Host Pool.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.DesktopVirtualization/hostpools/*/read\",\"Microsoft.DesktopVirtualization/hostpools/read\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/read\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2020-12-11T21:40:33.1430834Z\",\"updatedOn\":\"2021-11-11T20:14:54.9257967Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ceadfde2-b300-400a-ab7b-6143895aa822\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ceadfde2-b300-400a-ab7b-6143895aa822\"\ - },{\"properties\":{\"roleName\":\"Desktop Virtualization Host Pool Contributor\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Contributor of the Desktop Virtualization\ - \ Host Pool.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.DesktopVirtualization/hostpools/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Support/*\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-11T21:40:57.2976187Z\"\ - ,\"updatedOn\":\"2021-11-11T20:14:55.1057701Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e307426c-f9b6-4e81-87de-d99efb3c32bc\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e307426c-f9b6-4e81-87de-d99efb3c32bc\"\ - },{\"properties\":{\"roleName\":\"Desktop Virtualization Application Group\ - \ Reader\",\"type\":\"BuiltInRole\",\"description\":\"Reader of the Desktop\ - \ Virtualization Application Group.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.DesktopVirtualization/applicationgroups/*/read\"\ - ,\"Microsoft.DesktopVirtualization/applicationgroups/read\",\"Microsoft.DesktopVirtualization/hostpools/read\"\ - ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/read\",\"Microsoft.Support/*\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-11T21:41:18.0287398Z\"\ - ,\"updatedOn\":\"2021-11-11T20:14:55.2858006Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/aebf23d0-b568-4e86-b8f9-fe83a2c6ab55\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"aebf23d0-b568-4e86-b8f9-fe83a2c6ab55\"\ - },{\"properties\":{\"roleName\":\"Desktop Virtualization Application Group\ - \ Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Contributor of\ - \ the Desktop Virtualization Application Group.\",\"assignableScopes\":[\"\ - /\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/applicationgroups/*\"\ - ,\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ - Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2020-12-11T21:41:38.6205531Z\",\"updatedOn\":\"2021-11-11T20:14:55.4677136Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/86240b0e-9422-4c43-887b-b61143f32ba8\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"86240b0e-9422-4c43-887b-b61143f32ba8\"\ - },{\"properties\":{\"roleName\":\"Desktop Virtualization Workspace Reader\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Reader of the Desktop Virtualization\ - \ Workspace.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.DesktopVirtualization/workspaces/read\",\"Microsoft.DesktopVirtualization/applicationgroups/read\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/read\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ - ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2020-12-11T21:41:58.1892707Z\",\"updatedOn\":\"2021-11-11T20:14:55.6577168Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0fa44ee9-7a7d-466b-9bb2-2bf446b1204d\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0fa44ee9-7a7d-466b-9bb2-2bf446b1204d\"\ - },{\"properties\":{\"roleName\":\"Disk Backup Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Provides permission to backup vault to perform disk backup.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/beginGetAccess/action\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2020-12-15T07:39:03.8394514Z\",\"updatedOn\":\"2021-11-11T20:14:56.0178737Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3e5e47e6-65f7-47ef-90b5-e5dd4d455f24\"\ - },{\"properties\":{\"roleName\":\"Autonomous Development Platform Data Contributor\ - \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Grants permissions\ - \ to upload and manage new Autonomous Development Platform measurements.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/discoveries/*\"\ - ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/uploads/*\"\ - ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/measurements/states/new/*\"\ - ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/measurementCollections/*\"\ - ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/measurementCollections/*\"\ - ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/read\",\"Microsoft.AutonomousDevelopmentPlatform/workspaces/discoveries/*\"\ - ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/uploads/*\",\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/states/new/*\"\ - ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/classifications/*\"\ - ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/dataStreams/classifications/*\"\ - ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurementCollections/*\"\ - ],\"notDataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/measurements/states/new/changeState/action\"\ - ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/states/new/changeState/action\"\ - ]}],\"createdOn\":\"2020-12-15T11:30:01.7459379Z\",\"updatedOn\":\"2022-09-14T15:02:38.0071890Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b8b15564-4fa6-4a59-ab12-03e1d9594795\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b8b15564-4fa6-4a59-ab12-03e1d9594795\"\ - },{\"properties\":{\"roleName\":\"Autonomous Development Platform Data Reader\ - \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Grants read access\ - \ to Autonomous Development Platform data.\",\"assignableScopes\":[\"/\"],\"\ - permissions\":[{\"actions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2020-12-15T12:11:31.9843256Z\",\"\ - updatedOn\":\"2022-01-04T13:21:04.3207709Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d63b75f7-47ea-4f27-92ac-e0d173aaf093\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d63b75f7-47ea-4f27-92ac-e0d173aaf093\"\ - },{\"properties\":{\"roleName\":\"Autonomous Development Platform Data Owner\ - \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Grants full access\ - \ to Autonomous Development Platform data.\",\"assignableScopes\":[\"/\"],\"\ - permissions\":[{\"actions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/*\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2020-12-15T12:13:59.9702378Z\",\"\ - updatedOn\":\"2022-01-04T13:20:26.2040404Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/27f8b550-c507-4db9-86f2-f4b8e816d59d\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"27f8b550-c507-4db9-86f2-f4b8e816d59d\"\ - },{\"properties\":{\"roleName\":\"Disk Restore Operator\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Provides permission to backup vault to perform disk restore.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Compute/disks/write\"\ - ,\"Microsoft.Compute/disks/read\"],\"notActions\":[],\"dataActions\":[],\"\ - notDataActions\":[]}],\"createdOn\":\"2020-12-15T12:18:31.8481619Z\",\"updatedOn\"\ - :\"2021-11-11T20:14:56.7408912Z\",\"createdBy\":null,\"updatedBy\":null},\"\ - id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b50d9833-a0cb-478e-945f-707fcc997c13\"\ - },{\"properties\":{\"roleName\":\"Disk Snapshot Contributor\",\"type\":\"\ - BuiltInRole\",\"description\":\"Provides permission to backup vault to manage\ - \ disk snapshots.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Compute/snapshots/delete\",\"Microsoft.Compute/snapshots/write\"\ - ,\"Microsoft.Compute/snapshots/read\",\"Microsoft.Compute/snapshots/beginGetAccess/action\"\ - ,\"Microsoft.Compute/snapshots/endGetAccess/action\",\"Microsoft.Compute/disks/beginGetAccess/action\"\ - ,\"Microsoft.Storage/storageAccounts/listkeys/action\",\"Microsoft.Storage/storageAccounts/write\"\ - ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/delete\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2020-12-15T12:18:51.4471411Z\",\"updatedOn\":\"2021-11-11T20:14:56.9158814Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7efff54f-a5b4-42b5-a1c5-5411624893ce\"\ - },{\"properties\":{\"roleName\":\"Microsoft.Kubernetes connected cluster role\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft.Kubernetes connected\ - \ cluster role.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.Kubernetes/connectedClusters/read\",\"Microsoft.Kubernetes/connectedClusters/write\"\ - ,\"Microsoft.Kubernetes/connectedClusters/delete\",\"Microsoft.Kubernetes/registeredSubscriptions/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2021-01-07T23:57:10.9923232Z\",\"updatedOn\":\"2021-11-11T20:14:58.2039838Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5548b2cf-c94c-4228-90ba-30851930a12f\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5548b2cf-c94c-4228-90ba-30851930a12f\"\ - },{\"properties\":{\"roleName\":\"Security Detonation Chamber Submission Manager\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Allowed to create and manage submissions\ - \ to Security Detonation Chamber\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SecurityDetonation/chambers/submissions/delete\"\ - ,\"Microsoft.SecurityDetonation/chambers/submissions/write\",\"Microsoft.SecurityDetonation/chambers/submissions/read\"\ - ,\"Microsoft.SecurityDetonation/chambers/submissions/files/read\",\"Microsoft.SecurityDetonation/chambers/submissions/accesskeyview/read\"\ - ,\"Microsoft.SecurityDetonation/chambers/submissions/adminview/read\",\"Microsoft.SecurityDetonation/chambers/submissions/analystview/read\"\ - ,\"Microsoft.SecurityDetonation/chambers/submissions/publicview/read\",\"\ - Microsoft.SecurityDetonation/chambers/platforms/metadata/read\",\"Microsoft.SecurityDetonation/chambers/workflows/metadata/read\"\ - ,\"Microsoft.SecurityDetonation/chambers/toolsets/metadata/read\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2021-01-18T09:35:36.5739297Z\",\"updatedOn\":\"2021-11-11T20:14:58.3939604Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a37b566d-3efa-4beb-a2f2-698963fa42ce\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a37b566d-3efa-4beb-a2f2-698963fa42ce\"\ - },{\"properties\":{\"roleName\":\"Security Detonation Chamber Publisher\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Allowed to publish and modify\ - \ platforms, workflows and toolsets to Security Detonation Chamber\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ - :[\"Microsoft.SecurityDetonation/chambers/platforms/read\",\"Microsoft.SecurityDetonation/chambers/platforms/write\"\ - ,\"Microsoft.SecurityDetonation/chambers/platforms/delete\",\"Microsoft.SecurityDetonation/chambers/platforms/metadata/read\"\ - ,\"Microsoft.SecurityDetonation/chambers/workflows/read\",\"Microsoft.SecurityDetonation/chambers/workflows/write\"\ - ,\"Microsoft.SecurityDetonation/chambers/workflows/delete\",\"Microsoft.SecurityDetonation/chambers/workflows/metadata/read\"\ - ,\"Microsoft.SecurityDetonation/chambers/toolsets/read\",\"Microsoft.SecurityDetonation/chambers/toolsets/write\"\ - ,\"Microsoft.SecurityDetonation/chambers/toolsets/delete\",\"Microsoft.SecurityDetonation/chambers/toolsets/metadata/read\"\ - ,\"Microsoft.SecurityDetonation/chambers/publishRequests/read\",\"Microsoft.SecurityDetonation/chambers/publishRequests/cancel/action\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2021-01-18T11:43:14.0858184Z\",\"\ - updatedOn\":\"2021-11-11T20:14:58.5639749Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/352470b3-6a9c-4686-b503-35deb827e500\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"352470b3-6a9c-4686-b503-35deb827e500\"\ - },{\"properties\":{\"roleName\":\"Collaborative Runtime Operator\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Can manage resources created by AICS at\ - \ runtime\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ - Microsoft.IndustryDataLifecycle/derivedModels/*\",\"Microsoft.IndustryDataLifecycle/pipelineSets/*\"\ - ,\"Microsoft.IndustryDataLifecycle/modelMappings/*\",\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2021-01-19T10:00:27.3464971Z\",\"updatedOn\":\"2021-11-11T20:14:58.7442136Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7a6f0e70-c033-4fb1-828c-08514e5f4102\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7a6f0e70-c033-4fb1-828c-08514e5f4102\"\ - },{\"properties\":{\"roleName\":\"CosmosRestoreOperator\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Can perform restore action for Cosmos DB database account\ - \ with continuous backup mode\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.DocumentDB/locations/restorableDatabaseAccounts/restore/action\"\ - ,\"Microsoft.DocumentDB/locations/restorableDatabaseAccounts/*/read\",\"Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2021-01-21T19:51:35.3884884Z\",\"updatedOn\":\"2021-11-11T20:14:59.4892686Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5432c526-bc82-444a-b7ba-57c5b0b5b34f\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5432c526-bc82-444a-b7ba-57c5b0b5b34f\"\ - },{\"properties\":{\"roleName\":\"FHIR Data Converter\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Role allows user or principal to convert data from legacy\ - \ format to FHIR\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/convertData/action\"\ - ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/convertData/action\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2021-01-22T19:39:01.1601069Z\",\"\ - updatedOn\":\"2021-11-11T20:14:59.8605937Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a1705bd2-3a8f-45a5-8683-466fcfd5cc24\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a1705bd2-3a8f-45a5-8683-466fcfd5cc24\"\ - },{\"properties\":{\"roleName\":\"Microsoft Sentinel Automation Contributor\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft Sentinel Automation\ - \ Contributor\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.Authorization/*/read\",\"Microsoft.Logic/workflows/triggers/read\"\ - ,\"Microsoft.Logic/workflows/triggers/listCallbackUrl/action\",\"Microsoft.Logic/workflows/runs/read\"\ - ,\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/read\"\ - ,\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/listCallbackUrl/action\"\ - ,\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs/read\"],\"\ - notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ - 2021-01-24T08:50:52.0382991Z\",\"updatedOn\":\"2022-01-26T09:25:00.4699337Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f4c81013-99ee-4d62-a7ee-b3f1f648599a\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f4c81013-99ee-4d62-a7ee-b3f1f648599a\"\ - },{\"properties\":{\"roleName\":\"Quota Request Operator\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Read and create quota requests, get quota request status,\ - \ and create support tickets.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Capacity/resourceProviders/locations/serviceLimits/read\"\ - ,\"Microsoft.Capacity/resourceProviders/locations/serviceLimits/write\",\"\ - Microsoft.Capacity/resourceProviders/locations/serviceLimitsRequests/read\"\ - ,\"Microsoft.Capacity/register/action\",\"Microsoft.Quota/usages/read\",\"\ - Microsoft.Quota/quotas/read\",\"Microsoft.Quota/quotas/write\",\"Microsoft.Quota/quotaRequests/read\"\ - ,\"Microsoft.Quota/register/action\",\"Microsoft.Authorization/*/read\",\"\ - Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"\ - Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2021-02-03T00:06:35.8404575Z\",\"updatedOn\":\"2022-12-05T21:28:33.3264217Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0e5f05e5-9ab9-446b-b98d-1e2157c94125\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0e5f05e5-9ab9-446b-b98d-1e2157c94125\"\ - },{\"properties\":{\"roleName\":\"EventGrid Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you manage EventGrid operations.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.EventGrid/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2021-02-08T18:46:18.8999557Z\",\"updatedOn\":\"2021-11-11T20:15:01.6867802Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1e241071-0855-49ea-94dc-649edcd759de\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1e241071-0855-49ea-94dc-649edcd759de\"\ - },{\"properties\":{\"roleName\":\"Security Detonation Chamber Reader\",\"\ - type\":\"BuiltInRole\",\"description\":\"Allowed to query submission info\ - \ and files from Security Detonation Chamber\",\"assignableScopes\":[\"/\"\ - ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SecurityDetonation/chambers/submissions/read\"\ - ,\"Microsoft.SecurityDetonation/chambers/submissions/files/read\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2021-03-01T14:06:46.2814905Z\",\"updatedOn\":\"2021-11-11T20:15:03.3274090Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/28241645-39f8-410b-ad48-87863e2951d5\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"28241645-39f8-410b-ad48-87863e2951d5\"\ - },{\"properties\":{\"roleName\":\"Object Anchors Account Reader\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Lets you read ingestion jobs for an object\ - \ anchors account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectAnchorsAccounts/ingest/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2021-03-02T01:20:47.0279813Z\",\"\ - updatedOn\":\"2021-11-11T20:15:03.5006082Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4a167cdf-cb95-4554-9203-2347fe489bd9\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4a167cdf-cb95-4554-9203-2347fe489bd9\"\ - },{\"properties\":{\"roleName\":\"Object Anchors Account Owner\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Provides user with ingestion capabilities\ - \ for an object anchors account.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectAnchorsAccounts/ingest/action\"\ - ,\"Microsoft.MixedReality/ObjectAnchorsAccounts/ingest/read\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2021-03-02T01:42:02.0014737Z\",\"updatedOn\":\"2021-11-11T20:15:03.6855873Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ca0835dd-bacc-42dd-8ed2-ed5e7230d15b\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ca0835dd-bacc-42dd-8ed2-ed5e7230d15b\"\ - },{\"properties\":{\"roleName\":\"WorkloadBuilder Migration Agent Role\",\"\ - type\":\"BuiltInRole\",\"description\":\"WorkloadBuilder Migration Agent Role.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.WorkloadBuilder/migrationAgents/Read\"\ - ,\"Microsoft.WorkloadBuilder/migrationAgents/Write\"],\"notActions\":[],\"\ - dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-03-11T17:07:20.0828003Z\"\ - ,\"updatedOn\":\"2021-11-11T20:15:04.2456706Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d17ce0a2-0697-43bc-aac5-9113337ab61c\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d17ce0a2-0697-43bc-aac5-9113337ab61c\"\ - },{\"properties\":{\"roleName\":\"Azure Spring Cloud Data Reader\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Allow read access to Azure Spring Cloud\ - \ Data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ - notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/*/read\"],\"\ - notDataActions\":[]}],\"createdOn\":\"2021-03-25T11:12:12.6786010Z\",\"updatedOn\"\ - :\"2021-11-11T20:15:05.3368606Z\",\"createdBy\":null,\"updatedBy\":null},\"\ - id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b5537268-8956-4941-a8f0-646150406f0c\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b5537268-8956-4941-a8f0-646150406f0c\"\ - },{\"properties\":{\"roleName\":\"Cognitive Services Speech User\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Access to the real-time speech recognition\ - \ and batch transcription APIs, real-time speech synthesis and long audio\ - \ APIs, as well as to read the data/test/model/endpoint for custom models,\ - \ but can\u2019t create, delete or modify the data/test/model/endpoint for\ - \ custom models.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ - ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ - :[\"Microsoft.CognitiveServices/accounts/SpeechServices/*/read\",\"Microsoft.CognitiveServices/accounts/SpeechServices/*/transcriptions/read\"\ - ,\"Microsoft.CognitiveServices/accounts/SpeechServices/*/transcriptions/write\"\ - ,\"Microsoft.CognitiveServices/accounts/SpeechServices/*/transcriptions/delete\"\ - ,\"Microsoft.CognitiveServices/accounts/SpeechServices/*/frontend/action\"\ - ,\"Microsoft.CognitiveServices/accounts/SpeechServices/text-dependent/*/action\"\ - ,\"Microsoft.CognitiveServices/accounts/SpeechServices/text-independent/*/action\"\ - ,\"Microsoft.CognitiveServices/accounts/CustomVoice/*/read\",\"Microsoft.CognitiveServices/accounts/CustomVoice/evaluations/*\"\ - ,\"Microsoft.CognitiveServices/accounts/CustomVoice/longaudiosynthesis/*\"\ - ,\"Microsoft.CognitiveServices/accounts/AudioContentCreation/*\"],\"notDataActions\"\ - :[\"Microsoft.CognitiveServices/accounts/CustomVoice/datasets/files/read\"\ - ,\"Microsoft.CognitiveServices/accounts/CustomVoice/datasets/utterances/read\"\ - ]}],\"createdOn\":\"2021-03-30T11:28:27.4339032Z\",\"updatedOn\":\"2022-05-19T23:26:56.1473805Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f2dc8367-1007-4938-bd23-fe263f013447\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f2dc8367-1007-4938-bd23-fe263f013447\"\ - },{\"properties\":{\"roleName\":\"Cognitive Services Speech Contributor\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Full access to Speech projects,\ - \ including read, write and delete all entities, for real-time speech recognition\ - \ and batch transcription tasks, real-time speech synthesis and long audio\ - \ tasks, custom speech and custom voice.\",\"assignableScopes\":[\"/\"],\"\ - permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ - ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ - :[\"Microsoft.CognitiveServices/accounts/SpeechServices/*\",\"Microsoft.CognitiveServices/accounts/CustomVoice/*\"\ - ,\"Microsoft.CognitiveServices/accounts/AudioContentCreation/*\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2021-03-30T11:28:49.7826633Z\",\"updatedOn\":\"2022-05-19T23:26:56.1473805Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0e75ca1e-0464-4b4d-8b93-68208a576181\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0e75ca1e-0464-4b4d-8b93-68208a576181\"\ - },{\"properties\":{\"roleName\":\"Cognitive Services Face Recognizer\",\"\ - type\":\"BuiltInRole\",\"description\":\"Lets you perform detect, verify,\ - \ identify, group, and find similar operations on Face API. This role does\ - \ not allow create or delete operations, which makes it well suited for endpoints\ - \ that only need inferencing capabilities, following 'least privilege' best\ - \ practices.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/Face/detect/action\"\ - ,\"Microsoft.CognitiveServices/accounts/Face/verify/action\",\"Microsoft.CognitiveServices/accounts/Face/identify/action\"\ - ,\"Microsoft.CognitiveServices/accounts/Face/group/action\",\"Microsoft.CognitiveServices/accounts/Face/findsimilars/action\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2021-03-31T01:51:41.3557295Z\",\"\ - updatedOn\":\"2021-11-11T20:15:05.8818362Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9894cab4-e18a-44aa-828b-cb588cd6f2d7\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9894cab4-e18a-44aa-828b-cb588cd6f2d7\"\ - },{\"properties\":{\"roleName\":\"Media Services Account Administrator\",\"\ - type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ - \ Media Services accounts; read-only access to other Media Services resources.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ - Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ - ,\"Microsoft.Media/mediaservices/*/read\",\"Microsoft.Media/mediaservices/assets/listStreamingLocators/action\"\ - ,\"Microsoft.Media/mediaservices/streamingLocators/listPaths/action\",\"Microsoft.Media/mediaservices/write\"\ - ,\"Microsoft.Media/mediaservices/delete\",\"Microsoft.Media/mediaservices/privateEndpointConnectionsApproval/action\"\ - ,\"Microsoft.Media/mediaservices/privateEndpointConnections/*\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:20:32.2956636Z\"\ - ,\"updatedOn\":\"2021-11-11T20:15:07.1518844Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/054126f8-9a2b-4f1c-a9ad-eca461f08466\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"054126f8-9a2b-4f1c-a9ad-eca461f08466\"\ - },{\"properties\":{\"roleName\":\"Media Services Live Events Administrator\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ - \ Live Events, Assets, Asset Filters, and Streaming Locators; read-only access\ - \ to other Media Services resources.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\"\ - ,\"Microsoft.Media/mediaservices/assets/*\",\"Microsoft.Media/mediaservices/assets/assetfilters/*\"\ - ,\"Microsoft.Media/mediaservices/streamingLocators/*\",\"Microsoft.Media/mediaservices/liveEvents/*\"\ - ],\"notActions\":[\"Microsoft.Media/mediaservices/assets/getEncryptionKey/action\"\ - ,\"Microsoft.Media/mediaservices/streamingLocators/listContentKeys/action\"\ - ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:21:00.6119555Z\"\ - ,\"updatedOn\":\"2021-11-11T20:15:07.3318873Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/532bc159-b25e-42c0-969e-a1d439f60d77\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"532bc159-b25e-42c0-969e-a1d439f60d77\"\ - },{\"properties\":{\"roleName\":\"Media Services Media Operator\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Create, read, modify, and delete Assets,\ - \ Asset Filters, Streaming Locators, and Jobs; read-only access to other Media\ - \ Services resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\"\ - ,\"Microsoft.Media/mediaservices/assets/*\",\"Microsoft.Media/mediaservices/assets/assetfilters/*\"\ - ,\"Microsoft.Media/mediaservices/streamingLocators/*\",\"Microsoft.Media/mediaservices/transforms/jobs/*\"\ - ],\"notActions\":[\"Microsoft.Media/mediaservices/assets/getEncryptionKey/action\"\ - ,\"Microsoft.Media/mediaservices/streamingLocators/listContentKeys/action\"\ - ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:21:23.2236495Z\"\ - ,\"updatedOn\":\"2021-11-11T20:15:07.5068487Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e4395492-1534-4db2-bedf-88c14621589c\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e4395492-1534-4db2-bedf-88c14621589c\"\ - },{\"properties\":{\"roleName\":\"Media Services Policy Administrator\",\"\ - type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ - \ Account Filters, Streaming Policies, Content Key Policies, and Transforms;\ - \ read-only access to other Media Services resources. Cannot create Jobs,\ - \ Assets or Streaming resources.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\"\ - ,\"Microsoft.Media/mediaservices/assets/listStreamingLocators/action\",\"\ - Microsoft.Media/mediaservices/streamingLocators/listPaths/action\",\"Microsoft.Media/mediaservices/accountFilters/*\"\ - ,\"Microsoft.Media/mediaservices/streamingPolicies/*\",\"Microsoft.Media/mediaservices/contentKeyPolicies/*\"\ - ,\"Microsoft.Media/mediaservices/transforms/*\"],\"notActions\":[\"Microsoft.Media/mediaservices/contentKeyPolicies/getPolicyPropertiesWithSecrets/action\"\ - ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:21:46.9534330Z\"\ - ,\"updatedOn\":\"2021-11-11T20:15:07.6968496Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c4bba371-dacd-4a26-b320-7250bca963ae\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c4bba371-dacd-4a26-b320-7250bca963ae\"\ - },{\"properties\":{\"roleName\":\"Media Services Streaming Endpoints Administrator\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ - \ Streaming Endpoints; read-only access to other Media Services resources.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ - Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ - ,\"Microsoft.Media/mediaservices/*/read\",\"Microsoft.Media/mediaservices/assets/listStreamingLocators/action\"\ - ,\"Microsoft.Media/mediaservices/streamingLocators/listPaths/action\",\"Microsoft.Media/mediaservices/streamingEndpoints/*\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2021-04-19T23:22:04.4594851Z\",\"updatedOn\":\"2021-11-11T20:15:07.8718907Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/99dba123-b5fe-44d5-874c-ced7199a5804\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"99dba123-b5fe-44d5-874c-ced7199a5804\"\ - },{\"properties\":{\"roleName\":\"Stream Analytics Query Tester\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Lets you perform query testing without\ - \ creating a stream analytics job first\",\"assignableScopes\":[\"/\"],\"\ - permissions\":[{\"actions\":[\"Microsoft.StreamAnalytics/locations/TestQuery/action\"\ - ,\"Microsoft.StreamAnalytics/locations/OperationResults/read\",\"Microsoft.StreamAnalytics/locations/SampleInput/action\"\ - ,\"Microsoft.StreamAnalytics/locations/CompileQuery/action\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-20T17:33:24.5727870Z\"\ - ,\"updatedOn\":\"2021-11-11T20:15:08.0481551Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1ec5b3c1-b17e-4e25-8312-2acb3c3c5abf\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1ec5b3c1-b17e-4e25-8312-2acb3c3c5abf\"\ - },{\"properties\":{\"roleName\":\"AnyBuild Builder\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Basic user role for AnyBuild. This role allows listing\ - \ of agent information and execution of remote build capabilities.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ - :[\"Microsoft.AnyBuild/clusters/build/write\",\"Microsoft.AnyBuild/clusters/build/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2021-04-20T22:07:00.4963853Z\",\"\ - updatedOn\":\"2021-11-11T20:15:08.4254134Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a2138dac-4907-4679-a376-736901ed8ad8\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a2138dac-4907-4679-a376-736901ed8ad8\"\ - },{\"properties\":{\"roleName\":\"IoT Hub Data Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Allows for full read access to IoT Hub data-plane properties\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.Devices/IotHubs/*/read\",\"Microsoft.Devices/IotHubs/fileUpload/notifications/action\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2021-04-22T18:03:29.8843192Z\",\"\ - updatedOn\":\"2021-11-11T20:15:08.6054154Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b447c946-2db7-41ec-983d-d8bf3b1c77e3\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b447c946-2db7-41ec-983d-d8bf3b1c77e3\"\ - },{\"properties\":{\"roleName\":\"IoT Hub Twin Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Allows for read and write access to all IoT Hub device\ - \ and module twins.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[],\"notActions\":[],\"dataActions\":[\"Microsoft.Devices/IotHubs/twins/*\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2021-04-22T20:36:10.1136903Z\",\"\ - updatedOn\":\"2021-11-11T20:15:08.7855063Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/494bdba2-168f-4f31-a0a1-191d2f7c028c\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"494bdba2-168f-4f31-a0a1-191d2f7c028c\"\ - },{\"properties\":{\"roleName\":\"IoT Hub Registry Contributor\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Allows for full access to IoT Hub device\ - \ registry.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ - notActions\":[],\"dataActions\":[\"Microsoft.Devices/IotHubs/devices/*\"],\"\ - notDataActions\":[]}],\"createdOn\":\"2021-04-22T20:36:47.5532704Z\",\"updatedOn\"\ - :\"2021-11-11T20:15:08.9804295Z\",\"createdBy\":null,\"updatedBy\":null},\"\ - id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4ea46cd5-c1b2-4a8e-910b-273211f9ce47\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4ea46cd5-c1b2-4a8e-910b-273211f9ce47\"\ - },{\"properties\":{\"roleName\":\"IoT Hub Data Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Allows for full access to IoT Hub data plane operations.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.Devices/IotHubs/*\"],\"notDataActions\":[]}],\"\ - createdOn\":\"2021-04-22T20:37:16.9927761Z\",\"updatedOn\":\"2021-11-11T20:15:09.1754206Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4fc6c259-987e-4a07-842e-c321cc9d413f\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4fc6c259-987e-4a07-842e-c321cc9d413f\"\ - },{\"properties\":{\"roleName\":\"Test Base Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Let you view and download packages and test results.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.TestBase/testBaseAccounts/packages/testResults/getDownloadUrl/action\"\ - ,\"Microsoft.TestBase/testBaseAccounts/packages/testResults/getVideoDownloadUrl/action\"\ - ,\"Microsoft.TestBase/testBaseAccounts/packages/getDownloadUrl/action\",\"\ - Microsoft.TestBase/*/read\",\"Microsoft.TestBase/testBaseAccounts/customerEvents/write\"\ - ,\"Microsoft.TestBase/testBaseAccounts/customerEvents/delete\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-05-11T23:41:33.1038367Z\"\ - ,\"updatedOn\":\"2021-11-11T20:15:10.8004347Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/15e0f5a1-3450-4248-8e25-e2afe88a9e85\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"15e0f5a1-3450-4248-8e25-e2afe88a9e85\"\ - },{\"properties\":{\"roleName\":\"Search Index Data Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Grants read access to Azure Cognitive Search index data.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.Search/searchServices/indexes/documents/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-01T20:26:13.4850461Z\",\"\ - updatedOn\":\"2021-11-11T20:15:11.3604371Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1407120a-92aa-4202-b7e9-c0e197c71c8f\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1407120a-92aa-4202-b7e9-c0e197c71c8f\"\ - },{\"properties\":{\"roleName\":\"Search Index Data Contributor\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Grants full access to Azure Cognitive Search\ - \ index data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[],\"notActions\":[],\"dataActions\":[\"Microsoft.Search/searchServices/indexes/documents/*\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-01T22:15:16.5388472Z\",\"\ - updatedOn\":\"2021-11-11T20:15:11.5504385Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8ebe5a00-799e-43f5-93ac-243d3dce84a7\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8ebe5a00-799e-43f5-93ac-243d3dce84a7\"\ - },{\"properties\":{\"roleName\":\"Storage Table Data Reader\",\"type\":\"\ - BuiltInRole\",\"description\":\"Allows for read access to Azure Storage tables\ - \ and entities\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.Storage/storageAccounts/tableServices/tables/read\"],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-15T06:40:54.9150717Z\",\"\ - updatedOn\":\"2021-11-11T20:15:12.1005298Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/76199698-9eea-4c19-bc75-cec21354c6b6\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"76199698-9eea-4c19-bc75-cec21354c6b6\"\ - },{\"properties\":{\"roleName\":\"Storage Table Data Contributor\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Allows for read, write and delete access\ - \ to Azure Storage tables and entities\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Storage/storageAccounts/tableServices/tables/read\"\ - ,\"Microsoft.Storage/storageAccounts/tableServices/tables/write\",\"Microsoft.Storage/storageAccounts/tableServices/tables/delete\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/read\"\ - ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/write\"\ - ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/delete\"\ - ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/add/action\"\ - ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/update/action\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-15T06:51:59.8207610Z\",\"\ - updatedOn\":\"2021-11-11T20:15:12.2854966Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0a9a7e1f-b9d0-4cc4-a60d-0319b160aaa3\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0a9a7e1f-b9d0-4cc4-a60d-0319b160aaa3\"\ - },{\"properties\":{\"roleName\":\"DICOM Data Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Read and search DICOM data.\",\"assignableScopes\":[\"\ - /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ - Microsoft.HealthcareApis/workspaces/dicomservices/resources/read\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2021-06-17T20:58:30.1630494Z\",\"updatedOn\":\"2021-11-11T20:15:13.0154948Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e89c7a3c-2f64-4fa1-a847-3e4c9ba4283a\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e89c7a3c-2f64-4fa1-a847-3e4c9ba4283a\"\ - },{\"properties\":{\"roleName\":\"DICOM Data Owner\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Full access to DICOM data.\",\"assignableScopes\":[\"/\"\ - ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/workspaces/dicomservices/resources/*\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-17T20:59:30.8659515Z\",\"\ - updatedOn\":\"2021-11-11T20:15:13.1904985Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/58a3b984-7adf-4c20-983a-32417c86fbc8\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"58a3b984-7adf-4c20-983a-32417c86fbc8\"\ - },{\"properties\":{\"roleName\":\"EventGrid Data Sender\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Allows send access to event grid events.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.EventGrid/topics/read\",\"Microsoft.EventGrid/domains/read\"\ - ,\"Microsoft.EventGrid/partnerNamespaces/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.EventGrid/events/send/action\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2021-07-02T21:55:40.4847495Z\",\"\ - updatedOn\":\"2021-11-11T20:15:13.5605134Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d5a91429-5739-47e2-a06b-3470a27159e7\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d5a91429-5739-47e2-a06b-3470a27159e7\"\ - },{\"properties\":{\"roleName\":\"Disk Pool Operator\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Used by the StoragePool Resource Provider to manage Disks\ - \ added to a Disk Pool.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[\"Microsoft.Compute/disks/write\",\"Microsoft.Compute/disks/read\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ - Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2021-07-08T17:26:05.1079972Z\",\"updatedOn\":\"2021-11-11T20:15:13.9154612Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/60fc6e62-5479-42d4-8bf4-67625fcc2840\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"60fc6e62-5479-42d4-8bf4-67625fcc2840\"\ - },{\"properties\":{\"roleName\":\"AzureML Data Scientist\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Can perform all actions within an Azure Machine Learning\ - \ workspace, except for creating or deleting compute resources and modifying\ - \ the workspace itself.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[\"Microsoft.MachineLearningServices/workspaces/*/read\",\"Microsoft.MachineLearningServices/workspaces/*/action\"\ - ,\"Microsoft.MachineLearningServices/workspaces/*/delete\",\"Microsoft.MachineLearningServices/workspaces/*/write\"\ - ],\"notActions\":[\"Microsoft.MachineLearningServices/workspaces/delete\"\ - ,\"Microsoft.MachineLearningServices/workspaces/write\",\"Microsoft.MachineLearningServices/workspaces/computes/*/write\"\ - ,\"Microsoft.MachineLearningServices/workspaces/computes/*/delete\",\"Microsoft.MachineLearningServices/workspaces/computes/listKeys/action\"\ - ,\"Microsoft.MachineLearningServices/workspaces/listKeys/action\"],\"dataActions\"\ - :[],\"notDataActions\":[]}],\"createdOn\":\"2021-07-14T21:51:06.0361218Z\"\ - ,\"updatedOn\":\"2021-11-11T20:15:14.6405263Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f6c7c914-8db3-469d-8ca1-694a8f32e121\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f6c7c914-8db3-469d-8ca1-694a8f32e121\"\ - },{\"properties\":{\"roleName\":\"Grafana Admin\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Built-in Grafana admin role\",\"assignableScopes\":[\"\ - /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ - Microsoft.Dashboard/grafana/ActAsGrafanaAdmin/action\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2021-07-15T21:32:35.3802340Z\",\"updatedOn\":\"2021-11-11T20:15:14.8104670Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/22926164-76b3-42b3-bc55-97df8dab3e41\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"22926164-76b3-42b3-bc55-97df8dab3e41\"\ - },{\"properties\":{\"roleName\":\"Azure Connected SQL Server Onboarding\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft.AzureArcData\_service\_\ - role\_to\_access\_the\_resources\_of\_Microsoft.AzureArcData\_stored\_with\_\ - RPSAAS.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureArcData/sqlServerInstances/read\"\ - ,\"Microsoft.AzureArcData/sqlServerInstances/write\"],\"notActions\":[],\"\ - dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-07-19T23:52:15.8885739Z\"\ - ,\"updatedOn\":\"2021-11-11T20:15:15.1754742Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e8113dce-c529-4d33-91fa-e9b972617508\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e8113dce-c529-4d33-91fa-e9b972617508\"\ - },{\"properties\":{\"roleName\":\"Azure Relay Sender\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Allows for send access to Azure Relay resources.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Relay/*/wcfRelays/read\"\ - ,\"Microsoft.Relay/*/hybridConnections/read\"],\"notActions\":[],\"dataActions\"\ - :[\"Microsoft.Relay/*/send/action\"],\"notDataActions\":[]}],\"createdOn\"\ - :\"2021-07-20T15:37:20.7558643Z\",\"updatedOn\":\"2021-11-11T20:15:15.5454755Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/26baccc8-eea7-41f1-98f4-1762cc7f685d\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"26baccc8-eea7-41f1-98f4-1762cc7f685d\"\ - },{\"properties\":{\"roleName\":\"Azure Relay Owner\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Allows for full access to Azure Relay resources.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Relay/*\"],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.Relay/*\"],\"notDataActions\":[]}],\"createdOn\"\ - :\"2021-07-20T15:44:26.3023126Z\",\"updatedOn\":\"2021-11-11T20:15:15.7154782Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2787bf04-f1f5-4bfe-8383-c8a24483ee38\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2787bf04-f1f5-4bfe-8383-c8a24483ee38\"\ - },{\"properties\":{\"roleName\":\"Azure Relay Listener\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Allows for listen access to Azure Relay resources.\",\"\ - assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Relay/*/wcfRelays/read\"\ - ,\"Microsoft.Relay/*/hybridConnections/read\"],\"notActions\":[],\"dataActions\"\ - :[\"Microsoft.Relay/*/listen/action\"],\"notDataActions\":[]}],\"createdOn\"\ - :\"2021-07-20T18:38:03.1437496Z\",\"updatedOn\":\"2021-11-11T20:15:15.9005232Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/26e0b698-aa6d-4085-9386-aadae190014d\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"26e0b698-aa6d-4085-9386-aadae190014d\"\ - },{\"properties\":{\"roleName\":\"Grafana Viewer\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Built-in Grafana Viewer role\",\"assignableScopes\":[\"\ - /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ - Microsoft.Dashboard/grafana/ActAsGrafanaViewer/action\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2021-08-05T16:36:18.7737511Z\",\"updatedOn\":\"2021-11-11T20:15:16.9904932Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/60921a7e-fef1-4a43-9b16-a26c52ad4769\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"60921a7e-fef1-4a43-9b16-a26c52ad4769\"\ - },{\"properties\":{\"roleName\":\"Grafana Editor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Built-in Grafana Editor role\",\"assignableScopes\":[\"\ - /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ - Microsoft.Dashboard/grafana/ActAsGrafanaEditor/action\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2021-08-05T16:37:32.5299593Z\",\"updatedOn\":\"2021-11-11T20:15:17.1805426Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a79a5197-3a5c-4973-a920-486035ffd60f\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a79a5197-3a5c-4973-a920-486035ffd60f\"\ - },{\"properties\":{\"roleName\":\"Automation Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Manage azure automation resources and other resources using\ - \ azure automation.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.Automation/automationAccounts/*\",\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Support/*\",\"Microsoft.Insights/ActionGroups/*\",\"Microsoft.Insights/ActivityLogAlerts/*\"\ - ,\"Microsoft.Insights/MetricAlerts/*\",\"Microsoft.Insights/ScheduledQueryRules/*\"\ - ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.OperationalInsights/workspaces/sharedKeys/action\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2021-08-09T10:18:19.1054699Z\",\"updatedOn\":\"2021-11-11T20:15:17.7304954Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f353d9bd-d4a6-484e-a77a-8050b599b867\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f353d9bd-d4a6-484e-a77a-8050b599b867\"\ - },{\"properties\":{\"roleName\":\"Kubernetes Extension Contributor\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Can create, update, get, list and delete\ - \ Kubernetes Extensions, and get extension async operations\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.KubernetesConfiguration/extensions/write\"\ - ,\"Microsoft.KubernetesConfiguration/extensions/read\",\"Microsoft.KubernetesConfiguration/extensions/delete\"\ - ,\"Microsoft.KubernetesConfiguration/extensions/operations/read\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-08-09T19:47:50.6828896Z\"\ - ,\"updatedOn\":\"2021-11-11T20:15:17.9155393Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/85cb6faf-e071-4c9b-8136-154b5a04f717\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"85cb6faf-e071-4c9b-8136-154b5a04f717\"\ - },{\"properties\":{\"roleName\":\"Device Provisioning Service Data Reader\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Allows for full read access to\ - \ Device Provisioning Service data-plane properties.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ - :[\"Microsoft.Devices/provisioningServices/*/read\"],\"notDataActions\":[]}],\"\ - createdOn\":\"2021-08-09T19:53:12.1374732Z\",\"updatedOn\":\"2021-11-11T20:15:18.0905503Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/10745317-c249-44a1-a5ce-3a4353c0bbd8\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"10745317-c249-44a1-a5ce-3a4353c0bbd8\"\ - },{\"properties\":{\"roleName\":\"Device Provisioning Service Data Contributor\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Allows for full access to Device\ - \ Provisioning Service data-plane operations.\",\"assignableScopes\":[\"/\"\ - ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Devices/provisioningServices/*\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-09T19:54:03.2783227Z\",\"\ - updatedOn\":\"2021-11-11T20:15:18.2605302Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dfce44e4-17b7-4bd1-a6d1-04996ec95633\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dfce44e4-17b7-4bd1-a6d1-04996ec95633\"\ - },{\"properties\":{\"roleName\":\"Code Signing Certificate Profile Signer\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Sign files with a certificate\ - \ profile. This role is in preview and subject to change.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CodeSigning/*/read\",\"\ - Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"\ - Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"\ - dataActions\":[\"Microsoft.CodeSigning/certificateProfiles/Sign/action\"],\"\ - notDataActions\":[]}],\"createdOn\":\"2021-08-16T23:17:53.0002693Z\",\"updatedOn\"\ - :\"2022-12-12T16:05:53.8213702Z\",\"createdBy\":null,\"updatedBy\":null},\"\ - id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2837e146-70d7-4cfd-ad55-7efa6464f958\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2837e146-70d7-4cfd-ad55-7efa6464f958\"\ - },{\"properties\":{\"roleName\":\"Azure Spring Cloud Service Registry Reader\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Allow read access to Azure Spring\ - \ Cloud Service Registry\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/eurekaService/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-20T04:40:17.9785063Z\",\"\ - updatedOn\":\"2021-11-11T20:15:18.9655101Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cff1b556-2399-4e7e-856d-a8f754be7b65\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cff1b556-2399-4e7e-856d-a8f754be7b65\"\ - },{\"properties\":{\"roleName\":\"Azure Spring Cloud Service Registry Contributor\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Allow read, write and delete access\ - \ to Azure Spring Cloud Service Registry\",\"assignableScopes\":[\"/\"],\"\ - permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/eurekaService/read\"\ - ,\"Microsoft.AppPlatform/Spring/eurekaService/write\",\"Microsoft.AppPlatform/Spring/eurekaService/delete\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-20T04:42:38.9153779Z\",\"\ - updatedOn\":\"2021-11-11T20:15:19.1405497Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f5880b48-c26d-48be-b172-7927bfa1c8f1\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f5880b48-c26d-48be-b172-7927bfa1c8f1\"\ - },{\"properties\":{\"roleName\":\"Azure Spring Cloud Config Server Reader\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Allow read access to Azure Spring\ - \ Cloud Config Server\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/configService/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-26T01:50:51.5123701Z\",\"\ - updatedOn\":\"2021-11-11T20:15:19.3155517Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d04c6db6-4947-4782-9e91-30a88feb7be7\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d04c6db6-4947-4782-9e91-30a88feb7be7\"\ - },{\"properties\":{\"roleName\":\"Azure Spring Cloud Config Server Contributor\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Allow read, write and delete access\ - \ to Azure Spring Cloud Config Server\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/configService/read\"\ - ,\"Microsoft.AppPlatform/Spring/configService/write\",\"Microsoft.AppPlatform/Spring/configService/delete\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2021-09-06T02:30:47.8611580Z\",\"\ - updatedOn\":\"2021-11-11T20:15:20.0405208Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a06f5c24-21a7-4e1a-aa2b-f19eb6684f5b\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a06f5c24-21a7-4e1a-aa2b-f19eb6684f5b\"\ - },{\"properties\":{\"roleName\":\"Azure VM Managed identities restore Contributor\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Azure VM Managed identities restore\ - \ Contributors are allowed to perform Azure VM Restores with managed identities\ - \ both user and system\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\"\ - :[],\"notDataActions\":[]}],\"createdOn\":\"2021-09-13T05:27:59.2180214Z\"\ - ,\"updatedOn\":\"2021-11-11T20:15:20.5805266Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6ae96244-5829-4925-a7d3-5975537d91dd\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6ae96244-5829-4925-a7d3-5975537d91dd\"\ - },{\"properties\":{\"roleName\":\"Azure Maps Search and Render Data Reader\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Grants access to very limited\ - \ set of data APIs for common visual web SDK scenarios. Specifically, render\ - \ and search data APIs.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Maps/accounts/services/render/read\"\ - ,\"Microsoft.Maps/accounts/services/search/read\"],\"notDataActions\":[]}],\"\ - createdOn\":\"2021-10-01T22:17:50.5178931Z\",\"updatedOn\":\"2021-11-11T20:15:22.0455410Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6be48352-4f82-47c9-ad5e-0acacefdb005\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6be48352-4f82-47c9-ad5e-0acacefdb005\"\ - },{\"properties\":{\"roleName\":\"Azure Maps Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Grants access all Azure Maps resource management.\",\"\ - assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Maps/*\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-10-01T22:19:13.1357904Z\"\ - ,\"updatedOn\":\"2021-11-11T20:15:22.2455414Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dba33070-676a-4fb0-87fa-064dc56ff7fb\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dba33070-676a-4fb0-87fa-064dc56ff7fb\"\ - },{\"properties\":{\"roleName\":\"Azure Arc VMware VM Contributor\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Arc VMware VM Contributor has permissions\ - \ to perform all VM actions.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.ConnectedVMwarevSphere/virtualmachines/*\",\"\ - Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ - ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ - ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ - ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ - ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ - ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ - ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ - ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ - ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ - Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ - ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ - ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Resources/subscriptions/operationresults/read\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-10-18T20:19:53.0087024Z\"\ - ,\"updatedOn\":\"2021-11-11T20:15:23.8706020Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b748a06d-6150-4f8a-aaa9-ce3940cd96cb\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b748a06d-6150-4f8a-aaa9-ce3940cd96cb\"\ - },{\"properties\":{\"roleName\":\"Azure Arc VMware Private Cloud User\",\"\ - type\":\"BuiltInRole\",\"description\":\"Azure Arc VMware Private Cloud User\ - \ has permissions to use the VMware cloud resources to deploy VMs.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/AlertRules/Write\"\ - ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ - ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ - ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ - ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ - ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ - ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ - ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ - ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ - ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ - Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ - ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ - ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ConnectedVMwarevSphere/virtualnetworks/join/action\"\ - ,\"Microsoft.ConnectedVMwarevSphere/virtualnetworks/Read\",\"Microsoft.ConnectedVMwarevSphere/virtualmachinetemplates/clone/action\"\ - ,\"Microsoft.ConnectedVMwarevSphere/virtualmachinetemplates/Read\",\"Microsoft.ConnectedVMwarevSphere/resourcepools/deploy/action\"\ - ,\"Microsoft.ConnectedVMwarevSphere/resourcepools/Read\",\"Microsoft.ConnectedVMwarevSphere/hosts/deploy/action\"\ - ,\"Microsoft.ConnectedVMwarevSphere/hosts/Read\",\"Microsoft.ConnectedVMwarevSphere/clusters/deploy/action\"\ - ,\"Microsoft.ConnectedVMwarevSphere/clusters/Read\",\"Microsoft.ConnectedVMwarevSphere/datastores/allocateSpace/action\"\ - ,\"Microsoft.ConnectedVMwarevSphere/datastores/Read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ - ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-10-18T20:20:46.5105444Z\"\ - ,\"updatedOn\":\"2022-11-04T08:03:56.3033480Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ce551c02-7c42-47e0-9deb-e3b6fc3a9a83\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ce551c02-7c42-47e0-9deb-e3b6fc3a9a83\"\ - },{\"properties\":{\"roleName\":\"Azure Arc VMware Administrator role \",\"\ - type\":\"BuiltInRole\",\"description\":\"Arc VMware VM Contributor has permissions\ - \ to perform all connected VMwarevSphere actions.\",\"assignableScopes\":[\"\ - /\"],\"permissions\":[{\"actions\":[\"Microsoft.ConnectedVMwarevSphere/*\"\ - ,\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ - ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ - ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ - ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ - ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ - ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ - ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ - ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ - ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ - Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ - ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ - ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Resources/subscriptions/operationresults/read\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-01T17:12:42.6172725Z\"\ - ,\"updatedOn\":\"2021-11-11T20:15:25.1275776Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ddc140ed-e463-4246-9145-7c664192013f\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ddc140ed-e463-4246-9145-7c664192013f\"\ - },{\"properties\":{\"roleName\":\"Cognitive Services LUIS Owner\",\"type\"\ - :\"BuiltInRole\",\"description\":\" Has access to all Read, Test, Write, Deploy\ - \ and Delete functions under LUIS\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.CognitiveServices/accounts/listkeys/action\"\ - ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/LUIS/*\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2021-11-04T03:28:02.9611800Z\",\"\ - updatedOn\":\"2021-11-11T20:15:25.4884913Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f72c8140-2111-481c-87ff-72b910f6e3f8\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f72c8140-2111-481c-87ff-72b910f6e3f8\"\ - },{\"properties\":{\"roleName\":\"Cognitive Services Language Reader\",\"\ - type\":\"BuiltInRole\",\"description\":\"Has access to Read and Test functions\ - \ under Language portal\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ - ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ - :[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/*/read\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/*/read\"\ - ,\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/projects/export/action\"\ - ,\"Microsoft.CognitiveServices/accounts/Language/*/read\",\"Microsoft.CognitiveServices/accounts/Language/*/projects/export/action\"\ - ,\"Microsoft.CognitiveServices/accounts/Language/query-text/action\",\"Microsoft.CognitiveServices/accounts/Language/query-dataverse/action\"\ - ,\"Microsoft.CognitiveServices/accounts/Language/analyze-text/jobs/action\"\ - ,\"Microsoft.CognitiveServices/accounts/Language/analyze-text/action\",\"\ - Microsoft.CognitiveServices/accounts/Language/analyze-text/jobscancel/action\"\ - ,\"Microsoft.CognitiveServices/accounts/Language/analyze-conversations/action\"\ - ,\"Microsoft.CognitiveServices/accounts/Language/analyze-conversations/jobscancel/action\"\ - ,\"Microsoft.CognitiveServices/accounts/Language/analyze-conversations/jobs/action\"\ - ,\"Microsoft.CognitiveServices/accounts/Language/query-knowledgebases/action\"\ - ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/*\"],\"notDataActions\"\ - :[\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnaMaker/*\"]}],\"\ - createdOn\":\"2021-11-04T03:29:14.7643336Z\",\"updatedOn\":\"2022-06-16T06:07:21.3821763Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7628b7b8-a8b2-4cdc-b46f-e9b35248918e\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7628b7b8-a8b2-4cdc-b46f-e9b35248918e\"\ - },{\"properties\":{\"roleName\":\"Cognitive Services Language Writer\",\"\ - type\":\"BuiltInRole\",\"description\":\" Has access to all Read, Test, and\ - \ Write functions under Language Portal\",\"assignableScopes\":[\"/\"],\"\ - permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ - ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ - :[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/*\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/*\"\ - ,\"Microsoft.CognitiveServices/accounts/Language/*\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/*\"\ - ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/projects/publish/action\"\ - ,\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/projects/deployments/write\"\ - ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnaMaker/*\",\"Microsoft.CognitiveServices/accounts/Language/*/projects/delete\"\ - ,\"Microsoft.CognitiveServices/accounts/Language/*/projects/deployments/write\"\ - ,\"Microsoft.CognitiveServices/accounts/Language/*/projects/deployments/delete\"\ - ,\"Microsoft.CognitiveServices/accounts/Language/*/projects/deployments/swap/action\"\ - ]}],\"createdOn\":\"2021-11-04T03:29:39.5761019Z\",\"updatedOn\":\"2022-03-29T18:03:27.1607583Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f2310ca1-dc64-4889-bb49-c8e0fa3d47a8\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f2310ca1-dc64-4889-bb49-c8e0fa3d47a8\"\ - },{\"properties\":{\"roleName\":\"Cognitive Services Language Owner\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Has access to all Read, Test, Write, Deploy\ - \ and Delete functions under Language portal\",\"assignableScopes\":[\"/\"\ - ],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"\ - Microsoft.CognitiveServices/accounts/listkeys/action\",\"Microsoft.Authorization/roleAssignments/read\"\ - ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ - :[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/*\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/*\"\ - ,\"Microsoft.CognitiveServices/accounts/Language/*\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/*\"\ - ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnaMaker/*\"\ - ]}],\"createdOn\":\"2021-11-04T03:30:07.6173528Z\",\"updatedOn\":\"2022-03-29T18:03:50.9741690Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f07febfe-79bc-46b1-8b37-790e26e6e498\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f07febfe-79bc-46b1-8b37-790e26e6e498\"\ - },{\"properties\":{\"roleName\":\"Cognitive Services LUIS Reader\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Has access to Read and Test functions under\ - \ LUIS.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ - ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/LUIS/*/read\"\ - ,\"Microsoft.CognitiveServices/accounts/LUIS/apps/testdatasets/write\"],\"\ - notDataActions\":[]}],\"createdOn\":\"2021-11-04T03:30:31.2704834Z\",\"updatedOn\"\ - :\"2021-11-11T20:15:26.2134821Z\",\"createdBy\":null,\"updatedBy\":null},\"\ - id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e81cdc-4e98-4e29-a639-e7d10c5a6226\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18e81cdc-4e98-4e29-a639-e7d10c5a6226\"\ - },{\"properties\":{\"roleName\":\"Cognitive Services LUIS Writer\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Has access to all Read, Test, and Write\ - \ functions under LUIS\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ - ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ - :[\"Microsoft.CognitiveServices/accounts/LUIS/*\"],\"notDataActions\":[\"\ - Microsoft.CognitiveServices/accounts/LUIS/apps/delete\",\"Microsoft.CognitiveServices/accounts/LUIS/apps/move/action\"\ - ,\"Microsoft.CognitiveServices/accounts/LUIS/apps/publish/action\",\"Microsoft.CognitiveServices/accounts/LUIS/apps/settings/write\"\ - ,\"Microsoft.CognitiveServices/accounts/LUIS/apps/azureaccounts/action\",\"\ - Microsoft.CognitiveServices/accounts/LUIS/apps/azureaccounts/delete\"]}],\"\ - createdOn\":\"2021-11-04T03:31:12.1580052Z\",\"updatedOn\":\"2021-11-11T20:15:26.3934523Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6322a993-d5c9-4bed-b113-e49bbea25b27\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6322a993-d5c9-4bed-b113-e49bbea25b27\"\ - },{\"properties\":{\"roleName\":\"PlayFab Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Provides read access to PlayFab resources\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.PlayFab/*/read\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-04T23:26:57.2248605Z\"\ - ,\"updatedOn\":\"2021-11-11T20:15:26.5784834Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a9a19cc5-31f4-447c-901f-56c0bb18fcaf\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a9a19cc5-31f4-447c-901f-56c0bb18fcaf\"\ - },{\"properties\":{\"roleName\":\"Load Test Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"View, create, update, delete and execute load tests. View\ - \ and list load test resources but can not make any changes.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LoadTestService/*/read\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.LoadTestService/loadtests/*\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2021-11-09T08:11:21.0936461Z\",\"\ - updatedOn\":\"2021-11-11T20:15:27.1189225Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/749a398d-560b-491b-bb21-08924219302e\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"749a398d-560b-491b-bb21-08924219302e\"\ - },{\"properties\":{\"roleName\":\"Load Test Owner\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Execute all operations on load test resources and load\ - \ tests\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LoadTestService/*\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.LoadTestService/*\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2021-11-09T08:12:24.5500195Z\",\"updatedOn\":\"2021-11-11T20:15:27.2897153Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45bb0b16-2f0c-4e78-afaa-a07599b003f6\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"45bb0b16-2f0c-4e78-afaa-a07599b003f6\"\ - },{\"properties\":{\"roleName\":\"PlayFab Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Provides contributor access to PlayFab resources\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.PlayFab/*/read\",\"Microsoft.PlayFab/*/write\",\"Microsoft.PlayFab/*/delete\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2021-11-10T00:55:37.3326276Z\",\"updatedOn\":\"2021-11-11T20:15:28.0547167Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0c8b84dc-067c-4039-9615-fa1a4b77c726\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0c8b84dc-067c-4039-9615-fa1a4b77c726\"\ - },{\"properties\":{\"roleName\":\"Load Test Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"View and list all load tests and load test resources but\ - \ can not make any changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.LoadTestService/*/read\",\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ - Microsoft.LoadTestService/loadtests/readTest/action\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2021-11-10T06:14:08.3903105Z\",\"updatedOn\":\"2021-11-11T20:15:28.2297181Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3ae3fb29-0000-4ccd-bf80-542e7b26e081\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3ae3fb29-0000-4ccd-bf80-542e7b26e081\"\ - },{\"properties\":{\"roleName\":\"Cognitive Services Immersive Reader User\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Provides access to create Immersive\ - \ Reader sessions and call APIs\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/ImmersiveReader/getcontentmodelforreader/action\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2021-11-10T19:52:14.4487503Z\",\"\ - updatedOn\":\"2021-11-11T20:15:28.4146975Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b2de6794-95db-4659-8781-7e080d3f2b9d\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b2de6794-95db-4659-8781-7e080d3f2b9d\"\ - },{\"properties\":{\"roleName\":\"Lab Services Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"The lab services contributor role\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LabServices/*\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.LabServices/labPlans/createLab/action\"],\"\ - notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:51:03.3308981Z\",\"updatedOn\"\ - :\"2021-11-11T20:15:28.7792013Z\",\"createdBy\":null,\"updatedBy\":null},\"\ - id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f69b8690-cc87-41d6-b77a-a4bc3c0a966f\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f69b8690-cc87-41d6-b77a-a4bc3c0a966f\"\ - },{\"properties\":{\"roleName\":\"Lab Services Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"The lab services reader role\",\"assignableScopes\":[\"\ - /\"],\"permissions\":[{\"actions\":[\"Microsoft.LabServices/*/read\",\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2021-11-11T00:55:30.4208618Z\",\"updatedOn\":\"2021-11-11T20:15:28.9592032Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a5c394f-5eb7-4d4f-9c8e-e8eae39faebc\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2a5c394f-5eb7-4d4f-9c8e-e8eae39faebc\"\ - },{\"properties\":{\"roleName\":\"Lab Assistant\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"The lab assistant role\",\"assignableScopes\":[\"/\"],\"\ - permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ - ,\"Microsoft.LabServices/labs/read\",\"Microsoft.LabServices/labs/schedules/read\"\ - ,\"Microsoft.LabServices/labs/users/read\",\"Microsoft.LabServices/labs/users/invite/action\"\ - ,\"Microsoft.LabServices/labs/virtualMachines/read\",\"Microsoft.LabServices/labs/virtualMachines/start/action\"\ - ,\"Microsoft.LabServices/labs/virtualMachines/stop/action\",\"Microsoft.LabServices/labs/virtualMachines/reimage/action\"\ - ,\"Microsoft.LabServices/labs/virtualMachines/redeploy/action\",\"Microsoft.LabServices/locations/usages/read\"\ - ,\"Microsoft.LabServices/skus/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:56:10.4295443Z\"\ - ,\"updatedOn\":\"2021-11-11T20:15:29.1442530Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ce40b423-cede-4313-a93f-9b28290b72e1\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ce40b423-cede-4313-a93f-9b28290b72e1\"\ - },{\"properties\":{\"roleName\":\"Lab Operator\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"The lab operator role\",\"assignableScopes\":[\"/\"],\"\ - permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ - ,\"Microsoft.LabServices/labPlans/saveImage/action\",\"Microsoft.LabServices/labs/publish/action\"\ - ,\"Microsoft.LabServices/labs/read\",\"Microsoft.LabServices/labs/schedules/read\"\ - ,\"Microsoft.LabServices/labs/schedules/write\",\"Microsoft.LabServices/labs/schedules/delete\"\ - ,\"Microsoft.LabServices/labs/users/read\",\"Microsoft.LabServices/labs/users/write\"\ - ,\"Microsoft.LabServices/labs/users/delete\",\"Microsoft.LabServices/labs/users/invite/action\"\ - ,\"Microsoft.LabServices/labs/virtualMachines/read\",\"Microsoft.LabServices/labs/virtualMachines/start/action\"\ - ,\"Microsoft.LabServices/labs/virtualMachines/stop/action\",\"Microsoft.LabServices/labs/virtualMachines/reimage/action\"\ - ,\"Microsoft.LabServices/labs/virtualMachines/redeploy/action\",\"Microsoft.LabServices/labs/virtualMachines/resetPassword/action\"\ - ,\"Microsoft.LabServices/locations/usages/read\",\"Microsoft.LabServices/skus/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2021-11-11T00:56:41.9942935Z\",\"updatedOn\":\"2021-11-11T20:15:29.3242664Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a36e6959-b6be-4b12-8e9f-ef4b474d304d\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a36e6959-b6be-4b12-8e9f-ef4b474d304d\"\ - },{\"properties\":{\"roleName\":\"Lab Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"The lab contributor role\",\"assignableScopes\":[\"/\"\ - ],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ - ,\"Microsoft.LabServices/labPlans/saveImage/action\",\"Microsoft.LabServices/labs/read\"\ - ,\"Microsoft.LabServices/labs/write\",\"Microsoft.LabServices/labs/delete\"\ - ,\"Microsoft.LabServices/labs/publish/action\",\"Microsoft.LabServices/labs/syncGroup/action\"\ - ,\"Microsoft.LabServices/labs/schedules/read\",\"Microsoft.LabServices/labs/schedules/write\"\ - ,\"Microsoft.LabServices/labs/schedules/delete\",\"Microsoft.LabServices/labs/users/read\"\ - ,\"Microsoft.LabServices/labs/users/write\",\"Microsoft.LabServices/labs/users/delete\"\ - ,\"Microsoft.LabServices/labs/users/invite/action\",\"Microsoft.LabServices/labs/virtualMachines/read\"\ - ,\"Microsoft.LabServices/labs/virtualMachines/start/action\",\"Microsoft.LabServices/labs/virtualMachines/stop/action\"\ - ,\"Microsoft.LabServices/labs/virtualMachines/reimage/action\",\"Microsoft.LabServices/labs/virtualMachines/redeploy/action\"\ - ,\"Microsoft.LabServices/labs/virtualMachines/resetPassword/action\",\"Microsoft.LabServices/locations/usages/read\"\ - ,\"Microsoft.LabServices/skus/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.LabServices/labPlans/createLab/action\"],\"\ - notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:57:05.9018065Z\",\"updatedOn\"\ - :\"2021-11-11T20:15:29.4992096Z\",\"createdBy\":null,\"updatedBy\":null},\"\ - id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5daaa2af-1fe8-407c-9122-bba179798270\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5daaa2af-1fe8-407c-9122-bba179798270\"\ - },{\"properties\":{\"roleName\":\"Security Admin\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Security Admin Role\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Authorization/policyAssignments/*\"\ - ,\"Microsoft.Authorization/policyDefinitions/*\",\"Microsoft.Authorization/policyExemptions/*\"\ - ,\"Microsoft.Authorization/policySetDefinitions/*\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.operationalInsights/workspaces/*/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Security/*\",\"Microsoft.IoTSecurity/*\",\"Microsoft.Support/*\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2017-05-03T07:51:23.0917487Z\",\"updatedOn\":\"2021-11-15T06:42:49.8263550Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fb1c8493-542b-48eb-b624-b4c8fea62acd\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fb1c8493-542b-48eb-b624-b4c8fea62acd\"\ - },{\"properties\":{\"roleName\":\"Web PubSub Service Owner (Preview)\",\"\ - type\":\"BuiltInRole\",\"description\":\"Full access to Azure Web PubSub Service\ - \ REST APIs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ - notActions\":[],\"dataActions\":[\"Microsoft.SignalRService/WebPubSub/*\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2021-03-24T09:10:11.8335180Z\",\"\ - updatedOn\":\"2021-11-16T05:16:52.6491279Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/12cf5a90-567b-43ae-8102-96cf46c7d9b4\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"12cf5a90-567b-43ae-8102-96cf46c7d9b4\"\ - },{\"properties\":{\"roleName\":\"Web PubSub Service Reader (Preview)\",\"\ - type\":\"BuiltInRole\",\"description\":\"Read-only access to Azure Web PubSub\ - \ Service REST APIs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[],\"notActions\":[],\"dataActions\":[\"Microsoft.SignalRService/WebPubSub/*/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2021-03-24T09:11:12.6235436Z\",\"\ - updatedOn\":\"2021-11-16T05:17:12.8340953Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bfb1c7d2-fb1a-466b-b2ba-aee63b92deaf\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bfb1c7d2-fb1a-466b-b2ba-aee63b92deaf\"\ - },{\"properties\":{\"roleName\":\"SignalR App Server\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets your app server access SignalR Service with AAD auth\ - \ options.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ - notActions\":[],\"dataActions\":[\"Microsoft.SignalRService/SignalR/auth/accessKey/action\"\ - ,\"Microsoft.SignalRService/SignalR/serverConnection/write\",\"Microsoft.SignalRService/SignalR/clientConnection/write\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-29T06:54:40.1201435Z\",\"\ - updatedOn\":\"2021-11-16T05:19:04.8579948Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/420fcaa2-552c-430f-98ca-3264be4806c7\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"420fcaa2-552c-430f-98ca-3264be4806c7\"\ - },{\"properties\":{\"roleName\":\"Virtual Machine User Login\",\"type\":\"\ - BuiltInRole\",\"description\":\"View Virtual Machines in the portal and login\ - \ as a regular user.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\"\ - ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/read\"\ - ,\"Microsoft.Compute/virtualMachines/*/read\",\"Microsoft.HybridCompute/machines/*/read\"\ - ,\"Microsoft.HybridConnectivity/endpoints/listCredentials/action\"],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.Compute/virtualMachines/login/action\",\"\ - Microsoft.HybridCompute/machines/login/action\"],\"notDataActions\":[]}],\"\ - createdOn\":\"2018-02-09T18:36:13.3315744Z\",\"updatedOn\":\"2021-11-18T00:55:50.6185845Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fb879df8-f326-4884-b1cf-06f3ad86be52\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fb879df8-f326-4884-b1cf-06f3ad86be52\"\ - },{\"properties\":{\"roleName\":\"Virtual Machine Administrator Login\",\"\ - type\":\"BuiltInRole\",\"description\":\"View Virtual Machines in the portal\ - \ and login as administrator\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\"\ - ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/read\"\ - ,\"Microsoft.Compute/virtualMachines/*/read\",\"Microsoft.HybridCompute/machines/*/read\"\ - ,\"Microsoft.HybridConnectivity/endpoints/listCredentials/action\"],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.Compute/virtualMachines/login/action\",\"\ - Microsoft.Compute/virtualMachines/loginAsAdmin/action\",\"Microsoft.HybridCompute/machines/login/action\"\ - ,\"Microsoft.HybridCompute/machines/loginAsAdmin/action\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2018-02-09T18:36:13.3315744Z\",\"updatedOn\":\"2021-11-18T00:56:53.8134295Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1c0163c0-47e6-4577-8991-ea5c82e286e4\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1c0163c0-47e6-4577-8991-ea5c82e286e4\"\ - },{\"properties\":{\"roleName\":\"Azure Arc VMware Private Clouds Onboarding\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Azure Arc VMware Private Clouds\ - \ Onboarding role has permissions to provision all the required resources\ - \ for onboard and deboard vCenter instances to Azure.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ConnectedVMwarevSphere/vcenters/Write\"\ - ,\"Microsoft.ConnectedVMwarevSphere/vcenters/Read\",\"Microsoft.ConnectedVMwarevSphere/vcenters/Delete\"\ - ,\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ - ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ - ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ - ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ - ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ - ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ - ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ - ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ - ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ - Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ - ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ - ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.KubernetesConfiguration/extensions/Write\"\ - ,\"Microsoft.KubernetesConfiguration/extensions/Read\",\"Microsoft.KubernetesConfiguration/extensions/Delete\"\ - ,\"Microsoft.KubernetesConfiguration/operations/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ - ,\"Microsoft.ExtendedLocation/customLocations/Write\",\"Microsoft.ExtendedLocation/customLocations/Delete\"\ - ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\",\"Microsoft.ResourceConnector/appliances/Read\"\ - ,\"Microsoft.ResourceConnector/appliances/Write\",\"Microsoft.ResourceConnector/appliances/Delete\"\ - ,\"Microsoft.BackupSolutions/vmwareapplications/write\",\"Microsoft.BackupSolutions/vmwareapplications/delete\"\ - ,\"Microsoft.BackupSolutions/vmwareapplications/read\"],\"notActions\":[],\"\ - dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-01T22:18:08.4480747Z\"\ - ,\"updatedOn\":\"2022-09-26T15:06:14.2584743Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/67d33e57-3129-45e6-bb0b-7cc522f762fa\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"67d33e57-3129-45e6-bb0b-7cc522f762fa\"\ - },{\"properties\":{\"roleName\":\"Chamber Admin\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you manage everything under your Modeling and Simulation\ - \ Workbench chamber.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.ModSimWorkbench/*/read\",\"Microsoft.ModSimWorkbench/workbenches/chambers/*\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ - :[\"Microsoft.ModSimWorkbench/workbenches/chambers/fileRequests/manage/action\"\ - ],\"dataActions\":[\"Microsoft.ModSimWorkbench/workbenches/chambers/upload/action\"\ - ,\"Microsoft.ModSimWorkbench/workbenches/chambers/files/*\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2021-12-15T20:53:14.4428297Z\",\"updatedOn\":\"2023-02-08T21:48:40.8992376Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4e9b8407-af2e-495b-ae54-bb60a55b1b5a\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4e9b8407-af2e-495b-ae54-bb60a55b1b5a\"\ - },{\"properties\":{\"roleName\":\"Chamber User\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you view everything under your Modeling and Simulation\ - \ Workbench chamber, but not make any changes.\",\"assignableScopes\":[\"\ - /\"],\"permissions\":[{\"actions\":[\"Microsoft.ModSimWorkbench/workbenches/chambers/*/read\"\ - ,\"Microsoft.ModSimWorkbench/workbenches/chambers/workloads/*\",\"Microsoft.ModSimWorkbench/workbenches/chambers/getUploadUri/action\"\ - ,\"Microsoft.ModSimWorkbench/workbenches/chambers/fileRequests/getDownloadUri/action\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.ModSimWorkbench/workbenches/chambers/upload/action\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2021-12-15T20:51:06.2119764Z\",\"\ - updatedOn\":\"2023-02-08T21:48:40.8982384Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4447db05-44ed-4da3-ae60-6cbece780e32\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4447db05-44ed-4da3-ae60-6cbece780e32\"\ - },{\"properties\":{\"roleName\":\"Windows Admin Center Administrator Login\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Let's you manage the OS of your\ - \ resource via Windows Admin Center as an administrator.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/*/read\"\ - ,\"Microsoft.HybridCompute/machines/extensions/*\",\"Microsoft.HybridCompute/machines/upgradeExtensions/action\"\ - ,\"Microsoft.HybridCompute/operations/read\",\"Microsoft.Network/networkInterfaces/read\"\ - ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/publicIPAddresses/read\"\ - ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/networkSecurityGroups/read\"\ - ,\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules/read\",\"\ - Microsoft.Network/networkWatchers/securityGroupView/action\",\"Microsoft.Network/networkSecurityGroups/securityRules/read\"\ - ,\"Microsoft.Network/networkSecurityGroups/securityRules/write\",\"Microsoft.HybridConnectivity/endpoints/write\"\ - ,\"Microsoft.HybridConnectivity/endpoints/read\",\"Microsoft.HybridConnectivity/endpoints/listManagedProxyDetails/action\"\ - ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/patchAssessmentResults/latest/read\"\ - ,\"Microsoft.Compute/virtualMachines/patchAssessmentResults/latest/softwarePatches/read\"\ - ,\"Microsoft.Compute/virtualMachines/patchInstallationResults/read\",\"Microsoft.Compute/virtualMachines/patchInstallationResults/softwarePatches/read\"\ - ,\"Microsoft.Compute/virtualMachines/extensions/read\",\"Microsoft.Compute/virtualMachines/instanceView/read\"\ - ,\"Microsoft.Compute/virtualMachines/runCommands/read\",\"Microsoft.Compute/virtualMachines/vmSizes/read\"\ - ,\"Microsoft.Compute/locations/publishers/artifacttypes/types/read\",\"Microsoft.Compute/locations/publishers/artifacttypes/types/versions/read\"\ - ,\"Microsoft.Compute/diskAccesses/read\",\"Microsoft.Compute/galleries/images/read\"\ - ,\"Microsoft.Compute/images/read\",\"Microsoft.AzureStackHCI/Clusters/Read\"\ - ,\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Read\",\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Extensions/Read\"\ - ,\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Extensions/Write\",\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Extensions/Delete\"\ - ,\"Microsoft.AzureStackHCI/Operations/Read\",\"Microsoft.ConnectedVMwarevSphere/VirtualMachines/Read\"\ - ,\"Microsoft.ConnectedVMwarevSphere/VirtualMachines/Extensions/Write\",\"\ - Microsoft.ConnectedVMwarevSphere/VirtualMachines/Extensions/Read\"],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.HybridCompute/machines/WACLoginAsAdmin/action\"\ - ,\"Microsoft.Compute/virtualMachines/WACloginAsAdmin/action\",\"Microsoft.AzureStackHCI/Clusters/WACloginAsAdmin/Action\"\ - ,\"Microsoft.ConnectedVMwarevSphere/virtualmachines/WACloginAsAdmin/action\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2022-01-12T00:51:19.5581155Z\",\"\ - updatedOn\":\"2022-12-06T08:55:26.6040760Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a6333a3e-0164-44c3-b281-7a577aff287f\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a6333a3e-0164-44c3-b281-7a577aff287f\"\ - },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Policy Add-on Deployment\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Deploy the Azure Policy add-on\ - \ on Azure Kubernetes Service clusters\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Resources/deployments/*\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ - ,\"Microsoft.Network/publicIPPrefixes/join/action\",\"Microsoft.Network/publicIPAddresses/join/action\"\ - ,\"Microsoft.Compute/diskEncryptionSets/read\",\"Microsoft.Compute/proximityPlacementGroups/write\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2022-02-07T20:51:48.5662807Z\",\"updatedOn\":\"2022-03-15T19:19:34.9035909Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18ed5180-3e48-46fd-8541-4ea054d57064\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18ed5180-3e48-46fd-8541-4ea054d57064\"\ - },{\"properties\":{\"roleName\":\"Guest Configuration Resource Contributor\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Lets you read, write Guest Configuration\ - \ Resource.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ - Microsoft.GuestConfiguration/guestConfigurationAssignments/write\",\"Microsoft.GuestConfiguration/guestConfigurationAssignments/read\"\ - ,\"Microsoft.GuestConfiguration/guestConfigurationAssignments/*/read\",\"\ - Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\":[],\"\ - notDataActions\":[]}],\"createdOn\":\"2022-01-13T21:31:41.9626667Z\",\"updatedOn\"\ - :\"2022-02-10T19:22:44.9057916Z\",\"createdBy\":null,\"updatedBy\":null},\"\ - id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/088ab73d-1256-47ae-bea9-9de8e7131f31\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"088ab73d-1256-47ae-bea9-9de8e7131f31\"\ - },{\"properties\":{\"roleName\":\"Domain Services Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Can view Azure AD Domain Services and related network configurations\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/operations/read\"\ - ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ - ,\"Microsoft.Insights/Logs/Read\",\"Microsoft.Insights/Metrics/read\",\"Microsoft.Insights/DiagnosticSettings/read\"\ - ,\"Microsoft.Insights/DiagnosticSettingsCategories/Read\",\"Microsoft.AAD/domainServices/*/read\"\ - ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ - ,\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/diagnosticSettings/read\"\ - ,\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ - ,\"Microsoft.Network/azureFirewalls/read\",\"Microsoft.Network/ddosProtectionPlans/read\"\ - ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/*/read\"\ - ,\"Microsoft.Network/natGateways/read\",\"Microsoft.Network/networkInterfaces/read\"\ - ,\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules/read\",\"\ - Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/networkSecurityGroups/securityRules/read\"\ - ,\"Microsoft.Network/routeTables/read\",\"Microsoft.Network/routeTables/routes/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2022-02-15T19:38:46.9043170Z\",\"updatedOn\":\"2022-06-24T19:00:35.7895894Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/361898ef-9ed1-48c2-849c-a832951106bb\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"361898ef-9ed1-48c2-849c-a832951106bb\"\ - },{\"properties\":{\"roleName\":\"Domain Services Contributor\",\"type\":\"\ - BuiltInRole\",\"description\":\"Can manage Azure AD Domain Services and related\ - \ network configurations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/read\"\ - ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ - ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ - ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ - ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/AlertRules/Write\"\ - ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ - ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ - ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ - ,\"Microsoft.Insights/Logs/Read\",\"Microsoft.Insights/Metrics/Read\",\"Microsoft.Insights/DiagnosticSettings/*\"\ - ,\"Microsoft.Insights/DiagnosticSettingsCategories/Read\",\"Microsoft.AAD/register/action\"\ - ,\"Microsoft.AAD/unregister/action\",\"Microsoft.AAD/domainServices/*\",\"\ - Microsoft.Network/register/action\",\"Microsoft.Network/unregister/action\"\ - ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/write\"\ - ,\"Microsoft.Network/virtualNetworks/delete\",\"Microsoft.Network/virtualNetworks/peer/action\"\ - ,\"Microsoft.Network/virtualNetworks/join/action\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ - ,\"Microsoft.Network/virtualNetworks/subnets/write\",\"Microsoft.Network/virtualNetworks/subnets/delete\"\ - ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/read\"\ - ,\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/write\",\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/delete\"\ - ,\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/diagnosticSettings/read\"\ - ,\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ - ,\"Microsoft.Network/azureFirewalls/read\",\"Microsoft.Network/ddosProtectionPlans/read\"\ - ,\"Microsoft.Network/ddosProtectionPlans/join/action\",\"Microsoft.Network/loadBalancers/read\"\ - ,\"Microsoft.Network/loadBalancers/delete\",\"Microsoft.Network/loadBalancers/*/read\"\ - ,\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\"\ - ,\"Microsoft.Network/natGateways/join/action\",\"Microsoft.Network/networkInterfaces/read\"\ - ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/networkInterfaces/delete\"\ - ,\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules/read\"\ - ,\"Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/networkSecurityGroups/write\"\ - ,\"Microsoft.Network/networkSecurityGroups/delete\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ - ,\"Microsoft.Network/networkSecurityGroups/securityRules/read\",\"Microsoft.Network/networkSecurityGroups/securityRules/write\"\ - ,\"Microsoft.Network/networkSecurityGroups/securityRules/delete\",\"Microsoft.Network/routeTables/read\"\ - ,\"Microsoft.Network/routeTables/write\",\"Microsoft.Network/routeTables/delete\"\ - ,\"Microsoft.Network/routeTables/join/action\",\"Microsoft.Network/routeTables/routes/read\"\ - ,\"Microsoft.Network/routeTables/routes/write\",\"Microsoft.Network/routeTables/routes/delete\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2022-02-15T19:40:22.3943189Z\",\"updatedOn\":\"2022-06-24T19:00:35.7895894Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/eeaeda52-9324-47f6-8069-5d5bade478b2\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"eeaeda52-9324-47f6-8069-5d5bade478b2\"\ - },{\"properties\":{\"roleName\":\"DNS Resolver Contributor\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Lets you manage DNS resolver resources.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Network/dnsResolvers/read\"\ - ,\"Microsoft.Network/dnsResolvers/write\",\"Microsoft.Network/dnsResolvers/delete\"\ - ,\"Microsoft.Network/dnsResolvers/join/action\",\"Microsoft.Network/dnsResolvers/inboundEndpoints/read\"\ - ,\"Microsoft.Network/dnsResolvers/inboundEndpoints/write\",\"Microsoft.Network/dnsResolvers/inboundEndpoints/delete\"\ - ,\"Microsoft.Network/dnsResolvers/inboundEndpoints/join/action\",\"Microsoft.Network/dnsResolvers/outboundEndpoints/read\"\ - ,\"Microsoft.Network/dnsResolvers/outboundEndpoints/write\",\"Microsoft.Network/dnsResolvers/outboundEndpoints/delete\"\ - ,\"Microsoft.Network/dnsResolvers/outboundEndpoints/join/action\",\"Microsoft.Network/dnsForwardingRulesets/read\"\ - ,\"Microsoft.Network/dnsForwardingRulesets/write\",\"Microsoft.Network/dnsForwardingRulesets/delete\"\ - ,\"Microsoft.Network/dnsForwardingRulesets/join/action\",\"Microsoft.Network/dnsForwardingRulesets/forwardingRules/read\"\ - ,\"Microsoft.Network/dnsForwardingRulesets/forwardingRules/write\",\"Microsoft.Network/dnsForwardingRulesets/forwardingRules/delete\"\ - ,\"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks/read\",\"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks/write\"\ - ,\"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks/delete\",\"\ - Microsoft.Network/locations/dnsResolverOperationResults/read\",\"Microsoft.Network/locations/dnsResolverOperationStatuses/read\"\ - ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/join/action\"\ - ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/write\"\ - ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/join/action\"\ - ,\"Microsoft.Network/virtualNetworks/joinLoadBalancer/action\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ - ,\"Microsoft.Network/virtualNetworks/subnets/joinLoadBalancer/action\",\"\ - Microsoft.Network/natGateways/join/action\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ - ,\"Microsoft.Network/routeTables/join/action\",\"Microsoft.Network/serviceEndpointPolicies/join/action\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2022-02-16T23:25:04.4308795Z\",\"updatedOn\":\"2022-03-11T20:54:26.6355690Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0f2ebee7-ffd4-4fc0-b3b7-664099fdad5d\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0f2ebee7-ffd4-4fc0-b3b7-664099fdad5d\"\ - },{\"properties\":{\"roleName\":\"Data Operator for Managed Disks\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Provides permissions to upload data to\ - \ empty managed disks, read, or export data of managed disks (not attached\ - \ to running VMs) and snapshots using SAS URIs and Azure AD authentication.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.Compute/disks/download/action\",\"Microsoft.Compute/disks/upload/action\"\ - ,\"Microsoft.Compute/snapshots/download/action\",\"Microsoft.Compute/snapshots/upload/action\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2022-03-01T01:28:23.8601778Z\",\"\ - updatedOn\":\"2022-03-01T01:28:23.8601778Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/959f8984-c045-4866-89c7-12bf9737be2e\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"959f8984-c045-4866-89c7-12bf9737be2e\"\ - },{\"properties\":{\"roleName\":\"AgFood Platform Sensor Partner Contributor\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Provides contribute access to\ - \ manage sensor related entities in AgFood Platform Service\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ - :[\"Microsoft.AgFoodPlatform/farmBeats/sensorPartnerScope/*\"],\"notDataActions\"\ - :[\"Microsoft.AgFoodPlatform/farmBeats/sensorPartnerScope/sensors/delete\"\ - ]}],\"createdOn\":\"2022-03-09T04:58:21.1168561Z\",\"updatedOn\":\"2022-10-26T05:24:21.6704842Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6b77f0a0-0d89-41cc-acd1-579c22c17a67\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6b77f0a0-0d89-41cc-acd1-579c22c17a67\"\ - },{\"properties\":{\"roleName\":\"Compute Gallery Sharing Admin\",\"type\"\ - :\"BuiltInRole\",\"description\":\"This role allows user to share gallery\ - \ to another subscription/tenant or share it to the public.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/galleries/share/action\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2022-03-10T00:33:29.0395291Z\",\"updatedOn\":\"2022-03-25T20:37:05.1839457Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1ef6a3be-d0ac-425d-8c01-acb62866290b\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1ef6a3be-d0ac-425d-8c01-acb62866290b\"\ - },{\"properties\":{\"roleName\":\"Scheduled Patching Contributor\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Provides access to manage maintenance configurations\ - \ with maintenance scope InGuestPatch and corresponding configuration assignments\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Maintenance/maintenanceConfigurations/read\"\ - ,\"Microsoft.Maintenance/maintenanceConfigurations/write\",\"Microsoft.Maintenance/maintenanceConfigurations/delete\"\ - ,\"Microsoft.Maintenance/configurationAssignments/read\",\"Microsoft.Maintenance/configurationAssignments/write\"\ - ,\"Microsoft.Maintenance/configurationAssignments/delete\",\"Microsoft.Maintenance/configurationAssignments/maintenanceScope/InGuestPatch/read\"\ - ,\"Microsoft.Maintenance/configurationAssignments/maintenanceScope/InGuestPatch/write\"\ - ,\"Microsoft.Maintenance/configurationAssignments/maintenanceScope/InGuestPatch/delete\"\ - ,\"Microsoft.Maintenance/maintenanceConfigurations/maintenanceScope/InGuestPatch/read\"\ - ,\"Microsoft.Maintenance/maintenanceConfigurations/maintenanceScope/InGuestPatch/write\"\ - ,\"Microsoft.Maintenance/maintenanceConfigurations/maintenanceScope/InGuestPatch/delete\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2022-03-21T10:28:02.1319658Z\",\"updatedOn\":\"2022-04-13T08:04:33.5842713Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cd08ab90-6b14-449c-ad9a-8f8e549482c6\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cd08ab90-6b14-449c-ad9a-8f8e549482c6\"\ - },{\"properties\":{\"roleName\":\"DevCenter Dev Box User\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Provides access to create and manage dev boxes.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DevCenter/projects/read\"\ - ,\"Microsoft.DevCenter/projects/*/read\",\"Microsoft.Fidalgo/projects/read\"\ - ,\"Microsoft.Fidalgo/projects/*/read\",\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.DevCenter/projects/users/devboxes/userStop/action\"\ - ,\"Microsoft.DevCenter/projects/users/devboxes/userStart/action\",\"Microsoft.DevCenter/projects/users/devboxes/userGetRemoteConnection/action\"\ - ,\"Microsoft.DevCenter/projects/users/devboxes/userRead/action\",\"Microsoft.DevCenter/projects/users/devboxes/userWrite/action\"\ - ,\"Microsoft.DevCenter/projects/users/devboxes/userDelete/action\",\"Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionRead/action\"\ - ,\"Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionManage/action\"\ - ,\"Microsoft.Fidalgo/projects/users/virtualMachines/userStop/action\",\"Microsoft.Fidalgo/projects/users/virtualMachines/userStart/action\"\ - ,\"Microsoft.Fidalgo/projects/users/virtualMachines/userGetRdpFileContent/action\"\ - ,\"Microsoft.Fidalgo/projects/users/virtualMachines/userRead/action\",\"Microsoft.Fidalgo/projects/users/virtualMachines/userWrite/action\"\ - ,\"Microsoft.Fidalgo/projects/users/virtualMachines/userDelete/action\"],\"\ - notDataActions\":[]}],\"createdOn\":\"2022-03-31T18:38:03.5210123Z\",\"updatedOn\"\ - :\"2023-01-09T21:52:29.5985029Z\",\"createdBy\":null,\"updatedBy\":null},\"\ - id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45d50f46-0b78-4001-a660-4198cbe8cd05\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"45d50f46-0b78-4001-a660-4198cbe8cd05\"\ - },{\"properties\":{\"roleName\":\"DevCenter Project Admin\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Provides access to manage project resources.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DevCenter/projects/*\"\ - ,\"Microsoft.Fidalgo/projects/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ - :[\"Microsoft.DevCenter/projects/write\",\"Microsoft.DevCenter/projects/delete\"\ - ,\"Microsoft.Fidalgo/projects/write\",\"Microsoft.Fidalgo/projects/delete\"\ - ],\"dataActions\":[\"Microsoft.DevCenter/projects/users/devboxes/adminStart/action\"\ - ,\"Microsoft.DevCenter/projects/users/devboxes/adminStop/action\",\"Microsoft.DevCenter/projects/users/devboxes/adminRead/action\"\ - ,\"Microsoft.DevCenter/projects/users/devboxes/adminWrite/action\",\"Microsoft.DevCenter/projects/users/devboxes/adminDelete/action\"\ - ,\"Microsoft.DevCenter/projects/users/devboxes/userStop/action\",\"Microsoft.DevCenter/projects/users/devboxes/userStart/action\"\ - ,\"Microsoft.DevCenter/projects/users/devboxes/userGetRemoteConnection/action\"\ - ,\"Microsoft.DevCenter/projects/users/devboxes/userRead/action\",\"Microsoft.DevCenter/projects/users/devboxes/userWrite/action\"\ - ,\"Microsoft.DevCenter/projects/users/devboxes/userDelete/action\",\"Microsoft.DevCenter/projects/users/environments/adminRead/action\"\ - ,\"Microsoft.DevCenter/projects/users/environments/userWrite/action\",\"Microsoft.DevCenter/projects/users/environments/userDelete/action\"\ - ,\"Microsoft.DevCenter/projects/users/environments/adminDelete/action\",\"\ - Microsoft.DevCenter/projects/users/environments/adminAction/action\",\"Microsoft.Fidalgo/projects/users/virtualMachines/adminStart/action\"\ - ,\"Microsoft.Fidalgo/projects/users/virtualMachines/adminStop/action\",\"\ - Microsoft.Fidalgo/projects/users/virtualMachines/adminRead/action\",\"Microsoft.Fidalgo/projects/users/virtualMachines/adminWrite/action\"\ - ,\"Microsoft.Fidalgo/projects/users/virtualMachines/adminDelete/action\",\"\ - Microsoft.Fidalgo/projects/users/virtualMachines/userStop/action\",\"Microsoft.Fidalgo/projects/users/virtualMachines/userStart/action\"\ - ,\"Microsoft.Fidalgo/projects/users/virtualMachines/userGetRdpFileContent/action\"\ - ,\"Microsoft.Fidalgo/projects/users/virtualMachines/userRead/action\",\"Microsoft.Fidalgo/projects/users/virtualMachines/userWrite/action\"\ - ,\"Microsoft.Fidalgo/projects/users/virtualMachines/userDelete/action\"],\"\ - notDataActions\":[]}],\"createdOn\":\"2022-03-31T19:42:55.7106886Z\",\"updatedOn\"\ - :\"2022-10-11T07:53:29.7067755Z\",\"createdBy\":null,\"updatedBy\":null},\"\ - id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/331c37c6-af14-46d9-b9f4-e1909e1b95a0\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"331c37c6-af14-46d9-b9f4-e1909e1b95a0\"\ - },{\"properties\":{\"roleName\":\"Virtual Machine Local User Login\",\"type\"\ - :\"BuiltInRole\",\"description\":\"View Virtual Machines in the portal and\ - \ login as a local user configured on the arc server\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/*/read\"\ - ,\"Microsoft.HybridConnectivity/endpoints/listCredentials/action\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-06T23:57:10.4104571Z\"\ - ,\"updatedOn\":\"2022-04-16T18:55:26.3037328Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/602da2ba-a5c2-41da-b01d-5360126ab525\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"602da2ba-a5c2-41da-b01d-5360126ab525\"\ - },{\"properties\":{\"roleName\":\"Azure Arc ScVmm VM Contributor\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Arc ScVmm VM Contributor has permissions\ - \ to perform all VM actions.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"microsoft.scvmm/virtualmachines/*\",\"Microsoft.Insights/AlertRules/Write\"\ - ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ - ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ - ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ - ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ - ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ - ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ - ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ - ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ - ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ - Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ - ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ - ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Resources/subscriptions/operationresults/read\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T17:19:45.4667566Z\"\ - ,\"updatedOn\":\"2022-05-05T20:34:37.0090465Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e582369a-e17b-42a5-b10c-874c387c530b\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e582369a-e17b-42a5-b10c-874c387c530b\"\ - },{\"properties\":{\"roleName\":\"Azure Arc ScVmm Private Clouds Onboarding\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Azure Arc ScVmm Private Clouds\ - \ Onboarding role has permissions to provision all the required resources\ - \ for onboard and deboard vmm server instances to Azure.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"microsoft.scvmm/vmmservers/Read\"\ - ,\"microsoft.scvmm/vmmservers/Write\",\"microsoft.scvmm/vmmservers/Delete\"\ - ,\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ - ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ - ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ - ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ - ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ - ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ - ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ - ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ - ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ - Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ - ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ - ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Resources/subscriptions/operationresults/read\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T17:20:24.2592061Z\"\ - ,\"updatedOn\":\"2022-05-05T20:34:37.0246727Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6aac74c4-6311-40d2-bbdd-7d01e7c6e3a9\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6aac74c4-6311-40d2-bbdd-7d01e7c6e3a9\"\ - },{\"properties\":{\"roleName\":\"Azure Arc ScVmm Private Cloud User\",\"\ - type\":\"BuiltInRole\",\"description\":\"Azure Arc ScVmm Private Cloud User\ - \ has permissions to use the ScVmm resources to deploy VMs.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/AlertRules/Write\"\ - ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ - ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ - ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ - ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ - ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ - ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ - ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ - ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ - ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ - Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ - ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ - ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"microsoft.scvmm/virtualnetworks/join/action\"\ - ,\"microsoft.scvmm/virtualnetworks/Read\",\"microsoft.scvmm/virtualmachinetemplates/clone/action\"\ - ,\"microsoft.scvmm/virtualmachinetemplates/Read\",\"microsoft.scvmm/clouds/deploy/action\"\ - ,\"microsoft.scvmm/clouds/Read\"],\"notActions\":[],\"dataActions\":[],\"\ - notDataActions\":[]}],\"createdOn\":\"2022-04-13T17:21:33.4624374Z\",\"updatedOn\"\ - :\"2022-05-05T20:34:37.0246727Z\",\"createdBy\":null,\"updatedBy\":null},\"\ - id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c0781e91-8102-4553-8951-97c6d4243cda\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c0781e91-8102-4553-8951-97c6d4243cda\"\ - },{\"properties\":{\"roleName\":\"Azure Arc ScVmm Administrator role\",\"\ - type\":\"BuiltInRole\",\"description\":\"Arc ScVmm VM Administrator has permissions\ - \ to perform all ScVmm actions.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.ScVmm/*\",\"Microsoft.Insights/AlertRules/Write\"\ - ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ - ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ - ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ - ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ - ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ - ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ - ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ - ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ - ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ - Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ - ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ - ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Resources/subscriptions/operationresults/read\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T17:23:36.5115227Z\"\ - ,\"updatedOn\":\"2022-05-05T20:34:37.0246727Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a92dfd61-77f9-4aec-a531-19858b406c87\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a92dfd61-77f9-4aec-a531-19858b406c87\"\ - },{\"properties\":{\"roleName\":\"FHIR Data Importer\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Role allows user or principal to read and import FHIR Data\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\"\ - ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/import/action\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2022-04-19T07:59:50.0236181Z\",\"\ - updatedOn\":\"2022-04-21T09:16:15.3849248Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4465e953-8ced-4406-a58e-0f6e3f3b530b\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4465e953-8ced-4406-a58e-0f6e3f3b530b\"\ - },{\"properties\":{\"roleName\":\"API Management Developer Portal Content\ - \ Editor\",\"type\":\"BuiltInRole\",\"description\":\"Can customize the developer\ - \ portal, edit its content, and publish it.\",\"assignableScopes\":[\"/\"\ - ],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/portalRevisions/read\"\ - ,\"Microsoft.ApiManagement/service/portalRevisions/write\",\"Microsoft.ApiManagement/service/contentTypes/read\"\ - ,\"Microsoft.ApiManagement/service/contentTypes/delete\",\"Microsoft.ApiManagement/service/contentTypes/write\"\ - ,\"Microsoft.ApiManagement/service/contentTypes/contentItems/read\",\"Microsoft.ApiManagement/service/contentTypes/contentItems/write\"\ - ,\"Microsoft.ApiManagement/service/contentTypes/contentItems/delete\"],\"\ - notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ - 2022-05-06T17:42:10.1276527Z\",\"updatedOn\":\"2022-05-10T21:44:17.7458996Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c031e6a8-4391-4de0-8d69-4706a7ed3729\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c031e6a8-4391-4de0-8d69-4706a7ed3729\"\ - },{\"properties\":{\"roleName\":\"VM Scanner Operator\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Role that provides access to disk snapshot for security\ - \ analysis.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ - Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/beginGetAccess/action\"\ - ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Compute/virtualMachines/read\"\ - ,\"Microsoft.Compute/virtualMachineScaleSets/instanceView/read\",\"Microsoft.Compute/virtualMachineScaleSets/read\"\ - ,\"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/read\",\"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/instanceView/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2022-05-15T14:44:58.0697864Z\",\"updatedOn\":\"2022-06-06T17:44:18.2603469Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d24ecba3-c1f4-40fa-a7bb-4588a071e8fd\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d24ecba3-c1f4-40fa-a7bb-4588a071e8fd\"\ - },{\"properties\":{\"roleName\":\"Elastic SAN Owner\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Allows for full access to all resources under Azure Elastic\ - \ SAN including changing network security policies to unblock data path access\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ElasticSan/elasticSans/*\"\ - ,\"Microsoft.ElasticSan/locations/*\"],\"notActions\":[],\"dataActions\":[],\"\ - notDataActions\":[]}],\"createdOn\":\"2022-05-25T10:31:53.7129003Z\",\"updatedOn\"\ - :\"2022-08-22T15:27:30.0884957Z\",\"createdBy\":null,\"updatedBy\":null},\"\ - id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/80dcbedb-47ef-405d-95bd-188a1b4ac406\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"80dcbedb-47ef-405d-95bd-188a1b4ac406\"\ - },{\"properties\":{\"roleName\":\"Elastic SAN Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Allows for control path read access to Azure Elastic SAN\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/read\"\ - ,\"Microsoft.Authorization/roleDefinitions/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ElasticSan/elasticSans/*/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2022-05-31T04:56:26.3763359Z\",\"updatedOn\":\"2022-08-22T15:27:30.0884957Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/af6a70f8-3c9f-4105-acf1-d719e9fca4ca\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"af6a70f8-3c9f-4105-acf1-d719e9fca4ca\"\ - },{\"properties\":{\"roleName\":\"Desktop Virtualization Virtual Machine Contributor\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"This role is in preview and subject\ - \ to change. Provide permission to the Azure Virtual Desktop Resource Provider\ - \ to create, delete, update, start, and stop virtual machines.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/hostpools/read\"\ - ,\"Microsoft.DesktopVirtualization/hostpools/write\",\"Microsoft.DesktopVirtualization/hostpools/retrieveRegistrationToken/action\"\ - ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/write\"\ - ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/delete\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/read\"\ - ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/disconnect/action\"\ - ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/sendMessage/action\"\ - ,\"Microsoft.DesktopVirtualization/hostpools/sessionHostConfigurations/read\"\ - ,\"Microsoft.Compute/availabilitySets/read\",\"Microsoft.Compute/availabilitySets/write\"\ - ,\"Microsoft.Compute/availabilitySets/vmSizes/read\",\"Microsoft.Compute/disks/read\"\ - ,\"Microsoft.Compute/disks/write\",\"Microsoft.Compute/disks/delete\",\"Microsoft.Compute/galleries/read\"\ - ,\"Microsoft.Compute/galleries/images/read\",\"Microsoft.Compute/galleries/images/versions/read\"\ - ,\"Microsoft.Compute/images/read\",\"Microsoft.Compute/locations/usages/read\"\ - ,\"Microsoft.Compute/locations/vmSizes/read\",\"Microsoft.Compute/operations/read\"\ - ,\"Microsoft.Compute/skus/read\",\"Microsoft.Compute/virtualMachines/read\"\ - ,\"Microsoft.Compute/virtualMachines/write\",\"Microsoft.Compute/virtualMachines/delete\"\ - ,\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.Compute/virtualMachines/powerOff/action\"\ - ,\"Microsoft.Compute/virtualMachines/restart/action\",\"Microsoft.Compute/virtualMachines/deallocate/action\"\ - ,\"Microsoft.Compute/virtualMachines/runCommand/action\",\"Microsoft.Compute/virtualMachines/extensions/read\"\ - ,\"Microsoft.Compute/virtualMachines/extensions/write\",\"Microsoft.Compute/virtualMachines/extensions/delete\"\ - ,\"Microsoft.Compute/virtualMachines/runCommands/read\",\"Microsoft.Compute/virtualMachines/runCommands/write\"\ - ,\"Microsoft.Compute/virtualMachines/vmSizes/read\",\"Microsoft.Network/networkSecurityGroups/read\"\ - ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/networkInterfaces/read\"\ - ,\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/networkInterfaces/delete\"\ - ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ - ,\"Microsoft.Marketplace/offerTypes/publishers/offers/plans/agreements/read\"\ - ,\"Microsoft.KeyVault/vaults/deploy/action\",\"Microsoft.Storage/storageAccounts/read\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ - Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2022-06-27T23:34:34.2924270Z\",\"updatedOn\":\"2022-07-14T23:59:09.6368154Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a959dbd1-f747-45e3-8ba6-dd80f235f97c\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a959dbd1-f747-45e3-8ba6-dd80f235f97c\"\ - },{\"properties\":{\"roleName\":\"Desktop Virtualization Power On Contributor\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"This role is in preview and subject\ - \ to change. Provide permission to the Azure Virtual Desktop Resource Provider\ - \ to start virtual machines.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.Compute/virtualMachines/read\"\ - ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-06-27T23:34:34.8048994Z\"\ - ,\"updatedOn\":\"2022-07-14T23:59:09.6368154Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/489581de-a3bd-480d-9518-53dea7416b33\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"489581de-a3bd-480d-9518-53dea7416b33\"\ - },{\"properties\":{\"roleName\":\"Desktop Virtualization Power On Off Contributor\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"This role is in preview and subject\ - \ to change. Provide permission to the Azure Virtual Desktop Resource Provider\ - \ to start and stop virtual machines.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.Compute/virtualMachines/read\"\ - ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Compute/virtualMachines/deallocate/action\"\ - ,\"Microsoft.Compute/virtualMachines/restart/action\",\"Microsoft.Compute/virtualMachines/powerOff/action\"\ - ,\"Microsoft.Insights/eventtypes/values/read\",\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.DesktopVirtualization/hostpools/read\"\ - ,\"Microsoft.DesktopVirtualization/hostpools/write\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ - ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/write\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/delete\"\ - ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/read\"\ - ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/sendMessage/action\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2022-06-27T23:34:34.8048994Z\",\"updatedOn\":\"2022-07-14T23:59:09.6368154Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/40c5ff49-9181-41f8-ae61-143b0e78555e\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"40c5ff49-9181-41f8-ae61-143b0e78555e\"\ - },{\"properties\":{\"roleName\":\"Elastic SAN Volume Group Owner\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Allows for full access to a volume group\ - \ in Azure Elastic SAN including changing network security policies to unblock\ - \ data path access\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ - ,\"Microsoft.ElasticSan/elasticSans/volumeGroups/*\",\"Microsoft.ElasticSan/locations/asyncoperations/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2022-07-01T12:56:46.0182642Z\",\"updatedOn\":\"2022-08-22T15:27:30.0884957Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a8281131-f312-4f34-8d98-ae12be9f0d23\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a8281131-f312-4f34-8d98-ae12be9f0d23\"\ - },{\"properties\":{\"roleName\":\"Access Review Operator Service Role\",\"\ - type\":\"BuiltInRole\",\"description\":\"Lets you grant Access Review System\ - \ app permissions to discover and revoke access as needed by the access review\ - \ process.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ - Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleAssignments/delete\"\ - ,\"Microsoft.Management/getEntities/action\"],\"notActions\":[],\"dataActions\"\ - :[],\"notDataActions\":[]}],\"createdOn\":\"2022-07-01T20:18:33.8473541Z\"\ - ,\"updatedOn\":\"2022-07-01T20:18:33.8473541Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/76cc9ee4-d5d3-4a45-a930-26add3d73475\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"76cc9ee4-d5d3-4a45-a930-26add3d73475\"\ - },{\"properties\":{\"roleName\":\"Code Signing Identity Verifier\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Manage identity or business verification\ - \ requests. This role is in preview and subject to change.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CodeSigning/*/read\"],\"\ - notActions\":[],\"dataActions\":[\"Microsoft.CodeSigning/IdentityVerification/Read\"\ - ,\"Microsoft.CodeSigning/IdentityVerification/Write\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2022-07-28T05:30:15.0114431Z\",\"updatedOn\":\"2022-11-01T05:16:07.2974025Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4339b7cf-9826-4e41-b4ed-c7f4505dac08\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4339b7cf-9826-4e41-b4ed-c7f4505dac08\"\ - },{\"properties\":{\"roleName\":\"Video Indexer Restricted Viewer\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Has access to view and search through all\ - \ video's insights and transcription in the Video Indexer portal. No access\ - \ to model customization, embedding of widget, downloading videos, or sharing\ - \ the account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.VideoIndexer/*/read\",\"Microsoft.VideoIndexer/accounts/*/action\"\ - ],\"notActions\":[\"Microsoft.VideoIndexer/*/write\",\"Microsoft.VideoIndexer/*/delete\"\ - ,\"Microsoft.VideoIndexer/accounts/generateAccessToken/action\"],\"dataActions\"\ - :[],\"notDataActions\":[]}],\"createdOn\":\"2022-08-08T18:06:28.4761091Z\"\ - ,\"updatedOn\":\"2022-08-08T18:06:28.4761091Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a2c4a527-7dc0-4ee3-897b-403ade70fafb\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a2c4a527-7dc0-4ee3-897b-403ade70fafb\"\ - },{\"properties\":{\"roleName\":\"Monitoring Data Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Can access the data in an Azure Monitor Workspace.\",\"\ - assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.Monitor/accounts/data/metrics/read\"],\"\ - notDataActions\":[]}],\"createdOn\":\"2022-08-18T21:42:07.5907559Z\",\"updatedOn\"\ - :\"2022-10-06T18:45:11.9001059Z\",\"createdBy\":null,\"updatedBy\":null},\"\ - id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b0d8363b-8ddd-447d-831f-62ca05bff136\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b0d8363b-8ddd-447d-831f-62ca05bff136\"\ - },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Writer\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Allows read/write access to most\ - \ objects in a namespace.This role does not allow viewing or modifying roles\ - \ or role bindings. However, this role allows accessing Secrets as any ServiceAccount\ - \ in the namespace, so it can be used to gain the API access levels of any\ - \ ServiceAccount in the namespace. Applying this role at cluster scope will\ - \ give access across all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ - ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.ContainerService/fleets/read\",\"Microsoft.ContainerService/fleets/listCredentials/action\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/fleets/apps/controllerrevisions/read\"\ - ,\"Microsoft.ContainerService/fleets/apps/daemonsets/*\",\"Microsoft.ContainerService/fleets/apps/deployments/*\"\ - ,\"Microsoft.ContainerService/fleets/apps/statefulsets/*\",\"Microsoft.ContainerService/fleets/autoscaling/horizontalpodautoscalers/*\"\ - ,\"Microsoft.ContainerService/fleets/batch/cronjobs/*\",\"Microsoft.ContainerService/fleets/batch/jobs/*\"\ - ,\"Microsoft.ContainerService/fleets/configmaps/*\",\"Microsoft.ContainerService/fleets/endpoints/*\"\ - ,\"Microsoft.ContainerService/fleets/events.k8s.io/events/read\",\"Microsoft.ContainerService/fleets/events/read\"\ - ,\"Microsoft.ContainerService/fleets/extensions/daemonsets/*\",\"Microsoft.ContainerService/fleets/extensions/deployments/*\"\ - ,\"Microsoft.ContainerService/fleets/extensions/ingresses/*\",\"Microsoft.ContainerService/fleets/extensions/networkpolicies/*\"\ - ,\"Microsoft.ContainerService/fleets/limitranges/read\",\"Microsoft.ContainerService/fleets/namespaces/read\"\ - ,\"Microsoft.ContainerService/fleets/networking.k8s.io/ingresses/*\",\"Microsoft.ContainerService/fleets/networking.k8s.io/networkpolicies/*\"\ - ,\"Microsoft.ContainerService/fleets/persistentvolumeclaims/*\",\"Microsoft.ContainerService/fleets/policy/poddisruptionbudgets/*\"\ - ,\"Microsoft.ContainerService/fleets/replicationcontrollers/*\",\"Microsoft.ContainerService/fleets/replicationcontrollers/*\"\ - ,\"Microsoft.ContainerService/fleets/resourcequotas/read\",\"Microsoft.ContainerService/fleets/secrets/*\"\ - ,\"Microsoft.ContainerService/fleets/serviceaccounts/*\",\"Microsoft.ContainerService/fleets/services/*\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-19T21:54:44.6234342Z\",\"\ - updatedOn\":\"2022-08-25T18:08:36.2213166Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5af6afb3-c06c-4fa4-8848-71a8aee05683\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5af6afb3-c06c-4fa4-8848-71a8aee05683\"\ - },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager Contributor\ - \ Role\",\"type\":\"BuiltInRole\",\"description\":\"Grants access to read\ - \ and write Azure Kubernetes Fleet Manager clusters\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerService/fleets/*\"\ - ,\"Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\"\ - :[],\"notDataActions\":[]}],\"createdOn\":\"2022-08-19T21:54:44.6234342Z\"\ - ,\"updatedOn\":\"2022-08-19T21:54:44.6234342Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/63bb64ad-9799-4770-b5c3-24ed299a07bf\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"63bb64ad-9799-4770-b5c3-24ed299a07bf\"\ - },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Cluster\ - \ Admin\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources\ - \ in the fleet manager cluster.\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ - ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.ContainerService/fleets/read\",\"Microsoft.ContainerService/fleets/listCredentials/action\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/fleets/*\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-19T21:54:44.6234342Z\",\"\ - updatedOn\":\"2022-08-19T21:54:44.6234342Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18ab4d3d-a1bf-4477-8ad9-8359bc988f69\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18ab4d3d-a1bf-4477-8ad9-8359bc988f69\"\ - },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Admin\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"This role grants admin access\ - \ - provides write permissions on most objects within a a namespace, with\ - \ the exception of ResourceQuota object and the namespace object itself. Applying\ - \ this role at cluster scope will give access across all namespaces.\",\"\ - assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ContainerService/fleets/read\"\ - ,\"Microsoft.ContainerService/fleets/listCredentials/action\"],\"notActions\"\ - :[],\"dataActions\":[\"Microsoft.ContainerService/fleets/apps/controllerrevisions/read\"\ - ,\"Microsoft.ContainerService/fleets/apps/daemonsets/*\",\"Microsoft.ContainerService/fleets/apps/deployments/*\"\ - ,\"Microsoft.ContainerService/fleets/apps/statefulsets/*\",\"Microsoft.ContainerService/fleets/authorization.k8s.io/localsubjectaccessreviews/write\"\ - ,\"Microsoft.ContainerService/fleets/autoscaling/horizontalpodautoscalers/*\"\ - ,\"Microsoft.ContainerService/fleets/batch/cronjobs/*\",\"Microsoft.ContainerService/fleets/batch/jobs/*\"\ - ,\"Microsoft.ContainerService/fleets/configmaps/*\",\"Microsoft.ContainerService/fleets/endpoints/*\"\ - ,\"Microsoft.ContainerService/fleets/events.k8s.io/events/read\",\"Microsoft.ContainerService/fleets/events/read\"\ - ,\"Microsoft.ContainerService/fleets/extensions/daemonsets/*\",\"Microsoft.ContainerService/fleets/extensions/deployments/*\"\ - ,\"Microsoft.ContainerService/fleets/extensions/ingresses/*\",\"Microsoft.ContainerService/fleets/extensions/networkpolicies/*\"\ - ,\"Microsoft.ContainerService/fleets/limitranges/read\",\"Microsoft.ContainerService/fleets/namespaces/read\"\ - ,\"Microsoft.ContainerService/fleets/networking.k8s.io/ingresses/*\",\"Microsoft.ContainerService/fleets/networking.k8s.io/networkpolicies/*\"\ - ,\"Microsoft.ContainerService/fleets/persistentvolumeclaims/*\",\"Microsoft.ContainerService/fleets/policy/poddisruptionbudgets/*\"\ - ,\"Microsoft.ContainerService/fleets/rbac.authorization.k8s.io/rolebindings/*\"\ - ,\"Microsoft.ContainerService/fleets/rbac.authorization.k8s.io/roles/*\",\"\ - Microsoft.ContainerService/fleets/replicationcontrollers/*\",\"Microsoft.ContainerService/fleets/replicationcontrollers/*\"\ - ,\"Microsoft.ContainerService/fleets/resourcequotas/read\",\"Microsoft.ContainerService/fleets/secrets/*\"\ - ,\"Microsoft.ContainerService/fleets/serviceaccounts/*\",\"Microsoft.ContainerService/fleets/services/*\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-19T21:54:44.6234342Z\",\"\ - updatedOn\":\"2022-08-25T18:08:36.2213166Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/434fb43a-c01c-447e-9f67-c3ad923cfaba\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"434fb43a-c01c-447e-9f67-c3ad923cfaba\"\ - },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Reader\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Allows read-only access to see\ - \ most objects in a namespace. It does not allow viewing roles or role bindings.\ - \ This role does not allow viewing Secrets, since reading the contents of\ - \ Secrets enables access to ServiceAccount credentials in the namespace, which\ - \ would allow API access as any ServiceAccount in the namespace (a form of\ - \ privilege escalation). Applying this role at cluster scope will give access\ - \ across all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ - ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.ContainerService/fleets/read\",\"Microsoft.ContainerService/fleets/listCredentials/action\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/fleets/apps/controllerrevisions/read\"\ - ,\"Microsoft.ContainerService/fleets/apps/daemonsets/read\",\"Microsoft.ContainerService/fleets/apps/deployments/read\"\ - ,\"Microsoft.ContainerService/fleets/apps/statefulsets/read\",\"Microsoft.ContainerService/fleets/autoscaling/horizontalpodautoscalers/read\"\ - ,\"Microsoft.ContainerService/fleets/batch/cronjobs/read\",\"Microsoft.ContainerService/fleets/batch/jobs/read\"\ - ,\"Microsoft.ContainerService/fleets/configmaps/read\",\"Microsoft.ContainerService/fleets/endpoints/read\"\ - ,\"Microsoft.ContainerService/fleets/events.k8s.io/events/read\",\"Microsoft.ContainerService/fleets/events/read\"\ - ,\"Microsoft.ContainerService/fleets/extensions/daemonsets/read\",\"Microsoft.ContainerService/fleets/extensions/deployments/read\"\ - ,\"Microsoft.ContainerService/fleets/extensions/ingresses/read\",\"Microsoft.ContainerService/fleets/extensions/networkpolicies/read\"\ - ,\"Microsoft.ContainerService/fleets/limitranges/read\",\"Microsoft.ContainerService/fleets/namespaces/read\"\ - ,\"Microsoft.ContainerService/fleets/networking.k8s.io/ingresses/read\",\"\ - Microsoft.ContainerService/fleets/networking.k8s.io/networkpolicies/read\"\ - ,\"Microsoft.ContainerService/fleets/persistentvolumeclaims/read\",\"Microsoft.ContainerService/fleets/policy/poddisruptionbudgets/read\"\ - ,\"Microsoft.ContainerService/fleets/replicationcontrollers/read\",\"Microsoft.ContainerService/fleets/replicationcontrollers/read\"\ - ,\"Microsoft.ContainerService/fleets/resourcequotas/read\",\"Microsoft.ContainerService/fleets/serviceaccounts/read\"\ - ,\"Microsoft.ContainerService/fleets/services/read\"],\"notDataActions\":[]}],\"\ - createdOn\":\"2022-08-19T21:54:44.6234342Z\",\"updatedOn\":\"2022-08-25T18:08:36.2213166Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/30b27cfc-9c84-438e-b0ce-70e35255df80\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"30b27cfc-9c84-438e-b0ce-70e35255df80\"\ - },{\"properties\":{\"roleName\":\"Kubernetes Namespace User\",\"type\":\"\ - BuiltInRole\",\"description\":\"Allows a user to read namespace resources\ - \ and retrieve kubeconfig for the cluster\",\"assignableScopes\":[\"/\"],\"\ - permissions\":[{\"actions\":[\"Microsoft.KubernetesConfiguration/namespaces/read\"\ - ,\"Microsoft.KubernetesConfiguration/namespaces/listUserCredential/action\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2022-08-23T05:53:29.2401441Z\",\"updatedOn\":\"2022-08-23T05:53:29.2401441Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ba79058c-0414-4a34-9e42-c3399d80cd5a\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ba79058c-0414-4a34-9e42-c3399d80cd5a\"\ - },{\"properties\":{\"roleName\":\"Data Labeling - Labeler\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Can label data in Labeling.\",\"assignableScopes\":[\"\ - /\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/workspaces/read\"\ - ,\"Microsoft.MachineLearningServices/workspaces/experiments/runs/read\",\"\ - Microsoft.MachineLearningServices/workspaces/labeling/projects/read\",\"Microsoft.MachineLearningServices/workspaces/labeling/projects/summary/read\"\ - ,\"Microsoft.MachineLearningServices/workspaces/labeling/labels/read\",\"\ - Microsoft.MachineLearningServices/workspaces/labeling/labels/write\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-01T18:26:59.8559741Z\"\ - ,\"updatedOn\":\"2022-09-07T18:52:08.6907182Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c6decf44-fd0a-444c-a844-d653c394e7ab\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c6decf44-fd0a-444c-a844-d653c394e7ab\"\ - },{\"properties\":{\"roleName\":\"Template Spec Contributor\",\"type\":\"\ - BuiltInRole\",\"description\":\"Allows full access to Template Spec operations\ - \ at the assigned scope.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[\"Microsoft.Resources/templateSpecs/*\",\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2022-09-06T21:40:35.0538486Z\",\"updatedOn\":\"2022-09-06T21:40:35.0538486Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1c9b6475-caf0-4164-b5a1-2142a7116f4b\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1c9b6475-caf0-4164-b5a1-2142a7116f4b\"\ - },{\"properties\":{\"roleName\":\"Template Spec Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Allows read access to Template Specs at the assigned scope.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/templateSpecs/*/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2022-09-06T21:40:35.0538486Z\",\"updatedOn\":\"2022-09-06T21:40:35.0538486Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/392ae280-861d-42bd-9ea5-08ee6d83b80e\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"392ae280-861d-42bd-9ea5-08ee6d83b80e\"\ - },{\"properties\":{\"roleName\":\"Role Based Access Control Administrator\ - \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Manage access to\ - \ Azure resources by assigning roles using Azure RBAC. This role does not\ - \ allow you to manage access using other ways, such as Azure Policy.\",\"\ - assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/write\"\ - ,\"Microsoft.Authorization/roleAssignments/delete\",\"*/read\",\"Microsoft.Support/*\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2022-09-06T22:11:11.4458675Z\",\"updatedOn\":\"2022-09-06T22:11:11.4458675Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f58310d9-a9f6-439a-9e8d-f62e7b41a168\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f58310d9-a9f6-439a-9e8d-f62e7b41a168\"\ - },{\"properties\":{\"roleName\":\"Microsoft Sentinel Playbook Operator\",\"\ - type\":\"BuiltInRole\",\"description\":\"Microsoft Sentinel Playbook Operator\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Logic/workflows/read\"\ - ,\"Microsoft.Logic/workflows/triggers/listCallbackUrl/action\",\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/listCallbackUrl/action\"\ - ,\"Microsoft.Web/sites/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2022-09-19T15:10:00.4803785Z\",\"updatedOn\":\"2022-12-05T18:09:08.3556749Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/51d6186e-6489-4900-b93f-92e23144cca5\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"51d6186e-6489-4900-b93f-92e23144cca5\"\ - },{\"properties\":{\"roleName\":\"Deployment Environments User\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Provides access to manage environment resources.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DevCenter/projects/read\"\ - ,\"Microsoft.DevCenter/projects/*/read\",\"Microsoft.Fidalgo/projects/read\"\ - ,\"Microsoft.Fidalgo/projects/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Authorization/*/read\"],\"notActions\":[\"Microsoft.DevCenter/projects/pools/read\"\ - ,\"Microsoft.Fidalgo/projects/pools/read\",\"Microsoft.DevCenter/projects/pools/schedules/read\"\ - ],\"dataActions\":[\"Microsoft.DevCenter/projects/users/environments/adminRead/action\"\ - ,\"Microsoft.DevCenter/projects/users/environments/userWrite/action\",\"Microsoft.DevCenter/projects/users/environments/userDelete/action\"\ - ,\"Microsoft.DevCenter/projects/users/environments/adminAction/action\"],\"\ - notDataActions\":[]}],\"createdOn\":\"2022-09-20T20:51:42.7384536Z\",\"updatedOn\"\ - :\"2022-10-11T07:53:29.7067755Z\",\"createdBy\":null,\"updatedBy\":null},\"\ - id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e40d4e-8d2e-438d-97e1-9528336e149c\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18e40d4e-8d2e-438d-97e1-9528336e149c\"\ - },{\"properties\":{\"roleName\":\"Azure Spring Apps Connect Role\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Azure Spring Apps Connect Role\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ - :[\"Microsoft.AppPlatform/Spring/apps/deployments/connect/action\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2022-09-22T06:55:16.9189450Z\",\"updatedOn\":\"2022-09-22T06:55:16.9189450Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/80558df3-64f9-4c0f-b32d-e5094b036b0b\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"80558df3-64f9-4c0f-b32d-e5094b036b0b\"\ - },{\"properties\":{\"roleName\":\"Azure Spring Apps Remote Debugging Role\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Azure Spring Apps Remote Debugging\ - \ Role\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ - notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/apps/deployments/remotedebugging/action\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2022-09-22T07:10:29.3874610Z\",\"\ - updatedOn\":\"2022-09-22T07:10:29.3874610Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a99b0159-1064-4c22-a57b-c9b3caa1c054\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a99b0159-1064-4c22-a57b-c9b3caa1c054\"\ - },{\"properties\":{\"roleName\":\"AzureML Registry User\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Can perform all actions on Machine Learning Services Registry\ - \ assets\_as well as get Registry resources.\",\"assignableScopes\":[\"/\"\ - ],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/registries/read\"\ - ,\"Microsoft.MachineLearningServices/registries/assets/*\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-26T15:06:14.4270097Z\"\ - ,\"updatedOn\":\"2022-09-26T15:06:14.4270097Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1823dd4f-9b8c-4ab6-ab4e-7397a3684615\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1823dd4f-9b8c-4ab6-ab4e-7397a3684615\"\ - },{\"properties\":{\"roleName\":\"AzureML Compute Operator\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Can access and perform CRUD operations on Machine Learning\ - \ Services managed compute resources (including Notebook VMs).\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/workspaces/computes/*\"\ - ,\"Microsoft.MachineLearningServices/workspaces/notebooks/vm/*\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-26T15:06:14.4270097Z\"\ - ,\"updatedOn\":\"2022-09-26T15:06:14.4270097Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e503ece1-11d0-4e8e-8e2c-7a6c3bf38815\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e503ece1-11d0-4e8e-8e2c-7a6c3bf38815\"\ - },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions reader\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"This role provides read access\ - \ to all capabilities of Azure Center for SAP solutions.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Workloads/sapvirtualInstances/*/read\"\ - ,\"Microsoft.Workloads/Locations/*/action\",\"Microsoft.Workloads/Operations/read\"\ - ,\"Microsoft.Workloads/Locations/OperationStatuses/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ - Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/read\"\ - ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ - ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ - ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\"\ - ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/ipconfigurations/read\"\ - ,\"Microsoft.Network/networkInterfaces/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/providers/Microsoft.Insights/metricDefinitions/read\"\ - ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/backendAddressPools/read\"\ - ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/read\",\"Microsoft.Network/loadBalancers/loadBalancingRules/read\"\ - ,\"Microsoft.Network/loadBalancers/inboundNatRules/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/logDefinitions/read\"\ - ,\"Microsoft.Network/loadBalancers/networkInterfaces/read\",\"Microsoft.Network/loadBalancers/outboundRules/read\"\ - ,\"Microsoft.Network/loadBalancers/virtualMachines/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/metricDefinitions/read\"\ - ,\"Microsoft.Network/privateEndpoints/read\",\"Microsoft.Storage/storageAccounts/read\"\ - ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ - ,\"Microsoft.Storage/storageAccounts/fileServices/read\",\"Microsoft.Storage/storageAccounts/fileServices/shares/read\"\ - ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/availabilitySets/read\"\ - ,\"Microsoft.Compute/virtualMachines/extensions/read\",\"Microsoft.Compute/disks/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2022-09-30T06:12:33.9068922Z\",\"updatedOn\":\"2023-01-31T07:06:15.6671218Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/05352d14-a920-4328-a0de-4cbe7430e26b\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"05352d14-a920-4328-a0de-4cbe7430e26b\"\ - },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions service role\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Azure Center for SAP solutions\ - \ service role - This role is intended to be used for providing the permissions\ - \ to user assigned managed identity. Azure Center for SAP solutions will use\ - \ this identity to deploy and manage SAP systems.\",\"assignableScopes\":[\"\ - /\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/write\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ - ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\"\ - ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/write\"\ - ,\"Microsoft.Network/loadBalancers/backendAddressPools/read\",\"Microsoft.Network/loadBalancers/backendAddressPools/write\"\ - ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/read\",\"Microsoft.Network/loadBalancers/loadBalancingRules/read\"\ - ,\"Microsoft.Network/loadBalancers/inboundNatRules/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/logDefinitions/read\"\ - ,\"Microsoft.Network/loadBalancers/networkInterfaces/read\",\"Microsoft.Network/loadBalancers/outboundRules/read\"\ - ,\"Microsoft.Network/loadBalancers/virtualMachines/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/metricDefinitions/read\"\ - ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\"\ - ,\"Microsoft.Network/networkInterfaces/ipconfigurations/read\",\"Microsoft.Network/networkInterfaces/loadBalancers/read\"\ - ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/checkIpAddressAvailability/read\"\ - ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\"\ - ,\"Microsoft.Network/virtualNetworks/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/ipconfigurations/join/action\"\ - ,\"Microsoft.Network/privateEndpoints/read\",\"Microsoft.Network/privateEndpoints/write\"\ - ,\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\"\ - ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/join/action\"\ - ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/subnets/joinLoadBalancer/action\"\ - ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/write\"\ - ,\"Microsoft.Storage/storageAccounts/PrivateEndpointConnectionsApproval/action\"\ - ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ - ,\"Microsoft.Storage/storageAccounts/fileServices/read\",\"Microsoft.Storage/storageAccounts/fileServices/write\"\ - ,\"Microsoft.Storage/storageAccounts/fileServices/shares/read\",\"Microsoft.Storage/storageAccounts/fileServices/shares/write\"\ - ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/write\"\ - ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Compute/availabilitySets/read\"\ - ,\"Microsoft.Compute/availabilitySets/write\",\"Microsoft.Compute/skus/read\"\ - ,\"Microsoft.Compute/sshPublicKeys/read\",\"Microsoft.Compute/virtualMachines/extensions/read\"\ - ,\"Microsoft.Compute/virtualMachines/extensions/write\",\"Microsoft.Compute/virtualMachines/extensions/delete\"\ - ,\"Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/write\"],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-30T06:12:34.4541883Z\"\ - ,\"updatedOn\":\"2023-01-31T07:21:28.5445523Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/aabbc5dd-1af0-458b-a942-81af88f9c138\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"aabbc5dd-1af0-458b-a942-81af88f9c138\"\ - },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions administrator\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"This role provides read and write\ - \ access to all capabilities of Azure Center for SAP solutions.\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Workloads/sapvirtualInstances/*/read\"\ - ,\"Microsoft.Workloads/sapVirtualInstances/*/write\",\"Microsoft.Workloads/sapVirtualInstances/*/delete\"\ - ,\"Microsoft.Workloads/Locations/*/action\",\"Microsoft.Workloads/Locations/*/read\"\ - ,\"Microsoft.Workloads/sapVirtualInstances/*/start/action\",\"Microsoft.Workloads/sapVirtualInstances/*/stop/action\"\ - ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ - ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\"\ - ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/write\"\ - ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ - ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ - ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/write\"\ - ,\"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/read\"\ - ,\"Microsoft.Network/networkInterfaces/ipconfigurations/read\",\"Microsoft.Network/networkInterfaces/loadBalancers/read\"\ - ,\"Microsoft.Network/networkInterfaces/providers/Microsoft.Insights/metricDefinitions/read\"\ - ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/backendAddressPools/read\"\ - ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/read\",\"Microsoft.Network/loadBalancers/loadBalancingRules/read\"\ - ,\"Microsoft.Network/loadBalancers/inboundNatRules/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/logDefinitions/read\"\ - ,\"Microsoft.Network/loadBalancers/networkInterfaces/read\",\"Microsoft.Network/loadBalancers/outboundRules/read\"\ - ,\"Microsoft.Network/loadBalancers/virtualMachines/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/metricDefinitions/read\"\ - ,\"Microsoft.Network/privateEndpoints/read\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ - ,\"Microsoft.Network/routeTables/join/action\",\"Microsoft.Storage/storageAccounts/read\"\ - ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ - ,\"Microsoft.Storage/storageAccounts/fileServices/read\",\"Microsoft.Storage/storageAccounts/fileServices/shares/read\"\ - ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/availabilitySets/read\"\ - ,\"Microsoft.Compute/sshPublicKeys/read\",\"Microsoft.Compute/sshPublicKeys/write\"\ - ,\"Microsoft.Compute/sshPublicKeys/*/generateKeyPair/action\",\"Microsoft.Compute/virtualMachines/extensions/read\"\ - ,\"Microsoft.Compute/virtualMachines/extensions/delete\",\"Microsoft.Compute/disks/read\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-03T15:02:12.4663451Z\",\"\ - updatedOn\":\"2023-02-01T17:46:41.4114907Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7b0c7e81-271f-4c71-90bf-e30bdfdbc2f7\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7b0c7e81-271f-4c71-90bf-e30bdfdbc2f7\"\ - },{\"properties\":{\"roleName\":\"Azure Traffic Controller Configuration Manager\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Allows access to traffic controller\ - \ resource. Also allows all confiuration Updates on traffic controller\",\"\ - assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ServiceNetworking/trafficControllers/read\"\ - ,\"Microsoft.ServiceNetworking/trafficControllers/write\",\"Microsoft.ServiceNetworking/trafficControllers/delete\"\ - ,\"Microsoft.ServiceNetworking/trafficControllers/frontends/read\",\"Microsoft.ServiceNetworking/trafficControllers/frontends/write\"\ - ,\"Microsoft.ServiceNetworking/trafficControllers/frontends/delete\",\"Microsoft.ServiceNetworking/trafficControllers/associations/read\"\ - ,\"Microsoft.ServiceNetworking/trafficControllers/associations/write\",\"\ - Microsoft.ServiceNetworking/trafficControllers/associations/delete\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ - ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ - Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ - ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.ServiceNetworking/trafficControllers/serviceRoutingConfigurations/read\"\ - ,\"Microsoft.ServiceNetworking/trafficControllers/serviceRoutingConfigurations/write\"\ - ,\"Microsoft.ServiceNetworking/trafficControllers/serviceRoutingConfigurations/delete\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-05T01:07:25.0493972Z\",\"\ - updatedOn\":\"2022-10-26T23:56:58.2547550Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fbc52c3f-28ad-4303-a892-8a056630b8f1\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fbc52c3f-28ad-4303-a892-8a056630b8f1\"\ - },{\"properties\":{\"roleName\":\"FHIR SMART User\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Role allows user to access FHIR Service according to SMART\ - \ on FHIR specification\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/read\"\ - ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\",\"Microsoft.HealthcareApis/services/fhir/resources/smart/action\"\ - ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/smart/action\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-25T15:11:56.8461766Z\",\"\ - updatedOn\":\"2022-12-05T20:11:06.0992340Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4ba50f17-9666-485c-a643-ff00808643f0\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4ba50f17-9666-485c-a643-ff00808643f0\"\ - },{\"properties\":{\"roleName\":\"Cognitive Services OpenAI Contributor\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Full access including the ability\ - \ to fine-tune, deploy and generate text\",\"assignableScopes\":[\"/\"],\"\ - permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ - ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ - :[\"Microsoft.CognitiveServices/accounts/OpenAI/*\"],\"notDataActions\":[]}],\"\ - createdOn\":\"2022-10-25T20:16:34.9493725Z\",\"updatedOn\":\"2022-10-25T20:16:34.9493725Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a001fd3d-188f-4b5d-821b-7da978bf7442\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a001fd3d-188f-4b5d-821b-7da978bf7442\"\ - },{\"properties\":{\"roleName\":\"Cognitive Services OpenAI User\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Ability to view files, models, deployments.\ - \ Readers can't make any changes They can inference\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ - ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ - ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/OpenAI/*/read\"\ - ,\"Microsoft.CognitiveServices/accounts/OpenAI/engines/completions/action\"\ - ,\"Microsoft.CognitiveServices/accounts/OpenAI/engines/search/action\",\"\ - Microsoft.CognitiveServices/accounts/OpenAI/engines/generate/action\",\"Microsoft.CognitiveServices/accounts/OpenAI/engines/completions/write\"\ - ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/search/action\"\ - ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/completions/action\"\ - ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/embeddings/action\"\ - ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/completions/write\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-25T20:16:34.9493725Z\",\"\ - updatedOn\":\"2022-10-25T20:16:34.9493725Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e0bd9bd-7b93-4f28-af87-19fc36ad61bd\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e0bd9bd-7b93-4f28-af87-19fc36ad61bd\"\ - },{\"properties\":{\"roleName\":\"Impact Reporter\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Allows access to create/report, read and delete impacts\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Impact/WorkloadImpacts/*\"\ - ,\"Microsoft.Impact/ImpactCategories/read\"],\"notActions\":[],\"dataActions\"\ - :[],\"notDataActions\":[]}],\"createdOn\":\"2022-10-26T20:23:26.2218757Z\"\ - ,\"updatedOn\":\"2022-11-04T20:01:52.7464373Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36e80216-a7e8-4f42-a7e1-f12c98cbaf8a\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"36e80216-a7e8-4f42-a7e1-f12c98cbaf8a\"\ - },{\"properties\":{\"roleName\":\"Impact Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"Allows read-only access to reported impacts and impact\ - \ categories\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.Impact/WorkloadImpacts/read\",\"Microsoft.Impact/ImpactCategories/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2022-10-26T20:38:41.9711782Z\",\"updatedOn\":\"2022-11-04T20:01:52.7464373Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/68ff5d27-c7f5-4fa9-a21c-785d0df7bd9e\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"68ff5d27-c7f5-4fa9-a21c-785d0df7bd9e\"\ - },{\"properties\":{\"roleName\":\"ContainerApp Reader\",\"type\":\"BuiltInRole\"\ - ,\"description\":\"View all containerapp resources, but does not allow you\ - \ to make any changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[\"Microsoft.App/containerApps/*/read\",\"Microsoft.App/containerApps/read\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ - Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2022-11-04T22:03:42.8478872Z\",\"updatedOn\":\"2022-12-20T18:33:40.2659251Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ad2dd5fb-cd4b-4fd4-a9b6-4fed3630980b\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ad2dd5fb-cd4b-4fd4-a9b6-4fed3630980b\"\ - },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Cluster Monitoring\ - \ User\",\"type\":\"BuiltInRole\",\"description\":\"List cluster monitoring\ - \ user credential action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[\"Microsoft.ContainerService/managedClusters/listClusterMonitoringUserCredential/action\"\ - ,\"Microsoft.ContainerService/managedClusters/read\"],\"notActions\":[],\"\ - dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-11-07T16:03:48.7116491Z\"\ - ,\"updatedOn\":\"2023-02-02T03:07:23.3237688Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1afdec4b-e479-420e-99e7-f82237c7c5e6\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1afdec4b-e479-420e-99e7-f82237c7c5e6\"\ - },{\"properties\":{\"roleName\":\"Azure Connected Machine Resource Manager\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Custom Role for AzureStackHCI\ - \ RP to manage hybrid compute machines and hybrid connectivity endpoints in\ - \ a resource group\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.HybridConnectivity/endpoints/read\",\"Microsoft.HybridConnectivity/endpoints/write\"\ - ,\"Microsoft.HybridCompute/machines/read\",\"Microsoft.HybridCompute/machines/write\"\ - ,\"Microsoft.HybridCompute/machines/delete\",\"Microsoft.HybridCompute/machines/extensions/read\"\ - ,\"Microsoft.HybridCompute/machines/extensions/write\",\"Microsoft.HybridCompute/machines/extensions/delete\"\ - ,\"Microsoft.HybridCompute/*/read\",\"Microsoft.HybridCompute/machines/UpgradeExtensions/action\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2022-11-11T07:00:46.0732593Z\",\"updatedOn\":\"2022-11-15T20:31:55.6998835Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f5819b54-e033-4d82-ac66-4fec3cbf3f4c\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f5819b54-e033-4d82-ac66-4fec3cbf3f4c\"\ - },{\"properties\":{\"roleName\":\"Bayer Ag Powered Services Imagery Solution\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Provide access to Imagery Solution\ - \ by Bayer Ag Powered Services\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/read\"\ - ,\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/write\",\"Microsoft.AgFoodPlatform/farmBeats/ingestionJobs/satelliteDataIngestionJobs/*\"\ - ,\"Microsoft.AgFoodPlatform/farmBeats/scenes/*\",\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insights/*\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2023-01-10T09:47:50.1779616Z\",\"\ - updatedOn\":\"2023-01-23T16:15:00.1034258Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ef29765d-0d37-4119-a4f8-f9f9902c9588\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ef29765d-0d37-4119-a4f8-f9f9902c9588\"\ - },{\"properties\":{\"roleName\":\"Bayer Ag Powered Services GDU Solution\"\ - ,\"type\":\"BuiltInRole\",\"description\":\"Provide access to GDU Solution\ - \ by Bayer Ag Powered Services\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/read\"\ - ,\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insights/*\"\ - ],\"notDataActions\":[]}],\"createdOn\":\"2023-01-10T09:47:50.1779616Z\",\"\ - updatedOn\":\"2023-01-23T16:15:00.1034258Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c4bc862a-3b64-4a35-a021-a380c159b042\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c4bc862a-3b64-4a35-a021-a380c159b042\"\ - },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions Service role\ - \ for management\",\"type\":\"BuiltInRole\",\"description\":\"This role has\ - \ permissions that the user assigned managed identity must have to enable\ - \ registration for the existing systems.\",\"assignableScopes\":[\"/\"],\"\ - permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ - :[]}],\"createdOn\":\"2023-01-11T08:53:15.6986879Z\",\"updatedOn\":\"2023-01-31T07:21:28.5445523Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0105a6b0-4bb9-43d2-982a-12806f9faddb\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0105a6b0-4bb9-43d2-982a-12806f9faddb\"\ - },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions Management\ - \ role\",\"type\":\"BuiltInRole\",\"description\":\"This role has permissions\ - \ which allow users to register existing systems, view and manage systems.\"\ - ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ - :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-01-11T08:53:15.6986879Z\"\ - ,\"updatedOn\":\"2023-01-31T07:21:28.5445523Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6d949e1d-41e2-46e3-8920-c6e4f31a8310\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6d949e1d-41e2-46e3-8920-c6e4f31a8310\"\ - },{\"properties\":{\"roleName\":\"Azure Usage Billing Data Sender\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Azure Usage Billing shared BuiltIn role\ - \ to be used for all Customer Account Authentication\",\"assignableScopes\"\ - :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ - :[\"Microsoft.UsageBilling/accounts/inputs/send/action\"],\"notDataActions\"\ - :[]}],\"createdOn\":\"2023-01-11T20:30:19.7013219Z\",\"updatedOn\":\"2023-01-24T19:01:11.7372358Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f0310ce6-e953-4cf8-b892-fb1c87eaf7f6\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f0310ce6-e953-4cf8-b892-fb1c87eaf7f6\"\ - },{\"properties\":{\"roleName\":\"Azure Front Door Secret Reader\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Can view Azure Front Door secrets, but\ - \ can't make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[\"Microsoft.Cdn/operationresults/profileresults/secretresults/read\"\ - ,\"Microsoft.Cdn/profiles/secrets/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2023-01-31T15:27:34.9715174Z\",\"updatedOn\":\"2023-01-31T15:27:34.9715174Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0db238c4-885e-4c4f-a933-aa2cef684fca\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0db238c4-885e-4c4f-a933-aa2cef684fca\"\ - },{\"properties\":{\"roleName\":\"Azure Front Door Domain Contributor\",\"\ - type\":\"BuiltInRole\",\"description\":\"Can manage Azure Front Door domains,\ - \ but can't grant access to other users.\",\"assignableScopes\":[\"/\"],\"\ - permissions\":[{\"actions\":[\"Microsoft.Cdn/operationresults/profileresults/customdomainresults/read\"\ - ,\"Microsoft.Cdn/profiles/customdomains/read\",\"Microsoft.Cdn/profiles/customdomains/write\"\ - ,\"Microsoft.Cdn/profiles/customdomains/delete\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2023-01-31T15:27:34.9715174Z\",\"updatedOn\":\"2023-01-31T15:27:34.9715174Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0ab34830-df19-4f8c-b84e-aa85b8afa6e8\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0ab34830-df19-4f8c-b84e-aa85b8afa6e8\"\ - },{\"properties\":{\"roleName\":\"Azure Front Door Domain Reader\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Can view Azure Front Door domains, but\ - \ can't make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[\"Microsoft.Cdn/operationresults/profileresults/customdomainresults/read\"\ - ,\"Microsoft.Cdn/profiles/customdomains/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2023-01-31T15:27:34.9725169Z\",\"updatedOn\":\"2023-01-31T15:27:34.9725169Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0f99d363-226e-4dca-9920-b807cf8e1a5f\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0f99d363-226e-4dca-9920-b807cf8e1a5f\"\ - },{\"properties\":{\"roleName\":\"Azure Front Door Secret Contributor\",\"\ - type\":\"BuiltInRole\",\"description\":\"Can manage Azure Front Door secrets,\ - \ but can't grant access to other users.\",\"assignableScopes\":[\"/\"],\"\ - permissions\":[{\"actions\":[\"Microsoft.Cdn/operationresults/profileresults/secretresults/read\"\ - ,\"Microsoft.Cdn/profiles/secrets/read\",\"Microsoft.Cdn/profiles/secrets/write\"\ - ,\"Microsoft.Cdn/profiles/secrets/delete\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2023-01-31T15:27:34.9715174Z\",\"updatedOn\":\"2023-01-31T15:27:34.9715174Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3f2eb865-5811-4578-b90a-6fc6fa0df8e5\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3f2eb865-5811-4578-b90a-6fc6fa0df8e5\"\ - },{\"properties\":{\"roleName\":\"Azure Stack HCI registration role\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Custom Azure role to allow subscription-level\ - \ access to register Azure Stack HCI\",\"assignableScopes\":[\"/\"],\"permissions\"\ - :[{\"actions\":[\"Microsoft.AzureStackHCI/register/action\",\"Microsoft.AzureStackHCI/Unregister/Action\"\ - ,\"Microsoft.AzureStackHCI/clusters/*\"],\"notActions\":[],\"dataActions\"\ - :[],\"notDataActions\":[]}],\"createdOn\":\"2023-02-01T05:07:09.8184980Z\"\ - ,\"updatedOn\":\"2023-02-01T05:07:09.8184980Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bda0d508-adf1-4af0-9c28-88919fc3ae06\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bda0d508-adf1-4af0-9c28-88919fc3ae06\"\ - },{\"properties\":{\"roleName\":\"MySQL Backup And Export Operator\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Grants full access to manage backup and\ - \ export resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ - :[\"Microsoft.DBforMySQL/flexibleServers/validateBackup/action\",\"Microsoft.DBforMySQL/flexibleServers/backupAndExport/action\"\ - ,\"Microsoft.DBforMySQL/locations/operationResults/read\",\"Microsoft.DBforMySQL/locations/azureAsyncOperation/read\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2023-02-01T06:07:53.2476095Z\",\"updatedOn\":\"2023-02-10T01:05:53.9294183Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d18ad5f3-1baf-4119-b49b-d944edb1f9d0\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d18ad5f3-1baf-4119-b49b-d944edb1f9d0\"\ - },{\"properties\":{\"roleName\":\"LocalNGFirewallAdministrator role\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Allows user to create, modify, describe,\ - \ or delete NGFirewalls.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[\"PaloAltoNetworks.Cloudngfw/firewalls/*\",\"PaloAltoNetworks.Cloudngfw/localRulestacks/read\"\ - ,\"PaloAltoNetworks.Cloudngfw/globalRulestacks/read\",\"PaloAltoNetworks.Cloudngfw/Locations/operationStatuses/read\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ - Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.ResourceHealth/availabilityStatuses/read\"],\"notActions\":[],\"\ - dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-02-01T11:41:41.0153565Z\"\ - ,\"updatedOn\":\"2023-02-08T05:23:32.2826735Z\",\"createdBy\":null,\"updatedBy\"\ - :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a8835c7d-b5cb-47fa-b6f0-65ea10ce07a2\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a8835c7d-b5cb-47fa-b6f0-65ea10ce07a2\"\ - },{\"properties\":{\"roleName\":\"LocalRulestacksAdministrator role\",\"type\"\ - :\"BuiltInRole\",\"description\":\"Allows users to create, modify, describe,\ - \ or delete Rulestacks.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ - actions\":[\"PaloAltoNetworks.Cloudngfw/localRulestacks/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ - ,\"Microsoft.Authorization/*/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ - ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Insights/alertRules/*\"\ - ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ - :\"2023-02-01T11:41:41.0153565Z\",\"updatedOn\":\"2023-02-08T05:23:32.2806744Z\"\ - ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bfc3b73d-c6ff-45eb-9a5f-40298295bf20\"\ - ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bfc3b73d-c6ff-45eb-9a5f-40298295bf20\"\ - }]}" - headers: - cache-control: - - no-cache - content-length: - - '469134' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:39:42 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: '{"ids": ["b864e281-c12e-45c6-a0c7-6046a7de5481"], "types": ["user", "group", - "servicePrincipal", "directoryObjectPartnerReference"]}' - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - Content-Length: - - '132' - Content-Type: - - application/json - ParameterSetName: - - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance - --keyvault-id --yes - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.45.0 (PIP) - method: POST - uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds - response: - body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"b864e281-c12e-45c6-a0c7-6046a7de5481","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.DataProtection/BackupVaults/oss-clitest-vault"],"appDisplayName":null,"appDescription":null,"appId":"49bc63b1-190a-4f4e-a962-58db2c2f7112","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2021-08-26T09:13:20Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"oss-clitest-vault","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["49bc63b1-190a-4f4e-a962-58db2c2f7112","https://identity.azure.net/QVMExgU4rxwt5XEm5whEdHZLrmsaL9M/n/eZXzCcN54="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"D81E29CF74F0D83AE8C4D6E335C80A846694493A","displayName":"CN=49bc63b1-190a-4f4e-a962-58db2c2f7112","endDateTime":"2023-05-07T10:47:00Z","key":null,"keyId":"ba62a45a-7c3e-48d9-8a26-4674ca0d2e6b","startDateTime":"2023-02-06T10:47:00Z","type":"AsymmetricX509Cert","usage":"Verify"},{"customKeyIdentifier":"50D92789D8B8CDCCD8F24C7C3E728CC31A604273","displayName":"CN=49bc63b1-190a-4f4e-a962-58db2c2f7112","endDateTime":"2023-03-20T10:44:00Z","key":null,"keyId":"889476c3-7ce1-4171-a0f1-8e5deff2b55c","startDateTime":"2022-12-20T10:44:00Z","type":"AsymmetricX509Cert","usage":"Verify"},{"customKeyIdentifier":"EA95E9828C3105C61A487EB9C460DD23219283B7","displayName":"CN=49bc63b1-190a-4f4e-a962-58db2c2f7112","endDateTime":"2023-01-31T10:42:00Z","key":null,"keyId":"a12bf698-5738-4bf0-9f17-e514f4365719","startDateTime":"2022-11-02T10:42:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' - headers: - cache-control: - - no-cache - content-length: - - '2337' - content-type: - - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 - date: - - Mon, 13 Feb 2023 07:39:43 GMT - location: - - https://graph.microsoft.com - odata-version: - - '4.0' - request-id: - - 160ad172-732e-46dd-88a7-20b887516534 - strict-transport-security: - - max-age=31536000 - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"001","RoleInstance":"MA1PEPF0000272F"}}' - x-ms-resource-unit: - - '3' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - ParameterSetName: - - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance - --keyvault-id --yes - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-rdbms/10.2.0b6 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/firewallRules?api-version=2017-12-01 - response: - body: - string: '{"value":[]}' - headers: - cache-control: - - no-cache - content-length: - - '12' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:39: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: '{"properties": {"startIpAddress": "0.0.0.0", "endIpAddress": "0.0.0.0"}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - Content-Length: - - '72' - Content-Type: - - application/json - ParameterSetName: - - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance - --keyvault-id --yes - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-rdbms/10.2.0b6 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/firewallRules/AllowAllWindowsAzureIps?api-version=2017-12-01 - response: - body: - string: '{"operation":"UpsertElasticServerFirewallRules","startTime":"2023-02-13T07:39:45.673Z"}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/centraluseuap/azureAsyncOperation/54d19a62-e6a4-4954-9ab6-6fcb310d0ad2?api-version=2017-12-01 - cache-control: - - no-cache - content-length: - - '87' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:39:45 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/centraluseuap/operationResults/54d19a62-e6a4-4954-9ab6-6fcb310d0ad2?api-version=2017-12-01 - 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: - - '1193' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - ParameterSetName: - - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance - --keyvault-id --yes - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-rdbms/10.2.0b6 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/centraluseuap/azureAsyncOperation/54d19a62-e6a4-4954-9ab6-6fcb310d0ad2?api-version=2017-12-01 - response: - body: - string: '{"name":"54d19a62-e6a4-4954-9ab6-6fcb310d0ad2","status":"Succeeded","startTime":"2023-02-13T07:39:45.673Z"}' - headers: - cache-control: - - no-cache - content-length: - - '107' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:40:01 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: - - dataprotection backup-instance update-msi-permissions - Connection: - - keep-alive - ParameterSetName: - - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance - --keyvault-id --yes - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-rdbms/10.2.0b6 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/firewallRules/AllowAllWindowsAzureIps?api-version=2017-12-01 - response: - body: - string: '{"properties":{"startIpAddress":"0.0.0.0","endIpAddress":"0.0.0.0"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/firewallRules/AllowAllWindowsAzureIps","name":"AllowAllWindowsAzureIps","type":"Microsoft.DBforPostgreSQL/servers/firewallRules"}' - headers: - cache-control: - - no-cache - content-length: - - '348' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 13 Feb 2023 07:40:01 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: - - role assignment create - Connection: - - keep-alive - ParameterSetName: - - --assignee --role --scope - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.45.0 (PIP) - method: GET - uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2741753b57-b4fa-4774-80aa-414a3af0f706%27%29 - response: - body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' + string: "{\"value\":[{\"properties\":{\"roleName\":\"Avere Cluster Create\"\ + ,\"type\":\"CustomRole\",\"description\":\"Avere cluster create role used\ + \ by the Avere controller to create a vFXT cluster.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/*\",\"Microsoft.Authorization/roleDefinitions/*\"\ + ,\"Microsoft.Compute/*/read\",\"Microsoft.Compute/availabilitySets/*\",\"\ + Microsoft.Compute/virtualMachines/*\",\"Microsoft.Network/*/read\",\"Microsoft.Network/networkInterfaces/*\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\"\ + ,\"Microsoft.Storage/*/read\",\"Microsoft.Storage/storageAccounts/listKeys/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-11-29T18:46:55.0492387Z\",\"updatedOn\":\"2018-11-29T18:46:55.0492387Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a7b1b19a-0e83-4fe5-935c-faaefbfd18c3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a7b1b19a-0e83-4fe5-935c-faaefbfd18c3\"\ + },{\"properties\":{\"roleName\":\"Avere Cluster Runtime Operator\",\"type\"\ + :\"CustomRole\",\"description\":\"Avere cluster runtime role used by Avere\ + \ clusters running in subscriptions, for the purpose of failing over IP addresses,\ + \ accessing BLOB storage, etc\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/routeTables/read\",\"Microsoft.Network/routeTables/routes/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-08-26T00:41:26.2170858Z\",\"\ + updatedOn\":\"2018-08-26T00:41:26.2170858Z\",\"createdBy\":\"dda50086-5e3d-4a4b-b8bc-f54771104d89\"\ + ,\"updatedBy\":\"dda50086-5e3d-4a4b-b8bc-f54771104d89\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e078ab98-ef3a-4c9a-aba7-12f5172b45d0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e078ab98-ef3a-4c9a-aba7-12f5172b45d0\"\ + },{\"properties\":{\"roleName\":\"Azure Service Deploy Release Management\ + \ Contributor\",\"type\":\"CustomRole\",\"description\":\"Contributor role\ + \ for services deploying through Azure Service Deploy.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*\"],\"notActions\":[\"Microsoft.Authorization/*/Delete\"\ + ,\"Microsoft.Authorization/*/Write\"],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-02-04T02:26:31.5413362Z\",\"updatedOn\":\"2018-01-08T20:20:16.3660174Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/21d96096-b162-414a-8302-d8354f9d91b2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"21d96096-b162-414a-8302-d8354f9d91b2\"\ + },{\"properties\":{\"roleName\":\"CAL-Custom-Role\",\"type\":\"CustomRole\"\ + ,\"description\":\"Lets SAP Cloud Appliance Library application manage Network\ + \ and Compute services, manage Resource Groups and Management locks.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/locks/*\"\ + ,\"Microsoft.Authorization/roleDefinitions/*\",\"Microsoft.Authorization/roleAssignments/*\"\ + ,\"Microsoft.Compute/*\",\"Microsoft.Network/*\",\"Microsoft.Resources/*\"\ + ,\"Microsoft.Storage/*\",\"Microsoft.ContainerService/*\",\"Microsoft.ContainerRegistry/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-05-14T19:30:51.0664585Z\",\"updatedOn\":\"2019-02-19T19:11:57.5963229Z\"\ + ,\"createdBy\":\"dda50086-5e3d-4a4b-b8bc-f54771104d89\",\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7b266cd7-0bba-4ae2-8423-90ede5e1e898\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7b266cd7-0bba-4ae2-8423-90ede5e1e898\"\ + },{\"properties\":{\"roleName\":\"Dsms Role (deprecated)\",\"type\":\"CustomRole\"\ + ,\"description\":\"Custom role used by Dsms to perform operations. Can list\ + \ and regnerate storage account keys.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/regenerateKey/action\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/regeneratekey/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-17T18:02:11.1225951Z\"\ + ,\"updatedOn\":\"2018-01-13T00:21:52.7211696Z\",\"createdBy\":\"ca5f3715-e7dd-427b-b2db-45b6a4a2df87\"\ + ,\"updatedBy\":\"ca5f3715-e7dd-427b-b2db-45b6a4a2df87\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b91f4c0b-46e3-47bb-a242-eecfe23b3b5b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b91f4c0b-46e3-47bb-a242-eecfe23b3b5b\"\ + },{\"properties\":{\"roleName\":\"Dsms Role (do not use)\",\"type\":\"CustomRole\"\ + ,\"description\":\"Custom role used by Dsms to perform operations. Can list\ + \ and regnerate storage account keys.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/regenerateKey/action\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/regeneratekey/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-02-01T07:56:12.5880222Z\"\ + ,\"updatedOn\":\"2018-08-09T17:53:48.5432297Z\",\"createdBy\":\"becb4b6b-fe16-413b-a5c3-90355e0b2982\"\ + ,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7aff565e-6c55-448d-83db-ccf482c6da2f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7aff565e-6c55-448d-83db-ccf482c6da2f\"\ + },{\"properties\":{\"roleName\":\"ExpressRoute Administrator\",\"type\":\"\ + CustomRole\",\"description\":\"Can create, delete and manage ExpressRoutes\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/locks/*\"\ + ,\"Microsoft.Authorization/policyAssignments/*\",\"Microsoft.Authorization/policyDefinitions/*\"\ + ,\"Microsoft.Authorization/roleAssignments/*\",\"Microsoft.ClassicNetwork/*\"\ + ,\"Microsoft.EventGrid/*\",\"Microsoft.Insights/*\",\"Microsoft.Network/*\"\ + ,\"Microsoft.Resources/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-08-31T03:51:32.2843055Z\",\"updatedOn\":\"2019-03-20T22:55:18.8222085Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a48d7896-14b4-4889-afef-fbb65a96e5a2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a48d7896-14b4-4889-afef-fbb65a96e5a2\"\ + },{\"properties\":{\"roleName\":\"GenevaWarmPathResourceContributor\",\"type\"\ + :\"CustomRole\",\"description\":\"Can manage service bus and storage accounts.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.EventHub/namespaces/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/*\",\"Microsoft.ServiceBus/namespaces/*\"\ + ,\"Microsoft.Storage/storageAccounts/*\",\"Microsoft.Storage/storageAccounts/managementPolicies/write\"\ + ,\"Microsoft.Storage/storageAccounts/managementPolicies/read\",\"Microsoft.Storage/storageAccounts/managementPolicies/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-03-14T22:30:10.1999436Z\",\"updatedOn\":\"2022-02-28T23:26:40.0052537Z\"\ + ,\"createdBy\":null,\"updatedBy\":\"acis\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9f15f5f5-77bd-413a-aa88-4b9c68b1e7bc\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9f15f5f5-77bd-413a-aa88-4b9c68b1e7bc\"\ + },{\"properties\":{\"roleName\":\"masterreader\",\"type\":\"CustomRole\",\"\ + description\":\"Lets you view everything, but not make any changes.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2017-11-14T23:38:05.3353858Z\"\ + ,\"updatedOn\":\"2017-11-14T23:38:05.3353858Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a48d7796-14b4-4889-afef-fbb65a93e5a2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a48d7796-14b4-4889-afef-fbb65a93e5a2\"\ + },{\"properties\":{\"roleName\":\"Microsoft OneAsset Reader\",\"type\":\"\ + CustomRole\",\"description\":\"This role is for Microsoft OneAsset team (CSEO)\ + \ to track internal security compliance and resource utilization.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachines/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-03-27T23:51:08.6333052Z\",\"updatedOn\":\"2019-04-02T20:35:43.3396263Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd1bb084-1503-4bd2-99c0-630220046786\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fd1bb084-1503-4bd2-99c0-630220046786\"\ + },{\"properties\":{\"roleName\":\"Office DevOps\",\"type\":\"CustomRole\"\ + ,\"description\":\"Custom access for developers to operations but not secrets.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachineScaleSets/restart/action\"\ + ,\"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/restart/action\"\ + ,\"Microsoft.Sql/servers/databases/replicationLinks/delete\",\"Microsoft.Sql/servers/databases/replicationLinks/failover/action\"\ + ,\"Microsoft.Sql/servers/databases/replicationLinks/forceFailoverAllowDataLoss/action\"\ + ,\"Microsoft.Sql/servers/databases/replicationLinks/operationResults/read\"\ + ,\"Microsoft.Sql/servers/databases/replicationLinks/read\",\"Microsoft.Sql/servers/databases/replicationLinks/unlink/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2016-10-07T08:11:46.1639398Z\",\"updatedOn\":\"2017-03-16T18:43:08.3234306Z\"\ + ,\"createdBy\":\"25aea6be-b605-4347-a92d-33e178e412ec\",\"updatedBy\":\"25aea6be-b605-4347-a92d-33e178e412ec\"\ + },\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7fd64851-3279-459b-b614-e2b2ba760f5b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7fd64851-3279-459b-b614-e2b2ba760f5b\"\ + },{\"properties\":{\"roleName\":\"GenevaWarmPathStorageBlobContributor\",\"\ + type\":\"CustomRole\",\"description\":\"Geneva Warm Path Storage Blob Contributor\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/lease/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/lock/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/extend/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/delete\"\ + ,\"Microsoft.Storage/storageAccounts/managementPolicies/write\",\"Microsoft.Storage/storageAccounts/managementPolicies/read\"\ + ,\"Microsoft.Storage/storageAccounts/managementPolicies/delete\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-12-06T22:46:27.1365630Z\"\ + ,\"updatedOn\":\"2022-02-28T23:26:40.4152515Z\",\"createdBy\":null,\"updatedBy\"\ + :\"acis\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a16c43ca-2d67-4dcd-9ded-6412f5edc51a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a16c43ca-2d67-4dcd-9ded-6412f5edc51a\"\ + },{\"properties\":{\"roleName\":\"Azure Service Deploy Release Management\ + \ Restricted Owner\",\"type\":\"CustomRole\",\"description\":\"Restricted\ + \ owner role for services deploying through Azure Service Deploy.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*\"],\"notActions\":[\"Microsoft.Authorization/*/Delete\"\ + ,\"Microsoft.Authorization/*/Write\"],\"dataActions\":[],\"notDataActions\"\ + :[]},{\"actions\":[\"Microsoft.Authorization/roleAssignments/write\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]},{\"actions\":[\"Microsoft.Authorization/locks/write\"\ + ,\"Microsoft.Authorization/policyassignments/write\",\"Microsoft.Authorization/policydefinitions/write\"\ + ,\"Microsoft.Authorization/policysetdefinitions/write\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-03-07T22:16:06.8803898Z\"\ + ,\"updatedOn\":\"2022-03-07T22:16:06.8803898Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/94ddc4bc-25f5-4f3e-b527-c587da93cfe4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"94ddc4bc-25f5-4f3e-b527-c587da93cfe4\"\ + },{\"properties\":{\"roleName\":\"Azure Service Deploy Test Release Management\ + \ Key Vault Secrets User\",\"type\":\"CustomRole\",\"description\":\"Read\ + \ secret and certificate contents. Only works for key vaults that use the\ + \ 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/secrets/getSecret/action\",\"Microsoft.KeyVault/vaults/certificates/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-07-20T22:52:19.9944274Z\",\"\ + updatedOn\":\"2022-08-31T23:25:32.0649353Z\",\"createdBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"\ + ,\"updatedBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/87d31636-ad85-4caa-802d-1535972b5612\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"87d31636-ad85-4caa-802d-1535972b5612\"\ + },{\"properties\":{\"roleName\":\"Azure Service Deploy Release Management\ + \ Key Vault Secrets User\",\"type\":\"CustomRole\",\"description\":\"Read\ + \ secret and certificate contents. Only works for key vaults that use the\ + \ 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/secrets/getSecret/action\",\"Microsoft.KeyVault/vaults/certificates/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-02T21:14:21.3331588Z\",\"\ + updatedOn\":\"2022-09-10T00:44:34.5904437Z\",\"createdBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"\ + ,\"updatedBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/260691e6-68c2-47cf-bd4a-97d5fd4dbcd5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"260691e6-68c2-47cf-bd4a-97d5fd4dbcd5\"\ + },{\"properties\":{\"roleName\":\"Owner\",\"type\":\"BuiltInRole\",\"description\"\ + :\"Grants full access to manage all resources, including the ability to assign\ + \ roles in Azure RBAC.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:45.8978856Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\ + },{\"properties\":{\"roleName\":\"AcrPush\",\"type\":\"BuiltInRole\",\"description\"\ + :\"acr push\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ContainerRegistry/registries/pull/read\",\"Microsoft.ContainerRegistry/registries/push/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-10-29T17:52:32.5201177Z\",\"updatedOn\":\"2021-11-11T20:13:07.4993029Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8311e382-0749-4cb8-b61a-304f252e45ec\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8311e382-0749-4cb8-b61a-304f252e45ec\"\ + },{\"properties\":{\"roleName\":\"API Management Service Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage service and the APIs\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8650193Z\",\"updatedOn\":\"2021-11-11T20:13:08.3179618Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/312a565d-c81f-4fd8-895a-4e21e48d571c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"312a565d-c81f-4fd8-895a-4e21e48d571c\"\ + },{\"properties\":{\"roleName\":\"AcrPull\",\"type\":\"BuiltInRole\",\"description\"\ + :\"acr pull\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ContainerRegistry/registries/pull/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2018-10-22T19:01:56.8227182Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:08.8779328Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f951dda-4ed3-4680-a7ca-43fe172d538d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f951dda-4ed3-4680-a7ca-43fe172d538d\"\ + },{\"properties\":{\"roleName\":\"AcrImageSigner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"acr image signer\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ContainerRegistry/registries/sign/write\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.ContainerRegistry/registries/trustedCollections/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-03-15T23:23:08.4038322Z\",\"\ + updatedOn\":\"2021-11-11T20:13:09.6070759Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6cef56e8-d556-48e5-a04f-b8e64114680f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6cef56e8-d556-48e5-a04f-b8e64114680f\"\ + },{\"properties\":{\"roleName\":\"AcrDelete\",\"type\":\"BuiltInRole\",\"\ + description\":\"acr delete\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ContainerRegistry/registries/artifacts/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-03-11T20:19:31.6682804Z\",\"updatedOn\":\"2021-11-11T20:13:09.9631744Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c2f4ef07-c644-48eb-af81-4b1b4947fb11\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c2f4ef07-c644-48eb-af81-4b1b4947fb11\"\ + },{\"properties\":{\"roleName\":\"AcrQuarantineReader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"acr quarantine data reader\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.ContainerRegistry/registries/quarantine/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerRegistry/registries/quarantinedArtifacts/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-03-16T00:27:39.9596835Z\",\"\ + updatedOn\":\"2021-11-11T20:13:10.3188052Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cdda3590-29a3-44f6-95f2-9f980659eb04\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cdda3590-29a3-44f6-95f2-9f980659eb04\"\ + },{\"properties\":{\"roleName\":\"AcrQuarantineWriter\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"acr quarantine data writer\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.ContainerRegistry/registries/quarantine/read\"\ + ,\"Microsoft.ContainerRegistry/registries/quarantine/write\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ContainerRegistry/registries/quarantinedArtifacts/read\"\ + ,\"Microsoft.ContainerRegistry/registries/quarantinedArtifacts/write\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2018-03-16T00:26:37.5871820Z\",\"updatedOn\"\ + :\"2021-11-11T20:13:11.3488079Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c8d4ff99-41c3-41a8-9f60-21dfdad59608\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c8d4ff99-41c3-41a8-9f60-21dfdad59608\"\ + },{\"properties\":{\"roleName\":\"API Management Service Operator Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage service but not the APIs\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*/read\"\ + ,\"Microsoft.ApiManagement/service/backup/action\",\"Microsoft.ApiManagement/service/delete\"\ + ,\"Microsoft.ApiManagement/service/managedeployments/action\",\"Microsoft.ApiManagement/service/read\"\ + ,\"Microsoft.ApiManagement/service/restore/action\",\"Microsoft.ApiManagement/service/updatecertificate/action\"\ + ,\"Microsoft.ApiManagement/service/updatehostname/action\",\"Microsoft.ApiManagement/service/write\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[\"Microsoft.ApiManagement/service/users/keys/read\"],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-11-09T00:03:42.1194019Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:11.5244023Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\ + },{\"properties\":{\"roleName\":\"API Management Service Reader Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Read-only access to service and APIs\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*/read\"\ + ,\"Microsoft.ApiManagement/service/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.ApiManagement/service/users/keys/read\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-11-09T00:26:45.1540473Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:11.8704466Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/71522526-b88f-4d52-b57f-d31fc3546d0d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"71522526-b88f-4d52-b57f-d31fc3546d0d\"\ + },{\"properties\":{\"roleName\":\"Application Insights Component Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Can manage Application Insights\ + \ components\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Insights/generateLiveToken/read\",\"Microsoft.Insights/metricAlerts/*\"\ + ,\"Microsoft.Insights/components/*\",\"Microsoft.Insights/scheduledqueryrules/*\"\ + ,\"Microsoft.Insights/topology/read\",\"Microsoft.Insights/transactions/read\"\ + ,\"Microsoft.Insights/webtests/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:12.6428401Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ae349356-3a1b-4a5e-921d-050484c6347e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ae349356-3a1b-4a5e-921d-050484c6347e\"\ + },{\"properties\":{\"roleName\":\"Application Insights Snapshot Debugger\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Gives user permission to use Application\ + \ Insights Snapshot Debugger features\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/components/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-04-19T21:25:12.3728747Z\",\"updatedOn\":\"2021-11-11T20:13:13.0034435Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\ + },{\"properties\":{\"roleName\":\"Attestation Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read the attestation provider properties\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Attestation/attestationProviders/attestation/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-03-25T19:42:59.1576710Z\",\"updatedOn\":\"2021-11-11T20:13:13.3634724Z\"\ + ,\"createdBy\":null,\"updatedBy\":\"SYSTEM\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd1bd22b-8476-40bc-a0bc-69b95687b9f3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fd1bd22b-8476-40bc-a0bc-69b95687b9f3\"\ + },{\"properties\":{\"roleName\":\"Automation Job Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Create and Manage Jobs using Automation Runbooks.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/read\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/read\",\"Microsoft.Automation/automationAccounts/jobs/resume/action\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/stop/action\",\"Microsoft.Automation/automationAccounts/jobs/streams/read\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\"Microsoft.Automation/automationAccounts/jobs/write\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/output/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-04-19T20:52:41.0020018Z\",\"updatedOn\":\"2021-11-11T20:13:13.7065660Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4fe576fe-1146-4730-92eb-48519fa6bf9f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4fe576fe-1146-4730-92eb-48519fa6bf9f\"\ + },{\"properties\":{\"roleName\":\"Automation Runbook Operator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Read Runbook properties - to be able to create\ + \ Jobs of the runbook.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Automation/automationAccounts/runbooks/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-04-19T20:47:49.5640674Z\",\"updatedOn\":\"2021-11-11T20:13:13.8815461Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\ + },{\"properties\":{\"roleName\":\"Automation Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Automation Operators are able to start, stop, suspend,\ + \ and resume jobs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/read\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/read\",\"Microsoft.Automation/automationAccounts/jobs/resume/action\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/stop/action\",\"Microsoft.Automation/automationAccounts/jobs/streams/read\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\"Microsoft.Automation/automationAccounts/jobs/write\"\ + ,\"Microsoft.Automation/automationAccounts/jobSchedules/read\",\"Microsoft.Automation/automationAccounts/jobSchedules/write\"\ + ,\"Microsoft.Automation/automationAccounts/linkedWorkspace/read\",\"Microsoft.Automation/automationAccounts/read\"\ + ,\"Microsoft.Automation/automationAccounts/runbooks/read\",\"Microsoft.Automation/automationAccounts/schedules/read\"\ + ,\"Microsoft.Automation/automationAccounts/schedules/write\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/output/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-08-18T01:05:03.3916130Z\",\"updatedOn\":\"2021-11-11T20:13:14.0515408Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d3881f73-407a-4167-8283-e981cbba0404\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d3881f73-407a-4167-8283-e981cbba0404\"\ + },{\"properties\":{\"roleName\":\"Avere Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can create and manage an Avere vFXT cluster.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Compute/*/read\",\"Microsoft.Compute/availabilitySets/*\",\"\ + Microsoft.Compute/proximityPlacementGroups/*\",\"Microsoft.Compute/virtualMachines/*\"\ + ,\"Microsoft.Compute/disks/*\",\"Microsoft.Network/*/read\",\"Microsoft.Network/networkInterfaces/*\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ,\"Microsoft.Network/networkSecurityGroups/join/action\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Storage/*/read\",\"Microsoft.Storage/storageAccounts/*\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-03-18T20:00:58.9207889Z\",\"\ + updatedOn\":\"2021-11-11T20:13:14.2265665Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4f8fab4f-1852-4a58-a46a-8eaf358af14a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4f8fab4f-1852-4a58-a46a-8eaf358af14a\"\ + },{\"properties\":{\"roleName\":\"Avere Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Used by the Avere vFXT cluster to manage the cluster\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-03-18T20:02:38.3399857Z\",\"\ + updatedOn\":\"2021-11-11T20:13:15.1065886Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c025889f-8102-4ebf-b32c-fc0c6f0c6bd9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c025889f-8102-4ebf-b32c-fc0c6f0c6bd9\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Cluster Admin Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"List cluster admin credential\ + \ action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ContainerService/managedClusters/listClusterAdminCredential/action\"\ + ,\"Microsoft.ContainerService/managedClusters/accessProfiles/listCredential/action\"\ + ,\"Microsoft.ContainerService/managedClusters/read\",\"Microsoft.ContainerService/managedClusters/runcommand/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-08-15T21:38:18.5953853Z\",\"updatedOn\":\"2022-05-16T21:47:03.0625910Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0ab0b1a8-8aac-4efd-b8c2-3ee1fb270be8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0ab0b1a8-8aac-4efd-b8c2-3ee1fb270be8\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Cluster User Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"List cluster user credential action.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action\"\ + ,\"Microsoft.ContainerService/managedClusters/read\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-08-15T22:04:53.4037241Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:20.4351976Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4abbcc35-e782-43d8-92c5-2d3f1bd2253f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4abbcc35-e782-43d8-92c5-2d3f1bd2253f\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Grants access to read map related data from an Azure maps\ + \ account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Maps/accounts/*/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-10-05T19:47:03.4723070Z\",\"updatedOn\":\"2021-11-11T20:13:20.9582685Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/423170ca-a8f6-4b0f-8487-9e4eb8f49bfa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"423170ca-a8f6-4b0f-8487-9e4eb8f49bfa\"\ + },{\"properties\":{\"roleName\":\"Azure Stack Registration Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage Azure Stack registrations.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureStack/edgeSubscriptions/read\"\ + ,\"Microsoft.AzureStack/registrations/products/*/action\",\"Microsoft.AzureStack/registrations/products/read\"\ + ,\"Microsoft.AzureStack/registrations/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2017-11-13T23:42:06.2161827Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:23.2957820Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6f12a6df-dd06-4f3e-bcb1-ce8be600526a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6f12a6df-dd06-4f3e-bcb1-ce8be600526a\"\ + },{\"properties\":{\"roleName\":\"Backup Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage backup service,but can't create vaults\ + \ and give access to others\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.RecoveryServices/locations/*\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/refreshContainers/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/*\",\"Microsoft.RecoveryServices/Vaults/backupSecurityPIN/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/certificates/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\",\"Microsoft.RecoveryServices/Vaults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\"Microsoft.RecoveryServices/Vaults/usages/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.RecoveryServices/Vaults/backupstorageconfig/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupconfig/*\",\"Microsoft.RecoveryServices/Vaults/backupValidateOperation/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/write\",\"Microsoft.RecoveryServices/Vaults/backupOperations/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupEngines/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectableContainers/read\"\ + ,\"Microsoft.RecoveryServices/vaults/operationStatus/read\",\"Microsoft.RecoveryServices/vaults/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/locations/backupStatus/action\",\"Microsoft.RecoveryServices/locations/backupPreValidateProtection/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupValidateFeatures/action\",\"\ + Microsoft.RecoveryServices/Vaults/monitoringAlerts/write\",\"Microsoft.RecoveryServices/operations/read\"\ + ,\"Microsoft.RecoveryServices/locations/operationStatus/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionIntents/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.DataProtection/locations/getBackupStatus/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/write\",\"Microsoft.DataProtection/backupVaults/backupInstances/delete\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/read\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\"\ + ,\"Microsoft.DataProtection/backupVaults/deletedBackupInstances/read\",\"\ + Microsoft.DataProtection/backupVaults/deletedBackupInstances/undelete/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/backup/action\",\"\ + Microsoft.DataProtection/backupVaults/backupInstances/validateRestore/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/restore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/crossRegionRestore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/validateCrossRegionRestore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJobs/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJob/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchSecondaryRecoveryPoints/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupPolicies/write\",\"Microsoft.DataProtection/backupVaults/backupPolicies/delete\"\ + ,\"Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges/action\"\ + ,\"Microsoft.DataProtection/backupVaults/write\",\"Microsoft.DataProtection/backupVaults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/operationResults/read\",\"Microsoft.DataProtection/backupVaults/operationStatus/read\"\ + ,\"Microsoft.DataProtection/locations/checkNameAvailability/action\",\"Microsoft.DataProtection/locations/checkFeatureSupport/action\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/read\"\ + ,\"Microsoft.DataProtection/locations/operationStatus/read\",\"Microsoft.DataProtection/locations/operationResults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/validateForBackup/action\",\"Microsoft.DataProtection/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-01-03T13:12:15.7321344Z\",\"updatedOn\":\"2023-05-16T10:52:55.0352615Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e467623-bb1f-42f4-a55d-6e525e11384b\"\ + },{\"properties\":{\"roleName\":\"Billing Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows read access to billing data\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Billing/*/read\",\"Microsoft.Commerce/*/read\",\"Microsoft.Consumption/*/read\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.CostManagement/*/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-04-25T02:13:38.9054151Z\",\"updatedOn\":\"2021-11-11T20:13:24.5342563Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\ + },{\"properties\":{\"roleName\":\"Backup Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage backup services, except removal of backup,\ + \ vault creation and giving access to others\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/backup/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationsStatus/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/provisionInstantItemRecovery/action\"\ + ,\"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/accessToken/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/restore/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/revokeInstantItemRecovery/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/refreshContainers/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/certificates/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupstorageconfig/*\",\"Microsoft.RecoveryServices/Vaults/backupValidateOperation/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupTriggerValidateOperation/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupValidateOperationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupValidateOperationsStatuses/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupOperations/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operations/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/inquire/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupEngines/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectableContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/items/read\"\ + ,\"Microsoft.RecoveryServices/locations/backupStatus/action\",\"Microsoft.RecoveryServices/locations/backupPreValidateProtection/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupValidateFeatures/action\",\"\ + Microsoft.RecoveryServices/locations/backupAadProperties/read\",\"Microsoft.RecoveryServices/locations/backupCrrJobs/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupCrrJob/action\",\"Microsoft.RecoveryServices/locations/backupCrossRegionRestore/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupCrrOperationResults/read\",\"\ + Microsoft.RecoveryServices/locations/backupCrrOperationsStatus/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/write\"\ + ,\"Microsoft.RecoveryServices/operations/read\",\"Microsoft.RecoveryServices/locations/operationStatus/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectionIntents/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/read\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\"\ + ,\"Microsoft.DataProtection/backupVaults/deletedBackupInstances/read\",\"\ + Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges/action\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/operationResults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/operationStatus/read\",\"Microsoft.DataProtection/backupVaults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/locations/operationStatus/read\"\ + ,\"Microsoft.DataProtection/locations/operationResults/read\",\"Microsoft.DataProtection/operations/read\"\ + ,\"Microsoft.DataProtection/backupVaults/validateForBackup/action\",\"Microsoft.DataProtection/backupVaults/backupInstances/backup/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/validateRestore/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/restore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/crossRegionRestore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/validateCrossRegionRestore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJobs/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJob/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchSecondaryRecoveryPoints/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-01-03T13:21:11.8947640Z\",\"updatedOn\":\"2023-05-17T09:30:04.0390095Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"00c29273-979b-4161-815c-10b084fb9324\"\ + },{\"properties\":{\"roleName\":\"Backup Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view backup services, but can't make changes\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationsStatus/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\"\ + Microsoft.RecoveryServices/Vaults/backupJobs/read\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\"\ + Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\"Microsoft.RecoveryServices/Vaults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/Vaults/backupstorageconfig/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupconfig/read\",\"Microsoft.RecoveryServices/Vaults/backupOperations/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/operations/read\",\"Microsoft.RecoveryServices/Vaults/backupEngines/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/items/read\"\ + ,\"Microsoft.RecoveryServices/locations/backupStatus/action\",\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/write\",\"Microsoft.RecoveryServices/operations/read\"\ + ,\"Microsoft.RecoveryServices/locations/operationStatus/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionIntents/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/locations/backupValidateFeatures/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupCrrJobs/action\",\"Microsoft.RecoveryServices/locations/backupCrrJob/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupCrrOperationResults/read\",\"\ + Microsoft.RecoveryServices/locations/backupCrrOperationsStatus/read\",\"Microsoft.DataProtection/locations/getBackupStatus/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/write\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\"\ + ,\"Microsoft.DataProtection/backupVaults/deletedBackupInstances/read\",\"\ + Microsoft.DataProtection/backupVaults/backupInstances/backup/action\",\"Microsoft.DataProtection/backupVaults/backupInstances/validateRestore/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/restore/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges/action\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/operationResults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/operationStatus/read\",\"Microsoft.DataProtection/backupVaults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/locations/operationStatus/read\"\ + ,\"Microsoft.DataProtection/locations/operationResults/read\",\"Microsoft.DataProtection/backupVaults/validateForBackup/action\"\ + ,\"Microsoft.DataProtection/operations/read\",\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJobs/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJob/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchSecondaryRecoveryPoints/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-01-03T13:18:41.3893065Z\",\"updatedOn\":\"2023-05-16T10:52:55.0342622Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a795c7a0-d4a2-40c1-ae25-d81f01202912\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a795c7a0-d4a2-40c1-ae25-d81f01202912\"\ + },{\"properties\":{\"roleName\":\"Blockchain Member Node Access (Preview)\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for access to Blockchain\ + \ Member nodes\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Blockchain/blockchainMembers/transactionNodes/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Blockchain/blockchainMembers/transactionNodes/connect/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-12-21T10:33:01.9604839Z\",\"\ + updatedOn\":\"2021-11-11T20:13:25.0558920Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/31a002a1-acaf-453e-8a5b-297c9ca1ea24\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"31a002a1-acaf-453e-8a5b-297c9ca1ea24\"\ + },{\"properties\":{\"roleName\":\"BizTalk Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage BizTalk services, but not access to them.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.BizTalkServices/BizTalk/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:25.2359269Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e3c6656-6cfa-4708-81fe-0de47ac73342\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e3c6656-6cfa-4708-81fe-0de47ac73342\"\ + },{\"properties\":{\"roleName\":\"CDN Endpoint Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can manage CDN endpoints, but can\u2019t grant access to\ + \ other users.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\"\ + ,\"Microsoft.Cdn/profiles/endpoints/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2021-11-11T20:13:25.4059314Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\ + },{\"properties\":{\"roleName\":\"CDN Endpoint Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view CDN endpoints, but can\u2019t make changes.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\",\"\ + Microsoft.Cdn/profiles/endpoints/*/read\",\"Microsoft.Cdn/profiles/afdendpoints/validateCustomDomain/action\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2022-01-26T19:51:29.2636610Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\ + },{\"properties\":{\"roleName\":\"CDN Profile Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can manage CDN profiles and their endpoints, but can\u2019\ + t grant access to other users.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\"\ + ,\"Microsoft.Cdn/operationresults/*\",\"Microsoft.Cdn/profiles/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2021-11-11T20:13:25.9224344Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ec156ff8-a8d1-4d15-830c-5b80698ca432\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ec156ff8-a8d1-4d15-830c-5b80698ca432\"\ + },{\"properties\":{\"roleName\":\"CDN Profile Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view CDN profiles and their endpoints, but can\u2019\ + t make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\"\ + ,\"Microsoft.Cdn/profiles/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2021-11-11T20:13:26.0983652Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8f96442b-4075-438f-813d-ad51ab4019af\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8f96442b-4075-438f-813d-ad51ab4019af\"\ + },{\"properties\":{\"roleName\":\"Classic Network Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage classic networks, but not\ + \ access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicNetwork/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:26.4433301Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\ + },{\"properties\":{\"roleName\":\"Classic Storage Account Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage classic storage accounts,\ + \ but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicStorage/storageAccounts/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:26.6183566Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\ + },{\"properties\":{\"roleName\":\"Classic Storage Account Key Operator Service\ + \ Role\",\"type\":\"BuiltInRole\",\"description\":\"Classic Storage Account\ + \ Key Operators are allowed to list and regenerate keys on Classic Storage\ + \ Accounts\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ClassicStorage/storageAccounts/listkeys/action\",\"Microsoft.ClassicStorage/storageAccounts/regeneratekey/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-04-13T18:22:52.1461100Z\",\"updatedOn\":\"2021-11-11T20:13:26.9796021Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\ + },{\"properties\":{\"roleName\":\"ClearDB MySQL DB Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage ClearDB MySQL databases,\ + \ but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"successbricks.cleardb/databases/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:27.1646373Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9106cda0-8a86-4e81-b686-29a22c54effe\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9106cda0-8a86-4e81-b686-29a22c54effe\"\ + },{\"properties\":{\"roleName\":\"Classic Virtual Machine Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage classic virtual machines,\ + \ but not access to them, and not the virtual network or storage account they\u2019\ + re connected to.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicCompute/domainNames/*\"\ + ,\"Microsoft.ClassicCompute/virtualMachines/*\",\"Microsoft.ClassicNetwork/networkSecurityGroups/join/action\"\ + ,\"Microsoft.ClassicNetwork/reservedIps/link/action\",\"Microsoft.ClassicNetwork/reservedIps/read\"\ + ,\"Microsoft.ClassicNetwork/virtualNetworks/join/action\",\"Microsoft.ClassicNetwork/virtualNetworks/read\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/disks/read\",\"Microsoft.ClassicStorage/storageAccounts/images/read\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.ClassicStorage/storageAccounts/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-04-25T00:37:56.5416086Z\",\"updatedOn\":\"2021-11-11T20:13:27.3446332Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you read and list keys of Cognitive Services.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/listkeys/action\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.Insights/diagnosticSettings/read\",\"Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Insights/metricdefinitions/read\",\"Microsoft.Insights/metrics/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/*\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2018-08-08T23:23:43.7701274Z\",\"updatedOn\"\ + :\"2021-11-11T20:13:27.5316443Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a97b65f3-24c7-4388-baec-2e87135dc908\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a97b65f3-24c7-4388-baec-2e87135dc908\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Data Reader (Preview)\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you read Cognitive Services\ + \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/*/read\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2019-02-13T20:02:12.6849986Z\",\"updatedOn\"\ + :\"2021-11-11T20:13:27.7138054Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b59867f0-fa02-499b-be73-45a86b5b3e1c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b59867f0-fa02-499b-be73-45a86b5b3e1c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you create, read, update, delete and\ + \ manage keys of Cognitive Services.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.CognitiveServices/*\"\ + ,\"Microsoft.Features/features/read\",\"Microsoft.Features/providers/features/read\"\ + ,\"Microsoft.Features/providers/features/register/action\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Insights/metricdefinitions/read\",\"Microsoft.Insights/metrics/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-08-08T23:18:39.2257848Z\",\"updatedOn\":\"2021-11-11T20:13:27.9116230Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/25fbc0a9-bd7c-42a3-aa1a-3b75d497ee68\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"25fbc0a9-bd7c-42a3-aa1a-3b75d497ee68\"\ + },{\"properties\":{\"roleName\":\"CosmosBackupOperator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can submit restore request for a Cosmos DB database or\ + \ a container for an account\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.DocumentDB/databaseAccounts/backup/action\",\"\ + Microsoft.DocumentDB/databaseAccounts/restore/action\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-12-07T19:47:14.9651560Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:28.4333692Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/db7b14f2-5adf-42da-9f96-f2ee17bab5cb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"db7b14f2-5adf-42da-9f96-f2ee17bab5cb\"\ + },{\"properties\":{\"roleName\":\"Contributor\",\"type\":\"BuiltInRole\",\"\ + description\":\"Grants full access to manage all resources, but does not allow\ + \ you to assign roles in Azure RBAC, manage assignments in Azure Blueprints,\ + \ or share image galleries.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"*\"],\"notActions\":[\"Microsoft.Authorization/*/Delete\"\ + ,\"Microsoft.Authorization/*/Write\",\"Microsoft.Authorization/elevateAccess/Action\"\ + ,\"Microsoft.Blueprint/blueprintAssignments/write\",\"Microsoft.Blueprint/blueprintAssignments/delete\"\ + ,\"Microsoft.Compute/galleries/share/action\",\"Microsoft.Purview/consents/write\"\ + ,\"Microsoft.Purview/consents/delete\"],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2023-05-25T18:33:49.8611163Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b24988ac-6180-42a0-ab88-20f7382dd24c\"\ + },{\"properties\":{\"roleName\":\"Cosmos DB Account Reader Role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can read Azure Cosmos DB Accounts data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.DocumentDB/*/read\",\"Microsoft.DocumentDB/databaseAccounts/readonlykeys/action\"\ + ,\"Microsoft.Insights/MetricDefinitions/read\",\"Microsoft.Insights/Metrics/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-10-30T17:53:54.6005577Z\",\"updatedOn\":\"2021-11-11T20:13:28.7911765Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fbdf93bf-df7d-467e-a4d2-9458aa1360c8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fbdf93bf-df7d-467e-a4d2-9458aa1360c8\"\ + },{\"properties\":{\"roleName\":\"Cost Management Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Can view costs and manage cost configuration\ + \ (e.g. budgets, exports)\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Consumption/*\",\"Microsoft.CostManagement/*\",\"Microsoft.Billing/billingPeriods/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Advisor/configurations/read\",\"Microsoft.Advisor/recommendations/read\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.Billing/billingProperty/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-03-14T16:09:22.8834827Z\",\"updatedOn\":\"2021-11-11T20:13:29.4851851Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/434105ed-43f6-45c7-a02f-909b2ba83430\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"434105ed-43f6-45c7-a02f-909b2ba83430\"\ + },{\"properties\":{\"roleName\":\"Cost Management Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view cost data and configuration (e.g. budgets, exports)\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Consumption/*/read\"\ + ,\"Microsoft.CostManagement/*/read\",\"Microsoft.Billing/billingPeriods/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Advisor/configurations/read\",\"Microsoft.Advisor/recommendations/read\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.Billing/billingProperty/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-03-14T16:09:22.8834827Z\",\"updatedOn\":\"2021-11-11T20:13:29.6601800Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/72fafb9e-0641-4937-9268-a91bfd8191a3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"72fafb9e-0641-4937-9268-a91bfd8191a3\"\ + },{\"properties\":{\"roleName\":\"Data Box Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage everything under Data Box Service except\ + \ giving access to others.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Databox/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2018-07-27T08:28:42.7140210Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:30.3737856Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/add466c9-e687-43fc-8d98-dfcf8d720be5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"add466c9-e687-43fc-8d98-dfcf8d720be5\"\ + },{\"properties\":{\"roleName\":\"Data Box Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage Data Box Service except creating order\ + \ or editing order details and giving access to others.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Databox/*/read\",\"Microsoft.Databox/jobs/listsecrets/action\"\ + ,\"Microsoft.Databox/jobs/listcredentials/action\",\"Microsoft.Databox/locations/availableSkus/action\"\ + ,\"Microsoft.Databox/locations/validateInputs/action\",\"Microsoft.Databox/locations/regionConfiguration/action\"\ + ,\"Microsoft.Databox/locations/validateAddress/action\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-07-27T08:26:21.9284772Z\",\"updatedOn\":\"2021-11-11T20:13:30.5546117Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/028f4ed7-e2a9-465e-a8f4-9c0ffdfdc027\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"028f4ed7-e2a9-465e-a8f4-9c0ffdfdc027\"\ + },{\"properties\":{\"roleName\":\"Data Factory Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Create and manage data factories, as well as child resources\ + \ within them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.DataFactory/dataFactories/*\"\ + ,\"Microsoft.DataFactory/factories/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.EventGrid/eventSubscriptions/write\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:30.7420174Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/673868aa-7521-48a0-acc6-0f60742d39f5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"673868aa-7521-48a0-acc6-0f60742d39f5\"\ + },{\"properties\":{\"roleName\":\"Data Purger\",\"type\":\"BuiltInRole\",\"\ + description\":\"Can purge analytics data\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Insights/components/*/read\",\"Microsoft.Insights/components/purge/action\"\ + ,\"Microsoft.OperationalInsights/workspaces/*/read\",\"Microsoft.OperationalInsights/workspaces/purge/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-04-30T22:39:49.6167700Z\",\"updatedOn\":\"2021-11-11T20:13:31.2788395Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/150f5e0c-0603-4f03-8c7f-cf70034c4e90\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"150f5e0c-0603-4f03-8c7f-cf70034c4e90\"\ + },{\"properties\":{\"roleName\":\"Data Lake Analytics Developer\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you submit, monitor, and manage your\ + \ own jobs but not create or delete Data Lake Analytics accounts.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.BigAnalytics/accounts/*\",\"Microsoft.DataLakeAnalytics/accounts/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.BigAnalytics/accounts/Delete\"\ + ,\"Microsoft.BigAnalytics/accounts/TakeOwnership/action\",\"Microsoft.BigAnalytics/accounts/Write\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/Delete\",\"Microsoft.DataLakeAnalytics/accounts/TakeOwnership/action\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/Write\",\"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts/Write\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts/Delete\",\"\ + Microsoft.DataLakeAnalytics/accounts/storageAccounts/Write\",\"Microsoft.DataLakeAnalytics/accounts/storageAccounts/Delete\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/firewallRules/Write\",\"Microsoft.DataLakeAnalytics/accounts/firewallRules/Delete\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/computePolicies/Write\",\"Microsoft.DataLakeAnalytics/accounts/computePolicies/Delete\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-10-20T00:33:29.3115234Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:31.4688491Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/47b7735b-770e-4598-a7da-8b91488b4c88\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"47b7735b-770e-4598-a7da-8b91488b4c88\"\ + },{\"properties\":{\"roleName\":\"DevTest Labs User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you connect, start, restart, and shutdown your virtual\ + \ machines in your Azure DevTest Labs.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Compute/availabilitySets/read\"\ + ,\"Microsoft.Compute/virtualMachines/*/read\",\"Microsoft.Compute/virtualMachines/deallocate/action\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/restart/action\"\ + ,\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.DevTestLab/*/read\"\ + ,\"Microsoft.DevTestLab/labs/claimAnyVm/action\",\"Microsoft.DevTestLab/labs/createEnvironment/action\"\ + ,\"Microsoft.DevTestLab/labs/ensureCurrentUserProfile/action\",\"Microsoft.DevTestLab/labs/formulas/delete\"\ + ,\"Microsoft.DevTestLab/labs/formulas/read\",\"Microsoft.DevTestLab/labs/formulas/write\"\ + ,\"Microsoft.DevTestLab/labs/policySets/evaluatePolicies/action\",\"Microsoft.DevTestLab/labs/virtualMachines/claim/action\"\ + ,\"Microsoft.DevTestLab/labs/virtualmachines/listApplicableSchedules/action\"\ + ,\"Microsoft.DevTestLab/labs/virtualMachines/getRdpFileContents/action\",\"\ + Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\"\ + ,\"Microsoft.Network/networkInterfaces/*/read\",\"Microsoft.Network/networkInterfaces/join/action\"\ + ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\"\ + ,\"Microsoft.Network/publicIPAddresses/*/read\",\"Microsoft.Network/publicIPAddresses/join/action\"\ + ,\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/listKeys/action\"\ + ],\"notActions\":[\"Microsoft.Compute/virtualMachines/vmSizes/read\"],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-06-08T21:52:45.0657582Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:32.1746507Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/76283e04-6283-4c54-8f91-bcf1374a3c64\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"76283e04-6283-4c54-8f91-bcf1374a3c64\"\ + },{\"properties\":{\"roleName\":\"DocumentDB Account Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage DocumentDB accounts, but\ + \ not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.DocumentDb/databaseAccounts/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:32.3496502Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5bd9cd88-fe45-4216-938b-f97437e15450\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5bd9cd88-fe45-4216-938b-f97437e15450\"\ + },{\"properties\":{\"roleName\":\"DNS Zone Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage DNS zones and record sets in Azure DNS,\ + \ but does not let you control who has access to them.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/dnsZones/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-10-15T23:33:25.9730842Z\",\"updatedOn\":\"2021-11-11T20:13:32.5233957Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/befefa01-2a29-4197-83a8-272ff33ce314\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"befefa01-2a29-4197-83a8-272ff33ce314\"\ + },{\"properties\":{\"roleName\":\"EventGrid EventSubscription Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage EventGrid event\ + \ subscription operations.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.EventGrid/eventSubscriptions/*\"\ + ,\"Microsoft.EventGrid/topicTypes/eventSubscriptions/read\",\"Microsoft.EventGrid/locations/eventSubscriptions/read\"\ + ,\"Microsoft.EventGrid/locations/topicTypes/eventSubscriptions/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-10-08T23:27:28.3130743Z\",\"updatedOn\":\"2021-11-11T20:13:33.4166738Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/428e0ff0-5e57-4d9c-a221-2c70d0e0a443\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"428e0ff0-5e57-4d9c-a221-2c70d0e0a443\"\ + },{\"properties\":{\"roleName\":\"EventGrid EventSubscription Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you read EventGrid event subscriptions.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.EventGrid/eventSubscriptions/read\",\"Microsoft.EventGrid/topicTypes/eventSubscriptions/read\"\ + ,\"Microsoft.EventGrid/locations/eventSubscriptions/read\",\"Microsoft.EventGrid/locations/topicTypes/eventSubscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-10-09T17:29:28.1417894Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:33.7846748Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2414bbcf-6497-4faf-8c65-045460748405\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2414bbcf-6497-4faf-8c65-045460748405\"\ + },{\"properties\":{\"roleName\":\"Graph Owner\",\"type\":\"BuiltInRole\",\"\ + description\":\"Create and manage all aspects of the Enterprise Graph - Ontology,\ + \ Schema mapping, Conflation and Conversational AI and Ingestions\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.EnterpriseKnowledgeGraph/services/conflation/read\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/conflation/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/sourceschema/read\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/sourceschema/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/knowledge/read\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/knowledge/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/intentclassification/read\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/intentclassification/write\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/ingestion/read\",\"Microsoft.EnterpriseKnowledgeGraph/services/ingestion/write\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/ontology/read\",\"Microsoft.EnterpriseKnowledgeGraph/services/ontology/write\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/delete\",\"Microsoft.EnterpriseKnowledgeGraph/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-02-23T21:07:22.5844236Z\",\"updatedOn\":\"2021-11-11T20:13:34.6707886Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b60367af-1334-4454-b71e-769d9a4f83d9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b60367af-1334-4454-b71e-769d9a4f83d9\"\ + },{\"properties\":{\"roleName\":\"HDInsight Domain Services Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Can Read, Create, Modify and Delete\ + \ Domain Services related operations needed for HDInsight Enterprise Security\ + \ Package\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.AAD/*/read\",\"Microsoft.AAD/domainServices/*/read\",\"Microsoft.AAD/domainServices/oucontainer/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-09-12T22:42:51.7451109Z\",\"updatedOn\":\"2021-11-11T20:13:35.3921342Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8d8d5a11-05d3-4bda-a417-a08778121c7c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8d8d5a11-05d3-4bda-a417-a08778121c7c\"\ + },{\"properties\":{\"roleName\":\"Intelligent Systems Account Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage Intelligent Systems\ + \ accounts, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.IntelligentSystems/accounts/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:35.9371582Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/03a6d094-3444-4b3d-88af-7477090a9e5e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"03a6d094-3444-4b3d-88af-7477090a9e5e\"\ + },{\"properties\":{\"roleName\":\"Key Vault Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage key vaults, but not access to them.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.KeyVault/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[\"Microsoft.KeyVault/locations/deletedVaults/purge/action\"\ + ,\"Microsoft.KeyVault/hsmPools/*\",\"Microsoft.KeyVault/managedHsms/*\"],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-02-25T17:08:28.5184971Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:36.1170988Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f25e0fa2-a7c8-4377-a976-54943a77a395\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f25e0fa2-a7c8-4377-a976-54943a77a395\"\ + },{\"properties\":{\"roleName\":\"Knowledge Consumer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Knowledge Read permission to consume Enterprise Graph Knowledge\ + \ using entity search and graph query\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.EnterpriseKnowledgeGraph/services/knowledge/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-02-23T21:23:31.4037552Z\",\"updatedOn\":\"2021-11-11T20:13:37.0021342Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ee361c5d-f7b5-4119-b4b6-892157c8f64c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ee361c5d-f7b5-4119-b4b6-892157c8f64c\"\ + },{\"properties\":{\"roleName\":\"Lab Creator\",\"type\":\"BuiltInRole\",\"\ + description\":\"Lets you create new labs under your Azure Lab Accounts.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.LabServices/labAccounts/*/read\",\"Microsoft.LabServices/labAccounts/createLab/action\"\ + ,\"Microsoft.LabServices/labAccounts/getPricingAndAvailability/action\",\"\ + Microsoft.LabServices/labAccounts/getRestrictionsAndUsage/action\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ + ,\"Microsoft.LabServices/labPlans/saveImage/action\",\"Microsoft.LabServices/labs/read\"\ + ,\"Microsoft.LabServices/labs/schedules/read\",\"Microsoft.LabServices/labs/users/read\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/read\",\"Microsoft.LabServices/locations/usages/read\"\ + ,\"Microsoft.LabServices/skus/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.LabServices/labPlans/createLab/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-01-18T23:38:58.1036141Z\",\"\ + updatedOn\":\"2021-11-11T20:13:37.1821588Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b97fb8bc-a8b2-4522-a38b-dd33c7e65ead\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b97fb8bc-a8b2-4522-a38b-dd33c7e65ead\"\ + },{\"properties\":{\"roleName\":\"Log Analytics Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Log Analytics Reader can view and search all monitoring\ + \ data as well as and view monitoring settings, including viewing the configuration\ + \ of Azure diagnostics on all Azure resources.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.OperationalInsights/workspaces/analytics/query/action\"\ + ,\"Microsoft.OperationalInsights/workspaces/search/action\",\"Microsoft.Support/*\"\ + ],\"notActions\":[\"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-02T00:20:28.1449012Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:37.7071371Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/73c42c96-874c-492b-b04d-ab87d138a893\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"73c42c96-874c-492b-b04d-ab87d138a893\"\ + },{\"properties\":{\"roleName\":\"Log Analytics Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Log Analytics Contributor can read all monitoring\ + \ data and edit monitoring settings. Editing monitoring settings includes\ + \ adding the VM extension to VMs; reading storage account keys to be able\ + \ to configure collection of logs from Azure Storage; adding solutions; and\ + \ configuring Azure diagnostics on all Azure resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.ClassicCompute/virtualMachines/extensions/*\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.Compute/virtualMachines/extensions/*\"\ + ,\"Microsoft.HybridCompute/machines/extensions/write\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.OperationalInsights/*\"\ + ,\"Microsoft.OperationsManagement/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.Storage/storageAccounts/listKeys/action\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-04-25T21:51:45.3174711Z\",\"updatedOn\":\"2021-11-11T20:13:37.8823618Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\ + },{\"properties\":{\"roleName\":\"Logic App Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you read, enable and disable logic app.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*/read\",\"Microsoft.Insights/metricAlerts/*/read\"\ + ,\"Microsoft.Insights/diagnosticSettings/*/read\",\"Microsoft.Insights/metricDefinitions/*/read\"\ + ,\"Microsoft.Logic/*/read\",\"Microsoft.Logic/workflows/disable/action\",\"\ + Microsoft.Logic/workflows/enable/action\",\"Microsoft.Logic/workflows/validate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Web/connectionGateways/*/read\",\"Microsoft.Web/connections/*/read\"\ + ,\"Microsoft.Web/customApis/*/read\",\"Microsoft.Web/serverFarms/read\"],\"\ + notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ + 2016-04-28T21:33:30.4656007Z\",\"updatedOn\":\"2021-11-11T20:13:38.0573444Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\ + },{\"properties\":{\"roleName\":\"Logic App Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage logic app, but not access to them.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.ClassicStorage/storageAccounts/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metricAlerts/*\"\ + ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.Insights/logdefinitions/*\"\ + ,\"Microsoft.Insights/metricDefinitions/*\",\"Microsoft.Logic/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Storage/storageAccounts/listkeys/action\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Web/connectionGateways/*\",\"Microsoft.Web/connections/*\"\ + ,\"Microsoft.Web/customApis/*\",\"Microsoft.Web/serverFarms/join/action\"\ + ,\"Microsoft.Web/serverFarms/read\",\"Microsoft.Web/sites/functions/listSecrets/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2016-04-28T21:33:30.4656007Z\",\"updatedOn\":\"2021-11-11T20:13:38.2523833Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/87a39d53-fc1b-424a-814c-f7e04687dc9e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"87a39d53-fc1b-424a-814c-f7e04687dc9e\"\ + },{\"properties\":{\"roleName\":\"Managed Application Operator Role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you read and perform actions on Managed\ + \ Application resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"*/read\",\"Microsoft.Solutions/applications/read\",\"Microsoft.Solutions/*/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-07-27T00:59:33.7988813Z\",\"updatedOn\":\"2021-11-11T20:13:38.5973763Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c7393b34-138c-406f-901b-d8cf2b17e6ae\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c7393b34-138c-406f-901b-d8cf2b17e6ae\"\ + },{\"properties\":{\"roleName\":\"Managed Applications Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you read resources in a managed app and\ + \ request JIT access.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Solutions/jitRequests/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-09-06T00:33:58.3651522Z\",\"updatedOn\":\"2021-11-11T20:13:38.7723523Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b9331d33-8a36-4f8c-b097-4f54124fdb44\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b9331d33-8a36-4f8c-b097-4f54124fdb44\"\ + },{\"properties\":{\"roleName\":\"Managed Identity Operator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Read and Assign User Assigned Identity\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ManagedIdentity/userAssignedIdentities/*/read\"\ + ,\"Microsoft.ManagedIdentity/userAssignedIdentities/*/assign/action\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-12-14T19:52:04.3924594Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:38.9523759Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f1a07417-d97a-45cb-824c-7a7467783830\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f1a07417-d97a-45cb-824c-7a7467783830\"\ + },{\"properties\":{\"roleName\":\"Managed Identity Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Create, Read, Update, and Delete User Assigned\ + \ Identity\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ManagedIdentity/userAssignedIdentities/read\",\"Microsoft.ManagedIdentity/userAssignedIdentities/write\"\ + ,\"Microsoft.ManagedIdentity/userAssignedIdentities/delete\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-12-14T19:53:42.8804692Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:39.3023761Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e40ec5ca-96e0-45a2-b4ff-59039f2c2b59\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e40ec5ca-96e0-45a2-b4ff-59039f2c2b59\"\ + },{\"properties\":{\"roleName\":\"Management Group Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Management Group Contributor Role\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Management/managementGroups/delete\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.Management/managementGroups/subscriptions/delete\"\ + ,\"Microsoft.Management/managementGroups/subscriptions/write\",\"Microsoft.Management/managementGroups/write\"\ + ,\"Microsoft.Management/managementGroups/subscriptions/read\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-06-22T00:28:29.0523964Z\",\"updatedOn\":\"2022-09-15T21:48:24.8299981Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d58bcaf-24a5-4b20-bdb6-eed9f69fbe4c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d58bcaf-24a5-4b20-bdb6-eed9f69fbe4c\"\ + },{\"properties\":{\"roleName\":\"Management Group Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Management Group Reader Role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Management/managementGroups/read\"\ + ,\"Microsoft.Management/managementGroups/subscriptions/read\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-06-22T00:31:03.4295347Z\",\"updatedOn\":\"2022-09-15T21:48:24.8299981Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ac63b705-f282-497d-ac71-919bf39d939d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ac63b705-f282-497d-ac71-919bf39d939d\"\ + },{\"properties\":{\"roleName\":\"Monitoring Metrics Publisher\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Enables publishing metrics against Azure\ + \ resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Insights/Register/Action\",\"Microsoft.Support/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Insights/Metrics/Write\"\ + ,\"Microsoft.Insights/Telemetry/Write\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-08-14T00:36:16.5610279Z\",\"updatedOn\":\"2022-01-04T00:38:04.0289073Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3913510d-42f4-4e42-8a64-420c390055eb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3913510d-42f4-4e42-8a64-420c390055eb\"\ + },{\"properties\":{\"roleName\":\"Monitoring Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read all monitoring data.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.OperationalInsights/workspaces/search/action\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-09-21T19:19:52.4939376Z\",\"updatedOn\":\"2022-09-05T15:10:49.4071427Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\ + },{\"properties\":{\"roleName\":\"Network Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage networks, but not access to them.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2021-11-11T20:13:44.6328966Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4d97b98b-1d4f-4787-a291-c67834d212e7\"\ + },{\"properties\":{\"roleName\":\"Monitoring Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read all monitoring data and update monitoring settings.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"\ + Microsoft.AlertsManagement/alerts/*\",\"Microsoft.AlertsManagement/alertsSummary/*\"\ + ,\"Microsoft.Insights/actiongroups/*\",\"Microsoft.Insights/activityLogAlerts/*\"\ + ,\"Microsoft.Insights/AlertRules/*\",\"Microsoft.Insights/components/*\",\"\ + Microsoft.Insights/createNotifications/*\",\"Microsoft.Insights/dataCollectionEndpoints/*\"\ + ,\"Microsoft.Insights/dataCollectionRules/*\",\"Microsoft.Insights/dataCollectionRuleAssociations/*\"\ + ,\"Microsoft.Insights/DiagnosticSettings/*\",\"Microsoft.Insights/eventtypes/*\"\ + ,\"Microsoft.Insights/LogDefinitions/*\",\"Microsoft.Insights/metricalerts/*\"\ + ,\"Microsoft.Insights/MetricDefinitions/*\",\"Microsoft.Insights/Metrics/*\"\ + ,\"Microsoft.Insights/notificationStatus/*\",\"Microsoft.Insights/Register/Action\"\ + ,\"Microsoft.Insights/scheduledqueryrules/*\",\"Microsoft.Insights/webtests/*\"\ + ,\"Microsoft.Insights/workbooks/*\",\"Microsoft.Insights/workbooktemplates/*\"\ + ,\"Microsoft.Insights/privateLinkScopes/*\",\"Microsoft.Insights/privateLinkScopeOperationStatuses/*\"\ + ,\"Microsoft.OperationalInsights/workspaces/write\",\"Microsoft.OperationalInsights/workspaces/intelligencepacks/*\"\ + ,\"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\"Microsoft.OperationalInsights/workspaces/search/action\"\ + ,\"Microsoft.OperationalInsights/workspaces/sharedKeys/action\",\"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/*\"\ + ,\"Microsoft.Support/*\",\"Microsoft.WorkloadMonitor/monitors/*\",\"Microsoft.AlertsManagement/smartDetectorAlertRules/*\"\ + ,\"Microsoft.AlertsManagement/actionRules/*\",\"Microsoft.AlertsManagement/smartGroups/*\"\ + ,\"Microsoft.AlertsManagement/migrateFromSmartDetection/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-09-21T19:21:08.4345976Z\"\ + ,\"updatedOn\":\"2022-09-05T15:10:49.4071427Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\ + },{\"properties\":{\"roleName\":\"New Relic APM Account Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage New Relic Application Performance\ + \ Management accounts and applications, but not access to them.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"NewRelic.APM/accounts/*\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:45.7178576Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d28c62d-5b37-4476-8438-e587778df237\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d28c62d-5b37-4476-8438-e587778df237\"\ + },{\"properties\":{\"roleName\":\"Reader\",\"type\":\"BuiltInRole\",\"description\"\ + :\"View all resources, but does not allow you to make any changes.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:47.8628684Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"acdd72a7-3385-48ef-bd42-f606fba81ae7\"\ + },{\"properties\":{\"roleName\":\"Redis Cache Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage Redis caches, but not access to them.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Cache/register/action\",\"Microsoft.Cache/redis/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:48.0528671Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e0f68234-74aa-48ed-b826-c38b57376e17\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e0f68234-74aa-48ed-b826-c38b57376e17\"\ + },{\"properties\":{\"roleName\":\"Reader and Data Access\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you view everything but will not let you delete or\ + \ create a storage account or contained resource. It will also allow read/write\ + \ access to all data contained in a storage account via access to storage\ + \ account keys.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Storage/storageAccounts/ListAccountSas/action\"\ + ,\"Microsoft.Storage/storageAccounts/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2018-03-27T23:20:46.1498906Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:48.2278951Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c12c1c16-33a1-487b-954d-41c89c60f349\"\ + },{\"properties\":{\"roleName\":\"Resource Policy Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Users with rights to create/modify resource\ + \ policy, create support ticket and read resources/hierarchy.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.Authorization/policyassignments/*\"\ + ,\"Microsoft.Authorization/policydefinitions/*\",\"Microsoft.Authorization/policyexemptions/*\"\ + ,\"Microsoft.Authorization/policysetdefinitions/*\",\"Microsoft.PolicyInsights/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-08-25T19:08:01.3861639Z\"\ + ,\"updatedOn\":\"2023-05-11T23:11:26.1702440Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36243c78-bf99-498c-9df9-86d9f8d28608\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"36243c78-bf99-498c-9df9-86d9f8d28608\"\ + },{\"properties\":{\"roleName\":\"Scheduler Job Collections Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage Scheduler job\ + \ collections, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Scheduler/jobcollections/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:49.8429293Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\ + },{\"properties\":{\"roleName\":\"Search Service Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage Search services, but not access\ + \ to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Search/searchServices/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:50.0229309Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\ + },{\"properties\":{\"roleName\":\"Security Manager (Legacy)\",\"type\":\"\ + BuiltInRole\",\"description\":\"This is a legacy role. Please use Security\ + \ Administrator instead\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicCompute/*/read\"\ + ,\"Microsoft.ClassicCompute/virtualMachines/*/write\",\"Microsoft.ClassicNetwork/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Security/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-06-22T17:45:15.8986455Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:50.5729549Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\ + },{\"properties\":{\"roleName\":\"Security Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Security Reader Role\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.operationalInsights/workspaces/*/read\",\"Microsoft.Resources/deployments/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Security/*/read\"\ + ,\"Microsoft.IoTSecurity/*/read\",\"Microsoft.Support/*/read\",\"Microsoft.Security/iotDefenderSettings/packageDownloads/action\"\ + ,\"Microsoft.Security/iotDefenderSettings/downloadManagerActivation/action\"\ + ,\"Microsoft.Security/iotSensors/downloadResetPassword/action\",\"Microsoft.IoTSecurity/defenderSettings/packageDownloads/action\"\ + ,\"Microsoft.IoTSecurity/defenderSettings/downloadManagerActivation/action\"\ + ,\"Microsoft.Management/managementGroups/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-03T07:48:49.0516559Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:50.7479015Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\ + },{\"properties\":{\"roleName\":\"Spatial Anchors Account Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage spatial anchors in\ + \ your account, but not delete them\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/SpatialAnchorsAccounts/create/action\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/discovery/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/properties/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/query/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/submitdiag/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/write\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-12-21T17:57:41.1420864Z\",\"updatedOn\":\"2021-11-11T20:13:52.2829400Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8bbe83f1-e2a6-4df7-8cb4-4e04d4e5c827\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8bbe83f1-e2a6-4df7-8cb4-4e04d4e5c827\"\ + },{\"properties\":{\"roleName\":\"Site Recovery Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage Site Recovery service except\ + \ vault creation and role assignment\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\"\ + ,\"Microsoft.RecoveryServices/locations/allocateStamp/action\",\"Microsoft.RecoveryServices/Vaults/certificates/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\"Microsoft.RecoveryServices/Vaults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\"Microsoft.RecoveryServices/vaults/replicationEvents/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\"Microsoft.RecoveryServices/vaults/replicationJobs/*\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/*\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationVaultSettings/*\",\"Microsoft.RecoveryServices/Vaults/storageConfig/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\"Microsoft.RecoveryServices/Vaults/usages/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationOperationStatus/read\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-05-19T13:46:17.4592776Z\",\"updatedOn\":\"2021-11-11T20:13:52.4579503Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\ + },{\"properties\":{\"roleName\":\"Site Recovery Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you failover and failback but not perform other Site\ + \ Recovery management operations\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\"\ + ,\"Microsoft.RecoveryServices/locations/allocateStamp/action\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/switchprotection/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailoverCleanup/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\"Microsoft.RecoveryServices/vaults/replicationPolicies/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/failoverCommit/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationVaultSettings/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-05-19T13:47:50.1341148Z\",\"updatedOn\":\"2021-11-11T20:13:52.6263418Z\"\ + ,\"createdBy\":null,\"updatedBy\":\"\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"494ae006-db33-4328-bf46-533a6560a3ca\"\ + },{\"properties\":{\"roleName\":\"Spatial Anchors Account Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you locate and read properties of\ + \ spatial anchors in your account\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/SpatialAnchorsAccounts/discovery/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/properties/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/query/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/submitdiag/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-12-21T17:57:42.9271004Z\",\"updatedOn\":\"2021-11-11T20:13:52.8013467Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d51204f-eb77-4b1c-b86a-2ec626c49413\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d51204f-eb77-4b1c-b86a-2ec626c49413\"\ + },{\"properties\":{\"roleName\":\"Site Recovery Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you view Site Recovery status but not perform other\ + \ management operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\"Microsoft.RecoveryServices/vaults/replicationPolicies/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\"Microsoft.RecoveryServices/vaults/replicationVaultSettings/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-05-19T13:35:40.0093634Z\",\"updatedOn\":\"2021-11-11T20:13:52.9763366Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dbaa88c4-0c30-4179-9fb3-46319faa6149\"\ + },{\"properties\":{\"roleName\":\"Spatial Anchors Account Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage spatial anchors in your\ + \ account, including deleting them\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/SpatialAnchorsAccounts/create/action\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/delete\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/discovery/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/properties/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/query/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/submitdiag/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-12-21T17:57:43.5489832Z\",\"\ + updatedOn\":\"2021-11-11T20:13:53.1663250Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/70bbe301-9835-447d-afdd-19eb3167307c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"70bbe301-9835-447d-afdd-19eb3167307c\"\ + },{\"properties\":{\"roleName\":\"SQL Managed Instance Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage SQL Managed Instances and\ + \ required network configuration, but can\u2019t give access to others.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/*\",\"Microsoft.Network/routeTables/*\"\ + ,\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/locations/instanceFailoverGroups/*\"\ + ,\"Microsoft.Sql/managedInstances/*\",\"Microsoft.Support/*\",\"Microsoft.Network/virtualNetworks/subnets/*\"\ + ,\"Microsoft.Network/virtualNetworks/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\"],\"notActions\":[\"Microsoft.Sql/managedInstances/azureADOnlyAuthentications/delete\"\ + ,\"Microsoft.Sql/managedInstances/azureADOnlyAuthentications/write\"],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2018-12-10T22:57:14.2937983Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:53.3513507Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4939a1f6-9ae0-4e48-a1e0-f2cbe897382d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4939a1f6-9ae0-4e48-a1e0-f2cbe897382d\"\ + },{\"properties\":{\"roleName\":\"SQL DB Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage SQL databases, but not access to them.\ + \ Also, you can't manage their security-related policies or their parent SQL\ + \ servers.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/servers/databases/*\"\ + ,\"Microsoft.Sql/servers/read\",\"Microsoft.Support/*\",\"Microsoft.Insights/metrics/read\"\ + ,\"Microsoft.Insights/metricDefinitions/read\"],\"notActions\":[\"Microsoft.Sql/servers/databases/ledgerDigestUploads/write\"\ + ,\"Microsoft.Sql/servers/databases/ledgerDigestUploads/disable/action\",\"\ + Microsoft.Sql/managedInstances/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/managedInstances/databases/recommendedSensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/*\",\"\ + Microsoft.Sql/managedInstances/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/databases/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditRecords/read\"\ + ,\"Microsoft.Sql/servers/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\"\ + ,\"Microsoft.Sql/servers/databases/extendedAuditingSettings/*\",\"Microsoft.Sql/servers/databases/recommendedSensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\"Microsoft.Sql/servers/databases/securityMetrics/*\"\ + ,\"Microsoft.Sql/servers/databases/sensitivityLabels/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\"\ + ,\"Microsoft.Sql/servers/vulnerabilityAssessments/*\"],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\"\ + :\"2021-11-11T20:13:53.5363219Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\ + },{\"properties\":{\"roleName\":\"SQL Security Manager\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage the security-related policies of SQL servers\ + \ and databases, but not access to them.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Sql/locations/administratorAzureAsyncOperation/read\"\ + ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/databases/currentSensitivityLabels/*\",\"\ + Microsoft.Sql/managedInstances/databases/recommendedSensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/*\",\"\ + Microsoft.Sql/servers/advancedThreatProtectionSettings/read\",\"Microsoft.Sql/servers/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/transparentDataEncryption/*\"\ + ,\"Microsoft.Sql/managedInstances/vulnerabilityAssessments/*\",\"Microsoft.Sql/managedInstances/serverConfigurationOptions/read\"\ + ,\"Microsoft.Sql/managedInstances/serverConfigurationOptions/write\",\"Microsoft.Sql/locations/serverConfigurationOptionAzureAsyncOperation/read\"\ + ,\"Microsoft.Sql/servers/advancedThreatProtectionSettings/read\",\"Microsoft.Sql/servers/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/servers/auditingSettings/*\",\"Microsoft.Sql/servers/extendedAuditingSettings/read\"\ + ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/servers/databases/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditRecords/read\"\ + ,\"Microsoft.Sql/servers/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\"\ + ,\"Microsoft.Sql/servers/databases/extendedAuditingSettings/read\",\"Microsoft.Sql/servers/databases/read\"\ + ,\"Microsoft.Sql/servers/databases/recommendedSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/schemas/read\"\ + ,\"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/schemas/tables/read\",\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\"\ + ,\"Microsoft.Sql/servers/databases/securityMetrics/*\",\"Microsoft.Sql/servers/databases/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/transparentDataEncryption/*\",\"Microsoft.Sql/servers/databases/sqlvulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\"\ + ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\",\"\ + Microsoft.Sql/servers/devOpsAuditingSettings/*\",\"Microsoft.Sql/servers/firewallRules/*\"\ + ,\"Microsoft.Sql/servers/read\",\"Microsoft.Sql/servers/securityAlertPolicies/*\"\ + ,\"Microsoft.Sql/servers/sqlvulnerabilityAssessments/*\",\"Microsoft.Sql/servers/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Sql/servers/azureADOnlyAuthentications/*\"\ + ,\"Microsoft.Sql/managedInstances/read\",\"Microsoft.Sql/managedInstances/azureADOnlyAuthentications/*\"\ + ,\"Microsoft.Security/sqlVulnerabilityAssessments/*\",\"Microsoft.Sql/managedInstances/administrators/read\"\ + ,\"Microsoft.Sql/servers/administrators/read\",\"Microsoft.Sql/servers/databases/ledgerDigestUploads/*\"\ + ,\"Microsoft.Sql/locations/ledgerDigestUploadsAzureAsyncOperation/read\",\"\ + Microsoft.Sql/locations/ledgerDigestUploadsOperationResults/read\",\"Microsoft.Sql/servers/externalPolicyBasedAuthorizations/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-06-16T18:44:40.4607572Z\",\"updatedOn\":\"2023-02-28T16:39:27.2165961Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\ + },{\"properties\":{\"roleName\":\"Storage Account Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage storage accounts, including\ + \ accessing storage account keys which provide full access to storage account\ + \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/diagnosticSettings/*\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2021-11-11T20:13:54.2363539Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"17d1049b-9a84-46fb-8f53-869881c3d3ab\"\ + },{\"properties\":{\"roleName\":\"SQL Server Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage SQL servers and databases, but not access\ + \ to them, and not their security -related policies.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/servers/*\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ],\"notActions\":[\"Microsoft.Sql/managedInstances/databases/currentSensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/recommendedSensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/*\",\"\ + Microsoft.Sql/managedInstances/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditingSettings/*\"\ + ,\"Microsoft.Sql/servers/databases/auditRecords/read\",\"Microsoft.Sql/servers/databases/currentSensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\"Microsoft.Sql/servers/databases/extendedAuditingSettings/*\"\ + ,\"Microsoft.Sql/servers/databases/recommendedSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\"Microsoft.Sql/servers/databases/securityMetrics/*\"\ + ,\"Microsoft.Sql/servers/databases/sensitivityLabels/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\"\ + ,\"Microsoft.Sql/servers/devOpsAuditingSettings/*\",\"Microsoft.Sql/servers/extendedAuditingSettings/*\"\ + ,\"Microsoft.Sql/servers/securityAlertPolicies/*\",\"Microsoft.Sql/servers/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/azureADOnlyAuthentications/delete\",\"Microsoft.Sql/servers/azureADOnlyAuthentications/write\"\ + ,\"Microsoft.Sql/servers/externalPolicyBasedAuthorizations/delete\",\"Microsoft.Sql/servers/externalPolicyBasedAuthorizations/write\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2022-04-28T19:08:55.4448647Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\ + },{\"properties\":{\"roleName\":\"Storage Account Key Operator Service Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Storage Account Key Operators\ + \ are allowed to list and regenerate keys on Storage Accounts\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/regeneratekey/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-04-13T18:26:11.5770570Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:54.7697481Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/81a9662b-bebf-436f-a333-f67b29880f12\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"81a9662b-bebf-436f-a333-f67b29880f12\"\ + },{\"properties\":{\"roleName\":\"Storage Blob Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for read, write and delete access\ + \ to Azure Storage blob containers and data\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/move/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/add/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ + updatedOn\":\"2021-11-11T20:13:54.9397456Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ba92f5b4-2d11-453d-a403-e96b0029c9fe\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ba92f5b4-2d11-453d-a403-e96b0029c9fe\"\ + },{\"properties\":{\"roleName\":\"Storage Blob Data Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full access to Azure Storage blob containers\ + \ and data, including assigning POSIX access control.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/*\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-12-04T07:02:58.2775257Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.1225062Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b7e6dc6d-f1e8-4753-8033-0f276bb0955b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b7e6dc6d-f1e8-4753-8033-0f276bb0955b\"\ + },{\"properties\":{\"roleName\":\"Storage Blob Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for read access to Azure Storage blob containers\ + \ and data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.2975076Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2a2b9908-6ea1-4ae2-8e65-a410df84e7d1\"\ + },{\"properties\":{\"roleName\":\"Storage Queue Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for read, write, and delete access\ + \ to Azure Storage queues and queue messages\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/delete\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/read\",\"Microsoft.Storage/storageAccounts/queueServices/queues/write\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/delete\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/write\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/process/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.4725469Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/974c5e8b-45b9-4653-ba55-5f855dd0fb88\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"974c5e8b-45b9-4653-ba55-5f855dd0fb88\"\ + },{\"properties\":{\"roleName\":\"Storage Queue Data Message Processor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows for peek, receive, and delete\ + \ access to Azure Storage queue messages\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/process/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-01-28T22:27:04.8947111Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.6575408Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8a0f0c08-91a1-4084-bc3d-661d67233fed\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8a0f0c08-91a1-4084-bc3d-661d67233fed\"\ + },{\"properties\":{\"roleName\":\"Storage Queue Data Message Sender\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for sending of Azure Storage queue\ + \ messages\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/add/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-01-28T22:28:34.7459724Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.8325508Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c6a89b2d-59bc-44d0-9896-0f6e12d7b80a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c6a89b2d-59bc-44d0-9896-0f6e12d7b80a\"\ + },{\"properties\":{\"roleName\":\"Storage Queue Data Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows for read access to Azure Storage queues\ + \ and queue messages\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Storage/storageAccounts/queueServices/queues/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ + updatedOn\":\"2021-11-11T20:13:56.0178497Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/19e7f393-937e-4f77-808e-94535e297925\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"19e7f393-937e-4f77-808e-94535e297925\"\ + },{\"properties\":{\"roleName\":\"Support Request Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you create and manage Support requests\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-06-22T22:25:37.8053068Z\",\"updatedOn\":\"2021-11-11T20:13:56.7444481Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cfd33db0-3dd1-45e3-aa9d-cdbdf3b6f24e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cfd33db0-3dd1-45e3-aa9d-cdbdf3b6f24e\"\ + },{\"properties\":{\"roleName\":\"Traffic Manager Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage Traffic Manager profiles,\ + \ but does not let you control who has access to them.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/trafficManagerProfiles/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-10-15T23:33:25.9730842Z\",\"updatedOn\":\"2021-11-11T20:13:57.2744497Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\ + },{\"properties\":{\"roleName\":\"User Access Administrator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage user access to Azure resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"\ + Microsoft.Authorization/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:57.7932023Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\ + },{\"properties\":{\"roleName\":\"Virtual Machine Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage virtual machines, but not\ + \ access to them, and not the virtual network or storage account they're connected\ + \ to.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Compute/availabilitySets/*\",\"Microsoft.Compute/locations/*\"\ + ,\"Microsoft.Compute/virtualMachines/*\",\"Microsoft.Compute/virtualMachineScaleSets/*\"\ + ,\"Microsoft.Compute/cloudServices/*\",\"Microsoft.Compute/disks/write\",\"\ + Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/delete\",\"Microsoft.DevTestLab/schedules/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/applicationGateways/backendAddressPools/join/action\"\ + ,\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatPools/join/action\"\ + ,\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\"Microsoft.Network/loadBalancers/probes/join/action\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/locations/*\"\ + ,\"Microsoft.Network/networkInterfaces/*\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/publicIPAddresses/join/action\"\ + ,\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.RecoveryServices/locations/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/usages/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/write\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.SerialConsole/serialPorts/connect/action\",\"Microsoft.SqlVirtualMachine/*\"\ + ,\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2021-11-11T20:13:58.3176075Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\ + },{\"properties\":{\"roleName\":\"Web Plan Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage the web plans for websites, but not access\ + \ to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Web/serverFarms/*\",\"Microsoft.Web/hostingEnvironments/Join/Action\"\ + ,\"Microsoft.Insights/autoscalesettings/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2022-09-01T21:58:00.7022464Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\ + },{\"properties\":{\"roleName\":\"Website Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage websites (not web plans), but not access\ + \ to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/components/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Web/certificates/*\",\"Microsoft.Web/listSitesAssignedToHostName/read\"\ + ,\"Microsoft.Web/serverFarms/join/action\",\"Microsoft.Web/serverFarms/read\"\ + ,\"Microsoft.Web/sites/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-05-12T23:10:23.6193952Z\",\"updatedOn\":\"2021-11-11T20:13:58.6655647Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"de139f84-1756-47ae-9be6-808fbbe84772\"\ + },{\"properties\":{\"roleName\":\"Azure Service Bus Data Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for full access to Azure Service\ + \ Bus resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.ServiceBus/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.ServiceBus/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-04-16T21:33:36.7445745Z\",\"\ + updatedOn\":\"2021-11-11T20:13:59.2005807Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/090c5cfd-751d-490a-894a-3ce6f1109419\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"090c5cfd-751d-490a-894a-3ce6f1109419\"\ + },{\"properties\":{\"roleName\":\"Azure Event Hubs Data Owner\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows for full access to Azure Event Hubs\ + \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.EventHub/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.EventHub/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-04-16T21:34:29.8656362Z\",\"\ + updatedOn\":\"2021-11-11T20:13:59.3721538Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f526a384-b230-433a-b45c-95f59c4a2dec\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f526a384-b230-433a-b45c-95f59c4a2dec\"\ + },{\"properties\":{\"roleName\":\"Attestation Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read write or delete the attestation provider instance\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Attestation/attestationProviders/attestation/read\"\ + ,\"Microsoft.Attestation/attestationProviders/attestation/write\",\"Microsoft.Attestation/attestationProviders/attestation/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-04-19T00:24:09.3354177Z\",\"updatedOn\":\"2021-11-11T20:13:59.7271218Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bbf86eb8-f7b4-4cce-96e4-18cddf81d86e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bbf86eb8-f7b4-4cce-96e4-18cddf81d86e\"\ + },{\"properties\":{\"roleName\":\"HDInsight Cluster Operator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you read and modify HDInsight cluster\ + \ configurations.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.HDInsight/*/read\",\"Microsoft.HDInsight/clusters/getGatewaySettings/action\"\ + ,\"Microsoft.HDInsight/clusters/updateGatewaySettings/action\",\"Microsoft.HDInsight/clusters/configurations/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Authorization/*/read\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-04-20T00:03:01.7110732Z\",\"updatedOn\":\"2021-11-11T20:13:59.9052180Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/61ed4efc-fab3-44fd-b111-e24485cc132a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"61ed4efc-fab3-44fd-b111-e24485cc132a\"\ + },{\"properties\":{\"roleName\":\"Cosmos DB Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage Azure Cosmos DB accounts, but not access\ + \ data in them. Prevents access to account keys and connection strings.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DocumentDb/databaseAccounts/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Authorization/*/read\",\"\ + Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ],\"notActions\":[\"Microsoft.DocumentDB/databaseAccounts/readonlyKeys/*\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/regenerateKey/*\",\"Microsoft.DocumentDB/databaseAccounts/listKeys/*\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/listConnectionStrings/*\",\"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions/write\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions/delete\",\"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments/write\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments/delete\",\"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions/write\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions/delete\",\"\ + Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions/write\",\"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions/delete\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-04-26T17:01:17.0169383Z\"\ + ,\"updatedOn\":\"2023-01-11T18:59:29.2865530Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/230815da-be43-4aae-9cb4-875f7bd000aa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"230815da-be43-4aae-9cb4-875f7bd000aa\"\ + },{\"properties\":{\"roleName\":\"Hybrid Server Resource Administrator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can read, write, delete, and re-onboard\ + \ Hybrid servers to the Hybrid Resource Provider.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/*\"\ + ,\"Microsoft.HybridCompute/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2019-04-29T21:39:32.3132923Z\",\"updatedOn\"\ + :\"2021-11-11T20:14:00.2548257Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/48b40c6e-82e0-4eb3-90d5-19e40f49b624\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"48b40c6e-82e0-4eb3-90d5-19e40f49b624\"\ + },{\"properties\":{\"roleName\":\"Hybrid Server Onboarding\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can onboard new Hybrid servers to the Hybrid Resource Provider.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/read\"\ + ,\"Microsoft.HybridCompute/machines/write\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2019-04-29T22:36:28.1873756Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:00.4308999Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d1e5ee4-7c68-4a71-ac8b-0739630a3dfb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d1e5ee4-7c68-4a71-ac8b-0739630a3dfb\"\ + },{\"properties\":{\"roleName\":\"Azure Event Hubs Data Receiver\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows receive access to Azure Event Hubs\ + \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.EventHub/*/eventhubs/consumergroups/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.EventHub/*/receive/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-05-10T06:25:21.1056666Z\",\"updatedOn\":\"2021-11-11T20:14:01.3225169Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a638d3c7-ab3a-418d-83e6-5f17a39d4fde\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a638d3c7-ab3a-418d-83e6-5f17a39d4fde\"\ + },{\"properties\":{\"roleName\":\"Azure Event Hubs Data Sender\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows send access to Azure Event Hubs\ + \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.EventHub/*/eventhubs/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.EventHub/*/send/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-05-10T06:26:12.4673714Z\",\"updatedOn\":\"2021-11-11T20:14:01.4925583Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2b629674-e913-4c01-ae53-ef4638d8f975\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2b629674-e913-4c01-ae53-ef4638d8f975\"\ + },{\"properties\":{\"roleName\":\"Azure Service Bus Data Receiver\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for receive access to Azure Service\ + \ Bus resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.ServiceBus/*/queues/read\",\"Microsoft.ServiceBus/*/topics/read\"\ + ,\"Microsoft.ServiceBus/*/topics/subscriptions/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.ServiceBus/*/receive/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-05-10T06:43:01.6343849Z\",\"updatedOn\":\"2021-11-11T20:14:01.6629685Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4f6d3b9b-027b-4f4c-9142-0e5a2a2247e0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4f6d3b9b-027b-4f4c-9142-0e5a2a2247e0\"\ + },{\"properties\":{\"roleName\":\"Azure Service Bus Data Sender\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for send access to Azure Service\ + \ Bus resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.ServiceBus/*/queues/read\",\"Microsoft.ServiceBus/*/topics/read\"\ + ,\"Microsoft.ServiceBus/*/topics/subscriptions/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.ServiceBus/*/send/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-05-10T06:43:46.7046934Z\",\"updatedOn\":\"2021-11-11T20:14:01.8479199Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/69a216fc-b8fb-44d8-bc22-1f3c2cd27a39\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"69a216fc-b8fb-44d8-bc22-1f3c2cd27a39\"\ + },{\"properties\":{\"roleName\":\"Storage File Data SMB Share Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows for read access to Azure File\ + \ Share over SMB\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-07-01T20:19:31.8620471Z\",\"\ + updatedOn\":\"2021-11-11T20:14:04.3642909Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/aba4ae5f-2193-4029-9191-0cb91df5e314\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"aba4ae5f-2193-4029-9191-0cb91df5e314\"\ + },{\"properties\":{\"roleName\":\"Storage File Data SMB Share Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for read, write, and delete\ + \ access in Azure Storage file shares over SMB\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\",\"\ + Microsoft.Storage/storageAccounts/fileServices/fileshares/files/write\",\"\ + Microsoft.Storage/storageAccounts/fileServices/fileshares/files/delete\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2019-07-01T20:54:35.4834310Z\",\"updatedOn\"\ + :\"2021-11-11T20:14:04.5443323Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0c867c2a-1d8c-454a-a3db-ab2ea1bdc8bb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0c867c2a-1d8c-454a-a3db-ab2ea1bdc8bb\"\ + },{\"properties\":{\"roleName\":\"Private DNS Zone Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage private DNS zone resources,\ + \ but not the virtual networks they are linked to.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Network/privateDnsZones/*\",\"Microsoft.Network/privateDnsOperationResults/*\"\ + ,\"Microsoft.Network/privateDnsOperationStatuses/*\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.Network/virtualNetworks/join/action\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-07-10T19:31:15.5645518Z\",\"updatedOn\":\"2021-11-11T20:14:04.7342851Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b12aa53e-6015-4669-85d0-8515ebb3ae7f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b12aa53e-6015-4669-85d0-8515ebb3ae7f\"\ + },{\"properties\":{\"roleName\":\"Storage Blob Delegator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for generation of a user delegation key which can\ + \ be used to sign SAS tokens\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-07-23T00:51:16.3376761Z\",\"updatedOn\":\"2021-11-11T20:14:05.4321714Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/db58b8e5-c6ad-4a2a-8342-4190687cbf4a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"db58b8e5-c6ad-4a2a-8342-4190687cbf4a\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization User\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows user to use the applications in an\ + \ application group.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.DesktopVirtualization/applicationGroups/useApplications/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-08-07T00:29:03.8727621Z\",\"\ + updatedOn\":\"2021-11-11T20:14:05.9821791Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1d18fff3-a72a-46b5-b4a9-0b38a3cd7e63\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1d18fff3-a72a-46b5-b4a9-0b38a3cd7e63\"\ + },{\"properties\":{\"roleName\":\"Storage File Data SMB Share Elevated Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for read, write, delete\ + \ and modify NTFS permission access in Azure Storage file shares over SMB\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/write\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/delete\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/modifypermissions/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-08-07T01:35:36.9935457Z\",\"\ + updatedOn\":\"2021-11-11T20:14:06.1571744Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a7264617-510b-434b-a828-9731dc254ea7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a7264617-510b-434b-a828-9731dc254ea7\"\ + },{\"properties\":{\"roleName\":\"Blueprint Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can manage blueprint definitions, but not assign them.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Blueprint/blueprints/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-14T21:55:16.9683949Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:06.5171828Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/41077137-e803-4205-871c-5a86e6a753b4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"41077137-e803-4205-871c-5a86e6a753b4\"\ + },{\"properties\":{\"roleName\":\"Blueprint Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can assign existing published blueprints, but cannot create\ + \ new blueprints. NOTE: this only works if the assignment is done with a user-assigned\ + \ managed identity.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Blueprint/blueprintAssignments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-08-14T21:56:48.7897875Z\",\"updatedOn\":\"2021-11-11T20:14:06.6971401Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/437d2ced-4a38-4302-8479-ed2bcb43d090\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"437d2ced-4a38-4302-8479-ed2bcb43d090\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Microsoft Sentinel Contributor\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SecurityInsights/*\",\"\ + Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\"Microsoft.OperationsManagement/solutions/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/read\",\"Microsoft.OperationalInsights/workspaces/query/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/dataSources/read\",\"Microsoft.OperationalInsights/querypacks/*/read\"\ + ,\"Microsoft.Insights/workbooks/*\",\"Microsoft.Insights/myworkbooks/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.SecurityInsights/ConfidentialWatchlists/*\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/ConfidentialWatchlist/*\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T16:39:03.8725173Z\"\ + ,\"updatedOn\":\"2022-07-22T17:40:38.3700257Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ab8e14d6-4a74-4a29-9ba8-549422addade\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ab8e14d6-4a74-4a29-9ba8-549422addade\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Responder\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Microsoft Sentinel Responder\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SecurityInsights/*/read\"\ + ,\"Microsoft.SecurityInsights/dataConnectorsCheckRequirements/action\",\"\ + Microsoft.SecurityInsights/automationRules/*\",\"Microsoft.SecurityInsights/cases/*\"\ + ,\"Microsoft.SecurityInsights/incidents/*\",\"Microsoft.SecurityInsights/threatIntelligence/indicators/appendTags/action\"\ + ,\"Microsoft.SecurityInsights/threatIntelligence/indicators/query/action\"\ + ,\"Microsoft.SecurityInsights/threatIntelligence/bulkTag/action\",\"Microsoft.SecurityInsights/threatIntelligence/indicators/appendTags/action\"\ + ,\"Microsoft.SecurityInsights/threatIntelligence/indicators/replaceTags/action\"\ + ,\"Microsoft.SecurityInsights/threatIntelligence/queryIndicators/action\"\ + ,\"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/dataSources/read\",\"Microsoft.OperationalInsights/workspaces/savedSearches/read\"\ + ,\"Microsoft.OperationsManagement/solutions/read\",\"Microsoft.OperationalInsights/workspaces/query/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/*/read\",\"Microsoft.OperationalInsights/workspaces/dataSources/read\"\ + ,\"Microsoft.OperationalInsights/querypacks/*/read\",\"Microsoft.Insights/workbooks/read\"\ + ,\"Microsoft.Insights/myworkbooks/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[\"Microsoft.SecurityInsights/cases/*/Delete\",\"Microsoft.SecurityInsights/incidents/*/Delete\"\ + ,\"Microsoft.SecurityInsights/ConfidentialWatchlists/*\",\"Microsoft.OperationalInsights/workspaces/query/ConfidentialWatchlist/*\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T16:54:07.6467264Z\"\ + ,\"updatedOn\":\"2022-07-21T23:37:54.2486838Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e150937-b8fe-4cfb-8069-0eaf05ecd056\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3e150937-b8fe-4cfb-8069-0eaf05ecd056\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Microsoft Sentinel Reader\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SecurityInsights/*/read\"\ + ,\"Microsoft.SecurityInsights/dataConnectorsCheckRequirements/action\",\"\ + Microsoft.SecurityInsights/threatIntelligence/indicators/query/action\",\"\ + Microsoft.SecurityInsights/threatIntelligence/queryIndicators/action\",\"\ + Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/LinkedServices/read\",\"Microsoft.OperationalInsights/workspaces/savedSearches/read\"\ + ,\"Microsoft.OperationsManagement/solutions/read\",\"Microsoft.OperationalInsights/workspaces/query/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/*/read\",\"Microsoft.OperationalInsights/querypacks/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/dataSources/read\",\"Microsoft.Insights/workbooks/read\"\ + ,\"Microsoft.Insights/myworkbooks/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/templateSpecs/*/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.SecurityInsights/ConfidentialWatchlists/*\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/ConfidentialWatchlist/*\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T16:58:50.1132117Z\"\ + ,\"updatedOn\":\"2022-07-22T17:40:38.3700257Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8d289c81-5878-46d4-8554-54e1e3d8b5cb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8d289c81-5878-46d4-8554-54e1e3d8b5cb\"\ + },{\"properties\":{\"roleName\":\"Workbook Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read workbooks.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"microsoft.insights/workbooks/read\",\"microsoft.insights/workbooks/revisions/read\"\ + ,\"microsoft.insights/workbooktemplates/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T20:56:17.6808140Z\"\ + ,\"updatedOn\":\"2022-12-08T19:53:26.7526140Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b279062a-9be3-42a0-92ae-8b3cf002ec4d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b279062a-9be3-42a0-92ae-8b3cf002ec4d\"\ + },{\"properties\":{\"roleName\":\"Workbook Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can save shared workbooks.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Insights/workbooks/write\",\"\ + Microsoft.Insights/workbooks/delete\",\"Microsoft.Insights/workbooks/read\"\ + ,\"Microsoft.Insights/workbooks/revisions/read\",\"Microsoft.Insights/workbooktemplates/write\"\ + ,\"Microsoft.Insights/workbooktemplates/delete\",\"Microsoft.Insights/workbooktemplates/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-08-28T20:59:42.4820277Z\",\"updatedOn\":\"2022-12-08T21:25:04.5651887Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e8ddcd69-c73f-4f9f-9844-4100522f16ad\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e8ddcd69-c73f-4f9f-9844-4100522f16ad\"\ + },{\"properties\":{\"roleName\":\"Policy Insights Data Writer (Preview)\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows read access to resource\ + \ policies and write access to resource component policy events.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/policyassignments/read\"\ + ,\"Microsoft.Authorization/policydefinitions/read\",\"Microsoft.Authorization/policyexemptions/read\"\ + ,\"Microsoft.Authorization/policysetdefinitions/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.PolicyInsights/checkDataPolicyCompliance/action\"\ + ,\"Microsoft.PolicyInsights/policyEvents/logDataEvents/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-09-19T19:35:20.9504127Z\",\"updatedOn\":\"2021-11-11T20:14:09.4235132Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/66bb4e9e-b016-4a94-8249-4c0511c2be84\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"66bb4e9e-b016-4a94-8249-4c0511c2be84\"\ + },{\"properties\":{\"roleName\":\"SignalR AccessKey Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read SignalR Service Access Keys\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SignalRService/*/read\"\ + ,\"Microsoft.SignalRService/SignalR/listkeys/action\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-09-20T09:33:19.6236874Z\",\"updatedOn\":\"2021-11-11T20:14:09.6134860Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/04165923-9d83-45d5-8227-78b77b0a687e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"04165923-9d83-45d5-8227-78b77b0a687e\"\ + },{\"properties\":{\"roleName\":\"SignalR/Web PubSub Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Create, Read, Update, and Delete SignalR\ + \ service resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.SignalRService/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-09-20T09:58:09.0009662Z\",\"updatedOn\":\"2021-11-11T20:14:09.7884765Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8cf5e20a-e4b2-4e9d-b3a1-5ceb692c2761\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8cf5e20a-e4b2-4e9d-b3a1-5ceb692c2761\"\ + },{\"properties\":{\"roleName\":\"Azure Connected Machine Onboarding\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can onboard Azure Connected Machines.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/read\"\ + ,\"Microsoft.HybridCompute/machines/write\",\"Microsoft.HybridCompute/privateLinkScopes/read\"\ + ,\"Microsoft.GuestConfiguration/guestConfigurationAssignments/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-10-23T20:15:07.1372870Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:10.8735219Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b64e21ea-ac4e-4cdf-9dc9-5b892992bee7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b64e21ea-ac4e-4cdf-9dc9-5b892992bee7\"\ + },{\"properties\":{\"roleName\":\"Azure Connected Machine Resource Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Can read, write, delete and re-onboard\ + \ Azure Connected Machines.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.HybridCompute/machines/read\",\"Microsoft.HybridCompute/machines/write\"\ + ,\"Microsoft.HybridCompute/machines/delete\",\"Microsoft.HybridCompute/machines/UpgradeExtensions/action\"\ + ,\"Microsoft.HybridCompute/machines/extensions/read\",\"Microsoft.HybridCompute/machines/extensions/write\"\ + ,\"Microsoft.HybridCompute/machines/extensions/delete\",\"Microsoft.HybridCompute/privateLinkScopes/*\"\ + ,\"Microsoft.HybridCompute/*/read\",\"Microsoft.Resources/deployments/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-10-23T20:24:59.1474607Z\",\"updatedOn\":\"2021-12-15T16:10:25.5898511Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cd570a14-e51a-42ad-bac8-bafd67325302\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cd570a14-e51a-42ad-bac8-bafd67325302\"\ + },{\"properties\":{\"roleName\":\"Managed Services Registration assignment\ + \ Delete Role\",\"type\":\"BuiltInRole\",\"description\":\"Managed Services\ + \ Registration Assignment Delete Role allows the managing tenant users to\ + \ delete the registration assignment assigned to their tenant.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ManagedServices/registrationAssignments/read\"\ + ,\"Microsoft.ManagedServices/registrationAssignments/delete\",\"Microsoft.ManagedServices/operationStatuses/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-10-23T22:33:33.1183469Z\",\"updatedOn\":\"2021-11-11T20:14:11.2336400Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/91c1777a-f3dc-4fae-b103-61d183457e46\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"91c1777a-f3dc-4fae-b103-61d183457e46\"\ + },{\"properties\":{\"roleName\":\"App Configuration Data Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows full access to App Configuration\ + \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AppConfiguration/configurationStores/*/read\"\ + ,\"Microsoft.AppConfiguration/configurationStores/*/write\",\"Microsoft.AppConfiguration/configurationStores/*/delete\"\ + ,\"Microsoft.AppConfiguration/configurationStores/*/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-10-25T18:41:40.1185063Z\",\"updatedOn\":\"2023-02-01T23:20:05.7772785Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5ae67dd6-50cb-40e7-96ff-dc2bfa4b606b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5ae67dd6-50cb-40e7-96ff-dc2bfa4b606b\"\ + },{\"properties\":{\"roleName\":\"App Configuration Data Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows read access to App Configuration\ + \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AppConfiguration/configurationStores/*/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-10-25T18:45:33.7975332Z\",\"\ + updatedOn\":\"2021-11-11T20:14:11.5885341Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/516239f1-63e1-4d78-a4de-a74fb236a071\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"516239f1-63e1-4d78-a4de-a74fb236a071\"\ + },{\"properties\":{\"roleName\":\"Kubernetes Cluster - Azure Arc Onboarding\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Role definition to authorize any\ + \ user/service to create connectedClusters resource\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Kubernetes/connectedClusters/Write\"\ + ,\"Microsoft.Kubernetes/connectedClusters/read\",\"Microsoft.Support/*\"],\"\ + notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ + 2019-11-18T17:00:02.2087147Z\",\"updatedOn\":\"2021-11-11T20:14:12.4685303Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/34e09817-6cbe-4d01-b1a2-e0eac5743d41\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"34e09817-6cbe-4d01-b1a2-e0eac5743d41\"\ + },{\"properties\":{\"roleName\":\"Experimentation Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Experimentation Contributor\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/write\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/delete\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/experiment/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/emergencystop/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/read\",\"Microsoft.Experimentation/experimentWorkspaces/write\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/delete\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-12-13T00:08:08.6679591Z\",\"updatedOn\":\"2021-11-11T20:14:14.6454147Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f646f1b-fa08-80eb-a22b-edd6ce5c915c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f646f1b-fa08-80eb-a22b-edd6ce5c915c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services QnA Maker Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Let\u2019s you read and test a KB\ + \ only.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/alterations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointkeys/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointsettings/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/alterations/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointkeys/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointsettings/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/alterations/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointkeys/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointsettings/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-12-17T18:26:12.3329439Z\",\"\ + updatedOn\":\"2021-11-11T20:14:14.8254033Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/466ccd10-b268-4a11-b098-b4849f024126\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"466ccd10-b268-4a11-b098-b4849f024126\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services QnA Maker Editor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Let\u2019s you create, edit, import\ + \ and export a KB. You cannot publish or delete a KB.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/create/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/write\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/train/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/alterations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/alterations/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointkeys/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointkeys/refreshkeys/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointsettings/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker/endpointsettings/write\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker/operations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/create/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/train/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/alterations/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker.v2/alterations/write\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointkeys/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointkeys/refreshkeys/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointsettings/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointsettings/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/operations/read\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/create/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/train/action\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/alterations/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/alterations/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointkeys/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointkeys/refreshkeys/action\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointsettings/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointsettings/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/operations/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-12-17T18:27:30.6434556Z\",\"\ + updatedOn\":\"2021-11-11T20:14:14.9961559Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f4cc2bf9-21be-47a1-bdf1-5c5804381025\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f4cc2bf9-21be-47a1-bdf1-5c5804381025\"\ + },{\"properties\":{\"roleName\":\"Experimentation Administrator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Experimentation Administrator\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/admin/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/write\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/delete\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/experimentadmin/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/experiment/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/emergencystop/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/read\",\"Microsoft.Experimentation/experimentWorkspaces/write\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/delete\",\"Microsoft.Experimentation/experimentWorkspaces/admin/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/metricwrite/action\",\"\ + Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/metricwrite/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-12-18T22:46:33.1116612Z\",\"\ + updatedOn\":\"2021-11-11T20:14:15.1811577Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f646f1b-fa08-80eb-a33b-edd6ce5c915c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f646f1b-fa08-80eb-a33b-edd6ce5c915c\"\ + },{\"properties\":{\"roleName\":\"Remote Rendering Administrator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides user with conversion, manage session,\ + \ rendering and diagnostics capabilities for Azure Remote Rendering\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.MixedReality/RemoteRenderingAccounts/convert/action\",\"Microsoft.MixedReality/RemoteRenderingAccounts/convert/read\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/convert/delete\",\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/read\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/action\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/delete\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/render/read\",\"Microsoft.MixedReality/RemoteRenderingAccounts/diagnostic/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-01-23T18:15:31.3450348Z\",\"\ + updatedOn\":\"2021-11-11T20:14:16.7621737Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3df8b902-2a6f-47c7-8cc5-360e9b272a7e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3df8b902-2a6f-47c7-8cc5-360e9b272a7e\"\ + },{\"properties\":{\"roleName\":\"Remote Rendering Client\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides user with manage session, rendering and diagnostics\ + \ capabilities for Azure Remote Rendering.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/read\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/action\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/delete\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/render/read\",\"Microsoft.MixedReality/RemoteRenderingAccounts/diagnostic/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-01-23T18:32:52.7069824Z\",\"\ + updatedOn\":\"2021-11-11T20:14:16.9421512Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d39065c4-c120-43c9-ab0a-63eed9795f0a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d39065c4-c120-43c9-ab0a-63eed9795f0a\"\ + },{\"properties\":{\"roleName\":\"Managed Application Contributor Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows for creating managed application\ + \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"*/read\",\"Microsoft.Solutions/applications/*\",\"Microsoft.Solutions/register/action\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/*\",\"Microsoft.Resources/deployments/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-02-08T03:39:11.8933879Z\",\"updatedOn\":\"2021-11-11T20:14:19.1271536Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/641177b8-a67a-45b9-a033-47bc880bb21e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"641177b8-a67a-45b9-a033-47bc880bb21e\"\ + },{\"properties\":{\"roleName\":\"Security Assessment Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you push assessments to Security Center\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Security/assessments/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-02-13T08:23:47.7656161Z\",\"updatedOn\":\"2021-11-11T20:14:19.3021974Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/612c2aa1-cb24-443b-ac28-3ab7272de6f5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"612c2aa1-cb24-443b-ac28-3ab7272de6f5\"\ + },{\"properties\":{\"roleName\":\"Tag Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage tags on entities, without providing access\ + \ to the entities themselves.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\",\"Microsoft.Resources/subscriptions/resources/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Resources/tags/*\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-18T23:19:19.2977644Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:20.0172041Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4a9ae827-6dc8-4573-8ac7-8239d42aa03f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4a9ae827-6dc8-4573-8ac7-8239d42aa03f\"\ + },{\"properties\":{\"roleName\":\"Integration Service Environment Developer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows developers to create and\ + \ update workflows, integration accounts and API connections in integration\ + \ service environments.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Support/*\",\"Microsoft.Logic/integrationServiceEnvironments/read\"\ + ,\"Microsoft.Logic/integrationServiceEnvironments/*/join/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-20T21:09:00.5627875Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:20.1871986Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c7aa55d3-1abb-444a-a5ca-5e51e485d6ec\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c7aa55d3-1abb-444a-a5ca-5e51e485d6ec\"\ + },{\"properties\":{\"roleName\":\"Integration Service Environment Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage integration service\ + \ environments, but not access to them.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Logic/integrationServiceEnvironments/*\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-20T21:10:44.4008319Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:20.3622058Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a41e2c5b-bd99-4a07-88f4-9bf657a760b8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a41e2c5b-bd99-4a07-88f4-9bf657a760b8\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Contributor Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Grants access to read and write\ + \ Azure Kubernetes Service clusters\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ContainerService/managedClusters/read\",\"Microsoft.ContainerService/managedClusters/write\"\ + ,\"Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-27T19:27:15.0739970Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:21.2621727Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ed7f3fbd-7b88-4dd4-9017-9adb7ce333f8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ed7f3fbd-7b88-4dd4-9017-9adb7ce333f8\"\ + },{\"properties\":{\"roleName\":\"Azure Digital Twins Data Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Read-only role for Digital Twins data-plane\ + \ properties\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.DigitalTwins/digitaltwins/read\"\ + ,\"Microsoft.DigitalTwins/digitaltwins/relationships/read\",\"Microsoft.DigitalTwins/eventroutes/read\"\ + ,\"Microsoft.DigitalTwins/jobs/import/read\",\"Microsoft.DigitalTwins/models/read\"\ + ,\"Microsoft.DigitalTwins/query/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-03-10T23:48:14.7057381Z\",\"updatedOn\":\"2022-09-07T00:28:28.1102931Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d57506d4-4c8d-48b1-8587-93c323f6a5a3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d57506d4-4c8d-48b1-8587-93c323f6a5a3\"\ + },{\"properties\":{\"roleName\":\"Azure Digital Twins Data Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Full access role for Digital Twins data-plane\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.DigitalTwins/digitaltwins/*\",\"Microsoft.DigitalTwins/digitaltwins/commands/*\"\ + ,\"Microsoft.DigitalTwins/digitaltwins/relationships/*\",\"Microsoft.DigitalTwins/eventroutes/*\"\ + ,\"Microsoft.DigitalTwins/jobs/*\",\"Microsoft.DigitalTwins/models/*\",\"\ + Microsoft.DigitalTwins/query/*\"],\"notDataActions\":[]}],\"createdOn\":\"\ + 2020-03-10T23:49:33.7821930Z\",\"updatedOn\":\"2022-09-06T21:40:35.0694732Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bcd981a7-7f74-457b-83e1-cceb9e632ffe\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bcd981a7-7f74-457b-83e1-cceb9e632ffe\"\ + },{\"properties\":{\"roleName\":\"Hierarchy Settings Administrator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows users to edit and delete Hierarchy\ + \ Settings\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Management/managementGroups/settings/write\",\"Microsoft.Management/managementGroups/settings/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-03-13T23:55:11.0212387Z\",\"updatedOn\":\"2021-11-11T20:14:23.0882347Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/350f8d15-c687-4448-8ae1-157740a3936d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"350f8d15-c687-4448-8ae1-157740a3936d\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal full access to FHIR Data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/*\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-03-17T18:35:04.4949547Z\",\"updatedOn\":\"2021-11-11T20:14:23.6235473Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5a1fc7df-4bf1-4951-a576-89034ee01acd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5a1fc7df-4bf1-4951-a576-89034ee01acd\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Exporter\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to read and export FHIR Data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/read\"\ + ,\"Microsoft.HealthcareApis/services/fhir/resources/export/action\",\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/export/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-03-17T18:45:01.9764073Z\",\"\ + updatedOn\":\"2021-11-11T20:14:23.7992557Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3db33094-8700-4567-8da5-1501d4e7e843\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3db33094-8700-4567-8da5-1501d4e7e843\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to read FHIR Data\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.HealthcareApis/services/fhir/resources/read\",\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-03-17T18:49:04.8353499Z\",\"\ + updatedOn\":\"2021-11-11T20:14:23.9692275Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4c8d0bbc-75d3-4935-991f-5f3c56d81508\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4c8d0bbc-75d3-4935-991f-5f3c56d81508\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Writer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to read and write FHIR Data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/*\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/*\"],\"notDataActions\"\ + :[\"Microsoft.HealthcareApis/services/fhir/resources/hardDelete/action\",\"\ + Microsoft.HealthcareApis/workspaces/fhirservices/resources/hardDelete/action\"\ + ]}],\"createdOn\":\"2020-03-17T18:55:35.2413335Z\",\"updatedOn\":\"2021-11-11T20:14:24.1442783Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3f88fce4-5892-4214-ae73-ba5294559913\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3f88fce4-5892-4214-ae73-ba5294559913\"\ + },{\"properties\":{\"roleName\":\"Experimentation Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Experimentation Reader\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Experimentation/experimentWorkspaces/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-03-25T18:05:14.8375678Z\",\"\ + updatedOn\":\"2021-11-11T20:14:24.5042390Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/49632ef5-d9ac-41f4-b8e7-bbe587fa74a1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"49632ef5-d9ac-41f4-b8e7-bbe587fa74a1\"\ + },{\"properties\":{\"roleName\":\"Object Understanding Account Owner\",\"\ + type\":\"BuiltInRole\",\"description\":\"Provides user with ingestion capabilities\ + \ for Azure Object Understanding.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectUnderstandingAccounts/ingest/action\"\ + ,\"Microsoft.MixedReality/ObjectUnderstandingAccounts/ingest/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-04-22T19:15:09.0697923Z\",\"updatedOn\":\"2021-11-11T20:14:26.8743132Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4dd61c23-6743-42fe-a388-d8bdd41cb745\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4dd61c23-6743-42fe-a388-d8bdd41cb745\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Data Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Grants access to read, write, and delete access\ + \ to map related data from an Azure maps account.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Maps/accounts/*/read\",\"Microsoft.Maps/accounts/*/write\",\"Microsoft.Maps/accounts/*/delete\"\ + ,\"Microsoft.Maps/accounts/*/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-05-07T20:55:05.0645410Z\",\"updatedOn\":\"2021-11-11T20:14:28.3092598Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8f5e0ce6-4f7b-4dcf-bddf-e6f48634a204\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8f5e0ce6-4f7b-4dcf-bddf-e6f48634a204\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Full access to the project, including\ + \ the ability to view, create, edit, or delete projects.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-05-08T23:47:07.0779345Z\",\"\ + updatedOn\":\"2021-11-11T20:14:28.8342655Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c1ff6cc2-c111-46fe-8896-e0ef812ad9f3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c1ff6cc2-c111-46fe-8896-e0ef812ad9f3\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Deployment\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Publish, unpublish or export models.\ + \ Deployment can view the project but can\u2019t update.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/predictions/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/iterations/publish/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/iterations/export/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/quicktest/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/classify/*\",\"Microsoft.CognitiveServices/accounts/CustomVision/detect/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ + ]}],\"createdOn\":\"2020-05-09T01:31:05.9528620Z\",\"updatedOn\":\"2021-11-11T20:14:29.0142669Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5c4089e1-6d96-4d2f-b296-c1bc7137275f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5c4089e1-6d96-4d2f-b296-c1bc7137275f\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Labeler\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"View, edit training images and\ + \ create, add, remove, or delete the image tags. Labelers can view the project\ + \ but can\u2019t update anything other than training images and tags.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/predictions/query/action\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/images/*\",\"\ + Microsoft.CognitiveServices/accounts/CustomVision/projects/tags/*\",\"Microsoft.CognitiveServices/accounts/CustomVision/projects/images/suggested/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/tagsandregions/suggestions/action\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ + ]}],\"createdOn\":\"2020-05-09T01:33:20.8278896Z\",\"updatedOn\":\"2021-11-11T20:14:29.1892871Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/88424f51-ebe7-446f-bc41-7fa16989e96c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"88424f51-ebe7-446f-bc41-7fa16989e96c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Read-only actions in the project.\ + \ Readers can\u2019t create or update the project.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/predictions/query/action\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ + ]}],\"createdOn\":\"2020-05-09T01:34:18.5328818Z\",\"updatedOn\":\"2021-11-11T20:14:29.3642707Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/93586559-c37d-4a6b-ba08-b9f0940c2d73\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"93586559-c37d-4a6b-ba08-b9f0940c2d73\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Trainer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"View, edit projects and train\ + \ the models, including the ability to publish, unpublish, export the models.\ + \ Trainers can\u2019t create or delete the project.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/action\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/delete\",\"\ + Microsoft.CognitiveServices/accounts/CustomVision/projects/import/action\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ + ]}],\"createdOn\":\"2020-05-09T01:35:13.8147804Z\",\"updatedOn\":\"2021-11-11T20:14:29.5442713Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0a5ae4ab-0d65-4eeb-be61-29fc9b54394b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0a5ae4ab-0d65-4eeb-be61-29fc9b54394b\"\ + },{\"properties\":{\"roleName\":\"Key Vault Administrator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Perform all data plane operations on a key vault and all\ + \ objects in it, including certificates, keys, and secrets. Cannot manage\ + \ key vault resources or manage role assignments. Only works for key vaults\ + \ that use the 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\"\ + ,\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\"\ + ,\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/*\"],\"notDataActions\":[]}],\"createdOn\":\"\ + 2020-05-19T17:52:46.2349235Z\",\"updatedOn\":\"2021-11-11T20:14:30.2542755Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00482a5a-887f-4fb3-b363-3b7fe8e74483\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"00482a5a-887f-4fb3-b363-3b7fe8e74483\"\ + },{\"properties\":{\"roleName\":\"Key Vault Crypto Officer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Perform any action on the keys of a key vault, except manage\ + \ permissions. Only works for key vaults that use the 'Azure role-based access\ + \ control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.KeyVault/checkNameAvailability/read\"\ + ,\"Microsoft.KeyVault/deletedVaults/read\",\"Microsoft.KeyVault/locations/*/read\"\ + ,\"Microsoft.KeyVault/vaults/*/read\",\"Microsoft.KeyVault/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/keys/*\"\ + ,\"Microsoft.KeyVault/vaults/keyrotationpolicies/*\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-05-19T17:52:47.0099249Z\",\"updatedOn\":\"2022-01-06T23:21:17.9760884Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/14b46e9e-c2b7-41b4-b07b-48a6ebf60603\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"14b46e9e-c2b7-41b4-b07b-48a6ebf60603\"\ + },{\"properties\":{\"roleName\":\"Key Vault Crypto User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Perform cryptographic operations using keys. Only works\ + \ for key vaults that use the 'Azure role-based access control' permission\ + \ model.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/keys/read\",\"\ + Microsoft.KeyVault/vaults/keys/update/action\",\"Microsoft.KeyVault/vaults/keys/backup/action\"\ + ,\"Microsoft.KeyVault/vaults/keys/encrypt/action\",\"Microsoft.KeyVault/vaults/keys/decrypt/action\"\ + ,\"Microsoft.KeyVault/vaults/keys/wrap/action\",\"Microsoft.KeyVault/vaults/keys/unwrap/action\"\ + ,\"Microsoft.KeyVault/vaults/keys/sign/action\",\"Microsoft.KeyVault/vaults/keys/verify/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-05-19T17:52:47.0699268Z\",\"\ + updatedOn\":\"2021-11-11T20:14:30.6042921Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/12338af0-0e69-4776-bea7-57ae8d297424\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"12338af0-0e69-4776-bea7-57ae8d297424\"\ + },{\"properties\":{\"roleName\":\"Key Vault Secrets Officer\",\"type\":\"\ + BuiltInRole\",\"description\":\"Perform any action on the secrets of a key\ + \ vault, except manage permissions. Only works for key vaults that use the\ + \ 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\"\ + ,\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\"\ + ,\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/secrets/*\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-05-19T17:52:47.1449242Z\",\"updatedOn\":\"2021-11-11T20:14:30.7793470Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b86a8fe4-44ce-4948-aee5-eccb2c155cd7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b86a8fe4-44ce-4948-aee5-eccb2c155cd7\"\ + },{\"properties\":{\"roleName\":\"Key Vault Secrets User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read secret contents. Only works for key vaults that use\ + \ the 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/secrets/getSecret/action\",\"Microsoft.KeyVault/vaults/secrets/readMetadata/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-05-19T17:52:47.2049241Z\",\"\ + updatedOn\":\"2021-11-11T20:14:30.9542829Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4633458b-17de-408a-b874-0445c86b69e6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4633458b-17de-408a-b874-0445c86b69e6\"\ + },{\"properties\":{\"roleName\":\"Key Vault Certificates Officer\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Perform any action on the certificates\ + \ of a key vault, except manage permissions. Only works for key vaults that\ + \ use the 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\"\ + ,\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\"\ + ,\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/certificatecas/*\",\"Microsoft.KeyVault/vaults/certificates/*\"\ + ,\"Microsoft.KeyVault/vaults/certificatecontacts/write\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-05-19T17:52:47.2499247Z\",\"updatedOn\":\"2023-06-07T18:30:27.6488015Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a4417e6f-fecd-4de8-b567-7b0420556985\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a4417e6f-fecd-4de8-b567-7b0420556985\"\ + },{\"properties\":{\"roleName\":\"Key Vault Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read metadata of key vaults and its certificates, keys,\ + \ and secrets. Cannot read sensitive values such as secret contents or key\ + \ material. Only works for key vaults that use the 'Azure role-based access\ + \ control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.KeyVault/checkNameAvailability/read\"\ + ,\"Microsoft.KeyVault/deletedVaults/read\",\"Microsoft.KeyVault/locations/*/read\"\ + ,\"Microsoft.KeyVault/vaults/*/read\",\"Microsoft.KeyVault/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/*/read\"\ + ,\"Microsoft.KeyVault/vaults/secrets/readMetadata/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-05-19T17:52:47.2949294Z\",\"updatedOn\":\"2021-11-11T20:14:31.3043292Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/21090545-7ca7-4776-b22c-e363652d74d2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"21090545-7ca7-4776-b22c-e363652d74d2\"\ + },{\"properties\":{\"roleName\":\"Key Vault Crypto Service Encryption User\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Read metadata of keys and perform\ + \ wrap/unwrap operations. Only works for key vaults that use the 'Azure role-based\ + \ access control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.EventGrid/eventSubscriptions/write\",\"Microsoft.EventGrid/eventSubscriptions/read\"\ + ,\"Microsoft.EventGrid/eventSubscriptions/delete\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/keys/read\",\"Microsoft.KeyVault/vaults/keys/wrap/action\"\ + ,\"Microsoft.KeyVault/vaults/keys/unwrap/action\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-05-20T20:55:19.2398470Z\",\"updatedOn\":\"2021-11-11T20:14:31.8443056Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e147488a-f6f5-4113-8e2d-b22465e65bf6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e147488a-f6f5-4113-8e2d-b22465e65bf6\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Viewer\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you view all resources in cluster/namespace,\ + \ except secrets.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/daemonsets/read\",\"Microsoft.Kubernetes/connectedClusters/apps/deployments/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/replicasets/read\",\"Microsoft.Kubernetes/connectedClusters/apps/statefulsets/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/autoscaling/horizontalpodautoscalers/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/batch/cronjobs/read\",\"Microsoft.Kubernetes/connectedClusters/batch/jobs/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/configmaps/read\",\"Microsoft.Kubernetes/connectedClusters/endpoints/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/events.k8s.io/events/read\",\"Microsoft.Kubernetes/connectedClusters/events/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/daemonsets/read\",\"\ + Microsoft.Kubernetes/connectedClusters/extensions/deployments/read\",\"Microsoft.Kubernetes/connectedClusters/extensions/ingresses/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/networkpolicies/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/replicasets/read\",\"\ + Microsoft.Kubernetes/connectedClusters/limitranges/read\",\"Microsoft.Kubernetes/connectedClusters/namespaces/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/ingresses/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/networkpolicies/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/persistentvolumeclaims/read\",\"\ + Microsoft.Kubernetes/connectedClusters/pods/read\",\"Microsoft.Kubernetes/connectedClusters/policy/poddisruptionbudgets/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/read\",\"\ + Microsoft.Kubernetes/connectedClusters/replicationcontrollers/read\",\"Microsoft.Kubernetes/connectedClusters/resourcequotas/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/serviceaccounts/read\",\"Microsoft.Kubernetes/connectedClusters/services/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:51:12.8801199Z\",\"\ + updatedOn\":\"2021-11-11T20:14:33.8193353Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/63f0a09d-1495-4db4-a681-037d84835eb4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"63f0a09d-1495-4db4-a681-037d84835eb4\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Writer\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you update everything in cluster/namespace,\ + \ except (cluster)roles and (cluster)role bindings.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/deployments/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/statefulsets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/batch/cronjobs/*\",\"Microsoft.Kubernetes/connectedClusters/batch/jobs/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/configmaps/*\",\"Microsoft.Kubernetes/connectedClusters/endpoints/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/events.k8s.io/events/read\",\"Microsoft.Kubernetes/connectedClusters/events/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/deployments/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/ingresses/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/networkpolicies/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/limitranges/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/namespaces/read\",\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/ingresses/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/persistentvolumeclaims/*\",\"Microsoft.Kubernetes/connectedClusters/pods/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\",\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/resourcequotas/read\",\"Microsoft.Kubernetes/connectedClusters/secrets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/serviceaccounts/*\",\"Microsoft.Kubernetes/connectedClusters/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:53:50.6749823Z\",\"\ + updatedOn\":\"2021-11-11T20:14:34.0043462Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5b999177-9696-4545-85c7-50de3797e5a1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5b999177-9696-4545-85c7-50de3797e5a1\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Cluster Admin\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources in\ + \ the cluster.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:55:30.9910462Z\",\"\ + updatedOn\":\"2021-11-11T20:14:34.1743694Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8393591c-06b9-48a2-a542-1bd6b377f6a2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8393591c-06b9-48a2-a542-1bd6b377f6a2\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Admin\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage all resources under cluster/namespace,\ + \ except update or delete resource quotas and namespaces.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/deployments/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/statefulsets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/authorization.k8s.io/localsubjectaccessreviews/write\"\ + ,\"Microsoft.Kubernetes/connectedClusters/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/batch/cronjobs/*\",\"Microsoft.Kubernetes/connectedClusters/batch/jobs/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/configmaps/*\",\"Microsoft.Kubernetes/connectedClusters/endpoints/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/events.k8s.io/events/read\",\"Microsoft.Kubernetes/connectedClusters/events/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/deployments/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/ingresses/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/networkpolicies/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/limitranges/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/namespaces/read\",\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/ingresses/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/persistentvolumeclaims/*\",\"Microsoft.Kubernetes/connectedClusters/pods/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/rbac.authorization.k8s.io/rolebindings/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/rbac.authorization.k8s.io/roles/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\",\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/resourcequotas/read\",\"Microsoft.Kubernetes/connectedClusters/secrets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/serviceaccounts/*\",\"Microsoft.Kubernetes/connectedClusters/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:57:06.0391177Z\",\"\ + updatedOn\":\"2021-11-11T20:14:34.3593384Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dffb1e0c-446f-4dde-a09f-99eb5cc68b96\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dffb1e0c-446f-4dde-a09f-99eb5cc68b96\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Cluster Admin\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources\ + \ in the cluster.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-02T17:47:24.4071415Z\",\"\ + updatedOn\":\"2022-10-11T23:23:28.2303454Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b1ff04bb-8a4e-4dc4-8eb5-8693973ce19b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b1ff04bb-8a4e-4dc4-8eb5-8693973ce19b\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Admin\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources under\ + \ cluster/namespace, except update or delete resource quotas and namespaces.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/*\"\ + ],\"notDataActions\":[\"Microsoft.ContainerService/managedClusters/resourcequotas/write\"\ + ,\"Microsoft.ContainerService/managedClusters/resourcequotas/delete\",\"Microsoft.ContainerService/managedClusters/namespaces/write\"\ + ,\"Microsoft.ContainerService/managedClusters/namespaces/delete\"]}],\"createdOn\"\ + :\"2020-07-02T17:50:30.4020311Z\",\"updatedOn\":\"2023-05-09T17:53:14.6233855Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3498e952-d568-435e-9b2c-8d77e338d7f7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3498e952-d568-435e-9b2c-8d77e338d7f7\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows read-only access to see most\ + \ objects in a namespace. It does not allow viewing roles or role bindings.\ + \ This role does not allow viewing Secrets, since reading the contents of\ + \ Secrets enables access to ServiceAccount credentials in the namespace, which\ + \ would allow API access as any ServiceAccount in the namespace (a form of\ + \ privilege escalation). Applying this role at cluster scope will give access\ + \ across all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/managedClusters/apps/daemonsets/read\",\"Microsoft.ContainerService/managedClusters/apps/deployments/read\"\ + ,\"Microsoft.ContainerService/managedClusters/apps/replicasets/read\",\"Microsoft.ContainerService/managedClusters/apps/statefulsets/read\"\ + ,\"Microsoft.ContainerService/managedClusters/autoscaling/horizontalpodautoscalers/read\"\ + ,\"Microsoft.ContainerService/managedClusters/batch/cronjobs/read\",\"Microsoft.ContainerService/managedClusters/batch/jobs/read\"\ + ,\"Microsoft.ContainerService/managedClusters/configmaps/read\",\"Microsoft.ContainerService/managedClusters/discovery.k8s.io/endpointslices/read\"\ + ,\"Microsoft.ContainerService/managedClusters/endpoints/read\",\"Microsoft.ContainerService/managedClusters/events.k8s.io/events/read\"\ + ,\"Microsoft.ContainerService/managedClusters/events/read\",\"Microsoft.ContainerService/managedClusters/extensions/daemonsets/read\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/deployments/read\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/ingresses/read\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/networkpolicies/read\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/replicasets/read\"\ + ,\"Microsoft.ContainerService/managedClusters/limitranges/read\",\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/pods/read\"\ + ,\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/nodes/read\"\ + ,\"Microsoft.ContainerService/managedClusters/namespaces/read\",\"Microsoft.ContainerService/managedClusters/networking.k8s.io/ingresses/read\"\ + ,\"Microsoft.ContainerService/managedClusters/networking.k8s.io/networkpolicies/read\"\ + ,\"Microsoft.ContainerService/managedClusters/persistentvolumeclaims/read\"\ + ,\"Microsoft.ContainerService/managedClusters/pods/read\",\"Microsoft.ContainerService/managedClusters/policy/poddisruptionbudgets/read\"\ + ,\"Microsoft.ContainerService/managedClusters/replicationcontrollers/read\"\ + ,\"Microsoft.ContainerService/managedClusters/resourcequotas/read\",\"Microsoft.ContainerService/managedClusters/serviceaccounts/read\"\ + ,\"Microsoft.ContainerService/managedClusters/services/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-07-02T17:53:05.5728294Z\",\"updatedOn\":\"2023-04-20T15:44:20.5103047Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f6c6a51-bcf8-42ba-9220-52d62157d7db\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f6c6a51-bcf8-42ba-9220-52d62157d7db\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Writer\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows read/write access to most\ + \ objects in a namespace.This role does not allow viewing or modifying roles\ + \ or role bindings. However, this role allows accessing Secrets and running\ + \ Pods as any ServiceAccount in the namespace, so it can be used to gain the\ + \ API access levels of any ServiceAccount in the namespace. Applying this\ + \ role at cluster scope will give access across all namespaces.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/managedClusters/apps/daemonsets/*\",\"Microsoft.ContainerService/managedClusters/apps/deployments/*\"\ + ,\"Microsoft.ContainerService/managedClusters/apps/replicasets/*\",\"Microsoft.ContainerService/managedClusters/apps/statefulsets/*\"\ + ,\"Microsoft.ContainerService/managedClusters/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.ContainerService/managedClusters/batch/cronjobs/*\",\"Microsoft.ContainerService/managedClusters/coordination.k8s.io/leases/read\"\ + ,\"Microsoft.ContainerService/managedClusters/coordination.k8s.io/leases/write\"\ + ,\"Microsoft.ContainerService/managedClusters/coordination.k8s.io/leases/delete\"\ + ,\"Microsoft.ContainerService/managedClusters/discovery.k8s.io/endpointslices/read\"\ + ,\"Microsoft.ContainerService/managedClusters/batch/jobs/*\",\"Microsoft.ContainerService/managedClusters/configmaps/*\"\ + ,\"Microsoft.ContainerService/managedClusters/endpoints/*\",\"Microsoft.ContainerService/managedClusters/events.k8s.io/events/read\"\ + ,\"Microsoft.ContainerService/managedClusters/events/*\",\"Microsoft.ContainerService/managedClusters/extensions/daemonsets/*\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/deployments/*\",\"\ + Microsoft.ContainerService/managedClusters/extensions/ingresses/*\",\"Microsoft.ContainerService/managedClusters/extensions/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/replicasets/*\",\"\ + Microsoft.ContainerService/managedClusters/limitranges/read\",\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/pods/read\"\ + ,\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/nodes/read\"\ + ,\"Microsoft.ContainerService/managedClusters/namespaces/read\",\"Microsoft.ContainerService/managedClusters/networking.k8s.io/ingresses/*\"\ + ,\"Microsoft.ContainerService/managedClusters/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/managedClusters/persistentvolumeclaims/*\",\"\ + Microsoft.ContainerService/managedClusters/pods/*\",\"Microsoft.ContainerService/managedClusters/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.ContainerService/managedClusters/replicationcontrollers/*\",\"\ + Microsoft.ContainerService/managedClusters/resourcequotas/read\",\"Microsoft.ContainerService/managedClusters/secrets/*\"\ + ,\"Microsoft.ContainerService/managedClusters/serviceaccounts/*\",\"Microsoft.ContainerService/managedClusters/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-02T17:54:51.9644983Z\",\"\ + updatedOn\":\"2023-04-20T15:44:20.5103047Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a7ffa36f-339b-4b5c-8bdf-e2c188b2c0eb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a7ffa36f-339b-4b5c-8bdf-e2c188b2c0eb\"\ + },{\"properties\":{\"roleName\":\"Services Hub Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Services Hub Operator allows you to perform all read, write,\ + \ and deletion operations related to Services Hub Connectors.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.ServicesHub/connectors/write\",\"Microsoft.ServicesHub/connectors/read\"\ + ,\"Microsoft.ServicesHub/connectors/delete\",\"Microsoft.ServicesHub/connectors/checkAssessmentEntitlement/action\"\ + ,\"Microsoft.ServicesHub/supportOfferingEntitlement/read\",\"Microsoft.ServicesHub/workspaces/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-07-20T17:57:22.0644902Z\",\"updatedOn\":\"2021-11-11T20:14:37.5544021Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/82200a5b-e217-47a5-b665-6d8765ee745b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"82200a5b-e217-47a5-b665-6d8765ee745b\"\ + },{\"properties\":{\"roleName\":\"Object Understanding Account Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you read ingestion jobs for\ + \ an object understanding account.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectUnderstandingAccounts/ingest/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-23T19:16:31.9929119Z\",\"\ + updatedOn\":\"2021-11-11T20:14:37.9070085Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d18777c0-1514-4662-8490-608db7d334b6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d18777c0-1514-4662-8490-608db7d334b6\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Enabled Kubernetes Cluster User\ + \ Role\",\"type\":\"BuiltInRole\",\"description\":\"List cluster user credentials\ + \ action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/listClusterUserCredentials/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\",\"Microsoft.Kubernetes/connectedClusters/listClusterUserCredential/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-07-28T17:37:00.7637445Z\",\"updatedOn\":\"2022-02-17T02:29:05.1000798Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00493d72-78f6-4148-b6c5-d3ce8e4799dd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"00493d72-78f6-4148-b6c5-d3ce8e4799dd\"\ + },{\"properties\":{\"roleName\":\"SignalR REST API Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Full access to Azure SignalR Service REST APIs\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.SignalRService/SignalR/auth/clientToken/action\",\"Microsoft.SignalRService/SignalR/hub/send/action\"\ + ,\"Microsoft.SignalRService/SignalR/group/send/action\",\"Microsoft.SignalRService/SignalR/group/read\"\ + ,\"Microsoft.SignalRService/SignalR/group/write\",\"Microsoft.SignalRService/SignalR/clientConnection/send/action\"\ + ,\"Microsoft.SignalRService/SignalR/clientConnection/read\",\"Microsoft.SignalRService/SignalR/clientConnection/write\"\ + ,\"Microsoft.SignalRService/SignalR/user/send/action\",\"Microsoft.SignalRService/SignalR/user/read\"\ + ,\"Microsoft.SignalRService/SignalR/user/write\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-07-29T09:35:32.2764751Z\",\"updatedOn\":\"2021-11-11T20:14:38.8028020Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd53cd77-2268-407a-8f46-7e7863d0f521\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fd53cd77-2268-407a-8f46-7e7863d0f521\"\ + },{\"properties\":{\"roleName\":\"Collaborative Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can manage data packages of a collaborative.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/*/read\"\ + ,\"Microsoft.IndustryDataLifecycle/memberCollaboratives/*/read\",\"Microsoft.IndustryDataLifecycle/locations/dataPackages/*\"\ + ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/receivedDataPackages/*\"\ + ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/rejectDataPackage/action\"\ + ,\"Microsoft.IndustryDataLifecycle/memberCollaboratives/sharedDataPackages/*\"\ + ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/dataModels/*\"\ + ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/auditLogs/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-08-14T11:58:31.8973556Z\",\"updatedOn\":\"2021-11-11T20:14:40.2428145Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/daa9e50b-21df-454c-94a6-a8050adab352\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"daa9e50b-21df-454c-94a6-a8050adab352\"\ + },{\"properties\":{\"roleName\":\"Device Update Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Gives you read access to management and content operations,\ + \ but does not allow making changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/updates/read\",\"Microsoft.DeviceUpdate/accounts/instances/management/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-21T23:40:19.2373610Z\",\"\ + updatedOn\":\"2021-11-11T20:14:40.7922672Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e9dba6fb-3d52-4cf0-bce3-f06ce71b9e0f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e9dba6fb-3d52-4cf0-bce3-f06ce71b9e0f\"\ + },{\"properties\":{\"roleName\":\"Device Update Administrator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Gives you full access to management and content\ + \ operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/updates/read\",\"Microsoft.DeviceUpdate/accounts/instances/updates/write\"\ + ,\"Microsoft.DeviceUpdate/accounts/instances/updates/delete\",\"Microsoft.DeviceUpdate/accounts/instances/management/read\"\ + ,\"Microsoft.DeviceUpdate/accounts/instances/management/write\",\"Microsoft.DeviceUpdate/accounts/instances/management/delete\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-21T23:56:22.3520510Z\",\"\ + updatedOn\":\"2021-11-11T20:14:40.9672678Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/02ca0879-e8e4-47a5-a61e-5c618b76e64a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"02ca0879-e8e4-47a5-a61e-5c618b76e64a\"\ + },{\"properties\":{\"roleName\":\"Device Update Content Administrator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Gives you full access to content\ + \ operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/updates/read\",\"Microsoft.DeviceUpdate/accounts/instances/updates/write\"\ + ,\"Microsoft.DeviceUpdate/accounts/instances/updates/delete\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-08-21T23:58:18.4255500Z\",\"updatedOn\":\"2021-11-11T20:14:41.1433368Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0378884a-3af5-44ab-8323-f5b22f9f3c98\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0378884a-3af5-44ab-8323-f5b22f9f3c98\"\ + },{\"properties\":{\"roleName\":\"Device Update Deployments Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Gives you full access to management\ + \ operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/management/read\",\"Microsoft.DeviceUpdate/accounts/instances/management/write\"\ + ,\"Microsoft.DeviceUpdate/accounts/instances/management/delete\",\"Microsoft.DeviceUpdate/accounts/instances/updates/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-21T23:59:52.1001666Z\",\"\ + updatedOn\":\"2022-01-13T01:59:19.4616366Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e4237640-0e3d-4a46-8fda-70bc94856432\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e4237640-0e3d-4a46-8fda-70bc94856432\"\ + },{\"properties\":{\"roleName\":\"Device Update Deployments Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Gives you read access to management operations,\ + \ but does not allow making changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/management/read\",\"Microsoft.DeviceUpdate/accounts/instances/updates/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-22T00:01:34.7053630Z\",\"\ + updatedOn\":\"2022-01-13T01:35:51.6463216Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/49e2f5d2-7741-4835-8efa-19e1fe35e47f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"49e2f5d2-7741-4835-8efa-19e1fe35e47f\"\ + },{\"properties\":{\"roleName\":\"Device Update Content Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Gives you read access to content operations,\ + \ but does not allow making changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/updates/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-08-22T00:02:43.3299181Z\",\"updatedOn\":\"2021-11-11T20:14:41.6754856Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d1ee9a80-8b14-47f0-bdc2-f4a351625a7b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d1ee9a80-8b14-47f0-bdc2-f4a351625a7b\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Metrics Advisor Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Full access to the project, including\ + \ the system level configuration.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.CognitiveServices/accounts/MetricsAdvisor/*\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2020-09-10T07:46:47.5804491Z\",\"updatedOn\"\ + :\"2021-11-11T20:14:43.6930781Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cb43c632-a144-4ec5-977c-e80c4affc34a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cb43c632-a144-4ec5-977c-e80c4affc34a\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Metrics Advisor User\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Access to the project.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/MetricsAdvisor/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/MetricsAdvisor/stats/*\"\ + ]}],\"createdOn\":\"2020-09-10T07:47:59.6195639Z\",\"updatedOn\":\"2021-11-11T20:14:43.8780761Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3b20f47b-3825-43cb-8114-4bd2201156a8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3b20f47b-3825-43cb-8114-4bd2201156a8\"\ + },{\"properties\":{\"roleName\":\"Schema Registry Reader (Preview)\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Read and list Schema Registry groups and\ + \ schemas.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.EventHub/namespaces/schemagroups/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.EventHub/namespaces/schemas/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-09-13T06:31:38.0272740Z\",\"updatedOn\":\"2021-11-11T20:14:44.6350450Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2c56ea50-c6b3-40a6-83c0-9d98858bc7d2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2c56ea50-c6b3-40a6-83c0-9d98858bc7d2\"\ + },{\"properties\":{\"roleName\":\"Schema Registry Contributor (Preview)\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Read, write, and delete Schema\ + \ Registry groups and schemas.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.EventHub/namespaces/schemagroups/*\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.EventHub/namespaces/schemas/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-09-13T06:48:26.6032931Z\",\"updatedOn\":\"2021-11-11T20:14:44.8200370Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5dffeca3-4936-4216-b2bc-10343a5abb25\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5dffeca3-4936-4216-b2bc-10343a5abb25\"\ + },{\"properties\":{\"roleName\":\"AgFood Platform Service Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides read access to AgFood Platform\ + \ Service\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/*/list/action\"\ + ,\"Microsoft.AgFoodPlatform/*/read\",\"Microsoft.AgFoodPlatform/*/search/action\"\ + ,\"Microsoft.AgFoodPlatform/*/download/action\",\"Microsoft.AgFoodPlatform/*/overlap/action\"\ + ,\"Microsoft.AgFoodPlatform/*/checkConsent/action\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-09-14T10:21:08.9138820Z\",\"updatedOn\":\"2022-12-09T07:32:44.6602284Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7ec7ccdc-f61e-41fe-9aaf-980df0a44eba\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7ec7ccdc-f61e-41fe-9aaf-980df0a44eba\"\ + },{\"properties\":{\"roleName\":\"AgFood Platform Service Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Provides contribute access to AgFood\ + \ Platform Service\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/*/action\"\ + ,\"Microsoft.AgFoodPlatform/*/read\",\"Microsoft.AgFoodPlatform/*/write\"\ + ],\"notDataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/farmers/write\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/deletionJobs/*/write\",\"Microsoft.AgFoodPlatform/farmBeats/parties/write\"\ + ]}],\"createdOn\":\"2020-09-14T10:21:09.7239169Z\",\"updatedOn\":\"2023-01-19T17:29:21.6287051Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8508508a-4469-4e45-963b-2518ee0bb728\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8508508a-4469-4e45-963b-2518ee0bb728\"\ + },{\"properties\":{\"roleName\":\"AgFood Platform Service Admin\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides admin access to AgFood Platform\ + \ Service\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-09-14T10:21:09.8039209Z\",\"updatedOn\":\"2021-11-11T20:14:45.3613128Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f8da80de-1ff9-4747-ad80-a19b7f6079e3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f8da80de-1ff9-4747-ad80-a19b7f6079e3\"\ + },{\"properties\":{\"roleName\":\"Managed HSM contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage managed HSM pools, but not access to them.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.KeyVault/managedHSMs/*\"\ + ,\"Microsoft.KeyVault/deletedManagedHsms/read\",\"Microsoft.KeyVault/locations/deletedManagedHsms/read\"\ + ,\"Microsoft.KeyVault/locations/deletedManagedHsms/purge/action\",\"Microsoft.KeyVault/locations/managedHsmOperationResults/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-09-16T21:47:01.1291104Z\",\"updatedOn\":\"2022-03-07T20:20:10.2940363Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18500a29-7fe2-46b2-a342-b16a415e101d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18500a29-7fe2-46b2-a342-b16a415e101d\"\ + },{\"properties\":{\"roleName\":\"Security Detonation Chamber Submitter\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allowed to create submissions\ + \ to Security Detonation Chamber\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SecurityDetonation/chambers/submissions/delete\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/write\",\"Microsoft.SecurityDetonation/chambers/submissions/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/files/read\",\"Microsoft.SecurityDetonation/chambers/submissions/accesskeyview/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/platforms/metadata/read\",\"Microsoft.SecurityDetonation/chambers/workflows/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/toolsets/metadata/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-10-01T08:55:21.3980274Z\",\"updatedOn\":\"2021-11-11T20:14:47.5471350Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0b555d9b-b4a7-4f43-b330-627f0e5be8f0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0b555d9b-b4a7-4f43-b330-627f0e5be8f0\"\ + },{\"properties\":{\"roleName\":\"SignalR REST API Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read-only access to Azure SignalR Service REST APIs\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.SignalRService/SignalR/group/read\",\"Microsoft.SignalRService/SignalR/clientConnection/read\"\ + ,\"Microsoft.SignalRService/SignalR/user/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-10-13T09:19:05.6463616Z\",\"updatedOn\":\"2021-11-11T20:14:48.7902970Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ddde6b66-c0df-4114-a159-3618637b3035\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ddde6b66-c0df-4114-a159-3618637b3035\"\ + },{\"properties\":{\"roleName\":\"SignalR Service Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Full access to Azure SignalR Service REST APIs\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.SignalRService/SignalR/auth/accessKey/action\",\"Microsoft.SignalRService/SignalR/auth/clientToken/action\"\ + ,\"Microsoft.SignalRService/SignalR/hub/send/action\",\"Microsoft.SignalRService/SignalR/group/send/action\"\ + ,\"Microsoft.SignalRService/SignalR/group/read\",\"Microsoft.SignalRService/SignalR/group/write\"\ + ,\"Microsoft.SignalRService/SignalR/clientConnection/send/action\",\"Microsoft.SignalRService/SignalR/clientConnection/read\"\ + ,\"Microsoft.SignalRService/SignalR/clientConnection/write\",\"Microsoft.SignalRService/SignalR/serverConnection/write\"\ + ,\"Microsoft.SignalRService/SignalR/user/send/action\",\"Microsoft.SignalRService/SignalR/user/read\"\ + ,\"Microsoft.SignalRService/SignalR/user/write\",\"Microsoft.SignalRService/SignalR/livetrace/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-10-13T09:20:32.1501410Z\",\"\ + updatedOn\":\"2022-09-14T04:23:14.1771585Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7e4f1700-ea5a-4f59-8f37-079cfe29dce3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7e4f1700-ea5a-4f59-8f37-079cfe29dce3\"\ + },{\"properties\":{\"roleName\":\"Reservation Purchaser\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you purchase reservations\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Capacity/catalogs/read\",\"Microsoft.Capacity/register/action\"\ + ,\"Microsoft.Compute/register/action\",\"Microsoft.Consumption/register/action\"\ + ,\"Microsoft.Consumption/reservationRecommendationDetails/read\",\"Microsoft.Consumption/reservationRecommendations/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.SQL/register/action\",\"Microsoft.Support/supporttickets/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-10-23T20:22:48.9217751Z\",\"updatedOn\":\"2022-04-13T22:08:56.7905675Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f7b75c60-3036-4b75-91c3-6b41c27c1689\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f7b75c60-3036-4b75-91c3-6b41c27c1689\"\ + },{\"properties\":{\"roleName\":\"AzureML Metrics Writer (preview)\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you write metrics to AzureML workspace\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/workspaces/metrics/*/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-10-27T16:55:19.5664950Z\",\"updatedOn\":\"2021-11-11T20:14:49.8655015Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/635dd51f-9968-44d3-b7fb-6d9a6bd613ae\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"635dd51f-9968-44d3-b7fb-6d9a6bd613ae\"\ + },{\"properties\":{\"roleName\":\"Storage Account Backup Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you perform backup and restore\ + \ operations using Azure Backup on the storage account.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Authorization/locks/read\",\"Microsoft.Authorization/locks/write\"\ + ,\"Microsoft.Authorization/locks/delete\",\"Microsoft.Features/features/read\"\ + ,\"Microsoft.Features/providers/features/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Storage/operations/read\",\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/delete\"\ + ,\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/read\",\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/write\"\ + ,\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/restorePointMarkers/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/write\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/restoreBlobRanges/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-11-02T23:32:50.4203469Z\",\"updatedOn\":\"2022-04-20T01:44:55.2577307Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1\"\ + },{\"properties\":{\"roleName\":\"Experimentation Metric Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows for creation, writes and reads\ + \ to the metric set via the metrics service APIs.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Experimentation/experimentWorkspaces/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/metricwrite/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/metricwrite/action\",\"\ + Microsoft.Experimentation/experimentWorkspaces/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-11-10T20:07:53.7535885Z\",\"updatedOn\":\"2021-11-11T20:14:50.9524177Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6188b7c9-7d01-4f99-a59f-c88b630326c0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6188b7c9-7d01-4f99-a59f-c88b630326c0\"\ + },{\"properties\":{\"roleName\":\"Project Babylon Data Curator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"The Microsoft.ProjectBabylon data curator\ + \ can create, read, modify and delete catalog data objects and establish relationships\ + \ between objects. This role is in preview and subject to change.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ProjectBabylon/accounts/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ProjectBabylon/accounts/data/read\"\ + ,\"Microsoft.ProjectBabylon/accounts/data/write\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-11-14T02:31:33.7988825Z\",\"updatedOn\":\"2021-11-11T20:14:51.4929515Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9ef4ef9c-a049-46b0-82ab-dd8ac094c889\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9ef4ef9c-a049-46b0-82ab-dd8ac094c889\"\ + },{\"properties\":{\"roleName\":\"Project Babylon Data Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"The Microsoft.ProjectBabylon data reader can\ + \ read catalog data objects. This role is in preview and subject to change.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ProjectBabylon/accounts/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ProjectBabylon/accounts/data/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:33:13.5342351Z\",\"\ + updatedOn\":\"2021-11-11T20:14:51.6729667Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c8d896ba-346d-4f50-bc1d-7d1c84130446\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c8d896ba-346d-4f50-bc1d-7d1c84130446\"\ + },{\"properties\":{\"roleName\":\"Project Babylon Data Source Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"The Microsoft.ProjectBabylon data\ + \ source administrator can manage data sources and data scans. This role is\ + \ in preview and subject to change.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ProjectBabylon/accounts/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ProjectBabylon/accounts/scan/read\",\"Microsoft.ProjectBabylon/accounts/scan/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:34:01.8401954Z\",\"\ + updatedOn\":\"2021-11-11T20:14:51.8529643Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/05b7651b-dc44-475e-b74d-df3db49fae0f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"05b7651b-dc44-475e-b74d-df3db49fae0f\"\ + },{\"properties\":{\"roleName\":\"Purview role 1 (Deprecated)\",\"type\":\"\ + BuiltInRole\",\"description\":\"Deprecated role.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Purview/accounts/read\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Purview/accounts/data/read\"\ + ,\"Microsoft.Purview/accounts/data/write\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-11-14T02:37:15.0123345Z\",\"updatedOn\":\"2022-01-04T00:43:15.6924286Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8a3c2885-9b38-4fd2-9d99-91af537c1347\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8a3c2885-9b38-4fd2-9d99-91af537c1347\"\ + },{\"properties\":{\"roleName\":\"Purview role 3 (Deprecated)\",\"type\":\"\ + BuiltInRole\",\"description\":\"Deprecated role.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Purview/accounts/read\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Purview/accounts/data/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:39:22.2344740Z\",\"\ + updatedOn\":\"2022-01-04T00:48:08.2844802Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ff100721-1b9d-43d8-af52-42b69c1272db\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ff100721-1b9d-43d8-af52-42b69c1272db\"\ + },{\"properties\":{\"roleName\":\"Purview role 2 (Deprecated)\",\"type\":\"\ + BuiltInRole\",\"description\":\"Deprecated role.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Purview/accounts/read\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Purview/accounts/scan/read\"\ + ,\"Microsoft.Purview/accounts/scan/write\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-11-14T02:40:05.0975648Z\",\"updatedOn\":\"2022-01-04T00:47:22.9678219Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/200bba9e-f0c8-430f-892b-6f0794863803\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"200bba9e-f0c8-430f-892b-6f0794863803\"\ + },{\"properties\":{\"roleName\":\"Application Group Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Contributor of the Application Group.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/applicationgroups/*\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ + ,\"Microsoft.DesktopVirtualization/workspaces/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-03T23:26:00.2784962Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:52.9432015Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ca6382a4-1721-4bcf-a114-ff0c70227b6b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ca6382a4-1721-4bcf-a114-ff0c70227b6b\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Reader of Desktop Virtualization.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:36:19.0140629Z\",\"updatedOn\":\"2021-11-11T20:14:54.0407838Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/49a72310-ab8d-41df-bbb0-79b649203868\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"49a72310-ab8d-41df-bbb0-79b649203868\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Contributor of Desktop Virtualization.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:37:16.2910337Z\",\"updatedOn\":\"2021-11-11T20:14:54.2107872Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/082f0a83-3be5-4ba1-904c-961cca79b387\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"082f0a83-3be5-4ba1-904c-961cca79b387\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Workspace Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Contributor of the Desktop Virtualization\ + \ Workspace.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/workspaces/*\",\"Microsoft.DesktopVirtualization/applicationgroups/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:38:29.6089216Z\",\"updatedOn\":\"2021-11-11T20:14:54.3907854Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/21efdde3-836f-432b-bf3d-3e8e734d4b2b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"21efdde3-836f-432b-bf3d-3e8e734d4b2b\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization User Session Operator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Operator of the Desktop Virtualization\ + \ Uesr Session.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:39:16.9100273Z\",\"updatedOn\":\"2021-11-11T20:14:54.5657970Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ea4bfff8-7fb4-485a-aadd-d4129a0ffaa6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ea4bfff8-7fb4-485a-aadd-d4129a0ffaa6\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Session Host Operator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Operator of the Desktop Virtualization\ + \ Session Host.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:39:53.2569741Z\",\"updatedOn\":\"2021-11-11T20:14:54.7508042Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2ad6aaab-ead9-4eaa-8ac5-da422f562408\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2ad6aaab-ead9-4eaa-8ac5-da422f562408\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Host Pool Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Reader of the Desktop Virtualization\ + \ Host Pool.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/hostpools/*/read\",\"Microsoft.DesktopVirtualization/hostpools/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:40:33.1430834Z\",\"updatedOn\":\"2021-11-11T20:14:54.9257967Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ceadfde2-b300-400a-ab7b-6143895aa822\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ceadfde2-b300-400a-ab7b-6143895aa822\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Host Pool Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Contributor of the Desktop Virtualization\ + \ Host Pool.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/hostpools/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-11T21:40:57.2976187Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:55.1057701Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e307426c-f9b6-4e81-87de-d99efb3c32bc\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e307426c-f9b6-4e81-87de-d99efb3c32bc\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Application Group\ + \ Reader\",\"type\":\"BuiltInRole\",\"description\":\"Reader of the Desktop\ + \ Virtualization Application Group.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.DesktopVirtualization/applicationgroups/*/read\"\ + ,\"Microsoft.DesktopVirtualization/applicationgroups/read\",\"Microsoft.DesktopVirtualization/hostpools/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/read\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-11T21:41:18.0287398Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:55.2858006Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/aebf23d0-b568-4e86-b8f9-fe83a2c6ab55\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"aebf23d0-b568-4e86-b8f9-fe83a2c6ab55\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Application Group\ + \ Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Contributor of\ + \ the Desktop Virtualization Application Group.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/applicationgroups/*\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:41:38.6205531Z\",\"updatedOn\":\"2021-11-11T20:14:55.4677136Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/86240b0e-9422-4c43-887b-b61143f32ba8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"86240b0e-9422-4c43-887b-b61143f32ba8\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Workspace Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Reader of the Desktop Virtualization\ + \ Workspace.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/workspaces/read\",\"Microsoft.DesktopVirtualization/applicationgroups/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:41:58.1892707Z\",\"updatedOn\":\"2021-11-11T20:14:55.6577168Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0fa44ee9-7a7d-466b-9bb2-2bf446b1204d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0fa44ee9-7a7d-466b-9bb2-2bf446b1204d\"\ + },{\"properties\":{\"roleName\":\"Disk Backup Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides permission to backup vault to perform disk backup.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/beginGetAccess/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-12-15T07:39:03.8394514Z\",\"updatedOn\":\"2021-11-11T20:14:56.0178737Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3e5e47e6-65f7-47ef-90b5-e5dd4d455f24\"\ + },{\"properties\":{\"roleName\":\"Autonomous Development Platform Data Contributor\ + \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Grants permissions\ + \ to upload and manage new Autonomous Development Platform measurements.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/discoveries/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/uploads/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/measurements/states/new/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/measurementCollections/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/measurementCollections/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/read\",\"Microsoft.AutonomousDevelopmentPlatform/workspaces/discoveries/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/uploads/*\",\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/states/new/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/classifications/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/dataStreams/classifications/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurementCollections/*\"\ + ],\"notDataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/measurements/states/new/changeState/action\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/states/new/changeState/action\"\ + ]}],\"createdOn\":\"2020-12-15T11:30:01.7459379Z\",\"updatedOn\":\"2022-09-14T15:02:38.0071890Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b8b15564-4fa6-4a59-ab12-03e1d9594795\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b8b15564-4fa6-4a59-ab12-03e1d9594795\"\ + },{\"properties\":{\"roleName\":\"Autonomous Development Platform Data Reader\ + \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Grants read access\ + \ to Autonomous Development Platform data.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-12-15T12:11:31.9843256Z\",\"\ + updatedOn\":\"2022-01-04T13:21:04.3207709Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d63b75f7-47ea-4f27-92ac-e0d173aaf093\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d63b75f7-47ea-4f27-92ac-e0d173aaf093\"\ + },{\"properties\":{\"roleName\":\"Autonomous Development Platform Data Owner\ + \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Grants full access\ + \ to Autonomous Development Platform data.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-12-15T12:13:59.9702378Z\",\"\ + updatedOn\":\"2022-01-04T13:20:26.2040404Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/27f8b550-c507-4db9-86f2-f4b8e816d59d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"27f8b550-c507-4db9-86f2-f4b8e816d59d\"\ + },{\"properties\":{\"roleName\":\"Disk Restore Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides permission to backup vault to perform disk restore.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Compute/disks/write\"\ + ,\"Microsoft.Compute/disks/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2020-12-15T12:18:31.8481619Z\",\"updatedOn\"\ + :\"2021-11-11T20:14:56.7408912Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b50d9833-a0cb-478e-945f-707fcc997c13\"\ + },{\"properties\":{\"roleName\":\"Disk Snapshot Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Provides permission to backup vault to manage\ + \ disk snapshots.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Compute/snapshots/delete\",\"Microsoft.Compute/snapshots/write\"\ + ,\"Microsoft.Compute/snapshots/read\",\"Microsoft.Compute/snapshots/beginGetAccess/action\"\ + ,\"Microsoft.Compute/snapshots/endGetAccess/action\",\"Microsoft.Compute/disks/beginGetAccess/action\"\ + ,\"Microsoft.Storage/storageAccounts/listkeys/action\",\"Microsoft.Storage/storageAccounts/write\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-12-15T12:18:51.4471411Z\",\"updatedOn\":\"2021-11-11T20:14:56.9158814Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7efff54f-a5b4-42b5-a1c5-5411624893ce\"\ + },{\"properties\":{\"roleName\":\"Microsoft.Kubernetes connected cluster role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft.Kubernetes connected\ + \ cluster role.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Kubernetes/connectedClusters/read\",\"Microsoft.Kubernetes/connectedClusters/write\"\ + ,\"Microsoft.Kubernetes/connectedClusters/delete\",\"Microsoft.Kubernetes/registeredSubscriptions/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-01-07T23:57:10.9923232Z\",\"updatedOn\":\"2021-11-11T20:14:58.2039838Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5548b2cf-c94c-4228-90ba-30851930a12f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5548b2cf-c94c-4228-90ba-30851930a12f\"\ + },{\"properties\":{\"roleName\":\"Security Detonation Chamber Submission Manager\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allowed to create and manage submissions\ + \ to Security Detonation Chamber\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SecurityDetonation/chambers/submissions/delete\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/write\",\"Microsoft.SecurityDetonation/chambers/submissions/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/files/read\",\"Microsoft.SecurityDetonation/chambers/submissions/accesskeyview/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/adminview/read\",\"Microsoft.SecurityDetonation/chambers/submissions/analystview/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/publicview/read\",\"\ + Microsoft.SecurityDetonation/chambers/platforms/metadata/read\",\"Microsoft.SecurityDetonation/chambers/workflows/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/toolsets/metadata/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-01-18T09:35:36.5739297Z\",\"updatedOn\":\"2021-11-11T20:14:58.3939604Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a37b566d-3efa-4beb-a2f2-698963fa42ce\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a37b566d-3efa-4beb-a2f2-698963fa42ce\"\ + },{\"properties\":{\"roleName\":\"Security Detonation Chamber Publisher\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allowed to publish and modify\ + \ platforms, workflows and toolsets to Security Detonation Chamber\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.SecurityDetonation/chambers/platforms/read\",\"Microsoft.SecurityDetonation/chambers/platforms/write\"\ + ,\"Microsoft.SecurityDetonation/chambers/platforms/delete\",\"Microsoft.SecurityDetonation/chambers/platforms/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/workflows/read\",\"Microsoft.SecurityDetonation/chambers/workflows/write\"\ + ,\"Microsoft.SecurityDetonation/chambers/workflows/delete\",\"Microsoft.SecurityDetonation/chambers/workflows/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/toolsets/read\",\"Microsoft.SecurityDetonation/chambers/toolsets/write\"\ + ,\"Microsoft.SecurityDetonation/chambers/toolsets/delete\",\"Microsoft.SecurityDetonation/chambers/toolsets/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/publishRequests/read\",\"Microsoft.SecurityDetonation/chambers/publishRequests/cancel/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-01-18T11:43:14.0858184Z\",\"\ + updatedOn\":\"2021-11-11T20:14:58.5639749Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/352470b3-6a9c-4686-b503-35deb827e500\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"352470b3-6a9c-4686-b503-35deb827e500\"\ + },{\"properties\":{\"roleName\":\"Collaborative Runtime Operator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can manage resources created by AICS at\ + \ runtime\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.IndustryDataLifecycle/derivedModels/*\",\"Microsoft.IndustryDataLifecycle/pipelineSets/*\"\ + ,\"Microsoft.IndustryDataLifecycle/modelMappings/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-01-19T10:00:27.3464971Z\",\"updatedOn\":\"2021-11-11T20:14:58.7442136Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7a6f0e70-c033-4fb1-828c-08514e5f4102\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7a6f0e70-c033-4fb1-828c-08514e5f4102\"\ + },{\"properties\":{\"roleName\":\"CosmosRestoreOperator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can perform restore action for Cosmos DB database account\ + \ with continuous backup mode\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.DocumentDB/locations/restorableDatabaseAccounts/restore/action\"\ + ,\"Microsoft.DocumentDB/locations/restorableDatabaseAccounts/*/read\",\"Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-01-21T19:51:35.3884884Z\",\"updatedOn\":\"2021-11-11T20:14:59.4892686Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5432c526-bc82-444a-b7ba-57c5b0b5b34f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5432c526-bc82-444a-b7ba-57c5b0b5b34f\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Converter\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to convert data from legacy\ + \ format to FHIR\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/convertData/action\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/convertData/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-01-22T19:39:01.1601069Z\",\"\ + updatedOn\":\"2021-11-11T20:14:59.8605937Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a1705bd2-3a8f-45a5-8683-466fcfd5cc24\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a1705bd2-3a8f-45a5-8683-466fcfd5cc24\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Automation Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft Sentinel Automation\ + \ Contributor\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Logic/workflows/triggers/read\"\ + ,\"Microsoft.Logic/workflows/triggers/listCallbackUrl/action\",\"Microsoft.Logic/workflows/runs/read\"\ + ,\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/read\"\ + ,\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/listCallbackUrl/action\"\ + ,\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs/read\"],\"\ + notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ + 2021-01-24T08:50:52.0382991Z\",\"updatedOn\":\"2022-01-26T09:25:00.4699337Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f4c81013-99ee-4d62-a7ee-b3f1f648599a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f4c81013-99ee-4d62-a7ee-b3f1f648599a\"\ + },{\"properties\":{\"roleName\":\"Quota Request Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read and create quota requests, get quota request status,\ + \ and create support tickets.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Capacity/resourceProviders/locations/serviceLimits/read\"\ + ,\"Microsoft.Capacity/resourceProviders/locations/serviceLimits/write\",\"\ + Microsoft.Capacity/resourceProviders/locations/serviceLimitsRequests/read\"\ + ,\"Microsoft.Capacity/register/action\",\"Microsoft.Quota/usages/read\",\"\ + Microsoft.Quota/quotas/read\",\"Microsoft.Quota/quotas/write\",\"Microsoft.Quota/quotaRequests/read\"\ + ,\"Microsoft.Quota/register/action\",\"Microsoft.Authorization/*/read\",\"\ + Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"\ + Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-02-03T00:06:35.8404575Z\",\"updatedOn\":\"2022-12-05T21:28:33.3264217Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0e5f05e5-9ab9-446b-b98d-1e2157c94125\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0e5f05e5-9ab9-446b-b98d-1e2157c94125\"\ + },{\"properties\":{\"roleName\":\"EventGrid Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage EventGrid operations.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.EventGrid/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-02-08T18:46:18.8999557Z\",\"updatedOn\":\"2021-11-11T20:15:01.6867802Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1e241071-0855-49ea-94dc-649edcd759de\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1e241071-0855-49ea-94dc-649edcd759de\"\ + },{\"properties\":{\"roleName\":\"Security Detonation Chamber Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allowed to query submission info\ + \ and files from Security Detonation Chamber\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SecurityDetonation/chambers/submissions/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/files/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-03-01T14:06:46.2814905Z\",\"updatedOn\":\"2021-11-11T20:15:03.3274090Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/28241645-39f8-410b-ad48-87863e2951d5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"28241645-39f8-410b-ad48-87863e2951d5\"\ + },{\"properties\":{\"roleName\":\"Object Anchors Account Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you read ingestion jobs for an object\ + \ anchors account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectAnchorsAccounts/ingest/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-03-02T01:20:47.0279813Z\",\"\ + updatedOn\":\"2021-11-11T20:15:03.5006082Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4a167cdf-cb95-4554-9203-2347fe489bd9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4a167cdf-cb95-4554-9203-2347fe489bd9\"\ + },{\"properties\":{\"roleName\":\"Object Anchors Account Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides user with ingestion capabilities\ + \ for an object anchors account.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectAnchorsAccounts/ingest/action\"\ + ,\"Microsoft.MixedReality/ObjectAnchorsAccounts/ingest/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-03-02T01:42:02.0014737Z\",\"updatedOn\":\"2021-11-11T20:15:03.6855873Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ca0835dd-bacc-42dd-8ed2-ed5e7230d15b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ca0835dd-bacc-42dd-8ed2-ed5e7230d15b\"\ + },{\"properties\":{\"roleName\":\"WorkloadBuilder Migration Agent Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"WorkloadBuilder Migration Agent Role.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.WorkloadBuilder/migrationAgents/Read\"\ + ,\"Microsoft.WorkloadBuilder/migrationAgents/Write\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-03-11T17:07:20.0828003Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:04.2456706Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d17ce0a2-0697-43bc-aac5-9113337ab61c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d17ce0a2-0697-43bc-aac5-9113337ab61c\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Data Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allow read access to Azure Spring Cloud\ + \ Data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/*/read\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-03-25T11:12:12.6786010Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:05.3368606Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b5537268-8956-4941-a8f0-646150406f0c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b5537268-8956-4941-a8f0-646150406f0c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Speech User\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Access to the real-time speech recognition\ + \ and batch transcription APIs, real-time speech synthesis and long audio\ + \ APIs, as well as to read the data/test/model/endpoint for custom models,\ + \ but can\u2019t create, delete or modify the data/test/model/endpoint for\ + \ custom models.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/SpeechServices/*/read\",\"Microsoft.CognitiveServices/accounts/SpeechServices/*/transcriptions/read\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/*/transcriptions/write\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/*/transcriptions/delete\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/*/frontend/action\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/text-dependent/*/action\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/text-independent/*/action\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVoice/*/read\",\"Microsoft.CognitiveServices/accounts/CustomVoice/evaluations/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVoice/longaudiosynthesis/*\"\ + ,\"Microsoft.CognitiveServices/accounts/AudioContentCreation/*\"],\"notDataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/CustomVoice/datasets/files/read\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVoice/datasets/utterances/read\"\ + ]}],\"createdOn\":\"2021-03-30T11:28:27.4339032Z\",\"updatedOn\":\"2022-05-19T23:26:56.1473805Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f2dc8367-1007-4938-bd23-fe263f013447\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f2dc8367-1007-4938-bd23-fe263f013447\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Speech Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Full access to Speech projects,\ + \ including read, write and delete all entities, for real-time speech recognition\ + \ and batch transcription tasks, real-time speech synthesis and long audio\ + \ tasks, custom speech and custom voice.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/SpeechServices/*\",\"Microsoft.CognitiveServices/accounts/CustomVoice/*\"\ + ,\"Microsoft.CognitiveServices/accounts/AudioContentCreation/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-03-30T11:28:49.7826633Z\",\"updatedOn\":\"2022-05-19T23:26:56.1473805Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0e75ca1e-0464-4b4d-8b93-68208a576181\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0e75ca1e-0464-4b4d-8b93-68208a576181\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Face Recognizer\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you perform detect, verify,\ + \ identify, group, and find similar operations on Face API. This role does\ + \ not allow create or delete operations, which makes it well suited for endpoints\ + \ that only need inferencing capabilities, following 'least privilege' best\ + \ practices.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/Face/detect/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/verify/action\",\"Microsoft.CognitiveServices/accounts/Face/identify/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/group/action\",\"Microsoft.CognitiveServices/accounts/Face/findsimilars/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/detectliveness/multimodal/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/detectliveness/singlemodal/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/detectlivenesswithverify/singlemodal/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-03-31T01:51:41.3557295Z\",\"\ + updatedOn\":\"2023-03-20T22:15:15.1823985Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9894cab4-e18a-44aa-828b-cb588cd6f2d7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9894cab4-e18a-44aa-828b-cb588cd6f2d7\"\ + },{\"properties\":{\"roleName\":\"Media Services Account Administrator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ + \ Media Services accounts; read-only access to other Media Services resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Media/mediaservices/*/read\",\"Microsoft.Media/mediaservices/assets/listStreamingLocators/action\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/listPaths/action\",\"Microsoft.Media/mediaservices/write\"\ + ,\"Microsoft.Media/mediaservices/delete\",\"Microsoft.Media/mediaservices/privateEndpointConnectionsApproval/action\"\ + ,\"Microsoft.Media/mediaservices/privateEndpointConnections/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:20:32.2956636Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:07.1518844Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/054126f8-9a2b-4f1c-a9ad-eca461f08466\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"054126f8-9a2b-4f1c-a9ad-eca461f08466\"\ + },{\"properties\":{\"roleName\":\"Media Services Live Events Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ + \ Live Events, Assets, Asset Filters, and Streaming Locators; read-only access\ + \ to other Media Services resources.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\"\ + ,\"Microsoft.Media/mediaservices/assets/*\",\"Microsoft.Media/mediaservices/assets/assetfilters/*\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/*\",\"Microsoft.Media/mediaservices/liveEvents/*\"\ + ],\"notActions\":[\"Microsoft.Media/mediaservices/assets/getEncryptionKey/action\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/listContentKeys/action\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:21:00.6119555Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:07.3318873Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/532bc159-b25e-42c0-969e-a1d439f60d77\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"532bc159-b25e-42c0-969e-a1d439f60d77\"\ + },{\"properties\":{\"roleName\":\"Media Services Media Operator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Create, read, modify, and delete Assets,\ + \ Asset Filters, Streaming Locators, and Jobs; read-only access to other Media\ + \ Services resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\"\ + ,\"Microsoft.Media/mediaservices/assets/*\",\"Microsoft.Media/mediaservices/assets/assetfilters/*\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/*\",\"Microsoft.Media/mediaservices/transforms/jobs/*\"\ + ],\"notActions\":[\"Microsoft.Media/mediaservices/assets/getEncryptionKey/action\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/listContentKeys/action\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:21:23.2236495Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:07.5068487Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e4395492-1534-4db2-bedf-88c14621589c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e4395492-1534-4db2-bedf-88c14621589c\"\ + },{\"properties\":{\"roleName\":\"Media Services Policy Administrator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ + \ Account Filters, Streaming Policies, Content Key Policies, and Transforms;\ + \ read-only access to other Media Services resources. Cannot create Jobs,\ + \ Assets or Streaming resources.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\"\ + ,\"Microsoft.Media/mediaservices/assets/listStreamingLocators/action\",\"\ + Microsoft.Media/mediaservices/streamingLocators/listPaths/action\",\"Microsoft.Media/mediaservices/accountFilters/*\"\ + ,\"Microsoft.Media/mediaservices/streamingPolicies/*\",\"Microsoft.Media/mediaservices/contentKeyPolicies/*\"\ + ,\"Microsoft.Media/mediaservices/transforms/*\"],\"notActions\":[\"Microsoft.Media/mediaservices/contentKeyPolicies/getPolicyPropertiesWithSecrets/action\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:21:46.9534330Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:07.6968496Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c4bba371-dacd-4a26-b320-7250bca963ae\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c4bba371-dacd-4a26-b320-7250bca963ae\"\ + },{\"properties\":{\"roleName\":\"Media Services Streaming Endpoints Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ + \ Streaming Endpoints; read-only access to other Media Services resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Media/mediaservices/*/read\",\"Microsoft.Media/mediaservices/assets/listStreamingLocators/action\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/listPaths/action\",\"Microsoft.Media/mediaservices/streamingEndpoints/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-04-19T23:22:04.4594851Z\",\"updatedOn\":\"2021-11-11T20:15:07.8718907Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/99dba123-b5fe-44d5-874c-ced7199a5804\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"99dba123-b5fe-44d5-874c-ced7199a5804\"\ + },{\"properties\":{\"roleName\":\"Stream Analytics Query Tester\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you perform query testing without\ + \ creating a stream analytics job first\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.StreamAnalytics/locations/TestQuery/action\"\ + ,\"Microsoft.StreamAnalytics/locations/OperationResults/read\",\"Microsoft.StreamAnalytics/locations/SampleInput/action\"\ + ,\"Microsoft.StreamAnalytics/locations/CompileQuery/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-20T17:33:24.5727870Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:08.0481551Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1ec5b3c1-b17e-4e25-8312-2acb3c3c5abf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1ec5b3c1-b17e-4e25-8312-2acb3c3c5abf\"\ + },{\"properties\":{\"roleName\":\"AnyBuild Builder\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Basic user role for AnyBuild. This role allows listing\ + \ of agent information and execution of remote build capabilities.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.AnyBuild/clusters/build/write\",\"Microsoft.AnyBuild/clusters/build/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-04-20T22:07:00.4963853Z\",\"\ + updatedOn\":\"2021-11-11T20:15:08.4254134Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a2138dac-4907-4679-a376-736901ed8ad8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a2138dac-4907-4679-a376-736901ed8ad8\"\ + },{\"properties\":{\"roleName\":\"IoT Hub Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full read access to IoT Hub data-plane properties\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Devices/IotHubs/*/read\",\"Microsoft.Devices/IotHubs/fileUpload/notifications/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-04-22T18:03:29.8843192Z\",\"\ + updatedOn\":\"2021-11-11T20:15:08.6054154Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b447c946-2db7-41ec-983d-d8bf3b1c77e3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b447c946-2db7-41ec-983d-d8bf3b1c77e3\"\ + },{\"properties\":{\"roleName\":\"IoT Hub Twin Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for read and write access to all IoT Hub device\ + \ and module twins.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.Devices/IotHubs/twins/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-04-22T20:36:10.1136903Z\",\"\ + updatedOn\":\"2021-11-11T20:15:08.7855063Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/494bdba2-168f-4f31-a0a1-191d2f7c028c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"494bdba2-168f-4f31-a0a1-191d2f7c028c\"\ + },{\"properties\":{\"roleName\":\"IoT Hub Registry Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for full access to IoT Hub device\ + \ registry.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Devices/IotHubs/devices/*\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-04-22T20:36:47.5532704Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:08.9804295Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4ea46cd5-c1b2-4a8e-910b-273211f9ce47\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4ea46cd5-c1b2-4a8e-910b-273211f9ce47\"\ + },{\"properties\":{\"roleName\":\"IoT Hub Data Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full access to IoT Hub data plane operations.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Devices/IotHubs/*\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2021-04-22T20:37:16.9927761Z\",\"updatedOn\":\"2021-11-11T20:15:09.1754206Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4fc6c259-987e-4a07-842e-c321cc9d413f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4fc6c259-987e-4a07-842e-c321cc9d413f\"\ + },{\"properties\":{\"roleName\":\"Test Base Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Let you view and download packages and test results.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.TestBase/testBaseAccounts/packages/testResults/getDownloadUrl/action\"\ + ,\"Microsoft.TestBase/testBaseAccounts/packages/testResults/getVideoDownloadUrl/action\"\ + ,\"Microsoft.TestBase/testBaseAccounts/packages/getDownloadUrl/action\",\"\ + Microsoft.TestBase/*/read\",\"Microsoft.TestBase/testBaseAccounts/customerEvents/write\"\ + ,\"Microsoft.TestBase/testBaseAccounts/customerEvents/delete\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-05-11T23:41:33.1038367Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:10.8004347Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/15e0f5a1-3450-4248-8e25-e2afe88a9e85\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"15e0f5a1-3450-4248-8e25-e2afe88a9e85\"\ + },{\"properties\":{\"roleName\":\"Search Index Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Grants read access to Azure Cognitive Search index data.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Search/searchServices/indexes/documents/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-01T20:26:13.4850461Z\",\"\ + updatedOn\":\"2021-11-11T20:15:11.3604371Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1407120a-92aa-4202-b7e9-c0e197c71c8f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1407120a-92aa-4202-b7e9-c0e197c71c8f\"\ + },{\"properties\":{\"roleName\":\"Search Index Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Grants full access to Azure Cognitive Search\ + \ index data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.Search/searchServices/indexes/documents/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-01T22:15:16.5388472Z\",\"\ + updatedOn\":\"2021-11-11T20:15:11.5504385Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8ebe5a00-799e-43f5-93ac-243d3dce84a7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8ebe5a00-799e-43f5-93ac-243d3dce84a7\"\ + },{\"properties\":{\"roleName\":\"Storage Table Data Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows for read access to Azure Storage tables\ + \ and entities\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Storage/storageAccounts/tableServices/tables/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-15T06:40:54.9150717Z\",\"\ + updatedOn\":\"2021-11-11T20:15:12.1005298Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/76199698-9eea-4c19-bc75-cec21354c6b6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"76199698-9eea-4c19-bc75-cec21354c6b6\"\ + },{\"properties\":{\"roleName\":\"Storage Table Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for read, write and delete access\ + \ to Azure Storage tables and entities\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Storage/storageAccounts/tableServices/tables/read\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/write\",\"Microsoft.Storage/storageAccounts/tableServices/tables/delete\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/read\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/write\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/delete\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/add/action\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/update/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-15T06:51:59.8207610Z\",\"\ + updatedOn\":\"2021-11-11T20:15:12.2854966Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0a9a7e1f-b9d0-4cc4-a60d-0319b160aaa3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0a9a7e1f-b9d0-4cc4-a60d-0319b160aaa3\"\ + },{\"properties\":{\"roleName\":\"DICOM Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read and search DICOM data.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.HealthcareApis/workspaces/dicomservices/resources/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-06-17T20:58:30.1630494Z\",\"updatedOn\":\"2021-11-11T20:15:13.0154948Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e89c7a3c-2f64-4fa1-a847-3e4c9ba4283a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e89c7a3c-2f64-4fa1-a847-3e4c9ba4283a\"\ + },{\"properties\":{\"roleName\":\"DICOM Data Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Full access to DICOM data.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/workspaces/dicomservices/resources/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-17T20:59:30.8659515Z\",\"\ + updatedOn\":\"2021-11-11T20:15:13.1904985Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/58a3b984-7adf-4c20-983a-32417c86fbc8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"58a3b984-7adf-4c20-983a-32417c86fbc8\"\ + },{\"properties\":{\"roleName\":\"EventGrid Data Sender\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows send access to event grid events.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.EventGrid/topics/read\",\"Microsoft.EventGrid/domains/read\"\ + ,\"Microsoft.EventGrid/partnerNamespaces/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.EventGrid/events/send/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-07-02T21:55:40.4847495Z\",\"\ + updatedOn\":\"2021-11-11T20:15:13.5605134Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d5a91429-5739-47e2-a06b-3470a27159e7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d5a91429-5739-47e2-a06b-3470a27159e7\"\ + },{\"properties\":{\"roleName\":\"Disk Pool Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Used by the StoragePool Resource Provider to manage Disks\ + \ added to a Disk Pool.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Compute/disks/write\",\"Microsoft.Compute/disks/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-07-08T17:26:05.1079972Z\",\"updatedOn\":\"2021-11-11T20:15:13.9154612Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/60fc6e62-5479-42d4-8bf4-67625fcc2840\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"60fc6e62-5479-42d4-8bf4-67625fcc2840\"\ + },{\"properties\":{\"roleName\":\"AzureML Data Scientist\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can perform all actions within an Azure Machine Learning\ + \ workspace, except for creating or deleting compute resources and modifying\ + \ the workspace itself.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.MachineLearningServices/workspaces/*/read\",\"Microsoft.MachineLearningServices/workspaces/*/action\"\ + ,\"Microsoft.MachineLearningServices/workspaces/*/delete\",\"Microsoft.MachineLearningServices/workspaces/*/write\"\ + ],\"notActions\":[\"Microsoft.MachineLearningServices/workspaces/delete\"\ + ,\"Microsoft.MachineLearningServices/workspaces/write\",\"Microsoft.MachineLearningServices/workspaces/computes/*/write\"\ + ,\"Microsoft.MachineLearningServices/workspaces/computes/*/delete\",\"Microsoft.MachineLearningServices/workspaces/computes/listKeys/action\"\ + ,\"Microsoft.MachineLearningServices/workspaces/listKeys/action\",\"Microsoft.MachineLearningServices/workspaces/hubs/write\"\ + ,\"Microsoft.MachineLearningServices/workspaces/hubs/delete\",\"Microsoft.MachineLearningServices/workspaces/featurestores/write\"\ + ,\"Microsoft.MachineLearningServices/workspaces/featurestores/delete\"],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-07-14T21:51:06.0361218Z\"\ + ,\"updatedOn\":\"2023-05-26T17:53:52.5366769Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f6c7c914-8db3-469d-8ca1-694a8f32e121\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f6c7c914-8db3-469d-8ca1-694a8f32e121\"\ + },{\"properties\":{\"roleName\":\"Grafana Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Built-in Grafana admin role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Dashboard/grafana/ActAsGrafanaAdmin/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-07-15T21:32:35.3802340Z\",\"updatedOn\":\"2021-11-11T20:15:14.8104670Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/22926164-76b3-42b3-bc55-97df8dab3e41\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"22926164-76b3-42b3-bc55-97df8dab3e41\"\ + },{\"properties\":{\"roleName\":\"Azure Connected SQL Server Onboarding\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft.AzureArcData\_service\_\ + role\_to\_access\_the\_resources\_of\_Microsoft.AzureArcData\_stored\_with\_\ + RPSAAS.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureArcData/sqlServerInstances/read\"\ + ,\"Microsoft.AzureArcData/sqlServerInstances/write\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-07-19T23:52:15.8885739Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:15.1754742Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e8113dce-c529-4d33-91fa-e9b972617508\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e8113dce-c529-4d33-91fa-e9b972617508\"\ + },{\"properties\":{\"roleName\":\"Azure Relay Sender\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for send access to Azure Relay resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Relay/*/wcfRelays/read\"\ + ,\"Microsoft.Relay/*/hybridConnections/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.Relay/*/send/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-07-20T15:37:20.7558643Z\",\"updatedOn\":\"2021-11-11T20:15:15.5454755Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/26baccc8-eea7-41f1-98f4-1762cc7f685d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"26baccc8-eea7-41f1-98f4-1762cc7f685d\"\ + },{\"properties\":{\"roleName\":\"Azure Relay Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full access to Azure Relay resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Relay/*\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Relay/*\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-07-20T15:44:26.3023126Z\",\"updatedOn\":\"2021-11-11T20:15:15.7154782Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2787bf04-f1f5-4bfe-8383-c8a24483ee38\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2787bf04-f1f5-4bfe-8383-c8a24483ee38\"\ + },{\"properties\":{\"roleName\":\"Azure Relay Listener\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for listen access to Azure Relay resources.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Relay/*/wcfRelays/read\"\ + ,\"Microsoft.Relay/*/hybridConnections/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.Relay/*/listen/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-07-20T18:38:03.1437496Z\",\"updatedOn\":\"2021-11-11T20:15:15.9005232Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/26e0b698-aa6d-4085-9386-aadae190014d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"26e0b698-aa6d-4085-9386-aadae190014d\"\ + },{\"properties\":{\"roleName\":\"Grafana Viewer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Built-in Grafana Viewer role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Dashboard/grafana/ActAsGrafanaViewer/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-08-05T16:36:18.7737511Z\",\"updatedOn\":\"2021-11-11T20:15:16.9904932Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/60921a7e-fef1-4a43-9b16-a26c52ad4769\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"60921a7e-fef1-4a43-9b16-a26c52ad4769\"\ + },{\"properties\":{\"roleName\":\"Grafana Editor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Built-in Grafana Editor role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Dashboard/grafana/ActAsGrafanaEditor/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-08-05T16:37:32.5299593Z\",\"updatedOn\":\"2021-11-11T20:15:17.1805426Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a79a5197-3a5c-4973-a920-486035ffd60f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a79a5197-3a5c-4973-a920-486035ffd60f\"\ + },{\"properties\":{\"roleName\":\"Automation Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Manage azure automation resources and other resources using\ + \ azure automation.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Automation/automationAccounts/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Insights/ActionGroups/*\",\"Microsoft.Insights/ActivityLogAlerts/*\"\ + ,\"Microsoft.Insights/MetricAlerts/*\",\"Microsoft.Insights/ScheduledQueryRules/*\"\ + ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.OperationalInsights/workspaces/sharedKeys/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-08-09T10:18:19.1054699Z\",\"updatedOn\":\"2021-11-11T20:15:17.7304954Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f353d9bd-d4a6-484e-a77a-8050b599b867\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f353d9bd-d4a6-484e-a77a-8050b599b867\"\ + },{\"properties\":{\"roleName\":\"Kubernetes Extension Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can create, update, get, list and delete\ + \ Kubernetes Extensions, and get extension async operations\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.KubernetesConfiguration/extensions/write\"\ + ,\"Microsoft.KubernetesConfiguration/extensions/read\",\"Microsoft.KubernetesConfiguration/extensions/delete\"\ + ,\"Microsoft.KubernetesConfiguration/extensions/operations/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-08-09T19:47:50.6828896Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:17.9155393Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/85cb6faf-e071-4c9b-8136-154b5a04f717\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"85cb6faf-e071-4c9b-8136-154b5a04f717\"\ + },{\"properties\":{\"roleName\":\"Device Provisioning Service Data Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for full read access to\ + \ Device Provisioning Service data-plane properties.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.Devices/provisioningServices/*/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2021-08-09T19:53:12.1374732Z\",\"updatedOn\":\"2021-11-11T20:15:18.0905503Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/10745317-c249-44a1-a5ce-3a4353c0bbd8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"10745317-c249-44a1-a5ce-3a4353c0bbd8\"\ + },{\"properties\":{\"roleName\":\"Device Provisioning Service Data Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for full access to Device\ + \ Provisioning Service data-plane operations.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Devices/provisioningServices/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-09T19:54:03.2783227Z\",\"\ + updatedOn\":\"2021-11-11T20:15:18.2605302Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dfce44e4-17b7-4bd1-a6d1-04996ec95633\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dfce44e4-17b7-4bd1-a6d1-04996ec95633\"\ + },{\"properties\":{\"roleName\":\"Code Signing Certificate Profile Signer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Sign files with a certificate\ + \ profile. This role is in preview and subject to change.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CodeSigning/*/read\",\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"\ + Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.CodeSigning/certificateProfiles/Sign/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-08-16T23:17:53.0002693Z\",\"updatedOn\"\ + :\"2022-12-12T16:05:53.8213702Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2837e146-70d7-4cfd-ad55-7efa6464f958\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2837e146-70d7-4cfd-ad55-7efa6464f958\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Service Registry Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allow read access to Azure Spring\ + \ Cloud Service Registry\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/eurekaService/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-20T04:40:17.9785063Z\",\"\ + updatedOn\":\"2021-11-11T20:15:18.9655101Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cff1b556-2399-4e7e-856d-a8f754be7b65\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cff1b556-2399-4e7e-856d-a8f754be7b65\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Service Registry Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allow read, write and delete access\ + \ to Azure Spring Cloud Service Registry\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/eurekaService/read\"\ + ,\"Microsoft.AppPlatform/Spring/eurekaService/write\",\"Microsoft.AppPlatform/Spring/eurekaService/delete\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-20T04:42:38.9153779Z\",\"\ + updatedOn\":\"2021-11-11T20:15:19.1405497Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f5880b48-c26d-48be-b172-7927bfa1c8f1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f5880b48-c26d-48be-b172-7927bfa1c8f1\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Config Server Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allow read access to Azure Spring\ + \ Cloud Config Server\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/configService/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-26T01:50:51.5123701Z\",\"\ + updatedOn\":\"2021-11-11T20:15:19.3155517Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d04c6db6-4947-4782-9e91-30a88feb7be7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d04c6db6-4947-4782-9e91-30a88feb7be7\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Config Server Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allow read, write and delete access\ + \ to Azure Spring Cloud Config Server\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/configService/read\"\ + ,\"Microsoft.AppPlatform/Spring/configService/write\",\"Microsoft.AppPlatform/Spring/configService/delete\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-09-06T02:30:47.8611580Z\",\"\ + updatedOn\":\"2021-11-11T20:15:20.0405208Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a06f5c24-21a7-4e1a-aa2b-f19eb6684f5b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a06f5c24-21a7-4e1a-aa2b-f19eb6684f5b\"\ + },{\"properties\":{\"roleName\":\"Azure VM Managed identities restore Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure VM Managed identities restore\ + \ Contributors are allowed to perform Azure VM Restores with managed identities\ + \ both user and system\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2021-09-13T05:27:59.2180214Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:20.5805266Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6ae96244-5829-4925-a7d3-5975537d91dd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6ae96244-5829-4925-a7d3-5975537d91dd\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Search and Render Data Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Grants access to very limited\ + \ set of data APIs for common visual web SDK scenarios. Specifically, render\ + \ and search data APIs.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Maps/accounts/services/render/read\"\ + ,\"Microsoft.Maps/accounts/services/search/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2021-10-01T22:17:50.5178931Z\",\"updatedOn\":\"2021-11-11T20:15:22.0455410Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6be48352-4f82-47c9-ad5e-0acacefdb005\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6be48352-4f82-47c9-ad5e-0acacefdb005\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Grants access all Azure Maps resource management.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Maps/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-10-01T22:19:13.1357904Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:22.2455414Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dba33070-676a-4fb0-87fa-064dc56ff7fb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dba33070-676a-4fb0-87fa-064dc56ff7fb\"\ + },{\"properties\":{\"roleName\":\"Azure Arc VMware VM Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Arc VMware VM Contributor has permissions\ + \ to perform all VM actions.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ConnectedVMwarevSphere/virtualmachines/*\",\"\ + Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ + ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ + ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-10-18T20:19:53.0087024Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:23.8706020Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b748a06d-6150-4f8a-aaa9-ce3940cd96cb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b748a06d-6150-4f8a-aaa9-ce3940cd96cb\"\ + },{\"properties\":{\"roleName\":\"Azure Arc VMware Private Cloud User\",\"\ + type\":\"BuiltInRole\",\"description\":\"Azure Arc VMware Private Cloud User\ + \ has permissions to use the VMware cloud resources to deploy VMs.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ + ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ConnectedVMwarevSphere/virtualnetworks/join/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/virtualnetworks/Read\",\"Microsoft.ConnectedVMwarevSphere/virtualmachinetemplates/clone/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/virtualmachinetemplates/Read\",\"Microsoft.ConnectedVMwarevSphere/resourcepools/deploy/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/resourcepools/Read\",\"Microsoft.ConnectedVMwarevSphere/hosts/deploy/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/hosts/Read\",\"Microsoft.ConnectedVMwarevSphere/clusters/deploy/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/clusters/Read\",\"Microsoft.ConnectedVMwarevSphere/datastores/allocateSpace/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/datastores/Read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-10-18T20:20:46.5105444Z\"\ + ,\"updatedOn\":\"2022-11-04T08:03:56.3033480Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ce551c02-7c42-47e0-9deb-e3b6fc3a9a83\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ce551c02-7c42-47e0-9deb-e3b6fc3a9a83\"\ + },{\"properties\":{\"roleName\":\"Azure Arc VMware Administrator role \",\"\ + type\":\"BuiltInRole\",\"description\":\"Arc VMware VM Contributor has permissions\ + \ to perform all connected VMwarevSphere actions.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.ConnectedVMwarevSphere/*\"\ + ,\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ + ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ + ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-01T17:12:42.6172725Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:25.1275776Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ddc140ed-e463-4246-9145-7c664192013f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ddc140ed-e463-4246-9145-7c664192013f\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services LUIS Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\" Has access to all Read, Test, Write, Deploy\ + \ and Delete functions under LUIS\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.CognitiveServices/accounts/listkeys/action\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/LUIS/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-11-04T03:28:02.9611800Z\",\"\ + updatedOn\":\"2021-11-11T20:15:25.4884913Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f72c8140-2111-481c-87ff-72b910f6e3f8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f72c8140-2111-481c-87ff-72b910f6e3f8\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Language Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Has access to Read and Test functions\ + \ under Language portal\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/*/read\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/projects/export/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*/read\",\"Microsoft.CognitiveServices/accounts/Language/*/projects/export/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/query-text/action\",\"Microsoft.CognitiveServices/accounts/Language/query-dataverse/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-text/jobs/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-text/action\",\"\ + Microsoft.CognitiveServices/accounts/Language/analyze-text/jobscancel/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-conversations/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-conversations/jobscancel/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-conversations/jobs/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/query-knowledgebases/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/generate/action\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnaMaker/*\"\ + ]}],\"createdOn\":\"2021-11-04T03:29:14.7643336Z\",\"updatedOn\":\"2023-02-24T00:02:00.1172104Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7628b7b8-a8b2-4cdc-b46f-e9b35248918e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7628b7b8-a8b2-4cdc-b46f-e9b35248918e\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Language Writer\",\"\ + type\":\"BuiltInRole\",\"description\":\" Has access to all Read, Test, and\ + \ Write functions under Language Portal\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/*\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/*\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/projects/publish/action\"\ + ,\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/projects/deployments/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnaMaker/*\",\"Microsoft.CognitiveServices/accounts/Language/*/projects/delete\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*/projects/deployments/write\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*/projects/deployments/delete\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*/projects/deployments/swap/action\"\ + ]}],\"createdOn\":\"2021-11-04T03:29:39.5761019Z\",\"updatedOn\":\"2022-03-29T18:03:27.1607583Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f2310ca1-dc64-4889-bb49-c8e0fa3d47a8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f2310ca1-dc64-4889-bb49-c8e0fa3d47a8\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Language Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has access to all Read, Test, Write, Deploy\ + \ and Delete functions under Language portal\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"\ + Microsoft.CognitiveServices/accounts/listkeys/action\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/*\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/*\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnaMaker/*\"\ + ]}],\"createdOn\":\"2021-11-04T03:30:07.6173528Z\",\"updatedOn\":\"2022-03-29T18:03:50.9741690Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f07febfe-79bc-46b1-8b37-790e26e6e498\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f07febfe-79bc-46b1-8b37-790e26e6e498\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services LUIS Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has access to Read and Test functions under\ + \ LUIS.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/LUIS/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/LUIS/apps/testdatasets/write\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-11-04T03:30:31.2704834Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:26.2134821Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e81cdc-4e98-4e29-a639-e7d10c5a6226\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18e81cdc-4e98-4e29-a639-e7d10c5a6226\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services LUIS Writer\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has access to all Read, Test, and Write\ + \ functions under LUIS\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/LUIS/*\"],\"notDataActions\":[\"\ + Microsoft.CognitiveServices/accounts/LUIS/apps/delete\",\"Microsoft.CognitiveServices/accounts/LUIS/apps/move/action\"\ + ,\"Microsoft.CognitiveServices/accounts/LUIS/apps/publish/action\",\"Microsoft.CognitiveServices/accounts/LUIS/apps/settings/write\"\ + ,\"Microsoft.CognitiveServices/accounts/LUIS/apps/azureaccounts/action\",\"\ + Microsoft.CognitiveServices/accounts/LUIS/apps/azureaccounts/delete\"]}],\"\ + createdOn\":\"2021-11-04T03:31:12.1580052Z\",\"updatedOn\":\"2021-11-11T20:15:26.3934523Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6322a993-d5c9-4bed-b113-e49bbea25b27\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6322a993-d5c9-4bed-b113-e49bbea25b27\"\ + },{\"properties\":{\"roleName\":\"PlayFab Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides read access to PlayFab resources\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.PlayFab/*/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-04T23:26:57.2248605Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:26.5784834Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a9a19cc5-31f4-447c-901f-56c0bb18fcaf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a9a19cc5-31f4-447c-901f-56c0bb18fcaf\"\ + },{\"properties\":{\"roleName\":\"Load Test Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"View, create, update, delete and execute load tests. View\ + \ and list load test resources but can not make any changes.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LoadTestService/*/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.LoadTestService/loadtests/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-11-09T08:11:21.0936461Z\",\"\ + updatedOn\":\"2021-11-11T20:15:27.1189225Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/749a398d-560b-491b-bb21-08924219302e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"749a398d-560b-491b-bb21-08924219302e\"\ + },{\"properties\":{\"roleName\":\"Load Test Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Execute all operations on load test resources and load\ + \ tests\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LoadTestService/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.LoadTestService/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-11-09T08:12:24.5500195Z\",\"updatedOn\":\"2021-11-11T20:15:27.2897153Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45bb0b16-2f0c-4e78-afaa-a07599b003f6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"45bb0b16-2f0c-4e78-afaa-a07599b003f6\"\ + },{\"properties\":{\"roleName\":\"PlayFab Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides contributor access to PlayFab resources\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.PlayFab/*/read\",\"Microsoft.PlayFab/*/write\",\"Microsoft.PlayFab/*/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-11-10T00:55:37.3326276Z\",\"updatedOn\":\"2021-11-11T20:15:28.0547167Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0c8b84dc-067c-4039-9615-fa1a4b77c726\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0c8b84dc-067c-4039-9615-fa1a4b77c726\"\ + },{\"properties\":{\"roleName\":\"Load Test Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"View and list all load tests and load test resources but\ + \ can not make any changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.LoadTestService/*/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.LoadTestService/loadtests/readTest/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-11-10T06:14:08.3903105Z\",\"updatedOn\":\"2021-11-11T20:15:28.2297181Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3ae3fb29-0000-4ccd-bf80-542e7b26e081\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3ae3fb29-0000-4ccd-bf80-542e7b26e081\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Immersive Reader User\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Provides access to create Immersive\ + \ Reader sessions and call APIs\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/ImmersiveReader/getcontentmodelforreader/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-11-10T19:52:14.4487503Z\",\"\ + updatedOn\":\"2021-11-11T20:15:28.4146975Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b2de6794-95db-4659-8781-7e080d3f2b9d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b2de6794-95db-4659-8781-7e080d3f2b9d\"\ + },{\"properties\":{\"roleName\":\"Lab Services Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab services contributor role\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LabServices/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.LabServices/labPlans/createLab/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:51:03.3308981Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:28.7792013Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f69b8690-cc87-41d6-b77a-a4bc3c0a966f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f69b8690-cc87-41d6-b77a-a4bc3c0a966f\"\ + },{\"properties\":{\"roleName\":\"Lab Services Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab services reader role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.LabServices/*/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-11-11T00:55:30.4208618Z\",\"updatedOn\":\"2021-11-11T20:15:28.9592032Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a5c394f-5eb7-4d4f-9c8e-e8eae39faebc\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2a5c394f-5eb7-4d4f-9c8e-e8eae39faebc\"\ + },{\"properties\":{\"roleName\":\"Lab Assistant\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab assistant role\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ + ,\"Microsoft.LabServices/labs/read\",\"Microsoft.LabServices/labs/schedules/read\"\ + ,\"Microsoft.LabServices/labs/users/read\",\"Microsoft.LabServices/labs/users/invite/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/read\",\"Microsoft.LabServices/labs/virtualMachines/start/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/stop/action\",\"Microsoft.LabServices/labs/virtualMachines/reimage/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/redeploy/action\",\"Microsoft.LabServices/locations/usages/read\"\ + ,\"Microsoft.LabServices/skus/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:56:10.4295443Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:29.1442530Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ce40b423-cede-4313-a93f-9b28290b72e1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ce40b423-cede-4313-a93f-9b28290b72e1\"\ + },{\"properties\":{\"roleName\":\"Lab Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab operator role\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ + ,\"Microsoft.LabServices/labPlans/saveImage/action\",\"Microsoft.LabServices/labs/publish/action\"\ + ,\"Microsoft.LabServices/labs/read\",\"Microsoft.LabServices/labs/schedules/read\"\ + ,\"Microsoft.LabServices/labs/schedules/write\",\"Microsoft.LabServices/labs/schedules/delete\"\ + ,\"Microsoft.LabServices/labs/users/read\",\"Microsoft.LabServices/labs/users/write\"\ + ,\"Microsoft.LabServices/labs/users/delete\",\"Microsoft.LabServices/labs/users/invite/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/read\",\"Microsoft.LabServices/labs/virtualMachines/start/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/stop/action\",\"Microsoft.LabServices/labs/virtualMachines/reimage/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/redeploy/action\",\"Microsoft.LabServices/labs/virtualMachines/resetPassword/action\"\ + ,\"Microsoft.LabServices/locations/usages/read\",\"Microsoft.LabServices/skus/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-11-11T00:56:41.9942935Z\",\"updatedOn\":\"2021-11-11T20:15:29.3242664Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a36e6959-b6be-4b12-8e9f-ef4b474d304d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a36e6959-b6be-4b12-8e9f-ef4b474d304d\"\ + },{\"properties\":{\"roleName\":\"Lab Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab contributor role\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ + ,\"Microsoft.LabServices/labPlans/saveImage/action\",\"Microsoft.LabServices/labs/read\"\ + ,\"Microsoft.LabServices/labs/write\",\"Microsoft.LabServices/labs/delete\"\ + ,\"Microsoft.LabServices/labs/publish/action\",\"Microsoft.LabServices/labs/syncGroup/action\"\ + ,\"Microsoft.LabServices/labs/schedules/read\",\"Microsoft.LabServices/labs/schedules/write\"\ + ,\"Microsoft.LabServices/labs/schedules/delete\",\"Microsoft.LabServices/labs/users/read\"\ + ,\"Microsoft.LabServices/labs/users/write\",\"Microsoft.LabServices/labs/users/delete\"\ + ,\"Microsoft.LabServices/labs/users/invite/action\",\"Microsoft.LabServices/labs/virtualMachines/read\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/start/action\",\"Microsoft.LabServices/labs/virtualMachines/stop/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/reimage/action\",\"Microsoft.LabServices/labs/virtualMachines/redeploy/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/resetPassword/action\",\"Microsoft.LabServices/locations/usages/read\"\ + ,\"Microsoft.LabServices/skus/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.LabServices/labPlans/createLab/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:57:05.9018065Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:29.4992096Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5daaa2af-1fe8-407c-9122-bba179798270\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5daaa2af-1fe8-407c-9122-bba179798270\"\ + },{\"properties\":{\"roleName\":\"Security Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Security Admin Role\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Authorization/policyAssignments/*\"\ + ,\"Microsoft.Authorization/policyDefinitions/*\",\"Microsoft.Authorization/policyExemptions/*\"\ + ,\"Microsoft.Authorization/policySetDefinitions/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.operationalInsights/workspaces/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Security/*\",\"Microsoft.IoTSecurity/*\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-05-03T07:51:23.0917487Z\",\"updatedOn\":\"2021-11-15T06:42:49.8263550Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fb1c8493-542b-48eb-b624-b4c8fea62acd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fb1c8493-542b-48eb-b624-b4c8fea62acd\"\ + },{\"properties\":{\"roleName\":\"Web PubSub Service Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Full access to Azure Web PubSub Service REST APIs\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.SignalRService/WebPubSub/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-03-24T09:10:11.8335180Z\",\"updatedOn\":\"2023-04-03T15:04:46.8247086Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/12cf5a90-567b-43ae-8102-96cf46c7d9b4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"12cf5a90-567b-43ae-8102-96cf46c7d9b4\"\ + },{\"properties\":{\"roleName\":\"Web PubSub Service Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Read-only access to Azure Web PubSub Service\ + \ REST APIs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.SignalRService/WebPubSub/*/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-03-24T09:11:12.6235436Z\",\"\ + updatedOn\":\"2023-04-03T15:04:46.8247086Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bfb1c7d2-fb1a-466b-b2ba-aee63b92deaf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bfb1c7d2-fb1a-466b-b2ba-aee63b92deaf\"\ + },{\"properties\":{\"roleName\":\"SignalR App Server\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets your app server access SignalR Service with AAD auth\ + \ options.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.SignalRService/SignalR/auth/accessKey/action\"\ + ,\"Microsoft.SignalRService/SignalR/serverConnection/write\",\"Microsoft.SignalRService/SignalR/clientConnection/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-29T06:54:40.1201435Z\",\"\ + updatedOn\":\"2021-11-16T05:19:04.8579948Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/420fcaa2-552c-430f-98ca-3264be4806c7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"420fcaa2-552c-430f-98ca-3264be4806c7\"\ + },{\"properties\":{\"roleName\":\"Virtual Machine User Login\",\"type\":\"\ + BuiltInRole\",\"description\":\"View Virtual Machines in the portal and login\ + \ as a regular user.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Compute/virtualMachines/*/read\",\"Microsoft.HybridCompute/machines/*/read\"\ + ,\"Microsoft.HybridConnectivity/endpoints/listCredentials/action\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Compute/virtualMachines/login/action\",\"\ + Microsoft.HybridCompute/machines/login/action\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2018-02-09T18:36:13.3315744Z\",\"updatedOn\":\"2021-11-18T00:55:50.6185845Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fb879df8-f326-4884-b1cf-06f3ad86be52\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fb879df8-f326-4884-b1cf-06f3ad86be52\"\ + },{\"properties\":{\"roleName\":\"Virtual Machine Administrator Login\",\"\ + type\":\"BuiltInRole\",\"description\":\"View Virtual Machines in the portal\ + \ and login as administrator\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Compute/virtualMachines/*/read\",\"Microsoft.HybridCompute/machines/*/read\"\ + ,\"Microsoft.HybridConnectivity/endpoints/listCredentials/action\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Compute/virtualMachines/login/action\",\"\ + Microsoft.Compute/virtualMachines/loginAsAdmin/action\",\"Microsoft.HybridCompute/machines/login/action\"\ + ,\"Microsoft.HybridCompute/machines/loginAsAdmin/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-02-09T18:36:13.3315744Z\",\"updatedOn\":\"2021-11-18T00:56:53.8134295Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1c0163c0-47e6-4577-8991-ea5c82e286e4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1c0163c0-47e6-4577-8991-ea5c82e286e4\"\ + },{\"properties\":{\"roleName\":\"Azure Arc VMware Private Clouds Onboarding\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure Arc VMware Private Clouds\ + \ Onboarding role has permissions to provision all the required resources\ + \ for onboard and deboard vCenter instances to Azure.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ConnectedVMwarevSphere/vcenters/Write\"\ + ,\"Microsoft.ConnectedVMwarevSphere/vcenters/Read\",\"Microsoft.ConnectedVMwarevSphere/vcenters/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ + ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ + ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.KubernetesConfiguration/extensions/Write\"\ + ,\"Microsoft.KubernetesConfiguration/extensions/Read\",\"Microsoft.KubernetesConfiguration/extensions/Delete\"\ + ,\"Microsoft.KubernetesConfiguration/operations/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/Write\",\"Microsoft.ExtendedLocation/customLocations/Delete\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\",\"Microsoft.ResourceConnector/appliances/Read\"\ + ,\"Microsoft.ResourceConnector/appliances/Write\",\"Microsoft.ResourceConnector/appliances/Delete\"\ + ,\"Microsoft.BackupSolutions/vmwareapplications/write\",\"Microsoft.BackupSolutions/vmwareapplications/delete\"\ + ,\"Microsoft.BackupSolutions/vmwareapplications/read\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-01T22:18:08.4480747Z\"\ + ,\"updatedOn\":\"2022-09-26T15:06:14.2584743Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/67d33e57-3129-45e6-bb0b-7cc522f762fa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"67d33e57-3129-45e6-bb0b-7cc522f762fa\"\ + },{\"properties\":{\"roleName\":\"Chamber Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage everything under your Modeling and Simulation\ + \ Workbench chamber.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.ModSimWorkbench/*/read\",\"Microsoft.ModSimWorkbench/workbenches/chambers/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[\"Microsoft.ModSimWorkbench/workbenches/chambers/fileRequests/manage/action\"\ + ],\"dataActions\":[\"Microsoft.ModSimWorkbench/workbenches/chambers/upload/action\"\ + ,\"Microsoft.ModSimWorkbench/workbenches/chambers/files/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-12-15T20:53:14.4428297Z\",\"updatedOn\":\"2023-02-08T21:48:40.8992376Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4e9b8407-af2e-495b-ae54-bb60a55b1b5a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4e9b8407-af2e-495b-ae54-bb60a55b1b5a\"\ + },{\"properties\":{\"roleName\":\"Chamber User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you view everything under your Modeling and Simulation\ + \ Workbench chamber, but not make any changes.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.ModSimWorkbench/workbenches/chambers/*/read\"\ + ,\"Microsoft.ModSimWorkbench/workbenches/chambers/workloads/*\",\"Microsoft.ModSimWorkbench/workbenches/chambers/getUploadUri/action\"\ + ,\"Microsoft.ModSimWorkbench/workbenches/chambers/fileRequests/getDownloadUri/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ModSimWorkbench/workbenches/chambers/upload/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-12-15T20:51:06.2119764Z\",\"\ + updatedOn\":\"2023-02-08T21:48:40.8982384Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4447db05-44ed-4da3-ae60-6cbece780e32\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4447db05-44ed-4da3-ae60-6cbece780e32\"\ + },{\"properties\":{\"roleName\":\"Windows Admin Center Administrator Login\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Let's you manage the OS of your\ + \ resource via Windows Admin Center as an administrator.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/*/read\"\ + ,\"Microsoft.HybridCompute/machines/extensions/*\",\"Microsoft.HybridCompute/machines/upgradeExtensions/action\"\ + ,\"Microsoft.HybridCompute/operations/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/publicIPAddresses/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/networkSecurityGroups/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules/read\",\"\ + Microsoft.Network/networkWatchers/securityGroupView/action\",\"Microsoft.Network/networkSecurityGroups/securityRules/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/securityRules/write\",\"Microsoft.HybridConnectivity/endpoints/write\"\ + ,\"Microsoft.HybridConnectivity/endpoints/read\",\"Microsoft.HybridConnectivity/endpoints/listManagedProxyDetails/action\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/patchAssessmentResults/latest/read\"\ + ,\"Microsoft.Compute/virtualMachines/patchAssessmentResults/latest/softwarePatches/read\"\ + ,\"Microsoft.Compute/virtualMachines/patchInstallationResults/read\",\"Microsoft.Compute/virtualMachines/patchInstallationResults/softwarePatches/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/read\",\"Microsoft.Compute/virtualMachines/instanceView/read\"\ + ,\"Microsoft.Compute/virtualMachines/runCommands/read\",\"Microsoft.Compute/virtualMachines/vmSizes/read\"\ + ,\"Microsoft.Compute/locations/publishers/artifacttypes/types/read\",\"Microsoft.Compute/locations/publishers/artifacttypes/types/versions/read\"\ + ,\"Microsoft.Compute/diskAccesses/read\",\"Microsoft.Compute/galleries/images/read\"\ + ,\"Microsoft.Compute/images/read\",\"Microsoft.AzureStackHCI/Clusters/Read\"\ + ,\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Read\",\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Extensions/Read\"\ + ,\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Extensions/Write\",\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Extensions/Delete\"\ + ,\"Microsoft.AzureStackHCI/Operations/Read\",\"Microsoft.ConnectedVMwarevSphere/VirtualMachines/Read\"\ + ,\"Microsoft.ConnectedVMwarevSphere/VirtualMachines/Extensions/Write\",\"\ + Microsoft.ConnectedVMwarevSphere/VirtualMachines/Extensions/Read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HybridCompute/machines/WACLoginAsAdmin/action\"\ + ,\"Microsoft.Compute/virtualMachines/WACloginAsAdmin/action\",\"Microsoft.AzureStackHCI/Clusters/WACloginAsAdmin/Action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/virtualmachines/WACloginAsAdmin/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-01-12T00:51:19.5581155Z\",\"\ + updatedOn\":\"2022-12-06T08:55:26.6040760Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a6333a3e-0164-44c3-b281-7a577aff287f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a6333a3e-0164-44c3-b281-7a577aff287f\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Policy Add-on Deployment\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Deploy the Azure Policy add-on\ + \ on Azure Kubernetes Service clusters\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Resources/deployments/*\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Network/publicIPPrefixes/join/action\",\"Microsoft.Network/publicIPAddresses/join/action\"\ + ,\"Microsoft.Compute/diskEncryptionSets/read\",\"Microsoft.Compute/proximityPlacementGroups/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-02-07T20:51:48.5662807Z\",\"updatedOn\":\"2022-03-15T19:19:34.9035909Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18ed5180-3e48-46fd-8541-4ea054d57064\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18ed5180-3e48-46fd-8541-4ea054d57064\"\ + },{\"properties\":{\"roleName\":\"Guest Configuration Resource Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you read, write Guest Configuration\ + \ Resource.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.GuestConfiguration/guestConfigurationAssignments/write\",\"Microsoft.GuestConfiguration/guestConfigurationAssignments/read\"\ + ,\"Microsoft.GuestConfiguration/guestConfigurationAssignments/*/read\",\"\ + Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-01-13T21:31:41.9626667Z\",\"updatedOn\"\ + :\"2022-02-10T19:22:44.9057916Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/088ab73d-1256-47ae-bea9-9de8e7131f31\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"088ab73d-1256-47ae-bea9-9de8e7131f31\"\ + },{\"properties\":{\"roleName\":\"Domain Services Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view Azure AD Domain Services and related network configurations\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Insights/Logs/Read\",\"Microsoft.Insights/Metrics/read\",\"Microsoft.Insights/DiagnosticSettings/read\"\ + ,\"Microsoft.Insights/DiagnosticSettingsCategories/Read\",\"Microsoft.AAD/domainServices/*/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/diagnosticSettings/read\"\ + ,\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/azureFirewalls/read\",\"Microsoft.Network/ddosProtectionPlans/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/*/read\"\ + ,\"Microsoft.Network/natGateways/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules/read\",\"\ + Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/networkSecurityGroups/securityRules/read\"\ + ,\"Microsoft.Network/routeTables/read\",\"Microsoft.Network/routeTables/routes/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-02-15T19:38:46.9043170Z\",\"updatedOn\":\"2022-06-24T19:00:35.7895894Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/361898ef-9ed1-48c2-849c-a832951106bb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"361898ef-9ed1-48c2-849c-a832951106bb\"\ + },{\"properties\":{\"roleName\":\"Domain Services Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Can manage Azure AD Domain Services and related\ + \ network configurations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Insights/Logs/Read\",\"Microsoft.Insights/Metrics/Read\",\"Microsoft.Insights/DiagnosticSettings/*\"\ + ,\"Microsoft.Insights/DiagnosticSettingsCategories/Read\",\"Microsoft.AAD/register/action\"\ + ,\"Microsoft.AAD/unregister/action\",\"Microsoft.AAD/domainServices/*\",\"\ + Microsoft.Network/register/action\",\"Microsoft.Network/unregister/action\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/write\"\ + ,\"Microsoft.Network/virtualNetworks/delete\",\"Microsoft.Network/virtualNetworks/peer/action\"\ + ,\"Microsoft.Network/virtualNetworks/join/action\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/write\",\"Microsoft.Network/virtualNetworks/subnets/delete\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/read\"\ + ,\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/write\",\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/delete\"\ + ,\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/diagnosticSettings/read\"\ + ,\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/azureFirewalls/read\",\"Microsoft.Network/ddosProtectionPlans/read\"\ + ,\"Microsoft.Network/ddosProtectionPlans/join/action\",\"Microsoft.Network/loadBalancers/read\"\ + ,\"Microsoft.Network/loadBalancers/delete\",\"Microsoft.Network/loadBalancers/*/read\"\ + ,\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\"\ + ,\"Microsoft.Network/natGateways/join/action\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/networkInterfaces/delete\"\ + ,\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/networkSecurityGroups/write\"\ + ,\"Microsoft.Network/networkSecurityGroups/delete\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/networkSecurityGroups/securityRules/read\",\"Microsoft.Network/networkSecurityGroups/securityRules/write\"\ + ,\"Microsoft.Network/networkSecurityGroups/securityRules/delete\",\"Microsoft.Network/routeTables/read\"\ + ,\"Microsoft.Network/routeTables/write\",\"Microsoft.Network/routeTables/delete\"\ + ,\"Microsoft.Network/routeTables/join/action\",\"Microsoft.Network/routeTables/routes/read\"\ + ,\"Microsoft.Network/routeTables/routes/write\",\"Microsoft.Network/routeTables/routes/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-02-15T19:40:22.3943189Z\",\"updatedOn\":\"2022-06-24T19:00:35.7895894Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/eeaeda52-9324-47f6-8069-5d5bade478b2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"eeaeda52-9324-47f6-8069-5d5bade478b2\"\ + },{\"properties\":{\"roleName\":\"DNS Resolver Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage DNS resolver resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Network/dnsResolvers/read\"\ + ,\"Microsoft.Network/dnsResolvers/write\",\"Microsoft.Network/dnsResolvers/delete\"\ + ,\"Microsoft.Network/dnsResolvers/join/action\",\"Microsoft.Network/dnsResolvers/inboundEndpoints/read\"\ + ,\"Microsoft.Network/dnsResolvers/inboundEndpoints/write\",\"Microsoft.Network/dnsResolvers/inboundEndpoints/delete\"\ + ,\"Microsoft.Network/dnsResolvers/inboundEndpoints/join/action\",\"Microsoft.Network/dnsResolvers/outboundEndpoints/read\"\ + ,\"Microsoft.Network/dnsResolvers/outboundEndpoints/write\",\"Microsoft.Network/dnsResolvers/outboundEndpoints/delete\"\ + ,\"Microsoft.Network/dnsResolvers/outboundEndpoints/join/action\",\"Microsoft.Network/dnsForwardingRulesets/read\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/write\",\"Microsoft.Network/dnsForwardingRulesets/delete\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/join/action\",\"Microsoft.Network/dnsForwardingRulesets/forwardingRules/read\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/forwardingRules/write\",\"Microsoft.Network/dnsForwardingRulesets/forwardingRules/delete\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks/read\",\"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks/write\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks/delete\",\"\ + Microsoft.Network/locations/dnsResolverOperationResults/read\",\"Microsoft.Network/locations/dnsResolverOperationStatuses/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/join/action\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/write\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/join/action\"\ + ,\"Microsoft.Network/virtualNetworks/joinLoadBalancer/action\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/joinLoadBalancer/action\",\"\ + Microsoft.Network/natGateways/join/action\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/routeTables/join/action\",\"Microsoft.Network/serviceEndpointPolicies/join/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-02-16T23:25:04.4308795Z\",\"updatedOn\":\"2022-03-11T20:54:26.6355690Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0f2ebee7-ffd4-4fc0-b3b7-664099fdad5d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0f2ebee7-ffd4-4fc0-b3b7-664099fdad5d\"\ + },{\"properties\":{\"roleName\":\"Data Operator for Managed Disks\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides permissions to upload data to\ + \ empty managed disks, read, or export data of managed disks (not attached\ + \ to running VMs) and snapshots using SAS URIs and Azure AD authentication.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Compute/disks/download/action\",\"Microsoft.Compute/disks/upload/action\"\ + ,\"Microsoft.Compute/snapshots/download/action\",\"Microsoft.Compute/snapshots/upload/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-03-01T01:28:23.8601778Z\",\"\ + updatedOn\":\"2022-03-01T01:28:23.8601778Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/959f8984-c045-4866-89c7-12bf9737be2e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"959f8984-c045-4866-89c7-12bf9737be2e\"\ + },{\"properties\":{\"roleName\":\"AgFood Platform Sensor Partner Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Provides contribute access to\ + \ manage sensor related entities in AgFood Platform Service\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.AgFoodPlatform/farmBeats/sensorPartnerScope/*\"],\"notDataActions\"\ + :[\"Microsoft.AgFoodPlatform/farmBeats/sensorPartnerScope/sensors/delete\"\ + ]}],\"createdOn\":\"2022-03-09T04:58:21.1168561Z\",\"updatedOn\":\"2022-10-26T05:24:21.6704842Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6b77f0a0-0d89-41cc-acd1-579c22c17a67\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6b77f0a0-0d89-41cc-acd1-579c22c17a67\"\ + },{\"properties\":{\"roleName\":\"Compute Gallery Sharing Admin\",\"type\"\ + :\"BuiltInRole\",\"description\":\"This role allows user to share gallery\ + \ to another subscription/tenant or share it to the public.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/galleries/share/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-03-10T00:33:29.0395291Z\",\"updatedOn\":\"2022-03-25T20:37:05.1839457Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1ef6a3be-d0ac-425d-8c01-acb62866290b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1ef6a3be-d0ac-425d-8c01-acb62866290b\"\ + },{\"properties\":{\"roleName\":\"Scheduled Patching Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides access to manage maintenance configurations\ + \ with maintenance scope InGuestPatch and corresponding configuration assignments\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Maintenance/maintenanceConfigurations/read\"\ + ,\"Microsoft.Maintenance/maintenanceConfigurations/write\",\"Microsoft.Maintenance/maintenanceConfigurations/delete\"\ + ,\"Microsoft.Maintenance/configurationAssignments/read\",\"Microsoft.Maintenance/configurationAssignments/write\"\ + ,\"Microsoft.Maintenance/configurationAssignments/delete\",\"Microsoft.Maintenance/configurationAssignments/maintenanceScope/InGuestPatch/read\"\ + ,\"Microsoft.Maintenance/configurationAssignments/maintenanceScope/InGuestPatch/write\"\ + ,\"Microsoft.Maintenance/configurationAssignments/maintenanceScope/InGuestPatch/delete\"\ + ,\"Microsoft.Maintenance/maintenanceConfigurations/maintenanceScope/InGuestPatch/read\"\ + ,\"Microsoft.Maintenance/maintenanceConfigurations/maintenanceScope/InGuestPatch/write\"\ + ,\"Microsoft.Maintenance/maintenanceConfigurations/maintenanceScope/InGuestPatch/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-03-21T10:28:02.1319658Z\",\"updatedOn\":\"2022-04-13T08:04:33.5842713Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cd08ab90-6b14-449c-ad9a-8f8e549482c6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cd08ab90-6b14-449c-ad9a-8f8e549482c6\"\ + },{\"properties\":{\"roleName\":\"DevCenter Dev Box User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides access to create and manage dev boxes.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DevCenter/projects/read\"\ + ,\"Microsoft.DevCenter/projects/*/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.DevCenter/projects/users/devboxes/userStop/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userStart/action\",\"Microsoft.DevCenter/projects/users/devboxes/userGetRemoteConnection/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userRead/action\",\"Microsoft.DevCenter/projects/users/devboxes/userWrite/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userDelete/action\",\"Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionRead/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionManage/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userActionRead/action\",\"\ + Microsoft.DevCenter/projects/users/devboxes/userActionManage/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-03-31T18:38:03.5210123Z\",\"updatedOn\"\ + :\"2023-03-22T19:17:56.5520463Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45d50f46-0b78-4001-a660-4198cbe8cd05\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"45d50f46-0b78-4001-a660-4198cbe8cd05\"\ + },{\"properties\":{\"roleName\":\"DevCenter Project Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides access to manage project resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DevCenter/projects/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[\"Microsoft.DevCenter/projects/write\",\"Microsoft.DevCenter/projects/delete\"\ + ],\"dataActions\":[\"Microsoft.DevCenter/projects/users/devboxes/adminStart/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/adminStop/action\",\"Microsoft.DevCenter/projects/users/devboxes/adminRead/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/adminWrite/action\",\"Microsoft.DevCenter/projects/users/devboxes/adminDelete/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userStop/action\",\"Microsoft.DevCenter/projects/users/devboxes/userStart/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userGetRemoteConnection/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userRead/action\",\"Microsoft.DevCenter/projects/users/devboxes/userWrite/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userDelete/action\",\"Microsoft.DevCenter/projects/users/environments/adminRead/action\"\ + ,\"Microsoft.DevCenter/projects/users/environments/userWrite/action\",\"Microsoft.DevCenter/projects/users/environments/userDelete/action\"\ + ,\"Microsoft.DevCenter/projects/users/environments/adminDelete/action\",\"\ + Microsoft.DevCenter/projects/users/environments/adminAction/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2022-03-31T19:42:55.7106886Z\",\"updatedOn\":\"2023-06-05T21:32:12.9474863Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/331c37c6-af14-46d9-b9f4-e1909e1b95a0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"331c37c6-af14-46d9-b9f4-e1909e1b95a0\"\ + },{\"properties\":{\"roleName\":\"Virtual Machine Local User Login\",\"type\"\ + :\"BuiltInRole\",\"description\":\"View Virtual Machines in the portal and\ + \ login as a local user configured on the arc server\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/*/read\"\ + ,\"Microsoft.HybridConnectivity/endpoints/listCredentials/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-06T23:57:10.4104571Z\"\ + ,\"updatedOn\":\"2022-04-16T18:55:26.3037328Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/602da2ba-a5c2-41da-b01d-5360126ab525\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"602da2ba-a5c2-41da-b01d-5360126ab525\"\ + },{\"properties\":{\"roleName\":\"Azure Arc ScVmm VM Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Arc ScVmm VM Contributor has permissions\ + \ to perform all VM actions.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"microsoft.scvmm/virtualmachines/*\",\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ + ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T17:19:45.4667566Z\"\ + ,\"updatedOn\":\"2023-05-17T07:13:04.3964110Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e582369a-e17b-42a5-b10c-874c387c530b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e582369a-e17b-42a5-b10c-874c387c530b\"\ + },{\"properties\":{\"roleName\":\"Azure Arc ScVmm Private Clouds Onboarding\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure Arc ScVmm Private Clouds\ + \ Onboarding role has permissions to provision all the required resources\ + \ for onboard and deboard vmm server instances to Azure.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"microsoft.scvmm/vmmservers/Read\"\ + ,\"microsoft.scvmm/vmmservers/Write\",\"microsoft.scvmm/vmmservers/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ + ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ + ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T17:20:24.2592061Z\"\ + ,\"updatedOn\":\"2023-05-17T07:13:04.3974107Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6aac74c4-6311-40d2-bbdd-7d01e7c6e3a9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6aac74c4-6311-40d2-bbdd-7d01e7c6e3a9\"\ + },{\"properties\":{\"roleName\":\"Azure Arc ScVmm Private Cloud User\",\"\ + type\":\"BuiltInRole\",\"description\":\"Azure Arc ScVmm Private Cloud User\ + \ has permissions to use the ScVmm resources to deploy VMs.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ + ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"microsoft.scvmm/virtualnetworks/join/action\"\ + ,\"microsoft.scvmm/virtualnetworks/Read\",\"microsoft.scvmm/virtualmachinetemplates/clone/action\"\ + ,\"microsoft.scvmm/virtualmachinetemplates/Read\",\"microsoft.scvmm/clouds/deploy/action\"\ + ,\"microsoft.scvmm/clouds/Read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T17:21:33.4624374Z\"\ + ,\"updatedOn\":\"2023-05-17T07:13:04.3964110Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c0781e91-8102-4553-8951-97c6d4243cda\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c0781e91-8102-4553-8951-97c6d4243cda\"\ + },{\"properties\":{\"roleName\":\"Azure Arc ScVmm Administrator role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Arc ScVmm VM Administrator has permissions\ + \ to perform all ScVmm actions.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ScVmm/*\",\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ + ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T17:23:36.5115227Z\"\ + ,\"updatedOn\":\"2023-05-17T06:58:04.1499219Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a92dfd61-77f9-4aec-a531-19858b406c87\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a92dfd61-77f9-4aec-a531-19858b406c87\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Importer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to read and import FHIR Data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/import/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-04-19T07:59:50.0236181Z\",\"\ + updatedOn\":\"2022-04-21T09:16:15.3849248Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4465e953-8ced-4406-a58e-0f6e3f3b530b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4465e953-8ced-4406-a58e-0f6e3f3b530b\"\ + },{\"properties\":{\"roleName\":\"API Management Developer Portal Content\ + \ Editor\",\"type\":\"BuiltInRole\",\"description\":\"Can customize the developer\ + \ portal, edit its content, and publish it.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/portalRevisions/read\"\ + ,\"Microsoft.ApiManagement/service/portalRevisions/write\",\"Microsoft.ApiManagement/service/contentTypes/read\"\ + ,\"Microsoft.ApiManagement/service/contentTypes/delete\",\"Microsoft.ApiManagement/service/contentTypes/write\"\ + ,\"Microsoft.ApiManagement/service/contentTypes/contentItems/read\",\"Microsoft.ApiManagement/service/contentTypes/contentItems/write\"\ + ,\"Microsoft.ApiManagement/service/contentTypes/contentItems/delete\"],\"\ + notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ + 2022-05-06T17:42:10.1276527Z\",\"updatedOn\":\"2022-05-10T21:44:17.7458996Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c031e6a8-4391-4de0-8d69-4706a7ed3729\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c031e6a8-4391-4de0-8d69-4706a7ed3729\"\ + },{\"properties\":{\"roleName\":\"VM Scanner Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role that provides access to disk snapshot for security\ + \ analysis.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/beginGetAccess/action\"\ + ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Compute/virtualMachineScaleSets/instanceView/read\",\"Microsoft.Compute/virtualMachineScaleSets/read\"\ + ,\"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/read\",\"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/instanceView/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-05-15T14:44:58.0697864Z\",\"updatedOn\":\"2022-06-06T17:44:18.2603469Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d24ecba3-c1f4-40fa-a7bb-4588a071e8fd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d24ecba3-c1f4-40fa-a7bb-4588a071e8fd\"\ + },{\"properties\":{\"roleName\":\"Elastic SAN Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full access to all resources under Azure Elastic\ + \ SAN including changing network security policies to unblock data path access\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ElasticSan/elasticSans/*\"\ + ,\"Microsoft.ElasticSan/locations/*\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-05-25T10:31:53.7129003Z\",\"updatedOn\"\ + :\"2022-08-22T15:27:30.0884957Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/80dcbedb-47ef-405d-95bd-188a1b4ac406\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"80dcbedb-47ef-405d-95bd-188a1b4ac406\"\ + },{\"properties\":{\"roleName\":\"Elastic SAN Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for control path read access to Azure Elastic SAN\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ElasticSan/elasticSans/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-05-31T04:56:26.3763359Z\",\"updatedOn\":\"2022-08-22T15:27:30.0884957Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/af6a70f8-3c9f-4105-acf1-d719e9fca4ca\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"af6a70f8-3c9f-4105-acf1-d719e9fca4ca\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Virtual Machine Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role is in preview and subject\ + \ to change. Provide permission to the Azure Virtual Desktop Resource Provider\ + \ to create, delete, update, start, and stop virtual machines.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/hostpools/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/write\",\"Microsoft.DesktopVirtualization/hostpools/retrieveRegistrationToken/action\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/write\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/delete\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/disconnect/action\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/sendMessage/action\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionHostConfigurations/read\"\ + ,\"Microsoft.Compute/availabilitySets/read\",\"Microsoft.Compute/availabilitySets/write\"\ + ,\"Microsoft.Compute/availabilitySets/vmSizes/read\",\"Microsoft.Compute/disks/read\"\ + ,\"Microsoft.Compute/disks/write\",\"Microsoft.Compute/disks/delete\",\"Microsoft.Compute/galleries/read\"\ + ,\"Microsoft.Compute/galleries/images/read\",\"Microsoft.Compute/galleries/images/versions/read\"\ + ,\"Microsoft.Compute/images/read\",\"Microsoft.Compute/locations/usages/read\"\ + ,\"Microsoft.Compute/locations/vmSizes/read\",\"Microsoft.Compute/operations/read\"\ + ,\"Microsoft.Compute/skus/read\",\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Compute/virtualMachines/write\",\"Microsoft.Compute/virtualMachines/delete\"\ + ,\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.Compute/virtualMachines/powerOff/action\"\ + ,\"Microsoft.Compute/virtualMachines/restart/action\",\"Microsoft.Compute/virtualMachines/deallocate/action\"\ + ,\"Microsoft.Compute/virtualMachines/runCommand/action\",\"Microsoft.Compute/virtualMachines/extensions/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/write\",\"Microsoft.Compute/virtualMachines/extensions/delete\"\ + ,\"Microsoft.Compute/virtualMachines/runCommands/read\",\"Microsoft.Compute/virtualMachines/runCommands/write\"\ + ,\"Microsoft.Compute/virtualMachines/vmSizes/read\",\"Microsoft.Network/networkSecurityGroups/read\"\ + ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/networkInterfaces/delete\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Marketplace/offerTypes/publishers/offers/plans/agreements/read\"\ + ,\"Microsoft.KeyVault/vaults/deploy/action\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-06-27T23:34:34.2924270Z\",\"updatedOn\":\"2022-07-14T23:59:09.6368154Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a959dbd1-f747-45e3-8ba6-dd80f235f97c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a959dbd1-f747-45e3-8ba6-dd80f235f97c\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Power On Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role is in preview and subject\ + \ to change. Provide permission to the Azure Virtual Desktop Resource Provider\ + \ to start virtual machines.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-06-27T23:34:34.8048994Z\"\ + ,\"updatedOn\":\"2022-07-14T23:59:09.6368154Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/489581de-a3bd-480d-9518-53dea7416b33\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"489581de-a3bd-480d-9518-53dea7416b33\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Power On Off Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role is in preview and subject\ + \ to change. Provide permission to the Azure Virtual Desktop Resource Provider\ + \ to start and stop virtual machines.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Compute/virtualMachines/deallocate/action\"\ + ,\"Microsoft.Compute/virtualMachines/restart/action\",\"Microsoft.Compute/virtualMachines/powerOff/action\"\ + ,\"Microsoft.Insights/eventtypes/values/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.DesktopVirtualization/hostpools/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/write\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/write\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/delete\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/sendMessage/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-06-27T23:34:34.8048994Z\",\"updatedOn\":\"2022-07-14T23:59:09.6368154Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/40c5ff49-9181-41f8-ae61-143b0e78555e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"40c5ff49-9181-41f8-ae61-143b0e78555e\"\ + },{\"properties\":{\"roleName\":\"Elastic SAN Volume Group Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for full access to a volume group\ + \ in Azure Elastic SAN including changing network security policies to unblock\ + \ data path access\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ,\"Microsoft.ElasticSan/elasticSans/volumeGroups/*\",\"Microsoft.ElasticSan/locations/asyncoperations/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-07-01T12:56:46.0182642Z\",\"updatedOn\":\"2022-08-22T15:27:30.0884957Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a8281131-f312-4f34-8d98-ae12be9f0d23\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a8281131-f312-4f34-8d98-ae12be9f0d23\"\ + },{\"properties\":{\"roleName\":\"Access Review Operator Service Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you grant Access Review System\ + \ app permissions to discover and revoke access as needed by the access review\ + \ process.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleAssignments/delete\"\ + ,\"Microsoft.Management/getEntities/action\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2022-07-01T20:18:33.8473541Z\"\ + ,\"updatedOn\":\"2022-07-01T20:18:33.8473541Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/76cc9ee4-d5d3-4a45-a930-26add3d73475\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"76cc9ee4-d5d3-4a45-a930-26add3d73475\"\ + },{\"properties\":{\"roleName\":\"Code Signing Identity Verifier\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Manage identity or business verification\ + \ requests. This role is in preview and subject to change.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CodeSigning/*/read\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.CodeSigning/IdentityVerification/Read\"\ + ,\"Microsoft.CodeSigning/IdentityVerification/Write\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2022-07-28T05:30:15.0114431Z\",\"updatedOn\":\"2022-11-01T05:16:07.2974025Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4339b7cf-9826-4e41-b4ed-c7f4505dac08\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4339b7cf-9826-4e41-b4ed-c7f4505dac08\"\ + },{\"properties\":{\"roleName\":\"Video Indexer Restricted Viewer\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has access to view and search through all\ + \ video's insights and transcription in the Video Indexer portal. No access\ + \ to model customization, embedding of widget, downloading videos, or sharing\ + \ the account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.VideoIndexer/*/read\",\"Microsoft.VideoIndexer/accounts/*/action\"\ + ],\"notActions\":[\"Microsoft.VideoIndexer/*/write\",\"Microsoft.VideoIndexer/*/delete\"\ + ,\"Microsoft.VideoIndexer/accounts/generateAccessToken/action\"],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2022-08-08T18:06:28.4761091Z\"\ + ,\"updatedOn\":\"2022-08-08T18:06:28.4761091Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a2c4a527-7dc0-4ee3-897b-403ade70fafb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a2c4a527-7dc0-4ee3-897b-403ade70fafb\"\ + },{\"properties\":{\"roleName\":\"Monitoring Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can access the data in an Azure Monitor Workspace.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Monitor/accounts/data/metrics/read\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-08-18T21:42:07.5907559Z\",\"updatedOn\"\ + :\"2022-10-06T18:45:11.9001059Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b0d8363b-8ddd-447d-831f-62ca05bff136\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b0d8363b-8ddd-447d-831f-62ca05bff136\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Writer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows read/write access to most\ + \ objects in a namespace.This role does not allow viewing or modifying roles\ + \ or role bindings. However, this role allows accessing Secrets as any ServiceAccount\ + \ in the namespace, so it can be used to gain the API access levels of any\ + \ ServiceAccount in the namespace. Applying this role at cluster scope will\ + \ give access across all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ContainerService/fleets/read\",\"Microsoft.ContainerService/fleets/listCredentials/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/fleets/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/fleets/apps/daemonsets/*\",\"Microsoft.ContainerService/fleets/apps/deployments/*\"\ + ,\"Microsoft.ContainerService/fleets/apps/statefulsets/*\",\"Microsoft.ContainerService/fleets/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.ContainerService/fleets/batch/cronjobs/*\",\"Microsoft.ContainerService/fleets/batch/jobs/*\"\ + ,\"Microsoft.ContainerService/fleets/configmaps/*\",\"Microsoft.ContainerService/fleets/endpoints/*\"\ + ,\"Microsoft.ContainerService/fleets/events.k8s.io/events/read\",\"Microsoft.ContainerService/fleets/events/read\"\ + ,\"Microsoft.ContainerService/fleets/extensions/daemonsets/*\",\"Microsoft.ContainerService/fleets/extensions/deployments/*\"\ + ,\"Microsoft.ContainerService/fleets/extensions/ingresses/*\",\"Microsoft.ContainerService/fleets/extensions/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/fleets/limitranges/read\",\"Microsoft.ContainerService/fleets/namespaces/read\"\ + ,\"Microsoft.ContainerService/fleets/networking.k8s.io/ingresses/*\",\"Microsoft.ContainerService/fleets/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/fleets/persistentvolumeclaims/*\",\"Microsoft.ContainerService/fleets/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.ContainerService/fleets/replicationcontrollers/*\",\"Microsoft.ContainerService/fleets/replicationcontrollers/*\"\ + ,\"Microsoft.ContainerService/fleets/resourcequotas/read\",\"Microsoft.ContainerService/fleets/secrets/*\"\ + ,\"Microsoft.ContainerService/fleets/serviceaccounts/*\",\"Microsoft.ContainerService/fleets/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-19T21:54:44.6234342Z\",\"\ + updatedOn\":\"2022-08-25T18:08:36.2213166Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5af6afb3-c06c-4fa4-8848-71a8aee05683\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5af6afb3-c06c-4fa4-8848-71a8aee05683\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager Contributor\ + \ Role\",\"type\":\"BuiltInRole\",\"description\":\"Grants access to read\ + \ and write Azure Kubernetes Fleet Manager clusters\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerService/fleets/*\"\ + ,\"Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2022-08-19T21:54:44.6234342Z\"\ + ,\"updatedOn\":\"2022-08-19T21:54:44.6234342Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/63bb64ad-9799-4770-b5c3-24ed299a07bf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"63bb64ad-9799-4770-b5c3-24ed299a07bf\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Cluster\ + \ Admin\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources\ + \ in the fleet manager cluster.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ContainerService/fleets/read\",\"Microsoft.ContainerService/fleets/listCredentials/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/fleets/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-19T21:54:44.6234342Z\",\"\ + updatedOn\":\"2022-08-19T21:54:44.6234342Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18ab4d3d-a1bf-4477-8ad9-8359bc988f69\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18ab4d3d-a1bf-4477-8ad9-8359bc988f69\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Admin\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role grants admin access\ + \ - provides write permissions on most objects within a a namespace, with\ + \ the exception of ResourceQuota object and the namespace object itself. Applying\ + \ this role at cluster scope will give access across all namespaces.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ContainerService/fleets/read\"\ + ,\"Microsoft.ContainerService/fleets/listCredentials/action\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ContainerService/fleets/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/fleets/apps/daemonsets/*\",\"Microsoft.ContainerService/fleets/apps/deployments/*\"\ + ,\"Microsoft.ContainerService/fleets/apps/statefulsets/*\",\"Microsoft.ContainerService/fleets/authorization.k8s.io/localsubjectaccessreviews/write\"\ + ,\"Microsoft.ContainerService/fleets/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.ContainerService/fleets/batch/cronjobs/*\",\"Microsoft.ContainerService/fleets/batch/jobs/*\"\ + ,\"Microsoft.ContainerService/fleets/configmaps/*\",\"Microsoft.ContainerService/fleets/endpoints/*\"\ + ,\"Microsoft.ContainerService/fleets/events.k8s.io/events/read\",\"Microsoft.ContainerService/fleets/events/read\"\ + ,\"Microsoft.ContainerService/fleets/extensions/daemonsets/*\",\"Microsoft.ContainerService/fleets/extensions/deployments/*\"\ + ,\"Microsoft.ContainerService/fleets/extensions/ingresses/*\",\"Microsoft.ContainerService/fleets/extensions/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/fleets/limitranges/read\",\"Microsoft.ContainerService/fleets/namespaces/read\"\ + ,\"Microsoft.ContainerService/fleets/networking.k8s.io/ingresses/*\",\"Microsoft.ContainerService/fleets/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/fleets/persistentvolumeclaims/*\",\"Microsoft.ContainerService/fleets/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.ContainerService/fleets/rbac.authorization.k8s.io/rolebindings/*\"\ + ,\"Microsoft.ContainerService/fleets/rbac.authorization.k8s.io/roles/*\",\"\ + Microsoft.ContainerService/fleets/replicationcontrollers/*\",\"Microsoft.ContainerService/fleets/replicationcontrollers/*\"\ + ,\"Microsoft.ContainerService/fleets/resourcequotas/read\",\"Microsoft.ContainerService/fleets/secrets/*\"\ + ,\"Microsoft.ContainerService/fleets/serviceaccounts/*\",\"Microsoft.ContainerService/fleets/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-19T21:54:44.6234342Z\",\"\ + updatedOn\":\"2022-08-25T18:08:36.2213166Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/434fb43a-c01c-447e-9f67-c3ad923cfaba\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"434fb43a-c01c-447e-9f67-c3ad923cfaba\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows read-only access to see\ + \ most objects in a namespace. It does not allow viewing roles or role bindings.\ + \ This role does not allow viewing Secrets, since reading the contents of\ + \ Secrets enables access to ServiceAccount credentials in the namespace, which\ + \ would allow API access as any ServiceAccount in the namespace (a form of\ + \ privilege escalation). Applying this role at cluster scope will give access\ + \ across all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ContainerService/fleets/read\",\"Microsoft.ContainerService/fleets/listCredentials/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/fleets/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/fleets/apps/daemonsets/read\",\"Microsoft.ContainerService/fleets/apps/deployments/read\"\ + ,\"Microsoft.ContainerService/fleets/apps/statefulsets/read\",\"Microsoft.ContainerService/fleets/autoscaling/horizontalpodautoscalers/read\"\ + ,\"Microsoft.ContainerService/fleets/batch/cronjobs/read\",\"Microsoft.ContainerService/fleets/batch/jobs/read\"\ + ,\"Microsoft.ContainerService/fleets/configmaps/read\",\"Microsoft.ContainerService/fleets/endpoints/read\"\ + ,\"Microsoft.ContainerService/fleets/events.k8s.io/events/read\",\"Microsoft.ContainerService/fleets/events/read\"\ + ,\"Microsoft.ContainerService/fleets/extensions/daemonsets/read\",\"Microsoft.ContainerService/fleets/extensions/deployments/read\"\ + ,\"Microsoft.ContainerService/fleets/extensions/ingresses/read\",\"Microsoft.ContainerService/fleets/extensions/networkpolicies/read\"\ + ,\"Microsoft.ContainerService/fleets/limitranges/read\",\"Microsoft.ContainerService/fleets/namespaces/read\"\ + ,\"Microsoft.ContainerService/fleets/networking.k8s.io/ingresses/read\",\"\ + Microsoft.ContainerService/fleets/networking.k8s.io/networkpolicies/read\"\ + ,\"Microsoft.ContainerService/fleets/persistentvolumeclaims/read\",\"Microsoft.ContainerService/fleets/policy/poddisruptionbudgets/read\"\ + ,\"Microsoft.ContainerService/fleets/replicationcontrollers/read\",\"Microsoft.ContainerService/fleets/replicationcontrollers/read\"\ + ,\"Microsoft.ContainerService/fleets/resourcequotas/read\",\"Microsoft.ContainerService/fleets/serviceaccounts/read\"\ + ,\"Microsoft.ContainerService/fleets/services/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2022-08-19T21:54:44.6234342Z\",\"updatedOn\":\"2022-08-25T18:08:36.2213166Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/30b27cfc-9c84-438e-b0ce-70e35255df80\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"30b27cfc-9c84-438e-b0ce-70e35255df80\"\ + },{\"properties\":{\"roleName\":\"Kubernetes Namespace User\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows a user to read namespace resources\ + \ and retrieve kubeconfig for the cluster\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.KubernetesConfiguration/namespaces/read\"\ + ,\"Microsoft.KubernetesConfiguration/namespaces/listUserCredential/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-08-23T05:53:29.2401441Z\",\"updatedOn\":\"2022-08-23T05:53:29.2401441Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ba79058c-0414-4a34-9e42-c3399d80cd5a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ba79058c-0414-4a34-9e42-c3399d80cd5a\"\ + },{\"properties\":{\"roleName\":\"Data Labeling - Labeler\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can label data in Labeling.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/workspaces/read\"\ + ,\"Microsoft.MachineLearningServices/workspaces/experiments/runs/read\",\"\ + Microsoft.MachineLearningServices/workspaces/labeling/projects/read\",\"Microsoft.MachineLearningServices/workspaces/labeling/projects/summary/read\"\ + ,\"Microsoft.MachineLearningServices/workspaces/labeling/labels/read\",\"\ + Microsoft.MachineLearningServices/workspaces/labeling/labels/write\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-01T18:26:59.8559741Z\"\ + ,\"updatedOn\":\"2022-09-07T18:52:08.6907182Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c6decf44-fd0a-444c-a844-d653c394e7ab\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c6decf44-fd0a-444c-a844-d653c394e7ab\"\ + },{\"properties\":{\"roleName\":\"Template Spec Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows full access to Template Spec operations\ + \ at the assigned scope.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Resources/templateSpecs/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-09-06T21:40:35.0538486Z\",\"updatedOn\":\"2022-09-06T21:40:35.0538486Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1c9b6475-caf0-4164-b5a1-2142a7116f4b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1c9b6475-caf0-4164-b5a1-2142a7116f4b\"\ + },{\"properties\":{\"roleName\":\"Template Spec Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows read access to Template Specs at the assigned scope.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/templateSpecs/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-09-06T21:40:35.0538486Z\",\"updatedOn\":\"2022-09-06T21:40:35.0538486Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/392ae280-861d-42bd-9ea5-08ee6d83b80e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"392ae280-861d-42bd-9ea5-08ee6d83b80e\"\ + },{\"properties\":{\"roleName\":\"Role Based Access Control Administrator\ + \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Manage access to\ + \ Azure resources by assigning roles using Azure RBAC. This role does not\ + \ allow you to manage access using other ways, such as Azure Policy.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/write\"\ + ,\"Microsoft.Authorization/roleAssignments/delete\",\"*/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-09-06T22:11:11.4458675Z\",\"updatedOn\":\"2022-09-06T22:11:11.4458675Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f58310d9-a9f6-439a-9e8d-f62e7b41a168\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f58310d9-a9f6-439a-9e8d-f62e7b41a168\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Playbook Operator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Microsoft Sentinel Playbook Operator\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Logic/workflows/read\"\ + ,\"Microsoft.Logic/workflows/triggers/listCallbackUrl/action\",\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/listCallbackUrl/action\"\ + ,\"Microsoft.Web/sites/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2022-09-19T15:10:00.4803785Z\",\"updatedOn\":\"2022-12-05T18:09:08.3556749Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/51d6186e-6489-4900-b93f-92e23144cca5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"51d6186e-6489-4900-b93f-92e23144cca5\"\ + },{\"properties\":{\"roleName\":\"Deployment Environments User\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides access to manage environment resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DevCenter/projects/read\"\ + ,\"Microsoft.DevCenter/projects/*/read\",\"Microsoft.Fidalgo/projects/read\"\ + ,\"Microsoft.Fidalgo/projects/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[\"Microsoft.DevCenter/projects/pools/read\"\ + ,\"Microsoft.Fidalgo/projects/pools/read\",\"Microsoft.DevCenter/projects/pools/schedules/read\"\ + ],\"dataActions\":[\"Microsoft.DevCenter/projects/users/environments/adminRead/action\"\ + ,\"Microsoft.DevCenter/projects/users/environments/userWrite/action\",\"Microsoft.DevCenter/projects/users/environments/userDelete/action\"\ + ,\"Microsoft.DevCenter/projects/users/environments/adminAction/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-09-20T20:51:42.7384536Z\",\"updatedOn\"\ + :\"2022-10-11T07:53:29.7067755Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e40d4e-8d2e-438d-97e1-9528336e149c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18e40d4e-8d2e-438d-97e1-9528336e149c\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Apps Connect Role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Azure Spring Apps Connect Role\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.AppPlatform/Spring/apps/deployments/connect/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2022-09-22T06:55:16.9189450Z\",\"updatedOn\":\"2022-09-22T06:55:16.9189450Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/80558df3-64f9-4c0f-b32d-e5094b036b0b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"80558df3-64f9-4c0f-b32d-e5094b036b0b\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Apps Remote Debugging Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure Spring Apps Remote Debugging\ + \ Role\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/apps/deployments/remotedebugging/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-09-22T07:10:29.3874610Z\",\"\ + updatedOn\":\"2022-09-22T07:10:29.3874610Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a99b0159-1064-4c22-a57b-c9b3caa1c054\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a99b0159-1064-4c22-a57b-c9b3caa1c054\"\ + },{\"properties\":{\"roleName\":\"AzureML Registry User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can perform all actions on Machine Learning Services Registry\ + \ assets\_as well as get Registry resources.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/registries/read\"\ + ,\"Microsoft.MachineLearningServices/registries/assets/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-26T15:06:14.4270097Z\"\ + ,\"updatedOn\":\"2022-09-26T15:06:14.4270097Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1823dd4f-9b8c-4ab6-ab4e-7397a3684615\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1823dd4f-9b8c-4ab6-ab4e-7397a3684615\"\ + },{\"properties\":{\"roleName\":\"AzureML Compute Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can access and perform CRUD operations on Machine Learning\ + \ Services managed compute resources (including Notebook VMs).\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/workspaces/computes/*\"\ + ,\"Microsoft.MachineLearningServices/workspaces/notebooks/vm/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-26T15:06:14.4270097Z\"\ + ,\"updatedOn\":\"2022-09-26T15:06:14.4270097Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e503ece1-11d0-4e8e-8e2c-7a6c3bf38815\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e503ece1-11d0-4e8e-8e2c-7a6c3bf38815\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role provides read access\ + \ to all capabilities of Azure Center for SAP solutions.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Advisor/configurations/read\"\ + ,\"Microsoft.Advisor/recommendations/read\",\"Microsoft.Workloads/sapvirtualInstances/*/read\"\ + ,\"Microsoft.Workloads/Locations/*/action\",\"Microsoft.Workloads/Operations/read\"\ + ,\"Microsoft.Workloads/Locations/OperationStatuses/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\"\ + ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/ipconfigurations/read\"\ + ,\"Microsoft.Network/networkInterfaces/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/backendAddressPools/read\"\ + ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/read\",\"Microsoft.Network/loadBalancers/loadBalancingRules/read\"\ + ,\"Microsoft.Network/loadBalancers/inboundNatRules/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/networkInterfaces/read\",\"Microsoft.Network/loadBalancers/outboundRules/read\"\ + ,\"Microsoft.Network/loadBalancers/virtualMachines/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/privateEndpoints/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/read\",\"Microsoft.Storage/storageAccounts/fileServices/shares/read\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/availabilitySets/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/read\",\"Microsoft.Compute/disks/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-09-30T06:12:33.9068922Z\",\"updatedOn\":\"2023-06-01T07:20:24.5246962Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/05352d14-a920-4328-a0de-4cbe7430e26b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"05352d14-a920-4328-a0de-4cbe7430e26b\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions service role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure Center for SAP solutions\ + \ service role - This role is intended to be used for providing the permissions\ + \ to user assigned managed identity. Azure Center for SAP solutions will use\ + \ this identity to deploy and manage SAP systems.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/write\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/write\"\ + ,\"Microsoft.Network/loadBalancers/backendAddressPools/read\",\"Microsoft.Network/loadBalancers/backendAddressPools/write\"\ + ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/read\",\"Microsoft.Network/loadBalancers/loadBalancingRules/read\"\ + ,\"Microsoft.Network/loadBalancers/inboundNatRules/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/networkInterfaces/read\",\"Microsoft.Network/loadBalancers/outboundRules/read\"\ + ,\"Microsoft.Network/loadBalancers/virtualMachines/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\"\ + ,\"Microsoft.Network/networkInterfaces/ipconfigurations/read\",\"Microsoft.Network/networkInterfaces/loadBalancers/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/checkIpAddressAvailability/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\"\ + ,\"Microsoft.Network/virtualNetworks/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/ipconfigurations/join/action\"\ + ,\"Microsoft.Network/privateEndpoints/read\",\"Microsoft.Network/privateEndpoints/write\"\ + ,\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\"\ + ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/join/action\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/subnets/joinLoadBalancer/action\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/write\"\ + ,\"Microsoft.Storage/storageAccounts/PrivateEndpointConnectionsApproval/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/read\",\"Microsoft.Storage/storageAccounts/fileServices/write\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/shares/read\",\"Microsoft.Storage/storageAccounts/fileServices/shares/write\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/write\"\ + ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Compute/availabilitySets/read\"\ + ,\"Microsoft.Compute/availabilitySets/write\",\"Microsoft.Compute/skus/read\"\ + ,\"Microsoft.Compute/sshPublicKeys/read\",\"Microsoft.Compute/virtualMachines/extensions/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/write\",\"Microsoft.Compute/virtualMachines/extensions/delete\"\ + ,\"Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/write\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-30T06:12:34.4541883Z\"\ + ,\"updatedOn\":\"2023-01-31T07:21:28.5445523Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/aabbc5dd-1af0-458b-a942-81af88f9c138\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"aabbc5dd-1af0-458b-a942-81af88f9c138\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role provides read and write\ + \ access to all capabilities of Azure Center for SAP solutions.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Advisor/configurations/read\"\ + ,\"Microsoft.Advisor/recommendations/read\",\"Microsoft.Workloads/sapvirtualInstances/*/read\"\ + ,\"Microsoft.Workloads/sapVirtualInstances/*/write\",\"Microsoft.Workloads/sapVirtualInstances/*/delete\"\ + ,\"Microsoft.Workloads/Locations/*/action\",\"Microsoft.Workloads/Locations/*/read\"\ + ,\"Microsoft.Workloads/sapVirtualInstances/*/start/action\",\"Microsoft.Workloads/sapVirtualInstances/*/stop/action\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/write\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/write\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/ipconfigurations/read\",\"Microsoft.Network/networkInterfaces/loadBalancers/read\"\ + ,\"Microsoft.Network/networkInterfaces/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/backendAddressPools/read\"\ + ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/read\",\"Microsoft.Network/loadBalancers/loadBalancingRules/read\"\ + ,\"Microsoft.Network/loadBalancers/inboundNatRules/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/networkInterfaces/read\",\"Microsoft.Network/loadBalancers/outboundRules/read\"\ + ,\"Microsoft.Network/loadBalancers/virtualMachines/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/privateEndpoints/read\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/routeTables/join/action\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/read\",\"Microsoft.Storage/storageAccounts/fileServices/shares/read\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/availabilitySets/read\"\ + ,\"Microsoft.Compute/sshPublicKeys/read\",\"Microsoft.Compute/sshPublicKeys/write\"\ + ,\"Microsoft.Compute/sshPublicKeys/*/generateKeyPair/action\",\"Microsoft.Compute/virtualMachines/extensions/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/delete\",\"Microsoft.Compute/disks/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-03T15:02:12.4663451Z\",\"\ + updatedOn\":\"2023-06-01T07:20:24.5246962Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7b0c7e81-271f-4c71-90bf-e30bdfdbc2f7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7b0c7e81-271f-4c71-90bf-e30bdfdbc2f7\"\ + },{\"properties\":{\"roleName\":\"Azure Traffic Controller Configuration Manager\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows access to traffic controller\ + \ resource. Also allows all confiuration Updates on traffic controller\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ServiceNetworking/trafficControllers/read\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/write\",\"Microsoft.ServiceNetworking/trafficControllers/delete\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/frontends/read\",\"Microsoft.ServiceNetworking/trafficControllers/frontends/write\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/frontends/delete\",\"Microsoft.ServiceNetworking/trafficControllers/associations/read\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/associations/write\",\"\ + Microsoft.ServiceNetworking/trafficControllers/associations/delete\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ServiceNetworking/trafficControllers/serviceRoutingConfigurations/read\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/serviceRoutingConfigurations/write\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/serviceRoutingConfigurations/delete\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-05T01:07:25.0493972Z\",\"\ + updatedOn\":\"2022-10-26T23:56:58.2547550Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fbc52c3f-28ad-4303-a892-8a056630b8f1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fbc52c3f-28ad-4303-a892-8a056630b8f1\"\ + },{\"properties\":{\"roleName\":\"FHIR SMART User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user to access FHIR Service according to SMART\ + \ on FHIR specification\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/read\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\",\"Microsoft.HealthcareApis/services/fhir/resources/smart/action\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/smart/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-25T15:11:56.8461766Z\",\"\ + updatedOn\":\"2022-12-05T20:11:06.0992340Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4ba50f17-9666-485c-a643-ff00808643f0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4ba50f17-9666-485c-a643-ff00808643f0\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services OpenAI Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Full access including the ability\ + \ to fine-tune, deploy and generate text\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/OpenAI/*\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2022-10-25T20:16:34.9493725Z\",\"updatedOn\":\"2022-10-25T20:16:34.9493725Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a001fd3d-188f-4b5d-821b-7da978bf7442\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a001fd3d-188f-4b5d-821b-7da978bf7442\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services OpenAI User\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Ability to view files, models, deployments.\ + \ Readers can't make any changes They can inference\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/OpenAI/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/engines/completions/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/engines/search/action\",\"\ + Microsoft.CognitiveServices/accounts/OpenAI/engines/generate/action\",\"Microsoft.CognitiveServices/accounts/OpenAI/engines/completions/write\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/search/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/completions/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/chat/completions/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/extensions/chat/completions/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/embeddings/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/completions/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-25T20:16:34.9493725Z\",\"\ + updatedOn\":\"2023-05-26T18:39:17.4065060Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e0bd9bd-7b93-4f28-af87-19fc36ad61bd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e0bd9bd-7b93-4f28-af87-19fc36ad61bd\"\ + },{\"properties\":{\"roleName\":\"Impact Reporter\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows access to create/report, read and delete impacts\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Impact/WorkloadImpacts/*\"\ + ,\"Microsoft.Impact/ImpactCategories/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2022-10-26T20:23:26.2218757Z\"\ + ,\"updatedOn\":\"2022-11-04T20:01:52.7464373Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36e80216-a7e8-4f42-a7e1-f12c98cbaf8a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"36e80216-a7e8-4f42-a7e1-f12c98cbaf8a\"\ + },{\"properties\":{\"roleName\":\"Impact Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows read-only access to reported impacts and impact\ + \ categories\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Impact/WorkloadImpacts/read\",\"Microsoft.Impact/ImpactCategories/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-10-26T20:38:41.9711782Z\",\"updatedOn\":\"2022-11-04T20:01:52.7464373Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/68ff5d27-c7f5-4fa9-a21c-785d0df7bd9e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"68ff5d27-c7f5-4fa9-a21c-785d0df7bd9e\"\ + },{\"properties\":{\"roleName\":\"ContainerApp Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"View all containerapp resources, but does not allow you\ + \ to make any changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.App/containerApps/*/read\",\"Microsoft.App/containerApps/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-11-04T22:03:42.8478872Z\",\"updatedOn\":\"2022-12-20T18:33:40.2659251Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ad2dd5fb-cd4b-4fd4-a9b6-4fed3630980b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ad2dd5fb-cd4b-4fd4-a9b6-4fed3630980b\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Cluster Monitoring\ + \ User\",\"type\":\"BuiltInRole\",\"description\":\"List cluster monitoring\ + \ user credential action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.ContainerService/managedClusters/listClusterMonitoringUserCredential/action\"\ + ,\"Microsoft.ContainerService/managedClusters/read\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-11-07T16:03:48.7116491Z\"\ + ,\"updatedOn\":\"2023-02-02T03:07:23.3237688Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1afdec4b-e479-420e-99e7-f82237c7c5e6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1afdec4b-e479-420e-99e7-f82237c7c5e6\"\ + },{\"properties\":{\"roleName\":\"Azure Connected Machine Resource Manager\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Custom Role for AzureStackHCI\ + \ RP to manage hybrid compute machines and hybrid connectivity endpoints in\ + \ a resource group\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.HybridConnectivity/endpoints/read\",\"Microsoft.HybridConnectivity/endpoints/write\"\ + ,\"Microsoft.HybridConnectivity/endpoints/serviceConfigurations/read\",\"\ + Microsoft.HybridConnectivity/endpoints/serviceConfigurations/write\",\"Microsoft.HybridCompute/machines/read\"\ + ,\"Microsoft.HybridCompute/machines/write\",\"Microsoft.HybridCompute/machines/delete\"\ + ,\"Microsoft.HybridCompute/machines/extensions/read\",\"Microsoft.HybridCompute/machines/extensions/write\"\ + ,\"Microsoft.HybridCompute/machines/extensions/delete\",\"Microsoft.HybridCompute/*/read\"\ + ,\"Microsoft.HybridCompute/machines/UpgradeExtensions/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-11-11T07:00:46.0732593Z\"\ + ,\"updatedOn\":\"2023-05-09T10:45:39.1904419Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f5819b54-e033-4d82-ac66-4fec3cbf3f4c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f5819b54-e033-4d82-ac66-4fec3cbf3f4c\"\ + },{\"properties\":{\"roleName\":\"SqlDb Migration Role\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role for SqlDb migration\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Sql/servers/read\",\"Microsoft.Sql/servers/write\"\ + ,\"Microsoft.Sql/servers/databases/read\",\"Microsoft.Sql/servers/databases/write\"\ + ,\"Microsoft.Sql/servers/databases/delete\",\"Microsoft.DataMigration/locations/operationResults/read\"\ + ,\"Microsoft.DataMigration/locations/operationStatuses/read\",\"Microsoft.DataMigration/locations/sqlMigrationServiceOperationResults/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/write\",\"Microsoft.DataMigration/databaseMigrations/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/delete\",\"Microsoft.DataMigration/databaseMigrations/cancel/action\"\ + ,\"Microsoft.DataMigration/databaseMigrations/cutover/action\",\"Microsoft.DataMigration/sqlMigrationServices/write\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/delete\",\"Microsoft.DataMigration/sqlMigrationServices/read\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listAuthKeys/action\",\"Microsoft.DataMigration/sqlMigrationServices/regenerateAuthKeys/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/deleteNode/action\",\"Microsoft.DataMigration/sqlMigrationServices/listMonitoringData/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listMigrations/read\",\"Microsoft.DataMigration/sqlMigrationServices/MonitoringData/read\"\ + ,\"Microsoft.DataMigration/register/action\",\"Microsoft.DataMigration/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-12-05T22:44:49.0534137Z\",\"updatedOn\":\"2023-02-16T20:05:09.8576114Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/189207d4-bb67-4208-a635-b06afe8b2c57\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"189207d4-bb67-4208-a635-b06afe8b2c57\"\ + },{\"properties\":{\"roleName\":\"Bayer Ag Powered Services Imagery Solution\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Provide access to Imagery Solution\ + \ by Bayer Ag Powered Services\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/read\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/write\",\"Microsoft.AgFoodPlatform/farmBeats/ingestionJobs/satelliteDataIngestionJobs/*\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/scenes/*\",\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insights/*\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insightAttachments/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-01-10T09:47:50.1779616Z\",\"\ + updatedOn\":\"2023-03-15T11:12:45.0172539Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ef29765d-0d37-4119-a4f8-f9f9902c9588\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ef29765d-0d37-4119-a4f8-f9f9902c9588\"\ + },{\"properties\":{\"roleName\":\"Bayer Ag Powered Services GDU Solution\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Provide access to GDU Solution\ + \ by Bayer Ag Powered Services\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/read\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insights/*\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insightAttachments/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-01-10T09:47:50.1779616Z\",\"\ + updatedOn\":\"2023-03-15T11:12:45.0172539Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c4bc862a-3b64-4a35-a021-a380c159b042\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c4bc862a-3b64-4a35-a021-a380c159b042\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions Service role\ + \ for management\",\"type\":\"BuiltInRole\",\"description\":\"This role has\ + \ permissions that the user assigned managed identity must have to enable\ + \ registration for the existing systems.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2023-01-11T08:53:15.6986879Z\",\"updatedOn\":\"2023-01-31T07:21:28.5445523Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0105a6b0-4bb9-43d2-982a-12806f9faddb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0105a6b0-4bb9-43d2-982a-12806f9faddb\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions Management\ + \ role\",\"type\":\"BuiltInRole\",\"description\":\"This role has permissions\ + \ which allow users to register existing systems, view and manage systems.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-01-11T08:53:15.6986879Z\"\ + ,\"updatedOn\":\"2023-01-31T07:21:28.5445523Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6d949e1d-41e2-46e3-8920-c6e4f31a8310\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6d949e1d-41e2-46e3-8920-c6e4f31a8310\"\ + },{\"properties\":{\"roleName\":\"Kubernetes Agentless Operator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Grants Microsoft Defender for Cloud access\ + \ to Azure Kubernetes Services\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings/write\"\ + ,\"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings/read\"\ + ,\"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings/delete\"\ + ,\"Microsoft.ContainerService/managedClusters/read\",\"Microsoft.Features/features/read\"\ + ,\"Microsoft.Features/providers/features/read\",\"Microsoft.Features/providers/features/register/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-11T12:55:52.3130880Z\",\"updatedOn\":\"2023-04-17T10:56:00.5450408Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d5a2ae44-610b-4500-93be-660a0c5f5ca6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d5a2ae44-610b-4500-93be-660a0c5f5ca6\"\ + },{\"properties\":{\"roleName\":\"Azure Usage Billing Data Sender\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Azure Usage Billing shared BuiltIn role\ + \ to be used for all Customer Account Authentication\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.UsageBilling/accounts/inputs/send/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2023-01-11T20:30:19.7013219Z\",\"updatedOn\":\"2023-01-24T19:01:11.7372358Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f0310ce6-e953-4cf8-b892-fb1c87eaf7f6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f0310ce6-e953-4cf8-b892-fb1c87eaf7f6\"\ + },{\"properties\":{\"roleName\":\"SqlMI Migration Role\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role for SqlMI migration\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Sql/managedInstances/read\",\"\ + Microsoft.Sql/managedInstances/write\",\"Microsoft.Sql/managedInstances/databases/read\"\ + ,\"Microsoft.Sql/managedInstances/databases/write\",\"Microsoft.Sql/managedInstances/databases/delete\"\ + ,\"Microsoft.Sql/managedInstances/metrics/read\",\"Microsoft.DataMigration/locations/operationResults/read\"\ + ,\"Microsoft.DataMigration/locations/operationStatuses/read\",\"Microsoft.DataMigration/locations/sqlMigrationServiceOperationResults/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/write\",\"Microsoft.DataMigration/databaseMigrations/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/delete\",\"Microsoft.DataMigration/databaseMigrations/cancel/action\"\ + ,\"Microsoft.DataMigration/databaseMigrations/cutover/action\",\"Microsoft.DataMigration/sqlMigrationServices/write\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/delete\",\"Microsoft.DataMigration/sqlMigrationServices/read\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listAuthKeys/action\",\"Microsoft.DataMigration/sqlMigrationServices/regenerateAuthKeys/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/deleteNode/action\",\"Microsoft.DataMigration/sqlMigrationServices/listMonitoringData/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listMigrations/read\",\"Microsoft.DataMigration/sqlMigrationServices/MonitoringData/read\"\ + ,\"Microsoft.DataMigration/register/action\",\"Microsoft.DataMigration/operations/read\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-01-27T02:46:10.6718077Z\"\ + ,\"updatedOn\":\"2023-02-16T20:05:09.8576114Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1d335eef-eee1-47fe-a9e0-53214eba8872\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1d335eef-eee1-47fe-a9e0-53214eba8872\"\ + },{\"properties\":{\"roleName\":\"SqlVM Migration Role\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role for SqlVM migration\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.DataMigration/locations/operationResults/read\"\ + ,\"Microsoft.DataMigration/locations/operationStatuses/read\",\"Microsoft.DataMigration/locations/sqlMigrationServiceOperationResults/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/write\",\"Microsoft.DataMigration/databaseMigrations/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/delete\",\"Microsoft.DataMigration/databaseMigrations/cancel/action\"\ + ,\"Microsoft.DataMigration/databaseMigrations/cutover/action\",\"Microsoft.DataMigration/sqlMigrationServices/write\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/delete\",\"Microsoft.DataMigration/sqlMigrationServices/read\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listAuthKeys/action\",\"Microsoft.DataMigration/sqlMigrationServices/regenerateAuthKeys/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/deleteNode/action\",\"Microsoft.DataMigration/sqlMigrationServices/listMonitoringData/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listMigrations/read\",\"Microsoft.DataMigration/sqlMigrationServices/MonitoringData/read\"\ + ,\"Microsoft.DataMigration/register/action\",\"Microsoft.DataMigration/operations/read\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.SqlVirtualMachine/sqlVirtualMachines/read\"\ + ,\"Microsoft.SqlVirtualMachine/sqlVirtualMachines/write\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-01-27T02:46:10.6718077Z\"\ + ,\"updatedOn\":\"2023-02-16T20:05:09.8576114Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ae8036db-e102-405b-a1b9-bae082ea436d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ae8036db-e102-405b-a1b9-bae082ea436d\"\ + },{\"properties\":{\"roleName\":\"Bayer Ag Powered Services CWUM Solution\ + \ User Role\",\"type\":\"BuiltInRole\",\"description\":\"Provide access to\ + \ CWUM Solution by Bayer Ag Powered Services\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/read\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/write\",\"Microsoft.AgFoodPlatform/farmBeats/ingestionJobs/satelliteDataIngestionJobs/*\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/scenes/*\",\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insights/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-01-27T11:36:43.9237787Z\",\"\ + updatedOn\":\"2023-02-22T15:38:25.6846785Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a9b99099-ead7-47db-8fcf-072597a61dfa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a9b99099-ead7-47db-8fcf-072597a61dfa\"\ + },{\"properties\":{\"roleName\":\"Azure Front Door Secret Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can view Azure Front Door secrets, but\ + \ can't make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Cdn/operationresults/profileresults/secretresults/read\"\ + ,\"Microsoft.Cdn/profiles/secrets/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-31T15:27:34.9715174Z\",\"updatedOn\":\"2023-01-31T15:27:34.9715174Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0db238c4-885e-4c4f-a933-aa2cef684fca\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0db238c4-885e-4c4f-a933-aa2cef684fca\"\ + },{\"properties\":{\"roleName\":\"Azure Front Door Domain Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage Azure Front Door domains,\ + \ but can't grant access to other users.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Cdn/operationresults/profileresults/customdomainresults/read\"\ + ,\"Microsoft.Cdn/profiles/customdomains/read\",\"Microsoft.Cdn/profiles/customdomains/write\"\ + ,\"Microsoft.Cdn/profiles/customdomains/delete\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-31T15:27:34.9715174Z\",\"updatedOn\":\"2023-01-31T15:27:34.9715174Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0ab34830-df19-4f8c-b84e-aa85b8afa6e8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0ab34830-df19-4f8c-b84e-aa85b8afa6e8\"\ + },{\"properties\":{\"roleName\":\"Azure Front Door Domain Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can view Azure Front Door domains, but\ + \ can't make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Cdn/operationresults/profileresults/customdomainresults/read\"\ + ,\"Microsoft.Cdn/profiles/customdomains/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-31T15:27:34.9725169Z\",\"updatedOn\":\"2023-01-31T15:27:34.9725169Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0f99d363-226e-4dca-9920-b807cf8e1a5f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0f99d363-226e-4dca-9920-b807cf8e1a5f\"\ + },{\"properties\":{\"roleName\":\"Azure Front Door Secret Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage Azure Front Door secrets,\ + \ but can't grant access to other users.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Cdn/operationresults/profileresults/secretresults/read\"\ + ,\"Microsoft.Cdn/profiles/secrets/read\",\"Microsoft.Cdn/profiles/secrets/write\"\ + ,\"Microsoft.Cdn/profiles/secrets/delete\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-31T15:27:34.9715174Z\",\"updatedOn\":\"2023-01-31T15:27:34.9715174Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3f2eb865-5811-4578-b90a-6fc6fa0df8e5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3f2eb865-5811-4578-b90a-6fc6fa0df8e5\"\ + },{\"properties\":{\"roleName\":\"Azure Stack HCI registration role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Custom Azure role to allow subscription-level\ + \ access to register Azure Stack HCI\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.AzureStackHCI/register/action\",\"Microsoft.AzureStackHCI/Unregister/Action\"\ + ,\"Microsoft.AzureStackHCI/clusters/*\",\"Microsoft.HybridCompute/register/action\"\ + ,\"Microsoft.GuestConfiguration/register/action\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/write\",\"Microsoft.Resources/subscriptions/resourceGroups/delete\"\ + ,\"Microsoft.HybridConnectivity/register/action\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2023-02-01T05:07:09.8184980Z\"\ + ,\"updatedOn\":\"2023-03-23T23:51:11.7541154Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bda0d508-adf1-4af0-9c28-88919fc3ae06\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bda0d508-adf1-4af0-9c28-88919fc3ae06\"\ + },{\"properties\":{\"roleName\":\"MySQL Backup And Export Operator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Grants full access to manage backup and\ + \ export resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DBforMySQL/flexibleServers/validateBackup/action\",\"Microsoft.DBforMySQL/flexibleServers/backupAndExport/action\"\ + ,\"Microsoft.DBforMySQL/locations/operationResults/read\",\"Microsoft.DBforMySQL/locations/azureAsyncOperation/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-02-01T06:07:53.2476095Z\",\"updatedOn\":\"2023-05-10T10:39:13.7776743Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d18ad5f3-1baf-4119-b49b-d944edb1f9d0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d18ad5f3-1baf-4119-b49b-d944edb1f9d0\"\ + },{\"properties\":{\"roleName\":\"LocalNGFirewallAdministrator role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows user to create, modify, describe,\ + \ or delete NGFirewalls.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"PaloAltoNetworks.Cloudngfw/firewalls/*\",\"PaloAltoNetworks.Cloudngfw/localRulestacks/read\"\ + ,\"PaloAltoNetworks.Cloudngfw/globalRulestacks/read\",\"PaloAltoNetworks.Cloudngfw/Locations/operationStatuses/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/write\",\"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Network/publicIPAddresses/write\",\"Microsoft.Network/publicIPAddresses/read\"\ + ,\"Microsoft.Network/publicIPAddresses/join/action\",\"Microsoft.Network/networkVirtualAppliances/read\"\ + ,\"Microsoft.Network/networkVirtualAppliances/write\",\"Microsoft.Network/networkVirtualAppliances/delete\"\ + ,\"Microsoft.Network/virtualHubs/read\",\"Microsoft.Network/virtualWans/read\"\ + ,\"Microsoft.Network/virtualWans/virtualHubs/read\",\"Microsoft.Network/networkSecurityGroups/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/join/action\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-02-01T11:41:41.0153565Z\"\ + ,\"updatedOn\":\"2023-03-09T17:37:16.4519032Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a8835c7d-b5cb-47fa-b6f0-65ea10ce07a2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a8835c7d-b5cb-47fa-b6f0-65ea10ce07a2\"\ + },{\"properties\":{\"roleName\":\"LocalRulestacksAdministrator role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows users to create, modify, describe,\ + \ or delete Rulestacks.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"PaloAltoNetworks.Cloudngfw/localRulestacks/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2023-02-01T11:41:41.0153565Z\",\"updatedOn\":\"2023-02-16T00:07:35.4735717Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bfc3b73d-c6ff-45eb-9a5f-40298295bf20\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bfc3b73d-c6ff-45eb-9a5f-40298295bf20\"\ + },{\"properties\":{\"roleName\":\"Azure Extension for SQL Server Deployment\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft.AzureArcData service\ + \ role to enable deployment of Azure Extension for SQL Server\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.HybridCompute/machines/extensions/write\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-03-07T19:20:48.6593489Z\"\ + ,\"updatedOn\":\"2023-05-02T00:29:34.7065502Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7392c568-9289-4bde-aaaa-b7131215889d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7392c568-9289-4bde-aaaa-b7131215889d\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Data Read and Batch Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"This role can be used to assign read\ + \ and batch actions on Azure Maps.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Maps/accounts/services/*/read\"\ + ,\"Microsoft.Maps/accounts/services/batch/action\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2023-03-13T22:02:29.8819187Z\",\"updatedOn\":\"2023-05-12T22:06:52.7496289Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d6470a16-71bd-43ab-86b3-6f3a73f4e787\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d6470a16-71bd-43ab-86b3-6f3a73f4e787\"\ + },{\"properties\":{\"roleName\":\"API Management Service Workspace API Developer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Has read access to tags and products\ + \ and write access to allow: assigning APIs to products, assigning tags to\ + \ products and APIs. This role should be assigned on the service scope.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/tags/read\"\ + ,\"Microsoft.ApiManagement/service/tags/apiLinks/*\",\"Microsoft.ApiManagement/service/tags/operationLinks/*\"\ + ,\"Microsoft.ApiManagement/service/tags/productLinks/*\",\"Microsoft.ApiManagement/service/products/read\"\ + ,\"Microsoft.ApiManagement/service/products/apiLinks/*\",\"Microsoft.ApiManagement/service/read\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2023-03-17T21:07:02.7698730Z\",\"updatedOn\"\ + :\"2023-03-17T21:07:02.7698730Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9565a273-41b9-4368-97d2-aeb0c976a9b3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9565a273-41b9-4368-97d2-aeb0c976a9b3\"\ + },{\"properties\":{\"roleName\":\"API Management Workspace API Developer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Has read access to entities in\ + \ the workspace and read and write access to entities for editing APIs. This\ + \ role should be assigned on the workspace scope.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/workspaces/*/read\"\ + ,\"Microsoft.ApiManagement/service/workspaces/apis/*\",\"Microsoft.ApiManagement/service/workspaces/apiVersionSets/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/policies/*\",\"Microsoft.ApiManagement/service/workspaces/schemas/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/products/*\",\"Microsoft.ApiManagement/service/workspaces/policyFragments/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/namedValues/*\",\"Microsoft.ApiManagement/service/workspaces/tags/*\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2023-03-17T21:07:02.7688737Z\",\"updatedOn\"\ + :\"2023-03-17T21:07:02.7688737Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/56328988-075d-4c6a-8766-d93edd6725b6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"56328988-075d-4c6a-8766-d93edd6725b6\"\ + },{\"properties\":{\"roleName\":\"API Management Service Workspace API Product\ + \ Manager\",\"type\":\"BuiltInRole\",\"description\":\"Has the same access\ + \ as API Management Service Workspace API Developer as well as read access\ + \ to users and write access to allow assigning users to groups. This role\ + \ should be assigned on the service scope.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/users/read\"\ + ,\"Microsoft.ApiManagement/service/tags/read\",\"Microsoft.ApiManagement/service/tags/apiLinks/*\"\ + ,\"Microsoft.ApiManagement/service/tags/operationLinks/*\",\"Microsoft.ApiManagement/service/tags/productLinks/*\"\ + ,\"Microsoft.ApiManagement/service/products/read\",\"Microsoft.ApiManagement/service/products/apiLinks/*\"\ + ,\"Microsoft.ApiManagement/service/groups/users/*\",\"Microsoft.ApiManagement/service/read\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2023-03-17T21:07:02.7658744Z\",\"updatedOn\"\ + :\"2023-03-17T21:07:02.7658744Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d59a3e9c-6d52-4a5a-aeed-6bf3cf0e31da\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d59a3e9c-6d52-4a5a-aeed-6bf3cf0e31da\"\ + },{\"properties\":{\"roleName\":\"API Management Workspace Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has read-only access to entities in the\ + \ workspace. This role should be assigned on the workspace scope.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/workspaces/*/read\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2023-03-17T21:07:02.7658744Z\",\"updatedOn\"\ + :\"2023-03-17T21:07:02.7658744Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ef1c2c96-4a77-49e8-b9a4-6179fe1d2fd2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ef1c2c96-4a77-49e8-b9a4-6179fe1d2fd2\"\ + },{\"properties\":{\"roleName\":\"API Management Workspace API Product Manager\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Has read access to entities in\ + \ the workspace and read and write access to entities for publishing APIs.\ + \ This role should be assigned on the workspace scope.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/workspaces/*/read\"\ + ,\"Microsoft.ApiManagement/service/workspaces/products/*\",\"Microsoft.ApiManagement/service/workspaces/subscriptions/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/groups/*\",\"Microsoft.ApiManagement/service/workspaces/tags/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/notifications/*\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-03-17T21:07:02.7718736Z\",\"updatedOn\":\"2023-03-17T21:07:02.7718736Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/73c2c328-d004-4c5e-938c-35c6f5679a1f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"73c2c328-d004-4c5e-938c-35c6f5679a1f\"\ + },{\"properties\":{\"roleName\":\"API Management Workspace Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage the workspace and view,\ + \ but not modify its members. This role should be assigned on the workspace\ + \ scope.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ApiManagement/service/workspaces/*\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-03-17T21:07:02.7698730Z\",\"updatedOn\":\"2023-03-17T21:07:02.7698730Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0c34c906-8d99-4cb7-8bb7-33f5b0a1a799\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0c34c906-8d99-4cb7-8bb7-33f5b0a1a799\"\ + },{\"properties\":{\"roleName\":\"Storage File Data Privileged Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Customer has read access on Azure\ + \ Storage file shares.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/readFileBackupSemantics/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-03-21T20:32:31.6922330Z\",\"\ + updatedOn\":\"2023-04-04T19:07:34.6017202Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b8eda974-7b85-4f76-af95-65846b26df6d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b8eda974-7b85-4f76-af95-65846b26df6d\"\ + },{\"properties\":{\"roleName\":\"Storage File Data Privileged Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Customer has read, write, delete\ + \ and modify NTFS permission access on Azure Storage file shares.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/write\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/delete\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/modifypermissions/action\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/readFileBackupSemantics/action\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/writeFileBackupSemantics/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-03-21T20:47:41.8393692Z\",\"\ + updatedOn\":\"2023-04-04T19:07:34.6017202Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/69566ab7-960f-475b-8e7c-b3118f30c6bd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"69566ab7-960f-475b-8e7c-b3118f30c6bd\"\ + },{\"properties\":{\"roleName\":\"Windows365NetworkInterfaceContributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create NICs and join it to virtual\ + \ machine in another tenant. This role is used in Windows365 scenarios.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourcegroups/read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Network/locations/operations/read\"\ + ,\"Microsoft.Network/locations/operationResults/read\",\"Microsoft.Network/locations/usages/read\"\ + ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/delete\",\"Microsoft.Network/networkInterfaces/join/action\"\ + ,\"Microsoft.Network/networkInterfaces/effectiveNetworkSecurityGroups/action\"\ + ,\"Microsoft.Network/networkInterfaces/effectiveRouteTable/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-03-22T05:08:28.8392508Z\"\ + ,\"updatedOn\":\"2023-06-01T14:58:32.2805471Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1f135831-5bbe-4924-9016-264044c00788\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1f135831-5bbe-4924-9016-264044c00788\"\ + },{\"properties\":{\"roleName\":\"Windows365NetworkUser\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read the virtual network informations, and join the virtual\ + \ network to virtual machine in another tenant. This role is used in Windows365\ + \ scenarios.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/usages/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-03-22T05:08:28.8392508Z\",\"updatedOn\":\"2023-04-13T00:27:13.0246717Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7eabc9a4-85f7-4f71-b8ab-75daaccc1033\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7eabc9a4-85f7-4f71-b8ab-75daaccc1033\"\ + },{\"properties\":{\"roleName\":\"Windows365SubscriptionReader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Read subscriptions, images, azure firewalls.\ + \ This role is used in Windows365 scenarios.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-03-22T05:08:28.8392508Z\",\"updatedOn\":\"2023-03-22T05:08:28.8392508Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3d55a8f6-4133-418d-8051-facdb1735758\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3d55a8f6-4133-418d-8051-facdb1735758\"\ + },{\"properties\":{\"roleName\":\"App Compliance Automation Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Read, download the reports objects and\ + \ related other resource objects.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.AppComplianceAutomation/*/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-04-11T05:22:43.8843627Z\",\"updatedOn\":\"2023-05-25T05:54:06.7578980Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ffc6bbe0-e443-4c3b-bf54-26581bb2f78e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ffc6bbe0-e443-4c3b-bf54-26581bb2f78e\"\ + },{\"properties\":{\"roleName\":\"App Compliance Automation Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, download, modify\ + \ and delete reports objects and related other resource objects.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AppComplianceAutomation/*\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/write\",\"Microsoft.Storage/storageAccounts/fileservices/write\"\ + ,\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Storage/storageAccounts/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/write\",\"Microsoft.Storage/storageAccounts/blobServices/read\"\ + ,\"Microsoft.PolicyInsights/policyStates/queryResults/action\",\"Microsoft.PolicyInsights/policyStates/triggerEvaluation/action\"\ + ,\"Microsoft.Resources/resources/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\"\ + ,\"Microsoft.Resources/subscriptions/resources/read\",\"Microsoft.Resources/subscriptions/resourceGroups/delete\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/write\",\"Microsoft.Resources/tags/read\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Security/automations/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Security/automations/delete\"\ + ,\"Microsoft.Security/automations/write\",\"Microsoft.Security/register/action\"\ + ,\"Microsoft.Security/unregister/action\",\"*/read\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-04-11T05:22:43.8843627Z\"\ + ,\"updatedOn\":\"2023-05-23T04:32:49.7042798Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0f37683f-2463-46b6-9ce7-9b788b988ba2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0f37683f-2463-46b6-9ce7-9b788b988ba2\"\ + },{\"properties\":{\"roleName\":\"Azure Sphere Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows user read and write access to Azure Sphere resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureSphere/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/DiagnosticSettings/*\",\"Microsoft.Insights/DiagnosticSettingsCategories/Read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-04-27T19:59:25.4425829Z\",\"updatedOn\":\"2023-05-03T22:25:42.2668720Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8b9dfcab-4b77-4632-a6df-94bd07820648\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8b9dfcab-4b77-4632-a6df-94bd07820648\"\ + },{\"properties\":{\"roleName\":\"SaaS Hub Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"SaaS Hub contributor can manage SaaS Hub resource\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.SaaSHub/cloudservices/read\",\"Microsoft.SaaSHub/cloudservices/write\"\ + ,\"Microsoft.SaaSHub/cloudservices/delete\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2023-04-28T21:07:57.4337817Z\"\ + ,\"updatedOn\":\"2023-05-09T21:57:44.1599452Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e9b8712a-cbcf-4ea7-b0f7-e71b803401e6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e9b8712a-cbcf-4ea7-b0f7-e71b803401e6\"\ + },{\"properties\":{\"roleName\":\"Azure Sphere Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows user to read Azure Sphere resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureSphere/*/read\",\"\ + Microsoft.AzureSphere/catalogs/countDevices/action\",\"Microsoft.AzureSphere/catalogs/listDeviceGroups/action\"\ + ,\"Microsoft.AzureSphere/catalogs/listDeviceInsights/action\",\"Microsoft.AzureSphere/catalogs/listDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/listDeployments/action\",\"Microsoft.AzureSphere/catalogs/products/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/products/deviceGroups/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/certificates/retrieveCertChain/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Insights/DiagnosticSettings/Read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2023-05-03T22:25:42.2598738Z\"\ + ,\"updatedOn\":\"2023-05-09T21:57:44.1619455Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c8ae6279-5a0b-4cb2-b3f0-d4d62845742c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c8ae6279-5a0b-4cb2-b3f0-d4d62845742c\"\ + },{\"properties\":{\"roleName\":\"Azure Sphere Publisher\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows user to read and download Azure Sphere resources\ + \ and upload images.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.AzureSphere/*/read\",\"Microsoft.AzureSphere/catalogs/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/listDeviceGroups/action\",\"Microsoft.AzureSphere/catalogs/listDeviceInsights/action\"\ + ,\"Microsoft.AzureSphere/catalogs/listDevices/action\",\"Microsoft.AzureSphere/catalogs/products/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/products/deviceGroups/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/certificates/retrieveProofOfPossessionNonce/action\"\ + ,\"Microsoft.AzureSphere/catalogs/certificates/retrieveCertChain/action\"\ + ,\"Microsoft.AzureSphere/catalogs/images/write\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/DiagnosticSettings/Read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-05-03T22:25:42.2598738Z\",\"updatedOn\":\"2023-05-09T21:57:44.1599452Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6d994134-994b-4a59-9974-f479f0b227fb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6d994134-994b-4a59-9974-f479f0b227fb\"\ + },{\"properties\":{\"roleName\":\"Cognitive Search Serverless Data Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, modify and delete\ + \ Cognitive Search serverless index schema and documents. This role is in\ + \ preview and subject to change.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveSearch/indexes/schema/*\"\ + ,\"Microsoft.CognitiveSearch/indexes/documents/*\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2023-05-11T22:40:58.9689395Z\",\"updatedOn\":\"2023-05-11T22:40:58.9689395Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7ac06ca7-21ca-47e3-a67b-cbd6e6223baf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7ac06ca7-21ca-47e3-a67b-cbd6e6223baf\"\ + },{\"properties\":{\"roleName\":\"Cognitive Search Serverless Data Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Read Cognitive Search serverless\ + \ index schema and documents. This role is in preview and subject to change.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.CognitiveSearch/indexes/schema/read\",\"\ + Microsoft.CognitiveSearch/indexes/documents/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2023-05-11T22:40:58.9689395Z\",\"updatedOn\":\"2023-05-11T22:40:58.9689395Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/79b01272-bf9f-4f4c-9517-5506269cf524\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"79b01272-bf9f-4f4c-9517-5506269cf524\"\ + },{\"properties\":{\"roleName\":\"Community Owner Role\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Community Owner Role to access the resources of Microsoft.Mission\ + \ stored with RPSAAS.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Mission/register/action\",\"Microsoft.Mission/unregister/action\"\ + ,\"Microsoft.Mission/Locations/OperationStatuses/read\",\"Microsoft.Mission/Locations/OperationStatuses/write\"\ + ,\"Microsoft.Mission/Operations/read\",\"Microsoft.Mission/catalogs/read\"\ + ,\"Microsoft.Mission/catalogs/write\",\"Microsoft.Mission/catalogs/delete\"\ + ,\"Microsoft.Mission/communities/read\",\"Microsoft.Mission/communities/write\"\ + ,\"Microsoft.Mission/communities/delete\",\"Microsoft.Mission/internalConnections/read\"\ + ,\"Microsoft.Mission/internalConnections/write\",\"Microsoft.Mission/internalConnections/delete\"\ + ,\"Microsoft.Mission/virtualEnclaves/read\",\"Microsoft.Mission/virtualEnclaves/write\"\ + ,\"Microsoft.Mission/virtualEnclaves/delete\",\"Microsoft.Mission/virtualEnclaves/workloads/read\"\ + ,\"Microsoft.Mission/virtualEnclaves/workloads/write\",\"Microsoft.Mission/virtualEnclaves/workloads/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-05-23T20:47:52.6187218Z\",\"updatedOn\":\"2023-05-23T20:47:52.6187218Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e28a61e-8040-49db-b175-bb5b88af6239\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e28a61e-8040-49db-b175-bb5b88af6239\"\ + },{\"properties\":{\"roleName\":\"Firmware Analysis Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Upload and analyze firmware images in Defender for IoT\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.IoTFirmwareDefense/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2023-06-08T20:13:53.4814768Z\"\ + ,\"updatedOn\":\"2023-06-08T20:13:53.4814768Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9c1607d1-791d-4c68-885d-c7b7aaff7c8a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9c1607d1-791d-4c68-885d-c7b7aaff7c8a\"\ + }]}" headers: cache-control: - no-cache content-length: - - '92' + - '505468' content-type: - - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:41:02 GMT - odata-version: - - '4.0' - request-id: - - a473a16a-3dab-46d1-8cfb-bf14d23f3458 + - Fri, 09 Jun 2023 09:48:54 GMT + expires: + - '-1' + pragma: + - no-cache strict-transport-security: - - max-age=31536000 + - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding - x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"000","RoleInstance":"MA1PEPF00004251"}}' - x-ms-resource-unit: - - '1' + x-content-type-options: + - nosniff status: code: 200 message: OK - request: - body: '{"ids": ["41753b57-b4fa-4774-80aa-414a3af0f706"], "types": ["user", "group", + body: '{"ids": ["b864e281-c12e-45c6-a0c7-6046a7de5481"], "types": ["user", "group", "servicePrincipal", "directoryObjectPartnerReference"]}' headers: Accept: @@ -13033,7 +8920,7 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - role assignment create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive Content-Length: @@ -13041,29 +8928,30 @@ interactions: Content-Type: - application/json ParameterSetName: - - --assignee --role --scope + - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance + --keyvault-id --yes User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.45.0 (PIP) + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) method: POST uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds response: body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"41753b57-b4fa-4774-80aa-414a3af0f706","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg/providers/Microsoft.DataProtection/BackupVaults/cli-test-new-vault1"],"appDisplayName":null,"appDescription":null,"appId":"fea0857b-fd83-4708-b252-0c5f0a38d6b0","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-02-13T07:30:29Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"cli-test-new-vault1","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["fea0857b-fd83-4708-b252-0c5f0a38d6b0","https://identity.azure.net/2czira6fp81UmSQY0i+P6p1ObGIy33lZb5C/K/6SyDY="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"81B4BF05CBCD13C46538514E74E2057DB2DD092E","displayName":"CN=fea0857b-fd83-4708-b252-0c5f0a38d6b0","endDateTime":"2023-05-14T07:25:00Z","key":null,"keyId":"3dac063a-25ed-4f07-a638-ed0fc6455a6e","startDateTime":"2023-02-13T07:25:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"b864e281-c12e-45c6-a0c7-6046a7de5481","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.DataProtection/BackupVaults/oss-clitest-vault"],"appDisplayName":null,"appDescription":null,"appId":"49bc63b1-190a-4f4e-a962-58db2c2f7112","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2021-08-26T09:13:20Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"oss-clitest-vault","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["49bc63b1-190a-4f4e-a962-58db2c2f7112","https://identity.azure.net/QVMExgU4rxwt5XEm5whEdHZLrmsaL9M/n/eZXzCcN54="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"2BF72AB9536396C749DAA6F19D4254D934597678","displayName":"CN=49bc63b1-190a-4f4e-a962-58db2c2f7112","endDateTime":"2023-08-11T10:50:00Z","key":null,"keyId":"bd8b95b3-6de5-4d6c-8da2-8f830ccfa236","startDateTime":"2023-05-13T10:50:00Z","type":"AsymmetricX509Cert","usage":"Verify"},{"customKeyIdentifier":"84D9AE13008F336D636C5C0A2E1E476BCA02D684","displayName":"CN=49bc63b1-190a-4f4e-a962-58db2c2f7112","endDateTime":"2023-06-24T10:49:00Z","key":null,"keyId":"1b42c09e-c519-456e-951b-31784a695f4c","startDateTime":"2023-03-26T10:49:00Z","type":"AsymmetricX509Cert","usage":"Verify"},{"customKeyIdentifier":"D81E29CF74F0D83AE8C4D6E335C80A846694493A","displayName":"CN=49bc63b1-190a-4f4e-a962-58db2c2f7112","endDateTime":"2023-05-07T10:47:00Z","key":null,"keyId":"ba62a45a-7c3e-48d9-8a26-4674ca0d2e6b","startDateTime":"2023-02-06T10:47:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' headers: cache-control: - no-cache content-length: - - '1732' + - '2337' content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Mon, 13 Feb 2023 07:41:02 GMT + - Fri, 09 Jun 2023 09:48:54 GMT location: - https://graph.microsoft.com odata-version: - '4.0' request-id: - - fc13837d-2091-4e02-ba2b-69a1999878f6 + - d580d90a-3e20-4fdc-a52d-9bd19fd3b26b strict-transport-security: - max-age=31536000 transfer-encoding: @@ -13071,7 +8959,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"000","RoleInstance":"MA1PEPF00002722"}}' + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"000","RoleInstance":"MA1PEPF00004253"}}' x-ms-resource-unit: - '3' status: @@ -13085,37 +8973,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - role assignment create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive ParameterSetName: - - --assignee --role --scope + - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance + --keyvault-id --yes User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.45.0 (PIP) - accept-language: - - en-US + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-rdbms/10.2.0b8 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Disk%20Restore%20Operator%27&api-version=2018-01-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/firewallRules?api-version=2017-12-01 response: body: - string: '{"value":[{"properties":{"roleName":"Disk Restore Operator","type":"BuiltInRole","description":"Provides - permission to backup vault to perform disk restore.","assignableScopes":["/"],"permissions":[{"actions":["Microsoft.Authorization/*/read","Microsoft.Resources/subscriptions/resourceGroups/read","Microsoft.Compute/disks/write","Microsoft.Compute/disks/read"],"notActions":[],"dataActions":[],"notDataActions":[]}],"createdOn":"2020-12-15T12:18:31.8481619Z","updatedOn":"2021-11-11T20:14:56.7408912Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","type":"Microsoft.Authorization/roleDefinitions","name":"b50d9833-a0cb-478e-945f-707fcc997c13"}]}' + string: '{"value":[]}' headers: cache-control: - no-cache content-length: - - '782' + - '12' content-type: - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:41:03 GMT + - Fri, 09 Jun 2023 09:48:56 GMT expires: - '-1' pragma: - no-cache - set-cookie: - - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -13128,114 +9013,105 @@ interactions: code: 200 message: OK - request: - body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13", - "principalId": "41753b57-b4fa-4774-80aa-414a3af0f706", "principalType": "ServicePrincipal"}}' + body: '{"properties": {"startIpAddress": "0.0.0.0", "endIpAddress": "0.0.0.0"}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - role assignment create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive Content-Length: - - '270' + - '72' Content-Type: - - application/json; charset=utf-8 - Cookie: - - x-ms-gateway-slice=Production + - application/json ParameterSetName: - - --assignee --role --scope + - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance + --keyvault-id --yes User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.45.0 (PIP) - accept-language: - - en-US + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-rdbms/10.2.0b8 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/4667bb60-5b20-4f5e-9ba8-7b3c1ac1e7bb?api-version=2020-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/firewallRules/AllowAllWindowsAzureIps?api-version=2017-12-01 response: body: - string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"41753b57-b4fa-4774-80aa-414a3af0f706","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-02-13T07:41:04.4291083Z","updatedOn":"2023-02-13T07:41:05.3954237Z","createdBy":null,"updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/4667bb60-5b20-4f5e-9ba8-7b3c1ac1e7bb","type":"Microsoft.Authorization/roleAssignments","name":"4667bb60-5b20-4f5e-9ba8-7b3c1ac1e7bb"}' + string: '{"operation":"UpsertElasticServerFirewallRules","startTime":"2023-06-09T09:48:56.723Z"}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/centraluseuap/azureAsyncOperation/d63e1f01-5389-4ff0-a288-51de49f98b8d?api-version=2017-12-01 cache-control: - no-cache content-length: - - '873' + - '87' content-type: - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:41:07 GMT + - Fri, 09 Jun 2023 09:48:56 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/centraluseuap/operationResults/d63e1f01-5389-4ff0-a288-51de49f98b8d?api-version=2017-12-01 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: - - '1192' + - '1196' status: - code: 201 - message: Created + code: 202 + message: Accepted - request: - body: '{"backupInstance": {"dataSourceInfo": {"datasourceType": "Microsoft.Compute/disks", - "objectType": "Datasource", "resourceID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1", - "resourceLocation": "centraluseuap", "resourceName": "cli-test-disk-new1", "resourceType": - "Microsoft.Compute/disks", "resourceUri": ""}, "policyInfo": {"policyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy", - "policyParameters": {"dataStoreParametersList": [{"objectType": "AzureOperationalStoreParameters", - "dataStoreType": "OperationalStore", "resourceGroupId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg"}]}}, - "objectType": "BackupInstance"}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance validate-for-backup + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive - Content-Length: - - '869' - Content-Type: - - application/json ParameterSetName: - - -g --vault-name --backup-instance + - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance + --keyvault-id --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/validateForBackup?api-version=2022-05-01 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-rdbms/10.2.0b8 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/centraluseuap/azureAsyncOperation/d63e1f01-5389-4ff0-a288-51de49f98b8d?api-version=2017-12-01 response: body: - string: '' + string: '{"name":"d63e1f01-5389-4ff0-a288-51de49f98b8d","status":"InProgress","startTime":"2023-06-09T09:48:56.723Z"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzM1YmJkMzkzLTZmMzAtNDUwMC04NDExLTMzMWJjNzIyMWU2Mw==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '0' + - '108' + content-type: + - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:43:09 GMT + - Fri, 09 Jun 2023 09:48:56 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzM1YmJkMzkzLTZmMzAtNDUwMC04NDExLTMzMWJjNzIyMWU2Mw==?api-version=2022-05-01 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' - x-powered-by: - - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -13244,34 +9120,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance validate-for-backup + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive ParameterSetName: - - -g --vault-name --backup-instance + - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance + --keyvault-id --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-rdbms/10.2.0b8 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzM1YmJkMzkzLTZmMzAtNDUwMC04NDExLTMzMWJjNzIyMWU2Mw==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/centraluseuap/azureAsyncOperation/d63e1f01-5389-4ff0-a288-51de49f98b8d?api-version=2017-12-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzM1YmJkMzkzLTZmMzAtNDUwMC04NDExLTMzMWJjNzIyMWU2Mw==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzM1YmJkMzkzLTZmMzAtNDUwMC04NDExLTMzMWJjNzIyMWU2Mw==","status":"Inprogress","startTime":"2023-02-13T07:43:09.0170897Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"name":"d63e1f01-5389-4ff0-a288-51de49f98b8d","status":"Succeeded","startTime":"2023-06-09T09:48:56.723Z"}' headers: cache-control: - no-cache content-length: - - '478' + - '107' content-type: - - application/json + - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:43:19 GMT + - Fri, 09 Jun 2023 09:49:12 GMT expires: - '-1' pragma: - no-cache server: - - Microsoft-IIS/10.0 + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -13280,10 +9156,6 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '999' - x-powered-by: - - ASP.NET status: code: 200 message: OK @@ -13295,34 +9167,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance validate-for-backup + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive ParameterSetName: - - -g --vault-name --backup-instance + - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance + --keyvault-id --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-rdbms/10.2.0b8 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzM1YmJkMzkzLTZmMzAtNDUwMC04NDExLTMzMWJjNzIyMWU2Mw==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/firewallRules/AllowAllWindowsAzureIps?api-version=2017-12-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzM1YmJkMzkzLTZmMzAtNDUwMC04NDExLTMzMWJjNzIyMWU2Mw==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzM1YmJkMzkzLTZmMzAtNDUwMC04NDExLTMzMWJjNzIyMWU2Mw==","status":"Inprogress","startTime":"2023-02-13T07:43:09.0170897Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"properties":{"startIpAddress":"0.0.0.0","endIpAddress":"0.0.0.0"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/firewallRules/AllowAllWindowsAzureIps","name":"AllowAllWindowsAzureIps","type":"Microsoft.DBforPostgreSQL/servers/firewallRules"}' headers: cache-control: - no-cache content-length: - - '478' + - '348' content-type: - - application/json + - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:43:50 GMT + - Fri, 09 Jun 2023 09:49:13 GMT expires: - '-1' pragma: - no-cache server: - - Microsoft-IIS/10.0 + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -13331,10 +9203,6 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '998' - x-powered-by: - - ASP.NET status: code: 200 message: OK @@ -13346,46 +9214,94 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance validate-for-backup + - role assignment create Connection: - keep-alive ParameterSetName: - - -g --vault-name --backup-instance + - --assignee --role --scope User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzM1YmJkMzkzLTZmMzAtNDUwMC04NDExLTMzMWJjNzIyMWU2Mw==?api-version=2022-05-01 + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2742377822-9982-4373-a40b-eddf8b9434a5%27%29 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzM1YmJkMzkzLTZmMzAtNDUwMC04NDExLTMzMWJjNzIyMWU2Mw==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzM1YmJkMzkzLTZmMzAtNDUwMC04NDExLTMzMWJjNzIyMWU2Mw==","status":"Succeeded","startTime":"2023-02-13T07:43:09.0170897Z","endTime":"2023-02-13T07:43:51Z"}' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' headers: cache-control: - no-cache content-length: - - '477' + - '92' content-type: - - application/json + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Mon, 13 Feb 2023 07:44:20 GMT - expires: - - '-1' - pragma: + - Fri, 09 Jun 2023 09:50:13 GMT + odata-version: + - '4.0' + request-id: + - 979c393c-8a0a-45c6-9800-a9bb671170a8 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"000","RoleInstance":"MA1PEPF00002725"}}' + x-ms-resource-unit: + - '1' + status: + code: 200 + message: OK +- request: + body: '{"ids": ["42377822-9982-4373-a40b-eddf8b9434a5"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - role assignment create + Connection: + - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json + ParameterSetName: + - --assignee --role --scope + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"42377822-9982-4373-a40b-eddf8b9434a5","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sarath-rg/providers/Microsoft.DataProtection/BackupVaults/cli-test-new-vault1"],"appDisplayName":null,"appDescription":null,"appId":"2cdba04d-d62e-492f-85c7-e61a57a9813a","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-06-09T09:44:24Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"cli-test-new-vault1","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["2cdba04d-d62e-492f-85c7-e61a57a9813a","https://identity.azure.net/2czira6fp81UmSQY0i+P6p1ObGIy33lZb5C/K/6SyDY="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"B002E0D3B04E878C226364DDFBCDB1A204FEC273","displayName":"CN=2cdba04d-d62e-492f-85c7-e61a57a9813a","endDateTime":"2023-09-07T09:39:00Z","key":null,"keyId":"71548247-f614-4780-afd0-ba4b894bf55b","startDateTime":"2023-06-09T09:39:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' + headers: + cache-control: - no-cache - server: - - Microsoft-IIS/10.0 + content-length: + - '1732' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Fri, 09 Jun 2023 09:50:13 GMT + location: + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - 6e42fb02-5de3-4e3e-ab66-618ed406b48e strict-transport-security: - - max-age=31536000; includeSubDomains + - max-age=31536000 transfer-encoding: - chunked vary: - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '997' - x-powered-by: - - ASP.NET + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"000","RoleInstance":"MA1PEPF000012F3"}}' + x-ms-resource-unit: + - '3' status: code: 200 message: OK @@ -13393,40 +9309,39 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance validate-for-backup + - role assignment create Connection: - keep-alive ParameterSetName: - - -g --vault-name --backup-instance + - --assignee --role --scope User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzM1YmJkMzkzLTZmMzAtNDUwMC04NDExLTMzMWJjNzIyMWU2Mw==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Disk%20Restore%20Operator%27&api-version=2022-04-01 response: body: - string: '{"objectType":"OperationJobExtendedInfo"}' + string: '{"value":[{"properties":{"roleName":"Disk Restore Operator","type":"BuiltInRole","description":"Provides + permission to backup vault to perform disk restore.","assignableScopes":["/"],"permissions":[{"actions":["Microsoft.Authorization/*/read","Microsoft.Resources/subscriptions/resourceGroups/read","Microsoft.Compute/disks/write","Microsoft.Compute/disks/read"],"notActions":[],"dataActions":[],"notDataActions":[]}],"createdOn":"2020-12-15T12:18:31.8481619Z","updatedOn":"2021-11-11T20:14:56.7408912Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","type":"Microsoft.Authorization/roleDefinitions","name":"b50d9833-a0cb-478e-945f-707fcc997c13"}]}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzM1YmJkMzkzLTZmMzAtNDUwMC04NDExLTMzMWJjNzIyMWU2Mw==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '41' + - '782' content-type: - - application/json + - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:44:20 GMT + - Fri, 09 Jun 2023 09:50:15 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-IIS/10.0 + set-cookie: + - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -13435,56 +9350,48 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '199' - x-powered-by: - - ASP.NET status: code: 200 message: OK - request: - body: '{"backupInstance": {"dataSourceInfo": {"datasourceType": "Microsoft.Storage/storageAccounts/blobServices", - "objectType": "Datasource", "resourceID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount", - "resourceLocation": "centraluseuap", "resourceName": "cliteststoreaccount", - "resourceType": "Microsoft.Storage/storageAccounts", "resourceUri": ""}, "policyInfo": - {"policyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/storagepolicy"}, - "objectType": "BackupInstance"}}' + body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13", + "principalId": "42377822-9982-4373-a40b-eddf8b9434a5", "principalType": "ServicePrincipal"}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance validate-for-backup + - role assignment create Connection: - keep-alive Content-Length: - - '679' + - '270' Content-Type: - application/json + Cookie: + - x-ms-gateway-slice=Production ParameterSetName: - - -g --vault-name --backup-instance + - --assignee --role --scope User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/validateForBackup?api-version=2022-05-01 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/17ed73c0-3c0a-4c82-86cd-c0e6939a0a7e?api-version=2022-04-01 response: body: - string: '' + string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13","principalId":"42377822-9982-4373-a40b-eddf8b9434a5","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T09:50:15.7058327Z","updatedOn":"2023-06-09T09:50:16.0998380Z","createdBy":null,"updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Authorization/roleAssignments/17ed73c0-3c0a-4c82-86cd-c0e6939a0a7e","type":"Microsoft.Authorization/roleAssignments","name":"17ed73c0-3c0a-4c82-86cd-c0e6939a0a7e"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzkwOWUzNmI0LTU3NjEtNGU4Yi1hZTM0LWRmMjYwMTU2OWI0MA==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '0' + - '873' + content-type: + - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:44:22 GMT + - Fri, 09 Jun 2023 09:50:16 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzkwOWUzNmI0LTU3NjEtNGU4Yi1hZTM0LWRmMjYwMTU2OWI0MA==?api-version=2022-05-01 pragma: - no-cache strict-transport-security: @@ -13492,63 +9399,67 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' - x-powered-by: - - ASP.NET + - '1194' status: - code: 202 - message: Accepted + code: 201 + message: Created - request: - body: null + body: '{"backupInstance": {"dataSourceInfo": {"datasourceType": "Microsoft.Compute/disks", + "objectType": "Datasource", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new", + "resourceLocation": "centraluseuap", "resourceName": "cli-test-disk-new", "resourceType": + "Microsoft.Compute/disks", "resourceUri": ""}, "dataSourceSetInfo": null, "datasourceAuthCredentials": + null, "friendlyName": "cli-test-disk-new", "objectType": "BackupInstance", "policyInfo": + {"policyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy", + "policyParameters": {"dataStoreParametersList": [{"dataStoreType": "OperationalStore", + "objectType": "AzureOperationalStoreParameters", "resourceGroupId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg"}]}}}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - dataprotection backup-instance validate-for-backup Connection: - keep-alive + Content-Length: + - '966' + Content-Type: + - application/json ParameterSetName: - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzkwOWUzNmI0LTU3NjEtNGU4Yi1hZTM0LWRmMjYwMTU2OWI0MA==?api-version=2022-05-01 + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/validateForBackup?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzkwOWUzNmI0LTU3NjEtNGU4Yi1hZTM0LWRmMjYwMTU2OWI0MA==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzkwOWUzNmI0LTU3NjEtNGU4Yi1hZTM0LWRmMjYwMTU2OWI0MA==","status":"Inprogress","startTime":"2023-02-13T07:44:22.839471Z","endTime":"0001-01-01T00:00:00Z"}' + string: '' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzJmM2UzN2NmLTgxZTctNDYzZi1iMWNiLTFlOWFiMDE4YWZhNQ==?api-version=2023-01-01 cache-control: - no-cache content-length: - - '477' - content-type: - - application/json + - '0' date: - - Mon, 13 Feb 2023 07:44:32 GMT + - Fri, 09 Jun 2023 09:52:17 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzJmM2UzN2NmLTgxZTctNDYzZi1iMWNiLTFlOWFiMDE4YWZhNQ==?api-version=2023-01-01 pragma: - no-cache - server: - - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '997' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' x-powered-by: - ASP.NET status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null headers: @@ -13563,22 +9474,21 @@ interactions: ParameterSetName: - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzkwOWUzNmI0LTU3NjEtNGU4Yi1hZTM0LWRmMjYwMTU2OWI0MA==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzJmM2UzN2NmLTgxZTctNDYzZi1iMWNiLTFlOWFiMDE4YWZhNQ==?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzkwOWUzNmI0LTU3NjEtNGU4Yi1hZTM0LWRmMjYwMTU2OWI0MA==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzkwOWUzNmI0LTU3NjEtNGU4Yi1hZTM0LWRmMjYwMTU2OWI0MA==","status":"Inprogress","startTime":"2023-02-13T07:44:22.839471Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzJmM2UzN2NmLTgxZTctNDYzZi1iMWNiLTFlOWFiMDE4YWZhNQ==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzJmM2UzN2NmLTgxZTctNDYzZi1iMWNiLTFlOWFiMDE4YWZhNQ==","status":"Inprogress","startTime":"2023-06-09T09:52:17.9181379Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache content-length: - - '477' + - '478' content-type: - application/json date: - - Mon, 13 Feb 2023 07:45:02 GMT + - Fri, 09 Jun 2023 09:52:17 GMT expires: - '-1' pragma: @@ -13594,7 +9504,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '996' + - '999' x-powered-by: - ASP.NET status: @@ -13614,22 +9524,21 @@ interactions: ParameterSetName: - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzkwOWUzNmI0LTU3NjEtNGU4Yi1hZTM0LWRmMjYwMTU2OWI0MA==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzJmM2UzN2NmLTgxZTctNDYzZi1iMWNiLTFlOWFiMDE4YWZhNQ==?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzkwOWUzNmI0LTU3NjEtNGU4Yi1hZTM0LWRmMjYwMTU2OWI0MA==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzkwOWUzNmI0LTU3NjEtNGU4Yi1hZTM0LWRmMjYwMTU2OWI0MA==","status":"Inprogress","startTime":"2023-02-13T07:44:22.839471Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzJmM2UzN2NmLTgxZTctNDYzZi1iMWNiLTFlOWFiMDE4YWZhNQ==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzJmM2UzN2NmLTgxZTctNDYzZi1iMWNiLTFlOWFiMDE4YWZhNQ==","status":"Inprogress","startTime":"2023-06-09T09:52:17.9181379Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache content-length: - - '477' + - '478' content-type: - application/json date: - - Mon, 13 Feb 2023 07:45:34 GMT + - Fri, 09 Jun 2023 09:52:48 GMT expires: - '-1' pragma: @@ -13645,7 +9554,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '995' + - '998' x-powered-by: - ASP.NET status: @@ -13665,22 +9574,21 @@ interactions: ParameterSetName: - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzkwOWUzNmI0LTU3NjEtNGU4Yi1hZTM0LWRmMjYwMTU2OWI0MA==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzJmM2UzN2NmLTgxZTctNDYzZi1iMWNiLTFlOWFiMDE4YWZhNQ==?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzkwOWUzNmI0LTU3NjEtNGU4Yi1hZTM0LWRmMjYwMTU2OWI0MA==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzkwOWUzNmI0LTU3NjEtNGU4Yi1hZTM0LWRmMjYwMTU2OWI0MA==","status":"Succeeded","startTime":"2023-02-13T07:44:22.839471Z","endTime":"2023-02-13T07:46:02Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzJmM2UzN2NmLTgxZTctNDYzZi1iMWNiLTFlOWFiMDE4YWZhNQ==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzJmM2UzN2NmLTgxZTctNDYzZi1iMWNiLTFlOWFiMDE4YWZhNQ==","status":"Succeeded","startTime":"2023-06-09T09:52:17.9181379Z","endTime":"2023-06-09T09:52:59Z"}' headers: cache-control: - no-cache content-length: - - '476' + - '477' content-type: - application/json date: - - Mon, 13 Feb 2023 07:46:03 GMT + - Fri, 09 Jun 2023 09:53:18 GMT expires: - '-1' pragma: @@ -13696,7 +9604,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '994' + - '997' x-powered-by: - ASP.NET status: @@ -13716,16 +9624,15 @@ interactions: ParameterSetName: - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzkwOWUzNmI0LTU3NjEtNGU4Yi1hZTM0LWRmMjYwMTU2OWI0MA==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzJmM2UzN2NmLTgxZTctNDYzZi1iMWNiLTFlOWFiMDE4YWZhNQ==?api-version=2023-01-01 response: body: string: '{"objectType":"OperationJobExtendedInfo"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzkwOWUzNmI0LTU3NjEtNGU4Yi1hZTM0LWRmMjYwMTU2OWI0MA==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzJmM2UzN2NmLTgxZTctNDYzZi1iMWNiLTFlOWFiMDE4YWZhNQ==?api-version=2023-01-01 cache-control: - no-cache content-length: @@ -13733,7 +9640,7 @@ interactions: content-type: - application/json date: - - Mon, 13 Feb 2023 07:46:04 GMT + - Fri, 09 Jun 2023 09:53:19 GMT expires: - '-1' pragma: @@ -13756,18 +9663,13 @@ interactions: code: 200 message: OK - request: - body: '{"backupInstance": {"dataSourceInfo": {"datasourceType": "Microsoft.DBforPostgreSQL/servers/databases", - "objectType": "Datasource", "resourceID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres", - "resourceLocation": "centraluseuap", "resourceName": "postgres", "resourceType": - "Microsoft.DBforPostgreSQL/servers/databases", "resourceUri": ""}, "dataSourceSetInfo": - {"datasourceType": "Microsoft.DBforPostgreSQL/servers/databases", "objectType": - "DatasourceSet", "resourceID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server", - "resourceLocation": "centraluseuap", "resourceName": "oss-clitest-server", "resourceType": - "Microsoft.DBforPostgreSQL/servers", "resourceUri": ""}, "policyInfo": {"policyId": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy"}, - "datasourceAuthCredentials": {"objectType": "SecretStoreBasedAuthCredentials", - "secretStoreResource": {"uri": "https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret", - "secretStoreType": "AzureKeyVault"}}, "objectType": "BackupInstance"}}' + body: '{"backupInstance": {"dataSourceInfo": {"datasourceType": "Microsoft.Storage/storageAccounts/blobServices", + "objectType": "Datasource", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount", + "resourceLocation": "centraluseuap", "resourceName": "cliteststoreaccount", + "resourceType": "Microsoft.Storage/storageAccounts", "resourceUri": ""}, "dataSourceSetInfo": + null, "datasourceAuthCredentials": null, "friendlyName": "cliteststoreaccount", + "objectType": "BackupInstance", "policyInfo": {"policyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/storagepolicy", + "policyParameters": null}}}' headers: Accept: - application/json @@ -13778,32 +9680,31 @@ interactions: Connection: - keep-alive Content-Length: - - '1357' + - '806' Content-Type: - application/json ParameterSetName: - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/validateForBackup?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/validateForBackup?api-version=2023-01-01 response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzU5NzM0ZmFlLWJiYTEtNDg1ZS1iNzRiLWI5NzYyNTQzN2I0MQ==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzI5ZGQzNDhmLWExYmUtNGMyZS04NmQ3LTVjOWU3MGE3YThlNQ==?api-version=2023-01-01 cache-control: - no-cache content-length: - '0' date: - - Mon, 13 Feb 2023 07:46:06 GMT + - Fri, 09 Jun 2023 09:53:21 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzU5NzM0ZmFlLWJiYTEtNDg1ZS1iNzRiLWI5NzYyNTQzN2I0MQ==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzI5ZGQzNDhmLWExYmUtNGMyZS04NmQ3LTVjOWU3MGE3YThlNQ==?api-version=2023-01-01 pragma: - no-cache strict-transport-security: @@ -13811,7 +9712,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' x-powered-by: - ASP.NET status: @@ -13831,22 +9732,21 @@ interactions: ParameterSetName: - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzU5NzM0ZmFlLWJiYTEtNDg1ZS1iNzRiLWI5NzYyNTQzN2I0MQ==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzI5ZGQzNDhmLWExYmUtNGMyZS04NmQ3LTVjOWU3MGE3YThlNQ==?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzU5NzM0ZmFlLWJiYTEtNDg1ZS1iNzRiLWI5NzYyNTQzN2I0MQ==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzU5NzM0ZmFlLWJiYTEtNDg1ZS1iNzRiLWI5NzYyNTQzN2I0MQ==","status":"Inprogress","startTime":"2023-02-13T07:46:07.1066179Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzI5ZGQzNDhmLWExYmUtNGMyZS04NmQ3LTVjOWU3MGE3YThlNQ==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzI5ZGQzNDhmLWExYmUtNGMyZS04NmQ3LTVjOWU3MGE3YThlNQ==","status":"Inprogress","startTime":"2023-06-09T09:53:21.247865Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache content-length: - - '481' + - '477' content-type: - application/json date: - - Mon, 13 Feb 2023 07:46:17 GMT + - Fri, 09 Jun 2023 09:53:21 GMT expires: - '-1' pragma: @@ -13862,7 +9762,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '997' + - '996' x-powered-by: - ASP.NET status: @@ -13882,22 +9782,21 @@ interactions: ParameterSetName: - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzU5NzM0ZmFlLWJiYTEtNDg1ZS1iNzRiLWI5NzYyNTQzN2I0MQ==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzI5ZGQzNDhmLWExYmUtNGMyZS04NmQ3LTVjOWU3MGE3YThlNQ==?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzU5NzM0ZmFlLWJiYTEtNDg1ZS1iNzRiLWI5NzYyNTQzN2I0MQ==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzU5NzM0ZmFlLWJiYTEtNDg1ZS1iNzRiLWI5NzYyNTQzN2I0MQ==","status":"Succeeded","startTime":"2023-02-13T07:46:07.1066179Z","endTime":"2023-02-13T07:46:28Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzI5ZGQzNDhmLWExYmUtNGMyZS04NmQ3LTVjOWU3MGE3YThlNQ==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzI5ZGQzNDhmLWExYmUtNGMyZS04NmQ3LTVjOWU3MGE3YThlNQ==","status":"Succeeded","startTime":"2023-06-09T09:53:21.247865Z","endTime":"2023-06-09T09:53:42Z"}' headers: cache-control: - no-cache content-length: - - '480' + - '476' content-type: - application/json date: - - Mon, 13 Feb 2023 07:46:48 GMT + - Fri, 09 Jun 2023 09:53:52 GMT expires: - '-1' pragma: @@ -13913,7 +9812,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '996' + - '995' x-powered-by: - ASP.NET status: @@ -13933,16 +9832,15 @@ interactions: ParameterSetName: - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzU5NzM0ZmFlLWJiYTEtNDg1ZS1iNzRiLWI5NzYyNTQzN2I0MQ==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzI5ZGQzNDhmLWExYmUtNGMyZS04NmQ3LTVjOWU3MGE3YThlNQ==?api-version=2023-01-01 response: body: string: '{"objectType":"OperationJobExtendedInfo"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzU5NzM0ZmFlLWJiYTEtNDg1ZS1iNzRiLWI5NzYyNTQzN2I0MQ==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzI5ZGQzNDhmLWExYmUtNGMyZS04NmQ3LTVjOWU3MGE3YThlNQ==?api-version=2023-01-01 cache-control: - no-cache content-length: @@ -13950,7 +9848,7 @@ interactions: content-type: - application/json date: - - Mon, 13 Feb 2023 07:46:48 GMT + - Fri, 09 Jun 2023 09:53:52 GMT expires: - '-1' pragma: @@ -13966,59 +9864,71 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '199' + - '198' x-powered-by: - ASP.NET status: code: 200 message: OK - request: - body: null + body: '{"backupInstance": {"dataSourceInfo": {"datasourceType": "Microsoft.DBforPostgreSQL/servers/databases", + "objectType": "Datasource", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres", + "resourceLocation": "centraluseuap", "resourceName": "postgres", "resourceType": + "Microsoft.DBforPostgreSQL/servers/databases", "resourceUri": ""}, "dataSourceSetInfo": + {"datasourceType": "Microsoft.DBforPostgreSQL/servers/databases", "objectType": + "DatasourceSet", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server", + "resourceLocation": "centraluseuap", "resourceName": "oss-clitest-server", "resourceType": + "Microsoft.DBforPostgreSQL/servers", "resourceUri": ""}, "datasourceAuthCredentials": + {"objectType": "SecretStoreBasedAuthCredentials", "secretStoreResource": {"secretStoreType": + "AzureKeyVault", "uri": "https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret", + "value": null}}, "friendlyName": "oss-clitest-server/postgres", "objectType": + "BackupInstance", "policyInfo": {"policyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy", + "policyParameters": null}}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - postgres server firewall-rule delete + - dataprotection backup-instance validate-for-backup Connection: - keep-alive Content-Length: - - '0' + - '1445' + Content-Type: + - application/json ParameterSetName: - - -g -s -n --yes + - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-rdbms/10.2.0b6 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/firewallRules/AllowAllWindowsAzureIps?api-version=2017-12-01 + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/validateForBackup?api-version=2023-01-01 response: body: - string: '{"operation":"DropElasticServerFirewallRule","startTime":"2023-02-13T07:46:50.13Z"}' + string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/centraluseuap/azureAsyncOperation/24115e67-4100-4262-8494-16d8fd0ce491?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzRjNDQ2YzNkLTk2NzctNDkzMC04OGY4LWUzMWJjNDQyNjMyYQ==?api-version=2023-01-01 cache-control: - no-cache content-length: - - '83' - content-type: - - application/json; charset=utf-8 + - '0' date: - - Mon, 13 Feb 2023 07:46:52 GMT + - Fri, 09 Jun 2023 09:53:54 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/centraluseuap/operationResults/24115e67-4100-4262-8494-16d8fd0ce491?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzRjNDQ2YzNkLTk2NzctNDkzMC04OGY4LWUzMWJjNDQyNjMyYQ==?api-version=2023-01-01 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-deletes: - - '14997' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET status: code: 202 message: Accepted @@ -14030,33 +9940,33 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - postgres server firewall-rule delete + - dataprotection backup-instance validate-for-backup Connection: - keep-alive ParameterSetName: - - -g -s -n --yes + - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-rdbms/10.2.0b6 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/centraluseuap/azureAsyncOperation/24115e67-4100-4262-8494-16d8fd0ce491?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzRjNDQ2YzNkLTk2NzctNDkzMC04OGY4LWUzMWJjNDQyNjMyYQ==?api-version=2023-01-01 response: body: - string: '{"name":"24115e67-4100-4262-8494-16d8fd0ce491","status":"Succeeded","startTime":"2023-02-13T07:46:50.13Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzRjNDQ2YzNkLTk2NzctNDkzMC04OGY4LWUzMWJjNDQyNjMyYQ==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzRjNDQ2YzNkLTk2NzctNDkzMC04OGY4LWUzMWJjNDQyNjMyYQ==","status":"Inprogress","startTime":"2023-06-09T09:53:54.1588419Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache content-length: - - '106' + - '481' content-type: - - application/json; charset=utf-8 + - application/json date: - - Mon, 13 Feb 2023 07:47:08 GMT + - Fri, 09 Jun 2023 09:53:54 GMT expires: - '-1' pragma: - no-cache server: - - Microsoft-HTTPAPI/2.0 + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -14065,66 +9975,13 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - status: - code: 200 - message: OK -- request: - body: '{"backupInstance": {"dataSourceInfo": {"datasourceType": "Microsoft.Compute/disks", - "objectType": "Datasource", "resourceID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1", - "resourceLocation": "centraluseuap", "resourceName": "cli-test-disk-new1", "resourceType": - "Microsoft.Compute/disks", "resourceUri": ""}, "policyInfo": {"policyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy", - "policyParameters": {"dataStoreParametersList": [{"objectType": "AzureOperationalStoreParameters", - "dataStoreType": "OperationalStore", "resourceGroupId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg"}]}}, - "objectType": "BackupInstance"}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance create - Connection: - - keep-alive - Content-Length: - - '869' - Content-Type: - - application/json - ParameterSetName: - - -g --vault-name --backup-instance - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/validateForBackup?api-version=2022-05-01 - response: - body: - string: '' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2RlODdmYWJjLWRjNTUtNGI5Yy1hZjQ5LWRjMWIwN2VlNjc0Yw==?api-version=2022-05-01 - cache-control: - - no-cache - content-length: - - '0' - date: - - Mon, 13 Feb 2023 07:47:09 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2RlODdmYWJjLWRjNTUtNGI5Yy1hZjQ5LWRjMWIwN2VlNjc0Yw==?api-version=2022-05-01 - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1198' + x-ms-ratelimit-remaining-subscription-resource-requests: + - '997' x-powered-by: - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -14133,28 +9990,27 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance create + - dataprotection backup-instance validate-for-backup Connection: - keep-alive ParameterSetName: - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2RlODdmYWJjLWRjNTUtNGI5Yy1hZjQ5LWRjMWIwN2VlNjc0Yw==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzRjNDQ2YzNkLTk2NzctNDkzMC04OGY4LWUzMWJjNDQyNjMyYQ==?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2RlODdmYWJjLWRjNTUtNGI5Yy1hZjQ5LWRjMWIwN2VlNjc0Yw==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2RlODdmYWJjLWRjNTUtNGI5Yy1hZjQ5LWRjMWIwN2VlNjc0Yw==","status":"Inprogress","startTime":"2023-02-13T07:47:10.6063229Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzRjNDQ2YzNkLTk2NzctNDkzMC04OGY4LWUzMWJjNDQyNjMyYQ==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzRjNDQ2YzNkLTk2NzctNDkzMC04OGY4LWUzMWJjNDQyNjMyYQ==","status":"Succeeded","startTime":"2023-06-09T09:53:54.1588419Z","endTime":"2023-06-09T09:54:15Z"}' headers: cache-control: - no-cache content-length: - - '478' + - '480' content-type: - application/json date: - - Mon, 13 Feb 2023 07:47:20 GMT + - Fri, 09 Jun 2023 09:54:24 GMT expires: - '-1' pragma: @@ -14170,7 +10026,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '993' + - '996' x-powered-by: - ASP.NET status: @@ -14184,28 +10040,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance create + - dataprotection backup-instance validate-for-backup Connection: - keep-alive ParameterSetName: - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2RlODdmYWJjLWRjNTUtNGI5Yy1hZjQ5LWRjMWIwN2VlNjc0Yw==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzRjNDQ2YzNkLTk2NzctNDkzMC04OGY4LWUzMWJjNDQyNjMyYQ==?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2RlODdmYWJjLWRjNTUtNGI5Yy1hZjQ5LWRjMWIwN2VlNjc0Yw==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2RlODdmYWJjLWRjNTUtNGI5Yy1hZjQ5LWRjMWIwN2VlNjc0Yw==","status":"Inprogress","startTime":"2023-02-13T07:47:10.6063229Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"objectType":"OperationJobExtendedInfo"}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzRjNDQ2YzNkLTk2NzctNDkzMC04OGY4LWUzMWJjNDQyNjMyYQ==?api-version=2023-01-01 cache-control: - no-cache content-length: - - '478' + - '41' content-type: - application/json date: - - Mon, 13 Feb 2023 07:47:51 GMT + - Fri, 09 Jun 2023 09:54:25 GMT expires: - '-1' pragma: @@ -14221,7 +10078,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '992' + - '199' x-powered-by: - ASP.NET status: @@ -14231,53 +10088,52 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance create + - postgres server firewall-rule delete Connection: - keep-alive + Content-Length: + - '0' ParameterSetName: - - -g --vault-name --backup-instance + - -g -s -n --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2RlODdmYWJjLWRjNTUtNGI5Yy1hZjQ5LWRjMWIwN2VlNjc0Yw==?api-version=2022-05-01 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-rdbms/10.2.0b8 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/firewallRules/AllowAllWindowsAzureIps?api-version=2017-12-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2RlODdmYWJjLWRjNTUtNGI5Yy1hZjQ5LWRjMWIwN2VlNjc0Yw==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2RlODdmYWJjLWRjNTUtNGI5Yy1hZjQ5LWRjMWIwN2VlNjc0Yw==","status":"Succeeded","startTime":"2023-02-13T07:47:10.6063229Z","endTime":"2023-02-13T07:47:53Z"}' + string: '{"operation":"DropElasticServerFirewallRule","startTime":"2023-06-09T09:54:26.96Z"}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/centraluseuap/azureAsyncOperation/2fb09caa-06f3-4b3c-99c3-327116d592c6?api-version=2017-12-01 cache-control: - no-cache content-length: - - '477' + - '83' content-type: - - application/json + - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:48:21 GMT + - Fri, 09 Jun 2023 09:54:28 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/centraluseuap/operationResults/2fb09caa-06f3-4b3c-99c3-327116d592c6?api-version=2017-12-01 pragma: - no-cache server: - - Microsoft-IIS/10.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-subscription-resource-requests: - - '991' - x-powered-by: - - ASP.NET + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null headers: @@ -14286,36 +10142,33 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance create + - postgres server firewall-rule delete Connection: - keep-alive ParameterSetName: - - -g --vault-name --backup-instance + - -g -s -n --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-rdbms/10.2.0b8 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2RlODdmYWJjLWRjNTUtNGI5Yy1hZjQ5LWRjMWIwN2VlNjc0Yw==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/centraluseuap/azureAsyncOperation/2fb09caa-06f3-4b3c-99c3-327116d592c6?api-version=2017-12-01 response: body: - string: '{"objectType":"OperationJobExtendedInfo"}' + string: '{"name":"2fb09caa-06f3-4b3c-99c3-327116d592c6","status":"Succeeded","startTime":"2023-06-09T09:54:26.96Z"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2RlODdmYWJjLWRjNTUtNGI5Yy1hZjQ5LWRjMWIwN2VlNjc0Yw==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '41' + - '106' content-type: - - application/json + - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 07:48:21 GMT + - Fri, 09 Jun 2023 09:54:28 GMT expires: - '-1' pragma: - no-cache server: - - Microsoft-IIS/10.0 + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -14324,21 +10177,17 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '198' - x-powered-by: - - ASP.NET status: code: 200 message: OK - request: - body: '{"tags": {"Owner": "dppclitest"}, "properties": {"dataSourceInfo": {"datasourceType": - "Microsoft.Compute/disks", "objectType": "Datasource", "resourceID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1", - "resourceLocation": "centraluseuap", "resourceName": "cli-test-disk-new1", "resourceType": - "Microsoft.Compute/disks", "resourceUri": ""}, "policyInfo": {"policyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy", - "policyParameters": {"dataStoreParametersList": [{"objectType": "AzureOperationalStoreParameters", - "dataStoreType": "OperationalStore", "resourceGroupId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg"}]}}, - "objectType": "BackupInstance"}}' + body: '{"backupInstance": {"dataSourceInfo": {"datasourceType": "Microsoft.Compute/disks", + "objectType": "Datasource", "resourceID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new", + "resourceLocation": "centraluseuap", "resourceName": "cli-test-disk-new", "resourceType": + "Microsoft.Compute/disks", "resourceUri": ""}, "friendlyName": "cli-test-disk-new", + "objectType": "BackupInstance", "policyInfo": {"policyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy", + "policyParameters": {"dataStoreParametersList": [{"dataStoreType": "OperationalStore", + "objectType": "AzureOperationalStoreParameters", "resourceGroupId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg"}]}}}}' headers: Accept: - application/json @@ -14349,47 +10198,44 @@ interactions: Connection: - keep-alive Content-Length: - - '898' + - '904' Content-Type: - application/json ParameterSetName: - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1?api-version=2022-05-01 + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/validateForBackup?api-version=2023-01-01 response: body: - string: '{"tags":{"Owner":"dppclitest"},"properties":{"friendlyName":"cli-test-disk-new1","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","resourceUri":"","datasourceType":"Microsoft.Compute/disks","resourceName":"cli-test-disk-new1","resourceType":"Microsoft.Compute/disks","resourceLocation":"centraluseuap","objectType":"Datasource"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","policyParameters":{"dataStoreParametersList":[{"objectType":"AzureOperationalStoreParameters","dataStoreType":"OperationalStore","resourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg"}]}},"protectionStatus":{"status":"ConfiguringProtection"},"currentProtectionState":"ConfiguringProtection","provisioningState":"Provisioning","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","name":"cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' + string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzQ3MDI4YzhlLWI5NTUtNDhmOS05YTNjLWViZWRkN2Q3YjRjYQ==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzVkYjU3M2Y4LWE0MDItNGVjMC1hYzBkLTE1ZDE2MmUxODU4Ng==?api-version=2023-01-01 cache-control: - no-cache content-length: - - '1431' - content-type: - - application/json + - '0' date: - - Mon, 13 Feb 2023 07:48:23 GMT + - Fri, 09 Jun 2023 09:54:31 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzVkYjU3M2Y4LWE0MDItNGVjMC1hYzBkLTE1ZDE2MmUxODU4Ng==?api-version=2023-01-01 pragma: - no-cache - server: - - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '199' + x-ms-ratelimit-remaining-subscription-writes: + - '1198' x-powered-by: - ASP.NET status: - code: 201 - message: Created + code: 202 + message: Accepted - request: body: null headers: @@ -14404,22 +10250,21 @@ interactions: ParameterSetName: - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzQ3MDI4YzhlLWI5NTUtNDhmOS05YTNjLWViZWRkN2Q3YjRjYQ==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzVkYjU3M2Y4LWE0MDItNGVjMC1hYzBkLTE1ZDE2MmUxODU4Ng==?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzQ3MDI4YzhlLWI5NTUtNDhmOS05YTNjLWViZWRkN2Q3YjRjYQ==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzQ3MDI4YzhlLWI5NTUtNDhmOS05YTNjLWViZWRkN2Q3YjRjYQ==","status":"Succeeded","startTime":"2023-02-13T07:48:23.365622Z","endTime":"2023-02-13T07:48:24Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzVkYjU3M2Y4LWE0MDItNGVjMC1hYzBkLTE1ZDE2MmUxODU4Ng==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzVkYjU3M2Y4LWE0MDItNGVjMC1hYzBkLTE1ZDE2MmUxODU4Ng==","status":"Inprogress","startTime":"2023-06-09T09:54:30.9976756Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache content-length: - - '476' + - '478' content-type: - application/json date: - - Mon, 13 Feb 2023 07:48:38 GMT + - Fri, 09 Jun 2023 09:54:31 GMT expires: - '-1' pragma: @@ -14435,7 +10280,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '990' + - '995' x-powered-by: - ASP.NET status: @@ -14455,22 +10300,21 @@ interactions: ParameterSetName: - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzVkYjU3M2Y4LWE0MDItNGVjMC1hYzBkLTE1ZDE2MmUxODU4Ng==?api-version=2023-01-01 response: body: - string: '{"tags":{"Owner":"dppclitest"},"properties":{"friendlyName":"cli-test-disk-new1","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","resourceUri":"","datasourceType":"Microsoft.Compute/disks","resourceName":"cli-test-disk-new1","resourceType":"Microsoft.Compute/disks","resourceLocation":"centraluseuap","objectType":"Datasource"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","policyParameters":{"dataStoreParametersList":[{"objectType":"AzureOperationalStoreParameters","dataStoreType":"OperationalStore","resourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg"}]}},"protectionStatus":{"status":"ConfiguringProtection"},"currentProtectionState":"ConfiguringProtection","provisioningState":"Succeeded","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","name":"cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzVkYjU3M2Y4LWE0MDItNGVjMC1hYzBkLTE1ZDE2MmUxODU4Ng==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzVkYjU3M2Y4LWE0MDItNGVjMC1hYzBkLTE1ZDE2MmUxODU4Ng==","status":"Inprogress","startTime":"2023-06-09T09:54:30.9976756Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache content-length: - - '1428' + - '478' content-type: - application/json date: - - Mon, 13 Feb 2023 07:48:38 GMT + - Fri, 09 Jun 2023 09:55:01 GMT expires: - '-1' pragma: @@ -14486,7 +10330,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '1999' + - '994' x-powered-by: - ASP.NET status: @@ -14496,32 +10340,31 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance list + - dataprotection backup-instance create Connection: - keep-alive ParameterSetName: - - -g --vault-name --query + - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzVkYjU3M2Y4LWE0MDItNGVjMC1hYzBkLTE1ZDE2MmUxODU4Ng==?api-version=2023-01-01 response: body: - string: '{"value":[{"tags":{"Owner":"dppclitest"},"properties":{"friendlyName":"cli-test-disk-new1","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","resourceUri":"","datasourceType":"Microsoft.Compute/disks","resourceName":"cli-test-disk-new1","resourceType":"Microsoft.Compute/disks","resourceLocation":"centraluseuap","objectType":"Datasource"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","policyParameters":{"dataStoreParametersList":[{"objectType":"AzureOperationalStoreParameters","dataStoreType":"OperationalStore","resourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg"}]}},"protectionStatus":{"status":"ConfiguringProtection"},"currentProtectionState":"ConfiguringProtection","provisioningState":"Succeeded","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","name":"cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","type":"Microsoft.DataProtection/backupVaults/backupInstances"}]}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzVkYjU3M2Y4LWE0MDItNGVjMC1hYzBkLTE1ZDE2MmUxODU4Ng==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzVkYjU3M2Y4LWE0MDItNGVjMC1hYzBkLTE1ZDE2MmUxODU4Ng==","status":"Succeeded","startTime":"2023-06-09T09:54:30.9976756Z","endTime":"2023-06-09T09:55:12Z"}' headers: cache-control: - no-cache content-length: - - '1440' + - '477' content-type: - application/json date: - - Mon, 13 Feb 2023 07:48:40 GMT + - Fri, 09 Jun 2023 09:55:32 GMT expires: - '-1' pragma: @@ -14537,42 +10380,54 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '1999' + - '993' x-powered-by: - ASP.NET status: code: 200 message: OK - request: - body: null + body: '{"properties": {"dataSourceInfo": {"datasourceType": "Microsoft.Compute/disks", + "objectType": "Datasource", "resourceID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new", + "resourceLocation": "centraluseuap", "resourceName": "cli-test-disk-new", "resourceType": + "Microsoft.Compute/disks", "resourceUri": ""}, "friendlyName": "cli-test-disk-new", + "objectType": "BackupInstance", "policyInfo": {"policyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy", + "policyParameters": {"dataStoreParametersList": [{"dataStoreType": "OperationalStore", + "objectType": "AzureOperationalStoreParameters", "resourceGroupId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg"}]}}}, + "tags": {"Owner": "dppclitest"}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance list + - dataprotection backup-instance create Connection: - keep-alive + Content-Length: + - '933' + Content-Type: + - application/json ParameterSetName: - - -g --vault-name --query + - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances?api-version=2022-05-01 + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1?api-version=2023-01-01 response: body: - string: '{"value":[{"tags":{"Owner":"dppclitest"},"properties":{"friendlyName":"cli-test-disk-new1","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","resourceUri":"","datasourceType":"Microsoft.Compute/disks","resourceName":"cli-test-disk-new1","resourceType":"Microsoft.Compute/disks","resourceLocation":"centraluseuap","objectType":"Datasource"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","policyParameters":{"dataStoreParametersList":[{"objectType":"AzureOperationalStoreParameters","dataStoreType":"OperationalStore","resourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg"}]}},"protectionStatus":{"status":"ConfiguringProtection"},"currentProtectionState":"ConfiguringProtection","provisioningState":"Succeeded","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","name":"cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","type":"Microsoft.DataProtection/backupVaults/backupInstances"}]}' + string: '{"tags":{"Owner":"dppclitest"},"properties":{"friendlyName":"cli-test-disk-new","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","resourceUri":"","datasourceType":"Microsoft.Compute/disks","resourceName":"cli-test-disk-new","resourceType":"Microsoft.Compute/disks","resourceLocation":"centraluseuap","objectType":"Datasource"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","policyParameters":{"dataStoreParametersList":[{"dataStoreType":"OperationalStore","objectType":"AzureOperationalStoreParameters","resourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg"}]}},"protectionStatus":{"status":"ConfiguringProtection"},"currentProtectionState":"ConfiguringProtection","provisioningState":"Provisioning","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","name":"cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2M1MGRiMDRiLTc5Y2QtNGZjZS04NzNkLTUyNjczN2JlY2M1NA==?api-version=2023-01-01 cache-control: - no-cache content-length: - - '1440' + - '1424' content-type: - application/json date: - - Mon, 13 Feb 2023 07:48:52 GMT + - Fri, 09 Jun 2023 09:55:33 GMT expires: - '-1' pragma: @@ -14581,49 +10436,44 @@ interactions: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '1999' + - '199' x-powered-by: - ASP.NET status: - code: 200 - message: OK + code: 201 + message: Created - request: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance list + - dataprotection backup-instance create Connection: - keep-alive ParameterSetName: - - -g --vault-name --query + - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2M1MGRiMDRiLTc5Y2QtNGZjZS04NzNkLTUyNjczN2JlY2M1NA==?api-version=2023-01-01 response: body: - string: '{"value":[{"tags":{"Owner":"dppclitest"},"properties":{"friendlyName":"cli-test-disk-new1","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","resourceUri":"","datasourceType":"Microsoft.Compute/disks","resourceName":"cli-test-disk-new1","resourceType":"Microsoft.Compute/disks","resourceLocation":"centraluseuap","objectType":"Datasource"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","policyParameters":{"dataStoreParametersList":[{"objectType":"AzureOperationalStoreParameters","dataStoreType":"OperationalStore","resourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg"}]}},"protectionStatus":{"status":"ConfiguringProtection"},"currentProtectionState":"ConfiguringProtection","provisioningState":"Succeeded","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","name":"cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","type":"Microsoft.DataProtection/backupVaults/backupInstances"}]}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2M1MGRiMDRiLTc5Y2QtNGZjZS04NzNkLTUyNjczN2JlY2M1NA==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2M1MGRiMDRiLTc5Y2QtNGZjZS04NzNkLTUyNjczN2JlY2M1NA==","status":"Inprogress","startTime":"2023-06-09T09:55:33.1974743Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache content-length: - - '1440' + - '478' content-type: - application/json date: - - Mon, 13 Feb 2023 07:49:03 GMT + - Fri, 09 Jun 2023 09:55:33 GMT expires: - '-1' pragma: @@ -14639,7 +10489,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '1998' + - '992' x-powered-by: - ASP.NET status: @@ -14649,32 +10499,31 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance list + - dataprotection backup-instance create Connection: - keep-alive ParameterSetName: - - -g --vault-name --query + - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2M1MGRiMDRiLTc5Y2QtNGZjZS04NzNkLTUyNjczN2JlY2M1NA==?api-version=2023-01-01 response: body: - string: '{"value":[{"tags":{"Owner":"dppclitest"},"properties":{"friendlyName":"cli-test-disk-new1","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","resourceUri":"","datasourceType":"Microsoft.Compute/disks","resourceName":"cli-test-disk-new1","resourceType":"Microsoft.Compute/disks","resourceLocation":"centraluseuap","objectType":"Datasource"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","policyParameters":{"dataStoreParametersList":[{"objectType":"AzureOperationalStoreParameters","dataStoreType":"OperationalStore","resourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg"}]}},"protectionStatus":{"status":"ProtectionConfigured"},"currentProtectionState":"ProtectionConfigured","provisioningState":"Succeeded","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","name":"cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","type":"Microsoft.DataProtection/backupVaults/backupInstances"}]}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2M1MGRiMDRiLTc5Y2QtNGZjZS04NzNkLTUyNjczN2JlY2M1NA==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2M1MGRiMDRiLTc5Y2QtNGZjZS04NzNkLTUyNjczN2JlY2M1NA==","status":"Succeeded","startTime":"2023-06-09T09:55:33.1974743Z","endTime":"2023-06-09T09:55:34Z"}' headers: cache-control: - no-cache content-length: - - '1438' + - '477' content-type: - application/json date: - - Mon, 13 Feb 2023 07:49:14 GMT + - Fri, 09 Jun 2023 09:56:03 GMT expires: - '-1' pragma: @@ -14690,98 +10539,92 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '1998' + - '991' x-powered-by: - ASP.NET status: code: 200 message: OK - request: - body: '{"backupInstance": {"dataSourceInfo": {"datasourceType": "Microsoft.Storage/storageAccounts/blobServices", - "objectType": "Datasource", "resourceID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount", - "resourceLocation": "centraluseuap", "resourceName": "cliteststoreaccount", - "resourceType": "Microsoft.Storage/storageAccounts", "resourceUri": ""}, "policyInfo": - {"policyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/storagepolicy"}, - "objectType": "BackupInstance"}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - dataprotection backup-instance create Connection: - keep-alive - Content-Length: - - '679' - Content-Type: - - application/json ParameterSetName: - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/validateForBackup?api-version=2022-05-01 + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1?api-version=2023-01-01 response: body: - string: '' + string: '{"tags":{"Owner":"dppclitest"},"properties":{"friendlyName":"cli-test-disk-new","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","resourceUri":"","datasourceType":"Microsoft.Compute/disks","resourceName":"cli-test-disk-new","resourceType":"Microsoft.Compute/disks","resourceLocation":"centraluseuap","objectType":"Datasource"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","policyParameters":{"dataStoreParametersList":[{"dataStoreType":"OperationalStore","objectType":"AzureOperationalStoreParameters","resourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg"}]}},"protectionStatus":{"status":"ConfiguringProtection"},"currentProtectionState":"ConfiguringProtection","provisioningState":"Succeeded","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","name":"cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2VlMzI2ZmJkLTU0MjctNDFjYi04NDBlLWFmNjI1ZDMyZTY1Nw==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '0' + - '1421' + content-type: + - application/json date: - - Mon, 13 Feb 2023 07:49:16 GMT + - Fri, 09 Jun 2023 09:56:04 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2VlMzI2ZmJkLTU0MjctNDFjYi04NDBlLWFmNjI1ZDMyZTY1Nw==?api-version=2022-05-01 pragma: - no-cache + server: + - Microsoft-IIS/10.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' + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1999' x-powered-by: - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance create + - dataprotection backup-instance list Connection: - keep-alive ParameterSetName: - - -g --vault-name --backup-instance + - -g --vault-name --query User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2VlMzI2ZmJkLTU0MjctNDFjYi04NDBlLWFmNjI1ZDMyZTY1Nw==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances?api-version=2022-05-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2VlMzI2ZmJkLTU0MjctNDFjYi04NDBlLWFmNjI1ZDMyZTY1Nw==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2VlMzI2ZmJkLTU0MjctNDFjYi04NDBlLWFmNjI1ZDMyZTY1Nw==","status":"Inprogress","startTime":"2023-02-13T07:49:16.3824991Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"value":[{"tags":{"Owner":"dppclitest"},"properties":{"friendlyName":"cli-test-disk-new","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","resourceUri":"","datasourceType":"Microsoft.Compute/disks","resourceName":"cli-test-disk-new","resourceType":"Microsoft.Compute/disks","resourceLocation":"centraluseuap","objectType":"Datasource"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","policyParameters":{"dataStoreParametersList":[{"dataStoreType":"OperationalStore","objectType":"AzureOperationalStoreParameters","resourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg"}]}},"protectionStatus":{"status":"ConfiguringProtection"},"currentProtectionState":"ConfiguringProtection","provisioningState":"Succeeded","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","name":"cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","type":"Microsoft.DataProtection/backupVaults/backupInstances"}]}' headers: cache-control: - no-cache content-length: - - '478' + - '1433' content-type: - application/json date: - - Mon, 13 Feb 2023 07:49:27 GMT + - Fri, 09 Jun 2023 09:56:05 GMT expires: - '-1' pragma: @@ -14797,7 +10640,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '997' + - '1998' x-powered-by: - ASP.NET status: @@ -14807,32 +10650,32 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance create + - dataprotection backup-instance list Connection: - keep-alive ParameterSetName: - - -g --vault-name --backup-instance + - -g --vault-name --query User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2VlMzI2ZmJkLTU0MjctNDFjYi04NDBlLWFmNjI1ZDMyZTY1Nw==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances?api-version=2022-05-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2VlMzI2ZmJkLTU0MjctNDFjYi04NDBlLWFmNjI1ZDMyZTY1Nw==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2VlMzI2ZmJkLTU0MjctNDFjYi04NDBlLWFmNjI1ZDMyZTY1Nw==","status":"Succeeded","startTime":"2023-02-13T07:49:16.3824991Z","endTime":"2023-02-13T07:49:38Z"}' + string: '{"value":[{"tags":{"Owner":"dppclitest"},"properties":{"friendlyName":"cli-test-disk-new","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","resourceUri":"","datasourceType":"Microsoft.Compute/disks","resourceName":"cli-test-disk-new","resourceType":"Microsoft.Compute/disks","resourceLocation":"centraluseuap","objectType":"Datasource"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","policyParameters":{"dataStoreParametersList":[{"dataStoreType":"OperationalStore","objectType":"AzureOperationalStoreParameters","resourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg"}]}},"protectionStatus":{"status":"ConfiguringProtection"},"currentProtectionState":"ConfiguringProtection","provisioningState":"Succeeded","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","name":"cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","type":"Microsoft.DataProtection/backupVaults/backupInstances"}]}' headers: cache-control: - no-cache content-length: - - '477' + - '1433' content-type: - application/json date: - - Mon, 13 Feb 2023 07:49:57 GMT + - Fri, 09 Jun 2023 09:56:17 GMT expires: - '-1' pragma: @@ -14848,7 +10691,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '996' + - '1997' x-powered-by: - ASP.NET status: @@ -14858,34 +10701,32 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance create + - dataprotection backup-instance list Connection: - keep-alive ParameterSetName: - - -g --vault-name --backup-instance + - -g --vault-name --query User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2VlMzI2ZmJkLTU0MjctNDFjYi04NDBlLWFmNjI1ZDMyZTY1Nw==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances?api-version=2022-05-01 response: body: - string: '{"objectType":"OperationJobExtendedInfo"}' + string: '{"value":[{"tags":{"Owner":"dppclitest"},"properties":{"friendlyName":"cli-test-disk-new","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","resourceUri":"","datasourceType":"Microsoft.Compute/disks","resourceName":"cli-test-disk-new","resourceType":"Microsoft.Compute/disks","resourceLocation":"centraluseuap","objectType":"Datasource"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","policyParameters":{"dataStoreParametersList":[{"dataStoreType":"OperationalStore","objectType":"AzureOperationalStoreParameters","resourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg"}]}},"protectionStatus":{"status":"ProtectionConfigured"},"currentProtectionState":"ProtectionConfigured","provisioningState":"Succeeded","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","name":"cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","type":"Microsoft.DataProtection/backupVaults/backupInstances"}]}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2VlMzI2ZmJkLTU0MjctNDFjYi04NDBlLWFmNjI1ZDMyZTY1Nw==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '41' + - '1431' content-type: - application/json date: - - Mon, 13 Feb 2023 07:49:57 GMT + - Fri, 09 Jun 2023 09:56:28 GMT expires: - '-1' pragma: @@ -14901,19 +10742,19 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '199' + - '1999' x-powered-by: - ASP.NET status: code: 200 message: OK - request: - body: '{"properties": {"dataSourceInfo": {"datasourceType": "Microsoft.Storage/storageAccounts/blobServices", + body: '{"backupInstance": {"dataSourceInfo": {"datasourceType": "Microsoft.Storage/storageAccounts/blobServices", "objectType": "Datasource", "resourceID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount", "resourceLocation": "centraluseuap", "resourceName": "cliteststoreaccount", - "resourceType": "Microsoft.Storage/storageAccounts", "resourceUri": ""}, "policyInfo": - {"policyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/storagepolicy"}, - "objectType": "BackupInstance"}}' + "resourceType": "Microsoft.Storage/storageAccounts", "resourceUri": ""}, "friendlyName": + "cliteststoreaccount", "objectType": "BackupInstance", "policyInfo": {"policyId": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/storagepolicy"}}}' headers: Accept: - application/json @@ -14924,47 +10765,44 @@ interactions: Connection: - keep-alive Content-Length: - - '675' + - '718' Content-Type: - application/json ParameterSetName: - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cliteststoreaccount-cliteststoreaccount-b7e6f082-b310-11eb-8f55-9cfce85d4fa1?api-version=2022-05-01 + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/validateForBackup?api-version=2023-01-01 response: body: - string: '{"properties":{"friendlyName":"cliteststoreaccount","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","resourceUri":"","datasourceType":"Microsoft.Storage/storageAccounts/blobServices","resourceName":"cliteststoreaccount","resourceType":"Microsoft.Storage/storageAccounts","resourceLocation":"centraluseuap","objectType":"Datasource"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/storagepolicy"},"protectionStatus":{"status":"ConfiguringProtection"},"currentProtectionState":"ConfiguringProtection","provisioningState":"Provisioning","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cliteststoreaccount-cliteststoreaccount-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","name":"cliteststoreaccount-cliteststoreaccount-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' + string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2QwMjg4ZmJhLTcyMTMtNDNjMy04NGM5LWIxMmY0YzdhMDk4Zg==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2E2NTA0ZmJjLTczMWMtNDdmYi1hMWQ3LThjMmE2OGE4MThhYQ==?api-version=2023-01-01 cache-control: - no-cache content-length: - - '1224' - content-type: - - application/json + - '0' date: - - Mon, 13 Feb 2023 07:49:58 GMT + - Fri, 09 Jun 2023 09:56:29 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2E2NTA0ZmJjLTczMWMtNDdmYi1hMWQ3LThjMmE2OGE4MThhYQ==?api-version=2023-01-01 pragma: - no-cache - server: - - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '199' + x-ms-ratelimit-remaining-subscription-writes: + - '1198' x-powered-by: - ASP.NET status: - code: 201 - message: Created + code: 202 + message: Accepted - request: body: null headers: @@ -14979,22 +10817,21 @@ interactions: ParameterSetName: - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2QwMjg4ZmJhLTcyMTMtNDNjMy04NGM5LWIxMmY0YzdhMDk4Zg==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2E2NTA0ZmJjLTczMWMtNDdmYi1hMWQ3LThjMmE2OGE4MThhYQ==?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2QwMjg4ZmJhLTcyMTMtNDNjMy04NGM5LWIxMmY0YzdhMDk4Zg==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2QwMjg4ZmJhLTcyMTMtNDNjMy04NGM5LWIxMmY0YzdhMDk4Zg==","status":"Succeeded","startTime":"2023-02-13T07:49:59.5280566Z","endTime":"2023-02-13T07:50:00Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2E2NTA0ZmJjLTczMWMtNDdmYi1hMWQ3LThjMmE2OGE4MThhYQ==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2E2NTA0ZmJjLTczMWMtNDdmYi1hMWQ3LThjMmE2OGE4MThhYQ==","status":"Inprogress","startTime":"2023-06-09T09:56:29.9242999Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache content-length: - - '477' + - '478' content-type: - application/json date: - - Mon, 13 Feb 2023 07:50:15 GMT + - Fri, 09 Jun 2023 09:56:29 GMT expires: - '-1' pragma: @@ -15010,7 +10847,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '995' + - '986' x-powered-by: - ASP.NET status: @@ -15030,22 +10867,21 @@ interactions: ParameterSetName: - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cliteststoreaccount-cliteststoreaccount-b7e6f082-b310-11eb-8f55-9cfce85d4fa1?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2E2NTA0ZmJjLTczMWMtNDdmYi1hMWQ3LThjMmE2OGE4MThhYQ==?api-version=2023-01-01 response: body: - string: '{"properties":{"friendlyName":"cliteststoreaccount","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","resourceUri":"","datasourceType":"Microsoft.Storage/storageAccounts/blobServices","resourceName":"cliteststoreaccount","resourceType":"Microsoft.Storage/storageAccounts","resourceLocation":"centraluseuap","objectType":"Datasource"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/storagepolicy"},"protectionStatus":{"status":"ConfiguringProtection"},"currentProtectionState":"ConfiguringProtection","provisioningState":"Succeeded","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cliteststoreaccount-cliteststoreaccount-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","name":"cliteststoreaccount-cliteststoreaccount-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2E2NTA0ZmJjLTczMWMtNDdmYi1hMWQ3LThjMmE2OGE4MThhYQ==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2E2NTA0ZmJjLTczMWMtNDdmYi1hMWQ3LThjMmE2OGE4MThhYQ==","status":"Succeeded","startTime":"2023-06-09T09:56:29.9242999Z","endTime":"2023-06-09T09:56:50Z"}' headers: cache-control: - no-cache content-length: - - '1221' + - '477' content-type: - application/json date: - - Mon, 13 Feb 2023 07:50:15 GMT + - Fri, 09 Jun 2023 09:56:59 GMT expires: - '-1' pragma: @@ -15061,91 +10897,52 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '1997' + - '985' x-powered-by: - ASP.NET status: code: 200 message: OK - request: - body: null + body: '{"properties": {"dataSourceInfo": {"datasourceType": "Microsoft.Storage/storageAccounts/blobServices", + "objectType": "Datasource", "resourceID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount", + "resourceLocation": "centraluseuap", "resourceName": "cliteststoreaccount", + "resourceType": "Microsoft.Storage/storageAccounts", "resourceUri": ""}, "friendlyName": + "cliteststoreaccount", "objectType": "BackupInstance", "policyInfo": {"policyId": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/storagepolicy"}}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance stop-protection + - dataprotection backup-instance create Connection: - keep-alive Content-Length: - - '0' + - '714' + Content-Type: + - application/json ParameterSetName: - - -n -g --vault-name + - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1/stopProtection?api-version=2022-05-01 + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cliteststoreaccount-cliteststoreaccount-b7e6f082-b310-11eb-8f55-9cfce85d4fa1?api-version=2023-01-01 response: body: - string: '' + string: '{"properties":{"friendlyName":"cliteststoreaccount","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","resourceUri":"","datasourceType":"Microsoft.Storage/storageAccounts/blobServices","resourceName":"cliteststoreaccount","resourceType":"Microsoft.Storage/storageAccounts","resourceLocation":"centraluseuap","objectType":"Datasource"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/storagepolicy"},"protectionStatus":{"status":"ConfiguringProtection"},"currentProtectionState":"ConfiguringProtection","provisioningState":"Provisioning","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cliteststoreaccount-cliteststoreaccount-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","name":"cliteststoreaccount-cliteststoreaccount-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzg5ZGU0NGMyLTc5MzYtNGMzZC1hOGNjLWJmMzBjNDViZTQ1NQ==?api-version=2022-05-01 - cache-control: - - no-cache - content-length: - - '0' - date: - - Mon, 13 Feb 2023 07:50:47 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzg5ZGU0NGMyLTc5MzYtNGMzZC1hOGNjLWJmMzBjNDViZTQ1NQ==?api-version=2022-05-01 - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1198' - x-powered-by: - - ASP.NET - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance stop-protection - Connection: - - keep-alive - ParameterSetName: - - -n -g --vault-name - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzg5ZGU0NGMyLTc5MzYtNGMzZC1hOGNjLWJmMzBjNDViZTQ1NQ==?api-version=2022-05-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzg5ZGU0NGMyLTc5MzYtNGMzZC1hOGNjLWJmMzBjNDViZTQ1NQ==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzg5ZGU0NGMyLTc5MzYtNGMzZC1hOGNjLWJmMzBjNDViZTQ1NQ==","status":"Inprogress","startTime":"2023-02-13T07:50:47.6375716Z","endTime":"0001-01-01T00:00:00Z"}' - headers: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2MyNjk1NDYzLWI5NDAtNDliYS1iNzMwLWRhNDM1ZDUxMGViYg==?api-version=2023-01-01 cache-control: - no-cache content-length: - - '478' + - '1224' content-type: - application/json date: - - Mon, 13 Feb 2023 07:51:02 GMT + - Fri, 09 Jun 2023 09:57:01 GMT expires: - '-1' pragma: @@ -15154,19 +10951,15 @@ interactions: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '995' + - '198' x-powered-by: - ASP.NET status: - code: 200 - message: OK + code: 201 + message: Created - request: body: null headers: @@ -15175,28 +10968,27 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance stop-protection + - dataprotection backup-instance create Connection: - keep-alive ParameterSetName: - - -n -g --vault-name + - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzg5ZGU0NGMyLTc5MzYtNGMzZC1hOGNjLWJmMzBjNDViZTQ1NQ==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2MyNjk1NDYzLWI5NDAtNDliYS1iNzMwLWRhNDM1ZDUxMGViYg==?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzg5ZGU0NGMyLTc5MzYtNGMzZC1hOGNjLWJmMzBjNDViZTQ1NQ==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzg5ZGU0NGMyLTc5MzYtNGMzZC1hOGNjLWJmMzBjNDViZTQ1NQ==","status":"Succeeded","startTime":"2023-02-13T07:50:47.6375716Z","endTime":"2023-02-13T07:51:31Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2MyNjk1NDYzLWI5NDAtNDliYS1iNzMwLWRhNDM1ZDUxMGViYg==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2MyNjk1NDYzLWI5NDAtNDliYS1iNzMwLWRhNDM1ZDUxMGViYg==","status":"Inprogress","startTime":"2023-06-09T09:57:01.5680677Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache content-length: - - '477' + - '478' content-type: - application/json date: - - Mon, 13 Feb 2023 07:51:33 GMT + - Fri, 09 Jun 2023 09:57:02 GMT expires: - '-1' pragma: @@ -15212,7 +11004,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '994' + - '984' x-powered-by: - ASP.NET status: @@ -15226,30 +11018,27 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance stop-protection + - dataprotection backup-instance create Connection: - keep-alive ParameterSetName: - - -n -g --vault-name + - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzg5ZGU0NGMyLTc5MzYtNGMzZC1hOGNjLWJmMzBjNDViZTQ1NQ==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2MyNjk1NDYzLWI5NDAtNDliYS1iNzMwLWRhNDM1ZDUxMGViYg==?api-version=2023-01-01 response: body: - string: '{"objectType":"OperationJobExtendedInfo"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2MyNjk1NDYzLWI5NDAtNDliYS1iNzMwLWRhNDM1ZDUxMGViYg==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2MyNjk1NDYzLWI5NDAtNDliYS1iNzMwLWRhNDM1ZDUxMGViYg==","status":"Succeeded","startTime":"2023-06-09T09:57:01.5680677Z","endTime":"2023-06-09T09:57:02Z"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzg5ZGU0NGMyLTc5MzYtNGMzZC1hOGNjLWJmMzBjNDViZTQ1NQ==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '41' + - '477' content-type: - application/json date: - - Mon, 13 Feb 2023 07:51:33 GMT + - Fri, 09 Jun 2023 09:57:32 GMT expires: - '-1' pragma: @@ -15265,7 +11054,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '198' + - '983' x-powered-by: - ASP.NET status: @@ -15275,32 +11064,31 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance show + - dataprotection backup-instance create Connection: - keep-alive ParameterSetName: - - -n -g --vault-name + - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cliteststoreaccount-cliteststoreaccount-b7e6f082-b310-11eb-8f55-9cfce85d4fa1?api-version=2023-01-01 response: body: - string: '{"tags":{"Owner":"dppclitest"},"properties":{"friendlyName":"cli-test-disk-new1","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","resourceUri":"","datasourceType":"Microsoft.Compute/disks","resourceName":"cli-test-disk-new1","resourceType":"Microsoft.Compute/disks","resourceLocation":"centraluseuap","objectType":"Datasource"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","policyParameters":{"dataStoreParametersList":[{"objectType":"AzureOperationalStoreParameters","dataStoreType":"OperationalStore","resourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg"}]}},"protectionStatus":{"status":"ProtectionStopped"},"currentProtectionState":"ProtectionStopped","provisioningState":"Succeeded","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","name":"cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' + string: '{"properties":{"friendlyName":"cliteststoreaccount","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount","resourceUri":"","datasourceType":"Microsoft.Storage/storageAccounts/blobServices","resourceName":"cliteststoreaccount","resourceType":"Microsoft.Storage/storageAccounts","resourceLocation":"centraluseuap","objectType":"Datasource"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/storagepolicy"},"protectionStatus":{"status":"ConfiguringProtection"},"currentProtectionState":"ConfiguringProtection","provisioningState":"Succeeded","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cliteststoreaccount-cliteststoreaccount-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","name":"cliteststoreaccount-cliteststoreaccount-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' headers: cache-control: - no-cache content-length: - - '1420' + - '1221' content-type: - application/json date: - - Mon, 13 Feb 2023 07:51:34 GMT + - Fri, 09 Jun 2023 09:57:32 GMT expires: - '-1' pragma: @@ -15330,7 +11118,7 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance resume-protection + - dataprotection backup-instance stop-protection Connection: - keep-alive Content-Length: @@ -15338,26 +11126,26 @@ interactions: ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1/resumeProtection?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1/stopProtection?api-version=2022-05-01 response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzA2NzA3YzliLThmM2QtNDk0MC1iMjgxLTViMWQyNGExNjc0OA==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzI5ZDg0MjI5LTVjZWMtNGZkOS04OTk2LTY2Nzk4OTU2NTEzMw==?api-version=2022-05-01 cache-control: - no-cache content-length: - '0' date: - - Mon, 13 Feb 2023 07:51:37 GMT + - Fri, 09 Jun 2023 09:58:04 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzA2NzA3YzliLThmM2QtNDk0MC1iMjgxLTViMWQyNGExNjc0OA==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzI5ZDg0MjI5LTVjZWMtNGZkOS04OTk2LTY2Nzk4OTU2NTEzMw==?api-version=2022-05-01 pragma: - no-cache strict-transport-security: @@ -15365,7 +11153,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' x-powered-by: - ASP.NET status: @@ -15379,28 +11167,28 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance resume-protection + - dataprotection backup-instance stop-protection Connection: - keep-alive ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzA2NzA3YzliLThmM2QtNDk0MC1iMjgxLTViMWQyNGExNjc0OA==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzI5ZDg0MjI5LTVjZWMtNGZkOS04OTk2LTY2Nzk4OTU2NTEzMw==?api-version=2022-05-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzA2NzA3YzliLThmM2QtNDk0MC1iMjgxLTViMWQyNGExNjc0OA==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzA2NzA3YzliLThmM2QtNDk0MC1iMjgxLTViMWQyNGExNjc0OA==","status":"Inprogress","startTime":"2023-02-13T07:51:37.756295Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzI5ZDg0MjI5LTVjZWMtNGZkOS04OTk2LTY2Nzk4OTU2NTEzMw==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzI5ZDg0MjI5LTVjZWMtNGZkOS04OTk2LTY2Nzk4OTU2NTEzMw==","status":"Inprogress","startTime":"2023-06-09T09:58:04.5556677Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache content-length: - - '477' + - '478' content-type: - application/json date: - - Mon, 13 Feb 2023 07:51:52 GMT + - Fri, 09 Jun 2023 09:58:04 GMT expires: - '-1' pragma: @@ -15416,7 +11204,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '996' + - '994' x-powered-by: - ASP.NET status: @@ -15430,28 +11218,28 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance resume-protection + - dataprotection backup-instance stop-protection Connection: - keep-alive ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzA2NzA3YzliLThmM2QtNDk0MC1iMjgxLTViMWQyNGExNjc0OA==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzI5ZDg0MjI5LTVjZWMtNGZkOS04OTk2LTY2Nzk4OTU2NTEzMw==?api-version=2022-05-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzA2NzA3YzliLThmM2QtNDk0MC1iMjgxLTViMWQyNGExNjc0OA==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzA2NzA3YzliLThmM2QtNDk0MC1iMjgxLTViMWQyNGExNjc0OA==","status":"Succeeded","startTime":"2023-02-13T07:51:37.756295Z","endTime":"2023-02-13T07:52:20Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzI5ZDg0MjI5LTVjZWMtNGZkOS04OTk2LTY2Nzk4OTU2NTEzMw==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzI5ZDg0MjI5LTVjZWMtNGZkOS04OTk2LTY2Nzk4OTU2NTEzMw==","status":"Inprogress","startTime":"2023-06-09T09:58:04.5556677Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache content-length: - - '476' + - '478' content-type: - application/json date: - - Mon, 13 Feb 2023 07:52:23 GMT + - Fri, 09 Jun 2023 09:58:35 GMT expires: - '-1' pragma: @@ -15467,7 +11255,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '995' + - '993' x-powered-by: - ASP.NET status: @@ -15481,30 +11269,28 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance resume-protection + - dataprotection backup-instance stop-protection Connection: - keep-alive ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzA2NzA3YzliLThmM2QtNDk0MC1iMjgxLTViMWQyNGExNjc0OA==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzI5ZDg0MjI5LTVjZWMtNGZkOS04OTk2LTY2Nzk4OTU2NTEzMw==?api-version=2022-05-01 response: body: - string: '{"objectType":"OperationJobExtendedInfo"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzI5ZDg0MjI5LTVjZWMtNGZkOS04OTk2LTY2Nzk4OTU2NTEzMw==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzI5ZDg0MjI5LTVjZWMtNGZkOS04OTk2LTY2Nzk4OTU2NTEzMw==","status":"Succeeded","startTime":"2023-06-09T09:58:04.5556677Z","endTime":"2023-06-09T09:58:47Z"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzA2NzA3YzliLThmM2QtNDk0MC1iMjgxLTViMWQyNGExNjc0OA==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '41' + - '477' content-type: - application/json date: - - Mon, 13 Feb 2023 07:52:23 GMT + - Fri, 09 Jun 2023 09:59:05 GMT expires: - '-1' pragma: @@ -15520,7 +11306,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '198' + - '992' x-powered-by: - ASP.NET status: @@ -15530,32 +11316,34 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance show + - dataprotection backup-instance stop-protection Connection: - keep-alive ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzI5ZDg0MjI5LTVjZWMtNGZkOS04OTk2LTY2Nzk4OTU2NTEzMw==?api-version=2022-05-01 response: body: - string: '{"tags":{"Owner":"dppclitest"},"properties":{"friendlyName":"cli-test-disk-new1","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","resourceUri":"","datasourceType":"Microsoft.Compute/disks","resourceName":"cli-test-disk-new1","resourceType":"Microsoft.Compute/disks","resourceLocation":"centraluseuap","objectType":"Datasource"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","policyParameters":{"dataStoreParametersList":[{"objectType":"AzureOperationalStoreParameters","dataStoreType":"OperationalStore","resourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg"}]}},"protectionStatus":{"status":"ProtectionConfigured"},"currentProtectionState":"ProtectionConfigured","provisioningState":"Succeeded","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","name":"cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' + string: '{"objectType":"OperationJobExtendedInfo"}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzI5ZDg0MjI5LTVjZWMtNGZkOS04OTk2LTY2Nzk4OTU2NTEzMw==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '1426' + - '41' content-type: - application/json date: - - Mon, 13 Feb 2023 07:52:25 GMT + - Fri, 09 Jun 2023 09:59:05 GMT expires: - '-1' pragma: @@ -15571,7 +11359,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '1996' + - '197' x-powered-by: - ASP.NET status: @@ -15585,77 +11373,27 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance suspend-backup - Connection: - - keep-alive - Content-Length: - - '0' - ParameterSetName: - - -n -g --vault-name - User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1/suspendBackups?api-version=2022-05-01 - response: - body: - string: '' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzU5ZTM5ZGQ1LTQ5YzMtNDgyYS1iZjBlLWIyMjI5MDZhZTEyMQ==?api-version=2022-05-01 - cache-control: - - no-cache - content-length: - - '0' - date: - - Mon, 13 Feb 2023 07:52:27 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzU5ZTM5ZGQ1LTQ5YzMtNDgyYS1iZjBlLWIyMjI5MDZhZTEyMQ==?api-version=2022-05-01 - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1197' - x-powered-by: - - ASP.NET - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance suspend-backup + - dataprotection backup-instance show Connection: - keep-alive ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzU5ZTM5ZGQ1LTQ5YzMtNDgyYS1iZjBlLWIyMjI5MDZhZTEyMQ==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzU5ZTM5ZGQ1LTQ5YzMtNDgyYS1iZjBlLWIyMjI5MDZhZTEyMQ==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzU5ZTM5ZGQ1LTQ5YzMtNDgyYS1iZjBlLWIyMjI5MDZhZTEyMQ==","status":"Inprogress","startTime":"2023-02-13T07:52:27.6941434Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"tags":{"Owner":"dppclitest"},"properties":{"friendlyName":"cli-test-disk-new","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","resourceUri":"","datasourceType":"Microsoft.Compute/disks","resourceName":"cli-test-disk-new","resourceType":"Microsoft.Compute/disks","resourceLocation":"centraluseuap","objectType":"Datasource"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","policyParameters":{"dataStoreParametersList":[{"dataStoreType":"OperationalStore","objectType":"AzureOperationalStoreParameters","resourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg"}]}},"protectionStatus":{"status":"ProtectionStopped"},"currentProtectionState":"ProtectionStopped","provisioningState":"Succeeded","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","name":"cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' headers: cache-control: - no-cache content-length: - - '478' + - '1413' content-type: - application/json date: - - Mon, 13 Feb 2023 07:52:42 GMT + - Fri, 09 Jun 2023 09:59:07 GMT expires: - '-1' pragma: @@ -15671,7 +11409,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '989' + - '1998' x-powered-by: - ASP.NET status: @@ -15681,53 +11419,51 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance suspend-backup + - dataprotection backup-instance resume-protection Connection: - keep-alive + Content-Length: + - '0' ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzU5ZTM5ZGQ1LTQ5YzMtNDgyYS1iZjBlLWIyMjI5MDZhZTEyMQ==?api-version=2022-05-01 + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1/resumeProtection?api-version=2022-05-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzU5ZTM5ZGQ1LTQ5YzMtNDgyYS1iZjBlLWIyMjI5MDZhZTEyMQ==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzU5ZTM5ZGQ1LTQ5YzMtNDgyYS1iZjBlLWIyMjI5MDZhZTEyMQ==","status":"Succeeded","startTime":"2023-02-13T07:52:27.6941434Z","endTime":"2023-02-13T07:53:10Z"}' + string: '' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5Ozk0ODY0MzBiLTY4ZjctNDI4Yi1iNzI3LWQzNGZkZTY1NjUzMg==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '477' - content-type: - - application/json + - '0' date: - - Mon, 13 Feb 2023 07:53:14 GMT + - Fri, 09 Jun 2023 09:59:09 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5Ozk0ODY0MzBiLTY4ZjctNDI4Yi1iNzI3LWQzNGZkZTY1NjUzMg==?api-version=2022-05-01 pragma: - no-cache - server: - - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '988' + x-ms-ratelimit-remaining-subscription-writes: + - '1196' x-powered-by: - ASP.NET status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null headers: @@ -15736,30 +11472,28 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance suspend-backup + - dataprotection backup-instance resume-protection Connection: - keep-alive ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzU5ZTM5ZGQ1LTQ5YzMtNDgyYS1iZjBlLWIyMjI5MDZhZTEyMQ==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5Ozk0ODY0MzBiLTY4ZjctNDI4Yi1iNzI3LWQzNGZkZTY1NjUzMg==?api-version=2022-05-01 response: body: - string: '{"objectType":"OperationJobExtendedInfo"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5Ozk0ODY0MzBiLTY4ZjctNDI4Yi1iNzI3LWQzNGZkZTY1NjUzMg==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5Ozk0ODY0MzBiLTY4ZjctNDI4Yi1iNzI3LWQzNGZkZTY1NjUzMg==","status":"Inprogress","startTime":"2023-06-09T09:59:09.6444516Z","endTime":"0001-01-01T00:00:00Z"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzU5ZTM5ZGQ1LTQ5YzMtNDgyYS1iZjBlLWIyMjI5MDZhZTEyMQ==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '41' + - '478' content-type: - application/json date: - - Mon, 13 Feb 2023 07:53:14 GMT + - Fri, 09 Jun 2023 09:59:09 GMT expires: - '-1' pragma: @@ -15775,7 +11509,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '197' + - '991' x-powered-by: - ASP.NET status: @@ -15785,32 +11519,32 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance show + - dataprotection backup-instance resume-protection Connection: - keep-alive ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5Ozk0ODY0MzBiLTY4ZjctNDI4Yi1iNzI3LWQzNGZkZTY1NjUzMg==?api-version=2022-05-01 response: body: - string: '{"tags":{"Owner":"dppclitest"},"properties":{"friendlyName":"cli-test-disk-new1","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","resourceUri":"","datasourceType":"Microsoft.Compute/disks","resourceName":"cli-test-disk-new1","resourceType":"Microsoft.Compute/disks","resourceLocation":"centraluseuap","objectType":"Datasource"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","policyParameters":{"dataStoreParametersList":[{"objectType":"AzureOperationalStoreParameters","dataStoreType":"OperationalStore","resourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg"}]}},"protectionStatus":{"status":"BackupsSuspended"},"currentProtectionState":"BackupsSuspended","provisioningState":"Succeeded","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","name":"cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5Ozk0ODY0MzBiLTY4ZjctNDI4Yi1iNzI3LWQzNGZkZTY1NjUzMg==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5Ozk0ODY0MzBiLTY4ZjctNDI4Yi1iNzI3LWQzNGZkZTY1NjUzMg==","status":"Inprogress","startTime":"2023-06-09T09:59:09.6444516Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache content-length: - - '1418' + - '478' content-type: - application/json date: - - Mon, 13 Feb 2023 07:53:15 GMT + - Fri, 09 Jun 2023 09:59:39 GMT expires: - '-1' pragma: @@ -15826,7 +11560,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '1996' + - '990' x-powered-by: - ASP.NET status: @@ -15836,51 +11570,53 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - dataprotection backup-instance resume-protection Connection: - keep-alive - Content-Length: - - '0' ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1/resumeProtection?api-version=2022-05-01 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5Ozk0ODY0MzBiLTY4ZjctNDI4Yi1iNzI3LWQzNGZkZTY1NjUzMg==?api-version=2022-05-01 response: body: - string: '' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5Ozk0ODY0MzBiLTY4ZjctNDI4Yi1iNzI3LWQzNGZkZTY1NjUzMg==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5Ozk0ODY0MzBiLTY4ZjctNDI4Yi1iNzI3LWQzNGZkZTY1NjUzMg==","status":"Succeeded","startTime":"2023-06-09T09:59:09.6444516Z","endTime":"2023-06-09T09:59:52Z"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzcyZDJkMTgzLTdkZmItNDRlZC1hNjViLTBjMTEyNzc3NDdmZQ==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '0' + - '477' + content-type: + - application/json date: - - Mon, 13 Feb 2023 07:53:17 GMT + - Fri, 09 Jun 2023 10:00:10 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzcyZDJkMTgzLTdkZmItNDRlZC1hNjViLTBjMTEyNzc3NDdmZQ==?api-version=2022-05-01 pragma: - no-cache + server: + - Microsoft-IIS/10.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: - - '1197' + x-ms-ratelimit-remaining-subscription-resource-requests: + - '989' x-powered-by: - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -15895,22 +11631,24 @@ interactions: ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzcyZDJkMTgzLTdkZmItNDRlZC1hNjViLTBjMTEyNzc3NDdmZQ==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5Ozk0ODY0MzBiLTY4ZjctNDI4Yi1iNzI3LWQzNGZkZTY1NjUzMg==?api-version=2022-05-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzcyZDJkMTgzLTdkZmItNDRlZC1hNjViLTBjMTEyNzc3NDdmZQ==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzcyZDJkMTgzLTdkZmItNDRlZC1hNjViLTBjMTEyNzc3NDdmZQ==","status":"Inprogress","startTime":"2023-02-13T07:53:17.9326967Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"objectType":"OperationJobExtendedInfo"}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5Ozk0ODY0MzBiLTY4ZjctNDI4Yi1iNzI3LWQzNGZkZTY1NjUzMg==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '478' + - '41' content-type: - application/json date: - - Mon, 13 Feb 2023 07:53:33 GMT + - Fri, 09 Jun 2023 10:00:10 GMT expires: - '-1' pragma: @@ -15926,7 +11664,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '994' + - '196' x-powered-by: - ASP.NET status: @@ -15936,32 +11674,31 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance resume-protection + - dataprotection backup-instance show Connection: - keep-alive ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzcyZDJkMTgzLTdkZmItNDRlZC1hNjViLTBjMTEyNzc3NDdmZQ==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzcyZDJkMTgzLTdkZmItNDRlZC1hNjViLTBjMTEyNzc3NDdmZQ==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzcyZDJkMTgzLTdkZmItNDRlZC1hNjViLTBjMTEyNzc3NDdmZQ==","status":"Inprogress","startTime":"2023-02-13T07:53:17.9326967Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"tags":{"Owner":"dppclitest"},"properties":{"friendlyName":"cli-test-disk-new","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","resourceUri":"","datasourceType":"Microsoft.Compute/disks","resourceName":"cli-test-disk-new","resourceType":"Microsoft.Compute/disks","resourceLocation":"centraluseuap","objectType":"Datasource"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","policyParameters":{"dataStoreParametersList":[{"dataStoreType":"OperationalStore","objectType":"AzureOperationalStoreParameters","resourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg"}]}},"protectionStatus":{"status":"ProtectionConfigured"},"currentProtectionState":"ProtectionConfigured","provisioningState":"Succeeded","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","name":"cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' headers: cache-control: - no-cache content-length: - - '478' + - '1419' content-type: - application/json date: - - Mon, 13 Feb 2023 07:54:03 GMT + - Fri, 09 Jun 2023 10:00:12 GMT expires: - '-1' pragma: @@ -15977,7 +11714,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '993' + - '1996' x-powered-by: - ASP.NET status: @@ -15987,53 +11724,51 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance resume-protection + - dataprotection backup-instance suspend-backup Connection: - keep-alive + Content-Length: + - '0' ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzcyZDJkMTgzLTdkZmItNDRlZC1hNjViLTBjMTEyNzc3NDdmZQ==?api-version=2022-05-01 + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1/suspendBackups?api-version=2022-05-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzcyZDJkMTgzLTdkZmItNDRlZC1hNjViLTBjMTEyNzc3NDdmZQ==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzcyZDJkMTgzLTdkZmItNDRlZC1hNjViLTBjMTEyNzc3NDdmZQ==","status":"Succeeded","startTime":"2023-02-13T07:53:17.9326967Z","endTime":"2023-02-13T07:54:05Z"}' + string: '' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdlMGVlZGZiLWZlNzgtNGNkOC1hYmUzLWJjMDA5MmQyMjA4Nw==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '477' - content-type: - - application/json + - '0' date: - - Mon, 13 Feb 2023 07:54:34 GMT + - Fri, 09 Jun 2023 10:00:13 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdlMGVlZGZiLWZlNzgtNGNkOC1hYmUzLWJjMDA5MmQyMjA4Nw==?api-version=2022-05-01 pragma: - no-cache - server: - - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '992' + x-ms-ratelimit-remaining-subscription-writes: + - '1197' x-powered-by: - ASP.NET status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null headers: @@ -16042,30 +11777,28 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance resume-protection + - dataprotection backup-instance suspend-backup Connection: - keep-alive ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzcyZDJkMTgzLTdkZmItNDRlZC1hNjViLTBjMTEyNzc3NDdmZQ==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdlMGVlZGZiLWZlNzgtNGNkOC1hYmUzLWJjMDA5MmQyMjA4Nw==?api-version=2022-05-01 response: body: - string: '{"objectType":"OperationJobExtendedInfo"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdlMGVlZGZiLWZlNzgtNGNkOC1hYmUzLWJjMDA5MmQyMjA4Nw==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdlMGVlZGZiLWZlNzgtNGNkOC1hYmUzLWJjMDA5MmQyMjA4Nw==","status":"Inprogress","startTime":"2023-06-09T10:00:14.1983817Z","endTime":"0001-01-01T00:00:00Z"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzcyZDJkMTgzLTdkZmItNDRlZC1hNjViLTBjMTEyNzc3NDdmZQ==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '41' + - '478' content-type: - application/json date: - - Mon, 13 Feb 2023 07:54:34 GMT + - Fri, 09 Jun 2023 10:00:13 GMT expires: - '-1' pragma: @@ -16081,7 +11814,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '197' + - '982' x-powered-by: - ASP.NET status: @@ -16091,32 +11824,32 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance show + - dataprotection backup-instance suspend-backup Connection: - keep-alive ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdlMGVlZGZiLWZlNzgtNGNkOC1hYmUzLWJjMDA5MmQyMjA4Nw==?api-version=2022-05-01 response: body: - string: '{"tags":{"Owner":"dppclitest"},"properties":{"friendlyName":"cli-test-disk-new1","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","resourceUri":"","datasourceType":"Microsoft.Compute/disks","resourceName":"cli-test-disk-new1","resourceType":"Microsoft.Compute/disks","resourceLocation":"centraluseuap","objectType":"Datasource"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","policyParameters":{"dataStoreParametersList":[{"objectType":"AzureOperationalStoreParameters","dataStoreType":"OperationalStore","resourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg"}]}},"protectionStatus":{"status":"ProtectionConfigured"},"currentProtectionState":"ProtectionConfigured","provisioningState":"Succeeded","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","name":"cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdlMGVlZGZiLWZlNzgtNGNkOC1hYmUzLWJjMDA5MmQyMjA4Nw==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdlMGVlZGZiLWZlNzgtNGNkOC1hYmUzLWJjMDA5MmQyMjA4Nw==","status":"Inprogress","startTime":"2023-06-09T10:00:14.1983817Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache content-length: - - '1426' + - '478' content-type: - application/json date: - - Mon, 13 Feb 2023 07:54:36 GMT + - Fri, 09 Jun 2023 10:00:44 GMT expires: - '-1' pragma: @@ -16132,64 +11865,63 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '1995' + - '981' x-powered-by: - ASP.NET status: code: 200 message: OK - request: - body: '{"backupRuleOptions": {"ruleName": "BackupHourly", "triggerOption": {"retentionTagOverride": - "Default"}}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance adhoc-backup + - dataprotection backup-instance suspend-backup Connection: - keep-alive - Content-Length: - - '105' - Content-Type: - - application/json ParameterSetName: - - -n -g --vault-name --rule-name --retention-tag-override + - -n -g --vault-name User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1/backup?api-version=2022-05-01 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdlMGVlZGZiLWZlNzgtNGNkOC1hYmUzLWJjMDA5MmQyMjA4Nw==?api-version=2022-05-01 response: body: - string: '' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdlMGVlZGZiLWZlNzgtNGNkOC1hYmUzLWJjMDA5MmQyMjA4Nw==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdlMGVlZGZiLWZlNzgtNGNkOC1hYmUzLWJjMDA5MmQyMjA4Nw==","status":"Succeeded","startTime":"2023-06-09T10:00:14.1983817Z","endTime":"2023-06-09T10:00:58Z"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2MxNDNmM2IzLTBkMGItNDNmNy1iOGMwLTg3ZTk2MzZmNjRlNg==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '0' + - '477' + content-type: + - application/json date: - - Mon, 13 Feb 2023 07:54:36 GMT + - Fri, 09 Jun 2023 10:01:15 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2MxNDNmM2IzLTBkMGItNDNmNy1iOGMwLTg3ZTk2MzZmNjRlNg==?api-version=2022-05-01 pragma: - no-cache + server: + - Microsoft-IIS/10.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: - - '1196' + x-ms-ratelimit-remaining-subscription-resource-requests: + - '980' x-powered-by: - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -16198,28 +11930,30 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance adhoc-backup + - dataprotection backup-instance suspend-backup Connection: - keep-alive ParameterSetName: - - -n -g --vault-name --rule-name --retention-tag-override + - -n -g --vault-name User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2MxNDNmM2IzLTBkMGItNDNmNy1iOGMwLTg3ZTk2MzZmNjRlNg==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdlMGVlZGZiLWZlNzgtNGNkOC1hYmUzLWJjMDA5MmQyMjA4Nw==?api-version=2022-05-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2MxNDNmM2IzLTBkMGItNDNmNy1iOGMwLTg3ZTk2MzZmNjRlNg==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2MxNDNmM2IzLTBkMGItNDNmNy1iOGMwLTg3ZTk2MzZmNjRlNg==","status":"Succeeded","startTime":"2023-02-13T07:54:37.5478063Z","endTime":"2023-02-13T07:54:41Z","properties":{"jobId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac","objectType":"OperationJobExtendedInfo"}}' + string: '{"objectType":"OperationJobExtendedInfo"}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdlMGVlZGZiLWZlNzgtNGNkOC1hYmUzLWJjMDA5MmQyMjA4Nw==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '735' + - '41' content-type: - application/json date: - - Mon, 13 Feb 2023 07:55:08 GMT + - Fri, 09 Jun 2023 10:01:15 GMT expires: - '-1' pragma: @@ -16235,7 +11969,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '987' + - '199' x-powered-by: - ASP.NET status: @@ -16245,34 +11979,31 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance adhoc-backup + - dataprotection backup-instance show Connection: - keep-alive ParameterSetName: - - -n -g --vault-name --rule-name --retention-tag-override + - -n -g --vault-name User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2MxNDNmM2IzLTBkMGItNDNmNy1iOGMwLTg3ZTk2MzZmNjRlNg==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1?api-version=2023-01-01 response: body: - string: '{"jobId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac","objectType":"OperationJobExtendedInfo"}' + string: '{"tags":{"Owner":"dppclitest"},"properties":{"friendlyName":"cli-test-disk-new","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","resourceUri":"","datasourceType":"Microsoft.Compute/disks","resourceName":"cli-test-disk-new","resourceType":"Microsoft.Compute/disks","resourceLocation":"centraluseuap","objectType":"Datasource"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","policyParameters":{"dataStoreParametersList":[{"dataStoreType":"OperationalStore","objectType":"AzureOperationalStoreParameters","resourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg"}]}},"protectionStatus":{"status":"BackupsSuspended"},"currentProtectionState":"BackupsSuspended","provisioningState":"Succeeded","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","name":"cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2MxNDNmM2IzLTBkMGItNDNmNy1iOGMwLTg3ZTk2MzZmNjRlNg==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '244' + - '1411' content-type: - application/json date: - - Mon, 13 Feb 2023 07:55:08 GMT + - Fri, 09 Jun 2023 10:01:16 GMT expires: - '-1' pragma: @@ -16288,7 +12019,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '196' + - '1998' x-powered-by: - ASP.NET status: @@ -16302,89 +12033,83 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - dataprotection job show + - dataprotection backup-instance resume-protection Connection: - keep-alive + Content-Length: + - '0' ParameterSetName: - - --ids + - -n -g --vault-name User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac?api-version=2022-05-01 + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1/resumeProtection?api-version=2022-05-01 response: body: - string: '{"properties":{"activityID":"a8fc078f-ab73-11ed-9b8f-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A54%3A40.1872278Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:54:37.8803266Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger - Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac","name":"32fcc28e-70fe-4d89-8e45-f545113d14ac","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzM5NzliZWViLTE1ZjctNDc3OS1iMjhlLWM2MjNmNDk4NGY2Ng==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '2138' - content-type: - - application/json + - '0' date: - - Mon, 13 Feb 2023 07:55:20 GMT + - Fri, 09 Jun 2023 10:01:18 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzM5NzliZWViLTE1ZjctNDc3OS1iMjhlLWM2MjNmNDk4NGY2Ng==?api-version=2022-05-01 pragma: - no-cache - server: - - Microsoft-IIS/10.0 - - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '199' + x-ms-ratelimit-remaining-subscription-writes: + - '1196' x-powered-by: - ASP.NET status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - dataprotection job show + - dataprotection backup-instance resume-protection Connection: - keep-alive ParameterSetName: - - --ids + - -n -g --vault-name User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzM5NzliZWViLTE1ZjctNDc3OS1iMjhlLWM2MjNmNDk4NGY2Ng==?api-version=2022-05-01 response: body: - string: '{"properties":{"activityID":"a8fc078f-ab73-11ed-9b8f-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A54%3A40.1872278Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:54:37.8803266Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger - Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac","name":"32fcc28e-70fe-4d89-8e45-f545113d14ac","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzM5NzliZWViLTE1ZjctNDc3OS1iMjhlLWM2MjNmNDk4NGY2Ng==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzM5NzliZWViLTE1ZjctNDc3OS1iMjhlLWM2MjNmNDk4NGY2Ng==","status":"Inprogress","startTime":"2023-06-09T10:01:19.0033364Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache content-length: - - '2138' + - '478' content-type: - application/json date: - - Mon, 13 Feb 2023 07:55:31 GMT + - Fri, 09 Jun 2023 10:01:19 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 - - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -16394,7 +12119,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '199' + - '979' x-powered-by: - ASP.NET status: @@ -16404,40 +12129,38 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - dataprotection job show + - dataprotection backup-instance resume-protection Connection: - keep-alive ParameterSetName: - - --ids + - -n -g --vault-name User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzM5NzliZWViLTE1ZjctNDc3OS1iMjhlLWM2MjNmNDk4NGY2Ng==?api-version=2022-05-01 response: body: - string: '{"properties":{"activityID":"a8fc078f-ab73-11ed-9b8f-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A54%3A40.1872278Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:54:37.8803266Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger - Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac","name":"32fcc28e-70fe-4d89-8e45-f545113d14ac","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzM5NzliZWViLTE1ZjctNDc3OS1iMjhlLWM2MjNmNDk4NGY2Ng==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzM5NzliZWViLTE1ZjctNDc3OS1iMjhlLWM2MjNmNDk4NGY2Ng==","status":"Inprogress","startTime":"2023-06-09T10:01:19.0033364Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache content-length: - - '2138' + - '478' content-type: - application/json date: - - Mon, 13 Feb 2023 07:55:43 GMT + - Fri, 09 Jun 2023 10:01:49 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 - - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -16447,7 +12170,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '199' + - '978' x-powered-by: - ASP.NET status: @@ -16457,40 +12180,38 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - dataprotection job show + - dataprotection backup-instance resume-protection Connection: - keep-alive ParameterSetName: - - --ids + - -n -g --vault-name User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzM5NzliZWViLTE1ZjctNDc3OS1iMjhlLWM2MjNmNDk4NGY2Ng==?api-version=2022-05-01 response: body: - string: '{"properties":{"activityID":"a8fc078f-ab73-11ed-9b8f-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A54%3A40.1872278Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:54:37.8803266Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger - Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac","name":"32fcc28e-70fe-4d89-8e45-f545113d14ac","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzM5NzliZWViLTE1ZjctNDc3OS1iMjhlLWM2MjNmNDk4NGY2Ng==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzM5NzliZWViLTE1ZjctNDc3OS1iMjhlLWM2MjNmNDk4NGY2Ng==","status":"Succeeded","startTime":"2023-06-09T10:01:19.0033364Z","endTime":"2023-06-09T10:02:01Z"}' headers: cache-control: - no-cache content-length: - - '2138' + - '477' content-type: - application/json date: - - Mon, 13 Feb 2023 07:55:54 GMT + - Fri, 09 Jun 2023 10:02:20 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 - - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -16500,7 +12221,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '198' + - '977' x-powered-by: - ASP.NET status: @@ -16510,40 +12231,40 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - dataprotection job show + - dataprotection backup-instance resume-protection Connection: - keep-alive ParameterSetName: - - --ids + - -n -g --vault-name User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzM5NzliZWViLTE1ZjctNDc3OS1iMjhlLWM2MjNmNDk4NGY2Ng==?api-version=2022-05-01 response: body: - string: '{"properties":{"activityID":"a8fc078f-ab73-11ed-9b8f-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A54%3A40.1872278Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:54:37.8803266Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger - Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac","name":"32fcc28e-70fe-4d89-8e45-f545113d14ac","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"objectType":"OperationJobExtendedInfo"}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzM5NzliZWViLTE1ZjctNDc3OS1iMjhlLWM2MjNmNDk4NGY2Ng==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '2138' + - '41' content-type: - application/json date: - - Mon, 13 Feb 2023 07:56:06 GMT + - Fri, 09 Jun 2023 10:02:20 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 - - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -16553,7 +12274,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '197' + - '198' x-powered-by: - ASP.NET status: @@ -16567,36 +12288,33 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - dataprotection job show + - dataprotection backup-instance show Connection: - keep-alive ParameterSetName: - - --ids + - -n -g --vault-name User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"a8fc078f-ab73-11ed-9b8f-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A54%3A40.1872278Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:54:37.8803266Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger - Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac","name":"32fcc28e-70fe-4d89-8e45-f545113d14ac","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"tags":{"Owner":"dppclitest"},"properties":{"friendlyName":"cli-test-disk-new","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","resourceUri":"","datasourceType":"Microsoft.Compute/disks","resourceName":"cli-test-disk-new","resourceType":"Microsoft.Compute/disks","resourceLocation":"centraluseuap","objectType":"Datasource"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","policyParameters":{"dataStoreParametersList":[{"dataStoreType":"OperationalStore","objectType":"AzureOperationalStoreParameters","resourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg"}]}},"protectionStatus":{"status":"ProtectionConfigured"},"currentProtectionState":"ProtectionConfigured","provisioningState":"Succeeded","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","name":"cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' headers: cache-control: - no-cache content-length: - - '2138' + - '1419' content-type: - application/json date: - - Mon, 13 Feb 2023 07:56:16 GMT + - Fri, 09 Jun 2023 10:02:21 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 - - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -16606,103 +12324,100 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '196' + - '1996' x-powered-by: - ASP.NET status: code: 200 message: OK - request: - body: null + body: '{"backupRuleOptions": {"ruleName": "BackupHourly", "triggerOption": {"retentionTagOverride": + "Default"}}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - dataprotection job show + - dataprotection backup-instance adhoc-backup Connection: - keep-alive + Content-Length: + - '105' + Content-Type: + - application/json ParameterSetName: - - --ids + - -n -g --vault-name --rule-name --retention-tag-override User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac?api-version=2022-05-01 + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1/backup?api-version=2022-05-01 response: body: - string: '{"properties":{"activityID":"a8fc078f-ab73-11ed-9b8f-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A54%3A40.1872278Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:54:37.8803266Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger - Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac","name":"32fcc28e-70fe-4d89-8e45-f545113d14ac","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzgwMmFhMmZhLTI2MGYtNDJlYS04Mzk5LWUxNWVjMjc2MWI4Zg==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '2138' - content-type: - - application/json + - '0' date: - - Mon, 13 Feb 2023 07:56:28 GMT + - Fri, 09 Jun 2023 10:02:23 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzgwMmFhMmZhLTI2MGYtNDJlYS04Mzk5LWUxNWVjMjc2MWI4Zg==?api-version=2022-05-01 pragma: - no-cache - server: - - Microsoft-IIS/10.0 - - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '199' + x-ms-ratelimit-remaining-subscription-writes: + - '1196' x-powered-by: - ASP.NET status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - dataprotection job show + - dataprotection backup-instance adhoc-backup Connection: - keep-alive ParameterSetName: - - --ids + - -n -g --vault-name --rule-name --retention-tag-override User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzgwMmFhMmZhLTI2MGYtNDJlYS04Mzk5LWUxNWVjMjc2MWI4Zg==?api-version=2022-05-01 response: body: - string: '{"properties":{"activityID":"a8fc078f-ab73-11ed-9b8f-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A54%3A40.1872278Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:54:37.8803266Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger - Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac","name":"32fcc28e-70fe-4d89-8e45-f545113d14ac","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzgwMmFhMmZhLTI2MGYtNDJlYS04Mzk5LWUxNWVjMjc2MWI4Zg==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzgwMmFhMmZhLTI2MGYtNDJlYS04Mzk5LWUxNWVjMjc2MWI4Zg==","status":"Inprogress","startTime":"2023-06-09T10:02:23.5442681Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache content-length: - - '2138' + - '478' content-type: - application/json date: - - Mon, 13 Feb 2023 07:56:40 GMT + - Fri, 09 Jun 2023 10:02:23 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 - - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -16712,7 +12427,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '198' + - '988' x-powered-by: - ASP.NET status: @@ -16722,40 +12437,38 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - dataprotection job show + - dataprotection backup-instance adhoc-backup Connection: - keep-alive ParameterSetName: - - --ids + - -n -g --vault-name --rule-name --retention-tag-override User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzgwMmFhMmZhLTI2MGYtNDJlYS04Mzk5LWUxNWVjMjc2MWI4Zg==?api-version=2022-05-01 response: body: - string: '{"properties":{"activityID":"a8fc078f-ab73-11ed-9b8f-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A54%3A40.1872278Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:54:37.8803266Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger - Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac","name":"32fcc28e-70fe-4d89-8e45-f545113d14ac","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzgwMmFhMmZhLTI2MGYtNDJlYS04Mzk5LWUxNWVjMjc2MWI4Zg==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzgwMmFhMmZhLTI2MGYtNDJlYS04Mzk5LWUxNWVjMjc2MWI4Zg==","status":"Succeeded","startTime":"2023-06-09T10:02:23.5442681Z","endTime":"2023-06-09T10:02:27Z","properties":{"jobId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","objectType":"OperationJobExtendedInfo"}}' headers: cache-control: - no-cache content-length: - - '2138' + - '735' content-type: - application/json date: - - Mon, 13 Feb 2023 07:56:51 GMT + - Fri, 09 Jun 2023 10:02:54 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 - - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -16765,7 +12478,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '198' + - '987' x-powered-by: - ASP.NET status: @@ -16775,40 +12488,40 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - dataprotection job show + - dataprotection backup-instance adhoc-backup Connection: - keep-alive ParameterSetName: - - --ids + - -n -g --vault-name --rule-name --retention-tag-override User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzgwMmFhMmZhLTI2MGYtNDJlYS04Mzk5LWUxNWVjMjc2MWI4Zg==?api-version=2022-05-01 response: body: - string: '{"properties":{"activityID":"a8fc078f-ab73-11ed-9b8f-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A54%3A40.1872278Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:54:37.8803266Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger - Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac","name":"32fcc28e-70fe-4d89-8e45-f545113d14ac","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"jobId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","objectType":"OperationJobExtendedInfo"}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzgwMmFhMmZhLTI2MGYtNDJlYS04Mzk5LWUxNWVjMjc2MWI4Zg==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '2138' + - '244' content-type: - application/json date: - - Mon, 13 Feb 2023 07:57:02 GMT + - Fri, 09 Jun 2023 10:02:54 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 - - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -16818,7 +12531,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '197' + - '198' x-powered-by: - ASP.NET status: @@ -16838,23 +12551,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"a8fc078f-ab73-11ed-9b8f-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A54%3A40.1872278Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:54:37.8803266Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger - Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac","name":"32fcc28e-70fe-4d89-8e45-f545113d14ac","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"baaf7ca1-06ac-11ee-97a7-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A02%3A27.0064898Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:02:23.8097344Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","name":"458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2138' + - '2161' content-type: - application/json date: - - Mon, 13 Feb 2023 07:57:14 GMT + - Fri, 09 Jun 2023 10:03:06 GMT expires: - '-1' pragma: @@ -16871,7 +12583,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '196' + - '190' x-powered-by: - ASP.NET status: @@ -16891,23 +12603,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"a8fc078f-ab73-11ed-9b8f-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A54%3A40.1872278Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:54:37.8803266Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger - Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac","name":"32fcc28e-70fe-4d89-8e45-f545113d14ac","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"baaf7ca1-06ac-11ee-97a7-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A02%3A27.0064898Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:02:23.8097344Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","name":"458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2138' + - '2161' content-type: - application/json date: - - Mon, 13 Feb 2023 07:57:25 GMT + - Fri, 09 Jun 2023 10:03:17 GMT expires: - '-1' pragma: @@ -16924,7 +12635,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '195' + - '194' x-powered-by: - ASP.NET status: @@ -16944,23 +12655,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"a8fc078f-ab73-11ed-9b8f-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A54%3A40.1872278Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:54:37.8803266Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger - Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac","name":"32fcc28e-70fe-4d89-8e45-f545113d14ac","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"baaf7ca1-06ac-11ee-97a7-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A02%3A27.0064898Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:02:23.8097344Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","name":"458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2138' + - '2161' content-type: - application/json date: - - Mon, 13 Feb 2023 07:57:37 GMT + - Fri, 09 Jun 2023 10:03:28 GMT expires: - '-1' pragma: @@ -16977,7 +12687,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '198' + - '191' x-powered-by: - ASP.NET status: @@ -16997,23 +12707,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"a8fc078f-ab73-11ed-9b8f-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A54%3A40.1872278Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:54:37.8803266Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger - Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac","name":"32fcc28e-70fe-4d89-8e45-f545113d14ac","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"baaf7ca1-06ac-11ee-97a7-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A02%3A27.0064898Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:02:23.8097344Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","name":"458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2138' + - '2161' content-type: - application/json date: - - Mon, 13 Feb 2023 07:57:48 GMT + - Fri, 09 Jun 2023 10:03:40 GMT expires: - '-1' pragma: @@ -17030,7 +12739,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '197' + - '193' x-powered-by: - ASP.NET status: @@ -17050,23 +12759,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"a8fc078f-ab73-11ed-9b8f-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":"OperationalTierStore","progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A57%3A49.2563046Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:54:37.8803266Z","endTime":"2023-02-13T07:57:48.864671Z","dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"Completed","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT3M10.9843444S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"0001-01-01T00:00:00Z"},"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger - Backup","taskStatus":"Completed","taskProgress":null,"additionalDetails":{"OriginalDatasourceSizeInBytes":"0","TaskId":"a8fc078f-ab73-11ed-9b8f-60a5e2435518","DatasourceType":"Microsoft.Compute/disks"}}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/32fcc28e-70fe-4d89-8e45-f545113d14ac","name":"32fcc28e-70fe-4d89-8e45-f545113d14ac","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"baaf7ca1-06ac-11ee-97a7-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A02%3A27.0064898Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:02:23.8097344Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","name":"458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2407' + - '2161' content-type: - application/json date: - - Mon, 13 Feb 2023 07:58:00 GMT + - Fri, 09 Jun 2023 10:03:51 GMT expires: - '-1' pragma: @@ -17083,7 +12791,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '197' + - '192' x-powered-by: - ASP.NET status: @@ -17097,34 +12805,35 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - dataprotection recovery-point list + - dataprotection job show Connection: - keep-alive ParameterSetName: - - --backup-instance-name -g --vault-name + - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1/recoveryPoints?api-version=2022-05-01&$filter= + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd?api-version=2023-01-01 response: body: - string: '{"value":[{"properties":{"objectType":"AzureBackupDiscreteRecoveryPoint","recoveryPointId":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z","recoveryPointType":"Incremental","friendlyName":"a1b388d0061142afb20388347abd6cee","recoveryPointDataStoresDetails":[{"id":"126d3d55-d014-4e28-b0cc-c4d34172c090","type":"OperationalStore","creationTime":"2023-02-13T07:55:52.1306902Z","expiryTime":null,"metaData":null,"visible":true,"state":"COMMITTED","rehydrationExpiryTime":null,"rehydrationStatus":null}],"retentionTagName":"Default","retentionTagVersion":"638118713029437509","policyName":"diskpolicy","policyVersion":null,"expiryTime":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1/recoveryPoints/a1b388d0061142afb20388347abd6cee","name":"a1b388d0061142afb20388347abd6cee","type":"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints"}]}' + string: '{"properties":{"activityID":"baaf7ca1-06ac-11ee-97a7-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A02%3A27.0064898Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:02:23.8097344Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","name":"458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '1088' + - '2161' content-type: - application/json date: - - Mon, 13 Feb 2023 07:58:01 GMT + - Fri, 09 Jun 2023 10:04:02 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 + - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -17134,105 +12843,101 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '99' + - '190' x-powered-by: - ASP.NET status: code: 200 message: OK - request: - body: '{"restoreRequestObject": {"objectType": "AzureBackupRecoveryPointBasedRestoreRequest", - "restoreTargetInfo": {"objectType": "RestoreTargetInfo", "recoveryOption": "FailIfExists", - "restoreLocation": "centraluseuap", "datasourceInfo": {"datasourceType": "Microsoft.Compute/disks", - "objectType": "Datasource", "resourceID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored", - "resourceLocation": "centraluseuap", "resourceName": "cli-test-disk-new1-restored", - "resourceType": "Microsoft.Compute/disks", "resourceUri": ""}}, "sourceDataStoreType": - "OperationalStore", "recoveryPointId": "a1b388d0061142afb20388347abd6cee"}}' + body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance validate-for-restore + - dataprotection job show Connection: - keep-alive - Content-Length: - - '708' - Content-Type: - - application/json ParameterSetName: - - -g --vault-name -n --restore-request-object + - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1/validateRestore?api-version=2022-05-01 + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd?api-version=2023-01-01 response: body: - string: '' + string: '{"properties":{"activityID":"baaf7ca1-06ac-11ee-97a7-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A02%3A27.0064898Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:02:23.8097344Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","name":"458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2Y1OGJmNDAwLWU1YjgtNDM0Ni1iNDJhLTlkNzA5NzQzMWFhYg==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '0' + - '2161' + content-type: + - application/json date: - - Mon, 13 Feb 2023 07:58:03 GMT + - Fri, 09 Jun 2023 10:04:14 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2Y1OGJmNDAwLWU1YjgtNDM0Ni1iNDJhLTlkNzA5NzQzMWFhYg==?api-version=2022-05-01 pragma: - no-cache + server: + - Microsoft-IIS/10.0 + - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1196' + x-ms-ratelimit-remaining-subscription-resource-requests: + - '195' x-powered-by: - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance validate-for-restore + - dataprotection job show Connection: - keep-alive ParameterSetName: - - -g --vault-name -n --restore-request-object + - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2Y1OGJmNDAwLWU1YjgtNDM0Ni1iNDJhLTlkNzA5NzQzMWFhYg==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2Y1OGJmNDAwLWU1YjgtNDM0Ni1iNDJhLTlkNzA5NzQzMWFhYg==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2Y1OGJmNDAwLWU1YjgtNDM0Ni1iNDJhLTlkNzA5NzQzMWFhYg==","status":"Inprogress","startTime":"2023-02-13T07:58:03.8104363Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"properties":{"activityID":"baaf7ca1-06ac-11ee-97a7-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A02%3A27.0064898Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:02:23.8097344Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","name":"458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '478' + - '2161' content-type: - application/json date: - - Mon, 13 Feb 2023 07:58:13 GMT + - Fri, 09 Jun 2023 10:04:25 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 + - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -17242,7 +12947,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '991' + - '194' x-powered-by: - ASP.NET status: @@ -17252,38 +12957,39 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance validate-for-restore + - dataprotection job show Connection: - keep-alive ParameterSetName: - - -g --vault-name -n --restore-request-object + - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2Y1OGJmNDAwLWU1YjgtNDM0Ni1iNDJhLTlkNzA5NzQzMWFhYg==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2Y1OGJmNDAwLWU1YjgtNDM0Ni1iNDJhLTlkNzA5NzQzMWFhYg==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2Y1OGJmNDAwLWU1YjgtNDM0Ni1iNDJhLTlkNzA5NzQzMWFhYg==","status":"Inprogress","startTime":"2023-02-13T07:58:03.8104363Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"properties":{"activityID":"baaf7ca1-06ac-11ee-97a7-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A02%3A27.0064898Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:02:23.8097344Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","name":"458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '478' + - '2161' content-type: - application/json date: - - Mon, 13 Feb 2023 07:58:44 GMT + - Fri, 09 Jun 2023 10:04:40 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 + - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -17293,7 +12999,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '990' + - '193' x-powered-by: - ASP.NET status: @@ -17303,38 +13009,39 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance validate-for-restore + - dataprotection job show Connection: - keep-alive ParameterSetName: - - -g --vault-name -n --restore-request-object + - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2Y1OGJmNDAwLWU1YjgtNDM0Ni1iNDJhLTlkNzA5NzQzMWFhYg==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2Y1OGJmNDAwLWU1YjgtNDM0Ni1iNDJhLTlkNzA5NzQzMWFhYg==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2Y1OGJmNDAwLWU1YjgtNDM0Ni1iNDJhLTlkNzA5NzQzMWFhYg==","status":"Inprogress","startTime":"2023-02-13T07:58:03.8104363Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"properties":{"activityID":"baaf7ca1-06ac-11ee-97a7-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A02%3A27.0064898Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:02:23.8097344Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","name":"458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '478' + - '2161' content-type: - application/json date: - - Mon, 13 Feb 2023 07:59:14 GMT + - Fri, 09 Jun 2023 10:04:51 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 + - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -17344,7 +13051,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '989' + - '197' x-powered-by: - ASP.NET status: @@ -17354,38 +13061,39 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance validate-for-restore + - dataprotection job show Connection: - keep-alive ParameterSetName: - - -g --vault-name -n --restore-request-object + - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2Y1OGJmNDAwLWU1YjgtNDM0Ni1iNDJhLTlkNzA5NzQzMWFhYg==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2Y1OGJmNDAwLWU1YjgtNDM0Ni1iNDJhLTlkNzA5NzQzMWFhYg==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2Y1OGJmNDAwLWU1YjgtNDM0Ni1iNDJhLTlkNzA5NzQzMWFhYg==","status":"Succeeded","startTime":"2023-02-13T07:58:03.8104363Z","endTime":"2023-02-13T07:59:17Z"}' + string: '{"properties":{"activityID":"baaf7ca1-06ac-11ee-97a7-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A02%3A27.0064898Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:02:23.8097344Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","name":"458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '477' + - '2161' content-type: - application/json date: - - Mon, 13 Feb 2023 07:59:45 GMT + - Fri, 09 Jun 2023 10:05:02 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 + - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -17395,7 +13103,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '988' + - '189' x-powered-by: - ASP.NET status: @@ -17405,40 +13113,39 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance validate-for-restore + - dataprotection job show Connection: - keep-alive ParameterSetName: - - -g --vault-name -n --restore-request-object + - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2Y1OGJmNDAwLWU1YjgtNDM0Ni1iNDJhLTlkNzA5NzQzMWFhYg==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd?api-version=2023-01-01 response: body: - string: '{"objectType":"OperationJobExtendedInfo"}' + string: '{"properties":{"activityID":"baaf7ca1-06ac-11ee-97a7-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A02%3A27.0064898Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:02:23.8097344Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","name":"458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2Y1OGJmNDAwLWU1YjgtNDM0Ni1iNDJhLTlkNzA5NzQzMWFhYg==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '41' + - '2161' content-type: - application/json date: - - Mon, 13 Feb 2023 07:59:45 GMT + - Fri, 09 Jun 2023 10:05:13 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 + - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -17448,105 +13155,101 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '196' + - '191' x-powered-by: - ASP.NET status: code: 200 message: OK - request: - body: '{"objectType": "AzureBackupRecoveryPointBasedRestoreRequest", "restoreTargetInfo": - {"objectType": "RestoreTargetInfo", "recoveryOption": "FailIfExists", "restoreLocation": - "centraluseuap", "datasourceInfo": {"datasourceType": "Microsoft.Compute/disks", - "objectType": "Datasource", "resourceID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored", - "resourceLocation": "centraluseuap", "resourceName": "cli-test-disk-new1-restored", - "resourceType": "Microsoft.Compute/disks", "resourceUri": ""}}, "sourceDataStoreType": - "OperationalStore", "recoveryPointId": "a1b388d0061142afb20388347abd6cee"}' + body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance restore trigger + - dataprotection job show Connection: - keep-alive - Content-Length: - - '682' - Content-Type: - - application/json ParameterSetName: - - -g --vault-name -n --restore-request-object + - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1/restore?api-version=2022-05-01 + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd?api-version=2023-01-01 response: body: - string: '' + string: '{"properties":{"activityID":"baaf7ca1-06ac-11ee-97a7-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A02%3A27.0064898Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:02:23.8097344Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","name":"458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzVmNWFiN2I3LWZmZjktNGYwMi1hZTI1LWQ4NzI4MmVkNTg0OQ==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '0' + - '2161' + content-type: + - application/json date: - - Mon, 13 Feb 2023 07:59:47 GMT + - Fri, 09 Jun 2023 10:05:25 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzVmNWFiN2I3LWZmZjktNGYwMi1hZTI1LWQ4NzI4MmVkNTg0OQ==?api-version=2022-05-01 pragma: - no-cache + server: + - Microsoft-IIS/10.0 + - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1195' + x-ms-ratelimit-remaining-subscription-resource-requests: + - '188' x-powered-by: - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance restore trigger + - dataprotection job show Connection: - keep-alive ParameterSetName: - - -g --vault-name -n --restore-request-object + - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzVmNWFiN2I3LWZmZjktNGYwMi1hZTI1LWQ4NzI4MmVkNTg0OQ==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzVmNWFiN2I3LWZmZjktNGYwMi1hZTI1LWQ4NzI4MmVkNTg0OQ==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzVmNWFiN2I3LWZmZjktNGYwMi1hZTI1LWQ4NzI4MmVkNTg0OQ==","status":"Succeeded","startTime":"2023-02-13T07:59:47.5542841Z","endTime":"2023-02-13T07:59:49Z","properties":{"jobId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","objectType":"OperationJobExtendedInfo"}}' + string: '{"properties":{"activityID":"baaf7ca1-06ac-11ee-97a7-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A02%3A27.0064898Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:02:23.8097344Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","name":"458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '735' + - '2161' content-type: - application/json date: - - Mon, 13 Feb 2023 08:00:18 GMT + - Fri, 09 Jun 2023 10:05:36 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 + - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -17556,7 +13259,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '986' + - '189' x-powered-by: - ASP.NET status: @@ -17566,40 +13269,39 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance restore trigger + - dataprotection job show Connection: - keep-alive ParameterSetName: - - -g --vault-name -n --restore-request-object + - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzVmNWFiN2I3LWZmZjktNGYwMi1hZTI1LWQ4NzI4MmVkNTg0OQ==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd?api-version=2023-01-01 response: body: - string: '{"jobId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","objectType":"OperationJobExtendedInfo"}' + string: '{"properties":{"activityID":"baaf7ca1-06ac-11ee-97a7-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A02%3A27.0064898Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:02:23.8097344Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","name":"458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzVmNWFiN2I3LWZmZjktNGYwMi1hZTI1LWQ4NzI4MmVkNTg0OQ==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '244' + - '2161' content-type: - application/json date: - - Mon, 13 Feb 2023 08:00:18 GMT + - Fri, 09 Jun 2023 10:05:47 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 + - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -17609,7 +13311,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '195' + - '187' x-powered-by: - ASP.NET status: @@ -17629,23 +13331,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"baaf7ca1-06ac-11ee-97a7-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A02%3A27.0064898Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:02:23.8097344Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","name":"458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2357' + - '2161' content-type: - application/json date: - - Mon, 13 Feb 2023 08:00:30 GMT + - Fri, 09 Jun 2023 10:05:59 GMT expires: - '-1' pragma: @@ -17662,7 +13363,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '194' + - '188' x-powered-by: - ASP.NET status: @@ -17682,23 +13383,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"baaf7ca1-06ac-11ee-97a7-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":"OperationalTierStore","progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A06%3A04.6012069Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:02:23.8097344Z","endTime":"2023-06-09T10:06:04.2939277Z","dataSourceType":"Microsoft.Compute/disks","operationCategory":"Backup","operation":"Backup","status":"Completed","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT3M40.4841933S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":{"recoveryPointID":"2d505f0f35434583b0c1a93b174be060","recoveryPointTime":"0001-01-01T00:00:00Z"},"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"Completed","taskProgress":null,"additionalDetails":{"OriginalDatasourceSizeInBytes":"0","TaskId":"baaf7ca1-06ac-11ee-97a7-a02919f9519c","DatasourceType":"Microsoft.Compute/disks"}}],"additionalDetails":{"RetentionTag":"Default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","name":"458fd1b5-85a0-4b88-b6c2-0d6484b1bfbd","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2357' + - '2431' content-type: - application/json date: - - Mon, 13 Feb 2023 08:00:41 GMT + - Fri, 09 Jun 2023 10:06:11 GMT expires: - '-1' pragma: @@ -17715,7 +13415,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '196' + - '187' x-powered-by: - ASP.NET status: @@ -17729,36 +13429,33 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - dataprotection job show + - dataprotection recovery-point list Connection: - keep-alive ParameterSetName: - - --ids + - --backup-instance-name -g --vault-name User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1/recoveryPoints?$filter=&api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"value":[{"properties":{"objectType":"AzureBackupDiscreteRecoveryPoint","recoveryPointId":"2d505f0f35434583b0c1a93b174be060","recoveryPointTime":"2023-06-09T10:04:59.5092330Z","recoveryPointType":"Incremental","friendlyName":"2d505f0f35434583b0c1a93b174be060","recoveryPointDataStoresDetails":[{"id":"3048ade5-2627-46ba-8402-b1939de15bb2","type":"OperationalStore","creationTime":"2023-06-09T10:03:40.8444044Z","expiryTime":null,"metaData":null,"visible":true,"state":"COMMITTED","rehydrationExpiryTime":null,"rehydrationStatus":null}],"retentionTagName":"Default","retentionTagVersion":"638219013328848424","policyName":"diskpolicy","policyVersion":null,"expiryTime":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1/recoveryPoints/2d505f0f35434583b0c1a93b174be060","name":"2d505f0f35434583b0c1a93b174be060","type":"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints"}]}' headers: cache-control: - no-cache content-length: - - '2357' + - '1086' content-type: - application/json date: - - Mon, 13 Feb 2023 08:00:53 GMT + - Fri, 09 Jun 2023 10:06:12 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 - - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -17768,103 +13465,104 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '196' + - '99' x-powered-by: - ASP.NET status: code: 200 message: OK - request: - body: null + body: '{"restoreRequestObject": {"objectType": "AzureBackupRecoveryPointBasedRestoreRequest", + "recoveryPointId": "2d505f0f35434583b0c1a93b174be060", "restoreTargetInfo": + {"datasourceInfo": {"datasourceType": "Microsoft.Compute/disks", "objectType": + "Datasource", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new-restored", + "resourceLocation": "centraluseuap", "resourceName": "cli-test-disk-new-restored", + "resourceType": "Microsoft.Compute/disks", "resourceUri": ""}, "objectType": + "RestoreTargetInfo", "recoveryOption": "FailIfExists", "restoreLocation": "centraluseuap"}, + "sourceDataStoreType": "OperationalStore"}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - dataprotection job show + - dataprotection backup-instance validate-for-restore Connection: - keep-alive + Content-Length: + - '706' + Content-Type: + - application/json ParameterSetName: - - --ids + - -g --vault-name -n --restore-request-object User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1/validateRestore?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzgzM2Y3ZDljLTIzNzQtNDI2OC1iODcwLWM4ODUzZGQxZjczMw==?api-version=2023-01-01 cache-control: - no-cache content-length: - - '2357' - content-type: - - application/json + - '0' date: - - Mon, 13 Feb 2023 08:01:04 GMT + - Fri, 09 Jun 2023 10:06:14 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzgzM2Y3ZDljLTIzNzQtNDI2OC1iODcwLWM4ODUzZGQxZjczMw==?api-version=2023-01-01 pragma: - no-cache - server: - - Microsoft-IIS/10.0 - - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '195' + x-ms-ratelimit-remaining-subscription-writes: + - '1195' x-powered-by: - ASP.NET status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - dataprotection job show + - dataprotection backup-instance validate-for-restore Connection: - keep-alive ParameterSetName: - - --ids + - -g --vault-name -n --restore-request-object User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzgzM2Y3ZDljLTIzNzQtNDI2OC1iODcwLWM4ODUzZGQxZjczMw==?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzgzM2Y3ZDljLTIzNzQtNDI2OC1iODcwLWM4ODUzZGQxZjczMw==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzgzM2Y3ZDljLTIzNzQtNDI2OC1iODcwLWM4ODUzZGQxZjczMw==","status":"Inprogress","startTime":"2023-06-09T10:06:14.3660099Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache content-length: - - '2357' + - '478' content-type: - application/json date: - - Mon, 13 Feb 2023 08:01:15 GMT + - Fri, 09 Jun 2023 10:06:14 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 - - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -17874,7 +13572,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '195' + - '988' x-powered-by: - ASP.NET status: @@ -17884,40 +13582,37 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - dataprotection job show + - dataprotection backup-instance validate-for-restore Connection: - keep-alive ParameterSetName: - - --ids + - -g --vault-name -n --restore-request-object User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzgzM2Y3ZDljLTIzNzQtNDI2OC1iODcwLWM4ODUzZGQxZjczMw==?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzgzM2Y3ZDljLTIzNzQtNDI2OC1iODcwLWM4ODUzZGQxZjczMw==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzgzM2Y3ZDljLTIzNzQtNDI2OC1iODcwLWM4ODUzZGQxZjczMw==","status":"Inprogress","startTime":"2023-06-09T10:06:14.3660099Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache content-length: - - '2357' + - '478' content-type: - application/json date: - - Mon, 13 Feb 2023 08:01:27 GMT + - Fri, 09 Jun 2023 10:06:44 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 - - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -17927,7 +13622,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '194' + - '987' x-powered-by: - ASP.NET status: @@ -17937,40 +13632,37 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - dataprotection job show + - dataprotection backup-instance validate-for-restore Connection: - keep-alive ParameterSetName: - - --ids + - -g --vault-name -n --restore-request-object User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzgzM2Y3ZDljLTIzNzQtNDI2OC1iODcwLWM4ODUzZGQxZjczMw==?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzgzM2Y3ZDljLTIzNzQtNDI2OC1iODcwLWM4ODUzZGQxZjczMw==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzgzM2Y3ZDljLTIzNzQtNDI2OC1iODcwLWM4ODUzZGQxZjczMw==","status":"Inprogress","startTime":"2023-06-09T10:06:14.3660099Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache content-length: - - '2357' + - '478' content-type: - application/json date: - - Mon, 13 Feb 2023 08:01:39 GMT + - Fri, 09 Jun 2023 10:07:15 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 - - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -17980,7 +13672,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '194' + - '986' x-powered-by: - ASP.NET status: @@ -17990,40 +13682,37 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - dataprotection job show + - dataprotection backup-instance validate-for-restore Connection: - keep-alive ParameterSetName: - - --ids + - -g --vault-name -n --restore-request-object User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzgzM2Y3ZDljLTIzNzQtNDI2OC1iODcwLWM4ODUzZGQxZjczMw==?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzgzM2Y3ZDljLTIzNzQtNDI2OC1iODcwLWM4ODUzZGQxZjczMw==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzgzM2Y3ZDljLTIzNzQtNDI2OC1iODcwLWM4ODUzZGQxZjczMw==","status":"Succeeded","startTime":"2023-06-09T10:06:14.3660099Z","endTime":"2023-06-09T10:07:27Z"}' headers: cache-control: - no-cache content-length: - - '2357' + - '477' content-type: - application/json date: - - Mon, 13 Feb 2023 08:01:50 GMT + - Fri, 09 Jun 2023 10:07:46 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 - - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -18033,103 +13722,104 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '193' + - '985' x-powered-by: - ASP.NET status: code: 200 message: OK - request: - body: null + body: '{"objectType": "AzureBackupRecoveryPointBasedRestoreRequest", "recoveryPointId": + "2d505f0f35434583b0c1a93b174be060", "restoreTargetInfo": {"datasourceInfo": + {"datasourceType": "Microsoft.Compute/disks", "objectType": "Datasource", "resourceId": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new-restored", + "resourceLocation": "centraluseuap", "resourceName": "cli-test-disk-new-restored", + "resourceType": "Microsoft.Compute/disks", "resourceUri": ""}, "objectType": + "RestoreTargetInfo", "recoveryOption": "FailIfExists", "restoreLocation": "centraluseuap"}, + "sourceDataStoreType": "OperationalStore"}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - dataprotection job show + - dataprotection backup-instance restore trigger Connection: - keep-alive + Content-Length: + - '680' + Content-Type: + - application/json ParameterSetName: - - --ids + - -g --vault-name -n --restore-request-object User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1/restore?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2RjMTdiOGE1LTQ3ZjItNGVmMi1hMjgzLTAyYWUxNjM2MTM4Yw==?api-version=2023-01-01 cache-control: - no-cache content-length: - - '2357' - content-type: - - application/json + - '0' date: - - Mon, 13 Feb 2023 08:02:01 GMT + - Fri, 09 Jun 2023 10:07:47 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2RjMTdiOGE1LTQ3ZjItNGVmMi1hMjgzLTAyYWUxNjM2MTM4Yw==?api-version=2023-01-01 pragma: - no-cache - server: - - Microsoft-IIS/10.0 - - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '193' + x-ms-ratelimit-remaining-subscription-writes: + - '1194' x-powered-by: - ASP.NET status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - dataprotection job show + - dataprotection backup-instance restore trigger Connection: - keep-alive ParameterSetName: - - --ids + - -g --vault-name -n --restore-request-object User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2RjMTdiOGE1LTQ3ZjItNGVmMi1hMjgzLTAyYWUxNjM2MTM4Yw==?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2RjMTdiOGE1LTQ3ZjItNGVmMi1hMjgzLTAyYWUxNjM2MTM4Yw==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2RjMTdiOGE1LTQ3ZjItNGVmMi1hMjgzLTAyYWUxNjM2MTM4Yw==","status":"Inprogress","startTime":"2023-06-09T10:07:47.7292142Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache content-length: - - '2357' + - '478' content-type: - application/json date: - - Mon, 13 Feb 2023 08:02:13 GMT + - Fri, 09 Jun 2023 10:07:47 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 - - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -18139,7 +13829,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '193' + - '984' x-powered-by: - ASP.NET status: @@ -18149,40 +13839,37 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - dataprotection job show + - dataprotection backup-instance restore trigger Connection: - keep-alive ParameterSetName: - - --ids + - -g --vault-name -n --restore-request-object User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2RjMTdiOGE1LTQ3ZjItNGVmMi1hMjgzLTAyYWUxNjM2MTM4Yw==?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2RjMTdiOGE1LTQ3ZjItNGVmMi1hMjgzLTAyYWUxNjM2MTM4Yw==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5O2RjMTdiOGE1LTQ3ZjItNGVmMi1hMjgzLTAyYWUxNjM2MTM4Yw==","status":"Succeeded","startTime":"2023-06-09T10:07:47.7292142Z","endTime":"2023-06-09T10:07:48Z","properties":{"jobId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","objectType":"OperationJobExtendedInfo"}}' headers: cache-control: - no-cache content-length: - - '2357' + - '735' content-type: - application/json date: - - Mon, 13 Feb 2023 08:02:24 GMT + - Fri, 09 Jun 2023 10:08:17 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 - - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -18192,7 +13879,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '192' + - '983' x-powered-by: - ASP.NET status: @@ -18212,23 +13899,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"7beedef7-06ad-11ee-8551-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A07%3A48.1195548Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:07:47.9245587Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"2d505f0f35434583b0c1a93b174be060","recoveryPointTime":"2023-06-09T10:04:59.509233Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new-restored","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","name":"d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2357' + - '2391' content-type: - application/json date: - - Mon, 13 Feb 2023 08:02:36 GMT + - Fri, 09 Jun 2023 10:08:29 GMT expires: - '-1' pragma: @@ -18245,7 +13931,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '195' + - '186' x-powered-by: - ASP.NET status: @@ -18265,23 +13951,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"7beedef7-06ad-11ee-8551-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A07%3A48.1195548Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:07:47.9245587Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"2d505f0f35434583b0c1a93b174be060","recoveryPointTime":"2023-06-09T10:04:59.509233Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new-restored","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","name":"d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2357' + - '2391' content-type: - application/json date: - - Mon, 13 Feb 2023 08:02:47 GMT + - Fri, 09 Jun 2023 10:08:40 GMT expires: - '-1' pragma: @@ -18298,7 +13983,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '194' + - '185' x-powered-by: - ASP.NET status: @@ -18318,23 +14003,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"7beedef7-06ad-11ee-8551-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A07%3A48.1195548Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:07:47.9245587Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"2d505f0f35434583b0c1a93b174be060","recoveryPointTime":"2023-06-09T10:04:59.509233Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new-restored","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","name":"d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2357' + - '2391' content-type: - application/json date: - - Mon, 13 Feb 2023 08:02:58 GMT + - Fri, 09 Jun 2023 10:08:52 GMT expires: - '-1' pragma: @@ -18351,7 +14035,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '191' + - '186' x-powered-by: - ASP.NET status: @@ -18371,23 +14055,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"7beedef7-06ad-11ee-8551-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A07%3A48.1195548Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:07:47.9245587Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"2d505f0f35434583b0c1a93b174be060","recoveryPointTime":"2023-06-09T10:04:59.509233Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new-restored","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","name":"d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2357' + - '2391' content-type: - application/json date: - - Mon, 13 Feb 2023 08:03:09 GMT + - Fri, 09 Jun 2023 10:09:03 GMT expires: - '-1' pragma: @@ -18404,7 +14087,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '193' + - '184' x-powered-by: - ASP.NET status: @@ -18424,23 +14107,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"7beedef7-06ad-11ee-8551-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A07%3A48.1195548Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:07:47.9245587Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"2d505f0f35434583b0c1a93b174be060","recoveryPointTime":"2023-06-09T10:04:59.509233Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new-restored","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","name":"d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2357' + - '2391' content-type: - application/json date: - - Mon, 13 Feb 2023 08:03:21 GMT + - Fri, 09 Jun 2023 10:09:14 GMT expires: - '-1' pragma: @@ -18457,7 +14139,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '190' + - '196' x-powered-by: - ASP.NET status: @@ -18477,23 +14159,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"7beedef7-06ad-11ee-8551-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A07%3A48.1195548Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:07:47.9245587Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"2d505f0f35434583b0c1a93b174be060","recoveryPointTime":"2023-06-09T10:04:59.509233Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new-restored","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","name":"d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2357' + - '2391' content-type: - application/json date: - - Mon, 13 Feb 2023 08:03:33 GMT + - Fri, 09 Jun 2023 10:09:25 GMT expires: - '-1' pragma: @@ -18510,7 +14191,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '192' + - '190' x-powered-by: - ASP.NET status: @@ -18530,23 +14211,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"7beedef7-06ad-11ee-8551-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A07%3A48.1195548Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:07:47.9245587Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"2d505f0f35434583b0c1a93b174be060","recoveryPointTime":"2023-06-09T10:04:59.509233Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new-restored","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","name":"d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2357' + - '2391' content-type: - application/json date: - - Mon, 13 Feb 2023 08:03:45 GMT + - Fri, 09 Jun 2023 10:09:37 GMT expires: - '-1' pragma: @@ -18563,7 +14243,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '192' + - '183' x-powered-by: - ASP.NET status: @@ -18583,23 +14263,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"7beedef7-06ad-11ee-8551-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A07%3A48.1195548Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:07:47.9245587Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"2d505f0f35434583b0c1a93b174be060","recoveryPointTime":"2023-06-09T10:04:59.509233Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new-restored","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","name":"d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2357' + - '2391' content-type: - application/json date: - - Mon, 13 Feb 2023 08:03:56 GMT + - Fri, 09 Jun 2023 10:09:48 GMT expires: - '-1' pragma: @@ -18616,7 +14295,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '191' + - '189' x-powered-by: - ASP.NET status: @@ -18636,23 +14315,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"7beedef7-06ad-11ee-8551-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A07%3A48.1195548Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:07:47.9245587Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"2d505f0f35434583b0c1a93b174be060","recoveryPointTime":"2023-06-09T10:04:59.509233Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new-restored","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","name":"d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2357' + - '2391' content-type: - application/json date: - - Mon, 13 Feb 2023 08:04:08 GMT + - Fri, 09 Jun 2023 10:10:00 GMT expires: - '-1' pragma: @@ -18669,7 +14347,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '189' + - '188' x-powered-by: - ASP.NET status: @@ -18689,23 +14367,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"7beedef7-06ad-11ee-8551-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A07%3A48.1195548Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:07:47.9245587Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"2d505f0f35434583b0c1a93b174be060","recoveryPointTime":"2023-06-09T10:04:59.509233Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new-restored","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","name":"d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2357' + - '2391' content-type: - application/json date: - - Mon, 13 Feb 2023 08:04:19 GMT + - Fri, 09 Jun 2023 10:10:15 GMT expires: - '-1' pragma: @@ -18722,7 +14399,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '190' + - '192' x-powered-by: - ASP.NET status: @@ -18742,23 +14419,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"7beedef7-06ad-11ee-8551-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A07%3A48.1195548Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:07:47.9245587Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"2d505f0f35434583b0c1a93b174be060","recoveryPointTime":"2023-06-09T10:04:59.509233Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new-restored","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","name":"d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2357' + - '2391' content-type: - application/json date: - - Mon, 13 Feb 2023 08:04:30 GMT + - Fri, 09 Jun 2023 10:10:26 GMT expires: - '-1' pragma: @@ -18775,7 +14451,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '189' + - '195' x-powered-by: - ASP.NET status: @@ -18795,23 +14471,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"7beedef7-06ad-11ee-8551-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A07%3A48.1195548Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:07:47.9245587Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"2d505f0f35434583b0c1a93b174be060","recoveryPointTime":"2023-06-09T10:04:59.509233Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new-restored","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","name":"d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2357' + - '2391' content-type: - application/json date: - - Mon, 13 Feb 2023 08:04:41 GMT + - Fri, 09 Jun 2023 10:10:37 GMT expires: - '-1' pragma: @@ -18828,7 +14503,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '192' + - '182' x-powered-by: - ASP.NET status: @@ -18848,23 +14523,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"7beedef7-06ad-11ee-8551-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A07%3A48.1195548Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:07:47.9245587Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"2d505f0f35434583b0c1a93b174be060","recoveryPointTime":"2023-06-09T10:04:59.509233Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new-restored","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","name":"d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2357' + - '2391' content-type: - application/json date: - - Mon, 13 Feb 2023 08:04:52 GMT + - Fri, 09 Jun 2023 10:10:48 GMT expires: - '-1' pragma: @@ -18881,7 +14555,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '188' + - '194' x-powered-by: - ASP.NET status: @@ -18901,23 +14575,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"7beedef7-06ad-11ee-8551-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A07%3A48.1195548Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:07:47.9245587Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"2d505f0f35434583b0c1a93b174be060","recoveryPointTime":"2023-06-09T10:04:59.509233Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new-restored","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","name":"d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2357' + - '2391' content-type: - application/json date: - - Mon, 13 Feb 2023 08:05:05 GMT + - Fri, 09 Jun 2023 10:11:00 GMT expires: - '-1' pragma: @@ -18934,7 +14607,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '187' + - '191' x-powered-by: - ASP.NET status: @@ -18954,23 +14627,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"7beedef7-06ad-11ee-8551-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A07%3A48.1195548Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:07:47.9245587Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"2d505f0f35434583b0c1a93b174be060","recoveryPointTime":"2023-06-09T10:04:59.509233Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new-restored","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","name":"d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2357' + - '2391' content-type: - application/json date: - - Mon, 13 Feb 2023 08:05:16 GMT + - Fri, 09 Jun 2023 10:11:11 GMT expires: - '-1' pragma: @@ -18987,7 +14659,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '188' + - '190' x-powered-by: - ASP.NET status: @@ -19007,23 +14679,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"7beedef7-06ad-11ee-8551-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A07%3A48.1195548Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:07:47.9245587Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"2d505f0f35434583b0c1a93b174be060","recoveryPointTime":"2023-06-09T10:04:59.509233Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new-restored","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","name":"d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2357' + - '2391' content-type: - application/json date: - - Mon, 13 Feb 2023 08:05:28 GMT + - Fri, 09 Jun 2023 10:11:22 GMT expires: - '-1' pragma: @@ -19040,7 +14711,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '191' + - '187' x-powered-by: - ASP.NET status: @@ -19060,23 +14731,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"7beedef7-06ad-11ee-8551-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A07%3A48.1195548Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:07:47.9245587Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"2d505f0f35434583b0c1a93b174be060","recoveryPointTime":"2023-06-09T10:04:59.509233Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new-restored","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","name":"d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2357' + - '2391' content-type: - application/json date: - - Mon, 13 Feb 2023 08:05:39 GMT + - Fri, 09 Jun 2023 10:11:34 GMT expires: - '-1' pragma: @@ -19093,7 +14763,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '190' + - '185' x-powered-by: - ASP.NET status: @@ -19113,23 +14783,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T07%3A59%3A48.5192269Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"7beedef7-06ad-11ee-8551-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A07%3A48.1195548Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:07:47.9245587Z","endTime":null,"dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"2d505f0f35434583b0c1a93b174be060","recoveryPointTime":"2023-06-09T10:04:59.509233Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new-restored","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","name":"d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2357' + - '2391' content-type: - application/json date: - - Mon, 13 Feb 2023 08:05:50 GMT + - Fri, 09 Jun 2023 10:11:45 GMT expires: - '-1' pragma: @@ -19146,7 +14815,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '187' + - '189' x-powered-by: - ASP.NET status: @@ -19166,23 +14835,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"61b63bdc-ab74-11ed-9654-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new1","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new1","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-13T08%3A05%3A56.4862376Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-13T07:59:48.0473203Z","endTime":"2023-02-13T08:05:56.1277558Z","dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"Completed","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT6M8.0804355S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"a1b388d0061142afb20388347abd6cee","recoveryPointTime":"2023-02-13T07:57:10.1169493Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"Completed","taskProgress":null,"additionalDetails":{"DataTransferredInBytes":"0","TaskId":"61b63bdc-ab74-11ed-9654-60a5e2435518","DatasourceType":"Microsoft.Compute/disks"}}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/195448e6-6593-4d34-944d-2f943eba5455","name":"195448e6-6593-4d34-944d-2f943eba5455","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"7beedef7-06ad-11ee-8551-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupPolicies/diskpolicy","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new","vaultName":"cli-test-new-vault1","backupInstanceFriendlyName":"cli-test-disk-new","policyName":"diskpolicy","sourceResourceGroup":"sarath-rg","dataSourceSetName":null,"dataSourceName":"cli-test-disk-new","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A11%3A53.8115845Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-06-09T10:07:47.9245587Z","endTime":"2023-06-09T10:11:53.4902561Z","dataSourceType":"Microsoft.Compute/disks","operationCategory":"Restore","operation":"Restore","status":"Completed","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT4M5.5656974S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"2d505f0f35434583b0c1a93b174be060","recoveryPointTime":"2023-06-09T10:04:59.509233Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new-restored","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"Completed","taskProgress":null,"additionalDetails":{"DataTransferredInBytes":"0","TaskId":"7beedef7-06ad-11ee-8551-a02919f9519c","DatasourceType":"Microsoft.Compute/disks"}}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupJobs/d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","name":"d45ade8f-4a56-444d-b7bc-2acbd7f87ae8","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2508' + - '2542' content-type: - application/json date: - - Mon, 13 Feb 2023 08:06:01 GMT + - Fri, 09 Jun 2023 10:11:57 GMT expires: - '-1' pragma: @@ -19199,7 +14867,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '189' + - '181' x-powered-by: - ASP.NET status: @@ -19209,7 +14877,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -19221,26 +14889,25 @@ interactions: ParameterSetName: - -g --vault-name -n --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new1-cli-test-disk-new1-b7e6f082-b310-11eb-8f55-9cfce85d4fa1?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cli-test-disk-new-cli-test-disk-new-b7e6f082-b310-11eb-8f55-9cfce85d4fa1?api-version=2023-01-01 response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2ZhNzlkODQyLTM5MmMtNDQ4YS1iNWY0LWU2NjI3ZWIwNjRjOA==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdkMWVjNmM4LTJiOGEtNDhlMS04YjU5LWY0NjYwZDNhNjg5Ng==?api-version=2023-01-01 cache-control: - no-cache content-length: - '0' date: - - Mon, 13 Feb 2023 08:06:06 GMT + - Fri, 09 Jun 2023 10:11:59 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2ZhNzlkODQyLTM5MmMtNDQ4YS1iNWY0LWU2NjI3ZWIwNjRjOA==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdkMWVjNmM4LTJiOGEtNDhlMS04YjU5LWY0NjYwZDNhNjg5Ng==?api-version=2023-01-01 pragma: - no-cache strict-transport-security: @@ -19268,13 +14935,12 @@ interactions: ParameterSetName: - -g --vault-name -n --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2ZhNzlkODQyLTM5MmMtNDQ4YS1iNWY0LWU2NjI3ZWIwNjRjOA==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdkMWVjNmM4LTJiOGEtNDhlMS04YjU5LWY0NjYwZDNhNjg5Ng==?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2ZhNzlkODQyLTM5MmMtNDQ4YS1iNWY0LWU2NjI3ZWIwNjRjOA==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2ZhNzlkODQyLTM5MmMtNDQ4YS1iNWY0LWU2NjI3ZWIwNjRjOA==","status":"Inprogress","startTime":"2023-02-13T08:06:06.1240161Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdkMWVjNmM4LTJiOGEtNDhlMS04YjU5LWY0NjYwZDNhNjg5Ng==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdkMWVjNmM4LTJiOGEtNDhlMS04YjU5LWY0NjYwZDNhNjg5Ng==","status":"Inprogress","startTime":"2023-06-09T10:11:59.1529147Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache @@ -19283,7 +14949,7 @@ interactions: content-type: - application/json date: - - Mon, 13 Feb 2023 08:06:35 GMT + - Fri, 09 Jun 2023 10:11:59 GMT expires: - '-1' pragma: @@ -19299,7 +14965,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '985' + - '999' x-powered-by: - ASP.NET status: @@ -19319,13 +14985,12 @@ interactions: ParameterSetName: - -g --vault-name -n --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2ZhNzlkODQyLTM5MmMtNDQ4YS1iNWY0LWU2NjI3ZWIwNjRjOA==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdkMWVjNmM4LTJiOGEtNDhlMS04YjU5LWY0NjYwZDNhNjg5Ng==?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2ZhNzlkODQyLTM5MmMtNDQ4YS1iNWY0LWU2NjI3ZWIwNjRjOA==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2ZhNzlkODQyLTM5MmMtNDQ4YS1iNWY0LWU2NjI3ZWIwNjRjOA==","status":"Inprogress","startTime":"2023-02-13T08:06:06.1240161Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdkMWVjNmM4LTJiOGEtNDhlMS04YjU5LWY0NjYwZDNhNjg5Ng==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdkMWVjNmM4LTJiOGEtNDhlMS04YjU5LWY0NjYwZDNhNjg5Ng==","status":"Inprogress","startTime":"2023-06-09T10:11:59.1529147Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache @@ -19334,7 +14999,7 @@ interactions: content-type: - application/json date: - - Mon, 13 Feb 2023 08:07:07 GMT + - Fri, 09 Jun 2023 10:12:29 GMT expires: - '-1' pragma: @@ -19350,7 +15015,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '984' + - '998' x-powered-by: - ASP.NET status: @@ -19370,13 +15035,12 @@ interactions: ParameterSetName: - -g --vault-name -n --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2ZhNzlkODQyLTM5MmMtNDQ4YS1iNWY0LWU2NjI3ZWIwNjRjOA==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdkMWVjNmM4LTJiOGEtNDhlMS04YjU5LWY0NjYwZDNhNjg5Ng==?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2ZhNzlkODQyLTM5MmMtNDQ4YS1iNWY0LWU2NjI3ZWIwNjRjOA==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2ZhNzlkODQyLTM5MmMtNDQ4YS1iNWY0LWU2NjI3ZWIwNjRjOA==","status":"Inprogress","startTime":"2023-02-13T08:06:06.1240161Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdkMWVjNmM4LTJiOGEtNDhlMS04YjU5LWY0NjYwZDNhNjg5Ng==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdkMWVjNmM4LTJiOGEtNDhlMS04YjU5LWY0NjYwZDNhNjg5Ng==","status":"Inprogress","startTime":"2023-06-09T10:11:59.1529147Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache @@ -19385,7 +15049,7 @@ interactions: content-type: - application/json date: - - Mon, 13 Feb 2023 08:07:37 GMT + - Fri, 09 Jun 2023 10:13:00 GMT expires: - '-1' pragma: @@ -19401,7 +15065,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '983' + - '997' x-powered-by: - ASP.NET status: @@ -19421,22 +15085,21 @@ interactions: ParameterSetName: - -g --vault-name -n --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2ZhNzlkODQyLTM5MmMtNDQ4YS1iNWY0LWU2NjI3ZWIwNjRjOA==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdkMWVjNmM4LTJiOGEtNDhlMS04YjU5LWY0NjYwZDNhNjg5Ng==?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2ZhNzlkODQyLTM5MmMtNDQ4YS1iNWY0LWU2NjI3ZWIwNjRjOA==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2ZhNzlkODQyLTM5MmMtNDQ4YS1iNWY0LWU2NjI3ZWIwNjRjOA==","status":"Succeeded","startTime":"2023-02-13T08:06:06.1240161Z","endTime":"2023-02-13T08:07:44Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdkMWVjNmM4LTJiOGEtNDhlMS04YjU5LWY0NjYwZDNhNjg5Ng==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdkMWVjNmM4LTJiOGEtNDhlMS04YjU5LWY0NjYwZDNhNjg5Ng==","status":"Inprogress","startTime":"2023-06-09T10:11:59.1529147Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache content-length: - - '477' + - '478' content-type: - application/json date: - - Mon, 13 Feb 2023 08:08:08 GMT + - Fri, 09 Jun 2023 10:13:30 GMT expires: - '-1' pragma: @@ -19452,7 +15115,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '982' + - '996' x-powered-by: - ASP.NET status: @@ -19462,7 +15125,57 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance delete + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name -n --yes + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdkMWVjNmM4LTJiOGEtNDhlMS04YjU5LWY0NjYwZDNhNjg5Ng==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdkMWVjNmM4LTJiOGEtNDhlMS04YjU5LWY0NjYwZDNhNjg5Ng==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzdkMWVjNmM4LTJiOGEtNDhlMS04YjU5LWY0NjYwZDNhNjg5Ng==","status":"Succeeded","startTime":"2023-06-09T10:11:59.1529147Z","endTime":"2023-06-09T10:13:45Z"}' + headers: + cache-control: + - no-cache + content-length: + - '477' + content-type: - application/json + date: + - Fri, 09 Jun 2023 10:14:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '995' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -19474,26 +15187,25 @@ interactions: ParameterSetName: - -g --vault-name -n --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cliteststoreaccount-cliteststoreaccount-b7e6f082-b310-11eb-8f55-9cfce85d4fa1?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/backupInstances/cliteststoreaccount-cliteststoreaccount-b7e6f082-b310-11eb-8f55-9cfce85d4fa1?api-version=2023-01-01 response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzYzNTZiM2RkLTM2Y2EtNGE1ZC1hMjA0LTZhMDY3ZDc0NjEzMQ==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzM3MzBkNDU3LWQ0NmYtNDM1Ni04YzgzLWU3MjhiYTViNTYyOA==?api-version=2023-01-01 cache-control: - no-cache content-length: - '0' date: - - Mon, 13 Feb 2023 08:08:10 GMT + - Fri, 09 Jun 2023 10:14:03 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzYzNTZiM2RkLTM2Y2EtNGE1ZC1hMjA0LTZhMDY3ZDc0NjEzMQ==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzM3MzBkNDU3LWQ0NmYtNDM1Ni04YzgzLWU3MjhiYTViNTYyOA==?api-version=2023-01-01 pragma: - no-cache strict-transport-security: @@ -19521,13 +15233,12 @@ interactions: ParameterSetName: - -g --vault-name -n --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzYzNTZiM2RkLTM2Y2EtNGE1ZC1hMjA0LTZhMDY3ZDc0NjEzMQ==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzM3MzBkNDU3LWQ0NmYtNDM1Ni04YzgzLWU3MjhiYTViNTYyOA==?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzYzNTZiM2RkLTM2Y2EtNGE1ZC1hMjA0LTZhMDY3ZDc0NjEzMQ==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzYzNTZiM2RkLTM2Y2EtNGE1ZC1hMjA0LTZhMDY3ZDc0NjEzMQ==","status":"Inprogress","startTime":"2023-02-13T08:08:10.6888069Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzM3MzBkNDU3LWQ0NmYtNDM1Ni04YzgzLWU3MjhiYTViNTYyOA==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzM3MzBkNDU3LWQ0NmYtNDM1Ni04YzgzLWU3MjhiYTViNTYyOA==","status":"Inprogress","startTime":"2023-06-09T10:14:03.4519529Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache @@ -19536,7 +15247,7 @@ interactions: content-type: - application/json date: - - Mon, 13 Feb 2023 08:08:40 GMT + - Fri, 09 Jun 2023 10:14:03 GMT expires: - '-1' pragma: @@ -19552,7 +15263,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '987' + - '994' x-powered-by: - ASP.NET status: @@ -19572,13 +15283,62 @@ interactions: ParameterSetName: - -g --vault-name -n --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzM3MzBkNDU3LWQ0NmYtNDM1Ni04YzgzLWU3MjhiYTViNTYyOA==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzM3MzBkNDU3LWQ0NmYtNDM1Ni04YzgzLWU3MjhiYTViNTYyOA==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzM3MzBkNDU3LWQ0NmYtNDM1Ni04YzgzLWU3MjhiYTViNTYyOA==","status":"Inprogress","startTime":"2023-06-09T10:14:03.4519529Z","endTime":"0001-01-01T00:00:00Z"}' + headers: + cache-control: + - no-cache + content-length: + - '478' + content-type: + - application/json + date: + - Fri, 09 Jun 2023 10:14:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '993' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance delete + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name -n --yes + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzYzNTZiM2RkLTM2Y2EtNGE1ZC1hMjA0LTZhMDY3ZDc0NjEzMQ==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzM3MzBkNDU3LWQ0NmYtNDM1Ni04YzgzLWU3MjhiYTViNTYyOA==?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzYzNTZiM2RkLTM2Y2EtNGE1ZC1hMjA0LTZhMDY3ZDc0NjEzMQ==","name":"MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzOzYzNTZiM2RkLTM2Y2EtNGE1ZC1hMjA0LTZhMDY3ZDc0NjEzMQ==","status":"Succeeded","startTime":"2023-02-13T08:08:10.6888069Z","endTime":"2023-02-13T08:08:56Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzM3MzBkNDU3LWQ0NmYtNDM1Ni04YzgzLWU3MjhiYTViNTYyOA==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzM3MzBkNDU3LWQ0NmYtNDM1Ni04YzgzLWU3MjhiYTViNTYyOA==","status":"Succeeded","startTime":"2023-06-09T10:14:03.4519529Z","endTime":"2023-06-09T10:14:47Z"}' headers: cache-control: - no-cache @@ -19587,7 +15347,7 @@ interactions: content-type: - application/json date: - - Mon, 13 Feb 2023 08:09:11 GMT + - Fri, 09 Jun 2023 10:15:04 GMT expires: - '-1' pragma: @@ -19603,7 +15363,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '986' + - '992' x-powered-by: - ASP.NET status: @@ -19625,7 +15385,7 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/resourceGuards/cli-test-resource-guard?api-version=2022-05-01 @@ -19638,7 +15398,7 @@ interactions: content-length: - '0' date: - - Mon, 13 Feb 2023 08:09:13 GMT + - Fri, 09 Jun 2023 10:15:07 GMT expires: - '-1' pragma: @@ -19670,25 +15430,25 @@ interactions: ParameterSetName: - -g --vault-name --yes User-Agent: - - AZURECLI/2.45.0 (PIP) (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1?api-version=2022-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/backupVaults/cli-test-new-vault1?api-version=2023-01-01 response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2ZlYTNkZGQ5LTI1MTctNGUyNi1hYWMyLWFjMTE2MzAyMDViZA==?api-version=2022-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzE3YTk5YjJkLTJjOTYtNDE5OC05NzE4LTAxZWQ4MmI2NTNmYQ==?api-version=2023-01-01 cache-control: - no-cache content-length: - '0' date: - - Mon, 13 Feb 2023 08:09:15 GMT + - Fri, 09 Jun 2023 10:15:08 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/MzczMDdiMmQtYmUxOS00YzYwLTllZDctYTczZTkyYzNmNDUzO2ZlYTNkZGQ5LTI1MTctNGUyNi1hYWMyLWFjMTE2MzAyMDViZA==?api-version=2022-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzE3YTk5YjJkLTJjOTYtNDE5OC05NzE4LTAxZWQ4MmI2NTNmYQ==?api-version=2023-01-01 pragma: - no-cache strict-transport-security: @@ -19702,6 +15462,106 @@ interactions: status: code: 202 message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-vault delete + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name --yes + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzE3YTk5YjJkLTJjOTYtNDE5OC05NzE4LTAxZWQ4MmI2NTNmYQ==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzE3YTk5YjJkLTJjOTYtNDE5OC05NzE4LTAxZWQ4MmI2NTNmYQ==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzE3YTk5YjJkLTJjOTYtNDE5OC05NzE4LTAxZWQ4MmI2NTNmYQ==","status":"Inprogress","startTime":"2023-06-09T10:15:08.3917566Z","endTime":"0001-01-01T00:00:00Z"}' + headers: + cache-control: + - no-cache + content-length: + - '469' + content-type: + - application/json + date: + - Fri, 09 Jun 2023 10:15:08 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '14999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-vault delete + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name --yes + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzE3YTk5YjJkLTJjOTYtNDE5OC05NzE4LTAxZWQ4MmI2NTNmYQ==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzE3YTk5YjJkLTJjOTYtNDE5OC05NzE4LTAxZWQ4MmI2NTNmYQ==","name":"NmVjOGQ4MmYtNjdiMS00OTQyLWIwMDktYzg0NGZhODE4YTU5OzE3YTk5YjJkLTJjOTYtNDE5OC05NzE4LTAxZWQ4MmI2NTNmYQ==","status":"Succeeded","startTime":"2023-06-09T10:15:08.3917566Z","endTime":"2023-06-09T10:15:10Z"}' + headers: + cache-control: + - no-cache + content-length: + - '468' + content-type: + - application/json + date: + - Fri, 09 Jun 2023 10:15:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '14998' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: @@ -19718,26 +15578,26 @@ interactions: ParameterSetName: - --name --resource-group --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1?api-version=2022-07-02 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new?api-version=2022-07-02 response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/431e7d5e-613b-4e9c-b793-200eac5ff912?p=814d4482-f746-4961-be2b-b822c13856d2&api-version=2022-07-02 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/eec398cd-f1f7-4d92-acd1-4bc875d4078f?p=814d4482-f746-4961-be2b-b822c13856d2&api-version=2022-07-02 cache-control: - no-cache content-length: - '0' date: - - Mon, 13 Feb 2023 08:09:16 GMT + - Fri, 09 Jun 2023 10:15:40 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/431e7d5e-613b-4e9c-b793-200eac5ff912?p=814d4482-f746-4961-be2b-b822c13856d2&monitor=true&api-version=2022-07-02 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/eec398cd-f1f7-4d92-acd1-4bc875d4078f?p=814d4482-f746-4961-be2b-b822c13856d2&monitor=true&api-version=2022-07-02 pragma: - no-cache server: @@ -19748,9 +15608,9 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/DeleteDisks3Min;2998,Microsoft.Compute/DeleteDisks30Min;23996 + - Microsoft.Compute/DeleteDisks3Min;2999,Microsoft.Compute/DeleteDisks30Min;23998 x-ms-ratelimit-remaining-subscription-deletes: - - '14996' + - '14999' status: code: 202 message: Accepted @@ -19768,15 +15628,15 @@ interactions: ParameterSetName: - --name --resource-group --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/431e7d5e-613b-4e9c-b793-200eac5ff912?p=814d4482-f746-4961-be2b-b822c13856d2&api-version=2022-07-02 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/eec398cd-f1f7-4d92-acd1-4bc875d4078f?p=814d4482-f746-4961-be2b-b822c13856d2&api-version=2022-07-02 response: body: - string: "{\r\n \"startTime\": \"2023-02-13T08:09:17.5684663+00:00\",\r\n \"\ - endTime\": \"2023-02-13T08:09:17.7715857+00:00\",\r\n \"status\": \"Succeeded\"\ - ,\r\n \"name\": \"431e7d5e-613b-4e9c-b793-200eac5ff912\"\r\n}" + string: "{\r\n \"startTime\": \"2023-06-09T10:15:40.8166263+00:00\",\r\n \"\ + endTime\": \"2023-06-09T10:15:41.0197954+00:00\",\r\n \"status\": \"Succeeded\"\ + ,\r\n \"name\": \"eec398cd-f1f7-4d92-acd1-4bc875d4078f\"\r\n}" headers: cache-control: - no-cache @@ -19785,7 +15645,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 08:09:47 GMT + - Fri, 09 Jun 2023 10:15:40 GMT expires: - '-1' pragma: @@ -19802,7 +15662,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;49997,Microsoft.Compute/GetOperation30Min;399977 + - Microsoft.Compute/GetOperation3Min;49999,Microsoft.Compute/GetOperation30Min;399986 status: code: 200 message: OK @@ -19822,26 +15682,26 @@ interactions: ParameterSetName: - --name --resource-group --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new1-restored?api-version=2022-07-02 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Compute/disks/cli-test-disk-new-restored?api-version=2022-07-02 response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/12306817-5c53-40a3-bd25-3d306a8d3375?p=814d4482-f746-4961-be2b-b822c13856d2&api-version=2022-07-02 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/c5e03089-baf7-4387-b199-281f8a438a59?p=814d4482-f746-4961-be2b-b822c13856d2&api-version=2022-07-02 cache-control: - no-cache content-length: - '0' date: - - Mon, 13 Feb 2023 08:09:49 GMT + - Fri, 09 Jun 2023 10:15:42 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/12306817-5c53-40a3-bd25-3d306a8d3375?p=814d4482-f746-4961-be2b-b822c13856d2&monitor=true&api-version=2022-07-02 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/c5e03089-baf7-4387-b199-281f8a438a59?p=814d4482-f746-4961-be2b-b822c13856d2&monitor=true&api-version=2022-07-02 pragma: - no-cache server: @@ -19852,9 +15712,9 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/DeleteDisks3Min;2998,Microsoft.Compute/DeleteDisks30Min;23995 + - Microsoft.Compute/DeleteDisks3Min;2998,Microsoft.Compute/DeleteDisks30Min;23997 x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14998' status: code: 202 message: Accepted @@ -19872,24 +15732,24 @@ interactions: ParameterSetName: - --name --resource-group --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/12306817-5c53-40a3-bd25-3d306a8d3375?p=814d4482-f746-4961-be2b-b822c13856d2&api-version=2022-07-02 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/c5e03089-baf7-4387-b199-281f8a438a59?p=814d4482-f746-4961-be2b-b822c13856d2&api-version=2022-07-02 response: body: - string: "{\r\n \"startTime\": \"2023-02-13T08:09:49.733525+00:00\",\r\n \"\ - endTime\": \"2023-02-13T08:09:49.9366562+00:00\",\r\n \"status\": \"Succeeded\"\ - ,\r\n \"name\": \"12306817-5c53-40a3-bd25-3d306a8d3375\"\r\n}" + string: "{\r\n \"startTime\": \"2023-06-09T10:15:42.6448063+00:00\",\r\n \"\ + status\": \"InProgress\",\r\n \"name\": \"c5e03089-baf7-4387-b199-281f8a438a59\"\ + \r\n}" headers: cache-control: - no-cache content-length: - - '183' + - '134' content-type: - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 08:10:19 GMT + - Fri, 09 Jun 2023 10:15:42 GMT expires: - '-1' pragma: @@ -19906,7 +15766,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;49996,Microsoft.Compute/GetOperation30Min;399975 + - Microsoft.Compute/GetOperation3Min;49998,Microsoft.Compute/GetOperation30Min;399985 status: code: 200 message: OK @@ -19918,42 +15778,47 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - storage account delete + - disk delete Connection: - keep-alive - Content-Length: - - '0' ParameterSetName: - --name --resource-group --yes User-Agent: - - AZURECLI/2.45.0 (PIP) azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.7 + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/cliteststoreaccount?api-version=2022-09-01 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/centraluseuap/DiskOperations/c5e03089-baf7-4387-b199-281f8a438a59?p=814d4482-f746-4961-be2b-b822c13856d2&api-version=2022-07-02 response: body: - string: '' + string: "{\r\n \"startTime\": \"2023-06-09T10:15:42.6448063+00:00\",\r\n \"\ + endTime\": \"2023-06-09T10:15:43.0042783+00:00\",\r\n \"status\": \"Succeeded\"\ + ,\r\n \"name\": \"c5e03089-baf7-4387-b199-281f8a438a59\"\r\n}" headers: cache-control: - no-cache content-length: - - '0' + - '184' content-type: - - text/plain; charset=utf-8 + - application/json; charset=utf-8 date: - - Mon, 13 Feb 2023 08:10:24 GMT + - Fri, 09 Jun 2023 10:16:12 GMT expires: - '-1' pragma: - no-cache server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - 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-subscription-deletes: - - '14997' + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;49995,Microsoft.Compute/GetOperation30Min;399982 status: code: 200 message: OK diff --git a/src/dataprotection/azext_dataprotection/tests/latest/recordings/test_dataprotection_aks.yaml b/src/dataprotection/azext_dataprotection/tests/latest/recordings/test_dataprotection_aks.yaml new file mode 100644 index 00000000000..d843382fe7c --- /dev/null +++ b/src/dataprotection/azext_dataprotection/tests/latest/recordings/test_dataprotection_aks.yaml @@ -0,0 +1,33689 @@ +interactions: +- request: + body: '{"identity": {"type": "SystemAssigned"}, "location": "eastus2euap", "properties": + {"securitySettings": {"immutabilitySettings": {"state": "Disabled"}, "softDeleteSettings": + {"state": "Off"}}, "storageSettings": [{"datastoreType": "VaultStore", "type": + "LocallyRedundant"}]}, "tags": {"Owner": "zubairabid", "Purpose": "Testing", + "MABUsed": "Yes"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-vault create + Connection: + - keep-alive + Content-Length: + - '347' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --location --vault-name --soft-delete-state --immutability-state + --storage-settings --type --tags + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv?api-version=2023-01-01 + response: + body: + string: '{"location":"eastus2euap","tags":{"Owner":"zubairabid","Purpose":"Testing","MABUsed":"Yes"},"identity":{"type":"SystemAssigned","principalId":"a959e284-cf37-480d-a37e-aa8eda644fa4","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"properties":{"provisioningState":"Provisioning","storageSettings":[{"datastoreType":"VaultStore","type":"LocallyRedundant"}],"isVaultProtectedByResourceGuard":false,"securitySettings":{"softDeleteSettings":{"state":"Off","retentionDurationInDays":0.0},"immutabilitySettings":{"state":"Disabled"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv","name":"clitest-aks-bv","type":"Microsoft.DataProtection/backupVaults"}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlO2U5MDgwZmM4LTRkYzQtNGJiMy1iMWMyLTdiNGRiZDkxMGY0ZQ==?api-version=2023-01-01 + cache-control: + - no-cache + content-length: + - '754' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:44:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-arm-resource-system-data: + - '{"createdBy":"zubairabid@microsoft.com","createdByType":"User","createdAt":"2023-06-09T09:44:12.277184Z","lastModifiedBy":"zubairabid@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-09T09:44:12.277184Z"}' + x-ms-ratelimit-remaining-subscription-resource-requests: + - '99' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-vault create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --location --vault-name --soft-delete-state --immutability-state + --storage-settings --type --tags + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlO2U5MDgwZmM4LTRkYzQtNGJiMy1iMWMyLTdiNGRiZDkxMGY0ZQ==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlO2U5MDgwZmM4LTRkYzQtNGJiMy1iMWMyLTdiNGRiZDkxMGY0ZQ==","name":"MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlO2U5MDgwZmM4LTRkYzQtNGJiMy1iMWMyLTdiNGRiZDkxMGY0ZQ==","status":"Inprogress","startTime":"2023-06-09T09:44:13.919621Z","endTime":"0001-01-01T00:00:00Z"}' + headers: + cache-control: + - no-cache + content-length: + - '477' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:44:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '999' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-vault create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --location --vault-name --soft-delete-state --immutability-state + --storage-settings --type --tags + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlO2U5MDgwZmM4LTRkYzQtNGJiMy1iMWMyLTdiNGRiZDkxMGY0ZQ==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlO2U5MDgwZmM4LTRkYzQtNGJiMy1iMWMyLTdiNGRiZDkxMGY0ZQ==","name":"MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlO2U5MDgwZmM4LTRkYzQtNGJiMy1iMWMyLTdiNGRiZDkxMGY0ZQ==","status":"Succeeded","startTime":"2023-06-09T09:44:13.919621Z","endTime":"2023-06-09T09:44:14Z"}' + headers: + cache-control: + - no-cache + content-length: + - '476' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:44:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '998' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-vault create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --location --vault-name --soft-delete-state --immutability-state + --storage-settings --type --tags + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv?api-version=2023-01-01 + response: + body: + string: '{"location":"eastus2euap","tags":{"Owner":"zubairabid","Purpose":"Testing","MABUsed":"Yes"},"identity":{"type":"SystemAssigned","principalId":"a959e284-cf37-480d-a37e-aa8eda644fa4","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"properties":{"provisioningState":"Succeeded","storageSettings":[{"datastoreType":"VaultStore","type":"LocallyRedundant"}],"isVaultProtectedByResourceGuard":false,"securitySettings":{"softDeleteSettings":{"state":"Off","retentionDurationInDays":0.0},"immutabilitySettings":{"state":"Disabled"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv","name":"clitest-aks-bv","type":"Microsoft.DataProtection/backupVaults"}' + headers: + cache-control: + - no-cache + content-length: + - '751' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:44:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + status: + code: 200 + message: OK +- request: + body: '{"properties": {"datasourceTypes": ["Microsoft.ContainerService/managedClusters"], + "objectType": "BackupPolicy", "policyRules": [{"name": "BackupHourly", "objectType": + "AzureBackupRule", "backupParameters": {"objectType": "AzureBackupParams", "backupType": + "Incremental"}, "dataStore": {"dataStoreType": "OperationalStore", "objectType": + "DataStoreInfoBase"}, "trigger": {"objectType": "ScheduleBasedTriggerContext", + "schedule": {"repeatingTimeIntervals": ["R/2023-01-04T09:00:00+00:00/PT4H"]}, + "taggingCriteria": [{"isDefault": true, "taggingPriority": 99, "tagInfo": {"tagName": + "Default"}}]}}, {"name": "Default", "objectType": "AzureRetentionRule", "isDefault": + true, "lifecycles": [{"deleteAfter": {"duration": "P7D", "objectType": "AbsoluteDeleteOption"}, + "sourceDataStore": {"dataStoreType": "OperationalStore", "objectType": "DataStoreInfoBase"}}]}]}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-policy create + Connection: + - keep-alive + Content-Length: + - '859' + Content-Type: + - application/json + ParameterSetName: + - -g --vault-name -n --policy + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1?api-version=2022-05-01 + response: + body: + string: '{"properties":{"policyRules":[{"backupParameters":{"backupType":"Incremental","objectType":"AzureBackupParams"},"trigger":{"schedule":{"repeatingTimeIntervals":["R/2023-01-04T09:00:00+00:00/PT4H"]},"taggingCriteria":[{"tagInfo":{"tagName":"Default","id":"Default_"},"taggingPriority":99,"isDefault":true}],"objectType":"ScheduleBasedTriggerContext"},"dataStore":{"dataStoreType":"OperationalStore","objectType":"DataStoreInfoBase"},"name":"BackupHourly","objectType":"AzureBackupRule"},{"lifecycles":[{"deleteAfter":{"objectType":"AbsoluteDeleteOption","duration":"P7D"},"sourceDataStore":{"dataStoreType":"OperationalStore","objectType":"DataStoreInfoBase"}}],"isDefault":true,"name":"Default","objectType":"AzureRetentionRule"}],"datasourceTypes":["Microsoft.ContainerService/managedClusters"],"objectType":"BackupPolicy"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","name":"AKSPolicyCLI1","type":"Microsoft.DataProtection/backupVaults/backupPolicies"}' + headers: + cache-control: + - no-cache + content-length: + - '1091' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:44:46 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-vault show + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv?api-version=2023-01-01 + response: + body: + string: '{"location":"eastus2euap","tags":{"Owner":"zubairabid","Purpose":"Testing","MABUsed":"Yes"},"identity":{"type":"SystemAssigned","principalId":"a959e284-cf37-480d-a37e-aa8eda644fa4","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"properties":{"provisioningState":"Succeeded","storageSettings":[{"datastoreType":"VaultStore","type":"LocallyRedundant"}],"isVaultProtectedByResourceGuard":false,"securitySettings":{"softDeleteSettings":{"state":"Off","retentionDurationInDays":0.0},"immutabilitySettings":{"state":"Disabled"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv","name":"clitest-aks-bv","type":"Microsoft.DataProtection/backupVaults"}' + headers: + cache-control: + - no-cache + content-length: + - '751' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:44:48 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '498' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --backup-instance -y + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv?api-version=2023-01-01 + response: + body: + string: '{"location":"eastus2euap","tags":{"Owner":"zubairabid","Purpose":"Testing","MABUsed":"Yes"},"identity":{"type":"SystemAssigned","principalId":"a959e284-cf37-480d-a37e-aa8eda644fa4","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"properties":{"provisioningState":"Succeeded","storageSettings":[{"datastoreType":"VaultStore","type":"LocallyRedundant"}],"isVaultProtectedByResourceGuard":false,"securitySettings":{"softDeleteSettings":{"state":"Off","retentionDurationInDays":0.0},"immutabilitySettings":{"state":"Disabled"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv","name":"clitest-aks-bv","type":"Microsoft.DataProtection/backupVaults"}' + headers: + cache-control: + - no-cache + content-length: + - '751' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:44:49 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --backup-instance -y + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) + method: GET + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%27a959e284-cf37-480d-a37e-aa8eda644fa4%27%29 + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '92' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Fri, 09 Jun 2023 09:44:51 GMT + odata-version: + - '4.0' + request-id: + - 190a70f1-e3a1-4015-ba60-2127b5af18e3 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"002","RoleInstance":"MA1PEPF00004981"}}' + x-ms-resource-unit: + - '1' + status: + code: 200 + message: OK +- request: + body: '{"ids": ["a959e284-cf37-480d-a37e-aa8eda644fa4"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --backup-instance -y + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"a959e284-cf37-480d-a37e-aa8eda644fa4","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.DataProtection/BackupVaults/clitest-aks-bv"],"appDisplayName":null,"appDescription":null,"appId":"e014d57b-fba1-4507-87df-201c96a4e87d","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-06-09T09:44:13Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"clitest-aks-bv","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["e014d57b-fba1-4507-87df-201c96a4e87d","https://identity.azure.net/WFy1W0/ZBYsc/bXKRnjxKHw9SaXS3Bb3tq3yOluIyZ0="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"FF5A91EB12771B48FBA5F90283A059EDA4D209E5","displayName":"CN=e014d57b-fba1-4507-87df-201c96a4e87d","endDateTime":"2023-09-07T09:39:00Z","key":null,"keyId":"a5849a92-1f6b-4b18-997a-1dac55a2bed6","startDateTime":"2023-06-09T09:39:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1727' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Fri, 09 Jun 2023 09:44:51 GMT + location: + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - 2118f383-9a62-4639-ab8b-adaff5faf172 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"002","RoleInstance":"MA1PEPF00004978"}}' + x-ms-resource-unit: + - '3' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --backup-instance -y + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete/providers/Microsoft.Authorization/roleAssignments?$filter=atScope()&api-version=2022-04-01 + response: + body: + string: '{"value":[{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"5c617d2b-99f8-4c90-98fe-dfe040fa33c1","principalType":"ServicePrincipal","scope":"/","condition":null,"conditionVersion":null,"createdOn":"2018-02-27T19:19:50.2663941Z","updatedOn":"2018-02-27T19:19:50.2663941Z","createdBy":null,"updatedBy":null,"delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Authorization/roleAssignments/3e883d24-b106-42ff-ad13-d7bf271b964d","type":"Microsoft.Authorization/roleAssignments","name":"3e883d24-b106-42ff-ad13-d7bf271b964d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T12:22:13.7498923Z","updatedOn":"2019-08-26T12:22:13.7498923Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f","type":"Microsoft.Authorization/roleAssignments","name":"8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-05-24T11:02:27.8515917Z","updatedOn":"2019-05-24T11:02:27.8515917Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b5eee4d7-5f9f-4f63-8040-8aec158c289b","type":"Microsoft.Authorization/roleAssignments","name":"b5eee4d7-5f9f-4f63-8040-8aec158c289b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-02-12T11:34:59.7104212Z","updatedOn":"2020-02-12T11:34:59.7104212Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f0618702-8404-4858-9a26-e61f23e7d44f","type":"Microsoft.Authorization/roleAssignments","name":"f0618702-8404-4858-9a26-e61f23e7d44f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-11-14T08:52:42.2795010Z","updatedOn":"2019-11-14T08:52:42.2795010Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/77daac38-9839-4b00-921b-e5d5a03e728c","type":"Microsoft.Authorization/roleAssignments","name":"77daac38-9839-4b00-921b-e5d5a03e728c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9693df58-7f72-4974-9bd3-1c3ceb0382f1","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-11-29T09:40:04.3180033Z","updatedOn":"2018-11-29T09:40:04.3180033Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7","type":"Microsoft.Authorization/roleAssignments","name":"ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"d1f96755-9bcf-44b8-ab82-df67360496c4","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-05-08T10:28:08.2854940Z","updatedOn":"2020-05-08T10:28:08.2854940Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dfb3ca56-a0d4-44ce-ba35-b716c3fdab86","type":"Microsoft.Authorization/roleAssignments","name":"dfb3ca56-a0d4-44ce-ba35-b716c3fdab86"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-31T09:26:43.6440415Z","updatedOn":"2018-12-31T09:26:43.6440415Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45744ea8-780f-4f3e-88aa-b73d7f6997b2","type":"Microsoft.Authorization/roleAssignments","name":"45744ea8-780f-4f3e-88aa-b73d7f6997b2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e65078fb-6b02-434a-9f11-d06bf9bc0600","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-10-25T23:42:36.3444507Z","updatedOn":"2018-10-25T23:42:36.3444507Z","createdBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","updatedBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e7ce51e8-4109-41d7-bc10-538b089599db","type":"Microsoft.Authorization/roleAssignments","name":"e7ce51e8-4109-41d7-bc10-538b089599db"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a7782e0f-1f9a-4882-b2c9-11227aad244e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-06-16T04:32:50.9673703Z","updatedOn":"2020-06-16T04:32:50.9673703Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fa21f2f-81c3-47b6-b706-650b359b96c3","type":"Microsoft.Authorization/roleAssignments","name":"9fa21f2f-81c3-47b6-b706-650b359b96c3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"00b14177-f4d2-4a4b-94f6-6e80f75745c9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T09:49:11.3750683Z","updatedOn":"2020-03-12T09:49:11.3750683Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fff0abf3-3cf7-46be-8bc7-1d1619a160fb","type":"Microsoft.Authorization/roleAssignments","name":"fff0abf3-3cf7-46be-8bc7-1d1619a160fb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T10:28:45.4880023Z","updatedOn":"2019-08-26T10:28:45.4880023Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/397a3c9c-c258-4d4e-834d-00cc08227796","type":"Microsoft.Authorization/roleAssignments","name":"397a3c9c-c258-4d4e-834d-00cc08227796"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-05T04:29:28.7359096Z","updatedOn":"2018-12-05T04:29:28.7359096Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c830f42-5f89-4d8b-8f93-d3dc936f33bd","type":"Microsoft.Authorization/roleAssignments","name":"3c830f42-5f89-4d8b-8f93-d3dc936f33bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-08T08:38:50.1742930Z","updatedOn":"2020-04-08T08:38:50.1742930Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5293a96b-830e-45f4-9e9e-22d7d020f0d8","type":"Microsoft.Authorization/roleAssignments","name":"5293a96b-830e-45f4-9e9e-22d7d020f0d8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3421d717-ca60-44e7-a9a1-773acec4e503","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T09:40:14.7658272Z","updatedOn":"2019-10-23T09:40:14.7658272Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/34b29558-faf9-43f0-a194-35ca0aa99fc5","type":"Microsoft.Authorization/roleAssignments","name":"34b29558-faf9-43f0-a194-35ca0aa99fc5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3dc88d41-4d03-4105-970d-937e56de3839","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-06-27T12:59:44.6557891Z","updatedOn":"2019-06-27T12:59:44.6557891Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e57ab8d1-ce9a-4925-b09f-2567492d9b22","type":"Microsoft.Authorization/roleAssignments","name":"e57ab8d1-ce9a-4925-b09f-2567492d9b22"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"62c799b8-9b54-4c3d-97c9-9490d16a6a9a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-08T13:01:20.9953919Z","updatedOn":"2019-08-08T13:01:20.9953919Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e1b91810-0781-462d-9517-764e4a033822","type":"Microsoft.Authorization/roleAssignments","name":"e1b91810-0781-462d-9517-764e4a033822"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T08:03:15.6803676Z","updatedOn":"2019-10-23T08:03:15.6803676Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/facbac06-ddab-437d-949a-207593fddfff","type":"Microsoft.Authorization/roleAssignments","name":"facbac06-ddab-437d-949a-207593fddfff"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"978b254a-54be-42af-80f5-e2a37b2e40e5","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-07-08T06:57:57.0377373Z","updatedOn":"2019-07-08T06:57:57.0377373Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e","type":"Microsoft.Authorization/roleAssignments","name":"89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-17T09:14:08.7913669Z","updatedOn":"2020-04-17T09:14:08.7913669Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/950c635a-23a5-4a0e-8eb6-c53e929c9699","type":"Microsoft.Authorization/roleAssignments","name":"950c635a-23a5-4a0e-8eb6-c53e929c9699"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:46.8918844Z","updatedOn":"2022-10-03T10:52:46.8918844Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5a8b530-0e4c-40d9-a003-167e38138f34","type":"Microsoft.Authorization/roleAssignments","name":"c5a8b530-0e4c-40d9-a003-167e38138f34"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"ce439730-9009-4c60-b582-277f5b9b5c47","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:47.6507241Z","updatedOn":"2022-10-03T10:52:47.6507241Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/adfaf7e6-895a-432b-9f63-650c5855b6b5","type":"Microsoft.Authorization/roleAssignments","name":"adfaf7e6-895a-432b-9f63-650c5855b6b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8a1cd6d0-5c03-4720-8cc7-22adbc865bad","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-06T10:00:44.6775425Z","updatedOn":"2022-10-06T10:00:44.6775425Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/21a219c4-e4ea-4572-9b97-ab829ee70b0b","type":"Microsoft.Authorization/roleAssignments","name":"21a219c4-e4ea-4572-9b97-ab829ee70b0b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"ba20023e-4ef7-4929-8693-f3f37fdb7667","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-19T06:48:34.7902721Z","updatedOn":"2022-10-19T06:48:34.7902721Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/70fc8a72-c6e9-4644-95d6-f27efe137007","type":"Microsoft.Authorization/roleAssignments","name":"70fc8a72-c6e9-4644-95d6-f27efe137007"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab","principalId":"cda54502-7b02-4c29-bacd-2ac17bb3fee4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-20T05:10:54.0749901Z","updatedOn":"2022-10-20T05:10:54.0749901Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a49a99d3-cfb9-4f66-b694-b3a7803fe02b","type":"Microsoft.Authorization/roleAssignments","name":"a49a99d3-cfb9-4f66-b694-b3a7803fe02b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"d6e6b7d9-6bee-44e9-a115-608b26453747","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-11-04T09:20:20.9539814Z","updatedOn":"2022-11-04T09:20:20.9539814Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5ead22ad-d09b-4591-8d0f-a571ef0dedb2","type":"Microsoft.Authorization/roleAssignments","name":"5ead22ad-d09b-4591-8d0f-a571ef0dedb2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.2924849Z","updatedOn":"2022-12-13T12:39:32.2924849Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1a2a40b4-9a41-4578-a6f5-e34068ff3bf6","type":"Microsoft.Authorization/roleAssignments","name":"1a2a40b4-9a41-4578-a6f5-e34068ff3bf6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.4781119Z","updatedOn":"2022-12-13T12:39:32.4781119Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fc9183c-bfec-41be-8c2b-2cc55420f6c1","type":"Microsoft.Authorization/roleAssignments","name":"9fc9183c-bfec-41be-8c2b-2cc55420f6c1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"fc8bd99b-292d-4396-ac07-7e46bf989efa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-04T09:17:14.5148296Z","updatedOn":"2023-01-04T09:17:14.5148296Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5c4e131f-5843-5474-af9f-427c1fca982d","type":"Microsoft.Authorization/roleAssignments","name":"5c4e131f-5843-5474-af9f-427c1fca982d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c0c54612-5a75-40a2-8a0c-bf70ab0847ba","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-13T04:47:48.8296778Z","updatedOn":"2023-01-13T04:47:48.8296778Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b56bdd79-3e27-4d79-b73b-4dc8625a172a","type":"Microsoft.Authorization/roleAssignments","name":"b56bdd79-3e27-4d79-b73b-4dc8625a172a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a4eae46b-a9d0-4586-8ac9-ba91b29f1d57","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-02-01T10:05:44.6784242Z","updatedOn":"2022-02-01T10:05:44.6784242Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8af2fb3a-292c-42a8-a870-1751c4ec4870","type":"Microsoft.Authorization/roleAssignments","name":"8af2fb3a-292c-42a8-a870-1751c4ec4870"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"85c33f6f-5d69-4b0e-bc06-95a7d3193519","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-04T09:52:52.7340040Z","updatedOn":"2022-05-04T09:52:52.7340040Z","createdBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","updatedBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6a4f635c-309c-4a1d-8eea-86fb5aa91d80","type":"Microsoft.Authorization/roleAssignments","name":"6a4f635c-309c-4a1d-8eea-86fb5aa91d80"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-12T06:55:02.9137483Z","updatedOn":"2022-05-12T06:55:02.9137483Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a5bd1b6d-0084-40ec-9126-2250536b4778","type":"Microsoft.Authorization/roleAssignments","name":"a5bd1b6d-0084-40ec-9126-2250536b4778"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"f2cee52e-3d75-4f49-acc4-b5aaf72232ee","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T11:01:05.6238088Z","updatedOn":"2022-06-03T11:01:05.6238088Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2bd63fbe-e197-434f-ba1e-016bad298ff7","type":"Microsoft.Authorization/roleAssignments","name":"2bd63fbe-e197-434f-ba1e-016bad298ff7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:20:41.1511200Z","updatedOn":"2022-06-03T13:22:39.1076287Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f12c7867-43e5-5530-98e9-9d8a2f39fb92","type":"Microsoft.Authorization/roleAssignments","name":"f12c7867-43e5-5530-98e9-9d8a2f39fb92"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:37:09.9515887Z","updatedOn":"2022-06-03T14:40:22.4040874Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/bace23ac-6978-5318-a146-d49599599b02","type":"Microsoft.Authorization/roleAssignments","name":"bace23ac-6978-5318-a146-d49599599b02"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-06T11:22:08.5127363Z","updatedOn":"2022-06-06T11:22:08.5127363Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/df253c65-35fc-4ff6-9a32-39b3fe20a6e3","type":"Microsoft.Authorization/roleAssignments","name":"df253c65-35fc-4ff6-9a32-39b3fe20a6e3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5f137a67-1b88-4f98-aa20-b71a7082dc56","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-10T14:11:57.5623976Z","updatedOn":"2022-06-10T14:11:57.5623976Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e409f573-8bda-4b7e-854a-61c445d36c6f","type":"Microsoft.Authorization/roleAssignments","name":"e409f573-8bda-4b7e-854a-61c445d36c6f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-22T11:28:57.2073063Z","updatedOn":"2022-06-22T11:28:57.2073063Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb","type":"Microsoft.Authorization/roleAssignments","name":"c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:19:22.2256200Z","updatedOn":"2022-06-23T09:19:22.2256200Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/344b17ae-cabf-4a33-9a9d-ba30fefcbadc","type":"Microsoft.Authorization/roleAssignments","name":"344b17ae-cabf-4a33-9a9d-ba30fefcbadc"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2b81557b-8e7a-4df8-9a41-e59844f627c2","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:25:03.9969293Z","updatedOn":"2022-06-23T09:25:03.9969293Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/13a7f7c7-7364-4f9b-ba92-5430f17b29b5","type":"Microsoft.Authorization/roleAssignments","name":"13a7f7c7-7364-4f9b-ba92-5430f17b29b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-24T07:04:04.5965087Z","updatedOn":"2022-06-24T07:04:04.5965087Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ba604c54-80e1-490e-a123-9ef9d477536b","type":"Microsoft.Authorization/roleAssignments","name":"ba604c54-80e1-490e-a123-9ef9d477536b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-25T04:10:10.7065168Z","updatedOn":"2022-06-25T04:10:10.7065168Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/916a749f-b61f-4ba4-8c28-46217c3a7b4e","type":"Microsoft.Authorization/roleAssignments","name":"916a749f-b61f-4ba4-8c28-46217c3a7b4e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T07:37:58.3152810Z","updatedOn":"2022-06-27T07:37:58.3152810Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0a1046d6-ba58-491f-b473-403ec29cd2be","type":"Microsoft.Authorization/roleAssignments","name":"0a1046d6-ba58-491f-b473-403ec29cd2be"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:21:12.2347431Z","updatedOn":"2022-06-27T08:21:12.2347431Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/abc6fbbe-d4a8-4315-9532-82e90334dcc9","type":"Microsoft.Authorization/roleAssignments","name":"abc6fbbe-d4a8-4315-9532-82e90334dcc9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:17.8582970Z","updatedOn":"2022-06-27T08:43:17.8582970Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8f0bb0e-1495-48f0-aa68-33c364310cfb","type":"Microsoft.Authorization/roleAssignments","name":"b8f0bb0e-1495-48f0-aa68-33c364310cfb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:18.7801612Z","updatedOn":"2022-06-27T08:43:18.7801612Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1","type":"Microsoft.Authorization/roleAssignments","name":"b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"b864e281-c12e-45c6-a0c7-6046a7de5481","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-30T10:50:49.6196941Z","updatedOn":"2022-06-30T10:50:49.6196941Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/61b7cfe4-f4db-49b0-b329-bb5fad775973","type":"Microsoft.Authorization/roleAssignments","name":"61b7cfe4-f4db-49b0-b329-bb5fad775973"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:11.7388086Z","updatedOn":"2022-07-01T08:15:11.7388086Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/86db086e-0442-5eef-8ebc-1d8d28a4d03a","type":"Microsoft.Authorization/roleAssignments","name":"86db086e-0442-5eef-8ebc-1d8d28a4d03a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:12.7940996Z","updatedOn":"2022-07-01T08:15:12.7940996Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cbcefba6-df6c-5670-9e02-9e09f7964d9c","type":"Microsoft.Authorization/roleAssignments","name":"cbcefba6-df6c-5670-9e02-9e09f7964d9c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"fe7b070d-f778-4cfd-8acf-eda94f397a89","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-29T07:15:07.9544255Z","updatedOn":"2022-07-29T07:15:07.9544255Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/efb13d06-875d-40e3-81d5-195824e19188","type":"Microsoft.Authorization/roleAssignments","name":"efb13d06-875d-40e3-81d5-195824e19188"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f8520195-1c62-47ff-8c01-e394155b52f1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-10T11:13:36.6792855Z","updatedOn":"2022-08-10T11:13:36.6792855Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c9150af-abd1-4d00-9c16-acb375857df6","type":"Microsoft.Authorization/roleAssignments","name":"3c9150af-abd1-4d00-9c16-acb375857df6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f4bfeb83-a4cc-43e8-bee0-9808b5d0918d","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-24T05:51:56.3337713Z","updatedOn":"2022-08-24T05:51:56.3337713Z","createdBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","updatedBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3caa2a04-62bf-4a33-80f5-056840e59fb4","type":"Microsoft.Authorization/roleAssignments","name":"3caa2a04-62bf-4a33-80f5-056840e59fb4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"608ca1e9-e854-46c6-984f-d812d0e657e6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-30T13:32:28.1332524Z","updatedOn":"2022-08-30T13:32:28.1332524Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2719b245-3aeb-4cc0-92bc-6f63eea0dcbf","type":"Microsoft.Authorization/roleAssignments","name":"2719b245-3aeb-4cc0-92bc-6f63eea0dcbf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"68df126e-00a9-4775-995d-233a4ffc3a19","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-17T09:26:11.0806114Z","updatedOn":"2023-02-17T09:26:11.0806114Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/76d326c3-4c6a-46f5-9b7d-6cdce259d963","type":"Microsoft.Authorization/roleAssignments","name":"76d326c3-4c6a-46f5-9b7d-6cdce259d963"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e147488a-f6f5-4113-8e2d-b22465e65bf6","principalId":"bb529dae-08b3-4aaa-a97b-a815eb240212","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-17T10:00:44.9499565Z","updatedOn":"2023-02-17T10:00:44.9499565Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e02834f2-9857-4cd4-84bf-f5060c059ac4","type":"Microsoft.Authorization/roleAssignments","name":"e02834f2-9857-4cd4-84bf-f5060c059ac4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"12f8ea5c-1212-449e-b31c-0a574f43076e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-21T07:25:21.5000321Z","updatedOn":"2023-02-21T07:25:21.5000321Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cfa66353-d8d2-44a8-9b6b-47d96c034467","type":"Microsoft.Authorization/roleAssignments","name":"cfa66353-d8d2-44a8-9b6b-47d96c034467"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"cf46d636-b6c1-406c-aba7-b2c3d9ed07da","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-22T08:19:42.6910275Z","updatedOn":"2023-02-22T08:19:42.6910275Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d2fa9741-5fdd-4c70-92d0-68d9ac1c8d47","type":"Microsoft.Authorization/roleAssignments","name":"d2fa9741-5fdd-4c70-92d0-68d9ac1c8d47"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5514cdb4-15e2-4c34-8c01-f5d04b6b6c67","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-24T13:51:44.3846278Z","updatedOn":"2023-02-24T13:51:44.3846278Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dab90611-db6d-4f9f-8082-df6726f52495","type":"Microsoft.Authorization/roleAssignments","name":"dab90611-db6d-4f9f-8082-df6726f52495"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"97cccd32-7f48-4221-94cd-b8528c8b17a6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-26T18:44:26.0648974Z","updatedOn":"2023-02-26T18:44:26.0648974Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fa32041b-2f55-4362-90b5-95d4a83ffd93","type":"Microsoft.Authorization/roleAssignments","name":"fa32041b-2f55-4362-90b5-95d4a83ffd93"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"493cef5f-b385-4b17-9f23-1f8b4b4ac3d6","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-13T07:48:30.0411477Z","updatedOn":"2023-03-13T07:48:30.0411477Z","createdBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","updatedBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/177c0e16-cfcb-406f-904d-09fb218aa5eb","type":"Microsoft.Authorization/roleAssignments","name":"177c0e16-cfcb-406f-904d-09fb218aa5eb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05","principalId":"5289bf2b-79f3-4c31-8d60-db42c3fd002a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-13T10:44:18.1488916Z","updatedOn":"2023-03-13T10:44:18.1488916Z","createdBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","updatedBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/588736e7-fbe0-4821-ae33-2c06f552124a","type":"Microsoft.Authorization/roleAssignments","name":"588736e7-fbe0-4821-ae33-2c06f552124a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1162ad4b-7287-4f49-8c3e-06e04512f639","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-14T12:31:55.1770447Z","updatedOn":"2023-03-14T12:31:55.1770447Z","createdBy":"becb4b6b-fe16-413b-a5c3-90355e0b2982","updatedBy":"becb4b6b-fe16-413b-a5c3-90355e0b2982","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5740e7f-0f13-4653-8abd-f482f3559150","type":"Microsoft.Authorization/roleAssignments","name":"c5740e7f-0f13-4653-8abd-f482f3559150"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"64ab57a6-67bf-4631-ac7f-b731f27f5de9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-04-04T05:25:33.2395033Z","updatedOn":"2023-04-04T05:25:33.2395033Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0be91191-86bc-4569-8b76-aae8fd209ac4","type":"Microsoft.Authorization/roleAssignments","name":"0be91191-86bc-4569-8b76-aae8fd209ac4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"64ab57a6-67bf-4631-ac7f-b731f27f5de9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-04-05T14:05:31.2947743Z","updatedOn":"2023-04-05T14:05:31.2947743Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ffaae57b-fa9e-450b-a428-ea4351af0cbd","type":"Microsoft.Authorization/roleAssignments","name":"ffaae57b-fa9e-450b-a428-ea4351af0cbd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"20be776b-53ea-4f69-aea8-e63cd646bf2a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T05:15:12.7382306Z","updatedOn":"2023-05-02T05:15:12.7382306Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d3962592-e471-4400-92b3-22e07f918945","type":"Microsoft.Authorization/roleAssignments","name":"d3962592-e471-4400-92b3-22e07f918945"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"b4a3721a-5084-4986-a20a-303f9d6f5040","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T07:57:32.1970984Z","updatedOn":"2023-05-02T07:57:32.1970984Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/665d47a7-45b8-4799-9950-b81892b71d02","type":"Microsoft.Authorization/roleAssignments","name":"665d47a7-45b8-4799-9950-b81892b71d02"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"0e79e07c-dd40-403a-aaa1-1b1a0db2c679","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T07:57:32.2974094Z","updatedOn":"2023-05-02T07:57:32.2974094Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6dc7c22d-6a46-43c8-bb1f-c21b9790f90f","type":"Microsoft.Authorization/roleAssignments","name":"6dc7c22d-6a46-43c8-bb1f-c21b9790f90f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2c62cfe7-2fb7-4fa7-8a70-363587961c3a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-03T06:56:50.3041561Z","updatedOn":"2023-05-03T06:56:50.3041561Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a8d72b29-195f-4fcb-871f-98944442ea1e","type":"Microsoft.Authorization/roleAssignments","name":"a8d72b29-195f-4fcb-871f-98944442ea1e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"b7ad5249-b614-4703-9aaf-5a445d177366","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T19:07:21.6725580Z","updatedOn":"2023-05-09T19:07:21.6725580Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/47c78059-3d33-4369-971b-f9bde9ac1466","type":"Microsoft.Authorization/roleAssignments","name":"47c78059-3d33-4369-971b-f9bde9ac1466"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"dac0942a-cc2b-49f9-9492-56a21ce8f8fc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T19:07:37.0703045Z","updatedOn":"2023-05-09T19:07:37.0703045Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/e0758e90-9d03-4a0c-b32f-372a6de27179","type":"Microsoft.Authorization/roleAssignments","name":"e0758e90-9d03-4a0c-b32f-372a6de27179"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"4e2127ca-c3b6-476d-affc-c5bce10eabe6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T20:28:20.0518605Z","updatedOn":"2023-05-09T20:28:20.0518605Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/65377e4a-2653-4567-ac70-91e29c7920f6","type":"Microsoft.Authorization/roleAssignments","name":"65377e4a-2653-4567-ac70-91e29c7920f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"8d1c13af-2a76-44e9-aa48-2d8445c943aa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T04:45:13.0937078Z","updatedOn":"2023-05-10T04:45:13.0937078Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/2d57d37b-1f25-456a-bc06-2a4b6ff1d1ba","type":"Microsoft.Authorization/roleAssignments","name":"2d57d37b-1f25-456a-bc06-2a4b6ff1d1ba"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"f2dd956f-36a4-426f-a222-6ab124ebf029","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T06:34:19.1943426Z","updatedOn":"2023-05-10T06:34:19.1943426Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/610fd0a6-6682-4cfd-abfe-985d4a9efedf","type":"Microsoft.Authorization/roleAssignments","name":"610fd0a6-6682-4cfd-abfe-985d4a9efedf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"1c181e6a-7ccc-44cb-86b8-a7bc0539b418","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T06:40:27.0353845Z","updatedOn":"2023-05-10T06:40:27.0353845Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/0af36067-e13a-4e45-968c-9000682bbd20","type":"Microsoft.Authorization/roleAssignments","name":"0af36067-e13a-4e45-968c-9000682bbd20"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"47c67572-a570-4da7-a4b9-58324ab5a952","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T07:26:43.2407286Z","updatedOn":"2023-05-10T07:26:43.2407286Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/0bed8139-dc1a-4d0c-ac99-f999224a9a89","type":"Microsoft.Authorization/roleAssignments","name":"0bed8139-dc1a-4d0c-ac99-f999224a9a89"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"9c93976b-8f0d-424e-ad3f-eee4e19e4975","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T07:44:55.4379405Z","updatedOn":"2023-05-10T07:44:55.4379405Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/aa737767-4250-44e0-8bc1-87c7a57c8e11","type":"Microsoft.Authorization/roleAssignments","name":"aa737767-4250-44e0-8bc1-87c7a57c8e11"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"65011827-99b8-4919-904c-b1cd8dd91338","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T08:07:02.0326713Z","updatedOn":"2023-05-10T08:07:02.0326713Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/9ecbdd01-8fe2-4145-b05e-ddcbf066f97b","type":"Microsoft.Authorization/roleAssignments","name":"9ecbdd01-8fe2-4145-b05e-ddcbf066f97b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"bcfc55e4-5eca-447b-a606-2d6fadf6a62d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-16T08:57:02.4178722Z","updatedOn":"2023-05-16T08:57:02.4178722Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/fee65814-7e14-4cff-bd3a-aa5538066cda","type":"Microsoft.Authorization/roleAssignments","name":"fee65814-7e14-4cff-bd3a-aa5538066cda"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"ab0849d6-1c69-46ad-848b-9352e42983c3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-16T09:58:56.5588413Z","updatedOn":"2023-05-16T09:58:56.5588413Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/dcdce87f-0ae7-4bb9-93b3-8deb96aa5603","type":"Microsoft.Authorization/roleAssignments","name":"dcdce87f-0ae7-4bb9-93b3-8deb96aa5603"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"58855564-8091-4c8e-ad53-d10b8fff0527","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-17T06:33:02.7277301Z","updatedOn":"2023-05-17T06:33:02.7277301Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1a38fd1e-c445-4178-9b06-e50cfaa7cdaf","type":"Microsoft.Authorization/roleAssignments","name":"1a38fd1e-c445-4178-9b06-e50cfaa7cdaf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c24456e1-8136-48ee-97c9-b1f01906af77","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-17T06:33:02.7640554Z","updatedOn":"2023-05-17T06:33:02.7640554Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/895912bb-0d13-4469-b7fb-b479b1dc3e5b","type":"Microsoft.Authorization/roleAssignments","name":"895912bb-0d13-4469-b7fb-b479b1dc3e5b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"f8520195-1c62-47ff-8c01-e394155b52f1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-18T06:12:44.5863814Z","updatedOn":"2023-05-18T06:12:44.5863814Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/eb75e461-0299-4c74-aa17-e02717312d32","type":"Microsoft.Authorization/roleAssignments","name":"eb75e461-0299-4c74-aa17-e02717312d32"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f58310d9-a9f6-439a-9e8d-f62e7b41a168","principalId":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T04:48:16.7740488Z","updatedOn":"2023-05-25T04:48:16.7740488Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f7ea54ed-f06b-47ea-ac38-8fe1173e9344","type":"Microsoft.Authorization/roleAssignments","name":"f7ea54ed-f06b-47ea-ac38-8fe1173e9344"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"24719501-c5d0-47d3-bbbf-20ef4c630c73","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T11:29:34.9377098Z","updatedOn":"2023-05-25T11:29:34.9377098Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/74873008-c382-41fb-ab10-b77460ba663a","type":"Microsoft.Authorization/roleAssignments","name":"74873008-c382-41fb-ab10-b77460ba663a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"d68108d1-33be-4b4f-947c-af634d4ef0aa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T13:00:39.1658815Z","updatedOn":"2023-05-28T13:00:39.1658815Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/a4018116-4185-452c-962b-ff9798e8d095","type":"Microsoft.Authorization/roleAssignments","name":"a4018116-4185-452c-962b-ff9798e8d095"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"fd2d4224-3b78-4a92-8b95-816ddd087506","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T13:21:31.4986279Z","updatedOn":"2023-05-28T13:21:31.4986279Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/6135d590-c6b4-4bfc-81ed-265d47bf6d83","type":"Microsoft.Authorization/roleAssignments","name":"6135d590-c6b4-4bfc-81ed-265d47bf6d83"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"06fc8cbf-37d3-4d1b-8299-69c4df3b572c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T13:50:05.8544280Z","updatedOn":"2023-05-28T13:50:05.8544280Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/6e9ddf07-f19f-46e5-bd41-8269825bacb8","type":"Microsoft.Authorization/roleAssignments","name":"6e9ddf07-f19f-46e5-bd41-8269825bacb8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"b8c65349-51a7-45d5-8a1d-1bc091055724","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T17:11:06.3532653Z","updatedOn":"2023-05-28T17:11:06.3532653Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/cdd77e4e-26b0-434e-bd94-8ccb0402851a","type":"Microsoft.Authorization/roleAssignments","name":"cdd77e4e-26b0-434e-bd94-8ccb0402851a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0973816d-8dc6-47d2-9512-02ddd0032251","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T03:47:22.3217709Z","updatedOn":"2023-05-29T03:47:22.3217709Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/115c9028-901c-49b3-b4e6-ee1ae2fc9559","type":"Microsoft.Authorization/roleAssignments","name":"115c9028-901c-49b3-b4e6-ee1ae2fc9559"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"79793a4f-03bc-49c5-94a8-73a4e1d2276c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T04:16:24.8812962Z","updatedOn":"2023-05-29T04:16:24.8812962Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/72f546f8-0d39-4307-8e43-d8c9c3358660","type":"Microsoft.Authorization/roleAssignments","name":"72f546f8-0d39-4307-8e43-d8c9c3358660"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"05ec8271-e220-44df-a9f6-74e84eb27e52","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T04:52:01.7085397Z","updatedOn":"2023-05-29T04:52:01.7085397Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/c018ff99-c084-4cc7-bb78-ec7e0ee4c8ad","type":"Microsoft.Authorization/roleAssignments","name":"c018ff99-c084-4cc7-bb78-ec7e0ee4c8ad"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"13c9deb2-46ff-4e76-a859-e575f64defd3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T06:13:32.3227516Z","updatedOn":"2023-05-29T06:13:32.3227516Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/1e9624b0-c8ab-41f0-8fe7-154cc43a36e0","type":"Microsoft.Authorization/roleAssignments","name":"1e9624b0-c8ab-41f0-8fe7-154cc43a36e0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"cd118008-62f9-4683-bf6b-bf7c833da40b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T06:48:34.8262341Z","updatedOn":"2023-05-29T06:48:34.8262341Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/f8b1fb2e-371e-492c-ad43-cd40c0b41366","type":"Microsoft.Authorization/roleAssignments","name":"f8b1fb2e-371e-492c-ad43-cd40c0b41366"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"d3acdbc2-f477-46b6-8ea5-162fa7714dd9","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T07:02:39.9034813Z","updatedOn":"2023-05-29T07:02:39.9034813Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/d2eacb25-a448-49c4-aa13-beca26fa852d","type":"Microsoft.Authorization/roleAssignments","name":"d2eacb25-a448-49c4-aa13-beca26fa852d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e6286d47-3c0c-4fa9-ba6b-95999e5cebdc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T08:50:45.9998823Z","updatedOn":"2023-05-29T08:50:45.9998823Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/21baa433-6363-4745-bd9a-4f4977c92a1b","type":"Microsoft.Authorization/roleAssignments","name":"21baa433-6363-4745-bd9a-4f4977c92a1b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T13:53:37.6422713Z","updatedOn":"2023-05-29T13:53:37.6422713Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b65f7c25-3f4f-44f7-9c48-fe96b51576e0","type":"Microsoft.Authorization/roleAssignments","name":"b65f7c25-3f4f-44f7-9c48-fe96b51576e0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"490e52a9-30c5-4515-b8d9-04afd8b85e9c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T04:01:53.3749224Z","updatedOn":"2023-05-30T04:01:53.3749224Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/4d815349-c254-4d67-b406-aa287564aee3","type":"Microsoft.Authorization/roleAssignments","name":"4d815349-c254-4d67-b406-aa287564aee3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"8afaf55f-2597-4534-a20f-a2f2afa8d26c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T04:31:42.2587420Z","updatedOn":"2023-05-30T04:31:42.2587420Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/8bbd4bfc-cd89-4bca-860c-a0740ab529f4","type":"Microsoft.Authorization/roleAssignments","name":"8bbd4bfc-cd89-4bca-860c-a0740ab529f4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"aa702226-7b8d-40d7-bfbd-80aae0e595d6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T05:50:47.9480782Z","updatedOn":"2023-05-30T05:50:47.9480782Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/73a88b4a-2094-44c7-9e36-9f40e161d627","type":"Microsoft.Authorization/roleAssignments","name":"73a88b4a-2094-44c7-9e36-9f40e161d627"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"6e415d1f-88e4-4be1-b5f0-b7139659f22e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T06:12:58.3970921Z","updatedOn":"2023-05-30T06:12:58.3970921Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/2cee1665-1c27-46ea-846e-2059d59cfdd1","type":"Microsoft.Authorization/roleAssignments","name":"2cee1665-1c27-46ea-846e-2059d59cfdd1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"c56d7382-c4a9-4ce3-80b6-3cfc95f2fefc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T06:48:09.8374610Z","updatedOn":"2023-05-30T06:48:09.8374610Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/0b01f7a2-3616-4c85-af38-2b19054fc066","type":"Microsoft.Authorization/roleAssignments","name":"0b01f7a2-3616-4c85-af38-2b19054fc066"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0d9dcb06-cdcf-41c4-8c30-4869e71840e7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T07:12:17.4876538Z","updatedOn":"2023-05-30T07:12:17.4876538Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/fea43e5c-701b-4426-bd30-159248cb4931","type":"Microsoft.Authorization/roleAssignments","name":"fea43e5c-701b-4426-bd30-159248cb4931"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"28ba77d8-32a0-4d69-b107-8407bb848ede","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-04T13:26:22.1238267Z","updatedOn":"2023-06-04T13:26:22.1238267Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/f8239795-55cb-45af-9097-511279f200c9","type":"Microsoft.Authorization/roleAssignments","name":"f8239795-55cb-45af-9097-511279f200c9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"d69cd189-7562-4657-9b69-b3380d9f64d6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-07T06:51:41.1665272Z","updatedOn":"2023-06-07T06:51:41.1665272Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/be7f7406-9b29-4da2-9268-af6e51d58501","type":"Microsoft.Authorization/roleAssignments","name":"be7f7406-9b29-4da2-9268-af6e51d58501"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c8930b26-8d6f-4b4a-87de-2f8eb04e7cbd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-06-08T09:36:28.7566900Z","updatedOn":"2023-06-08T09:36:28.7566900Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5d1f4c81-f2b6-43c9-8e45-8878bf1d3398","type":"Microsoft.Authorization/roleAssignments","name":"5d1f4c81-f2b6-43c9-8e45-8878bf1d3398"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e07cb74f-f01a-4155-9919-23791bdc05a4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T03:46:27.5192433Z","updatedOn":"2023-06-09T03:46:27.5192433Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/3161b098-fa14-4694-9e1b-1637b373e255","type":"Microsoft.Authorization/roleAssignments","name":"3161b098-fa14-4694-9e1b-1637b373e255"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a51d0ef9-9895-4b63-b3f8-354bb7d1a6bb","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-05-21T08:47:39.8177538Z","updatedOn":"2021-05-21T08:47:39.8177538Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/17db6abb-bc45-4967-b313-e470ec9cbbd7","type":"Microsoft.Authorization/roleAssignments","name":"17db6abb-bc45-4967-b313-e470ec9cbbd7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"93e2b483-3ffa-44f8-9965-fdb104b541a2","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-06-29T05:43:19.7216795Z","updatedOn":"2021-06-29T05:43:19.7216795Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c6aff8c2-08b1-5b1a-9c80-d91164226985","type":"Microsoft.Authorization/roleAssignments","name":"c6aff8c2-08b1-5b1a-9c80-d91164226985"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"4f285ac8-5610-4d2f-854c-bfa3d16a2679","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-11T06:55:02.4909144Z","updatedOn":"2021-07-11T06:55:02.4909144Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0cec2ad2-d080-4126-a99f-f61c559b799c","type":"Microsoft.Authorization/roleAssignments","name":"0cec2ad2-d080-4126-a99f-f61c559b799c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"630db480-3ee6-47ec-ae72-5f917d466bad","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:16:28.8833400Z","updatedOn":"2021-07-13T10:16:28.8833400Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/37fe4b2d-0aca-4c27-8511-1e0d18063ec8","type":"Microsoft.Authorization/roleAssignments","name":"37fe4b2d-0aca-4c27-8511-1e0d18063ec8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"279982e7-46cf-4e40-9a3b-156c98285cb7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.5647062Z","updatedOn":"2021-07-13T10:18:48.5647062Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/7907f38d-57a7-431d-82d7-5dfa2ef0a628","type":"Microsoft.Authorization/roleAssignments","name":"7907f38d-57a7-431d-82d7-5dfa2ef0a628"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"790004d0-0112-41ad-92e8-95c464c34476","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.6068337Z","updatedOn":"2021-07-13T10:18:48.6068337Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c9bda26-83c4-4d4c-b00b-c4b58301e539","type":"Microsoft.Authorization/roleAssignments","name":"8c9bda26-83c4-4d4c-b00b-c4b58301e539"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-21T06:38:43.9281998Z","updatedOn":"2021-07-21T06:38:43.9281998Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b553fa81-60dd-45d6-9781-8c2313d68b03","type":"Microsoft.Authorization/roleAssignments","name":"b553fa81-60dd-45d6-9781-8c2313d68b03"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:20.4258578Z","updatedOn":"2021-07-27T04:31:20.4258578Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258","type":"Microsoft.Authorization/roleAssignments","name":"4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:32.4566300Z","updatedOn":"2021-07-27T04:31:32.4566300Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8176bf09-8e96-448a-ab12-eeed360ecce2","type":"Microsoft.Authorization/roleAssignments","name":"8176bf09-8e96-448a-ab12-eeed360ecce2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:48.4577322Z","updatedOn":"2021-07-27T04:31:48.4577322Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45949217-58cc-4c18-93f3-f4c90710ae2d","type":"Microsoft.Authorization/roleAssignments","name":"45949217-58cc-4c18-93f3-f4c90710ae2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:20.8138038Z","updatedOn":"2021-07-27T10:13:20.8138038Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2382b52f-1ec5-430e-ae2a-74f9ed331ced","type":"Microsoft.Authorization/roleAssignments","name":"2382b52f-1ec5-430e-ae2a-74f9ed331ced"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:23.6551958Z","updatedOn":"2021-07-27T10:13:23.6551958Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e5863947-0b21-41b7-9997-c0dfc73eec29","type":"Microsoft.Authorization/roleAssignments","name":"e5863947-0b21-41b7-9997-c0dfc73eec29"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:29.6985440Z","updatedOn":"2021-07-27T10:13:29.6985440Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/28c1cefa-942f-44c5-a4d4-c33bb92abd45","type":"Microsoft.Authorization/roleAssignments","name":"28c1cefa-942f-44c5-a4d4-c33bb92abd45"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8039a424-299a-4014-8b22-4f6d6cc60065","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-11T07:08:31.9935560Z","updatedOn":"2021-08-11T07:08:31.9935560Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/69e0bcfc-b024-4d8b-a3d5-dac447f8986c","type":"Microsoft.Authorization/roleAssignments","name":"69e0bcfc-b024-4d8b-a3d5-dac447f8986c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"8f0340b8-4b70-412b-be19-c4612d49e353","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T11:58:29.6857641Z","updatedOn":"2021-08-20T11:58:29.6857641Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd88236f-eacb-5303-912f-ba1741cf02bd","type":"Microsoft.Authorization/roleAssignments","name":"fd88236f-eacb-5303-912f-ba1741cf02bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0d8f6e68-d6c5-4a67-b6c4-3107609bbdbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T12:31:58.7980661Z","updatedOn":"2021-08-20T12:31:58.7980661Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/146f4a11-8712-583d-89eb-a7b8b82dbaa9","type":"Microsoft.Authorization/roleAssignments","name":"146f4a11-8712-583d-89eb-a7b8b82dbaa9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e2072d83-2379-4f36-ab51-b5df7460c61e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-21T14:40:08.5987892Z","updatedOn":"2021-08-21T14:40:10.5055205Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/842af679-0b58-5eb5-b94c-ff59e4105d7e","type":"Microsoft.Authorization/roleAssignments","name":"842af679-0b58-5eb5-b94c-ff59e4105d7e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-17T09:41:38.5634940Z","updatedOn":"2021-09-17T09:41:38.5634940Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":"for + temp testing purpose"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98fe0117-1e9c-4e37-b8a7-c4a1031d6916","type":"Microsoft.Authorization/roleAssignments","name":"98fe0117-1e9c-4e37-b8a7-c4a1031d6916"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-25T15:23:32.6168771Z","updatedOn":"2021-09-25T15:23:32.6168771Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d852f084-bc9f-4258-9e2c-fcf48b9eaf85","type":"Microsoft.Authorization/roleAssignments","name":"d852f084-bc9f-4258-9e2c-fcf48b9eaf85"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"2778738c-452b-45ca-b8d6-f085836a1458","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-30T07:51:25.2399474Z","updatedOn":"2021-09-30T07:51:25.2399474Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b04a3bdf-b6a6-5ffb-9394-ee5743741597","type":"Microsoft.Authorization/roleAssignments","name":"b04a3bdf-b6a6-5ffb-9394-ee5743741597"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"0ac1f52a-325b-486a-a095-f46ffdd6a9e4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-10-26T01:59:18.6998395Z","updatedOn":"2021-10-26T01:59:18.6998395Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/53a3b238-b4b0-4d3f-b416-8d6dc8d755f6","type":"Microsoft.Authorization/roleAssignments","name":"53a3b238-b4b0-4d3f-b416-8d6dc8d755f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"c3c0d020-16f0-44d8-9950-0250120a33ff","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-02T06:11:03.5575284Z","updatedOn":"2021-11-02T06:11:03.5575284Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1d017732-f67e-5aa1-a4a6-47570078d9f3","type":"Microsoft.Authorization/roleAssignments","name":"1d017732-f67e-5aa1-a4a6-47570078d9f3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-10T08:59:19.7285159Z","updatedOn":"2021-11-10T08:59:19.7285159Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a60357fa-dc0a-4479-a2a9-4329c2d0ae89","type":"Microsoft.Authorization/roleAssignments","name":"a60357fa-dc0a-4479-a2a9-4329c2d0ae89"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8dd77695-d6a5-450d-a43c-67ca01be9fbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-12T10:55:38.3698246Z","updatedOn":"2021-11-12T10:55:38.3698246Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dda5bb75-b74a-4430-975f-5bc9611c4b2d","type":"Microsoft.Authorization/roleAssignments","name":"dda5bb75-b74a-4430-975f-5bc9611c4b2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36243c78-bf99-498c-9df9-86d9f8d28608","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0181010Z","updatedOn":"2021-02-18T06:28:12.0181010Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/804f6223-03eb-4091-b460-82160fc5f818","type":"Microsoft.Authorization/roleAssignments","name":"804f6223-03eb-4091-b460-82160fc5f818"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0168587Z","updatedOn":"2021-02-18T06:28:12.0168587Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8d80e2d6-315c-495c-ab2c-91ddf75edf41","type":"Microsoft.Authorization/roleAssignments","name":"8d80e2d6-315c-495c-ab2c-91ddf75edf41"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"cf46d636-b6c1-406c-aba7-b2c3d9ed07da","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:53:53.1151640Z","updatedOn":"2021-02-26T13:53:53.1151640Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/735e98ed-f4b8-4b7d-9cc9-af4f8ae77252","type":"Microsoft.Authorization/roleAssignments","name":"735e98ed-f4b8-4b7d-9cc9-af4f8ae77252"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8505e3f4-1ee7-427c-a175-a06595231d46","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:54:27.5624477Z","updatedOn":"2021-02-26T13:54:27.5624477Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98c87a9f-b9e7-414b-8b59-bf3ec62dbc74","type":"Microsoft.Authorization/roleAssignments","name":"98c87a9f-b9e7-414b-8b59-bf3ec62dbc74"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-25T12:25:27.2277610Z","updatedOn":"2020-07-25T12:25:27.2277610Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d","type":"Microsoft.Authorization/roleAssignments","name":"fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21ae6127-c385-4ae0-b895-a8559e9aa574","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:35:35.2993523Z","updatedOn":"2020-07-31T08:35:35.2993523Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6af9fbf3-7085-4bcb-b399-88b89fac16d3","type":"Microsoft.Authorization/roleAssignments","name":"6af9fbf3-7085-4bcb-b399-88b89fac16d3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:44:16.2909420Z","updatedOn":"2020-07-31T08:44:16.2909420Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/65080390-e9b5-4566-b362-d1e96c23dae2","type":"Microsoft.Authorization/roleAssignments","name":"65080390-e9b5-4566-b362-d1e96c23dae2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:12:01.6760584Z","updatedOn":"2020-11-03T06:12:01.6760584Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a7a12420-2dce-4a47-822e-68cadf239da3","type":"Microsoft.Authorization/roleAssignments","name":"a7a12420-2dce-4a47-822e-68cadf239da3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3282af51-433d-47e8-b2b5-633fbe0fecc0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:25:32.6790913Z","updatedOn":"2020-11-03T06:25:32.6790913Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/36da831d-10ce-4f42-ba28-362960f6ea36","type":"Microsoft.Authorization/roleAssignments","name":"36da831d-10ce-4f42-ba28-362960f6ea36"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"ce2366a6-64d7-441b-939c-c9d23f91cccd","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T20:43:06.5941189Z","updatedOn":"2020-03-12T20:43:06.5941189Z","createdBy":"606f48c8-d219-4875-991d-ae6befaf0756","updatedBy":"606f48c8-d219-4875-991d-ae6befaf0756","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/ad9e2cd7-0ff7-4931-9b17-656c8f17934b","type":"Microsoft.Authorization/roleAssignments","name":"ad9e2cd7-0ff7-4931-9b17-656c8f17934b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2023-02-21T22:32:46.2324804Z","updatedOn":"2023-02-21T22:32:46.2324804Z","createdBy":"7f1579a6-c648-43a1-ac1e-0c3020dd9b8e","updatedBy":"7f1579a6-c648-43a1-ac1e-0c3020dd9b8e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/df7c1e07-5c2d-4b22-b7b9-fd11a8569db3","type":"Microsoft.Authorization/roleAssignments","name":"df7c1e07-5c2d-4b22-b7b9-fd11a8569db3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772","principalId":"2dd1ea73-4024-489e-83a4-45cb3e962f69","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2023-05-04T20:23:16.3808369Z","updatedOn":"2023-05-04T20:23:16.3808369Z","createdBy":"fa00c2de-57d5-4527-9254-4d513f482d0a","updatedBy":"fa00c2de-57d5-4527-9254-4d513f482d0a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/59109645-7b2b-4278-831a-2e4627ec603d","type":"Microsoft.Authorization/roleAssignments","name":"59109645-7b2b-4278-831a-2e4627ec603d"}]}' + headers: + cache-control: + - no-cache + content-length: + - '123990' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:44:52 GMT + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly + 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: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + Cookie: + - x-ms-gateway-slice=Production + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --backup-instance -y + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Reader%27&api-version=2022-04-01 + response: + body: + string: '{"value":[{"properties":{"roleName":"Reader","type":"BuiltInRole","description":"View + all resources, but does not allow you to make any changes.","assignableScopes":["/"],"permissions":[{"actions":["*/read"],"notActions":[],"dataActions":[],"notDataActions":[]}],"createdOn":"2015-02-02T21:55:09.8806423Z","updatedOn":"2021-11-11T20:13:47.8628684Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","type":"Microsoft.Authorization/roleDefinitions","name":"acdd72a7-3385-48ef-bd42-f606fba81ae7"}]}' + headers: + cache-control: + - no-cache + content-length: + - '627' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:44:52 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --backup-instance -y + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) + method: GET + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%27a959e284-cf37-480d-a37e-aa8eda644fa4%27%29 + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '92' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Fri, 09 Jun 2023 09:44:54 GMT + odata-version: + - '4.0' + request-id: + - 1a366c03-c498-4207-ba72-39d2bc4f1986 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"002","RoleInstance":"MA1PEPF0000251B"}}' + x-ms-resource-unit: + - '1' + status: + code: 200 + message: OK +- request: + body: '{"ids": ["a959e284-cf37-480d-a37e-aa8eda644fa4"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --backup-instance -y + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"a959e284-cf37-480d-a37e-aa8eda644fa4","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.DataProtection/BackupVaults/clitest-aks-bv"],"appDisplayName":null,"appDescription":null,"appId":"e014d57b-fba1-4507-87df-201c96a4e87d","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-06-09T09:44:13Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"clitest-aks-bv","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["e014d57b-fba1-4507-87df-201c96a4e87d","https://identity.azure.net/WFy1W0/ZBYsc/bXKRnjxKHw9SaXS3Bb3tq3yOluIyZ0="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"FF5A91EB12771B48FBA5F90283A059EDA4D209E5","displayName":"CN=e014d57b-fba1-4507-87df-201c96a4e87d","endDateTime":"2023-09-07T09:39:00Z","key":null,"keyId":"a5849a92-1f6b-4b18-997a-1dac55a2bed6","startDateTime":"2023-06-09T09:39:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1727' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Fri, 09 Jun 2023 09:44:53 GMT + location: + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - 1c073202-3ae5-40d5-8e97-0d88e79f9202 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"002","RoleInstance":"MA1PEPF000014FF"}}' + x-ms-resource-unit: + - '3' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --backup-instance -y + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Reader%27&api-version=2022-04-01 + response: + body: + string: '{"value":[{"properties":{"roleName":"Reader","type":"BuiltInRole","description":"View + all resources, but does not allow you to make any changes.","assignableScopes":["/"],"permissions":[{"actions":["*/read"],"notActions":[],"dataActions":[],"notDataActions":[]}],"createdOn":"2015-02-02T21:55:09.8806423Z","updatedOn":"2021-11-11T20:13:47.8628684Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","type":"Microsoft.Authorization/roleDefinitions","name":"acdd72a7-3385-48ef-bd42-f606fba81ae7"}]}' + headers: + cache-control: + - no-cache + content-length: + - '627' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:44:56 GMT + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7", + "principalId": "a959e284-cf37-480d-a37e-aa8eda644fa4", "principalType": "ServicePrincipal"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + Content-Length: + - '270' + Content-Type: + - application/json + Cookie: + - x-ms-gateway-slice=Production + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --backup-instance -y + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/11096c31-f38b-4aa1-a4be-97eb04b86f2b?api-version=2022-04-01 + response: + body: + string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a959e284-cf37-480d-a37e-aa8eda644fa4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T09:44:57.0255022Z","updatedOn":"2023-06-09T09:44:57.4057363Z","createdBy":null,"updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/11096c31-f38b-4aa1-a4be-97eb04b86f2b","type":"Microsoft.Authorization/roleAssignments","name":"11096c31-f38b-4aa1-a4be-97eb04b86f2b"}' + headers: + cache-control: + - no-cache + content-length: + - '883' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:44:59 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --backup-instance -y + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) + method: GET + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%27a959e284-cf37-480d-a37e-aa8eda644fa4%27%29 + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '92' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Fri, 09 Jun 2023 09:44:59 GMT + odata-version: + - '4.0' + request-id: + - ac87743f-36c3-4307-89e9-279c5d0fb236 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"002","RoleInstance":"MA1PEPF0000508D"}}' + x-ms-resource-unit: + - '1' + status: + code: 200 + message: OK +- request: + body: '{"ids": ["a959e284-cf37-480d-a37e-aa8eda644fa4"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --backup-instance -y + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"a959e284-cf37-480d-a37e-aa8eda644fa4","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.DataProtection/BackupVaults/clitest-aks-bv"],"appDisplayName":null,"appDescription":null,"appId":"e014d57b-fba1-4507-87df-201c96a4e87d","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-06-09T09:44:13Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"clitest-aks-bv","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["e014d57b-fba1-4507-87df-201c96a4e87d","https://identity.azure.net/WFy1W0/ZBYsc/bXKRnjxKHw9SaXS3Bb3tq3yOluIyZ0="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"FF5A91EB12771B48FBA5F90283A059EDA4D209E5","displayName":"CN=e014d57b-fba1-4507-87df-201c96a4e87d","endDateTime":"2023-09-07T09:39:00Z","key":null,"keyId":"a5849a92-1f6b-4b18-997a-1dac55a2bed6","startDateTime":"2023-06-09T09:39:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1727' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Fri, 09 Jun 2023 09:45:00 GMT + location: + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - dbd5efd5-dad1-4aca-9bb5-8858688a9055 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"002","RoleInstance":"MA1PEPF00004FC1"}}' + x-ms-resource-unit: + - '3' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --backup-instance -y + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments?$filter=atScope()&api-version=2022-04-01 + response: + body: + string: '{"value":[{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"5c617d2b-99f8-4c90-98fe-dfe040fa33c1","principalType":"ServicePrincipal","scope":"/","condition":null,"conditionVersion":null,"createdOn":"2018-02-27T19:19:50.2663941Z","updatedOn":"2018-02-27T19:19:50.2663941Z","createdBy":null,"updatedBy":null,"delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Authorization/roleAssignments/3e883d24-b106-42ff-ad13-d7bf271b964d","type":"Microsoft.Authorization/roleAssignments","name":"3e883d24-b106-42ff-ad13-d7bf271b964d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T12:22:13.7498923Z","updatedOn":"2019-08-26T12:22:13.7498923Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f","type":"Microsoft.Authorization/roleAssignments","name":"8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-05-24T11:02:27.8515917Z","updatedOn":"2019-05-24T11:02:27.8515917Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b5eee4d7-5f9f-4f63-8040-8aec158c289b","type":"Microsoft.Authorization/roleAssignments","name":"b5eee4d7-5f9f-4f63-8040-8aec158c289b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-02-12T11:34:59.7104212Z","updatedOn":"2020-02-12T11:34:59.7104212Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f0618702-8404-4858-9a26-e61f23e7d44f","type":"Microsoft.Authorization/roleAssignments","name":"f0618702-8404-4858-9a26-e61f23e7d44f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-11-14T08:52:42.2795010Z","updatedOn":"2019-11-14T08:52:42.2795010Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/77daac38-9839-4b00-921b-e5d5a03e728c","type":"Microsoft.Authorization/roleAssignments","name":"77daac38-9839-4b00-921b-e5d5a03e728c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9693df58-7f72-4974-9bd3-1c3ceb0382f1","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-11-29T09:40:04.3180033Z","updatedOn":"2018-11-29T09:40:04.3180033Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7","type":"Microsoft.Authorization/roleAssignments","name":"ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"d1f96755-9bcf-44b8-ab82-df67360496c4","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-05-08T10:28:08.2854940Z","updatedOn":"2020-05-08T10:28:08.2854940Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dfb3ca56-a0d4-44ce-ba35-b716c3fdab86","type":"Microsoft.Authorization/roleAssignments","name":"dfb3ca56-a0d4-44ce-ba35-b716c3fdab86"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-31T09:26:43.6440415Z","updatedOn":"2018-12-31T09:26:43.6440415Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45744ea8-780f-4f3e-88aa-b73d7f6997b2","type":"Microsoft.Authorization/roleAssignments","name":"45744ea8-780f-4f3e-88aa-b73d7f6997b2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e65078fb-6b02-434a-9f11-d06bf9bc0600","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-10-25T23:42:36.3444507Z","updatedOn":"2018-10-25T23:42:36.3444507Z","createdBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","updatedBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e7ce51e8-4109-41d7-bc10-538b089599db","type":"Microsoft.Authorization/roleAssignments","name":"e7ce51e8-4109-41d7-bc10-538b089599db"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a7782e0f-1f9a-4882-b2c9-11227aad244e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-06-16T04:32:50.9673703Z","updatedOn":"2020-06-16T04:32:50.9673703Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fa21f2f-81c3-47b6-b706-650b359b96c3","type":"Microsoft.Authorization/roleAssignments","name":"9fa21f2f-81c3-47b6-b706-650b359b96c3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"00b14177-f4d2-4a4b-94f6-6e80f75745c9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T09:49:11.3750683Z","updatedOn":"2020-03-12T09:49:11.3750683Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fff0abf3-3cf7-46be-8bc7-1d1619a160fb","type":"Microsoft.Authorization/roleAssignments","name":"fff0abf3-3cf7-46be-8bc7-1d1619a160fb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T10:28:45.4880023Z","updatedOn":"2019-08-26T10:28:45.4880023Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/397a3c9c-c258-4d4e-834d-00cc08227796","type":"Microsoft.Authorization/roleAssignments","name":"397a3c9c-c258-4d4e-834d-00cc08227796"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-05T04:29:28.7359096Z","updatedOn":"2018-12-05T04:29:28.7359096Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c830f42-5f89-4d8b-8f93-d3dc936f33bd","type":"Microsoft.Authorization/roleAssignments","name":"3c830f42-5f89-4d8b-8f93-d3dc936f33bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-08T08:38:50.1742930Z","updatedOn":"2020-04-08T08:38:50.1742930Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5293a96b-830e-45f4-9e9e-22d7d020f0d8","type":"Microsoft.Authorization/roleAssignments","name":"5293a96b-830e-45f4-9e9e-22d7d020f0d8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3421d717-ca60-44e7-a9a1-773acec4e503","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T09:40:14.7658272Z","updatedOn":"2019-10-23T09:40:14.7658272Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/34b29558-faf9-43f0-a194-35ca0aa99fc5","type":"Microsoft.Authorization/roleAssignments","name":"34b29558-faf9-43f0-a194-35ca0aa99fc5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3dc88d41-4d03-4105-970d-937e56de3839","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-06-27T12:59:44.6557891Z","updatedOn":"2019-06-27T12:59:44.6557891Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e57ab8d1-ce9a-4925-b09f-2567492d9b22","type":"Microsoft.Authorization/roleAssignments","name":"e57ab8d1-ce9a-4925-b09f-2567492d9b22"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"62c799b8-9b54-4c3d-97c9-9490d16a6a9a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-08T13:01:20.9953919Z","updatedOn":"2019-08-08T13:01:20.9953919Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e1b91810-0781-462d-9517-764e4a033822","type":"Microsoft.Authorization/roleAssignments","name":"e1b91810-0781-462d-9517-764e4a033822"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T08:03:15.6803676Z","updatedOn":"2019-10-23T08:03:15.6803676Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/facbac06-ddab-437d-949a-207593fddfff","type":"Microsoft.Authorization/roleAssignments","name":"facbac06-ddab-437d-949a-207593fddfff"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"978b254a-54be-42af-80f5-e2a37b2e40e5","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-07-08T06:57:57.0377373Z","updatedOn":"2019-07-08T06:57:57.0377373Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e","type":"Microsoft.Authorization/roleAssignments","name":"89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-17T09:14:08.7913669Z","updatedOn":"2020-04-17T09:14:08.7913669Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/950c635a-23a5-4a0e-8eb6-c53e929c9699","type":"Microsoft.Authorization/roleAssignments","name":"950c635a-23a5-4a0e-8eb6-c53e929c9699"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:46.8918844Z","updatedOn":"2022-10-03T10:52:46.8918844Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5a8b530-0e4c-40d9-a003-167e38138f34","type":"Microsoft.Authorization/roleAssignments","name":"c5a8b530-0e4c-40d9-a003-167e38138f34"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"ce439730-9009-4c60-b582-277f5b9b5c47","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:47.6507241Z","updatedOn":"2022-10-03T10:52:47.6507241Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/adfaf7e6-895a-432b-9f63-650c5855b6b5","type":"Microsoft.Authorization/roleAssignments","name":"adfaf7e6-895a-432b-9f63-650c5855b6b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8a1cd6d0-5c03-4720-8cc7-22adbc865bad","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-06T10:00:44.6775425Z","updatedOn":"2022-10-06T10:00:44.6775425Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/21a219c4-e4ea-4572-9b97-ab829ee70b0b","type":"Microsoft.Authorization/roleAssignments","name":"21a219c4-e4ea-4572-9b97-ab829ee70b0b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"ba20023e-4ef7-4929-8693-f3f37fdb7667","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-19T06:48:34.7902721Z","updatedOn":"2022-10-19T06:48:34.7902721Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/70fc8a72-c6e9-4644-95d6-f27efe137007","type":"Microsoft.Authorization/roleAssignments","name":"70fc8a72-c6e9-4644-95d6-f27efe137007"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab","principalId":"cda54502-7b02-4c29-bacd-2ac17bb3fee4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-20T05:10:54.0749901Z","updatedOn":"2022-10-20T05:10:54.0749901Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a49a99d3-cfb9-4f66-b694-b3a7803fe02b","type":"Microsoft.Authorization/roleAssignments","name":"a49a99d3-cfb9-4f66-b694-b3a7803fe02b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"d6e6b7d9-6bee-44e9-a115-608b26453747","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-11-04T09:20:20.9539814Z","updatedOn":"2022-11-04T09:20:20.9539814Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5ead22ad-d09b-4591-8d0f-a571ef0dedb2","type":"Microsoft.Authorization/roleAssignments","name":"5ead22ad-d09b-4591-8d0f-a571ef0dedb2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.2924849Z","updatedOn":"2022-12-13T12:39:32.2924849Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1a2a40b4-9a41-4578-a6f5-e34068ff3bf6","type":"Microsoft.Authorization/roleAssignments","name":"1a2a40b4-9a41-4578-a6f5-e34068ff3bf6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.4781119Z","updatedOn":"2022-12-13T12:39:32.4781119Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fc9183c-bfec-41be-8c2b-2cc55420f6c1","type":"Microsoft.Authorization/roleAssignments","name":"9fc9183c-bfec-41be-8c2b-2cc55420f6c1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"fc8bd99b-292d-4396-ac07-7e46bf989efa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-04T09:17:14.5148296Z","updatedOn":"2023-01-04T09:17:14.5148296Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5c4e131f-5843-5474-af9f-427c1fca982d","type":"Microsoft.Authorization/roleAssignments","name":"5c4e131f-5843-5474-af9f-427c1fca982d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c0c54612-5a75-40a2-8a0c-bf70ab0847ba","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-13T04:47:48.8296778Z","updatedOn":"2023-01-13T04:47:48.8296778Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b56bdd79-3e27-4d79-b73b-4dc8625a172a","type":"Microsoft.Authorization/roleAssignments","name":"b56bdd79-3e27-4d79-b73b-4dc8625a172a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a4eae46b-a9d0-4586-8ac9-ba91b29f1d57","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-02-01T10:05:44.6784242Z","updatedOn":"2022-02-01T10:05:44.6784242Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8af2fb3a-292c-42a8-a870-1751c4ec4870","type":"Microsoft.Authorization/roleAssignments","name":"8af2fb3a-292c-42a8-a870-1751c4ec4870"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"85c33f6f-5d69-4b0e-bc06-95a7d3193519","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-04T09:52:52.7340040Z","updatedOn":"2022-05-04T09:52:52.7340040Z","createdBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","updatedBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6a4f635c-309c-4a1d-8eea-86fb5aa91d80","type":"Microsoft.Authorization/roleAssignments","name":"6a4f635c-309c-4a1d-8eea-86fb5aa91d80"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-12T06:55:02.9137483Z","updatedOn":"2022-05-12T06:55:02.9137483Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a5bd1b6d-0084-40ec-9126-2250536b4778","type":"Microsoft.Authorization/roleAssignments","name":"a5bd1b6d-0084-40ec-9126-2250536b4778"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"f2cee52e-3d75-4f49-acc4-b5aaf72232ee","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T11:01:05.6238088Z","updatedOn":"2022-06-03T11:01:05.6238088Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2bd63fbe-e197-434f-ba1e-016bad298ff7","type":"Microsoft.Authorization/roleAssignments","name":"2bd63fbe-e197-434f-ba1e-016bad298ff7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:20:41.1511200Z","updatedOn":"2022-06-03T13:22:39.1076287Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f12c7867-43e5-5530-98e9-9d8a2f39fb92","type":"Microsoft.Authorization/roleAssignments","name":"f12c7867-43e5-5530-98e9-9d8a2f39fb92"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:37:09.9515887Z","updatedOn":"2022-06-03T14:40:22.4040874Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/bace23ac-6978-5318-a146-d49599599b02","type":"Microsoft.Authorization/roleAssignments","name":"bace23ac-6978-5318-a146-d49599599b02"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-06T11:22:08.5127363Z","updatedOn":"2022-06-06T11:22:08.5127363Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/df253c65-35fc-4ff6-9a32-39b3fe20a6e3","type":"Microsoft.Authorization/roleAssignments","name":"df253c65-35fc-4ff6-9a32-39b3fe20a6e3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5f137a67-1b88-4f98-aa20-b71a7082dc56","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-10T14:11:57.5623976Z","updatedOn":"2022-06-10T14:11:57.5623976Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e409f573-8bda-4b7e-854a-61c445d36c6f","type":"Microsoft.Authorization/roleAssignments","name":"e409f573-8bda-4b7e-854a-61c445d36c6f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-22T11:28:57.2073063Z","updatedOn":"2022-06-22T11:28:57.2073063Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb","type":"Microsoft.Authorization/roleAssignments","name":"c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:19:22.2256200Z","updatedOn":"2022-06-23T09:19:22.2256200Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/344b17ae-cabf-4a33-9a9d-ba30fefcbadc","type":"Microsoft.Authorization/roleAssignments","name":"344b17ae-cabf-4a33-9a9d-ba30fefcbadc"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2b81557b-8e7a-4df8-9a41-e59844f627c2","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:25:03.9969293Z","updatedOn":"2022-06-23T09:25:03.9969293Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/13a7f7c7-7364-4f9b-ba92-5430f17b29b5","type":"Microsoft.Authorization/roleAssignments","name":"13a7f7c7-7364-4f9b-ba92-5430f17b29b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-24T07:04:04.5965087Z","updatedOn":"2022-06-24T07:04:04.5965087Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ba604c54-80e1-490e-a123-9ef9d477536b","type":"Microsoft.Authorization/roleAssignments","name":"ba604c54-80e1-490e-a123-9ef9d477536b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-25T04:10:10.7065168Z","updatedOn":"2022-06-25T04:10:10.7065168Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/916a749f-b61f-4ba4-8c28-46217c3a7b4e","type":"Microsoft.Authorization/roleAssignments","name":"916a749f-b61f-4ba4-8c28-46217c3a7b4e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T07:37:58.3152810Z","updatedOn":"2022-06-27T07:37:58.3152810Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0a1046d6-ba58-491f-b473-403ec29cd2be","type":"Microsoft.Authorization/roleAssignments","name":"0a1046d6-ba58-491f-b473-403ec29cd2be"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:21:12.2347431Z","updatedOn":"2022-06-27T08:21:12.2347431Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/abc6fbbe-d4a8-4315-9532-82e90334dcc9","type":"Microsoft.Authorization/roleAssignments","name":"abc6fbbe-d4a8-4315-9532-82e90334dcc9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:17.8582970Z","updatedOn":"2022-06-27T08:43:17.8582970Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8f0bb0e-1495-48f0-aa68-33c364310cfb","type":"Microsoft.Authorization/roleAssignments","name":"b8f0bb0e-1495-48f0-aa68-33c364310cfb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:18.7801612Z","updatedOn":"2022-06-27T08:43:18.7801612Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1","type":"Microsoft.Authorization/roleAssignments","name":"b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"b864e281-c12e-45c6-a0c7-6046a7de5481","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-30T10:50:49.6196941Z","updatedOn":"2022-06-30T10:50:49.6196941Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/61b7cfe4-f4db-49b0-b329-bb5fad775973","type":"Microsoft.Authorization/roleAssignments","name":"61b7cfe4-f4db-49b0-b329-bb5fad775973"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:11.7388086Z","updatedOn":"2022-07-01T08:15:11.7388086Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/86db086e-0442-5eef-8ebc-1d8d28a4d03a","type":"Microsoft.Authorization/roleAssignments","name":"86db086e-0442-5eef-8ebc-1d8d28a4d03a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:12.7940996Z","updatedOn":"2022-07-01T08:15:12.7940996Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cbcefba6-df6c-5670-9e02-9e09f7964d9c","type":"Microsoft.Authorization/roleAssignments","name":"cbcefba6-df6c-5670-9e02-9e09f7964d9c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"fe7b070d-f778-4cfd-8acf-eda94f397a89","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-29T07:15:07.9544255Z","updatedOn":"2022-07-29T07:15:07.9544255Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/efb13d06-875d-40e3-81d5-195824e19188","type":"Microsoft.Authorization/roleAssignments","name":"efb13d06-875d-40e3-81d5-195824e19188"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f8520195-1c62-47ff-8c01-e394155b52f1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-10T11:13:36.6792855Z","updatedOn":"2022-08-10T11:13:36.6792855Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c9150af-abd1-4d00-9c16-acb375857df6","type":"Microsoft.Authorization/roleAssignments","name":"3c9150af-abd1-4d00-9c16-acb375857df6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f4bfeb83-a4cc-43e8-bee0-9808b5d0918d","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-24T05:51:56.3337713Z","updatedOn":"2022-08-24T05:51:56.3337713Z","createdBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","updatedBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3caa2a04-62bf-4a33-80f5-056840e59fb4","type":"Microsoft.Authorization/roleAssignments","name":"3caa2a04-62bf-4a33-80f5-056840e59fb4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"608ca1e9-e854-46c6-984f-d812d0e657e6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-30T13:32:28.1332524Z","updatedOn":"2022-08-30T13:32:28.1332524Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2719b245-3aeb-4cc0-92bc-6f63eea0dcbf","type":"Microsoft.Authorization/roleAssignments","name":"2719b245-3aeb-4cc0-92bc-6f63eea0dcbf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"68df126e-00a9-4775-995d-233a4ffc3a19","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-17T09:26:11.0806114Z","updatedOn":"2023-02-17T09:26:11.0806114Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/76d326c3-4c6a-46f5-9b7d-6cdce259d963","type":"Microsoft.Authorization/roleAssignments","name":"76d326c3-4c6a-46f5-9b7d-6cdce259d963"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e147488a-f6f5-4113-8e2d-b22465e65bf6","principalId":"bb529dae-08b3-4aaa-a97b-a815eb240212","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-17T10:00:44.9499565Z","updatedOn":"2023-02-17T10:00:44.9499565Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e02834f2-9857-4cd4-84bf-f5060c059ac4","type":"Microsoft.Authorization/roleAssignments","name":"e02834f2-9857-4cd4-84bf-f5060c059ac4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"12f8ea5c-1212-449e-b31c-0a574f43076e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-21T07:25:21.5000321Z","updatedOn":"2023-02-21T07:25:21.5000321Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cfa66353-d8d2-44a8-9b6b-47d96c034467","type":"Microsoft.Authorization/roleAssignments","name":"cfa66353-d8d2-44a8-9b6b-47d96c034467"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"cf46d636-b6c1-406c-aba7-b2c3d9ed07da","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-22T08:19:42.6910275Z","updatedOn":"2023-02-22T08:19:42.6910275Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d2fa9741-5fdd-4c70-92d0-68d9ac1c8d47","type":"Microsoft.Authorization/roleAssignments","name":"d2fa9741-5fdd-4c70-92d0-68d9ac1c8d47"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5514cdb4-15e2-4c34-8c01-f5d04b6b6c67","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-24T13:51:44.3846278Z","updatedOn":"2023-02-24T13:51:44.3846278Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dab90611-db6d-4f9f-8082-df6726f52495","type":"Microsoft.Authorization/roleAssignments","name":"dab90611-db6d-4f9f-8082-df6726f52495"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"97cccd32-7f48-4221-94cd-b8528c8b17a6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-26T18:44:26.0648974Z","updatedOn":"2023-02-26T18:44:26.0648974Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fa32041b-2f55-4362-90b5-95d4a83ffd93","type":"Microsoft.Authorization/roleAssignments","name":"fa32041b-2f55-4362-90b5-95d4a83ffd93"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"493cef5f-b385-4b17-9f23-1f8b4b4ac3d6","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-13T07:48:30.0411477Z","updatedOn":"2023-03-13T07:48:30.0411477Z","createdBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","updatedBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/177c0e16-cfcb-406f-904d-09fb218aa5eb","type":"Microsoft.Authorization/roleAssignments","name":"177c0e16-cfcb-406f-904d-09fb218aa5eb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05","principalId":"5289bf2b-79f3-4c31-8d60-db42c3fd002a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-13T10:44:18.1488916Z","updatedOn":"2023-03-13T10:44:18.1488916Z","createdBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","updatedBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/588736e7-fbe0-4821-ae33-2c06f552124a","type":"Microsoft.Authorization/roleAssignments","name":"588736e7-fbe0-4821-ae33-2c06f552124a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1162ad4b-7287-4f49-8c3e-06e04512f639","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-14T12:31:55.1770447Z","updatedOn":"2023-03-14T12:31:55.1770447Z","createdBy":"becb4b6b-fe16-413b-a5c3-90355e0b2982","updatedBy":"becb4b6b-fe16-413b-a5c3-90355e0b2982","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5740e7f-0f13-4653-8abd-f482f3559150","type":"Microsoft.Authorization/roleAssignments","name":"c5740e7f-0f13-4653-8abd-f482f3559150"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"64ab57a6-67bf-4631-ac7f-b731f27f5de9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-04-04T05:25:33.2395033Z","updatedOn":"2023-04-04T05:25:33.2395033Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0be91191-86bc-4569-8b76-aae8fd209ac4","type":"Microsoft.Authorization/roleAssignments","name":"0be91191-86bc-4569-8b76-aae8fd209ac4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"64ab57a6-67bf-4631-ac7f-b731f27f5de9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-04-05T14:05:31.2947743Z","updatedOn":"2023-04-05T14:05:31.2947743Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ffaae57b-fa9e-450b-a428-ea4351af0cbd","type":"Microsoft.Authorization/roleAssignments","name":"ffaae57b-fa9e-450b-a428-ea4351af0cbd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"20be776b-53ea-4f69-aea8-e63cd646bf2a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T05:15:12.7382306Z","updatedOn":"2023-05-02T05:15:12.7382306Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d3962592-e471-4400-92b3-22e07f918945","type":"Microsoft.Authorization/roleAssignments","name":"d3962592-e471-4400-92b3-22e07f918945"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"b4a3721a-5084-4986-a20a-303f9d6f5040","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T07:57:32.1970984Z","updatedOn":"2023-05-02T07:57:32.1970984Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/665d47a7-45b8-4799-9950-b81892b71d02","type":"Microsoft.Authorization/roleAssignments","name":"665d47a7-45b8-4799-9950-b81892b71d02"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"0e79e07c-dd40-403a-aaa1-1b1a0db2c679","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T07:57:32.2974094Z","updatedOn":"2023-05-02T07:57:32.2974094Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6dc7c22d-6a46-43c8-bb1f-c21b9790f90f","type":"Microsoft.Authorization/roleAssignments","name":"6dc7c22d-6a46-43c8-bb1f-c21b9790f90f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2c62cfe7-2fb7-4fa7-8a70-363587961c3a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-03T06:56:50.3041561Z","updatedOn":"2023-05-03T06:56:50.3041561Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a8d72b29-195f-4fcb-871f-98944442ea1e","type":"Microsoft.Authorization/roleAssignments","name":"a8d72b29-195f-4fcb-871f-98944442ea1e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"b7ad5249-b614-4703-9aaf-5a445d177366","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T19:07:21.6725580Z","updatedOn":"2023-05-09T19:07:21.6725580Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/47c78059-3d33-4369-971b-f9bde9ac1466","type":"Microsoft.Authorization/roleAssignments","name":"47c78059-3d33-4369-971b-f9bde9ac1466"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"dac0942a-cc2b-49f9-9492-56a21ce8f8fc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T19:07:37.0703045Z","updatedOn":"2023-05-09T19:07:37.0703045Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/e0758e90-9d03-4a0c-b32f-372a6de27179","type":"Microsoft.Authorization/roleAssignments","name":"e0758e90-9d03-4a0c-b32f-372a6de27179"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"4e2127ca-c3b6-476d-affc-c5bce10eabe6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T20:28:20.0518605Z","updatedOn":"2023-05-09T20:28:20.0518605Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/65377e4a-2653-4567-ac70-91e29c7920f6","type":"Microsoft.Authorization/roleAssignments","name":"65377e4a-2653-4567-ac70-91e29c7920f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"8d1c13af-2a76-44e9-aa48-2d8445c943aa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T04:45:13.0937078Z","updatedOn":"2023-05-10T04:45:13.0937078Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/2d57d37b-1f25-456a-bc06-2a4b6ff1d1ba","type":"Microsoft.Authorization/roleAssignments","name":"2d57d37b-1f25-456a-bc06-2a4b6ff1d1ba"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"f2dd956f-36a4-426f-a222-6ab124ebf029","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T06:34:19.1943426Z","updatedOn":"2023-05-10T06:34:19.1943426Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/610fd0a6-6682-4cfd-abfe-985d4a9efedf","type":"Microsoft.Authorization/roleAssignments","name":"610fd0a6-6682-4cfd-abfe-985d4a9efedf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"1c181e6a-7ccc-44cb-86b8-a7bc0539b418","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T06:40:27.0353845Z","updatedOn":"2023-05-10T06:40:27.0353845Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/0af36067-e13a-4e45-968c-9000682bbd20","type":"Microsoft.Authorization/roleAssignments","name":"0af36067-e13a-4e45-968c-9000682bbd20"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"47c67572-a570-4da7-a4b9-58324ab5a952","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T07:26:43.2407286Z","updatedOn":"2023-05-10T07:26:43.2407286Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/0bed8139-dc1a-4d0c-ac99-f999224a9a89","type":"Microsoft.Authorization/roleAssignments","name":"0bed8139-dc1a-4d0c-ac99-f999224a9a89"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"9c93976b-8f0d-424e-ad3f-eee4e19e4975","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T07:44:55.4379405Z","updatedOn":"2023-05-10T07:44:55.4379405Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/aa737767-4250-44e0-8bc1-87c7a57c8e11","type":"Microsoft.Authorization/roleAssignments","name":"aa737767-4250-44e0-8bc1-87c7a57c8e11"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"65011827-99b8-4919-904c-b1cd8dd91338","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T08:07:02.0326713Z","updatedOn":"2023-05-10T08:07:02.0326713Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/9ecbdd01-8fe2-4145-b05e-ddcbf066f97b","type":"Microsoft.Authorization/roleAssignments","name":"9ecbdd01-8fe2-4145-b05e-ddcbf066f97b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"bcfc55e4-5eca-447b-a606-2d6fadf6a62d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-16T08:57:02.4178722Z","updatedOn":"2023-05-16T08:57:02.4178722Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/fee65814-7e14-4cff-bd3a-aa5538066cda","type":"Microsoft.Authorization/roleAssignments","name":"fee65814-7e14-4cff-bd3a-aa5538066cda"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"ab0849d6-1c69-46ad-848b-9352e42983c3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-16T09:58:56.5588413Z","updatedOn":"2023-05-16T09:58:56.5588413Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/dcdce87f-0ae7-4bb9-93b3-8deb96aa5603","type":"Microsoft.Authorization/roleAssignments","name":"dcdce87f-0ae7-4bb9-93b3-8deb96aa5603"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"58855564-8091-4c8e-ad53-d10b8fff0527","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-17T06:33:02.7277301Z","updatedOn":"2023-05-17T06:33:02.7277301Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1a38fd1e-c445-4178-9b06-e50cfaa7cdaf","type":"Microsoft.Authorization/roleAssignments","name":"1a38fd1e-c445-4178-9b06-e50cfaa7cdaf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c24456e1-8136-48ee-97c9-b1f01906af77","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-17T06:33:02.7640554Z","updatedOn":"2023-05-17T06:33:02.7640554Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/895912bb-0d13-4469-b7fb-b479b1dc3e5b","type":"Microsoft.Authorization/roleAssignments","name":"895912bb-0d13-4469-b7fb-b479b1dc3e5b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"f8520195-1c62-47ff-8c01-e394155b52f1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-18T06:12:44.5863814Z","updatedOn":"2023-05-18T06:12:44.5863814Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/eb75e461-0299-4c74-aa17-e02717312d32","type":"Microsoft.Authorization/roleAssignments","name":"eb75e461-0299-4c74-aa17-e02717312d32"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f58310d9-a9f6-439a-9e8d-f62e7b41a168","principalId":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T04:48:16.7740488Z","updatedOn":"2023-05-25T04:48:16.7740488Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f7ea54ed-f06b-47ea-ac38-8fe1173e9344","type":"Microsoft.Authorization/roleAssignments","name":"f7ea54ed-f06b-47ea-ac38-8fe1173e9344"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"24719501-c5d0-47d3-bbbf-20ef4c630c73","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T11:29:34.9377098Z","updatedOn":"2023-05-25T11:29:34.9377098Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/74873008-c382-41fb-ab10-b77460ba663a","type":"Microsoft.Authorization/roleAssignments","name":"74873008-c382-41fb-ab10-b77460ba663a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"d68108d1-33be-4b4f-947c-af634d4ef0aa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T13:00:39.1658815Z","updatedOn":"2023-05-28T13:00:39.1658815Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/a4018116-4185-452c-962b-ff9798e8d095","type":"Microsoft.Authorization/roleAssignments","name":"a4018116-4185-452c-962b-ff9798e8d095"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"fd2d4224-3b78-4a92-8b95-816ddd087506","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T13:21:31.4986279Z","updatedOn":"2023-05-28T13:21:31.4986279Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/6135d590-c6b4-4bfc-81ed-265d47bf6d83","type":"Microsoft.Authorization/roleAssignments","name":"6135d590-c6b4-4bfc-81ed-265d47bf6d83"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"06fc8cbf-37d3-4d1b-8299-69c4df3b572c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T13:50:05.8544280Z","updatedOn":"2023-05-28T13:50:05.8544280Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/6e9ddf07-f19f-46e5-bd41-8269825bacb8","type":"Microsoft.Authorization/roleAssignments","name":"6e9ddf07-f19f-46e5-bd41-8269825bacb8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"b8c65349-51a7-45d5-8a1d-1bc091055724","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T17:11:06.3532653Z","updatedOn":"2023-05-28T17:11:06.3532653Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/cdd77e4e-26b0-434e-bd94-8ccb0402851a","type":"Microsoft.Authorization/roleAssignments","name":"cdd77e4e-26b0-434e-bd94-8ccb0402851a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0973816d-8dc6-47d2-9512-02ddd0032251","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T03:47:22.3217709Z","updatedOn":"2023-05-29T03:47:22.3217709Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/115c9028-901c-49b3-b4e6-ee1ae2fc9559","type":"Microsoft.Authorization/roleAssignments","name":"115c9028-901c-49b3-b4e6-ee1ae2fc9559"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"79793a4f-03bc-49c5-94a8-73a4e1d2276c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T04:16:24.8812962Z","updatedOn":"2023-05-29T04:16:24.8812962Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/72f546f8-0d39-4307-8e43-d8c9c3358660","type":"Microsoft.Authorization/roleAssignments","name":"72f546f8-0d39-4307-8e43-d8c9c3358660"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"05ec8271-e220-44df-a9f6-74e84eb27e52","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T04:52:01.7085397Z","updatedOn":"2023-05-29T04:52:01.7085397Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/c018ff99-c084-4cc7-bb78-ec7e0ee4c8ad","type":"Microsoft.Authorization/roleAssignments","name":"c018ff99-c084-4cc7-bb78-ec7e0ee4c8ad"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"13c9deb2-46ff-4e76-a859-e575f64defd3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T06:13:32.3227516Z","updatedOn":"2023-05-29T06:13:32.3227516Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/1e9624b0-c8ab-41f0-8fe7-154cc43a36e0","type":"Microsoft.Authorization/roleAssignments","name":"1e9624b0-c8ab-41f0-8fe7-154cc43a36e0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"cd118008-62f9-4683-bf6b-bf7c833da40b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T06:48:34.8262341Z","updatedOn":"2023-05-29T06:48:34.8262341Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/f8b1fb2e-371e-492c-ad43-cd40c0b41366","type":"Microsoft.Authorization/roleAssignments","name":"f8b1fb2e-371e-492c-ad43-cd40c0b41366"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"d3acdbc2-f477-46b6-8ea5-162fa7714dd9","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T07:02:39.9034813Z","updatedOn":"2023-05-29T07:02:39.9034813Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/d2eacb25-a448-49c4-aa13-beca26fa852d","type":"Microsoft.Authorization/roleAssignments","name":"d2eacb25-a448-49c4-aa13-beca26fa852d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e6286d47-3c0c-4fa9-ba6b-95999e5cebdc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T08:50:45.9998823Z","updatedOn":"2023-05-29T08:50:45.9998823Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/21baa433-6363-4745-bd9a-4f4977c92a1b","type":"Microsoft.Authorization/roleAssignments","name":"21baa433-6363-4745-bd9a-4f4977c92a1b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T13:53:37.6422713Z","updatedOn":"2023-05-29T13:53:37.6422713Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b65f7c25-3f4f-44f7-9c48-fe96b51576e0","type":"Microsoft.Authorization/roleAssignments","name":"b65f7c25-3f4f-44f7-9c48-fe96b51576e0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"490e52a9-30c5-4515-b8d9-04afd8b85e9c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T04:01:53.3749224Z","updatedOn":"2023-05-30T04:01:53.3749224Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/4d815349-c254-4d67-b406-aa287564aee3","type":"Microsoft.Authorization/roleAssignments","name":"4d815349-c254-4d67-b406-aa287564aee3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"8afaf55f-2597-4534-a20f-a2f2afa8d26c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T04:31:42.2587420Z","updatedOn":"2023-05-30T04:31:42.2587420Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/8bbd4bfc-cd89-4bca-860c-a0740ab529f4","type":"Microsoft.Authorization/roleAssignments","name":"8bbd4bfc-cd89-4bca-860c-a0740ab529f4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"aa702226-7b8d-40d7-bfbd-80aae0e595d6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T05:50:47.9480782Z","updatedOn":"2023-05-30T05:50:47.9480782Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/73a88b4a-2094-44c7-9e36-9f40e161d627","type":"Microsoft.Authorization/roleAssignments","name":"73a88b4a-2094-44c7-9e36-9f40e161d627"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"6e415d1f-88e4-4be1-b5f0-b7139659f22e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T06:12:58.3970921Z","updatedOn":"2023-05-30T06:12:58.3970921Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/2cee1665-1c27-46ea-846e-2059d59cfdd1","type":"Microsoft.Authorization/roleAssignments","name":"2cee1665-1c27-46ea-846e-2059d59cfdd1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"c56d7382-c4a9-4ce3-80b6-3cfc95f2fefc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T06:48:09.8374610Z","updatedOn":"2023-05-30T06:48:09.8374610Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/0b01f7a2-3616-4c85-af38-2b19054fc066","type":"Microsoft.Authorization/roleAssignments","name":"0b01f7a2-3616-4c85-af38-2b19054fc066"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0d9dcb06-cdcf-41c4-8c30-4869e71840e7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T07:12:17.4876538Z","updatedOn":"2023-05-30T07:12:17.4876538Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/fea43e5c-701b-4426-bd30-159248cb4931","type":"Microsoft.Authorization/roleAssignments","name":"fea43e5c-701b-4426-bd30-159248cb4931"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"28ba77d8-32a0-4d69-b107-8407bb848ede","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-04T13:26:22.1238267Z","updatedOn":"2023-06-04T13:26:22.1238267Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/f8239795-55cb-45af-9097-511279f200c9","type":"Microsoft.Authorization/roleAssignments","name":"f8239795-55cb-45af-9097-511279f200c9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"d69cd189-7562-4657-9b69-b3380d9f64d6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-07T06:51:41.1665272Z","updatedOn":"2023-06-07T06:51:41.1665272Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/be7f7406-9b29-4da2-9268-af6e51d58501","type":"Microsoft.Authorization/roleAssignments","name":"be7f7406-9b29-4da2-9268-af6e51d58501"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c8930b26-8d6f-4b4a-87de-2f8eb04e7cbd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-06-08T09:36:28.7566900Z","updatedOn":"2023-06-08T09:36:28.7566900Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5d1f4c81-f2b6-43c9-8e45-8878bf1d3398","type":"Microsoft.Authorization/roleAssignments","name":"5d1f4c81-f2b6-43c9-8e45-8878bf1d3398"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e07cb74f-f01a-4155-9919-23791bdc05a4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T03:46:27.5192433Z","updatedOn":"2023-06-09T03:46:27.5192433Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/3161b098-fa14-4694-9e1b-1637b373e255","type":"Microsoft.Authorization/roleAssignments","name":"3161b098-fa14-4694-9e1b-1637b373e255"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a959e284-cf37-480d-a37e-aa8eda644fa4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T09:44:57.4057363Z","updatedOn":"2023-06-09T09:44:57.4057363Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/11096c31-f38b-4aa1-a4be-97eb04b86f2b","type":"Microsoft.Authorization/roleAssignments","name":"11096c31-f38b-4aa1-a4be-97eb04b86f2b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a51d0ef9-9895-4b63-b3f8-354bb7d1a6bb","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-05-21T08:47:39.8177538Z","updatedOn":"2021-05-21T08:47:39.8177538Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/17db6abb-bc45-4967-b313-e470ec9cbbd7","type":"Microsoft.Authorization/roleAssignments","name":"17db6abb-bc45-4967-b313-e470ec9cbbd7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"93e2b483-3ffa-44f8-9965-fdb104b541a2","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-06-29T05:43:19.7216795Z","updatedOn":"2021-06-29T05:43:19.7216795Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c6aff8c2-08b1-5b1a-9c80-d91164226985","type":"Microsoft.Authorization/roleAssignments","name":"c6aff8c2-08b1-5b1a-9c80-d91164226985"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"4f285ac8-5610-4d2f-854c-bfa3d16a2679","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-11T06:55:02.4909144Z","updatedOn":"2021-07-11T06:55:02.4909144Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0cec2ad2-d080-4126-a99f-f61c559b799c","type":"Microsoft.Authorization/roleAssignments","name":"0cec2ad2-d080-4126-a99f-f61c559b799c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"630db480-3ee6-47ec-ae72-5f917d466bad","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:16:28.8833400Z","updatedOn":"2021-07-13T10:16:28.8833400Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/37fe4b2d-0aca-4c27-8511-1e0d18063ec8","type":"Microsoft.Authorization/roleAssignments","name":"37fe4b2d-0aca-4c27-8511-1e0d18063ec8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"279982e7-46cf-4e40-9a3b-156c98285cb7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.5647062Z","updatedOn":"2021-07-13T10:18:48.5647062Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/7907f38d-57a7-431d-82d7-5dfa2ef0a628","type":"Microsoft.Authorization/roleAssignments","name":"7907f38d-57a7-431d-82d7-5dfa2ef0a628"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"790004d0-0112-41ad-92e8-95c464c34476","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.6068337Z","updatedOn":"2021-07-13T10:18:48.6068337Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c9bda26-83c4-4d4c-b00b-c4b58301e539","type":"Microsoft.Authorization/roleAssignments","name":"8c9bda26-83c4-4d4c-b00b-c4b58301e539"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-21T06:38:43.9281998Z","updatedOn":"2021-07-21T06:38:43.9281998Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b553fa81-60dd-45d6-9781-8c2313d68b03","type":"Microsoft.Authorization/roleAssignments","name":"b553fa81-60dd-45d6-9781-8c2313d68b03"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:20.4258578Z","updatedOn":"2021-07-27T04:31:20.4258578Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258","type":"Microsoft.Authorization/roleAssignments","name":"4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:32.4566300Z","updatedOn":"2021-07-27T04:31:32.4566300Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8176bf09-8e96-448a-ab12-eeed360ecce2","type":"Microsoft.Authorization/roleAssignments","name":"8176bf09-8e96-448a-ab12-eeed360ecce2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:48.4577322Z","updatedOn":"2021-07-27T04:31:48.4577322Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45949217-58cc-4c18-93f3-f4c90710ae2d","type":"Microsoft.Authorization/roleAssignments","name":"45949217-58cc-4c18-93f3-f4c90710ae2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:20.8138038Z","updatedOn":"2021-07-27T10:13:20.8138038Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2382b52f-1ec5-430e-ae2a-74f9ed331ced","type":"Microsoft.Authorization/roleAssignments","name":"2382b52f-1ec5-430e-ae2a-74f9ed331ced"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:23.6551958Z","updatedOn":"2021-07-27T10:13:23.6551958Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e5863947-0b21-41b7-9997-c0dfc73eec29","type":"Microsoft.Authorization/roleAssignments","name":"e5863947-0b21-41b7-9997-c0dfc73eec29"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:29.6985440Z","updatedOn":"2021-07-27T10:13:29.6985440Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/28c1cefa-942f-44c5-a4d4-c33bb92abd45","type":"Microsoft.Authorization/roleAssignments","name":"28c1cefa-942f-44c5-a4d4-c33bb92abd45"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8039a424-299a-4014-8b22-4f6d6cc60065","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-11T07:08:31.9935560Z","updatedOn":"2021-08-11T07:08:31.9935560Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/69e0bcfc-b024-4d8b-a3d5-dac447f8986c","type":"Microsoft.Authorization/roleAssignments","name":"69e0bcfc-b024-4d8b-a3d5-dac447f8986c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"8f0340b8-4b70-412b-be19-c4612d49e353","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T11:58:29.6857641Z","updatedOn":"2021-08-20T11:58:29.6857641Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd88236f-eacb-5303-912f-ba1741cf02bd","type":"Microsoft.Authorization/roleAssignments","name":"fd88236f-eacb-5303-912f-ba1741cf02bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0d8f6e68-d6c5-4a67-b6c4-3107609bbdbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T12:31:58.7980661Z","updatedOn":"2021-08-20T12:31:58.7980661Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/146f4a11-8712-583d-89eb-a7b8b82dbaa9","type":"Microsoft.Authorization/roleAssignments","name":"146f4a11-8712-583d-89eb-a7b8b82dbaa9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e2072d83-2379-4f36-ab51-b5df7460c61e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-21T14:40:08.5987892Z","updatedOn":"2021-08-21T14:40:10.5055205Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/842af679-0b58-5eb5-b94c-ff59e4105d7e","type":"Microsoft.Authorization/roleAssignments","name":"842af679-0b58-5eb5-b94c-ff59e4105d7e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-17T09:41:38.5634940Z","updatedOn":"2021-09-17T09:41:38.5634940Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":"for + temp testing purpose"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98fe0117-1e9c-4e37-b8a7-c4a1031d6916","type":"Microsoft.Authorization/roleAssignments","name":"98fe0117-1e9c-4e37-b8a7-c4a1031d6916"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-25T15:23:32.6168771Z","updatedOn":"2021-09-25T15:23:32.6168771Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d852f084-bc9f-4258-9e2c-fcf48b9eaf85","type":"Microsoft.Authorization/roleAssignments","name":"d852f084-bc9f-4258-9e2c-fcf48b9eaf85"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"2778738c-452b-45ca-b8d6-f085836a1458","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-30T07:51:25.2399474Z","updatedOn":"2021-09-30T07:51:25.2399474Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b04a3bdf-b6a6-5ffb-9394-ee5743741597","type":"Microsoft.Authorization/roleAssignments","name":"b04a3bdf-b6a6-5ffb-9394-ee5743741597"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"0ac1f52a-325b-486a-a095-f46ffdd6a9e4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-10-26T01:59:18.6998395Z","updatedOn":"2021-10-26T01:59:18.6998395Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/53a3b238-b4b0-4d3f-b416-8d6dc8d755f6","type":"Microsoft.Authorization/roleAssignments","name":"53a3b238-b4b0-4d3f-b416-8d6dc8d755f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"c3c0d020-16f0-44d8-9950-0250120a33ff","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-02T06:11:03.5575284Z","updatedOn":"2021-11-02T06:11:03.5575284Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1d017732-f67e-5aa1-a4a6-47570078d9f3","type":"Microsoft.Authorization/roleAssignments","name":"1d017732-f67e-5aa1-a4a6-47570078d9f3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-10T08:59:19.7285159Z","updatedOn":"2021-11-10T08:59:19.7285159Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a60357fa-dc0a-4479-a2a9-4329c2d0ae89","type":"Microsoft.Authorization/roleAssignments","name":"a60357fa-dc0a-4479-a2a9-4329c2d0ae89"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8dd77695-d6a5-450d-a43c-67ca01be9fbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-12T10:55:38.3698246Z","updatedOn":"2021-11-12T10:55:38.3698246Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dda5bb75-b74a-4430-975f-5bc9611c4b2d","type":"Microsoft.Authorization/roleAssignments","name":"dda5bb75-b74a-4430-975f-5bc9611c4b2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36243c78-bf99-498c-9df9-86d9f8d28608","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0181010Z","updatedOn":"2021-02-18T06:28:12.0181010Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/804f6223-03eb-4091-b460-82160fc5f818","type":"Microsoft.Authorization/roleAssignments","name":"804f6223-03eb-4091-b460-82160fc5f818"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0168587Z","updatedOn":"2021-02-18T06:28:12.0168587Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8d80e2d6-315c-495c-ab2c-91ddf75edf41","type":"Microsoft.Authorization/roleAssignments","name":"8d80e2d6-315c-495c-ab2c-91ddf75edf41"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"cf46d636-b6c1-406c-aba7-b2c3d9ed07da","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:53:53.1151640Z","updatedOn":"2021-02-26T13:53:53.1151640Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/735e98ed-f4b8-4b7d-9cc9-af4f8ae77252","type":"Microsoft.Authorization/roleAssignments","name":"735e98ed-f4b8-4b7d-9cc9-af4f8ae77252"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8505e3f4-1ee7-427c-a175-a06595231d46","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:54:27.5624477Z","updatedOn":"2021-02-26T13:54:27.5624477Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98c87a9f-b9e7-414b-8b59-bf3ec62dbc74","type":"Microsoft.Authorization/roleAssignments","name":"98c87a9f-b9e7-414b-8b59-bf3ec62dbc74"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-25T12:25:27.2277610Z","updatedOn":"2020-07-25T12:25:27.2277610Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d","type":"Microsoft.Authorization/roleAssignments","name":"fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21ae6127-c385-4ae0-b895-a8559e9aa574","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:35:35.2993523Z","updatedOn":"2020-07-31T08:35:35.2993523Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6af9fbf3-7085-4bcb-b399-88b89fac16d3","type":"Microsoft.Authorization/roleAssignments","name":"6af9fbf3-7085-4bcb-b399-88b89fac16d3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:44:16.2909420Z","updatedOn":"2020-07-31T08:44:16.2909420Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/65080390-e9b5-4566-b362-d1e96c23dae2","type":"Microsoft.Authorization/roleAssignments","name":"65080390-e9b5-4566-b362-d1e96c23dae2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:12:01.6760584Z","updatedOn":"2020-11-03T06:12:01.6760584Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a7a12420-2dce-4a47-822e-68cadf239da3","type":"Microsoft.Authorization/roleAssignments","name":"a7a12420-2dce-4a47-822e-68cadf239da3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3282af51-433d-47e8-b2b5-633fbe0fecc0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:25:32.6790913Z","updatedOn":"2020-11-03T06:25:32.6790913Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/36da831d-10ce-4f42-ba28-362960f6ea36","type":"Microsoft.Authorization/roleAssignments","name":"36da831d-10ce-4f42-ba28-362960f6ea36"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"ce2366a6-64d7-441b-939c-c9d23f91cccd","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T20:43:06.5941189Z","updatedOn":"2020-03-12T20:43:06.5941189Z","createdBy":"606f48c8-d219-4875-991d-ae6befaf0756","updatedBy":"606f48c8-d219-4875-991d-ae6befaf0756","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/ad9e2cd7-0ff7-4931-9b17-656c8f17934b","type":"Microsoft.Authorization/roleAssignments","name":"ad9e2cd7-0ff7-4931-9b17-656c8f17934b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2023-02-21T22:32:46.2324804Z","updatedOn":"2023-02-21T22:32:46.2324804Z","createdBy":"7f1579a6-c648-43a1-ac1e-0c3020dd9b8e","updatedBy":"7f1579a6-c648-43a1-ac1e-0c3020dd9b8e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/df7c1e07-5c2d-4b22-b7b9-fd11a8569db3","type":"Microsoft.Authorization/roleAssignments","name":"df7c1e07-5c2d-4b22-b7b9-fd11a8569db3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772","principalId":"2dd1ea73-4024-489e-83a4-45cb3e962f69","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2023-05-04T20:23:16.3808369Z","updatedOn":"2023-05-04T20:23:16.3808369Z","createdBy":"fa00c2de-57d5-4527-9254-4d513f482d0a","updatedBy":"fa00c2de-57d5-4527-9254-4d513f482d0a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/59109645-7b2b-4278-831a-2e4627ec603d","type":"Microsoft.Authorization/roleAssignments","name":"59109645-7b2b-4278-831a-2e4627ec603d"}]}' + headers: + cache-control: + - no-cache + content-length: + - '124908' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:45:02 GMT + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly + 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: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + Cookie: + - x-ms-gateway-slice=Production + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --backup-instance -y + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Reader%27&api-version=2022-04-01 + response: + body: + string: '{"value":[{"properties":{"roleName":"Reader","type":"BuiltInRole","description":"View + all resources, but does not allow you to make any changes.","assignableScopes":["/"],"permissions":[{"actions":["*/read"],"notActions":[],"dataActions":[],"notDataActions":[]}],"createdOn":"2015-02-02T21:55:09.8806423Z","updatedOn":"2021-11-11T20:13:47.8628684Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","type":"Microsoft.Authorization/roleDefinitions","name":"acdd72a7-3385-48ef-bd42-f606fba81ae7"}]}' + headers: + cache-control: + - no-cache + content-length: + - '627' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:45:03 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + Cookie: + - x-ms-gateway-slice=Production + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --backup-instance -y + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleDefinitions?api-version=2022-04-01 + response: + body: + string: "{\"value\":[{\"properties\":{\"roleName\":\"Avere Cluster Create\"\ + ,\"type\":\"CustomRole\",\"description\":\"Avere cluster create role used\ + \ by the Avere controller to create a vFXT cluster.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/*\",\"Microsoft.Authorization/roleDefinitions/*\"\ + ,\"Microsoft.Compute/*/read\",\"Microsoft.Compute/availabilitySets/*\",\"\ + Microsoft.Compute/virtualMachines/*\",\"Microsoft.Network/*/read\",\"Microsoft.Network/networkInterfaces/*\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\"\ + ,\"Microsoft.Storage/*/read\",\"Microsoft.Storage/storageAccounts/listKeys/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-11-29T18:46:55.0492387Z\",\"updatedOn\":\"2018-11-29T18:46:55.0492387Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a7b1b19a-0e83-4fe5-935c-faaefbfd18c3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a7b1b19a-0e83-4fe5-935c-faaefbfd18c3\"\ + },{\"properties\":{\"roleName\":\"Avere Cluster Runtime Operator\",\"type\"\ + :\"CustomRole\",\"description\":\"Avere cluster runtime role used by Avere\ + \ clusters running in subscriptions, for the purpose of failing over IP addresses,\ + \ accessing BLOB storage, etc\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/routeTables/read\",\"Microsoft.Network/routeTables/routes/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-08-26T00:41:26.2170858Z\",\"\ + updatedOn\":\"2018-08-26T00:41:26.2170858Z\",\"createdBy\":\"dda50086-5e3d-4a4b-b8bc-f54771104d89\"\ + ,\"updatedBy\":\"dda50086-5e3d-4a4b-b8bc-f54771104d89\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e078ab98-ef3a-4c9a-aba7-12f5172b45d0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e078ab98-ef3a-4c9a-aba7-12f5172b45d0\"\ + },{\"properties\":{\"roleName\":\"Azure Service Deploy Release Management\ + \ Contributor\",\"type\":\"CustomRole\",\"description\":\"Contributor role\ + \ for services deploying through Azure Service Deploy.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*\"],\"notActions\":[\"Microsoft.Authorization/*/Delete\"\ + ,\"Microsoft.Authorization/*/Write\"],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-02-04T02:26:31.5413362Z\",\"updatedOn\":\"2018-01-08T20:20:16.3660174Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/21d96096-b162-414a-8302-d8354f9d91b2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"21d96096-b162-414a-8302-d8354f9d91b2\"\ + },{\"properties\":{\"roleName\":\"CAL-Custom-Role\",\"type\":\"CustomRole\"\ + ,\"description\":\"Lets SAP Cloud Appliance Library application manage Network\ + \ and Compute services, manage Resource Groups and Management locks.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/locks/*\"\ + ,\"Microsoft.Authorization/roleDefinitions/*\",\"Microsoft.Authorization/roleAssignments/*\"\ + ,\"Microsoft.Compute/*\",\"Microsoft.Network/*\",\"Microsoft.Resources/*\"\ + ,\"Microsoft.Storage/*\",\"Microsoft.ContainerService/*\",\"Microsoft.ContainerRegistry/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-05-14T19:30:51.0664585Z\",\"updatedOn\":\"2019-02-19T19:11:57.5963229Z\"\ + ,\"createdBy\":\"dda50086-5e3d-4a4b-b8bc-f54771104d89\",\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7b266cd7-0bba-4ae2-8423-90ede5e1e898\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7b266cd7-0bba-4ae2-8423-90ede5e1e898\"\ + },{\"properties\":{\"roleName\":\"Dsms Role (deprecated)\",\"type\":\"CustomRole\"\ + ,\"description\":\"Custom role used by Dsms to perform operations. Can list\ + \ and regnerate storage account keys.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/regenerateKey/action\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/regeneratekey/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-17T18:02:11.1225951Z\"\ + ,\"updatedOn\":\"2018-01-13T00:21:52.7211696Z\",\"createdBy\":\"ca5f3715-e7dd-427b-b2db-45b6a4a2df87\"\ + ,\"updatedBy\":\"ca5f3715-e7dd-427b-b2db-45b6a4a2df87\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b91f4c0b-46e3-47bb-a242-eecfe23b3b5b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b91f4c0b-46e3-47bb-a242-eecfe23b3b5b\"\ + },{\"properties\":{\"roleName\":\"Dsms Role (do not use)\",\"type\":\"CustomRole\"\ + ,\"description\":\"Custom role used by Dsms to perform operations. Can list\ + \ and regnerate storage account keys.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/regenerateKey/action\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/regeneratekey/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-02-01T07:56:12.5880222Z\"\ + ,\"updatedOn\":\"2018-08-09T17:53:48.5432297Z\",\"createdBy\":\"becb4b6b-fe16-413b-a5c3-90355e0b2982\"\ + ,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7aff565e-6c55-448d-83db-ccf482c6da2f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7aff565e-6c55-448d-83db-ccf482c6da2f\"\ + },{\"properties\":{\"roleName\":\"ExpressRoute Administrator\",\"type\":\"\ + CustomRole\",\"description\":\"Can create, delete and manage ExpressRoutes\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/locks/*\"\ + ,\"Microsoft.Authorization/policyAssignments/*\",\"Microsoft.Authorization/policyDefinitions/*\"\ + ,\"Microsoft.Authorization/roleAssignments/*\",\"Microsoft.ClassicNetwork/*\"\ + ,\"Microsoft.EventGrid/*\",\"Microsoft.Insights/*\",\"Microsoft.Network/*\"\ + ,\"Microsoft.Resources/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-08-31T03:51:32.2843055Z\",\"updatedOn\":\"2019-03-20T22:55:18.8222085Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a48d7896-14b4-4889-afef-fbb65a96e5a2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a48d7896-14b4-4889-afef-fbb65a96e5a2\"\ + },{\"properties\":{\"roleName\":\"GenevaWarmPathResourceContributor\",\"type\"\ + :\"CustomRole\",\"description\":\"Can manage service bus and storage accounts.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.EventHub/namespaces/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/*\",\"Microsoft.ServiceBus/namespaces/*\"\ + ,\"Microsoft.Storage/storageAccounts/*\",\"Microsoft.Storage/storageAccounts/managementPolicies/write\"\ + ,\"Microsoft.Storage/storageAccounts/managementPolicies/read\",\"Microsoft.Storage/storageAccounts/managementPolicies/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-03-14T22:30:10.1999436Z\",\"updatedOn\":\"2022-02-28T23:26:40.0052537Z\"\ + ,\"createdBy\":null,\"updatedBy\":\"acis\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9f15f5f5-77bd-413a-aa88-4b9c68b1e7bc\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9f15f5f5-77bd-413a-aa88-4b9c68b1e7bc\"\ + },{\"properties\":{\"roleName\":\"masterreader\",\"type\":\"CustomRole\",\"\ + description\":\"Lets you view everything, but not make any changes.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2017-11-14T23:38:05.3353858Z\"\ + ,\"updatedOn\":\"2017-11-14T23:38:05.3353858Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a48d7796-14b4-4889-afef-fbb65a93e5a2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a48d7796-14b4-4889-afef-fbb65a93e5a2\"\ + },{\"properties\":{\"roleName\":\"Microsoft OneAsset Reader\",\"type\":\"\ + CustomRole\",\"description\":\"This role is for Microsoft OneAsset team (CSEO)\ + \ to track internal security compliance and resource utilization.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachines/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-03-27T23:51:08.6333052Z\",\"updatedOn\":\"2019-04-02T20:35:43.3396263Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd1bb084-1503-4bd2-99c0-630220046786\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fd1bb084-1503-4bd2-99c0-630220046786\"\ + },{\"properties\":{\"roleName\":\"Office DevOps\",\"type\":\"CustomRole\"\ + ,\"description\":\"Custom access for developers to operations but not secrets.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachineScaleSets/restart/action\"\ + ,\"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/restart/action\"\ + ,\"Microsoft.Sql/servers/databases/replicationLinks/delete\",\"Microsoft.Sql/servers/databases/replicationLinks/failover/action\"\ + ,\"Microsoft.Sql/servers/databases/replicationLinks/forceFailoverAllowDataLoss/action\"\ + ,\"Microsoft.Sql/servers/databases/replicationLinks/operationResults/read\"\ + ,\"Microsoft.Sql/servers/databases/replicationLinks/read\",\"Microsoft.Sql/servers/databases/replicationLinks/unlink/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2016-10-07T08:11:46.1639398Z\",\"updatedOn\":\"2017-03-16T18:43:08.3234306Z\"\ + ,\"createdBy\":\"25aea6be-b605-4347-a92d-33e178e412ec\",\"updatedBy\":\"25aea6be-b605-4347-a92d-33e178e412ec\"\ + },\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7fd64851-3279-459b-b614-e2b2ba760f5b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7fd64851-3279-459b-b614-e2b2ba760f5b\"\ + },{\"properties\":{\"roleName\":\"GenevaWarmPathStorageBlobContributor\",\"\ + type\":\"CustomRole\",\"description\":\"Geneva Warm Path Storage Blob Contributor\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/lease/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/lock/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/extend/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/delete\"\ + ,\"Microsoft.Storage/storageAccounts/managementPolicies/write\",\"Microsoft.Storage/storageAccounts/managementPolicies/read\"\ + ,\"Microsoft.Storage/storageAccounts/managementPolicies/delete\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-12-06T22:46:27.1365630Z\"\ + ,\"updatedOn\":\"2022-02-28T23:26:40.4152515Z\",\"createdBy\":null,\"updatedBy\"\ + :\"acis\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a16c43ca-2d67-4dcd-9ded-6412f5edc51a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a16c43ca-2d67-4dcd-9ded-6412f5edc51a\"\ + },{\"properties\":{\"roleName\":\"Azure Service Deploy Release Management\ + \ Restricted Owner\",\"type\":\"CustomRole\",\"description\":\"Restricted\ + \ owner role for services deploying through Azure Service Deploy.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*\"],\"notActions\":[\"Microsoft.Authorization/*/Delete\"\ + ,\"Microsoft.Authorization/*/Write\"],\"dataActions\":[],\"notDataActions\"\ + :[]},{\"actions\":[\"Microsoft.Authorization/roleAssignments/write\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]},{\"actions\":[\"Microsoft.Authorization/locks/write\"\ + ,\"Microsoft.Authorization/policyassignments/write\",\"Microsoft.Authorization/policydefinitions/write\"\ + ,\"Microsoft.Authorization/policysetdefinitions/write\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-03-07T22:16:06.8803898Z\"\ + ,\"updatedOn\":\"2022-03-07T22:16:06.8803898Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/94ddc4bc-25f5-4f3e-b527-c587da93cfe4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"94ddc4bc-25f5-4f3e-b527-c587da93cfe4\"\ + },{\"properties\":{\"roleName\":\"Azure Service Deploy Test Release Management\ + \ Key Vault Secrets User\",\"type\":\"CustomRole\",\"description\":\"Read\ + \ secret and certificate contents. Only works for key vaults that use the\ + \ 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/secrets/getSecret/action\",\"Microsoft.KeyVault/vaults/certificates/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-07-20T22:52:19.9944274Z\",\"\ + updatedOn\":\"2022-08-31T23:25:32.0649353Z\",\"createdBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"\ + ,\"updatedBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/87d31636-ad85-4caa-802d-1535972b5612\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"87d31636-ad85-4caa-802d-1535972b5612\"\ + },{\"properties\":{\"roleName\":\"Azure Service Deploy Release Management\ + \ Key Vault Secrets User\",\"type\":\"CustomRole\",\"description\":\"Read\ + \ secret and certificate contents. Only works for key vaults that use the\ + \ 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/secrets/getSecret/action\",\"Microsoft.KeyVault/vaults/certificates/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-02T21:14:21.3331588Z\",\"\ + updatedOn\":\"2022-09-10T00:44:34.5904437Z\",\"createdBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"\ + ,\"updatedBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/260691e6-68c2-47cf-bd4a-97d5fd4dbcd5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"260691e6-68c2-47cf-bd4a-97d5fd4dbcd5\"\ + },{\"properties\":{\"roleName\":\"Owner\",\"type\":\"BuiltInRole\",\"description\"\ + :\"Grants full access to manage all resources, including the ability to assign\ + \ roles in Azure RBAC.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:45.8978856Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\ + },{\"properties\":{\"roleName\":\"AcrPush\",\"type\":\"BuiltInRole\",\"description\"\ + :\"acr push\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ContainerRegistry/registries/pull/read\",\"Microsoft.ContainerRegistry/registries/push/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-10-29T17:52:32.5201177Z\",\"updatedOn\":\"2021-11-11T20:13:07.4993029Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8311e382-0749-4cb8-b61a-304f252e45ec\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8311e382-0749-4cb8-b61a-304f252e45ec\"\ + },{\"properties\":{\"roleName\":\"API Management Service Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage service and the APIs\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8650193Z\",\"updatedOn\":\"2021-11-11T20:13:08.3179618Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/312a565d-c81f-4fd8-895a-4e21e48d571c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"312a565d-c81f-4fd8-895a-4e21e48d571c\"\ + },{\"properties\":{\"roleName\":\"AcrPull\",\"type\":\"BuiltInRole\",\"description\"\ + :\"acr pull\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ContainerRegistry/registries/pull/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2018-10-22T19:01:56.8227182Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:08.8779328Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f951dda-4ed3-4680-a7ca-43fe172d538d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f951dda-4ed3-4680-a7ca-43fe172d538d\"\ + },{\"properties\":{\"roleName\":\"AcrImageSigner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"acr image signer\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ContainerRegistry/registries/sign/write\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.ContainerRegistry/registries/trustedCollections/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-03-15T23:23:08.4038322Z\",\"\ + updatedOn\":\"2021-11-11T20:13:09.6070759Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6cef56e8-d556-48e5-a04f-b8e64114680f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6cef56e8-d556-48e5-a04f-b8e64114680f\"\ + },{\"properties\":{\"roleName\":\"AcrDelete\",\"type\":\"BuiltInRole\",\"\ + description\":\"acr delete\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ContainerRegistry/registries/artifacts/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-03-11T20:19:31.6682804Z\",\"updatedOn\":\"2021-11-11T20:13:09.9631744Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c2f4ef07-c644-48eb-af81-4b1b4947fb11\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c2f4ef07-c644-48eb-af81-4b1b4947fb11\"\ + },{\"properties\":{\"roleName\":\"AcrQuarantineReader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"acr quarantine data reader\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.ContainerRegistry/registries/quarantine/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerRegistry/registries/quarantinedArtifacts/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-03-16T00:27:39.9596835Z\",\"\ + updatedOn\":\"2021-11-11T20:13:10.3188052Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cdda3590-29a3-44f6-95f2-9f980659eb04\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cdda3590-29a3-44f6-95f2-9f980659eb04\"\ + },{\"properties\":{\"roleName\":\"AcrQuarantineWriter\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"acr quarantine data writer\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.ContainerRegistry/registries/quarantine/read\"\ + ,\"Microsoft.ContainerRegistry/registries/quarantine/write\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ContainerRegistry/registries/quarantinedArtifacts/read\"\ + ,\"Microsoft.ContainerRegistry/registries/quarantinedArtifacts/write\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2018-03-16T00:26:37.5871820Z\",\"updatedOn\"\ + :\"2021-11-11T20:13:11.3488079Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c8d4ff99-41c3-41a8-9f60-21dfdad59608\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c8d4ff99-41c3-41a8-9f60-21dfdad59608\"\ + },{\"properties\":{\"roleName\":\"API Management Service Operator Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage service but not the APIs\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*/read\"\ + ,\"Microsoft.ApiManagement/service/backup/action\",\"Microsoft.ApiManagement/service/delete\"\ + ,\"Microsoft.ApiManagement/service/managedeployments/action\",\"Microsoft.ApiManagement/service/read\"\ + ,\"Microsoft.ApiManagement/service/restore/action\",\"Microsoft.ApiManagement/service/updatecertificate/action\"\ + ,\"Microsoft.ApiManagement/service/updatehostname/action\",\"Microsoft.ApiManagement/service/write\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[\"Microsoft.ApiManagement/service/users/keys/read\"],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-11-09T00:03:42.1194019Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:11.5244023Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\ + },{\"properties\":{\"roleName\":\"API Management Service Reader Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Read-only access to service and APIs\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*/read\"\ + ,\"Microsoft.ApiManagement/service/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.ApiManagement/service/users/keys/read\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-11-09T00:26:45.1540473Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:11.8704466Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/71522526-b88f-4d52-b57f-d31fc3546d0d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"71522526-b88f-4d52-b57f-d31fc3546d0d\"\ + },{\"properties\":{\"roleName\":\"Application Insights Component Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Can manage Application Insights\ + \ components\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Insights/generateLiveToken/read\",\"Microsoft.Insights/metricAlerts/*\"\ + ,\"Microsoft.Insights/components/*\",\"Microsoft.Insights/scheduledqueryrules/*\"\ + ,\"Microsoft.Insights/topology/read\",\"Microsoft.Insights/transactions/read\"\ + ,\"Microsoft.Insights/webtests/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:12.6428401Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ae349356-3a1b-4a5e-921d-050484c6347e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ae349356-3a1b-4a5e-921d-050484c6347e\"\ + },{\"properties\":{\"roleName\":\"Application Insights Snapshot Debugger\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Gives user permission to use Application\ + \ Insights Snapshot Debugger features\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/components/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-04-19T21:25:12.3728747Z\",\"updatedOn\":\"2021-11-11T20:13:13.0034435Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\ + },{\"properties\":{\"roleName\":\"Attestation Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read the attestation provider properties\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Attestation/attestationProviders/attestation/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-03-25T19:42:59.1576710Z\",\"updatedOn\":\"2021-11-11T20:13:13.3634724Z\"\ + ,\"createdBy\":null,\"updatedBy\":\"SYSTEM\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd1bd22b-8476-40bc-a0bc-69b95687b9f3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fd1bd22b-8476-40bc-a0bc-69b95687b9f3\"\ + },{\"properties\":{\"roleName\":\"Automation Job Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Create and Manage Jobs using Automation Runbooks.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/read\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/read\",\"Microsoft.Automation/automationAccounts/jobs/resume/action\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/stop/action\",\"Microsoft.Automation/automationAccounts/jobs/streams/read\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\"Microsoft.Automation/automationAccounts/jobs/write\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/output/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-04-19T20:52:41.0020018Z\",\"updatedOn\":\"2021-11-11T20:13:13.7065660Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4fe576fe-1146-4730-92eb-48519fa6bf9f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4fe576fe-1146-4730-92eb-48519fa6bf9f\"\ + },{\"properties\":{\"roleName\":\"Automation Runbook Operator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Read Runbook properties - to be able to create\ + \ Jobs of the runbook.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Automation/automationAccounts/runbooks/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-04-19T20:47:49.5640674Z\",\"updatedOn\":\"2021-11-11T20:13:13.8815461Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\ + },{\"properties\":{\"roleName\":\"Automation Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Automation Operators are able to start, stop, suspend,\ + \ and resume jobs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/read\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/read\",\"Microsoft.Automation/automationAccounts/jobs/resume/action\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/stop/action\",\"Microsoft.Automation/automationAccounts/jobs/streams/read\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\"Microsoft.Automation/automationAccounts/jobs/write\"\ + ,\"Microsoft.Automation/automationAccounts/jobSchedules/read\",\"Microsoft.Automation/automationAccounts/jobSchedules/write\"\ + ,\"Microsoft.Automation/automationAccounts/linkedWorkspace/read\",\"Microsoft.Automation/automationAccounts/read\"\ + ,\"Microsoft.Automation/automationAccounts/runbooks/read\",\"Microsoft.Automation/automationAccounts/schedules/read\"\ + ,\"Microsoft.Automation/automationAccounts/schedules/write\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/output/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-08-18T01:05:03.3916130Z\",\"updatedOn\":\"2021-11-11T20:13:14.0515408Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d3881f73-407a-4167-8283-e981cbba0404\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d3881f73-407a-4167-8283-e981cbba0404\"\ + },{\"properties\":{\"roleName\":\"Avere Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can create and manage an Avere vFXT cluster.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Compute/*/read\",\"Microsoft.Compute/availabilitySets/*\",\"\ + Microsoft.Compute/proximityPlacementGroups/*\",\"Microsoft.Compute/virtualMachines/*\"\ + ,\"Microsoft.Compute/disks/*\",\"Microsoft.Network/*/read\",\"Microsoft.Network/networkInterfaces/*\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ,\"Microsoft.Network/networkSecurityGroups/join/action\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Storage/*/read\",\"Microsoft.Storage/storageAccounts/*\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-03-18T20:00:58.9207889Z\",\"\ + updatedOn\":\"2021-11-11T20:13:14.2265665Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4f8fab4f-1852-4a58-a46a-8eaf358af14a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4f8fab4f-1852-4a58-a46a-8eaf358af14a\"\ + },{\"properties\":{\"roleName\":\"Avere Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Used by the Avere vFXT cluster to manage the cluster\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-03-18T20:02:38.3399857Z\",\"\ + updatedOn\":\"2021-11-11T20:13:15.1065886Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c025889f-8102-4ebf-b32c-fc0c6f0c6bd9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c025889f-8102-4ebf-b32c-fc0c6f0c6bd9\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Cluster Admin Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"List cluster admin credential\ + \ action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ContainerService/managedClusters/listClusterAdminCredential/action\"\ + ,\"Microsoft.ContainerService/managedClusters/accessProfiles/listCredential/action\"\ + ,\"Microsoft.ContainerService/managedClusters/read\",\"Microsoft.ContainerService/managedClusters/runcommand/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-08-15T21:38:18.5953853Z\",\"updatedOn\":\"2022-05-16T21:47:03.0625910Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0ab0b1a8-8aac-4efd-b8c2-3ee1fb270be8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0ab0b1a8-8aac-4efd-b8c2-3ee1fb270be8\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Cluster User Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"List cluster user credential action.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action\"\ + ,\"Microsoft.ContainerService/managedClusters/read\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-08-15T22:04:53.4037241Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:20.4351976Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4abbcc35-e782-43d8-92c5-2d3f1bd2253f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4abbcc35-e782-43d8-92c5-2d3f1bd2253f\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Grants access to read map related data from an Azure maps\ + \ account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Maps/accounts/*/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-10-05T19:47:03.4723070Z\",\"updatedOn\":\"2021-11-11T20:13:20.9582685Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/423170ca-a8f6-4b0f-8487-9e4eb8f49bfa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"423170ca-a8f6-4b0f-8487-9e4eb8f49bfa\"\ + },{\"properties\":{\"roleName\":\"Azure Stack Registration Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage Azure Stack registrations.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureStack/edgeSubscriptions/read\"\ + ,\"Microsoft.AzureStack/registrations/products/*/action\",\"Microsoft.AzureStack/registrations/products/read\"\ + ,\"Microsoft.AzureStack/registrations/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2017-11-13T23:42:06.2161827Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:23.2957820Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6f12a6df-dd06-4f3e-bcb1-ce8be600526a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6f12a6df-dd06-4f3e-bcb1-ce8be600526a\"\ + },{\"properties\":{\"roleName\":\"Backup Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage backup service,but can't create vaults\ + \ and give access to others\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.RecoveryServices/locations/*\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/refreshContainers/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/*\",\"Microsoft.RecoveryServices/Vaults/backupSecurityPIN/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/certificates/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\",\"Microsoft.RecoveryServices/Vaults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\"Microsoft.RecoveryServices/Vaults/usages/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.RecoveryServices/Vaults/backupstorageconfig/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupconfig/*\",\"Microsoft.RecoveryServices/Vaults/backupValidateOperation/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/write\",\"Microsoft.RecoveryServices/Vaults/backupOperations/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupEngines/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectableContainers/read\"\ + ,\"Microsoft.RecoveryServices/vaults/operationStatus/read\",\"Microsoft.RecoveryServices/vaults/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/locations/backupStatus/action\",\"Microsoft.RecoveryServices/locations/backupPreValidateProtection/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupValidateFeatures/action\",\"\ + Microsoft.RecoveryServices/Vaults/monitoringAlerts/write\",\"Microsoft.RecoveryServices/operations/read\"\ + ,\"Microsoft.RecoveryServices/locations/operationStatus/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionIntents/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.DataProtection/locations/getBackupStatus/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/write\",\"Microsoft.DataProtection/backupVaults/backupInstances/delete\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/read\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\"\ + ,\"Microsoft.DataProtection/backupVaults/deletedBackupInstances/read\",\"\ + Microsoft.DataProtection/backupVaults/deletedBackupInstances/undelete/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/backup/action\",\"\ + Microsoft.DataProtection/backupVaults/backupInstances/validateRestore/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/restore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/crossRegionRestore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/validateCrossRegionRestore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJobs/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJob/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchSecondaryRecoveryPoints/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupPolicies/write\",\"Microsoft.DataProtection/backupVaults/backupPolicies/delete\"\ + ,\"Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges/action\"\ + ,\"Microsoft.DataProtection/backupVaults/write\",\"Microsoft.DataProtection/backupVaults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/operationResults/read\",\"Microsoft.DataProtection/backupVaults/operationStatus/read\"\ + ,\"Microsoft.DataProtection/locations/checkNameAvailability/action\",\"Microsoft.DataProtection/locations/checkFeatureSupport/action\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/read\"\ + ,\"Microsoft.DataProtection/locations/operationStatus/read\",\"Microsoft.DataProtection/locations/operationResults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/validateForBackup/action\",\"Microsoft.DataProtection/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-01-03T13:12:15.7321344Z\",\"updatedOn\":\"2023-05-16T10:52:55.0352615Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e467623-bb1f-42f4-a55d-6e525e11384b\"\ + },{\"properties\":{\"roleName\":\"Billing Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows read access to billing data\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Billing/*/read\",\"Microsoft.Commerce/*/read\",\"Microsoft.Consumption/*/read\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.CostManagement/*/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-04-25T02:13:38.9054151Z\",\"updatedOn\":\"2021-11-11T20:13:24.5342563Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\ + },{\"properties\":{\"roleName\":\"Backup Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage backup services, except removal of backup,\ + \ vault creation and giving access to others\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/backup/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationsStatus/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/provisionInstantItemRecovery/action\"\ + ,\"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/accessToken/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/restore/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/revokeInstantItemRecovery/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/refreshContainers/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/certificates/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupstorageconfig/*\",\"Microsoft.RecoveryServices/Vaults/backupValidateOperation/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupTriggerValidateOperation/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupValidateOperationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupValidateOperationsStatuses/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupOperations/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operations/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/inquire/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupEngines/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectableContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/items/read\"\ + ,\"Microsoft.RecoveryServices/locations/backupStatus/action\",\"Microsoft.RecoveryServices/locations/backupPreValidateProtection/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupValidateFeatures/action\",\"\ + Microsoft.RecoveryServices/locations/backupAadProperties/read\",\"Microsoft.RecoveryServices/locations/backupCrrJobs/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupCrrJob/action\",\"Microsoft.RecoveryServices/locations/backupCrossRegionRestore/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupCrrOperationResults/read\",\"\ + Microsoft.RecoveryServices/locations/backupCrrOperationsStatus/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/write\"\ + ,\"Microsoft.RecoveryServices/operations/read\",\"Microsoft.RecoveryServices/locations/operationStatus/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectionIntents/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/read\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\"\ + ,\"Microsoft.DataProtection/backupVaults/deletedBackupInstances/read\",\"\ + Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges/action\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/operationResults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/operationStatus/read\",\"Microsoft.DataProtection/backupVaults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/locations/operationStatus/read\"\ + ,\"Microsoft.DataProtection/locations/operationResults/read\",\"Microsoft.DataProtection/operations/read\"\ + ,\"Microsoft.DataProtection/backupVaults/validateForBackup/action\",\"Microsoft.DataProtection/backupVaults/backupInstances/backup/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/validateRestore/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/restore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/crossRegionRestore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/validateCrossRegionRestore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJobs/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJob/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchSecondaryRecoveryPoints/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-01-03T13:21:11.8947640Z\",\"updatedOn\":\"2023-05-17T09:30:04.0390095Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"00c29273-979b-4161-815c-10b084fb9324\"\ + },{\"properties\":{\"roleName\":\"Backup Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view backup services, but can't make changes\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationsStatus/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\"\ + Microsoft.RecoveryServices/Vaults/backupJobs/read\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\"\ + Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\"Microsoft.RecoveryServices/Vaults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/Vaults/backupstorageconfig/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupconfig/read\",\"Microsoft.RecoveryServices/Vaults/backupOperations/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/operations/read\",\"Microsoft.RecoveryServices/Vaults/backupEngines/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/items/read\"\ + ,\"Microsoft.RecoveryServices/locations/backupStatus/action\",\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/write\",\"Microsoft.RecoveryServices/operations/read\"\ + ,\"Microsoft.RecoveryServices/locations/operationStatus/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionIntents/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/locations/backupValidateFeatures/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupCrrJobs/action\",\"Microsoft.RecoveryServices/locations/backupCrrJob/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupCrrOperationResults/read\",\"\ + Microsoft.RecoveryServices/locations/backupCrrOperationsStatus/read\",\"Microsoft.DataProtection/locations/getBackupStatus/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/write\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\"\ + ,\"Microsoft.DataProtection/backupVaults/deletedBackupInstances/read\",\"\ + Microsoft.DataProtection/backupVaults/backupInstances/backup/action\",\"Microsoft.DataProtection/backupVaults/backupInstances/validateRestore/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/restore/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges/action\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/operationResults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/operationStatus/read\",\"Microsoft.DataProtection/backupVaults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/locations/operationStatus/read\"\ + ,\"Microsoft.DataProtection/locations/operationResults/read\",\"Microsoft.DataProtection/backupVaults/validateForBackup/action\"\ + ,\"Microsoft.DataProtection/operations/read\",\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJobs/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJob/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchSecondaryRecoveryPoints/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-01-03T13:18:41.3893065Z\",\"updatedOn\":\"2023-05-16T10:52:55.0342622Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a795c7a0-d4a2-40c1-ae25-d81f01202912\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a795c7a0-d4a2-40c1-ae25-d81f01202912\"\ + },{\"properties\":{\"roleName\":\"Blockchain Member Node Access (Preview)\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for access to Blockchain\ + \ Member nodes\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Blockchain/blockchainMembers/transactionNodes/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Blockchain/blockchainMembers/transactionNodes/connect/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-12-21T10:33:01.9604839Z\",\"\ + updatedOn\":\"2021-11-11T20:13:25.0558920Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/31a002a1-acaf-453e-8a5b-297c9ca1ea24\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"31a002a1-acaf-453e-8a5b-297c9ca1ea24\"\ + },{\"properties\":{\"roleName\":\"BizTalk Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage BizTalk services, but not access to them.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.BizTalkServices/BizTalk/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:25.2359269Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e3c6656-6cfa-4708-81fe-0de47ac73342\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e3c6656-6cfa-4708-81fe-0de47ac73342\"\ + },{\"properties\":{\"roleName\":\"CDN Endpoint Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can manage CDN endpoints, but can\u2019t grant access to\ + \ other users.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\"\ + ,\"Microsoft.Cdn/profiles/endpoints/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2021-11-11T20:13:25.4059314Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\ + },{\"properties\":{\"roleName\":\"CDN Endpoint Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view CDN endpoints, but can\u2019t make changes.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\",\"\ + Microsoft.Cdn/profiles/endpoints/*/read\",\"Microsoft.Cdn/profiles/afdendpoints/validateCustomDomain/action\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2022-01-26T19:51:29.2636610Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\ + },{\"properties\":{\"roleName\":\"CDN Profile Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can manage CDN profiles and their endpoints, but can\u2019\ + t grant access to other users.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\"\ + ,\"Microsoft.Cdn/operationresults/*\",\"Microsoft.Cdn/profiles/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2021-11-11T20:13:25.9224344Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ec156ff8-a8d1-4d15-830c-5b80698ca432\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ec156ff8-a8d1-4d15-830c-5b80698ca432\"\ + },{\"properties\":{\"roleName\":\"CDN Profile Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view CDN profiles and their endpoints, but can\u2019\ + t make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\"\ + ,\"Microsoft.Cdn/profiles/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2021-11-11T20:13:26.0983652Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8f96442b-4075-438f-813d-ad51ab4019af\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8f96442b-4075-438f-813d-ad51ab4019af\"\ + },{\"properties\":{\"roleName\":\"Classic Network Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage classic networks, but not\ + \ access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicNetwork/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:26.4433301Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\ + },{\"properties\":{\"roleName\":\"Classic Storage Account Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage classic storage accounts,\ + \ but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicStorage/storageAccounts/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:26.6183566Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\ + },{\"properties\":{\"roleName\":\"Classic Storage Account Key Operator Service\ + \ Role\",\"type\":\"BuiltInRole\",\"description\":\"Classic Storage Account\ + \ Key Operators are allowed to list and regenerate keys on Classic Storage\ + \ Accounts\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ClassicStorage/storageAccounts/listkeys/action\",\"Microsoft.ClassicStorage/storageAccounts/regeneratekey/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-04-13T18:22:52.1461100Z\",\"updatedOn\":\"2021-11-11T20:13:26.9796021Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\ + },{\"properties\":{\"roleName\":\"ClearDB MySQL DB Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage ClearDB MySQL databases,\ + \ but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"successbricks.cleardb/databases/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:27.1646373Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9106cda0-8a86-4e81-b686-29a22c54effe\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9106cda0-8a86-4e81-b686-29a22c54effe\"\ + },{\"properties\":{\"roleName\":\"Classic Virtual Machine Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage classic virtual machines,\ + \ but not access to them, and not the virtual network or storage account they\u2019\ + re connected to.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicCompute/domainNames/*\"\ + ,\"Microsoft.ClassicCompute/virtualMachines/*\",\"Microsoft.ClassicNetwork/networkSecurityGroups/join/action\"\ + ,\"Microsoft.ClassicNetwork/reservedIps/link/action\",\"Microsoft.ClassicNetwork/reservedIps/read\"\ + ,\"Microsoft.ClassicNetwork/virtualNetworks/join/action\",\"Microsoft.ClassicNetwork/virtualNetworks/read\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/disks/read\",\"Microsoft.ClassicStorage/storageAccounts/images/read\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.ClassicStorage/storageAccounts/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-04-25T00:37:56.5416086Z\",\"updatedOn\":\"2021-11-11T20:13:27.3446332Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you read and list keys of Cognitive Services.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/listkeys/action\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.Insights/diagnosticSettings/read\",\"Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Insights/metricdefinitions/read\",\"Microsoft.Insights/metrics/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/*\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2018-08-08T23:23:43.7701274Z\",\"updatedOn\"\ + :\"2021-11-11T20:13:27.5316443Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a97b65f3-24c7-4388-baec-2e87135dc908\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a97b65f3-24c7-4388-baec-2e87135dc908\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Data Reader (Preview)\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you read Cognitive Services\ + \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/*/read\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2019-02-13T20:02:12.6849986Z\",\"updatedOn\"\ + :\"2021-11-11T20:13:27.7138054Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b59867f0-fa02-499b-be73-45a86b5b3e1c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b59867f0-fa02-499b-be73-45a86b5b3e1c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you create, read, update, delete and\ + \ manage keys of Cognitive Services.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.CognitiveServices/*\"\ + ,\"Microsoft.Features/features/read\",\"Microsoft.Features/providers/features/read\"\ + ,\"Microsoft.Features/providers/features/register/action\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Insights/metricdefinitions/read\",\"Microsoft.Insights/metrics/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-08-08T23:18:39.2257848Z\",\"updatedOn\":\"2021-11-11T20:13:27.9116230Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/25fbc0a9-bd7c-42a3-aa1a-3b75d497ee68\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"25fbc0a9-bd7c-42a3-aa1a-3b75d497ee68\"\ + },{\"properties\":{\"roleName\":\"CosmosBackupOperator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can submit restore request for a Cosmos DB database or\ + \ a container for an account\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.DocumentDB/databaseAccounts/backup/action\",\"\ + Microsoft.DocumentDB/databaseAccounts/restore/action\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-12-07T19:47:14.9651560Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:28.4333692Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/db7b14f2-5adf-42da-9f96-f2ee17bab5cb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"db7b14f2-5adf-42da-9f96-f2ee17bab5cb\"\ + },{\"properties\":{\"roleName\":\"Contributor\",\"type\":\"BuiltInRole\",\"\ + description\":\"Grants full access to manage all resources, but does not allow\ + \ you to assign roles in Azure RBAC, manage assignments in Azure Blueprints,\ + \ or share image galleries.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"*\"],\"notActions\":[\"Microsoft.Authorization/*/Delete\"\ + ,\"Microsoft.Authorization/*/Write\",\"Microsoft.Authorization/elevateAccess/Action\"\ + ,\"Microsoft.Blueprint/blueprintAssignments/write\",\"Microsoft.Blueprint/blueprintAssignments/delete\"\ + ,\"Microsoft.Compute/galleries/share/action\",\"Microsoft.Purview/consents/write\"\ + ,\"Microsoft.Purview/consents/delete\"],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2023-05-25T18:33:49.8611163Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b24988ac-6180-42a0-ab88-20f7382dd24c\"\ + },{\"properties\":{\"roleName\":\"Cosmos DB Account Reader Role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can read Azure Cosmos DB Accounts data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.DocumentDB/*/read\",\"Microsoft.DocumentDB/databaseAccounts/readonlykeys/action\"\ + ,\"Microsoft.Insights/MetricDefinitions/read\",\"Microsoft.Insights/Metrics/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-10-30T17:53:54.6005577Z\",\"updatedOn\":\"2021-11-11T20:13:28.7911765Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fbdf93bf-df7d-467e-a4d2-9458aa1360c8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fbdf93bf-df7d-467e-a4d2-9458aa1360c8\"\ + },{\"properties\":{\"roleName\":\"Cost Management Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Can view costs and manage cost configuration\ + \ (e.g. budgets, exports)\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Consumption/*\",\"Microsoft.CostManagement/*\",\"Microsoft.Billing/billingPeriods/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Advisor/configurations/read\",\"Microsoft.Advisor/recommendations/read\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.Billing/billingProperty/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-03-14T16:09:22.8834827Z\",\"updatedOn\":\"2021-11-11T20:13:29.4851851Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/434105ed-43f6-45c7-a02f-909b2ba83430\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"434105ed-43f6-45c7-a02f-909b2ba83430\"\ + },{\"properties\":{\"roleName\":\"Cost Management Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view cost data and configuration (e.g. budgets, exports)\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Consumption/*/read\"\ + ,\"Microsoft.CostManagement/*/read\",\"Microsoft.Billing/billingPeriods/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Advisor/configurations/read\",\"Microsoft.Advisor/recommendations/read\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.Billing/billingProperty/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-03-14T16:09:22.8834827Z\",\"updatedOn\":\"2021-11-11T20:13:29.6601800Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/72fafb9e-0641-4937-9268-a91bfd8191a3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"72fafb9e-0641-4937-9268-a91bfd8191a3\"\ + },{\"properties\":{\"roleName\":\"Data Box Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage everything under Data Box Service except\ + \ giving access to others.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Databox/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2018-07-27T08:28:42.7140210Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:30.3737856Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/add466c9-e687-43fc-8d98-dfcf8d720be5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"add466c9-e687-43fc-8d98-dfcf8d720be5\"\ + },{\"properties\":{\"roleName\":\"Data Box Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage Data Box Service except creating order\ + \ or editing order details and giving access to others.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Databox/*/read\",\"Microsoft.Databox/jobs/listsecrets/action\"\ + ,\"Microsoft.Databox/jobs/listcredentials/action\",\"Microsoft.Databox/locations/availableSkus/action\"\ + ,\"Microsoft.Databox/locations/validateInputs/action\",\"Microsoft.Databox/locations/regionConfiguration/action\"\ + ,\"Microsoft.Databox/locations/validateAddress/action\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-07-27T08:26:21.9284772Z\",\"updatedOn\":\"2021-11-11T20:13:30.5546117Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/028f4ed7-e2a9-465e-a8f4-9c0ffdfdc027\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"028f4ed7-e2a9-465e-a8f4-9c0ffdfdc027\"\ + },{\"properties\":{\"roleName\":\"Data Factory Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Create and manage data factories, as well as child resources\ + \ within them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.DataFactory/dataFactories/*\"\ + ,\"Microsoft.DataFactory/factories/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.EventGrid/eventSubscriptions/write\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:30.7420174Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/673868aa-7521-48a0-acc6-0f60742d39f5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"673868aa-7521-48a0-acc6-0f60742d39f5\"\ + },{\"properties\":{\"roleName\":\"Data Purger\",\"type\":\"BuiltInRole\",\"\ + description\":\"Can purge analytics data\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Insights/components/*/read\",\"Microsoft.Insights/components/purge/action\"\ + ,\"Microsoft.OperationalInsights/workspaces/*/read\",\"Microsoft.OperationalInsights/workspaces/purge/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-04-30T22:39:49.6167700Z\",\"updatedOn\":\"2021-11-11T20:13:31.2788395Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/150f5e0c-0603-4f03-8c7f-cf70034c4e90\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"150f5e0c-0603-4f03-8c7f-cf70034c4e90\"\ + },{\"properties\":{\"roleName\":\"Data Lake Analytics Developer\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you submit, monitor, and manage your\ + \ own jobs but not create or delete Data Lake Analytics accounts.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.BigAnalytics/accounts/*\",\"Microsoft.DataLakeAnalytics/accounts/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.BigAnalytics/accounts/Delete\"\ + ,\"Microsoft.BigAnalytics/accounts/TakeOwnership/action\",\"Microsoft.BigAnalytics/accounts/Write\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/Delete\",\"Microsoft.DataLakeAnalytics/accounts/TakeOwnership/action\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/Write\",\"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts/Write\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts/Delete\",\"\ + Microsoft.DataLakeAnalytics/accounts/storageAccounts/Write\",\"Microsoft.DataLakeAnalytics/accounts/storageAccounts/Delete\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/firewallRules/Write\",\"Microsoft.DataLakeAnalytics/accounts/firewallRules/Delete\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/computePolicies/Write\",\"Microsoft.DataLakeAnalytics/accounts/computePolicies/Delete\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-10-20T00:33:29.3115234Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:31.4688491Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/47b7735b-770e-4598-a7da-8b91488b4c88\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"47b7735b-770e-4598-a7da-8b91488b4c88\"\ + },{\"properties\":{\"roleName\":\"DevTest Labs User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you connect, start, restart, and shutdown your virtual\ + \ machines in your Azure DevTest Labs.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Compute/availabilitySets/read\"\ + ,\"Microsoft.Compute/virtualMachines/*/read\",\"Microsoft.Compute/virtualMachines/deallocate/action\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/restart/action\"\ + ,\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.DevTestLab/*/read\"\ + ,\"Microsoft.DevTestLab/labs/claimAnyVm/action\",\"Microsoft.DevTestLab/labs/createEnvironment/action\"\ + ,\"Microsoft.DevTestLab/labs/ensureCurrentUserProfile/action\",\"Microsoft.DevTestLab/labs/formulas/delete\"\ + ,\"Microsoft.DevTestLab/labs/formulas/read\",\"Microsoft.DevTestLab/labs/formulas/write\"\ + ,\"Microsoft.DevTestLab/labs/policySets/evaluatePolicies/action\",\"Microsoft.DevTestLab/labs/virtualMachines/claim/action\"\ + ,\"Microsoft.DevTestLab/labs/virtualmachines/listApplicableSchedules/action\"\ + ,\"Microsoft.DevTestLab/labs/virtualMachines/getRdpFileContents/action\",\"\ + Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\"\ + ,\"Microsoft.Network/networkInterfaces/*/read\",\"Microsoft.Network/networkInterfaces/join/action\"\ + ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\"\ + ,\"Microsoft.Network/publicIPAddresses/*/read\",\"Microsoft.Network/publicIPAddresses/join/action\"\ + ,\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/listKeys/action\"\ + ],\"notActions\":[\"Microsoft.Compute/virtualMachines/vmSizes/read\"],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-06-08T21:52:45.0657582Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:32.1746507Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/76283e04-6283-4c54-8f91-bcf1374a3c64\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"76283e04-6283-4c54-8f91-bcf1374a3c64\"\ + },{\"properties\":{\"roleName\":\"DocumentDB Account Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage DocumentDB accounts, but\ + \ not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.DocumentDb/databaseAccounts/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:32.3496502Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5bd9cd88-fe45-4216-938b-f97437e15450\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5bd9cd88-fe45-4216-938b-f97437e15450\"\ + },{\"properties\":{\"roleName\":\"DNS Zone Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage DNS zones and record sets in Azure DNS,\ + \ but does not let you control who has access to them.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/dnsZones/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-10-15T23:33:25.9730842Z\",\"updatedOn\":\"2021-11-11T20:13:32.5233957Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/befefa01-2a29-4197-83a8-272ff33ce314\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"befefa01-2a29-4197-83a8-272ff33ce314\"\ + },{\"properties\":{\"roleName\":\"EventGrid EventSubscription Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage EventGrid event\ + \ subscription operations.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.EventGrid/eventSubscriptions/*\"\ + ,\"Microsoft.EventGrid/topicTypes/eventSubscriptions/read\",\"Microsoft.EventGrid/locations/eventSubscriptions/read\"\ + ,\"Microsoft.EventGrid/locations/topicTypes/eventSubscriptions/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-10-08T23:27:28.3130743Z\",\"updatedOn\":\"2021-11-11T20:13:33.4166738Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/428e0ff0-5e57-4d9c-a221-2c70d0e0a443\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"428e0ff0-5e57-4d9c-a221-2c70d0e0a443\"\ + },{\"properties\":{\"roleName\":\"EventGrid EventSubscription Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you read EventGrid event subscriptions.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.EventGrid/eventSubscriptions/read\",\"Microsoft.EventGrid/topicTypes/eventSubscriptions/read\"\ + ,\"Microsoft.EventGrid/locations/eventSubscriptions/read\",\"Microsoft.EventGrid/locations/topicTypes/eventSubscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-10-09T17:29:28.1417894Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:33.7846748Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2414bbcf-6497-4faf-8c65-045460748405\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2414bbcf-6497-4faf-8c65-045460748405\"\ + },{\"properties\":{\"roleName\":\"Graph Owner\",\"type\":\"BuiltInRole\",\"\ + description\":\"Create and manage all aspects of the Enterprise Graph - Ontology,\ + \ Schema mapping, Conflation and Conversational AI and Ingestions\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.EnterpriseKnowledgeGraph/services/conflation/read\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/conflation/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/sourceschema/read\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/sourceschema/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/knowledge/read\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/knowledge/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/intentclassification/read\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/intentclassification/write\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/ingestion/read\",\"Microsoft.EnterpriseKnowledgeGraph/services/ingestion/write\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/ontology/read\",\"Microsoft.EnterpriseKnowledgeGraph/services/ontology/write\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/delete\",\"Microsoft.EnterpriseKnowledgeGraph/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-02-23T21:07:22.5844236Z\",\"updatedOn\":\"2021-11-11T20:13:34.6707886Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b60367af-1334-4454-b71e-769d9a4f83d9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b60367af-1334-4454-b71e-769d9a4f83d9\"\ + },{\"properties\":{\"roleName\":\"HDInsight Domain Services Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Can Read, Create, Modify and Delete\ + \ Domain Services related operations needed for HDInsight Enterprise Security\ + \ Package\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.AAD/*/read\",\"Microsoft.AAD/domainServices/*/read\",\"Microsoft.AAD/domainServices/oucontainer/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-09-12T22:42:51.7451109Z\",\"updatedOn\":\"2021-11-11T20:13:35.3921342Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8d8d5a11-05d3-4bda-a417-a08778121c7c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8d8d5a11-05d3-4bda-a417-a08778121c7c\"\ + },{\"properties\":{\"roleName\":\"Intelligent Systems Account Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage Intelligent Systems\ + \ accounts, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.IntelligentSystems/accounts/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:35.9371582Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/03a6d094-3444-4b3d-88af-7477090a9e5e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"03a6d094-3444-4b3d-88af-7477090a9e5e\"\ + },{\"properties\":{\"roleName\":\"Key Vault Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage key vaults, but not access to them.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.KeyVault/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[\"Microsoft.KeyVault/locations/deletedVaults/purge/action\"\ + ,\"Microsoft.KeyVault/hsmPools/*\",\"Microsoft.KeyVault/managedHsms/*\"],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-02-25T17:08:28.5184971Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:36.1170988Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f25e0fa2-a7c8-4377-a976-54943a77a395\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f25e0fa2-a7c8-4377-a976-54943a77a395\"\ + },{\"properties\":{\"roleName\":\"Knowledge Consumer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Knowledge Read permission to consume Enterprise Graph Knowledge\ + \ using entity search and graph query\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.EnterpriseKnowledgeGraph/services/knowledge/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-02-23T21:23:31.4037552Z\",\"updatedOn\":\"2021-11-11T20:13:37.0021342Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ee361c5d-f7b5-4119-b4b6-892157c8f64c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ee361c5d-f7b5-4119-b4b6-892157c8f64c\"\ + },{\"properties\":{\"roleName\":\"Lab Creator\",\"type\":\"BuiltInRole\",\"\ + description\":\"Lets you create new labs under your Azure Lab Accounts.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.LabServices/labAccounts/*/read\",\"Microsoft.LabServices/labAccounts/createLab/action\"\ + ,\"Microsoft.LabServices/labAccounts/getPricingAndAvailability/action\",\"\ + Microsoft.LabServices/labAccounts/getRestrictionsAndUsage/action\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ + ,\"Microsoft.LabServices/labPlans/saveImage/action\",\"Microsoft.LabServices/labs/read\"\ + ,\"Microsoft.LabServices/labs/schedules/read\",\"Microsoft.LabServices/labs/users/read\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/read\",\"Microsoft.LabServices/locations/usages/read\"\ + ,\"Microsoft.LabServices/skus/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.LabServices/labPlans/createLab/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-01-18T23:38:58.1036141Z\",\"\ + updatedOn\":\"2021-11-11T20:13:37.1821588Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b97fb8bc-a8b2-4522-a38b-dd33c7e65ead\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b97fb8bc-a8b2-4522-a38b-dd33c7e65ead\"\ + },{\"properties\":{\"roleName\":\"Log Analytics Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Log Analytics Reader can view and search all monitoring\ + \ data as well as and view monitoring settings, including viewing the configuration\ + \ of Azure diagnostics on all Azure resources.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.OperationalInsights/workspaces/analytics/query/action\"\ + ,\"Microsoft.OperationalInsights/workspaces/search/action\",\"Microsoft.Support/*\"\ + ],\"notActions\":[\"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-02T00:20:28.1449012Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:37.7071371Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/73c42c96-874c-492b-b04d-ab87d138a893\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"73c42c96-874c-492b-b04d-ab87d138a893\"\ + },{\"properties\":{\"roleName\":\"Log Analytics Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Log Analytics Contributor can read all monitoring\ + \ data and edit monitoring settings. Editing monitoring settings includes\ + \ adding the VM extension to VMs; reading storage account keys to be able\ + \ to configure collection of logs from Azure Storage; adding solutions; and\ + \ configuring Azure diagnostics on all Azure resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.ClassicCompute/virtualMachines/extensions/*\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.Compute/virtualMachines/extensions/*\"\ + ,\"Microsoft.HybridCompute/machines/extensions/write\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.OperationalInsights/*\"\ + ,\"Microsoft.OperationsManagement/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.Storage/storageAccounts/listKeys/action\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-04-25T21:51:45.3174711Z\",\"updatedOn\":\"2021-11-11T20:13:37.8823618Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\ + },{\"properties\":{\"roleName\":\"Logic App Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you read, enable and disable logic app.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*/read\",\"Microsoft.Insights/metricAlerts/*/read\"\ + ,\"Microsoft.Insights/diagnosticSettings/*/read\",\"Microsoft.Insights/metricDefinitions/*/read\"\ + ,\"Microsoft.Logic/*/read\",\"Microsoft.Logic/workflows/disable/action\",\"\ + Microsoft.Logic/workflows/enable/action\",\"Microsoft.Logic/workflows/validate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Web/connectionGateways/*/read\",\"Microsoft.Web/connections/*/read\"\ + ,\"Microsoft.Web/customApis/*/read\",\"Microsoft.Web/serverFarms/read\"],\"\ + notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ + 2016-04-28T21:33:30.4656007Z\",\"updatedOn\":\"2021-11-11T20:13:38.0573444Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\ + },{\"properties\":{\"roleName\":\"Logic App Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage logic app, but not access to them.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.ClassicStorage/storageAccounts/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metricAlerts/*\"\ + ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.Insights/logdefinitions/*\"\ + ,\"Microsoft.Insights/metricDefinitions/*\",\"Microsoft.Logic/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Storage/storageAccounts/listkeys/action\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Web/connectionGateways/*\",\"Microsoft.Web/connections/*\"\ + ,\"Microsoft.Web/customApis/*\",\"Microsoft.Web/serverFarms/join/action\"\ + ,\"Microsoft.Web/serverFarms/read\",\"Microsoft.Web/sites/functions/listSecrets/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2016-04-28T21:33:30.4656007Z\",\"updatedOn\":\"2021-11-11T20:13:38.2523833Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/87a39d53-fc1b-424a-814c-f7e04687dc9e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"87a39d53-fc1b-424a-814c-f7e04687dc9e\"\ + },{\"properties\":{\"roleName\":\"Managed Application Operator Role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you read and perform actions on Managed\ + \ Application resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"*/read\",\"Microsoft.Solutions/applications/read\",\"Microsoft.Solutions/*/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-07-27T00:59:33.7988813Z\",\"updatedOn\":\"2021-11-11T20:13:38.5973763Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c7393b34-138c-406f-901b-d8cf2b17e6ae\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c7393b34-138c-406f-901b-d8cf2b17e6ae\"\ + },{\"properties\":{\"roleName\":\"Managed Applications Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you read resources in a managed app and\ + \ request JIT access.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Solutions/jitRequests/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-09-06T00:33:58.3651522Z\",\"updatedOn\":\"2021-11-11T20:13:38.7723523Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b9331d33-8a36-4f8c-b097-4f54124fdb44\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b9331d33-8a36-4f8c-b097-4f54124fdb44\"\ + },{\"properties\":{\"roleName\":\"Managed Identity Operator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Read and Assign User Assigned Identity\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ManagedIdentity/userAssignedIdentities/*/read\"\ + ,\"Microsoft.ManagedIdentity/userAssignedIdentities/*/assign/action\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-12-14T19:52:04.3924594Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:38.9523759Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f1a07417-d97a-45cb-824c-7a7467783830\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f1a07417-d97a-45cb-824c-7a7467783830\"\ + },{\"properties\":{\"roleName\":\"Managed Identity Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Create, Read, Update, and Delete User Assigned\ + \ Identity\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ManagedIdentity/userAssignedIdentities/read\",\"Microsoft.ManagedIdentity/userAssignedIdentities/write\"\ + ,\"Microsoft.ManagedIdentity/userAssignedIdentities/delete\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-12-14T19:53:42.8804692Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:39.3023761Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e40ec5ca-96e0-45a2-b4ff-59039f2c2b59\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e40ec5ca-96e0-45a2-b4ff-59039f2c2b59\"\ + },{\"properties\":{\"roleName\":\"Management Group Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Management Group Contributor Role\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Management/managementGroups/delete\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.Management/managementGroups/subscriptions/delete\"\ + ,\"Microsoft.Management/managementGroups/subscriptions/write\",\"Microsoft.Management/managementGroups/write\"\ + ,\"Microsoft.Management/managementGroups/subscriptions/read\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-06-22T00:28:29.0523964Z\",\"updatedOn\":\"2022-09-15T21:48:24.8299981Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d58bcaf-24a5-4b20-bdb6-eed9f69fbe4c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d58bcaf-24a5-4b20-bdb6-eed9f69fbe4c\"\ + },{\"properties\":{\"roleName\":\"Management Group Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Management Group Reader Role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Management/managementGroups/read\"\ + ,\"Microsoft.Management/managementGroups/subscriptions/read\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-06-22T00:31:03.4295347Z\",\"updatedOn\":\"2022-09-15T21:48:24.8299981Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ac63b705-f282-497d-ac71-919bf39d939d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ac63b705-f282-497d-ac71-919bf39d939d\"\ + },{\"properties\":{\"roleName\":\"Monitoring Metrics Publisher\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Enables publishing metrics against Azure\ + \ resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Insights/Register/Action\",\"Microsoft.Support/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Insights/Metrics/Write\"\ + ,\"Microsoft.Insights/Telemetry/Write\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-08-14T00:36:16.5610279Z\",\"updatedOn\":\"2022-01-04T00:38:04.0289073Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3913510d-42f4-4e42-8a64-420c390055eb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3913510d-42f4-4e42-8a64-420c390055eb\"\ + },{\"properties\":{\"roleName\":\"Monitoring Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read all monitoring data.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.OperationalInsights/workspaces/search/action\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-09-21T19:19:52.4939376Z\",\"updatedOn\":\"2022-09-05T15:10:49.4071427Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\ + },{\"properties\":{\"roleName\":\"Network Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage networks, but not access to them.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2021-11-11T20:13:44.6328966Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4d97b98b-1d4f-4787-a291-c67834d212e7\"\ + },{\"properties\":{\"roleName\":\"Monitoring Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read all monitoring data and update monitoring settings.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"\ + Microsoft.AlertsManagement/alerts/*\",\"Microsoft.AlertsManagement/alertsSummary/*\"\ + ,\"Microsoft.Insights/actiongroups/*\",\"Microsoft.Insights/activityLogAlerts/*\"\ + ,\"Microsoft.Insights/AlertRules/*\",\"Microsoft.Insights/components/*\",\"\ + Microsoft.Insights/createNotifications/*\",\"Microsoft.Insights/dataCollectionEndpoints/*\"\ + ,\"Microsoft.Insights/dataCollectionRules/*\",\"Microsoft.Insights/dataCollectionRuleAssociations/*\"\ + ,\"Microsoft.Insights/DiagnosticSettings/*\",\"Microsoft.Insights/eventtypes/*\"\ + ,\"Microsoft.Insights/LogDefinitions/*\",\"Microsoft.Insights/metricalerts/*\"\ + ,\"Microsoft.Insights/MetricDefinitions/*\",\"Microsoft.Insights/Metrics/*\"\ + ,\"Microsoft.Insights/notificationStatus/*\",\"Microsoft.Insights/Register/Action\"\ + ,\"Microsoft.Insights/scheduledqueryrules/*\",\"Microsoft.Insights/webtests/*\"\ + ,\"Microsoft.Insights/workbooks/*\",\"Microsoft.Insights/workbooktemplates/*\"\ + ,\"Microsoft.Insights/privateLinkScopes/*\",\"Microsoft.Insights/privateLinkScopeOperationStatuses/*\"\ + ,\"Microsoft.OperationalInsights/workspaces/write\",\"Microsoft.OperationalInsights/workspaces/intelligencepacks/*\"\ + ,\"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\"Microsoft.OperationalInsights/workspaces/search/action\"\ + ,\"Microsoft.OperationalInsights/workspaces/sharedKeys/action\",\"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/*\"\ + ,\"Microsoft.Support/*\",\"Microsoft.WorkloadMonitor/monitors/*\",\"Microsoft.AlertsManagement/smartDetectorAlertRules/*\"\ + ,\"Microsoft.AlertsManagement/actionRules/*\",\"Microsoft.AlertsManagement/smartGroups/*\"\ + ,\"Microsoft.AlertsManagement/migrateFromSmartDetection/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-09-21T19:21:08.4345976Z\"\ + ,\"updatedOn\":\"2022-09-05T15:10:49.4071427Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\ + },{\"properties\":{\"roleName\":\"New Relic APM Account Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage New Relic Application Performance\ + \ Management accounts and applications, but not access to them.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"NewRelic.APM/accounts/*\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:45.7178576Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d28c62d-5b37-4476-8438-e587778df237\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d28c62d-5b37-4476-8438-e587778df237\"\ + },{\"properties\":{\"roleName\":\"Reader\",\"type\":\"BuiltInRole\",\"description\"\ + :\"View all resources, but does not allow you to make any changes.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:47.8628684Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"acdd72a7-3385-48ef-bd42-f606fba81ae7\"\ + },{\"properties\":{\"roleName\":\"Redis Cache Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage Redis caches, but not access to them.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Cache/register/action\",\"Microsoft.Cache/redis/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:48.0528671Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e0f68234-74aa-48ed-b826-c38b57376e17\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e0f68234-74aa-48ed-b826-c38b57376e17\"\ + },{\"properties\":{\"roleName\":\"Reader and Data Access\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you view everything but will not let you delete or\ + \ create a storage account or contained resource. It will also allow read/write\ + \ access to all data contained in a storage account via access to storage\ + \ account keys.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Storage/storageAccounts/ListAccountSas/action\"\ + ,\"Microsoft.Storage/storageAccounts/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2018-03-27T23:20:46.1498906Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:48.2278951Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c12c1c16-33a1-487b-954d-41c89c60f349\"\ + },{\"properties\":{\"roleName\":\"Resource Policy Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Users with rights to create/modify resource\ + \ policy, create support ticket and read resources/hierarchy.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.Authorization/policyassignments/*\"\ + ,\"Microsoft.Authorization/policydefinitions/*\",\"Microsoft.Authorization/policyexemptions/*\"\ + ,\"Microsoft.Authorization/policysetdefinitions/*\",\"Microsoft.PolicyInsights/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-08-25T19:08:01.3861639Z\"\ + ,\"updatedOn\":\"2023-05-11T23:11:26.1702440Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36243c78-bf99-498c-9df9-86d9f8d28608\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"36243c78-bf99-498c-9df9-86d9f8d28608\"\ + },{\"properties\":{\"roleName\":\"Scheduler Job Collections Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage Scheduler job\ + \ collections, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Scheduler/jobcollections/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:49.8429293Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\ + },{\"properties\":{\"roleName\":\"Search Service Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage Search services, but not access\ + \ to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Search/searchServices/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:50.0229309Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\ + },{\"properties\":{\"roleName\":\"Security Manager (Legacy)\",\"type\":\"\ + BuiltInRole\",\"description\":\"This is a legacy role. Please use Security\ + \ Administrator instead\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicCompute/*/read\"\ + ,\"Microsoft.ClassicCompute/virtualMachines/*/write\",\"Microsoft.ClassicNetwork/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Security/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-06-22T17:45:15.8986455Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:50.5729549Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\ + },{\"properties\":{\"roleName\":\"Security Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Security Reader Role\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.operationalInsights/workspaces/*/read\",\"Microsoft.Resources/deployments/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Security/*/read\"\ + ,\"Microsoft.IoTSecurity/*/read\",\"Microsoft.Support/*/read\",\"Microsoft.Security/iotDefenderSettings/packageDownloads/action\"\ + ,\"Microsoft.Security/iotDefenderSettings/downloadManagerActivation/action\"\ + ,\"Microsoft.Security/iotSensors/downloadResetPassword/action\",\"Microsoft.IoTSecurity/defenderSettings/packageDownloads/action\"\ + ,\"Microsoft.IoTSecurity/defenderSettings/downloadManagerActivation/action\"\ + ,\"Microsoft.Management/managementGroups/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-03T07:48:49.0516559Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:50.7479015Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\ + },{\"properties\":{\"roleName\":\"Spatial Anchors Account Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage spatial anchors in\ + \ your account, but not delete them\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/SpatialAnchorsAccounts/create/action\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/discovery/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/properties/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/query/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/submitdiag/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/write\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-12-21T17:57:41.1420864Z\",\"updatedOn\":\"2021-11-11T20:13:52.2829400Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8bbe83f1-e2a6-4df7-8cb4-4e04d4e5c827\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8bbe83f1-e2a6-4df7-8cb4-4e04d4e5c827\"\ + },{\"properties\":{\"roleName\":\"Site Recovery Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage Site Recovery service except\ + \ vault creation and role assignment\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\"\ + ,\"Microsoft.RecoveryServices/locations/allocateStamp/action\",\"Microsoft.RecoveryServices/Vaults/certificates/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\"Microsoft.RecoveryServices/Vaults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\"Microsoft.RecoveryServices/vaults/replicationEvents/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\"Microsoft.RecoveryServices/vaults/replicationJobs/*\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/*\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationVaultSettings/*\",\"Microsoft.RecoveryServices/Vaults/storageConfig/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\"Microsoft.RecoveryServices/Vaults/usages/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationOperationStatus/read\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-05-19T13:46:17.4592776Z\",\"updatedOn\":\"2021-11-11T20:13:52.4579503Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\ + },{\"properties\":{\"roleName\":\"Site Recovery Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you failover and failback but not perform other Site\ + \ Recovery management operations\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\"\ + ,\"Microsoft.RecoveryServices/locations/allocateStamp/action\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/switchprotection/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailoverCleanup/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\"Microsoft.RecoveryServices/vaults/replicationPolicies/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/failoverCommit/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationVaultSettings/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-05-19T13:47:50.1341148Z\",\"updatedOn\":\"2021-11-11T20:13:52.6263418Z\"\ + ,\"createdBy\":null,\"updatedBy\":\"\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"494ae006-db33-4328-bf46-533a6560a3ca\"\ + },{\"properties\":{\"roleName\":\"Spatial Anchors Account Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you locate and read properties of\ + \ spatial anchors in your account\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/SpatialAnchorsAccounts/discovery/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/properties/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/query/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/submitdiag/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-12-21T17:57:42.9271004Z\",\"updatedOn\":\"2021-11-11T20:13:52.8013467Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d51204f-eb77-4b1c-b86a-2ec626c49413\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d51204f-eb77-4b1c-b86a-2ec626c49413\"\ + },{\"properties\":{\"roleName\":\"Site Recovery Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you view Site Recovery status but not perform other\ + \ management operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\"Microsoft.RecoveryServices/vaults/replicationPolicies/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\"Microsoft.RecoveryServices/vaults/replicationVaultSettings/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-05-19T13:35:40.0093634Z\",\"updatedOn\":\"2021-11-11T20:13:52.9763366Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dbaa88c4-0c30-4179-9fb3-46319faa6149\"\ + },{\"properties\":{\"roleName\":\"Spatial Anchors Account Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage spatial anchors in your\ + \ account, including deleting them\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/SpatialAnchorsAccounts/create/action\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/delete\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/discovery/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/properties/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/query/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/submitdiag/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-12-21T17:57:43.5489832Z\",\"\ + updatedOn\":\"2021-11-11T20:13:53.1663250Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/70bbe301-9835-447d-afdd-19eb3167307c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"70bbe301-9835-447d-afdd-19eb3167307c\"\ + },{\"properties\":{\"roleName\":\"SQL Managed Instance Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage SQL Managed Instances and\ + \ required network configuration, but can\u2019t give access to others.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/*\",\"Microsoft.Network/routeTables/*\"\ + ,\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/locations/instanceFailoverGroups/*\"\ + ,\"Microsoft.Sql/managedInstances/*\",\"Microsoft.Support/*\",\"Microsoft.Network/virtualNetworks/subnets/*\"\ + ,\"Microsoft.Network/virtualNetworks/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\"],\"notActions\":[\"Microsoft.Sql/managedInstances/azureADOnlyAuthentications/delete\"\ + ,\"Microsoft.Sql/managedInstances/azureADOnlyAuthentications/write\"],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2018-12-10T22:57:14.2937983Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:53.3513507Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4939a1f6-9ae0-4e48-a1e0-f2cbe897382d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4939a1f6-9ae0-4e48-a1e0-f2cbe897382d\"\ + },{\"properties\":{\"roleName\":\"SQL DB Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage SQL databases, but not access to them.\ + \ Also, you can't manage their security-related policies or their parent SQL\ + \ servers.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/servers/databases/*\"\ + ,\"Microsoft.Sql/servers/read\",\"Microsoft.Support/*\",\"Microsoft.Insights/metrics/read\"\ + ,\"Microsoft.Insights/metricDefinitions/read\"],\"notActions\":[\"Microsoft.Sql/servers/databases/ledgerDigestUploads/write\"\ + ,\"Microsoft.Sql/servers/databases/ledgerDigestUploads/disable/action\",\"\ + Microsoft.Sql/managedInstances/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/managedInstances/databases/recommendedSensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/*\",\"\ + Microsoft.Sql/managedInstances/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/databases/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditRecords/read\"\ + ,\"Microsoft.Sql/servers/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\"\ + ,\"Microsoft.Sql/servers/databases/extendedAuditingSettings/*\",\"Microsoft.Sql/servers/databases/recommendedSensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\"Microsoft.Sql/servers/databases/securityMetrics/*\"\ + ,\"Microsoft.Sql/servers/databases/sensitivityLabels/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\"\ + ,\"Microsoft.Sql/servers/vulnerabilityAssessments/*\"],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\"\ + :\"2021-11-11T20:13:53.5363219Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\ + },{\"properties\":{\"roleName\":\"SQL Security Manager\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage the security-related policies of SQL servers\ + \ and databases, but not access to them.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Sql/locations/administratorAzureAsyncOperation/read\"\ + ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/databases/currentSensitivityLabels/*\",\"\ + Microsoft.Sql/managedInstances/databases/recommendedSensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/*\",\"\ + Microsoft.Sql/servers/advancedThreatProtectionSettings/read\",\"Microsoft.Sql/servers/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/transparentDataEncryption/*\"\ + ,\"Microsoft.Sql/managedInstances/vulnerabilityAssessments/*\",\"Microsoft.Sql/managedInstances/serverConfigurationOptions/read\"\ + ,\"Microsoft.Sql/managedInstances/serverConfigurationOptions/write\",\"Microsoft.Sql/locations/serverConfigurationOptionAzureAsyncOperation/read\"\ + ,\"Microsoft.Sql/servers/advancedThreatProtectionSettings/read\",\"Microsoft.Sql/servers/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/servers/auditingSettings/*\",\"Microsoft.Sql/servers/extendedAuditingSettings/read\"\ + ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/servers/databases/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditRecords/read\"\ + ,\"Microsoft.Sql/servers/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\"\ + ,\"Microsoft.Sql/servers/databases/extendedAuditingSettings/read\",\"Microsoft.Sql/servers/databases/read\"\ + ,\"Microsoft.Sql/servers/databases/recommendedSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/schemas/read\"\ + ,\"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/schemas/tables/read\",\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\"\ + ,\"Microsoft.Sql/servers/databases/securityMetrics/*\",\"Microsoft.Sql/servers/databases/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/transparentDataEncryption/*\",\"Microsoft.Sql/servers/databases/sqlvulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\"\ + ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\",\"\ + Microsoft.Sql/servers/devOpsAuditingSettings/*\",\"Microsoft.Sql/servers/firewallRules/*\"\ + ,\"Microsoft.Sql/servers/read\",\"Microsoft.Sql/servers/securityAlertPolicies/*\"\ + ,\"Microsoft.Sql/servers/sqlvulnerabilityAssessments/*\",\"Microsoft.Sql/servers/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Sql/servers/azureADOnlyAuthentications/*\"\ + ,\"Microsoft.Sql/managedInstances/read\",\"Microsoft.Sql/managedInstances/azureADOnlyAuthentications/*\"\ + ,\"Microsoft.Security/sqlVulnerabilityAssessments/*\",\"Microsoft.Sql/managedInstances/administrators/read\"\ + ,\"Microsoft.Sql/servers/administrators/read\",\"Microsoft.Sql/servers/databases/ledgerDigestUploads/*\"\ + ,\"Microsoft.Sql/locations/ledgerDigestUploadsAzureAsyncOperation/read\",\"\ + Microsoft.Sql/locations/ledgerDigestUploadsOperationResults/read\",\"Microsoft.Sql/servers/externalPolicyBasedAuthorizations/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-06-16T18:44:40.4607572Z\",\"updatedOn\":\"2023-02-28T16:39:27.2165961Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\ + },{\"properties\":{\"roleName\":\"Storage Account Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage storage accounts, including\ + \ accessing storage account keys which provide full access to storage account\ + \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/diagnosticSettings/*\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2021-11-11T20:13:54.2363539Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"17d1049b-9a84-46fb-8f53-869881c3d3ab\"\ + },{\"properties\":{\"roleName\":\"SQL Server Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage SQL servers and databases, but not access\ + \ to them, and not their security -related policies.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/servers/*\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ],\"notActions\":[\"Microsoft.Sql/managedInstances/databases/currentSensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/recommendedSensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/*\",\"\ + Microsoft.Sql/managedInstances/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditingSettings/*\"\ + ,\"Microsoft.Sql/servers/databases/auditRecords/read\",\"Microsoft.Sql/servers/databases/currentSensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\"Microsoft.Sql/servers/databases/extendedAuditingSettings/*\"\ + ,\"Microsoft.Sql/servers/databases/recommendedSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\"Microsoft.Sql/servers/databases/securityMetrics/*\"\ + ,\"Microsoft.Sql/servers/databases/sensitivityLabels/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\"\ + ,\"Microsoft.Sql/servers/devOpsAuditingSettings/*\",\"Microsoft.Sql/servers/extendedAuditingSettings/*\"\ + ,\"Microsoft.Sql/servers/securityAlertPolicies/*\",\"Microsoft.Sql/servers/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/azureADOnlyAuthentications/delete\",\"Microsoft.Sql/servers/azureADOnlyAuthentications/write\"\ + ,\"Microsoft.Sql/servers/externalPolicyBasedAuthorizations/delete\",\"Microsoft.Sql/servers/externalPolicyBasedAuthorizations/write\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2022-04-28T19:08:55.4448647Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\ + },{\"properties\":{\"roleName\":\"Storage Account Key Operator Service Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Storage Account Key Operators\ + \ are allowed to list and regenerate keys on Storage Accounts\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/regeneratekey/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-04-13T18:26:11.5770570Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:54.7697481Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/81a9662b-bebf-436f-a333-f67b29880f12\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"81a9662b-bebf-436f-a333-f67b29880f12\"\ + },{\"properties\":{\"roleName\":\"Storage Blob Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for read, write and delete access\ + \ to Azure Storage blob containers and data\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/move/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/add/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ + updatedOn\":\"2021-11-11T20:13:54.9397456Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ba92f5b4-2d11-453d-a403-e96b0029c9fe\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ba92f5b4-2d11-453d-a403-e96b0029c9fe\"\ + },{\"properties\":{\"roleName\":\"Storage Blob Data Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full access to Azure Storage blob containers\ + \ and data, including assigning POSIX access control.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/*\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-12-04T07:02:58.2775257Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.1225062Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b7e6dc6d-f1e8-4753-8033-0f276bb0955b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b7e6dc6d-f1e8-4753-8033-0f276bb0955b\"\ + },{\"properties\":{\"roleName\":\"Storage Blob Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for read access to Azure Storage blob containers\ + \ and data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.2975076Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2a2b9908-6ea1-4ae2-8e65-a410df84e7d1\"\ + },{\"properties\":{\"roleName\":\"Storage Queue Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for read, write, and delete access\ + \ to Azure Storage queues and queue messages\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/delete\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/read\",\"Microsoft.Storage/storageAccounts/queueServices/queues/write\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/delete\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/write\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/process/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.4725469Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/974c5e8b-45b9-4653-ba55-5f855dd0fb88\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"974c5e8b-45b9-4653-ba55-5f855dd0fb88\"\ + },{\"properties\":{\"roleName\":\"Storage Queue Data Message Processor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows for peek, receive, and delete\ + \ access to Azure Storage queue messages\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/process/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-01-28T22:27:04.8947111Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.6575408Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8a0f0c08-91a1-4084-bc3d-661d67233fed\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8a0f0c08-91a1-4084-bc3d-661d67233fed\"\ + },{\"properties\":{\"roleName\":\"Storage Queue Data Message Sender\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for sending of Azure Storage queue\ + \ messages\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/add/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-01-28T22:28:34.7459724Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.8325508Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c6a89b2d-59bc-44d0-9896-0f6e12d7b80a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c6a89b2d-59bc-44d0-9896-0f6e12d7b80a\"\ + },{\"properties\":{\"roleName\":\"Storage Queue Data Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows for read access to Azure Storage queues\ + \ and queue messages\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Storage/storageAccounts/queueServices/queues/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ + updatedOn\":\"2021-11-11T20:13:56.0178497Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/19e7f393-937e-4f77-808e-94535e297925\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"19e7f393-937e-4f77-808e-94535e297925\"\ + },{\"properties\":{\"roleName\":\"Support Request Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you create and manage Support requests\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-06-22T22:25:37.8053068Z\",\"updatedOn\":\"2021-11-11T20:13:56.7444481Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cfd33db0-3dd1-45e3-aa9d-cdbdf3b6f24e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cfd33db0-3dd1-45e3-aa9d-cdbdf3b6f24e\"\ + },{\"properties\":{\"roleName\":\"Traffic Manager Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage Traffic Manager profiles,\ + \ but does not let you control who has access to them.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/trafficManagerProfiles/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-10-15T23:33:25.9730842Z\",\"updatedOn\":\"2021-11-11T20:13:57.2744497Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\ + },{\"properties\":{\"roleName\":\"User Access Administrator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage user access to Azure resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"\ + Microsoft.Authorization/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:57.7932023Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\ + },{\"properties\":{\"roleName\":\"Virtual Machine Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage virtual machines, but not\ + \ access to them, and not the virtual network or storage account they're connected\ + \ to.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Compute/availabilitySets/*\",\"Microsoft.Compute/locations/*\"\ + ,\"Microsoft.Compute/virtualMachines/*\",\"Microsoft.Compute/virtualMachineScaleSets/*\"\ + ,\"Microsoft.Compute/cloudServices/*\",\"Microsoft.Compute/disks/write\",\"\ + Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/delete\",\"Microsoft.DevTestLab/schedules/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/applicationGateways/backendAddressPools/join/action\"\ + ,\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatPools/join/action\"\ + ,\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\"Microsoft.Network/loadBalancers/probes/join/action\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/locations/*\"\ + ,\"Microsoft.Network/networkInterfaces/*\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/publicIPAddresses/join/action\"\ + ,\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.RecoveryServices/locations/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/usages/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/write\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.SerialConsole/serialPorts/connect/action\",\"Microsoft.SqlVirtualMachine/*\"\ + ,\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2021-11-11T20:13:58.3176075Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\ + },{\"properties\":{\"roleName\":\"Web Plan Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage the web plans for websites, but not access\ + \ to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Web/serverFarms/*\",\"Microsoft.Web/hostingEnvironments/Join/Action\"\ + ,\"Microsoft.Insights/autoscalesettings/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2022-09-01T21:58:00.7022464Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\ + },{\"properties\":{\"roleName\":\"Website Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage websites (not web plans), but not access\ + \ to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/components/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Web/certificates/*\",\"Microsoft.Web/listSitesAssignedToHostName/read\"\ + ,\"Microsoft.Web/serverFarms/join/action\",\"Microsoft.Web/serverFarms/read\"\ + ,\"Microsoft.Web/sites/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-05-12T23:10:23.6193952Z\",\"updatedOn\":\"2021-11-11T20:13:58.6655647Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"de139f84-1756-47ae-9be6-808fbbe84772\"\ + },{\"properties\":{\"roleName\":\"Azure Service Bus Data Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for full access to Azure Service\ + \ Bus resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.ServiceBus/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.ServiceBus/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-04-16T21:33:36.7445745Z\",\"\ + updatedOn\":\"2021-11-11T20:13:59.2005807Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/090c5cfd-751d-490a-894a-3ce6f1109419\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"090c5cfd-751d-490a-894a-3ce6f1109419\"\ + },{\"properties\":{\"roleName\":\"Azure Event Hubs Data Owner\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows for full access to Azure Event Hubs\ + \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.EventHub/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.EventHub/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-04-16T21:34:29.8656362Z\",\"\ + updatedOn\":\"2021-11-11T20:13:59.3721538Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f526a384-b230-433a-b45c-95f59c4a2dec\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f526a384-b230-433a-b45c-95f59c4a2dec\"\ + },{\"properties\":{\"roleName\":\"Attestation Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read write or delete the attestation provider instance\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Attestation/attestationProviders/attestation/read\"\ + ,\"Microsoft.Attestation/attestationProviders/attestation/write\",\"Microsoft.Attestation/attestationProviders/attestation/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-04-19T00:24:09.3354177Z\",\"updatedOn\":\"2021-11-11T20:13:59.7271218Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bbf86eb8-f7b4-4cce-96e4-18cddf81d86e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bbf86eb8-f7b4-4cce-96e4-18cddf81d86e\"\ + },{\"properties\":{\"roleName\":\"HDInsight Cluster Operator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you read and modify HDInsight cluster\ + \ configurations.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.HDInsight/*/read\",\"Microsoft.HDInsight/clusters/getGatewaySettings/action\"\ + ,\"Microsoft.HDInsight/clusters/updateGatewaySettings/action\",\"Microsoft.HDInsight/clusters/configurations/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Authorization/*/read\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-04-20T00:03:01.7110732Z\",\"updatedOn\":\"2021-11-11T20:13:59.9052180Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/61ed4efc-fab3-44fd-b111-e24485cc132a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"61ed4efc-fab3-44fd-b111-e24485cc132a\"\ + },{\"properties\":{\"roleName\":\"Cosmos DB Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage Azure Cosmos DB accounts, but not access\ + \ data in them. Prevents access to account keys and connection strings.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DocumentDb/databaseAccounts/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Authorization/*/read\",\"\ + Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ],\"notActions\":[\"Microsoft.DocumentDB/databaseAccounts/readonlyKeys/*\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/regenerateKey/*\",\"Microsoft.DocumentDB/databaseAccounts/listKeys/*\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/listConnectionStrings/*\",\"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions/write\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions/delete\",\"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments/write\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments/delete\",\"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions/write\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions/delete\",\"\ + Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions/write\",\"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions/delete\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-04-26T17:01:17.0169383Z\"\ + ,\"updatedOn\":\"2023-01-11T18:59:29.2865530Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/230815da-be43-4aae-9cb4-875f7bd000aa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"230815da-be43-4aae-9cb4-875f7bd000aa\"\ + },{\"properties\":{\"roleName\":\"Hybrid Server Resource Administrator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can read, write, delete, and re-onboard\ + \ Hybrid servers to the Hybrid Resource Provider.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/*\"\ + ,\"Microsoft.HybridCompute/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2019-04-29T21:39:32.3132923Z\",\"updatedOn\"\ + :\"2021-11-11T20:14:00.2548257Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/48b40c6e-82e0-4eb3-90d5-19e40f49b624\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"48b40c6e-82e0-4eb3-90d5-19e40f49b624\"\ + },{\"properties\":{\"roleName\":\"Hybrid Server Onboarding\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can onboard new Hybrid servers to the Hybrid Resource Provider.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/read\"\ + ,\"Microsoft.HybridCompute/machines/write\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2019-04-29T22:36:28.1873756Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:00.4308999Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d1e5ee4-7c68-4a71-ac8b-0739630a3dfb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d1e5ee4-7c68-4a71-ac8b-0739630a3dfb\"\ + },{\"properties\":{\"roleName\":\"Azure Event Hubs Data Receiver\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows receive access to Azure Event Hubs\ + \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.EventHub/*/eventhubs/consumergroups/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.EventHub/*/receive/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-05-10T06:25:21.1056666Z\",\"updatedOn\":\"2021-11-11T20:14:01.3225169Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a638d3c7-ab3a-418d-83e6-5f17a39d4fde\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a638d3c7-ab3a-418d-83e6-5f17a39d4fde\"\ + },{\"properties\":{\"roleName\":\"Azure Event Hubs Data Sender\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows send access to Azure Event Hubs\ + \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.EventHub/*/eventhubs/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.EventHub/*/send/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-05-10T06:26:12.4673714Z\",\"updatedOn\":\"2021-11-11T20:14:01.4925583Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2b629674-e913-4c01-ae53-ef4638d8f975\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2b629674-e913-4c01-ae53-ef4638d8f975\"\ + },{\"properties\":{\"roleName\":\"Azure Service Bus Data Receiver\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for receive access to Azure Service\ + \ Bus resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.ServiceBus/*/queues/read\",\"Microsoft.ServiceBus/*/topics/read\"\ + ,\"Microsoft.ServiceBus/*/topics/subscriptions/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.ServiceBus/*/receive/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-05-10T06:43:01.6343849Z\",\"updatedOn\":\"2021-11-11T20:14:01.6629685Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4f6d3b9b-027b-4f4c-9142-0e5a2a2247e0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4f6d3b9b-027b-4f4c-9142-0e5a2a2247e0\"\ + },{\"properties\":{\"roleName\":\"Azure Service Bus Data Sender\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for send access to Azure Service\ + \ Bus resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.ServiceBus/*/queues/read\",\"Microsoft.ServiceBus/*/topics/read\"\ + ,\"Microsoft.ServiceBus/*/topics/subscriptions/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.ServiceBus/*/send/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-05-10T06:43:46.7046934Z\",\"updatedOn\":\"2021-11-11T20:14:01.8479199Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/69a216fc-b8fb-44d8-bc22-1f3c2cd27a39\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"69a216fc-b8fb-44d8-bc22-1f3c2cd27a39\"\ + },{\"properties\":{\"roleName\":\"Storage File Data SMB Share Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows for read access to Azure File\ + \ Share over SMB\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-07-01T20:19:31.8620471Z\",\"\ + updatedOn\":\"2021-11-11T20:14:04.3642909Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/aba4ae5f-2193-4029-9191-0cb91df5e314\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"aba4ae5f-2193-4029-9191-0cb91df5e314\"\ + },{\"properties\":{\"roleName\":\"Storage File Data SMB Share Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for read, write, and delete\ + \ access in Azure Storage file shares over SMB\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\",\"\ + Microsoft.Storage/storageAccounts/fileServices/fileshares/files/write\",\"\ + Microsoft.Storage/storageAccounts/fileServices/fileshares/files/delete\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2019-07-01T20:54:35.4834310Z\",\"updatedOn\"\ + :\"2021-11-11T20:14:04.5443323Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0c867c2a-1d8c-454a-a3db-ab2ea1bdc8bb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0c867c2a-1d8c-454a-a3db-ab2ea1bdc8bb\"\ + },{\"properties\":{\"roleName\":\"Private DNS Zone Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage private DNS zone resources,\ + \ but not the virtual networks they are linked to.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Network/privateDnsZones/*\",\"Microsoft.Network/privateDnsOperationResults/*\"\ + ,\"Microsoft.Network/privateDnsOperationStatuses/*\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.Network/virtualNetworks/join/action\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-07-10T19:31:15.5645518Z\",\"updatedOn\":\"2021-11-11T20:14:04.7342851Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b12aa53e-6015-4669-85d0-8515ebb3ae7f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b12aa53e-6015-4669-85d0-8515ebb3ae7f\"\ + },{\"properties\":{\"roleName\":\"Storage Blob Delegator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for generation of a user delegation key which can\ + \ be used to sign SAS tokens\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-07-23T00:51:16.3376761Z\",\"updatedOn\":\"2021-11-11T20:14:05.4321714Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/db58b8e5-c6ad-4a2a-8342-4190687cbf4a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"db58b8e5-c6ad-4a2a-8342-4190687cbf4a\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization User\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows user to use the applications in an\ + \ application group.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.DesktopVirtualization/applicationGroups/useApplications/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-08-07T00:29:03.8727621Z\",\"\ + updatedOn\":\"2021-11-11T20:14:05.9821791Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1d18fff3-a72a-46b5-b4a9-0b38a3cd7e63\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1d18fff3-a72a-46b5-b4a9-0b38a3cd7e63\"\ + },{\"properties\":{\"roleName\":\"Storage File Data SMB Share Elevated Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for read, write, delete\ + \ and modify NTFS permission access in Azure Storage file shares over SMB\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/write\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/delete\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/modifypermissions/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-08-07T01:35:36.9935457Z\",\"\ + updatedOn\":\"2021-11-11T20:14:06.1571744Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a7264617-510b-434b-a828-9731dc254ea7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a7264617-510b-434b-a828-9731dc254ea7\"\ + },{\"properties\":{\"roleName\":\"Blueprint Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can manage blueprint definitions, but not assign them.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Blueprint/blueprints/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-14T21:55:16.9683949Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:06.5171828Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/41077137-e803-4205-871c-5a86e6a753b4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"41077137-e803-4205-871c-5a86e6a753b4\"\ + },{\"properties\":{\"roleName\":\"Blueprint Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can assign existing published blueprints, but cannot create\ + \ new blueprints. NOTE: this only works if the assignment is done with a user-assigned\ + \ managed identity.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Blueprint/blueprintAssignments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-08-14T21:56:48.7897875Z\",\"updatedOn\":\"2021-11-11T20:14:06.6971401Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/437d2ced-4a38-4302-8479-ed2bcb43d090\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"437d2ced-4a38-4302-8479-ed2bcb43d090\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Microsoft Sentinel Contributor\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SecurityInsights/*\",\"\ + Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\"Microsoft.OperationsManagement/solutions/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/read\",\"Microsoft.OperationalInsights/workspaces/query/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/dataSources/read\",\"Microsoft.OperationalInsights/querypacks/*/read\"\ + ,\"Microsoft.Insights/workbooks/*\",\"Microsoft.Insights/myworkbooks/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.SecurityInsights/ConfidentialWatchlists/*\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/ConfidentialWatchlist/*\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T16:39:03.8725173Z\"\ + ,\"updatedOn\":\"2022-07-22T17:40:38.3700257Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ab8e14d6-4a74-4a29-9ba8-549422addade\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ab8e14d6-4a74-4a29-9ba8-549422addade\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Responder\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Microsoft Sentinel Responder\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SecurityInsights/*/read\"\ + ,\"Microsoft.SecurityInsights/dataConnectorsCheckRequirements/action\",\"\ + Microsoft.SecurityInsights/automationRules/*\",\"Microsoft.SecurityInsights/cases/*\"\ + ,\"Microsoft.SecurityInsights/incidents/*\",\"Microsoft.SecurityInsights/threatIntelligence/indicators/appendTags/action\"\ + ,\"Microsoft.SecurityInsights/threatIntelligence/indicators/query/action\"\ + ,\"Microsoft.SecurityInsights/threatIntelligence/bulkTag/action\",\"Microsoft.SecurityInsights/threatIntelligence/indicators/appendTags/action\"\ + ,\"Microsoft.SecurityInsights/threatIntelligence/indicators/replaceTags/action\"\ + ,\"Microsoft.SecurityInsights/threatIntelligence/queryIndicators/action\"\ + ,\"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/dataSources/read\",\"Microsoft.OperationalInsights/workspaces/savedSearches/read\"\ + ,\"Microsoft.OperationsManagement/solutions/read\",\"Microsoft.OperationalInsights/workspaces/query/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/*/read\",\"Microsoft.OperationalInsights/workspaces/dataSources/read\"\ + ,\"Microsoft.OperationalInsights/querypacks/*/read\",\"Microsoft.Insights/workbooks/read\"\ + ,\"Microsoft.Insights/myworkbooks/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[\"Microsoft.SecurityInsights/cases/*/Delete\",\"Microsoft.SecurityInsights/incidents/*/Delete\"\ + ,\"Microsoft.SecurityInsights/ConfidentialWatchlists/*\",\"Microsoft.OperationalInsights/workspaces/query/ConfidentialWatchlist/*\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T16:54:07.6467264Z\"\ + ,\"updatedOn\":\"2022-07-21T23:37:54.2486838Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e150937-b8fe-4cfb-8069-0eaf05ecd056\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3e150937-b8fe-4cfb-8069-0eaf05ecd056\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Microsoft Sentinel Reader\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SecurityInsights/*/read\"\ + ,\"Microsoft.SecurityInsights/dataConnectorsCheckRequirements/action\",\"\ + Microsoft.SecurityInsights/threatIntelligence/indicators/query/action\",\"\ + Microsoft.SecurityInsights/threatIntelligence/queryIndicators/action\",\"\ + Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/LinkedServices/read\",\"Microsoft.OperationalInsights/workspaces/savedSearches/read\"\ + ,\"Microsoft.OperationsManagement/solutions/read\",\"Microsoft.OperationalInsights/workspaces/query/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/*/read\",\"Microsoft.OperationalInsights/querypacks/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/dataSources/read\",\"Microsoft.Insights/workbooks/read\"\ + ,\"Microsoft.Insights/myworkbooks/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/templateSpecs/*/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.SecurityInsights/ConfidentialWatchlists/*\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/ConfidentialWatchlist/*\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T16:58:50.1132117Z\"\ + ,\"updatedOn\":\"2022-07-22T17:40:38.3700257Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8d289c81-5878-46d4-8554-54e1e3d8b5cb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8d289c81-5878-46d4-8554-54e1e3d8b5cb\"\ + },{\"properties\":{\"roleName\":\"Workbook Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read workbooks.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"microsoft.insights/workbooks/read\",\"microsoft.insights/workbooks/revisions/read\"\ + ,\"microsoft.insights/workbooktemplates/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T20:56:17.6808140Z\"\ + ,\"updatedOn\":\"2022-12-08T19:53:26.7526140Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b279062a-9be3-42a0-92ae-8b3cf002ec4d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b279062a-9be3-42a0-92ae-8b3cf002ec4d\"\ + },{\"properties\":{\"roleName\":\"Workbook Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can save shared workbooks.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Insights/workbooks/write\",\"\ + Microsoft.Insights/workbooks/delete\",\"Microsoft.Insights/workbooks/read\"\ + ,\"Microsoft.Insights/workbooks/revisions/read\",\"Microsoft.Insights/workbooktemplates/write\"\ + ,\"Microsoft.Insights/workbooktemplates/delete\",\"Microsoft.Insights/workbooktemplates/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-08-28T20:59:42.4820277Z\",\"updatedOn\":\"2022-12-08T21:25:04.5651887Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e8ddcd69-c73f-4f9f-9844-4100522f16ad\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e8ddcd69-c73f-4f9f-9844-4100522f16ad\"\ + },{\"properties\":{\"roleName\":\"Policy Insights Data Writer (Preview)\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows read access to resource\ + \ policies and write access to resource component policy events.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/policyassignments/read\"\ + ,\"Microsoft.Authorization/policydefinitions/read\",\"Microsoft.Authorization/policyexemptions/read\"\ + ,\"Microsoft.Authorization/policysetdefinitions/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.PolicyInsights/checkDataPolicyCompliance/action\"\ + ,\"Microsoft.PolicyInsights/policyEvents/logDataEvents/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-09-19T19:35:20.9504127Z\",\"updatedOn\":\"2021-11-11T20:14:09.4235132Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/66bb4e9e-b016-4a94-8249-4c0511c2be84\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"66bb4e9e-b016-4a94-8249-4c0511c2be84\"\ + },{\"properties\":{\"roleName\":\"SignalR AccessKey Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read SignalR Service Access Keys\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SignalRService/*/read\"\ + ,\"Microsoft.SignalRService/SignalR/listkeys/action\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-09-20T09:33:19.6236874Z\",\"updatedOn\":\"2021-11-11T20:14:09.6134860Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/04165923-9d83-45d5-8227-78b77b0a687e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"04165923-9d83-45d5-8227-78b77b0a687e\"\ + },{\"properties\":{\"roleName\":\"SignalR/Web PubSub Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Create, Read, Update, and Delete SignalR\ + \ service resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.SignalRService/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-09-20T09:58:09.0009662Z\",\"updatedOn\":\"2021-11-11T20:14:09.7884765Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8cf5e20a-e4b2-4e9d-b3a1-5ceb692c2761\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8cf5e20a-e4b2-4e9d-b3a1-5ceb692c2761\"\ + },{\"properties\":{\"roleName\":\"Azure Connected Machine Onboarding\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can onboard Azure Connected Machines.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/read\"\ + ,\"Microsoft.HybridCompute/machines/write\",\"Microsoft.HybridCompute/privateLinkScopes/read\"\ + ,\"Microsoft.GuestConfiguration/guestConfigurationAssignments/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-10-23T20:15:07.1372870Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:10.8735219Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b64e21ea-ac4e-4cdf-9dc9-5b892992bee7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b64e21ea-ac4e-4cdf-9dc9-5b892992bee7\"\ + },{\"properties\":{\"roleName\":\"Azure Connected Machine Resource Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Can read, write, delete and re-onboard\ + \ Azure Connected Machines.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.HybridCompute/machines/read\",\"Microsoft.HybridCompute/machines/write\"\ + ,\"Microsoft.HybridCompute/machines/delete\",\"Microsoft.HybridCompute/machines/UpgradeExtensions/action\"\ + ,\"Microsoft.HybridCompute/machines/extensions/read\",\"Microsoft.HybridCompute/machines/extensions/write\"\ + ,\"Microsoft.HybridCompute/machines/extensions/delete\",\"Microsoft.HybridCompute/privateLinkScopes/*\"\ + ,\"Microsoft.HybridCompute/*/read\",\"Microsoft.Resources/deployments/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-10-23T20:24:59.1474607Z\",\"updatedOn\":\"2021-12-15T16:10:25.5898511Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cd570a14-e51a-42ad-bac8-bafd67325302\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cd570a14-e51a-42ad-bac8-bafd67325302\"\ + },{\"properties\":{\"roleName\":\"Managed Services Registration assignment\ + \ Delete Role\",\"type\":\"BuiltInRole\",\"description\":\"Managed Services\ + \ Registration Assignment Delete Role allows the managing tenant users to\ + \ delete the registration assignment assigned to their tenant.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ManagedServices/registrationAssignments/read\"\ + ,\"Microsoft.ManagedServices/registrationAssignments/delete\",\"Microsoft.ManagedServices/operationStatuses/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-10-23T22:33:33.1183469Z\",\"updatedOn\":\"2021-11-11T20:14:11.2336400Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/91c1777a-f3dc-4fae-b103-61d183457e46\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"91c1777a-f3dc-4fae-b103-61d183457e46\"\ + },{\"properties\":{\"roleName\":\"App Configuration Data Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows full access to App Configuration\ + \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AppConfiguration/configurationStores/*/read\"\ + ,\"Microsoft.AppConfiguration/configurationStores/*/write\",\"Microsoft.AppConfiguration/configurationStores/*/delete\"\ + ,\"Microsoft.AppConfiguration/configurationStores/*/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-10-25T18:41:40.1185063Z\",\"updatedOn\":\"2023-02-01T23:20:05.7772785Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5ae67dd6-50cb-40e7-96ff-dc2bfa4b606b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5ae67dd6-50cb-40e7-96ff-dc2bfa4b606b\"\ + },{\"properties\":{\"roleName\":\"App Configuration Data Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows read access to App Configuration\ + \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AppConfiguration/configurationStores/*/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-10-25T18:45:33.7975332Z\",\"\ + updatedOn\":\"2021-11-11T20:14:11.5885341Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/516239f1-63e1-4d78-a4de-a74fb236a071\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"516239f1-63e1-4d78-a4de-a74fb236a071\"\ + },{\"properties\":{\"roleName\":\"Kubernetes Cluster - Azure Arc Onboarding\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Role definition to authorize any\ + \ user/service to create connectedClusters resource\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Kubernetes/connectedClusters/Write\"\ + ,\"Microsoft.Kubernetes/connectedClusters/read\",\"Microsoft.Support/*\"],\"\ + notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ + 2019-11-18T17:00:02.2087147Z\",\"updatedOn\":\"2021-11-11T20:14:12.4685303Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/34e09817-6cbe-4d01-b1a2-e0eac5743d41\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"34e09817-6cbe-4d01-b1a2-e0eac5743d41\"\ + },{\"properties\":{\"roleName\":\"Experimentation Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Experimentation Contributor\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/write\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/delete\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/experiment/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/emergencystop/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/read\",\"Microsoft.Experimentation/experimentWorkspaces/write\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/delete\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-12-13T00:08:08.6679591Z\",\"updatedOn\":\"2021-11-11T20:14:14.6454147Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f646f1b-fa08-80eb-a22b-edd6ce5c915c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f646f1b-fa08-80eb-a22b-edd6ce5c915c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services QnA Maker Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Let\u2019s you read and test a KB\ + \ only.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/alterations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointkeys/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointsettings/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/alterations/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointkeys/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointsettings/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/alterations/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointkeys/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointsettings/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-12-17T18:26:12.3329439Z\",\"\ + updatedOn\":\"2021-11-11T20:14:14.8254033Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/466ccd10-b268-4a11-b098-b4849f024126\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"466ccd10-b268-4a11-b098-b4849f024126\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services QnA Maker Editor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Let\u2019s you create, edit, import\ + \ and export a KB. You cannot publish or delete a KB.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/create/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/write\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/train/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/alterations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/alterations/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointkeys/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointkeys/refreshkeys/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointsettings/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker/endpointsettings/write\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker/operations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/create/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/train/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/alterations/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker.v2/alterations/write\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointkeys/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointkeys/refreshkeys/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointsettings/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointsettings/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/operations/read\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/create/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/train/action\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/alterations/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/alterations/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointkeys/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointkeys/refreshkeys/action\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointsettings/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointsettings/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/operations/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-12-17T18:27:30.6434556Z\",\"\ + updatedOn\":\"2021-11-11T20:14:14.9961559Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f4cc2bf9-21be-47a1-bdf1-5c5804381025\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f4cc2bf9-21be-47a1-bdf1-5c5804381025\"\ + },{\"properties\":{\"roleName\":\"Experimentation Administrator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Experimentation Administrator\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/admin/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/write\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/delete\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/experimentadmin/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/experiment/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/emergencystop/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/read\",\"Microsoft.Experimentation/experimentWorkspaces/write\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/delete\",\"Microsoft.Experimentation/experimentWorkspaces/admin/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/metricwrite/action\",\"\ + Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/metricwrite/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-12-18T22:46:33.1116612Z\",\"\ + updatedOn\":\"2021-11-11T20:14:15.1811577Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f646f1b-fa08-80eb-a33b-edd6ce5c915c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f646f1b-fa08-80eb-a33b-edd6ce5c915c\"\ + },{\"properties\":{\"roleName\":\"Remote Rendering Administrator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides user with conversion, manage session,\ + \ rendering and diagnostics capabilities for Azure Remote Rendering\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.MixedReality/RemoteRenderingAccounts/convert/action\",\"Microsoft.MixedReality/RemoteRenderingAccounts/convert/read\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/convert/delete\",\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/read\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/action\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/delete\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/render/read\",\"Microsoft.MixedReality/RemoteRenderingAccounts/diagnostic/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-01-23T18:15:31.3450348Z\",\"\ + updatedOn\":\"2021-11-11T20:14:16.7621737Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3df8b902-2a6f-47c7-8cc5-360e9b272a7e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3df8b902-2a6f-47c7-8cc5-360e9b272a7e\"\ + },{\"properties\":{\"roleName\":\"Remote Rendering Client\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides user with manage session, rendering and diagnostics\ + \ capabilities for Azure Remote Rendering.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/read\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/action\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/delete\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/render/read\",\"Microsoft.MixedReality/RemoteRenderingAccounts/diagnostic/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-01-23T18:32:52.7069824Z\",\"\ + updatedOn\":\"2021-11-11T20:14:16.9421512Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d39065c4-c120-43c9-ab0a-63eed9795f0a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d39065c4-c120-43c9-ab0a-63eed9795f0a\"\ + },{\"properties\":{\"roleName\":\"Managed Application Contributor Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows for creating managed application\ + \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"*/read\",\"Microsoft.Solutions/applications/*\",\"Microsoft.Solutions/register/action\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/*\",\"Microsoft.Resources/deployments/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-02-08T03:39:11.8933879Z\",\"updatedOn\":\"2021-11-11T20:14:19.1271536Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/641177b8-a67a-45b9-a033-47bc880bb21e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"641177b8-a67a-45b9-a033-47bc880bb21e\"\ + },{\"properties\":{\"roleName\":\"Security Assessment Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you push assessments to Security Center\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Security/assessments/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-02-13T08:23:47.7656161Z\",\"updatedOn\":\"2021-11-11T20:14:19.3021974Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/612c2aa1-cb24-443b-ac28-3ab7272de6f5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"612c2aa1-cb24-443b-ac28-3ab7272de6f5\"\ + },{\"properties\":{\"roleName\":\"Tag Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage tags on entities, without providing access\ + \ to the entities themselves.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\",\"Microsoft.Resources/subscriptions/resources/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Resources/tags/*\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-18T23:19:19.2977644Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:20.0172041Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4a9ae827-6dc8-4573-8ac7-8239d42aa03f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4a9ae827-6dc8-4573-8ac7-8239d42aa03f\"\ + },{\"properties\":{\"roleName\":\"Integration Service Environment Developer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows developers to create and\ + \ update workflows, integration accounts and API connections in integration\ + \ service environments.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Support/*\",\"Microsoft.Logic/integrationServiceEnvironments/read\"\ + ,\"Microsoft.Logic/integrationServiceEnvironments/*/join/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-20T21:09:00.5627875Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:20.1871986Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c7aa55d3-1abb-444a-a5ca-5e51e485d6ec\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c7aa55d3-1abb-444a-a5ca-5e51e485d6ec\"\ + },{\"properties\":{\"roleName\":\"Integration Service Environment Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage integration service\ + \ environments, but not access to them.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Logic/integrationServiceEnvironments/*\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-20T21:10:44.4008319Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:20.3622058Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a41e2c5b-bd99-4a07-88f4-9bf657a760b8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a41e2c5b-bd99-4a07-88f4-9bf657a760b8\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Contributor Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Grants access to read and write\ + \ Azure Kubernetes Service clusters\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ContainerService/managedClusters/read\",\"Microsoft.ContainerService/managedClusters/write\"\ + ,\"Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-27T19:27:15.0739970Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:21.2621727Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ed7f3fbd-7b88-4dd4-9017-9adb7ce333f8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ed7f3fbd-7b88-4dd4-9017-9adb7ce333f8\"\ + },{\"properties\":{\"roleName\":\"Azure Digital Twins Data Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Read-only role for Digital Twins data-plane\ + \ properties\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.DigitalTwins/digitaltwins/read\"\ + ,\"Microsoft.DigitalTwins/digitaltwins/relationships/read\",\"Microsoft.DigitalTwins/eventroutes/read\"\ + ,\"Microsoft.DigitalTwins/jobs/import/read\",\"Microsoft.DigitalTwins/models/read\"\ + ,\"Microsoft.DigitalTwins/query/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-03-10T23:48:14.7057381Z\",\"updatedOn\":\"2022-09-07T00:28:28.1102931Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d57506d4-4c8d-48b1-8587-93c323f6a5a3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d57506d4-4c8d-48b1-8587-93c323f6a5a3\"\ + },{\"properties\":{\"roleName\":\"Azure Digital Twins Data Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Full access role for Digital Twins data-plane\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.DigitalTwins/digitaltwins/*\",\"Microsoft.DigitalTwins/digitaltwins/commands/*\"\ + ,\"Microsoft.DigitalTwins/digitaltwins/relationships/*\",\"Microsoft.DigitalTwins/eventroutes/*\"\ + ,\"Microsoft.DigitalTwins/jobs/*\",\"Microsoft.DigitalTwins/models/*\",\"\ + Microsoft.DigitalTwins/query/*\"],\"notDataActions\":[]}],\"createdOn\":\"\ + 2020-03-10T23:49:33.7821930Z\",\"updatedOn\":\"2022-09-06T21:40:35.0694732Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bcd981a7-7f74-457b-83e1-cceb9e632ffe\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bcd981a7-7f74-457b-83e1-cceb9e632ffe\"\ + },{\"properties\":{\"roleName\":\"Hierarchy Settings Administrator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows users to edit and delete Hierarchy\ + \ Settings\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Management/managementGroups/settings/write\",\"Microsoft.Management/managementGroups/settings/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-03-13T23:55:11.0212387Z\",\"updatedOn\":\"2021-11-11T20:14:23.0882347Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/350f8d15-c687-4448-8ae1-157740a3936d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"350f8d15-c687-4448-8ae1-157740a3936d\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal full access to FHIR Data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/*\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-03-17T18:35:04.4949547Z\",\"updatedOn\":\"2021-11-11T20:14:23.6235473Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5a1fc7df-4bf1-4951-a576-89034ee01acd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5a1fc7df-4bf1-4951-a576-89034ee01acd\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Exporter\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to read and export FHIR Data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/read\"\ + ,\"Microsoft.HealthcareApis/services/fhir/resources/export/action\",\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/export/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-03-17T18:45:01.9764073Z\",\"\ + updatedOn\":\"2021-11-11T20:14:23.7992557Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3db33094-8700-4567-8da5-1501d4e7e843\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3db33094-8700-4567-8da5-1501d4e7e843\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to read FHIR Data\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.HealthcareApis/services/fhir/resources/read\",\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-03-17T18:49:04.8353499Z\",\"\ + updatedOn\":\"2021-11-11T20:14:23.9692275Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4c8d0bbc-75d3-4935-991f-5f3c56d81508\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4c8d0bbc-75d3-4935-991f-5f3c56d81508\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Writer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to read and write FHIR Data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/*\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/*\"],\"notDataActions\"\ + :[\"Microsoft.HealthcareApis/services/fhir/resources/hardDelete/action\",\"\ + Microsoft.HealthcareApis/workspaces/fhirservices/resources/hardDelete/action\"\ + ]}],\"createdOn\":\"2020-03-17T18:55:35.2413335Z\",\"updatedOn\":\"2021-11-11T20:14:24.1442783Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3f88fce4-5892-4214-ae73-ba5294559913\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3f88fce4-5892-4214-ae73-ba5294559913\"\ + },{\"properties\":{\"roleName\":\"Experimentation Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Experimentation Reader\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Experimentation/experimentWorkspaces/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-03-25T18:05:14.8375678Z\",\"\ + updatedOn\":\"2021-11-11T20:14:24.5042390Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/49632ef5-d9ac-41f4-b8e7-bbe587fa74a1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"49632ef5-d9ac-41f4-b8e7-bbe587fa74a1\"\ + },{\"properties\":{\"roleName\":\"Object Understanding Account Owner\",\"\ + type\":\"BuiltInRole\",\"description\":\"Provides user with ingestion capabilities\ + \ for Azure Object Understanding.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectUnderstandingAccounts/ingest/action\"\ + ,\"Microsoft.MixedReality/ObjectUnderstandingAccounts/ingest/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-04-22T19:15:09.0697923Z\",\"updatedOn\":\"2021-11-11T20:14:26.8743132Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4dd61c23-6743-42fe-a388-d8bdd41cb745\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4dd61c23-6743-42fe-a388-d8bdd41cb745\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Data Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Grants access to read, write, and delete access\ + \ to map related data from an Azure maps account.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Maps/accounts/*/read\",\"Microsoft.Maps/accounts/*/write\",\"Microsoft.Maps/accounts/*/delete\"\ + ,\"Microsoft.Maps/accounts/*/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-05-07T20:55:05.0645410Z\",\"updatedOn\":\"2021-11-11T20:14:28.3092598Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8f5e0ce6-4f7b-4dcf-bddf-e6f48634a204\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8f5e0ce6-4f7b-4dcf-bddf-e6f48634a204\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Full access to the project, including\ + \ the ability to view, create, edit, or delete projects.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-05-08T23:47:07.0779345Z\",\"\ + updatedOn\":\"2021-11-11T20:14:28.8342655Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c1ff6cc2-c111-46fe-8896-e0ef812ad9f3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c1ff6cc2-c111-46fe-8896-e0ef812ad9f3\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Deployment\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Publish, unpublish or export models.\ + \ Deployment can view the project but can\u2019t update.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/predictions/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/iterations/publish/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/iterations/export/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/quicktest/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/classify/*\",\"Microsoft.CognitiveServices/accounts/CustomVision/detect/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ + ]}],\"createdOn\":\"2020-05-09T01:31:05.9528620Z\",\"updatedOn\":\"2021-11-11T20:14:29.0142669Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5c4089e1-6d96-4d2f-b296-c1bc7137275f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5c4089e1-6d96-4d2f-b296-c1bc7137275f\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Labeler\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"View, edit training images and\ + \ create, add, remove, or delete the image tags. Labelers can view the project\ + \ but can\u2019t update anything other than training images and tags.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/predictions/query/action\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/images/*\",\"\ + Microsoft.CognitiveServices/accounts/CustomVision/projects/tags/*\",\"Microsoft.CognitiveServices/accounts/CustomVision/projects/images/suggested/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/tagsandregions/suggestions/action\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ + ]}],\"createdOn\":\"2020-05-09T01:33:20.8278896Z\",\"updatedOn\":\"2021-11-11T20:14:29.1892871Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/88424f51-ebe7-446f-bc41-7fa16989e96c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"88424f51-ebe7-446f-bc41-7fa16989e96c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Read-only actions in the project.\ + \ Readers can\u2019t create or update the project.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/predictions/query/action\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ + ]}],\"createdOn\":\"2020-05-09T01:34:18.5328818Z\",\"updatedOn\":\"2021-11-11T20:14:29.3642707Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/93586559-c37d-4a6b-ba08-b9f0940c2d73\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"93586559-c37d-4a6b-ba08-b9f0940c2d73\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Trainer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"View, edit projects and train\ + \ the models, including the ability to publish, unpublish, export the models.\ + \ Trainers can\u2019t create or delete the project.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/action\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/delete\",\"\ + Microsoft.CognitiveServices/accounts/CustomVision/projects/import/action\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ + ]}],\"createdOn\":\"2020-05-09T01:35:13.8147804Z\",\"updatedOn\":\"2021-11-11T20:14:29.5442713Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0a5ae4ab-0d65-4eeb-be61-29fc9b54394b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0a5ae4ab-0d65-4eeb-be61-29fc9b54394b\"\ + },{\"properties\":{\"roleName\":\"Key Vault Administrator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Perform all data plane operations on a key vault and all\ + \ objects in it, including certificates, keys, and secrets. Cannot manage\ + \ key vault resources or manage role assignments. Only works for key vaults\ + \ that use the 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\"\ + ,\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\"\ + ,\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/*\"],\"notDataActions\":[]}],\"createdOn\":\"\ + 2020-05-19T17:52:46.2349235Z\",\"updatedOn\":\"2021-11-11T20:14:30.2542755Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00482a5a-887f-4fb3-b363-3b7fe8e74483\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"00482a5a-887f-4fb3-b363-3b7fe8e74483\"\ + },{\"properties\":{\"roleName\":\"Key Vault Crypto Officer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Perform any action on the keys of a key vault, except manage\ + \ permissions. Only works for key vaults that use the 'Azure role-based access\ + \ control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.KeyVault/checkNameAvailability/read\"\ + ,\"Microsoft.KeyVault/deletedVaults/read\",\"Microsoft.KeyVault/locations/*/read\"\ + ,\"Microsoft.KeyVault/vaults/*/read\",\"Microsoft.KeyVault/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/keys/*\"\ + ,\"Microsoft.KeyVault/vaults/keyrotationpolicies/*\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-05-19T17:52:47.0099249Z\",\"updatedOn\":\"2022-01-06T23:21:17.9760884Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/14b46e9e-c2b7-41b4-b07b-48a6ebf60603\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"14b46e9e-c2b7-41b4-b07b-48a6ebf60603\"\ + },{\"properties\":{\"roleName\":\"Key Vault Crypto User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Perform cryptographic operations using keys. Only works\ + \ for key vaults that use the 'Azure role-based access control' permission\ + \ model.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/keys/read\",\"\ + Microsoft.KeyVault/vaults/keys/update/action\",\"Microsoft.KeyVault/vaults/keys/backup/action\"\ + ,\"Microsoft.KeyVault/vaults/keys/encrypt/action\",\"Microsoft.KeyVault/vaults/keys/decrypt/action\"\ + ,\"Microsoft.KeyVault/vaults/keys/wrap/action\",\"Microsoft.KeyVault/vaults/keys/unwrap/action\"\ + ,\"Microsoft.KeyVault/vaults/keys/sign/action\",\"Microsoft.KeyVault/vaults/keys/verify/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-05-19T17:52:47.0699268Z\",\"\ + updatedOn\":\"2021-11-11T20:14:30.6042921Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/12338af0-0e69-4776-bea7-57ae8d297424\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"12338af0-0e69-4776-bea7-57ae8d297424\"\ + },{\"properties\":{\"roleName\":\"Key Vault Secrets Officer\",\"type\":\"\ + BuiltInRole\",\"description\":\"Perform any action on the secrets of a key\ + \ vault, except manage permissions. Only works for key vaults that use the\ + \ 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\"\ + ,\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\"\ + ,\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/secrets/*\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-05-19T17:52:47.1449242Z\",\"updatedOn\":\"2021-11-11T20:14:30.7793470Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b86a8fe4-44ce-4948-aee5-eccb2c155cd7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b86a8fe4-44ce-4948-aee5-eccb2c155cd7\"\ + },{\"properties\":{\"roleName\":\"Key Vault Secrets User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read secret contents. Only works for key vaults that use\ + \ the 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/secrets/getSecret/action\",\"Microsoft.KeyVault/vaults/secrets/readMetadata/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-05-19T17:52:47.2049241Z\",\"\ + updatedOn\":\"2021-11-11T20:14:30.9542829Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4633458b-17de-408a-b874-0445c86b69e6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4633458b-17de-408a-b874-0445c86b69e6\"\ + },{\"properties\":{\"roleName\":\"Key Vault Certificates Officer\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Perform any action on the certificates\ + \ of a key vault, except manage permissions. Only works for key vaults that\ + \ use the 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\"\ + ,\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\"\ + ,\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/certificatecas/*\",\"Microsoft.KeyVault/vaults/certificates/*\"\ + ,\"Microsoft.KeyVault/vaults/certificatecontacts/write\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-05-19T17:52:47.2499247Z\",\"updatedOn\":\"2023-06-07T18:30:27.6488015Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a4417e6f-fecd-4de8-b567-7b0420556985\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a4417e6f-fecd-4de8-b567-7b0420556985\"\ + },{\"properties\":{\"roleName\":\"Key Vault Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read metadata of key vaults and its certificates, keys,\ + \ and secrets. Cannot read sensitive values such as secret contents or key\ + \ material. Only works for key vaults that use the 'Azure role-based access\ + \ control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.KeyVault/checkNameAvailability/read\"\ + ,\"Microsoft.KeyVault/deletedVaults/read\",\"Microsoft.KeyVault/locations/*/read\"\ + ,\"Microsoft.KeyVault/vaults/*/read\",\"Microsoft.KeyVault/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/*/read\"\ + ,\"Microsoft.KeyVault/vaults/secrets/readMetadata/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-05-19T17:52:47.2949294Z\",\"updatedOn\":\"2021-11-11T20:14:31.3043292Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/21090545-7ca7-4776-b22c-e363652d74d2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"21090545-7ca7-4776-b22c-e363652d74d2\"\ + },{\"properties\":{\"roleName\":\"Key Vault Crypto Service Encryption User\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Read metadata of keys and perform\ + \ wrap/unwrap operations. Only works for key vaults that use the 'Azure role-based\ + \ access control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.EventGrid/eventSubscriptions/write\",\"Microsoft.EventGrid/eventSubscriptions/read\"\ + ,\"Microsoft.EventGrid/eventSubscriptions/delete\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/keys/read\",\"Microsoft.KeyVault/vaults/keys/wrap/action\"\ + ,\"Microsoft.KeyVault/vaults/keys/unwrap/action\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-05-20T20:55:19.2398470Z\",\"updatedOn\":\"2021-11-11T20:14:31.8443056Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e147488a-f6f5-4113-8e2d-b22465e65bf6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e147488a-f6f5-4113-8e2d-b22465e65bf6\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Viewer\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you view all resources in cluster/namespace,\ + \ except secrets.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/daemonsets/read\",\"Microsoft.Kubernetes/connectedClusters/apps/deployments/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/replicasets/read\",\"Microsoft.Kubernetes/connectedClusters/apps/statefulsets/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/autoscaling/horizontalpodautoscalers/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/batch/cronjobs/read\",\"Microsoft.Kubernetes/connectedClusters/batch/jobs/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/configmaps/read\",\"Microsoft.Kubernetes/connectedClusters/endpoints/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/events.k8s.io/events/read\",\"Microsoft.Kubernetes/connectedClusters/events/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/daemonsets/read\",\"\ + Microsoft.Kubernetes/connectedClusters/extensions/deployments/read\",\"Microsoft.Kubernetes/connectedClusters/extensions/ingresses/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/networkpolicies/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/replicasets/read\",\"\ + Microsoft.Kubernetes/connectedClusters/limitranges/read\",\"Microsoft.Kubernetes/connectedClusters/namespaces/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/ingresses/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/networkpolicies/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/persistentvolumeclaims/read\",\"\ + Microsoft.Kubernetes/connectedClusters/pods/read\",\"Microsoft.Kubernetes/connectedClusters/policy/poddisruptionbudgets/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/read\",\"\ + Microsoft.Kubernetes/connectedClusters/replicationcontrollers/read\",\"Microsoft.Kubernetes/connectedClusters/resourcequotas/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/serviceaccounts/read\",\"Microsoft.Kubernetes/connectedClusters/services/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:51:12.8801199Z\",\"\ + updatedOn\":\"2021-11-11T20:14:33.8193353Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/63f0a09d-1495-4db4-a681-037d84835eb4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"63f0a09d-1495-4db4-a681-037d84835eb4\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Writer\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you update everything in cluster/namespace,\ + \ except (cluster)roles and (cluster)role bindings.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/deployments/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/statefulsets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/batch/cronjobs/*\",\"Microsoft.Kubernetes/connectedClusters/batch/jobs/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/configmaps/*\",\"Microsoft.Kubernetes/connectedClusters/endpoints/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/events.k8s.io/events/read\",\"Microsoft.Kubernetes/connectedClusters/events/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/deployments/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/ingresses/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/networkpolicies/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/limitranges/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/namespaces/read\",\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/ingresses/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/persistentvolumeclaims/*\",\"Microsoft.Kubernetes/connectedClusters/pods/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\",\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/resourcequotas/read\",\"Microsoft.Kubernetes/connectedClusters/secrets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/serviceaccounts/*\",\"Microsoft.Kubernetes/connectedClusters/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:53:50.6749823Z\",\"\ + updatedOn\":\"2021-11-11T20:14:34.0043462Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5b999177-9696-4545-85c7-50de3797e5a1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5b999177-9696-4545-85c7-50de3797e5a1\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Cluster Admin\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources in\ + \ the cluster.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:55:30.9910462Z\",\"\ + updatedOn\":\"2021-11-11T20:14:34.1743694Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8393591c-06b9-48a2-a542-1bd6b377f6a2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8393591c-06b9-48a2-a542-1bd6b377f6a2\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Admin\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage all resources under cluster/namespace,\ + \ except update or delete resource quotas and namespaces.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/deployments/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/statefulsets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/authorization.k8s.io/localsubjectaccessreviews/write\"\ + ,\"Microsoft.Kubernetes/connectedClusters/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/batch/cronjobs/*\",\"Microsoft.Kubernetes/connectedClusters/batch/jobs/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/configmaps/*\",\"Microsoft.Kubernetes/connectedClusters/endpoints/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/events.k8s.io/events/read\",\"Microsoft.Kubernetes/connectedClusters/events/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/deployments/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/ingresses/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/networkpolicies/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/limitranges/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/namespaces/read\",\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/ingresses/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/persistentvolumeclaims/*\",\"Microsoft.Kubernetes/connectedClusters/pods/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/rbac.authorization.k8s.io/rolebindings/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/rbac.authorization.k8s.io/roles/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\",\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/resourcequotas/read\",\"Microsoft.Kubernetes/connectedClusters/secrets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/serviceaccounts/*\",\"Microsoft.Kubernetes/connectedClusters/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:57:06.0391177Z\",\"\ + updatedOn\":\"2021-11-11T20:14:34.3593384Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dffb1e0c-446f-4dde-a09f-99eb5cc68b96\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dffb1e0c-446f-4dde-a09f-99eb5cc68b96\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Cluster Admin\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources\ + \ in the cluster.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-02T17:47:24.4071415Z\",\"\ + updatedOn\":\"2022-10-11T23:23:28.2303454Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b1ff04bb-8a4e-4dc4-8eb5-8693973ce19b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b1ff04bb-8a4e-4dc4-8eb5-8693973ce19b\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Admin\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources under\ + \ cluster/namespace, except update or delete resource quotas and namespaces.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/*\"\ + ],\"notDataActions\":[\"Microsoft.ContainerService/managedClusters/resourcequotas/write\"\ + ,\"Microsoft.ContainerService/managedClusters/resourcequotas/delete\",\"Microsoft.ContainerService/managedClusters/namespaces/write\"\ + ,\"Microsoft.ContainerService/managedClusters/namespaces/delete\"]}],\"createdOn\"\ + :\"2020-07-02T17:50:30.4020311Z\",\"updatedOn\":\"2023-05-09T17:53:14.6233855Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3498e952-d568-435e-9b2c-8d77e338d7f7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3498e952-d568-435e-9b2c-8d77e338d7f7\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows read-only access to see most\ + \ objects in a namespace. It does not allow viewing roles or role bindings.\ + \ This role does not allow viewing Secrets, since reading the contents of\ + \ Secrets enables access to ServiceAccount credentials in the namespace, which\ + \ would allow API access as any ServiceAccount in the namespace (a form of\ + \ privilege escalation). Applying this role at cluster scope will give access\ + \ across all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/managedClusters/apps/daemonsets/read\",\"Microsoft.ContainerService/managedClusters/apps/deployments/read\"\ + ,\"Microsoft.ContainerService/managedClusters/apps/replicasets/read\",\"Microsoft.ContainerService/managedClusters/apps/statefulsets/read\"\ + ,\"Microsoft.ContainerService/managedClusters/autoscaling/horizontalpodautoscalers/read\"\ + ,\"Microsoft.ContainerService/managedClusters/batch/cronjobs/read\",\"Microsoft.ContainerService/managedClusters/batch/jobs/read\"\ + ,\"Microsoft.ContainerService/managedClusters/configmaps/read\",\"Microsoft.ContainerService/managedClusters/discovery.k8s.io/endpointslices/read\"\ + ,\"Microsoft.ContainerService/managedClusters/endpoints/read\",\"Microsoft.ContainerService/managedClusters/events.k8s.io/events/read\"\ + ,\"Microsoft.ContainerService/managedClusters/events/read\",\"Microsoft.ContainerService/managedClusters/extensions/daemonsets/read\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/deployments/read\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/ingresses/read\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/networkpolicies/read\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/replicasets/read\"\ + ,\"Microsoft.ContainerService/managedClusters/limitranges/read\",\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/pods/read\"\ + ,\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/nodes/read\"\ + ,\"Microsoft.ContainerService/managedClusters/namespaces/read\",\"Microsoft.ContainerService/managedClusters/networking.k8s.io/ingresses/read\"\ + ,\"Microsoft.ContainerService/managedClusters/networking.k8s.io/networkpolicies/read\"\ + ,\"Microsoft.ContainerService/managedClusters/persistentvolumeclaims/read\"\ + ,\"Microsoft.ContainerService/managedClusters/pods/read\",\"Microsoft.ContainerService/managedClusters/policy/poddisruptionbudgets/read\"\ + ,\"Microsoft.ContainerService/managedClusters/replicationcontrollers/read\"\ + ,\"Microsoft.ContainerService/managedClusters/resourcequotas/read\",\"Microsoft.ContainerService/managedClusters/serviceaccounts/read\"\ + ,\"Microsoft.ContainerService/managedClusters/services/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-07-02T17:53:05.5728294Z\",\"updatedOn\":\"2023-04-20T15:44:20.5103047Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f6c6a51-bcf8-42ba-9220-52d62157d7db\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f6c6a51-bcf8-42ba-9220-52d62157d7db\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Writer\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows read/write access to most\ + \ objects in a namespace.This role does not allow viewing or modifying roles\ + \ or role bindings. However, this role allows accessing Secrets and running\ + \ Pods as any ServiceAccount in the namespace, so it can be used to gain the\ + \ API access levels of any ServiceAccount in the namespace. Applying this\ + \ role at cluster scope will give access across all namespaces.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/managedClusters/apps/daemonsets/*\",\"Microsoft.ContainerService/managedClusters/apps/deployments/*\"\ + ,\"Microsoft.ContainerService/managedClusters/apps/replicasets/*\",\"Microsoft.ContainerService/managedClusters/apps/statefulsets/*\"\ + ,\"Microsoft.ContainerService/managedClusters/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.ContainerService/managedClusters/batch/cronjobs/*\",\"Microsoft.ContainerService/managedClusters/coordination.k8s.io/leases/read\"\ + ,\"Microsoft.ContainerService/managedClusters/coordination.k8s.io/leases/write\"\ + ,\"Microsoft.ContainerService/managedClusters/coordination.k8s.io/leases/delete\"\ + ,\"Microsoft.ContainerService/managedClusters/discovery.k8s.io/endpointslices/read\"\ + ,\"Microsoft.ContainerService/managedClusters/batch/jobs/*\",\"Microsoft.ContainerService/managedClusters/configmaps/*\"\ + ,\"Microsoft.ContainerService/managedClusters/endpoints/*\",\"Microsoft.ContainerService/managedClusters/events.k8s.io/events/read\"\ + ,\"Microsoft.ContainerService/managedClusters/events/*\",\"Microsoft.ContainerService/managedClusters/extensions/daemonsets/*\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/deployments/*\",\"\ + Microsoft.ContainerService/managedClusters/extensions/ingresses/*\",\"Microsoft.ContainerService/managedClusters/extensions/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/replicasets/*\",\"\ + Microsoft.ContainerService/managedClusters/limitranges/read\",\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/pods/read\"\ + ,\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/nodes/read\"\ + ,\"Microsoft.ContainerService/managedClusters/namespaces/read\",\"Microsoft.ContainerService/managedClusters/networking.k8s.io/ingresses/*\"\ + ,\"Microsoft.ContainerService/managedClusters/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/managedClusters/persistentvolumeclaims/*\",\"\ + Microsoft.ContainerService/managedClusters/pods/*\",\"Microsoft.ContainerService/managedClusters/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.ContainerService/managedClusters/replicationcontrollers/*\",\"\ + Microsoft.ContainerService/managedClusters/resourcequotas/read\",\"Microsoft.ContainerService/managedClusters/secrets/*\"\ + ,\"Microsoft.ContainerService/managedClusters/serviceaccounts/*\",\"Microsoft.ContainerService/managedClusters/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-02T17:54:51.9644983Z\",\"\ + updatedOn\":\"2023-04-20T15:44:20.5103047Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a7ffa36f-339b-4b5c-8bdf-e2c188b2c0eb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a7ffa36f-339b-4b5c-8bdf-e2c188b2c0eb\"\ + },{\"properties\":{\"roleName\":\"Services Hub Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Services Hub Operator allows you to perform all read, write,\ + \ and deletion operations related to Services Hub Connectors.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.ServicesHub/connectors/write\",\"Microsoft.ServicesHub/connectors/read\"\ + ,\"Microsoft.ServicesHub/connectors/delete\",\"Microsoft.ServicesHub/connectors/checkAssessmentEntitlement/action\"\ + ,\"Microsoft.ServicesHub/supportOfferingEntitlement/read\",\"Microsoft.ServicesHub/workspaces/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-07-20T17:57:22.0644902Z\",\"updatedOn\":\"2021-11-11T20:14:37.5544021Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/82200a5b-e217-47a5-b665-6d8765ee745b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"82200a5b-e217-47a5-b665-6d8765ee745b\"\ + },{\"properties\":{\"roleName\":\"Object Understanding Account Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you read ingestion jobs for\ + \ an object understanding account.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectUnderstandingAccounts/ingest/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-23T19:16:31.9929119Z\",\"\ + updatedOn\":\"2021-11-11T20:14:37.9070085Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d18777c0-1514-4662-8490-608db7d334b6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d18777c0-1514-4662-8490-608db7d334b6\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Enabled Kubernetes Cluster User\ + \ Role\",\"type\":\"BuiltInRole\",\"description\":\"List cluster user credentials\ + \ action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/listClusterUserCredentials/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\",\"Microsoft.Kubernetes/connectedClusters/listClusterUserCredential/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-07-28T17:37:00.7637445Z\",\"updatedOn\":\"2022-02-17T02:29:05.1000798Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00493d72-78f6-4148-b6c5-d3ce8e4799dd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"00493d72-78f6-4148-b6c5-d3ce8e4799dd\"\ + },{\"properties\":{\"roleName\":\"SignalR REST API Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Full access to Azure SignalR Service REST APIs\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.SignalRService/SignalR/auth/clientToken/action\",\"Microsoft.SignalRService/SignalR/hub/send/action\"\ + ,\"Microsoft.SignalRService/SignalR/group/send/action\",\"Microsoft.SignalRService/SignalR/group/read\"\ + ,\"Microsoft.SignalRService/SignalR/group/write\",\"Microsoft.SignalRService/SignalR/clientConnection/send/action\"\ + ,\"Microsoft.SignalRService/SignalR/clientConnection/read\",\"Microsoft.SignalRService/SignalR/clientConnection/write\"\ + ,\"Microsoft.SignalRService/SignalR/user/send/action\",\"Microsoft.SignalRService/SignalR/user/read\"\ + ,\"Microsoft.SignalRService/SignalR/user/write\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-07-29T09:35:32.2764751Z\",\"updatedOn\":\"2021-11-11T20:14:38.8028020Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd53cd77-2268-407a-8f46-7e7863d0f521\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fd53cd77-2268-407a-8f46-7e7863d0f521\"\ + },{\"properties\":{\"roleName\":\"Collaborative Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can manage data packages of a collaborative.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/*/read\"\ + ,\"Microsoft.IndustryDataLifecycle/memberCollaboratives/*/read\",\"Microsoft.IndustryDataLifecycle/locations/dataPackages/*\"\ + ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/receivedDataPackages/*\"\ + ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/rejectDataPackage/action\"\ + ,\"Microsoft.IndustryDataLifecycle/memberCollaboratives/sharedDataPackages/*\"\ + ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/dataModels/*\"\ + ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/auditLogs/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-08-14T11:58:31.8973556Z\",\"updatedOn\":\"2021-11-11T20:14:40.2428145Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/daa9e50b-21df-454c-94a6-a8050adab352\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"daa9e50b-21df-454c-94a6-a8050adab352\"\ + },{\"properties\":{\"roleName\":\"Device Update Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Gives you read access to management and content operations,\ + \ but does not allow making changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/updates/read\",\"Microsoft.DeviceUpdate/accounts/instances/management/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-21T23:40:19.2373610Z\",\"\ + updatedOn\":\"2021-11-11T20:14:40.7922672Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e9dba6fb-3d52-4cf0-bce3-f06ce71b9e0f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e9dba6fb-3d52-4cf0-bce3-f06ce71b9e0f\"\ + },{\"properties\":{\"roleName\":\"Device Update Administrator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Gives you full access to management and content\ + \ operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/updates/read\",\"Microsoft.DeviceUpdate/accounts/instances/updates/write\"\ + ,\"Microsoft.DeviceUpdate/accounts/instances/updates/delete\",\"Microsoft.DeviceUpdate/accounts/instances/management/read\"\ + ,\"Microsoft.DeviceUpdate/accounts/instances/management/write\",\"Microsoft.DeviceUpdate/accounts/instances/management/delete\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-21T23:56:22.3520510Z\",\"\ + updatedOn\":\"2021-11-11T20:14:40.9672678Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/02ca0879-e8e4-47a5-a61e-5c618b76e64a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"02ca0879-e8e4-47a5-a61e-5c618b76e64a\"\ + },{\"properties\":{\"roleName\":\"Device Update Content Administrator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Gives you full access to content\ + \ operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/updates/read\",\"Microsoft.DeviceUpdate/accounts/instances/updates/write\"\ + ,\"Microsoft.DeviceUpdate/accounts/instances/updates/delete\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-08-21T23:58:18.4255500Z\",\"updatedOn\":\"2021-11-11T20:14:41.1433368Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0378884a-3af5-44ab-8323-f5b22f9f3c98\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0378884a-3af5-44ab-8323-f5b22f9f3c98\"\ + },{\"properties\":{\"roleName\":\"Device Update Deployments Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Gives you full access to management\ + \ operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/management/read\",\"Microsoft.DeviceUpdate/accounts/instances/management/write\"\ + ,\"Microsoft.DeviceUpdate/accounts/instances/management/delete\",\"Microsoft.DeviceUpdate/accounts/instances/updates/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-21T23:59:52.1001666Z\",\"\ + updatedOn\":\"2022-01-13T01:59:19.4616366Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e4237640-0e3d-4a46-8fda-70bc94856432\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e4237640-0e3d-4a46-8fda-70bc94856432\"\ + },{\"properties\":{\"roleName\":\"Device Update Deployments Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Gives you read access to management operations,\ + \ but does not allow making changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/management/read\",\"Microsoft.DeviceUpdate/accounts/instances/updates/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-22T00:01:34.7053630Z\",\"\ + updatedOn\":\"2022-01-13T01:35:51.6463216Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/49e2f5d2-7741-4835-8efa-19e1fe35e47f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"49e2f5d2-7741-4835-8efa-19e1fe35e47f\"\ + },{\"properties\":{\"roleName\":\"Device Update Content Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Gives you read access to content operations,\ + \ but does not allow making changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/updates/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-08-22T00:02:43.3299181Z\",\"updatedOn\":\"2021-11-11T20:14:41.6754856Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d1ee9a80-8b14-47f0-bdc2-f4a351625a7b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d1ee9a80-8b14-47f0-bdc2-f4a351625a7b\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Metrics Advisor Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Full access to the project, including\ + \ the system level configuration.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.CognitiveServices/accounts/MetricsAdvisor/*\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2020-09-10T07:46:47.5804491Z\",\"updatedOn\"\ + :\"2021-11-11T20:14:43.6930781Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cb43c632-a144-4ec5-977c-e80c4affc34a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cb43c632-a144-4ec5-977c-e80c4affc34a\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Metrics Advisor User\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Access to the project.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/MetricsAdvisor/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/MetricsAdvisor/stats/*\"\ + ]}],\"createdOn\":\"2020-09-10T07:47:59.6195639Z\",\"updatedOn\":\"2021-11-11T20:14:43.8780761Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3b20f47b-3825-43cb-8114-4bd2201156a8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3b20f47b-3825-43cb-8114-4bd2201156a8\"\ + },{\"properties\":{\"roleName\":\"Schema Registry Reader (Preview)\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Read and list Schema Registry groups and\ + \ schemas.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.EventHub/namespaces/schemagroups/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.EventHub/namespaces/schemas/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-09-13T06:31:38.0272740Z\",\"updatedOn\":\"2021-11-11T20:14:44.6350450Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2c56ea50-c6b3-40a6-83c0-9d98858bc7d2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2c56ea50-c6b3-40a6-83c0-9d98858bc7d2\"\ + },{\"properties\":{\"roleName\":\"Schema Registry Contributor (Preview)\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Read, write, and delete Schema\ + \ Registry groups and schemas.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.EventHub/namespaces/schemagroups/*\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.EventHub/namespaces/schemas/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-09-13T06:48:26.6032931Z\",\"updatedOn\":\"2021-11-11T20:14:44.8200370Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5dffeca3-4936-4216-b2bc-10343a5abb25\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5dffeca3-4936-4216-b2bc-10343a5abb25\"\ + },{\"properties\":{\"roleName\":\"AgFood Platform Service Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides read access to AgFood Platform\ + \ Service\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/*/list/action\"\ + ,\"Microsoft.AgFoodPlatform/*/read\",\"Microsoft.AgFoodPlatform/*/search/action\"\ + ,\"Microsoft.AgFoodPlatform/*/download/action\",\"Microsoft.AgFoodPlatform/*/overlap/action\"\ + ,\"Microsoft.AgFoodPlatform/*/checkConsent/action\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-09-14T10:21:08.9138820Z\",\"updatedOn\":\"2022-12-09T07:32:44.6602284Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7ec7ccdc-f61e-41fe-9aaf-980df0a44eba\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7ec7ccdc-f61e-41fe-9aaf-980df0a44eba\"\ + },{\"properties\":{\"roleName\":\"AgFood Platform Service Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Provides contribute access to AgFood\ + \ Platform Service\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/*/action\"\ + ,\"Microsoft.AgFoodPlatform/*/read\",\"Microsoft.AgFoodPlatform/*/write\"\ + ],\"notDataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/farmers/write\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/deletionJobs/*/write\",\"Microsoft.AgFoodPlatform/farmBeats/parties/write\"\ + ]}],\"createdOn\":\"2020-09-14T10:21:09.7239169Z\",\"updatedOn\":\"2023-01-19T17:29:21.6287051Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8508508a-4469-4e45-963b-2518ee0bb728\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8508508a-4469-4e45-963b-2518ee0bb728\"\ + },{\"properties\":{\"roleName\":\"AgFood Platform Service Admin\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides admin access to AgFood Platform\ + \ Service\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-09-14T10:21:09.8039209Z\",\"updatedOn\":\"2021-11-11T20:14:45.3613128Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f8da80de-1ff9-4747-ad80-a19b7f6079e3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f8da80de-1ff9-4747-ad80-a19b7f6079e3\"\ + },{\"properties\":{\"roleName\":\"Managed HSM contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage managed HSM pools, but not access to them.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.KeyVault/managedHSMs/*\"\ + ,\"Microsoft.KeyVault/deletedManagedHsms/read\",\"Microsoft.KeyVault/locations/deletedManagedHsms/read\"\ + ,\"Microsoft.KeyVault/locations/deletedManagedHsms/purge/action\",\"Microsoft.KeyVault/locations/managedHsmOperationResults/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-09-16T21:47:01.1291104Z\",\"updatedOn\":\"2022-03-07T20:20:10.2940363Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18500a29-7fe2-46b2-a342-b16a415e101d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18500a29-7fe2-46b2-a342-b16a415e101d\"\ + },{\"properties\":{\"roleName\":\"Security Detonation Chamber Submitter\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allowed to create submissions\ + \ to Security Detonation Chamber\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SecurityDetonation/chambers/submissions/delete\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/write\",\"Microsoft.SecurityDetonation/chambers/submissions/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/files/read\",\"Microsoft.SecurityDetonation/chambers/submissions/accesskeyview/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/platforms/metadata/read\",\"Microsoft.SecurityDetonation/chambers/workflows/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/toolsets/metadata/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-10-01T08:55:21.3980274Z\",\"updatedOn\":\"2021-11-11T20:14:47.5471350Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0b555d9b-b4a7-4f43-b330-627f0e5be8f0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0b555d9b-b4a7-4f43-b330-627f0e5be8f0\"\ + },{\"properties\":{\"roleName\":\"SignalR REST API Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read-only access to Azure SignalR Service REST APIs\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.SignalRService/SignalR/group/read\",\"Microsoft.SignalRService/SignalR/clientConnection/read\"\ + ,\"Microsoft.SignalRService/SignalR/user/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-10-13T09:19:05.6463616Z\",\"updatedOn\":\"2021-11-11T20:14:48.7902970Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ddde6b66-c0df-4114-a159-3618637b3035\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ddde6b66-c0df-4114-a159-3618637b3035\"\ + },{\"properties\":{\"roleName\":\"SignalR Service Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Full access to Azure SignalR Service REST APIs\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.SignalRService/SignalR/auth/accessKey/action\",\"Microsoft.SignalRService/SignalR/auth/clientToken/action\"\ + ,\"Microsoft.SignalRService/SignalR/hub/send/action\",\"Microsoft.SignalRService/SignalR/group/send/action\"\ + ,\"Microsoft.SignalRService/SignalR/group/read\",\"Microsoft.SignalRService/SignalR/group/write\"\ + ,\"Microsoft.SignalRService/SignalR/clientConnection/send/action\",\"Microsoft.SignalRService/SignalR/clientConnection/read\"\ + ,\"Microsoft.SignalRService/SignalR/clientConnection/write\",\"Microsoft.SignalRService/SignalR/serverConnection/write\"\ + ,\"Microsoft.SignalRService/SignalR/user/send/action\",\"Microsoft.SignalRService/SignalR/user/read\"\ + ,\"Microsoft.SignalRService/SignalR/user/write\",\"Microsoft.SignalRService/SignalR/livetrace/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-10-13T09:20:32.1501410Z\",\"\ + updatedOn\":\"2022-09-14T04:23:14.1771585Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7e4f1700-ea5a-4f59-8f37-079cfe29dce3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7e4f1700-ea5a-4f59-8f37-079cfe29dce3\"\ + },{\"properties\":{\"roleName\":\"Reservation Purchaser\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you purchase reservations\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Capacity/catalogs/read\",\"Microsoft.Capacity/register/action\"\ + ,\"Microsoft.Compute/register/action\",\"Microsoft.Consumption/register/action\"\ + ,\"Microsoft.Consumption/reservationRecommendationDetails/read\",\"Microsoft.Consumption/reservationRecommendations/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.SQL/register/action\",\"Microsoft.Support/supporttickets/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-10-23T20:22:48.9217751Z\",\"updatedOn\":\"2022-04-13T22:08:56.7905675Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f7b75c60-3036-4b75-91c3-6b41c27c1689\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f7b75c60-3036-4b75-91c3-6b41c27c1689\"\ + },{\"properties\":{\"roleName\":\"AzureML Metrics Writer (preview)\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you write metrics to AzureML workspace\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/workspaces/metrics/*/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-10-27T16:55:19.5664950Z\",\"updatedOn\":\"2021-11-11T20:14:49.8655015Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/635dd51f-9968-44d3-b7fb-6d9a6bd613ae\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"635dd51f-9968-44d3-b7fb-6d9a6bd613ae\"\ + },{\"properties\":{\"roleName\":\"Storage Account Backup Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you perform backup and restore\ + \ operations using Azure Backup on the storage account.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Authorization/locks/read\",\"Microsoft.Authorization/locks/write\"\ + ,\"Microsoft.Authorization/locks/delete\",\"Microsoft.Features/features/read\"\ + ,\"Microsoft.Features/providers/features/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Storage/operations/read\",\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/delete\"\ + ,\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/read\",\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/write\"\ + ,\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/restorePointMarkers/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/write\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/restoreBlobRanges/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-11-02T23:32:50.4203469Z\",\"updatedOn\":\"2022-04-20T01:44:55.2577307Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1\"\ + },{\"properties\":{\"roleName\":\"Experimentation Metric Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows for creation, writes and reads\ + \ to the metric set via the metrics service APIs.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Experimentation/experimentWorkspaces/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/metricwrite/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/metricwrite/action\",\"\ + Microsoft.Experimentation/experimentWorkspaces/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-11-10T20:07:53.7535885Z\",\"updatedOn\":\"2021-11-11T20:14:50.9524177Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6188b7c9-7d01-4f99-a59f-c88b630326c0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6188b7c9-7d01-4f99-a59f-c88b630326c0\"\ + },{\"properties\":{\"roleName\":\"Project Babylon Data Curator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"The Microsoft.ProjectBabylon data curator\ + \ can create, read, modify and delete catalog data objects and establish relationships\ + \ between objects. This role is in preview and subject to change.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ProjectBabylon/accounts/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ProjectBabylon/accounts/data/read\"\ + ,\"Microsoft.ProjectBabylon/accounts/data/write\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-11-14T02:31:33.7988825Z\",\"updatedOn\":\"2021-11-11T20:14:51.4929515Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9ef4ef9c-a049-46b0-82ab-dd8ac094c889\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9ef4ef9c-a049-46b0-82ab-dd8ac094c889\"\ + },{\"properties\":{\"roleName\":\"Project Babylon Data Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"The Microsoft.ProjectBabylon data reader can\ + \ read catalog data objects. This role is in preview and subject to change.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ProjectBabylon/accounts/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ProjectBabylon/accounts/data/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:33:13.5342351Z\",\"\ + updatedOn\":\"2021-11-11T20:14:51.6729667Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c8d896ba-346d-4f50-bc1d-7d1c84130446\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c8d896ba-346d-4f50-bc1d-7d1c84130446\"\ + },{\"properties\":{\"roleName\":\"Project Babylon Data Source Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"The Microsoft.ProjectBabylon data\ + \ source administrator can manage data sources and data scans. This role is\ + \ in preview and subject to change.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ProjectBabylon/accounts/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ProjectBabylon/accounts/scan/read\",\"Microsoft.ProjectBabylon/accounts/scan/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:34:01.8401954Z\",\"\ + updatedOn\":\"2021-11-11T20:14:51.8529643Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/05b7651b-dc44-475e-b74d-df3db49fae0f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"05b7651b-dc44-475e-b74d-df3db49fae0f\"\ + },{\"properties\":{\"roleName\":\"Purview role 1 (Deprecated)\",\"type\":\"\ + BuiltInRole\",\"description\":\"Deprecated role.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Purview/accounts/read\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Purview/accounts/data/read\"\ + ,\"Microsoft.Purview/accounts/data/write\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-11-14T02:37:15.0123345Z\",\"updatedOn\":\"2022-01-04T00:43:15.6924286Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8a3c2885-9b38-4fd2-9d99-91af537c1347\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8a3c2885-9b38-4fd2-9d99-91af537c1347\"\ + },{\"properties\":{\"roleName\":\"Purview role 3 (Deprecated)\",\"type\":\"\ + BuiltInRole\",\"description\":\"Deprecated role.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Purview/accounts/read\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Purview/accounts/data/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:39:22.2344740Z\",\"\ + updatedOn\":\"2022-01-04T00:48:08.2844802Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ff100721-1b9d-43d8-af52-42b69c1272db\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ff100721-1b9d-43d8-af52-42b69c1272db\"\ + },{\"properties\":{\"roleName\":\"Purview role 2 (Deprecated)\",\"type\":\"\ + BuiltInRole\",\"description\":\"Deprecated role.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Purview/accounts/read\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Purview/accounts/scan/read\"\ + ,\"Microsoft.Purview/accounts/scan/write\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-11-14T02:40:05.0975648Z\",\"updatedOn\":\"2022-01-04T00:47:22.9678219Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/200bba9e-f0c8-430f-892b-6f0794863803\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"200bba9e-f0c8-430f-892b-6f0794863803\"\ + },{\"properties\":{\"roleName\":\"Application Group Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Contributor of the Application Group.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/applicationgroups/*\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ + ,\"Microsoft.DesktopVirtualization/workspaces/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-03T23:26:00.2784962Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:52.9432015Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ca6382a4-1721-4bcf-a114-ff0c70227b6b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ca6382a4-1721-4bcf-a114-ff0c70227b6b\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Reader of Desktop Virtualization.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:36:19.0140629Z\",\"updatedOn\":\"2021-11-11T20:14:54.0407838Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/49a72310-ab8d-41df-bbb0-79b649203868\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"49a72310-ab8d-41df-bbb0-79b649203868\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Contributor of Desktop Virtualization.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:37:16.2910337Z\",\"updatedOn\":\"2021-11-11T20:14:54.2107872Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/082f0a83-3be5-4ba1-904c-961cca79b387\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"082f0a83-3be5-4ba1-904c-961cca79b387\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Workspace Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Contributor of the Desktop Virtualization\ + \ Workspace.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/workspaces/*\",\"Microsoft.DesktopVirtualization/applicationgroups/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:38:29.6089216Z\",\"updatedOn\":\"2021-11-11T20:14:54.3907854Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/21efdde3-836f-432b-bf3d-3e8e734d4b2b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"21efdde3-836f-432b-bf3d-3e8e734d4b2b\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization User Session Operator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Operator of the Desktop Virtualization\ + \ Uesr Session.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:39:16.9100273Z\",\"updatedOn\":\"2021-11-11T20:14:54.5657970Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ea4bfff8-7fb4-485a-aadd-d4129a0ffaa6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ea4bfff8-7fb4-485a-aadd-d4129a0ffaa6\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Session Host Operator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Operator of the Desktop Virtualization\ + \ Session Host.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:39:53.2569741Z\",\"updatedOn\":\"2021-11-11T20:14:54.7508042Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2ad6aaab-ead9-4eaa-8ac5-da422f562408\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2ad6aaab-ead9-4eaa-8ac5-da422f562408\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Host Pool Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Reader of the Desktop Virtualization\ + \ Host Pool.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/hostpools/*/read\",\"Microsoft.DesktopVirtualization/hostpools/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:40:33.1430834Z\",\"updatedOn\":\"2021-11-11T20:14:54.9257967Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ceadfde2-b300-400a-ab7b-6143895aa822\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ceadfde2-b300-400a-ab7b-6143895aa822\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Host Pool Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Contributor of the Desktop Virtualization\ + \ Host Pool.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/hostpools/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-11T21:40:57.2976187Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:55.1057701Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e307426c-f9b6-4e81-87de-d99efb3c32bc\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e307426c-f9b6-4e81-87de-d99efb3c32bc\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Application Group\ + \ Reader\",\"type\":\"BuiltInRole\",\"description\":\"Reader of the Desktop\ + \ Virtualization Application Group.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.DesktopVirtualization/applicationgroups/*/read\"\ + ,\"Microsoft.DesktopVirtualization/applicationgroups/read\",\"Microsoft.DesktopVirtualization/hostpools/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/read\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-11T21:41:18.0287398Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:55.2858006Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/aebf23d0-b568-4e86-b8f9-fe83a2c6ab55\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"aebf23d0-b568-4e86-b8f9-fe83a2c6ab55\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Application Group\ + \ Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Contributor of\ + \ the Desktop Virtualization Application Group.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/applicationgroups/*\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:41:38.6205531Z\",\"updatedOn\":\"2021-11-11T20:14:55.4677136Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/86240b0e-9422-4c43-887b-b61143f32ba8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"86240b0e-9422-4c43-887b-b61143f32ba8\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Workspace Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Reader of the Desktop Virtualization\ + \ Workspace.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/workspaces/read\",\"Microsoft.DesktopVirtualization/applicationgroups/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:41:58.1892707Z\",\"updatedOn\":\"2021-11-11T20:14:55.6577168Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0fa44ee9-7a7d-466b-9bb2-2bf446b1204d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0fa44ee9-7a7d-466b-9bb2-2bf446b1204d\"\ + },{\"properties\":{\"roleName\":\"Disk Backup Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides permission to backup vault to perform disk backup.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/beginGetAccess/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-12-15T07:39:03.8394514Z\",\"updatedOn\":\"2021-11-11T20:14:56.0178737Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3e5e47e6-65f7-47ef-90b5-e5dd4d455f24\"\ + },{\"properties\":{\"roleName\":\"Autonomous Development Platform Data Contributor\ + \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Grants permissions\ + \ to upload and manage new Autonomous Development Platform measurements.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/discoveries/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/uploads/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/measurements/states/new/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/measurementCollections/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/measurementCollections/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/read\",\"Microsoft.AutonomousDevelopmentPlatform/workspaces/discoveries/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/uploads/*\",\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/states/new/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/classifications/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/dataStreams/classifications/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurementCollections/*\"\ + ],\"notDataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/measurements/states/new/changeState/action\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/states/new/changeState/action\"\ + ]}],\"createdOn\":\"2020-12-15T11:30:01.7459379Z\",\"updatedOn\":\"2022-09-14T15:02:38.0071890Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b8b15564-4fa6-4a59-ab12-03e1d9594795\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b8b15564-4fa6-4a59-ab12-03e1d9594795\"\ + },{\"properties\":{\"roleName\":\"Autonomous Development Platform Data Reader\ + \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Grants read access\ + \ to Autonomous Development Platform data.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-12-15T12:11:31.9843256Z\",\"\ + updatedOn\":\"2022-01-04T13:21:04.3207709Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d63b75f7-47ea-4f27-92ac-e0d173aaf093\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d63b75f7-47ea-4f27-92ac-e0d173aaf093\"\ + },{\"properties\":{\"roleName\":\"Autonomous Development Platform Data Owner\ + \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Grants full access\ + \ to Autonomous Development Platform data.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-12-15T12:13:59.9702378Z\",\"\ + updatedOn\":\"2022-01-04T13:20:26.2040404Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/27f8b550-c507-4db9-86f2-f4b8e816d59d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"27f8b550-c507-4db9-86f2-f4b8e816d59d\"\ + },{\"properties\":{\"roleName\":\"Disk Restore Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides permission to backup vault to perform disk restore.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Compute/disks/write\"\ + ,\"Microsoft.Compute/disks/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2020-12-15T12:18:31.8481619Z\",\"updatedOn\"\ + :\"2021-11-11T20:14:56.7408912Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b50d9833-a0cb-478e-945f-707fcc997c13\"\ + },{\"properties\":{\"roleName\":\"Disk Snapshot Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Provides permission to backup vault to manage\ + \ disk snapshots.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Compute/snapshots/delete\",\"Microsoft.Compute/snapshots/write\"\ + ,\"Microsoft.Compute/snapshots/read\",\"Microsoft.Compute/snapshots/beginGetAccess/action\"\ + ,\"Microsoft.Compute/snapshots/endGetAccess/action\",\"Microsoft.Compute/disks/beginGetAccess/action\"\ + ,\"Microsoft.Storage/storageAccounts/listkeys/action\",\"Microsoft.Storage/storageAccounts/write\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-12-15T12:18:51.4471411Z\",\"updatedOn\":\"2021-11-11T20:14:56.9158814Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7efff54f-a5b4-42b5-a1c5-5411624893ce\"\ + },{\"properties\":{\"roleName\":\"Microsoft.Kubernetes connected cluster role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft.Kubernetes connected\ + \ cluster role.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Kubernetes/connectedClusters/read\",\"Microsoft.Kubernetes/connectedClusters/write\"\ + ,\"Microsoft.Kubernetes/connectedClusters/delete\",\"Microsoft.Kubernetes/registeredSubscriptions/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-01-07T23:57:10.9923232Z\",\"updatedOn\":\"2021-11-11T20:14:58.2039838Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5548b2cf-c94c-4228-90ba-30851930a12f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5548b2cf-c94c-4228-90ba-30851930a12f\"\ + },{\"properties\":{\"roleName\":\"Security Detonation Chamber Submission Manager\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allowed to create and manage submissions\ + \ to Security Detonation Chamber\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SecurityDetonation/chambers/submissions/delete\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/write\",\"Microsoft.SecurityDetonation/chambers/submissions/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/files/read\",\"Microsoft.SecurityDetonation/chambers/submissions/accesskeyview/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/adminview/read\",\"Microsoft.SecurityDetonation/chambers/submissions/analystview/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/publicview/read\",\"\ + Microsoft.SecurityDetonation/chambers/platforms/metadata/read\",\"Microsoft.SecurityDetonation/chambers/workflows/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/toolsets/metadata/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-01-18T09:35:36.5739297Z\",\"updatedOn\":\"2021-11-11T20:14:58.3939604Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a37b566d-3efa-4beb-a2f2-698963fa42ce\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a37b566d-3efa-4beb-a2f2-698963fa42ce\"\ + },{\"properties\":{\"roleName\":\"Security Detonation Chamber Publisher\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allowed to publish and modify\ + \ platforms, workflows and toolsets to Security Detonation Chamber\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.SecurityDetonation/chambers/platforms/read\",\"Microsoft.SecurityDetonation/chambers/platforms/write\"\ + ,\"Microsoft.SecurityDetonation/chambers/platforms/delete\",\"Microsoft.SecurityDetonation/chambers/platforms/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/workflows/read\",\"Microsoft.SecurityDetonation/chambers/workflows/write\"\ + ,\"Microsoft.SecurityDetonation/chambers/workflows/delete\",\"Microsoft.SecurityDetonation/chambers/workflows/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/toolsets/read\",\"Microsoft.SecurityDetonation/chambers/toolsets/write\"\ + ,\"Microsoft.SecurityDetonation/chambers/toolsets/delete\",\"Microsoft.SecurityDetonation/chambers/toolsets/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/publishRequests/read\",\"Microsoft.SecurityDetonation/chambers/publishRequests/cancel/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-01-18T11:43:14.0858184Z\",\"\ + updatedOn\":\"2021-11-11T20:14:58.5639749Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/352470b3-6a9c-4686-b503-35deb827e500\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"352470b3-6a9c-4686-b503-35deb827e500\"\ + },{\"properties\":{\"roleName\":\"Collaborative Runtime Operator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can manage resources created by AICS at\ + \ runtime\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.IndustryDataLifecycle/derivedModels/*\",\"Microsoft.IndustryDataLifecycle/pipelineSets/*\"\ + ,\"Microsoft.IndustryDataLifecycle/modelMappings/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-01-19T10:00:27.3464971Z\",\"updatedOn\":\"2021-11-11T20:14:58.7442136Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7a6f0e70-c033-4fb1-828c-08514e5f4102\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7a6f0e70-c033-4fb1-828c-08514e5f4102\"\ + },{\"properties\":{\"roleName\":\"CosmosRestoreOperator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can perform restore action for Cosmos DB database account\ + \ with continuous backup mode\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.DocumentDB/locations/restorableDatabaseAccounts/restore/action\"\ + ,\"Microsoft.DocumentDB/locations/restorableDatabaseAccounts/*/read\",\"Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-01-21T19:51:35.3884884Z\",\"updatedOn\":\"2021-11-11T20:14:59.4892686Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5432c526-bc82-444a-b7ba-57c5b0b5b34f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5432c526-bc82-444a-b7ba-57c5b0b5b34f\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Converter\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to convert data from legacy\ + \ format to FHIR\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/convertData/action\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/convertData/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-01-22T19:39:01.1601069Z\",\"\ + updatedOn\":\"2021-11-11T20:14:59.8605937Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a1705bd2-3a8f-45a5-8683-466fcfd5cc24\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a1705bd2-3a8f-45a5-8683-466fcfd5cc24\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Automation Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft Sentinel Automation\ + \ Contributor\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Logic/workflows/triggers/read\"\ + ,\"Microsoft.Logic/workflows/triggers/listCallbackUrl/action\",\"Microsoft.Logic/workflows/runs/read\"\ + ,\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/read\"\ + ,\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/listCallbackUrl/action\"\ + ,\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs/read\"],\"\ + notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ + 2021-01-24T08:50:52.0382991Z\",\"updatedOn\":\"2022-01-26T09:25:00.4699337Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f4c81013-99ee-4d62-a7ee-b3f1f648599a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f4c81013-99ee-4d62-a7ee-b3f1f648599a\"\ + },{\"properties\":{\"roleName\":\"Quota Request Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read and create quota requests, get quota request status,\ + \ and create support tickets.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Capacity/resourceProviders/locations/serviceLimits/read\"\ + ,\"Microsoft.Capacity/resourceProviders/locations/serviceLimits/write\",\"\ + Microsoft.Capacity/resourceProviders/locations/serviceLimitsRequests/read\"\ + ,\"Microsoft.Capacity/register/action\",\"Microsoft.Quota/usages/read\",\"\ + Microsoft.Quota/quotas/read\",\"Microsoft.Quota/quotas/write\",\"Microsoft.Quota/quotaRequests/read\"\ + ,\"Microsoft.Quota/register/action\",\"Microsoft.Authorization/*/read\",\"\ + Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"\ + Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-02-03T00:06:35.8404575Z\",\"updatedOn\":\"2022-12-05T21:28:33.3264217Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0e5f05e5-9ab9-446b-b98d-1e2157c94125\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0e5f05e5-9ab9-446b-b98d-1e2157c94125\"\ + },{\"properties\":{\"roleName\":\"EventGrid Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage EventGrid operations.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.EventGrid/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-02-08T18:46:18.8999557Z\",\"updatedOn\":\"2021-11-11T20:15:01.6867802Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1e241071-0855-49ea-94dc-649edcd759de\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1e241071-0855-49ea-94dc-649edcd759de\"\ + },{\"properties\":{\"roleName\":\"Security Detonation Chamber Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allowed to query submission info\ + \ and files from Security Detonation Chamber\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SecurityDetonation/chambers/submissions/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/files/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-03-01T14:06:46.2814905Z\",\"updatedOn\":\"2021-11-11T20:15:03.3274090Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/28241645-39f8-410b-ad48-87863e2951d5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"28241645-39f8-410b-ad48-87863e2951d5\"\ + },{\"properties\":{\"roleName\":\"Object Anchors Account Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you read ingestion jobs for an object\ + \ anchors account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectAnchorsAccounts/ingest/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-03-02T01:20:47.0279813Z\",\"\ + updatedOn\":\"2021-11-11T20:15:03.5006082Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4a167cdf-cb95-4554-9203-2347fe489bd9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4a167cdf-cb95-4554-9203-2347fe489bd9\"\ + },{\"properties\":{\"roleName\":\"Object Anchors Account Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides user with ingestion capabilities\ + \ for an object anchors account.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectAnchorsAccounts/ingest/action\"\ + ,\"Microsoft.MixedReality/ObjectAnchorsAccounts/ingest/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-03-02T01:42:02.0014737Z\",\"updatedOn\":\"2021-11-11T20:15:03.6855873Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ca0835dd-bacc-42dd-8ed2-ed5e7230d15b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ca0835dd-bacc-42dd-8ed2-ed5e7230d15b\"\ + },{\"properties\":{\"roleName\":\"WorkloadBuilder Migration Agent Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"WorkloadBuilder Migration Agent Role.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.WorkloadBuilder/migrationAgents/Read\"\ + ,\"Microsoft.WorkloadBuilder/migrationAgents/Write\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-03-11T17:07:20.0828003Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:04.2456706Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d17ce0a2-0697-43bc-aac5-9113337ab61c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d17ce0a2-0697-43bc-aac5-9113337ab61c\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Data Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allow read access to Azure Spring Cloud\ + \ Data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/*/read\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-03-25T11:12:12.6786010Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:05.3368606Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b5537268-8956-4941-a8f0-646150406f0c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b5537268-8956-4941-a8f0-646150406f0c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Speech User\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Access to the real-time speech recognition\ + \ and batch transcription APIs, real-time speech synthesis and long audio\ + \ APIs, as well as to read the data/test/model/endpoint for custom models,\ + \ but can\u2019t create, delete or modify the data/test/model/endpoint for\ + \ custom models.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/SpeechServices/*/read\",\"Microsoft.CognitiveServices/accounts/SpeechServices/*/transcriptions/read\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/*/transcriptions/write\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/*/transcriptions/delete\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/*/frontend/action\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/text-dependent/*/action\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/text-independent/*/action\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVoice/*/read\",\"Microsoft.CognitiveServices/accounts/CustomVoice/evaluations/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVoice/longaudiosynthesis/*\"\ + ,\"Microsoft.CognitiveServices/accounts/AudioContentCreation/*\"],\"notDataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/CustomVoice/datasets/files/read\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVoice/datasets/utterances/read\"\ + ]}],\"createdOn\":\"2021-03-30T11:28:27.4339032Z\",\"updatedOn\":\"2022-05-19T23:26:56.1473805Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f2dc8367-1007-4938-bd23-fe263f013447\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f2dc8367-1007-4938-bd23-fe263f013447\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Speech Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Full access to Speech projects,\ + \ including read, write and delete all entities, for real-time speech recognition\ + \ and batch transcription tasks, real-time speech synthesis and long audio\ + \ tasks, custom speech and custom voice.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/SpeechServices/*\",\"Microsoft.CognitiveServices/accounts/CustomVoice/*\"\ + ,\"Microsoft.CognitiveServices/accounts/AudioContentCreation/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-03-30T11:28:49.7826633Z\",\"updatedOn\":\"2022-05-19T23:26:56.1473805Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0e75ca1e-0464-4b4d-8b93-68208a576181\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0e75ca1e-0464-4b4d-8b93-68208a576181\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Face Recognizer\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you perform detect, verify,\ + \ identify, group, and find similar operations on Face API. This role does\ + \ not allow create or delete operations, which makes it well suited for endpoints\ + \ that only need inferencing capabilities, following 'least privilege' best\ + \ practices.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/Face/detect/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/verify/action\",\"Microsoft.CognitiveServices/accounts/Face/identify/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/group/action\",\"Microsoft.CognitiveServices/accounts/Face/findsimilars/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/detectliveness/multimodal/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/detectliveness/singlemodal/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/detectlivenesswithverify/singlemodal/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-03-31T01:51:41.3557295Z\",\"\ + updatedOn\":\"2023-03-20T22:15:15.1823985Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9894cab4-e18a-44aa-828b-cb588cd6f2d7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9894cab4-e18a-44aa-828b-cb588cd6f2d7\"\ + },{\"properties\":{\"roleName\":\"Media Services Account Administrator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ + \ Media Services accounts; read-only access to other Media Services resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Media/mediaservices/*/read\",\"Microsoft.Media/mediaservices/assets/listStreamingLocators/action\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/listPaths/action\",\"Microsoft.Media/mediaservices/write\"\ + ,\"Microsoft.Media/mediaservices/delete\",\"Microsoft.Media/mediaservices/privateEndpointConnectionsApproval/action\"\ + ,\"Microsoft.Media/mediaservices/privateEndpointConnections/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:20:32.2956636Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:07.1518844Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/054126f8-9a2b-4f1c-a9ad-eca461f08466\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"054126f8-9a2b-4f1c-a9ad-eca461f08466\"\ + },{\"properties\":{\"roleName\":\"Media Services Live Events Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ + \ Live Events, Assets, Asset Filters, and Streaming Locators; read-only access\ + \ to other Media Services resources.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\"\ + ,\"Microsoft.Media/mediaservices/assets/*\",\"Microsoft.Media/mediaservices/assets/assetfilters/*\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/*\",\"Microsoft.Media/mediaservices/liveEvents/*\"\ + ],\"notActions\":[\"Microsoft.Media/mediaservices/assets/getEncryptionKey/action\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/listContentKeys/action\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:21:00.6119555Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:07.3318873Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/532bc159-b25e-42c0-969e-a1d439f60d77\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"532bc159-b25e-42c0-969e-a1d439f60d77\"\ + },{\"properties\":{\"roleName\":\"Media Services Media Operator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Create, read, modify, and delete Assets,\ + \ Asset Filters, Streaming Locators, and Jobs; read-only access to other Media\ + \ Services resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\"\ + ,\"Microsoft.Media/mediaservices/assets/*\",\"Microsoft.Media/mediaservices/assets/assetfilters/*\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/*\",\"Microsoft.Media/mediaservices/transforms/jobs/*\"\ + ],\"notActions\":[\"Microsoft.Media/mediaservices/assets/getEncryptionKey/action\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/listContentKeys/action\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:21:23.2236495Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:07.5068487Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e4395492-1534-4db2-bedf-88c14621589c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e4395492-1534-4db2-bedf-88c14621589c\"\ + },{\"properties\":{\"roleName\":\"Media Services Policy Administrator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ + \ Account Filters, Streaming Policies, Content Key Policies, and Transforms;\ + \ read-only access to other Media Services resources. Cannot create Jobs,\ + \ Assets or Streaming resources.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\"\ + ,\"Microsoft.Media/mediaservices/assets/listStreamingLocators/action\",\"\ + Microsoft.Media/mediaservices/streamingLocators/listPaths/action\",\"Microsoft.Media/mediaservices/accountFilters/*\"\ + ,\"Microsoft.Media/mediaservices/streamingPolicies/*\",\"Microsoft.Media/mediaservices/contentKeyPolicies/*\"\ + ,\"Microsoft.Media/mediaservices/transforms/*\"],\"notActions\":[\"Microsoft.Media/mediaservices/contentKeyPolicies/getPolicyPropertiesWithSecrets/action\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:21:46.9534330Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:07.6968496Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c4bba371-dacd-4a26-b320-7250bca963ae\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c4bba371-dacd-4a26-b320-7250bca963ae\"\ + },{\"properties\":{\"roleName\":\"Media Services Streaming Endpoints Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ + \ Streaming Endpoints; read-only access to other Media Services resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Media/mediaservices/*/read\",\"Microsoft.Media/mediaservices/assets/listStreamingLocators/action\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/listPaths/action\",\"Microsoft.Media/mediaservices/streamingEndpoints/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-04-19T23:22:04.4594851Z\",\"updatedOn\":\"2021-11-11T20:15:07.8718907Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/99dba123-b5fe-44d5-874c-ced7199a5804\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"99dba123-b5fe-44d5-874c-ced7199a5804\"\ + },{\"properties\":{\"roleName\":\"Stream Analytics Query Tester\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you perform query testing without\ + \ creating a stream analytics job first\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.StreamAnalytics/locations/TestQuery/action\"\ + ,\"Microsoft.StreamAnalytics/locations/OperationResults/read\",\"Microsoft.StreamAnalytics/locations/SampleInput/action\"\ + ,\"Microsoft.StreamAnalytics/locations/CompileQuery/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-20T17:33:24.5727870Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:08.0481551Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1ec5b3c1-b17e-4e25-8312-2acb3c3c5abf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1ec5b3c1-b17e-4e25-8312-2acb3c3c5abf\"\ + },{\"properties\":{\"roleName\":\"AnyBuild Builder\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Basic user role for AnyBuild. This role allows listing\ + \ of agent information and execution of remote build capabilities.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.AnyBuild/clusters/build/write\",\"Microsoft.AnyBuild/clusters/build/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-04-20T22:07:00.4963853Z\",\"\ + updatedOn\":\"2021-11-11T20:15:08.4254134Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a2138dac-4907-4679-a376-736901ed8ad8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a2138dac-4907-4679-a376-736901ed8ad8\"\ + },{\"properties\":{\"roleName\":\"IoT Hub Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full read access to IoT Hub data-plane properties\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Devices/IotHubs/*/read\",\"Microsoft.Devices/IotHubs/fileUpload/notifications/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-04-22T18:03:29.8843192Z\",\"\ + updatedOn\":\"2021-11-11T20:15:08.6054154Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b447c946-2db7-41ec-983d-d8bf3b1c77e3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b447c946-2db7-41ec-983d-d8bf3b1c77e3\"\ + },{\"properties\":{\"roleName\":\"IoT Hub Twin Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for read and write access to all IoT Hub device\ + \ and module twins.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.Devices/IotHubs/twins/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-04-22T20:36:10.1136903Z\",\"\ + updatedOn\":\"2021-11-11T20:15:08.7855063Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/494bdba2-168f-4f31-a0a1-191d2f7c028c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"494bdba2-168f-4f31-a0a1-191d2f7c028c\"\ + },{\"properties\":{\"roleName\":\"IoT Hub Registry Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for full access to IoT Hub device\ + \ registry.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Devices/IotHubs/devices/*\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-04-22T20:36:47.5532704Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:08.9804295Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4ea46cd5-c1b2-4a8e-910b-273211f9ce47\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4ea46cd5-c1b2-4a8e-910b-273211f9ce47\"\ + },{\"properties\":{\"roleName\":\"IoT Hub Data Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full access to IoT Hub data plane operations.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Devices/IotHubs/*\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2021-04-22T20:37:16.9927761Z\",\"updatedOn\":\"2021-11-11T20:15:09.1754206Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4fc6c259-987e-4a07-842e-c321cc9d413f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4fc6c259-987e-4a07-842e-c321cc9d413f\"\ + },{\"properties\":{\"roleName\":\"Test Base Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Let you view and download packages and test results.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.TestBase/testBaseAccounts/packages/testResults/getDownloadUrl/action\"\ + ,\"Microsoft.TestBase/testBaseAccounts/packages/testResults/getVideoDownloadUrl/action\"\ + ,\"Microsoft.TestBase/testBaseAccounts/packages/getDownloadUrl/action\",\"\ + Microsoft.TestBase/*/read\",\"Microsoft.TestBase/testBaseAccounts/customerEvents/write\"\ + ,\"Microsoft.TestBase/testBaseAccounts/customerEvents/delete\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-05-11T23:41:33.1038367Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:10.8004347Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/15e0f5a1-3450-4248-8e25-e2afe88a9e85\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"15e0f5a1-3450-4248-8e25-e2afe88a9e85\"\ + },{\"properties\":{\"roleName\":\"Search Index Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Grants read access to Azure Cognitive Search index data.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Search/searchServices/indexes/documents/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-01T20:26:13.4850461Z\",\"\ + updatedOn\":\"2021-11-11T20:15:11.3604371Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1407120a-92aa-4202-b7e9-c0e197c71c8f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1407120a-92aa-4202-b7e9-c0e197c71c8f\"\ + },{\"properties\":{\"roleName\":\"Search Index Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Grants full access to Azure Cognitive Search\ + \ index data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.Search/searchServices/indexes/documents/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-01T22:15:16.5388472Z\",\"\ + updatedOn\":\"2021-11-11T20:15:11.5504385Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8ebe5a00-799e-43f5-93ac-243d3dce84a7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8ebe5a00-799e-43f5-93ac-243d3dce84a7\"\ + },{\"properties\":{\"roleName\":\"Storage Table Data Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows for read access to Azure Storage tables\ + \ and entities\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Storage/storageAccounts/tableServices/tables/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-15T06:40:54.9150717Z\",\"\ + updatedOn\":\"2021-11-11T20:15:12.1005298Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/76199698-9eea-4c19-bc75-cec21354c6b6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"76199698-9eea-4c19-bc75-cec21354c6b6\"\ + },{\"properties\":{\"roleName\":\"Storage Table Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for read, write and delete access\ + \ to Azure Storage tables and entities\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Storage/storageAccounts/tableServices/tables/read\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/write\",\"Microsoft.Storage/storageAccounts/tableServices/tables/delete\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/read\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/write\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/delete\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/add/action\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/update/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-15T06:51:59.8207610Z\",\"\ + updatedOn\":\"2021-11-11T20:15:12.2854966Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0a9a7e1f-b9d0-4cc4-a60d-0319b160aaa3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0a9a7e1f-b9d0-4cc4-a60d-0319b160aaa3\"\ + },{\"properties\":{\"roleName\":\"DICOM Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read and search DICOM data.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.HealthcareApis/workspaces/dicomservices/resources/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-06-17T20:58:30.1630494Z\",\"updatedOn\":\"2021-11-11T20:15:13.0154948Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e89c7a3c-2f64-4fa1-a847-3e4c9ba4283a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e89c7a3c-2f64-4fa1-a847-3e4c9ba4283a\"\ + },{\"properties\":{\"roleName\":\"DICOM Data Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Full access to DICOM data.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/workspaces/dicomservices/resources/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-17T20:59:30.8659515Z\",\"\ + updatedOn\":\"2021-11-11T20:15:13.1904985Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/58a3b984-7adf-4c20-983a-32417c86fbc8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"58a3b984-7adf-4c20-983a-32417c86fbc8\"\ + },{\"properties\":{\"roleName\":\"EventGrid Data Sender\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows send access to event grid events.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.EventGrid/topics/read\",\"Microsoft.EventGrid/domains/read\"\ + ,\"Microsoft.EventGrid/partnerNamespaces/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.EventGrid/events/send/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-07-02T21:55:40.4847495Z\",\"\ + updatedOn\":\"2021-11-11T20:15:13.5605134Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d5a91429-5739-47e2-a06b-3470a27159e7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d5a91429-5739-47e2-a06b-3470a27159e7\"\ + },{\"properties\":{\"roleName\":\"Disk Pool Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Used by the StoragePool Resource Provider to manage Disks\ + \ added to a Disk Pool.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Compute/disks/write\",\"Microsoft.Compute/disks/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-07-08T17:26:05.1079972Z\",\"updatedOn\":\"2021-11-11T20:15:13.9154612Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/60fc6e62-5479-42d4-8bf4-67625fcc2840\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"60fc6e62-5479-42d4-8bf4-67625fcc2840\"\ + },{\"properties\":{\"roleName\":\"AzureML Data Scientist\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can perform all actions within an Azure Machine Learning\ + \ workspace, except for creating or deleting compute resources and modifying\ + \ the workspace itself.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.MachineLearningServices/workspaces/*/read\",\"Microsoft.MachineLearningServices/workspaces/*/action\"\ + ,\"Microsoft.MachineLearningServices/workspaces/*/delete\",\"Microsoft.MachineLearningServices/workspaces/*/write\"\ + ],\"notActions\":[\"Microsoft.MachineLearningServices/workspaces/delete\"\ + ,\"Microsoft.MachineLearningServices/workspaces/write\",\"Microsoft.MachineLearningServices/workspaces/computes/*/write\"\ + ,\"Microsoft.MachineLearningServices/workspaces/computes/*/delete\",\"Microsoft.MachineLearningServices/workspaces/computes/listKeys/action\"\ + ,\"Microsoft.MachineLearningServices/workspaces/listKeys/action\",\"Microsoft.MachineLearningServices/workspaces/hubs/write\"\ + ,\"Microsoft.MachineLearningServices/workspaces/hubs/delete\",\"Microsoft.MachineLearningServices/workspaces/featurestores/write\"\ + ,\"Microsoft.MachineLearningServices/workspaces/featurestores/delete\"],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-07-14T21:51:06.0361218Z\"\ + ,\"updatedOn\":\"2023-05-26T17:53:52.5366769Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f6c7c914-8db3-469d-8ca1-694a8f32e121\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f6c7c914-8db3-469d-8ca1-694a8f32e121\"\ + },{\"properties\":{\"roleName\":\"Grafana Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Built-in Grafana admin role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Dashboard/grafana/ActAsGrafanaAdmin/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-07-15T21:32:35.3802340Z\",\"updatedOn\":\"2021-11-11T20:15:14.8104670Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/22926164-76b3-42b3-bc55-97df8dab3e41\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"22926164-76b3-42b3-bc55-97df8dab3e41\"\ + },{\"properties\":{\"roleName\":\"Azure Connected SQL Server Onboarding\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft.AzureArcData\_service\_\ + role\_to\_access\_the\_resources\_of\_Microsoft.AzureArcData\_stored\_with\_\ + RPSAAS.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureArcData/sqlServerInstances/read\"\ + ,\"Microsoft.AzureArcData/sqlServerInstances/write\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-07-19T23:52:15.8885739Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:15.1754742Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e8113dce-c529-4d33-91fa-e9b972617508\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e8113dce-c529-4d33-91fa-e9b972617508\"\ + },{\"properties\":{\"roleName\":\"Azure Relay Sender\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for send access to Azure Relay resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Relay/*/wcfRelays/read\"\ + ,\"Microsoft.Relay/*/hybridConnections/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.Relay/*/send/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-07-20T15:37:20.7558643Z\",\"updatedOn\":\"2021-11-11T20:15:15.5454755Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/26baccc8-eea7-41f1-98f4-1762cc7f685d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"26baccc8-eea7-41f1-98f4-1762cc7f685d\"\ + },{\"properties\":{\"roleName\":\"Azure Relay Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full access to Azure Relay resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Relay/*\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Relay/*\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-07-20T15:44:26.3023126Z\",\"updatedOn\":\"2021-11-11T20:15:15.7154782Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2787bf04-f1f5-4bfe-8383-c8a24483ee38\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2787bf04-f1f5-4bfe-8383-c8a24483ee38\"\ + },{\"properties\":{\"roleName\":\"Azure Relay Listener\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for listen access to Azure Relay resources.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Relay/*/wcfRelays/read\"\ + ,\"Microsoft.Relay/*/hybridConnections/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.Relay/*/listen/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-07-20T18:38:03.1437496Z\",\"updatedOn\":\"2021-11-11T20:15:15.9005232Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/26e0b698-aa6d-4085-9386-aadae190014d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"26e0b698-aa6d-4085-9386-aadae190014d\"\ + },{\"properties\":{\"roleName\":\"Grafana Viewer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Built-in Grafana Viewer role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Dashboard/grafana/ActAsGrafanaViewer/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-08-05T16:36:18.7737511Z\",\"updatedOn\":\"2021-11-11T20:15:16.9904932Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/60921a7e-fef1-4a43-9b16-a26c52ad4769\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"60921a7e-fef1-4a43-9b16-a26c52ad4769\"\ + },{\"properties\":{\"roleName\":\"Grafana Editor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Built-in Grafana Editor role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Dashboard/grafana/ActAsGrafanaEditor/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-08-05T16:37:32.5299593Z\",\"updatedOn\":\"2021-11-11T20:15:17.1805426Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a79a5197-3a5c-4973-a920-486035ffd60f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a79a5197-3a5c-4973-a920-486035ffd60f\"\ + },{\"properties\":{\"roleName\":\"Automation Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Manage azure automation resources and other resources using\ + \ azure automation.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Automation/automationAccounts/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Insights/ActionGroups/*\",\"Microsoft.Insights/ActivityLogAlerts/*\"\ + ,\"Microsoft.Insights/MetricAlerts/*\",\"Microsoft.Insights/ScheduledQueryRules/*\"\ + ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.OperationalInsights/workspaces/sharedKeys/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-08-09T10:18:19.1054699Z\",\"updatedOn\":\"2021-11-11T20:15:17.7304954Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f353d9bd-d4a6-484e-a77a-8050b599b867\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f353d9bd-d4a6-484e-a77a-8050b599b867\"\ + },{\"properties\":{\"roleName\":\"Kubernetes Extension Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can create, update, get, list and delete\ + \ Kubernetes Extensions, and get extension async operations\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.KubernetesConfiguration/extensions/write\"\ + ,\"Microsoft.KubernetesConfiguration/extensions/read\",\"Microsoft.KubernetesConfiguration/extensions/delete\"\ + ,\"Microsoft.KubernetesConfiguration/extensions/operations/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-08-09T19:47:50.6828896Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:17.9155393Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/85cb6faf-e071-4c9b-8136-154b5a04f717\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"85cb6faf-e071-4c9b-8136-154b5a04f717\"\ + },{\"properties\":{\"roleName\":\"Device Provisioning Service Data Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for full read access to\ + \ Device Provisioning Service data-plane properties.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.Devices/provisioningServices/*/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2021-08-09T19:53:12.1374732Z\",\"updatedOn\":\"2021-11-11T20:15:18.0905503Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/10745317-c249-44a1-a5ce-3a4353c0bbd8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"10745317-c249-44a1-a5ce-3a4353c0bbd8\"\ + },{\"properties\":{\"roleName\":\"Device Provisioning Service Data Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for full access to Device\ + \ Provisioning Service data-plane operations.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Devices/provisioningServices/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-09T19:54:03.2783227Z\",\"\ + updatedOn\":\"2021-11-11T20:15:18.2605302Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dfce44e4-17b7-4bd1-a6d1-04996ec95633\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dfce44e4-17b7-4bd1-a6d1-04996ec95633\"\ + },{\"properties\":{\"roleName\":\"Code Signing Certificate Profile Signer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Sign files with a certificate\ + \ profile. This role is in preview and subject to change.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CodeSigning/*/read\",\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"\ + Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.CodeSigning/certificateProfiles/Sign/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-08-16T23:17:53.0002693Z\",\"updatedOn\"\ + :\"2022-12-12T16:05:53.8213702Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2837e146-70d7-4cfd-ad55-7efa6464f958\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2837e146-70d7-4cfd-ad55-7efa6464f958\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Service Registry Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allow read access to Azure Spring\ + \ Cloud Service Registry\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/eurekaService/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-20T04:40:17.9785063Z\",\"\ + updatedOn\":\"2021-11-11T20:15:18.9655101Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cff1b556-2399-4e7e-856d-a8f754be7b65\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cff1b556-2399-4e7e-856d-a8f754be7b65\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Service Registry Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allow read, write and delete access\ + \ to Azure Spring Cloud Service Registry\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/eurekaService/read\"\ + ,\"Microsoft.AppPlatform/Spring/eurekaService/write\",\"Microsoft.AppPlatform/Spring/eurekaService/delete\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-20T04:42:38.9153779Z\",\"\ + updatedOn\":\"2021-11-11T20:15:19.1405497Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f5880b48-c26d-48be-b172-7927bfa1c8f1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f5880b48-c26d-48be-b172-7927bfa1c8f1\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Config Server Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allow read access to Azure Spring\ + \ Cloud Config Server\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/configService/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-26T01:50:51.5123701Z\",\"\ + updatedOn\":\"2021-11-11T20:15:19.3155517Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d04c6db6-4947-4782-9e91-30a88feb7be7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d04c6db6-4947-4782-9e91-30a88feb7be7\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Config Server Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allow read, write and delete access\ + \ to Azure Spring Cloud Config Server\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/configService/read\"\ + ,\"Microsoft.AppPlatform/Spring/configService/write\",\"Microsoft.AppPlatform/Spring/configService/delete\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-09-06T02:30:47.8611580Z\",\"\ + updatedOn\":\"2021-11-11T20:15:20.0405208Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a06f5c24-21a7-4e1a-aa2b-f19eb6684f5b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a06f5c24-21a7-4e1a-aa2b-f19eb6684f5b\"\ + },{\"properties\":{\"roleName\":\"Azure VM Managed identities restore Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure VM Managed identities restore\ + \ Contributors are allowed to perform Azure VM Restores with managed identities\ + \ both user and system\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2021-09-13T05:27:59.2180214Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:20.5805266Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6ae96244-5829-4925-a7d3-5975537d91dd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6ae96244-5829-4925-a7d3-5975537d91dd\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Search and Render Data Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Grants access to very limited\ + \ set of data APIs for common visual web SDK scenarios. Specifically, render\ + \ and search data APIs.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Maps/accounts/services/render/read\"\ + ,\"Microsoft.Maps/accounts/services/search/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2021-10-01T22:17:50.5178931Z\",\"updatedOn\":\"2021-11-11T20:15:22.0455410Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6be48352-4f82-47c9-ad5e-0acacefdb005\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6be48352-4f82-47c9-ad5e-0acacefdb005\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Grants access all Azure Maps resource management.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Maps/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-10-01T22:19:13.1357904Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:22.2455414Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dba33070-676a-4fb0-87fa-064dc56ff7fb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dba33070-676a-4fb0-87fa-064dc56ff7fb\"\ + },{\"properties\":{\"roleName\":\"Azure Arc VMware VM Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Arc VMware VM Contributor has permissions\ + \ to perform all VM actions.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ConnectedVMwarevSphere/virtualmachines/*\",\"\ + Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ + ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ + ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-10-18T20:19:53.0087024Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:23.8706020Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b748a06d-6150-4f8a-aaa9-ce3940cd96cb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b748a06d-6150-4f8a-aaa9-ce3940cd96cb\"\ + },{\"properties\":{\"roleName\":\"Azure Arc VMware Private Cloud User\",\"\ + type\":\"BuiltInRole\",\"description\":\"Azure Arc VMware Private Cloud User\ + \ has permissions to use the VMware cloud resources to deploy VMs.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ + ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ConnectedVMwarevSphere/virtualnetworks/join/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/virtualnetworks/Read\",\"Microsoft.ConnectedVMwarevSphere/virtualmachinetemplates/clone/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/virtualmachinetemplates/Read\",\"Microsoft.ConnectedVMwarevSphere/resourcepools/deploy/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/resourcepools/Read\",\"Microsoft.ConnectedVMwarevSphere/hosts/deploy/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/hosts/Read\",\"Microsoft.ConnectedVMwarevSphere/clusters/deploy/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/clusters/Read\",\"Microsoft.ConnectedVMwarevSphere/datastores/allocateSpace/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/datastores/Read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-10-18T20:20:46.5105444Z\"\ + ,\"updatedOn\":\"2022-11-04T08:03:56.3033480Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ce551c02-7c42-47e0-9deb-e3b6fc3a9a83\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ce551c02-7c42-47e0-9deb-e3b6fc3a9a83\"\ + },{\"properties\":{\"roleName\":\"Azure Arc VMware Administrator role \",\"\ + type\":\"BuiltInRole\",\"description\":\"Arc VMware VM Contributor has permissions\ + \ to perform all connected VMwarevSphere actions.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.ConnectedVMwarevSphere/*\"\ + ,\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ + ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ + ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-01T17:12:42.6172725Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:25.1275776Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ddc140ed-e463-4246-9145-7c664192013f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ddc140ed-e463-4246-9145-7c664192013f\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services LUIS Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\" Has access to all Read, Test, Write, Deploy\ + \ and Delete functions under LUIS\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.CognitiveServices/accounts/listkeys/action\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/LUIS/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-11-04T03:28:02.9611800Z\",\"\ + updatedOn\":\"2021-11-11T20:15:25.4884913Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f72c8140-2111-481c-87ff-72b910f6e3f8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f72c8140-2111-481c-87ff-72b910f6e3f8\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Language Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Has access to Read and Test functions\ + \ under Language portal\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/*/read\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/projects/export/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*/read\",\"Microsoft.CognitiveServices/accounts/Language/*/projects/export/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/query-text/action\",\"Microsoft.CognitiveServices/accounts/Language/query-dataverse/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-text/jobs/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-text/action\",\"\ + Microsoft.CognitiveServices/accounts/Language/analyze-text/jobscancel/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-conversations/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-conversations/jobscancel/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-conversations/jobs/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/query-knowledgebases/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/generate/action\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnaMaker/*\"\ + ]}],\"createdOn\":\"2021-11-04T03:29:14.7643336Z\",\"updatedOn\":\"2023-02-24T00:02:00.1172104Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7628b7b8-a8b2-4cdc-b46f-e9b35248918e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7628b7b8-a8b2-4cdc-b46f-e9b35248918e\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Language Writer\",\"\ + type\":\"BuiltInRole\",\"description\":\" Has access to all Read, Test, and\ + \ Write functions under Language Portal\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/*\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/*\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/projects/publish/action\"\ + ,\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/projects/deployments/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnaMaker/*\",\"Microsoft.CognitiveServices/accounts/Language/*/projects/delete\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*/projects/deployments/write\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*/projects/deployments/delete\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*/projects/deployments/swap/action\"\ + ]}],\"createdOn\":\"2021-11-04T03:29:39.5761019Z\",\"updatedOn\":\"2022-03-29T18:03:27.1607583Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f2310ca1-dc64-4889-bb49-c8e0fa3d47a8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f2310ca1-dc64-4889-bb49-c8e0fa3d47a8\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Language Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has access to all Read, Test, Write, Deploy\ + \ and Delete functions under Language portal\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"\ + Microsoft.CognitiveServices/accounts/listkeys/action\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/*\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/*\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnaMaker/*\"\ + ]}],\"createdOn\":\"2021-11-04T03:30:07.6173528Z\",\"updatedOn\":\"2022-03-29T18:03:50.9741690Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f07febfe-79bc-46b1-8b37-790e26e6e498\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f07febfe-79bc-46b1-8b37-790e26e6e498\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services LUIS Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has access to Read and Test functions under\ + \ LUIS.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/LUIS/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/LUIS/apps/testdatasets/write\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-11-04T03:30:31.2704834Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:26.2134821Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e81cdc-4e98-4e29-a639-e7d10c5a6226\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18e81cdc-4e98-4e29-a639-e7d10c5a6226\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services LUIS Writer\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has access to all Read, Test, and Write\ + \ functions under LUIS\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/LUIS/*\"],\"notDataActions\":[\"\ + Microsoft.CognitiveServices/accounts/LUIS/apps/delete\",\"Microsoft.CognitiveServices/accounts/LUIS/apps/move/action\"\ + ,\"Microsoft.CognitiveServices/accounts/LUIS/apps/publish/action\",\"Microsoft.CognitiveServices/accounts/LUIS/apps/settings/write\"\ + ,\"Microsoft.CognitiveServices/accounts/LUIS/apps/azureaccounts/action\",\"\ + Microsoft.CognitiveServices/accounts/LUIS/apps/azureaccounts/delete\"]}],\"\ + createdOn\":\"2021-11-04T03:31:12.1580052Z\",\"updatedOn\":\"2021-11-11T20:15:26.3934523Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6322a993-d5c9-4bed-b113-e49bbea25b27\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6322a993-d5c9-4bed-b113-e49bbea25b27\"\ + },{\"properties\":{\"roleName\":\"PlayFab Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides read access to PlayFab resources\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.PlayFab/*/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-04T23:26:57.2248605Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:26.5784834Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a9a19cc5-31f4-447c-901f-56c0bb18fcaf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a9a19cc5-31f4-447c-901f-56c0bb18fcaf\"\ + },{\"properties\":{\"roleName\":\"Load Test Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"View, create, update, delete and execute load tests. View\ + \ and list load test resources but can not make any changes.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LoadTestService/*/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.LoadTestService/loadtests/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-11-09T08:11:21.0936461Z\",\"\ + updatedOn\":\"2021-11-11T20:15:27.1189225Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/749a398d-560b-491b-bb21-08924219302e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"749a398d-560b-491b-bb21-08924219302e\"\ + },{\"properties\":{\"roleName\":\"Load Test Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Execute all operations on load test resources and load\ + \ tests\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LoadTestService/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.LoadTestService/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-11-09T08:12:24.5500195Z\",\"updatedOn\":\"2021-11-11T20:15:27.2897153Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45bb0b16-2f0c-4e78-afaa-a07599b003f6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"45bb0b16-2f0c-4e78-afaa-a07599b003f6\"\ + },{\"properties\":{\"roleName\":\"PlayFab Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides contributor access to PlayFab resources\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.PlayFab/*/read\",\"Microsoft.PlayFab/*/write\",\"Microsoft.PlayFab/*/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-11-10T00:55:37.3326276Z\",\"updatedOn\":\"2021-11-11T20:15:28.0547167Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0c8b84dc-067c-4039-9615-fa1a4b77c726\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0c8b84dc-067c-4039-9615-fa1a4b77c726\"\ + },{\"properties\":{\"roleName\":\"Load Test Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"View and list all load tests and load test resources but\ + \ can not make any changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.LoadTestService/*/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.LoadTestService/loadtests/readTest/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-11-10T06:14:08.3903105Z\",\"updatedOn\":\"2021-11-11T20:15:28.2297181Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3ae3fb29-0000-4ccd-bf80-542e7b26e081\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3ae3fb29-0000-4ccd-bf80-542e7b26e081\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Immersive Reader User\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Provides access to create Immersive\ + \ Reader sessions and call APIs\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/ImmersiveReader/getcontentmodelforreader/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-11-10T19:52:14.4487503Z\",\"\ + updatedOn\":\"2021-11-11T20:15:28.4146975Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b2de6794-95db-4659-8781-7e080d3f2b9d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b2de6794-95db-4659-8781-7e080d3f2b9d\"\ + },{\"properties\":{\"roleName\":\"Lab Services Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab services contributor role\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LabServices/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.LabServices/labPlans/createLab/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:51:03.3308981Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:28.7792013Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f69b8690-cc87-41d6-b77a-a4bc3c0a966f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f69b8690-cc87-41d6-b77a-a4bc3c0a966f\"\ + },{\"properties\":{\"roleName\":\"Lab Services Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab services reader role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.LabServices/*/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-11-11T00:55:30.4208618Z\",\"updatedOn\":\"2021-11-11T20:15:28.9592032Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a5c394f-5eb7-4d4f-9c8e-e8eae39faebc\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2a5c394f-5eb7-4d4f-9c8e-e8eae39faebc\"\ + },{\"properties\":{\"roleName\":\"Lab Assistant\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab assistant role\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ + ,\"Microsoft.LabServices/labs/read\",\"Microsoft.LabServices/labs/schedules/read\"\ + ,\"Microsoft.LabServices/labs/users/read\",\"Microsoft.LabServices/labs/users/invite/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/read\",\"Microsoft.LabServices/labs/virtualMachines/start/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/stop/action\",\"Microsoft.LabServices/labs/virtualMachines/reimage/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/redeploy/action\",\"Microsoft.LabServices/locations/usages/read\"\ + ,\"Microsoft.LabServices/skus/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:56:10.4295443Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:29.1442530Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ce40b423-cede-4313-a93f-9b28290b72e1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ce40b423-cede-4313-a93f-9b28290b72e1\"\ + },{\"properties\":{\"roleName\":\"Lab Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab operator role\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ + ,\"Microsoft.LabServices/labPlans/saveImage/action\",\"Microsoft.LabServices/labs/publish/action\"\ + ,\"Microsoft.LabServices/labs/read\",\"Microsoft.LabServices/labs/schedules/read\"\ + ,\"Microsoft.LabServices/labs/schedules/write\",\"Microsoft.LabServices/labs/schedules/delete\"\ + ,\"Microsoft.LabServices/labs/users/read\",\"Microsoft.LabServices/labs/users/write\"\ + ,\"Microsoft.LabServices/labs/users/delete\",\"Microsoft.LabServices/labs/users/invite/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/read\",\"Microsoft.LabServices/labs/virtualMachines/start/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/stop/action\",\"Microsoft.LabServices/labs/virtualMachines/reimage/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/redeploy/action\",\"Microsoft.LabServices/labs/virtualMachines/resetPassword/action\"\ + ,\"Microsoft.LabServices/locations/usages/read\",\"Microsoft.LabServices/skus/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-11-11T00:56:41.9942935Z\",\"updatedOn\":\"2021-11-11T20:15:29.3242664Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a36e6959-b6be-4b12-8e9f-ef4b474d304d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a36e6959-b6be-4b12-8e9f-ef4b474d304d\"\ + },{\"properties\":{\"roleName\":\"Lab Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab contributor role\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ + ,\"Microsoft.LabServices/labPlans/saveImage/action\",\"Microsoft.LabServices/labs/read\"\ + ,\"Microsoft.LabServices/labs/write\",\"Microsoft.LabServices/labs/delete\"\ + ,\"Microsoft.LabServices/labs/publish/action\",\"Microsoft.LabServices/labs/syncGroup/action\"\ + ,\"Microsoft.LabServices/labs/schedules/read\",\"Microsoft.LabServices/labs/schedules/write\"\ + ,\"Microsoft.LabServices/labs/schedules/delete\",\"Microsoft.LabServices/labs/users/read\"\ + ,\"Microsoft.LabServices/labs/users/write\",\"Microsoft.LabServices/labs/users/delete\"\ + ,\"Microsoft.LabServices/labs/users/invite/action\",\"Microsoft.LabServices/labs/virtualMachines/read\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/start/action\",\"Microsoft.LabServices/labs/virtualMachines/stop/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/reimage/action\",\"Microsoft.LabServices/labs/virtualMachines/redeploy/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/resetPassword/action\",\"Microsoft.LabServices/locations/usages/read\"\ + ,\"Microsoft.LabServices/skus/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.LabServices/labPlans/createLab/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:57:05.9018065Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:29.4992096Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5daaa2af-1fe8-407c-9122-bba179798270\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5daaa2af-1fe8-407c-9122-bba179798270\"\ + },{\"properties\":{\"roleName\":\"Security Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Security Admin Role\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Authorization/policyAssignments/*\"\ + ,\"Microsoft.Authorization/policyDefinitions/*\",\"Microsoft.Authorization/policyExemptions/*\"\ + ,\"Microsoft.Authorization/policySetDefinitions/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.operationalInsights/workspaces/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Security/*\",\"Microsoft.IoTSecurity/*\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-05-03T07:51:23.0917487Z\",\"updatedOn\":\"2021-11-15T06:42:49.8263550Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fb1c8493-542b-48eb-b624-b4c8fea62acd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fb1c8493-542b-48eb-b624-b4c8fea62acd\"\ + },{\"properties\":{\"roleName\":\"Web PubSub Service Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Full access to Azure Web PubSub Service REST APIs\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.SignalRService/WebPubSub/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-03-24T09:10:11.8335180Z\",\"updatedOn\":\"2023-04-03T15:04:46.8247086Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/12cf5a90-567b-43ae-8102-96cf46c7d9b4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"12cf5a90-567b-43ae-8102-96cf46c7d9b4\"\ + },{\"properties\":{\"roleName\":\"Web PubSub Service Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Read-only access to Azure Web PubSub Service\ + \ REST APIs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.SignalRService/WebPubSub/*/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-03-24T09:11:12.6235436Z\",\"\ + updatedOn\":\"2023-04-03T15:04:46.8247086Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bfb1c7d2-fb1a-466b-b2ba-aee63b92deaf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bfb1c7d2-fb1a-466b-b2ba-aee63b92deaf\"\ + },{\"properties\":{\"roleName\":\"SignalR App Server\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets your app server access SignalR Service with AAD auth\ + \ options.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.SignalRService/SignalR/auth/accessKey/action\"\ + ,\"Microsoft.SignalRService/SignalR/serverConnection/write\",\"Microsoft.SignalRService/SignalR/clientConnection/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-29T06:54:40.1201435Z\",\"\ + updatedOn\":\"2021-11-16T05:19:04.8579948Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/420fcaa2-552c-430f-98ca-3264be4806c7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"420fcaa2-552c-430f-98ca-3264be4806c7\"\ + },{\"properties\":{\"roleName\":\"Virtual Machine User Login\",\"type\":\"\ + BuiltInRole\",\"description\":\"View Virtual Machines in the portal and login\ + \ as a regular user.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Compute/virtualMachines/*/read\",\"Microsoft.HybridCompute/machines/*/read\"\ + ,\"Microsoft.HybridConnectivity/endpoints/listCredentials/action\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Compute/virtualMachines/login/action\",\"\ + Microsoft.HybridCompute/machines/login/action\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2018-02-09T18:36:13.3315744Z\",\"updatedOn\":\"2021-11-18T00:55:50.6185845Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fb879df8-f326-4884-b1cf-06f3ad86be52\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fb879df8-f326-4884-b1cf-06f3ad86be52\"\ + },{\"properties\":{\"roleName\":\"Virtual Machine Administrator Login\",\"\ + type\":\"BuiltInRole\",\"description\":\"View Virtual Machines in the portal\ + \ and login as administrator\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Compute/virtualMachines/*/read\",\"Microsoft.HybridCompute/machines/*/read\"\ + ,\"Microsoft.HybridConnectivity/endpoints/listCredentials/action\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Compute/virtualMachines/login/action\",\"\ + Microsoft.Compute/virtualMachines/loginAsAdmin/action\",\"Microsoft.HybridCompute/machines/login/action\"\ + ,\"Microsoft.HybridCompute/machines/loginAsAdmin/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-02-09T18:36:13.3315744Z\",\"updatedOn\":\"2021-11-18T00:56:53.8134295Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1c0163c0-47e6-4577-8991-ea5c82e286e4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1c0163c0-47e6-4577-8991-ea5c82e286e4\"\ + },{\"properties\":{\"roleName\":\"Azure Arc VMware Private Clouds Onboarding\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure Arc VMware Private Clouds\ + \ Onboarding role has permissions to provision all the required resources\ + \ for onboard and deboard vCenter instances to Azure.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ConnectedVMwarevSphere/vcenters/Write\"\ + ,\"Microsoft.ConnectedVMwarevSphere/vcenters/Read\",\"Microsoft.ConnectedVMwarevSphere/vcenters/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ + ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ + ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.KubernetesConfiguration/extensions/Write\"\ + ,\"Microsoft.KubernetesConfiguration/extensions/Read\",\"Microsoft.KubernetesConfiguration/extensions/Delete\"\ + ,\"Microsoft.KubernetesConfiguration/operations/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/Write\",\"Microsoft.ExtendedLocation/customLocations/Delete\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\",\"Microsoft.ResourceConnector/appliances/Read\"\ + ,\"Microsoft.ResourceConnector/appliances/Write\",\"Microsoft.ResourceConnector/appliances/Delete\"\ + ,\"Microsoft.BackupSolutions/vmwareapplications/write\",\"Microsoft.BackupSolutions/vmwareapplications/delete\"\ + ,\"Microsoft.BackupSolutions/vmwareapplications/read\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-01T22:18:08.4480747Z\"\ + ,\"updatedOn\":\"2022-09-26T15:06:14.2584743Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/67d33e57-3129-45e6-bb0b-7cc522f762fa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"67d33e57-3129-45e6-bb0b-7cc522f762fa\"\ + },{\"properties\":{\"roleName\":\"Chamber Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage everything under your Modeling and Simulation\ + \ Workbench chamber.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.ModSimWorkbench/*/read\",\"Microsoft.ModSimWorkbench/workbenches/chambers/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[\"Microsoft.ModSimWorkbench/workbenches/chambers/fileRequests/manage/action\"\ + ],\"dataActions\":[\"Microsoft.ModSimWorkbench/workbenches/chambers/upload/action\"\ + ,\"Microsoft.ModSimWorkbench/workbenches/chambers/files/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-12-15T20:53:14.4428297Z\",\"updatedOn\":\"2023-02-08T21:48:40.8992376Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4e9b8407-af2e-495b-ae54-bb60a55b1b5a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4e9b8407-af2e-495b-ae54-bb60a55b1b5a\"\ + },{\"properties\":{\"roleName\":\"Chamber User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you view everything under your Modeling and Simulation\ + \ Workbench chamber, but not make any changes.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.ModSimWorkbench/workbenches/chambers/*/read\"\ + ,\"Microsoft.ModSimWorkbench/workbenches/chambers/workloads/*\",\"Microsoft.ModSimWorkbench/workbenches/chambers/getUploadUri/action\"\ + ,\"Microsoft.ModSimWorkbench/workbenches/chambers/fileRequests/getDownloadUri/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ModSimWorkbench/workbenches/chambers/upload/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-12-15T20:51:06.2119764Z\",\"\ + updatedOn\":\"2023-02-08T21:48:40.8982384Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4447db05-44ed-4da3-ae60-6cbece780e32\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4447db05-44ed-4da3-ae60-6cbece780e32\"\ + },{\"properties\":{\"roleName\":\"Windows Admin Center Administrator Login\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Let's you manage the OS of your\ + \ resource via Windows Admin Center as an administrator.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/*/read\"\ + ,\"Microsoft.HybridCompute/machines/extensions/*\",\"Microsoft.HybridCompute/machines/upgradeExtensions/action\"\ + ,\"Microsoft.HybridCompute/operations/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/publicIPAddresses/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/networkSecurityGroups/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules/read\",\"\ + Microsoft.Network/networkWatchers/securityGroupView/action\",\"Microsoft.Network/networkSecurityGroups/securityRules/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/securityRules/write\",\"Microsoft.HybridConnectivity/endpoints/write\"\ + ,\"Microsoft.HybridConnectivity/endpoints/read\",\"Microsoft.HybridConnectivity/endpoints/listManagedProxyDetails/action\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/patchAssessmentResults/latest/read\"\ + ,\"Microsoft.Compute/virtualMachines/patchAssessmentResults/latest/softwarePatches/read\"\ + ,\"Microsoft.Compute/virtualMachines/patchInstallationResults/read\",\"Microsoft.Compute/virtualMachines/patchInstallationResults/softwarePatches/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/read\",\"Microsoft.Compute/virtualMachines/instanceView/read\"\ + ,\"Microsoft.Compute/virtualMachines/runCommands/read\",\"Microsoft.Compute/virtualMachines/vmSizes/read\"\ + ,\"Microsoft.Compute/locations/publishers/artifacttypes/types/read\",\"Microsoft.Compute/locations/publishers/artifacttypes/types/versions/read\"\ + ,\"Microsoft.Compute/diskAccesses/read\",\"Microsoft.Compute/galleries/images/read\"\ + ,\"Microsoft.Compute/images/read\",\"Microsoft.AzureStackHCI/Clusters/Read\"\ + ,\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Read\",\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Extensions/Read\"\ + ,\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Extensions/Write\",\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Extensions/Delete\"\ + ,\"Microsoft.AzureStackHCI/Operations/Read\",\"Microsoft.ConnectedVMwarevSphere/VirtualMachines/Read\"\ + ,\"Microsoft.ConnectedVMwarevSphere/VirtualMachines/Extensions/Write\",\"\ + Microsoft.ConnectedVMwarevSphere/VirtualMachines/Extensions/Read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HybridCompute/machines/WACLoginAsAdmin/action\"\ + ,\"Microsoft.Compute/virtualMachines/WACloginAsAdmin/action\",\"Microsoft.AzureStackHCI/Clusters/WACloginAsAdmin/Action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/virtualmachines/WACloginAsAdmin/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-01-12T00:51:19.5581155Z\",\"\ + updatedOn\":\"2022-12-06T08:55:26.6040760Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a6333a3e-0164-44c3-b281-7a577aff287f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a6333a3e-0164-44c3-b281-7a577aff287f\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Policy Add-on Deployment\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Deploy the Azure Policy add-on\ + \ on Azure Kubernetes Service clusters\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Resources/deployments/*\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Network/publicIPPrefixes/join/action\",\"Microsoft.Network/publicIPAddresses/join/action\"\ + ,\"Microsoft.Compute/diskEncryptionSets/read\",\"Microsoft.Compute/proximityPlacementGroups/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-02-07T20:51:48.5662807Z\",\"updatedOn\":\"2022-03-15T19:19:34.9035909Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18ed5180-3e48-46fd-8541-4ea054d57064\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18ed5180-3e48-46fd-8541-4ea054d57064\"\ + },{\"properties\":{\"roleName\":\"Guest Configuration Resource Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you read, write Guest Configuration\ + \ Resource.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.GuestConfiguration/guestConfigurationAssignments/write\",\"Microsoft.GuestConfiguration/guestConfigurationAssignments/read\"\ + ,\"Microsoft.GuestConfiguration/guestConfigurationAssignments/*/read\",\"\ + Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-01-13T21:31:41.9626667Z\",\"updatedOn\"\ + :\"2022-02-10T19:22:44.9057916Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/088ab73d-1256-47ae-bea9-9de8e7131f31\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"088ab73d-1256-47ae-bea9-9de8e7131f31\"\ + },{\"properties\":{\"roleName\":\"Domain Services Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view Azure AD Domain Services and related network configurations\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Insights/Logs/Read\",\"Microsoft.Insights/Metrics/read\",\"Microsoft.Insights/DiagnosticSettings/read\"\ + ,\"Microsoft.Insights/DiagnosticSettingsCategories/Read\",\"Microsoft.AAD/domainServices/*/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/diagnosticSettings/read\"\ + ,\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/azureFirewalls/read\",\"Microsoft.Network/ddosProtectionPlans/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/*/read\"\ + ,\"Microsoft.Network/natGateways/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules/read\",\"\ + Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/networkSecurityGroups/securityRules/read\"\ + ,\"Microsoft.Network/routeTables/read\",\"Microsoft.Network/routeTables/routes/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-02-15T19:38:46.9043170Z\",\"updatedOn\":\"2022-06-24T19:00:35.7895894Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/361898ef-9ed1-48c2-849c-a832951106bb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"361898ef-9ed1-48c2-849c-a832951106bb\"\ + },{\"properties\":{\"roleName\":\"Domain Services Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Can manage Azure AD Domain Services and related\ + \ network configurations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Insights/Logs/Read\",\"Microsoft.Insights/Metrics/Read\",\"Microsoft.Insights/DiagnosticSettings/*\"\ + ,\"Microsoft.Insights/DiagnosticSettingsCategories/Read\",\"Microsoft.AAD/register/action\"\ + ,\"Microsoft.AAD/unregister/action\",\"Microsoft.AAD/domainServices/*\",\"\ + Microsoft.Network/register/action\",\"Microsoft.Network/unregister/action\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/write\"\ + ,\"Microsoft.Network/virtualNetworks/delete\",\"Microsoft.Network/virtualNetworks/peer/action\"\ + ,\"Microsoft.Network/virtualNetworks/join/action\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/write\",\"Microsoft.Network/virtualNetworks/subnets/delete\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/read\"\ + ,\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/write\",\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/delete\"\ + ,\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/diagnosticSettings/read\"\ + ,\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/azureFirewalls/read\",\"Microsoft.Network/ddosProtectionPlans/read\"\ + ,\"Microsoft.Network/ddosProtectionPlans/join/action\",\"Microsoft.Network/loadBalancers/read\"\ + ,\"Microsoft.Network/loadBalancers/delete\",\"Microsoft.Network/loadBalancers/*/read\"\ + ,\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\"\ + ,\"Microsoft.Network/natGateways/join/action\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/networkInterfaces/delete\"\ + ,\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/networkSecurityGroups/write\"\ + ,\"Microsoft.Network/networkSecurityGroups/delete\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/networkSecurityGroups/securityRules/read\",\"Microsoft.Network/networkSecurityGroups/securityRules/write\"\ + ,\"Microsoft.Network/networkSecurityGroups/securityRules/delete\",\"Microsoft.Network/routeTables/read\"\ + ,\"Microsoft.Network/routeTables/write\",\"Microsoft.Network/routeTables/delete\"\ + ,\"Microsoft.Network/routeTables/join/action\",\"Microsoft.Network/routeTables/routes/read\"\ + ,\"Microsoft.Network/routeTables/routes/write\",\"Microsoft.Network/routeTables/routes/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-02-15T19:40:22.3943189Z\",\"updatedOn\":\"2022-06-24T19:00:35.7895894Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/eeaeda52-9324-47f6-8069-5d5bade478b2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"eeaeda52-9324-47f6-8069-5d5bade478b2\"\ + },{\"properties\":{\"roleName\":\"DNS Resolver Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage DNS resolver resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Network/dnsResolvers/read\"\ + ,\"Microsoft.Network/dnsResolvers/write\",\"Microsoft.Network/dnsResolvers/delete\"\ + ,\"Microsoft.Network/dnsResolvers/join/action\",\"Microsoft.Network/dnsResolvers/inboundEndpoints/read\"\ + ,\"Microsoft.Network/dnsResolvers/inboundEndpoints/write\",\"Microsoft.Network/dnsResolvers/inboundEndpoints/delete\"\ + ,\"Microsoft.Network/dnsResolvers/inboundEndpoints/join/action\",\"Microsoft.Network/dnsResolvers/outboundEndpoints/read\"\ + ,\"Microsoft.Network/dnsResolvers/outboundEndpoints/write\",\"Microsoft.Network/dnsResolvers/outboundEndpoints/delete\"\ + ,\"Microsoft.Network/dnsResolvers/outboundEndpoints/join/action\",\"Microsoft.Network/dnsForwardingRulesets/read\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/write\",\"Microsoft.Network/dnsForwardingRulesets/delete\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/join/action\",\"Microsoft.Network/dnsForwardingRulesets/forwardingRules/read\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/forwardingRules/write\",\"Microsoft.Network/dnsForwardingRulesets/forwardingRules/delete\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks/read\",\"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks/write\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks/delete\",\"\ + Microsoft.Network/locations/dnsResolverOperationResults/read\",\"Microsoft.Network/locations/dnsResolverOperationStatuses/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/join/action\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/write\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/join/action\"\ + ,\"Microsoft.Network/virtualNetworks/joinLoadBalancer/action\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/joinLoadBalancer/action\",\"\ + Microsoft.Network/natGateways/join/action\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/routeTables/join/action\",\"Microsoft.Network/serviceEndpointPolicies/join/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-02-16T23:25:04.4308795Z\",\"updatedOn\":\"2022-03-11T20:54:26.6355690Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0f2ebee7-ffd4-4fc0-b3b7-664099fdad5d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0f2ebee7-ffd4-4fc0-b3b7-664099fdad5d\"\ + },{\"properties\":{\"roleName\":\"Data Operator for Managed Disks\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides permissions to upload data to\ + \ empty managed disks, read, or export data of managed disks (not attached\ + \ to running VMs) and snapshots using SAS URIs and Azure AD authentication.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Compute/disks/download/action\",\"Microsoft.Compute/disks/upload/action\"\ + ,\"Microsoft.Compute/snapshots/download/action\",\"Microsoft.Compute/snapshots/upload/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-03-01T01:28:23.8601778Z\",\"\ + updatedOn\":\"2022-03-01T01:28:23.8601778Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/959f8984-c045-4866-89c7-12bf9737be2e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"959f8984-c045-4866-89c7-12bf9737be2e\"\ + },{\"properties\":{\"roleName\":\"AgFood Platform Sensor Partner Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Provides contribute access to\ + \ manage sensor related entities in AgFood Platform Service\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.AgFoodPlatform/farmBeats/sensorPartnerScope/*\"],\"notDataActions\"\ + :[\"Microsoft.AgFoodPlatform/farmBeats/sensorPartnerScope/sensors/delete\"\ + ]}],\"createdOn\":\"2022-03-09T04:58:21.1168561Z\",\"updatedOn\":\"2022-10-26T05:24:21.6704842Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6b77f0a0-0d89-41cc-acd1-579c22c17a67\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6b77f0a0-0d89-41cc-acd1-579c22c17a67\"\ + },{\"properties\":{\"roleName\":\"Compute Gallery Sharing Admin\",\"type\"\ + :\"BuiltInRole\",\"description\":\"This role allows user to share gallery\ + \ to another subscription/tenant or share it to the public.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/galleries/share/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-03-10T00:33:29.0395291Z\",\"updatedOn\":\"2022-03-25T20:37:05.1839457Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1ef6a3be-d0ac-425d-8c01-acb62866290b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1ef6a3be-d0ac-425d-8c01-acb62866290b\"\ + },{\"properties\":{\"roleName\":\"Scheduled Patching Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides access to manage maintenance configurations\ + \ with maintenance scope InGuestPatch and corresponding configuration assignments\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Maintenance/maintenanceConfigurations/read\"\ + ,\"Microsoft.Maintenance/maintenanceConfigurations/write\",\"Microsoft.Maintenance/maintenanceConfigurations/delete\"\ + ,\"Microsoft.Maintenance/configurationAssignments/read\",\"Microsoft.Maintenance/configurationAssignments/write\"\ + ,\"Microsoft.Maintenance/configurationAssignments/delete\",\"Microsoft.Maintenance/configurationAssignments/maintenanceScope/InGuestPatch/read\"\ + ,\"Microsoft.Maintenance/configurationAssignments/maintenanceScope/InGuestPatch/write\"\ + ,\"Microsoft.Maintenance/configurationAssignments/maintenanceScope/InGuestPatch/delete\"\ + ,\"Microsoft.Maintenance/maintenanceConfigurations/maintenanceScope/InGuestPatch/read\"\ + ,\"Microsoft.Maintenance/maintenanceConfigurations/maintenanceScope/InGuestPatch/write\"\ + ,\"Microsoft.Maintenance/maintenanceConfigurations/maintenanceScope/InGuestPatch/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-03-21T10:28:02.1319658Z\",\"updatedOn\":\"2022-04-13T08:04:33.5842713Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cd08ab90-6b14-449c-ad9a-8f8e549482c6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cd08ab90-6b14-449c-ad9a-8f8e549482c6\"\ + },{\"properties\":{\"roleName\":\"DevCenter Dev Box User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides access to create and manage dev boxes.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DevCenter/projects/read\"\ + ,\"Microsoft.DevCenter/projects/*/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.DevCenter/projects/users/devboxes/userStop/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userStart/action\",\"Microsoft.DevCenter/projects/users/devboxes/userGetRemoteConnection/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userRead/action\",\"Microsoft.DevCenter/projects/users/devboxes/userWrite/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userDelete/action\",\"Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionRead/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionManage/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userActionRead/action\",\"\ + Microsoft.DevCenter/projects/users/devboxes/userActionManage/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-03-31T18:38:03.5210123Z\",\"updatedOn\"\ + :\"2023-03-22T19:17:56.5520463Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45d50f46-0b78-4001-a660-4198cbe8cd05\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"45d50f46-0b78-4001-a660-4198cbe8cd05\"\ + },{\"properties\":{\"roleName\":\"DevCenter Project Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides access to manage project resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DevCenter/projects/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[\"Microsoft.DevCenter/projects/write\",\"Microsoft.DevCenter/projects/delete\"\ + ],\"dataActions\":[\"Microsoft.DevCenter/projects/users/devboxes/adminStart/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/adminStop/action\",\"Microsoft.DevCenter/projects/users/devboxes/adminRead/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/adminWrite/action\",\"Microsoft.DevCenter/projects/users/devboxes/adminDelete/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userStop/action\",\"Microsoft.DevCenter/projects/users/devboxes/userStart/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userGetRemoteConnection/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userRead/action\",\"Microsoft.DevCenter/projects/users/devboxes/userWrite/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userDelete/action\",\"Microsoft.DevCenter/projects/users/environments/adminRead/action\"\ + ,\"Microsoft.DevCenter/projects/users/environments/userWrite/action\",\"Microsoft.DevCenter/projects/users/environments/userDelete/action\"\ + ,\"Microsoft.DevCenter/projects/users/environments/adminDelete/action\",\"\ + Microsoft.DevCenter/projects/users/environments/adminAction/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2022-03-31T19:42:55.7106886Z\",\"updatedOn\":\"2023-06-05T21:32:12.9474863Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/331c37c6-af14-46d9-b9f4-e1909e1b95a0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"331c37c6-af14-46d9-b9f4-e1909e1b95a0\"\ + },{\"properties\":{\"roleName\":\"Virtual Machine Local User Login\",\"type\"\ + :\"BuiltInRole\",\"description\":\"View Virtual Machines in the portal and\ + \ login as a local user configured on the arc server\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/*/read\"\ + ,\"Microsoft.HybridConnectivity/endpoints/listCredentials/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-06T23:57:10.4104571Z\"\ + ,\"updatedOn\":\"2022-04-16T18:55:26.3037328Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/602da2ba-a5c2-41da-b01d-5360126ab525\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"602da2ba-a5c2-41da-b01d-5360126ab525\"\ + },{\"properties\":{\"roleName\":\"Azure Arc ScVmm VM Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Arc ScVmm VM Contributor has permissions\ + \ to perform all VM actions.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"microsoft.scvmm/virtualmachines/*\",\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ + ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T17:19:45.4667566Z\"\ + ,\"updatedOn\":\"2023-05-17T07:13:04.3964110Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e582369a-e17b-42a5-b10c-874c387c530b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e582369a-e17b-42a5-b10c-874c387c530b\"\ + },{\"properties\":{\"roleName\":\"Azure Arc ScVmm Private Clouds Onboarding\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure Arc ScVmm Private Clouds\ + \ Onboarding role has permissions to provision all the required resources\ + \ for onboard and deboard vmm server instances to Azure.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"microsoft.scvmm/vmmservers/Read\"\ + ,\"microsoft.scvmm/vmmservers/Write\",\"microsoft.scvmm/vmmservers/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ + ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ + ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T17:20:24.2592061Z\"\ + ,\"updatedOn\":\"2023-05-17T07:13:04.3974107Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6aac74c4-6311-40d2-bbdd-7d01e7c6e3a9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6aac74c4-6311-40d2-bbdd-7d01e7c6e3a9\"\ + },{\"properties\":{\"roleName\":\"Azure Arc ScVmm Private Cloud User\",\"\ + type\":\"BuiltInRole\",\"description\":\"Azure Arc ScVmm Private Cloud User\ + \ has permissions to use the ScVmm resources to deploy VMs.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ + ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"microsoft.scvmm/virtualnetworks/join/action\"\ + ,\"microsoft.scvmm/virtualnetworks/Read\",\"microsoft.scvmm/virtualmachinetemplates/clone/action\"\ + ,\"microsoft.scvmm/virtualmachinetemplates/Read\",\"microsoft.scvmm/clouds/deploy/action\"\ + ,\"microsoft.scvmm/clouds/Read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T17:21:33.4624374Z\"\ + ,\"updatedOn\":\"2023-05-17T07:13:04.3964110Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c0781e91-8102-4553-8951-97c6d4243cda\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c0781e91-8102-4553-8951-97c6d4243cda\"\ + },{\"properties\":{\"roleName\":\"Azure Arc ScVmm Administrator role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Arc ScVmm VM Administrator has permissions\ + \ to perform all ScVmm actions.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ScVmm/*\",\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ + ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T17:23:36.5115227Z\"\ + ,\"updatedOn\":\"2023-05-17T06:58:04.1499219Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a92dfd61-77f9-4aec-a531-19858b406c87\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a92dfd61-77f9-4aec-a531-19858b406c87\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Importer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to read and import FHIR Data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/import/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-04-19T07:59:50.0236181Z\",\"\ + updatedOn\":\"2022-04-21T09:16:15.3849248Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4465e953-8ced-4406-a58e-0f6e3f3b530b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4465e953-8ced-4406-a58e-0f6e3f3b530b\"\ + },{\"properties\":{\"roleName\":\"API Management Developer Portal Content\ + \ Editor\",\"type\":\"BuiltInRole\",\"description\":\"Can customize the developer\ + \ portal, edit its content, and publish it.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/portalRevisions/read\"\ + ,\"Microsoft.ApiManagement/service/portalRevisions/write\",\"Microsoft.ApiManagement/service/contentTypes/read\"\ + ,\"Microsoft.ApiManagement/service/contentTypes/delete\",\"Microsoft.ApiManagement/service/contentTypes/write\"\ + ,\"Microsoft.ApiManagement/service/contentTypes/contentItems/read\",\"Microsoft.ApiManagement/service/contentTypes/contentItems/write\"\ + ,\"Microsoft.ApiManagement/service/contentTypes/contentItems/delete\"],\"\ + notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ + 2022-05-06T17:42:10.1276527Z\",\"updatedOn\":\"2022-05-10T21:44:17.7458996Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c031e6a8-4391-4de0-8d69-4706a7ed3729\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c031e6a8-4391-4de0-8d69-4706a7ed3729\"\ + },{\"properties\":{\"roleName\":\"VM Scanner Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role that provides access to disk snapshot for security\ + \ analysis.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/beginGetAccess/action\"\ + ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Compute/virtualMachineScaleSets/instanceView/read\",\"Microsoft.Compute/virtualMachineScaleSets/read\"\ + ,\"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/read\",\"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/instanceView/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-05-15T14:44:58.0697864Z\",\"updatedOn\":\"2022-06-06T17:44:18.2603469Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d24ecba3-c1f4-40fa-a7bb-4588a071e8fd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d24ecba3-c1f4-40fa-a7bb-4588a071e8fd\"\ + },{\"properties\":{\"roleName\":\"Elastic SAN Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full access to all resources under Azure Elastic\ + \ SAN including changing network security policies to unblock data path access\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ElasticSan/elasticSans/*\"\ + ,\"Microsoft.ElasticSan/locations/*\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-05-25T10:31:53.7129003Z\",\"updatedOn\"\ + :\"2022-08-22T15:27:30.0884957Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/80dcbedb-47ef-405d-95bd-188a1b4ac406\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"80dcbedb-47ef-405d-95bd-188a1b4ac406\"\ + },{\"properties\":{\"roleName\":\"Elastic SAN Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for control path read access to Azure Elastic SAN\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ElasticSan/elasticSans/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-05-31T04:56:26.3763359Z\",\"updatedOn\":\"2022-08-22T15:27:30.0884957Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/af6a70f8-3c9f-4105-acf1-d719e9fca4ca\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"af6a70f8-3c9f-4105-acf1-d719e9fca4ca\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Virtual Machine Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role is in preview and subject\ + \ to change. Provide permission to the Azure Virtual Desktop Resource Provider\ + \ to create, delete, update, start, and stop virtual machines.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/hostpools/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/write\",\"Microsoft.DesktopVirtualization/hostpools/retrieveRegistrationToken/action\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/write\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/delete\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/disconnect/action\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/sendMessage/action\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionHostConfigurations/read\"\ + ,\"Microsoft.Compute/availabilitySets/read\",\"Microsoft.Compute/availabilitySets/write\"\ + ,\"Microsoft.Compute/availabilitySets/vmSizes/read\",\"Microsoft.Compute/disks/read\"\ + ,\"Microsoft.Compute/disks/write\",\"Microsoft.Compute/disks/delete\",\"Microsoft.Compute/galleries/read\"\ + ,\"Microsoft.Compute/galleries/images/read\",\"Microsoft.Compute/galleries/images/versions/read\"\ + ,\"Microsoft.Compute/images/read\",\"Microsoft.Compute/locations/usages/read\"\ + ,\"Microsoft.Compute/locations/vmSizes/read\",\"Microsoft.Compute/operations/read\"\ + ,\"Microsoft.Compute/skus/read\",\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Compute/virtualMachines/write\",\"Microsoft.Compute/virtualMachines/delete\"\ + ,\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.Compute/virtualMachines/powerOff/action\"\ + ,\"Microsoft.Compute/virtualMachines/restart/action\",\"Microsoft.Compute/virtualMachines/deallocate/action\"\ + ,\"Microsoft.Compute/virtualMachines/runCommand/action\",\"Microsoft.Compute/virtualMachines/extensions/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/write\",\"Microsoft.Compute/virtualMachines/extensions/delete\"\ + ,\"Microsoft.Compute/virtualMachines/runCommands/read\",\"Microsoft.Compute/virtualMachines/runCommands/write\"\ + ,\"Microsoft.Compute/virtualMachines/vmSizes/read\",\"Microsoft.Network/networkSecurityGroups/read\"\ + ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/networkInterfaces/delete\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Marketplace/offerTypes/publishers/offers/plans/agreements/read\"\ + ,\"Microsoft.KeyVault/vaults/deploy/action\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-06-27T23:34:34.2924270Z\",\"updatedOn\":\"2022-07-14T23:59:09.6368154Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a959dbd1-f747-45e3-8ba6-dd80f235f97c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a959dbd1-f747-45e3-8ba6-dd80f235f97c\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Power On Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role is in preview and subject\ + \ to change. Provide permission to the Azure Virtual Desktop Resource Provider\ + \ to start virtual machines.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-06-27T23:34:34.8048994Z\"\ + ,\"updatedOn\":\"2022-07-14T23:59:09.6368154Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/489581de-a3bd-480d-9518-53dea7416b33\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"489581de-a3bd-480d-9518-53dea7416b33\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Power On Off Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role is in preview and subject\ + \ to change. Provide permission to the Azure Virtual Desktop Resource Provider\ + \ to start and stop virtual machines.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Compute/virtualMachines/deallocate/action\"\ + ,\"Microsoft.Compute/virtualMachines/restart/action\",\"Microsoft.Compute/virtualMachines/powerOff/action\"\ + ,\"Microsoft.Insights/eventtypes/values/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.DesktopVirtualization/hostpools/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/write\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/write\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/delete\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/sendMessage/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-06-27T23:34:34.8048994Z\",\"updatedOn\":\"2022-07-14T23:59:09.6368154Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/40c5ff49-9181-41f8-ae61-143b0e78555e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"40c5ff49-9181-41f8-ae61-143b0e78555e\"\ + },{\"properties\":{\"roleName\":\"Elastic SAN Volume Group Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for full access to a volume group\ + \ in Azure Elastic SAN including changing network security policies to unblock\ + \ data path access\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ,\"Microsoft.ElasticSan/elasticSans/volumeGroups/*\",\"Microsoft.ElasticSan/locations/asyncoperations/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-07-01T12:56:46.0182642Z\",\"updatedOn\":\"2022-08-22T15:27:30.0884957Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a8281131-f312-4f34-8d98-ae12be9f0d23\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a8281131-f312-4f34-8d98-ae12be9f0d23\"\ + },{\"properties\":{\"roleName\":\"Access Review Operator Service Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you grant Access Review System\ + \ app permissions to discover and revoke access as needed by the access review\ + \ process.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleAssignments/delete\"\ + ,\"Microsoft.Management/getEntities/action\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2022-07-01T20:18:33.8473541Z\"\ + ,\"updatedOn\":\"2022-07-01T20:18:33.8473541Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/76cc9ee4-d5d3-4a45-a930-26add3d73475\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"76cc9ee4-d5d3-4a45-a930-26add3d73475\"\ + },{\"properties\":{\"roleName\":\"Code Signing Identity Verifier\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Manage identity or business verification\ + \ requests. This role is in preview and subject to change.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CodeSigning/*/read\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.CodeSigning/IdentityVerification/Read\"\ + ,\"Microsoft.CodeSigning/IdentityVerification/Write\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2022-07-28T05:30:15.0114431Z\",\"updatedOn\":\"2022-11-01T05:16:07.2974025Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4339b7cf-9826-4e41-b4ed-c7f4505dac08\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4339b7cf-9826-4e41-b4ed-c7f4505dac08\"\ + },{\"properties\":{\"roleName\":\"Video Indexer Restricted Viewer\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has access to view and search through all\ + \ video's insights and transcription in the Video Indexer portal. No access\ + \ to model customization, embedding of widget, downloading videos, or sharing\ + \ the account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.VideoIndexer/*/read\",\"Microsoft.VideoIndexer/accounts/*/action\"\ + ],\"notActions\":[\"Microsoft.VideoIndexer/*/write\",\"Microsoft.VideoIndexer/*/delete\"\ + ,\"Microsoft.VideoIndexer/accounts/generateAccessToken/action\"],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2022-08-08T18:06:28.4761091Z\"\ + ,\"updatedOn\":\"2022-08-08T18:06:28.4761091Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a2c4a527-7dc0-4ee3-897b-403ade70fafb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a2c4a527-7dc0-4ee3-897b-403ade70fafb\"\ + },{\"properties\":{\"roleName\":\"Monitoring Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can access the data in an Azure Monitor Workspace.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Monitor/accounts/data/metrics/read\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-08-18T21:42:07.5907559Z\",\"updatedOn\"\ + :\"2022-10-06T18:45:11.9001059Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b0d8363b-8ddd-447d-831f-62ca05bff136\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b0d8363b-8ddd-447d-831f-62ca05bff136\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Writer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows read/write access to most\ + \ objects in a namespace.This role does not allow viewing or modifying roles\ + \ or role bindings. However, this role allows accessing Secrets as any ServiceAccount\ + \ in the namespace, so it can be used to gain the API access levels of any\ + \ ServiceAccount in the namespace. Applying this role at cluster scope will\ + \ give access across all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ContainerService/fleets/read\",\"Microsoft.ContainerService/fleets/listCredentials/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/fleets/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/fleets/apps/daemonsets/*\",\"Microsoft.ContainerService/fleets/apps/deployments/*\"\ + ,\"Microsoft.ContainerService/fleets/apps/statefulsets/*\",\"Microsoft.ContainerService/fleets/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.ContainerService/fleets/batch/cronjobs/*\",\"Microsoft.ContainerService/fleets/batch/jobs/*\"\ + ,\"Microsoft.ContainerService/fleets/configmaps/*\",\"Microsoft.ContainerService/fleets/endpoints/*\"\ + ,\"Microsoft.ContainerService/fleets/events.k8s.io/events/read\",\"Microsoft.ContainerService/fleets/events/read\"\ + ,\"Microsoft.ContainerService/fleets/extensions/daemonsets/*\",\"Microsoft.ContainerService/fleets/extensions/deployments/*\"\ + ,\"Microsoft.ContainerService/fleets/extensions/ingresses/*\",\"Microsoft.ContainerService/fleets/extensions/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/fleets/limitranges/read\",\"Microsoft.ContainerService/fleets/namespaces/read\"\ + ,\"Microsoft.ContainerService/fleets/networking.k8s.io/ingresses/*\",\"Microsoft.ContainerService/fleets/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/fleets/persistentvolumeclaims/*\",\"Microsoft.ContainerService/fleets/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.ContainerService/fleets/replicationcontrollers/*\",\"Microsoft.ContainerService/fleets/replicationcontrollers/*\"\ + ,\"Microsoft.ContainerService/fleets/resourcequotas/read\",\"Microsoft.ContainerService/fleets/secrets/*\"\ + ,\"Microsoft.ContainerService/fleets/serviceaccounts/*\",\"Microsoft.ContainerService/fleets/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-19T21:54:44.6234342Z\",\"\ + updatedOn\":\"2022-08-25T18:08:36.2213166Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5af6afb3-c06c-4fa4-8848-71a8aee05683\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5af6afb3-c06c-4fa4-8848-71a8aee05683\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager Contributor\ + \ Role\",\"type\":\"BuiltInRole\",\"description\":\"Grants access to read\ + \ and write Azure Kubernetes Fleet Manager clusters\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerService/fleets/*\"\ + ,\"Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2022-08-19T21:54:44.6234342Z\"\ + ,\"updatedOn\":\"2022-08-19T21:54:44.6234342Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/63bb64ad-9799-4770-b5c3-24ed299a07bf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"63bb64ad-9799-4770-b5c3-24ed299a07bf\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Cluster\ + \ Admin\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources\ + \ in the fleet manager cluster.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ContainerService/fleets/read\",\"Microsoft.ContainerService/fleets/listCredentials/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/fleets/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-19T21:54:44.6234342Z\",\"\ + updatedOn\":\"2022-08-19T21:54:44.6234342Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18ab4d3d-a1bf-4477-8ad9-8359bc988f69\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18ab4d3d-a1bf-4477-8ad9-8359bc988f69\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Admin\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role grants admin access\ + \ - provides write permissions on most objects within a a namespace, with\ + \ the exception of ResourceQuota object and the namespace object itself. Applying\ + \ this role at cluster scope will give access across all namespaces.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ContainerService/fleets/read\"\ + ,\"Microsoft.ContainerService/fleets/listCredentials/action\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ContainerService/fleets/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/fleets/apps/daemonsets/*\",\"Microsoft.ContainerService/fleets/apps/deployments/*\"\ + ,\"Microsoft.ContainerService/fleets/apps/statefulsets/*\",\"Microsoft.ContainerService/fleets/authorization.k8s.io/localsubjectaccessreviews/write\"\ + ,\"Microsoft.ContainerService/fleets/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.ContainerService/fleets/batch/cronjobs/*\",\"Microsoft.ContainerService/fleets/batch/jobs/*\"\ + ,\"Microsoft.ContainerService/fleets/configmaps/*\",\"Microsoft.ContainerService/fleets/endpoints/*\"\ + ,\"Microsoft.ContainerService/fleets/events.k8s.io/events/read\",\"Microsoft.ContainerService/fleets/events/read\"\ + ,\"Microsoft.ContainerService/fleets/extensions/daemonsets/*\",\"Microsoft.ContainerService/fleets/extensions/deployments/*\"\ + ,\"Microsoft.ContainerService/fleets/extensions/ingresses/*\",\"Microsoft.ContainerService/fleets/extensions/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/fleets/limitranges/read\",\"Microsoft.ContainerService/fleets/namespaces/read\"\ + ,\"Microsoft.ContainerService/fleets/networking.k8s.io/ingresses/*\",\"Microsoft.ContainerService/fleets/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/fleets/persistentvolumeclaims/*\",\"Microsoft.ContainerService/fleets/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.ContainerService/fleets/rbac.authorization.k8s.io/rolebindings/*\"\ + ,\"Microsoft.ContainerService/fleets/rbac.authorization.k8s.io/roles/*\",\"\ + Microsoft.ContainerService/fleets/replicationcontrollers/*\",\"Microsoft.ContainerService/fleets/replicationcontrollers/*\"\ + ,\"Microsoft.ContainerService/fleets/resourcequotas/read\",\"Microsoft.ContainerService/fleets/secrets/*\"\ + ,\"Microsoft.ContainerService/fleets/serviceaccounts/*\",\"Microsoft.ContainerService/fleets/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-19T21:54:44.6234342Z\",\"\ + updatedOn\":\"2022-08-25T18:08:36.2213166Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/434fb43a-c01c-447e-9f67-c3ad923cfaba\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"434fb43a-c01c-447e-9f67-c3ad923cfaba\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows read-only access to see\ + \ most objects in a namespace. It does not allow viewing roles or role bindings.\ + \ This role does not allow viewing Secrets, since reading the contents of\ + \ Secrets enables access to ServiceAccount credentials in the namespace, which\ + \ would allow API access as any ServiceAccount in the namespace (a form of\ + \ privilege escalation). Applying this role at cluster scope will give access\ + \ across all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ContainerService/fleets/read\",\"Microsoft.ContainerService/fleets/listCredentials/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/fleets/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/fleets/apps/daemonsets/read\",\"Microsoft.ContainerService/fleets/apps/deployments/read\"\ + ,\"Microsoft.ContainerService/fleets/apps/statefulsets/read\",\"Microsoft.ContainerService/fleets/autoscaling/horizontalpodautoscalers/read\"\ + ,\"Microsoft.ContainerService/fleets/batch/cronjobs/read\",\"Microsoft.ContainerService/fleets/batch/jobs/read\"\ + ,\"Microsoft.ContainerService/fleets/configmaps/read\",\"Microsoft.ContainerService/fleets/endpoints/read\"\ + ,\"Microsoft.ContainerService/fleets/events.k8s.io/events/read\",\"Microsoft.ContainerService/fleets/events/read\"\ + ,\"Microsoft.ContainerService/fleets/extensions/daemonsets/read\",\"Microsoft.ContainerService/fleets/extensions/deployments/read\"\ + ,\"Microsoft.ContainerService/fleets/extensions/ingresses/read\",\"Microsoft.ContainerService/fleets/extensions/networkpolicies/read\"\ + ,\"Microsoft.ContainerService/fleets/limitranges/read\",\"Microsoft.ContainerService/fleets/namespaces/read\"\ + ,\"Microsoft.ContainerService/fleets/networking.k8s.io/ingresses/read\",\"\ + Microsoft.ContainerService/fleets/networking.k8s.io/networkpolicies/read\"\ + ,\"Microsoft.ContainerService/fleets/persistentvolumeclaims/read\",\"Microsoft.ContainerService/fleets/policy/poddisruptionbudgets/read\"\ + ,\"Microsoft.ContainerService/fleets/replicationcontrollers/read\",\"Microsoft.ContainerService/fleets/replicationcontrollers/read\"\ + ,\"Microsoft.ContainerService/fleets/resourcequotas/read\",\"Microsoft.ContainerService/fleets/serviceaccounts/read\"\ + ,\"Microsoft.ContainerService/fleets/services/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2022-08-19T21:54:44.6234342Z\",\"updatedOn\":\"2022-08-25T18:08:36.2213166Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/30b27cfc-9c84-438e-b0ce-70e35255df80\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"30b27cfc-9c84-438e-b0ce-70e35255df80\"\ + },{\"properties\":{\"roleName\":\"Kubernetes Namespace User\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows a user to read namespace resources\ + \ and retrieve kubeconfig for the cluster\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.KubernetesConfiguration/namespaces/read\"\ + ,\"Microsoft.KubernetesConfiguration/namespaces/listUserCredential/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-08-23T05:53:29.2401441Z\",\"updatedOn\":\"2022-08-23T05:53:29.2401441Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ba79058c-0414-4a34-9e42-c3399d80cd5a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ba79058c-0414-4a34-9e42-c3399d80cd5a\"\ + },{\"properties\":{\"roleName\":\"Data Labeling - Labeler\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can label data in Labeling.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/workspaces/read\"\ + ,\"Microsoft.MachineLearningServices/workspaces/experiments/runs/read\",\"\ + Microsoft.MachineLearningServices/workspaces/labeling/projects/read\",\"Microsoft.MachineLearningServices/workspaces/labeling/projects/summary/read\"\ + ,\"Microsoft.MachineLearningServices/workspaces/labeling/labels/read\",\"\ + Microsoft.MachineLearningServices/workspaces/labeling/labels/write\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-01T18:26:59.8559741Z\"\ + ,\"updatedOn\":\"2022-09-07T18:52:08.6907182Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c6decf44-fd0a-444c-a844-d653c394e7ab\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c6decf44-fd0a-444c-a844-d653c394e7ab\"\ + },{\"properties\":{\"roleName\":\"Template Spec Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows full access to Template Spec operations\ + \ at the assigned scope.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Resources/templateSpecs/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-09-06T21:40:35.0538486Z\",\"updatedOn\":\"2022-09-06T21:40:35.0538486Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1c9b6475-caf0-4164-b5a1-2142a7116f4b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1c9b6475-caf0-4164-b5a1-2142a7116f4b\"\ + },{\"properties\":{\"roleName\":\"Template Spec Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows read access to Template Specs at the assigned scope.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/templateSpecs/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-09-06T21:40:35.0538486Z\",\"updatedOn\":\"2022-09-06T21:40:35.0538486Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/392ae280-861d-42bd-9ea5-08ee6d83b80e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"392ae280-861d-42bd-9ea5-08ee6d83b80e\"\ + },{\"properties\":{\"roleName\":\"Role Based Access Control Administrator\ + \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Manage access to\ + \ Azure resources by assigning roles using Azure RBAC. This role does not\ + \ allow you to manage access using other ways, such as Azure Policy.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/write\"\ + ,\"Microsoft.Authorization/roleAssignments/delete\",\"*/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-09-06T22:11:11.4458675Z\",\"updatedOn\":\"2022-09-06T22:11:11.4458675Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f58310d9-a9f6-439a-9e8d-f62e7b41a168\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f58310d9-a9f6-439a-9e8d-f62e7b41a168\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Playbook Operator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Microsoft Sentinel Playbook Operator\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Logic/workflows/read\"\ + ,\"Microsoft.Logic/workflows/triggers/listCallbackUrl/action\",\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/listCallbackUrl/action\"\ + ,\"Microsoft.Web/sites/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2022-09-19T15:10:00.4803785Z\",\"updatedOn\":\"2022-12-05T18:09:08.3556749Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/51d6186e-6489-4900-b93f-92e23144cca5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"51d6186e-6489-4900-b93f-92e23144cca5\"\ + },{\"properties\":{\"roleName\":\"Deployment Environments User\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides access to manage environment resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DevCenter/projects/read\"\ + ,\"Microsoft.DevCenter/projects/*/read\",\"Microsoft.Fidalgo/projects/read\"\ + ,\"Microsoft.Fidalgo/projects/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[\"Microsoft.DevCenter/projects/pools/read\"\ + ,\"Microsoft.Fidalgo/projects/pools/read\",\"Microsoft.DevCenter/projects/pools/schedules/read\"\ + ],\"dataActions\":[\"Microsoft.DevCenter/projects/users/environments/adminRead/action\"\ + ,\"Microsoft.DevCenter/projects/users/environments/userWrite/action\",\"Microsoft.DevCenter/projects/users/environments/userDelete/action\"\ + ,\"Microsoft.DevCenter/projects/users/environments/adminAction/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-09-20T20:51:42.7384536Z\",\"updatedOn\"\ + :\"2022-10-11T07:53:29.7067755Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e40d4e-8d2e-438d-97e1-9528336e149c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18e40d4e-8d2e-438d-97e1-9528336e149c\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Apps Connect Role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Azure Spring Apps Connect Role\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.AppPlatform/Spring/apps/deployments/connect/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2022-09-22T06:55:16.9189450Z\",\"updatedOn\":\"2022-09-22T06:55:16.9189450Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/80558df3-64f9-4c0f-b32d-e5094b036b0b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"80558df3-64f9-4c0f-b32d-e5094b036b0b\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Apps Remote Debugging Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure Spring Apps Remote Debugging\ + \ Role\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/apps/deployments/remotedebugging/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-09-22T07:10:29.3874610Z\",\"\ + updatedOn\":\"2022-09-22T07:10:29.3874610Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a99b0159-1064-4c22-a57b-c9b3caa1c054\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a99b0159-1064-4c22-a57b-c9b3caa1c054\"\ + },{\"properties\":{\"roleName\":\"AzureML Registry User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can perform all actions on Machine Learning Services Registry\ + \ assets\_as well as get Registry resources.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/registries/read\"\ + ,\"Microsoft.MachineLearningServices/registries/assets/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-26T15:06:14.4270097Z\"\ + ,\"updatedOn\":\"2022-09-26T15:06:14.4270097Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1823dd4f-9b8c-4ab6-ab4e-7397a3684615\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1823dd4f-9b8c-4ab6-ab4e-7397a3684615\"\ + },{\"properties\":{\"roleName\":\"AzureML Compute Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can access and perform CRUD operations on Machine Learning\ + \ Services managed compute resources (including Notebook VMs).\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/workspaces/computes/*\"\ + ,\"Microsoft.MachineLearningServices/workspaces/notebooks/vm/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-26T15:06:14.4270097Z\"\ + ,\"updatedOn\":\"2022-09-26T15:06:14.4270097Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e503ece1-11d0-4e8e-8e2c-7a6c3bf38815\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e503ece1-11d0-4e8e-8e2c-7a6c3bf38815\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role provides read access\ + \ to all capabilities of Azure Center for SAP solutions.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Advisor/configurations/read\"\ + ,\"Microsoft.Advisor/recommendations/read\",\"Microsoft.Workloads/sapvirtualInstances/*/read\"\ + ,\"Microsoft.Workloads/Locations/*/action\",\"Microsoft.Workloads/Operations/read\"\ + ,\"Microsoft.Workloads/Locations/OperationStatuses/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\"\ + ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/ipconfigurations/read\"\ + ,\"Microsoft.Network/networkInterfaces/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/backendAddressPools/read\"\ + ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/read\",\"Microsoft.Network/loadBalancers/loadBalancingRules/read\"\ + ,\"Microsoft.Network/loadBalancers/inboundNatRules/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/networkInterfaces/read\",\"Microsoft.Network/loadBalancers/outboundRules/read\"\ + ,\"Microsoft.Network/loadBalancers/virtualMachines/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/privateEndpoints/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/read\",\"Microsoft.Storage/storageAccounts/fileServices/shares/read\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/availabilitySets/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/read\",\"Microsoft.Compute/disks/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-09-30T06:12:33.9068922Z\",\"updatedOn\":\"2023-06-01T07:20:24.5246962Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/05352d14-a920-4328-a0de-4cbe7430e26b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"05352d14-a920-4328-a0de-4cbe7430e26b\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions service role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure Center for SAP solutions\ + \ service role - This role is intended to be used for providing the permissions\ + \ to user assigned managed identity. Azure Center for SAP solutions will use\ + \ this identity to deploy and manage SAP systems.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/write\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/write\"\ + ,\"Microsoft.Network/loadBalancers/backendAddressPools/read\",\"Microsoft.Network/loadBalancers/backendAddressPools/write\"\ + ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/read\",\"Microsoft.Network/loadBalancers/loadBalancingRules/read\"\ + ,\"Microsoft.Network/loadBalancers/inboundNatRules/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/networkInterfaces/read\",\"Microsoft.Network/loadBalancers/outboundRules/read\"\ + ,\"Microsoft.Network/loadBalancers/virtualMachines/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\"\ + ,\"Microsoft.Network/networkInterfaces/ipconfigurations/read\",\"Microsoft.Network/networkInterfaces/loadBalancers/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/checkIpAddressAvailability/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\"\ + ,\"Microsoft.Network/virtualNetworks/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/ipconfigurations/join/action\"\ + ,\"Microsoft.Network/privateEndpoints/read\",\"Microsoft.Network/privateEndpoints/write\"\ + ,\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\"\ + ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/join/action\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/subnets/joinLoadBalancer/action\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/write\"\ + ,\"Microsoft.Storage/storageAccounts/PrivateEndpointConnectionsApproval/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/read\",\"Microsoft.Storage/storageAccounts/fileServices/write\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/shares/read\",\"Microsoft.Storage/storageAccounts/fileServices/shares/write\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/write\"\ + ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Compute/availabilitySets/read\"\ + ,\"Microsoft.Compute/availabilitySets/write\",\"Microsoft.Compute/skus/read\"\ + ,\"Microsoft.Compute/sshPublicKeys/read\",\"Microsoft.Compute/virtualMachines/extensions/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/write\",\"Microsoft.Compute/virtualMachines/extensions/delete\"\ + ,\"Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/write\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-30T06:12:34.4541883Z\"\ + ,\"updatedOn\":\"2023-01-31T07:21:28.5445523Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/aabbc5dd-1af0-458b-a942-81af88f9c138\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"aabbc5dd-1af0-458b-a942-81af88f9c138\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role provides read and write\ + \ access to all capabilities of Azure Center for SAP solutions.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Advisor/configurations/read\"\ + ,\"Microsoft.Advisor/recommendations/read\",\"Microsoft.Workloads/sapvirtualInstances/*/read\"\ + ,\"Microsoft.Workloads/sapVirtualInstances/*/write\",\"Microsoft.Workloads/sapVirtualInstances/*/delete\"\ + ,\"Microsoft.Workloads/Locations/*/action\",\"Microsoft.Workloads/Locations/*/read\"\ + ,\"Microsoft.Workloads/sapVirtualInstances/*/start/action\",\"Microsoft.Workloads/sapVirtualInstances/*/stop/action\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/write\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/write\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/ipconfigurations/read\",\"Microsoft.Network/networkInterfaces/loadBalancers/read\"\ + ,\"Microsoft.Network/networkInterfaces/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/backendAddressPools/read\"\ + ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/read\",\"Microsoft.Network/loadBalancers/loadBalancingRules/read\"\ + ,\"Microsoft.Network/loadBalancers/inboundNatRules/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/networkInterfaces/read\",\"Microsoft.Network/loadBalancers/outboundRules/read\"\ + ,\"Microsoft.Network/loadBalancers/virtualMachines/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/privateEndpoints/read\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/routeTables/join/action\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/read\",\"Microsoft.Storage/storageAccounts/fileServices/shares/read\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/availabilitySets/read\"\ + ,\"Microsoft.Compute/sshPublicKeys/read\",\"Microsoft.Compute/sshPublicKeys/write\"\ + ,\"Microsoft.Compute/sshPublicKeys/*/generateKeyPair/action\",\"Microsoft.Compute/virtualMachines/extensions/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/delete\",\"Microsoft.Compute/disks/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-03T15:02:12.4663451Z\",\"\ + updatedOn\":\"2023-06-01T07:20:24.5246962Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7b0c7e81-271f-4c71-90bf-e30bdfdbc2f7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7b0c7e81-271f-4c71-90bf-e30bdfdbc2f7\"\ + },{\"properties\":{\"roleName\":\"Azure Traffic Controller Configuration Manager\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows access to traffic controller\ + \ resource. Also allows all confiuration Updates on traffic controller\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ServiceNetworking/trafficControllers/read\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/write\",\"Microsoft.ServiceNetworking/trafficControllers/delete\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/frontends/read\",\"Microsoft.ServiceNetworking/trafficControllers/frontends/write\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/frontends/delete\",\"Microsoft.ServiceNetworking/trafficControllers/associations/read\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/associations/write\",\"\ + Microsoft.ServiceNetworking/trafficControllers/associations/delete\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ServiceNetworking/trafficControllers/serviceRoutingConfigurations/read\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/serviceRoutingConfigurations/write\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/serviceRoutingConfigurations/delete\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-05T01:07:25.0493972Z\",\"\ + updatedOn\":\"2022-10-26T23:56:58.2547550Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fbc52c3f-28ad-4303-a892-8a056630b8f1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fbc52c3f-28ad-4303-a892-8a056630b8f1\"\ + },{\"properties\":{\"roleName\":\"FHIR SMART User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user to access FHIR Service according to SMART\ + \ on FHIR specification\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/read\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\",\"Microsoft.HealthcareApis/services/fhir/resources/smart/action\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/smart/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-25T15:11:56.8461766Z\",\"\ + updatedOn\":\"2022-12-05T20:11:06.0992340Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4ba50f17-9666-485c-a643-ff00808643f0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4ba50f17-9666-485c-a643-ff00808643f0\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services OpenAI Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Full access including the ability\ + \ to fine-tune, deploy and generate text\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/OpenAI/*\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2022-10-25T20:16:34.9493725Z\",\"updatedOn\":\"2022-10-25T20:16:34.9493725Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a001fd3d-188f-4b5d-821b-7da978bf7442\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a001fd3d-188f-4b5d-821b-7da978bf7442\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services OpenAI User\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Ability to view files, models, deployments.\ + \ Readers can't make any changes They can inference\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/OpenAI/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/engines/completions/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/engines/search/action\",\"\ + Microsoft.CognitiveServices/accounts/OpenAI/engines/generate/action\",\"Microsoft.CognitiveServices/accounts/OpenAI/engines/completions/write\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/search/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/completions/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/chat/completions/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/extensions/chat/completions/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/embeddings/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/completions/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-25T20:16:34.9493725Z\",\"\ + updatedOn\":\"2023-05-26T18:39:17.4065060Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e0bd9bd-7b93-4f28-af87-19fc36ad61bd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e0bd9bd-7b93-4f28-af87-19fc36ad61bd\"\ + },{\"properties\":{\"roleName\":\"Impact Reporter\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows access to create/report, read and delete impacts\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Impact/WorkloadImpacts/*\"\ + ,\"Microsoft.Impact/ImpactCategories/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2022-10-26T20:23:26.2218757Z\"\ + ,\"updatedOn\":\"2022-11-04T20:01:52.7464373Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36e80216-a7e8-4f42-a7e1-f12c98cbaf8a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"36e80216-a7e8-4f42-a7e1-f12c98cbaf8a\"\ + },{\"properties\":{\"roleName\":\"Impact Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows read-only access to reported impacts and impact\ + \ categories\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Impact/WorkloadImpacts/read\",\"Microsoft.Impact/ImpactCategories/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-10-26T20:38:41.9711782Z\",\"updatedOn\":\"2022-11-04T20:01:52.7464373Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/68ff5d27-c7f5-4fa9-a21c-785d0df7bd9e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"68ff5d27-c7f5-4fa9-a21c-785d0df7bd9e\"\ + },{\"properties\":{\"roleName\":\"ContainerApp Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"View all containerapp resources, but does not allow you\ + \ to make any changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.App/containerApps/*/read\",\"Microsoft.App/containerApps/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-11-04T22:03:42.8478872Z\",\"updatedOn\":\"2022-12-20T18:33:40.2659251Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ad2dd5fb-cd4b-4fd4-a9b6-4fed3630980b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ad2dd5fb-cd4b-4fd4-a9b6-4fed3630980b\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Cluster Monitoring\ + \ User\",\"type\":\"BuiltInRole\",\"description\":\"List cluster monitoring\ + \ user credential action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.ContainerService/managedClusters/listClusterMonitoringUserCredential/action\"\ + ,\"Microsoft.ContainerService/managedClusters/read\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-11-07T16:03:48.7116491Z\"\ + ,\"updatedOn\":\"2023-02-02T03:07:23.3237688Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1afdec4b-e479-420e-99e7-f82237c7c5e6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1afdec4b-e479-420e-99e7-f82237c7c5e6\"\ + },{\"properties\":{\"roleName\":\"Azure Connected Machine Resource Manager\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Custom Role for AzureStackHCI\ + \ RP to manage hybrid compute machines and hybrid connectivity endpoints in\ + \ a resource group\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.HybridConnectivity/endpoints/read\",\"Microsoft.HybridConnectivity/endpoints/write\"\ + ,\"Microsoft.HybridConnectivity/endpoints/serviceConfigurations/read\",\"\ + Microsoft.HybridConnectivity/endpoints/serviceConfigurations/write\",\"Microsoft.HybridCompute/machines/read\"\ + ,\"Microsoft.HybridCompute/machines/write\",\"Microsoft.HybridCompute/machines/delete\"\ + ,\"Microsoft.HybridCompute/machines/extensions/read\",\"Microsoft.HybridCompute/machines/extensions/write\"\ + ,\"Microsoft.HybridCompute/machines/extensions/delete\",\"Microsoft.HybridCompute/*/read\"\ + ,\"Microsoft.HybridCompute/machines/UpgradeExtensions/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-11-11T07:00:46.0732593Z\"\ + ,\"updatedOn\":\"2023-05-09T10:45:39.1904419Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f5819b54-e033-4d82-ac66-4fec3cbf3f4c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f5819b54-e033-4d82-ac66-4fec3cbf3f4c\"\ + },{\"properties\":{\"roleName\":\"SqlDb Migration Role\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role for SqlDb migration\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Sql/servers/read\",\"Microsoft.Sql/servers/write\"\ + ,\"Microsoft.Sql/servers/databases/read\",\"Microsoft.Sql/servers/databases/write\"\ + ,\"Microsoft.Sql/servers/databases/delete\",\"Microsoft.DataMigration/locations/operationResults/read\"\ + ,\"Microsoft.DataMigration/locations/operationStatuses/read\",\"Microsoft.DataMigration/locations/sqlMigrationServiceOperationResults/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/write\",\"Microsoft.DataMigration/databaseMigrations/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/delete\",\"Microsoft.DataMigration/databaseMigrations/cancel/action\"\ + ,\"Microsoft.DataMigration/databaseMigrations/cutover/action\",\"Microsoft.DataMigration/sqlMigrationServices/write\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/delete\",\"Microsoft.DataMigration/sqlMigrationServices/read\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listAuthKeys/action\",\"Microsoft.DataMigration/sqlMigrationServices/regenerateAuthKeys/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/deleteNode/action\",\"Microsoft.DataMigration/sqlMigrationServices/listMonitoringData/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listMigrations/read\",\"Microsoft.DataMigration/sqlMigrationServices/MonitoringData/read\"\ + ,\"Microsoft.DataMigration/register/action\",\"Microsoft.DataMigration/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-12-05T22:44:49.0534137Z\",\"updatedOn\":\"2023-02-16T20:05:09.8576114Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/189207d4-bb67-4208-a635-b06afe8b2c57\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"189207d4-bb67-4208-a635-b06afe8b2c57\"\ + },{\"properties\":{\"roleName\":\"Bayer Ag Powered Services Imagery Solution\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Provide access to Imagery Solution\ + \ by Bayer Ag Powered Services\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/read\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/write\",\"Microsoft.AgFoodPlatform/farmBeats/ingestionJobs/satelliteDataIngestionJobs/*\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/scenes/*\",\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insights/*\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insightAttachments/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-01-10T09:47:50.1779616Z\",\"\ + updatedOn\":\"2023-03-15T11:12:45.0172539Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ef29765d-0d37-4119-a4f8-f9f9902c9588\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ef29765d-0d37-4119-a4f8-f9f9902c9588\"\ + },{\"properties\":{\"roleName\":\"Bayer Ag Powered Services GDU Solution\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Provide access to GDU Solution\ + \ by Bayer Ag Powered Services\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/read\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insights/*\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insightAttachments/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-01-10T09:47:50.1779616Z\",\"\ + updatedOn\":\"2023-03-15T11:12:45.0172539Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c4bc862a-3b64-4a35-a021-a380c159b042\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c4bc862a-3b64-4a35-a021-a380c159b042\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions Service role\ + \ for management\",\"type\":\"BuiltInRole\",\"description\":\"This role has\ + \ permissions that the user assigned managed identity must have to enable\ + \ registration for the existing systems.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2023-01-11T08:53:15.6986879Z\",\"updatedOn\":\"2023-01-31T07:21:28.5445523Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0105a6b0-4bb9-43d2-982a-12806f9faddb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0105a6b0-4bb9-43d2-982a-12806f9faddb\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions Management\ + \ role\",\"type\":\"BuiltInRole\",\"description\":\"This role has permissions\ + \ which allow users to register existing systems, view and manage systems.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-01-11T08:53:15.6986879Z\"\ + ,\"updatedOn\":\"2023-01-31T07:21:28.5445523Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6d949e1d-41e2-46e3-8920-c6e4f31a8310\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6d949e1d-41e2-46e3-8920-c6e4f31a8310\"\ + },{\"properties\":{\"roleName\":\"Kubernetes Agentless Operator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Grants Microsoft Defender for Cloud access\ + \ to Azure Kubernetes Services\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings/write\"\ + ,\"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings/read\"\ + ,\"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings/delete\"\ + ,\"Microsoft.ContainerService/managedClusters/read\",\"Microsoft.Features/features/read\"\ + ,\"Microsoft.Features/providers/features/read\",\"Microsoft.Features/providers/features/register/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-11T12:55:52.3130880Z\",\"updatedOn\":\"2023-04-17T10:56:00.5450408Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d5a2ae44-610b-4500-93be-660a0c5f5ca6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d5a2ae44-610b-4500-93be-660a0c5f5ca6\"\ + },{\"properties\":{\"roleName\":\"Azure Usage Billing Data Sender\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Azure Usage Billing shared BuiltIn role\ + \ to be used for all Customer Account Authentication\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.UsageBilling/accounts/inputs/send/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2023-01-11T20:30:19.7013219Z\",\"updatedOn\":\"2023-01-24T19:01:11.7372358Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f0310ce6-e953-4cf8-b892-fb1c87eaf7f6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f0310ce6-e953-4cf8-b892-fb1c87eaf7f6\"\ + },{\"properties\":{\"roleName\":\"SqlMI Migration Role\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role for SqlMI migration\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Sql/managedInstances/read\",\"\ + Microsoft.Sql/managedInstances/write\",\"Microsoft.Sql/managedInstances/databases/read\"\ + ,\"Microsoft.Sql/managedInstances/databases/write\",\"Microsoft.Sql/managedInstances/databases/delete\"\ + ,\"Microsoft.Sql/managedInstances/metrics/read\",\"Microsoft.DataMigration/locations/operationResults/read\"\ + ,\"Microsoft.DataMigration/locations/operationStatuses/read\",\"Microsoft.DataMigration/locations/sqlMigrationServiceOperationResults/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/write\",\"Microsoft.DataMigration/databaseMigrations/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/delete\",\"Microsoft.DataMigration/databaseMigrations/cancel/action\"\ + ,\"Microsoft.DataMigration/databaseMigrations/cutover/action\",\"Microsoft.DataMigration/sqlMigrationServices/write\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/delete\",\"Microsoft.DataMigration/sqlMigrationServices/read\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listAuthKeys/action\",\"Microsoft.DataMigration/sqlMigrationServices/regenerateAuthKeys/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/deleteNode/action\",\"Microsoft.DataMigration/sqlMigrationServices/listMonitoringData/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listMigrations/read\",\"Microsoft.DataMigration/sqlMigrationServices/MonitoringData/read\"\ + ,\"Microsoft.DataMigration/register/action\",\"Microsoft.DataMigration/operations/read\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-01-27T02:46:10.6718077Z\"\ + ,\"updatedOn\":\"2023-02-16T20:05:09.8576114Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1d335eef-eee1-47fe-a9e0-53214eba8872\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1d335eef-eee1-47fe-a9e0-53214eba8872\"\ + },{\"properties\":{\"roleName\":\"SqlVM Migration Role\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role for SqlVM migration\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.DataMigration/locations/operationResults/read\"\ + ,\"Microsoft.DataMigration/locations/operationStatuses/read\",\"Microsoft.DataMigration/locations/sqlMigrationServiceOperationResults/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/write\",\"Microsoft.DataMigration/databaseMigrations/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/delete\",\"Microsoft.DataMigration/databaseMigrations/cancel/action\"\ + ,\"Microsoft.DataMigration/databaseMigrations/cutover/action\",\"Microsoft.DataMigration/sqlMigrationServices/write\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/delete\",\"Microsoft.DataMigration/sqlMigrationServices/read\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listAuthKeys/action\",\"Microsoft.DataMigration/sqlMigrationServices/regenerateAuthKeys/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/deleteNode/action\",\"Microsoft.DataMigration/sqlMigrationServices/listMonitoringData/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listMigrations/read\",\"Microsoft.DataMigration/sqlMigrationServices/MonitoringData/read\"\ + ,\"Microsoft.DataMigration/register/action\",\"Microsoft.DataMigration/operations/read\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.SqlVirtualMachine/sqlVirtualMachines/read\"\ + ,\"Microsoft.SqlVirtualMachine/sqlVirtualMachines/write\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-01-27T02:46:10.6718077Z\"\ + ,\"updatedOn\":\"2023-02-16T20:05:09.8576114Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ae8036db-e102-405b-a1b9-bae082ea436d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ae8036db-e102-405b-a1b9-bae082ea436d\"\ + },{\"properties\":{\"roleName\":\"Bayer Ag Powered Services CWUM Solution\ + \ User Role\",\"type\":\"BuiltInRole\",\"description\":\"Provide access to\ + \ CWUM Solution by Bayer Ag Powered Services\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/read\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/write\",\"Microsoft.AgFoodPlatform/farmBeats/ingestionJobs/satelliteDataIngestionJobs/*\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/scenes/*\",\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insights/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-01-27T11:36:43.9237787Z\",\"\ + updatedOn\":\"2023-02-22T15:38:25.6846785Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a9b99099-ead7-47db-8fcf-072597a61dfa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a9b99099-ead7-47db-8fcf-072597a61dfa\"\ + },{\"properties\":{\"roleName\":\"Azure Front Door Secret Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can view Azure Front Door secrets, but\ + \ can't make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Cdn/operationresults/profileresults/secretresults/read\"\ + ,\"Microsoft.Cdn/profiles/secrets/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-31T15:27:34.9715174Z\",\"updatedOn\":\"2023-01-31T15:27:34.9715174Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0db238c4-885e-4c4f-a933-aa2cef684fca\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0db238c4-885e-4c4f-a933-aa2cef684fca\"\ + },{\"properties\":{\"roleName\":\"Azure Front Door Domain Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage Azure Front Door domains,\ + \ but can't grant access to other users.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Cdn/operationresults/profileresults/customdomainresults/read\"\ + ,\"Microsoft.Cdn/profiles/customdomains/read\",\"Microsoft.Cdn/profiles/customdomains/write\"\ + ,\"Microsoft.Cdn/profiles/customdomains/delete\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-31T15:27:34.9715174Z\",\"updatedOn\":\"2023-01-31T15:27:34.9715174Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0ab34830-df19-4f8c-b84e-aa85b8afa6e8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0ab34830-df19-4f8c-b84e-aa85b8afa6e8\"\ + },{\"properties\":{\"roleName\":\"Azure Front Door Domain Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can view Azure Front Door domains, but\ + \ can't make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Cdn/operationresults/profileresults/customdomainresults/read\"\ + ,\"Microsoft.Cdn/profiles/customdomains/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-31T15:27:34.9725169Z\",\"updatedOn\":\"2023-01-31T15:27:34.9725169Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0f99d363-226e-4dca-9920-b807cf8e1a5f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0f99d363-226e-4dca-9920-b807cf8e1a5f\"\ + },{\"properties\":{\"roleName\":\"Azure Front Door Secret Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage Azure Front Door secrets,\ + \ but can't grant access to other users.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Cdn/operationresults/profileresults/secretresults/read\"\ + ,\"Microsoft.Cdn/profiles/secrets/read\",\"Microsoft.Cdn/profiles/secrets/write\"\ + ,\"Microsoft.Cdn/profiles/secrets/delete\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-31T15:27:34.9715174Z\",\"updatedOn\":\"2023-01-31T15:27:34.9715174Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3f2eb865-5811-4578-b90a-6fc6fa0df8e5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3f2eb865-5811-4578-b90a-6fc6fa0df8e5\"\ + },{\"properties\":{\"roleName\":\"Azure Stack HCI registration role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Custom Azure role to allow subscription-level\ + \ access to register Azure Stack HCI\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.AzureStackHCI/register/action\",\"Microsoft.AzureStackHCI/Unregister/Action\"\ + ,\"Microsoft.AzureStackHCI/clusters/*\",\"Microsoft.HybridCompute/register/action\"\ + ,\"Microsoft.GuestConfiguration/register/action\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/write\",\"Microsoft.Resources/subscriptions/resourceGroups/delete\"\ + ,\"Microsoft.HybridConnectivity/register/action\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2023-02-01T05:07:09.8184980Z\"\ + ,\"updatedOn\":\"2023-03-23T23:51:11.7541154Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bda0d508-adf1-4af0-9c28-88919fc3ae06\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bda0d508-adf1-4af0-9c28-88919fc3ae06\"\ + },{\"properties\":{\"roleName\":\"MySQL Backup And Export Operator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Grants full access to manage backup and\ + \ export resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DBforMySQL/flexibleServers/validateBackup/action\",\"Microsoft.DBforMySQL/flexibleServers/backupAndExport/action\"\ + ,\"Microsoft.DBforMySQL/locations/operationResults/read\",\"Microsoft.DBforMySQL/locations/azureAsyncOperation/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-02-01T06:07:53.2476095Z\",\"updatedOn\":\"2023-05-10T10:39:13.7776743Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d18ad5f3-1baf-4119-b49b-d944edb1f9d0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d18ad5f3-1baf-4119-b49b-d944edb1f9d0\"\ + },{\"properties\":{\"roleName\":\"LocalNGFirewallAdministrator role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows user to create, modify, describe,\ + \ or delete NGFirewalls.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"PaloAltoNetworks.Cloudngfw/firewalls/*\",\"PaloAltoNetworks.Cloudngfw/localRulestacks/read\"\ + ,\"PaloAltoNetworks.Cloudngfw/globalRulestacks/read\",\"PaloAltoNetworks.Cloudngfw/Locations/operationStatuses/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/write\",\"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Network/publicIPAddresses/write\",\"Microsoft.Network/publicIPAddresses/read\"\ + ,\"Microsoft.Network/publicIPAddresses/join/action\",\"Microsoft.Network/networkVirtualAppliances/read\"\ + ,\"Microsoft.Network/networkVirtualAppliances/write\",\"Microsoft.Network/networkVirtualAppliances/delete\"\ + ,\"Microsoft.Network/virtualHubs/read\",\"Microsoft.Network/virtualWans/read\"\ + ,\"Microsoft.Network/virtualWans/virtualHubs/read\",\"Microsoft.Network/networkSecurityGroups/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/join/action\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-02-01T11:41:41.0153565Z\"\ + ,\"updatedOn\":\"2023-03-09T17:37:16.4519032Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a8835c7d-b5cb-47fa-b6f0-65ea10ce07a2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a8835c7d-b5cb-47fa-b6f0-65ea10ce07a2\"\ + },{\"properties\":{\"roleName\":\"LocalRulestacksAdministrator role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows users to create, modify, describe,\ + \ or delete Rulestacks.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"PaloAltoNetworks.Cloudngfw/localRulestacks/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2023-02-01T11:41:41.0153565Z\",\"updatedOn\":\"2023-02-16T00:07:35.4735717Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bfc3b73d-c6ff-45eb-9a5f-40298295bf20\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bfc3b73d-c6ff-45eb-9a5f-40298295bf20\"\ + },{\"properties\":{\"roleName\":\"Azure Extension for SQL Server Deployment\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft.AzureArcData service\ + \ role to enable deployment of Azure Extension for SQL Server\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.HybridCompute/machines/extensions/write\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-03-07T19:20:48.6593489Z\"\ + ,\"updatedOn\":\"2023-05-02T00:29:34.7065502Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7392c568-9289-4bde-aaaa-b7131215889d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7392c568-9289-4bde-aaaa-b7131215889d\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Data Read and Batch Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"This role can be used to assign read\ + \ and batch actions on Azure Maps.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Maps/accounts/services/*/read\"\ + ,\"Microsoft.Maps/accounts/services/batch/action\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2023-03-13T22:02:29.8819187Z\",\"updatedOn\":\"2023-05-12T22:06:52.7496289Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d6470a16-71bd-43ab-86b3-6f3a73f4e787\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d6470a16-71bd-43ab-86b3-6f3a73f4e787\"\ + },{\"properties\":{\"roleName\":\"API Management Service Workspace API Developer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Has read access to tags and products\ + \ and write access to allow: assigning APIs to products, assigning tags to\ + \ products and APIs. This role should be assigned on the service scope.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/tags/read\"\ + ,\"Microsoft.ApiManagement/service/tags/apiLinks/*\",\"Microsoft.ApiManagement/service/tags/operationLinks/*\"\ + ,\"Microsoft.ApiManagement/service/tags/productLinks/*\",\"Microsoft.ApiManagement/service/products/read\"\ + ,\"Microsoft.ApiManagement/service/products/apiLinks/*\",\"Microsoft.ApiManagement/service/read\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2023-03-17T21:07:02.7698730Z\",\"updatedOn\"\ + :\"2023-03-17T21:07:02.7698730Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9565a273-41b9-4368-97d2-aeb0c976a9b3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9565a273-41b9-4368-97d2-aeb0c976a9b3\"\ + },{\"properties\":{\"roleName\":\"API Management Workspace API Developer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Has read access to entities in\ + \ the workspace and read and write access to entities for editing APIs. This\ + \ role should be assigned on the workspace scope.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/workspaces/*/read\"\ + ,\"Microsoft.ApiManagement/service/workspaces/apis/*\",\"Microsoft.ApiManagement/service/workspaces/apiVersionSets/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/policies/*\",\"Microsoft.ApiManagement/service/workspaces/schemas/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/products/*\",\"Microsoft.ApiManagement/service/workspaces/policyFragments/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/namedValues/*\",\"Microsoft.ApiManagement/service/workspaces/tags/*\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2023-03-17T21:07:02.7688737Z\",\"updatedOn\"\ + :\"2023-03-17T21:07:02.7688737Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/56328988-075d-4c6a-8766-d93edd6725b6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"56328988-075d-4c6a-8766-d93edd6725b6\"\ + },{\"properties\":{\"roleName\":\"API Management Service Workspace API Product\ + \ Manager\",\"type\":\"BuiltInRole\",\"description\":\"Has the same access\ + \ as API Management Service Workspace API Developer as well as read access\ + \ to users and write access to allow assigning users to groups. This role\ + \ should be assigned on the service scope.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/users/read\"\ + ,\"Microsoft.ApiManagement/service/tags/read\",\"Microsoft.ApiManagement/service/tags/apiLinks/*\"\ + ,\"Microsoft.ApiManagement/service/tags/operationLinks/*\",\"Microsoft.ApiManagement/service/tags/productLinks/*\"\ + ,\"Microsoft.ApiManagement/service/products/read\",\"Microsoft.ApiManagement/service/products/apiLinks/*\"\ + ,\"Microsoft.ApiManagement/service/groups/users/*\",\"Microsoft.ApiManagement/service/read\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2023-03-17T21:07:02.7658744Z\",\"updatedOn\"\ + :\"2023-03-17T21:07:02.7658744Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d59a3e9c-6d52-4a5a-aeed-6bf3cf0e31da\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d59a3e9c-6d52-4a5a-aeed-6bf3cf0e31da\"\ + },{\"properties\":{\"roleName\":\"API Management Workspace Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has read-only access to entities in the\ + \ workspace. This role should be assigned on the workspace scope.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/workspaces/*/read\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2023-03-17T21:07:02.7658744Z\",\"updatedOn\"\ + :\"2023-03-17T21:07:02.7658744Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ef1c2c96-4a77-49e8-b9a4-6179fe1d2fd2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ef1c2c96-4a77-49e8-b9a4-6179fe1d2fd2\"\ + },{\"properties\":{\"roleName\":\"API Management Workspace API Product Manager\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Has read access to entities in\ + \ the workspace and read and write access to entities for publishing APIs.\ + \ This role should be assigned on the workspace scope.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/workspaces/*/read\"\ + ,\"Microsoft.ApiManagement/service/workspaces/products/*\",\"Microsoft.ApiManagement/service/workspaces/subscriptions/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/groups/*\",\"Microsoft.ApiManagement/service/workspaces/tags/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/notifications/*\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-03-17T21:07:02.7718736Z\",\"updatedOn\":\"2023-03-17T21:07:02.7718736Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/73c2c328-d004-4c5e-938c-35c6f5679a1f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"73c2c328-d004-4c5e-938c-35c6f5679a1f\"\ + },{\"properties\":{\"roleName\":\"API Management Workspace Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage the workspace and view,\ + \ but not modify its members. This role should be assigned on the workspace\ + \ scope.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ApiManagement/service/workspaces/*\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-03-17T21:07:02.7698730Z\",\"updatedOn\":\"2023-03-17T21:07:02.7698730Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0c34c906-8d99-4cb7-8bb7-33f5b0a1a799\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0c34c906-8d99-4cb7-8bb7-33f5b0a1a799\"\ + },{\"properties\":{\"roleName\":\"Storage File Data Privileged Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Customer has read access on Azure\ + \ Storage file shares.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/readFileBackupSemantics/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-03-21T20:32:31.6922330Z\",\"\ + updatedOn\":\"2023-04-04T19:07:34.6017202Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b8eda974-7b85-4f76-af95-65846b26df6d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b8eda974-7b85-4f76-af95-65846b26df6d\"\ + },{\"properties\":{\"roleName\":\"Storage File Data Privileged Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Customer has read, write, delete\ + \ and modify NTFS permission access on Azure Storage file shares.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/write\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/delete\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/modifypermissions/action\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/readFileBackupSemantics/action\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/writeFileBackupSemantics/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-03-21T20:47:41.8393692Z\",\"\ + updatedOn\":\"2023-04-04T19:07:34.6017202Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/69566ab7-960f-475b-8e7c-b3118f30c6bd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"69566ab7-960f-475b-8e7c-b3118f30c6bd\"\ + },{\"properties\":{\"roleName\":\"Windows365NetworkInterfaceContributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create NICs and join it to virtual\ + \ machine in another tenant. This role is used in Windows365 scenarios.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourcegroups/read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Network/locations/operations/read\"\ + ,\"Microsoft.Network/locations/operationResults/read\",\"Microsoft.Network/locations/usages/read\"\ + ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/delete\",\"Microsoft.Network/networkInterfaces/join/action\"\ + ,\"Microsoft.Network/networkInterfaces/effectiveNetworkSecurityGroups/action\"\ + ,\"Microsoft.Network/networkInterfaces/effectiveRouteTable/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-03-22T05:08:28.8392508Z\"\ + ,\"updatedOn\":\"2023-06-01T14:58:32.2805471Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1f135831-5bbe-4924-9016-264044c00788\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1f135831-5bbe-4924-9016-264044c00788\"\ + },{\"properties\":{\"roleName\":\"Windows365NetworkUser\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read the virtual network informations, and join the virtual\ + \ network to virtual machine in another tenant. This role is used in Windows365\ + \ scenarios.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/usages/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-03-22T05:08:28.8392508Z\",\"updatedOn\":\"2023-04-13T00:27:13.0246717Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7eabc9a4-85f7-4f71-b8ab-75daaccc1033\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7eabc9a4-85f7-4f71-b8ab-75daaccc1033\"\ + },{\"properties\":{\"roleName\":\"Windows365SubscriptionReader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Read subscriptions, images, azure firewalls.\ + \ This role is used in Windows365 scenarios.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-03-22T05:08:28.8392508Z\",\"updatedOn\":\"2023-03-22T05:08:28.8392508Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3d55a8f6-4133-418d-8051-facdb1735758\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3d55a8f6-4133-418d-8051-facdb1735758\"\ + },{\"properties\":{\"roleName\":\"App Compliance Automation Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Read, download the reports objects and\ + \ related other resource objects.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.AppComplianceAutomation/*/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-04-11T05:22:43.8843627Z\",\"updatedOn\":\"2023-05-25T05:54:06.7578980Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ffc6bbe0-e443-4c3b-bf54-26581bb2f78e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ffc6bbe0-e443-4c3b-bf54-26581bb2f78e\"\ + },{\"properties\":{\"roleName\":\"App Compliance Automation Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, download, modify\ + \ and delete reports objects and related other resource objects.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AppComplianceAutomation/*\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/write\",\"Microsoft.Storage/storageAccounts/fileservices/write\"\ + ,\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Storage/storageAccounts/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/write\",\"Microsoft.Storage/storageAccounts/blobServices/read\"\ + ,\"Microsoft.PolicyInsights/policyStates/queryResults/action\",\"Microsoft.PolicyInsights/policyStates/triggerEvaluation/action\"\ + ,\"Microsoft.Resources/resources/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\"\ + ,\"Microsoft.Resources/subscriptions/resources/read\",\"Microsoft.Resources/subscriptions/resourceGroups/delete\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/write\",\"Microsoft.Resources/tags/read\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Security/automations/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Security/automations/delete\"\ + ,\"Microsoft.Security/automations/write\",\"Microsoft.Security/register/action\"\ + ,\"Microsoft.Security/unregister/action\",\"*/read\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-04-11T05:22:43.8843627Z\"\ + ,\"updatedOn\":\"2023-05-23T04:32:49.7042798Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0f37683f-2463-46b6-9ce7-9b788b988ba2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0f37683f-2463-46b6-9ce7-9b788b988ba2\"\ + },{\"properties\":{\"roleName\":\"Azure Sphere Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows user read and write access to Azure Sphere resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureSphere/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/DiagnosticSettings/*\",\"Microsoft.Insights/DiagnosticSettingsCategories/Read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-04-27T19:59:25.4425829Z\",\"updatedOn\":\"2023-05-03T22:25:42.2668720Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8b9dfcab-4b77-4632-a6df-94bd07820648\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8b9dfcab-4b77-4632-a6df-94bd07820648\"\ + },{\"properties\":{\"roleName\":\"SaaS Hub Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"SaaS Hub contributor can manage SaaS Hub resource\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.SaaSHub/cloudservices/read\",\"Microsoft.SaaSHub/cloudservices/write\"\ + ,\"Microsoft.SaaSHub/cloudservices/delete\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2023-04-28T21:07:57.4337817Z\"\ + ,\"updatedOn\":\"2023-05-09T21:57:44.1599452Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e9b8712a-cbcf-4ea7-b0f7-e71b803401e6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e9b8712a-cbcf-4ea7-b0f7-e71b803401e6\"\ + },{\"properties\":{\"roleName\":\"Azure Sphere Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows user to read Azure Sphere resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureSphere/*/read\",\"\ + Microsoft.AzureSphere/catalogs/countDevices/action\",\"Microsoft.AzureSphere/catalogs/listDeviceGroups/action\"\ + ,\"Microsoft.AzureSphere/catalogs/listDeviceInsights/action\",\"Microsoft.AzureSphere/catalogs/listDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/listDeployments/action\",\"Microsoft.AzureSphere/catalogs/products/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/products/deviceGroups/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/certificates/retrieveCertChain/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Insights/DiagnosticSettings/Read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2023-05-03T22:25:42.2598738Z\"\ + ,\"updatedOn\":\"2023-05-09T21:57:44.1619455Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c8ae6279-5a0b-4cb2-b3f0-d4d62845742c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c8ae6279-5a0b-4cb2-b3f0-d4d62845742c\"\ + },{\"properties\":{\"roleName\":\"Azure Sphere Publisher\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows user to read and download Azure Sphere resources\ + \ and upload images.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.AzureSphere/*/read\",\"Microsoft.AzureSphere/catalogs/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/listDeviceGroups/action\",\"Microsoft.AzureSphere/catalogs/listDeviceInsights/action\"\ + ,\"Microsoft.AzureSphere/catalogs/listDevices/action\",\"Microsoft.AzureSphere/catalogs/products/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/products/deviceGroups/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/certificates/retrieveProofOfPossessionNonce/action\"\ + ,\"Microsoft.AzureSphere/catalogs/certificates/retrieveCertChain/action\"\ + ,\"Microsoft.AzureSphere/catalogs/images/write\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/DiagnosticSettings/Read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-05-03T22:25:42.2598738Z\",\"updatedOn\":\"2023-05-09T21:57:44.1599452Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6d994134-994b-4a59-9974-f479f0b227fb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6d994134-994b-4a59-9974-f479f0b227fb\"\ + },{\"properties\":{\"roleName\":\"Cognitive Search Serverless Data Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, modify and delete\ + \ Cognitive Search serverless index schema and documents. This role is in\ + \ preview and subject to change.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveSearch/indexes/schema/*\"\ + ,\"Microsoft.CognitiveSearch/indexes/documents/*\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2023-05-11T22:40:58.9689395Z\",\"updatedOn\":\"2023-05-11T22:40:58.9689395Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7ac06ca7-21ca-47e3-a67b-cbd6e6223baf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7ac06ca7-21ca-47e3-a67b-cbd6e6223baf\"\ + },{\"properties\":{\"roleName\":\"Cognitive Search Serverless Data Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Read Cognitive Search serverless\ + \ index schema and documents. This role is in preview and subject to change.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.CognitiveSearch/indexes/schema/read\",\"\ + Microsoft.CognitiveSearch/indexes/documents/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2023-05-11T22:40:58.9689395Z\",\"updatedOn\":\"2023-05-11T22:40:58.9689395Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/79b01272-bf9f-4f4c-9517-5506269cf524\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"79b01272-bf9f-4f4c-9517-5506269cf524\"\ + },{\"properties\":{\"roleName\":\"Community Owner Role\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Community Owner Role to access the resources of Microsoft.Mission\ + \ stored with RPSAAS.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Mission/register/action\",\"Microsoft.Mission/unregister/action\"\ + ,\"Microsoft.Mission/Locations/OperationStatuses/read\",\"Microsoft.Mission/Locations/OperationStatuses/write\"\ + ,\"Microsoft.Mission/Operations/read\",\"Microsoft.Mission/catalogs/read\"\ + ,\"Microsoft.Mission/catalogs/write\",\"Microsoft.Mission/catalogs/delete\"\ + ,\"Microsoft.Mission/communities/read\",\"Microsoft.Mission/communities/write\"\ + ,\"Microsoft.Mission/communities/delete\",\"Microsoft.Mission/internalConnections/read\"\ + ,\"Microsoft.Mission/internalConnections/write\",\"Microsoft.Mission/internalConnections/delete\"\ + ,\"Microsoft.Mission/virtualEnclaves/read\",\"Microsoft.Mission/virtualEnclaves/write\"\ + ,\"Microsoft.Mission/virtualEnclaves/delete\",\"Microsoft.Mission/virtualEnclaves/workloads/read\"\ + ,\"Microsoft.Mission/virtualEnclaves/workloads/write\",\"Microsoft.Mission/virtualEnclaves/workloads/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-05-23T20:47:52.6187218Z\",\"updatedOn\":\"2023-05-23T20:47:52.6187218Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e28a61e-8040-49db-b175-bb5b88af6239\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e28a61e-8040-49db-b175-bb5b88af6239\"\ + },{\"properties\":{\"roleName\":\"Firmware Analysis Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Upload and analyze firmware images in Defender for IoT\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.IoTFirmwareDefense/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2023-06-08T20:13:53.4814768Z\"\ + ,\"updatedOn\":\"2023-06-08T20:13:53.4814768Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9c1607d1-791d-4c68-885d-c7b7aaff7c8a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9c1607d1-791d-4c68-885d-c7b7aaff7c8a\"\ + }]}" + headers: + cache-control: + - no-cache + content-length: + - '505468' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:45:03 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"ids": ["a959e284-cf37-480d-a37e-aa8eda644fa4"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --backup-instance -y + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"a959e284-cf37-480d-a37e-aa8eda644fa4","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.DataProtection/BackupVaults/clitest-aks-bv"],"appDisplayName":null,"appDescription":null,"appId":"e014d57b-fba1-4507-87df-201c96a4e87d","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-06-09T09:44:13Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"clitest-aks-bv","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["e014d57b-fba1-4507-87df-201c96a4e87d","https://identity.azure.net/WFy1W0/ZBYsc/bXKRnjxKHw9SaXS3Bb3tq3yOluIyZ0="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"FF5A91EB12771B48FBA5F90283A059EDA4D209E5","displayName":"CN=e014d57b-fba1-4507-87df-201c96a4e87d","endDateTime":"2023-09-07T09:39:00Z","key":null,"keyId":"a5849a92-1f6b-4b18-997a-1dac55a2bed6","startDateTime":"2023-06-09T09:39:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1727' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Fri, 09 Jun 2023 09:45:05 GMT + location: + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - 55aa28ed-0902-481c-809f-9dbc0377ce08 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"002","RoleInstance":"MA1PEPF0000425B"}}' + x-ms-resource-unit: + - '3' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --backup-instance -y + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete?api-version=2023-02-02-preview + response: + body: + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete\"\ + ,\n \"location\": \"eastus2euap\",\n \"name\": \"clitest-cluster1-donotdelete\"\ + ,\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\"\ + : {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"\ + code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.25.6\",\n \"currentKubernetesVersion\"\ + : \"1.25.6\",\n \"dnsPrefix\": \"clitest-cl-oss-clitest-rg-38304e\",\n \ + \ \"fqdn\": \"clitest-cl-oss-clitest-rg-38304e-neuua9b9.hcp.eastus2euap.azmk8s.io\"\ + ,\n \"azurePortalFQDN\": \"clitest-cl-oss-clitest-rg-38304e-neuua9b9.portal.hcp.eastus2euap.azmk8s.io\"\ + ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ + \ \"count\": 2,\n \"vmSize\": \"Standard_B4ms\",\n \"osDiskSizeGB\"\ + : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ + ,\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\"\ + ,\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\"\ + : \"1.25.6\",\n \"currentOrchestratorVersion\": \"1.25.6\",\n \"enableNodePublicIP\"\ + : false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n\ + \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\"\ + : \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-202304.24.0\"\ + ,\n \"upgradeSettings\": {},\n \"enableFIPS\": false\n }\n ],\n\ + \ \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\"\ + : {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCoG2TWtgEn1xHLCbekraxs3JW7Lv7sj0vIKZ/0+y06KBw9Qx77Nr0ULCjOXZSOzOp4wNnCoDvc/6p+Rjp9v9KToENWUTNer6RlKI7TlBV4IO+7bcvN5rD2qUkNw7Mr/kqOpImvbxf0jLqenj1YpkBpJfTH4G1vNvn2tyv5zsqqQUxvy/+1Bg1KS0kZv6qkH7SqIm3H6EEwD4t7VLapr3qxItKDhePlGqbP514MQ9ToDZRKm+wh6nvBQiRpD0Z6TjmxbtJ9NVcqef/pOklvmYTBNsd3diKSyoZ8nDuum01X4eKwfV4/SCZsu9x71p9MFs9HQ1dXzhlmy7oicYI1i85N\"\ + \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ + clientId\": \"msi\"\n },\n \"addonProfiles\": {\n \"extensionManager\"\ + : {\n \"enabled\": true,\n \"config\": null,\n \"identity\": {\n\ + \ \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_oss-clitest-rg_clitest-cluster1-donotdelete_eastus2euap/providers/Microsoft.ManagedIdentity/userAssignedIdentities/extensionmanager-clitest-cluster1-donotdelete\"\ + ,\n \"clientId\": \"fee18c7a-89fc-4504-88ff-dd9660a8c479\",\n \"\ + objectId\": \"a0f1d280-4fa9-45b6-8cde-90ba15f56426\"\n }\n }\n },\n\ + \ \"nodeResourceGroup\": \"MC_oss-clitest-rg_clitest-cluster1-donotdelete_eastus2euap\"\ + ,\n \"enableRBAC\": true,\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_oss-clitest-rg_clitest-cluster1-donotdelete_eastus2euap/providers/Microsoft.Network/publicIPAddresses/ccc7eefe-b9b6-4a2b-a073-acd82f73e977\"\ + \n }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\ + \n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\"\ + : [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\"\ + : {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_oss-clitest-rg_clitest-cluster1-donotdelete_eastus2euap/providers/Microsoft.ManagedIdentity/userAssignedIdentities/clitest-cluster1-donotdelete-agentpool\"\ + ,\n \"clientId\": \"667b2d47-82f1-48c0-a9ad-eaae82fd1b8d\",\n \"objectId\"\ + : \"3bbdcbec-7276-4f74-bea6-2947ecdc7c1a\"\n }\n },\n \"disableLocalAccounts\"\ + : false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\"\ + : {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\"\ + : {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"\ + enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\"\ + : false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\"\ + : {\n \"type\": \"SystemAssigned\",\n \"principalId\": \"dac0942a-cc2b-49f9-9492-56a21ce8f8fc\"\ + ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ + : {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '4517' + content-type: + - application/json + date: + - Fri, 09 Jun 2023 09:45: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: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --backup-instance -y + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) + method: GET + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%27dac0942a-cc2b-49f9-9492-56a21ce8f8fc%27%29 + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '92' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Fri, 09 Jun 2023 09:45:07 GMT + odata-version: + - '4.0' + request-id: + - 3fd2ce22-01be-4943-b37a-e3b63cfc888a + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"002","RoleInstance":"MA1PEPF00002738"}}' + x-ms-resource-unit: + - '1' + status: + code: 200 + message: OK +- request: + body: '{"ids": ["dac0942a-cc2b-49f9-9492-56a21ce8f8fc"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --backup-instance -y + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"dac0942a-cc2b-49f9-9492-56a21ce8f8fc","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete"],"appDisplayName":null,"appDescription":null,"appId":"ff999dd7-74db-4341-82e4-9f8129e19f18","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-05-09T12:51:56Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"clitest-cluster1-donotdelete","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["ff999dd7-74db-4341-82e4-9f8129e19f18","https://identity.azure.net/D6lWIOQ/nbWE91MUsEE0txs9U9OBC0JCVhmpa2i6Zgk="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1459' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Fri, 09 Jun 2023 09:45:07 GMT + location: + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - 611cd4a0-79fa-43bf-bf67-07e64ec541d0 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"002","RoleInstance":"MA1PEPF000014FB"}}' + x-ms-resource-unit: + - '3' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --backup-instance -y + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments?$filter=atScope()&api-version=2022-04-01 + response: + body: + string: '{"value":[{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"5c617d2b-99f8-4c90-98fe-dfe040fa33c1","principalType":"ServicePrincipal","scope":"/","condition":null,"conditionVersion":null,"createdOn":"2018-02-27T19:19:50.2663941Z","updatedOn":"2018-02-27T19:19:50.2663941Z","createdBy":null,"updatedBy":null,"delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Authorization/roleAssignments/3e883d24-b106-42ff-ad13-d7bf271b964d","type":"Microsoft.Authorization/roleAssignments","name":"3e883d24-b106-42ff-ad13-d7bf271b964d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T12:22:13.7498923Z","updatedOn":"2019-08-26T12:22:13.7498923Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f","type":"Microsoft.Authorization/roleAssignments","name":"8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-05-24T11:02:27.8515917Z","updatedOn":"2019-05-24T11:02:27.8515917Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b5eee4d7-5f9f-4f63-8040-8aec158c289b","type":"Microsoft.Authorization/roleAssignments","name":"b5eee4d7-5f9f-4f63-8040-8aec158c289b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-02-12T11:34:59.7104212Z","updatedOn":"2020-02-12T11:34:59.7104212Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f0618702-8404-4858-9a26-e61f23e7d44f","type":"Microsoft.Authorization/roleAssignments","name":"f0618702-8404-4858-9a26-e61f23e7d44f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-11-14T08:52:42.2795010Z","updatedOn":"2019-11-14T08:52:42.2795010Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/77daac38-9839-4b00-921b-e5d5a03e728c","type":"Microsoft.Authorization/roleAssignments","name":"77daac38-9839-4b00-921b-e5d5a03e728c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9693df58-7f72-4974-9bd3-1c3ceb0382f1","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-11-29T09:40:04.3180033Z","updatedOn":"2018-11-29T09:40:04.3180033Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7","type":"Microsoft.Authorization/roleAssignments","name":"ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"d1f96755-9bcf-44b8-ab82-df67360496c4","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-05-08T10:28:08.2854940Z","updatedOn":"2020-05-08T10:28:08.2854940Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dfb3ca56-a0d4-44ce-ba35-b716c3fdab86","type":"Microsoft.Authorization/roleAssignments","name":"dfb3ca56-a0d4-44ce-ba35-b716c3fdab86"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-31T09:26:43.6440415Z","updatedOn":"2018-12-31T09:26:43.6440415Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45744ea8-780f-4f3e-88aa-b73d7f6997b2","type":"Microsoft.Authorization/roleAssignments","name":"45744ea8-780f-4f3e-88aa-b73d7f6997b2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e65078fb-6b02-434a-9f11-d06bf9bc0600","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-10-25T23:42:36.3444507Z","updatedOn":"2018-10-25T23:42:36.3444507Z","createdBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","updatedBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e7ce51e8-4109-41d7-bc10-538b089599db","type":"Microsoft.Authorization/roleAssignments","name":"e7ce51e8-4109-41d7-bc10-538b089599db"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a7782e0f-1f9a-4882-b2c9-11227aad244e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-06-16T04:32:50.9673703Z","updatedOn":"2020-06-16T04:32:50.9673703Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fa21f2f-81c3-47b6-b706-650b359b96c3","type":"Microsoft.Authorization/roleAssignments","name":"9fa21f2f-81c3-47b6-b706-650b359b96c3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"00b14177-f4d2-4a4b-94f6-6e80f75745c9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T09:49:11.3750683Z","updatedOn":"2020-03-12T09:49:11.3750683Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fff0abf3-3cf7-46be-8bc7-1d1619a160fb","type":"Microsoft.Authorization/roleAssignments","name":"fff0abf3-3cf7-46be-8bc7-1d1619a160fb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T10:28:45.4880023Z","updatedOn":"2019-08-26T10:28:45.4880023Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/397a3c9c-c258-4d4e-834d-00cc08227796","type":"Microsoft.Authorization/roleAssignments","name":"397a3c9c-c258-4d4e-834d-00cc08227796"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-05T04:29:28.7359096Z","updatedOn":"2018-12-05T04:29:28.7359096Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c830f42-5f89-4d8b-8f93-d3dc936f33bd","type":"Microsoft.Authorization/roleAssignments","name":"3c830f42-5f89-4d8b-8f93-d3dc936f33bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-08T08:38:50.1742930Z","updatedOn":"2020-04-08T08:38:50.1742930Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5293a96b-830e-45f4-9e9e-22d7d020f0d8","type":"Microsoft.Authorization/roleAssignments","name":"5293a96b-830e-45f4-9e9e-22d7d020f0d8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3421d717-ca60-44e7-a9a1-773acec4e503","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T09:40:14.7658272Z","updatedOn":"2019-10-23T09:40:14.7658272Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/34b29558-faf9-43f0-a194-35ca0aa99fc5","type":"Microsoft.Authorization/roleAssignments","name":"34b29558-faf9-43f0-a194-35ca0aa99fc5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3dc88d41-4d03-4105-970d-937e56de3839","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-06-27T12:59:44.6557891Z","updatedOn":"2019-06-27T12:59:44.6557891Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e57ab8d1-ce9a-4925-b09f-2567492d9b22","type":"Microsoft.Authorization/roleAssignments","name":"e57ab8d1-ce9a-4925-b09f-2567492d9b22"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"62c799b8-9b54-4c3d-97c9-9490d16a6a9a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-08T13:01:20.9953919Z","updatedOn":"2019-08-08T13:01:20.9953919Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e1b91810-0781-462d-9517-764e4a033822","type":"Microsoft.Authorization/roleAssignments","name":"e1b91810-0781-462d-9517-764e4a033822"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T08:03:15.6803676Z","updatedOn":"2019-10-23T08:03:15.6803676Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/facbac06-ddab-437d-949a-207593fddfff","type":"Microsoft.Authorization/roleAssignments","name":"facbac06-ddab-437d-949a-207593fddfff"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"978b254a-54be-42af-80f5-e2a37b2e40e5","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-07-08T06:57:57.0377373Z","updatedOn":"2019-07-08T06:57:57.0377373Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e","type":"Microsoft.Authorization/roleAssignments","name":"89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-17T09:14:08.7913669Z","updatedOn":"2020-04-17T09:14:08.7913669Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/950c635a-23a5-4a0e-8eb6-c53e929c9699","type":"Microsoft.Authorization/roleAssignments","name":"950c635a-23a5-4a0e-8eb6-c53e929c9699"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:46.8918844Z","updatedOn":"2022-10-03T10:52:46.8918844Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5a8b530-0e4c-40d9-a003-167e38138f34","type":"Microsoft.Authorization/roleAssignments","name":"c5a8b530-0e4c-40d9-a003-167e38138f34"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"ce439730-9009-4c60-b582-277f5b9b5c47","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:47.6507241Z","updatedOn":"2022-10-03T10:52:47.6507241Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/adfaf7e6-895a-432b-9f63-650c5855b6b5","type":"Microsoft.Authorization/roleAssignments","name":"adfaf7e6-895a-432b-9f63-650c5855b6b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8a1cd6d0-5c03-4720-8cc7-22adbc865bad","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-06T10:00:44.6775425Z","updatedOn":"2022-10-06T10:00:44.6775425Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/21a219c4-e4ea-4572-9b97-ab829ee70b0b","type":"Microsoft.Authorization/roleAssignments","name":"21a219c4-e4ea-4572-9b97-ab829ee70b0b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"ba20023e-4ef7-4929-8693-f3f37fdb7667","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-19T06:48:34.7902721Z","updatedOn":"2022-10-19T06:48:34.7902721Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/70fc8a72-c6e9-4644-95d6-f27efe137007","type":"Microsoft.Authorization/roleAssignments","name":"70fc8a72-c6e9-4644-95d6-f27efe137007"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab","principalId":"cda54502-7b02-4c29-bacd-2ac17bb3fee4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-20T05:10:54.0749901Z","updatedOn":"2022-10-20T05:10:54.0749901Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a49a99d3-cfb9-4f66-b694-b3a7803fe02b","type":"Microsoft.Authorization/roleAssignments","name":"a49a99d3-cfb9-4f66-b694-b3a7803fe02b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"d6e6b7d9-6bee-44e9-a115-608b26453747","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-11-04T09:20:20.9539814Z","updatedOn":"2022-11-04T09:20:20.9539814Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5ead22ad-d09b-4591-8d0f-a571ef0dedb2","type":"Microsoft.Authorization/roleAssignments","name":"5ead22ad-d09b-4591-8d0f-a571ef0dedb2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.2924849Z","updatedOn":"2022-12-13T12:39:32.2924849Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1a2a40b4-9a41-4578-a6f5-e34068ff3bf6","type":"Microsoft.Authorization/roleAssignments","name":"1a2a40b4-9a41-4578-a6f5-e34068ff3bf6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.4781119Z","updatedOn":"2022-12-13T12:39:32.4781119Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fc9183c-bfec-41be-8c2b-2cc55420f6c1","type":"Microsoft.Authorization/roleAssignments","name":"9fc9183c-bfec-41be-8c2b-2cc55420f6c1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"fc8bd99b-292d-4396-ac07-7e46bf989efa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-04T09:17:14.5148296Z","updatedOn":"2023-01-04T09:17:14.5148296Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5c4e131f-5843-5474-af9f-427c1fca982d","type":"Microsoft.Authorization/roleAssignments","name":"5c4e131f-5843-5474-af9f-427c1fca982d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c0c54612-5a75-40a2-8a0c-bf70ab0847ba","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-13T04:47:48.8296778Z","updatedOn":"2023-01-13T04:47:48.8296778Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b56bdd79-3e27-4d79-b73b-4dc8625a172a","type":"Microsoft.Authorization/roleAssignments","name":"b56bdd79-3e27-4d79-b73b-4dc8625a172a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a4eae46b-a9d0-4586-8ac9-ba91b29f1d57","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-02-01T10:05:44.6784242Z","updatedOn":"2022-02-01T10:05:44.6784242Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8af2fb3a-292c-42a8-a870-1751c4ec4870","type":"Microsoft.Authorization/roleAssignments","name":"8af2fb3a-292c-42a8-a870-1751c4ec4870"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"85c33f6f-5d69-4b0e-bc06-95a7d3193519","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-04T09:52:52.7340040Z","updatedOn":"2022-05-04T09:52:52.7340040Z","createdBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","updatedBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6a4f635c-309c-4a1d-8eea-86fb5aa91d80","type":"Microsoft.Authorization/roleAssignments","name":"6a4f635c-309c-4a1d-8eea-86fb5aa91d80"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-12T06:55:02.9137483Z","updatedOn":"2022-05-12T06:55:02.9137483Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a5bd1b6d-0084-40ec-9126-2250536b4778","type":"Microsoft.Authorization/roleAssignments","name":"a5bd1b6d-0084-40ec-9126-2250536b4778"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"f2cee52e-3d75-4f49-acc4-b5aaf72232ee","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T11:01:05.6238088Z","updatedOn":"2022-06-03T11:01:05.6238088Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2bd63fbe-e197-434f-ba1e-016bad298ff7","type":"Microsoft.Authorization/roleAssignments","name":"2bd63fbe-e197-434f-ba1e-016bad298ff7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:20:41.1511200Z","updatedOn":"2022-06-03T13:22:39.1076287Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f12c7867-43e5-5530-98e9-9d8a2f39fb92","type":"Microsoft.Authorization/roleAssignments","name":"f12c7867-43e5-5530-98e9-9d8a2f39fb92"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:37:09.9515887Z","updatedOn":"2022-06-03T14:40:22.4040874Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/bace23ac-6978-5318-a146-d49599599b02","type":"Microsoft.Authorization/roleAssignments","name":"bace23ac-6978-5318-a146-d49599599b02"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-06T11:22:08.5127363Z","updatedOn":"2022-06-06T11:22:08.5127363Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/df253c65-35fc-4ff6-9a32-39b3fe20a6e3","type":"Microsoft.Authorization/roleAssignments","name":"df253c65-35fc-4ff6-9a32-39b3fe20a6e3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5f137a67-1b88-4f98-aa20-b71a7082dc56","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-10T14:11:57.5623976Z","updatedOn":"2022-06-10T14:11:57.5623976Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e409f573-8bda-4b7e-854a-61c445d36c6f","type":"Microsoft.Authorization/roleAssignments","name":"e409f573-8bda-4b7e-854a-61c445d36c6f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-22T11:28:57.2073063Z","updatedOn":"2022-06-22T11:28:57.2073063Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb","type":"Microsoft.Authorization/roleAssignments","name":"c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:19:22.2256200Z","updatedOn":"2022-06-23T09:19:22.2256200Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/344b17ae-cabf-4a33-9a9d-ba30fefcbadc","type":"Microsoft.Authorization/roleAssignments","name":"344b17ae-cabf-4a33-9a9d-ba30fefcbadc"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2b81557b-8e7a-4df8-9a41-e59844f627c2","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:25:03.9969293Z","updatedOn":"2022-06-23T09:25:03.9969293Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/13a7f7c7-7364-4f9b-ba92-5430f17b29b5","type":"Microsoft.Authorization/roleAssignments","name":"13a7f7c7-7364-4f9b-ba92-5430f17b29b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-24T07:04:04.5965087Z","updatedOn":"2022-06-24T07:04:04.5965087Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ba604c54-80e1-490e-a123-9ef9d477536b","type":"Microsoft.Authorization/roleAssignments","name":"ba604c54-80e1-490e-a123-9ef9d477536b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-25T04:10:10.7065168Z","updatedOn":"2022-06-25T04:10:10.7065168Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/916a749f-b61f-4ba4-8c28-46217c3a7b4e","type":"Microsoft.Authorization/roleAssignments","name":"916a749f-b61f-4ba4-8c28-46217c3a7b4e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T07:37:58.3152810Z","updatedOn":"2022-06-27T07:37:58.3152810Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0a1046d6-ba58-491f-b473-403ec29cd2be","type":"Microsoft.Authorization/roleAssignments","name":"0a1046d6-ba58-491f-b473-403ec29cd2be"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:21:12.2347431Z","updatedOn":"2022-06-27T08:21:12.2347431Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/abc6fbbe-d4a8-4315-9532-82e90334dcc9","type":"Microsoft.Authorization/roleAssignments","name":"abc6fbbe-d4a8-4315-9532-82e90334dcc9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:17.8582970Z","updatedOn":"2022-06-27T08:43:17.8582970Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8f0bb0e-1495-48f0-aa68-33c364310cfb","type":"Microsoft.Authorization/roleAssignments","name":"b8f0bb0e-1495-48f0-aa68-33c364310cfb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:18.7801612Z","updatedOn":"2022-06-27T08:43:18.7801612Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1","type":"Microsoft.Authorization/roleAssignments","name":"b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"b864e281-c12e-45c6-a0c7-6046a7de5481","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-30T10:50:49.6196941Z","updatedOn":"2022-06-30T10:50:49.6196941Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/61b7cfe4-f4db-49b0-b329-bb5fad775973","type":"Microsoft.Authorization/roleAssignments","name":"61b7cfe4-f4db-49b0-b329-bb5fad775973"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:11.7388086Z","updatedOn":"2022-07-01T08:15:11.7388086Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/86db086e-0442-5eef-8ebc-1d8d28a4d03a","type":"Microsoft.Authorization/roleAssignments","name":"86db086e-0442-5eef-8ebc-1d8d28a4d03a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:12.7940996Z","updatedOn":"2022-07-01T08:15:12.7940996Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cbcefba6-df6c-5670-9e02-9e09f7964d9c","type":"Microsoft.Authorization/roleAssignments","name":"cbcefba6-df6c-5670-9e02-9e09f7964d9c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"fe7b070d-f778-4cfd-8acf-eda94f397a89","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-29T07:15:07.9544255Z","updatedOn":"2022-07-29T07:15:07.9544255Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/efb13d06-875d-40e3-81d5-195824e19188","type":"Microsoft.Authorization/roleAssignments","name":"efb13d06-875d-40e3-81d5-195824e19188"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f8520195-1c62-47ff-8c01-e394155b52f1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-10T11:13:36.6792855Z","updatedOn":"2022-08-10T11:13:36.6792855Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c9150af-abd1-4d00-9c16-acb375857df6","type":"Microsoft.Authorization/roleAssignments","name":"3c9150af-abd1-4d00-9c16-acb375857df6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f4bfeb83-a4cc-43e8-bee0-9808b5d0918d","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-24T05:51:56.3337713Z","updatedOn":"2022-08-24T05:51:56.3337713Z","createdBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","updatedBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3caa2a04-62bf-4a33-80f5-056840e59fb4","type":"Microsoft.Authorization/roleAssignments","name":"3caa2a04-62bf-4a33-80f5-056840e59fb4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"608ca1e9-e854-46c6-984f-d812d0e657e6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-30T13:32:28.1332524Z","updatedOn":"2022-08-30T13:32:28.1332524Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2719b245-3aeb-4cc0-92bc-6f63eea0dcbf","type":"Microsoft.Authorization/roleAssignments","name":"2719b245-3aeb-4cc0-92bc-6f63eea0dcbf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"68df126e-00a9-4775-995d-233a4ffc3a19","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-17T09:26:11.0806114Z","updatedOn":"2023-02-17T09:26:11.0806114Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/76d326c3-4c6a-46f5-9b7d-6cdce259d963","type":"Microsoft.Authorization/roleAssignments","name":"76d326c3-4c6a-46f5-9b7d-6cdce259d963"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e147488a-f6f5-4113-8e2d-b22465e65bf6","principalId":"bb529dae-08b3-4aaa-a97b-a815eb240212","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-17T10:00:44.9499565Z","updatedOn":"2023-02-17T10:00:44.9499565Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e02834f2-9857-4cd4-84bf-f5060c059ac4","type":"Microsoft.Authorization/roleAssignments","name":"e02834f2-9857-4cd4-84bf-f5060c059ac4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"12f8ea5c-1212-449e-b31c-0a574f43076e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-21T07:25:21.5000321Z","updatedOn":"2023-02-21T07:25:21.5000321Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cfa66353-d8d2-44a8-9b6b-47d96c034467","type":"Microsoft.Authorization/roleAssignments","name":"cfa66353-d8d2-44a8-9b6b-47d96c034467"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"cf46d636-b6c1-406c-aba7-b2c3d9ed07da","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-22T08:19:42.6910275Z","updatedOn":"2023-02-22T08:19:42.6910275Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d2fa9741-5fdd-4c70-92d0-68d9ac1c8d47","type":"Microsoft.Authorization/roleAssignments","name":"d2fa9741-5fdd-4c70-92d0-68d9ac1c8d47"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5514cdb4-15e2-4c34-8c01-f5d04b6b6c67","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-24T13:51:44.3846278Z","updatedOn":"2023-02-24T13:51:44.3846278Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dab90611-db6d-4f9f-8082-df6726f52495","type":"Microsoft.Authorization/roleAssignments","name":"dab90611-db6d-4f9f-8082-df6726f52495"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"97cccd32-7f48-4221-94cd-b8528c8b17a6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-26T18:44:26.0648974Z","updatedOn":"2023-02-26T18:44:26.0648974Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fa32041b-2f55-4362-90b5-95d4a83ffd93","type":"Microsoft.Authorization/roleAssignments","name":"fa32041b-2f55-4362-90b5-95d4a83ffd93"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"493cef5f-b385-4b17-9f23-1f8b4b4ac3d6","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-13T07:48:30.0411477Z","updatedOn":"2023-03-13T07:48:30.0411477Z","createdBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","updatedBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/177c0e16-cfcb-406f-904d-09fb218aa5eb","type":"Microsoft.Authorization/roleAssignments","name":"177c0e16-cfcb-406f-904d-09fb218aa5eb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05","principalId":"5289bf2b-79f3-4c31-8d60-db42c3fd002a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-13T10:44:18.1488916Z","updatedOn":"2023-03-13T10:44:18.1488916Z","createdBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","updatedBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/588736e7-fbe0-4821-ae33-2c06f552124a","type":"Microsoft.Authorization/roleAssignments","name":"588736e7-fbe0-4821-ae33-2c06f552124a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1162ad4b-7287-4f49-8c3e-06e04512f639","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-14T12:31:55.1770447Z","updatedOn":"2023-03-14T12:31:55.1770447Z","createdBy":"becb4b6b-fe16-413b-a5c3-90355e0b2982","updatedBy":"becb4b6b-fe16-413b-a5c3-90355e0b2982","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5740e7f-0f13-4653-8abd-f482f3559150","type":"Microsoft.Authorization/roleAssignments","name":"c5740e7f-0f13-4653-8abd-f482f3559150"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"64ab57a6-67bf-4631-ac7f-b731f27f5de9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-04-04T05:25:33.2395033Z","updatedOn":"2023-04-04T05:25:33.2395033Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0be91191-86bc-4569-8b76-aae8fd209ac4","type":"Microsoft.Authorization/roleAssignments","name":"0be91191-86bc-4569-8b76-aae8fd209ac4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"64ab57a6-67bf-4631-ac7f-b731f27f5de9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-04-05T14:05:31.2947743Z","updatedOn":"2023-04-05T14:05:31.2947743Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ffaae57b-fa9e-450b-a428-ea4351af0cbd","type":"Microsoft.Authorization/roleAssignments","name":"ffaae57b-fa9e-450b-a428-ea4351af0cbd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"20be776b-53ea-4f69-aea8-e63cd646bf2a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T05:15:12.7382306Z","updatedOn":"2023-05-02T05:15:12.7382306Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d3962592-e471-4400-92b3-22e07f918945","type":"Microsoft.Authorization/roleAssignments","name":"d3962592-e471-4400-92b3-22e07f918945"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"b4a3721a-5084-4986-a20a-303f9d6f5040","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T07:57:32.1970984Z","updatedOn":"2023-05-02T07:57:32.1970984Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/665d47a7-45b8-4799-9950-b81892b71d02","type":"Microsoft.Authorization/roleAssignments","name":"665d47a7-45b8-4799-9950-b81892b71d02"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"0e79e07c-dd40-403a-aaa1-1b1a0db2c679","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T07:57:32.2974094Z","updatedOn":"2023-05-02T07:57:32.2974094Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6dc7c22d-6a46-43c8-bb1f-c21b9790f90f","type":"Microsoft.Authorization/roleAssignments","name":"6dc7c22d-6a46-43c8-bb1f-c21b9790f90f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2c62cfe7-2fb7-4fa7-8a70-363587961c3a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-03T06:56:50.3041561Z","updatedOn":"2023-05-03T06:56:50.3041561Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a8d72b29-195f-4fcb-871f-98944442ea1e","type":"Microsoft.Authorization/roleAssignments","name":"a8d72b29-195f-4fcb-871f-98944442ea1e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"b7ad5249-b614-4703-9aaf-5a445d177366","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T19:07:21.6725580Z","updatedOn":"2023-05-09T19:07:21.6725580Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/47c78059-3d33-4369-971b-f9bde9ac1466","type":"Microsoft.Authorization/roleAssignments","name":"47c78059-3d33-4369-971b-f9bde9ac1466"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"dac0942a-cc2b-49f9-9492-56a21ce8f8fc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T19:07:37.0703045Z","updatedOn":"2023-05-09T19:07:37.0703045Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/e0758e90-9d03-4a0c-b32f-372a6de27179","type":"Microsoft.Authorization/roleAssignments","name":"e0758e90-9d03-4a0c-b32f-372a6de27179"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"4e2127ca-c3b6-476d-affc-c5bce10eabe6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T20:28:20.0518605Z","updatedOn":"2023-05-09T20:28:20.0518605Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/65377e4a-2653-4567-ac70-91e29c7920f6","type":"Microsoft.Authorization/roleAssignments","name":"65377e4a-2653-4567-ac70-91e29c7920f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"8d1c13af-2a76-44e9-aa48-2d8445c943aa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T04:45:13.0937078Z","updatedOn":"2023-05-10T04:45:13.0937078Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/2d57d37b-1f25-456a-bc06-2a4b6ff1d1ba","type":"Microsoft.Authorization/roleAssignments","name":"2d57d37b-1f25-456a-bc06-2a4b6ff1d1ba"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"f2dd956f-36a4-426f-a222-6ab124ebf029","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T06:34:19.1943426Z","updatedOn":"2023-05-10T06:34:19.1943426Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/610fd0a6-6682-4cfd-abfe-985d4a9efedf","type":"Microsoft.Authorization/roleAssignments","name":"610fd0a6-6682-4cfd-abfe-985d4a9efedf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"1c181e6a-7ccc-44cb-86b8-a7bc0539b418","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T06:40:27.0353845Z","updatedOn":"2023-05-10T06:40:27.0353845Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/0af36067-e13a-4e45-968c-9000682bbd20","type":"Microsoft.Authorization/roleAssignments","name":"0af36067-e13a-4e45-968c-9000682bbd20"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"47c67572-a570-4da7-a4b9-58324ab5a952","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T07:26:43.2407286Z","updatedOn":"2023-05-10T07:26:43.2407286Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/0bed8139-dc1a-4d0c-ac99-f999224a9a89","type":"Microsoft.Authorization/roleAssignments","name":"0bed8139-dc1a-4d0c-ac99-f999224a9a89"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"9c93976b-8f0d-424e-ad3f-eee4e19e4975","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T07:44:55.4379405Z","updatedOn":"2023-05-10T07:44:55.4379405Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/aa737767-4250-44e0-8bc1-87c7a57c8e11","type":"Microsoft.Authorization/roleAssignments","name":"aa737767-4250-44e0-8bc1-87c7a57c8e11"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"65011827-99b8-4919-904c-b1cd8dd91338","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T08:07:02.0326713Z","updatedOn":"2023-05-10T08:07:02.0326713Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/9ecbdd01-8fe2-4145-b05e-ddcbf066f97b","type":"Microsoft.Authorization/roleAssignments","name":"9ecbdd01-8fe2-4145-b05e-ddcbf066f97b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"bcfc55e4-5eca-447b-a606-2d6fadf6a62d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-16T08:57:02.4178722Z","updatedOn":"2023-05-16T08:57:02.4178722Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/fee65814-7e14-4cff-bd3a-aa5538066cda","type":"Microsoft.Authorization/roleAssignments","name":"fee65814-7e14-4cff-bd3a-aa5538066cda"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"ab0849d6-1c69-46ad-848b-9352e42983c3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-16T09:58:56.5588413Z","updatedOn":"2023-05-16T09:58:56.5588413Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/dcdce87f-0ae7-4bb9-93b3-8deb96aa5603","type":"Microsoft.Authorization/roleAssignments","name":"dcdce87f-0ae7-4bb9-93b3-8deb96aa5603"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"58855564-8091-4c8e-ad53-d10b8fff0527","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-17T06:33:02.7277301Z","updatedOn":"2023-05-17T06:33:02.7277301Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1a38fd1e-c445-4178-9b06-e50cfaa7cdaf","type":"Microsoft.Authorization/roleAssignments","name":"1a38fd1e-c445-4178-9b06-e50cfaa7cdaf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c24456e1-8136-48ee-97c9-b1f01906af77","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-17T06:33:02.7640554Z","updatedOn":"2023-05-17T06:33:02.7640554Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/895912bb-0d13-4469-b7fb-b479b1dc3e5b","type":"Microsoft.Authorization/roleAssignments","name":"895912bb-0d13-4469-b7fb-b479b1dc3e5b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"f8520195-1c62-47ff-8c01-e394155b52f1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-18T06:12:44.5863814Z","updatedOn":"2023-05-18T06:12:44.5863814Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/eb75e461-0299-4c74-aa17-e02717312d32","type":"Microsoft.Authorization/roleAssignments","name":"eb75e461-0299-4c74-aa17-e02717312d32"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f58310d9-a9f6-439a-9e8d-f62e7b41a168","principalId":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T04:48:16.7740488Z","updatedOn":"2023-05-25T04:48:16.7740488Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f7ea54ed-f06b-47ea-ac38-8fe1173e9344","type":"Microsoft.Authorization/roleAssignments","name":"f7ea54ed-f06b-47ea-ac38-8fe1173e9344"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"24719501-c5d0-47d3-bbbf-20ef4c630c73","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T11:29:34.9377098Z","updatedOn":"2023-05-25T11:29:34.9377098Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/74873008-c382-41fb-ab10-b77460ba663a","type":"Microsoft.Authorization/roleAssignments","name":"74873008-c382-41fb-ab10-b77460ba663a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"d68108d1-33be-4b4f-947c-af634d4ef0aa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T13:00:39.1658815Z","updatedOn":"2023-05-28T13:00:39.1658815Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/a4018116-4185-452c-962b-ff9798e8d095","type":"Microsoft.Authorization/roleAssignments","name":"a4018116-4185-452c-962b-ff9798e8d095"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"fd2d4224-3b78-4a92-8b95-816ddd087506","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T13:21:31.4986279Z","updatedOn":"2023-05-28T13:21:31.4986279Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/6135d590-c6b4-4bfc-81ed-265d47bf6d83","type":"Microsoft.Authorization/roleAssignments","name":"6135d590-c6b4-4bfc-81ed-265d47bf6d83"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"06fc8cbf-37d3-4d1b-8299-69c4df3b572c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T13:50:05.8544280Z","updatedOn":"2023-05-28T13:50:05.8544280Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/6e9ddf07-f19f-46e5-bd41-8269825bacb8","type":"Microsoft.Authorization/roleAssignments","name":"6e9ddf07-f19f-46e5-bd41-8269825bacb8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"b8c65349-51a7-45d5-8a1d-1bc091055724","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T17:11:06.3532653Z","updatedOn":"2023-05-28T17:11:06.3532653Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/cdd77e4e-26b0-434e-bd94-8ccb0402851a","type":"Microsoft.Authorization/roleAssignments","name":"cdd77e4e-26b0-434e-bd94-8ccb0402851a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0973816d-8dc6-47d2-9512-02ddd0032251","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T03:47:22.3217709Z","updatedOn":"2023-05-29T03:47:22.3217709Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/115c9028-901c-49b3-b4e6-ee1ae2fc9559","type":"Microsoft.Authorization/roleAssignments","name":"115c9028-901c-49b3-b4e6-ee1ae2fc9559"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"79793a4f-03bc-49c5-94a8-73a4e1d2276c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T04:16:24.8812962Z","updatedOn":"2023-05-29T04:16:24.8812962Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/72f546f8-0d39-4307-8e43-d8c9c3358660","type":"Microsoft.Authorization/roleAssignments","name":"72f546f8-0d39-4307-8e43-d8c9c3358660"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"05ec8271-e220-44df-a9f6-74e84eb27e52","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T04:52:01.7085397Z","updatedOn":"2023-05-29T04:52:01.7085397Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/c018ff99-c084-4cc7-bb78-ec7e0ee4c8ad","type":"Microsoft.Authorization/roleAssignments","name":"c018ff99-c084-4cc7-bb78-ec7e0ee4c8ad"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"13c9deb2-46ff-4e76-a859-e575f64defd3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T06:13:32.3227516Z","updatedOn":"2023-05-29T06:13:32.3227516Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/1e9624b0-c8ab-41f0-8fe7-154cc43a36e0","type":"Microsoft.Authorization/roleAssignments","name":"1e9624b0-c8ab-41f0-8fe7-154cc43a36e0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"cd118008-62f9-4683-bf6b-bf7c833da40b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T06:48:34.8262341Z","updatedOn":"2023-05-29T06:48:34.8262341Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/f8b1fb2e-371e-492c-ad43-cd40c0b41366","type":"Microsoft.Authorization/roleAssignments","name":"f8b1fb2e-371e-492c-ad43-cd40c0b41366"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"d3acdbc2-f477-46b6-8ea5-162fa7714dd9","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T07:02:39.9034813Z","updatedOn":"2023-05-29T07:02:39.9034813Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/d2eacb25-a448-49c4-aa13-beca26fa852d","type":"Microsoft.Authorization/roleAssignments","name":"d2eacb25-a448-49c4-aa13-beca26fa852d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e6286d47-3c0c-4fa9-ba6b-95999e5cebdc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T08:50:45.9998823Z","updatedOn":"2023-05-29T08:50:45.9998823Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/21baa433-6363-4745-bd9a-4f4977c92a1b","type":"Microsoft.Authorization/roleAssignments","name":"21baa433-6363-4745-bd9a-4f4977c92a1b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T13:53:37.6422713Z","updatedOn":"2023-05-29T13:53:37.6422713Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b65f7c25-3f4f-44f7-9c48-fe96b51576e0","type":"Microsoft.Authorization/roleAssignments","name":"b65f7c25-3f4f-44f7-9c48-fe96b51576e0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"490e52a9-30c5-4515-b8d9-04afd8b85e9c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T04:01:53.3749224Z","updatedOn":"2023-05-30T04:01:53.3749224Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/4d815349-c254-4d67-b406-aa287564aee3","type":"Microsoft.Authorization/roleAssignments","name":"4d815349-c254-4d67-b406-aa287564aee3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"8afaf55f-2597-4534-a20f-a2f2afa8d26c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T04:31:42.2587420Z","updatedOn":"2023-05-30T04:31:42.2587420Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/8bbd4bfc-cd89-4bca-860c-a0740ab529f4","type":"Microsoft.Authorization/roleAssignments","name":"8bbd4bfc-cd89-4bca-860c-a0740ab529f4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"aa702226-7b8d-40d7-bfbd-80aae0e595d6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T05:50:47.9480782Z","updatedOn":"2023-05-30T05:50:47.9480782Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/73a88b4a-2094-44c7-9e36-9f40e161d627","type":"Microsoft.Authorization/roleAssignments","name":"73a88b4a-2094-44c7-9e36-9f40e161d627"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"6e415d1f-88e4-4be1-b5f0-b7139659f22e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T06:12:58.3970921Z","updatedOn":"2023-05-30T06:12:58.3970921Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/2cee1665-1c27-46ea-846e-2059d59cfdd1","type":"Microsoft.Authorization/roleAssignments","name":"2cee1665-1c27-46ea-846e-2059d59cfdd1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"c56d7382-c4a9-4ce3-80b6-3cfc95f2fefc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T06:48:09.8374610Z","updatedOn":"2023-05-30T06:48:09.8374610Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/0b01f7a2-3616-4c85-af38-2b19054fc066","type":"Microsoft.Authorization/roleAssignments","name":"0b01f7a2-3616-4c85-af38-2b19054fc066"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0d9dcb06-cdcf-41c4-8c30-4869e71840e7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T07:12:17.4876538Z","updatedOn":"2023-05-30T07:12:17.4876538Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/fea43e5c-701b-4426-bd30-159248cb4931","type":"Microsoft.Authorization/roleAssignments","name":"fea43e5c-701b-4426-bd30-159248cb4931"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"28ba77d8-32a0-4d69-b107-8407bb848ede","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-04T13:26:22.1238267Z","updatedOn":"2023-06-04T13:26:22.1238267Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/f8239795-55cb-45af-9097-511279f200c9","type":"Microsoft.Authorization/roleAssignments","name":"f8239795-55cb-45af-9097-511279f200c9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"d69cd189-7562-4657-9b69-b3380d9f64d6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-07T06:51:41.1665272Z","updatedOn":"2023-06-07T06:51:41.1665272Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/be7f7406-9b29-4da2-9268-af6e51d58501","type":"Microsoft.Authorization/roleAssignments","name":"be7f7406-9b29-4da2-9268-af6e51d58501"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c8930b26-8d6f-4b4a-87de-2f8eb04e7cbd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-06-08T09:36:28.7566900Z","updatedOn":"2023-06-08T09:36:28.7566900Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5d1f4c81-f2b6-43c9-8e45-8878bf1d3398","type":"Microsoft.Authorization/roleAssignments","name":"5d1f4c81-f2b6-43c9-8e45-8878bf1d3398"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e07cb74f-f01a-4155-9919-23791bdc05a4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T03:46:27.5192433Z","updatedOn":"2023-06-09T03:46:27.5192433Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/3161b098-fa14-4694-9e1b-1637b373e255","type":"Microsoft.Authorization/roleAssignments","name":"3161b098-fa14-4694-9e1b-1637b373e255"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a959e284-cf37-480d-a37e-aa8eda644fa4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T09:44:57.4057363Z","updatedOn":"2023-06-09T09:44:57.4057363Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/11096c31-f38b-4aa1-a4be-97eb04b86f2b","type":"Microsoft.Authorization/roleAssignments","name":"11096c31-f38b-4aa1-a4be-97eb04b86f2b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a51d0ef9-9895-4b63-b3f8-354bb7d1a6bb","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-05-21T08:47:39.8177538Z","updatedOn":"2021-05-21T08:47:39.8177538Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/17db6abb-bc45-4967-b313-e470ec9cbbd7","type":"Microsoft.Authorization/roleAssignments","name":"17db6abb-bc45-4967-b313-e470ec9cbbd7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"93e2b483-3ffa-44f8-9965-fdb104b541a2","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-06-29T05:43:19.7216795Z","updatedOn":"2021-06-29T05:43:19.7216795Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c6aff8c2-08b1-5b1a-9c80-d91164226985","type":"Microsoft.Authorization/roleAssignments","name":"c6aff8c2-08b1-5b1a-9c80-d91164226985"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"4f285ac8-5610-4d2f-854c-bfa3d16a2679","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-11T06:55:02.4909144Z","updatedOn":"2021-07-11T06:55:02.4909144Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0cec2ad2-d080-4126-a99f-f61c559b799c","type":"Microsoft.Authorization/roleAssignments","name":"0cec2ad2-d080-4126-a99f-f61c559b799c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"630db480-3ee6-47ec-ae72-5f917d466bad","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:16:28.8833400Z","updatedOn":"2021-07-13T10:16:28.8833400Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/37fe4b2d-0aca-4c27-8511-1e0d18063ec8","type":"Microsoft.Authorization/roleAssignments","name":"37fe4b2d-0aca-4c27-8511-1e0d18063ec8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"279982e7-46cf-4e40-9a3b-156c98285cb7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.5647062Z","updatedOn":"2021-07-13T10:18:48.5647062Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/7907f38d-57a7-431d-82d7-5dfa2ef0a628","type":"Microsoft.Authorization/roleAssignments","name":"7907f38d-57a7-431d-82d7-5dfa2ef0a628"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"790004d0-0112-41ad-92e8-95c464c34476","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.6068337Z","updatedOn":"2021-07-13T10:18:48.6068337Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c9bda26-83c4-4d4c-b00b-c4b58301e539","type":"Microsoft.Authorization/roleAssignments","name":"8c9bda26-83c4-4d4c-b00b-c4b58301e539"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-21T06:38:43.9281998Z","updatedOn":"2021-07-21T06:38:43.9281998Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b553fa81-60dd-45d6-9781-8c2313d68b03","type":"Microsoft.Authorization/roleAssignments","name":"b553fa81-60dd-45d6-9781-8c2313d68b03"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:20.4258578Z","updatedOn":"2021-07-27T04:31:20.4258578Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258","type":"Microsoft.Authorization/roleAssignments","name":"4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:32.4566300Z","updatedOn":"2021-07-27T04:31:32.4566300Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8176bf09-8e96-448a-ab12-eeed360ecce2","type":"Microsoft.Authorization/roleAssignments","name":"8176bf09-8e96-448a-ab12-eeed360ecce2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:48.4577322Z","updatedOn":"2021-07-27T04:31:48.4577322Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45949217-58cc-4c18-93f3-f4c90710ae2d","type":"Microsoft.Authorization/roleAssignments","name":"45949217-58cc-4c18-93f3-f4c90710ae2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:20.8138038Z","updatedOn":"2021-07-27T10:13:20.8138038Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2382b52f-1ec5-430e-ae2a-74f9ed331ced","type":"Microsoft.Authorization/roleAssignments","name":"2382b52f-1ec5-430e-ae2a-74f9ed331ced"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:23.6551958Z","updatedOn":"2021-07-27T10:13:23.6551958Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e5863947-0b21-41b7-9997-c0dfc73eec29","type":"Microsoft.Authorization/roleAssignments","name":"e5863947-0b21-41b7-9997-c0dfc73eec29"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:29.6985440Z","updatedOn":"2021-07-27T10:13:29.6985440Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/28c1cefa-942f-44c5-a4d4-c33bb92abd45","type":"Microsoft.Authorization/roleAssignments","name":"28c1cefa-942f-44c5-a4d4-c33bb92abd45"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8039a424-299a-4014-8b22-4f6d6cc60065","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-11T07:08:31.9935560Z","updatedOn":"2021-08-11T07:08:31.9935560Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/69e0bcfc-b024-4d8b-a3d5-dac447f8986c","type":"Microsoft.Authorization/roleAssignments","name":"69e0bcfc-b024-4d8b-a3d5-dac447f8986c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"8f0340b8-4b70-412b-be19-c4612d49e353","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T11:58:29.6857641Z","updatedOn":"2021-08-20T11:58:29.6857641Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd88236f-eacb-5303-912f-ba1741cf02bd","type":"Microsoft.Authorization/roleAssignments","name":"fd88236f-eacb-5303-912f-ba1741cf02bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0d8f6e68-d6c5-4a67-b6c4-3107609bbdbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T12:31:58.7980661Z","updatedOn":"2021-08-20T12:31:58.7980661Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/146f4a11-8712-583d-89eb-a7b8b82dbaa9","type":"Microsoft.Authorization/roleAssignments","name":"146f4a11-8712-583d-89eb-a7b8b82dbaa9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e2072d83-2379-4f36-ab51-b5df7460c61e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-21T14:40:08.5987892Z","updatedOn":"2021-08-21T14:40:10.5055205Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/842af679-0b58-5eb5-b94c-ff59e4105d7e","type":"Microsoft.Authorization/roleAssignments","name":"842af679-0b58-5eb5-b94c-ff59e4105d7e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-17T09:41:38.5634940Z","updatedOn":"2021-09-17T09:41:38.5634940Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":"for + temp testing purpose"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98fe0117-1e9c-4e37-b8a7-c4a1031d6916","type":"Microsoft.Authorization/roleAssignments","name":"98fe0117-1e9c-4e37-b8a7-c4a1031d6916"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-25T15:23:32.6168771Z","updatedOn":"2021-09-25T15:23:32.6168771Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d852f084-bc9f-4258-9e2c-fcf48b9eaf85","type":"Microsoft.Authorization/roleAssignments","name":"d852f084-bc9f-4258-9e2c-fcf48b9eaf85"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"2778738c-452b-45ca-b8d6-f085836a1458","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-30T07:51:25.2399474Z","updatedOn":"2021-09-30T07:51:25.2399474Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b04a3bdf-b6a6-5ffb-9394-ee5743741597","type":"Microsoft.Authorization/roleAssignments","name":"b04a3bdf-b6a6-5ffb-9394-ee5743741597"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"0ac1f52a-325b-486a-a095-f46ffdd6a9e4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-10-26T01:59:18.6998395Z","updatedOn":"2021-10-26T01:59:18.6998395Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/53a3b238-b4b0-4d3f-b416-8d6dc8d755f6","type":"Microsoft.Authorization/roleAssignments","name":"53a3b238-b4b0-4d3f-b416-8d6dc8d755f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"c3c0d020-16f0-44d8-9950-0250120a33ff","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-02T06:11:03.5575284Z","updatedOn":"2021-11-02T06:11:03.5575284Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1d017732-f67e-5aa1-a4a6-47570078d9f3","type":"Microsoft.Authorization/roleAssignments","name":"1d017732-f67e-5aa1-a4a6-47570078d9f3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-10T08:59:19.7285159Z","updatedOn":"2021-11-10T08:59:19.7285159Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a60357fa-dc0a-4479-a2a9-4329c2d0ae89","type":"Microsoft.Authorization/roleAssignments","name":"a60357fa-dc0a-4479-a2a9-4329c2d0ae89"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8dd77695-d6a5-450d-a43c-67ca01be9fbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-12T10:55:38.3698246Z","updatedOn":"2021-11-12T10:55:38.3698246Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dda5bb75-b74a-4430-975f-5bc9611c4b2d","type":"Microsoft.Authorization/roleAssignments","name":"dda5bb75-b74a-4430-975f-5bc9611c4b2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36243c78-bf99-498c-9df9-86d9f8d28608","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0181010Z","updatedOn":"2021-02-18T06:28:12.0181010Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/804f6223-03eb-4091-b460-82160fc5f818","type":"Microsoft.Authorization/roleAssignments","name":"804f6223-03eb-4091-b460-82160fc5f818"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0168587Z","updatedOn":"2021-02-18T06:28:12.0168587Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8d80e2d6-315c-495c-ab2c-91ddf75edf41","type":"Microsoft.Authorization/roleAssignments","name":"8d80e2d6-315c-495c-ab2c-91ddf75edf41"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"cf46d636-b6c1-406c-aba7-b2c3d9ed07da","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:53:53.1151640Z","updatedOn":"2021-02-26T13:53:53.1151640Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/735e98ed-f4b8-4b7d-9cc9-af4f8ae77252","type":"Microsoft.Authorization/roleAssignments","name":"735e98ed-f4b8-4b7d-9cc9-af4f8ae77252"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8505e3f4-1ee7-427c-a175-a06595231d46","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:54:27.5624477Z","updatedOn":"2021-02-26T13:54:27.5624477Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98c87a9f-b9e7-414b-8b59-bf3ec62dbc74","type":"Microsoft.Authorization/roleAssignments","name":"98c87a9f-b9e7-414b-8b59-bf3ec62dbc74"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-25T12:25:27.2277610Z","updatedOn":"2020-07-25T12:25:27.2277610Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d","type":"Microsoft.Authorization/roleAssignments","name":"fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21ae6127-c385-4ae0-b895-a8559e9aa574","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:35:35.2993523Z","updatedOn":"2020-07-31T08:35:35.2993523Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6af9fbf3-7085-4bcb-b399-88b89fac16d3","type":"Microsoft.Authorization/roleAssignments","name":"6af9fbf3-7085-4bcb-b399-88b89fac16d3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:44:16.2909420Z","updatedOn":"2020-07-31T08:44:16.2909420Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/65080390-e9b5-4566-b362-d1e96c23dae2","type":"Microsoft.Authorization/roleAssignments","name":"65080390-e9b5-4566-b362-d1e96c23dae2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:12:01.6760584Z","updatedOn":"2020-11-03T06:12:01.6760584Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a7a12420-2dce-4a47-822e-68cadf239da3","type":"Microsoft.Authorization/roleAssignments","name":"a7a12420-2dce-4a47-822e-68cadf239da3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3282af51-433d-47e8-b2b5-633fbe0fecc0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:25:32.6790913Z","updatedOn":"2020-11-03T06:25:32.6790913Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/36da831d-10ce-4f42-ba28-362960f6ea36","type":"Microsoft.Authorization/roleAssignments","name":"36da831d-10ce-4f42-ba28-362960f6ea36"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"ce2366a6-64d7-441b-939c-c9d23f91cccd","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T20:43:06.5941189Z","updatedOn":"2020-03-12T20:43:06.5941189Z","createdBy":"606f48c8-d219-4875-991d-ae6befaf0756","updatedBy":"606f48c8-d219-4875-991d-ae6befaf0756","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/ad9e2cd7-0ff7-4931-9b17-656c8f17934b","type":"Microsoft.Authorization/roleAssignments","name":"ad9e2cd7-0ff7-4931-9b17-656c8f17934b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2023-02-21T22:32:46.2324804Z","updatedOn":"2023-02-21T22:32:46.2324804Z","createdBy":"7f1579a6-c648-43a1-ac1e-0c3020dd9b8e","updatedBy":"7f1579a6-c648-43a1-ac1e-0c3020dd9b8e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/df7c1e07-5c2d-4b22-b7b9-fd11a8569db3","type":"Microsoft.Authorization/roleAssignments","name":"df7c1e07-5c2d-4b22-b7b9-fd11a8569db3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772","principalId":"2dd1ea73-4024-489e-83a4-45cb3e962f69","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2023-05-04T20:23:16.3808369Z","updatedOn":"2023-05-04T20:23:16.3808369Z","createdBy":"fa00c2de-57d5-4527-9254-4d513f482d0a","updatedBy":"fa00c2de-57d5-4527-9254-4d513f482d0a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/59109645-7b2b-4278-831a-2e4627ec603d","type":"Microsoft.Authorization/roleAssignments","name":"59109645-7b2b-4278-831a-2e4627ec603d"}]}' + headers: + cache-control: + - no-cache + content-length: + - '124908' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:45:09 GMT + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly + 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: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + Cookie: + - x-ms-gateway-slice=Production + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --backup-instance -y + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Contributor%27&api-version=2022-04-01 + response: + body: + string: '{"value":[{"properties":{"roleName":"Contributor","type":"BuiltInRole","description":"Grants + full access to manage all resources, but does not allow you to assign roles + in Azure RBAC, manage assignments in Azure Blueprints, or share image galleries.","assignableScopes":["/"],"permissions":[{"actions":["*"],"notActions":["Microsoft.Authorization/*/Delete","Microsoft.Authorization/*/Write","Microsoft.Authorization/elevateAccess/Action","Microsoft.Blueprint/blueprintAssignments/write","Microsoft.Blueprint/blueprintAssignments/delete","Microsoft.Compute/galleries/share/action","Microsoft.Purview/consents/write","Microsoft.Purview/consents/delete"],"dataActions":[],"notDataActions":[]}],"createdOn":"2015-02-02T21:55:09.8806423Z","updatedOn":"2023-05-25T18:33:49.8611163Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","type":"Microsoft.Authorization/roleDefinitions","name":"b24988ac-6180-42a0-ab88-20f7382dd24c"}]}' + headers: + cache-control: + - no-cache + content-length: + - '1055' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:45:10 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + Cookie: + - x-ms-gateway-slice=Production + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --backup-instance -y + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleDefinitions?api-version=2022-04-01 + response: + body: + string: "{\"value\":[{\"properties\":{\"roleName\":\"Avere Cluster Create\"\ + ,\"type\":\"CustomRole\",\"description\":\"Avere cluster create role used\ + \ by the Avere controller to create a vFXT cluster.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/*\",\"Microsoft.Authorization/roleDefinitions/*\"\ + ,\"Microsoft.Compute/*/read\",\"Microsoft.Compute/availabilitySets/*\",\"\ + Microsoft.Compute/virtualMachines/*\",\"Microsoft.Network/*/read\",\"Microsoft.Network/networkInterfaces/*\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\"\ + ,\"Microsoft.Storage/*/read\",\"Microsoft.Storage/storageAccounts/listKeys/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-11-29T18:46:55.0492387Z\",\"updatedOn\":\"2018-11-29T18:46:55.0492387Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a7b1b19a-0e83-4fe5-935c-faaefbfd18c3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a7b1b19a-0e83-4fe5-935c-faaefbfd18c3\"\ + },{\"properties\":{\"roleName\":\"Avere Cluster Runtime Operator\",\"type\"\ + :\"CustomRole\",\"description\":\"Avere cluster runtime role used by Avere\ + \ clusters running in subscriptions, for the purpose of failing over IP addresses,\ + \ accessing BLOB storage, etc\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/routeTables/read\",\"Microsoft.Network/routeTables/routes/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-08-26T00:41:26.2170858Z\",\"\ + updatedOn\":\"2018-08-26T00:41:26.2170858Z\",\"createdBy\":\"dda50086-5e3d-4a4b-b8bc-f54771104d89\"\ + ,\"updatedBy\":\"dda50086-5e3d-4a4b-b8bc-f54771104d89\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e078ab98-ef3a-4c9a-aba7-12f5172b45d0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e078ab98-ef3a-4c9a-aba7-12f5172b45d0\"\ + },{\"properties\":{\"roleName\":\"Azure Service Deploy Release Management\ + \ Contributor\",\"type\":\"CustomRole\",\"description\":\"Contributor role\ + \ for services deploying through Azure Service Deploy.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*\"],\"notActions\":[\"Microsoft.Authorization/*/Delete\"\ + ,\"Microsoft.Authorization/*/Write\"],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-02-04T02:26:31.5413362Z\",\"updatedOn\":\"2018-01-08T20:20:16.3660174Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/21d96096-b162-414a-8302-d8354f9d91b2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"21d96096-b162-414a-8302-d8354f9d91b2\"\ + },{\"properties\":{\"roleName\":\"CAL-Custom-Role\",\"type\":\"CustomRole\"\ + ,\"description\":\"Lets SAP Cloud Appliance Library application manage Network\ + \ and Compute services, manage Resource Groups and Management locks.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/locks/*\"\ + ,\"Microsoft.Authorization/roleDefinitions/*\",\"Microsoft.Authorization/roleAssignments/*\"\ + ,\"Microsoft.Compute/*\",\"Microsoft.Network/*\",\"Microsoft.Resources/*\"\ + ,\"Microsoft.Storage/*\",\"Microsoft.ContainerService/*\",\"Microsoft.ContainerRegistry/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-05-14T19:30:51.0664585Z\",\"updatedOn\":\"2019-02-19T19:11:57.5963229Z\"\ + ,\"createdBy\":\"dda50086-5e3d-4a4b-b8bc-f54771104d89\",\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7b266cd7-0bba-4ae2-8423-90ede5e1e898\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7b266cd7-0bba-4ae2-8423-90ede5e1e898\"\ + },{\"properties\":{\"roleName\":\"Dsms Role (deprecated)\",\"type\":\"CustomRole\"\ + ,\"description\":\"Custom role used by Dsms to perform operations. Can list\ + \ and regnerate storage account keys.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/regenerateKey/action\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/regeneratekey/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-17T18:02:11.1225951Z\"\ + ,\"updatedOn\":\"2018-01-13T00:21:52.7211696Z\",\"createdBy\":\"ca5f3715-e7dd-427b-b2db-45b6a4a2df87\"\ + ,\"updatedBy\":\"ca5f3715-e7dd-427b-b2db-45b6a4a2df87\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b91f4c0b-46e3-47bb-a242-eecfe23b3b5b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b91f4c0b-46e3-47bb-a242-eecfe23b3b5b\"\ + },{\"properties\":{\"roleName\":\"Dsms Role (do not use)\",\"type\":\"CustomRole\"\ + ,\"description\":\"Custom role used by Dsms to perform operations. Can list\ + \ and regnerate storage account keys.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/regenerateKey/action\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/regeneratekey/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-02-01T07:56:12.5880222Z\"\ + ,\"updatedOn\":\"2018-08-09T17:53:48.5432297Z\",\"createdBy\":\"becb4b6b-fe16-413b-a5c3-90355e0b2982\"\ + ,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7aff565e-6c55-448d-83db-ccf482c6da2f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7aff565e-6c55-448d-83db-ccf482c6da2f\"\ + },{\"properties\":{\"roleName\":\"ExpressRoute Administrator\",\"type\":\"\ + CustomRole\",\"description\":\"Can create, delete and manage ExpressRoutes\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/locks/*\"\ + ,\"Microsoft.Authorization/policyAssignments/*\",\"Microsoft.Authorization/policyDefinitions/*\"\ + ,\"Microsoft.Authorization/roleAssignments/*\",\"Microsoft.ClassicNetwork/*\"\ + ,\"Microsoft.EventGrid/*\",\"Microsoft.Insights/*\",\"Microsoft.Network/*\"\ + ,\"Microsoft.Resources/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-08-31T03:51:32.2843055Z\",\"updatedOn\":\"2019-03-20T22:55:18.8222085Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a48d7896-14b4-4889-afef-fbb65a96e5a2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a48d7896-14b4-4889-afef-fbb65a96e5a2\"\ + },{\"properties\":{\"roleName\":\"GenevaWarmPathResourceContributor\",\"type\"\ + :\"CustomRole\",\"description\":\"Can manage service bus and storage accounts.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.EventHub/namespaces/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/*\",\"Microsoft.ServiceBus/namespaces/*\"\ + ,\"Microsoft.Storage/storageAccounts/*\",\"Microsoft.Storage/storageAccounts/managementPolicies/write\"\ + ,\"Microsoft.Storage/storageAccounts/managementPolicies/read\",\"Microsoft.Storage/storageAccounts/managementPolicies/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-03-14T22:30:10.1999436Z\",\"updatedOn\":\"2022-02-28T23:26:40.0052537Z\"\ + ,\"createdBy\":null,\"updatedBy\":\"acis\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9f15f5f5-77bd-413a-aa88-4b9c68b1e7bc\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9f15f5f5-77bd-413a-aa88-4b9c68b1e7bc\"\ + },{\"properties\":{\"roleName\":\"masterreader\",\"type\":\"CustomRole\",\"\ + description\":\"Lets you view everything, but not make any changes.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2017-11-14T23:38:05.3353858Z\"\ + ,\"updatedOn\":\"2017-11-14T23:38:05.3353858Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a48d7796-14b4-4889-afef-fbb65a93e5a2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a48d7796-14b4-4889-afef-fbb65a93e5a2\"\ + },{\"properties\":{\"roleName\":\"Microsoft OneAsset Reader\",\"type\":\"\ + CustomRole\",\"description\":\"This role is for Microsoft OneAsset team (CSEO)\ + \ to track internal security compliance and resource utilization.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachines/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-03-27T23:51:08.6333052Z\",\"updatedOn\":\"2019-04-02T20:35:43.3396263Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd1bb084-1503-4bd2-99c0-630220046786\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fd1bb084-1503-4bd2-99c0-630220046786\"\ + },{\"properties\":{\"roleName\":\"Office DevOps\",\"type\":\"CustomRole\"\ + ,\"description\":\"Custom access for developers to operations but not secrets.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachineScaleSets/restart/action\"\ + ,\"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/restart/action\"\ + ,\"Microsoft.Sql/servers/databases/replicationLinks/delete\",\"Microsoft.Sql/servers/databases/replicationLinks/failover/action\"\ + ,\"Microsoft.Sql/servers/databases/replicationLinks/forceFailoverAllowDataLoss/action\"\ + ,\"Microsoft.Sql/servers/databases/replicationLinks/operationResults/read\"\ + ,\"Microsoft.Sql/servers/databases/replicationLinks/read\",\"Microsoft.Sql/servers/databases/replicationLinks/unlink/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2016-10-07T08:11:46.1639398Z\",\"updatedOn\":\"2017-03-16T18:43:08.3234306Z\"\ + ,\"createdBy\":\"25aea6be-b605-4347-a92d-33e178e412ec\",\"updatedBy\":\"25aea6be-b605-4347-a92d-33e178e412ec\"\ + },\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7fd64851-3279-459b-b614-e2b2ba760f5b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7fd64851-3279-459b-b614-e2b2ba760f5b\"\ + },{\"properties\":{\"roleName\":\"GenevaWarmPathStorageBlobContributor\",\"\ + type\":\"CustomRole\",\"description\":\"Geneva Warm Path Storage Blob Contributor\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/lease/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/lock/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/extend/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/delete\"\ + ,\"Microsoft.Storage/storageAccounts/managementPolicies/write\",\"Microsoft.Storage/storageAccounts/managementPolicies/read\"\ + ,\"Microsoft.Storage/storageAccounts/managementPolicies/delete\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-12-06T22:46:27.1365630Z\"\ + ,\"updatedOn\":\"2022-02-28T23:26:40.4152515Z\",\"createdBy\":null,\"updatedBy\"\ + :\"acis\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a16c43ca-2d67-4dcd-9ded-6412f5edc51a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a16c43ca-2d67-4dcd-9ded-6412f5edc51a\"\ + },{\"properties\":{\"roleName\":\"Azure Service Deploy Release Management\ + \ Restricted Owner\",\"type\":\"CustomRole\",\"description\":\"Restricted\ + \ owner role for services deploying through Azure Service Deploy.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*\"],\"notActions\":[\"Microsoft.Authorization/*/Delete\"\ + ,\"Microsoft.Authorization/*/Write\"],\"dataActions\":[],\"notDataActions\"\ + :[]},{\"actions\":[\"Microsoft.Authorization/roleAssignments/write\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]},{\"actions\":[\"Microsoft.Authorization/locks/write\"\ + ,\"Microsoft.Authorization/policyassignments/write\",\"Microsoft.Authorization/policydefinitions/write\"\ + ,\"Microsoft.Authorization/policysetdefinitions/write\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-03-07T22:16:06.8803898Z\"\ + ,\"updatedOn\":\"2022-03-07T22:16:06.8803898Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/94ddc4bc-25f5-4f3e-b527-c587da93cfe4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"94ddc4bc-25f5-4f3e-b527-c587da93cfe4\"\ + },{\"properties\":{\"roleName\":\"Azure Service Deploy Test Release Management\ + \ Key Vault Secrets User\",\"type\":\"CustomRole\",\"description\":\"Read\ + \ secret and certificate contents. Only works for key vaults that use the\ + \ 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/secrets/getSecret/action\",\"Microsoft.KeyVault/vaults/certificates/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-07-20T22:52:19.9944274Z\",\"\ + updatedOn\":\"2022-08-31T23:25:32.0649353Z\",\"createdBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"\ + ,\"updatedBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/87d31636-ad85-4caa-802d-1535972b5612\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"87d31636-ad85-4caa-802d-1535972b5612\"\ + },{\"properties\":{\"roleName\":\"Azure Service Deploy Release Management\ + \ Key Vault Secrets User\",\"type\":\"CustomRole\",\"description\":\"Read\ + \ secret and certificate contents. Only works for key vaults that use the\ + \ 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/secrets/getSecret/action\",\"Microsoft.KeyVault/vaults/certificates/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-02T21:14:21.3331588Z\",\"\ + updatedOn\":\"2022-09-10T00:44:34.5904437Z\",\"createdBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"\ + ,\"updatedBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/260691e6-68c2-47cf-bd4a-97d5fd4dbcd5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"260691e6-68c2-47cf-bd4a-97d5fd4dbcd5\"\ + },{\"properties\":{\"roleName\":\"Owner\",\"type\":\"BuiltInRole\",\"description\"\ + :\"Grants full access to manage all resources, including the ability to assign\ + \ roles in Azure RBAC.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:45.8978856Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\ + },{\"properties\":{\"roleName\":\"AcrPush\",\"type\":\"BuiltInRole\",\"description\"\ + :\"acr push\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ContainerRegistry/registries/pull/read\",\"Microsoft.ContainerRegistry/registries/push/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-10-29T17:52:32.5201177Z\",\"updatedOn\":\"2021-11-11T20:13:07.4993029Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8311e382-0749-4cb8-b61a-304f252e45ec\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8311e382-0749-4cb8-b61a-304f252e45ec\"\ + },{\"properties\":{\"roleName\":\"API Management Service Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage service and the APIs\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8650193Z\",\"updatedOn\":\"2021-11-11T20:13:08.3179618Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/312a565d-c81f-4fd8-895a-4e21e48d571c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"312a565d-c81f-4fd8-895a-4e21e48d571c\"\ + },{\"properties\":{\"roleName\":\"AcrPull\",\"type\":\"BuiltInRole\",\"description\"\ + :\"acr pull\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ContainerRegistry/registries/pull/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2018-10-22T19:01:56.8227182Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:08.8779328Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f951dda-4ed3-4680-a7ca-43fe172d538d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f951dda-4ed3-4680-a7ca-43fe172d538d\"\ + },{\"properties\":{\"roleName\":\"AcrImageSigner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"acr image signer\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ContainerRegistry/registries/sign/write\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.ContainerRegistry/registries/trustedCollections/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-03-15T23:23:08.4038322Z\",\"\ + updatedOn\":\"2021-11-11T20:13:09.6070759Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6cef56e8-d556-48e5-a04f-b8e64114680f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6cef56e8-d556-48e5-a04f-b8e64114680f\"\ + },{\"properties\":{\"roleName\":\"AcrDelete\",\"type\":\"BuiltInRole\",\"\ + description\":\"acr delete\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ContainerRegistry/registries/artifacts/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-03-11T20:19:31.6682804Z\",\"updatedOn\":\"2021-11-11T20:13:09.9631744Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c2f4ef07-c644-48eb-af81-4b1b4947fb11\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c2f4ef07-c644-48eb-af81-4b1b4947fb11\"\ + },{\"properties\":{\"roleName\":\"AcrQuarantineReader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"acr quarantine data reader\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.ContainerRegistry/registries/quarantine/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerRegistry/registries/quarantinedArtifacts/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-03-16T00:27:39.9596835Z\",\"\ + updatedOn\":\"2021-11-11T20:13:10.3188052Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cdda3590-29a3-44f6-95f2-9f980659eb04\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cdda3590-29a3-44f6-95f2-9f980659eb04\"\ + },{\"properties\":{\"roleName\":\"AcrQuarantineWriter\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"acr quarantine data writer\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.ContainerRegistry/registries/quarantine/read\"\ + ,\"Microsoft.ContainerRegistry/registries/quarantine/write\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ContainerRegistry/registries/quarantinedArtifacts/read\"\ + ,\"Microsoft.ContainerRegistry/registries/quarantinedArtifacts/write\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2018-03-16T00:26:37.5871820Z\",\"updatedOn\"\ + :\"2021-11-11T20:13:11.3488079Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c8d4ff99-41c3-41a8-9f60-21dfdad59608\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c8d4ff99-41c3-41a8-9f60-21dfdad59608\"\ + },{\"properties\":{\"roleName\":\"API Management Service Operator Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage service but not the APIs\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*/read\"\ + ,\"Microsoft.ApiManagement/service/backup/action\",\"Microsoft.ApiManagement/service/delete\"\ + ,\"Microsoft.ApiManagement/service/managedeployments/action\",\"Microsoft.ApiManagement/service/read\"\ + ,\"Microsoft.ApiManagement/service/restore/action\",\"Microsoft.ApiManagement/service/updatecertificate/action\"\ + ,\"Microsoft.ApiManagement/service/updatehostname/action\",\"Microsoft.ApiManagement/service/write\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[\"Microsoft.ApiManagement/service/users/keys/read\"],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-11-09T00:03:42.1194019Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:11.5244023Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\ + },{\"properties\":{\"roleName\":\"API Management Service Reader Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Read-only access to service and APIs\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*/read\"\ + ,\"Microsoft.ApiManagement/service/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.ApiManagement/service/users/keys/read\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-11-09T00:26:45.1540473Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:11.8704466Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/71522526-b88f-4d52-b57f-d31fc3546d0d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"71522526-b88f-4d52-b57f-d31fc3546d0d\"\ + },{\"properties\":{\"roleName\":\"Application Insights Component Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Can manage Application Insights\ + \ components\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Insights/generateLiveToken/read\",\"Microsoft.Insights/metricAlerts/*\"\ + ,\"Microsoft.Insights/components/*\",\"Microsoft.Insights/scheduledqueryrules/*\"\ + ,\"Microsoft.Insights/topology/read\",\"Microsoft.Insights/transactions/read\"\ + ,\"Microsoft.Insights/webtests/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:12.6428401Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ae349356-3a1b-4a5e-921d-050484c6347e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ae349356-3a1b-4a5e-921d-050484c6347e\"\ + },{\"properties\":{\"roleName\":\"Application Insights Snapshot Debugger\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Gives user permission to use Application\ + \ Insights Snapshot Debugger features\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/components/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-04-19T21:25:12.3728747Z\",\"updatedOn\":\"2021-11-11T20:13:13.0034435Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\ + },{\"properties\":{\"roleName\":\"Attestation Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read the attestation provider properties\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Attestation/attestationProviders/attestation/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-03-25T19:42:59.1576710Z\",\"updatedOn\":\"2021-11-11T20:13:13.3634724Z\"\ + ,\"createdBy\":null,\"updatedBy\":\"SYSTEM\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd1bd22b-8476-40bc-a0bc-69b95687b9f3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fd1bd22b-8476-40bc-a0bc-69b95687b9f3\"\ + },{\"properties\":{\"roleName\":\"Automation Job Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Create and Manage Jobs using Automation Runbooks.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/read\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/read\",\"Microsoft.Automation/automationAccounts/jobs/resume/action\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/stop/action\",\"Microsoft.Automation/automationAccounts/jobs/streams/read\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\"Microsoft.Automation/automationAccounts/jobs/write\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/output/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-04-19T20:52:41.0020018Z\",\"updatedOn\":\"2021-11-11T20:13:13.7065660Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4fe576fe-1146-4730-92eb-48519fa6bf9f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4fe576fe-1146-4730-92eb-48519fa6bf9f\"\ + },{\"properties\":{\"roleName\":\"Automation Runbook Operator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Read Runbook properties - to be able to create\ + \ Jobs of the runbook.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Automation/automationAccounts/runbooks/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-04-19T20:47:49.5640674Z\",\"updatedOn\":\"2021-11-11T20:13:13.8815461Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\ + },{\"properties\":{\"roleName\":\"Automation Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Automation Operators are able to start, stop, suspend,\ + \ and resume jobs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/read\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/read\",\"Microsoft.Automation/automationAccounts/jobs/resume/action\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/stop/action\",\"Microsoft.Automation/automationAccounts/jobs/streams/read\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\"Microsoft.Automation/automationAccounts/jobs/write\"\ + ,\"Microsoft.Automation/automationAccounts/jobSchedules/read\",\"Microsoft.Automation/automationAccounts/jobSchedules/write\"\ + ,\"Microsoft.Automation/automationAccounts/linkedWorkspace/read\",\"Microsoft.Automation/automationAccounts/read\"\ + ,\"Microsoft.Automation/automationAccounts/runbooks/read\",\"Microsoft.Automation/automationAccounts/schedules/read\"\ + ,\"Microsoft.Automation/automationAccounts/schedules/write\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/output/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-08-18T01:05:03.3916130Z\",\"updatedOn\":\"2021-11-11T20:13:14.0515408Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d3881f73-407a-4167-8283-e981cbba0404\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d3881f73-407a-4167-8283-e981cbba0404\"\ + },{\"properties\":{\"roleName\":\"Avere Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can create and manage an Avere vFXT cluster.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Compute/*/read\",\"Microsoft.Compute/availabilitySets/*\",\"\ + Microsoft.Compute/proximityPlacementGroups/*\",\"Microsoft.Compute/virtualMachines/*\"\ + ,\"Microsoft.Compute/disks/*\",\"Microsoft.Network/*/read\",\"Microsoft.Network/networkInterfaces/*\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ,\"Microsoft.Network/networkSecurityGroups/join/action\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Storage/*/read\",\"Microsoft.Storage/storageAccounts/*\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-03-18T20:00:58.9207889Z\",\"\ + updatedOn\":\"2021-11-11T20:13:14.2265665Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4f8fab4f-1852-4a58-a46a-8eaf358af14a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4f8fab4f-1852-4a58-a46a-8eaf358af14a\"\ + },{\"properties\":{\"roleName\":\"Avere Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Used by the Avere vFXT cluster to manage the cluster\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-03-18T20:02:38.3399857Z\",\"\ + updatedOn\":\"2021-11-11T20:13:15.1065886Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c025889f-8102-4ebf-b32c-fc0c6f0c6bd9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c025889f-8102-4ebf-b32c-fc0c6f0c6bd9\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Cluster Admin Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"List cluster admin credential\ + \ action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ContainerService/managedClusters/listClusterAdminCredential/action\"\ + ,\"Microsoft.ContainerService/managedClusters/accessProfiles/listCredential/action\"\ + ,\"Microsoft.ContainerService/managedClusters/read\",\"Microsoft.ContainerService/managedClusters/runcommand/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-08-15T21:38:18.5953853Z\",\"updatedOn\":\"2022-05-16T21:47:03.0625910Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0ab0b1a8-8aac-4efd-b8c2-3ee1fb270be8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0ab0b1a8-8aac-4efd-b8c2-3ee1fb270be8\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Cluster User Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"List cluster user credential action.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action\"\ + ,\"Microsoft.ContainerService/managedClusters/read\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-08-15T22:04:53.4037241Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:20.4351976Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4abbcc35-e782-43d8-92c5-2d3f1bd2253f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4abbcc35-e782-43d8-92c5-2d3f1bd2253f\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Grants access to read map related data from an Azure maps\ + \ account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Maps/accounts/*/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-10-05T19:47:03.4723070Z\",\"updatedOn\":\"2021-11-11T20:13:20.9582685Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/423170ca-a8f6-4b0f-8487-9e4eb8f49bfa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"423170ca-a8f6-4b0f-8487-9e4eb8f49bfa\"\ + },{\"properties\":{\"roleName\":\"Azure Stack Registration Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage Azure Stack registrations.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureStack/edgeSubscriptions/read\"\ + ,\"Microsoft.AzureStack/registrations/products/*/action\",\"Microsoft.AzureStack/registrations/products/read\"\ + ,\"Microsoft.AzureStack/registrations/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2017-11-13T23:42:06.2161827Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:23.2957820Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6f12a6df-dd06-4f3e-bcb1-ce8be600526a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6f12a6df-dd06-4f3e-bcb1-ce8be600526a\"\ + },{\"properties\":{\"roleName\":\"Backup Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage backup service,but can't create vaults\ + \ and give access to others\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.RecoveryServices/locations/*\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/refreshContainers/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/*\",\"Microsoft.RecoveryServices/Vaults/backupSecurityPIN/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/certificates/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\",\"Microsoft.RecoveryServices/Vaults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\"Microsoft.RecoveryServices/Vaults/usages/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.RecoveryServices/Vaults/backupstorageconfig/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupconfig/*\",\"Microsoft.RecoveryServices/Vaults/backupValidateOperation/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/write\",\"Microsoft.RecoveryServices/Vaults/backupOperations/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupEngines/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectableContainers/read\"\ + ,\"Microsoft.RecoveryServices/vaults/operationStatus/read\",\"Microsoft.RecoveryServices/vaults/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/locations/backupStatus/action\",\"Microsoft.RecoveryServices/locations/backupPreValidateProtection/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupValidateFeatures/action\",\"\ + Microsoft.RecoveryServices/Vaults/monitoringAlerts/write\",\"Microsoft.RecoveryServices/operations/read\"\ + ,\"Microsoft.RecoveryServices/locations/operationStatus/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionIntents/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.DataProtection/locations/getBackupStatus/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/write\",\"Microsoft.DataProtection/backupVaults/backupInstances/delete\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/read\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\"\ + ,\"Microsoft.DataProtection/backupVaults/deletedBackupInstances/read\",\"\ + Microsoft.DataProtection/backupVaults/deletedBackupInstances/undelete/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/backup/action\",\"\ + Microsoft.DataProtection/backupVaults/backupInstances/validateRestore/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/restore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/crossRegionRestore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/validateCrossRegionRestore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJobs/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJob/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchSecondaryRecoveryPoints/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupPolicies/write\",\"Microsoft.DataProtection/backupVaults/backupPolicies/delete\"\ + ,\"Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges/action\"\ + ,\"Microsoft.DataProtection/backupVaults/write\",\"Microsoft.DataProtection/backupVaults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/operationResults/read\",\"Microsoft.DataProtection/backupVaults/operationStatus/read\"\ + ,\"Microsoft.DataProtection/locations/checkNameAvailability/action\",\"Microsoft.DataProtection/locations/checkFeatureSupport/action\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/read\"\ + ,\"Microsoft.DataProtection/locations/operationStatus/read\",\"Microsoft.DataProtection/locations/operationResults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/validateForBackup/action\",\"Microsoft.DataProtection/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-01-03T13:12:15.7321344Z\",\"updatedOn\":\"2023-05-16T10:52:55.0352615Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e467623-bb1f-42f4-a55d-6e525e11384b\"\ + },{\"properties\":{\"roleName\":\"Billing Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows read access to billing data\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Billing/*/read\",\"Microsoft.Commerce/*/read\",\"Microsoft.Consumption/*/read\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.CostManagement/*/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-04-25T02:13:38.9054151Z\",\"updatedOn\":\"2021-11-11T20:13:24.5342563Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\ + },{\"properties\":{\"roleName\":\"Backup Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage backup services, except removal of backup,\ + \ vault creation and giving access to others\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/backup/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationsStatus/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/provisionInstantItemRecovery/action\"\ + ,\"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/accessToken/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/restore/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/revokeInstantItemRecovery/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/refreshContainers/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/certificates/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupstorageconfig/*\",\"Microsoft.RecoveryServices/Vaults/backupValidateOperation/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupTriggerValidateOperation/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupValidateOperationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupValidateOperationsStatuses/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupOperations/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operations/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/inquire/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupEngines/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectableContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/items/read\"\ + ,\"Microsoft.RecoveryServices/locations/backupStatus/action\",\"Microsoft.RecoveryServices/locations/backupPreValidateProtection/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupValidateFeatures/action\",\"\ + Microsoft.RecoveryServices/locations/backupAadProperties/read\",\"Microsoft.RecoveryServices/locations/backupCrrJobs/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupCrrJob/action\",\"Microsoft.RecoveryServices/locations/backupCrossRegionRestore/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupCrrOperationResults/read\",\"\ + Microsoft.RecoveryServices/locations/backupCrrOperationsStatus/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/write\"\ + ,\"Microsoft.RecoveryServices/operations/read\",\"Microsoft.RecoveryServices/locations/operationStatus/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectionIntents/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/read\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\"\ + ,\"Microsoft.DataProtection/backupVaults/deletedBackupInstances/read\",\"\ + Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges/action\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/operationResults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/operationStatus/read\",\"Microsoft.DataProtection/backupVaults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/locations/operationStatus/read\"\ + ,\"Microsoft.DataProtection/locations/operationResults/read\",\"Microsoft.DataProtection/operations/read\"\ + ,\"Microsoft.DataProtection/backupVaults/validateForBackup/action\",\"Microsoft.DataProtection/backupVaults/backupInstances/backup/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/validateRestore/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/restore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/crossRegionRestore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/validateCrossRegionRestore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJobs/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJob/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchSecondaryRecoveryPoints/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-01-03T13:21:11.8947640Z\",\"updatedOn\":\"2023-05-17T09:30:04.0390095Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"00c29273-979b-4161-815c-10b084fb9324\"\ + },{\"properties\":{\"roleName\":\"Backup Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view backup services, but can't make changes\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationsStatus/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\"\ + Microsoft.RecoveryServices/Vaults/backupJobs/read\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\"\ + Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\"Microsoft.RecoveryServices/Vaults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/Vaults/backupstorageconfig/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupconfig/read\",\"Microsoft.RecoveryServices/Vaults/backupOperations/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/operations/read\",\"Microsoft.RecoveryServices/Vaults/backupEngines/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/items/read\"\ + ,\"Microsoft.RecoveryServices/locations/backupStatus/action\",\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/write\",\"Microsoft.RecoveryServices/operations/read\"\ + ,\"Microsoft.RecoveryServices/locations/operationStatus/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionIntents/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/locations/backupValidateFeatures/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupCrrJobs/action\",\"Microsoft.RecoveryServices/locations/backupCrrJob/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupCrrOperationResults/read\",\"\ + Microsoft.RecoveryServices/locations/backupCrrOperationsStatus/read\",\"Microsoft.DataProtection/locations/getBackupStatus/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/write\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\"\ + ,\"Microsoft.DataProtection/backupVaults/deletedBackupInstances/read\",\"\ + Microsoft.DataProtection/backupVaults/backupInstances/backup/action\",\"Microsoft.DataProtection/backupVaults/backupInstances/validateRestore/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/restore/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges/action\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/operationResults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/operationStatus/read\",\"Microsoft.DataProtection/backupVaults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/locations/operationStatus/read\"\ + ,\"Microsoft.DataProtection/locations/operationResults/read\",\"Microsoft.DataProtection/backupVaults/validateForBackup/action\"\ + ,\"Microsoft.DataProtection/operations/read\",\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJobs/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJob/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchSecondaryRecoveryPoints/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-01-03T13:18:41.3893065Z\",\"updatedOn\":\"2023-05-16T10:52:55.0342622Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a795c7a0-d4a2-40c1-ae25-d81f01202912\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a795c7a0-d4a2-40c1-ae25-d81f01202912\"\ + },{\"properties\":{\"roleName\":\"Blockchain Member Node Access (Preview)\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for access to Blockchain\ + \ Member nodes\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Blockchain/blockchainMembers/transactionNodes/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Blockchain/blockchainMembers/transactionNodes/connect/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-12-21T10:33:01.9604839Z\",\"\ + updatedOn\":\"2021-11-11T20:13:25.0558920Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/31a002a1-acaf-453e-8a5b-297c9ca1ea24\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"31a002a1-acaf-453e-8a5b-297c9ca1ea24\"\ + },{\"properties\":{\"roleName\":\"BizTalk Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage BizTalk services, but not access to them.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.BizTalkServices/BizTalk/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:25.2359269Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e3c6656-6cfa-4708-81fe-0de47ac73342\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e3c6656-6cfa-4708-81fe-0de47ac73342\"\ + },{\"properties\":{\"roleName\":\"CDN Endpoint Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can manage CDN endpoints, but can\u2019t grant access to\ + \ other users.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\"\ + ,\"Microsoft.Cdn/profiles/endpoints/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2021-11-11T20:13:25.4059314Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\ + },{\"properties\":{\"roleName\":\"CDN Endpoint Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view CDN endpoints, but can\u2019t make changes.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\",\"\ + Microsoft.Cdn/profiles/endpoints/*/read\",\"Microsoft.Cdn/profiles/afdendpoints/validateCustomDomain/action\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2022-01-26T19:51:29.2636610Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\ + },{\"properties\":{\"roleName\":\"CDN Profile Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can manage CDN profiles and their endpoints, but can\u2019\ + t grant access to other users.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\"\ + ,\"Microsoft.Cdn/operationresults/*\",\"Microsoft.Cdn/profiles/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2021-11-11T20:13:25.9224344Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ec156ff8-a8d1-4d15-830c-5b80698ca432\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ec156ff8-a8d1-4d15-830c-5b80698ca432\"\ + },{\"properties\":{\"roleName\":\"CDN Profile Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view CDN profiles and their endpoints, but can\u2019\ + t make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\"\ + ,\"Microsoft.Cdn/profiles/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2021-11-11T20:13:26.0983652Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8f96442b-4075-438f-813d-ad51ab4019af\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8f96442b-4075-438f-813d-ad51ab4019af\"\ + },{\"properties\":{\"roleName\":\"Classic Network Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage classic networks, but not\ + \ access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicNetwork/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:26.4433301Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\ + },{\"properties\":{\"roleName\":\"Classic Storage Account Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage classic storage accounts,\ + \ but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicStorage/storageAccounts/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:26.6183566Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\ + },{\"properties\":{\"roleName\":\"Classic Storage Account Key Operator Service\ + \ Role\",\"type\":\"BuiltInRole\",\"description\":\"Classic Storage Account\ + \ Key Operators are allowed to list and regenerate keys on Classic Storage\ + \ Accounts\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ClassicStorage/storageAccounts/listkeys/action\",\"Microsoft.ClassicStorage/storageAccounts/regeneratekey/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-04-13T18:22:52.1461100Z\",\"updatedOn\":\"2021-11-11T20:13:26.9796021Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\ + },{\"properties\":{\"roleName\":\"ClearDB MySQL DB Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage ClearDB MySQL databases,\ + \ but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"successbricks.cleardb/databases/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:27.1646373Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9106cda0-8a86-4e81-b686-29a22c54effe\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9106cda0-8a86-4e81-b686-29a22c54effe\"\ + },{\"properties\":{\"roleName\":\"Classic Virtual Machine Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage classic virtual machines,\ + \ but not access to them, and not the virtual network or storage account they\u2019\ + re connected to.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicCompute/domainNames/*\"\ + ,\"Microsoft.ClassicCompute/virtualMachines/*\",\"Microsoft.ClassicNetwork/networkSecurityGroups/join/action\"\ + ,\"Microsoft.ClassicNetwork/reservedIps/link/action\",\"Microsoft.ClassicNetwork/reservedIps/read\"\ + ,\"Microsoft.ClassicNetwork/virtualNetworks/join/action\",\"Microsoft.ClassicNetwork/virtualNetworks/read\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/disks/read\",\"Microsoft.ClassicStorage/storageAccounts/images/read\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.ClassicStorage/storageAccounts/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-04-25T00:37:56.5416086Z\",\"updatedOn\":\"2021-11-11T20:13:27.3446332Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you read and list keys of Cognitive Services.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/listkeys/action\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.Insights/diagnosticSettings/read\",\"Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Insights/metricdefinitions/read\",\"Microsoft.Insights/metrics/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/*\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2018-08-08T23:23:43.7701274Z\",\"updatedOn\"\ + :\"2021-11-11T20:13:27.5316443Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a97b65f3-24c7-4388-baec-2e87135dc908\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a97b65f3-24c7-4388-baec-2e87135dc908\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Data Reader (Preview)\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you read Cognitive Services\ + \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/*/read\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2019-02-13T20:02:12.6849986Z\",\"updatedOn\"\ + :\"2021-11-11T20:13:27.7138054Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b59867f0-fa02-499b-be73-45a86b5b3e1c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b59867f0-fa02-499b-be73-45a86b5b3e1c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you create, read, update, delete and\ + \ manage keys of Cognitive Services.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.CognitiveServices/*\"\ + ,\"Microsoft.Features/features/read\",\"Microsoft.Features/providers/features/read\"\ + ,\"Microsoft.Features/providers/features/register/action\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Insights/metricdefinitions/read\",\"Microsoft.Insights/metrics/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-08-08T23:18:39.2257848Z\",\"updatedOn\":\"2021-11-11T20:13:27.9116230Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/25fbc0a9-bd7c-42a3-aa1a-3b75d497ee68\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"25fbc0a9-bd7c-42a3-aa1a-3b75d497ee68\"\ + },{\"properties\":{\"roleName\":\"CosmosBackupOperator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can submit restore request for a Cosmos DB database or\ + \ a container for an account\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.DocumentDB/databaseAccounts/backup/action\",\"\ + Microsoft.DocumentDB/databaseAccounts/restore/action\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-12-07T19:47:14.9651560Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:28.4333692Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/db7b14f2-5adf-42da-9f96-f2ee17bab5cb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"db7b14f2-5adf-42da-9f96-f2ee17bab5cb\"\ + },{\"properties\":{\"roleName\":\"Contributor\",\"type\":\"BuiltInRole\",\"\ + description\":\"Grants full access to manage all resources, but does not allow\ + \ you to assign roles in Azure RBAC, manage assignments in Azure Blueprints,\ + \ or share image galleries.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"*\"],\"notActions\":[\"Microsoft.Authorization/*/Delete\"\ + ,\"Microsoft.Authorization/*/Write\",\"Microsoft.Authorization/elevateAccess/Action\"\ + ,\"Microsoft.Blueprint/blueprintAssignments/write\",\"Microsoft.Blueprint/blueprintAssignments/delete\"\ + ,\"Microsoft.Compute/galleries/share/action\",\"Microsoft.Purview/consents/write\"\ + ,\"Microsoft.Purview/consents/delete\"],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2023-05-25T18:33:49.8611163Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b24988ac-6180-42a0-ab88-20f7382dd24c\"\ + },{\"properties\":{\"roleName\":\"Cosmos DB Account Reader Role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can read Azure Cosmos DB Accounts data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.DocumentDB/*/read\",\"Microsoft.DocumentDB/databaseAccounts/readonlykeys/action\"\ + ,\"Microsoft.Insights/MetricDefinitions/read\",\"Microsoft.Insights/Metrics/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-10-30T17:53:54.6005577Z\",\"updatedOn\":\"2021-11-11T20:13:28.7911765Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fbdf93bf-df7d-467e-a4d2-9458aa1360c8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fbdf93bf-df7d-467e-a4d2-9458aa1360c8\"\ + },{\"properties\":{\"roleName\":\"Cost Management Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Can view costs and manage cost configuration\ + \ (e.g. budgets, exports)\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Consumption/*\",\"Microsoft.CostManagement/*\",\"Microsoft.Billing/billingPeriods/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Advisor/configurations/read\",\"Microsoft.Advisor/recommendations/read\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.Billing/billingProperty/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-03-14T16:09:22.8834827Z\",\"updatedOn\":\"2021-11-11T20:13:29.4851851Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/434105ed-43f6-45c7-a02f-909b2ba83430\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"434105ed-43f6-45c7-a02f-909b2ba83430\"\ + },{\"properties\":{\"roleName\":\"Cost Management Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view cost data and configuration (e.g. budgets, exports)\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Consumption/*/read\"\ + ,\"Microsoft.CostManagement/*/read\",\"Microsoft.Billing/billingPeriods/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Advisor/configurations/read\",\"Microsoft.Advisor/recommendations/read\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.Billing/billingProperty/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-03-14T16:09:22.8834827Z\",\"updatedOn\":\"2021-11-11T20:13:29.6601800Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/72fafb9e-0641-4937-9268-a91bfd8191a3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"72fafb9e-0641-4937-9268-a91bfd8191a3\"\ + },{\"properties\":{\"roleName\":\"Data Box Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage everything under Data Box Service except\ + \ giving access to others.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Databox/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2018-07-27T08:28:42.7140210Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:30.3737856Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/add466c9-e687-43fc-8d98-dfcf8d720be5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"add466c9-e687-43fc-8d98-dfcf8d720be5\"\ + },{\"properties\":{\"roleName\":\"Data Box Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage Data Box Service except creating order\ + \ or editing order details and giving access to others.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Databox/*/read\",\"Microsoft.Databox/jobs/listsecrets/action\"\ + ,\"Microsoft.Databox/jobs/listcredentials/action\",\"Microsoft.Databox/locations/availableSkus/action\"\ + ,\"Microsoft.Databox/locations/validateInputs/action\",\"Microsoft.Databox/locations/regionConfiguration/action\"\ + ,\"Microsoft.Databox/locations/validateAddress/action\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-07-27T08:26:21.9284772Z\",\"updatedOn\":\"2021-11-11T20:13:30.5546117Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/028f4ed7-e2a9-465e-a8f4-9c0ffdfdc027\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"028f4ed7-e2a9-465e-a8f4-9c0ffdfdc027\"\ + },{\"properties\":{\"roleName\":\"Data Factory Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Create and manage data factories, as well as child resources\ + \ within them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.DataFactory/dataFactories/*\"\ + ,\"Microsoft.DataFactory/factories/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.EventGrid/eventSubscriptions/write\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:30.7420174Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/673868aa-7521-48a0-acc6-0f60742d39f5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"673868aa-7521-48a0-acc6-0f60742d39f5\"\ + },{\"properties\":{\"roleName\":\"Data Purger\",\"type\":\"BuiltInRole\",\"\ + description\":\"Can purge analytics data\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Insights/components/*/read\",\"Microsoft.Insights/components/purge/action\"\ + ,\"Microsoft.OperationalInsights/workspaces/*/read\",\"Microsoft.OperationalInsights/workspaces/purge/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-04-30T22:39:49.6167700Z\",\"updatedOn\":\"2021-11-11T20:13:31.2788395Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/150f5e0c-0603-4f03-8c7f-cf70034c4e90\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"150f5e0c-0603-4f03-8c7f-cf70034c4e90\"\ + },{\"properties\":{\"roleName\":\"Data Lake Analytics Developer\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you submit, monitor, and manage your\ + \ own jobs but not create or delete Data Lake Analytics accounts.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.BigAnalytics/accounts/*\",\"Microsoft.DataLakeAnalytics/accounts/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.BigAnalytics/accounts/Delete\"\ + ,\"Microsoft.BigAnalytics/accounts/TakeOwnership/action\",\"Microsoft.BigAnalytics/accounts/Write\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/Delete\",\"Microsoft.DataLakeAnalytics/accounts/TakeOwnership/action\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/Write\",\"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts/Write\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts/Delete\",\"\ + Microsoft.DataLakeAnalytics/accounts/storageAccounts/Write\",\"Microsoft.DataLakeAnalytics/accounts/storageAccounts/Delete\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/firewallRules/Write\",\"Microsoft.DataLakeAnalytics/accounts/firewallRules/Delete\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/computePolicies/Write\",\"Microsoft.DataLakeAnalytics/accounts/computePolicies/Delete\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-10-20T00:33:29.3115234Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:31.4688491Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/47b7735b-770e-4598-a7da-8b91488b4c88\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"47b7735b-770e-4598-a7da-8b91488b4c88\"\ + },{\"properties\":{\"roleName\":\"DevTest Labs User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you connect, start, restart, and shutdown your virtual\ + \ machines in your Azure DevTest Labs.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Compute/availabilitySets/read\"\ + ,\"Microsoft.Compute/virtualMachines/*/read\",\"Microsoft.Compute/virtualMachines/deallocate/action\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/restart/action\"\ + ,\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.DevTestLab/*/read\"\ + ,\"Microsoft.DevTestLab/labs/claimAnyVm/action\",\"Microsoft.DevTestLab/labs/createEnvironment/action\"\ + ,\"Microsoft.DevTestLab/labs/ensureCurrentUserProfile/action\",\"Microsoft.DevTestLab/labs/formulas/delete\"\ + ,\"Microsoft.DevTestLab/labs/formulas/read\",\"Microsoft.DevTestLab/labs/formulas/write\"\ + ,\"Microsoft.DevTestLab/labs/policySets/evaluatePolicies/action\",\"Microsoft.DevTestLab/labs/virtualMachines/claim/action\"\ + ,\"Microsoft.DevTestLab/labs/virtualmachines/listApplicableSchedules/action\"\ + ,\"Microsoft.DevTestLab/labs/virtualMachines/getRdpFileContents/action\",\"\ + Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\"\ + ,\"Microsoft.Network/networkInterfaces/*/read\",\"Microsoft.Network/networkInterfaces/join/action\"\ + ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\"\ + ,\"Microsoft.Network/publicIPAddresses/*/read\",\"Microsoft.Network/publicIPAddresses/join/action\"\ + ,\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/listKeys/action\"\ + ],\"notActions\":[\"Microsoft.Compute/virtualMachines/vmSizes/read\"],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-06-08T21:52:45.0657582Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:32.1746507Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/76283e04-6283-4c54-8f91-bcf1374a3c64\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"76283e04-6283-4c54-8f91-bcf1374a3c64\"\ + },{\"properties\":{\"roleName\":\"DocumentDB Account Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage DocumentDB accounts, but\ + \ not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.DocumentDb/databaseAccounts/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:32.3496502Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5bd9cd88-fe45-4216-938b-f97437e15450\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5bd9cd88-fe45-4216-938b-f97437e15450\"\ + },{\"properties\":{\"roleName\":\"DNS Zone Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage DNS zones and record sets in Azure DNS,\ + \ but does not let you control who has access to them.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/dnsZones/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-10-15T23:33:25.9730842Z\",\"updatedOn\":\"2021-11-11T20:13:32.5233957Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/befefa01-2a29-4197-83a8-272ff33ce314\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"befefa01-2a29-4197-83a8-272ff33ce314\"\ + },{\"properties\":{\"roleName\":\"EventGrid EventSubscription Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage EventGrid event\ + \ subscription operations.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.EventGrid/eventSubscriptions/*\"\ + ,\"Microsoft.EventGrid/topicTypes/eventSubscriptions/read\",\"Microsoft.EventGrid/locations/eventSubscriptions/read\"\ + ,\"Microsoft.EventGrid/locations/topicTypes/eventSubscriptions/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-10-08T23:27:28.3130743Z\",\"updatedOn\":\"2021-11-11T20:13:33.4166738Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/428e0ff0-5e57-4d9c-a221-2c70d0e0a443\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"428e0ff0-5e57-4d9c-a221-2c70d0e0a443\"\ + },{\"properties\":{\"roleName\":\"EventGrid EventSubscription Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you read EventGrid event subscriptions.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.EventGrid/eventSubscriptions/read\",\"Microsoft.EventGrid/topicTypes/eventSubscriptions/read\"\ + ,\"Microsoft.EventGrid/locations/eventSubscriptions/read\",\"Microsoft.EventGrid/locations/topicTypes/eventSubscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-10-09T17:29:28.1417894Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:33.7846748Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2414bbcf-6497-4faf-8c65-045460748405\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2414bbcf-6497-4faf-8c65-045460748405\"\ + },{\"properties\":{\"roleName\":\"Graph Owner\",\"type\":\"BuiltInRole\",\"\ + description\":\"Create and manage all aspects of the Enterprise Graph - Ontology,\ + \ Schema mapping, Conflation and Conversational AI and Ingestions\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.EnterpriseKnowledgeGraph/services/conflation/read\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/conflation/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/sourceschema/read\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/sourceschema/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/knowledge/read\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/knowledge/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/intentclassification/read\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/intentclassification/write\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/ingestion/read\",\"Microsoft.EnterpriseKnowledgeGraph/services/ingestion/write\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/ontology/read\",\"Microsoft.EnterpriseKnowledgeGraph/services/ontology/write\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/delete\",\"Microsoft.EnterpriseKnowledgeGraph/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-02-23T21:07:22.5844236Z\",\"updatedOn\":\"2021-11-11T20:13:34.6707886Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b60367af-1334-4454-b71e-769d9a4f83d9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b60367af-1334-4454-b71e-769d9a4f83d9\"\ + },{\"properties\":{\"roleName\":\"HDInsight Domain Services Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Can Read, Create, Modify and Delete\ + \ Domain Services related operations needed for HDInsight Enterprise Security\ + \ Package\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.AAD/*/read\",\"Microsoft.AAD/domainServices/*/read\",\"Microsoft.AAD/domainServices/oucontainer/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-09-12T22:42:51.7451109Z\",\"updatedOn\":\"2021-11-11T20:13:35.3921342Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8d8d5a11-05d3-4bda-a417-a08778121c7c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8d8d5a11-05d3-4bda-a417-a08778121c7c\"\ + },{\"properties\":{\"roleName\":\"Intelligent Systems Account Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage Intelligent Systems\ + \ accounts, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.IntelligentSystems/accounts/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:35.9371582Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/03a6d094-3444-4b3d-88af-7477090a9e5e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"03a6d094-3444-4b3d-88af-7477090a9e5e\"\ + },{\"properties\":{\"roleName\":\"Key Vault Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage key vaults, but not access to them.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.KeyVault/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[\"Microsoft.KeyVault/locations/deletedVaults/purge/action\"\ + ,\"Microsoft.KeyVault/hsmPools/*\",\"Microsoft.KeyVault/managedHsms/*\"],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-02-25T17:08:28.5184971Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:36.1170988Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f25e0fa2-a7c8-4377-a976-54943a77a395\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f25e0fa2-a7c8-4377-a976-54943a77a395\"\ + },{\"properties\":{\"roleName\":\"Knowledge Consumer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Knowledge Read permission to consume Enterprise Graph Knowledge\ + \ using entity search and graph query\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.EnterpriseKnowledgeGraph/services/knowledge/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-02-23T21:23:31.4037552Z\",\"updatedOn\":\"2021-11-11T20:13:37.0021342Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ee361c5d-f7b5-4119-b4b6-892157c8f64c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ee361c5d-f7b5-4119-b4b6-892157c8f64c\"\ + },{\"properties\":{\"roleName\":\"Lab Creator\",\"type\":\"BuiltInRole\",\"\ + description\":\"Lets you create new labs under your Azure Lab Accounts.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.LabServices/labAccounts/*/read\",\"Microsoft.LabServices/labAccounts/createLab/action\"\ + ,\"Microsoft.LabServices/labAccounts/getPricingAndAvailability/action\",\"\ + Microsoft.LabServices/labAccounts/getRestrictionsAndUsage/action\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ + ,\"Microsoft.LabServices/labPlans/saveImage/action\",\"Microsoft.LabServices/labs/read\"\ + ,\"Microsoft.LabServices/labs/schedules/read\",\"Microsoft.LabServices/labs/users/read\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/read\",\"Microsoft.LabServices/locations/usages/read\"\ + ,\"Microsoft.LabServices/skus/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.LabServices/labPlans/createLab/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-01-18T23:38:58.1036141Z\",\"\ + updatedOn\":\"2021-11-11T20:13:37.1821588Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b97fb8bc-a8b2-4522-a38b-dd33c7e65ead\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b97fb8bc-a8b2-4522-a38b-dd33c7e65ead\"\ + },{\"properties\":{\"roleName\":\"Log Analytics Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Log Analytics Reader can view and search all monitoring\ + \ data as well as and view monitoring settings, including viewing the configuration\ + \ of Azure diagnostics on all Azure resources.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.OperationalInsights/workspaces/analytics/query/action\"\ + ,\"Microsoft.OperationalInsights/workspaces/search/action\",\"Microsoft.Support/*\"\ + ],\"notActions\":[\"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-02T00:20:28.1449012Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:37.7071371Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/73c42c96-874c-492b-b04d-ab87d138a893\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"73c42c96-874c-492b-b04d-ab87d138a893\"\ + },{\"properties\":{\"roleName\":\"Log Analytics Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Log Analytics Contributor can read all monitoring\ + \ data and edit monitoring settings. Editing monitoring settings includes\ + \ adding the VM extension to VMs; reading storage account keys to be able\ + \ to configure collection of logs from Azure Storage; adding solutions; and\ + \ configuring Azure diagnostics on all Azure resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.ClassicCompute/virtualMachines/extensions/*\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.Compute/virtualMachines/extensions/*\"\ + ,\"Microsoft.HybridCompute/machines/extensions/write\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.OperationalInsights/*\"\ + ,\"Microsoft.OperationsManagement/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.Storage/storageAccounts/listKeys/action\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-04-25T21:51:45.3174711Z\",\"updatedOn\":\"2021-11-11T20:13:37.8823618Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\ + },{\"properties\":{\"roleName\":\"Logic App Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you read, enable and disable logic app.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*/read\",\"Microsoft.Insights/metricAlerts/*/read\"\ + ,\"Microsoft.Insights/diagnosticSettings/*/read\",\"Microsoft.Insights/metricDefinitions/*/read\"\ + ,\"Microsoft.Logic/*/read\",\"Microsoft.Logic/workflows/disable/action\",\"\ + Microsoft.Logic/workflows/enable/action\",\"Microsoft.Logic/workflows/validate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Web/connectionGateways/*/read\",\"Microsoft.Web/connections/*/read\"\ + ,\"Microsoft.Web/customApis/*/read\",\"Microsoft.Web/serverFarms/read\"],\"\ + notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ + 2016-04-28T21:33:30.4656007Z\",\"updatedOn\":\"2021-11-11T20:13:38.0573444Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\ + },{\"properties\":{\"roleName\":\"Logic App Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage logic app, but not access to them.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.ClassicStorage/storageAccounts/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metricAlerts/*\"\ + ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.Insights/logdefinitions/*\"\ + ,\"Microsoft.Insights/metricDefinitions/*\",\"Microsoft.Logic/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Storage/storageAccounts/listkeys/action\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Web/connectionGateways/*\",\"Microsoft.Web/connections/*\"\ + ,\"Microsoft.Web/customApis/*\",\"Microsoft.Web/serverFarms/join/action\"\ + ,\"Microsoft.Web/serverFarms/read\",\"Microsoft.Web/sites/functions/listSecrets/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2016-04-28T21:33:30.4656007Z\",\"updatedOn\":\"2021-11-11T20:13:38.2523833Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/87a39d53-fc1b-424a-814c-f7e04687dc9e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"87a39d53-fc1b-424a-814c-f7e04687dc9e\"\ + },{\"properties\":{\"roleName\":\"Managed Application Operator Role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you read and perform actions on Managed\ + \ Application resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"*/read\",\"Microsoft.Solutions/applications/read\",\"Microsoft.Solutions/*/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-07-27T00:59:33.7988813Z\",\"updatedOn\":\"2021-11-11T20:13:38.5973763Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c7393b34-138c-406f-901b-d8cf2b17e6ae\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c7393b34-138c-406f-901b-d8cf2b17e6ae\"\ + },{\"properties\":{\"roleName\":\"Managed Applications Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you read resources in a managed app and\ + \ request JIT access.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Solutions/jitRequests/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-09-06T00:33:58.3651522Z\",\"updatedOn\":\"2021-11-11T20:13:38.7723523Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b9331d33-8a36-4f8c-b097-4f54124fdb44\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b9331d33-8a36-4f8c-b097-4f54124fdb44\"\ + },{\"properties\":{\"roleName\":\"Managed Identity Operator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Read and Assign User Assigned Identity\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ManagedIdentity/userAssignedIdentities/*/read\"\ + ,\"Microsoft.ManagedIdentity/userAssignedIdentities/*/assign/action\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-12-14T19:52:04.3924594Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:38.9523759Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f1a07417-d97a-45cb-824c-7a7467783830\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f1a07417-d97a-45cb-824c-7a7467783830\"\ + },{\"properties\":{\"roleName\":\"Managed Identity Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Create, Read, Update, and Delete User Assigned\ + \ Identity\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ManagedIdentity/userAssignedIdentities/read\",\"Microsoft.ManagedIdentity/userAssignedIdentities/write\"\ + ,\"Microsoft.ManagedIdentity/userAssignedIdentities/delete\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-12-14T19:53:42.8804692Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:39.3023761Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e40ec5ca-96e0-45a2-b4ff-59039f2c2b59\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e40ec5ca-96e0-45a2-b4ff-59039f2c2b59\"\ + },{\"properties\":{\"roleName\":\"Management Group Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Management Group Contributor Role\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Management/managementGroups/delete\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.Management/managementGroups/subscriptions/delete\"\ + ,\"Microsoft.Management/managementGroups/subscriptions/write\",\"Microsoft.Management/managementGroups/write\"\ + ,\"Microsoft.Management/managementGroups/subscriptions/read\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-06-22T00:28:29.0523964Z\",\"updatedOn\":\"2022-09-15T21:48:24.8299981Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d58bcaf-24a5-4b20-bdb6-eed9f69fbe4c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d58bcaf-24a5-4b20-bdb6-eed9f69fbe4c\"\ + },{\"properties\":{\"roleName\":\"Management Group Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Management Group Reader Role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Management/managementGroups/read\"\ + ,\"Microsoft.Management/managementGroups/subscriptions/read\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-06-22T00:31:03.4295347Z\",\"updatedOn\":\"2022-09-15T21:48:24.8299981Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ac63b705-f282-497d-ac71-919bf39d939d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ac63b705-f282-497d-ac71-919bf39d939d\"\ + },{\"properties\":{\"roleName\":\"Monitoring Metrics Publisher\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Enables publishing metrics against Azure\ + \ resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Insights/Register/Action\",\"Microsoft.Support/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Insights/Metrics/Write\"\ + ,\"Microsoft.Insights/Telemetry/Write\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-08-14T00:36:16.5610279Z\",\"updatedOn\":\"2022-01-04T00:38:04.0289073Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3913510d-42f4-4e42-8a64-420c390055eb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3913510d-42f4-4e42-8a64-420c390055eb\"\ + },{\"properties\":{\"roleName\":\"Monitoring Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read all monitoring data.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.OperationalInsights/workspaces/search/action\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-09-21T19:19:52.4939376Z\",\"updatedOn\":\"2022-09-05T15:10:49.4071427Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\ + },{\"properties\":{\"roleName\":\"Network Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage networks, but not access to them.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2021-11-11T20:13:44.6328966Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4d97b98b-1d4f-4787-a291-c67834d212e7\"\ + },{\"properties\":{\"roleName\":\"Monitoring Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read all monitoring data and update monitoring settings.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"\ + Microsoft.AlertsManagement/alerts/*\",\"Microsoft.AlertsManagement/alertsSummary/*\"\ + ,\"Microsoft.Insights/actiongroups/*\",\"Microsoft.Insights/activityLogAlerts/*\"\ + ,\"Microsoft.Insights/AlertRules/*\",\"Microsoft.Insights/components/*\",\"\ + Microsoft.Insights/createNotifications/*\",\"Microsoft.Insights/dataCollectionEndpoints/*\"\ + ,\"Microsoft.Insights/dataCollectionRules/*\",\"Microsoft.Insights/dataCollectionRuleAssociations/*\"\ + ,\"Microsoft.Insights/DiagnosticSettings/*\",\"Microsoft.Insights/eventtypes/*\"\ + ,\"Microsoft.Insights/LogDefinitions/*\",\"Microsoft.Insights/metricalerts/*\"\ + ,\"Microsoft.Insights/MetricDefinitions/*\",\"Microsoft.Insights/Metrics/*\"\ + ,\"Microsoft.Insights/notificationStatus/*\",\"Microsoft.Insights/Register/Action\"\ + ,\"Microsoft.Insights/scheduledqueryrules/*\",\"Microsoft.Insights/webtests/*\"\ + ,\"Microsoft.Insights/workbooks/*\",\"Microsoft.Insights/workbooktemplates/*\"\ + ,\"Microsoft.Insights/privateLinkScopes/*\",\"Microsoft.Insights/privateLinkScopeOperationStatuses/*\"\ + ,\"Microsoft.OperationalInsights/workspaces/write\",\"Microsoft.OperationalInsights/workspaces/intelligencepacks/*\"\ + ,\"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\"Microsoft.OperationalInsights/workspaces/search/action\"\ + ,\"Microsoft.OperationalInsights/workspaces/sharedKeys/action\",\"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/*\"\ + ,\"Microsoft.Support/*\",\"Microsoft.WorkloadMonitor/monitors/*\",\"Microsoft.AlertsManagement/smartDetectorAlertRules/*\"\ + ,\"Microsoft.AlertsManagement/actionRules/*\",\"Microsoft.AlertsManagement/smartGroups/*\"\ + ,\"Microsoft.AlertsManagement/migrateFromSmartDetection/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-09-21T19:21:08.4345976Z\"\ + ,\"updatedOn\":\"2022-09-05T15:10:49.4071427Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\ + },{\"properties\":{\"roleName\":\"New Relic APM Account Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage New Relic Application Performance\ + \ Management accounts and applications, but not access to them.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"NewRelic.APM/accounts/*\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:45.7178576Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d28c62d-5b37-4476-8438-e587778df237\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d28c62d-5b37-4476-8438-e587778df237\"\ + },{\"properties\":{\"roleName\":\"Reader\",\"type\":\"BuiltInRole\",\"description\"\ + :\"View all resources, but does not allow you to make any changes.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:47.8628684Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"acdd72a7-3385-48ef-bd42-f606fba81ae7\"\ + },{\"properties\":{\"roleName\":\"Redis Cache Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage Redis caches, but not access to them.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Cache/register/action\",\"Microsoft.Cache/redis/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:48.0528671Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e0f68234-74aa-48ed-b826-c38b57376e17\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e0f68234-74aa-48ed-b826-c38b57376e17\"\ + },{\"properties\":{\"roleName\":\"Reader and Data Access\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you view everything but will not let you delete or\ + \ create a storage account or contained resource. It will also allow read/write\ + \ access to all data contained in a storage account via access to storage\ + \ account keys.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Storage/storageAccounts/ListAccountSas/action\"\ + ,\"Microsoft.Storage/storageAccounts/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2018-03-27T23:20:46.1498906Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:48.2278951Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c12c1c16-33a1-487b-954d-41c89c60f349\"\ + },{\"properties\":{\"roleName\":\"Resource Policy Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Users with rights to create/modify resource\ + \ policy, create support ticket and read resources/hierarchy.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.Authorization/policyassignments/*\"\ + ,\"Microsoft.Authorization/policydefinitions/*\",\"Microsoft.Authorization/policyexemptions/*\"\ + ,\"Microsoft.Authorization/policysetdefinitions/*\",\"Microsoft.PolicyInsights/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-08-25T19:08:01.3861639Z\"\ + ,\"updatedOn\":\"2023-05-11T23:11:26.1702440Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36243c78-bf99-498c-9df9-86d9f8d28608\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"36243c78-bf99-498c-9df9-86d9f8d28608\"\ + },{\"properties\":{\"roleName\":\"Scheduler Job Collections Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage Scheduler job\ + \ collections, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Scheduler/jobcollections/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:49.8429293Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\ + },{\"properties\":{\"roleName\":\"Search Service Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage Search services, but not access\ + \ to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Search/searchServices/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:50.0229309Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\ + },{\"properties\":{\"roleName\":\"Security Manager (Legacy)\",\"type\":\"\ + BuiltInRole\",\"description\":\"This is a legacy role. Please use Security\ + \ Administrator instead\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicCompute/*/read\"\ + ,\"Microsoft.ClassicCompute/virtualMachines/*/write\",\"Microsoft.ClassicNetwork/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Security/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-06-22T17:45:15.8986455Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:50.5729549Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\ + },{\"properties\":{\"roleName\":\"Security Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Security Reader Role\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.operationalInsights/workspaces/*/read\",\"Microsoft.Resources/deployments/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Security/*/read\"\ + ,\"Microsoft.IoTSecurity/*/read\",\"Microsoft.Support/*/read\",\"Microsoft.Security/iotDefenderSettings/packageDownloads/action\"\ + ,\"Microsoft.Security/iotDefenderSettings/downloadManagerActivation/action\"\ + ,\"Microsoft.Security/iotSensors/downloadResetPassword/action\",\"Microsoft.IoTSecurity/defenderSettings/packageDownloads/action\"\ + ,\"Microsoft.IoTSecurity/defenderSettings/downloadManagerActivation/action\"\ + ,\"Microsoft.Management/managementGroups/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-03T07:48:49.0516559Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:50.7479015Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\ + },{\"properties\":{\"roleName\":\"Spatial Anchors Account Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage spatial anchors in\ + \ your account, but not delete them\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/SpatialAnchorsAccounts/create/action\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/discovery/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/properties/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/query/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/submitdiag/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/write\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-12-21T17:57:41.1420864Z\",\"updatedOn\":\"2021-11-11T20:13:52.2829400Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8bbe83f1-e2a6-4df7-8cb4-4e04d4e5c827\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8bbe83f1-e2a6-4df7-8cb4-4e04d4e5c827\"\ + },{\"properties\":{\"roleName\":\"Site Recovery Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage Site Recovery service except\ + \ vault creation and role assignment\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\"\ + ,\"Microsoft.RecoveryServices/locations/allocateStamp/action\",\"Microsoft.RecoveryServices/Vaults/certificates/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\"Microsoft.RecoveryServices/Vaults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\"Microsoft.RecoveryServices/vaults/replicationEvents/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\"Microsoft.RecoveryServices/vaults/replicationJobs/*\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/*\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationVaultSettings/*\",\"Microsoft.RecoveryServices/Vaults/storageConfig/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\"Microsoft.RecoveryServices/Vaults/usages/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationOperationStatus/read\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-05-19T13:46:17.4592776Z\",\"updatedOn\":\"2021-11-11T20:13:52.4579503Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\ + },{\"properties\":{\"roleName\":\"Site Recovery Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you failover and failback but not perform other Site\ + \ Recovery management operations\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\"\ + ,\"Microsoft.RecoveryServices/locations/allocateStamp/action\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/switchprotection/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailoverCleanup/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\"Microsoft.RecoveryServices/vaults/replicationPolicies/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/failoverCommit/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationVaultSettings/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-05-19T13:47:50.1341148Z\",\"updatedOn\":\"2021-11-11T20:13:52.6263418Z\"\ + ,\"createdBy\":null,\"updatedBy\":\"\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"494ae006-db33-4328-bf46-533a6560a3ca\"\ + },{\"properties\":{\"roleName\":\"Spatial Anchors Account Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you locate and read properties of\ + \ spatial anchors in your account\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/SpatialAnchorsAccounts/discovery/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/properties/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/query/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/submitdiag/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-12-21T17:57:42.9271004Z\",\"updatedOn\":\"2021-11-11T20:13:52.8013467Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d51204f-eb77-4b1c-b86a-2ec626c49413\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d51204f-eb77-4b1c-b86a-2ec626c49413\"\ + },{\"properties\":{\"roleName\":\"Site Recovery Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you view Site Recovery status but not perform other\ + \ management operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\"Microsoft.RecoveryServices/vaults/replicationPolicies/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\"Microsoft.RecoveryServices/vaults/replicationVaultSettings/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-05-19T13:35:40.0093634Z\",\"updatedOn\":\"2021-11-11T20:13:52.9763366Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dbaa88c4-0c30-4179-9fb3-46319faa6149\"\ + },{\"properties\":{\"roleName\":\"Spatial Anchors Account Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage spatial anchors in your\ + \ account, including deleting them\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/SpatialAnchorsAccounts/create/action\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/delete\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/discovery/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/properties/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/query/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/submitdiag/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-12-21T17:57:43.5489832Z\",\"\ + updatedOn\":\"2021-11-11T20:13:53.1663250Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/70bbe301-9835-447d-afdd-19eb3167307c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"70bbe301-9835-447d-afdd-19eb3167307c\"\ + },{\"properties\":{\"roleName\":\"SQL Managed Instance Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage SQL Managed Instances and\ + \ required network configuration, but can\u2019t give access to others.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/*\",\"Microsoft.Network/routeTables/*\"\ + ,\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/locations/instanceFailoverGroups/*\"\ + ,\"Microsoft.Sql/managedInstances/*\",\"Microsoft.Support/*\",\"Microsoft.Network/virtualNetworks/subnets/*\"\ + ,\"Microsoft.Network/virtualNetworks/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\"],\"notActions\":[\"Microsoft.Sql/managedInstances/azureADOnlyAuthentications/delete\"\ + ,\"Microsoft.Sql/managedInstances/azureADOnlyAuthentications/write\"],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2018-12-10T22:57:14.2937983Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:53.3513507Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4939a1f6-9ae0-4e48-a1e0-f2cbe897382d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4939a1f6-9ae0-4e48-a1e0-f2cbe897382d\"\ + },{\"properties\":{\"roleName\":\"SQL DB Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage SQL databases, but not access to them.\ + \ Also, you can't manage their security-related policies or their parent SQL\ + \ servers.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/servers/databases/*\"\ + ,\"Microsoft.Sql/servers/read\",\"Microsoft.Support/*\",\"Microsoft.Insights/metrics/read\"\ + ,\"Microsoft.Insights/metricDefinitions/read\"],\"notActions\":[\"Microsoft.Sql/servers/databases/ledgerDigestUploads/write\"\ + ,\"Microsoft.Sql/servers/databases/ledgerDigestUploads/disable/action\",\"\ + Microsoft.Sql/managedInstances/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/managedInstances/databases/recommendedSensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/*\",\"\ + Microsoft.Sql/managedInstances/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/databases/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditRecords/read\"\ + ,\"Microsoft.Sql/servers/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\"\ + ,\"Microsoft.Sql/servers/databases/extendedAuditingSettings/*\",\"Microsoft.Sql/servers/databases/recommendedSensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\"Microsoft.Sql/servers/databases/securityMetrics/*\"\ + ,\"Microsoft.Sql/servers/databases/sensitivityLabels/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\"\ + ,\"Microsoft.Sql/servers/vulnerabilityAssessments/*\"],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\"\ + :\"2021-11-11T20:13:53.5363219Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\ + },{\"properties\":{\"roleName\":\"SQL Security Manager\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage the security-related policies of SQL servers\ + \ and databases, but not access to them.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Sql/locations/administratorAzureAsyncOperation/read\"\ + ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/databases/currentSensitivityLabels/*\",\"\ + Microsoft.Sql/managedInstances/databases/recommendedSensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/*\",\"\ + Microsoft.Sql/servers/advancedThreatProtectionSettings/read\",\"Microsoft.Sql/servers/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/transparentDataEncryption/*\"\ + ,\"Microsoft.Sql/managedInstances/vulnerabilityAssessments/*\",\"Microsoft.Sql/managedInstances/serverConfigurationOptions/read\"\ + ,\"Microsoft.Sql/managedInstances/serverConfigurationOptions/write\",\"Microsoft.Sql/locations/serverConfigurationOptionAzureAsyncOperation/read\"\ + ,\"Microsoft.Sql/servers/advancedThreatProtectionSettings/read\",\"Microsoft.Sql/servers/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/servers/auditingSettings/*\",\"Microsoft.Sql/servers/extendedAuditingSettings/read\"\ + ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/servers/databases/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditRecords/read\"\ + ,\"Microsoft.Sql/servers/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\"\ + ,\"Microsoft.Sql/servers/databases/extendedAuditingSettings/read\",\"Microsoft.Sql/servers/databases/read\"\ + ,\"Microsoft.Sql/servers/databases/recommendedSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/schemas/read\"\ + ,\"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/schemas/tables/read\",\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\"\ + ,\"Microsoft.Sql/servers/databases/securityMetrics/*\",\"Microsoft.Sql/servers/databases/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/transparentDataEncryption/*\",\"Microsoft.Sql/servers/databases/sqlvulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\"\ + ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\",\"\ + Microsoft.Sql/servers/devOpsAuditingSettings/*\",\"Microsoft.Sql/servers/firewallRules/*\"\ + ,\"Microsoft.Sql/servers/read\",\"Microsoft.Sql/servers/securityAlertPolicies/*\"\ + ,\"Microsoft.Sql/servers/sqlvulnerabilityAssessments/*\",\"Microsoft.Sql/servers/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Sql/servers/azureADOnlyAuthentications/*\"\ + ,\"Microsoft.Sql/managedInstances/read\",\"Microsoft.Sql/managedInstances/azureADOnlyAuthentications/*\"\ + ,\"Microsoft.Security/sqlVulnerabilityAssessments/*\",\"Microsoft.Sql/managedInstances/administrators/read\"\ + ,\"Microsoft.Sql/servers/administrators/read\",\"Microsoft.Sql/servers/databases/ledgerDigestUploads/*\"\ + ,\"Microsoft.Sql/locations/ledgerDigestUploadsAzureAsyncOperation/read\",\"\ + Microsoft.Sql/locations/ledgerDigestUploadsOperationResults/read\",\"Microsoft.Sql/servers/externalPolicyBasedAuthorizations/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-06-16T18:44:40.4607572Z\",\"updatedOn\":\"2023-02-28T16:39:27.2165961Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\ + },{\"properties\":{\"roleName\":\"Storage Account Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage storage accounts, including\ + \ accessing storage account keys which provide full access to storage account\ + \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/diagnosticSettings/*\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2021-11-11T20:13:54.2363539Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"17d1049b-9a84-46fb-8f53-869881c3d3ab\"\ + },{\"properties\":{\"roleName\":\"SQL Server Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage SQL servers and databases, but not access\ + \ to them, and not their security -related policies.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/servers/*\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ],\"notActions\":[\"Microsoft.Sql/managedInstances/databases/currentSensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/recommendedSensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/*\",\"\ + Microsoft.Sql/managedInstances/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditingSettings/*\"\ + ,\"Microsoft.Sql/servers/databases/auditRecords/read\",\"Microsoft.Sql/servers/databases/currentSensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\"Microsoft.Sql/servers/databases/extendedAuditingSettings/*\"\ + ,\"Microsoft.Sql/servers/databases/recommendedSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\"Microsoft.Sql/servers/databases/securityMetrics/*\"\ + ,\"Microsoft.Sql/servers/databases/sensitivityLabels/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\"\ + ,\"Microsoft.Sql/servers/devOpsAuditingSettings/*\",\"Microsoft.Sql/servers/extendedAuditingSettings/*\"\ + ,\"Microsoft.Sql/servers/securityAlertPolicies/*\",\"Microsoft.Sql/servers/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/azureADOnlyAuthentications/delete\",\"Microsoft.Sql/servers/azureADOnlyAuthentications/write\"\ + ,\"Microsoft.Sql/servers/externalPolicyBasedAuthorizations/delete\",\"Microsoft.Sql/servers/externalPolicyBasedAuthorizations/write\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2022-04-28T19:08:55.4448647Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\ + },{\"properties\":{\"roleName\":\"Storage Account Key Operator Service Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Storage Account Key Operators\ + \ are allowed to list and regenerate keys on Storage Accounts\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/regeneratekey/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-04-13T18:26:11.5770570Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:54.7697481Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/81a9662b-bebf-436f-a333-f67b29880f12\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"81a9662b-bebf-436f-a333-f67b29880f12\"\ + },{\"properties\":{\"roleName\":\"Storage Blob Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for read, write and delete access\ + \ to Azure Storage blob containers and data\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/move/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/add/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ + updatedOn\":\"2021-11-11T20:13:54.9397456Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ba92f5b4-2d11-453d-a403-e96b0029c9fe\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ba92f5b4-2d11-453d-a403-e96b0029c9fe\"\ + },{\"properties\":{\"roleName\":\"Storage Blob Data Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full access to Azure Storage blob containers\ + \ and data, including assigning POSIX access control.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/*\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-12-04T07:02:58.2775257Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.1225062Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b7e6dc6d-f1e8-4753-8033-0f276bb0955b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b7e6dc6d-f1e8-4753-8033-0f276bb0955b\"\ + },{\"properties\":{\"roleName\":\"Storage Blob Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for read access to Azure Storage blob containers\ + \ and data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.2975076Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2a2b9908-6ea1-4ae2-8e65-a410df84e7d1\"\ + },{\"properties\":{\"roleName\":\"Storage Queue Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for read, write, and delete access\ + \ to Azure Storage queues and queue messages\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/delete\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/read\",\"Microsoft.Storage/storageAccounts/queueServices/queues/write\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/delete\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/write\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/process/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.4725469Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/974c5e8b-45b9-4653-ba55-5f855dd0fb88\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"974c5e8b-45b9-4653-ba55-5f855dd0fb88\"\ + },{\"properties\":{\"roleName\":\"Storage Queue Data Message Processor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows for peek, receive, and delete\ + \ access to Azure Storage queue messages\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/process/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-01-28T22:27:04.8947111Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.6575408Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8a0f0c08-91a1-4084-bc3d-661d67233fed\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8a0f0c08-91a1-4084-bc3d-661d67233fed\"\ + },{\"properties\":{\"roleName\":\"Storage Queue Data Message Sender\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for sending of Azure Storage queue\ + \ messages\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/add/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-01-28T22:28:34.7459724Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.8325508Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c6a89b2d-59bc-44d0-9896-0f6e12d7b80a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c6a89b2d-59bc-44d0-9896-0f6e12d7b80a\"\ + },{\"properties\":{\"roleName\":\"Storage Queue Data Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows for read access to Azure Storage queues\ + \ and queue messages\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Storage/storageAccounts/queueServices/queues/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ + updatedOn\":\"2021-11-11T20:13:56.0178497Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/19e7f393-937e-4f77-808e-94535e297925\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"19e7f393-937e-4f77-808e-94535e297925\"\ + },{\"properties\":{\"roleName\":\"Support Request Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you create and manage Support requests\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-06-22T22:25:37.8053068Z\",\"updatedOn\":\"2021-11-11T20:13:56.7444481Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cfd33db0-3dd1-45e3-aa9d-cdbdf3b6f24e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cfd33db0-3dd1-45e3-aa9d-cdbdf3b6f24e\"\ + },{\"properties\":{\"roleName\":\"Traffic Manager Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage Traffic Manager profiles,\ + \ but does not let you control who has access to them.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/trafficManagerProfiles/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-10-15T23:33:25.9730842Z\",\"updatedOn\":\"2021-11-11T20:13:57.2744497Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\ + },{\"properties\":{\"roleName\":\"User Access Administrator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage user access to Azure resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"\ + Microsoft.Authorization/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:57.7932023Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\ + },{\"properties\":{\"roleName\":\"Virtual Machine Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage virtual machines, but not\ + \ access to them, and not the virtual network or storage account they're connected\ + \ to.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Compute/availabilitySets/*\",\"Microsoft.Compute/locations/*\"\ + ,\"Microsoft.Compute/virtualMachines/*\",\"Microsoft.Compute/virtualMachineScaleSets/*\"\ + ,\"Microsoft.Compute/cloudServices/*\",\"Microsoft.Compute/disks/write\",\"\ + Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/delete\",\"Microsoft.DevTestLab/schedules/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/applicationGateways/backendAddressPools/join/action\"\ + ,\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatPools/join/action\"\ + ,\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\"Microsoft.Network/loadBalancers/probes/join/action\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/locations/*\"\ + ,\"Microsoft.Network/networkInterfaces/*\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/publicIPAddresses/join/action\"\ + ,\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.RecoveryServices/locations/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/usages/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/write\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.SerialConsole/serialPorts/connect/action\",\"Microsoft.SqlVirtualMachine/*\"\ + ,\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2021-11-11T20:13:58.3176075Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\ + },{\"properties\":{\"roleName\":\"Web Plan Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage the web plans for websites, but not access\ + \ to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Web/serverFarms/*\",\"Microsoft.Web/hostingEnvironments/Join/Action\"\ + ,\"Microsoft.Insights/autoscalesettings/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2022-09-01T21:58:00.7022464Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\ + },{\"properties\":{\"roleName\":\"Website Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage websites (not web plans), but not access\ + \ to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/components/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Web/certificates/*\",\"Microsoft.Web/listSitesAssignedToHostName/read\"\ + ,\"Microsoft.Web/serverFarms/join/action\",\"Microsoft.Web/serverFarms/read\"\ + ,\"Microsoft.Web/sites/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-05-12T23:10:23.6193952Z\",\"updatedOn\":\"2021-11-11T20:13:58.6655647Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"de139f84-1756-47ae-9be6-808fbbe84772\"\ + },{\"properties\":{\"roleName\":\"Azure Service Bus Data Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for full access to Azure Service\ + \ Bus resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.ServiceBus/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.ServiceBus/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-04-16T21:33:36.7445745Z\",\"\ + updatedOn\":\"2021-11-11T20:13:59.2005807Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/090c5cfd-751d-490a-894a-3ce6f1109419\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"090c5cfd-751d-490a-894a-3ce6f1109419\"\ + },{\"properties\":{\"roleName\":\"Azure Event Hubs Data Owner\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows for full access to Azure Event Hubs\ + \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.EventHub/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.EventHub/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-04-16T21:34:29.8656362Z\",\"\ + updatedOn\":\"2021-11-11T20:13:59.3721538Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f526a384-b230-433a-b45c-95f59c4a2dec\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f526a384-b230-433a-b45c-95f59c4a2dec\"\ + },{\"properties\":{\"roleName\":\"Attestation Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read write or delete the attestation provider instance\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Attestation/attestationProviders/attestation/read\"\ + ,\"Microsoft.Attestation/attestationProviders/attestation/write\",\"Microsoft.Attestation/attestationProviders/attestation/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-04-19T00:24:09.3354177Z\",\"updatedOn\":\"2021-11-11T20:13:59.7271218Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bbf86eb8-f7b4-4cce-96e4-18cddf81d86e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bbf86eb8-f7b4-4cce-96e4-18cddf81d86e\"\ + },{\"properties\":{\"roleName\":\"HDInsight Cluster Operator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you read and modify HDInsight cluster\ + \ configurations.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.HDInsight/*/read\",\"Microsoft.HDInsight/clusters/getGatewaySettings/action\"\ + ,\"Microsoft.HDInsight/clusters/updateGatewaySettings/action\",\"Microsoft.HDInsight/clusters/configurations/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Authorization/*/read\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-04-20T00:03:01.7110732Z\",\"updatedOn\":\"2021-11-11T20:13:59.9052180Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/61ed4efc-fab3-44fd-b111-e24485cc132a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"61ed4efc-fab3-44fd-b111-e24485cc132a\"\ + },{\"properties\":{\"roleName\":\"Cosmos DB Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage Azure Cosmos DB accounts, but not access\ + \ data in them. Prevents access to account keys and connection strings.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DocumentDb/databaseAccounts/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Authorization/*/read\",\"\ + Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ],\"notActions\":[\"Microsoft.DocumentDB/databaseAccounts/readonlyKeys/*\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/regenerateKey/*\",\"Microsoft.DocumentDB/databaseAccounts/listKeys/*\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/listConnectionStrings/*\",\"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions/write\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions/delete\",\"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments/write\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments/delete\",\"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions/write\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions/delete\",\"\ + Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions/write\",\"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions/delete\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-04-26T17:01:17.0169383Z\"\ + ,\"updatedOn\":\"2023-01-11T18:59:29.2865530Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/230815da-be43-4aae-9cb4-875f7bd000aa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"230815da-be43-4aae-9cb4-875f7bd000aa\"\ + },{\"properties\":{\"roleName\":\"Hybrid Server Resource Administrator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can read, write, delete, and re-onboard\ + \ Hybrid servers to the Hybrid Resource Provider.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/*\"\ + ,\"Microsoft.HybridCompute/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2019-04-29T21:39:32.3132923Z\",\"updatedOn\"\ + :\"2021-11-11T20:14:00.2548257Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/48b40c6e-82e0-4eb3-90d5-19e40f49b624\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"48b40c6e-82e0-4eb3-90d5-19e40f49b624\"\ + },{\"properties\":{\"roleName\":\"Hybrid Server Onboarding\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can onboard new Hybrid servers to the Hybrid Resource Provider.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/read\"\ + ,\"Microsoft.HybridCompute/machines/write\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2019-04-29T22:36:28.1873756Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:00.4308999Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d1e5ee4-7c68-4a71-ac8b-0739630a3dfb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d1e5ee4-7c68-4a71-ac8b-0739630a3dfb\"\ + },{\"properties\":{\"roleName\":\"Azure Event Hubs Data Receiver\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows receive access to Azure Event Hubs\ + \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.EventHub/*/eventhubs/consumergroups/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.EventHub/*/receive/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-05-10T06:25:21.1056666Z\",\"updatedOn\":\"2021-11-11T20:14:01.3225169Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a638d3c7-ab3a-418d-83e6-5f17a39d4fde\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a638d3c7-ab3a-418d-83e6-5f17a39d4fde\"\ + },{\"properties\":{\"roleName\":\"Azure Event Hubs Data Sender\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows send access to Azure Event Hubs\ + \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.EventHub/*/eventhubs/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.EventHub/*/send/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-05-10T06:26:12.4673714Z\",\"updatedOn\":\"2021-11-11T20:14:01.4925583Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2b629674-e913-4c01-ae53-ef4638d8f975\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2b629674-e913-4c01-ae53-ef4638d8f975\"\ + },{\"properties\":{\"roleName\":\"Azure Service Bus Data Receiver\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for receive access to Azure Service\ + \ Bus resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.ServiceBus/*/queues/read\",\"Microsoft.ServiceBus/*/topics/read\"\ + ,\"Microsoft.ServiceBus/*/topics/subscriptions/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.ServiceBus/*/receive/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-05-10T06:43:01.6343849Z\",\"updatedOn\":\"2021-11-11T20:14:01.6629685Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4f6d3b9b-027b-4f4c-9142-0e5a2a2247e0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4f6d3b9b-027b-4f4c-9142-0e5a2a2247e0\"\ + },{\"properties\":{\"roleName\":\"Azure Service Bus Data Sender\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for send access to Azure Service\ + \ Bus resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.ServiceBus/*/queues/read\",\"Microsoft.ServiceBus/*/topics/read\"\ + ,\"Microsoft.ServiceBus/*/topics/subscriptions/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.ServiceBus/*/send/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-05-10T06:43:46.7046934Z\",\"updatedOn\":\"2021-11-11T20:14:01.8479199Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/69a216fc-b8fb-44d8-bc22-1f3c2cd27a39\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"69a216fc-b8fb-44d8-bc22-1f3c2cd27a39\"\ + },{\"properties\":{\"roleName\":\"Storage File Data SMB Share Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows for read access to Azure File\ + \ Share over SMB\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-07-01T20:19:31.8620471Z\",\"\ + updatedOn\":\"2021-11-11T20:14:04.3642909Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/aba4ae5f-2193-4029-9191-0cb91df5e314\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"aba4ae5f-2193-4029-9191-0cb91df5e314\"\ + },{\"properties\":{\"roleName\":\"Storage File Data SMB Share Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for read, write, and delete\ + \ access in Azure Storage file shares over SMB\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\",\"\ + Microsoft.Storage/storageAccounts/fileServices/fileshares/files/write\",\"\ + Microsoft.Storage/storageAccounts/fileServices/fileshares/files/delete\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2019-07-01T20:54:35.4834310Z\",\"updatedOn\"\ + :\"2021-11-11T20:14:04.5443323Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0c867c2a-1d8c-454a-a3db-ab2ea1bdc8bb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0c867c2a-1d8c-454a-a3db-ab2ea1bdc8bb\"\ + },{\"properties\":{\"roleName\":\"Private DNS Zone Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage private DNS zone resources,\ + \ but not the virtual networks they are linked to.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Network/privateDnsZones/*\",\"Microsoft.Network/privateDnsOperationResults/*\"\ + ,\"Microsoft.Network/privateDnsOperationStatuses/*\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.Network/virtualNetworks/join/action\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-07-10T19:31:15.5645518Z\",\"updatedOn\":\"2021-11-11T20:14:04.7342851Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b12aa53e-6015-4669-85d0-8515ebb3ae7f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b12aa53e-6015-4669-85d0-8515ebb3ae7f\"\ + },{\"properties\":{\"roleName\":\"Storage Blob Delegator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for generation of a user delegation key which can\ + \ be used to sign SAS tokens\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-07-23T00:51:16.3376761Z\",\"updatedOn\":\"2021-11-11T20:14:05.4321714Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/db58b8e5-c6ad-4a2a-8342-4190687cbf4a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"db58b8e5-c6ad-4a2a-8342-4190687cbf4a\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization User\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows user to use the applications in an\ + \ application group.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.DesktopVirtualization/applicationGroups/useApplications/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-08-07T00:29:03.8727621Z\",\"\ + updatedOn\":\"2021-11-11T20:14:05.9821791Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1d18fff3-a72a-46b5-b4a9-0b38a3cd7e63\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1d18fff3-a72a-46b5-b4a9-0b38a3cd7e63\"\ + },{\"properties\":{\"roleName\":\"Storage File Data SMB Share Elevated Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for read, write, delete\ + \ and modify NTFS permission access in Azure Storage file shares over SMB\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/write\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/delete\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/modifypermissions/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-08-07T01:35:36.9935457Z\",\"\ + updatedOn\":\"2021-11-11T20:14:06.1571744Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a7264617-510b-434b-a828-9731dc254ea7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a7264617-510b-434b-a828-9731dc254ea7\"\ + },{\"properties\":{\"roleName\":\"Blueprint Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can manage blueprint definitions, but not assign them.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Blueprint/blueprints/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-14T21:55:16.9683949Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:06.5171828Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/41077137-e803-4205-871c-5a86e6a753b4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"41077137-e803-4205-871c-5a86e6a753b4\"\ + },{\"properties\":{\"roleName\":\"Blueprint Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can assign existing published blueprints, but cannot create\ + \ new blueprints. NOTE: this only works if the assignment is done with a user-assigned\ + \ managed identity.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Blueprint/blueprintAssignments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-08-14T21:56:48.7897875Z\",\"updatedOn\":\"2021-11-11T20:14:06.6971401Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/437d2ced-4a38-4302-8479-ed2bcb43d090\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"437d2ced-4a38-4302-8479-ed2bcb43d090\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Microsoft Sentinel Contributor\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SecurityInsights/*\",\"\ + Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\"Microsoft.OperationsManagement/solutions/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/read\",\"Microsoft.OperationalInsights/workspaces/query/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/dataSources/read\",\"Microsoft.OperationalInsights/querypacks/*/read\"\ + ,\"Microsoft.Insights/workbooks/*\",\"Microsoft.Insights/myworkbooks/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.SecurityInsights/ConfidentialWatchlists/*\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/ConfidentialWatchlist/*\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T16:39:03.8725173Z\"\ + ,\"updatedOn\":\"2022-07-22T17:40:38.3700257Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ab8e14d6-4a74-4a29-9ba8-549422addade\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ab8e14d6-4a74-4a29-9ba8-549422addade\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Responder\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Microsoft Sentinel Responder\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SecurityInsights/*/read\"\ + ,\"Microsoft.SecurityInsights/dataConnectorsCheckRequirements/action\",\"\ + Microsoft.SecurityInsights/automationRules/*\",\"Microsoft.SecurityInsights/cases/*\"\ + ,\"Microsoft.SecurityInsights/incidents/*\",\"Microsoft.SecurityInsights/threatIntelligence/indicators/appendTags/action\"\ + ,\"Microsoft.SecurityInsights/threatIntelligence/indicators/query/action\"\ + ,\"Microsoft.SecurityInsights/threatIntelligence/bulkTag/action\",\"Microsoft.SecurityInsights/threatIntelligence/indicators/appendTags/action\"\ + ,\"Microsoft.SecurityInsights/threatIntelligence/indicators/replaceTags/action\"\ + ,\"Microsoft.SecurityInsights/threatIntelligence/queryIndicators/action\"\ + ,\"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/dataSources/read\",\"Microsoft.OperationalInsights/workspaces/savedSearches/read\"\ + ,\"Microsoft.OperationsManagement/solutions/read\",\"Microsoft.OperationalInsights/workspaces/query/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/*/read\",\"Microsoft.OperationalInsights/workspaces/dataSources/read\"\ + ,\"Microsoft.OperationalInsights/querypacks/*/read\",\"Microsoft.Insights/workbooks/read\"\ + ,\"Microsoft.Insights/myworkbooks/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[\"Microsoft.SecurityInsights/cases/*/Delete\",\"Microsoft.SecurityInsights/incidents/*/Delete\"\ + ,\"Microsoft.SecurityInsights/ConfidentialWatchlists/*\",\"Microsoft.OperationalInsights/workspaces/query/ConfidentialWatchlist/*\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T16:54:07.6467264Z\"\ + ,\"updatedOn\":\"2022-07-21T23:37:54.2486838Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e150937-b8fe-4cfb-8069-0eaf05ecd056\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3e150937-b8fe-4cfb-8069-0eaf05ecd056\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Microsoft Sentinel Reader\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SecurityInsights/*/read\"\ + ,\"Microsoft.SecurityInsights/dataConnectorsCheckRequirements/action\",\"\ + Microsoft.SecurityInsights/threatIntelligence/indicators/query/action\",\"\ + Microsoft.SecurityInsights/threatIntelligence/queryIndicators/action\",\"\ + Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/LinkedServices/read\",\"Microsoft.OperationalInsights/workspaces/savedSearches/read\"\ + ,\"Microsoft.OperationsManagement/solutions/read\",\"Microsoft.OperationalInsights/workspaces/query/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/*/read\",\"Microsoft.OperationalInsights/querypacks/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/dataSources/read\",\"Microsoft.Insights/workbooks/read\"\ + ,\"Microsoft.Insights/myworkbooks/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/templateSpecs/*/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.SecurityInsights/ConfidentialWatchlists/*\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/ConfidentialWatchlist/*\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T16:58:50.1132117Z\"\ + ,\"updatedOn\":\"2022-07-22T17:40:38.3700257Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8d289c81-5878-46d4-8554-54e1e3d8b5cb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8d289c81-5878-46d4-8554-54e1e3d8b5cb\"\ + },{\"properties\":{\"roleName\":\"Workbook Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read workbooks.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"microsoft.insights/workbooks/read\",\"microsoft.insights/workbooks/revisions/read\"\ + ,\"microsoft.insights/workbooktemplates/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T20:56:17.6808140Z\"\ + ,\"updatedOn\":\"2022-12-08T19:53:26.7526140Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b279062a-9be3-42a0-92ae-8b3cf002ec4d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b279062a-9be3-42a0-92ae-8b3cf002ec4d\"\ + },{\"properties\":{\"roleName\":\"Workbook Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can save shared workbooks.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Insights/workbooks/write\",\"\ + Microsoft.Insights/workbooks/delete\",\"Microsoft.Insights/workbooks/read\"\ + ,\"Microsoft.Insights/workbooks/revisions/read\",\"Microsoft.Insights/workbooktemplates/write\"\ + ,\"Microsoft.Insights/workbooktemplates/delete\",\"Microsoft.Insights/workbooktemplates/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-08-28T20:59:42.4820277Z\",\"updatedOn\":\"2022-12-08T21:25:04.5651887Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e8ddcd69-c73f-4f9f-9844-4100522f16ad\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e8ddcd69-c73f-4f9f-9844-4100522f16ad\"\ + },{\"properties\":{\"roleName\":\"Policy Insights Data Writer (Preview)\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows read access to resource\ + \ policies and write access to resource component policy events.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/policyassignments/read\"\ + ,\"Microsoft.Authorization/policydefinitions/read\",\"Microsoft.Authorization/policyexemptions/read\"\ + ,\"Microsoft.Authorization/policysetdefinitions/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.PolicyInsights/checkDataPolicyCompliance/action\"\ + ,\"Microsoft.PolicyInsights/policyEvents/logDataEvents/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-09-19T19:35:20.9504127Z\",\"updatedOn\":\"2021-11-11T20:14:09.4235132Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/66bb4e9e-b016-4a94-8249-4c0511c2be84\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"66bb4e9e-b016-4a94-8249-4c0511c2be84\"\ + },{\"properties\":{\"roleName\":\"SignalR AccessKey Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read SignalR Service Access Keys\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SignalRService/*/read\"\ + ,\"Microsoft.SignalRService/SignalR/listkeys/action\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-09-20T09:33:19.6236874Z\",\"updatedOn\":\"2021-11-11T20:14:09.6134860Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/04165923-9d83-45d5-8227-78b77b0a687e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"04165923-9d83-45d5-8227-78b77b0a687e\"\ + },{\"properties\":{\"roleName\":\"SignalR/Web PubSub Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Create, Read, Update, and Delete SignalR\ + \ service resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.SignalRService/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-09-20T09:58:09.0009662Z\",\"updatedOn\":\"2021-11-11T20:14:09.7884765Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8cf5e20a-e4b2-4e9d-b3a1-5ceb692c2761\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8cf5e20a-e4b2-4e9d-b3a1-5ceb692c2761\"\ + },{\"properties\":{\"roleName\":\"Azure Connected Machine Onboarding\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can onboard Azure Connected Machines.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/read\"\ + ,\"Microsoft.HybridCompute/machines/write\",\"Microsoft.HybridCompute/privateLinkScopes/read\"\ + ,\"Microsoft.GuestConfiguration/guestConfigurationAssignments/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-10-23T20:15:07.1372870Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:10.8735219Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b64e21ea-ac4e-4cdf-9dc9-5b892992bee7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b64e21ea-ac4e-4cdf-9dc9-5b892992bee7\"\ + },{\"properties\":{\"roleName\":\"Azure Connected Machine Resource Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Can read, write, delete and re-onboard\ + \ Azure Connected Machines.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.HybridCompute/machines/read\",\"Microsoft.HybridCompute/machines/write\"\ + ,\"Microsoft.HybridCompute/machines/delete\",\"Microsoft.HybridCompute/machines/UpgradeExtensions/action\"\ + ,\"Microsoft.HybridCompute/machines/extensions/read\",\"Microsoft.HybridCompute/machines/extensions/write\"\ + ,\"Microsoft.HybridCompute/machines/extensions/delete\",\"Microsoft.HybridCompute/privateLinkScopes/*\"\ + ,\"Microsoft.HybridCompute/*/read\",\"Microsoft.Resources/deployments/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-10-23T20:24:59.1474607Z\",\"updatedOn\":\"2021-12-15T16:10:25.5898511Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cd570a14-e51a-42ad-bac8-bafd67325302\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cd570a14-e51a-42ad-bac8-bafd67325302\"\ + },{\"properties\":{\"roleName\":\"Managed Services Registration assignment\ + \ Delete Role\",\"type\":\"BuiltInRole\",\"description\":\"Managed Services\ + \ Registration Assignment Delete Role allows the managing tenant users to\ + \ delete the registration assignment assigned to their tenant.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ManagedServices/registrationAssignments/read\"\ + ,\"Microsoft.ManagedServices/registrationAssignments/delete\",\"Microsoft.ManagedServices/operationStatuses/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-10-23T22:33:33.1183469Z\",\"updatedOn\":\"2021-11-11T20:14:11.2336400Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/91c1777a-f3dc-4fae-b103-61d183457e46\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"91c1777a-f3dc-4fae-b103-61d183457e46\"\ + },{\"properties\":{\"roleName\":\"App Configuration Data Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows full access to App Configuration\ + \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AppConfiguration/configurationStores/*/read\"\ + ,\"Microsoft.AppConfiguration/configurationStores/*/write\",\"Microsoft.AppConfiguration/configurationStores/*/delete\"\ + ,\"Microsoft.AppConfiguration/configurationStores/*/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-10-25T18:41:40.1185063Z\",\"updatedOn\":\"2023-02-01T23:20:05.7772785Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5ae67dd6-50cb-40e7-96ff-dc2bfa4b606b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5ae67dd6-50cb-40e7-96ff-dc2bfa4b606b\"\ + },{\"properties\":{\"roleName\":\"App Configuration Data Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows read access to App Configuration\ + \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AppConfiguration/configurationStores/*/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-10-25T18:45:33.7975332Z\",\"\ + updatedOn\":\"2021-11-11T20:14:11.5885341Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/516239f1-63e1-4d78-a4de-a74fb236a071\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"516239f1-63e1-4d78-a4de-a74fb236a071\"\ + },{\"properties\":{\"roleName\":\"Kubernetes Cluster - Azure Arc Onboarding\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Role definition to authorize any\ + \ user/service to create connectedClusters resource\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Kubernetes/connectedClusters/Write\"\ + ,\"Microsoft.Kubernetes/connectedClusters/read\",\"Microsoft.Support/*\"],\"\ + notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ + 2019-11-18T17:00:02.2087147Z\",\"updatedOn\":\"2021-11-11T20:14:12.4685303Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/34e09817-6cbe-4d01-b1a2-e0eac5743d41\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"34e09817-6cbe-4d01-b1a2-e0eac5743d41\"\ + },{\"properties\":{\"roleName\":\"Experimentation Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Experimentation Contributor\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/write\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/delete\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/experiment/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/emergencystop/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/read\",\"Microsoft.Experimentation/experimentWorkspaces/write\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/delete\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-12-13T00:08:08.6679591Z\",\"updatedOn\":\"2021-11-11T20:14:14.6454147Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f646f1b-fa08-80eb-a22b-edd6ce5c915c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f646f1b-fa08-80eb-a22b-edd6ce5c915c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services QnA Maker Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Let\u2019s you read and test a KB\ + \ only.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/alterations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointkeys/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointsettings/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/alterations/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointkeys/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointsettings/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/alterations/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointkeys/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointsettings/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-12-17T18:26:12.3329439Z\",\"\ + updatedOn\":\"2021-11-11T20:14:14.8254033Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/466ccd10-b268-4a11-b098-b4849f024126\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"466ccd10-b268-4a11-b098-b4849f024126\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services QnA Maker Editor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Let\u2019s you create, edit, import\ + \ and export a KB. You cannot publish or delete a KB.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/create/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/write\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/train/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/alterations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/alterations/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointkeys/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointkeys/refreshkeys/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointsettings/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker/endpointsettings/write\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker/operations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/create/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/train/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/alterations/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker.v2/alterations/write\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointkeys/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointkeys/refreshkeys/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointsettings/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointsettings/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/operations/read\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/create/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/train/action\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/alterations/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/alterations/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointkeys/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointkeys/refreshkeys/action\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointsettings/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointsettings/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/operations/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-12-17T18:27:30.6434556Z\",\"\ + updatedOn\":\"2021-11-11T20:14:14.9961559Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f4cc2bf9-21be-47a1-bdf1-5c5804381025\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f4cc2bf9-21be-47a1-bdf1-5c5804381025\"\ + },{\"properties\":{\"roleName\":\"Experimentation Administrator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Experimentation Administrator\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/admin/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/write\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/delete\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/experimentadmin/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/experiment/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/emergencystop/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/read\",\"Microsoft.Experimentation/experimentWorkspaces/write\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/delete\",\"Microsoft.Experimentation/experimentWorkspaces/admin/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/metricwrite/action\",\"\ + Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/metricwrite/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-12-18T22:46:33.1116612Z\",\"\ + updatedOn\":\"2021-11-11T20:14:15.1811577Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f646f1b-fa08-80eb-a33b-edd6ce5c915c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f646f1b-fa08-80eb-a33b-edd6ce5c915c\"\ + },{\"properties\":{\"roleName\":\"Remote Rendering Administrator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides user with conversion, manage session,\ + \ rendering and diagnostics capabilities for Azure Remote Rendering\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.MixedReality/RemoteRenderingAccounts/convert/action\",\"Microsoft.MixedReality/RemoteRenderingAccounts/convert/read\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/convert/delete\",\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/read\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/action\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/delete\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/render/read\",\"Microsoft.MixedReality/RemoteRenderingAccounts/diagnostic/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-01-23T18:15:31.3450348Z\",\"\ + updatedOn\":\"2021-11-11T20:14:16.7621737Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3df8b902-2a6f-47c7-8cc5-360e9b272a7e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3df8b902-2a6f-47c7-8cc5-360e9b272a7e\"\ + },{\"properties\":{\"roleName\":\"Remote Rendering Client\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides user with manage session, rendering and diagnostics\ + \ capabilities for Azure Remote Rendering.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/read\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/action\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/delete\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/render/read\",\"Microsoft.MixedReality/RemoteRenderingAccounts/diagnostic/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-01-23T18:32:52.7069824Z\",\"\ + updatedOn\":\"2021-11-11T20:14:16.9421512Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d39065c4-c120-43c9-ab0a-63eed9795f0a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d39065c4-c120-43c9-ab0a-63eed9795f0a\"\ + },{\"properties\":{\"roleName\":\"Managed Application Contributor Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows for creating managed application\ + \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"*/read\",\"Microsoft.Solutions/applications/*\",\"Microsoft.Solutions/register/action\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/*\",\"Microsoft.Resources/deployments/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-02-08T03:39:11.8933879Z\",\"updatedOn\":\"2021-11-11T20:14:19.1271536Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/641177b8-a67a-45b9-a033-47bc880bb21e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"641177b8-a67a-45b9-a033-47bc880bb21e\"\ + },{\"properties\":{\"roleName\":\"Security Assessment Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you push assessments to Security Center\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Security/assessments/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-02-13T08:23:47.7656161Z\",\"updatedOn\":\"2021-11-11T20:14:19.3021974Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/612c2aa1-cb24-443b-ac28-3ab7272de6f5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"612c2aa1-cb24-443b-ac28-3ab7272de6f5\"\ + },{\"properties\":{\"roleName\":\"Tag Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage tags on entities, without providing access\ + \ to the entities themselves.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\",\"Microsoft.Resources/subscriptions/resources/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Resources/tags/*\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-18T23:19:19.2977644Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:20.0172041Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4a9ae827-6dc8-4573-8ac7-8239d42aa03f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4a9ae827-6dc8-4573-8ac7-8239d42aa03f\"\ + },{\"properties\":{\"roleName\":\"Integration Service Environment Developer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows developers to create and\ + \ update workflows, integration accounts and API connections in integration\ + \ service environments.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Support/*\",\"Microsoft.Logic/integrationServiceEnvironments/read\"\ + ,\"Microsoft.Logic/integrationServiceEnvironments/*/join/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-20T21:09:00.5627875Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:20.1871986Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c7aa55d3-1abb-444a-a5ca-5e51e485d6ec\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c7aa55d3-1abb-444a-a5ca-5e51e485d6ec\"\ + },{\"properties\":{\"roleName\":\"Integration Service Environment Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage integration service\ + \ environments, but not access to them.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Logic/integrationServiceEnvironments/*\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-20T21:10:44.4008319Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:20.3622058Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a41e2c5b-bd99-4a07-88f4-9bf657a760b8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a41e2c5b-bd99-4a07-88f4-9bf657a760b8\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Contributor Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Grants access to read and write\ + \ Azure Kubernetes Service clusters\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ContainerService/managedClusters/read\",\"Microsoft.ContainerService/managedClusters/write\"\ + ,\"Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-27T19:27:15.0739970Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:21.2621727Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ed7f3fbd-7b88-4dd4-9017-9adb7ce333f8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ed7f3fbd-7b88-4dd4-9017-9adb7ce333f8\"\ + },{\"properties\":{\"roleName\":\"Azure Digital Twins Data Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Read-only role for Digital Twins data-plane\ + \ properties\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.DigitalTwins/digitaltwins/read\"\ + ,\"Microsoft.DigitalTwins/digitaltwins/relationships/read\",\"Microsoft.DigitalTwins/eventroutes/read\"\ + ,\"Microsoft.DigitalTwins/jobs/import/read\",\"Microsoft.DigitalTwins/models/read\"\ + ,\"Microsoft.DigitalTwins/query/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-03-10T23:48:14.7057381Z\",\"updatedOn\":\"2022-09-07T00:28:28.1102931Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d57506d4-4c8d-48b1-8587-93c323f6a5a3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d57506d4-4c8d-48b1-8587-93c323f6a5a3\"\ + },{\"properties\":{\"roleName\":\"Azure Digital Twins Data Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Full access role for Digital Twins data-plane\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.DigitalTwins/digitaltwins/*\",\"Microsoft.DigitalTwins/digitaltwins/commands/*\"\ + ,\"Microsoft.DigitalTwins/digitaltwins/relationships/*\",\"Microsoft.DigitalTwins/eventroutes/*\"\ + ,\"Microsoft.DigitalTwins/jobs/*\",\"Microsoft.DigitalTwins/models/*\",\"\ + Microsoft.DigitalTwins/query/*\"],\"notDataActions\":[]}],\"createdOn\":\"\ + 2020-03-10T23:49:33.7821930Z\",\"updatedOn\":\"2022-09-06T21:40:35.0694732Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bcd981a7-7f74-457b-83e1-cceb9e632ffe\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bcd981a7-7f74-457b-83e1-cceb9e632ffe\"\ + },{\"properties\":{\"roleName\":\"Hierarchy Settings Administrator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows users to edit and delete Hierarchy\ + \ Settings\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Management/managementGroups/settings/write\",\"Microsoft.Management/managementGroups/settings/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-03-13T23:55:11.0212387Z\",\"updatedOn\":\"2021-11-11T20:14:23.0882347Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/350f8d15-c687-4448-8ae1-157740a3936d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"350f8d15-c687-4448-8ae1-157740a3936d\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal full access to FHIR Data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/*\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-03-17T18:35:04.4949547Z\",\"updatedOn\":\"2021-11-11T20:14:23.6235473Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5a1fc7df-4bf1-4951-a576-89034ee01acd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5a1fc7df-4bf1-4951-a576-89034ee01acd\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Exporter\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to read and export FHIR Data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/read\"\ + ,\"Microsoft.HealthcareApis/services/fhir/resources/export/action\",\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/export/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-03-17T18:45:01.9764073Z\",\"\ + updatedOn\":\"2021-11-11T20:14:23.7992557Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3db33094-8700-4567-8da5-1501d4e7e843\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3db33094-8700-4567-8da5-1501d4e7e843\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to read FHIR Data\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.HealthcareApis/services/fhir/resources/read\",\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-03-17T18:49:04.8353499Z\",\"\ + updatedOn\":\"2021-11-11T20:14:23.9692275Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4c8d0bbc-75d3-4935-991f-5f3c56d81508\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4c8d0bbc-75d3-4935-991f-5f3c56d81508\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Writer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to read and write FHIR Data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/*\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/*\"],\"notDataActions\"\ + :[\"Microsoft.HealthcareApis/services/fhir/resources/hardDelete/action\",\"\ + Microsoft.HealthcareApis/workspaces/fhirservices/resources/hardDelete/action\"\ + ]}],\"createdOn\":\"2020-03-17T18:55:35.2413335Z\",\"updatedOn\":\"2021-11-11T20:14:24.1442783Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3f88fce4-5892-4214-ae73-ba5294559913\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3f88fce4-5892-4214-ae73-ba5294559913\"\ + },{\"properties\":{\"roleName\":\"Experimentation Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Experimentation Reader\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Experimentation/experimentWorkspaces/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-03-25T18:05:14.8375678Z\",\"\ + updatedOn\":\"2021-11-11T20:14:24.5042390Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/49632ef5-d9ac-41f4-b8e7-bbe587fa74a1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"49632ef5-d9ac-41f4-b8e7-bbe587fa74a1\"\ + },{\"properties\":{\"roleName\":\"Object Understanding Account Owner\",\"\ + type\":\"BuiltInRole\",\"description\":\"Provides user with ingestion capabilities\ + \ for Azure Object Understanding.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectUnderstandingAccounts/ingest/action\"\ + ,\"Microsoft.MixedReality/ObjectUnderstandingAccounts/ingest/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-04-22T19:15:09.0697923Z\",\"updatedOn\":\"2021-11-11T20:14:26.8743132Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4dd61c23-6743-42fe-a388-d8bdd41cb745\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4dd61c23-6743-42fe-a388-d8bdd41cb745\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Data Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Grants access to read, write, and delete access\ + \ to map related data from an Azure maps account.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Maps/accounts/*/read\",\"Microsoft.Maps/accounts/*/write\",\"Microsoft.Maps/accounts/*/delete\"\ + ,\"Microsoft.Maps/accounts/*/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-05-07T20:55:05.0645410Z\",\"updatedOn\":\"2021-11-11T20:14:28.3092598Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8f5e0ce6-4f7b-4dcf-bddf-e6f48634a204\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8f5e0ce6-4f7b-4dcf-bddf-e6f48634a204\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Full access to the project, including\ + \ the ability to view, create, edit, or delete projects.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-05-08T23:47:07.0779345Z\",\"\ + updatedOn\":\"2021-11-11T20:14:28.8342655Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c1ff6cc2-c111-46fe-8896-e0ef812ad9f3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c1ff6cc2-c111-46fe-8896-e0ef812ad9f3\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Deployment\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Publish, unpublish or export models.\ + \ Deployment can view the project but can\u2019t update.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/predictions/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/iterations/publish/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/iterations/export/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/quicktest/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/classify/*\",\"Microsoft.CognitiveServices/accounts/CustomVision/detect/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ + ]}],\"createdOn\":\"2020-05-09T01:31:05.9528620Z\",\"updatedOn\":\"2021-11-11T20:14:29.0142669Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5c4089e1-6d96-4d2f-b296-c1bc7137275f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5c4089e1-6d96-4d2f-b296-c1bc7137275f\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Labeler\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"View, edit training images and\ + \ create, add, remove, or delete the image tags. Labelers can view the project\ + \ but can\u2019t update anything other than training images and tags.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/predictions/query/action\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/images/*\",\"\ + Microsoft.CognitiveServices/accounts/CustomVision/projects/tags/*\",\"Microsoft.CognitiveServices/accounts/CustomVision/projects/images/suggested/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/tagsandregions/suggestions/action\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ + ]}],\"createdOn\":\"2020-05-09T01:33:20.8278896Z\",\"updatedOn\":\"2021-11-11T20:14:29.1892871Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/88424f51-ebe7-446f-bc41-7fa16989e96c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"88424f51-ebe7-446f-bc41-7fa16989e96c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Read-only actions in the project.\ + \ Readers can\u2019t create or update the project.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/predictions/query/action\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ + ]}],\"createdOn\":\"2020-05-09T01:34:18.5328818Z\",\"updatedOn\":\"2021-11-11T20:14:29.3642707Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/93586559-c37d-4a6b-ba08-b9f0940c2d73\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"93586559-c37d-4a6b-ba08-b9f0940c2d73\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Trainer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"View, edit projects and train\ + \ the models, including the ability to publish, unpublish, export the models.\ + \ Trainers can\u2019t create or delete the project.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/action\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/delete\",\"\ + Microsoft.CognitiveServices/accounts/CustomVision/projects/import/action\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ + ]}],\"createdOn\":\"2020-05-09T01:35:13.8147804Z\",\"updatedOn\":\"2021-11-11T20:14:29.5442713Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0a5ae4ab-0d65-4eeb-be61-29fc9b54394b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0a5ae4ab-0d65-4eeb-be61-29fc9b54394b\"\ + },{\"properties\":{\"roleName\":\"Key Vault Administrator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Perform all data plane operations on a key vault and all\ + \ objects in it, including certificates, keys, and secrets. Cannot manage\ + \ key vault resources or manage role assignments. Only works for key vaults\ + \ that use the 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\"\ + ,\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\"\ + ,\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/*\"],\"notDataActions\":[]}],\"createdOn\":\"\ + 2020-05-19T17:52:46.2349235Z\",\"updatedOn\":\"2021-11-11T20:14:30.2542755Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00482a5a-887f-4fb3-b363-3b7fe8e74483\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"00482a5a-887f-4fb3-b363-3b7fe8e74483\"\ + },{\"properties\":{\"roleName\":\"Key Vault Crypto Officer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Perform any action on the keys of a key vault, except manage\ + \ permissions. Only works for key vaults that use the 'Azure role-based access\ + \ control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.KeyVault/checkNameAvailability/read\"\ + ,\"Microsoft.KeyVault/deletedVaults/read\",\"Microsoft.KeyVault/locations/*/read\"\ + ,\"Microsoft.KeyVault/vaults/*/read\",\"Microsoft.KeyVault/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/keys/*\"\ + ,\"Microsoft.KeyVault/vaults/keyrotationpolicies/*\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-05-19T17:52:47.0099249Z\",\"updatedOn\":\"2022-01-06T23:21:17.9760884Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/14b46e9e-c2b7-41b4-b07b-48a6ebf60603\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"14b46e9e-c2b7-41b4-b07b-48a6ebf60603\"\ + },{\"properties\":{\"roleName\":\"Key Vault Crypto User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Perform cryptographic operations using keys. Only works\ + \ for key vaults that use the 'Azure role-based access control' permission\ + \ model.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/keys/read\",\"\ + Microsoft.KeyVault/vaults/keys/update/action\",\"Microsoft.KeyVault/vaults/keys/backup/action\"\ + ,\"Microsoft.KeyVault/vaults/keys/encrypt/action\",\"Microsoft.KeyVault/vaults/keys/decrypt/action\"\ + ,\"Microsoft.KeyVault/vaults/keys/wrap/action\",\"Microsoft.KeyVault/vaults/keys/unwrap/action\"\ + ,\"Microsoft.KeyVault/vaults/keys/sign/action\",\"Microsoft.KeyVault/vaults/keys/verify/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-05-19T17:52:47.0699268Z\",\"\ + updatedOn\":\"2021-11-11T20:14:30.6042921Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/12338af0-0e69-4776-bea7-57ae8d297424\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"12338af0-0e69-4776-bea7-57ae8d297424\"\ + },{\"properties\":{\"roleName\":\"Key Vault Secrets Officer\",\"type\":\"\ + BuiltInRole\",\"description\":\"Perform any action on the secrets of a key\ + \ vault, except manage permissions. Only works for key vaults that use the\ + \ 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\"\ + ,\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\"\ + ,\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/secrets/*\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-05-19T17:52:47.1449242Z\",\"updatedOn\":\"2021-11-11T20:14:30.7793470Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b86a8fe4-44ce-4948-aee5-eccb2c155cd7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b86a8fe4-44ce-4948-aee5-eccb2c155cd7\"\ + },{\"properties\":{\"roleName\":\"Key Vault Secrets User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read secret contents. Only works for key vaults that use\ + \ the 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/secrets/getSecret/action\",\"Microsoft.KeyVault/vaults/secrets/readMetadata/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-05-19T17:52:47.2049241Z\",\"\ + updatedOn\":\"2021-11-11T20:14:30.9542829Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4633458b-17de-408a-b874-0445c86b69e6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4633458b-17de-408a-b874-0445c86b69e6\"\ + },{\"properties\":{\"roleName\":\"Key Vault Certificates Officer\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Perform any action on the certificates\ + \ of a key vault, except manage permissions. Only works for key vaults that\ + \ use the 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\"\ + ,\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\"\ + ,\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/certificatecas/*\",\"Microsoft.KeyVault/vaults/certificates/*\"\ + ,\"Microsoft.KeyVault/vaults/certificatecontacts/write\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-05-19T17:52:47.2499247Z\",\"updatedOn\":\"2023-06-07T18:30:27.6488015Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a4417e6f-fecd-4de8-b567-7b0420556985\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a4417e6f-fecd-4de8-b567-7b0420556985\"\ + },{\"properties\":{\"roleName\":\"Key Vault Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read metadata of key vaults and its certificates, keys,\ + \ and secrets. Cannot read sensitive values such as secret contents or key\ + \ material. Only works for key vaults that use the 'Azure role-based access\ + \ control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.KeyVault/checkNameAvailability/read\"\ + ,\"Microsoft.KeyVault/deletedVaults/read\",\"Microsoft.KeyVault/locations/*/read\"\ + ,\"Microsoft.KeyVault/vaults/*/read\",\"Microsoft.KeyVault/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/*/read\"\ + ,\"Microsoft.KeyVault/vaults/secrets/readMetadata/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-05-19T17:52:47.2949294Z\",\"updatedOn\":\"2021-11-11T20:14:31.3043292Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/21090545-7ca7-4776-b22c-e363652d74d2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"21090545-7ca7-4776-b22c-e363652d74d2\"\ + },{\"properties\":{\"roleName\":\"Key Vault Crypto Service Encryption User\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Read metadata of keys and perform\ + \ wrap/unwrap operations. Only works for key vaults that use the 'Azure role-based\ + \ access control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.EventGrid/eventSubscriptions/write\",\"Microsoft.EventGrid/eventSubscriptions/read\"\ + ,\"Microsoft.EventGrid/eventSubscriptions/delete\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/keys/read\",\"Microsoft.KeyVault/vaults/keys/wrap/action\"\ + ,\"Microsoft.KeyVault/vaults/keys/unwrap/action\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-05-20T20:55:19.2398470Z\",\"updatedOn\":\"2021-11-11T20:14:31.8443056Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e147488a-f6f5-4113-8e2d-b22465e65bf6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e147488a-f6f5-4113-8e2d-b22465e65bf6\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Viewer\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you view all resources in cluster/namespace,\ + \ except secrets.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/daemonsets/read\",\"Microsoft.Kubernetes/connectedClusters/apps/deployments/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/replicasets/read\",\"Microsoft.Kubernetes/connectedClusters/apps/statefulsets/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/autoscaling/horizontalpodautoscalers/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/batch/cronjobs/read\",\"Microsoft.Kubernetes/connectedClusters/batch/jobs/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/configmaps/read\",\"Microsoft.Kubernetes/connectedClusters/endpoints/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/events.k8s.io/events/read\",\"Microsoft.Kubernetes/connectedClusters/events/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/daemonsets/read\",\"\ + Microsoft.Kubernetes/connectedClusters/extensions/deployments/read\",\"Microsoft.Kubernetes/connectedClusters/extensions/ingresses/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/networkpolicies/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/replicasets/read\",\"\ + Microsoft.Kubernetes/connectedClusters/limitranges/read\",\"Microsoft.Kubernetes/connectedClusters/namespaces/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/ingresses/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/networkpolicies/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/persistentvolumeclaims/read\",\"\ + Microsoft.Kubernetes/connectedClusters/pods/read\",\"Microsoft.Kubernetes/connectedClusters/policy/poddisruptionbudgets/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/read\",\"\ + Microsoft.Kubernetes/connectedClusters/replicationcontrollers/read\",\"Microsoft.Kubernetes/connectedClusters/resourcequotas/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/serviceaccounts/read\",\"Microsoft.Kubernetes/connectedClusters/services/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:51:12.8801199Z\",\"\ + updatedOn\":\"2021-11-11T20:14:33.8193353Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/63f0a09d-1495-4db4-a681-037d84835eb4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"63f0a09d-1495-4db4-a681-037d84835eb4\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Writer\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you update everything in cluster/namespace,\ + \ except (cluster)roles and (cluster)role bindings.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/deployments/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/statefulsets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/batch/cronjobs/*\",\"Microsoft.Kubernetes/connectedClusters/batch/jobs/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/configmaps/*\",\"Microsoft.Kubernetes/connectedClusters/endpoints/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/events.k8s.io/events/read\",\"Microsoft.Kubernetes/connectedClusters/events/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/deployments/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/ingresses/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/networkpolicies/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/limitranges/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/namespaces/read\",\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/ingresses/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/persistentvolumeclaims/*\",\"Microsoft.Kubernetes/connectedClusters/pods/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\",\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/resourcequotas/read\",\"Microsoft.Kubernetes/connectedClusters/secrets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/serviceaccounts/*\",\"Microsoft.Kubernetes/connectedClusters/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:53:50.6749823Z\",\"\ + updatedOn\":\"2021-11-11T20:14:34.0043462Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5b999177-9696-4545-85c7-50de3797e5a1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5b999177-9696-4545-85c7-50de3797e5a1\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Cluster Admin\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources in\ + \ the cluster.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:55:30.9910462Z\",\"\ + updatedOn\":\"2021-11-11T20:14:34.1743694Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8393591c-06b9-48a2-a542-1bd6b377f6a2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8393591c-06b9-48a2-a542-1bd6b377f6a2\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Admin\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage all resources under cluster/namespace,\ + \ except update or delete resource quotas and namespaces.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/deployments/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/statefulsets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/authorization.k8s.io/localsubjectaccessreviews/write\"\ + ,\"Microsoft.Kubernetes/connectedClusters/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/batch/cronjobs/*\",\"Microsoft.Kubernetes/connectedClusters/batch/jobs/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/configmaps/*\",\"Microsoft.Kubernetes/connectedClusters/endpoints/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/events.k8s.io/events/read\",\"Microsoft.Kubernetes/connectedClusters/events/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/deployments/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/ingresses/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/networkpolicies/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/limitranges/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/namespaces/read\",\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/ingresses/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/persistentvolumeclaims/*\",\"Microsoft.Kubernetes/connectedClusters/pods/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/rbac.authorization.k8s.io/rolebindings/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/rbac.authorization.k8s.io/roles/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\",\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/resourcequotas/read\",\"Microsoft.Kubernetes/connectedClusters/secrets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/serviceaccounts/*\",\"Microsoft.Kubernetes/connectedClusters/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:57:06.0391177Z\",\"\ + updatedOn\":\"2021-11-11T20:14:34.3593384Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dffb1e0c-446f-4dde-a09f-99eb5cc68b96\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dffb1e0c-446f-4dde-a09f-99eb5cc68b96\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Cluster Admin\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources\ + \ in the cluster.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-02T17:47:24.4071415Z\",\"\ + updatedOn\":\"2022-10-11T23:23:28.2303454Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b1ff04bb-8a4e-4dc4-8eb5-8693973ce19b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b1ff04bb-8a4e-4dc4-8eb5-8693973ce19b\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Admin\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources under\ + \ cluster/namespace, except update or delete resource quotas and namespaces.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/*\"\ + ],\"notDataActions\":[\"Microsoft.ContainerService/managedClusters/resourcequotas/write\"\ + ,\"Microsoft.ContainerService/managedClusters/resourcequotas/delete\",\"Microsoft.ContainerService/managedClusters/namespaces/write\"\ + ,\"Microsoft.ContainerService/managedClusters/namespaces/delete\"]}],\"createdOn\"\ + :\"2020-07-02T17:50:30.4020311Z\",\"updatedOn\":\"2023-05-09T17:53:14.6233855Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3498e952-d568-435e-9b2c-8d77e338d7f7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3498e952-d568-435e-9b2c-8d77e338d7f7\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows read-only access to see most\ + \ objects in a namespace. It does not allow viewing roles or role bindings.\ + \ This role does not allow viewing Secrets, since reading the contents of\ + \ Secrets enables access to ServiceAccount credentials in the namespace, which\ + \ would allow API access as any ServiceAccount in the namespace (a form of\ + \ privilege escalation). Applying this role at cluster scope will give access\ + \ across all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/managedClusters/apps/daemonsets/read\",\"Microsoft.ContainerService/managedClusters/apps/deployments/read\"\ + ,\"Microsoft.ContainerService/managedClusters/apps/replicasets/read\",\"Microsoft.ContainerService/managedClusters/apps/statefulsets/read\"\ + ,\"Microsoft.ContainerService/managedClusters/autoscaling/horizontalpodautoscalers/read\"\ + ,\"Microsoft.ContainerService/managedClusters/batch/cronjobs/read\",\"Microsoft.ContainerService/managedClusters/batch/jobs/read\"\ + ,\"Microsoft.ContainerService/managedClusters/configmaps/read\",\"Microsoft.ContainerService/managedClusters/discovery.k8s.io/endpointslices/read\"\ + ,\"Microsoft.ContainerService/managedClusters/endpoints/read\",\"Microsoft.ContainerService/managedClusters/events.k8s.io/events/read\"\ + ,\"Microsoft.ContainerService/managedClusters/events/read\",\"Microsoft.ContainerService/managedClusters/extensions/daemonsets/read\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/deployments/read\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/ingresses/read\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/networkpolicies/read\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/replicasets/read\"\ + ,\"Microsoft.ContainerService/managedClusters/limitranges/read\",\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/pods/read\"\ + ,\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/nodes/read\"\ + ,\"Microsoft.ContainerService/managedClusters/namespaces/read\",\"Microsoft.ContainerService/managedClusters/networking.k8s.io/ingresses/read\"\ + ,\"Microsoft.ContainerService/managedClusters/networking.k8s.io/networkpolicies/read\"\ + ,\"Microsoft.ContainerService/managedClusters/persistentvolumeclaims/read\"\ + ,\"Microsoft.ContainerService/managedClusters/pods/read\",\"Microsoft.ContainerService/managedClusters/policy/poddisruptionbudgets/read\"\ + ,\"Microsoft.ContainerService/managedClusters/replicationcontrollers/read\"\ + ,\"Microsoft.ContainerService/managedClusters/resourcequotas/read\",\"Microsoft.ContainerService/managedClusters/serviceaccounts/read\"\ + ,\"Microsoft.ContainerService/managedClusters/services/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-07-02T17:53:05.5728294Z\",\"updatedOn\":\"2023-04-20T15:44:20.5103047Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f6c6a51-bcf8-42ba-9220-52d62157d7db\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f6c6a51-bcf8-42ba-9220-52d62157d7db\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Writer\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows read/write access to most\ + \ objects in a namespace.This role does not allow viewing or modifying roles\ + \ or role bindings. However, this role allows accessing Secrets and running\ + \ Pods as any ServiceAccount in the namespace, so it can be used to gain the\ + \ API access levels of any ServiceAccount in the namespace. Applying this\ + \ role at cluster scope will give access across all namespaces.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/managedClusters/apps/daemonsets/*\",\"Microsoft.ContainerService/managedClusters/apps/deployments/*\"\ + ,\"Microsoft.ContainerService/managedClusters/apps/replicasets/*\",\"Microsoft.ContainerService/managedClusters/apps/statefulsets/*\"\ + ,\"Microsoft.ContainerService/managedClusters/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.ContainerService/managedClusters/batch/cronjobs/*\",\"Microsoft.ContainerService/managedClusters/coordination.k8s.io/leases/read\"\ + ,\"Microsoft.ContainerService/managedClusters/coordination.k8s.io/leases/write\"\ + ,\"Microsoft.ContainerService/managedClusters/coordination.k8s.io/leases/delete\"\ + ,\"Microsoft.ContainerService/managedClusters/discovery.k8s.io/endpointslices/read\"\ + ,\"Microsoft.ContainerService/managedClusters/batch/jobs/*\",\"Microsoft.ContainerService/managedClusters/configmaps/*\"\ + ,\"Microsoft.ContainerService/managedClusters/endpoints/*\",\"Microsoft.ContainerService/managedClusters/events.k8s.io/events/read\"\ + ,\"Microsoft.ContainerService/managedClusters/events/*\",\"Microsoft.ContainerService/managedClusters/extensions/daemonsets/*\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/deployments/*\",\"\ + Microsoft.ContainerService/managedClusters/extensions/ingresses/*\",\"Microsoft.ContainerService/managedClusters/extensions/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/replicasets/*\",\"\ + Microsoft.ContainerService/managedClusters/limitranges/read\",\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/pods/read\"\ + ,\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/nodes/read\"\ + ,\"Microsoft.ContainerService/managedClusters/namespaces/read\",\"Microsoft.ContainerService/managedClusters/networking.k8s.io/ingresses/*\"\ + ,\"Microsoft.ContainerService/managedClusters/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/managedClusters/persistentvolumeclaims/*\",\"\ + Microsoft.ContainerService/managedClusters/pods/*\",\"Microsoft.ContainerService/managedClusters/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.ContainerService/managedClusters/replicationcontrollers/*\",\"\ + Microsoft.ContainerService/managedClusters/resourcequotas/read\",\"Microsoft.ContainerService/managedClusters/secrets/*\"\ + ,\"Microsoft.ContainerService/managedClusters/serviceaccounts/*\",\"Microsoft.ContainerService/managedClusters/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-02T17:54:51.9644983Z\",\"\ + updatedOn\":\"2023-04-20T15:44:20.5103047Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a7ffa36f-339b-4b5c-8bdf-e2c188b2c0eb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a7ffa36f-339b-4b5c-8bdf-e2c188b2c0eb\"\ + },{\"properties\":{\"roleName\":\"Services Hub Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Services Hub Operator allows you to perform all read, write,\ + \ and deletion operations related to Services Hub Connectors.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.ServicesHub/connectors/write\",\"Microsoft.ServicesHub/connectors/read\"\ + ,\"Microsoft.ServicesHub/connectors/delete\",\"Microsoft.ServicesHub/connectors/checkAssessmentEntitlement/action\"\ + ,\"Microsoft.ServicesHub/supportOfferingEntitlement/read\",\"Microsoft.ServicesHub/workspaces/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-07-20T17:57:22.0644902Z\",\"updatedOn\":\"2021-11-11T20:14:37.5544021Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/82200a5b-e217-47a5-b665-6d8765ee745b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"82200a5b-e217-47a5-b665-6d8765ee745b\"\ + },{\"properties\":{\"roleName\":\"Object Understanding Account Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you read ingestion jobs for\ + \ an object understanding account.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectUnderstandingAccounts/ingest/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-23T19:16:31.9929119Z\",\"\ + updatedOn\":\"2021-11-11T20:14:37.9070085Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d18777c0-1514-4662-8490-608db7d334b6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d18777c0-1514-4662-8490-608db7d334b6\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Enabled Kubernetes Cluster User\ + \ Role\",\"type\":\"BuiltInRole\",\"description\":\"List cluster user credentials\ + \ action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/listClusterUserCredentials/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\",\"Microsoft.Kubernetes/connectedClusters/listClusterUserCredential/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-07-28T17:37:00.7637445Z\",\"updatedOn\":\"2022-02-17T02:29:05.1000798Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00493d72-78f6-4148-b6c5-d3ce8e4799dd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"00493d72-78f6-4148-b6c5-d3ce8e4799dd\"\ + },{\"properties\":{\"roleName\":\"SignalR REST API Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Full access to Azure SignalR Service REST APIs\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.SignalRService/SignalR/auth/clientToken/action\",\"Microsoft.SignalRService/SignalR/hub/send/action\"\ + ,\"Microsoft.SignalRService/SignalR/group/send/action\",\"Microsoft.SignalRService/SignalR/group/read\"\ + ,\"Microsoft.SignalRService/SignalR/group/write\",\"Microsoft.SignalRService/SignalR/clientConnection/send/action\"\ + ,\"Microsoft.SignalRService/SignalR/clientConnection/read\",\"Microsoft.SignalRService/SignalR/clientConnection/write\"\ + ,\"Microsoft.SignalRService/SignalR/user/send/action\",\"Microsoft.SignalRService/SignalR/user/read\"\ + ,\"Microsoft.SignalRService/SignalR/user/write\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-07-29T09:35:32.2764751Z\",\"updatedOn\":\"2021-11-11T20:14:38.8028020Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd53cd77-2268-407a-8f46-7e7863d0f521\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fd53cd77-2268-407a-8f46-7e7863d0f521\"\ + },{\"properties\":{\"roleName\":\"Collaborative Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can manage data packages of a collaborative.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/*/read\"\ + ,\"Microsoft.IndustryDataLifecycle/memberCollaboratives/*/read\",\"Microsoft.IndustryDataLifecycle/locations/dataPackages/*\"\ + ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/receivedDataPackages/*\"\ + ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/rejectDataPackage/action\"\ + ,\"Microsoft.IndustryDataLifecycle/memberCollaboratives/sharedDataPackages/*\"\ + ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/dataModels/*\"\ + ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/auditLogs/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-08-14T11:58:31.8973556Z\",\"updatedOn\":\"2021-11-11T20:14:40.2428145Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/daa9e50b-21df-454c-94a6-a8050adab352\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"daa9e50b-21df-454c-94a6-a8050adab352\"\ + },{\"properties\":{\"roleName\":\"Device Update Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Gives you read access to management and content operations,\ + \ but does not allow making changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/updates/read\",\"Microsoft.DeviceUpdate/accounts/instances/management/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-21T23:40:19.2373610Z\",\"\ + updatedOn\":\"2021-11-11T20:14:40.7922672Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e9dba6fb-3d52-4cf0-bce3-f06ce71b9e0f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e9dba6fb-3d52-4cf0-bce3-f06ce71b9e0f\"\ + },{\"properties\":{\"roleName\":\"Device Update Administrator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Gives you full access to management and content\ + \ operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/updates/read\",\"Microsoft.DeviceUpdate/accounts/instances/updates/write\"\ + ,\"Microsoft.DeviceUpdate/accounts/instances/updates/delete\",\"Microsoft.DeviceUpdate/accounts/instances/management/read\"\ + ,\"Microsoft.DeviceUpdate/accounts/instances/management/write\",\"Microsoft.DeviceUpdate/accounts/instances/management/delete\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-21T23:56:22.3520510Z\",\"\ + updatedOn\":\"2021-11-11T20:14:40.9672678Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/02ca0879-e8e4-47a5-a61e-5c618b76e64a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"02ca0879-e8e4-47a5-a61e-5c618b76e64a\"\ + },{\"properties\":{\"roleName\":\"Device Update Content Administrator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Gives you full access to content\ + \ operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/updates/read\",\"Microsoft.DeviceUpdate/accounts/instances/updates/write\"\ + ,\"Microsoft.DeviceUpdate/accounts/instances/updates/delete\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-08-21T23:58:18.4255500Z\",\"updatedOn\":\"2021-11-11T20:14:41.1433368Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0378884a-3af5-44ab-8323-f5b22f9f3c98\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0378884a-3af5-44ab-8323-f5b22f9f3c98\"\ + },{\"properties\":{\"roleName\":\"Device Update Deployments Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Gives you full access to management\ + \ operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/management/read\",\"Microsoft.DeviceUpdate/accounts/instances/management/write\"\ + ,\"Microsoft.DeviceUpdate/accounts/instances/management/delete\",\"Microsoft.DeviceUpdate/accounts/instances/updates/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-21T23:59:52.1001666Z\",\"\ + updatedOn\":\"2022-01-13T01:59:19.4616366Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e4237640-0e3d-4a46-8fda-70bc94856432\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e4237640-0e3d-4a46-8fda-70bc94856432\"\ + },{\"properties\":{\"roleName\":\"Device Update Deployments Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Gives you read access to management operations,\ + \ but does not allow making changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/management/read\",\"Microsoft.DeviceUpdate/accounts/instances/updates/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-22T00:01:34.7053630Z\",\"\ + updatedOn\":\"2022-01-13T01:35:51.6463216Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/49e2f5d2-7741-4835-8efa-19e1fe35e47f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"49e2f5d2-7741-4835-8efa-19e1fe35e47f\"\ + },{\"properties\":{\"roleName\":\"Device Update Content Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Gives you read access to content operations,\ + \ but does not allow making changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/updates/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-08-22T00:02:43.3299181Z\",\"updatedOn\":\"2021-11-11T20:14:41.6754856Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d1ee9a80-8b14-47f0-bdc2-f4a351625a7b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d1ee9a80-8b14-47f0-bdc2-f4a351625a7b\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Metrics Advisor Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Full access to the project, including\ + \ the system level configuration.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.CognitiveServices/accounts/MetricsAdvisor/*\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2020-09-10T07:46:47.5804491Z\",\"updatedOn\"\ + :\"2021-11-11T20:14:43.6930781Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cb43c632-a144-4ec5-977c-e80c4affc34a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cb43c632-a144-4ec5-977c-e80c4affc34a\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Metrics Advisor User\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Access to the project.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/MetricsAdvisor/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/MetricsAdvisor/stats/*\"\ + ]}],\"createdOn\":\"2020-09-10T07:47:59.6195639Z\",\"updatedOn\":\"2021-11-11T20:14:43.8780761Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3b20f47b-3825-43cb-8114-4bd2201156a8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3b20f47b-3825-43cb-8114-4bd2201156a8\"\ + },{\"properties\":{\"roleName\":\"Schema Registry Reader (Preview)\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Read and list Schema Registry groups and\ + \ schemas.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.EventHub/namespaces/schemagroups/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.EventHub/namespaces/schemas/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-09-13T06:31:38.0272740Z\",\"updatedOn\":\"2021-11-11T20:14:44.6350450Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2c56ea50-c6b3-40a6-83c0-9d98858bc7d2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2c56ea50-c6b3-40a6-83c0-9d98858bc7d2\"\ + },{\"properties\":{\"roleName\":\"Schema Registry Contributor (Preview)\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Read, write, and delete Schema\ + \ Registry groups and schemas.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.EventHub/namespaces/schemagroups/*\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.EventHub/namespaces/schemas/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-09-13T06:48:26.6032931Z\",\"updatedOn\":\"2021-11-11T20:14:44.8200370Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5dffeca3-4936-4216-b2bc-10343a5abb25\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5dffeca3-4936-4216-b2bc-10343a5abb25\"\ + },{\"properties\":{\"roleName\":\"AgFood Platform Service Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides read access to AgFood Platform\ + \ Service\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/*/list/action\"\ + ,\"Microsoft.AgFoodPlatform/*/read\",\"Microsoft.AgFoodPlatform/*/search/action\"\ + ,\"Microsoft.AgFoodPlatform/*/download/action\",\"Microsoft.AgFoodPlatform/*/overlap/action\"\ + ,\"Microsoft.AgFoodPlatform/*/checkConsent/action\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-09-14T10:21:08.9138820Z\",\"updatedOn\":\"2022-12-09T07:32:44.6602284Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7ec7ccdc-f61e-41fe-9aaf-980df0a44eba\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7ec7ccdc-f61e-41fe-9aaf-980df0a44eba\"\ + },{\"properties\":{\"roleName\":\"AgFood Platform Service Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Provides contribute access to AgFood\ + \ Platform Service\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/*/action\"\ + ,\"Microsoft.AgFoodPlatform/*/read\",\"Microsoft.AgFoodPlatform/*/write\"\ + ],\"notDataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/farmers/write\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/deletionJobs/*/write\",\"Microsoft.AgFoodPlatform/farmBeats/parties/write\"\ + ]}],\"createdOn\":\"2020-09-14T10:21:09.7239169Z\",\"updatedOn\":\"2023-01-19T17:29:21.6287051Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8508508a-4469-4e45-963b-2518ee0bb728\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8508508a-4469-4e45-963b-2518ee0bb728\"\ + },{\"properties\":{\"roleName\":\"AgFood Platform Service Admin\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides admin access to AgFood Platform\ + \ Service\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-09-14T10:21:09.8039209Z\",\"updatedOn\":\"2021-11-11T20:14:45.3613128Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f8da80de-1ff9-4747-ad80-a19b7f6079e3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f8da80de-1ff9-4747-ad80-a19b7f6079e3\"\ + },{\"properties\":{\"roleName\":\"Managed HSM contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage managed HSM pools, but not access to them.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.KeyVault/managedHSMs/*\"\ + ,\"Microsoft.KeyVault/deletedManagedHsms/read\",\"Microsoft.KeyVault/locations/deletedManagedHsms/read\"\ + ,\"Microsoft.KeyVault/locations/deletedManagedHsms/purge/action\",\"Microsoft.KeyVault/locations/managedHsmOperationResults/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-09-16T21:47:01.1291104Z\",\"updatedOn\":\"2022-03-07T20:20:10.2940363Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18500a29-7fe2-46b2-a342-b16a415e101d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18500a29-7fe2-46b2-a342-b16a415e101d\"\ + },{\"properties\":{\"roleName\":\"Security Detonation Chamber Submitter\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allowed to create submissions\ + \ to Security Detonation Chamber\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SecurityDetonation/chambers/submissions/delete\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/write\",\"Microsoft.SecurityDetonation/chambers/submissions/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/files/read\",\"Microsoft.SecurityDetonation/chambers/submissions/accesskeyview/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/platforms/metadata/read\",\"Microsoft.SecurityDetonation/chambers/workflows/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/toolsets/metadata/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-10-01T08:55:21.3980274Z\",\"updatedOn\":\"2021-11-11T20:14:47.5471350Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0b555d9b-b4a7-4f43-b330-627f0e5be8f0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0b555d9b-b4a7-4f43-b330-627f0e5be8f0\"\ + },{\"properties\":{\"roleName\":\"SignalR REST API Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read-only access to Azure SignalR Service REST APIs\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.SignalRService/SignalR/group/read\",\"Microsoft.SignalRService/SignalR/clientConnection/read\"\ + ,\"Microsoft.SignalRService/SignalR/user/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-10-13T09:19:05.6463616Z\",\"updatedOn\":\"2021-11-11T20:14:48.7902970Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ddde6b66-c0df-4114-a159-3618637b3035\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ddde6b66-c0df-4114-a159-3618637b3035\"\ + },{\"properties\":{\"roleName\":\"SignalR Service Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Full access to Azure SignalR Service REST APIs\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.SignalRService/SignalR/auth/accessKey/action\",\"Microsoft.SignalRService/SignalR/auth/clientToken/action\"\ + ,\"Microsoft.SignalRService/SignalR/hub/send/action\",\"Microsoft.SignalRService/SignalR/group/send/action\"\ + ,\"Microsoft.SignalRService/SignalR/group/read\",\"Microsoft.SignalRService/SignalR/group/write\"\ + ,\"Microsoft.SignalRService/SignalR/clientConnection/send/action\",\"Microsoft.SignalRService/SignalR/clientConnection/read\"\ + ,\"Microsoft.SignalRService/SignalR/clientConnection/write\",\"Microsoft.SignalRService/SignalR/serverConnection/write\"\ + ,\"Microsoft.SignalRService/SignalR/user/send/action\",\"Microsoft.SignalRService/SignalR/user/read\"\ + ,\"Microsoft.SignalRService/SignalR/user/write\",\"Microsoft.SignalRService/SignalR/livetrace/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-10-13T09:20:32.1501410Z\",\"\ + updatedOn\":\"2022-09-14T04:23:14.1771585Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7e4f1700-ea5a-4f59-8f37-079cfe29dce3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7e4f1700-ea5a-4f59-8f37-079cfe29dce3\"\ + },{\"properties\":{\"roleName\":\"Reservation Purchaser\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you purchase reservations\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Capacity/catalogs/read\",\"Microsoft.Capacity/register/action\"\ + ,\"Microsoft.Compute/register/action\",\"Microsoft.Consumption/register/action\"\ + ,\"Microsoft.Consumption/reservationRecommendationDetails/read\",\"Microsoft.Consumption/reservationRecommendations/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.SQL/register/action\",\"Microsoft.Support/supporttickets/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-10-23T20:22:48.9217751Z\",\"updatedOn\":\"2022-04-13T22:08:56.7905675Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f7b75c60-3036-4b75-91c3-6b41c27c1689\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f7b75c60-3036-4b75-91c3-6b41c27c1689\"\ + },{\"properties\":{\"roleName\":\"AzureML Metrics Writer (preview)\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you write metrics to AzureML workspace\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/workspaces/metrics/*/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-10-27T16:55:19.5664950Z\",\"updatedOn\":\"2021-11-11T20:14:49.8655015Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/635dd51f-9968-44d3-b7fb-6d9a6bd613ae\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"635dd51f-9968-44d3-b7fb-6d9a6bd613ae\"\ + },{\"properties\":{\"roleName\":\"Storage Account Backup Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you perform backup and restore\ + \ operations using Azure Backup on the storage account.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Authorization/locks/read\",\"Microsoft.Authorization/locks/write\"\ + ,\"Microsoft.Authorization/locks/delete\",\"Microsoft.Features/features/read\"\ + ,\"Microsoft.Features/providers/features/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Storage/operations/read\",\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/delete\"\ + ,\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/read\",\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/write\"\ + ,\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/restorePointMarkers/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/write\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/restoreBlobRanges/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-11-02T23:32:50.4203469Z\",\"updatedOn\":\"2022-04-20T01:44:55.2577307Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1\"\ + },{\"properties\":{\"roleName\":\"Experimentation Metric Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows for creation, writes and reads\ + \ to the metric set via the metrics service APIs.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Experimentation/experimentWorkspaces/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/metricwrite/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/metricwrite/action\",\"\ + Microsoft.Experimentation/experimentWorkspaces/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-11-10T20:07:53.7535885Z\",\"updatedOn\":\"2021-11-11T20:14:50.9524177Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6188b7c9-7d01-4f99-a59f-c88b630326c0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6188b7c9-7d01-4f99-a59f-c88b630326c0\"\ + },{\"properties\":{\"roleName\":\"Project Babylon Data Curator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"The Microsoft.ProjectBabylon data curator\ + \ can create, read, modify and delete catalog data objects and establish relationships\ + \ between objects. This role is in preview and subject to change.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ProjectBabylon/accounts/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ProjectBabylon/accounts/data/read\"\ + ,\"Microsoft.ProjectBabylon/accounts/data/write\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-11-14T02:31:33.7988825Z\",\"updatedOn\":\"2021-11-11T20:14:51.4929515Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9ef4ef9c-a049-46b0-82ab-dd8ac094c889\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9ef4ef9c-a049-46b0-82ab-dd8ac094c889\"\ + },{\"properties\":{\"roleName\":\"Project Babylon Data Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"The Microsoft.ProjectBabylon data reader can\ + \ read catalog data objects. This role is in preview and subject to change.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ProjectBabylon/accounts/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ProjectBabylon/accounts/data/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:33:13.5342351Z\",\"\ + updatedOn\":\"2021-11-11T20:14:51.6729667Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c8d896ba-346d-4f50-bc1d-7d1c84130446\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c8d896ba-346d-4f50-bc1d-7d1c84130446\"\ + },{\"properties\":{\"roleName\":\"Project Babylon Data Source Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"The Microsoft.ProjectBabylon data\ + \ source administrator can manage data sources and data scans. This role is\ + \ in preview and subject to change.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ProjectBabylon/accounts/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ProjectBabylon/accounts/scan/read\",\"Microsoft.ProjectBabylon/accounts/scan/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:34:01.8401954Z\",\"\ + updatedOn\":\"2021-11-11T20:14:51.8529643Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/05b7651b-dc44-475e-b74d-df3db49fae0f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"05b7651b-dc44-475e-b74d-df3db49fae0f\"\ + },{\"properties\":{\"roleName\":\"Purview role 1 (Deprecated)\",\"type\":\"\ + BuiltInRole\",\"description\":\"Deprecated role.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Purview/accounts/read\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Purview/accounts/data/read\"\ + ,\"Microsoft.Purview/accounts/data/write\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-11-14T02:37:15.0123345Z\",\"updatedOn\":\"2022-01-04T00:43:15.6924286Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8a3c2885-9b38-4fd2-9d99-91af537c1347\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8a3c2885-9b38-4fd2-9d99-91af537c1347\"\ + },{\"properties\":{\"roleName\":\"Purview role 3 (Deprecated)\",\"type\":\"\ + BuiltInRole\",\"description\":\"Deprecated role.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Purview/accounts/read\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Purview/accounts/data/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:39:22.2344740Z\",\"\ + updatedOn\":\"2022-01-04T00:48:08.2844802Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ff100721-1b9d-43d8-af52-42b69c1272db\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ff100721-1b9d-43d8-af52-42b69c1272db\"\ + },{\"properties\":{\"roleName\":\"Purview role 2 (Deprecated)\",\"type\":\"\ + BuiltInRole\",\"description\":\"Deprecated role.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Purview/accounts/read\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Purview/accounts/scan/read\"\ + ,\"Microsoft.Purview/accounts/scan/write\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-11-14T02:40:05.0975648Z\",\"updatedOn\":\"2022-01-04T00:47:22.9678219Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/200bba9e-f0c8-430f-892b-6f0794863803\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"200bba9e-f0c8-430f-892b-6f0794863803\"\ + },{\"properties\":{\"roleName\":\"Application Group Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Contributor of the Application Group.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/applicationgroups/*\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ + ,\"Microsoft.DesktopVirtualization/workspaces/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-03T23:26:00.2784962Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:52.9432015Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ca6382a4-1721-4bcf-a114-ff0c70227b6b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ca6382a4-1721-4bcf-a114-ff0c70227b6b\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Reader of Desktop Virtualization.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:36:19.0140629Z\",\"updatedOn\":\"2021-11-11T20:14:54.0407838Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/49a72310-ab8d-41df-bbb0-79b649203868\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"49a72310-ab8d-41df-bbb0-79b649203868\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Contributor of Desktop Virtualization.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:37:16.2910337Z\",\"updatedOn\":\"2021-11-11T20:14:54.2107872Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/082f0a83-3be5-4ba1-904c-961cca79b387\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"082f0a83-3be5-4ba1-904c-961cca79b387\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Workspace Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Contributor of the Desktop Virtualization\ + \ Workspace.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/workspaces/*\",\"Microsoft.DesktopVirtualization/applicationgroups/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:38:29.6089216Z\",\"updatedOn\":\"2021-11-11T20:14:54.3907854Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/21efdde3-836f-432b-bf3d-3e8e734d4b2b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"21efdde3-836f-432b-bf3d-3e8e734d4b2b\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization User Session Operator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Operator of the Desktop Virtualization\ + \ Uesr Session.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:39:16.9100273Z\",\"updatedOn\":\"2021-11-11T20:14:54.5657970Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ea4bfff8-7fb4-485a-aadd-d4129a0ffaa6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ea4bfff8-7fb4-485a-aadd-d4129a0ffaa6\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Session Host Operator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Operator of the Desktop Virtualization\ + \ Session Host.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:39:53.2569741Z\",\"updatedOn\":\"2021-11-11T20:14:54.7508042Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2ad6aaab-ead9-4eaa-8ac5-da422f562408\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2ad6aaab-ead9-4eaa-8ac5-da422f562408\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Host Pool Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Reader of the Desktop Virtualization\ + \ Host Pool.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/hostpools/*/read\",\"Microsoft.DesktopVirtualization/hostpools/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:40:33.1430834Z\",\"updatedOn\":\"2021-11-11T20:14:54.9257967Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ceadfde2-b300-400a-ab7b-6143895aa822\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ceadfde2-b300-400a-ab7b-6143895aa822\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Host Pool Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Contributor of the Desktop Virtualization\ + \ Host Pool.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/hostpools/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-11T21:40:57.2976187Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:55.1057701Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e307426c-f9b6-4e81-87de-d99efb3c32bc\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e307426c-f9b6-4e81-87de-d99efb3c32bc\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Application Group\ + \ Reader\",\"type\":\"BuiltInRole\",\"description\":\"Reader of the Desktop\ + \ Virtualization Application Group.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.DesktopVirtualization/applicationgroups/*/read\"\ + ,\"Microsoft.DesktopVirtualization/applicationgroups/read\",\"Microsoft.DesktopVirtualization/hostpools/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/read\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-11T21:41:18.0287398Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:55.2858006Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/aebf23d0-b568-4e86-b8f9-fe83a2c6ab55\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"aebf23d0-b568-4e86-b8f9-fe83a2c6ab55\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Application Group\ + \ Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Contributor of\ + \ the Desktop Virtualization Application Group.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/applicationgroups/*\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:41:38.6205531Z\",\"updatedOn\":\"2021-11-11T20:14:55.4677136Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/86240b0e-9422-4c43-887b-b61143f32ba8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"86240b0e-9422-4c43-887b-b61143f32ba8\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Workspace Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Reader of the Desktop Virtualization\ + \ Workspace.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/workspaces/read\",\"Microsoft.DesktopVirtualization/applicationgroups/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:41:58.1892707Z\",\"updatedOn\":\"2021-11-11T20:14:55.6577168Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0fa44ee9-7a7d-466b-9bb2-2bf446b1204d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0fa44ee9-7a7d-466b-9bb2-2bf446b1204d\"\ + },{\"properties\":{\"roleName\":\"Disk Backup Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides permission to backup vault to perform disk backup.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/beginGetAccess/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-12-15T07:39:03.8394514Z\",\"updatedOn\":\"2021-11-11T20:14:56.0178737Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3e5e47e6-65f7-47ef-90b5-e5dd4d455f24\"\ + },{\"properties\":{\"roleName\":\"Autonomous Development Platform Data Contributor\ + \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Grants permissions\ + \ to upload and manage new Autonomous Development Platform measurements.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/discoveries/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/uploads/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/measurements/states/new/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/measurementCollections/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/measurementCollections/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/read\",\"Microsoft.AutonomousDevelopmentPlatform/workspaces/discoveries/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/uploads/*\",\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/states/new/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/classifications/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/dataStreams/classifications/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurementCollections/*\"\ + ],\"notDataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/measurements/states/new/changeState/action\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/states/new/changeState/action\"\ + ]}],\"createdOn\":\"2020-12-15T11:30:01.7459379Z\",\"updatedOn\":\"2022-09-14T15:02:38.0071890Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b8b15564-4fa6-4a59-ab12-03e1d9594795\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b8b15564-4fa6-4a59-ab12-03e1d9594795\"\ + },{\"properties\":{\"roleName\":\"Autonomous Development Platform Data Reader\ + \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Grants read access\ + \ to Autonomous Development Platform data.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-12-15T12:11:31.9843256Z\",\"\ + updatedOn\":\"2022-01-04T13:21:04.3207709Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d63b75f7-47ea-4f27-92ac-e0d173aaf093\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d63b75f7-47ea-4f27-92ac-e0d173aaf093\"\ + },{\"properties\":{\"roleName\":\"Autonomous Development Platform Data Owner\ + \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Grants full access\ + \ to Autonomous Development Platform data.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-12-15T12:13:59.9702378Z\",\"\ + updatedOn\":\"2022-01-04T13:20:26.2040404Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/27f8b550-c507-4db9-86f2-f4b8e816d59d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"27f8b550-c507-4db9-86f2-f4b8e816d59d\"\ + },{\"properties\":{\"roleName\":\"Disk Restore Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides permission to backup vault to perform disk restore.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Compute/disks/write\"\ + ,\"Microsoft.Compute/disks/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2020-12-15T12:18:31.8481619Z\",\"updatedOn\"\ + :\"2021-11-11T20:14:56.7408912Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b50d9833-a0cb-478e-945f-707fcc997c13\"\ + },{\"properties\":{\"roleName\":\"Disk Snapshot Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Provides permission to backup vault to manage\ + \ disk snapshots.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Compute/snapshots/delete\",\"Microsoft.Compute/snapshots/write\"\ + ,\"Microsoft.Compute/snapshots/read\",\"Microsoft.Compute/snapshots/beginGetAccess/action\"\ + ,\"Microsoft.Compute/snapshots/endGetAccess/action\",\"Microsoft.Compute/disks/beginGetAccess/action\"\ + ,\"Microsoft.Storage/storageAccounts/listkeys/action\",\"Microsoft.Storage/storageAccounts/write\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-12-15T12:18:51.4471411Z\",\"updatedOn\":\"2021-11-11T20:14:56.9158814Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7efff54f-a5b4-42b5-a1c5-5411624893ce\"\ + },{\"properties\":{\"roleName\":\"Microsoft.Kubernetes connected cluster role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft.Kubernetes connected\ + \ cluster role.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Kubernetes/connectedClusters/read\",\"Microsoft.Kubernetes/connectedClusters/write\"\ + ,\"Microsoft.Kubernetes/connectedClusters/delete\",\"Microsoft.Kubernetes/registeredSubscriptions/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-01-07T23:57:10.9923232Z\",\"updatedOn\":\"2021-11-11T20:14:58.2039838Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5548b2cf-c94c-4228-90ba-30851930a12f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5548b2cf-c94c-4228-90ba-30851930a12f\"\ + },{\"properties\":{\"roleName\":\"Security Detonation Chamber Submission Manager\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allowed to create and manage submissions\ + \ to Security Detonation Chamber\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SecurityDetonation/chambers/submissions/delete\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/write\",\"Microsoft.SecurityDetonation/chambers/submissions/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/files/read\",\"Microsoft.SecurityDetonation/chambers/submissions/accesskeyview/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/adminview/read\",\"Microsoft.SecurityDetonation/chambers/submissions/analystview/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/publicview/read\",\"\ + Microsoft.SecurityDetonation/chambers/platforms/metadata/read\",\"Microsoft.SecurityDetonation/chambers/workflows/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/toolsets/metadata/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-01-18T09:35:36.5739297Z\",\"updatedOn\":\"2021-11-11T20:14:58.3939604Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a37b566d-3efa-4beb-a2f2-698963fa42ce\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a37b566d-3efa-4beb-a2f2-698963fa42ce\"\ + },{\"properties\":{\"roleName\":\"Security Detonation Chamber Publisher\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allowed to publish and modify\ + \ platforms, workflows and toolsets to Security Detonation Chamber\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.SecurityDetonation/chambers/platforms/read\",\"Microsoft.SecurityDetonation/chambers/platforms/write\"\ + ,\"Microsoft.SecurityDetonation/chambers/platforms/delete\",\"Microsoft.SecurityDetonation/chambers/platforms/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/workflows/read\",\"Microsoft.SecurityDetonation/chambers/workflows/write\"\ + ,\"Microsoft.SecurityDetonation/chambers/workflows/delete\",\"Microsoft.SecurityDetonation/chambers/workflows/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/toolsets/read\",\"Microsoft.SecurityDetonation/chambers/toolsets/write\"\ + ,\"Microsoft.SecurityDetonation/chambers/toolsets/delete\",\"Microsoft.SecurityDetonation/chambers/toolsets/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/publishRequests/read\",\"Microsoft.SecurityDetonation/chambers/publishRequests/cancel/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-01-18T11:43:14.0858184Z\",\"\ + updatedOn\":\"2021-11-11T20:14:58.5639749Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/352470b3-6a9c-4686-b503-35deb827e500\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"352470b3-6a9c-4686-b503-35deb827e500\"\ + },{\"properties\":{\"roleName\":\"Collaborative Runtime Operator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can manage resources created by AICS at\ + \ runtime\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.IndustryDataLifecycle/derivedModels/*\",\"Microsoft.IndustryDataLifecycle/pipelineSets/*\"\ + ,\"Microsoft.IndustryDataLifecycle/modelMappings/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-01-19T10:00:27.3464971Z\",\"updatedOn\":\"2021-11-11T20:14:58.7442136Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7a6f0e70-c033-4fb1-828c-08514e5f4102\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7a6f0e70-c033-4fb1-828c-08514e5f4102\"\ + },{\"properties\":{\"roleName\":\"CosmosRestoreOperator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can perform restore action for Cosmos DB database account\ + \ with continuous backup mode\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.DocumentDB/locations/restorableDatabaseAccounts/restore/action\"\ + ,\"Microsoft.DocumentDB/locations/restorableDatabaseAccounts/*/read\",\"Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-01-21T19:51:35.3884884Z\",\"updatedOn\":\"2021-11-11T20:14:59.4892686Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5432c526-bc82-444a-b7ba-57c5b0b5b34f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5432c526-bc82-444a-b7ba-57c5b0b5b34f\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Converter\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to convert data from legacy\ + \ format to FHIR\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/convertData/action\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/convertData/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-01-22T19:39:01.1601069Z\",\"\ + updatedOn\":\"2021-11-11T20:14:59.8605937Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a1705bd2-3a8f-45a5-8683-466fcfd5cc24\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a1705bd2-3a8f-45a5-8683-466fcfd5cc24\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Automation Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft Sentinel Automation\ + \ Contributor\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Logic/workflows/triggers/read\"\ + ,\"Microsoft.Logic/workflows/triggers/listCallbackUrl/action\",\"Microsoft.Logic/workflows/runs/read\"\ + ,\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/read\"\ + ,\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/listCallbackUrl/action\"\ + ,\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs/read\"],\"\ + notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ + 2021-01-24T08:50:52.0382991Z\",\"updatedOn\":\"2022-01-26T09:25:00.4699337Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f4c81013-99ee-4d62-a7ee-b3f1f648599a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f4c81013-99ee-4d62-a7ee-b3f1f648599a\"\ + },{\"properties\":{\"roleName\":\"Quota Request Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read and create quota requests, get quota request status,\ + \ and create support tickets.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Capacity/resourceProviders/locations/serviceLimits/read\"\ + ,\"Microsoft.Capacity/resourceProviders/locations/serviceLimits/write\",\"\ + Microsoft.Capacity/resourceProviders/locations/serviceLimitsRequests/read\"\ + ,\"Microsoft.Capacity/register/action\",\"Microsoft.Quota/usages/read\",\"\ + Microsoft.Quota/quotas/read\",\"Microsoft.Quota/quotas/write\",\"Microsoft.Quota/quotaRequests/read\"\ + ,\"Microsoft.Quota/register/action\",\"Microsoft.Authorization/*/read\",\"\ + Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"\ + Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-02-03T00:06:35.8404575Z\",\"updatedOn\":\"2022-12-05T21:28:33.3264217Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0e5f05e5-9ab9-446b-b98d-1e2157c94125\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0e5f05e5-9ab9-446b-b98d-1e2157c94125\"\ + },{\"properties\":{\"roleName\":\"EventGrid Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage EventGrid operations.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.EventGrid/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-02-08T18:46:18.8999557Z\",\"updatedOn\":\"2021-11-11T20:15:01.6867802Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1e241071-0855-49ea-94dc-649edcd759de\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1e241071-0855-49ea-94dc-649edcd759de\"\ + },{\"properties\":{\"roleName\":\"Security Detonation Chamber Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allowed to query submission info\ + \ and files from Security Detonation Chamber\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SecurityDetonation/chambers/submissions/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/files/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-03-01T14:06:46.2814905Z\",\"updatedOn\":\"2021-11-11T20:15:03.3274090Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/28241645-39f8-410b-ad48-87863e2951d5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"28241645-39f8-410b-ad48-87863e2951d5\"\ + },{\"properties\":{\"roleName\":\"Object Anchors Account Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you read ingestion jobs for an object\ + \ anchors account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectAnchorsAccounts/ingest/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-03-02T01:20:47.0279813Z\",\"\ + updatedOn\":\"2021-11-11T20:15:03.5006082Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4a167cdf-cb95-4554-9203-2347fe489bd9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4a167cdf-cb95-4554-9203-2347fe489bd9\"\ + },{\"properties\":{\"roleName\":\"Object Anchors Account Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides user with ingestion capabilities\ + \ for an object anchors account.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectAnchorsAccounts/ingest/action\"\ + ,\"Microsoft.MixedReality/ObjectAnchorsAccounts/ingest/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-03-02T01:42:02.0014737Z\",\"updatedOn\":\"2021-11-11T20:15:03.6855873Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ca0835dd-bacc-42dd-8ed2-ed5e7230d15b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ca0835dd-bacc-42dd-8ed2-ed5e7230d15b\"\ + },{\"properties\":{\"roleName\":\"WorkloadBuilder Migration Agent Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"WorkloadBuilder Migration Agent Role.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.WorkloadBuilder/migrationAgents/Read\"\ + ,\"Microsoft.WorkloadBuilder/migrationAgents/Write\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-03-11T17:07:20.0828003Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:04.2456706Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d17ce0a2-0697-43bc-aac5-9113337ab61c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d17ce0a2-0697-43bc-aac5-9113337ab61c\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Data Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allow read access to Azure Spring Cloud\ + \ Data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/*/read\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-03-25T11:12:12.6786010Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:05.3368606Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b5537268-8956-4941-a8f0-646150406f0c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b5537268-8956-4941-a8f0-646150406f0c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Speech User\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Access to the real-time speech recognition\ + \ and batch transcription APIs, real-time speech synthesis and long audio\ + \ APIs, as well as to read the data/test/model/endpoint for custom models,\ + \ but can\u2019t create, delete or modify the data/test/model/endpoint for\ + \ custom models.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/SpeechServices/*/read\",\"Microsoft.CognitiveServices/accounts/SpeechServices/*/transcriptions/read\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/*/transcriptions/write\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/*/transcriptions/delete\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/*/frontend/action\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/text-dependent/*/action\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/text-independent/*/action\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVoice/*/read\",\"Microsoft.CognitiveServices/accounts/CustomVoice/evaluations/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVoice/longaudiosynthesis/*\"\ + ,\"Microsoft.CognitiveServices/accounts/AudioContentCreation/*\"],\"notDataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/CustomVoice/datasets/files/read\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVoice/datasets/utterances/read\"\ + ]}],\"createdOn\":\"2021-03-30T11:28:27.4339032Z\",\"updatedOn\":\"2022-05-19T23:26:56.1473805Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f2dc8367-1007-4938-bd23-fe263f013447\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f2dc8367-1007-4938-bd23-fe263f013447\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Speech Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Full access to Speech projects,\ + \ including read, write and delete all entities, for real-time speech recognition\ + \ and batch transcription tasks, real-time speech synthesis and long audio\ + \ tasks, custom speech and custom voice.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/SpeechServices/*\",\"Microsoft.CognitiveServices/accounts/CustomVoice/*\"\ + ,\"Microsoft.CognitiveServices/accounts/AudioContentCreation/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-03-30T11:28:49.7826633Z\",\"updatedOn\":\"2022-05-19T23:26:56.1473805Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0e75ca1e-0464-4b4d-8b93-68208a576181\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0e75ca1e-0464-4b4d-8b93-68208a576181\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Face Recognizer\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you perform detect, verify,\ + \ identify, group, and find similar operations on Face API. This role does\ + \ not allow create or delete operations, which makes it well suited for endpoints\ + \ that only need inferencing capabilities, following 'least privilege' best\ + \ practices.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/Face/detect/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/verify/action\",\"Microsoft.CognitiveServices/accounts/Face/identify/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/group/action\",\"Microsoft.CognitiveServices/accounts/Face/findsimilars/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/detectliveness/multimodal/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/detectliveness/singlemodal/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/detectlivenesswithverify/singlemodal/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-03-31T01:51:41.3557295Z\",\"\ + updatedOn\":\"2023-03-20T22:15:15.1823985Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9894cab4-e18a-44aa-828b-cb588cd6f2d7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9894cab4-e18a-44aa-828b-cb588cd6f2d7\"\ + },{\"properties\":{\"roleName\":\"Media Services Account Administrator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ + \ Media Services accounts; read-only access to other Media Services resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Media/mediaservices/*/read\",\"Microsoft.Media/mediaservices/assets/listStreamingLocators/action\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/listPaths/action\",\"Microsoft.Media/mediaservices/write\"\ + ,\"Microsoft.Media/mediaservices/delete\",\"Microsoft.Media/mediaservices/privateEndpointConnectionsApproval/action\"\ + ,\"Microsoft.Media/mediaservices/privateEndpointConnections/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:20:32.2956636Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:07.1518844Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/054126f8-9a2b-4f1c-a9ad-eca461f08466\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"054126f8-9a2b-4f1c-a9ad-eca461f08466\"\ + },{\"properties\":{\"roleName\":\"Media Services Live Events Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ + \ Live Events, Assets, Asset Filters, and Streaming Locators; read-only access\ + \ to other Media Services resources.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\"\ + ,\"Microsoft.Media/mediaservices/assets/*\",\"Microsoft.Media/mediaservices/assets/assetfilters/*\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/*\",\"Microsoft.Media/mediaservices/liveEvents/*\"\ + ],\"notActions\":[\"Microsoft.Media/mediaservices/assets/getEncryptionKey/action\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/listContentKeys/action\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:21:00.6119555Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:07.3318873Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/532bc159-b25e-42c0-969e-a1d439f60d77\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"532bc159-b25e-42c0-969e-a1d439f60d77\"\ + },{\"properties\":{\"roleName\":\"Media Services Media Operator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Create, read, modify, and delete Assets,\ + \ Asset Filters, Streaming Locators, and Jobs; read-only access to other Media\ + \ Services resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\"\ + ,\"Microsoft.Media/mediaservices/assets/*\",\"Microsoft.Media/mediaservices/assets/assetfilters/*\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/*\",\"Microsoft.Media/mediaservices/transforms/jobs/*\"\ + ],\"notActions\":[\"Microsoft.Media/mediaservices/assets/getEncryptionKey/action\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/listContentKeys/action\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:21:23.2236495Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:07.5068487Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e4395492-1534-4db2-bedf-88c14621589c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e4395492-1534-4db2-bedf-88c14621589c\"\ + },{\"properties\":{\"roleName\":\"Media Services Policy Administrator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ + \ Account Filters, Streaming Policies, Content Key Policies, and Transforms;\ + \ read-only access to other Media Services resources. Cannot create Jobs,\ + \ Assets or Streaming resources.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\"\ + ,\"Microsoft.Media/mediaservices/assets/listStreamingLocators/action\",\"\ + Microsoft.Media/mediaservices/streamingLocators/listPaths/action\",\"Microsoft.Media/mediaservices/accountFilters/*\"\ + ,\"Microsoft.Media/mediaservices/streamingPolicies/*\",\"Microsoft.Media/mediaservices/contentKeyPolicies/*\"\ + ,\"Microsoft.Media/mediaservices/transforms/*\"],\"notActions\":[\"Microsoft.Media/mediaservices/contentKeyPolicies/getPolicyPropertiesWithSecrets/action\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:21:46.9534330Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:07.6968496Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c4bba371-dacd-4a26-b320-7250bca963ae\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c4bba371-dacd-4a26-b320-7250bca963ae\"\ + },{\"properties\":{\"roleName\":\"Media Services Streaming Endpoints Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ + \ Streaming Endpoints; read-only access to other Media Services resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Media/mediaservices/*/read\",\"Microsoft.Media/mediaservices/assets/listStreamingLocators/action\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/listPaths/action\",\"Microsoft.Media/mediaservices/streamingEndpoints/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-04-19T23:22:04.4594851Z\",\"updatedOn\":\"2021-11-11T20:15:07.8718907Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/99dba123-b5fe-44d5-874c-ced7199a5804\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"99dba123-b5fe-44d5-874c-ced7199a5804\"\ + },{\"properties\":{\"roleName\":\"Stream Analytics Query Tester\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you perform query testing without\ + \ creating a stream analytics job first\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.StreamAnalytics/locations/TestQuery/action\"\ + ,\"Microsoft.StreamAnalytics/locations/OperationResults/read\",\"Microsoft.StreamAnalytics/locations/SampleInput/action\"\ + ,\"Microsoft.StreamAnalytics/locations/CompileQuery/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-20T17:33:24.5727870Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:08.0481551Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1ec5b3c1-b17e-4e25-8312-2acb3c3c5abf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1ec5b3c1-b17e-4e25-8312-2acb3c3c5abf\"\ + },{\"properties\":{\"roleName\":\"AnyBuild Builder\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Basic user role for AnyBuild. This role allows listing\ + \ of agent information and execution of remote build capabilities.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.AnyBuild/clusters/build/write\",\"Microsoft.AnyBuild/clusters/build/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-04-20T22:07:00.4963853Z\",\"\ + updatedOn\":\"2021-11-11T20:15:08.4254134Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a2138dac-4907-4679-a376-736901ed8ad8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a2138dac-4907-4679-a376-736901ed8ad8\"\ + },{\"properties\":{\"roleName\":\"IoT Hub Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full read access to IoT Hub data-plane properties\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Devices/IotHubs/*/read\",\"Microsoft.Devices/IotHubs/fileUpload/notifications/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-04-22T18:03:29.8843192Z\",\"\ + updatedOn\":\"2021-11-11T20:15:08.6054154Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b447c946-2db7-41ec-983d-d8bf3b1c77e3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b447c946-2db7-41ec-983d-d8bf3b1c77e3\"\ + },{\"properties\":{\"roleName\":\"IoT Hub Twin Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for read and write access to all IoT Hub device\ + \ and module twins.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.Devices/IotHubs/twins/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-04-22T20:36:10.1136903Z\",\"\ + updatedOn\":\"2021-11-11T20:15:08.7855063Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/494bdba2-168f-4f31-a0a1-191d2f7c028c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"494bdba2-168f-4f31-a0a1-191d2f7c028c\"\ + },{\"properties\":{\"roleName\":\"IoT Hub Registry Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for full access to IoT Hub device\ + \ registry.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Devices/IotHubs/devices/*\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-04-22T20:36:47.5532704Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:08.9804295Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4ea46cd5-c1b2-4a8e-910b-273211f9ce47\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4ea46cd5-c1b2-4a8e-910b-273211f9ce47\"\ + },{\"properties\":{\"roleName\":\"IoT Hub Data Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full access to IoT Hub data plane operations.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Devices/IotHubs/*\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2021-04-22T20:37:16.9927761Z\",\"updatedOn\":\"2021-11-11T20:15:09.1754206Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4fc6c259-987e-4a07-842e-c321cc9d413f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4fc6c259-987e-4a07-842e-c321cc9d413f\"\ + },{\"properties\":{\"roleName\":\"Test Base Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Let you view and download packages and test results.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.TestBase/testBaseAccounts/packages/testResults/getDownloadUrl/action\"\ + ,\"Microsoft.TestBase/testBaseAccounts/packages/testResults/getVideoDownloadUrl/action\"\ + ,\"Microsoft.TestBase/testBaseAccounts/packages/getDownloadUrl/action\",\"\ + Microsoft.TestBase/*/read\",\"Microsoft.TestBase/testBaseAccounts/customerEvents/write\"\ + ,\"Microsoft.TestBase/testBaseAccounts/customerEvents/delete\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-05-11T23:41:33.1038367Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:10.8004347Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/15e0f5a1-3450-4248-8e25-e2afe88a9e85\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"15e0f5a1-3450-4248-8e25-e2afe88a9e85\"\ + },{\"properties\":{\"roleName\":\"Search Index Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Grants read access to Azure Cognitive Search index data.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Search/searchServices/indexes/documents/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-01T20:26:13.4850461Z\",\"\ + updatedOn\":\"2021-11-11T20:15:11.3604371Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1407120a-92aa-4202-b7e9-c0e197c71c8f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1407120a-92aa-4202-b7e9-c0e197c71c8f\"\ + },{\"properties\":{\"roleName\":\"Search Index Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Grants full access to Azure Cognitive Search\ + \ index data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.Search/searchServices/indexes/documents/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-01T22:15:16.5388472Z\",\"\ + updatedOn\":\"2021-11-11T20:15:11.5504385Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8ebe5a00-799e-43f5-93ac-243d3dce84a7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8ebe5a00-799e-43f5-93ac-243d3dce84a7\"\ + },{\"properties\":{\"roleName\":\"Storage Table Data Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows for read access to Azure Storage tables\ + \ and entities\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Storage/storageAccounts/tableServices/tables/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-15T06:40:54.9150717Z\",\"\ + updatedOn\":\"2021-11-11T20:15:12.1005298Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/76199698-9eea-4c19-bc75-cec21354c6b6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"76199698-9eea-4c19-bc75-cec21354c6b6\"\ + },{\"properties\":{\"roleName\":\"Storage Table Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for read, write and delete access\ + \ to Azure Storage tables and entities\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Storage/storageAccounts/tableServices/tables/read\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/write\",\"Microsoft.Storage/storageAccounts/tableServices/tables/delete\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/read\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/write\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/delete\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/add/action\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/update/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-15T06:51:59.8207610Z\",\"\ + updatedOn\":\"2021-11-11T20:15:12.2854966Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0a9a7e1f-b9d0-4cc4-a60d-0319b160aaa3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0a9a7e1f-b9d0-4cc4-a60d-0319b160aaa3\"\ + },{\"properties\":{\"roleName\":\"DICOM Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read and search DICOM data.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.HealthcareApis/workspaces/dicomservices/resources/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-06-17T20:58:30.1630494Z\",\"updatedOn\":\"2021-11-11T20:15:13.0154948Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e89c7a3c-2f64-4fa1-a847-3e4c9ba4283a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e89c7a3c-2f64-4fa1-a847-3e4c9ba4283a\"\ + },{\"properties\":{\"roleName\":\"DICOM Data Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Full access to DICOM data.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/workspaces/dicomservices/resources/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-17T20:59:30.8659515Z\",\"\ + updatedOn\":\"2021-11-11T20:15:13.1904985Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/58a3b984-7adf-4c20-983a-32417c86fbc8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"58a3b984-7adf-4c20-983a-32417c86fbc8\"\ + },{\"properties\":{\"roleName\":\"EventGrid Data Sender\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows send access to event grid events.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.EventGrid/topics/read\",\"Microsoft.EventGrid/domains/read\"\ + ,\"Microsoft.EventGrid/partnerNamespaces/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.EventGrid/events/send/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-07-02T21:55:40.4847495Z\",\"\ + updatedOn\":\"2021-11-11T20:15:13.5605134Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d5a91429-5739-47e2-a06b-3470a27159e7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d5a91429-5739-47e2-a06b-3470a27159e7\"\ + },{\"properties\":{\"roleName\":\"Disk Pool Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Used by the StoragePool Resource Provider to manage Disks\ + \ added to a Disk Pool.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Compute/disks/write\",\"Microsoft.Compute/disks/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-07-08T17:26:05.1079972Z\",\"updatedOn\":\"2021-11-11T20:15:13.9154612Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/60fc6e62-5479-42d4-8bf4-67625fcc2840\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"60fc6e62-5479-42d4-8bf4-67625fcc2840\"\ + },{\"properties\":{\"roleName\":\"AzureML Data Scientist\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can perform all actions within an Azure Machine Learning\ + \ workspace, except for creating or deleting compute resources and modifying\ + \ the workspace itself.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.MachineLearningServices/workspaces/*/read\",\"Microsoft.MachineLearningServices/workspaces/*/action\"\ + ,\"Microsoft.MachineLearningServices/workspaces/*/delete\",\"Microsoft.MachineLearningServices/workspaces/*/write\"\ + ],\"notActions\":[\"Microsoft.MachineLearningServices/workspaces/delete\"\ + ,\"Microsoft.MachineLearningServices/workspaces/write\",\"Microsoft.MachineLearningServices/workspaces/computes/*/write\"\ + ,\"Microsoft.MachineLearningServices/workspaces/computes/*/delete\",\"Microsoft.MachineLearningServices/workspaces/computes/listKeys/action\"\ + ,\"Microsoft.MachineLearningServices/workspaces/listKeys/action\",\"Microsoft.MachineLearningServices/workspaces/hubs/write\"\ + ,\"Microsoft.MachineLearningServices/workspaces/hubs/delete\",\"Microsoft.MachineLearningServices/workspaces/featurestores/write\"\ + ,\"Microsoft.MachineLearningServices/workspaces/featurestores/delete\"],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-07-14T21:51:06.0361218Z\"\ + ,\"updatedOn\":\"2023-05-26T17:53:52.5366769Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f6c7c914-8db3-469d-8ca1-694a8f32e121\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f6c7c914-8db3-469d-8ca1-694a8f32e121\"\ + },{\"properties\":{\"roleName\":\"Grafana Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Built-in Grafana admin role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Dashboard/grafana/ActAsGrafanaAdmin/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-07-15T21:32:35.3802340Z\",\"updatedOn\":\"2021-11-11T20:15:14.8104670Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/22926164-76b3-42b3-bc55-97df8dab3e41\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"22926164-76b3-42b3-bc55-97df8dab3e41\"\ + },{\"properties\":{\"roleName\":\"Azure Connected SQL Server Onboarding\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft.AzureArcData\_service\_\ + role\_to\_access\_the\_resources\_of\_Microsoft.AzureArcData\_stored\_with\_\ + RPSAAS.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureArcData/sqlServerInstances/read\"\ + ,\"Microsoft.AzureArcData/sqlServerInstances/write\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-07-19T23:52:15.8885739Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:15.1754742Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e8113dce-c529-4d33-91fa-e9b972617508\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e8113dce-c529-4d33-91fa-e9b972617508\"\ + },{\"properties\":{\"roleName\":\"Azure Relay Sender\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for send access to Azure Relay resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Relay/*/wcfRelays/read\"\ + ,\"Microsoft.Relay/*/hybridConnections/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.Relay/*/send/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-07-20T15:37:20.7558643Z\",\"updatedOn\":\"2021-11-11T20:15:15.5454755Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/26baccc8-eea7-41f1-98f4-1762cc7f685d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"26baccc8-eea7-41f1-98f4-1762cc7f685d\"\ + },{\"properties\":{\"roleName\":\"Azure Relay Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full access to Azure Relay resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Relay/*\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Relay/*\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-07-20T15:44:26.3023126Z\",\"updatedOn\":\"2021-11-11T20:15:15.7154782Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2787bf04-f1f5-4bfe-8383-c8a24483ee38\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2787bf04-f1f5-4bfe-8383-c8a24483ee38\"\ + },{\"properties\":{\"roleName\":\"Azure Relay Listener\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for listen access to Azure Relay resources.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Relay/*/wcfRelays/read\"\ + ,\"Microsoft.Relay/*/hybridConnections/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.Relay/*/listen/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-07-20T18:38:03.1437496Z\",\"updatedOn\":\"2021-11-11T20:15:15.9005232Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/26e0b698-aa6d-4085-9386-aadae190014d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"26e0b698-aa6d-4085-9386-aadae190014d\"\ + },{\"properties\":{\"roleName\":\"Grafana Viewer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Built-in Grafana Viewer role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Dashboard/grafana/ActAsGrafanaViewer/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-08-05T16:36:18.7737511Z\",\"updatedOn\":\"2021-11-11T20:15:16.9904932Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/60921a7e-fef1-4a43-9b16-a26c52ad4769\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"60921a7e-fef1-4a43-9b16-a26c52ad4769\"\ + },{\"properties\":{\"roleName\":\"Grafana Editor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Built-in Grafana Editor role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Dashboard/grafana/ActAsGrafanaEditor/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-08-05T16:37:32.5299593Z\",\"updatedOn\":\"2021-11-11T20:15:17.1805426Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a79a5197-3a5c-4973-a920-486035ffd60f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a79a5197-3a5c-4973-a920-486035ffd60f\"\ + },{\"properties\":{\"roleName\":\"Automation Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Manage azure automation resources and other resources using\ + \ azure automation.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Automation/automationAccounts/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Insights/ActionGroups/*\",\"Microsoft.Insights/ActivityLogAlerts/*\"\ + ,\"Microsoft.Insights/MetricAlerts/*\",\"Microsoft.Insights/ScheduledQueryRules/*\"\ + ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.OperationalInsights/workspaces/sharedKeys/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-08-09T10:18:19.1054699Z\",\"updatedOn\":\"2021-11-11T20:15:17.7304954Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f353d9bd-d4a6-484e-a77a-8050b599b867\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f353d9bd-d4a6-484e-a77a-8050b599b867\"\ + },{\"properties\":{\"roleName\":\"Kubernetes Extension Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can create, update, get, list and delete\ + \ Kubernetes Extensions, and get extension async operations\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.KubernetesConfiguration/extensions/write\"\ + ,\"Microsoft.KubernetesConfiguration/extensions/read\",\"Microsoft.KubernetesConfiguration/extensions/delete\"\ + ,\"Microsoft.KubernetesConfiguration/extensions/operations/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-08-09T19:47:50.6828896Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:17.9155393Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/85cb6faf-e071-4c9b-8136-154b5a04f717\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"85cb6faf-e071-4c9b-8136-154b5a04f717\"\ + },{\"properties\":{\"roleName\":\"Device Provisioning Service Data Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for full read access to\ + \ Device Provisioning Service data-plane properties.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.Devices/provisioningServices/*/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2021-08-09T19:53:12.1374732Z\",\"updatedOn\":\"2021-11-11T20:15:18.0905503Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/10745317-c249-44a1-a5ce-3a4353c0bbd8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"10745317-c249-44a1-a5ce-3a4353c0bbd8\"\ + },{\"properties\":{\"roleName\":\"Device Provisioning Service Data Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for full access to Device\ + \ Provisioning Service data-plane operations.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Devices/provisioningServices/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-09T19:54:03.2783227Z\",\"\ + updatedOn\":\"2021-11-11T20:15:18.2605302Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dfce44e4-17b7-4bd1-a6d1-04996ec95633\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dfce44e4-17b7-4bd1-a6d1-04996ec95633\"\ + },{\"properties\":{\"roleName\":\"Code Signing Certificate Profile Signer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Sign files with a certificate\ + \ profile. This role is in preview and subject to change.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CodeSigning/*/read\",\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"\ + Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.CodeSigning/certificateProfiles/Sign/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-08-16T23:17:53.0002693Z\",\"updatedOn\"\ + :\"2022-12-12T16:05:53.8213702Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2837e146-70d7-4cfd-ad55-7efa6464f958\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2837e146-70d7-4cfd-ad55-7efa6464f958\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Service Registry Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allow read access to Azure Spring\ + \ Cloud Service Registry\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/eurekaService/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-20T04:40:17.9785063Z\",\"\ + updatedOn\":\"2021-11-11T20:15:18.9655101Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cff1b556-2399-4e7e-856d-a8f754be7b65\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cff1b556-2399-4e7e-856d-a8f754be7b65\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Service Registry Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allow read, write and delete access\ + \ to Azure Spring Cloud Service Registry\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/eurekaService/read\"\ + ,\"Microsoft.AppPlatform/Spring/eurekaService/write\",\"Microsoft.AppPlatform/Spring/eurekaService/delete\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-20T04:42:38.9153779Z\",\"\ + updatedOn\":\"2021-11-11T20:15:19.1405497Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f5880b48-c26d-48be-b172-7927bfa1c8f1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f5880b48-c26d-48be-b172-7927bfa1c8f1\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Config Server Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allow read access to Azure Spring\ + \ Cloud Config Server\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/configService/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-26T01:50:51.5123701Z\",\"\ + updatedOn\":\"2021-11-11T20:15:19.3155517Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d04c6db6-4947-4782-9e91-30a88feb7be7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d04c6db6-4947-4782-9e91-30a88feb7be7\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Config Server Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allow read, write and delete access\ + \ to Azure Spring Cloud Config Server\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/configService/read\"\ + ,\"Microsoft.AppPlatform/Spring/configService/write\",\"Microsoft.AppPlatform/Spring/configService/delete\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-09-06T02:30:47.8611580Z\",\"\ + updatedOn\":\"2021-11-11T20:15:20.0405208Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a06f5c24-21a7-4e1a-aa2b-f19eb6684f5b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a06f5c24-21a7-4e1a-aa2b-f19eb6684f5b\"\ + },{\"properties\":{\"roleName\":\"Azure VM Managed identities restore Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure VM Managed identities restore\ + \ Contributors are allowed to perform Azure VM Restores with managed identities\ + \ both user and system\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2021-09-13T05:27:59.2180214Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:20.5805266Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6ae96244-5829-4925-a7d3-5975537d91dd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6ae96244-5829-4925-a7d3-5975537d91dd\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Search and Render Data Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Grants access to very limited\ + \ set of data APIs for common visual web SDK scenarios. Specifically, render\ + \ and search data APIs.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Maps/accounts/services/render/read\"\ + ,\"Microsoft.Maps/accounts/services/search/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2021-10-01T22:17:50.5178931Z\",\"updatedOn\":\"2021-11-11T20:15:22.0455410Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6be48352-4f82-47c9-ad5e-0acacefdb005\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6be48352-4f82-47c9-ad5e-0acacefdb005\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Grants access all Azure Maps resource management.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Maps/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-10-01T22:19:13.1357904Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:22.2455414Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dba33070-676a-4fb0-87fa-064dc56ff7fb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dba33070-676a-4fb0-87fa-064dc56ff7fb\"\ + },{\"properties\":{\"roleName\":\"Azure Arc VMware VM Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Arc VMware VM Contributor has permissions\ + \ to perform all VM actions.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ConnectedVMwarevSphere/virtualmachines/*\",\"\ + Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ + ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ + ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-10-18T20:19:53.0087024Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:23.8706020Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b748a06d-6150-4f8a-aaa9-ce3940cd96cb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b748a06d-6150-4f8a-aaa9-ce3940cd96cb\"\ + },{\"properties\":{\"roleName\":\"Azure Arc VMware Private Cloud User\",\"\ + type\":\"BuiltInRole\",\"description\":\"Azure Arc VMware Private Cloud User\ + \ has permissions to use the VMware cloud resources to deploy VMs.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ + ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ConnectedVMwarevSphere/virtualnetworks/join/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/virtualnetworks/Read\",\"Microsoft.ConnectedVMwarevSphere/virtualmachinetemplates/clone/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/virtualmachinetemplates/Read\",\"Microsoft.ConnectedVMwarevSphere/resourcepools/deploy/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/resourcepools/Read\",\"Microsoft.ConnectedVMwarevSphere/hosts/deploy/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/hosts/Read\",\"Microsoft.ConnectedVMwarevSphere/clusters/deploy/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/clusters/Read\",\"Microsoft.ConnectedVMwarevSphere/datastores/allocateSpace/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/datastores/Read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-10-18T20:20:46.5105444Z\"\ + ,\"updatedOn\":\"2022-11-04T08:03:56.3033480Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ce551c02-7c42-47e0-9deb-e3b6fc3a9a83\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ce551c02-7c42-47e0-9deb-e3b6fc3a9a83\"\ + },{\"properties\":{\"roleName\":\"Azure Arc VMware Administrator role \",\"\ + type\":\"BuiltInRole\",\"description\":\"Arc VMware VM Contributor has permissions\ + \ to perform all connected VMwarevSphere actions.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.ConnectedVMwarevSphere/*\"\ + ,\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ + ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ + ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-01T17:12:42.6172725Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:25.1275776Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ddc140ed-e463-4246-9145-7c664192013f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ddc140ed-e463-4246-9145-7c664192013f\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services LUIS Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\" Has access to all Read, Test, Write, Deploy\ + \ and Delete functions under LUIS\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.CognitiveServices/accounts/listkeys/action\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/LUIS/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-11-04T03:28:02.9611800Z\",\"\ + updatedOn\":\"2021-11-11T20:15:25.4884913Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f72c8140-2111-481c-87ff-72b910f6e3f8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f72c8140-2111-481c-87ff-72b910f6e3f8\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Language Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Has access to Read and Test functions\ + \ under Language portal\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/*/read\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/projects/export/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*/read\",\"Microsoft.CognitiveServices/accounts/Language/*/projects/export/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/query-text/action\",\"Microsoft.CognitiveServices/accounts/Language/query-dataverse/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-text/jobs/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-text/action\",\"\ + Microsoft.CognitiveServices/accounts/Language/analyze-text/jobscancel/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-conversations/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-conversations/jobscancel/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-conversations/jobs/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/query-knowledgebases/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/generate/action\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnaMaker/*\"\ + ]}],\"createdOn\":\"2021-11-04T03:29:14.7643336Z\",\"updatedOn\":\"2023-02-24T00:02:00.1172104Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7628b7b8-a8b2-4cdc-b46f-e9b35248918e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7628b7b8-a8b2-4cdc-b46f-e9b35248918e\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Language Writer\",\"\ + type\":\"BuiltInRole\",\"description\":\" Has access to all Read, Test, and\ + \ Write functions under Language Portal\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/*\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/*\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/projects/publish/action\"\ + ,\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/projects/deployments/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnaMaker/*\",\"Microsoft.CognitiveServices/accounts/Language/*/projects/delete\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*/projects/deployments/write\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*/projects/deployments/delete\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*/projects/deployments/swap/action\"\ + ]}],\"createdOn\":\"2021-11-04T03:29:39.5761019Z\",\"updatedOn\":\"2022-03-29T18:03:27.1607583Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f2310ca1-dc64-4889-bb49-c8e0fa3d47a8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f2310ca1-dc64-4889-bb49-c8e0fa3d47a8\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Language Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has access to all Read, Test, Write, Deploy\ + \ and Delete functions under Language portal\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"\ + Microsoft.CognitiveServices/accounts/listkeys/action\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/*\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/*\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnaMaker/*\"\ + ]}],\"createdOn\":\"2021-11-04T03:30:07.6173528Z\",\"updatedOn\":\"2022-03-29T18:03:50.9741690Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f07febfe-79bc-46b1-8b37-790e26e6e498\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f07febfe-79bc-46b1-8b37-790e26e6e498\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services LUIS Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has access to Read and Test functions under\ + \ LUIS.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/LUIS/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/LUIS/apps/testdatasets/write\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-11-04T03:30:31.2704834Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:26.2134821Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e81cdc-4e98-4e29-a639-e7d10c5a6226\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18e81cdc-4e98-4e29-a639-e7d10c5a6226\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services LUIS Writer\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has access to all Read, Test, and Write\ + \ functions under LUIS\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/LUIS/*\"],\"notDataActions\":[\"\ + Microsoft.CognitiveServices/accounts/LUIS/apps/delete\",\"Microsoft.CognitiveServices/accounts/LUIS/apps/move/action\"\ + ,\"Microsoft.CognitiveServices/accounts/LUIS/apps/publish/action\",\"Microsoft.CognitiveServices/accounts/LUIS/apps/settings/write\"\ + ,\"Microsoft.CognitiveServices/accounts/LUIS/apps/azureaccounts/action\",\"\ + Microsoft.CognitiveServices/accounts/LUIS/apps/azureaccounts/delete\"]}],\"\ + createdOn\":\"2021-11-04T03:31:12.1580052Z\",\"updatedOn\":\"2021-11-11T20:15:26.3934523Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6322a993-d5c9-4bed-b113-e49bbea25b27\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6322a993-d5c9-4bed-b113-e49bbea25b27\"\ + },{\"properties\":{\"roleName\":\"PlayFab Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides read access to PlayFab resources\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.PlayFab/*/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-04T23:26:57.2248605Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:26.5784834Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a9a19cc5-31f4-447c-901f-56c0bb18fcaf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a9a19cc5-31f4-447c-901f-56c0bb18fcaf\"\ + },{\"properties\":{\"roleName\":\"Load Test Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"View, create, update, delete and execute load tests. View\ + \ and list load test resources but can not make any changes.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LoadTestService/*/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.LoadTestService/loadtests/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-11-09T08:11:21.0936461Z\",\"\ + updatedOn\":\"2021-11-11T20:15:27.1189225Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/749a398d-560b-491b-bb21-08924219302e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"749a398d-560b-491b-bb21-08924219302e\"\ + },{\"properties\":{\"roleName\":\"Load Test Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Execute all operations on load test resources and load\ + \ tests\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LoadTestService/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.LoadTestService/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-11-09T08:12:24.5500195Z\",\"updatedOn\":\"2021-11-11T20:15:27.2897153Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45bb0b16-2f0c-4e78-afaa-a07599b003f6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"45bb0b16-2f0c-4e78-afaa-a07599b003f6\"\ + },{\"properties\":{\"roleName\":\"PlayFab Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides contributor access to PlayFab resources\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.PlayFab/*/read\",\"Microsoft.PlayFab/*/write\",\"Microsoft.PlayFab/*/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-11-10T00:55:37.3326276Z\",\"updatedOn\":\"2021-11-11T20:15:28.0547167Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0c8b84dc-067c-4039-9615-fa1a4b77c726\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0c8b84dc-067c-4039-9615-fa1a4b77c726\"\ + },{\"properties\":{\"roleName\":\"Load Test Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"View and list all load tests and load test resources but\ + \ can not make any changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.LoadTestService/*/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.LoadTestService/loadtests/readTest/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-11-10T06:14:08.3903105Z\",\"updatedOn\":\"2021-11-11T20:15:28.2297181Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3ae3fb29-0000-4ccd-bf80-542e7b26e081\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3ae3fb29-0000-4ccd-bf80-542e7b26e081\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Immersive Reader User\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Provides access to create Immersive\ + \ Reader sessions and call APIs\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/ImmersiveReader/getcontentmodelforreader/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-11-10T19:52:14.4487503Z\",\"\ + updatedOn\":\"2021-11-11T20:15:28.4146975Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b2de6794-95db-4659-8781-7e080d3f2b9d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b2de6794-95db-4659-8781-7e080d3f2b9d\"\ + },{\"properties\":{\"roleName\":\"Lab Services Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab services contributor role\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LabServices/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.LabServices/labPlans/createLab/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:51:03.3308981Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:28.7792013Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f69b8690-cc87-41d6-b77a-a4bc3c0a966f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f69b8690-cc87-41d6-b77a-a4bc3c0a966f\"\ + },{\"properties\":{\"roleName\":\"Lab Services Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab services reader role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.LabServices/*/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-11-11T00:55:30.4208618Z\",\"updatedOn\":\"2021-11-11T20:15:28.9592032Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a5c394f-5eb7-4d4f-9c8e-e8eae39faebc\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2a5c394f-5eb7-4d4f-9c8e-e8eae39faebc\"\ + },{\"properties\":{\"roleName\":\"Lab Assistant\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab assistant role\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ + ,\"Microsoft.LabServices/labs/read\",\"Microsoft.LabServices/labs/schedules/read\"\ + ,\"Microsoft.LabServices/labs/users/read\",\"Microsoft.LabServices/labs/users/invite/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/read\",\"Microsoft.LabServices/labs/virtualMachines/start/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/stop/action\",\"Microsoft.LabServices/labs/virtualMachines/reimage/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/redeploy/action\",\"Microsoft.LabServices/locations/usages/read\"\ + ,\"Microsoft.LabServices/skus/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:56:10.4295443Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:29.1442530Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ce40b423-cede-4313-a93f-9b28290b72e1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ce40b423-cede-4313-a93f-9b28290b72e1\"\ + },{\"properties\":{\"roleName\":\"Lab Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab operator role\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ + ,\"Microsoft.LabServices/labPlans/saveImage/action\",\"Microsoft.LabServices/labs/publish/action\"\ + ,\"Microsoft.LabServices/labs/read\",\"Microsoft.LabServices/labs/schedules/read\"\ + ,\"Microsoft.LabServices/labs/schedules/write\",\"Microsoft.LabServices/labs/schedules/delete\"\ + ,\"Microsoft.LabServices/labs/users/read\",\"Microsoft.LabServices/labs/users/write\"\ + ,\"Microsoft.LabServices/labs/users/delete\",\"Microsoft.LabServices/labs/users/invite/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/read\",\"Microsoft.LabServices/labs/virtualMachines/start/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/stop/action\",\"Microsoft.LabServices/labs/virtualMachines/reimage/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/redeploy/action\",\"Microsoft.LabServices/labs/virtualMachines/resetPassword/action\"\ + ,\"Microsoft.LabServices/locations/usages/read\",\"Microsoft.LabServices/skus/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-11-11T00:56:41.9942935Z\",\"updatedOn\":\"2021-11-11T20:15:29.3242664Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a36e6959-b6be-4b12-8e9f-ef4b474d304d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a36e6959-b6be-4b12-8e9f-ef4b474d304d\"\ + },{\"properties\":{\"roleName\":\"Lab Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab contributor role\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ + ,\"Microsoft.LabServices/labPlans/saveImage/action\",\"Microsoft.LabServices/labs/read\"\ + ,\"Microsoft.LabServices/labs/write\",\"Microsoft.LabServices/labs/delete\"\ + ,\"Microsoft.LabServices/labs/publish/action\",\"Microsoft.LabServices/labs/syncGroup/action\"\ + ,\"Microsoft.LabServices/labs/schedules/read\",\"Microsoft.LabServices/labs/schedules/write\"\ + ,\"Microsoft.LabServices/labs/schedules/delete\",\"Microsoft.LabServices/labs/users/read\"\ + ,\"Microsoft.LabServices/labs/users/write\",\"Microsoft.LabServices/labs/users/delete\"\ + ,\"Microsoft.LabServices/labs/users/invite/action\",\"Microsoft.LabServices/labs/virtualMachines/read\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/start/action\",\"Microsoft.LabServices/labs/virtualMachines/stop/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/reimage/action\",\"Microsoft.LabServices/labs/virtualMachines/redeploy/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/resetPassword/action\",\"Microsoft.LabServices/locations/usages/read\"\ + ,\"Microsoft.LabServices/skus/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.LabServices/labPlans/createLab/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:57:05.9018065Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:29.4992096Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5daaa2af-1fe8-407c-9122-bba179798270\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5daaa2af-1fe8-407c-9122-bba179798270\"\ + },{\"properties\":{\"roleName\":\"Security Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Security Admin Role\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Authorization/policyAssignments/*\"\ + ,\"Microsoft.Authorization/policyDefinitions/*\",\"Microsoft.Authorization/policyExemptions/*\"\ + ,\"Microsoft.Authorization/policySetDefinitions/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.operationalInsights/workspaces/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Security/*\",\"Microsoft.IoTSecurity/*\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-05-03T07:51:23.0917487Z\",\"updatedOn\":\"2021-11-15T06:42:49.8263550Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fb1c8493-542b-48eb-b624-b4c8fea62acd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fb1c8493-542b-48eb-b624-b4c8fea62acd\"\ + },{\"properties\":{\"roleName\":\"Web PubSub Service Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Full access to Azure Web PubSub Service REST APIs\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.SignalRService/WebPubSub/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-03-24T09:10:11.8335180Z\",\"updatedOn\":\"2023-04-03T15:04:46.8247086Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/12cf5a90-567b-43ae-8102-96cf46c7d9b4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"12cf5a90-567b-43ae-8102-96cf46c7d9b4\"\ + },{\"properties\":{\"roleName\":\"Web PubSub Service Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Read-only access to Azure Web PubSub Service\ + \ REST APIs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.SignalRService/WebPubSub/*/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-03-24T09:11:12.6235436Z\",\"\ + updatedOn\":\"2023-04-03T15:04:46.8247086Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bfb1c7d2-fb1a-466b-b2ba-aee63b92deaf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bfb1c7d2-fb1a-466b-b2ba-aee63b92deaf\"\ + },{\"properties\":{\"roleName\":\"SignalR App Server\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets your app server access SignalR Service with AAD auth\ + \ options.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.SignalRService/SignalR/auth/accessKey/action\"\ + ,\"Microsoft.SignalRService/SignalR/serverConnection/write\",\"Microsoft.SignalRService/SignalR/clientConnection/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-29T06:54:40.1201435Z\",\"\ + updatedOn\":\"2021-11-16T05:19:04.8579948Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/420fcaa2-552c-430f-98ca-3264be4806c7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"420fcaa2-552c-430f-98ca-3264be4806c7\"\ + },{\"properties\":{\"roleName\":\"Virtual Machine User Login\",\"type\":\"\ + BuiltInRole\",\"description\":\"View Virtual Machines in the portal and login\ + \ as a regular user.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Compute/virtualMachines/*/read\",\"Microsoft.HybridCompute/machines/*/read\"\ + ,\"Microsoft.HybridConnectivity/endpoints/listCredentials/action\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Compute/virtualMachines/login/action\",\"\ + Microsoft.HybridCompute/machines/login/action\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2018-02-09T18:36:13.3315744Z\",\"updatedOn\":\"2021-11-18T00:55:50.6185845Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fb879df8-f326-4884-b1cf-06f3ad86be52\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fb879df8-f326-4884-b1cf-06f3ad86be52\"\ + },{\"properties\":{\"roleName\":\"Virtual Machine Administrator Login\",\"\ + type\":\"BuiltInRole\",\"description\":\"View Virtual Machines in the portal\ + \ and login as administrator\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Compute/virtualMachines/*/read\",\"Microsoft.HybridCompute/machines/*/read\"\ + ,\"Microsoft.HybridConnectivity/endpoints/listCredentials/action\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Compute/virtualMachines/login/action\",\"\ + Microsoft.Compute/virtualMachines/loginAsAdmin/action\",\"Microsoft.HybridCompute/machines/login/action\"\ + ,\"Microsoft.HybridCompute/machines/loginAsAdmin/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-02-09T18:36:13.3315744Z\",\"updatedOn\":\"2021-11-18T00:56:53.8134295Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1c0163c0-47e6-4577-8991-ea5c82e286e4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1c0163c0-47e6-4577-8991-ea5c82e286e4\"\ + },{\"properties\":{\"roleName\":\"Azure Arc VMware Private Clouds Onboarding\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure Arc VMware Private Clouds\ + \ Onboarding role has permissions to provision all the required resources\ + \ for onboard and deboard vCenter instances to Azure.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ConnectedVMwarevSphere/vcenters/Write\"\ + ,\"Microsoft.ConnectedVMwarevSphere/vcenters/Read\",\"Microsoft.ConnectedVMwarevSphere/vcenters/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ + ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ + ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.KubernetesConfiguration/extensions/Write\"\ + ,\"Microsoft.KubernetesConfiguration/extensions/Read\",\"Microsoft.KubernetesConfiguration/extensions/Delete\"\ + ,\"Microsoft.KubernetesConfiguration/operations/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/Write\",\"Microsoft.ExtendedLocation/customLocations/Delete\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\",\"Microsoft.ResourceConnector/appliances/Read\"\ + ,\"Microsoft.ResourceConnector/appliances/Write\",\"Microsoft.ResourceConnector/appliances/Delete\"\ + ,\"Microsoft.BackupSolutions/vmwareapplications/write\",\"Microsoft.BackupSolutions/vmwareapplications/delete\"\ + ,\"Microsoft.BackupSolutions/vmwareapplications/read\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-01T22:18:08.4480747Z\"\ + ,\"updatedOn\":\"2022-09-26T15:06:14.2584743Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/67d33e57-3129-45e6-bb0b-7cc522f762fa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"67d33e57-3129-45e6-bb0b-7cc522f762fa\"\ + },{\"properties\":{\"roleName\":\"Chamber Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage everything under your Modeling and Simulation\ + \ Workbench chamber.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.ModSimWorkbench/*/read\",\"Microsoft.ModSimWorkbench/workbenches/chambers/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[\"Microsoft.ModSimWorkbench/workbenches/chambers/fileRequests/manage/action\"\ + ],\"dataActions\":[\"Microsoft.ModSimWorkbench/workbenches/chambers/upload/action\"\ + ,\"Microsoft.ModSimWorkbench/workbenches/chambers/files/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-12-15T20:53:14.4428297Z\",\"updatedOn\":\"2023-02-08T21:48:40.8992376Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4e9b8407-af2e-495b-ae54-bb60a55b1b5a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4e9b8407-af2e-495b-ae54-bb60a55b1b5a\"\ + },{\"properties\":{\"roleName\":\"Chamber User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you view everything under your Modeling and Simulation\ + \ Workbench chamber, but not make any changes.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.ModSimWorkbench/workbenches/chambers/*/read\"\ + ,\"Microsoft.ModSimWorkbench/workbenches/chambers/workloads/*\",\"Microsoft.ModSimWorkbench/workbenches/chambers/getUploadUri/action\"\ + ,\"Microsoft.ModSimWorkbench/workbenches/chambers/fileRequests/getDownloadUri/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ModSimWorkbench/workbenches/chambers/upload/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-12-15T20:51:06.2119764Z\",\"\ + updatedOn\":\"2023-02-08T21:48:40.8982384Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4447db05-44ed-4da3-ae60-6cbece780e32\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4447db05-44ed-4da3-ae60-6cbece780e32\"\ + },{\"properties\":{\"roleName\":\"Windows Admin Center Administrator Login\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Let's you manage the OS of your\ + \ resource via Windows Admin Center as an administrator.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/*/read\"\ + ,\"Microsoft.HybridCompute/machines/extensions/*\",\"Microsoft.HybridCompute/machines/upgradeExtensions/action\"\ + ,\"Microsoft.HybridCompute/operations/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/publicIPAddresses/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/networkSecurityGroups/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules/read\",\"\ + Microsoft.Network/networkWatchers/securityGroupView/action\",\"Microsoft.Network/networkSecurityGroups/securityRules/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/securityRules/write\",\"Microsoft.HybridConnectivity/endpoints/write\"\ + ,\"Microsoft.HybridConnectivity/endpoints/read\",\"Microsoft.HybridConnectivity/endpoints/listManagedProxyDetails/action\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/patchAssessmentResults/latest/read\"\ + ,\"Microsoft.Compute/virtualMachines/patchAssessmentResults/latest/softwarePatches/read\"\ + ,\"Microsoft.Compute/virtualMachines/patchInstallationResults/read\",\"Microsoft.Compute/virtualMachines/patchInstallationResults/softwarePatches/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/read\",\"Microsoft.Compute/virtualMachines/instanceView/read\"\ + ,\"Microsoft.Compute/virtualMachines/runCommands/read\",\"Microsoft.Compute/virtualMachines/vmSizes/read\"\ + ,\"Microsoft.Compute/locations/publishers/artifacttypes/types/read\",\"Microsoft.Compute/locations/publishers/artifacttypes/types/versions/read\"\ + ,\"Microsoft.Compute/diskAccesses/read\",\"Microsoft.Compute/galleries/images/read\"\ + ,\"Microsoft.Compute/images/read\",\"Microsoft.AzureStackHCI/Clusters/Read\"\ + ,\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Read\",\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Extensions/Read\"\ + ,\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Extensions/Write\",\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Extensions/Delete\"\ + ,\"Microsoft.AzureStackHCI/Operations/Read\",\"Microsoft.ConnectedVMwarevSphere/VirtualMachines/Read\"\ + ,\"Microsoft.ConnectedVMwarevSphere/VirtualMachines/Extensions/Write\",\"\ + Microsoft.ConnectedVMwarevSphere/VirtualMachines/Extensions/Read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HybridCompute/machines/WACLoginAsAdmin/action\"\ + ,\"Microsoft.Compute/virtualMachines/WACloginAsAdmin/action\",\"Microsoft.AzureStackHCI/Clusters/WACloginAsAdmin/Action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/virtualmachines/WACloginAsAdmin/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-01-12T00:51:19.5581155Z\",\"\ + updatedOn\":\"2022-12-06T08:55:26.6040760Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a6333a3e-0164-44c3-b281-7a577aff287f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a6333a3e-0164-44c3-b281-7a577aff287f\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Policy Add-on Deployment\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Deploy the Azure Policy add-on\ + \ on Azure Kubernetes Service clusters\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Resources/deployments/*\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Network/publicIPPrefixes/join/action\",\"Microsoft.Network/publicIPAddresses/join/action\"\ + ,\"Microsoft.Compute/diskEncryptionSets/read\",\"Microsoft.Compute/proximityPlacementGroups/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-02-07T20:51:48.5662807Z\",\"updatedOn\":\"2022-03-15T19:19:34.9035909Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18ed5180-3e48-46fd-8541-4ea054d57064\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18ed5180-3e48-46fd-8541-4ea054d57064\"\ + },{\"properties\":{\"roleName\":\"Guest Configuration Resource Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you read, write Guest Configuration\ + \ Resource.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.GuestConfiguration/guestConfigurationAssignments/write\",\"Microsoft.GuestConfiguration/guestConfigurationAssignments/read\"\ + ,\"Microsoft.GuestConfiguration/guestConfigurationAssignments/*/read\",\"\ + Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-01-13T21:31:41.9626667Z\",\"updatedOn\"\ + :\"2022-02-10T19:22:44.9057916Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/088ab73d-1256-47ae-bea9-9de8e7131f31\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"088ab73d-1256-47ae-bea9-9de8e7131f31\"\ + },{\"properties\":{\"roleName\":\"Domain Services Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view Azure AD Domain Services and related network configurations\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Insights/Logs/Read\",\"Microsoft.Insights/Metrics/read\",\"Microsoft.Insights/DiagnosticSettings/read\"\ + ,\"Microsoft.Insights/DiagnosticSettingsCategories/Read\",\"Microsoft.AAD/domainServices/*/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/diagnosticSettings/read\"\ + ,\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/azureFirewalls/read\",\"Microsoft.Network/ddosProtectionPlans/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/*/read\"\ + ,\"Microsoft.Network/natGateways/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules/read\",\"\ + Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/networkSecurityGroups/securityRules/read\"\ + ,\"Microsoft.Network/routeTables/read\",\"Microsoft.Network/routeTables/routes/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-02-15T19:38:46.9043170Z\",\"updatedOn\":\"2022-06-24T19:00:35.7895894Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/361898ef-9ed1-48c2-849c-a832951106bb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"361898ef-9ed1-48c2-849c-a832951106bb\"\ + },{\"properties\":{\"roleName\":\"Domain Services Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Can manage Azure AD Domain Services and related\ + \ network configurations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Insights/Logs/Read\",\"Microsoft.Insights/Metrics/Read\",\"Microsoft.Insights/DiagnosticSettings/*\"\ + ,\"Microsoft.Insights/DiagnosticSettingsCategories/Read\",\"Microsoft.AAD/register/action\"\ + ,\"Microsoft.AAD/unregister/action\",\"Microsoft.AAD/domainServices/*\",\"\ + Microsoft.Network/register/action\",\"Microsoft.Network/unregister/action\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/write\"\ + ,\"Microsoft.Network/virtualNetworks/delete\",\"Microsoft.Network/virtualNetworks/peer/action\"\ + ,\"Microsoft.Network/virtualNetworks/join/action\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/write\",\"Microsoft.Network/virtualNetworks/subnets/delete\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/read\"\ + ,\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/write\",\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/delete\"\ + ,\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/diagnosticSettings/read\"\ + ,\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/azureFirewalls/read\",\"Microsoft.Network/ddosProtectionPlans/read\"\ + ,\"Microsoft.Network/ddosProtectionPlans/join/action\",\"Microsoft.Network/loadBalancers/read\"\ + ,\"Microsoft.Network/loadBalancers/delete\",\"Microsoft.Network/loadBalancers/*/read\"\ + ,\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\"\ + ,\"Microsoft.Network/natGateways/join/action\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/networkInterfaces/delete\"\ + ,\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/networkSecurityGroups/write\"\ + ,\"Microsoft.Network/networkSecurityGroups/delete\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/networkSecurityGroups/securityRules/read\",\"Microsoft.Network/networkSecurityGroups/securityRules/write\"\ + ,\"Microsoft.Network/networkSecurityGroups/securityRules/delete\",\"Microsoft.Network/routeTables/read\"\ + ,\"Microsoft.Network/routeTables/write\",\"Microsoft.Network/routeTables/delete\"\ + ,\"Microsoft.Network/routeTables/join/action\",\"Microsoft.Network/routeTables/routes/read\"\ + ,\"Microsoft.Network/routeTables/routes/write\",\"Microsoft.Network/routeTables/routes/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-02-15T19:40:22.3943189Z\",\"updatedOn\":\"2022-06-24T19:00:35.7895894Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/eeaeda52-9324-47f6-8069-5d5bade478b2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"eeaeda52-9324-47f6-8069-5d5bade478b2\"\ + },{\"properties\":{\"roleName\":\"DNS Resolver Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage DNS resolver resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Network/dnsResolvers/read\"\ + ,\"Microsoft.Network/dnsResolvers/write\",\"Microsoft.Network/dnsResolvers/delete\"\ + ,\"Microsoft.Network/dnsResolvers/join/action\",\"Microsoft.Network/dnsResolvers/inboundEndpoints/read\"\ + ,\"Microsoft.Network/dnsResolvers/inboundEndpoints/write\",\"Microsoft.Network/dnsResolvers/inboundEndpoints/delete\"\ + ,\"Microsoft.Network/dnsResolvers/inboundEndpoints/join/action\",\"Microsoft.Network/dnsResolvers/outboundEndpoints/read\"\ + ,\"Microsoft.Network/dnsResolvers/outboundEndpoints/write\",\"Microsoft.Network/dnsResolvers/outboundEndpoints/delete\"\ + ,\"Microsoft.Network/dnsResolvers/outboundEndpoints/join/action\",\"Microsoft.Network/dnsForwardingRulesets/read\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/write\",\"Microsoft.Network/dnsForwardingRulesets/delete\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/join/action\",\"Microsoft.Network/dnsForwardingRulesets/forwardingRules/read\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/forwardingRules/write\",\"Microsoft.Network/dnsForwardingRulesets/forwardingRules/delete\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks/read\",\"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks/write\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks/delete\",\"\ + Microsoft.Network/locations/dnsResolverOperationResults/read\",\"Microsoft.Network/locations/dnsResolverOperationStatuses/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/join/action\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/write\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/join/action\"\ + ,\"Microsoft.Network/virtualNetworks/joinLoadBalancer/action\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/joinLoadBalancer/action\",\"\ + Microsoft.Network/natGateways/join/action\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/routeTables/join/action\",\"Microsoft.Network/serviceEndpointPolicies/join/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-02-16T23:25:04.4308795Z\",\"updatedOn\":\"2022-03-11T20:54:26.6355690Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0f2ebee7-ffd4-4fc0-b3b7-664099fdad5d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0f2ebee7-ffd4-4fc0-b3b7-664099fdad5d\"\ + },{\"properties\":{\"roleName\":\"Data Operator for Managed Disks\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides permissions to upload data to\ + \ empty managed disks, read, or export data of managed disks (not attached\ + \ to running VMs) and snapshots using SAS URIs and Azure AD authentication.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Compute/disks/download/action\",\"Microsoft.Compute/disks/upload/action\"\ + ,\"Microsoft.Compute/snapshots/download/action\",\"Microsoft.Compute/snapshots/upload/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-03-01T01:28:23.8601778Z\",\"\ + updatedOn\":\"2022-03-01T01:28:23.8601778Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/959f8984-c045-4866-89c7-12bf9737be2e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"959f8984-c045-4866-89c7-12bf9737be2e\"\ + },{\"properties\":{\"roleName\":\"AgFood Platform Sensor Partner Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Provides contribute access to\ + \ manage sensor related entities in AgFood Platform Service\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.AgFoodPlatform/farmBeats/sensorPartnerScope/*\"],\"notDataActions\"\ + :[\"Microsoft.AgFoodPlatform/farmBeats/sensorPartnerScope/sensors/delete\"\ + ]}],\"createdOn\":\"2022-03-09T04:58:21.1168561Z\",\"updatedOn\":\"2022-10-26T05:24:21.6704842Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6b77f0a0-0d89-41cc-acd1-579c22c17a67\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6b77f0a0-0d89-41cc-acd1-579c22c17a67\"\ + },{\"properties\":{\"roleName\":\"Compute Gallery Sharing Admin\",\"type\"\ + :\"BuiltInRole\",\"description\":\"This role allows user to share gallery\ + \ to another subscription/tenant or share it to the public.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/galleries/share/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-03-10T00:33:29.0395291Z\",\"updatedOn\":\"2022-03-25T20:37:05.1839457Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1ef6a3be-d0ac-425d-8c01-acb62866290b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1ef6a3be-d0ac-425d-8c01-acb62866290b\"\ + },{\"properties\":{\"roleName\":\"Scheduled Patching Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides access to manage maintenance configurations\ + \ with maintenance scope InGuestPatch and corresponding configuration assignments\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Maintenance/maintenanceConfigurations/read\"\ + ,\"Microsoft.Maintenance/maintenanceConfigurations/write\",\"Microsoft.Maintenance/maintenanceConfigurations/delete\"\ + ,\"Microsoft.Maintenance/configurationAssignments/read\",\"Microsoft.Maintenance/configurationAssignments/write\"\ + ,\"Microsoft.Maintenance/configurationAssignments/delete\",\"Microsoft.Maintenance/configurationAssignments/maintenanceScope/InGuestPatch/read\"\ + ,\"Microsoft.Maintenance/configurationAssignments/maintenanceScope/InGuestPatch/write\"\ + ,\"Microsoft.Maintenance/configurationAssignments/maintenanceScope/InGuestPatch/delete\"\ + ,\"Microsoft.Maintenance/maintenanceConfigurations/maintenanceScope/InGuestPatch/read\"\ + ,\"Microsoft.Maintenance/maintenanceConfigurations/maintenanceScope/InGuestPatch/write\"\ + ,\"Microsoft.Maintenance/maintenanceConfigurations/maintenanceScope/InGuestPatch/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-03-21T10:28:02.1319658Z\",\"updatedOn\":\"2022-04-13T08:04:33.5842713Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cd08ab90-6b14-449c-ad9a-8f8e549482c6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cd08ab90-6b14-449c-ad9a-8f8e549482c6\"\ + },{\"properties\":{\"roleName\":\"DevCenter Dev Box User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides access to create and manage dev boxes.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DevCenter/projects/read\"\ + ,\"Microsoft.DevCenter/projects/*/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.DevCenter/projects/users/devboxes/userStop/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userStart/action\",\"Microsoft.DevCenter/projects/users/devboxes/userGetRemoteConnection/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userRead/action\",\"Microsoft.DevCenter/projects/users/devboxes/userWrite/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userDelete/action\",\"Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionRead/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionManage/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userActionRead/action\",\"\ + Microsoft.DevCenter/projects/users/devboxes/userActionManage/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-03-31T18:38:03.5210123Z\",\"updatedOn\"\ + :\"2023-03-22T19:17:56.5520463Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45d50f46-0b78-4001-a660-4198cbe8cd05\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"45d50f46-0b78-4001-a660-4198cbe8cd05\"\ + },{\"properties\":{\"roleName\":\"DevCenter Project Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides access to manage project resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DevCenter/projects/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[\"Microsoft.DevCenter/projects/write\",\"Microsoft.DevCenter/projects/delete\"\ + ],\"dataActions\":[\"Microsoft.DevCenter/projects/users/devboxes/adminStart/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/adminStop/action\",\"Microsoft.DevCenter/projects/users/devboxes/adminRead/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/adminWrite/action\",\"Microsoft.DevCenter/projects/users/devboxes/adminDelete/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userStop/action\",\"Microsoft.DevCenter/projects/users/devboxes/userStart/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userGetRemoteConnection/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userRead/action\",\"Microsoft.DevCenter/projects/users/devboxes/userWrite/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userDelete/action\",\"Microsoft.DevCenter/projects/users/environments/adminRead/action\"\ + ,\"Microsoft.DevCenter/projects/users/environments/userWrite/action\",\"Microsoft.DevCenter/projects/users/environments/userDelete/action\"\ + ,\"Microsoft.DevCenter/projects/users/environments/adminDelete/action\",\"\ + Microsoft.DevCenter/projects/users/environments/adminAction/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2022-03-31T19:42:55.7106886Z\",\"updatedOn\":\"2023-06-05T21:32:12.9474863Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/331c37c6-af14-46d9-b9f4-e1909e1b95a0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"331c37c6-af14-46d9-b9f4-e1909e1b95a0\"\ + },{\"properties\":{\"roleName\":\"Virtual Machine Local User Login\",\"type\"\ + :\"BuiltInRole\",\"description\":\"View Virtual Machines in the portal and\ + \ login as a local user configured on the arc server\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/*/read\"\ + ,\"Microsoft.HybridConnectivity/endpoints/listCredentials/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-06T23:57:10.4104571Z\"\ + ,\"updatedOn\":\"2022-04-16T18:55:26.3037328Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/602da2ba-a5c2-41da-b01d-5360126ab525\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"602da2ba-a5c2-41da-b01d-5360126ab525\"\ + },{\"properties\":{\"roleName\":\"Azure Arc ScVmm VM Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Arc ScVmm VM Contributor has permissions\ + \ to perform all VM actions.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"microsoft.scvmm/virtualmachines/*\",\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ + ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T17:19:45.4667566Z\"\ + ,\"updatedOn\":\"2023-05-17T07:13:04.3964110Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e582369a-e17b-42a5-b10c-874c387c530b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e582369a-e17b-42a5-b10c-874c387c530b\"\ + },{\"properties\":{\"roleName\":\"Azure Arc ScVmm Private Clouds Onboarding\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure Arc ScVmm Private Clouds\ + \ Onboarding role has permissions to provision all the required resources\ + \ for onboard and deboard vmm server instances to Azure.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"microsoft.scvmm/vmmservers/Read\"\ + ,\"microsoft.scvmm/vmmservers/Write\",\"microsoft.scvmm/vmmservers/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ + ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ + ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T17:20:24.2592061Z\"\ + ,\"updatedOn\":\"2023-05-17T07:13:04.3974107Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6aac74c4-6311-40d2-bbdd-7d01e7c6e3a9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6aac74c4-6311-40d2-bbdd-7d01e7c6e3a9\"\ + },{\"properties\":{\"roleName\":\"Azure Arc ScVmm Private Cloud User\",\"\ + type\":\"BuiltInRole\",\"description\":\"Azure Arc ScVmm Private Cloud User\ + \ has permissions to use the ScVmm resources to deploy VMs.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ + ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"microsoft.scvmm/virtualnetworks/join/action\"\ + ,\"microsoft.scvmm/virtualnetworks/Read\",\"microsoft.scvmm/virtualmachinetemplates/clone/action\"\ + ,\"microsoft.scvmm/virtualmachinetemplates/Read\",\"microsoft.scvmm/clouds/deploy/action\"\ + ,\"microsoft.scvmm/clouds/Read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T17:21:33.4624374Z\"\ + ,\"updatedOn\":\"2023-05-17T07:13:04.3964110Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c0781e91-8102-4553-8951-97c6d4243cda\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c0781e91-8102-4553-8951-97c6d4243cda\"\ + },{\"properties\":{\"roleName\":\"Azure Arc ScVmm Administrator role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Arc ScVmm VM Administrator has permissions\ + \ to perform all ScVmm actions.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ScVmm/*\",\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ + ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T17:23:36.5115227Z\"\ + ,\"updatedOn\":\"2023-05-17T06:58:04.1499219Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a92dfd61-77f9-4aec-a531-19858b406c87\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a92dfd61-77f9-4aec-a531-19858b406c87\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Importer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to read and import FHIR Data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/import/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-04-19T07:59:50.0236181Z\",\"\ + updatedOn\":\"2022-04-21T09:16:15.3849248Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4465e953-8ced-4406-a58e-0f6e3f3b530b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4465e953-8ced-4406-a58e-0f6e3f3b530b\"\ + },{\"properties\":{\"roleName\":\"API Management Developer Portal Content\ + \ Editor\",\"type\":\"BuiltInRole\",\"description\":\"Can customize the developer\ + \ portal, edit its content, and publish it.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/portalRevisions/read\"\ + ,\"Microsoft.ApiManagement/service/portalRevisions/write\",\"Microsoft.ApiManagement/service/contentTypes/read\"\ + ,\"Microsoft.ApiManagement/service/contentTypes/delete\",\"Microsoft.ApiManagement/service/contentTypes/write\"\ + ,\"Microsoft.ApiManagement/service/contentTypes/contentItems/read\",\"Microsoft.ApiManagement/service/contentTypes/contentItems/write\"\ + ,\"Microsoft.ApiManagement/service/contentTypes/contentItems/delete\"],\"\ + notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ + 2022-05-06T17:42:10.1276527Z\",\"updatedOn\":\"2022-05-10T21:44:17.7458996Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c031e6a8-4391-4de0-8d69-4706a7ed3729\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c031e6a8-4391-4de0-8d69-4706a7ed3729\"\ + },{\"properties\":{\"roleName\":\"VM Scanner Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role that provides access to disk snapshot for security\ + \ analysis.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/beginGetAccess/action\"\ + ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Compute/virtualMachineScaleSets/instanceView/read\",\"Microsoft.Compute/virtualMachineScaleSets/read\"\ + ,\"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/read\",\"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/instanceView/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-05-15T14:44:58.0697864Z\",\"updatedOn\":\"2022-06-06T17:44:18.2603469Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d24ecba3-c1f4-40fa-a7bb-4588a071e8fd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d24ecba3-c1f4-40fa-a7bb-4588a071e8fd\"\ + },{\"properties\":{\"roleName\":\"Elastic SAN Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full access to all resources under Azure Elastic\ + \ SAN including changing network security policies to unblock data path access\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ElasticSan/elasticSans/*\"\ + ,\"Microsoft.ElasticSan/locations/*\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-05-25T10:31:53.7129003Z\",\"updatedOn\"\ + :\"2022-08-22T15:27:30.0884957Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/80dcbedb-47ef-405d-95bd-188a1b4ac406\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"80dcbedb-47ef-405d-95bd-188a1b4ac406\"\ + },{\"properties\":{\"roleName\":\"Elastic SAN Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for control path read access to Azure Elastic SAN\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ElasticSan/elasticSans/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-05-31T04:56:26.3763359Z\",\"updatedOn\":\"2022-08-22T15:27:30.0884957Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/af6a70f8-3c9f-4105-acf1-d719e9fca4ca\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"af6a70f8-3c9f-4105-acf1-d719e9fca4ca\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Virtual Machine Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role is in preview and subject\ + \ to change. Provide permission to the Azure Virtual Desktop Resource Provider\ + \ to create, delete, update, start, and stop virtual machines.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/hostpools/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/write\",\"Microsoft.DesktopVirtualization/hostpools/retrieveRegistrationToken/action\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/write\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/delete\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/disconnect/action\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/sendMessage/action\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionHostConfigurations/read\"\ + ,\"Microsoft.Compute/availabilitySets/read\",\"Microsoft.Compute/availabilitySets/write\"\ + ,\"Microsoft.Compute/availabilitySets/vmSizes/read\",\"Microsoft.Compute/disks/read\"\ + ,\"Microsoft.Compute/disks/write\",\"Microsoft.Compute/disks/delete\",\"Microsoft.Compute/galleries/read\"\ + ,\"Microsoft.Compute/galleries/images/read\",\"Microsoft.Compute/galleries/images/versions/read\"\ + ,\"Microsoft.Compute/images/read\",\"Microsoft.Compute/locations/usages/read\"\ + ,\"Microsoft.Compute/locations/vmSizes/read\",\"Microsoft.Compute/operations/read\"\ + ,\"Microsoft.Compute/skus/read\",\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Compute/virtualMachines/write\",\"Microsoft.Compute/virtualMachines/delete\"\ + ,\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.Compute/virtualMachines/powerOff/action\"\ + ,\"Microsoft.Compute/virtualMachines/restart/action\",\"Microsoft.Compute/virtualMachines/deallocate/action\"\ + ,\"Microsoft.Compute/virtualMachines/runCommand/action\",\"Microsoft.Compute/virtualMachines/extensions/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/write\",\"Microsoft.Compute/virtualMachines/extensions/delete\"\ + ,\"Microsoft.Compute/virtualMachines/runCommands/read\",\"Microsoft.Compute/virtualMachines/runCommands/write\"\ + ,\"Microsoft.Compute/virtualMachines/vmSizes/read\",\"Microsoft.Network/networkSecurityGroups/read\"\ + ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/networkInterfaces/delete\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Marketplace/offerTypes/publishers/offers/plans/agreements/read\"\ + ,\"Microsoft.KeyVault/vaults/deploy/action\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-06-27T23:34:34.2924270Z\",\"updatedOn\":\"2022-07-14T23:59:09.6368154Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a959dbd1-f747-45e3-8ba6-dd80f235f97c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a959dbd1-f747-45e3-8ba6-dd80f235f97c\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Power On Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role is in preview and subject\ + \ to change. Provide permission to the Azure Virtual Desktop Resource Provider\ + \ to start virtual machines.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-06-27T23:34:34.8048994Z\"\ + ,\"updatedOn\":\"2022-07-14T23:59:09.6368154Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/489581de-a3bd-480d-9518-53dea7416b33\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"489581de-a3bd-480d-9518-53dea7416b33\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Power On Off Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role is in preview and subject\ + \ to change. Provide permission to the Azure Virtual Desktop Resource Provider\ + \ to start and stop virtual machines.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Compute/virtualMachines/deallocate/action\"\ + ,\"Microsoft.Compute/virtualMachines/restart/action\",\"Microsoft.Compute/virtualMachines/powerOff/action\"\ + ,\"Microsoft.Insights/eventtypes/values/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.DesktopVirtualization/hostpools/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/write\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/write\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/delete\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/sendMessage/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-06-27T23:34:34.8048994Z\",\"updatedOn\":\"2022-07-14T23:59:09.6368154Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/40c5ff49-9181-41f8-ae61-143b0e78555e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"40c5ff49-9181-41f8-ae61-143b0e78555e\"\ + },{\"properties\":{\"roleName\":\"Elastic SAN Volume Group Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for full access to a volume group\ + \ in Azure Elastic SAN including changing network security policies to unblock\ + \ data path access\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ,\"Microsoft.ElasticSan/elasticSans/volumeGroups/*\",\"Microsoft.ElasticSan/locations/asyncoperations/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-07-01T12:56:46.0182642Z\",\"updatedOn\":\"2022-08-22T15:27:30.0884957Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a8281131-f312-4f34-8d98-ae12be9f0d23\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a8281131-f312-4f34-8d98-ae12be9f0d23\"\ + },{\"properties\":{\"roleName\":\"Access Review Operator Service Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you grant Access Review System\ + \ app permissions to discover and revoke access as needed by the access review\ + \ process.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleAssignments/delete\"\ + ,\"Microsoft.Management/getEntities/action\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2022-07-01T20:18:33.8473541Z\"\ + ,\"updatedOn\":\"2022-07-01T20:18:33.8473541Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/76cc9ee4-d5d3-4a45-a930-26add3d73475\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"76cc9ee4-d5d3-4a45-a930-26add3d73475\"\ + },{\"properties\":{\"roleName\":\"Code Signing Identity Verifier\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Manage identity or business verification\ + \ requests. This role is in preview and subject to change.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CodeSigning/*/read\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.CodeSigning/IdentityVerification/Read\"\ + ,\"Microsoft.CodeSigning/IdentityVerification/Write\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2022-07-28T05:30:15.0114431Z\",\"updatedOn\":\"2022-11-01T05:16:07.2974025Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4339b7cf-9826-4e41-b4ed-c7f4505dac08\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4339b7cf-9826-4e41-b4ed-c7f4505dac08\"\ + },{\"properties\":{\"roleName\":\"Video Indexer Restricted Viewer\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has access to view and search through all\ + \ video's insights and transcription in the Video Indexer portal. No access\ + \ to model customization, embedding of widget, downloading videos, or sharing\ + \ the account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.VideoIndexer/*/read\",\"Microsoft.VideoIndexer/accounts/*/action\"\ + ],\"notActions\":[\"Microsoft.VideoIndexer/*/write\",\"Microsoft.VideoIndexer/*/delete\"\ + ,\"Microsoft.VideoIndexer/accounts/generateAccessToken/action\"],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2022-08-08T18:06:28.4761091Z\"\ + ,\"updatedOn\":\"2022-08-08T18:06:28.4761091Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a2c4a527-7dc0-4ee3-897b-403ade70fafb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a2c4a527-7dc0-4ee3-897b-403ade70fafb\"\ + },{\"properties\":{\"roleName\":\"Monitoring Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can access the data in an Azure Monitor Workspace.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Monitor/accounts/data/metrics/read\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-08-18T21:42:07.5907559Z\",\"updatedOn\"\ + :\"2022-10-06T18:45:11.9001059Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b0d8363b-8ddd-447d-831f-62ca05bff136\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b0d8363b-8ddd-447d-831f-62ca05bff136\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Writer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows read/write access to most\ + \ objects in a namespace.This role does not allow viewing or modifying roles\ + \ or role bindings. However, this role allows accessing Secrets as any ServiceAccount\ + \ in the namespace, so it can be used to gain the API access levels of any\ + \ ServiceAccount in the namespace. Applying this role at cluster scope will\ + \ give access across all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ContainerService/fleets/read\",\"Microsoft.ContainerService/fleets/listCredentials/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/fleets/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/fleets/apps/daemonsets/*\",\"Microsoft.ContainerService/fleets/apps/deployments/*\"\ + ,\"Microsoft.ContainerService/fleets/apps/statefulsets/*\",\"Microsoft.ContainerService/fleets/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.ContainerService/fleets/batch/cronjobs/*\",\"Microsoft.ContainerService/fleets/batch/jobs/*\"\ + ,\"Microsoft.ContainerService/fleets/configmaps/*\",\"Microsoft.ContainerService/fleets/endpoints/*\"\ + ,\"Microsoft.ContainerService/fleets/events.k8s.io/events/read\",\"Microsoft.ContainerService/fleets/events/read\"\ + ,\"Microsoft.ContainerService/fleets/extensions/daemonsets/*\",\"Microsoft.ContainerService/fleets/extensions/deployments/*\"\ + ,\"Microsoft.ContainerService/fleets/extensions/ingresses/*\",\"Microsoft.ContainerService/fleets/extensions/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/fleets/limitranges/read\",\"Microsoft.ContainerService/fleets/namespaces/read\"\ + ,\"Microsoft.ContainerService/fleets/networking.k8s.io/ingresses/*\",\"Microsoft.ContainerService/fleets/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/fleets/persistentvolumeclaims/*\",\"Microsoft.ContainerService/fleets/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.ContainerService/fleets/replicationcontrollers/*\",\"Microsoft.ContainerService/fleets/replicationcontrollers/*\"\ + ,\"Microsoft.ContainerService/fleets/resourcequotas/read\",\"Microsoft.ContainerService/fleets/secrets/*\"\ + ,\"Microsoft.ContainerService/fleets/serviceaccounts/*\",\"Microsoft.ContainerService/fleets/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-19T21:54:44.6234342Z\",\"\ + updatedOn\":\"2022-08-25T18:08:36.2213166Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5af6afb3-c06c-4fa4-8848-71a8aee05683\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5af6afb3-c06c-4fa4-8848-71a8aee05683\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager Contributor\ + \ Role\",\"type\":\"BuiltInRole\",\"description\":\"Grants access to read\ + \ and write Azure Kubernetes Fleet Manager clusters\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerService/fleets/*\"\ + ,\"Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2022-08-19T21:54:44.6234342Z\"\ + ,\"updatedOn\":\"2022-08-19T21:54:44.6234342Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/63bb64ad-9799-4770-b5c3-24ed299a07bf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"63bb64ad-9799-4770-b5c3-24ed299a07bf\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Cluster\ + \ Admin\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources\ + \ in the fleet manager cluster.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ContainerService/fleets/read\",\"Microsoft.ContainerService/fleets/listCredentials/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/fleets/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-19T21:54:44.6234342Z\",\"\ + updatedOn\":\"2022-08-19T21:54:44.6234342Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18ab4d3d-a1bf-4477-8ad9-8359bc988f69\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18ab4d3d-a1bf-4477-8ad9-8359bc988f69\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Admin\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role grants admin access\ + \ - provides write permissions on most objects within a a namespace, with\ + \ the exception of ResourceQuota object and the namespace object itself. Applying\ + \ this role at cluster scope will give access across all namespaces.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ContainerService/fleets/read\"\ + ,\"Microsoft.ContainerService/fleets/listCredentials/action\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ContainerService/fleets/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/fleets/apps/daemonsets/*\",\"Microsoft.ContainerService/fleets/apps/deployments/*\"\ + ,\"Microsoft.ContainerService/fleets/apps/statefulsets/*\",\"Microsoft.ContainerService/fleets/authorization.k8s.io/localsubjectaccessreviews/write\"\ + ,\"Microsoft.ContainerService/fleets/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.ContainerService/fleets/batch/cronjobs/*\",\"Microsoft.ContainerService/fleets/batch/jobs/*\"\ + ,\"Microsoft.ContainerService/fleets/configmaps/*\",\"Microsoft.ContainerService/fleets/endpoints/*\"\ + ,\"Microsoft.ContainerService/fleets/events.k8s.io/events/read\",\"Microsoft.ContainerService/fleets/events/read\"\ + ,\"Microsoft.ContainerService/fleets/extensions/daemonsets/*\",\"Microsoft.ContainerService/fleets/extensions/deployments/*\"\ + ,\"Microsoft.ContainerService/fleets/extensions/ingresses/*\",\"Microsoft.ContainerService/fleets/extensions/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/fleets/limitranges/read\",\"Microsoft.ContainerService/fleets/namespaces/read\"\ + ,\"Microsoft.ContainerService/fleets/networking.k8s.io/ingresses/*\",\"Microsoft.ContainerService/fleets/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/fleets/persistentvolumeclaims/*\",\"Microsoft.ContainerService/fleets/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.ContainerService/fleets/rbac.authorization.k8s.io/rolebindings/*\"\ + ,\"Microsoft.ContainerService/fleets/rbac.authorization.k8s.io/roles/*\",\"\ + Microsoft.ContainerService/fleets/replicationcontrollers/*\",\"Microsoft.ContainerService/fleets/replicationcontrollers/*\"\ + ,\"Microsoft.ContainerService/fleets/resourcequotas/read\",\"Microsoft.ContainerService/fleets/secrets/*\"\ + ,\"Microsoft.ContainerService/fleets/serviceaccounts/*\",\"Microsoft.ContainerService/fleets/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-19T21:54:44.6234342Z\",\"\ + updatedOn\":\"2022-08-25T18:08:36.2213166Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/434fb43a-c01c-447e-9f67-c3ad923cfaba\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"434fb43a-c01c-447e-9f67-c3ad923cfaba\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows read-only access to see\ + \ most objects in a namespace. It does not allow viewing roles or role bindings.\ + \ This role does not allow viewing Secrets, since reading the contents of\ + \ Secrets enables access to ServiceAccount credentials in the namespace, which\ + \ would allow API access as any ServiceAccount in the namespace (a form of\ + \ privilege escalation). Applying this role at cluster scope will give access\ + \ across all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ContainerService/fleets/read\",\"Microsoft.ContainerService/fleets/listCredentials/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/fleets/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/fleets/apps/daemonsets/read\",\"Microsoft.ContainerService/fleets/apps/deployments/read\"\ + ,\"Microsoft.ContainerService/fleets/apps/statefulsets/read\",\"Microsoft.ContainerService/fleets/autoscaling/horizontalpodautoscalers/read\"\ + ,\"Microsoft.ContainerService/fleets/batch/cronjobs/read\",\"Microsoft.ContainerService/fleets/batch/jobs/read\"\ + ,\"Microsoft.ContainerService/fleets/configmaps/read\",\"Microsoft.ContainerService/fleets/endpoints/read\"\ + ,\"Microsoft.ContainerService/fleets/events.k8s.io/events/read\",\"Microsoft.ContainerService/fleets/events/read\"\ + ,\"Microsoft.ContainerService/fleets/extensions/daemonsets/read\",\"Microsoft.ContainerService/fleets/extensions/deployments/read\"\ + ,\"Microsoft.ContainerService/fleets/extensions/ingresses/read\",\"Microsoft.ContainerService/fleets/extensions/networkpolicies/read\"\ + ,\"Microsoft.ContainerService/fleets/limitranges/read\",\"Microsoft.ContainerService/fleets/namespaces/read\"\ + ,\"Microsoft.ContainerService/fleets/networking.k8s.io/ingresses/read\",\"\ + Microsoft.ContainerService/fleets/networking.k8s.io/networkpolicies/read\"\ + ,\"Microsoft.ContainerService/fleets/persistentvolumeclaims/read\",\"Microsoft.ContainerService/fleets/policy/poddisruptionbudgets/read\"\ + ,\"Microsoft.ContainerService/fleets/replicationcontrollers/read\",\"Microsoft.ContainerService/fleets/replicationcontrollers/read\"\ + ,\"Microsoft.ContainerService/fleets/resourcequotas/read\",\"Microsoft.ContainerService/fleets/serviceaccounts/read\"\ + ,\"Microsoft.ContainerService/fleets/services/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2022-08-19T21:54:44.6234342Z\",\"updatedOn\":\"2022-08-25T18:08:36.2213166Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/30b27cfc-9c84-438e-b0ce-70e35255df80\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"30b27cfc-9c84-438e-b0ce-70e35255df80\"\ + },{\"properties\":{\"roleName\":\"Kubernetes Namespace User\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows a user to read namespace resources\ + \ and retrieve kubeconfig for the cluster\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.KubernetesConfiguration/namespaces/read\"\ + ,\"Microsoft.KubernetesConfiguration/namespaces/listUserCredential/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-08-23T05:53:29.2401441Z\",\"updatedOn\":\"2022-08-23T05:53:29.2401441Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ba79058c-0414-4a34-9e42-c3399d80cd5a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ba79058c-0414-4a34-9e42-c3399d80cd5a\"\ + },{\"properties\":{\"roleName\":\"Data Labeling - Labeler\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can label data in Labeling.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/workspaces/read\"\ + ,\"Microsoft.MachineLearningServices/workspaces/experiments/runs/read\",\"\ + Microsoft.MachineLearningServices/workspaces/labeling/projects/read\",\"Microsoft.MachineLearningServices/workspaces/labeling/projects/summary/read\"\ + ,\"Microsoft.MachineLearningServices/workspaces/labeling/labels/read\",\"\ + Microsoft.MachineLearningServices/workspaces/labeling/labels/write\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-01T18:26:59.8559741Z\"\ + ,\"updatedOn\":\"2022-09-07T18:52:08.6907182Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c6decf44-fd0a-444c-a844-d653c394e7ab\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c6decf44-fd0a-444c-a844-d653c394e7ab\"\ + },{\"properties\":{\"roleName\":\"Template Spec Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows full access to Template Spec operations\ + \ at the assigned scope.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Resources/templateSpecs/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-09-06T21:40:35.0538486Z\",\"updatedOn\":\"2022-09-06T21:40:35.0538486Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1c9b6475-caf0-4164-b5a1-2142a7116f4b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1c9b6475-caf0-4164-b5a1-2142a7116f4b\"\ + },{\"properties\":{\"roleName\":\"Template Spec Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows read access to Template Specs at the assigned scope.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/templateSpecs/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-09-06T21:40:35.0538486Z\",\"updatedOn\":\"2022-09-06T21:40:35.0538486Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/392ae280-861d-42bd-9ea5-08ee6d83b80e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"392ae280-861d-42bd-9ea5-08ee6d83b80e\"\ + },{\"properties\":{\"roleName\":\"Role Based Access Control Administrator\ + \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Manage access to\ + \ Azure resources by assigning roles using Azure RBAC. This role does not\ + \ allow you to manage access using other ways, such as Azure Policy.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/write\"\ + ,\"Microsoft.Authorization/roleAssignments/delete\",\"*/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-09-06T22:11:11.4458675Z\",\"updatedOn\":\"2022-09-06T22:11:11.4458675Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f58310d9-a9f6-439a-9e8d-f62e7b41a168\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f58310d9-a9f6-439a-9e8d-f62e7b41a168\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Playbook Operator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Microsoft Sentinel Playbook Operator\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Logic/workflows/read\"\ + ,\"Microsoft.Logic/workflows/triggers/listCallbackUrl/action\",\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/listCallbackUrl/action\"\ + ,\"Microsoft.Web/sites/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2022-09-19T15:10:00.4803785Z\",\"updatedOn\":\"2022-12-05T18:09:08.3556749Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/51d6186e-6489-4900-b93f-92e23144cca5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"51d6186e-6489-4900-b93f-92e23144cca5\"\ + },{\"properties\":{\"roleName\":\"Deployment Environments User\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides access to manage environment resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DevCenter/projects/read\"\ + ,\"Microsoft.DevCenter/projects/*/read\",\"Microsoft.Fidalgo/projects/read\"\ + ,\"Microsoft.Fidalgo/projects/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[\"Microsoft.DevCenter/projects/pools/read\"\ + ,\"Microsoft.Fidalgo/projects/pools/read\",\"Microsoft.DevCenter/projects/pools/schedules/read\"\ + ],\"dataActions\":[\"Microsoft.DevCenter/projects/users/environments/adminRead/action\"\ + ,\"Microsoft.DevCenter/projects/users/environments/userWrite/action\",\"Microsoft.DevCenter/projects/users/environments/userDelete/action\"\ + ,\"Microsoft.DevCenter/projects/users/environments/adminAction/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-09-20T20:51:42.7384536Z\",\"updatedOn\"\ + :\"2022-10-11T07:53:29.7067755Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e40d4e-8d2e-438d-97e1-9528336e149c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18e40d4e-8d2e-438d-97e1-9528336e149c\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Apps Connect Role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Azure Spring Apps Connect Role\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.AppPlatform/Spring/apps/deployments/connect/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2022-09-22T06:55:16.9189450Z\",\"updatedOn\":\"2022-09-22T06:55:16.9189450Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/80558df3-64f9-4c0f-b32d-e5094b036b0b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"80558df3-64f9-4c0f-b32d-e5094b036b0b\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Apps Remote Debugging Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure Spring Apps Remote Debugging\ + \ Role\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/apps/deployments/remotedebugging/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-09-22T07:10:29.3874610Z\",\"\ + updatedOn\":\"2022-09-22T07:10:29.3874610Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a99b0159-1064-4c22-a57b-c9b3caa1c054\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a99b0159-1064-4c22-a57b-c9b3caa1c054\"\ + },{\"properties\":{\"roleName\":\"AzureML Registry User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can perform all actions on Machine Learning Services Registry\ + \ assets\_as well as get Registry resources.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/registries/read\"\ + ,\"Microsoft.MachineLearningServices/registries/assets/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-26T15:06:14.4270097Z\"\ + ,\"updatedOn\":\"2022-09-26T15:06:14.4270097Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1823dd4f-9b8c-4ab6-ab4e-7397a3684615\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1823dd4f-9b8c-4ab6-ab4e-7397a3684615\"\ + },{\"properties\":{\"roleName\":\"AzureML Compute Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can access and perform CRUD operations on Machine Learning\ + \ Services managed compute resources (including Notebook VMs).\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/workspaces/computes/*\"\ + ,\"Microsoft.MachineLearningServices/workspaces/notebooks/vm/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-26T15:06:14.4270097Z\"\ + ,\"updatedOn\":\"2022-09-26T15:06:14.4270097Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e503ece1-11d0-4e8e-8e2c-7a6c3bf38815\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e503ece1-11d0-4e8e-8e2c-7a6c3bf38815\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role provides read access\ + \ to all capabilities of Azure Center for SAP solutions.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Advisor/configurations/read\"\ + ,\"Microsoft.Advisor/recommendations/read\",\"Microsoft.Workloads/sapvirtualInstances/*/read\"\ + ,\"Microsoft.Workloads/Locations/*/action\",\"Microsoft.Workloads/Operations/read\"\ + ,\"Microsoft.Workloads/Locations/OperationStatuses/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\"\ + ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/ipconfigurations/read\"\ + ,\"Microsoft.Network/networkInterfaces/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/backendAddressPools/read\"\ + ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/read\",\"Microsoft.Network/loadBalancers/loadBalancingRules/read\"\ + ,\"Microsoft.Network/loadBalancers/inboundNatRules/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/networkInterfaces/read\",\"Microsoft.Network/loadBalancers/outboundRules/read\"\ + ,\"Microsoft.Network/loadBalancers/virtualMachines/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/privateEndpoints/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/read\",\"Microsoft.Storage/storageAccounts/fileServices/shares/read\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/availabilitySets/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/read\",\"Microsoft.Compute/disks/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-09-30T06:12:33.9068922Z\",\"updatedOn\":\"2023-06-01T07:20:24.5246962Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/05352d14-a920-4328-a0de-4cbe7430e26b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"05352d14-a920-4328-a0de-4cbe7430e26b\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions service role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure Center for SAP solutions\ + \ service role - This role is intended to be used for providing the permissions\ + \ to user assigned managed identity. Azure Center for SAP solutions will use\ + \ this identity to deploy and manage SAP systems.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/write\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/write\"\ + ,\"Microsoft.Network/loadBalancers/backendAddressPools/read\",\"Microsoft.Network/loadBalancers/backendAddressPools/write\"\ + ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/read\",\"Microsoft.Network/loadBalancers/loadBalancingRules/read\"\ + ,\"Microsoft.Network/loadBalancers/inboundNatRules/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/networkInterfaces/read\",\"Microsoft.Network/loadBalancers/outboundRules/read\"\ + ,\"Microsoft.Network/loadBalancers/virtualMachines/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\"\ + ,\"Microsoft.Network/networkInterfaces/ipconfigurations/read\",\"Microsoft.Network/networkInterfaces/loadBalancers/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/checkIpAddressAvailability/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\"\ + ,\"Microsoft.Network/virtualNetworks/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/ipconfigurations/join/action\"\ + ,\"Microsoft.Network/privateEndpoints/read\",\"Microsoft.Network/privateEndpoints/write\"\ + ,\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\"\ + ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/join/action\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/subnets/joinLoadBalancer/action\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/write\"\ + ,\"Microsoft.Storage/storageAccounts/PrivateEndpointConnectionsApproval/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/read\",\"Microsoft.Storage/storageAccounts/fileServices/write\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/shares/read\",\"Microsoft.Storage/storageAccounts/fileServices/shares/write\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/write\"\ + ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Compute/availabilitySets/read\"\ + ,\"Microsoft.Compute/availabilitySets/write\",\"Microsoft.Compute/skus/read\"\ + ,\"Microsoft.Compute/sshPublicKeys/read\",\"Microsoft.Compute/virtualMachines/extensions/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/write\",\"Microsoft.Compute/virtualMachines/extensions/delete\"\ + ,\"Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/write\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-30T06:12:34.4541883Z\"\ + ,\"updatedOn\":\"2023-01-31T07:21:28.5445523Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/aabbc5dd-1af0-458b-a942-81af88f9c138\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"aabbc5dd-1af0-458b-a942-81af88f9c138\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role provides read and write\ + \ access to all capabilities of Azure Center for SAP solutions.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Advisor/configurations/read\"\ + ,\"Microsoft.Advisor/recommendations/read\",\"Microsoft.Workloads/sapvirtualInstances/*/read\"\ + ,\"Microsoft.Workloads/sapVirtualInstances/*/write\",\"Microsoft.Workloads/sapVirtualInstances/*/delete\"\ + ,\"Microsoft.Workloads/Locations/*/action\",\"Microsoft.Workloads/Locations/*/read\"\ + ,\"Microsoft.Workloads/sapVirtualInstances/*/start/action\",\"Microsoft.Workloads/sapVirtualInstances/*/stop/action\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/write\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/write\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/ipconfigurations/read\",\"Microsoft.Network/networkInterfaces/loadBalancers/read\"\ + ,\"Microsoft.Network/networkInterfaces/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/backendAddressPools/read\"\ + ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/read\",\"Microsoft.Network/loadBalancers/loadBalancingRules/read\"\ + ,\"Microsoft.Network/loadBalancers/inboundNatRules/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/networkInterfaces/read\",\"Microsoft.Network/loadBalancers/outboundRules/read\"\ + ,\"Microsoft.Network/loadBalancers/virtualMachines/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/privateEndpoints/read\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/routeTables/join/action\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/read\",\"Microsoft.Storage/storageAccounts/fileServices/shares/read\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/availabilitySets/read\"\ + ,\"Microsoft.Compute/sshPublicKeys/read\",\"Microsoft.Compute/sshPublicKeys/write\"\ + ,\"Microsoft.Compute/sshPublicKeys/*/generateKeyPair/action\",\"Microsoft.Compute/virtualMachines/extensions/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/delete\",\"Microsoft.Compute/disks/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-03T15:02:12.4663451Z\",\"\ + updatedOn\":\"2023-06-01T07:20:24.5246962Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7b0c7e81-271f-4c71-90bf-e30bdfdbc2f7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7b0c7e81-271f-4c71-90bf-e30bdfdbc2f7\"\ + },{\"properties\":{\"roleName\":\"Azure Traffic Controller Configuration Manager\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows access to traffic controller\ + \ resource. Also allows all confiuration Updates on traffic controller\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ServiceNetworking/trafficControllers/read\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/write\",\"Microsoft.ServiceNetworking/trafficControllers/delete\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/frontends/read\",\"Microsoft.ServiceNetworking/trafficControllers/frontends/write\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/frontends/delete\",\"Microsoft.ServiceNetworking/trafficControllers/associations/read\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/associations/write\",\"\ + Microsoft.ServiceNetworking/trafficControllers/associations/delete\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ServiceNetworking/trafficControllers/serviceRoutingConfigurations/read\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/serviceRoutingConfigurations/write\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/serviceRoutingConfigurations/delete\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-05T01:07:25.0493972Z\",\"\ + updatedOn\":\"2022-10-26T23:56:58.2547550Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fbc52c3f-28ad-4303-a892-8a056630b8f1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fbc52c3f-28ad-4303-a892-8a056630b8f1\"\ + },{\"properties\":{\"roleName\":\"FHIR SMART User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user to access FHIR Service according to SMART\ + \ on FHIR specification\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/read\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\",\"Microsoft.HealthcareApis/services/fhir/resources/smart/action\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/smart/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-25T15:11:56.8461766Z\",\"\ + updatedOn\":\"2022-12-05T20:11:06.0992340Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4ba50f17-9666-485c-a643-ff00808643f0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4ba50f17-9666-485c-a643-ff00808643f0\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services OpenAI Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Full access including the ability\ + \ to fine-tune, deploy and generate text\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/OpenAI/*\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2022-10-25T20:16:34.9493725Z\",\"updatedOn\":\"2022-10-25T20:16:34.9493725Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a001fd3d-188f-4b5d-821b-7da978bf7442\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a001fd3d-188f-4b5d-821b-7da978bf7442\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services OpenAI User\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Ability to view files, models, deployments.\ + \ Readers can't make any changes They can inference\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/OpenAI/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/engines/completions/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/engines/search/action\",\"\ + Microsoft.CognitiveServices/accounts/OpenAI/engines/generate/action\",\"Microsoft.CognitiveServices/accounts/OpenAI/engines/completions/write\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/search/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/completions/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/chat/completions/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/extensions/chat/completions/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/embeddings/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/completions/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-25T20:16:34.9493725Z\",\"\ + updatedOn\":\"2023-05-26T18:39:17.4065060Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e0bd9bd-7b93-4f28-af87-19fc36ad61bd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e0bd9bd-7b93-4f28-af87-19fc36ad61bd\"\ + },{\"properties\":{\"roleName\":\"Impact Reporter\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows access to create/report, read and delete impacts\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Impact/WorkloadImpacts/*\"\ + ,\"Microsoft.Impact/ImpactCategories/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2022-10-26T20:23:26.2218757Z\"\ + ,\"updatedOn\":\"2022-11-04T20:01:52.7464373Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36e80216-a7e8-4f42-a7e1-f12c98cbaf8a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"36e80216-a7e8-4f42-a7e1-f12c98cbaf8a\"\ + },{\"properties\":{\"roleName\":\"Impact Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows read-only access to reported impacts and impact\ + \ categories\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Impact/WorkloadImpacts/read\",\"Microsoft.Impact/ImpactCategories/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-10-26T20:38:41.9711782Z\",\"updatedOn\":\"2022-11-04T20:01:52.7464373Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/68ff5d27-c7f5-4fa9-a21c-785d0df7bd9e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"68ff5d27-c7f5-4fa9-a21c-785d0df7bd9e\"\ + },{\"properties\":{\"roleName\":\"ContainerApp Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"View all containerapp resources, but does not allow you\ + \ to make any changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.App/containerApps/*/read\",\"Microsoft.App/containerApps/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-11-04T22:03:42.8478872Z\",\"updatedOn\":\"2022-12-20T18:33:40.2659251Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ad2dd5fb-cd4b-4fd4-a9b6-4fed3630980b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ad2dd5fb-cd4b-4fd4-a9b6-4fed3630980b\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Cluster Monitoring\ + \ User\",\"type\":\"BuiltInRole\",\"description\":\"List cluster monitoring\ + \ user credential action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.ContainerService/managedClusters/listClusterMonitoringUserCredential/action\"\ + ,\"Microsoft.ContainerService/managedClusters/read\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-11-07T16:03:48.7116491Z\"\ + ,\"updatedOn\":\"2023-02-02T03:07:23.3237688Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1afdec4b-e479-420e-99e7-f82237c7c5e6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1afdec4b-e479-420e-99e7-f82237c7c5e6\"\ + },{\"properties\":{\"roleName\":\"Azure Connected Machine Resource Manager\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Custom Role for AzureStackHCI\ + \ RP to manage hybrid compute machines and hybrid connectivity endpoints in\ + \ a resource group\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.HybridConnectivity/endpoints/read\",\"Microsoft.HybridConnectivity/endpoints/write\"\ + ,\"Microsoft.HybridConnectivity/endpoints/serviceConfigurations/read\",\"\ + Microsoft.HybridConnectivity/endpoints/serviceConfigurations/write\",\"Microsoft.HybridCompute/machines/read\"\ + ,\"Microsoft.HybridCompute/machines/write\",\"Microsoft.HybridCompute/machines/delete\"\ + ,\"Microsoft.HybridCompute/machines/extensions/read\",\"Microsoft.HybridCompute/machines/extensions/write\"\ + ,\"Microsoft.HybridCompute/machines/extensions/delete\",\"Microsoft.HybridCompute/*/read\"\ + ,\"Microsoft.HybridCompute/machines/UpgradeExtensions/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-11-11T07:00:46.0732593Z\"\ + ,\"updatedOn\":\"2023-05-09T10:45:39.1904419Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f5819b54-e033-4d82-ac66-4fec3cbf3f4c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f5819b54-e033-4d82-ac66-4fec3cbf3f4c\"\ + },{\"properties\":{\"roleName\":\"SqlDb Migration Role\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role for SqlDb migration\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Sql/servers/read\",\"Microsoft.Sql/servers/write\"\ + ,\"Microsoft.Sql/servers/databases/read\",\"Microsoft.Sql/servers/databases/write\"\ + ,\"Microsoft.Sql/servers/databases/delete\",\"Microsoft.DataMigration/locations/operationResults/read\"\ + ,\"Microsoft.DataMigration/locations/operationStatuses/read\",\"Microsoft.DataMigration/locations/sqlMigrationServiceOperationResults/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/write\",\"Microsoft.DataMigration/databaseMigrations/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/delete\",\"Microsoft.DataMigration/databaseMigrations/cancel/action\"\ + ,\"Microsoft.DataMigration/databaseMigrations/cutover/action\",\"Microsoft.DataMigration/sqlMigrationServices/write\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/delete\",\"Microsoft.DataMigration/sqlMigrationServices/read\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listAuthKeys/action\",\"Microsoft.DataMigration/sqlMigrationServices/regenerateAuthKeys/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/deleteNode/action\",\"Microsoft.DataMigration/sqlMigrationServices/listMonitoringData/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listMigrations/read\",\"Microsoft.DataMigration/sqlMigrationServices/MonitoringData/read\"\ + ,\"Microsoft.DataMigration/register/action\",\"Microsoft.DataMigration/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-12-05T22:44:49.0534137Z\",\"updatedOn\":\"2023-02-16T20:05:09.8576114Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/189207d4-bb67-4208-a635-b06afe8b2c57\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"189207d4-bb67-4208-a635-b06afe8b2c57\"\ + },{\"properties\":{\"roleName\":\"Bayer Ag Powered Services Imagery Solution\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Provide access to Imagery Solution\ + \ by Bayer Ag Powered Services\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/read\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/write\",\"Microsoft.AgFoodPlatform/farmBeats/ingestionJobs/satelliteDataIngestionJobs/*\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/scenes/*\",\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insights/*\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insightAttachments/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-01-10T09:47:50.1779616Z\",\"\ + updatedOn\":\"2023-03-15T11:12:45.0172539Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ef29765d-0d37-4119-a4f8-f9f9902c9588\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ef29765d-0d37-4119-a4f8-f9f9902c9588\"\ + },{\"properties\":{\"roleName\":\"Bayer Ag Powered Services GDU Solution\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Provide access to GDU Solution\ + \ by Bayer Ag Powered Services\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/read\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insights/*\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insightAttachments/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-01-10T09:47:50.1779616Z\",\"\ + updatedOn\":\"2023-03-15T11:12:45.0172539Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c4bc862a-3b64-4a35-a021-a380c159b042\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c4bc862a-3b64-4a35-a021-a380c159b042\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions Service role\ + \ for management\",\"type\":\"BuiltInRole\",\"description\":\"This role has\ + \ permissions that the user assigned managed identity must have to enable\ + \ registration for the existing systems.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2023-01-11T08:53:15.6986879Z\",\"updatedOn\":\"2023-01-31T07:21:28.5445523Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0105a6b0-4bb9-43d2-982a-12806f9faddb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0105a6b0-4bb9-43d2-982a-12806f9faddb\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions Management\ + \ role\",\"type\":\"BuiltInRole\",\"description\":\"This role has permissions\ + \ which allow users to register existing systems, view and manage systems.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-01-11T08:53:15.6986879Z\"\ + ,\"updatedOn\":\"2023-01-31T07:21:28.5445523Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6d949e1d-41e2-46e3-8920-c6e4f31a8310\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6d949e1d-41e2-46e3-8920-c6e4f31a8310\"\ + },{\"properties\":{\"roleName\":\"Kubernetes Agentless Operator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Grants Microsoft Defender for Cloud access\ + \ to Azure Kubernetes Services\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings/write\"\ + ,\"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings/read\"\ + ,\"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings/delete\"\ + ,\"Microsoft.ContainerService/managedClusters/read\",\"Microsoft.Features/features/read\"\ + ,\"Microsoft.Features/providers/features/read\",\"Microsoft.Features/providers/features/register/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-11T12:55:52.3130880Z\",\"updatedOn\":\"2023-04-17T10:56:00.5450408Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d5a2ae44-610b-4500-93be-660a0c5f5ca6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d5a2ae44-610b-4500-93be-660a0c5f5ca6\"\ + },{\"properties\":{\"roleName\":\"Azure Usage Billing Data Sender\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Azure Usage Billing shared BuiltIn role\ + \ to be used for all Customer Account Authentication\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.UsageBilling/accounts/inputs/send/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2023-01-11T20:30:19.7013219Z\",\"updatedOn\":\"2023-01-24T19:01:11.7372358Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f0310ce6-e953-4cf8-b892-fb1c87eaf7f6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f0310ce6-e953-4cf8-b892-fb1c87eaf7f6\"\ + },{\"properties\":{\"roleName\":\"SqlMI Migration Role\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role for SqlMI migration\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Sql/managedInstances/read\",\"\ + Microsoft.Sql/managedInstances/write\",\"Microsoft.Sql/managedInstances/databases/read\"\ + ,\"Microsoft.Sql/managedInstances/databases/write\",\"Microsoft.Sql/managedInstances/databases/delete\"\ + ,\"Microsoft.Sql/managedInstances/metrics/read\",\"Microsoft.DataMigration/locations/operationResults/read\"\ + ,\"Microsoft.DataMigration/locations/operationStatuses/read\",\"Microsoft.DataMigration/locations/sqlMigrationServiceOperationResults/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/write\",\"Microsoft.DataMigration/databaseMigrations/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/delete\",\"Microsoft.DataMigration/databaseMigrations/cancel/action\"\ + ,\"Microsoft.DataMigration/databaseMigrations/cutover/action\",\"Microsoft.DataMigration/sqlMigrationServices/write\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/delete\",\"Microsoft.DataMigration/sqlMigrationServices/read\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listAuthKeys/action\",\"Microsoft.DataMigration/sqlMigrationServices/regenerateAuthKeys/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/deleteNode/action\",\"Microsoft.DataMigration/sqlMigrationServices/listMonitoringData/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listMigrations/read\",\"Microsoft.DataMigration/sqlMigrationServices/MonitoringData/read\"\ + ,\"Microsoft.DataMigration/register/action\",\"Microsoft.DataMigration/operations/read\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-01-27T02:46:10.6718077Z\"\ + ,\"updatedOn\":\"2023-02-16T20:05:09.8576114Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1d335eef-eee1-47fe-a9e0-53214eba8872\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1d335eef-eee1-47fe-a9e0-53214eba8872\"\ + },{\"properties\":{\"roleName\":\"SqlVM Migration Role\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role for SqlVM migration\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.DataMigration/locations/operationResults/read\"\ + ,\"Microsoft.DataMigration/locations/operationStatuses/read\",\"Microsoft.DataMigration/locations/sqlMigrationServiceOperationResults/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/write\",\"Microsoft.DataMigration/databaseMigrations/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/delete\",\"Microsoft.DataMigration/databaseMigrations/cancel/action\"\ + ,\"Microsoft.DataMigration/databaseMigrations/cutover/action\",\"Microsoft.DataMigration/sqlMigrationServices/write\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/delete\",\"Microsoft.DataMigration/sqlMigrationServices/read\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listAuthKeys/action\",\"Microsoft.DataMigration/sqlMigrationServices/regenerateAuthKeys/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/deleteNode/action\",\"Microsoft.DataMigration/sqlMigrationServices/listMonitoringData/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listMigrations/read\",\"Microsoft.DataMigration/sqlMigrationServices/MonitoringData/read\"\ + ,\"Microsoft.DataMigration/register/action\",\"Microsoft.DataMigration/operations/read\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.SqlVirtualMachine/sqlVirtualMachines/read\"\ + ,\"Microsoft.SqlVirtualMachine/sqlVirtualMachines/write\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-01-27T02:46:10.6718077Z\"\ + ,\"updatedOn\":\"2023-02-16T20:05:09.8576114Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ae8036db-e102-405b-a1b9-bae082ea436d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ae8036db-e102-405b-a1b9-bae082ea436d\"\ + },{\"properties\":{\"roleName\":\"Bayer Ag Powered Services CWUM Solution\ + \ User Role\",\"type\":\"BuiltInRole\",\"description\":\"Provide access to\ + \ CWUM Solution by Bayer Ag Powered Services\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/read\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/write\",\"Microsoft.AgFoodPlatform/farmBeats/ingestionJobs/satelliteDataIngestionJobs/*\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/scenes/*\",\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insights/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-01-27T11:36:43.9237787Z\",\"\ + updatedOn\":\"2023-02-22T15:38:25.6846785Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a9b99099-ead7-47db-8fcf-072597a61dfa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a9b99099-ead7-47db-8fcf-072597a61dfa\"\ + },{\"properties\":{\"roleName\":\"Azure Front Door Secret Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can view Azure Front Door secrets, but\ + \ can't make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Cdn/operationresults/profileresults/secretresults/read\"\ + ,\"Microsoft.Cdn/profiles/secrets/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-31T15:27:34.9715174Z\",\"updatedOn\":\"2023-01-31T15:27:34.9715174Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0db238c4-885e-4c4f-a933-aa2cef684fca\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0db238c4-885e-4c4f-a933-aa2cef684fca\"\ + },{\"properties\":{\"roleName\":\"Azure Front Door Domain Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage Azure Front Door domains,\ + \ but can't grant access to other users.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Cdn/operationresults/profileresults/customdomainresults/read\"\ + ,\"Microsoft.Cdn/profiles/customdomains/read\",\"Microsoft.Cdn/profiles/customdomains/write\"\ + ,\"Microsoft.Cdn/profiles/customdomains/delete\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-31T15:27:34.9715174Z\",\"updatedOn\":\"2023-01-31T15:27:34.9715174Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0ab34830-df19-4f8c-b84e-aa85b8afa6e8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0ab34830-df19-4f8c-b84e-aa85b8afa6e8\"\ + },{\"properties\":{\"roleName\":\"Azure Front Door Domain Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can view Azure Front Door domains, but\ + \ can't make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Cdn/operationresults/profileresults/customdomainresults/read\"\ + ,\"Microsoft.Cdn/profiles/customdomains/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-31T15:27:34.9725169Z\",\"updatedOn\":\"2023-01-31T15:27:34.9725169Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0f99d363-226e-4dca-9920-b807cf8e1a5f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0f99d363-226e-4dca-9920-b807cf8e1a5f\"\ + },{\"properties\":{\"roleName\":\"Azure Front Door Secret Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage Azure Front Door secrets,\ + \ but can't grant access to other users.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Cdn/operationresults/profileresults/secretresults/read\"\ + ,\"Microsoft.Cdn/profiles/secrets/read\",\"Microsoft.Cdn/profiles/secrets/write\"\ + ,\"Microsoft.Cdn/profiles/secrets/delete\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-31T15:27:34.9715174Z\",\"updatedOn\":\"2023-01-31T15:27:34.9715174Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3f2eb865-5811-4578-b90a-6fc6fa0df8e5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3f2eb865-5811-4578-b90a-6fc6fa0df8e5\"\ + },{\"properties\":{\"roleName\":\"Azure Stack HCI registration role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Custom Azure role to allow subscription-level\ + \ access to register Azure Stack HCI\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.AzureStackHCI/register/action\",\"Microsoft.AzureStackHCI/Unregister/Action\"\ + ,\"Microsoft.AzureStackHCI/clusters/*\",\"Microsoft.HybridCompute/register/action\"\ + ,\"Microsoft.GuestConfiguration/register/action\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/write\",\"Microsoft.Resources/subscriptions/resourceGroups/delete\"\ + ,\"Microsoft.HybridConnectivity/register/action\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2023-02-01T05:07:09.8184980Z\"\ + ,\"updatedOn\":\"2023-03-23T23:51:11.7541154Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bda0d508-adf1-4af0-9c28-88919fc3ae06\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bda0d508-adf1-4af0-9c28-88919fc3ae06\"\ + },{\"properties\":{\"roleName\":\"MySQL Backup And Export Operator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Grants full access to manage backup and\ + \ export resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DBforMySQL/flexibleServers/validateBackup/action\",\"Microsoft.DBforMySQL/flexibleServers/backupAndExport/action\"\ + ,\"Microsoft.DBforMySQL/locations/operationResults/read\",\"Microsoft.DBforMySQL/locations/azureAsyncOperation/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-02-01T06:07:53.2476095Z\",\"updatedOn\":\"2023-05-10T10:39:13.7776743Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d18ad5f3-1baf-4119-b49b-d944edb1f9d0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d18ad5f3-1baf-4119-b49b-d944edb1f9d0\"\ + },{\"properties\":{\"roleName\":\"LocalNGFirewallAdministrator role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows user to create, modify, describe,\ + \ or delete NGFirewalls.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"PaloAltoNetworks.Cloudngfw/firewalls/*\",\"PaloAltoNetworks.Cloudngfw/localRulestacks/read\"\ + ,\"PaloAltoNetworks.Cloudngfw/globalRulestacks/read\",\"PaloAltoNetworks.Cloudngfw/Locations/operationStatuses/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/write\",\"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Network/publicIPAddresses/write\",\"Microsoft.Network/publicIPAddresses/read\"\ + ,\"Microsoft.Network/publicIPAddresses/join/action\",\"Microsoft.Network/networkVirtualAppliances/read\"\ + ,\"Microsoft.Network/networkVirtualAppliances/write\",\"Microsoft.Network/networkVirtualAppliances/delete\"\ + ,\"Microsoft.Network/virtualHubs/read\",\"Microsoft.Network/virtualWans/read\"\ + ,\"Microsoft.Network/virtualWans/virtualHubs/read\",\"Microsoft.Network/networkSecurityGroups/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/join/action\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-02-01T11:41:41.0153565Z\"\ + ,\"updatedOn\":\"2023-03-09T17:37:16.4519032Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a8835c7d-b5cb-47fa-b6f0-65ea10ce07a2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a8835c7d-b5cb-47fa-b6f0-65ea10ce07a2\"\ + },{\"properties\":{\"roleName\":\"LocalRulestacksAdministrator role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows users to create, modify, describe,\ + \ or delete Rulestacks.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"PaloAltoNetworks.Cloudngfw/localRulestacks/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2023-02-01T11:41:41.0153565Z\",\"updatedOn\":\"2023-02-16T00:07:35.4735717Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bfc3b73d-c6ff-45eb-9a5f-40298295bf20\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bfc3b73d-c6ff-45eb-9a5f-40298295bf20\"\ + },{\"properties\":{\"roleName\":\"Azure Extension for SQL Server Deployment\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft.AzureArcData service\ + \ role to enable deployment of Azure Extension for SQL Server\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.HybridCompute/machines/extensions/write\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-03-07T19:20:48.6593489Z\"\ + ,\"updatedOn\":\"2023-05-02T00:29:34.7065502Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7392c568-9289-4bde-aaaa-b7131215889d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7392c568-9289-4bde-aaaa-b7131215889d\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Data Read and Batch Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"This role can be used to assign read\ + \ and batch actions on Azure Maps.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Maps/accounts/services/*/read\"\ + ,\"Microsoft.Maps/accounts/services/batch/action\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2023-03-13T22:02:29.8819187Z\",\"updatedOn\":\"2023-05-12T22:06:52.7496289Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d6470a16-71bd-43ab-86b3-6f3a73f4e787\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d6470a16-71bd-43ab-86b3-6f3a73f4e787\"\ + },{\"properties\":{\"roleName\":\"API Management Service Workspace API Developer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Has read access to tags and products\ + \ and write access to allow: assigning APIs to products, assigning tags to\ + \ products and APIs. This role should be assigned on the service scope.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/tags/read\"\ + ,\"Microsoft.ApiManagement/service/tags/apiLinks/*\",\"Microsoft.ApiManagement/service/tags/operationLinks/*\"\ + ,\"Microsoft.ApiManagement/service/tags/productLinks/*\",\"Microsoft.ApiManagement/service/products/read\"\ + ,\"Microsoft.ApiManagement/service/products/apiLinks/*\",\"Microsoft.ApiManagement/service/read\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2023-03-17T21:07:02.7698730Z\",\"updatedOn\"\ + :\"2023-03-17T21:07:02.7698730Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9565a273-41b9-4368-97d2-aeb0c976a9b3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9565a273-41b9-4368-97d2-aeb0c976a9b3\"\ + },{\"properties\":{\"roleName\":\"API Management Workspace API Developer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Has read access to entities in\ + \ the workspace and read and write access to entities for editing APIs. This\ + \ role should be assigned on the workspace scope.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/workspaces/*/read\"\ + ,\"Microsoft.ApiManagement/service/workspaces/apis/*\",\"Microsoft.ApiManagement/service/workspaces/apiVersionSets/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/policies/*\",\"Microsoft.ApiManagement/service/workspaces/schemas/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/products/*\",\"Microsoft.ApiManagement/service/workspaces/policyFragments/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/namedValues/*\",\"Microsoft.ApiManagement/service/workspaces/tags/*\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2023-03-17T21:07:02.7688737Z\",\"updatedOn\"\ + :\"2023-03-17T21:07:02.7688737Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/56328988-075d-4c6a-8766-d93edd6725b6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"56328988-075d-4c6a-8766-d93edd6725b6\"\ + },{\"properties\":{\"roleName\":\"API Management Service Workspace API Product\ + \ Manager\",\"type\":\"BuiltInRole\",\"description\":\"Has the same access\ + \ as API Management Service Workspace API Developer as well as read access\ + \ to users and write access to allow assigning users to groups. This role\ + \ should be assigned on the service scope.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/users/read\"\ + ,\"Microsoft.ApiManagement/service/tags/read\",\"Microsoft.ApiManagement/service/tags/apiLinks/*\"\ + ,\"Microsoft.ApiManagement/service/tags/operationLinks/*\",\"Microsoft.ApiManagement/service/tags/productLinks/*\"\ + ,\"Microsoft.ApiManagement/service/products/read\",\"Microsoft.ApiManagement/service/products/apiLinks/*\"\ + ,\"Microsoft.ApiManagement/service/groups/users/*\",\"Microsoft.ApiManagement/service/read\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2023-03-17T21:07:02.7658744Z\",\"updatedOn\"\ + :\"2023-03-17T21:07:02.7658744Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d59a3e9c-6d52-4a5a-aeed-6bf3cf0e31da\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d59a3e9c-6d52-4a5a-aeed-6bf3cf0e31da\"\ + },{\"properties\":{\"roleName\":\"API Management Workspace Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has read-only access to entities in the\ + \ workspace. This role should be assigned on the workspace scope.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/workspaces/*/read\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2023-03-17T21:07:02.7658744Z\",\"updatedOn\"\ + :\"2023-03-17T21:07:02.7658744Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ef1c2c96-4a77-49e8-b9a4-6179fe1d2fd2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ef1c2c96-4a77-49e8-b9a4-6179fe1d2fd2\"\ + },{\"properties\":{\"roleName\":\"API Management Workspace API Product Manager\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Has read access to entities in\ + \ the workspace and read and write access to entities for publishing APIs.\ + \ This role should be assigned on the workspace scope.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/workspaces/*/read\"\ + ,\"Microsoft.ApiManagement/service/workspaces/products/*\",\"Microsoft.ApiManagement/service/workspaces/subscriptions/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/groups/*\",\"Microsoft.ApiManagement/service/workspaces/tags/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/notifications/*\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-03-17T21:07:02.7718736Z\",\"updatedOn\":\"2023-03-17T21:07:02.7718736Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/73c2c328-d004-4c5e-938c-35c6f5679a1f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"73c2c328-d004-4c5e-938c-35c6f5679a1f\"\ + },{\"properties\":{\"roleName\":\"API Management Workspace Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage the workspace and view,\ + \ but not modify its members. This role should be assigned on the workspace\ + \ scope.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ApiManagement/service/workspaces/*\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-03-17T21:07:02.7698730Z\",\"updatedOn\":\"2023-03-17T21:07:02.7698730Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0c34c906-8d99-4cb7-8bb7-33f5b0a1a799\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0c34c906-8d99-4cb7-8bb7-33f5b0a1a799\"\ + },{\"properties\":{\"roleName\":\"Storage File Data Privileged Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Customer has read access on Azure\ + \ Storage file shares.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/readFileBackupSemantics/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-03-21T20:32:31.6922330Z\",\"\ + updatedOn\":\"2023-04-04T19:07:34.6017202Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b8eda974-7b85-4f76-af95-65846b26df6d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b8eda974-7b85-4f76-af95-65846b26df6d\"\ + },{\"properties\":{\"roleName\":\"Storage File Data Privileged Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Customer has read, write, delete\ + \ and modify NTFS permission access on Azure Storage file shares.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/write\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/delete\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/modifypermissions/action\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/readFileBackupSemantics/action\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/writeFileBackupSemantics/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-03-21T20:47:41.8393692Z\",\"\ + updatedOn\":\"2023-04-04T19:07:34.6017202Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/69566ab7-960f-475b-8e7c-b3118f30c6bd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"69566ab7-960f-475b-8e7c-b3118f30c6bd\"\ + },{\"properties\":{\"roleName\":\"Windows365NetworkInterfaceContributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create NICs and join it to virtual\ + \ machine in another tenant. This role is used in Windows365 scenarios.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourcegroups/read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Network/locations/operations/read\"\ + ,\"Microsoft.Network/locations/operationResults/read\",\"Microsoft.Network/locations/usages/read\"\ + ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/delete\",\"Microsoft.Network/networkInterfaces/join/action\"\ + ,\"Microsoft.Network/networkInterfaces/effectiveNetworkSecurityGroups/action\"\ + ,\"Microsoft.Network/networkInterfaces/effectiveRouteTable/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-03-22T05:08:28.8392508Z\"\ + ,\"updatedOn\":\"2023-06-01T14:58:32.2805471Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1f135831-5bbe-4924-9016-264044c00788\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1f135831-5bbe-4924-9016-264044c00788\"\ + },{\"properties\":{\"roleName\":\"Windows365NetworkUser\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read the virtual network informations, and join the virtual\ + \ network to virtual machine in another tenant. This role is used in Windows365\ + \ scenarios.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/usages/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-03-22T05:08:28.8392508Z\",\"updatedOn\":\"2023-04-13T00:27:13.0246717Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7eabc9a4-85f7-4f71-b8ab-75daaccc1033\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7eabc9a4-85f7-4f71-b8ab-75daaccc1033\"\ + },{\"properties\":{\"roleName\":\"Windows365SubscriptionReader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Read subscriptions, images, azure firewalls.\ + \ This role is used in Windows365 scenarios.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-03-22T05:08:28.8392508Z\",\"updatedOn\":\"2023-03-22T05:08:28.8392508Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3d55a8f6-4133-418d-8051-facdb1735758\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3d55a8f6-4133-418d-8051-facdb1735758\"\ + },{\"properties\":{\"roleName\":\"App Compliance Automation Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Read, download the reports objects and\ + \ related other resource objects.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.AppComplianceAutomation/*/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-04-11T05:22:43.8843627Z\",\"updatedOn\":\"2023-05-25T05:54:06.7578980Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ffc6bbe0-e443-4c3b-bf54-26581bb2f78e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ffc6bbe0-e443-4c3b-bf54-26581bb2f78e\"\ + },{\"properties\":{\"roleName\":\"App Compliance Automation Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, download, modify\ + \ and delete reports objects and related other resource objects.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AppComplianceAutomation/*\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/write\",\"Microsoft.Storage/storageAccounts/fileservices/write\"\ + ,\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Storage/storageAccounts/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/write\",\"Microsoft.Storage/storageAccounts/blobServices/read\"\ + ,\"Microsoft.PolicyInsights/policyStates/queryResults/action\",\"Microsoft.PolicyInsights/policyStates/triggerEvaluation/action\"\ + ,\"Microsoft.Resources/resources/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\"\ + ,\"Microsoft.Resources/subscriptions/resources/read\",\"Microsoft.Resources/subscriptions/resourceGroups/delete\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/write\",\"Microsoft.Resources/tags/read\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Security/automations/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Security/automations/delete\"\ + ,\"Microsoft.Security/automations/write\",\"Microsoft.Security/register/action\"\ + ,\"Microsoft.Security/unregister/action\",\"*/read\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-04-11T05:22:43.8843627Z\"\ + ,\"updatedOn\":\"2023-05-23T04:32:49.7042798Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0f37683f-2463-46b6-9ce7-9b788b988ba2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0f37683f-2463-46b6-9ce7-9b788b988ba2\"\ + },{\"properties\":{\"roleName\":\"Azure Sphere Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows user read and write access to Azure Sphere resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureSphere/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/DiagnosticSettings/*\",\"Microsoft.Insights/DiagnosticSettingsCategories/Read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-04-27T19:59:25.4425829Z\",\"updatedOn\":\"2023-05-03T22:25:42.2668720Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8b9dfcab-4b77-4632-a6df-94bd07820648\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8b9dfcab-4b77-4632-a6df-94bd07820648\"\ + },{\"properties\":{\"roleName\":\"SaaS Hub Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"SaaS Hub contributor can manage SaaS Hub resource\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.SaaSHub/cloudservices/read\",\"Microsoft.SaaSHub/cloudservices/write\"\ + ,\"Microsoft.SaaSHub/cloudservices/delete\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2023-04-28T21:07:57.4337817Z\"\ + ,\"updatedOn\":\"2023-05-09T21:57:44.1599452Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e9b8712a-cbcf-4ea7-b0f7-e71b803401e6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e9b8712a-cbcf-4ea7-b0f7-e71b803401e6\"\ + },{\"properties\":{\"roleName\":\"Azure Sphere Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows user to read Azure Sphere resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureSphere/*/read\",\"\ + Microsoft.AzureSphere/catalogs/countDevices/action\",\"Microsoft.AzureSphere/catalogs/listDeviceGroups/action\"\ + ,\"Microsoft.AzureSphere/catalogs/listDeviceInsights/action\",\"Microsoft.AzureSphere/catalogs/listDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/listDeployments/action\",\"Microsoft.AzureSphere/catalogs/products/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/products/deviceGroups/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/certificates/retrieveCertChain/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Insights/DiagnosticSettings/Read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2023-05-03T22:25:42.2598738Z\"\ + ,\"updatedOn\":\"2023-05-09T21:57:44.1619455Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c8ae6279-5a0b-4cb2-b3f0-d4d62845742c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c8ae6279-5a0b-4cb2-b3f0-d4d62845742c\"\ + },{\"properties\":{\"roleName\":\"Azure Sphere Publisher\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows user to read and download Azure Sphere resources\ + \ and upload images.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.AzureSphere/*/read\",\"Microsoft.AzureSphere/catalogs/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/listDeviceGroups/action\",\"Microsoft.AzureSphere/catalogs/listDeviceInsights/action\"\ + ,\"Microsoft.AzureSphere/catalogs/listDevices/action\",\"Microsoft.AzureSphere/catalogs/products/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/products/deviceGroups/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/certificates/retrieveProofOfPossessionNonce/action\"\ + ,\"Microsoft.AzureSphere/catalogs/certificates/retrieveCertChain/action\"\ + ,\"Microsoft.AzureSphere/catalogs/images/write\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/DiagnosticSettings/Read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-05-03T22:25:42.2598738Z\",\"updatedOn\":\"2023-05-09T21:57:44.1599452Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6d994134-994b-4a59-9974-f479f0b227fb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6d994134-994b-4a59-9974-f479f0b227fb\"\ + },{\"properties\":{\"roleName\":\"Cognitive Search Serverless Data Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, modify and delete\ + \ Cognitive Search serverless index schema and documents. This role is in\ + \ preview and subject to change.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveSearch/indexes/schema/*\"\ + ,\"Microsoft.CognitiveSearch/indexes/documents/*\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2023-05-11T22:40:58.9689395Z\",\"updatedOn\":\"2023-05-11T22:40:58.9689395Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7ac06ca7-21ca-47e3-a67b-cbd6e6223baf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7ac06ca7-21ca-47e3-a67b-cbd6e6223baf\"\ + },{\"properties\":{\"roleName\":\"Cognitive Search Serverless Data Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Read Cognitive Search serverless\ + \ index schema and documents. This role is in preview and subject to change.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.CognitiveSearch/indexes/schema/read\",\"\ + Microsoft.CognitiveSearch/indexes/documents/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2023-05-11T22:40:58.9689395Z\",\"updatedOn\":\"2023-05-11T22:40:58.9689395Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/79b01272-bf9f-4f4c-9517-5506269cf524\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"79b01272-bf9f-4f4c-9517-5506269cf524\"\ + },{\"properties\":{\"roleName\":\"Community Owner Role\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Community Owner Role to access the resources of Microsoft.Mission\ + \ stored with RPSAAS.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Mission/register/action\",\"Microsoft.Mission/unregister/action\"\ + ,\"Microsoft.Mission/Locations/OperationStatuses/read\",\"Microsoft.Mission/Locations/OperationStatuses/write\"\ + ,\"Microsoft.Mission/Operations/read\",\"Microsoft.Mission/catalogs/read\"\ + ,\"Microsoft.Mission/catalogs/write\",\"Microsoft.Mission/catalogs/delete\"\ + ,\"Microsoft.Mission/communities/read\",\"Microsoft.Mission/communities/write\"\ + ,\"Microsoft.Mission/communities/delete\",\"Microsoft.Mission/internalConnections/read\"\ + ,\"Microsoft.Mission/internalConnections/write\",\"Microsoft.Mission/internalConnections/delete\"\ + ,\"Microsoft.Mission/virtualEnclaves/read\",\"Microsoft.Mission/virtualEnclaves/write\"\ + ,\"Microsoft.Mission/virtualEnclaves/delete\",\"Microsoft.Mission/virtualEnclaves/workloads/read\"\ + ,\"Microsoft.Mission/virtualEnclaves/workloads/write\",\"Microsoft.Mission/virtualEnclaves/workloads/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-05-23T20:47:52.6187218Z\",\"updatedOn\":\"2023-05-23T20:47:52.6187218Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e28a61e-8040-49db-b175-bb5b88af6239\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e28a61e-8040-49db-b175-bb5b88af6239\"\ + },{\"properties\":{\"roleName\":\"Firmware Analysis Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Upload and analyze firmware images in Defender for IoT\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.IoTFirmwareDefense/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2023-06-08T20:13:53.4814768Z\"\ + ,\"updatedOn\":\"2023-06-08T20:13:53.4814768Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9c1607d1-791d-4c68-885d-c7b7aaff7c8a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9c1607d1-791d-4c68-885d-c7b7aaff7c8a\"\ + }]}" + headers: + cache-control: + - no-cache + content-length: + - '505468' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:45:10 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"ids": ["dac0942a-cc2b-49f9-9492-56a21ce8f8fc"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --backup-instance -y + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"dac0942a-cc2b-49f9-9492-56a21ce8f8fc","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete"],"appDisplayName":null,"appDescription":null,"appId":"ff999dd7-74db-4341-82e4-9f8129e19f18","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-05-09T12:51:56Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"clitest-cluster1-donotdelete","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["ff999dd7-74db-4341-82e4-9f8129e19f18","https://identity.azure.net/D6lWIOQ/nbWE91MUsEE0txs9U9OBC0JCVhmpa2i6Zgk="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1459' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Fri, 09 Jun 2023 09:45:10 GMT + location: + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - 77ead27f-ab7d-4007-be1c-1154eaad48e1 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"002","RoleInstance":"MA1PEPF0000146F"}}' + x-ms-resource-unit: + - '3' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks trustedaccess rolebinding create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name -n -s --roles + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete/trustedAccessRoleBindings/aksRoleBindingName?api-version=2023-02-02-preview + response: + body: + string: "{\n \"code\": \"NotFound\",\n \"details\": [\n {\n \"code\"\ + : \"Unspecified\",\n \"message\": \"rpc error: code = NotFound desc = TrustedAccessRoleBinding\ + \ not found\"\n }\n ],\n \"message\": \"Could not find the trusted access\ + \ role binding aksRoleBindingName in subscription: 38304e13-357e-405e-9e9a-220351dcce8c,\ + \ resourceGroup: oss-clitest-rg, clusterName: clitest-cluster1-donotdelete.\"\ + ,\n \"subcode\": \"GetTrustedAccessRoleBinding_NotFound\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '432' + content-type: + - application/json + date: + - Fri, 09 Jun 2023 09:48:12 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 404 + message: Not Found +- request: + body: '{"properties": {"sourceResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv", + "roles": ["Microsoft.DataProtection/backupVaults/backup-operator"]}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks trustedaccess rolebinding create + Connection: + - keep-alive + Content-Length: + - '252' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --cluster-name -n -s --roles + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete/trustedAccessRoleBindings/aksRoleBindingName?api-version=2023-02-02-preview + response: + body: + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete/trustedAccessRoleBindings/aksRoleBindingName\"\ + ,\n \"name\": \"aksRoleBindingName\",\n \"type\": \"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings\"\ + ,\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"sourceResourceId\"\ + : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv\"\ + ,\n \"roles\": [\n \"Microsoft.DataProtection/backupVaults/backup-operator\"\ + \n ]\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '646' + content-type: + - application/json + date: + - Fri, 09 Jun 2023 09:48: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 + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 200 + message: OK +- request: + body: '{"backupInstance": {"dataSourceInfo": {"datasourceType": "Microsoft.ContainerService/managedClusters", + "objectType": "Datasource", "resourceID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete", + "resourceLocation": "eastus2euap", "resourceName": "clitest-cluster1-donotdelete", + "resourceType": "Microsoft.ContainerService/managedclusters", "resourceUri": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete"}, + "dataSourceSetInfo": {"datasourceType": "Microsoft.ContainerService/managedClusters", + "objectType": "DatasourceSet", "resourceID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete", + "resourceLocation": "eastus2euap", "resourceName": "clitest-cluster1-donotdelete", + "resourceType": "Microsoft.ContainerService/managedclusters", "resourceUri": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete"}, + "friendlyName": "clitest-cluster1-donotdelete/friendly-cliclust1", "objectType": + "BackupInstance", "policyInfo": {"policyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1", + "policyParameters": {"backupDatasourceParametersList": [{"objectType": "KubernetesClusterBackupDatasourceParameters", + "includeClusterScopeResources": true, "snapshotVolumes": true}], "dataStoreParametersList": + [{"dataStoreType": "OperationalStore", "objectType": "AzureOperationalStoreParameters", + "resourceGroupId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg"}]}}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance create + Connection: + - keep-alive + Content-Length: + - '1975' + Content-Type: + - application/json + ParameterSetName: + - -g --vault-name --backup-instance + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/validateForBackup?api-version=2023-01-01 + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzlhMmNiYTE0LTU1OTEtNDNhZS1hYzQzLTVlYjY2MzYyNDczYQ==?api-version=2023-01-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 09 Jun 2023 09:48:25 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/eastus2euap/operationResults/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzlhMmNiYTE0LTU1OTEtNDNhZS1hYzQzLTVlYjY2MzYyNDczYQ==?api-version=2023-01-01 + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance create + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name --backup-instance + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzlhMmNiYTE0LTU1OTEtNDNhZS1hYzQzLTVlYjY2MzYyNDczYQ==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzlhMmNiYTE0LTU1OTEtNDNhZS1hYzQzLTVlYjY2MzYyNDczYQ==","name":"MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzlhMmNiYTE0LTU1OTEtNDNhZS1hYzQzLTVlYjY2MzYyNDczYQ==","status":"Inprogress","startTime":"2023-06-09T09:48:26.2354081Z","endTime":"0001-01-01T00:00:00Z"}' + headers: + cache-control: + - no-cache + content-length: + - '478' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:48:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '995' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance create + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name --backup-instance + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzlhMmNiYTE0LTU1OTEtNDNhZS1hYzQzLTVlYjY2MzYyNDczYQ==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzlhMmNiYTE0LTU1OTEtNDNhZS1hYzQzLTVlYjY2MzYyNDczYQ==","name":"MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzlhMmNiYTE0LTU1OTEtNDNhZS1hYzQzLTVlYjY2MzYyNDczYQ==","status":"Inprogress","startTime":"2023-06-09T09:48:26.2354081Z","endTime":"0001-01-01T00:00:00Z"}' + headers: + cache-control: + - no-cache + content-length: + - '478' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:48:57 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '994' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance create + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name --backup-instance + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzlhMmNiYTE0LTU1OTEtNDNhZS1hYzQzLTVlYjY2MzYyNDczYQ==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzlhMmNiYTE0LTU1OTEtNDNhZS1hYzQzLTVlYjY2MzYyNDczYQ==","name":"MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzlhMmNiYTE0LTU1OTEtNDNhZS1hYzQzLTVlYjY2MzYyNDczYQ==","status":"Inprogress","startTime":"2023-06-09T09:48:26.2354081Z","endTime":"0001-01-01T00:00:00Z"}' + headers: + cache-control: + - no-cache + content-length: + - '478' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:49:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '993' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance create + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name --backup-instance + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzlhMmNiYTE0LTU1OTEtNDNhZS1hYzQzLTVlYjY2MzYyNDczYQ==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzlhMmNiYTE0LTU1OTEtNDNhZS1hYzQzLTVlYjY2MzYyNDczYQ==","name":"MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzlhMmNiYTE0LTU1OTEtNDNhZS1hYzQzLTVlYjY2MzYyNDczYQ==","status":"Inprogress","startTime":"2023-06-09T09:48:26.2354081Z","endTime":"0001-01-01T00:00:00Z"}' + headers: + cache-control: + - no-cache + content-length: + - '478' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:49:57 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '992' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance create + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name --backup-instance + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzlhMmNiYTE0LTU1OTEtNDNhZS1hYzQzLTVlYjY2MzYyNDczYQ==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzlhMmNiYTE0LTU1OTEtNDNhZS1hYzQzLTVlYjY2MzYyNDczYQ==","name":"MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzlhMmNiYTE0LTU1OTEtNDNhZS1hYzQzLTVlYjY2MzYyNDczYQ==","status":"Inprogress","startTime":"2023-06-09T09:48:26.2354081Z","endTime":"0001-01-01T00:00:00Z"}' + headers: + cache-control: + - no-cache + content-length: + - '478' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:50:27 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '991' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance create + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name --backup-instance + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzlhMmNiYTE0LTU1OTEtNDNhZS1hYzQzLTVlYjY2MzYyNDczYQ==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzlhMmNiYTE0LTU1OTEtNDNhZS1hYzQzLTVlYjY2MzYyNDczYQ==","name":"MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzlhMmNiYTE0LTU1OTEtNDNhZS1hYzQzLTVlYjY2MzYyNDczYQ==","status":"Inprogress","startTime":"2023-06-09T09:48:26.2354081Z","endTime":"0001-01-01T00:00:00Z"}' + headers: + cache-control: + - no-cache + content-length: + - '478' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:50:58 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '990' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance create + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name --backup-instance + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzlhMmNiYTE0LTU1OTEtNDNhZS1hYzQzLTVlYjY2MzYyNDczYQ==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzlhMmNiYTE0LTU1OTEtNDNhZS1hYzQzLTVlYjY2MzYyNDczYQ==","name":"MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzlhMmNiYTE0LTU1OTEtNDNhZS1hYzQzLTVlYjY2MzYyNDczYQ==","status":"Succeeded","startTime":"2023-06-09T09:48:26.2354081Z","endTime":"2023-06-09T09:51:08Z"}' + headers: + cache-control: + - no-cache + content-length: + - '477' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:51:28 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '989' + status: + code: 200 + message: OK +- request: + body: '{"properties": {"dataSourceInfo": {"datasourceType": "Microsoft.ContainerService/managedClusters", + "objectType": "Datasource", "resourceID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete", + "resourceLocation": "eastus2euap", "resourceName": "clitest-cluster1-donotdelete", + "resourceType": "Microsoft.ContainerService/managedclusters", "resourceUri": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete"}, + "dataSourceSetInfo": {"datasourceType": "Microsoft.ContainerService/managedClusters", + "objectType": "DatasourceSet", "resourceID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete", + "resourceLocation": "eastus2euap", "resourceName": "clitest-cluster1-donotdelete", + "resourceType": "Microsoft.ContainerService/managedclusters", "resourceUri": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete"}, + "friendlyName": "clitest-cluster1-donotdelete/friendly-cliclust1", "objectType": + "BackupInstance", "policyInfo": {"policyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1", + "policyParameters": {"backupDatasourceParametersList": [{"objectType": "KubernetesClusterBackupDatasourceParameters", + "includeClusterScopeResources": true, "snapshotVolumes": true}], "dataStoreParametersList": + [{"dataStoreType": "OperationalStore", "objectType": "AzureOperationalStoreParameters", + "resourceGroupId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg"}]}}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance create + Connection: + - keep-alive + Content-Length: + - '1971' + Content-Type: + - application/json + ParameterSetName: + - -g --vault-name --backup-instance + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764?api-version=2023-01-01 + response: + body: + string: '{"properties":{"friendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","resourceUri":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","datasourceType":"Microsoft.ContainerService/managedClusters","resourceName":"clitest-cluster1-donotdelete","resourceType":"Microsoft.ContainerService/managedclusters","resourceLocation":"eastus2euap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","resourceUri":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","datasourceType":"Microsoft.ContainerService/managedClusters","resourceName":"clitest-cluster1-donotdelete","resourceType":"Microsoft.ContainerService/managedclusters","resourceLocation":"eastus2euap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","policyParameters":{"dataStoreParametersList":[{"dataStoreType":"OperationalStore","objectType":"AzureOperationalStoreParameters","resourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg"}],"backupDatasourceParametersList":[{"objectType":"KubernetesClusterBackupDatasourceParameters","includeClusterScopeResources":true,"snapshotVolumes":true,"includedNamespaces":null,"excludedNamespaces":null,"includedResourceTypes":null,"excludedResourceTypes":null,"labelSelectors":null,"backupHookReferences":null}]}},"protectionStatus":{"status":"ConfiguringProtection"},"currentProtectionState":"ConfiguringProtection","provisioningState":"Provisioning","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","name":"clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzk5MDE3MGFjLTg2ZDEtNGM4MS04MWZhLWQ3M2I1N2RjZDFkMQ==?api-version=2023-01-01 + cache-control: + - no-cache + content-length: + - '2647' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:51:30 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance create + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name --backup-instance + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzk5MDE3MGFjLTg2ZDEtNGM4MS04MWZhLWQ3M2I1N2RjZDFkMQ==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzk5MDE3MGFjLTg2ZDEtNGM4MS04MWZhLWQ3M2I1N2RjZDFkMQ==","name":"MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzk5MDE3MGFjLTg2ZDEtNGM4MS04MWZhLWQ3M2I1N2RjZDFkMQ==","status":"Inprogress","startTime":"2023-06-09T09:51:29.6322627Z","endTime":"0001-01-01T00:00:00Z"}' + headers: + cache-control: + - no-cache + content-length: + - '478' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:51:30 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '988' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance create + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name --backup-instance + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzk5MDE3MGFjLTg2ZDEtNGM4MS04MWZhLWQ3M2I1N2RjZDFkMQ==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzk5MDE3MGFjLTg2ZDEtNGM4MS04MWZhLWQ3M2I1N2RjZDFkMQ==","name":"MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzk5MDE3MGFjLTg2ZDEtNGM4MS04MWZhLWQ3M2I1N2RjZDFkMQ==","status":"Succeeded","startTime":"2023-06-09T09:51:29.6322627Z","endTime":"2023-06-09T09:51:30Z"}' + headers: + cache-control: + - no-cache + content-length: + - '477' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:52:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '987' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance create + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name --backup-instance + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764?api-version=2023-01-01 + response: + body: + string: '{"properties":{"friendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","resourceUri":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","datasourceType":"Microsoft.ContainerService/managedClusters","resourceName":"clitest-cluster1-donotdelete","resourceType":"Microsoft.ContainerService/managedclusters","resourceLocation":"eastus2euap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","resourceUri":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","datasourceType":"Microsoft.ContainerService/managedClusters","resourceName":"clitest-cluster1-donotdelete","resourceType":"Microsoft.ContainerService/managedclusters","resourceLocation":"eastus2euap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","policyParameters":{"dataStoreParametersList":[{"dataStoreType":"OperationalStore","objectType":"AzureOperationalStoreParameters","resourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg"}],"backupDatasourceParametersList":[{"objectType":"KubernetesClusterBackupDatasourceParameters","includeClusterScopeResources":true,"snapshotVolumes":true,"includedNamespaces":null,"excludedNamespaces":null,"includedResourceTypes":null,"excludedResourceTypes":null,"labelSelectors":null,"backupHookReferences":null}]}},"protectionStatus":{"status":"ConfiguringProtection"},"currentProtectionState":"ConfiguringProtection","provisioningState":"Succeeded","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","name":"clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' + headers: + cache-control: + - no-cache + content-length: + - '2644' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:52:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1999' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance list + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name --query + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances?api-version=2022-05-01 + response: + body: + string: '{"value":[{"properties":{"friendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","resourceUri":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","datasourceType":"Microsoft.ContainerService/managedClusters","resourceName":"clitest-cluster1-donotdelete","resourceType":"Microsoft.ContainerService/managedclusters","resourceLocation":"eastus2euap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","resourceUri":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","datasourceType":"Microsoft.ContainerService/managedClusters","resourceName":"clitest-cluster1-donotdelete","resourceType":"Microsoft.ContainerService/managedclusters","resourceLocation":"eastus2euap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","policyParameters":{"dataStoreParametersList":[{"dataStoreType":"OperationalStore","objectType":"AzureOperationalStoreParameters","resourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg"}],"backupDatasourceParametersList":[{"objectType":"KubernetesClusterBackupDatasourceParameters","includeClusterScopeResources":true,"snapshotVolumes":true,"includedNamespaces":null,"excludedNamespaces":null,"includedResourceTypes":null,"excludedResourceTypes":null,"labelSelectors":null,"backupHookReferences":null}]}},"protectionStatus":{"status":"ConfiguringProtection"},"currentProtectionState":"ConfiguringProtection","provisioningState":"Succeeded","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","name":"clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}]}' + headers: + cache-control: + - no-cache + content-length: + - '2656' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:52:02 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1999' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance list + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name --query + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances?api-version=2022-05-01 + response: + body: + string: '{"value":[{"properties":{"friendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","resourceUri":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","datasourceType":"Microsoft.ContainerService/managedClusters","resourceName":"clitest-cluster1-donotdelete","resourceType":"Microsoft.ContainerService/managedclusters","resourceLocation":"eastus2euap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","resourceUri":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","datasourceType":"Microsoft.ContainerService/managedClusters","resourceName":"clitest-cluster1-donotdelete","resourceType":"Microsoft.ContainerService/managedclusters","resourceLocation":"eastus2euap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","policyParameters":{"dataStoreParametersList":[{"dataStoreType":"OperationalStore","objectType":"AzureOperationalStoreParameters","resourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg"}],"backupDatasourceParametersList":[{"objectType":"KubernetesClusterBackupDatasourceParameters","includeClusterScopeResources":true,"snapshotVolumes":true,"includedNamespaces":null,"excludedNamespaces":null,"includedResourceTypes":null,"excludedResourceTypes":null,"labelSelectors":null,"backupHookReferences":null}]}},"protectionStatus":{"status":"ConfiguringProtection"},"currentProtectionState":"ConfiguringProtection","provisioningState":"Succeeded","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","name":"clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}]}' + headers: + cache-control: + - no-cache + content-length: + - '2656' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:52:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1999' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance list + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name --query + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances?api-version=2022-05-01 + response: + body: + string: '{"value":[{"properties":{"friendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","resourceUri":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","datasourceType":"Microsoft.ContainerService/managedClusters","resourceName":"clitest-cluster1-donotdelete","resourceType":"Microsoft.ContainerService/managedclusters","resourceLocation":"eastus2euap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","resourceUri":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","datasourceType":"Microsoft.ContainerService/managedClusters","resourceName":"clitest-cluster1-donotdelete","resourceType":"Microsoft.ContainerService/managedclusters","resourceLocation":"eastus2euap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","policyParameters":{"dataStoreParametersList":[{"dataStoreType":"OperationalStore","objectType":"AzureOperationalStoreParameters","resourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg"}],"backupDatasourceParametersList":[{"objectType":"KubernetesClusterBackupDatasourceParameters","includeClusterScopeResources":true,"snapshotVolumes":true,"includedNamespaces":null,"excludedNamespaces":null,"includedResourceTypes":null,"excludedResourceTypes":null,"labelSelectors":null,"backupHookReferences":null}]}},"protectionStatus":{"status":"ProtectionConfigured"},"currentProtectionState":"ProtectionConfigured","provisioningState":"Succeeded","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","name":"clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}]}' + headers: + cache-control: + - no-cache + content-length: + - '2654' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:52:25 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1998' + status: + code: 200 + message: OK +- request: + body: '{"backupRuleOptions": {"ruleName": "BackupHourly", "triggerOption": {}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance adhoc-backup + Connection: + - keep-alive + Content-Length: + - '72' + Content-Type: + - application/json + ParameterSetName: + - -n -g --vault-name --rule-name + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764/backup?api-version=2022-05-01 + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzU1MDJmMDUxLWRmNTQtNDllMC1iMTdjLWUwM2E4YTMyMzg2ZQ==?api-version=2022-05-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 09 Jun 2023 09:52:57 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/eastus2euap/operationResults/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzU1MDJmMDUxLWRmNTQtNDllMC1iMTdjLWUwM2E4YTMyMzg2ZQ==?api-version=2022-05-01 + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance adhoc-backup + Connection: + - keep-alive + ParameterSetName: + - -n -g --vault-name --rule-name + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzU1MDJmMDUxLWRmNTQtNDllMC1iMTdjLWUwM2E4YTMyMzg2ZQ==?api-version=2022-05-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzU1MDJmMDUxLWRmNTQtNDllMC1iMTdjLWUwM2E4YTMyMzg2ZQ==","name":"MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzU1MDJmMDUxLWRmNTQtNDllMC1iMTdjLWUwM2E4YTMyMzg2ZQ==","status":"Inprogress","startTime":"2023-06-09T09:52:57.2818376Z","endTime":"0001-01-01T00:00:00Z"}' + headers: + cache-control: + - no-cache + content-length: + - '478' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:52:57 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '997' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance adhoc-backup + Connection: + - keep-alive + ParameterSetName: + - -n -g --vault-name --rule-name + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzU1MDJmMDUxLWRmNTQtNDllMC1iMTdjLWUwM2E4YTMyMzg2ZQ==?api-version=2022-05-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzU1MDJmMDUxLWRmNTQtNDllMC1iMTdjLWUwM2E4YTMyMzg2ZQ==","name":"MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzU1MDJmMDUxLWRmNTQtNDllMC1iMTdjLWUwM2E4YTMyMzg2ZQ==","status":"Succeeded","startTime":"2023-06-09T09:52:57.2818376Z","endTime":"2023-06-09T09:52:58Z","properties":{"jobId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5dc133cf-cfdd-43d8-bb39-097fb111bc62","objectType":"OperationJobExtendedInfo"}}' + headers: + cache-control: + - no-cache + content-length: + - '735' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:53:27 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '996' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance adhoc-backup + Connection: + - keep-alive + ParameterSetName: + - -n -g --vault-name --rule-name + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/eastus2euap/operationResults/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzU1MDJmMDUxLWRmNTQtNDllMC1iMTdjLWUwM2E4YTMyMzg2ZQ==?api-version=2022-05-01 + response: + body: + string: '{"jobId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5dc133cf-cfdd-43d8-bb39-097fb111bc62","objectType":"OperationJobExtendedInfo"}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/eastus2euap/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzU1MDJmMDUxLWRmNTQtNDllMC1iMTdjLWUwM2E4YTMyMzg2ZQ==?api-version=2022-05-01 + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:53:27 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection job show + Connection: + - keep-alive + ParameterSetName: + - --ids + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5dc133cf-cfdd-43d8-bb39-097fb111bc62?api-version=2023-01-01 + response: + body: + string: '{"properties":{"activityID":"6926cf9b-06ab-11ee-989b-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","vaultName":"clitest-aks-bv","backupInstanceFriendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","policyName":"AKSPolicyCLI1","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"clitest-cluster1-donotdelete","dataSourceName":"clitest-cluster1-donotdelete","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T09%3A52%3A57.8474143Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"eastus2euap","startTime":"2023-06-09T09:52:57.4077399Z","endTime":null,"dataSourceType":"Microsoft.ContainerService/managedClusters","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5dc133cf-cfdd-43d8-bb39-097fb111bc62","name":"5dc133cf-cfdd-43d8-bb39-097fb111bc62","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + headers: + cache-control: + - no-cache + content-length: + - '2308' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:53:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection job show + Connection: + - keep-alive + ParameterSetName: + - --ids + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5dc133cf-cfdd-43d8-bb39-097fb111bc62?api-version=2023-01-01 + response: + body: + string: '{"properties":{"activityID":"6926cf9b-06ab-11ee-989b-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","vaultName":"clitest-aks-bv","backupInstanceFriendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","policyName":"AKSPolicyCLI1","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"clitest-cluster1-donotdelete","dataSourceName":"clitest-cluster1-donotdelete","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T09%3A52%3A57.8474143Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"eastus2euap","startTime":"2023-06-09T09:52:57.4077399Z","endTime":null,"dataSourceType":"Microsoft.ContainerService/managedClusters","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5dc133cf-cfdd-43d8-bb39-097fb111bc62","name":"5dc133cf-cfdd-43d8-bb39-097fb111bc62","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + headers: + cache-control: + - no-cache + content-length: + - '2308' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:53:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection job show + Connection: + - keep-alive + ParameterSetName: + - --ids + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5dc133cf-cfdd-43d8-bb39-097fb111bc62?api-version=2023-01-01 + response: + body: + string: '{"properties":{"activityID":"6926cf9b-06ab-11ee-989b-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","vaultName":"clitest-aks-bv","backupInstanceFriendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","policyName":"AKSPolicyCLI1","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"clitest-cluster1-donotdelete","dataSourceName":"clitest-cluster1-donotdelete","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T09%3A52%3A57.8474143Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"eastus2euap","startTime":"2023-06-09T09:52:57.4077399Z","endTime":null,"dataSourceType":"Microsoft.ContainerService/managedClusters","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5dc133cf-cfdd-43d8-bb39-097fb111bc62","name":"5dc133cf-cfdd-43d8-bb39-097fb111bc62","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + headers: + cache-control: + - no-cache + content-length: + - '2308' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:54:03 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection job show + Connection: + - keep-alive + ParameterSetName: + - --ids + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5dc133cf-cfdd-43d8-bb39-097fb111bc62?api-version=2023-01-01 + response: + body: + string: '{"properties":{"activityID":"6926cf9b-06ab-11ee-989b-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","vaultName":"clitest-aks-bv","backupInstanceFriendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","policyName":"AKSPolicyCLI1","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"clitest-cluster1-donotdelete","dataSourceName":"clitest-cluster1-donotdelete","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T09%3A52%3A57.8474143Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"eastus2euap","startTime":"2023-06-09T09:52:57.4077399Z","endTime":null,"dataSourceType":"Microsoft.ContainerService/managedClusters","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5dc133cf-cfdd-43d8-bb39-097fb111bc62","name":"5dc133cf-cfdd-43d8-bb39-097fb111bc62","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + headers: + cache-control: + - no-cache + content-length: + - '2308' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:54:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection job show + Connection: + - keep-alive + ParameterSetName: + - --ids + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5dc133cf-cfdd-43d8-bb39-097fb111bc62?api-version=2023-01-01 + response: + body: + string: '{"properties":{"activityID":"6926cf9b-06ab-11ee-989b-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","vaultName":"clitest-aks-bv","backupInstanceFriendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","policyName":"AKSPolicyCLI1","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"clitest-cluster1-donotdelete","dataSourceName":"clitest-cluster1-donotdelete","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T09%3A52%3A57.8474143Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"eastus2euap","startTime":"2023-06-09T09:52:57.4077399Z","endTime":null,"dataSourceType":"Microsoft.ContainerService/managedClusters","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5dc133cf-cfdd-43d8-bb39-097fb111bc62","name":"5dc133cf-cfdd-43d8-bb39-097fb111bc62","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + headers: + cache-control: + - no-cache + content-length: + - '2308' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:54:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection job show + Connection: + - keep-alive + ParameterSetName: + - --ids + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5dc133cf-cfdd-43d8-bb39-097fb111bc62?api-version=2023-01-01 + response: + body: + string: '{"properties":{"activityID":"6926cf9b-06ab-11ee-989b-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","vaultName":"clitest-aks-bv","backupInstanceFriendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","policyName":"AKSPolicyCLI1","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"clitest-cluster1-donotdelete","dataSourceName":"clitest-cluster1-donotdelete","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T09%3A52%3A57.8474143Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"eastus2euap","startTime":"2023-06-09T09:52:57.4077399Z","endTime":null,"dataSourceType":"Microsoft.ContainerService/managedClusters","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5dc133cf-cfdd-43d8-bb39-097fb111bc62","name":"5dc133cf-cfdd-43d8-bb39-097fb111bc62","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + headers: + cache-control: + - no-cache + content-length: + - '2308' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:54:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '197' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection job show + Connection: + - keep-alive + ParameterSetName: + - --ids + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5dc133cf-cfdd-43d8-bb39-097fb111bc62?api-version=2023-01-01 + response: + body: + string: '{"properties":{"activityID":"6926cf9b-06ab-11ee-989b-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","vaultName":"clitest-aks-bv","backupInstanceFriendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","policyName":"AKSPolicyCLI1","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"clitest-cluster1-donotdelete","dataSourceName":"clitest-cluster1-donotdelete","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T09%3A52%3A57.8474143Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"eastus2euap","startTime":"2023-06-09T09:52:57.4077399Z","endTime":null,"dataSourceType":"Microsoft.ContainerService/managedClusters","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5dc133cf-cfdd-43d8-bb39-097fb111bc62","name":"5dc133cf-cfdd-43d8-bb39-097fb111bc62","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + headers: + cache-control: + - no-cache + content-length: + - '2308' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:54:47 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '196' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection job show + Connection: + - keep-alive + ParameterSetName: + - --ids + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5dc133cf-cfdd-43d8-bb39-097fb111bc62?api-version=2023-01-01 + response: + body: + string: '{"properties":{"activityID":"6926cf9b-06ab-11ee-989b-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","vaultName":"clitest-aks-bv","backupInstanceFriendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","policyName":"AKSPolicyCLI1","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"clitest-cluster1-donotdelete","dataSourceName":"clitest-cluster1-donotdelete","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T09%3A52%3A57.8474143Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"eastus2euap","startTime":"2023-06-09T09:52:57.4077399Z","endTime":null,"dataSourceType":"Microsoft.ContainerService/managedClusters","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5dc133cf-cfdd-43d8-bb39-097fb111bc62","name":"5dc133cf-cfdd-43d8-bb39-097fb111bc62","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + headers: + cache-control: + - no-cache + content-length: + - '2308' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:54:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '195' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection job show + Connection: + - keep-alive + ParameterSetName: + - --ids + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5dc133cf-cfdd-43d8-bb39-097fb111bc62?api-version=2023-01-01 + response: + body: + string: '{"properties":{"activityID":"6926cf9b-06ab-11ee-989b-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","vaultName":"clitest-aks-bv","backupInstanceFriendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","policyName":"AKSPolicyCLI1","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"clitest-cluster1-donotdelete","dataSourceName":"clitest-cluster1-donotdelete","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T09%3A52%3A57.8474143Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"eastus2euap","startTime":"2023-06-09T09:52:57.4077399Z","endTime":null,"dataSourceType":"Microsoft.ContainerService/managedClusters","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5dc133cf-cfdd-43d8-bb39-097fb111bc62","name":"5dc133cf-cfdd-43d8-bb39-097fb111bc62","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + headers: + cache-control: + - no-cache + content-length: + - '2308' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:55:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '197' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection job show + Connection: + - keep-alive + ParameterSetName: + - --ids + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5dc133cf-cfdd-43d8-bb39-097fb111bc62?api-version=2023-01-01 + response: + body: + string: '{"properties":{"activityID":"6926cf9b-06ab-11ee-989b-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","vaultName":"clitest-aks-bv","backupInstanceFriendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","policyName":"AKSPolicyCLI1","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"clitest-cluster1-donotdelete","dataSourceName":"clitest-cluster1-donotdelete","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T09%3A52%3A57.8474143Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"eastus2euap","startTime":"2023-06-09T09:52:57.4077399Z","endTime":null,"dataSourceType":"Microsoft.ContainerService/managedClusters","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5dc133cf-cfdd-43d8-bb39-097fb111bc62","name":"5dc133cf-cfdd-43d8-bb39-097fb111bc62","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + headers: + cache-control: + - no-cache + content-length: + - '2308' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:55:22 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '194' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection job show + Connection: + - keep-alive + ParameterSetName: + - --ids + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5dc133cf-cfdd-43d8-bb39-097fb111bc62?api-version=2023-01-01 + response: + body: + string: '{"properties":{"activityID":"6926cf9b-06ab-11ee-989b-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","vaultName":"clitest-aks-bv","backupInstanceFriendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","policyName":"AKSPolicyCLI1","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"clitest-cluster1-donotdelete","dataSourceName":"clitest-cluster1-donotdelete","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T09%3A55%3A32.1614073Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"eastus2euap","startTime":"2023-06-09T09:52:57.4077399Z","endTime":"2023-06-09T09:55:31.9738353Z","dataSourceType":"Microsoft.ContainerService/managedClusters","operationCategory":"Backup","operation":"Backup","status":"Completed","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT2M34.5660954S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":{"recoveryPointID":"6d52309417804e198af1b16709befec9","recoveryPointTime":"0001-01-01T00:00:00Z"},"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"Completed","taskProgress":null,"additionalDetails":{"OriginalDatasourceSizeInBytes":"0","TaskId":"6926cf9b-06ab-11ee-989b-a02919f9519c","DatasourceType":"Microsoft.ContainerService/managedClusters"}}],"additionalDetails":{"RetentionTag":"default"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5dc133cf-cfdd-43d8-bb39-097fb111bc62","name":"5dc133cf-cfdd-43d8-bb39-097fb111bc62","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + headers: + cache-control: + - no-cache + content-length: + - '2579' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:55:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection recovery-point list + Connection: + - keep-alive + ParameterSetName: + - --backup-instance-name -g --vault-name + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764/recoveryPoints?$filter=&api-version=2023-01-01 + response: + body: + string: '{"value":[{"properties":{"objectType":"AzureBackupDiscreteRecoveryPoint","recoveryPointId":"6d52309417804e198af1b16709befec9","recoveryPointTime":"2023-06-09T09:54:48.5767178Z","recoveryPointType":"Incremental","friendlyName":"6d52309417804e198af1b16709befec9","recoveryPointDataStoresDetails":[{"id":"f78f79ce-dda3-425e-9300-b859e9746dcd","type":"OperationalStore","creationTime":"2023-06-09T09:53:47.9411641Z","expiryTime":null,"metaData":null,"visible":true,"state":"COMMITTED","rehydratedRPExpiryTime":null,"rehydrationStatus":null,"rehydrationExpiryTime":null}],"retentionTagName":"default","retentionTagVersion":"638219010893978692","policyName":"AKSPolicyCLI1","policyVersion":null,"expiryTime":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764/recoveryPoints/6d52309417804e198af1b16709befec9","name":"6d52309417804e198af1b16709befec9","type":"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints"}]}' + headers: + cache-control: + - no-cache + content-length: + - '1141' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:55:35 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '99' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance restore initialize-for-item-recovery + Connection: + - keep-alive + ParameterSetName: + - --datasource-type --restore-location --source-datastore --recovery-point-id + --backup-instance-id --restore-configuration + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764?api-version=2023-01-01 + response: + body: + string: '{"properties":{"friendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","resourceUri":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","datasourceType":"Microsoft.ContainerService/managedClusters","resourceName":"clitest-cluster1-donotdelete","resourceType":"Microsoft.ContainerService/managedclusters","resourceLocation":"eastus2euap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","resourceUri":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","datasourceType":"Microsoft.ContainerService/managedClusters","resourceName":"clitest-cluster1-donotdelete","resourceType":"Microsoft.ContainerService/managedclusters","resourceLocation":"eastus2euap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","policyParameters":{"dataStoreParametersList":[{"dataStoreType":"OperationalStore","objectType":"AzureOperationalStoreParameters","resourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg"}],"backupDatasourceParametersList":[{"objectType":"KubernetesClusterBackupDatasourceParameters","includeClusterScopeResources":true,"snapshotVolumes":true,"includedNamespaces":null,"excludedNamespaces":null,"includedResourceTypes":null,"excludedResourceTypes":null,"labelSelectors":null,"backupHookReferences":null}]}},"protectionStatus":{"status":"ProtectionConfigured"},"currentProtectionState":"ProtectionConfigured","provisioningState":"Succeeded","objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","name":"clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' + headers: + cache-control: + - no-cache + content-length: + - '2642' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:55:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1998' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --restore-request-object --snapshot-resource-group-id -y + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv?api-version=2023-01-01 + response: + body: + string: '{"location":"eastus2euap","tags":{"Owner":"zubairabid","Purpose":"Testing","MABUsed":"Yes"},"identity":{"type":"SystemAssigned","principalId":"a959e284-cf37-480d-a37e-aa8eda644fa4","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"properties":{"provisioningState":"Succeeded","storageSettings":[{"datastoreType":"VaultStore","type":"LocallyRedundant"}],"isVaultProtectedByResourceGuard":false,"securitySettings":{"softDeleteSettings":{"state":"Off","retentionDurationInDays":0.0},"immutabilitySettings":{"state":"Disabled"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv","name":"clitest-aks-bv","type":"Microsoft.DataProtection/backupVaults"}' + headers: + cache-control: + - no-cache + content-length: + - '751' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:55:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '497' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --restore-request-object --snapshot-resource-group-id -y + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) + method: GET + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%27a959e284-cf37-480d-a37e-aa8eda644fa4%27%29 + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '92' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Fri, 09 Jun 2023 09:55:38 GMT + odata-version: + - '4.0' + request-id: + - 1438cb78-a74b-446e-9f38-2f17b681409f + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"001","RoleInstance":"MA1PEPF00004FB9"}}' + x-ms-resource-unit: + - '1' + status: + code: 200 + message: OK +- request: + body: '{"ids": ["a959e284-cf37-480d-a37e-aa8eda644fa4"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --restore-request-object --snapshot-resource-group-id -y + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"a959e284-cf37-480d-a37e-aa8eda644fa4","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.DataProtection/BackupVaults/clitest-aks-bv"],"appDisplayName":null,"appDescription":null,"appId":"e014d57b-fba1-4507-87df-201c96a4e87d","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-06-09T09:44:13Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"clitest-aks-bv","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["e014d57b-fba1-4507-87df-201c96a4e87d","https://identity.azure.net/WFy1W0/ZBYsc/bXKRnjxKHw9SaXS3Bb3tq3yOluIyZ0="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"FF5A91EB12771B48FBA5F90283A059EDA4D209E5","displayName":"CN=e014d57b-fba1-4507-87df-201c96a4e87d","endDateTime":"2023-09-07T09:39:00Z","key":null,"keyId":"a5849a92-1f6b-4b18-997a-1dac55a2bed6","startDateTime":"2023-06-09T09:39:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1727' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Fri, 09 Jun 2023 09:55:38 GMT + location: + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - 143930b3-fb23-4eb2-b843-dab9e41a68fb + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"001","RoleInstance":"MA1PEPF00004976"}}' + x-ms-resource-unit: + - '3' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --restore-request-object --snapshot-resource-group-id -y + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete/providers/Microsoft.Authorization/roleAssignments?$filter=atScope()&api-version=2022-04-01 + response: + body: + string: '{"value":[{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"5c617d2b-99f8-4c90-98fe-dfe040fa33c1","principalType":"ServicePrincipal","scope":"/","condition":null,"conditionVersion":null,"createdOn":"2018-02-27T19:19:50.2663941Z","updatedOn":"2018-02-27T19:19:50.2663941Z","createdBy":null,"updatedBy":null,"delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Authorization/roleAssignments/3e883d24-b106-42ff-ad13-d7bf271b964d","type":"Microsoft.Authorization/roleAssignments","name":"3e883d24-b106-42ff-ad13-d7bf271b964d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T12:22:13.7498923Z","updatedOn":"2019-08-26T12:22:13.7498923Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f","type":"Microsoft.Authorization/roleAssignments","name":"8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-05-24T11:02:27.8515917Z","updatedOn":"2019-05-24T11:02:27.8515917Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b5eee4d7-5f9f-4f63-8040-8aec158c289b","type":"Microsoft.Authorization/roleAssignments","name":"b5eee4d7-5f9f-4f63-8040-8aec158c289b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-02-12T11:34:59.7104212Z","updatedOn":"2020-02-12T11:34:59.7104212Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f0618702-8404-4858-9a26-e61f23e7d44f","type":"Microsoft.Authorization/roleAssignments","name":"f0618702-8404-4858-9a26-e61f23e7d44f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-11-14T08:52:42.2795010Z","updatedOn":"2019-11-14T08:52:42.2795010Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/77daac38-9839-4b00-921b-e5d5a03e728c","type":"Microsoft.Authorization/roleAssignments","name":"77daac38-9839-4b00-921b-e5d5a03e728c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9693df58-7f72-4974-9bd3-1c3ceb0382f1","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-11-29T09:40:04.3180033Z","updatedOn":"2018-11-29T09:40:04.3180033Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7","type":"Microsoft.Authorization/roleAssignments","name":"ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"d1f96755-9bcf-44b8-ab82-df67360496c4","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-05-08T10:28:08.2854940Z","updatedOn":"2020-05-08T10:28:08.2854940Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dfb3ca56-a0d4-44ce-ba35-b716c3fdab86","type":"Microsoft.Authorization/roleAssignments","name":"dfb3ca56-a0d4-44ce-ba35-b716c3fdab86"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-31T09:26:43.6440415Z","updatedOn":"2018-12-31T09:26:43.6440415Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45744ea8-780f-4f3e-88aa-b73d7f6997b2","type":"Microsoft.Authorization/roleAssignments","name":"45744ea8-780f-4f3e-88aa-b73d7f6997b2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e65078fb-6b02-434a-9f11-d06bf9bc0600","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-10-25T23:42:36.3444507Z","updatedOn":"2018-10-25T23:42:36.3444507Z","createdBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","updatedBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e7ce51e8-4109-41d7-bc10-538b089599db","type":"Microsoft.Authorization/roleAssignments","name":"e7ce51e8-4109-41d7-bc10-538b089599db"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a7782e0f-1f9a-4882-b2c9-11227aad244e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-06-16T04:32:50.9673703Z","updatedOn":"2020-06-16T04:32:50.9673703Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fa21f2f-81c3-47b6-b706-650b359b96c3","type":"Microsoft.Authorization/roleAssignments","name":"9fa21f2f-81c3-47b6-b706-650b359b96c3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"00b14177-f4d2-4a4b-94f6-6e80f75745c9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T09:49:11.3750683Z","updatedOn":"2020-03-12T09:49:11.3750683Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fff0abf3-3cf7-46be-8bc7-1d1619a160fb","type":"Microsoft.Authorization/roleAssignments","name":"fff0abf3-3cf7-46be-8bc7-1d1619a160fb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T10:28:45.4880023Z","updatedOn":"2019-08-26T10:28:45.4880023Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/397a3c9c-c258-4d4e-834d-00cc08227796","type":"Microsoft.Authorization/roleAssignments","name":"397a3c9c-c258-4d4e-834d-00cc08227796"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-05T04:29:28.7359096Z","updatedOn":"2018-12-05T04:29:28.7359096Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c830f42-5f89-4d8b-8f93-d3dc936f33bd","type":"Microsoft.Authorization/roleAssignments","name":"3c830f42-5f89-4d8b-8f93-d3dc936f33bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-08T08:38:50.1742930Z","updatedOn":"2020-04-08T08:38:50.1742930Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5293a96b-830e-45f4-9e9e-22d7d020f0d8","type":"Microsoft.Authorization/roleAssignments","name":"5293a96b-830e-45f4-9e9e-22d7d020f0d8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3421d717-ca60-44e7-a9a1-773acec4e503","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T09:40:14.7658272Z","updatedOn":"2019-10-23T09:40:14.7658272Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/34b29558-faf9-43f0-a194-35ca0aa99fc5","type":"Microsoft.Authorization/roleAssignments","name":"34b29558-faf9-43f0-a194-35ca0aa99fc5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3dc88d41-4d03-4105-970d-937e56de3839","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-06-27T12:59:44.6557891Z","updatedOn":"2019-06-27T12:59:44.6557891Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e57ab8d1-ce9a-4925-b09f-2567492d9b22","type":"Microsoft.Authorization/roleAssignments","name":"e57ab8d1-ce9a-4925-b09f-2567492d9b22"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"62c799b8-9b54-4c3d-97c9-9490d16a6a9a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-08T13:01:20.9953919Z","updatedOn":"2019-08-08T13:01:20.9953919Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e1b91810-0781-462d-9517-764e4a033822","type":"Microsoft.Authorization/roleAssignments","name":"e1b91810-0781-462d-9517-764e4a033822"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T08:03:15.6803676Z","updatedOn":"2019-10-23T08:03:15.6803676Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/facbac06-ddab-437d-949a-207593fddfff","type":"Microsoft.Authorization/roleAssignments","name":"facbac06-ddab-437d-949a-207593fddfff"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"978b254a-54be-42af-80f5-e2a37b2e40e5","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-07-08T06:57:57.0377373Z","updatedOn":"2019-07-08T06:57:57.0377373Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e","type":"Microsoft.Authorization/roleAssignments","name":"89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-17T09:14:08.7913669Z","updatedOn":"2020-04-17T09:14:08.7913669Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/950c635a-23a5-4a0e-8eb6-c53e929c9699","type":"Microsoft.Authorization/roleAssignments","name":"950c635a-23a5-4a0e-8eb6-c53e929c9699"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:46.8918844Z","updatedOn":"2022-10-03T10:52:46.8918844Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5a8b530-0e4c-40d9-a003-167e38138f34","type":"Microsoft.Authorization/roleAssignments","name":"c5a8b530-0e4c-40d9-a003-167e38138f34"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"ce439730-9009-4c60-b582-277f5b9b5c47","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:47.6507241Z","updatedOn":"2022-10-03T10:52:47.6507241Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/adfaf7e6-895a-432b-9f63-650c5855b6b5","type":"Microsoft.Authorization/roleAssignments","name":"adfaf7e6-895a-432b-9f63-650c5855b6b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8a1cd6d0-5c03-4720-8cc7-22adbc865bad","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-06T10:00:44.6775425Z","updatedOn":"2022-10-06T10:00:44.6775425Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/21a219c4-e4ea-4572-9b97-ab829ee70b0b","type":"Microsoft.Authorization/roleAssignments","name":"21a219c4-e4ea-4572-9b97-ab829ee70b0b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"ba20023e-4ef7-4929-8693-f3f37fdb7667","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-19T06:48:34.7902721Z","updatedOn":"2022-10-19T06:48:34.7902721Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/70fc8a72-c6e9-4644-95d6-f27efe137007","type":"Microsoft.Authorization/roleAssignments","name":"70fc8a72-c6e9-4644-95d6-f27efe137007"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab","principalId":"cda54502-7b02-4c29-bacd-2ac17bb3fee4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-20T05:10:54.0749901Z","updatedOn":"2022-10-20T05:10:54.0749901Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a49a99d3-cfb9-4f66-b694-b3a7803fe02b","type":"Microsoft.Authorization/roleAssignments","name":"a49a99d3-cfb9-4f66-b694-b3a7803fe02b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"d6e6b7d9-6bee-44e9-a115-608b26453747","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-11-04T09:20:20.9539814Z","updatedOn":"2022-11-04T09:20:20.9539814Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5ead22ad-d09b-4591-8d0f-a571ef0dedb2","type":"Microsoft.Authorization/roleAssignments","name":"5ead22ad-d09b-4591-8d0f-a571ef0dedb2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.2924849Z","updatedOn":"2022-12-13T12:39:32.2924849Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1a2a40b4-9a41-4578-a6f5-e34068ff3bf6","type":"Microsoft.Authorization/roleAssignments","name":"1a2a40b4-9a41-4578-a6f5-e34068ff3bf6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.4781119Z","updatedOn":"2022-12-13T12:39:32.4781119Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fc9183c-bfec-41be-8c2b-2cc55420f6c1","type":"Microsoft.Authorization/roleAssignments","name":"9fc9183c-bfec-41be-8c2b-2cc55420f6c1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"fc8bd99b-292d-4396-ac07-7e46bf989efa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-04T09:17:14.5148296Z","updatedOn":"2023-01-04T09:17:14.5148296Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5c4e131f-5843-5474-af9f-427c1fca982d","type":"Microsoft.Authorization/roleAssignments","name":"5c4e131f-5843-5474-af9f-427c1fca982d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c0c54612-5a75-40a2-8a0c-bf70ab0847ba","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-13T04:47:48.8296778Z","updatedOn":"2023-01-13T04:47:48.8296778Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b56bdd79-3e27-4d79-b73b-4dc8625a172a","type":"Microsoft.Authorization/roleAssignments","name":"b56bdd79-3e27-4d79-b73b-4dc8625a172a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a4eae46b-a9d0-4586-8ac9-ba91b29f1d57","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-02-01T10:05:44.6784242Z","updatedOn":"2022-02-01T10:05:44.6784242Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8af2fb3a-292c-42a8-a870-1751c4ec4870","type":"Microsoft.Authorization/roleAssignments","name":"8af2fb3a-292c-42a8-a870-1751c4ec4870"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"85c33f6f-5d69-4b0e-bc06-95a7d3193519","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-04T09:52:52.7340040Z","updatedOn":"2022-05-04T09:52:52.7340040Z","createdBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","updatedBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6a4f635c-309c-4a1d-8eea-86fb5aa91d80","type":"Microsoft.Authorization/roleAssignments","name":"6a4f635c-309c-4a1d-8eea-86fb5aa91d80"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-12T06:55:02.9137483Z","updatedOn":"2022-05-12T06:55:02.9137483Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a5bd1b6d-0084-40ec-9126-2250536b4778","type":"Microsoft.Authorization/roleAssignments","name":"a5bd1b6d-0084-40ec-9126-2250536b4778"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"f2cee52e-3d75-4f49-acc4-b5aaf72232ee","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T11:01:05.6238088Z","updatedOn":"2022-06-03T11:01:05.6238088Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2bd63fbe-e197-434f-ba1e-016bad298ff7","type":"Microsoft.Authorization/roleAssignments","name":"2bd63fbe-e197-434f-ba1e-016bad298ff7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:20:41.1511200Z","updatedOn":"2022-06-03T13:22:39.1076287Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f12c7867-43e5-5530-98e9-9d8a2f39fb92","type":"Microsoft.Authorization/roleAssignments","name":"f12c7867-43e5-5530-98e9-9d8a2f39fb92"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:37:09.9515887Z","updatedOn":"2022-06-03T14:40:22.4040874Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/bace23ac-6978-5318-a146-d49599599b02","type":"Microsoft.Authorization/roleAssignments","name":"bace23ac-6978-5318-a146-d49599599b02"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-06T11:22:08.5127363Z","updatedOn":"2022-06-06T11:22:08.5127363Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/df253c65-35fc-4ff6-9a32-39b3fe20a6e3","type":"Microsoft.Authorization/roleAssignments","name":"df253c65-35fc-4ff6-9a32-39b3fe20a6e3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5f137a67-1b88-4f98-aa20-b71a7082dc56","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-10T14:11:57.5623976Z","updatedOn":"2022-06-10T14:11:57.5623976Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e409f573-8bda-4b7e-854a-61c445d36c6f","type":"Microsoft.Authorization/roleAssignments","name":"e409f573-8bda-4b7e-854a-61c445d36c6f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-22T11:28:57.2073063Z","updatedOn":"2022-06-22T11:28:57.2073063Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb","type":"Microsoft.Authorization/roleAssignments","name":"c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:19:22.2256200Z","updatedOn":"2022-06-23T09:19:22.2256200Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/344b17ae-cabf-4a33-9a9d-ba30fefcbadc","type":"Microsoft.Authorization/roleAssignments","name":"344b17ae-cabf-4a33-9a9d-ba30fefcbadc"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2b81557b-8e7a-4df8-9a41-e59844f627c2","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:25:03.9969293Z","updatedOn":"2022-06-23T09:25:03.9969293Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/13a7f7c7-7364-4f9b-ba92-5430f17b29b5","type":"Microsoft.Authorization/roleAssignments","name":"13a7f7c7-7364-4f9b-ba92-5430f17b29b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-24T07:04:04.5965087Z","updatedOn":"2022-06-24T07:04:04.5965087Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ba604c54-80e1-490e-a123-9ef9d477536b","type":"Microsoft.Authorization/roleAssignments","name":"ba604c54-80e1-490e-a123-9ef9d477536b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-25T04:10:10.7065168Z","updatedOn":"2022-06-25T04:10:10.7065168Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/916a749f-b61f-4ba4-8c28-46217c3a7b4e","type":"Microsoft.Authorization/roleAssignments","name":"916a749f-b61f-4ba4-8c28-46217c3a7b4e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T07:37:58.3152810Z","updatedOn":"2022-06-27T07:37:58.3152810Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0a1046d6-ba58-491f-b473-403ec29cd2be","type":"Microsoft.Authorization/roleAssignments","name":"0a1046d6-ba58-491f-b473-403ec29cd2be"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:21:12.2347431Z","updatedOn":"2022-06-27T08:21:12.2347431Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/abc6fbbe-d4a8-4315-9532-82e90334dcc9","type":"Microsoft.Authorization/roleAssignments","name":"abc6fbbe-d4a8-4315-9532-82e90334dcc9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:17.8582970Z","updatedOn":"2022-06-27T08:43:17.8582970Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8f0bb0e-1495-48f0-aa68-33c364310cfb","type":"Microsoft.Authorization/roleAssignments","name":"b8f0bb0e-1495-48f0-aa68-33c364310cfb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:18.7801612Z","updatedOn":"2022-06-27T08:43:18.7801612Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1","type":"Microsoft.Authorization/roleAssignments","name":"b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"b864e281-c12e-45c6-a0c7-6046a7de5481","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-30T10:50:49.6196941Z","updatedOn":"2022-06-30T10:50:49.6196941Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/61b7cfe4-f4db-49b0-b329-bb5fad775973","type":"Microsoft.Authorization/roleAssignments","name":"61b7cfe4-f4db-49b0-b329-bb5fad775973"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:11.7388086Z","updatedOn":"2022-07-01T08:15:11.7388086Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/86db086e-0442-5eef-8ebc-1d8d28a4d03a","type":"Microsoft.Authorization/roleAssignments","name":"86db086e-0442-5eef-8ebc-1d8d28a4d03a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:12.7940996Z","updatedOn":"2022-07-01T08:15:12.7940996Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cbcefba6-df6c-5670-9e02-9e09f7964d9c","type":"Microsoft.Authorization/roleAssignments","name":"cbcefba6-df6c-5670-9e02-9e09f7964d9c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"fe7b070d-f778-4cfd-8acf-eda94f397a89","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-29T07:15:07.9544255Z","updatedOn":"2022-07-29T07:15:07.9544255Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/efb13d06-875d-40e3-81d5-195824e19188","type":"Microsoft.Authorization/roleAssignments","name":"efb13d06-875d-40e3-81d5-195824e19188"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f8520195-1c62-47ff-8c01-e394155b52f1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-10T11:13:36.6792855Z","updatedOn":"2022-08-10T11:13:36.6792855Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c9150af-abd1-4d00-9c16-acb375857df6","type":"Microsoft.Authorization/roleAssignments","name":"3c9150af-abd1-4d00-9c16-acb375857df6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f4bfeb83-a4cc-43e8-bee0-9808b5d0918d","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-24T05:51:56.3337713Z","updatedOn":"2022-08-24T05:51:56.3337713Z","createdBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","updatedBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3caa2a04-62bf-4a33-80f5-056840e59fb4","type":"Microsoft.Authorization/roleAssignments","name":"3caa2a04-62bf-4a33-80f5-056840e59fb4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"608ca1e9-e854-46c6-984f-d812d0e657e6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-30T13:32:28.1332524Z","updatedOn":"2022-08-30T13:32:28.1332524Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2719b245-3aeb-4cc0-92bc-6f63eea0dcbf","type":"Microsoft.Authorization/roleAssignments","name":"2719b245-3aeb-4cc0-92bc-6f63eea0dcbf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"68df126e-00a9-4775-995d-233a4ffc3a19","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-17T09:26:11.0806114Z","updatedOn":"2023-02-17T09:26:11.0806114Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/76d326c3-4c6a-46f5-9b7d-6cdce259d963","type":"Microsoft.Authorization/roleAssignments","name":"76d326c3-4c6a-46f5-9b7d-6cdce259d963"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e147488a-f6f5-4113-8e2d-b22465e65bf6","principalId":"bb529dae-08b3-4aaa-a97b-a815eb240212","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-17T10:00:44.9499565Z","updatedOn":"2023-02-17T10:00:44.9499565Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e02834f2-9857-4cd4-84bf-f5060c059ac4","type":"Microsoft.Authorization/roleAssignments","name":"e02834f2-9857-4cd4-84bf-f5060c059ac4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"12f8ea5c-1212-449e-b31c-0a574f43076e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-21T07:25:21.5000321Z","updatedOn":"2023-02-21T07:25:21.5000321Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cfa66353-d8d2-44a8-9b6b-47d96c034467","type":"Microsoft.Authorization/roleAssignments","name":"cfa66353-d8d2-44a8-9b6b-47d96c034467"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"cf46d636-b6c1-406c-aba7-b2c3d9ed07da","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-22T08:19:42.6910275Z","updatedOn":"2023-02-22T08:19:42.6910275Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d2fa9741-5fdd-4c70-92d0-68d9ac1c8d47","type":"Microsoft.Authorization/roleAssignments","name":"d2fa9741-5fdd-4c70-92d0-68d9ac1c8d47"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5514cdb4-15e2-4c34-8c01-f5d04b6b6c67","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-24T13:51:44.3846278Z","updatedOn":"2023-02-24T13:51:44.3846278Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dab90611-db6d-4f9f-8082-df6726f52495","type":"Microsoft.Authorization/roleAssignments","name":"dab90611-db6d-4f9f-8082-df6726f52495"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"97cccd32-7f48-4221-94cd-b8528c8b17a6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-26T18:44:26.0648974Z","updatedOn":"2023-02-26T18:44:26.0648974Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fa32041b-2f55-4362-90b5-95d4a83ffd93","type":"Microsoft.Authorization/roleAssignments","name":"fa32041b-2f55-4362-90b5-95d4a83ffd93"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"493cef5f-b385-4b17-9f23-1f8b4b4ac3d6","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-13T07:48:30.0411477Z","updatedOn":"2023-03-13T07:48:30.0411477Z","createdBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","updatedBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/177c0e16-cfcb-406f-904d-09fb218aa5eb","type":"Microsoft.Authorization/roleAssignments","name":"177c0e16-cfcb-406f-904d-09fb218aa5eb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05","principalId":"5289bf2b-79f3-4c31-8d60-db42c3fd002a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-13T10:44:18.1488916Z","updatedOn":"2023-03-13T10:44:18.1488916Z","createdBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","updatedBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/588736e7-fbe0-4821-ae33-2c06f552124a","type":"Microsoft.Authorization/roleAssignments","name":"588736e7-fbe0-4821-ae33-2c06f552124a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1162ad4b-7287-4f49-8c3e-06e04512f639","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-14T12:31:55.1770447Z","updatedOn":"2023-03-14T12:31:55.1770447Z","createdBy":"becb4b6b-fe16-413b-a5c3-90355e0b2982","updatedBy":"becb4b6b-fe16-413b-a5c3-90355e0b2982","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5740e7f-0f13-4653-8abd-f482f3559150","type":"Microsoft.Authorization/roleAssignments","name":"c5740e7f-0f13-4653-8abd-f482f3559150"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"64ab57a6-67bf-4631-ac7f-b731f27f5de9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-04-04T05:25:33.2395033Z","updatedOn":"2023-04-04T05:25:33.2395033Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0be91191-86bc-4569-8b76-aae8fd209ac4","type":"Microsoft.Authorization/roleAssignments","name":"0be91191-86bc-4569-8b76-aae8fd209ac4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"64ab57a6-67bf-4631-ac7f-b731f27f5de9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-04-05T14:05:31.2947743Z","updatedOn":"2023-04-05T14:05:31.2947743Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ffaae57b-fa9e-450b-a428-ea4351af0cbd","type":"Microsoft.Authorization/roleAssignments","name":"ffaae57b-fa9e-450b-a428-ea4351af0cbd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"20be776b-53ea-4f69-aea8-e63cd646bf2a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T05:15:12.7382306Z","updatedOn":"2023-05-02T05:15:12.7382306Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d3962592-e471-4400-92b3-22e07f918945","type":"Microsoft.Authorization/roleAssignments","name":"d3962592-e471-4400-92b3-22e07f918945"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"b4a3721a-5084-4986-a20a-303f9d6f5040","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T07:57:32.1970984Z","updatedOn":"2023-05-02T07:57:32.1970984Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/665d47a7-45b8-4799-9950-b81892b71d02","type":"Microsoft.Authorization/roleAssignments","name":"665d47a7-45b8-4799-9950-b81892b71d02"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"0e79e07c-dd40-403a-aaa1-1b1a0db2c679","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T07:57:32.2974094Z","updatedOn":"2023-05-02T07:57:32.2974094Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6dc7c22d-6a46-43c8-bb1f-c21b9790f90f","type":"Microsoft.Authorization/roleAssignments","name":"6dc7c22d-6a46-43c8-bb1f-c21b9790f90f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2c62cfe7-2fb7-4fa7-8a70-363587961c3a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-03T06:56:50.3041561Z","updatedOn":"2023-05-03T06:56:50.3041561Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a8d72b29-195f-4fcb-871f-98944442ea1e","type":"Microsoft.Authorization/roleAssignments","name":"a8d72b29-195f-4fcb-871f-98944442ea1e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"b7ad5249-b614-4703-9aaf-5a445d177366","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T19:07:21.6725580Z","updatedOn":"2023-05-09T19:07:21.6725580Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/47c78059-3d33-4369-971b-f9bde9ac1466","type":"Microsoft.Authorization/roleAssignments","name":"47c78059-3d33-4369-971b-f9bde9ac1466"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"dac0942a-cc2b-49f9-9492-56a21ce8f8fc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T19:07:37.0703045Z","updatedOn":"2023-05-09T19:07:37.0703045Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/e0758e90-9d03-4a0c-b32f-372a6de27179","type":"Microsoft.Authorization/roleAssignments","name":"e0758e90-9d03-4a0c-b32f-372a6de27179"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"4e2127ca-c3b6-476d-affc-c5bce10eabe6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T20:28:20.0518605Z","updatedOn":"2023-05-09T20:28:20.0518605Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/65377e4a-2653-4567-ac70-91e29c7920f6","type":"Microsoft.Authorization/roleAssignments","name":"65377e4a-2653-4567-ac70-91e29c7920f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"8d1c13af-2a76-44e9-aa48-2d8445c943aa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T04:45:13.0937078Z","updatedOn":"2023-05-10T04:45:13.0937078Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/2d57d37b-1f25-456a-bc06-2a4b6ff1d1ba","type":"Microsoft.Authorization/roleAssignments","name":"2d57d37b-1f25-456a-bc06-2a4b6ff1d1ba"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"f2dd956f-36a4-426f-a222-6ab124ebf029","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T06:34:19.1943426Z","updatedOn":"2023-05-10T06:34:19.1943426Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/610fd0a6-6682-4cfd-abfe-985d4a9efedf","type":"Microsoft.Authorization/roleAssignments","name":"610fd0a6-6682-4cfd-abfe-985d4a9efedf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"1c181e6a-7ccc-44cb-86b8-a7bc0539b418","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T06:40:27.0353845Z","updatedOn":"2023-05-10T06:40:27.0353845Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/0af36067-e13a-4e45-968c-9000682bbd20","type":"Microsoft.Authorization/roleAssignments","name":"0af36067-e13a-4e45-968c-9000682bbd20"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"47c67572-a570-4da7-a4b9-58324ab5a952","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T07:26:43.2407286Z","updatedOn":"2023-05-10T07:26:43.2407286Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/0bed8139-dc1a-4d0c-ac99-f999224a9a89","type":"Microsoft.Authorization/roleAssignments","name":"0bed8139-dc1a-4d0c-ac99-f999224a9a89"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"9c93976b-8f0d-424e-ad3f-eee4e19e4975","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T07:44:55.4379405Z","updatedOn":"2023-05-10T07:44:55.4379405Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/aa737767-4250-44e0-8bc1-87c7a57c8e11","type":"Microsoft.Authorization/roleAssignments","name":"aa737767-4250-44e0-8bc1-87c7a57c8e11"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"65011827-99b8-4919-904c-b1cd8dd91338","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T08:07:02.0326713Z","updatedOn":"2023-05-10T08:07:02.0326713Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/9ecbdd01-8fe2-4145-b05e-ddcbf066f97b","type":"Microsoft.Authorization/roleAssignments","name":"9ecbdd01-8fe2-4145-b05e-ddcbf066f97b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"bcfc55e4-5eca-447b-a606-2d6fadf6a62d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-16T08:57:02.4178722Z","updatedOn":"2023-05-16T08:57:02.4178722Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/fee65814-7e14-4cff-bd3a-aa5538066cda","type":"Microsoft.Authorization/roleAssignments","name":"fee65814-7e14-4cff-bd3a-aa5538066cda"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"ab0849d6-1c69-46ad-848b-9352e42983c3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-16T09:58:56.5588413Z","updatedOn":"2023-05-16T09:58:56.5588413Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/dcdce87f-0ae7-4bb9-93b3-8deb96aa5603","type":"Microsoft.Authorization/roleAssignments","name":"dcdce87f-0ae7-4bb9-93b3-8deb96aa5603"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"58855564-8091-4c8e-ad53-d10b8fff0527","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-17T06:33:02.7277301Z","updatedOn":"2023-05-17T06:33:02.7277301Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1a38fd1e-c445-4178-9b06-e50cfaa7cdaf","type":"Microsoft.Authorization/roleAssignments","name":"1a38fd1e-c445-4178-9b06-e50cfaa7cdaf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c24456e1-8136-48ee-97c9-b1f01906af77","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-17T06:33:02.7640554Z","updatedOn":"2023-05-17T06:33:02.7640554Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/895912bb-0d13-4469-b7fb-b479b1dc3e5b","type":"Microsoft.Authorization/roleAssignments","name":"895912bb-0d13-4469-b7fb-b479b1dc3e5b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"f8520195-1c62-47ff-8c01-e394155b52f1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-18T06:12:44.5863814Z","updatedOn":"2023-05-18T06:12:44.5863814Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/eb75e461-0299-4c74-aa17-e02717312d32","type":"Microsoft.Authorization/roleAssignments","name":"eb75e461-0299-4c74-aa17-e02717312d32"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f58310d9-a9f6-439a-9e8d-f62e7b41a168","principalId":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T04:48:16.7740488Z","updatedOn":"2023-05-25T04:48:16.7740488Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f7ea54ed-f06b-47ea-ac38-8fe1173e9344","type":"Microsoft.Authorization/roleAssignments","name":"f7ea54ed-f06b-47ea-ac38-8fe1173e9344"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"24719501-c5d0-47d3-bbbf-20ef4c630c73","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T11:29:34.9377098Z","updatedOn":"2023-05-25T11:29:34.9377098Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/74873008-c382-41fb-ab10-b77460ba663a","type":"Microsoft.Authorization/roleAssignments","name":"74873008-c382-41fb-ab10-b77460ba663a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"d68108d1-33be-4b4f-947c-af634d4ef0aa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T13:00:39.1658815Z","updatedOn":"2023-05-28T13:00:39.1658815Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/a4018116-4185-452c-962b-ff9798e8d095","type":"Microsoft.Authorization/roleAssignments","name":"a4018116-4185-452c-962b-ff9798e8d095"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"fd2d4224-3b78-4a92-8b95-816ddd087506","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T13:21:31.4986279Z","updatedOn":"2023-05-28T13:21:31.4986279Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/6135d590-c6b4-4bfc-81ed-265d47bf6d83","type":"Microsoft.Authorization/roleAssignments","name":"6135d590-c6b4-4bfc-81ed-265d47bf6d83"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"06fc8cbf-37d3-4d1b-8299-69c4df3b572c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T13:50:05.8544280Z","updatedOn":"2023-05-28T13:50:05.8544280Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/6e9ddf07-f19f-46e5-bd41-8269825bacb8","type":"Microsoft.Authorization/roleAssignments","name":"6e9ddf07-f19f-46e5-bd41-8269825bacb8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"b8c65349-51a7-45d5-8a1d-1bc091055724","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T17:11:06.3532653Z","updatedOn":"2023-05-28T17:11:06.3532653Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/cdd77e4e-26b0-434e-bd94-8ccb0402851a","type":"Microsoft.Authorization/roleAssignments","name":"cdd77e4e-26b0-434e-bd94-8ccb0402851a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0973816d-8dc6-47d2-9512-02ddd0032251","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T03:47:22.3217709Z","updatedOn":"2023-05-29T03:47:22.3217709Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/115c9028-901c-49b3-b4e6-ee1ae2fc9559","type":"Microsoft.Authorization/roleAssignments","name":"115c9028-901c-49b3-b4e6-ee1ae2fc9559"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"79793a4f-03bc-49c5-94a8-73a4e1d2276c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T04:16:24.8812962Z","updatedOn":"2023-05-29T04:16:24.8812962Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/72f546f8-0d39-4307-8e43-d8c9c3358660","type":"Microsoft.Authorization/roleAssignments","name":"72f546f8-0d39-4307-8e43-d8c9c3358660"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"05ec8271-e220-44df-a9f6-74e84eb27e52","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T04:52:01.7085397Z","updatedOn":"2023-05-29T04:52:01.7085397Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/c018ff99-c084-4cc7-bb78-ec7e0ee4c8ad","type":"Microsoft.Authorization/roleAssignments","name":"c018ff99-c084-4cc7-bb78-ec7e0ee4c8ad"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"13c9deb2-46ff-4e76-a859-e575f64defd3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T06:13:32.3227516Z","updatedOn":"2023-05-29T06:13:32.3227516Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/1e9624b0-c8ab-41f0-8fe7-154cc43a36e0","type":"Microsoft.Authorization/roleAssignments","name":"1e9624b0-c8ab-41f0-8fe7-154cc43a36e0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"cd118008-62f9-4683-bf6b-bf7c833da40b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T06:48:34.8262341Z","updatedOn":"2023-05-29T06:48:34.8262341Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/f8b1fb2e-371e-492c-ad43-cd40c0b41366","type":"Microsoft.Authorization/roleAssignments","name":"f8b1fb2e-371e-492c-ad43-cd40c0b41366"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"d3acdbc2-f477-46b6-8ea5-162fa7714dd9","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T07:02:39.9034813Z","updatedOn":"2023-05-29T07:02:39.9034813Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/d2eacb25-a448-49c4-aa13-beca26fa852d","type":"Microsoft.Authorization/roleAssignments","name":"d2eacb25-a448-49c4-aa13-beca26fa852d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e6286d47-3c0c-4fa9-ba6b-95999e5cebdc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T08:50:45.9998823Z","updatedOn":"2023-05-29T08:50:45.9998823Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/21baa433-6363-4745-bd9a-4f4977c92a1b","type":"Microsoft.Authorization/roleAssignments","name":"21baa433-6363-4745-bd9a-4f4977c92a1b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T13:53:37.6422713Z","updatedOn":"2023-05-29T13:53:37.6422713Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b65f7c25-3f4f-44f7-9c48-fe96b51576e0","type":"Microsoft.Authorization/roleAssignments","name":"b65f7c25-3f4f-44f7-9c48-fe96b51576e0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"490e52a9-30c5-4515-b8d9-04afd8b85e9c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T04:01:53.3749224Z","updatedOn":"2023-05-30T04:01:53.3749224Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/4d815349-c254-4d67-b406-aa287564aee3","type":"Microsoft.Authorization/roleAssignments","name":"4d815349-c254-4d67-b406-aa287564aee3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"8afaf55f-2597-4534-a20f-a2f2afa8d26c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T04:31:42.2587420Z","updatedOn":"2023-05-30T04:31:42.2587420Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/8bbd4bfc-cd89-4bca-860c-a0740ab529f4","type":"Microsoft.Authorization/roleAssignments","name":"8bbd4bfc-cd89-4bca-860c-a0740ab529f4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"aa702226-7b8d-40d7-bfbd-80aae0e595d6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T05:50:47.9480782Z","updatedOn":"2023-05-30T05:50:47.9480782Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/73a88b4a-2094-44c7-9e36-9f40e161d627","type":"Microsoft.Authorization/roleAssignments","name":"73a88b4a-2094-44c7-9e36-9f40e161d627"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"6e415d1f-88e4-4be1-b5f0-b7139659f22e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T06:12:58.3970921Z","updatedOn":"2023-05-30T06:12:58.3970921Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/2cee1665-1c27-46ea-846e-2059d59cfdd1","type":"Microsoft.Authorization/roleAssignments","name":"2cee1665-1c27-46ea-846e-2059d59cfdd1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"c56d7382-c4a9-4ce3-80b6-3cfc95f2fefc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T06:48:09.8374610Z","updatedOn":"2023-05-30T06:48:09.8374610Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/0b01f7a2-3616-4c85-af38-2b19054fc066","type":"Microsoft.Authorization/roleAssignments","name":"0b01f7a2-3616-4c85-af38-2b19054fc066"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0d9dcb06-cdcf-41c4-8c30-4869e71840e7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T07:12:17.4876538Z","updatedOn":"2023-05-30T07:12:17.4876538Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/fea43e5c-701b-4426-bd30-159248cb4931","type":"Microsoft.Authorization/roleAssignments","name":"fea43e5c-701b-4426-bd30-159248cb4931"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"28ba77d8-32a0-4d69-b107-8407bb848ede","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-04T13:26:22.1238267Z","updatedOn":"2023-06-04T13:26:22.1238267Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/f8239795-55cb-45af-9097-511279f200c9","type":"Microsoft.Authorization/roleAssignments","name":"f8239795-55cb-45af-9097-511279f200c9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"d69cd189-7562-4657-9b69-b3380d9f64d6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-07T06:51:41.1665272Z","updatedOn":"2023-06-07T06:51:41.1665272Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/be7f7406-9b29-4da2-9268-af6e51d58501","type":"Microsoft.Authorization/roleAssignments","name":"be7f7406-9b29-4da2-9268-af6e51d58501"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c8930b26-8d6f-4b4a-87de-2f8eb04e7cbd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-06-08T09:36:28.7566900Z","updatedOn":"2023-06-08T09:36:28.7566900Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5d1f4c81-f2b6-43c9-8e45-8878bf1d3398","type":"Microsoft.Authorization/roleAssignments","name":"5d1f4c81-f2b6-43c9-8e45-8878bf1d3398"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e07cb74f-f01a-4155-9919-23791bdc05a4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T03:46:27.5192433Z","updatedOn":"2023-06-09T03:46:27.5192433Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/3161b098-fa14-4694-9e1b-1637b373e255","type":"Microsoft.Authorization/roleAssignments","name":"3161b098-fa14-4694-9e1b-1637b373e255"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a959e284-cf37-480d-a37e-aa8eda644fa4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T09:44:57.4057363Z","updatedOn":"2023-06-09T09:44:57.4057363Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/11096c31-f38b-4aa1-a4be-97eb04b86f2b","type":"Microsoft.Authorization/roleAssignments","name":"11096c31-f38b-4aa1-a4be-97eb04b86f2b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a51d0ef9-9895-4b63-b3f8-354bb7d1a6bb","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-05-21T08:47:39.8177538Z","updatedOn":"2021-05-21T08:47:39.8177538Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/17db6abb-bc45-4967-b313-e470ec9cbbd7","type":"Microsoft.Authorization/roleAssignments","name":"17db6abb-bc45-4967-b313-e470ec9cbbd7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"93e2b483-3ffa-44f8-9965-fdb104b541a2","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-06-29T05:43:19.7216795Z","updatedOn":"2021-06-29T05:43:19.7216795Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c6aff8c2-08b1-5b1a-9c80-d91164226985","type":"Microsoft.Authorization/roleAssignments","name":"c6aff8c2-08b1-5b1a-9c80-d91164226985"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"4f285ac8-5610-4d2f-854c-bfa3d16a2679","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-11T06:55:02.4909144Z","updatedOn":"2021-07-11T06:55:02.4909144Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0cec2ad2-d080-4126-a99f-f61c559b799c","type":"Microsoft.Authorization/roleAssignments","name":"0cec2ad2-d080-4126-a99f-f61c559b799c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"630db480-3ee6-47ec-ae72-5f917d466bad","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:16:28.8833400Z","updatedOn":"2021-07-13T10:16:28.8833400Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/37fe4b2d-0aca-4c27-8511-1e0d18063ec8","type":"Microsoft.Authorization/roleAssignments","name":"37fe4b2d-0aca-4c27-8511-1e0d18063ec8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"279982e7-46cf-4e40-9a3b-156c98285cb7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.5647062Z","updatedOn":"2021-07-13T10:18:48.5647062Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/7907f38d-57a7-431d-82d7-5dfa2ef0a628","type":"Microsoft.Authorization/roleAssignments","name":"7907f38d-57a7-431d-82d7-5dfa2ef0a628"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"790004d0-0112-41ad-92e8-95c464c34476","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.6068337Z","updatedOn":"2021-07-13T10:18:48.6068337Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c9bda26-83c4-4d4c-b00b-c4b58301e539","type":"Microsoft.Authorization/roleAssignments","name":"8c9bda26-83c4-4d4c-b00b-c4b58301e539"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-21T06:38:43.9281998Z","updatedOn":"2021-07-21T06:38:43.9281998Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b553fa81-60dd-45d6-9781-8c2313d68b03","type":"Microsoft.Authorization/roleAssignments","name":"b553fa81-60dd-45d6-9781-8c2313d68b03"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:20.4258578Z","updatedOn":"2021-07-27T04:31:20.4258578Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258","type":"Microsoft.Authorization/roleAssignments","name":"4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:32.4566300Z","updatedOn":"2021-07-27T04:31:32.4566300Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8176bf09-8e96-448a-ab12-eeed360ecce2","type":"Microsoft.Authorization/roleAssignments","name":"8176bf09-8e96-448a-ab12-eeed360ecce2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:48.4577322Z","updatedOn":"2021-07-27T04:31:48.4577322Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45949217-58cc-4c18-93f3-f4c90710ae2d","type":"Microsoft.Authorization/roleAssignments","name":"45949217-58cc-4c18-93f3-f4c90710ae2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:20.8138038Z","updatedOn":"2021-07-27T10:13:20.8138038Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2382b52f-1ec5-430e-ae2a-74f9ed331ced","type":"Microsoft.Authorization/roleAssignments","name":"2382b52f-1ec5-430e-ae2a-74f9ed331ced"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:23.6551958Z","updatedOn":"2021-07-27T10:13:23.6551958Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e5863947-0b21-41b7-9997-c0dfc73eec29","type":"Microsoft.Authorization/roleAssignments","name":"e5863947-0b21-41b7-9997-c0dfc73eec29"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:29.6985440Z","updatedOn":"2021-07-27T10:13:29.6985440Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/28c1cefa-942f-44c5-a4d4-c33bb92abd45","type":"Microsoft.Authorization/roleAssignments","name":"28c1cefa-942f-44c5-a4d4-c33bb92abd45"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8039a424-299a-4014-8b22-4f6d6cc60065","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-11T07:08:31.9935560Z","updatedOn":"2021-08-11T07:08:31.9935560Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/69e0bcfc-b024-4d8b-a3d5-dac447f8986c","type":"Microsoft.Authorization/roleAssignments","name":"69e0bcfc-b024-4d8b-a3d5-dac447f8986c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"8f0340b8-4b70-412b-be19-c4612d49e353","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T11:58:29.6857641Z","updatedOn":"2021-08-20T11:58:29.6857641Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd88236f-eacb-5303-912f-ba1741cf02bd","type":"Microsoft.Authorization/roleAssignments","name":"fd88236f-eacb-5303-912f-ba1741cf02bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0d8f6e68-d6c5-4a67-b6c4-3107609bbdbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T12:31:58.7980661Z","updatedOn":"2021-08-20T12:31:58.7980661Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/146f4a11-8712-583d-89eb-a7b8b82dbaa9","type":"Microsoft.Authorization/roleAssignments","name":"146f4a11-8712-583d-89eb-a7b8b82dbaa9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e2072d83-2379-4f36-ab51-b5df7460c61e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-21T14:40:08.5987892Z","updatedOn":"2021-08-21T14:40:10.5055205Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/842af679-0b58-5eb5-b94c-ff59e4105d7e","type":"Microsoft.Authorization/roleAssignments","name":"842af679-0b58-5eb5-b94c-ff59e4105d7e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-17T09:41:38.5634940Z","updatedOn":"2021-09-17T09:41:38.5634940Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":"for + temp testing purpose"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98fe0117-1e9c-4e37-b8a7-c4a1031d6916","type":"Microsoft.Authorization/roleAssignments","name":"98fe0117-1e9c-4e37-b8a7-c4a1031d6916"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-25T15:23:32.6168771Z","updatedOn":"2021-09-25T15:23:32.6168771Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d852f084-bc9f-4258-9e2c-fcf48b9eaf85","type":"Microsoft.Authorization/roleAssignments","name":"d852f084-bc9f-4258-9e2c-fcf48b9eaf85"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"2778738c-452b-45ca-b8d6-f085836a1458","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-30T07:51:25.2399474Z","updatedOn":"2021-09-30T07:51:25.2399474Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b04a3bdf-b6a6-5ffb-9394-ee5743741597","type":"Microsoft.Authorization/roleAssignments","name":"b04a3bdf-b6a6-5ffb-9394-ee5743741597"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"0ac1f52a-325b-486a-a095-f46ffdd6a9e4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-10-26T01:59:18.6998395Z","updatedOn":"2021-10-26T01:59:18.6998395Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/53a3b238-b4b0-4d3f-b416-8d6dc8d755f6","type":"Microsoft.Authorization/roleAssignments","name":"53a3b238-b4b0-4d3f-b416-8d6dc8d755f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"c3c0d020-16f0-44d8-9950-0250120a33ff","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-02T06:11:03.5575284Z","updatedOn":"2021-11-02T06:11:03.5575284Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1d017732-f67e-5aa1-a4a6-47570078d9f3","type":"Microsoft.Authorization/roleAssignments","name":"1d017732-f67e-5aa1-a4a6-47570078d9f3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-10T08:59:19.7285159Z","updatedOn":"2021-11-10T08:59:19.7285159Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a60357fa-dc0a-4479-a2a9-4329c2d0ae89","type":"Microsoft.Authorization/roleAssignments","name":"a60357fa-dc0a-4479-a2a9-4329c2d0ae89"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8dd77695-d6a5-450d-a43c-67ca01be9fbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-12T10:55:38.3698246Z","updatedOn":"2021-11-12T10:55:38.3698246Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dda5bb75-b74a-4430-975f-5bc9611c4b2d","type":"Microsoft.Authorization/roleAssignments","name":"dda5bb75-b74a-4430-975f-5bc9611c4b2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36243c78-bf99-498c-9df9-86d9f8d28608","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0181010Z","updatedOn":"2021-02-18T06:28:12.0181010Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/804f6223-03eb-4091-b460-82160fc5f818","type":"Microsoft.Authorization/roleAssignments","name":"804f6223-03eb-4091-b460-82160fc5f818"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0168587Z","updatedOn":"2021-02-18T06:28:12.0168587Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8d80e2d6-315c-495c-ab2c-91ddf75edf41","type":"Microsoft.Authorization/roleAssignments","name":"8d80e2d6-315c-495c-ab2c-91ddf75edf41"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"cf46d636-b6c1-406c-aba7-b2c3d9ed07da","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:53:53.1151640Z","updatedOn":"2021-02-26T13:53:53.1151640Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/735e98ed-f4b8-4b7d-9cc9-af4f8ae77252","type":"Microsoft.Authorization/roleAssignments","name":"735e98ed-f4b8-4b7d-9cc9-af4f8ae77252"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8505e3f4-1ee7-427c-a175-a06595231d46","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:54:27.5624477Z","updatedOn":"2021-02-26T13:54:27.5624477Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98c87a9f-b9e7-414b-8b59-bf3ec62dbc74","type":"Microsoft.Authorization/roleAssignments","name":"98c87a9f-b9e7-414b-8b59-bf3ec62dbc74"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-25T12:25:27.2277610Z","updatedOn":"2020-07-25T12:25:27.2277610Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d","type":"Microsoft.Authorization/roleAssignments","name":"fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21ae6127-c385-4ae0-b895-a8559e9aa574","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:35:35.2993523Z","updatedOn":"2020-07-31T08:35:35.2993523Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6af9fbf3-7085-4bcb-b399-88b89fac16d3","type":"Microsoft.Authorization/roleAssignments","name":"6af9fbf3-7085-4bcb-b399-88b89fac16d3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:44:16.2909420Z","updatedOn":"2020-07-31T08:44:16.2909420Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/65080390-e9b5-4566-b362-d1e96c23dae2","type":"Microsoft.Authorization/roleAssignments","name":"65080390-e9b5-4566-b362-d1e96c23dae2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:12:01.6760584Z","updatedOn":"2020-11-03T06:12:01.6760584Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a7a12420-2dce-4a47-822e-68cadf239da3","type":"Microsoft.Authorization/roleAssignments","name":"a7a12420-2dce-4a47-822e-68cadf239da3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3282af51-433d-47e8-b2b5-633fbe0fecc0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:25:32.6790913Z","updatedOn":"2020-11-03T06:25:32.6790913Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/36da831d-10ce-4f42-ba28-362960f6ea36","type":"Microsoft.Authorization/roleAssignments","name":"36da831d-10ce-4f42-ba28-362960f6ea36"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"ce2366a6-64d7-441b-939c-c9d23f91cccd","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T20:43:06.5941189Z","updatedOn":"2020-03-12T20:43:06.5941189Z","createdBy":"606f48c8-d219-4875-991d-ae6befaf0756","updatedBy":"606f48c8-d219-4875-991d-ae6befaf0756","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/ad9e2cd7-0ff7-4931-9b17-656c8f17934b","type":"Microsoft.Authorization/roleAssignments","name":"ad9e2cd7-0ff7-4931-9b17-656c8f17934b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2023-02-21T22:32:46.2324804Z","updatedOn":"2023-02-21T22:32:46.2324804Z","createdBy":"7f1579a6-c648-43a1-ac1e-0c3020dd9b8e","updatedBy":"7f1579a6-c648-43a1-ac1e-0c3020dd9b8e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/df7c1e07-5c2d-4b22-b7b9-fd11a8569db3","type":"Microsoft.Authorization/roleAssignments","name":"df7c1e07-5c2d-4b22-b7b9-fd11a8569db3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772","principalId":"2dd1ea73-4024-489e-83a4-45cb3e962f69","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2023-05-04T20:23:16.3808369Z","updatedOn":"2023-05-04T20:23:16.3808369Z","createdBy":"fa00c2de-57d5-4527-9254-4d513f482d0a","updatedBy":"fa00c2de-57d5-4527-9254-4d513f482d0a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/59109645-7b2b-4278-831a-2e4627ec603d","type":"Microsoft.Authorization/roleAssignments","name":"59109645-7b2b-4278-831a-2e4627ec603d"}]}' + headers: + cache-control: + - no-cache + content-length: + - '124908' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:55:40 GMT + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly + 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: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + Cookie: + - x-ms-gateway-slice=Production + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --restore-request-object --snapshot-resource-group-id -y + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Reader%27&api-version=2022-04-01 + response: + body: + string: '{"value":[{"properties":{"roleName":"Reader","type":"BuiltInRole","description":"View + all resources, but does not allow you to make any changes.","assignableScopes":["/"],"permissions":[{"actions":["*/read"],"notActions":[],"dataActions":[],"notDataActions":[]}],"createdOn":"2015-02-02T21:55:09.8806423Z","updatedOn":"2021-11-11T20:13:47.8628684Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","type":"Microsoft.Authorization/roleDefinitions","name":"acdd72a7-3385-48ef-bd42-f606fba81ae7"}]}' + headers: + cache-control: + - no-cache + content-length: + - '627' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:55:40 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + Cookie: + - x-ms-gateway-slice=Production + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --restore-request-object --snapshot-resource-group-id -y + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete/providers/Microsoft.Authorization/roleDefinitions?api-version=2022-04-01 + response: + body: + string: "{\"value\":[{\"properties\":{\"roleName\":\"Avere Cluster Create\"\ + ,\"type\":\"CustomRole\",\"description\":\"Avere cluster create role used\ + \ by the Avere controller to create a vFXT cluster.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/*\",\"Microsoft.Authorization/roleDefinitions/*\"\ + ,\"Microsoft.Compute/*/read\",\"Microsoft.Compute/availabilitySets/*\",\"\ + Microsoft.Compute/virtualMachines/*\",\"Microsoft.Network/*/read\",\"Microsoft.Network/networkInterfaces/*\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\"\ + ,\"Microsoft.Storage/*/read\",\"Microsoft.Storage/storageAccounts/listKeys/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-11-29T18:46:55.0492387Z\",\"updatedOn\":\"2018-11-29T18:46:55.0492387Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a7b1b19a-0e83-4fe5-935c-faaefbfd18c3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a7b1b19a-0e83-4fe5-935c-faaefbfd18c3\"\ + },{\"properties\":{\"roleName\":\"Avere Cluster Runtime Operator\",\"type\"\ + :\"CustomRole\",\"description\":\"Avere cluster runtime role used by Avere\ + \ clusters running in subscriptions, for the purpose of failing over IP addresses,\ + \ accessing BLOB storage, etc\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/routeTables/read\",\"Microsoft.Network/routeTables/routes/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-08-26T00:41:26.2170858Z\",\"\ + updatedOn\":\"2018-08-26T00:41:26.2170858Z\",\"createdBy\":\"dda50086-5e3d-4a4b-b8bc-f54771104d89\"\ + ,\"updatedBy\":\"dda50086-5e3d-4a4b-b8bc-f54771104d89\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e078ab98-ef3a-4c9a-aba7-12f5172b45d0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e078ab98-ef3a-4c9a-aba7-12f5172b45d0\"\ + },{\"properties\":{\"roleName\":\"Azure Service Deploy Release Management\ + \ Contributor\",\"type\":\"CustomRole\",\"description\":\"Contributor role\ + \ for services deploying through Azure Service Deploy.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*\"],\"notActions\":[\"Microsoft.Authorization/*/Delete\"\ + ,\"Microsoft.Authorization/*/Write\"],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-02-04T02:26:31.5413362Z\",\"updatedOn\":\"2018-01-08T20:20:16.3660174Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/21d96096-b162-414a-8302-d8354f9d91b2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"21d96096-b162-414a-8302-d8354f9d91b2\"\ + },{\"properties\":{\"roleName\":\"CAL-Custom-Role\",\"type\":\"CustomRole\"\ + ,\"description\":\"Lets SAP Cloud Appliance Library application manage Network\ + \ and Compute services, manage Resource Groups and Management locks.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/locks/*\"\ + ,\"Microsoft.Authorization/roleDefinitions/*\",\"Microsoft.Authorization/roleAssignments/*\"\ + ,\"Microsoft.Compute/*\",\"Microsoft.Network/*\",\"Microsoft.Resources/*\"\ + ,\"Microsoft.Storage/*\",\"Microsoft.ContainerService/*\",\"Microsoft.ContainerRegistry/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-05-14T19:30:51.0664585Z\",\"updatedOn\":\"2019-02-19T19:11:57.5963229Z\"\ + ,\"createdBy\":\"dda50086-5e3d-4a4b-b8bc-f54771104d89\",\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7b266cd7-0bba-4ae2-8423-90ede5e1e898\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7b266cd7-0bba-4ae2-8423-90ede5e1e898\"\ + },{\"properties\":{\"roleName\":\"Dsms Role (deprecated)\",\"type\":\"CustomRole\"\ + ,\"description\":\"Custom role used by Dsms to perform operations. Can list\ + \ and regnerate storage account keys.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/regenerateKey/action\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/regeneratekey/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-17T18:02:11.1225951Z\"\ + ,\"updatedOn\":\"2018-01-13T00:21:52.7211696Z\",\"createdBy\":\"ca5f3715-e7dd-427b-b2db-45b6a4a2df87\"\ + ,\"updatedBy\":\"ca5f3715-e7dd-427b-b2db-45b6a4a2df87\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b91f4c0b-46e3-47bb-a242-eecfe23b3b5b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b91f4c0b-46e3-47bb-a242-eecfe23b3b5b\"\ + },{\"properties\":{\"roleName\":\"Dsms Role (do not use)\",\"type\":\"CustomRole\"\ + ,\"description\":\"Custom role used by Dsms to perform operations. Can list\ + \ and regnerate storage account keys.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/regenerateKey/action\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/regeneratekey/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-02-01T07:56:12.5880222Z\"\ + ,\"updatedOn\":\"2018-08-09T17:53:48.5432297Z\",\"createdBy\":\"becb4b6b-fe16-413b-a5c3-90355e0b2982\"\ + ,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7aff565e-6c55-448d-83db-ccf482c6da2f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7aff565e-6c55-448d-83db-ccf482c6da2f\"\ + },{\"properties\":{\"roleName\":\"ExpressRoute Administrator\",\"type\":\"\ + CustomRole\",\"description\":\"Can create, delete and manage ExpressRoutes\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/locks/*\"\ + ,\"Microsoft.Authorization/policyAssignments/*\",\"Microsoft.Authorization/policyDefinitions/*\"\ + ,\"Microsoft.Authorization/roleAssignments/*\",\"Microsoft.ClassicNetwork/*\"\ + ,\"Microsoft.EventGrid/*\",\"Microsoft.Insights/*\",\"Microsoft.Network/*\"\ + ,\"Microsoft.Resources/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-08-31T03:51:32.2843055Z\",\"updatedOn\":\"2019-03-20T22:55:18.8222085Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a48d7896-14b4-4889-afef-fbb65a96e5a2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a48d7896-14b4-4889-afef-fbb65a96e5a2\"\ + },{\"properties\":{\"roleName\":\"GenevaWarmPathResourceContributor\",\"type\"\ + :\"CustomRole\",\"description\":\"Can manage service bus and storage accounts.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.EventHub/namespaces/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/*\",\"Microsoft.ServiceBus/namespaces/*\"\ + ,\"Microsoft.Storage/storageAccounts/*\",\"Microsoft.Storage/storageAccounts/managementPolicies/write\"\ + ,\"Microsoft.Storage/storageAccounts/managementPolicies/read\",\"Microsoft.Storage/storageAccounts/managementPolicies/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-03-14T22:30:10.1999436Z\",\"updatedOn\":\"2022-02-28T23:26:40.0052537Z\"\ + ,\"createdBy\":null,\"updatedBy\":\"acis\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9f15f5f5-77bd-413a-aa88-4b9c68b1e7bc\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9f15f5f5-77bd-413a-aa88-4b9c68b1e7bc\"\ + },{\"properties\":{\"roleName\":\"masterreader\",\"type\":\"CustomRole\",\"\ + description\":\"Lets you view everything, but not make any changes.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2017-11-14T23:38:05.3353858Z\"\ + ,\"updatedOn\":\"2017-11-14T23:38:05.3353858Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a48d7796-14b4-4889-afef-fbb65a93e5a2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a48d7796-14b4-4889-afef-fbb65a93e5a2\"\ + },{\"properties\":{\"roleName\":\"Microsoft OneAsset Reader\",\"type\":\"\ + CustomRole\",\"description\":\"This role is for Microsoft OneAsset team (CSEO)\ + \ to track internal security compliance and resource utilization.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachines/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-03-27T23:51:08.6333052Z\",\"updatedOn\":\"2019-04-02T20:35:43.3396263Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd1bb084-1503-4bd2-99c0-630220046786\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fd1bb084-1503-4bd2-99c0-630220046786\"\ + },{\"properties\":{\"roleName\":\"Office DevOps\",\"type\":\"CustomRole\"\ + ,\"description\":\"Custom access for developers to operations but not secrets.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachineScaleSets/restart/action\"\ + ,\"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/restart/action\"\ + ,\"Microsoft.Sql/servers/databases/replicationLinks/delete\",\"Microsoft.Sql/servers/databases/replicationLinks/failover/action\"\ + ,\"Microsoft.Sql/servers/databases/replicationLinks/forceFailoverAllowDataLoss/action\"\ + ,\"Microsoft.Sql/servers/databases/replicationLinks/operationResults/read\"\ + ,\"Microsoft.Sql/servers/databases/replicationLinks/read\",\"Microsoft.Sql/servers/databases/replicationLinks/unlink/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2016-10-07T08:11:46.1639398Z\",\"updatedOn\":\"2017-03-16T18:43:08.3234306Z\"\ + ,\"createdBy\":\"25aea6be-b605-4347-a92d-33e178e412ec\",\"updatedBy\":\"25aea6be-b605-4347-a92d-33e178e412ec\"\ + },\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7fd64851-3279-459b-b614-e2b2ba760f5b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7fd64851-3279-459b-b614-e2b2ba760f5b\"\ + },{\"properties\":{\"roleName\":\"GenevaWarmPathStorageBlobContributor\",\"\ + type\":\"CustomRole\",\"description\":\"Geneva Warm Path Storage Blob Contributor\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/lease/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/lock/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/extend/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/delete\"\ + ,\"Microsoft.Storage/storageAccounts/managementPolicies/write\",\"Microsoft.Storage/storageAccounts/managementPolicies/read\"\ + ,\"Microsoft.Storage/storageAccounts/managementPolicies/delete\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-12-06T22:46:27.1365630Z\"\ + ,\"updatedOn\":\"2022-02-28T23:26:40.4152515Z\",\"createdBy\":null,\"updatedBy\"\ + :\"acis\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a16c43ca-2d67-4dcd-9ded-6412f5edc51a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a16c43ca-2d67-4dcd-9ded-6412f5edc51a\"\ + },{\"properties\":{\"roleName\":\"Azure Service Deploy Release Management\ + \ Restricted Owner\",\"type\":\"CustomRole\",\"description\":\"Restricted\ + \ owner role for services deploying through Azure Service Deploy.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*\"],\"notActions\":[\"Microsoft.Authorization/*/Delete\"\ + ,\"Microsoft.Authorization/*/Write\"],\"dataActions\":[],\"notDataActions\"\ + :[]},{\"actions\":[\"Microsoft.Authorization/roleAssignments/write\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]},{\"actions\":[\"Microsoft.Authorization/locks/write\"\ + ,\"Microsoft.Authorization/policyassignments/write\",\"Microsoft.Authorization/policydefinitions/write\"\ + ,\"Microsoft.Authorization/policysetdefinitions/write\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-03-07T22:16:06.8803898Z\"\ + ,\"updatedOn\":\"2022-03-07T22:16:06.8803898Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/94ddc4bc-25f5-4f3e-b527-c587da93cfe4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"94ddc4bc-25f5-4f3e-b527-c587da93cfe4\"\ + },{\"properties\":{\"roleName\":\"Azure Service Deploy Test Release Management\ + \ Key Vault Secrets User\",\"type\":\"CustomRole\",\"description\":\"Read\ + \ secret and certificate contents. Only works for key vaults that use the\ + \ 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/secrets/getSecret/action\",\"Microsoft.KeyVault/vaults/certificates/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-07-20T22:52:19.9944274Z\",\"\ + updatedOn\":\"2022-08-31T23:25:32.0649353Z\",\"createdBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"\ + ,\"updatedBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/87d31636-ad85-4caa-802d-1535972b5612\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"87d31636-ad85-4caa-802d-1535972b5612\"\ + },{\"properties\":{\"roleName\":\"Azure Service Deploy Release Management\ + \ Key Vault Secrets User\",\"type\":\"CustomRole\",\"description\":\"Read\ + \ secret and certificate contents. Only works for key vaults that use the\ + \ 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/secrets/getSecret/action\",\"Microsoft.KeyVault/vaults/certificates/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-02T21:14:21.3331588Z\",\"\ + updatedOn\":\"2022-09-10T00:44:34.5904437Z\",\"createdBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"\ + ,\"updatedBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/260691e6-68c2-47cf-bd4a-97d5fd4dbcd5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"260691e6-68c2-47cf-bd4a-97d5fd4dbcd5\"\ + },{\"properties\":{\"roleName\":\"Owner\",\"type\":\"BuiltInRole\",\"description\"\ + :\"Grants full access to manage all resources, including the ability to assign\ + \ roles in Azure RBAC.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:45.8978856Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\ + },{\"properties\":{\"roleName\":\"AcrPush\",\"type\":\"BuiltInRole\",\"description\"\ + :\"acr push\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ContainerRegistry/registries/pull/read\",\"Microsoft.ContainerRegistry/registries/push/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-10-29T17:52:32.5201177Z\",\"updatedOn\":\"2021-11-11T20:13:07.4993029Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8311e382-0749-4cb8-b61a-304f252e45ec\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8311e382-0749-4cb8-b61a-304f252e45ec\"\ + },{\"properties\":{\"roleName\":\"API Management Service Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage service and the APIs\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8650193Z\",\"updatedOn\":\"2021-11-11T20:13:08.3179618Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/312a565d-c81f-4fd8-895a-4e21e48d571c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"312a565d-c81f-4fd8-895a-4e21e48d571c\"\ + },{\"properties\":{\"roleName\":\"AcrPull\",\"type\":\"BuiltInRole\",\"description\"\ + :\"acr pull\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ContainerRegistry/registries/pull/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2018-10-22T19:01:56.8227182Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:08.8779328Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f951dda-4ed3-4680-a7ca-43fe172d538d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f951dda-4ed3-4680-a7ca-43fe172d538d\"\ + },{\"properties\":{\"roleName\":\"AcrImageSigner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"acr image signer\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ContainerRegistry/registries/sign/write\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.ContainerRegistry/registries/trustedCollections/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-03-15T23:23:08.4038322Z\",\"\ + updatedOn\":\"2021-11-11T20:13:09.6070759Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6cef56e8-d556-48e5-a04f-b8e64114680f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6cef56e8-d556-48e5-a04f-b8e64114680f\"\ + },{\"properties\":{\"roleName\":\"AcrDelete\",\"type\":\"BuiltInRole\",\"\ + description\":\"acr delete\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ContainerRegistry/registries/artifacts/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-03-11T20:19:31.6682804Z\",\"updatedOn\":\"2021-11-11T20:13:09.9631744Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c2f4ef07-c644-48eb-af81-4b1b4947fb11\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c2f4ef07-c644-48eb-af81-4b1b4947fb11\"\ + },{\"properties\":{\"roleName\":\"AcrQuarantineReader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"acr quarantine data reader\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.ContainerRegistry/registries/quarantine/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerRegistry/registries/quarantinedArtifacts/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-03-16T00:27:39.9596835Z\",\"\ + updatedOn\":\"2021-11-11T20:13:10.3188052Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cdda3590-29a3-44f6-95f2-9f980659eb04\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cdda3590-29a3-44f6-95f2-9f980659eb04\"\ + },{\"properties\":{\"roleName\":\"AcrQuarantineWriter\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"acr quarantine data writer\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.ContainerRegistry/registries/quarantine/read\"\ + ,\"Microsoft.ContainerRegistry/registries/quarantine/write\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ContainerRegistry/registries/quarantinedArtifacts/read\"\ + ,\"Microsoft.ContainerRegistry/registries/quarantinedArtifacts/write\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2018-03-16T00:26:37.5871820Z\",\"updatedOn\"\ + :\"2021-11-11T20:13:11.3488079Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c8d4ff99-41c3-41a8-9f60-21dfdad59608\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c8d4ff99-41c3-41a8-9f60-21dfdad59608\"\ + },{\"properties\":{\"roleName\":\"API Management Service Operator Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage service but not the APIs\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*/read\"\ + ,\"Microsoft.ApiManagement/service/backup/action\",\"Microsoft.ApiManagement/service/delete\"\ + ,\"Microsoft.ApiManagement/service/managedeployments/action\",\"Microsoft.ApiManagement/service/read\"\ + ,\"Microsoft.ApiManagement/service/restore/action\",\"Microsoft.ApiManagement/service/updatecertificate/action\"\ + ,\"Microsoft.ApiManagement/service/updatehostname/action\",\"Microsoft.ApiManagement/service/write\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[\"Microsoft.ApiManagement/service/users/keys/read\"],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-11-09T00:03:42.1194019Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:11.5244023Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\ + },{\"properties\":{\"roleName\":\"API Management Service Reader Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Read-only access to service and APIs\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*/read\"\ + ,\"Microsoft.ApiManagement/service/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.ApiManagement/service/users/keys/read\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-11-09T00:26:45.1540473Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:11.8704466Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/71522526-b88f-4d52-b57f-d31fc3546d0d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"71522526-b88f-4d52-b57f-d31fc3546d0d\"\ + },{\"properties\":{\"roleName\":\"Application Insights Component Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Can manage Application Insights\ + \ components\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Insights/generateLiveToken/read\",\"Microsoft.Insights/metricAlerts/*\"\ + ,\"Microsoft.Insights/components/*\",\"Microsoft.Insights/scheduledqueryrules/*\"\ + ,\"Microsoft.Insights/topology/read\",\"Microsoft.Insights/transactions/read\"\ + ,\"Microsoft.Insights/webtests/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:12.6428401Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ae349356-3a1b-4a5e-921d-050484c6347e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ae349356-3a1b-4a5e-921d-050484c6347e\"\ + },{\"properties\":{\"roleName\":\"Application Insights Snapshot Debugger\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Gives user permission to use Application\ + \ Insights Snapshot Debugger features\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/components/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-04-19T21:25:12.3728747Z\",\"updatedOn\":\"2021-11-11T20:13:13.0034435Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\ + },{\"properties\":{\"roleName\":\"Attestation Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read the attestation provider properties\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Attestation/attestationProviders/attestation/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-03-25T19:42:59.1576710Z\",\"updatedOn\":\"2021-11-11T20:13:13.3634724Z\"\ + ,\"createdBy\":null,\"updatedBy\":\"SYSTEM\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd1bd22b-8476-40bc-a0bc-69b95687b9f3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fd1bd22b-8476-40bc-a0bc-69b95687b9f3\"\ + },{\"properties\":{\"roleName\":\"Automation Job Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Create and Manage Jobs using Automation Runbooks.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/read\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/read\",\"Microsoft.Automation/automationAccounts/jobs/resume/action\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/stop/action\",\"Microsoft.Automation/automationAccounts/jobs/streams/read\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\"Microsoft.Automation/automationAccounts/jobs/write\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/output/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-04-19T20:52:41.0020018Z\",\"updatedOn\":\"2021-11-11T20:13:13.7065660Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4fe576fe-1146-4730-92eb-48519fa6bf9f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4fe576fe-1146-4730-92eb-48519fa6bf9f\"\ + },{\"properties\":{\"roleName\":\"Automation Runbook Operator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Read Runbook properties - to be able to create\ + \ Jobs of the runbook.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Automation/automationAccounts/runbooks/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-04-19T20:47:49.5640674Z\",\"updatedOn\":\"2021-11-11T20:13:13.8815461Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\ + },{\"properties\":{\"roleName\":\"Automation Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Automation Operators are able to start, stop, suspend,\ + \ and resume jobs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/read\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/read\",\"Microsoft.Automation/automationAccounts/jobs/resume/action\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/stop/action\",\"Microsoft.Automation/automationAccounts/jobs/streams/read\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\"Microsoft.Automation/automationAccounts/jobs/write\"\ + ,\"Microsoft.Automation/automationAccounts/jobSchedules/read\",\"Microsoft.Automation/automationAccounts/jobSchedules/write\"\ + ,\"Microsoft.Automation/automationAccounts/linkedWorkspace/read\",\"Microsoft.Automation/automationAccounts/read\"\ + ,\"Microsoft.Automation/automationAccounts/runbooks/read\",\"Microsoft.Automation/automationAccounts/schedules/read\"\ + ,\"Microsoft.Automation/automationAccounts/schedules/write\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/output/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-08-18T01:05:03.3916130Z\",\"updatedOn\":\"2021-11-11T20:13:14.0515408Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d3881f73-407a-4167-8283-e981cbba0404\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d3881f73-407a-4167-8283-e981cbba0404\"\ + },{\"properties\":{\"roleName\":\"Avere Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can create and manage an Avere vFXT cluster.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Compute/*/read\",\"Microsoft.Compute/availabilitySets/*\",\"\ + Microsoft.Compute/proximityPlacementGroups/*\",\"Microsoft.Compute/virtualMachines/*\"\ + ,\"Microsoft.Compute/disks/*\",\"Microsoft.Network/*/read\",\"Microsoft.Network/networkInterfaces/*\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ,\"Microsoft.Network/networkSecurityGroups/join/action\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Storage/*/read\",\"Microsoft.Storage/storageAccounts/*\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-03-18T20:00:58.9207889Z\",\"\ + updatedOn\":\"2021-11-11T20:13:14.2265665Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4f8fab4f-1852-4a58-a46a-8eaf358af14a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4f8fab4f-1852-4a58-a46a-8eaf358af14a\"\ + },{\"properties\":{\"roleName\":\"Avere Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Used by the Avere vFXT cluster to manage the cluster\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-03-18T20:02:38.3399857Z\",\"\ + updatedOn\":\"2021-11-11T20:13:15.1065886Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c025889f-8102-4ebf-b32c-fc0c6f0c6bd9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c025889f-8102-4ebf-b32c-fc0c6f0c6bd9\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Cluster Admin Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"List cluster admin credential\ + \ action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ContainerService/managedClusters/listClusterAdminCredential/action\"\ + ,\"Microsoft.ContainerService/managedClusters/accessProfiles/listCredential/action\"\ + ,\"Microsoft.ContainerService/managedClusters/read\",\"Microsoft.ContainerService/managedClusters/runcommand/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-08-15T21:38:18.5953853Z\",\"updatedOn\":\"2022-05-16T21:47:03.0625910Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0ab0b1a8-8aac-4efd-b8c2-3ee1fb270be8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0ab0b1a8-8aac-4efd-b8c2-3ee1fb270be8\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Cluster User Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"List cluster user credential action.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action\"\ + ,\"Microsoft.ContainerService/managedClusters/read\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-08-15T22:04:53.4037241Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:20.4351976Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4abbcc35-e782-43d8-92c5-2d3f1bd2253f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4abbcc35-e782-43d8-92c5-2d3f1bd2253f\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Grants access to read map related data from an Azure maps\ + \ account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Maps/accounts/*/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-10-05T19:47:03.4723070Z\",\"updatedOn\":\"2021-11-11T20:13:20.9582685Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/423170ca-a8f6-4b0f-8487-9e4eb8f49bfa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"423170ca-a8f6-4b0f-8487-9e4eb8f49bfa\"\ + },{\"properties\":{\"roleName\":\"Azure Stack Registration Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage Azure Stack registrations.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureStack/edgeSubscriptions/read\"\ + ,\"Microsoft.AzureStack/registrations/products/*/action\",\"Microsoft.AzureStack/registrations/products/read\"\ + ,\"Microsoft.AzureStack/registrations/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2017-11-13T23:42:06.2161827Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:23.2957820Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6f12a6df-dd06-4f3e-bcb1-ce8be600526a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6f12a6df-dd06-4f3e-bcb1-ce8be600526a\"\ + },{\"properties\":{\"roleName\":\"Backup Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage backup service,but can't create vaults\ + \ and give access to others\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.RecoveryServices/locations/*\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/refreshContainers/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/*\",\"Microsoft.RecoveryServices/Vaults/backupSecurityPIN/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/certificates/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\",\"Microsoft.RecoveryServices/Vaults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\"Microsoft.RecoveryServices/Vaults/usages/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.RecoveryServices/Vaults/backupstorageconfig/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupconfig/*\",\"Microsoft.RecoveryServices/Vaults/backupValidateOperation/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/write\",\"Microsoft.RecoveryServices/Vaults/backupOperations/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupEngines/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectableContainers/read\"\ + ,\"Microsoft.RecoveryServices/vaults/operationStatus/read\",\"Microsoft.RecoveryServices/vaults/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/locations/backupStatus/action\",\"Microsoft.RecoveryServices/locations/backupPreValidateProtection/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupValidateFeatures/action\",\"\ + Microsoft.RecoveryServices/Vaults/monitoringAlerts/write\",\"Microsoft.RecoveryServices/operations/read\"\ + ,\"Microsoft.RecoveryServices/locations/operationStatus/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionIntents/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.DataProtection/locations/getBackupStatus/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/write\",\"Microsoft.DataProtection/backupVaults/backupInstances/delete\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/read\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\"\ + ,\"Microsoft.DataProtection/backupVaults/deletedBackupInstances/read\",\"\ + Microsoft.DataProtection/backupVaults/deletedBackupInstances/undelete/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/backup/action\",\"\ + Microsoft.DataProtection/backupVaults/backupInstances/validateRestore/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/restore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/crossRegionRestore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/validateCrossRegionRestore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJobs/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJob/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchSecondaryRecoveryPoints/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupPolicies/write\",\"Microsoft.DataProtection/backupVaults/backupPolicies/delete\"\ + ,\"Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges/action\"\ + ,\"Microsoft.DataProtection/backupVaults/write\",\"Microsoft.DataProtection/backupVaults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/operationResults/read\",\"Microsoft.DataProtection/backupVaults/operationStatus/read\"\ + ,\"Microsoft.DataProtection/locations/checkNameAvailability/action\",\"Microsoft.DataProtection/locations/checkFeatureSupport/action\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/read\"\ + ,\"Microsoft.DataProtection/locations/operationStatus/read\",\"Microsoft.DataProtection/locations/operationResults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/validateForBackup/action\",\"Microsoft.DataProtection/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-01-03T13:12:15.7321344Z\",\"updatedOn\":\"2023-05-16T10:52:55.0352615Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e467623-bb1f-42f4-a55d-6e525e11384b\"\ + },{\"properties\":{\"roleName\":\"Billing Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows read access to billing data\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Billing/*/read\",\"Microsoft.Commerce/*/read\",\"Microsoft.Consumption/*/read\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.CostManagement/*/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-04-25T02:13:38.9054151Z\",\"updatedOn\":\"2021-11-11T20:13:24.5342563Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\ + },{\"properties\":{\"roleName\":\"Backup Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage backup services, except removal of backup,\ + \ vault creation and giving access to others\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/backup/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationsStatus/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/provisionInstantItemRecovery/action\"\ + ,\"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/accessToken/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/restore/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/revokeInstantItemRecovery/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/refreshContainers/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/certificates/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupstorageconfig/*\",\"Microsoft.RecoveryServices/Vaults/backupValidateOperation/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupTriggerValidateOperation/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupValidateOperationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupValidateOperationsStatuses/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupOperations/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operations/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/inquire/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupEngines/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectableContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/items/read\"\ + ,\"Microsoft.RecoveryServices/locations/backupStatus/action\",\"Microsoft.RecoveryServices/locations/backupPreValidateProtection/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupValidateFeatures/action\",\"\ + Microsoft.RecoveryServices/locations/backupAadProperties/read\",\"Microsoft.RecoveryServices/locations/backupCrrJobs/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupCrrJob/action\",\"Microsoft.RecoveryServices/locations/backupCrossRegionRestore/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupCrrOperationResults/read\",\"\ + Microsoft.RecoveryServices/locations/backupCrrOperationsStatus/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/write\"\ + ,\"Microsoft.RecoveryServices/operations/read\",\"Microsoft.RecoveryServices/locations/operationStatus/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectionIntents/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/read\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\"\ + ,\"Microsoft.DataProtection/backupVaults/deletedBackupInstances/read\",\"\ + Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges/action\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/operationResults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/operationStatus/read\",\"Microsoft.DataProtection/backupVaults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/locations/operationStatus/read\"\ + ,\"Microsoft.DataProtection/locations/operationResults/read\",\"Microsoft.DataProtection/operations/read\"\ + ,\"Microsoft.DataProtection/backupVaults/validateForBackup/action\",\"Microsoft.DataProtection/backupVaults/backupInstances/backup/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/validateRestore/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/restore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/crossRegionRestore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/validateCrossRegionRestore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJobs/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJob/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchSecondaryRecoveryPoints/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-01-03T13:21:11.8947640Z\",\"updatedOn\":\"2023-05-17T09:30:04.0390095Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"00c29273-979b-4161-815c-10b084fb9324\"\ + },{\"properties\":{\"roleName\":\"Backup Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view backup services, but can't make changes\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationsStatus/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\"\ + Microsoft.RecoveryServices/Vaults/backupJobs/read\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\"\ + Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\"Microsoft.RecoveryServices/Vaults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/Vaults/backupstorageconfig/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupconfig/read\",\"Microsoft.RecoveryServices/Vaults/backupOperations/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/operations/read\",\"Microsoft.RecoveryServices/Vaults/backupEngines/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/items/read\"\ + ,\"Microsoft.RecoveryServices/locations/backupStatus/action\",\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/write\",\"Microsoft.RecoveryServices/operations/read\"\ + ,\"Microsoft.RecoveryServices/locations/operationStatus/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionIntents/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/locations/backupValidateFeatures/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupCrrJobs/action\",\"Microsoft.RecoveryServices/locations/backupCrrJob/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupCrrOperationResults/read\",\"\ + Microsoft.RecoveryServices/locations/backupCrrOperationsStatus/read\",\"Microsoft.DataProtection/locations/getBackupStatus/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/write\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\"\ + ,\"Microsoft.DataProtection/backupVaults/deletedBackupInstances/read\",\"\ + Microsoft.DataProtection/backupVaults/backupInstances/backup/action\",\"Microsoft.DataProtection/backupVaults/backupInstances/validateRestore/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/restore/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges/action\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/operationResults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/operationStatus/read\",\"Microsoft.DataProtection/backupVaults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/locations/operationStatus/read\"\ + ,\"Microsoft.DataProtection/locations/operationResults/read\",\"Microsoft.DataProtection/backupVaults/validateForBackup/action\"\ + ,\"Microsoft.DataProtection/operations/read\",\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJobs/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJob/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchSecondaryRecoveryPoints/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-01-03T13:18:41.3893065Z\",\"updatedOn\":\"2023-05-16T10:52:55.0342622Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a795c7a0-d4a2-40c1-ae25-d81f01202912\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a795c7a0-d4a2-40c1-ae25-d81f01202912\"\ + },{\"properties\":{\"roleName\":\"Blockchain Member Node Access (Preview)\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for access to Blockchain\ + \ Member nodes\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Blockchain/blockchainMembers/transactionNodes/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Blockchain/blockchainMembers/transactionNodes/connect/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-12-21T10:33:01.9604839Z\",\"\ + updatedOn\":\"2021-11-11T20:13:25.0558920Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/31a002a1-acaf-453e-8a5b-297c9ca1ea24\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"31a002a1-acaf-453e-8a5b-297c9ca1ea24\"\ + },{\"properties\":{\"roleName\":\"BizTalk Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage BizTalk services, but not access to them.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.BizTalkServices/BizTalk/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:25.2359269Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e3c6656-6cfa-4708-81fe-0de47ac73342\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e3c6656-6cfa-4708-81fe-0de47ac73342\"\ + },{\"properties\":{\"roleName\":\"CDN Endpoint Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can manage CDN endpoints, but can\u2019t grant access to\ + \ other users.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\"\ + ,\"Microsoft.Cdn/profiles/endpoints/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2021-11-11T20:13:25.4059314Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\ + },{\"properties\":{\"roleName\":\"CDN Endpoint Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view CDN endpoints, but can\u2019t make changes.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\",\"\ + Microsoft.Cdn/profiles/endpoints/*/read\",\"Microsoft.Cdn/profiles/afdendpoints/validateCustomDomain/action\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2022-01-26T19:51:29.2636610Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\ + },{\"properties\":{\"roleName\":\"CDN Profile Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can manage CDN profiles and their endpoints, but can\u2019\ + t grant access to other users.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\"\ + ,\"Microsoft.Cdn/operationresults/*\",\"Microsoft.Cdn/profiles/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2021-11-11T20:13:25.9224344Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ec156ff8-a8d1-4d15-830c-5b80698ca432\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ec156ff8-a8d1-4d15-830c-5b80698ca432\"\ + },{\"properties\":{\"roleName\":\"CDN Profile Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view CDN profiles and their endpoints, but can\u2019\ + t make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\"\ + ,\"Microsoft.Cdn/profiles/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2021-11-11T20:13:26.0983652Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8f96442b-4075-438f-813d-ad51ab4019af\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8f96442b-4075-438f-813d-ad51ab4019af\"\ + },{\"properties\":{\"roleName\":\"Classic Network Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage classic networks, but not\ + \ access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicNetwork/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:26.4433301Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\ + },{\"properties\":{\"roleName\":\"Classic Storage Account Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage classic storage accounts,\ + \ but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicStorage/storageAccounts/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:26.6183566Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\ + },{\"properties\":{\"roleName\":\"Classic Storage Account Key Operator Service\ + \ Role\",\"type\":\"BuiltInRole\",\"description\":\"Classic Storage Account\ + \ Key Operators are allowed to list and regenerate keys on Classic Storage\ + \ Accounts\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ClassicStorage/storageAccounts/listkeys/action\",\"Microsoft.ClassicStorage/storageAccounts/regeneratekey/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-04-13T18:22:52.1461100Z\",\"updatedOn\":\"2021-11-11T20:13:26.9796021Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\ + },{\"properties\":{\"roleName\":\"ClearDB MySQL DB Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage ClearDB MySQL databases,\ + \ but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"successbricks.cleardb/databases/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:27.1646373Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9106cda0-8a86-4e81-b686-29a22c54effe\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9106cda0-8a86-4e81-b686-29a22c54effe\"\ + },{\"properties\":{\"roleName\":\"Classic Virtual Machine Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage classic virtual machines,\ + \ but not access to them, and not the virtual network or storage account they\u2019\ + re connected to.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicCompute/domainNames/*\"\ + ,\"Microsoft.ClassicCompute/virtualMachines/*\",\"Microsoft.ClassicNetwork/networkSecurityGroups/join/action\"\ + ,\"Microsoft.ClassicNetwork/reservedIps/link/action\",\"Microsoft.ClassicNetwork/reservedIps/read\"\ + ,\"Microsoft.ClassicNetwork/virtualNetworks/join/action\",\"Microsoft.ClassicNetwork/virtualNetworks/read\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/disks/read\",\"Microsoft.ClassicStorage/storageAccounts/images/read\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.ClassicStorage/storageAccounts/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-04-25T00:37:56.5416086Z\",\"updatedOn\":\"2021-11-11T20:13:27.3446332Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you read and list keys of Cognitive Services.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/listkeys/action\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.Insights/diagnosticSettings/read\",\"Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Insights/metricdefinitions/read\",\"Microsoft.Insights/metrics/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/*\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2018-08-08T23:23:43.7701274Z\",\"updatedOn\"\ + :\"2021-11-11T20:13:27.5316443Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a97b65f3-24c7-4388-baec-2e87135dc908\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a97b65f3-24c7-4388-baec-2e87135dc908\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Data Reader (Preview)\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you read Cognitive Services\ + \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/*/read\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2019-02-13T20:02:12.6849986Z\",\"updatedOn\"\ + :\"2021-11-11T20:13:27.7138054Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b59867f0-fa02-499b-be73-45a86b5b3e1c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b59867f0-fa02-499b-be73-45a86b5b3e1c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you create, read, update, delete and\ + \ manage keys of Cognitive Services.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.CognitiveServices/*\"\ + ,\"Microsoft.Features/features/read\",\"Microsoft.Features/providers/features/read\"\ + ,\"Microsoft.Features/providers/features/register/action\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Insights/metricdefinitions/read\",\"Microsoft.Insights/metrics/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-08-08T23:18:39.2257848Z\",\"updatedOn\":\"2021-11-11T20:13:27.9116230Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/25fbc0a9-bd7c-42a3-aa1a-3b75d497ee68\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"25fbc0a9-bd7c-42a3-aa1a-3b75d497ee68\"\ + },{\"properties\":{\"roleName\":\"CosmosBackupOperator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can submit restore request for a Cosmos DB database or\ + \ a container for an account\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.DocumentDB/databaseAccounts/backup/action\",\"\ + Microsoft.DocumentDB/databaseAccounts/restore/action\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-12-07T19:47:14.9651560Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:28.4333692Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/db7b14f2-5adf-42da-9f96-f2ee17bab5cb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"db7b14f2-5adf-42da-9f96-f2ee17bab5cb\"\ + },{\"properties\":{\"roleName\":\"Contributor\",\"type\":\"BuiltInRole\",\"\ + description\":\"Grants full access to manage all resources, but does not allow\ + \ you to assign roles in Azure RBAC, manage assignments in Azure Blueprints,\ + \ or share image galleries.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"*\"],\"notActions\":[\"Microsoft.Authorization/*/Delete\"\ + ,\"Microsoft.Authorization/*/Write\",\"Microsoft.Authorization/elevateAccess/Action\"\ + ,\"Microsoft.Blueprint/blueprintAssignments/write\",\"Microsoft.Blueprint/blueprintAssignments/delete\"\ + ,\"Microsoft.Compute/galleries/share/action\",\"Microsoft.Purview/consents/write\"\ + ,\"Microsoft.Purview/consents/delete\"],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2023-05-25T18:33:49.8611163Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b24988ac-6180-42a0-ab88-20f7382dd24c\"\ + },{\"properties\":{\"roleName\":\"Cosmos DB Account Reader Role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can read Azure Cosmos DB Accounts data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.DocumentDB/*/read\",\"Microsoft.DocumentDB/databaseAccounts/readonlykeys/action\"\ + ,\"Microsoft.Insights/MetricDefinitions/read\",\"Microsoft.Insights/Metrics/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-10-30T17:53:54.6005577Z\",\"updatedOn\":\"2021-11-11T20:13:28.7911765Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fbdf93bf-df7d-467e-a4d2-9458aa1360c8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fbdf93bf-df7d-467e-a4d2-9458aa1360c8\"\ + },{\"properties\":{\"roleName\":\"Cost Management Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Can view costs and manage cost configuration\ + \ (e.g. budgets, exports)\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Consumption/*\",\"Microsoft.CostManagement/*\",\"Microsoft.Billing/billingPeriods/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Advisor/configurations/read\",\"Microsoft.Advisor/recommendations/read\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.Billing/billingProperty/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-03-14T16:09:22.8834827Z\",\"updatedOn\":\"2021-11-11T20:13:29.4851851Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/434105ed-43f6-45c7-a02f-909b2ba83430\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"434105ed-43f6-45c7-a02f-909b2ba83430\"\ + },{\"properties\":{\"roleName\":\"Cost Management Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view cost data and configuration (e.g. budgets, exports)\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Consumption/*/read\"\ + ,\"Microsoft.CostManagement/*/read\",\"Microsoft.Billing/billingPeriods/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Advisor/configurations/read\",\"Microsoft.Advisor/recommendations/read\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.Billing/billingProperty/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-03-14T16:09:22.8834827Z\",\"updatedOn\":\"2021-11-11T20:13:29.6601800Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/72fafb9e-0641-4937-9268-a91bfd8191a3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"72fafb9e-0641-4937-9268-a91bfd8191a3\"\ + },{\"properties\":{\"roleName\":\"Data Box Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage everything under Data Box Service except\ + \ giving access to others.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Databox/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2018-07-27T08:28:42.7140210Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:30.3737856Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/add466c9-e687-43fc-8d98-dfcf8d720be5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"add466c9-e687-43fc-8d98-dfcf8d720be5\"\ + },{\"properties\":{\"roleName\":\"Data Box Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage Data Box Service except creating order\ + \ or editing order details and giving access to others.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Databox/*/read\",\"Microsoft.Databox/jobs/listsecrets/action\"\ + ,\"Microsoft.Databox/jobs/listcredentials/action\",\"Microsoft.Databox/locations/availableSkus/action\"\ + ,\"Microsoft.Databox/locations/validateInputs/action\",\"Microsoft.Databox/locations/regionConfiguration/action\"\ + ,\"Microsoft.Databox/locations/validateAddress/action\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-07-27T08:26:21.9284772Z\",\"updatedOn\":\"2021-11-11T20:13:30.5546117Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/028f4ed7-e2a9-465e-a8f4-9c0ffdfdc027\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"028f4ed7-e2a9-465e-a8f4-9c0ffdfdc027\"\ + },{\"properties\":{\"roleName\":\"Data Factory Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Create and manage data factories, as well as child resources\ + \ within them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.DataFactory/dataFactories/*\"\ + ,\"Microsoft.DataFactory/factories/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.EventGrid/eventSubscriptions/write\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:30.7420174Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/673868aa-7521-48a0-acc6-0f60742d39f5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"673868aa-7521-48a0-acc6-0f60742d39f5\"\ + },{\"properties\":{\"roleName\":\"Data Purger\",\"type\":\"BuiltInRole\",\"\ + description\":\"Can purge analytics data\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Insights/components/*/read\",\"Microsoft.Insights/components/purge/action\"\ + ,\"Microsoft.OperationalInsights/workspaces/*/read\",\"Microsoft.OperationalInsights/workspaces/purge/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-04-30T22:39:49.6167700Z\",\"updatedOn\":\"2021-11-11T20:13:31.2788395Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/150f5e0c-0603-4f03-8c7f-cf70034c4e90\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"150f5e0c-0603-4f03-8c7f-cf70034c4e90\"\ + },{\"properties\":{\"roleName\":\"Data Lake Analytics Developer\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you submit, monitor, and manage your\ + \ own jobs but not create or delete Data Lake Analytics accounts.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.BigAnalytics/accounts/*\",\"Microsoft.DataLakeAnalytics/accounts/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.BigAnalytics/accounts/Delete\"\ + ,\"Microsoft.BigAnalytics/accounts/TakeOwnership/action\",\"Microsoft.BigAnalytics/accounts/Write\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/Delete\",\"Microsoft.DataLakeAnalytics/accounts/TakeOwnership/action\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/Write\",\"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts/Write\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts/Delete\",\"\ + Microsoft.DataLakeAnalytics/accounts/storageAccounts/Write\",\"Microsoft.DataLakeAnalytics/accounts/storageAccounts/Delete\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/firewallRules/Write\",\"Microsoft.DataLakeAnalytics/accounts/firewallRules/Delete\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/computePolicies/Write\",\"Microsoft.DataLakeAnalytics/accounts/computePolicies/Delete\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-10-20T00:33:29.3115234Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:31.4688491Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/47b7735b-770e-4598-a7da-8b91488b4c88\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"47b7735b-770e-4598-a7da-8b91488b4c88\"\ + },{\"properties\":{\"roleName\":\"DevTest Labs User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you connect, start, restart, and shutdown your virtual\ + \ machines in your Azure DevTest Labs.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Compute/availabilitySets/read\"\ + ,\"Microsoft.Compute/virtualMachines/*/read\",\"Microsoft.Compute/virtualMachines/deallocate/action\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/restart/action\"\ + ,\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.DevTestLab/*/read\"\ + ,\"Microsoft.DevTestLab/labs/claimAnyVm/action\",\"Microsoft.DevTestLab/labs/createEnvironment/action\"\ + ,\"Microsoft.DevTestLab/labs/ensureCurrentUserProfile/action\",\"Microsoft.DevTestLab/labs/formulas/delete\"\ + ,\"Microsoft.DevTestLab/labs/formulas/read\",\"Microsoft.DevTestLab/labs/formulas/write\"\ + ,\"Microsoft.DevTestLab/labs/policySets/evaluatePolicies/action\",\"Microsoft.DevTestLab/labs/virtualMachines/claim/action\"\ + ,\"Microsoft.DevTestLab/labs/virtualmachines/listApplicableSchedules/action\"\ + ,\"Microsoft.DevTestLab/labs/virtualMachines/getRdpFileContents/action\",\"\ + Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\"\ + ,\"Microsoft.Network/networkInterfaces/*/read\",\"Microsoft.Network/networkInterfaces/join/action\"\ + ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\"\ + ,\"Microsoft.Network/publicIPAddresses/*/read\",\"Microsoft.Network/publicIPAddresses/join/action\"\ + ,\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/listKeys/action\"\ + ],\"notActions\":[\"Microsoft.Compute/virtualMachines/vmSizes/read\"],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-06-08T21:52:45.0657582Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:32.1746507Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/76283e04-6283-4c54-8f91-bcf1374a3c64\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"76283e04-6283-4c54-8f91-bcf1374a3c64\"\ + },{\"properties\":{\"roleName\":\"DocumentDB Account Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage DocumentDB accounts, but\ + \ not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.DocumentDb/databaseAccounts/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:32.3496502Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5bd9cd88-fe45-4216-938b-f97437e15450\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5bd9cd88-fe45-4216-938b-f97437e15450\"\ + },{\"properties\":{\"roleName\":\"DNS Zone Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage DNS zones and record sets in Azure DNS,\ + \ but does not let you control who has access to them.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/dnsZones/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-10-15T23:33:25.9730842Z\",\"updatedOn\":\"2021-11-11T20:13:32.5233957Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/befefa01-2a29-4197-83a8-272ff33ce314\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"befefa01-2a29-4197-83a8-272ff33ce314\"\ + },{\"properties\":{\"roleName\":\"EventGrid EventSubscription Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage EventGrid event\ + \ subscription operations.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.EventGrid/eventSubscriptions/*\"\ + ,\"Microsoft.EventGrid/topicTypes/eventSubscriptions/read\",\"Microsoft.EventGrid/locations/eventSubscriptions/read\"\ + ,\"Microsoft.EventGrid/locations/topicTypes/eventSubscriptions/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-10-08T23:27:28.3130743Z\",\"updatedOn\":\"2021-11-11T20:13:33.4166738Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/428e0ff0-5e57-4d9c-a221-2c70d0e0a443\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"428e0ff0-5e57-4d9c-a221-2c70d0e0a443\"\ + },{\"properties\":{\"roleName\":\"EventGrid EventSubscription Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you read EventGrid event subscriptions.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.EventGrid/eventSubscriptions/read\",\"Microsoft.EventGrid/topicTypes/eventSubscriptions/read\"\ + ,\"Microsoft.EventGrid/locations/eventSubscriptions/read\",\"Microsoft.EventGrid/locations/topicTypes/eventSubscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-10-09T17:29:28.1417894Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:33.7846748Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2414bbcf-6497-4faf-8c65-045460748405\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2414bbcf-6497-4faf-8c65-045460748405\"\ + },{\"properties\":{\"roleName\":\"Graph Owner\",\"type\":\"BuiltInRole\",\"\ + description\":\"Create and manage all aspects of the Enterprise Graph - Ontology,\ + \ Schema mapping, Conflation and Conversational AI and Ingestions\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.EnterpriseKnowledgeGraph/services/conflation/read\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/conflation/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/sourceschema/read\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/sourceschema/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/knowledge/read\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/knowledge/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/intentclassification/read\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/intentclassification/write\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/ingestion/read\",\"Microsoft.EnterpriseKnowledgeGraph/services/ingestion/write\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/ontology/read\",\"Microsoft.EnterpriseKnowledgeGraph/services/ontology/write\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/delete\",\"Microsoft.EnterpriseKnowledgeGraph/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-02-23T21:07:22.5844236Z\",\"updatedOn\":\"2021-11-11T20:13:34.6707886Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b60367af-1334-4454-b71e-769d9a4f83d9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b60367af-1334-4454-b71e-769d9a4f83d9\"\ + },{\"properties\":{\"roleName\":\"HDInsight Domain Services Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Can Read, Create, Modify and Delete\ + \ Domain Services related operations needed for HDInsight Enterprise Security\ + \ Package\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.AAD/*/read\",\"Microsoft.AAD/domainServices/*/read\",\"Microsoft.AAD/domainServices/oucontainer/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-09-12T22:42:51.7451109Z\",\"updatedOn\":\"2021-11-11T20:13:35.3921342Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8d8d5a11-05d3-4bda-a417-a08778121c7c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8d8d5a11-05d3-4bda-a417-a08778121c7c\"\ + },{\"properties\":{\"roleName\":\"Intelligent Systems Account Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage Intelligent Systems\ + \ accounts, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.IntelligentSystems/accounts/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:35.9371582Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/03a6d094-3444-4b3d-88af-7477090a9e5e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"03a6d094-3444-4b3d-88af-7477090a9e5e\"\ + },{\"properties\":{\"roleName\":\"Key Vault Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage key vaults, but not access to them.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.KeyVault/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[\"Microsoft.KeyVault/locations/deletedVaults/purge/action\"\ + ,\"Microsoft.KeyVault/hsmPools/*\",\"Microsoft.KeyVault/managedHsms/*\"],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-02-25T17:08:28.5184971Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:36.1170988Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f25e0fa2-a7c8-4377-a976-54943a77a395\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f25e0fa2-a7c8-4377-a976-54943a77a395\"\ + },{\"properties\":{\"roleName\":\"Knowledge Consumer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Knowledge Read permission to consume Enterprise Graph Knowledge\ + \ using entity search and graph query\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.EnterpriseKnowledgeGraph/services/knowledge/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-02-23T21:23:31.4037552Z\",\"updatedOn\":\"2021-11-11T20:13:37.0021342Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ee361c5d-f7b5-4119-b4b6-892157c8f64c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ee361c5d-f7b5-4119-b4b6-892157c8f64c\"\ + },{\"properties\":{\"roleName\":\"Lab Creator\",\"type\":\"BuiltInRole\",\"\ + description\":\"Lets you create new labs under your Azure Lab Accounts.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.LabServices/labAccounts/*/read\",\"Microsoft.LabServices/labAccounts/createLab/action\"\ + ,\"Microsoft.LabServices/labAccounts/getPricingAndAvailability/action\",\"\ + Microsoft.LabServices/labAccounts/getRestrictionsAndUsage/action\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ + ,\"Microsoft.LabServices/labPlans/saveImage/action\",\"Microsoft.LabServices/labs/read\"\ + ,\"Microsoft.LabServices/labs/schedules/read\",\"Microsoft.LabServices/labs/users/read\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/read\",\"Microsoft.LabServices/locations/usages/read\"\ + ,\"Microsoft.LabServices/skus/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.LabServices/labPlans/createLab/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-01-18T23:38:58.1036141Z\",\"\ + updatedOn\":\"2021-11-11T20:13:37.1821588Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b97fb8bc-a8b2-4522-a38b-dd33c7e65ead\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b97fb8bc-a8b2-4522-a38b-dd33c7e65ead\"\ + },{\"properties\":{\"roleName\":\"Log Analytics Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Log Analytics Reader can view and search all monitoring\ + \ data as well as and view monitoring settings, including viewing the configuration\ + \ of Azure diagnostics on all Azure resources.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.OperationalInsights/workspaces/analytics/query/action\"\ + ,\"Microsoft.OperationalInsights/workspaces/search/action\",\"Microsoft.Support/*\"\ + ],\"notActions\":[\"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-02T00:20:28.1449012Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:37.7071371Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/73c42c96-874c-492b-b04d-ab87d138a893\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"73c42c96-874c-492b-b04d-ab87d138a893\"\ + },{\"properties\":{\"roleName\":\"Log Analytics Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Log Analytics Contributor can read all monitoring\ + \ data and edit monitoring settings. Editing monitoring settings includes\ + \ adding the VM extension to VMs; reading storage account keys to be able\ + \ to configure collection of logs from Azure Storage; adding solutions; and\ + \ configuring Azure diagnostics on all Azure resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.ClassicCompute/virtualMachines/extensions/*\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.Compute/virtualMachines/extensions/*\"\ + ,\"Microsoft.HybridCompute/machines/extensions/write\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.OperationalInsights/*\"\ + ,\"Microsoft.OperationsManagement/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.Storage/storageAccounts/listKeys/action\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-04-25T21:51:45.3174711Z\",\"updatedOn\":\"2021-11-11T20:13:37.8823618Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\ + },{\"properties\":{\"roleName\":\"Logic App Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you read, enable and disable logic app.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*/read\",\"Microsoft.Insights/metricAlerts/*/read\"\ + ,\"Microsoft.Insights/diagnosticSettings/*/read\",\"Microsoft.Insights/metricDefinitions/*/read\"\ + ,\"Microsoft.Logic/*/read\",\"Microsoft.Logic/workflows/disable/action\",\"\ + Microsoft.Logic/workflows/enable/action\",\"Microsoft.Logic/workflows/validate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Web/connectionGateways/*/read\",\"Microsoft.Web/connections/*/read\"\ + ,\"Microsoft.Web/customApis/*/read\",\"Microsoft.Web/serverFarms/read\"],\"\ + notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ + 2016-04-28T21:33:30.4656007Z\",\"updatedOn\":\"2021-11-11T20:13:38.0573444Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\ + },{\"properties\":{\"roleName\":\"Logic App Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage logic app, but not access to them.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.ClassicStorage/storageAccounts/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metricAlerts/*\"\ + ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.Insights/logdefinitions/*\"\ + ,\"Microsoft.Insights/metricDefinitions/*\",\"Microsoft.Logic/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Storage/storageAccounts/listkeys/action\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Web/connectionGateways/*\",\"Microsoft.Web/connections/*\"\ + ,\"Microsoft.Web/customApis/*\",\"Microsoft.Web/serverFarms/join/action\"\ + ,\"Microsoft.Web/serverFarms/read\",\"Microsoft.Web/sites/functions/listSecrets/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2016-04-28T21:33:30.4656007Z\",\"updatedOn\":\"2021-11-11T20:13:38.2523833Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/87a39d53-fc1b-424a-814c-f7e04687dc9e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"87a39d53-fc1b-424a-814c-f7e04687dc9e\"\ + },{\"properties\":{\"roleName\":\"Managed Application Operator Role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you read and perform actions on Managed\ + \ Application resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"*/read\",\"Microsoft.Solutions/applications/read\",\"Microsoft.Solutions/*/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-07-27T00:59:33.7988813Z\",\"updatedOn\":\"2021-11-11T20:13:38.5973763Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c7393b34-138c-406f-901b-d8cf2b17e6ae\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c7393b34-138c-406f-901b-d8cf2b17e6ae\"\ + },{\"properties\":{\"roleName\":\"Managed Applications Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you read resources in a managed app and\ + \ request JIT access.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Solutions/jitRequests/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-09-06T00:33:58.3651522Z\",\"updatedOn\":\"2021-11-11T20:13:38.7723523Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b9331d33-8a36-4f8c-b097-4f54124fdb44\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b9331d33-8a36-4f8c-b097-4f54124fdb44\"\ + },{\"properties\":{\"roleName\":\"Managed Identity Operator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Read and Assign User Assigned Identity\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ManagedIdentity/userAssignedIdentities/*/read\"\ + ,\"Microsoft.ManagedIdentity/userAssignedIdentities/*/assign/action\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-12-14T19:52:04.3924594Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:38.9523759Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f1a07417-d97a-45cb-824c-7a7467783830\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f1a07417-d97a-45cb-824c-7a7467783830\"\ + },{\"properties\":{\"roleName\":\"Managed Identity Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Create, Read, Update, and Delete User Assigned\ + \ Identity\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ManagedIdentity/userAssignedIdentities/read\",\"Microsoft.ManagedIdentity/userAssignedIdentities/write\"\ + ,\"Microsoft.ManagedIdentity/userAssignedIdentities/delete\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-12-14T19:53:42.8804692Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:39.3023761Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e40ec5ca-96e0-45a2-b4ff-59039f2c2b59\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e40ec5ca-96e0-45a2-b4ff-59039f2c2b59\"\ + },{\"properties\":{\"roleName\":\"Management Group Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Management Group Contributor Role\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Management/managementGroups/delete\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.Management/managementGroups/subscriptions/delete\"\ + ,\"Microsoft.Management/managementGroups/subscriptions/write\",\"Microsoft.Management/managementGroups/write\"\ + ,\"Microsoft.Management/managementGroups/subscriptions/read\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-06-22T00:28:29.0523964Z\",\"updatedOn\":\"2022-09-15T21:48:24.8299981Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d58bcaf-24a5-4b20-bdb6-eed9f69fbe4c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d58bcaf-24a5-4b20-bdb6-eed9f69fbe4c\"\ + },{\"properties\":{\"roleName\":\"Management Group Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Management Group Reader Role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Management/managementGroups/read\"\ + ,\"Microsoft.Management/managementGroups/subscriptions/read\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-06-22T00:31:03.4295347Z\",\"updatedOn\":\"2022-09-15T21:48:24.8299981Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ac63b705-f282-497d-ac71-919bf39d939d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ac63b705-f282-497d-ac71-919bf39d939d\"\ + },{\"properties\":{\"roleName\":\"Monitoring Metrics Publisher\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Enables publishing metrics against Azure\ + \ resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Insights/Register/Action\",\"Microsoft.Support/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Insights/Metrics/Write\"\ + ,\"Microsoft.Insights/Telemetry/Write\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-08-14T00:36:16.5610279Z\",\"updatedOn\":\"2022-01-04T00:38:04.0289073Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3913510d-42f4-4e42-8a64-420c390055eb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3913510d-42f4-4e42-8a64-420c390055eb\"\ + },{\"properties\":{\"roleName\":\"Monitoring Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read all monitoring data.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.OperationalInsights/workspaces/search/action\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-09-21T19:19:52.4939376Z\",\"updatedOn\":\"2022-09-05T15:10:49.4071427Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\ + },{\"properties\":{\"roleName\":\"Network Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage networks, but not access to them.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2021-11-11T20:13:44.6328966Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4d97b98b-1d4f-4787-a291-c67834d212e7\"\ + },{\"properties\":{\"roleName\":\"Monitoring Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read all monitoring data and update monitoring settings.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"\ + Microsoft.AlertsManagement/alerts/*\",\"Microsoft.AlertsManagement/alertsSummary/*\"\ + ,\"Microsoft.Insights/actiongroups/*\",\"Microsoft.Insights/activityLogAlerts/*\"\ + ,\"Microsoft.Insights/AlertRules/*\",\"Microsoft.Insights/components/*\",\"\ + Microsoft.Insights/createNotifications/*\",\"Microsoft.Insights/dataCollectionEndpoints/*\"\ + ,\"Microsoft.Insights/dataCollectionRules/*\",\"Microsoft.Insights/dataCollectionRuleAssociations/*\"\ + ,\"Microsoft.Insights/DiagnosticSettings/*\",\"Microsoft.Insights/eventtypes/*\"\ + ,\"Microsoft.Insights/LogDefinitions/*\",\"Microsoft.Insights/metricalerts/*\"\ + ,\"Microsoft.Insights/MetricDefinitions/*\",\"Microsoft.Insights/Metrics/*\"\ + ,\"Microsoft.Insights/notificationStatus/*\",\"Microsoft.Insights/Register/Action\"\ + ,\"Microsoft.Insights/scheduledqueryrules/*\",\"Microsoft.Insights/webtests/*\"\ + ,\"Microsoft.Insights/workbooks/*\",\"Microsoft.Insights/workbooktemplates/*\"\ + ,\"Microsoft.Insights/privateLinkScopes/*\",\"Microsoft.Insights/privateLinkScopeOperationStatuses/*\"\ + ,\"Microsoft.OperationalInsights/workspaces/write\",\"Microsoft.OperationalInsights/workspaces/intelligencepacks/*\"\ + ,\"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\"Microsoft.OperationalInsights/workspaces/search/action\"\ + ,\"Microsoft.OperationalInsights/workspaces/sharedKeys/action\",\"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/*\"\ + ,\"Microsoft.Support/*\",\"Microsoft.WorkloadMonitor/monitors/*\",\"Microsoft.AlertsManagement/smartDetectorAlertRules/*\"\ + ,\"Microsoft.AlertsManagement/actionRules/*\",\"Microsoft.AlertsManagement/smartGroups/*\"\ + ,\"Microsoft.AlertsManagement/migrateFromSmartDetection/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-09-21T19:21:08.4345976Z\"\ + ,\"updatedOn\":\"2022-09-05T15:10:49.4071427Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\ + },{\"properties\":{\"roleName\":\"New Relic APM Account Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage New Relic Application Performance\ + \ Management accounts and applications, but not access to them.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"NewRelic.APM/accounts/*\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:45.7178576Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d28c62d-5b37-4476-8438-e587778df237\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d28c62d-5b37-4476-8438-e587778df237\"\ + },{\"properties\":{\"roleName\":\"Reader\",\"type\":\"BuiltInRole\",\"description\"\ + :\"View all resources, but does not allow you to make any changes.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:47.8628684Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"acdd72a7-3385-48ef-bd42-f606fba81ae7\"\ + },{\"properties\":{\"roleName\":\"Redis Cache Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage Redis caches, but not access to them.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Cache/register/action\",\"Microsoft.Cache/redis/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:48.0528671Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e0f68234-74aa-48ed-b826-c38b57376e17\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e0f68234-74aa-48ed-b826-c38b57376e17\"\ + },{\"properties\":{\"roleName\":\"Reader and Data Access\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you view everything but will not let you delete or\ + \ create a storage account or contained resource. It will also allow read/write\ + \ access to all data contained in a storage account via access to storage\ + \ account keys.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Storage/storageAccounts/ListAccountSas/action\"\ + ,\"Microsoft.Storage/storageAccounts/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2018-03-27T23:20:46.1498906Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:48.2278951Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c12c1c16-33a1-487b-954d-41c89c60f349\"\ + },{\"properties\":{\"roleName\":\"Resource Policy Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Users with rights to create/modify resource\ + \ policy, create support ticket and read resources/hierarchy.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.Authorization/policyassignments/*\"\ + ,\"Microsoft.Authorization/policydefinitions/*\",\"Microsoft.Authorization/policyexemptions/*\"\ + ,\"Microsoft.Authorization/policysetdefinitions/*\",\"Microsoft.PolicyInsights/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-08-25T19:08:01.3861639Z\"\ + ,\"updatedOn\":\"2023-05-11T23:11:26.1702440Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36243c78-bf99-498c-9df9-86d9f8d28608\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"36243c78-bf99-498c-9df9-86d9f8d28608\"\ + },{\"properties\":{\"roleName\":\"Scheduler Job Collections Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage Scheduler job\ + \ collections, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Scheduler/jobcollections/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:49.8429293Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\ + },{\"properties\":{\"roleName\":\"Search Service Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage Search services, but not access\ + \ to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Search/searchServices/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:50.0229309Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\ + },{\"properties\":{\"roleName\":\"Security Manager (Legacy)\",\"type\":\"\ + BuiltInRole\",\"description\":\"This is a legacy role. Please use Security\ + \ Administrator instead\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicCompute/*/read\"\ + ,\"Microsoft.ClassicCompute/virtualMachines/*/write\",\"Microsoft.ClassicNetwork/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Security/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-06-22T17:45:15.8986455Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:50.5729549Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\ + },{\"properties\":{\"roleName\":\"Security Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Security Reader Role\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.operationalInsights/workspaces/*/read\",\"Microsoft.Resources/deployments/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Security/*/read\"\ + ,\"Microsoft.IoTSecurity/*/read\",\"Microsoft.Support/*/read\",\"Microsoft.Security/iotDefenderSettings/packageDownloads/action\"\ + ,\"Microsoft.Security/iotDefenderSettings/downloadManagerActivation/action\"\ + ,\"Microsoft.Security/iotSensors/downloadResetPassword/action\",\"Microsoft.IoTSecurity/defenderSettings/packageDownloads/action\"\ + ,\"Microsoft.IoTSecurity/defenderSettings/downloadManagerActivation/action\"\ + ,\"Microsoft.Management/managementGroups/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-03T07:48:49.0516559Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:50.7479015Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\ + },{\"properties\":{\"roleName\":\"Spatial Anchors Account Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage spatial anchors in\ + \ your account, but not delete them\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/SpatialAnchorsAccounts/create/action\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/discovery/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/properties/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/query/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/submitdiag/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/write\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-12-21T17:57:41.1420864Z\",\"updatedOn\":\"2021-11-11T20:13:52.2829400Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8bbe83f1-e2a6-4df7-8cb4-4e04d4e5c827\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8bbe83f1-e2a6-4df7-8cb4-4e04d4e5c827\"\ + },{\"properties\":{\"roleName\":\"Site Recovery Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage Site Recovery service except\ + \ vault creation and role assignment\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\"\ + ,\"Microsoft.RecoveryServices/locations/allocateStamp/action\",\"Microsoft.RecoveryServices/Vaults/certificates/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\"Microsoft.RecoveryServices/Vaults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\"Microsoft.RecoveryServices/vaults/replicationEvents/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\"Microsoft.RecoveryServices/vaults/replicationJobs/*\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/*\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationVaultSettings/*\",\"Microsoft.RecoveryServices/Vaults/storageConfig/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\"Microsoft.RecoveryServices/Vaults/usages/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationOperationStatus/read\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-05-19T13:46:17.4592776Z\",\"updatedOn\":\"2021-11-11T20:13:52.4579503Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\ + },{\"properties\":{\"roleName\":\"Site Recovery Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you failover and failback but not perform other Site\ + \ Recovery management operations\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\"\ + ,\"Microsoft.RecoveryServices/locations/allocateStamp/action\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/switchprotection/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailoverCleanup/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\"Microsoft.RecoveryServices/vaults/replicationPolicies/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/failoverCommit/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationVaultSettings/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-05-19T13:47:50.1341148Z\",\"updatedOn\":\"2021-11-11T20:13:52.6263418Z\"\ + ,\"createdBy\":null,\"updatedBy\":\"\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"494ae006-db33-4328-bf46-533a6560a3ca\"\ + },{\"properties\":{\"roleName\":\"Spatial Anchors Account Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you locate and read properties of\ + \ spatial anchors in your account\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/SpatialAnchorsAccounts/discovery/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/properties/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/query/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/submitdiag/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-12-21T17:57:42.9271004Z\",\"updatedOn\":\"2021-11-11T20:13:52.8013467Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d51204f-eb77-4b1c-b86a-2ec626c49413\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d51204f-eb77-4b1c-b86a-2ec626c49413\"\ + },{\"properties\":{\"roleName\":\"Site Recovery Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you view Site Recovery status but not perform other\ + \ management operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\"Microsoft.RecoveryServices/vaults/replicationPolicies/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\"Microsoft.RecoveryServices/vaults/replicationVaultSettings/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-05-19T13:35:40.0093634Z\",\"updatedOn\":\"2021-11-11T20:13:52.9763366Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dbaa88c4-0c30-4179-9fb3-46319faa6149\"\ + },{\"properties\":{\"roleName\":\"Spatial Anchors Account Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage spatial anchors in your\ + \ account, including deleting them\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/SpatialAnchorsAccounts/create/action\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/delete\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/discovery/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/properties/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/query/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/submitdiag/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-12-21T17:57:43.5489832Z\",\"\ + updatedOn\":\"2021-11-11T20:13:53.1663250Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/70bbe301-9835-447d-afdd-19eb3167307c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"70bbe301-9835-447d-afdd-19eb3167307c\"\ + },{\"properties\":{\"roleName\":\"SQL Managed Instance Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage SQL Managed Instances and\ + \ required network configuration, but can\u2019t give access to others.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/*\",\"Microsoft.Network/routeTables/*\"\ + ,\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/locations/instanceFailoverGroups/*\"\ + ,\"Microsoft.Sql/managedInstances/*\",\"Microsoft.Support/*\",\"Microsoft.Network/virtualNetworks/subnets/*\"\ + ,\"Microsoft.Network/virtualNetworks/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\"],\"notActions\":[\"Microsoft.Sql/managedInstances/azureADOnlyAuthentications/delete\"\ + ,\"Microsoft.Sql/managedInstances/azureADOnlyAuthentications/write\"],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2018-12-10T22:57:14.2937983Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:53.3513507Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4939a1f6-9ae0-4e48-a1e0-f2cbe897382d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4939a1f6-9ae0-4e48-a1e0-f2cbe897382d\"\ + },{\"properties\":{\"roleName\":\"SQL DB Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage SQL databases, but not access to them.\ + \ Also, you can't manage their security-related policies or their parent SQL\ + \ servers.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/servers/databases/*\"\ + ,\"Microsoft.Sql/servers/read\",\"Microsoft.Support/*\",\"Microsoft.Insights/metrics/read\"\ + ,\"Microsoft.Insights/metricDefinitions/read\"],\"notActions\":[\"Microsoft.Sql/servers/databases/ledgerDigestUploads/write\"\ + ,\"Microsoft.Sql/servers/databases/ledgerDigestUploads/disable/action\",\"\ + Microsoft.Sql/managedInstances/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/managedInstances/databases/recommendedSensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/*\",\"\ + Microsoft.Sql/managedInstances/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/databases/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditRecords/read\"\ + ,\"Microsoft.Sql/servers/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\"\ + ,\"Microsoft.Sql/servers/databases/extendedAuditingSettings/*\",\"Microsoft.Sql/servers/databases/recommendedSensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\"Microsoft.Sql/servers/databases/securityMetrics/*\"\ + ,\"Microsoft.Sql/servers/databases/sensitivityLabels/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\"\ + ,\"Microsoft.Sql/servers/vulnerabilityAssessments/*\"],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\"\ + :\"2021-11-11T20:13:53.5363219Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\ + },{\"properties\":{\"roleName\":\"SQL Security Manager\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage the security-related policies of SQL servers\ + \ and databases, but not access to them.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Sql/locations/administratorAzureAsyncOperation/read\"\ + ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/databases/currentSensitivityLabels/*\",\"\ + Microsoft.Sql/managedInstances/databases/recommendedSensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/*\",\"\ + Microsoft.Sql/servers/advancedThreatProtectionSettings/read\",\"Microsoft.Sql/servers/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/transparentDataEncryption/*\"\ + ,\"Microsoft.Sql/managedInstances/vulnerabilityAssessments/*\",\"Microsoft.Sql/managedInstances/serverConfigurationOptions/read\"\ + ,\"Microsoft.Sql/managedInstances/serverConfigurationOptions/write\",\"Microsoft.Sql/locations/serverConfigurationOptionAzureAsyncOperation/read\"\ + ,\"Microsoft.Sql/servers/advancedThreatProtectionSettings/read\",\"Microsoft.Sql/servers/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/servers/auditingSettings/*\",\"Microsoft.Sql/servers/extendedAuditingSettings/read\"\ + ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/servers/databases/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditRecords/read\"\ + ,\"Microsoft.Sql/servers/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\"\ + ,\"Microsoft.Sql/servers/databases/extendedAuditingSettings/read\",\"Microsoft.Sql/servers/databases/read\"\ + ,\"Microsoft.Sql/servers/databases/recommendedSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/schemas/read\"\ + ,\"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/schemas/tables/read\",\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\"\ + ,\"Microsoft.Sql/servers/databases/securityMetrics/*\",\"Microsoft.Sql/servers/databases/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/transparentDataEncryption/*\",\"Microsoft.Sql/servers/databases/sqlvulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\"\ + ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\",\"\ + Microsoft.Sql/servers/devOpsAuditingSettings/*\",\"Microsoft.Sql/servers/firewallRules/*\"\ + ,\"Microsoft.Sql/servers/read\",\"Microsoft.Sql/servers/securityAlertPolicies/*\"\ + ,\"Microsoft.Sql/servers/sqlvulnerabilityAssessments/*\",\"Microsoft.Sql/servers/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Sql/servers/azureADOnlyAuthentications/*\"\ + ,\"Microsoft.Sql/managedInstances/read\",\"Microsoft.Sql/managedInstances/azureADOnlyAuthentications/*\"\ + ,\"Microsoft.Security/sqlVulnerabilityAssessments/*\",\"Microsoft.Sql/managedInstances/administrators/read\"\ + ,\"Microsoft.Sql/servers/administrators/read\",\"Microsoft.Sql/servers/databases/ledgerDigestUploads/*\"\ + ,\"Microsoft.Sql/locations/ledgerDigestUploadsAzureAsyncOperation/read\",\"\ + Microsoft.Sql/locations/ledgerDigestUploadsOperationResults/read\",\"Microsoft.Sql/servers/externalPolicyBasedAuthorizations/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-06-16T18:44:40.4607572Z\",\"updatedOn\":\"2023-02-28T16:39:27.2165961Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\ + },{\"properties\":{\"roleName\":\"Storage Account Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage storage accounts, including\ + \ accessing storage account keys which provide full access to storage account\ + \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/diagnosticSettings/*\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2021-11-11T20:13:54.2363539Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"17d1049b-9a84-46fb-8f53-869881c3d3ab\"\ + },{\"properties\":{\"roleName\":\"SQL Server Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage SQL servers and databases, but not access\ + \ to them, and not their security -related policies.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/servers/*\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ],\"notActions\":[\"Microsoft.Sql/managedInstances/databases/currentSensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/recommendedSensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/*\",\"\ + Microsoft.Sql/managedInstances/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditingSettings/*\"\ + ,\"Microsoft.Sql/servers/databases/auditRecords/read\",\"Microsoft.Sql/servers/databases/currentSensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\"Microsoft.Sql/servers/databases/extendedAuditingSettings/*\"\ + ,\"Microsoft.Sql/servers/databases/recommendedSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\"Microsoft.Sql/servers/databases/securityMetrics/*\"\ + ,\"Microsoft.Sql/servers/databases/sensitivityLabels/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\"\ + ,\"Microsoft.Sql/servers/devOpsAuditingSettings/*\",\"Microsoft.Sql/servers/extendedAuditingSettings/*\"\ + ,\"Microsoft.Sql/servers/securityAlertPolicies/*\",\"Microsoft.Sql/servers/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/azureADOnlyAuthentications/delete\",\"Microsoft.Sql/servers/azureADOnlyAuthentications/write\"\ + ,\"Microsoft.Sql/servers/externalPolicyBasedAuthorizations/delete\",\"Microsoft.Sql/servers/externalPolicyBasedAuthorizations/write\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2022-04-28T19:08:55.4448647Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\ + },{\"properties\":{\"roleName\":\"Storage Account Key Operator Service Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Storage Account Key Operators\ + \ are allowed to list and regenerate keys on Storage Accounts\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/regeneratekey/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-04-13T18:26:11.5770570Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:54.7697481Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/81a9662b-bebf-436f-a333-f67b29880f12\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"81a9662b-bebf-436f-a333-f67b29880f12\"\ + },{\"properties\":{\"roleName\":\"Storage Blob Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for read, write and delete access\ + \ to Azure Storage blob containers and data\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/move/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/add/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ + updatedOn\":\"2021-11-11T20:13:54.9397456Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ba92f5b4-2d11-453d-a403-e96b0029c9fe\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ba92f5b4-2d11-453d-a403-e96b0029c9fe\"\ + },{\"properties\":{\"roleName\":\"Storage Blob Data Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full access to Azure Storage blob containers\ + \ and data, including assigning POSIX access control.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/*\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-12-04T07:02:58.2775257Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.1225062Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b7e6dc6d-f1e8-4753-8033-0f276bb0955b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b7e6dc6d-f1e8-4753-8033-0f276bb0955b\"\ + },{\"properties\":{\"roleName\":\"Storage Blob Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for read access to Azure Storage blob containers\ + \ and data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.2975076Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2a2b9908-6ea1-4ae2-8e65-a410df84e7d1\"\ + },{\"properties\":{\"roleName\":\"Storage Queue Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for read, write, and delete access\ + \ to Azure Storage queues and queue messages\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/delete\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/read\",\"Microsoft.Storage/storageAccounts/queueServices/queues/write\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/delete\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/write\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/process/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.4725469Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/974c5e8b-45b9-4653-ba55-5f855dd0fb88\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"974c5e8b-45b9-4653-ba55-5f855dd0fb88\"\ + },{\"properties\":{\"roleName\":\"Storage Queue Data Message Processor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows for peek, receive, and delete\ + \ access to Azure Storage queue messages\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/process/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-01-28T22:27:04.8947111Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.6575408Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8a0f0c08-91a1-4084-bc3d-661d67233fed\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8a0f0c08-91a1-4084-bc3d-661d67233fed\"\ + },{\"properties\":{\"roleName\":\"Storage Queue Data Message Sender\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for sending of Azure Storage queue\ + \ messages\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/add/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-01-28T22:28:34.7459724Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.8325508Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c6a89b2d-59bc-44d0-9896-0f6e12d7b80a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c6a89b2d-59bc-44d0-9896-0f6e12d7b80a\"\ + },{\"properties\":{\"roleName\":\"Storage Queue Data Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows for read access to Azure Storage queues\ + \ and queue messages\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Storage/storageAccounts/queueServices/queues/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ + updatedOn\":\"2021-11-11T20:13:56.0178497Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/19e7f393-937e-4f77-808e-94535e297925\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"19e7f393-937e-4f77-808e-94535e297925\"\ + },{\"properties\":{\"roleName\":\"Support Request Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you create and manage Support requests\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-06-22T22:25:37.8053068Z\",\"updatedOn\":\"2021-11-11T20:13:56.7444481Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cfd33db0-3dd1-45e3-aa9d-cdbdf3b6f24e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cfd33db0-3dd1-45e3-aa9d-cdbdf3b6f24e\"\ + },{\"properties\":{\"roleName\":\"Traffic Manager Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage Traffic Manager profiles,\ + \ but does not let you control who has access to them.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/trafficManagerProfiles/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-10-15T23:33:25.9730842Z\",\"updatedOn\":\"2021-11-11T20:13:57.2744497Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\ + },{\"properties\":{\"roleName\":\"User Access Administrator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage user access to Azure resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"\ + Microsoft.Authorization/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:57.7932023Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\ + },{\"properties\":{\"roleName\":\"Virtual Machine Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage virtual machines, but not\ + \ access to them, and not the virtual network or storage account they're connected\ + \ to.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Compute/availabilitySets/*\",\"Microsoft.Compute/locations/*\"\ + ,\"Microsoft.Compute/virtualMachines/*\",\"Microsoft.Compute/virtualMachineScaleSets/*\"\ + ,\"Microsoft.Compute/cloudServices/*\",\"Microsoft.Compute/disks/write\",\"\ + Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/delete\",\"Microsoft.DevTestLab/schedules/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/applicationGateways/backendAddressPools/join/action\"\ + ,\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatPools/join/action\"\ + ,\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\"Microsoft.Network/loadBalancers/probes/join/action\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/locations/*\"\ + ,\"Microsoft.Network/networkInterfaces/*\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/publicIPAddresses/join/action\"\ + ,\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.RecoveryServices/locations/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/usages/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/write\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.SerialConsole/serialPorts/connect/action\",\"Microsoft.SqlVirtualMachine/*\"\ + ,\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2021-11-11T20:13:58.3176075Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\ + },{\"properties\":{\"roleName\":\"Web Plan Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage the web plans for websites, but not access\ + \ to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Web/serverFarms/*\",\"Microsoft.Web/hostingEnvironments/Join/Action\"\ + ,\"Microsoft.Insights/autoscalesettings/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2022-09-01T21:58:00.7022464Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\ + },{\"properties\":{\"roleName\":\"Website Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage websites (not web plans), but not access\ + \ to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/components/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Web/certificates/*\",\"Microsoft.Web/listSitesAssignedToHostName/read\"\ + ,\"Microsoft.Web/serverFarms/join/action\",\"Microsoft.Web/serverFarms/read\"\ + ,\"Microsoft.Web/sites/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-05-12T23:10:23.6193952Z\",\"updatedOn\":\"2021-11-11T20:13:58.6655647Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"de139f84-1756-47ae-9be6-808fbbe84772\"\ + },{\"properties\":{\"roleName\":\"Azure Service Bus Data Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for full access to Azure Service\ + \ Bus resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.ServiceBus/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.ServiceBus/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-04-16T21:33:36.7445745Z\",\"\ + updatedOn\":\"2021-11-11T20:13:59.2005807Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/090c5cfd-751d-490a-894a-3ce6f1109419\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"090c5cfd-751d-490a-894a-3ce6f1109419\"\ + },{\"properties\":{\"roleName\":\"Azure Event Hubs Data Owner\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows for full access to Azure Event Hubs\ + \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.EventHub/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.EventHub/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-04-16T21:34:29.8656362Z\",\"\ + updatedOn\":\"2021-11-11T20:13:59.3721538Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f526a384-b230-433a-b45c-95f59c4a2dec\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f526a384-b230-433a-b45c-95f59c4a2dec\"\ + },{\"properties\":{\"roleName\":\"Attestation Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read write or delete the attestation provider instance\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Attestation/attestationProviders/attestation/read\"\ + ,\"Microsoft.Attestation/attestationProviders/attestation/write\",\"Microsoft.Attestation/attestationProviders/attestation/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-04-19T00:24:09.3354177Z\",\"updatedOn\":\"2021-11-11T20:13:59.7271218Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bbf86eb8-f7b4-4cce-96e4-18cddf81d86e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bbf86eb8-f7b4-4cce-96e4-18cddf81d86e\"\ + },{\"properties\":{\"roleName\":\"HDInsight Cluster Operator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you read and modify HDInsight cluster\ + \ configurations.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.HDInsight/*/read\",\"Microsoft.HDInsight/clusters/getGatewaySettings/action\"\ + ,\"Microsoft.HDInsight/clusters/updateGatewaySettings/action\",\"Microsoft.HDInsight/clusters/configurations/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Authorization/*/read\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-04-20T00:03:01.7110732Z\",\"updatedOn\":\"2021-11-11T20:13:59.9052180Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/61ed4efc-fab3-44fd-b111-e24485cc132a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"61ed4efc-fab3-44fd-b111-e24485cc132a\"\ + },{\"properties\":{\"roleName\":\"Cosmos DB Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage Azure Cosmos DB accounts, but not access\ + \ data in them. Prevents access to account keys and connection strings.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DocumentDb/databaseAccounts/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Authorization/*/read\",\"\ + Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ],\"notActions\":[\"Microsoft.DocumentDB/databaseAccounts/readonlyKeys/*\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/regenerateKey/*\",\"Microsoft.DocumentDB/databaseAccounts/listKeys/*\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/listConnectionStrings/*\",\"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions/write\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions/delete\",\"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments/write\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments/delete\",\"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions/write\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions/delete\",\"\ + Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions/write\",\"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions/delete\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-04-26T17:01:17.0169383Z\"\ + ,\"updatedOn\":\"2023-01-11T18:59:29.2865530Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/230815da-be43-4aae-9cb4-875f7bd000aa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"230815da-be43-4aae-9cb4-875f7bd000aa\"\ + },{\"properties\":{\"roleName\":\"Hybrid Server Resource Administrator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can read, write, delete, and re-onboard\ + \ Hybrid servers to the Hybrid Resource Provider.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/*\"\ + ,\"Microsoft.HybridCompute/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2019-04-29T21:39:32.3132923Z\",\"updatedOn\"\ + :\"2021-11-11T20:14:00.2548257Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/48b40c6e-82e0-4eb3-90d5-19e40f49b624\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"48b40c6e-82e0-4eb3-90d5-19e40f49b624\"\ + },{\"properties\":{\"roleName\":\"Hybrid Server Onboarding\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can onboard new Hybrid servers to the Hybrid Resource Provider.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/read\"\ + ,\"Microsoft.HybridCompute/machines/write\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2019-04-29T22:36:28.1873756Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:00.4308999Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d1e5ee4-7c68-4a71-ac8b-0739630a3dfb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d1e5ee4-7c68-4a71-ac8b-0739630a3dfb\"\ + },{\"properties\":{\"roleName\":\"Azure Event Hubs Data Receiver\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows receive access to Azure Event Hubs\ + \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.EventHub/*/eventhubs/consumergroups/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.EventHub/*/receive/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-05-10T06:25:21.1056666Z\",\"updatedOn\":\"2021-11-11T20:14:01.3225169Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a638d3c7-ab3a-418d-83e6-5f17a39d4fde\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a638d3c7-ab3a-418d-83e6-5f17a39d4fde\"\ + },{\"properties\":{\"roleName\":\"Azure Event Hubs Data Sender\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows send access to Azure Event Hubs\ + \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.EventHub/*/eventhubs/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.EventHub/*/send/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-05-10T06:26:12.4673714Z\",\"updatedOn\":\"2021-11-11T20:14:01.4925583Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2b629674-e913-4c01-ae53-ef4638d8f975\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2b629674-e913-4c01-ae53-ef4638d8f975\"\ + },{\"properties\":{\"roleName\":\"Azure Service Bus Data Receiver\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for receive access to Azure Service\ + \ Bus resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.ServiceBus/*/queues/read\",\"Microsoft.ServiceBus/*/topics/read\"\ + ,\"Microsoft.ServiceBus/*/topics/subscriptions/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.ServiceBus/*/receive/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-05-10T06:43:01.6343849Z\",\"updatedOn\":\"2021-11-11T20:14:01.6629685Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4f6d3b9b-027b-4f4c-9142-0e5a2a2247e0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4f6d3b9b-027b-4f4c-9142-0e5a2a2247e0\"\ + },{\"properties\":{\"roleName\":\"Azure Service Bus Data Sender\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for send access to Azure Service\ + \ Bus resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.ServiceBus/*/queues/read\",\"Microsoft.ServiceBus/*/topics/read\"\ + ,\"Microsoft.ServiceBus/*/topics/subscriptions/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.ServiceBus/*/send/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-05-10T06:43:46.7046934Z\",\"updatedOn\":\"2021-11-11T20:14:01.8479199Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/69a216fc-b8fb-44d8-bc22-1f3c2cd27a39\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"69a216fc-b8fb-44d8-bc22-1f3c2cd27a39\"\ + },{\"properties\":{\"roleName\":\"Storage File Data SMB Share Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows for read access to Azure File\ + \ Share over SMB\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-07-01T20:19:31.8620471Z\",\"\ + updatedOn\":\"2021-11-11T20:14:04.3642909Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/aba4ae5f-2193-4029-9191-0cb91df5e314\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"aba4ae5f-2193-4029-9191-0cb91df5e314\"\ + },{\"properties\":{\"roleName\":\"Storage File Data SMB Share Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for read, write, and delete\ + \ access in Azure Storage file shares over SMB\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\",\"\ + Microsoft.Storage/storageAccounts/fileServices/fileshares/files/write\",\"\ + Microsoft.Storage/storageAccounts/fileServices/fileshares/files/delete\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2019-07-01T20:54:35.4834310Z\",\"updatedOn\"\ + :\"2021-11-11T20:14:04.5443323Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0c867c2a-1d8c-454a-a3db-ab2ea1bdc8bb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0c867c2a-1d8c-454a-a3db-ab2ea1bdc8bb\"\ + },{\"properties\":{\"roleName\":\"Private DNS Zone Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage private DNS zone resources,\ + \ but not the virtual networks they are linked to.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Network/privateDnsZones/*\",\"Microsoft.Network/privateDnsOperationResults/*\"\ + ,\"Microsoft.Network/privateDnsOperationStatuses/*\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.Network/virtualNetworks/join/action\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-07-10T19:31:15.5645518Z\",\"updatedOn\":\"2021-11-11T20:14:04.7342851Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b12aa53e-6015-4669-85d0-8515ebb3ae7f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b12aa53e-6015-4669-85d0-8515ebb3ae7f\"\ + },{\"properties\":{\"roleName\":\"Storage Blob Delegator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for generation of a user delegation key which can\ + \ be used to sign SAS tokens\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-07-23T00:51:16.3376761Z\",\"updatedOn\":\"2021-11-11T20:14:05.4321714Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/db58b8e5-c6ad-4a2a-8342-4190687cbf4a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"db58b8e5-c6ad-4a2a-8342-4190687cbf4a\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization User\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows user to use the applications in an\ + \ application group.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.DesktopVirtualization/applicationGroups/useApplications/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-08-07T00:29:03.8727621Z\",\"\ + updatedOn\":\"2021-11-11T20:14:05.9821791Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1d18fff3-a72a-46b5-b4a9-0b38a3cd7e63\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1d18fff3-a72a-46b5-b4a9-0b38a3cd7e63\"\ + },{\"properties\":{\"roleName\":\"Storage File Data SMB Share Elevated Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for read, write, delete\ + \ and modify NTFS permission access in Azure Storage file shares over SMB\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/write\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/delete\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/modifypermissions/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-08-07T01:35:36.9935457Z\",\"\ + updatedOn\":\"2021-11-11T20:14:06.1571744Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a7264617-510b-434b-a828-9731dc254ea7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a7264617-510b-434b-a828-9731dc254ea7\"\ + },{\"properties\":{\"roleName\":\"Blueprint Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can manage blueprint definitions, but not assign them.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Blueprint/blueprints/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-14T21:55:16.9683949Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:06.5171828Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/41077137-e803-4205-871c-5a86e6a753b4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"41077137-e803-4205-871c-5a86e6a753b4\"\ + },{\"properties\":{\"roleName\":\"Blueprint Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can assign existing published blueprints, but cannot create\ + \ new blueprints. NOTE: this only works if the assignment is done with a user-assigned\ + \ managed identity.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Blueprint/blueprintAssignments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-08-14T21:56:48.7897875Z\",\"updatedOn\":\"2021-11-11T20:14:06.6971401Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/437d2ced-4a38-4302-8479-ed2bcb43d090\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"437d2ced-4a38-4302-8479-ed2bcb43d090\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Microsoft Sentinel Contributor\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SecurityInsights/*\",\"\ + Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\"Microsoft.OperationsManagement/solutions/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/read\",\"Microsoft.OperationalInsights/workspaces/query/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/dataSources/read\",\"Microsoft.OperationalInsights/querypacks/*/read\"\ + ,\"Microsoft.Insights/workbooks/*\",\"Microsoft.Insights/myworkbooks/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.SecurityInsights/ConfidentialWatchlists/*\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/ConfidentialWatchlist/*\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T16:39:03.8725173Z\"\ + ,\"updatedOn\":\"2022-07-22T17:40:38.3700257Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ab8e14d6-4a74-4a29-9ba8-549422addade\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ab8e14d6-4a74-4a29-9ba8-549422addade\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Responder\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Microsoft Sentinel Responder\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SecurityInsights/*/read\"\ + ,\"Microsoft.SecurityInsights/dataConnectorsCheckRequirements/action\",\"\ + Microsoft.SecurityInsights/automationRules/*\",\"Microsoft.SecurityInsights/cases/*\"\ + ,\"Microsoft.SecurityInsights/incidents/*\",\"Microsoft.SecurityInsights/threatIntelligence/indicators/appendTags/action\"\ + ,\"Microsoft.SecurityInsights/threatIntelligence/indicators/query/action\"\ + ,\"Microsoft.SecurityInsights/threatIntelligence/bulkTag/action\",\"Microsoft.SecurityInsights/threatIntelligence/indicators/appendTags/action\"\ + ,\"Microsoft.SecurityInsights/threatIntelligence/indicators/replaceTags/action\"\ + ,\"Microsoft.SecurityInsights/threatIntelligence/queryIndicators/action\"\ + ,\"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/dataSources/read\",\"Microsoft.OperationalInsights/workspaces/savedSearches/read\"\ + ,\"Microsoft.OperationsManagement/solutions/read\",\"Microsoft.OperationalInsights/workspaces/query/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/*/read\",\"Microsoft.OperationalInsights/workspaces/dataSources/read\"\ + ,\"Microsoft.OperationalInsights/querypacks/*/read\",\"Microsoft.Insights/workbooks/read\"\ + ,\"Microsoft.Insights/myworkbooks/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[\"Microsoft.SecurityInsights/cases/*/Delete\",\"Microsoft.SecurityInsights/incidents/*/Delete\"\ + ,\"Microsoft.SecurityInsights/ConfidentialWatchlists/*\",\"Microsoft.OperationalInsights/workspaces/query/ConfidentialWatchlist/*\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T16:54:07.6467264Z\"\ + ,\"updatedOn\":\"2022-07-21T23:37:54.2486838Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e150937-b8fe-4cfb-8069-0eaf05ecd056\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3e150937-b8fe-4cfb-8069-0eaf05ecd056\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Microsoft Sentinel Reader\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SecurityInsights/*/read\"\ + ,\"Microsoft.SecurityInsights/dataConnectorsCheckRequirements/action\",\"\ + Microsoft.SecurityInsights/threatIntelligence/indicators/query/action\",\"\ + Microsoft.SecurityInsights/threatIntelligence/queryIndicators/action\",\"\ + Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/LinkedServices/read\",\"Microsoft.OperationalInsights/workspaces/savedSearches/read\"\ + ,\"Microsoft.OperationsManagement/solutions/read\",\"Microsoft.OperationalInsights/workspaces/query/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/*/read\",\"Microsoft.OperationalInsights/querypacks/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/dataSources/read\",\"Microsoft.Insights/workbooks/read\"\ + ,\"Microsoft.Insights/myworkbooks/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/templateSpecs/*/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.SecurityInsights/ConfidentialWatchlists/*\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/ConfidentialWatchlist/*\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T16:58:50.1132117Z\"\ + ,\"updatedOn\":\"2022-07-22T17:40:38.3700257Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8d289c81-5878-46d4-8554-54e1e3d8b5cb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8d289c81-5878-46d4-8554-54e1e3d8b5cb\"\ + },{\"properties\":{\"roleName\":\"Workbook Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read workbooks.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"microsoft.insights/workbooks/read\",\"microsoft.insights/workbooks/revisions/read\"\ + ,\"microsoft.insights/workbooktemplates/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T20:56:17.6808140Z\"\ + ,\"updatedOn\":\"2022-12-08T19:53:26.7526140Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b279062a-9be3-42a0-92ae-8b3cf002ec4d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b279062a-9be3-42a0-92ae-8b3cf002ec4d\"\ + },{\"properties\":{\"roleName\":\"Workbook Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can save shared workbooks.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Insights/workbooks/write\",\"\ + Microsoft.Insights/workbooks/delete\",\"Microsoft.Insights/workbooks/read\"\ + ,\"Microsoft.Insights/workbooks/revisions/read\",\"Microsoft.Insights/workbooktemplates/write\"\ + ,\"Microsoft.Insights/workbooktemplates/delete\",\"Microsoft.Insights/workbooktemplates/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-08-28T20:59:42.4820277Z\",\"updatedOn\":\"2022-12-08T21:25:04.5651887Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e8ddcd69-c73f-4f9f-9844-4100522f16ad\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e8ddcd69-c73f-4f9f-9844-4100522f16ad\"\ + },{\"properties\":{\"roleName\":\"Policy Insights Data Writer (Preview)\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows read access to resource\ + \ policies and write access to resource component policy events.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/policyassignments/read\"\ + ,\"Microsoft.Authorization/policydefinitions/read\",\"Microsoft.Authorization/policyexemptions/read\"\ + ,\"Microsoft.Authorization/policysetdefinitions/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.PolicyInsights/checkDataPolicyCompliance/action\"\ + ,\"Microsoft.PolicyInsights/policyEvents/logDataEvents/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-09-19T19:35:20.9504127Z\",\"updatedOn\":\"2021-11-11T20:14:09.4235132Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/66bb4e9e-b016-4a94-8249-4c0511c2be84\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"66bb4e9e-b016-4a94-8249-4c0511c2be84\"\ + },{\"properties\":{\"roleName\":\"SignalR AccessKey Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read SignalR Service Access Keys\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SignalRService/*/read\"\ + ,\"Microsoft.SignalRService/SignalR/listkeys/action\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-09-20T09:33:19.6236874Z\",\"updatedOn\":\"2021-11-11T20:14:09.6134860Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/04165923-9d83-45d5-8227-78b77b0a687e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"04165923-9d83-45d5-8227-78b77b0a687e\"\ + },{\"properties\":{\"roleName\":\"SignalR/Web PubSub Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Create, Read, Update, and Delete SignalR\ + \ service resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.SignalRService/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-09-20T09:58:09.0009662Z\",\"updatedOn\":\"2021-11-11T20:14:09.7884765Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8cf5e20a-e4b2-4e9d-b3a1-5ceb692c2761\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8cf5e20a-e4b2-4e9d-b3a1-5ceb692c2761\"\ + },{\"properties\":{\"roleName\":\"Azure Connected Machine Onboarding\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can onboard Azure Connected Machines.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/read\"\ + ,\"Microsoft.HybridCompute/machines/write\",\"Microsoft.HybridCompute/privateLinkScopes/read\"\ + ,\"Microsoft.GuestConfiguration/guestConfigurationAssignments/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-10-23T20:15:07.1372870Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:10.8735219Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b64e21ea-ac4e-4cdf-9dc9-5b892992bee7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b64e21ea-ac4e-4cdf-9dc9-5b892992bee7\"\ + },{\"properties\":{\"roleName\":\"Azure Connected Machine Resource Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Can read, write, delete and re-onboard\ + \ Azure Connected Machines.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.HybridCompute/machines/read\",\"Microsoft.HybridCompute/machines/write\"\ + ,\"Microsoft.HybridCompute/machines/delete\",\"Microsoft.HybridCompute/machines/UpgradeExtensions/action\"\ + ,\"Microsoft.HybridCompute/machines/extensions/read\",\"Microsoft.HybridCompute/machines/extensions/write\"\ + ,\"Microsoft.HybridCompute/machines/extensions/delete\",\"Microsoft.HybridCompute/privateLinkScopes/*\"\ + ,\"Microsoft.HybridCompute/*/read\",\"Microsoft.Resources/deployments/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-10-23T20:24:59.1474607Z\",\"updatedOn\":\"2021-12-15T16:10:25.5898511Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cd570a14-e51a-42ad-bac8-bafd67325302\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cd570a14-e51a-42ad-bac8-bafd67325302\"\ + },{\"properties\":{\"roleName\":\"Managed Services Registration assignment\ + \ Delete Role\",\"type\":\"BuiltInRole\",\"description\":\"Managed Services\ + \ Registration Assignment Delete Role allows the managing tenant users to\ + \ delete the registration assignment assigned to their tenant.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ManagedServices/registrationAssignments/read\"\ + ,\"Microsoft.ManagedServices/registrationAssignments/delete\",\"Microsoft.ManagedServices/operationStatuses/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-10-23T22:33:33.1183469Z\",\"updatedOn\":\"2021-11-11T20:14:11.2336400Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/91c1777a-f3dc-4fae-b103-61d183457e46\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"91c1777a-f3dc-4fae-b103-61d183457e46\"\ + },{\"properties\":{\"roleName\":\"App Configuration Data Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows full access to App Configuration\ + \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AppConfiguration/configurationStores/*/read\"\ + ,\"Microsoft.AppConfiguration/configurationStores/*/write\",\"Microsoft.AppConfiguration/configurationStores/*/delete\"\ + ,\"Microsoft.AppConfiguration/configurationStores/*/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-10-25T18:41:40.1185063Z\",\"updatedOn\":\"2023-02-01T23:20:05.7772785Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5ae67dd6-50cb-40e7-96ff-dc2bfa4b606b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5ae67dd6-50cb-40e7-96ff-dc2bfa4b606b\"\ + },{\"properties\":{\"roleName\":\"App Configuration Data Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows read access to App Configuration\ + \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AppConfiguration/configurationStores/*/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-10-25T18:45:33.7975332Z\",\"\ + updatedOn\":\"2021-11-11T20:14:11.5885341Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/516239f1-63e1-4d78-a4de-a74fb236a071\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"516239f1-63e1-4d78-a4de-a74fb236a071\"\ + },{\"properties\":{\"roleName\":\"Kubernetes Cluster - Azure Arc Onboarding\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Role definition to authorize any\ + \ user/service to create connectedClusters resource\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Kubernetes/connectedClusters/Write\"\ + ,\"Microsoft.Kubernetes/connectedClusters/read\",\"Microsoft.Support/*\"],\"\ + notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ + 2019-11-18T17:00:02.2087147Z\",\"updatedOn\":\"2021-11-11T20:14:12.4685303Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/34e09817-6cbe-4d01-b1a2-e0eac5743d41\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"34e09817-6cbe-4d01-b1a2-e0eac5743d41\"\ + },{\"properties\":{\"roleName\":\"Experimentation Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Experimentation Contributor\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/write\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/delete\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/experiment/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/emergencystop/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/read\",\"Microsoft.Experimentation/experimentWorkspaces/write\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/delete\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-12-13T00:08:08.6679591Z\",\"updatedOn\":\"2021-11-11T20:14:14.6454147Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f646f1b-fa08-80eb-a22b-edd6ce5c915c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f646f1b-fa08-80eb-a22b-edd6ce5c915c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services QnA Maker Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Let\u2019s you read and test a KB\ + \ only.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/alterations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointkeys/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointsettings/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/alterations/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointkeys/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointsettings/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/alterations/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointkeys/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointsettings/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-12-17T18:26:12.3329439Z\",\"\ + updatedOn\":\"2021-11-11T20:14:14.8254033Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/466ccd10-b268-4a11-b098-b4849f024126\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"466ccd10-b268-4a11-b098-b4849f024126\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services QnA Maker Editor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Let\u2019s you create, edit, import\ + \ and export a KB. You cannot publish or delete a KB.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/create/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/write\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/train/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/alterations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/alterations/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointkeys/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointkeys/refreshkeys/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointsettings/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker/endpointsettings/write\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker/operations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/create/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/train/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/alterations/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker.v2/alterations/write\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointkeys/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointkeys/refreshkeys/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointsettings/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointsettings/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/operations/read\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/create/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/train/action\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/alterations/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/alterations/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointkeys/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointkeys/refreshkeys/action\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointsettings/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointsettings/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/operations/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-12-17T18:27:30.6434556Z\",\"\ + updatedOn\":\"2021-11-11T20:14:14.9961559Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f4cc2bf9-21be-47a1-bdf1-5c5804381025\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f4cc2bf9-21be-47a1-bdf1-5c5804381025\"\ + },{\"properties\":{\"roleName\":\"Experimentation Administrator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Experimentation Administrator\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/admin/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/write\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/delete\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/experimentadmin/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/experiment/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/emergencystop/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/read\",\"Microsoft.Experimentation/experimentWorkspaces/write\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/delete\",\"Microsoft.Experimentation/experimentWorkspaces/admin/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/metricwrite/action\",\"\ + Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/metricwrite/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-12-18T22:46:33.1116612Z\",\"\ + updatedOn\":\"2021-11-11T20:14:15.1811577Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f646f1b-fa08-80eb-a33b-edd6ce5c915c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f646f1b-fa08-80eb-a33b-edd6ce5c915c\"\ + },{\"properties\":{\"roleName\":\"Remote Rendering Administrator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides user with conversion, manage session,\ + \ rendering and diagnostics capabilities for Azure Remote Rendering\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.MixedReality/RemoteRenderingAccounts/convert/action\",\"Microsoft.MixedReality/RemoteRenderingAccounts/convert/read\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/convert/delete\",\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/read\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/action\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/delete\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/render/read\",\"Microsoft.MixedReality/RemoteRenderingAccounts/diagnostic/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-01-23T18:15:31.3450348Z\",\"\ + updatedOn\":\"2021-11-11T20:14:16.7621737Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3df8b902-2a6f-47c7-8cc5-360e9b272a7e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3df8b902-2a6f-47c7-8cc5-360e9b272a7e\"\ + },{\"properties\":{\"roleName\":\"Remote Rendering Client\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides user with manage session, rendering and diagnostics\ + \ capabilities for Azure Remote Rendering.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/read\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/action\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/delete\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/render/read\",\"Microsoft.MixedReality/RemoteRenderingAccounts/diagnostic/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-01-23T18:32:52.7069824Z\",\"\ + updatedOn\":\"2021-11-11T20:14:16.9421512Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d39065c4-c120-43c9-ab0a-63eed9795f0a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d39065c4-c120-43c9-ab0a-63eed9795f0a\"\ + },{\"properties\":{\"roleName\":\"Managed Application Contributor Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows for creating managed application\ + \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"*/read\",\"Microsoft.Solutions/applications/*\",\"Microsoft.Solutions/register/action\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/*\",\"Microsoft.Resources/deployments/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-02-08T03:39:11.8933879Z\",\"updatedOn\":\"2021-11-11T20:14:19.1271536Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/641177b8-a67a-45b9-a033-47bc880bb21e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"641177b8-a67a-45b9-a033-47bc880bb21e\"\ + },{\"properties\":{\"roleName\":\"Security Assessment Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you push assessments to Security Center\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Security/assessments/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-02-13T08:23:47.7656161Z\",\"updatedOn\":\"2021-11-11T20:14:19.3021974Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/612c2aa1-cb24-443b-ac28-3ab7272de6f5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"612c2aa1-cb24-443b-ac28-3ab7272de6f5\"\ + },{\"properties\":{\"roleName\":\"Tag Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage tags on entities, without providing access\ + \ to the entities themselves.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\",\"Microsoft.Resources/subscriptions/resources/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Resources/tags/*\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-18T23:19:19.2977644Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:20.0172041Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4a9ae827-6dc8-4573-8ac7-8239d42aa03f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4a9ae827-6dc8-4573-8ac7-8239d42aa03f\"\ + },{\"properties\":{\"roleName\":\"Integration Service Environment Developer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows developers to create and\ + \ update workflows, integration accounts and API connections in integration\ + \ service environments.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Support/*\",\"Microsoft.Logic/integrationServiceEnvironments/read\"\ + ,\"Microsoft.Logic/integrationServiceEnvironments/*/join/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-20T21:09:00.5627875Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:20.1871986Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c7aa55d3-1abb-444a-a5ca-5e51e485d6ec\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c7aa55d3-1abb-444a-a5ca-5e51e485d6ec\"\ + },{\"properties\":{\"roleName\":\"Integration Service Environment Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage integration service\ + \ environments, but not access to them.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Logic/integrationServiceEnvironments/*\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-20T21:10:44.4008319Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:20.3622058Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a41e2c5b-bd99-4a07-88f4-9bf657a760b8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a41e2c5b-bd99-4a07-88f4-9bf657a760b8\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Contributor Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Grants access to read and write\ + \ Azure Kubernetes Service clusters\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ContainerService/managedClusters/read\",\"Microsoft.ContainerService/managedClusters/write\"\ + ,\"Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-27T19:27:15.0739970Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:21.2621727Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ed7f3fbd-7b88-4dd4-9017-9adb7ce333f8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ed7f3fbd-7b88-4dd4-9017-9adb7ce333f8\"\ + },{\"properties\":{\"roleName\":\"Azure Digital Twins Data Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Read-only role for Digital Twins data-plane\ + \ properties\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.DigitalTwins/digitaltwins/read\"\ + ,\"Microsoft.DigitalTwins/digitaltwins/relationships/read\",\"Microsoft.DigitalTwins/eventroutes/read\"\ + ,\"Microsoft.DigitalTwins/jobs/import/read\",\"Microsoft.DigitalTwins/models/read\"\ + ,\"Microsoft.DigitalTwins/query/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-03-10T23:48:14.7057381Z\",\"updatedOn\":\"2022-09-07T00:28:28.1102931Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d57506d4-4c8d-48b1-8587-93c323f6a5a3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d57506d4-4c8d-48b1-8587-93c323f6a5a3\"\ + },{\"properties\":{\"roleName\":\"Azure Digital Twins Data Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Full access role for Digital Twins data-plane\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.DigitalTwins/digitaltwins/*\",\"Microsoft.DigitalTwins/digitaltwins/commands/*\"\ + ,\"Microsoft.DigitalTwins/digitaltwins/relationships/*\",\"Microsoft.DigitalTwins/eventroutes/*\"\ + ,\"Microsoft.DigitalTwins/jobs/*\",\"Microsoft.DigitalTwins/models/*\",\"\ + Microsoft.DigitalTwins/query/*\"],\"notDataActions\":[]}],\"createdOn\":\"\ + 2020-03-10T23:49:33.7821930Z\",\"updatedOn\":\"2022-09-06T21:40:35.0694732Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bcd981a7-7f74-457b-83e1-cceb9e632ffe\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bcd981a7-7f74-457b-83e1-cceb9e632ffe\"\ + },{\"properties\":{\"roleName\":\"Hierarchy Settings Administrator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows users to edit and delete Hierarchy\ + \ Settings\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Management/managementGroups/settings/write\",\"Microsoft.Management/managementGroups/settings/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-03-13T23:55:11.0212387Z\",\"updatedOn\":\"2021-11-11T20:14:23.0882347Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/350f8d15-c687-4448-8ae1-157740a3936d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"350f8d15-c687-4448-8ae1-157740a3936d\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal full access to FHIR Data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/*\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-03-17T18:35:04.4949547Z\",\"updatedOn\":\"2021-11-11T20:14:23.6235473Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5a1fc7df-4bf1-4951-a576-89034ee01acd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5a1fc7df-4bf1-4951-a576-89034ee01acd\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Exporter\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to read and export FHIR Data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/read\"\ + ,\"Microsoft.HealthcareApis/services/fhir/resources/export/action\",\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/export/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-03-17T18:45:01.9764073Z\",\"\ + updatedOn\":\"2021-11-11T20:14:23.7992557Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3db33094-8700-4567-8da5-1501d4e7e843\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3db33094-8700-4567-8da5-1501d4e7e843\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to read FHIR Data\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.HealthcareApis/services/fhir/resources/read\",\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-03-17T18:49:04.8353499Z\",\"\ + updatedOn\":\"2021-11-11T20:14:23.9692275Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4c8d0bbc-75d3-4935-991f-5f3c56d81508\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4c8d0bbc-75d3-4935-991f-5f3c56d81508\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Writer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to read and write FHIR Data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/*\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/*\"],\"notDataActions\"\ + :[\"Microsoft.HealthcareApis/services/fhir/resources/hardDelete/action\",\"\ + Microsoft.HealthcareApis/workspaces/fhirservices/resources/hardDelete/action\"\ + ]}],\"createdOn\":\"2020-03-17T18:55:35.2413335Z\",\"updatedOn\":\"2021-11-11T20:14:24.1442783Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3f88fce4-5892-4214-ae73-ba5294559913\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3f88fce4-5892-4214-ae73-ba5294559913\"\ + },{\"properties\":{\"roleName\":\"Experimentation Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Experimentation Reader\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Experimentation/experimentWorkspaces/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-03-25T18:05:14.8375678Z\",\"\ + updatedOn\":\"2021-11-11T20:14:24.5042390Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/49632ef5-d9ac-41f4-b8e7-bbe587fa74a1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"49632ef5-d9ac-41f4-b8e7-bbe587fa74a1\"\ + },{\"properties\":{\"roleName\":\"Object Understanding Account Owner\",\"\ + type\":\"BuiltInRole\",\"description\":\"Provides user with ingestion capabilities\ + \ for Azure Object Understanding.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectUnderstandingAccounts/ingest/action\"\ + ,\"Microsoft.MixedReality/ObjectUnderstandingAccounts/ingest/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-04-22T19:15:09.0697923Z\",\"updatedOn\":\"2021-11-11T20:14:26.8743132Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4dd61c23-6743-42fe-a388-d8bdd41cb745\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4dd61c23-6743-42fe-a388-d8bdd41cb745\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Data Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Grants access to read, write, and delete access\ + \ to map related data from an Azure maps account.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Maps/accounts/*/read\",\"Microsoft.Maps/accounts/*/write\",\"Microsoft.Maps/accounts/*/delete\"\ + ,\"Microsoft.Maps/accounts/*/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-05-07T20:55:05.0645410Z\",\"updatedOn\":\"2021-11-11T20:14:28.3092598Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8f5e0ce6-4f7b-4dcf-bddf-e6f48634a204\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8f5e0ce6-4f7b-4dcf-bddf-e6f48634a204\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Full access to the project, including\ + \ the ability to view, create, edit, or delete projects.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-05-08T23:47:07.0779345Z\",\"\ + updatedOn\":\"2021-11-11T20:14:28.8342655Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c1ff6cc2-c111-46fe-8896-e0ef812ad9f3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c1ff6cc2-c111-46fe-8896-e0ef812ad9f3\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Deployment\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Publish, unpublish or export models.\ + \ Deployment can view the project but can\u2019t update.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/predictions/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/iterations/publish/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/iterations/export/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/quicktest/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/classify/*\",\"Microsoft.CognitiveServices/accounts/CustomVision/detect/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ + ]}],\"createdOn\":\"2020-05-09T01:31:05.9528620Z\",\"updatedOn\":\"2021-11-11T20:14:29.0142669Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5c4089e1-6d96-4d2f-b296-c1bc7137275f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5c4089e1-6d96-4d2f-b296-c1bc7137275f\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Labeler\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"View, edit training images and\ + \ create, add, remove, or delete the image tags. Labelers can view the project\ + \ but can\u2019t update anything other than training images and tags.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/predictions/query/action\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/images/*\",\"\ + Microsoft.CognitiveServices/accounts/CustomVision/projects/tags/*\",\"Microsoft.CognitiveServices/accounts/CustomVision/projects/images/suggested/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/tagsandregions/suggestions/action\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ + ]}],\"createdOn\":\"2020-05-09T01:33:20.8278896Z\",\"updatedOn\":\"2021-11-11T20:14:29.1892871Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/88424f51-ebe7-446f-bc41-7fa16989e96c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"88424f51-ebe7-446f-bc41-7fa16989e96c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Read-only actions in the project.\ + \ Readers can\u2019t create or update the project.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/predictions/query/action\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ + ]}],\"createdOn\":\"2020-05-09T01:34:18.5328818Z\",\"updatedOn\":\"2021-11-11T20:14:29.3642707Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/93586559-c37d-4a6b-ba08-b9f0940c2d73\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"93586559-c37d-4a6b-ba08-b9f0940c2d73\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Trainer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"View, edit projects and train\ + \ the models, including the ability to publish, unpublish, export the models.\ + \ Trainers can\u2019t create or delete the project.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/action\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/delete\",\"\ + Microsoft.CognitiveServices/accounts/CustomVision/projects/import/action\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ + ]}],\"createdOn\":\"2020-05-09T01:35:13.8147804Z\",\"updatedOn\":\"2021-11-11T20:14:29.5442713Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0a5ae4ab-0d65-4eeb-be61-29fc9b54394b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0a5ae4ab-0d65-4eeb-be61-29fc9b54394b\"\ + },{\"properties\":{\"roleName\":\"Key Vault Administrator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Perform all data plane operations on a key vault and all\ + \ objects in it, including certificates, keys, and secrets. Cannot manage\ + \ key vault resources or manage role assignments. Only works for key vaults\ + \ that use the 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\"\ + ,\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\"\ + ,\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/*\"],\"notDataActions\":[]}],\"createdOn\":\"\ + 2020-05-19T17:52:46.2349235Z\",\"updatedOn\":\"2021-11-11T20:14:30.2542755Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00482a5a-887f-4fb3-b363-3b7fe8e74483\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"00482a5a-887f-4fb3-b363-3b7fe8e74483\"\ + },{\"properties\":{\"roleName\":\"Key Vault Crypto Officer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Perform any action on the keys of a key vault, except manage\ + \ permissions. Only works for key vaults that use the 'Azure role-based access\ + \ control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.KeyVault/checkNameAvailability/read\"\ + ,\"Microsoft.KeyVault/deletedVaults/read\",\"Microsoft.KeyVault/locations/*/read\"\ + ,\"Microsoft.KeyVault/vaults/*/read\",\"Microsoft.KeyVault/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/keys/*\"\ + ,\"Microsoft.KeyVault/vaults/keyrotationpolicies/*\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-05-19T17:52:47.0099249Z\",\"updatedOn\":\"2022-01-06T23:21:17.9760884Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/14b46e9e-c2b7-41b4-b07b-48a6ebf60603\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"14b46e9e-c2b7-41b4-b07b-48a6ebf60603\"\ + },{\"properties\":{\"roleName\":\"Key Vault Crypto User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Perform cryptographic operations using keys. Only works\ + \ for key vaults that use the 'Azure role-based access control' permission\ + \ model.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/keys/read\",\"\ + Microsoft.KeyVault/vaults/keys/update/action\",\"Microsoft.KeyVault/vaults/keys/backup/action\"\ + ,\"Microsoft.KeyVault/vaults/keys/encrypt/action\",\"Microsoft.KeyVault/vaults/keys/decrypt/action\"\ + ,\"Microsoft.KeyVault/vaults/keys/wrap/action\",\"Microsoft.KeyVault/vaults/keys/unwrap/action\"\ + ,\"Microsoft.KeyVault/vaults/keys/sign/action\",\"Microsoft.KeyVault/vaults/keys/verify/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-05-19T17:52:47.0699268Z\",\"\ + updatedOn\":\"2021-11-11T20:14:30.6042921Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/12338af0-0e69-4776-bea7-57ae8d297424\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"12338af0-0e69-4776-bea7-57ae8d297424\"\ + },{\"properties\":{\"roleName\":\"Key Vault Secrets Officer\",\"type\":\"\ + BuiltInRole\",\"description\":\"Perform any action on the secrets of a key\ + \ vault, except manage permissions. Only works for key vaults that use the\ + \ 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\"\ + ,\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\"\ + ,\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/secrets/*\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-05-19T17:52:47.1449242Z\",\"updatedOn\":\"2021-11-11T20:14:30.7793470Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b86a8fe4-44ce-4948-aee5-eccb2c155cd7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b86a8fe4-44ce-4948-aee5-eccb2c155cd7\"\ + },{\"properties\":{\"roleName\":\"Key Vault Secrets User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read secret contents. Only works for key vaults that use\ + \ the 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/secrets/getSecret/action\",\"Microsoft.KeyVault/vaults/secrets/readMetadata/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-05-19T17:52:47.2049241Z\",\"\ + updatedOn\":\"2021-11-11T20:14:30.9542829Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4633458b-17de-408a-b874-0445c86b69e6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4633458b-17de-408a-b874-0445c86b69e6\"\ + },{\"properties\":{\"roleName\":\"Key Vault Certificates Officer\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Perform any action on the certificates\ + \ of a key vault, except manage permissions. Only works for key vaults that\ + \ use the 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\"\ + ,\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\"\ + ,\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/certificatecas/*\",\"Microsoft.KeyVault/vaults/certificates/*\"\ + ,\"Microsoft.KeyVault/vaults/certificatecontacts/write\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-05-19T17:52:47.2499247Z\",\"updatedOn\":\"2023-06-07T18:30:27.6488015Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a4417e6f-fecd-4de8-b567-7b0420556985\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a4417e6f-fecd-4de8-b567-7b0420556985\"\ + },{\"properties\":{\"roleName\":\"Key Vault Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read metadata of key vaults and its certificates, keys,\ + \ and secrets. Cannot read sensitive values such as secret contents or key\ + \ material. Only works for key vaults that use the 'Azure role-based access\ + \ control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.KeyVault/checkNameAvailability/read\"\ + ,\"Microsoft.KeyVault/deletedVaults/read\",\"Microsoft.KeyVault/locations/*/read\"\ + ,\"Microsoft.KeyVault/vaults/*/read\",\"Microsoft.KeyVault/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/*/read\"\ + ,\"Microsoft.KeyVault/vaults/secrets/readMetadata/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-05-19T17:52:47.2949294Z\",\"updatedOn\":\"2021-11-11T20:14:31.3043292Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/21090545-7ca7-4776-b22c-e363652d74d2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"21090545-7ca7-4776-b22c-e363652d74d2\"\ + },{\"properties\":{\"roleName\":\"Key Vault Crypto Service Encryption User\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Read metadata of keys and perform\ + \ wrap/unwrap operations. Only works for key vaults that use the 'Azure role-based\ + \ access control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.EventGrid/eventSubscriptions/write\",\"Microsoft.EventGrid/eventSubscriptions/read\"\ + ,\"Microsoft.EventGrid/eventSubscriptions/delete\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/keys/read\",\"Microsoft.KeyVault/vaults/keys/wrap/action\"\ + ,\"Microsoft.KeyVault/vaults/keys/unwrap/action\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-05-20T20:55:19.2398470Z\",\"updatedOn\":\"2021-11-11T20:14:31.8443056Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e147488a-f6f5-4113-8e2d-b22465e65bf6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e147488a-f6f5-4113-8e2d-b22465e65bf6\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Viewer\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you view all resources in cluster/namespace,\ + \ except secrets.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/daemonsets/read\",\"Microsoft.Kubernetes/connectedClusters/apps/deployments/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/replicasets/read\",\"Microsoft.Kubernetes/connectedClusters/apps/statefulsets/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/autoscaling/horizontalpodautoscalers/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/batch/cronjobs/read\",\"Microsoft.Kubernetes/connectedClusters/batch/jobs/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/configmaps/read\",\"Microsoft.Kubernetes/connectedClusters/endpoints/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/events.k8s.io/events/read\",\"Microsoft.Kubernetes/connectedClusters/events/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/daemonsets/read\",\"\ + Microsoft.Kubernetes/connectedClusters/extensions/deployments/read\",\"Microsoft.Kubernetes/connectedClusters/extensions/ingresses/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/networkpolicies/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/replicasets/read\",\"\ + Microsoft.Kubernetes/connectedClusters/limitranges/read\",\"Microsoft.Kubernetes/connectedClusters/namespaces/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/ingresses/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/networkpolicies/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/persistentvolumeclaims/read\",\"\ + Microsoft.Kubernetes/connectedClusters/pods/read\",\"Microsoft.Kubernetes/connectedClusters/policy/poddisruptionbudgets/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/read\",\"\ + Microsoft.Kubernetes/connectedClusters/replicationcontrollers/read\",\"Microsoft.Kubernetes/connectedClusters/resourcequotas/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/serviceaccounts/read\",\"Microsoft.Kubernetes/connectedClusters/services/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:51:12.8801199Z\",\"\ + updatedOn\":\"2021-11-11T20:14:33.8193353Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/63f0a09d-1495-4db4-a681-037d84835eb4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"63f0a09d-1495-4db4-a681-037d84835eb4\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Writer\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you update everything in cluster/namespace,\ + \ except (cluster)roles and (cluster)role bindings.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/deployments/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/statefulsets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/batch/cronjobs/*\",\"Microsoft.Kubernetes/connectedClusters/batch/jobs/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/configmaps/*\",\"Microsoft.Kubernetes/connectedClusters/endpoints/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/events.k8s.io/events/read\",\"Microsoft.Kubernetes/connectedClusters/events/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/deployments/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/ingresses/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/networkpolicies/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/limitranges/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/namespaces/read\",\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/ingresses/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/persistentvolumeclaims/*\",\"Microsoft.Kubernetes/connectedClusters/pods/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\",\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/resourcequotas/read\",\"Microsoft.Kubernetes/connectedClusters/secrets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/serviceaccounts/*\",\"Microsoft.Kubernetes/connectedClusters/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:53:50.6749823Z\",\"\ + updatedOn\":\"2021-11-11T20:14:34.0043462Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5b999177-9696-4545-85c7-50de3797e5a1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5b999177-9696-4545-85c7-50de3797e5a1\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Cluster Admin\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources in\ + \ the cluster.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:55:30.9910462Z\",\"\ + updatedOn\":\"2021-11-11T20:14:34.1743694Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8393591c-06b9-48a2-a542-1bd6b377f6a2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8393591c-06b9-48a2-a542-1bd6b377f6a2\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Admin\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage all resources under cluster/namespace,\ + \ except update or delete resource quotas and namespaces.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/deployments/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/statefulsets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/authorization.k8s.io/localsubjectaccessreviews/write\"\ + ,\"Microsoft.Kubernetes/connectedClusters/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/batch/cronjobs/*\",\"Microsoft.Kubernetes/connectedClusters/batch/jobs/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/configmaps/*\",\"Microsoft.Kubernetes/connectedClusters/endpoints/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/events.k8s.io/events/read\",\"Microsoft.Kubernetes/connectedClusters/events/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/deployments/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/ingresses/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/networkpolicies/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/limitranges/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/namespaces/read\",\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/ingresses/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/persistentvolumeclaims/*\",\"Microsoft.Kubernetes/connectedClusters/pods/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/rbac.authorization.k8s.io/rolebindings/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/rbac.authorization.k8s.io/roles/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\",\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/resourcequotas/read\",\"Microsoft.Kubernetes/connectedClusters/secrets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/serviceaccounts/*\",\"Microsoft.Kubernetes/connectedClusters/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:57:06.0391177Z\",\"\ + updatedOn\":\"2021-11-11T20:14:34.3593384Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dffb1e0c-446f-4dde-a09f-99eb5cc68b96\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dffb1e0c-446f-4dde-a09f-99eb5cc68b96\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Cluster Admin\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources\ + \ in the cluster.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-02T17:47:24.4071415Z\",\"\ + updatedOn\":\"2022-10-11T23:23:28.2303454Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b1ff04bb-8a4e-4dc4-8eb5-8693973ce19b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b1ff04bb-8a4e-4dc4-8eb5-8693973ce19b\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Admin\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources under\ + \ cluster/namespace, except update or delete resource quotas and namespaces.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/*\"\ + ],\"notDataActions\":[\"Microsoft.ContainerService/managedClusters/resourcequotas/write\"\ + ,\"Microsoft.ContainerService/managedClusters/resourcequotas/delete\",\"Microsoft.ContainerService/managedClusters/namespaces/write\"\ + ,\"Microsoft.ContainerService/managedClusters/namespaces/delete\"]}],\"createdOn\"\ + :\"2020-07-02T17:50:30.4020311Z\",\"updatedOn\":\"2023-05-09T17:53:14.6233855Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3498e952-d568-435e-9b2c-8d77e338d7f7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3498e952-d568-435e-9b2c-8d77e338d7f7\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows read-only access to see most\ + \ objects in a namespace. It does not allow viewing roles or role bindings.\ + \ This role does not allow viewing Secrets, since reading the contents of\ + \ Secrets enables access to ServiceAccount credentials in the namespace, which\ + \ would allow API access as any ServiceAccount in the namespace (a form of\ + \ privilege escalation). Applying this role at cluster scope will give access\ + \ across all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/managedClusters/apps/daemonsets/read\",\"Microsoft.ContainerService/managedClusters/apps/deployments/read\"\ + ,\"Microsoft.ContainerService/managedClusters/apps/replicasets/read\",\"Microsoft.ContainerService/managedClusters/apps/statefulsets/read\"\ + ,\"Microsoft.ContainerService/managedClusters/autoscaling/horizontalpodautoscalers/read\"\ + ,\"Microsoft.ContainerService/managedClusters/batch/cronjobs/read\",\"Microsoft.ContainerService/managedClusters/batch/jobs/read\"\ + ,\"Microsoft.ContainerService/managedClusters/configmaps/read\",\"Microsoft.ContainerService/managedClusters/discovery.k8s.io/endpointslices/read\"\ + ,\"Microsoft.ContainerService/managedClusters/endpoints/read\",\"Microsoft.ContainerService/managedClusters/events.k8s.io/events/read\"\ + ,\"Microsoft.ContainerService/managedClusters/events/read\",\"Microsoft.ContainerService/managedClusters/extensions/daemonsets/read\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/deployments/read\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/ingresses/read\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/networkpolicies/read\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/replicasets/read\"\ + ,\"Microsoft.ContainerService/managedClusters/limitranges/read\",\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/pods/read\"\ + ,\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/nodes/read\"\ + ,\"Microsoft.ContainerService/managedClusters/namespaces/read\",\"Microsoft.ContainerService/managedClusters/networking.k8s.io/ingresses/read\"\ + ,\"Microsoft.ContainerService/managedClusters/networking.k8s.io/networkpolicies/read\"\ + ,\"Microsoft.ContainerService/managedClusters/persistentvolumeclaims/read\"\ + ,\"Microsoft.ContainerService/managedClusters/pods/read\",\"Microsoft.ContainerService/managedClusters/policy/poddisruptionbudgets/read\"\ + ,\"Microsoft.ContainerService/managedClusters/replicationcontrollers/read\"\ + ,\"Microsoft.ContainerService/managedClusters/resourcequotas/read\",\"Microsoft.ContainerService/managedClusters/serviceaccounts/read\"\ + ,\"Microsoft.ContainerService/managedClusters/services/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-07-02T17:53:05.5728294Z\",\"updatedOn\":\"2023-04-20T15:44:20.5103047Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f6c6a51-bcf8-42ba-9220-52d62157d7db\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f6c6a51-bcf8-42ba-9220-52d62157d7db\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Writer\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows read/write access to most\ + \ objects in a namespace.This role does not allow viewing or modifying roles\ + \ or role bindings. However, this role allows accessing Secrets and running\ + \ Pods as any ServiceAccount in the namespace, so it can be used to gain the\ + \ API access levels of any ServiceAccount in the namespace. Applying this\ + \ role at cluster scope will give access across all namespaces.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/managedClusters/apps/daemonsets/*\",\"Microsoft.ContainerService/managedClusters/apps/deployments/*\"\ + ,\"Microsoft.ContainerService/managedClusters/apps/replicasets/*\",\"Microsoft.ContainerService/managedClusters/apps/statefulsets/*\"\ + ,\"Microsoft.ContainerService/managedClusters/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.ContainerService/managedClusters/batch/cronjobs/*\",\"Microsoft.ContainerService/managedClusters/coordination.k8s.io/leases/read\"\ + ,\"Microsoft.ContainerService/managedClusters/coordination.k8s.io/leases/write\"\ + ,\"Microsoft.ContainerService/managedClusters/coordination.k8s.io/leases/delete\"\ + ,\"Microsoft.ContainerService/managedClusters/discovery.k8s.io/endpointslices/read\"\ + ,\"Microsoft.ContainerService/managedClusters/batch/jobs/*\",\"Microsoft.ContainerService/managedClusters/configmaps/*\"\ + ,\"Microsoft.ContainerService/managedClusters/endpoints/*\",\"Microsoft.ContainerService/managedClusters/events.k8s.io/events/read\"\ + ,\"Microsoft.ContainerService/managedClusters/events/*\",\"Microsoft.ContainerService/managedClusters/extensions/daemonsets/*\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/deployments/*\",\"\ + Microsoft.ContainerService/managedClusters/extensions/ingresses/*\",\"Microsoft.ContainerService/managedClusters/extensions/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/replicasets/*\",\"\ + Microsoft.ContainerService/managedClusters/limitranges/read\",\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/pods/read\"\ + ,\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/nodes/read\"\ + ,\"Microsoft.ContainerService/managedClusters/namespaces/read\",\"Microsoft.ContainerService/managedClusters/networking.k8s.io/ingresses/*\"\ + ,\"Microsoft.ContainerService/managedClusters/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/managedClusters/persistentvolumeclaims/*\",\"\ + Microsoft.ContainerService/managedClusters/pods/*\",\"Microsoft.ContainerService/managedClusters/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.ContainerService/managedClusters/replicationcontrollers/*\",\"\ + Microsoft.ContainerService/managedClusters/resourcequotas/read\",\"Microsoft.ContainerService/managedClusters/secrets/*\"\ + ,\"Microsoft.ContainerService/managedClusters/serviceaccounts/*\",\"Microsoft.ContainerService/managedClusters/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-02T17:54:51.9644983Z\",\"\ + updatedOn\":\"2023-04-20T15:44:20.5103047Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a7ffa36f-339b-4b5c-8bdf-e2c188b2c0eb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a7ffa36f-339b-4b5c-8bdf-e2c188b2c0eb\"\ + },{\"properties\":{\"roleName\":\"Services Hub Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Services Hub Operator allows you to perform all read, write,\ + \ and deletion operations related to Services Hub Connectors.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.ServicesHub/connectors/write\",\"Microsoft.ServicesHub/connectors/read\"\ + ,\"Microsoft.ServicesHub/connectors/delete\",\"Microsoft.ServicesHub/connectors/checkAssessmentEntitlement/action\"\ + ,\"Microsoft.ServicesHub/supportOfferingEntitlement/read\",\"Microsoft.ServicesHub/workspaces/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-07-20T17:57:22.0644902Z\",\"updatedOn\":\"2021-11-11T20:14:37.5544021Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/82200a5b-e217-47a5-b665-6d8765ee745b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"82200a5b-e217-47a5-b665-6d8765ee745b\"\ + },{\"properties\":{\"roleName\":\"Object Understanding Account Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you read ingestion jobs for\ + \ an object understanding account.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectUnderstandingAccounts/ingest/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-23T19:16:31.9929119Z\",\"\ + updatedOn\":\"2021-11-11T20:14:37.9070085Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d18777c0-1514-4662-8490-608db7d334b6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d18777c0-1514-4662-8490-608db7d334b6\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Enabled Kubernetes Cluster User\ + \ Role\",\"type\":\"BuiltInRole\",\"description\":\"List cluster user credentials\ + \ action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/listClusterUserCredentials/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\",\"Microsoft.Kubernetes/connectedClusters/listClusterUserCredential/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-07-28T17:37:00.7637445Z\",\"updatedOn\":\"2022-02-17T02:29:05.1000798Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00493d72-78f6-4148-b6c5-d3ce8e4799dd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"00493d72-78f6-4148-b6c5-d3ce8e4799dd\"\ + },{\"properties\":{\"roleName\":\"SignalR REST API Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Full access to Azure SignalR Service REST APIs\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.SignalRService/SignalR/auth/clientToken/action\",\"Microsoft.SignalRService/SignalR/hub/send/action\"\ + ,\"Microsoft.SignalRService/SignalR/group/send/action\",\"Microsoft.SignalRService/SignalR/group/read\"\ + ,\"Microsoft.SignalRService/SignalR/group/write\",\"Microsoft.SignalRService/SignalR/clientConnection/send/action\"\ + ,\"Microsoft.SignalRService/SignalR/clientConnection/read\",\"Microsoft.SignalRService/SignalR/clientConnection/write\"\ + ,\"Microsoft.SignalRService/SignalR/user/send/action\",\"Microsoft.SignalRService/SignalR/user/read\"\ + ,\"Microsoft.SignalRService/SignalR/user/write\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-07-29T09:35:32.2764751Z\",\"updatedOn\":\"2021-11-11T20:14:38.8028020Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd53cd77-2268-407a-8f46-7e7863d0f521\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fd53cd77-2268-407a-8f46-7e7863d0f521\"\ + },{\"properties\":{\"roleName\":\"Collaborative Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can manage data packages of a collaborative.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/*/read\"\ + ,\"Microsoft.IndustryDataLifecycle/memberCollaboratives/*/read\",\"Microsoft.IndustryDataLifecycle/locations/dataPackages/*\"\ + ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/receivedDataPackages/*\"\ + ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/rejectDataPackage/action\"\ + ,\"Microsoft.IndustryDataLifecycle/memberCollaboratives/sharedDataPackages/*\"\ + ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/dataModels/*\"\ + ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/auditLogs/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-08-14T11:58:31.8973556Z\",\"updatedOn\":\"2021-11-11T20:14:40.2428145Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/daa9e50b-21df-454c-94a6-a8050adab352\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"daa9e50b-21df-454c-94a6-a8050adab352\"\ + },{\"properties\":{\"roleName\":\"Device Update Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Gives you read access to management and content operations,\ + \ but does not allow making changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/updates/read\",\"Microsoft.DeviceUpdate/accounts/instances/management/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-21T23:40:19.2373610Z\",\"\ + updatedOn\":\"2021-11-11T20:14:40.7922672Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e9dba6fb-3d52-4cf0-bce3-f06ce71b9e0f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e9dba6fb-3d52-4cf0-bce3-f06ce71b9e0f\"\ + },{\"properties\":{\"roleName\":\"Device Update Administrator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Gives you full access to management and content\ + \ operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/updates/read\",\"Microsoft.DeviceUpdate/accounts/instances/updates/write\"\ + ,\"Microsoft.DeviceUpdate/accounts/instances/updates/delete\",\"Microsoft.DeviceUpdate/accounts/instances/management/read\"\ + ,\"Microsoft.DeviceUpdate/accounts/instances/management/write\",\"Microsoft.DeviceUpdate/accounts/instances/management/delete\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-21T23:56:22.3520510Z\",\"\ + updatedOn\":\"2021-11-11T20:14:40.9672678Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/02ca0879-e8e4-47a5-a61e-5c618b76e64a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"02ca0879-e8e4-47a5-a61e-5c618b76e64a\"\ + },{\"properties\":{\"roleName\":\"Device Update Content Administrator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Gives you full access to content\ + \ operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/updates/read\",\"Microsoft.DeviceUpdate/accounts/instances/updates/write\"\ + ,\"Microsoft.DeviceUpdate/accounts/instances/updates/delete\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-08-21T23:58:18.4255500Z\",\"updatedOn\":\"2021-11-11T20:14:41.1433368Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0378884a-3af5-44ab-8323-f5b22f9f3c98\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0378884a-3af5-44ab-8323-f5b22f9f3c98\"\ + },{\"properties\":{\"roleName\":\"Device Update Deployments Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Gives you full access to management\ + \ operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/management/read\",\"Microsoft.DeviceUpdate/accounts/instances/management/write\"\ + ,\"Microsoft.DeviceUpdate/accounts/instances/management/delete\",\"Microsoft.DeviceUpdate/accounts/instances/updates/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-21T23:59:52.1001666Z\",\"\ + updatedOn\":\"2022-01-13T01:59:19.4616366Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e4237640-0e3d-4a46-8fda-70bc94856432\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e4237640-0e3d-4a46-8fda-70bc94856432\"\ + },{\"properties\":{\"roleName\":\"Device Update Deployments Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Gives you read access to management operations,\ + \ but does not allow making changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/management/read\",\"Microsoft.DeviceUpdate/accounts/instances/updates/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-22T00:01:34.7053630Z\",\"\ + updatedOn\":\"2022-01-13T01:35:51.6463216Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/49e2f5d2-7741-4835-8efa-19e1fe35e47f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"49e2f5d2-7741-4835-8efa-19e1fe35e47f\"\ + },{\"properties\":{\"roleName\":\"Device Update Content Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Gives you read access to content operations,\ + \ but does not allow making changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/updates/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-08-22T00:02:43.3299181Z\",\"updatedOn\":\"2021-11-11T20:14:41.6754856Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d1ee9a80-8b14-47f0-bdc2-f4a351625a7b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d1ee9a80-8b14-47f0-bdc2-f4a351625a7b\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Metrics Advisor Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Full access to the project, including\ + \ the system level configuration.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.CognitiveServices/accounts/MetricsAdvisor/*\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2020-09-10T07:46:47.5804491Z\",\"updatedOn\"\ + :\"2021-11-11T20:14:43.6930781Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cb43c632-a144-4ec5-977c-e80c4affc34a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cb43c632-a144-4ec5-977c-e80c4affc34a\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Metrics Advisor User\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Access to the project.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/MetricsAdvisor/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/MetricsAdvisor/stats/*\"\ + ]}],\"createdOn\":\"2020-09-10T07:47:59.6195639Z\",\"updatedOn\":\"2021-11-11T20:14:43.8780761Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3b20f47b-3825-43cb-8114-4bd2201156a8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3b20f47b-3825-43cb-8114-4bd2201156a8\"\ + },{\"properties\":{\"roleName\":\"Schema Registry Reader (Preview)\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Read and list Schema Registry groups and\ + \ schemas.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.EventHub/namespaces/schemagroups/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.EventHub/namespaces/schemas/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-09-13T06:31:38.0272740Z\",\"updatedOn\":\"2021-11-11T20:14:44.6350450Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2c56ea50-c6b3-40a6-83c0-9d98858bc7d2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2c56ea50-c6b3-40a6-83c0-9d98858bc7d2\"\ + },{\"properties\":{\"roleName\":\"Schema Registry Contributor (Preview)\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Read, write, and delete Schema\ + \ Registry groups and schemas.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.EventHub/namespaces/schemagroups/*\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.EventHub/namespaces/schemas/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-09-13T06:48:26.6032931Z\",\"updatedOn\":\"2021-11-11T20:14:44.8200370Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5dffeca3-4936-4216-b2bc-10343a5abb25\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5dffeca3-4936-4216-b2bc-10343a5abb25\"\ + },{\"properties\":{\"roleName\":\"AgFood Platform Service Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides read access to AgFood Platform\ + \ Service\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/*/list/action\"\ + ,\"Microsoft.AgFoodPlatform/*/read\",\"Microsoft.AgFoodPlatform/*/search/action\"\ + ,\"Microsoft.AgFoodPlatform/*/download/action\",\"Microsoft.AgFoodPlatform/*/overlap/action\"\ + ,\"Microsoft.AgFoodPlatform/*/checkConsent/action\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-09-14T10:21:08.9138820Z\",\"updatedOn\":\"2022-12-09T07:32:44.6602284Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7ec7ccdc-f61e-41fe-9aaf-980df0a44eba\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7ec7ccdc-f61e-41fe-9aaf-980df0a44eba\"\ + },{\"properties\":{\"roleName\":\"AgFood Platform Service Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Provides contribute access to AgFood\ + \ Platform Service\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/*/action\"\ + ,\"Microsoft.AgFoodPlatform/*/read\",\"Microsoft.AgFoodPlatform/*/write\"\ + ],\"notDataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/farmers/write\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/deletionJobs/*/write\",\"Microsoft.AgFoodPlatform/farmBeats/parties/write\"\ + ]}],\"createdOn\":\"2020-09-14T10:21:09.7239169Z\",\"updatedOn\":\"2023-01-19T17:29:21.6287051Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8508508a-4469-4e45-963b-2518ee0bb728\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8508508a-4469-4e45-963b-2518ee0bb728\"\ + },{\"properties\":{\"roleName\":\"AgFood Platform Service Admin\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides admin access to AgFood Platform\ + \ Service\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-09-14T10:21:09.8039209Z\",\"updatedOn\":\"2021-11-11T20:14:45.3613128Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f8da80de-1ff9-4747-ad80-a19b7f6079e3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f8da80de-1ff9-4747-ad80-a19b7f6079e3\"\ + },{\"properties\":{\"roleName\":\"Managed HSM contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage managed HSM pools, but not access to them.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.KeyVault/managedHSMs/*\"\ + ,\"Microsoft.KeyVault/deletedManagedHsms/read\",\"Microsoft.KeyVault/locations/deletedManagedHsms/read\"\ + ,\"Microsoft.KeyVault/locations/deletedManagedHsms/purge/action\",\"Microsoft.KeyVault/locations/managedHsmOperationResults/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-09-16T21:47:01.1291104Z\",\"updatedOn\":\"2022-03-07T20:20:10.2940363Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18500a29-7fe2-46b2-a342-b16a415e101d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18500a29-7fe2-46b2-a342-b16a415e101d\"\ + },{\"properties\":{\"roleName\":\"Security Detonation Chamber Submitter\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allowed to create submissions\ + \ to Security Detonation Chamber\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SecurityDetonation/chambers/submissions/delete\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/write\",\"Microsoft.SecurityDetonation/chambers/submissions/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/files/read\",\"Microsoft.SecurityDetonation/chambers/submissions/accesskeyview/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/platforms/metadata/read\",\"Microsoft.SecurityDetonation/chambers/workflows/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/toolsets/metadata/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-10-01T08:55:21.3980274Z\",\"updatedOn\":\"2021-11-11T20:14:47.5471350Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0b555d9b-b4a7-4f43-b330-627f0e5be8f0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0b555d9b-b4a7-4f43-b330-627f0e5be8f0\"\ + },{\"properties\":{\"roleName\":\"SignalR REST API Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read-only access to Azure SignalR Service REST APIs\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.SignalRService/SignalR/group/read\",\"Microsoft.SignalRService/SignalR/clientConnection/read\"\ + ,\"Microsoft.SignalRService/SignalR/user/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-10-13T09:19:05.6463616Z\",\"updatedOn\":\"2021-11-11T20:14:48.7902970Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ddde6b66-c0df-4114-a159-3618637b3035\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ddde6b66-c0df-4114-a159-3618637b3035\"\ + },{\"properties\":{\"roleName\":\"SignalR Service Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Full access to Azure SignalR Service REST APIs\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.SignalRService/SignalR/auth/accessKey/action\",\"Microsoft.SignalRService/SignalR/auth/clientToken/action\"\ + ,\"Microsoft.SignalRService/SignalR/hub/send/action\",\"Microsoft.SignalRService/SignalR/group/send/action\"\ + ,\"Microsoft.SignalRService/SignalR/group/read\",\"Microsoft.SignalRService/SignalR/group/write\"\ + ,\"Microsoft.SignalRService/SignalR/clientConnection/send/action\",\"Microsoft.SignalRService/SignalR/clientConnection/read\"\ + ,\"Microsoft.SignalRService/SignalR/clientConnection/write\",\"Microsoft.SignalRService/SignalR/serverConnection/write\"\ + ,\"Microsoft.SignalRService/SignalR/user/send/action\",\"Microsoft.SignalRService/SignalR/user/read\"\ + ,\"Microsoft.SignalRService/SignalR/user/write\",\"Microsoft.SignalRService/SignalR/livetrace/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-10-13T09:20:32.1501410Z\",\"\ + updatedOn\":\"2022-09-14T04:23:14.1771585Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7e4f1700-ea5a-4f59-8f37-079cfe29dce3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7e4f1700-ea5a-4f59-8f37-079cfe29dce3\"\ + },{\"properties\":{\"roleName\":\"Reservation Purchaser\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you purchase reservations\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Capacity/catalogs/read\",\"Microsoft.Capacity/register/action\"\ + ,\"Microsoft.Compute/register/action\",\"Microsoft.Consumption/register/action\"\ + ,\"Microsoft.Consumption/reservationRecommendationDetails/read\",\"Microsoft.Consumption/reservationRecommendations/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.SQL/register/action\",\"Microsoft.Support/supporttickets/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-10-23T20:22:48.9217751Z\",\"updatedOn\":\"2022-04-13T22:08:56.7905675Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f7b75c60-3036-4b75-91c3-6b41c27c1689\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f7b75c60-3036-4b75-91c3-6b41c27c1689\"\ + },{\"properties\":{\"roleName\":\"AzureML Metrics Writer (preview)\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you write metrics to AzureML workspace\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/workspaces/metrics/*/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-10-27T16:55:19.5664950Z\",\"updatedOn\":\"2021-11-11T20:14:49.8655015Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/635dd51f-9968-44d3-b7fb-6d9a6bd613ae\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"635dd51f-9968-44d3-b7fb-6d9a6bd613ae\"\ + },{\"properties\":{\"roleName\":\"Storage Account Backup Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you perform backup and restore\ + \ operations using Azure Backup on the storage account.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Authorization/locks/read\",\"Microsoft.Authorization/locks/write\"\ + ,\"Microsoft.Authorization/locks/delete\",\"Microsoft.Features/features/read\"\ + ,\"Microsoft.Features/providers/features/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Storage/operations/read\",\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/delete\"\ + ,\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/read\",\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/write\"\ + ,\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/restorePointMarkers/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/write\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/restoreBlobRanges/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-11-02T23:32:50.4203469Z\",\"updatedOn\":\"2022-04-20T01:44:55.2577307Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1\"\ + },{\"properties\":{\"roleName\":\"Experimentation Metric Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows for creation, writes and reads\ + \ to the metric set via the metrics service APIs.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Experimentation/experimentWorkspaces/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/metricwrite/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/metricwrite/action\",\"\ + Microsoft.Experimentation/experimentWorkspaces/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-11-10T20:07:53.7535885Z\",\"updatedOn\":\"2021-11-11T20:14:50.9524177Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6188b7c9-7d01-4f99-a59f-c88b630326c0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6188b7c9-7d01-4f99-a59f-c88b630326c0\"\ + },{\"properties\":{\"roleName\":\"Project Babylon Data Curator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"The Microsoft.ProjectBabylon data curator\ + \ can create, read, modify and delete catalog data objects and establish relationships\ + \ between objects. This role is in preview and subject to change.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ProjectBabylon/accounts/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ProjectBabylon/accounts/data/read\"\ + ,\"Microsoft.ProjectBabylon/accounts/data/write\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-11-14T02:31:33.7988825Z\",\"updatedOn\":\"2021-11-11T20:14:51.4929515Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9ef4ef9c-a049-46b0-82ab-dd8ac094c889\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9ef4ef9c-a049-46b0-82ab-dd8ac094c889\"\ + },{\"properties\":{\"roleName\":\"Project Babylon Data Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"The Microsoft.ProjectBabylon data reader can\ + \ read catalog data objects. This role is in preview and subject to change.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ProjectBabylon/accounts/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ProjectBabylon/accounts/data/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:33:13.5342351Z\",\"\ + updatedOn\":\"2021-11-11T20:14:51.6729667Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c8d896ba-346d-4f50-bc1d-7d1c84130446\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c8d896ba-346d-4f50-bc1d-7d1c84130446\"\ + },{\"properties\":{\"roleName\":\"Project Babylon Data Source Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"The Microsoft.ProjectBabylon data\ + \ source administrator can manage data sources and data scans. This role is\ + \ in preview and subject to change.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ProjectBabylon/accounts/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ProjectBabylon/accounts/scan/read\",\"Microsoft.ProjectBabylon/accounts/scan/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:34:01.8401954Z\",\"\ + updatedOn\":\"2021-11-11T20:14:51.8529643Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/05b7651b-dc44-475e-b74d-df3db49fae0f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"05b7651b-dc44-475e-b74d-df3db49fae0f\"\ + },{\"properties\":{\"roleName\":\"Purview role 1 (Deprecated)\",\"type\":\"\ + BuiltInRole\",\"description\":\"Deprecated role.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Purview/accounts/read\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Purview/accounts/data/read\"\ + ,\"Microsoft.Purview/accounts/data/write\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-11-14T02:37:15.0123345Z\",\"updatedOn\":\"2022-01-04T00:43:15.6924286Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8a3c2885-9b38-4fd2-9d99-91af537c1347\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8a3c2885-9b38-4fd2-9d99-91af537c1347\"\ + },{\"properties\":{\"roleName\":\"Purview role 3 (Deprecated)\",\"type\":\"\ + BuiltInRole\",\"description\":\"Deprecated role.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Purview/accounts/read\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Purview/accounts/data/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:39:22.2344740Z\",\"\ + updatedOn\":\"2022-01-04T00:48:08.2844802Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ff100721-1b9d-43d8-af52-42b69c1272db\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ff100721-1b9d-43d8-af52-42b69c1272db\"\ + },{\"properties\":{\"roleName\":\"Purview role 2 (Deprecated)\",\"type\":\"\ + BuiltInRole\",\"description\":\"Deprecated role.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Purview/accounts/read\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Purview/accounts/scan/read\"\ + ,\"Microsoft.Purview/accounts/scan/write\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-11-14T02:40:05.0975648Z\",\"updatedOn\":\"2022-01-04T00:47:22.9678219Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/200bba9e-f0c8-430f-892b-6f0794863803\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"200bba9e-f0c8-430f-892b-6f0794863803\"\ + },{\"properties\":{\"roleName\":\"Application Group Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Contributor of the Application Group.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/applicationgroups/*\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ + ,\"Microsoft.DesktopVirtualization/workspaces/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-03T23:26:00.2784962Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:52.9432015Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ca6382a4-1721-4bcf-a114-ff0c70227b6b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ca6382a4-1721-4bcf-a114-ff0c70227b6b\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Reader of Desktop Virtualization.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:36:19.0140629Z\",\"updatedOn\":\"2021-11-11T20:14:54.0407838Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/49a72310-ab8d-41df-bbb0-79b649203868\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"49a72310-ab8d-41df-bbb0-79b649203868\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Contributor of Desktop Virtualization.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:37:16.2910337Z\",\"updatedOn\":\"2021-11-11T20:14:54.2107872Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/082f0a83-3be5-4ba1-904c-961cca79b387\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"082f0a83-3be5-4ba1-904c-961cca79b387\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Workspace Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Contributor of the Desktop Virtualization\ + \ Workspace.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/workspaces/*\",\"Microsoft.DesktopVirtualization/applicationgroups/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:38:29.6089216Z\",\"updatedOn\":\"2021-11-11T20:14:54.3907854Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/21efdde3-836f-432b-bf3d-3e8e734d4b2b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"21efdde3-836f-432b-bf3d-3e8e734d4b2b\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization User Session Operator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Operator of the Desktop Virtualization\ + \ Uesr Session.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:39:16.9100273Z\",\"updatedOn\":\"2021-11-11T20:14:54.5657970Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ea4bfff8-7fb4-485a-aadd-d4129a0ffaa6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ea4bfff8-7fb4-485a-aadd-d4129a0ffaa6\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Session Host Operator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Operator of the Desktop Virtualization\ + \ Session Host.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:39:53.2569741Z\",\"updatedOn\":\"2021-11-11T20:14:54.7508042Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2ad6aaab-ead9-4eaa-8ac5-da422f562408\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2ad6aaab-ead9-4eaa-8ac5-da422f562408\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Host Pool Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Reader of the Desktop Virtualization\ + \ Host Pool.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/hostpools/*/read\",\"Microsoft.DesktopVirtualization/hostpools/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:40:33.1430834Z\",\"updatedOn\":\"2021-11-11T20:14:54.9257967Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ceadfde2-b300-400a-ab7b-6143895aa822\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ceadfde2-b300-400a-ab7b-6143895aa822\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Host Pool Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Contributor of the Desktop Virtualization\ + \ Host Pool.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/hostpools/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-11T21:40:57.2976187Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:55.1057701Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e307426c-f9b6-4e81-87de-d99efb3c32bc\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e307426c-f9b6-4e81-87de-d99efb3c32bc\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Application Group\ + \ Reader\",\"type\":\"BuiltInRole\",\"description\":\"Reader of the Desktop\ + \ Virtualization Application Group.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.DesktopVirtualization/applicationgroups/*/read\"\ + ,\"Microsoft.DesktopVirtualization/applicationgroups/read\",\"Microsoft.DesktopVirtualization/hostpools/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/read\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-11T21:41:18.0287398Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:55.2858006Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/aebf23d0-b568-4e86-b8f9-fe83a2c6ab55\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"aebf23d0-b568-4e86-b8f9-fe83a2c6ab55\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Application Group\ + \ Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Contributor of\ + \ the Desktop Virtualization Application Group.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/applicationgroups/*\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:41:38.6205531Z\",\"updatedOn\":\"2021-11-11T20:14:55.4677136Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/86240b0e-9422-4c43-887b-b61143f32ba8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"86240b0e-9422-4c43-887b-b61143f32ba8\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Workspace Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Reader of the Desktop Virtualization\ + \ Workspace.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/workspaces/read\",\"Microsoft.DesktopVirtualization/applicationgroups/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:41:58.1892707Z\",\"updatedOn\":\"2021-11-11T20:14:55.6577168Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0fa44ee9-7a7d-466b-9bb2-2bf446b1204d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0fa44ee9-7a7d-466b-9bb2-2bf446b1204d\"\ + },{\"properties\":{\"roleName\":\"Disk Backup Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides permission to backup vault to perform disk backup.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/beginGetAccess/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-12-15T07:39:03.8394514Z\",\"updatedOn\":\"2021-11-11T20:14:56.0178737Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3e5e47e6-65f7-47ef-90b5-e5dd4d455f24\"\ + },{\"properties\":{\"roleName\":\"Autonomous Development Platform Data Contributor\ + \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Grants permissions\ + \ to upload and manage new Autonomous Development Platform measurements.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/discoveries/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/uploads/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/measurements/states/new/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/measurementCollections/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/measurementCollections/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/read\",\"Microsoft.AutonomousDevelopmentPlatform/workspaces/discoveries/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/uploads/*\",\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/states/new/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/classifications/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/dataStreams/classifications/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurementCollections/*\"\ + ],\"notDataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/measurements/states/new/changeState/action\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/states/new/changeState/action\"\ + ]}],\"createdOn\":\"2020-12-15T11:30:01.7459379Z\",\"updatedOn\":\"2022-09-14T15:02:38.0071890Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b8b15564-4fa6-4a59-ab12-03e1d9594795\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b8b15564-4fa6-4a59-ab12-03e1d9594795\"\ + },{\"properties\":{\"roleName\":\"Autonomous Development Platform Data Reader\ + \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Grants read access\ + \ to Autonomous Development Platform data.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-12-15T12:11:31.9843256Z\",\"\ + updatedOn\":\"2022-01-04T13:21:04.3207709Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d63b75f7-47ea-4f27-92ac-e0d173aaf093\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d63b75f7-47ea-4f27-92ac-e0d173aaf093\"\ + },{\"properties\":{\"roleName\":\"Autonomous Development Platform Data Owner\ + \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Grants full access\ + \ to Autonomous Development Platform data.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-12-15T12:13:59.9702378Z\",\"\ + updatedOn\":\"2022-01-04T13:20:26.2040404Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/27f8b550-c507-4db9-86f2-f4b8e816d59d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"27f8b550-c507-4db9-86f2-f4b8e816d59d\"\ + },{\"properties\":{\"roleName\":\"Disk Restore Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides permission to backup vault to perform disk restore.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Compute/disks/write\"\ + ,\"Microsoft.Compute/disks/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2020-12-15T12:18:31.8481619Z\",\"updatedOn\"\ + :\"2021-11-11T20:14:56.7408912Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b50d9833-a0cb-478e-945f-707fcc997c13\"\ + },{\"properties\":{\"roleName\":\"Disk Snapshot Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Provides permission to backup vault to manage\ + \ disk snapshots.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Compute/snapshots/delete\",\"Microsoft.Compute/snapshots/write\"\ + ,\"Microsoft.Compute/snapshots/read\",\"Microsoft.Compute/snapshots/beginGetAccess/action\"\ + ,\"Microsoft.Compute/snapshots/endGetAccess/action\",\"Microsoft.Compute/disks/beginGetAccess/action\"\ + ,\"Microsoft.Storage/storageAccounts/listkeys/action\",\"Microsoft.Storage/storageAccounts/write\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-12-15T12:18:51.4471411Z\",\"updatedOn\":\"2021-11-11T20:14:56.9158814Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7efff54f-a5b4-42b5-a1c5-5411624893ce\"\ + },{\"properties\":{\"roleName\":\"Microsoft.Kubernetes connected cluster role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft.Kubernetes connected\ + \ cluster role.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Kubernetes/connectedClusters/read\",\"Microsoft.Kubernetes/connectedClusters/write\"\ + ,\"Microsoft.Kubernetes/connectedClusters/delete\",\"Microsoft.Kubernetes/registeredSubscriptions/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-01-07T23:57:10.9923232Z\",\"updatedOn\":\"2021-11-11T20:14:58.2039838Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5548b2cf-c94c-4228-90ba-30851930a12f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5548b2cf-c94c-4228-90ba-30851930a12f\"\ + },{\"properties\":{\"roleName\":\"Security Detonation Chamber Submission Manager\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allowed to create and manage submissions\ + \ to Security Detonation Chamber\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SecurityDetonation/chambers/submissions/delete\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/write\",\"Microsoft.SecurityDetonation/chambers/submissions/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/files/read\",\"Microsoft.SecurityDetonation/chambers/submissions/accesskeyview/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/adminview/read\",\"Microsoft.SecurityDetonation/chambers/submissions/analystview/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/publicview/read\",\"\ + Microsoft.SecurityDetonation/chambers/platforms/metadata/read\",\"Microsoft.SecurityDetonation/chambers/workflows/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/toolsets/metadata/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-01-18T09:35:36.5739297Z\",\"updatedOn\":\"2021-11-11T20:14:58.3939604Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a37b566d-3efa-4beb-a2f2-698963fa42ce\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a37b566d-3efa-4beb-a2f2-698963fa42ce\"\ + },{\"properties\":{\"roleName\":\"Security Detonation Chamber Publisher\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allowed to publish and modify\ + \ platforms, workflows and toolsets to Security Detonation Chamber\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.SecurityDetonation/chambers/platforms/read\",\"Microsoft.SecurityDetonation/chambers/platforms/write\"\ + ,\"Microsoft.SecurityDetonation/chambers/platforms/delete\",\"Microsoft.SecurityDetonation/chambers/platforms/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/workflows/read\",\"Microsoft.SecurityDetonation/chambers/workflows/write\"\ + ,\"Microsoft.SecurityDetonation/chambers/workflows/delete\",\"Microsoft.SecurityDetonation/chambers/workflows/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/toolsets/read\",\"Microsoft.SecurityDetonation/chambers/toolsets/write\"\ + ,\"Microsoft.SecurityDetonation/chambers/toolsets/delete\",\"Microsoft.SecurityDetonation/chambers/toolsets/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/publishRequests/read\",\"Microsoft.SecurityDetonation/chambers/publishRequests/cancel/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-01-18T11:43:14.0858184Z\",\"\ + updatedOn\":\"2021-11-11T20:14:58.5639749Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/352470b3-6a9c-4686-b503-35deb827e500\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"352470b3-6a9c-4686-b503-35deb827e500\"\ + },{\"properties\":{\"roleName\":\"Collaborative Runtime Operator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can manage resources created by AICS at\ + \ runtime\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.IndustryDataLifecycle/derivedModels/*\",\"Microsoft.IndustryDataLifecycle/pipelineSets/*\"\ + ,\"Microsoft.IndustryDataLifecycle/modelMappings/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-01-19T10:00:27.3464971Z\",\"updatedOn\":\"2021-11-11T20:14:58.7442136Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7a6f0e70-c033-4fb1-828c-08514e5f4102\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7a6f0e70-c033-4fb1-828c-08514e5f4102\"\ + },{\"properties\":{\"roleName\":\"CosmosRestoreOperator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can perform restore action for Cosmos DB database account\ + \ with continuous backup mode\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.DocumentDB/locations/restorableDatabaseAccounts/restore/action\"\ + ,\"Microsoft.DocumentDB/locations/restorableDatabaseAccounts/*/read\",\"Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-01-21T19:51:35.3884884Z\",\"updatedOn\":\"2021-11-11T20:14:59.4892686Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5432c526-bc82-444a-b7ba-57c5b0b5b34f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5432c526-bc82-444a-b7ba-57c5b0b5b34f\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Converter\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to convert data from legacy\ + \ format to FHIR\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/convertData/action\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/convertData/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-01-22T19:39:01.1601069Z\",\"\ + updatedOn\":\"2021-11-11T20:14:59.8605937Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a1705bd2-3a8f-45a5-8683-466fcfd5cc24\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a1705bd2-3a8f-45a5-8683-466fcfd5cc24\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Automation Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft Sentinel Automation\ + \ Contributor\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Logic/workflows/triggers/read\"\ + ,\"Microsoft.Logic/workflows/triggers/listCallbackUrl/action\",\"Microsoft.Logic/workflows/runs/read\"\ + ,\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/read\"\ + ,\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/listCallbackUrl/action\"\ + ,\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs/read\"],\"\ + notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ + 2021-01-24T08:50:52.0382991Z\",\"updatedOn\":\"2022-01-26T09:25:00.4699337Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f4c81013-99ee-4d62-a7ee-b3f1f648599a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f4c81013-99ee-4d62-a7ee-b3f1f648599a\"\ + },{\"properties\":{\"roleName\":\"Quota Request Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read and create quota requests, get quota request status,\ + \ and create support tickets.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Capacity/resourceProviders/locations/serviceLimits/read\"\ + ,\"Microsoft.Capacity/resourceProviders/locations/serviceLimits/write\",\"\ + Microsoft.Capacity/resourceProviders/locations/serviceLimitsRequests/read\"\ + ,\"Microsoft.Capacity/register/action\",\"Microsoft.Quota/usages/read\",\"\ + Microsoft.Quota/quotas/read\",\"Microsoft.Quota/quotas/write\",\"Microsoft.Quota/quotaRequests/read\"\ + ,\"Microsoft.Quota/register/action\",\"Microsoft.Authorization/*/read\",\"\ + Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"\ + Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-02-03T00:06:35.8404575Z\",\"updatedOn\":\"2022-12-05T21:28:33.3264217Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0e5f05e5-9ab9-446b-b98d-1e2157c94125\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0e5f05e5-9ab9-446b-b98d-1e2157c94125\"\ + },{\"properties\":{\"roleName\":\"EventGrid Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage EventGrid operations.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.EventGrid/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-02-08T18:46:18.8999557Z\",\"updatedOn\":\"2021-11-11T20:15:01.6867802Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1e241071-0855-49ea-94dc-649edcd759de\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1e241071-0855-49ea-94dc-649edcd759de\"\ + },{\"properties\":{\"roleName\":\"Security Detonation Chamber Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allowed to query submission info\ + \ and files from Security Detonation Chamber\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SecurityDetonation/chambers/submissions/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/files/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-03-01T14:06:46.2814905Z\",\"updatedOn\":\"2021-11-11T20:15:03.3274090Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/28241645-39f8-410b-ad48-87863e2951d5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"28241645-39f8-410b-ad48-87863e2951d5\"\ + },{\"properties\":{\"roleName\":\"Object Anchors Account Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you read ingestion jobs for an object\ + \ anchors account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectAnchorsAccounts/ingest/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-03-02T01:20:47.0279813Z\",\"\ + updatedOn\":\"2021-11-11T20:15:03.5006082Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4a167cdf-cb95-4554-9203-2347fe489bd9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4a167cdf-cb95-4554-9203-2347fe489bd9\"\ + },{\"properties\":{\"roleName\":\"Object Anchors Account Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides user with ingestion capabilities\ + \ for an object anchors account.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectAnchorsAccounts/ingest/action\"\ + ,\"Microsoft.MixedReality/ObjectAnchorsAccounts/ingest/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-03-02T01:42:02.0014737Z\",\"updatedOn\":\"2021-11-11T20:15:03.6855873Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ca0835dd-bacc-42dd-8ed2-ed5e7230d15b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ca0835dd-bacc-42dd-8ed2-ed5e7230d15b\"\ + },{\"properties\":{\"roleName\":\"WorkloadBuilder Migration Agent Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"WorkloadBuilder Migration Agent Role.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.WorkloadBuilder/migrationAgents/Read\"\ + ,\"Microsoft.WorkloadBuilder/migrationAgents/Write\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-03-11T17:07:20.0828003Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:04.2456706Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d17ce0a2-0697-43bc-aac5-9113337ab61c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d17ce0a2-0697-43bc-aac5-9113337ab61c\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Data Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allow read access to Azure Spring Cloud\ + \ Data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/*/read\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-03-25T11:12:12.6786010Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:05.3368606Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b5537268-8956-4941-a8f0-646150406f0c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b5537268-8956-4941-a8f0-646150406f0c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Speech User\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Access to the real-time speech recognition\ + \ and batch transcription APIs, real-time speech synthesis and long audio\ + \ APIs, as well as to read the data/test/model/endpoint for custom models,\ + \ but can\u2019t create, delete or modify the data/test/model/endpoint for\ + \ custom models.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/SpeechServices/*/read\",\"Microsoft.CognitiveServices/accounts/SpeechServices/*/transcriptions/read\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/*/transcriptions/write\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/*/transcriptions/delete\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/*/frontend/action\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/text-dependent/*/action\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/text-independent/*/action\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVoice/*/read\",\"Microsoft.CognitiveServices/accounts/CustomVoice/evaluations/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVoice/longaudiosynthesis/*\"\ + ,\"Microsoft.CognitiveServices/accounts/AudioContentCreation/*\"],\"notDataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/CustomVoice/datasets/files/read\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVoice/datasets/utterances/read\"\ + ]}],\"createdOn\":\"2021-03-30T11:28:27.4339032Z\",\"updatedOn\":\"2022-05-19T23:26:56.1473805Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f2dc8367-1007-4938-bd23-fe263f013447\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f2dc8367-1007-4938-bd23-fe263f013447\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Speech Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Full access to Speech projects,\ + \ including read, write and delete all entities, for real-time speech recognition\ + \ and batch transcription tasks, real-time speech synthesis and long audio\ + \ tasks, custom speech and custom voice.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/SpeechServices/*\",\"Microsoft.CognitiveServices/accounts/CustomVoice/*\"\ + ,\"Microsoft.CognitiveServices/accounts/AudioContentCreation/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-03-30T11:28:49.7826633Z\",\"updatedOn\":\"2022-05-19T23:26:56.1473805Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0e75ca1e-0464-4b4d-8b93-68208a576181\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0e75ca1e-0464-4b4d-8b93-68208a576181\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Face Recognizer\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you perform detect, verify,\ + \ identify, group, and find similar operations on Face API. This role does\ + \ not allow create or delete operations, which makes it well suited for endpoints\ + \ that only need inferencing capabilities, following 'least privilege' best\ + \ practices.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/Face/detect/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/verify/action\",\"Microsoft.CognitiveServices/accounts/Face/identify/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/group/action\",\"Microsoft.CognitiveServices/accounts/Face/findsimilars/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/detectliveness/multimodal/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/detectliveness/singlemodal/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/detectlivenesswithverify/singlemodal/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-03-31T01:51:41.3557295Z\",\"\ + updatedOn\":\"2023-03-20T22:15:15.1823985Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9894cab4-e18a-44aa-828b-cb588cd6f2d7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9894cab4-e18a-44aa-828b-cb588cd6f2d7\"\ + },{\"properties\":{\"roleName\":\"Media Services Account Administrator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ + \ Media Services accounts; read-only access to other Media Services resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Media/mediaservices/*/read\",\"Microsoft.Media/mediaservices/assets/listStreamingLocators/action\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/listPaths/action\",\"Microsoft.Media/mediaservices/write\"\ + ,\"Microsoft.Media/mediaservices/delete\",\"Microsoft.Media/mediaservices/privateEndpointConnectionsApproval/action\"\ + ,\"Microsoft.Media/mediaservices/privateEndpointConnections/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:20:32.2956636Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:07.1518844Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/054126f8-9a2b-4f1c-a9ad-eca461f08466\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"054126f8-9a2b-4f1c-a9ad-eca461f08466\"\ + },{\"properties\":{\"roleName\":\"Media Services Live Events Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ + \ Live Events, Assets, Asset Filters, and Streaming Locators; read-only access\ + \ to other Media Services resources.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\"\ + ,\"Microsoft.Media/mediaservices/assets/*\",\"Microsoft.Media/mediaservices/assets/assetfilters/*\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/*\",\"Microsoft.Media/mediaservices/liveEvents/*\"\ + ],\"notActions\":[\"Microsoft.Media/mediaservices/assets/getEncryptionKey/action\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/listContentKeys/action\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:21:00.6119555Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:07.3318873Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/532bc159-b25e-42c0-969e-a1d439f60d77\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"532bc159-b25e-42c0-969e-a1d439f60d77\"\ + },{\"properties\":{\"roleName\":\"Media Services Media Operator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Create, read, modify, and delete Assets,\ + \ Asset Filters, Streaming Locators, and Jobs; read-only access to other Media\ + \ Services resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\"\ + ,\"Microsoft.Media/mediaservices/assets/*\",\"Microsoft.Media/mediaservices/assets/assetfilters/*\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/*\",\"Microsoft.Media/mediaservices/transforms/jobs/*\"\ + ],\"notActions\":[\"Microsoft.Media/mediaservices/assets/getEncryptionKey/action\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/listContentKeys/action\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:21:23.2236495Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:07.5068487Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e4395492-1534-4db2-bedf-88c14621589c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e4395492-1534-4db2-bedf-88c14621589c\"\ + },{\"properties\":{\"roleName\":\"Media Services Policy Administrator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ + \ Account Filters, Streaming Policies, Content Key Policies, and Transforms;\ + \ read-only access to other Media Services resources. Cannot create Jobs,\ + \ Assets or Streaming resources.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\"\ + ,\"Microsoft.Media/mediaservices/assets/listStreamingLocators/action\",\"\ + Microsoft.Media/mediaservices/streamingLocators/listPaths/action\",\"Microsoft.Media/mediaservices/accountFilters/*\"\ + ,\"Microsoft.Media/mediaservices/streamingPolicies/*\",\"Microsoft.Media/mediaservices/contentKeyPolicies/*\"\ + ,\"Microsoft.Media/mediaservices/transforms/*\"],\"notActions\":[\"Microsoft.Media/mediaservices/contentKeyPolicies/getPolicyPropertiesWithSecrets/action\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:21:46.9534330Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:07.6968496Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c4bba371-dacd-4a26-b320-7250bca963ae\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c4bba371-dacd-4a26-b320-7250bca963ae\"\ + },{\"properties\":{\"roleName\":\"Media Services Streaming Endpoints Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ + \ Streaming Endpoints; read-only access to other Media Services resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Media/mediaservices/*/read\",\"Microsoft.Media/mediaservices/assets/listStreamingLocators/action\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/listPaths/action\",\"Microsoft.Media/mediaservices/streamingEndpoints/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-04-19T23:22:04.4594851Z\",\"updatedOn\":\"2021-11-11T20:15:07.8718907Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/99dba123-b5fe-44d5-874c-ced7199a5804\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"99dba123-b5fe-44d5-874c-ced7199a5804\"\ + },{\"properties\":{\"roleName\":\"Stream Analytics Query Tester\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you perform query testing without\ + \ creating a stream analytics job first\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.StreamAnalytics/locations/TestQuery/action\"\ + ,\"Microsoft.StreamAnalytics/locations/OperationResults/read\",\"Microsoft.StreamAnalytics/locations/SampleInput/action\"\ + ,\"Microsoft.StreamAnalytics/locations/CompileQuery/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-20T17:33:24.5727870Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:08.0481551Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1ec5b3c1-b17e-4e25-8312-2acb3c3c5abf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1ec5b3c1-b17e-4e25-8312-2acb3c3c5abf\"\ + },{\"properties\":{\"roleName\":\"AnyBuild Builder\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Basic user role for AnyBuild. This role allows listing\ + \ of agent information and execution of remote build capabilities.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.AnyBuild/clusters/build/write\",\"Microsoft.AnyBuild/clusters/build/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-04-20T22:07:00.4963853Z\",\"\ + updatedOn\":\"2021-11-11T20:15:08.4254134Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a2138dac-4907-4679-a376-736901ed8ad8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a2138dac-4907-4679-a376-736901ed8ad8\"\ + },{\"properties\":{\"roleName\":\"IoT Hub Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full read access to IoT Hub data-plane properties\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Devices/IotHubs/*/read\",\"Microsoft.Devices/IotHubs/fileUpload/notifications/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-04-22T18:03:29.8843192Z\",\"\ + updatedOn\":\"2021-11-11T20:15:08.6054154Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b447c946-2db7-41ec-983d-d8bf3b1c77e3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b447c946-2db7-41ec-983d-d8bf3b1c77e3\"\ + },{\"properties\":{\"roleName\":\"IoT Hub Twin Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for read and write access to all IoT Hub device\ + \ and module twins.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.Devices/IotHubs/twins/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-04-22T20:36:10.1136903Z\",\"\ + updatedOn\":\"2021-11-11T20:15:08.7855063Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/494bdba2-168f-4f31-a0a1-191d2f7c028c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"494bdba2-168f-4f31-a0a1-191d2f7c028c\"\ + },{\"properties\":{\"roleName\":\"IoT Hub Registry Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for full access to IoT Hub device\ + \ registry.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Devices/IotHubs/devices/*\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-04-22T20:36:47.5532704Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:08.9804295Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4ea46cd5-c1b2-4a8e-910b-273211f9ce47\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4ea46cd5-c1b2-4a8e-910b-273211f9ce47\"\ + },{\"properties\":{\"roleName\":\"IoT Hub Data Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full access to IoT Hub data plane operations.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Devices/IotHubs/*\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2021-04-22T20:37:16.9927761Z\",\"updatedOn\":\"2021-11-11T20:15:09.1754206Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4fc6c259-987e-4a07-842e-c321cc9d413f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4fc6c259-987e-4a07-842e-c321cc9d413f\"\ + },{\"properties\":{\"roleName\":\"Test Base Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Let you view and download packages and test results.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.TestBase/testBaseAccounts/packages/testResults/getDownloadUrl/action\"\ + ,\"Microsoft.TestBase/testBaseAccounts/packages/testResults/getVideoDownloadUrl/action\"\ + ,\"Microsoft.TestBase/testBaseAccounts/packages/getDownloadUrl/action\",\"\ + Microsoft.TestBase/*/read\",\"Microsoft.TestBase/testBaseAccounts/customerEvents/write\"\ + ,\"Microsoft.TestBase/testBaseAccounts/customerEvents/delete\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-05-11T23:41:33.1038367Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:10.8004347Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/15e0f5a1-3450-4248-8e25-e2afe88a9e85\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"15e0f5a1-3450-4248-8e25-e2afe88a9e85\"\ + },{\"properties\":{\"roleName\":\"Search Index Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Grants read access to Azure Cognitive Search index data.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Search/searchServices/indexes/documents/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-01T20:26:13.4850461Z\",\"\ + updatedOn\":\"2021-11-11T20:15:11.3604371Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1407120a-92aa-4202-b7e9-c0e197c71c8f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1407120a-92aa-4202-b7e9-c0e197c71c8f\"\ + },{\"properties\":{\"roleName\":\"Search Index Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Grants full access to Azure Cognitive Search\ + \ index data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.Search/searchServices/indexes/documents/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-01T22:15:16.5388472Z\",\"\ + updatedOn\":\"2021-11-11T20:15:11.5504385Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8ebe5a00-799e-43f5-93ac-243d3dce84a7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8ebe5a00-799e-43f5-93ac-243d3dce84a7\"\ + },{\"properties\":{\"roleName\":\"Storage Table Data Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows for read access to Azure Storage tables\ + \ and entities\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Storage/storageAccounts/tableServices/tables/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-15T06:40:54.9150717Z\",\"\ + updatedOn\":\"2021-11-11T20:15:12.1005298Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/76199698-9eea-4c19-bc75-cec21354c6b6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"76199698-9eea-4c19-bc75-cec21354c6b6\"\ + },{\"properties\":{\"roleName\":\"Storage Table Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for read, write and delete access\ + \ to Azure Storage tables and entities\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Storage/storageAccounts/tableServices/tables/read\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/write\",\"Microsoft.Storage/storageAccounts/tableServices/tables/delete\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/read\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/write\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/delete\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/add/action\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/update/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-15T06:51:59.8207610Z\",\"\ + updatedOn\":\"2021-11-11T20:15:12.2854966Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0a9a7e1f-b9d0-4cc4-a60d-0319b160aaa3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0a9a7e1f-b9d0-4cc4-a60d-0319b160aaa3\"\ + },{\"properties\":{\"roleName\":\"DICOM Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read and search DICOM data.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.HealthcareApis/workspaces/dicomservices/resources/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-06-17T20:58:30.1630494Z\",\"updatedOn\":\"2021-11-11T20:15:13.0154948Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e89c7a3c-2f64-4fa1-a847-3e4c9ba4283a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e89c7a3c-2f64-4fa1-a847-3e4c9ba4283a\"\ + },{\"properties\":{\"roleName\":\"DICOM Data Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Full access to DICOM data.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/workspaces/dicomservices/resources/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-17T20:59:30.8659515Z\",\"\ + updatedOn\":\"2021-11-11T20:15:13.1904985Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/58a3b984-7adf-4c20-983a-32417c86fbc8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"58a3b984-7adf-4c20-983a-32417c86fbc8\"\ + },{\"properties\":{\"roleName\":\"EventGrid Data Sender\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows send access to event grid events.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.EventGrid/topics/read\",\"Microsoft.EventGrid/domains/read\"\ + ,\"Microsoft.EventGrid/partnerNamespaces/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.EventGrid/events/send/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-07-02T21:55:40.4847495Z\",\"\ + updatedOn\":\"2021-11-11T20:15:13.5605134Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d5a91429-5739-47e2-a06b-3470a27159e7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d5a91429-5739-47e2-a06b-3470a27159e7\"\ + },{\"properties\":{\"roleName\":\"Disk Pool Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Used by the StoragePool Resource Provider to manage Disks\ + \ added to a Disk Pool.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Compute/disks/write\",\"Microsoft.Compute/disks/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-07-08T17:26:05.1079972Z\",\"updatedOn\":\"2021-11-11T20:15:13.9154612Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/60fc6e62-5479-42d4-8bf4-67625fcc2840\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"60fc6e62-5479-42d4-8bf4-67625fcc2840\"\ + },{\"properties\":{\"roleName\":\"AzureML Data Scientist\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can perform all actions within an Azure Machine Learning\ + \ workspace, except for creating or deleting compute resources and modifying\ + \ the workspace itself.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.MachineLearningServices/workspaces/*/read\",\"Microsoft.MachineLearningServices/workspaces/*/action\"\ + ,\"Microsoft.MachineLearningServices/workspaces/*/delete\",\"Microsoft.MachineLearningServices/workspaces/*/write\"\ + ],\"notActions\":[\"Microsoft.MachineLearningServices/workspaces/delete\"\ + ,\"Microsoft.MachineLearningServices/workspaces/write\",\"Microsoft.MachineLearningServices/workspaces/computes/*/write\"\ + ,\"Microsoft.MachineLearningServices/workspaces/computes/*/delete\",\"Microsoft.MachineLearningServices/workspaces/computes/listKeys/action\"\ + ,\"Microsoft.MachineLearningServices/workspaces/listKeys/action\",\"Microsoft.MachineLearningServices/workspaces/hubs/write\"\ + ,\"Microsoft.MachineLearningServices/workspaces/hubs/delete\",\"Microsoft.MachineLearningServices/workspaces/featurestores/write\"\ + ,\"Microsoft.MachineLearningServices/workspaces/featurestores/delete\"],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-07-14T21:51:06.0361218Z\"\ + ,\"updatedOn\":\"2023-05-26T17:53:52.5366769Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f6c7c914-8db3-469d-8ca1-694a8f32e121\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f6c7c914-8db3-469d-8ca1-694a8f32e121\"\ + },{\"properties\":{\"roleName\":\"Grafana Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Built-in Grafana admin role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Dashboard/grafana/ActAsGrafanaAdmin/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-07-15T21:32:35.3802340Z\",\"updatedOn\":\"2021-11-11T20:15:14.8104670Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/22926164-76b3-42b3-bc55-97df8dab3e41\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"22926164-76b3-42b3-bc55-97df8dab3e41\"\ + },{\"properties\":{\"roleName\":\"Azure Connected SQL Server Onboarding\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft.AzureArcData\_service\_\ + role\_to\_access\_the\_resources\_of\_Microsoft.AzureArcData\_stored\_with\_\ + RPSAAS.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureArcData/sqlServerInstances/read\"\ + ,\"Microsoft.AzureArcData/sqlServerInstances/write\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-07-19T23:52:15.8885739Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:15.1754742Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e8113dce-c529-4d33-91fa-e9b972617508\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e8113dce-c529-4d33-91fa-e9b972617508\"\ + },{\"properties\":{\"roleName\":\"Azure Relay Sender\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for send access to Azure Relay resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Relay/*/wcfRelays/read\"\ + ,\"Microsoft.Relay/*/hybridConnections/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.Relay/*/send/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-07-20T15:37:20.7558643Z\",\"updatedOn\":\"2021-11-11T20:15:15.5454755Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/26baccc8-eea7-41f1-98f4-1762cc7f685d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"26baccc8-eea7-41f1-98f4-1762cc7f685d\"\ + },{\"properties\":{\"roleName\":\"Azure Relay Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full access to Azure Relay resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Relay/*\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Relay/*\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-07-20T15:44:26.3023126Z\",\"updatedOn\":\"2021-11-11T20:15:15.7154782Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2787bf04-f1f5-4bfe-8383-c8a24483ee38\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2787bf04-f1f5-4bfe-8383-c8a24483ee38\"\ + },{\"properties\":{\"roleName\":\"Azure Relay Listener\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for listen access to Azure Relay resources.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Relay/*/wcfRelays/read\"\ + ,\"Microsoft.Relay/*/hybridConnections/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.Relay/*/listen/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-07-20T18:38:03.1437496Z\",\"updatedOn\":\"2021-11-11T20:15:15.9005232Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/26e0b698-aa6d-4085-9386-aadae190014d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"26e0b698-aa6d-4085-9386-aadae190014d\"\ + },{\"properties\":{\"roleName\":\"Grafana Viewer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Built-in Grafana Viewer role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Dashboard/grafana/ActAsGrafanaViewer/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-08-05T16:36:18.7737511Z\",\"updatedOn\":\"2021-11-11T20:15:16.9904932Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/60921a7e-fef1-4a43-9b16-a26c52ad4769\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"60921a7e-fef1-4a43-9b16-a26c52ad4769\"\ + },{\"properties\":{\"roleName\":\"Grafana Editor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Built-in Grafana Editor role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Dashboard/grafana/ActAsGrafanaEditor/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-08-05T16:37:32.5299593Z\",\"updatedOn\":\"2021-11-11T20:15:17.1805426Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a79a5197-3a5c-4973-a920-486035ffd60f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a79a5197-3a5c-4973-a920-486035ffd60f\"\ + },{\"properties\":{\"roleName\":\"Automation Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Manage azure automation resources and other resources using\ + \ azure automation.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Automation/automationAccounts/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Insights/ActionGroups/*\",\"Microsoft.Insights/ActivityLogAlerts/*\"\ + ,\"Microsoft.Insights/MetricAlerts/*\",\"Microsoft.Insights/ScheduledQueryRules/*\"\ + ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.OperationalInsights/workspaces/sharedKeys/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-08-09T10:18:19.1054699Z\",\"updatedOn\":\"2021-11-11T20:15:17.7304954Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f353d9bd-d4a6-484e-a77a-8050b599b867\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f353d9bd-d4a6-484e-a77a-8050b599b867\"\ + },{\"properties\":{\"roleName\":\"Kubernetes Extension Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can create, update, get, list and delete\ + \ Kubernetes Extensions, and get extension async operations\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.KubernetesConfiguration/extensions/write\"\ + ,\"Microsoft.KubernetesConfiguration/extensions/read\",\"Microsoft.KubernetesConfiguration/extensions/delete\"\ + ,\"Microsoft.KubernetesConfiguration/extensions/operations/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-08-09T19:47:50.6828896Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:17.9155393Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/85cb6faf-e071-4c9b-8136-154b5a04f717\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"85cb6faf-e071-4c9b-8136-154b5a04f717\"\ + },{\"properties\":{\"roleName\":\"Device Provisioning Service Data Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for full read access to\ + \ Device Provisioning Service data-plane properties.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.Devices/provisioningServices/*/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2021-08-09T19:53:12.1374732Z\",\"updatedOn\":\"2021-11-11T20:15:18.0905503Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/10745317-c249-44a1-a5ce-3a4353c0bbd8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"10745317-c249-44a1-a5ce-3a4353c0bbd8\"\ + },{\"properties\":{\"roleName\":\"Device Provisioning Service Data Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for full access to Device\ + \ Provisioning Service data-plane operations.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Devices/provisioningServices/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-09T19:54:03.2783227Z\",\"\ + updatedOn\":\"2021-11-11T20:15:18.2605302Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dfce44e4-17b7-4bd1-a6d1-04996ec95633\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dfce44e4-17b7-4bd1-a6d1-04996ec95633\"\ + },{\"properties\":{\"roleName\":\"Code Signing Certificate Profile Signer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Sign files with a certificate\ + \ profile. This role is in preview and subject to change.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CodeSigning/*/read\",\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"\ + Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.CodeSigning/certificateProfiles/Sign/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-08-16T23:17:53.0002693Z\",\"updatedOn\"\ + :\"2022-12-12T16:05:53.8213702Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2837e146-70d7-4cfd-ad55-7efa6464f958\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2837e146-70d7-4cfd-ad55-7efa6464f958\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Service Registry Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allow read access to Azure Spring\ + \ Cloud Service Registry\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/eurekaService/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-20T04:40:17.9785063Z\",\"\ + updatedOn\":\"2021-11-11T20:15:18.9655101Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cff1b556-2399-4e7e-856d-a8f754be7b65\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cff1b556-2399-4e7e-856d-a8f754be7b65\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Service Registry Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allow read, write and delete access\ + \ to Azure Spring Cloud Service Registry\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/eurekaService/read\"\ + ,\"Microsoft.AppPlatform/Spring/eurekaService/write\",\"Microsoft.AppPlatform/Spring/eurekaService/delete\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-20T04:42:38.9153779Z\",\"\ + updatedOn\":\"2021-11-11T20:15:19.1405497Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f5880b48-c26d-48be-b172-7927bfa1c8f1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f5880b48-c26d-48be-b172-7927bfa1c8f1\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Config Server Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allow read access to Azure Spring\ + \ Cloud Config Server\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/configService/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-26T01:50:51.5123701Z\",\"\ + updatedOn\":\"2021-11-11T20:15:19.3155517Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d04c6db6-4947-4782-9e91-30a88feb7be7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d04c6db6-4947-4782-9e91-30a88feb7be7\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Config Server Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allow read, write and delete access\ + \ to Azure Spring Cloud Config Server\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/configService/read\"\ + ,\"Microsoft.AppPlatform/Spring/configService/write\",\"Microsoft.AppPlatform/Spring/configService/delete\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-09-06T02:30:47.8611580Z\",\"\ + updatedOn\":\"2021-11-11T20:15:20.0405208Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a06f5c24-21a7-4e1a-aa2b-f19eb6684f5b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a06f5c24-21a7-4e1a-aa2b-f19eb6684f5b\"\ + },{\"properties\":{\"roleName\":\"Azure VM Managed identities restore Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure VM Managed identities restore\ + \ Contributors are allowed to perform Azure VM Restores with managed identities\ + \ both user and system\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2021-09-13T05:27:59.2180214Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:20.5805266Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6ae96244-5829-4925-a7d3-5975537d91dd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6ae96244-5829-4925-a7d3-5975537d91dd\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Search and Render Data Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Grants access to very limited\ + \ set of data APIs for common visual web SDK scenarios. Specifically, render\ + \ and search data APIs.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Maps/accounts/services/render/read\"\ + ,\"Microsoft.Maps/accounts/services/search/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2021-10-01T22:17:50.5178931Z\",\"updatedOn\":\"2021-11-11T20:15:22.0455410Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6be48352-4f82-47c9-ad5e-0acacefdb005\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6be48352-4f82-47c9-ad5e-0acacefdb005\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Grants access all Azure Maps resource management.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Maps/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-10-01T22:19:13.1357904Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:22.2455414Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dba33070-676a-4fb0-87fa-064dc56ff7fb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dba33070-676a-4fb0-87fa-064dc56ff7fb\"\ + },{\"properties\":{\"roleName\":\"Azure Arc VMware VM Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Arc VMware VM Contributor has permissions\ + \ to perform all VM actions.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ConnectedVMwarevSphere/virtualmachines/*\",\"\ + Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ + ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ + ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-10-18T20:19:53.0087024Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:23.8706020Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b748a06d-6150-4f8a-aaa9-ce3940cd96cb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b748a06d-6150-4f8a-aaa9-ce3940cd96cb\"\ + },{\"properties\":{\"roleName\":\"Azure Arc VMware Private Cloud User\",\"\ + type\":\"BuiltInRole\",\"description\":\"Azure Arc VMware Private Cloud User\ + \ has permissions to use the VMware cloud resources to deploy VMs.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ + ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ConnectedVMwarevSphere/virtualnetworks/join/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/virtualnetworks/Read\",\"Microsoft.ConnectedVMwarevSphere/virtualmachinetemplates/clone/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/virtualmachinetemplates/Read\",\"Microsoft.ConnectedVMwarevSphere/resourcepools/deploy/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/resourcepools/Read\",\"Microsoft.ConnectedVMwarevSphere/hosts/deploy/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/hosts/Read\",\"Microsoft.ConnectedVMwarevSphere/clusters/deploy/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/clusters/Read\",\"Microsoft.ConnectedVMwarevSphere/datastores/allocateSpace/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/datastores/Read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-10-18T20:20:46.5105444Z\"\ + ,\"updatedOn\":\"2022-11-04T08:03:56.3033480Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ce551c02-7c42-47e0-9deb-e3b6fc3a9a83\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ce551c02-7c42-47e0-9deb-e3b6fc3a9a83\"\ + },{\"properties\":{\"roleName\":\"Azure Arc VMware Administrator role \",\"\ + type\":\"BuiltInRole\",\"description\":\"Arc VMware VM Contributor has permissions\ + \ to perform all connected VMwarevSphere actions.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.ConnectedVMwarevSphere/*\"\ + ,\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ + ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ + ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-01T17:12:42.6172725Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:25.1275776Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ddc140ed-e463-4246-9145-7c664192013f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ddc140ed-e463-4246-9145-7c664192013f\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services LUIS Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\" Has access to all Read, Test, Write, Deploy\ + \ and Delete functions under LUIS\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.CognitiveServices/accounts/listkeys/action\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/LUIS/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-11-04T03:28:02.9611800Z\",\"\ + updatedOn\":\"2021-11-11T20:15:25.4884913Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f72c8140-2111-481c-87ff-72b910f6e3f8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f72c8140-2111-481c-87ff-72b910f6e3f8\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Language Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Has access to Read and Test functions\ + \ under Language portal\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/*/read\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/projects/export/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*/read\",\"Microsoft.CognitiveServices/accounts/Language/*/projects/export/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/query-text/action\",\"Microsoft.CognitiveServices/accounts/Language/query-dataverse/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-text/jobs/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-text/action\",\"\ + Microsoft.CognitiveServices/accounts/Language/analyze-text/jobscancel/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-conversations/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-conversations/jobscancel/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-conversations/jobs/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/query-knowledgebases/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/generate/action\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnaMaker/*\"\ + ]}],\"createdOn\":\"2021-11-04T03:29:14.7643336Z\",\"updatedOn\":\"2023-02-24T00:02:00.1172104Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7628b7b8-a8b2-4cdc-b46f-e9b35248918e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7628b7b8-a8b2-4cdc-b46f-e9b35248918e\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Language Writer\",\"\ + type\":\"BuiltInRole\",\"description\":\" Has access to all Read, Test, and\ + \ Write functions under Language Portal\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/*\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/*\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/projects/publish/action\"\ + ,\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/projects/deployments/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnaMaker/*\",\"Microsoft.CognitiveServices/accounts/Language/*/projects/delete\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*/projects/deployments/write\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*/projects/deployments/delete\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*/projects/deployments/swap/action\"\ + ]}],\"createdOn\":\"2021-11-04T03:29:39.5761019Z\",\"updatedOn\":\"2022-03-29T18:03:27.1607583Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f2310ca1-dc64-4889-bb49-c8e0fa3d47a8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f2310ca1-dc64-4889-bb49-c8e0fa3d47a8\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Language Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has access to all Read, Test, Write, Deploy\ + \ and Delete functions under Language portal\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"\ + Microsoft.CognitiveServices/accounts/listkeys/action\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/*\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/*\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnaMaker/*\"\ + ]}],\"createdOn\":\"2021-11-04T03:30:07.6173528Z\",\"updatedOn\":\"2022-03-29T18:03:50.9741690Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f07febfe-79bc-46b1-8b37-790e26e6e498\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f07febfe-79bc-46b1-8b37-790e26e6e498\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services LUIS Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has access to Read and Test functions under\ + \ LUIS.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/LUIS/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/LUIS/apps/testdatasets/write\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-11-04T03:30:31.2704834Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:26.2134821Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e81cdc-4e98-4e29-a639-e7d10c5a6226\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18e81cdc-4e98-4e29-a639-e7d10c5a6226\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services LUIS Writer\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has access to all Read, Test, and Write\ + \ functions under LUIS\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/LUIS/*\"],\"notDataActions\":[\"\ + Microsoft.CognitiveServices/accounts/LUIS/apps/delete\",\"Microsoft.CognitiveServices/accounts/LUIS/apps/move/action\"\ + ,\"Microsoft.CognitiveServices/accounts/LUIS/apps/publish/action\",\"Microsoft.CognitiveServices/accounts/LUIS/apps/settings/write\"\ + ,\"Microsoft.CognitiveServices/accounts/LUIS/apps/azureaccounts/action\",\"\ + Microsoft.CognitiveServices/accounts/LUIS/apps/azureaccounts/delete\"]}],\"\ + createdOn\":\"2021-11-04T03:31:12.1580052Z\",\"updatedOn\":\"2021-11-11T20:15:26.3934523Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6322a993-d5c9-4bed-b113-e49bbea25b27\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6322a993-d5c9-4bed-b113-e49bbea25b27\"\ + },{\"properties\":{\"roleName\":\"PlayFab Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides read access to PlayFab resources\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.PlayFab/*/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-04T23:26:57.2248605Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:26.5784834Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a9a19cc5-31f4-447c-901f-56c0bb18fcaf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a9a19cc5-31f4-447c-901f-56c0bb18fcaf\"\ + },{\"properties\":{\"roleName\":\"Load Test Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"View, create, update, delete and execute load tests. View\ + \ and list load test resources but can not make any changes.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LoadTestService/*/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.LoadTestService/loadtests/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-11-09T08:11:21.0936461Z\",\"\ + updatedOn\":\"2021-11-11T20:15:27.1189225Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/749a398d-560b-491b-bb21-08924219302e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"749a398d-560b-491b-bb21-08924219302e\"\ + },{\"properties\":{\"roleName\":\"Load Test Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Execute all operations on load test resources and load\ + \ tests\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LoadTestService/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.LoadTestService/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-11-09T08:12:24.5500195Z\",\"updatedOn\":\"2021-11-11T20:15:27.2897153Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45bb0b16-2f0c-4e78-afaa-a07599b003f6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"45bb0b16-2f0c-4e78-afaa-a07599b003f6\"\ + },{\"properties\":{\"roleName\":\"PlayFab Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides contributor access to PlayFab resources\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.PlayFab/*/read\",\"Microsoft.PlayFab/*/write\",\"Microsoft.PlayFab/*/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-11-10T00:55:37.3326276Z\",\"updatedOn\":\"2021-11-11T20:15:28.0547167Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0c8b84dc-067c-4039-9615-fa1a4b77c726\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0c8b84dc-067c-4039-9615-fa1a4b77c726\"\ + },{\"properties\":{\"roleName\":\"Load Test Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"View and list all load tests and load test resources but\ + \ can not make any changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.LoadTestService/*/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.LoadTestService/loadtests/readTest/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-11-10T06:14:08.3903105Z\",\"updatedOn\":\"2021-11-11T20:15:28.2297181Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3ae3fb29-0000-4ccd-bf80-542e7b26e081\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3ae3fb29-0000-4ccd-bf80-542e7b26e081\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Immersive Reader User\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Provides access to create Immersive\ + \ Reader sessions and call APIs\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/ImmersiveReader/getcontentmodelforreader/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-11-10T19:52:14.4487503Z\",\"\ + updatedOn\":\"2021-11-11T20:15:28.4146975Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b2de6794-95db-4659-8781-7e080d3f2b9d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b2de6794-95db-4659-8781-7e080d3f2b9d\"\ + },{\"properties\":{\"roleName\":\"Lab Services Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab services contributor role\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LabServices/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.LabServices/labPlans/createLab/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:51:03.3308981Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:28.7792013Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f69b8690-cc87-41d6-b77a-a4bc3c0a966f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f69b8690-cc87-41d6-b77a-a4bc3c0a966f\"\ + },{\"properties\":{\"roleName\":\"Lab Services Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab services reader role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.LabServices/*/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-11-11T00:55:30.4208618Z\",\"updatedOn\":\"2021-11-11T20:15:28.9592032Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a5c394f-5eb7-4d4f-9c8e-e8eae39faebc\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2a5c394f-5eb7-4d4f-9c8e-e8eae39faebc\"\ + },{\"properties\":{\"roleName\":\"Lab Assistant\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab assistant role\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ + ,\"Microsoft.LabServices/labs/read\",\"Microsoft.LabServices/labs/schedules/read\"\ + ,\"Microsoft.LabServices/labs/users/read\",\"Microsoft.LabServices/labs/users/invite/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/read\",\"Microsoft.LabServices/labs/virtualMachines/start/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/stop/action\",\"Microsoft.LabServices/labs/virtualMachines/reimage/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/redeploy/action\",\"Microsoft.LabServices/locations/usages/read\"\ + ,\"Microsoft.LabServices/skus/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:56:10.4295443Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:29.1442530Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ce40b423-cede-4313-a93f-9b28290b72e1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ce40b423-cede-4313-a93f-9b28290b72e1\"\ + },{\"properties\":{\"roleName\":\"Lab Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab operator role\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ + ,\"Microsoft.LabServices/labPlans/saveImage/action\",\"Microsoft.LabServices/labs/publish/action\"\ + ,\"Microsoft.LabServices/labs/read\",\"Microsoft.LabServices/labs/schedules/read\"\ + ,\"Microsoft.LabServices/labs/schedules/write\",\"Microsoft.LabServices/labs/schedules/delete\"\ + ,\"Microsoft.LabServices/labs/users/read\",\"Microsoft.LabServices/labs/users/write\"\ + ,\"Microsoft.LabServices/labs/users/delete\",\"Microsoft.LabServices/labs/users/invite/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/read\",\"Microsoft.LabServices/labs/virtualMachines/start/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/stop/action\",\"Microsoft.LabServices/labs/virtualMachines/reimage/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/redeploy/action\",\"Microsoft.LabServices/labs/virtualMachines/resetPassword/action\"\ + ,\"Microsoft.LabServices/locations/usages/read\",\"Microsoft.LabServices/skus/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-11-11T00:56:41.9942935Z\",\"updatedOn\":\"2021-11-11T20:15:29.3242664Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a36e6959-b6be-4b12-8e9f-ef4b474d304d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a36e6959-b6be-4b12-8e9f-ef4b474d304d\"\ + },{\"properties\":{\"roleName\":\"Lab Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab contributor role\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ + ,\"Microsoft.LabServices/labPlans/saveImage/action\",\"Microsoft.LabServices/labs/read\"\ + ,\"Microsoft.LabServices/labs/write\",\"Microsoft.LabServices/labs/delete\"\ + ,\"Microsoft.LabServices/labs/publish/action\",\"Microsoft.LabServices/labs/syncGroup/action\"\ + ,\"Microsoft.LabServices/labs/schedules/read\",\"Microsoft.LabServices/labs/schedules/write\"\ + ,\"Microsoft.LabServices/labs/schedules/delete\",\"Microsoft.LabServices/labs/users/read\"\ + ,\"Microsoft.LabServices/labs/users/write\",\"Microsoft.LabServices/labs/users/delete\"\ + ,\"Microsoft.LabServices/labs/users/invite/action\",\"Microsoft.LabServices/labs/virtualMachines/read\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/start/action\",\"Microsoft.LabServices/labs/virtualMachines/stop/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/reimage/action\",\"Microsoft.LabServices/labs/virtualMachines/redeploy/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/resetPassword/action\",\"Microsoft.LabServices/locations/usages/read\"\ + ,\"Microsoft.LabServices/skus/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.LabServices/labPlans/createLab/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:57:05.9018065Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:29.4992096Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5daaa2af-1fe8-407c-9122-bba179798270\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5daaa2af-1fe8-407c-9122-bba179798270\"\ + },{\"properties\":{\"roleName\":\"Security Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Security Admin Role\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Authorization/policyAssignments/*\"\ + ,\"Microsoft.Authorization/policyDefinitions/*\",\"Microsoft.Authorization/policyExemptions/*\"\ + ,\"Microsoft.Authorization/policySetDefinitions/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.operationalInsights/workspaces/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Security/*\",\"Microsoft.IoTSecurity/*\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-05-03T07:51:23.0917487Z\",\"updatedOn\":\"2021-11-15T06:42:49.8263550Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fb1c8493-542b-48eb-b624-b4c8fea62acd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fb1c8493-542b-48eb-b624-b4c8fea62acd\"\ + },{\"properties\":{\"roleName\":\"Web PubSub Service Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Full access to Azure Web PubSub Service REST APIs\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.SignalRService/WebPubSub/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-03-24T09:10:11.8335180Z\",\"updatedOn\":\"2023-04-03T15:04:46.8247086Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/12cf5a90-567b-43ae-8102-96cf46c7d9b4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"12cf5a90-567b-43ae-8102-96cf46c7d9b4\"\ + },{\"properties\":{\"roleName\":\"Web PubSub Service Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Read-only access to Azure Web PubSub Service\ + \ REST APIs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.SignalRService/WebPubSub/*/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-03-24T09:11:12.6235436Z\",\"\ + updatedOn\":\"2023-04-03T15:04:46.8247086Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bfb1c7d2-fb1a-466b-b2ba-aee63b92deaf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bfb1c7d2-fb1a-466b-b2ba-aee63b92deaf\"\ + },{\"properties\":{\"roleName\":\"SignalR App Server\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets your app server access SignalR Service with AAD auth\ + \ options.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.SignalRService/SignalR/auth/accessKey/action\"\ + ,\"Microsoft.SignalRService/SignalR/serverConnection/write\",\"Microsoft.SignalRService/SignalR/clientConnection/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-29T06:54:40.1201435Z\",\"\ + updatedOn\":\"2021-11-16T05:19:04.8579948Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/420fcaa2-552c-430f-98ca-3264be4806c7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"420fcaa2-552c-430f-98ca-3264be4806c7\"\ + },{\"properties\":{\"roleName\":\"Virtual Machine User Login\",\"type\":\"\ + BuiltInRole\",\"description\":\"View Virtual Machines in the portal and login\ + \ as a regular user.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Compute/virtualMachines/*/read\",\"Microsoft.HybridCompute/machines/*/read\"\ + ,\"Microsoft.HybridConnectivity/endpoints/listCredentials/action\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Compute/virtualMachines/login/action\",\"\ + Microsoft.HybridCompute/machines/login/action\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2018-02-09T18:36:13.3315744Z\",\"updatedOn\":\"2021-11-18T00:55:50.6185845Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fb879df8-f326-4884-b1cf-06f3ad86be52\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fb879df8-f326-4884-b1cf-06f3ad86be52\"\ + },{\"properties\":{\"roleName\":\"Virtual Machine Administrator Login\",\"\ + type\":\"BuiltInRole\",\"description\":\"View Virtual Machines in the portal\ + \ and login as administrator\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Compute/virtualMachines/*/read\",\"Microsoft.HybridCompute/machines/*/read\"\ + ,\"Microsoft.HybridConnectivity/endpoints/listCredentials/action\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Compute/virtualMachines/login/action\",\"\ + Microsoft.Compute/virtualMachines/loginAsAdmin/action\",\"Microsoft.HybridCompute/machines/login/action\"\ + ,\"Microsoft.HybridCompute/machines/loginAsAdmin/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-02-09T18:36:13.3315744Z\",\"updatedOn\":\"2021-11-18T00:56:53.8134295Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1c0163c0-47e6-4577-8991-ea5c82e286e4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1c0163c0-47e6-4577-8991-ea5c82e286e4\"\ + },{\"properties\":{\"roleName\":\"Azure Arc VMware Private Clouds Onboarding\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure Arc VMware Private Clouds\ + \ Onboarding role has permissions to provision all the required resources\ + \ for onboard and deboard vCenter instances to Azure.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ConnectedVMwarevSphere/vcenters/Write\"\ + ,\"Microsoft.ConnectedVMwarevSphere/vcenters/Read\",\"Microsoft.ConnectedVMwarevSphere/vcenters/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ + ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ + ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.KubernetesConfiguration/extensions/Write\"\ + ,\"Microsoft.KubernetesConfiguration/extensions/Read\",\"Microsoft.KubernetesConfiguration/extensions/Delete\"\ + ,\"Microsoft.KubernetesConfiguration/operations/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/Write\",\"Microsoft.ExtendedLocation/customLocations/Delete\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\",\"Microsoft.ResourceConnector/appliances/Read\"\ + ,\"Microsoft.ResourceConnector/appliances/Write\",\"Microsoft.ResourceConnector/appliances/Delete\"\ + ,\"Microsoft.BackupSolutions/vmwareapplications/write\",\"Microsoft.BackupSolutions/vmwareapplications/delete\"\ + ,\"Microsoft.BackupSolutions/vmwareapplications/read\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-01T22:18:08.4480747Z\"\ + ,\"updatedOn\":\"2022-09-26T15:06:14.2584743Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/67d33e57-3129-45e6-bb0b-7cc522f762fa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"67d33e57-3129-45e6-bb0b-7cc522f762fa\"\ + },{\"properties\":{\"roleName\":\"Chamber Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage everything under your Modeling and Simulation\ + \ Workbench chamber.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.ModSimWorkbench/*/read\",\"Microsoft.ModSimWorkbench/workbenches/chambers/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[\"Microsoft.ModSimWorkbench/workbenches/chambers/fileRequests/manage/action\"\ + ],\"dataActions\":[\"Microsoft.ModSimWorkbench/workbenches/chambers/upload/action\"\ + ,\"Microsoft.ModSimWorkbench/workbenches/chambers/files/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-12-15T20:53:14.4428297Z\",\"updatedOn\":\"2023-02-08T21:48:40.8992376Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4e9b8407-af2e-495b-ae54-bb60a55b1b5a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4e9b8407-af2e-495b-ae54-bb60a55b1b5a\"\ + },{\"properties\":{\"roleName\":\"Chamber User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you view everything under your Modeling and Simulation\ + \ Workbench chamber, but not make any changes.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.ModSimWorkbench/workbenches/chambers/*/read\"\ + ,\"Microsoft.ModSimWorkbench/workbenches/chambers/workloads/*\",\"Microsoft.ModSimWorkbench/workbenches/chambers/getUploadUri/action\"\ + ,\"Microsoft.ModSimWorkbench/workbenches/chambers/fileRequests/getDownloadUri/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ModSimWorkbench/workbenches/chambers/upload/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-12-15T20:51:06.2119764Z\",\"\ + updatedOn\":\"2023-02-08T21:48:40.8982384Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4447db05-44ed-4da3-ae60-6cbece780e32\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4447db05-44ed-4da3-ae60-6cbece780e32\"\ + },{\"properties\":{\"roleName\":\"Windows Admin Center Administrator Login\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Let's you manage the OS of your\ + \ resource via Windows Admin Center as an administrator.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/*/read\"\ + ,\"Microsoft.HybridCompute/machines/extensions/*\",\"Microsoft.HybridCompute/machines/upgradeExtensions/action\"\ + ,\"Microsoft.HybridCompute/operations/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/publicIPAddresses/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/networkSecurityGroups/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules/read\",\"\ + Microsoft.Network/networkWatchers/securityGroupView/action\",\"Microsoft.Network/networkSecurityGroups/securityRules/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/securityRules/write\",\"Microsoft.HybridConnectivity/endpoints/write\"\ + ,\"Microsoft.HybridConnectivity/endpoints/read\",\"Microsoft.HybridConnectivity/endpoints/listManagedProxyDetails/action\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/patchAssessmentResults/latest/read\"\ + ,\"Microsoft.Compute/virtualMachines/patchAssessmentResults/latest/softwarePatches/read\"\ + ,\"Microsoft.Compute/virtualMachines/patchInstallationResults/read\",\"Microsoft.Compute/virtualMachines/patchInstallationResults/softwarePatches/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/read\",\"Microsoft.Compute/virtualMachines/instanceView/read\"\ + ,\"Microsoft.Compute/virtualMachines/runCommands/read\",\"Microsoft.Compute/virtualMachines/vmSizes/read\"\ + ,\"Microsoft.Compute/locations/publishers/artifacttypes/types/read\",\"Microsoft.Compute/locations/publishers/artifacttypes/types/versions/read\"\ + ,\"Microsoft.Compute/diskAccesses/read\",\"Microsoft.Compute/galleries/images/read\"\ + ,\"Microsoft.Compute/images/read\",\"Microsoft.AzureStackHCI/Clusters/Read\"\ + ,\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Read\",\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Extensions/Read\"\ + ,\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Extensions/Write\",\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Extensions/Delete\"\ + ,\"Microsoft.AzureStackHCI/Operations/Read\",\"Microsoft.ConnectedVMwarevSphere/VirtualMachines/Read\"\ + ,\"Microsoft.ConnectedVMwarevSphere/VirtualMachines/Extensions/Write\",\"\ + Microsoft.ConnectedVMwarevSphere/VirtualMachines/Extensions/Read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HybridCompute/machines/WACLoginAsAdmin/action\"\ + ,\"Microsoft.Compute/virtualMachines/WACloginAsAdmin/action\",\"Microsoft.AzureStackHCI/Clusters/WACloginAsAdmin/Action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/virtualmachines/WACloginAsAdmin/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-01-12T00:51:19.5581155Z\",\"\ + updatedOn\":\"2022-12-06T08:55:26.6040760Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a6333a3e-0164-44c3-b281-7a577aff287f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a6333a3e-0164-44c3-b281-7a577aff287f\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Policy Add-on Deployment\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Deploy the Azure Policy add-on\ + \ on Azure Kubernetes Service clusters\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Resources/deployments/*\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Network/publicIPPrefixes/join/action\",\"Microsoft.Network/publicIPAddresses/join/action\"\ + ,\"Microsoft.Compute/diskEncryptionSets/read\",\"Microsoft.Compute/proximityPlacementGroups/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-02-07T20:51:48.5662807Z\",\"updatedOn\":\"2022-03-15T19:19:34.9035909Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18ed5180-3e48-46fd-8541-4ea054d57064\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18ed5180-3e48-46fd-8541-4ea054d57064\"\ + },{\"properties\":{\"roleName\":\"Guest Configuration Resource Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you read, write Guest Configuration\ + \ Resource.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.GuestConfiguration/guestConfigurationAssignments/write\",\"Microsoft.GuestConfiguration/guestConfigurationAssignments/read\"\ + ,\"Microsoft.GuestConfiguration/guestConfigurationAssignments/*/read\",\"\ + Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-01-13T21:31:41.9626667Z\",\"updatedOn\"\ + :\"2022-02-10T19:22:44.9057916Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/088ab73d-1256-47ae-bea9-9de8e7131f31\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"088ab73d-1256-47ae-bea9-9de8e7131f31\"\ + },{\"properties\":{\"roleName\":\"Domain Services Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view Azure AD Domain Services and related network configurations\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Insights/Logs/Read\",\"Microsoft.Insights/Metrics/read\",\"Microsoft.Insights/DiagnosticSettings/read\"\ + ,\"Microsoft.Insights/DiagnosticSettingsCategories/Read\",\"Microsoft.AAD/domainServices/*/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/diagnosticSettings/read\"\ + ,\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/azureFirewalls/read\",\"Microsoft.Network/ddosProtectionPlans/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/*/read\"\ + ,\"Microsoft.Network/natGateways/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules/read\",\"\ + Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/networkSecurityGroups/securityRules/read\"\ + ,\"Microsoft.Network/routeTables/read\",\"Microsoft.Network/routeTables/routes/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-02-15T19:38:46.9043170Z\",\"updatedOn\":\"2022-06-24T19:00:35.7895894Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/361898ef-9ed1-48c2-849c-a832951106bb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"361898ef-9ed1-48c2-849c-a832951106bb\"\ + },{\"properties\":{\"roleName\":\"Domain Services Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Can manage Azure AD Domain Services and related\ + \ network configurations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Insights/Logs/Read\",\"Microsoft.Insights/Metrics/Read\",\"Microsoft.Insights/DiagnosticSettings/*\"\ + ,\"Microsoft.Insights/DiagnosticSettingsCategories/Read\",\"Microsoft.AAD/register/action\"\ + ,\"Microsoft.AAD/unregister/action\",\"Microsoft.AAD/domainServices/*\",\"\ + Microsoft.Network/register/action\",\"Microsoft.Network/unregister/action\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/write\"\ + ,\"Microsoft.Network/virtualNetworks/delete\",\"Microsoft.Network/virtualNetworks/peer/action\"\ + ,\"Microsoft.Network/virtualNetworks/join/action\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/write\",\"Microsoft.Network/virtualNetworks/subnets/delete\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/read\"\ + ,\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/write\",\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/delete\"\ + ,\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/diagnosticSettings/read\"\ + ,\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/azureFirewalls/read\",\"Microsoft.Network/ddosProtectionPlans/read\"\ + ,\"Microsoft.Network/ddosProtectionPlans/join/action\",\"Microsoft.Network/loadBalancers/read\"\ + ,\"Microsoft.Network/loadBalancers/delete\",\"Microsoft.Network/loadBalancers/*/read\"\ + ,\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\"\ + ,\"Microsoft.Network/natGateways/join/action\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/networkInterfaces/delete\"\ + ,\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/networkSecurityGroups/write\"\ + ,\"Microsoft.Network/networkSecurityGroups/delete\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/networkSecurityGroups/securityRules/read\",\"Microsoft.Network/networkSecurityGroups/securityRules/write\"\ + ,\"Microsoft.Network/networkSecurityGroups/securityRules/delete\",\"Microsoft.Network/routeTables/read\"\ + ,\"Microsoft.Network/routeTables/write\",\"Microsoft.Network/routeTables/delete\"\ + ,\"Microsoft.Network/routeTables/join/action\",\"Microsoft.Network/routeTables/routes/read\"\ + ,\"Microsoft.Network/routeTables/routes/write\",\"Microsoft.Network/routeTables/routes/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-02-15T19:40:22.3943189Z\",\"updatedOn\":\"2022-06-24T19:00:35.7895894Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/eeaeda52-9324-47f6-8069-5d5bade478b2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"eeaeda52-9324-47f6-8069-5d5bade478b2\"\ + },{\"properties\":{\"roleName\":\"DNS Resolver Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage DNS resolver resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Network/dnsResolvers/read\"\ + ,\"Microsoft.Network/dnsResolvers/write\",\"Microsoft.Network/dnsResolvers/delete\"\ + ,\"Microsoft.Network/dnsResolvers/join/action\",\"Microsoft.Network/dnsResolvers/inboundEndpoints/read\"\ + ,\"Microsoft.Network/dnsResolvers/inboundEndpoints/write\",\"Microsoft.Network/dnsResolvers/inboundEndpoints/delete\"\ + ,\"Microsoft.Network/dnsResolvers/inboundEndpoints/join/action\",\"Microsoft.Network/dnsResolvers/outboundEndpoints/read\"\ + ,\"Microsoft.Network/dnsResolvers/outboundEndpoints/write\",\"Microsoft.Network/dnsResolvers/outboundEndpoints/delete\"\ + ,\"Microsoft.Network/dnsResolvers/outboundEndpoints/join/action\",\"Microsoft.Network/dnsForwardingRulesets/read\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/write\",\"Microsoft.Network/dnsForwardingRulesets/delete\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/join/action\",\"Microsoft.Network/dnsForwardingRulesets/forwardingRules/read\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/forwardingRules/write\",\"Microsoft.Network/dnsForwardingRulesets/forwardingRules/delete\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks/read\",\"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks/write\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks/delete\",\"\ + Microsoft.Network/locations/dnsResolverOperationResults/read\",\"Microsoft.Network/locations/dnsResolverOperationStatuses/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/join/action\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/write\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/join/action\"\ + ,\"Microsoft.Network/virtualNetworks/joinLoadBalancer/action\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/joinLoadBalancer/action\",\"\ + Microsoft.Network/natGateways/join/action\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/routeTables/join/action\",\"Microsoft.Network/serviceEndpointPolicies/join/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-02-16T23:25:04.4308795Z\",\"updatedOn\":\"2022-03-11T20:54:26.6355690Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0f2ebee7-ffd4-4fc0-b3b7-664099fdad5d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0f2ebee7-ffd4-4fc0-b3b7-664099fdad5d\"\ + },{\"properties\":{\"roleName\":\"Data Operator for Managed Disks\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides permissions to upload data to\ + \ empty managed disks, read, or export data of managed disks (not attached\ + \ to running VMs) and snapshots using SAS URIs and Azure AD authentication.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Compute/disks/download/action\",\"Microsoft.Compute/disks/upload/action\"\ + ,\"Microsoft.Compute/snapshots/download/action\",\"Microsoft.Compute/snapshots/upload/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-03-01T01:28:23.8601778Z\",\"\ + updatedOn\":\"2022-03-01T01:28:23.8601778Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/959f8984-c045-4866-89c7-12bf9737be2e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"959f8984-c045-4866-89c7-12bf9737be2e\"\ + },{\"properties\":{\"roleName\":\"AgFood Platform Sensor Partner Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Provides contribute access to\ + \ manage sensor related entities in AgFood Platform Service\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.AgFoodPlatform/farmBeats/sensorPartnerScope/*\"],\"notDataActions\"\ + :[\"Microsoft.AgFoodPlatform/farmBeats/sensorPartnerScope/sensors/delete\"\ + ]}],\"createdOn\":\"2022-03-09T04:58:21.1168561Z\",\"updatedOn\":\"2022-10-26T05:24:21.6704842Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6b77f0a0-0d89-41cc-acd1-579c22c17a67\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6b77f0a0-0d89-41cc-acd1-579c22c17a67\"\ + },{\"properties\":{\"roleName\":\"Compute Gallery Sharing Admin\",\"type\"\ + :\"BuiltInRole\",\"description\":\"This role allows user to share gallery\ + \ to another subscription/tenant or share it to the public.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/galleries/share/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-03-10T00:33:29.0395291Z\",\"updatedOn\":\"2022-03-25T20:37:05.1839457Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1ef6a3be-d0ac-425d-8c01-acb62866290b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1ef6a3be-d0ac-425d-8c01-acb62866290b\"\ + },{\"properties\":{\"roleName\":\"Scheduled Patching Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides access to manage maintenance configurations\ + \ with maintenance scope InGuestPatch and corresponding configuration assignments\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Maintenance/maintenanceConfigurations/read\"\ + ,\"Microsoft.Maintenance/maintenanceConfigurations/write\",\"Microsoft.Maintenance/maintenanceConfigurations/delete\"\ + ,\"Microsoft.Maintenance/configurationAssignments/read\",\"Microsoft.Maintenance/configurationAssignments/write\"\ + ,\"Microsoft.Maintenance/configurationAssignments/delete\",\"Microsoft.Maintenance/configurationAssignments/maintenanceScope/InGuestPatch/read\"\ + ,\"Microsoft.Maintenance/configurationAssignments/maintenanceScope/InGuestPatch/write\"\ + ,\"Microsoft.Maintenance/configurationAssignments/maintenanceScope/InGuestPatch/delete\"\ + ,\"Microsoft.Maintenance/maintenanceConfigurations/maintenanceScope/InGuestPatch/read\"\ + ,\"Microsoft.Maintenance/maintenanceConfigurations/maintenanceScope/InGuestPatch/write\"\ + ,\"Microsoft.Maintenance/maintenanceConfigurations/maintenanceScope/InGuestPatch/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-03-21T10:28:02.1319658Z\",\"updatedOn\":\"2022-04-13T08:04:33.5842713Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cd08ab90-6b14-449c-ad9a-8f8e549482c6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cd08ab90-6b14-449c-ad9a-8f8e549482c6\"\ + },{\"properties\":{\"roleName\":\"DevCenter Dev Box User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides access to create and manage dev boxes.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DevCenter/projects/read\"\ + ,\"Microsoft.DevCenter/projects/*/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.DevCenter/projects/users/devboxes/userStop/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userStart/action\",\"Microsoft.DevCenter/projects/users/devboxes/userGetRemoteConnection/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userRead/action\",\"Microsoft.DevCenter/projects/users/devboxes/userWrite/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userDelete/action\",\"Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionRead/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionManage/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userActionRead/action\",\"\ + Microsoft.DevCenter/projects/users/devboxes/userActionManage/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-03-31T18:38:03.5210123Z\",\"updatedOn\"\ + :\"2023-03-22T19:17:56.5520463Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45d50f46-0b78-4001-a660-4198cbe8cd05\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"45d50f46-0b78-4001-a660-4198cbe8cd05\"\ + },{\"properties\":{\"roleName\":\"DevCenter Project Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides access to manage project resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DevCenter/projects/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[\"Microsoft.DevCenter/projects/write\",\"Microsoft.DevCenter/projects/delete\"\ + ],\"dataActions\":[\"Microsoft.DevCenter/projects/users/devboxes/adminStart/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/adminStop/action\",\"Microsoft.DevCenter/projects/users/devboxes/adminRead/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/adminWrite/action\",\"Microsoft.DevCenter/projects/users/devboxes/adminDelete/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userStop/action\",\"Microsoft.DevCenter/projects/users/devboxes/userStart/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userGetRemoteConnection/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userRead/action\",\"Microsoft.DevCenter/projects/users/devboxes/userWrite/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userDelete/action\",\"Microsoft.DevCenter/projects/users/environments/adminRead/action\"\ + ,\"Microsoft.DevCenter/projects/users/environments/userWrite/action\",\"Microsoft.DevCenter/projects/users/environments/userDelete/action\"\ + ,\"Microsoft.DevCenter/projects/users/environments/adminDelete/action\",\"\ + Microsoft.DevCenter/projects/users/environments/adminAction/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2022-03-31T19:42:55.7106886Z\",\"updatedOn\":\"2023-06-05T21:32:12.9474863Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/331c37c6-af14-46d9-b9f4-e1909e1b95a0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"331c37c6-af14-46d9-b9f4-e1909e1b95a0\"\ + },{\"properties\":{\"roleName\":\"Virtual Machine Local User Login\",\"type\"\ + :\"BuiltInRole\",\"description\":\"View Virtual Machines in the portal and\ + \ login as a local user configured on the arc server\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/*/read\"\ + ,\"Microsoft.HybridConnectivity/endpoints/listCredentials/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-06T23:57:10.4104571Z\"\ + ,\"updatedOn\":\"2022-04-16T18:55:26.3037328Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/602da2ba-a5c2-41da-b01d-5360126ab525\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"602da2ba-a5c2-41da-b01d-5360126ab525\"\ + },{\"properties\":{\"roleName\":\"Azure Arc ScVmm VM Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Arc ScVmm VM Contributor has permissions\ + \ to perform all VM actions.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"microsoft.scvmm/virtualmachines/*\",\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ + ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T17:19:45.4667566Z\"\ + ,\"updatedOn\":\"2023-05-17T07:13:04.3964110Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e582369a-e17b-42a5-b10c-874c387c530b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e582369a-e17b-42a5-b10c-874c387c530b\"\ + },{\"properties\":{\"roleName\":\"Azure Arc ScVmm Private Clouds Onboarding\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure Arc ScVmm Private Clouds\ + \ Onboarding role has permissions to provision all the required resources\ + \ for onboard and deboard vmm server instances to Azure.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"microsoft.scvmm/vmmservers/Read\"\ + ,\"microsoft.scvmm/vmmservers/Write\",\"microsoft.scvmm/vmmservers/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ + ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ + ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T17:20:24.2592061Z\"\ + ,\"updatedOn\":\"2023-05-17T07:13:04.3974107Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6aac74c4-6311-40d2-bbdd-7d01e7c6e3a9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6aac74c4-6311-40d2-bbdd-7d01e7c6e3a9\"\ + },{\"properties\":{\"roleName\":\"Azure Arc ScVmm Private Cloud User\",\"\ + type\":\"BuiltInRole\",\"description\":\"Azure Arc ScVmm Private Cloud User\ + \ has permissions to use the ScVmm resources to deploy VMs.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ + ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"microsoft.scvmm/virtualnetworks/join/action\"\ + ,\"microsoft.scvmm/virtualnetworks/Read\",\"microsoft.scvmm/virtualmachinetemplates/clone/action\"\ + ,\"microsoft.scvmm/virtualmachinetemplates/Read\",\"microsoft.scvmm/clouds/deploy/action\"\ + ,\"microsoft.scvmm/clouds/Read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T17:21:33.4624374Z\"\ + ,\"updatedOn\":\"2023-05-17T07:13:04.3964110Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c0781e91-8102-4553-8951-97c6d4243cda\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c0781e91-8102-4553-8951-97c6d4243cda\"\ + },{\"properties\":{\"roleName\":\"Azure Arc ScVmm Administrator role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Arc ScVmm VM Administrator has permissions\ + \ to perform all ScVmm actions.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ScVmm/*\",\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ + ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T17:23:36.5115227Z\"\ + ,\"updatedOn\":\"2023-05-17T06:58:04.1499219Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a92dfd61-77f9-4aec-a531-19858b406c87\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a92dfd61-77f9-4aec-a531-19858b406c87\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Importer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to read and import FHIR Data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/import/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-04-19T07:59:50.0236181Z\",\"\ + updatedOn\":\"2022-04-21T09:16:15.3849248Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4465e953-8ced-4406-a58e-0f6e3f3b530b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4465e953-8ced-4406-a58e-0f6e3f3b530b\"\ + },{\"properties\":{\"roleName\":\"API Management Developer Portal Content\ + \ Editor\",\"type\":\"BuiltInRole\",\"description\":\"Can customize the developer\ + \ portal, edit its content, and publish it.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/portalRevisions/read\"\ + ,\"Microsoft.ApiManagement/service/portalRevisions/write\",\"Microsoft.ApiManagement/service/contentTypes/read\"\ + ,\"Microsoft.ApiManagement/service/contentTypes/delete\",\"Microsoft.ApiManagement/service/contentTypes/write\"\ + ,\"Microsoft.ApiManagement/service/contentTypes/contentItems/read\",\"Microsoft.ApiManagement/service/contentTypes/contentItems/write\"\ + ,\"Microsoft.ApiManagement/service/contentTypes/contentItems/delete\"],\"\ + notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ + 2022-05-06T17:42:10.1276527Z\",\"updatedOn\":\"2022-05-10T21:44:17.7458996Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c031e6a8-4391-4de0-8d69-4706a7ed3729\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c031e6a8-4391-4de0-8d69-4706a7ed3729\"\ + },{\"properties\":{\"roleName\":\"VM Scanner Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role that provides access to disk snapshot for security\ + \ analysis.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/beginGetAccess/action\"\ + ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Compute/virtualMachineScaleSets/instanceView/read\",\"Microsoft.Compute/virtualMachineScaleSets/read\"\ + ,\"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/read\",\"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/instanceView/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-05-15T14:44:58.0697864Z\",\"updatedOn\":\"2022-06-06T17:44:18.2603469Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d24ecba3-c1f4-40fa-a7bb-4588a071e8fd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d24ecba3-c1f4-40fa-a7bb-4588a071e8fd\"\ + },{\"properties\":{\"roleName\":\"Elastic SAN Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full access to all resources under Azure Elastic\ + \ SAN including changing network security policies to unblock data path access\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ElasticSan/elasticSans/*\"\ + ,\"Microsoft.ElasticSan/locations/*\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-05-25T10:31:53.7129003Z\",\"updatedOn\"\ + :\"2022-08-22T15:27:30.0884957Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/80dcbedb-47ef-405d-95bd-188a1b4ac406\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"80dcbedb-47ef-405d-95bd-188a1b4ac406\"\ + },{\"properties\":{\"roleName\":\"Elastic SAN Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for control path read access to Azure Elastic SAN\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ElasticSan/elasticSans/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-05-31T04:56:26.3763359Z\",\"updatedOn\":\"2022-08-22T15:27:30.0884957Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/af6a70f8-3c9f-4105-acf1-d719e9fca4ca\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"af6a70f8-3c9f-4105-acf1-d719e9fca4ca\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Virtual Machine Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role is in preview and subject\ + \ to change. Provide permission to the Azure Virtual Desktop Resource Provider\ + \ to create, delete, update, start, and stop virtual machines.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/hostpools/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/write\",\"Microsoft.DesktopVirtualization/hostpools/retrieveRegistrationToken/action\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/write\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/delete\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/disconnect/action\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/sendMessage/action\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionHostConfigurations/read\"\ + ,\"Microsoft.Compute/availabilitySets/read\",\"Microsoft.Compute/availabilitySets/write\"\ + ,\"Microsoft.Compute/availabilitySets/vmSizes/read\",\"Microsoft.Compute/disks/read\"\ + ,\"Microsoft.Compute/disks/write\",\"Microsoft.Compute/disks/delete\",\"Microsoft.Compute/galleries/read\"\ + ,\"Microsoft.Compute/galleries/images/read\",\"Microsoft.Compute/galleries/images/versions/read\"\ + ,\"Microsoft.Compute/images/read\",\"Microsoft.Compute/locations/usages/read\"\ + ,\"Microsoft.Compute/locations/vmSizes/read\",\"Microsoft.Compute/operations/read\"\ + ,\"Microsoft.Compute/skus/read\",\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Compute/virtualMachines/write\",\"Microsoft.Compute/virtualMachines/delete\"\ + ,\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.Compute/virtualMachines/powerOff/action\"\ + ,\"Microsoft.Compute/virtualMachines/restart/action\",\"Microsoft.Compute/virtualMachines/deallocate/action\"\ + ,\"Microsoft.Compute/virtualMachines/runCommand/action\",\"Microsoft.Compute/virtualMachines/extensions/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/write\",\"Microsoft.Compute/virtualMachines/extensions/delete\"\ + ,\"Microsoft.Compute/virtualMachines/runCommands/read\",\"Microsoft.Compute/virtualMachines/runCommands/write\"\ + ,\"Microsoft.Compute/virtualMachines/vmSizes/read\",\"Microsoft.Network/networkSecurityGroups/read\"\ + ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/networkInterfaces/delete\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Marketplace/offerTypes/publishers/offers/plans/agreements/read\"\ + ,\"Microsoft.KeyVault/vaults/deploy/action\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-06-27T23:34:34.2924270Z\",\"updatedOn\":\"2022-07-14T23:59:09.6368154Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a959dbd1-f747-45e3-8ba6-dd80f235f97c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a959dbd1-f747-45e3-8ba6-dd80f235f97c\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Power On Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role is in preview and subject\ + \ to change. Provide permission to the Azure Virtual Desktop Resource Provider\ + \ to start virtual machines.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-06-27T23:34:34.8048994Z\"\ + ,\"updatedOn\":\"2022-07-14T23:59:09.6368154Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/489581de-a3bd-480d-9518-53dea7416b33\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"489581de-a3bd-480d-9518-53dea7416b33\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Power On Off Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role is in preview and subject\ + \ to change. Provide permission to the Azure Virtual Desktop Resource Provider\ + \ to start and stop virtual machines.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Compute/virtualMachines/deallocate/action\"\ + ,\"Microsoft.Compute/virtualMachines/restart/action\",\"Microsoft.Compute/virtualMachines/powerOff/action\"\ + ,\"Microsoft.Insights/eventtypes/values/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.DesktopVirtualization/hostpools/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/write\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/write\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/delete\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/sendMessage/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-06-27T23:34:34.8048994Z\",\"updatedOn\":\"2022-07-14T23:59:09.6368154Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/40c5ff49-9181-41f8-ae61-143b0e78555e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"40c5ff49-9181-41f8-ae61-143b0e78555e\"\ + },{\"properties\":{\"roleName\":\"Elastic SAN Volume Group Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for full access to a volume group\ + \ in Azure Elastic SAN including changing network security policies to unblock\ + \ data path access\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ,\"Microsoft.ElasticSan/elasticSans/volumeGroups/*\",\"Microsoft.ElasticSan/locations/asyncoperations/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-07-01T12:56:46.0182642Z\",\"updatedOn\":\"2022-08-22T15:27:30.0884957Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a8281131-f312-4f34-8d98-ae12be9f0d23\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a8281131-f312-4f34-8d98-ae12be9f0d23\"\ + },{\"properties\":{\"roleName\":\"Access Review Operator Service Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you grant Access Review System\ + \ app permissions to discover and revoke access as needed by the access review\ + \ process.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleAssignments/delete\"\ + ,\"Microsoft.Management/getEntities/action\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2022-07-01T20:18:33.8473541Z\"\ + ,\"updatedOn\":\"2022-07-01T20:18:33.8473541Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/76cc9ee4-d5d3-4a45-a930-26add3d73475\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"76cc9ee4-d5d3-4a45-a930-26add3d73475\"\ + },{\"properties\":{\"roleName\":\"Code Signing Identity Verifier\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Manage identity or business verification\ + \ requests. This role is in preview and subject to change.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CodeSigning/*/read\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.CodeSigning/IdentityVerification/Read\"\ + ,\"Microsoft.CodeSigning/IdentityVerification/Write\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2022-07-28T05:30:15.0114431Z\",\"updatedOn\":\"2022-11-01T05:16:07.2974025Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4339b7cf-9826-4e41-b4ed-c7f4505dac08\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4339b7cf-9826-4e41-b4ed-c7f4505dac08\"\ + },{\"properties\":{\"roleName\":\"Video Indexer Restricted Viewer\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has access to view and search through all\ + \ video's insights and transcription in the Video Indexer portal. No access\ + \ to model customization, embedding of widget, downloading videos, or sharing\ + \ the account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.VideoIndexer/*/read\",\"Microsoft.VideoIndexer/accounts/*/action\"\ + ],\"notActions\":[\"Microsoft.VideoIndexer/*/write\",\"Microsoft.VideoIndexer/*/delete\"\ + ,\"Microsoft.VideoIndexer/accounts/generateAccessToken/action\"],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2022-08-08T18:06:28.4761091Z\"\ + ,\"updatedOn\":\"2022-08-08T18:06:28.4761091Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a2c4a527-7dc0-4ee3-897b-403ade70fafb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a2c4a527-7dc0-4ee3-897b-403ade70fafb\"\ + },{\"properties\":{\"roleName\":\"Monitoring Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can access the data in an Azure Monitor Workspace.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Monitor/accounts/data/metrics/read\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-08-18T21:42:07.5907559Z\",\"updatedOn\"\ + :\"2022-10-06T18:45:11.9001059Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b0d8363b-8ddd-447d-831f-62ca05bff136\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b0d8363b-8ddd-447d-831f-62ca05bff136\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Writer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows read/write access to most\ + \ objects in a namespace.This role does not allow viewing or modifying roles\ + \ or role bindings. However, this role allows accessing Secrets as any ServiceAccount\ + \ in the namespace, so it can be used to gain the API access levels of any\ + \ ServiceAccount in the namespace. Applying this role at cluster scope will\ + \ give access across all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ContainerService/fleets/read\",\"Microsoft.ContainerService/fleets/listCredentials/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/fleets/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/fleets/apps/daemonsets/*\",\"Microsoft.ContainerService/fleets/apps/deployments/*\"\ + ,\"Microsoft.ContainerService/fleets/apps/statefulsets/*\",\"Microsoft.ContainerService/fleets/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.ContainerService/fleets/batch/cronjobs/*\",\"Microsoft.ContainerService/fleets/batch/jobs/*\"\ + ,\"Microsoft.ContainerService/fleets/configmaps/*\",\"Microsoft.ContainerService/fleets/endpoints/*\"\ + ,\"Microsoft.ContainerService/fleets/events.k8s.io/events/read\",\"Microsoft.ContainerService/fleets/events/read\"\ + ,\"Microsoft.ContainerService/fleets/extensions/daemonsets/*\",\"Microsoft.ContainerService/fleets/extensions/deployments/*\"\ + ,\"Microsoft.ContainerService/fleets/extensions/ingresses/*\",\"Microsoft.ContainerService/fleets/extensions/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/fleets/limitranges/read\",\"Microsoft.ContainerService/fleets/namespaces/read\"\ + ,\"Microsoft.ContainerService/fleets/networking.k8s.io/ingresses/*\",\"Microsoft.ContainerService/fleets/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/fleets/persistentvolumeclaims/*\",\"Microsoft.ContainerService/fleets/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.ContainerService/fleets/replicationcontrollers/*\",\"Microsoft.ContainerService/fleets/replicationcontrollers/*\"\ + ,\"Microsoft.ContainerService/fleets/resourcequotas/read\",\"Microsoft.ContainerService/fleets/secrets/*\"\ + ,\"Microsoft.ContainerService/fleets/serviceaccounts/*\",\"Microsoft.ContainerService/fleets/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-19T21:54:44.6234342Z\",\"\ + updatedOn\":\"2022-08-25T18:08:36.2213166Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5af6afb3-c06c-4fa4-8848-71a8aee05683\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5af6afb3-c06c-4fa4-8848-71a8aee05683\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager Contributor\ + \ Role\",\"type\":\"BuiltInRole\",\"description\":\"Grants access to read\ + \ and write Azure Kubernetes Fleet Manager clusters\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerService/fleets/*\"\ + ,\"Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2022-08-19T21:54:44.6234342Z\"\ + ,\"updatedOn\":\"2022-08-19T21:54:44.6234342Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/63bb64ad-9799-4770-b5c3-24ed299a07bf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"63bb64ad-9799-4770-b5c3-24ed299a07bf\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Cluster\ + \ Admin\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources\ + \ in the fleet manager cluster.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ContainerService/fleets/read\",\"Microsoft.ContainerService/fleets/listCredentials/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/fleets/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-19T21:54:44.6234342Z\",\"\ + updatedOn\":\"2022-08-19T21:54:44.6234342Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18ab4d3d-a1bf-4477-8ad9-8359bc988f69\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18ab4d3d-a1bf-4477-8ad9-8359bc988f69\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Admin\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role grants admin access\ + \ - provides write permissions on most objects within a a namespace, with\ + \ the exception of ResourceQuota object and the namespace object itself. Applying\ + \ this role at cluster scope will give access across all namespaces.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ContainerService/fleets/read\"\ + ,\"Microsoft.ContainerService/fleets/listCredentials/action\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ContainerService/fleets/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/fleets/apps/daemonsets/*\",\"Microsoft.ContainerService/fleets/apps/deployments/*\"\ + ,\"Microsoft.ContainerService/fleets/apps/statefulsets/*\",\"Microsoft.ContainerService/fleets/authorization.k8s.io/localsubjectaccessreviews/write\"\ + ,\"Microsoft.ContainerService/fleets/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.ContainerService/fleets/batch/cronjobs/*\",\"Microsoft.ContainerService/fleets/batch/jobs/*\"\ + ,\"Microsoft.ContainerService/fleets/configmaps/*\",\"Microsoft.ContainerService/fleets/endpoints/*\"\ + ,\"Microsoft.ContainerService/fleets/events.k8s.io/events/read\",\"Microsoft.ContainerService/fleets/events/read\"\ + ,\"Microsoft.ContainerService/fleets/extensions/daemonsets/*\",\"Microsoft.ContainerService/fleets/extensions/deployments/*\"\ + ,\"Microsoft.ContainerService/fleets/extensions/ingresses/*\",\"Microsoft.ContainerService/fleets/extensions/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/fleets/limitranges/read\",\"Microsoft.ContainerService/fleets/namespaces/read\"\ + ,\"Microsoft.ContainerService/fleets/networking.k8s.io/ingresses/*\",\"Microsoft.ContainerService/fleets/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/fleets/persistentvolumeclaims/*\",\"Microsoft.ContainerService/fleets/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.ContainerService/fleets/rbac.authorization.k8s.io/rolebindings/*\"\ + ,\"Microsoft.ContainerService/fleets/rbac.authorization.k8s.io/roles/*\",\"\ + Microsoft.ContainerService/fleets/replicationcontrollers/*\",\"Microsoft.ContainerService/fleets/replicationcontrollers/*\"\ + ,\"Microsoft.ContainerService/fleets/resourcequotas/read\",\"Microsoft.ContainerService/fleets/secrets/*\"\ + ,\"Microsoft.ContainerService/fleets/serviceaccounts/*\",\"Microsoft.ContainerService/fleets/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-19T21:54:44.6234342Z\",\"\ + updatedOn\":\"2022-08-25T18:08:36.2213166Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/434fb43a-c01c-447e-9f67-c3ad923cfaba\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"434fb43a-c01c-447e-9f67-c3ad923cfaba\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows read-only access to see\ + \ most objects in a namespace. It does not allow viewing roles or role bindings.\ + \ This role does not allow viewing Secrets, since reading the contents of\ + \ Secrets enables access to ServiceAccount credentials in the namespace, which\ + \ would allow API access as any ServiceAccount in the namespace (a form of\ + \ privilege escalation). Applying this role at cluster scope will give access\ + \ across all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ContainerService/fleets/read\",\"Microsoft.ContainerService/fleets/listCredentials/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/fleets/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/fleets/apps/daemonsets/read\",\"Microsoft.ContainerService/fleets/apps/deployments/read\"\ + ,\"Microsoft.ContainerService/fleets/apps/statefulsets/read\",\"Microsoft.ContainerService/fleets/autoscaling/horizontalpodautoscalers/read\"\ + ,\"Microsoft.ContainerService/fleets/batch/cronjobs/read\",\"Microsoft.ContainerService/fleets/batch/jobs/read\"\ + ,\"Microsoft.ContainerService/fleets/configmaps/read\",\"Microsoft.ContainerService/fleets/endpoints/read\"\ + ,\"Microsoft.ContainerService/fleets/events.k8s.io/events/read\",\"Microsoft.ContainerService/fleets/events/read\"\ + ,\"Microsoft.ContainerService/fleets/extensions/daemonsets/read\",\"Microsoft.ContainerService/fleets/extensions/deployments/read\"\ + ,\"Microsoft.ContainerService/fleets/extensions/ingresses/read\",\"Microsoft.ContainerService/fleets/extensions/networkpolicies/read\"\ + ,\"Microsoft.ContainerService/fleets/limitranges/read\",\"Microsoft.ContainerService/fleets/namespaces/read\"\ + ,\"Microsoft.ContainerService/fleets/networking.k8s.io/ingresses/read\",\"\ + Microsoft.ContainerService/fleets/networking.k8s.io/networkpolicies/read\"\ + ,\"Microsoft.ContainerService/fleets/persistentvolumeclaims/read\",\"Microsoft.ContainerService/fleets/policy/poddisruptionbudgets/read\"\ + ,\"Microsoft.ContainerService/fleets/replicationcontrollers/read\",\"Microsoft.ContainerService/fleets/replicationcontrollers/read\"\ + ,\"Microsoft.ContainerService/fleets/resourcequotas/read\",\"Microsoft.ContainerService/fleets/serviceaccounts/read\"\ + ,\"Microsoft.ContainerService/fleets/services/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2022-08-19T21:54:44.6234342Z\",\"updatedOn\":\"2022-08-25T18:08:36.2213166Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/30b27cfc-9c84-438e-b0ce-70e35255df80\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"30b27cfc-9c84-438e-b0ce-70e35255df80\"\ + },{\"properties\":{\"roleName\":\"Kubernetes Namespace User\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows a user to read namespace resources\ + \ and retrieve kubeconfig for the cluster\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.KubernetesConfiguration/namespaces/read\"\ + ,\"Microsoft.KubernetesConfiguration/namespaces/listUserCredential/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-08-23T05:53:29.2401441Z\",\"updatedOn\":\"2022-08-23T05:53:29.2401441Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ba79058c-0414-4a34-9e42-c3399d80cd5a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ba79058c-0414-4a34-9e42-c3399d80cd5a\"\ + },{\"properties\":{\"roleName\":\"Data Labeling - Labeler\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can label data in Labeling.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/workspaces/read\"\ + ,\"Microsoft.MachineLearningServices/workspaces/experiments/runs/read\",\"\ + Microsoft.MachineLearningServices/workspaces/labeling/projects/read\",\"Microsoft.MachineLearningServices/workspaces/labeling/projects/summary/read\"\ + ,\"Microsoft.MachineLearningServices/workspaces/labeling/labels/read\",\"\ + Microsoft.MachineLearningServices/workspaces/labeling/labels/write\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-01T18:26:59.8559741Z\"\ + ,\"updatedOn\":\"2022-09-07T18:52:08.6907182Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c6decf44-fd0a-444c-a844-d653c394e7ab\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c6decf44-fd0a-444c-a844-d653c394e7ab\"\ + },{\"properties\":{\"roleName\":\"Template Spec Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows full access to Template Spec operations\ + \ at the assigned scope.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Resources/templateSpecs/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-09-06T21:40:35.0538486Z\",\"updatedOn\":\"2022-09-06T21:40:35.0538486Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1c9b6475-caf0-4164-b5a1-2142a7116f4b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1c9b6475-caf0-4164-b5a1-2142a7116f4b\"\ + },{\"properties\":{\"roleName\":\"Template Spec Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows read access to Template Specs at the assigned scope.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/templateSpecs/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-09-06T21:40:35.0538486Z\",\"updatedOn\":\"2022-09-06T21:40:35.0538486Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/392ae280-861d-42bd-9ea5-08ee6d83b80e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"392ae280-861d-42bd-9ea5-08ee6d83b80e\"\ + },{\"properties\":{\"roleName\":\"Role Based Access Control Administrator\ + \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Manage access to\ + \ Azure resources by assigning roles using Azure RBAC. This role does not\ + \ allow you to manage access using other ways, such as Azure Policy.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/write\"\ + ,\"Microsoft.Authorization/roleAssignments/delete\",\"*/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-09-06T22:11:11.4458675Z\",\"updatedOn\":\"2022-09-06T22:11:11.4458675Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f58310d9-a9f6-439a-9e8d-f62e7b41a168\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f58310d9-a9f6-439a-9e8d-f62e7b41a168\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Playbook Operator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Microsoft Sentinel Playbook Operator\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Logic/workflows/read\"\ + ,\"Microsoft.Logic/workflows/triggers/listCallbackUrl/action\",\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/listCallbackUrl/action\"\ + ,\"Microsoft.Web/sites/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2022-09-19T15:10:00.4803785Z\",\"updatedOn\":\"2022-12-05T18:09:08.3556749Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/51d6186e-6489-4900-b93f-92e23144cca5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"51d6186e-6489-4900-b93f-92e23144cca5\"\ + },{\"properties\":{\"roleName\":\"Deployment Environments User\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides access to manage environment resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DevCenter/projects/read\"\ + ,\"Microsoft.DevCenter/projects/*/read\",\"Microsoft.Fidalgo/projects/read\"\ + ,\"Microsoft.Fidalgo/projects/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[\"Microsoft.DevCenter/projects/pools/read\"\ + ,\"Microsoft.Fidalgo/projects/pools/read\",\"Microsoft.DevCenter/projects/pools/schedules/read\"\ + ],\"dataActions\":[\"Microsoft.DevCenter/projects/users/environments/adminRead/action\"\ + ,\"Microsoft.DevCenter/projects/users/environments/userWrite/action\",\"Microsoft.DevCenter/projects/users/environments/userDelete/action\"\ + ,\"Microsoft.DevCenter/projects/users/environments/adminAction/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-09-20T20:51:42.7384536Z\",\"updatedOn\"\ + :\"2022-10-11T07:53:29.7067755Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e40d4e-8d2e-438d-97e1-9528336e149c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18e40d4e-8d2e-438d-97e1-9528336e149c\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Apps Connect Role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Azure Spring Apps Connect Role\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.AppPlatform/Spring/apps/deployments/connect/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2022-09-22T06:55:16.9189450Z\",\"updatedOn\":\"2022-09-22T06:55:16.9189450Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/80558df3-64f9-4c0f-b32d-e5094b036b0b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"80558df3-64f9-4c0f-b32d-e5094b036b0b\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Apps Remote Debugging Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure Spring Apps Remote Debugging\ + \ Role\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/apps/deployments/remotedebugging/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-09-22T07:10:29.3874610Z\",\"\ + updatedOn\":\"2022-09-22T07:10:29.3874610Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a99b0159-1064-4c22-a57b-c9b3caa1c054\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a99b0159-1064-4c22-a57b-c9b3caa1c054\"\ + },{\"properties\":{\"roleName\":\"AzureML Registry User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can perform all actions on Machine Learning Services Registry\ + \ assets\_as well as get Registry resources.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/registries/read\"\ + ,\"Microsoft.MachineLearningServices/registries/assets/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-26T15:06:14.4270097Z\"\ + ,\"updatedOn\":\"2022-09-26T15:06:14.4270097Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1823dd4f-9b8c-4ab6-ab4e-7397a3684615\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1823dd4f-9b8c-4ab6-ab4e-7397a3684615\"\ + },{\"properties\":{\"roleName\":\"AzureML Compute Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can access and perform CRUD operations on Machine Learning\ + \ Services managed compute resources (including Notebook VMs).\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/workspaces/computes/*\"\ + ,\"Microsoft.MachineLearningServices/workspaces/notebooks/vm/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-26T15:06:14.4270097Z\"\ + ,\"updatedOn\":\"2022-09-26T15:06:14.4270097Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e503ece1-11d0-4e8e-8e2c-7a6c3bf38815\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e503ece1-11d0-4e8e-8e2c-7a6c3bf38815\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role provides read access\ + \ to all capabilities of Azure Center for SAP solutions.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Advisor/configurations/read\"\ + ,\"Microsoft.Advisor/recommendations/read\",\"Microsoft.Workloads/sapvirtualInstances/*/read\"\ + ,\"Microsoft.Workloads/Locations/*/action\",\"Microsoft.Workloads/Operations/read\"\ + ,\"Microsoft.Workloads/Locations/OperationStatuses/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\"\ + ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/ipconfigurations/read\"\ + ,\"Microsoft.Network/networkInterfaces/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/backendAddressPools/read\"\ + ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/read\",\"Microsoft.Network/loadBalancers/loadBalancingRules/read\"\ + ,\"Microsoft.Network/loadBalancers/inboundNatRules/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/networkInterfaces/read\",\"Microsoft.Network/loadBalancers/outboundRules/read\"\ + ,\"Microsoft.Network/loadBalancers/virtualMachines/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/privateEndpoints/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/read\",\"Microsoft.Storage/storageAccounts/fileServices/shares/read\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/availabilitySets/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/read\",\"Microsoft.Compute/disks/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-09-30T06:12:33.9068922Z\",\"updatedOn\":\"2023-06-01T07:20:24.5246962Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/05352d14-a920-4328-a0de-4cbe7430e26b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"05352d14-a920-4328-a0de-4cbe7430e26b\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions service role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure Center for SAP solutions\ + \ service role - This role is intended to be used for providing the permissions\ + \ to user assigned managed identity. Azure Center for SAP solutions will use\ + \ this identity to deploy and manage SAP systems.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/write\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/write\"\ + ,\"Microsoft.Network/loadBalancers/backendAddressPools/read\",\"Microsoft.Network/loadBalancers/backendAddressPools/write\"\ + ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/read\",\"Microsoft.Network/loadBalancers/loadBalancingRules/read\"\ + ,\"Microsoft.Network/loadBalancers/inboundNatRules/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/networkInterfaces/read\",\"Microsoft.Network/loadBalancers/outboundRules/read\"\ + ,\"Microsoft.Network/loadBalancers/virtualMachines/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\"\ + ,\"Microsoft.Network/networkInterfaces/ipconfigurations/read\",\"Microsoft.Network/networkInterfaces/loadBalancers/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/checkIpAddressAvailability/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\"\ + ,\"Microsoft.Network/virtualNetworks/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/ipconfigurations/join/action\"\ + ,\"Microsoft.Network/privateEndpoints/read\",\"Microsoft.Network/privateEndpoints/write\"\ + ,\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\"\ + ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/join/action\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/subnets/joinLoadBalancer/action\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/write\"\ + ,\"Microsoft.Storage/storageAccounts/PrivateEndpointConnectionsApproval/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/read\",\"Microsoft.Storage/storageAccounts/fileServices/write\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/shares/read\",\"Microsoft.Storage/storageAccounts/fileServices/shares/write\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/write\"\ + ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Compute/availabilitySets/read\"\ + ,\"Microsoft.Compute/availabilitySets/write\",\"Microsoft.Compute/skus/read\"\ + ,\"Microsoft.Compute/sshPublicKeys/read\",\"Microsoft.Compute/virtualMachines/extensions/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/write\",\"Microsoft.Compute/virtualMachines/extensions/delete\"\ + ,\"Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/write\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-30T06:12:34.4541883Z\"\ + ,\"updatedOn\":\"2023-01-31T07:21:28.5445523Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/aabbc5dd-1af0-458b-a942-81af88f9c138\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"aabbc5dd-1af0-458b-a942-81af88f9c138\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role provides read and write\ + \ access to all capabilities of Azure Center for SAP solutions.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Advisor/configurations/read\"\ + ,\"Microsoft.Advisor/recommendations/read\",\"Microsoft.Workloads/sapvirtualInstances/*/read\"\ + ,\"Microsoft.Workloads/sapVirtualInstances/*/write\",\"Microsoft.Workloads/sapVirtualInstances/*/delete\"\ + ,\"Microsoft.Workloads/Locations/*/action\",\"Microsoft.Workloads/Locations/*/read\"\ + ,\"Microsoft.Workloads/sapVirtualInstances/*/start/action\",\"Microsoft.Workloads/sapVirtualInstances/*/stop/action\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/write\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/write\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/ipconfigurations/read\",\"Microsoft.Network/networkInterfaces/loadBalancers/read\"\ + ,\"Microsoft.Network/networkInterfaces/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/backendAddressPools/read\"\ + ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/read\",\"Microsoft.Network/loadBalancers/loadBalancingRules/read\"\ + ,\"Microsoft.Network/loadBalancers/inboundNatRules/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/networkInterfaces/read\",\"Microsoft.Network/loadBalancers/outboundRules/read\"\ + ,\"Microsoft.Network/loadBalancers/virtualMachines/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/privateEndpoints/read\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/routeTables/join/action\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/read\",\"Microsoft.Storage/storageAccounts/fileServices/shares/read\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/availabilitySets/read\"\ + ,\"Microsoft.Compute/sshPublicKeys/read\",\"Microsoft.Compute/sshPublicKeys/write\"\ + ,\"Microsoft.Compute/sshPublicKeys/*/generateKeyPair/action\",\"Microsoft.Compute/virtualMachines/extensions/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/delete\",\"Microsoft.Compute/disks/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-03T15:02:12.4663451Z\",\"\ + updatedOn\":\"2023-06-01T07:20:24.5246962Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7b0c7e81-271f-4c71-90bf-e30bdfdbc2f7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7b0c7e81-271f-4c71-90bf-e30bdfdbc2f7\"\ + },{\"properties\":{\"roleName\":\"Azure Traffic Controller Configuration Manager\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows access to traffic controller\ + \ resource. Also allows all confiuration Updates on traffic controller\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ServiceNetworking/trafficControllers/read\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/write\",\"Microsoft.ServiceNetworking/trafficControllers/delete\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/frontends/read\",\"Microsoft.ServiceNetworking/trafficControllers/frontends/write\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/frontends/delete\",\"Microsoft.ServiceNetworking/trafficControllers/associations/read\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/associations/write\",\"\ + Microsoft.ServiceNetworking/trafficControllers/associations/delete\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ServiceNetworking/trafficControllers/serviceRoutingConfigurations/read\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/serviceRoutingConfigurations/write\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/serviceRoutingConfigurations/delete\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-05T01:07:25.0493972Z\",\"\ + updatedOn\":\"2022-10-26T23:56:58.2547550Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fbc52c3f-28ad-4303-a892-8a056630b8f1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fbc52c3f-28ad-4303-a892-8a056630b8f1\"\ + },{\"properties\":{\"roleName\":\"FHIR SMART User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user to access FHIR Service according to SMART\ + \ on FHIR specification\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/read\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\",\"Microsoft.HealthcareApis/services/fhir/resources/smart/action\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/smart/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-25T15:11:56.8461766Z\",\"\ + updatedOn\":\"2022-12-05T20:11:06.0992340Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4ba50f17-9666-485c-a643-ff00808643f0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4ba50f17-9666-485c-a643-ff00808643f0\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services OpenAI Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Full access including the ability\ + \ to fine-tune, deploy and generate text\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/OpenAI/*\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2022-10-25T20:16:34.9493725Z\",\"updatedOn\":\"2022-10-25T20:16:34.9493725Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a001fd3d-188f-4b5d-821b-7da978bf7442\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a001fd3d-188f-4b5d-821b-7da978bf7442\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services OpenAI User\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Ability to view files, models, deployments.\ + \ Readers can't make any changes They can inference\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/OpenAI/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/engines/completions/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/engines/search/action\",\"\ + Microsoft.CognitiveServices/accounts/OpenAI/engines/generate/action\",\"Microsoft.CognitiveServices/accounts/OpenAI/engines/completions/write\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/search/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/completions/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/chat/completions/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/extensions/chat/completions/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/embeddings/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/completions/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-25T20:16:34.9493725Z\",\"\ + updatedOn\":\"2023-05-26T18:39:17.4065060Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e0bd9bd-7b93-4f28-af87-19fc36ad61bd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e0bd9bd-7b93-4f28-af87-19fc36ad61bd\"\ + },{\"properties\":{\"roleName\":\"Impact Reporter\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows access to create/report, read and delete impacts\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Impact/WorkloadImpacts/*\"\ + ,\"Microsoft.Impact/ImpactCategories/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2022-10-26T20:23:26.2218757Z\"\ + ,\"updatedOn\":\"2022-11-04T20:01:52.7464373Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36e80216-a7e8-4f42-a7e1-f12c98cbaf8a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"36e80216-a7e8-4f42-a7e1-f12c98cbaf8a\"\ + },{\"properties\":{\"roleName\":\"Impact Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows read-only access to reported impacts and impact\ + \ categories\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Impact/WorkloadImpacts/read\",\"Microsoft.Impact/ImpactCategories/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-10-26T20:38:41.9711782Z\",\"updatedOn\":\"2022-11-04T20:01:52.7464373Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/68ff5d27-c7f5-4fa9-a21c-785d0df7bd9e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"68ff5d27-c7f5-4fa9-a21c-785d0df7bd9e\"\ + },{\"properties\":{\"roleName\":\"ContainerApp Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"View all containerapp resources, but does not allow you\ + \ to make any changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.App/containerApps/*/read\",\"Microsoft.App/containerApps/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-11-04T22:03:42.8478872Z\",\"updatedOn\":\"2022-12-20T18:33:40.2659251Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ad2dd5fb-cd4b-4fd4-a9b6-4fed3630980b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ad2dd5fb-cd4b-4fd4-a9b6-4fed3630980b\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Cluster Monitoring\ + \ User\",\"type\":\"BuiltInRole\",\"description\":\"List cluster monitoring\ + \ user credential action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.ContainerService/managedClusters/listClusterMonitoringUserCredential/action\"\ + ,\"Microsoft.ContainerService/managedClusters/read\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-11-07T16:03:48.7116491Z\"\ + ,\"updatedOn\":\"2023-02-02T03:07:23.3237688Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1afdec4b-e479-420e-99e7-f82237c7c5e6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1afdec4b-e479-420e-99e7-f82237c7c5e6\"\ + },{\"properties\":{\"roleName\":\"Azure Connected Machine Resource Manager\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Custom Role for AzureStackHCI\ + \ RP to manage hybrid compute machines and hybrid connectivity endpoints in\ + \ a resource group\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.HybridConnectivity/endpoints/read\",\"Microsoft.HybridConnectivity/endpoints/write\"\ + ,\"Microsoft.HybridConnectivity/endpoints/serviceConfigurations/read\",\"\ + Microsoft.HybridConnectivity/endpoints/serviceConfigurations/write\",\"Microsoft.HybridCompute/machines/read\"\ + ,\"Microsoft.HybridCompute/machines/write\",\"Microsoft.HybridCompute/machines/delete\"\ + ,\"Microsoft.HybridCompute/machines/extensions/read\",\"Microsoft.HybridCompute/machines/extensions/write\"\ + ,\"Microsoft.HybridCompute/machines/extensions/delete\",\"Microsoft.HybridCompute/*/read\"\ + ,\"Microsoft.HybridCompute/machines/UpgradeExtensions/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-11-11T07:00:46.0732593Z\"\ + ,\"updatedOn\":\"2023-05-09T10:45:39.1904419Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f5819b54-e033-4d82-ac66-4fec3cbf3f4c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f5819b54-e033-4d82-ac66-4fec3cbf3f4c\"\ + },{\"properties\":{\"roleName\":\"SqlDb Migration Role\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role for SqlDb migration\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Sql/servers/read\",\"Microsoft.Sql/servers/write\"\ + ,\"Microsoft.Sql/servers/databases/read\",\"Microsoft.Sql/servers/databases/write\"\ + ,\"Microsoft.Sql/servers/databases/delete\",\"Microsoft.DataMigration/locations/operationResults/read\"\ + ,\"Microsoft.DataMigration/locations/operationStatuses/read\",\"Microsoft.DataMigration/locations/sqlMigrationServiceOperationResults/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/write\",\"Microsoft.DataMigration/databaseMigrations/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/delete\",\"Microsoft.DataMigration/databaseMigrations/cancel/action\"\ + ,\"Microsoft.DataMigration/databaseMigrations/cutover/action\",\"Microsoft.DataMigration/sqlMigrationServices/write\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/delete\",\"Microsoft.DataMigration/sqlMigrationServices/read\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listAuthKeys/action\",\"Microsoft.DataMigration/sqlMigrationServices/regenerateAuthKeys/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/deleteNode/action\",\"Microsoft.DataMigration/sqlMigrationServices/listMonitoringData/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listMigrations/read\",\"Microsoft.DataMigration/sqlMigrationServices/MonitoringData/read\"\ + ,\"Microsoft.DataMigration/register/action\",\"Microsoft.DataMigration/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-12-05T22:44:49.0534137Z\",\"updatedOn\":\"2023-02-16T20:05:09.8576114Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/189207d4-bb67-4208-a635-b06afe8b2c57\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"189207d4-bb67-4208-a635-b06afe8b2c57\"\ + },{\"properties\":{\"roleName\":\"Bayer Ag Powered Services Imagery Solution\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Provide access to Imagery Solution\ + \ by Bayer Ag Powered Services\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/read\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/write\",\"Microsoft.AgFoodPlatform/farmBeats/ingestionJobs/satelliteDataIngestionJobs/*\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/scenes/*\",\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insights/*\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insightAttachments/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-01-10T09:47:50.1779616Z\",\"\ + updatedOn\":\"2023-03-15T11:12:45.0172539Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ef29765d-0d37-4119-a4f8-f9f9902c9588\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ef29765d-0d37-4119-a4f8-f9f9902c9588\"\ + },{\"properties\":{\"roleName\":\"Bayer Ag Powered Services GDU Solution\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Provide access to GDU Solution\ + \ by Bayer Ag Powered Services\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/read\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insights/*\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insightAttachments/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-01-10T09:47:50.1779616Z\",\"\ + updatedOn\":\"2023-03-15T11:12:45.0172539Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c4bc862a-3b64-4a35-a021-a380c159b042\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c4bc862a-3b64-4a35-a021-a380c159b042\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions Service role\ + \ for management\",\"type\":\"BuiltInRole\",\"description\":\"This role has\ + \ permissions that the user assigned managed identity must have to enable\ + \ registration for the existing systems.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2023-01-11T08:53:15.6986879Z\",\"updatedOn\":\"2023-01-31T07:21:28.5445523Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0105a6b0-4bb9-43d2-982a-12806f9faddb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0105a6b0-4bb9-43d2-982a-12806f9faddb\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions Management\ + \ role\",\"type\":\"BuiltInRole\",\"description\":\"This role has permissions\ + \ which allow users to register existing systems, view and manage systems.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-01-11T08:53:15.6986879Z\"\ + ,\"updatedOn\":\"2023-01-31T07:21:28.5445523Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6d949e1d-41e2-46e3-8920-c6e4f31a8310\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6d949e1d-41e2-46e3-8920-c6e4f31a8310\"\ + },{\"properties\":{\"roleName\":\"Kubernetes Agentless Operator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Grants Microsoft Defender for Cloud access\ + \ to Azure Kubernetes Services\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings/write\"\ + ,\"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings/read\"\ + ,\"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings/delete\"\ + ,\"Microsoft.ContainerService/managedClusters/read\",\"Microsoft.Features/features/read\"\ + ,\"Microsoft.Features/providers/features/read\",\"Microsoft.Features/providers/features/register/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-11T12:55:52.3130880Z\",\"updatedOn\":\"2023-04-17T10:56:00.5450408Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d5a2ae44-610b-4500-93be-660a0c5f5ca6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d5a2ae44-610b-4500-93be-660a0c5f5ca6\"\ + },{\"properties\":{\"roleName\":\"Azure Usage Billing Data Sender\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Azure Usage Billing shared BuiltIn role\ + \ to be used for all Customer Account Authentication\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.UsageBilling/accounts/inputs/send/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2023-01-11T20:30:19.7013219Z\",\"updatedOn\":\"2023-01-24T19:01:11.7372358Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f0310ce6-e953-4cf8-b892-fb1c87eaf7f6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f0310ce6-e953-4cf8-b892-fb1c87eaf7f6\"\ + },{\"properties\":{\"roleName\":\"SqlMI Migration Role\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role for SqlMI migration\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Sql/managedInstances/read\",\"\ + Microsoft.Sql/managedInstances/write\",\"Microsoft.Sql/managedInstances/databases/read\"\ + ,\"Microsoft.Sql/managedInstances/databases/write\",\"Microsoft.Sql/managedInstances/databases/delete\"\ + ,\"Microsoft.Sql/managedInstances/metrics/read\",\"Microsoft.DataMigration/locations/operationResults/read\"\ + ,\"Microsoft.DataMigration/locations/operationStatuses/read\",\"Microsoft.DataMigration/locations/sqlMigrationServiceOperationResults/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/write\",\"Microsoft.DataMigration/databaseMigrations/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/delete\",\"Microsoft.DataMigration/databaseMigrations/cancel/action\"\ + ,\"Microsoft.DataMigration/databaseMigrations/cutover/action\",\"Microsoft.DataMigration/sqlMigrationServices/write\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/delete\",\"Microsoft.DataMigration/sqlMigrationServices/read\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listAuthKeys/action\",\"Microsoft.DataMigration/sqlMigrationServices/regenerateAuthKeys/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/deleteNode/action\",\"Microsoft.DataMigration/sqlMigrationServices/listMonitoringData/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listMigrations/read\",\"Microsoft.DataMigration/sqlMigrationServices/MonitoringData/read\"\ + ,\"Microsoft.DataMigration/register/action\",\"Microsoft.DataMigration/operations/read\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-01-27T02:46:10.6718077Z\"\ + ,\"updatedOn\":\"2023-02-16T20:05:09.8576114Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1d335eef-eee1-47fe-a9e0-53214eba8872\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1d335eef-eee1-47fe-a9e0-53214eba8872\"\ + },{\"properties\":{\"roleName\":\"SqlVM Migration Role\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role for SqlVM migration\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.DataMigration/locations/operationResults/read\"\ + ,\"Microsoft.DataMigration/locations/operationStatuses/read\",\"Microsoft.DataMigration/locations/sqlMigrationServiceOperationResults/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/write\",\"Microsoft.DataMigration/databaseMigrations/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/delete\",\"Microsoft.DataMigration/databaseMigrations/cancel/action\"\ + ,\"Microsoft.DataMigration/databaseMigrations/cutover/action\",\"Microsoft.DataMigration/sqlMigrationServices/write\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/delete\",\"Microsoft.DataMigration/sqlMigrationServices/read\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listAuthKeys/action\",\"Microsoft.DataMigration/sqlMigrationServices/regenerateAuthKeys/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/deleteNode/action\",\"Microsoft.DataMigration/sqlMigrationServices/listMonitoringData/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listMigrations/read\",\"Microsoft.DataMigration/sqlMigrationServices/MonitoringData/read\"\ + ,\"Microsoft.DataMigration/register/action\",\"Microsoft.DataMigration/operations/read\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.SqlVirtualMachine/sqlVirtualMachines/read\"\ + ,\"Microsoft.SqlVirtualMachine/sqlVirtualMachines/write\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-01-27T02:46:10.6718077Z\"\ + ,\"updatedOn\":\"2023-02-16T20:05:09.8576114Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ae8036db-e102-405b-a1b9-bae082ea436d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ae8036db-e102-405b-a1b9-bae082ea436d\"\ + },{\"properties\":{\"roleName\":\"Bayer Ag Powered Services CWUM Solution\ + \ User Role\",\"type\":\"BuiltInRole\",\"description\":\"Provide access to\ + \ CWUM Solution by Bayer Ag Powered Services\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/read\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/write\",\"Microsoft.AgFoodPlatform/farmBeats/ingestionJobs/satelliteDataIngestionJobs/*\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/scenes/*\",\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insights/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-01-27T11:36:43.9237787Z\",\"\ + updatedOn\":\"2023-02-22T15:38:25.6846785Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a9b99099-ead7-47db-8fcf-072597a61dfa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a9b99099-ead7-47db-8fcf-072597a61dfa\"\ + },{\"properties\":{\"roleName\":\"Azure Front Door Secret Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can view Azure Front Door secrets, but\ + \ can't make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Cdn/operationresults/profileresults/secretresults/read\"\ + ,\"Microsoft.Cdn/profiles/secrets/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-31T15:27:34.9715174Z\",\"updatedOn\":\"2023-01-31T15:27:34.9715174Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0db238c4-885e-4c4f-a933-aa2cef684fca\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0db238c4-885e-4c4f-a933-aa2cef684fca\"\ + },{\"properties\":{\"roleName\":\"Azure Front Door Domain Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage Azure Front Door domains,\ + \ but can't grant access to other users.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Cdn/operationresults/profileresults/customdomainresults/read\"\ + ,\"Microsoft.Cdn/profiles/customdomains/read\",\"Microsoft.Cdn/profiles/customdomains/write\"\ + ,\"Microsoft.Cdn/profiles/customdomains/delete\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-31T15:27:34.9715174Z\",\"updatedOn\":\"2023-01-31T15:27:34.9715174Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0ab34830-df19-4f8c-b84e-aa85b8afa6e8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0ab34830-df19-4f8c-b84e-aa85b8afa6e8\"\ + },{\"properties\":{\"roleName\":\"Azure Front Door Domain Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can view Azure Front Door domains, but\ + \ can't make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Cdn/operationresults/profileresults/customdomainresults/read\"\ + ,\"Microsoft.Cdn/profiles/customdomains/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-31T15:27:34.9725169Z\",\"updatedOn\":\"2023-01-31T15:27:34.9725169Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0f99d363-226e-4dca-9920-b807cf8e1a5f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0f99d363-226e-4dca-9920-b807cf8e1a5f\"\ + },{\"properties\":{\"roleName\":\"Azure Front Door Secret Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage Azure Front Door secrets,\ + \ but can't grant access to other users.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Cdn/operationresults/profileresults/secretresults/read\"\ + ,\"Microsoft.Cdn/profiles/secrets/read\",\"Microsoft.Cdn/profiles/secrets/write\"\ + ,\"Microsoft.Cdn/profiles/secrets/delete\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-31T15:27:34.9715174Z\",\"updatedOn\":\"2023-01-31T15:27:34.9715174Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3f2eb865-5811-4578-b90a-6fc6fa0df8e5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3f2eb865-5811-4578-b90a-6fc6fa0df8e5\"\ + },{\"properties\":{\"roleName\":\"Azure Stack HCI registration role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Custom Azure role to allow subscription-level\ + \ access to register Azure Stack HCI\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.AzureStackHCI/register/action\",\"Microsoft.AzureStackHCI/Unregister/Action\"\ + ,\"Microsoft.AzureStackHCI/clusters/*\",\"Microsoft.HybridCompute/register/action\"\ + ,\"Microsoft.GuestConfiguration/register/action\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/write\",\"Microsoft.Resources/subscriptions/resourceGroups/delete\"\ + ,\"Microsoft.HybridConnectivity/register/action\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2023-02-01T05:07:09.8184980Z\"\ + ,\"updatedOn\":\"2023-03-23T23:51:11.7541154Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bda0d508-adf1-4af0-9c28-88919fc3ae06\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bda0d508-adf1-4af0-9c28-88919fc3ae06\"\ + },{\"properties\":{\"roleName\":\"MySQL Backup And Export Operator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Grants full access to manage backup and\ + \ export resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DBforMySQL/flexibleServers/validateBackup/action\",\"Microsoft.DBforMySQL/flexibleServers/backupAndExport/action\"\ + ,\"Microsoft.DBforMySQL/locations/operationResults/read\",\"Microsoft.DBforMySQL/locations/azureAsyncOperation/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-02-01T06:07:53.2476095Z\",\"updatedOn\":\"2023-05-10T10:39:13.7776743Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d18ad5f3-1baf-4119-b49b-d944edb1f9d0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d18ad5f3-1baf-4119-b49b-d944edb1f9d0\"\ + },{\"properties\":{\"roleName\":\"LocalNGFirewallAdministrator role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows user to create, modify, describe,\ + \ or delete NGFirewalls.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"PaloAltoNetworks.Cloudngfw/firewalls/*\",\"PaloAltoNetworks.Cloudngfw/localRulestacks/read\"\ + ,\"PaloAltoNetworks.Cloudngfw/globalRulestacks/read\",\"PaloAltoNetworks.Cloudngfw/Locations/operationStatuses/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/write\",\"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Network/publicIPAddresses/write\",\"Microsoft.Network/publicIPAddresses/read\"\ + ,\"Microsoft.Network/publicIPAddresses/join/action\",\"Microsoft.Network/networkVirtualAppliances/read\"\ + ,\"Microsoft.Network/networkVirtualAppliances/write\",\"Microsoft.Network/networkVirtualAppliances/delete\"\ + ,\"Microsoft.Network/virtualHubs/read\",\"Microsoft.Network/virtualWans/read\"\ + ,\"Microsoft.Network/virtualWans/virtualHubs/read\",\"Microsoft.Network/networkSecurityGroups/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/join/action\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-02-01T11:41:41.0153565Z\"\ + ,\"updatedOn\":\"2023-03-09T17:37:16.4519032Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a8835c7d-b5cb-47fa-b6f0-65ea10ce07a2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a8835c7d-b5cb-47fa-b6f0-65ea10ce07a2\"\ + },{\"properties\":{\"roleName\":\"LocalRulestacksAdministrator role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows users to create, modify, describe,\ + \ or delete Rulestacks.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"PaloAltoNetworks.Cloudngfw/localRulestacks/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2023-02-01T11:41:41.0153565Z\",\"updatedOn\":\"2023-02-16T00:07:35.4735717Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bfc3b73d-c6ff-45eb-9a5f-40298295bf20\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bfc3b73d-c6ff-45eb-9a5f-40298295bf20\"\ + },{\"properties\":{\"roleName\":\"Azure Extension for SQL Server Deployment\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft.AzureArcData service\ + \ role to enable deployment of Azure Extension for SQL Server\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.HybridCompute/machines/extensions/write\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-03-07T19:20:48.6593489Z\"\ + ,\"updatedOn\":\"2023-05-02T00:29:34.7065502Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7392c568-9289-4bde-aaaa-b7131215889d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7392c568-9289-4bde-aaaa-b7131215889d\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Data Read and Batch Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"This role can be used to assign read\ + \ and batch actions on Azure Maps.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Maps/accounts/services/*/read\"\ + ,\"Microsoft.Maps/accounts/services/batch/action\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2023-03-13T22:02:29.8819187Z\",\"updatedOn\":\"2023-05-12T22:06:52.7496289Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d6470a16-71bd-43ab-86b3-6f3a73f4e787\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d6470a16-71bd-43ab-86b3-6f3a73f4e787\"\ + },{\"properties\":{\"roleName\":\"API Management Service Workspace API Developer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Has read access to tags and products\ + \ and write access to allow: assigning APIs to products, assigning tags to\ + \ products and APIs. This role should be assigned on the service scope.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/tags/read\"\ + ,\"Microsoft.ApiManagement/service/tags/apiLinks/*\",\"Microsoft.ApiManagement/service/tags/operationLinks/*\"\ + ,\"Microsoft.ApiManagement/service/tags/productLinks/*\",\"Microsoft.ApiManagement/service/products/read\"\ + ,\"Microsoft.ApiManagement/service/products/apiLinks/*\",\"Microsoft.ApiManagement/service/read\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2023-03-17T21:07:02.7698730Z\",\"updatedOn\"\ + :\"2023-03-17T21:07:02.7698730Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9565a273-41b9-4368-97d2-aeb0c976a9b3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9565a273-41b9-4368-97d2-aeb0c976a9b3\"\ + },{\"properties\":{\"roleName\":\"API Management Workspace API Developer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Has read access to entities in\ + \ the workspace and read and write access to entities for editing APIs. This\ + \ role should be assigned on the workspace scope.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/workspaces/*/read\"\ + ,\"Microsoft.ApiManagement/service/workspaces/apis/*\",\"Microsoft.ApiManagement/service/workspaces/apiVersionSets/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/policies/*\",\"Microsoft.ApiManagement/service/workspaces/schemas/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/products/*\",\"Microsoft.ApiManagement/service/workspaces/policyFragments/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/namedValues/*\",\"Microsoft.ApiManagement/service/workspaces/tags/*\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2023-03-17T21:07:02.7688737Z\",\"updatedOn\"\ + :\"2023-03-17T21:07:02.7688737Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/56328988-075d-4c6a-8766-d93edd6725b6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"56328988-075d-4c6a-8766-d93edd6725b6\"\ + },{\"properties\":{\"roleName\":\"API Management Service Workspace API Product\ + \ Manager\",\"type\":\"BuiltInRole\",\"description\":\"Has the same access\ + \ as API Management Service Workspace API Developer as well as read access\ + \ to users and write access to allow assigning users to groups. This role\ + \ should be assigned on the service scope.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/users/read\"\ + ,\"Microsoft.ApiManagement/service/tags/read\",\"Microsoft.ApiManagement/service/tags/apiLinks/*\"\ + ,\"Microsoft.ApiManagement/service/tags/operationLinks/*\",\"Microsoft.ApiManagement/service/tags/productLinks/*\"\ + ,\"Microsoft.ApiManagement/service/products/read\",\"Microsoft.ApiManagement/service/products/apiLinks/*\"\ + ,\"Microsoft.ApiManagement/service/groups/users/*\",\"Microsoft.ApiManagement/service/read\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2023-03-17T21:07:02.7658744Z\",\"updatedOn\"\ + :\"2023-03-17T21:07:02.7658744Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d59a3e9c-6d52-4a5a-aeed-6bf3cf0e31da\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d59a3e9c-6d52-4a5a-aeed-6bf3cf0e31da\"\ + },{\"properties\":{\"roleName\":\"API Management Workspace Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has read-only access to entities in the\ + \ workspace. This role should be assigned on the workspace scope.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/workspaces/*/read\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2023-03-17T21:07:02.7658744Z\",\"updatedOn\"\ + :\"2023-03-17T21:07:02.7658744Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ef1c2c96-4a77-49e8-b9a4-6179fe1d2fd2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ef1c2c96-4a77-49e8-b9a4-6179fe1d2fd2\"\ + },{\"properties\":{\"roleName\":\"API Management Workspace API Product Manager\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Has read access to entities in\ + \ the workspace and read and write access to entities for publishing APIs.\ + \ This role should be assigned on the workspace scope.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/workspaces/*/read\"\ + ,\"Microsoft.ApiManagement/service/workspaces/products/*\",\"Microsoft.ApiManagement/service/workspaces/subscriptions/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/groups/*\",\"Microsoft.ApiManagement/service/workspaces/tags/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/notifications/*\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-03-17T21:07:02.7718736Z\",\"updatedOn\":\"2023-03-17T21:07:02.7718736Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/73c2c328-d004-4c5e-938c-35c6f5679a1f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"73c2c328-d004-4c5e-938c-35c6f5679a1f\"\ + },{\"properties\":{\"roleName\":\"API Management Workspace Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage the workspace and view,\ + \ but not modify its members. This role should be assigned on the workspace\ + \ scope.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ApiManagement/service/workspaces/*\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-03-17T21:07:02.7698730Z\",\"updatedOn\":\"2023-03-17T21:07:02.7698730Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0c34c906-8d99-4cb7-8bb7-33f5b0a1a799\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0c34c906-8d99-4cb7-8bb7-33f5b0a1a799\"\ + },{\"properties\":{\"roleName\":\"Storage File Data Privileged Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Customer has read access on Azure\ + \ Storage file shares.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/readFileBackupSemantics/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-03-21T20:32:31.6922330Z\",\"\ + updatedOn\":\"2023-04-04T19:07:34.6017202Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b8eda974-7b85-4f76-af95-65846b26df6d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b8eda974-7b85-4f76-af95-65846b26df6d\"\ + },{\"properties\":{\"roleName\":\"Storage File Data Privileged Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Customer has read, write, delete\ + \ and modify NTFS permission access on Azure Storage file shares.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/write\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/delete\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/modifypermissions/action\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/readFileBackupSemantics/action\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/writeFileBackupSemantics/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-03-21T20:47:41.8393692Z\",\"\ + updatedOn\":\"2023-04-04T19:07:34.6017202Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/69566ab7-960f-475b-8e7c-b3118f30c6bd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"69566ab7-960f-475b-8e7c-b3118f30c6bd\"\ + },{\"properties\":{\"roleName\":\"Windows365NetworkInterfaceContributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create NICs and join it to virtual\ + \ machine in another tenant. This role is used in Windows365 scenarios.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourcegroups/read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Network/locations/operations/read\"\ + ,\"Microsoft.Network/locations/operationResults/read\",\"Microsoft.Network/locations/usages/read\"\ + ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/delete\",\"Microsoft.Network/networkInterfaces/join/action\"\ + ,\"Microsoft.Network/networkInterfaces/effectiveNetworkSecurityGroups/action\"\ + ,\"Microsoft.Network/networkInterfaces/effectiveRouteTable/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-03-22T05:08:28.8392508Z\"\ + ,\"updatedOn\":\"2023-06-01T14:58:32.2805471Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1f135831-5bbe-4924-9016-264044c00788\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1f135831-5bbe-4924-9016-264044c00788\"\ + },{\"properties\":{\"roleName\":\"Windows365NetworkUser\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read the virtual network informations, and join the virtual\ + \ network to virtual machine in another tenant. This role is used in Windows365\ + \ scenarios.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/usages/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-03-22T05:08:28.8392508Z\",\"updatedOn\":\"2023-04-13T00:27:13.0246717Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7eabc9a4-85f7-4f71-b8ab-75daaccc1033\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7eabc9a4-85f7-4f71-b8ab-75daaccc1033\"\ + },{\"properties\":{\"roleName\":\"Windows365SubscriptionReader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Read subscriptions, images, azure firewalls.\ + \ This role is used in Windows365 scenarios.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-03-22T05:08:28.8392508Z\",\"updatedOn\":\"2023-03-22T05:08:28.8392508Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3d55a8f6-4133-418d-8051-facdb1735758\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3d55a8f6-4133-418d-8051-facdb1735758\"\ + },{\"properties\":{\"roleName\":\"App Compliance Automation Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Read, download the reports objects and\ + \ related other resource objects.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.AppComplianceAutomation/*/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-04-11T05:22:43.8843627Z\",\"updatedOn\":\"2023-05-25T05:54:06.7578980Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ffc6bbe0-e443-4c3b-bf54-26581bb2f78e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ffc6bbe0-e443-4c3b-bf54-26581bb2f78e\"\ + },{\"properties\":{\"roleName\":\"App Compliance Automation Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, download, modify\ + \ and delete reports objects and related other resource objects.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AppComplianceAutomation/*\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/write\",\"Microsoft.Storage/storageAccounts/fileservices/write\"\ + ,\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Storage/storageAccounts/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/write\",\"Microsoft.Storage/storageAccounts/blobServices/read\"\ + ,\"Microsoft.PolicyInsights/policyStates/queryResults/action\",\"Microsoft.PolicyInsights/policyStates/triggerEvaluation/action\"\ + ,\"Microsoft.Resources/resources/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\"\ + ,\"Microsoft.Resources/subscriptions/resources/read\",\"Microsoft.Resources/subscriptions/resourceGroups/delete\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/write\",\"Microsoft.Resources/tags/read\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Security/automations/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Security/automations/delete\"\ + ,\"Microsoft.Security/automations/write\",\"Microsoft.Security/register/action\"\ + ,\"Microsoft.Security/unregister/action\",\"*/read\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-04-11T05:22:43.8843627Z\"\ + ,\"updatedOn\":\"2023-05-23T04:32:49.7042798Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0f37683f-2463-46b6-9ce7-9b788b988ba2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0f37683f-2463-46b6-9ce7-9b788b988ba2\"\ + },{\"properties\":{\"roleName\":\"Azure Sphere Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows user read and write access to Azure Sphere resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureSphere/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/DiagnosticSettings/*\",\"Microsoft.Insights/DiagnosticSettingsCategories/Read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-04-27T19:59:25.4425829Z\",\"updatedOn\":\"2023-05-03T22:25:42.2668720Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8b9dfcab-4b77-4632-a6df-94bd07820648\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8b9dfcab-4b77-4632-a6df-94bd07820648\"\ + },{\"properties\":{\"roleName\":\"SaaS Hub Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"SaaS Hub contributor can manage SaaS Hub resource\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.SaaSHub/cloudservices/read\",\"Microsoft.SaaSHub/cloudservices/write\"\ + ,\"Microsoft.SaaSHub/cloudservices/delete\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2023-04-28T21:07:57.4337817Z\"\ + ,\"updatedOn\":\"2023-05-09T21:57:44.1599452Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e9b8712a-cbcf-4ea7-b0f7-e71b803401e6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e9b8712a-cbcf-4ea7-b0f7-e71b803401e6\"\ + },{\"properties\":{\"roleName\":\"Azure Sphere Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows user to read Azure Sphere resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureSphere/*/read\",\"\ + Microsoft.AzureSphere/catalogs/countDevices/action\",\"Microsoft.AzureSphere/catalogs/listDeviceGroups/action\"\ + ,\"Microsoft.AzureSphere/catalogs/listDeviceInsights/action\",\"Microsoft.AzureSphere/catalogs/listDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/listDeployments/action\",\"Microsoft.AzureSphere/catalogs/products/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/products/deviceGroups/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/certificates/retrieveCertChain/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Insights/DiagnosticSettings/Read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2023-05-03T22:25:42.2598738Z\"\ + ,\"updatedOn\":\"2023-05-09T21:57:44.1619455Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c8ae6279-5a0b-4cb2-b3f0-d4d62845742c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c8ae6279-5a0b-4cb2-b3f0-d4d62845742c\"\ + },{\"properties\":{\"roleName\":\"Azure Sphere Publisher\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows user to read and download Azure Sphere resources\ + \ and upload images.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.AzureSphere/*/read\",\"Microsoft.AzureSphere/catalogs/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/listDeviceGroups/action\",\"Microsoft.AzureSphere/catalogs/listDeviceInsights/action\"\ + ,\"Microsoft.AzureSphere/catalogs/listDevices/action\",\"Microsoft.AzureSphere/catalogs/products/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/products/deviceGroups/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/certificates/retrieveProofOfPossessionNonce/action\"\ + ,\"Microsoft.AzureSphere/catalogs/certificates/retrieveCertChain/action\"\ + ,\"Microsoft.AzureSphere/catalogs/images/write\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/DiagnosticSettings/Read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-05-03T22:25:42.2598738Z\",\"updatedOn\":\"2023-05-09T21:57:44.1599452Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6d994134-994b-4a59-9974-f479f0b227fb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6d994134-994b-4a59-9974-f479f0b227fb\"\ + },{\"properties\":{\"roleName\":\"Cognitive Search Serverless Data Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, modify and delete\ + \ Cognitive Search serverless index schema and documents. This role is in\ + \ preview and subject to change.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveSearch/indexes/schema/*\"\ + ,\"Microsoft.CognitiveSearch/indexes/documents/*\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2023-05-11T22:40:58.9689395Z\",\"updatedOn\":\"2023-05-11T22:40:58.9689395Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7ac06ca7-21ca-47e3-a67b-cbd6e6223baf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7ac06ca7-21ca-47e3-a67b-cbd6e6223baf\"\ + },{\"properties\":{\"roleName\":\"Cognitive Search Serverless Data Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Read Cognitive Search serverless\ + \ index schema and documents. This role is in preview and subject to change.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.CognitiveSearch/indexes/schema/read\",\"\ + Microsoft.CognitiveSearch/indexes/documents/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2023-05-11T22:40:58.9689395Z\",\"updatedOn\":\"2023-05-11T22:40:58.9689395Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/79b01272-bf9f-4f4c-9517-5506269cf524\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"79b01272-bf9f-4f4c-9517-5506269cf524\"\ + },{\"properties\":{\"roleName\":\"Community Owner Role\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Community Owner Role to access the resources of Microsoft.Mission\ + \ stored with RPSAAS.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Mission/register/action\",\"Microsoft.Mission/unregister/action\"\ + ,\"Microsoft.Mission/Locations/OperationStatuses/read\",\"Microsoft.Mission/Locations/OperationStatuses/write\"\ + ,\"Microsoft.Mission/Operations/read\",\"Microsoft.Mission/catalogs/read\"\ + ,\"Microsoft.Mission/catalogs/write\",\"Microsoft.Mission/catalogs/delete\"\ + ,\"Microsoft.Mission/communities/read\",\"Microsoft.Mission/communities/write\"\ + ,\"Microsoft.Mission/communities/delete\",\"Microsoft.Mission/internalConnections/read\"\ + ,\"Microsoft.Mission/internalConnections/write\",\"Microsoft.Mission/internalConnections/delete\"\ + ,\"Microsoft.Mission/virtualEnclaves/read\",\"Microsoft.Mission/virtualEnclaves/write\"\ + ,\"Microsoft.Mission/virtualEnclaves/delete\",\"Microsoft.Mission/virtualEnclaves/workloads/read\"\ + ,\"Microsoft.Mission/virtualEnclaves/workloads/write\",\"Microsoft.Mission/virtualEnclaves/workloads/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-05-23T20:47:52.6187218Z\",\"updatedOn\":\"2023-05-23T20:47:52.6187218Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e28a61e-8040-49db-b175-bb5b88af6239\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e28a61e-8040-49db-b175-bb5b88af6239\"\ + },{\"properties\":{\"roleName\":\"Firmware Analysis Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Upload and analyze firmware images in Defender for IoT\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.IoTFirmwareDefense/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2023-06-08T20:13:53.4814768Z\"\ + ,\"updatedOn\":\"2023-06-08T20:13:53.4814768Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9c1607d1-791d-4c68-885d-c7b7aaff7c8a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9c1607d1-791d-4c68-885d-c7b7aaff7c8a\"\ + }]}" + headers: + cache-control: + - no-cache + content-length: + - '505468' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:55:40 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"ids": ["a959e284-cf37-480d-a37e-aa8eda644fa4"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --restore-request-object --snapshot-resource-group-id -y + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"a959e284-cf37-480d-a37e-aa8eda644fa4","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.DataProtection/BackupVaults/clitest-aks-bv"],"appDisplayName":null,"appDescription":null,"appId":"e014d57b-fba1-4507-87df-201c96a4e87d","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-06-09T09:44:13Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"clitest-aks-bv","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["e014d57b-fba1-4507-87df-201c96a4e87d","https://identity.azure.net/WFy1W0/ZBYsc/bXKRnjxKHw9SaXS3Bb3tq3yOluIyZ0="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"FF5A91EB12771B48FBA5F90283A059EDA4D209E5","displayName":"CN=e014d57b-fba1-4507-87df-201c96a4e87d","endDateTime":"2023-09-07T09:39:00Z","key":null,"keyId":"a5849a92-1f6b-4b18-997a-1dac55a2bed6","startDateTime":"2023-06-09T09:39:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1727' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Fri, 09 Jun 2023 09:55:41 GMT + location: + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - 99c2e6af-7707-464a-92ee-8de1129b622e + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"001","RoleInstance":"MA1PEPF00004255"}}' + x-ms-resource-unit: + - '3' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --restore-request-object --snapshot-resource-group-id -y + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) + method: GET + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%27a959e284-cf37-480d-a37e-aa8eda644fa4%27%29 + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '92' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Fri, 09 Jun 2023 09:55:41 GMT + odata-version: + - '4.0' + request-id: + - e5662257-d12e-4f17-9fc9-d3b7d3ded224 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"001","RoleInstance":"MA1PEPF00002733"}}' + x-ms-resource-unit: + - '1' + status: + code: 200 + message: OK +- request: + body: '{"ids": ["a959e284-cf37-480d-a37e-aa8eda644fa4"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --restore-request-object --snapshot-resource-group-id -y + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"a959e284-cf37-480d-a37e-aa8eda644fa4","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.DataProtection/BackupVaults/clitest-aks-bv"],"appDisplayName":null,"appDescription":null,"appId":"e014d57b-fba1-4507-87df-201c96a4e87d","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-06-09T09:44:13Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"clitest-aks-bv","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["e014d57b-fba1-4507-87df-201c96a4e87d","https://identity.azure.net/WFy1W0/ZBYsc/bXKRnjxKHw9SaXS3Bb3tq3yOluIyZ0="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"FF5A91EB12771B48FBA5F90283A059EDA4D209E5","displayName":"CN=e014d57b-fba1-4507-87df-201c96a4e87d","endDateTime":"2023-09-07T09:39:00Z","key":null,"keyId":"a5849a92-1f6b-4b18-997a-1dac55a2bed6","startDateTime":"2023-06-09T09:39:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1727' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Fri, 09 Jun 2023 09:55:42 GMT + location: + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - 4c96b836-5d39-46ca-bd49-740533051d77 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"001","RoleInstance":"MA1PEPF000014E4"}}' + x-ms-resource-unit: + - '3' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --restore-request-object --snapshot-resource-group-id -y + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments?$filter=atScope()&api-version=2022-04-01 + response: + body: + string: '{"value":[{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"5c617d2b-99f8-4c90-98fe-dfe040fa33c1","principalType":"ServicePrincipal","scope":"/","condition":null,"conditionVersion":null,"createdOn":"2018-02-27T19:19:50.2663941Z","updatedOn":"2018-02-27T19:19:50.2663941Z","createdBy":null,"updatedBy":null,"delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Authorization/roleAssignments/3e883d24-b106-42ff-ad13-d7bf271b964d","type":"Microsoft.Authorization/roleAssignments","name":"3e883d24-b106-42ff-ad13-d7bf271b964d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T12:22:13.7498923Z","updatedOn":"2019-08-26T12:22:13.7498923Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f","type":"Microsoft.Authorization/roleAssignments","name":"8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-05-24T11:02:27.8515917Z","updatedOn":"2019-05-24T11:02:27.8515917Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b5eee4d7-5f9f-4f63-8040-8aec158c289b","type":"Microsoft.Authorization/roleAssignments","name":"b5eee4d7-5f9f-4f63-8040-8aec158c289b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-02-12T11:34:59.7104212Z","updatedOn":"2020-02-12T11:34:59.7104212Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f0618702-8404-4858-9a26-e61f23e7d44f","type":"Microsoft.Authorization/roleAssignments","name":"f0618702-8404-4858-9a26-e61f23e7d44f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-11-14T08:52:42.2795010Z","updatedOn":"2019-11-14T08:52:42.2795010Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/77daac38-9839-4b00-921b-e5d5a03e728c","type":"Microsoft.Authorization/roleAssignments","name":"77daac38-9839-4b00-921b-e5d5a03e728c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9693df58-7f72-4974-9bd3-1c3ceb0382f1","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-11-29T09:40:04.3180033Z","updatedOn":"2018-11-29T09:40:04.3180033Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7","type":"Microsoft.Authorization/roleAssignments","name":"ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"d1f96755-9bcf-44b8-ab82-df67360496c4","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-05-08T10:28:08.2854940Z","updatedOn":"2020-05-08T10:28:08.2854940Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dfb3ca56-a0d4-44ce-ba35-b716c3fdab86","type":"Microsoft.Authorization/roleAssignments","name":"dfb3ca56-a0d4-44ce-ba35-b716c3fdab86"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-31T09:26:43.6440415Z","updatedOn":"2018-12-31T09:26:43.6440415Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45744ea8-780f-4f3e-88aa-b73d7f6997b2","type":"Microsoft.Authorization/roleAssignments","name":"45744ea8-780f-4f3e-88aa-b73d7f6997b2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e65078fb-6b02-434a-9f11-d06bf9bc0600","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-10-25T23:42:36.3444507Z","updatedOn":"2018-10-25T23:42:36.3444507Z","createdBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","updatedBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e7ce51e8-4109-41d7-bc10-538b089599db","type":"Microsoft.Authorization/roleAssignments","name":"e7ce51e8-4109-41d7-bc10-538b089599db"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a7782e0f-1f9a-4882-b2c9-11227aad244e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-06-16T04:32:50.9673703Z","updatedOn":"2020-06-16T04:32:50.9673703Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fa21f2f-81c3-47b6-b706-650b359b96c3","type":"Microsoft.Authorization/roleAssignments","name":"9fa21f2f-81c3-47b6-b706-650b359b96c3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"00b14177-f4d2-4a4b-94f6-6e80f75745c9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T09:49:11.3750683Z","updatedOn":"2020-03-12T09:49:11.3750683Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fff0abf3-3cf7-46be-8bc7-1d1619a160fb","type":"Microsoft.Authorization/roleAssignments","name":"fff0abf3-3cf7-46be-8bc7-1d1619a160fb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T10:28:45.4880023Z","updatedOn":"2019-08-26T10:28:45.4880023Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/397a3c9c-c258-4d4e-834d-00cc08227796","type":"Microsoft.Authorization/roleAssignments","name":"397a3c9c-c258-4d4e-834d-00cc08227796"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-05T04:29:28.7359096Z","updatedOn":"2018-12-05T04:29:28.7359096Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c830f42-5f89-4d8b-8f93-d3dc936f33bd","type":"Microsoft.Authorization/roleAssignments","name":"3c830f42-5f89-4d8b-8f93-d3dc936f33bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-08T08:38:50.1742930Z","updatedOn":"2020-04-08T08:38:50.1742930Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5293a96b-830e-45f4-9e9e-22d7d020f0d8","type":"Microsoft.Authorization/roleAssignments","name":"5293a96b-830e-45f4-9e9e-22d7d020f0d8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3421d717-ca60-44e7-a9a1-773acec4e503","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T09:40:14.7658272Z","updatedOn":"2019-10-23T09:40:14.7658272Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/34b29558-faf9-43f0-a194-35ca0aa99fc5","type":"Microsoft.Authorization/roleAssignments","name":"34b29558-faf9-43f0-a194-35ca0aa99fc5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3dc88d41-4d03-4105-970d-937e56de3839","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-06-27T12:59:44.6557891Z","updatedOn":"2019-06-27T12:59:44.6557891Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e57ab8d1-ce9a-4925-b09f-2567492d9b22","type":"Microsoft.Authorization/roleAssignments","name":"e57ab8d1-ce9a-4925-b09f-2567492d9b22"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"62c799b8-9b54-4c3d-97c9-9490d16a6a9a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-08T13:01:20.9953919Z","updatedOn":"2019-08-08T13:01:20.9953919Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e1b91810-0781-462d-9517-764e4a033822","type":"Microsoft.Authorization/roleAssignments","name":"e1b91810-0781-462d-9517-764e4a033822"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T08:03:15.6803676Z","updatedOn":"2019-10-23T08:03:15.6803676Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/facbac06-ddab-437d-949a-207593fddfff","type":"Microsoft.Authorization/roleAssignments","name":"facbac06-ddab-437d-949a-207593fddfff"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"978b254a-54be-42af-80f5-e2a37b2e40e5","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-07-08T06:57:57.0377373Z","updatedOn":"2019-07-08T06:57:57.0377373Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e","type":"Microsoft.Authorization/roleAssignments","name":"89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-17T09:14:08.7913669Z","updatedOn":"2020-04-17T09:14:08.7913669Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/950c635a-23a5-4a0e-8eb6-c53e929c9699","type":"Microsoft.Authorization/roleAssignments","name":"950c635a-23a5-4a0e-8eb6-c53e929c9699"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:46.8918844Z","updatedOn":"2022-10-03T10:52:46.8918844Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5a8b530-0e4c-40d9-a003-167e38138f34","type":"Microsoft.Authorization/roleAssignments","name":"c5a8b530-0e4c-40d9-a003-167e38138f34"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"ce439730-9009-4c60-b582-277f5b9b5c47","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:47.6507241Z","updatedOn":"2022-10-03T10:52:47.6507241Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/adfaf7e6-895a-432b-9f63-650c5855b6b5","type":"Microsoft.Authorization/roleAssignments","name":"adfaf7e6-895a-432b-9f63-650c5855b6b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8a1cd6d0-5c03-4720-8cc7-22adbc865bad","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-06T10:00:44.6775425Z","updatedOn":"2022-10-06T10:00:44.6775425Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/21a219c4-e4ea-4572-9b97-ab829ee70b0b","type":"Microsoft.Authorization/roleAssignments","name":"21a219c4-e4ea-4572-9b97-ab829ee70b0b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"ba20023e-4ef7-4929-8693-f3f37fdb7667","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-19T06:48:34.7902721Z","updatedOn":"2022-10-19T06:48:34.7902721Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/70fc8a72-c6e9-4644-95d6-f27efe137007","type":"Microsoft.Authorization/roleAssignments","name":"70fc8a72-c6e9-4644-95d6-f27efe137007"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab","principalId":"cda54502-7b02-4c29-bacd-2ac17bb3fee4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-20T05:10:54.0749901Z","updatedOn":"2022-10-20T05:10:54.0749901Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a49a99d3-cfb9-4f66-b694-b3a7803fe02b","type":"Microsoft.Authorization/roleAssignments","name":"a49a99d3-cfb9-4f66-b694-b3a7803fe02b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"d6e6b7d9-6bee-44e9-a115-608b26453747","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-11-04T09:20:20.9539814Z","updatedOn":"2022-11-04T09:20:20.9539814Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5ead22ad-d09b-4591-8d0f-a571ef0dedb2","type":"Microsoft.Authorization/roleAssignments","name":"5ead22ad-d09b-4591-8d0f-a571ef0dedb2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.2924849Z","updatedOn":"2022-12-13T12:39:32.2924849Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1a2a40b4-9a41-4578-a6f5-e34068ff3bf6","type":"Microsoft.Authorization/roleAssignments","name":"1a2a40b4-9a41-4578-a6f5-e34068ff3bf6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.4781119Z","updatedOn":"2022-12-13T12:39:32.4781119Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fc9183c-bfec-41be-8c2b-2cc55420f6c1","type":"Microsoft.Authorization/roleAssignments","name":"9fc9183c-bfec-41be-8c2b-2cc55420f6c1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"fc8bd99b-292d-4396-ac07-7e46bf989efa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-04T09:17:14.5148296Z","updatedOn":"2023-01-04T09:17:14.5148296Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5c4e131f-5843-5474-af9f-427c1fca982d","type":"Microsoft.Authorization/roleAssignments","name":"5c4e131f-5843-5474-af9f-427c1fca982d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c0c54612-5a75-40a2-8a0c-bf70ab0847ba","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-13T04:47:48.8296778Z","updatedOn":"2023-01-13T04:47:48.8296778Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b56bdd79-3e27-4d79-b73b-4dc8625a172a","type":"Microsoft.Authorization/roleAssignments","name":"b56bdd79-3e27-4d79-b73b-4dc8625a172a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a4eae46b-a9d0-4586-8ac9-ba91b29f1d57","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-02-01T10:05:44.6784242Z","updatedOn":"2022-02-01T10:05:44.6784242Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8af2fb3a-292c-42a8-a870-1751c4ec4870","type":"Microsoft.Authorization/roleAssignments","name":"8af2fb3a-292c-42a8-a870-1751c4ec4870"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"85c33f6f-5d69-4b0e-bc06-95a7d3193519","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-04T09:52:52.7340040Z","updatedOn":"2022-05-04T09:52:52.7340040Z","createdBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","updatedBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6a4f635c-309c-4a1d-8eea-86fb5aa91d80","type":"Microsoft.Authorization/roleAssignments","name":"6a4f635c-309c-4a1d-8eea-86fb5aa91d80"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-12T06:55:02.9137483Z","updatedOn":"2022-05-12T06:55:02.9137483Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a5bd1b6d-0084-40ec-9126-2250536b4778","type":"Microsoft.Authorization/roleAssignments","name":"a5bd1b6d-0084-40ec-9126-2250536b4778"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"f2cee52e-3d75-4f49-acc4-b5aaf72232ee","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T11:01:05.6238088Z","updatedOn":"2022-06-03T11:01:05.6238088Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2bd63fbe-e197-434f-ba1e-016bad298ff7","type":"Microsoft.Authorization/roleAssignments","name":"2bd63fbe-e197-434f-ba1e-016bad298ff7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:20:41.1511200Z","updatedOn":"2022-06-03T13:22:39.1076287Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f12c7867-43e5-5530-98e9-9d8a2f39fb92","type":"Microsoft.Authorization/roleAssignments","name":"f12c7867-43e5-5530-98e9-9d8a2f39fb92"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:37:09.9515887Z","updatedOn":"2022-06-03T14:40:22.4040874Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/bace23ac-6978-5318-a146-d49599599b02","type":"Microsoft.Authorization/roleAssignments","name":"bace23ac-6978-5318-a146-d49599599b02"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-06T11:22:08.5127363Z","updatedOn":"2022-06-06T11:22:08.5127363Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/df253c65-35fc-4ff6-9a32-39b3fe20a6e3","type":"Microsoft.Authorization/roleAssignments","name":"df253c65-35fc-4ff6-9a32-39b3fe20a6e3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5f137a67-1b88-4f98-aa20-b71a7082dc56","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-10T14:11:57.5623976Z","updatedOn":"2022-06-10T14:11:57.5623976Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e409f573-8bda-4b7e-854a-61c445d36c6f","type":"Microsoft.Authorization/roleAssignments","name":"e409f573-8bda-4b7e-854a-61c445d36c6f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-22T11:28:57.2073063Z","updatedOn":"2022-06-22T11:28:57.2073063Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb","type":"Microsoft.Authorization/roleAssignments","name":"c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:19:22.2256200Z","updatedOn":"2022-06-23T09:19:22.2256200Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/344b17ae-cabf-4a33-9a9d-ba30fefcbadc","type":"Microsoft.Authorization/roleAssignments","name":"344b17ae-cabf-4a33-9a9d-ba30fefcbadc"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2b81557b-8e7a-4df8-9a41-e59844f627c2","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:25:03.9969293Z","updatedOn":"2022-06-23T09:25:03.9969293Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/13a7f7c7-7364-4f9b-ba92-5430f17b29b5","type":"Microsoft.Authorization/roleAssignments","name":"13a7f7c7-7364-4f9b-ba92-5430f17b29b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-24T07:04:04.5965087Z","updatedOn":"2022-06-24T07:04:04.5965087Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ba604c54-80e1-490e-a123-9ef9d477536b","type":"Microsoft.Authorization/roleAssignments","name":"ba604c54-80e1-490e-a123-9ef9d477536b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-25T04:10:10.7065168Z","updatedOn":"2022-06-25T04:10:10.7065168Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/916a749f-b61f-4ba4-8c28-46217c3a7b4e","type":"Microsoft.Authorization/roleAssignments","name":"916a749f-b61f-4ba4-8c28-46217c3a7b4e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T07:37:58.3152810Z","updatedOn":"2022-06-27T07:37:58.3152810Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0a1046d6-ba58-491f-b473-403ec29cd2be","type":"Microsoft.Authorization/roleAssignments","name":"0a1046d6-ba58-491f-b473-403ec29cd2be"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:21:12.2347431Z","updatedOn":"2022-06-27T08:21:12.2347431Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/abc6fbbe-d4a8-4315-9532-82e90334dcc9","type":"Microsoft.Authorization/roleAssignments","name":"abc6fbbe-d4a8-4315-9532-82e90334dcc9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:17.8582970Z","updatedOn":"2022-06-27T08:43:17.8582970Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8f0bb0e-1495-48f0-aa68-33c364310cfb","type":"Microsoft.Authorization/roleAssignments","name":"b8f0bb0e-1495-48f0-aa68-33c364310cfb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:18.7801612Z","updatedOn":"2022-06-27T08:43:18.7801612Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1","type":"Microsoft.Authorization/roleAssignments","name":"b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"b864e281-c12e-45c6-a0c7-6046a7de5481","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-30T10:50:49.6196941Z","updatedOn":"2022-06-30T10:50:49.6196941Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/61b7cfe4-f4db-49b0-b329-bb5fad775973","type":"Microsoft.Authorization/roleAssignments","name":"61b7cfe4-f4db-49b0-b329-bb5fad775973"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:11.7388086Z","updatedOn":"2022-07-01T08:15:11.7388086Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/86db086e-0442-5eef-8ebc-1d8d28a4d03a","type":"Microsoft.Authorization/roleAssignments","name":"86db086e-0442-5eef-8ebc-1d8d28a4d03a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:12.7940996Z","updatedOn":"2022-07-01T08:15:12.7940996Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cbcefba6-df6c-5670-9e02-9e09f7964d9c","type":"Microsoft.Authorization/roleAssignments","name":"cbcefba6-df6c-5670-9e02-9e09f7964d9c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"fe7b070d-f778-4cfd-8acf-eda94f397a89","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-29T07:15:07.9544255Z","updatedOn":"2022-07-29T07:15:07.9544255Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/efb13d06-875d-40e3-81d5-195824e19188","type":"Microsoft.Authorization/roleAssignments","name":"efb13d06-875d-40e3-81d5-195824e19188"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f8520195-1c62-47ff-8c01-e394155b52f1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-10T11:13:36.6792855Z","updatedOn":"2022-08-10T11:13:36.6792855Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c9150af-abd1-4d00-9c16-acb375857df6","type":"Microsoft.Authorization/roleAssignments","name":"3c9150af-abd1-4d00-9c16-acb375857df6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f4bfeb83-a4cc-43e8-bee0-9808b5d0918d","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-24T05:51:56.3337713Z","updatedOn":"2022-08-24T05:51:56.3337713Z","createdBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","updatedBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3caa2a04-62bf-4a33-80f5-056840e59fb4","type":"Microsoft.Authorization/roleAssignments","name":"3caa2a04-62bf-4a33-80f5-056840e59fb4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"608ca1e9-e854-46c6-984f-d812d0e657e6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-30T13:32:28.1332524Z","updatedOn":"2022-08-30T13:32:28.1332524Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2719b245-3aeb-4cc0-92bc-6f63eea0dcbf","type":"Microsoft.Authorization/roleAssignments","name":"2719b245-3aeb-4cc0-92bc-6f63eea0dcbf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"68df126e-00a9-4775-995d-233a4ffc3a19","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-17T09:26:11.0806114Z","updatedOn":"2023-02-17T09:26:11.0806114Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/76d326c3-4c6a-46f5-9b7d-6cdce259d963","type":"Microsoft.Authorization/roleAssignments","name":"76d326c3-4c6a-46f5-9b7d-6cdce259d963"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e147488a-f6f5-4113-8e2d-b22465e65bf6","principalId":"bb529dae-08b3-4aaa-a97b-a815eb240212","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-17T10:00:44.9499565Z","updatedOn":"2023-02-17T10:00:44.9499565Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e02834f2-9857-4cd4-84bf-f5060c059ac4","type":"Microsoft.Authorization/roleAssignments","name":"e02834f2-9857-4cd4-84bf-f5060c059ac4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"12f8ea5c-1212-449e-b31c-0a574f43076e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-21T07:25:21.5000321Z","updatedOn":"2023-02-21T07:25:21.5000321Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cfa66353-d8d2-44a8-9b6b-47d96c034467","type":"Microsoft.Authorization/roleAssignments","name":"cfa66353-d8d2-44a8-9b6b-47d96c034467"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"cf46d636-b6c1-406c-aba7-b2c3d9ed07da","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-22T08:19:42.6910275Z","updatedOn":"2023-02-22T08:19:42.6910275Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d2fa9741-5fdd-4c70-92d0-68d9ac1c8d47","type":"Microsoft.Authorization/roleAssignments","name":"d2fa9741-5fdd-4c70-92d0-68d9ac1c8d47"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5514cdb4-15e2-4c34-8c01-f5d04b6b6c67","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-24T13:51:44.3846278Z","updatedOn":"2023-02-24T13:51:44.3846278Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dab90611-db6d-4f9f-8082-df6726f52495","type":"Microsoft.Authorization/roleAssignments","name":"dab90611-db6d-4f9f-8082-df6726f52495"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"97cccd32-7f48-4221-94cd-b8528c8b17a6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-26T18:44:26.0648974Z","updatedOn":"2023-02-26T18:44:26.0648974Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fa32041b-2f55-4362-90b5-95d4a83ffd93","type":"Microsoft.Authorization/roleAssignments","name":"fa32041b-2f55-4362-90b5-95d4a83ffd93"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"493cef5f-b385-4b17-9f23-1f8b4b4ac3d6","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-13T07:48:30.0411477Z","updatedOn":"2023-03-13T07:48:30.0411477Z","createdBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","updatedBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/177c0e16-cfcb-406f-904d-09fb218aa5eb","type":"Microsoft.Authorization/roleAssignments","name":"177c0e16-cfcb-406f-904d-09fb218aa5eb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05","principalId":"5289bf2b-79f3-4c31-8d60-db42c3fd002a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-13T10:44:18.1488916Z","updatedOn":"2023-03-13T10:44:18.1488916Z","createdBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","updatedBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/588736e7-fbe0-4821-ae33-2c06f552124a","type":"Microsoft.Authorization/roleAssignments","name":"588736e7-fbe0-4821-ae33-2c06f552124a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1162ad4b-7287-4f49-8c3e-06e04512f639","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-14T12:31:55.1770447Z","updatedOn":"2023-03-14T12:31:55.1770447Z","createdBy":"becb4b6b-fe16-413b-a5c3-90355e0b2982","updatedBy":"becb4b6b-fe16-413b-a5c3-90355e0b2982","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5740e7f-0f13-4653-8abd-f482f3559150","type":"Microsoft.Authorization/roleAssignments","name":"c5740e7f-0f13-4653-8abd-f482f3559150"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"64ab57a6-67bf-4631-ac7f-b731f27f5de9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-04-04T05:25:33.2395033Z","updatedOn":"2023-04-04T05:25:33.2395033Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0be91191-86bc-4569-8b76-aae8fd209ac4","type":"Microsoft.Authorization/roleAssignments","name":"0be91191-86bc-4569-8b76-aae8fd209ac4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"64ab57a6-67bf-4631-ac7f-b731f27f5de9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-04-05T14:05:31.2947743Z","updatedOn":"2023-04-05T14:05:31.2947743Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ffaae57b-fa9e-450b-a428-ea4351af0cbd","type":"Microsoft.Authorization/roleAssignments","name":"ffaae57b-fa9e-450b-a428-ea4351af0cbd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"20be776b-53ea-4f69-aea8-e63cd646bf2a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T05:15:12.7382306Z","updatedOn":"2023-05-02T05:15:12.7382306Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d3962592-e471-4400-92b3-22e07f918945","type":"Microsoft.Authorization/roleAssignments","name":"d3962592-e471-4400-92b3-22e07f918945"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"b4a3721a-5084-4986-a20a-303f9d6f5040","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T07:57:32.1970984Z","updatedOn":"2023-05-02T07:57:32.1970984Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/665d47a7-45b8-4799-9950-b81892b71d02","type":"Microsoft.Authorization/roleAssignments","name":"665d47a7-45b8-4799-9950-b81892b71d02"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"0e79e07c-dd40-403a-aaa1-1b1a0db2c679","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T07:57:32.2974094Z","updatedOn":"2023-05-02T07:57:32.2974094Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6dc7c22d-6a46-43c8-bb1f-c21b9790f90f","type":"Microsoft.Authorization/roleAssignments","name":"6dc7c22d-6a46-43c8-bb1f-c21b9790f90f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2c62cfe7-2fb7-4fa7-8a70-363587961c3a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-03T06:56:50.3041561Z","updatedOn":"2023-05-03T06:56:50.3041561Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a8d72b29-195f-4fcb-871f-98944442ea1e","type":"Microsoft.Authorization/roleAssignments","name":"a8d72b29-195f-4fcb-871f-98944442ea1e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"b7ad5249-b614-4703-9aaf-5a445d177366","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T19:07:21.6725580Z","updatedOn":"2023-05-09T19:07:21.6725580Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/47c78059-3d33-4369-971b-f9bde9ac1466","type":"Microsoft.Authorization/roleAssignments","name":"47c78059-3d33-4369-971b-f9bde9ac1466"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"dac0942a-cc2b-49f9-9492-56a21ce8f8fc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T19:07:37.0703045Z","updatedOn":"2023-05-09T19:07:37.0703045Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/e0758e90-9d03-4a0c-b32f-372a6de27179","type":"Microsoft.Authorization/roleAssignments","name":"e0758e90-9d03-4a0c-b32f-372a6de27179"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"4e2127ca-c3b6-476d-affc-c5bce10eabe6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T20:28:20.0518605Z","updatedOn":"2023-05-09T20:28:20.0518605Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/65377e4a-2653-4567-ac70-91e29c7920f6","type":"Microsoft.Authorization/roleAssignments","name":"65377e4a-2653-4567-ac70-91e29c7920f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"8d1c13af-2a76-44e9-aa48-2d8445c943aa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T04:45:13.0937078Z","updatedOn":"2023-05-10T04:45:13.0937078Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/2d57d37b-1f25-456a-bc06-2a4b6ff1d1ba","type":"Microsoft.Authorization/roleAssignments","name":"2d57d37b-1f25-456a-bc06-2a4b6ff1d1ba"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"f2dd956f-36a4-426f-a222-6ab124ebf029","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T06:34:19.1943426Z","updatedOn":"2023-05-10T06:34:19.1943426Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/610fd0a6-6682-4cfd-abfe-985d4a9efedf","type":"Microsoft.Authorization/roleAssignments","name":"610fd0a6-6682-4cfd-abfe-985d4a9efedf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"1c181e6a-7ccc-44cb-86b8-a7bc0539b418","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T06:40:27.0353845Z","updatedOn":"2023-05-10T06:40:27.0353845Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/0af36067-e13a-4e45-968c-9000682bbd20","type":"Microsoft.Authorization/roleAssignments","name":"0af36067-e13a-4e45-968c-9000682bbd20"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"47c67572-a570-4da7-a4b9-58324ab5a952","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T07:26:43.2407286Z","updatedOn":"2023-05-10T07:26:43.2407286Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/0bed8139-dc1a-4d0c-ac99-f999224a9a89","type":"Microsoft.Authorization/roleAssignments","name":"0bed8139-dc1a-4d0c-ac99-f999224a9a89"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"9c93976b-8f0d-424e-ad3f-eee4e19e4975","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T07:44:55.4379405Z","updatedOn":"2023-05-10T07:44:55.4379405Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/aa737767-4250-44e0-8bc1-87c7a57c8e11","type":"Microsoft.Authorization/roleAssignments","name":"aa737767-4250-44e0-8bc1-87c7a57c8e11"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"65011827-99b8-4919-904c-b1cd8dd91338","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T08:07:02.0326713Z","updatedOn":"2023-05-10T08:07:02.0326713Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/9ecbdd01-8fe2-4145-b05e-ddcbf066f97b","type":"Microsoft.Authorization/roleAssignments","name":"9ecbdd01-8fe2-4145-b05e-ddcbf066f97b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"bcfc55e4-5eca-447b-a606-2d6fadf6a62d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-16T08:57:02.4178722Z","updatedOn":"2023-05-16T08:57:02.4178722Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/fee65814-7e14-4cff-bd3a-aa5538066cda","type":"Microsoft.Authorization/roleAssignments","name":"fee65814-7e14-4cff-bd3a-aa5538066cda"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"ab0849d6-1c69-46ad-848b-9352e42983c3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-16T09:58:56.5588413Z","updatedOn":"2023-05-16T09:58:56.5588413Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/dcdce87f-0ae7-4bb9-93b3-8deb96aa5603","type":"Microsoft.Authorization/roleAssignments","name":"dcdce87f-0ae7-4bb9-93b3-8deb96aa5603"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"58855564-8091-4c8e-ad53-d10b8fff0527","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-17T06:33:02.7277301Z","updatedOn":"2023-05-17T06:33:02.7277301Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1a38fd1e-c445-4178-9b06-e50cfaa7cdaf","type":"Microsoft.Authorization/roleAssignments","name":"1a38fd1e-c445-4178-9b06-e50cfaa7cdaf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c24456e1-8136-48ee-97c9-b1f01906af77","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-17T06:33:02.7640554Z","updatedOn":"2023-05-17T06:33:02.7640554Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/895912bb-0d13-4469-b7fb-b479b1dc3e5b","type":"Microsoft.Authorization/roleAssignments","name":"895912bb-0d13-4469-b7fb-b479b1dc3e5b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"f8520195-1c62-47ff-8c01-e394155b52f1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-18T06:12:44.5863814Z","updatedOn":"2023-05-18T06:12:44.5863814Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/eb75e461-0299-4c74-aa17-e02717312d32","type":"Microsoft.Authorization/roleAssignments","name":"eb75e461-0299-4c74-aa17-e02717312d32"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f58310d9-a9f6-439a-9e8d-f62e7b41a168","principalId":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T04:48:16.7740488Z","updatedOn":"2023-05-25T04:48:16.7740488Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f7ea54ed-f06b-47ea-ac38-8fe1173e9344","type":"Microsoft.Authorization/roleAssignments","name":"f7ea54ed-f06b-47ea-ac38-8fe1173e9344"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"24719501-c5d0-47d3-bbbf-20ef4c630c73","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T11:29:34.9377098Z","updatedOn":"2023-05-25T11:29:34.9377098Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/74873008-c382-41fb-ab10-b77460ba663a","type":"Microsoft.Authorization/roleAssignments","name":"74873008-c382-41fb-ab10-b77460ba663a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"d68108d1-33be-4b4f-947c-af634d4ef0aa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T13:00:39.1658815Z","updatedOn":"2023-05-28T13:00:39.1658815Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/a4018116-4185-452c-962b-ff9798e8d095","type":"Microsoft.Authorization/roleAssignments","name":"a4018116-4185-452c-962b-ff9798e8d095"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"fd2d4224-3b78-4a92-8b95-816ddd087506","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T13:21:31.4986279Z","updatedOn":"2023-05-28T13:21:31.4986279Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/6135d590-c6b4-4bfc-81ed-265d47bf6d83","type":"Microsoft.Authorization/roleAssignments","name":"6135d590-c6b4-4bfc-81ed-265d47bf6d83"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"06fc8cbf-37d3-4d1b-8299-69c4df3b572c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T13:50:05.8544280Z","updatedOn":"2023-05-28T13:50:05.8544280Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/6e9ddf07-f19f-46e5-bd41-8269825bacb8","type":"Microsoft.Authorization/roleAssignments","name":"6e9ddf07-f19f-46e5-bd41-8269825bacb8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"b8c65349-51a7-45d5-8a1d-1bc091055724","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T17:11:06.3532653Z","updatedOn":"2023-05-28T17:11:06.3532653Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/cdd77e4e-26b0-434e-bd94-8ccb0402851a","type":"Microsoft.Authorization/roleAssignments","name":"cdd77e4e-26b0-434e-bd94-8ccb0402851a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0973816d-8dc6-47d2-9512-02ddd0032251","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T03:47:22.3217709Z","updatedOn":"2023-05-29T03:47:22.3217709Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/115c9028-901c-49b3-b4e6-ee1ae2fc9559","type":"Microsoft.Authorization/roleAssignments","name":"115c9028-901c-49b3-b4e6-ee1ae2fc9559"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"79793a4f-03bc-49c5-94a8-73a4e1d2276c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T04:16:24.8812962Z","updatedOn":"2023-05-29T04:16:24.8812962Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/72f546f8-0d39-4307-8e43-d8c9c3358660","type":"Microsoft.Authorization/roleAssignments","name":"72f546f8-0d39-4307-8e43-d8c9c3358660"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"05ec8271-e220-44df-a9f6-74e84eb27e52","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T04:52:01.7085397Z","updatedOn":"2023-05-29T04:52:01.7085397Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/c018ff99-c084-4cc7-bb78-ec7e0ee4c8ad","type":"Microsoft.Authorization/roleAssignments","name":"c018ff99-c084-4cc7-bb78-ec7e0ee4c8ad"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"13c9deb2-46ff-4e76-a859-e575f64defd3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T06:13:32.3227516Z","updatedOn":"2023-05-29T06:13:32.3227516Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/1e9624b0-c8ab-41f0-8fe7-154cc43a36e0","type":"Microsoft.Authorization/roleAssignments","name":"1e9624b0-c8ab-41f0-8fe7-154cc43a36e0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"cd118008-62f9-4683-bf6b-bf7c833da40b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T06:48:34.8262341Z","updatedOn":"2023-05-29T06:48:34.8262341Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/f8b1fb2e-371e-492c-ad43-cd40c0b41366","type":"Microsoft.Authorization/roleAssignments","name":"f8b1fb2e-371e-492c-ad43-cd40c0b41366"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"d3acdbc2-f477-46b6-8ea5-162fa7714dd9","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T07:02:39.9034813Z","updatedOn":"2023-05-29T07:02:39.9034813Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/d2eacb25-a448-49c4-aa13-beca26fa852d","type":"Microsoft.Authorization/roleAssignments","name":"d2eacb25-a448-49c4-aa13-beca26fa852d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e6286d47-3c0c-4fa9-ba6b-95999e5cebdc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T08:50:45.9998823Z","updatedOn":"2023-05-29T08:50:45.9998823Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/21baa433-6363-4745-bd9a-4f4977c92a1b","type":"Microsoft.Authorization/roleAssignments","name":"21baa433-6363-4745-bd9a-4f4977c92a1b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T13:53:37.6422713Z","updatedOn":"2023-05-29T13:53:37.6422713Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b65f7c25-3f4f-44f7-9c48-fe96b51576e0","type":"Microsoft.Authorization/roleAssignments","name":"b65f7c25-3f4f-44f7-9c48-fe96b51576e0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"490e52a9-30c5-4515-b8d9-04afd8b85e9c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T04:01:53.3749224Z","updatedOn":"2023-05-30T04:01:53.3749224Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/4d815349-c254-4d67-b406-aa287564aee3","type":"Microsoft.Authorization/roleAssignments","name":"4d815349-c254-4d67-b406-aa287564aee3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"8afaf55f-2597-4534-a20f-a2f2afa8d26c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T04:31:42.2587420Z","updatedOn":"2023-05-30T04:31:42.2587420Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/8bbd4bfc-cd89-4bca-860c-a0740ab529f4","type":"Microsoft.Authorization/roleAssignments","name":"8bbd4bfc-cd89-4bca-860c-a0740ab529f4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"aa702226-7b8d-40d7-bfbd-80aae0e595d6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T05:50:47.9480782Z","updatedOn":"2023-05-30T05:50:47.9480782Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/73a88b4a-2094-44c7-9e36-9f40e161d627","type":"Microsoft.Authorization/roleAssignments","name":"73a88b4a-2094-44c7-9e36-9f40e161d627"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"6e415d1f-88e4-4be1-b5f0-b7139659f22e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T06:12:58.3970921Z","updatedOn":"2023-05-30T06:12:58.3970921Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/2cee1665-1c27-46ea-846e-2059d59cfdd1","type":"Microsoft.Authorization/roleAssignments","name":"2cee1665-1c27-46ea-846e-2059d59cfdd1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"c56d7382-c4a9-4ce3-80b6-3cfc95f2fefc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T06:48:09.8374610Z","updatedOn":"2023-05-30T06:48:09.8374610Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/0b01f7a2-3616-4c85-af38-2b19054fc066","type":"Microsoft.Authorization/roleAssignments","name":"0b01f7a2-3616-4c85-af38-2b19054fc066"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0d9dcb06-cdcf-41c4-8c30-4869e71840e7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T07:12:17.4876538Z","updatedOn":"2023-05-30T07:12:17.4876538Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/fea43e5c-701b-4426-bd30-159248cb4931","type":"Microsoft.Authorization/roleAssignments","name":"fea43e5c-701b-4426-bd30-159248cb4931"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"28ba77d8-32a0-4d69-b107-8407bb848ede","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-04T13:26:22.1238267Z","updatedOn":"2023-06-04T13:26:22.1238267Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/f8239795-55cb-45af-9097-511279f200c9","type":"Microsoft.Authorization/roleAssignments","name":"f8239795-55cb-45af-9097-511279f200c9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"d69cd189-7562-4657-9b69-b3380d9f64d6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-07T06:51:41.1665272Z","updatedOn":"2023-06-07T06:51:41.1665272Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/be7f7406-9b29-4da2-9268-af6e51d58501","type":"Microsoft.Authorization/roleAssignments","name":"be7f7406-9b29-4da2-9268-af6e51d58501"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c8930b26-8d6f-4b4a-87de-2f8eb04e7cbd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-06-08T09:36:28.7566900Z","updatedOn":"2023-06-08T09:36:28.7566900Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5d1f4c81-f2b6-43c9-8e45-8878bf1d3398","type":"Microsoft.Authorization/roleAssignments","name":"5d1f4c81-f2b6-43c9-8e45-8878bf1d3398"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e07cb74f-f01a-4155-9919-23791bdc05a4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T03:46:27.5192433Z","updatedOn":"2023-06-09T03:46:27.5192433Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/3161b098-fa14-4694-9e1b-1637b373e255","type":"Microsoft.Authorization/roleAssignments","name":"3161b098-fa14-4694-9e1b-1637b373e255"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a959e284-cf37-480d-a37e-aa8eda644fa4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T09:44:57.4057363Z","updatedOn":"2023-06-09T09:44:57.4057363Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/11096c31-f38b-4aa1-a4be-97eb04b86f2b","type":"Microsoft.Authorization/roleAssignments","name":"11096c31-f38b-4aa1-a4be-97eb04b86f2b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a51d0ef9-9895-4b63-b3f8-354bb7d1a6bb","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-05-21T08:47:39.8177538Z","updatedOn":"2021-05-21T08:47:39.8177538Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/17db6abb-bc45-4967-b313-e470ec9cbbd7","type":"Microsoft.Authorization/roleAssignments","name":"17db6abb-bc45-4967-b313-e470ec9cbbd7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"93e2b483-3ffa-44f8-9965-fdb104b541a2","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-06-29T05:43:19.7216795Z","updatedOn":"2021-06-29T05:43:19.7216795Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c6aff8c2-08b1-5b1a-9c80-d91164226985","type":"Microsoft.Authorization/roleAssignments","name":"c6aff8c2-08b1-5b1a-9c80-d91164226985"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"4f285ac8-5610-4d2f-854c-bfa3d16a2679","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-11T06:55:02.4909144Z","updatedOn":"2021-07-11T06:55:02.4909144Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0cec2ad2-d080-4126-a99f-f61c559b799c","type":"Microsoft.Authorization/roleAssignments","name":"0cec2ad2-d080-4126-a99f-f61c559b799c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"630db480-3ee6-47ec-ae72-5f917d466bad","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:16:28.8833400Z","updatedOn":"2021-07-13T10:16:28.8833400Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/37fe4b2d-0aca-4c27-8511-1e0d18063ec8","type":"Microsoft.Authorization/roleAssignments","name":"37fe4b2d-0aca-4c27-8511-1e0d18063ec8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"279982e7-46cf-4e40-9a3b-156c98285cb7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.5647062Z","updatedOn":"2021-07-13T10:18:48.5647062Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/7907f38d-57a7-431d-82d7-5dfa2ef0a628","type":"Microsoft.Authorization/roleAssignments","name":"7907f38d-57a7-431d-82d7-5dfa2ef0a628"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"790004d0-0112-41ad-92e8-95c464c34476","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.6068337Z","updatedOn":"2021-07-13T10:18:48.6068337Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c9bda26-83c4-4d4c-b00b-c4b58301e539","type":"Microsoft.Authorization/roleAssignments","name":"8c9bda26-83c4-4d4c-b00b-c4b58301e539"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-21T06:38:43.9281998Z","updatedOn":"2021-07-21T06:38:43.9281998Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b553fa81-60dd-45d6-9781-8c2313d68b03","type":"Microsoft.Authorization/roleAssignments","name":"b553fa81-60dd-45d6-9781-8c2313d68b03"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:20.4258578Z","updatedOn":"2021-07-27T04:31:20.4258578Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258","type":"Microsoft.Authorization/roleAssignments","name":"4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:32.4566300Z","updatedOn":"2021-07-27T04:31:32.4566300Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8176bf09-8e96-448a-ab12-eeed360ecce2","type":"Microsoft.Authorization/roleAssignments","name":"8176bf09-8e96-448a-ab12-eeed360ecce2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:48.4577322Z","updatedOn":"2021-07-27T04:31:48.4577322Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45949217-58cc-4c18-93f3-f4c90710ae2d","type":"Microsoft.Authorization/roleAssignments","name":"45949217-58cc-4c18-93f3-f4c90710ae2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:20.8138038Z","updatedOn":"2021-07-27T10:13:20.8138038Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2382b52f-1ec5-430e-ae2a-74f9ed331ced","type":"Microsoft.Authorization/roleAssignments","name":"2382b52f-1ec5-430e-ae2a-74f9ed331ced"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:23.6551958Z","updatedOn":"2021-07-27T10:13:23.6551958Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e5863947-0b21-41b7-9997-c0dfc73eec29","type":"Microsoft.Authorization/roleAssignments","name":"e5863947-0b21-41b7-9997-c0dfc73eec29"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:29.6985440Z","updatedOn":"2021-07-27T10:13:29.6985440Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/28c1cefa-942f-44c5-a4d4-c33bb92abd45","type":"Microsoft.Authorization/roleAssignments","name":"28c1cefa-942f-44c5-a4d4-c33bb92abd45"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8039a424-299a-4014-8b22-4f6d6cc60065","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-11T07:08:31.9935560Z","updatedOn":"2021-08-11T07:08:31.9935560Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/69e0bcfc-b024-4d8b-a3d5-dac447f8986c","type":"Microsoft.Authorization/roleAssignments","name":"69e0bcfc-b024-4d8b-a3d5-dac447f8986c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"8f0340b8-4b70-412b-be19-c4612d49e353","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T11:58:29.6857641Z","updatedOn":"2021-08-20T11:58:29.6857641Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd88236f-eacb-5303-912f-ba1741cf02bd","type":"Microsoft.Authorization/roleAssignments","name":"fd88236f-eacb-5303-912f-ba1741cf02bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0d8f6e68-d6c5-4a67-b6c4-3107609bbdbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T12:31:58.7980661Z","updatedOn":"2021-08-20T12:31:58.7980661Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/146f4a11-8712-583d-89eb-a7b8b82dbaa9","type":"Microsoft.Authorization/roleAssignments","name":"146f4a11-8712-583d-89eb-a7b8b82dbaa9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e2072d83-2379-4f36-ab51-b5df7460c61e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-21T14:40:08.5987892Z","updatedOn":"2021-08-21T14:40:10.5055205Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/842af679-0b58-5eb5-b94c-ff59e4105d7e","type":"Microsoft.Authorization/roleAssignments","name":"842af679-0b58-5eb5-b94c-ff59e4105d7e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-17T09:41:38.5634940Z","updatedOn":"2021-09-17T09:41:38.5634940Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":"for + temp testing purpose"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98fe0117-1e9c-4e37-b8a7-c4a1031d6916","type":"Microsoft.Authorization/roleAssignments","name":"98fe0117-1e9c-4e37-b8a7-c4a1031d6916"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-25T15:23:32.6168771Z","updatedOn":"2021-09-25T15:23:32.6168771Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d852f084-bc9f-4258-9e2c-fcf48b9eaf85","type":"Microsoft.Authorization/roleAssignments","name":"d852f084-bc9f-4258-9e2c-fcf48b9eaf85"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"2778738c-452b-45ca-b8d6-f085836a1458","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-30T07:51:25.2399474Z","updatedOn":"2021-09-30T07:51:25.2399474Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b04a3bdf-b6a6-5ffb-9394-ee5743741597","type":"Microsoft.Authorization/roleAssignments","name":"b04a3bdf-b6a6-5ffb-9394-ee5743741597"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"0ac1f52a-325b-486a-a095-f46ffdd6a9e4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-10-26T01:59:18.6998395Z","updatedOn":"2021-10-26T01:59:18.6998395Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/53a3b238-b4b0-4d3f-b416-8d6dc8d755f6","type":"Microsoft.Authorization/roleAssignments","name":"53a3b238-b4b0-4d3f-b416-8d6dc8d755f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"c3c0d020-16f0-44d8-9950-0250120a33ff","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-02T06:11:03.5575284Z","updatedOn":"2021-11-02T06:11:03.5575284Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1d017732-f67e-5aa1-a4a6-47570078d9f3","type":"Microsoft.Authorization/roleAssignments","name":"1d017732-f67e-5aa1-a4a6-47570078d9f3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-10T08:59:19.7285159Z","updatedOn":"2021-11-10T08:59:19.7285159Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a60357fa-dc0a-4479-a2a9-4329c2d0ae89","type":"Microsoft.Authorization/roleAssignments","name":"a60357fa-dc0a-4479-a2a9-4329c2d0ae89"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8dd77695-d6a5-450d-a43c-67ca01be9fbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-12T10:55:38.3698246Z","updatedOn":"2021-11-12T10:55:38.3698246Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dda5bb75-b74a-4430-975f-5bc9611c4b2d","type":"Microsoft.Authorization/roleAssignments","name":"dda5bb75-b74a-4430-975f-5bc9611c4b2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36243c78-bf99-498c-9df9-86d9f8d28608","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0181010Z","updatedOn":"2021-02-18T06:28:12.0181010Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/804f6223-03eb-4091-b460-82160fc5f818","type":"Microsoft.Authorization/roleAssignments","name":"804f6223-03eb-4091-b460-82160fc5f818"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0168587Z","updatedOn":"2021-02-18T06:28:12.0168587Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8d80e2d6-315c-495c-ab2c-91ddf75edf41","type":"Microsoft.Authorization/roleAssignments","name":"8d80e2d6-315c-495c-ab2c-91ddf75edf41"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"cf46d636-b6c1-406c-aba7-b2c3d9ed07da","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:53:53.1151640Z","updatedOn":"2021-02-26T13:53:53.1151640Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/735e98ed-f4b8-4b7d-9cc9-af4f8ae77252","type":"Microsoft.Authorization/roleAssignments","name":"735e98ed-f4b8-4b7d-9cc9-af4f8ae77252"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8505e3f4-1ee7-427c-a175-a06595231d46","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:54:27.5624477Z","updatedOn":"2021-02-26T13:54:27.5624477Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98c87a9f-b9e7-414b-8b59-bf3ec62dbc74","type":"Microsoft.Authorization/roleAssignments","name":"98c87a9f-b9e7-414b-8b59-bf3ec62dbc74"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-25T12:25:27.2277610Z","updatedOn":"2020-07-25T12:25:27.2277610Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d","type":"Microsoft.Authorization/roleAssignments","name":"fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21ae6127-c385-4ae0-b895-a8559e9aa574","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:35:35.2993523Z","updatedOn":"2020-07-31T08:35:35.2993523Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6af9fbf3-7085-4bcb-b399-88b89fac16d3","type":"Microsoft.Authorization/roleAssignments","name":"6af9fbf3-7085-4bcb-b399-88b89fac16d3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:44:16.2909420Z","updatedOn":"2020-07-31T08:44:16.2909420Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/65080390-e9b5-4566-b362-d1e96c23dae2","type":"Microsoft.Authorization/roleAssignments","name":"65080390-e9b5-4566-b362-d1e96c23dae2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:12:01.6760584Z","updatedOn":"2020-11-03T06:12:01.6760584Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a7a12420-2dce-4a47-822e-68cadf239da3","type":"Microsoft.Authorization/roleAssignments","name":"a7a12420-2dce-4a47-822e-68cadf239da3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3282af51-433d-47e8-b2b5-633fbe0fecc0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:25:32.6790913Z","updatedOn":"2020-11-03T06:25:32.6790913Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/36da831d-10ce-4f42-ba28-362960f6ea36","type":"Microsoft.Authorization/roleAssignments","name":"36da831d-10ce-4f42-ba28-362960f6ea36"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"ce2366a6-64d7-441b-939c-c9d23f91cccd","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T20:43:06.5941189Z","updatedOn":"2020-03-12T20:43:06.5941189Z","createdBy":"606f48c8-d219-4875-991d-ae6befaf0756","updatedBy":"606f48c8-d219-4875-991d-ae6befaf0756","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/ad9e2cd7-0ff7-4931-9b17-656c8f17934b","type":"Microsoft.Authorization/roleAssignments","name":"ad9e2cd7-0ff7-4931-9b17-656c8f17934b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2023-02-21T22:32:46.2324804Z","updatedOn":"2023-02-21T22:32:46.2324804Z","createdBy":"7f1579a6-c648-43a1-ac1e-0c3020dd9b8e","updatedBy":"7f1579a6-c648-43a1-ac1e-0c3020dd9b8e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/df7c1e07-5c2d-4b22-b7b9-fd11a8569db3","type":"Microsoft.Authorization/roleAssignments","name":"df7c1e07-5c2d-4b22-b7b9-fd11a8569db3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772","principalId":"2dd1ea73-4024-489e-83a4-45cb3e962f69","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2023-05-04T20:23:16.3808369Z","updatedOn":"2023-05-04T20:23:16.3808369Z","createdBy":"fa00c2de-57d5-4527-9254-4d513f482d0a","updatedBy":"fa00c2de-57d5-4527-9254-4d513f482d0a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/59109645-7b2b-4278-831a-2e4627ec603d","type":"Microsoft.Authorization/roleAssignments","name":"59109645-7b2b-4278-831a-2e4627ec603d"}]}' + headers: + cache-control: + - no-cache + content-length: + - '124908' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:55:43 GMT + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly + 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: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + Cookie: + - x-ms-gateway-slice=Production + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --restore-request-object --snapshot-resource-group-id -y + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Reader%27&api-version=2022-04-01 + response: + body: + string: '{"value":[{"properties":{"roleName":"Reader","type":"BuiltInRole","description":"View + all resources, but does not allow you to make any changes.","assignableScopes":["/"],"permissions":[{"actions":["*/read"],"notActions":[],"dataActions":[],"notDataActions":[]}],"createdOn":"2015-02-02T21:55:09.8806423Z","updatedOn":"2021-11-11T20:13:47.8628684Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","type":"Microsoft.Authorization/roleDefinitions","name":"acdd72a7-3385-48ef-bd42-f606fba81ae7"}]}' + headers: + cache-control: + - no-cache + content-length: + - '627' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:55:44 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + Cookie: + - x-ms-gateway-slice=Production + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --restore-request-object --snapshot-resource-group-id -y + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleDefinitions?api-version=2022-04-01 + response: + body: + string: "{\"value\":[{\"properties\":{\"roleName\":\"Avere Cluster Create\"\ + ,\"type\":\"CustomRole\",\"description\":\"Avere cluster create role used\ + \ by the Avere controller to create a vFXT cluster.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/*\",\"Microsoft.Authorization/roleDefinitions/*\"\ + ,\"Microsoft.Compute/*/read\",\"Microsoft.Compute/availabilitySets/*\",\"\ + Microsoft.Compute/virtualMachines/*\",\"Microsoft.Network/*/read\",\"Microsoft.Network/networkInterfaces/*\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\"\ + ,\"Microsoft.Storage/*/read\",\"Microsoft.Storage/storageAccounts/listKeys/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-11-29T18:46:55.0492387Z\",\"updatedOn\":\"2018-11-29T18:46:55.0492387Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a7b1b19a-0e83-4fe5-935c-faaefbfd18c3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a7b1b19a-0e83-4fe5-935c-faaefbfd18c3\"\ + },{\"properties\":{\"roleName\":\"Avere Cluster Runtime Operator\",\"type\"\ + :\"CustomRole\",\"description\":\"Avere cluster runtime role used by Avere\ + \ clusters running in subscriptions, for the purpose of failing over IP addresses,\ + \ accessing BLOB storage, etc\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/routeTables/read\",\"Microsoft.Network/routeTables/routes/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-08-26T00:41:26.2170858Z\",\"\ + updatedOn\":\"2018-08-26T00:41:26.2170858Z\",\"createdBy\":\"dda50086-5e3d-4a4b-b8bc-f54771104d89\"\ + ,\"updatedBy\":\"dda50086-5e3d-4a4b-b8bc-f54771104d89\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e078ab98-ef3a-4c9a-aba7-12f5172b45d0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e078ab98-ef3a-4c9a-aba7-12f5172b45d0\"\ + },{\"properties\":{\"roleName\":\"Azure Service Deploy Release Management\ + \ Contributor\",\"type\":\"CustomRole\",\"description\":\"Contributor role\ + \ for services deploying through Azure Service Deploy.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*\"],\"notActions\":[\"Microsoft.Authorization/*/Delete\"\ + ,\"Microsoft.Authorization/*/Write\"],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-02-04T02:26:31.5413362Z\",\"updatedOn\":\"2018-01-08T20:20:16.3660174Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/21d96096-b162-414a-8302-d8354f9d91b2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"21d96096-b162-414a-8302-d8354f9d91b2\"\ + },{\"properties\":{\"roleName\":\"CAL-Custom-Role\",\"type\":\"CustomRole\"\ + ,\"description\":\"Lets SAP Cloud Appliance Library application manage Network\ + \ and Compute services, manage Resource Groups and Management locks.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/locks/*\"\ + ,\"Microsoft.Authorization/roleDefinitions/*\",\"Microsoft.Authorization/roleAssignments/*\"\ + ,\"Microsoft.Compute/*\",\"Microsoft.Network/*\",\"Microsoft.Resources/*\"\ + ,\"Microsoft.Storage/*\",\"Microsoft.ContainerService/*\",\"Microsoft.ContainerRegistry/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-05-14T19:30:51.0664585Z\",\"updatedOn\":\"2019-02-19T19:11:57.5963229Z\"\ + ,\"createdBy\":\"dda50086-5e3d-4a4b-b8bc-f54771104d89\",\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7b266cd7-0bba-4ae2-8423-90ede5e1e898\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7b266cd7-0bba-4ae2-8423-90ede5e1e898\"\ + },{\"properties\":{\"roleName\":\"Dsms Role (deprecated)\",\"type\":\"CustomRole\"\ + ,\"description\":\"Custom role used by Dsms to perform operations. Can list\ + \ and regnerate storage account keys.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/regenerateKey/action\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/regeneratekey/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-17T18:02:11.1225951Z\"\ + ,\"updatedOn\":\"2018-01-13T00:21:52.7211696Z\",\"createdBy\":\"ca5f3715-e7dd-427b-b2db-45b6a4a2df87\"\ + ,\"updatedBy\":\"ca5f3715-e7dd-427b-b2db-45b6a4a2df87\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b91f4c0b-46e3-47bb-a242-eecfe23b3b5b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b91f4c0b-46e3-47bb-a242-eecfe23b3b5b\"\ + },{\"properties\":{\"roleName\":\"Dsms Role (do not use)\",\"type\":\"CustomRole\"\ + ,\"description\":\"Custom role used by Dsms to perform operations. Can list\ + \ and regnerate storage account keys.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/regenerateKey/action\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/regeneratekey/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-02-01T07:56:12.5880222Z\"\ + ,\"updatedOn\":\"2018-08-09T17:53:48.5432297Z\",\"createdBy\":\"becb4b6b-fe16-413b-a5c3-90355e0b2982\"\ + ,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7aff565e-6c55-448d-83db-ccf482c6da2f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7aff565e-6c55-448d-83db-ccf482c6da2f\"\ + },{\"properties\":{\"roleName\":\"ExpressRoute Administrator\",\"type\":\"\ + CustomRole\",\"description\":\"Can create, delete and manage ExpressRoutes\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/locks/*\"\ + ,\"Microsoft.Authorization/policyAssignments/*\",\"Microsoft.Authorization/policyDefinitions/*\"\ + ,\"Microsoft.Authorization/roleAssignments/*\",\"Microsoft.ClassicNetwork/*\"\ + ,\"Microsoft.EventGrid/*\",\"Microsoft.Insights/*\",\"Microsoft.Network/*\"\ + ,\"Microsoft.Resources/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-08-31T03:51:32.2843055Z\",\"updatedOn\":\"2019-03-20T22:55:18.8222085Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a48d7896-14b4-4889-afef-fbb65a96e5a2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a48d7896-14b4-4889-afef-fbb65a96e5a2\"\ + },{\"properties\":{\"roleName\":\"GenevaWarmPathResourceContributor\",\"type\"\ + :\"CustomRole\",\"description\":\"Can manage service bus and storage accounts.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.EventHub/namespaces/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/*\",\"Microsoft.ServiceBus/namespaces/*\"\ + ,\"Microsoft.Storage/storageAccounts/*\",\"Microsoft.Storage/storageAccounts/managementPolicies/write\"\ + ,\"Microsoft.Storage/storageAccounts/managementPolicies/read\",\"Microsoft.Storage/storageAccounts/managementPolicies/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-03-14T22:30:10.1999436Z\",\"updatedOn\":\"2022-02-28T23:26:40.0052537Z\"\ + ,\"createdBy\":null,\"updatedBy\":\"acis\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9f15f5f5-77bd-413a-aa88-4b9c68b1e7bc\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9f15f5f5-77bd-413a-aa88-4b9c68b1e7bc\"\ + },{\"properties\":{\"roleName\":\"masterreader\",\"type\":\"CustomRole\",\"\ + description\":\"Lets you view everything, but not make any changes.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2017-11-14T23:38:05.3353858Z\"\ + ,\"updatedOn\":\"2017-11-14T23:38:05.3353858Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a48d7796-14b4-4889-afef-fbb65a93e5a2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a48d7796-14b4-4889-afef-fbb65a93e5a2\"\ + },{\"properties\":{\"roleName\":\"Microsoft OneAsset Reader\",\"type\":\"\ + CustomRole\",\"description\":\"This role is for Microsoft OneAsset team (CSEO)\ + \ to track internal security compliance and resource utilization.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachines/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-03-27T23:51:08.6333052Z\",\"updatedOn\":\"2019-04-02T20:35:43.3396263Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd1bb084-1503-4bd2-99c0-630220046786\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fd1bb084-1503-4bd2-99c0-630220046786\"\ + },{\"properties\":{\"roleName\":\"Office DevOps\",\"type\":\"CustomRole\"\ + ,\"description\":\"Custom access for developers to operations but not secrets.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachineScaleSets/restart/action\"\ + ,\"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/restart/action\"\ + ,\"Microsoft.Sql/servers/databases/replicationLinks/delete\",\"Microsoft.Sql/servers/databases/replicationLinks/failover/action\"\ + ,\"Microsoft.Sql/servers/databases/replicationLinks/forceFailoverAllowDataLoss/action\"\ + ,\"Microsoft.Sql/servers/databases/replicationLinks/operationResults/read\"\ + ,\"Microsoft.Sql/servers/databases/replicationLinks/read\",\"Microsoft.Sql/servers/databases/replicationLinks/unlink/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2016-10-07T08:11:46.1639398Z\",\"updatedOn\":\"2017-03-16T18:43:08.3234306Z\"\ + ,\"createdBy\":\"25aea6be-b605-4347-a92d-33e178e412ec\",\"updatedBy\":\"25aea6be-b605-4347-a92d-33e178e412ec\"\ + },\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7fd64851-3279-459b-b614-e2b2ba760f5b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7fd64851-3279-459b-b614-e2b2ba760f5b\"\ + },{\"properties\":{\"roleName\":\"GenevaWarmPathStorageBlobContributor\",\"\ + type\":\"CustomRole\",\"description\":\"Geneva Warm Path Storage Blob Contributor\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/lease/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/lock/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/extend/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/delete\"\ + ,\"Microsoft.Storage/storageAccounts/managementPolicies/write\",\"Microsoft.Storage/storageAccounts/managementPolicies/read\"\ + ,\"Microsoft.Storage/storageAccounts/managementPolicies/delete\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-12-06T22:46:27.1365630Z\"\ + ,\"updatedOn\":\"2022-02-28T23:26:40.4152515Z\",\"createdBy\":null,\"updatedBy\"\ + :\"acis\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a16c43ca-2d67-4dcd-9ded-6412f5edc51a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a16c43ca-2d67-4dcd-9ded-6412f5edc51a\"\ + },{\"properties\":{\"roleName\":\"Azure Service Deploy Release Management\ + \ Restricted Owner\",\"type\":\"CustomRole\",\"description\":\"Restricted\ + \ owner role for services deploying through Azure Service Deploy.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*\"],\"notActions\":[\"Microsoft.Authorization/*/Delete\"\ + ,\"Microsoft.Authorization/*/Write\"],\"dataActions\":[],\"notDataActions\"\ + :[]},{\"actions\":[\"Microsoft.Authorization/roleAssignments/write\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]},{\"actions\":[\"Microsoft.Authorization/locks/write\"\ + ,\"Microsoft.Authorization/policyassignments/write\",\"Microsoft.Authorization/policydefinitions/write\"\ + ,\"Microsoft.Authorization/policysetdefinitions/write\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-03-07T22:16:06.8803898Z\"\ + ,\"updatedOn\":\"2022-03-07T22:16:06.8803898Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/94ddc4bc-25f5-4f3e-b527-c587da93cfe4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"94ddc4bc-25f5-4f3e-b527-c587da93cfe4\"\ + },{\"properties\":{\"roleName\":\"Azure Service Deploy Test Release Management\ + \ Key Vault Secrets User\",\"type\":\"CustomRole\",\"description\":\"Read\ + \ secret and certificate contents. Only works for key vaults that use the\ + \ 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/secrets/getSecret/action\",\"Microsoft.KeyVault/vaults/certificates/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-07-20T22:52:19.9944274Z\",\"\ + updatedOn\":\"2022-08-31T23:25:32.0649353Z\",\"createdBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"\ + ,\"updatedBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/87d31636-ad85-4caa-802d-1535972b5612\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"87d31636-ad85-4caa-802d-1535972b5612\"\ + },{\"properties\":{\"roleName\":\"Azure Service Deploy Release Management\ + \ Key Vault Secrets User\",\"type\":\"CustomRole\",\"description\":\"Read\ + \ secret and certificate contents. Only works for key vaults that use the\ + \ 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/secrets/getSecret/action\",\"Microsoft.KeyVault/vaults/certificates/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-02T21:14:21.3331588Z\",\"\ + updatedOn\":\"2022-09-10T00:44:34.5904437Z\",\"createdBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"\ + ,\"updatedBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/260691e6-68c2-47cf-bd4a-97d5fd4dbcd5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"260691e6-68c2-47cf-bd4a-97d5fd4dbcd5\"\ + },{\"properties\":{\"roleName\":\"Owner\",\"type\":\"BuiltInRole\",\"description\"\ + :\"Grants full access to manage all resources, including the ability to assign\ + \ roles in Azure RBAC.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:45.8978856Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\ + },{\"properties\":{\"roleName\":\"AcrPush\",\"type\":\"BuiltInRole\",\"description\"\ + :\"acr push\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ContainerRegistry/registries/pull/read\",\"Microsoft.ContainerRegistry/registries/push/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-10-29T17:52:32.5201177Z\",\"updatedOn\":\"2021-11-11T20:13:07.4993029Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8311e382-0749-4cb8-b61a-304f252e45ec\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8311e382-0749-4cb8-b61a-304f252e45ec\"\ + },{\"properties\":{\"roleName\":\"API Management Service Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage service and the APIs\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8650193Z\",\"updatedOn\":\"2021-11-11T20:13:08.3179618Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/312a565d-c81f-4fd8-895a-4e21e48d571c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"312a565d-c81f-4fd8-895a-4e21e48d571c\"\ + },{\"properties\":{\"roleName\":\"AcrPull\",\"type\":\"BuiltInRole\",\"description\"\ + :\"acr pull\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ContainerRegistry/registries/pull/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2018-10-22T19:01:56.8227182Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:08.8779328Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f951dda-4ed3-4680-a7ca-43fe172d538d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f951dda-4ed3-4680-a7ca-43fe172d538d\"\ + },{\"properties\":{\"roleName\":\"AcrImageSigner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"acr image signer\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ContainerRegistry/registries/sign/write\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.ContainerRegistry/registries/trustedCollections/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-03-15T23:23:08.4038322Z\",\"\ + updatedOn\":\"2021-11-11T20:13:09.6070759Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6cef56e8-d556-48e5-a04f-b8e64114680f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6cef56e8-d556-48e5-a04f-b8e64114680f\"\ + },{\"properties\":{\"roleName\":\"AcrDelete\",\"type\":\"BuiltInRole\",\"\ + description\":\"acr delete\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ContainerRegistry/registries/artifacts/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-03-11T20:19:31.6682804Z\",\"updatedOn\":\"2021-11-11T20:13:09.9631744Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c2f4ef07-c644-48eb-af81-4b1b4947fb11\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c2f4ef07-c644-48eb-af81-4b1b4947fb11\"\ + },{\"properties\":{\"roleName\":\"AcrQuarantineReader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"acr quarantine data reader\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.ContainerRegistry/registries/quarantine/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerRegistry/registries/quarantinedArtifacts/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-03-16T00:27:39.9596835Z\",\"\ + updatedOn\":\"2021-11-11T20:13:10.3188052Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cdda3590-29a3-44f6-95f2-9f980659eb04\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cdda3590-29a3-44f6-95f2-9f980659eb04\"\ + },{\"properties\":{\"roleName\":\"AcrQuarantineWriter\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"acr quarantine data writer\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.ContainerRegistry/registries/quarantine/read\"\ + ,\"Microsoft.ContainerRegistry/registries/quarantine/write\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ContainerRegistry/registries/quarantinedArtifacts/read\"\ + ,\"Microsoft.ContainerRegistry/registries/quarantinedArtifacts/write\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2018-03-16T00:26:37.5871820Z\",\"updatedOn\"\ + :\"2021-11-11T20:13:11.3488079Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c8d4ff99-41c3-41a8-9f60-21dfdad59608\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c8d4ff99-41c3-41a8-9f60-21dfdad59608\"\ + },{\"properties\":{\"roleName\":\"API Management Service Operator Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage service but not the APIs\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*/read\"\ + ,\"Microsoft.ApiManagement/service/backup/action\",\"Microsoft.ApiManagement/service/delete\"\ + ,\"Microsoft.ApiManagement/service/managedeployments/action\",\"Microsoft.ApiManagement/service/read\"\ + ,\"Microsoft.ApiManagement/service/restore/action\",\"Microsoft.ApiManagement/service/updatecertificate/action\"\ + ,\"Microsoft.ApiManagement/service/updatehostname/action\",\"Microsoft.ApiManagement/service/write\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[\"Microsoft.ApiManagement/service/users/keys/read\"],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-11-09T00:03:42.1194019Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:11.5244023Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\ + },{\"properties\":{\"roleName\":\"API Management Service Reader Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Read-only access to service and APIs\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*/read\"\ + ,\"Microsoft.ApiManagement/service/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.ApiManagement/service/users/keys/read\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-11-09T00:26:45.1540473Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:11.8704466Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/71522526-b88f-4d52-b57f-d31fc3546d0d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"71522526-b88f-4d52-b57f-d31fc3546d0d\"\ + },{\"properties\":{\"roleName\":\"Application Insights Component Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Can manage Application Insights\ + \ components\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Insights/generateLiveToken/read\",\"Microsoft.Insights/metricAlerts/*\"\ + ,\"Microsoft.Insights/components/*\",\"Microsoft.Insights/scheduledqueryrules/*\"\ + ,\"Microsoft.Insights/topology/read\",\"Microsoft.Insights/transactions/read\"\ + ,\"Microsoft.Insights/webtests/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:12.6428401Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ae349356-3a1b-4a5e-921d-050484c6347e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ae349356-3a1b-4a5e-921d-050484c6347e\"\ + },{\"properties\":{\"roleName\":\"Application Insights Snapshot Debugger\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Gives user permission to use Application\ + \ Insights Snapshot Debugger features\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/components/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-04-19T21:25:12.3728747Z\",\"updatedOn\":\"2021-11-11T20:13:13.0034435Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\ + },{\"properties\":{\"roleName\":\"Attestation Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read the attestation provider properties\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Attestation/attestationProviders/attestation/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-03-25T19:42:59.1576710Z\",\"updatedOn\":\"2021-11-11T20:13:13.3634724Z\"\ + ,\"createdBy\":null,\"updatedBy\":\"SYSTEM\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd1bd22b-8476-40bc-a0bc-69b95687b9f3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fd1bd22b-8476-40bc-a0bc-69b95687b9f3\"\ + },{\"properties\":{\"roleName\":\"Automation Job Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Create and Manage Jobs using Automation Runbooks.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/read\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/read\",\"Microsoft.Automation/automationAccounts/jobs/resume/action\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/stop/action\",\"Microsoft.Automation/automationAccounts/jobs/streams/read\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\"Microsoft.Automation/automationAccounts/jobs/write\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/output/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-04-19T20:52:41.0020018Z\",\"updatedOn\":\"2021-11-11T20:13:13.7065660Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4fe576fe-1146-4730-92eb-48519fa6bf9f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4fe576fe-1146-4730-92eb-48519fa6bf9f\"\ + },{\"properties\":{\"roleName\":\"Automation Runbook Operator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Read Runbook properties - to be able to create\ + \ Jobs of the runbook.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Automation/automationAccounts/runbooks/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-04-19T20:47:49.5640674Z\",\"updatedOn\":\"2021-11-11T20:13:13.8815461Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\ + },{\"properties\":{\"roleName\":\"Automation Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Automation Operators are able to start, stop, suspend,\ + \ and resume jobs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/read\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/read\",\"Microsoft.Automation/automationAccounts/jobs/resume/action\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/stop/action\",\"Microsoft.Automation/automationAccounts/jobs/streams/read\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\"Microsoft.Automation/automationAccounts/jobs/write\"\ + ,\"Microsoft.Automation/automationAccounts/jobSchedules/read\",\"Microsoft.Automation/automationAccounts/jobSchedules/write\"\ + ,\"Microsoft.Automation/automationAccounts/linkedWorkspace/read\",\"Microsoft.Automation/automationAccounts/read\"\ + ,\"Microsoft.Automation/automationAccounts/runbooks/read\",\"Microsoft.Automation/automationAccounts/schedules/read\"\ + ,\"Microsoft.Automation/automationAccounts/schedules/write\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/output/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-08-18T01:05:03.3916130Z\",\"updatedOn\":\"2021-11-11T20:13:14.0515408Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d3881f73-407a-4167-8283-e981cbba0404\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d3881f73-407a-4167-8283-e981cbba0404\"\ + },{\"properties\":{\"roleName\":\"Avere Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can create and manage an Avere vFXT cluster.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Compute/*/read\",\"Microsoft.Compute/availabilitySets/*\",\"\ + Microsoft.Compute/proximityPlacementGroups/*\",\"Microsoft.Compute/virtualMachines/*\"\ + ,\"Microsoft.Compute/disks/*\",\"Microsoft.Network/*/read\",\"Microsoft.Network/networkInterfaces/*\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ,\"Microsoft.Network/networkSecurityGroups/join/action\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Storage/*/read\",\"Microsoft.Storage/storageAccounts/*\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-03-18T20:00:58.9207889Z\",\"\ + updatedOn\":\"2021-11-11T20:13:14.2265665Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4f8fab4f-1852-4a58-a46a-8eaf358af14a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4f8fab4f-1852-4a58-a46a-8eaf358af14a\"\ + },{\"properties\":{\"roleName\":\"Avere Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Used by the Avere vFXT cluster to manage the cluster\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-03-18T20:02:38.3399857Z\",\"\ + updatedOn\":\"2021-11-11T20:13:15.1065886Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c025889f-8102-4ebf-b32c-fc0c6f0c6bd9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c025889f-8102-4ebf-b32c-fc0c6f0c6bd9\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Cluster Admin Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"List cluster admin credential\ + \ action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ContainerService/managedClusters/listClusterAdminCredential/action\"\ + ,\"Microsoft.ContainerService/managedClusters/accessProfiles/listCredential/action\"\ + ,\"Microsoft.ContainerService/managedClusters/read\",\"Microsoft.ContainerService/managedClusters/runcommand/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-08-15T21:38:18.5953853Z\",\"updatedOn\":\"2022-05-16T21:47:03.0625910Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0ab0b1a8-8aac-4efd-b8c2-3ee1fb270be8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0ab0b1a8-8aac-4efd-b8c2-3ee1fb270be8\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Cluster User Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"List cluster user credential action.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action\"\ + ,\"Microsoft.ContainerService/managedClusters/read\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-08-15T22:04:53.4037241Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:20.4351976Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4abbcc35-e782-43d8-92c5-2d3f1bd2253f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4abbcc35-e782-43d8-92c5-2d3f1bd2253f\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Grants access to read map related data from an Azure maps\ + \ account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Maps/accounts/*/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-10-05T19:47:03.4723070Z\",\"updatedOn\":\"2021-11-11T20:13:20.9582685Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/423170ca-a8f6-4b0f-8487-9e4eb8f49bfa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"423170ca-a8f6-4b0f-8487-9e4eb8f49bfa\"\ + },{\"properties\":{\"roleName\":\"Azure Stack Registration Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage Azure Stack registrations.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureStack/edgeSubscriptions/read\"\ + ,\"Microsoft.AzureStack/registrations/products/*/action\",\"Microsoft.AzureStack/registrations/products/read\"\ + ,\"Microsoft.AzureStack/registrations/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2017-11-13T23:42:06.2161827Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:23.2957820Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6f12a6df-dd06-4f3e-bcb1-ce8be600526a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6f12a6df-dd06-4f3e-bcb1-ce8be600526a\"\ + },{\"properties\":{\"roleName\":\"Backup Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage backup service,but can't create vaults\ + \ and give access to others\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.RecoveryServices/locations/*\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/refreshContainers/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/*\",\"Microsoft.RecoveryServices/Vaults/backupSecurityPIN/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/certificates/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\",\"Microsoft.RecoveryServices/Vaults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\"Microsoft.RecoveryServices/Vaults/usages/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.RecoveryServices/Vaults/backupstorageconfig/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupconfig/*\",\"Microsoft.RecoveryServices/Vaults/backupValidateOperation/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/write\",\"Microsoft.RecoveryServices/Vaults/backupOperations/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupEngines/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectableContainers/read\"\ + ,\"Microsoft.RecoveryServices/vaults/operationStatus/read\",\"Microsoft.RecoveryServices/vaults/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/locations/backupStatus/action\",\"Microsoft.RecoveryServices/locations/backupPreValidateProtection/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupValidateFeatures/action\",\"\ + Microsoft.RecoveryServices/Vaults/monitoringAlerts/write\",\"Microsoft.RecoveryServices/operations/read\"\ + ,\"Microsoft.RecoveryServices/locations/operationStatus/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionIntents/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.DataProtection/locations/getBackupStatus/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/write\",\"Microsoft.DataProtection/backupVaults/backupInstances/delete\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/read\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\"\ + ,\"Microsoft.DataProtection/backupVaults/deletedBackupInstances/read\",\"\ + Microsoft.DataProtection/backupVaults/deletedBackupInstances/undelete/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/backup/action\",\"\ + Microsoft.DataProtection/backupVaults/backupInstances/validateRestore/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/restore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/crossRegionRestore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/validateCrossRegionRestore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJobs/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJob/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchSecondaryRecoveryPoints/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupPolicies/write\",\"Microsoft.DataProtection/backupVaults/backupPolicies/delete\"\ + ,\"Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges/action\"\ + ,\"Microsoft.DataProtection/backupVaults/write\",\"Microsoft.DataProtection/backupVaults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/operationResults/read\",\"Microsoft.DataProtection/backupVaults/operationStatus/read\"\ + ,\"Microsoft.DataProtection/locations/checkNameAvailability/action\",\"Microsoft.DataProtection/locations/checkFeatureSupport/action\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/read\"\ + ,\"Microsoft.DataProtection/locations/operationStatus/read\",\"Microsoft.DataProtection/locations/operationResults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/validateForBackup/action\",\"Microsoft.DataProtection/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-01-03T13:12:15.7321344Z\",\"updatedOn\":\"2023-05-16T10:52:55.0352615Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e467623-bb1f-42f4-a55d-6e525e11384b\"\ + },{\"properties\":{\"roleName\":\"Billing Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows read access to billing data\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Billing/*/read\",\"Microsoft.Commerce/*/read\",\"Microsoft.Consumption/*/read\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.CostManagement/*/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-04-25T02:13:38.9054151Z\",\"updatedOn\":\"2021-11-11T20:13:24.5342563Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\ + },{\"properties\":{\"roleName\":\"Backup Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage backup services, except removal of backup,\ + \ vault creation and giving access to others\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/backup/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationsStatus/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/provisionInstantItemRecovery/action\"\ + ,\"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/accessToken/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/restore/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/revokeInstantItemRecovery/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/refreshContainers/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/certificates/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupstorageconfig/*\",\"Microsoft.RecoveryServices/Vaults/backupValidateOperation/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupTriggerValidateOperation/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupValidateOperationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupValidateOperationsStatuses/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupOperations/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operations/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/inquire/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupEngines/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectableContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/items/read\"\ + ,\"Microsoft.RecoveryServices/locations/backupStatus/action\",\"Microsoft.RecoveryServices/locations/backupPreValidateProtection/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupValidateFeatures/action\",\"\ + Microsoft.RecoveryServices/locations/backupAadProperties/read\",\"Microsoft.RecoveryServices/locations/backupCrrJobs/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupCrrJob/action\",\"Microsoft.RecoveryServices/locations/backupCrossRegionRestore/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupCrrOperationResults/read\",\"\ + Microsoft.RecoveryServices/locations/backupCrrOperationsStatus/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/write\"\ + ,\"Microsoft.RecoveryServices/operations/read\",\"Microsoft.RecoveryServices/locations/operationStatus/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectionIntents/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/read\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\"\ + ,\"Microsoft.DataProtection/backupVaults/deletedBackupInstances/read\",\"\ + Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges/action\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/operationResults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/operationStatus/read\",\"Microsoft.DataProtection/backupVaults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/locations/operationStatus/read\"\ + ,\"Microsoft.DataProtection/locations/operationResults/read\",\"Microsoft.DataProtection/operations/read\"\ + ,\"Microsoft.DataProtection/backupVaults/validateForBackup/action\",\"Microsoft.DataProtection/backupVaults/backupInstances/backup/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/validateRestore/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/restore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/crossRegionRestore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/validateCrossRegionRestore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJobs/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJob/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchSecondaryRecoveryPoints/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-01-03T13:21:11.8947640Z\",\"updatedOn\":\"2023-05-17T09:30:04.0390095Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"00c29273-979b-4161-815c-10b084fb9324\"\ + },{\"properties\":{\"roleName\":\"Backup Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view backup services, but can't make changes\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationsStatus/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\"\ + Microsoft.RecoveryServices/Vaults/backupJobs/read\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\"\ + Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\"Microsoft.RecoveryServices/Vaults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/Vaults/backupstorageconfig/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupconfig/read\",\"Microsoft.RecoveryServices/Vaults/backupOperations/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/operations/read\",\"Microsoft.RecoveryServices/Vaults/backupEngines/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/items/read\"\ + ,\"Microsoft.RecoveryServices/locations/backupStatus/action\",\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/write\",\"Microsoft.RecoveryServices/operations/read\"\ + ,\"Microsoft.RecoveryServices/locations/operationStatus/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionIntents/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/locations/backupValidateFeatures/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupCrrJobs/action\",\"Microsoft.RecoveryServices/locations/backupCrrJob/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupCrrOperationResults/read\",\"\ + Microsoft.RecoveryServices/locations/backupCrrOperationsStatus/read\",\"Microsoft.DataProtection/locations/getBackupStatus/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/write\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\"\ + ,\"Microsoft.DataProtection/backupVaults/deletedBackupInstances/read\",\"\ + Microsoft.DataProtection/backupVaults/backupInstances/backup/action\",\"Microsoft.DataProtection/backupVaults/backupInstances/validateRestore/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/restore/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges/action\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/operationResults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/operationStatus/read\",\"Microsoft.DataProtection/backupVaults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/locations/operationStatus/read\"\ + ,\"Microsoft.DataProtection/locations/operationResults/read\",\"Microsoft.DataProtection/backupVaults/validateForBackup/action\"\ + ,\"Microsoft.DataProtection/operations/read\",\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJobs/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJob/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchSecondaryRecoveryPoints/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-01-03T13:18:41.3893065Z\",\"updatedOn\":\"2023-05-16T10:52:55.0342622Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a795c7a0-d4a2-40c1-ae25-d81f01202912\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a795c7a0-d4a2-40c1-ae25-d81f01202912\"\ + },{\"properties\":{\"roleName\":\"Blockchain Member Node Access (Preview)\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for access to Blockchain\ + \ Member nodes\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Blockchain/blockchainMembers/transactionNodes/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Blockchain/blockchainMembers/transactionNodes/connect/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-12-21T10:33:01.9604839Z\",\"\ + updatedOn\":\"2021-11-11T20:13:25.0558920Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/31a002a1-acaf-453e-8a5b-297c9ca1ea24\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"31a002a1-acaf-453e-8a5b-297c9ca1ea24\"\ + },{\"properties\":{\"roleName\":\"BizTalk Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage BizTalk services, but not access to them.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.BizTalkServices/BizTalk/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:25.2359269Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e3c6656-6cfa-4708-81fe-0de47ac73342\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e3c6656-6cfa-4708-81fe-0de47ac73342\"\ + },{\"properties\":{\"roleName\":\"CDN Endpoint Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can manage CDN endpoints, but can\u2019t grant access to\ + \ other users.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\"\ + ,\"Microsoft.Cdn/profiles/endpoints/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2021-11-11T20:13:25.4059314Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\ + },{\"properties\":{\"roleName\":\"CDN Endpoint Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view CDN endpoints, but can\u2019t make changes.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\",\"\ + Microsoft.Cdn/profiles/endpoints/*/read\",\"Microsoft.Cdn/profiles/afdendpoints/validateCustomDomain/action\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2022-01-26T19:51:29.2636610Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\ + },{\"properties\":{\"roleName\":\"CDN Profile Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can manage CDN profiles and their endpoints, but can\u2019\ + t grant access to other users.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\"\ + ,\"Microsoft.Cdn/operationresults/*\",\"Microsoft.Cdn/profiles/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2021-11-11T20:13:25.9224344Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ec156ff8-a8d1-4d15-830c-5b80698ca432\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ec156ff8-a8d1-4d15-830c-5b80698ca432\"\ + },{\"properties\":{\"roleName\":\"CDN Profile Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view CDN profiles and their endpoints, but can\u2019\ + t make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\"\ + ,\"Microsoft.Cdn/profiles/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2021-11-11T20:13:26.0983652Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8f96442b-4075-438f-813d-ad51ab4019af\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8f96442b-4075-438f-813d-ad51ab4019af\"\ + },{\"properties\":{\"roleName\":\"Classic Network Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage classic networks, but not\ + \ access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicNetwork/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:26.4433301Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\ + },{\"properties\":{\"roleName\":\"Classic Storage Account Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage classic storage accounts,\ + \ but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicStorage/storageAccounts/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:26.6183566Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\ + },{\"properties\":{\"roleName\":\"Classic Storage Account Key Operator Service\ + \ Role\",\"type\":\"BuiltInRole\",\"description\":\"Classic Storage Account\ + \ Key Operators are allowed to list and regenerate keys on Classic Storage\ + \ Accounts\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ClassicStorage/storageAccounts/listkeys/action\",\"Microsoft.ClassicStorage/storageAccounts/regeneratekey/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-04-13T18:22:52.1461100Z\",\"updatedOn\":\"2021-11-11T20:13:26.9796021Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\ + },{\"properties\":{\"roleName\":\"ClearDB MySQL DB Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage ClearDB MySQL databases,\ + \ but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"successbricks.cleardb/databases/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:27.1646373Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9106cda0-8a86-4e81-b686-29a22c54effe\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9106cda0-8a86-4e81-b686-29a22c54effe\"\ + },{\"properties\":{\"roleName\":\"Classic Virtual Machine Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage classic virtual machines,\ + \ but not access to them, and not the virtual network or storage account they\u2019\ + re connected to.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicCompute/domainNames/*\"\ + ,\"Microsoft.ClassicCompute/virtualMachines/*\",\"Microsoft.ClassicNetwork/networkSecurityGroups/join/action\"\ + ,\"Microsoft.ClassicNetwork/reservedIps/link/action\",\"Microsoft.ClassicNetwork/reservedIps/read\"\ + ,\"Microsoft.ClassicNetwork/virtualNetworks/join/action\",\"Microsoft.ClassicNetwork/virtualNetworks/read\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/disks/read\",\"Microsoft.ClassicStorage/storageAccounts/images/read\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.ClassicStorage/storageAccounts/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-04-25T00:37:56.5416086Z\",\"updatedOn\":\"2021-11-11T20:13:27.3446332Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you read and list keys of Cognitive Services.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/listkeys/action\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.Insights/diagnosticSettings/read\",\"Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Insights/metricdefinitions/read\",\"Microsoft.Insights/metrics/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/*\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2018-08-08T23:23:43.7701274Z\",\"updatedOn\"\ + :\"2021-11-11T20:13:27.5316443Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a97b65f3-24c7-4388-baec-2e87135dc908\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a97b65f3-24c7-4388-baec-2e87135dc908\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Data Reader (Preview)\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you read Cognitive Services\ + \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/*/read\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2019-02-13T20:02:12.6849986Z\",\"updatedOn\"\ + :\"2021-11-11T20:13:27.7138054Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b59867f0-fa02-499b-be73-45a86b5b3e1c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b59867f0-fa02-499b-be73-45a86b5b3e1c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you create, read, update, delete and\ + \ manage keys of Cognitive Services.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.CognitiveServices/*\"\ + ,\"Microsoft.Features/features/read\",\"Microsoft.Features/providers/features/read\"\ + ,\"Microsoft.Features/providers/features/register/action\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Insights/metricdefinitions/read\",\"Microsoft.Insights/metrics/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-08-08T23:18:39.2257848Z\",\"updatedOn\":\"2021-11-11T20:13:27.9116230Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/25fbc0a9-bd7c-42a3-aa1a-3b75d497ee68\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"25fbc0a9-bd7c-42a3-aa1a-3b75d497ee68\"\ + },{\"properties\":{\"roleName\":\"CosmosBackupOperator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can submit restore request for a Cosmos DB database or\ + \ a container for an account\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.DocumentDB/databaseAccounts/backup/action\",\"\ + Microsoft.DocumentDB/databaseAccounts/restore/action\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-12-07T19:47:14.9651560Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:28.4333692Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/db7b14f2-5adf-42da-9f96-f2ee17bab5cb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"db7b14f2-5adf-42da-9f96-f2ee17bab5cb\"\ + },{\"properties\":{\"roleName\":\"Contributor\",\"type\":\"BuiltInRole\",\"\ + description\":\"Grants full access to manage all resources, but does not allow\ + \ you to assign roles in Azure RBAC, manage assignments in Azure Blueprints,\ + \ or share image galleries.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"*\"],\"notActions\":[\"Microsoft.Authorization/*/Delete\"\ + ,\"Microsoft.Authorization/*/Write\",\"Microsoft.Authorization/elevateAccess/Action\"\ + ,\"Microsoft.Blueprint/blueprintAssignments/write\",\"Microsoft.Blueprint/blueprintAssignments/delete\"\ + ,\"Microsoft.Compute/galleries/share/action\",\"Microsoft.Purview/consents/write\"\ + ,\"Microsoft.Purview/consents/delete\"],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2023-05-25T18:33:49.8611163Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b24988ac-6180-42a0-ab88-20f7382dd24c\"\ + },{\"properties\":{\"roleName\":\"Cosmos DB Account Reader Role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can read Azure Cosmos DB Accounts data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.DocumentDB/*/read\",\"Microsoft.DocumentDB/databaseAccounts/readonlykeys/action\"\ + ,\"Microsoft.Insights/MetricDefinitions/read\",\"Microsoft.Insights/Metrics/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-10-30T17:53:54.6005577Z\",\"updatedOn\":\"2021-11-11T20:13:28.7911765Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fbdf93bf-df7d-467e-a4d2-9458aa1360c8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fbdf93bf-df7d-467e-a4d2-9458aa1360c8\"\ + },{\"properties\":{\"roleName\":\"Cost Management Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Can view costs and manage cost configuration\ + \ (e.g. budgets, exports)\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Consumption/*\",\"Microsoft.CostManagement/*\",\"Microsoft.Billing/billingPeriods/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Advisor/configurations/read\",\"Microsoft.Advisor/recommendations/read\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.Billing/billingProperty/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-03-14T16:09:22.8834827Z\",\"updatedOn\":\"2021-11-11T20:13:29.4851851Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/434105ed-43f6-45c7-a02f-909b2ba83430\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"434105ed-43f6-45c7-a02f-909b2ba83430\"\ + },{\"properties\":{\"roleName\":\"Cost Management Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view cost data and configuration (e.g. budgets, exports)\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Consumption/*/read\"\ + ,\"Microsoft.CostManagement/*/read\",\"Microsoft.Billing/billingPeriods/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Advisor/configurations/read\",\"Microsoft.Advisor/recommendations/read\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.Billing/billingProperty/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-03-14T16:09:22.8834827Z\",\"updatedOn\":\"2021-11-11T20:13:29.6601800Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/72fafb9e-0641-4937-9268-a91bfd8191a3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"72fafb9e-0641-4937-9268-a91bfd8191a3\"\ + },{\"properties\":{\"roleName\":\"Data Box Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage everything under Data Box Service except\ + \ giving access to others.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Databox/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2018-07-27T08:28:42.7140210Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:30.3737856Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/add466c9-e687-43fc-8d98-dfcf8d720be5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"add466c9-e687-43fc-8d98-dfcf8d720be5\"\ + },{\"properties\":{\"roleName\":\"Data Box Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage Data Box Service except creating order\ + \ or editing order details and giving access to others.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Databox/*/read\",\"Microsoft.Databox/jobs/listsecrets/action\"\ + ,\"Microsoft.Databox/jobs/listcredentials/action\",\"Microsoft.Databox/locations/availableSkus/action\"\ + ,\"Microsoft.Databox/locations/validateInputs/action\",\"Microsoft.Databox/locations/regionConfiguration/action\"\ + ,\"Microsoft.Databox/locations/validateAddress/action\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-07-27T08:26:21.9284772Z\",\"updatedOn\":\"2021-11-11T20:13:30.5546117Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/028f4ed7-e2a9-465e-a8f4-9c0ffdfdc027\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"028f4ed7-e2a9-465e-a8f4-9c0ffdfdc027\"\ + },{\"properties\":{\"roleName\":\"Data Factory Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Create and manage data factories, as well as child resources\ + \ within them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.DataFactory/dataFactories/*\"\ + ,\"Microsoft.DataFactory/factories/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.EventGrid/eventSubscriptions/write\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:30.7420174Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/673868aa-7521-48a0-acc6-0f60742d39f5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"673868aa-7521-48a0-acc6-0f60742d39f5\"\ + },{\"properties\":{\"roleName\":\"Data Purger\",\"type\":\"BuiltInRole\",\"\ + description\":\"Can purge analytics data\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Insights/components/*/read\",\"Microsoft.Insights/components/purge/action\"\ + ,\"Microsoft.OperationalInsights/workspaces/*/read\",\"Microsoft.OperationalInsights/workspaces/purge/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-04-30T22:39:49.6167700Z\",\"updatedOn\":\"2021-11-11T20:13:31.2788395Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/150f5e0c-0603-4f03-8c7f-cf70034c4e90\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"150f5e0c-0603-4f03-8c7f-cf70034c4e90\"\ + },{\"properties\":{\"roleName\":\"Data Lake Analytics Developer\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you submit, monitor, and manage your\ + \ own jobs but not create or delete Data Lake Analytics accounts.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.BigAnalytics/accounts/*\",\"Microsoft.DataLakeAnalytics/accounts/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.BigAnalytics/accounts/Delete\"\ + ,\"Microsoft.BigAnalytics/accounts/TakeOwnership/action\",\"Microsoft.BigAnalytics/accounts/Write\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/Delete\",\"Microsoft.DataLakeAnalytics/accounts/TakeOwnership/action\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/Write\",\"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts/Write\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts/Delete\",\"\ + Microsoft.DataLakeAnalytics/accounts/storageAccounts/Write\",\"Microsoft.DataLakeAnalytics/accounts/storageAccounts/Delete\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/firewallRules/Write\",\"Microsoft.DataLakeAnalytics/accounts/firewallRules/Delete\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/computePolicies/Write\",\"Microsoft.DataLakeAnalytics/accounts/computePolicies/Delete\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-10-20T00:33:29.3115234Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:31.4688491Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/47b7735b-770e-4598-a7da-8b91488b4c88\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"47b7735b-770e-4598-a7da-8b91488b4c88\"\ + },{\"properties\":{\"roleName\":\"DevTest Labs User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you connect, start, restart, and shutdown your virtual\ + \ machines in your Azure DevTest Labs.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Compute/availabilitySets/read\"\ + ,\"Microsoft.Compute/virtualMachines/*/read\",\"Microsoft.Compute/virtualMachines/deallocate/action\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/restart/action\"\ + ,\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.DevTestLab/*/read\"\ + ,\"Microsoft.DevTestLab/labs/claimAnyVm/action\",\"Microsoft.DevTestLab/labs/createEnvironment/action\"\ + ,\"Microsoft.DevTestLab/labs/ensureCurrentUserProfile/action\",\"Microsoft.DevTestLab/labs/formulas/delete\"\ + ,\"Microsoft.DevTestLab/labs/formulas/read\",\"Microsoft.DevTestLab/labs/formulas/write\"\ + ,\"Microsoft.DevTestLab/labs/policySets/evaluatePolicies/action\",\"Microsoft.DevTestLab/labs/virtualMachines/claim/action\"\ + ,\"Microsoft.DevTestLab/labs/virtualmachines/listApplicableSchedules/action\"\ + ,\"Microsoft.DevTestLab/labs/virtualMachines/getRdpFileContents/action\",\"\ + Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\"\ + ,\"Microsoft.Network/networkInterfaces/*/read\",\"Microsoft.Network/networkInterfaces/join/action\"\ + ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\"\ + ,\"Microsoft.Network/publicIPAddresses/*/read\",\"Microsoft.Network/publicIPAddresses/join/action\"\ + ,\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/listKeys/action\"\ + ],\"notActions\":[\"Microsoft.Compute/virtualMachines/vmSizes/read\"],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-06-08T21:52:45.0657582Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:32.1746507Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/76283e04-6283-4c54-8f91-bcf1374a3c64\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"76283e04-6283-4c54-8f91-bcf1374a3c64\"\ + },{\"properties\":{\"roleName\":\"DocumentDB Account Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage DocumentDB accounts, but\ + \ not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.DocumentDb/databaseAccounts/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:32.3496502Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5bd9cd88-fe45-4216-938b-f97437e15450\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5bd9cd88-fe45-4216-938b-f97437e15450\"\ + },{\"properties\":{\"roleName\":\"DNS Zone Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage DNS zones and record sets in Azure DNS,\ + \ but does not let you control who has access to them.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/dnsZones/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-10-15T23:33:25.9730842Z\",\"updatedOn\":\"2021-11-11T20:13:32.5233957Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/befefa01-2a29-4197-83a8-272ff33ce314\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"befefa01-2a29-4197-83a8-272ff33ce314\"\ + },{\"properties\":{\"roleName\":\"EventGrid EventSubscription Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage EventGrid event\ + \ subscription operations.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.EventGrid/eventSubscriptions/*\"\ + ,\"Microsoft.EventGrid/topicTypes/eventSubscriptions/read\",\"Microsoft.EventGrid/locations/eventSubscriptions/read\"\ + ,\"Microsoft.EventGrid/locations/topicTypes/eventSubscriptions/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-10-08T23:27:28.3130743Z\",\"updatedOn\":\"2021-11-11T20:13:33.4166738Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/428e0ff0-5e57-4d9c-a221-2c70d0e0a443\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"428e0ff0-5e57-4d9c-a221-2c70d0e0a443\"\ + },{\"properties\":{\"roleName\":\"EventGrid EventSubscription Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you read EventGrid event subscriptions.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.EventGrid/eventSubscriptions/read\",\"Microsoft.EventGrid/topicTypes/eventSubscriptions/read\"\ + ,\"Microsoft.EventGrid/locations/eventSubscriptions/read\",\"Microsoft.EventGrid/locations/topicTypes/eventSubscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-10-09T17:29:28.1417894Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:33.7846748Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2414bbcf-6497-4faf-8c65-045460748405\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2414bbcf-6497-4faf-8c65-045460748405\"\ + },{\"properties\":{\"roleName\":\"Graph Owner\",\"type\":\"BuiltInRole\",\"\ + description\":\"Create and manage all aspects of the Enterprise Graph - Ontology,\ + \ Schema mapping, Conflation and Conversational AI and Ingestions\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.EnterpriseKnowledgeGraph/services/conflation/read\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/conflation/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/sourceschema/read\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/sourceschema/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/knowledge/read\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/knowledge/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/intentclassification/read\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/intentclassification/write\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/ingestion/read\",\"Microsoft.EnterpriseKnowledgeGraph/services/ingestion/write\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/ontology/read\",\"Microsoft.EnterpriseKnowledgeGraph/services/ontology/write\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/delete\",\"Microsoft.EnterpriseKnowledgeGraph/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-02-23T21:07:22.5844236Z\",\"updatedOn\":\"2021-11-11T20:13:34.6707886Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b60367af-1334-4454-b71e-769d9a4f83d9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b60367af-1334-4454-b71e-769d9a4f83d9\"\ + },{\"properties\":{\"roleName\":\"HDInsight Domain Services Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Can Read, Create, Modify and Delete\ + \ Domain Services related operations needed for HDInsight Enterprise Security\ + \ Package\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.AAD/*/read\",\"Microsoft.AAD/domainServices/*/read\",\"Microsoft.AAD/domainServices/oucontainer/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-09-12T22:42:51.7451109Z\",\"updatedOn\":\"2021-11-11T20:13:35.3921342Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8d8d5a11-05d3-4bda-a417-a08778121c7c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8d8d5a11-05d3-4bda-a417-a08778121c7c\"\ + },{\"properties\":{\"roleName\":\"Intelligent Systems Account Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage Intelligent Systems\ + \ accounts, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.IntelligentSystems/accounts/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:35.9371582Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/03a6d094-3444-4b3d-88af-7477090a9e5e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"03a6d094-3444-4b3d-88af-7477090a9e5e\"\ + },{\"properties\":{\"roleName\":\"Key Vault Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage key vaults, but not access to them.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.KeyVault/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[\"Microsoft.KeyVault/locations/deletedVaults/purge/action\"\ + ,\"Microsoft.KeyVault/hsmPools/*\",\"Microsoft.KeyVault/managedHsms/*\"],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-02-25T17:08:28.5184971Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:36.1170988Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f25e0fa2-a7c8-4377-a976-54943a77a395\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f25e0fa2-a7c8-4377-a976-54943a77a395\"\ + },{\"properties\":{\"roleName\":\"Knowledge Consumer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Knowledge Read permission to consume Enterprise Graph Knowledge\ + \ using entity search and graph query\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.EnterpriseKnowledgeGraph/services/knowledge/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-02-23T21:23:31.4037552Z\",\"updatedOn\":\"2021-11-11T20:13:37.0021342Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ee361c5d-f7b5-4119-b4b6-892157c8f64c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ee361c5d-f7b5-4119-b4b6-892157c8f64c\"\ + },{\"properties\":{\"roleName\":\"Lab Creator\",\"type\":\"BuiltInRole\",\"\ + description\":\"Lets you create new labs under your Azure Lab Accounts.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.LabServices/labAccounts/*/read\",\"Microsoft.LabServices/labAccounts/createLab/action\"\ + ,\"Microsoft.LabServices/labAccounts/getPricingAndAvailability/action\",\"\ + Microsoft.LabServices/labAccounts/getRestrictionsAndUsage/action\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ + ,\"Microsoft.LabServices/labPlans/saveImage/action\",\"Microsoft.LabServices/labs/read\"\ + ,\"Microsoft.LabServices/labs/schedules/read\",\"Microsoft.LabServices/labs/users/read\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/read\",\"Microsoft.LabServices/locations/usages/read\"\ + ,\"Microsoft.LabServices/skus/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.LabServices/labPlans/createLab/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-01-18T23:38:58.1036141Z\",\"\ + updatedOn\":\"2021-11-11T20:13:37.1821588Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b97fb8bc-a8b2-4522-a38b-dd33c7e65ead\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b97fb8bc-a8b2-4522-a38b-dd33c7e65ead\"\ + },{\"properties\":{\"roleName\":\"Log Analytics Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Log Analytics Reader can view and search all monitoring\ + \ data as well as and view monitoring settings, including viewing the configuration\ + \ of Azure diagnostics on all Azure resources.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.OperationalInsights/workspaces/analytics/query/action\"\ + ,\"Microsoft.OperationalInsights/workspaces/search/action\",\"Microsoft.Support/*\"\ + ],\"notActions\":[\"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-02T00:20:28.1449012Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:37.7071371Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/73c42c96-874c-492b-b04d-ab87d138a893\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"73c42c96-874c-492b-b04d-ab87d138a893\"\ + },{\"properties\":{\"roleName\":\"Log Analytics Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Log Analytics Contributor can read all monitoring\ + \ data and edit monitoring settings. Editing monitoring settings includes\ + \ adding the VM extension to VMs; reading storage account keys to be able\ + \ to configure collection of logs from Azure Storage; adding solutions; and\ + \ configuring Azure diagnostics on all Azure resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.ClassicCompute/virtualMachines/extensions/*\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.Compute/virtualMachines/extensions/*\"\ + ,\"Microsoft.HybridCompute/machines/extensions/write\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.OperationalInsights/*\"\ + ,\"Microsoft.OperationsManagement/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.Storage/storageAccounts/listKeys/action\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-04-25T21:51:45.3174711Z\",\"updatedOn\":\"2021-11-11T20:13:37.8823618Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\ + },{\"properties\":{\"roleName\":\"Logic App Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you read, enable and disable logic app.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*/read\",\"Microsoft.Insights/metricAlerts/*/read\"\ + ,\"Microsoft.Insights/diagnosticSettings/*/read\",\"Microsoft.Insights/metricDefinitions/*/read\"\ + ,\"Microsoft.Logic/*/read\",\"Microsoft.Logic/workflows/disable/action\",\"\ + Microsoft.Logic/workflows/enable/action\",\"Microsoft.Logic/workflows/validate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Web/connectionGateways/*/read\",\"Microsoft.Web/connections/*/read\"\ + ,\"Microsoft.Web/customApis/*/read\",\"Microsoft.Web/serverFarms/read\"],\"\ + notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ + 2016-04-28T21:33:30.4656007Z\",\"updatedOn\":\"2021-11-11T20:13:38.0573444Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\ + },{\"properties\":{\"roleName\":\"Logic App Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage logic app, but not access to them.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.ClassicStorage/storageAccounts/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metricAlerts/*\"\ + ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.Insights/logdefinitions/*\"\ + ,\"Microsoft.Insights/metricDefinitions/*\",\"Microsoft.Logic/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Storage/storageAccounts/listkeys/action\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Web/connectionGateways/*\",\"Microsoft.Web/connections/*\"\ + ,\"Microsoft.Web/customApis/*\",\"Microsoft.Web/serverFarms/join/action\"\ + ,\"Microsoft.Web/serverFarms/read\",\"Microsoft.Web/sites/functions/listSecrets/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2016-04-28T21:33:30.4656007Z\",\"updatedOn\":\"2021-11-11T20:13:38.2523833Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/87a39d53-fc1b-424a-814c-f7e04687dc9e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"87a39d53-fc1b-424a-814c-f7e04687dc9e\"\ + },{\"properties\":{\"roleName\":\"Managed Application Operator Role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you read and perform actions on Managed\ + \ Application resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"*/read\",\"Microsoft.Solutions/applications/read\",\"Microsoft.Solutions/*/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-07-27T00:59:33.7988813Z\",\"updatedOn\":\"2021-11-11T20:13:38.5973763Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c7393b34-138c-406f-901b-d8cf2b17e6ae\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c7393b34-138c-406f-901b-d8cf2b17e6ae\"\ + },{\"properties\":{\"roleName\":\"Managed Applications Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you read resources in a managed app and\ + \ request JIT access.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Solutions/jitRequests/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-09-06T00:33:58.3651522Z\",\"updatedOn\":\"2021-11-11T20:13:38.7723523Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b9331d33-8a36-4f8c-b097-4f54124fdb44\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b9331d33-8a36-4f8c-b097-4f54124fdb44\"\ + },{\"properties\":{\"roleName\":\"Managed Identity Operator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Read and Assign User Assigned Identity\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ManagedIdentity/userAssignedIdentities/*/read\"\ + ,\"Microsoft.ManagedIdentity/userAssignedIdentities/*/assign/action\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-12-14T19:52:04.3924594Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:38.9523759Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f1a07417-d97a-45cb-824c-7a7467783830\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f1a07417-d97a-45cb-824c-7a7467783830\"\ + },{\"properties\":{\"roleName\":\"Managed Identity Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Create, Read, Update, and Delete User Assigned\ + \ Identity\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ManagedIdentity/userAssignedIdentities/read\",\"Microsoft.ManagedIdentity/userAssignedIdentities/write\"\ + ,\"Microsoft.ManagedIdentity/userAssignedIdentities/delete\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-12-14T19:53:42.8804692Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:39.3023761Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e40ec5ca-96e0-45a2-b4ff-59039f2c2b59\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e40ec5ca-96e0-45a2-b4ff-59039f2c2b59\"\ + },{\"properties\":{\"roleName\":\"Management Group Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Management Group Contributor Role\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Management/managementGroups/delete\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.Management/managementGroups/subscriptions/delete\"\ + ,\"Microsoft.Management/managementGroups/subscriptions/write\",\"Microsoft.Management/managementGroups/write\"\ + ,\"Microsoft.Management/managementGroups/subscriptions/read\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-06-22T00:28:29.0523964Z\",\"updatedOn\":\"2022-09-15T21:48:24.8299981Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d58bcaf-24a5-4b20-bdb6-eed9f69fbe4c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d58bcaf-24a5-4b20-bdb6-eed9f69fbe4c\"\ + },{\"properties\":{\"roleName\":\"Management Group Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Management Group Reader Role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Management/managementGroups/read\"\ + ,\"Microsoft.Management/managementGroups/subscriptions/read\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-06-22T00:31:03.4295347Z\",\"updatedOn\":\"2022-09-15T21:48:24.8299981Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ac63b705-f282-497d-ac71-919bf39d939d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ac63b705-f282-497d-ac71-919bf39d939d\"\ + },{\"properties\":{\"roleName\":\"Monitoring Metrics Publisher\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Enables publishing metrics against Azure\ + \ resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Insights/Register/Action\",\"Microsoft.Support/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Insights/Metrics/Write\"\ + ,\"Microsoft.Insights/Telemetry/Write\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-08-14T00:36:16.5610279Z\",\"updatedOn\":\"2022-01-04T00:38:04.0289073Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3913510d-42f4-4e42-8a64-420c390055eb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3913510d-42f4-4e42-8a64-420c390055eb\"\ + },{\"properties\":{\"roleName\":\"Monitoring Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read all monitoring data.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.OperationalInsights/workspaces/search/action\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-09-21T19:19:52.4939376Z\",\"updatedOn\":\"2022-09-05T15:10:49.4071427Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\ + },{\"properties\":{\"roleName\":\"Network Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage networks, but not access to them.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2021-11-11T20:13:44.6328966Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4d97b98b-1d4f-4787-a291-c67834d212e7\"\ + },{\"properties\":{\"roleName\":\"Monitoring Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read all monitoring data and update monitoring settings.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"\ + Microsoft.AlertsManagement/alerts/*\",\"Microsoft.AlertsManagement/alertsSummary/*\"\ + ,\"Microsoft.Insights/actiongroups/*\",\"Microsoft.Insights/activityLogAlerts/*\"\ + ,\"Microsoft.Insights/AlertRules/*\",\"Microsoft.Insights/components/*\",\"\ + Microsoft.Insights/createNotifications/*\",\"Microsoft.Insights/dataCollectionEndpoints/*\"\ + ,\"Microsoft.Insights/dataCollectionRules/*\",\"Microsoft.Insights/dataCollectionRuleAssociations/*\"\ + ,\"Microsoft.Insights/DiagnosticSettings/*\",\"Microsoft.Insights/eventtypes/*\"\ + ,\"Microsoft.Insights/LogDefinitions/*\",\"Microsoft.Insights/metricalerts/*\"\ + ,\"Microsoft.Insights/MetricDefinitions/*\",\"Microsoft.Insights/Metrics/*\"\ + ,\"Microsoft.Insights/notificationStatus/*\",\"Microsoft.Insights/Register/Action\"\ + ,\"Microsoft.Insights/scheduledqueryrules/*\",\"Microsoft.Insights/webtests/*\"\ + ,\"Microsoft.Insights/workbooks/*\",\"Microsoft.Insights/workbooktemplates/*\"\ + ,\"Microsoft.Insights/privateLinkScopes/*\",\"Microsoft.Insights/privateLinkScopeOperationStatuses/*\"\ + ,\"Microsoft.OperationalInsights/workspaces/write\",\"Microsoft.OperationalInsights/workspaces/intelligencepacks/*\"\ + ,\"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\"Microsoft.OperationalInsights/workspaces/search/action\"\ + ,\"Microsoft.OperationalInsights/workspaces/sharedKeys/action\",\"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/*\"\ + ,\"Microsoft.Support/*\",\"Microsoft.WorkloadMonitor/monitors/*\",\"Microsoft.AlertsManagement/smartDetectorAlertRules/*\"\ + ,\"Microsoft.AlertsManagement/actionRules/*\",\"Microsoft.AlertsManagement/smartGroups/*\"\ + ,\"Microsoft.AlertsManagement/migrateFromSmartDetection/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-09-21T19:21:08.4345976Z\"\ + ,\"updatedOn\":\"2022-09-05T15:10:49.4071427Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\ + },{\"properties\":{\"roleName\":\"New Relic APM Account Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage New Relic Application Performance\ + \ Management accounts and applications, but not access to them.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"NewRelic.APM/accounts/*\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:45.7178576Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d28c62d-5b37-4476-8438-e587778df237\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d28c62d-5b37-4476-8438-e587778df237\"\ + },{\"properties\":{\"roleName\":\"Reader\",\"type\":\"BuiltInRole\",\"description\"\ + :\"View all resources, but does not allow you to make any changes.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:47.8628684Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"acdd72a7-3385-48ef-bd42-f606fba81ae7\"\ + },{\"properties\":{\"roleName\":\"Redis Cache Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage Redis caches, but not access to them.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Cache/register/action\",\"Microsoft.Cache/redis/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:48.0528671Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e0f68234-74aa-48ed-b826-c38b57376e17\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e0f68234-74aa-48ed-b826-c38b57376e17\"\ + },{\"properties\":{\"roleName\":\"Reader and Data Access\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you view everything but will not let you delete or\ + \ create a storage account or contained resource. It will also allow read/write\ + \ access to all data contained in a storage account via access to storage\ + \ account keys.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Storage/storageAccounts/ListAccountSas/action\"\ + ,\"Microsoft.Storage/storageAccounts/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2018-03-27T23:20:46.1498906Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:48.2278951Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c12c1c16-33a1-487b-954d-41c89c60f349\"\ + },{\"properties\":{\"roleName\":\"Resource Policy Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Users with rights to create/modify resource\ + \ policy, create support ticket and read resources/hierarchy.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.Authorization/policyassignments/*\"\ + ,\"Microsoft.Authorization/policydefinitions/*\",\"Microsoft.Authorization/policyexemptions/*\"\ + ,\"Microsoft.Authorization/policysetdefinitions/*\",\"Microsoft.PolicyInsights/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-08-25T19:08:01.3861639Z\"\ + ,\"updatedOn\":\"2023-05-11T23:11:26.1702440Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36243c78-bf99-498c-9df9-86d9f8d28608\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"36243c78-bf99-498c-9df9-86d9f8d28608\"\ + },{\"properties\":{\"roleName\":\"Scheduler Job Collections Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage Scheduler job\ + \ collections, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Scheduler/jobcollections/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:49.8429293Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\ + },{\"properties\":{\"roleName\":\"Search Service Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage Search services, but not access\ + \ to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Search/searchServices/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:50.0229309Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\ + },{\"properties\":{\"roleName\":\"Security Manager (Legacy)\",\"type\":\"\ + BuiltInRole\",\"description\":\"This is a legacy role. Please use Security\ + \ Administrator instead\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicCompute/*/read\"\ + ,\"Microsoft.ClassicCompute/virtualMachines/*/write\",\"Microsoft.ClassicNetwork/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Security/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-06-22T17:45:15.8986455Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:50.5729549Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\ + },{\"properties\":{\"roleName\":\"Security Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Security Reader Role\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.operationalInsights/workspaces/*/read\",\"Microsoft.Resources/deployments/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Security/*/read\"\ + ,\"Microsoft.IoTSecurity/*/read\",\"Microsoft.Support/*/read\",\"Microsoft.Security/iotDefenderSettings/packageDownloads/action\"\ + ,\"Microsoft.Security/iotDefenderSettings/downloadManagerActivation/action\"\ + ,\"Microsoft.Security/iotSensors/downloadResetPassword/action\",\"Microsoft.IoTSecurity/defenderSettings/packageDownloads/action\"\ + ,\"Microsoft.IoTSecurity/defenderSettings/downloadManagerActivation/action\"\ + ,\"Microsoft.Management/managementGroups/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-03T07:48:49.0516559Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:50.7479015Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\ + },{\"properties\":{\"roleName\":\"Spatial Anchors Account Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage spatial anchors in\ + \ your account, but not delete them\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/SpatialAnchorsAccounts/create/action\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/discovery/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/properties/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/query/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/submitdiag/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/write\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-12-21T17:57:41.1420864Z\",\"updatedOn\":\"2021-11-11T20:13:52.2829400Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8bbe83f1-e2a6-4df7-8cb4-4e04d4e5c827\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8bbe83f1-e2a6-4df7-8cb4-4e04d4e5c827\"\ + },{\"properties\":{\"roleName\":\"Site Recovery Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage Site Recovery service except\ + \ vault creation and role assignment\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\"\ + ,\"Microsoft.RecoveryServices/locations/allocateStamp/action\",\"Microsoft.RecoveryServices/Vaults/certificates/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\"Microsoft.RecoveryServices/Vaults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\"Microsoft.RecoveryServices/vaults/replicationEvents/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\"Microsoft.RecoveryServices/vaults/replicationJobs/*\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/*\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationVaultSettings/*\",\"Microsoft.RecoveryServices/Vaults/storageConfig/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\"Microsoft.RecoveryServices/Vaults/usages/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationOperationStatus/read\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-05-19T13:46:17.4592776Z\",\"updatedOn\":\"2021-11-11T20:13:52.4579503Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\ + },{\"properties\":{\"roleName\":\"Site Recovery Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you failover and failback but not perform other Site\ + \ Recovery management operations\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\"\ + ,\"Microsoft.RecoveryServices/locations/allocateStamp/action\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/switchprotection/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailoverCleanup/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\"Microsoft.RecoveryServices/vaults/replicationPolicies/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/failoverCommit/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationVaultSettings/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-05-19T13:47:50.1341148Z\",\"updatedOn\":\"2021-11-11T20:13:52.6263418Z\"\ + ,\"createdBy\":null,\"updatedBy\":\"\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"494ae006-db33-4328-bf46-533a6560a3ca\"\ + },{\"properties\":{\"roleName\":\"Spatial Anchors Account Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you locate and read properties of\ + \ spatial anchors in your account\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/SpatialAnchorsAccounts/discovery/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/properties/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/query/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/submitdiag/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-12-21T17:57:42.9271004Z\",\"updatedOn\":\"2021-11-11T20:13:52.8013467Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d51204f-eb77-4b1c-b86a-2ec626c49413\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d51204f-eb77-4b1c-b86a-2ec626c49413\"\ + },{\"properties\":{\"roleName\":\"Site Recovery Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you view Site Recovery status but not perform other\ + \ management operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\"Microsoft.RecoveryServices/vaults/replicationPolicies/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\"Microsoft.RecoveryServices/vaults/replicationVaultSettings/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-05-19T13:35:40.0093634Z\",\"updatedOn\":\"2021-11-11T20:13:52.9763366Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dbaa88c4-0c30-4179-9fb3-46319faa6149\"\ + },{\"properties\":{\"roleName\":\"Spatial Anchors Account Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage spatial anchors in your\ + \ account, including deleting them\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/SpatialAnchorsAccounts/create/action\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/delete\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/discovery/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/properties/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/query/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/submitdiag/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-12-21T17:57:43.5489832Z\",\"\ + updatedOn\":\"2021-11-11T20:13:53.1663250Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/70bbe301-9835-447d-afdd-19eb3167307c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"70bbe301-9835-447d-afdd-19eb3167307c\"\ + },{\"properties\":{\"roleName\":\"SQL Managed Instance Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage SQL Managed Instances and\ + \ required network configuration, but can\u2019t give access to others.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/*\",\"Microsoft.Network/routeTables/*\"\ + ,\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/locations/instanceFailoverGroups/*\"\ + ,\"Microsoft.Sql/managedInstances/*\",\"Microsoft.Support/*\",\"Microsoft.Network/virtualNetworks/subnets/*\"\ + ,\"Microsoft.Network/virtualNetworks/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\"],\"notActions\":[\"Microsoft.Sql/managedInstances/azureADOnlyAuthentications/delete\"\ + ,\"Microsoft.Sql/managedInstances/azureADOnlyAuthentications/write\"],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2018-12-10T22:57:14.2937983Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:53.3513507Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4939a1f6-9ae0-4e48-a1e0-f2cbe897382d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4939a1f6-9ae0-4e48-a1e0-f2cbe897382d\"\ + },{\"properties\":{\"roleName\":\"SQL DB Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage SQL databases, but not access to them.\ + \ Also, you can't manage their security-related policies or their parent SQL\ + \ servers.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/servers/databases/*\"\ + ,\"Microsoft.Sql/servers/read\",\"Microsoft.Support/*\",\"Microsoft.Insights/metrics/read\"\ + ,\"Microsoft.Insights/metricDefinitions/read\"],\"notActions\":[\"Microsoft.Sql/servers/databases/ledgerDigestUploads/write\"\ + ,\"Microsoft.Sql/servers/databases/ledgerDigestUploads/disable/action\",\"\ + Microsoft.Sql/managedInstances/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/managedInstances/databases/recommendedSensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/*\",\"\ + Microsoft.Sql/managedInstances/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/databases/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditRecords/read\"\ + ,\"Microsoft.Sql/servers/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\"\ + ,\"Microsoft.Sql/servers/databases/extendedAuditingSettings/*\",\"Microsoft.Sql/servers/databases/recommendedSensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\"Microsoft.Sql/servers/databases/securityMetrics/*\"\ + ,\"Microsoft.Sql/servers/databases/sensitivityLabels/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\"\ + ,\"Microsoft.Sql/servers/vulnerabilityAssessments/*\"],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\"\ + :\"2021-11-11T20:13:53.5363219Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\ + },{\"properties\":{\"roleName\":\"SQL Security Manager\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage the security-related policies of SQL servers\ + \ and databases, but not access to them.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Sql/locations/administratorAzureAsyncOperation/read\"\ + ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/databases/currentSensitivityLabels/*\",\"\ + Microsoft.Sql/managedInstances/databases/recommendedSensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/*\",\"\ + Microsoft.Sql/servers/advancedThreatProtectionSettings/read\",\"Microsoft.Sql/servers/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/transparentDataEncryption/*\"\ + ,\"Microsoft.Sql/managedInstances/vulnerabilityAssessments/*\",\"Microsoft.Sql/managedInstances/serverConfigurationOptions/read\"\ + ,\"Microsoft.Sql/managedInstances/serverConfigurationOptions/write\",\"Microsoft.Sql/locations/serverConfigurationOptionAzureAsyncOperation/read\"\ + ,\"Microsoft.Sql/servers/advancedThreatProtectionSettings/read\",\"Microsoft.Sql/servers/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/servers/auditingSettings/*\",\"Microsoft.Sql/servers/extendedAuditingSettings/read\"\ + ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/servers/databases/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditRecords/read\"\ + ,\"Microsoft.Sql/servers/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\"\ + ,\"Microsoft.Sql/servers/databases/extendedAuditingSettings/read\",\"Microsoft.Sql/servers/databases/read\"\ + ,\"Microsoft.Sql/servers/databases/recommendedSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/schemas/read\"\ + ,\"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/schemas/tables/read\",\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\"\ + ,\"Microsoft.Sql/servers/databases/securityMetrics/*\",\"Microsoft.Sql/servers/databases/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/transparentDataEncryption/*\",\"Microsoft.Sql/servers/databases/sqlvulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\"\ + ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\",\"\ + Microsoft.Sql/servers/devOpsAuditingSettings/*\",\"Microsoft.Sql/servers/firewallRules/*\"\ + ,\"Microsoft.Sql/servers/read\",\"Microsoft.Sql/servers/securityAlertPolicies/*\"\ + ,\"Microsoft.Sql/servers/sqlvulnerabilityAssessments/*\",\"Microsoft.Sql/servers/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Sql/servers/azureADOnlyAuthentications/*\"\ + ,\"Microsoft.Sql/managedInstances/read\",\"Microsoft.Sql/managedInstances/azureADOnlyAuthentications/*\"\ + ,\"Microsoft.Security/sqlVulnerabilityAssessments/*\",\"Microsoft.Sql/managedInstances/administrators/read\"\ + ,\"Microsoft.Sql/servers/administrators/read\",\"Microsoft.Sql/servers/databases/ledgerDigestUploads/*\"\ + ,\"Microsoft.Sql/locations/ledgerDigestUploadsAzureAsyncOperation/read\",\"\ + Microsoft.Sql/locations/ledgerDigestUploadsOperationResults/read\",\"Microsoft.Sql/servers/externalPolicyBasedAuthorizations/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-06-16T18:44:40.4607572Z\",\"updatedOn\":\"2023-02-28T16:39:27.2165961Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\ + },{\"properties\":{\"roleName\":\"Storage Account Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage storage accounts, including\ + \ accessing storage account keys which provide full access to storage account\ + \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/diagnosticSettings/*\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2021-11-11T20:13:54.2363539Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"17d1049b-9a84-46fb-8f53-869881c3d3ab\"\ + },{\"properties\":{\"roleName\":\"SQL Server Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage SQL servers and databases, but not access\ + \ to them, and not their security -related policies.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/servers/*\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ],\"notActions\":[\"Microsoft.Sql/managedInstances/databases/currentSensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/recommendedSensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/*\",\"\ + Microsoft.Sql/managedInstances/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditingSettings/*\"\ + ,\"Microsoft.Sql/servers/databases/auditRecords/read\",\"Microsoft.Sql/servers/databases/currentSensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\"Microsoft.Sql/servers/databases/extendedAuditingSettings/*\"\ + ,\"Microsoft.Sql/servers/databases/recommendedSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\"Microsoft.Sql/servers/databases/securityMetrics/*\"\ + ,\"Microsoft.Sql/servers/databases/sensitivityLabels/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\"\ + ,\"Microsoft.Sql/servers/devOpsAuditingSettings/*\",\"Microsoft.Sql/servers/extendedAuditingSettings/*\"\ + ,\"Microsoft.Sql/servers/securityAlertPolicies/*\",\"Microsoft.Sql/servers/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/azureADOnlyAuthentications/delete\",\"Microsoft.Sql/servers/azureADOnlyAuthentications/write\"\ + ,\"Microsoft.Sql/servers/externalPolicyBasedAuthorizations/delete\",\"Microsoft.Sql/servers/externalPolicyBasedAuthorizations/write\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2022-04-28T19:08:55.4448647Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\ + },{\"properties\":{\"roleName\":\"Storage Account Key Operator Service Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Storage Account Key Operators\ + \ are allowed to list and regenerate keys on Storage Accounts\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/regeneratekey/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-04-13T18:26:11.5770570Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:54.7697481Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/81a9662b-bebf-436f-a333-f67b29880f12\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"81a9662b-bebf-436f-a333-f67b29880f12\"\ + },{\"properties\":{\"roleName\":\"Storage Blob Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for read, write and delete access\ + \ to Azure Storage blob containers and data\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/move/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/add/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ + updatedOn\":\"2021-11-11T20:13:54.9397456Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ba92f5b4-2d11-453d-a403-e96b0029c9fe\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ba92f5b4-2d11-453d-a403-e96b0029c9fe\"\ + },{\"properties\":{\"roleName\":\"Storage Blob Data Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full access to Azure Storage blob containers\ + \ and data, including assigning POSIX access control.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/*\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-12-04T07:02:58.2775257Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.1225062Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b7e6dc6d-f1e8-4753-8033-0f276bb0955b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b7e6dc6d-f1e8-4753-8033-0f276bb0955b\"\ + },{\"properties\":{\"roleName\":\"Storage Blob Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for read access to Azure Storage blob containers\ + \ and data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.2975076Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2a2b9908-6ea1-4ae2-8e65-a410df84e7d1\"\ + },{\"properties\":{\"roleName\":\"Storage Queue Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for read, write, and delete access\ + \ to Azure Storage queues and queue messages\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/delete\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/read\",\"Microsoft.Storage/storageAccounts/queueServices/queues/write\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/delete\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/write\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/process/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.4725469Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/974c5e8b-45b9-4653-ba55-5f855dd0fb88\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"974c5e8b-45b9-4653-ba55-5f855dd0fb88\"\ + },{\"properties\":{\"roleName\":\"Storage Queue Data Message Processor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows for peek, receive, and delete\ + \ access to Azure Storage queue messages\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/process/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-01-28T22:27:04.8947111Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.6575408Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8a0f0c08-91a1-4084-bc3d-661d67233fed\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8a0f0c08-91a1-4084-bc3d-661d67233fed\"\ + },{\"properties\":{\"roleName\":\"Storage Queue Data Message Sender\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for sending of Azure Storage queue\ + \ messages\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/add/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-01-28T22:28:34.7459724Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.8325508Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c6a89b2d-59bc-44d0-9896-0f6e12d7b80a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c6a89b2d-59bc-44d0-9896-0f6e12d7b80a\"\ + },{\"properties\":{\"roleName\":\"Storage Queue Data Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows for read access to Azure Storage queues\ + \ and queue messages\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Storage/storageAccounts/queueServices/queues/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ + updatedOn\":\"2021-11-11T20:13:56.0178497Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/19e7f393-937e-4f77-808e-94535e297925\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"19e7f393-937e-4f77-808e-94535e297925\"\ + },{\"properties\":{\"roleName\":\"Support Request Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you create and manage Support requests\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-06-22T22:25:37.8053068Z\",\"updatedOn\":\"2021-11-11T20:13:56.7444481Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cfd33db0-3dd1-45e3-aa9d-cdbdf3b6f24e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cfd33db0-3dd1-45e3-aa9d-cdbdf3b6f24e\"\ + },{\"properties\":{\"roleName\":\"Traffic Manager Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage Traffic Manager profiles,\ + \ but does not let you control who has access to them.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/trafficManagerProfiles/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-10-15T23:33:25.9730842Z\",\"updatedOn\":\"2021-11-11T20:13:57.2744497Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\ + },{\"properties\":{\"roleName\":\"User Access Administrator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage user access to Azure resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"\ + Microsoft.Authorization/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:57.7932023Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\ + },{\"properties\":{\"roleName\":\"Virtual Machine Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage virtual machines, but not\ + \ access to them, and not the virtual network or storage account they're connected\ + \ to.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Compute/availabilitySets/*\",\"Microsoft.Compute/locations/*\"\ + ,\"Microsoft.Compute/virtualMachines/*\",\"Microsoft.Compute/virtualMachineScaleSets/*\"\ + ,\"Microsoft.Compute/cloudServices/*\",\"Microsoft.Compute/disks/write\",\"\ + Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/delete\",\"Microsoft.DevTestLab/schedules/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/applicationGateways/backendAddressPools/join/action\"\ + ,\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatPools/join/action\"\ + ,\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\"Microsoft.Network/loadBalancers/probes/join/action\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/locations/*\"\ + ,\"Microsoft.Network/networkInterfaces/*\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/publicIPAddresses/join/action\"\ + ,\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.RecoveryServices/locations/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/usages/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/write\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.SerialConsole/serialPorts/connect/action\",\"Microsoft.SqlVirtualMachine/*\"\ + ,\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2021-11-11T20:13:58.3176075Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\ + },{\"properties\":{\"roleName\":\"Web Plan Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage the web plans for websites, but not access\ + \ to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Web/serverFarms/*\",\"Microsoft.Web/hostingEnvironments/Join/Action\"\ + ,\"Microsoft.Insights/autoscalesettings/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2022-09-01T21:58:00.7022464Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\ + },{\"properties\":{\"roleName\":\"Website Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage websites (not web plans), but not access\ + \ to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/components/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Web/certificates/*\",\"Microsoft.Web/listSitesAssignedToHostName/read\"\ + ,\"Microsoft.Web/serverFarms/join/action\",\"Microsoft.Web/serverFarms/read\"\ + ,\"Microsoft.Web/sites/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-05-12T23:10:23.6193952Z\",\"updatedOn\":\"2021-11-11T20:13:58.6655647Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"de139f84-1756-47ae-9be6-808fbbe84772\"\ + },{\"properties\":{\"roleName\":\"Azure Service Bus Data Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for full access to Azure Service\ + \ Bus resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.ServiceBus/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.ServiceBus/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-04-16T21:33:36.7445745Z\",\"\ + updatedOn\":\"2021-11-11T20:13:59.2005807Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/090c5cfd-751d-490a-894a-3ce6f1109419\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"090c5cfd-751d-490a-894a-3ce6f1109419\"\ + },{\"properties\":{\"roleName\":\"Azure Event Hubs Data Owner\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows for full access to Azure Event Hubs\ + \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.EventHub/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.EventHub/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-04-16T21:34:29.8656362Z\",\"\ + updatedOn\":\"2021-11-11T20:13:59.3721538Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f526a384-b230-433a-b45c-95f59c4a2dec\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f526a384-b230-433a-b45c-95f59c4a2dec\"\ + },{\"properties\":{\"roleName\":\"Attestation Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read write or delete the attestation provider instance\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Attestation/attestationProviders/attestation/read\"\ + ,\"Microsoft.Attestation/attestationProviders/attestation/write\",\"Microsoft.Attestation/attestationProviders/attestation/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-04-19T00:24:09.3354177Z\",\"updatedOn\":\"2021-11-11T20:13:59.7271218Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bbf86eb8-f7b4-4cce-96e4-18cddf81d86e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bbf86eb8-f7b4-4cce-96e4-18cddf81d86e\"\ + },{\"properties\":{\"roleName\":\"HDInsight Cluster Operator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you read and modify HDInsight cluster\ + \ configurations.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.HDInsight/*/read\",\"Microsoft.HDInsight/clusters/getGatewaySettings/action\"\ + ,\"Microsoft.HDInsight/clusters/updateGatewaySettings/action\",\"Microsoft.HDInsight/clusters/configurations/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Authorization/*/read\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-04-20T00:03:01.7110732Z\",\"updatedOn\":\"2021-11-11T20:13:59.9052180Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/61ed4efc-fab3-44fd-b111-e24485cc132a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"61ed4efc-fab3-44fd-b111-e24485cc132a\"\ + },{\"properties\":{\"roleName\":\"Cosmos DB Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage Azure Cosmos DB accounts, but not access\ + \ data in them. Prevents access to account keys and connection strings.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DocumentDb/databaseAccounts/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Authorization/*/read\",\"\ + Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ],\"notActions\":[\"Microsoft.DocumentDB/databaseAccounts/readonlyKeys/*\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/regenerateKey/*\",\"Microsoft.DocumentDB/databaseAccounts/listKeys/*\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/listConnectionStrings/*\",\"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions/write\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions/delete\",\"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments/write\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments/delete\",\"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions/write\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions/delete\",\"\ + Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions/write\",\"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions/delete\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-04-26T17:01:17.0169383Z\"\ + ,\"updatedOn\":\"2023-01-11T18:59:29.2865530Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/230815da-be43-4aae-9cb4-875f7bd000aa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"230815da-be43-4aae-9cb4-875f7bd000aa\"\ + },{\"properties\":{\"roleName\":\"Hybrid Server Resource Administrator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can read, write, delete, and re-onboard\ + \ Hybrid servers to the Hybrid Resource Provider.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/*\"\ + ,\"Microsoft.HybridCompute/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2019-04-29T21:39:32.3132923Z\",\"updatedOn\"\ + :\"2021-11-11T20:14:00.2548257Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/48b40c6e-82e0-4eb3-90d5-19e40f49b624\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"48b40c6e-82e0-4eb3-90d5-19e40f49b624\"\ + },{\"properties\":{\"roleName\":\"Hybrid Server Onboarding\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can onboard new Hybrid servers to the Hybrid Resource Provider.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/read\"\ + ,\"Microsoft.HybridCompute/machines/write\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2019-04-29T22:36:28.1873756Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:00.4308999Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d1e5ee4-7c68-4a71-ac8b-0739630a3dfb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d1e5ee4-7c68-4a71-ac8b-0739630a3dfb\"\ + },{\"properties\":{\"roleName\":\"Azure Event Hubs Data Receiver\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows receive access to Azure Event Hubs\ + \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.EventHub/*/eventhubs/consumergroups/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.EventHub/*/receive/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-05-10T06:25:21.1056666Z\",\"updatedOn\":\"2021-11-11T20:14:01.3225169Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a638d3c7-ab3a-418d-83e6-5f17a39d4fde\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a638d3c7-ab3a-418d-83e6-5f17a39d4fde\"\ + },{\"properties\":{\"roleName\":\"Azure Event Hubs Data Sender\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows send access to Azure Event Hubs\ + \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.EventHub/*/eventhubs/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.EventHub/*/send/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-05-10T06:26:12.4673714Z\",\"updatedOn\":\"2021-11-11T20:14:01.4925583Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2b629674-e913-4c01-ae53-ef4638d8f975\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2b629674-e913-4c01-ae53-ef4638d8f975\"\ + },{\"properties\":{\"roleName\":\"Azure Service Bus Data Receiver\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for receive access to Azure Service\ + \ Bus resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.ServiceBus/*/queues/read\",\"Microsoft.ServiceBus/*/topics/read\"\ + ,\"Microsoft.ServiceBus/*/topics/subscriptions/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.ServiceBus/*/receive/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-05-10T06:43:01.6343849Z\",\"updatedOn\":\"2021-11-11T20:14:01.6629685Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4f6d3b9b-027b-4f4c-9142-0e5a2a2247e0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4f6d3b9b-027b-4f4c-9142-0e5a2a2247e0\"\ + },{\"properties\":{\"roleName\":\"Azure Service Bus Data Sender\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for send access to Azure Service\ + \ Bus resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.ServiceBus/*/queues/read\",\"Microsoft.ServiceBus/*/topics/read\"\ + ,\"Microsoft.ServiceBus/*/topics/subscriptions/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.ServiceBus/*/send/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-05-10T06:43:46.7046934Z\",\"updatedOn\":\"2021-11-11T20:14:01.8479199Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/69a216fc-b8fb-44d8-bc22-1f3c2cd27a39\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"69a216fc-b8fb-44d8-bc22-1f3c2cd27a39\"\ + },{\"properties\":{\"roleName\":\"Storage File Data SMB Share Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows for read access to Azure File\ + \ Share over SMB\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-07-01T20:19:31.8620471Z\",\"\ + updatedOn\":\"2021-11-11T20:14:04.3642909Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/aba4ae5f-2193-4029-9191-0cb91df5e314\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"aba4ae5f-2193-4029-9191-0cb91df5e314\"\ + },{\"properties\":{\"roleName\":\"Storage File Data SMB Share Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for read, write, and delete\ + \ access in Azure Storage file shares over SMB\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\",\"\ + Microsoft.Storage/storageAccounts/fileServices/fileshares/files/write\",\"\ + Microsoft.Storage/storageAccounts/fileServices/fileshares/files/delete\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2019-07-01T20:54:35.4834310Z\",\"updatedOn\"\ + :\"2021-11-11T20:14:04.5443323Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0c867c2a-1d8c-454a-a3db-ab2ea1bdc8bb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0c867c2a-1d8c-454a-a3db-ab2ea1bdc8bb\"\ + },{\"properties\":{\"roleName\":\"Private DNS Zone Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage private DNS zone resources,\ + \ but not the virtual networks they are linked to.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Network/privateDnsZones/*\",\"Microsoft.Network/privateDnsOperationResults/*\"\ + ,\"Microsoft.Network/privateDnsOperationStatuses/*\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.Network/virtualNetworks/join/action\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-07-10T19:31:15.5645518Z\",\"updatedOn\":\"2021-11-11T20:14:04.7342851Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b12aa53e-6015-4669-85d0-8515ebb3ae7f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b12aa53e-6015-4669-85d0-8515ebb3ae7f\"\ + },{\"properties\":{\"roleName\":\"Storage Blob Delegator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for generation of a user delegation key which can\ + \ be used to sign SAS tokens\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-07-23T00:51:16.3376761Z\",\"updatedOn\":\"2021-11-11T20:14:05.4321714Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/db58b8e5-c6ad-4a2a-8342-4190687cbf4a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"db58b8e5-c6ad-4a2a-8342-4190687cbf4a\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization User\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows user to use the applications in an\ + \ application group.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.DesktopVirtualization/applicationGroups/useApplications/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-08-07T00:29:03.8727621Z\",\"\ + updatedOn\":\"2021-11-11T20:14:05.9821791Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1d18fff3-a72a-46b5-b4a9-0b38a3cd7e63\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1d18fff3-a72a-46b5-b4a9-0b38a3cd7e63\"\ + },{\"properties\":{\"roleName\":\"Storage File Data SMB Share Elevated Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for read, write, delete\ + \ and modify NTFS permission access in Azure Storage file shares over SMB\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/write\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/delete\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/modifypermissions/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-08-07T01:35:36.9935457Z\",\"\ + updatedOn\":\"2021-11-11T20:14:06.1571744Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a7264617-510b-434b-a828-9731dc254ea7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a7264617-510b-434b-a828-9731dc254ea7\"\ + },{\"properties\":{\"roleName\":\"Blueprint Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can manage blueprint definitions, but not assign them.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Blueprint/blueprints/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-14T21:55:16.9683949Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:06.5171828Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/41077137-e803-4205-871c-5a86e6a753b4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"41077137-e803-4205-871c-5a86e6a753b4\"\ + },{\"properties\":{\"roleName\":\"Blueprint Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can assign existing published blueprints, but cannot create\ + \ new blueprints. NOTE: this only works if the assignment is done with a user-assigned\ + \ managed identity.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Blueprint/blueprintAssignments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-08-14T21:56:48.7897875Z\",\"updatedOn\":\"2021-11-11T20:14:06.6971401Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/437d2ced-4a38-4302-8479-ed2bcb43d090\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"437d2ced-4a38-4302-8479-ed2bcb43d090\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Microsoft Sentinel Contributor\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SecurityInsights/*\",\"\ + Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\"Microsoft.OperationsManagement/solutions/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/read\",\"Microsoft.OperationalInsights/workspaces/query/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/dataSources/read\",\"Microsoft.OperationalInsights/querypacks/*/read\"\ + ,\"Microsoft.Insights/workbooks/*\",\"Microsoft.Insights/myworkbooks/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.SecurityInsights/ConfidentialWatchlists/*\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/ConfidentialWatchlist/*\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T16:39:03.8725173Z\"\ + ,\"updatedOn\":\"2022-07-22T17:40:38.3700257Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ab8e14d6-4a74-4a29-9ba8-549422addade\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ab8e14d6-4a74-4a29-9ba8-549422addade\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Responder\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Microsoft Sentinel Responder\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SecurityInsights/*/read\"\ + ,\"Microsoft.SecurityInsights/dataConnectorsCheckRequirements/action\",\"\ + Microsoft.SecurityInsights/automationRules/*\",\"Microsoft.SecurityInsights/cases/*\"\ + ,\"Microsoft.SecurityInsights/incidents/*\",\"Microsoft.SecurityInsights/threatIntelligence/indicators/appendTags/action\"\ + ,\"Microsoft.SecurityInsights/threatIntelligence/indicators/query/action\"\ + ,\"Microsoft.SecurityInsights/threatIntelligence/bulkTag/action\",\"Microsoft.SecurityInsights/threatIntelligence/indicators/appendTags/action\"\ + ,\"Microsoft.SecurityInsights/threatIntelligence/indicators/replaceTags/action\"\ + ,\"Microsoft.SecurityInsights/threatIntelligence/queryIndicators/action\"\ + ,\"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/dataSources/read\",\"Microsoft.OperationalInsights/workspaces/savedSearches/read\"\ + ,\"Microsoft.OperationsManagement/solutions/read\",\"Microsoft.OperationalInsights/workspaces/query/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/*/read\",\"Microsoft.OperationalInsights/workspaces/dataSources/read\"\ + ,\"Microsoft.OperationalInsights/querypacks/*/read\",\"Microsoft.Insights/workbooks/read\"\ + ,\"Microsoft.Insights/myworkbooks/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[\"Microsoft.SecurityInsights/cases/*/Delete\",\"Microsoft.SecurityInsights/incidents/*/Delete\"\ + ,\"Microsoft.SecurityInsights/ConfidentialWatchlists/*\",\"Microsoft.OperationalInsights/workspaces/query/ConfidentialWatchlist/*\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T16:54:07.6467264Z\"\ + ,\"updatedOn\":\"2022-07-21T23:37:54.2486838Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e150937-b8fe-4cfb-8069-0eaf05ecd056\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3e150937-b8fe-4cfb-8069-0eaf05ecd056\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Microsoft Sentinel Reader\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SecurityInsights/*/read\"\ + ,\"Microsoft.SecurityInsights/dataConnectorsCheckRequirements/action\",\"\ + Microsoft.SecurityInsights/threatIntelligence/indicators/query/action\",\"\ + Microsoft.SecurityInsights/threatIntelligence/queryIndicators/action\",\"\ + Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/LinkedServices/read\",\"Microsoft.OperationalInsights/workspaces/savedSearches/read\"\ + ,\"Microsoft.OperationsManagement/solutions/read\",\"Microsoft.OperationalInsights/workspaces/query/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/*/read\",\"Microsoft.OperationalInsights/querypacks/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/dataSources/read\",\"Microsoft.Insights/workbooks/read\"\ + ,\"Microsoft.Insights/myworkbooks/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/templateSpecs/*/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.SecurityInsights/ConfidentialWatchlists/*\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/ConfidentialWatchlist/*\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T16:58:50.1132117Z\"\ + ,\"updatedOn\":\"2022-07-22T17:40:38.3700257Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8d289c81-5878-46d4-8554-54e1e3d8b5cb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8d289c81-5878-46d4-8554-54e1e3d8b5cb\"\ + },{\"properties\":{\"roleName\":\"Workbook Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read workbooks.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"microsoft.insights/workbooks/read\",\"microsoft.insights/workbooks/revisions/read\"\ + ,\"microsoft.insights/workbooktemplates/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T20:56:17.6808140Z\"\ + ,\"updatedOn\":\"2022-12-08T19:53:26.7526140Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b279062a-9be3-42a0-92ae-8b3cf002ec4d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b279062a-9be3-42a0-92ae-8b3cf002ec4d\"\ + },{\"properties\":{\"roleName\":\"Workbook Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can save shared workbooks.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Insights/workbooks/write\",\"\ + Microsoft.Insights/workbooks/delete\",\"Microsoft.Insights/workbooks/read\"\ + ,\"Microsoft.Insights/workbooks/revisions/read\",\"Microsoft.Insights/workbooktemplates/write\"\ + ,\"Microsoft.Insights/workbooktemplates/delete\",\"Microsoft.Insights/workbooktemplates/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-08-28T20:59:42.4820277Z\",\"updatedOn\":\"2022-12-08T21:25:04.5651887Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e8ddcd69-c73f-4f9f-9844-4100522f16ad\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e8ddcd69-c73f-4f9f-9844-4100522f16ad\"\ + },{\"properties\":{\"roleName\":\"Policy Insights Data Writer (Preview)\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows read access to resource\ + \ policies and write access to resource component policy events.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/policyassignments/read\"\ + ,\"Microsoft.Authorization/policydefinitions/read\",\"Microsoft.Authorization/policyexemptions/read\"\ + ,\"Microsoft.Authorization/policysetdefinitions/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.PolicyInsights/checkDataPolicyCompliance/action\"\ + ,\"Microsoft.PolicyInsights/policyEvents/logDataEvents/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-09-19T19:35:20.9504127Z\",\"updatedOn\":\"2021-11-11T20:14:09.4235132Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/66bb4e9e-b016-4a94-8249-4c0511c2be84\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"66bb4e9e-b016-4a94-8249-4c0511c2be84\"\ + },{\"properties\":{\"roleName\":\"SignalR AccessKey Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read SignalR Service Access Keys\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SignalRService/*/read\"\ + ,\"Microsoft.SignalRService/SignalR/listkeys/action\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-09-20T09:33:19.6236874Z\",\"updatedOn\":\"2021-11-11T20:14:09.6134860Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/04165923-9d83-45d5-8227-78b77b0a687e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"04165923-9d83-45d5-8227-78b77b0a687e\"\ + },{\"properties\":{\"roleName\":\"SignalR/Web PubSub Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Create, Read, Update, and Delete SignalR\ + \ service resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.SignalRService/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-09-20T09:58:09.0009662Z\",\"updatedOn\":\"2021-11-11T20:14:09.7884765Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8cf5e20a-e4b2-4e9d-b3a1-5ceb692c2761\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8cf5e20a-e4b2-4e9d-b3a1-5ceb692c2761\"\ + },{\"properties\":{\"roleName\":\"Azure Connected Machine Onboarding\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can onboard Azure Connected Machines.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/read\"\ + ,\"Microsoft.HybridCompute/machines/write\",\"Microsoft.HybridCompute/privateLinkScopes/read\"\ + ,\"Microsoft.GuestConfiguration/guestConfigurationAssignments/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-10-23T20:15:07.1372870Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:10.8735219Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b64e21ea-ac4e-4cdf-9dc9-5b892992bee7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b64e21ea-ac4e-4cdf-9dc9-5b892992bee7\"\ + },{\"properties\":{\"roleName\":\"Azure Connected Machine Resource Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Can read, write, delete and re-onboard\ + \ Azure Connected Machines.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.HybridCompute/machines/read\",\"Microsoft.HybridCompute/machines/write\"\ + ,\"Microsoft.HybridCompute/machines/delete\",\"Microsoft.HybridCompute/machines/UpgradeExtensions/action\"\ + ,\"Microsoft.HybridCompute/machines/extensions/read\",\"Microsoft.HybridCompute/machines/extensions/write\"\ + ,\"Microsoft.HybridCompute/machines/extensions/delete\",\"Microsoft.HybridCompute/privateLinkScopes/*\"\ + ,\"Microsoft.HybridCompute/*/read\",\"Microsoft.Resources/deployments/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-10-23T20:24:59.1474607Z\",\"updatedOn\":\"2021-12-15T16:10:25.5898511Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cd570a14-e51a-42ad-bac8-bafd67325302\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cd570a14-e51a-42ad-bac8-bafd67325302\"\ + },{\"properties\":{\"roleName\":\"Managed Services Registration assignment\ + \ Delete Role\",\"type\":\"BuiltInRole\",\"description\":\"Managed Services\ + \ Registration Assignment Delete Role allows the managing tenant users to\ + \ delete the registration assignment assigned to their tenant.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ManagedServices/registrationAssignments/read\"\ + ,\"Microsoft.ManagedServices/registrationAssignments/delete\",\"Microsoft.ManagedServices/operationStatuses/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-10-23T22:33:33.1183469Z\",\"updatedOn\":\"2021-11-11T20:14:11.2336400Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/91c1777a-f3dc-4fae-b103-61d183457e46\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"91c1777a-f3dc-4fae-b103-61d183457e46\"\ + },{\"properties\":{\"roleName\":\"App Configuration Data Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows full access to App Configuration\ + \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AppConfiguration/configurationStores/*/read\"\ + ,\"Microsoft.AppConfiguration/configurationStores/*/write\",\"Microsoft.AppConfiguration/configurationStores/*/delete\"\ + ,\"Microsoft.AppConfiguration/configurationStores/*/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-10-25T18:41:40.1185063Z\",\"updatedOn\":\"2023-02-01T23:20:05.7772785Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5ae67dd6-50cb-40e7-96ff-dc2bfa4b606b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5ae67dd6-50cb-40e7-96ff-dc2bfa4b606b\"\ + },{\"properties\":{\"roleName\":\"App Configuration Data Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows read access to App Configuration\ + \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AppConfiguration/configurationStores/*/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-10-25T18:45:33.7975332Z\",\"\ + updatedOn\":\"2021-11-11T20:14:11.5885341Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/516239f1-63e1-4d78-a4de-a74fb236a071\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"516239f1-63e1-4d78-a4de-a74fb236a071\"\ + },{\"properties\":{\"roleName\":\"Kubernetes Cluster - Azure Arc Onboarding\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Role definition to authorize any\ + \ user/service to create connectedClusters resource\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Kubernetes/connectedClusters/Write\"\ + ,\"Microsoft.Kubernetes/connectedClusters/read\",\"Microsoft.Support/*\"],\"\ + notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ + 2019-11-18T17:00:02.2087147Z\",\"updatedOn\":\"2021-11-11T20:14:12.4685303Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/34e09817-6cbe-4d01-b1a2-e0eac5743d41\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"34e09817-6cbe-4d01-b1a2-e0eac5743d41\"\ + },{\"properties\":{\"roleName\":\"Experimentation Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Experimentation Contributor\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/write\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/delete\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/experiment/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/emergencystop/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/read\",\"Microsoft.Experimentation/experimentWorkspaces/write\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/delete\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-12-13T00:08:08.6679591Z\",\"updatedOn\":\"2021-11-11T20:14:14.6454147Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f646f1b-fa08-80eb-a22b-edd6ce5c915c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f646f1b-fa08-80eb-a22b-edd6ce5c915c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services QnA Maker Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Let\u2019s you read and test a KB\ + \ only.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/alterations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointkeys/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointsettings/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/alterations/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointkeys/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointsettings/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/alterations/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointkeys/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointsettings/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-12-17T18:26:12.3329439Z\",\"\ + updatedOn\":\"2021-11-11T20:14:14.8254033Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/466ccd10-b268-4a11-b098-b4849f024126\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"466ccd10-b268-4a11-b098-b4849f024126\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services QnA Maker Editor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Let\u2019s you create, edit, import\ + \ and export a KB. You cannot publish or delete a KB.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/create/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/write\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/train/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/alterations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/alterations/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointkeys/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointkeys/refreshkeys/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointsettings/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker/endpointsettings/write\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker/operations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/create/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/train/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/alterations/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker.v2/alterations/write\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointkeys/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointkeys/refreshkeys/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointsettings/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointsettings/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/operations/read\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/create/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/train/action\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/alterations/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/alterations/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointkeys/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointkeys/refreshkeys/action\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointsettings/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointsettings/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/operations/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-12-17T18:27:30.6434556Z\",\"\ + updatedOn\":\"2021-11-11T20:14:14.9961559Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f4cc2bf9-21be-47a1-bdf1-5c5804381025\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f4cc2bf9-21be-47a1-bdf1-5c5804381025\"\ + },{\"properties\":{\"roleName\":\"Experimentation Administrator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Experimentation Administrator\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/admin/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/write\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/delete\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/experimentadmin/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/experiment/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/emergencystop/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/read\",\"Microsoft.Experimentation/experimentWorkspaces/write\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/delete\",\"Microsoft.Experimentation/experimentWorkspaces/admin/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/metricwrite/action\",\"\ + Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/metricwrite/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-12-18T22:46:33.1116612Z\",\"\ + updatedOn\":\"2021-11-11T20:14:15.1811577Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f646f1b-fa08-80eb-a33b-edd6ce5c915c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f646f1b-fa08-80eb-a33b-edd6ce5c915c\"\ + },{\"properties\":{\"roleName\":\"Remote Rendering Administrator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides user with conversion, manage session,\ + \ rendering and diagnostics capabilities for Azure Remote Rendering\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.MixedReality/RemoteRenderingAccounts/convert/action\",\"Microsoft.MixedReality/RemoteRenderingAccounts/convert/read\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/convert/delete\",\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/read\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/action\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/delete\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/render/read\",\"Microsoft.MixedReality/RemoteRenderingAccounts/diagnostic/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-01-23T18:15:31.3450348Z\",\"\ + updatedOn\":\"2021-11-11T20:14:16.7621737Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3df8b902-2a6f-47c7-8cc5-360e9b272a7e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3df8b902-2a6f-47c7-8cc5-360e9b272a7e\"\ + },{\"properties\":{\"roleName\":\"Remote Rendering Client\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides user with manage session, rendering and diagnostics\ + \ capabilities for Azure Remote Rendering.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/read\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/action\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/delete\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/render/read\",\"Microsoft.MixedReality/RemoteRenderingAccounts/diagnostic/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-01-23T18:32:52.7069824Z\",\"\ + updatedOn\":\"2021-11-11T20:14:16.9421512Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d39065c4-c120-43c9-ab0a-63eed9795f0a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d39065c4-c120-43c9-ab0a-63eed9795f0a\"\ + },{\"properties\":{\"roleName\":\"Managed Application Contributor Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows for creating managed application\ + \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"*/read\",\"Microsoft.Solutions/applications/*\",\"Microsoft.Solutions/register/action\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/*\",\"Microsoft.Resources/deployments/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-02-08T03:39:11.8933879Z\",\"updatedOn\":\"2021-11-11T20:14:19.1271536Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/641177b8-a67a-45b9-a033-47bc880bb21e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"641177b8-a67a-45b9-a033-47bc880bb21e\"\ + },{\"properties\":{\"roleName\":\"Security Assessment Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you push assessments to Security Center\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Security/assessments/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-02-13T08:23:47.7656161Z\",\"updatedOn\":\"2021-11-11T20:14:19.3021974Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/612c2aa1-cb24-443b-ac28-3ab7272de6f5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"612c2aa1-cb24-443b-ac28-3ab7272de6f5\"\ + },{\"properties\":{\"roleName\":\"Tag Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage tags on entities, without providing access\ + \ to the entities themselves.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\",\"Microsoft.Resources/subscriptions/resources/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Resources/tags/*\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-18T23:19:19.2977644Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:20.0172041Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4a9ae827-6dc8-4573-8ac7-8239d42aa03f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4a9ae827-6dc8-4573-8ac7-8239d42aa03f\"\ + },{\"properties\":{\"roleName\":\"Integration Service Environment Developer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows developers to create and\ + \ update workflows, integration accounts and API connections in integration\ + \ service environments.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Support/*\",\"Microsoft.Logic/integrationServiceEnvironments/read\"\ + ,\"Microsoft.Logic/integrationServiceEnvironments/*/join/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-20T21:09:00.5627875Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:20.1871986Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c7aa55d3-1abb-444a-a5ca-5e51e485d6ec\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c7aa55d3-1abb-444a-a5ca-5e51e485d6ec\"\ + },{\"properties\":{\"roleName\":\"Integration Service Environment Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage integration service\ + \ environments, but not access to them.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Logic/integrationServiceEnvironments/*\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-20T21:10:44.4008319Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:20.3622058Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a41e2c5b-bd99-4a07-88f4-9bf657a760b8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a41e2c5b-bd99-4a07-88f4-9bf657a760b8\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Contributor Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Grants access to read and write\ + \ Azure Kubernetes Service clusters\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ContainerService/managedClusters/read\",\"Microsoft.ContainerService/managedClusters/write\"\ + ,\"Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-27T19:27:15.0739970Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:21.2621727Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ed7f3fbd-7b88-4dd4-9017-9adb7ce333f8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ed7f3fbd-7b88-4dd4-9017-9adb7ce333f8\"\ + },{\"properties\":{\"roleName\":\"Azure Digital Twins Data Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Read-only role for Digital Twins data-plane\ + \ properties\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.DigitalTwins/digitaltwins/read\"\ + ,\"Microsoft.DigitalTwins/digitaltwins/relationships/read\",\"Microsoft.DigitalTwins/eventroutes/read\"\ + ,\"Microsoft.DigitalTwins/jobs/import/read\",\"Microsoft.DigitalTwins/models/read\"\ + ,\"Microsoft.DigitalTwins/query/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-03-10T23:48:14.7057381Z\",\"updatedOn\":\"2022-09-07T00:28:28.1102931Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d57506d4-4c8d-48b1-8587-93c323f6a5a3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d57506d4-4c8d-48b1-8587-93c323f6a5a3\"\ + },{\"properties\":{\"roleName\":\"Azure Digital Twins Data Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Full access role for Digital Twins data-plane\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.DigitalTwins/digitaltwins/*\",\"Microsoft.DigitalTwins/digitaltwins/commands/*\"\ + ,\"Microsoft.DigitalTwins/digitaltwins/relationships/*\",\"Microsoft.DigitalTwins/eventroutes/*\"\ + ,\"Microsoft.DigitalTwins/jobs/*\",\"Microsoft.DigitalTwins/models/*\",\"\ + Microsoft.DigitalTwins/query/*\"],\"notDataActions\":[]}],\"createdOn\":\"\ + 2020-03-10T23:49:33.7821930Z\",\"updatedOn\":\"2022-09-06T21:40:35.0694732Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bcd981a7-7f74-457b-83e1-cceb9e632ffe\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bcd981a7-7f74-457b-83e1-cceb9e632ffe\"\ + },{\"properties\":{\"roleName\":\"Hierarchy Settings Administrator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows users to edit and delete Hierarchy\ + \ Settings\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Management/managementGroups/settings/write\",\"Microsoft.Management/managementGroups/settings/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-03-13T23:55:11.0212387Z\",\"updatedOn\":\"2021-11-11T20:14:23.0882347Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/350f8d15-c687-4448-8ae1-157740a3936d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"350f8d15-c687-4448-8ae1-157740a3936d\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal full access to FHIR Data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/*\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-03-17T18:35:04.4949547Z\",\"updatedOn\":\"2021-11-11T20:14:23.6235473Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5a1fc7df-4bf1-4951-a576-89034ee01acd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5a1fc7df-4bf1-4951-a576-89034ee01acd\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Exporter\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to read and export FHIR Data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/read\"\ + ,\"Microsoft.HealthcareApis/services/fhir/resources/export/action\",\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/export/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-03-17T18:45:01.9764073Z\",\"\ + updatedOn\":\"2021-11-11T20:14:23.7992557Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3db33094-8700-4567-8da5-1501d4e7e843\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3db33094-8700-4567-8da5-1501d4e7e843\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to read FHIR Data\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.HealthcareApis/services/fhir/resources/read\",\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-03-17T18:49:04.8353499Z\",\"\ + updatedOn\":\"2021-11-11T20:14:23.9692275Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4c8d0bbc-75d3-4935-991f-5f3c56d81508\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4c8d0bbc-75d3-4935-991f-5f3c56d81508\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Writer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to read and write FHIR Data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/*\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/*\"],\"notDataActions\"\ + :[\"Microsoft.HealthcareApis/services/fhir/resources/hardDelete/action\",\"\ + Microsoft.HealthcareApis/workspaces/fhirservices/resources/hardDelete/action\"\ + ]}],\"createdOn\":\"2020-03-17T18:55:35.2413335Z\",\"updatedOn\":\"2021-11-11T20:14:24.1442783Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3f88fce4-5892-4214-ae73-ba5294559913\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3f88fce4-5892-4214-ae73-ba5294559913\"\ + },{\"properties\":{\"roleName\":\"Experimentation Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Experimentation Reader\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Experimentation/experimentWorkspaces/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-03-25T18:05:14.8375678Z\",\"\ + updatedOn\":\"2021-11-11T20:14:24.5042390Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/49632ef5-d9ac-41f4-b8e7-bbe587fa74a1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"49632ef5-d9ac-41f4-b8e7-bbe587fa74a1\"\ + },{\"properties\":{\"roleName\":\"Object Understanding Account Owner\",\"\ + type\":\"BuiltInRole\",\"description\":\"Provides user with ingestion capabilities\ + \ for Azure Object Understanding.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectUnderstandingAccounts/ingest/action\"\ + ,\"Microsoft.MixedReality/ObjectUnderstandingAccounts/ingest/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-04-22T19:15:09.0697923Z\",\"updatedOn\":\"2021-11-11T20:14:26.8743132Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4dd61c23-6743-42fe-a388-d8bdd41cb745\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4dd61c23-6743-42fe-a388-d8bdd41cb745\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Data Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Grants access to read, write, and delete access\ + \ to map related data from an Azure maps account.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Maps/accounts/*/read\",\"Microsoft.Maps/accounts/*/write\",\"Microsoft.Maps/accounts/*/delete\"\ + ,\"Microsoft.Maps/accounts/*/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-05-07T20:55:05.0645410Z\",\"updatedOn\":\"2021-11-11T20:14:28.3092598Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8f5e0ce6-4f7b-4dcf-bddf-e6f48634a204\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8f5e0ce6-4f7b-4dcf-bddf-e6f48634a204\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Full access to the project, including\ + \ the ability to view, create, edit, or delete projects.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-05-08T23:47:07.0779345Z\",\"\ + updatedOn\":\"2021-11-11T20:14:28.8342655Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c1ff6cc2-c111-46fe-8896-e0ef812ad9f3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c1ff6cc2-c111-46fe-8896-e0ef812ad9f3\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Deployment\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Publish, unpublish or export models.\ + \ Deployment can view the project but can\u2019t update.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/predictions/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/iterations/publish/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/iterations/export/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/quicktest/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/classify/*\",\"Microsoft.CognitiveServices/accounts/CustomVision/detect/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ + ]}],\"createdOn\":\"2020-05-09T01:31:05.9528620Z\",\"updatedOn\":\"2021-11-11T20:14:29.0142669Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5c4089e1-6d96-4d2f-b296-c1bc7137275f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5c4089e1-6d96-4d2f-b296-c1bc7137275f\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Labeler\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"View, edit training images and\ + \ create, add, remove, or delete the image tags. Labelers can view the project\ + \ but can\u2019t update anything other than training images and tags.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/predictions/query/action\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/images/*\",\"\ + Microsoft.CognitiveServices/accounts/CustomVision/projects/tags/*\",\"Microsoft.CognitiveServices/accounts/CustomVision/projects/images/suggested/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/tagsandregions/suggestions/action\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ + ]}],\"createdOn\":\"2020-05-09T01:33:20.8278896Z\",\"updatedOn\":\"2021-11-11T20:14:29.1892871Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/88424f51-ebe7-446f-bc41-7fa16989e96c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"88424f51-ebe7-446f-bc41-7fa16989e96c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Read-only actions in the project.\ + \ Readers can\u2019t create or update the project.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/predictions/query/action\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ + ]}],\"createdOn\":\"2020-05-09T01:34:18.5328818Z\",\"updatedOn\":\"2021-11-11T20:14:29.3642707Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/93586559-c37d-4a6b-ba08-b9f0940c2d73\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"93586559-c37d-4a6b-ba08-b9f0940c2d73\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Trainer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"View, edit projects and train\ + \ the models, including the ability to publish, unpublish, export the models.\ + \ Trainers can\u2019t create or delete the project.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/action\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/delete\",\"\ + Microsoft.CognitiveServices/accounts/CustomVision/projects/import/action\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ + ]}],\"createdOn\":\"2020-05-09T01:35:13.8147804Z\",\"updatedOn\":\"2021-11-11T20:14:29.5442713Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0a5ae4ab-0d65-4eeb-be61-29fc9b54394b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0a5ae4ab-0d65-4eeb-be61-29fc9b54394b\"\ + },{\"properties\":{\"roleName\":\"Key Vault Administrator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Perform all data plane operations on a key vault and all\ + \ objects in it, including certificates, keys, and secrets. Cannot manage\ + \ key vault resources or manage role assignments. Only works for key vaults\ + \ that use the 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\"\ + ,\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\"\ + ,\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/*\"],\"notDataActions\":[]}],\"createdOn\":\"\ + 2020-05-19T17:52:46.2349235Z\",\"updatedOn\":\"2021-11-11T20:14:30.2542755Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00482a5a-887f-4fb3-b363-3b7fe8e74483\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"00482a5a-887f-4fb3-b363-3b7fe8e74483\"\ + },{\"properties\":{\"roleName\":\"Key Vault Crypto Officer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Perform any action on the keys of a key vault, except manage\ + \ permissions. Only works for key vaults that use the 'Azure role-based access\ + \ control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.KeyVault/checkNameAvailability/read\"\ + ,\"Microsoft.KeyVault/deletedVaults/read\",\"Microsoft.KeyVault/locations/*/read\"\ + ,\"Microsoft.KeyVault/vaults/*/read\",\"Microsoft.KeyVault/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/keys/*\"\ + ,\"Microsoft.KeyVault/vaults/keyrotationpolicies/*\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-05-19T17:52:47.0099249Z\",\"updatedOn\":\"2022-01-06T23:21:17.9760884Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/14b46e9e-c2b7-41b4-b07b-48a6ebf60603\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"14b46e9e-c2b7-41b4-b07b-48a6ebf60603\"\ + },{\"properties\":{\"roleName\":\"Key Vault Crypto User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Perform cryptographic operations using keys. Only works\ + \ for key vaults that use the 'Azure role-based access control' permission\ + \ model.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/keys/read\",\"\ + Microsoft.KeyVault/vaults/keys/update/action\",\"Microsoft.KeyVault/vaults/keys/backup/action\"\ + ,\"Microsoft.KeyVault/vaults/keys/encrypt/action\",\"Microsoft.KeyVault/vaults/keys/decrypt/action\"\ + ,\"Microsoft.KeyVault/vaults/keys/wrap/action\",\"Microsoft.KeyVault/vaults/keys/unwrap/action\"\ + ,\"Microsoft.KeyVault/vaults/keys/sign/action\",\"Microsoft.KeyVault/vaults/keys/verify/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-05-19T17:52:47.0699268Z\",\"\ + updatedOn\":\"2021-11-11T20:14:30.6042921Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/12338af0-0e69-4776-bea7-57ae8d297424\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"12338af0-0e69-4776-bea7-57ae8d297424\"\ + },{\"properties\":{\"roleName\":\"Key Vault Secrets Officer\",\"type\":\"\ + BuiltInRole\",\"description\":\"Perform any action on the secrets of a key\ + \ vault, except manage permissions. Only works for key vaults that use the\ + \ 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\"\ + ,\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\"\ + ,\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/secrets/*\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-05-19T17:52:47.1449242Z\",\"updatedOn\":\"2021-11-11T20:14:30.7793470Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b86a8fe4-44ce-4948-aee5-eccb2c155cd7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b86a8fe4-44ce-4948-aee5-eccb2c155cd7\"\ + },{\"properties\":{\"roleName\":\"Key Vault Secrets User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read secret contents. Only works for key vaults that use\ + \ the 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/secrets/getSecret/action\",\"Microsoft.KeyVault/vaults/secrets/readMetadata/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-05-19T17:52:47.2049241Z\",\"\ + updatedOn\":\"2021-11-11T20:14:30.9542829Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4633458b-17de-408a-b874-0445c86b69e6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4633458b-17de-408a-b874-0445c86b69e6\"\ + },{\"properties\":{\"roleName\":\"Key Vault Certificates Officer\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Perform any action on the certificates\ + \ of a key vault, except manage permissions. Only works for key vaults that\ + \ use the 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\"\ + ,\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\"\ + ,\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/certificatecas/*\",\"Microsoft.KeyVault/vaults/certificates/*\"\ + ,\"Microsoft.KeyVault/vaults/certificatecontacts/write\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-05-19T17:52:47.2499247Z\",\"updatedOn\":\"2023-06-07T18:30:27.6488015Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a4417e6f-fecd-4de8-b567-7b0420556985\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a4417e6f-fecd-4de8-b567-7b0420556985\"\ + },{\"properties\":{\"roleName\":\"Key Vault Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read metadata of key vaults and its certificates, keys,\ + \ and secrets. Cannot read sensitive values such as secret contents or key\ + \ material. Only works for key vaults that use the 'Azure role-based access\ + \ control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.KeyVault/checkNameAvailability/read\"\ + ,\"Microsoft.KeyVault/deletedVaults/read\",\"Microsoft.KeyVault/locations/*/read\"\ + ,\"Microsoft.KeyVault/vaults/*/read\",\"Microsoft.KeyVault/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/*/read\"\ + ,\"Microsoft.KeyVault/vaults/secrets/readMetadata/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-05-19T17:52:47.2949294Z\",\"updatedOn\":\"2021-11-11T20:14:31.3043292Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/21090545-7ca7-4776-b22c-e363652d74d2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"21090545-7ca7-4776-b22c-e363652d74d2\"\ + },{\"properties\":{\"roleName\":\"Key Vault Crypto Service Encryption User\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Read metadata of keys and perform\ + \ wrap/unwrap operations. Only works for key vaults that use the 'Azure role-based\ + \ access control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.EventGrid/eventSubscriptions/write\",\"Microsoft.EventGrid/eventSubscriptions/read\"\ + ,\"Microsoft.EventGrid/eventSubscriptions/delete\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/keys/read\",\"Microsoft.KeyVault/vaults/keys/wrap/action\"\ + ,\"Microsoft.KeyVault/vaults/keys/unwrap/action\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-05-20T20:55:19.2398470Z\",\"updatedOn\":\"2021-11-11T20:14:31.8443056Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e147488a-f6f5-4113-8e2d-b22465e65bf6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e147488a-f6f5-4113-8e2d-b22465e65bf6\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Viewer\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you view all resources in cluster/namespace,\ + \ except secrets.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/daemonsets/read\",\"Microsoft.Kubernetes/connectedClusters/apps/deployments/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/replicasets/read\",\"Microsoft.Kubernetes/connectedClusters/apps/statefulsets/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/autoscaling/horizontalpodautoscalers/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/batch/cronjobs/read\",\"Microsoft.Kubernetes/connectedClusters/batch/jobs/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/configmaps/read\",\"Microsoft.Kubernetes/connectedClusters/endpoints/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/events.k8s.io/events/read\",\"Microsoft.Kubernetes/connectedClusters/events/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/daemonsets/read\",\"\ + Microsoft.Kubernetes/connectedClusters/extensions/deployments/read\",\"Microsoft.Kubernetes/connectedClusters/extensions/ingresses/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/networkpolicies/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/replicasets/read\",\"\ + Microsoft.Kubernetes/connectedClusters/limitranges/read\",\"Microsoft.Kubernetes/connectedClusters/namespaces/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/ingresses/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/networkpolicies/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/persistentvolumeclaims/read\",\"\ + Microsoft.Kubernetes/connectedClusters/pods/read\",\"Microsoft.Kubernetes/connectedClusters/policy/poddisruptionbudgets/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/read\",\"\ + Microsoft.Kubernetes/connectedClusters/replicationcontrollers/read\",\"Microsoft.Kubernetes/connectedClusters/resourcequotas/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/serviceaccounts/read\",\"Microsoft.Kubernetes/connectedClusters/services/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:51:12.8801199Z\",\"\ + updatedOn\":\"2021-11-11T20:14:33.8193353Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/63f0a09d-1495-4db4-a681-037d84835eb4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"63f0a09d-1495-4db4-a681-037d84835eb4\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Writer\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you update everything in cluster/namespace,\ + \ except (cluster)roles and (cluster)role bindings.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/deployments/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/statefulsets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/batch/cronjobs/*\",\"Microsoft.Kubernetes/connectedClusters/batch/jobs/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/configmaps/*\",\"Microsoft.Kubernetes/connectedClusters/endpoints/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/events.k8s.io/events/read\",\"Microsoft.Kubernetes/connectedClusters/events/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/deployments/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/ingresses/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/networkpolicies/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/limitranges/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/namespaces/read\",\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/ingresses/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/persistentvolumeclaims/*\",\"Microsoft.Kubernetes/connectedClusters/pods/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\",\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/resourcequotas/read\",\"Microsoft.Kubernetes/connectedClusters/secrets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/serviceaccounts/*\",\"Microsoft.Kubernetes/connectedClusters/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:53:50.6749823Z\",\"\ + updatedOn\":\"2021-11-11T20:14:34.0043462Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5b999177-9696-4545-85c7-50de3797e5a1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5b999177-9696-4545-85c7-50de3797e5a1\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Cluster Admin\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources in\ + \ the cluster.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:55:30.9910462Z\",\"\ + updatedOn\":\"2021-11-11T20:14:34.1743694Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8393591c-06b9-48a2-a542-1bd6b377f6a2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8393591c-06b9-48a2-a542-1bd6b377f6a2\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Admin\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage all resources under cluster/namespace,\ + \ except update or delete resource quotas and namespaces.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/deployments/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/statefulsets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/authorization.k8s.io/localsubjectaccessreviews/write\"\ + ,\"Microsoft.Kubernetes/connectedClusters/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/batch/cronjobs/*\",\"Microsoft.Kubernetes/connectedClusters/batch/jobs/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/configmaps/*\",\"Microsoft.Kubernetes/connectedClusters/endpoints/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/events.k8s.io/events/read\",\"Microsoft.Kubernetes/connectedClusters/events/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/deployments/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/ingresses/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/networkpolicies/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/limitranges/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/namespaces/read\",\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/ingresses/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/persistentvolumeclaims/*\",\"Microsoft.Kubernetes/connectedClusters/pods/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/rbac.authorization.k8s.io/rolebindings/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/rbac.authorization.k8s.io/roles/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\",\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/resourcequotas/read\",\"Microsoft.Kubernetes/connectedClusters/secrets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/serviceaccounts/*\",\"Microsoft.Kubernetes/connectedClusters/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:57:06.0391177Z\",\"\ + updatedOn\":\"2021-11-11T20:14:34.3593384Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dffb1e0c-446f-4dde-a09f-99eb5cc68b96\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dffb1e0c-446f-4dde-a09f-99eb5cc68b96\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Cluster Admin\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources\ + \ in the cluster.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-02T17:47:24.4071415Z\",\"\ + updatedOn\":\"2022-10-11T23:23:28.2303454Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b1ff04bb-8a4e-4dc4-8eb5-8693973ce19b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b1ff04bb-8a4e-4dc4-8eb5-8693973ce19b\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Admin\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources under\ + \ cluster/namespace, except update or delete resource quotas and namespaces.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/*\"\ + ],\"notDataActions\":[\"Microsoft.ContainerService/managedClusters/resourcequotas/write\"\ + ,\"Microsoft.ContainerService/managedClusters/resourcequotas/delete\",\"Microsoft.ContainerService/managedClusters/namespaces/write\"\ + ,\"Microsoft.ContainerService/managedClusters/namespaces/delete\"]}],\"createdOn\"\ + :\"2020-07-02T17:50:30.4020311Z\",\"updatedOn\":\"2023-05-09T17:53:14.6233855Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3498e952-d568-435e-9b2c-8d77e338d7f7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3498e952-d568-435e-9b2c-8d77e338d7f7\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows read-only access to see most\ + \ objects in a namespace. It does not allow viewing roles or role bindings.\ + \ This role does not allow viewing Secrets, since reading the contents of\ + \ Secrets enables access to ServiceAccount credentials in the namespace, which\ + \ would allow API access as any ServiceAccount in the namespace (a form of\ + \ privilege escalation). Applying this role at cluster scope will give access\ + \ across all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/managedClusters/apps/daemonsets/read\",\"Microsoft.ContainerService/managedClusters/apps/deployments/read\"\ + ,\"Microsoft.ContainerService/managedClusters/apps/replicasets/read\",\"Microsoft.ContainerService/managedClusters/apps/statefulsets/read\"\ + ,\"Microsoft.ContainerService/managedClusters/autoscaling/horizontalpodautoscalers/read\"\ + ,\"Microsoft.ContainerService/managedClusters/batch/cronjobs/read\",\"Microsoft.ContainerService/managedClusters/batch/jobs/read\"\ + ,\"Microsoft.ContainerService/managedClusters/configmaps/read\",\"Microsoft.ContainerService/managedClusters/discovery.k8s.io/endpointslices/read\"\ + ,\"Microsoft.ContainerService/managedClusters/endpoints/read\",\"Microsoft.ContainerService/managedClusters/events.k8s.io/events/read\"\ + ,\"Microsoft.ContainerService/managedClusters/events/read\",\"Microsoft.ContainerService/managedClusters/extensions/daemonsets/read\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/deployments/read\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/ingresses/read\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/networkpolicies/read\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/replicasets/read\"\ + ,\"Microsoft.ContainerService/managedClusters/limitranges/read\",\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/pods/read\"\ + ,\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/nodes/read\"\ + ,\"Microsoft.ContainerService/managedClusters/namespaces/read\",\"Microsoft.ContainerService/managedClusters/networking.k8s.io/ingresses/read\"\ + ,\"Microsoft.ContainerService/managedClusters/networking.k8s.io/networkpolicies/read\"\ + ,\"Microsoft.ContainerService/managedClusters/persistentvolumeclaims/read\"\ + ,\"Microsoft.ContainerService/managedClusters/pods/read\",\"Microsoft.ContainerService/managedClusters/policy/poddisruptionbudgets/read\"\ + ,\"Microsoft.ContainerService/managedClusters/replicationcontrollers/read\"\ + ,\"Microsoft.ContainerService/managedClusters/resourcequotas/read\",\"Microsoft.ContainerService/managedClusters/serviceaccounts/read\"\ + ,\"Microsoft.ContainerService/managedClusters/services/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-07-02T17:53:05.5728294Z\",\"updatedOn\":\"2023-04-20T15:44:20.5103047Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f6c6a51-bcf8-42ba-9220-52d62157d7db\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f6c6a51-bcf8-42ba-9220-52d62157d7db\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Writer\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows read/write access to most\ + \ objects in a namespace.This role does not allow viewing or modifying roles\ + \ or role bindings. However, this role allows accessing Secrets and running\ + \ Pods as any ServiceAccount in the namespace, so it can be used to gain the\ + \ API access levels of any ServiceAccount in the namespace. Applying this\ + \ role at cluster scope will give access across all namespaces.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/managedClusters/apps/daemonsets/*\",\"Microsoft.ContainerService/managedClusters/apps/deployments/*\"\ + ,\"Microsoft.ContainerService/managedClusters/apps/replicasets/*\",\"Microsoft.ContainerService/managedClusters/apps/statefulsets/*\"\ + ,\"Microsoft.ContainerService/managedClusters/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.ContainerService/managedClusters/batch/cronjobs/*\",\"Microsoft.ContainerService/managedClusters/coordination.k8s.io/leases/read\"\ + ,\"Microsoft.ContainerService/managedClusters/coordination.k8s.io/leases/write\"\ + ,\"Microsoft.ContainerService/managedClusters/coordination.k8s.io/leases/delete\"\ + ,\"Microsoft.ContainerService/managedClusters/discovery.k8s.io/endpointslices/read\"\ + ,\"Microsoft.ContainerService/managedClusters/batch/jobs/*\",\"Microsoft.ContainerService/managedClusters/configmaps/*\"\ + ,\"Microsoft.ContainerService/managedClusters/endpoints/*\",\"Microsoft.ContainerService/managedClusters/events.k8s.io/events/read\"\ + ,\"Microsoft.ContainerService/managedClusters/events/*\",\"Microsoft.ContainerService/managedClusters/extensions/daemonsets/*\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/deployments/*\",\"\ + Microsoft.ContainerService/managedClusters/extensions/ingresses/*\",\"Microsoft.ContainerService/managedClusters/extensions/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/replicasets/*\",\"\ + Microsoft.ContainerService/managedClusters/limitranges/read\",\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/pods/read\"\ + ,\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/nodes/read\"\ + ,\"Microsoft.ContainerService/managedClusters/namespaces/read\",\"Microsoft.ContainerService/managedClusters/networking.k8s.io/ingresses/*\"\ + ,\"Microsoft.ContainerService/managedClusters/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/managedClusters/persistentvolumeclaims/*\",\"\ + Microsoft.ContainerService/managedClusters/pods/*\",\"Microsoft.ContainerService/managedClusters/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.ContainerService/managedClusters/replicationcontrollers/*\",\"\ + Microsoft.ContainerService/managedClusters/resourcequotas/read\",\"Microsoft.ContainerService/managedClusters/secrets/*\"\ + ,\"Microsoft.ContainerService/managedClusters/serviceaccounts/*\",\"Microsoft.ContainerService/managedClusters/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-02T17:54:51.9644983Z\",\"\ + updatedOn\":\"2023-04-20T15:44:20.5103047Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a7ffa36f-339b-4b5c-8bdf-e2c188b2c0eb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a7ffa36f-339b-4b5c-8bdf-e2c188b2c0eb\"\ + },{\"properties\":{\"roleName\":\"Services Hub Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Services Hub Operator allows you to perform all read, write,\ + \ and deletion operations related to Services Hub Connectors.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.ServicesHub/connectors/write\",\"Microsoft.ServicesHub/connectors/read\"\ + ,\"Microsoft.ServicesHub/connectors/delete\",\"Microsoft.ServicesHub/connectors/checkAssessmentEntitlement/action\"\ + ,\"Microsoft.ServicesHub/supportOfferingEntitlement/read\",\"Microsoft.ServicesHub/workspaces/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-07-20T17:57:22.0644902Z\",\"updatedOn\":\"2021-11-11T20:14:37.5544021Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/82200a5b-e217-47a5-b665-6d8765ee745b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"82200a5b-e217-47a5-b665-6d8765ee745b\"\ + },{\"properties\":{\"roleName\":\"Object Understanding Account Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you read ingestion jobs for\ + \ an object understanding account.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectUnderstandingAccounts/ingest/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-23T19:16:31.9929119Z\",\"\ + updatedOn\":\"2021-11-11T20:14:37.9070085Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d18777c0-1514-4662-8490-608db7d334b6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d18777c0-1514-4662-8490-608db7d334b6\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Enabled Kubernetes Cluster User\ + \ Role\",\"type\":\"BuiltInRole\",\"description\":\"List cluster user credentials\ + \ action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/listClusterUserCredentials/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\",\"Microsoft.Kubernetes/connectedClusters/listClusterUserCredential/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-07-28T17:37:00.7637445Z\",\"updatedOn\":\"2022-02-17T02:29:05.1000798Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00493d72-78f6-4148-b6c5-d3ce8e4799dd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"00493d72-78f6-4148-b6c5-d3ce8e4799dd\"\ + },{\"properties\":{\"roleName\":\"SignalR REST API Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Full access to Azure SignalR Service REST APIs\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.SignalRService/SignalR/auth/clientToken/action\",\"Microsoft.SignalRService/SignalR/hub/send/action\"\ + ,\"Microsoft.SignalRService/SignalR/group/send/action\",\"Microsoft.SignalRService/SignalR/group/read\"\ + ,\"Microsoft.SignalRService/SignalR/group/write\",\"Microsoft.SignalRService/SignalR/clientConnection/send/action\"\ + ,\"Microsoft.SignalRService/SignalR/clientConnection/read\",\"Microsoft.SignalRService/SignalR/clientConnection/write\"\ + ,\"Microsoft.SignalRService/SignalR/user/send/action\",\"Microsoft.SignalRService/SignalR/user/read\"\ + ,\"Microsoft.SignalRService/SignalR/user/write\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-07-29T09:35:32.2764751Z\",\"updatedOn\":\"2021-11-11T20:14:38.8028020Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd53cd77-2268-407a-8f46-7e7863d0f521\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fd53cd77-2268-407a-8f46-7e7863d0f521\"\ + },{\"properties\":{\"roleName\":\"Collaborative Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can manage data packages of a collaborative.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/*/read\"\ + ,\"Microsoft.IndustryDataLifecycle/memberCollaboratives/*/read\",\"Microsoft.IndustryDataLifecycle/locations/dataPackages/*\"\ + ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/receivedDataPackages/*\"\ + ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/rejectDataPackage/action\"\ + ,\"Microsoft.IndustryDataLifecycle/memberCollaboratives/sharedDataPackages/*\"\ + ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/dataModels/*\"\ + ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/auditLogs/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-08-14T11:58:31.8973556Z\",\"updatedOn\":\"2021-11-11T20:14:40.2428145Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/daa9e50b-21df-454c-94a6-a8050adab352\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"daa9e50b-21df-454c-94a6-a8050adab352\"\ + },{\"properties\":{\"roleName\":\"Device Update Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Gives you read access to management and content operations,\ + \ but does not allow making changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/updates/read\",\"Microsoft.DeviceUpdate/accounts/instances/management/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-21T23:40:19.2373610Z\",\"\ + updatedOn\":\"2021-11-11T20:14:40.7922672Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e9dba6fb-3d52-4cf0-bce3-f06ce71b9e0f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e9dba6fb-3d52-4cf0-bce3-f06ce71b9e0f\"\ + },{\"properties\":{\"roleName\":\"Device Update Administrator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Gives you full access to management and content\ + \ operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/updates/read\",\"Microsoft.DeviceUpdate/accounts/instances/updates/write\"\ + ,\"Microsoft.DeviceUpdate/accounts/instances/updates/delete\",\"Microsoft.DeviceUpdate/accounts/instances/management/read\"\ + ,\"Microsoft.DeviceUpdate/accounts/instances/management/write\",\"Microsoft.DeviceUpdate/accounts/instances/management/delete\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-21T23:56:22.3520510Z\",\"\ + updatedOn\":\"2021-11-11T20:14:40.9672678Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/02ca0879-e8e4-47a5-a61e-5c618b76e64a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"02ca0879-e8e4-47a5-a61e-5c618b76e64a\"\ + },{\"properties\":{\"roleName\":\"Device Update Content Administrator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Gives you full access to content\ + \ operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/updates/read\",\"Microsoft.DeviceUpdate/accounts/instances/updates/write\"\ + ,\"Microsoft.DeviceUpdate/accounts/instances/updates/delete\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-08-21T23:58:18.4255500Z\",\"updatedOn\":\"2021-11-11T20:14:41.1433368Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0378884a-3af5-44ab-8323-f5b22f9f3c98\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0378884a-3af5-44ab-8323-f5b22f9f3c98\"\ + },{\"properties\":{\"roleName\":\"Device Update Deployments Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Gives you full access to management\ + \ operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/management/read\",\"Microsoft.DeviceUpdate/accounts/instances/management/write\"\ + ,\"Microsoft.DeviceUpdate/accounts/instances/management/delete\",\"Microsoft.DeviceUpdate/accounts/instances/updates/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-21T23:59:52.1001666Z\",\"\ + updatedOn\":\"2022-01-13T01:59:19.4616366Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e4237640-0e3d-4a46-8fda-70bc94856432\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e4237640-0e3d-4a46-8fda-70bc94856432\"\ + },{\"properties\":{\"roleName\":\"Device Update Deployments Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Gives you read access to management operations,\ + \ but does not allow making changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/management/read\",\"Microsoft.DeviceUpdate/accounts/instances/updates/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-22T00:01:34.7053630Z\",\"\ + updatedOn\":\"2022-01-13T01:35:51.6463216Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/49e2f5d2-7741-4835-8efa-19e1fe35e47f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"49e2f5d2-7741-4835-8efa-19e1fe35e47f\"\ + },{\"properties\":{\"roleName\":\"Device Update Content Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Gives you read access to content operations,\ + \ but does not allow making changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/updates/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-08-22T00:02:43.3299181Z\",\"updatedOn\":\"2021-11-11T20:14:41.6754856Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d1ee9a80-8b14-47f0-bdc2-f4a351625a7b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d1ee9a80-8b14-47f0-bdc2-f4a351625a7b\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Metrics Advisor Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Full access to the project, including\ + \ the system level configuration.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.CognitiveServices/accounts/MetricsAdvisor/*\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2020-09-10T07:46:47.5804491Z\",\"updatedOn\"\ + :\"2021-11-11T20:14:43.6930781Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cb43c632-a144-4ec5-977c-e80c4affc34a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cb43c632-a144-4ec5-977c-e80c4affc34a\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Metrics Advisor User\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Access to the project.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/MetricsAdvisor/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/MetricsAdvisor/stats/*\"\ + ]}],\"createdOn\":\"2020-09-10T07:47:59.6195639Z\",\"updatedOn\":\"2021-11-11T20:14:43.8780761Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3b20f47b-3825-43cb-8114-4bd2201156a8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3b20f47b-3825-43cb-8114-4bd2201156a8\"\ + },{\"properties\":{\"roleName\":\"Schema Registry Reader (Preview)\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Read and list Schema Registry groups and\ + \ schemas.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.EventHub/namespaces/schemagroups/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.EventHub/namespaces/schemas/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-09-13T06:31:38.0272740Z\",\"updatedOn\":\"2021-11-11T20:14:44.6350450Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2c56ea50-c6b3-40a6-83c0-9d98858bc7d2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2c56ea50-c6b3-40a6-83c0-9d98858bc7d2\"\ + },{\"properties\":{\"roleName\":\"Schema Registry Contributor (Preview)\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Read, write, and delete Schema\ + \ Registry groups and schemas.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.EventHub/namespaces/schemagroups/*\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.EventHub/namespaces/schemas/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-09-13T06:48:26.6032931Z\",\"updatedOn\":\"2021-11-11T20:14:44.8200370Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5dffeca3-4936-4216-b2bc-10343a5abb25\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5dffeca3-4936-4216-b2bc-10343a5abb25\"\ + },{\"properties\":{\"roleName\":\"AgFood Platform Service Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides read access to AgFood Platform\ + \ Service\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/*/list/action\"\ + ,\"Microsoft.AgFoodPlatform/*/read\",\"Microsoft.AgFoodPlatform/*/search/action\"\ + ,\"Microsoft.AgFoodPlatform/*/download/action\",\"Microsoft.AgFoodPlatform/*/overlap/action\"\ + ,\"Microsoft.AgFoodPlatform/*/checkConsent/action\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-09-14T10:21:08.9138820Z\",\"updatedOn\":\"2022-12-09T07:32:44.6602284Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7ec7ccdc-f61e-41fe-9aaf-980df0a44eba\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7ec7ccdc-f61e-41fe-9aaf-980df0a44eba\"\ + },{\"properties\":{\"roleName\":\"AgFood Platform Service Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Provides contribute access to AgFood\ + \ Platform Service\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/*/action\"\ + ,\"Microsoft.AgFoodPlatform/*/read\",\"Microsoft.AgFoodPlatform/*/write\"\ + ],\"notDataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/farmers/write\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/deletionJobs/*/write\",\"Microsoft.AgFoodPlatform/farmBeats/parties/write\"\ + ]}],\"createdOn\":\"2020-09-14T10:21:09.7239169Z\",\"updatedOn\":\"2023-01-19T17:29:21.6287051Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8508508a-4469-4e45-963b-2518ee0bb728\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8508508a-4469-4e45-963b-2518ee0bb728\"\ + },{\"properties\":{\"roleName\":\"AgFood Platform Service Admin\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides admin access to AgFood Platform\ + \ Service\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-09-14T10:21:09.8039209Z\",\"updatedOn\":\"2021-11-11T20:14:45.3613128Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f8da80de-1ff9-4747-ad80-a19b7f6079e3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f8da80de-1ff9-4747-ad80-a19b7f6079e3\"\ + },{\"properties\":{\"roleName\":\"Managed HSM contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage managed HSM pools, but not access to them.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.KeyVault/managedHSMs/*\"\ + ,\"Microsoft.KeyVault/deletedManagedHsms/read\",\"Microsoft.KeyVault/locations/deletedManagedHsms/read\"\ + ,\"Microsoft.KeyVault/locations/deletedManagedHsms/purge/action\",\"Microsoft.KeyVault/locations/managedHsmOperationResults/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-09-16T21:47:01.1291104Z\",\"updatedOn\":\"2022-03-07T20:20:10.2940363Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18500a29-7fe2-46b2-a342-b16a415e101d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18500a29-7fe2-46b2-a342-b16a415e101d\"\ + },{\"properties\":{\"roleName\":\"Security Detonation Chamber Submitter\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allowed to create submissions\ + \ to Security Detonation Chamber\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SecurityDetonation/chambers/submissions/delete\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/write\",\"Microsoft.SecurityDetonation/chambers/submissions/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/files/read\",\"Microsoft.SecurityDetonation/chambers/submissions/accesskeyview/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/platforms/metadata/read\",\"Microsoft.SecurityDetonation/chambers/workflows/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/toolsets/metadata/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-10-01T08:55:21.3980274Z\",\"updatedOn\":\"2021-11-11T20:14:47.5471350Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0b555d9b-b4a7-4f43-b330-627f0e5be8f0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0b555d9b-b4a7-4f43-b330-627f0e5be8f0\"\ + },{\"properties\":{\"roleName\":\"SignalR REST API Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read-only access to Azure SignalR Service REST APIs\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.SignalRService/SignalR/group/read\",\"Microsoft.SignalRService/SignalR/clientConnection/read\"\ + ,\"Microsoft.SignalRService/SignalR/user/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-10-13T09:19:05.6463616Z\",\"updatedOn\":\"2021-11-11T20:14:48.7902970Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ddde6b66-c0df-4114-a159-3618637b3035\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ddde6b66-c0df-4114-a159-3618637b3035\"\ + },{\"properties\":{\"roleName\":\"SignalR Service Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Full access to Azure SignalR Service REST APIs\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.SignalRService/SignalR/auth/accessKey/action\",\"Microsoft.SignalRService/SignalR/auth/clientToken/action\"\ + ,\"Microsoft.SignalRService/SignalR/hub/send/action\",\"Microsoft.SignalRService/SignalR/group/send/action\"\ + ,\"Microsoft.SignalRService/SignalR/group/read\",\"Microsoft.SignalRService/SignalR/group/write\"\ + ,\"Microsoft.SignalRService/SignalR/clientConnection/send/action\",\"Microsoft.SignalRService/SignalR/clientConnection/read\"\ + ,\"Microsoft.SignalRService/SignalR/clientConnection/write\",\"Microsoft.SignalRService/SignalR/serverConnection/write\"\ + ,\"Microsoft.SignalRService/SignalR/user/send/action\",\"Microsoft.SignalRService/SignalR/user/read\"\ + ,\"Microsoft.SignalRService/SignalR/user/write\",\"Microsoft.SignalRService/SignalR/livetrace/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-10-13T09:20:32.1501410Z\",\"\ + updatedOn\":\"2022-09-14T04:23:14.1771585Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7e4f1700-ea5a-4f59-8f37-079cfe29dce3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7e4f1700-ea5a-4f59-8f37-079cfe29dce3\"\ + },{\"properties\":{\"roleName\":\"Reservation Purchaser\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you purchase reservations\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Capacity/catalogs/read\",\"Microsoft.Capacity/register/action\"\ + ,\"Microsoft.Compute/register/action\",\"Microsoft.Consumption/register/action\"\ + ,\"Microsoft.Consumption/reservationRecommendationDetails/read\",\"Microsoft.Consumption/reservationRecommendations/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.SQL/register/action\",\"Microsoft.Support/supporttickets/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-10-23T20:22:48.9217751Z\",\"updatedOn\":\"2022-04-13T22:08:56.7905675Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f7b75c60-3036-4b75-91c3-6b41c27c1689\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f7b75c60-3036-4b75-91c3-6b41c27c1689\"\ + },{\"properties\":{\"roleName\":\"AzureML Metrics Writer (preview)\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you write metrics to AzureML workspace\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/workspaces/metrics/*/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-10-27T16:55:19.5664950Z\",\"updatedOn\":\"2021-11-11T20:14:49.8655015Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/635dd51f-9968-44d3-b7fb-6d9a6bd613ae\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"635dd51f-9968-44d3-b7fb-6d9a6bd613ae\"\ + },{\"properties\":{\"roleName\":\"Storage Account Backup Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you perform backup and restore\ + \ operations using Azure Backup on the storage account.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Authorization/locks/read\",\"Microsoft.Authorization/locks/write\"\ + ,\"Microsoft.Authorization/locks/delete\",\"Microsoft.Features/features/read\"\ + ,\"Microsoft.Features/providers/features/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Storage/operations/read\",\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/delete\"\ + ,\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/read\",\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/write\"\ + ,\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/restorePointMarkers/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/write\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/restoreBlobRanges/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-11-02T23:32:50.4203469Z\",\"updatedOn\":\"2022-04-20T01:44:55.2577307Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1\"\ + },{\"properties\":{\"roleName\":\"Experimentation Metric Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows for creation, writes and reads\ + \ to the metric set via the metrics service APIs.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Experimentation/experimentWorkspaces/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/metricwrite/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/metricwrite/action\",\"\ + Microsoft.Experimentation/experimentWorkspaces/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-11-10T20:07:53.7535885Z\",\"updatedOn\":\"2021-11-11T20:14:50.9524177Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6188b7c9-7d01-4f99-a59f-c88b630326c0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6188b7c9-7d01-4f99-a59f-c88b630326c0\"\ + },{\"properties\":{\"roleName\":\"Project Babylon Data Curator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"The Microsoft.ProjectBabylon data curator\ + \ can create, read, modify and delete catalog data objects and establish relationships\ + \ between objects. This role is in preview and subject to change.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ProjectBabylon/accounts/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ProjectBabylon/accounts/data/read\"\ + ,\"Microsoft.ProjectBabylon/accounts/data/write\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-11-14T02:31:33.7988825Z\",\"updatedOn\":\"2021-11-11T20:14:51.4929515Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9ef4ef9c-a049-46b0-82ab-dd8ac094c889\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9ef4ef9c-a049-46b0-82ab-dd8ac094c889\"\ + },{\"properties\":{\"roleName\":\"Project Babylon Data Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"The Microsoft.ProjectBabylon data reader can\ + \ read catalog data objects. This role is in preview and subject to change.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ProjectBabylon/accounts/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ProjectBabylon/accounts/data/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:33:13.5342351Z\",\"\ + updatedOn\":\"2021-11-11T20:14:51.6729667Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c8d896ba-346d-4f50-bc1d-7d1c84130446\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c8d896ba-346d-4f50-bc1d-7d1c84130446\"\ + },{\"properties\":{\"roleName\":\"Project Babylon Data Source Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"The Microsoft.ProjectBabylon data\ + \ source administrator can manage data sources and data scans. This role is\ + \ in preview and subject to change.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ProjectBabylon/accounts/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ProjectBabylon/accounts/scan/read\",\"Microsoft.ProjectBabylon/accounts/scan/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:34:01.8401954Z\",\"\ + updatedOn\":\"2021-11-11T20:14:51.8529643Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/05b7651b-dc44-475e-b74d-df3db49fae0f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"05b7651b-dc44-475e-b74d-df3db49fae0f\"\ + },{\"properties\":{\"roleName\":\"Purview role 1 (Deprecated)\",\"type\":\"\ + BuiltInRole\",\"description\":\"Deprecated role.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Purview/accounts/read\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Purview/accounts/data/read\"\ + ,\"Microsoft.Purview/accounts/data/write\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-11-14T02:37:15.0123345Z\",\"updatedOn\":\"2022-01-04T00:43:15.6924286Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8a3c2885-9b38-4fd2-9d99-91af537c1347\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8a3c2885-9b38-4fd2-9d99-91af537c1347\"\ + },{\"properties\":{\"roleName\":\"Purview role 3 (Deprecated)\",\"type\":\"\ + BuiltInRole\",\"description\":\"Deprecated role.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Purview/accounts/read\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Purview/accounts/data/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:39:22.2344740Z\",\"\ + updatedOn\":\"2022-01-04T00:48:08.2844802Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ff100721-1b9d-43d8-af52-42b69c1272db\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ff100721-1b9d-43d8-af52-42b69c1272db\"\ + },{\"properties\":{\"roleName\":\"Purview role 2 (Deprecated)\",\"type\":\"\ + BuiltInRole\",\"description\":\"Deprecated role.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Purview/accounts/read\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Purview/accounts/scan/read\"\ + ,\"Microsoft.Purview/accounts/scan/write\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-11-14T02:40:05.0975648Z\",\"updatedOn\":\"2022-01-04T00:47:22.9678219Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/200bba9e-f0c8-430f-892b-6f0794863803\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"200bba9e-f0c8-430f-892b-6f0794863803\"\ + },{\"properties\":{\"roleName\":\"Application Group Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Contributor of the Application Group.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/applicationgroups/*\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ + ,\"Microsoft.DesktopVirtualization/workspaces/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-03T23:26:00.2784962Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:52.9432015Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ca6382a4-1721-4bcf-a114-ff0c70227b6b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ca6382a4-1721-4bcf-a114-ff0c70227b6b\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Reader of Desktop Virtualization.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:36:19.0140629Z\",\"updatedOn\":\"2021-11-11T20:14:54.0407838Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/49a72310-ab8d-41df-bbb0-79b649203868\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"49a72310-ab8d-41df-bbb0-79b649203868\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Contributor of Desktop Virtualization.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:37:16.2910337Z\",\"updatedOn\":\"2021-11-11T20:14:54.2107872Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/082f0a83-3be5-4ba1-904c-961cca79b387\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"082f0a83-3be5-4ba1-904c-961cca79b387\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Workspace Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Contributor of the Desktop Virtualization\ + \ Workspace.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/workspaces/*\",\"Microsoft.DesktopVirtualization/applicationgroups/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:38:29.6089216Z\",\"updatedOn\":\"2021-11-11T20:14:54.3907854Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/21efdde3-836f-432b-bf3d-3e8e734d4b2b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"21efdde3-836f-432b-bf3d-3e8e734d4b2b\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization User Session Operator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Operator of the Desktop Virtualization\ + \ Uesr Session.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:39:16.9100273Z\",\"updatedOn\":\"2021-11-11T20:14:54.5657970Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ea4bfff8-7fb4-485a-aadd-d4129a0ffaa6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ea4bfff8-7fb4-485a-aadd-d4129a0ffaa6\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Session Host Operator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Operator of the Desktop Virtualization\ + \ Session Host.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:39:53.2569741Z\",\"updatedOn\":\"2021-11-11T20:14:54.7508042Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2ad6aaab-ead9-4eaa-8ac5-da422f562408\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2ad6aaab-ead9-4eaa-8ac5-da422f562408\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Host Pool Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Reader of the Desktop Virtualization\ + \ Host Pool.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/hostpools/*/read\",\"Microsoft.DesktopVirtualization/hostpools/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:40:33.1430834Z\",\"updatedOn\":\"2021-11-11T20:14:54.9257967Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ceadfde2-b300-400a-ab7b-6143895aa822\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ceadfde2-b300-400a-ab7b-6143895aa822\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Host Pool Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Contributor of the Desktop Virtualization\ + \ Host Pool.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/hostpools/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-11T21:40:57.2976187Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:55.1057701Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e307426c-f9b6-4e81-87de-d99efb3c32bc\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e307426c-f9b6-4e81-87de-d99efb3c32bc\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Application Group\ + \ Reader\",\"type\":\"BuiltInRole\",\"description\":\"Reader of the Desktop\ + \ Virtualization Application Group.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.DesktopVirtualization/applicationgroups/*/read\"\ + ,\"Microsoft.DesktopVirtualization/applicationgroups/read\",\"Microsoft.DesktopVirtualization/hostpools/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/read\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-11T21:41:18.0287398Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:55.2858006Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/aebf23d0-b568-4e86-b8f9-fe83a2c6ab55\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"aebf23d0-b568-4e86-b8f9-fe83a2c6ab55\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Application Group\ + \ Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Contributor of\ + \ the Desktop Virtualization Application Group.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/applicationgroups/*\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:41:38.6205531Z\",\"updatedOn\":\"2021-11-11T20:14:55.4677136Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/86240b0e-9422-4c43-887b-b61143f32ba8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"86240b0e-9422-4c43-887b-b61143f32ba8\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Workspace Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Reader of the Desktop Virtualization\ + \ Workspace.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/workspaces/read\",\"Microsoft.DesktopVirtualization/applicationgroups/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:41:58.1892707Z\",\"updatedOn\":\"2021-11-11T20:14:55.6577168Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0fa44ee9-7a7d-466b-9bb2-2bf446b1204d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0fa44ee9-7a7d-466b-9bb2-2bf446b1204d\"\ + },{\"properties\":{\"roleName\":\"Disk Backup Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides permission to backup vault to perform disk backup.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/beginGetAccess/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-12-15T07:39:03.8394514Z\",\"updatedOn\":\"2021-11-11T20:14:56.0178737Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3e5e47e6-65f7-47ef-90b5-e5dd4d455f24\"\ + },{\"properties\":{\"roleName\":\"Autonomous Development Platform Data Contributor\ + \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Grants permissions\ + \ to upload and manage new Autonomous Development Platform measurements.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/discoveries/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/uploads/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/measurements/states/new/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/measurementCollections/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/measurementCollections/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/read\",\"Microsoft.AutonomousDevelopmentPlatform/workspaces/discoveries/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/uploads/*\",\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/states/new/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/classifications/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/dataStreams/classifications/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurementCollections/*\"\ + ],\"notDataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/measurements/states/new/changeState/action\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/states/new/changeState/action\"\ + ]}],\"createdOn\":\"2020-12-15T11:30:01.7459379Z\",\"updatedOn\":\"2022-09-14T15:02:38.0071890Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b8b15564-4fa6-4a59-ab12-03e1d9594795\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b8b15564-4fa6-4a59-ab12-03e1d9594795\"\ + },{\"properties\":{\"roleName\":\"Autonomous Development Platform Data Reader\ + \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Grants read access\ + \ to Autonomous Development Platform data.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-12-15T12:11:31.9843256Z\",\"\ + updatedOn\":\"2022-01-04T13:21:04.3207709Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d63b75f7-47ea-4f27-92ac-e0d173aaf093\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d63b75f7-47ea-4f27-92ac-e0d173aaf093\"\ + },{\"properties\":{\"roleName\":\"Autonomous Development Platform Data Owner\ + \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Grants full access\ + \ to Autonomous Development Platform data.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-12-15T12:13:59.9702378Z\",\"\ + updatedOn\":\"2022-01-04T13:20:26.2040404Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/27f8b550-c507-4db9-86f2-f4b8e816d59d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"27f8b550-c507-4db9-86f2-f4b8e816d59d\"\ + },{\"properties\":{\"roleName\":\"Disk Restore Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides permission to backup vault to perform disk restore.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Compute/disks/write\"\ + ,\"Microsoft.Compute/disks/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2020-12-15T12:18:31.8481619Z\",\"updatedOn\"\ + :\"2021-11-11T20:14:56.7408912Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b50d9833-a0cb-478e-945f-707fcc997c13\"\ + },{\"properties\":{\"roleName\":\"Disk Snapshot Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Provides permission to backup vault to manage\ + \ disk snapshots.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Compute/snapshots/delete\",\"Microsoft.Compute/snapshots/write\"\ + ,\"Microsoft.Compute/snapshots/read\",\"Microsoft.Compute/snapshots/beginGetAccess/action\"\ + ,\"Microsoft.Compute/snapshots/endGetAccess/action\",\"Microsoft.Compute/disks/beginGetAccess/action\"\ + ,\"Microsoft.Storage/storageAccounts/listkeys/action\",\"Microsoft.Storage/storageAccounts/write\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-12-15T12:18:51.4471411Z\",\"updatedOn\":\"2021-11-11T20:14:56.9158814Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7efff54f-a5b4-42b5-a1c5-5411624893ce\"\ + },{\"properties\":{\"roleName\":\"Microsoft.Kubernetes connected cluster role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft.Kubernetes connected\ + \ cluster role.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Kubernetes/connectedClusters/read\",\"Microsoft.Kubernetes/connectedClusters/write\"\ + ,\"Microsoft.Kubernetes/connectedClusters/delete\",\"Microsoft.Kubernetes/registeredSubscriptions/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-01-07T23:57:10.9923232Z\",\"updatedOn\":\"2021-11-11T20:14:58.2039838Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5548b2cf-c94c-4228-90ba-30851930a12f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5548b2cf-c94c-4228-90ba-30851930a12f\"\ + },{\"properties\":{\"roleName\":\"Security Detonation Chamber Submission Manager\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allowed to create and manage submissions\ + \ to Security Detonation Chamber\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SecurityDetonation/chambers/submissions/delete\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/write\",\"Microsoft.SecurityDetonation/chambers/submissions/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/files/read\",\"Microsoft.SecurityDetonation/chambers/submissions/accesskeyview/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/adminview/read\",\"Microsoft.SecurityDetonation/chambers/submissions/analystview/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/publicview/read\",\"\ + Microsoft.SecurityDetonation/chambers/platforms/metadata/read\",\"Microsoft.SecurityDetonation/chambers/workflows/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/toolsets/metadata/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-01-18T09:35:36.5739297Z\",\"updatedOn\":\"2021-11-11T20:14:58.3939604Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a37b566d-3efa-4beb-a2f2-698963fa42ce\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a37b566d-3efa-4beb-a2f2-698963fa42ce\"\ + },{\"properties\":{\"roleName\":\"Security Detonation Chamber Publisher\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allowed to publish and modify\ + \ platforms, workflows and toolsets to Security Detonation Chamber\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.SecurityDetonation/chambers/platforms/read\",\"Microsoft.SecurityDetonation/chambers/platforms/write\"\ + ,\"Microsoft.SecurityDetonation/chambers/platforms/delete\",\"Microsoft.SecurityDetonation/chambers/platforms/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/workflows/read\",\"Microsoft.SecurityDetonation/chambers/workflows/write\"\ + ,\"Microsoft.SecurityDetonation/chambers/workflows/delete\",\"Microsoft.SecurityDetonation/chambers/workflows/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/toolsets/read\",\"Microsoft.SecurityDetonation/chambers/toolsets/write\"\ + ,\"Microsoft.SecurityDetonation/chambers/toolsets/delete\",\"Microsoft.SecurityDetonation/chambers/toolsets/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/publishRequests/read\",\"Microsoft.SecurityDetonation/chambers/publishRequests/cancel/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-01-18T11:43:14.0858184Z\",\"\ + updatedOn\":\"2021-11-11T20:14:58.5639749Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/352470b3-6a9c-4686-b503-35deb827e500\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"352470b3-6a9c-4686-b503-35deb827e500\"\ + },{\"properties\":{\"roleName\":\"Collaborative Runtime Operator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can manage resources created by AICS at\ + \ runtime\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.IndustryDataLifecycle/derivedModels/*\",\"Microsoft.IndustryDataLifecycle/pipelineSets/*\"\ + ,\"Microsoft.IndustryDataLifecycle/modelMappings/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-01-19T10:00:27.3464971Z\",\"updatedOn\":\"2021-11-11T20:14:58.7442136Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7a6f0e70-c033-4fb1-828c-08514e5f4102\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7a6f0e70-c033-4fb1-828c-08514e5f4102\"\ + },{\"properties\":{\"roleName\":\"CosmosRestoreOperator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can perform restore action for Cosmos DB database account\ + \ with continuous backup mode\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.DocumentDB/locations/restorableDatabaseAccounts/restore/action\"\ + ,\"Microsoft.DocumentDB/locations/restorableDatabaseAccounts/*/read\",\"Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-01-21T19:51:35.3884884Z\",\"updatedOn\":\"2021-11-11T20:14:59.4892686Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5432c526-bc82-444a-b7ba-57c5b0b5b34f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5432c526-bc82-444a-b7ba-57c5b0b5b34f\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Converter\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to convert data from legacy\ + \ format to FHIR\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/convertData/action\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/convertData/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-01-22T19:39:01.1601069Z\",\"\ + updatedOn\":\"2021-11-11T20:14:59.8605937Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a1705bd2-3a8f-45a5-8683-466fcfd5cc24\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a1705bd2-3a8f-45a5-8683-466fcfd5cc24\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Automation Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft Sentinel Automation\ + \ Contributor\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Logic/workflows/triggers/read\"\ + ,\"Microsoft.Logic/workflows/triggers/listCallbackUrl/action\",\"Microsoft.Logic/workflows/runs/read\"\ + ,\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/read\"\ + ,\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/listCallbackUrl/action\"\ + ,\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs/read\"],\"\ + notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ + 2021-01-24T08:50:52.0382991Z\",\"updatedOn\":\"2022-01-26T09:25:00.4699337Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f4c81013-99ee-4d62-a7ee-b3f1f648599a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f4c81013-99ee-4d62-a7ee-b3f1f648599a\"\ + },{\"properties\":{\"roleName\":\"Quota Request Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read and create quota requests, get quota request status,\ + \ and create support tickets.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Capacity/resourceProviders/locations/serviceLimits/read\"\ + ,\"Microsoft.Capacity/resourceProviders/locations/serviceLimits/write\",\"\ + Microsoft.Capacity/resourceProviders/locations/serviceLimitsRequests/read\"\ + ,\"Microsoft.Capacity/register/action\",\"Microsoft.Quota/usages/read\",\"\ + Microsoft.Quota/quotas/read\",\"Microsoft.Quota/quotas/write\",\"Microsoft.Quota/quotaRequests/read\"\ + ,\"Microsoft.Quota/register/action\",\"Microsoft.Authorization/*/read\",\"\ + Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"\ + Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-02-03T00:06:35.8404575Z\",\"updatedOn\":\"2022-12-05T21:28:33.3264217Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0e5f05e5-9ab9-446b-b98d-1e2157c94125\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0e5f05e5-9ab9-446b-b98d-1e2157c94125\"\ + },{\"properties\":{\"roleName\":\"EventGrid Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage EventGrid operations.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.EventGrid/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-02-08T18:46:18.8999557Z\",\"updatedOn\":\"2021-11-11T20:15:01.6867802Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1e241071-0855-49ea-94dc-649edcd759de\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1e241071-0855-49ea-94dc-649edcd759de\"\ + },{\"properties\":{\"roleName\":\"Security Detonation Chamber Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allowed to query submission info\ + \ and files from Security Detonation Chamber\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SecurityDetonation/chambers/submissions/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/files/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-03-01T14:06:46.2814905Z\",\"updatedOn\":\"2021-11-11T20:15:03.3274090Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/28241645-39f8-410b-ad48-87863e2951d5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"28241645-39f8-410b-ad48-87863e2951d5\"\ + },{\"properties\":{\"roleName\":\"Object Anchors Account Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you read ingestion jobs for an object\ + \ anchors account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectAnchorsAccounts/ingest/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-03-02T01:20:47.0279813Z\",\"\ + updatedOn\":\"2021-11-11T20:15:03.5006082Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4a167cdf-cb95-4554-9203-2347fe489bd9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4a167cdf-cb95-4554-9203-2347fe489bd9\"\ + },{\"properties\":{\"roleName\":\"Object Anchors Account Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides user with ingestion capabilities\ + \ for an object anchors account.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectAnchorsAccounts/ingest/action\"\ + ,\"Microsoft.MixedReality/ObjectAnchorsAccounts/ingest/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-03-02T01:42:02.0014737Z\",\"updatedOn\":\"2021-11-11T20:15:03.6855873Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ca0835dd-bacc-42dd-8ed2-ed5e7230d15b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ca0835dd-bacc-42dd-8ed2-ed5e7230d15b\"\ + },{\"properties\":{\"roleName\":\"WorkloadBuilder Migration Agent Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"WorkloadBuilder Migration Agent Role.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.WorkloadBuilder/migrationAgents/Read\"\ + ,\"Microsoft.WorkloadBuilder/migrationAgents/Write\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-03-11T17:07:20.0828003Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:04.2456706Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d17ce0a2-0697-43bc-aac5-9113337ab61c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d17ce0a2-0697-43bc-aac5-9113337ab61c\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Data Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allow read access to Azure Spring Cloud\ + \ Data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/*/read\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-03-25T11:12:12.6786010Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:05.3368606Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b5537268-8956-4941-a8f0-646150406f0c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b5537268-8956-4941-a8f0-646150406f0c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Speech User\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Access to the real-time speech recognition\ + \ and batch transcription APIs, real-time speech synthesis and long audio\ + \ APIs, as well as to read the data/test/model/endpoint for custom models,\ + \ but can\u2019t create, delete or modify the data/test/model/endpoint for\ + \ custom models.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/SpeechServices/*/read\",\"Microsoft.CognitiveServices/accounts/SpeechServices/*/transcriptions/read\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/*/transcriptions/write\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/*/transcriptions/delete\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/*/frontend/action\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/text-dependent/*/action\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/text-independent/*/action\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVoice/*/read\",\"Microsoft.CognitiveServices/accounts/CustomVoice/evaluations/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVoice/longaudiosynthesis/*\"\ + ,\"Microsoft.CognitiveServices/accounts/AudioContentCreation/*\"],\"notDataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/CustomVoice/datasets/files/read\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVoice/datasets/utterances/read\"\ + ]}],\"createdOn\":\"2021-03-30T11:28:27.4339032Z\",\"updatedOn\":\"2022-05-19T23:26:56.1473805Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f2dc8367-1007-4938-bd23-fe263f013447\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f2dc8367-1007-4938-bd23-fe263f013447\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Speech Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Full access to Speech projects,\ + \ including read, write and delete all entities, for real-time speech recognition\ + \ and batch transcription tasks, real-time speech synthesis and long audio\ + \ tasks, custom speech and custom voice.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/SpeechServices/*\",\"Microsoft.CognitiveServices/accounts/CustomVoice/*\"\ + ,\"Microsoft.CognitiveServices/accounts/AudioContentCreation/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-03-30T11:28:49.7826633Z\",\"updatedOn\":\"2022-05-19T23:26:56.1473805Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0e75ca1e-0464-4b4d-8b93-68208a576181\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0e75ca1e-0464-4b4d-8b93-68208a576181\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Face Recognizer\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you perform detect, verify,\ + \ identify, group, and find similar operations on Face API. This role does\ + \ not allow create or delete operations, which makes it well suited for endpoints\ + \ that only need inferencing capabilities, following 'least privilege' best\ + \ practices.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/Face/detect/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/verify/action\",\"Microsoft.CognitiveServices/accounts/Face/identify/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/group/action\",\"Microsoft.CognitiveServices/accounts/Face/findsimilars/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/detectliveness/multimodal/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/detectliveness/singlemodal/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/detectlivenesswithverify/singlemodal/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-03-31T01:51:41.3557295Z\",\"\ + updatedOn\":\"2023-03-20T22:15:15.1823985Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9894cab4-e18a-44aa-828b-cb588cd6f2d7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9894cab4-e18a-44aa-828b-cb588cd6f2d7\"\ + },{\"properties\":{\"roleName\":\"Media Services Account Administrator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ + \ Media Services accounts; read-only access to other Media Services resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Media/mediaservices/*/read\",\"Microsoft.Media/mediaservices/assets/listStreamingLocators/action\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/listPaths/action\",\"Microsoft.Media/mediaservices/write\"\ + ,\"Microsoft.Media/mediaservices/delete\",\"Microsoft.Media/mediaservices/privateEndpointConnectionsApproval/action\"\ + ,\"Microsoft.Media/mediaservices/privateEndpointConnections/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:20:32.2956636Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:07.1518844Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/054126f8-9a2b-4f1c-a9ad-eca461f08466\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"054126f8-9a2b-4f1c-a9ad-eca461f08466\"\ + },{\"properties\":{\"roleName\":\"Media Services Live Events Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ + \ Live Events, Assets, Asset Filters, and Streaming Locators; read-only access\ + \ to other Media Services resources.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\"\ + ,\"Microsoft.Media/mediaservices/assets/*\",\"Microsoft.Media/mediaservices/assets/assetfilters/*\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/*\",\"Microsoft.Media/mediaservices/liveEvents/*\"\ + ],\"notActions\":[\"Microsoft.Media/mediaservices/assets/getEncryptionKey/action\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/listContentKeys/action\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:21:00.6119555Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:07.3318873Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/532bc159-b25e-42c0-969e-a1d439f60d77\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"532bc159-b25e-42c0-969e-a1d439f60d77\"\ + },{\"properties\":{\"roleName\":\"Media Services Media Operator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Create, read, modify, and delete Assets,\ + \ Asset Filters, Streaming Locators, and Jobs; read-only access to other Media\ + \ Services resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\"\ + ,\"Microsoft.Media/mediaservices/assets/*\",\"Microsoft.Media/mediaservices/assets/assetfilters/*\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/*\",\"Microsoft.Media/mediaservices/transforms/jobs/*\"\ + ],\"notActions\":[\"Microsoft.Media/mediaservices/assets/getEncryptionKey/action\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/listContentKeys/action\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:21:23.2236495Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:07.5068487Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e4395492-1534-4db2-bedf-88c14621589c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e4395492-1534-4db2-bedf-88c14621589c\"\ + },{\"properties\":{\"roleName\":\"Media Services Policy Administrator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ + \ Account Filters, Streaming Policies, Content Key Policies, and Transforms;\ + \ read-only access to other Media Services resources. Cannot create Jobs,\ + \ Assets or Streaming resources.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\"\ + ,\"Microsoft.Media/mediaservices/assets/listStreamingLocators/action\",\"\ + Microsoft.Media/mediaservices/streamingLocators/listPaths/action\",\"Microsoft.Media/mediaservices/accountFilters/*\"\ + ,\"Microsoft.Media/mediaservices/streamingPolicies/*\",\"Microsoft.Media/mediaservices/contentKeyPolicies/*\"\ + ,\"Microsoft.Media/mediaservices/transforms/*\"],\"notActions\":[\"Microsoft.Media/mediaservices/contentKeyPolicies/getPolicyPropertiesWithSecrets/action\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:21:46.9534330Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:07.6968496Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c4bba371-dacd-4a26-b320-7250bca963ae\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c4bba371-dacd-4a26-b320-7250bca963ae\"\ + },{\"properties\":{\"roleName\":\"Media Services Streaming Endpoints Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ + \ Streaming Endpoints; read-only access to other Media Services resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Media/mediaservices/*/read\",\"Microsoft.Media/mediaservices/assets/listStreamingLocators/action\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/listPaths/action\",\"Microsoft.Media/mediaservices/streamingEndpoints/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-04-19T23:22:04.4594851Z\",\"updatedOn\":\"2021-11-11T20:15:07.8718907Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/99dba123-b5fe-44d5-874c-ced7199a5804\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"99dba123-b5fe-44d5-874c-ced7199a5804\"\ + },{\"properties\":{\"roleName\":\"Stream Analytics Query Tester\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you perform query testing without\ + \ creating a stream analytics job first\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.StreamAnalytics/locations/TestQuery/action\"\ + ,\"Microsoft.StreamAnalytics/locations/OperationResults/read\",\"Microsoft.StreamAnalytics/locations/SampleInput/action\"\ + ,\"Microsoft.StreamAnalytics/locations/CompileQuery/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-20T17:33:24.5727870Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:08.0481551Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1ec5b3c1-b17e-4e25-8312-2acb3c3c5abf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1ec5b3c1-b17e-4e25-8312-2acb3c3c5abf\"\ + },{\"properties\":{\"roleName\":\"AnyBuild Builder\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Basic user role for AnyBuild. This role allows listing\ + \ of agent information and execution of remote build capabilities.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.AnyBuild/clusters/build/write\",\"Microsoft.AnyBuild/clusters/build/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-04-20T22:07:00.4963853Z\",\"\ + updatedOn\":\"2021-11-11T20:15:08.4254134Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a2138dac-4907-4679-a376-736901ed8ad8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a2138dac-4907-4679-a376-736901ed8ad8\"\ + },{\"properties\":{\"roleName\":\"IoT Hub Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full read access to IoT Hub data-plane properties\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Devices/IotHubs/*/read\",\"Microsoft.Devices/IotHubs/fileUpload/notifications/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-04-22T18:03:29.8843192Z\",\"\ + updatedOn\":\"2021-11-11T20:15:08.6054154Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b447c946-2db7-41ec-983d-d8bf3b1c77e3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b447c946-2db7-41ec-983d-d8bf3b1c77e3\"\ + },{\"properties\":{\"roleName\":\"IoT Hub Twin Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for read and write access to all IoT Hub device\ + \ and module twins.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.Devices/IotHubs/twins/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-04-22T20:36:10.1136903Z\",\"\ + updatedOn\":\"2021-11-11T20:15:08.7855063Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/494bdba2-168f-4f31-a0a1-191d2f7c028c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"494bdba2-168f-4f31-a0a1-191d2f7c028c\"\ + },{\"properties\":{\"roleName\":\"IoT Hub Registry Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for full access to IoT Hub device\ + \ registry.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Devices/IotHubs/devices/*\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-04-22T20:36:47.5532704Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:08.9804295Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4ea46cd5-c1b2-4a8e-910b-273211f9ce47\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4ea46cd5-c1b2-4a8e-910b-273211f9ce47\"\ + },{\"properties\":{\"roleName\":\"IoT Hub Data Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full access to IoT Hub data plane operations.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Devices/IotHubs/*\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2021-04-22T20:37:16.9927761Z\",\"updatedOn\":\"2021-11-11T20:15:09.1754206Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4fc6c259-987e-4a07-842e-c321cc9d413f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4fc6c259-987e-4a07-842e-c321cc9d413f\"\ + },{\"properties\":{\"roleName\":\"Test Base Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Let you view and download packages and test results.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.TestBase/testBaseAccounts/packages/testResults/getDownloadUrl/action\"\ + ,\"Microsoft.TestBase/testBaseAccounts/packages/testResults/getVideoDownloadUrl/action\"\ + ,\"Microsoft.TestBase/testBaseAccounts/packages/getDownloadUrl/action\",\"\ + Microsoft.TestBase/*/read\",\"Microsoft.TestBase/testBaseAccounts/customerEvents/write\"\ + ,\"Microsoft.TestBase/testBaseAccounts/customerEvents/delete\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-05-11T23:41:33.1038367Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:10.8004347Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/15e0f5a1-3450-4248-8e25-e2afe88a9e85\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"15e0f5a1-3450-4248-8e25-e2afe88a9e85\"\ + },{\"properties\":{\"roleName\":\"Search Index Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Grants read access to Azure Cognitive Search index data.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Search/searchServices/indexes/documents/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-01T20:26:13.4850461Z\",\"\ + updatedOn\":\"2021-11-11T20:15:11.3604371Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1407120a-92aa-4202-b7e9-c0e197c71c8f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1407120a-92aa-4202-b7e9-c0e197c71c8f\"\ + },{\"properties\":{\"roleName\":\"Search Index Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Grants full access to Azure Cognitive Search\ + \ index data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.Search/searchServices/indexes/documents/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-01T22:15:16.5388472Z\",\"\ + updatedOn\":\"2021-11-11T20:15:11.5504385Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8ebe5a00-799e-43f5-93ac-243d3dce84a7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8ebe5a00-799e-43f5-93ac-243d3dce84a7\"\ + },{\"properties\":{\"roleName\":\"Storage Table Data Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows for read access to Azure Storage tables\ + \ and entities\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Storage/storageAccounts/tableServices/tables/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-15T06:40:54.9150717Z\",\"\ + updatedOn\":\"2021-11-11T20:15:12.1005298Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/76199698-9eea-4c19-bc75-cec21354c6b6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"76199698-9eea-4c19-bc75-cec21354c6b6\"\ + },{\"properties\":{\"roleName\":\"Storage Table Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for read, write and delete access\ + \ to Azure Storage tables and entities\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Storage/storageAccounts/tableServices/tables/read\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/write\",\"Microsoft.Storage/storageAccounts/tableServices/tables/delete\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/read\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/write\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/delete\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/add/action\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/update/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-15T06:51:59.8207610Z\",\"\ + updatedOn\":\"2021-11-11T20:15:12.2854966Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0a9a7e1f-b9d0-4cc4-a60d-0319b160aaa3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0a9a7e1f-b9d0-4cc4-a60d-0319b160aaa3\"\ + },{\"properties\":{\"roleName\":\"DICOM Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read and search DICOM data.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.HealthcareApis/workspaces/dicomservices/resources/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-06-17T20:58:30.1630494Z\",\"updatedOn\":\"2021-11-11T20:15:13.0154948Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e89c7a3c-2f64-4fa1-a847-3e4c9ba4283a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e89c7a3c-2f64-4fa1-a847-3e4c9ba4283a\"\ + },{\"properties\":{\"roleName\":\"DICOM Data Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Full access to DICOM data.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/workspaces/dicomservices/resources/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-17T20:59:30.8659515Z\",\"\ + updatedOn\":\"2021-11-11T20:15:13.1904985Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/58a3b984-7adf-4c20-983a-32417c86fbc8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"58a3b984-7adf-4c20-983a-32417c86fbc8\"\ + },{\"properties\":{\"roleName\":\"EventGrid Data Sender\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows send access to event grid events.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.EventGrid/topics/read\",\"Microsoft.EventGrid/domains/read\"\ + ,\"Microsoft.EventGrid/partnerNamespaces/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.EventGrid/events/send/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-07-02T21:55:40.4847495Z\",\"\ + updatedOn\":\"2021-11-11T20:15:13.5605134Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d5a91429-5739-47e2-a06b-3470a27159e7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d5a91429-5739-47e2-a06b-3470a27159e7\"\ + },{\"properties\":{\"roleName\":\"Disk Pool Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Used by the StoragePool Resource Provider to manage Disks\ + \ added to a Disk Pool.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Compute/disks/write\",\"Microsoft.Compute/disks/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-07-08T17:26:05.1079972Z\",\"updatedOn\":\"2021-11-11T20:15:13.9154612Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/60fc6e62-5479-42d4-8bf4-67625fcc2840\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"60fc6e62-5479-42d4-8bf4-67625fcc2840\"\ + },{\"properties\":{\"roleName\":\"AzureML Data Scientist\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can perform all actions within an Azure Machine Learning\ + \ workspace, except for creating or deleting compute resources and modifying\ + \ the workspace itself.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.MachineLearningServices/workspaces/*/read\",\"Microsoft.MachineLearningServices/workspaces/*/action\"\ + ,\"Microsoft.MachineLearningServices/workspaces/*/delete\",\"Microsoft.MachineLearningServices/workspaces/*/write\"\ + ],\"notActions\":[\"Microsoft.MachineLearningServices/workspaces/delete\"\ + ,\"Microsoft.MachineLearningServices/workspaces/write\",\"Microsoft.MachineLearningServices/workspaces/computes/*/write\"\ + ,\"Microsoft.MachineLearningServices/workspaces/computes/*/delete\",\"Microsoft.MachineLearningServices/workspaces/computes/listKeys/action\"\ + ,\"Microsoft.MachineLearningServices/workspaces/listKeys/action\",\"Microsoft.MachineLearningServices/workspaces/hubs/write\"\ + ,\"Microsoft.MachineLearningServices/workspaces/hubs/delete\",\"Microsoft.MachineLearningServices/workspaces/featurestores/write\"\ + ,\"Microsoft.MachineLearningServices/workspaces/featurestores/delete\"],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-07-14T21:51:06.0361218Z\"\ + ,\"updatedOn\":\"2023-05-26T17:53:52.5366769Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f6c7c914-8db3-469d-8ca1-694a8f32e121\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f6c7c914-8db3-469d-8ca1-694a8f32e121\"\ + },{\"properties\":{\"roleName\":\"Grafana Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Built-in Grafana admin role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Dashboard/grafana/ActAsGrafanaAdmin/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-07-15T21:32:35.3802340Z\",\"updatedOn\":\"2021-11-11T20:15:14.8104670Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/22926164-76b3-42b3-bc55-97df8dab3e41\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"22926164-76b3-42b3-bc55-97df8dab3e41\"\ + },{\"properties\":{\"roleName\":\"Azure Connected SQL Server Onboarding\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft.AzureArcData\_service\_\ + role\_to\_access\_the\_resources\_of\_Microsoft.AzureArcData\_stored\_with\_\ + RPSAAS.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureArcData/sqlServerInstances/read\"\ + ,\"Microsoft.AzureArcData/sqlServerInstances/write\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-07-19T23:52:15.8885739Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:15.1754742Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e8113dce-c529-4d33-91fa-e9b972617508\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e8113dce-c529-4d33-91fa-e9b972617508\"\ + },{\"properties\":{\"roleName\":\"Azure Relay Sender\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for send access to Azure Relay resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Relay/*/wcfRelays/read\"\ + ,\"Microsoft.Relay/*/hybridConnections/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.Relay/*/send/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-07-20T15:37:20.7558643Z\",\"updatedOn\":\"2021-11-11T20:15:15.5454755Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/26baccc8-eea7-41f1-98f4-1762cc7f685d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"26baccc8-eea7-41f1-98f4-1762cc7f685d\"\ + },{\"properties\":{\"roleName\":\"Azure Relay Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full access to Azure Relay resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Relay/*\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Relay/*\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-07-20T15:44:26.3023126Z\",\"updatedOn\":\"2021-11-11T20:15:15.7154782Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2787bf04-f1f5-4bfe-8383-c8a24483ee38\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2787bf04-f1f5-4bfe-8383-c8a24483ee38\"\ + },{\"properties\":{\"roleName\":\"Azure Relay Listener\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for listen access to Azure Relay resources.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Relay/*/wcfRelays/read\"\ + ,\"Microsoft.Relay/*/hybridConnections/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.Relay/*/listen/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-07-20T18:38:03.1437496Z\",\"updatedOn\":\"2021-11-11T20:15:15.9005232Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/26e0b698-aa6d-4085-9386-aadae190014d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"26e0b698-aa6d-4085-9386-aadae190014d\"\ + },{\"properties\":{\"roleName\":\"Grafana Viewer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Built-in Grafana Viewer role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Dashboard/grafana/ActAsGrafanaViewer/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-08-05T16:36:18.7737511Z\",\"updatedOn\":\"2021-11-11T20:15:16.9904932Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/60921a7e-fef1-4a43-9b16-a26c52ad4769\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"60921a7e-fef1-4a43-9b16-a26c52ad4769\"\ + },{\"properties\":{\"roleName\":\"Grafana Editor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Built-in Grafana Editor role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Dashboard/grafana/ActAsGrafanaEditor/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-08-05T16:37:32.5299593Z\",\"updatedOn\":\"2021-11-11T20:15:17.1805426Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a79a5197-3a5c-4973-a920-486035ffd60f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a79a5197-3a5c-4973-a920-486035ffd60f\"\ + },{\"properties\":{\"roleName\":\"Automation Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Manage azure automation resources and other resources using\ + \ azure automation.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Automation/automationAccounts/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Insights/ActionGroups/*\",\"Microsoft.Insights/ActivityLogAlerts/*\"\ + ,\"Microsoft.Insights/MetricAlerts/*\",\"Microsoft.Insights/ScheduledQueryRules/*\"\ + ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.OperationalInsights/workspaces/sharedKeys/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-08-09T10:18:19.1054699Z\",\"updatedOn\":\"2021-11-11T20:15:17.7304954Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f353d9bd-d4a6-484e-a77a-8050b599b867\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f353d9bd-d4a6-484e-a77a-8050b599b867\"\ + },{\"properties\":{\"roleName\":\"Kubernetes Extension Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can create, update, get, list and delete\ + \ Kubernetes Extensions, and get extension async operations\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.KubernetesConfiguration/extensions/write\"\ + ,\"Microsoft.KubernetesConfiguration/extensions/read\",\"Microsoft.KubernetesConfiguration/extensions/delete\"\ + ,\"Microsoft.KubernetesConfiguration/extensions/operations/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-08-09T19:47:50.6828896Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:17.9155393Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/85cb6faf-e071-4c9b-8136-154b5a04f717\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"85cb6faf-e071-4c9b-8136-154b5a04f717\"\ + },{\"properties\":{\"roleName\":\"Device Provisioning Service Data Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for full read access to\ + \ Device Provisioning Service data-plane properties.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.Devices/provisioningServices/*/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2021-08-09T19:53:12.1374732Z\",\"updatedOn\":\"2021-11-11T20:15:18.0905503Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/10745317-c249-44a1-a5ce-3a4353c0bbd8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"10745317-c249-44a1-a5ce-3a4353c0bbd8\"\ + },{\"properties\":{\"roleName\":\"Device Provisioning Service Data Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for full access to Device\ + \ Provisioning Service data-plane operations.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Devices/provisioningServices/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-09T19:54:03.2783227Z\",\"\ + updatedOn\":\"2021-11-11T20:15:18.2605302Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dfce44e4-17b7-4bd1-a6d1-04996ec95633\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dfce44e4-17b7-4bd1-a6d1-04996ec95633\"\ + },{\"properties\":{\"roleName\":\"Code Signing Certificate Profile Signer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Sign files with a certificate\ + \ profile. This role is in preview and subject to change.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CodeSigning/*/read\",\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"\ + Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.CodeSigning/certificateProfiles/Sign/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-08-16T23:17:53.0002693Z\",\"updatedOn\"\ + :\"2022-12-12T16:05:53.8213702Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2837e146-70d7-4cfd-ad55-7efa6464f958\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2837e146-70d7-4cfd-ad55-7efa6464f958\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Service Registry Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allow read access to Azure Spring\ + \ Cloud Service Registry\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/eurekaService/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-20T04:40:17.9785063Z\",\"\ + updatedOn\":\"2021-11-11T20:15:18.9655101Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cff1b556-2399-4e7e-856d-a8f754be7b65\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cff1b556-2399-4e7e-856d-a8f754be7b65\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Service Registry Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allow read, write and delete access\ + \ to Azure Spring Cloud Service Registry\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/eurekaService/read\"\ + ,\"Microsoft.AppPlatform/Spring/eurekaService/write\",\"Microsoft.AppPlatform/Spring/eurekaService/delete\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-20T04:42:38.9153779Z\",\"\ + updatedOn\":\"2021-11-11T20:15:19.1405497Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f5880b48-c26d-48be-b172-7927bfa1c8f1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f5880b48-c26d-48be-b172-7927bfa1c8f1\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Config Server Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allow read access to Azure Spring\ + \ Cloud Config Server\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/configService/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-26T01:50:51.5123701Z\",\"\ + updatedOn\":\"2021-11-11T20:15:19.3155517Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d04c6db6-4947-4782-9e91-30a88feb7be7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d04c6db6-4947-4782-9e91-30a88feb7be7\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Config Server Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allow read, write and delete access\ + \ to Azure Spring Cloud Config Server\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/configService/read\"\ + ,\"Microsoft.AppPlatform/Spring/configService/write\",\"Microsoft.AppPlatform/Spring/configService/delete\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-09-06T02:30:47.8611580Z\",\"\ + updatedOn\":\"2021-11-11T20:15:20.0405208Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a06f5c24-21a7-4e1a-aa2b-f19eb6684f5b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a06f5c24-21a7-4e1a-aa2b-f19eb6684f5b\"\ + },{\"properties\":{\"roleName\":\"Azure VM Managed identities restore Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure VM Managed identities restore\ + \ Contributors are allowed to perform Azure VM Restores with managed identities\ + \ both user and system\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2021-09-13T05:27:59.2180214Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:20.5805266Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6ae96244-5829-4925-a7d3-5975537d91dd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6ae96244-5829-4925-a7d3-5975537d91dd\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Search and Render Data Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Grants access to very limited\ + \ set of data APIs for common visual web SDK scenarios. Specifically, render\ + \ and search data APIs.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Maps/accounts/services/render/read\"\ + ,\"Microsoft.Maps/accounts/services/search/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2021-10-01T22:17:50.5178931Z\",\"updatedOn\":\"2021-11-11T20:15:22.0455410Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6be48352-4f82-47c9-ad5e-0acacefdb005\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6be48352-4f82-47c9-ad5e-0acacefdb005\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Grants access all Azure Maps resource management.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Maps/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-10-01T22:19:13.1357904Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:22.2455414Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dba33070-676a-4fb0-87fa-064dc56ff7fb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dba33070-676a-4fb0-87fa-064dc56ff7fb\"\ + },{\"properties\":{\"roleName\":\"Azure Arc VMware VM Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Arc VMware VM Contributor has permissions\ + \ to perform all VM actions.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ConnectedVMwarevSphere/virtualmachines/*\",\"\ + Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ + ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ + ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-10-18T20:19:53.0087024Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:23.8706020Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b748a06d-6150-4f8a-aaa9-ce3940cd96cb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b748a06d-6150-4f8a-aaa9-ce3940cd96cb\"\ + },{\"properties\":{\"roleName\":\"Azure Arc VMware Private Cloud User\",\"\ + type\":\"BuiltInRole\",\"description\":\"Azure Arc VMware Private Cloud User\ + \ has permissions to use the VMware cloud resources to deploy VMs.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ + ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ConnectedVMwarevSphere/virtualnetworks/join/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/virtualnetworks/Read\",\"Microsoft.ConnectedVMwarevSphere/virtualmachinetemplates/clone/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/virtualmachinetemplates/Read\",\"Microsoft.ConnectedVMwarevSphere/resourcepools/deploy/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/resourcepools/Read\",\"Microsoft.ConnectedVMwarevSphere/hosts/deploy/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/hosts/Read\",\"Microsoft.ConnectedVMwarevSphere/clusters/deploy/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/clusters/Read\",\"Microsoft.ConnectedVMwarevSphere/datastores/allocateSpace/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/datastores/Read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-10-18T20:20:46.5105444Z\"\ + ,\"updatedOn\":\"2022-11-04T08:03:56.3033480Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ce551c02-7c42-47e0-9deb-e3b6fc3a9a83\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ce551c02-7c42-47e0-9deb-e3b6fc3a9a83\"\ + },{\"properties\":{\"roleName\":\"Azure Arc VMware Administrator role \",\"\ + type\":\"BuiltInRole\",\"description\":\"Arc VMware VM Contributor has permissions\ + \ to perform all connected VMwarevSphere actions.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.ConnectedVMwarevSphere/*\"\ + ,\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ + ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ + ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-01T17:12:42.6172725Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:25.1275776Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ddc140ed-e463-4246-9145-7c664192013f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ddc140ed-e463-4246-9145-7c664192013f\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services LUIS Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\" Has access to all Read, Test, Write, Deploy\ + \ and Delete functions under LUIS\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.CognitiveServices/accounts/listkeys/action\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/LUIS/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-11-04T03:28:02.9611800Z\",\"\ + updatedOn\":\"2021-11-11T20:15:25.4884913Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f72c8140-2111-481c-87ff-72b910f6e3f8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f72c8140-2111-481c-87ff-72b910f6e3f8\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Language Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Has access to Read and Test functions\ + \ under Language portal\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/*/read\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/projects/export/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*/read\",\"Microsoft.CognitiveServices/accounts/Language/*/projects/export/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/query-text/action\",\"Microsoft.CognitiveServices/accounts/Language/query-dataverse/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-text/jobs/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-text/action\",\"\ + Microsoft.CognitiveServices/accounts/Language/analyze-text/jobscancel/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-conversations/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-conversations/jobscancel/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-conversations/jobs/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/query-knowledgebases/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/generate/action\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnaMaker/*\"\ + ]}],\"createdOn\":\"2021-11-04T03:29:14.7643336Z\",\"updatedOn\":\"2023-02-24T00:02:00.1172104Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7628b7b8-a8b2-4cdc-b46f-e9b35248918e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7628b7b8-a8b2-4cdc-b46f-e9b35248918e\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Language Writer\",\"\ + type\":\"BuiltInRole\",\"description\":\" Has access to all Read, Test, and\ + \ Write functions under Language Portal\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/*\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/*\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/projects/publish/action\"\ + ,\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/projects/deployments/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnaMaker/*\",\"Microsoft.CognitiveServices/accounts/Language/*/projects/delete\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*/projects/deployments/write\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*/projects/deployments/delete\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*/projects/deployments/swap/action\"\ + ]}],\"createdOn\":\"2021-11-04T03:29:39.5761019Z\",\"updatedOn\":\"2022-03-29T18:03:27.1607583Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f2310ca1-dc64-4889-bb49-c8e0fa3d47a8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f2310ca1-dc64-4889-bb49-c8e0fa3d47a8\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Language Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has access to all Read, Test, Write, Deploy\ + \ and Delete functions under Language portal\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"\ + Microsoft.CognitiveServices/accounts/listkeys/action\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/*\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/*\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnaMaker/*\"\ + ]}],\"createdOn\":\"2021-11-04T03:30:07.6173528Z\",\"updatedOn\":\"2022-03-29T18:03:50.9741690Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f07febfe-79bc-46b1-8b37-790e26e6e498\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f07febfe-79bc-46b1-8b37-790e26e6e498\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services LUIS Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has access to Read and Test functions under\ + \ LUIS.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/LUIS/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/LUIS/apps/testdatasets/write\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-11-04T03:30:31.2704834Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:26.2134821Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e81cdc-4e98-4e29-a639-e7d10c5a6226\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18e81cdc-4e98-4e29-a639-e7d10c5a6226\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services LUIS Writer\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has access to all Read, Test, and Write\ + \ functions under LUIS\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/LUIS/*\"],\"notDataActions\":[\"\ + Microsoft.CognitiveServices/accounts/LUIS/apps/delete\",\"Microsoft.CognitiveServices/accounts/LUIS/apps/move/action\"\ + ,\"Microsoft.CognitiveServices/accounts/LUIS/apps/publish/action\",\"Microsoft.CognitiveServices/accounts/LUIS/apps/settings/write\"\ + ,\"Microsoft.CognitiveServices/accounts/LUIS/apps/azureaccounts/action\",\"\ + Microsoft.CognitiveServices/accounts/LUIS/apps/azureaccounts/delete\"]}],\"\ + createdOn\":\"2021-11-04T03:31:12.1580052Z\",\"updatedOn\":\"2021-11-11T20:15:26.3934523Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6322a993-d5c9-4bed-b113-e49bbea25b27\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6322a993-d5c9-4bed-b113-e49bbea25b27\"\ + },{\"properties\":{\"roleName\":\"PlayFab Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides read access to PlayFab resources\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.PlayFab/*/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-04T23:26:57.2248605Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:26.5784834Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a9a19cc5-31f4-447c-901f-56c0bb18fcaf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a9a19cc5-31f4-447c-901f-56c0bb18fcaf\"\ + },{\"properties\":{\"roleName\":\"Load Test Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"View, create, update, delete and execute load tests. View\ + \ and list load test resources but can not make any changes.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LoadTestService/*/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.LoadTestService/loadtests/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-11-09T08:11:21.0936461Z\",\"\ + updatedOn\":\"2021-11-11T20:15:27.1189225Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/749a398d-560b-491b-bb21-08924219302e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"749a398d-560b-491b-bb21-08924219302e\"\ + },{\"properties\":{\"roleName\":\"Load Test Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Execute all operations on load test resources and load\ + \ tests\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LoadTestService/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.LoadTestService/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-11-09T08:12:24.5500195Z\",\"updatedOn\":\"2021-11-11T20:15:27.2897153Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45bb0b16-2f0c-4e78-afaa-a07599b003f6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"45bb0b16-2f0c-4e78-afaa-a07599b003f6\"\ + },{\"properties\":{\"roleName\":\"PlayFab Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides contributor access to PlayFab resources\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.PlayFab/*/read\",\"Microsoft.PlayFab/*/write\",\"Microsoft.PlayFab/*/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-11-10T00:55:37.3326276Z\",\"updatedOn\":\"2021-11-11T20:15:28.0547167Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0c8b84dc-067c-4039-9615-fa1a4b77c726\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0c8b84dc-067c-4039-9615-fa1a4b77c726\"\ + },{\"properties\":{\"roleName\":\"Load Test Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"View and list all load tests and load test resources but\ + \ can not make any changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.LoadTestService/*/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.LoadTestService/loadtests/readTest/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-11-10T06:14:08.3903105Z\",\"updatedOn\":\"2021-11-11T20:15:28.2297181Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3ae3fb29-0000-4ccd-bf80-542e7b26e081\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3ae3fb29-0000-4ccd-bf80-542e7b26e081\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Immersive Reader User\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Provides access to create Immersive\ + \ Reader sessions and call APIs\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/ImmersiveReader/getcontentmodelforreader/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-11-10T19:52:14.4487503Z\",\"\ + updatedOn\":\"2021-11-11T20:15:28.4146975Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b2de6794-95db-4659-8781-7e080d3f2b9d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b2de6794-95db-4659-8781-7e080d3f2b9d\"\ + },{\"properties\":{\"roleName\":\"Lab Services Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab services contributor role\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LabServices/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.LabServices/labPlans/createLab/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:51:03.3308981Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:28.7792013Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f69b8690-cc87-41d6-b77a-a4bc3c0a966f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f69b8690-cc87-41d6-b77a-a4bc3c0a966f\"\ + },{\"properties\":{\"roleName\":\"Lab Services Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab services reader role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.LabServices/*/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-11-11T00:55:30.4208618Z\",\"updatedOn\":\"2021-11-11T20:15:28.9592032Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a5c394f-5eb7-4d4f-9c8e-e8eae39faebc\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2a5c394f-5eb7-4d4f-9c8e-e8eae39faebc\"\ + },{\"properties\":{\"roleName\":\"Lab Assistant\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab assistant role\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ + ,\"Microsoft.LabServices/labs/read\",\"Microsoft.LabServices/labs/schedules/read\"\ + ,\"Microsoft.LabServices/labs/users/read\",\"Microsoft.LabServices/labs/users/invite/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/read\",\"Microsoft.LabServices/labs/virtualMachines/start/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/stop/action\",\"Microsoft.LabServices/labs/virtualMachines/reimage/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/redeploy/action\",\"Microsoft.LabServices/locations/usages/read\"\ + ,\"Microsoft.LabServices/skus/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:56:10.4295443Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:29.1442530Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ce40b423-cede-4313-a93f-9b28290b72e1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ce40b423-cede-4313-a93f-9b28290b72e1\"\ + },{\"properties\":{\"roleName\":\"Lab Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab operator role\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ + ,\"Microsoft.LabServices/labPlans/saveImage/action\",\"Microsoft.LabServices/labs/publish/action\"\ + ,\"Microsoft.LabServices/labs/read\",\"Microsoft.LabServices/labs/schedules/read\"\ + ,\"Microsoft.LabServices/labs/schedules/write\",\"Microsoft.LabServices/labs/schedules/delete\"\ + ,\"Microsoft.LabServices/labs/users/read\",\"Microsoft.LabServices/labs/users/write\"\ + ,\"Microsoft.LabServices/labs/users/delete\",\"Microsoft.LabServices/labs/users/invite/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/read\",\"Microsoft.LabServices/labs/virtualMachines/start/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/stop/action\",\"Microsoft.LabServices/labs/virtualMachines/reimage/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/redeploy/action\",\"Microsoft.LabServices/labs/virtualMachines/resetPassword/action\"\ + ,\"Microsoft.LabServices/locations/usages/read\",\"Microsoft.LabServices/skus/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-11-11T00:56:41.9942935Z\",\"updatedOn\":\"2021-11-11T20:15:29.3242664Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a36e6959-b6be-4b12-8e9f-ef4b474d304d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a36e6959-b6be-4b12-8e9f-ef4b474d304d\"\ + },{\"properties\":{\"roleName\":\"Lab Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab contributor role\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ + ,\"Microsoft.LabServices/labPlans/saveImage/action\",\"Microsoft.LabServices/labs/read\"\ + ,\"Microsoft.LabServices/labs/write\",\"Microsoft.LabServices/labs/delete\"\ + ,\"Microsoft.LabServices/labs/publish/action\",\"Microsoft.LabServices/labs/syncGroup/action\"\ + ,\"Microsoft.LabServices/labs/schedules/read\",\"Microsoft.LabServices/labs/schedules/write\"\ + ,\"Microsoft.LabServices/labs/schedules/delete\",\"Microsoft.LabServices/labs/users/read\"\ + ,\"Microsoft.LabServices/labs/users/write\",\"Microsoft.LabServices/labs/users/delete\"\ + ,\"Microsoft.LabServices/labs/users/invite/action\",\"Microsoft.LabServices/labs/virtualMachines/read\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/start/action\",\"Microsoft.LabServices/labs/virtualMachines/stop/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/reimage/action\",\"Microsoft.LabServices/labs/virtualMachines/redeploy/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/resetPassword/action\",\"Microsoft.LabServices/locations/usages/read\"\ + ,\"Microsoft.LabServices/skus/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.LabServices/labPlans/createLab/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:57:05.9018065Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:29.4992096Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5daaa2af-1fe8-407c-9122-bba179798270\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5daaa2af-1fe8-407c-9122-bba179798270\"\ + },{\"properties\":{\"roleName\":\"Security Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Security Admin Role\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Authorization/policyAssignments/*\"\ + ,\"Microsoft.Authorization/policyDefinitions/*\",\"Microsoft.Authorization/policyExemptions/*\"\ + ,\"Microsoft.Authorization/policySetDefinitions/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.operationalInsights/workspaces/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Security/*\",\"Microsoft.IoTSecurity/*\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-05-03T07:51:23.0917487Z\",\"updatedOn\":\"2021-11-15T06:42:49.8263550Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fb1c8493-542b-48eb-b624-b4c8fea62acd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fb1c8493-542b-48eb-b624-b4c8fea62acd\"\ + },{\"properties\":{\"roleName\":\"Web PubSub Service Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Full access to Azure Web PubSub Service REST APIs\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.SignalRService/WebPubSub/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-03-24T09:10:11.8335180Z\",\"updatedOn\":\"2023-04-03T15:04:46.8247086Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/12cf5a90-567b-43ae-8102-96cf46c7d9b4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"12cf5a90-567b-43ae-8102-96cf46c7d9b4\"\ + },{\"properties\":{\"roleName\":\"Web PubSub Service Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Read-only access to Azure Web PubSub Service\ + \ REST APIs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.SignalRService/WebPubSub/*/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-03-24T09:11:12.6235436Z\",\"\ + updatedOn\":\"2023-04-03T15:04:46.8247086Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bfb1c7d2-fb1a-466b-b2ba-aee63b92deaf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bfb1c7d2-fb1a-466b-b2ba-aee63b92deaf\"\ + },{\"properties\":{\"roleName\":\"SignalR App Server\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets your app server access SignalR Service with AAD auth\ + \ options.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.SignalRService/SignalR/auth/accessKey/action\"\ + ,\"Microsoft.SignalRService/SignalR/serverConnection/write\",\"Microsoft.SignalRService/SignalR/clientConnection/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-29T06:54:40.1201435Z\",\"\ + updatedOn\":\"2021-11-16T05:19:04.8579948Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/420fcaa2-552c-430f-98ca-3264be4806c7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"420fcaa2-552c-430f-98ca-3264be4806c7\"\ + },{\"properties\":{\"roleName\":\"Virtual Machine User Login\",\"type\":\"\ + BuiltInRole\",\"description\":\"View Virtual Machines in the portal and login\ + \ as a regular user.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Compute/virtualMachines/*/read\",\"Microsoft.HybridCompute/machines/*/read\"\ + ,\"Microsoft.HybridConnectivity/endpoints/listCredentials/action\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Compute/virtualMachines/login/action\",\"\ + Microsoft.HybridCompute/machines/login/action\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2018-02-09T18:36:13.3315744Z\",\"updatedOn\":\"2021-11-18T00:55:50.6185845Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fb879df8-f326-4884-b1cf-06f3ad86be52\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fb879df8-f326-4884-b1cf-06f3ad86be52\"\ + },{\"properties\":{\"roleName\":\"Virtual Machine Administrator Login\",\"\ + type\":\"BuiltInRole\",\"description\":\"View Virtual Machines in the portal\ + \ and login as administrator\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Compute/virtualMachines/*/read\",\"Microsoft.HybridCompute/machines/*/read\"\ + ,\"Microsoft.HybridConnectivity/endpoints/listCredentials/action\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Compute/virtualMachines/login/action\",\"\ + Microsoft.Compute/virtualMachines/loginAsAdmin/action\",\"Microsoft.HybridCompute/machines/login/action\"\ + ,\"Microsoft.HybridCompute/machines/loginAsAdmin/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-02-09T18:36:13.3315744Z\",\"updatedOn\":\"2021-11-18T00:56:53.8134295Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1c0163c0-47e6-4577-8991-ea5c82e286e4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1c0163c0-47e6-4577-8991-ea5c82e286e4\"\ + },{\"properties\":{\"roleName\":\"Azure Arc VMware Private Clouds Onboarding\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure Arc VMware Private Clouds\ + \ Onboarding role has permissions to provision all the required resources\ + \ for onboard and deboard vCenter instances to Azure.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ConnectedVMwarevSphere/vcenters/Write\"\ + ,\"Microsoft.ConnectedVMwarevSphere/vcenters/Read\",\"Microsoft.ConnectedVMwarevSphere/vcenters/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ + ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ + ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.KubernetesConfiguration/extensions/Write\"\ + ,\"Microsoft.KubernetesConfiguration/extensions/Read\",\"Microsoft.KubernetesConfiguration/extensions/Delete\"\ + ,\"Microsoft.KubernetesConfiguration/operations/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/Write\",\"Microsoft.ExtendedLocation/customLocations/Delete\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\",\"Microsoft.ResourceConnector/appliances/Read\"\ + ,\"Microsoft.ResourceConnector/appliances/Write\",\"Microsoft.ResourceConnector/appliances/Delete\"\ + ,\"Microsoft.BackupSolutions/vmwareapplications/write\",\"Microsoft.BackupSolutions/vmwareapplications/delete\"\ + ,\"Microsoft.BackupSolutions/vmwareapplications/read\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-01T22:18:08.4480747Z\"\ + ,\"updatedOn\":\"2022-09-26T15:06:14.2584743Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/67d33e57-3129-45e6-bb0b-7cc522f762fa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"67d33e57-3129-45e6-bb0b-7cc522f762fa\"\ + },{\"properties\":{\"roleName\":\"Chamber Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage everything under your Modeling and Simulation\ + \ Workbench chamber.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.ModSimWorkbench/*/read\",\"Microsoft.ModSimWorkbench/workbenches/chambers/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[\"Microsoft.ModSimWorkbench/workbenches/chambers/fileRequests/manage/action\"\ + ],\"dataActions\":[\"Microsoft.ModSimWorkbench/workbenches/chambers/upload/action\"\ + ,\"Microsoft.ModSimWorkbench/workbenches/chambers/files/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-12-15T20:53:14.4428297Z\",\"updatedOn\":\"2023-02-08T21:48:40.8992376Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4e9b8407-af2e-495b-ae54-bb60a55b1b5a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4e9b8407-af2e-495b-ae54-bb60a55b1b5a\"\ + },{\"properties\":{\"roleName\":\"Chamber User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you view everything under your Modeling and Simulation\ + \ Workbench chamber, but not make any changes.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.ModSimWorkbench/workbenches/chambers/*/read\"\ + ,\"Microsoft.ModSimWorkbench/workbenches/chambers/workloads/*\",\"Microsoft.ModSimWorkbench/workbenches/chambers/getUploadUri/action\"\ + ,\"Microsoft.ModSimWorkbench/workbenches/chambers/fileRequests/getDownloadUri/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ModSimWorkbench/workbenches/chambers/upload/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-12-15T20:51:06.2119764Z\",\"\ + updatedOn\":\"2023-02-08T21:48:40.8982384Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4447db05-44ed-4da3-ae60-6cbece780e32\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4447db05-44ed-4da3-ae60-6cbece780e32\"\ + },{\"properties\":{\"roleName\":\"Windows Admin Center Administrator Login\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Let's you manage the OS of your\ + \ resource via Windows Admin Center as an administrator.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/*/read\"\ + ,\"Microsoft.HybridCompute/machines/extensions/*\",\"Microsoft.HybridCompute/machines/upgradeExtensions/action\"\ + ,\"Microsoft.HybridCompute/operations/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/publicIPAddresses/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/networkSecurityGroups/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules/read\",\"\ + Microsoft.Network/networkWatchers/securityGroupView/action\",\"Microsoft.Network/networkSecurityGroups/securityRules/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/securityRules/write\",\"Microsoft.HybridConnectivity/endpoints/write\"\ + ,\"Microsoft.HybridConnectivity/endpoints/read\",\"Microsoft.HybridConnectivity/endpoints/listManagedProxyDetails/action\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/patchAssessmentResults/latest/read\"\ + ,\"Microsoft.Compute/virtualMachines/patchAssessmentResults/latest/softwarePatches/read\"\ + ,\"Microsoft.Compute/virtualMachines/patchInstallationResults/read\",\"Microsoft.Compute/virtualMachines/patchInstallationResults/softwarePatches/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/read\",\"Microsoft.Compute/virtualMachines/instanceView/read\"\ + ,\"Microsoft.Compute/virtualMachines/runCommands/read\",\"Microsoft.Compute/virtualMachines/vmSizes/read\"\ + ,\"Microsoft.Compute/locations/publishers/artifacttypes/types/read\",\"Microsoft.Compute/locations/publishers/artifacttypes/types/versions/read\"\ + ,\"Microsoft.Compute/diskAccesses/read\",\"Microsoft.Compute/galleries/images/read\"\ + ,\"Microsoft.Compute/images/read\",\"Microsoft.AzureStackHCI/Clusters/Read\"\ + ,\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Read\",\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Extensions/Read\"\ + ,\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Extensions/Write\",\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Extensions/Delete\"\ + ,\"Microsoft.AzureStackHCI/Operations/Read\",\"Microsoft.ConnectedVMwarevSphere/VirtualMachines/Read\"\ + ,\"Microsoft.ConnectedVMwarevSphere/VirtualMachines/Extensions/Write\",\"\ + Microsoft.ConnectedVMwarevSphere/VirtualMachines/Extensions/Read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HybridCompute/machines/WACLoginAsAdmin/action\"\ + ,\"Microsoft.Compute/virtualMachines/WACloginAsAdmin/action\",\"Microsoft.AzureStackHCI/Clusters/WACloginAsAdmin/Action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/virtualmachines/WACloginAsAdmin/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-01-12T00:51:19.5581155Z\",\"\ + updatedOn\":\"2022-12-06T08:55:26.6040760Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a6333a3e-0164-44c3-b281-7a577aff287f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a6333a3e-0164-44c3-b281-7a577aff287f\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Policy Add-on Deployment\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Deploy the Azure Policy add-on\ + \ on Azure Kubernetes Service clusters\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Resources/deployments/*\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Network/publicIPPrefixes/join/action\",\"Microsoft.Network/publicIPAddresses/join/action\"\ + ,\"Microsoft.Compute/diskEncryptionSets/read\",\"Microsoft.Compute/proximityPlacementGroups/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-02-07T20:51:48.5662807Z\",\"updatedOn\":\"2022-03-15T19:19:34.9035909Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18ed5180-3e48-46fd-8541-4ea054d57064\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18ed5180-3e48-46fd-8541-4ea054d57064\"\ + },{\"properties\":{\"roleName\":\"Guest Configuration Resource Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you read, write Guest Configuration\ + \ Resource.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.GuestConfiguration/guestConfigurationAssignments/write\",\"Microsoft.GuestConfiguration/guestConfigurationAssignments/read\"\ + ,\"Microsoft.GuestConfiguration/guestConfigurationAssignments/*/read\",\"\ + Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-01-13T21:31:41.9626667Z\",\"updatedOn\"\ + :\"2022-02-10T19:22:44.9057916Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/088ab73d-1256-47ae-bea9-9de8e7131f31\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"088ab73d-1256-47ae-bea9-9de8e7131f31\"\ + },{\"properties\":{\"roleName\":\"Domain Services Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view Azure AD Domain Services and related network configurations\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Insights/Logs/Read\",\"Microsoft.Insights/Metrics/read\",\"Microsoft.Insights/DiagnosticSettings/read\"\ + ,\"Microsoft.Insights/DiagnosticSettingsCategories/Read\",\"Microsoft.AAD/domainServices/*/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/diagnosticSettings/read\"\ + ,\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/azureFirewalls/read\",\"Microsoft.Network/ddosProtectionPlans/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/*/read\"\ + ,\"Microsoft.Network/natGateways/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules/read\",\"\ + Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/networkSecurityGroups/securityRules/read\"\ + ,\"Microsoft.Network/routeTables/read\",\"Microsoft.Network/routeTables/routes/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-02-15T19:38:46.9043170Z\",\"updatedOn\":\"2022-06-24T19:00:35.7895894Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/361898ef-9ed1-48c2-849c-a832951106bb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"361898ef-9ed1-48c2-849c-a832951106bb\"\ + },{\"properties\":{\"roleName\":\"Domain Services Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Can manage Azure AD Domain Services and related\ + \ network configurations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Insights/Logs/Read\",\"Microsoft.Insights/Metrics/Read\",\"Microsoft.Insights/DiagnosticSettings/*\"\ + ,\"Microsoft.Insights/DiagnosticSettingsCategories/Read\",\"Microsoft.AAD/register/action\"\ + ,\"Microsoft.AAD/unregister/action\",\"Microsoft.AAD/domainServices/*\",\"\ + Microsoft.Network/register/action\",\"Microsoft.Network/unregister/action\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/write\"\ + ,\"Microsoft.Network/virtualNetworks/delete\",\"Microsoft.Network/virtualNetworks/peer/action\"\ + ,\"Microsoft.Network/virtualNetworks/join/action\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/write\",\"Microsoft.Network/virtualNetworks/subnets/delete\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/read\"\ + ,\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/write\",\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/delete\"\ + ,\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/diagnosticSettings/read\"\ + ,\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/azureFirewalls/read\",\"Microsoft.Network/ddosProtectionPlans/read\"\ + ,\"Microsoft.Network/ddosProtectionPlans/join/action\",\"Microsoft.Network/loadBalancers/read\"\ + ,\"Microsoft.Network/loadBalancers/delete\",\"Microsoft.Network/loadBalancers/*/read\"\ + ,\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\"\ + ,\"Microsoft.Network/natGateways/join/action\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/networkInterfaces/delete\"\ + ,\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/networkSecurityGroups/write\"\ + ,\"Microsoft.Network/networkSecurityGroups/delete\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/networkSecurityGroups/securityRules/read\",\"Microsoft.Network/networkSecurityGroups/securityRules/write\"\ + ,\"Microsoft.Network/networkSecurityGroups/securityRules/delete\",\"Microsoft.Network/routeTables/read\"\ + ,\"Microsoft.Network/routeTables/write\",\"Microsoft.Network/routeTables/delete\"\ + ,\"Microsoft.Network/routeTables/join/action\",\"Microsoft.Network/routeTables/routes/read\"\ + ,\"Microsoft.Network/routeTables/routes/write\",\"Microsoft.Network/routeTables/routes/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-02-15T19:40:22.3943189Z\",\"updatedOn\":\"2022-06-24T19:00:35.7895894Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/eeaeda52-9324-47f6-8069-5d5bade478b2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"eeaeda52-9324-47f6-8069-5d5bade478b2\"\ + },{\"properties\":{\"roleName\":\"DNS Resolver Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage DNS resolver resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Network/dnsResolvers/read\"\ + ,\"Microsoft.Network/dnsResolvers/write\",\"Microsoft.Network/dnsResolvers/delete\"\ + ,\"Microsoft.Network/dnsResolvers/join/action\",\"Microsoft.Network/dnsResolvers/inboundEndpoints/read\"\ + ,\"Microsoft.Network/dnsResolvers/inboundEndpoints/write\",\"Microsoft.Network/dnsResolvers/inboundEndpoints/delete\"\ + ,\"Microsoft.Network/dnsResolvers/inboundEndpoints/join/action\",\"Microsoft.Network/dnsResolvers/outboundEndpoints/read\"\ + ,\"Microsoft.Network/dnsResolvers/outboundEndpoints/write\",\"Microsoft.Network/dnsResolvers/outboundEndpoints/delete\"\ + ,\"Microsoft.Network/dnsResolvers/outboundEndpoints/join/action\",\"Microsoft.Network/dnsForwardingRulesets/read\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/write\",\"Microsoft.Network/dnsForwardingRulesets/delete\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/join/action\",\"Microsoft.Network/dnsForwardingRulesets/forwardingRules/read\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/forwardingRules/write\",\"Microsoft.Network/dnsForwardingRulesets/forwardingRules/delete\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks/read\",\"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks/write\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks/delete\",\"\ + Microsoft.Network/locations/dnsResolverOperationResults/read\",\"Microsoft.Network/locations/dnsResolverOperationStatuses/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/join/action\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/write\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/join/action\"\ + ,\"Microsoft.Network/virtualNetworks/joinLoadBalancer/action\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/joinLoadBalancer/action\",\"\ + Microsoft.Network/natGateways/join/action\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/routeTables/join/action\",\"Microsoft.Network/serviceEndpointPolicies/join/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-02-16T23:25:04.4308795Z\",\"updatedOn\":\"2022-03-11T20:54:26.6355690Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0f2ebee7-ffd4-4fc0-b3b7-664099fdad5d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0f2ebee7-ffd4-4fc0-b3b7-664099fdad5d\"\ + },{\"properties\":{\"roleName\":\"Data Operator for Managed Disks\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides permissions to upload data to\ + \ empty managed disks, read, or export data of managed disks (not attached\ + \ to running VMs) and snapshots using SAS URIs and Azure AD authentication.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Compute/disks/download/action\",\"Microsoft.Compute/disks/upload/action\"\ + ,\"Microsoft.Compute/snapshots/download/action\",\"Microsoft.Compute/snapshots/upload/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-03-01T01:28:23.8601778Z\",\"\ + updatedOn\":\"2022-03-01T01:28:23.8601778Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/959f8984-c045-4866-89c7-12bf9737be2e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"959f8984-c045-4866-89c7-12bf9737be2e\"\ + },{\"properties\":{\"roleName\":\"AgFood Platform Sensor Partner Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Provides contribute access to\ + \ manage sensor related entities in AgFood Platform Service\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.AgFoodPlatform/farmBeats/sensorPartnerScope/*\"],\"notDataActions\"\ + :[\"Microsoft.AgFoodPlatform/farmBeats/sensorPartnerScope/sensors/delete\"\ + ]}],\"createdOn\":\"2022-03-09T04:58:21.1168561Z\",\"updatedOn\":\"2022-10-26T05:24:21.6704842Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6b77f0a0-0d89-41cc-acd1-579c22c17a67\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6b77f0a0-0d89-41cc-acd1-579c22c17a67\"\ + },{\"properties\":{\"roleName\":\"Compute Gallery Sharing Admin\",\"type\"\ + :\"BuiltInRole\",\"description\":\"This role allows user to share gallery\ + \ to another subscription/tenant or share it to the public.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/galleries/share/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-03-10T00:33:29.0395291Z\",\"updatedOn\":\"2022-03-25T20:37:05.1839457Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1ef6a3be-d0ac-425d-8c01-acb62866290b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1ef6a3be-d0ac-425d-8c01-acb62866290b\"\ + },{\"properties\":{\"roleName\":\"Scheduled Patching Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides access to manage maintenance configurations\ + \ with maintenance scope InGuestPatch and corresponding configuration assignments\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Maintenance/maintenanceConfigurations/read\"\ + ,\"Microsoft.Maintenance/maintenanceConfigurations/write\",\"Microsoft.Maintenance/maintenanceConfigurations/delete\"\ + ,\"Microsoft.Maintenance/configurationAssignments/read\",\"Microsoft.Maintenance/configurationAssignments/write\"\ + ,\"Microsoft.Maintenance/configurationAssignments/delete\",\"Microsoft.Maintenance/configurationAssignments/maintenanceScope/InGuestPatch/read\"\ + ,\"Microsoft.Maintenance/configurationAssignments/maintenanceScope/InGuestPatch/write\"\ + ,\"Microsoft.Maintenance/configurationAssignments/maintenanceScope/InGuestPatch/delete\"\ + ,\"Microsoft.Maintenance/maintenanceConfigurations/maintenanceScope/InGuestPatch/read\"\ + ,\"Microsoft.Maintenance/maintenanceConfigurations/maintenanceScope/InGuestPatch/write\"\ + ,\"Microsoft.Maintenance/maintenanceConfigurations/maintenanceScope/InGuestPatch/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-03-21T10:28:02.1319658Z\",\"updatedOn\":\"2022-04-13T08:04:33.5842713Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cd08ab90-6b14-449c-ad9a-8f8e549482c6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cd08ab90-6b14-449c-ad9a-8f8e549482c6\"\ + },{\"properties\":{\"roleName\":\"DevCenter Dev Box User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides access to create and manage dev boxes.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DevCenter/projects/read\"\ + ,\"Microsoft.DevCenter/projects/*/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.DevCenter/projects/users/devboxes/userStop/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userStart/action\",\"Microsoft.DevCenter/projects/users/devboxes/userGetRemoteConnection/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userRead/action\",\"Microsoft.DevCenter/projects/users/devboxes/userWrite/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userDelete/action\",\"Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionRead/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionManage/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userActionRead/action\",\"\ + Microsoft.DevCenter/projects/users/devboxes/userActionManage/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-03-31T18:38:03.5210123Z\",\"updatedOn\"\ + :\"2023-03-22T19:17:56.5520463Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45d50f46-0b78-4001-a660-4198cbe8cd05\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"45d50f46-0b78-4001-a660-4198cbe8cd05\"\ + },{\"properties\":{\"roleName\":\"DevCenter Project Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides access to manage project resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DevCenter/projects/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[\"Microsoft.DevCenter/projects/write\",\"Microsoft.DevCenter/projects/delete\"\ + ],\"dataActions\":[\"Microsoft.DevCenter/projects/users/devboxes/adminStart/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/adminStop/action\",\"Microsoft.DevCenter/projects/users/devboxes/adminRead/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/adminWrite/action\",\"Microsoft.DevCenter/projects/users/devboxes/adminDelete/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userStop/action\",\"Microsoft.DevCenter/projects/users/devboxes/userStart/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userGetRemoteConnection/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userRead/action\",\"Microsoft.DevCenter/projects/users/devboxes/userWrite/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userDelete/action\",\"Microsoft.DevCenter/projects/users/environments/adminRead/action\"\ + ,\"Microsoft.DevCenter/projects/users/environments/userWrite/action\",\"Microsoft.DevCenter/projects/users/environments/userDelete/action\"\ + ,\"Microsoft.DevCenter/projects/users/environments/adminDelete/action\",\"\ + Microsoft.DevCenter/projects/users/environments/adminAction/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2022-03-31T19:42:55.7106886Z\",\"updatedOn\":\"2023-06-05T21:32:12.9474863Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/331c37c6-af14-46d9-b9f4-e1909e1b95a0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"331c37c6-af14-46d9-b9f4-e1909e1b95a0\"\ + },{\"properties\":{\"roleName\":\"Virtual Machine Local User Login\",\"type\"\ + :\"BuiltInRole\",\"description\":\"View Virtual Machines in the portal and\ + \ login as a local user configured on the arc server\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/*/read\"\ + ,\"Microsoft.HybridConnectivity/endpoints/listCredentials/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-06T23:57:10.4104571Z\"\ + ,\"updatedOn\":\"2022-04-16T18:55:26.3037328Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/602da2ba-a5c2-41da-b01d-5360126ab525\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"602da2ba-a5c2-41da-b01d-5360126ab525\"\ + },{\"properties\":{\"roleName\":\"Azure Arc ScVmm VM Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Arc ScVmm VM Contributor has permissions\ + \ to perform all VM actions.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"microsoft.scvmm/virtualmachines/*\",\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ + ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T17:19:45.4667566Z\"\ + ,\"updatedOn\":\"2023-05-17T07:13:04.3964110Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e582369a-e17b-42a5-b10c-874c387c530b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e582369a-e17b-42a5-b10c-874c387c530b\"\ + },{\"properties\":{\"roleName\":\"Azure Arc ScVmm Private Clouds Onboarding\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure Arc ScVmm Private Clouds\ + \ Onboarding role has permissions to provision all the required resources\ + \ for onboard and deboard vmm server instances to Azure.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"microsoft.scvmm/vmmservers/Read\"\ + ,\"microsoft.scvmm/vmmservers/Write\",\"microsoft.scvmm/vmmservers/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ + ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ + ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T17:20:24.2592061Z\"\ + ,\"updatedOn\":\"2023-05-17T07:13:04.3974107Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6aac74c4-6311-40d2-bbdd-7d01e7c6e3a9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6aac74c4-6311-40d2-bbdd-7d01e7c6e3a9\"\ + },{\"properties\":{\"roleName\":\"Azure Arc ScVmm Private Cloud User\",\"\ + type\":\"BuiltInRole\",\"description\":\"Azure Arc ScVmm Private Cloud User\ + \ has permissions to use the ScVmm resources to deploy VMs.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ + ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"microsoft.scvmm/virtualnetworks/join/action\"\ + ,\"microsoft.scvmm/virtualnetworks/Read\",\"microsoft.scvmm/virtualmachinetemplates/clone/action\"\ + ,\"microsoft.scvmm/virtualmachinetemplates/Read\",\"microsoft.scvmm/clouds/deploy/action\"\ + ,\"microsoft.scvmm/clouds/Read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T17:21:33.4624374Z\"\ + ,\"updatedOn\":\"2023-05-17T07:13:04.3964110Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c0781e91-8102-4553-8951-97c6d4243cda\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c0781e91-8102-4553-8951-97c6d4243cda\"\ + },{\"properties\":{\"roleName\":\"Azure Arc ScVmm Administrator role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Arc ScVmm VM Administrator has permissions\ + \ to perform all ScVmm actions.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ScVmm/*\",\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ + ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T17:23:36.5115227Z\"\ + ,\"updatedOn\":\"2023-05-17T06:58:04.1499219Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a92dfd61-77f9-4aec-a531-19858b406c87\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a92dfd61-77f9-4aec-a531-19858b406c87\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Importer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to read and import FHIR Data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/import/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-04-19T07:59:50.0236181Z\",\"\ + updatedOn\":\"2022-04-21T09:16:15.3849248Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4465e953-8ced-4406-a58e-0f6e3f3b530b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4465e953-8ced-4406-a58e-0f6e3f3b530b\"\ + },{\"properties\":{\"roleName\":\"API Management Developer Portal Content\ + \ Editor\",\"type\":\"BuiltInRole\",\"description\":\"Can customize the developer\ + \ portal, edit its content, and publish it.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/portalRevisions/read\"\ + ,\"Microsoft.ApiManagement/service/portalRevisions/write\",\"Microsoft.ApiManagement/service/contentTypes/read\"\ + ,\"Microsoft.ApiManagement/service/contentTypes/delete\",\"Microsoft.ApiManagement/service/contentTypes/write\"\ + ,\"Microsoft.ApiManagement/service/contentTypes/contentItems/read\",\"Microsoft.ApiManagement/service/contentTypes/contentItems/write\"\ + ,\"Microsoft.ApiManagement/service/contentTypes/contentItems/delete\"],\"\ + notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ + 2022-05-06T17:42:10.1276527Z\",\"updatedOn\":\"2022-05-10T21:44:17.7458996Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c031e6a8-4391-4de0-8d69-4706a7ed3729\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c031e6a8-4391-4de0-8d69-4706a7ed3729\"\ + },{\"properties\":{\"roleName\":\"VM Scanner Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role that provides access to disk snapshot for security\ + \ analysis.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/beginGetAccess/action\"\ + ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Compute/virtualMachineScaleSets/instanceView/read\",\"Microsoft.Compute/virtualMachineScaleSets/read\"\ + ,\"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/read\",\"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/instanceView/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-05-15T14:44:58.0697864Z\",\"updatedOn\":\"2022-06-06T17:44:18.2603469Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d24ecba3-c1f4-40fa-a7bb-4588a071e8fd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d24ecba3-c1f4-40fa-a7bb-4588a071e8fd\"\ + },{\"properties\":{\"roleName\":\"Elastic SAN Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full access to all resources under Azure Elastic\ + \ SAN including changing network security policies to unblock data path access\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ElasticSan/elasticSans/*\"\ + ,\"Microsoft.ElasticSan/locations/*\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-05-25T10:31:53.7129003Z\",\"updatedOn\"\ + :\"2022-08-22T15:27:30.0884957Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/80dcbedb-47ef-405d-95bd-188a1b4ac406\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"80dcbedb-47ef-405d-95bd-188a1b4ac406\"\ + },{\"properties\":{\"roleName\":\"Elastic SAN Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for control path read access to Azure Elastic SAN\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ElasticSan/elasticSans/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-05-31T04:56:26.3763359Z\",\"updatedOn\":\"2022-08-22T15:27:30.0884957Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/af6a70f8-3c9f-4105-acf1-d719e9fca4ca\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"af6a70f8-3c9f-4105-acf1-d719e9fca4ca\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Virtual Machine Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role is in preview and subject\ + \ to change. Provide permission to the Azure Virtual Desktop Resource Provider\ + \ to create, delete, update, start, and stop virtual machines.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/hostpools/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/write\",\"Microsoft.DesktopVirtualization/hostpools/retrieveRegistrationToken/action\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/write\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/delete\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/disconnect/action\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/sendMessage/action\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionHostConfigurations/read\"\ + ,\"Microsoft.Compute/availabilitySets/read\",\"Microsoft.Compute/availabilitySets/write\"\ + ,\"Microsoft.Compute/availabilitySets/vmSizes/read\",\"Microsoft.Compute/disks/read\"\ + ,\"Microsoft.Compute/disks/write\",\"Microsoft.Compute/disks/delete\",\"Microsoft.Compute/galleries/read\"\ + ,\"Microsoft.Compute/galleries/images/read\",\"Microsoft.Compute/galleries/images/versions/read\"\ + ,\"Microsoft.Compute/images/read\",\"Microsoft.Compute/locations/usages/read\"\ + ,\"Microsoft.Compute/locations/vmSizes/read\",\"Microsoft.Compute/operations/read\"\ + ,\"Microsoft.Compute/skus/read\",\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Compute/virtualMachines/write\",\"Microsoft.Compute/virtualMachines/delete\"\ + ,\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.Compute/virtualMachines/powerOff/action\"\ + ,\"Microsoft.Compute/virtualMachines/restart/action\",\"Microsoft.Compute/virtualMachines/deallocate/action\"\ + ,\"Microsoft.Compute/virtualMachines/runCommand/action\",\"Microsoft.Compute/virtualMachines/extensions/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/write\",\"Microsoft.Compute/virtualMachines/extensions/delete\"\ + ,\"Microsoft.Compute/virtualMachines/runCommands/read\",\"Microsoft.Compute/virtualMachines/runCommands/write\"\ + ,\"Microsoft.Compute/virtualMachines/vmSizes/read\",\"Microsoft.Network/networkSecurityGroups/read\"\ + ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/networkInterfaces/delete\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Marketplace/offerTypes/publishers/offers/plans/agreements/read\"\ + ,\"Microsoft.KeyVault/vaults/deploy/action\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-06-27T23:34:34.2924270Z\",\"updatedOn\":\"2022-07-14T23:59:09.6368154Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a959dbd1-f747-45e3-8ba6-dd80f235f97c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a959dbd1-f747-45e3-8ba6-dd80f235f97c\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Power On Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role is in preview and subject\ + \ to change. Provide permission to the Azure Virtual Desktop Resource Provider\ + \ to start virtual machines.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-06-27T23:34:34.8048994Z\"\ + ,\"updatedOn\":\"2022-07-14T23:59:09.6368154Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/489581de-a3bd-480d-9518-53dea7416b33\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"489581de-a3bd-480d-9518-53dea7416b33\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Power On Off Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role is in preview and subject\ + \ to change. Provide permission to the Azure Virtual Desktop Resource Provider\ + \ to start and stop virtual machines.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Compute/virtualMachines/deallocate/action\"\ + ,\"Microsoft.Compute/virtualMachines/restart/action\",\"Microsoft.Compute/virtualMachines/powerOff/action\"\ + ,\"Microsoft.Insights/eventtypes/values/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.DesktopVirtualization/hostpools/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/write\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/write\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/delete\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/sendMessage/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-06-27T23:34:34.8048994Z\",\"updatedOn\":\"2022-07-14T23:59:09.6368154Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/40c5ff49-9181-41f8-ae61-143b0e78555e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"40c5ff49-9181-41f8-ae61-143b0e78555e\"\ + },{\"properties\":{\"roleName\":\"Elastic SAN Volume Group Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for full access to a volume group\ + \ in Azure Elastic SAN including changing network security policies to unblock\ + \ data path access\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ,\"Microsoft.ElasticSan/elasticSans/volumeGroups/*\",\"Microsoft.ElasticSan/locations/asyncoperations/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-07-01T12:56:46.0182642Z\",\"updatedOn\":\"2022-08-22T15:27:30.0884957Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a8281131-f312-4f34-8d98-ae12be9f0d23\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a8281131-f312-4f34-8d98-ae12be9f0d23\"\ + },{\"properties\":{\"roleName\":\"Access Review Operator Service Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you grant Access Review System\ + \ app permissions to discover and revoke access as needed by the access review\ + \ process.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleAssignments/delete\"\ + ,\"Microsoft.Management/getEntities/action\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2022-07-01T20:18:33.8473541Z\"\ + ,\"updatedOn\":\"2022-07-01T20:18:33.8473541Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/76cc9ee4-d5d3-4a45-a930-26add3d73475\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"76cc9ee4-d5d3-4a45-a930-26add3d73475\"\ + },{\"properties\":{\"roleName\":\"Code Signing Identity Verifier\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Manage identity or business verification\ + \ requests. This role is in preview and subject to change.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CodeSigning/*/read\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.CodeSigning/IdentityVerification/Read\"\ + ,\"Microsoft.CodeSigning/IdentityVerification/Write\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2022-07-28T05:30:15.0114431Z\",\"updatedOn\":\"2022-11-01T05:16:07.2974025Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4339b7cf-9826-4e41-b4ed-c7f4505dac08\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4339b7cf-9826-4e41-b4ed-c7f4505dac08\"\ + },{\"properties\":{\"roleName\":\"Video Indexer Restricted Viewer\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has access to view and search through all\ + \ video's insights and transcription in the Video Indexer portal. No access\ + \ to model customization, embedding of widget, downloading videos, or sharing\ + \ the account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.VideoIndexer/*/read\",\"Microsoft.VideoIndexer/accounts/*/action\"\ + ],\"notActions\":[\"Microsoft.VideoIndexer/*/write\",\"Microsoft.VideoIndexer/*/delete\"\ + ,\"Microsoft.VideoIndexer/accounts/generateAccessToken/action\"],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2022-08-08T18:06:28.4761091Z\"\ + ,\"updatedOn\":\"2022-08-08T18:06:28.4761091Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a2c4a527-7dc0-4ee3-897b-403ade70fafb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a2c4a527-7dc0-4ee3-897b-403ade70fafb\"\ + },{\"properties\":{\"roleName\":\"Monitoring Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can access the data in an Azure Monitor Workspace.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Monitor/accounts/data/metrics/read\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-08-18T21:42:07.5907559Z\",\"updatedOn\"\ + :\"2022-10-06T18:45:11.9001059Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b0d8363b-8ddd-447d-831f-62ca05bff136\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b0d8363b-8ddd-447d-831f-62ca05bff136\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Writer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows read/write access to most\ + \ objects in a namespace.This role does not allow viewing or modifying roles\ + \ or role bindings. However, this role allows accessing Secrets as any ServiceAccount\ + \ in the namespace, so it can be used to gain the API access levels of any\ + \ ServiceAccount in the namespace. Applying this role at cluster scope will\ + \ give access across all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ContainerService/fleets/read\",\"Microsoft.ContainerService/fleets/listCredentials/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/fleets/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/fleets/apps/daemonsets/*\",\"Microsoft.ContainerService/fleets/apps/deployments/*\"\ + ,\"Microsoft.ContainerService/fleets/apps/statefulsets/*\",\"Microsoft.ContainerService/fleets/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.ContainerService/fleets/batch/cronjobs/*\",\"Microsoft.ContainerService/fleets/batch/jobs/*\"\ + ,\"Microsoft.ContainerService/fleets/configmaps/*\",\"Microsoft.ContainerService/fleets/endpoints/*\"\ + ,\"Microsoft.ContainerService/fleets/events.k8s.io/events/read\",\"Microsoft.ContainerService/fleets/events/read\"\ + ,\"Microsoft.ContainerService/fleets/extensions/daemonsets/*\",\"Microsoft.ContainerService/fleets/extensions/deployments/*\"\ + ,\"Microsoft.ContainerService/fleets/extensions/ingresses/*\",\"Microsoft.ContainerService/fleets/extensions/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/fleets/limitranges/read\",\"Microsoft.ContainerService/fleets/namespaces/read\"\ + ,\"Microsoft.ContainerService/fleets/networking.k8s.io/ingresses/*\",\"Microsoft.ContainerService/fleets/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/fleets/persistentvolumeclaims/*\",\"Microsoft.ContainerService/fleets/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.ContainerService/fleets/replicationcontrollers/*\",\"Microsoft.ContainerService/fleets/replicationcontrollers/*\"\ + ,\"Microsoft.ContainerService/fleets/resourcequotas/read\",\"Microsoft.ContainerService/fleets/secrets/*\"\ + ,\"Microsoft.ContainerService/fleets/serviceaccounts/*\",\"Microsoft.ContainerService/fleets/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-19T21:54:44.6234342Z\",\"\ + updatedOn\":\"2022-08-25T18:08:36.2213166Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5af6afb3-c06c-4fa4-8848-71a8aee05683\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5af6afb3-c06c-4fa4-8848-71a8aee05683\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager Contributor\ + \ Role\",\"type\":\"BuiltInRole\",\"description\":\"Grants access to read\ + \ and write Azure Kubernetes Fleet Manager clusters\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerService/fleets/*\"\ + ,\"Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2022-08-19T21:54:44.6234342Z\"\ + ,\"updatedOn\":\"2022-08-19T21:54:44.6234342Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/63bb64ad-9799-4770-b5c3-24ed299a07bf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"63bb64ad-9799-4770-b5c3-24ed299a07bf\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Cluster\ + \ Admin\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources\ + \ in the fleet manager cluster.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ContainerService/fleets/read\",\"Microsoft.ContainerService/fleets/listCredentials/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/fleets/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-19T21:54:44.6234342Z\",\"\ + updatedOn\":\"2022-08-19T21:54:44.6234342Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18ab4d3d-a1bf-4477-8ad9-8359bc988f69\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18ab4d3d-a1bf-4477-8ad9-8359bc988f69\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Admin\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role grants admin access\ + \ - provides write permissions on most objects within a a namespace, with\ + \ the exception of ResourceQuota object and the namespace object itself. Applying\ + \ this role at cluster scope will give access across all namespaces.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ContainerService/fleets/read\"\ + ,\"Microsoft.ContainerService/fleets/listCredentials/action\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ContainerService/fleets/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/fleets/apps/daemonsets/*\",\"Microsoft.ContainerService/fleets/apps/deployments/*\"\ + ,\"Microsoft.ContainerService/fleets/apps/statefulsets/*\",\"Microsoft.ContainerService/fleets/authorization.k8s.io/localsubjectaccessreviews/write\"\ + ,\"Microsoft.ContainerService/fleets/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.ContainerService/fleets/batch/cronjobs/*\",\"Microsoft.ContainerService/fleets/batch/jobs/*\"\ + ,\"Microsoft.ContainerService/fleets/configmaps/*\",\"Microsoft.ContainerService/fleets/endpoints/*\"\ + ,\"Microsoft.ContainerService/fleets/events.k8s.io/events/read\",\"Microsoft.ContainerService/fleets/events/read\"\ + ,\"Microsoft.ContainerService/fleets/extensions/daemonsets/*\",\"Microsoft.ContainerService/fleets/extensions/deployments/*\"\ + ,\"Microsoft.ContainerService/fleets/extensions/ingresses/*\",\"Microsoft.ContainerService/fleets/extensions/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/fleets/limitranges/read\",\"Microsoft.ContainerService/fleets/namespaces/read\"\ + ,\"Microsoft.ContainerService/fleets/networking.k8s.io/ingresses/*\",\"Microsoft.ContainerService/fleets/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/fleets/persistentvolumeclaims/*\",\"Microsoft.ContainerService/fleets/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.ContainerService/fleets/rbac.authorization.k8s.io/rolebindings/*\"\ + ,\"Microsoft.ContainerService/fleets/rbac.authorization.k8s.io/roles/*\",\"\ + Microsoft.ContainerService/fleets/replicationcontrollers/*\",\"Microsoft.ContainerService/fleets/replicationcontrollers/*\"\ + ,\"Microsoft.ContainerService/fleets/resourcequotas/read\",\"Microsoft.ContainerService/fleets/secrets/*\"\ + ,\"Microsoft.ContainerService/fleets/serviceaccounts/*\",\"Microsoft.ContainerService/fleets/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-19T21:54:44.6234342Z\",\"\ + updatedOn\":\"2022-08-25T18:08:36.2213166Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/434fb43a-c01c-447e-9f67-c3ad923cfaba\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"434fb43a-c01c-447e-9f67-c3ad923cfaba\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows read-only access to see\ + \ most objects in a namespace. It does not allow viewing roles or role bindings.\ + \ This role does not allow viewing Secrets, since reading the contents of\ + \ Secrets enables access to ServiceAccount credentials in the namespace, which\ + \ would allow API access as any ServiceAccount in the namespace (a form of\ + \ privilege escalation). Applying this role at cluster scope will give access\ + \ across all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ContainerService/fleets/read\",\"Microsoft.ContainerService/fleets/listCredentials/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/fleets/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/fleets/apps/daemonsets/read\",\"Microsoft.ContainerService/fleets/apps/deployments/read\"\ + ,\"Microsoft.ContainerService/fleets/apps/statefulsets/read\",\"Microsoft.ContainerService/fleets/autoscaling/horizontalpodautoscalers/read\"\ + ,\"Microsoft.ContainerService/fleets/batch/cronjobs/read\",\"Microsoft.ContainerService/fleets/batch/jobs/read\"\ + ,\"Microsoft.ContainerService/fleets/configmaps/read\",\"Microsoft.ContainerService/fleets/endpoints/read\"\ + ,\"Microsoft.ContainerService/fleets/events.k8s.io/events/read\",\"Microsoft.ContainerService/fleets/events/read\"\ + ,\"Microsoft.ContainerService/fleets/extensions/daemonsets/read\",\"Microsoft.ContainerService/fleets/extensions/deployments/read\"\ + ,\"Microsoft.ContainerService/fleets/extensions/ingresses/read\",\"Microsoft.ContainerService/fleets/extensions/networkpolicies/read\"\ + ,\"Microsoft.ContainerService/fleets/limitranges/read\",\"Microsoft.ContainerService/fleets/namespaces/read\"\ + ,\"Microsoft.ContainerService/fleets/networking.k8s.io/ingresses/read\",\"\ + Microsoft.ContainerService/fleets/networking.k8s.io/networkpolicies/read\"\ + ,\"Microsoft.ContainerService/fleets/persistentvolumeclaims/read\",\"Microsoft.ContainerService/fleets/policy/poddisruptionbudgets/read\"\ + ,\"Microsoft.ContainerService/fleets/replicationcontrollers/read\",\"Microsoft.ContainerService/fleets/replicationcontrollers/read\"\ + ,\"Microsoft.ContainerService/fleets/resourcequotas/read\",\"Microsoft.ContainerService/fleets/serviceaccounts/read\"\ + ,\"Microsoft.ContainerService/fleets/services/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2022-08-19T21:54:44.6234342Z\",\"updatedOn\":\"2022-08-25T18:08:36.2213166Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/30b27cfc-9c84-438e-b0ce-70e35255df80\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"30b27cfc-9c84-438e-b0ce-70e35255df80\"\ + },{\"properties\":{\"roleName\":\"Kubernetes Namespace User\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows a user to read namespace resources\ + \ and retrieve kubeconfig for the cluster\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.KubernetesConfiguration/namespaces/read\"\ + ,\"Microsoft.KubernetesConfiguration/namespaces/listUserCredential/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-08-23T05:53:29.2401441Z\",\"updatedOn\":\"2022-08-23T05:53:29.2401441Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ba79058c-0414-4a34-9e42-c3399d80cd5a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ba79058c-0414-4a34-9e42-c3399d80cd5a\"\ + },{\"properties\":{\"roleName\":\"Data Labeling - Labeler\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can label data in Labeling.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/workspaces/read\"\ + ,\"Microsoft.MachineLearningServices/workspaces/experiments/runs/read\",\"\ + Microsoft.MachineLearningServices/workspaces/labeling/projects/read\",\"Microsoft.MachineLearningServices/workspaces/labeling/projects/summary/read\"\ + ,\"Microsoft.MachineLearningServices/workspaces/labeling/labels/read\",\"\ + Microsoft.MachineLearningServices/workspaces/labeling/labels/write\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-01T18:26:59.8559741Z\"\ + ,\"updatedOn\":\"2022-09-07T18:52:08.6907182Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c6decf44-fd0a-444c-a844-d653c394e7ab\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c6decf44-fd0a-444c-a844-d653c394e7ab\"\ + },{\"properties\":{\"roleName\":\"Template Spec Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows full access to Template Spec operations\ + \ at the assigned scope.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Resources/templateSpecs/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-09-06T21:40:35.0538486Z\",\"updatedOn\":\"2022-09-06T21:40:35.0538486Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1c9b6475-caf0-4164-b5a1-2142a7116f4b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1c9b6475-caf0-4164-b5a1-2142a7116f4b\"\ + },{\"properties\":{\"roleName\":\"Template Spec Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows read access to Template Specs at the assigned scope.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/templateSpecs/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-09-06T21:40:35.0538486Z\",\"updatedOn\":\"2022-09-06T21:40:35.0538486Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/392ae280-861d-42bd-9ea5-08ee6d83b80e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"392ae280-861d-42bd-9ea5-08ee6d83b80e\"\ + },{\"properties\":{\"roleName\":\"Role Based Access Control Administrator\ + \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Manage access to\ + \ Azure resources by assigning roles using Azure RBAC. This role does not\ + \ allow you to manage access using other ways, such as Azure Policy.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/write\"\ + ,\"Microsoft.Authorization/roleAssignments/delete\",\"*/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-09-06T22:11:11.4458675Z\",\"updatedOn\":\"2022-09-06T22:11:11.4458675Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f58310d9-a9f6-439a-9e8d-f62e7b41a168\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f58310d9-a9f6-439a-9e8d-f62e7b41a168\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Playbook Operator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Microsoft Sentinel Playbook Operator\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Logic/workflows/read\"\ + ,\"Microsoft.Logic/workflows/triggers/listCallbackUrl/action\",\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/listCallbackUrl/action\"\ + ,\"Microsoft.Web/sites/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2022-09-19T15:10:00.4803785Z\",\"updatedOn\":\"2022-12-05T18:09:08.3556749Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/51d6186e-6489-4900-b93f-92e23144cca5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"51d6186e-6489-4900-b93f-92e23144cca5\"\ + },{\"properties\":{\"roleName\":\"Deployment Environments User\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides access to manage environment resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DevCenter/projects/read\"\ + ,\"Microsoft.DevCenter/projects/*/read\",\"Microsoft.Fidalgo/projects/read\"\ + ,\"Microsoft.Fidalgo/projects/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[\"Microsoft.DevCenter/projects/pools/read\"\ + ,\"Microsoft.Fidalgo/projects/pools/read\",\"Microsoft.DevCenter/projects/pools/schedules/read\"\ + ],\"dataActions\":[\"Microsoft.DevCenter/projects/users/environments/adminRead/action\"\ + ,\"Microsoft.DevCenter/projects/users/environments/userWrite/action\",\"Microsoft.DevCenter/projects/users/environments/userDelete/action\"\ + ,\"Microsoft.DevCenter/projects/users/environments/adminAction/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-09-20T20:51:42.7384536Z\",\"updatedOn\"\ + :\"2022-10-11T07:53:29.7067755Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e40d4e-8d2e-438d-97e1-9528336e149c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18e40d4e-8d2e-438d-97e1-9528336e149c\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Apps Connect Role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Azure Spring Apps Connect Role\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.AppPlatform/Spring/apps/deployments/connect/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2022-09-22T06:55:16.9189450Z\",\"updatedOn\":\"2022-09-22T06:55:16.9189450Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/80558df3-64f9-4c0f-b32d-e5094b036b0b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"80558df3-64f9-4c0f-b32d-e5094b036b0b\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Apps Remote Debugging Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure Spring Apps Remote Debugging\ + \ Role\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/apps/deployments/remotedebugging/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-09-22T07:10:29.3874610Z\",\"\ + updatedOn\":\"2022-09-22T07:10:29.3874610Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a99b0159-1064-4c22-a57b-c9b3caa1c054\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a99b0159-1064-4c22-a57b-c9b3caa1c054\"\ + },{\"properties\":{\"roleName\":\"AzureML Registry User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can perform all actions on Machine Learning Services Registry\ + \ assets\_as well as get Registry resources.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/registries/read\"\ + ,\"Microsoft.MachineLearningServices/registries/assets/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-26T15:06:14.4270097Z\"\ + ,\"updatedOn\":\"2022-09-26T15:06:14.4270097Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1823dd4f-9b8c-4ab6-ab4e-7397a3684615\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1823dd4f-9b8c-4ab6-ab4e-7397a3684615\"\ + },{\"properties\":{\"roleName\":\"AzureML Compute Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can access and perform CRUD operations on Machine Learning\ + \ Services managed compute resources (including Notebook VMs).\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/workspaces/computes/*\"\ + ,\"Microsoft.MachineLearningServices/workspaces/notebooks/vm/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-26T15:06:14.4270097Z\"\ + ,\"updatedOn\":\"2022-09-26T15:06:14.4270097Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e503ece1-11d0-4e8e-8e2c-7a6c3bf38815\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e503ece1-11d0-4e8e-8e2c-7a6c3bf38815\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role provides read access\ + \ to all capabilities of Azure Center for SAP solutions.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Advisor/configurations/read\"\ + ,\"Microsoft.Advisor/recommendations/read\",\"Microsoft.Workloads/sapvirtualInstances/*/read\"\ + ,\"Microsoft.Workloads/Locations/*/action\",\"Microsoft.Workloads/Operations/read\"\ + ,\"Microsoft.Workloads/Locations/OperationStatuses/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\"\ + ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/ipconfigurations/read\"\ + ,\"Microsoft.Network/networkInterfaces/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/backendAddressPools/read\"\ + ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/read\",\"Microsoft.Network/loadBalancers/loadBalancingRules/read\"\ + ,\"Microsoft.Network/loadBalancers/inboundNatRules/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/networkInterfaces/read\",\"Microsoft.Network/loadBalancers/outboundRules/read\"\ + ,\"Microsoft.Network/loadBalancers/virtualMachines/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/privateEndpoints/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/read\",\"Microsoft.Storage/storageAccounts/fileServices/shares/read\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/availabilitySets/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/read\",\"Microsoft.Compute/disks/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-09-30T06:12:33.9068922Z\",\"updatedOn\":\"2023-06-01T07:20:24.5246962Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/05352d14-a920-4328-a0de-4cbe7430e26b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"05352d14-a920-4328-a0de-4cbe7430e26b\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions service role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure Center for SAP solutions\ + \ service role - This role is intended to be used for providing the permissions\ + \ to user assigned managed identity. Azure Center for SAP solutions will use\ + \ this identity to deploy and manage SAP systems.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/write\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/write\"\ + ,\"Microsoft.Network/loadBalancers/backendAddressPools/read\",\"Microsoft.Network/loadBalancers/backendAddressPools/write\"\ + ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/read\",\"Microsoft.Network/loadBalancers/loadBalancingRules/read\"\ + ,\"Microsoft.Network/loadBalancers/inboundNatRules/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/networkInterfaces/read\",\"Microsoft.Network/loadBalancers/outboundRules/read\"\ + ,\"Microsoft.Network/loadBalancers/virtualMachines/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\"\ + ,\"Microsoft.Network/networkInterfaces/ipconfigurations/read\",\"Microsoft.Network/networkInterfaces/loadBalancers/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/checkIpAddressAvailability/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\"\ + ,\"Microsoft.Network/virtualNetworks/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/ipconfigurations/join/action\"\ + ,\"Microsoft.Network/privateEndpoints/read\",\"Microsoft.Network/privateEndpoints/write\"\ + ,\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\"\ + ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/join/action\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/subnets/joinLoadBalancer/action\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/write\"\ + ,\"Microsoft.Storage/storageAccounts/PrivateEndpointConnectionsApproval/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/read\",\"Microsoft.Storage/storageAccounts/fileServices/write\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/shares/read\",\"Microsoft.Storage/storageAccounts/fileServices/shares/write\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/write\"\ + ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Compute/availabilitySets/read\"\ + ,\"Microsoft.Compute/availabilitySets/write\",\"Microsoft.Compute/skus/read\"\ + ,\"Microsoft.Compute/sshPublicKeys/read\",\"Microsoft.Compute/virtualMachines/extensions/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/write\",\"Microsoft.Compute/virtualMachines/extensions/delete\"\ + ,\"Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/write\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-30T06:12:34.4541883Z\"\ + ,\"updatedOn\":\"2023-01-31T07:21:28.5445523Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/aabbc5dd-1af0-458b-a942-81af88f9c138\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"aabbc5dd-1af0-458b-a942-81af88f9c138\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role provides read and write\ + \ access to all capabilities of Azure Center for SAP solutions.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Advisor/configurations/read\"\ + ,\"Microsoft.Advisor/recommendations/read\",\"Microsoft.Workloads/sapvirtualInstances/*/read\"\ + ,\"Microsoft.Workloads/sapVirtualInstances/*/write\",\"Microsoft.Workloads/sapVirtualInstances/*/delete\"\ + ,\"Microsoft.Workloads/Locations/*/action\",\"Microsoft.Workloads/Locations/*/read\"\ + ,\"Microsoft.Workloads/sapVirtualInstances/*/start/action\",\"Microsoft.Workloads/sapVirtualInstances/*/stop/action\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/write\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/write\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/ipconfigurations/read\",\"Microsoft.Network/networkInterfaces/loadBalancers/read\"\ + ,\"Microsoft.Network/networkInterfaces/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/backendAddressPools/read\"\ + ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/read\",\"Microsoft.Network/loadBalancers/loadBalancingRules/read\"\ + ,\"Microsoft.Network/loadBalancers/inboundNatRules/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/networkInterfaces/read\",\"Microsoft.Network/loadBalancers/outboundRules/read\"\ + ,\"Microsoft.Network/loadBalancers/virtualMachines/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/privateEndpoints/read\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/routeTables/join/action\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/read\",\"Microsoft.Storage/storageAccounts/fileServices/shares/read\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/availabilitySets/read\"\ + ,\"Microsoft.Compute/sshPublicKeys/read\",\"Microsoft.Compute/sshPublicKeys/write\"\ + ,\"Microsoft.Compute/sshPublicKeys/*/generateKeyPair/action\",\"Microsoft.Compute/virtualMachines/extensions/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/delete\",\"Microsoft.Compute/disks/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-03T15:02:12.4663451Z\",\"\ + updatedOn\":\"2023-06-01T07:20:24.5246962Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7b0c7e81-271f-4c71-90bf-e30bdfdbc2f7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7b0c7e81-271f-4c71-90bf-e30bdfdbc2f7\"\ + },{\"properties\":{\"roleName\":\"Azure Traffic Controller Configuration Manager\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows access to traffic controller\ + \ resource. Also allows all confiuration Updates on traffic controller\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ServiceNetworking/trafficControllers/read\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/write\",\"Microsoft.ServiceNetworking/trafficControllers/delete\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/frontends/read\",\"Microsoft.ServiceNetworking/trafficControllers/frontends/write\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/frontends/delete\",\"Microsoft.ServiceNetworking/trafficControllers/associations/read\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/associations/write\",\"\ + Microsoft.ServiceNetworking/trafficControllers/associations/delete\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ServiceNetworking/trafficControllers/serviceRoutingConfigurations/read\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/serviceRoutingConfigurations/write\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/serviceRoutingConfigurations/delete\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-05T01:07:25.0493972Z\",\"\ + updatedOn\":\"2022-10-26T23:56:58.2547550Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fbc52c3f-28ad-4303-a892-8a056630b8f1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fbc52c3f-28ad-4303-a892-8a056630b8f1\"\ + },{\"properties\":{\"roleName\":\"FHIR SMART User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user to access FHIR Service according to SMART\ + \ on FHIR specification\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/read\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\",\"Microsoft.HealthcareApis/services/fhir/resources/smart/action\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/smart/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-25T15:11:56.8461766Z\",\"\ + updatedOn\":\"2022-12-05T20:11:06.0992340Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4ba50f17-9666-485c-a643-ff00808643f0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4ba50f17-9666-485c-a643-ff00808643f0\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services OpenAI Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Full access including the ability\ + \ to fine-tune, deploy and generate text\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/OpenAI/*\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2022-10-25T20:16:34.9493725Z\",\"updatedOn\":\"2022-10-25T20:16:34.9493725Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a001fd3d-188f-4b5d-821b-7da978bf7442\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a001fd3d-188f-4b5d-821b-7da978bf7442\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services OpenAI User\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Ability to view files, models, deployments.\ + \ Readers can't make any changes They can inference\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/OpenAI/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/engines/completions/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/engines/search/action\",\"\ + Microsoft.CognitiveServices/accounts/OpenAI/engines/generate/action\",\"Microsoft.CognitiveServices/accounts/OpenAI/engines/completions/write\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/search/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/completions/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/chat/completions/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/extensions/chat/completions/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/embeddings/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/completions/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-25T20:16:34.9493725Z\",\"\ + updatedOn\":\"2023-05-26T18:39:17.4065060Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e0bd9bd-7b93-4f28-af87-19fc36ad61bd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e0bd9bd-7b93-4f28-af87-19fc36ad61bd\"\ + },{\"properties\":{\"roleName\":\"Impact Reporter\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows access to create/report, read and delete impacts\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Impact/WorkloadImpacts/*\"\ + ,\"Microsoft.Impact/ImpactCategories/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2022-10-26T20:23:26.2218757Z\"\ + ,\"updatedOn\":\"2022-11-04T20:01:52.7464373Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36e80216-a7e8-4f42-a7e1-f12c98cbaf8a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"36e80216-a7e8-4f42-a7e1-f12c98cbaf8a\"\ + },{\"properties\":{\"roleName\":\"Impact Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows read-only access to reported impacts and impact\ + \ categories\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Impact/WorkloadImpacts/read\",\"Microsoft.Impact/ImpactCategories/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-10-26T20:38:41.9711782Z\",\"updatedOn\":\"2022-11-04T20:01:52.7464373Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/68ff5d27-c7f5-4fa9-a21c-785d0df7bd9e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"68ff5d27-c7f5-4fa9-a21c-785d0df7bd9e\"\ + },{\"properties\":{\"roleName\":\"ContainerApp Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"View all containerapp resources, but does not allow you\ + \ to make any changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.App/containerApps/*/read\",\"Microsoft.App/containerApps/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-11-04T22:03:42.8478872Z\",\"updatedOn\":\"2022-12-20T18:33:40.2659251Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ad2dd5fb-cd4b-4fd4-a9b6-4fed3630980b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ad2dd5fb-cd4b-4fd4-a9b6-4fed3630980b\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Cluster Monitoring\ + \ User\",\"type\":\"BuiltInRole\",\"description\":\"List cluster monitoring\ + \ user credential action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.ContainerService/managedClusters/listClusterMonitoringUserCredential/action\"\ + ,\"Microsoft.ContainerService/managedClusters/read\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-11-07T16:03:48.7116491Z\"\ + ,\"updatedOn\":\"2023-02-02T03:07:23.3237688Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1afdec4b-e479-420e-99e7-f82237c7c5e6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1afdec4b-e479-420e-99e7-f82237c7c5e6\"\ + },{\"properties\":{\"roleName\":\"Azure Connected Machine Resource Manager\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Custom Role for AzureStackHCI\ + \ RP to manage hybrid compute machines and hybrid connectivity endpoints in\ + \ a resource group\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.HybridConnectivity/endpoints/read\",\"Microsoft.HybridConnectivity/endpoints/write\"\ + ,\"Microsoft.HybridConnectivity/endpoints/serviceConfigurations/read\",\"\ + Microsoft.HybridConnectivity/endpoints/serviceConfigurations/write\",\"Microsoft.HybridCompute/machines/read\"\ + ,\"Microsoft.HybridCompute/machines/write\",\"Microsoft.HybridCompute/machines/delete\"\ + ,\"Microsoft.HybridCompute/machines/extensions/read\",\"Microsoft.HybridCompute/machines/extensions/write\"\ + ,\"Microsoft.HybridCompute/machines/extensions/delete\",\"Microsoft.HybridCompute/*/read\"\ + ,\"Microsoft.HybridCompute/machines/UpgradeExtensions/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-11-11T07:00:46.0732593Z\"\ + ,\"updatedOn\":\"2023-05-09T10:45:39.1904419Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f5819b54-e033-4d82-ac66-4fec3cbf3f4c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f5819b54-e033-4d82-ac66-4fec3cbf3f4c\"\ + },{\"properties\":{\"roleName\":\"SqlDb Migration Role\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role for SqlDb migration\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Sql/servers/read\",\"Microsoft.Sql/servers/write\"\ + ,\"Microsoft.Sql/servers/databases/read\",\"Microsoft.Sql/servers/databases/write\"\ + ,\"Microsoft.Sql/servers/databases/delete\",\"Microsoft.DataMigration/locations/operationResults/read\"\ + ,\"Microsoft.DataMigration/locations/operationStatuses/read\",\"Microsoft.DataMigration/locations/sqlMigrationServiceOperationResults/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/write\",\"Microsoft.DataMigration/databaseMigrations/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/delete\",\"Microsoft.DataMigration/databaseMigrations/cancel/action\"\ + ,\"Microsoft.DataMigration/databaseMigrations/cutover/action\",\"Microsoft.DataMigration/sqlMigrationServices/write\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/delete\",\"Microsoft.DataMigration/sqlMigrationServices/read\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listAuthKeys/action\",\"Microsoft.DataMigration/sqlMigrationServices/regenerateAuthKeys/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/deleteNode/action\",\"Microsoft.DataMigration/sqlMigrationServices/listMonitoringData/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listMigrations/read\",\"Microsoft.DataMigration/sqlMigrationServices/MonitoringData/read\"\ + ,\"Microsoft.DataMigration/register/action\",\"Microsoft.DataMigration/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-12-05T22:44:49.0534137Z\",\"updatedOn\":\"2023-02-16T20:05:09.8576114Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/189207d4-bb67-4208-a635-b06afe8b2c57\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"189207d4-bb67-4208-a635-b06afe8b2c57\"\ + },{\"properties\":{\"roleName\":\"Bayer Ag Powered Services Imagery Solution\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Provide access to Imagery Solution\ + \ by Bayer Ag Powered Services\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/read\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/write\",\"Microsoft.AgFoodPlatform/farmBeats/ingestionJobs/satelliteDataIngestionJobs/*\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/scenes/*\",\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insights/*\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insightAttachments/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-01-10T09:47:50.1779616Z\",\"\ + updatedOn\":\"2023-03-15T11:12:45.0172539Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ef29765d-0d37-4119-a4f8-f9f9902c9588\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ef29765d-0d37-4119-a4f8-f9f9902c9588\"\ + },{\"properties\":{\"roleName\":\"Bayer Ag Powered Services GDU Solution\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Provide access to GDU Solution\ + \ by Bayer Ag Powered Services\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/read\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insights/*\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insightAttachments/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-01-10T09:47:50.1779616Z\",\"\ + updatedOn\":\"2023-03-15T11:12:45.0172539Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c4bc862a-3b64-4a35-a021-a380c159b042\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c4bc862a-3b64-4a35-a021-a380c159b042\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions Service role\ + \ for management\",\"type\":\"BuiltInRole\",\"description\":\"This role has\ + \ permissions that the user assigned managed identity must have to enable\ + \ registration for the existing systems.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2023-01-11T08:53:15.6986879Z\",\"updatedOn\":\"2023-01-31T07:21:28.5445523Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0105a6b0-4bb9-43d2-982a-12806f9faddb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0105a6b0-4bb9-43d2-982a-12806f9faddb\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions Management\ + \ role\",\"type\":\"BuiltInRole\",\"description\":\"This role has permissions\ + \ which allow users to register existing systems, view and manage systems.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-01-11T08:53:15.6986879Z\"\ + ,\"updatedOn\":\"2023-01-31T07:21:28.5445523Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6d949e1d-41e2-46e3-8920-c6e4f31a8310\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6d949e1d-41e2-46e3-8920-c6e4f31a8310\"\ + },{\"properties\":{\"roleName\":\"Kubernetes Agentless Operator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Grants Microsoft Defender for Cloud access\ + \ to Azure Kubernetes Services\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings/write\"\ + ,\"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings/read\"\ + ,\"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings/delete\"\ + ,\"Microsoft.ContainerService/managedClusters/read\",\"Microsoft.Features/features/read\"\ + ,\"Microsoft.Features/providers/features/read\",\"Microsoft.Features/providers/features/register/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-11T12:55:52.3130880Z\",\"updatedOn\":\"2023-04-17T10:56:00.5450408Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d5a2ae44-610b-4500-93be-660a0c5f5ca6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d5a2ae44-610b-4500-93be-660a0c5f5ca6\"\ + },{\"properties\":{\"roleName\":\"Azure Usage Billing Data Sender\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Azure Usage Billing shared BuiltIn role\ + \ to be used for all Customer Account Authentication\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.UsageBilling/accounts/inputs/send/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2023-01-11T20:30:19.7013219Z\",\"updatedOn\":\"2023-01-24T19:01:11.7372358Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f0310ce6-e953-4cf8-b892-fb1c87eaf7f6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f0310ce6-e953-4cf8-b892-fb1c87eaf7f6\"\ + },{\"properties\":{\"roleName\":\"SqlMI Migration Role\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role for SqlMI migration\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Sql/managedInstances/read\",\"\ + Microsoft.Sql/managedInstances/write\",\"Microsoft.Sql/managedInstances/databases/read\"\ + ,\"Microsoft.Sql/managedInstances/databases/write\",\"Microsoft.Sql/managedInstances/databases/delete\"\ + ,\"Microsoft.Sql/managedInstances/metrics/read\",\"Microsoft.DataMigration/locations/operationResults/read\"\ + ,\"Microsoft.DataMigration/locations/operationStatuses/read\",\"Microsoft.DataMigration/locations/sqlMigrationServiceOperationResults/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/write\",\"Microsoft.DataMigration/databaseMigrations/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/delete\",\"Microsoft.DataMigration/databaseMigrations/cancel/action\"\ + ,\"Microsoft.DataMigration/databaseMigrations/cutover/action\",\"Microsoft.DataMigration/sqlMigrationServices/write\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/delete\",\"Microsoft.DataMigration/sqlMigrationServices/read\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listAuthKeys/action\",\"Microsoft.DataMigration/sqlMigrationServices/regenerateAuthKeys/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/deleteNode/action\",\"Microsoft.DataMigration/sqlMigrationServices/listMonitoringData/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listMigrations/read\",\"Microsoft.DataMigration/sqlMigrationServices/MonitoringData/read\"\ + ,\"Microsoft.DataMigration/register/action\",\"Microsoft.DataMigration/operations/read\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-01-27T02:46:10.6718077Z\"\ + ,\"updatedOn\":\"2023-02-16T20:05:09.8576114Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1d335eef-eee1-47fe-a9e0-53214eba8872\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1d335eef-eee1-47fe-a9e0-53214eba8872\"\ + },{\"properties\":{\"roleName\":\"SqlVM Migration Role\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role for SqlVM migration\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.DataMigration/locations/operationResults/read\"\ + ,\"Microsoft.DataMigration/locations/operationStatuses/read\",\"Microsoft.DataMigration/locations/sqlMigrationServiceOperationResults/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/write\",\"Microsoft.DataMigration/databaseMigrations/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/delete\",\"Microsoft.DataMigration/databaseMigrations/cancel/action\"\ + ,\"Microsoft.DataMigration/databaseMigrations/cutover/action\",\"Microsoft.DataMigration/sqlMigrationServices/write\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/delete\",\"Microsoft.DataMigration/sqlMigrationServices/read\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listAuthKeys/action\",\"Microsoft.DataMigration/sqlMigrationServices/regenerateAuthKeys/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/deleteNode/action\",\"Microsoft.DataMigration/sqlMigrationServices/listMonitoringData/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listMigrations/read\",\"Microsoft.DataMigration/sqlMigrationServices/MonitoringData/read\"\ + ,\"Microsoft.DataMigration/register/action\",\"Microsoft.DataMigration/operations/read\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.SqlVirtualMachine/sqlVirtualMachines/read\"\ + ,\"Microsoft.SqlVirtualMachine/sqlVirtualMachines/write\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-01-27T02:46:10.6718077Z\"\ + ,\"updatedOn\":\"2023-02-16T20:05:09.8576114Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ae8036db-e102-405b-a1b9-bae082ea436d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ae8036db-e102-405b-a1b9-bae082ea436d\"\ + },{\"properties\":{\"roleName\":\"Bayer Ag Powered Services CWUM Solution\ + \ User Role\",\"type\":\"BuiltInRole\",\"description\":\"Provide access to\ + \ CWUM Solution by Bayer Ag Powered Services\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/read\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/write\",\"Microsoft.AgFoodPlatform/farmBeats/ingestionJobs/satelliteDataIngestionJobs/*\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/scenes/*\",\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insights/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-01-27T11:36:43.9237787Z\",\"\ + updatedOn\":\"2023-02-22T15:38:25.6846785Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a9b99099-ead7-47db-8fcf-072597a61dfa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a9b99099-ead7-47db-8fcf-072597a61dfa\"\ + },{\"properties\":{\"roleName\":\"Azure Front Door Secret Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can view Azure Front Door secrets, but\ + \ can't make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Cdn/operationresults/profileresults/secretresults/read\"\ + ,\"Microsoft.Cdn/profiles/secrets/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-31T15:27:34.9715174Z\",\"updatedOn\":\"2023-01-31T15:27:34.9715174Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0db238c4-885e-4c4f-a933-aa2cef684fca\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0db238c4-885e-4c4f-a933-aa2cef684fca\"\ + },{\"properties\":{\"roleName\":\"Azure Front Door Domain Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage Azure Front Door domains,\ + \ but can't grant access to other users.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Cdn/operationresults/profileresults/customdomainresults/read\"\ + ,\"Microsoft.Cdn/profiles/customdomains/read\",\"Microsoft.Cdn/profiles/customdomains/write\"\ + ,\"Microsoft.Cdn/profiles/customdomains/delete\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-31T15:27:34.9715174Z\",\"updatedOn\":\"2023-01-31T15:27:34.9715174Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0ab34830-df19-4f8c-b84e-aa85b8afa6e8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0ab34830-df19-4f8c-b84e-aa85b8afa6e8\"\ + },{\"properties\":{\"roleName\":\"Azure Front Door Domain Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can view Azure Front Door domains, but\ + \ can't make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Cdn/operationresults/profileresults/customdomainresults/read\"\ + ,\"Microsoft.Cdn/profiles/customdomains/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-31T15:27:34.9725169Z\",\"updatedOn\":\"2023-01-31T15:27:34.9725169Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0f99d363-226e-4dca-9920-b807cf8e1a5f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0f99d363-226e-4dca-9920-b807cf8e1a5f\"\ + },{\"properties\":{\"roleName\":\"Azure Front Door Secret Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage Azure Front Door secrets,\ + \ but can't grant access to other users.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Cdn/operationresults/profileresults/secretresults/read\"\ + ,\"Microsoft.Cdn/profiles/secrets/read\",\"Microsoft.Cdn/profiles/secrets/write\"\ + ,\"Microsoft.Cdn/profiles/secrets/delete\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-31T15:27:34.9715174Z\",\"updatedOn\":\"2023-01-31T15:27:34.9715174Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3f2eb865-5811-4578-b90a-6fc6fa0df8e5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3f2eb865-5811-4578-b90a-6fc6fa0df8e5\"\ + },{\"properties\":{\"roleName\":\"Azure Stack HCI registration role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Custom Azure role to allow subscription-level\ + \ access to register Azure Stack HCI\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.AzureStackHCI/register/action\",\"Microsoft.AzureStackHCI/Unregister/Action\"\ + ,\"Microsoft.AzureStackHCI/clusters/*\",\"Microsoft.HybridCompute/register/action\"\ + ,\"Microsoft.GuestConfiguration/register/action\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/write\",\"Microsoft.Resources/subscriptions/resourceGroups/delete\"\ + ,\"Microsoft.HybridConnectivity/register/action\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2023-02-01T05:07:09.8184980Z\"\ + ,\"updatedOn\":\"2023-03-23T23:51:11.7541154Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bda0d508-adf1-4af0-9c28-88919fc3ae06\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bda0d508-adf1-4af0-9c28-88919fc3ae06\"\ + },{\"properties\":{\"roleName\":\"MySQL Backup And Export Operator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Grants full access to manage backup and\ + \ export resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DBforMySQL/flexibleServers/validateBackup/action\",\"Microsoft.DBforMySQL/flexibleServers/backupAndExport/action\"\ + ,\"Microsoft.DBforMySQL/locations/operationResults/read\",\"Microsoft.DBforMySQL/locations/azureAsyncOperation/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-02-01T06:07:53.2476095Z\",\"updatedOn\":\"2023-05-10T10:39:13.7776743Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d18ad5f3-1baf-4119-b49b-d944edb1f9d0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d18ad5f3-1baf-4119-b49b-d944edb1f9d0\"\ + },{\"properties\":{\"roleName\":\"LocalNGFirewallAdministrator role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows user to create, modify, describe,\ + \ or delete NGFirewalls.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"PaloAltoNetworks.Cloudngfw/firewalls/*\",\"PaloAltoNetworks.Cloudngfw/localRulestacks/read\"\ + ,\"PaloAltoNetworks.Cloudngfw/globalRulestacks/read\",\"PaloAltoNetworks.Cloudngfw/Locations/operationStatuses/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/write\",\"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Network/publicIPAddresses/write\",\"Microsoft.Network/publicIPAddresses/read\"\ + ,\"Microsoft.Network/publicIPAddresses/join/action\",\"Microsoft.Network/networkVirtualAppliances/read\"\ + ,\"Microsoft.Network/networkVirtualAppliances/write\",\"Microsoft.Network/networkVirtualAppliances/delete\"\ + ,\"Microsoft.Network/virtualHubs/read\",\"Microsoft.Network/virtualWans/read\"\ + ,\"Microsoft.Network/virtualWans/virtualHubs/read\",\"Microsoft.Network/networkSecurityGroups/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/join/action\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-02-01T11:41:41.0153565Z\"\ + ,\"updatedOn\":\"2023-03-09T17:37:16.4519032Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a8835c7d-b5cb-47fa-b6f0-65ea10ce07a2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a8835c7d-b5cb-47fa-b6f0-65ea10ce07a2\"\ + },{\"properties\":{\"roleName\":\"LocalRulestacksAdministrator role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows users to create, modify, describe,\ + \ or delete Rulestacks.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"PaloAltoNetworks.Cloudngfw/localRulestacks/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2023-02-01T11:41:41.0153565Z\",\"updatedOn\":\"2023-02-16T00:07:35.4735717Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bfc3b73d-c6ff-45eb-9a5f-40298295bf20\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bfc3b73d-c6ff-45eb-9a5f-40298295bf20\"\ + },{\"properties\":{\"roleName\":\"Azure Extension for SQL Server Deployment\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft.AzureArcData service\ + \ role to enable deployment of Azure Extension for SQL Server\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.HybridCompute/machines/extensions/write\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-03-07T19:20:48.6593489Z\"\ + ,\"updatedOn\":\"2023-05-02T00:29:34.7065502Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7392c568-9289-4bde-aaaa-b7131215889d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7392c568-9289-4bde-aaaa-b7131215889d\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Data Read and Batch Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"This role can be used to assign read\ + \ and batch actions on Azure Maps.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Maps/accounts/services/*/read\"\ + ,\"Microsoft.Maps/accounts/services/batch/action\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2023-03-13T22:02:29.8819187Z\",\"updatedOn\":\"2023-05-12T22:06:52.7496289Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d6470a16-71bd-43ab-86b3-6f3a73f4e787\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d6470a16-71bd-43ab-86b3-6f3a73f4e787\"\ + },{\"properties\":{\"roleName\":\"API Management Service Workspace API Developer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Has read access to tags and products\ + \ and write access to allow: assigning APIs to products, assigning tags to\ + \ products and APIs. This role should be assigned on the service scope.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/tags/read\"\ + ,\"Microsoft.ApiManagement/service/tags/apiLinks/*\",\"Microsoft.ApiManagement/service/tags/operationLinks/*\"\ + ,\"Microsoft.ApiManagement/service/tags/productLinks/*\",\"Microsoft.ApiManagement/service/products/read\"\ + ,\"Microsoft.ApiManagement/service/products/apiLinks/*\",\"Microsoft.ApiManagement/service/read\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2023-03-17T21:07:02.7698730Z\",\"updatedOn\"\ + :\"2023-03-17T21:07:02.7698730Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9565a273-41b9-4368-97d2-aeb0c976a9b3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9565a273-41b9-4368-97d2-aeb0c976a9b3\"\ + },{\"properties\":{\"roleName\":\"API Management Workspace API Developer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Has read access to entities in\ + \ the workspace and read and write access to entities for editing APIs. This\ + \ role should be assigned on the workspace scope.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/workspaces/*/read\"\ + ,\"Microsoft.ApiManagement/service/workspaces/apis/*\",\"Microsoft.ApiManagement/service/workspaces/apiVersionSets/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/policies/*\",\"Microsoft.ApiManagement/service/workspaces/schemas/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/products/*\",\"Microsoft.ApiManagement/service/workspaces/policyFragments/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/namedValues/*\",\"Microsoft.ApiManagement/service/workspaces/tags/*\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2023-03-17T21:07:02.7688737Z\",\"updatedOn\"\ + :\"2023-03-17T21:07:02.7688737Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/56328988-075d-4c6a-8766-d93edd6725b6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"56328988-075d-4c6a-8766-d93edd6725b6\"\ + },{\"properties\":{\"roleName\":\"API Management Service Workspace API Product\ + \ Manager\",\"type\":\"BuiltInRole\",\"description\":\"Has the same access\ + \ as API Management Service Workspace API Developer as well as read access\ + \ to users and write access to allow assigning users to groups. This role\ + \ should be assigned on the service scope.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/users/read\"\ + ,\"Microsoft.ApiManagement/service/tags/read\",\"Microsoft.ApiManagement/service/tags/apiLinks/*\"\ + ,\"Microsoft.ApiManagement/service/tags/operationLinks/*\",\"Microsoft.ApiManagement/service/tags/productLinks/*\"\ + ,\"Microsoft.ApiManagement/service/products/read\",\"Microsoft.ApiManagement/service/products/apiLinks/*\"\ + ,\"Microsoft.ApiManagement/service/groups/users/*\",\"Microsoft.ApiManagement/service/read\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2023-03-17T21:07:02.7658744Z\",\"updatedOn\"\ + :\"2023-03-17T21:07:02.7658744Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d59a3e9c-6d52-4a5a-aeed-6bf3cf0e31da\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d59a3e9c-6d52-4a5a-aeed-6bf3cf0e31da\"\ + },{\"properties\":{\"roleName\":\"API Management Workspace Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has read-only access to entities in the\ + \ workspace. This role should be assigned on the workspace scope.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/workspaces/*/read\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2023-03-17T21:07:02.7658744Z\",\"updatedOn\"\ + :\"2023-03-17T21:07:02.7658744Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ef1c2c96-4a77-49e8-b9a4-6179fe1d2fd2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ef1c2c96-4a77-49e8-b9a4-6179fe1d2fd2\"\ + },{\"properties\":{\"roleName\":\"API Management Workspace API Product Manager\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Has read access to entities in\ + \ the workspace and read and write access to entities for publishing APIs.\ + \ This role should be assigned on the workspace scope.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/workspaces/*/read\"\ + ,\"Microsoft.ApiManagement/service/workspaces/products/*\",\"Microsoft.ApiManagement/service/workspaces/subscriptions/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/groups/*\",\"Microsoft.ApiManagement/service/workspaces/tags/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/notifications/*\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-03-17T21:07:02.7718736Z\",\"updatedOn\":\"2023-03-17T21:07:02.7718736Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/73c2c328-d004-4c5e-938c-35c6f5679a1f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"73c2c328-d004-4c5e-938c-35c6f5679a1f\"\ + },{\"properties\":{\"roleName\":\"API Management Workspace Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage the workspace and view,\ + \ but not modify its members. This role should be assigned on the workspace\ + \ scope.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ApiManagement/service/workspaces/*\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-03-17T21:07:02.7698730Z\",\"updatedOn\":\"2023-03-17T21:07:02.7698730Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0c34c906-8d99-4cb7-8bb7-33f5b0a1a799\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0c34c906-8d99-4cb7-8bb7-33f5b0a1a799\"\ + },{\"properties\":{\"roleName\":\"Storage File Data Privileged Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Customer has read access on Azure\ + \ Storage file shares.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/readFileBackupSemantics/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-03-21T20:32:31.6922330Z\",\"\ + updatedOn\":\"2023-04-04T19:07:34.6017202Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b8eda974-7b85-4f76-af95-65846b26df6d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b8eda974-7b85-4f76-af95-65846b26df6d\"\ + },{\"properties\":{\"roleName\":\"Storage File Data Privileged Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Customer has read, write, delete\ + \ and modify NTFS permission access on Azure Storage file shares.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/write\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/delete\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/modifypermissions/action\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/readFileBackupSemantics/action\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/writeFileBackupSemantics/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-03-21T20:47:41.8393692Z\",\"\ + updatedOn\":\"2023-04-04T19:07:34.6017202Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/69566ab7-960f-475b-8e7c-b3118f30c6bd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"69566ab7-960f-475b-8e7c-b3118f30c6bd\"\ + },{\"properties\":{\"roleName\":\"Windows365NetworkInterfaceContributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create NICs and join it to virtual\ + \ machine in another tenant. This role is used in Windows365 scenarios.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourcegroups/read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Network/locations/operations/read\"\ + ,\"Microsoft.Network/locations/operationResults/read\",\"Microsoft.Network/locations/usages/read\"\ + ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/delete\",\"Microsoft.Network/networkInterfaces/join/action\"\ + ,\"Microsoft.Network/networkInterfaces/effectiveNetworkSecurityGroups/action\"\ + ,\"Microsoft.Network/networkInterfaces/effectiveRouteTable/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-03-22T05:08:28.8392508Z\"\ + ,\"updatedOn\":\"2023-06-01T14:58:32.2805471Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1f135831-5bbe-4924-9016-264044c00788\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1f135831-5bbe-4924-9016-264044c00788\"\ + },{\"properties\":{\"roleName\":\"Windows365NetworkUser\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read the virtual network informations, and join the virtual\ + \ network to virtual machine in another tenant. This role is used in Windows365\ + \ scenarios.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/usages/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-03-22T05:08:28.8392508Z\",\"updatedOn\":\"2023-04-13T00:27:13.0246717Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7eabc9a4-85f7-4f71-b8ab-75daaccc1033\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7eabc9a4-85f7-4f71-b8ab-75daaccc1033\"\ + },{\"properties\":{\"roleName\":\"Windows365SubscriptionReader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Read subscriptions, images, azure firewalls.\ + \ This role is used in Windows365 scenarios.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-03-22T05:08:28.8392508Z\",\"updatedOn\":\"2023-03-22T05:08:28.8392508Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3d55a8f6-4133-418d-8051-facdb1735758\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3d55a8f6-4133-418d-8051-facdb1735758\"\ + },{\"properties\":{\"roleName\":\"App Compliance Automation Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Read, download the reports objects and\ + \ related other resource objects.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.AppComplianceAutomation/*/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-04-11T05:22:43.8843627Z\",\"updatedOn\":\"2023-05-25T05:54:06.7578980Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ffc6bbe0-e443-4c3b-bf54-26581bb2f78e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ffc6bbe0-e443-4c3b-bf54-26581bb2f78e\"\ + },{\"properties\":{\"roleName\":\"App Compliance Automation Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, download, modify\ + \ and delete reports objects and related other resource objects.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AppComplianceAutomation/*\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/write\",\"Microsoft.Storage/storageAccounts/fileservices/write\"\ + ,\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Storage/storageAccounts/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/write\",\"Microsoft.Storage/storageAccounts/blobServices/read\"\ + ,\"Microsoft.PolicyInsights/policyStates/queryResults/action\",\"Microsoft.PolicyInsights/policyStates/triggerEvaluation/action\"\ + ,\"Microsoft.Resources/resources/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\"\ + ,\"Microsoft.Resources/subscriptions/resources/read\",\"Microsoft.Resources/subscriptions/resourceGroups/delete\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/write\",\"Microsoft.Resources/tags/read\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Security/automations/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Security/automations/delete\"\ + ,\"Microsoft.Security/automations/write\",\"Microsoft.Security/register/action\"\ + ,\"Microsoft.Security/unregister/action\",\"*/read\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-04-11T05:22:43.8843627Z\"\ + ,\"updatedOn\":\"2023-05-23T04:32:49.7042798Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0f37683f-2463-46b6-9ce7-9b788b988ba2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0f37683f-2463-46b6-9ce7-9b788b988ba2\"\ + },{\"properties\":{\"roleName\":\"Azure Sphere Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows user read and write access to Azure Sphere resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureSphere/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/DiagnosticSettings/*\",\"Microsoft.Insights/DiagnosticSettingsCategories/Read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-04-27T19:59:25.4425829Z\",\"updatedOn\":\"2023-05-03T22:25:42.2668720Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8b9dfcab-4b77-4632-a6df-94bd07820648\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8b9dfcab-4b77-4632-a6df-94bd07820648\"\ + },{\"properties\":{\"roleName\":\"SaaS Hub Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"SaaS Hub contributor can manage SaaS Hub resource\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.SaaSHub/cloudservices/read\",\"Microsoft.SaaSHub/cloudservices/write\"\ + ,\"Microsoft.SaaSHub/cloudservices/delete\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2023-04-28T21:07:57.4337817Z\"\ + ,\"updatedOn\":\"2023-05-09T21:57:44.1599452Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e9b8712a-cbcf-4ea7-b0f7-e71b803401e6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e9b8712a-cbcf-4ea7-b0f7-e71b803401e6\"\ + },{\"properties\":{\"roleName\":\"Azure Sphere Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows user to read Azure Sphere resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureSphere/*/read\",\"\ + Microsoft.AzureSphere/catalogs/countDevices/action\",\"Microsoft.AzureSphere/catalogs/listDeviceGroups/action\"\ + ,\"Microsoft.AzureSphere/catalogs/listDeviceInsights/action\",\"Microsoft.AzureSphere/catalogs/listDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/listDeployments/action\",\"Microsoft.AzureSphere/catalogs/products/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/products/deviceGroups/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/certificates/retrieveCertChain/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Insights/DiagnosticSettings/Read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2023-05-03T22:25:42.2598738Z\"\ + ,\"updatedOn\":\"2023-05-09T21:57:44.1619455Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c8ae6279-5a0b-4cb2-b3f0-d4d62845742c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c8ae6279-5a0b-4cb2-b3f0-d4d62845742c\"\ + },{\"properties\":{\"roleName\":\"Azure Sphere Publisher\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows user to read and download Azure Sphere resources\ + \ and upload images.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.AzureSphere/*/read\",\"Microsoft.AzureSphere/catalogs/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/listDeviceGroups/action\",\"Microsoft.AzureSphere/catalogs/listDeviceInsights/action\"\ + ,\"Microsoft.AzureSphere/catalogs/listDevices/action\",\"Microsoft.AzureSphere/catalogs/products/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/products/deviceGroups/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/certificates/retrieveProofOfPossessionNonce/action\"\ + ,\"Microsoft.AzureSphere/catalogs/certificates/retrieveCertChain/action\"\ + ,\"Microsoft.AzureSphere/catalogs/images/write\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/DiagnosticSettings/Read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-05-03T22:25:42.2598738Z\",\"updatedOn\":\"2023-05-09T21:57:44.1599452Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6d994134-994b-4a59-9974-f479f0b227fb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6d994134-994b-4a59-9974-f479f0b227fb\"\ + },{\"properties\":{\"roleName\":\"Cognitive Search Serverless Data Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, modify and delete\ + \ Cognitive Search serverless index schema and documents. This role is in\ + \ preview and subject to change.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveSearch/indexes/schema/*\"\ + ,\"Microsoft.CognitiveSearch/indexes/documents/*\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2023-05-11T22:40:58.9689395Z\",\"updatedOn\":\"2023-05-11T22:40:58.9689395Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7ac06ca7-21ca-47e3-a67b-cbd6e6223baf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7ac06ca7-21ca-47e3-a67b-cbd6e6223baf\"\ + },{\"properties\":{\"roleName\":\"Cognitive Search Serverless Data Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Read Cognitive Search serverless\ + \ index schema and documents. This role is in preview and subject to change.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.CognitiveSearch/indexes/schema/read\",\"\ + Microsoft.CognitiveSearch/indexes/documents/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2023-05-11T22:40:58.9689395Z\",\"updatedOn\":\"2023-05-11T22:40:58.9689395Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/79b01272-bf9f-4f4c-9517-5506269cf524\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"79b01272-bf9f-4f4c-9517-5506269cf524\"\ + },{\"properties\":{\"roleName\":\"Community Owner Role\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Community Owner Role to access the resources of Microsoft.Mission\ + \ stored with RPSAAS.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Mission/register/action\",\"Microsoft.Mission/unregister/action\"\ + ,\"Microsoft.Mission/Locations/OperationStatuses/read\",\"Microsoft.Mission/Locations/OperationStatuses/write\"\ + ,\"Microsoft.Mission/Operations/read\",\"Microsoft.Mission/catalogs/read\"\ + ,\"Microsoft.Mission/catalogs/write\",\"Microsoft.Mission/catalogs/delete\"\ + ,\"Microsoft.Mission/communities/read\",\"Microsoft.Mission/communities/write\"\ + ,\"Microsoft.Mission/communities/delete\",\"Microsoft.Mission/internalConnections/read\"\ + ,\"Microsoft.Mission/internalConnections/write\",\"Microsoft.Mission/internalConnections/delete\"\ + ,\"Microsoft.Mission/virtualEnclaves/read\",\"Microsoft.Mission/virtualEnclaves/write\"\ + ,\"Microsoft.Mission/virtualEnclaves/delete\",\"Microsoft.Mission/virtualEnclaves/workloads/read\"\ + ,\"Microsoft.Mission/virtualEnclaves/workloads/write\",\"Microsoft.Mission/virtualEnclaves/workloads/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-05-23T20:47:52.6187218Z\",\"updatedOn\":\"2023-05-23T20:47:52.6187218Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e28a61e-8040-49db-b175-bb5b88af6239\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e28a61e-8040-49db-b175-bb5b88af6239\"\ + },{\"properties\":{\"roleName\":\"Firmware Analysis Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Upload and analyze firmware images in Defender for IoT\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.IoTFirmwareDefense/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2023-06-08T20:13:53.4814768Z\"\ + ,\"updatedOn\":\"2023-06-08T20:13:53.4814768Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9c1607d1-791d-4c68-885d-c7b7aaff7c8a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9c1607d1-791d-4c68-885d-c7b7aaff7c8a\"\ + }]}" + headers: + cache-control: + - no-cache + content-length: + - '505468' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:55:44 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"ids": ["a959e284-cf37-480d-a37e-aa8eda644fa4"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --restore-request-object --snapshot-resource-group-id -y + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"a959e284-cf37-480d-a37e-aa8eda644fa4","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.DataProtection/BackupVaults/clitest-aks-bv"],"appDisplayName":null,"appDescription":null,"appId":"e014d57b-fba1-4507-87df-201c96a4e87d","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-06-09T09:44:13Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"clitest-aks-bv","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["e014d57b-fba1-4507-87df-201c96a4e87d","https://identity.azure.net/WFy1W0/ZBYsc/bXKRnjxKHw9SaXS3Bb3tq3yOluIyZ0="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"FF5A91EB12771B48FBA5F90283A059EDA4D209E5","displayName":"CN=e014d57b-fba1-4507-87df-201c96a4e87d","endDateTime":"2023-09-07T09:39:00Z","key":null,"keyId":"a5849a92-1f6b-4b18-997a-1dac55a2bed6","startDateTime":"2023-06-09T09:39:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1727' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Fri, 09 Jun 2023 09:55:44 GMT + location: + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - 773feb8a-1a37-42a7-8133-7499bc00d33b + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"001","RoleInstance":"MA1PEPF00003104"}}' + x-ms-resource-unit: + - '3' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --restore-request-object --snapshot-resource-group-id -y + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete?api-version=2023-02-02-preview + response: + body: + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete\"\ + ,\n \"location\": \"eastus2euap\",\n \"name\": \"clitest-cluster1-donotdelete\"\ + ,\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\"\ + : {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"\ + code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.25.6\",\n \"currentKubernetesVersion\"\ + : \"1.25.6\",\n \"dnsPrefix\": \"clitest-cl-oss-clitest-rg-38304e\",\n \ + \ \"fqdn\": \"clitest-cl-oss-clitest-rg-38304e-neuua9b9.hcp.eastus2euap.azmk8s.io\"\ + ,\n \"azurePortalFQDN\": \"clitest-cl-oss-clitest-rg-38304e-neuua9b9.portal.hcp.eastus2euap.azmk8s.io\"\ + ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ + \ \"count\": 2,\n \"vmSize\": \"Standard_B4ms\",\n \"osDiskSizeGB\"\ + : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ + ,\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\"\ + ,\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\"\ + : \"1.25.6\",\n \"currentOrchestratorVersion\": \"1.25.6\",\n \"enableNodePublicIP\"\ + : false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n\ + \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\"\ + : \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-202304.24.0\"\ + ,\n \"upgradeSettings\": {},\n \"enableFIPS\": false\n }\n ],\n\ + \ \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\"\ + : {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCoG2TWtgEn1xHLCbekraxs3JW7Lv7sj0vIKZ/0+y06KBw9Qx77Nr0ULCjOXZSOzOp4wNnCoDvc/6p+Rjp9v9KToENWUTNer6RlKI7TlBV4IO+7bcvN5rD2qUkNw7Mr/kqOpImvbxf0jLqenj1YpkBpJfTH4G1vNvn2tyv5zsqqQUxvy/+1Bg1KS0kZv6qkH7SqIm3H6EEwD4t7VLapr3qxItKDhePlGqbP514MQ9ToDZRKm+wh6nvBQiRpD0Z6TjmxbtJ9NVcqef/pOklvmYTBNsd3diKSyoZ8nDuum01X4eKwfV4/SCZsu9x71p9MFs9HQ1dXzhlmy7oicYI1i85N\"\ + \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ + clientId\": \"msi\"\n },\n \"addonProfiles\": {\n \"extensionManager\"\ + : {\n \"enabled\": true,\n \"config\": null,\n \"identity\": {\n\ + \ \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_oss-clitest-rg_clitest-cluster1-donotdelete_eastus2euap/providers/Microsoft.ManagedIdentity/userAssignedIdentities/extensionmanager-clitest-cluster1-donotdelete\"\ + ,\n \"clientId\": \"fee18c7a-89fc-4504-88ff-dd9660a8c479\",\n \"\ + objectId\": \"a0f1d280-4fa9-45b6-8cde-90ba15f56426\"\n }\n }\n },\n\ + \ \"nodeResourceGroup\": \"MC_oss-clitest-rg_clitest-cluster1-donotdelete_eastus2euap\"\ + ,\n \"enableRBAC\": true,\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_oss-clitest-rg_clitest-cluster1-donotdelete_eastus2euap/providers/Microsoft.Network/publicIPAddresses/ccc7eefe-b9b6-4a2b-a073-acd82f73e977\"\ + \n }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\ + \n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\"\ + : [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\"\ + : {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_oss-clitest-rg_clitest-cluster1-donotdelete_eastus2euap/providers/Microsoft.ManagedIdentity/userAssignedIdentities/clitest-cluster1-donotdelete-agentpool\"\ + ,\n \"clientId\": \"667b2d47-82f1-48c0-a9ad-eaae82fd1b8d\",\n \"objectId\"\ + : \"3bbdcbec-7276-4f74-bea6-2947ecdc7c1a\"\n }\n },\n \"disableLocalAccounts\"\ + : false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\"\ + : {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\"\ + : {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"\ + enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\"\ + : false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\"\ + : {\n \"type\": \"SystemAssigned\",\n \"principalId\": \"dac0942a-cc2b-49f9-9492-56a21ce8f8fc\"\ + ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ + : {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '4517' + content-type: + - application/json + date: + - Fri, 09 Jun 2023 09:55: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: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --restore-request-object --snapshot-resource-group-id -y + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) + method: GET + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%27dac0942a-cc2b-49f9-9492-56a21ce8f8fc%27%29 + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '92' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Fri, 09 Jun 2023 09:55:48 GMT + odata-version: + - '4.0' + request-id: + - 7f4c6036-776a-4b38-af1a-3511fbcbe0ca + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"002","RoleInstance":"MA1PEPF000014FF"}}' + x-ms-resource-unit: + - '1' + status: + code: 200 + message: OK +- request: + body: '{"ids": ["dac0942a-cc2b-49f9-9492-56a21ce8f8fc"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --restore-request-object --snapshot-resource-group-id -y + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"dac0942a-cc2b-49f9-9492-56a21ce8f8fc","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete"],"appDisplayName":null,"appDescription":null,"appId":"ff999dd7-74db-4341-82e4-9f8129e19f18","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-05-09T12:51:56Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"clitest-cluster1-donotdelete","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["ff999dd7-74db-4341-82e4-9f8129e19f18","https://identity.azure.net/D6lWIOQ/nbWE91MUsEE0txs9U9OBC0JCVhmpa2i6Zgk="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1459' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Fri, 09 Jun 2023 09:55:48 GMT + location: + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - acf97a69-fd7f-41d6-b336-7a68a942cca9 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"002","RoleInstance":"MA1PEPF00001470"}}' + x-ms-resource-unit: + - '3' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --restore-request-object --snapshot-resource-group-id -y + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments?$filter=atScope()&api-version=2022-04-01 + response: + body: + string: '{"value":[{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"5c617d2b-99f8-4c90-98fe-dfe040fa33c1","principalType":"ServicePrincipal","scope":"/","condition":null,"conditionVersion":null,"createdOn":"2018-02-27T19:19:50.2663941Z","updatedOn":"2018-02-27T19:19:50.2663941Z","createdBy":null,"updatedBy":null,"delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Authorization/roleAssignments/3e883d24-b106-42ff-ad13-d7bf271b964d","type":"Microsoft.Authorization/roleAssignments","name":"3e883d24-b106-42ff-ad13-d7bf271b964d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T12:22:13.7498923Z","updatedOn":"2019-08-26T12:22:13.7498923Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f","type":"Microsoft.Authorization/roleAssignments","name":"8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-05-24T11:02:27.8515917Z","updatedOn":"2019-05-24T11:02:27.8515917Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b5eee4d7-5f9f-4f63-8040-8aec158c289b","type":"Microsoft.Authorization/roleAssignments","name":"b5eee4d7-5f9f-4f63-8040-8aec158c289b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-02-12T11:34:59.7104212Z","updatedOn":"2020-02-12T11:34:59.7104212Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f0618702-8404-4858-9a26-e61f23e7d44f","type":"Microsoft.Authorization/roleAssignments","name":"f0618702-8404-4858-9a26-e61f23e7d44f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-11-14T08:52:42.2795010Z","updatedOn":"2019-11-14T08:52:42.2795010Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/77daac38-9839-4b00-921b-e5d5a03e728c","type":"Microsoft.Authorization/roleAssignments","name":"77daac38-9839-4b00-921b-e5d5a03e728c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9693df58-7f72-4974-9bd3-1c3ceb0382f1","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-11-29T09:40:04.3180033Z","updatedOn":"2018-11-29T09:40:04.3180033Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7","type":"Microsoft.Authorization/roleAssignments","name":"ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"d1f96755-9bcf-44b8-ab82-df67360496c4","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-05-08T10:28:08.2854940Z","updatedOn":"2020-05-08T10:28:08.2854940Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dfb3ca56-a0d4-44ce-ba35-b716c3fdab86","type":"Microsoft.Authorization/roleAssignments","name":"dfb3ca56-a0d4-44ce-ba35-b716c3fdab86"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-31T09:26:43.6440415Z","updatedOn":"2018-12-31T09:26:43.6440415Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45744ea8-780f-4f3e-88aa-b73d7f6997b2","type":"Microsoft.Authorization/roleAssignments","name":"45744ea8-780f-4f3e-88aa-b73d7f6997b2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e65078fb-6b02-434a-9f11-d06bf9bc0600","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-10-25T23:42:36.3444507Z","updatedOn":"2018-10-25T23:42:36.3444507Z","createdBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","updatedBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e7ce51e8-4109-41d7-bc10-538b089599db","type":"Microsoft.Authorization/roleAssignments","name":"e7ce51e8-4109-41d7-bc10-538b089599db"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a7782e0f-1f9a-4882-b2c9-11227aad244e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-06-16T04:32:50.9673703Z","updatedOn":"2020-06-16T04:32:50.9673703Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fa21f2f-81c3-47b6-b706-650b359b96c3","type":"Microsoft.Authorization/roleAssignments","name":"9fa21f2f-81c3-47b6-b706-650b359b96c3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"00b14177-f4d2-4a4b-94f6-6e80f75745c9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T09:49:11.3750683Z","updatedOn":"2020-03-12T09:49:11.3750683Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fff0abf3-3cf7-46be-8bc7-1d1619a160fb","type":"Microsoft.Authorization/roleAssignments","name":"fff0abf3-3cf7-46be-8bc7-1d1619a160fb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T10:28:45.4880023Z","updatedOn":"2019-08-26T10:28:45.4880023Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/397a3c9c-c258-4d4e-834d-00cc08227796","type":"Microsoft.Authorization/roleAssignments","name":"397a3c9c-c258-4d4e-834d-00cc08227796"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-05T04:29:28.7359096Z","updatedOn":"2018-12-05T04:29:28.7359096Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c830f42-5f89-4d8b-8f93-d3dc936f33bd","type":"Microsoft.Authorization/roleAssignments","name":"3c830f42-5f89-4d8b-8f93-d3dc936f33bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-08T08:38:50.1742930Z","updatedOn":"2020-04-08T08:38:50.1742930Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5293a96b-830e-45f4-9e9e-22d7d020f0d8","type":"Microsoft.Authorization/roleAssignments","name":"5293a96b-830e-45f4-9e9e-22d7d020f0d8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3421d717-ca60-44e7-a9a1-773acec4e503","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T09:40:14.7658272Z","updatedOn":"2019-10-23T09:40:14.7658272Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/34b29558-faf9-43f0-a194-35ca0aa99fc5","type":"Microsoft.Authorization/roleAssignments","name":"34b29558-faf9-43f0-a194-35ca0aa99fc5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3dc88d41-4d03-4105-970d-937e56de3839","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-06-27T12:59:44.6557891Z","updatedOn":"2019-06-27T12:59:44.6557891Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e57ab8d1-ce9a-4925-b09f-2567492d9b22","type":"Microsoft.Authorization/roleAssignments","name":"e57ab8d1-ce9a-4925-b09f-2567492d9b22"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"62c799b8-9b54-4c3d-97c9-9490d16a6a9a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-08T13:01:20.9953919Z","updatedOn":"2019-08-08T13:01:20.9953919Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e1b91810-0781-462d-9517-764e4a033822","type":"Microsoft.Authorization/roleAssignments","name":"e1b91810-0781-462d-9517-764e4a033822"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T08:03:15.6803676Z","updatedOn":"2019-10-23T08:03:15.6803676Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/facbac06-ddab-437d-949a-207593fddfff","type":"Microsoft.Authorization/roleAssignments","name":"facbac06-ddab-437d-949a-207593fddfff"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"978b254a-54be-42af-80f5-e2a37b2e40e5","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-07-08T06:57:57.0377373Z","updatedOn":"2019-07-08T06:57:57.0377373Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e","type":"Microsoft.Authorization/roleAssignments","name":"89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-17T09:14:08.7913669Z","updatedOn":"2020-04-17T09:14:08.7913669Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/950c635a-23a5-4a0e-8eb6-c53e929c9699","type":"Microsoft.Authorization/roleAssignments","name":"950c635a-23a5-4a0e-8eb6-c53e929c9699"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:46.8918844Z","updatedOn":"2022-10-03T10:52:46.8918844Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5a8b530-0e4c-40d9-a003-167e38138f34","type":"Microsoft.Authorization/roleAssignments","name":"c5a8b530-0e4c-40d9-a003-167e38138f34"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"ce439730-9009-4c60-b582-277f5b9b5c47","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:47.6507241Z","updatedOn":"2022-10-03T10:52:47.6507241Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/adfaf7e6-895a-432b-9f63-650c5855b6b5","type":"Microsoft.Authorization/roleAssignments","name":"adfaf7e6-895a-432b-9f63-650c5855b6b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8a1cd6d0-5c03-4720-8cc7-22adbc865bad","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-06T10:00:44.6775425Z","updatedOn":"2022-10-06T10:00:44.6775425Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/21a219c4-e4ea-4572-9b97-ab829ee70b0b","type":"Microsoft.Authorization/roleAssignments","name":"21a219c4-e4ea-4572-9b97-ab829ee70b0b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"ba20023e-4ef7-4929-8693-f3f37fdb7667","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-19T06:48:34.7902721Z","updatedOn":"2022-10-19T06:48:34.7902721Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/70fc8a72-c6e9-4644-95d6-f27efe137007","type":"Microsoft.Authorization/roleAssignments","name":"70fc8a72-c6e9-4644-95d6-f27efe137007"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab","principalId":"cda54502-7b02-4c29-bacd-2ac17bb3fee4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-20T05:10:54.0749901Z","updatedOn":"2022-10-20T05:10:54.0749901Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a49a99d3-cfb9-4f66-b694-b3a7803fe02b","type":"Microsoft.Authorization/roleAssignments","name":"a49a99d3-cfb9-4f66-b694-b3a7803fe02b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"d6e6b7d9-6bee-44e9-a115-608b26453747","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-11-04T09:20:20.9539814Z","updatedOn":"2022-11-04T09:20:20.9539814Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5ead22ad-d09b-4591-8d0f-a571ef0dedb2","type":"Microsoft.Authorization/roleAssignments","name":"5ead22ad-d09b-4591-8d0f-a571ef0dedb2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.2924849Z","updatedOn":"2022-12-13T12:39:32.2924849Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1a2a40b4-9a41-4578-a6f5-e34068ff3bf6","type":"Microsoft.Authorization/roleAssignments","name":"1a2a40b4-9a41-4578-a6f5-e34068ff3bf6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.4781119Z","updatedOn":"2022-12-13T12:39:32.4781119Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fc9183c-bfec-41be-8c2b-2cc55420f6c1","type":"Microsoft.Authorization/roleAssignments","name":"9fc9183c-bfec-41be-8c2b-2cc55420f6c1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"fc8bd99b-292d-4396-ac07-7e46bf989efa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-04T09:17:14.5148296Z","updatedOn":"2023-01-04T09:17:14.5148296Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5c4e131f-5843-5474-af9f-427c1fca982d","type":"Microsoft.Authorization/roleAssignments","name":"5c4e131f-5843-5474-af9f-427c1fca982d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c0c54612-5a75-40a2-8a0c-bf70ab0847ba","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-13T04:47:48.8296778Z","updatedOn":"2023-01-13T04:47:48.8296778Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b56bdd79-3e27-4d79-b73b-4dc8625a172a","type":"Microsoft.Authorization/roleAssignments","name":"b56bdd79-3e27-4d79-b73b-4dc8625a172a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a4eae46b-a9d0-4586-8ac9-ba91b29f1d57","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-02-01T10:05:44.6784242Z","updatedOn":"2022-02-01T10:05:44.6784242Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8af2fb3a-292c-42a8-a870-1751c4ec4870","type":"Microsoft.Authorization/roleAssignments","name":"8af2fb3a-292c-42a8-a870-1751c4ec4870"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"85c33f6f-5d69-4b0e-bc06-95a7d3193519","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-04T09:52:52.7340040Z","updatedOn":"2022-05-04T09:52:52.7340040Z","createdBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","updatedBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6a4f635c-309c-4a1d-8eea-86fb5aa91d80","type":"Microsoft.Authorization/roleAssignments","name":"6a4f635c-309c-4a1d-8eea-86fb5aa91d80"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-12T06:55:02.9137483Z","updatedOn":"2022-05-12T06:55:02.9137483Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a5bd1b6d-0084-40ec-9126-2250536b4778","type":"Microsoft.Authorization/roleAssignments","name":"a5bd1b6d-0084-40ec-9126-2250536b4778"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"f2cee52e-3d75-4f49-acc4-b5aaf72232ee","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T11:01:05.6238088Z","updatedOn":"2022-06-03T11:01:05.6238088Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2bd63fbe-e197-434f-ba1e-016bad298ff7","type":"Microsoft.Authorization/roleAssignments","name":"2bd63fbe-e197-434f-ba1e-016bad298ff7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:20:41.1511200Z","updatedOn":"2022-06-03T13:22:39.1076287Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f12c7867-43e5-5530-98e9-9d8a2f39fb92","type":"Microsoft.Authorization/roleAssignments","name":"f12c7867-43e5-5530-98e9-9d8a2f39fb92"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:37:09.9515887Z","updatedOn":"2022-06-03T14:40:22.4040874Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/bace23ac-6978-5318-a146-d49599599b02","type":"Microsoft.Authorization/roleAssignments","name":"bace23ac-6978-5318-a146-d49599599b02"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-06T11:22:08.5127363Z","updatedOn":"2022-06-06T11:22:08.5127363Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/df253c65-35fc-4ff6-9a32-39b3fe20a6e3","type":"Microsoft.Authorization/roleAssignments","name":"df253c65-35fc-4ff6-9a32-39b3fe20a6e3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5f137a67-1b88-4f98-aa20-b71a7082dc56","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-10T14:11:57.5623976Z","updatedOn":"2022-06-10T14:11:57.5623976Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e409f573-8bda-4b7e-854a-61c445d36c6f","type":"Microsoft.Authorization/roleAssignments","name":"e409f573-8bda-4b7e-854a-61c445d36c6f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-22T11:28:57.2073063Z","updatedOn":"2022-06-22T11:28:57.2073063Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb","type":"Microsoft.Authorization/roleAssignments","name":"c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:19:22.2256200Z","updatedOn":"2022-06-23T09:19:22.2256200Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/344b17ae-cabf-4a33-9a9d-ba30fefcbadc","type":"Microsoft.Authorization/roleAssignments","name":"344b17ae-cabf-4a33-9a9d-ba30fefcbadc"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2b81557b-8e7a-4df8-9a41-e59844f627c2","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:25:03.9969293Z","updatedOn":"2022-06-23T09:25:03.9969293Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/13a7f7c7-7364-4f9b-ba92-5430f17b29b5","type":"Microsoft.Authorization/roleAssignments","name":"13a7f7c7-7364-4f9b-ba92-5430f17b29b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-24T07:04:04.5965087Z","updatedOn":"2022-06-24T07:04:04.5965087Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ba604c54-80e1-490e-a123-9ef9d477536b","type":"Microsoft.Authorization/roleAssignments","name":"ba604c54-80e1-490e-a123-9ef9d477536b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-25T04:10:10.7065168Z","updatedOn":"2022-06-25T04:10:10.7065168Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/916a749f-b61f-4ba4-8c28-46217c3a7b4e","type":"Microsoft.Authorization/roleAssignments","name":"916a749f-b61f-4ba4-8c28-46217c3a7b4e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T07:37:58.3152810Z","updatedOn":"2022-06-27T07:37:58.3152810Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0a1046d6-ba58-491f-b473-403ec29cd2be","type":"Microsoft.Authorization/roleAssignments","name":"0a1046d6-ba58-491f-b473-403ec29cd2be"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:21:12.2347431Z","updatedOn":"2022-06-27T08:21:12.2347431Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/abc6fbbe-d4a8-4315-9532-82e90334dcc9","type":"Microsoft.Authorization/roleAssignments","name":"abc6fbbe-d4a8-4315-9532-82e90334dcc9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:17.8582970Z","updatedOn":"2022-06-27T08:43:17.8582970Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8f0bb0e-1495-48f0-aa68-33c364310cfb","type":"Microsoft.Authorization/roleAssignments","name":"b8f0bb0e-1495-48f0-aa68-33c364310cfb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:18.7801612Z","updatedOn":"2022-06-27T08:43:18.7801612Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1","type":"Microsoft.Authorization/roleAssignments","name":"b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"b864e281-c12e-45c6-a0c7-6046a7de5481","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-30T10:50:49.6196941Z","updatedOn":"2022-06-30T10:50:49.6196941Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/61b7cfe4-f4db-49b0-b329-bb5fad775973","type":"Microsoft.Authorization/roleAssignments","name":"61b7cfe4-f4db-49b0-b329-bb5fad775973"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:11.7388086Z","updatedOn":"2022-07-01T08:15:11.7388086Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/86db086e-0442-5eef-8ebc-1d8d28a4d03a","type":"Microsoft.Authorization/roleAssignments","name":"86db086e-0442-5eef-8ebc-1d8d28a4d03a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:12.7940996Z","updatedOn":"2022-07-01T08:15:12.7940996Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cbcefba6-df6c-5670-9e02-9e09f7964d9c","type":"Microsoft.Authorization/roleAssignments","name":"cbcefba6-df6c-5670-9e02-9e09f7964d9c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"fe7b070d-f778-4cfd-8acf-eda94f397a89","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-29T07:15:07.9544255Z","updatedOn":"2022-07-29T07:15:07.9544255Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/efb13d06-875d-40e3-81d5-195824e19188","type":"Microsoft.Authorization/roleAssignments","name":"efb13d06-875d-40e3-81d5-195824e19188"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f8520195-1c62-47ff-8c01-e394155b52f1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-10T11:13:36.6792855Z","updatedOn":"2022-08-10T11:13:36.6792855Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c9150af-abd1-4d00-9c16-acb375857df6","type":"Microsoft.Authorization/roleAssignments","name":"3c9150af-abd1-4d00-9c16-acb375857df6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f4bfeb83-a4cc-43e8-bee0-9808b5d0918d","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-24T05:51:56.3337713Z","updatedOn":"2022-08-24T05:51:56.3337713Z","createdBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","updatedBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3caa2a04-62bf-4a33-80f5-056840e59fb4","type":"Microsoft.Authorization/roleAssignments","name":"3caa2a04-62bf-4a33-80f5-056840e59fb4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"608ca1e9-e854-46c6-984f-d812d0e657e6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-30T13:32:28.1332524Z","updatedOn":"2022-08-30T13:32:28.1332524Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2719b245-3aeb-4cc0-92bc-6f63eea0dcbf","type":"Microsoft.Authorization/roleAssignments","name":"2719b245-3aeb-4cc0-92bc-6f63eea0dcbf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"68df126e-00a9-4775-995d-233a4ffc3a19","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-17T09:26:11.0806114Z","updatedOn":"2023-02-17T09:26:11.0806114Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/76d326c3-4c6a-46f5-9b7d-6cdce259d963","type":"Microsoft.Authorization/roleAssignments","name":"76d326c3-4c6a-46f5-9b7d-6cdce259d963"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e147488a-f6f5-4113-8e2d-b22465e65bf6","principalId":"bb529dae-08b3-4aaa-a97b-a815eb240212","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-17T10:00:44.9499565Z","updatedOn":"2023-02-17T10:00:44.9499565Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e02834f2-9857-4cd4-84bf-f5060c059ac4","type":"Microsoft.Authorization/roleAssignments","name":"e02834f2-9857-4cd4-84bf-f5060c059ac4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"12f8ea5c-1212-449e-b31c-0a574f43076e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-21T07:25:21.5000321Z","updatedOn":"2023-02-21T07:25:21.5000321Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cfa66353-d8d2-44a8-9b6b-47d96c034467","type":"Microsoft.Authorization/roleAssignments","name":"cfa66353-d8d2-44a8-9b6b-47d96c034467"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"cf46d636-b6c1-406c-aba7-b2c3d9ed07da","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-22T08:19:42.6910275Z","updatedOn":"2023-02-22T08:19:42.6910275Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d2fa9741-5fdd-4c70-92d0-68d9ac1c8d47","type":"Microsoft.Authorization/roleAssignments","name":"d2fa9741-5fdd-4c70-92d0-68d9ac1c8d47"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5514cdb4-15e2-4c34-8c01-f5d04b6b6c67","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-24T13:51:44.3846278Z","updatedOn":"2023-02-24T13:51:44.3846278Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dab90611-db6d-4f9f-8082-df6726f52495","type":"Microsoft.Authorization/roleAssignments","name":"dab90611-db6d-4f9f-8082-df6726f52495"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"97cccd32-7f48-4221-94cd-b8528c8b17a6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-26T18:44:26.0648974Z","updatedOn":"2023-02-26T18:44:26.0648974Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fa32041b-2f55-4362-90b5-95d4a83ffd93","type":"Microsoft.Authorization/roleAssignments","name":"fa32041b-2f55-4362-90b5-95d4a83ffd93"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"493cef5f-b385-4b17-9f23-1f8b4b4ac3d6","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-13T07:48:30.0411477Z","updatedOn":"2023-03-13T07:48:30.0411477Z","createdBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","updatedBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/177c0e16-cfcb-406f-904d-09fb218aa5eb","type":"Microsoft.Authorization/roleAssignments","name":"177c0e16-cfcb-406f-904d-09fb218aa5eb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05","principalId":"5289bf2b-79f3-4c31-8d60-db42c3fd002a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-13T10:44:18.1488916Z","updatedOn":"2023-03-13T10:44:18.1488916Z","createdBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","updatedBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/588736e7-fbe0-4821-ae33-2c06f552124a","type":"Microsoft.Authorization/roleAssignments","name":"588736e7-fbe0-4821-ae33-2c06f552124a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1162ad4b-7287-4f49-8c3e-06e04512f639","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-14T12:31:55.1770447Z","updatedOn":"2023-03-14T12:31:55.1770447Z","createdBy":"becb4b6b-fe16-413b-a5c3-90355e0b2982","updatedBy":"becb4b6b-fe16-413b-a5c3-90355e0b2982","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5740e7f-0f13-4653-8abd-f482f3559150","type":"Microsoft.Authorization/roleAssignments","name":"c5740e7f-0f13-4653-8abd-f482f3559150"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"64ab57a6-67bf-4631-ac7f-b731f27f5de9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-04-04T05:25:33.2395033Z","updatedOn":"2023-04-04T05:25:33.2395033Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0be91191-86bc-4569-8b76-aae8fd209ac4","type":"Microsoft.Authorization/roleAssignments","name":"0be91191-86bc-4569-8b76-aae8fd209ac4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"64ab57a6-67bf-4631-ac7f-b731f27f5de9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-04-05T14:05:31.2947743Z","updatedOn":"2023-04-05T14:05:31.2947743Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ffaae57b-fa9e-450b-a428-ea4351af0cbd","type":"Microsoft.Authorization/roleAssignments","name":"ffaae57b-fa9e-450b-a428-ea4351af0cbd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"20be776b-53ea-4f69-aea8-e63cd646bf2a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T05:15:12.7382306Z","updatedOn":"2023-05-02T05:15:12.7382306Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d3962592-e471-4400-92b3-22e07f918945","type":"Microsoft.Authorization/roleAssignments","name":"d3962592-e471-4400-92b3-22e07f918945"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"b4a3721a-5084-4986-a20a-303f9d6f5040","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T07:57:32.1970984Z","updatedOn":"2023-05-02T07:57:32.1970984Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/665d47a7-45b8-4799-9950-b81892b71d02","type":"Microsoft.Authorization/roleAssignments","name":"665d47a7-45b8-4799-9950-b81892b71d02"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"0e79e07c-dd40-403a-aaa1-1b1a0db2c679","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T07:57:32.2974094Z","updatedOn":"2023-05-02T07:57:32.2974094Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6dc7c22d-6a46-43c8-bb1f-c21b9790f90f","type":"Microsoft.Authorization/roleAssignments","name":"6dc7c22d-6a46-43c8-bb1f-c21b9790f90f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2c62cfe7-2fb7-4fa7-8a70-363587961c3a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-03T06:56:50.3041561Z","updatedOn":"2023-05-03T06:56:50.3041561Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a8d72b29-195f-4fcb-871f-98944442ea1e","type":"Microsoft.Authorization/roleAssignments","name":"a8d72b29-195f-4fcb-871f-98944442ea1e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"b7ad5249-b614-4703-9aaf-5a445d177366","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T19:07:21.6725580Z","updatedOn":"2023-05-09T19:07:21.6725580Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/47c78059-3d33-4369-971b-f9bde9ac1466","type":"Microsoft.Authorization/roleAssignments","name":"47c78059-3d33-4369-971b-f9bde9ac1466"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"dac0942a-cc2b-49f9-9492-56a21ce8f8fc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T19:07:37.0703045Z","updatedOn":"2023-05-09T19:07:37.0703045Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/e0758e90-9d03-4a0c-b32f-372a6de27179","type":"Microsoft.Authorization/roleAssignments","name":"e0758e90-9d03-4a0c-b32f-372a6de27179"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"4e2127ca-c3b6-476d-affc-c5bce10eabe6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T20:28:20.0518605Z","updatedOn":"2023-05-09T20:28:20.0518605Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/65377e4a-2653-4567-ac70-91e29c7920f6","type":"Microsoft.Authorization/roleAssignments","name":"65377e4a-2653-4567-ac70-91e29c7920f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"8d1c13af-2a76-44e9-aa48-2d8445c943aa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T04:45:13.0937078Z","updatedOn":"2023-05-10T04:45:13.0937078Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/2d57d37b-1f25-456a-bc06-2a4b6ff1d1ba","type":"Microsoft.Authorization/roleAssignments","name":"2d57d37b-1f25-456a-bc06-2a4b6ff1d1ba"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"f2dd956f-36a4-426f-a222-6ab124ebf029","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T06:34:19.1943426Z","updatedOn":"2023-05-10T06:34:19.1943426Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/610fd0a6-6682-4cfd-abfe-985d4a9efedf","type":"Microsoft.Authorization/roleAssignments","name":"610fd0a6-6682-4cfd-abfe-985d4a9efedf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"1c181e6a-7ccc-44cb-86b8-a7bc0539b418","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T06:40:27.0353845Z","updatedOn":"2023-05-10T06:40:27.0353845Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/0af36067-e13a-4e45-968c-9000682bbd20","type":"Microsoft.Authorization/roleAssignments","name":"0af36067-e13a-4e45-968c-9000682bbd20"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"47c67572-a570-4da7-a4b9-58324ab5a952","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T07:26:43.2407286Z","updatedOn":"2023-05-10T07:26:43.2407286Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/0bed8139-dc1a-4d0c-ac99-f999224a9a89","type":"Microsoft.Authorization/roleAssignments","name":"0bed8139-dc1a-4d0c-ac99-f999224a9a89"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"9c93976b-8f0d-424e-ad3f-eee4e19e4975","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T07:44:55.4379405Z","updatedOn":"2023-05-10T07:44:55.4379405Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/aa737767-4250-44e0-8bc1-87c7a57c8e11","type":"Microsoft.Authorization/roleAssignments","name":"aa737767-4250-44e0-8bc1-87c7a57c8e11"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"65011827-99b8-4919-904c-b1cd8dd91338","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T08:07:02.0326713Z","updatedOn":"2023-05-10T08:07:02.0326713Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/9ecbdd01-8fe2-4145-b05e-ddcbf066f97b","type":"Microsoft.Authorization/roleAssignments","name":"9ecbdd01-8fe2-4145-b05e-ddcbf066f97b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"bcfc55e4-5eca-447b-a606-2d6fadf6a62d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-16T08:57:02.4178722Z","updatedOn":"2023-05-16T08:57:02.4178722Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/fee65814-7e14-4cff-bd3a-aa5538066cda","type":"Microsoft.Authorization/roleAssignments","name":"fee65814-7e14-4cff-bd3a-aa5538066cda"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"ab0849d6-1c69-46ad-848b-9352e42983c3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-16T09:58:56.5588413Z","updatedOn":"2023-05-16T09:58:56.5588413Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/dcdce87f-0ae7-4bb9-93b3-8deb96aa5603","type":"Microsoft.Authorization/roleAssignments","name":"dcdce87f-0ae7-4bb9-93b3-8deb96aa5603"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"58855564-8091-4c8e-ad53-d10b8fff0527","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-17T06:33:02.7277301Z","updatedOn":"2023-05-17T06:33:02.7277301Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1a38fd1e-c445-4178-9b06-e50cfaa7cdaf","type":"Microsoft.Authorization/roleAssignments","name":"1a38fd1e-c445-4178-9b06-e50cfaa7cdaf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c24456e1-8136-48ee-97c9-b1f01906af77","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-17T06:33:02.7640554Z","updatedOn":"2023-05-17T06:33:02.7640554Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/895912bb-0d13-4469-b7fb-b479b1dc3e5b","type":"Microsoft.Authorization/roleAssignments","name":"895912bb-0d13-4469-b7fb-b479b1dc3e5b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"f8520195-1c62-47ff-8c01-e394155b52f1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-18T06:12:44.5863814Z","updatedOn":"2023-05-18T06:12:44.5863814Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/eb75e461-0299-4c74-aa17-e02717312d32","type":"Microsoft.Authorization/roleAssignments","name":"eb75e461-0299-4c74-aa17-e02717312d32"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f58310d9-a9f6-439a-9e8d-f62e7b41a168","principalId":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T04:48:16.7740488Z","updatedOn":"2023-05-25T04:48:16.7740488Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f7ea54ed-f06b-47ea-ac38-8fe1173e9344","type":"Microsoft.Authorization/roleAssignments","name":"f7ea54ed-f06b-47ea-ac38-8fe1173e9344"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"24719501-c5d0-47d3-bbbf-20ef4c630c73","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T11:29:34.9377098Z","updatedOn":"2023-05-25T11:29:34.9377098Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/74873008-c382-41fb-ab10-b77460ba663a","type":"Microsoft.Authorization/roleAssignments","name":"74873008-c382-41fb-ab10-b77460ba663a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"d68108d1-33be-4b4f-947c-af634d4ef0aa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T13:00:39.1658815Z","updatedOn":"2023-05-28T13:00:39.1658815Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/a4018116-4185-452c-962b-ff9798e8d095","type":"Microsoft.Authorization/roleAssignments","name":"a4018116-4185-452c-962b-ff9798e8d095"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"fd2d4224-3b78-4a92-8b95-816ddd087506","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T13:21:31.4986279Z","updatedOn":"2023-05-28T13:21:31.4986279Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/6135d590-c6b4-4bfc-81ed-265d47bf6d83","type":"Microsoft.Authorization/roleAssignments","name":"6135d590-c6b4-4bfc-81ed-265d47bf6d83"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"06fc8cbf-37d3-4d1b-8299-69c4df3b572c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T13:50:05.8544280Z","updatedOn":"2023-05-28T13:50:05.8544280Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/6e9ddf07-f19f-46e5-bd41-8269825bacb8","type":"Microsoft.Authorization/roleAssignments","name":"6e9ddf07-f19f-46e5-bd41-8269825bacb8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"b8c65349-51a7-45d5-8a1d-1bc091055724","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T17:11:06.3532653Z","updatedOn":"2023-05-28T17:11:06.3532653Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/cdd77e4e-26b0-434e-bd94-8ccb0402851a","type":"Microsoft.Authorization/roleAssignments","name":"cdd77e4e-26b0-434e-bd94-8ccb0402851a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0973816d-8dc6-47d2-9512-02ddd0032251","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T03:47:22.3217709Z","updatedOn":"2023-05-29T03:47:22.3217709Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/115c9028-901c-49b3-b4e6-ee1ae2fc9559","type":"Microsoft.Authorization/roleAssignments","name":"115c9028-901c-49b3-b4e6-ee1ae2fc9559"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"79793a4f-03bc-49c5-94a8-73a4e1d2276c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T04:16:24.8812962Z","updatedOn":"2023-05-29T04:16:24.8812962Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/72f546f8-0d39-4307-8e43-d8c9c3358660","type":"Microsoft.Authorization/roleAssignments","name":"72f546f8-0d39-4307-8e43-d8c9c3358660"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"05ec8271-e220-44df-a9f6-74e84eb27e52","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T04:52:01.7085397Z","updatedOn":"2023-05-29T04:52:01.7085397Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/c018ff99-c084-4cc7-bb78-ec7e0ee4c8ad","type":"Microsoft.Authorization/roleAssignments","name":"c018ff99-c084-4cc7-bb78-ec7e0ee4c8ad"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"13c9deb2-46ff-4e76-a859-e575f64defd3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T06:13:32.3227516Z","updatedOn":"2023-05-29T06:13:32.3227516Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/1e9624b0-c8ab-41f0-8fe7-154cc43a36e0","type":"Microsoft.Authorization/roleAssignments","name":"1e9624b0-c8ab-41f0-8fe7-154cc43a36e0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"cd118008-62f9-4683-bf6b-bf7c833da40b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T06:48:34.8262341Z","updatedOn":"2023-05-29T06:48:34.8262341Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/f8b1fb2e-371e-492c-ad43-cd40c0b41366","type":"Microsoft.Authorization/roleAssignments","name":"f8b1fb2e-371e-492c-ad43-cd40c0b41366"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"d3acdbc2-f477-46b6-8ea5-162fa7714dd9","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T07:02:39.9034813Z","updatedOn":"2023-05-29T07:02:39.9034813Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/d2eacb25-a448-49c4-aa13-beca26fa852d","type":"Microsoft.Authorization/roleAssignments","name":"d2eacb25-a448-49c4-aa13-beca26fa852d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e6286d47-3c0c-4fa9-ba6b-95999e5cebdc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T08:50:45.9998823Z","updatedOn":"2023-05-29T08:50:45.9998823Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/21baa433-6363-4745-bd9a-4f4977c92a1b","type":"Microsoft.Authorization/roleAssignments","name":"21baa433-6363-4745-bd9a-4f4977c92a1b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-29T13:53:37.6422713Z","updatedOn":"2023-05-29T13:53:37.6422713Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b65f7c25-3f4f-44f7-9c48-fe96b51576e0","type":"Microsoft.Authorization/roleAssignments","name":"b65f7c25-3f4f-44f7-9c48-fe96b51576e0"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"490e52a9-30c5-4515-b8d9-04afd8b85e9c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T04:01:53.3749224Z","updatedOn":"2023-05-30T04:01:53.3749224Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/4d815349-c254-4d67-b406-aa287564aee3","type":"Microsoft.Authorization/roleAssignments","name":"4d815349-c254-4d67-b406-aa287564aee3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"8afaf55f-2597-4534-a20f-a2f2afa8d26c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T04:31:42.2587420Z","updatedOn":"2023-05-30T04:31:42.2587420Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/8bbd4bfc-cd89-4bca-860c-a0740ab529f4","type":"Microsoft.Authorization/roleAssignments","name":"8bbd4bfc-cd89-4bca-860c-a0740ab529f4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"aa702226-7b8d-40d7-bfbd-80aae0e595d6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T05:50:47.9480782Z","updatedOn":"2023-05-30T05:50:47.9480782Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/73a88b4a-2094-44c7-9e36-9f40e161d627","type":"Microsoft.Authorization/roleAssignments","name":"73a88b4a-2094-44c7-9e36-9f40e161d627"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"6e415d1f-88e4-4be1-b5f0-b7139659f22e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T06:12:58.3970921Z","updatedOn":"2023-05-30T06:12:58.3970921Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/2cee1665-1c27-46ea-846e-2059d59cfdd1","type":"Microsoft.Authorization/roleAssignments","name":"2cee1665-1c27-46ea-846e-2059d59cfdd1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"c56d7382-c4a9-4ce3-80b6-3cfc95f2fefc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T06:48:09.8374610Z","updatedOn":"2023-05-30T06:48:09.8374610Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/0b01f7a2-3616-4c85-af38-2b19054fc066","type":"Microsoft.Authorization/roleAssignments","name":"0b01f7a2-3616-4c85-af38-2b19054fc066"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0d9dcb06-cdcf-41c4-8c30-4869e71840e7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-30T07:12:17.4876538Z","updatedOn":"2023-05-30T07:12:17.4876538Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/fea43e5c-701b-4426-bd30-159248cb4931","type":"Microsoft.Authorization/roleAssignments","name":"fea43e5c-701b-4426-bd30-159248cb4931"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"28ba77d8-32a0-4d69-b107-8407bb848ede","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-04T13:26:22.1238267Z","updatedOn":"2023-06-04T13:26:22.1238267Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/f8239795-55cb-45af-9097-511279f200c9","type":"Microsoft.Authorization/roleAssignments","name":"f8239795-55cb-45af-9097-511279f200c9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"d69cd189-7562-4657-9b69-b3380d9f64d6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-07T06:51:41.1665272Z","updatedOn":"2023-06-07T06:51:41.1665272Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/be7f7406-9b29-4da2-9268-af6e51d58501","type":"Microsoft.Authorization/roleAssignments","name":"be7f7406-9b29-4da2-9268-af6e51d58501"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c8930b26-8d6f-4b4a-87de-2f8eb04e7cbd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-06-08T09:36:28.7566900Z","updatedOn":"2023-06-08T09:36:28.7566900Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5d1f4c81-f2b6-43c9-8e45-8878bf1d3398","type":"Microsoft.Authorization/roleAssignments","name":"5d1f4c81-f2b6-43c9-8e45-8878bf1d3398"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e07cb74f-f01a-4155-9919-23791bdc05a4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T03:46:27.5192433Z","updatedOn":"2023-06-09T03:46:27.5192433Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/3161b098-fa14-4694-9e1b-1637b373e255","type":"Microsoft.Authorization/roleAssignments","name":"3161b098-fa14-4694-9e1b-1637b373e255"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a959e284-cf37-480d-a37e-aa8eda644fa4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-06-09T09:44:57.4057363Z","updatedOn":"2023-06-09T09:44:57.4057363Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/11096c31-f38b-4aa1-a4be-97eb04b86f2b","type":"Microsoft.Authorization/roleAssignments","name":"11096c31-f38b-4aa1-a4be-97eb04b86f2b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a51d0ef9-9895-4b63-b3f8-354bb7d1a6bb","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-05-21T08:47:39.8177538Z","updatedOn":"2021-05-21T08:47:39.8177538Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/17db6abb-bc45-4967-b313-e470ec9cbbd7","type":"Microsoft.Authorization/roleAssignments","name":"17db6abb-bc45-4967-b313-e470ec9cbbd7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"93e2b483-3ffa-44f8-9965-fdb104b541a2","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-06-29T05:43:19.7216795Z","updatedOn":"2021-06-29T05:43:19.7216795Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c6aff8c2-08b1-5b1a-9c80-d91164226985","type":"Microsoft.Authorization/roleAssignments","name":"c6aff8c2-08b1-5b1a-9c80-d91164226985"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"4f285ac8-5610-4d2f-854c-bfa3d16a2679","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-11T06:55:02.4909144Z","updatedOn":"2021-07-11T06:55:02.4909144Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0cec2ad2-d080-4126-a99f-f61c559b799c","type":"Microsoft.Authorization/roleAssignments","name":"0cec2ad2-d080-4126-a99f-f61c559b799c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"630db480-3ee6-47ec-ae72-5f917d466bad","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:16:28.8833400Z","updatedOn":"2021-07-13T10:16:28.8833400Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/37fe4b2d-0aca-4c27-8511-1e0d18063ec8","type":"Microsoft.Authorization/roleAssignments","name":"37fe4b2d-0aca-4c27-8511-1e0d18063ec8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"279982e7-46cf-4e40-9a3b-156c98285cb7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.5647062Z","updatedOn":"2021-07-13T10:18:48.5647062Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/7907f38d-57a7-431d-82d7-5dfa2ef0a628","type":"Microsoft.Authorization/roleAssignments","name":"7907f38d-57a7-431d-82d7-5dfa2ef0a628"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"790004d0-0112-41ad-92e8-95c464c34476","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.6068337Z","updatedOn":"2021-07-13T10:18:48.6068337Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c9bda26-83c4-4d4c-b00b-c4b58301e539","type":"Microsoft.Authorization/roleAssignments","name":"8c9bda26-83c4-4d4c-b00b-c4b58301e539"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-21T06:38:43.9281998Z","updatedOn":"2021-07-21T06:38:43.9281998Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b553fa81-60dd-45d6-9781-8c2313d68b03","type":"Microsoft.Authorization/roleAssignments","name":"b553fa81-60dd-45d6-9781-8c2313d68b03"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:20.4258578Z","updatedOn":"2021-07-27T04:31:20.4258578Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258","type":"Microsoft.Authorization/roleAssignments","name":"4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:32.4566300Z","updatedOn":"2021-07-27T04:31:32.4566300Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8176bf09-8e96-448a-ab12-eeed360ecce2","type":"Microsoft.Authorization/roleAssignments","name":"8176bf09-8e96-448a-ab12-eeed360ecce2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:48.4577322Z","updatedOn":"2021-07-27T04:31:48.4577322Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45949217-58cc-4c18-93f3-f4c90710ae2d","type":"Microsoft.Authorization/roleAssignments","name":"45949217-58cc-4c18-93f3-f4c90710ae2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:20.8138038Z","updatedOn":"2021-07-27T10:13:20.8138038Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2382b52f-1ec5-430e-ae2a-74f9ed331ced","type":"Microsoft.Authorization/roleAssignments","name":"2382b52f-1ec5-430e-ae2a-74f9ed331ced"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:23.6551958Z","updatedOn":"2021-07-27T10:13:23.6551958Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e5863947-0b21-41b7-9997-c0dfc73eec29","type":"Microsoft.Authorization/roleAssignments","name":"e5863947-0b21-41b7-9997-c0dfc73eec29"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:29.6985440Z","updatedOn":"2021-07-27T10:13:29.6985440Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/28c1cefa-942f-44c5-a4d4-c33bb92abd45","type":"Microsoft.Authorization/roleAssignments","name":"28c1cefa-942f-44c5-a4d4-c33bb92abd45"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8039a424-299a-4014-8b22-4f6d6cc60065","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-11T07:08:31.9935560Z","updatedOn":"2021-08-11T07:08:31.9935560Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/69e0bcfc-b024-4d8b-a3d5-dac447f8986c","type":"Microsoft.Authorization/roleAssignments","name":"69e0bcfc-b024-4d8b-a3d5-dac447f8986c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"8f0340b8-4b70-412b-be19-c4612d49e353","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T11:58:29.6857641Z","updatedOn":"2021-08-20T11:58:29.6857641Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd88236f-eacb-5303-912f-ba1741cf02bd","type":"Microsoft.Authorization/roleAssignments","name":"fd88236f-eacb-5303-912f-ba1741cf02bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0d8f6e68-d6c5-4a67-b6c4-3107609bbdbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T12:31:58.7980661Z","updatedOn":"2021-08-20T12:31:58.7980661Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/146f4a11-8712-583d-89eb-a7b8b82dbaa9","type":"Microsoft.Authorization/roleAssignments","name":"146f4a11-8712-583d-89eb-a7b8b82dbaa9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e2072d83-2379-4f36-ab51-b5df7460c61e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-21T14:40:08.5987892Z","updatedOn":"2021-08-21T14:40:10.5055205Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/842af679-0b58-5eb5-b94c-ff59e4105d7e","type":"Microsoft.Authorization/roleAssignments","name":"842af679-0b58-5eb5-b94c-ff59e4105d7e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-17T09:41:38.5634940Z","updatedOn":"2021-09-17T09:41:38.5634940Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":"for + temp testing purpose"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98fe0117-1e9c-4e37-b8a7-c4a1031d6916","type":"Microsoft.Authorization/roleAssignments","name":"98fe0117-1e9c-4e37-b8a7-c4a1031d6916"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-25T15:23:32.6168771Z","updatedOn":"2021-09-25T15:23:32.6168771Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d852f084-bc9f-4258-9e2c-fcf48b9eaf85","type":"Microsoft.Authorization/roleAssignments","name":"d852f084-bc9f-4258-9e2c-fcf48b9eaf85"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"2778738c-452b-45ca-b8d6-f085836a1458","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-30T07:51:25.2399474Z","updatedOn":"2021-09-30T07:51:25.2399474Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b04a3bdf-b6a6-5ffb-9394-ee5743741597","type":"Microsoft.Authorization/roleAssignments","name":"b04a3bdf-b6a6-5ffb-9394-ee5743741597"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"0ac1f52a-325b-486a-a095-f46ffdd6a9e4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-10-26T01:59:18.6998395Z","updatedOn":"2021-10-26T01:59:18.6998395Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/53a3b238-b4b0-4d3f-b416-8d6dc8d755f6","type":"Microsoft.Authorization/roleAssignments","name":"53a3b238-b4b0-4d3f-b416-8d6dc8d755f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"c3c0d020-16f0-44d8-9950-0250120a33ff","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-02T06:11:03.5575284Z","updatedOn":"2021-11-02T06:11:03.5575284Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1d017732-f67e-5aa1-a4a6-47570078d9f3","type":"Microsoft.Authorization/roleAssignments","name":"1d017732-f67e-5aa1-a4a6-47570078d9f3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-10T08:59:19.7285159Z","updatedOn":"2021-11-10T08:59:19.7285159Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a60357fa-dc0a-4479-a2a9-4329c2d0ae89","type":"Microsoft.Authorization/roleAssignments","name":"a60357fa-dc0a-4479-a2a9-4329c2d0ae89"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8dd77695-d6a5-450d-a43c-67ca01be9fbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-12T10:55:38.3698246Z","updatedOn":"2021-11-12T10:55:38.3698246Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dda5bb75-b74a-4430-975f-5bc9611c4b2d","type":"Microsoft.Authorization/roleAssignments","name":"dda5bb75-b74a-4430-975f-5bc9611c4b2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36243c78-bf99-498c-9df9-86d9f8d28608","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0181010Z","updatedOn":"2021-02-18T06:28:12.0181010Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/804f6223-03eb-4091-b460-82160fc5f818","type":"Microsoft.Authorization/roleAssignments","name":"804f6223-03eb-4091-b460-82160fc5f818"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0168587Z","updatedOn":"2021-02-18T06:28:12.0168587Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8d80e2d6-315c-495c-ab2c-91ddf75edf41","type":"Microsoft.Authorization/roleAssignments","name":"8d80e2d6-315c-495c-ab2c-91ddf75edf41"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"cf46d636-b6c1-406c-aba7-b2c3d9ed07da","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:53:53.1151640Z","updatedOn":"2021-02-26T13:53:53.1151640Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/735e98ed-f4b8-4b7d-9cc9-af4f8ae77252","type":"Microsoft.Authorization/roleAssignments","name":"735e98ed-f4b8-4b7d-9cc9-af4f8ae77252"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8505e3f4-1ee7-427c-a175-a06595231d46","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:54:27.5624477Z","updatedOn":"2021-02-26T13:54:27.5624477Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98c87a9f-b9e7-414b-8b59-bf3ec62dbc74","type":"Microsoft.Authorization/roleAssignments","name":"98c87a9f-b9e7-414b-8b59-bf3ec62dbc74"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-25T12:25:27.2277610Z","updatedOn":"2020-07-25T12:25:27.2277610Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d","type":"Microsoft.Authorization/roleAssignments","name":"fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21ae6127-c385-4ae0-b895-a8559e9aa574","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:35:35.2993523Z","updatedOn":"2020-07-31T08:35:35.2993523Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6af9fbf3-7085-4bcb-b399-88b89fac16d3","type":"Microsoft.Authorization/roleAssignments","name":"6af9fbf3-7085-4bcb-b399-88b89fac16d3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:44:16.2909420Z","updatedOn":"2020-07-31T08:44:16.2909420Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/65080390-e9b5-4566-b362-d1e96c23dae2","type":"Microsoft.Authorization/roleAssignments","name":"65080390-e9b5-4566-b362-d1e96c23dae2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:12:01.6760584Z","updatedOn":"2020-11-03T06:12:01.6760584Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a7a12420-2dce-4a47-822e-68cadf239da3","type":"Microsoft.Authorization/roleAssignments","name":"a7a12420-2dce-4a47-822e-68cadf239da3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3282af51-433d-47e8-b2b5-633fbe0fecc0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:25:32.6790913Z","updatedOn":"2020-11-03T06:25:32.6790913Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/36da831d-10ce-4f42-ba28-362960f6ea36","type":"Microsoft.Authorization/roleAssignments","name":"36da831d-10ce-4f42-ba28-362960f6ea36"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"ce2366a6-64d7-441b-939c-c9d23f91cccd","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T20:43:06.5941189Z","updatedOn":"2020-03-12T20:43:06.5941189Z","createdBy":"606f48c8-d219-4875-991d-ae6befaf0756","updatedBy":"606f48c8-d219-4875-991d-ae6befaf0756","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/ad9e2cd7-0ff7-4931-9b17-656c8f17934b","type":"Microsoft.Authorization/roleAssignments","name":"ad9e2cd7-0ff7-4931-9b17-656c8f17934b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2023-02-21T22:32:46.2324804Z","updatedOn":"2023-02-21T22:32:46.2324804Z","createdBy":"7f1579a6-c648-43a1-ac1e-0c3020dd9b8e","updatedBy":"7f1579a6-c648-43a1-ac1e-0c3020dd9b8e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/df7c1e07-5c2d-4b22-b7b9-fd11a8569db3","type":"Microsoft.Authorization/roleAssignments","name":"df7c1e07-5c2d-4b22-b7b9-fd11a8569db3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772","principalId":"2dd1ea73-4024-489e-83a4-45cb3e962f69","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2023-05-04T20:23:16.3808369Z","updatedOn":"2023-05-04T20:23:16.3808369Z","createdBy":"fa00c2de-57d5-4527-9254-4d513f482d0a","updatedBy":"fa00c2de-57d5-4527-9254-4d513f482d0a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/59109645-7b2b-4278-831a-2e4627ec603d","type":"Microsoft.Authorization/roleAssignments","name":"59109645-7b2b-4278-831a-2e4627ec603d"}]}' + headers: + cache-control: + - no-cache + content-length: + - '124908' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:55:49 GMT + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly + 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: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + Cookie: + - x-ms-gateway-slice=Production + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --restore-request-object --snapshot-resource-group-id -y + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Contributor%27&api-version=2022-04-01 + response: + body: + string: '{"value":[{"properties":{"roleName":"Contributor","type":"BuiltInRole","description":"Grants + full access to manage all resources, but does not allow you to assign roles + in Azure RBAC, manage assignments in Azure Blueprints, or share image galleries.","assignableScopes":["/"],"permissions":[{"actions":["*"],"notActions":["Microsoft.Authorization/*/Delete","Microsoft.Authorization/*/Write","Microsoft.Authorization/elevateAccess/Action","Microsoft.Blueprint/blueprintAssignments/write","Microsoft.Blueprint/blueprintAssignments/delete","Microsoft.Compute/galleries/share/action","Microsoft.Purview/consents/write","Microsoft.Purview/consents/delete"],"dataActions":[],"notDataActions":[]}],"createdOn":"2015-02-02T21:55:09.8806423Z","updatedOn":"2023-05-25T18:33:49.8611163Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","type":"Microsoft.Authorization/roleDefinitions","name":"b24988ac-6180-42a0-ab88-20f7382dd24c"}]}' + headers: + cache-control: + - no-cache + content-length: + - '1055' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:55:49 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + Cookie: + - x-ms-gateway-slice=Production + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --restore-request-object --snapshot-resource-group-id -y + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleDefinitions?api-version=2022-04-01 + response: + body: + string: "{\"value\":[{\"properties\":{\"roleName\":\"Avere Cluster Create\"\ + ,\"type\":\"CustomRole\",\"description\":\"Avere cluster create role used\ + \ by the Avere controller to create a vFXT cluster.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/*\",\"Microsoft.Authorization/roleDefinitions/*\"\ + ,\"Microsoft.Compute/*/read\",\"Microsoft.Compute/availabilitySets/*\",\"\ + Microsoft.Compute/virtualMachines/*\",\"Microsoft.Network/*/read\",\"Microsoft.Network/networkInterfaces/*\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\"\ + ,\"Microsoft.Storage/*/read\",\"Microsoft.Storage/storageAccounts/listKeys/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-11-29T18:46:55.0492387Z\",\"updatedOn\":\"2018-11-29T18:46:55.0492387Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a7b1b19a-0e83-4fe5-935c-faaefbfd18c3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a7b1b19a-0e83-4fe5-935c-faaefbfd18c3\"\ + },{\"properties\":{\"roleName\":\"Avere Cluster Runtime Operator\",\"type\"\ + :\"CustomRole\",\"description\":\"Avere cluster runtime role used by Avere\ + \ clusters running in subscriptions, for the purpose of failing over IP addresses,\ + \ accessing BLOB storage, etc\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/routeTables/read\",\"Microsoft.Network/routeTables/routes/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-08-26T00:41:26.2170858Z\",\"\ + updatedOn\":\"2018-08-26T00:41:26.2170858Z\",\"createdBy\":\"dda50086-5e3d-4a4b-b8bc-f54771104d89\"\ + ,\"updatedBy\":\"dda50086-5e3d-4a4b-b8bc-f54771104d89\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e078ab98-ef3a-4c9a-aba7-12f5172b45d0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e078ab98-ef3a-4c9a-aba7-12f5172b45d0\"\ + },{\"properties\":{\"roleName\":\"Azure Service Deploy Release Management\ + \ Contributor\",\"type\":\"CustomRole\",\"description\":\"Contributor role\ + \ for services deploying through Azure Service Deploy.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*\"],\"notActions\":[\"Microsoft.Authorization/*/Delete\"\ + ,\"Microsoft.Authorization/*/Write\"],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-02-04T02:26:31.5413362Z\",\"updatedOn\":\"2018-01-08T20:20:16.3660174Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/21d96096-b162-414a-8302-d8354f9d91b2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"21d96096-b162-414a-8302-d8354f9d91b2\"\ + },{\"properties\":{\"roleName\":\"CAL-Custom-Role\",\"type\":\"CustomRole\"\ + ,\"description\":\"Lets SAP Cloud Appliance Library application manage Network\ + \ and Compute services, manage Resource Groups and Management locks.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/locks/*\"\ + ,\"Microsoft.Authorization/roleDefinitions/*\",\"Microsoft.Authorization/roleAssignments/*\"\ + ,\"Microsoft.Compute/*\",\"Microsoft.Network/*\",\"Microsoft.Resources/*\"\ + ,\"Microsoft.Storage/*\",\"Microsoft.ContainerService/*\",\"Microsoft.ContainerRegistry/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-05-14T19:30:51.0664585Z\",\"updatedOn\":\"2019-02-19T19:11:57.5963229Z\"\ + ,\"createdBy\":\"dda50086-5e3d-4a4b-b8bc-f54771104d89\",\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7b266cd7-0bba-4ae2-8423-90ede5e1e898\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7b266cd7-0bba-4ae2-8423-90ede5e1e898\"\ + },{\"properties\":{\"roleName\":\"Dsms Role (deprecated)\",\"type\":\"CustomRole\"\ + ,\"description\":\"Custom role used by Dsms to perform operations. Can list\ + \ and regnerate storage account keys.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/regenerateKey/action\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/regeneratekey/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-17T18:02:11.1225951Z\"\ + ,\"updatedOn\":\"2018-01-13T00:21:52.7211696Z\",\"createdBy\":\"ca5f3715-e7dd-427b-b2db-45b6a4a2df87\"\ + ,\"updatedBy\":\"ca5f3715-e7dd-427b-b2db-45b6a4a2df87\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b91f4c0b-46e3-47bb-a242-eecfe23b3b5b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b91f4c0b-46e3-47bb-a242-eecfe23b3b5b\"\ + },{\"properties\":{\"roleName\":\"Dsms Role (do not use)\",\"type\":\"CustomRole\"\ + ,\"description\":\"Custom role used by Dsms to perform operations. Can list\ + \ and regnerate storage account keys.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/regenerateKey/action\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/regeneratekey/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-02-01T07:56:12.5880222Z\"\ + ,\"updatedOn\":\"2018-08-09T17:53:48.5432297Z\",\"createdBy\":\"becb4b6b-fe16-413b-a5c3-90355e0b2982\"\ + ,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7aff565e-6c55-448d-83db-ccf482c6da2f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7aff565e-6c55-448d-83db-ccf482c6da2f\"\ + },{\"properties\":{\"roleName\":\"ExpressRoute Administrator\",\"type\":\"\ + CustomRole\",\"description\":\"Can create, delete and manage ExpressRoutes\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/locks/*\"\ + ,\"Microsoft.Authorization/policyAssignments/*\",\"Microsoft.Authorization/policyDefinitions/*\"\ + ,\"Microsoft.Authorization/roleAssignments/*\",\"Microsoft.ClassicNetwork/*\"\ + ,\"Microsoft.EventGrid/*\",\"Microsoft.Insights/*\",\"Microsoft.Network/*\"\ + ,\"Microsoft.Resources/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-08-31T03:51:32.2843055Z\",\"updatedOn\":\"2019-03-20T22:55:18.8222085Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a48d7896-14b4-4889-afef-fbb65a96e5a2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a48d7896-14b4-4889-afef-fbb65a96e5a2\"\ + },{\"properties\":{\"roleName\":\"GenevaWarmPathResourceContributor\",\"type\"\ + :\"CustomRole\",\"description\":\"Can manage service bus and storage accounts.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.EventHub/namespaces/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/*\",\"Microsoft.ServiceBus/namespaces/*\"\ + ,\"Microsoft.Storage/storageAccounts/*\",\"Microsoft.Storage/storageAccounts/managementPolicies/write\"\ + ,\"Microsoft.Storage/storageAccounts/managementPolicies/read\",\"Microsoft.Storage/storageAccounts/managementPolicies/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-03-14T22:30:10.1999436Z\",\"updatedOn\":\"2022-02-28T23:26:40.0052537Z\"\ + ,\"createdBy\":null,\"updatedBy\":\"acis\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9f15f5f5-77bd-413a-aa88-4b9c68b1e7bc\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9f15f5f5-77bd-413a-aa88-4b9c68b1e7bc\"\ + },{\"properties\":{\"roleName\":\"masterreader\",\"type\":\"CustomRole\",\"\ + description\":\"Lets you view everything, but not make any changes.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2017-11-14T23:38:05.3353858Z\"\ + ,\"updatedOn\":\"2017-11-14T23:38:05.3353858Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a48d7796-14b4-4889-afef-fbb65a93e5a2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a48d7796-14b4-4889-afef-fbb65a93e5a2\"\ + },{\"properties\":{\"roleName\":\"Microsoft OneAsset Reader\",\"type\":\"\ + CustomRole\",\"description\":\"This role is for Microsoft OneAsset team (CSEO)\ + \ to track internal security compliance and resource utilization.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachines/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-03-27T23:51:08.6333052Z\",\"updatedOn\":\"2019-04-02T20:35:43.3396263Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd1bb084-1503-4bd2-99c0-630220046786\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fd1bb084-1503-4bd2-99c0-630220046786\"\ + },{\"properties\":{\"roleName\":\"Office DevOps\",\"type\":\"CustomRole\"\ + ,\"description\":\"Custom access for developers to operations but not secrets.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachineScaleSets/restart/action\"\ + ,\"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/restart/action\"\ + ,\"Microsoft.Sql/servers/databases/replicationLinks/delete\",\"Microsoft.Sql/servers/databases/replicationLinks/failover/action\"\ + ,\"Microsoft.Sql/servers/databases/replicationLinks/forceFailoverAllowDataLoss/action\"\ + ,\"Microsoft.Sql/servers/databases/replicationLinks/operationResults/read\"\ + ,\"Microsoft.Sql/servers/databases/replicationLinks/read\",\"Microsoft.Sql/servers/databases/replicationLinks/unlink/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2016-10-07T08:11:46.1639398Z\",\"updatedOn\":\"2017-03-16T18:43:08.3234306Z\"\ + ,\"createdBy\":\"25aea6be-b605-4347-a92d-33e178e412ec\",\"updatedBy\":\"25aea6be-b605-4347-a92d-33e178e412ec\"\ + },\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7fd64851-3279-459b-b614-e2b2ba760f5b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7fd64851-3279-459b-b614-e2b2ba760f5b\"\ + },{\"properties\":{\"roleName\":\"GenevaWarmPathStorageBlobContributor\",\"\ + type\":\"CustomRole\",\"description\":\"Geneva Warm Path Storage Blob Contributor\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/lease/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/lock/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/extend/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/delete\"\ + ,\"Microsoft.Storage/storageAccounts/managementPolicies/write\",\"Microsoft.Storage/storageAccounts/managementPolicies/read\"\ + ,\"Microsoft.Storage/storageAccounts/managementPolicies/delete\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-12-06T22:46:27.1365630Z\"\ + ,\"updatedOn\":\"2022-02-28T23:26:40.4152515Z\",\"createdBy\":null,\"updatedBy\"\ + :\"acis\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a16c43ca-2d67-4dcd-9ded-6412f5edc51a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a16c43ca-2d67-4dcd-9ded-6412f5edc51a\"\ + },{\"properties\":{\"roleName\":\"Azure Service Deploy Release Management\ + \ Restricted Owner\",\"type\":\"CustomRole\",\"description\":\"Restricted\ + \ owner role for services deploying through Azure Service Deploy.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*\"],\"notActions\":[\"Microsoft.Authorization/*/Delete\"\ + ,\"Microsoft.Authorization/*/Write\"],\"dataActions\":[],\"notDataActions\"\ + :[]},{\"actions\":[\"Microsoft.Authorization/roleAssignments/write\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]},{\"actions\":[\"Microsoft.Authorization/locks/write\"\ + ,\"Microsoft.Authorization/policyassignments/write\",\"Microsoft.Authorization/policydefinitions/write\"\ + ,\"Microsoft.Authorization/policysetdefinitions/write\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-03-07T22:16:06.8803898Z\"\ + ,\"updatedOn\":\"2022-03-07T22:16:06.8803898Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/94ddc4bc-25f5-4f3e-b527-c587da93cfe4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"94ddc4bc-25f5-4f3e-b527-c587da93cfe4\"\ + },{\"properties\":{\"roleName\":\"Azure Service Deploy Test Release Management\ + \ Key Vault Secrets User\",\"type\":\"CustomRole\",\"description\":\"Read\ + \ secret and certificate contents. Only works for key vaults that use the\ + \ 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/secrets/getSecret/action\",\"Microsoft.KeyVault/vaults/certificates/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-07-20T22:52:19.9944274Z\",\"\ + updatedOn\":\"2022-08-31T23:25:32.0649353Z\",\"createdBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"\ + ,\"updatedBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/87d31636-ad85-4caa-802d-1535972b5612\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"87d31636-ad85-4caa-802d-1535972b5612\"\ + },{\"properties\":{\"roleName\":\"Azure Service Deploy Release Management\ + \ Key Vault Secrets User\",\"type\":\"CustomRole\",\"description\":\"Read\ + \ secret and certificate contents. Only works for key vaults that use the\ + \ 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/secrets/getSecret/action\",\"Microsoft.KeyVault/vaults/certificates/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-02T21:14:21.3331588Z\",\"\ + updatedOn\":\"2022-09-10T00:44:34.5904437Z\",\"createdBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"\ + ,\"updatedBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/260691e6-68c2-47cf-bd4a-97d5fd4dbcd5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"260691e6-68c2-47cf-bd4a-97d5fd4dbcd5\"\ + },{\"properties\":{\"roleName\":\"Owner\",\"type\":\"BuiltInRole\",\"description\"\ + :\"Grants full access to manage all resources, including the ability to assign\ + \ roles in Azure RBAC.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:45.8978856Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\ + },{\"properties\":{\"roleName\":\"AcrPush\",\"type\":\"BuiltInRole\",\"description\"\ + :\"acr push\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ContainerRegistry/registries/pull/read\",\"Microsoft.ContainerRegistry/registries/push/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-10-29T17:52:32.5201177Z\",\"updatedOn\":\"2021-11-11T20:13:07.4993029Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8311e382-0749-4cb8-b61a-304f252e45ec\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8311e382-0749-4cb8-b61a-304f252e45ec\"\ + },{\"properties\":{\"roleName\":\"API Management Service Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage service and the APIs\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8650193Z\",\"updatedOn\":\"2021-11-11T20:13:08.3179618Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/312a565d-c81f-4fd8-895a-4e21e48d571c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"312a565d-c81f-4fd8-895a-4e21e48d571c\"\ + },{\"properties\":{\"roleName\":\"AcrPull\",\"type\":\"BuiltInRole\",\"description\"\ + :\"acr pull\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ContainerRegistry/registries/pull/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2018-10-22T19:01:56.8227182Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:08.8779328Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f951dda-4ed3-4680-a7ca-43fe172d538d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f951dda-4ed3-4680-a7ca-43fe172d538d\"\ + },{\"properties\":{\"roleName\":\"AcrImageSigner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"acr image signer\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ContainerRegistry/registries/sign/write\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.ContainerRegistry/registries/trustedCollections/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-03-15T23:23:08.4038322Z\",\"\ + updatedOn\":\"2021-11-11T20:13:09.6070759Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6cef56e8-d556-48e5-a04f-b8e64114680f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6cef56e8-d556-48e5-a04f-b8e64114680f\"\ + },{\"properties\":{\"roleName\":\"AcrDelete\",\"type\":\"BuiltInRole\",\"\ + description\":\"acr delete\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ContainerRegistry/registries/artifacts/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-03-11T20:19:31.6682804Z\",\"updatedOn\":\"2021-11-11T20:13:09.9631744Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c2f4ef07-c644-48eb-af81-4b1b4947fb11\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c2f4ef07-c644-48eb-af81-4b1b4947fb11\"\ + },{\"properties\":{\"roleName\":\"AcrQuarantineReader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"acr quarantine data reader\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.ContainerRegistry/registries/quarantine/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerRegistry/registries/quarantinedArtifacts/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-03-16T00:27:39.9596835Z\",\"\ + updatedOn\":\"2021-11-11T20:13:10.3188052Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cdda3590-29a3-44f6-95f2-9f980659eb04\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cdda3590-29a3-44f6-95f2-9f980659eb04\"\ + },{\"properties\":{\"roleName\":\"AcrQuarantineWriter\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"acr quarantine data writer\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.ContainerRegistry/registries/quarantine/read\"\ + ,\"Microsoft.ContainerRegistry/registries/quarantine/write\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ContainerRegistry/registries/quarantinedArtifacts/read\"\ + ,\"Microsoft.ContainerRegistry/registries/quarantinedArtifacts/write\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2018-03-16T00:26:37.5871820Z\",\"updatedOn\"\ + :\"2021-11-11T20:13:11.3488079Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c8d4ff99-41c3-41a8-9f60-21dfdad59608\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c8d4ff99-41c3-41a8-9f60-21dfdad59608\"\ + },{\"properties\":{\"roleName\":\"API Management Service Operator Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage service but not the APIs\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*/read\"\ + ,\"Microsoft.ApiManagement/service/backup/action\",\"Microsoft.ApiManagement/service/delete\"\ + ,\"Microsoft.ApiManagement/service/managedeployments/action\",\"Microsoft.ApiManagement/service/read\"\ + ,\"Microsoft.ApiManagement/service/restore/action\",\"Microsoft.ApiManagement/service/updatecertificate/action\"\ + ,\"Microsoft.ApiManagement/service/updatehostname/action\",\"Microsoft.ApiManagement/service/write\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[\"Microsoft.ApiManagement/service/users/keys/read\"],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-11-09T00:03:42.1194019Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:11.5244023Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\ + },{\"properties\":{\"roleName\":\"API Management Service Reader Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Read-only access to service and APIs\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*/read\"\ + ,\"Microsoft.ApiManagement/service/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.ApiManagement/service/users/keys/read\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-11-09T00:26:45.1540473Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:11.8704466Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/71522526-b88f-4d52-b57f-d31fc3546d0d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"71522526-b88f-4d52-b57f-d31fc3546d0d\"\ + },{\"properties\":{\"roleName\":\"Application Insights Component Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Can manage Application Insights\ + \ components\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Insights/generateLiveToken/read\",\"Microsoft.Insights/metricAlerts/*\"\ + ,\"Microsoft.Insights/components/*\",\"Microsoft.Insights/scheduledqueryrules/*\"\ + ,\"Microsoft.Insights/topology/read\",\"Microsoft.Insights/transactions/read\"\ + ,\"Microsoft.Insights/webtests/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:12.6428401Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ae349356-3a1b-4a5e-921d-050484c6347e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ae349356-3a1b-4a5e-921d-050484c6347e\"\ + },{\"properties\":{\"roleName\":\"Application Insights Snapshot Debugger\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Gives user permission to use Application\ + \ Insights Snapshot Debugger features\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/components/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-04-19T21:25:12.3728747Z\",\"updatedOn\":\"2021-11-11T20:13:13.0034435Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\ + },{\"properties\":{\"roleName\":\"Attestation Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read the attestation provider properties\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Attestation/attestationProviders/attestation/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-03-25T19:42:59.1576710Z\",\"updatedOn\":\"2021-11-11T20:13:13.3634724Z\"\ + ,\"createdBy\":null,\"updatedBy\":\"SYSTEM\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd1bd22b-8476-40bc-a0bc-69b95687b9f3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fd1bd22b-8476-40bc-a0bc-69b95687b9f3\"\ + },{\"properties\":{\"roleName\":\"Automation Job Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Create and Manage Jobs using Automation Runbooks.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/read\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/read\",\"Microsoft.Automation/automationAccounts/jobs/resume/action\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/stop/action\",\"Microsoft.Automation/automationAccounts/jobs/streams/read\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\"Microsoft.Automation/automationAccounts/jobs/write\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/output/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-04-19T20:52:41.0020018Z\",\"updatedOn\":\"2021-11-11T20:13:13.7065660Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4fe576fe-1146-4730-92eb-48519fa6bf9f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4fe576fe-1146-4730-92eb-48519fa6bf9f\"\ + },{\"properties\":{\"roleName\":\"Automation Runbook Operator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Read Runbook properties - to be able to create\ + \ Jobs of the runbook.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Automation/automationAccounts/runbooks/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-04-19T20:47:49.5640674Z\",\"updatedOn\":\"2021-11-11T20:13:13.8815461Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\ + },{\"properties\":{\"roleName\":\"Automation Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Automation Operators are able to start, stop, suspend,\ + \ and resume jobs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/read\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/read\",\"Microsoft.Automation/automationAccounts/jobs/resume/action\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/stop/action\",\"Microsoft.Automation/automationAccounts/jobs/streams/read\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\"Microsoft.Automation/automationAccounts/jobs/write\"\ + ,\"Microsoft.Automation/automationAccounts/jobSchedules/read\",\"Microsoft.Automation/automationAccounts/jobSchedules/write\"\ + ,\"Microsoft.Automation/automationAccounts/linkedWorkspace/read\",\"Microsoft.Automation/automationAccounts/read\"\ + ,\"Microsoft.Automation/automationAccounts/runbooks/read\",\"Microsoft.Automation/automationAccounts/schedules/read\"\ + ,\"Microsoft.Automation/automationAccounts/schedules/write\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/output/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-08-18T01:05:03.3916130Z\",\"updatedOn\":\"2021-11-11T20:13:14.0515408Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d3881f73-407a-4167-8283-e981cbba0404\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d3881f73-407a-4167-8283-e981cbba0404\"\ + },{\"properties\":{\"roleName\":\"Avere Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can create and manage an Avere vFXT cluster.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Compute/*/read\",\"Microsoft.Compute/availabilitySets/*\",\"\ + Microsoft.Compute/proximityPlacementGroups/*\",\"Microsoft.Compute/virtualMachines/*\"\ + ,\"Microsoft.Compute/disks/*\",\"Microsoft.Network/*/read\",\"Microsoft.Network/networkInterfaces/*\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ,\"Microsoft.Network/networkSecurityGroups/join/action\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Storage/*/read\",\"Microsoft.Storage/storageAccounts/*\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-03-18T20:00:58.9207889Z\",\"\ + updatedOn\":\"2021-11-11T20:13:14.2265665Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4f8fab4f-1852-4a58-a46a-8eaf358af14a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4f8fab4f-1852-4a58-a46a-8eaf358af14a\"\ + },{\"properties\":{\"roleName\":\"Avere Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Used by the Avere vFXT cluster to manage the cluster\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-03-18T20:02:38.3399857Z\",\"\ + updatedOn\":\"2021-11-11T20:13:15.1065886Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c025889f-8102-4ebf-b32c-fc0c6f0c6bd9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c025889f-8102-4ebf-b32c-fc0c6f0c6bd9\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Cluster Admin Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"List cluster admin credential\ + \ action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ContainerService/managedClusters/listClusterAdminCredential/action\"\ + ,\"Microsoft.ContainerService/managedClusters/accessProfiles/listCredential/action\"\ + ,\"Microsoft.ContainerService/managedClusters/read\",\"Microsoft.ContainerService/managedClusters/runcommand/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-08-15T21:38:18.5953853Z\",\"updatedOn\":\"2022-05-16T21:47:03.0625910Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0ab0b1a8-8aac-4efd-b8c2-3ee1fb270be8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0ab0b1a8-8aac-4efd-b8c2-3ee1fb270be8\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Cluster User Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"List cluster user credential action.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action\"\ + ,\"Microsoft.ContainerService/managedClusters/read\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-08-15T22:04:53.4037241Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:20.4351976Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4abbcc35-e782-43d8-92c5-2d3f1bd2253f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4abbcc35-e782-43d8-92c5-2d3f1bd2253f\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Grants access to read map related data from an Azure maps\ + \ account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Maps/accounts/*/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-10-05T19:47:03.4723070Z\",\"updatedOn\":\"2021-11-11T20:13:20.9582685Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/423170ca-a8f6-4b0f-8487-9e4eb8f49bfa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"423170ca-a8f6-4b0f-8487-9e4eb8f49bfa\"\ + },{\"properties\":{\"roleName\":\"Azure Stack Registration Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage Azure Stack registrations.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureStack/edgeSubscriptions/read\"\ + ,\"Microsoft.AzureStack/registrations/products/*/action\",\"Microsoft.AzureStack/registrations/products/read\"\ + ,\"Microsoft.AzureStack/registrations/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2017-11-13T23:42:06.2161827Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:23.2957820Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6f12a6df-dd06-4f3e-bcb1-ce8be600526a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6f12a6df-dd06-4f3e-bcb1-ce8be600526a\"\ + },{\"properties\":{\"roleName\":\"Backup Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage backup service,but can't create vaults\ + \ and give access to others\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.RecoveryServices/locations/*\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/refreshContainers/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/*\",\"Microsoft.RecoveryServices/Vaults/backupSecurityPIN/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/certificates/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\",\"Microsoft.RecoveryServices/Vaults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\"Microsoft.RecoveryServices/Vaults/usages/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.RecoveryServices/Vaults/backupstorageconfig/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupconfig/*\",\"Microsoft.RecoveryServices/Vaults/backupValidateOperation/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/write\",\"Microsoft.RecoveryServices/Vaults/backupOperations/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupEngines/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectableContainers/read\"\ + ,\"Microsoft.RecoveryServices/vaults/operationStatus/read\",\"Microsoft.RecoveryServices/vaults/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/locations/backupStatus/action\",\"Microsoft.RecoveryServices/locations/backupPreValidateProtection/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupValidateFeatures/action\",\"\ + Microsoft.RecoveryServices/Vaults/monitoringAlerts/write\",\"Microsoft.RecoveryServices/operations/read\"\ + ,\"Microsoft.RecoveryServices/locations/operationStatus/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionIntents/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.DataProtection/locations/getBackupStatus/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/write\",\"Microsoft.DataProtection/backupVaults/backupInstances/delete\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/read\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\"\ + ,\"Microsoft.DataProtection/backupVaults/deletedBackupInstances/read\",\"\ + Microsoft.DataProtection/backupVaults/deletedBackupInstances/undelete/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/backup/action\",\"\ + Microsoft.DataProtection/backupVaults/backupInstances/validateRestore/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/restore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/crossRegionRestore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/validateCrossRegionRestore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJobs/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJob/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchSecondaryRecoveryPoints/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupPolicies/write\",\"Microsoft.DataProtection/backupVaults/backupPolicies/delete\"\ + ,\"Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges/action\"\ + ,\"Microsoft.DataProtection/backupVaults/write\",\"Microsoft.DataProtection/backupVaults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/operationResults/read\",\"Microsoft.DataProtection/backupVaults/operationStatus/read\"\ + ,\"Microsoft.DataProtection/locations/checkNameAvailability/action\",\"Microsoft.DataProtection/locations/checkFeatureSupport/action\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/read\"\ + ,\"Microsoft.DataProtection/locations/operationStatus/read\",\"Microsoft.DataProtection/locations/operationResults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/validateForBackup/action\",\"Microsoft.DataProtection/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-01-03T13:12:15.7321344Z\",\"updatedOn\":\"2023-05-16T10:52:55.0352615Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e467623-bb1f-42f4-a55d-6e525e11384b\"\ + },{\"properties\":{\"roleName\":\"Billing Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows read access to billing data\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Billing/*/read\",\"Microsoft.Commerce/*/read\",\"Microsoft.Consumption/*/read\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.CostManagement/*/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-04-25T02:13:38.9054151Z\",\"updatedOn\":\"2021-11-11T20:13:24.5342563Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\ + },{\"properties\":{\"roleName\":\"Backup Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage backup services, except removal of backup,\ + \ vault creation and giving access to others\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/backup/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationsStatus/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/provisionInstantItemRecovery/action\"\ + ,\"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/accessToken/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/restore/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/revokeInstantItemRecovery/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/refreshContainers/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/certificates/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupstorageconfig/*\",\"Microsoft.RecoveryServices/Vaults/backupValidateOperation/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupTriggerValidateOperation/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupValidateOperationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupValidateOperationsStatuses/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupOperations/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operations/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/inquire/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupEngines/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectableContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/items/read\"\ + ,\"Microsoft.RecoveryServices/locations/backupStatus/action\",\"Microsoft.RecoveryServices/locations/backupPreValidateProtection/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupValidateFeatures/action\",\"\ + Microsoft.RecoveryServices/locations/backupAadProperties/read\",\"Microsoft.RecoveryServices/locations/backupCrrJobs/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupCrrJob/action\",\"Microsoft.RecoveryServices/locations/backupCrossRegionRestore/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupCrrOperationResults/read\",\"\ + Microsoft.RecoveryServices/locations/backupCrrOperationsStatus/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/write\"\ + ,\"Microsoft.RecoveryServices/operations/read\",\"Microsoft.RecoveryServices/locations/operationStatus/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectionIntents/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/read\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\"\ + ,\"Microsoft.DataProtection/backupVaults/deletedBackupInstances/read\",\"\ + Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges/action\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/operationResults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/operationStatus/read\",\"Microsoft.DataProtection/backupVaults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/locations/operationStatus/read\"\ + ,\"Microsoft.DataProtection/locations/operationResults/read\",\"Microsoft.DataProtection/operations/read\"\ + ,\"Microsoft.DataProtection/backupVaults/validateForBackup/action\",\"Microsoft.DataProtection/backupVaults/backupInstances/backup/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/validateRestore/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/restore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/crossRegionRestore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/validateCrossRegionRestore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJobs/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJob/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchSecondaryRecoveryPoints/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-01-03T13:21:11.8947640Z\",\"updatedOn\":\"2023-05-17T09:30:04.0390095Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"00c29273-979b-4161-815c-10b084fb9324\"\ + },{\"properties\":{\"roleName\":\"Backup Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view backup services, but can't make changes\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationsStatus/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\"\ + Microsoft.RecoveryServices/Vaults/backupJobs/read\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\"\ + Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\"Microsoft.RecoveryServices/Vaults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/Vaults/backupstorageconfig/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupconfig/read\",\"Microsoft.RecoveryServices/Vaults/backupOperations/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/operations/read\",\"Microsoft.RecoveryServices/Vaults/backupEngines/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/items/read\"\ + ,\"Microsoft.RecoveryServices/locations/backupStatus/action\",\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/write\",\"Microsoft.RecoveryServices/operations/read\"\ + ,\"Microsoft.RecoveryServices/locations/operationStatus/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionIntents/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/locations/backupValidateFeatures/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupCrrJobs/action\",\"Microsoft.RecoveryServices/locations/backupCrrJob/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupCrrOperationResults/read\",\"\ + Microsoft.RecoveryServices/locations/backupCrrOperationsStatus/read\",\"Microsoft.DataProtection/locations/getBackupStatus/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/write\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\"\ + ,\"Microsoft.DataProtection/backupVaults/deletedBackupInstances/read\",\"\ + Microsoft.DataProtection/backupVaults/backupInstances/backup/action\",\"Microsoft.DataProtection/backupVaults/backupInstances/validateRestore/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/restore/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges/action\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/operationResults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/operationStatus/read\",\"Microsoft.DataProtection/backupVaults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/locations/operationStatus/read\"\ + ,\"Microsoft.DataProtection/locations/operationResults/read\",\"Microsoft.DataProtection/backupVaults/validateForBackup/action\"\ + ,\"Microsoft.DataProtection/operations/read\",\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJobs/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJob/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchSecondaryRecoveryPoints/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-01-03T13:18:41.3893065Z\",\"updatedOn\":\"2023-05-16T10:52:55.0342622Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a795c7a0-d4a2-40c1-ae25-d81f01202912\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a795c7a0-d4a2-40c1-ae25-d81f01202912\"\ + },{\"properties\":{\"roleName\":\"Blockchain Member Node Access (Preview)\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for access to Blockchain\ + \ Member nodes\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Blockchain/blockchainMembers/transactionNodes/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Blockchain/blockchainMembers/transactionNodes/connect/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-12-21T10:33:01.9604839Z\",\"\ + updatedOn\":\"2021-11-11T20:13:25.0558920Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/31a002a1-acaf-453e-8a5b-297c9ca1ea24\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"31a002a1-acaf-453e-8a5b-297c9ca1ea24\"\ + },{\"properties\":{\"roleName\":\"BizTalk Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage BizTalk services, but not access to them.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.BizTalkServices/BizTalk/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:25.2359269Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e3c6656-6cfa-4708-81fe-0de47ac73342\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e3c6656-6cfa-4708-81fe-0de47ac73342\"\ + },{\"properties\":{\"roleName\":\"CDN Endpoint Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can manage CDN endpoints, but can\u2019t grant access to\ + \ other users.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\"\ + ,\"Microsoft.Cdn/profiles/endpoints/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2021-11-11T20:13:25.4059314Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\ + },{\"properties\":{\"roleName\":\"CDN Endpoint Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view CDN endpoints, but can\u2019t make changes.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\",\"\ + Microsoft.Cdn/profiles/endpoints/*/read\",\"Microsoft.Cdn/profiles/afdendpoints/validateCustomDomain/action\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2022-01-26T19:51:29.2636610Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\ + },{\"properties\":{\"roleName\":\"CDN Profile Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can manage CDN profiles and their endpoints, but can\u2019\ + t grant access to other users.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\"\ + ,\"Microsoft.Cdn/operationresults/*\",\"Microsoft.Cdn/profiles/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2021-11-11T20:13:25.9224344Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ec156ff8-a8d1-4d15-830c-5b80698ca432\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ec156ff8-a8d1-4d15-830c-5b80698ca432\"\ + },{\"properties\":{\"roleName\":\"CDN Profile Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view CDN profiles and their endpoints, but can\u2019\ + t make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\"\ + ,\"Microsoft.Cdn/profiles/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2021-11-11T20:13:26.0983652Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8f96442b-4075-438f-813d-ad51ab4019af\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8f96442b-4075-438f-813d-ad51ab4019af\"\ + },{\"properties\":{\"roleName\":\"Classic Network Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage classic networks, but not\ + \ access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicNetwork/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:26.4433301Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\ + },{\"properties\":{\"roleName\":\"Classic Storage Account Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage classic storage accounts,\ + \ but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicStorage/storageAccounts/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:26.6183566Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\ + },{\"properties\":{\"roleName\":\"Classic Storage Account Key Operator Service\ + \ Role\",\"type\":\"BuiltInRole\",\"description\":\"Classic Storage Account\ + \ Key Operators are allowed to list and regenerate keys on Classic Storage\ + \ Accounts\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ClassicStorage/storageAccounts/listkeys/action\",\"Microsoft.ClassicStorage/storageAccounts/regeneratekey/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-04-13T18:22:52.1461100Z\",\"updatedOn\":\"2021-11-11T20:13:26.9796021Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\ + },{\"properties\":{\"roleName\":\"ClearDB MySQL DB Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage ClearDB MySQL databases,\ + \ but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"successbricks.cleardb/databases/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:27.1646373Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9106cda0-8a86-4e81-b686-29a22c54effe\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9106cda0-8a86-4e81-b686-29a22c54effe\"\ + },{\"properties\":{\"roleName\":\"Classic Virtual Machine Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage classic virtual machines,\ + \ but not access to them, and not the virtual network or storage account they\u2019\ + re connected to.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicCompute/domainNames/*\"\ + ,\"Microsoft.ClassicCompute/virtualMachines/*\",\"Microsoft.ClassicNetwork/networkSecurityGroups/join/action\"\ + ,\"Microsoft.ClassicNetwork/reservedIps/link/action\",\"Microsoft.ClassicNetwork/reservedIps/read\"\ + ,\"Microsoft.ClassicNetwork/virtualNetworks/join/action\",\"Microsoft.ClassicNetwork/virtualNetworks/read\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/disks/read\",\"Microsoft.ClassicStorage/storageAccounts/images/read\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.ClassicStorage/storageAccounts/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-04-25T00:37:56.5416086Z\",\"updatedOn\":\"2021-11-11T20:13:27.3446332Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you read and list keys of Cognitive Services.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/listkeys/action\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.Insights/diagnosticSettings/read\",\"Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Insights/metricdefinitions/read\",\"Microsoft.Insights/metrics/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/*\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2018-08-08T23:23:43.7701274Z\",\"updatedOn\"\ + :\"2021-11-11T20:13:27.5316443Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a97b65f3-24c7-4388-baec-2e87135dc908\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a97b65f3-24c7-4388-baec-2e87135dc908\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Data Reader (Preview)\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you read Cognitive Services\ + \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/*/read\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2019-02-13T20:02:12.6849986Z\",\"updatedOn\"\ + :\"2021-11-11T20:13:27.7138054Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b59867f0-fa02-499b-be73-45a86b5b3e1c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b59867f0-fa02-499b-be73-45a86b5b3e1c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you create, read, update, delete and\ + \ manage keys of Cognitive Services.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.CognitiveServices/*\"\ + ,\"Microsoft.Features/features/read\",\"Microsoft.Features/providers/features/read\"\ + ,\"Microsoft.Features/providers/features/register/action\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Insights/metricdefinitions/read\",\"Microsoft.Insights/metrics/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-08-08T23:18:39.2257848Z\",\"updatedOn\":\"2021-11-11T20:13:27.9116230Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/25fbc0a9-bd7c-42a3-aa1a-3b75d497ee68\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"25fbc0a9-bd7c-42a3-aa1a-3b75d497ee68\"\ + },{\"properties\":{\"roleName\":\"CosmosBackupOperator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can submit restore request for a Cosmos DB database or\ + \ a container for an account\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.DocumentDB/databaseAccounts/backup/action\",\"\ + Microsoft.DocumentDB/databaseAccounts/restore/action\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-12-07T19:47:14.9651560Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:28.4333692Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/db7b14f2-5adf-42da-9f96-f2ee17bab5cb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"db7b14f2-5adf-42da-9f96-f2ee17bab5cb\"\ + },{\"properties\":{\"roleName\":\"Contributor\",\"type\":\"BuiltInRole\",\"\ + description\":\"Grants full access to manage all resources, but does not allow\ + \ you to assign roles in Azure RBAC, manage assignments in Azure Blueprints,\ + \ or share image galleries.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"*\"],\"notActions\":[\"Microsoft.Authorization/*/Delete\"\ + ,\"Microsoft.Authorization/*/Write\",\"Microsoft.Authorization/elevateAccess/Action\"\ + ,\"Microsoft.Blueprint/blueprintAssignments/write\",\"Microsoft.Blueprint/blueprintAssignments/delete\"\ + ,\"Microsoft.Compute/galleries/share/action\",\"Microsoft.Purview/consents/write\"\ + ,\"Microsoft.Purview/consents/delete\"],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2023-05-25T18:33:49.8611163Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b24988ac-6180-42a0-ab88-20f7382dd24c\"\ + },{\"properties\":{\"roleName\":\"Cosmos DB Account Reader Role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can read Azure Cosmos DB Accounts data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.DocumentDB/*/read\",\"Microsoft.DocumentDB/databaseAccounts/readonlykeys/action\"\ + ,\"Microsoft.Insights/MetricDefinitions/read\",\"Microsoft.Insights/Metrics/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-10-30T17:53:54.6005577Z\",\"updatedOn\":\"2021-11-11T20:13:28.7911765Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fbdf93bf-df7d-467e-a4d2-9458aa1360c8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fbdf93bf-df7d-467e-a4d2-9458aa1360c8\"\ + },{\"properties\":{\"roleName\":\"Cost Management Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Can view costs and manage cost configuration\ + \ (e.g. budgets, exports)\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Consumption/*\",\"Microsoft.CostManagement/*\",\"Microsoft.Billing/billingPeriods/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Advisor/configurations/read\",\"Microsoft.Advisor/recommendations/read\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.Billing/billingProperty/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-03-14T16:09:22.8834827Z\",\"updatedOn\":\"2021-11-11T20:13:29.4851851Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/434105ed-43f6-45c7-a02f-909b2ba83430\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"434105ed-43f6-45c7-a02f-909b2ba83430\"\ + },{\"properties\":{\"roleName\":\"Cost Management Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view cost data and configuration (e.g. budgets, exports)\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Consumption/*/read\"\ + ,\"Microsoft.CostManagement/*/read\",\"Microsoft.Billing/billingPeriods/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Advisor/configurations/read\",\"Microsoft.Advisor/recommendations/read\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.Billing/billingProperty/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-03-14T16:09:22.8834827Z\",\"updatedOn\":\"2021-11-11T20:13:29.6601800Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/72fafb9e-0641-4937-9268-a91bfd8191a3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"72fafb9e-0641-4937-9268-a91bfd8191a3\"\ + },{\"properties\":{\"roleName\":\"Data Box Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage everything under Data Box Service except\ + \ giving access to others.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Databox/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2018-07-27T08:28:42.7140210Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:30.3737856Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/add466c9-e687-43fc-8d98-dfcf8d720be5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"add466c9-e687-43fc-8d98-dfcf8d720be5\"\ + },{\"properties\":{\"roleName\":\"Data Box Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage Data Box Service except creating order\ + \ or editing order details and giving access to others.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Databox/*/read\",\"Microsoft.Databox/jobs/listsecrets/action\"\ + ,\"Microsoft.Databox/jobs/listcredentials/action\",\"Microsoft.Databox/locations/availableSkus/action\"\ + ,\"Microsoft.Databox/locations/validateInputs/action\",\"Microsoft.Databox/locations/regionConfiguration/action\"\ + ,\"Microsoft.Databox/locations/validateAddress/action\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-07-27T08:26:21.9284772Z\",\"updatedOn\":\"2021-11-11T20:13:30.5546117Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/028f4ed7-e2a9-465e-a8f4-9c0ffdfdc027\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"028f4ed7-e2a9-465e-a8f4-9c0ffdfdc027\"\ + },{\"properties\":{\"roleName\":\"Data Factory Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Create and manage data factories, as well as child resources\ + \ within them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.DataFactory/dataFactories/*\"\ + ,\"Microsoft.DataFactory/factories/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.EventGrid/eventSubscriptions/write\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:30.7420174Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/673868aa-7521-48a0-acc6-0f60742d39f5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"673868aa-7521-48a0-acc6-0f60742d39f5\"\ + },{\"properties\":{\"roleName\":\"Data Purger\",\"type\":\"BuiltInRole\",\"\ + description\":\"Can purge analytics data\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Insights/components/*/read\",\"Microsoft.Insights/components/purge/action\"\ + ,\"Microsoft.OperationalInsights/workspaces/*/read\",\"Microsoft.OperationalInsights/workspaces/purge/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-04-30T22:39:49.6167700Z\",\"updatedOn\":\"2021-11-11T20:13:31.2788395Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/150f5e0c-0603-4f03-8c7f-cf70034c4e90\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"150f5e0c-0603-4f03-8c7f-cf70034c4e90\"\ + },{\"properties\":{\"roleName\":\"Data Lake Analytics Developer\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you submit, monitor, and manage your\ + \ own jobs but not create or delete Data Lake Analytics accounts.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.BigAnalytics/accounts/*\",\"Microsoft.DataLakeAnalytics/accounts/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.BigAnalytics/accounts/Delete\"\ + ,\"Microsoft.BigAnalytics/accounts/TakeOwnership/action\",\"Microsoft.BigAnalytics/accounts/Write\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/Delete\",\"Microsoft.DataLakeAnalytics/accounts/TakeOwnership/action\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/Write\",\"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts/Write\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts/Delete\",\"\ + Microsoft.DataLakeAnalytics/accounts/storageAccounts/Write\",\"Microsoft.DataLakeAnalytics/accounts/storageAccounts/Delete\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/firewallRules/Write\",\"Microsoft.DataLakeAnalytics/accounts/firewallRules/Delete\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/computePolicies/Write\",\"Microsoft.DataLakeAnalytics/accounts/computePolicies/Delete\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-10-20T00:33:29.3115234Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:31.4688491Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/47b7735b-770e-4598-a7da-8b91488b4c88\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"47b7735b-770e-4598-a7da-8b91488b4c88\"\ + },{\"properties\":{\"roleName\":\"DevTest Labs User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you connect, start, restart, and shutdown your virtual\ + \ machines in your Azure DevTest Labs.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Compute/availabilitySets/read\"\ + ,\"Microsoft.Compute/virtualMachines/*/read\",\"Microsoft.Compute/virtualMachines/deallocate/action\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/restart/action\"\ + ,\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.DevTestLab/*/read\"\ + ,\"Microsoft.DevTestLab/labs/claimAnyVm/action\",\"Microsoft.DevTestLab/labs/createEnvironment/action\"\ + ,\"Microsoft.DevTestLab/labs/ensureCurrentUserProfile/action\",\"Microsoft.DevTestLab/labs/formulas/delete\"\ + ,\"Microsoft.DevTestLab/labs/formulas/read\",\"Microsoft.DevTestLab/labs/formulas/write\"\ + ,\"Microsoft.DevTestLab/labs/policySets/evaluatePolicies/action\",\"Microsoft.DevTestLab/labs/virtualMachines/claim/action\"\ + ,\"Microsoft.DevTestLab/labs/virtualmachines/listApplicableSchedules/action\"\ + ,\"Microsoft.DevTestLab/labs/virtualMachines/getRdpFileContents/action\",\"\ + Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\"\ + ,\"Microsoft.Network/networkInterfaces/*/read\",\"Microsoft.Network/networkInterfaces/join/action\"\ + ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\"\ + ,\"Microsoft.Network/publicIPAddresses/*/read\",\"Microsoft.Network/publicIPAddresses/join/action\"\ + ,\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/listKeys/action\"\ + ],\"notActions\":[\"Microsoft.Compute/virtualMachines/vmSizes/read\"],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-06-08T21:52:45.0657582Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:32.1746507Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/76283e04-6283-4c54-8f91-bcf1374a3c64\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"76283e04-6283-4c54-8f91-bcf1374a3c64\"\ + },{\"properties\":{\"roleName\":\"DocumentDB Account Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage DocumentDB accounts, but\ + \ not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.DocumentDb/databaseAccounts/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:32.3496502Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5bd9cd88-fe45-4216-938b-f97437e15450\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5bd9cd88-fe45-4216-938b-f97437e15450\"\ + },{\"properties\":{\"roleName\":\"DNS Zone Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage DNS zones and record sets in Azure DNS,\ + \ but does not let you control who has access to them.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/dnsZones/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-10-15T23:33:25.9730842Z\",\"updatedOn\":\"2021-11-11T20:13:32.5233957Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/befefa01-2a29-4197-83a8-272ff33ce314\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"befefa01-2a29-4197-83a8-272ff33ce314\"\ + },{\"properties\":{\"roleName\":\"EventGrid EventSubscription Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage EventGrid event\ + \ subscription operations.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.EventGrid/eventSubscriptions/*\"\ + ,\"Microsoft.EventGrid/topicTypes/eventSubscriptions/read\",\"Microsoft.EventGrid/locations/eventSubscriptions/read\"\ + ,\"Microsoft.EventGrid/locations/topicTypes/eventSubscriptions/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-10-08T23:27:28.3130743Z\",\"updatedOn\":\"2021-11-11T20:13:33.4166738Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/428e0ff0-5e57-4d9c-a221-2c70d0e0a443\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"428e0ff0-5e57-4d9c-a221-2c70d0e0a443\"\ + },{\"properties\":{\"roleName\":\"EventGrid EventSubscription Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you read EventGrid event subscriptions.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.EventGrid/eventSubscriptions/read\",\"Microsoft.EventGrid/topicTypes/eventSubscriptions/read\"\ + ,\"Microsoft.EventGrid/locations/eventSubscriptions/read\",\"Microsoft.EventGrid/locations/topicTypes/eventSubscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-10-09T17:29:28.1417894Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:33.7846748Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2414bbcf-6497-4faf-8c65-045460748405\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2414bbcf-6497-4faf-8c65-045460748405\"\ + },{\"properties\":{\"roleName\":\"Graph Owner\",\"type\":\"BuiltInRole\",\"\ + description\":\"Create and manage all aspects of the Enterprise Graph - Ontology,\ + \ Schema mapping, Conflation and Conversational AI and Ingestions\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.EnterpriseKnowledgeGraph/services/conflation/read\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/conflation/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/sourceschema/read\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/sourceschema/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/knowledge/read\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/knowledge/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/intentclassification/read\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/intentclassification/write\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/ingestion/read\",\"Microsoft.EnterpriseKnowledgeGraph/services/ingestion/write\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/ontology/read\",\"Microsoft.EnterpriseKnowledgeGraph/services/ontology/write\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/delete\",\"Microsoft.EnterpriseKnowledgeGraph/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-02-23T21:07:22.5844236Z\",\"updatedOn\":\"2021-11-11T20:13:34.6707886Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b60367af-1334-4454-b71e-769d9a4f83d9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b60367af-1334-4454-b71e-769d9a4f83d9\"\ + },{\"properties\":{\"roleName\":\"HDInsight Domain Services Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Can Read, Create, Modify and Delete\ + \ Domain Services related operations needed for HDInsight Enterprise Security\ + \ Package\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.AAD/*/read\",\"Microsoft.AAD/domainServices/*/read\",\"Microsoft.AAD/domainServices/oucontainer/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-09-12T22:42:51.7451109Z\",\"updatedOn\":\"2021-11-11T20:13:35.3921342Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8d8d5a11-05d3-4bda-a417-a08778121c7c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8d8d5a11-05d3-4bda-a417-a08778121c7c\"\ + },{\"properties\":{\"roleName\":\"Intelligent Systems Account Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage Intelligent Systems\ + \ accounts, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.IntelligentSystems/accounts/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:35.9371582Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/03a6d094-3444-4b3d-88af-7477090a9e5e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"03a6d094-3444-4b3d-88af-7477090a9e5e\"\ + },{\"properties\":{\"roleName\":\"Key Vault Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage key vaults, but not access to them.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.KeyVault/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[\"Microsoft.KeyVault/locations/deletedVaults/purge/action\"\ + ,\"Microsoft.KeyVault/hsmPools/*\",\"Microsoft.KeyVault/managedHsms/*\"],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-02-25T17:08:28.5184971Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:36.1170988Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f25e0fa2-a7c8-4377-a976-54943a77a395\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f25e0fa2-a7c8-4377-a976-54943a77a395\"\ + },{\"properties\":{\"roleName\":\"Knowledge Consumer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Knowledge Read permission to consume Enterprise Graph Knowledge\ + \ using entity search and graph query\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.EnterpriseKnowledgeGraph/services/knowledge/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-02-23T21:23:31.4037552Z\",\"updatedOn\":\"2021-11-11T20:13:37.0021342Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ee361c5d-f7b5-4119-b4b6-892157c8f64c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ee361c5d-f7b5-4119-b4b6-892157c8f64c\"\ + },{\"properties\":{\"roleName\":\"Lab Creator\",\"type\":\"BuiltInRole\",\"\ + description\":\"Lets you create new labs under your Azure Lab Accounts.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.LabServices/labAccounts/*/read\",\"Microsoft.LabServices/labAccounts/createLab/action\"\ + ,\"Microsoft.LabServices/labAccounts/getPricingAndAvailability/action\",\"\ + Microsoft.LabServices/labAccounts/getRestrictionsAndUsage/action\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ + ,\"Microsoft.LabServices/labPlans/saveImage/action\",\"Microsoft.LabServices/labs/read\"\ + ,\"Microsoft.LabServices/labs/schedules/read\",\"Microsoft.LabServices/labs/users/read\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/read\",\"Microsoft.LabServices/locations/usages/read\"\ + ,\"Microsoft.LabServices/skus/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.LabServices/labPlans/createLab/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-01-18T23:38:58.1036141Z\",\"\ + updatedOn\":\"2021-11-11T20:13:37.1821588Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b97fb8bc-a8b2-4522-a38b-dd33c7e65ead\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b97fb8bc-a8b2-4522-a38b-dd33c7e65ead\"\ + },{\"properties\":{\"roleName\":\"Log Analytics Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Log Analytics Reader can view and search all monitoring\ + \ data as well as and view monitoring settings, including viewing the configuration\ + \ of Azure diagnostics on all Azure resources.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.OperationalInsights/workspaces/analytics/query/action\"\ + ,\"Microsoft.OperationalInsights/workspaces/search/action\",\"Microsoft.Support/*\"\ + ],\"notActions\":[\"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-02T00:20:28.1449012Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:37.7071371Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/73c42c96-874c-492b-b04d-ab87d138a893\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"73c42c96-874c-492b-b04d-ab87d138a893\"\ + },{\"properties\":{\"roleName\":\"Log Analytics Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Log Analytics Contributor can read all monitoring\ + \ data and edit monitoring settings. Editing monitoring settings includes\ + \ adding the VM extension to VMs; reading storage account keys to be able\ + \ to configure collection of logs from Azure Storage; adding solutions; and\ + \ configuring Azure diagnostics on all Azure resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.ClassicCompute/virtualMachines/extensions/*\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.Compute/virtualMachines/extensions/*\"\ + ,\"Microsoft.HybridCompute/machines/extensions/write\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.OperationalInsights/*\"\ + ,\"Microsoft.OperationsManagement/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.Storage/storageAccounts/listKeys/action\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-04-25T21:51:45.3174711Z\",\"updatedOn\":\"2021-11-11T20:13:37.8823618Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\ + },{\"properties\":{\"roleName\":\"Logic App Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you read, enable and disable logic app.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*/read\",\"Microsoft.Insights/metricAlerts/*/read\"\ + ,\"Microsoft.Insights/diagnosticSettings/*/read\",\"Microsoft.Insights/metricDefinitions/*/read\"\ + ,\"Microsoft.Logic/*/read\",\"Microsoft.Logic/workflows/disable/action\",\"\ + Microsoft.Logic/workflows/enable/action\",\"Microsoft.Logic/workflows/validate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Web/connectionGateways/*/read\",\"Microsoft.Web/connections/*/read\"\ + ,\"Microsoft.Web/customApis/*/read\",\"Microsoft.Web/serverFarms/read\"],\"\ + notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ + 2016-04-28T21:33:30.4656007Z\",\"updatedOn\":\"2021-11-11T20:13:38.0573444Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\ + },{\"properties\":{\"roleName\":\"Logic App Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage logic app, but not access to them.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.ClassicStorage/storageAccounts/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metricAlerts/*\"\ + ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.Insights/logdefinitions/*\"\ + ,\"Microsoft.Insights/metricDefinitions/*\",\"Microsoft.Logic/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Storage/storageAccounts/listkeys/action\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Web/connectionGateways/*\",\"Microsoft.Web/connections/*\"\ + ,\"Microsoft.Web/customApis/*\",\"Microsoft.Web/serverFarms/join/action\"\ + ,\"Microsoft.Web/serverFarms/read\",\"Microsoft.Web/sites/functions/listSecrets/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2016-04-28T21:33:30.4656007Z\",\"updatedOn\":\"2021-11-11T20:13:38.2523833Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/87a39d53-fc1b-424a-814c-f7e04687dc9e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"87a39d53-fc1b-424a-814c-f7e04687dc9e\"\ + },{\"properties\":{\"roleName\":\"Managed Application Operator Role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you read and perform actions on Managed\ + \ Application resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"*/read\",\"Microsoft.Solutions/applications/read\",\"Microsoft.Solutions/*/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-07-27T00:59:33.7988813Z\",\"updatedOn\":\"2021-11-11T20:13:38.5973763Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c7393b34-138c-406f-901b-d8cf2b17e6ae\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c7393b34-138c-406f-901b-d8cf2b17e6ae\"\ + },{\"properties\":{\"roleName\":\"Managed Applications Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you read resources in a managed app and\ + \ request JIT access.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Solutions/jitRequests/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-09-06T00:33:58.3651522Z\",\"updatedOn\":\"2021-11-11T20:13:38.7723523Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b9331d33-8a36-4f8c-b097-4f54124fdb44\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b9331d33-8a36-4f8c-b097-4f54124fdb44\"\ + },{\"properties\":{\"roleName\":\"Managed Identity Operator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Read and Assign User Assigned Identity\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ManagedIdentity/userAssignedIdentities/*/read\"\ + ,\"Microsoft.ManagedIdentity/userAssignedIdentities/*/assign/action\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-12-14T19:52:04.3924594Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:38.9523759Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f1a07417-d97a-45cb-824c-7a7467783830\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f1a07417-d97a-45cb-824c-7a7467783830\"\ + },{\"properties\":{\"roleName\":\"Managed Identity Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Create, Read, Update, and Delete User Assigned\ + \ Identity\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ManagedIdentity/userAssignedIdentities/read\",\"Microsoft.ManagedIdentity/userAssignedIdentities/write\"\ + ,\"Microsoft.ManagedIdentity/userAssignedIdentities/delete\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-12-14T19:53:42.8804692Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:39.3023761Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e40ec5ca-96e0-45a2-b4ff-59039f2c2b59\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e40ec5ca-96e0-45a2-b4ff-59039f2c2b59\"\ + },{\"properties\":{\"roleName\":\"Management Group Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Management Group Contributor Role\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Management/managementGroups/delete\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.Management/managementGroups/subscriptions/delete\"\ + ,\"Microsoft.Management/managementGroups/subscriptions/write\",\"Microsoft.Management/managementGroups/write\"\ + ,\"Microsoft.Management/managementGroups/subscriptions/read\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-06-22T00:28:29.0523964Z\",\"updatedOn\":\"2022-09-15T21:48:24.8299981Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d58bcaf-24a5-4b20-bdb6-eed9f69fbe4c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d58bcaf-24a5-4b20-bdb6-eed9f69fbe4c\"\ + },{\"properties\":{\"roleName\":\"Management Group Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Management Group Reader Role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Management/managementGroups/read\"\ + ,\"Microsoft.Management/managementGroups/subscriptions/read\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-06-22T00:31:03.4295347Z\",\"updatedOn\":\"2022-09-15T21:48:24.8299981Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ac63b705-f282-497d-ac71-919bf39d939d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ac63b705-f282-497d-ac71-919bf39d939d\"\ + },{\"properties\":{\"roleName\":\"Monitoring Metrics Publisher\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Enables publishing metrics against Azure\ + \ resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Insights/Register/Action\",\"Microsoft.Support/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Insights/Metrics/Write\"\ + ,\"Microsoft.Insights/Telemetry/Write\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-08-14T00:36:16.5610279Z\",\"updatedOn\":\"2022-01-04T00:38:04.0289073Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3913510d-42f4-4e42-8a64-420c390055eb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3913510d-42f4-4e42-8a64-420c390055eb\"\ + },{\"properties\":{\"roleName\":\"Monitoring Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read all monitoring data.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.OperationalInsights/workspaces/search/action\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-09-21T19:19:52.4939376Z\",\"updatedOn\":\"2022-09-05T15:10:49.4071427Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\ + },{\"properties\":{\"roleName\":\"Network Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage networks, but not access to them.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2021-11-11T20:13:44.6328966Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4d97b98b-1d4f-4787-a291-c67834d212e7\"\ + },{\"properties\":{\"roleName\":\"Monitoring Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read all monitoring data and update monitoring settings.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"\ + Microsoft.AlertsManagement/alerts/*\",\"Microsoft.AlertsManagement/alertsSummary/*\"\ + ,\"Microsoft.Insights/actiongroups/*\",\"Microsoft.Insights/activityLogAlerts/*\"\ + ,\"Microsoft.Insights/AlertRules/*\",\"Microsoft.Insights/components/*\",\"\ + Microsoft.Insights/createNotifications/*\",\"Microsoft.Insights/dataCollectionEndpoints/*\"\ + ,\"Microsoft.Insights/dataCollectionRules/*\",\"Microsoft.Insights/dataCollectionRuleAssociations/*\"\ + ,\"Microsoft.Insights/DiagnosticSettings/*\",\"Microsoft.Insights/eventtypes/*\"\ + ,\"Microsoft.Insights/LogDefinitions/*\",\"Microsoft.Insights/metricalerts/*\"\ + ,\"Microsoft.Insights/MetricDefinitions/*\",\"Microsoft.Insights/Metrics/*\"\ + ,\"Microsoft.Insights/notificationStatus/*\",\"Microsoft.Insights/Register/Action\"\ + ,\"Microsoft.Insights/scheduledqueryrules/*\",\"Microsoft.Insights/webtests/*\"\ + ,\"Microsoft.Insights/workbooks/*\",\"Microsoft.Insights/workbooktemplates/*\"\ + ,\"Microsoft.Insights/privateLinkScopes/*\",\"Microsoft.Insights/privateLinkScopeOperationStatuses/*\"\ + ,\"Microsoft.OperationalInsights/workspaces/write\",\"Microsoft.OperationalInsights/workspaces/intelligencepacks/*\"\ + ,\"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\"Microsoft.OperationalInsights/workspaces/search/action\"\ + ,\"Microsoft.OperationalInsights/workspaces/sharedKeys/action\",\"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/*\"\ + ,\"Microsoft.Support/*\",\"Microsoft.WorkloadMonitor/monitors/*\",\"Microsoft.AlertsManagement/smartDetectorAlertRules/*\"\ + ,\"Microsoft.AlertsManagement/actionRules/*\",\"Microsoft.AlertsManagement/smartGroups/*\"\ + ,\"Microsoft.AlertsManagement/migrateFromSmartDetection/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-09-21T19:21:08.4345976Z\"\ + ,\"updatedOn\":\"2022-09-05T15:10:49.4071427Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\ + },{\"properties\":{\"roleName\":\"New Relic APM Account Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage New Relic Application Performance\ + \ Management accounts and applications, but not access to them.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"NewRelic.APM/accounts/*\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:45.7178576Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d28c62d-5b37-4476-8438-e587778df237\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d28c62d-5b37-4476-8438-e587778df237\"\ + },{\"properties\":{\"roleName\":\"Reader\",\"type\":\"BuiltInRole\",\"description\"\ + :\"View all resources, but does not allow you to make any changes.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:47.8628684Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"acdd72a7-3385-48ef-bd42-f606fba81ae7\"\ + },{\"properties\":{\"roleName\":\"Redis Cache Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage Redis caches, but not access to them.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Cache/register/action\",\"Microsoft.Cache/redis/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:48.0528671Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e0f68234-74aa-48ed-b826-c38b57376e17\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e0f68234-74aa-48ed-b826-c38b57376e17\"\ + },{\"properties\":{\"roleName\":\"Reader and Data Access\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you view everything but will not let you delete or\ + \ create a storage account or contained resource. It will also allow read/write\ + \ access to all data contained in a storage account via access to storage\ + \ account keys.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Storage/storageAccounts/ListAccountSas/action\"\ + ,\"Microsoft.Storage/storageAccounts/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2018-03-27T23:20:46.1498906Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:48.2278951Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c12c1c16-33a1-487b-954d-41c89c60f349\"\ + },{\"properties\":{\"roleName\":\"Resource Policy Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Users with rights to create/modify resource\ + \ policy, create support ticket and read resources/hierarchy.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.Authorization/policyassignments/*\"\ + ,\"Microsoft.Authorization/policydefinitions/*\",\"Microsoft.Authorization/policyexemptions/*\"\ + ,\"Microsoft.Authorization/policysetdefinitions/*\",\"Microsoft.PolicyInsights/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-08-25T19:08:01.3861639Z\"\ + ,\"updatedOn\":\"2023-05-11T23:11:26.1702440Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36243c78-bf99-498c-9df9-86d9f8d28608\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"36243c78-bf99-498c-9df9-86d9f8d28608\"\ + },{\"properties\":{\"roleName\":\"Scheduler Job Collections Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage Scheduler job\ + \ collections, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Scheduler/jobcollections/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:49.8429293Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\ + },{\"properties\":{\"roleName\":\"Search Service Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage Search services, but not access\ + \ to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Search/searchServices/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:50.0229309Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\ + },{\"properties\":{\"roleName\":\"Security Manager (Legacy)\",\"type\":\"\ + BuiltInRole\",\"description\":\"This is a legacy role. Please use Security\ + \ Administrator instead\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicCompute/*/read\"\ + ,\"Microsoft.ClassicCompute/virtualMachines/*/write\",\"Microsoft.ClassicNetwork/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Security/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-06-22T17:45:15.8986455Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:50.5729549Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\ + },{\"properties\":{\"roleName\":\"Security Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Security Reader Role\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.operationalInsights/workspaces/*/read\",\"Microsoft.Resources/deployments/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Security/*/read\"\ + ,\"Microsoft.IoTSecurity/*/read\",\"Microsoft.Support/*/read\",\"Microsoft.Security/iotDefenderSettings/packageDownloads/action\"\ + ,\"Microsoft.Security/iotDefenderSettings/downloadManagerActivation/action\"\ + ,\"Microsoft.Security/iotSensors/downloadResetPassword/action\",\"Microsoft.IoTSecurity/defenderSettings/packageDownloads/action\"\ + ,\"Microsoft.IoTSecurity/defenderSettings/downloadManagerActivation/action\"\ + ,\"Microsoft.Management/managementGroups/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-03T07:48:49.0516559Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:50.7479015Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\ + },{\"properties\":{\"roleName\":\"Spatial Anchors Account Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage spatial anchors in\ + \ your account, but not delete them\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/SpatialAnchorsAccounts/create/action\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/discovery/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/properties/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/query/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/submitdiag/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/write\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-12-21T17:57:41.1420864Z\",\"updatedOn\":\"2021-11-11T20:13:52.2829400Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8bbe83f1-e2a6-4df7-8cb4-4e04d4e5c827\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8bbe83f1-e2a6-4df7-8cb4-4e04d4e5c827\"\ + },{\"properties\":{\"roleName\":\"Site Recovery Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage Site Recovery service except\ + \ vault creation and role assignment\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\"\ + ,\"Microsoft.RecoveryServices/locations/allocateStamp/action\",\"Microsoft.RecoveryServices/Vaults/certificates/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\"Microsoft.RecoveryServices/Vaults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\"Microsoft.RecoveryServices/vaults/replicationEvents/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\"Microsoft.RecoveryServices/vaults/replicationJobs/*\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/*\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationVaultSettings/*\",\"Microsoft.RecoveryServices/Vaults/storageConfig/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\"Microsoft.RecoveryServices/Vaults/usages/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationOperationStatus/read\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-05-19T13:46:17.4592776Z\",\"updatedOn\":\"2021-11-11T20:13:52.4579503Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\ + },{\"properties\":{\"roleName\":\"Site Recovery Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you failover and failback but not perform other Site\ + \ Recovery management operations\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\"\ + ,\"Microsoft.RecoveryServices/locations/allocateStamp/action\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/switchprotection/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailoverCleanup/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\"Microsoft.RecoveryServices/vaults/replicationPolicies/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/failoverCommit/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationVaultSettings/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-05-19T13:47:50.1341148Z\",\"updatedOn\":\"2021-11-11T20:13:52.6263418Z\"\ + ,\"createdBy\":null,\"updatedBy\":\"\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"494ae006-db33-4328-bf46-533a6560a3ca\"\ + },{\"properties\":{\"roleName\":\"Spatial Anchors Account Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you locate and read properties of\ + \ spatial anchors in your account\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/SpatialAnchorsAccounts/discovery/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/properties/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/query/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/submitdiag/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-12-21T17:57:42.9271004Z\",\"updatedOn\":\"2021-11-11T20:13:52.8013467Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d51204f-eb77-4b1c-b86a-2ec626c49413\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d51204f-eb77-4b1c-b86a-2ec626c49413\"\ + },{\"properties\":{\"roleName\":\"Site Recovery Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you view Site Recovery status but not perform other\ + \ management operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\"Microsoft.RecoveryServices/vaults/replicationPolicies/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\"Microsoft.RecoveryServices/vaults/replicationVaultSettings/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-05-19T13:35:40.0093634Z\",\"updatedOn\":\"2021-11-11T20:13:52.9763366Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dbaa88c4-0c30-4179-9fb3-46319faa6149\"\ + },{\"properties\":{\"roleName\":\"Spatial Anchors Account Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage spatial anchors in your\ + \ account, including deleting them\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/SpatialAnchorsAccounts/create/action\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/delete\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/discovery/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/properties/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/query/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/submitdiag/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-12-21T17:57:43.5489832Z\",\"\ + updatedOn\":\"2021-11-11T20:13:53.1663250Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/70bbe301-9835-447d-afdd-19eb3167307c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"70bbe301-9835-447d-afdd-19eb3167307c\"\ + },{\"properties\":{\"roleName\":\"SQL Managed Instance Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage SQL Managed Instances and\ + \ required network configuration, but can\u2019t give access to others.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/*\",\"Microsoft.Network/routeTables/*\"\ + ,\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/locations/instanceFailoverGroups/*\"\ + ,\"Microsoft.Sql/managedInstances/*\",\"Microsoft.Support/*\",\"Microsoft.Network/virtualNetworks/subnets/*\"\ + ,\"Microsoft.Network/virtualNetworks/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\"],\"notActions\":[\"Microsoft.Sql/managedInstances/azureADOnlyAuthentications/delete\"\ + ,\"Microsoft.Sql/managedInstances/azureADOnlyAuthentications/write\"],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2018-12-10T22:57:14.2937983Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:53.3513507Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4939a1f6-9ae0-4e48-a1e0-f2cbe897382d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4939a1f6-9ae0-4e48-a1e0-f2cbe897382d\"\ + },{\"properties\":{\"roleName\":\"SQL DB Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage SQL databases, but not access to them.\ + \ Also, you can't manage their security-related policies or their parent SQL\ + \ servers.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/servers/databases/*\"\ + ,\"Microsoft.Sql/servers/read\",\"Microsoft.Support/*\",\"Microsoft.Insights/metrics/read\"\ + ,\"Microsoft.Insights/metricDefinitions/read\"],\"notActions\":[\"Microsoft.Sql/servers/databases/ledgerDigestUploads/write\"\ + ,\"Microsoft.Sql/servers/databases/ledgerDigestUploads/disable/action\",\"\ + Microsoft.Sql/managedInstances/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/managedInstances/databases/recommendedSensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/*\",\"\ + Microsoft.Sql/managedInstances/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/databases/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditRecords/read\"\ + ,\"Microsoft.Sql/servers/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\"\ + ,\"Microsoft.Sql/servers/databases/extendedAuditingSettings/*\",\"Microsoft.Sql/servers/databases/recommendedSensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\"Microsoft.Sql/servers/databases/securityMetrics/*\"\ + ,\"Microsoft.Sql/servers/databases/sensitivityLabels/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\"\ + ,\"Microsoft.Sql/servers/vulnerabilityAssessments/*\"],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\"\ + :\"2021-11-11T20:13:53.5363219Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\ + },{\"properties\":{\"roleName\":\"SQL Security Manager\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage the security-related policies of SQL servers\ + \ and databases, but not access to them.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Sql/locations/administratorAzureAsyncOperation/read\"\ + ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/databases/currentSensitivityLabels/*\",\"\ + Microsoft.Sql/managedInstances/databases/recommendedSensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/*\",\"\ + Microsoft.Sql/servers/advancedThreatProtectionSettings/read\",\"Microsoft.Sql/servers/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/transparentDataEncryption/*\"\ + ,\"Microsoft.Sql/managedInstances/vulnerabilityAssessments/*\",\"Microsoft.Sql/managedInstances/serverConfigurationOptions/read\"\ + ,\"Microsoft.Sql/managedInstances/serverConfigurationOptions/write\",\"Microsoft.Sql/locations/serverConfigurationOptionAzureAsyncOperation/read\"\ + ,\"Microsoft.Sql/servers/advancedThreatProtectionSettings/read\",\"Microsoft.Sql/servers/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/servers/auditingSettings/*\",\"Microsoft.Sql/servers/extendedAuditingSettings/read\"\ + ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/servers/databases/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditRecords/read\"\ + ,\"Microsoft.Sql/servers/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\"\ + ,\"Microsoft.Sql/servers/databases/extendedAuditingSettings/read\",\"Microsoft.Sql/servers/databases/read\"\ + ,\"Microsoft.Sql/servers/databases/recommendedSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/schemas/read\"\ + ,\"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/schemas/tables/read\",\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\"\ + ,\"Microsoft.Sql/servers/databases/securityMetrics/*\",\"Microsoft.Sql/servers/databases/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/transparentDataEncryption/*\",\"Microsoft.Sql/servers/databases/sqlvulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\"\ + ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\",\"\ + Microsoft.Sql/servers/devOpsAuditingSettings/*\",\"Microsoft.Sql/servers/firewallRules/*\"\ + ,\"Microsoft.Sql/servers/read\",\"Microsoft.Sql/servers/securityAlertPolicies/*\"\ + ,\"Microsoft.Sql/servers/sqlvulnerabilityAssessments/*\",\"Microsoft.Sql/servers/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Sql/servers/azureADOnlyAuthentications/*\"\ + ,\"Microsoft.Sql/managedInstances/read\",\"Microsoft.Sql/managedInstances/azureADOnlyAuthentications/*\"\ + ,\"Microsoft.Security/sqlVulnerabilityAssessments/*\",\"Microsoft.Sql/managedInstances/administrators/read\"\ + ,\"Microsoft.Sql/servers/administrators/read\",\"Microsoft.Sql/servers/databases/ledgerDigestUploads/*\"\ + ,\"Microsoft.Sql/locations/ledgerDigestUploadsAzureAsyncOperation/read\",\"\ + Microsoft.Sql/locations/ledgerDigestUploadsOperationResults/read\",\"Microsoft.Sql/servers/externalPolicyBasedAuthorizations/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-06-16T18:44:40.4607572Z\",\"updatedOn\":\"2023-02-28T16:39:27.2165961Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\ + },{\"properties\":{\"roleName\":\"Storage Account Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage storage accounts, including\ + \ accessing storage account keys which provide full access to storage account\ + \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/diagnosticSettings/*\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2021-11-11T20:13:54.2363539Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"17d1049b-9a84-46fb-8f53-869881c3d3ab\"\ + },{\"properties\":{\"roleName\":\"SQL Server Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage SQL servers and databases, but not access\ + \ to them, and not their security -related policies.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/servers/*\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ],\"notActions\":[\"Microsoft.Sql/managedInstances/databases/currentSensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/recommendedSensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/*\",\"\ + Microsoft.Sql/managedInstances/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditingSettings/*\"\ + ,\"Microsoft.Sql/servers/databases/auditRecords/read\",\"Microsoft.Sql/servers/databases/currentSensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\"Microsoft.Sql/servers/databases/extendedAuditingSettings/*\"\ + ,\"Microsoft.Sql/servers/databases/recommendedSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\"Microsoft.Sql/servers/databases/securityMetrics/*\"\ + ,\"Microsoft.Sql/servers/databases/sensitivityLabels/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\"\ + ,\"Microsoft.Sql/servers/devOpsAuditingSettings/*\",\"Microsoft.Sql/servers/extendedAuditingSettings/*\"\ + ,\"Microsoft.Sql/servers/securityAlertPolicies/*\",\"Microsoft.Sql/servers/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/azureADOnlyAuthentications/delete\",\"Microsoft.Sql/servers/azureADOnlyAuthentications/write\"\ + ,\"Microsoft.Sql/servers/externalPolicyBasedAuthorizations/delete\",\"Microsoft.Sql/servers/externalPolicyBasedAuthorizations/write\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2022-04-28T19:08:55.4448647Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\ + },{\"properties\":{\"roleName\":\"Storage Account Key Operator Service Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Storage Account Key Operators\ + \ are allowed to list and regenerate keys on Storage Accounts\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/regeneratekey/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-04-13T18:26:11.5770570Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:54.7697481Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/81a9662b-bebf-436f-a333-f67b29880f12\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"81a9662b-bebf-436f-a333-f67b29880f12\"\ + },{\"properties\":{\"roleName\":\"Storage Blob Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for read, write and delete access\ + \ to Azure Storage blob containers and data\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/move/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/add/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ + updatedOn\":\"2021-11-11T20:13:54.9397456Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ba92f5b4-2d11-453d-a403-e96b0029c9fe\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ba92f5b4-2d11-453d-a403-e96b0029c9fe\"\ + },{\"properties\":{\"roleName\":\"Storage Blob Data Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full access to Azure Storage blob containers\ + \ and data, including assigning POSIX access control.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/*\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-12-04T07:02:58.2775257Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.1225062Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b7e6dc6d-f1e8-4753-8033-0f276bb0955b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b7e6dc6d-f1e8-4753-8033-0f276bb0955b\"\ + },{\"properties\":{\"roleName\":\"Storage Blob Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for read access to Azure Storage blob containers\ + \ and data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.2975076Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2a2b9908-6ea1-4ae2-8e65-a410df84e7d1\"\ + },{\"properties\":{\"roleName\":\"Storage Queue Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for read, write, and delete access\ + \ to Azure Storage queues and queue messages\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/delete\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/read\",\"Microsoft.Storage/storageAccounts/queueServices/queues/write\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/delete\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/write\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/process/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.4725469Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/974c5e8b-45b9-4653-ba55-5f855dd0fb88\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"974c5e8b-45b9-4653-ba55-5f855dd0fb88\"\ + },{\"properties\":{\"roleName\":\"Storage Queue Data Message Processor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows for peek, receive, and delete\ + \ access to Azure Storage queue messages\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/process/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-01-28T22:27:04.8947111Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.6575408Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8a0f0c08-91a1-4084-bc3d-661d67233fed\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8a0f0c08-91a1-4084-bc3d-661d67233fed\"\ + },{\"properties\":{\"roleName\":\"Storage Queue Data Message Sender\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for sending of Azure Storage queue\ + \ messages\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/add/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-01-28T22:28:34.7459724Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.8325508Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c6a89b2d-59bc-44d0-9896-0f6e12d7b80a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c6a89b2d-59bc-44d0-9896-0f6e12d7b80a\"\ + },{\"properties\":{\"roleName\":\"Storage Queue Data Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows for read access to Azure Storage queues\ + \ and queue messages\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Storage/storageAccounts/queueServices/queues/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ + updatedOn\":\"2021-11-11T20:13:56.0178497Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/19e7f393-937e-4f77-808e-94535e297925\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"19e7f393-937e-4f77-808e-94535e297925\"\ + },{\"properties\":{\"roleName\":\"Support Request Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you create and manage Support requests\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-06-22T22:25:37.8053068Z\",\"updatedOn\":\"2021-11-11T20:13:56.7444481Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cfd33db0-3dd1-45e3-aa9d-cdbdf3b6f24e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cfd33db0-3dd1-45e3-aa9d-cdbdf3b6f24e\"\ + },{\"properties\":{\"roleName\":\"Traffic Manager Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage Traffic Manager profiles,\ + \ but does not let you control who has access to them.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/trafficManagerProfiles/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-10-15T23:33:25.9730842Z\",\"updatedOn\":\"2021-11-11T20:13:57.2744497Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\ + },{\"properties\":{\"roleName\":\"User Access Administrator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage user access to Azure resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"\ + Microsoft.Authorization/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:57.7932023Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\ + },{\"properties\":{\"roleName\":\"Virtual Machine Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage virtual machines, but not\ + \ access to them, and not the virtual network or storage account they're connected\ + \ to.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Compute/availabilitySets/*\",\"Microsoft.Compute/locations/*\"\ + ,\"Microsoft.Compute/virtualMachines/*\",\"Microsoft.Compute/virtualMachineScaleSets/*\"\ + ,\"Microsoft.Compute/cloudServices/*\",\"Microsoft.Compute/disks/write\",\"\ + Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/delete\",\"Microsoft.DevTestLab/schedules/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/applicationGateways/backendAddressPools/join/action\"\ + ,\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatPools/join/action\"\ + ,\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\"Microsoft.Network/loadBalancers/probes/join/action\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/locations/*\"\ + ,\"Microsoft.Network/networkInterfaces/*\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/publicIPAddresses/join/action\"\ + ,\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.RecoveryServices/locations/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/usages/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/write\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.SerialConsole/serialPorts/connect/action\",\"Microsoft.SqlVirtualMachine/*\"\ + ,\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2021-11-11T20:13:58.3176075Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\ + },{\"properties\":{\"roleName\":\"Web Plan Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage the web plans for websites, but not access\ + \ to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Web/serverFarms/*\",\"Microsoft.Web/hostingEnvironments/Join/Action\"\ + ,\"Microsoft.Insights/autoscalesettings/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2022-09-01T21:58:00.7022464Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\ + },{\"properties\":{\"roleName\":\"Website Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage websites (not web plans), but not access\ + \ to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/components/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Web/certificates/*\",\"Microsoft.Web/listSitesAssignedToHostName/read\"\ + ,\"Microsoft.Web/serverFarms/join/action\",\"Microsoft.Web/serverFarms/read\"\ + ,\"Microsoft.Web/sites/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-05-12T23:10:23.6193952Z\",\"updatedOn\":\"2021-11-11T20:13:58.6655647Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"de139f84-1756-47ae-9be6-808fbbe84772\"\ + },{\"properties\":{\"roleName\":\"Azure Service Bus Data Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for full access to Azure Service\ + \ Bus resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.ServiceBus/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.ServiceBus/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-04-16T21:33:36.7445745Z\",\"\ + updatedOn\":\"2021-11-11T20:13:59.2005807Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/090c5cfd-751d-490a-894a-3ce6f1109419\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"090c5cfd-751d-490a-894a-3ce6f1109419\"\ + },{\"properties\":{\"roleName\":\"Azure Event Hubs Data Owner\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows for full access to Azure Event Hubs\ + \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.EventHub/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.EventHub/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-04-16T21:34:29.8656362Z\",\"\ + updatedOn\":\"2021-11-11T20:13:59.3721538Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f526a384-b230-433a-b45c-95f59c4a2dec\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f526a384-b230-433a-b45c-95f59c4a2dec\"\ + },{\"properties\":{\"roleName\":\"Attestation Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read write or delete the attestation provider instance\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Attestation/attestationProviders/attestation/read\"\ + ,\"Microsoft.Attestation/attestationProviders/attestation/write\",\"Microsoft.Attestation/attestationProviders/attestation/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-04-19T00:24:09.3354177Z\",\"updatedOn\":\"2021-11-11T20:13:59.7271218Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bbf86eb8-f7b4-4cce-96e4-18cddf81d86e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bbf86eb8-f7b4-4cce-96e4-18cddf81d86e\"\ + },{\"properties\":{\"roleName\":\"HDInsight Cluster Operator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you read and modify HDInsight cluster\ + \ configurations.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.HDInsight/*/read\",\"Microsoft.HDInsight/clusters/getGatewaySettings/action\"\ + ,\"Microsoft.HDInsight/clusters/updateGatewaySettings/action\",\"Microsoft.HDInsight/clusters/configurations/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Authorization/*/read\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-04-20T00:03:01.7110732Z\",\"updatedOn\":\"2021-11-11T20:13:59.9052180Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/61ed4efc-fab3-44fd-b111-e24485cc132a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"61ed4efc-fab3-44fd-b111-e24485cc132a\"\ + },{\"properties\":{\"roleName\":\"Cosmos DB Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage Azure Cosmos DB accounts, but not access\ + \ data in them. Prevents access to account keys and connection strings.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DocumentDb/databaseAccounts/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Authorization/*/read\",\"\ + Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ],\"notActions\":[\"Microsoft.DocumentDB/databaseAccounts/readonlyKeys/*\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/regenerateKey/*\",\"Microsoft.DocumentDB/databaseAccounts/listKeys/*\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/listConnectionStrings/*\",\"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions/write\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions/delete\",\"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments/write\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments/delete\",\"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions/write\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions/delete\",\"\ + Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions/write\",\"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions/delete\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-04-26T17:01:17.0169383Z\"\ + ,\"updatedOn\":\"2023-01-11T18:59:29.2865530Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/230815da-be43-4aae-9cb4-875f7bd000aa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"230815da-be43-4aae-9cb4-875f7bd000aa\"\ + },{\"properties\":{\"roleName\":\"Hybrid Server Resource Administrator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can read, write, delete, and re-onboard\ + \ Hybrid servers to the Hybrid Resource Provider.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/*\"\ + ,\"Microsoft.HybridCompute/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2019-04-29T21:39:32.3132923Z\",\"updatedOn\"\ + :\"2021-11-11T20:14:00.2548257Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/48b40c6e-82e0-4eb3-90d5-19e40f49b624\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"48b40c6e-82e0-4eb3-90d5-19e40f49b624\"\ + },{\"properties\":{\"roleName\":\"Hybrid Server Onboarding\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can onboard new Hybrid servers to the Hybrid Resource Provider.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/read\"\ + ,\"Microsoft.HybridCompute/machines/write\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2019-04-29T22:36:28.1873756Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:00.4308999Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d1e5ee4-7c68-4a71-ac8b-0739630a3dfb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d1e5ee4-7c68-4a71-ac8b-0739630a3dfb\"\ + },{\"properties\":{\"roleName\":\"Azure Event Hubs Data Receiver\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows receive access to Azure Event Hubs\ + \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.EventHub/*/eventhubs/consumergroups/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.EventHub/*/receive/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-05-10T06:25:21.1056666Z\",\"updatedOn\":\"2021-11-11T20:14:01.3225169Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a638d3c7-ab3a-418d-83e6-5f17a39d4fde\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a638d3c7-ab3a-418d-83e6-5f17a39d4fde\"\ + },{\"properties\":{\"roleName\":\"Azure Event Hubs Data Sender\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows send access to Azure Event Hubs\ + \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.EventHub/*/eventhubs/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.EventHub/*/send/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-05-10T06:26:12.4673714Z\",\"updatedOn\":\"2021-11-11T20:14:01.4925583Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2b629674-e913-4c01-ae53-ef4638d8f975\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2b629674-e913-4c01-ae53-ef4638d8f975\"\ + },{\"properties\":{\"roleName\":\"Azure Service Bus Data Receiver\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for receive access to Azure Service\ + \ Bus resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.ServiceBus/*/queues/read\",\"Microsoft.ServiceBus/*/topics/read\"\ + ,\"Microsoft.ServiceBus/*/topics/subscriptions/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.ServiceBus/*/receive/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-05-10T06:43:01.6343849Z\",\"updatedOn\":\"2021-11-11T20:14:01.6629685Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4f6d3b9b-027b-4f4c-9142-0e5a2a2247e0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4f6d3b9b-027b-4f4c-9142-0e5a2a2247e0\"\ + },{\"properties\":{\"roleName\":\"Azure Service Bus Data Sender\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for send access to Azure Service\ + \ Bus resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.ServiceBus/*/queues/read\",\"Microsoft.ServiceBus/*/topics/read\"\ + ,\"Microsoft.ServiceBus/*/topics/subscriptions/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.ServiceBus/*/send/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-05-10T06:43:46.7046934Z\",\"updatedOn\":\"2021-11-11T20:14:01.8479199Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/69a216fc-b8fb-44d8-bc22-1f3c2cd27a39\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"69a216fc-b8fb-44d8-bc22-1f3c2cd27a39\"\ + },{\"properties\":{\"roleName\":\"Storage File Data SMB Share Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows for read access to Azure File\ + \ Share over SMB\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-07-01T20:19:31.8620471Z\",\"\ + updatedOn\":\"2021-11-11T20:14:04.3642909Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/aba4ae5f-2193-4029-9191-0cb91df5e314\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"aba4ae5f-2193-4029-9191-0cb91df5e314\"\ + },{\"properties\":{\"roleName\":\"Storage File Data SMB Share Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for read, write, and delete\ + \ access in Azure Storage file shares over SMB\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\",\"\ + Microsoft.Storage/storageAccounts/fileServices/fileshares/files/write\",\"\ + Microsoft.Storage/storageAccounts/fileServices/fileshares/files/delete\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2019-07-01T20:54:35.4834310Z\",\"updatedOn\"\ + :\"2021-11-11T20:14:04.5443323Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0c867c2a-1d8c-454a-a3db-ab2ea1bdc8bb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0c867c2a-1d8c-454a-a3db-ab2ea1bdc8bb\"\ + },{\"properties\":{\"roleName\":\"Private DNS Zone Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage private DNS zone resources,\ + \ but not the virtual networks they are linked to.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Network/privateDnsZones/*\",\"Microsoft.Network/privateDnsOperationResults/*\"\ + ,\"Microsoft.Network/privateDnsOperationStatuses/*\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.Network/virtualNetworks/join/action\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-07-10T19:31:15.5645518Z\",\"updatedOn\":\"2021-11-11T20:14:04.7342851Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b12aa53e-6015-4669-85d0-8515ebb3ae7f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b12aa53e-6015-4669-85d0-8515ebb3ae7f\"\ + },{\"properties\":{\"roleName\":\"Storage Blob Delegator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for generation of a user delegation key which can\ + \ be used to sign SAS tokens\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-07-23T00:51:16.3376761Z\",\"updatedOn\":\"2021-11-11T20:14:05.4321714Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/db58b8e5-c6ad-4a2a-8342-4190687cbf4a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"db58b8e5-c6ad-4a2a-8342-4190687cbf4a\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization User\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows user to use the applications in an\ + \ application group.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.DesktopVirtualization/applicationGroups/useApplications/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-08-07T00:29:03.8727621Z\",\"\ + updatedOn\":\"2021-11-11T20:14:05.9821791Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1d18fff3-a72a-46b5-b4a9-0b38a3cd7e63\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1d18fff3-a72a-46b5-b4a9-0b38a3cd7e63\"\ + },{\"properties\":{\"roleName\":\"Storage File Data SMB Share Elevated Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for read, write, delete\ + \ and modify NTFS permission access in Azure Storage file shares over SMB\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/write\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/delete\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/modifypermissions/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-08-07T01:35:36.9935457Z\",\"\ + updatedOn\":\"2021-11-11T20:14:06.1571744Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a7264617-510b-434b-a828-9731dc254ea7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a7264617-510b-434b-a828-9731dc254ea7\"\ + },{\"properties\":{\"roleName\":\"Blueprint Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can manage blueprint definitions, but not assign them.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Blueprint/blueprints/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-14T21:55:16.9683949Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:06.5171828Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/41077137-e803-4205-871c-5a86e6a753b4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"41077137-e803-4205-871c-5a86e6a753b4\"\ + },{\"properties\":{\"roleName\":\"Blueprint Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can assign existing published blueprints, but cannot create\ + \ new blueprints. NOTE: this only works if the assignment is done with a user-assigned\ + \ managed identity.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Blueprint/blueprintAssignments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-08-14T21:56:48.7897875Z\",\"updatedOn\":\"2021-11-11T20:14:06.6971401Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/437d2ced-4a38-4302-8479-ed2bcb43d090\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"437d2ced-4a38-4302-8479-ed2bcb43d090\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Microsoft Sentinel Contributor\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SecurityInsights/*\",\"\ + Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\"Microsoft.OperationsManagement/solutions/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/read\",\"Microsoft.OperationalInsights/workspaces/query/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/dataSources/read\",\"Microsoft.OperationalInsights/querypacks/*/read\"\ + ,\"Microsoft.Insights/workbooks/*\",\"Microsoft.Insights/myworkbooks/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.SecurityInsights/ConfidentialWatchlists/*\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/ConfidentialWatchlist/*\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T16:39:03.8725173Z\"\ + ,\"updatedOn\":\"2022-07-22T17:40:38.3700257Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ab8e14d6-4a74-4a29-9ba8-549422addade\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ab8e14d6-4a74-4a29-9ba8-549422addade\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Responder\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Microsoft Sentinel Responder\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SecurityInsights/*/read\"\ + ,\"Microsoft.SecurityInsights/dataConnectorsCheckRequirements/action\",\"\ + Microsoft.SecurityInsights/automationRules/*\",\"Microsoft.SecurityInsights/cases/*\"\ + ,\"Microsoft.SecurityInsights/incidents/*\",\"Microsoft.SecurityInsights/threatIntelligence/indicators/appendTags/action\"\ + ,\"Microsoft.SecurityInsights/threatIntelligence/indicators/query/action\"\ + ,\"Microsoft.SecurityInsights/threatIntelligence/bulkTag/action\",\"Microsoft.SecurityInsights/threatIntelligence/indicators/appendTags/action\"\ + ,\"Microsoft.SecurityInsights/threatIntelligence/indicators/replaceTags/action\"\ + ,\"Microsoft.SecurityInsights/threatIntelligence/queryIndicators/action\"\ + ,\"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/dataSources/read\",\"Microsoft.OperationalInsights/workspaces/savedSearches/read\"\ + ,\"Microsoft.OperationsManagement/solutions/read\",\"Microsoft.OperationalInsights/workspaces/query/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/*/read\",\"Microsoft.OperationalInsights/workspaces/dataSources/read\"\ + ,\"Microsoft.OperationalInsights/querypacks/*/read\",\"Microsoft.Insights/workbooks/read\"\ + ,\"Microsoft.Insights/myworkbooks/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[\"Microsoft.SecurityInsights/cases/*/Delete\",\"Microsoft.SecurityInsights/incidents/*/Delete\"\ + ,\"Microsoft.SecurityInsights/ConfidentialWatchlists/*\",\"Microsoft.OperationalInsights/workspaces/query/ConfidentialWatchlist/*\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T16:54:07.6467264Z\"\ + ,\"updatedOn\":\"2022-07-21T23:37:54.2486838Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e150937-b8fe-4cfb-8069-0eaf05ecd056\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3e150937-b8fe-4cfb-8069-0eaf05ecd056\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Microsoft Sentinel Reader\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SecurityInsights/*/read\"\ + ,\"Microsoft.SecurityInsights/dataConnectorsCheckRequirements/action\",\"\ + Microsoft.SecurityInsights/threatIntelligence/indicators/query/action\",\"\ + Microsoft.SecurityInsights/threatIntelligence/queryIndicators/action\",\"\ + Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/LinkedServices/read\",\"Microsoft.OperationalInsights/workspaces/savedSearches/read\"\ + ,\"Microsoft.OperationsManagement/solutions/read\",\"Microsoft.OperationalInsights/workspaces/query/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/*/read\",\"Microsoft.OperationalInsights/querypacks/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/dataSources/read\",\"Microsoft.Insights/workbooks/read\"\ + ,\"Microsoft.Insights/myworkbooks/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/templateSpecs/*/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.SecurityInsights/ConfidentialWatchlists/*\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/ConfidentialWatchlist/*\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T16:58:50.1132117Z\"\ + ,\"updatedOn\":\"2022-07-22T17:40:38.3700257Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8d289c81-5878-46d4-8554-54e1e3d8b5cb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8d289c81-5878-46d4-8554-54e1e3d8b5cb\"\ + },{\"properties\":{\"roleName\":\"Workbook Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read workbooks.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"microsoft.insights/workbooks/read\",\"microsoft.insights/workbooks/revisions/read\"\ + ,\"microsoft.insights/workbooktemplates/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T20:56:17.6808140Z\"\ + ,\"updatedOn\":\"2022-12-08T19:53:26.7526140Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b279062a-9be3-42a0-92ae-8b3cf002ec4d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b279062a-9be3-42a0-92ae-8b3cf002ec4d\"\ + },{\"properties\":{\"roleName\":\"Workbook Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can save shared workbooks.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Insights/workbooks/write\",\"\ + Microsoft.Insights/workbooks/delete\",\"Microsoft.Insights/workbooks/read\"\ + ,\"Microsoft.Insights/workbooks/revisions/read\",\"Microsoft.Insights/workbooktemplates/write\"\ + ,\"Microsoft.Insights/workbooktemplates/delete\",\"Microsoft.Insights/workbooktemplates/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-08-28T20:59:42.4820277Z\",\"updatedOn\":\"2022-12-08T21:25:04.5651887Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e8ddcd69-c73f-4f9f-9844-4100522f16ad\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e8ddcd69-c73f-4f9f-9844-4100522f16ad\"\ + },{\"properties\":{\"roleName\":\"Policy Insights Data Writer (Preview)\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows read access to resource\ + \ policies and write access to resource component policy events.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/policyassignments/read\"\ + ,\"Microsoft.Authorization/policydefinitions/read\",\"Microsoft.Authorization/policyexemptions/read\"\ + ,\"Microsoft.Authorization/policysetdefinitions/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.PolicyInsights/checkDataPolicyCompliance/action\"\ + ,\"Microsoft.PolicyInsights/policyEvents/logDataEvents/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-09-19T19:35:20.9504127Z\",\"updatedOn\":\"2021-11-11T20:14:09.4235132Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/66bb4e9e-b016-4a94-8249-4c0511c2be84\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"66bb4e9e-b016-4a94-8249-4c0511c2be84\"\ + },{\"properties\":{\"roleName\":\"SignalR AccessKey Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read SignalR Service Access Keys\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SignalRService/*/read\"\ + ,\"Microsoft.SignalRService/SignalR/listkeys/action\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-09-20T09:33:19.6236874Z\",\"updatedOn\":\"2021-11-11T20:14:09.6134860Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/04165923-9d83-45d5-8227-78b77b0a687e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"04165923-9d83-45d5-8227-78b77b0a687e\"\ + },{\"properties\":{\"roleName\":\"SignalR/Web PubSub Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Create, Read, Update, and Delete SignalR\ + \ service resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.SignalRService/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-09-20T09:58:09.0009662Z\",\"updatedOn\":\"2021-11-11T20:14:09.7884765Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8cf5e20a-e4b2-4e9d-b3a1-5ceb692c2761\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8cf5e20a-e4b2-4e9d-b3a1-5ceb692c2761\"\ + },{\"properties\":{\"roleName\":\"Azure Connected Machine Onboarding\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can onboard Azure Connected Machines.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/read\"\ + ,\"Microsoft.HybridCompute/machines/write\",\"Microsoft.HybridCompute/privateLinkScopes/read\"\ + ,\"Microsoft.GuestConfiguration/guestConfigurationAssignments/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-10-23T20:15:07.1372870Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:10.8735219Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b64e21ea-ac4e-4cdf-9dc9-5b892992bee7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b64e21ea-ac4e-4cdf-9dc9-5b892992bee7\"\ + },{\"properties\":{\"roleName\":\"Azure Connected Machine Resource Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Can read, write, delete and re-onboard\ + \ Azure Connected Machines.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.HybridCompute/machines/read\",\"Microsoft.HybridCompute/machines/write\"\ + ,\"Microsoft.HybridCompute/machines/delete\",\"Microsoft.HybridCompute/machines/UpgradeExtensions/action\"\ + ,\"Microsoft.HybridCompute/machines/extensions/read\",\"Microsoft.HybridCompute/machines/extensions/write\"\ + ,\"Microsoft.HybridCompute/machines/extensions/delete\",\"Microsoft.HybridCompute/privateLinkScopes/*\"\ + ,\"Microsoft.HybridCompute/*/read\",\"Microsoft.Resources/deployments/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-10-23T20:24:59.1474607Z\",\"updatedOn\":\"2021-12-15T16:10:25.5898511Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cd570a14-e51a-42ad-bac8-bafd67325302\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cd570a14-e51a-42ad-bac8-bafd67325302\"\ + },{\"properties\":{\"roleName\":\"Managed Services Registration assignment\ + \ Delete Role\",\"type\":\"BuiltInRole\",\"description\":\"Managed Services\ + \ Registration Assignment Delete Role allows the managing tenant users to\ + \ delete the registration assignment assigned to their tenant.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ManagedServices/registrationAssignments/read\"\ + ,\"Microsoft.ManagedServices/registrationAssignments/delete\",\"Microsoft.ManagedServices/operationStatuses/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-10-23T22:33:33.1183469Z\",\"updatedOn\":\"2021-11-11T20:14:11.2336400Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/91c1777a-f3dc-4fae-b103-61d183457e46\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"91c1777a-f3dc-4fae-b103-61d183457e46\"\ + },{\"properties\":{\"roleName\":\"App Configuration Data Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows full access to App Configuration\ + \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AppConfiguration/configurationStores/*/read\"\ + ,\"Microsoft.AppConfiguration/configurationStores/*/write\",\"Microsoft.AppConfiguration/configurationStores/*/delete\"\ + ,\"Microsoft.AppConfiguration/configurationStores/*/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-10-25T18:41:40.1185063Z\",\"updatedOn\":\"2023-02-01T23:20:05.7772785Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5ae67dd6-50cb-40e7-96ff-dc2bfa4b606b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5ae67dd6-50cb-40e7-96ff-dc2bfa4b606b\"\ + },{\"properties\":{\"roleName\":\"App Configuration Data Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows read access to App Configuration\ + \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AppConfiguration/configurationStores/*/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-10-25T18:45:33.7975332Z\",\"\ + updatedOn\":\"2021-11-11T20:14:11.5885341Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/516239f1-63e1-4d78-a4de-a74fb236a071\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"516239f1-63e1-4d78-a4de-a74fb236a071\"\ + },{\"properties\":{\"roleName\":\"Kubernetes Cluster - Azure Arc Onboarding\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Role definition to authorize any\ + \ user/service to create connectedClusters resource\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Kubernetes/connectedClusters/Write\"\ + ,\"Microsoft.Kubernetes/connectedClusters/read\",\"Microsoft.Support/*\"],\"\ + notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ + 2019-11-18T17:00:02.2087147Z\",\"updatedOn\":\"2021-11-11T20:14:12.4685303Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/34e09817-6cbe-4d01-b1a2-e0eac5743d41\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"34e09817-6cbe-4d01-b1a2-e0eac5743d41\"\ + },{\"properties\":{\"roleName\":\"Experimentation Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Experimentation Contributor\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/write\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/delete\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/experiment/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/emergencystop/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/read\",\"Microsoft.Experimentation/experimentWorkspaces/write\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/delete\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-12-13T00:08:08.6679591Z\",\"updatedOn\":\"2021-11-11T20:14:14.6454147Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f646f1b-fa08-80eb-a22b-edd6ce5c915c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f646f1b-fa08-80eb-a22b-edd6ce5c915c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services QnA Maker Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Let\u2019s you read and test a KB\ + \ only.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/alterations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointkeys/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointsettings/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/alterations/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointkeys/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointsettings/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/alterations/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointkeys/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointsettings/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-12-17T18:26:12.3329439Z\",\"\ + updatedOn\":\"2021-11-11T20:14:14.8254033Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/466ccd10-b268-4a11-b098-b4849f024126\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"466ccd10-b268-4a11-b098-b4849f024126\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services QnA Maker Editor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Let\u2019s you create, edit, import\ + \ and export a KB. You cannot publish or delete a KB.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/create/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/write\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/train/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/alterations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/alterations/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointkeys/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointkeys/refreshkeys/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointsettings/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker/endpointsettings/write\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker/operations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/create/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/train/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/alterations/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker.v2/alterations/write\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointkeys/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointkeys/refreshkeys/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointsettings/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointsettings/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/operations/read\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/create/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/train/action\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/alterations/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/alterations/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointkeys/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointkeys/refreshkeys/action\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointsettings/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointsettings/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/operations/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-12-17T18:27:30.6434556Z\",\"\ + updatedOn\":\"2021-11-11T20:14:14.9961559Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f4cc2bf9-21be-47a1-bdf1-5c5804381025\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f4cc2bf9-21be-47a1-bdf1-5c5804381025\"\ + },{\"properties\":{\"roleName\":\"Experimentation Administrator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Experimentation Administrator\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/admin/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/write\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/delete\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/experimentadmin/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/experiment/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/emergencystop/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/read\",\"Microsoft.Experimentation/experimentWorkspaces/write\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/delete\",\"Microsoft.Experimentation/experimentWorkspaces/admin/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/metricwrite/action\",\"\ + Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/metricwrite/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-12-18T22:46:33.1116612Z\",\"\ + updatedOn\":\"2021-11-11T20:14:15.1811577Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f646f1b-fa08-80eb-a33b-edd6ce5c915c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f646f1b-fa08-80eb-a33b-edd6ce5c915c\"\ + },{\"properties\":{\"roleName\":\"Remote Rendering Administrator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides user with conversion, manage session,\ + \ rendering and diagnostics capabilities for Azure Remote Rendering\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.MixedReality/RemoteRenderingAccounts/convert/action\",\"Microsoft.MixedReality/RemoteRenderingAccounts/convert/read\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/convert/delete\",\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/read\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/action\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/delete\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/render/read\",\"Microsoft.MixedReality/RemoteRenderingAccounts/diagnostic/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-01-23T18:15:31.3450348Z\",\"\ + updatedOn\":\"2021-11-11T20:14:16.7621737Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3df8b902-2a6f-47c7-8cc5-360e9b272a7e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3df8b902-2a6f-47c7-8cc5-360e9b272a7e\"\ + },{\"properties\":{\"roleName\":\"Remote Rendering Client\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides user with manage session, rendering and diagnostics\ + \ capabilities for Azure Remote Rendering.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/read\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/action\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/delete\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/render/read\",\"Microsoft.MixedReality/RemoteRenderingAccounts/diagnostic/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-01-23T18:32:52.7069824Z\",\"\ + updatedOn\":\"2021-11-11T20:14:16.9421512Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d39065c4-c120-43c9-ab0a-63eed9795f0a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d39065c4-c120-43c9-ab0a-63eed9795f0a\"\ + },{\"properties\":{\"roleName\":\"Managed Application Contributor Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows for creating managed application\ + \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"*/read\",\"Microsoft.Solutions/applications/*\",\"Microsoft.Solutions/register/action\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/*\",\"Microsoft.Resources/deployments/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-02-08T03:39:11.8933879Z\",\"updatedOn\":\"2021-11-11T20:14:19.1271536Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/641177b8-a67a-45b9-a033-47bc880bb21e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"641177b8-a67a-45b9-a033-47bc880bb21e\"\ + },{\"properties\":{\"roleName\":\"Security Assessment Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you push assessments to Security Center\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Security/assessments/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-02-13T08:23:47.7656161Z\",\"updatedOn\":\"2021-11-11T20:14:19.3021974Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/612c2aa1-cb24-443b-ac28-3ab7272de6f5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"612c2aa1-cb24-443b-ac28-3ab7272de6f5\"\ + },{\"properties\":{\"roleName\":\"Tag Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage tags on entities, without providing access\ + \ to the entities themselves.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\",\"Microsoft.Resources/subscriptions/resources/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Resources/tags/*\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-18T23:19:19.2977644Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:20.0172041Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4a9ae827-6dc8-4573-8ac7-8239d42aa03f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4a9ae827-6dc8-4573-8ac7-8239d42aa03f\"\ + },{\"properties\":{\"roleName\":\"Integration Service Environment Developer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows developers to create and\ + \ update workflows, integration accounts and API connections in integration\ + \ service environments.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Support/*\",\"Microsoft.Logic/integrationServiceEnvironments/read\"\ + ,\"Microsoft.Logic/integrationServiceEnvironments/*/join/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-20T21:09:00.5627875Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:20.1871986Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c7aa55d3-1abb-444a-a5ca-5e51e485d6ec\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c7aa55d3-1abb-444a-a5ca-5e51e485d6ec\"\ + },{\"properties\":{\"roleName\":\"Integration Service Environment Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage integration service\ + \ environments, but not access to them.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Logic/integrationServiceEnvironments/*\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-20T21:10:44.4008319Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:20.3622058Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a41e2c5b-bd99-4a07-88f4-9bf657a760b8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a41e2c5b-bd99-4a07-88f4-9bf657a760b8\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Contributor Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Grants access to read and write\ + \ Azure Kubernetes Service clusters\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ContainerService/managedClusters/read\",\"Microsoft.ContainerService/managedClusters/write\"\ + ,\"Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-27T19:27:15.0739970Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:21.2621727Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ed7f3fbd-7b88-4dd4-9017-9adb7ce333f8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ed7f3fbd-7b88-4dd4-9017-9adb7ce333f8\"\ + },{\"properties\":{\"roleName\":\"Azure Digital Twins Data Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Read-only role for Digital Twins data-plane\ + \ properties\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.DigitalTwins/digitaltwins/read\"\ + ,\"Microsoft.DigitalTwins/digitaltwins/relationships/read\",\"Microsoft.DigitalTwins/eventroutes/read\"\ + ,\"Microsoft.DigitalTwins/jobs/import/read\",\"Microsoft.DigitalTwins/models/read\"\ + ,\"Microsoft.DigitalTwins/query/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-03-10T23:48:14.7057381Z\",\"updatedOn\":\"2022-09-07T00:28:28.1102931Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d57506d4-4c8d-48b1-8587-93c323f6a5a3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d57506d4-4c8d-48b1-8587-93c323f6a5a3\"\ + },{\"properties\":{\"roleName\":\"Azure Digital Twins Data Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Full access role for Digital Twins data-plane\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.DigitalTwins/digitaltwins/*\",\"Microsoft.DigitalTwins/digitaltwins/commands/*\"\ + ,\"Microsoft.DigitalTwins/digitaltwins/relationships/*\",\"Microsoft.DigitalTwins/eventroutes/*\"\ + ,\"Microsoft.DigitalTwins/jobs/*\",\"Microsoft.DigitalTwins/models/*\",\"\ + Microsoft.DigitalTwins/query/*\"],\"notDataActions\":[]}],\"createdOn\":\"\ + 2020-03-10T23:49:33.7821930Z\",\"updatedOn\":\"2022-09-06T21:40:35.0694732Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bcd981a7-7f74-457b-83e1-cceb9e632ffe\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bcd981a7-7f74-457b-83e1-cceb9e632ffe\"\ + },{\"properties\":{\"roleName\":\"Hierarchy Settings Administrator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows users to edit and delete Hierarchy\ + \ Settings\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Management/managementGroups/settings/write\",\"Microsoft.Management/managementGroups/settings/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-03-13T23:55:11.0212387Z\",\"updatedOn\":\"2021-11-11T20:14:23.0882347Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/350f8d15-c687-4448-8ae1-157740a3936d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"350f8d15-c687-4448-8ae1-157740a3936d\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal full access to FHIR Data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/*\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-03-17T18:35:04.4949547Z\",\"updatedOn\":\"2021-11-11T20:14:23.6235473Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5a1fc7df-4bf1-4951-a576-89034ee01acd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5a1fc7df-4bf1-4951-a576-89034ee01acd\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Exporter\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to read and export FHIR Data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/read\"\ + ,\"Microsoft.HealthcareApis/services/fhir/resources/export/action\",\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/export/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-03-17T18:45:01.9764073Z\",\"\ + updatedOn\":\"2021-11-11T20:14:23.7992557Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3db33094-8700-4567-8da5-1501d4e7e843\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3db33094-8700-4567-8da5-1501d4e7e843\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to read FHIR Data\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.HealthcareApis/services/fhir/resources/read\",\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-03-17T18:49:04.8353499Z\",\"\ + updatedOn\":\"2021-11-11T20:14:23.9692275Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4c8d0bbc-75d3-4935-991f-5f3c56d81508\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4c8d0bbc-75d3-4935-991f-5f3c56d81508\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Writer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to read and write FHIR Data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/*\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/*\"],\"notDataActions\"\ + :[\"Microsoft.HealthcareApis/services/fhir/resources/hardDelete/action\",\"\ + Microsoft.HealthcareApis/workspaces/fhirservices/resources/hardDelete/action\"\ + ]}],\"createdOn\":\"2020-03-17T18:55:35.2413335Z\",\"updatedOn\":\"2021-11-11T20:14:24.1442783Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3f88fce4-5892-4214-ae73-ba5294559913\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3f88fce4-5892-4214-ae73-ba5294559913\"\ + },{\"properties\":{\"roleName\":\"Experimentation Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Experimentation Reader\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Experimentation/experimentWorkspaces/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-03-25T18:05:14.8375678Z\",\"\ + updatedOn\":\"2021-11-11T20:14:24.5042390Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/49632ef5-d9ac-41f4-b8e7-bbe587fa74a1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"49632ef5-d9ac-41f4-b8e7-bbe587fa74a1\"\ + },{\"properties\":{\"roleName\":\"Object Understanding Account Owner\",\"\ + type\":\"BuiltInRole\",\"description\":\"Provides user with ingestion capabilities\ + \ for Azure Object Understanding.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectUnderstandingAccounts/ingest/action\"\ + ,\"Microsoft.MixedReality/ObjectUnderstandingAccounts/ingest/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-04-22T19:15:09.0697923Z\",\"updatedOn\":\"2021-11-11T20:14:26.8743132Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4dd61c23-6743-42fe-a388-d8bdd41cb745\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4dd61c23-6743-42fe-a388-d8bdd41cb745\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Data Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Grants access to read, write, and delete access\ + \ to map related data from an Azure maps account.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Maps/accounts/*/read\",\"Microsoft.Maps/accounts/*/write\",\"Microsoft.Maps/accounts/*/delete\"\ + ,\"Microsoft.Maps/accounts/*/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-05-07T20:55:05.0645410Z\",\"updatedOn\":\"2021-11-11T20:14:28.3092598Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8f5e0ce6-4f7b-4dcf-bddf-e6f48634a204\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8f5e0ce6-4f7b-4dcf-bddf-e6f48634a204\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Full access to the project, including\ + \ the ability to view, create, edit, or delete projects.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-05-08T23:47:07.0779345Z\",\"\ + updatedOn\":\"2021-11-11T20:14:28.8342655Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c1ff6cc2-c111-46fe-8896-e0ef812ad9f3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c1ff6cc2-c111-46fe-8896-e0ef812ad9f3\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Deployment\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Publish, unpublish or export models.\ + \ Deployment can view the project but can\u2019t update.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/predictions/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/iterations/publish/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/iterations/export/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/quicktest/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/classify/*\",\"Microsoft.CognitiveServices/accounts/CustomVision/detect/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ + ]}],\"createdOn\":\"2020-05-09T01:31:05.9528620Z\",\"updatedOn\":\"2021-11-11T20:14:29.0142669Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5c4089e1-6d96-4d2f-b296-c1bc7137275f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5c4089e1-6d96-4d2f-b296-c1bc7137275f\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Labeler\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"View, edit training images and\ + \ create, add, remove, or delete the image tags. Labelers can view the project\ + \ but can\u2019t update anything other than training images and tags.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/predictions/query/action\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/images/*\",\"\ + Microsoft.CognitiveServices/accounts/CustomVision/projects/tags/*\",\"Microsoft.CognitiveServices/accounts/CustomVision/projects/images/suggested/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/tagsandregions/suggestions/action\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ + ]}],\"createdOn\":\"2020-05-09T01:33:20.8278896Z\",\"updatedOn\":\"2021-11-11T20:14:29.1892871Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/88424f51-ebe7-446f-bc41-7fa16989e96c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"88424f51-ebe7-446f-bc41-7fa16989e96c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Read-only actions in the project.\ + \ Readers can\u2019t create or update the project.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/predictions/query/action\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ + ]}],\"createdOn\":\"2020-05-09T01:34:18.5328818Z\",\"updatedOn\":\"2021-11-11T20:14:29.3642707Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/93586559-c37d-4a6b-ba08-b9f0940c2d73\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"93586559-c37d-4a6b-ba08-b9f0940c2d73\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Trainer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"View, edit projects and train\ + \ the models, including the ability to publish, unpublish, export the models.\ + \ Trainers can\u2019t create or delete the project.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/action\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/delete\",\"\ + Microsoft.CognitiveServices/accounts/CustomVision/projects/import/action\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ + ]}],\"createdOn\":\"2020-05-09T01:35:13.8147804Z\",\"updatedOn\":\"2021-11-11T20:14:29.5442713Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0a5ae4ab-0d65-4eeb-be61-29fc9b54394b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0a5ae4ab-0d65-4eeb-be61-29fc9b54394b\"\ + },{\"properties\":{\"roleName\":\"Key Vault Administrator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Perform all data plane operations on a key vault and all\ + \ objects in it, including certificates, keys, and secrets. Cannot manage\ + \ key vault resources or manage role assignments. Only works for key vaults\ + \ that use the 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\"\ + ,\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\"\ + ,\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/*\"],\"notDataActions\":[]}],\"createdOn\":\"\ + 2020-05-19T17:52:46.2349235Z\",\"updatedOn\":\"2021-11-11T20:14:30.2542755Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00482a5a-887f-4fb3-b363-3b7fe8e74483\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"00482a5a-887f-4fb3-b363-3b7fe8e74483\"\ + },{\"properties\":{\"roleName\":\"Key Vault Crypto Officer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Perform any action on the keys of a key vault, except manage\ + \ permissions. Only works for key vaults that use the 'Azure role-based access\ + \ control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.KeyVault/checkNameAvailability/read\"\ + ,\"Microsoft.KeyVault/deletedVaults/read\",\"Microsoft.KeyVault/locations/*/read\"\ + ,\"Microsoft.KeyVault/vaults/*/read\",\"Microsoft.KeyVault/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/keys/*\"\ + ,\"Microsoft.KeyVault/vaults/keyrotationpolicies/*\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-05-19T17:52:47.0099249Z\",\"updatedOn\":\"2022-01-06T23:21:17.9760884Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/14b46e9e-c2b7-41b4-b07b-48a6ebf60603\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"14b46e9e-c2b7-41b4-b07b-48a6ebf60603\"\ + },{\"properties\":{\"roleName\":\"Key Vault Crypto User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Perform cryptographic operations using keys. Only works\ + \ for key vaults that use the 'Azure role-based access control' permission\ + \ model.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/keys/read\",\"\ + Microsoft.KeyVault/vaults/keys/update/action\",\"Microsoft.KeyVault/vaults/keys/backup/action\"\ + ,\"Microsoft.KeyVault/vaults/keys/encrypt/action\",\"Microsoft.KeyVault/vaults/keys/decrypt/action\"\ + ,\"Microsoft.KeyVault/vaults/keys/wrap/action\",\"Microsoft.KeyVault/vaults/keys/unwrap/action\"\ + ,\"Microsoft.KeyVault/vaults/keys/sign/action\",\"Microsoft.KeyVault/vaults/keys/verify/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-05-19T17:52:47.0699268Z\",\"\ + updatedOn\":\"2021-11-11T20:14:30.6042921Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/12338af0-0e69-4776-bea7-57ae8d297424\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"12338af0-0e69-4776-bea7-57ae8d297424\"\ + },{\"properties\":{\"roleName\":\"Key Vault Secrets Officer\",\"type\":\"\ + BuiltInRole\",\"description\":\"Perform any action on the secrets of a key\ + \ vault, except manage permissions. Only works for key vaults that use the\ + \ 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\"\ + ,\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\"\ + ,\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/secrets/*\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-05-19T17:52:47.1449242Z\",\"updatedOn\":\"2021-11-11T20:14:30.7793470Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b86a8fe4-44ce-4948-aee5-eccb2c155cd7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b86a8fe4-44ce-4948-aee5-eccb2c155cd7\"\ + },{\"properties\":{\"roleName\":\"Key Vault Secrets User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read secret contents. Only works for key vaults that use\ + \ the 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/secrets/getSecret/action\",\"Microsoft.KeyVault/vaults/secrets/readMetadata/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-05-19T17:52:47.2049241Z\",\"\ + updatedOn\":\"2021-11-11T20:14:30.9542829Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4633458b-17de-408a-b874-0445c86b69e6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4633458b-17de-408a-b874-0445c86b69e6\"\ + },{\"properties\":{\"roleName\":\"Key Vault Certificates Officer\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Perform any action on the certificates\ + \ of a key vault, except manage permissions. Only works for key vaults that\ + \ use the 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\"\ + ,\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\"\ + ,\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/certificatecas/*\",\"Microsoft.KeyVault/vaults/certificates/*\"\ + ,\"Microsoft.KeyVault/vaults/certificatecontacts/write\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-05-19T17:52:47.2499247Z\",\"updatedOn\":\"2023-06-07T18:30:27.6488015Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a4417e6f-fecd-4de8-b567-7b0420556985\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a4417e6f-fecd-4de8-b567-7b0420556985\"\ + },{\"properties\":{\"roleName\":\"Key Vault Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read metadata of key vaults and its certificates, keys,\ + \ and secrets. Cannot read sensitive values such as secret contents or key\ + \ material. Only works for key vaults that use the 'Azure role-based access\ + \ control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.KeyVault/checkNameAvailability/read\"\ + ,\"Microsoft.KeyVault/deletedVaults/read\",\"Microsoft.KeyVault/locations/*/read\"\ + ,\"Microsoft.KeyVault/vaults/*/read\",\"Microsoft.KeyVault/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/*/read\"\ + ,\"Microsoft.KeyVault/vaults/secrets/readMetadata/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-05-19T17:52:47.2949294Z\",\"updatedOn\":\"2021-11-11T20:14:31.3043292Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/21090545-7ca7-4776-b22c-e363652d74d2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"21090545-7ca7-4776-b22c-e363652d74d2\"\ + },{\"properties\":{\"roleName\":\"Key Vault Crypto Service Encryption User\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Read metadata of keys and perform\ + \ wrap/unwrap operations. Only works for key vaults that use the 'Azure role-based\ + \ access control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.EventGrid/eventSubscriptions/write\",\"Microsoft.EventGrid/eventSubscriptions/read\"\ + ,\"Microsoft.EventGrid/eventSubscriptions/delete\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/keys/read\",\"Microsoft.KeyVault/vaults/keys/wrap/action\"\ + ,\"Microsoft.KeyVault/vaults/keys/unwrap/action\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-05-20T20:55:19.2398470Z\",\"updatedOn\":\"2021-11-11T20:14:31.8443056Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e147488a-f6f5-4113-8e2d-b22465e65bf6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e147488a-f6f5-4113-8e2d-b22465e65bf6\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Viewer\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you view all resources in cluster/namespace,\ + \ except secrets.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/daemonsets/read\",\"Microsoft.Kubernetes/connectedClusters/apps/deployments/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/replicasets/read\",\"Microsoft.Kubernetes/connectedClusters/apps/statefulsets/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/autoscaling/horizontalpodautoscalers/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/batch/cronjobs/read\",\"Microsoft.Kubernetes/connectedClusters/batch/jobs/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/configmaps/read\",\"Microsoft.Kubernetes/connectedClusters/endpoints/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/events.k8s.io/events/read\",\"Microsoft.Kubernetes/connectedClusters/events/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/daemonsets/read\",\"\ + Microsoft.Kubernetes/connectedClusters/extensions/deployments/read\",\"Microsoft.Kubernetes/connectedClusters/extensions/ingresses/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/networkpolicies/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/replicasets/read\",\"\ + Microsoft.Kubernetes/connectedClusters/limitranges/read\",\"Microsoft.Kubernetes/connectedClusters/namespaces/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/ingresses/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/networkpolicies/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/persistentvolumeclaims/read\",\"\ + Microsoft.Kubernetes/connectedClusters/pods/read\",\"Microsoft.Kubernetes/connectedClusters/policy/poddisruptionbudgets/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/read\",\"\ + Microsoft.Kubernetes/connectedClusters/replicationcontrollers/read\",\"Microsoft.Kubernetes/connectedClusters/resourcequotas/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/serviceaccounts/read\",\"Microsoft.Kubernetes/connectedClusters/services/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:51:12.8801199Z\",\"\ + updatedOn\":\"2021-11-11T20:14:33.8193353Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/63f0a09d-1495-4db4-a681-037d84835eb4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"63f0a09d-1495-4db4-a681-037d84835eb4\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Writer\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you update everything in cluster/namespace,\ + \ except (cluster)roles and (cluster)role bindings.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/deployments/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/statefulsets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/batch/cronjobs/*\",\"Microsoft.Kubernetes/connectedClusters/batch/jobs/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/configmaps/*\",\"Microsoft.Kubernetes/connectedClusters/endpoints/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/events.k8s.io/events/read\",\"Microsoft.Kubernetes/connectedClusters/events/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/deployments/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/ingresses/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/networkpolicies/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/limitranges/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/namespaces/read\",\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/ingresses/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/persistentvolumeclaims/*\",\"Microsoft.Kubernetes/connectedClusters/pods/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\",\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/resourcequotas/read\",\"Microsoft.Kubernetes/connectedClusters/secrets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/serviceaccounts/*\",\"Microsoft.Kubernetes/connectedClusters/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:53:50.6749823Z\",\"\ + updatedOn\":\"2021-11-11T20:14:34.0043462Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5b999177-9696-4545-85c7-50de3797e5a1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5b999177-9696-4545-85c7-50de3797e5a1\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Cluster Admin\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources in\ + \ the cluster.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:55:30.9910462Z\",\"\ + updatedOn\":\"2021-11-11T20:14:34.1743694Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8393591c-06b9-48a2-a542-1bd6b377f6a2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8393591c-06b9-48a2-a542-1bd6b377f6a2\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Admin\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage all resources under cluster/namespace,\ + \ except update or delete resource quotas and namespaces.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/deployments/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/statefulsets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/authorization.k8s.io/localsubjectaccessreviews/write\"\ + ,\"Microsoft.Kubernetes/connectedClusters/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/batch/cronjobs/*\",\"Microsoft.Kubernetes/connectedClusters/batch/jobs/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/configmaps/*\",\"Microsoft.Kubernetes/connectedClusters/endpoints/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/events.k8s.io/events/read\",\"Microsoft.Kubernetes/connectedClusters/events/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/deployments/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/ingresses/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/networkpolicies/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/limitranges/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/namespaces/read\",\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/ingresses/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/persistentvolumeclaims/*\",\"Microsoft.Kubernetes/connectedClusters/pods/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/rbac.authorization.k8s.io/rolebindings/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/rbac.authorization.k8s.io/roles/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\",\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/resourcequotas/read\",\"Microsoft.Kubernetes/connectedClusters/secrets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/serviceaccounts/*\",\"Microsoft.Kubernetes/connectedClusters/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:57:06.0391177Z\",\"\ + updatedOn\":\"2021-11-11T20:14:34.3593384Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dffb1e0c-446f-4dde-a09f-99eb5cc68b96\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dffb1e0c-446f-4dde-a09f-99eb5cc68b96\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Cluster Admin\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources\ + \ in the cluster.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-02T17:47:24.4071415Z\",\"\ + updatedOn\":\"2022-10-11T23:23:28.2303454Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b1ff04bb-8a4e-4dc4-8eb5-8693973ce19b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b1ff04bb-8a4e-4dc4-8eb5-8693973ce19b\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Admin\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources under\ + \ cluster/namespace, except update or delete resource quotas and namespaces.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/*\"\ + ],\"notDataActions\":[\"Microsoft.ContainerService/managedClusters/resourcequotas/write\"\ + ,\"Microsoft.ContainerService/managedClusters/resourcequotas/delete\",\"Microsoft.ContainerService/managedClusters/namespaces/write\"\ + ,\"Microsoft.ContainerService/managedClusters/namespaces/delete\"]}],\"createdOn\"\ + :\"2020-07-02T17:50:30.4020311Z\",\"updatedOn\":\"2023-05-09T17:53:14.6233855Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3498e952-d568-435e-9b2c-8d77e338d7f7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3498e952-d568-435e-9b2c-8d77e338d7f7\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows read-only access to see most\ + \ objects in a namespace. It does not allow viewing roles or role bindings.\ + \ This role does not allow viewing Secrets, since reading the contents of\ + \ Secrets enables access to ServiceAccount credentials in the namespace, which\ + \ would allow API access as any ServiceAccount in the namespace (a form of\ + \ privilege escalation). Applying this role at cluster scope will give access\ + \ across all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/managedClusters/apps/daemonsets/read\",\"Microsoft.ContainerService/managedClusters/apps/deployments/read\"\ + ,\"Microsoft.ContainerService/managedClusters/apps/replicasets/read\",\"Microsoft.ContainerService/managedClusters/apps/statefulsets/read\"\ + ,\"Microsoft.ContainerService/managedClusters/autoscaling/horizontalpodautoscalers/read\"\ + ,\"Microsoft.ContainerService/managedClusters/batch/cronjobs/read\",\"Microsoft.ContainerService/managedClusters/batch/jobs/read\"\ + ,\"Microsoft.ContainerService/managedClusters/configmaps/read\",\"Microsoft.ContainerService/managedClusters/discovery.k8s.io/endpointslices/read\"\ + ,\"Microsoft.ContainerService/managedClusters/endpoints/read\",\"Microsoft.ContainerService/managedClusters/events.k8s.io/events/read\"\ + ,\"Microsoft.ContainerService/managedClusters/events/read\",\"Microsoft.ContainerService/managedClusters/extensions/daemonsets/read\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/deployments/read\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/ingresses/read\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/networkpolicies/read\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/replicasets/read\"\ + ,\"Microsoft.ContainerService/managedClusters/limitranges/read\",\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/pods/read\"\ + ,\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/nodes/read\"\ + ,\"Microsoft.ContainerService/managedClusters/namespaces/read\",\"Microsoft.ContainerService/managedClusters/networking.k8s.io/ingresses/read\"\ + ,\"Microsoft.ContainerService/managedClusters/networking.k8s.io/networkpolicies/read\"\ + ,\"Microsoft.ContainerService/managedClusters/persistentvolumeclaims/read\"\ + ,\"Microsoft.ContainerService/managedClusters/pods/read\",\"Microsoft.ContainerService/managedClusters/policy/poddisruptionbudgets/read\"\ + ,\"Microsoft.ContainerService/managedClusters/replicationcontrollers/read\"\ + ,\"Microsoft.ContainerService/managedClusters/resourcequotas/read\",\"Microsoft.ContainerService/managedClusters/serviceaccounts/read\"\ + ,\"Microsoft.ContainerService/managedClusters/services/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-07-02T17:53:05.5728294Z\",\"updatedOn\":\"2023-04-20T15:44:20.5103047Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f6c6a51-bcf8-42ba-9220-52d62157d7db\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f6c6a51-bcf8-42ba-9220-52d62157d7db\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Writer\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows read/write access to most\ + \ objects in a namespace.This role does not allow viewing or modifying roles\ + \ or role bindings. However, this role allows accessing Secrets and running\ + \ Pods as any ServiceAccount in the namespace, so it can be used to gain the\ + \ API access levels of any ServiceAccount in the namespace. Applying this\ + \ role at cluster scope will give access across all namespaces.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/managedClusters/apps/daemonsets/*\",\"Microsoft.ContainerService/managedClusters/apps/deployments/*\"\ + ,\"Microsoft.ContainerService/managedClusters/apps/replicasets/*\",\"Microsoft.ContainerService/managedClusters/apps/statefulsets/*\"\ + ,\"Microsoft.ContainerService/managedClusters/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.ContainerService/managedClusters/batch/cronjobs/*\",\"Microsoft.ContainerService/managedClusters/coordination.k8s.io/leases/read\"\ + ,\"Microsoft.ContainerService/managedClusters/coordination.k8s.io/leases/write\"\ + ,\"Microsoft.ContainerService/managedClusters/coordination.k8s.io/leases/delete\"\ + ,\"Microsoft.ContainerService/managedClusters/discovery.k8s.io/endpointslices/read\"\ + ,\"Microsoft.ContainerService/managedClusters/batch/jobs/*\",\"Microsoft.ContainerService/managedClusters/configmaps/*\"\ + ,\"Microsoft.ContainerService/managedClusters/endpoints/*\",\"Microsoft.ContainerService/managedClusters/events.k8s.io/events/read\"\ + ,\"Microsoft.ContainerService/managedClusters/events/*\",\"Microsoft.ContainerService/managedClusters/extensions/daemonsets/*\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/deployments/*\",\"\ + Microsoft.ContainerService/managedClusters/extensions/ingresses/*\",\"Microsoft.ContainerService/managedClusters/extensions/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/replicasets/*\",\"\ + Microsoft.ContainerService/managedClusters/limitranges/read\",\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/pods/read\"\ + ,\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/nodes/read\"\ + ,\"Microsoft.ContainerService/managedClusters/namespaces/read\",\"Microsoft.ContainerService/managedClusters/networking.k8s.io/ingresses/*\"\ + ,\"Microsoft.ContainerService/managedClusters/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/managedClusters/persistentvolumeclaims/*\",\"\ + Microsoft.ContainerService/managedClusters/pods/*\",\"Microsoft.ContainerService/managedClusters/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.ContainerService/managedClusters/replicationcontrollers/*\",\"\ + Microsoft.ContainerService/managedClusters/resourcequotas/read\",\"Microsoft.ContainerService/managedClusters/secrets/*\"\ + ,\"Microsoft.ContainerService/managedClusters/serviceaccounts/*\",\"Microsoft.ContainerService/managedClusters/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-02T17:54:51.9644983Z\",\"\ + updatedOn\":\"2023-04-20T15:44:20.5103047Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a7ffa36f-339b-4b5c-8bdf-e2c188b2c0eb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a7ffa36f-339b-4b5c-8bdf-e2c188b2c0eb\"\ + },{\"properties\":{\"roleName\":\"Services Hub Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Services Hub Operator allows you to perform all read, write,\ + \ and deletion operations related to Services Hub Connectors.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.ServicesHub/connectors/write\",\"Microsoft.ServicesHub/connectors/read\"\ + ,\"Microsoft.ServicesHub/connectors/delete\",\"Microsoft.ServicesHub/connectors/checkAssessmentEntitlement/action\"\ + ,\"Microsoft.ServicesHub/supportOfferingEntitlement/read\",\"Microsoft.ServicesHub/workspaces/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-07-20T17:57:22.0644902Z\",\"updatedOn\":\"2021-11-11T20:14:37.5544021Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/82200a5b-e217-47a5-b665-6d8765ee745b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"82200a5b-e217-47a5-b665-6d8765ee745b\"\ + },{\"properties\":{\"roleName\":\"Object Understanding Account Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you read ingestion jobs for\ + \ an object understanding account.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectUnderstandingAccounts/ingest/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-23T19:16:31.9929119Z\",\"\ + updatedOn\":\"2021-11-11T20:14:37.9070085Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d18777c0-1514-4662-8490-608db7d334b6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d18777c0-1514-4662-8490-608db7d334b6\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Enabled Kubernetes Cluster User\ + \ Role\",\"type\":\"BuiltInRole\",\"description\":\"List cluster user credentials\ + \ action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/listClusterUserCredentials/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\",\"Microsoft.Kubernetes/connectedClusters/listClusterUserCredential/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-07-28T17:37:00.7637445Z\",\"updatedOn\":\"2022-02-17T02:29:05.1000798Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00493d72-78f6-4148-b6c5-d3ce8e4799dd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"00493d72-78f6-4148-b6c5-d3ce8e4799dd\"\ + },{\"properties\":{\"roleName\":\"SignalR REST API Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Full access to Azure SignalR Service REST APIs\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.SignalRService/SignalR/auth/clientToken/action\",\"Microsoft.SignalRService/SignalR/hub/send/action\"\ + ,\"Microsoft.SignalRService/SignalR/group/send/action\",\"Microsoft.SignalRService/SignalR/group/read\"\ + ,\"Microsoft.SignalRService/SignalR/group/write\",\"Microsoft.SignalRService/SignalR/clientConnection/send/action\"\ + ,\"Microsoft.SignalRService/SignalR/clientConnection/read\",\"Microsoft.SignalRService/SignalR/clientConnection/write\"\ + ,\"Microsoft.SignalRService/SignalR/user/send/action\",\"Microsoft.SignalRService/SignalR/user/read\"\ + ,\"Microsoft.SignalRService/SignalR/user/write\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-07-29T09:35:32.2764751Z\",\"updatedOn\":\"2021-11-11T20:14:38.8028020Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd53cd77-2268-407a-8f46-7e7863d0f521\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fd53cd77-2268-407a-8f46-7e7863d0f521\"\ + },{\"properties\":{\"roleName\":\"Collaborative Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can manage data packages of a collaborative.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/*/read\"\ + ,\"Microsoft.IndustryDataLifecycle/memberCollaboratives/*/read\",\"Microsoft.IndustryDataLifecycle/locations/dataPackages/*\"\ + ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/receivedDataPackages/*\"\ + ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/rejectDataPackage/action\"\ + ,\"Microsoft.IndustryDataLifecycle/memberCollaboratives/sharedDataPackages/*\"\ + ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/dataModels/*\"\ + ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/auditLogs/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-08-14T11:58:31.8973556Z\",\"updatedOn\":\"2021-11-11T20:14:40.2428145Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/daa9e50b-21df-454c-94a6-a8050adab352\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"daa9e50b-21df-454c-94a6-a8050adab352\"\ + },{\"properties\":{\"roleName\":\"Device Update Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Gives you read access to management and content operations,\ + \ but does not allow making changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/updates/read\",\"Microsoft.DeviceUpdate/accounts/instances/management/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-21T23:40:19.2373610Z\",\"\ + updatedOn\":\"2021-11-11T20:14:40.7922672Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e9dba6fb-3d52-4cf0-bce3-f06ce71b9e0f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e9dba6fb-3d52-4cf0-bce3-f06ce71b9e0f\"\ + },{\"properties\":{\"roleName\":\"Device Update Administrator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Gives you full access to management and content\ + \ operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/updates/read\",\"Microsoft.DeviceUpdate/accounts/instances/updates/write\"\ + ,\"Microsoft.DeviceUpdate/accounts/instances/updates/delete\",\"Microsoft.DeviceUpdate/accounts/instances/management/read\"\ + ,\"Microsoft.DeviceUpdate/accounts/instances/management/write\",\"Microsoft.DeviceUpdate/accounts/instances/management/delete\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-21T23:56:22.3520510Z\",\"\ + updatedOn\":\"2021-11-11T20:14:40.9672678Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/02ca0879-e8e4-47a5-a61e-5c618b76e64a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"02ca0879-e8e4-47a5-a61e-5c618b76e64a\"\ + },{\"properties\":{\"roleName\":\"Device Update Content Administrator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Gives you full access to content\ + \ operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/updates/read\",\"Microsoft.DeviceUpdate/accounts/instances/updates/write\"\ + ,\"Microsoft.DeviceUpdate/accounts/instances/updates/delete\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-08-21T23:58:18.4255500Z\",\"updatedOn\":\"2021-11-11T20:14:41.1433368Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0378884a-3af5-44ab-8323-f5b22f9f3c98\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0378884a-3af5-44ab-8323-f5b22f9f3c98\"\ + },{\"properties\":{\"roleName\":\"Device Update Deployments Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Gives you full access to management\ + \ operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/management/read\",\"Microsoft.DeviceUpdate/accounts/instances/management/write\"\ + ,\"Microsoft.DeviceUpdate/accounts/instances/management/delete\",\"Microsoft.DeviceUpdate/accounts/instances/updates/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-21T23:59:52.1001666Z\",\"\ + updatedOn\":\"2022-01-13T01:59:19.4616366Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e4237640-0e3d-4a46-8fda-70bc94856432\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e4237640-0e3d-4a46-8fda-70bc94856432\"\ + },{\"properties\":{\"roleName\":\"Device Update Deployments Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Gives you read access to management operations,\ + \ but does not allow making changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/management/read\",\"Microsoft.DeviceUpdate/accounts/instances/updates/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-22T00:01:34.7053630Z\",\"\ + updatedOn\":\"2022-01-13T01:35:51.6463216Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/49e2f5d2-7741-4835-8efa-19e1fe35e47f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"49e2f5d2-7741-4835-8efa-19e1fe35e47f\"\ + },{\"properties\":{\"roleName\":\"Device Update Content Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Gives you read access to content operations,\ + \ but does not allow making changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/updates/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-08-22T00:02:43.3299181Z\",\"updatedOn\":\"2021-11-11T20:14:41.6754856Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d1ee9a80-8b14-47f0-bdc2-f4a351625a7b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d1ee9a80-8b14-47f0-bdc2-f4a351625a7b\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Metrics Advisor Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Full access to the project, including\ + \ the system level configuration.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.CognitiveServices/accounts/MetricsAdvisor/*\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2020-09-10T07:46:47.5804491Z\",\"updatedOn\"\ + :\"2021-11-11T20:14:43.6930781Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cb43c632-a144-4ec5-977c-e80c4affc34a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cb43c632-a144-4ec5-977c-e80c4affc34a\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Metrics Advisor User\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Access to the project.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/MetricsAdvisor/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/MetricsAdvisor/stats/*\"\ + ]}],\"createdOn\":\"2020-09-10T07:47:59.6195639Z\",\"updatedOn\":\"2021-11-11T20:14:43.8780761Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3b20f47b-3825-43cb-8114-4bd2201156a8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3b20f47b-3825-43cb-8114-4bd2201156a8\"\ + },{\"properties\":{\"roleName\":\"Schema Registry Reader (Preview)\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Read and list Schema Registry groups and\ + \ schemas.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.EventHub/namespaces/schemagroups/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.EventHub/namespaces/schemas/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-09-13T06:31:38.0272740Z\",\"updatedOn\":\"2021-11-11T20:14:44.6350450Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2c56ea50-c6b3-40a6-83c0-9d98858bc7d2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2c56ea50-c6b3-40a6-83c0-9d98858bc7d2\"\ + },{\"properties\":{\"roleName\":\"Schema Registry Contributor (Preview)\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Read, write, and delete Schema\ + \ Registry groups and schemas.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.EventHub/namespaces/schemagroups/*\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.EventHub/namespaces/schemas/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-09-13T06:48:26.6032931Z\",\"updatedOn\":\"2021-11-11T20:14:44.8200370Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5dffeca3-4936-4216-b2bc-10343a5abb25\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5dffeca3-4936-4216-b2bc-10343a5abb25\"\ + },{\"properties\":{\"roleName\":\"AgFood Platform Service Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides read access to AgFood Platform\ + \ Service\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/*/list/action\"\ + ,\"Microsoft.AgFoodPlatform/*/read\",\"Microsoft.AgFoodPlatform/*/search/action\"\ + ,\"Microsoft.AgFoodPlatform/*/download/action\",\"Microsoft.AgFoodPlatform/*/overlap/action\"\ + ,\"Microsoft.AgFoodPlatform/*/checkConsent/action\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-09-14T10:21:08.9138820Z\",\"updatedOn\":\"2022-12-09T07:32:44.6602284Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7ec7ccdc-f61e-41fe-9aaf-980df0a44eba\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7ec7ccdc-f61e-41fe-9aaf-980df0a44eba\"\ + },{\"properties\":{\"roleName\":\"AgFood Platform Service Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Provides contribute access to AgFood\ + \ Platform Service\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/*/action\"\ + ,\"Microsoft.AgFoodPlatform/*/read\",\"Microsoft.AgFoodPlatform/*/write\"\ + ],\"notDataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/farmers/write\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/deletionJobs/*/write\",\"Microsoft.AgFoodPlatform/farmBeats/parties/write\"\ + ]}],\"createdOn\":\"2020-09-14T10:21:09.7239169Z\",\"updatedOn\":\"2023-01-19T17:29:21.6287051Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8508508a-4469-4e45-963b-2518ee0bb728\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8508508a-4469-4e45-963b-2518ee0bb728\"\ + },{\"properties\":{\"roleName\":\"AgFood Platform Service Admin\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides admin access to AgFood Platform\ + \ Service\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-09-14T10:21:09.8039209Z\",\"updatedOn\":\"2021-11-11T20:14:45.3613128Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f8da80de-1ff9-4747-ad80-a19b7f6079e3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f8da80de-1ff9-4747-ad80-a19b7f6079e3\"\ + },{\"properties\":{\"roleName\":\"Managed HSM contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage managed HSM pools, but not access to them.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.KeyVault/managedHSMs/*\"\ + ,\"Microsoft.KeyVault/deletedManagedHsms/read\",\"Microsoft.KeyVault/locations/deletedManagedHsms/read\"\ + ,\"Microsoft.KeyVault/locations/deletedManagedHsms/purge/action\",\"Microsoft.KeyVault/locations/managedHsmOperationResults/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-09-16T21:47:01.1291104Z\",\"updatedOn\":\"2022-03-07T20:20:10.2940363Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18500a29-7fe2-46b2-a342-b16a415e101d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18500a29-7fe2-46b2-a342-b16a415e101d\"\ + },{\"properties\":{\"roleName\":\"Security Detonation Chamber Submitter\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allowed to create submissions\ + \ to Security Detonation Chamber\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SecurityDetonation/chambers/submissions/delete\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/write\",\"Microsoft.SecurityDetonation/chambers/submissions/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/files/read\",\"Microsoft.SecurityDetonation/chambers/submissions/accesskeyview/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/platforms/metadata/read\",\"Microsoft.SecurityDetonation/chambers/workflows/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/toolsets/metadata/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-10-01T08:55:21.3980274Z\",\"updatedOn\":\"2021-11-11T20:14:47.5471350Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0b555d9b-b4a7-4f43-b330-627f0e5be8f0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0b555d9b-b4a7-4f43-b330-627f0e5be8f0\"\ + },{\"properties\":{\"roleName\":\"SignalR REST API Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read-only access to Azure SignalR Service REST APIs\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.SignalRService/SignalR/group/read\",\"Microsoft.SignalRService/SignalR/clientConnection/read\"\ + ,\"Microsoft.SignalRService/SignalR/user/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-10-13T09:19:05.6463616Z\",\"updatedOn\":\"2021-11-11T20:14:48.7902970Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ddde6b66-c0df-4114-a159-3618637b3035\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ddde6b66-c0df-4114-a159-3618637b3035\"\ + },{\"properties\":{\"roleName\":\"SignalR Service Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Full access to Azure SignalR Service REST APIs\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.SignalRService/SignalR/auth/accessKey/action\",\"Microsoft.SignalRService/SignalR/auth/clientToken/action\"\ + ,\"Microsoft.SignalRService/SignalR/hub/send/action\",\"Microsoft.SignalRService/SignalR/group/send/action\"\ + ,\"Microsoft.SignalRService/SignalR/group/read\",\"Microsoft.SignalRService/SignalR/group/write\"\ + ,\"Microsoft.SignalRService/SignalR/clientConnection/send/action\",\"Microsoft.SignalRService/SignalR/clientConnection/read\"\ + ,\"Microsoft.SignalRService/SignalR/clientConnection/write\",\"Microsoft.SignalRService/SignalR/serverConnection/write\"\ + ,\"Microsoft.SignalRService/SignalR/user/send/action\",\"Microsoft.SignalRService/SignalR/user/read\"\ + ,\"Microsoft.SignalRService/SignalR/user/write\",\"Microsoft.SignalRService/SignalR/livetrace/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-10-13T09:20:32.1501410Z\",\"\ + updatedOn\":\"2022-09-14T04:23:14.1771585Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7e4f1700-ea5a-4f59-8f37-079cfe29dce3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7e4f1700-ea5a-4f59-8f37-079cfe29dce3\"\ + },{\"properties\":{\"roleName\":\"Reservation Purchaser\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you purchase reservations\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Capacity/catalogs/read\",\"Microsoft.Capacity/register/action\"\ + ,\"Microsoft.Compute/register/action\",\"Microsoft.Consumption/register/action\"\ + ,\"Microsoft.Consumption/reservationRecommendationDetails/read\",\"Microsoft.Consumption/reservationRecommendations/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.SQL/register/action\",\"Microsoft.Support/supporttickets/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-10-23T20:22:48.9217751Z\",\"updatedOn\":\"2022-04-13T22:08:56.7905675Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f7b75c60-3036-4b75-91c3-6b41c27c1689\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f7b75c60-3036-4b75-91c3-6b41c27c1689\"\ + },{\"properties\":{\"roleName\":\"AzureML Metrics Writer (preview)\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you write metrics to AzureML workspace\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/workspaces/metrics/*/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-10-27T16:55:19.5664950Z\",\"updatedOn\":\"2021-11-11T20:14:49.8655015Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/635dd51f-9968-44d3-b7fb-6d9a6bd613ae\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"635dd51f-9968-44d3-b7fb-6d9a6bd613ae\"\ + },{\"properties\":{\"roleName\":\"Storage Account Backup Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you perform backup and restore\ + \ operations using Azure Backup on the storage account.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Authorization/locks/read\",\"Microsoft.Authorization/locks/write\"\ + ,\"Microsoft.Authorization/locks/delete\",\"Microsoft.Features/features/read\"\ + ,\"Microsoft.Features/providers/features/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Storage/operations/read\",\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/delete\"\ + ,\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/read\",\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/write\"\ + ,\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/restorePointMarkers/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/write\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/restoreBlobRanges/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-11-02T23:32:50.4203469Z\",\"updatedOn\":\"2022-04-20T01:44:55.2577307Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1\"\ + },{\"properties\":{\"roleName\":\"Experimentation Metric Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows for creation, writes and reads\ + \ to the metric set via the metrics service APIs.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Experimentation/experimentWorkspaces/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/metricwrite/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/metricwrite/action\",\"\ + Microsoft.Experimentation/experimentWorkspaces/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-11-10T20:07:53.7535885Z\",\"updatedOn\":\"2021-11-11T20:14:50.9524177Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6188b7c9-7d01-4f99-a59f-c88b630326c0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6188b7c9-7d01-4f99-a59f-c88b630326c0\"\ + },{\"properties\":{\"roleName\":\"Project Babylon Data Curator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"The Microsoft.ProjectBabylon data curator\ + \ can create, read, modify and delete catalog data objects and establish relationships\ + \ between objects. This role is in preview and subject to change.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ProjectBabylon/accounts/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ProjectBabylon/accounts/data/read\"\ + ,\"Microsoft.ProjectBabylon/accounts/data/write\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-11-14T02:31:33.7988825Z\",\"updatedOn\":\"2021-11-11T20:14:51.4929515Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9ef4ef9c-a049-46b0-82ab-dd8ac094c889\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9ef4ef9c-a049-46b0-82ab-dd8ac094c889\"\ + },{\"properties\":{\"roleName\":\"Project Babylon Data Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"The Microsoft.ProjectBabylon data reader can\ + \ read catalog data objects. This role is in preview and subject to change.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ProjectBabylon/accounts/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ProjectBabylon/accounts/data/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:33:13.5342351Z\",\"\ + updatedOn\":\"2021-11-11T20:14:51.6729667Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c8d896ba-346d-4f50-bc1d-7d1c84130446\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c8d896ba-346d-4f50-bc1d-7d1c84130446\"\ + },{\"properties\":{\"roleName\":\"Project Babylon Data Source Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"The Microsoft.ProjectBabylon data\ + \ source administrator can manage data sources and data scans. This role is\ + \ in preview and subject to change.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ProjectBabylon/accounts/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ProjectBabylon/accounts/scan/read\",\"Microsoft.ProjectBabylon/accounts/scan/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:34:01.8401954Z\",\"\ + updatedOn\":\"2021-11-11T20:14:51.8529643Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/05b7651b-dc44-475e-b74d-df3db49fae0f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"05b7651b-dc44-475e-b74d-df3db49fae0f\"\ + },{\"properties\":{\"roleName\":\"Purview role 1 (Deprecated)\",\"type\":\"\ + BuiltInRole\",\"description\":\"Deprecated role.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Purview/accounts/read\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Purview/accounts/data/read\"\ + ,\"Microsoft.Purview/accounts/data/write\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-11-14T02:37:15.0123345Z\",\"updatedOn\":\"2022-01-04T00:43:15.6924286Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8a3c2885-9b38-4fd2-9d99-91af537c1347\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8a3c2885-9b38-4fd2-9d99-91af537c1347\"\ + },{\"properties\":{\"roleName\":\"Purview role 3 (Deprecated)\",\"type\":\"\ + BuiltInRole\",\"description\":\"Deprecated role.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Purview/accounts/read\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Purview/accounts/data/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:39:22.2344740Z\",\"\ + updatedOn\":\"2022-01-04T00:48:08.2844802Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ff100721-1b9d-43d8-af52-42b69c1272db\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ff100721-1b9d-43d8-af52-42b69c1272db\"\ + },{\"properties\":{\"roleName\":\"Purview role 2 (Deprecated)\",\"type\":\"\ + BuiltInRole\",\"description\":\"Deprecated role.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Purview/accounts/read\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Purview/accounts/scan/read\"\ + ,\"Microsoft.Purview/accounts/scan/write\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-11-14T02:40:05.0975648Z\",\"updatedOn\":\"2022-01-04T00:47:22.9678219Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/200bba9e-f0c8-430f-892b-6f0794863803\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"200bba9e-f0c8-430f-892b-6f0794863803\"\ + },{\"properties\":{\"roleName\":\"Application Group Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Contributor of the Application Group.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/applicationgroups/*\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ + ,\"Microsoft.DesktopVirtualization/workspaces/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-03T23:26:00.2784962Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:52.9432015Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ca6382a4-1721-4bcf-a114-ff0c70227b6b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ca6382a4-1721-4bcf-a114-ff0c70227b6b\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Reader of Desktop Virtualization.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:36:19.0140629Z\",\"updatedOn\":\"2021-11-11T20:14:54.0407838Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/49a72310-ab8d-41df-bbb0-79b649203868\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"49a72310-ab8d-41df-bbb0-79b649203868\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Contributor of Desktop Virtualization.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:37:16.2910337Z\",\"updatedOn\":\"2021-11-11T20:14:54.2107872Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/082f0a83-3be5-4ba1-904c-961cca79b387\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"082f0a83-3be5-4ba1-904c-961cca79b387\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Workspace Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Contributor of the Desktop Virtualization\ + \ Workspace.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/workspaces/*\",\"Microsoft.DesktopVirtualization/applicationgroups/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:38:29.6089216Z\",\"updatedOn\":\"2021-11-11T20:14:54.3907854Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/21efdde3-836f-432b-bf3d-3e8e734d4b2b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"21efdde3-836f-432b-bf3d-3e8e734d4b2b\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization User Session Operator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Operator of the Desktop Virtualization\ + \ Uesr Session.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:39:16.9100273Z\",\"updatedOn\":\"2021-11-11T20:14:54.5657970Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ea4bfff8-7fb4-485a-aadd-d4129a0ffaa6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ea4bfff8-7fb4-485a-aadd-d4129a0ffaa6\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Session Host Operator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Operator of the Desktop Virtualization\ + \ Session Host.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:39:53.2569741Z\",\"updatedOn\":\"2021-11-11T20:14:54.7508042Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2ad6aaab-ead9-4eaa-8ac5-da422f562408\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2ad6aaab-ead9-4eaa-8ac5-da422f562408\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Host Pool Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Reader of the Desktop Virtualization\ + \ Host Pool.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/hostpools/*/read\",\"Microsoft.DesktopVirtualization/hostpools/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:40:33.1430834Z\",\"updatedOn\":\"2021-11-11T20:14:54.9257967Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ceadfde2-b300-400a-ab7b-6143895aa822\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ceadfde2-b300-400a-ab7b-6143895aa822\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Host Pool Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Contributor of the Desktop Virtualization\ + \ Host Pool.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/hostpools/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-11T21:40:57.2976187Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:55.1057701Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e307426c-f9b6-4e81-87de-d99efb3c32bc\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e307426c-f9b6-4e81-87de-d99efb3c32bc\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Application Group\ + \ Reader\",\"type\":\"BuiltInRole\",\"description\":\"Reader of the Desktop\ + \ Virtualization Application Group.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.DesktopVirtualization/applicationgroups/*/read\"\ + ,\"Microsoft.DesktopVirtualization/applicationgroups/read\",\"Microsoft.DesktopVirtualization/hostpools/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/read\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-11T21:41:18.0287398Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:55.2858006Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/aebf23d0-b568-4e86-b8f9-fe83a2c6ab55\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"aebf23d0-b568-4e86-b8f9-fe83a2c6ab55\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Application Group\ + \ Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Contributor of\ + \ the Desktop Virtualization Application Group.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/applicationgroups/*\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:41:38.6205531Z\",\"updatedOn\":\"2021-11-11T20:14:55.4677136Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/86240b0e-9422-4c43-887b-b61143f32ba8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"86240b0e-9422-4c43-887b-b61143f32ba8\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Workspace Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Reader of the Desktop Virtualization\ + \ Workspace.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/workspaces/read\",\"Microsoft.DesktopVirtualization/applicationgroups/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:41:58.1892707Z\",\"updatedOn\":\"2021-11-11T20:14:55.6577168Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0fa44ee9-7a7d-466b-9bb2-2bf446b1204d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0fa44ee9-7a7d-466b-9bb2-2bf446b1204d\"\ + },{\"properties\":{\"roleName\":\"Disk Backup Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides permission to backup vault to perform disk backup.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/beginGetAccess/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-12-15T07:39:03.8394514Z\",\"updatedOn\":\"2021-11-11T20:14:56.0178737Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3e5e47e6-65f7-47ef-90b5-e5dd4d455f24\"\ + },{\"properties\":{\"roleName\":\"Autonomous Development Platform Data Contributor\ + \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Grants permissions\ + \ to upload and manage new Autonomous Development Platform measurements.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/discoveries/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/uploads/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/measurements/states/new/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/measurementCollections/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/measurementCollections/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/read\",\"Microsoft.AutonomousDevelopmentPlatform/workspaces/discoveries/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/uploads/*\",\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/states/new/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/classifications/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/dataStreams/classifications/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurementCollections/*\"\ + ],\"notDataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/measurements/states/new/changeState/action\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/states/new/changeState/action\"\ + ]}],\"createdOn\":\"2020-12-15T11:30:01.7459379Z\",\"updatedOn\":\"2022-09-14T15:02:38.0071890Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b8b15564-4fa6-4a59-ab12-03e1d9594795\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b8b15564-4fa6-4a59-ab12-03e1d9594795\"\ + },{\"properties\":{\"roleName\":\"Autonomous Development Platform Data Reader\ + \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Grants read access\ + \ to Autonomous Development Platform data.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-12-15T12:11:31.9843256Z\",\"\ + updatedOn\":\"2022-01-04T13:21:04.3207709Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d63b75f7-47ea-4f27-92ac-e0d173aaf093\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d63b75f7-47ea-4f27-92ac-e0d173aaf093\"\ + },{\"properties\":{\"roleName\":\"Autonomous Development Platform Data Owner\ + \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Grants full access\ + \ to Autonomous Development Platform data.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-12-15T12:13:59.9702378Z\",\"\ + updatedOn\":\"2022-01-04T13:20:26.2040404Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/27f8b550-c507-4db9-86f2-f4b8e816d59d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"27f8b550-c507-4db9-86f2-f4b8e816d59d\"\ + },{\"properties\":{\"roleName\":\"Disk Restore Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides permission to backup vault to perform disk restore.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Compute/disks/write\"\ + ,\"Microsoft.Compute/disks/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2020-12-15T12:18:31.8481619Z\",\"updatedOn\"\ + :\"2021-11-11T20:14:56.7408912Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b50d9833-a0cb-478e-945f-707fcc997c13\"\ + },{\"properties\":{\"roleName\":\"Disk Snapshot Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Provides permission to backup vault to manage\ + \ disk snapshots.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Compute/snapshots/delete\",\"Microsoft.Compute/snapshots/write\"\ + ,\"Microsoft.Compute/snapshots/read\",\"Microsoft.Compute/snapshots/beginGetAccess/action\"\ + ,\"Microsoft.Compute/snapshots/endGetAccess/action\",\"Microsoft.Compute/disks/beginGetAccess/action\"\ + ,\"Microsoft.Storage/storageAccounts/listkeys/action\",\"Microsoft.Storage/storageAccounts/write\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-12-15T12:18:51.4471411Z\",\"updatedOn\":\"2021-11-11T20:14:56.9158814Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7efff54f-a5b4-42b5-a1c5-5411624893ce\"\ + },{\"properties\":{\"roleName\":\"Microsoft.Kubernetes connected cluster role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft.Kubernetes connected\ + \ cluster role.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Kubernetes/connectedClusters/read\",\"Microsoft.Kubernetes/connectedClusters/write\"\ + ,\"Microsoft.Kubernetes/connectedClusters/delete\",\"Microsoft.Kubernetes/registeredSubscriptions/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-01-07T23:57:10.9923232Z\",\"updatedOn\":\"2021-11-11T20:14:58.2039838Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5548b2cf-c94c-4228-90ba-30851930a12f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5548b2cf-c94c-4228-90ba-30851930a12f\"\ + },{\"properties\":{\"roleName\":\"Security Detonation Chamber Submission Manager\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allowed to create and manage submissions\ + \ to Security Detonation Chamber\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SecurityDetonation/chambers/submissions/delete\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/write\",\"Microsoft.SecurityDetonation/chambers/submissions/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/files/read\",\"Microsoft.SecurityDetonation/chambers/submissions/accesskeyview/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/adminview/read\",\"Microsoft.SecurityDetonation/chambers/submissions/analystview/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/publicview/read\",\"\ + Microsoft.SecurityDetonation/chambers/platforms/metadata/read\",\"Microsoft.SecurityDetonation/chambers/workflows/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/toolsets/metadata/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-01-18T09:35:36.5739297Z\",\"updatedOn\":\"2021-11-11T20:14:58.3939604Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a37b566d-3efa-4beb-a2f2-698963fa42ce\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a37b566d-3efa-4beb-a2f2-698963fa42ce\"\ + },{\"properties\":{\"roleName\":\"Security Detonation Chamber Publisher\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allowed to publish and modify\ + \ platforms, workflows and toolsets to Security Detonation Chamber\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.SecurityDetonation/chambers/platforms/read\",\"Microsoft.SecurityDetonation/chambers/platforms/write\"\ + ,\"Microsoft.SecurityDetonation/chambers/platforms/delete\",\"Microsoft.SecurityDetonation/chambers/platforms/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/workflows/read\",\"Microsoft.SecurityDetonation/chambers/workflows/write\"\ + ,\"Microsoft.SecurityDetonation/chambers/workflows/delete\",\"Microsoft.SecurityDetonation/chambers/workflows/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/toolsets/read\",\"Microsoft.SecurityDetonation/chambers/toolsets/write\"\ + ,\"Microsoft.SecurityDetonation/chambers/toolsets/delete\",\"Microsoft.SecurityDetonation/chambers/toolsets/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/publishRequests/read\",\"Microsoft.SecurityDetonation/chambers/publishRequests/cancel/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-01-18T11:43:14.0858184Z\",\"\ + updatedOn\":\"2021-11-11T20:14:58.5639749Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/352470b3-6a9c-4686-b503-35deb827e500\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"352470b3-6a9c-4686-b503-35deb827e500\"\ + },{\"properties\":{\"roleName\":\"Collaborative Runtime Operator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can manage resources created by AICS at\ + \ runtime\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.IndustryDataLifecycle/derivedModels/*\",\"Microsoft.IndustryDataLifecycle/pipelineSets/*\"\ + ,\"Microsoft.IndustryDataLifecycle/modelMappings/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-01-19T10:00:27.3464971Z\",\"updatedOn\":\"2021-11-11T20:14:58.7442136Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7a6f0e70-c033-4fb1-828c-08514e5f4102\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7a6f0e70-c033-4fb1-828c-08514e5f4102\"\ + },{\"properties\":{\"roleName\":\"CosmosRestoreOperator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can perform restore action for Cosmos DB database account\ + \ with continuous backup mode\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.DocumentDB/locations/restorableDatabaseAccounts/restore/action\"\ + ,\"Microsoft.DocumentDB/locations/restorableDatabaseAccounts/*/read\",\"Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-01-21T19:51:35.3884884Z\",\"updatedOn\":\"2021-11-11T20:14:59.4892686Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5432c526-bc82-444a-b7ba-57c5b0b5b34f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5432c526-bc82-444a-b7ba-57c5b0b5b34f\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Converter\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to convert data from legacy\ + \ format to FHIR\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/convertData/action\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/convertData/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-01-22T19:39:01.1601069Z\",\"\ + updatedOn\":\"2021-11-11T20:14:59.8605937Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a1705bd2-3a8f-45a5-8683-466fcfd5cc24\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a1705bd2-3a8f-45a5-8683-466fcfd5cc24\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Automation Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft Sentinel Automation\ + \ Contributor\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Logic/workflows/triggers/read\"\ + ,\"Microsoft.Logic/workflows/triggers/listCallbackUrl/action\",\"Microsoft.Logic/workflows/runs/read\"\ + ,\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/read\"\ + ,\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/listCallbackUrl/action\"\ + ,\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs/read\"],\"\ + notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ + 2021-01-24T08:50:52.0382991Z\",\"updatedOn\":\"2022-01-26T09:25:00.4699337Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f4c81013-99ee-4d62-a7ee-b3f1f648599a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f4c81013-99ee-4d62-a7ee-b3f1f648599a\"\ + },{\"properties\":{\"roleName\":\"Quota Request Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read and create quota requests, get quota request status,\ + \ and create support tickets.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Capacity/resourceProviders/locations/serviceLimits/read\"\ + ,\"Microsoft.Capacity/resourceProviders/locations/serviceLimits/write\",\"\ + Microsoft.Capacity/resourceProviders/locations/serviceLimitsRequests/read\"\ + ,\"Microsoft.Capacity/register/action\",\"Microsoft.Quota/usages/read\",\"\ + Microsoft.Quota/quotas/read\",\"Microsoft.Quota/quotas/write\",\"Microsoft.Quota/quotaRequests/read\"\ + ,\"Microsoft.Quota/register/action\",\"Microsoft.Authorization/*/read\",\"\ + Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"\ + Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-02-03T00:06:35.8404575Z\",\"updatedOn\":\"2022-12-05T21:28:33.3264217Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0e5f05e5-9ab9-446b-b98d-1e2157c94125\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0e5f05e5-9ab9-446b-b98d-1e2157c94125\"\ + },{\"properties\":{\"roleName\":\"EventGrid Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage EventGrid operations.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.EventGrid/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-02-08T18:46:18.8999557Z\",\"updatedOn\":\"2021-11-11T20:15:01.6867802Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1e241071-0855-49ea-94dc-649edcd759de\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1e241071-0855-49ea-94dc-649edcd759de\"\ + },{\"properties\":{\"roleName\":\"Security Detonation Chamber Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allowed to query submission info\ + \ and files from Security Detonation Chamber\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SecurityDetonation/chambers/submissions/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/files/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-03-01T14:06:46.2814905Z\",\"updatedOn\":\"2021-11-11T20:15:03.3274090Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/28241645-39f8-410b-ad48-87863e2951d5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"28241645-39f8-410b-ad48-87863e2951d5\"\ + },{\"properties\":{\"roleName\":\"Object Anchors Account Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you read ingestion jobs for an object\ + \ anchors account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectAnchorsAccounts/ingest/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-03-02T01:20:47.0279813Z\",\"\ + updatedOn\":\"2021-11-11T20:15:03.5006082Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4a167cdf-cb95-4554-9203-2347fe489bd9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4a167cdf-cb95-4554-9203-2347fe489bd9\"\ + },{\"properties\":{\"roleName\":\"Object Anchors Account Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides user with ingestion capabilities\ + \ for an object anchors account.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectAnchorsAccounts/ingest/action\"\ + ,\"Microsoft.MixedReality/ObjectAnchorsAccounts/ingest/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-03-02T01:42:02.0014737Z\",\"updatedOn\":\"2021-11-11T20:15:03.6855873Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ca0835dd-bacc-42dd-8ed2-ed5e7230d15b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ca0835dd-bacc-42dd-8ed2-ed5e7230d15b\"\ + },{\"properties\":{\"roleName\":\"WorkloadBuilder Migration Agent Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"WorkloadBuilder Migration Agent Role.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.WorkloadBuilder/migrationAgents/Read\"\ + ,\"Microsoft.WorkloadBuilder/migrationAgents/Write\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-03-11T17:07:20.0828003Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:04.2456706Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d17ce0a2-0697-43bc-aac5-9113337ab61c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d17ce0a2-0697-43bc-aac5-9113337ab61c\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Data Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allow read access to Azure Spring Cloud\ + \ Data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/*/read\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-03-25T11:12:12.6786010Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:05.3368606Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b5537268-8956-4941-a8f0-646150406f0c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b5537268-8956-4941-a8f0-646150406f0c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Speech User\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Access to the real-time speech recognition\ + \ and batch transcription APIs, real-time speech synthesis and long audio\ + \ APIs, as well as to read the data/test/model/endpoint for custom models,\ + \ but can\u2019t create, delete or modify the data/test/model/endpoint for\ + \ custom models.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/SpeechServices/*/read\",\"Microsoft.CognitiveServices/accounts/SpeechServices/*/transcriptions/read\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/*/transcriptions/write\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/*/transcriptions/delete\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/*/frontend/action\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/text-dependent/*/action\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/text-independent/*/action\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVoice/*/read\",\"Microsoft.CognitiveServices/accounts/CustomVoice/evaluations/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVoice/longaudiosynthesis/*\"\ + ,\"Microsoft.CognitiveServices/accounts/AudioContentCreation/*\"],\"notDataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/CustomVoice/datasets/files/read\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVoice/datasets/utterances/read\"\ + ]}],\"createdOn\":\"2021-03-30T11:28:27.4339032Z\",\"updatedOn\":\"2022-05-19T23:26:56.1473805Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f2dc8367-1007-4938-bd23-fe263f013447\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f2dc8367-1007-4938-bd23-fe263f013447\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Speech Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Full access to Speech projects,\ + \ including read, write and delete all entities, for real-time speech recognition\ + \ and batch transcription tasks, real-time speech synthesis and long audio\ + \ tasks, custom speech and custom voice.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/SpeechServices/*\",\"Microsoft.CognitiveServices/accounts/CustomVoice/*\"\ + ,\"Microsoft.CognitiveServices/accounts/AudioContentCreation/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-03-30T11:28:49.7826633Z\",\"updatedOn\":\"2022-05-19T23:26:56.1473805Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0e75ca1e-0464-4b4d-8b93-68208a576181\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0e75ca1e-0464-4b4d-8b93-68208a576181\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Face Recognizer\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you perform detect, verify,\ + \ identify, group, and find similar operations on Face API. This role does\ + \ not allow create or delete operations, which makes it well suited for endpoints\ + \ that only need inferencing capabilities, following 'least privilege' best\ + \ practices.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/Face/detect/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/verify/action\",\"Microsoft.CognitiveServices/accounts/Face/identify/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/group/action\",\"Microsoft.CognitiveServices/accounts/Face/findsimilars/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/detectliveness/multimodal/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/detectliveness/singlemodal/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/detectlivenesswithverify/singlemodal/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-03-31T01:51:41.3557295Z\",\"\ + updatedOn\":\"2023-03-20T22:15:15.1823985Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9894cab4-e18a-44aa-828b-cb588cd6f2d7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9894cab4-e18a-44aa-828b-cb588cd6f2d7\"\ + },{\"properties\":{\"roleName\":\"Media Services Account Administrator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ + \ Media Services accounts; read-only access to other Media Services resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Media/mediaservices/*/read\",\"Microsoft.Media/mediaservices/assets/listStreamingLocators/action\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/listPaths/action\",\"Microsoft.Media/mediaservices/write\"\ + ,\"Microsoft.Media/mediaservices/delete\",\"Microsoft.Media/mediaservices/privateEndpointConnectionsApproval/action\"\ + ,\"Microsoft.Media/mediaservices/privateEndpointConnections/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:20:32.2956636Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:07.1518844Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/054126f8-9a2b-4f1c-a9ad-eca461f08466\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"054126f8-9a2b-4f1c-a9ad-eca461f08466\"\ + },{\"properties\":{\"roleName\":\"Media Services Live Events Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ + \ Live Events, Assets, Asset Filters, and Streaming Locators; read-only access\ + \ to other Media Services resources.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\"\ + ,\"Microsoft.Media/mediaservices/assets/*\",\"Microsoft.Media/mediaservices/assets/assetfilters/*\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/*\",\"Microsoft.Media/mediaservices/liveEvents/*\"\ + ],\"notActions\":[\"Microsoft.Media/mediaservices/assets/getEncryptionKey/action\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/listContentKeys/action\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:21:00.6119555Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:07.3318873Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/532bc159-b25e-42c0-969e-a1d439f60d77\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"532bc159-b25e-42c0-969e-a1d439f60d77\"\ + },{\"properties\":{\"roleName\":\"Media Services Media Operator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Create, read, modify, and delete Assets,\ + \ Asset Filters, Streaming Locators, and Jobs; read-only access to other Media\ + \ Services resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\"\ + ,\"Microsoft.Media/mediaservices/assets/*\",\"Microsoft.Media/mediaservices/assets/assetfilters/*\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/*\",\"Microsoft.Media/mediaservices/transforms/jobs/*\"\ + ],\"notActions\":[\"Microsoft.Media/mediaservices/assets/getEncryptionKey/action\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/listContentKeys/action\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:21:23.2236495Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:07.5068487Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e4395492-1534-4db2-bedf-88c14621589c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e4395492-1534-4db2-bedf-88c14621589c\"\ + },{\"properties\":{\"roleName\":\"Media Services Policy Administrator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ + \ Account Filters, Streaming Policies, Content Key Policies, and Transforms;\ + \ read-only access to other Media Services resources. Cannot create Jobs,\ + \ Assets or Streaming resources.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\"\ + ,\"Microsoft.Media/mediaservices/assets/listStreamingLocators/action\",\"\ + Microsoft.Media/mediaservices/streamingLocators/listPaths/action\",\"Microsoft.Media/mediaservices/accountFilters/*\"\ + ,\"Microsoft.Media/mediaservices/streamingPolicies/*\",\"Microsoft.Media/mediaservices/contentKeyPolicies/*\"\ + ,\"Microsoft.Media/mediaservices/transforms/*\"],\"notActions\":[\"Microsoft.Media/mediaservices/contentKeyPolicies/getPolicyPropertiesWithSecrets/action\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:21:46.9534330Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:07.6968496Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c4bba371-dacd-4a26-b320-7250bca963ae\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c4bba371-dacd-4a26-b320-7250bca963ae\"\ + },{\"properties\":{\"roleName\":\"Media Services Streaming Endpoints Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ + \ Streaming Endpoints; read-only access to other Media Services resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Media/mediaservices/*/read\",\"Microsoft.Media/mediaservices/assets/listStreamingLocators/action\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/listPaths/action\",\"Microsoft.Media/mediaservices/streamingEndpoints/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-04-19T23:22:04.4594851Z\",\"updatedOn\":\"2021-11-11T20:15:07.8718907Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/99dba123-b5fe-44d5-874c-ced7199a5804\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"99dba123-b5fe-44d5-874c-ced7199a5804\"\ + },{\"properties\":{\"roleName\":\"Stream Analytics Query Tester\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you perform query testing without\ + \ creating a stream analytics job first\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.StreamAnalytics/locations/TestQuery/action\"\ + ,\"Microsoft.StreamAnalytics/locations/OperationResults/read\",\"Microsoft.StreamAnalytics/locations/SampleInput/action\"\ + ,\"Microsoft.StreamAnalytics/locations/CompileQuery/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-20T17:33:24.5727870Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:08.0481551Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1ec5b3c1-b17e-4e25-8312-2acb3c3c5abf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1ec5b3c1-b17e-4e25-8312-2acb3c3c5abf\"\ + },{\"properties\":{\"roleName\":\"AnyBuild Builder\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Basic user role for AnyBuild. This role allows listing\ + \ of agent information and execution of remote build capabilities.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.AnyBuild/clusters/build/write\",\"Microsoft.AnyBuild/clusters/build/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-04-20T22:07:00.4963853Z\",\"\ + updatedOn\":\"2021-11-11T20:15:08.4254134Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a2138dac-4907-4679-a376-736901ed8ad8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a2138dac-4907-4679-a376-736901ed8ad8\"\ + },{\"properties\":{\"roleName\":\"IoT Hub Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full read access to IoT Hub data-plane properties\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Devices/IotHubs/*/read\",\"Microsoft.Devices/IotHubs/fileUpload/notifications/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-04-22T18:03:29.8843192Z\",\"\ + updatedOn\":\"2021-11-11T20:15:08.6054154Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b447c946-2db7-41ec-983d-d8bf3b1c77e3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b447c946-2db7-41ec-983d-d8bf3b1c77e3\"\ + },{\"properties\":{\"roleName\":\"IoT Hub Twin Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for read and write access to all IoT Hub device\ + \ and module twins.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.Devices/IotHubs/twins/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-04-22T20:36:10.1136903Z\",\"\ + updatedOn\":\"2021-11-11T20:15:08.7855063Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/494bdba2-168f-4f31-a0a1-191d2f7c028c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"494bdba2-168f-4f31-a0a1-191d2f7c028c\"\ + },{\"properties\":{\"roleName\":\"IoT Hub Registry Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for full access to IoT Hub device\ + \ registry.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Devices/IotHubs/devices/*\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-04-22T20:36:47.5532704Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:08.9804295Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4ea46cd5-c1b2-4a8e-910b-273211f9ce47\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4ea46cd5-c1b2-4a8e-910b-273211f9ce47\"\ + },{\"properties\":{\"roleName\":\"IoT Hub Data Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full access to IoT Hub data plane operations.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Devices/IotHubs/*\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2021-04-22T20:37:16.9927761Z\",\"updatedOn\":\"2021-11-11T20:15:09.1754206Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4fc6c259-987e-4a07-842e-c321cc9d413f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4fc6c259-987e-4a07-842e-c321cc9d413f\"\ + },{\"properties\":{\"roleName\":\"Test Base Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Let you view and download packages and test results.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.TestBase/testBaseAccounts/packages/testResults/getDownloadUrl/action\"\ + ,\"Microsoft.TestBase/testBaseAccounts/packages/testResults/getVideoDownloadUrl/action\"\ + ,\"Microsoft.TestBase/testBaseAccounts/packages/getDownloadUrl/action\",\"\ + Microsoft.TestBase/*/read\",\"Microsoft.TestBase/testBaseAccounts/customerEvents/write\"\ + ,\"Microsoft.TestBase/testBaseAccounts/customerEvents/delete\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-05-11T23:41:33.1038367Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:10.8004347Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/15e0f5a1-3450-4248-8e25-e2afe88a9e85\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"15e0f5a1-3450-4248-8e25-e2afe88a9e85\"\ + },{\"properties\":{\"roleName\":\"Search Index Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Grants read access to Azure Cognitive Search index data.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Search/searchServices/indexes/documents/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-01T20:26:13.4850461Z\",\"\ + updatedOn\":\"2021-11-11T20:15:11.3604371Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1407120a-92aa-4202-b7e9-c0e197c71c8f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1407120a-92aa-4202-b7e9-c0e197c71c8f\"\ + },{\"properties\":{\"roleName\":\"Search Index Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Grants full access to Azure Cognitive Search\ + \ index data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.Search/searchServices/indexes/documents/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-01T22:15:16.5388472Z\",\"\ + updatedOn\":\"2021-11-11T20:15:11.5504385Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8ebe5a00-799e-43f5-93ac-243d3dce84a7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8ebe5a00-799e-43f5-93ac-243d3dce84a7\"\ + },{\"properties\":{\"roleName\":\"Storage Table Data Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows for read access to Azure Storage tables\ + \ and entities\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Storage/storageAccounts/tableServices/tables/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-15T06:40:54.9150717Z\",\"\ + updatedOn\":\"2021-11-11T20:15:12.1005298Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/76199698-9eea-4c19-bc75-cec21354c6b6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"76199698-9eea-4c19-bc75-cec21354c6b6\"\ + },{\"properties\":{\"roleName\":\"Storage Table Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for read, write and delete access\ + \ to Azure Storage tables and entities\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Storage/storageAccounts/tableServices/tables/read\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/write\",\"Microsoft.Storage/storageAccounts/tableServices/tables/delete\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/read\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/write\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/delete\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/add/action\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/update/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-15T06:51:59.8207610Z\",\"\ + updatedOn\":\"2021-11-11T20:15:12.2854966Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0a9a7e1f-b9d0-4cc4-a60d-0319b160aaa3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0a9a7e1f-b9d0-4cc4-a60d-0319b160aaa3\"\ + },{\"properties\":{\"roleName\":\"DICOM Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read and search DICOM data.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.HealthcareApis/workspaces/dicomservices/resources/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-06-17T20:58:30.1630494Z\",\"updatedOn\":\"2021-11-11T20:15:13.0154948Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e89c7a3c-2f64-4fa1-a847-3e4c9ba4283a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e89c7a3c-2f64-4fa1-a847-3e4c9ba4283a\"\ + },{\"properties\":{\"roleName\":\"DICOM Data Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Full access to DICOM data.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/workspaces/dicomservices/resources/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-17T20:59:30.8659515Z\",\"\ + updatedOn\":\"2021-11-11T20:15:13.1904985Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/58a3b984-7adf-4c20-983a-32417c86fbc8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"58a3b984-7adf-4c20-983a-32417c86fbc8\"\ + },{\"properties\":{\"roleName\":\"EventGrid Data Sender\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows send access to event grid events.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.EventGrid/topics/read\",\"Microsoft.EventGrid/domains/read\"\ + ,\"Microsoft.EventGrid/partnerNamespaces/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.EventGrid/events/send/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-07-02T21:55:40.4847495Z\",\"\ + updatedOn\":\"2021-11-11T20:15:13.5605134Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d5a91429-5739-47e2-a06b-3470a27159e7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d5a91429-5739-47e2-a06b-3470a27159e7\"\ + },{\"properties\":{\"roleName\":\"Disk Pool Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Used by the StoragePool Resource Provider to manage Disks\ + \ added to a Disk Pool.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Compute/disks/write\",\"Microsoft.Compute/disks/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-07-08T17:26:05.1079972Z\",\"updatedOn\":\"2021-11-11T20:15:13.9154612Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/60fc6e62-5479-42d4-8bf4-67625fcc2840\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"60fc6e62-5479-42d4-8bf4-67625fcc2840\"\ + },{\"properties\":{\"roleName\":\"AzureML Data Scientist\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can perform all actions within an Azure Machine Learning\ + \ workspace, except for creating or deleting compute resources and modifying\ + \ the workspace itself.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.MachineLearningServices/workspaces/*/read\",\"Microsoft.MachineLearningServices/workspaces/*/action\"\ + ,\"Microsoft.MachineLearningServices/workspaces/*/delete\",\"Microsoft.MachineLearningServices/workspaces/*/write\"\ + ],\"notActions\":[\"Microsoft.MachineLearningServices/workspaces/delete\"\ + ,\"Microsoft.MachineLearningServices/workspaces/write\",\"Microsoft.MachineLearningServices/workspaces/computes/*/write\"\ + ,\"Microsoft.MachineLearningServices/workspaces/computes/*/delete\",\"Microsoft.MachineLearningServices/workspaces/computes/listKeys/action\"\ + ,\"Microsoft.MachineLearningServices/workspaces/listKeys/action\",\"Microsoft.MachineLearningServices/workspaces/hubs/write\"\ + ,\"Microsoft.MachineLearningServices/workspaces/hubs/delete\",\"Microsoft.MachineLearningServices/workspaces/featurestores/write\"\ + ,\"Microsoft.MachineLearningServices/workspaces/featurestores/delete\"],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-07-14T21:51:06.0361218Z\"\ + ,\"updatedOn\":\"2023-05-26T17:53:52.5366769Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f6c7c914-8db3-469d-8ca1-694a8f32e121\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f6c7c914-8db3-469d-8ca1-694a8f32e121\"\ + },{\"properties\":{\"roleName\":\"Grafana Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Built-in Grafana admin role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Dashboard/grafana/ActAsGrafanaAdmin/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-07-15T21:32:35.3802340Z\",\"updatedOn\":\"2021-11-11T20:15:14.8104670Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/22926164-76b3-42b3-bc55-97df8dab3e41\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"22926164-76b3-42b3-bc55-97df8dab3e41\"\ + },{\"properties\":{\"roleName\":\"Azure Connected SQL Server Onboarding\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft.AzureArcData\_service\_\ + role\_to\_access\_the\_resources\_of\_Microsoft.AzureArcData\_stored\_with\_\ + RPSAAS.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureArcData/sqlServerInstances/read\"\ + ,\"Microsoft.AzureArcData/sqlServerInstances/write\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-07-19T23:52:15.8885739Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:15.1754742Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e8113dce-c529-4d33-91fa-e9b972617508\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e8113dce-c529-4d33-91fa-e9b972617508\"\ + },{\"properties\":{\"roleName\":\"Azure Relay Sender\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for send access to Azure Relay resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Relay/*/wcfRelays/read\"\ + ,\"Microsoft.Relay/*/hybridConnections/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.Relay/*/send/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-07-20T15:37:20.7558643Z\",\"updatedOn\":\"2021-11-11T20:15:15.5454755Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/26baccc8-eea7-41f1-98f4-1762cc7f685d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"26baccc8-eea7-41f1-98f4-1762cc7f685d\"\ + },{\"properties\":{\"roleName\":\"Azure Relay Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full access to Azure Relay resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Relay/*\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Relay/*\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-07-20T15:44:26.3023126Z\",\"updatedOn\":\"2021-11-11T20:15:15.7154782Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2787bf04-f1f5-4bfe-8383-c8a24483ee38\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2787bf04-f1f5-4bfe-8383-c8a24483ee38\"\ + },{\"properties\":{\"roleName\":\"Azure Relay Listener\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for listen access to Azure Relay resources.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Relay/*/wcfRelays/read\"\ + ,\"Microsoft.Relay/*/hybridConnections/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.Relay/*/listen/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-07-20T18:38:03.1437496Z\",\"updatedOn\":\"2021-11-11T20:15:15.9005232Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/26e0b698-aa6d-4085-9386-aadae190014d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"26e0b698-aa6d-4085-9386-aadae190014d\"\ + },{\"properties\":{\"roleName\":\"Grafana Viewer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Built-in Grafana Viewer role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Dashboard/grafana/ActAsGrafanaViewer/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-08-05T16:36:18.7737511Z\",\"updatedOn\":\"2021-11-11T20:15:16.9904932Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/60921a7e-fef1-4a43-9b16-a26c52ad4769\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"60921a7e-fef1-4a43-9b16-a26c52ad4769\"\ + },{\"properties\":{\"roleName\":\"Grafana Editor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Built-in Grafana Editor role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Dashboard/grafana/ActAsGrafanaEditor/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-08-05T16:37:32.5299593Z\",\"updatedOn\":\"2021-11-11T20:15:17.1805426Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a79a5197-3a5c-4973-a920-486035ffd60f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a79a5197-3a5c-4973-a920-486035ffd60f\"\ + },{\"properties\":{\"roleName\":\"Automation Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Manage azure automation resources and other resources using\ + \ azure automation.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Automation/automationAccounts/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Insights/ActionGroups/*\",\"Microsoft.Insights/ActivityLogAlerts/*\"\ + ,\"Microsoft.Insights/MetricAlerts/*\",\"Microsoft.Insights/ScheduledQueryRules/*\"\ + ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.OperationalInsights/workspaces/sharedKeys/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-08-09T10:18:19.1054699Z\",\"updatedOn\":\"2021-11-11T20:15:17.7304954Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f353d9bd-d4a6-484e-a77a-8050b599b867\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f353d9bd-d4a6-484e-a77a-8050b599b867\"\ + },{\"properties\":{\"roleName\":\"Kubernetes Extension Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can create, update, get, list and delete\ + \ Kubernetes Extensions, and get extension async operations\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.KubernetesConfiguration/extensions/write\"\ + ,\"Microsoft.KubernetesConfiguration/extensions/read\",\"Microsoft.KubernetesConfiguration/extensions/delete\"\ + ,\"Microsoft.KubernetesConfiguration/extensions/operations/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-08-09T19:47:50.6828896Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:17.9155393Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/85cb6faf-e071-4c9b-8136-154b5a04f717\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"85cb6faf-e071-4c9b-8136-154b5a04f717\"\ + },{\"properties\":{\"roleName\":\"Device Provisioning Service Data Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for full read access to\ + \ Device Provisioning Service data-plane properties.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.Devices/provisioningServices/*/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2021-08-09T19:53:12.1374732Z\",\"updatedOn\":\"2021-11-11T20:15:18.0905503Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/10745317-c249-44a1-a5ce-3a4353c0bbd8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"10745317-c249-44a1-a5ce-3a4353c0bbd8\"\ + },{\"properties\":{\"roleName\":\"Device Provisioning Service Data Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for full access to Device\ + \ Provisioning Service data-plane operations.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Devices/provisioningServices/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-09T19:54:03.2783227Z\",\"\ + updatedOn\":\"2021-11-11T20:15:18.2605302Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dfce44e4-17b7-4bd1-a6d1-04996ec95633\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dfce44e4-17b7-4bd1-a6d1-04996ec95633\"\ + },{\"properties\":{\"roleName\":\"Code Signing Certificate Profile Signer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Sign files with a certificate\ + \ profile. This role is in preview and subject to change.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CodeSigning/*/read\",\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"\ + Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.CodeSigning/certificateProfiles/Sign/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-08-16T23:17:53.0002693Z\",\"updatedOn\"\ + :\"2022-12-12T16:05:53.8213702Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2837e146-70d7-4cfd-ad55-7efa6464f958\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2837e146-70d7-4cfd-ad55-7efa6464f958\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Service Registry Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allow read access to Azure Spring\ + \ Cloud Service Registry\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/eurekaService/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-20T04:40:17.9785063Z\",\"\ + updatedOn\":\"2021-11-11T20:15:18.9655101Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cff1b556-2399-4e7e-856d-a8f754be7b65\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cff1b556-2399-4e7e-856d-a8f754be7b65\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Service Registry Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allow read, write and delete access\ + \ to Azure Spring Cloud Service Registry\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/eurekaService/read\"\ + ,\"Microsoft.AppPlatform/Spring/eurekaService/write\",\"Microsoft.AppPlatform/Spring/eurekaService/delete\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-20T04:42:38.9153779Z\",\"\ + updatedOn\":\"2021-11-11T20:15:19.1405497Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f5880b48-c26d-48be-b172-7927bfa1c8f1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f5880b48-c26d-48be-b172-7927bfa1c8f1\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Config Server Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allow read access to Azure Spring\ + \ Cloud Config Server\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/configService/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-26T01:50:51.5123701Z\",\"\ + updatedOn\":\"2021-11-11T20:15:19.3155517Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d04c6db6-4947-4782-9e91-30a88feb7be7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d04c6db6-4947-4782-9e91-30a88feb7be7\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Config Server Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allow read, write and delete access\ + \ to Azure Spring Cloud Config Server\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/configService/read\"\ + ,\"Microsoft.AppPlatform/Spring/configService/write\",\"Microsoft.AppPlatform/Spring/configService/delete\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-09-06T02:30:47.8611580Z\",\"\ + updatedOn\":\"2021-11-11T20:15:20.0405208Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a06f5c24-21a7-4e1a-aa2b-f19eb6684f5b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a06f5c24-21a7-4e1a-aa2b-f19eb6684f5b\"\ + },{\"properties\":{\"roleName\":\"Azure VM Managed identities restore Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure VM Managed identities restore\ + \ Contributors are allowed to perform Azure VM Restores with managed identities\ + \ both user and system\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2021-09-13T05:27:59.2180214Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:20.5805266Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6ae96244-5829-4925-a7d3-5975537d91dd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6ae96244-5829-4925-a7d3-5975537d91dd\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Search and Render Data Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Grants access to very limited\ + \ set of data APIs for common visual web SDK scenarios. Specifically, render\ + \ and search data APIs.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Maps/accounts/services/render/read\"\ + ,\"Microsoft.Maps/accounts/services/search/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2021-10-01T22:17:50.5178931Z\",\"updatedOn\":\"2021-11-11T20:15:22.0455410Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6be48352-4f82-47c9-ad5e-0acacefdb005\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6be48352-4f82-47c9-ad5e-0acacefdb005\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Grants access all Azure Maps resource management.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Maps/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-10-01T22:19:13.1357904Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:22.2455414Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dba33070-676a-4fb0-87fa-064dc56ff7fb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dba33070-676a-4fb0-87fa-064dc56ff7fb\"\ + },{\"properties\":{\"roleName\":\"Azure Arc VMware VM Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Arc VMware VM Contributor has permissions\ + \ to perform all VM actions.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ConnectedVMwarevSphere/virtualmachines/*\",\"\ + Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ + ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ + ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-10-18T20:19:53.0087024Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:23.8706020Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b748a06d-6150-4f8a-aaa9-ce3940cd96cb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b748a06d-6150-4f8a-aaa9-ce3940cd96cb\"\ + },{\"properties\":{\"roleName\":\"Azure Arc VMware Private Cloud User\",\"\ + type\":\"BuiltInRole\",\"description\":\"Azure Arc VMware Private Cloud User\ + \ has permissions to use the VMware cloud resources to deploy VMs.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ + ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ConnectedVMwarevSphere/virtualnetworks/join/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/virtualnetworks/Read\",\"Microsoft.ConnectedVMwarevSphere/virtualmachinetemplates/clone/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/virtualmachinetemplates/Read\",\"Microsoft.ConnectedVMwarevSphere/resourcepools/deploy/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/resourcepools/Read\",\"Microsoft.ConnectedVMwarevSphere/hosts/deploy/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/hosts/Read\",\"Microsoft.ConnectedVMwarevSphere/clusters/deploy/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/clusters/Read\",\"Microsoft.ConnectedVMwarevSphere/datastores/allocateSpace/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/datastores/Read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-10-18T20:20:46.5105444Z\"\ + ,\"updatedOn\":\"2022-11-04T08:03:56.3033480Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ce551c02-7c42-47e0-9deb-e3b6fc3a9a83\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ce551c02-7c42-47e0-9deb-e3b6fc3a9a83\"\ + },{\"properties\":{\"roleName\":\"Azure Arc VMware Administrator role \",\"\ + type\":\"BuiltInRole\",\"description\":\"Arc VMware VM Contributor has permissions\ + \ to perform all connected VMwarevSphere actions.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.ConnectedVMwarevSphere/*\"\ + ,\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ + ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ + ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-01T17:12:42.6172725Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:25.1275776Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ddc140ed-e463-4246-9145-7c664192013f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ddc140ed-e463-4246-9145-7c664192013f\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services LUIS Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\" Has access to all Read, Test, Write, Deploy\ + \ and Delete functions under LUIS\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.CognitiveServices/accounts/listkeys/action\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/LUIS/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-11-04T03:28:02.9611800Z\",\"\ + updatedOn\":\"2021-11-11T20:15:25.4884913Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f72c8140-2111-481c-87ff-72b910f6e3f8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f72c8140-2111-481c-87ff-72b910f6e3f8\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Language Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Has access to Read and Test functions\ + \ under Language portal\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/*/read\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/projects/export/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*/read\",\"Microsoft.CognitiveServices/accounts/Language/*/projects/export/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/query-text/action\",\"Microsoft.CognitiveServices/accounts/Language/query-dataverse/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-text/jobs/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-text/action\",\"\ + Microsoft.CognitiveServices/accounts/Language/analyze-text/jobscancel/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-conversations/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-conversations/jobscancel/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-conversations/jobs/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/query-knowledgebases/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/generate/action\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnaMaker/*\"\ + ]}],\"createdOn\":\"2021-11-04T03:29:14.7643336Z\",\"updatedOn\":\"2023-02-24T00:02:00.1172104Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7628b7b8-a8b2-4cdc-b46f-e9b35248918e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7628b7b8-a8b2-4cdc-b46f-e9b35248918e\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Language Writer\",\"\ + type\":\"BuiltInRole\",\"description\":\" Has access to all Read, Test, and\ + \ Write functions under Language Portal\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/*\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/*\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/projects/publish/action\"\ + ,\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/projects/deployments/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnaMaker/*\",\"Microsoft.CognitiveServices/accounts/Language/*/projects/delete\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*/projects/deployments/write\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*/projects/deployments/delete\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*/projects/deployments/swap/action\"\ + ]}],\"createdOn\":\"2021-11-04T03:29:39.5761019Z\",\"updatedOn\":\"2022-03-29T18:03:27.1607583Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f2310ca1-dc64-4889-bb49-c8e0fa3d47a8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f2310ca1-dc64-4889-bb49-c8e0fa3d47a8\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Language Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has access to all Read, Test, Write, Deploy\ + \ and Delete functions under Language portal\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"\ + Microsoft.CognitiveServices/accounts/listkeys/action\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/*\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/*\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnaMaker/*\"\ + ]}],\"createdOn\":\"2021-11-04T03:30:07.6173528Z\",\"updatedOn\":\"2022-03-29T18:03:50.9741690Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f07febfe-79bc-46b1-8b37-790e26e6e498\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f07febfe-79bc-46b1-8b37-790e26e6e498\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services LUIS Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has access to Read and Test functions under\ + \ LUIS.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/LUIS/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/LUIS/apps/testdatasets/write\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-11-04T03:30:31.2704834Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:26.2134821Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e81cdc-4e98-4e29-a639-e7d10c5a6226\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18e81cdc-4e98-4e29-a639-e7d10c5a6226\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services LUIS Writer\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has access to all Read, Test, and Write\ + \ functions under LUIS\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/LUIS/*\"],\"notDataActions\":[\"\ + Microsoft.CognitiveServices/accounts/LUIS/apps/delete\",\"Microsoft.CognitiveServices/accounts/LUIS/apps/move/action\"\ + ,\"Microsoft.CognitiveServices/accounts/LUIS/apps/publish/action\",\"Microsoft.CognitiveServices/accounts/LUIS/apps/settings/write\"\ + ,\"Microsoft.CognitiveServices/accounts/LUIS/apps/azureaccounts/action\",\"\ + Microsoft.CognitiveServices/accounts/LUIS/apps/azureaccounts/delete\"]}],\"\ + createdOn\":\"2021-11-04T03:31:12.1580052Z\",\"updatedOn\":\"2021-11-11T20:15:26.3934523Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6322a993-d5c9-4bed-b113-e49bbea25b27\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6322a993-d5c9-4bed-b113-e49bbea25b27\"\ + },{\"properties\":{\"roleName\":\"PlayFab Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides read access to PlayFab resources\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.PlayFab/*/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-04T23:26:57.2248605Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:26.5784834Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a9a19cc5-31f4-447c-901f-56c0bb18fcaf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a9a19cc5-31f4-447c-901f-56c0bb18fcaf\"\ + },{\"properties\":{\"roleName\":\"Load Test Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"View, create, update, delete and execute load tests. View\ + \ and list load test resources but can not make any changes.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LoadTestService/*/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.LoadTestService/loadtests/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-11-09T08:11:21.0936461Z\",\"\ + updatedOn\":\"2021-11-11T20:15:27.1189225Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/749a398d-560b-491b-bb21-08924219302e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"749a398d-560b-491b-bb21-08924219302e\"\ + },{\"properties\":{\"roleName\":\"Load Test Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Execute all operations on load test resources and load\ + \ tests\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LoadTestService/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.LoadTestService/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-11-09T08:12:24.5500195Z\",\"updatedOn\":\"2021-11-11T20:15:27.2897153Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45bb0b16-2f0c-4e78-afaa-a07599b003f6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"45bb0b16-2f0c-4e78-afaa-a07599b003f6\"\ + },{\"properties\":{\"roleName\":\"PlayFab Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides contributor access to PlayFab resources\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.PlayFab/*/read\",\"Microsoft.PlayFab/*/write\",\"Microsoft.PlayFab/*/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-11-10T00:55:37.3326276Z\",\"updatedOn\":\"2021-11-11T20:15:28.0547167Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0c8b84dc-067c-4039-9615-fa1a4b77c726\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0c8b84dc-067c-4039-9615-fa1a4b77c726\"\ + },{\"properties\":{\"roleName\":\"Load Test Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"View and list all load tests and load test resources but\ + \ can not make any changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.LoadTestService/*/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.LoadTestService/loadtests/readTest/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-11-10T06:14:08.3903105Z\",\"updatedOn\":\"2021-11-11T20:15:28.2297181Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3ae3fb29-0000-4ccd-bf80-542e7b26e081\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3ae3fb29-0000-4ccd-bf80-542e7b26e081\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Immersive Reader User\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Provides access to create Immersive\ + \ Reader sessions and call APIs\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/ImmersiveReader/getcontentmodelforreader/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-11-10T19:52:14.4487503Z\",\"\ + updatedOn\":\"2021-11-11T20:15:28.4146975Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b2de6794-95db-4659-8781-7e080d3f2b9d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b2de6794-95db-4659-8781-7e080d3f2b9d\"\ + },{\"properties\":{\"roleName\":\"Lab Services Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab services contributor role\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LabServices/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.LabServices/labPlans/createLab/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:51:03.3308981Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:28.7792013Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f69b8690-cc87-41d6-b77a-a4bc3c0a966f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f69b8690-cc87-41d6-b77a-a4bc3c0a966f\"\ + },{\"properties\":{\"roleName\":\"Lab Services Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab services reader role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.LabServices/*/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-11-11T00:55:30.4208618Z\",\"updatedOn\":\"2021-11-11T20:15:28.9592032Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a5c394f-5eb7-4d4f-9c8e-e8eae39faebc\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2a5c394f-5eb7-4d4f-9c8e-e8eae39faebc\"\ + },{\"properties\":{\"roleName\":\"Lab Assistant\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab assistant role\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ + ,\"Microsoft.LabServices/labs/read\",\"Microsoft.LabServices/labs/schedules/read\"\ + ,\"Microsoft.LabServices/labs/users/read\",\"Microsoft.LabServices/labs/users/invite/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/read\",\"Microsoft.LabServices/labs/virtualMachines/start/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/stop/action\",\"Microsoft.LabServices/labs/virtualMachines/reimage/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/redeploy/action\",\"Microsoft.LabServices/locations/usages/read\"\ + ,\"Microsoft.LabServices/skus/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:56:10.4295443Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:29.1442530Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ce40b423-cede-4313-a93f-9b28290b72e1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ce40b423-cede-4313-a93f-9b28290b72e1\"\ + },{\"properties\":{\"roleName\":\"Lab Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab operator role\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ + ,\"Microsoft.LabServices/labPlans/saveImage/action\",\"Microsoft.LabServices/labs/publish/action\"\ + ,\"Microsoft.LabServices/labs/read\",\"Microsoft.LabServices/labs/schedules/read\"\ + ,\"Microsoft.LabServices/labs/schedules/write\",\"Microsoft.LabServices/labs/schedules/delete\"\ + ,\"Microsoft.LabServices/labs/users/read\",\"Microsoft.LabServices/labs/users/write\"\ + ,\"Microsoft.LabServices/labs/users/delete\",\"Microsoft.LabServices/labs/users/invite/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/read\",\"Microsoft.LabServices/labs/virtualMachines/start/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/stop/action\",\"Microsoft.LabServices/labs/virtualMachines/reimage/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/redeploy/action\",\"Microsoft.LabServices/labs/virtualMachines/resetPassword/action\"\ + ,\"Microsoft.LabServices/locations/usages/read\",\"Microsoft.LabServices/skus/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-11-11T00:56:41.9942935Z\",\"updatedOn\":\"2021-11-11T20:15:29.3242664Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a36e6959-b6be-4b12-8e9f-ef4b474d304d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a36e6959-b6be-4b12-8e9f-ef4b474d304d\"\ + },{\"properties\":{\"roleName\":\"Lab Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab contributor role\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ + ,\"Microsoft.LabServices/labPlans/saveImage/action\",\"Microsoft.LabServices/labs/read\"\ + ,\"Microsoft.LabServices/labs/write\",\"Microsoft.LabServices/labs/delete\"\ + ,\"Microsoft.LabServices/labs/publish/action\",\"Microsoft.LabServices/labs/syncGroup/action\"\ + ,\"Microsoft.LabServices/labs/schedules/read\",\"Microsoft.LabServices/labs/schedules/write\"\ + ,\"Microsoft.LabServices/labs/schedules/delete\",\"Microsoft.LabServices/labs/users/read\"\ + ,\"Microsoft.LabServices/labs/users/write\",\"Microsoft.LabServices/labs/users/delete\"\ + ,\"Microsoft.LabServices/labs/users/invite/action\",\"Microsoft.LabServices/labs/virtualMachines/read\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/start/action\",\"Microsoft.LabServices/labs/virtualMachines/stop/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/reimage/action\",\"Microsoft.LabServices/labs/virtualMachines/redeploy/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/resetPassword/action\",\"Microsoft.LabServices/locations/usages/read\"\ + ,\"Microsoft.LabServices/skus/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.LabServices/labPlans/createLab/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:57:05.9018065Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:29.4992096Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5daaa2af-1fe8-407c-9122-bba179798270\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5daaa2af-1fe8-407c-9122-bba179798270\"\ + },{\"properties\":{\"roleName\":\"Security Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Security Admin Role\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Authorization/policyAssignments/*\"\ + ,\"Microsoft.Authorization/policyDefinitions/*\",\"Microsoft.Authorization/policyExemptions/*\"\ + ,\"Microsoft.Authorization/policySetDefinitions/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.operationalInsights/workspaces/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Security/*\",\"Microsoft.IoTSecurity/*\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-05-03T07:51:23.0917487Z\",\"updatedOn\":\"2021-11-15T06:42:49.8263550Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fb1c8493-542b-48eb-b624-b4c8fea62acd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fb1c8493-542b-48eb-b624-b4c8fea62acd\"\ + },{\"properties\":{\"roleName\":\"Web PubSub Service Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Full access to Azure Web PubSub Service REST APIs\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.SignalRService/WebPubSub/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-03-24T09:10:11.8335180Z\",\"updatedOn\":\"2023-04-03T15:04:46.8247086Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/12cf5a90-567b-43ae-8102-96cf46c7d9b4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"12cf5a90-567b-43ae-8102-96cf46c7d9b4\"\ + },{\"properties\":{\"roleName\":\"Web PubSub Service Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Read-only access to Azure Web PubSub Service\ + \ REST APIs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.SignalRService/WebPubSub/*/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-03-24T09:11:12.6235436Z\",\"\ + updatedOn\":\"2023-04-03T15:04:46.8247086Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bfb1c7d2-fb1a-466b-b2ba-aee63b92deaf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bfb1c7d2-fb1a-466b-b2ba-aee63b92deaf\"\ + },{\"properties\":{\"roleName\":\"SignalR App Server\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets your app server access SignalR Service with AAD auth\ + \ options.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.SignalRService/SignalR/auth/accessKey/action\"\ + ,\"Microsoft.SignalRService/SignalR/serverConnection/write\",\"Microsoft.SignalRService/SignalR/clientConnection/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-29T06:54:40.1201435Z\",\"\ + updatedOn\":\"2021-11-16T05:19:04.8579948Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/420fcaa2-552c-430f-98ca-3264be4806c7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"420fcaa2-552c-430f-98ca-3264be4806c7\"\ + },{\"properties\":{\"roleName\":\"Virtual Machine User Login\",\"type\":\"\ + BuiltInRole\",\"description\":\"View Virtual Machines in the portal and login\ + \ as a regular user.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Compute/virtualMachines/*/read\",\"Microsoft.HybridCompute/machines/*/read\"\ + ,\"Microsoft.HybridConnectivity/endpoints/listCredentials/action\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Compute/virtualMachines/login/action\",\"\ + Microsoft.HybridCompute/machines/login/action\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2018-02-09T18:36:13.3315744Z\",\"updatedOn\":\"2021-11-18T00:55:50.6185845Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fb879df8-f326-4884-b1cf-06f3ad86be52\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fb879df8-f326-4884-b1cf-06f3ad86be52\"\ + },{\"properties\":{\"roleName\":\"Virtual Machine Administrator Login\",\"\ + type\":\"BuiltInRole\",\"description\":\"View Virtual Machines in the portal\ + \ and login as administrator\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Compute/virtualMachines/*/read\",\"Microsoft.HybridCompute/machines/*/read\"\ + ,\"Microsoft.HybridConnectivity/endpoints/listCredentials/action\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Compute/virtualMachines/login/action\",\"\ + Microsoft.Compute/virtualMachines/loginAsAdmin/action\",\"Microsoft.HybridCompute/machines/login/action\"\ + ,\"Microsoft.HybridCompute/machines/loginAsAdmin/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-02-09T18:36:13.3315744Z\",\"updatedOn\":\"2021-11-18T00:56:53.8134295Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1c0163c0-47e6-4577-8991-ea5c82e286e4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1c0163c0-47e6-4577-8991-ea5c82e286e4\"\ + },{\"properties\":{\"roleName\":\"Azure Arc VMware Private Clouds Onboarding\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure Arc VMware Private Clouds\ + \ Onboarding role has permissions to provision all the required resources\ + \ for onboard and deboard vCenter instances to Azure.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ConnectedVMwarevSphere/vcenters/Write\"\ + ,\"Microsoft.ConnectedVMwarevSphere/vcenters/Read\",\"Microsoft.ConnectedVMwarevSphere/vcenters/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ + ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ + ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.KubernetesConfiguration/extensions/Write\"\ + ,\"Microsoft.KubernetesConfiguration/extensions/Read\",\"Microsoft.KubernetesConfiguration/extensions/Delete\"\ + ,\"Microsoft.KubernetesConfiguration/operations/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/Write\",\"Microsoft.ExtendedLocation/customLocations/Delete\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\",\"Microsoft.ResourceConnector/appliances/Read\"\ + ,\"Microsoft.ResourceConnector/appliances/Write\",\"Microsoft.ResourceConnector/appliances/Delete\"\ + ,\"Microsoft.BackupSolutions/vmwareapplications/write\",\"Microsoft.BackupSolutions/vmwareapplications/delete\"\ + ,\"Microsoft.BackupSolutions/vmwareapplications/read\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-01T22:18:08.4480747Z\"\ + ,\"updatedOn\":\"2022-09-26T15:06:14.2584743Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/67d33e57-3129-45e6-bb0b-7cc522f762fa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"67d33e57-3129-45e6-bb0b-7cc522f762fa\"\ + },{\"properties\":{\"roleName\":\"Chamber Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage everything under your Modeling and Simulation\ + \ Workbench chamber.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.ModSimWorkbench/*/read\",\"Microsoft.ModSimWorkbench/workbenches/chambers/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[\"Microsoft.ModSimWorkbench/workbenches/chambers/fileRequests/manage/action\"\ + ],\"dataActions\":[\"Microsoft.ModSimWorkbench/workbenches/chambers/upload/action\"\ + ,\"Microsoft.ModSimWorkbench/workbenches/chambers/files/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-12-15T20:53:14.4428297Z\",\"updatedOn\":\"2023-02-08T21:48:40.8992376Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4e9b8407-af2e-495b-ae54-bb60a55b1b5a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4e9b8407-af2e-495b-ae54-bb60a55b1b5a\"\ + },{\"properties\":{\"roleName\":\"Chamber User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you view everything under your Modeling and Simulation\ + \ Workbench chamber, but not make any changes.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.ModSimWorkbench/workbenches/chambers/*/read\"\ + ,\"Microsoft.ModSimWorkbench/workbenches/chambers/workloads/*\",\"Microsoft.ModSimWorkbench/workbenches/chambers/getUploadUri/action\"\ + ,\"Microsoft.ModSimWorkbench/workbenches/chambers/fileRequests/getDownloadUri/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ModSimWorkbench/workbenches/chambers/upload/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-12-15T20:51:06.2119764Z\",\"\ + updatedOn\":\"2023-02-08T21:48:40.8982384Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4447db05-44ed-4da3-ae60-6cbece780e32\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4447db05-44ed-4da3-ae60-6cbece780e32\"\ + },{\"properties\":{\"roleName\":\"Windows Admin Center Administrator Login\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Let's you manage the OS of your\ + \ resource via Windows Admin Center as an administrator.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/*/read\"\ + ,\"Microsoft.HybridCompute/machines/extensions/*\",\"Microsoft.HybridCompute/machines/upgradeExtensions/action\"\ + ,\"Microsoft.HybridCompute/operations/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/publicIPAddresses/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/networkSecurityGroups/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules/read\",\"\ + Microsoft.Network/networkWatchers/securityGroupView/action\",\"Microsoft.Network/networkSecurityGroups/securityRules/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/securityRules/write\",\"Microsoft.HybridConnectivity/endpoints/write\"\ + ,\"Microsoft.HybridConnectivity/endpoints/read\",\"Microsoft.HybridConnectivity/endpoints/listManagedProxyDetails/action\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/patchAssessmentResults/latest/read\"\ + ,\"Microsoft.Compute/virtualMachines/patchAssessmentResults/latest/softwarePatches/read\"\ + ,\"Microsoft.Compute/virtualMachines/patchInstallationResults/read\",\"Microsoft.Compute/virtualMachines/patchInstallationResults/softwarePatches/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/read\",\"Microsoft.Compute/virtualMachines/instanceView/read\"\ + ,\"Microsoft.Compute/virtualMachines/runCommands/read\",\"Microsoft.Compute/virtualMachines/vmSizes/read\"\ + ,\"Microsoft.Compute/locations/publishers/artifacttypes/types/read\",\"Microsoft.Compute/locations/publishers/artifacttypes/types/versions/read\"\ + ,\"Microsoft.Compute/diskAccesses/read\",\"Microsoft.Compute/galleries/images/read\"\ + ,\"Microsoft.Compute/images/read\",\"Microsoft.AzureStackHCI/Clusters/Read\"\ + ,\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Read\",\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Extensions/Read\"\ + ,\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Extensions/Write\",\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Extensions/Delete\"\ + ,\"Microsoft.AzureStackHCI/Operations/Read\",\"Microsoft.ConnectedVMwarevSphere/VirtualMachines/Read\"\ + ,\"Microsoft.ConnectedVMwarevSphere/VirtualMachines/Extensions/Write\",\"\ + Microsoft.ConnectedVMwarevSphere/VirtualMachines/Extensions/Read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HybridCompute/machines/WACLoginAsAdmin/action\"\ + ,\"Microsoft.Compute/virtualMachines/WACloginAsAdmin/action\",\"Microsoft.AzureStackHCI/Clusters/WACloginAsAdmin/Action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/virtualmachines/WACloginAsAdmin/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-01-12T00:51:19.5581155Z\",\"\ + updatedOn\":\"2022-12-06T08:55:26.6040760Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a6333a3e-0164-44c3-b281-7a577aff287f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a6333a3e-0164-44c3-b281-7a577aff287f\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Policy Add-on Deployment\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Deploy the Azure Policy add-on\ + \ on Azure Kubernetes Service clusters\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Resources/deployments/*\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Network/publicIPPrefixes/join/action\",\"Microsoft.Network/publicIPAddresses/join/action\"\ + ,\"Microsoft.Compute/diskEncryptionSets/read\",\"Microsoft.Compute/proximityPlacementGroups/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-02-07T20:51:48.5662807Z\",\"updatedOn\":\"2022-03-15T19:19:34.9035909Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18ed5180-3e48-46fd-8541-4ea054d57064\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18ed5180-3e48-46fd-8541-4ea054d57064\"\ + },{\"properties\":{\"roleName\":\"Guest Configuration Resource Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you read, write Guest Configuration\ + \ Resource.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.GuestConfiguration/guestConfigurationAssignments/write\",\"Microsoft.GuestConfiguration/guestConfigurationAssignments/read\"\ + ,\"Microsoft.GuestConfiguration/guestConfigurationAssignments/*/read\",\"\ + Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-01-13T21:31:41.9626667Z\",\"updatedOn\"\ + :\"2022-02-10T19:22:44.9057916Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/088ab73d-1256-47ae-bea9-9de8e7131f31\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"088ab73d-1256-47ae-bea9-9de8e7131f31\"\ + },{\"properties\":{\"roleName\":\"Domain Services Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view Azure AD Domain Services and related network configurations\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Insights/Logs/Read\",\"Microsoft.Insights/Metrics/read\",\"Microsoft.Insights/DiagnosticSettings/read\"\ + ,\"Microsoft.Insights/DiagnosticSettingsCategories/Read\",\"Microsoft.AAD/domainServices/*/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/diagnosticSettings/read\"\ + ,\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/azureFirewalls/read\",\"Microsoft.Network/ddosProtectionPlans/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/*/read\"\ + ,\"Microsoft.Network/natGateways/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules/read\",\"\ + Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/networkSecurityGroups/securityRules/read\"\ + ,\"Microsoft.Network/routeTables/read\",\"Microsoft.Network/routeTables/routes/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-02-15T19:38:46.9043170Z\",\"updatedOn\":\"2022-06-24T19:00:35.7895894Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/361898ef-9ed1-48c2-849c-a832951106bb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"361898ef-9ed1-48c2-849c-a832951106bb\"\ + },{\"properties\":{\"roleName\":\"Domain Services Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Can manage Azure AD Domain Services and related\ + \ network configurations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Insights/Logs/Read\",\"Microsoft.Insights/Metrics/Read\",\"Microsoft.Insights/DiagnosticSettings/*\"\ + ,\"Microsoft.Insights/DiagnosticSettingsCategories/Read\",\"Microsoft.AAD/register/action\"\ + ,\"Microsoft.AAD/unregister/action\",\"Microsoft.AAD/domainServices/*\",\"\ + Microsoft.Network/register/action\",\"Microsoft.Network/unregister/action\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/write\"\ + ,\"Microsoft.Network/virtualNetworks/delete\",\"Microsoft.Network/virtualNetworks/peer/action\"\ + ,\"Microsoft.Network/virtualNetworks/join/action\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/write\",\"Microsoft.Network/virtualNetworks/subnets/delete\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/read\"\ + ,\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/write\",\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/delete\"\ + ,\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/diagnosticSettings/read\"\ + ,\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/azureFirewalls/read\",\"Microsoft.Network/ddosProtectionPlans/read\"\ + ,\"Microsoft.Network/ddosProtectionPlans/join/action\",\"Microsoft.Network/loadBalancers/read\"\ + ,\"Microsoft.Network/loadBalancers/delete\",\"Microsoft.Network/loadBalancers/*/read\"\ + ,\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\"\ + ,\"Microsoft.Network/natGateways/join/action\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/networkInterfaces/delete\"\ + ,\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/networkSecurityGroups/write\"\ + ,\"Microsoft.Network/networkSecurityGroups/delete\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/networkSecurityGroups/securityRules/read\",\"Microsoft.Network/networkSecurityGroups/securityRules/write\"\ + ,\"Microsoft.Network/networkSecurityGroups/securityRules/delete\",\"Microsoft.Network/routeTables/read\"\ + ,\"Microsoft.Network/routeTables/write\",\"Microsoft.Network/routeTables/delete\"\ + ,\"Microsoft.Network/routeTables/join/action\",\"Microsoft.Network/routeTables/routes/read\"\ + ,\"Microsoft.Network/routeTables/routes/write\",\"Microsoft.Network/routeTables/routes/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-02-15T19:40:22.3943189Z\",\"updatedOn\":\"2022-06-24T19:00:35.7895894Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/eeaeda52-9324-47f6-8069-5d5bade478b2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"eeaeda52-9324-47f6-8069-5d5bade478b2\"\ + },{\"properties\":{\"roleName\":\"DNS Resolver Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage DNS resolver resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Network/dnsResolvers/read\"\ + ,\"Microsoft.Network/dnsResolvers/write\",\"Microsoft.Network/dnsResolvers/delete\"\ + ,\"Microsoft.Network/dnsResolvers/join/action\",\"Microsoft.Network/dnsResolvers/inboundEndpoints/read\"\ + ,\"Microsoft.Network/dnsResolvers/inboundEndpoints/write\",\"Microsoft.Network/dnsResolvers/inboundEndpoints/delete\"\ + ,\"Microsoft.Network/dnsResolvers/inboundEndpoints/join/action\",\"Microsoft.Network/dnsResolvers/outboundEndpoints/read\"\ + ,\"Microsoft.Network/dnsResolvers/outboundEndpoints/write\",\"Microsoft.Network/dnsResolvers/outboundEndpoints/delete\"\ + ,\"Microsoft.Network/dnsResolvers/outboundEndpoints/join/action\",\"Microsoft.Network/dnsForwardingRulesets/read\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/write\",\"Microsoft.Network/dnsForwardingRulesets/delete\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/join/action\",\"Microsoft.Network/dnsForwardingRulesets/forwardingRules/read\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/forwardingRules/write\",\"Microsoft.Network/dnsForwardingRulesets/forwardingRules/delete\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks/read\",\"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks/write\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks/delete\",\"\ + Microsoft.Network/locations/dnsResolverOperationResults/read\",\"Microsoft.Network/locations/dnsResolverOperationStatuses/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/join/action\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/write\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/join/action\"\ + ,\"Microsoft.Network/virtualNetworks/joinLoadBalancer/action\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/joinLoadBalancer/action\",\"\ + Microsoft.Network/natGateways/join/action\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/routeTables/join/action\",\"Microsoft.Network/serviceEndpointPolicies/join/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-02-16T23:25:04.4308795Z\",\"updatedOn\":\"2022-03-11T20:54:26.6355690Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0f2ebee7-ffd4-4fc0-b3b7-664099fdad5d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0f2ebee7-ffd4-4fc0-b3b7-664099fdad5d\"\ + },{\"properties\":{\"roleName\":\"Data Operator for Managed Disks\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides permissions to upload data to\ + \ empty managed disks, read, or export data of managed disks (not attached\ + \ to running VMs) and snapshots using SAS URIs and Azure AD authentication.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Compute/disks/download/action\",\"Microsoft.Compute/disks/upload/action\"\ + ,\"Microsoft.Compute/snapshots/download/action\",\"Microsoft.Compute/snapshots/upload/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-03-01T01:28:23.8601778Z\",\"\ + updatedOn\":\"2022-03-01T01:28:23.8601778Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/959f8984-c045-4866-89c7-12bf9737be2e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"959f8984-c045-4866-89c7-12bf9737be2e\"\ + },{\"properties\":{\"roleName\":\"AgFood Platform Sensor Partner Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Provides contribute access to\ + \ manage sensor related entities in AgFood Platform Service\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.AgFoodPlatform/farmBeats/sensorPartnerScope/*\"],\"notDataActions\"\ + :[\"Microsoft.AgFoodPlatform/farmBeats/sensorPartnerScope/sensors/delete\"\ + ]}],\"createdOn\":\"2022-03-09T04:58:21.1168561Z\",\"updatedOn\":\"2022-10-26T05:24:21.6704842Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6b77f0a0-0d89-41cc-acd1-579c22c17a67\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6b77f0a0-0d89-41cc-acd1-579c22c17a67\"\ + },{\"properties\":{\"roleName\":\"Compute Gallery Sharing Admin\",\"type\"\ + :\"BuiltInRole\",\"description\":\"This role allows user to share gallery\ + \ to another subscription/tenant or share it to the public.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/galleries/share/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-03-10T00:33:29.0395291Z\",\"updatedOn\":\"2022-03-25T20:37:05.1839457Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1ef6a3be-d0ac-425d-8c01-acb62866290b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1ef6a3be-d0ac-425d-8c01-acb62866290b\"\ + },{\"properties\":{\"roleName\":\"Scheduled Patching Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides access to manage maintenance configurations\ + \ with maintenance scope InGuestPatch and corresponding configuration assignments\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Maintenance/maintenanceConfigurations/read\"\ + ,\"Microsoft.Maintenance/maintenanceConfigurations/write\",\"Microsoft.Maintenance/maintenanceConfigurations/delete\"\ + ,\"Microsoft.Maintenance/configurationAssignments/read\",\"Microsoft.Maintenance/configurationAssignments/write\"\ + ,\"Microsoft.Maintenance/configurationAssignments/delete\",\"Microsoft.Maintenance/configurationAssignments/maintenanceScope/InGuestPatch/read\"\ + ,\"Microsoft.Maintenance/configurationAssignments/maintenanceScope/InGuestPatch/write\"\ + ,\"Microsoft.Maintenance/configurationAssignments/maintenanceScope/InGuestPatch/delete\"\ + ,\"Microsoft.Maintenance/maintenanceConfigurations/maintenanceScope/InGuestPatch/read\"\ + ,\"Microsoft.Maintenance/maintenanceConfigurations/maintenanceScope/InGuestPatch/write\"\ + ,\"Microsoft.Maintenance/maintenanceConfigurations/maintenanceScope/InGuestPatch/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-03-21T10:28:02.1319658Z\",\"updatedOn\":\"2022-04-13T08:04:33.5842713Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cd08ab90-6b14-449c-ad9a-8f8e549482c6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cd08ab90-6b14-449c-ad9a-8f8e549482c6\"\ + },{\"properties\":{\"roleName\":\"DevCenter Dev Box User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides access to create and manage dev boxes.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DevCenter/projects/read\"\ + ,\"Microsoft.DevCenter/projects/*/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.DevCenter/projects/users/devboxes/userStop/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userStart/action\",\"Microsoft.DevCenter/projects/users/devboxes/userGetRemoteConnection/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userRead/action\",\"Microsoft.DevCenter/projects/users/devboxes/userWrite/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userDelete/action\",\"Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionRead/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionManage/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userActionRead/action\",\"\ + Microsoft.DevCenter/projects/users/devboxes/userActionManage/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-03-31T18:38:03.5210123Z\",\"updatedOn\"\ + :\"2023-03-22T19:17:56.5520463Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45d50f46-0b78-4001-a660-4198cbe8cd05\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"45d50f46-0b78-4001-a660-4198cbe8cd05\"\ + },{\"properties\":{\"roleName\":\"DevCenter Project Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides access to manage project resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DevCenter/projects/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[\"Microsoft.DevCenter/projects/write\",\"Microsoft.DevCenter/projects/delete\"\ + ],\"dataActions\":[\"Microsoft.DevCenter/projects/users/devboxes/adminStart/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/adminStop/action\",\"Microsoft.DevCenter/projects/users/devboxes/adminRead/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/adminWrite/action\",\"Microsoft.DevCenter/projects/users/devboxes/adminDelete/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userStop/action\",\"Microsoft.DevCenter/projects/users/devboxes/userStart/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userGetRemoteConnection/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userRead/action\",\"Microsoft.DevCenter/projects/users/devboxes/userWrite/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userDelete/action\",\"Microsoft.DevCenter/projects/users/environments/adminRead/action\"\ + ,\"Microsoft.DevCenter/projects/users/environments/userWrite/action\",\"Microsoft.DevCenter/projects/users/environments/userDelete/action\"\ + ,\"Microsoft.DevCenter/projects/users/environments/adminDelete/action\",\"\ + Microsoft.DevCenter/projects/users/environments/adminAction/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2022-03-31T19:42:55.7106886Z\",\"updatedOn\":\"2023-06-05T21:32:12.9474863Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/331c37c6-af14-46d9-b9f4-e1909e1b95a0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"331c37c6-af14-46d9-b9f4-e1909e1b95a0\"\ + },{\"properties\":{\"roleName\":\"Virtual Machine Local User Login\",\"type\"\ + :\"BuiltInRole\",\"description\":\"View Virtual Machines in the portal and\ + \ login as a local user configured on the arc server\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/*/read\"\ + ,\"Microsoft.HybridConnectivity/endpoints/listCredentials/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-06T23:57:10.4104571Z\"\ + ,\"updatedOn\":\"2022-04-16T18:55:26.3037328Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/602da2ba-a5c2-41da-b01d-5360126ab525\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"602da2ba-a5c2-41da-b01d-5360126ab525\"\ + },{\"properties\":{\"roleName\":\"Azure Arc ScVmm VM Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Arc ScVmm VM Contributor has permissions\ + \ to perform all VM actions.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"microsoft.scvmm/virtualmachines/*\",\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ + ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T17:19:45.4667566Z\"\ + ,\"updatedOn\":\"2023-05-17T07:13:04.3964110Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e582369a-e17b-42a5-b10c-874c387c530b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e582369a-e17b-42a5-b10c-874c387c530b\"\ + },{\"properties\":{\"roleName\":\"Azure Arc ScVmm Private Clouds Onboarding\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure Arc ScVmm Private Clouds\ + \ Onboarding role has permissions to provision all the required resources\ + \ for onboard and deboard vmm server instances to Azure.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"microsoft.scvmm/vmmservers/Read\"\ + ,\"microsoft.scvmm/vmmservers/Write\",\"microsoft.scvmm/vmmservers/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ + ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ + ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T17:20:24.2592061Z\"\ + ,\"updatedOn\":\"2023-05-17T07:13:04.3974107Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6aac74c4-6311-40d2-bbdd-7d01e7c6e3a9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6aac74c4-6311-40d2-bbdd-7d01e7c6e3a9\"\ + },{\"properties\":{\"roleName\":\"Azure Arc ScVmm Private Cloud User\",\"\ + type\":\"BuiltInRole\",\"description\":\"Azure Arc ScVmm Private Cloud User\ + \ has permissions to use the ScVmm resources to deploy VMs.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ + ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"microsoft.scvmm/virtualnetworks/join/action\"\ + ,\"microsoft.scvmm/virtualnetworks/Read\",\"microsoft.scvmm/virtualmachinetemplates/clone/action\"\ + ,\"microsoft.scvmm/virtualmachinetemplates/Read\",\"microsoft.scvmm/clouds/deploy/action\"\ + ,\"microsoft.scvmm/clouds/Read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T17:21:33.4624374Z\"\ + ,\"updatedOn\":\"2023-05-17T07:13:04.3964110Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c0781e91-8102-4553-8951-97c6d4243cda\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c0781e91-8102-4553-8951-97c6d4243cda\"\ + },{\"properties\":{\"roleName\":\"Azure Arc ScVmm Administrator role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Arc ScVmm VM Administrator has permissions\ + \ to perform all ScVmm actions.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ScVmm/*\",\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ + ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-13T17:23:36.5115227Z\"\ + ,\"updatedOn\":\"2023-05-17T06:58:04.1499219Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a92dfd61-77f9-4aec-a531-19858b406c87\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a92dfd61-77f9-4aec-a531-19858b406c87\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Importer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to read and import FHIR Data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/import/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-04-19T07:59:50.0236181Z\",\"\ + updatedOn\":\"2022-04-21T09:16:15.3849248Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4465e953-8ced-4406-a58e-0f6e3f3b530b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4465e953-8ced-4406-a58e-0f6e3f3b530b\"\ + },{\"properties\":{\"roleName\":\"API Management Developer Portal Content\ + \ Editor\",\"type\":\"BuiltInRole\",\"description\":\"Can customize the developer\ + \ portal, edit its content, and publish it.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/portalRevisions/read\"\ + ,\"Microsoft.ApiManagement/service/portalRevisions/write\",\"Microsoft.ApiManagement/service/contentTypes/read\"\ + ,\"Microsoft.ApiManagement/service/contentTypes/delete\",\"Microsoft.ApiManagement/service/contentTypes/write\"\ + ,\"Microsoft.ApiManagement/service/contentTypes/contentItems/read\",\"Microsoft.ApiManagement/service/contentTypes/contentItems/write\"\ + ,\"Microsoft.ApiManagement/service/contentTypes/contentItems/delete\"],\"\ + notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ + 2022-05-06T17:42:10.1276527Z\",\"updatedOn\":\"2022-05-10T21:44:17.7458996Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c031e6a8-4391-4de0-8d69-4706a7ed3729\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c031e6a8-4391-4de0-8d69-4706a7ed3729\"\ + },{\"properties\":{\"roleName\":\"VM Scanner Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role that provides access to disk snapshot for security\ + \ analysis.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/beginGetAccess/action\"\ + ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Compute/virtualMachineScaleSets/instanceView/read\",\"Microsoft.Compute/virtualMachineScaleSets/read\"\ + ,\"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/read\",\"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/instanceView/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-05-15T14:44:58.0697864Z\",\"updatedOn\":\"2022-06-06T17:44:18.2603469Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d24ecba3-c1f4-40fa-a7bb-4588a071e8fd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d24ecba3-c1f4-40fa-a7bb-4588a071e8fd\"\ + },{\"properties\":{\"roleName\":\"Elastic SAN Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full access to all resources under Azure Elastic\ + \ SAN including changing network security policies to unblock data path access\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ElasticSan/elasticSans/*\"\ + ,\"Microsoft.ElasticSan/locations/*\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-05-25T10:31:53.7129003Z\",\"updatedOn\"\ + :\"2022-08-22T15:27:30.0884957Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/80dcbedb-47ef-405d-95bd-188a1b4ac406\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"80dcbedb-47ef-405d-95bd-188a1b4ac406\"\ + },{\"properties\":{\"roleName\":\"Elastic SAN Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for control path read access to Azure Elastic SAN\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ElasticSan/elasticSans/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-05-31T04:56:26.3763359Z\",\"updatedOn\":\"2022-08-22T15:27:30.0884957Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/af6a70f8-3c9f-4105-acf1-d719e9fca4ca\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"af6a70f8-3c9f-4105-acf1-d719e9fca4ca\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Virtual Machine Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role is in preview and subject\ + \ to change. Provide permission to the Azure Virtual Desktop Resource Provider\ + \ to create, delete, update, start, and stop virtual machines.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/hostpools/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/write\",\"Microsoft.DesktopVirtualization/hostpools/retrieveRegistrationToken/action\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/write\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/delete\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/disconnect/action\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/sendMessage/action\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionHostConfigurations/read\"\ + ,\"Microsoft.Compute/availabilitySets/read\",\"Microsoft.Compute/availabilitySets/write\"\ + ,\"Microsoft.Compute/availabilitySets/vmSizes/read\",\"Microsoft.Compute/disks/read\"\ + ,\"Microsoft.Compute/disks/write\",\"Microsoft.Compute/disks/delete\",\"Microsoft.Compute/galleries/read\"\ + ,\"Microsoft.Compute/galleries/images/read\",\"Microsoft.Compute/galleries/images/versions/read\"\ + ,\"Microsoft.Compute/images/read\",\"Microsoft.Compute/locations/usages/read\"\ + ,\"Microsoft.Compute/locations/vmSizes/read\",\"Microsoft.Compute/operations/read\"\ + ,\"Microsoft.Compute/skus/read\",\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Compute/virtualMachines/write\",\"Microsoft.Compute/virtualMachines/delete\"\ + ,\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.Compute/virtualMachines/powerOff/action\"\ + ,\"Microsoft.Compute/virtualMachines/restart/action\",\"Microsoft.Compute/virtualMachines/deallocate/action\"\ + ,\"Microsoft.Compute/virtualMachines/runCommand/action\",\"Microsoft.Compute/virtualMachines/extensions/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/write\",\"Microsoft.Compute/virtualMachines/extensions/delete\"\ + ,\"Microsoft.Compute/virtualMachines/runCommands/read\",\"Microsoft.Compute/virtualMachines/runCommands/write\"\ + ,\"Microsoft.Compute/virtualMachines/vmSizes/read\",\"Microsoft.Network/networkSecurityGroups/read\"\ + ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/networkInterfaces/delete\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Marketplace/offerTypes/publishers/offers/plans/agreements/read\"\ + ,\"Microsoft.KeyVault/vaults/deploy/action\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-06-27T23:34:34.2924270Z\",\"updatedOn\":\"2022-07-14T23:59:09.6368154Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a959dbd1-f747-45e3-8ba6-dd80f235f97c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a959dbd1-f747-45e3-8ba6-dd80f235f97c\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Power On Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role is in preview and subject\ + \ to change. Provide permission to the Azure Virtual Desktop Resource Provider\ + \ to start virtual machines.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-06-27T23:34:34.8048994Z\"\ + ,\"updatedOn\":\"2022-07-14T23:59:09.6368154Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/489581de-a3bd-480d-9518-53dea7416b33\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"489581de-a3bd-480d-9518-53dea7416b33\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Power On Off Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role is in preview and subject\ + \ to change. Provide permission to the Azure Virtual Desktop Resource Provider\ + \ to start and stop virtual machines.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Compute/virtualMachines/deallocate/action\"\ + ,\"Microsoft.Compute/virtualMachines/restart/action\",\"Microsoft.Compute/virtualMachines/powerOff/action\"\ + ,\"Microsoft.Insights/eventtypes/values/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.DesktopVirtualization/hostpools/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/write\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/write\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/delete\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/sendMessage/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-06-27T23:34:34.8048994Z\",\"updatedOn\":\"2022-07-14T23:59:09.6368154Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/40c5ff49-9181-41f8-ae61-143b0e78555e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"40c5ff49-9181-41f8-ae61-143b0e78555e\"\ + },{\"properties\":{\"roleName\":\"Elastic SAN Volume Group Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for full access to a volume group\ + \ in Azure Elastic SAN including changing network security policies to unblock\ + \ data path access\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ,\"Microsoft.ElasticSan/elasticSans/volumeGroups/*\",\"Microsoft.ElasticSan/locations/asyncoperations/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-07-01T12:56:46.0182642Z\",\"updatedOn\":\"2022-08-22T15:27:30.0884957Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a8281131-f312-4f34-8d98-ae12be9f0d23\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a8281131-f312-4f34-8d98-ae12be9f0d23\"\ + },{\"properties\":{\"roleName\":\"Access Review Operator Service Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you grant Access Review System\ + \ app permissions to discover and revoke access as needed by the access review\ + \ process.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleAssignments/delete\"\ + ,\"Microsoft.Management/getEntities/action\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2022-07-01T20:18:33.8473541Z\"\ + ,\"updatedOn\":\"2022-07-01T20:18:33.8473541Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/76cc9ee4-d5d3-4a45-a930-26add3d73475\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"76cc9ee4-d5d3-4a45-a930-26add3d73475\"\ + },{\"properties\":{\"roleName\":\"Code Signing Identity Verifier\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Manage identity or business verification\ + \ requests. This role is in preview and subject to change.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CodeSigning/*/read\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.CodeSigning/IdentityVerification/Read\"\ + ,\"Microsoft.CodeSigning/IdentityVerification/Write\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2022-07-28T05:30:15.0114431Z\",\"updatedOn\":\"2022-11-01T05:16:07.2974025Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4339b7cf-9826-4e41-b4ed-c7f4505dac08\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4339b7cf-9826-4e41-b4ed-c7f4505dac08\"\ + },{\"properties\":{\"roleName\":\"Video Indexer Restricted Viewer\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has access to view and search through all\ + \ video's insights and transcription in the Video Indexer portal. No access\ + \ to model customization, embedding of widget, downloading videos, or sharing\ + \ the account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.VideoIndexer/*/read\",\"Microsoft.VideoIndexer/accounts/*/action\"\ + ],\"notActions\":[\"Microsoft.VideoIndexer/*/write\",\"Microsoft.VideoIndexer/*/delete\"\ + ,\"Microsoft.VideoIndexer/accounts/generateAccessToken/action\"],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2022-08-08T18:06:28.4761091Z\"\ + ,\"updatedOn\":\"2022-08-08T18:06:28.4761091Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a2c4a527-7dc0-4ee3-897b-403ade70fafb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a2c4a527-7dc0-4ee3-897b-403ade70fafb\"\ + },{\"properties\":{\"roleName\":\"Monitoring Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can access the data in an Azure Monitor Workspace.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Monitor/accounts/data/metrics/read\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-08-18T21:42:07.5907559Z\",\"updatedOn\"\ + :\"2022-10-06T18:45:11.9001059Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b0d8363b-8ddd-447d-831f-62ca05bff136\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b0d8363b-8ddd-447d-831f-62ca05bff136\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Writer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows read/write access to most\ + \ objects in a namespace.This role does not allow viewing or modifying roles\ + \ or role bindings. However, this role allows accessing Secrets as any ServiceAccount\ + \ in the namespace, so it can be used to gain the API access levels of any\ + \ ServiceAccount in the namespace. Applying this role at cluster scope will\ + \ give access across all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ContainerService/fleets/read\",\"Microsoft.ContainerService/fleets/listCredentials/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/fleets/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/fleets/apps/daemonsets/*\",\"Microsoft.ContainerService/fleets/apps/deployments/*\"\ + ,\"Microsoft.ContainerService/fleets/apps/statefulsets/*\",\"Microsoft.ContainerService/fleets/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.ContainerService/fleets/batch/cronjobs/*\",\"Microsoft.ContainerService/fleets/batch/jobs/*\"\ + ,\"Microsoft.ContainerService/fleets/configmaps/*\",\"Microsoft.ContainerService/fleets/endpoints/*\"\ + ,\"Microsoft.ContainerService/fleets/events.k8s.io/events/read\",\"Microsoft.ContainerService/fleets/events/read\"\ + ,\"Microsoft.ContainerService/fleets/extensions/daemonsets/*\",\"Microsoft.ContainerService/fleets/extensions/deployments/*\"\ + ,\"Microsoft.ContainerService/fleets/extensions/ingresses/*\",\"Microsoft.ContainerService/fleets/extensions/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/fleets/limitranges/read\",\"Microsoft.ContainerService/fleets/namespaces/read\"\ + ,\"Microsoft.ContainerService/fleets/networking.k8s.io/ingresses/*\",\"Microsoft.ContainerService/fleets/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/fleets/persistentvolumeclaims/*\",\"Microsoft.ContainerService/fleets/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.ContainerService/fleets/replicationcontrollers/*\",\"Microsoft.ContainerService/fleets/replicationcontrollers/*\"\ + ,\"Microsoft.ContainerService/fleets/resourcequotas/read\",\"Microsoft.ContainerService/fleets/secrets/*\"\ + ,\"Microsoft.ContainerService/fleets/serviceaccounts/*\",\"Microsoft.ContainerService/fleets/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-19T21:54:44.6234342Z\",\"\ + updatedOn\":\"2022-08-25T18:08:36.2213166Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5af6afb3-c06c-4fa4-8848-71a8aee05683\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5af6afb3-c06c-4fa4-8848-71a8aee05683\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager Contributor\ + \ Role\",\"type\":\"BuiltInRole\",\"description\":\"Grants access to read\ + \ and write Azure Kubernetes Fleet Manager clusters\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerService/fleets/*\"\ + ,\"Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2022-08-19T21:54:44.6234342Z\"\ + ,\"updatedOn\":\"2022-08-19T21:54:44.6234342Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/63bb64ad-9799-4770-b5c3-24ed299a07bf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"63bb64ad-9799-4770-b5c3-24ed299a07bf\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Cluster\ + \ Admin\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources\ + \ in the fleet manager cluster.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ContainerService/fleets/read\",\"Microsoft.ContainerService/fleets/listCredentials/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/fleets/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-19T21:54:44.6234342Z\",\"\ + updatedOn\":\"2022-08-19T21:54:44.6234342Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18ab4d3d-a1bf-4477-8ad9-8359bc988f69\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18ab4d3d-a1bf-4477-8ad9-8359bc988f69\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Admin\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role grants admin access\ + \ - provides write permissions on most objects within a a namespace, with\ + \ the exception of ResourceQuota object and the namespace object itself. Applying\ + \ this role at cluster scope will give access across all namespaces.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ContainerService/fleets/read\"\ + ,\"Microsoft.ContainerService/fleets/listCredentials/action\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ContainerService/fleets/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/fleets/apps/daemonsets/*\",\"Microsoft.ContainerService/fleets/apps/deployments/*\"\ + ,\"Microsoft.ContainerService/fleets/apps/statefulsets/*\",\"Microsoft.ContainerService/fleets/authorization.k8s.io/localsubjectaccessreviews/write\"\ + ,\"Microsoft.ContainerService/fleets/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.ContainerService/fleets/batch/cronjobs/*\",\"Microsoft.ContainerService/fleets/batch/jobs/*\"\ + ,\"Microsoft.ContainerService/fleets/configmaps/*\",\"Microsoft.ContainerService/fleets/endpoints/*\"\ + ,\"Microsoft.ContainerService/fleets/events.k8s.io/events/read\",\"Microsoft.ContainerService/fleets/events/read\"\ + ,\"Microsoft.ContainerService/fleets/extensions/daemonsets/*\",\"Microsoft.ContainerService/fleets/extensions/deployments/*\"\ + ,\"Microsoft.ContainerService/fleets/extensions/ingresses/*\",\"Microsoft.ContainerService/fleets/extensions/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/fleets/limitranges/read\",\"Microsoft.ContainerService/fleets/namespaces/read\"\ + ,\"Microsoft.ContainerService/fleets/networking.k8s.io/ingresses/*\",\"Microsoft.ContainerService/fleets/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/fleets/persistentvolumeclaims/*\",\"Microsoft.ContainerService/fleets/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.ContainerService/fleets/rbac.authorization.k8s.io/rolebindings/*\"\ + ,\"Microsoft.ContainerService/fleets/rbac.authorization.k8s.io/roles/*\",\"\ + Microsoft.ContainerService/fleets/replicationcontrollers/*\",\"Microsoft.ContainerService/fleets/replicationcontrollers/*\"\ + ,\"Microsoft.ContainerService/fleets/resourcequotas/read\",\"Microsoft.ContainerService/fleets/secrets/*\"\ + ,\"Microsoft.ContainerService/fleets/serviceaccounts/*\",\"Microsoft.ContainerService/fleets/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-19T21:54:44.6234342Z\",\"\ + updatedOn\":\"2022-08-25T18:08:36.2213166Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/434fb43a-c01c-447e-9f67-c3ad923cfaba\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"434fb43a-c01c-447e-9f67-c3ad923cfaba\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows read-only access to see\ + \ most objects in a namespace. It does not allow viewing roles or role bindings.\ + \ This role does not allow viewing Secrets, since reading the contents of\ + \ Secrets enables access to ServiceAccount credentials in the namespace, which\ + \ would allow API access as any ServiceAccount in the namespace (a form of\ + \ privilege escalation). Applying this role at cluster scope will give access\ + \ across all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ContainerService/fleets/read\",\"Microsoft.ContainerService/fleets/listCredentials/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/fleets/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/fleets/apps/daemonsets/read\",\"Microsoft.ContainerService/fleets/apps/deployments/read\"\ + ,\"Microsoft.ContainerService/fleets/apps/statefulsets/read\",\"Microsoft.ContainerService/fleets/autoscaling/horizontalpodautoscalers/read\"\ + ,\"Microsoft.ContainerService/fleets/batch/cronjobs/read\",\"Microsoft.ContainerService/fleets/batch/jobs/read\"\ + ,\"Microsoft.ContainerService/fleets/configmaps/read\",\"Microsoft.ContainerService/fleets/endpoints/read\"\ + ,\"Microsoft.ContainerService/fleets/events.k8s.io/events/read\",\"Microsoft.ContainerService/fleets/events/read\"\ + ,\"Microsoft.ContainerService/fleets/extensions/daemonsets/read\",\"Microsoft.ContainerService/fleets/extensions/deployments/read\"\ + ,\"Microsoft.ContainerService/fleets/extensions/ingresses/read\",\"Microsoft.ContainerService/fleets/extensions/networkpolicies/read\"\ + ,\"Microsoft.ContainerService/fleets/limitranges/read\",\"Microsoft.ContainerService/fleets/namespaces/read\"\ + ,\"Microsoft.ContainerService/fleets/networking.k8s.io/ingresses/read\",\"\ + Microsoft.ContainerService/fleets/networking.k8s.io/networkpolicies/read\"\ + ,\"Microsoft.ContainerService/fleets/persistentvolumeclaims/read\",\"Microsoft.ContainerService/fleets/policy/poddisruptionbudgets/read\"\ + ,\"Microsoft.ContainerService/fleets/replicationcontrollers/read\",\"Microsoft.ContainerService/fleets/replicationcontrollers/read\"\ + ,\"Microsoft.ContainerService/fleets/resourcequotas/read\",\"Microsoft.ContainerService/fleets/serviceaccounts/read\"\ + ,\"Microsoft.ContainerService/fleets/services/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2022-08-19T21:54:44.6234342Z\",\"updatedOn\":\"2022-08-25T18:08:36.2213166Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/30b27cfc-9c84-438e-b0ce-70e35255df80\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"30b27cfc-9c84-438e-b0ce-70e35255df80\"\ + },{\"properties\":{\"roleName\":\"Kubernetes Namespace User\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows a user to read namespace resources\ + \ and retrieve kubeconfig for the cluster\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.KubernetesConfiguration/namespaces/read\"\ + ,\"Microsoft.KubernetesConfiguration/namespaces/listUserCredential/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-08-23T05:53:29.2401441Z\",\"updatedOn\":\"2022-08-23T05:53:29.2401441Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ba79058c-0414-4a34-9e42-c3399d80cd5a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ba79058c-0414-4a34-9e42-c3399d80cd5a\"\ + },{\"properties\":{\"roleName\":\"Data Labeling - Labeler\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can label data in Labeling.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/workspaces/read\"\ + ,\"Microsoft.MachineLearningServices/workspaces/experiments/runs/read\",\"\ + Microsoft.MachineLearningServices/workspaces/labeling/projects/read\",\"Microsoft.MachineLearningServices/workspaces/labeling/projects/summary/read\"\ + ,\"Microsoft.MachineLearningServices/workspaces/labeling/labels/read\",\"\ + Microsoft.MachineLearningServices/workspaces/labeling/labels/write\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-01T18:26:59.8559741Z\"\ + ,\"updatedOn\":\"2022-09-07T18:52:08.6907182Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c6decf44-fd0a-444c-a844-d653c394e7ab\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c6decf44-fd0a-444c-a844-d653c394e7ab\"\ + },{\"properties\":{\"roleName\":\"Template Spec Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows full access to Template Spec operations\ + \ at the assigned scope.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Resources/templateSpecs/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-09-06T21:40:35.0538486Z\",\"updatedOn\":\"2022-09-06T21:40:35.0538486Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1c9b6475-caf0-4164-b5a1-2142a7116f4b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1c9b6475-caf0-4164-b5a1-2142a7116f4b\"\ + },{\"properties\":{\"roleName\":\"Template Spec Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows read access to Template Specs at the assigned scope.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/templateSpecs/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-09-06T21:40:35.0538486Z\",\"updatedOn\":\"2022-09-06T21:40:35.0538486Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/392ae280-861d-42bd-9ea5-08ee6d83b80e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"392ae280-861d-42bd-9ea5-08ee6d83b80e\"\ + },{\"properties\":{\"roleName\":\"Role Based Access Control Administrator\ + \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Manage access to\ + \ Azure resources by assigning roles using Azure RBAC. This role does not\ + \ allow you to manage access using other ways, such as Azure Policy.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/write\"\ + ,\"Microsoft.Authorization/roleAssignments/delete\",\"*/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-09-06T22:11:11.4458675Z\",\"updatedOn\":\"2022-09-06T22:11:11.4458675Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f58310d9-a9f6-439a-9e8d-f62e7b41a168\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f58310d9-a9f6-439a-9e8d-f62e7b41a168\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Playbook Operator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Microsoft Sentinel Playbook Operator\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Logic/workflows/read\"\ + ,\"Microsoft.Logic/workflows/triggers/listCallbackUrl/action\",\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/listCallbackUrl/action\"\ + ,\"Microsoft.Web/sites/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2022-09-19T15:10:00.4803785Z\",\"updatedOn\":\"2022-12-05T18:09:08.3556749Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/51d6186e-6489-4900-b93f-92e23144cca5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"51d6186e-6489-4900-b93f-92e23144cca5\"\ + },{\"properties\":{\"roleName\":\"Deployment Environments User\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides access to manage environment resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DevCenter/projects/read\"\ + ,\"Microsoft.DevCenter/projects/*/read\",\"Microsoft.Fidalgo/projects/read\"\ + ,\"Microsoft.Fidalgo/projects/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[\"Microsoft.DevCenter/projects/pools/read\"\ + ,\"Microsoft.Fidalgo/projects/pools/read\",\"Microsoft.DevCenter/projects/pools/schedules/read\"\ + ],\"dataActions\":[\"Microsoft.DevCenter/projects/users/environments/adminRead/action\"\ + ,\"Microsoft.DevCenter/projects/users/environments/userWrite/action\",\"Microsoft.DevCenter/projects/users/environments/userDelete/action\"\ + ,\"Microsoft.DevCenter/projects/users/environments/adminAction/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-09-20T20:51:42.7384536Z\",\"updatedOn\"\ + :\"2022-10-11T07:53:29.7067755Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e40d4e-8d2e-438d-97e1-9528336e149c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18e40d4e-8d2e-438d-97e1-9528336e149c\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Apps Connect Role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Azure Spring Apps Connect Role\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.AppPlatform/Spring/apps/deployments/connect/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2022-09-22T06:55:16.9189450Z\",\"updatedOn\":\"2022-09-22T06:55:16.9189450Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/80558df3-64f9-4c0f-b32d-e5094b036b0b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"80558df3-64f9-4c0f-b32d-e5094b036b0b\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Apps Remote Debugging Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure Spring Apps Remote Debugging\ + \ Role\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/apps/deployments/remotedebugging/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-09-22T07:10:29.3874610Z\",\"\ + updatedOn\":\"2022-09-22T07:10:29.3874610Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a99b0159-1064-4c22-a57b-c9b3caa1c054\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a99b0159-1064-4c22-a57b-c9b3caa1c054\"\ + },{\"properties\":{\"roleName\":\"AzureML Registry User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can perform all actions on Machine Learning Services Registry\ + \ assets\_as well as get Registry resources.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/registries/read\"\ + ,\"Microsoft.MachineLearningServices/registries/assets/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-26T15:06:14.4270097Z\"\ + ,\"updatedOn\":\"2022-09-26T15:06:14.4270097Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1823dd4f-9b8c-4ab6-ab4e-7397a3684615\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1823dd4f-9b8c-4ab6-ab4e-7397a3684615\"\ + },{\"properties\":{\"roleName\":\"AzureML Compute Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can access and perform CRUD operations on Machine Learning\ + \ Services managed compute resources (including Notebook VMs).\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/workspaces/computes/*\"\ + ,\"Microsoft.MachineLearningServices/workspaces/notebooks/vm/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-26T15:06:14.4270097Z\"\ + ,\"updatedOn\":\"2022-09-26T15:06:14.4270097Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e503ece1-11d0-4e8e-8e2c-7a6c3bf38815\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e503ece1-11d0-4e8e-8e2c-7a6c3bf38815\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role provides read access\ + \ to all capabilities of Azure Center for SAP solutions.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Advisor/configurations/read\"\ + ,\"Microsoft.Advisor/recommendations/read\",\"Microsoft.Workloads/sapvirtualInstances/*/read\"\ + ,\"Microsoft.Workloads/Locations/*/action\",\"Microsoft.Workloads/Operations/read\"\ + ,\"Microsoft.Workloads/Locations/OperationStatuses/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\"\ + ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/ipconfigurations/read\"\ + ,\"Microsoft.Network/networkInterfaces/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/backendAddressPools/read\"\ + ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/read\",\"Microsoft.Network/loadBalancers/loadBalancingRules/read\"\ + ,\"Microsoft.Network/loadBalancers/inboundNatRules/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/networkInterfaces/read\",\"Microsoft.Network/loadBalancers/outboundRules/read\"\ + ,\"Microsoft.Network/loadBalancers/virtualMachines/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/privateEndpoints/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/read\",\"Microsoft.Storage/storageAccounts/fileServices/shares/read\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/availabilitySets/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/read\",\"Microsoft.Compute/disks/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-09-30T06:12:33.9068922Z\",\"updatedOn\":\"2023-06-01T07:20:24.5246962Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/05352d14-a920-4328-a0de-4cbe7430e26b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"05352d14-a920-4328-a0de-4cbe7430e26b\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions service role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure Center for SAP solutions\ + \ service role - This role is intended to be used for providing the permissions\ + \ to user assigned managed identity. Azure Center for SAP solutions will use\ + \ this identity to deploy and manage SAP systems.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/write\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/write\"\ + ,\"Microsoft.Network/loadBalancers/backendAddressPools/read\",\"Microsoft.Network/loadBalancers/backendAddressPools/write\"\ + ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/read\",\"Microsoft.Network/loadBalancers/loadBalancingRules/read\"\ + ,\"Microsoft.Network/loadBalancers/inboundNatRules/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/networkInterfaces/read\",\"Microsoft.Network/loadBalancers/outboundRules/read\"\ + ,\"Microsoft.Network/loadBalancers/virtualMachines/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\"\ + ,\"Microsoft.Network/networkInterfaces/ipconfigurations/read\",\"Microsoft.Network/networkInterfaces/loadBalancers/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/checkIpAddressAvailability/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\"\ + ,\"Microsoft.Network/virtualNetworks/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/ipconfigurations/join/action\"\ + ,\"Microsoft.Network/privateEndpoints/read\",\"Microsoft.Network/privateEndpoints/write\"\ + ,\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\"\ + ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/join/action\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/subnets/joinLoadBalancer/action\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/write\"\ + ,\"Microsoft.Storage/storageAccounts/PrivateEndpointConnectionsApproval/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/read\",\"Microsoft.Storage/storageAccounts/fileServices/write\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/shares/read\",\"Microsoft.Storage/storageAccounts/fileServices/shares/write\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/write\"\ + ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Compute/availabilitySets/read\"\ + ,\"Microsoft.Compute/availabilitySets/write\",\"Microsoft.Compute/skus/read\"\ + ,\"Microsoft.Compute/sshPublicKeys/read\",\"Microsoft.Compute/virtualMachines/extensions/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/write\",\"Microsoft.Compute/virtualMachines/extensions/delete\"\ + ,\"Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/write\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-30T06:12:34.4541883Z\"\ + ,\"updatedOn\":\"2023-01-31T07:21:28.5445523Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/aabbc5dd-1af0-458b-a942-81af88f9c138\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"aabbc5dd-1af0-458b-a942-81af88f9c138\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role provides read and write\ + \ access to all capabilities of Azure Center for SAP solutions.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Advisor/configurations/read\"\ + ,\"Microsoft.Advisor/recommendations/read\",\"Microsoft.Workloads/sapvirtualInstances/*/read\"\ + ,\"Microsoft.Workloads/sapVirtualInstances/*/write\",\"Microsoft.Workloads/sapVirtualInstances/*/delete\"\ + ,\"Microsoft.Workloads/Locations/*/action\",\"Microsoft.Workloads/Locations/*/read\"\ + ,\"Microsoft.Workloads/sapVirtualInstances/*/start/action\",\"Microsoft.Workloads/sapVirtualInstances/*/stop/action\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/write\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/write\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/ipconfigurations/read\",\"Microsoft.Network/networkInterfaces/loadBalancers/read\"\ + ,\"Microsoft.Network/networkInterfaces/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/backendAddressPools/read\"\ + ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/read\",\"Microsoft.Network/loadBalancers/loadBalancingRules/read\"\ + ,\"Microsoft.Network/loadBalancers/inboundNatRules/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/networkInterfaces/read\",\"Microsoft.Network/loadBalancers/outboundRules/read\"\ + ,\"Microsoft.Network/loadBalancers/virtualMachines/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/privateEndpoints/read\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/routeTables/join/action\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/read\",\"Microsoft.Storage/storageAccounts/fileServices/shares/read\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/availabilitySets/read\"\ + ,\"Microsoft.Compute/sshPublicKeys/read\",\"Microsoft.Compute/sshPublicKeys/write\"\ + ,\"Microsoft.Compute/sshPublicKeys/*/generateKeyPair/action\",\"Microsoft.Compute/virtualMachines/extensions/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/delete\",\"Microsoft.Compute/disks/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-03T15:02:12.4663451Z\",\"\ + updatedOn\":\"2023-06-01T07:20:24.5246962Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7b0c7e81-271f-4c71-90bf-e30bdfdbc2f7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7b0c7e81-271f-4c71-90bf-e30bdfdbc2f7\"\ + },{\"properties\":{\"roleName\":\"Azure Traffic Controller Configuration Manager\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows access to traffic controller\ + \ resource. Also allows all confiuration Updates on traffic controller\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ServiceNetworking/trafficControllers/read\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/write\",\"Microsoft.ServiceNetworking/trafficControllers/delete\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/frontends/read\",\"Microsoft.ServiceNetworking/trafficControllers/frontends/write\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/frontends/delete\",\"Microsoft.ServiceNetworking/trafficControllers/associations/read\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/associations/write\",\"\ + Microsoft.ServiceNetworking/trafficControllers/associations/delete\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ServiceNetworking/trafficControllers/serviceRoutingConfigurations/read\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/serviceRoutingConfigurations/write\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/serviceRoutingConfigurations/delete\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-05T01:07:25.0493972Z\",\"\ + updatedOn\":\"2022-10-26T23:56:58.2547550Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fbc52c3f-28ad-4303-a892-8a056630b8f1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fbc52c3f-28ad-4303-a892-8a056630b8f1\"\ + },{\"properties\":{\"roleName\":\"FHIR SMART User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user to access FHIR Service according to SMART\ + \ on FHIR specification\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/read\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\",\"Microsoft.HealthcareApis/services/fhir/resources/smart/action\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/smart/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-25T15:11:56.8461766Z\",\"\ + updatedOn\":\"2022-12-05T20:11:06.0992340Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4ba50f17-9666-485c-a643-ff00808643f0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4ba50f17-9666-485c-a643-ff00808643f0\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services OpenAI Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Full access including the ability\ + \ to fine-tune, deploy and generate text\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/OpenAI/*\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2022-10-25T20:16:34.9493725Z\",\"updatedOn\":\"2022-10-25T20:16:34.9493725Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a001fd3d-188f-4b5d-821b-7da978bf7442\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a001fd3d-188f-4b5d-821b-7da978bf7442\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services OpenAI User\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Ability to view files, models, deployments.\ + \ Readers can't make any changes They can inference\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/OpenAI/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/engines/completions/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/engines/search/action\",\"\ + Microsoft.CognitiveServices/accounts/OpenAI/engines/generate/action\",\"Microsoft.CognitiveServices/accounts/OpenAI/engines/completions/write\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/search/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/completions/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/chat/completions/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/extensions/chat/completions/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/embeddings/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/completions/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-25T20:16:34.9493725Z\",\"\ + updatedOn\":\"2023-05-26T18:39:17.4065060Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e0bd9bd-7b93-4f28-af87-19fc36ad61bd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e0bd9bd-7b93-4f28-af87-19fc36ad61bd\"\ + },{\"properties\":{\"roleName\":\"Impact Reporter\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows access to create/report, read and delete impacts\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Impact/WorkloadImpacts/*\"\ + ,\"Microsoft.Impact/ImpactCategories/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2022-10-26T20:23:26.2218757Z\"\ + ,\"updatedOn\":\"2022-11-04T20:01:52.7464373Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36e80216-a7e8-4f42-a7e1-f12c98cbaf8a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"36e80216-a7e8-4f42-a7e1-f12c98cbaf8a\"\ + },{\"properties\":{\"roleName\":\"Impact Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows read-only access to reported impacts and impact\ + \ categories\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Impact/WorkloadImpacts/read\",\"Microsoft.Impact/ImpactCategories/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-10-26T20:38:41.9711782Z\",\"updatedOn\":\"2022-11-04T20:01:52.7464373Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/68ff5d27-c7f5-4fa9-a21c-785d0df7bd9e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"68ff5d27-c7f5-4fa9-a21c-785d0df7bd9e\"\ + },{\"properties\":{\"roleName\":\"ContainerApp Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"View all containerapp resources, but does not allow you\ + \ to make any changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.App/containerApps/*/read\",\"Microsoft.App/containerApps/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-11-04T22:03:42.8478872Z\",\"updatedOn\":\"2022-12-20T18:33:40.2659251Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ad2dd5fb-cd4b-4fd4-a9b6-4fed3630980b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ad2dd5fb-cd4b-4fd4-a9b6-4fed3630980b\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Cluster Monitoring\ + \ User\",\"type\":\"BuiltInRole\",\"description\":\"List cluster monitoring\ + \ user credential action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.ContainerService/managedClusters/listClusterMonitoringUserCredential/action\"\ + ,\"Microsoft.ContainerService/managedClusters/read\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-11-07T16:03:48.7116491Z\"\ + ,\"updatedOn\":\"2023-02-02T03:07:23.3237688Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1afdec4b-e479-420e-99e7-f82237c7c5e6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1afdec4b-e479-420e-99e7-f82237c7c5e6\"\ + },{\"properties\":{\"roleName\":\"Azure Connected Machine Resource Manager\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Custom Role for AzureStackHCI\ + \ RP to manage hybrid compute machines and hybrid connectivity endpoints in\ + \ a resource group\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.HybridConnectivity/endpoints/read\",\"Microsoft.HybridConnectivity/endpoints/write\"\ + ,\"Microsoft.HybridConnectivity/endpoints/serviceConfigurations/read\",\"\ + Microsoft.HybridConnectivity/endpoints/serviceConfigurations/write\",\"Microsoft.HybridCompute/machines/read\"\ + ,\"Microsoft.HybridCompute/machines/write\",\"Microsoft.HybridCompute/machines/delete\"\ + ,\"Microsoft.HybridCompute/machines/extensions/read\",\"Microsoft.HybridCompute/machines/extensions/write\"\ + ,\"Microsoft.HybridCompute/machines/extensions/delete\",\"Microsoft.HybridCompute/*/read\"\ + ,\"Microsoft.HybridCompute/machines/UpgradeExtensions/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-11-11T07:00:46.0732593Z\"\ + ,\"updatedOn\":\"2023-05-09T10:45:39.1904419Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f5819b54-e033-4d82-ac66-4fec3cbf3f4c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f5819b54-e033-4d82-ac66-4fec3cbf3f4c\"\ + },{\"properties\":{\"roleName\":\"SqlDb Migration Role\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role for SqlDb migration\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Sql/servers/read\",\"Microsoft.Sql/servers/write\"\ + ,\"Microsoft.Sql/servers/databases/read\",\"Microsoft.Sql/servers/databases/write\"\ + ,\"Microsoft.Sql/servers/databases/delete\",\"Microsoft.DataMigration/locations/operationResults/read\"\ + ,\"Microsoft.DataMigration/locations/operationStatuses/read\",\"Microsoft.DataMigration/locations/sqlMigrationServiceOperationResults/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/write\",\"Microsoft.DataMigration/databaseMigrations/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/delete\",\"Microsoft.DataMigration/databaseMigrations/cancel/action\"\ + ,\"Microsoft.DataMigration/databaseMigrations/cutover/action\",\"Microsoft.DataMigration/sqlMigrationServices/write\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/delete\",\"Microsoft.DataMigration/sqlMigrationServices/read\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listAuthKeys/action\",\"Microsoft.DataMigration/sqlMigrationServices/regenerateAuthKeys/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/deleteNode/action\",\"Microsoft.DataMigration/sqlMigrationServices/listMonitoringData/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listMigrations/read\",\"Microsoft.DataMigration/sqlMigrationServices/MonitoringData/read\"\ + ,\"Microsoft.DataMigration/register/action\",\"Microsoft.DataMigration/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-12-05T22:44:49.0534137Z\",\"updatedOn\":\"2023-02-16T20:05:09.8576114Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/189207d4-bb67-4208-a635-b06afe8b2c57\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"189207d4-bb67-4208-a635-b06afe8b2c57\"\ + },{\"properties\":{\"roleName\":\"Bayer Ag Powered Services Imagery Solution\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Provide access to Imagery Solution\ + \ by Bayer Ag Powered Services\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/read\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/write\",\"Microsoft.AgFoodPlatform/farmBeats/ingestionJobs/satelliteDataIngestionJobs/*\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/scenes/*\",\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insights/*\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insightAttachments/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-01-10T09:47:50.1779616Z\",\"\ + updatedOn\":\"2023-03-15T11:12:45.0172539Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ef29765d-0d37-4119-a4f8-f9f9902c9588\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ef29765d-0d37-4119-a4f8-f9f9902c9588\"\ + },{\"properties\":{\"roleName\":\"Bayer Ag Powered Services GDU Solution\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Provide access to GDU Solution\ + \ by Bayer Ag Powered Services\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/read\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insights/*\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insightAttachments/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-01-10T09:47:50.1779616Z\",\"\ + updatedOn\":\"2023-03-15T11:12:45.0172539Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c4bc862a-3b64-4a35-a021-a380c159b042\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c4bc862a-3b64-4a35-a021-a380c159b042\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions Service role\ + \ for management\",\"type\":\"BuiltInRole\",\"description\":\"This role has\ + \ permissions that the user assigned managed identity must have to enable\ + \ registration for the existing systems.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2023-01-11T08:53:15.6986879Z\",\"updatedOn\":\"2023-01-31T07:21:28.5445523Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0105a6b0-4bb9-43d2-982a-12806f9faddb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0105a6b0-4bb9-43d2-982a-12806f9faddb\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions Management\ + \ role\",\"type\":\"BuiltInRole\",\"description\":\"This role has permissions\ + \ which allow users to register existing systems, view and manage systems.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-01-11T08:53:15.6986879Z\"\ + ,\"updatedOn\":\"2023-01-31T07:21:28.5445523Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6d949e1d-41e2-46e3-8920-c6e4f31a8310\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6d949e1d-41e2-46e3-8920-c6e4f31a8310\"\ + },{\"properties\":{\"roleName\":\"Kubernetes Agentless Operator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Grants Microsoft Defender for Cloud access\ + \ to Azure Kubernetes Services\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings/write\"\ + ,\"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings/read\"\ + ,\"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings/delete\"\ + ,\"Microsoft.ContainerService/managedClusters/read\",\"Microsoft.Features/features/read\"\ + ,\"Microsoft.Features/providers/features/read\",\"Microsoft.Features/providers/features/register/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-11T12:55:52.3130880Z\",\"updatedOn\":\"2023-04-17T10:56:00.5450408Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d5a2ae44-610b-4500-93be-660a0c5f5ca6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d5a2ae44-610b-4500-93be-660a0c5f5ca6\"\ + },{\"properties\":{\"roleName\":\"Azure Usage Billing Data Sender\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Azure Usage Billing shared BuiltIn role\ + \ to be used for all Customer Account Authentication\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.UsageBilling/accounts/inputs/send/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2023-01-11T20:30:19.7013219Z\",\"updatedOn\":\"2023-01-24T19:01:11.7372358Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f0310ce6-e953-4cf8-b892-fb1c87eaf7f6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f0310ce6-e953-4cf8-b892-fb1c87eaf7f6\"\ + },{\"properties\":{\"roleName\":\"SqlMI Migration Role\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role for SqlMI migration\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Sql/managedInstances/read\",\"\ + Microsoft.Sql/managedInstances/write\",\"Microsoft.Sql/managedInstances/databases/read\"\ + ,\"Microsoft.Sql/managedInstances/databases/write\",\"Microsoft.Sql/managedInstances/databases/delete\"\ + ,\"Microsoft.Sql/managedInstances/metrics/read\",\"Microsoft.DataMigration/locations/operationResults/read\"\ + ,\"Microsoft.DataMigration/locations/operationStatuses/read\",\"Microsoft.DataMigration/locations/sqlMigrationServiceOperationResults/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/write\",\"Microsoft.DataMigration/databaseMigrations/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/delete\",\"Microsoft.DataMigration/databaseMigrations/cancel/action\"\ + ,\"Microsoft.DataMigration/databaseMigrations/cutover/action\",\"Microsoft.DataMigration/sqlMigrationServices/write\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/delete\",\"Microsoft.DataMigration/sqlMigrationServices/read\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listAuthKeys/action\",\"Microsoft.DataMigration/sqlMigrationServices/regenerateAuthKeys/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/deleteNode/action\",\"Microsoft.DataMigration/sqlMigrationServices/listMonitoringData/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listMigrations/read\",\"Microsoft.DataMigration/sqlMigrationServices/MonitoringData/read\"\ + ,\"Microsoft.DataMigration/register/action\",\"Microsoft.DataMigration/operations/read\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-01-27T02:46:10.6718077Z\"\ + ,\"updatedOn\":\"2023-02-16T20:05:09.8576114Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1d335eef-eee1-47fe-a9e0-53214eba8872\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1d335eef-eee1-47fe-a9e0-53214eba8872\"\ + },{\"properties\":{\"roleName\":\"SqlVM Migration Role\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role for SqlVM migration\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.DataMigration/locations/operationResults/read\"\ + ,\"Microsoft.DataMigration/locations/operationStatuses/read\",\"Microsoft.DataMigration/locations/sqlMigrationServiceOperationResults/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/write\",\"Microsoft.DataMigration/databaseMigrations/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/delete\",\"Microsoft.DataMigration/databaseMigrations/cancel/action\"\ + ,\"Microsoft.DataMigration/databaseMigrations/cutover/action\",\"Microsoft.DataMigration/sqlMigrationServices/write\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/delete\",\"Microsoft.DataMigration/sqlMigrationServices/read\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listAuthKeys/action\",\"Microsoft.DataMigration/sqlMigrationServices/regenerateAuthKeys/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/deleteNode/action\",\"Microsoft.DataMigration/sqlMigrationServices/listMonitoringData/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listMigrations/read\",\"Microsoft.DataMigration/sqlMigrationServices/MonitoringData/read\"\ + ,\"Microsoft.DataMigration/register/action\",\"Microsoft.DataMigration/operations/read\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.SqlVirtualMachine/sqlVirtualMachines/read\"\ + ,\"Microsoft.SqlVirtualMachine/sqlVirtualMachines/write\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-01-27T02:46:10.6718077Z\"\ + ,\"updatedOn\":\"2023-02-16T20:05:09.8576114Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ae8036db-e102-405b-a1b9-bae082ea436d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ae8036db-e102-405b-a1b9-bae082ea436d\"\ + },{\"properties\":{\"roleName\":\"Bayer Ag Powered Services CWUM Solution\ + \ User Role\",\"type\":\"BuiltInRole\",\"description\":\"Provide access to\ + \ CWUM Solution by Bayer Ag Powered Services\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/read\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/write\",\"Microsoft.AgFoodPlatform/farmBeats/ingestionJobs/satelliteDataIngestionJobs/*\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/scenes/*\",\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insights/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-01-27T11:36:43.9237787Z\",\"\ + updatedOn\":\"2023-02-22T15:38:25.6846785Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a9b99099-ead7-47db-8fcf-072597a61dfa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a9b99099-ead7-47db-8fcf-072597a61dfa\"\ + },{\"properties\":{\"roleName\":\"Azure Front Door Secret Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can view Azure Front Door secrets, but\ + \ can't make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Cdn/operationresults/profileresults/secretresults/read\"\ + ,\"Microsoft.Cdn/profiles/secrets/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-31T15:27:34.9715174Z\",\"updatedOn\":\"2023-01-31T15:27:34.9715174Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0db238c4-885e-4c4f-a933-aa2cef684fca\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0db238c4-885e-4c4f-a933-aa2cef684fca\"\ + },{\"properties\":{\"roleName\":\"Azure Front Door Domain Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage Azure Front Door domains,\ + \ but can't grant access to other users.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Cdn/operationresults/profileresults/customdomainresults/read\"\ + ,\"Microsoft.Cdn/profiles/customdomains/read\",\"Microsoft.Cdn/profiles/customdomains/write\"\ + ,\"Microsoft.Cdn/profiles/customdomains/delete\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-31T15:27:34.9715174Z\",\"updatedOn\":\"2023-01-31T15:27:34.9715174Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0ab34830-df19-4f8c-b84e-aa85b8afa6e8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0ab34830-df19-4f8c-b84e-aa85b8afa6e8\"\ + },{\"properties\":{\"roleName\":\"Azure Front Door Domain Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can view Azure Front Door domains, but\ + \ can't make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Cdn/operationresults/profileresults/customdomainresults/read\"\ + ,\"Microsoft.Cdn/profiles/customdomains/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-31T15:27:34.9725169Z\",\"updatedOn\":\"2023-01-31T15:27:34.9725169Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0f99d363-226e-4dca-9920-b807cf8e1a5f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0f99d363-226e-4dca-9920-b807cf8e1a5f\"\ + },{\"properties\":{\"roleName\":\"Azure Front Door Secret Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage Azure Front Door secrets,\ + \ but can't grant access to other users.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Cdn/operationresults/profileresults/secretresults/read\"\ + ,\"Microsoft.Cdn/profiles/secrets/read\",\"Microsoft.Cdn/profiles/secrets/write\"\ + ,\"Microsoft.Cdn/profiles/secrets/delete\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-31T15:27:34.9715174Z\",\"updatedOn\":\"2023-01-31T15:27:34.9715174Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3f2eb865-5811-4578-b90a-6fc6fa0df8e5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3f2eb865-5811-4578-b90a-6fc6fa0df8e5\"\ + },{\"properties\":{\"roleName\":\"Azure Stack HCI registration role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Custom Azure role to allow subscription-level\ + \ access to register Azure Stack HCI\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.AzureStackHCI/register/action\",\"Microsoft.AzureStackHCI/Unregister/Action\"\ + ,\"Microsoft.AzureStackHCI/clusters/*\",\"Microsoft.HybridCompute/register/action\"\ + ,\"Microsoft.GuestConfiguration/register/action\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/write\",\"Microsoft.Resources/subscriptions/resourceGroups/delete\"\ + ,\"Microsoft.HybridConnectivity/register/action\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2023-02-01T05:07:09.8184980Z\"\ + ,\"updatedOn\":\"2023-03-23T23:51:11.7541154Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bda0d508-adf1-4af0-9c28-88919fc3ae06\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bda0d508-adf1-4af0-9c28-88919fc3ae06\"\ + },{\"properties\":{\"roleName\":\"MySQL Backup And Export Operator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Grants full access to manage backup and\ + \ export resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DBforMySQL/flexibleServers/validateBackup/action\",\"Microsoft.DBforMySQL/flexibleServers/backupAndExport/action\"\ + ,\"Microsoft.DBforMySQL/locations/operationResults/read\",\"Microsoft.DBforMySQL/locations/azureAsyncOperation/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-02-01T06:07:53.2476095Z\",\"updatedOn\":\"2023-05-10T10:39:13.7776743Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d18ad5f3-1baf-4119-b49b-d944edb1f9d0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d18ad5f3-1baf-4119-b49b-d944edb1f9d0\"\ + },{\"properties\":{\"roleName\":\"LocalNGFirewallAdministrator role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows user to create, modify, describe,\ + \ or delete NGFirewalls.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"PaloAltoNetworks.Cloudngfw/firewalls/*\",\"PaloAltoNetworks.Cloudngfw/localRulestacks/read\"\ + ,\"PaloAltoNetworks.Cloudngfw/globalRulestacks/read\",\"PaloAltoNetworks.Cloudngfw/Locations/operationStatuses/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/write\",\"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Network/publicIPAddresses/write\",\"Microsoft.Network/publicIPAddresses/read\"\ + ,\"Microsoft.Network/publicIPAddresses/join/action\",\"Microsoft.Network/networkVirtualAppliances/read\"\ + ,\"Microsoft.Network/networkVirtualAppliances/write\",\"Microsoft.Network/networkVirtualAppliances/delete\"\ + ,\"Microsoft.Network/virtualHubs/read\",\"Microsoft.Network/virtualWans/read\"\ + ,\"Microsoft.Network/virtualWans/virtualHubs/read\",\"Microsoft.Network/networkSecurityGroups/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/join/action\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-02-01T11:41:41.0153565Z\"\ + ,\"updatedOn\":\"2023-03-09T17:37:16.4519032Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a8835c7d-b5cb-47fa-b6f0-65ea10ce07a2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a8835c7d-b5cb-47fa-b6f0-65ea10ce07a2\"\ + },{\"properties\":{\"roleName\":\"LocalRulestacksAdministrator role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows users to create, modify, describe,\ + \ or delete Rulestacks.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"PaloAltoNetworks.Cloudngfw/localRulestacks/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2023-02-01T11:41:41.0153565Z\",\"updatedOn\":\"2023-02-16T00:07:35.4735717Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bfc3b73d-c6ff-45eb-9a5f-40298295bf20\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bfc3b73d-c6ff-45eb-9a5f-40298295bf20\"\ + },{\"properties\":{\"roleName\":\"Azure Extension for SQL Server Deployment\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft.AzureArcData service\ + \ role to enable deployment of Azure Extension for SQL Server\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.HybridCompute/machines/extensions/write\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-03-07T19:20:48.6593489Z\"\ + ,\"updatedOn\":\"2023-05-02T00:29:34.7065502Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7392c568-9289-4bde-aaaa-b7131215889d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7392c568-9289-4bde-aaaa-b7131215889d\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Data Read and Batch Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"This role can be used to assign read\ + \ and batch actions on Azure Maps.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Maps/accounts/services/*/read\"\ + ,\"Microsoft.Maps/accounts/services/batch/action\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2023-03-13T22:02:29.8819187Z\",\"updatedOn\":\"2023-05-12T22:06:52.7496289Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d6470a16-71bd-43ab-86b3-6f3a73f4e787\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d6470a16-71bd-43ab-86b3-6f3a73f4e787\"\ + },{\"properties\":{\"roleName\":\"API Management Service Workspace API Developer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Has read access to tags and products\ + \ and write access to allow: assigning APIs to products, assigning tags to\ + \ products and APIs. This role should be assigned on the service scope.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/tags/read\"\ + ,\"Microsoft.ApiManagement/service/tags/apiLinks/*\",\"Microsoft.ApiManagement/service/tags/operationLinks/*\"\ + ,\"Microsoft.ApiManagement/service/tags/productLinks/*\",\"Microsoft.ApiManagement/service/products/read\"\ + ,\"Microsoft.ApiManagement/service/products/apiLinks/*\",\"Microsoft.ApiManagement/service/read\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2023-03-17T21:07:02.7698730Z\",\"updatedOn\"\ + :\"2023-03-17T21:07:02.7698730Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9565a273-41b9-4368-97d2-aeb0c976a9b3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9565a273-41b9-4368-97d2-aeb0c976a9b3\"\ + },{\"properties\":{\"roleName\":\"API Management Workspace API Developer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Has read access to entities in\ + \ the workspace and read and write access to entities for editing APIs. This\ + \ role should be assigned on the workspace scope.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/workspaces/*/read\"\ + ,\"Microsoft.ApiManagement/service/workspaces/apis/*\",\"Microsoft.ApiManagement/service/workspaces/apiVersionSets/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/policies/*\",\"Microsoft.ApiManagement/service/workspaces/schemas/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/products/*\",\"Microsoft.ApiManagement/service/workspaces/policyFragments/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/namedValues/*\",\"Microsoft.ApiManagement/service/workspaces/tags/*\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2023-03-17T21:07:02.7688737Z\",\"updatedOn\"\ + :\"2023-03-17T21:07:02.7688737Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/56328988-075d-4c6a-8766-d93edd6725b6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"56328988-075d-4c6a-8766-d93edd6725b6\"\ + },{\"properties\":{\"roleName\":\"API Management Service Workspace API Product\ + \ Manager\",\"type\":\"BuiltInRole\",\"description\":\"Has the same access\ + \ as API Management Service Workspace API Developer as well as read access\ + \ to users and write access to allow assigning users to groups. This role\ + \ should be assigned on the service scope.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/users/read\"\ + ,\"Microsoft.ApiManagement/service/tags/read\",\"Microsoft.ApiManagement/service/tags/apiLinks/*\"\ + ,\"Microsoft.ApiManagement/service/tags/operationLinks/*\",\"Microsoft.ApiManagement/service/tags/productLinks/*\"\ + ,\"Microsoft.ApiManagement/service/products/read\",\"Microsoft.ApiManagement/service/products/apiLinks/*\"\ + ,\"Microsoft.ApiManagement/service/groups/users/*\",\"Microsoft.ApiManagement/service/read\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2023-03-17T21:07:02.7658744Z\",\"updatedOn\"\ + :\"2023-03-17T21:07:02.7658744Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d59a3e9c-6d52-4a5a-aeed-6bf3cf0e31da\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d59a3e9c-6d52-4a5a-aeed-6bf3cf0e31da\"\ + },{\"properties\":{\"roleName\":\"API Management Workspace Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has read-only access to entities in the\ + \ workspace. This role should be assigned on the workspace scope.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/workspaces/*/read\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2023-03-17T21:07:02.7658744Z\",\"updatedOn\"\ + :\"2023-03-17T21:07:02.7658744Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ef1c2c96-4a77-49e8-b9a4-6179fe1d2fd2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ef1c2c96-4a77-49e8-b9a4-6179fe1d2fd2\"\ + },{\"properties\":{\"roleName\":\"API Management Workspace API Product Manager\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Has read access to entities in\ + \ the workspace and read and write access to entities for publishing APIs.\ + \ This role should be assigned on the workspace scope.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/workspaces/*/read\"\ + ,\"Microsoft.ApiManagement/service/workspaces/products/*\",\"Microsoft.ApiManagement/service/workspaces/subscriptions/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/groups/*\",\"Microsoft.ApiManagement/service/workspaces/tags/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/notifications/*\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-03-17T21:07:02.7718736Z\",\"updatedOn\":\"2023-03-17T21:07:02.7718736Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/73c2c328-d004-4c5e-938c-35c6f5679a1f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"73c2c328-d004-4c5e-938c-35c6f5679a1f\"\ + },{\"properties\":{\"roleName\":\"API Management Workspace Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage the workspace and view,\ + \ but not modify its members. This role should be assigned on the workspace\ + \ scope.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ApiManagement/service/workspaces/*\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-03-17T21:07:02.7698730Z\",\"updatedOn\":\"2023-03-17T21:07:02.7698730Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0c34c906-8d99-4cb7-8bb7-33f5b0a1a799\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0c34c906-8d99-4cb7-8bb7-33f5b0a1a799\"\ + },{\"properties\":{\"roleName\":\"Storage File Data Privileged Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Customer has read access on Azure\ + \ Storage file shares.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/readFileBackupSemantics/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-03-21T20:32:31.6922330Z\",\"\ + updatedOn\":\"2023-04-04T19:07:34.6017202Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b8eda974-7b85-4f76-af95-65846b26df6d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b8eda974-7b85-4f76-af95-65846b26df6d\"\ + },{\"properties\":{\"roleName\":\"Storage File Data Privileged Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Customer has read, write, delete\ + \ and modify NTFS permission access on Azure Storage file shares.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/write\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/delete\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/modifypermissions/action\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/readFileBackupSemantics/action\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/writeFileBackupSemantics/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-03-21T20:47:41.8393692Z\",\"\ + updatedOn\":\"2023-04-04T19:07:34.6017202Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/69566ab7-960f-475b-8e7c-b3118f30c6bd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"69566ab7-960f-475b-8e7c-b3118f30c6bd\"\ + },{\"properties\":{\"roleName\":\"Windows365NetworkInterfaceContributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create NICs and join it to virtual\ + \ machine in another tenant. This role is used in Windows365 scenarios.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourcegroups/read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Network/locations/operations/read\"\ + ,\"Microsoft.Network/locations/operationResults/read\",\"Microsoft.Network/locations/usages/read\"\ + ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/delete\",\"Microsoft.Network/networkInterfaces/join/action\"\ + ,\"Microsoft.Network/networkInterfaces/effectiveNetworkSecurityGroups/action\"\ + ,\"Microsoft.Network/networkInterfaces/effectiveRouteTable/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-03-22T05:08:28.8392508Z\"\ + ,\"updatedOn\":\"2023-06-01T14:58:32.2805471Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1f135831-5bbe-4924-9016-264044c00788\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1f135831-5bbe-4924-9016-264044c00788\"\ + },{\"properties\":{\"roleName\":\"Windows365NetworkUser\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read the virtual network informations, and join the virtual\ + \ network to virtual machine in another tenant. This role is used in Windows365\ + \ scenarios.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/usages/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-03-22T05:08:28.8392508Z\",\"updatedOn\":\"2023-04-13T00:27:13.0246717Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7eabc9a4-85f7-4f71-b8ab-75daaccc1033\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7eabc9a4-85f7-4f71-b8ab-75daaccc1033\"\ + },{\"properties\":{\"roleName\":\"Windows365SubscriptionReader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Read subscriptions, images, azure firewalls.\ + \ This role is used in Windows365 scenarios.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-03-22T05:08:28.8392508Z\",\"updatedOn\":\"2023-03-22T05:08:28.8392508Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3d55a8f6-4133-418d-8051-facdb1735758\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3d55a8f6-4133-418d-8051-facdb1735758\"\ + },{\"properties\":{\"roleName\":\"App Compliance Automation Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Read, download the reports objects and\ + \ related other resource objects.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.AppComplianceAutomation/*/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-04-11T05:22:43.8843627Z\",\"updatedOn\":\"2023-05-25T05:54:06.7578980Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ffc6bbe0-e443-4c3b-bf54-26581bb2f78e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ffc6bbe0-e443-4c3b-bf54-26581bb2f78e\"\ + },{\"properties\":{\"roleName\":\"App Compliance Automation Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, download, modify\ + \ and delete reports objects and related other resource objects.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AppComplianceAutomation/*\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/write\",\"Microsoft.Storage/storageAccounts/fileservices/write\"\ + ,\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Storage/storageAccounts/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/write\",\"Microsoft.Storage/storageAccounts/blobServices/read\"\ + ,\"Microsoft.PolicyInsights/policyStates/queryResults/action\",\"Microsoft.PolicyInsights/policyStates/triggerEvaluation/action\"\ + ,\"Microsoft.Resources/resources/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\"\ + ,\"Microsoft.Resources/subscriptions/resources/read\",\"Microsoft.Resources/subscriptions/resourceGroups/delete\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/write\",\"Microsoft.Resources/tags/read\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Security/automations/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Security/automations/delete\"\ + ,\"Microsoft.Security/automations/write\",\"Microsoft.Security/register/action\"\ + ,\"Microsoft.Security/unregister/action\",\"*/read\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-04-11T05:22:43.8843627Z\"\ + ,\"updatedOn\":\"2023-05-23T04:32:49.7042798Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0f37683f-2463-46b6-9ce7-9b788b988ba2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0f37683f-2463-46b6-9ce7-9b788b988ba2\"\ + },{\"properties\":{\"roleName\":\"Azure Sphere Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows user read and write access to Azure Sphere resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureSphere/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/DiagnosticSettings/*\",\"Microsoft.Insights/DiagnosticSettingsCategories/Read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-04-27T19:59:25.4425829Z\",\"updatedOn\":\"2023-05-03T22:25:42.2668720Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8b9dfcab-4b77-4632-a6df-94bd07820648\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8b9dfcab-4b77-4632-a6df-94bd07820648\"\ + },{\"properties\":{\"roleName\":\"SaaS Hub Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"SaaS Hub contributor can manage SaaS Hub resource\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.SaaSHub/cloudservices/read\",\"Microsoft.SaaSHub/cloudservices/write\"\ + ,\"Microsoft.SaaSHub/cloudservices/delete\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2023-04-28T21:07:57.4337817Z\"\ + ,\"updatedOn\":\"2023-05-09T21:57:44.1599452Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e9b8712a-cbcf-4ea7-b0f7-e71b803401e6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e9b8712a-cbcf-4ea7-b0f7-e71b803401e6\"\ + },{\"properties\":{\"roleName\":\"Azure Sphere Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows user to read Azure Sphere resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureSphere/*/read\",\"\ + Microsoft.AzureSphere/catalogs/countDevices/action\",\"Microsoft.AzureSphere/catalogs/listDeviceGroups/action\"\ + ,\"Microsoft.AzureSphere/catalogs/listDeviceInsights/action\",\"Microsoft.AzureSphere/catalogs/listDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/listDeployments/action\",\"Microsoft.AzureSphere/catalogs/products/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/products/deviceGroups/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/certificates/retrieveCertChain/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Insights/DiagnosticSettings/Read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2023-05-03T22:25:42.2598738Z\"\ + ,\"updatedOn\":\"2023-05-09T21:57:44.1619455Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c8ae6279-5a0b-4cb2-b3f0-d4d62845742c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c8ae6279-5a0b-4cb2-b3f0-d4d62845742c\"\ + },{\"properties\":{\"roleName\":\"Azure Sphere Publisher\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows user to read and download Azure Sphere resources\ + \ and upload images.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.AzureSphere/*/read\",\"Microsoft.AzureSphere/catalogs/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/listDeviceGroups/action\",\"Microsoft.AzureSphere/catalogs/listDeviceInsights/action\"\ + ,\"Microsoft.AzureSphere/catalogs/listDevices/action\",\"Microsoft.AzureSphere/catalogs/products/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/products/deviceGroups/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/certificates/retrieveProofOfPossessionNonce/action\"\ + ,\"Microsoft.AzureSphere/catalogs/certificates/retrieveCertChain/action\"\ + ,\"Microsoft.AzureSphere/catalogs/images/write\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/DiagnosticSettings/Read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-05-03T22:25:42.2598738Z\",\"updatedOn\":\"2023-05-09T21:57:44.1599452Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6d994134-994b-4a59-9974-f479f0b227fb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6d994134-994b-4a59-9974-f479f0b227fb\"\ + },{\"properties\":{\"roleName\":\"Cognitive Search Serverless Data Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, modify and delete\ + \ Cognitive Search serverless index schema and documents. This role is in\ + \ preview and subject to change.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveSearch/indexes/schema/*\"\ + ,\"Microsoft.CognitiveSearch/indexes/documents/*\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2023-05-11T22:40:58.9689395Z\",\"updatedOn\":\"2023-05-11T22:40:58.9689395Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7ac06ca7-21ca-47e3-a67b-cbd6e6223baf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7ac06ca7-21ca-47e3-a67b-cbd6e6223baf\"\ + },{\"properties\":{\"roleName\":\"Cognitive Search Serverless Data Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Read Cognitive Search serverless\ + \ index schema and documents. This role is in preview and subject to change.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.CognitiveSearch/indexes/schema/read\",\"\ + Microsoft.CognitiveSearch/indexes/documents/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2023-05-11T22:40:58.9689395Z\",\"updatedOn\":\"2023-05-11T22:40:58.9689395Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/79b01272-bf9f-4f4c-9517-5506269cf524\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"79b01272-bf9f-4f4c-9517-5506269cf524\"\ + },{\"properties\":{\"roleName\":\"Community Owner Role\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Community Owner Role to access the resources of Microsoft.Mission\ + \ stored with RPSAAS.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Mission/register/action\",\"Microsoft.Mission/unregister/action\"\ + ,\"Microsoft.Mission/Locations/OperationStatuses/read\",\"Microsoft.Mission/Locations/OperationStatuses/write\"\ + ,\"Microsoft.Mission/Operations/read\",\"Microsoft.Mission/catalogs/read\"\ + ,\"Microsoft.Mission/catalogs/write\",\"Microsoft.Mission/catalogs/delete\"\ + ,\"Microsoft.Mission/communities/read\",\"Microsoft.Mission/communities/write\"\ + ,\"Microsoft.Mission/communities/delete\",\"Microsoft.Mission/internalConnections/read\"\ + ,\"Microsoft.Mission/internalConnections/write\",\"Microsoft.Mission/internalConnections/delete\"\ + ,\"Microsoft.Mission/virtualEnclaves/read\",\"Microsoft.Mission/virtualEnclaves/write\"\ + ,\"Microsoft.Mission/virtualEnclaves/delete\",\"Microsoft.Mission/virtualEnclaves/workloads/read\"\ + ,\"Microsoft.Mission/virtualEnclaves/workloads/write\",\"Microsoft.Mission/virtualEnclaves/workloads/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-05-23T20:47:52.6187218Z\",\"updatedOn\":\"2023-05-23T20:47:52.6187218Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e28a61e-8040-49db-b175-bb5b88af6239\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e28a61e-8040-49db-b175-bb5b88af6239\"\ + },{\"properties\":{\"roleName\":\"Firmware Analysis Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Upload and analyze firmware images in Defender for IoT\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.IoTFirmwareDefense/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2023-06-08T20:13:53.4814768Z\"\ + ,\"updatedOn\":\"2023-06-08T20:13:53.4814768Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9c1607d1-791d-4c68-885d-c7b7aaff7c8a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9c1607d1-791d-4c68-885d-c7b7aaff7c8a\"\ + }]}" + headers: + cache-control: + - no-cache + content-length: + - '505468' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:55:49 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"ids": ["dac0942a-cc2b-49f9-9492-56a21ce8f8fc"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json + ParameterSetName: + - --datasource-type --operation --permissions-scope --vault-name --resource-group + --restore-request-object --snapshot-resource-group-id -y + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.49.0 (PIP) + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"dac0942a-cc2b-49f9-9492-56a21ce8f8fc","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete"],"appDisplayName":null,"appDescription":null,"appId":"ff999dd7-74db-4341-82e4-9f8129e19f18","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-05-09T12:51:56Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"clitest-cluster1-donotdelete","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["ff999dd7-74db-4341-82e4-9f8129e19f18","https://identity.azure.net/D6lWIOQ/nbWE91MUsEE0txs9U9OBC0JCVhmpa2i6Zgk="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1459' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Fri, 09 Jun 2023 09:55:51 GMT + location: + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - 75696016-6bcd-40f6-833a-fd62ee1809e9 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"002","RoleInstance":"MA1PEPF0000146E"}}' + x-ms-resource-unit: + - '3' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks trustedaccess rolebinding create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name -n -s --roles + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete/trustedAccessRoleBindings/aksRoleBindingName?api-version=2023-02-02-preview + response: + body: + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete/trustedAccessRoleBindings/aksRoleBindingName\"\ + ,\n \"name\": \"aksRoleBindingName\",\n \"type\": \"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings\"\ + ,\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"sourceResourceId\"\ + : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv\"\ + ,\n \"roles\": [\n \"Microsoft.DataProtection/backupVaults/backup-operator\"\ + \n ]\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '647' + content-type: + - application/json + date: + - Fri, 09 Jun 2023 09:57: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: '{"restoreRequestObject": {"objectType": "AzureBackupRecoveryPointBasedRestoreRequest", + "recoveryPointId": "6d52309417804e198af1b16709befec9", "restoreTargetInfo": + {"datasourceInfo": {"datasourceType": "Microsoft.ContainerService/managedClusters", + "objectType": "Datasource", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete", + "resourceLocation": "eastus2euap", "resourceName": "clitest-cluster1-donotdelete", + "resourceType": "Microsoft.ContainerService/managedclusters", "resourceUri": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete"}, + "datasourceSetInfo": {"datasourceType": "Microsoft.ContainerService/managedClusters", + "objectType": "DatasourceSet", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete", + "resourceLocation": "eastus2euap", "resourceName": "clitest-cluster1-donotdelete", + "resourceType": "Microsoft.ContainerService/managedclusters", "resourceUri": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete"}, + "objectType": "ItemLevelRestoreTargetInfo", "recoveryOption": "FailIfExists", + "restoreCriteria": [{"conflictPolicy": "Skip", "excludedNamespaces": null, "excludedResourceTypes": + null, "includeClusterScopeResources": true, "includedNamespaces": null, "includedResourceTypes": + null, "labelSelectors": null, "namespaceMappings": null, "objectType": "KubernetesClusterRestoreCriteria", + "persistentVolumeRestoreMode": "RestoreWithVolumeData"}], "restoreLocation": + "eastus2euap"}, "sourceDataStoreType": "OperationalStore"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance validate-for-restore + Connection: + - keep-alive + Content-Length: + - '1928' + Content-Type: + - application/json + ParameterSetName: + - -g --vault-name -n --restore-request-object + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764/validateRestore?api-version=2023-01-01 + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzViODE5NWQyLTk1NGEtNGJjZC04MzhmLTAzY2VlMGJiMzZmNA==?api-version=2023-01-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 09 Jun 2023 09:57:54 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/eastus2euap/operationResults/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzViODE5NWQyLTk1NGEtNGJjZC04MzhmLTAzY2VlMGJiMzZmNA==?api-version=2023-01-01 + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance validate-for-restore + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name -n --restore-request-object + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzViODE5NWQyLTk1NGEtNGJjZC04MzhmLTAzY2VlMGJiMzZmNA==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzViODE5NWQyLTk1NGEtNGJjZC04MzhmLTAzY2VlMGJiMzZmNA==","name":"MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzViODE5NWQyLTk1NGEtNGJjZC04MzhmLTAzY2VlMGJiMzZmNA==","status":"Inprogress","startTime":"2023-06-09T09:57:54.4663051Z","endTime":"0001-01-01T00:00:00Z"}' + headers: + cache-control: + - no-cache + content-length: + - '478' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:57:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '995' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance validate-for-restore + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name -n --restore-request-object + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzViODE5NWQyLTk1NGEtNGJjZC04MzhmLTAzY2VlMGJiMzZmNA==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzViODE5NWQyLTk1NGEtNGJjZC04MzhmLTAzY2VlMGJiMzZmNA==","name":"MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzViODE5NWQyLTk1NGEtNGJjZC04MzhmLTAzY2VlMGJiMzZmNA==","status":"Inprogress","startTime":"2023-06-09T09:57:54.4663051Z","endTime":"0001-01-01T00:00:00Z"}' + headers: + cache-control: + - no-cache + content-length: + - '478' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:58:24 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '994' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance validate-for-restore + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name -n --restore-request-object + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzViODE5NWQyLTk1NGEtNGJjZC04MzhmLTAzY2VlMGJiMzZmNA==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzViODE5NWQyLTk1NGEtNGJjZC04MzhmLTAzY2VlMGJiMzZmNA==","name":"MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzViODE5NWQyLTk1NGEtNGJjZC04MzhmLTAzY2VlMGJiMzZmNA==","status":"Succeeded","startTime":"2023-06-09T09:57:54.4663051Z","endTime":"2023-06-09T09:58:35Z"}' + headers: + cache-control: + - no-cache + content-length: + - '477' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:58:55 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '993' + status: + code: 200 + message: OK +- request: + body: '{"objectType": "AzureBackupRecoveryPointBasedRestoreRequest", "recoveryPointId": + "6d52309417804e198af1b16709befec9", "restoreTargetInfo": {"datasourceInfo": + {"datasourceType": "Microsoft.ContainerService/managedClusters", "objectType": + "Datasource", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete", + "resourceLocation": "eastus2euap", "resourceName": "clitest-cluster1-donotdelete", + "resourceType": "Microsoft.ContainerService/managedclusters", "resourceUri": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete"}, + "datasourceSetInfo": {"datasourceType": "Microsoft.ContainerService/managedClusters", + "objectType": "DatasourceSet", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete", + "resourceLocation": "eastus2euap", "resourceName": "clitest-cluster1-donotdelete", + "resourceType": "Microsoft.ContainerService/managedclusters", "resourceUri": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete"}, + "objectType": "ItemLevelRestoreTargetInfo", "recoveryOption": "FailIfExists", + "restoreCriteria": [{"conflictPolicy": "Skip", "excludedNamespaces": null, "excludedResourceTypes": + null, "includeClusterScopeResources": true, "includedNamespaces": null, "includedResourceTypes": + null, "labelSelectors": null, "namespaceMappings": null, "objectType": "KubernetesClusterRestoreCriteria", + "persistentVolumeRestoreMode": "RestoreWithVolumeData"}], "restoreLocation": + "eastus2euap"}, "sourceDataStoreType": "OperationalStore"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance restore trigger + Connection: + - keep-alive + Content-Length: + - '1902' + Content-Type: + - application/json + ParameterSetName: + - -g --vault-name -n --restore-request-object + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764/restore?api-version=2023-01-01 + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzRjYWQ5M2YyLTA0NjAtNDA4Yi04YmMzLWNhN2Q3MWY3MDdhMQ==?api-version=2023-01-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 09 Jun 2023 09:58:56 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/eastus2euap/operationResults/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzRjYWQ5M2YyLTA0NjAtNDA4Yi04YmMzLWNhN2Q3MWY3MDdhMQ==?api-version=2023-01-01 + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance restore trigger + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name -n --restore-request-object + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzRjYWQ5M2YyLTA0NjAtNDA4Yi04YmMzLWNhN2Q3MWY3MDdhMQ==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzRjYWQ5M2YyLTA0NjAtNDA4Yi04YmMzLWNhN2Q3MWY3MDdhMQ==","name":"MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzRjYWQ5M2YyLTA0NjAtNDA4Yi04YmMzLWNhN2Q3MWY3MDdhMQ==","status":"Inprogress","startTime":"2023-06-09T09:58:57.4507507Z","endTime":"0001-01-01T00:00:00Z"}' + headers: + cache-control: + - no-cache + content-length: + - '478' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:58:57 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '990' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance restore trigger + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name -n --restore-request-object + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzRjYWQ5M2YyLTA0NjAtNDA4Yi04YmMzLWNhN2Q3MWY3MDdhMQ==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzRjYWQ5M2YyLTA0NjAtNDA4Yi04YmMzLWNhN2Q3MWY3MDdhMQ==","name":"MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzRjYWQ5M2YyLTA0NjAtNDA4Yi04YmMzLWNhN2Q3MWY3MDdhMQ==","status":"Succeeded","startTime":"2023-06-09T09:58:57.4507507Z","endTime":"2023-06-09T09:58:58Z","properties":{"jobId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c","objectType":"OperationJobExtendedInfo"}}' + headers: + cache-control: + - no-cache + content-length: + - '735' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:59:27 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '989' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection job show + Connection: + - keep-alive + ParameterSetName: + - --ids + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c?api-version=2023-01-01 + response: + body: + string: '{"properties":{"activityID":"3fc1ca2a-06ac-11ee-9fba-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","vaultName":"clitest-aks-bv","backupInstanceFriendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","policyName":"AKSPolicyCLI1","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"clitest-cluster1-donotdelete","dataSourceName":"clitest-cluster1-donotdelete","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T09%3A58%3A57.9374288Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"eastus2euap","startTime":"2023-06-09T09:58:57.6644263Z","endTime":null,"dataSourceType":"Microsoft.ContainerService/managedClusters","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"6d52309417804e198af1b16709befec9","recoveryPointTime":"2023-06-09T09:54:48.5767178Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c","name":"5bab5ff2-5713-45b7-8265-00f576e3d67c","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + headers: + cache-control: + - no-cache + content-length: + - '2565' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:59:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '197' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection job show + Connection: + - keep-alive + ParameterSetName: + - --ids + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c?api-version=2023-01-01 + response: + body: + string: '{"properties":{"activityID":"3fc1ca2a-06ac-11ee-9fba-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","vaultName":"clitest-aks-bv","backupInstanceFriendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","policyName":"AKSPolicyCLI1","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"clitest-cluster1-donotdelete","dataSourceName":"clitest-cluster1-donotdelete","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T09%3A58%3A57.9374288Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"eastus2euap","startTime":"2023-06-09T09:58:57.6644263Z","endTime":null,"dataSourceType":"Microsoft.ContainerService/managedClusters","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"6d52309417804e198af1b16709befec9","recoveryPointTime":"2023-06-09T09:54:48.5767178Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c","name":"5bab5ff2-5713-45b7-8265-00f576e3d67c","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + headers: + cache-control: + - no-cache + content-length: + - '2565' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 09:59:50 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '196' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection job show + Connection: + - keep-alive + ParameterSetName: + - --ids + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c?api-version=2023-01-01 + response: + body: + string: '{"properties":{"activityID":"3fc1ca2a-06ac-11ee-9fba-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","vaultName":"clitest-aks-bv","backupInstanceFriendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","policyName":"AKSPolicyCLI1","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"clitest-cluster1-donotdelete","dataSourceName":"clitest-cluster1-donotdelete","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T09%3A58%3A57.9374288Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"eastus2euap","startTime":"2023-06-09T09:58:57.6644263Z","endTime":null,"dataSourceType":"Microsoft.ContainerService/managedClusters","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"6d52309417804e198af1b16709befec9","recoveryPointTime":"2023-06-09T09:54:48.5767178Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c","name":"5bab5ff2-5713-45b7-8265-00f576e3d67c","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + headers: + cache-control: + - no-cache + content-length: + - '2565' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 10:00:02 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '196' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection job show + Connection: + - keep-alive + ParameterSetName: + - --ids + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c?api-version=2023-01-01 + response: + body: + string: '{"properties":{"activityID":"3fc1ca2a-06ac-11ee-9fba-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","vaultName":"clitest-aks-bv","backupInstanceFriendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","policyName":"AKSPolicyCLI1","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"clitest-cluster1-donotdelete","dataSourceName":"clitest-cluster1-donotdelete","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T09%3A58%3A57.9374288Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"eastus2euap","startTime":"2023-06-09T09:58:57.6644263Z","endTime":null,"dataSourceType":"Microsoft.ContainerService/managedClusters","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"6d52309417804e198af1b16709befec9","recoveryPointTime":"2023-06-09T09:54:48.5767178Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c","name":"5bab5ff2-5713-45b7-8265-00f576e3d67c","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + headers: + cache-control: + - no-cache + content-length: + - '2565' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 10:00:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '195' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection job show + Connection: + - keep-alive + ParameterSetName: + - --ids + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c?api-version=2023-01-01 + response: + body: + string: '{"properties":{"activityID":"3fc1ca2a-06ac-11ee-9fba-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","vaultName":"clitest-aks-bv","backupInstanceFriendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","policyName":"AKSPolicyCLI1","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"clitest-cluster1-donotdelete","dataSourceName":"clitest-cluster1-donotdelete","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T09%3A58%3A57.9374288Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"eastus2euap","startTime":"2023-06-09T09:58:57.6644263Z","endTime":null,"dataSourceType":"Microsoft.ContainerService/managedClusters","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"6d52309417804e198af1b16709befec9","recoveryPointTime":"2023-06-09T09:54:48.5767178Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c","name":"5bab5ff2-5713-45b7-8265-00f576e3d67c","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + headers: + cache-control: + - no-cache + content-length: + - '2565' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 10:00:25 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection job show + Connection: + - keep-alive + ParameterSetName: + - --ids + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c?api-version=2023-01-01 + response: + body: + string: '{"properties":{"activityID":"3fc1ca2a-06ac-11ee-9fba-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","vaultName":"clitest-aks-bv","backupInstanceFriendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","policyName":"AKSPolicyCLI1","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"clitest-cluster1-donotdelete","dataSourceName":"clitest-cluster1-donotdelete","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T09%3A58%3A57.9374288Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"eastus2euap","startTime":"2023-06-09T09:58:57.6644263Z","endTime":null,"dataSourceType":"Microsoft.ContainerService/managedClusters","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"6d52309417804e198af1b16709befec9","recoveryPointTime":"2023-06-09T09:54:48.5767178Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c","name":"5bab5ff2-5713-45b7-8265-00f576e3d67c","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + headers: + cache-control: + - no-cache + content-length: + - '2565' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 10:00:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection job show + Connection: + - keep-alive + ParameterSetName: + - --ids + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c?api-version=2023-01-01 + response: + body: + string: '{"properties":{"activityID":"3fc1ca2a-06ac-11ee-9fba-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","vaultName":"clitest-aks-bv","backupInstanceFriendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","policyName":"AKSPolicyCLI1","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"clitest-cluster1-donotdelete","dataSourceName":"clitest-cluster1-donotdelete","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T09%3A58%3A57.9374288Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"eastus2euap","startTime":"2023-06-09T09:58:57.6644263Z","endTime":null,"dataSourceType":"Microsoft.ContainerService/managedClusters","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"6d52309417804e198af1b16709befec9","recoveryPointTime":"2023-06-09T09:54:48.5767178Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c","name":"5bab5ff2-5713-45b7-8265-00f576e3d67c","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + headers: + cache-control: + - no-cache + content-length: + - '2565' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 10:00:47 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection job show + Connection: + - keep-alive + ParameterSetName: + - --ids + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c?api-version=2023-01-01 + response: + body: + string: '{"properties":{"activityID":"3fc1ca2a-06ac-11ee-9fba-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","vaultName":"clitest-aks-bv","backupInstanceFriendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","policyName":"AKSPolicyCLI1","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"clitest-cluster1-donotdelete","dataSourceName":"clitest-cluster1-donotdelete","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T09%3A58%3A57.9374288Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"eastus2euap","startTime":"2023-06-09T09:58:57.6644263Z","endTime":null,"dataSourceType":"Microsoft.ContainerService/managedClusters","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"6d52309417804e198af1b16709befec9","recoveryPointTime":"2023-06-09T09:54:48.5767178Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c","name":"5bab5ff2-5713-45b7-8265-00f576e3d67c","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + headers: + cache-control: + - no-cache + content-length: + - '2565' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 10:00:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '197' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection job show + Connection: + - keep-alive + ParameterSetName: + - --ids + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c?api-version=2023-01-01 + response: + body: + string: '{"properties":{"activityID":"3fc1ca2a-06ac-11ee-9fba-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","vaultName":"clitest-aks-bv","backupInstanceFriendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","policyName":"AKSPolicyCLI1","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"clitest-cluster1-donotdelete","dataSourceName":"clitest-cluster1-donotdelete","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T09%3A58%3A57.9374288Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"eastus2euap","startTime":"2023-06-09T09:58:57.6644263Z","endTime":null,"dataSourceType":"Microsoft.ContainerService/managedClusters","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"6d52309417804e198af1b16709befec9","recoveryPointTime":"2023-06-09T09:54:48.5767178Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c","name":"5bab5ff2-5713-45b7-8265-00f576e3d67c","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + headers: + cache-control: + - no-cache + content-length: + - '2565' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 10:01:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '194' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection job show + Connection: + - keep-alive + ParameterSetName: + - --ids + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c?api-version=2023-01-01 + response: + body: + string: '{"properties":{"activityID":"3fc1ca2a-06ac-11ee-9fba-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","vaultName":"clitest-aks-bv","backupInstanceFriendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","policyName":"AKSPolicyCLI1","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"clitest-cluster1-donotdelete","dataSourceName":"clitest-cluster1-donotdelete","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T09%3A58%3A57.9374288Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"eastus2euap","startTime":"2023-06-09T09:58:57.6644263Z","endTime":null,"dataSourceType":"Microsoft.ContainerService/managedClusters","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"6d52309417804e198af1b16709befec9","recoveryPointTime":"2023-06-09T09:54:48.5767178Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c","name":"5bab5ff2-5713-45b7-8265-00f576e3d67c","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + headers: + cache-control: + - no-cache + content-length: + - '2565' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 10:01:22 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '195' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection job show + Connection: + - keep-alive + ParameterSetName: + - --ids + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c?api-version=2023-01-01 + response: + body: + string: '{"properties":{"activityID":"3fc1ca2a-06ac-11ee-9fba-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","vaultName":"clitest-aks-bv","backupInstanceFriendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","policyName":"AKSPolicyCLI1","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"clitest-cluster1-donotdelete","dataSourceName":"clitest-cluster1-donotdelete","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T09%3A58%3A57.9374288Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"eastus2euap","startTime":"2023-06-09T09:58:57.6644263Z","endTime":null,"dataSourceType":"Microsoft.ContainerService/managedClusters","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"6d52309417804e198af1b16709befec9","recoveryPointTime":"2023-06-09T09:54:48.5767178Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c","name":"5bab5ff2-5713-45b7-8265-00f576e3d67c","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + headers: + cache-control: + - no-cache + content-length: + - '2565' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 10:01:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '196' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection job show + Connection: + - keep-alive + ParameterSetName: + - --ids + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c?api-version=2023-01-01 + response: + body: + string: '{"properties":{"activityID":"3fc1ca2a-06ac-11ee-9fba-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","vaultName":"clitest-aks-bv","backupInstanceFriendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","policyName":"AKSPolicyCLI1","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"clitest-cluster1-donotdelete","dataSourceName":"clitest-cluster1-donotdelete","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T09%3A58%3A57.9374288Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"eastus2euap","startTime":"2023-06-09T09:58:57.6644263Z","endTime":null,"dataSourceType":"Microsoft.ContainerService/managedClusters","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"6d52309417804e198af1b16709befec9","recoveryPointTime":"2023-06-09T09:54:48.5767178Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c","name":"5bab5ff2-5713-45b7-8265-00f576e3d67c","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + headers: + cache-control: + - no-cache + content-length: + - '2565' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 10:01:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '193' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection job show + Connection: + - keep-alive + ParameterSetName: + - --ids + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c?api-version=2023-01-01 + response: + body: + string: '{"properties":{"activityID":"3fc1ca2a-06ac-11ee-9fba-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","vaultName":"clitest-aks-bv","backupInstanceFriendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","policyName":"AKSPolicyCLI1","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"clitest-cluster1-donotdelete","dataSourceName":"clitest-cluster1-donotdelete","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T09%3A58%3A57.9374288Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"eastus2euap","startTime":"2023-06-09T09:58:57.6644263Z","endTime":null,"dataSourceType":"Microsoft.ContainerService/managedClusters","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"6d52309417804e198af1b16709befec9","recoveryPointTime":"2023-06-09T09:54:48.5767178Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c","name":"5bab5ff2-5713-45b7-8265-00f576e3d67c","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + headers: + cache-control: + - no-cache + content-length: + - '2565' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 10:01:55 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '193' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection job show + Connection: + - keep-alive + ParameterSetName: + - --ids + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c?api-version=2023-01-01 + response: + body: + string: '{"properties":{"activityID":"3fc1ca2a-06ac-11ee-9fba-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","vaultName":"clitest-aks-bv","backupInstanceFriendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","policyName":"AKSPolicyCLI1","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"clitest-cluster1-donotdelete","dataSourceName":"clitest-cluster1-donotdelete","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T09%3A58%3A57.9374288Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"eastus2euap","startTime":"2023-06-09T09:58:57.6644263Z","endTime":null,"dataSourceType":"Microsoft.ContainerService/managedClusters","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"6d52309417804e198af1b16709befec9","recoveryPointTime":"2023-06-09T09:54:48.5767178Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c","name":"5bab5ff2-5713-45b7-8265-00f576e3d67c","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + headers: + cache-control: + - no-cache + content-length: + - '2565' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 10:02:07 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '192' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection job show + Connection: + - keep-alive + ParameterSetName: + - --ids + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c?api-version=2023-01-01 + response: + body: + string: '{"properties":{"activityID":"3fc1ca2a-06ac-11ee-9fba-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","vaultName":"clitest-aks-bv","backupInstanceFriendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","policyName":"AKSPolicyCLI1","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"clitest-cluster1-donotdelete","dataSourceName":"clitest-cluster1-donotdelete","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T09%3A58%3A57.9374288Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"eastus2euap","startTime":"2023-06-09T09:58:57.6644263Z","endTime":null,"dataSourceType":"Microsoft.ContainerService/managedClusters","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"6d52309417804e198af1b16709befec9","recoveryPointTime":"2023-06-09T09:54:48.5767178Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c","name":"5bab5ff2-5713-45b7-8265-00f576e3d67c","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + headers: + cache-control: + - no-cache + content-length: + - '2565' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 10:02:19 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '192' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection job show + Connection: + - keep-alive + ParameterSetName: + - --ids + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c?api-version=2023-01-01 + response: + body: + string: '{"properties":{"activityID":"3fc1ca2a-06ac-11ee-9fba-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","vaultName":"clitest-aks-bv","backupInstanceFriendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","policyName":"AKSPolicyCLI1","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"clitest-cluster1-donotdelete","dataSourceName":"clitest-cluster1-donotdelete","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T09%3A58%3A57.9374288Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"eastus2euap","startTime":"2023-06-09T09:58:57.6644263Z","endTime":null,"dataSourceType":"Microsoft.ContainerService/managedClusters","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"6d52309417804e198af1b16709befec9","recoveryPointTime":"2023-06-09T09:54:48.5767178Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c","name":"5bab5ff2-5713-45b7-8265-00f576e3d67c","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + headers: + cache-control: + - no-cache + content-length: + - '2565' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 10:02:30 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection job show + Connection: + - keep-alive + ParameterSetName: + - --ids + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c?api-version=2023-01-01 + response: + body: + string: '{"properties":{"activityID":"3fc1ca2a-06ac-11ee-9fba-a02919f9519c","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","vaultName":"clitest-aks-bv","backupInstanceFriendlyName":"clitest-cluster1-donotdelete/friendly-cliclust1","policyName":"AKSPolicyCLI1","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"clitest-cluster1-donotdelete","dataSourceName":"clitest-cluster1-donotdelete","sourceDataStoreName":null,"sourceDataStoreType":"OperationalStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-06-09T10%3A02%3A33.1728879Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"eastus2euap","startTime":"2023-06-09T09:58:57.6644263Z","endTime":"2023-06-09T10:02:32.9604557Z","dataSourceType":"Microsoft.ContainerService/managedClusters","operationCategory":"Restore","operation":"Restore","status":"Completed","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT3M35.2960294S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"6d52309417804e198af1b16709befec9","recoveryPointTime":"2023-06-09T09:54:48.5767178Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"Completed","taskProgress":null,"additionalDetails":{"DataTransferredInBytes":"0","TaskId":"3fc1ca2a-06ac-11ee-9fba-a02919f9519c","DatasourceType":"Microsoft.ContainerService/managedClusters"}}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupJobs/5bab5ff2-5713-45b7-8265-00f576e3d67c","name":"5bab5ff2-5713-45b7-8265-00f576e3d67c","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + headers: + cache-control: + - no-cache + content-length: + - '2736' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 10:02:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '191' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g --vault-name -n --yes + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764?api-version=2023-01-01 + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzk0NDZlOTRmLTUxYWYtNDQ3Ny1iYTk0LWJiYmY2OWYyMmZlNg==?api-version=2023-01-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 09 Jun 2023 10:02:43 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/eastus2euap/operationResults/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzk0NDZlOTRmLTUxYWYtNDQ3Ny1iYTk0LWJiYmY2OWYyMmZlNg==?api-version=2023-01-01 + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance delete + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name -n --yes + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzk0NDZlOTRmLTUxYWYtNDQ3Ny1iYTk0LWJiYmY2OWYyMmZlNg==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzk0NDZlOTRmLTUxYWYtNDQ3Ny1iYTk0LWJiYmY2OWYyMmZlNg==","name":"MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzk0NDZlOTRmLTUxYWYtNDQ3Ny1iYTk0LWJiYmY2OWYyMmZlNg==","status":"Inprogress","startTime":"2023-06-09T10:02:43.6749605Z","endTime":"0001-01-01T00:00:00Z"}' + headers: + cache-control: + - no-cache + content-length: + - '478' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 10:02:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '992' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance delete + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name -n --yes + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzk0NDZlOTRmLTUxYWYtNDQ3Ny1iYTk0LWJiYmY2OWYyMmZlNg==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzk0NDZlOTRmLTUxYWYtNDQ3Ny1iYTk0LWJiYmY2OWYyMmZlNg==","name":"MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzk0NDZlOTRmLTUxYWYtNDQ3Ny1iYTk0LWJiYmY2OWYyMmZlNg==","status":"Inprogress","startTime":"2023-06-09T10:02:43.6749605Z","endTime":"0001-01-01T00:00:00Z"}' + headers: + cache-control: + - no-cache + content-length: + - '478' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 10:03:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '991' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance delete + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name -n --yes + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzk0NDZlOTRmLTUxYWYtNDQ3Ny1iYTk0LWJiYmY2OWYyMmZlNg==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzk0NDZlOTRmLTUxYWYtNDQ3Ny1iYTk0LWJiYmY2OWYyMmZlNg==","name":"MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzk0NDZlOTRmLTUxYWYtNDQ3Ny1iYTk0LWJiYmY2OWYyMmZlNg==","status":"Inprogress","startTime":"2023-06-09T10:02:43.6749605Z","endTime":"0001-01-01T00:00:00Z"}' + headers: + cache-control: + - no-cache + content-length: + - '478' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 10:03:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '990' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance delete + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name -n --yes + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzk0NDZlOTRmLTUxYWYtNDQ3Ny1iYTk0LWJiYmY2OWYyMmZlNg==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzk0NDZlOTRmLTUxYWYtNDQ3Ny1iYTk0LWJiYmY2OWYyMmZlNg==","name":"MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzk0NDZlOTRmLTUxYWYtNDQ3Ny1iYTk0LWJiYmY2OWYyMmZlNg==","status":"Inprogress","startTime":"2023-06-09T10:02:43.6749605Z","endTime":"0001-01-01T00:00:00Z"}' + headers: + cache-control: + - no-cache + content-length: + - '478' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 10:04:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '989' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance delete + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name -n --yes + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzk0NDZlOTRmLTUxYWYtNDQ3Ny1iYTk0LWJiYmY2OWYyMmZlNg==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzk0NDZlOTRmLTUxYWYtNDQ3Ny1iYTk0LWJiYmY2OWYyMmZlNg==","name":"MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzk0NDZlOTRmLTUxYWYtNDQ3Ny1iYTk0LWJiYmY2OWYyMmZlNg==","status":"Succeeded","startTime":"2023-06-09T10:02:43.6749605Z","endTime":"2023-06-09T10:04:38Z"}' + headers: + cache-control: + - no-cache + content-length: + - '477' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 10:04:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '988' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-vault delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g --vault-name --yes + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv?api-version=2023-01-01 + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/locations/eastus2euap/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzEyZGM3ZjdiLWU0MGUtNDhiMi05YmQ5LTZjMDg5MGRiMGRkNg==?api-version=2023-01-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 09 Jun 2023 10:04:47 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/eastus2euap/operationResults/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzEyZGM3ZjdiLWU0MGUtNDhiMi05YmQ5LTZjMDg5MGRiMGRkNg==?api-version=2023-01-01 + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '99' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-vault delete + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name --yes + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/locations/eastus2euap/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzEyZGM3ZjdiLWU0MGUtNDhiMi05YmQ5LTZjMDg5MGRiMGRkNg==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/locations/eastus2euap/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzEyZGM3ZjdiLWU0MGUtNDhiMi05YmQ5LTZjMDg5MGRiMGRkNg==","name":"MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzEyZGM3ZjdiLWU0MGUtNDhiMi05YmQ5LTZjMDg5MGRiMGRkNg==","status":"Inprogress","startTime":"2023-06-09T10:04:47.8009999Z","endTime":"0001-01-01T00:00:00Z"}' + headers: + cache-control: + - no-cache + content-length: + - '472' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 10:04:47 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '14999' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-vault delete + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name --yes + User-Agent: + - AZURECLI/2.49.0 (PIP) (AAZ) azsdk-python-core/1.26.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/locations/eastus2euap/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzEyZGM3ZjdiLWU0MGUtNDhiMi05YmQ5LTZjMDg5MGRiMGRkNg==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/locations/eastus2euap/operationStatus/MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzEyZGM3ZjdiLWU0MGUtNDhiMi05YmQ5LTZjMDg5MGRiMGRkNg==","name":"MGM4OGIyZmUtMjZlMi00MmRlLTgxNDYtYWQ0MzIzYWIxOWJlOzEyZGM3ZjdiLWU0MGUtNDhiMi05YmQ5LTZjMDg5MGRiMGRkNg==","status":"Succeeded","startTime":"2023-06-09T10:04:47.8009999Z","endTime":"2023-06-09T10:04:48Z"}' + headers: + cache-control: + - no-cache + content-length: + - '471' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 09 Jun 2023 10:05:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '14998' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks trustedaccess rolebinding delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g --cluster-name -n --yes + User-Agent: + - AZURECLI/2.49.0 (PIP) azsdk-python-azure-mgmt-containerservice/21.2.0b Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete/trustedAccessRoleBindings/aksRoleBindingName?api-version=2023-02-02-preview + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 09 Jun 2023 10:05:21 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-deletes: + - '14999' + status: + code: 200 + message: OK +version: 1 diff --git a/src/dataprotection/azext_dataprotection/tests/latest/recordings/test_dataprotection_oss.yaml b/src/dataprotection/azext_dataprotection/tests/latest/recordings/test_dataprotection_oss.yaml index dd8907cddb4..dc8d8e06622 100644 --- a/src/dataprotection/azext_dataprotection/tests/latest/recordings/test_dataprotection_oss.yaml +++ b/src/dataprotection/azext_dataprotection/tests/latest/recordings/test_dataprotection_oss.yaml @@ -1,63 +1,6122 @@ interactions: - request: - body: '{"backupInstance": {"dataSourceInfo": {"datasourceType": "Microsoft.DBforPostgreSQL/servers/databases", - "objectType": "Datasource", "resourceID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres", - "resourceLocation": "centraluseuap", "resourceName": "postgres", "resourceType": - "Microsoft.DBforPostgreSQL/servers/databases", "resourceUri": ""}, "dataSourceSetInfo": - {"datasourceType": "Microsoft.DBforPostgreSQL/servers/databases", "objectType": - "DatasourceSet", "resourceID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server", - "resourceLocation": "centraluseuap", "resourceName": "oss-clitest-server", "resourceType": - "Microsoft.DBforPostgreSQL/servers", "resourceUri": ""}, "policyInfo": {"policyId": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy"}, - "datasourceAuthCredentials": {"objectType": "SecretStoreBasedAuthCredentials", - "secretStoreResource": {"uri": "https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret", - "secretStoreType": "AzureKeyVault"}}, "objectType": "BackupInstance"}}' + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + ParameterSetName: + - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance + --keyvault-id --yes + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault?api-version=2022-12-01 + response: + body: + string: '{"location":"centraluseuap","tags":{"Owner":"akneema","Purpose":"Testing","MABUsed":"Yes","DeleteBy":"12-9999"},"identity":{"type":"SystemAssigned","principalId":"b864e281-c12e-45c6-a0c7-6046a7de5481","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"properties":{"provisioningState":"Succeeded","storageSettings":[{"datastoreType":"VaultStore","type":"LocallyRedundant"}],"isVaultProtectedByResourceGuard":false},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.DataProtection/BackupVaults/oss-clitest-vault","name":"oss-clitest-vault","type":"Microsoft.DataProtection/backupVaults"}' + headers: + cache-control: + - no-cache + content-length: + - '645' + content-type: + - application/json + date: + - Sun, 28 May 2023 16:42:01 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + ParameterSetName: + - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance + --keyvault-id --yes + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-keyvault/10.2.2 Python/3.10.11 (Windows-10-10.0.22000-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.KeyVault/vaults/oss-clitest-keyvault?api-version=2023-02-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.KeyVault/vaults/oss-clitest-keyvault","name":"oss-clitest-keyvault","type":"Microsoft.KeyVault/vaults","location":"centraluseuap","tags":{"Owner":"akneema","Purpose":"Testing","MABUsed":"Yes","DeleteBy":"12-9999"},"systemData":{"lastModifiedBy":"zubairabid@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-25T08:21:41.01Z"},"properties":{"sku":{"family":"A","name":"Standard"},"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","networkAcls":{"bypass":"AzureServices","defaultAction":"Allow","ipRules":[{"value":"20.69.149.128/32"}],"virtualNetworkRules":[]},"accessPolicies":[{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"5095196a-def9-4146-8d92-e38f24b6e378","permissions":{"keys":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","Decrypt","Encrypt","UnwrapKey","WrapKey","Verify","Sign","Purge","Release","Rotate","GetRotationPolicy","SetRotationPolicy"],"secrets":["Get","List","Set","Delete","Recover","Backup","Restore","Purge"],"certificates":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","ManageContacts","ManageIssuers","GetIssuers","ListIssuers","SetIssuers","DeleteIssuers","Purge"]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","permissions":{"keys":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","Decrypt","Encrypt","UnwrapKey","WrapKey","Verify","Sign","Purge","Release","Rotate","GetRotationPolicy","SetRotationPolicy"],"secrets":["Get","List","Set","Delete","Recover","Backup","Restore","Purge"],"certificates":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","ManageContacts","ManageIssuers","GetIssuers","ListIssuers","SetIssuers","DeleteIssuers","Purge"]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"f40e18f0-6544-45c2-9d24-639a8bb3b41a","permissions":{"keys":["Get","List","Backup"],"secrets":["Get","List","Backup"],"certificates":[]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"b864e281-c12e-45c6-a0c7-6046a7de5481","permissions":{"secrets":["List","Get"],"keys":[],"certificates":[]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"12f8ea5c-1212-449e-b31c-0a574f43076e","permissions":{"certificates":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","ManageContacts","ManageIssuers","GetIssuers","ListIssuers","SetIssuers","DeleteIssuers","Purge"],"keys":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","GetRotationPolicy","SetRotationPolicy","Rotate","Encrypt","Decrypt","UnwrapKey","WrapKey","Verify","Sign","Release","Purge"],"secrets":["Get","List","Set","Delete","Recover","Backup","Restore","Purge"]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","permissions":{"certificates":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","ManageContacts","ManageIssuers","GetIssuers","ListIssuers","SetIssuers","DeleteIssuers","Purge"],"keys":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","GetRotationPolicy","SetRotationPolicy","Rotate","Encrypt","Decrypt","UnwrapKey","WrapKey","Verify","Sign","Purge","Release"],"secrets":["Get","List","Set","Delete","Recover","Backup","Restore","Purge"]}}],"enabledForDeployment":false,"enabledForDiskEncryption":false,"enabledForTemplateDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enableRbacAuthorization":false,"vaultUri":"https://oss-clitest-keyvault.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' + headers: + cache-control: + - no-cache + content-length: + - '3784' + content-type: + - application/json; charset=utf-8 + date: + - Sun, 28 May 2023 16:42:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-keyvault-service-version: + - 1.5.785.0 + status: + code: 200 + message: OK +- request: + body: '' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - 0 + Content-Type: + - application/json; charset=utf-8 + User-Agent: + - python/3.10.11 (Windows-10-10.0.22000-SP0) msrest/0.7.1 msrest_azure/0.6.4 + azure-keyvault/7.0 Azure-SDK-For-Python + accept-language: + - en-US + method: GET + uri: https://oss-clitest-keyvault.vault.azure.net/secrets?api-version=7.0 + response: + body: + string: '{"error":{"code":"Unauthorized","message":"AKV10000: Request is missing + a Bearer or PoP token."}}' + headers: + cache-control: + - no-cache + content-length: + - '97' + content-type: + - application/json; charset=utf-8 + date: + - Sun, 28 May 2023 16:42:07 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000;includeSubDomains + www-authenticate: + - Bearer authorization="https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47", + resource="https://vault.azure.net" + x-content-type-options: + - nosniff + x-ms-keyvault-network-info: + - conn_type=Ipv4;addr=202.153.47.220;act_addr_fam=InterNetwork; + x-ms-keyvault-region: + - centraluseuap + x-ms-keyvault-service-version: + - 1.9.830.1 + status: + code: 401 + message: Unauthorized +- request: + body: '' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - 0 + Content-Type: + - application/json; charset=utf-8 + User-Agent: + - python/3.10.11 (Windows-10-10.0.22000-SP0) msrest/0.7.1 msrest_azure/0.6.4 + azure-keyvault/7.0 Azure-SDK-For-Python + accept-language: + - en-US + method: GET + uri: https://oss-clitest-keyvault.vault.azure.net/secrets?api-version=7.0 + response: + body: + string: '{"value":[{"contentType":"Wrapped BEK","id":"https://oss-clitest-keyvault.vault.azure.net/secrets/ADEA19F9-2D87-46AC-91CD-492758A0C8A7","attributes":{"enabled":true,"created":1645419092,"updated":1645419092,"recoveryLevel":"Recoverable+Purgeable"},"tags":{"DiskEncryptionKeyFileName":"ADEA19F9-2D87-46AC-91CD-492758A0C8A7.BEK","VolumeLetter":"C:\\","VolumeLabel":"Windows","MachineName":"sql-clicloudtes","DiskEncryptionKeyEncryptionKeyURL":"https://oss-clitest-keyvault.vault.azure.net/keys/sql-clitest-key/fad6b3422cc1472c8bfd9f6f5b923d0d","DiskEncryptionKeyEncryptionAlgorithm":"RSA-OAEP"}},{"id":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","attributes":{"enabled":true,"created":1629969650,"updated":1629969650,"recoveryLevel":"Recoverable+Purgeable"},"tags":{}}],"nextLink":null}' + headers: + cache-control: + - no-cache + content-length: + - '814' + content-type: + - application/json; charset=utf-8 + date: + - Sun, 28 May 2023 16:42:08 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000;includeSubDomains + x-content-type-options: + - nosniff + x-ms-keyvault-network-info: + - conn_type=Ipv4;addr=202.153.47.220;act_addr_fam=InterNetwork; + x-ms-keyvault-region: + - centraluseuap + x-ms-keyvault-service-version: + - 1.9.830.1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + ParameterSetName: + - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance + --keyvault-id --yes + User-Agent: + - python/3.10.11 (Windows-10-10.0.22000-SP0) AZURECLI/2.49.0 + method: GET + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%27b864e281-c12e-45c6-a0c7-6046a7de5481%27%29 + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '92' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Sun, 28 May 2023 16:42:09 GMT + odata-version: + - '4.0' + request-id: + - 3a102e87-9955-468d-8b46-0adb76126fd0 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"002","RoleInstance":"MA1PEPF0000425A"}}' + x-ms-resource-unit: + - '1' + status: + code: 200 + message: OK +- request: + body: '{"ids": ["b864e281-c12e-45c6-a0c7-6046a7de5481"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json + ParameterSetName: + - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance + --keyvault-id --yes + User-Agent: + - python/3.10.11 (Windows-10-10.0.22000-SP0) AZURECLI/2.49.0 + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"b864e281-c12e-45c6-a0c7-6046a7de5481","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.DataProtection/BackupVaults/oss-clitest-vault"],"appDisplayName":null,"appDescription":null,"appId":"49bc63b1-190a-4f4e-a962-58db2c2f7112","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2021-08-26T09:13:20Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"oss-clitest-vault","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["49bc63b1-190a-4f4e-a962-58db2c2f7112","https://identity.azure.net/QVMExgU4rxwt5XEm5whEdHZLrmsaL9M/n/eZXzCcN54="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"2BF72AB9536396C749DAA6F19D4254D934597678","displayName":"CN=49bc63b1-190a-4f4e-a962-58db2c2f7112","endDateTime":"2023-08-11T10:50:00Z","key":null,"keyId":"bd8b95b3-6de5-4d6c-8da2-8f830ccfa236","startDateTime":"2023-05-13T10:50:00Z","type":"AsymmetricX509Cert","usage":"Verify"},{"customKeyIdentifier":"84D9AE13008F336D636C5C0A2E1E476BCA02D684","displayName":"CN=49bc63b1-190a-4f4e-a962-58db2c2f7112","endDateTime":"2023-06-24T10:49:00Z","key":null,"keyId":"1b42c09e-c519-456e-951b-31784a695f4c","startDateTime":"2023-03-26T10:49:00Z","type":"AsymmetricX509Cert","usage":"Verify"},{"customKeyIdentifier":"D81E29CF74F0D83AE8C4D6E335C80A846694493A","displayName":"CN=49bc63b1-190a-4f4e-a962-58db2c2f7112","endDateTime":"2023-05-07T10:47:00Z","key":null,"keyId":"ba62a45a-7c3e-48d9-8a26-4674ca0d2e6b","startDateTime":"2023-02-06T10:47:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' + headers: + cache-control: + - no-cache + content-length: + - '2337' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Sun, 28 May 2023 16:42:09 GMT + location: + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - 6dce3fda-1c7d-4665-88de-0b9c56b5a9aa + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"002","RoleInstance":"MA1PEPF0000273A"}}' + x-ms-resource-unit: + - '3' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + ParameterSetName: + - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance + --keyvault-id --yes + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.11 + (Windows-10-10.0.22000-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/providers/Microsoft.Authorization/roleAssignments?$filter=atScope()&api-version=2022-04-01 + response: + body: + string: '{"value":[{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"5c617d2b-99f8-4c90-98fe-dfe040fa33c1","principalType":"ServicePrincipal","scope":"/","condition":null,"conditionVersion":null,"createdOn":"2018-02-27T19:19:50.2663941Z","updatedOn":"2018-02-27T19:19:50.2663941Z","createdBy":null,"updatedBy":null,"delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Authorization/roleAssignments/3e883d24-b106-42ff-ad13-d7bf271b964d","type":"Microsoft.Authorization/roleAssignments","name":"3e883d24-b106-42ff-ad13-d7bf271b964d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T12:22:13.7498923Z","updatedOn":"2019-08-26T12:22:13.7498923Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f","type":"Microsoft.Authorization/roleAssignments","name":"8c3a4de9-1ebd-47ce-9dd9-bebf87a4e28f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-05-24T11:02:27.8515917Z","updatedOn":"2019-05-24T11:02:27.8515917Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b5eee4d7-5f9f-4f63-8040-8aec158c289b","type":"Microsoft.Authorization/roleAssignments","name":"b5eee4d7-5f9f-4f63-8040-8aec158c289b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-02-12T11:34:59.7104212Z","updatedOn":"2020-02-12T11:34:59.7104212Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f0618702-8404-4858-9a26-e61f23e7d44f","type":"Microsoft.Authorization/roleAssignments","name":"f0618702-8404-4858-9a26-e61f23e7d44f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-11-14T08:52:42.2795010Z","updatedOn":"2019-11-14T08:52:42.2795010Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/77daac38-9839-4b00-921b-e5d5a03e728c","type":"Microsoft.Authorization/roleAssignments","name":"77daac38-9839-4b00-921b-e5d5a03e728c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9693df58-7f72-4974-9bd3-1c3ceb0382f1","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-11-29T09:40:04.3180033Z","updatedOn":"2018-11-29T09:40:04.3180033Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7","type":"Microsoft.Authorization/roleAssignments","name":"ed3bf874-9c97-43f9-a5e9-b4ee6f8982f7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"d1f96755-9bcf-44b8-ab82-df67360496c4","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-05-08T10:28:08.2854940Z","updatedOn":"2020-05-08T10:28:08.2854940Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dfb3ca56-a0d4-44ce-ba35-b716c3fdab86","type":"Microsoft.Authorization/roleAssignments","name":"dfb3ca56-a0d4-44ce-ba35-b716c3fdab86"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-31T09:26:43.6440415Z","updatedOn":"2018-12-31T09:26:43.6440415Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45744ea8-780f-4f3e-88aa-b73d7f6997b2","type":"Microsoft.Authorization/roleAssignments","name":"45744ea8-780f-4f3e-88aa-b73d7f6997b2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e65078fb-6b02-434a-9f11-d06bf9bc0600","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-10-25T23:42:36.3444507Z","updatedOn":"2018-10-25T23:42:36.3444507Z","createdBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","updatedBy":"66cb55a5-e2a8-44ef-ae4b-5ab8fa2ec8d9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e7ce51e8-4109-41d7-bc10-538b089599db","type":"Microsoft.Authorization/roleAssignments","name":"e7ce51e8-4109-41d7-bc10-538b089599db"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a7782e0f-1f9a-4882-b2c9-11227aad244e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-06-16T04:32:50.9673703Z","updatedOn":"2020-06-16T04:32:50.9673703Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fa21f2f-81c3-47b6-b706-650b359b96c3","type":"Microsoft.Authorization/roleAssignments","name":"9fa21f2f-81c3-47b6-b706-650b359b96c3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"00b14177-f4d2-4a4b-94f6-6e80f75745c9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T09:49:11.3750683Z","updatedOn":"2020-03-12T09:49:11.3750683Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fff0abf3-3cf7-46be-8bc7-1d1619a160fb","type":"Microsoft.Authorization/roleAssignments","name":"fff0abf3-3cf7-46be-8bc7-1d1619a160fb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1d8b8d73-0cc6-4db8-b112-724b4a932253","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-26T10:28:45.4880023Z","updatedOn":"2019-08-26T10:28:45.4880023Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/397a3c9c-c258-4d4e-834d-00cc08227796","type":"Microsoft.Authorization/roleAssignments","name":"397a3c9c-c258-4d4e-834d-00cc08227796"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"235b2664-75e2-4741-bb6f-37e49babf6cd","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2018-12-05T04:29:28.7359096Z","updatedOn":"2018-12-05T04:29:28.7359096Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c830f42-5f89-4d8b-8f93-d3dc936f33bd","type":"Microsoft.Authorization/roleAssignments","name":"3c830f42-5f89-4d8b-8f93-d3dc936f33bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-08T08:38:50.1742930Z","updatedOn":"2020-04-08T08:38:50.1742930Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5293a96b-830e-45f4-9e9e-22d7d020f0d8","type":"Microsoft.Authorization/roleAssignments","name":"5293a96b-830e-45f4-9e9e-22d7d020f0d8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3421d717-ca60-44e7-a9a1-773acec4e503","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T09:40:14.7658272Z","updatedOn":"2019-10-23T09:40:14.7658272Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/34b29558-faf9-43f0-a194-35ca0aa99fc5","type":"Microsoft.Authorization/roleAssignments","name":"34b29558-faf9-43f0-a194-35ca0aa99fc5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3dc88d41-4d03-4105-970d-937e56de3839","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-06-27T12:59:44.6557891Z","updatedOn":"2019-06-27T12:59:44.6557891Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e57ab8d1-ce9a-4925-b09f-2567492d9b22","type":"Microsoft.Authorization/roleAssignments","name":"e57ab8d1-ce9a-4925-b09f-2567492d9b22"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"62c799b8-9b54-4c3d-97c9-9490d16a6a9a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-08-08T13:01:20.9953919Z","updatedOn":"2019-08-08T13:01:20.9953919Z","createdBy":"1743392d-76d5-4611-94c2-448be522b83c","updatedBy":"1743392d-76d5-4611-94c2-448be522b83c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e1b91810-0781-462d-9517-764e4a033822","type":"Microsoft.Authorization/roleAssignments","name":"e1b91810-0781-462d-9517-764e4a033822"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bb5b214-1182-465c-892f-ca7235abe1e7","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-10-23T08:03:15.6803676Z","updatedOn":"2019-10-23T08:03:15.6803676Z","createdBy":"1e845bc3-37db-4639-be09-d0cf1e448221","updatedBy":"1e845bc3-37db-4639-be09-d0cf1e448221","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/facbac06-ddab-437d-949a-207593fddfff","type":"Microsoft.Authorization/roleAssignments","name":"facbac06-ddab-437d-949a-207593fddfff"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"978b254a-54be-42af-80f5-e2a37b2e40e5","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2019-07-08T06:57:57.0377373Z","updatedOn":"2019-07-08T06:57:57.0377373Z","createdBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","updatedBy":"78af2a83-7619-4559-b0ee-cc30d118c6f3","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e","type":"Microsoft.Authorization/roleAssignments","name":"89be5b0a-dfa8-4bdf-b667-c6f63f7f3f0e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-04-17T09:14:08.7913669Z","updatedOn":"2020-04-17T09:14:08.7913669Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/950c635a-23a5-4a0e-8eb6-c53e929c9699","type":"Microsoft.Authorization/roleAssignments","name":"950c635a-23a5-4a0e-8eb6-c53e929c9699"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:46.8918844Z","updatedOn":"2022-10-03T10:52:46.8918844Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5a8b530-0e4c-40d9-a003-167e38138f34","type":"Microsoft.Authorization/roleAssignments","name":"c5a8b530-0e4c-40d9-a003-167e38138f34"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"ce439730-9009-4c60-b582-277f5b9b5c47","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-03T10:52:47.6507241Z","updatedOn":"2022-10-03T10:52:47.6507241Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/adfaf7e6-895a-432b-9f63-650c5855b6b5","type":"Microsoft.Authorization/roleAssignments","name":"adfaf7e6-895a-432b-9f63-650c5855b6b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8a1cd6d0-5c03-4720-8cc7-22adbc865bad","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-06T10:00:44.6775425Z","updatedOn":"2022-10-06T10:00:44.6775425Z","createdBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","updatedBy":"d1f96755-9bcf-44b8-ab82-df67360496c4","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/21a219c4-e4ea-4572-9b97-ab829ee70b0b","type":"Microsoft.Authorization/roleAssignments","name":"21a219c4-e4ea-4572-9b97-ab829ee70b0b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"ba20023e-4ef7-4929-8693-f3f37fdb7667","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-19T06:48:34.7902721Z","updatedOn":"2022-10-19T06:48:34.7902721Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/70fc8a72-c6e9-4644-95d6-f27efe137007","type":"Microsoft.Authorization/roleAssignments","name":"70fc8a72-c6e9-4644-95d6-f27efe137007"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab","principalId":"cda54502-7b02-4c29-bacd-2ac17bb3fee4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-10-20T05:10:54.0749901Z","updatedOn":"2022-10-20T05:10:54.0749901Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a49a99d3-cfb9-4f66-b694-b3a7803fe02b","type":"Microsoft.Authorization/roleAssignments","name":"a49a99d3-cfb9-4f66-b694-b3a7803fe02b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"d6e6b7d9-6bee-44e9-a115-608b26453747","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-11-04T09:20:20.9539814Z","updatedOn":"2022-11-04T09:20:20.9539814Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5ead22ad-d09b-4591-8d0f-a571ef0dedb2","type":"Microsoft.Authorization/roleAssignments","name":"5ead22ad-d09b-4591-8d0f-a571ef0dedb2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.2924849Z","updatedOn":"2022-12-13T12:39:32.2924849Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1a2a40b4-9a41-4578-a6f5-e34068ff3bf6","type":"Microsoft.Authorization/roleAssignments","name":"1a2a40b4-9a41-4578-a6f5-e34068ff3bf6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"21369ac4-7db8-402f-8b5b-c3c47bac68bd","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-12-13T12:39:32.4781119Z","updatedOn":"2022-12-13T12:39:32.4781119Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9fc9183c-bfec-41be-8c2b-2cc55420f6c1","type":"Microsoft.Authorization/roleAssignments","name":"9fc9183c-bfec-41be-8c2b-2cc55420f6c1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"fc8bd99b-292d-4396-ac07-7e46bf989efa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-04T09:17:14.5148296Z","updatedOn":"2023-01-04T09:17:14.5148296Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5c4e131f-5843-5474-af9f-427c1fca982d","type":"Microsoft.Authorization/roleAssignments","name":"5c4e131f-5843-5474-af9f-427c1fca982d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c0c54612-5a75-40a2-8a0c-bf70ab0847ba","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-01-13T04:47:48.8296778Z","updatedOn":"2023-01-13T04:47:48.8296778Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b56bdd79-3e27-4d79-b73b-4dc8625a172a","type":"Microsoft.Authorization/roleAssignments","name":"b56bdd79-3e27-4d79-b73b-4dc8625a172a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a4eae46b-a9d0-4586-8ac9-ba91b29f1d57","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-02-01T10:05:44.6784242Z","updatedOn":"2022-02-01T10:05:44.6784242Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8af2fb3a-292c-42a8-a870-1751c4ec4870","type":"Microsoft.Authorization/roleAssignments","name":"8af2fb3a-292c-42a8-a870-1751c4ec4870"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"85c33f6f-5d69-4b0e-bc06-95a7d3193519","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-04T09:52:52.7340040Z","updatedOn":"2022-05-04T09:52:52.7340040Z","createdBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","updatedBy":"447bbed8-9839-4d6e-9e39-fb9aeee1ec1d","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6a4f635c-309c-4a1d-8eea-86fb5aa91d80","type":"Microsoft.Authorization/roleAssignments","name":"6a4f635c-309c-4a1d-8eea-86fb5aa91d80"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-05-12T06:55:02.9137483Z","updatedOn":"2022-05-12T06:55:02.9137483Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a5bd1b6d-0084-40ec-9126-2250536b4778","type":"Microsoft.Authorization/roleAssignments","name":"a5bd1b6d-0084-40ec-9126-2250536b4778"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"f2cee52e-3d75-4f49-acc4-b5aaf72232ee","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T11:01:05.6238088Z","updatedOn":"2022-06-03T11:01:05.6238088Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2bd63fbe-e197-434f-ba1e-016bad298ff7","type":"Microsoft.Authorization/roleAssignments","name":"2bd63fbe-e197-434f-ba1e-016bad298ff7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:20:41.1511200Z","updatedOn":"2022-06-03T13:22:39.1076287Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f12c7867-43e5-5530-98e9-9d8a2f39fb92","type":"Microsoft.Authorization/roleAssignments","name":"f12c7867-43e5-5530-98e9-9d8a2f39fb92"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"8be185b2-5cbf-45c1-b9af-cbbd9b59144d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-03T13:37:09.9515887Z","updatedOn":"2022-06-03T14:40:22.4040874Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/bace23ac-6978-5318-a146-d49599599b02","type":"Microsoft.Authorization/roleAssignments","name":"bace23ac-6978-5318-a146-d49599599b02"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"e6234342-a3d7-4b04-9041-3e8526f5861a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-06T11:22:08.5127363Z","updatedOn":"2022-06-06T11:22:08.5127363Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/df253c65-35fc-4ff6-9a32-39b3fe20a6e3","type":"Microsoft.Authorization/roleAssignments","name":"df253c65-35fc-4ff6-9a32-39b3fe20a6e3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5f137a67-1b88-4f98-aa20-b71a7082dc56","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-10T14:11:57.5623976Z","updatedOn":"2022-06-10T14:11:57.5623976Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e409f573-8bda-4b7e-854a-61c445d36c6f","type":"Microsoft.Authorization/roleAssignments","name":"e409f573-8bda-4b7e-854a-61c445d36c6f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-22T11:28:57.2073063Z","updatedOn":"2022-06-22T11:28:57.2073063Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb","type":"Microsoft.Authorization/roleAssignments","name":"c5b3bcf3-fd4c-4b57-9f73-f075ce7afccb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:19:22.2256200Z","updatedOn":"2022-06-23T09:19:22.2256200Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/344b17ae-cabf-4a33-9a9d-ba30fefcbadc","type":"Microsoft.Authorization/roleAssignments","name":"344b17ae-cabf-4a33-9a9d-ba30fefcbadc"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2b81557b-8e7a-4df8-9a41-e59844f627c2","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-23T09:25:03.9969293Z","updatedOn":"2022-06-23T09:25:03.9969293Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/13a7f7c7-7364-4f9b-ba92-5430f17b29b5","type":"Microsoft.Authorization/roleAssignments","name":"13a7f7c7-7364-4f9b-ba92-5430f17b29b5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-24T07:04:04.5965087Z","updatedOn":"2022-06-24T07:04:04.5965087Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ba604c54-80e1-490e-a123-9ef9d477536b","type":"Microsoft.Authorization/roleAssignments","name":"ba604c54-80e1-490e-a123-9ef9d477536b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"5095196a-def9-4146-8d92-e38f24b6e378","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-25T04:10:10.7065168Z","updatedOn":"2022-06-25T04:10:10.7065168Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/916a749f-b61f-4ba4-8c28-46217c3a7b4e","type":"Microsoft.Authorization/roleAssignments","name":"916a749f-b61f-4ba4-8c28-46217c3a7b4e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T07:37:58.3152810Z","updatedOn":"2022-06-27T07:37:58.3152810Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0a1046d6-ba58-491f-b473-403ec29cd2be","type":"Microsoft.Authorization/roleAssignments","name":"0a1046d6-ba58-491f-b473-403ec29cd2be"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:21:12.2347431Z","updatedOn":"2022-06-27T08:21:12.2347431Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/abc6fbbe-d4a8-4315-9532-82e90334dcc9","type":"Microsoft.Authorization/roleAssignments","name":"abc6fbbe-d4a8-4315-9532-82e90334dcc9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:17.8582970Z","updatedOn":"2022-06-27T08:43:17.8582970Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8f0bb0e-1495-48f0-aa68-33c364310cfb","type":"Microsoft.Authorization/roleAssignments","name":"b8f0bb0e-1495-48f0-aa68-33c364310cfb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"381295fa-e67d-4943-a2eb-90ffcf09577b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-06-27T08:43:18.7801612Z","updatedOn":"2022-06-27T08:43:18.7801612Z","createdBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","updatedBy":"b8be37b6-1abe-4b3e-b77b-029b37f87a98","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1","type":"Microsoft.Authorization/roleAssignments","name":"b8eb5d9d-85e3-4ba8-9458-fdd2c48ba8e1"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"b864e281-c12e-45c6-a0c7-6046a7de5481","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2022-06-30T10:50:49.6196941Z","updatedOn":"2022-06-30T10:50:49.6196941Z","createdBy":"5095196a-def9-4146-8d92-e38f24b6e378","updatedBy":"5095196a-def9-4146-8d92-e38f24b6e378","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/61b7cfe4-f4db-49b0-b329-bb5fad775973","type":"Microsoft.Authorization/roleAssignments","name":"61b7cfe4-f4db-49b0-b329-bb5fad775973"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:11.7388086Z","updatedOn":"2022-07-01T08:15:11.7388086Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/86db086e-0442-5eef-8ebc-1d8d28a4d03a","type":"Microsoft.Authorization/roleAssignments","name":"86db086e-0442-5eef-8ebc-1d8d28a4d03a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce","principalId":"3de34697-a180-45dc-aff8-c16061f1143b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-01T08:15:12.7940996Z","updatedOn":"2022-07-01T08:15:12.7940996Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cbcefba6-df6c-5670-9e02-9e09f7964d9c","type":"Microsoft.Authorization/roleAssignments","name":"cbcefba6-df6c-5670-9e02-9e09f7964d9c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"fe7b070d-f778-4cfd-8acf-eda94f397a89","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-07-29T07:15:07.9544255Z","updatedOn":"2022-07-29T07:15:07.9544255Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/efb13d06-875d-40e3-81d5-195824e19188","type":"Microsoft.Authorization/roleAssignments","name":"efb13d06-875d-40e3-81d5-195824e19188"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f8520195-1c62-47ff-8c01-e394155b52f1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-10T11:13:36.6792855Z","updatedOn":"2022-08-10T11:13:36.6792855Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3c9150af-abd1-4d00-9c16-acb375857df6","type":"Microsoft.Authorization/roleAssignments","name":"3c9150af-abd1-4d00-9c16-acb375857df6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f4bfeb83-a4cc-43e8-bee0-9808b5d0918d","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-24T05:51:56.3337713Z","updatedOn":"2022-08-24T05:51:56.3337713Z","createdBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","updatedBy":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3caa2a04-62bf-4a33-80f5-056840e59fb4","type":"Microsoft.Authorization/roleAssignments","name":"3caa2a04-62bf-4a33-80f5-056840e59fb4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"608ca1e9-e854-46c6-984f-d812d0e657e6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-08-30T13:32:28.1332524Z","updatedOn":"2022-08-30T13:32:28.1332524Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2719b245-3aeb-4cc0-92bc-6f63eea0dcbf","type":"Microsoft.Authorization/roleAssignments","name":"2719b245-3aeb-4cc0-92bc-6f63eea0dcbf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"68df126e-00a9-4775-995d-233a4ffc3a19","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-17T09:26:11.0806114Z","updatedOn":"2023-02-17T09:26:11.0806114Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/76d326c3-4c6a-46f5-9b7d-6cdce259d963","type":"Microsoft.Authorization/roleAssignments","name":"76d326c3-4c6a-46f5-9b7d-6cdce259d963"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e147488a-f6f5-4113-8e2d-b22465e65bf6","principalId":"bb529dae-08b3-4aaa-a97b-a815eb240212","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-17T10:00:44.9499565Z","updatedOn":"2023-02-17T10:00:44.9499565Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e02834f2-9857-4cd4-84bf-f5060c059ac4","type":"Microsoft.Authorization/roleAssignments","name":"e02834f2-9857-4cd4-84bf-f5060c059ac4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"12f8ea5c-1212-449e-b31c-0a574f43076e","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-21T07:25:21.5000321Z","updatedOn":"2023-02-21T07:25:21.5000321Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cfa66353-d8d2-44a8-9b6b-47d96c034467","type":"Microsoft.Authorization/roleAssignments","name":"cfa66353-d8d2-44a8-9b6b-47d96c034467"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"cf46d636-b6c1-406c-aba7-b2c3d9ed07da","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-22T08:19:42.6910275Z","updatedOn":"2023-02-22T08:19:42.6910275Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d2fa9741-5fdd-4c70-92d0-68d9ac1c8d47","type":"Microsoft.Authorization/roleAssignments","name":"d2fa9741-5fdd-4c70-92d0-68d9ac1c8d47"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"5514cdb4-15e2-4c34-8c01-f5d04b6b6c67","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-24T13:51:44.3846278Z","updatedOn":"2023-02-24T13:51:44.3846278Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dab90611-db6d-4f9f-8082-df6726f52495","type":"Microsoft.Authorization/roleAssignments","name":"dab90611-db6d-4f9f-8082-df6726f52495"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"97cccd32-7f48-4221-94cd-b8528c8b17a6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-26T18:44:26.0648974Z","updatedOn":"2023-02-26T18:44:26.0648974Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fa32041b-2f55-4362-90b5-95d4a83ffd93","type":"Microsoft.Authorization/roleAssignments","name":"fa32041b-2f55-4362-90b5-95d4a83ffd93"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"493cef5f-b385-4b17-9f23-1f8b4b4ac3d6","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-13T07:48:30.0411477Z","updatedOn":"2023-03-13T07:48:30.0411477Z","createdBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","updatedBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/177c0e16-cfcb-406f-904d-09fb218aa5eb","type":"Microsoft.Authorization/roleAssignments","name":"177c0e16-cfcb-406f-904d-09fb218aa5eb"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05","principalId":"5289bf2b-79f3-4c31-8d60-db42c3fd002a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-13T10:44:18.1488916Z","updatedOn":"2023-03-13T10:44:18.1488916Z","createdBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","updatedBy":"978b254a-54be-42af-80f5-e2a37b2e40e5","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/588736e7-fbe0-4821-ae33-2c06f552124a","type":"Microsoft.Authorization/roleAssignments","name":"588736e7-fbe0-4821-ae33-2c06f552124a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1162ad4b-7287-4f49-8c3e-06e04512f639","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-03-14T12:31:55.1770447Z","updatedOn":"2023-03-14T12:31:55.1770447Z","createdBy":"becb4b6b-fe16-413b-a5c3-90355e0b2982","updatedBy":"becb4b6b-fe16-413b-a5c3-90355e0b2982","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c5740e7f-0f13-4653-8abd-f482f3559150","type":"Microsoft.Authorization/roleAssignments","name":"c5740e7f-0f13-4653-8abd-f482f3559150"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"64ab57a6-67bf-4631-ac7f-b731f27f5de9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-04-04T05:25:33.2395033Z","updatedOn":"2023-04-04T05:25:33.2395033Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0be91191-86bc-4569-8b76-aae8fd209ac4","type":"Microsoft.Authorization/roleAssignments","name":"0be91191-86bc-4569-8b76-aae8fd209ac4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"64ab57a6-67bf-4631-ac7f-b731f27f5de9","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-04-05T14:05:31.2947743Z","updatedOn":"2023-04-05T14:05:31.2947743Z","createdBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","updatedBy":"058c04ea-b176-4e7b-b8d9-9e1f2f713ffe","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ffaae57b-fa9e-450b-a428-ea4351af0cbd","type":"Microsoft.Authorization/roleAssignments","name":"ffaae57b-fa9e-450b-a428-ea4351af0cbd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"20be776b-53ea-4f69-aea8-e63cd646bf2a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T05:15:12.7382306Z","updatedOn":"2023-05-02T05:15:12.7382306Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d3962592-e471-4400-92b3-22e07f918945","type":"Microsoft.Authorization/roleAssignments","name":"d3962592-e471-4400-92b3-22e07f918945"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"b4a3721a-5084-4986-a20a-303f9d6f5040","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T07:57:32.1970984Z","updatedOn":"2023-05-02T07:57:32.1970984Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/665d47a7-45b8-4799-9950-b81892b71d02","type":"Microsoft.Authorization/roleAssignments","name":"665d47a7-45b8-4799-9950-b81892b71d02"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"0e79e07c-dd40-403a-aaa1-1b1a0db2c679","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-02T07:57:32.2974094Z","updatedOn":"2023-05-02T07:57:32.2974094Z","createdBy":"9c973a07-b207-473c-9687-bd693ba8e460","updatedBy":"9c973a07-b207-473c-9687-bd693ba8e460","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6dc7c22d-6a46-43c8-bb1f-c21b9790f90f","type":"Microsoft.Authorization/roleAssignments","name":"6dc7c22d-6a46-43c8-bb1f-c21b9790f90f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2c62cfe7-2fb7-4fa7-8a70-363587961c3a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-03T06:56:50.3041561Z","updatedOn":"2023-05-03T06:56:50.3041561Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a8d72b29-195f-4fcb-871f-98944442ea1e","type":"Microsoft.Authorization/roleAssignments","name":"a8d72b29-195f-4fcb-871f-98944442ea1e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"b7ad5249-b614-4703-9aaf-5a445d177366","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T19:07:21.6725580Z","updatedOn":"2023-05-09T19:07:21.6725580Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/47c78059-3d33-4369-971b-f9bde9ac1466","type":"Microsoft.Authorization/roleAssignments","name":"47c78059-3d33-4369-971b-f9bde9ac1466"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"dac0942a-cc2b-49f9-9492-56a21ce8f8fc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T19:07:37.0703045Z","updatedOn":"2023-05-09T19:07:37.0703045Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/e0758e90-9d03-4a0c-b32f-372a6de27179","type":"Microsoft.Authorization/roleAssignments","name":"e0758e90-9d03-4a0c-b32f-372a6de27179"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"4e2127ca-c3b6-476d-affc-c5bce10eabe6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-09T20:28:20.0518605Z","updatedOn":"2023-05-09T20:28:20.0518605Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/65377e4a-2653-4567-ac70-91e29c7920f6","type":"Microsoft.Authorization/roleAssignments","name":"65377e4a-2653-4567-ac70-91e29c7920f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"8d1c13af-2a76-44e9-aa48-2d8445c943aa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T04:45:13.0937078Z","updatedOn":"2023-05-10T04:45:13.0937078Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/2d57d37b-1f25-456a-bc06-2a4b6ff1d1ba","type":"Microsoft.Authorization/roleAssignments","name":"2d57d37b-1f25-456a-bc06-2a4b6ff1d1ba"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"f2dd956f-36a4-426f-a222-6ab124ebf029","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T06:34:19.1943426Z","updatedOn":"2023-05-10T06:34:19.1943426Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/610fd0a6-6682-4cfd-abfe-985d4a9efedf","type":"Microsoft.Authorization/roleAssignments","name":"610fd0a6-6682-4cfd-abfe-985d4a9efedf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"1c181e6a-7ccc-44cb-86b8-a7bc0539b418","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T06:40:27.0353845Z","updatedOn":"2023-05-10T06:40:27.0353845Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/0af36067-e13a-4e45-968c-9000682bbd20","type":"Microsoft.Authorization/roleAssignments","name":"0af36067-e13a-4e45-968c-9000682bbd20"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"47c67572-a570-4da7-a4b9-58324ab5a952","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T07:26:43.2407286Z","updatedOn":"2023-05-10T07:26:43.2407286Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/0bed8139-dc1a-4d0c-ac99-f999224a9a89","type":"Microsoft.Authorization/roleAssignments","name":"0bed8139-dc1a-4d0c-ac99-f999224a9a89"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"9c93976b-8f0d-424e-ad3f-eee4e19e4975","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T07:44:55.4379405Z","updatedOn":"2023-05-10T07:44:55.4379405Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/aa737767-4250-44e0-8bc1-87c7a57c8e11","type":"Microsoft.Authorization/roleAssignments","name":"aa737767-4250-44e0-8bc1-87c7a57c8e11"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"65011827-99b8-4919-904c-b1cd8dd91338","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T08:07:02.0326713Z","updatedOn":"2023-05-10T08:07:02.0326713Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/9ecbdd01-8fe2-4145-b05e-ddcbf066f97b","type":"Microsoft.Authorization/roleAssignments","name":"9ecbdd01-8fe2-4145-b05e-ddcbf066f97b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"bcfc55e4-5eca-447b-a606-2d6fadf6a62d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-16T08:57:02.4178722Z","updatedOn":"2023-05-16T08:57:02.4178722Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/fee65814-7e14-4cff-bd3a-aa5538066cda","type":"Microsoft.Authorization/roleAssignments","name":"fee65814-7e14-4cff-bd3a-aa5538066cda"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"ab0849d6-1c69-46ad-848b-9352e42983c3","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-16T09:58:56.5588413Z","updatedOn":"2023-05-16T09:58:56.5588413Z","createdBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","updatedBy":"12f8ea5c-1212-449e-b31c-0a574f43076e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/dcdce87f-0ae7-4bb9-93b3-8deb96aa5603","type":"Microsoft.Authorization/roleAssignments","name":"dcdce87f-0ae7-4bb9-93b3-8deb96aa5603"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"58855564-8091-4c8e-ad53-d10b8fff0527","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-17T06:33:02.7277301Z","updatedOn":"2023-05-17T06:33:02.7277301Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1a38fd1e-c445-4178-9b06-e50cfaa7cdaf","type":"Microsoft.Authorization/roleAssignments","name":"1a38fd1e-c445-4178-9b06-e50cfaa7cdaf"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"c24456e1-8136-48ee-97c9-b1f01906af77","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-17T06:33:02.7640554Z","updatedOn":"2023-05-17T06:33:02.7640554Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/895912bb-0d13-4469-b7fb-b479b1dc3e5b","type":"Microsoft.Authorization/roleAssignments","name":"895912bb-0d13-4469-b7fb-b479b1dc3e5b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"f8520195-1c62-47ff-8c01-e394155b52f1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-18T06:12:44.5863814Z","updatedOn":"2023-05-18T06:12:44.5863814Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/eb75e461-0299-4c74-aa17-e02717312d32","type":"Microsoft.Authorization/roleAssignments","name":"eb75e461-0299-4c74-aa17-e02717312d32"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-24T12:01:31.3718975Z","updatedOn":"2023-05-24T12:01:31.3718975Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c0fc380c-4ad3-41ba-aaf4-70355f4e7097","type":"Microsoft.Authorization/roleAssignments","name":"c0fc380c-4ad3-41ba-aaf4-70355f4e7097"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f58310d9-a9f6-439a-9e8d-f62e7b41a168","principalId":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T04:48:16.7740488Z","updatedOn":"2023-05-25T04:48:16.7740488Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/f7ea54ed-f06b-47ea-ac38-8fe1173e9344","type":"Microsoft.Authorization/roleAssignments","name":"f7ea54ed-f06b-47ea-ac38-8fe1173e9344"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"24719501-c5d0-47d3-bbbf-20ef4c630c73","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-25T11:29:34.9377098Z","updatedOn":"2023-05-25T11:29:34.9377098Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/74873008-c382-41fb-ab10-b77460ba663a","type":"Microsoft.Authorization/roleAssignments","name":"74873008-c382-41fb-ab10-b77460ba663a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"d68108d1-33be-4b4f-947c-af634d4ef0aa","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T13:00:39.1658815Z","updatedOn":"2023-05-28T13:00:39.1658815Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/a4018116-4185-452c-962b-ff9798e8d095","type":"Microsoft.Authorization/roleAssignments","name":"a4018116-4185-452c-962b-ff9798e8d095"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"fd2d4224-3b78-4a92-8b95-816ddd087506","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T13:21:31.4986279Z","updatedOn":"2023-05-28T13:21:31.4986279Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/6135d590-c6b4-4bfc-81ed-265d47bf6d83","type":"Microsoft.Authorization/roleAssignments","name":"6135d590-c6b4-4bfc-81ed-265d47bf6d83"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"06fc8cbf-37d3-4d1b-8299-69c4df3b572c","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg","condition":null,"conditionVersion":null,"createdOn":"2023-05-28T13:50:05.8544280Z","updatedOn":"2023-05-28T13:50:05.8544280Z","createdBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","updatedBy":"0c2f4ad7-700d-4e2c-8be2-f2a040454ac1","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.Authorization/roleAssignments/6e9ddf07-f19f-46e5-bd41-8269825bacb8","type":"Microsoft.Authorization/roleAssignments","name":"6e9ddf07-f19f-46e5-bd41-8269825bacb8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a51d0ef9-9895-4b63-b3f8-354bb7d1a6bb","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-05-21T08:47:39.8177538Z","updatedOn":"2021-05-21T08:47:39.8177538Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/17db6abb-bc45-4967-b313-e470ec9cbbd7","type":"Microsoft.Authorization/roleAssignments","name":"17db6abb-bc45-4967-b313-e470ec9cbbd7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"93e2b483-3ffa-44f8-9965-fdb104b541a2","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-06-29T05:43:19.7216795Z","updatedOn":"2021-06-29T05:43:19.7216795Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c6aff8c2-08b1-5b1a-9c80-d91164226985","type":"Microsoft.Authorization/roleAssignments","name":"c6aff8c2-08b1-5b1a-9c80-d91164226985"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"4f285ac8-5610-4d2f-854c-bfa3d16a2679","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-11T06:55:02.4909144Z","updatedOn":"2021-07-11T06:55:02.4909144Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0cec2ad2-d080-4126-a99f-f61c559b799c","type":"Microsoft.Authorization/roleAssignments","name":"0cec2ad2-d080-4126-a99f-f61c559b799c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"630db480-3ee6-47ec-ae72-5f917d466bad","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:16:28.8833400Z","updatedOn":"2021-07-13T10:16:28.8833400Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/37fe4b2d-0aca-4c27-8511-1e0d18063ec8","type":"Microsoft.Authorization/roleAssignments","name":"37fe4b2d-0aca-4c27-8511-1e0d18063ec8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"279982e7-46cf-4e40-9a3b-156c98285cb7","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.5647062Z","updatedOn":"2021-07-13T10:18:48.5647062Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/7907f38d-57a7-431d-82d7-5dfa2ef0a628","type":"Microsoft.Authorization/roleAssignments","name":"7907f38d-57a7-431d-82d7-5dfa2ef0a628"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"790004d0-0112-41ad-92e8-95c464c34476","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-13T10:18:48.6068337Z","updatedOn":"2021-07-13T10:18:48.6068337Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8c9bda26-83c4-4d4c-b00b-c4b58301e539","type":"Microsoft.Authorization/roleAssignments","name":"8c9bda26-83c4-4d4c-b00b-c4b58301e539"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-21T06:38:43.9281998Z","updatedOn":"2021-07-21T06:38:43.9281998Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b553fa81-60dd-45d6-9781-8c2313d68b03","type":"Microsoft.Authorization/roleAssignments","name":"b553fa81-60dd-45d6-9781-8c2313d68b03"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:20.4258578Z","updatedOn":"2021-07-27T04:31:20.4258578Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258","type":"Microsoft.Authorization/roleAssignments","name":"4b2f7b08-f9ef-4fc1-b9c4-2bb34fdef258"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:32.4566300Z","updatedOn":"2021-07-27T04:31:32.4566300Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8176bf09-8e96-448a-ab12-eeed360ecce2","type":"Microsoft.Authorization/roleAssignments","name":"8176bf09-8e96-448a-ab12-eeed360ecce2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"a27f3bc9-abe0-404e-baa7-0949a258a204","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T04:31:48.4577322Z","updatedOn":"2021-07-27T04:31:48.4577322Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/45949217-58cc-4c18-93f3-f4c90710ae2d","type":"Microsoft.Authorization/roleAssignments","name":"45949217-58cc-4c18-93f3-f4c90710ae2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:20.8138038Z","updatedOn":"2021-07-27T10:13:20.8138038Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2382b52f-1ec5-430e-ae2a-74f9ed331ced","type":"Microsoft.Authorization/roleAssignments","name":"2382b52f-1ec5-430e-ae2a-74f9ed331ced"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:23.6551958Z","updatedOn":"2021-07-27T10:13:23.6551958Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/e5863947-0b21-41b7-9997-c0dfc73eec29","type":"Microsoft.Authorization/roleAssignments","name":"e5863947-0b21-41b7-9997-c0dfc73eec29"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb","principalId":"53a2447a-3ec4-42e2-9194-66afe4fcea2b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-07-27T10:13:29.6985440Z","updatedOn":"2021-07-27T10:13:29.6985440Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/28c1cefa-942f-44c5-a4d4-c33bb92abd45","type":"Microsoft.Authorization/roleAssignments","name":"28c1cefa-942f-44c5-a4d4-c33bb92abd45"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8039a424-299a-4014-8b22-4f6d6cc60065","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-11T07:08:31.9935560Z","updatedOn":"2021-08-11T07:08:31.9935560Z","createdBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","updatedBy":"1d8b8d73-0cc6-4db8-b112-724b4a932253","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/69e0bcfc-b024-4d8b-a3d5-dac447f8986c","type":"Microsoft.Authorization/roleAssignments","name":"69e0bcfc-b024-4d8b-a3d5-dac447f8986c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"8f0340b8-4b70-412b-be19-c4612d49e353","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T11:58:29.6857641Z","updatedOn":"2021-08-20T11:58:29.6857641Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd88236f-eacb-5303-912f-ba1741cf02bd","type":"Microsoft.Authorization/roleAssignments","name":"fd88236f-eacb-5303-912f-ba1741cf02bd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"0d8f6e68-d6c5-4a67-b6c4-3107609bbdbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-20T12:31:58.7980661Z","updatedOn":"2021-08-20T12:31:58.7980661Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/146f4a11-8712-583d-89eb-a7b8b82dbaa9","type":"Microsoft.Authorization/roleAssignments","name":"146f4a11-8712-583d-89eb-a7b8b82dbaa9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"e2072d83-2379-4f36-ab51-b5df7460c61e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-08-21T14:40:08.5987892Z","updatedOn":"2021-08-21T14:40:10.5055205Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/842af679-0b58-5eb5-b94c-ff59e4105d7e","type":"Microsoft.Authorization/roleAssignments","name":"842af679-0b58-5eb5-b94c-ff59e4105d7e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"2d13e5e1-815b-45e7-be6f-3a2c36b407a8","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-17T09:41:38.5634940Z","updatedOn":"2021-09-17T09:41:38.5634940Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":"for + temp testing purpose"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98fe0117-1e9c-4e37-b8a7-c4a1031d6916","type":"Microsoft.Authorization/roleAssignments","name":"98fe0117-1e9c-4e37-b8a7-c4a1031d6916"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"9c973a07-b207-473c-9687-bd693ba8e460","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-25T15:23:32.6168771Z","updatedOn":"2021-09-25T15:23:32.6168771Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d852f084-bc9f-4258-9e2c-fcf48b9eaf85","type":"Microsoft.Authorization/roleAssignments","name":"d852f084-bc9f-4258-9e2c-fcf48b9eaf85"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"2778738c-452b-45ca-b8d6-f085836a1458","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-30T07:51:25.2399474Z","updatedOn":"2021-09-30T07:51:25.2399474Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/b04a3bdf-b6a6-5ffb-9394-ee5743741597","type":"Microsoft.Authorization/roleAssignments","name":"b04a3bdf-b6a6-5ffb-9394-ee5743741597"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"0ac1f52a-325b-486a-a095-f46ffdd6a9e4","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-10-26T01:59:18.6998395Z","updatedOn":"2021-10-26T01:59:18.6998395Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/53a3b238-b4b0-4d3f-b416-8d6dc8d755f6","type":"Microsoft.Authorization/roleAssignments","name":"53a3b238-b4b0-4d3f-b416-8d6dc8d755f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1","principalId":"c3c0d020-16f0-44d8-9950-0250120a33ff","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-02T06:11:03.5575284Z","updatedOn":"2021-11-02T06:11:03.5575284Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1d017732-f67e-5aa1-a4a6-47570078d9f3","type":"Microsoft.Authorization/roleAssignments","name":"1d017732-f67e-5aa1-a4a6-47570078d9f3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-10T08:59:19.7285159Z","updatedOn":"2021-11-10T08:59:19.7285159Z","createdBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","updatedBy":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a60357fa-dc0a-4479-a2a9-4329c2d0ae89","type":"Microsoft.Authorization/roleAssignments","name":"a60357fa-dc0a-4479-a2a9-4329c2d0ae89"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"8dd77695-d6a5-450d-a43c-67ca01be9fbc","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-11-12T10:55:38.3698246Z","updatedOn":"2021-11-12T10:55:38.3698246Z","createdBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","updatedBy":"90680173-e32e-4cf3-a1b8-d1a99ac56bbf","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/dda5bb75-b74a-4430-975f-5bc9611c4b2d","type":"Microsoft.Authorization/roleAssignments","name":"dda5bb75-b74a-4430-975f-5bc9611c4b2d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36243c78-bf99-498c-9df9-86d9f8d28608","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0181010Z","updatedOn":"2021-02-18T06:28:12.0181010Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/804f6223-03eb-4091-b460-82160fc5f818","type":"Microsoft.Authorization/roleAssignments","name":"804f6223-03eb-4091-b460-82160fc5f818"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"2152c794-9ca2-41fe-a313-2d0e1ee3eb80","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-18T06:28:12.0168587Z","updatedOn":"2021-02-18T06:28:12.0168587Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/8d80e2d6-315c-495c-ab2c-91ddf75edf41","type":"Microsoft.Authorization/roleAssignments","name":"8d80e2d6-315c-495c-ab2c-91ddf75edf41"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"cf46d636-b6c1-406c-aba7-b2c3d9ed07da","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:53:53.1151640Z","updatedOn":"2021-02-26T13:53:53.1151640Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/735e98ed-f4b8-4b7d-9cc9-af4f8ae77252","type":"Microsoft.Authorization/roleAssignments","name":"735e98ed-f4b8-4b7d-9cc9-af4f8ae77252"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8505e3f4-1ee7-427c-a175-a06595231d46","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-02-26T13:54:27.5624477Z","updatedOn":"2021-02-26T13:54:27.5624477Z","createdBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","updatedBy":"2b81557b-8e7a-4df8-9a41-e59844f627c2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/98c87a9f-b9e7-414b-8b59-bf3ec62dbc74","type":"Microsoft.Authorization/roleAssignments","name":"98c87a9f-b9e7-414b-8b59-bf3ec62dbc74"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8bf5ba20-c970-4c38-b2a6-95f5726c959a","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-25T12:25:27.2277610Z","updatedOn":"2020-07-25T12:25:27.2277610Z","createdBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","updatedBy":"8bb5b214-1182-465c-892f-ca7235abe1e7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d","type":"Microsoft.Authorization/roleAssignments","name":"fd6b8ff4-9edb-43f5-aa2a-32133fa09b1d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"21ae6127-c385-4ae0-b895-a8559e9aa574","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:35:35.2993523Z","updatedOn":"2020-07-31T08:35:35.2993523Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6af9fbf3-7085-4bcb-b399-88b89fac16d3","type":"Microsoft.Authorization/roleAssignments","name":"6af9fbf3-7085-4bcb-b399-88b89fac16d3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1e845bc3-37db-4639-be09-d0cf1e448221","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-07-31T08:44:16.2909420Z","updatedOn":"2020-07-31T08:44:16.2909420Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/65080390-e9b5-4566-b362-d1e96c23dae2","type":"Microsoft.Authorization/roleAssignments","name":"65080390-e9b5-4566-b362-d1e96c23dae2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:12:01.6760584Z","updatedOn":"2020-11-03T06:12:01.6760584Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/a7a12420-2dce-4a47-822e-68cadf239da3","type":"Microsoft.Authorization/roleAssignments","name":"a7a12420-2dce-4a47-822e-68cadf239da3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"3282af51-433d-47e8-b2b5-633fbe0fecc0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2020-11-03T06:25:32.6790913Z","updatedOn":"2020-11-03T06:25:32.6790913Z","createdBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","updatedBy":"e3f1f833-3bc1-46d9-ae9b-b9e0a2117420","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/36da831d-10ce-4f42-ba28-362960f6ea36","type":"Microsoft.Authorization/roleAssignments","name":"36da831d-10ce-4f42-ba28-362960f6ea36"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupFlaggedSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2019-10-04T07:35:39.6626948Z","updatedOn":"2019-10-04T07:35:39.6626948Z","createdBy":"8031e009-cc05-4950-8a8d-78942c4492ac","updatedBy":"8031e009-cc05-4950-8a8d-78942c4492ac","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupFlaggedSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/730fa65e-c74c-4c3d-9cc3-9457f9b97274","type":"Microsoft.Authorization/roleAssignments","name":"730fa65e-c74c-4c3d-9cc3-9457f9b97274"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupFlaggedSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2021-04-08T01:03:29.8241478Z","updatedOn":"2021-04-08T01:03:29.8241478Z","createdBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","updatedBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupFlaggedSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/63818ccb-a05c-4083-9e1d-64b4c7c0e1cd","type":"Microsoft.Authorization/roleAssignments","name":"63818ccb-a05c-4083-9e1d-64b4c7c0e1cd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"c87d9afe-4463-41d5-81e3-3bd162af9183","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2019-07-10T09:38:17.4348497Z","updatedOn":"2019-07-10T09:38:17.4348497Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/ebc56c6d-c5de-4d99-b166-89d4ac815acd","type":"Microsoft.Authorization/roleAssignments","name":"ebc56c6d-c5de-4d99-b166-89d4ac815acd"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2019-03-15T11:01:18.6794974Z","updatedOn":"2019-03-15T11:01:18.6794974Z","createdBy":"809e610d-9130-4b22-8c3a-5e6c64adc2c7","updatedBy":"809e610d-9130-4b22-8c3a-5e6c64adc2c7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/9fb9b151-1d53-4eff-9336-75cf634e1e3d","type":"Microsoft.Authorization/roleAssignments","name":"9fb9b151-1d53-4eff-9336-75cf634e1e3d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"f87f6638-3a1b-4562-8603-aacd59537149","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2019-05-03T06:47:05.1411825Z","updatedOn":"2019-05-03T06:47:05.1411825Z","createdBy":"809e610d-9130-4b22-8c3a-5e6c64adc2c7","updatedBy":"809e610d-9130-4b22-8c3a-5e6c64adc2c7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/24ffbb29-061f-4b1d-8c26-c6e90ef53303","type":"Microsoft.Authorization/roleAssignments","name":"24ffbb29-061f-4b1d-8c26-c6e90ef53303"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"becb4b6b-fe16-413b-a5c3-90355e0b2982","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2019-06-26T06:33:50.1123976Z","updatedOn":"2019-06-26T06:33:50.1123976Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/4c3721e8-06f4-4115-a2d8-90c4a9a57d56","type":"Microsoft.Authorization/roleAssignments","name":"4c3721e8-06f4-4115-a2d8-90c4a9a57d56"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2021-04-07T16:59:19.6098216Z","updatedOn":"2021-04-07T16:59:19.6098216Z","createdBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","updatedBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/9d2de631-e451-450b-8237-e5bc19624eee","type":"Microsoft.Authorization/roleAssignments","name":"9d2de631-e451-450b-8237-e5bc19624eee"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab","principalId":"f61a8f2d-c22b-47c9-9e09-71c6dc1686a2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2022-10-17T05:35:15.3185857Z","updatedOn":"2022-10-17T05:35:15.3185857Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/112e70a2-19dc-47b1-8a5f-b6b0ebe3101a","type":"Microsoft.Authorization/roleAssignments","name":"112e70a2-19dc-47b1-8a5f-b6b0ebe3101a"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab","principalId":"38bb424d-6106-4a59-800e-90ee180570f1","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2022-10-26T02:55:09.1249140Z","updatedOn":"2022-10-26T02:55:09.1249140Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/7cdb04d8-94ce-4084-b154-6ab26e1b0041","type":"Microsoft.Authorization/roleAssignments","name":"7cdb04d8-94ce-4084-b154-6ab26e1b0041"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"b1b96a90-235c-4668-a931-ee1c08db7681","principalType":"User","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2021-02-01T04:47:38.5676012Z","updatedOn":"2021-02-01T04:47:38.5676012Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/a9e38032-c21b-4c41-8960-1c9c982d98e2","type":"Microsoft.Authorization/roleAssignments","name":"a9e38032-c21b-4c41-8960-1c9c982d98e2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"a51d0ef9-9895-4b63-b3f8-354bb7d1a6bb","principalType":"Group","scope":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG","condition":null,"conditionVersion":null,"createdOn":"2021-03-03T05:31:57.4716459Z","updatedOn":"2021-03-03T05:31:57.4716459Z","createdBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","updatedBy":"e2b118f2-5cbb-4f4c-93dd-54401a22306e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/AzureBackupTestSubscriptionsMG/providers/Microsoft.Authorization/roleAssignments/77aa0ff2-42c2-4e01-a51d-01cf2dd7ce04","type":"Microsoft.Authorization/roleAssignments","name":"77aa0ff2-42c2-4e01-a51d-01cf2dd7ce04"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"ce2366a6-64d7-441b-939c-c9d23f91cccd","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T20:43:06.5941189Z","updatedOn":"2020-03-12T20:43:06.5941189Z","createdBy":"606f48c8-d219-4875-991d-ae6befaf0756","updatedBy":"606f48c8-d219-4875-991d-ae6befaf0756","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/ad9e2cd7-0ff7-4931-9b17-656c8f17934b","type":"Microsoft.Authorization/roleAssignments","name":"ad9e2cd7-0ff7-4931-9b17-656c8f17934b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2023-02-21T22:32:46.2324804Z","updatedOn":"2023-02-21T22:32:46.2324804Z","createdBy":"7f1579a6-c648-43a1-ac1e-0c3020dd9b8e","updatedBy":"7f1579a6-c648-43a1-ac1e-0c3020dd9b8e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/df7c1e07-5c2d-4b22-b7b9-fd11a8569db3","type":"Microsoft.Authorization/roleAssignments","name":"df7c1e07-5c2d-4b22-b7b9-fd11a8569db3"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772","principalId":"2dd1ea73-4024-489e-83a4-45cb3e962f69","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2023-05-04T20:23:16.3808369Z","updatedOn":"2023-05-04T20:23:16.3808369Z","createdBy":"fa00c2de-57d5-4527-9254-4d513f482d0a","updatedBy":"fa00c2de-57d5-4527-9254-4d513f482d0a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/59109645-7b2b-4278-831a-2e4627ec603d","type":"Microsoft.Authorization/roleAssignments","name":"59109645-7b2b-4278-831a-2e4627ec603d"}]}' + headers: + cache-control: + - no-cache + content-length: + - '117521' + content-type: + - application/json; charset=utf-8 + date: + - Sun, 28 May 2023 16:42:11 GMT + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly + 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: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + Cookie: + - x-ms-gateway-slice=Production + ParameterSetName: + - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance + --keyvault-id --yes + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.11 + (Windows-10-10.0.22000-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Reader%27&api-version=2022-04-01 + response: + body: + string: '{"value":[{"properties":{"roleName":"Reader","type":"BuiltInRole","description":"View + all resources, but does not allow you to make any changes.","assignableScopes":["/"],"permissions":[{"actions":["*/read"],"notActions":[],"dataActions":[],"notDataActions":[]}],"createdOn":"2015-02-02T21:55:09.8806423Z","updatedOn":"2021-11-11T20:13:47.8628684Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","type":"Microsoft.Authorization/roleDefinitions","name":"acdd72a7-3385-48ef-bd42-f606fba81ae7"}]}' + headers: + cache-control: + - no-cache + content-length: + - '627' + content-type: + - application/json; charset=utf-8 + date: + - Sun, 28 May 2023 16:42:12 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + Cookie: + - x-ms-gateway-slice=Production + ParameterSetName: + - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance + --keyvault-id --yes + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.11 + (Windows-10-10.0.22000-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/providers/Microsoft.Authorization/roleDefinitions?api-version=2022-04-01 + response: + body: + string: "{\"value\":[{\"properties\":{\"roleName\":\"Avere Cluster Create\"\ + ,\"type\":\"CustomRole\",\"description\":\"Avere cluster create role used\ + \ by the Avere controller to create a vFXT cluster.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/*\",\"Microsoft.Authorization/roleDefinitions/*\"\ + ,\"Microsoft.Compute/*/read\",\"Microsoft.Compute/availabilitySets/*\",\"\ + Microsoft.Compute/virtualMachines/*\",\"Microsoft.Network/*/read\",\"Microsoft.Network/networkInterfaces/*\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\"\ + ,\"Microsoft.Storage/*/read\",\"Microsoft.Storage/storageAccounts/listKeys/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-11-29T18:46:55.0492387Z\",\"updatedOn\":\"2018-11-29T18:46:55.0492387Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a7b1b19a-0e83-4fe5-935c-faaefbfd18c3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a7b1b19a-0e83-4fe5-935c-faaefbfd18c3\"\ + },{\"properties\":{\"roleName\":\"Avere Cluster Runtime Operator\",\"type\"\ + :\"CustomRole\",\"description\":\"Avere cluster runtime role used by Avere\ + \ clusters running in subscriptions, for the purpose of failing over IP addresses,\ + \ accessing BLOB storage, etc\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/routeTables/read\",\"Microsoft.Network/routeTables/routes/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-08-26T00:41:26.2170858Z\",\"\ + updatedOn\":\"2018-08-26T00:41:26.2170858Z\",\"createdBy\":\"dda50086-5e3d-4a4b-b8bc-f54771104d89\"\ + ,\"updatedBy\":\"dda50086-5e3d-4a4b-b8bc-f54771104d89\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e078ab98-ef3a-4c9a-aba7-12f5172b45d0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e078ab98-ef3a-4c9a-aba7-12f5172b45d0\"\ + },{\"properties\":{\"roleName\":\"Azure Service Deploy Release Management\ + \ Contributor\",\"type\":\"CustomRole\",\"description\":\"Contributor role\ + \ for services deploying through Azure Service Deploy.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*\"],\"notActions\":[\"Microsoft.Authorization/*/Delete\"\ + ,\"Microsoft.Authorization/*/Write\"],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-02-04T02:26:31.5413362Z\",\"updatedOn\":\"2018-01-08T20:20:16.3660174Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/21d96096-b162-414a-8302-d8354f9d91b2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"21d96096-b162-414a-8302-d8354f9d91b2\"\ + },{\"properties\":{\"roleName\":\"CAL-Custom-Role\",\"type\":\"CustomRole\"\ + ,\"description\":\"Lets SAP Cloud Appliance Library application manage Network\ + \ and Compute services, manage Resource Groups and Management locks.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/locks/*\"\ + ,\"Microsoft.Authorization/roleDefinitions/*\",\"Microsoft.Authorization/roleAssignments/*\"\ + ,\"Microsoft.Compute/*\",\"Microsoft.Network/*\",\"Microsoft.Resources/*\"\ + ,\"Microsoft.Storage/*\",\"Microsoft.ContainerService/*\",\"Microsoft.ContainerRegistry/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-05-14T19:30:51.0664585Z\",\"updatedOn\":\"2019-02-19T19:11:57.5963229Z\"\ + ,\"createdBy\":\"dda50086-5e3d-4a4b-b8bc-f54771104d89\",\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7b266cd7-0bba-4ae2-8423-90ede5e1e898\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7b266cd7-0bba-4ae2-8423-90ede5e1e898\"\ + },{\"properties\":{\"roleName\":\"Dsms Role (deprecated)\",\"type\":\"CustomRole\"\ + ,\"description\":\"Custom role used by Dsms to perform operations. Can list\ + \ and regnerate storage account keys.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/regenerateKey/action\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/regeneratekey/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-17T18:02:11.1225951Z\"\ + ,\"updatedOn\":\"2018-01-13T00:21:52.7211696Z\",\"createdBy\":\"ca5f3715-e7dd-427b-b2db-45b6a4a2df87\"\ + ,\"updatedBy\":\"ca5f3715-e7dd-427b-b2db-45b6a4a2df87\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b91f4c0b-46e3-47bb-a242-eecfe23b3b5b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b91f4c0b-46e3-47bb-a242-eecfe23b3b5b\"\ + },{\"properties\":{\"roleName\":\"Dsms Role (do not use)\",\"type\":\"CustomRole\"\ + ,\"description\":\"Custom role used by Dsms to perform operations. Can list\ + \ and regnerate storage account keys.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/regenerateKey/action\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/regeneratekey/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-02-01T07:56:12.5880222Z\"\ + ,\"updatedOn\":\"2018-08-09T17:53:48.5432297Z\",\"createdBy\":\"becb4b6b-fe16-413b-a5c3-90355e0b2982\"\ + ,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7aff565e-6c55-448d-83db-ccf482c6da2f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7aff565e-6c55-448d-83db-ccf482c6da2f\"\ + },{\"properties\":{\"roleName\":\"ExpressRoute Administrator\",\"type\":\"\ + CustomRole\",\"description\":\"Can create, delete and manage ExpressRoutes\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/locks/*\"\ + ,\"Microsoft.Authorization/policyAssignments/*\",\"Microsoft.Authorization/policyDefinitions/*\"\ + ,\"Microsoft.Authorization/roleAssignments/*\",\"Microsoft.ClassicNetwork/*\"\ + ,\"Microsoft.EventGrid/*\",\"Microsoft.Insights/*\",\"Microsoft.Network/*\"\ + ,\"Microsoft.Resources/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-08-31T03:51:32.2843055Z\",\"updatedOn\":\"2019-03-20T22:55:18.8222085Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a48d7896-14b4-4889-afef-fbb65a96e5a2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a48d7896-14b4-4889-afef-fbb65a96e5a2\"\ + },{\"properties\":{\"roleName\":\"GenevaWarmPathResourceContributor\",\"type\"\ + :\"CustomRole\",\"description\":\"Can manage service bus and storage accounts.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.EventHub/namespaces/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/*\",\"Microsoft.ServiceBus/namespaces/*\"\ + ,\"Microsoft.Storage/storageAccounts/*\",\"Microsoft.Storage/storageAccounts/managementPolicies/write\"\ + ,\"Microsoft.Storage/storageAccounts/managementPolicies/read\",\"Microsoft.Storage/storageAccounts/managementPolicies/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-03-14T22:30:10.1999436Z\",\"updatedOn\":\"2022-02-28T23:26:40.0052537Z\"\ + ,\"createdBy\":null,\"updatedBy\":\"acis\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9f15f5f5-77bd-413a-aa88-4b9c68b1e7bc\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9f15f5f5-77bd-413a-aa88-4b9c68b1e7bc\"\ + },{\"properties\":{\"roleName\":\"masterreader\",\"type\":\"CustomRole\",\"\ + description\":\"Lets you view everything, but not make any changes.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2017-11-14T23:38:05.3353858Z\"\ + ,\"updatedOn\":\"2017-11-14T23:38:05.3353858Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a48d7796-14b4-4889-afef-fbb65a93e5a2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a48d7796-14b4-4889-afef-fbb65a93e5a2\"\ + },{\"properties\":{\"roleName\":\"Microsoft OneAsset Reader\",\"type\":\"\ + CustomRole\",\"description\":\"This role is for Microsoft OneAsset team (CSEO)\ + \ to track internal security compliance and resource utilization.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachines/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-03-27T23:51:08.6333052Z\",\"updatedOn\":\"2019-04-02T20:35:43.3396263Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd1bb084-1503-4bd2-99c0-630220046786\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fd1bb084-1503-4bd2-99c0-630220046786\"\ + },{\"properties\":{\"roleName\":\"Office DevOps\",\"type\":\"CustomRole\"\ + ,\"description\":\"Custom access for developers to operations but not secrets.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachineScaleSets/restart/action\"\ + ,\"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/restart/action\"\ + ,\"Microsoft.Sql/servers/databases/replicationLinks/delete\",\"Microsoft.Sql/servers/databases/replicationLinks/failover/action\"\ + ,\"Microsoft.Sql/servers/databases/replicationLinks/forceFailoverAllowDataLoss/action\"\ + ,\"Microsoft.Sql/servers/databases/replicationLinks/operationResults/read\"\ + ,\"Microsoft.Sql/servers/databases/replicationLinks/read\",\"Microsoft.Sql/servers/databases/replicationLinks/unlink/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2016-10-07T08:11:46.1639398Z\",\"updatedOn\":\"2017-03-16T18:43:08.3234306Z\"\ + ,\"createdBy\":\"25aea6be-b605-4347-a92d-33e178e412ec\",\"updatedBy\":\"25aea6be-b605-4347-a92d-33e178e412ec\"\ + },\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7fd64851-3279-459b-b614-e2b2ba760f5b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7fd64851-3279-459b-b614-e2b2ba760f5b\"\ + },{\"properties\":{\"roleName\":\"GenevaWarmPathStorageBlobContributor\",\"\ + type\":\"CustomRole\",\"description\":\"Geneva Warm Path Storage Blob Contributor\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/lease/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/lock/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/extend/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/delete\"\ + ,\"Microsoft.Storage/storageAccounts/managementPolicies/write\",\"Microsoft.Storage/storageAccounts/managementPolicies/read\"\ + ,\"Microsoft.Storage/storageAccounts/managementPolicies/delete\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-12-06T22:46:27.1365630Z\"\ + ,\"updatedOn\":\"2022-02-28T23:26:40.4152515Z\",\"createdBy\":null,\"updatedBy\"\ + :\"acis\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a16c43ca-2d67-4dcd-9ded-6412f5edc51a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a16c43ca-2d67-4dcd-9ded-6412f5edc51a\"\ + },{\"properties\":{\"roleName\":\"Azure Service Deploy Release Management\ + \ Restricted Owner\",\"type\":\"CustomRole\",\"description\":\"Restricted\ + \ owner role for services deploying through Azure Service Deploy.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*\"],\"notActions\":[\"Microsoft.Authorization/*/Delete\"\ + ,\"Microsoft.Authorization/*/Write\"],\"dataActions\":[],\"notDataActions\"\ + :[]},{\"actions\":[\"Microsoft.Authorization/roleAssignments/write\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]},{\"actions\":[\"Microsoft.Authorization/locks/write\"\ + ,\"Microsoft.Authorization/policyassignments/write\",\"Microsoft.Authorization/policydefinitions/write\"\ + ,\"Microsoft.Authorization/policysetdefinitions/write\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-03-07T22:16:06.8803898Z\"\ + ,\"updatedOn\":\"2022-03-07T22:16:06.8803898Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/94ddc4bc-25f5-4f3e-b527-c587da93cfe4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"94ddc4bc-25f5-4f3e-b527-c587da93cfe4\"\ + },{\"properties\":{\"roleName\":\"Azure Service Deploy Test Release Management\ + \ Key Vault Secrets User\",\"type\":\"CustomRole\",\"description\":\"Read\ + \ secret and certificate contents. Only works for key vaults that use the\ + \ 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/secrets/getSecret/action\",\"Microsoft.KeyVault/vaults/certificates/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-07-20T22:52:19.9944274Z\",\"\ + updatedOn\":\"2022-08-31T23:25:32.0649353Z\",\"createdBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"\ + ,\"updatedBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/87d31636-ad85-4caa-802d-1535972b5612\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"87d31636-ad85-4caa-802d-1535972b5612\"\ + },{\"properties\":{\"roleName\":\"Azure Service Deploy Release Management\ + \ Key Vault Secrets User\",\"type\":\"CustomRole\",\"description\":\"Read\ + \ secret and certificate contents. Only works for key vaults that use the\ + \ 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/secrets/getSecret/action\",\"Microsoft.KeyVault/vaults/certificates/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-02T21:14:21.3331588Z\",\"\ + updatedOn\":\"2022-09-10T00:44:34.5904437Z\",\"createdBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"\ + ,\"updatedBy\":\"19669f00-ee56-44ec-94c3-83159a41292e\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/260691e6-68c2-47cf-bd4a-97d5fd4dbcd5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"260691e6-68c2-47cf-bd4a-97d5fd4dbcd5\"\ + },{\"properties\":{\"roleName\":\"AcrPush\",\"type\":\"BuiltInRole\",\"description\"\ + :\"acr push\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ContainerRegistry/registries/pull/read\",\"Microsoft.ContainerRegistry/registries/push/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-10-29T17:52:32.5201177Z\",\"updatedOn\":\"2021-11-11T20:13:07.4993029Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8311e382-0749-4cb8-b61a-304f252e45ec\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8311e382-0749-4cb8-b61a-304f252e45ec\"\ + },{\"properties\":{\"roleName\":\"API Management Service Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage service and the APIs\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8650193Z\",\"updatedOn\":\"2021-11-11T20:13:08.3179618Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/312a565d-c81f-4fd8-895a-4e21e48d571c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"312a565d-c81f-4fd8-895a-4e21e48d571c\"\ + },{\"properties\":{\"roleName\":\"AcrPull\",\"type\":\"BuiltInRole\",\"description\"\ + :\"acr pull\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ContainerRegistry/registries/pull/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2018-10-22T19:01:56.8227182Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:08.8779328Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f951dda-4ed3-4680-a7ca-43fe172d538d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f951dda-4ed3-4680-a7ca-43fe172d538d\"\ + },{\"properties\":{\"roleName\":\"AcrImageSigner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"acr image signer\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ContainerRegistry/registries/sign/write\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.ContainerRegistry/registries/trustedCollections/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-03-15T23:23:08.4038322Z\",\"\ + updatedOn\":\"2021-11-11T20:13:09.6070759Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6cef56e8-d556-48e5-a04f-b8e64114680f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6cef56e8-d556-48e5-a04f-b8e64114680f\"\ + },{\"properties\":{\"roleName\":\"AcrDelete\",\"type\":\"BuiltInRole\",\"\ + description\":\"acr delete\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ContainerRegistry/registries/artifacts/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-03-11T20:19:31.6682804Z\",\"updatedOn\":\"2021-11-11T20:13:09.9631744Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c2f4ef07-c644-48eb-af81-4b1b4947fb11\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c2f4ef07-c644-48eb-af81-4b1b4947fb11\"\ + },{\"properties\":{\"roleName\":\"AcrQuarantineReader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"acr quarantine data reader\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.ContainerRegistry/registries/quarantine/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerRegistry/registries/quarantinedArtifacts/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-03-16T00:27:39.9596835Z\",\"\ + updatedOn\":\"2021-11-11T20:13:10.3188052Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cdda3590-29a3-44f6-95f2-9f980659eb04\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cdda3590-29a3-44f6-95f2-9f980659eb04\"\ + },{\"properties\":{\"roleName\":\"AcrQuarantineWriter\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"acr quarantine data writer\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.ContainerRegistry/registries/quarantine/read\"\ + ,\"Microsoft.ContainerRegistry/registries/quarantine/write\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ContainerRegistry/registries/quarantinedArtifacts/read\"\ + ,\"Microsoft.ContainerRegistry/registries/quarantinedArtifacts/write\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2018-03-16T00:26:37.5871820Z\",\"updatedOn\"\ + :\"2021-11-11T20:13:11.3488079Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c8d4ff99-41c3-41a8-9f60-21dfdad59608\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c8d4ff99-41c3-41a8-9f60-21dfdad59608\"\ + },{\"properties\":{\"roleName\":\"API Management Service Operator Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage service but not the APIs\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*/read\"\ + ,\"Microsoft.ApiManagement/service/backup/action\",\"Microsoft.ApiManagement/service/delete\"\ + ,\"Microsoft.ApiManagement/service/managedeployments/action\",\"Microsoft.ApiManagement/service/read\"\ + ,\"Microsoft.ApiManagement/service/restore/action\",\"Microsoft.ApiManagement/service/updatecertificate/action\"\ + ,\"Microsoft.ApiManagement/service/updatehostname/action\",\"Microsoft.ApiManagement/service/write\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[\"Microsoft.ApiManagement/service/users/keys/read\"],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-11-09T00:03:42.1194019Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:11.5244023Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\ + },{\"properties\":{\"roleName\":\"API Management Service Reader Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Read-only access to service and APIs\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*/read\"\ + ,\"Microsoft.ApiManagement/service/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.ApiManagement/service/users/keys/read\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-11-09T00:26:45.1540473Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:11.8704466Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/71522526-b88f-4d52-b57f-d31fc3546d0d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"71522526-b88f-4d52-b57f-d31fc3546d0d\"\ + },{\"properties\":{\"roleName\":\"Application Insights Component Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Can manage Application Insights\ + \ components\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Insights/generateLiveToken/read\",\"Microsoft.Insights/metricAlerts/*\"\ + ,\"Microsoft.Insights/components/*\",\"Microsoft.Insights/scheduledqueryrules/*\"\ + ,\"Microsoft.Insights/topology/read\",\"Microsoft.Insights/transactions/read\"\ + ,\"Microsoft.Insights/webtests/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:12.6428401Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ae349356-3a1b-4a5e-921d-050484c6347e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ae349356-3a1b-4a5e-921d-050484c6347e\"\ + },{\"properties\":{\"roleName\":\"Application Insights Snapshot Debugger\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Gives user permission to use Application\ + \ Insights Snapshot Debugger features\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/components/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-04-19T21:25:12.3728747Z\",\"updatedOn\":\"2021-11-11T20:13:13.0034435Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\ + },{\"properties\":{\"roleName\":\"Attestation Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read the attestation provider properties\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Attestation/attestationProviders/attestation/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-03-25T19:42:59.1576710Z\",\"updatedOn\":\"2021-11-11T20:13:13.3634724Z\"\ + ,\"createdBy\":null,\"updatedBy\":\"SYSTEM\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd1bd22b-8476-40bc-a0bc-69b95687b9f3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fd1bd22b-8476-40bc-a0bc-69b95687b9f3\"\ + },{\"properties\":{\"roleName\":\"Automation Job Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Create and Manage Jobs using Automation Runbooks.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/read\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/read\",\"Microsoft.Automation/automationAccounts/jobs/resume/action\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/stop/action\",\"Microsoft.Automation/automationAccounts/jobs/streams/read\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\"Microsoft.Automation/automationAccounts/jobs/write\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/output/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-04-19T20:52:41.0020018Z\",\"updatedOn\":\"2021-11-11T20:13:13.7065660Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4fe576fe-1146-4730-92eb-48519fa6bf9f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4fe576fe-1146-4730-92eb-48519fa6bf9f\"\ + },{\"properties\":{\"roleName\":\"Automation Runbook Operator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Read Runbook properties - to be able to create\ + \ Jobs of the runbook.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Automation/automationAccounts/runbooks/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-04-19T20:47:49.5640674Z\",\"updatedOn\":\"2021-11-11T20:13:13.8815461Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\ + },{\"properties\":{\"roleName\":\"Automation Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Automation Operators are able to start, stop, suspend,\ + \ and resume jobs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/read\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/read\",\"Microsoft.Automation/automationAccounts/jobs/resume/action\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/stop/action\",\"Microsoft.Automation/automationAccounts/jobs/streams/read\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\"Microsoft.Automation/automationAccounts/jobs/write\"\ + ,\"Microsoft.Automation/automationAccounts/jobSchedules/read\",\"Microsoft.Automation/automationAccounts/jobSchedules/write\"\ + ,\"Microsoft.Automation/automationAccounts/linkedWorkspace/read\",\"Microsoft.Automation/automationAccounts/read\"\ + ,\"Microsoft.Automation/automationAccounts/runbooks/read\",\"Microsoft.Automation/automationAccounts/schedules/read\"\ + ,\"Microsoft.Automation/automationAccounts/schedules/write\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Automation/automationAccounts/jobs/output/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-08-18T01:05:03.3916130Z\",\"updatedOn\":\"2021-11-11T20:13:14.0515408Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d3881f73-407a-4167-8283-e981cbba0404\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d3881f73-407a-4167-8283-e981cbba0404\"\ + },{\"properties\":{\"roleName\":\"Avere Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can create and manage an Avere vFXT cluster.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Compute/*/read\",\"Microsoft.Compute/availabilitySets/*\",\"\ + Microsoft.Compute/proximityPlacementGroups/*\",\"Microsoft.Compute/virtualMachines/*\"\ + ,\"Microsoft.Compute/disks/*\",\"Microsoft.Network/*/read\",\"Microsoft.Network/networkInterfaces/*\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ,\"Microsoft.Network/networkSecurityGroups/join/action\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Storage/*/read\",\"Microsoft.Storage/storageAccounts/*\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-03-18T20:00:58.9207889Z\",\"\ + updatedOn\":\"2021-11-11T20:13:14.2265665Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4f8fab4f-1852-4a58-a46a-8eaf358af14a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4f8fab4f-1852-4a58-a46a-8eaf358af14a\"\ + },{\"properties\":{\"roleName\":\"Avere Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Used by the Avere vFXT cluster to manage the cluster\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-03-18T20:02:38.3399857Z\",\"\ + updatedOn\":\"2021-11-11T20:13:15.1065886Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c025889f-8102-4ebf-b32c-fc0c6f0c6bd9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c025889f-8102-4ebf-b32c-fc0c6f0c6bd9\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Cluster Admin Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"List cluster admin credential\ + \ action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ContainerService/managedClusters/listClusterAdminCredential/action\"\ + ,\"Microsoft.ContainerService/managedClusters/accessProfiles/listCredential/action\"\ + ,\"Microsoft.ContainerService/managedClusters/read\",\"Microsoft.ContainerService/managedClusters/runcommand/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-08-15T21:38:18.5953853Z\",\"updatedOn\":\"2022-05-17T05:55:35.8052330Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0ab0b1a8-8aac-4efd-b8c2-3ee1fb270be8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0ab0b1a8-8aac-4efd-b8c2-3ee1fb270be8\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Cluster User Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"List cluster user credential action.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action\"\ + ,\"Microsoft.ContainerService/managedClusters/read\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-08-15T22:04:53.4037241Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:20.4351976Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4abbcc35-e782-43d8-92c5-2d3f1bd2253f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4abbcc35-e782-43d8-92c5-2d3f1bd2253f\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Grants access to read map related data from an Azure maps\ + \ account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Maps/accounts/*/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-10-05T19:47:03.4723070Z\",\"updatedOn\":\"2021-11-11T20:13:20.9582685Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/423170ca-a8f6-4b0f-8487-9e4eb8f49bfa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"423170ca-a8f6-4b0f-8487-9e4eb8f49bfa\"\ + },{\"properties\":{\"roleName\":\"Azure Stack Registration Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage Azure Stack registrations.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureStack/edgeSubscriptions/read\"\ + ,\"Microsoft.AzureStack/registrations/products/*/action\",\"Microsoft.AzureStack/registrations/products/read\"\ + ,\"Microsoft.AzureStack/registrations/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2017-11-13T23:42:06.2161827Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:23.2957820Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6f12a6df-dd06-4f3e-bcb1-ce8be600526a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6f12a6df-dd06-4f3e-bcb1-ce8be600526a\"\ + },{\"properties\":{\"roleName\":\"Backup Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage backup service,but can't create vaults\ + \ and give access to others\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.RecoveryServices/locations/*\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/refreshContainers/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/*\",\"Microsoft.RecoveryServices/Vaults/backupSecurityPIN/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/certificates/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\",\"Microsoft.RecoveryServices/Vaults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\"Microsoft.RecoveryServices/Vaults/usages/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.RecoveryServices/Vaults/backupstorageconfig/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupconfig/*\",\"Microsoft.RecoveryServices/Vaults/backupValidateOperation/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/write\",\"Microsoft.RecoveryServices/Vaults/backupOperations/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupEngines/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectableContainers/read\"\ + ,\"Microsoft.RecoveryServices/vaults/operationStatus/read\",\"Microsoft.RecoveryServices/vaults/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/locations/backupStatus/action\",\"Microsoft.RecoveryServices/locations/backupPreValidateProtection/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupValidateFeatures/action\",\"\ + Microsoft.RecoveryServices/Vaults/monitoringAlerts/write\",\"Microsoft.RecoveryServices/operations/read\"\ + ,\"Microsoft.RecoveryServices/locations/operationStatus/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionIntents/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.DataProtection/locations/getBackupStatus/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/write\",\"Microsoft.DataProtection/backupVaults/backupInstances/delete\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/read\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\"\ + ,\"Microsoft.DataProtection/backupVaults/deletedBackupInstances/read\",\"\ + Microsoft.DataProtection/backupVaults/deletedBackupInstances/undelete/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/backup/action\",\"\ + Microsoft.DataProtection/backupVaults/backupInstances/validateRestore/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/restore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/crossRegionRestore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/validateCrossRegionRestore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJobs/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJob/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchSecondaryRecoveryPoints/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupPolicies/write\",\"Microsoft.DataProtection/backupVaults/backupPolicies/delete\"\ + ,\"Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges/action\"\ + ,\"Microsoft.DataProtection/backupVaults/write\",\"Microsoft.DataProtection/backupVaults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/operationResults/read\",\"Microsoft.DataProtection/backupVaults/operationStatus/read\"\ + ,\"Microsoft.DataProtection/locations/checkNameAvailability/action\",\"Microsoft.DataProtection/locations/checkFeatureSupport/action\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/read\"\ + ,\"Microsoft.DataProtection/locations/operationStatus/read\",\"Microsoft.DataProtection/locations/operationResults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/validateForBackup/action\",\"Microsoft.DataProtection/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-01-03T13:12:15.7321344Z\",\"updatedOn\":\"2023-05-22T15:13:03.8717023Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e467623-bb1f-42f4-a55d-6e525e11384b\"\ + },{\"properties\":{\"roleName\":\"Billing Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows read access to billing data\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Billing/*/read\",\"Microsoft.Commerce/*/read\",\"Microsoft.Consumption/*/read\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.CostManagement/*/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-04-25T02:13:38.9054151Z\",\"updatedOn\":\"2021-11-11T20:13:24.5342563Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\ + },{\"properties\":{\"roleName\":\"Backup Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view backup services, but can't make changes\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationsStatus/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\"\ + Microsoft.RecoveryServices/Vaults/backupJobs/read\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\"\ + Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\"Microsoft.RecoveryServices/Vaults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/Vaults/backupstorageconfig/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupconfig/read\",\"Microsoft.RecoveryServices/Vaults/backupOperations/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/operations/read\",\"Microsoft.RecoveryServices/Vaults/backupEngines/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/items/read\"\ + ,\"Microsoft.RecoveryServices/locations/backupStatus/action\",\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/write\",\"Microsoft.RecoveryServices/operations/read\"\ + ,\"Microsoft.RecoveryServices/locations/operationStatus/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionIntents/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/locations/backupValidateFeatures/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupCrrJobs/action\",\"Microsoft.RecoveryServices/locations/backupCrrJob/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupCrrOperationResults/read\",\"\ + Microsoft.RecoveryServices/locations/backupCrrOperationsStatus/read\",\"Microsoft.DataProtection/locations/getBackupStatus/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/write\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\"\ + ,\"Microsoft.DataProtection/backupVaults/deletedBackupInstances/read\",\"\ + Microsoft.DataProtection/backupVaults/backupInstances/backup/action\",\"Microsoft.DataProtection/backupVaults/backupInstances/validateRestore/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/restore/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges/action\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/operationResults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/operationStatus/read\",\"Microsoft.DataProtection/backupVaults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/locations/operationStatus/read\"\ + ,\"Microsoft.DataProtection/locations/operationResults/read\",\"Microsoft.DataProtection/backupVaults/validateForBackup/action\"\ + ,\"Microsoft.DataProtection/operations/read\",\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJobs/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJob/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchSecondaryRecoveryPoints/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-01-03T13:18:41.3893065Z\",\"updatedOn\":\"2023-05-22T15:13:03.8797014Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a795c7a0-d4a2-40c1-ae25-d81f01202912\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a795c7a0-d4a2-40c1-ae25-d81f01202912\"\ + },{\"properties\":{\"roleName\":\"Blockchain Member Node Access (Preview)\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for access to Blockchain\ + \ Member nodes\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Blockchain/blockchainMembers/transactionNodes/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Blockchain/blockchainMembers/transactionNodes/connect/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-12-21T10:33:01.9604839Z\",\"\ + updatedOn\":\"2021-11-11T20:13:25.0558920Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/31a002a1-acaf-453e-8a5b-297c9ca1ea24\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"31a002a1-acaf-453e-8a5b-297c9ca1ea24\"\ + },{\"properties\":{\"roleName\":\"BizTalk Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage BizTalk services, but not access to them.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.BizTalkServices/BizTalk/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:25.2359269Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e3c6656-6cfa-4708-81fe-0de47ac73342\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e3c6656-6cfa-4708-81fe-0de47ac73342\"\ + },{\"properties\":{\"roleName\":\"CDN Endpoint Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can manage CDN endpoints, but can\u2019t grant access to\ + \ other users.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\"\ + ,\"Microsoft.Cdn/profiles/endpoints/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2021-11-11T20:13:25.4059314Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\ + },{\"properties\":{\"roleName\":\"CDN Profile Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can manage CDN profiles and their endpoints, but can\u2019\ + t grant access to other users.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\"\ + ,\"Microsoft.Cdn/operationresults/*\",\"Microsoft.Cdn/profiles/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2021-11-11T20:13:25.9224344Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ec156ff8-a8d1-4d15-830c-5b80698ca432\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ec156ff8-a8d1-4d15-830c-5b80698ca432\"\ + },{\"properties\":{\"roleName\":\"CDN Profile Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view CDN profiles and their endpoints, but can\u2019\ + t make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\"\ + ,\"Microsoft.Cdn/profiles/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2021-11-11T20:13:26.0983652Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8f96442b-4075-438f-813d-ad51ab4019af\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8f96442b-4075-438f-813d-ad51ab4019af\"\ + },{\"properties\":{\"roleName\":\"Classic Network Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage classic networks, but not\ + \ access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicNetwork/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:26.4433301Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\ + },{\"properties\":{\"roleName\":\"Classic Storage Account Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage classic storage accounts,\ + \ but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicStorage/storageAccounts/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:26.6183566Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\ + },{\"properties\":{\"roleName\":\"Classic Storage Account Key Operator Service\ + \ Role\",\"type\":\"BuiltInRole\",\"description\":\"Classic Storage Account\ + \ Key Operators are allowed to list and regenerate keys on Classic Storage\ + \ Accounts\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ClassicStorage/storageAccounts/listkeys/action\",\"Microsoft.ClassicStorage/storageAccounts/regeneratekey/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-04-13T18:22:52.1461100Z\",\"updatedOn\":\"2021-11-11T20:13:26.9796021Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\ + },{\"properties\":{\"roleName\":\"ClearDB MySQL DB Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage ClearDB MySQL databases,\ + \ but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"successbricks.cleardb/databases/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:27.1646373Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9106cda0-8a86-4e81-b686-29a22c54effe\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9106cda0-8a86-4e81-b686-29a22c54effe\"\ + },{\"properties\":{\"roleName\":\"Classic Virtual Machine Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage classic virtual machines,\ + \ but not access to them, and not the virtual network or storage account they\u2019\ + re connected to.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicCompute/domainNames/*\"\ + ,\"Microsoft.ClassicCompute/virtualMachines/*\",\"Microsoft.ClassicNetwork/networkSecurityGroups/join/action\"\ + ,\"Microsoft.ClassicNetwork/reservedIps/link/action\",\"Microsoft.ClassicNetwork/reservedIps/read\"\ + ,\"Microsoft.ClassicNetwork/virtualNetworks/join/action\",\"Microsoft.ClassicNetwork/virtualNetworks/read\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/disks/read\",\"Microsoft.ClassicStorage/storageAccounts/images/read\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.ClassicStorage/storageAccounts/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-04-25T00:37:56.5416086Z\",\"updatedOn\":\"2021-11-11T20:13:27.3446332Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you read and list keys of Cognitive Services.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/listkeys/action\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.Insights/diagnosticSettings/read\",\"Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Insights/metricdefinitions/read\",\"Microsoft.Insights/metrics/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/*\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2018-08-08T23:23:43.7701274Z\",\"updatedOn\"\ + :\"2021-11-11T20:13:27.5316443Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a97b65f3-24c7-4388-baec-2e87135dc908\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a97b65f3-24c7-4388-baec-2e87135dc908\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Data Reader (Preview)\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you read Cognitive Services\ + \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/*/read\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2019-02-13T20:02:12.6849986Z\",\"updatedOn\"\ + :\"2021-11-11T20:13:27.7138054Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b59867f0-fa02-499b-be73-45a86b5b3e1c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b59867f0-fa02-499b-be73-45a86b5b3e1c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you create, read, update, delete and\ + \ manage keys of Cognitive Services.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.CognitiveServices/*\"\ + ,\"Microsoft.Features/features/read\",\"Microsoft.Features/providers/features/read\"\ + ,\"Microsoft.Features/providers/features/register/action\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Insights/metricdefinitions/read\",\"Microsoft.Insights/metrics/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-08-08T23:18:39.2257848Z\",\"updatedOn\":\"2021-11-11T20:13:27.9116230Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/25fbc0a9-bd7c-42a3-aa1a-3b75d497ee68\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"25fbc0a9-bd7c-42a3-aa1a-3b75d497ee68\"\ + },{\"properties\":{\"roleName\":\"CosmosBackupOperator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can submit restore request for a Cosmos DB database or\ + \ a container for an account\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.DocumentDB/databaseAccounts/backup/action\",\"\ + Microsoft.DocumentDB/databaseAccounts/restore/action\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-12-07T19:47:14.9651560Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:28.4333692Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/db7b14f2-5adf-42da-9f96-f2ee17bab5cb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"db7b14f2-5adf-42da-9f96-f2ee17bab5cb\"\ + },{\"properties\":{\"roleName\":\"Contributor\",\"type\":\"BuiltInRole\",\"\ + description\":\"Grants full access to manage all resources, but does not allow\ + \ you to assign roles in Azure RBAC, manage assignments in Azure Blueprints,\ + \ or share image galleries.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"*\"],\"notActions\":[\"Microsoft.Authorization/*/Delete\"\ + ,\"Microsoft.Authorization/*/Write\",\"Microsoft.Authorization/elevateAccess/Action\"\ + ,\"Microsoft.Blueprint/blueprintAssignments/write\",\"Microsoft.Blueprint/blueprintAssignments/delete\"\ + ,\"Microsoft.Compute/galleries/share/action\"],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:28.6061853Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b24988ac-6180-42a0-ab88-20f7382dd24c\"\ + },{\"properties\":{\"roleName\":\"Cosmos DB Account Reader Role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can read Azure Cosmos DB Accounts data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.DocumentDB/*/read\",\"Microsoft.DocumentDB/databaseAccounts/readonlykeys/action\"\ + ,\"Microsoft.Insights/MetricDefinitions/read\",\"Microsoft.Insights/Metrics/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-10-30T17:53:54.6005577Z\",\"updatedOn\":\"2021-11-11T20:13:28.7911765Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fbdf93bf-df7d-467e-a4d2-9458aa1360c8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fbdf93bf-df7d-467e-a4d2-9458aa1360c8\"\ + },{\"properties\":{\"roleName\":\"Cost Management Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Can view costs and manage cost configuration\ + \ (e.g. budgets, exports)\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Consumption/*\",\"Microsoft.CostManagement/*\",\"Microsoft.Billing/billingPeriods/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Advisor/configurations/read\",\"Microsoft.Advisor/recommendations/read\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.Billing/billingProperty/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-03-14T16:09:22.8834827Z\",\"updatedOn\":\"2021-11-11T20:13:29.4851851Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/434105ed-43f6-45c7-a02f-909b2ba83430\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"434105ed-43f6-45c7-a02f-909b2ba83430\"\ + },{\"properties\":{\"roleName\":\"Cost Management Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view cost data and configuration (e.g. budgets, exports)\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Consumption/*/read\"\ + ,\"Microsoft.CostManagement/*/read\",\"Microsoft.Billing/billingPeriods/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Advisor/configurations/read\",\"Microsoft.Advisor/recommendations/read\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.Billing/billingProperty/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-03-14T16:09:22.8834827Z\",\"updatedOn\":\"2021-11-11T20:13:29.6601800Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/72fafb9e-0641-4937-9268-a91bfd8191a3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"72fafb9e-0641-4937-9268-a91bfd8191a3\"\ + },{\"properties\":{\"roleName\":\"Data Box Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage everything under Data Box Service except\ + \ giving access to others.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Databox/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2018-07-27T08:28:42.7140210Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:30.3737856Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/add466c9-e687-43fc-8d98-dfcf8d720be5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"add466c9-e687-43fc-8d98-dfcf8d720be5\"\ + },{\"properties\":{\"roleName\":\"Data Box Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage Data Box Service except creating order\ + \ or editing order details and giving access to others.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Databox/*/read\",\"Microsoft.Databox/jobs/listsecrets/action\"\ + ,\"Microsoft.Databox/jobs/listcredentials/action\",\"Microsoft.Databox/locations/availableSkus/action\"\ + ,\"Microsoft.Databox/locations/validateInputs/action\",\"Microsoft.Databox/locations/regionConfiguration/action\"\ + ,\"Microsoft.Databox/locations/validateAddress/action\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-07-27T08:26:21.9284772Z\",\"updatedOn\":\"2021-11-11T20:13:30.5546117Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/028f4ed7-e2a9-465e-a8f4-9c0ffdfdc027\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"028f4ed7-e2a9-465e-a8f4-9c0ffdfdc027\"\ + },{\"properties\":{\"roleName\":\"Data Factory Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Create and manage data factories, as well as child resources\ + \ within them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.DataFactory/dataFactories/*\"\ + ,\"Microsoft.DataFactory/factories/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.EventGrid/eventSubscriptions/write\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:30.7420174Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/673868aa-7521-48a0-acc6-0f60742d39f5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"673868aa-7521-48a0-acc6-0f60742d39f5\"\ + },{\"properties\":{\"roleName\":\"Data Purger\",\"type\":\"BuiltInRole\",\"\ + description\":\"Can purge analytics data\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Insights/components/*/read\",\"Microsoft.Insights/components/purge/action\"\ + ,\"Microsoft.OperationalInsights/workspaces/*/read\",\"Microsoft.OperationalInsights/workspaces/purge/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-04-30T22:39:49.6167700Z\",\"updatedOn\":\"2021-11-11T20:13:31.2788395Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/150f5e0c-0603-4f03-8c7f-cf70034c4e90\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"150f5e0c-0603-4f03-8c7f-cf70034c4e90\"\ + },{\"properties\":{\"roleName\":\"Data Lake Analytics Developer\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you submit, monitor, and manage your\ + \ own jobs but not create or delete Data Lake Analytics accounts.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.BigAnalytics/accounts/*\",\"Microsoft.DataLakeAnalytics/accounts/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.BigAnalytics/accounts/Delete\"\ + ,\"Microsoft.BigAnalytics/accounts/TakeOwnership/action\",\"Microsoft.BigAnalytics/accounts/Write\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/Delete\",\"Microsoft.DataLakeAnalytics/accounts/TakeOwnership/action\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/Write\",\"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts/Write\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts/Delete\",\"\ + Microsoft.DataLakeAnalytics/accounts/storageAccounts/Write\",\"Microsoft.DataLakeAnalytics/accounts/storageAccounts/Delete\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/firewallRules/Write\",\"Microsoft.DataLakeAnalytics/accounts/firewallRules/Delete\"\ + ,\"Microsoft.DataLakeAnalytics/accounts/computePolicies/Write\",\"Microsoft.DataLakeAnalytics/accounts/computePolicies/Delete\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-10-20T00:33:29.3115234Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:31.4688491Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/47b7735b-770e-4598-a7da-8b91488b4c88\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"47b7735b-770e-4598-a7da-8b91488b4c88\"\ + },{\"properties\":{\"roleName\":\"DevTest Labs User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you connect, start, restart, and shutdown your virtual\ + \ machines in your Azure DevTest Labs.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Compute/availabilitySets/read\"\ + ,\"Microsoft.Compute/virtualMachines/*/read\",\"Microsoft.Compute/virtualMachines/deallocate/action\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/restart/action\"\ + ,\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.DevTestLab/*/read\"\ + ,\"Microsoft.DevTestLab/labs/claimAnyVm/action\",\"Microsoft.DevTestLab/labs/createEnvironment/action\"\ + ,\"Microsoft.DevTestLab/labs/ensureCurrentUserProfile/action\",\"Microsoft.DevTestLab/labs/formulas/delete\"\ + ,\"Microsoft.DevTestLab/labs/formulas/read\",\"Microsoft.DevTestLab/labs/formulas/write\"\ + ,\"Microsoft.DevTestLab/labs/policySets/evaluatePolicies/action\",\"Microsoft.DevTestLab/labs/virtualMachines/claim/action\"\ + ,\"Microsoft.DevTestLab/labs/virtualmachines/listApplicableSchedules/action\"\ + ,\"Microsoft.DevTestLab/labs/virtualMachines/getRdpFileContents/action\",\"\ + Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\"\ + ,\"Microsoft.Network/networkInterfaces/*/read\",\"Microsoft.Network/networkInterfaces/join/action\"\ + ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\"\ + ,\"Microsoft.Network/publicIPAddresses/*/read\",\"Microsoft.Network/publicIPAddresses/join/action\"\ + ,\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/listKeys/action\"\ + ],\"notActions\":[\"Microsoft.Compute/virtualMachines/vmSizes/read\"],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-06-08T21:52:45.0657582Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:32.1746507Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/76283e04-6283-4c54-8f91-bcf1374a3c64\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"76283e04-6283-4c54-8f91-bcf1374a3c64\"\ + },{\"properties\":{\"roleName\":\"DocumentDB Account Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage DocumentDB accounts, but\ + \ not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.DocumentDb/databaseAccounts/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:32.3496502Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5bd9cd88-fe45-4216-938b-f97437e15450\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5bd9cd88-fe45-4216-938b-f97437e15450\"\ + },{\"properties\":{\"roleName\":\"DNS Zone Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage DNS zones and record sets in Azure DNS,\ + \ but does not let you control who has access to them.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/dnsZones/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-10-15T23:33:25.9730842Z\",\"updatedOn\":\"2021-11-11T20:13:32.5233957Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/befefa01-2a29-4197-83a8-272ff33ce314\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"befefa01-2a29-4197-83a8-272ff33ce314\"\ + },{\"properties\":{\"roleName\":\"EventGrid EventSubscription Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage EventGrid event\ + \ subscription operations.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.EventGrid/eventSubscriptions/*\"\ + ,\"Microsoft.EventGrid/topicTypes/eventSubscriptions/read\",\"Microsoft.EventGrid/locations/eventSubscriptions/read\"\ + ,\"Microsoft.EventGrid/locations/topicTypes/eventSubscriptions/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-10-08T23:27:28.3130743Z\",\"updatedOn\":\"2021-11-11T20:13:33.4166738Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/428e0ff0-5e57-4d9c-a221-2c70d0e0a443\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"428e0ff0-5e57-4d9c-a221-2c70d0e0a443\"\ + },{\"properties\":{\"roleName\":\"EventGrid EventSubscription Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you read EventGrid event subscriptions.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.EventGrid/eventSubscriptions/read\",\"Microsoft.EventGrid/topicTypes/eventSubscriptions/read\"\ + ,\"Microsoft.EventGrid/locations/eventSubscriptions/read\",\"Microsoft.EventGrid/locations/topicTypes/eventSubscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-10-09T17:29:28.1417894Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:33.7846748Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2414bbcf-6497-4faf-8c65-045460748405\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2414bbcf-6497-4faf-8c65-045460748405\"\ + },{\"properties\":{\"roleName\":\"Graph Owner\",\"type\":\"BuiltInRole\",\"\ + description\":\"Create and manage all aspects of the Enterprise Graph - Ontology,\ + \ Schema mapping, Conflation and Conversational AI and Ingestions\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.EnterpriseKnowledgeGraph/services/conflation/read\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/conflation/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/sourceschema/read\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/sourceschema/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/knowledge/read\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/knowledge/write\",\"Microsoft.EnterpriseKnowledgeGraph/services/intentclassification/read\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/intentclassification/write\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/ingestion/read\",\"Microsoft.EnterpriseKnowledgeGraph/services/ingestion/write\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/ontology/read\",\"Microsoft.EnterpriseKnowledgeGraph/services/ontology/write\"\ + ,\"Microsoft.EnterpriseKnowledgeGraph/services/delete\",\"Microsoft.EnterpriseKnowledgeGraph/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-02-23T21:07:22.5844236Z\",\"updatedOn\":\"2021-11-11T20:13:34.6707886Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b60367af-1334-4454-b71e-769d9a4f83d9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b60367af-1334-4454-b71e-769d9a4f83d9\"\ + },{\"properties\":{\"roleName\":\"HDInsight Domain Services Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Can Read, Create, Modify and Delete\ + \ Domain Services related operations needed for HDInsight Enterprise Security\ + \ Package\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.AAD/*/read\",\"Microsoft.AAD/domainServices/*/read\",\"Microsoft.AAD/domainServices/oucontainer/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-09-12T22:42:51.7451109Z\",\"updatedOn\":\"2021-11-11T20:13:35.3921342Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8d8d5a11-05d3-4bda-a417-a08778121c7c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8d8d5a11-05d3-4bda-a417-a08778121c7c\"\ + },{\"properties\":{\"roleName\":\"Intelligent Systems Account Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage Intelligent Systems\ + \ accounts, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.IntelligentSystems/accounts/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:35.9371582Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/03a6d094-3444-4b3d-88af-7477090a9e5e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"03a6d094-3444-4b3d-88af-7477090a9e5e\"\ + },{\"properties\":{\"roleName\":\"Key Vault Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage key vaults, but not access to them.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.KeyVault/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[\"Microsoft.KeyVault/locations/deletedVaults/purge/action\"\ + ,\"Microsoft.KeyVault/hsmPools/*\",\"Microsoft.KeyVault/managedHsms/*\"],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-02-25T17:08:28.5184971Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:36.1170988Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f25e0fa2-a7c8-4377-a976-54943a77a395\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f25e0fa2-a7c8-4377-a976-54943a77a395\"\ + },{\"properties\":{\"roleName\":\"Knowledge Consumer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Knowledge Read permission to consume Enterprise Graph Knowledge\ + \ using entity search and graph query\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.EnterpriseKnowledgeGraph/services/knowledge/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-02-23T21:23:31.4037552Z\",\"updatedOn\":\"2021-11-11T20:13:37.0021342Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ee361c5d-f7b5-4119-b4b6-892157c8f64c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ee361c5d-f7b5-4119-b4b6-892157c8f64c\"\ + },{\"properties\":{\"roleName\":\"Lab Creator\",\"type\":\"BuiltInRole\",\"\ + description\":\"Lets you create new labs under your Azure Lab Accounts.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.LabServices/labAccounts/*/read\",\"Microsoft.LabServices/labAccounts/createLab/action\"\ + ,\"Microsoft.LabServices/labAccounts/getPricingAndAvailability/action\",\"\ + Microsoft.LabServices/labAccounts/getRestrictionsAndUsage/action\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ + ,\"Microsoft.LabServices/labPlans/saveImage/action\",\"Microsoft.LabServices/labs/read\"\ + ,\"Microsoft.LabServices/labs/schedules/read\",\"Microsoft.LabServices/labs/users/read\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/read\",\"Microsoft.LabServices/locations/usages/read\"\ + ,\"Microsoft.LabServices/skus/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.LabServices/labPlans/createLab/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-01-18T23:38:58.1036141Z\",\"\ + updatedOn\":\"2021-11-11T20:13:37.1821588Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b97fb8bc-a8b2-4522-a38b-dd33c7e65ead\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b97fb8bc-a8b2-4522-a38b-dd33c7e65ead\"\ + },{\"properties\":{\"roleName\":\"Log Analytics Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Log Analytics Reader can view and search all monitoring\ + \ data as well as and view monitoring settings, including viewing the configuration\ + \ of Azure diagnostics on all Azure resources.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.OperationalInsights/workspaces/analytics/query/action\"\ + ,\"Microsoft.OperationalInsights/workspaces/search/action\",\"Microsoft.Support/*\"\ + ],\"notActions\":[\"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-02T00:20:28.1449012Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:37.7071371Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/73c42c96-874c-492b-b04d-ab87d138a893\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"73c42c96-874c-492b-b04d-ab87d138a893\"\ + },{\"properties\":{\"roleName\":\"Log Analytics Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Log Analytics Contributor can read all monitoring\ + \ data and edit monitoring settings. Editing monitoring settings includes\ + \ adding the VM extension to VMs; reading storage account keys to be able\ + \ to configure collection of logs from Azure Storage; adding solutions; and\ + \ configuring Azure diagnostics on all Azure resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.ClassicCompute/virtualMachines/extensions/*\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.Compute/virtualMachines/extensions/*\"\ + ,\"Microsoft.HybridCompute/machines/extensions/write\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.OperationalInsights/*\"\ + ,\"Microsoft.OperationsManagement/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.Storage/storageAccounts/listKeys/action\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-04-25T21:51:45.3174711Z\",\"updatedOn\":\"2021-11-11T20:13:37.8823618Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\ + },{\"properties\":{\"roleName\":\"Logic App Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you read, enable and disable logic app.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*/read\",\"Microsoft.Insights/metricAlerts/*/read\"\ + ,\"Microsoft.Insights/diagnosticSettings/*/read\",\"Microsoft.Insights/metricDefinitions/*/read\"\ + ,\"Microsoft.Logic/*/read\",\"Microsoft.Logic/workflows/disable/action\",\"\ + Microsoft.Logic/workflows/enable/action\",\"Microsoft.Logic/workflows/validate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Web/connectionGateways/*/read\",\"Microsoft.Web/connections/*/read\"\ + ,\"Microsoft.Web/customApis/*/read\",\"Microsoft.Web/serverFarms/read\"],\"\ + notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ + 2016-04-28T21:33:30.4656007Z\",\"updatedOn\":\"2021-11-11T20:13:38.0573444Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\ + },{\"properties\":{\"roleName\":\"Logic App Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage logic app, but not access to them.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.ClassicStorage/storageAccounts/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metricAlerts/*\"\ + ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.Insights/logdefinitions/*\"\ + ,\"Microsoft.Insights/metricDefinitions/*\",\"Microsoft.Logic/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Storage/storageAccounts/listkeys/action\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Web/connectionGateways/*\",\"Microsoft.Web/connections/*\"\ + ,\"Microsoft.Web/customApis/*\",\"Microsoft.Web/serverFarms/join/action\"\ + ,\"Microsoft.Web/serverFarms/read\",\"Microsoft.Web/sites/functions/listSecrets/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2016-04-28T21:33:30.4656007Z\",\"updatedOn\":\"2021-11-11T20:13:38.2523833Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/87a39d53-fc1b-424a-814c-f7e04687dc9e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"87a39d53-fc1b-424a-814c-f7e04687dc9e\"\ + },{\"properties\":{\"roleName\":\"Managed Application Operator Role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you read and perform actions on Managed\ + \ Application resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"*/read\",\"Microsoft.Solutions/applications/read\",\"Microsoft.Solutions/*/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-07-27T00:59:33.7988813Z\",\"updatedOn\":\"2021-11-11T20:13:38.5973763Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c7393b34-138c-406f-901b-d8cf2b17e6ae\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c7393b34-138c-406f-901b-d8cf2b17e6ae\"\ + },{\"properties\":{\"roleName\":\"Managed Applications Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you read resources in a managed app and\ + \ request JIT access.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Solutions/jitRequests/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-09-06T00:33:58.3651522Z\",\"updatedOn\":\"2021-11-11T20:13:38.7723523Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b9331d33-8a36-4f8c-b097-4f54124fdb44\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b9331d33-8a36-4f8c-b097-4f54124fdb44\"\ + },{\"properties\":{\"roleName\":\"Managed Identity Operator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Read and Assign User Assigned Identity\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ManagedIdentity/userAssignedIdentities/*/read\"\ + ,\"Microsoft.ManagedIdentity/userAssignedIdentities/*/assign/action\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-12-14T19:52:04.3924594Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:38.9523759Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f1a07417-d97a-45cb-824c-7a7467783830\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f1a07417-d97a-45cb-824c-7a7467783830\"\ + },{\"properties\":{\"roleName\":\"Managed Identity Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Create, Read, Update, and Delete User Assigned\ + \ Identity\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ManagedIdentity/userAssignedIdentities/read\",\"Microsoft.ManagedIdentity/userAssignedIdentities/write\"\ + ,\"Microsoft.ManagedIdentity/userAssignedIdentities/delete\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-12-14T19:53:42.8804692Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:39.3023761Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e40ec5ca-96e0-45a2-b4ff-59039f2c2b59\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e40ec5ca-96e0-45a2-b4ff-59039f2c2b59\"\ + },{\"properties\":{\"roleName\":\"Management Group Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Management Group Contributor Role\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Management/managementGroups/delete\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.Management/managementGroups/subscriptions/delete\"\ + ,\"Microsoft.Management/managementGroups/subscriptions/write\",\"Microsoft.Management/managementGroups/write\"\ + ,\"Microsoft.Management/managementGroups/subscriptions/read\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-06-22T00:28:29.0523964Z\",\"updatedOn\":\"2022-09-19T19:13:40.2237195Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d58bcaf-24a5-4b20-bdb6-eed9f69fbe4c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d58bcaf-24a5-4b20-bdb6-eed9f69fbe4c\"\ + },{\"properties\":{\"roleName\":\"Management Group Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Management Group Reader Role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Management/managementGroups/read\"\ + ,\"Microsoft.Management/managementGroups/subscriptions/read\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-06-22T00:31:03.4295347Z\",\"updatedOn\":\"2022-09-19T19:13:40.2237195Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ac63b705-f282-497d-ac71-919bf39d939d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ac63b705-f282-497d-ac71-919bf39d939d\"\ + },{\"properties\":{\"roleName\":\"Monitoring Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read all monitoring data.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.OperationalInsights/workspaces/search/action\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2016-09-21T19:19:52.4939376Z\",\"updatedOn\":\"2022-09-07T19:37:57.4796716Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\ + },{\"properties\":{\"roleName\":\"Network Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage networks, but not access to them.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2021-11-11T20:13:44.6328966Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4d97b98b-1d4f-4787-a291-c67834d212e7\"\ + },{\"properties\":{\"roleName\":\"New Relic APM Account Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage New Relic Application Performance\ + \ Management accounts and applications, but not access to them.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"NewRelic.APM/accounts/*\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:45.7178576Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d28c62d-5b37-4476-8438-e587778df237\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d28c62d-5b37-4476-8438-e587778df237\"\ + },{\"properties\":{\"roleName\":\"Owner\",\"type\":\"BuiltInRole\",\"description\"\ + :\"Grants full access to manage all resources, including the ability to assign\ + \ roles in Azure RBAC.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:45.8978856Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\ + },{\"properties\":{\"roleName\":\"Reader\",\"type\":\"BuiltInRole\",\"description\"\ + :\"View all resources, but does not allow you to make any changes.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:47.8628684Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"acdd72a7-3385-48ef-bd42-f606fba81ae7\"\ + },{\"properties\":{\"roleName\":\"Redis Cache Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage Redis caches, but not access to them.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Cache/register/action\",\"Microsoft.Cache/redis/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:48.0528671Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e0f68234-74aa-48ed-b826-c38b57376e17\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e0f68234-74aa-48ed-b826-c38b57376e17\"\ + },{\"properties\":{\"roleName\":\"Reader and Data Access\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you view everything but will not let you delete or\ + \ create a storage account or contained resource. It will also allow read/write\ + \ access to all data contained in a storage account via access to storage\ + \ account keys.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Storage/storageAccounts/ListAccountSas/action\"\ + ,\"Microsoft.Storage/storageAccounts/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2018-03-27T23:20:46.1498906Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:48.2278951Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c12c1c16-33a1-487b-954d-41c89c60f349\"\ + },{\"properties\":{\"roleName\":\"Resource Policy Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Users with rights to create/modify resource\ + \ policy, create support ticket and read resources/hierarchy.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.Authorization/policyassignments/*\"\ + ,\"Microsoft.Authorization/policydefinitions/*\",\"Microsoft.Authorization/policyexemptions/*\"\ + ,\"Microsoft.Authorization/policysetdefinitions/*\",\"Microsoft.PolicyInsights/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-08-25T19:08:01.3861639Z\"\ + ,\"updatedOn\":\"2023-05-18T15:35:48.5675842Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36243c78-bf99-498c-9df9-86d9f8d28608\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"36243c78-bf99-498c-9df9-86d9f8d28608\"\ + },{\"properties\":{\"roleName\":\"Scheduler Job Collections Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage Scheduler job\ + \ collections, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Scheduler/jobcollections/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\":\"2021-11-11T20:13:49.8429293Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\ + },{\"properties\":{\"roleName\":\"Search Service Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage Search services, but not access\ + \ to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Search/searchServices/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:50.0229309Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\ + },{\"properties\":{\"roleName\":\"Security Manager (Legacy)\",\"type\":\"\ + BuiltInRole\",\"description\":\"This is a legacy role. Please use Security\ + \ Administrator instead\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicCompute/*/read\"\ + ,\"Microsoft.ClassicCompute/virtualMachines/*/write\",\"Microsoft.ClassicNetwork/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Security/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-06-22T17:45:15.8986455Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:50.5729549Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\ + },{\"properties\":{\"roleName\":\"Security Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Security Reader Role\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.operationalInsights/workspaces/*/read\",\"Microsoft.Resources/deployments/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Security/*/read\"\ + ,\"Microsoft.IoTSecurity/*/read\",\"Microsoft.Support/*/read\",\"Microsoft.Security/iotDefenderSettings/packageDownloads/action\"\ + ,\"Microsoft.Security/iotDefenderSettings/downloadManagerActivation/action\"\ + ,\"Microsoft.Security/iotSensors/downloadResetPassword/action\",\"Microsoft.IoTSecurity/defenderSettings/packageDownloads/action\"\ + ,\"Microsoft.IoTSecurity/defenderSettings/downloadManagerActivation/action\"\ + ,\"Microsoft.Management/managementGroups/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-03T07:48:49.0516559Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:50.7479015Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\ + },{\"properties\":{\"roleName\":\"Spatial Anchors Account Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage spatial anchors in\ + \ your account, but not delete them\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/SpatialAnchorsAccounts/create/action\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/discovery/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/properties/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/query/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/submitdiag/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/write\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-12-21T17:57:41.1420864Z\",\"updatedOn\":\"2021-11-11T20:13:52.2829400Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8bbe83f1-e2a6-4df7-8cb4-4e04d4e5c827\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8bbe83f1-e2a6-4df7-8cb4-4e04d4e5c827\"\ + },{\"properties\":{\"roleName\":\"Site Recovery Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage Site Recovery service except\ + \ vault creation and role assignment\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\"\ + ,\"Microsoft.RecoveryServices/locations/allocateStamp/action\",\"Microsoft.RecoveryServices/Vaults/certificates/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\"Microsoft.RecoveryServices/Vaults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\"Microsoft.RecoveryServices/vaults/replicationEvents/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\"Microsoft.RecoveryServices/vaults/replicationJobs/*\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/*\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationVaultSettings/*\",\"Microsoft.RecoveryServices/Vaults/storageConfig/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\"Microsoft.RecoveryServices/Vaults/usages/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationOperationStatus/read\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-05-19T13:46:17.4592776Z\",\"updatedOn\":\"2021-11-11T20:13:52.4579503Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\ + },{\"properties\":{\"roleName\":\"Site Recovery Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you failover and failback but not perform other Site\ + \ Recovery management operations\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\"\ + ,\"Microsoft.RecoveryServices/locations/allocateStamp/action\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/switchprotection/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailoverCleanup/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\"Microsoft.RecoveryServices/vaults/replicationPolicies/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/failoverCommit/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationVaultSettings/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-05-19T13:47:50.1341148Z\",\"updatedOn\":\"2021-11-11T20:13:52.6263418Z\"\ + ,\"createdBy\":null,\"updatedBy\":\"\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"494ae006-db33-4328-bf46-533a6560a3ca\"\ + },{\"properties\":{\"roleName\":\"Spatial Anchors Account Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you locate and read properties of\ + \ spatial anchors in your account\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/SpatialAnchorsAccounts/discovery/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/properties/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/query/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/submitdiag/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-12-21T17:57:42.9271004Z\",\"updatedOn\":\"2021-11-11T20:13:52.8013467Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d51204f-eb77-4b1c-b86a-2ec626c49413\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d51204f-eb77-4b1c-b86a-2ec626c49413\"\ + },{\"properties\":{\"roleName\":\"Site Recovery Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you view Site Recovery status but not perform other\ + \ management operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\"Microsoft.RecoveryServices/vaults/replicationPolicies/read\"\ + ,\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\"Microsoft.RecoveryServices/vaults/replicationVaultSettings/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2017-05-19T13:35:40.0093634Z\",\"updatedOn\":\"2021-11-11T20:13:52.9763366Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dbaa88c4-0c30-4179-9fb3-46319faa6149\"\ + },{\"properties\":{\"roleName\":\"Spatial Anchors Account Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage spatial anchors in your\ + \ account, including deleting them\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/SpatialAnchorsAccounts/create/action\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/delete\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/discovery/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/properties/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/query/read\"\ + ,\"Microsoft.MixedReality/SpatialAnchorsAccounts/submitdiag/read\",\"Microsoft.MixedReality/SpatialAnchorsAccounts/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-12-21T17:57:43.5489832Z\",\"\ + updatedOn\":\"2021-11-11T20:13:53.1663250Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/70bbe301-9835-447d-afdd-19eb3167307c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"70bbe301-9835-447d-afdd-19eb3167307c\"\ + },{\"properties\":{\"roleName\":\"SQL Managed Instance Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage SQL Managed Instances and\ + \ required network configuration, but can\u2019t give access to others.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/*\",\"Microsoft.Network/routeTables/*\"\ + ,\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/locations/instanceFailoverGroups/*\"\ + ,\"Microsoft.Sql/managedInstances/*\",\"Microsoft.Support/*\",\"Microsoft.Network/virtualNetworks/subnets/*\"\ + ,\"Microsoft.Network/virtualNetworks/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\"],\"notActions\":[\"Microsoft.Sql/managedInstances/azureADOnlyAuthentications/delete\"\ + ,\"Microsoft.Sql/managedInstances/azureADOnlyAuthentications/write\"],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2018-12-10T22:57:14.2937983Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:53.3513507Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4939a1f6-9ae0-4e48-a1e0-f2cbe897382d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4939a1f6-9ae0-4e48-a1e0-f2cbe897382d\"\ + },{\"properties\":{\"roleName\":\"SQL DB Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage SQL databases, but not access to them.\ + \ Also, you can't manage their security-related policies or their parent SQL\ + \ servers.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/servers/databases/*\"\ + ,\"Microsoft.Sql/servers/read\",\"Microsoft.Support/*\",\"Microsoft.Insights/metrics/read\"\ + ,\"Microsoft.Insights/metricDefinitions/read\"],\"notActions\":[\"Microsoft.Sql/servers/databases/ledgerDigestUploads/write\"\ + ,\"Microsoft.Sql/servers/databases/ledgerDigestUploads/disable/action\",\"\ + Microsoft.Sql/managedInstances/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/managedInstances/databases/recommendedSensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/*\",\"\ + Microsoft.Sql/managedInstances/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/databases/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditRecords/read\"\ + ,\"Microsoft.Sql/servers/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\"\ + ,\"Microsoft.Sql/servers/databases/extendedAuditingSettings/*\",\"Microsoft.Sql/servers/databases/recommendedSensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\"Microsoft.Sql/servers/databases/securityMetrics/*\"\ + ,\"Microsoft.Sql/servers/databases/sensitivityLabels/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\"\ + ,\"Microsoft.Sql/servers/vulnerabilityAssessments/*\"],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\",\"updatedOn\"\ + :\"2021-11-11T20:13:53.5363219Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\ + },{\"properties\":{\"roleName\":\"SQL Security Manager\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage the security-related policies of SQL servers\ + \ and databases, but not access to them.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Sql/locations/administratorAzureAsyncOperation/read\"\ + ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/databases/currentSensitivityLabels/*\",\"\ + Microsoft.Sql/managedInstances/databases/recommendedSensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/*\",\"\ + Microsoft.Sql/servers/advancedThreatProtectionSettings/read\",\"Microsoft.Sql/servers/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/managedInstances/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/transparentDataEncryption/*\"\ + ,\"Microsoft.Sql/managedInstances/vulnerabilityAssessments/*\",\"Microsoft.Sql/managedInstances/serverConfigurationOptions/read\"\ + ,\"Microsoft.Sql/managedInstances/serverConfigurationOptions/write\",\"Microsoft.Sql/locations/serverConfigurationOptionAzureAsyncOperation/read\"\ + ,\"Microsoft.Sql/servers/advancedThreatProtectionSettings/read\",\"Microsoft.Sql/servers/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/servers/auditingSettings/*\",\"Microsoft.Sql/servers/extendedAuditingSettings/read\"\ + ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/read\"\ + ,\"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings/write\"\ + ,\"Microsoft.Sql/servers/databases/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditRecords/read\"\ + ,\"Microsoft.Sql/servers/databases/currentSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\"\ + ,\"Microsoft.Sql/servers/databases/extendedAuditingSettings/read\",\"Microsoft.Sql/servers/databases/read\"\ + ,\"Microsoft.Sql/servers/databases/recommendedSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/schemas/read\"\ + ,\"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/schemas/tables/read\",\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\"\ + ,\"Microsoft.Sql/servers/databases/securityMetrics/*\",\"Microsoft.Sql/servers/databases/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/transparentDataEncryption/*\",\"Microsoft.Sql/servers/databases/sqlvulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\"\ + ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\",\"\ + Microsoft.Sql/servers/devOpsAuditingSettings/*\",\"Microsoft.Sql/servers/firewallRules/*\"\ + ,\"Microsoft.Sql/servers/read\",\"Microsoft.Sql/servers/securityAlertPolicies/*\"\ + ,\"Microsoft.Sql/servers/sqlvulnerabilityAssessments/*\",\"Microsoft.Sql/servers/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Sql/servers/azureADOnlyAuthentications/*\"\ + ,\"Microsoft.Sql/managedInstances/read\",\"Microsoft.Sql/managedInstances/azureADOnlyAuthentications/*\"\ + ,\"Microsoft.Security/sqlVulnerabilityAssessments/*\",\"Microsoft.Sql/managedInstances/administrators/read\"\ + ,\"Microsoft.Sql/servers/administrators/read\",\"Microsoft.Sql/servers/databases/ledgerDigestUploads/*\"\ + ,\"Microsoft.Sql/locations/ledgerDigestUploadsAzureAsyncOperation/read\",\"\ + Microsoft.Sql/locations/ledgerDigestUploadsOperationResults/read\",\"Microsoft.Sql/servers/externalPolicyBasedAuthorizations/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-06-16T18:44:40.4607572Z\",\"updatedOn\":\"2023-03-06T16:01:39.7915962Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\ + },{\"properties\":{\"roleName\":\"Storage Account Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage storage accounts, including\ + \ accessing storage account keys which provide full access to storage account\ + \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/diagnosticSettings/*\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2021-11-11T20:13:54.2363539Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"17d1049b-9a84-46fb-8f53-869881c3d3ab\"\ + },{\"properties\":{\"roleName\":\"SQL Server Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage SQL servers and databases, but not access\ + \ to them, and not their security -related policies.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/servers/*\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ],\"notActions\":[\"Microsoft.Sql/managedInstances/databases/currentSensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/recommendedSensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/databases/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/*\",\"\ + Microsoft.Sql/managedInstances/securityAlertPolicies/*\",\"Microsoft.Sql/managedInstances/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditingSettings/*\"\ + ,\"Microsoft.Sql/servers/databases/auditRecords/read\",\"Microsoft.Sql/servers/databases/currentSensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\"Microsoft.Sql/servers/databases/extendedAuditingSettings/*\"\ + ,\"Microsoft.Sql/servers/databases/recommendedSensitivityLabels/*\",\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\"\ + ,\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\"Microsoft.Sql/servers/databases/securityMetrics/*\"\ + ,\"Microsoft.Sql/servers/databases/sensitivityLabels/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\"\ + ,\"Microsoft.Sql/servers/devOpsAuditingSettings/*\",\"Microsoft.Sql/servers/extendedAuditingSettings/*\"\ + ,\"Microsoft.Sql/servers/securityAlertPolicies/*\",\"Microsoft.Sql/servers/vulnerabilityAssessments/*\"\ + ,\"Microsoft.Sql/servers/azureADOnlyAuthentications/delete\",\"Microsoft.Sql/servers/azureADOnlyAuthentications/write\"\ + ,\"Microsoft.Sql/servers/externalPolicyBasedAuthorizations/delete\",\"Microsoft.Sql/servers/externalPolicyBasedAuthorizations/write\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2022-04-29T03:13:36.5448221Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\ + },{\"properties\":{\"roleName\":\"Storage Account Key Operator Service Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Storage Account Key Operators\ + \ are allowed to list and regenerate keys on Storage Accounts\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/regeneratekey/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-04-13T18:26:11.5770570Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:54.7697481Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/81a9662b-bebf-436f-a333-f67b29880f12\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"81a9662b-bebf-436f-a333-f67b29880f12\"\ + },{\"properties\":{\"roleName\":\"Storage Blob Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for read, write and delete access\ + \ to Azure Storage blob containers and data\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/move/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/add/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ + updatedOn\":\"2021-11-11T20:13:54.9397456Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ba92f5b4-2d11-453d-a403-e96b0029c9fe\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ba92f5b4-2d11-453d-a403-e96b0029c9fe\"\ + },{\"properties\":{\"roleName\":\"Storage Blob Data Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full access to Azure Storage blob containers\ + \ and data, including assigning POSIX access control.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/*\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2018-12-04T07:02:58.2775257Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.1225062Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b7e6dc6d-f1e8-4753-8033-0f276bb0955b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b7e6dc6d-f1e8-4753-8033-0f276bb0955b\"\ + },{\"properties\":{\"roleName\":\"Storage Blob Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for read access to Azure Storage blob containers\ + \ and data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.2975076Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2a2b9908-6ea1-4ae2-8e65-a410df84e7d1\"\ + },{\"properties\":{\"roleName\":\"Storage Queue Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for read, write, and delete access\ + \ to Azure Storage queues and queue messages\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/delete\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/read\",\"Microsoft.Storage/storageAccounts/queueServices/queues/write\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/delete\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/write\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/process/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.4725469Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/974c5e8b-45b9-4653-ba55-5f855dd0fb88\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"974c5e8b-45b9-4653-ba55-5f855dd0fb88\"\ + },{\"properties\":{\"roleName\":\"Storage Queue Data Message Processor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows for peek, receive, and delete\ + \ access to Azure Storage queue messages\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\"\ + ,\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/process/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-01-28T22:27:04.8947111Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.6575408Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8a0f0c08-91a1-4084-bc3d-661d67233fed\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8a0f0c08-91a1-4084-bc3d-661d67233fed\"\ + },{\"properties\":{\"roleName\":\"Storage Queue Data Message Sender\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for sending of Azure Storage queue\ + \ messages\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/add/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-01-28T22:28:34.7459724Z\",\"\ + updatedOn\":\"2021-11-11T20:13:55.8325508Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c6a89b2d-59bc-44d0-9896-0f6e12d7b80a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c6a89b2d-59bc-44d0-9896-0f6e12d7b80a\"\ + },{\"properties\":{\"roleName\":\"Storage Queue Data Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows for read access to Azure Storage queues\ + \ and queue messages\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Storage/storageAccounts/queueServices/queues/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"\ + updatedOn\":\"2021-11-11T20:13:56.0178497Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/19e7f393-937e-4f77-808e-94535e297925\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"19e7f393-937e-4f77-808e-94535e297925\"\ + },{\"properties\":{\"roleName\":\"Support Request Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you create and manage Support requests\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-06-22T22:25:37.8053068Z\",\"updatedOn\":\"2021-11-11T20:13:56.7444481Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cfd33db0-3dd1-45e3-aa9d-cdbdf3b6f24e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cfd33db0-3dd1-45e3-aa9d-cdbdf3b6f24e\"\ + },{\"properties\":{\"roleName\":\"Traffic Manager Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage Traffic Manager profiles,\ + \ but does not let you control who has access to them.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/trafficManagerProfiles/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2015-10-15T23:33:25.9730842Z\",\"updatedOn\":\"2021-11-11T20:13:57.2744497Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\ + },{\"properties\":{\"roleName\":\"User Access Administrator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage user access to Azure resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"\ + Microsoft.Authorization/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2021-11-11T20:13:57.7932023Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\ + },{\"properties\":{\"roleName\":\"Virtual Machine Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage virtual machines, but not\ + \ access to them, and not the virtual network or storage account they're connected\ + \ to.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Compute/availabilitySets/*\",\"Microsoft.Compute/locations/*\"\ + ,\"Microsoft.Compute/virtualMachines/*\",\"Microsoft.Compute/virtualMachineScaleSets/*\"\ + ,\"Microsoft.Compute/cloudServices/*\",\"Microsoft.Compute/disks/write\",\"\ + Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/delete\",\"Microsoft.DevTestLab/schedules/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/applicationGateways/backendAddressPools/join/action\"\ + ,\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatPools/join/action\"\ + ,\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\"Microsoft.Network/loadBalancers/probes/join/action\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/locations/*\"\ + ,\"Microsoft.Network/networkInterfaces/*\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/publicIPAddresses/join/action\"\ + ,\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.RecoveryServices/locations/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/usages/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/write\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.SerialConsole/serialPorts/connect/action\",\"Microsoft.SqlVirtualMachine/*\"\ + ,\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2021-11-11T20:13:58.3176075Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\ + },{\"properties\":{\"roleName\":\"Web Plan Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage the web plans for websites, but not access\ + \ to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Web/serverFarms/*\",\"Microsoft.Web/hostingEnvironments/Join/Action\"\ + ,\"Microsoft.Insights/autoscalesettings/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2015-02-02T21:55:09.8806423Z\"\ + ,\"updatedOn\":\"2022-09-06T17:20:37.1991757Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\ + },{\"properties\":{\"roleName\":\"Website Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage websites (not web plans), but not access\ + \ to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/components/*\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Web/certificates/*\",\"Microsoft.Web/listSitesAssignedToHostName/read\"\ + ,\"Microsoft.Web/serverFarms/join/action\",\"Microsoft.Web/serverFarms/read\"\ + ,\"Microsoft.Web/sites/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2015-05-12T23:10:23.6193952Z\",\"updatedOn\":\"2021-11-11T20:13:58.6655647Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"de139f84-1756-47ae-9be6-808fbbe84772\"\ + },{\"properties\":{\"roleName\":\"Azure Service Bus Data Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for full access to Azure Service\ + \ Bus resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.ServiceBus/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.ServiceBus/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-04-16T21:33:36.7445745Z\",\"\ + updatedOn\":\"2021-11-11T20:13:59.2005807Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/090c5cfd-751d-490a-894a-3ce6f1109419\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"090c5cfd-751d-490a-894a-3ce6f1109419\"\ + },{\"properties\":{\"roleName\":\"Azure Event Hubs Data Owner\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows for full access to Azure Event Hubs\ + \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.EventHub/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.EventHub/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-04-16T21:34:29.8656362Z\",\"\ + updatedOn\":\"2021-11-11T20:13:59.3721538Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f526a384-b230-433a-b45c-95f59c4a2dec\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f526a384-b230-433a-b45c-95f59c4a2dec\"\ + },{\"properties\":{\"roleName\":\"Attestation Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read write or delete the attestation provider instance\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Attestation/attestationProviders/attestation/read\"\ + ,\"Microsoft.Attestation/attestationProviders/attestation/write\",\"Microsoft.Attestation/attestationProviders/attestation/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-04-19T00:24:09.3354177Z\",\"updatedOn\":\"2021-11-11T20:13:59.7271218Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bbf86eb8-f7b4-4cce-96e4-18cddf81d86e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bbf86eb8-f7b4-4cce-96e4-18cddf81d86e\"\ + },{\"properties\":{\"roleName\":\"HDInsight Cluster Operator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you read and modify HDInsight cluster\ + \ configurations.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.HDInsight/*/read\",\"Microsoft.HDInsight/clusters/getGatewaySettings/action\"\ + ,\"Microsoft.HDInsight/clusters/updateGatewaySettings/action\",\"Microsoft.HDInsight/clusters/configurations/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Authorization/*/read\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-04-20T00:03:01.7110732Z\",\"updatedOn\":\"2021-11-11T20:13:59.9052180Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/61ed4efc-fab3-44fd-b111-e24485cc132a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"61ed4efc-fab3-44fd-b111-e24485cc132a\"\ + },{\"properties\":{\"roleName\":\"Cosmos DB Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage Azure Cosmos DB accounts, but not access\ + \ data in them. Prevents access to account keys and connection strings.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DocumentDb/databaseAccounts/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Authorization/*/read\",\"\ + Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\"\ + ],\"notActions\":[\"Microsoft.DocumentDB/databaseAccounts/readonlyKeys/*\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/regenerateKey/*\",\"Microsoft.DocumentDB/databaseAccounts/listKeys/*\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/listConnectionStrings/*\",\"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions/write\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions/delete\",\"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments/write\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments/delete\",\"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions/write\"\ + ,\"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions/delete\",\"\ + Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions/write\",\"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions/delete\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-04-26T17:01:17.0169383Z\"\ + ,\"updatedOn\":\"2023-01-13T23:17:29.9799776Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/230815da-be43-4aae-9cb4-875f7bd000aa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"230815da-be43-4aae-9cb4-875f7bd000aa\"\ + },{\"properties\":{\"roleName\":\"Hybrid Server Resource Administrator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can read, write, delete, and re-onboard\ + \ Hybrid servers to the Hybrid Resource Provider.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/*\"\ + ,\"Microsoft.HybridCompute/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2019-04-29T21:39:32.3132923Z\",\"updatedOn\"\ + :\"2021-11-11T20:14:00.2548257Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/48b40c6e-82e0-4eb3-90d5-19e40f49b624\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"48b40c6e-82e0-4eb3-90d5-19e40f49b624\"\ + },{\"properties\":{\"roleName\":\"Hybrid Server Onboarding\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can onboard new Hybrid servers to the Hybrid Resource Provider.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/read\"\ + ,\"Microsoft.HybridCompute/machines/write\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2019-04-29T22:36:28.1873756Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:00.4308999Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d1e5ee4-7c68-4a71-ac8b-0739630a3dfb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d1e5ee4-7c68-4a71-ac8b-0739630a3dfb\"\ + },{\"properties\":{\"roleName\":\"Azure Event Hubs Data Receiver\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows receive access to Azure Event Hubs\ + \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.EventHub/*/eventhubs/consumergroups/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.EventHub/*/receive/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-05-10T06:25:21.1056666Z\",\"updatedOn\":\"2021-11-11T20:14:01.3225169Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a638d3c7-ab3a-418d-83e6-5f17a39d4fde\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a638d3c7-ab3a-418d-83e6-5f17a39d4fde\"\ + },{\"properties\":{\"roleName\":\"Azure Event Hubs Data Sender\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows send access to Azure Event Hubs\ + \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.EventHub/*/eventhubs/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.EventHub/*/send/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-05-10T06:26:12.4673714Z\",\"updatedOn\":\"2021-11-11T20:14:01.4925583Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2b629674-e913-4c01-ae53-ef4638d8f975\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2b629674-e913-4c01-ae53-ef4638d8f975\"\ + },{\"properties\":{\"roleName\":\"Azure Service Bus Data Receiver\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for receive access to Azure Service\ + \ Bus resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.ServiceBus/*/queues/read\",\"Microsoft.ServiceBus/*/topics/read\"\ + ,\"Microsoft.ServiceBus/*/topics/subscriptions/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.ServiceBus/*/receive/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-05-10T06:43:01.6343849Z\",\"updatedOn\":\"2021-11-11T20:14:01.6629685Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4f6d3b9b-027b-4f4c-9142-0e5a2a2247e0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4f6d3b9b-027b-4f4c-9142-0e5a2a2247e0\"\ + },{\"properties\":{\"roleName\":\"Azure Service Bus Data Sender\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for send access to Azure Service\ + \ Bus resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.ServiceBus/*/queues/read\",\"Microsoft.ServiceBus/*/topics/read\"\ + ,\"Microsoft.ServiceBus/*/topics/subscriptions/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.ServiceBus/*/send/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-05-10T06:43:46.7046934Z\",\"updatedOn\":\"2021-11-11T20:14:01.8479199Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/69a216fc-b8fb-44d8-bc22-1f3c2cd27a39\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"69a216fc-b8fb-44d8-bc22-1f3c2cd27a39\"\ + },{\"properties\":{\"roleName\":\"Storage File Data SMB Share Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows for read access to Azure File\ + \ Share over SMB\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-07-01T20:19:31.8620471Z\",\"\ + updatedOn\":\"2021-11-11T20:14:04.3642909Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/aba4ae5f-2193-4029-9191-0cb91df5e314\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"aba4ae5f-2193-4029-9191-0cb91df5e314\"\ + },{\"properties\":{\"roleName\":\"Storage File Data SMB Share Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for read, write, and delete\ + \ access in Azure Storage file shares over SMB\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\",\"\ + Microsoft.Storage/storageAccounts/fileServices/fileshares/files/write\",\"\ + Microsoft.Storage/storageAccounts/fileServices/fileshares/files/delete\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2019-07-01T20:54:35.4834310Z\",\"updatedOn\"\ + :\"2021-11-11T20:14:04.5443323Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0c867c2a-1d8c-454a-a3db-ab2ea1bdc8bb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0c867c2a-1d8c-454a-a3db-ab2ea1bdc8bb\"\ + },{\"properties\":{\"roleName\":\"Private DNS Zone Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you manage private DNS zone resources,\ + \ but not the virtual networks they are linked to.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Network/privateDnsZones/*\",\"Microsoft.Network/privateDnsOperationResults/*\"\ + ,\"Microsoft.Network/privateDnsOperationStatuses/*\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.Network/virtualNetworks/join/action\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-07-10T19:31:15.5645518Z\",\"updatedOn\":\"2021-11-11T20:14:04.7342851Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b12aa53e-6015-4669-85d0-8515ebb3ae7f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b12aa53e-6015-4669-85d0-8515ebb3ae7f\"\ + },{\"properties\":{\"roleName\":\"Storage Blob Delegator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for generation of a user delegation key which can\ + \ be used to sign SAS tokens\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-07-23T00:51:16.3376761Z\",\"updatedOn\":\"2021-11-11T20:14:05.4321714Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/db58b8e5-c6ad-4a2a-8342-4190687cbf4a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"db58b8e5-c6ad-4a2a-8342-4190687cbf4a\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization User\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows user to use the applications in an\ + \ application group.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.DesktopVirtualization/applicationGroups/useApplications/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-08-07T00:29:03.8727621Z\",\"\ + updatedOn\":\"2021-11-11T20:14:05.9821791Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1d18fff3-a72a-46b5-b4a9-0b38a3cd7e63\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1d18fff3-a72a-46b5-b4a9-0b38a3cd7e63\"\ + },{\"properties\":{\"roleName\":\"Storage File Data SMB Share Elevated Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for read, write, delete\ + \ and modify NTFS permission access in Azure Storage file shares over SMB\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/write\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/delete\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/modifypermissions/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-08-07T01:35:36.9935457Z\",\"\ + updatedOn\":\"2021-11-11T20:14:06.1571744Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a7264617-510b-434b-a828-9731dc254ea7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a7264617-510b-434b-a828-9731dc254ea7\"\ + },{\"properties\":{\"roleName\":\"Blueprint Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can manage blueprint definitions, but not assign them.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Blueprint/blueprints/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-14T21:55:16.9683949Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:06.5171828Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/41077137-e803-4205-871c-5a86e6a753b4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"41077137-e803-4205-871c-5a86e6a753b4\"\ + },{\"properties\":{\"roleName\":\"Blueprint Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can assign existing published blueprints, but cannot create\ + \ new blueprints. NOTE: this only works if the assignment is done with a user-assigned\ + \ managed identity.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Blueprint/blueprintAssignments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-08-14T21:56:48.7897875Z\",\"updatedOn\":\"2021-11-11T20:14:06.6971401Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/437d2ced-4a38-4302-8479-ed2bcb43d090\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"437d2ced-4a38-4302-8479-ed2bcb43d090\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Microsoft Sentinel Contributor\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SecurityInsights/*\",\"\ + Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\"Microsoft.OperationsManagement/solutions/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/read\",\"Microsoft.OperationalInsights/workspaces/query/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/dataSources/read\",\"Microsoft.OperationalInsights/querypacks/*/read\"\ + ,\"Microsoft.Insights/workbooks/*\",\"Microsoft.Insights/myworkbooks/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.SecurityInsights/ConfidentialWatchlists/*\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/ConfidentialWatchlist/*\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T16:39:03.8725173Z\"\ + ,\"updatedOn\":\"2022-08-03T00:17:07.9295232Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ab8e14d6-4a74-4a29-9ba8-549422addade\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ab8e14d6-4a74-4a29-9ba8-549422addade\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Responder\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Microsoft Sentinel Responder\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SecurityInsights/*/read\"\ + ,\"Microsoft.SecurityInsights/dataConnectorsCheckRequirements/action\",\"\ + Microsoft.SecurityInsights/automationRules/*\",\"Microsoft.SecurityInsights/cases/*\"\ + ,\"Microsoft.SecurityInsights/incidents/*\",\"Microsoft.SecurityInsights/threatIntelligence/indicators/appendTags/action\"\ + ,\"Microsoft.SecurityInsights/threatIntelligence/indicators/query/action\"\ + ,\"Microsoft.SecurityInsights/threatIntelligence/bulkTag/action\",\"Microsoft.SecurityInsights/threatIntelligence/indicators/appendTags/action\"\ + ,\"Microsoft.SecurityInsights/threatIntelligence/indicators/replaceTags/action\"\ + ,\"Microsoft.SecurityInsights/threatIntelligence/queryIndicators/action\"\ + ,\"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/dataSources/read\",\"Microsoft.OperationalInsights/workspaces/savedSearches/read\"\ + ,\"Microsoft.OperationsManagement/solutions/read\",\"Microsoft.OperationalInsights/workspaces/query/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/*/read\",\"Microsoft.OperationalInsights/workspaces/dataSources/read\"\ + ,\"Microsoft.OperationalInsights/querypacks/*/read\",\"Microsoft.Insights/workbooks/read\"\ + ,\"Microsoft.Insights/myworkbooks/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[\"Microsoft.SecurityInsights/cases/*/Delete\",\"Microsoft.SecurityInsights/incidents/*/Delete\"\ + ,\"Microsoft.SecurityInsights/ConfidentialWatchlists/*\",\"Microsoft.OperationalInsights/workspaces/query/ConfidentialWatchlist/*\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T16:54:07.6467264Z\"\ + ,\"updatedOn\":\"2022-08-03T00:17:07.9295232Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e150937-b8fe-4cfb-8069-0eaf05ecd056\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3e150937-b8fe-4cfb-8069-0eaf05ecd056\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Microsoft Sentinel Reader\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SecurityInsights/*/read\"\ + ,\"Microsoft.SecurityInsights/dataConnectorsCheckRequirements/action\",\"\ + Microsoft.SecurityInsights/threatIntelligence/indicators/query/action\",\"\ + Microsoft.SecurityInsights/threatIntelligence/queryIndicators/action\",\"\ + Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/LinkedServices/read\",\"Microsoft.OperationalInsights/workspaces/savedSearches/read\"\ + ,\"Microsoft.OperationsManagement/solutions/read\",\"Microsoft.OperationalInsights/workspaces/query/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/*/read\",\"Microsoft.OperationalInsights/querypacks/*/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/dataSources/read\",\"Microsoft.Insights/workbooks/read\"\ + ,\"Microsoft.Insights/myworkbooks/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/templateSpecs/*/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.SecurityInsights/ConfidentialWatchlists/*\"\ + ,\"Microsoft.OperationalInsights/workspaces/query/ConfidentialWatchlist/*\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T16:58:50.1132117Z\"\ + ,\"updatedOn\":\"2022-08-03T00:17:07.9295232Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8d289c81-5878-46d4-8554-54e1e3d8b5cb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8d289c81-5878-46d4-8554-54e1e3d8b5cb\"\ + },{\"properties\":{\"roleName\":\"Policy Insights Data Writer (Preview)\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows read access to resource\ + \ policies and write access to resource component policy events.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/policyassignments/read\"\ + ,\"Microsoft.Authorization/policydefinitions/read\",\"Microsoft.Authorization/policyexemptions/read\"\ + ,\"Microsoft.Authorization/policysetdefinitions/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.PolicyInsights/checkDataPolicyCompliance/action\"\ + ,\"Microsoft.PolicyInsights/policyEvents/logDataEvents/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-09-19T19:35:20.9504127Z\",\"updatedOn\":\"2021-11-11T20:14:09.4235132Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/66bb4e9e-b016-4a94-8249-4c0511c2be84\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"66bb4e9e-b016-4a94-8249-4c0511c2be84\"\ + },{\"properties\":{\"roleName\":\"SignalR AccessKey Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read SignalR Service Access Keys\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.SignalRService/*/read\"\ + ,\"Microsoft.SignalRService/SignalR/listkeys/action\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-09-20T09:33:19.6236874Z\",\"updatedOn\":\"2021-11-11T20:14:09.6134860Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/04165923-9d83-45d5-8227-78b77b0a687e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"04165923-9d83-45d5-8227-78b77b0a687e\"\ + },{\"properties\":{\"roleName\":\"SignalR/Web PubSub Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Create, Read, Update, and Delete SignalR\ + \ service resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.SignalRService/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-09-20T09:58:09.0009662Z\",\"updatedOn\":\"2021-11-11T20:14:09.7884765Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8cf5e20a-e4b2-4e9d-b3a1-5ceb692c2761\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8cf5e20a-e4b2-4e9d-b3a1-5ceb692c2761\"\ + },{\"properties\":{\"roleName\":\"Azure Connected Machine Onboarding\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can onboard Azure Connected Machines.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/read\"\ + ,\"Microsoft.HybridCompute/machines/write\",\"Microsoft.HybridCompute/privateLinkScopes/read\"\ + ,\"Microsoft.GuestConfiguration/guestConfigurationAssignments/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2019-10-23T20:15:07.1372870Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:10.8735219Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b64e21ea-ac4e-4cdf-9dc9-5b892992bee7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b64e21ea-ac4e-4cdf-9dc9-5b892992bee7\"\ + },{\"properties\":{\"roleName\":\"Managed Services Registration assignment\ + \ Delete Role\",\"type\":\"BuiltInRole\",\"description\":\"Managed Services\ + \ Registration Assignment Delete Role allows the managing tenant users to\ + \ delete the registration assignment assigned to their tenant.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ManagedServices/registrationAssignments/read\"\ + ,\"Microsoft.ManagedServices/registrationAssignments/delete\",\"Microsoft.ManagedServices/operationStatuses/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-10-23T22:33:33.1183469Z\",\"updatedOn\":\"2021-11-11T20:14:11.2336400Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/91c1777a-f3dc-4fae-b103-61d183457e46\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"91c1777a-f3dc-4fae-b103-61d183457e46\"\ + },{\"properties\":{\"roleName\":\"App Configuration Data Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows full access to App Configuration\ + \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AppConfiguration/configurationStores/*/read\"\ + ,\"Microsoft.AppConfiguration/configurationStores/*/write\",\"Microsoft.AppConfiguration/configurationStores/*/delete\"\ + ,\"Microsoft.AppConfiguration/configurationStores/*/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-10-25T18:41:40.1185063Z\",\"updatedOn\":\"2023-02-07T16:15:03.9445893Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5ae67dd6-50cb-40e7-96ff-dc2bfa4b606b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5ae67dd6-50cb-40e7-96ff-dc2bfa4b606b\"\ + },{\"properties\":{\"roleName\":\"App Configuration Data Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows read access to App Configuration\ + \ data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AppConfiguration/configurationStores/*/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-10-25T18:45:33.7975332Z\",\"\ + updatedOn\":\"2021-11-11T20:14:11.5885341Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/516239f1-63e1-4d78-a4de-a74fb236a071\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"516239f1-63e1-4d78-a4de-a74fb236a071\"\ + },{\"properties\":{\"roleName\":\"Kubernetes Cluster - Azure Arc Onboarding\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Role definition to authorize any\ + \ user/service to create connectedClusters resource\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Kubernetes/connectedClusters/Write\"\ + ,\"Microsoft.Kubernetes/connectedClusters/read\",\"Microsoft.Support/*\"],\"\ + notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ + 2019-11-18T17:00:02.2087147Z\",\"updatedOn\":\"2021-11-11T20:14:12.4685303Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/34e09817-6cbe-4d01-b1a2-e0eac5743d41\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"34e09817-6cbe-4d01-b1a2-e0eac5743d41\"\ + },{\"properties\":{\"roleName\":\"Experimentation Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Experimentation Contributor\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/write\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/delete\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/experiment/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/emergencystop/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/read\",\"Microsoft.Experimentation/experimentWorkspaces/write\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/delete\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2019-12-13T00:08:08.6679591Z\",\"updatedOn\":\"2021-11-11T20:14:14.6454147Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f646f1b-fa08-80eb-a22b-edd6ce5c915c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f646f1b-fa08-80eb-a22b-edd6ce5c915c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services QnA Maker Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Let\u2019s you read and test a KB\ + \ only.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/alterations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointkeys/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointsettings/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/alterations/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointkeys/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointsettings/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/alterations/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointkeys/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointsettings/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-12-17T18:26:12.3329439Z\",\"\ + updatedOn\":\"2021-11-11T20:14:14.8254033Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/466ccd10-b268-4a11-b098-b4849f024126\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"466ccd10-b268-4a11-b098-b4849f024126\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services QnA Maker Editor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Let\u2019s you create, edit, import\ + \ and export a KB. You cannot publish or delete a KB.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/create/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/write\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/knowledgebases/train/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/alterations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/alterations/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointkeys/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointkeys/refreshkeys/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker/endpointsettings/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker/endpointsettings/write\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker/operations/read\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/create/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/knowledgebases/train/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/alterations/read\",\"\ + Microsoft.CognitiveServices/accounts/QnAMaker.v2/alterations/write\",\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointkeys/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointkeys/refreshkeys/action\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointsettings/read\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/endpointsettings/write\"\ + ,\"Microsoft.CognitiveServices/accounts/QnAMaker.v2/operations/read\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/download/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/create/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/generateanswer/action\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/knowledgebases/train/action\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/alterations/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/alterations/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointkeys/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointkeys/refreshkeys/action\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointsettings/read\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/endpointsettings/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnAMaker/operations/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-12-17T18:27:30.6434556Z\",\"\ + updatedOn\":\"2021-11-11T20:14:14.9961559Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f4cc2bf9-21be-47a1-bdf1-5c5804381025\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f4cc2bf9-21be-47a1-bdf1-5c5804381025\"\ + },{\"properties\":{\"roleName\":\"Experimentation Administrator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Experimentation Administrator\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/admin/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/write\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/delete\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/experimentadmin/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/experiment/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/emergencystop/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/read\",\"Microsoft.Experimentation/experimentWorkspaces/write\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/delete\",\"Microsoft.Experimentation/experimentWorkspaces/admin/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/metricwrite/action\",\"\ + Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/metricwrite/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2019-12-18T22:46:33.1116612Z\",\"\ + updatedOn\":\"2021-11-11T20:14:15.1811577Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f646f1b-fa08-80eb-a33b-edd6ce5c915c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f646f1b-fa08-80eb-a33b-edd6ce5c915c\"\ + },{\"properties\":{\"roleName\":\"Remote Rendering Administrator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides user with conversion, manage session,\ + \ rendering and diagnostics capabilities for Azure Remote Rendering\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.MixedReality/RemoteRenderingAccounts/convert/action\",\"Microsoft.MixedReality/RemoteRenderingAccounts/convert/read\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/convert/delete\",\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/read\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/action\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/delete\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/render/read\",\"Microsoft.MixedReality/RemoteRenderingAccounts/diagnostic/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-01-23T18:15:31.3450348Z\",\"\ + updatedOn\":\"2021-11-11T20:14:16.7621737Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3df8b902-2a6f-47c7-8cc5-360e9b272a7e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3df8b902-2a6f-47c7-8cc5-360e9b272a7e\"\ + },{\"properties\":{\"roleName\":\"Remote Rendering Client\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides user with manage session, rendering and diagnostics\ + \ capabilities for Azure Remote Rendering.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/read\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/action\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/delete\"\ + ,\"Microsoft.MixedReality/RemoteRenderingAccounts/render/read\",\"Microsoft.MixedReality/RemoteRenderingAccounts/diagnostic/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-01-23T18:32:52.7069824Z\",\"\ + updatedOn\":\"2021-11-11T20:14:16.9421512Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d39065c4-c120-43c9-ab0a-63eed9795f0a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d39065c4-c120-43c9-ab0a-63eed9795f0a\"\ + },{\"properties\":{\"roleName\":\"Managed Application Contributor Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows for creating managed application\ + \ resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"*/read\",\"Microsoft.Solutions/applications/*\",\"Microsoft.Solutions/register/action\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/*\",\"Microsoft.Resources/deployments/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-02-08T03:39:11.8933879Z\",\"updatedOn\":\"2021-11-11T20:14:19.1271536Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/641177b8-a67a-45b9-a033-47bc880bb21e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"641177b8-a67a-45b9-a033-47bc880bb21e\"\ + },{\"properties\":{\"roleName\":\"Security Assessment Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you push assessments to Security Center\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Security/assessments/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-02-13T08:23:47.7656161Z\",\"updatedOn\":\"2021-11-11T20:14:19.3021974Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/612c2aa1-cb24-443b-ac28-3ab7272de6f5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"612c2aa1-cb24-443b-ac28-3ab7272de6f5\"\ + },{\"properties\":{\"roleName\":\"Tag Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage tags on entities, without providing access\ + \ to the entities themselves.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\",\"Microsoft.Resources/subscriptions/resources/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Resources/tags/*\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-18T23:19:19.2977644Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:20.0172041Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4a9ae827-6dc8-4573-8ac7-8239d42aa03f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4a9ae827-6dc8-4573-8ac7-8239d42aa03f\"\ + },{\"properties\":{\"roleName\":\"Integration Service Environment Developer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows developers to create and\ + \ update workflows, integration accounts and API connections in integration\ + \ service environments.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Support/*\",\"Microsoft.Logic/integrationServiceEnvironments/read\"\ + ,\"Microsoft.Logic/integrationServiceEnvironments/*/join/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-20T21:09:00.5627875Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:20.1871986Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c7aa55d3-1abb-444a-a5ca-5e51e485d6ec\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c7aa55d3-1abb-444a-a5ca-5e51e485d6ec\"\ + },{\"properties\":{\"roleName\":\"Integration Service Environment Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage integration service\ + \ environments, but not access to them.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Logic/integrationServiceEnvironments/*\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-20T21:10:44.4008319Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:20.3622058Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a41e2c5b-bd99-4a07-88f4-9bf657a760b8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a41e2c5b-bd99-4a07-88f4-9bf657a760b8\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Contributor Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Grants access to read and write\ + \ Azure Kubernetes Service clusters\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ContainerService/managedClusters/read\",\"Microsoft.ContainerService/managedClusters/write\"\ + ,\"Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2020-02-27T19:27:15.0739970Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:21.2621727Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ed7f3fbd-7b88-4dd4-9017-9adb7ce333f8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ed7f3fbd-7b88-4dd4-9017-9adb7ce333f8\"\ + },{\"properties\":{\"roleName\":\"Azure Digital Twins Data Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Read-only role for Digital Twins data-plane\ + \ properties\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.DigitalTwins/digitaltwins/read\"\ + ,\"Microsoft.DigitalTwins/digitaltwins/relationships/read\",\"Microsoft.DigitalTwins/eventroutes/read\"\ + ,\"Microsoft.DigitalTwins/jobs/import/read\",\"Microsoft.DigitalTwins/models/read\"\ + ,\"Microsoft.DigitalTwins/query/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-03-10T23:48:14.7057381Z\",\"updatedOn\":\"2022-09-09T04:53:29.9179383Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d57506d4-4c8d-48b1-8587-93c323f6a5a3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d57506d4-4c8d-48b1-8587-93c323f6a5a3\"\ + },{\"properties\":{\"roleName\":\"Azure Digital Twins Data Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Full access role for Digital Twins data-plane\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.DigitalTwins/digitaltwins/*\",\"Microsoft.DigitalTwins/digitaltwins/commands/*\"\ + ,\"Microsoft.DigitalTwins/digitaltwins/relationships/*\",\"Microsoft.DigitalTwins/eventroutes/*\"\ + ,\"Microsoft.DigitalTwins/jobs/*\",\"Microsoft.DigitalTwins/models/*\",\"\ + Microsoft.DigitalTwins/query/*\"],\"notDataActions\":[]}],\"createdOn\":\"\ + 2020-03-10T23:49:33.7821930Z\",\"updatedOn\":\"2022-09-09T02:05:53.4327295Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bcd981a7-7f74-457b-83e1-cceb9e632ffe\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bcd981a7-7f74-457b-83e1-cceb9e632ffe\"\ + },{\"properties\":{\"roleName\":\"Hierarchy Settings Administrator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows users to edit and delete Hierarchy\ + \ Settings\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Management/managementGroups/settings/write\",\"Microsoft.Management/managementGroups/settings/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-03-13T23:55:11.0212387Z\",\"updatedOn\":\"2021-11-11T20:14:23.0882347Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/350f8d15-c687-4448-8ae1-157740a3936d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"350f8d15-c687-4448-8ae1-157740a3936d\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal full access to FHIR Data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/*\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-03-17T18:35:04.4949547Z\",\"updatedOn\":\"2021-11-11T20:14:23.6235473Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5a1fc7df-4bf1-4951-a576-89034ee01acd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5a1fc7df-4bf1-4951-a576-89034ee01acd\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Exporter\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to read and export FHIR Data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/read\"\ + ,\"Microsoft.HealthcareApis/services/fhir/resources/export/action\",\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/export/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-03-17T18:45:01.9764073Z\",\"\ + updatedOn\":\"2021-11-11T20:14:23.7992557Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3db33094-8700-4567-8da5-1501d4e7e843\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3db33094-8700-4567-8da5-1501d4e7e843\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to read FHIR Data\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.HealthcareApis/services/fhir/resources/read\",\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-03-17T18:49:04.8353499Z\",\"\ + updatedOn\":\"2021-11-11T20:14:23.9692275Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4c8d0bbc-75d3-4935-991f-5f3c56d81508\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4c8d0bbc-75d3-4935-991f-5f3c56d81508\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Writer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to read and write FHIR Data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/*\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/*\"],\"notDataActions\"\ + :[\"Microsoft.HealthcareApis/services/fhir/resources/hardDelete/action\",\"\ + Microsoft.HealthcareApis/workspaces/fhirservices/resources/hardDelete/action\"\ + ]}],\"createdOn\":\"2020-03-17T18:55:35.2413335Z\",\"updatedOn\":\"2021-11-11T20:14:24.1442783Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3f88fce4-5892-4214-ae73-ba5294559913\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3f88fce4-5892-4214-ae73-ba5294559913\"\ + },{\"properties\":{\"roleName\":\"Experimentation Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Experimentation Reader\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Experimentation/experimentWorkspaces/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-03-25T18:05:14.8375678Z\",\"\ + updatedOn\":\"2021-11-11T20:14:24.5042390Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/49632ef5-d9ac-41f4-b8e7-bbe587fa74a1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"49632ef5-d9ac-41f4-b8e7-bbe587fa74a1\"\ + },{\"properties\":{\"roleName\":\"Object Understanding Account Owner\",\"\ + type\":\"BuiltInRole\",\"description\":\"Provides user with ingestion capabilities\ + \ for Azure Object Understanding.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectUnderstandingAccounts/ingest/action\"\ + ,\"Microsoft.MixedReality/ObjectUnderstandingAccounts/ingest/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-04-22T19:15:09.0697923Z\",\"updatedOn\":\"2021-11-11T20:14:26.8743132Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4dd61c23-6743-42fe-a388-d8bdd41cb745\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4dd61c23-6743-42fe-a388-d8bdd41cb745\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Data Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Grants access to read, write, and delete access\ + \ to map related data from an Azure maps account.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Maps/accounts/*/read\",\"Microsoft.Maps/accounts/*/write\",\"Microsoft.Maps/accounts/*/delete\"\ + ,\"Microsoft.Maps/accounts/*/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-05-07T20:55:05.0645410Z\",\"updatedOn\":\"2021-11-11T20:14:28.3092598Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8f5e0ce6-4f7b-4dcf-bddf-e6f48634a204\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8f5e0ce6-4f7b-4dcf-bddf-e6f48634a204\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Full access to the project, including\ + \ the ability to view, create, edit, or delete projects.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-05-08T23:47:07.0779345Z\",\"\ + updatedOn\":\"2021-11-11T20:14:28.8342655Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c1ff6cc2-c111-46fe-8896-e0ef812ad9f3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c1ff6cc2-c111-46fe-8896-e0ef812ad9f3\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Deployment\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Publish, unpublish or export models.\ + \ Deployment can view the project but can\u2019t update.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/predictions/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/iterations/publish/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/iterations/export/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/quicktest/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/classify/*\",\"Microsoft.CognitiveServices/accounts/CustomVision/detect/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ + ]}],\"createdOn\":\"2020-05-09T01:31:05.9528620Z\",\"updatedOn\":\"2021-11-11T20:14:29.0142669Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5c4089e1-6d96-4d2f-b296-c1bc7137275f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5c4089e1-6d96-4d2f-b296-c1bc7137275f\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Labeler\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"View, edit training images and\ + \ create, add, remove, or delete the image tags. Labelers can view the project\ + \ but can\u2019t update anything other than training images and tags.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/predictions/query/action\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/images/*\",\"\ + Microsoft.CognitiveServices/accounts/CustomVision/projects/tags/*\",\"Microsoft.CognitiveServices/accounts/CustomVision/projects/images/suggested/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/tagsandregions/suggestions/action\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ + ]}],\"createdOn\":\"2020-05-09T01:33:20.8278896Z\",\"updatedOn\":\"2021-11-11T20:14:29.1892871Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/88424f51-ebe7-446f-bc41-7fa16989e96c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"88424f51-ebe7-446f-bc41-7fa16989e96c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Read-only actions in the project.\ + \ Readers can\u2019t create or update the project.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/predictions/query/action\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ + ]}],\"createdOn\":\"2020-05-09T01:34:18.5328818Z\",\"updatedOn\":\"2021-11-11T20:14:29.3642707Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/93586559-c37d-4a6b-ba08-b9f0940c2d73\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"93586559-c37d-4a6b-ba08-b9f0940c2d73\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Custom Vision Trainer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"View, edit projects and train\ + \ the models, including the ability to publish, unpublish, export the models.\ + \ Trainers can\u2019t create or delete the project.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/CustomVision/projects/action\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/delete\",\"\ + Microsoft.CognitiveServices/accounts/CustomVision/projects/import/action\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVision/projects/export/read\"\ + ]}],\"createdOn\":\"2020-05-09T01:35:13.8147804Z\",\"updatedOn\":\"2021-11-11T20:14:29.5442713Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0a5ae4ab-0d65-4eeb-be61-29fc9b54394b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0a5ae4ab-0d65-4eeb-be61-29fc9b54394b\"\ + },{\"properties\":{\"roleName\":\"Key Vault Administrator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Perform all data plane operations on a key vault and all\ + \ objects in it, including certificates, keys, and secrets. Cannot manage\ + \ key vault resources or manage role assignments. Only works for key vaults\ + \ that use the 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\"\ + ,\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\"\ + ,\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/*\"],\"notDataActions\":[]}],\"createdOn\":\"\ + 2020-05-19T17:52:46.2349235Z\",\"updatedOn\":\"2021-11-11T20:14:30.2542755Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00482a5a-887f-4fb3-b363-3b7fe8e74483\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"00482a5a-887f-4fb3-b363-3b7fe8e74483\"\ + },{\"properties\":{\"roleName\":\"Key Vault Crypto User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Perform cryptographic operations using keys. Only works\ + \ for key vaults that use the 'Azure role-based access control' permission\ + \ model.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/keys/read\",\"\ + Microsoft.KeyVault/vaults/keys/update/action\",\"Microsoft.KeyVault/vaults/keys/backup/action\"\ + ,\"Microsoft.KeyVault/vaults/keys/encrypt/action\",\"Microsoft.KeyVault/vaults/keys/decrypt/action\"\ + ,\"Microsoft.KeyVault/vaults/keys/wrap/action\",\"Microsoft.KeyVault/vaults/keys/unwrap/action\"\ + ,\"Microsoft.KeyVault/vaults/keys/sign/action\",\"Microsoft.KeyVault/vaults/keys/verify/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-05-19T17:52:47.0699268Z\",\"\ + updatedOn\":\"2021-11-11T20:14:30.6042921Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/12338af0-0e69-4776-bea7-57ae8d297424\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"12338af0-0e69-4776-bea7-57ae8d297424\"\ + },{\"properties\":{\"roleName\":\"Key Vault Secrets Officer\",\"type\":\"\ + BuiltInRole\",\"description\":\"Perform any action on the secrets of a key\ + \ vault, except manage permissions. Only works for key vaults that use the\ + \ 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\"\ + ,\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\"\ + ,\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/secrets/*\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-05-19T17:52:47.1449242Z\",\"updatedOn\":\"2021-11-11T20:14:30.7793470Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b86a8fe4-44ce-4948-aee5-eccb2c155cd7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b86a8fe4-44ce-4948-aee5-eccb2c155cd7\"\ + },{\"properties\":{\"roleName\":\"Key Vault Secrets User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read secret contents. Only works for key vaults that use\ + \ the 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/secrets/getSecret/action\",\"Microsoft.KeyVault/vaults/secrets/readMetadata/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-05-19T17:52:47.2049241Z\",\"\ + updatedOn\":\"2021-11-11T20:14:30.9542829Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4633458b-17de-408a-b874-0445c86b69e6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4633458b-17de-408a-b874-0445c86b69e6\"\ + },{\"properties\":{\"roleName\":\"Key Vault Certificates Officer\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Perform any action on the certificates\ + \ of a key vault, except manage permissions. Only works for key vaults that\ + \ use the 'Azure role-based access control' permission model.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.KeyVault/checkNameAvailability/read\",\"Microsoft.KeyVault/deletedVaults/read\"\ + ,\"Microsoft.KeyVault/locations/*/read\",\"Microsoft.KeyVault/vaults/*/read\"\ + ,\"Microsoft.KeyVault/operations/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/certificatecas/*\",\"Microsoft.KeyVault/vaults/certificates/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-05-19T17:52:47.2499247Z\",\"\ + updatedOn\":\"2021-11-11T20:14:31.1292967Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a4417e6f-fecd-4de8-b567-7b0420556985\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a4417e6f-fecd-4de8-b567-7b0420556985\"\ + },{\"properties\":{\"roleName\":\"Key Vault Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read metadata of key vaults and its certificates, keys,\ + \ and secrets. Cannot read sensitive values such as secret contents or key\ + \ material. Only works for key vaults that use the 'Azure role-based access\ + \ control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.KeyVault/checkNameAvailability/read\"\ + ,\"Microsoft.KeyVault/deletedVaults/read\",\"Microsoft.KeyVault/locations/*/read\"\ + ,\"Microsoft.KeyVault/vaults/*/read\",\"Microsoft.KeyVault/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/*/read\"\ + ,\"Microsoft.KeyVault/vaults/secrets/readMetadata/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-05-19T17:52:47.2949294Z\",\"updatedOn\":\"2021-11-11T20:14:31.3043292Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/21090545-7ca7-4776-b22c-e363652d74d2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"21090545-7ca7-4776-b22c-e363652d74d2\"\ + },{\"properties\":{\"roleName\":\"Key Vault Crypto Service Encryption User\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Read metadata of keys and perform\ + \ wrap/unwrap operations. Only works for key vaults that use the 'Azure role-based\ + \ access control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.EventGrid/eventSubscriptions/write\",\"Microsoft.EventGrid/eventSubscriptions/read\"\ + ,\"Microsoft.EventGrid/eventSubscriptions/delete\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.KeyVault/vaults/keys/read\",\"Microsoft.KeyVault/vaults/keys/wrap/action\"\ + ,\"Microsoft.KeyVault/vaults/keys/unwrap/action\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-05-20T20:55:19.2398470Z\",\"updatedOn\":\"2021-11-11T20:14:31.8443056Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e147488a-f6f5-4113-8e2d-b22465e65bf6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e147488a-f6f5-4113-8e2d-b22465e65bf6\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Viewer\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you view all resources in cluster/namespace,\ + \ except secrets.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/daemonsets/read\",\"Microsoft.Kubernetes/connectedClusters/apps/deployments/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/replicasets/read\",\"Microsoft.Kubernetes/connectedClusters/apps/statefulsets/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/autoscaling/horizontalpodautoscalers/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/batch/cronjobs/read\",\"Microsoft.Kubernetes/connectedClusters/batch/jobs/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/configmaps/read\",\"Microsoft.Kubernetes/connectedClusters/endpoints/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/events.k8s.io/events/read\",\"Microsoft.Kubernetes/connectedClusters/events/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/daemonsets/read\",\"\ + Microsoft.Kubernetes/connectedClusters/extensions/deployments/read\",\"Microsoft.Kubernetes/connectedClusters/extensions/ingresses/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/networkpolicies/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/replicasets/read\",\"\ + Microsoft.Kubernetes/connectedClusters/limitranges/read\",\"Microsoft.Kubernetes/connectedClusters/namespaces/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/ingresses/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/networkpolicies/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/persistentvolumeclaims/read\",\"\ + Microsoft.Kubernetes/connectedClusters/pods/read\",\"Microsoft.Kubernetes/connectedClusters/policy/poddisruptionbudgets/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/read\",\"\ + Microsoft.Kubernetes/connectedClusters/replicationcontrollers/read\",\"Microsoft.Kubernetes/connectedClusters/resourcequotas/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/serviceaccounts/read\",\"Microsoft.Kubernetes/connectedClusters/services/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:51:12.8801199Z\",\"\ + updatedOn\":\"2021-11-11T20:14:33.8193353Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/63f0a09d-1495-4db4-a681-037d84835eb4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"63f0a09d-1495-4db4-a681-037d84835eb4\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Writer\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you update everything in cluster/namespace,\ + \ except (cluster)roles and (cluster)role bindings.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/deployments/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/statefulsets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/batch/cronjobs/*\",\"Microsoft.Kubernetes/connectedClusters/batch/jobs/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/configmaps/*\",\"Microsoft.Kubernetes/connectedClusters/endpoints/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/events.k8s.io/events/read\",\"Microsoft.Kubernetes/connectedClusters/events/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/deployments/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/ingresses/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/networkpolicies/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/limitranges/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/namespaces/read\",\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/ingresses/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/persistentvolumeclaims/*\",\"Microsoft.Kubernetes/connectedClusters/pods/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\",\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/resourcequotas/read\",\"Microsoft.Kubernetes/connectedClusters/secrets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/serviceaccounts/*\",\"Microsoft.Kubernetes/connectedClusters/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:53:50.6749823Z\",\"\ + updatedOn\":\"2021-11-11T20:14:34.0043462Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5b999177-9696-4545-85c7-50de3797e5a1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5b999177-9696-4545-85c7-50de3797e5a1\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Cluster Admin\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources in\ + \ the cluster.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:55:30.9910462Z\",\"\ + updatedOn\":\"2021-11-11T20:14:34.1743694Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8393591c-06b9-48a2-a542-1bd6b377f6a2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8393591c-06b9-48a2-a542-1bd6b377f6a2\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Kubernetes Admin\",\"type\":\"\ + BuiltInRole\",\"description\":\"Lets you manage all resources under cluster/namespace,\ + \ except update or delete resource quotas and namespaces.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Kubernetes/connectedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/deployments/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/apps/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/apps/statefulsets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/authorization.k8s.io/localsubjectaccessreviews/write\"\ + ,\"Microsoft.Kubernetes/connectedClusters/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/batch/cronjobs/*\",\"Microsoft.Kubernetes/connectedClusters/batch/jobs/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/configmaps/*\",\"Microsoft.Kubernetes/connectedClusters/endpoints/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/events.k8s.io/events/read\",\"Microsoft.Kubernetes/connectedClusters/events/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/daemonsets/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/deployments/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/ingresses/*\",\"Microsoft.Kubernetes/connectedClusters/extensions/networkpolicies/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/extensions/replicasets/*\",\"Microsoft.Kubernetes/connectedClusters/limitranges/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/namespaces/read\",\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/ingresses/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/persistentvolumeclaims/*\",\"Microsoft.Kubernetes/connectedClusters/pods/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/rbac.authorization.k8s.io/rolebindings/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/rbac.authorization.k8s.io/roles/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\",\"Microsoft.Kubernetes/connectedClusters/replicationcontrollers/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/resourcequotas/read\",\"Microsoft.Kubernetes/connectedClusters/secrets/*\"\ + ,\"Microsoft.Kubernetes/connectedClusters/serviceaccounts/*\",\"Microsoft.Kubernetes/connectedClusters/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-06-12T20:57:06.0391177Z\",\"\ + updatedOn\":\"2021-11-11T20:14:34.3593384Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dffb1e0c-446f-4dde-a09f-99eb5cc68b96\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dffb1e0c-446f-4dde-a09f-99eb5cc68b96\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Cluster Admin\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources\ + \ in the cluster.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-02T17:47:24.4071415Z\",\"\ + updatedOn\":\"2022-10-13T05:35:57.5280055Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b1ff04bb-8a4e-4dc4-8eb5-8693973ce19b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b1ff04bb-8a4e-4dc4-8eb5-8693973ce19b\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Admin\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources under\ + \ cluster/namespace, except update or delete resource quotas and namespaces.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/*\"\ + ],\"notDataActions\":[\"Microsoft.ContainerService/managedClusters/resourcequotas/write\"\ + ,\"Microsoft.ContainerService/managedClusters/resourcequotas/delete\",\"Microsoft.ContainerService/managedClusters/namespaces/write\"\ + ,\"Microsoft.ContainerService/managedClusters/namespaces/delete\"]}],\"createdOn\"\ + :\"2020-07-02T17:50:30.4020311Z\",\"updatedOn\":\"2023-05-09T20:25:59.2329427Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3498e952-d568-435e-9b2c-8d77e338d7f7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3498e952-d568-435e-9b2c-8d77e338d7f7\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows read-only access to see most\ + \ objects in a namespace. It does not allow viewing roles or role bindings.\ + \ This role does not allow viewing Secrets, since reading the contents of\ + \ Secrets enables access to ServiceAccount credentials in the namespace, which\ + \ would allow API access as any ServiceAccount in the namespace (a form of\ + \ privilege escalation). Applying this role at cluster scope will give access\ + \ across all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/managedClusters/apps/daemonsets/read\",\"Microsoft.ContainerService/managedClusters/apps/deployments/read\"\ + ,\"Microsoft.ContainerService/managedClusters/apps/replicasets/read\",\"Microsoft.ContainerService/managedClusters/apps/statefulsets/read\"\ + ,\"Microsoft.ContainerService/managedClusters/autoscaling/horizontalpodautoscalers/read\"\ + ,\"Microsoft.ContainerService/managedClusters/batch/cronjobs/read\",\"Microsoft.ContainerService/managedClusters/batch/jobs/read\"\ + ,\"Microsoft.ContainerService/managedClusters/configmaps/read\",\"Microsoft.ContainerService/managedClusters/discovery.k8s.io/endpointslices/read\"\ + ,\"Microsoft.ContainerService/managedClusters/endpoints/read\",\"Microsoft.ContainerService/managedClusters/events.k8s.io/events/read\"\ + ,\"Microsoft.ContainerService/managedClusters/events/read\",\"Microsoft.ContainerService/managedClusters/extensions/daemonsets/read\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/deployments/read\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/ingresses/read\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/networkpolicies/read\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/replicasets/read\"\ + ,\"Microsoft.ContainerService/managedClusters/limitranges/read\",\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/pods/read\"\ + ,\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/nodes/read\"\ + ,\"Microsoft.ContainerService/managedClusters/namespaces/read\",\"Microsoft.ContainerService/managedClusters/networking.k8s.io/ingresses/read\"\ + ,\"Microsoft.ContainerService/managedClusters/networking.k8s.io/networkpolicies/read\"\ + ,\"Microsoft.ContainerService/managedClusters/persistentvolumeclaims/read\"\ + ,\"Microsoft.ContainerService/managedClusters/pods/read\",\"Microsoft.ContainerService/managedClusters/policy/poddisruptionbudgets/read\"\ + ,\"Microsoft.ContainerService/managedClusters/replicationcontrollers/read\"\ + ,\"Microsoft.ContainerService/managedClusters/resourcequotas/read\",\"Microsoft.ContainerService/managedClusters/serviceaccounts/read\"\ + ,\"Microsoft.ContainerService/managedClusters/services/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-07-02T17:53:05.5728294Z\",\"updatedOn\":\"2023-04-26T15:25:34.6832678Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7f6c6a51-bcf8-42ba-9220-52d62157d7db\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7f6c6a51-bcf8-42ba-9220-52d62157d7db\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service RBAC Writer\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows read/write access to most\ + \ objects in a namespace.This role does not allow viewing or modifying roles\ + \ or role bindings. However, this role allows accessing Secrets and running\ + \ Pods as any ServiceAccount in the namespace, so it can be used to gain the\ + \ API access levels of any ServiceAccount in the namespace. Applying this\ + \ role at cluster scope will give access across all namespaces.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ContainerService/managedClusters/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/managedClusters/apps/daemonsets/*\",\"Microsoft.ContainerService/managedClusters/apps/deployments/*\"\ + ,\"Microsoft.ContainerService/managedClusters/apps/replicasets/*\",\"Microsoft.ContainerService/managedClusters/apps/statefulsets/*\"\ + ,\"Microsoft.ContainerService/managedClusters/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.ContainerService/managedClusters/batch/cronjobs/*\",\"Microsoft.ContainerService/managedClusters/coordination.k8s.io/leases/read\"\ + ,\"Microsoft.ContainerService/managedClusters/coordination.k8s.io/leases/write\"\ + ,\"Microsoft.ContainerService/managedClusters/coordination.k8s.io/leases/delete\"\ + ,\"Microsoft.ContainerService/managedClusters/discovery.k8s.io/endpointslices/read\"\ + ,\"Microsoft.ContainerService/managedClusters/batch/jobs/*\",\"Microsoft.ContainerService/managedClusters/configmaps/*\"\ + ,\"Microsoft.ContainerService/managedClusters/endpoints/*\",\"Microsoft.ContainerService/managedClusters/events.k8s.io/events/read\"\ + ,\"Microsoft.ContainerService/managedClusters/events/*\",\"Microsoft.ContainerService/managedClusters/extensions/daemonsets/*\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/deployments/*\",\"\ + Microsoft.ContainerService/managedClusters/extensions/ingresses/*\",\"Microsoft.ContainerService/managedClusters/extensions/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/managedClusters/extensions/replicasets/*\",\"\ + Microsoft.ContainerService/managedClusters/limitranges/read\",\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/pods/read\"\ + ,\"Microsoft.ContainerService/managedClusters/metrics.k8s.io/nodes/read\"\ + ,\"Microsoft.ContainerService/managedClusters/namespaces/read\",\"Microsoft.ContainerService/managedClusters/networking.k8s.io/ingresses/*\"\ + ,\"Microsoft.ContainerService/managedClusters/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/managedClusters/persistentvolumeclaims/*\",\"\ + Microsoft.ContainerService/managedClusters/pods/*\",\"Microsoft.ContainerService/managedClusters/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.ContainerService/managedClusters/replicationcontrollers/*\",\"\ + Microsoft.ContainerService/managedClusters/resourcequotas/read\",\"Microsoft.ContainerService/managedClusters/secrets/*\"\ + ,\"Microsoft.ContainerService/managedClusters/serviceaccounts/*\",\"Microsoft.ContainerService/managedClusters/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-02T17:54:51.9644983Z\",\"\ + updatedOn\":\"2023-04-26T15:25:34.9482609Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a7ffa36f-339b-4b5c-8bdf-e2c188b2c0eb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a7ffa36f-339b-4b5c-8bdf-e2c188b2c0eb\"\ + },{\"properties\":{\"roleName\":\"Services Hub Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Services Hub Operator allows you to perform all read, write,\ + \ and deletion operations related to Services Hub Connectors.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.ServicesHub/connectors/write\",\"Microsoft.ServicesHub/connectors/read\"\ + ,\"Microsoft.ServicesHub/connectors/delete\",\"Microsoft.ServicesHub/connectors/checkAssessmentEntitlement/action\"\ + ,\"Microsoft.ServicesHub/supportOfferingEntitlement/read\",\"Microsoft.ServicesHub/workspaces/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-07-20T17:57:22.0644902Z\",\"updatedOn\":\"2021-11-11T20:14:37.5544021Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/82200a5b-e217-47a5-b665-6d8765ee745b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"82200a5b-e217-47a5-b665-6d8765ee745b\"\ + },{\"properties\":{\"roleName\":\"Object Understanding Account Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you read ingestion jobs for\ + \ an object understanding account.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectUnderstandingAccounts/ingest/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-23T19:16:31.9929119Z\",\"\ + updatedOn\":\"2021-11-11T20:14:37.9070085Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d18777c0-1514-4662-8490-608db7d334b6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d18777c0-1514-4662-8490-608db7d334b6\"\ + },{\"properties\":{\"roleName\":\"SignalR REST API Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Full access to Azure SignalR Service REST APIs\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.SignalRService/SignalR/auth/clientToken/action\",\"Microsoft.SignalRService/SignalR/hub/send/action\"\ + ,\"Microsoft.SignalRService/SignalR/group/send/action\",\"Microsoft.SignalRService/SignalR/group/read\"\ + ,\"Microsoft.SignalRService/SignalR/group/write\",\"Microsoft.SignalRService/SignalR/clientConnection/send/action\"\ + ,\"Microsoft.SignalRService/SignalR/clientConnection/read\",\"Microsoft.SignalRService/SignalR/clientConnection/write\"\ + ,\"Microsoft.SignalRService/SignalR/user/send/action\",\"Microsoft.SignalRService/SignalR/user/read\"\ + ,\"Microsoft.SignalRService/SignalR/user/write\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-07-29T09:35:32.2764751Z\",\"updatedOn\":\"2021-11-11T20:14:38.8028020Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd53cd77-2268-407a-8f46-7e7863d0f521\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fd53cd77-2268-407a-8f46-7e7863d0f521\"\ + },{\"properties\":{\"roleName\":\"Collaborative Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can manage data packages of a collaborative.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/*/read\"\ + ,\"Microsoft.IndustryDataLifecycle/memberCollaboratives/*/read\",\"Microsoft.IndustryDataLifecycle/locations/dataPackages/*\"\ + ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/receivedDataPackages/*\"\ + ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/rejectDataPackage/action\"\ + ,\"Microsoft.IndustryDataLifecycle/memberCollaboratives/sharedDataPackages/*\"\ + ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/dataModels/*\"\ + ,\"Microsoft.IndustryDataLifecycle/custodianCollaboratives/auditLogs/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-08-14T11:58:31.8973556Z\",\"updatedOn\":\"2021-11-11T20:14:40.2428145Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/daa9e50b-21df-454c-94a6-a8050adab352\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"daa9e50b-21df-454c-94a6-a8050adab352\"\ + },{\"properties\":{\"roleName\":\"Device Update Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Gives you read access to management and content operations,\ + \ but does not allow making changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/updates/read\",\"Microsoft.DeviceUpdate/accounts/instances/management/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-21T23:40:19.2373610Z\",\"\ + updatedOn\":\"2021-11-11T20:14:40.7922672Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e9dba6fb-3d52-4cf0-bce3-f06ce71b9e0f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e9dba6fb-3d52-4cf0-bce3-f06ce71b9e0f\"\ + },{\"properties\":{\"roleName\":\"Device Update Administrator\",\"type\":\"\ + BuiltInRole\",\"description\":\"Gives you full access to management and content\ + \ operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/updates/read\",\"Microsoft.DeviceUpdate/accounts/instances/updates/write\"\ + ,\"Microsoft.DeviceUpdate/accounts/instances/updates/delete\",\"Microsoft.DeviceUpdate/accounts/instances/management/read\"\ + ,\"Microsoft.DeviceUpdate/accounts/instances/management/write\",\"Microsoft.DeviceUpdate/accounts/instances/management/delete\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-21T23:56:22.3520510Z\",\"\ + updatedOn\":\"2021-11-11T20:14:40.9672678Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/02ca0879-e8e4-47a5-a61e-5c618b76e64a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"02ca0879-e8e4-47a5-a61e-5c618b76e64a\"\ + },{\"properties\":{\"roleName\":\"Device Update Content Administrator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Gives you full access to content\ + \ operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/updates/read\",\"Microsoft.DeviceUpdate/accounts/instances/updates/write\"\ + ,\"Microsoft.DeviceUpdate/accounts/instances/updates/delete\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-08-21T23:58:18.4255500Z\",\"updatedOn\":\"2021-11-11T20:14:41.1433368Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0378884a-3af5-44ab-8323-f5b22f9f3c98\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0378884a-3af5-44ab-8323-f5b22f9f3c98\"\ + },{\"properties\":{\"roleName\":\"Device Update Content Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Gives you read access to content operations,\ + \ but does not allow making changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/updates/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-08-22T00:02:43.3299181Z\",\"updatedOn\":\"2021-11-11T20:14:41.6754856Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d1ee9a80-8b14-47f0-bdc2-f4a351625a7b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d1ee9a80-8b14-47f0-bdc2-f4a351625a7b\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Metrics Advisor Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Full access to the project, including\ + \ the system level configuration.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.CognitiveServices/accounts/MetricsAdvisor/*\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2020-09-10T07:46:47.5804491Z\",\"updatedOn\"\ + :\"2021-11-11T20:14:43.6930781Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cb43c632-a144-4ec5-977c-e80c4affc34a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cb43c632-a144-4ec5-977c-e80c4affc34a\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Metrics Advisor User\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Access to the project.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/MetricsAdvisor/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/MetricsAdvisor/stats/*\"\ + ]}],\"createdOn\":\"2020-09-10T07:47:59.6195639Z\",\"updatedOn\":\"2021-11-11T20:14:43.8780761Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3b20f47b-3825-43cb-8114-4bd2201156a8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3b20f47b-3825-43cb-8114-4bd2201156a8\"\ + },{\"properties\":{\"roleName\":\"Schema Registry Reader (Preview)\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Read and list Schema Registry groups and\ + \ schemas.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.EventHub/namespaces/schemagroups/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.EventHub/namespaces/schemas/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-09-13T06:31:38.0272740Z\",\"updatedOn\":\"2021-11-11T20:14:44.6350450Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2c56ea50-c6b3-40a6-83c0-9d98858bc7d2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2c56ea50-c6b3-40a6-83c0-9d98858bc7d2\"\ + },{\"properties\":{\"roleName\":\"Schema Registry Contributor (Preview)\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Read, write, and delete Schema\ + \ Registry groups and schemas.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.EventHub/namespaces/schemagroups/*\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.EventHub/namespaces/schemas/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-09-13T06:48:26.6032931Z\",\"updatedOn\":\"2021-11-11T20:14:44.8200370Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5dffeca3-4936-4216-b2bc-10343a5abb25\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5dffeca3-4936-4216-b2bc-10343a5abb25\"\ + },{\"properties\":{\"roleName\":\"AgFood Platform Service Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides read access to AgFood Platform\ + \ Service\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/*/list/action\"\ + ,\"Microsoft.AgFoodPlatform/*/read\",\"Microsoft.AgFoodPlatform/*/search/action\"\ + ,\"Microsoft.AgFoodPlatform/*/download/action\",\"Microsoft.AgFoodPlatform/*/overlap/action\"\ + ,\"Microsoft.AgFoodPlatform/*/checkConsent/action\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-09-14T10:21:08.9138820Z\",\"updatedOn\":\"2022-12-13T20:14:03.4852995Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7ec7ccdc-f61e-41fe-9aaf-980df0a44eba\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7ec7ccdc-f61e-41fe-9aaf-980df0a44eba\"\ + },{\"properties\":{\"roleName\":\"AgFood Platform Service Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Provides contribute access to AgFood\ + \ Platform Service\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/*/action\"\ + ,\"Microsoft.AgFoodPlatform/*/read\",\"Microsoft.AgFoodPlatform/*/write\"\ + ],\"notDataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/farmers/write\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/deletionJobs/*/write\",\"Microsoft.AgFoodPlatform/farmBeats/parties/write\"\ + ]}],\"createdOn\":\"2020-09-14T10:21:09.7239169Z\",\"updatedOn\":\"2023-01-24T18:31:01.7902225Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8508508a-4469-4e45-963b-2518ee0bb728\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8508508a-4469-4e45-963b-2518ee0bb728\"\ + },{\"properties\":{\"roleName\":\"AgFood Platform Service Admin\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides admin access to AgFood Platform\ + \ Service\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-09-14T10:21:09.8039209Z\",\"updatedOn\":\"2021-11-11T20:14:45.3613128Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f8da80de-1ff9-4747-ad80-a19b7f6079e3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f8da80de-1ff9-4747-ad80-a19b7f6079e3\"\ + },{\"properties\":{\"roleName\":\"Managed HSM contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage managed HSM pools, but not access to them.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.KeyVault/managedHSMs/*\"\ + ,\"Microsoft.KeyVault/deletedManagedHsms/read\",\"Microsoft.KeyVault/locations/deletedManagedHsms/read\"\ + ,\"Microsoft.KeyVault/locations/deletedManagedHsms/purge/action\",\"Microsoft.KeyVault/locations/managedHsmOperationResults/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-09-16T21:47:01.1291104Z\",\"updatedOn\":\"2022-03-08T04:39:15.4247950Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18500a29-7fe2-46b2-a342-b16a415e101d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18500a29-7fe2-46b2-a342-b16a415e101d\"\ + },{\"properties\":{\"roleName\":\"Security Detonation Chamber Submitter\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allowed to create submissions\ + \ to Security Detonation Chamber\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SecurityDetonation/chambers/submissions/delete\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/write\",\"Microsoft.SecurityDetonation/chambers/submissions/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/files/read\",\"Microsoft.SecurityDetonation/chambers/submissions/accesskeyview/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/platforms/metadata/read\",\"Microsoft.SecurityDetonation/chambers/workflows/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/toolsets/metadata/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-10-01T08:55:21.3980274Z\",\"updatedOn\":\"2021-11-11T20:14:47.5471350Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0b555d9b-b4a7-4f43-b330-627f0e5be8f0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0b555d9b-b4a7-4f43-b330-627f0e5be8f0\"\ + },{\"properties\":{\"roleName\":\"SignalR REST API Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read-only access to Azure SignalR Service REST APIs\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.SignalRService/SignalR/group/read\",\"Microsoft.SignalRService/SignalR/clientConnection/read\"\ + ,\"Microsoft.SignalRService/SignalR/user/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-10-13T09:19:05.6463616Z\",\"updatedOn\":\"2021-11-11T20:14:48.7902970Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ddde6b66-c0df-4114-a159-3618637b3035\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ddde6b66-c0df-4114-a159-3618637b3035\"\ + },{\"properties\":{\"roleName\":\"SignalR Service Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Full access to Azure SignalR Service REST APIs\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.SignalRService/SignalR/auth/accessKey/action\",\"Microsoft.SignalRService/SignalR/auth/clientToken/action\"\ + ,\"Microsoft.SignalRService/SignalR/hub/send/action\",\"Microsoft.SignalRService/SignalR/group/send/action\"\ + ,\"Microsoft.SignalRService/SignalR/group/read\",\"Microsoft.SignalRService/SignalR/group/write\"\ + ,\"Microsoft.SignalRService/SignalR/clientConnection/send/action\",\"Microsoft.SignalRService/SignalR/clientConnection/read\"\ + ,\"Microsoft.SignalRService/SignalR/clientConnection/write\",\"Microsoft.SignalRService/SignalR/serverConnection/write\"\ + ,\"Microsoft.SignalRService/SignalR/user/send/action\",\"Microsoft.SignalRService/SignalR/user/read\"\ + ,\"Microsoft.SignalRService/SignalR/user/write\",\"Microsoft.SignalRService/SignalR/livetrace/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-10-13T09:20:32.1501410Z\",\"\ + updatedOn\":\"2022-09-16T08:44:01.7361171Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7e4f1700-ea5a-4f59-8f37-079cfe29dce3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7e4f1700-ea5a-4f59-8f37-079cfe29dce3\"\ + },{\"properties\":{\"roleName\":\"Reservation Purchaser\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you purchase reservations\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Capacity/catalogs/read\",\"Microsoft.Capacity/register/action\"\ + ,\"Microsoft.Compute/register/action\",\"Microsoft.Consumption/register/action\"\ + ,\"Microsoft.Consumption/reservationRecommendationDetails/read\",\"Microsoft.Consumption/reservationRecommendations/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.SQL/register/action\",\"Microsoft.Support/supporttickets/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-10-23T20:22:48.9217751Z\",\"updatedOn\":\"2022-04-14T06:22:45.6940884Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f7b75c60-3036-4b75-91c3-6b41c27c1689\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f7b75c60-3036-4b75-91c3-6b41c27c1689\"\ + },{\"properties\":{\"roleName\":\"AzureML Metrics Writer (preview)\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you write metrics to AzureML workspace\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/workspaces/metrics/*/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-10-27T16:55:19.5664950Z\",\"updatedOn\":\"2021-11-11T20:14:49.8655015Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/635dd51f-9968-44d3-b7fb-6d9a6bd613ae\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"635dd51f-9968-44d3-b7fb-6d9a6bd613ae\"\ + },{\"properties\":{\"roleName\":\"Storage Account Backup Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you perform backup and restore\ + \ operations using Azure Backup on the storage account.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Authorization/locks/read\",\"Microsoft.Authorization/locks/write\"\ + ,\"Microsoft.Authorization/locks/delete\",\"Microsoft.Features/features/read\"\ + ,\"Microsoft.Features/providers/features/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Storage/operations/read\",\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/delete\"\ + ,\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/read\",\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/write\"\ + ,\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/restorePointMarkers/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/write\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/restoreBlobRanges/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-11-02T23:32:50.4203469Z\",\"updatedOn\":\"2022-04-20T09:54:09.8888251Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e5e2a7ff-d759-4cd2-bb51-3152d37e2eb1\"\ + },{\"properties\":{\"roleName\":\"Experimentation Metric Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allows for creation, writes and reads\ + \ to the metric set via the metrics service APIs.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Experimentation/experimentWorkspaces/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/read\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/experimentationGroups/metricwrite/action\"\ + ,\"Microsoft.Experimentation/experimentWorkspaces/metricwrite/action\",\"\ + Microsoft.Experimentation/experimentWorkspaces/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-11-10T20:07:53.7535885Z\",\"updatedOn\":\"2021-11-11T20:14:50.9524177Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6188b7c9-7d01-4f99-a59f-c88b630326c0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6188b7c9-7d01-4f99-a59f-c88b630326c0\"\ + },{\"properties\":{\"roleName\":\"Project Babylon Data Curator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"The Microsoft.ProjectBabylon data curator\ + \ can create, read, modify and delete catalog data objects and establish relationships\ + \ between objects. This role is in preview and subject to change.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ProjectBabylon/accounts/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ProjectBabylon/accounts/data/read\"\ + ,\"Microsoft.ProjectBabylon/accounts/data/write\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-11-14T02:31:33.7988825Z\",\"updatedOn\":\"2021-11-11T20:14:51.4929515Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9ef4ef9c-a049-46b0-82ab-dd8ac094c889\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9ef4ef9c-a049-46b0-82ab-dd8ac094c889\"\ + },{\"properties\":{\"roleName\":\"Project Babylon Data Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"The Microsoft.ProjectBabylon data reader can\ + \ read catalog data objects. This role is in preview and subject to change.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ProjectBabylon/accounts/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ProjectBabylon/accounts/data/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:33:13.5342351Z\",\"\ + updatedOn\":\"2021-11-11T20:14:51.6729667Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c8d896ba-346d-4f50-bc1d-7d1c84130446\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c8d896ba-346d-4f50-bc1d-7d1c84130446\"\ + },{\"properties\":{\"roleName\":\"Project Babylon Data Source Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"The Microsoft.ProjectBabylon data\ + \ source administrator can manage data sources and data scans. This role is\ + \ in preview and subject to change.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ProjectBabylon/accounts/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ProjectBabylon/accounts/scan/read\",\"Microsoft.ProjectBabylon/accounts/scan/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:34:01.8401954Z\",\"\ + updatedOn\":\"2021-11-11T20:14:51.8529643Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/05b7651b-dc44-475e-b74d-df3db49fae0f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"05b7651b-dc44-475e-b74d-df3db49fae0f\"\ + },{\"properties\":{\"roleName\":\"Application Group Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Contributor of the Application Group.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/applicationgroups/*\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ + ,\"Microsoft.DesktopVirtualization/workspaces/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-03T23:26:00.2784962Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:52.9432015Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ca6382a4-1721-4bcf-a114-ff0c70227b6b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ca6382a4-1721-4bcf-a114-ff0c70227b6b\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Reader of Desktop Virtualization.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:36:19.0140629Z\",\"updatedOn\":\"2021-11-11T20:14:54.0407838Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/49a72310-ab8d-41df-bbb0-79b649203868\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"49a72310-ab8d-41df-bbb0-79b649203868\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Contributor of Desktop Virtualization.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:37:16.2910337Z\",\"updatedOn\":\"2021-11-11T20:14:54.2107872Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/082f0a83-3be5-4ba1-904c-961cca79b387\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"082f0a83-3be5-4ba1-904c-961cca79b387\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Workspace Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Contributor of the Desktop Virtualization\ + \ Workspace.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/workspaces/*\",\"Microsoft.DesktopVirtualization/applicationgroups/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:38:29.6089216Z\",\"updatedOn\":\"2021-11-11T20:14:54.3907854Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/21efdde3-836f-432b-bf3d-3e8e734d4b2b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"21efdde3-836f-432b-bf3d-3e8e734d4b2b\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization User Session Operator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Operator of the Desktop Virtualization\ + \ Uesr Session.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:39:16.9100273Z\",\"updatedOn\":\"2021-11-11T20:14:54.5657970Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ea4bfff8-7fb4-485a-aadd-d4129a0ffaa6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ea4bfff8-7fb4-485a-aadd-d4129a0ffaa6\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Session Host Operator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Operator of the Desktop Virtualization\ + \ Session Host.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:39:53.2569741Z\",\"updatedOn\":\"2021-11-11T20:14:54.7508042Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2ad6aaab-ead9-4eaa-8ac5-da422f562408\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2ad6aaab-ead9-4eaa-8ac5-da422f562408\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Host Pool Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Reader of the Desktop Virtualization\ + \ Host Pool.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/hostpools/*/read\",\"Microsoft.DesktopVirtualization/hostpools/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:40:33.1430834Z\",\"updatedOn\":\"2021-11-11T20:14:54.9257967Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ceadfde2-b300-400a-ab7b-6143895aa822\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ceadfde2-b300-400a-ab7b-6143895aa822\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Host Pool Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Contributor of the Desktop Virtualization\ + \ Host Pool.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/hostpools/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-11T21:40:57.2976187Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:55.1057701Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e307426c-f9b6-4e81-87de-d99efb3c32bc\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e307426c-f9b6-4e81-87de-d99efb3c32bc\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Application Group\ + \ Reader\",\"type\":\"BuiltInRole\",\"description\":\"Reader of the Desktop\ + \ Virtualization Application Group.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.DesktopVirtualization/applicationgroups/*/read\"\ + ,\"Microsoft.DesktopVirtualization/applicationgroups/read\",\"Microsoft.DesktopVirtualization/hostpools/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/read\",\"Microsoft.Support/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2020-12-11T21:41:18.0287398Z\"\ + ,\"updatedOn\":\"2021-11-11T20:14:55.2858006Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/aebf23d0-b568-4e86-b8f9-fe83a2c6ab55\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"aebf23d0-b568-4e86-b8f9-fe83a2c6ab55\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Application Group\ + \ Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Contributor of\ + \ the Desktop Virtualization Application Group.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/applicationgroups/*\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:41:38.6205531Z\",\"updatedOn\":\"2021-11-11T20:14:55.4677136Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/86240b0e-9422-4c43-887b-b61143f32ba8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"86240b0e-9422-4c43-887b-b61143f32ba8\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Workspace Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Reader of the Desktop Virtualization\ + \ Workspace.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DesktopVirtualization/workspaces/read\",\"Microsoft.DesktopVirtualization/applicationgroups/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/read\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2020-12-11T21:41:58.1892707Z\",\"updatedOn\":\"2021-11-11T20:14:55.6577168Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0fa44ee9-7a7d-466b-9bb2-2bf446b1204d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0fa44ee9-7a7d-466b-9bb2-2bf446b1204d\"\ + },{\"properties\":{\"roleName\":\"Disk Backup Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides permission to backup vault to perform disk backup.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/beginGetAccess/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-12-15T07:39:03.8394514Z\",\"updatedOn\":\"2021-11-11T20:14:56.0178737Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3e5e47e6-65f7-47ef-90b5-e5dd4d455f24\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3e5e47e6-65f7-47ef-90b5-e5dd4d455f24\"\ + },{\"properties\":{\"roleName\":\"Disk Restore Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides permission to backup vault to perform disk restore.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Compute/disks/write\"\ + ,\"Microsoft.Compute/disks/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2020-12-15T12:18:31.8481619Z\",\"updatedOn\"\ + :\"2021-11-11T20:14:56.7408912Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b50d9833-a0cb-478e-945f-707fcc997c13\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b50d9833-a0cb-478e-945f-707fcc997c13\"\ + },{\"properties\":{\"roleName\":\"Disk Snapshot Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Provides permission to backup vault to manage\ + \ disk snapshots.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Compute/snapshots/delete\",\"Microsoft.Compute/snapshots/write\"\ + ,\"Microsoft.Compute/snapshots/read\",\"Microsoft.Compute/snapshots/beginGetAccess/action\"\ + ,\"Microsoft.Compute/snapshots/endGetAccess/action\",\"Microsoft.Compute/disks/beginGetAccess/action\"\ + ,\"Microsoft.Storage/storageAccounts/listkeys/action\",\"Microsoft.Storage/storageAccounts/write\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-12-15T12:18:51.4471411Z\",\"updatedOn\":\"2021-11-11T20:14:56.9158814Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7efff54f-a5b4-42b5-a1c5-5411624893ce\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7efff54f-a5b4-42b5-a1c5-5411624893ce\"\ + },{\"properties\":{\"roleName\":\"Microsoft.Kubernetes connected cluster role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft.Kubernetes connected\ + \ cluster role.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Kubernetes/connectedClusters/read\",\"Microsoft.Kubernetes/connectedClusters/write\"\ + ,\"Microsoft.Kubernetes/connectedClusters/delete\",\"Microsoft.Kubernetes/registeredSubscriptions/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-01-07T23:57:10.9923232Z\",\"updatedOn\":\"2021-11-11T20:14:58.2039838Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5548b2cf-c94c-4228-90ba-30851930a12f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5548b2cf-c94c-4228-90ba-30851930a12f\"\ + },{\"properties\":{\"roleName\":\"Security Detonation Chamber Submission Manager\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allowed to create and manage submissions\ + \ to Security Detonation Chamber\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SecurityDetonation/chambers/submissions/delete\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/write\",\"Microsoft.SecurityDetonation/chambers/submissions/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/files/read\",\"Microsoft.SecurityDetonation/chambers/submissions/accesskeyview/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/adminview/read\",\"Microsoft.SecurityDetonation/chambers/submissions/analystview/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/publicview/read\",\"\ + Microsoft.SecurityDetonation/chambers/platforms/metadata/read\",\"Microsoft.SecurityDetonation/chambers/workflows/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/toolsets/metadata/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-01-18T09:35:36.5739297Z\",\"updatedOn\":\"2021-11-11T20:14:58.3939604Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a37b566d-3efa-4beb-a2f2-698963fa42ce\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a37b566d-3efa-4beb-a2f2-698963fa42ce\"\ + },{\"properties\":{\"roleName\":\"Security Detonation Chamber Publisher\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allowed to publish and modify\ + \ platforms, workflows and toolsets to Security Detonation Chamber\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.SecurityDetonation/chambers/platforms/read\",\"Microsoft.SecurityDetonation/chambers/platforms/write\"\ + ,\"Microsoft.SecurityDetonation/chambers/platforms/delete\",\"Microsoft.SecurityDetonation/chambers/platforms/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/workflows/read\",\"Microsoft.SecurityDetonation/chambers/workflows/write\"\ + ,\"Microsoft.SecurityDetonation/chambers/workflows/delete\",\"Microsoft.SecurityDetonation/chambers/workflows/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/toolsets/read\",\"Microsoft.SecurityDetonation/chambers/toolsets/write\"\ + ,\"Microsoft.SecurityDetonation/chambers/toolsets/delete\",\"Microsoft.SecurityDetonation/chambers/toolsets/metadata/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/publishRequests/read\",\"Microsoft.SecurityDetonation/chambers/publishRequests/cancel/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-01-18T11:43:14.0858184Z\",\"\ + updatedOn\":\"2021-11-11T20:14:58.5639749Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/352470b3-6a9c-4686-b503-35deb827e500\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"352470b3-6a9c-4686-b503-35deb827e500\"\ + },{\"properties\":{\"roleName\":\"Collaborative Runtime Operator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can manage resources created by AICS at\ + \ runtime\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.IndustryDataLifecycle/derivedModels/*\",\"Microsoft.IndustryDataLifecycle/pipelineSets/*\"\ + ,\"Microsoft.IndustryDataLifecycle/modelMappings/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-01-19T10:00:27.3464971Z\",\"updatedOn\":\"2021-11-11T20:14:58.7442136Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7a6f0e70-c033-4fb1-828c-08514e5f4102\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7a6f0e70-c033-4fb1-828c-08514e5f4102\"\ + },{\"properties\":{\"roleName\":\"CosmosRestoreOperator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can perform restore action for Cosmos DB database account\ + \ with continuous backup mode\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.DocumentDB/locations/restorableDatabaseAccounts/restore/action\"\ + ,\"Microsoft.DocumentDB/locations/restorableDatabaseAccounts/*/read\",\"Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-01-21T19:51:35.3884884Z\",\"updatedOn\":\"2021-11-11T20:14:59.4892686Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5432c526-bc82-444a-b7ba-57c5b0b5b34f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5432c526-bc82-444a-b7ba-57c5b0b5b34f\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Converter\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to convert data from legacy\ + \ format to FHIR\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/convertData/action\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/convertData/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-01-22T19:39:01.1601069Z\",\"\ + updatedOn\":\"2021-11-11T20:14:59.8605937Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a1705bd2-3a8f-45a5-8683-466fcfd5cc24\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a1705bd2-3a8f-45a5-8683-466fcfd5cc24\"\ + },{\"properties\":{\"roleName\":\"Quota Request Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read and create quota requests, get quota request status,\ + \ and create support tickets.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Capacity/resourceProviders/locations/serviceLimits/read\"\ + ,\"Microsoft.Capacity/resourceProviders/locations/serviceLimits/write\",\"\ + Microsoft.Capacity/resourceProviders/locations/serviceLimitsRequests/read\"\ + ,\"Microsoft.Capacity/register/action\",\"Microsoft.Quota/usages/read\",\"\ + Microsoft.Quota/quotas/read\",\"Microsoft.Quota/quotas/write\",\"Microsoft.Quota/quotaRequests/read\"\ + ,\"Microsoft.Quota/register/action\",\"Microsoft.Authorization/*/read\",\"\ + Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"\ + Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-02-03T00:06:35.8404575Z\",\"updatedOn\":\"2022-12-08T01:51:08.4526059Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0e5f05e5-9ab9-446b-b98d-1e2157c94125\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0e5f05e5-9ab9-446b-b98d-1e2157c94125\"\ + },{\"properties\":{\"roleName\":\"EventGrid Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage EventGrid operations.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.EventGrid/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-02-08T18:46:18.8999557Z\",\"updatedOn\":\"2021-11-11T20:15:01.6867802Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1e241071-0855-49ea-94dc-649edcd759de\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1e241071-0855-49ea-94dc-649edcd759de\"\ + },{\"properties\":{\"roleName\":\"Security Detonation Chamber Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Allowed to query submission info\ + \ and files from Security Detonation Chamber\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.SecurityDetonation/chambers/submissions/read\"\ + ,\"Microsoft.SecurityDetonation/chambers/submissions/files/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-03-01T14:06:46.2814905Z\",\"updatedOn\":\"2021-11-11T20:15:03.3274090Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/28241645-39f8-410b-ad48-87863e2951d5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"28241645-39f8-410b-ad48-87863e2951d5\"\ + },{\"properties\":{\"roleName\":\"Object Anchors Account Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you read ingestion jobs for an object\ + \ anchors account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectAnchorsAccounts/ingest/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-03-02T01:20:47.0279813Z\",\"\ + updatedOn\":\"2021-11-11T20:15:03.5006082Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4a167cdf-cb95-4554-9203-2347fe489bd9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4a167cdf-cb95-4554-9203-2347fe489bd9\"\ + },{\"properties\":{\"roleName\":\"Object Anchors Account Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides user with ingestion capabilities\ + \ for an object anchors account.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.MixedReality/ObjectAnchorsAccounts/ingest/action\"\ + ,\"Microsoft.MixedReality/ObjectAnchorsAccounts/ingest/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-03-02T01:42:02.0014737Z\",\"updatedOn\":\"2021-11-11T20:15:03.6855873Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ca0835dd-bacc-42dd-8ed2-ed5e7230d15b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ca0835dd-bacc-42dd-8ed2-ed5e7230d15b\"\ + },{\"properties\":{\"roleName\":\"WorkloadBuilder Migration Agent Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"WorkloadBuilder Migration Agent Role.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.WorkloadBuilder/migrationAgents/Read\"\ + ,\"Microsoft.WorkloadBuilder/migrationAgents/Write\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-03-11T17:07:20.0828003Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:04.2456706Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d17ce0a2-0697-43bc-aac5-9113337ab61c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d17ce0a2-0697-43bc-aac5-9113337ab61c\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Data Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allow read access to Azure Spring Cloud\ + \ Data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/*/read\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-03-25T11:12:12.6786010Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:05.3368606Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b5537268-8956-4941-a8f0-646150406f0c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b5537268-8956-4941-a8f0-646150406f0c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Speech Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Full access to Speech projects,\ + \ including read, write and delete all entities, for real-time speech recognition\ + \ and batch transcription tasks, real-time speech synthesis and long audio\ + \ tasks, custom speech and custom voice.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/SpeechServices/*\",\"Microsoft.CognitiveServices/accounts/CustomVoice/*\"\ + ,\"Microsoft.CognitiveServices/accounts/AudioContentCreation/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-03-30T11:28:49.7826633Z\",\"updatedOn\":\"2022-05-23T21:14:07.9205786Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0e75ca1e-0464-4b4d-8b93-68208a576181\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0e75ca1e-0464-4b4d-8b93-68208a576181\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Face Recognizer\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you perform detect, verify,\ + \ identify, group, and find similar operations on Face API. This role does\ + \ not allow create or delete operations, which makes it well suited for endpoints\ + \ that only need inferencing capabilities, following 'least privilege' best\ + \ practices.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/Face/detect/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/verify/action\",\"Microsoft.CognitiveServices/accounts/Face/identify/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/group/action\",\"Microsoft.CognitiveServices/accounts/Face/findsimilars/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/detectliveness/multimodal/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/detectliveness/singlemodal/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Face/detectlivenesswithverify/singlemodal/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-03-31T01:51:41.3557295Z\",\"\ + updatedOn\":\"2023-03-24T22:23:02.0608121Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9894cab4-e18a-44aa-828b-cb588cd6f2d7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9894cab4-e18a-44aa-828b-cb588cd6f2d7\"\ + },{\"properties\":{\"roleName\":\"Media Services Account Administrator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ + \ Media Services accounts; read-only access to other Media Services resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Media/mediaservices/*/read\",\"Microsoft.Media/mediaservices/assets/listStreamingLocators/action\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/listPaths/action\",\"Microsoft.Media/mediaservices/write\"\ + ,\"Microsoft.Media/mediaservices/delete\",\"Microsoft.Media/mediaservices/privateEndpointConnectionsApproval/action\"\ + ,\"Microsoft.Media/mediaservices/privateEndpointConnections/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:20:32.2956636Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:07.1518844Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/054126f8-9a2b-4f1c-a9ad-eca461f08466\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"054126f8-9a2b-4f1c-a9ad-eca461f08466\"\ + },{\"properties\":{\"roleName\":\"Media Services Live Events Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ + \ Live Events, Assets, Asset Filters, and Streaming Locators; read-only access\ + \ to other Media Services resources.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\"\ + ,\"Microsoft.Media/mediaservices/assets/*\",\"Microsoft.Media/mediaservices/assets/assetfilters/*\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/*\",\"Microsoft.Media/mediaservices/liveEvents/*\"\ + ],\"notActions\":[\"Microsoft.Media/mediaservices/assets/getEncryptionKey/action\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/listContentKeys/action\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:21:00.6119555Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:07.3318873Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/532bc159-b25e-42c0-969e-a1d439f60d77\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"532bc159-b25e-42c0-969e-a1d439f60d77\"\ + },{\"properties\":{\"roleName\":\"Media Services Media Operator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Create, read, modify, and delete Assets,\ + \ Asset Filters, Streaming Locators, and Jobs; read-only access to other Media\ + \ Services resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\"\ + ,\"Microsoft.Media/mediaservices/assets/*\",\"Microsoft.Media/mediaservices/assets/assetfilters/*\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/*\",\"Microsoft.Media/mediaservices/transforms/jobs/*\"\ + ],\"notActions\":[\"Microsoft.Media/mediaservices/assets/getEncryptionKey/action\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/listContentKeys/action\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:21:23.2236495Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:07.5068487Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e4395492-1534-4db2-bedf-88c14621589c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e4395492-1534-4db2-bedf-88c14621589c\"\ + },{\"properties\":{\"roleName\":\"Media Services Policy Administrator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ + \ Account Filters, Streaming Policies, Content Key Policies, and Transforms;\ + \ read-only access to other Media Services resources. Cannot create Jobs,\ + \ Assets or Streaming resources.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Media/mediaservices/*/read\"\ + ,\"Microsoft.Media/mediaservices/assets/listStreamingLocators/action\",\"\ + Microsoft.Media/mediaservices/streamingLocators/listPaths/action\",\"Microsoft.Media/mediaservices/accountFilters/*\"\ + ,\"Microsoft.Media/mediaservices/streamingPolicies/*\",\"Microsoft.Media/mediaservices/contentKeyPolicies/*\"\ + ,\"Microsoft.Media/mediaservices/transforms/*\"],\"notActions\":[\"Microsoft.Media/mediaservices/contentKeyPolicies/getPolicyPropertiesWithSecrets/action\"\ + ],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-19T23:21:46.9534330Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:07.6968496Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c4bba371-dacd-4a26-b320-7250bca963ae\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c4bba371-dacd-4a26-b320-7250bca963ae\"\ + },{\"properties\":{\"roleName\":\"Media Services Streaming Endpoints Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, modify, and delete\ + \ Streaming Endpoints; read-only access to other Media Services resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Media/mediaservices/*/read\",\"Microsoft.Media/mediaservices/assets/listStreamingLocators/action\"\ + ,\"Microsoft.Media/mediaservices/streamingLocators/listPaths/action\",\"Microsoft.Media/mediaservices/streamingEndpoints/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-04-19T23:22:04.4594851Z\",\"updatedOn\":\"2021-11-11T20:15:07.8718907Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/99dba123-b5fe-44d5-874c-ced7199a5804\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"99dba123-b5fe-44d5-874c-ced7199a5804\"\ + },{\"properties\":{\"roleName\":\"Stream Analytics Query Tester\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Lets you perform query testing without\ + \ creating a stream analytics job first\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.StreamAnalytics/locations/TestQuery/action\"\ + ,\"Microsoft.StreamAnalytics/locations/OperationResults/read\",\"Microsoft.StreamAnalytics/locations/SampleInput/action\"\ + ,\"Microsoft.StreamAnalytics/locations/CompileQuery/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-04-20T17:33:24.5727870Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:08.0481551Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1ec5b3c1-b17e-4e25-8312-2acb3c3c5abf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1ec5b3c1-b17e-4e25-8312-2acb3c3c5abf\"\ + },{\"properties\":{\"roleName\":\"AnyBuild Builder\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Basic user role for AnyBuild. This role allows listing\ + \ of agent information and execution of remote build capabilities.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.AnyBuild/clusters/build/write\",\"Microsoft.AnyBuild/clusters/build/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-04-20T22:07:00.4963853Z\",\"\ + updatedOn\":\"2021-11-11T20:15:08.4254134Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a2138dac-4907-4679-a376-736901ed8ad8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a2138dac-4907-4679-a376-736901ed8ad8\"\ + },{\"properties\":{\"roleName\":\"IoT Hub Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full read access to IoT Hub data-plane properties\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Devices/IotHubs/*/read\",\"Microsoft.Devices/IotHubs/fileUpload/notifications/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-04-22T18:03:29.8843192Z\",\"\ + updatedOn\":\"2021-11-11T20:15:08.6054154Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b447c946-2db7-41ec-983d-d8bf3b1c77e3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b447c946-2db7-41ec-983d-d8bf3b1c77e3\"\ + },{\"properties\":{\"roleName\":\"IoT Hub Twin Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for read and write access to all IoT Hub device\ + \ and module twins.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.Devices/IotHubs/twins/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-04-22T20:36:10.1136903Z\",\"\ + updatedOn\":\"2021-11-11T20:15:08.7855063Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/494bdba2-168f-4f31-a0a1-191d2f7c028c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"494bdba2-168f-4f31-a0a1-191d2f7c028c\"\ + },{\"properties\":{\"roleName\":\"IoT Hub Registry Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for full access to IoT Hub device\ + \ registry.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Devices/IotHubs/devices/*\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-04-22T20:36:47.5532704Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:08.9804295Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4ea46cd5-c1b2-4a8e-910b-273211f9ce47\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4ea46cd5-c1b2-4a8e-910b-273211f9ce47\"\ + },{\"properties\":{\"roleName\":\"IoT Hub Data Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full access to IoT Hub data plane operations.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Devices/IotHubs/*\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2021-04-22T20:37:16.9927761Z\",\"updatedOn\":\"2021-11-11T20:15:09.1754206Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4fc6c259-987e-4a07-842e-c321cc9d413f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4fc6c259-987e-4a07-842e-c321cc9d413f\"\ + },{\"properties\":{\"roleName\":\"Test Base Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Let you view and download packages and test results.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.TestBase/testBaseAccounts/packages/testResults/getDownloadUrl/action\"\ + ,\"Microsoft.TestBase/testBaseAccounts/packages/testResults/getVideoDownloadUrl/action\"\ + ,\"Microsoft.TestBase/testBaseAccounts/packages/getDownloadUrl/action\",\"\ + Microsoft.TestBase/*/read\",\"Microsoft.TestBase/testBaseAccounts/customerEvents/write\"\ + ,\"Microsoft.TestBase/testBaseAccounts/customerEvents/delete\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-05-11T23:41:33.1038367Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:10.8004347Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/15e0f5a1-3450-4248-8e25-e2afe88a9e85\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"15e0f5a1-3450-4248-8e25-e2afe88a9e85\"\ + },{\"properties\":{\"roleName\":\"Search Index Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Grants read access to Azure Cognitive Search index data.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Search/searchServices/indexes/documents/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-01T20:26:13.4850461Z\",\"\ + updatedOn\":\"2021-11-11T20:15:11.3604371Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1407120a-92aa-4202-b7e9-c0e197c71c8f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1407120a-92aa-4202-b7e9-c0e197c71c8f\"\ + },{\"properties\":{\"roleName\":\"Search Index Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Grants full access to Azure Cognitive Search\ + \ index data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[],\"notActions\":[],\"dataActions\":[\"Microsoft.Search/searchServices/indexes/documents/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-01T22:15:16.5388472Z\",\"\ + updatedOn\":\"2021-11-11T20:15:11.5504385Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8ebe5a00-799e-43f5-93ac-243d3dce84a7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8ebe5a00-799e-43f5-93ac-243d3dce84a7\"\ + },{\"properties\":{\"roleName\":\"Storage Table Data Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows for read access to Azure Storage tables\ + \ and entities\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Storage/storageAccounts/tableServices/tables/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-15T06:40:54.9150717Z\",\"\ + updatedOn\":\"2021-11-11T20:15:12.1005298Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/76199698-9eea-4c19-bc75-cec21354c6b6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"76199698-9eea-4c19-bc75-cec21354c6b6\"\ + },{\"properties\":{\"roleName\":\"Storage Table Data Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for read, write and delete access\ + \ to Azure Storage tables and entities\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Storage/storageAccounts/tableServices/tables/read\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/write\",\"Microsoft.Storage/storageAccounts/tableServices/tables/delete\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/read\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/write\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/delete\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/add/action\"\ + ,\"Microsoft.Storage/storageAccounts/tableServices/tables/entities/update/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-15T06:51:59.8207610Z\",\"\ + updatedOn\":\"2021-11-11T20:15:12.2854966Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0a9a7e1f-b9d0-4cc4-a60d-0319b160aaa3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0a9a7e1f-b9d0-4cc4-a60d-0319b160aaa3\"\ + },{\"properties\":{\"roleName\":\"DICOM Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read and search DICOM data.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.HealthcareApis/workspaces/dicomservices/resources/read\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-06-17T20:58:30.1630494Z\",\"updatedOn\":\"2021-11-11T20:15:13.0154948Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e89c7a3c-2f64-4fa1-a847-3e4c9ba4283a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e89c7a3c-2f64-4fa1-a847-3e4c9ba4283a\"\ + },{\"properties\":{\"roleName\":\"DICOM Data Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Full access to DICOM data.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/workspaces/dicomservices/resources/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-06-17T20:59:30.8659515Z\",\"\ + updatedOn\":\"2021-11-11T20:15:13.1904985Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/58a3b984-7adf-4c20-983a-32417c86fbc8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"58a3b984-7adf-4c20-983a-32417c86fbc8\"\ + },{\"properties\":{\"roleName\":\"EventGrid Data Sender\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows send access to event grid events.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.EventGrid/topics/read\",\"Microsoft.EventGrid/domains/read\"\ + ,\"Microsoft.EventGrid/partnerNamespaces/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.EventGrid/events/send/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-07-02T21:55:40.4847495Z\",\"\ + updatedOn\":\"2021-11-11T20:15:13.5605134Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d5a91429-5739-47e2-a06b-3470a27159e7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d5a91429-5739-47e2-a06b-3470a27159e7\"\ + },{\"properties\":{\"roleName\":\"Disk Pool Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Used by the StoragePool Resource Provider to manage Disks\ + \ added to a Disk Pool.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Compute/disks/write\",\"Microsoft.Compute/disks/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-07-08T17:26:05.1079972Z\",\"updatedOn\":\"2021-11-11T20:15:13.9154612Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/60fc6e62-5479-42d4-8bf4-67625fcc2840\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"60fc6e62-5479-42d4-8bf4-67625fcc2840\"\ + },{\"properties\":{\"roleName\":\"AzureML Data Scientist\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can perform all actions within an Azure Machine Learning\ + \ workspace, except for creating or deleting compute resources and modifying\ + \ the workspace itself.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.MachineLearningServices/workspaces/*/read\",\"Microsoft.MachineLearningServices/workspaces/*/action\"\ + ,\"Microsoft.MachineLearningServices/workspaces/*/delete\",\"Microsoft.MachineLearningServices/workspaces/*/write\"\ + ,\"Microsoft.MachineLearningServices/featurestores/read\",\"Microsoft.MachineLearningServices/featurestores/checkNameAvailability/read\"\ + ],\"notActions\":[\"Microsoft.MachineLearningServices/workspaces/delete\"\ + ,\"Microsoft.MachineLearningServices/workspaces/write\",\"Microsoft.MachineLearningServices/workspaces/computes/*/write\"\ + ,\"Microsoft.MachineLearningServices/workspaces/computes/*/delete\",\"Microsoft.MachineLearningServices/workspaces/computes/listKeys/action\"\ + ,\"Microsoft.MachineLearningServices/workspaces/listKeys/action\"],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2021-07-14T21:51:06.0361218Z\"\ + ,\"updatedOn\":\"2023-03-15T15:29:58.3263077Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f6c7c914-8db3-469d-8ca1-694a8f32e121\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f6c7c914-8db3-469d-8ca1-694a8f32e121\"\ + },{\"properties\":{\"roleName\":\"Grafana Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Built-in Grafana admin role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Dashboard/grafana/ActAsGrafanaAdmin/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-07-15T21:32:35.3802340Z\",\"updatedOn\":\"2021-11-11T20:15:14.8104670Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/22926164-76b3-42b3-bc55-97df8dab3e41\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"22926164-76b3-42b3-bc55-97df8dab3e41\"\ + },{\"properties\":{\"roleName\":\"Azure Connected SQL Server Onboarding\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft.AzureArcData\_service\_\ + role\_to\_access\_the\_resources\_of\_Microsoft.AzureArcData\_stored\_with\_\ + RPSAAS.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureArcData/sqlServerInstances/read\"\ + ,\"Microsoft.AzureArcData/sqlServerInstances/write\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-07-19T23:52:15.8885739Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:15.1754742Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e8113dce-c529-4d33-91fa-e9b972617508\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e8113dce-c529-4d33-91fa-e9b972617508\"\ + },{\"properties\":{\"roleName\":\"Azure Relay Sender\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for send access to Azure Relay resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Relay/*/wcfRelays/read\"\ + ,\"Microsoft.Relay/*/hybridConnections/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.Relay/*/send/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-07-20T15:37:20.7558643Z\",\"updatedOn\":\"2021-11-11T20:15:15.5454755Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/26baccc8-eea7-41f1-98f4-1762cc7f685d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"26baccc8-eea7-41f1-98f4-1762cc7f685d\"\ + },{\"properties\":{\"roleName\":\"Azure Relay Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full access to Azure Relay resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Relay/*\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Relay/*\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-07-20T15:44:26.3023126Z\",\"updatedOn\":\"2021-11-11T20:15:15.7154782Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2787bf04-f1f5-4bfe-8383-c8a24483ee38\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2787bf04-f1f5-4bfe-8383-c8a24483ee38\"\ + },{\"properties\":{\"roleName\":\"Azure Relay Listener\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for listen access to Azure Relay resources.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Relay/*/wcfRelays/read\"\ + ,\"Microsoft.Relay/*/hybridConnections/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.Relay/*/listen/action\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-07-20T18:38:03.1437496Z\",\"updatedOn\":\"2021-11-11T20:15:15.9005232Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/26e0b698-aa6d-4085-9386-aadae190014d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"26e0b698-aa6d-4085-9386-aadae190014d\"\ + },{\"properties\":{\"roleName\":\"Grafana Viewer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Built-in Grafana Viewer role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Dashboard/grafana/ActAsGrafanaViewer/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-08-05T16:36:18.7737511Z\",\"updatedOn\":\"2021-11-11T20:15:16.9904932Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/60921a7e-fef1-4a43-9b16-a26c52ad4769\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"60921a7e-fef1-4a43-9b16-a26c52ad4769\"\ + },{\"properties\":{\"roleName\":\"Grafana Editor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Built-in Grafana Editor role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.Dashboard/grafana/ActAsGrafanaEditor/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-08-05T16:37:32.5299593Z\",\"updatedOn\":\"2021-11-11T20:15:17.1805426Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a79a5197-3a5c-4973-a920-486035ffd60f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a79a5197-3a5c-4973-a920-486035ffd60f\"\ + },{\"properties\":{\"roleName\":\"Automation Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Manage azure automation resources and other resources using\ + \ azure automation.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Automation/automationAccounts/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Insights/ActionGroups/*\",\"Microsoft.Insights/ActivityLogAlerts/*\"\ + ,\"Microsoft.Insights/MetricAlerts/*\",\"Microsoft.Insights/ScheduledQueryRules/*\"\ + ,\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.OperationalInsights/workspaces/sharedKeys/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-08-09T10:18:19.1054699Z\",\"updatedOn\":\"2021-11-11T20:15:17.7304954Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f353d9bd-d4a6-484e-a77a-8050b599b867\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f353d9bd-d4a6-484e-a77a-8050b599b867\"\ + },{\"properties\":{\"roleName\":\"Kubernetes Extension Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can create, update, get, list and delete\ + \ Kubernetes Extensions, and get extension async operations\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.KubernetesConfiguration/extensions/write\"\ + ,\"Microsoft.KubernetesConfiguration/extensions/read\",\"Microsoft.KubernetesConfiguration/extensions/delete\"\ + ,\"Microsoft.KubernetesConfiguration/extensions/operations/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-08-09T19:47:50.6828896Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:17.9155393Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/85cb6faf-e071-4c9b-8136-154b5a04f717\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"85cb6faf-e071-4c9b-8136-154b5a04f717\"\ + },{\"properties\":{\"roleName\":\"Device Provisioning Service Data Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for full read access to\ + \ Device Provisioning Service data-plane properties.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.Devices/provisioningServices/*/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2021-08-09T19:53:12.1374732Z\",\"updatedOn\":\"2021-11-11T20:15:18.0905503Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/10745317-c249-44a1-a5ce-3a4353c0bbd8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"10745317-c249-44a1-a5ce-3a4353c0bbd8\"\ + },{\"properties\":{\"roleName\":\"Device Provisioning Service Data Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows for full access to Device\ + \ Provisioning Service data-plane operations.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Devices/provisioningServices/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-09T19:54:03.2783227Z\",\"\ + updatedOn\":\"2021-11-11T20:15:18.2605302Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dfce44e4-17b7-4bd1-a6d1-04996ec95633\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dfce44e4-17b7-4bd1-a6d1-04996ec95633\"\ + },{\"properties\":{\"roleName\":\"Code Signing Certificate Profile Signer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Sign files with a certificate\ + \ profile. This role is in preview and subject to change.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CodeSigning/*/read\",\"\ + Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\",\"\ + Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"\ + dataActions\":[\"Microsoft.CodeSigning/certificateProfiles/Sign/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-08-16T23:17:53.0002693Z\",\"updatedOn\"\ + :\"2022-12-14T20:20:28.0839750Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2837e146-70d7-4cfd-ad55-7efa6464f958\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2837e146-70d7-4cfd-ad55-7efa6464f958\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Service Registry Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allow read access to Azure Spring\ + \ Cloud Service Registry\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/eurekaService/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-20T04:40:17.9785063Z\",\"\ + updatedOn\":\"2021-11-11T20:15:18.9655101Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cff1b556-2399-4e7e-856d-a8f754be7b65\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cff1b556-2399-4e7e-856d-a8f754be7b65\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Service Registry Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allow read, write and delete access\ + \ to Azure Spring Cloud Service Registry\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/eurekaService/read\"\ + ,\"Microsoft.AppPlatform/Spring/eurekaService/write\",\"Microsoft.AppPlatform/Spring/eurekaService/delete\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-20T04:42:38.9153779Z\",\"\ + updatedOn\":\"2021-11-11T20:15:19.1405497Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f5880b48-c26d-48be-b172-7927bfa1c8f1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f5880b48-c26d-48be-b172-7927bfa1c8f1\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Config Server Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allow read access to Azure Spring\ + \ Cloud Config Server\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/configService/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-08-26T01:50:51.5123701Z\",\"\ + updatedOn\":\"2021-11-11T20:15:19.3155517Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d04c6db6-4947-4782-9e91-30a88feb7be7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d04c6db6-4947-4782-9e91-30a88feb7be7\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Cloud Config Server Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allow read, write and delete access\ + \ to Azure Spring Cloud Config Server\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/configService/read\"\ + ,\"Microsoft.AppPlatform/Spring/configService/write\",\"Microsoft.AppPlatform/Spring/configService/delete\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-09-06T02:30:47.8611580Z\",\"\ + updatedOn\":\"2021-11-11T20:15:20.0405208Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a06f5c24-21a7-4e1a-aa2b-f19eb6684f5b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a06f5c24-21a7-4e1a-aa2b-f19eb6684f5b\"\ + },{\"properties\":{\"roleName\":\"Azure VM Managed identities restore Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure VM Managed identities restore\ + \ Contributors are allowed to perform Azure VM Restores with managed identities\ + \ both user and system\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2021-09-13T05:27:59.2180214Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:20.5805266Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6ae96244-5829-4925-a7d3-5975537d91dd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6ae96244-5829-4925-a7d3-5975537d91dd\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Search and Render Data Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Grants access to very limited\ + \ set of data APIs for common visual web SDK scenarios. Specifically, render\ + \ and search data APIs.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Maps/accounts/services/render/read\"\ + ,\"Microsoft.Maps/accounts/services/search/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2021-10-01T22:17:50.5178931Z\",\"updatedOn\":\"2021-11-11T20:15:22.0455410Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6be48352-4f82-47c9-ad5e-0acacefdb005\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6be48352-4f82-47c9-ad5e-0acacefdb005\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Grants access all Azure Maps resource management.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Maps/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-10-01T22:19:13.1357904Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:22.2455414Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dba33070-676a-4fb0-87fa-064dc56ff7fb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dba33070-676a-4fb0-87fa-064dc56ff7fb\"\ + },{\"properties\":{\"roleName\":\"Azure Arc VMware VM Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Arc VMware VM Contributor has permissions\ + \ to perform all VM actions.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ConnectedVMwarevSphere/virtualmachines/*\",\"\ + Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ + ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ + ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-10-18T20:19:53.0087024Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:23.8706020Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b748a06d-6150-4f8a-aaa9-ce3940cd96cb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b748a06d-6150-4f8a-aaa9-ce3940cd96cb\"\ + },{\"properties\":{\"roleName\":\"Azure Arc VMware Private Cloud User\",\"\ + type\":\"BuiltInRole\",\"description\":\"Azure Arc VMware Private Cloud User\ + \ has permissions to use the VMware cloud resources to deploy VMs.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ + ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ConnectedVMwarevSphere/virtualnetworks/join/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/virtualnetworks/Read\",\"Microsoft.ConnectedVMwarevSphere/virtualmachinetemplates/clone/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/virtualmachinetemplates/Read\",\"Microsoft.ConnectedVMwarevSphere/resourcepools/deploy/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/resourcepools/Read\",\"Microsoft.ConnectedVMwarevSphere/hosts/deploy/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/hosts/Read\",\"Microsoft.ConnectedVMwarevSphere/clusters/deploy/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/clusters/Read\",\"Microsoft.ConnectedVMwarevSphere/datastores/allocateSpace/action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/datastores/Read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-10-18T20:20:46.5105444Z\"\ + ,\"updatedOn\":\"2022-11-14T20:06:27.7532412Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ce551c02-7c42-47e0-9deb-e3b6fc3a9a83\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ce551c02-7c42-47e0-9deb-e3b6fc3a9a83\"\ + },{\"properties\":{\"roleName\":\"Azure Arc VMware Administrator role \",\"\ + type\":\"BuiltInRole\",\"description\":\"Arc VMware VM Contributor has permissions\ + \ to perform all connected VMwarevSphere actions.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.ConnectedVMwarevSphere/*\"\ + ,\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ + ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ + ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-01T17:12:42.6172725Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:25.1275776Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ddc140ed-e463-4246-9145-7c664192013f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ddc140ed-e463-4246-9145-7c664192013f\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services LUIS Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\" Has access to all Read, Test, Write, Deploy\ + \ and Delete functions under LUIS\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.CognitiveServices/accounts/listkeys/action\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/LUIS/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-11-04T03:28:02.9611800Z\",\"\ + updatedOn\":\"2021-11-11T20:15:25.4884913Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f72c8140-2111-481c-87ff-72b910f6e3f8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f72c8140-2111-481c-87ff-72b910f6e3f8\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Language Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Has access to Read and Test functions\ + \ under Language portal\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/*/read\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/projects/export/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*/read\",\"Microsoft.CognitiveServices/accounts/Language/*/projects/export/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/query-text/action\",\"Microsoft.CognitiveServices/accounts/Language/query-dataverse/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-text/jobs/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-text/action\",\"\ + Microsoft.CognitiveServices/accounts/Language/analyze-text/jobscancel/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-conversations/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-conversations/jobscancel/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/analyze-conversations/jobs/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/query-knowledgebases/action\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/generate/action\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnaMaker/*\"\ + ]}],\"createdOn\":\"2021-11-04T03:29:14.7643336Z\",\"updatedOn\":\"2023-03-02T16:13:57.1131202Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7628b7b8-a8b2-4cdc-b46f-e9b35248918e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7628b7b8-a8b2-4cdc-b46f-e9b35248918e\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Language Writer\",\"\ + type\":\"BuiltInRole\",\"description\":\" Has access to all Read, Test, and\ + \ Write functions under Language Portal\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/*\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/*\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/projects/publish/action\"\ + ,\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/projects/deployments/write\"\ + ,\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnaMaker/*\",\"Microsoft.CognitiveServices/accounts/Language/*/projects/delete\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*/projects/deployments/write\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*/projects/deployments/delete\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*/projects/deployments/swap/action\"\ + ]}],\"createdOn\":\"2021-11-04T03:29:39.5761019Z\",\"updatedOn\":\"2022-03-30T02:18:36.2826556Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f2310ca1-dc64-4889-bb49-c8e0fa3d47a8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f2310ca1-dc64-4889-bb49-c8e0fa3d47a8\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Language Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has access to all Read, Test, Write, Deploy\ + \ and Delete functions under Language portal\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"\ + Microsoft.CognitiveServices/accounts/listkeys/action\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/LanguageAuthoring/*\",\"Microsoft.CognitiveServices/accounts/ConversationalLanguageUnderstanding/*\"\ + ,\"Microsoft.CognitiveServices/accounts/Language/*\",\"Microsoft.CognitiveServices/accounts/TextAnalytics/*\"\ + ],\"notDataActions\":[\"Microsoft.CognitiveServices/accounts/TextAnalytics/QnaMaker/*\"\ + ]}],\"createdOn\":\"2021-11-04T03:30:07.6173528Z\",\"updatedOn\":\"2022-03-30T02:18:36.2826556Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f07febfe-79bc-46b1-8b37-790e26e6e498\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f07febfe-79bc-46b1-8b37-790e26e6e498\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services LUIS Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has access to Read and Test functions under\ + \ LUIS.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/LUIS/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/LUIS/apps/testdatasets/write\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-11-04T03:30:31.2704834Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:26.2134821Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e81cdc-4e98-4e29-a639-e7d10c5a6226\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18e81cdc-4e98-4e29-a639-e7d10c5a6226\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services LUIS Writer\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has access to all Read, Test, and Write\ + \ functions under LUIS\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/LUIS/*\"],\"notDataActions\":[\"\ + Microsoft.CognitiveServices/accounts/LUIS/apps/delete\",\"Microsoft.CognitiveServices/accounts/LUIS/apps/move/action\"\ + ,\"Microsoft.CognitiveServices/accounts/LUIS/apps/publish/action\",\"Microsoft.CognitiveServices/accounts/LUIS/apps/settings/write\"\ + ,\"Microsoft.CognitiveServices/accounts/LUIS/apps/azureaccounts/action\",\"\ + Microsoft.CognitiveServices/accounts/LUIS/apps/azureaccounts/delete\"]}],\"\ + createdOn\":\"2021-11-04T03:31:12.1580052Z\",\"updatedOn\":\"2021-11-11T20:15:26.3934523Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6322a993-d5c9-4bed-b113-e49bbea25b27\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6322a993-d5c9-4bed-b113-e49bbea25b27\"\ + },{\"properties\":{\"roleName\":\"PlayFab Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides read access to PlayFab resources\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.PlayFab/*/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-04T23:26:57.2248605Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:26.5784834Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a9a19cc5-31f4-447c-901f-56c0bb18fcaf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a9a19cc5-31f4-447c-901f-56c0bb18fcaf\"\ + },{\"properties\":{\"roleName\":\"Load Test Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"View, create, update, delete and execute load tests. View\ + \ and list load test resources but can not make any changes.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LoadTestService/*/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.LoadTestService/loadtests/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-11-09T08:11:21.0936461Z\",\"\ + updatedOn\":\"2021-11-11T20:15:27.1189225Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/749a398d-560b-491b-bb21-08924219302e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"749a398d-560b-491b-bb21-08924219302e\"\ + },{\"properties\":{\"roleName\":\"Load Test Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Execute all operations on load test resources and load\ + \ tests\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LoadTestService/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.LoadTestService/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-11-09T08:12:24.5500195Z\",\"updatedOn\":\"2021-11-11T20:15:27.2897153Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45bb0b16-2f0c-4e78-afaa-a07599b003f6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"45bb0b16-2f0c-4e78-afaa-a07599b003f6\"\ + },{\"properties\":{\"roleName\":\"PlayFab Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides contributor access to PlayFab resources\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.PlayFab/*/read\",\"Microsoft.PlayFab/*/write\",\"Microsoft.PlayFab/*/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-11-10T00:55:37.3326276Z\",\"updatedOn\":\"2021-11-11T20:15:28.0547167Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0c8b84dc-067c-4039-9615-fa1a4b77c726\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0c8b84dc-067c-4039-9615-fa1a4b77c726\"\ + },{\"properties\":{\"roleName\":\"Load Test Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"View and list all load tests and load test resources but\ + \ can not make any changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.LoadTestService/*/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.LoadTestService/loadtests/readTest/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-11-10T06:14:08.3903105Z\",\"updatedOn\":\"2021-11-11T20:15:28.2297181Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3ae3fb29-0000-4ccd-bf80-542e7b26e081\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3ae3fb29-0000-4ccd-bf80-542e7b26e081\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Immersive Reader User\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Provides access to create Immersive\ + \ Reader sessions and call APIs\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/ImmersiveReader/getcontentmodelforreader/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-11-10T19:52:14.4487503Z\",\"\ + updatedOn\":\"2021-11-11T20:15:28.4146975Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b2de6794-95db-4659-8781-7e080d3f2b9d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b2de6794-95db-4659-8781-7e080d3f2b9d\"\ + },{\"properties\":{\"roleName\":\"Lab Services Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab services contributor role\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.LabServices/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.LabServices/labPlans/createLab/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:51:03.3308981Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:28.7792013Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f69b8690-cc87-41d6-b77a-a4bc3c0a966f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f69b8690-cc87-41d6-b77a-a4bc3c0a966f\"\ + },{\"properties\":{\"roleName\":\"Lab Services Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab services reader role\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.LabServices/*/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-11-11T00:55:30.4208618Z\",\"updatedOn\":\"2021-11-11T20:15:28.9592032Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a5c394f-5eb7-4d4f-9c8e-e8eae39faebc\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2a5c394f-5eb7-4d4f-9c8e-e8eae39faebc\"\ + },{\"properties\":{\"roleName\":\"Lab Assistant\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab assistant role\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ + ,\"Microsoft.LabServices/labs/read\",\"Microsoft.LabServices/labs/schedules/read\"\ + ,\"Microsoft.LabServices/labs/users/read\",\"Microsoft.LabServices/labs/users/invite/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/read\",\"Microsoft.LabServices/labs/virtualMachines/start/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/stop/action\",\"Microsoft.LabServices/labs/virtualMachines/reimage/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/redeploy/action\",\"Microsoft.LabServices/locations/usages/read\"\ + ,\"Microsoft.LabServices/skus/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:56:10.4295443Z\"\ + ,\"updatedOn\":\"2021-11-11T20:15:29.1442530Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ce40b423-cede-4313-a93f-9b28290b72e1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ce40b423-cede-4313-a93f-9b28290b72e1\"\ + },{\"properties\":{\"roleName\":\"Lab Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab operator role\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ + ,\"Microsoft.LabServices/labPlans/saveImage/action\",\"Microsoft.LabServices/labs/publish/action\"\ + ,\"Microsoft.LabServices/labs/read\",\"Microsoft.LabServices/labs/schedules/read\"\ + ,\"Microsoft.LabServices/labs/schedules/write\",\"Microsoft.LabServices/labs/schedules/delete\"\ + ,\"Microsoft.LabServices/labs/users/read\",\"Microsoft.LabServices/labs/users/write\"\ + ,\"Microsoft.LabServices/labs/users/delete\",\"Microsoft.LabServices/labs/users/invite/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/read\",\"Microsoft.LabServices/labs/virtualMachines/start/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/stop/action\",\"Microsoft.LabServices/labs/virtualMachines/reimage/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/redeploy/action\",\"Microsoft.LabServices/labs/virtualMachines/resetPassword/action\"\ + ,\"Microsoft.LabServices/locations/usages/read\",\"Microsoft.LabServices/skus/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2021-11-11T00:56:41.9942935Z\",\"updatedOn\":\"2021-11-11T20:15:29.3242664Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a36e6959-b6be-4b12-8e9f-ef4b474d304d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a36e6959-b6be-4b12-8e9f-ef4b474d304d\"\ + },{\"properties\":{\"roleName\":\"Lab Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"The lab contributor role\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.LabServices/labPlans/images/read\",\"Microsoft.LabServices/labPlans/read\"\ + ,\"Microsoft.LabServices/labPlans/saveImage/action\",\"Microsoft.LabServices/labs/read\"\ + ,\"Microsoft.LabServices/labs/write\",\"Microsoft.LabServices/labs/delete\"\ + ,\"Microsoft.LabServices/labs/publish/action\",\"Microsoft.LabServices/labs/syncGroup/action\"\ + ,\"Microsoft.LabServices/labs/schedules/read\",\"Microsoft.LabServices/labs/schedules/write\"\ + ,\"Microsoft.LabServices/labs/schedules/delete\",\"Microsoft.LabServices/labs/users/read\"\ + ,\"Microsoft.LabServices/labs/users/write\",\"Microsoft.LabServices/labs/users/delete\"\ + ,\"Microsoft.LabServices/labs/users/invite/action\",\"Microsoft.LabServices/labs/virtualMachines/read\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/start/action\",\"Microsoft.LabServices/labs/virtualMachines/stop/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/reimage/action\",\"Microsoft.LabServices/labs/virtualMachines/redeploy/action\"\ + ,\"Microsoft.LabServices/labs/virtualMachines/resetPassword/action\",\"Microsoft.LabServices/locations/usages/read\"\ + ,\"Microsoft.LabServices/skus/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.LabServices/labPlans/createLab/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2021-11-11T00:57:05.9018065Z\",\"updatedOn\"\ + :\"2021-11-11T20:15:29.4992096Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5daaa2af-1fe8-407c-9122-bba179798270\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5daaa2af-1fe8-407c-9122-bba179798270\"\ + },{\"properties\":{\"roleName\":\"Security Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Security Admin Role\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Authorization/policyAssignments/*\"\ + ,\"Microsoft.Authorization/policyDefinitions/*\",\"Microsoft.Authorization/policyExemptions/*\"\ + ,\"Microsoft.Authorization/policySetDefinitions/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Management/managementGroups/read\",\"Microsoft.operationalInsights/workspaces/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Security/*\",\"Microsoft.IoTSecurity/*\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-05-03T07:51:23.0917487Z\",\"updatedOn\":\"2021-11-15T06:42:49.8263550Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fb1c8493-542b-48eb-b624-b4c8fea62acd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fb1c8493-542b-48eb-b624-b4c8fea62acd\"\ + },{\"properties\":{\"roleName\":\"Web PubSub Service Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Full access to Azure Web PubSub Service REST APIs\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.SignalRService/WebPubSub/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-03-24T09:10:11.8335180Z\",\"updatedOn\":\"2023-04-07T15:29:57.7340903Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/12cf5a90-567b-43ae-8102-96cf46c7d9b4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"12cf5a90-567b-43ae-8102-96cf46c7d9b4\"\ + },{\"properties\":{\"roleName\":\"Web PubSub Service Reader\",\"type\":\"\ + BuiltInRole\",\"description\":\"Read-only access to Azure Web PubSub Service\ + \ REST APIs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.SignalRService/WebPubSub/*/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-03-24T09:11:12.6235436Z\",\"\ + updatedOn\":\"2023-04-07T15:29:57.4157310Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bfb1c7d2-fb1a-466b-b2ba-aee63b92deaf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bfb1c7d2-fb1a-466b-b2ba-aee63b92deaf\"\ + },{\"properties\":{\"roleName\":\"SignalR App Server\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets your app server access SignalR Service with AAD auth\ + \ options.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.SignalRService/SignalR/auth/accessKey/action\"\ + ,\"Microsoft.SignalRService/SignalR/serverConnection/write\",\"Microsoft.SignalRService/SignalR/clientConnection/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-07-29T06:54:40.1201435Z\",\"\ + updatedOn\":\"2021-11-16T05:19:04.8579948Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/420fcaa2-552c-430f-98ca-3264be4806c7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"420fcaa2-552c-430f-98ca-3264be4806c7\"\ + },{\"properties\":{\"roleName\":\"Virtual Machine User Login\",\"type\":\"\ + BuiltInRole\",\"description\":\"View Virtual Machines in the portal and login\ + \ as a regular user.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Compute/virtualMachines/*/read\",\"Microsoft.HybridCompute/machines/*/read\"\ + ,\"Microsoft.HybridConnectivity/endpoints/listCredentials/action\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Compute/virtualMachines/login/action\",\"\ + Microsoft.HybridCompute/machines/login/action\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2018-02-09T18:36:13.3315744Z\",\"updatedOn\":\"2021-11-18T00:55:50.6185845Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fb879df8-f326-4884-b1cf-06f3ad86be52\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fb879df8-f326-4884-b1cf-06f3ad86be52\"\ + },{\"properties\":{\"roleName\":\"Virtual Machine Administrator Login\",\"\ + type\":\"BuiltInRole\",\"description\":\"View Virtual Machines in the portal\ + \ and login as administrator\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Compute/virtualMachines/*/read\",\"Microsoft.HybridCompute/machines/*/read\"\ + ,\"Microsoft.HybridConnectivity/endpoints/listCredentials/action\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Compute/virtualMachines/login/action\",\"\ + Microsoft.Compute/virtualMachines/loginAsAdmin/action\",\"Microsoft.HybridCompute/machines/login/action\"\ + ,\"Microsoft.HybridCompute/machines/loginAsAdmin/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2018-02-09T18:36:13.3315744Z\",\"updatedOn\":\"2021-11-18T00:56:53.8134295Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1c0163c0-47e6-4577-8991-ea5c82e286e4\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1c0163c0-47e6-4577-8991-ea5c82e286e4\"\ + },{\"properties\":{\"roleName\":\"Azure Connected Machine Resource Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Can read, write, delete and re-onboard\ + \ Azure Connected Machines.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.HybridCompute/machines/read\",\"Microsoft.HybridCompute/machines/write\"\ + ,\"Microsoft.HybridCompute/machines/delete\",\"Microsoft.HybridCompute/machines/UpgradeExtensions/action\"\ + ,\"Microsoft.HybridCompute/machines/extensions/read\",\"Microsoft.HybridCompute/machines/extensions/write\"\ + ,\"Microsoft.HybridCompute/machines/extensions/delete\",\"Microsoft.HybridCompute/privateLinkScopes/*\"\ + ,\"Microsoft.HybridCompute/*/read\",\"Microsoft.Resources/deployments/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-10-23T20:24:59.1474607Z\",\"updatedOn\":\"2021-12-15T16:10:25.5898511Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cd570a14-e51a-42ad-bac8-bafd67325302\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cd570a14-e51a-42ad-bac8-bafd67325302\"\ + },{\"properties\":{\"roleName\":\"Backup Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage backup services, except removal of backup,\ + \ vault creation and giving access to others\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Network/virtualNetworks/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/backup/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationsStatus/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/provisionInstantItemRecovery/action\"\ + ,\"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/accessToken/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/restore/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/revokeInstantItemRecovery/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/refreshContainers/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/certificates/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\"\ + ,\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupstorageconfig/*\",\"Microsoft.RecoveryServices/Vaults/backupValidateOperation/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupTriggerValidateOperation/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupValidateOperationResults/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupValidateOperationsStatuses/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupOperations/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operations/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/inquire/action\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupEngines/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/write\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectableContainers/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/items/read\"\ + ,\"Microsoft.RecoveryServices/locations/backupStatus/action\",\"Microsoft.RecoveryServices/locations/backupPreValidateProtection/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupValidateFeatures/action\",\"\ + Microsoft.RecoveryServices/locations/backupAadProperties/read\",\"Microsoft.RecoveryServices/locations/backupCrrJobs/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupCrrJob/action\",\"Microsoft.RecoveryServices/locations/backupCrossRegionRestore/action\"\ + ,\"Microsoft.RecoveryServices/locations/backupCrrOperationResults/read\",\"\ + Microsoft.RecoveryServices/locations/backupCrrOperationsStatus/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/write\"\ + ,\"Microsoft.RecoveryServices/operations/read\",\"Microsoft.RecoveryServices/locations/operationStatus/read\"\ + ,\"Microsoft.RecoveryServices/Vaults/backupProtectionIntents/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/read\",\"Microsoft.DataProtection/backupVaults/backupInstances/read\"\ + ,\"Microsoft.DataProtection/backupVaults/deletedBackupInstances/read\",\"\ + Microsoft.DataProtection/backupVaults/backupPolicies/read\",\"Microsoft.DataProtection/backupVaults/backupPolicies/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints/read\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges/action\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/backupVaults/operationResults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/operationStatus/read\",\"Microsoft.DataProtection/backupVaults/read\"\ + ,\"Microsoft.DataProtection/backupVaults/read\",\"Microsoft.DataProtection/locations/operationStatus/read\"\ + ,\"Microsoft.DataProtection/locations/operationResults/read\",\"Microsoft.DataProtection/operations/read\"\ + ,\"Microsoft.DataProtection/backupVaults/validateForBackup/action\",\"Microsoft.DataProtection/backupVaults/backupInstances/backup/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/validateRestore/action\"\ + ,\"Microsoft.DataProtection/backupVaults/backupInstances/restore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/crossRegionRestore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/validateCrossRegionRestore/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJobs/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchCrossRegionRestoreJob/action\"\ + ,\"Microsoft.DataProtection/subscriptions/resourceGroups/providers/locations/fetchSecondaryRecoveryPoints/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2017-01-03T13:21:11.8947640Z\",\"updatedOn\":\"2023-05-23T15:27:27.2754760Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"00c29273-979b-4161-815c-10b084fb9324\"\ + },{\"properties\":{\"roleName\":\"Workbook Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can save shared workbooks.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Insights/workbooks/write\",\"\ + Microsoft.Insights/workbooks/delete\",\"Microsoft.Insights/workbooks/read\"\ + ,\"Microsoft.Insights/workbooks/revisions/read\",\"Microsoft.Insights/workbooktemplates/write\"\ + ,\"Microsoft.Insights/workbooktemplates/delete\",\"Microsoft.Insights/workbooktemplates/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2019-08-28T20:59:42.4820277Z\",\"updatedOn\":\"2022-12-12T20:09:08.8556351Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e8ddcd69-c73f-4f9f-9844-4100522f16ad\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e8ddcd69-c73f-4f9f-9844-4100522f16ad\"\ + },{\"properties\":{\"roleName\":\"Workbook Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read workbooks.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"microsoft.insights/workbooks/read\",\"microsoft.insights/workbooks/revisions/read\"\ + ,\"microsoft.insights/workbooktemplates/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2019-08-28T20:56:17.6808140Z\"\ + ,\"updatedOn\":\"2022-12-12T20:09:08.8556351Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b279062a-9be3-42a0-92ae-8b3cf002ec4d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b279062a-9be3-42a0-92ae-8b3cf002ec4d\"\ + },{\"properties\":{\"roleName\":\"Monitoring Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can read all monitoring data and update monitoring settings.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"\ + Microsoft.AlertsManagement/alerts/*\",\"Microsoft.AlertsManagement/alertsSummary/*\"\ + ,\"Microsoft.Insights/actiongroups/*\",\"Microsoft.Insights/activityLogAlerts/*\"\ + ,\"Microsoft.Insights/AlertRules/*\",\"Microsoft.Insights/components/*\",\"\ + Microsoft.Insights/createNotifications/*\",\"Microsoft.Insights/dataCollectionEndpoints/*\"\ + ,\"Microsoft.Insights/dataCollectionRules/*\",\"Microsoft.Insights/dataCollectionRuleAssociations/*\"\ + ,\"Microsoft.Insights/DiagnosticSettings/*\",\"Microsoft.Insights/eventtypes/*\"\ + ,\"Microsoft.Insights/LogDefinitions/*\",\"Microsoft.Insights/metricalerts/*\"\ + ,\"Microsoft.Insights/MetricDefinitions/*\",\"Microsoft.Insights/Metrics/*\"\ + ,\"Microsoft.Insights/notificationStatus/*\",\"Microsoft.Insights/Register/Action\"\ + ,\"Microsoft.Insights/scheduledqueryrules/*\",\"Microsoft.Insights/webtests/*\"\ + ,\"Microsoft.Insights/workbooks/*\",\"Microsoft.Insights/workbooktemplates/*\"\ + ,\"Microsoft.Insights/privateLinkScopes/*\",\"Microsoft.Insights/privateLinkScopeOperationStatuses/*\"\ + ,\"Microsoft.OperationalInsights/workspaces/write\",\"Microsoft.OperationalInsights/workspaces/intelligencepacks/*\"\ + ,\"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\"Microsoft.OperationalInsights/workspaces/search/action\"\ + ,\"Microsoft.OperationalInsights/workspaces/sharedKeys/action\",\"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/*\"\ + ,\"Microsoft.Support/*\",\"Microsoft.WorkloadMonitor/monitors/*\",\"Microsoft.AlertsManagement/smartDetectorAlertRules/*\"\ + ,\"Microsoft.AlertsManagement/actionRules/*\",\"Microsoft.AlertsManagement/smartGroups/*\"\ + ,\"Microsoft.AlertsManagement/migrateFromSmartDetection/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-09-21T19:21:08.4345976Z\"\ + ,\"updatedOn\":\"2022-09-07T19:37:57.4796716Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\ + },{\"properties\":{\"roleName\":\"Monitoring Metrics Publisher\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Enables publishing metrics against Azure\ + \ resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Insights/Register/Action\",\"Microsoft.Support/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Insights/Metrics/Write\"\ + ,\"Microsoft.Insights/Telemetry/Write\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2018-08-14T00:36:16.5610279Z\",\"updatedOn\":\"2022-01-04T00:38:04.0289073Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3913510d-42f4-4e42-8a64-420c390055eb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3913510d-42f4-4e42-8a64-420c390055eb\"\ + },{\"properties\":{\"roleName\":\"Purview role 1 (Deprecated)\",\"type\":\"\ + BuiltInRole\",\"description\":\"Deprecated role.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Purview/accounts/read\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Purview/accounts/data/read\"\ + ,\"Microsoft.Purview/accounts/data/write\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-11-14T02:37:15.0123345Z\",\"updatedOn\":\"2022-01-04T00:43:15.6924286Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8a3c2885-9b38-4fd2-9d99-91af537c1347\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8a3c2885-9b38-4fd2-9d99-91af537c1347\"\ + },{\"properties\":{\"roleName\":\"Purview role 2 (Deprecated)\",\"type\":\"\ + BuiltInRole\",\"description\":\"Deprecated role.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Purview/accounts/read\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Purview/accounts/scan/read\"\ + ,\"Microsoft.Purview/accounts/scan/write\"],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-11-14T02:40:05.0975648Z\",\"updatedOn\":\"2022-01-04T00:47:22.9678219Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/200bba9e-f0c8-430f-892b-6f0794863803\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"200bba9e-f0c8-430f-892b-6f0794863803\"\ + },{\"properties\":{\"roleName\":\"Purview role 3 (Deprecated)\",\"type\":\"\ + BuiltInRole\",\"description\":\"Deprecated role.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Purview/accounts/read\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.Purview/accounts/data/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-11-14T02:39:22.2344740Z\",\"\ + updatedOn\":\"2022-01-04T00:48:08.2844802Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ff100721-1b9d-43d8-af52-42b69c1272db\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ff100721-1b9d-43d8-af52-42b69c1272db\"\ + },{\"properties\":{\"roleName\":\"Autonomous Development Platform Data Contributor\ + \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Grants permissions\ + \ to upload and manage new Autonomous Development Platform measurements.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/discoveries/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/uploads/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/measurements/states/new/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/measurementCollections/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/accounts/measurementCollections/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/read\",\"Microsoft.AutonomousDevelopmentPlatform/workspaces/discoveries/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/uploads/*\",\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/states/new/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/classifications/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/dataStreams/classifications/*\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurementCollections/*\"\ + ],\"notDataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools/measurements/states/new/changeState/action\"\ + ,\"Microsoft.AutonomousDevelopmentPlatform/workspaces/measurements/states/new/changeState/action\"\ + ]}],\"createdOn\":\"2020-12-15T11:30:01.7459379Z\",\"updatedOn\":\"2022-09-16T19:23:29.3458458Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b8b15564-4fa6-4a59-ab12-03e1d9594795\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b8b15564-4fa6-4a59-ab12-03e1d9594795\"\ + },{\"properties\":{\"roleName\":\"Autonomous Development Platform Data Owner\ + \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Grants full access\ + \ to Autonomous Development Platform data.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-12-15T12:13:59.9702378Z\",\"\ + updatedOn\":\"2022-01-04T13:20:26.2040404Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/27f8b550-c507-4db9-86f2-f4b8e816d59d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"27f8b550-c507-4db9-86f2-f4b8e816d59d\"\ + },{\"properties\":{\"roleName\":\"Autonomous Development Platform Data Reader\ + \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Grants read access\ + \ to Autonomous Development Platform data.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.AutonomousDevelopmentPlatform/*/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-12-15T12:11:31.9843256Z\",\"\ + updatedOn\":\"2022-01-04T13:21:04.3207709Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d63b75f7-47ea-4f27-92ac-e0d173aaf093\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d63b75f7-47ea-4f27-92ac-e0d173aaf093\"\ + },{\"properties\":{\"roleName\":\"Key Vault Crypto Officer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Perform any action on the keys of a key vault, except manage\ + \ permissions. Only works for key vaults that use the 'Azure role-based access\ + \ control' permission model.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.KeyVault/checkNameAvailability/read\"\ + ,\"Microsoft.KeyVault/deletedVaults/read\",\"Microsoft.KeyVault/locations/*/read\"\ + ,\"Microsoft.KeyVault/vaults/*/read\",\"Microsoft.KeyVault/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.KeyVault/vaults/keys/*\"\ + ,\"Microsoft.KeyVault/vaults/keyrotationpolicies/*\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2020-05-19T17:52:47.0099249Z\",\"updatedOn\":\"2022-01-06T23:21:17.9760884Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/14b46e9e-c2b7-41b4-b07b-48a6ebf60603\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"14b46e9e-c2b7-41b4-b07b-48a6ebf60603\"\ + },{\"properties\":{\"roleName\":\"Device Update Deployments Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Gives you read access to management operations,\ + \ but does not allow making changes\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/management/read\",\"Microsoft.DeviceUpdate/accounts/instances/updates/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-22T00:01:34.7053630Z\",\"\ + updatedOn\":\"2022-01-13T01:35:51.6463216Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/49e2f5d2-7741-4835-8efa-19e1fe35e47f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"49e2f5d2-7741-4835-8efa-19e1fe35e47f\"\ + },{\"properties\":{\"roleName\":\"Device Update Deployments Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Gives you full access to management\ + \ operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ,\"Microsoft.Insights/alertRules/*\"],\"notActions\":[],\"dataActions\":[\"\ + Microsoft.DeviceUpdate/accounts/instances/management/read\",\"Microsoft.DeviceUpdate/accounts/instances/management/write\"\ + ,\"Microsoft.DeviceUpdate/accounts/instances/management/delete\",\"Microsoft.DeviceUpdate/accounts/instances/updates/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2020-08-21T23:59:52.1001666Z\",\"\ + updatedOn\":\"2022-01-13T01:59:19.4616366Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e4237640-0e3d-4a46-8fda-70bc94856432\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e4237640-0e3d-4a46-8fda-70bc94856432\"\ + },{\"properties\":{\"roleName\":\"Azure Arc VMware Private Clouds Onboarding\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure Arc VMware Private Clouds\ + \ Onboarding role has permissions to provision all the required resources\ + \ for onboard and deboard vCenter instances to Azure.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ConnectedVMwarevSphere/vcenters/Write\"\ + ,\"Microsoft.ConnectedVMwarevSphere/vcenters/Read\",\"Microsoft.ConnectedVMwarevSphere/vcenters/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ + ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ + ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.KubernetesConfiguration/extensions/Write\"\ + ,\"Microsoft.KubernetesConfiguration/extensions/Read\",\"Microsoft.KubernetesConfiguration/extensions/Delete\"\ + ,\"Microsoft.KubernetesConfiguration/operations/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/Write\",\"Microsoft.ExtendedLocation/customLocations/Delete\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\",\"Microsoft.ResourceConnector/appliances/Read\"\ + ,\"Microsoft.ResourceConnector/appliances/Write\",\"Microsoft.ResourceConnector/appliances/Delete\"\ + ,\"Microsoft.BackupSolutions/vmwareapplications/write\",\"Microsoft.BackupSolutions/vmwareapplications/delete\"\ + ,\"Microsoft.BackupSolutions/vmwareapplications/read\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2021-11-01T22:18:08.4480747Z\"\ + ,\"updatedOn\":\"2022-09-27T21:18:58.5007856Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/67d33e57-3129-45e6-bb0b-7cc522f762fa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"67d33e57-3129-45e6-bb0b-7cc522f762fa\"\ + },{\"properties\":{\"roleName\":\"Chamber Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage everything under your Modeling and Simulation\ + \ Workbench chamber.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.ModSimWorkbench/*/read\",\"Microsoft.ModSimWorkbench/workbenches/chambers/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[\"Microsoft.ModSimWorkbench/workbenches/chambers/fileRequests/manage/action\"\ + ],\"dataActions\":[\"Microsoft.ModSimWorkbench/workbenches/chambers/upload/action\"\ + ,\"Microsoft.ModSimWorkbench/workbenches/chambers/files/*\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2021-12-15T20:53:14.4428297Z\",\"updatedOn\":\"2023-02-14T16:16:59.3970147Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4e9b8407-af2e-495b-ae54-bb60a55b1b5a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4e9b8407-af2e-495b-ae54-bb60a55b1b5a\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Automation Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft Sentinel Automation\ + \ Contributor\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/*/read\",\"Microsoft.Logic/workflows/triggers/read\"\ + ,\"Microsoft.Logic/workflows/triggers/listCallbackUrl/action\",\"Microsoft.Logic/workflows/runs/read\"\ + ,\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/read\"\ + ,\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/listCallbackUrl/action\"\ + ,\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs/read\"],\"\ + notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ + 2021-01-24T08:50:52.0382991Z\",\"updatedOn\":\"2022-01-26T09:25:00.4699337Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f4c81013-99ee-4d62-a7ee-b3f1f648599a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f4c81013-99ee-4d62-a7ee-b3f1f648599a\"\ + },{\"properties\":{\"roleName\":\"CDN Endpoint Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view CDN endpoints, but can\u2019t make changes.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\",\"\ + Microsoft.Cdn/profiles/endpoints/*/read\",\"Microsoft.Cdn/profiles/afdendpoints/validateCustomDomain/action\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2022-01-26T19:51:29.2636610Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\ + },{\"properties\":{\"roleName\":\"Chamber User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you view everything under your Modeling and Simulation\ + \ Workbench chamber, but not make any changes.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.ModSimWorkbench/workbenches/chambers/*/read\"\ + ,\"Microsoft.ModSimWorkbench/workbenches/chambers/workloads/*\",\"Microsoft.ModSimWorkbench/workbenches/chambers/getUploadUri/action\"\ + ,\"Microsoft.ModSimWorkbench/workbenches/chambers/fileRequests/getDownloadUri/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ModSimWorkbench/workbenches/chambers/upload/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2021-12-15T20:51:06.2119764Z\",\"\ + updatedOn\":\"2023-02-14T16:17:02.9857485Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4447db05-44ed-4da3-ae60-6cbece780e32\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4447db05-44ed-4da3-ae60-6cbece780e32\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services Speech User\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Access to the real-time speech recognition\ + \ and batch transcription APIs, real-time speech synthesis and long audio\ + \ APIs, as well as to read the data/test/model/endpoint for custom models,\ + \ but can\u2019t create, delete or modify the data/test/model/endpoint for\ + \ custom models.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/SpeechServices/*/read\",\"Microsoft.CognitiveServices/accounts/SpeechServices/*/transcriptions/read\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/*/transcriptions/write\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/*/transcriptions/delete\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/*/frontend/action\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/text-dependent/*/action\"\ + ,\"Microsoft.CognitiveServices/accounts/SpeechServices/text-independent/*/action\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVoice/*/read\",\"Microsoft.CognitiveServices/accounts/CustomVoice/evaluations/*\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVoice/longaudiosynthesis/*\"\ + ,\"Microsoft.CognitiveServices/accounts/AudioContentCreation/*\"],\"notDataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/CustomVoice/datasets/files/read\"\ + ,\"Microsoft.CognitiveServices/accounts/CustomVoice/datasets/utterances/read\"\ + ]}],\"createdOn\":\"2021-03-30T11:28:27.4339032Z\",\"updatedOn\":\"2022-05-23T21:14:07.9205786Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f2dc8367-1007-4938-bd23-fe263f013447\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f2dc8367-1007-4938-bd23-fe263f013447\"\ + },{\"properties\":{\"roleName\":\"Windows Admin Center Administrator Login\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Let's you manage the OS of your\ + \ resource via Windows Admin Center as an administrator.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/*/read\"\ + ,\"Microsoft.HybridCompute/machines/extensions/*\",\"Microsoft.HybridCompute/machines/upgradeExtensions/action\"\ + ,\"Microsoft.HybridCompute/operations/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/publicIPAddresses/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/networkSecurityGroups/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules/read\",\"\ + Microsoft.Network/networkWatchers/securityGroupView/action\",\"Microsoft.Network/networkSecurityGroups/securityRules/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/securityRules/write\",\"Microsoft.HybridConnectivity/endpoints/write\"\ + ,\"Microsoft.HybridConnectivity/endpoints/read\",\"Microsoft.HybridConnectivity/endpoints/listManagedProxyDetails/action\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/patchAssessmentResults/latest/read\"\ + ,\"Microsoft.Compute/virtualMachines/patchAssessmentResults/latest/softwarePatches/read\"\ + ,\"Microsoft.Compute/virtualMachines/patchInstallationResults/read\",\"Microsoft.Compute/virtualMachines/patchInstallationResults/softwarePatches/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/read\",\"Microsoft.Compute/virtualMachines/instanceView/read\"\ + ,\"Microsoft.Compute/virtualMachines/runCommands/read\",\"Microsoft.Compute/virtualMachines/vmSizes/read\"\ + ,\"Microsoft.Compute/locations/publishers/artifacttypes/types/read\",\"Microsoft.Compute/locations/publishers/artifacttypes/types/versions/read\"\ + ,\"Microsoft.Compute/diskAccesses/read\",\"Microsoft.Compute/galleries/images/read\"\ + ,\"Microsoft.Compute/images/read\",\"Microsoft.AzureStackHCI/Clusters/Read\"\ + ,\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Read\",\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Extensions/Read\"\ + ,\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Extensions/Write\",\"Microsoft.AzureStackHCI/Clusters/ArcSettings/Extensions/Delete\"\ + ,\"Microsoft.AzureStackHCI/Operations/Read\",\"Microsoft.ConnectedVMwarevSphere/VirtualMachines/Read\"\ + ,\"Microsoft.ConnectedVMwarevSphere/VirtualMachines/Extensions/Write\",\"\ + Microsoft.ConnectedVMwarevSphere/VirtualMachines/Extensions/Read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HybridCompute/machines/WACLoginAsAdmin/action\"\ + ,\"Microsoft.Compute/virtualMachines/WACloginAsAdmin/action\",\"Microsoft.AzureStackHCI/Clusters/WACloginAsAdmin/Action\"\ + ,\"Microsoft.ConnectedVMwarevSphere/virtualmachines/WACloginAsAdmin/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-01-12T00:51:19.5581155Z\",\"\ + updatedOn\":\"2022-12-08T13:16:47.9241679Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a6333a3e-0164-44c3-b281-7a577aff287f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a6333a3e-0164-44c3-b281-7a577aff287f\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Policy Add-on Deployment\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Deploy the Azure Policy add-on\ + \ on Azure Kubernetes Service clusters\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Resources/deployments/*\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Network/publicIPPrefixes/join/action\",\"Microsoft.Network/publicIPAddresses/join/action\"\ + ,\"Microsoft.Compute/diskEncryptionSets/read\",\"Microsoft.Compute/proximityPlacementGroups/write\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-02-07T20:51:48.5662807Z\",\"updatedOn\":\"2022-03-16T03:36:42.5002274Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18ed5180-3e48-46fd-8541-4ea054d57064\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18ed5180-3e48-46fd-8541-4ea054d57064\"\ + },{\"properties\":{\"roleName\":\"Guest Configuration Resource Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Lets you read, write Guest Configuration\ + \ Resource.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.GuestConfiguration/guestConfigurationAssignments/write\",\"Microsoft.GuestConfiguration/guestConfigurationAssignments/read\"\ + ,\"Microsoft.GuestConfiguration/guestConfigurationAssignments/*/read\",\"\ + Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-01-13T21:31:41.9626667Z\",\"updatedOn\"\ + :\"2022-02-10T19:22:44.9057916Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/088ab73d-1256-47ae-bea9-9de8e7131f31\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"088ab73d-1256-47ae-bea9-9de8e7131f31\"\ + },{\"properties\":{\"roleName\":\"Domain Services Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can view Azure AD Domain Services and related network configurations\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Insights/Logs/Read\",\"Microsoft.Insights/Metrics/read\",\"Microsoft.Insights/DiagnosticSettings/read\"\ + ,\"Microsoft.Insights/DiagnosticSettingsCategories/Read\",\"Microsoft.AAD/domainServices/*/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/diagnosticSettings/read\"\ + ,\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/azureFirewalls/read\",\"Microsoft.Network/ddosProtectionPlans/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/*/read\"\ + ,\"Microsoft.Network/natGateways/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules/read\",\"\ + Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/networkSecurityGroups/securityRules/read\"\ + ,\"Microsoft.Network/routeTables/read\",\"Microsoft.Network/routeTables/routes/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-02-15T19:38:46.9043170Z\",\"updatedOn\":\"2022-06-27T21:32:59.0577559Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/361898ef-9ed1-48c2-849c-a832951106bb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"361898ef-9ed1-48c2-849c-a832951106bb\"\ + },{\"properties\":{\"roleName\":\"Domain Services Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Can manage Azure AD Domain Services and related\ + \ network configurations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Insights/Logs/Read\",\"Microsoft.Insights/Metrics/Read\",\"Microsoft.Insights/DiagnosticSettings/*\"\ + ,\"Microsoft.Insights/DiagnosticSettingsCategories/Read\",\"Microsoft.AAD/register/action\"\ + ,\"Microsoft.AAD/unregister/action\",\"Microsoft.AAD/domainServices/*\",\"\ + Microsoft.Network/register/action\",\"Microsoft.Network/unregister/action\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/write\"\ + ,\"Microsoft.Network/virtualNetworks/delete\",\"Microsoft.Network/virtualNetworks/peer/action\"\ + ,\"Microsoft.Network/virtualNetworks/join/action\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/write\",\"Microsoft.Network/virtualNetworks/subnets/delete\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/read\"\ + ,\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/write\",\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/delete\"\ + ,\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/diagnosticSettings/read\"\ + ,\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/azureFirewalls/read\",\"Microsoft.Network/ddosProtectionPlans/read\"\ + ,\"Microsoft.Network/ddosProtectionPlans/join/action\",\"Microsoft.Network/loadBalancers/read\"\ + ,\"Microsoft.Network/loadBalancers/delete\",\"Microsoft.Network/loadBalancers/*/read\"\ + ,\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\"\ + ,\"Microsoft.Network/natGateways/join/action\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/networkInterfaces/delete\"\ + ,\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/networkSecurityGroups/write\"\ + ,\"Microsoft.Network/networkSecurityGroups/delete\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/networkSecurityGroups/securityRules/read\",\"Microsoft.Network/networkSecurityGroups/securityRules/write\"\ + ,\"Microsoft.Network/networkSecurityGroups/securityRules/delete\",\"Microsoft.Network/routeTables/read\"\ + ,\"Microsoft.Network/routeTables/write\",\"Microsoft.Network/routeTables/delete\"\ + ,\"Microsoft.Network/routeTables/join/action\",\"Microsoft.Network/routeTables/routes/read\"\ + ,\"Microsoft.Network/routeTables/routes/write\",\"Microsoft.Network/routeTables/routes/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-02-15T19:40:22.3943189Z\",\"updatedOn\":\"2022-06-27T21:32:59.0577559Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/eeaeda52-9324-47f6-8069-5d5bade478b2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"eeaeda52-9324-47f6-8069-5d5bade478b2\"\ + },{\"properties\":{\"roleName\":\"DNS Resolver Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Lets you manage DNS resolver resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Network/dnsResolvers/read\"\ + ,\"Microsoft.Network/dnsResolvers/write\",\"Microsoft.Network/dnsResolvers/delete\"\ + ,\"Microsoft.Network/dnsResolvers/join/action\",\"Microsoft.Network/dnsResolvers/inboundEndpoints/read\"\ + ,\"Microsoft.Network/dnsResolvers/inboundEndpoints/write\",\"Microsoft.Network/dnsResolvers/inboundEndpoints/delete\"\ + ,\"Microsoft.Network/dnsResolvers/inboundEndpoints/join/action\",\"Microsoft.Network/dnsResolvers/outboundEndpoints/read\"\ + ,\"Microsoft.Network/dnsResolvers/outboundEndpoints/write\",\"Microsoft.Network/dnsResolvers/outboundEndpoints/delete\"\ + ,\"Microsoft.Network/dnsResolvers/outboundEndpoints/join/action\",\"Microsoft.Network/dnsForwardingRulesets/read\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/write\",\"Microsoft.Network/dnsForwardingRulesets/delete\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/join/action\",\"Microsoft.Network/dnsForwardingRulesets/forwardingRules/read\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/forwardingRules/write\",\"Microsoft.Network/dnsForwardingRulesets/forwardingRules/delete\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks/read\",\"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks/write\"\ + ,\"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks/delete\",\"\ + Microsoft.Network/locations/dnsResolverOperationResults/read\",\"Microsoft.Network/locations/dnsResolverOperationStatuses/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/join/action\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/write\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/join/action\"\ + ,\"Microsoft.Network/virtualNetworks/joinLoadBalancer/action\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/joinLoadBalancer/action\",\"\ + Microsoft.Network/natGateways/join/action\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/routeTables/join/action\",\"Microsoft.Network/serviceEndpointPolicies/join/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-02-16T23:25:04.4308795Z\",\"updatedOn\":\"2022-03-12T05:12:27.9470581Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0f2ebee7-ffd4-4fc0-b3b7-664099fdad5d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0f2ebee7-ffd4-4fc0-b3b7-664099fdad5d\"\ + },{\"properties\":{\"roleName\":\"Azure Arc Enabled Kubernetes Cluster User\ + \ Role\",\"type\":\"BuiltInRole\",\"description\":\"List cluster user credentials\ + \ action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Resources/deployments/write\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Kubernetes/connectedClusters/listClusterUserCredentials/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Support/*\",\"Microsoft.Kubernetes/connectedClusters/listClusterUserCredential/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2020-07-28T17:37:00.7637445Z\",\"updatedOn\":\"2022-02-17T02:29:05.1000798Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00493d72-78f6-4148-b6c5-d3ce8e4799dd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"00493d72-78f6-4148-b6c5-d3ce8e4799dd\"\ + },{\"properties\":{\"roleName\":\"Data Operator for Managed Disks\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides permissions to upload data to\ + \ empty managed disks, read, or export data of managed disks (not attached\ + \ to running VMs) and snapshots using SAS URIs and Azure AD authentication.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Compute/disks/download/action\",\"Microsoft.Compute/disks/upload/action\"\ + ,\"Microsoft.Compute/snapshots/download/action\",\"Microsoft.Compute/snapshots/upload/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-03-01T09:45:39.0102547Z\",\"\ + updatedOn\":\"2022-03-01T09:45:39.0102547Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/959f8984-c045-4866-89c7-12bf9737be2e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"959f8984-c045-4866-89c7-12bf9737be2e\"\ + },{\"properties\":{\"roleName\":\"AgFood Platform Sensor Partner Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Provides contribute access to\ + \ manage sensor related entities in AgFood Platform Service\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.AgFoodPlatform/farmBeats/sensorPartnerScope/*\"],\"notDataActions\"\ + :[\"Microsoft.AgFoodPlatform/farmBeats/sensorPartnerScope/sensors/delete\"\ + ]}],\"createdOn\":\"2022-03-09T13:07:45.6211742Z\",\"updatedOn\":\"2022-10-27T11:38:11.0367844Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6b77f0a0-0d89-41cc-acd1-579c22c17a67\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6b77f0a0-0d89-41cc-acd1-579c22c17a67\"\ + },{\"properties\":{\"roleName\":\"Compute Gallery Sharing Admin\",\"type\"\ + :\"BuiltInRole\",\"description\":\"This role allows user to share gallery\ + \ to another subscription/tenant or share it to the public.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Compute/galleries/share/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-03-10T08:38:48.2652673Z\",\"updatedOn\":\"2022-03-26T04:43:12.7933039Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1ef6a3be-d0ac-425d-8c01-acb62866290b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1ef6a3be-d0ac-425d-8c01-acb62866290b\"\ + },{\"properties\":{\"roleName\":\"Scheduled Patching Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides access to manage maintenance configurations\ + \ with maintenance scope InGuestPatch and corresponding configuration assignments\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Maintenance/maintenanceConfigurations/read\"\ + ,\"Microsoft.Maintenance/maintenanceConfigurations/write\",\"Microsoft.Maintenance/maintenanceConfigurations/delete\"\ + ,\"Microsoft.Maintenance/configurationAssignments/read\",\"Microsoft.Maintenance/configurationAssignments/write\"\ + ,\"Microsoft.Maintenance/configurationAssignments/delete\",\"Microsoft.Maintenance/configurationAssignments/maintenanceScope/InGuestPatch/read\"\ + ,\"Microsoft.Maintenance/configurationAssignments/maintenanceScope/InGuestPatch/write\"\ + ,\"Microsoft.Maintenance/configurationAssignments/maintenanceScope/InGuestPatch/delete\"\ + ,\"Microsoft.Maintenance/maintenanceConfigurations/maintenanceScope/InGuestPatch/read\"\ + ,\"Microsoft.Maintenance/maintenanceConfigurations/maintenanceScope/InGuestPatch/write\"\ + ,\"Microsoft.Maintenance/maintenanceConfigurations/maintenanceScope/InGuestPatch/delete\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-03-21T18:38:07.8528641Z\",\"updatedOn\":\"2022-04-13T16:14:41.9332648Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cd08ab90-6b14-449c-ad9a-8f8e549482c6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cd08ab90-6b14-449c-ad9a-8f8e549482c6\"\ + },{\"properties\":{\"roleName\":\"DevCenter Dev Box User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides access to create and manage dev boxes.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DevCenter/projects/read\"\ + ,\"Microsoft.DevCenter/projects/*/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.DevCenter/projects/users/devboxes/userStop/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userStart/action\",\"Microsoft.DevCenter/projects/users/devboxes/userGetRemoteConnection/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userRead/action\",\"Microsoft.DevCenter/projects/users/devboxes/userWrite/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userDelete/action\",\"Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionRead/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionManage/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userActionRead/action\",\"\ + Microsoft.DevCenter/projects/users/devboxes/userActionManage/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-04-01T02:44:11.1364779Z\",\"updatedOn\"\ + :\"2023-03-28T15:12:30.1350617Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45d50f46-0b78-4001-a660-4198cbe8cd05\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"45d50f46-0b78-4001-a660-4198cbe8cd05\"\ + },{\"properties\":{\"roleName\":\"DevCenter Project Admin\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Provides access to manage project resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DevCenter/projects/*\"\ + ,\"Microsoft.Fidalgo/projects/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[\"Microsoft.DevCenter/projects/write\",\"Microsoft.DevCenter/projects/delete\"\ + ,\"Microsoft.Fidalgo/projects/write\",\"Microsoft.Fidalgo/projects/delete\"\ + ],\"dataActions\":[\"Microsoft.DevCenter/projects/users/devboxes/adminStart/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/adminStop/action\",\"Microsoft.DevCenter/projects/users/devboxes/adminRead/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/adminWrite/action\",\"Microsoft.DevCenter/projects/users/devboxes/adminDelete/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userStop/action\",\"Microsoft.DevCenter/projects/users/devboxes/userStart/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userGetRemoteConnection/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userRead/action\",\"Microsoft.DevCenter/projects/users/devboxes/userWrite/action\"\ + ,\"Microsoft.DevCenter/projects/users/devboxes/userDelete/action\",\"Microsoft.DevCenter/projects/users/environments/adminRead/action\"\ + ,\"Microsoft.DevCenter/projects/users/environments/userWrite/action\",\"Microsoft.DevCenter/projects/users/environments/userDelete/action\"\ + ,\"Microsoft.DevCenter/projects/users/environments/adminDelete/action\",\"\ + Microsoft.DevCenter/projects/users/environments/adminAction/action\",\"Microsoft.Fidalgo/projects/users/virtualMachines/adminStart/action\"\ + ,\"Microsoft.Fidalgo/projects/users/virtualMachines/adminStop/action\",\"\ + Microsoft.Fidalgo/projects/users/virtualMachines/adminRead/action\",\"Microsoft.Fidalgo/projects/users/virtualMachines/adminWrite/action\"\ + ,\"Microsoft.Fidalgo/projects/users/virtualMachines/adminDelete/action\",\"\ + Microsoft.Fidalgo/projects/users/virtualMachines/userStop/action\",\"Microsoft.Fidalgo/projects/users/virtualMachines/userStart/action\"\ + ,\"Microsoft.Fidalgo/projects/users/virtualMachines/userGetRdpFileContent/action\"\ + ,\"Microsoft.Fidalgo/projects/users/virtualMachines/userRead/action\",\"Microsoft.Fidalgo/projects/users/virtualMachines/userWrite/action\"\ + ,\"Microsoft.Fidalgo/projects/users/virtualMachines/userDelete/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-04-01T03:59:48.0231815Z\",\"updatedOn\"\ + :\"2022-10-12T14:06:07.7247263Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/331c37c6-af14-46d9-b9f4-e1909e1b95a0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"331c37c6-af14-46d9-b9f4-e1909e1b95a0\"\ + },{\"properties\":{\"roleName\":\"Virtual Machine Local User Login\",\"type\"\ + :\"BuiltInRole\",\"description\":\"View Virtual Machines in the portal and\ + \ login as a local user configured on the arc server\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.HybridCompute/machines/*/read\"\ + ,\"Microsoft.HybridConnectivity/endpoints/listCredentials/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-07T08:14:27.7527454Z\"\ + ,\"updatedOn\":\"2022-04-17T03:06:52.2841529Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/602da2ba-a5c2-41da-b01d-5360126ab525\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"602da2ba-a5c2-41da-b01d-5360126ab525\"\ + },{\"properties\":{\"roleName\":\"Azure Arc ScVmm Private Clouds Onboarding\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure Arc ScVmm Private Clouds\ + \ Onboarding role has permissions to provision all the required resources\ + \ for onboard and deboard vmm server instances to Azure.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"microsoft.scvmm/vmmservers/Read\"\ + ,\"microsoft.scvmm/vmmservers/Write\",\"microsoft.scvmm/vmmservers/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Write\",\"Microsoft.Insights/AlertRules/Delete\"\ + ,\"Microsoft.Insights/AlertRules/Read\",\"Microsoft.Insights/AlertRules/Activated/Action\"\ + ,\"Microsoft.Insights/AlertRules/Resolved/Action\",\"Microsoft.Insights/AlertRules/Throttled/Action\"\ + ,\"Microsoft.Insights/AlertRules/Incidents/Read\",\"Microsoft.Resources/deployments/read\"\ + ,\"Microsoft.Resources/deployments/write\",\"Microsoft.Resources/deployments/delete\"\ + ,\"Microsoft.Resources/deployments/cancel/action\",\"Microsoft.Resources/deployments/validate/action\"\ + ,\"Microsoft.Resources/deployments/whatIf/action\",\"Microsoft.Resources/deployments/exportTemplate/action\"\ + ,\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/operationstatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-14T01:35:13.1879214Z\"\ + ,\"updatedOn\":\"2023-05-23T15:27:27.2774771Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6aac74c4-6311-40d2-bbdd-7d01e7c6e3a9\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6aac74c4-6311-40d2-bbdd-7d01e7c6e3a9\"\ + },{\"properties\":{\"roleName\":\"Azure Arc ScVmm VM Contributor\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Arc ScVmm VM Contributor has permissions\ + \ to perform all VM actions.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"microsoft.scvmm/virtualmachines/*\",\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ + ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-14T01:35:13.1879214Z\"\ + ,\"updatedOn\":\"2023-05-23T15:27:27.2754760Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e582369a-e17b-42a5-b10c-874c387c530b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e582369a-e17b-42a5-b10c-874c387c530b\"\ + },{\"properties\":{\"roleName\":\"Azure Arc ScVmm Private Cloud User\",\"\ + type\":\"BuiltInRole\",\"description\":\"Azure Arc ScVmm Private Cloud User\ + \ has permissions to use the ScVmm resources to deploy VMs.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ + ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"microsoft.scvmm/virtualnetworks/join/action\"\ + ,\"microsoft.scvmm/virtualnetworks/Read\",\"microsoft.scvmm/virtualmachinetemplates/clone/action\"\ + ,\"microsoft.scvmm/virtualmachinetemplates/Read\",\"microsoft.scvmm/clouds/deploy/action\"\ + ,\"microsoft.scvmm/clouds/Read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-14T01:35:13.1879214Z\"\ + ,\"updatedOn\":\"2023-05-23T15:27:27.2754760Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c0781e91-8102-4553-8951-97c6d4243cda\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c0781e91-8102-4553-8951-97c6d4243cda\"\ + },{\"properties\":{\"roleName\":\"Azure Arc ScVmm Administrator role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Arc ScVmm VM Administrator has permissions\ + \ to perform all ScVmm actions.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ScVmm/*\",\"Microsoft.Insights/AlertRules/Write\"\ + ,\"Microsoft.Insights/AlertRules/Delete\",\"Microsoft.Insights/AlertRules/Read\"\ + ,\"Microsoft.Insights/AlertRules/Activated/Action\",\"Microsoft.Insights/AlertRules/Resolved/Action\"\ + ,\"Microsoft.Insights/AlertRules/Throttled/Action\",\"Microsoft.Insights/AlertRules/Incidents/Read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/cancel/action\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/whatIf/action\"\ + ,\"Microsoft.Resources/deployments/exportTemplate/action\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.ExtendedLocation/customLocations/Read\"\ + ,\"Microsoft.ExtendedLocation/customLocations/deploy/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-04-14T01:35:13.1879214Z\"\ + ,\"updatedOn\":\"2023-05-23T15:27:27.2764762Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a92dfd61-77f9-4aec-a531-19858b406c87\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a92dfd61-77f9-4aec-a531-19858b406c87\"\ + },{\"properties\":{\"roleName\":\"FHIR Data Importer\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user or principal to read and import FHIR Data\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/import/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-04-19T16:06:40.5285858Z\",\"\ + updatedOn\":\"2022-04-21T17:23:52.5251801Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4465e953-8ced-4406-a58e-0f6e3f3b530b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4465e953-8ced-4406-a58e-0f6e3f3b530b\"\ + },{\"properties\":{\"roleName\":\"API Management Developer Portal Content\ + \ Editor\",\"type\":\"BuiltInRole\",\"description\":\"Can customize the developer\ + \ portal, edit its content, and publish it.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/portalRevisions/read\"\ + ,\"Microsoft.ApiManagement/service/portalRevisions/write\",\"Microsoft.ApiManagement/service/contentTypes/read\"\ + ,\"Microsoft.ApiManagement/service/contentTypes/delete\",\"Microsoft.ApiManagement/service/contentTypes/write\"\ + ,\"Microsoft.ApiManagement/service/contentTypes/contentItems/read\",\"Microsoft.ApiManagement/service/contentTypes/contentItems/write\"\ + ,\"Microsoft.ApiManagement/service/contentTypes/contentItems/delete\"],\"\ + notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"\ + 2022-05-07T01:51:05.5278401Z\",\"updatedOn\":\"2022-05-11T05:51:53.9912119Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c031e6a8-4391-4de0-8d69-4706a7ed3729\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c031e6a8-4391-4de0-8d69-4706a7ed3729\"\ + },{\"properties\":{\"roleName\":\"VM Scanner Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role that provides access to disk snapshot for security\ + \ analysis.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/beginGetAccess/action\"\ + ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Compute/virtualMachineScaleSets/instanceView/read\",\"Microsoft.Compute/virtualMachineScaleSets/read\"\ + ,\"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/read\",\"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/instanceView/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-05-16T00:39:46.7310638Z\",\"updatedOn\":\"2022-06-07T23:50:15.9238862Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d24ecba3-c1f4-40fa-a7bb-4588a071e8fd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d24ecba3-c1f4-40fa-a7bb-4588a071e8fd\"\ + },{\"properties\":{\"roleName\":\"Elastic SAN Owner\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for full access to all resources under Azure Elastic\ + \ SAN including changing network security policies to unblock data path access\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ElasticSan/elasticSans/*\"\ + ,\"Microsoft.ElasticSan/locations/*\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-05-26T16:45:28.5382297Z\",\"updatedOn\"\ + :\"2022-08-24T19:46:49.2921294Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/80dcbedb-47ef-405d-95bd-188a1b4ac406\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"80dcbedb-47ef-405d-95bd-188a1b4ac406\"\ + },{\"properties\":{\"roleName\":\"Elastic SAN Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows for control path read access to Azure Elastic SAN\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ElasticSan/elasticSans/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-06-01T11:10:17.3022535Z\",\"updatedOn\":\"2022-08-24T19:46:49.2921294Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/af6a70f8-3c9f-4105-acf1-d719e9fca4ca\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"af6a70f8-3c9f-4105-acf1-d719e9fca4ca\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Virtual Machine Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role is in preview and subject\ + \ to change. Provide permission to the Azure Virtual Desktop Resource Provider\ + \ to create, delete, update, start, and stop virtual machines.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DesktopVirtualization/hostpools/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/write\",\"Microsoft.DesktopVirtualization/hostpools/retrieveRegistrationToken/action\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/write\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/delete\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/disconnect/action\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/sendMessage/action\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionHostConfigurations/read\"\ + ,\"Microsoft.Compute/availabilitySets/read\",\"Microsoft.Compute/availabilitySets/write\"\ + ,\"Microsoft.Compute/availabilitySets/vmSizes/read\",\"Microsoft.Compute/disks/read\"\ + ,\"Microsoft.Compute/disks/write\",\"Microsoft.Compute/disks/delete\",\"Microsoft.Compute/galleries/read\"\ + ,\"Microsoft.Compute/galleries/images/read\",\"Microsoft.Compute/galleries/images/versions/read\"\ + ,\"Microsoft.Compute/images/read\",\"Microsoft.Compute/locations/usages/read\"\ + ,\"Microsoft.Compute/locations/vmSizes/read\",\"Microsoft.Compute/operations/read\"\ + ,\"Microsoft.Compute/skus/read\",\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Compute/virtualMachines/write\",\"Microsoft.Compute/virtualMachines/delete\"\ + ,\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.Compute/virtualMachines/powerOff/action\"\ + ,\"Microsoft.Compute/virtualMachines/restart/action\",\"Microsoft.Compute/virtualMachines/deallocate/action\"\ + ,\"Microsoft.Compute/virtualMachines/runCommand/action\",\"Microsoft.Compute/virtualMachines/extensions/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/write\",\"Microsoft.Compute/virtualMachines/extensions/delete\"\ + ,\"Microsoft.Compute/virtualMachines/runCommands/read\",\"Microsoft.Compute/virtualMachines/runCommands/write\"\ + ,\"Microsoft.Compute/virtualMachines/vmSizes/read\",\"Microsoft.Network/networkSecurityGroups/read\"\ + ,\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/networkInterfaces/delete\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Marketplace/offerTypes/publishers/offers/plans/agreements/read\"\ + ,\"Microsoft.KeyVault/vaults/deploy/action\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-06-29T05:48:11.4469865Z\",\"updatedOn\":\"2022-07-19T19:24:13.7306820Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a959dbd1-f747-45e3-8ba6-dd80f235f97c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a959dbd1-f747-45e3-8ba6-dd80f235f97c\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Power On Off Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role is in preview and subject\ + \ to change. Provide permission to the Azure Virtual Desktop Resource Provider\ + \ to start and stop virtual machines.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Compute/virtualMachines/deallocate/action\"\ + ,\"Microsoft.Compute/virtualMachines/restart/action\",\"Microsoft.Compute/virtualMachines/powerOff/action\"\ + ,\"Microsoft.Insights/eventtypes/values/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.DesktopVirtualization/hostpools/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/write\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/write\",\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/delete\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/read\"\ + ,\"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/sendMessage/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-06-29T05:48:13.2307470Z\",\"updatedOn\":\"2022-07-19T19:24:13.7306820Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/40c5ff49-9181-41f8-ae61-143b0e78555e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"40c5ff49-9181-41f8-ae61-143b0e78555e\"\ + },{\"properties\":{\"roleName\":\"Desktop Virtualization Power On Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role is in preview and subject\ + \ to change. Provide permission to the Azure Virtual Desktop Resource Provider\ + \ to start virtual machines.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.Compute/virtualMachines/read\"\ + ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-06-29T05:48:13.2307470Z\"\ + ,\"updatedOn\":\"2022-07-19T19:24:13.7306820Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/489581de-a3bd-480d-9518-53dea7416b33\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"489581de-a3bd-480d-9518-53dea7416b33\"\ + },{\"properties\":{\"roleName\":\"Elastic SAN Volume Group Owner\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows for full access to a volume group\ + \ in Azure Elastic SAN including changing network security policies to unblock\ + \ data path access\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ,\"Microsoft.ElasticSan/elasticSans/volumeGroups/*\",\"Microsoft.ElasticSan/locations/asyncoperations/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-07-04T21:08:38.7330950Z\",\"updatedOn\":\"2022-08-24T19:46:49.2921294Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a8281131-f312-4f34-8d98-ae12be9f0d23\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a8281131-f312-4f34-8d98-ae12be9f0d23\"\ + },{\"properties\":{\"roleName\":\"Access Review Operator Service Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"Lets you grant Access Review System\ + \ app permissions to discover and revoke access as needed by the access review\ + \ process.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleAssignments/delete\"\ + ,\"Microsoft.Management/getEntities/action\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2022-07-04T21:08:38.7330950Z\"\ + ,\"updatedOn\":\"2022-07-04T21:08:38.7330950Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/76cc9ee4-d5d3-4a45-a930-26add3d73475\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"76cc9ee4-d5d3-4a45-a930-26add3d73475\"\ + },{\"properties\":{\"roleName\":\"Code Signing Identity Verifier\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Manage identity or business verification\ + \ requests. This role is in preview and subject to change.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CodeSigning/*/read\"],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.CodeSigning/IdentityVerification/Read\"\ + ,\"Microsoft.CodeSigning/IdentityVerification/Write\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2022-08-01T15:12:30.1329828Z\",\"updatedOn\":\"2022-11-02T11:30:34.7441146Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4339b7cf-9826-4e41-b4ed-c7f4505dac08\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4339b7cf-9826-4e41-b4ed-c7f4505dac08\"\ + },{\"properties\":{\"roleName\":\"Video Indexer Restricted Viewer\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has access to view and search through all\ + \ video's insights and transcription in the Video Indexer portal. No access\ + \ to model customization, embedding of widget, downloading videos, or sharing\ + \ the account.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.VideoIndexer/*/read\",\"Microsoft.VideoIndexer/accounts/*/action\"\ + ],\"notActions\":[\"Microsoft.VideoIndexer/*/write\",\"Microsoft.VideoIndexer/*/delete\"\ + ,\"Microsoft.VideoIndexer/accounts/generateAccessToken/action\"],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2022-08-10T22:23:56.4576097Z\"\ + ,\"updatedOn\":\"2022-08-10T22:23:56.4576097Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a2c4a527-7dc0-4ee3-897b-403ade70fafb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a2c4a527-7dc0-4ee3-897b-403ade70fafb\"\ + },{\"properties\":{\"roleName\":\"Monitoring Data Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can access the data in an Azure Monitor Workspace.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.Monitor/accounts/data/metrics/read\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-08-23T17:36:04.7093811Z\",\"updatedOn\"\ + :\"2022-10-10T15:08:35.6317396Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b0d8363b-8ddd-447d-831f-62ca05bff136\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b0d8363b-8ddd-447d-831f-62ca05bff136\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Cluster\ + \ Admin\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage all resources\ + \ in the fleet manager cluster.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ContainerService/fleets/read\",\"Microsoft.ContainerService/fleets/listCredentials/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/fleets/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-23T19:38:11.9473036Z\",\"\ + updatedOn\":\"2022-08-23T19:38:11.9473036Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18ab4d3d-a1bf-4477-8ad9-8359bc988f69\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18ab4d3d-a1bf-4477-8ad9-8359bc988f69\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows read-only access to see\ + \ most objects in a namespace. It does not allow viewing roles or role bindings.\ + \ This role does not allow viewing Secrets, since reading the contents of\ + \ Secrets enables access to ServiceAccount credentials in the namespace, which\ + \ would allow API access as any ServiceAccount in the namespace (a form of\ + \ privilege escalation). Applying this role at cluster scope will give access\ + \ across all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ContainerService/fleets/read\",\"Microsoft.ContainerService/fleets/listCredentials/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/fleets/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/fleets/apps/daemonsets/read\",\"Microsoft.ContainerService/fleets/apps/deployments/read\"\ + ,\"Microsoft.ContainerService/fleets/apps/statefulsets/read\",\"Microsoft.ContainerService/fleets/autoscaling/horizontalpodautoscalers/read\"\ + ,\"Microsoft.ContainerService/fleets/batch/cronjobs/read\",\"Microsoft.ContainerService/fleets/batch/jobs/read\"\ + ,\"Microsoft.ContainerService/fleets/configmaps/read\",\"Microsoft.ContainerService/fleets/endpoints/read\"\ + ,\"Microsoft.ContainerService/fleets/events.k8s.io/events/read\",\"Microsoft.ContainerService/fleets/events/read\"\ + ,\"Microsoft.ContainerService/fleets/extensions/daemonsets/read\",\"Microsoft.ContainerService/fleets/extensions/deployments/read\"\ + ,\"Microsoft.ContainerService/fleets/extensions/ingresses/read\",\"Microsoft.ContainerService/fleets/extensions/networkpolicies/read\"\ + ,\"Microsoft.ContainerService/fleets/limitranges/read\",\"Microsoft.ContainerService/fleets/namespaces/read\"\ + ,\"Microsoft.ContainerService/fleets/networking.k8s.io/ingresses/read\",\"\ + Microsoft.ContainerService/fleets/networking.k8s.io/networkpolicies/read\"\ + ,\"Microsoft.ContainerService/fleets/persistentvolumeclaims/read\",\"Microsoft.ContainerService/fleets/policy/poddisruptionbudgets/read\"\ + ,\"Microsoft.ContainerService/fleets/replicationcontrollers/read\",\"Microsoft.ContainerService/fleets/replicationcontrollers/read\"\ + ,\"Microsoft.ContainerService/fleets/resourcequotas/read\",\"Microsoft.ContainerService/fleets/serviceaccounts/read\"\ + ,\"Microsoft.ContainerService/fleets/services/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2022-08-23T19:38:11.9473036Z\",\"updatedOn\":\"2022-08-29T15:03:33.2075893Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/30b27cfc-9c84-438e-b0ce-70e35255df80\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"30b27cfc-9c84-438e-b0ce-70e35255df80\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Admin\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role grants admin access\ + \ - provides write permissions on most objects within a a namespace, with\ + \ the exception of ResourceQuota object and the namespace object itself. Applying\ + \ this role at cluster scope will give access across all namespaces.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ContainerService/fleets/read\"\ + ,\"Microsoft.ContainerService/fleets/listCredentials/action\"],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.ContainerService/fleets/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/fleets/apps/daemonsets/*\",\"Microsoft.ContainerService/fleets/apps/deployments/*\"\ + ,\"Microsoft.ContainerService/fleets/apps/statefulsets/*\",\"Microsoft.ContainerService/fleets/authorization.k8s.io/localsubjectaccessreviews/write\"\ + ,\"Microsoft.ContainerService/fleets/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.ContainerService/fleets/batch/cronjobs/*\",\"Microsoft.ContainerService/fleets/batch/jobs/*\"\ + ,\"Microsoft.ContainerService/fleets/configmaps/*\",\"Microsoft.ContainerService/fleets/endpoints/*\"\ + ,\"Microsoft.ContainerService/fleets/events.k8s.io/events/read\",\"Microsoft.ContainerService/fleets/events/read\"\ + ,\"Microsoft.ContainerService/fleets/extensions/daemonsets/*\",\"Microsoft.ContainerService/fleets/extensions/deployments/*\"\ + ,\"Microsoft.ContainerService/fleets/extensions/ingresses/*\",\"Microsoft.ContainerService/fleets/extensions/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/fleets/limitranges/read\",\"Microsoft.ContainerService/fleets/namespaces/read\"\ + ,\"Microsoft.ContainerService/fleets/networking.k8s.io/ingresses/*\",\"Microsoft.ContainerService/fleets/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/fleets/persistentvolumeclaims/*\",\"Microsoft.ContainerService/fleets/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.ContainerService/fleets/rbac.authorization.k8s.io/rolebindings/*\"\ + ,\"Microsoft.ContainerService/fleets/rbac.authorization.k8s.io/roles/*\",\"\ + Microsoft.ContainerService/fleets/replicationcontrollers/*\",\"Microsoft.ContainerService/fleets/replicationcontrollers/*\"\ + ,\"Microsoft.ContainerService/fleets/resourcequotas/read\",\"Microsoft.ContainerService/fleets/secrets/*\"\ + ,\"Microsoft.ContainerService/fleets/serviceaccounts/*\",\"Microsoft.ContainerService/fleets/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-23T19:38:11.9473036Z\",\"\ + updatedOn\":\"2022-08-29T15:03:33.2075893Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/434fb43a-c01c-447e-9f67-c3ad923cfaba\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"434fb43a-c01c-447e-9f67-c3ad923cfaba\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager RBAC Writer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows read/write access to most\ + \ objects in a namespace.This role does not allow viewing or modifying roles\ + \ or role bindings. However, this role allows accessing Secrets as any ServiceAccount\ + \ in the namespace, so it can be used to gain the API access levels of any\ + \ ServiceAccount in the namespace. Applying this role at cluster scope will\ + \ give access across all namespaces.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/operationresults/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.ContainerService/fleets/read\",\"Microsoft.ContainerService/fleets/listCredentials/action\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ContainerService/fleets/apps/controllerrevisions/read\"\ + ,\"Microsoft.ContainerService/fleets/apps/daemonsets/*\",\"Microsoft.ContainerService/fleets/apps/deployments/*\"\ + ,\"Microsoft.ContainerService/fleets/apps/statefulsets/*\",\"Microsoft.ContainerService/fleets/autoscaling/horizontalpodautoscalers/*\"\ + ,\"Microsoft.ContainerService/fleets/batch/cronjobs/*\",\"Microsoft.ContainerService/fleets/batch/jobs/*\"\ + ,\"Microsoft.ContainerService/fleets/configmaps/*\",\"Microsoft.ContainerService/fleets/endpoints/*\"\ + ,\"Microsoft.ContainerService/fleets/events.k8s.io/events/read\",\"Microsoft.ContainerService/fleets/events/read\"\ + ,\"Microsoft.ContainerService/fleets/extensions/daemonsets/*\",\"Microsoft.ContainerService/fleets/extensions/deployments/*\"\ + ,\"Microsoft.ContainerService/fleets/extensions/ingresses/*\",\"Microsoft.ContainerService/fleets/extensions/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/fleets/limitranges/read\",\"Microsoft.ContainerService/fleets/namespaces/read\"\ + ,\"Microsoft.ContainerService/fleets/networking.k8s.io/ingresses/*\",\"Microsoft.ContainerService/fleets/networking.k8s.io/networkpolicies/*\"\ + ,\"Microsoft.ContainerService/fleets/persistentvolumeclaims/*\",\"Microsoft.ContainerService/fleets/policy/poddisruptionbudgets/*\"\ + ,\"Microsoft.ContainerService/fleets/replicationcontrollers/*\",\"Microsoft.ContainerService/fleets/replicationcontrollers/*\"\ + ,\"Microsoft.ContainerService/fleets/resourcequotas/read\",\"Microsoft.ContainerService/fleets/secrets/*\"\ + ,\"Microsoft.ContainerService/fleets/serviceaccounts/*\",\"Microsoft.ContainerService/fleets/services/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-08-23T19:38:12.3766357Z\",\"\ + updatedOn\":\"2022-08-29T15:03:33.2075893Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5af6afb3-c06c-4fa4-8848-71a8aee05683\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5af6afb3-c06c-4fa4-8848-71a8aee05683\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Fleet Manager Contributor\ + \ Role\",\"type\":\"BuiltInRole\",\"description\":\"Grants access to read\ + \ and write Azure Kubernetes Fleet Manager clusters\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerService/fleets/*\"\ + ,\"Microsoft.Resources/deployments/*\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2022-08-23T19:38:12.3766357Z\"\ + ,\"updatedOn\":\"2022-08-23T19:38:12.3766357Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/63bb64ad-9799-4770-b5c3-24ed299a07bf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"63bb64ad-9799-4770-b5c3-24ed299a07bf\"\ + },{\"properties\":{\"roleName\":\"Kubernetes Namespace User\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows a user to read namespace resources\ + \ and retrieve kubeconfig for the cluster\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.KubernetesConfiguration/namespaces/read\"\ + ,\"Microsoft.KubernetesConfiguration/namespaces/listUserCredential/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-08-25T10:16:22.7627676Z\",\"updatedOn\":\"2022-08-25T10:16:22.7627676Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ba79058c-0414-4a34-9e42-c3399d80cd5a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ba79058c-0414-4a34-9e42-c3399d80cd5a\"\ + },{\"properties\":{\"roleName\":\"Data Labeling - Labeler\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can label data in Labeling.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/workspaces/read\"\ + ,\"Microsoft.MachineLearningServices/workspaces/experiments/runs/read\",\"\ + Microsoft.MachineLearningServices/workspaces/labeling/projects/read\",\"Microsoft.MachineLearningServices/workspaces/labeling/projects/summary/read\"\ + ,\"Microsoft.MachineLearningServices/workspaces/labeling/labels/read\",\"\ + Microsoft.MachineLearningServices/workspaces/labeling/labels/write\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-05T15:10:52.0347539Z\"\ + ,\"updatedOn\":\"2022-09-12T15:02:18.6293987Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c6decf44-fd0a-444c-a844-d653c394e7ab\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c6decf44-fd0a-444c-a844-d653c394e7ab\"\ + },{\"properties\":{\"roleName\":\"Role Based Access Control Administrator\ + \ (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Manage access to\ + \ Azure resources by assigning roles using Azure RBAC. This role does not\ + \ allow you to manage access using other ways, such as Azure Policy.\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/roleAssignments/write\"\ + ,\"Microsoft.Authorization/roleAssignments/delete\",\"*/read\",\"Microsoft.Support/*\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-09-08T02:43:54.7282367Z\",\"updatedOn\":\"2022-09-08T02:43:54.7282367Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f58310d9-a9f6-439a-9e8d-f62e7b41a168\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f58310d9-a9f6-439a-9e8d-f62e7b41a168\"\ + },{\"properties\":{\"roleName\":\"Template Spec Contributor\",\"type\":\"\ + BuiltInRole\",\"description\":\"Allows full access to Template Spec operations\ + \ at the assigned scope.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Resources/templateSpecs/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-09-09T02:05:53.4327295Z\",\"updatedOn\":\"2022-09-09T02:05:53.4327295Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1c9b6475-caf0-4164-b5a1-2142a7116f4b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1c9b6475-caf0-4164-b5a1-2142a7116f4b\"\ + },{\"properties\":{\"roleName\":\"Template Spec Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows read access to Template Specs at the assigned scope.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/templateSpecs/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-09-09T02:05:53.4327295Z\",\"updatedOn\":\"2022-09-09T02:05:53.4327295Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/392ae280-861d-42bd-9ea5-08ee6d83b80e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"392ae280-861d-42bd-9ea5-08ee6d83b80e\"\ + },{\"properties\":{\"roleName\":\"Microsoft Sentinel Playbook Operator\",\"\ + type\":\"BuiltInRole\",\"description\":\"Microsoft Sentinel Playbook Operator\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Logic/workflows/read\"\ + ,\"Microsoft.Logic/workflows/triggers/listCallbackUrl/action\",\"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/listCallbackUrl/action\"\ + ,\"Microsoft.Web/sites/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2022-09-20T21:21:51.7869766Z\",\"updatedOn\":\"2022-12-07T22:32:48.0730010Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/51d6186e-6489-4900-b93f-92e23144cca5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"51d6186e-6489-4900-b93f-92e23144cca5\"\ + },{\"properties\":{\"roleName\":\"Deployment Environments User\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Provides access to manage environment resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.DevCenter/projects/read\"\ + ,\"Microsoft.DevCenter/projects/*/read\",\"Microsoft.Fidalgo/projects/read\"\ + ,\"Microsoft.Fidalgo/projects/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[\"Microsoft.DevCenter/projects/pools/read\"\ + ,\"Microsoft.Fidalgo/projects/pools/read\",\"Microsoft.DevCenter/projects/pools/schedules/read\"\ + ],\"dataActions\":[\"Microsoft.DevCenter/projects/users/environments/adminRead/action\"\ + ,\"Microsoft.DevCenter/projects/users/environments/userWrite/action\",\"Microsoft.DevCenter/projects/users/environments/userDelete/action\"\ + ,\"Microsoft.DevCenter/projects/users/environments/adminAction/action\"],\"\ + notDataActions\":[]}],\"createdOn\":\"2022-09-22T03:06:25.0224326Z\",\"updatedOn\"\ + :\"2022-10-12T14:06:07.7247263Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e40d4e-8d2e-438d-97e1-9528336e149c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18e40d4e-8d2e-438d-97e1-9528336e149c\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Apps Connect Role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Azure Spring Apps Connect Role\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.AppPlatform/Spring/apps/deployments/connect/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2022-09-23T13:10:27.4533001Z\",\"updatedOn\":\"2022-09-23T13:10:27.4533001Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/80558df3-64f9-4c0f-b32d-e5094b036b0b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"80558df3-64f9-4c0f-b32d-e5094b036b0b\"\ + },{\"properties\":{\"roleName\":\"Azure Spring Apps Remote Debugging Role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure Spring Apps Remote Debugging\ + \ Role\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"\ + notActions\":[],\"dataActions\":[\"Microsoft.AppPlatform/Spring/apps/deployments/remotedebugging/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-09-23T13:25:37.0141552Z\",\"\ + updatedOn\":\"2022-09-23T13:25:37.0141552Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a99b0159-1064-4c22-a57b-c9b3caa1c054\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a99b0159-1064-4c22-a57b-c9b3caa1c054\"\ + },{\"properties\":{\"roleName\":\"AzureML Compute Operator\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can access and perform CRUD operations on Machine Learning\ + \ Services managed compute resources (including Notebook VMs).\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/workspaces/computes/*\"\ + ,\"Microsoft.MachineLearningServices/workspaces/notebooks/vm/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-27T21:18:58.5007856Z\"\ + ,\"updatedOn\":\"2022-09-27T21:18:58.5007856Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e503ece1-11d0-4e8e-8e2c-7a6c3bf38815\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e503ece1-11d0-4e8e-8e2c-7a6c3bf38815\"\ + },{\"properties\":{\"roleName\":\"AzureML Registry User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Can perform all actions on Machine Learning Services Registry\ + \ assets\_as well as get Registry resources.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.MachineLearningServices/registries/read\"\ + ,\"Microsoft.MachineLearningServices/registries/assets/*\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-09-27T21:18:58.5007856Z\"\ + ,\"updatedOn\":\"2022-09-27T21:18:58.5007856Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1823dd4f-9b8c-4ab6-ab4e-7397a3684615\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1823dd4f-9b8c-4ab6-ab4e-7397a3684615\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions service role\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Azure Center for SAP solutions\ + \ service role - This role is intended to be used for providing the permissions\ + \ to user assigned managed identity. Azure Center for SAP solutions will use\ + \ this identity to deploy and manage SAP systems.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/write\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/write\"\ + ,\"Microsoft.Network/loadBalancers/backendAddressPools/read\",\"Microsoft.Network/loadBalancers/backendAddressPools/write\"\ + ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/read\",\"Microsoft.Network/loadBalancers/loadBalancingRules/read\"\ + ,\"Microsoft.Network/loadBalancers/inboundNatRules/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/networkInterfaces/read\",\"Microsoft.Network/loadBalancers/outboundRules/read\"\ + ,\"Microsoft.Network/loadBalancers/virtualMachines/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\"\ + ,\"Microsoft.Network/networkInterfaces/ipconfigurations/read\",\"Microsoft.Network/networkInterfaces/loadBalancers/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/checkIpAddressAvailability/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\"\ + ,\"Microsoft.Network/virtualNetworks/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/ipconfigurations/join/action\"\ + ,\"Microsoft.Network/privateEndpoints/read\",\"Microsoft.Network/privateEndpoints/write\"\ + ,\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\"\ + ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/join/action\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Network/virtualNetworks/subnets/joinLoadBalancer/action\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/write\"\ + ,\"Microsoft.Storage/storageAccounts/PrivateEndpointConnectionsApproval/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/read\",\"Microsoft.Storage/storageAccounts/fileServices/write\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/shares/read\",\"Microsoft.Storage/storageAccounts/fileServices/shares/write\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/write\"\ + ,\"Microsoft.Compute/virtualMachines/instanceView/read\",\"Microsoft.Compute/availabilitySets/read\"\ + ,\"Microsoft.Compute/availabilitySets/write\",\"Microsoft.Compute/skus/read\"\ + ,\"Microsoft.Compute/sshPublicKeys/read\",\"Microsoft.Compute/virtualMachines/extensions/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/write\",\"Microsoft.Compute/virtualMachines/extensions/delete\"\ + ,\"Microsoft.Compute/disks/read\",\"Microsoft.Compute/disks/write\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-10-03T21:07:47.3015769Z\"\ + ,\"updatedOn\":\"2023-02-03T09:41:44.4826484Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/aabbc5dd-1af0-458b-a942-81af88f9c138\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"aabbc5dd-1af0-458b-a942-81af88f9c138\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role provides read access\ + \ to all capabilities of Azure Center for SAP solutions.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Workloads/sapvirtualInstances/*/read\"\ + ,\"Microsoft.Workloads/Locations/*/action\",\"Microsoft.Workloads/Operations/read\"\ + ,\"Microsoft.Workloads/Locations/OperationStatuses/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\"\ + ,\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/ipconfigurations/read\"\ + ,\"Microsoft.Network/networkInterfaces/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/backendAddressPools/read\"\ + ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/read\",\"Microsoft.Network/loadBalancers/loadBalancingRules/read\"\ + ,\"Microsoft.Network/loadBalancers/inboundNatRules/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/networkInterfaces/read\",\"Microsoft.Network/loadBalancers/outboundRules/read\"\ + ,\"Microsoft.Network/loadBalancers/virtualMachines/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/privateEndpoints/read\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/read\",\"Microsoft.Storage/storageAccounts/fileServices/shares/read\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/availabilitySets/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/read\",\"Microsoft.Compute/disks/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-10-03T21:07:47.3124830Z\",\"updatedOn\":\"2023-02-03T22:19:25.7230529Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/05352d14-a920-4328-a0de-4cbe7430e26b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"05352d14-a920-4328-a0de-4cbe7430e26b\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"This role provides read and write\ + \ access to all capabilities of Azure Center for SAP solutions.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Workloads/sapvirtualInstances/*/read\"\ + ,\"Microsoft.Workloads/sapVirtualInstances/*/write\",\"Microsoft.Workloads/sapVirtualInstances/*/delete\"\ + ,\"Microsoft.Workloads/Locations/*/action\",\"Microsoft.Workloads/Locations/*/read\"\ + ,\"Microsoft.Workloads/sapVirtualInstances/*/start/action\",\"Microsoft.Workloads/sapVirtualInstances/*/stop/action\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/write\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/read\",\"Microsoft.Network/virtualNetworks/subnets/write\"\ + ,\"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\",\"Microsoft.Network/networkInterfaces/read\"\ + ,\"Microsoft.Network/networkInterfaces/ipconfigurations/read\",\"Microsoft.Network/networkInterfaces/loadBalancers/read\"\ + ,\"Microsoft.Network/networkInterfaces/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/loadBalancers/backendAddressPools/read\"\ + ,\"Microsoft.Network/loadBalancers/frontendIPConfigurations/read\",\"Microsoft.Network/loadBalancers/loadBalancingRules/read\"\ + ,\"Microsoft.Network/loadBalancers/inboundNatRules/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/logDefinitions/read\"\ + ,\"Microsoft.Network/loadBalancers/networkInterfaces/read\",\"Microsoft.Network/loadBalancers/outboundRules/read\"\ + ,\"Microsoft.Network/loadBalancers/virtualMachines/read\",\"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"Microsoft.Network/privateEndpoints/read\",\"Microsoft.Network/networkSecurityGroups/join/action\"\ + ,\"Microsoft.Network/routeTables/join/action\",\"Microsoft.Storage/storageAccounts/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/read\",\"Microsoft.Storage/storageAccounts/fileServices/shares/read\"\ + ,\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/availabilitySets/read\"\ + ,\"Microsoft.Compute/sshPublicKeys/read\",\"Microsoft.Compute/sshPublicKeys/write\"\ + ,\"Microsoft.Compute/sshPublicKeys/*/generateKeyPair/action\",\"Microsoft.Compute/virtualMachines/extensions/read\"\ + ,\"Microsoft.Compute/virtualMachines/extensions/delete\",\"Microsoft.Compute/disks/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-04T21:18:11.3978089Z\",\"\ + updatedOn\":\"2023-02-07T16:15:03.9445893Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7b0c7e81-271f-4c71-90bf-e30bdfdbc2f7\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7b0c7e81-271f-4c71-90bf-e30bdfdbc2f7\"\ + },{\"properties\":{\"roleName\":\"Azure Traffic Controller Configuration Manager\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Allows access to traffic controller\ + \ resource. Also allows all confiuration Updates on traffic controller\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ServiceNetworking/trafficControllers/read\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/write\",\"Microsoft.ServiceNetworking/trafficControllers/delete\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/frontends/read\",\"Microsoft.ServiceNetworking/trafficControllers/frontends/write\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/frontends/delete\",\"Microsoft.ServiceNetworking/trafficControllers/associations/read\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/associations/write\",\"\ + Microsoft.ServiceNetworking/trafficControllers/associations/delete\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\"\ + Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\"\ + ,\"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.ServiceNetworking/trafficControllers/serviceRoutingConfigurations/read\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/serviceRoutingConfigurations/write\"\ + ,\"Microsoft.ServiceNetworking/trafficControllers/serviceRoutingConfigurations/delete\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-06T07:19:44.4422508Z\",\"\ + updatedOn\":\"2022-10-28T06:10:48.9604141Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fbc52c3f-28ad-4303-a892-8a056630b8f1\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fbc52c3f-28ad-4303-a892-8a056630b8f1\"\ + },{\"properties\":{\"roleName\":\"FHIR SMART User\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role allows user to access FHIR Service according to SMART\ + \ on FHIR specification\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.HealthcareApis/services/fhir/resources/read\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/read\",\"Microsoft.HealthcareApis/services/fhir/resources/smart/action\"\ + ,\"Microsoft.HealthcareApis/workspaces/fhirservices/resources/smart/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-26T21:24:34.1793987Z\",\"\ + updatedOn\":\"2022-12-08T00:34:48.6804017Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4ba50f17-9666-485c-a643-ff00808643f0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4ba50f17-9666-485c-a643-ff00808643f0\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services OpenAI Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Full access including the ability\ + \ to fine-tune, deploy and generate text\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.Authorization/roleAssignments/read\"\ + ,\"Microsoft.Authorization/roleDefinitions/read\"],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.CognitiveServices/accounts/OpenAI/*\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2022-10-27T02:29:07.5531807Z\",\"updatedOn\":\"2022-10-27T02:29:07.5531807Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a001fd3d-188f-4b5d-821b-7da978bf7442\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a001fd3d-188f-4b5d-821b-7da978bf7442\"\ + },{\"properties\":{\"roleName\":\"Cognitive Services OpenAI User\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Ability to view files, models, deployments.\ + \ Readers can't make any changes They can inference\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\"\ + ,\"Microsoft.Authorization/roleAssignments/read\",\"Microsoft.Authorization/roleDefinitions/read\"\ + ],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveServices/accounts/OpenAI/*/read\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/engines/completions/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/engines/search/action\",\"\ + Microsoft.CognitiveServices/accounts/OpenAI/engines/generate/action\",\"Microsoft.CognitiveServices/accounts/OpenAI/engines/completions/write\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/search/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/completions/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/chat/completions/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/embeddings/action\"\ + ,\"Microsoft.CognitiveServices/accounts/OpenAI/deployments/completions/write\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2022-10-27T02:29:07.5531807Z\",\"\ + updatedOn\":\"2023-04-13T15:25:57.1200533Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e0bd9bd-7b93-4f28-af87-19fc36ad61bd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e0bd9bd-7b93-4f28-af87-19fc36ad61bd\"\ + },{\"properties\":{\"roleName\":\"Impact Reporter\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows access to create/report, read and delete impacts\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Impact/WorkloadImpacts/*\"\ + ,\"Microsoft.Impact/ImpactCategories/read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2022-10-28T02:37:59.4338727Z\"\ + ,\"updatedOn\":\"2022-11-14T20:06:27.7532412Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36e80216-a7e8-4f42-a7e1-f12c98cbaf8a\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"36e80216-a7e8-4f42-a7e1-f12c98cbaf8a\"\ + },{\"properties\":{\"roleName\":\"Impact Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows read-only access to reported impacts and impact\ + \ categories\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Impact/WorkloadImpacts/read\",\"Microsoft.Impact/ImpactCategories/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-10-28T02:53:11.4338442Z\",\"updatedOn\":\"2022-11-14T20:06:27.7219869Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/68ff5d27-c7f5-4fa9-a21c-785d0df7bd9e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"68ff5d27-c7f5-4fa9-a21c-785d0df7bd9e\"\ + },{\"properties\":{\"roleName\":\"Azure Kubernetes Service Cluster Monitoring\ + \ User\",\"type\":\"BuiltInRole\",\"description\":\"List cluster monitoring\ + \ user credential action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.ContainerService/managedClusters/listClusterMonitoringUserCredential/action\"\ + ,\"Microsoft.ContainerService/managedClusters/read\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-11-14T20:06:27.7376166Z\"\ + ,\"updatedOn\":\"2023-02-08T16:15:27.9708452Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1afdec4b-e479-420e-99e7-f82237c7c5e6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1afdec4b-e479-420e-99e7-f82237c7c5e6\"\ + },{\"properties\":{\"roleName\":\"ContainerApp Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"View all containerapp resources, but does not allow you\ + \ to make any changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.App/containerApps/*/read\",\"Microsoft.App/containerApps/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"\ + Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-11-14T20:06:27.7376166Z\",\"updatedOn\":\"2023-01-02T20:13:07.7428710Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ad2dd5fb-cd4b-4fd4-a9b6-4fed3630980b\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ad2dd5fb-cd4b-4fd4-a9b6-4fed3630980b\"\ + },{\"properties\":{\"roleName\":\"Azure Connected Machine Resource Manager\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Custom Role for AzureStackHCI\ + \ RP to manage hybrid compute machines and hybrid connectivity endpoints in\ + \ a resource group\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.HybridConnectivity/endpoints/read\",\"Microsoft.HybridConnectivity/endpoints/write\"\ + ,\"Microsoft.HybridConnectivity/endpoints/serviceConfigurations/read\",\"\ + Microsoft.HybridConnectivity/endpoints/serviceConfigurations/write\",\"Microsoft.HybridCompute/machines/read\"\ + ,\"Microsoft.HybridCompute/machines/write\",\"Microsoft.HybridCompute/machines/delete\"\ + ,\"Microsoft.HybridCompute/machines/extensions/read\",\"Microsoft.HybridCompute/machines/extensions/write\"\ + ,\"Microsoft.HybridCompute/machines/extensions/delete\",\"Microsoft.HybridCompute/*/read\"\ + ,\"Microsoft.HybridCompute/machines/UpgradeExtensions/action\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2022-11-15T20:16:41.2360018Z\"\ + ,\"updatedOn\":\"2023-05-15T15:01:03.6279801Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f5819b54-e033-4d82-ac66-4fec3cbf3f4c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f5819b54-e033-4d82-ac66-4fec3cbf3f4c\"\ + },{\"properties\":{\"roleName\":\"SqlDb Migration Role\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role for SqlDb migration\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Sql/servers/read\",\"Microsoft.Sql/servers/write\"\ + ,\"Microsoft.Sql/servers/databases/read\",\"Microsoft.Sql/servers/databases/write\"\ + ,\"Microsoft.Sql/servers/databases/delete\",\"Microsoft.DataMigration/locations/operationResults/read\"\ + ,\"Microsoft.DataMigration/locations/operationStatuses/read\",\"Microsoft.DataMigration/locations/sqlMigrationServiceOperationResults/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/write\",\"Microsoft.DataMigration/databaseMigrations/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/delete\",\"Microsoft.DataMigration/databaseMigrations/cancel/action\"\ + ,\"Microsoft.DataMigration/databaseMigrations/cutover/action\",\"Microsoft.DataMigration/sqlMigrationServices/write\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/delete\",\"Microsoft.DataMigration/sqlMigrationServices/read\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listAuthKeys/action\",\"Microsoft.DataMigration/sqlMigrationServices/regenerateAuthKeys/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/deleteNode/action\",\"Microsoft.DataMigration/sqlMigrationServices/listMonitoringData/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listMigrations/read\",\"Microsoft.DataMigration/sqlMigrationServices/MonitoringData/read\"\ + ,\"Microsoft.DataMigration/register/action\",\"Microsoft.DataMigration/operations/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2022-12-08T03:07:15.4880499Z\",\"updatedOn\":\"2023-02-22T16:08:45.4756990Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/189207d4-bb67-4208-a635-b06afe8b2c57\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"189207d4-bb67-4208-a635-b06afe8b2c57\"\ + },{\"properties\":{\"roleName\":\"Bayer Ag Powered Services GDU Solution\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Provide access to GDU Solution\ + \ by Bayer Ag Powered Services\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/read\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insights/*\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insightAttachments/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-01-12T14:11:17.7876988Z\",\"\ + updatedOn\":\"2023-03-21T15:13:42.4280415Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c4bc862a-3b64-4a35-a021-a380c159b042\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c4bc862a-3b64-4a35-a021-a380c159b042\"\ + },{\"properties\":{\"roleName\":\"Bayer Ag Powered Services Imagery Solution\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Provide access to Imagery Solution\ + \ by Bayer Ag Powered Services\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/read\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/write\",\"Microsoft.AgFoodPlatform/farmBeats/ingestionJobs/satelliteDataIngestionJobs/*\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/scenes/*\",\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insights/*\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insightAttachments/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-01-12T14:11:17.7876988Z\",\"\ + updatedOn\":\"2023-03-21T15:13:42.4280415Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ef29765d-0d37-4119-a4f8-f9f9902c9588\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ef29765d-0d37-4119-a4f8-f9f9902c9588\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions Service role\ + \ for management\",\"type\":\"BuiltInRole\",\"description\":\"This role has\ + \ permissions that the user assigned managed identity must have to enable\ + \ registration for the existing systems.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2023-01-13T13:11:09.7216054Z\",\"updatedOn\":\"2023-02-03T09:41:44.4816480Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0105a6b0-4bb9-43d2-982a-12806f9faddb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0105a6b0-4bb9-43d2-982a-12806f9faddb\"\ + },{\"properties\":{\"roleName\":\"Azure Center for SAP solutions Management\ + \ role\",\"type\":\"BuiltInRole\",\"description\":\"This role has permissions\ + \ which allow users to register existing systems, view and manage systems.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-01-13T13:11:11.6050583Z\"\ + ,\"updatedOn\":\"2023-02-03T09:41:44.4826484Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6d949e1d-41e2-46e3-8920-c6e4f31a8310\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6d949e1d-41e2-46e3-8920-c6e4f31a8310\"\ + },{\"properties\":{\"roleName\":\"Kubernetes Agentless Operator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Grants Microsoft Defender for Cloud access\ + \ to Azure Kubernetes Services\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings/write\"\ + ,\"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings/read\"\ + ,\"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings/delete\"\ + ,\"Microsoft.ContainerService/managedClusters/read\",\"Microsoft.Features/features/read\"\ + ,\"Microsoft.Features/providers/features/read\",\"Microsoft.Features/providers/features/register/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-01-13T17:13:42.8912704Z\",\"updatedOn\":\"2023-04-17T11:03:37.1077455Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d5a2ae44-610b-4500-93be-660a0c5f5ca6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d5a2ae44-610b-4500-93be-660a0c5f5ca6\"\ + },{\"properties\":{\"roleName\":\"Azure Usage Billing Data Sender\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Azure Usage Billing shared BuiltIn role\ + \ to be used for all Customer Account Authentication\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.UsageBilling/accounts/inputs/send/action\"],\"notDataActions\"\ + :[]}],\"createdOn\":\"2023-01-16T16:06:48.7427130Z\",\"updatedOn\":\"2023-01-27T21:28:06.0086788Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f0310ce6-e953-4cf8-b892-fb1c87eaf7f6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f0310ce6-e953-4cf8-b892-fb1c87eaf7f6\"\ + },{\"properties\":{\"roleName\":\"SqlMI Migration Role\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role for SqlMI migration\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Sql/managedInstances/read\",\"\ + Microsoft.Sql/managedInstances/write\",\"Microsoft.Sql/managedInstances/databases/read\"\ + ,\"Microsoft.Sql/managedInstances/databases/write\",\"Microsoft.Sql/managedInstances/databases/delete\"\ + ,\"Microsoft.Sql/managedInstances/metrics/read\",\"Microsoft.DataMigration/locations/operationResults/read\"\ + ,\"Microsoft.DataMigration/locations/operationStatuses/read\",\"Microsoft.DataMigration/locations/sqlMigrationServiceOperationResults/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/write\",\"Microsoft.DataMigration/databaseMigrations/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/delete\",\"Microsoft.DataMigration/databaseMigrations/cancel/action\"\ + ,\"Microsoft.DataMigration/databaseMigrations/cutover/action\",\"Microsoft.DataMigration/sqlMigrationServices/write\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/delete\",\"Microsoft.DataMigration/sqlMigrationServices/read\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listAuthKeys/action\",\"Microsoft.DataMigration/sqlMigrationServices/regenerateAuthKeys/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/deleteNode/action\",\"Microsoft.DataMigration/sqlMigrationServices/listMonitoringData/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listMigrations/read\",\"Microsoft.DataMigration/sqlMigrationServices/MonitoringData/read\"\ + ,\"Microsoft.DataMigration/register/action\",\"Microsoft.DataMigration/operations/read\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-02-01T18:17:00.4038397Z\"\ + ,\"updatedOn\":\"2023-02-22T16:08:45.4647968Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1d335eef-eee1-47fe-a9e0-53214eba8872\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1d335eef-eee1-47fe-a9e0-53214eba8872\"\ + },{\"properties\":{\"roleName\":\"Bayer Ag Powered Services CWUM Solution\ + \ User Role\",\"type\":\"BuiltInRole\",\"description\":\"Provide access to\ + \ CWUM Solution by Bayer Ag Powered Services\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/read\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/parties/boundaries/write\",\"Microsoft.AgFoodPlatform/farmBeats/ingestionJobs/satelliteDataIngestionJobs/*\"\ + ,\"Microsoft.AgFoodPlatform/farmBeats/scenes/*\",\"Microsoft.AgFoodPlatform/farmBeats/parties/models/resourceTypes/resources/insights/*\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-02-01T18:17:00.7321402Z\",\"\ + updatedOn\":\"2023-02-28T16:09:04.1963119Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a9b99099-ead7-47db-8fcf-072597a61dfa\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a9b99099-ead7-47db-8fcf-072597a61dfa\"\ + },{\"properties\":{\"roleName\":\"SqlVM Migration Role\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Role for SqlVM migration\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.DataMigration/locations/operationResults/read\"\ + ,\"Microsoft.DataMigration/locations/operationStatuses/read\",\"Microsoft.DataMigration/locations/sqlMigrationServiceOperationResults/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/write\",\"Microsoft.DataMigration/databaseMigrations/read\"\ + ,\"Microsoft.DataMigration/databaseMigrations/delete\",\"Microsoft.DataMigration/databaseMigrations/cancel/action\"\ + ,\"Microsoft.DataMigration/databaseMigrations/cutover/action\",\"Microsoft.DataMigration/sqlMigrationServices/write\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/delete\",\"Microsoft.DataMigration/sqlMigrationServices/read\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listAuthKeys/action\",\"Microsoft.DataMigration/sqlMigrationServices/regenerateAuthKeys/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/deleteNode/action\",\"Microsoft.DataMigration/sqlMigrationServices/listMonitoringData/action\"\ + ,\"Microsoft.DataMigration/sqlMigrationServices/listMigrations/read\",\"Microsoft.DataMigration/sqlMigrationServices/MonitoringData/read\"\ + ,\"Microsoft.DataMigration/register/action\",\"Microsoft.DataMigration/operations/read\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/listkeys/action\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/read\",\"Microsoft.Storage/storageAccounts/blobServices/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.SqlVirtualMachine/sqlVirtualMachines/read\"\ + ,\"Microsoft.SqlVirtualMachine/sqlVirtualMachines/write\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-02-01T18:17:00.7361414Z\"\ + ,\"updatedOn\":\"2023-02-22T16:08:45.4756990Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ae8036db-e102-405b-a1b9-bae082ea436d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ae8036db-e102-405b-a1b9-bae082ea436d\"\ + },{\"properties\":{\"roleName\":\"Azure Front Door Secret Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage Azure Front Door secrets,\ + \ but can't grant access to other users.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Cdn/operationresults/profileresults/secretresults/read\"\ + ,\"Microsoft.Cdn/profiles/secrets/read\",\"Microsoft.Cdn/profiles/secrets/write\"\ + ,\"Microsoft.Cdn/profiles/secrets/delete\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-02-03T17:31:31.5153694Z\",\"updatedOn\":\"2023-02-03T17:31:31.5153694Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3f2eb865-5811-4578-b90a-6fc6fa0df8e5\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3f2eb865-5811-4578-b90a-6fc6fa0df8e5\"\ + },{\"properties\":{\"roleName\":\"Azure Front Door Domain Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage Azure Front Door domains,\ + \ but can't grant access to other users.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.Cdn/operationresults/profileresults/customdomainresults/read\"\ + ,\"Microsoft.Cdn/profiles/customdomains/read\",\"Microsoft.Cdn/profiles/customdomains/write\"\ + ,\"Microsoft.Cdn/profiles/customdomains/delete\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-02-03T17:31:31.5153694Z\",\"updatedOn\":\"2023-02-03T17:31:31.5153694Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0ab34830-df19-4f8c-b84e-aa85b8afa6e8\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0ab34830-df19-4f8c-b84e-aa85b8afa6e8\"\ + },{\"properties\":{\"roleName\":\"Azure Front Door Domain Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can view Azure Front Door domains, but\ + \ can't make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Cdn/operationresults/profileresults/customdomainresults/read\"\ + ,\"Microsoft.Cdn/profiles/customdomains/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-02-03T17:31:31.5153694Z\",\"updatedOn\":\"2023-02-03T17:31:31.5153694Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0f99d363-226e-4dca-9920-b807cf8e1a5f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0f99d363-226e-4dca-9920-b807cf8e1a5f\"\ + },{\"properties\":{\"roleName\":\"Azure Front Door Secret Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Can view Azure Front Door secrets, but\ + \ can't make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"Microsoft.Cdn/operationresults/profileresults/secretresults/read\"\ + ,\"Microsoft.Cdn/profiles/secrets/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-02-06T16:01:25.5047571Z\",\"updatedOn\":\"2023-02-06T16:01:25.5047571Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0db238c4-885e-4c4f-a933-aa2cef684fca\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0db238c4-885e-4c4f-a933-aa2cef684fca\"\ + },{\"properties\":{\"roleName\":\"LocalRulestacksAdministrator role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows users to create, modify, describe,\ + \ or delete Rulestacks.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"PaloAltoNetworks.Cloudngfw/localRulestacks/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Resources/deployments/*\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\"\ + :[]}],\"createdOn\":\"2023-02-07T16:15:03.9445893Z\",\"updatedOn\":\"2023-02-22T16:08:45.4964707Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bfc3b73d-c6ff-45eb-9a5f-40298295bf20\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bfc3b73d-c6ff-45eb-9a5f-40298295bf20\"\ + },{\"properties\":{\"roleName\":\"MySQL Backup And Export Operator\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Grants full access to manage backup and\ + \ export resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.DBforMySQL/flexibleServers/validateBackup/action\",\"Microsoft.DBforMySQL/flexibleServers/backupAndExport/action\"\ + ,\"Microsoft.DBforMySQL/locations/operationResults/read\",\"Microsoft.DBforMySQL/locations/azureAsyncOperation/read\"\ + ,\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-02-07T16:15:03.9435895Z\",\"updatedOn\":\"2023-05-16T15:12:15.8041170Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d18ad5f3-1baf-4119-b49b-d944edb1f9d0\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d18ad5f3-1baf-4119-b49b-d944edb1f9d0\"\ + },{\"properties\":{\"roleName\":\"Azure Stack HCI registration role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Custom Azure role to allow subscription-level\ + \ access to register Azure Stack HCI\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[\"Microsoft.AzureStackHCI/register/action\",\"Microsoft.AzureStackHCI/Unregister/Action\"\ + ,\"Microsoft.AzureStackHCI/clusters/*\",\"Microsoft.HybridCompute/register/action\"\ + ,\"Microsoft.GuestConfiguration/register/action\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/write\",\"Microsoft.Resources/subscriptions/resourceGroups/delete\"\ + ,\"Microsoft.HybridConnectivity/register/action\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2023-02-07T16:15:03.9455913Z\"\ + ,\"updatedOn\":\"2023-03-30T15:18:17.7792489Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/bda0d508-adf1-4af0-9c28-88919fc3ae06\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"bda0d508-adf1-4af0-9c28-88919fc3ae06\"\ + },{\"properties\":{\"roleName\":\"LocalNGFirewallAdministrator role\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Allows user to create, modify, describe,\ + \ or delete NGFirewalls.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[\"PaloAltoNetworks.Cloudngfw/firewalls/*\",\"PaloAltoNetworks.Cloudngfw/localRulestacks/read\"\ + ,\"PaloAltoNetworks.Cloudngfw/globalRulestacks/read\",\"PaloAltoNetworks.Cloudngfw/Locations/operationStatuses/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/write\",\"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\ + ,\"Microsoft.OperationalInsights/workspaces/read\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/metrics/read\",\"\ + Microsoft.Insights/metricDefinitions/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\"\ + ,\"Microsoft.Support/*\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ,\"Microsoft.Network/publicIPAddresses/write\",\"Microsoft.Network/publicIPAddresses/read\"\ + ,\"Microsoft.Network/publicIPAddresses/join/action\",\"Microsoft.Network/networkVirtualAppliances/read\"\ + ,\"Microsoft.Network/networkVirtualAppliances/write\",\"Microsoft.Network/networkVirtualAppliances/delete\"\ + ,\"Microsoft.Network/virtualHubs/read\",\"Microsoft.Network/virtualWans/read\"\ + ,\"Microsoft.Network/virtualWans/virtualHubs/read\",\"Microsoft.Network/networkSecurityGroups/read\"\ + ,\"Microsoft.Network/networkSecurityGroups/join/action\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-02-07T16:15:03.9465914Z\"\ + ,\"updatedOn\":\"2023-03-15T15:29:59.3821053Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a8835c7d-b5cb-47fa-b6f0-65ea10ce07a2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a8835c7d-b5cb-47fa-b6f0-65ea10ce07a2\"\ + },{\"properties\":{\"roleName\":\"Azure Extension for SQL Server Deployment\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Microsoft.AzureArcData service\ + \ role to enable deployment of Azure Extension for SQL Server\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.HybridCompute/machines/extensions/write\"],\"notActions\":[],\"\ + dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-03-13T15:13:21.5211662Z\"\ + ,\"updatedOn\":\"2023-03-17T22:07:46.7735669Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7392c568-9289-4bde-aaaa-b7131215889d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7392c568-9289-4bde-aaaa-b7131215889d\"\ + },{\"properties\":{\"roleName\":\"Azure Maps Data Read and Batch Role\",\"\ + type\":\"BuiltInRole\",\"description\":\"This role can be used to assign read\ + \ and batch actions on Azure Maps.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Maps/accounts/services/*/read\"\ + ,\"Microsoft.Maps/accounts/services/batch/action\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2023-03-17T22:07:46.7735669Z\",\"updatedOn\":\"2023-05-18T15:35:51.8513187Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d6470a16-71bd-43ab-86b3-6f3a73f4e787\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d6470a16-71bd-43ab-86b3-6f3a73f4e787\"\ + },{\"properties\":{\"roleName\":\"API Management Workspace API Developer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Has read access to entities in\ + \ the workspace and read and write access to entities for editing APIs. This\ + \ role should be assigned on the workspace scope.\",\"assignableScopes\":[\"\ + /\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/workspaces/*/read\"\ + ,\"Microsoft.ApiManagement/service/workspaces/apis/*\",\"Microsoft.ApiManagement/service/workspaces/apiVersionSets/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/policies/*\",\"Microsoft.ApiManagement/service/workspaces/schemas/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/products/*\",\"Microsoft.ApiManagement/service/workspaces/policyFragments/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/namedValues/*\",\"Microsoft.ApiManagement/service/workspaces/tags/*\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2023-03-23T15:30:15.4916012Z\",\"updatedOn\"\ + :\"2023-03-23T15:30:15.4916012Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/56328988-075d-4c6a-8766-d93edd6725b6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"56328988-075d-4c6a-8766-d93edd6725b6\"\ + },{\"properties\":{\"roleName\":\"API Management Workspace Contributor\",\"\ + type\":\"BuiltInRole\",\"description\":\"Can manage the workspace and view,\ + \ but not modify its members. This role should be assigned on the workspace\ + \ scope.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"\ + Microsoft.ApiManagement/service/workspaces/*\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-03-23T15:30:15.4936022Z\",\"updatedOn\":\"2023-03-23T15:30:15.4936022Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0c34c906-8d99-4cb7-8bb7-33f5b0a1a799\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0c34c906-8d99-4cb7-8bb7-33f5b0a1a799\"\ + },{\"properties\":{\"roleName\":\"API Management Workspace Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Has read-only access to entities in the\ + \ workspace. This role should be assigned on the workspace scope.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/workspaces/*/read\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2023-03-23T15:30:15.4936022Z\",\"updatedOn\"\ + :\"2023-03-23T15:30:15.4936022Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ef1c2c96-4a77-49e8-b9a4-6179fe1d2fd2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ef1c2c96-4a77-49e8-b9a4-6179fe1d2fd2\"\ + },{\"properties\":{\"roleName\":\"API Management Workspace API Product Manager\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Has read access to entities in\ + \ the workspace and read and write access to entities for publishing APIs.\ + \ This role should be assigned on the workspace scope.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/workspaces/*/read\"\ + ,\"Microsoft.ApiManagement/service/workspaces/products/*\",\"Microsoft.ApiManagement/service/workspaces/subscriptions/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/groups/*\",\"Microsoft.ApiManagement/service/workspaces/tags/*\"\ + ,\"Microsoft.ApiManagement/service/workspaces/notifications/*\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-03-23T15:30:15.4916012Z\",\"updatedOn\":\"2023-03-23T15:30:15.4916012Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/73c2c328-d004-4c5e-938c-35c6f5679a1f\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"73c2c328-d004-4c5e-938c-35c6f5679a1f\"\ + },{\"properties\":{\"roleName\":\"API Management Service Workspace API Developer\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Has read access to tags and products\ + \ and write access to allow: assigning APIs to products, assigning tags to\ + \ products and APIs. This role should be assigned on the service scope.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/tags/read\"\ + ,\"Microsoft.ApiManagement/service/tags/apiLinks/*\",\"Microsoft.ApiManagement/service/tags/operationLinks/*\"\ + ,\"Microsoft.ApiManagement/service/tags/productLinks/*\",\"Microsoft.ApiManagement/service/products/read\"\ + ,\"Microsoft.ApiManagement/service/products/apiLinks/*\",\"Microsoft.ApiManagement/service/read\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2023-03-23T15:30:15.4936022Z\",\"updatedOn\"\ + :\"2023-03-23T15:30:15.4936022Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9565a273-41b9-4368-97d2-aeb0c976a9b3\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9565a273-41b9-4368-97d2-aeb0c976a9b3\"\ + },{\"properties\":{\"roleName\":\"API Management Service Workspace API Product\ + \ Manager\",\"type\":\"BuiltInRole\",\"description\":\"Has the same access\ + \ as API Management Service Workspace API Developer as well as read access\ + \ to users and write access to allow assigning users to groups. This role\ + \ should be assigned on the service scope.\",\"assignableScopes\":[\"/\"],\"\ + permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/users/read\"\ + ,\"Microsoft.ApiManagement/service/tags/read\",\"Microsoft.ApiManagement/service/tags/apiLinks/*\"\ + ,\"Microsoft.ApiManagement/service/tags/operationLinks/*\",\"Microsoft.ApiManagement/service/tags/productLinks/*\"\ + ,\"Microsoft.ApiManagement/service/products/read\",\"Microsoft.ApiManagement/service/products/apiLinks/*\"\ + ,\"Microsoft.ApiManagement/service/groups/users/*\",\"Microsoft.ApiManagement/service/read\"\ + ,\"Microsoft.Authorization/*/read\"],\"notActions\":[],\"dataActions\":[],\"\ + notDataActions\":[]}],\"createdOn\":\"2023-03-23T15:30:15.4916012Z\",\"updatedOn\"\ + :\"2023-03-23T15:30:15.4916012Z\",\"createdBy\":null,\"updatedBy\":null},\"\ + id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d59a3e9c-6d52-4a5a-aeed-6bf3cf0e31da\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d59a3e9c-6d52-4a5a-aeed-6bf3cf0e31da\"\ + },{\"properties\":{\"roleName\":\"Storage File Data Privileged Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Customer has read, write, delete\ + \ and modify NTFS permission access on Azure Storage file shares.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\":[],\"dataActions\"\ + :[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/write\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/delete\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/modifypermissions/action\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/readFileBackupSemantics/action\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/writeFileBackupSemantics/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-03-27T15:09:02.0793636Z\",\"\ + updatedOn\":\"2023-04-10T15:10:56.3806954Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/69566ab7-960f-475b-8e7c-b3118f30c6bd\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"69566ab7-960f-475b-8e7c-b3118f30c6bd\"\ + },{\"properties\":{\"roleName\":\"Storage File Data Privileged Reader\",\"\ + type\":\"BuiltInRole\",\"description\":\"Customer has read access on Azure\ + \ Storage file shares.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"\ + actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ,\"Microsoft.Storage/storageAccounts/fileServices/readFileBackupSemantics/action\"\ + ],\"notDataActions\":[]}],\"createdOn\":\"2023-03-27T15:09:02.0793636Z\",\"\ + updatedOn\":\"2023-04-10T15:10:53.1149398Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b8eda974-7b85-4f76-af95-65846b26df6d\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b8eda974-7b85-4f76-af95-65846b26df6d\"\ + },{\"properties\":{\"roleName\":\"Windows365NetworkUser\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Read the virtual network informations, and join the virtual\ + \ network to virtual machine in another tenant. This role is used in Windows365\ + \ scenarios.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/read\"\ + ,\"Microsoft.Network/virtualNetworks/usages/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-03-28T15:12:30.1360590Z\",\"updatedOn\":\"2023-04-19T15:26:10.2002331Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7eabc9a4-85f7-4f71-b8ab-75daaccc1033\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7eabc9a4-85f7-4f71-b8ab-75daaccc1033\"\ + },{\"properties\":{\"roleName\":\"Windows365SubscriptionReader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"Read subscriptions, images, azure firewalls.\ + \ This role is used in Windows365 scenarios.\",\"assignableScopes\":[\"/\"\ + ],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Authorization/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-03-28T15:12:30.1340609Z\",\"updatedOn\":\"2023-03-28T15:12:30.1340609Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3d55a8f6-4133-418d-8051-facdb1735758\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3d55a8f6-4133-418d-8051-facdb1735758\"\ + },{\"properties\":{\"roleName\":\"Windows365NetworkInterfaceContributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create NICs and join it to virtual\ + \ machine in another tenant. This role is used in Windows365 scenarios.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourcegroups/read\"\ + ,\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/deployments/write\"\ + ,\"Microsoft.Resources/deployments/delete\",\"Microsoft.Resources/deployments/operations/read\"\ + ,\"Microsoft.Resources/deployments/operationstatuses/read\"],\"notActions\"\ + :[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2023-03-28T15:12:30.1330609Z\"\ + ,\"updatedOn\":\"2023-03-28T15:12:30.1330609Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1f135831-5bbe-4924-9016-264044c00788\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1f135831-5bbe-4924-9016-264044c00788\"\ + },{\"properties\":{\"roleName\":\"App Compliance Automation Reader\",\"type\"\ + :\"BuiltInRole\",\"description\":\"App Compliance Automation Reader Role\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AppComplianceAutomation/*/read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-04-17T15:14:54.1121617Z\",\"updatedOn\":\"2023-04-17T15:14:54.1121617Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ffc6bbe0-e443-4c3b-bf54-26581bb2f78e\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ffc6bbe0-e443-4c3b-bf54-26581bb2f78e\"\ + },{\"properties\":{\"roleName\":\"App Compliance Automation Administrator\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, download, modify\ + \ and delete reports objects and related other resource objects.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AppComplianceAutomation/*\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/write\",\"Microsoft.Storage/storageAccounts/fileservices/write\"\ + ,\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Storage/storageAccounts/write\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ,\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"Microsoft.Storage/storageAccounts/blobServices/containers/write\",\"Microsoft.Storage/storageAccounts/blobServices/read\"\ + ,\"Microsoft.PolicyInsights/policyStates/queryResults/action\",\"Microsoft.PolicyInsights/policyStates/triggerEvaluation/action\"\ + ,\"Microsoft.Resources/resources/read\",\"Microsoft.Resources/subscriptions/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/subscriptions/resourceGroups/resources/read\"\ + ,\"Microsoft.Resources/subscriptions/resources/read\",\"Microsoft.Resources/subscriptions/resourceGroups/delete\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/write\",\"Microsoft.Resources/tags/read\"\ + ,\"Microsoft.Resources/deployments/validate/action\",\"Microsoft.Resources/deployments/write\"\ + ,\"*/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"\ + createdOn\":\"2023-04-17T15:14:54.1121617Z\",\"updatedOn\":\"2023-05-18T15:35:48.6627918Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0f37683f-2463-46b6-9ce7-9b788b988ba2\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0f37683f-2463-46b6-9ce7-9b788b988ba2\"\ + },{\"properties\":{\"roleName\":\"Azure Sphere Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows user read and write access to Azure Sphere resources.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureSphere/*\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/deployments/*\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/alertRules/*\"\ + ,\"Microsoft.Insights/DiagnosticSettings/*\",\"Microsoft.Insights/DiagnosticSettingsCategories/Read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-05-03T15:33:10.3393278Z\",\"updatedOn\":\"2023-05-09T15:20:30.3698624Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8b9dfcab-4b77-4632-a6df-94bd07820648\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8b9dfcab-4b77-4632-a6df-94bd07820648\"\ + },{\"properties\":{\"roleName\":\"SaaS Hub Contributor\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"SaaS Hub contributor can manage SaaS Hub resource\",\"\ + assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.SaaSHub/cloudservices/read\",\"Microsoft.SaaSHub/cloudservices/write\"\ + ,\"Microsoft.SaaSHub/cloudservices/delete\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2023-05-04T15:42:16.8825362Z\"\ + ,\"updatedOn\":\"2023-05-15T15:01:03.7929273Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e9b8712a-cbcf-4ea7-b0f7-e71b803401e6\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e9b8712a-cbcf-4ea7-b0f7-e71b803401e6\"\ + },{\"properties\":{\"roleName\":\"Azure Sphere Publisher\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows user to read and download Azure Sphere resources\ + \ and upload images.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\"\ + :[\"Microsoft.AzureSphere/*/read\",\"Microsoft.AzureSphere/catalogs/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/listDeviceGroups/action\",\"Microsoft.AzureSphere/catalogs/listDeviceInsights/action\"\ + ,\"Microsoft.AzureSphere/catalogs/listDevices/action\",\"Microsoft.AzureSphere/catalogs/products/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/products/deviceGroups/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/certificates/retrieveProofOfPossessionNonce/action\"\ + ,\"Microsoft.AzureSphere/catalogs/certificates/retrieveCertChain/action\"\ + ,\"Microsoft.AzureSphere/catalogs/images/write\",\"Microsoft.Authorization/*/read\"\ + ,\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Insights/DiagnosticSettings/Read\"\ + ],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\"\ + :\"2023-05-09T15:20:30.3698624Z\",\"updatedOn\":\"2023-05-15T15:01:03.7929273Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6d994134-994b-4a59-9974-f479f0b227fb\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6d994134-994b-4a59-9974-f479f0b227fb\"\ + },{\"properties\":{\"roleName\":\"Azure Sphere Reader\",\"type\":\"BuiltInRole\"\ + ,\"description\":\"Allows user to read Azure Sphere resources.\",\"assignableScopes\"\ + :[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureSphere/*/read\",\"\ + Microsoft.AzureSphere/catalogs/countDevices/action\",\"Microsoft.AzureSphere/catalogs/listDeviceGroups/action\"\ + ,\"Microsoft.AzureSphere/catalogs/listDeviceInsights/action\",\"Microsoft.AzureSphere/catalogs/listDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/listDeployments/action\",\"Microsoft.AzureSphere/catalogs/products/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/products/deviceGroups/countDevices/action\"\ + ,\"Microsoft.AzureSphere/catalogs/certificates/retrieveCertChain/action\"\ + ,\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"\ + ,\"Microsoft.Insights/DiagnosticSettings/Read\"],\"notActions\":[],\"dataActions\"\ + :[],\"notDataActions\":[]}],\"createdOn\":\"2023-05-09T15:20:30.3698624Z\"\ + ,\"updatedOn\":\"2023-05-15T15:01:03.7929273Z\",\"createdBy\":null,\"updatedBy\"\ + :null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c8ae6279-5a0b-4cb2-b3f0-d4d62845742c\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c8ae6279-5a0b-4cb2-b3f0-d4d62845742c\"\ + },{\"properties\":{\"roleName\":\"Cognitive Search Serverless Data Reader\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Read Cognitive Search serverless\ + \ index schema and documents. This role is in preview and subject to change.\"\ + ,\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[],\"notActions\"\ + :[],\"dataActions\":[\"Microsoft.CognitiveSearch/indexes/schema/read\",\"\ + Microsoft.CognitiveSearch/indexes/documents/read\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2023-05-17T15:23:12.4749873Z\",\"updatedOn\":\"2023-05-17T15:23:12.4749873Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/79b01272-bf9f-4f4c-9517-5506269cf524\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"79b01272-bf9f-4f4c-9517-5506269cf524\"\ + },{\"properties\":{\"roleName\":\"Cognitive Search Serverless Data Contributor\"\ + ,\"type\":\"BuiltInRole\",\"description\":\"Create, read, modify and delete\ + \ Cognitive Search serverless index schema and documents. This role is in\ + \ preview and subject to change.\",\"assignableScopes\":[\"/\"],\"permissions\"\ + :[{\"actions\":[],\"notActions\":[],\"dataActions\":[\"Microsoft.CognitiveSearch/indexes/schema/*\"\ + ,\"Microsoft.CognitiveSearch/indexes/documents/*\"],\"notDataActions\":[]}],\"\ + createdOn\":\"2023-05-17T15:23:12.4749873Z\",\"updatedOn\":\"2023-05-17T15:23:12.4749873Z\"\ + ,\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7ac06ca7-21ca-47e3-a67b-cbd6e6223baf\"\ + ,\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7ac06ca7-21ca-47e3-a67b-cbd6e6223baf\"\ + }]}" + headers: + cache-control: + - no-cache + content-length: + - '502712' + content-type: + - application/json; charset=utf-8 + date: + - Sun, 28 May 2023 16:42:13 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"ids": ["b864e281-c12e-45c6-a0c7-6046a7de5481"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive Content-Length: - - '1357' + - '132' Content-Type: - application/json ParameterSetName: - - -g --vault-name --backup-instance + - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance + --keyvault-id --yes User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - python/3.10.11 (Windows-10-10.0.22000-SP0) AZURECLI/2.49.0 method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/validateForBackup?api-version=2022-05-01 + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds response: body: - string: '' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"b864e281-c12e-45c6-a0c7-6046a7de5481","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.DataProtection/BackupVaults/oss-clitest-vault"],"appDisplayName":null,"appDescription":null,"appId":"49bc63b1-190a-4f4e-a962-58db2c2f7112","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2021-08-26T09:13:20Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"oss-clitest-vault","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["49bc63b1-190a-4f4e-a962-58db2c2f7112","https://identity.azure.net/QVMExgU4rxwt5XEm5whEdHZLrmsaL9M/n/eZXzCcN54="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"2BF72AB9536396C749DAA6F19D4254D934597678","displayName":"CN=49bc63b1-190a-4f4e-a962-58db2c2f7112","endDateTime":"2023-08-11T10:50:00Z","key":null,"keyId":"bd8b95b3-6de5-4d6c-8da2-8f830ccfa236","startDateTime":"2023-05-13T10:50:00Z","type":"AsymmetricX509Cert","usage":"Verify"},{"customKeyIdentifier":"84D9AE13008F336D636C5C0A2E1E476BCA02D684","displayName":"CN=49bc63b1-190a-4f4e-a962-58db2c2f7112","endDateTime":"2023-06-24T10:49:00Z","key":null,"keyId":"1b42c09e-c519-456e-951b-31784a695f4c","startDateTime":"2023-03-26T10:49:00Z","type":"AsymmetricX509Cert","usage":"Verify"},{"customKeyIdentifier":"D81E29CF74F0D83AE8C4D6E335C80A846694493A","displayName":"CN=49bc63b1-190a-4f4e-a962-58db2c2f7112","endDateTime":"2023-05-07T10:47:00Z","key":null,"keyId":"ba62a45a-7c3e-48d9-8a26-4674ca0d2e6b","startDateTime":"2023-02-06T10:47:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' + headers: + cache-control: + - no-cache + content-length: + - '2337' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Sun, 28 May 2023 16:42:13 GMT + location: + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - 42fb30a2-7c60-4140-844f-d511b6bea5d8 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"002","RoleInstance":"MA1PEPF000014FF"}}' + x-ms-resource-unit: + - '3' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + ParameterSetName: + - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance + --keyvault-id --yes + User-Agent: + - AZURECLI/2.49.0 azsdk-python-mgmt-rdbms/10.2.0b8 Python/3.10.11 (Windows-10-10.0.22000-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/firewallRules?api-version=2017-12-01 + response: + body: + string: '{"value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Sun, 28 May 2023 16:42:17 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: '{"properties": {"startIpAddress": "0.0.0.0", "endIpAddress": "0.0.0.0"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance update-msi-permissions + Connection: + - keep-alive + Content-Length: + - '72' + Content-Type: + - application/json + ParameterSetName: + - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance + --keyvault-id --yes + User-Agent: + - AZURECLI/2.49.0 azsdk-python-mgmt-rdbms/10.2.0b8 Python/3.10.11 (Windows-10-10.0.22000-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/firewallRules/AllowAllWindowsAzureIps?api-version=2017-12-01 + response: + body: + string: '{"operation":"UpsertElasticServerFirewallRules","startTime":"2023-05-28T16:42:19.423Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2YyZWQ3ODg5LWRiYWMtNDI2My1iMGM4LTRlNjZmMzY5ZWY2ZA==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/centraluseuap/azureAsyncOperation/75f0f0b3-23cc-469d-b432-662e9c84211a?api-version=2017-12-01 cache-control: - no-cache content-length: - - '0' + - '87' + content-type: + - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 05:54:14 GMT + - Sun, 28 May 2023 16:42:19 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2YyZWQ3ODg5LWRiYWMtNDI2My1iMGM4LTRlNjZmMzY5ZWY2ZA==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/centraluseuap/operationResults/75f0f0b3-23cc-469d-b432-662e9c84211a?api-version=2017-12-01 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' - x-powered-by: - - ASP.NET status: code: 202 message: Accepted @@ -69,34 +6128,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive ParameterSetName: - - -g --vault-name --backup-instance + - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance + --keyvault-id --yes User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-rdbms/10.2.0b8 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2YyZWQ3ODg5LWRiYWMtNDI2My1iMGM4LTRlNjZmMzY5ZWY2ZA==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/centraluseuap/azureAsyncOperation/75f0f0b3-23cc-469d-b432-662e9c84211a?api-version=2017-12-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2YyZWQ3ODg5LWRiYWMtNDI2My1iMGM4LTRlNjZmMzY5ZWY2ZA==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2YyZWQ3ODg5LWRiYWMtNDI2My1iMGM4LTRlNjZmMzY5ZWY2ZA==","status":"Inprogress","startTime":"2023-02-07T05:54:14.1073792Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"name":"75f0f0b3-23cc-469d-b432-662e9c84211a","status":"InProgress","startTime":"2023-05-28T16:42:19.423Z"}' headers: cache-control: - no-cache content-length: - - '481' + - '108' content-type: - - application/json + - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 05:54:24 GMT + - Sun, 28 May 2023 16:42:19 GMT expires: - '-1' pragma: - no-cache server: - - Microsoft-IIS/10.0 + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -105,10 +6164,6 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '999' - x-powered-by: - - ASP.NET status: code: 200 message: OK @@ -120,34 +6175,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive ParameterSetName: - - -g --vault-name --backup-instance + - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance + --keyvault-id --yes User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-rdbms/10.2.0b8 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2YyZWQ3ODg5LWRiYWMtNDI2My1iMGM4LTRlNjZmMzY5ZWY2ZA==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/centraluseuap/azureAsyncOperation/75f0f0b3-23cc-469d-b432-662e9c84211a?api-version=2017-12-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2YyZWQ3ODg5LWRiYWMtNDI2My1iMGM4LTRlNjZmMzY5ZWY2ZA==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2YyZWQ3ODg5LWRiYWMtNDI2My1iMGM4LTRlNjZmMzY5ZWY2ZA==","status":"Succeeded","startTime":"2023-02-07T05:54:14.1073792Z","endTime":"2023-02-07T05:54:35Z"}' + string: '{"name":"75f0f0b3-23cc-469d-b432-662e9c84211a","status":"Succeeded","startTime":"2023-05-28T16:42:19.423Z"}' headers: cache-control: - no-cache content-length: - - '480' + - '107' content-type: - - application/json + - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 05:54:54 GMT + - Sun, 28 May 2023 16:42:34 GMT expires: - '-1' pragma: - no-cache server: - - Microsoft-IIS/10.0 + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -156,10 +6211,6 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '998' - x-powered-by: - - ASP.NET status: code: 200 message: OK @@ -171,36 +6222,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance create + - dataprotection backup-instance update-msi-permissions Connection: - keep-alive ParameterSetName: - - -g --vault-name --backup-instance + - --datasource-type --permissions-scope -g --vault-name --operation --backup-instance + --keyvault-id --yes User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-rdbms/10.2.0b8 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2YyZWQ3ODg5LWRiYWMtNDI2My1iMGM4LTRlNjZmMzY5ZWY2ZA==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/firewallRules/AllowAllWindowsAzureIps?api-version=2017-12-01 response: body: - string: '{"objectType":"OperationJobExtendedInfo"}' + string: '{"properties":{"startIpAddress":"0.0.0.0","endIpAddress":"0.0.0.0"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/firewallRules/AllowAllWindowsAzureIps","name":"AllowAllWindowsAzureIps","type":"Microsoft.DBforPostgreSQL/servers/firewallRules"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2YyZWQ3ODg5LWRiYWMtNDI2My1iMGM4LTRlNjZmMzY5ZWY2ZA==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '41' + - '348' content-type: - - application/json + - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 05:54:54 GMT + - Sun, 28 May 2023 16:42:35 GMT expires: - '-1' pragma: - no-cache server: - - Microsoft-IIS/10.0 + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -209,26 +6258,22 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '199' - x-powered-by: - - ASP.NET status: code: 200 message: OK - request: - body: '{"properties": {"dataSourceInfo": {"datasourceType": "Microsoft.DBforPostgreSQL/servers/databases", + body: '{"backupInstance": {"dataSourceInfo": {"datasourceType": "Microsoft.DBforPostgreSQL/servers/databases", "objectType": "Datasource", "resourceID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres", "resourceLocation": "centraluseuap", "resourceName": "postgres", "resourceType": "Microsoft.DBforPostgreSQL/servers/databases", "resourceUri": ""}, "dataSourceSetInfo": {"datasourceType": "Microsoft.DBforPostgreSQL/servers/databases", "objectType": "DatasourceSet", "resourceID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server", "resourceLocation": "centraluseuap", "resourceName": "oss-clitest-server", "resourceType": - "Microsoft.DBforPostgreSQL/servers", "resourceUri": ""}, "policyInfo": {"policyId": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy"}, - "datasourceAuthCredentials": {"objectType": "SecretStoreBasedAuthCredentials", - "secretStoreResource": {"uri": "https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret", - "secretStoreType": "AzureKeyVault"}}, "objectType": "BackupInstance"}}' + "Microsoft.DBforPostgreSQL/servers", "resourceUri": ""}, "datasourceAuthCredentials": + {"objectType": "SecretStoreBasedAuthCredentials", "secretStoreResource": {"secretStoreType": + "AzureKeyVault", "uri": "https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret"}}, + "friendlyName": "oss-clitest-server/postgres", "objectType": "BackupInstance", + "policyInfo": {"policyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy"}}}' headers: Accept: - application/json @@ -239,30 +6284,73 @@ interactions: Connection: - keep-alive Content-Length: - - '1353' + - '1404' Content-Type: - application/json ParameterSetName: - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764?api-version=2022-05-01 + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/validateForBackup?api-version=2023-01-01 response: body: - string: '{"properties":{"friendlyName":"oss-clitest-server\\postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy"},"protectionStatus":{"status":"ConfiguringProtection"},"currentProtectionState":"ConfiguringProtection","provisioningState":"Provisioning","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","secretStoreType":"AzureKeyVault","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' + string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2MwMzYzYmU0LWU1NGItNGU4ZC04NmZhLTdmZjYwMTc0NmU2NQ==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3Ozk5YjZmYjU5LTQzNzgtNDA1OS05NTQxLThiOWJkOGQ3MDgxYw==?api-version=2023-01-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Sun, 28 May 2023 16:44:39 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3Ozk5YjZmYjU5LTQzNzgtNDA1OS05NTQxLThiOWJkOGQ3MDgxYw==?api-version=2023-01-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance create + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name --backup-instance + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3Ozk5YjZmYjU5LTQzNzgtNDA1OS05NTQxLThiOWJkOGQ3MDgxYw==?api-version=2023-01-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3Ozk5YjZmYjU5LTQzNzgtNDA1OS05NTQxLThiOWJkOGQ3MDgxYw==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3Ozk5YjZmYjU5LTQzNzgtNDA1OS05NTQxLThiOWJkOGQ3MDgxYw==","status":"Inprogress","startTime":"2023-05-28T16:44:40.0174935Z","endTime":"0001-01-01T00:00:00Z"}' + headers: cache-control: - no-cache content-length: - - '1880' + - '481' content-type: - application/json date: - - Tue, 07 Feb 2023 05:54:56 GMT + - Sun, 28 May 2023 16:44:41 GMT expires: - '-1' pragma: @@ -271,15 +6359,19 @@ interactions: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '199' + - '999' x-powered-by: - ASP.NET status: - code: 201 - message: Created + code: 200 + message: OK - request: body: null headers: @@ -294,13 +6386,12 @@ interactions: ParameterSetName: - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2MwMzYzYmU0LWU1NGItNGU4ZC04NmZhLTdmZjYwMTc0NmU2NQ==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3Ozk5YjZmYjU5LTQzNzgtNDA1OS05NTQxLThiOWJkOGQ3MDgxYw==?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2MwMzYzYmU0LWU1NGItNGU4ZC04NmZhLTdmZjYwMTc0NmU2NQ==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2MwMzYzYmU0LWU1NGItNGU4ZC04NmZhLTdmZjYwMTc0NmU2NQ==","status":"Succeeded","startTime":"2023-02-07T05:54:57.4050756Z","endTime":"2023-02-07T05:55:00Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3Ozk5YjZmYjU5LTQzNzgtNDA1OS05NTQxLThiOWJkOGQ3MDgxYw==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3Ozk5YjZmYjU5LTQzNzgtNDA1OS05NTQxLThiOWJkOGQ3MDgxYw==","status":"Succeeded","startTime":"2023-05-28T16:44:40.0174935Z","endTime":"2023-05-28T16:45:01Z"}' headers: cache-control: - no-cache @@ -309,7 +6400,7 @@ interactions: content-type: - application/json date: - - Tue, 07 Feb 2023 05:55:12 GMT + - Sun, 28 May 2023 16:45:12 GMT expires: - '-1' pragma: @@ -325,12 +6416,75 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '997' + - '998' x-powered-by: - ASP.NET status: code: 200 message: OK +- request: + body: '{"properties": {"dataSourceInfo": {"datasourceType": "Microsoft.DBforPostgreSQL/servers/databases", + "objectType": "Datasource", "resourceID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres", + "resourceLocation": "centraluseuap", "resourceName": "postgres", "resourceType": + "Microsoft.DBforPostgreSQL/servers/databases", "resourceUri": ""}, "dataSourceSetInfo": + {"datasourceType": "Microsoft.DBforPostgreSQL/servers/databases", "objectType": + "DatasourceSet", "resourceID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server", + "resourceLocation": "centraluseuap", "resourceName": "oss-clitest-server", "resourceType": + "Microsoft.DBforPostgreSQL/servers", "resourceUri": ""}, "datasourceAuthCredentials": + {"objectType": "SecretStoreBasedAuthCredentials", "secretStoreResource": {"secretStoreType": + "AzureKeyVault", "uri": "https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret"}}, + "friendlyName": "oss-clitest-server/postgres", "objectType": "BackupInstance", + "policyInfo": {"policyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance create + Connection: + - keep-alive + Content-Length: + - '1400' + Content-Type: + - application/json + ParameterSetName: + - -g --vault-name --backup-instance + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764?api-version=2023-01-01 + response: + body: + string: '{"properties":{"friendlyName":"oss-clitest-server/postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy"},"protectionStatus":{"status":"ConfiguringProtection"},"currentProtectionState":"ConfiguringProtection","provisioningState":"Provisioning","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"secretStoreType":"AzureKeyVault","uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzU0MTg0OTg4LTk3ZDQtNDY2NS05ZDFjLTFmMmFiNGJjYzJlMA==?api-version=2023-01-01 + cache-control: + - no-cache + content-length: + - '1879' + content-type: + - application/json + date: + - Sun, 28 May 2023 16:45:13 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '199' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created - request: body: null headers: @@ -345,22 +6499,21 @@ interactions: ParameterSetName: - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzU0MTg0OTg4LTk3ZDQtNDY2NS05ZDFjLTFmMmFiNGJjYzJlMA==?api-version=2023-01-01 response: body: - string: '{"properties":{"friendlyName":"oss-clitest-server\\postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy"},"protectionStatus":{"status":"ConfiguringProtection"},"currentProtectionState":"ConfiguringProtection","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","secretStoreType":"AzureKeyVault","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzU0MTg0OTg4LTk3ZDQtNDY2NS05ZDFjLTFmMmFiNGJjYzJlMA==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzU0MTg0OTg4LTk3ZDQtNDY2NS05ZDFjLTFmMmFiNGJjYzJlMA==","status":"Inprogress","startTime":"2023-05-28T16:45:13.8896205Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache content-length: - - '1877' + - '481' content-type: - application/json date: - - Tue, 07 Feb 2023 05:55:12 GMT + - Sun, 28 May 2023 16:45:14 GMT expires: - '-1' pragma: @@ -376,7 +6529,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '1999' + - '997' x-powered-by: - ASP.NET status: @@ -386,32 +6539,31 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance list + - dataprotection backup-instance create Connection: - keep-alive ParameterSetName: - - -g --vault-name --query + - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzU0MTg0OTg4LTk3ZDQtNDY2NS05ZDFjLTFmMmFiNGJjYzJlMA==?api-version=2023-01-01 response: body: - string: '{"value":[{"properties":{"friendlyName":"oss-clitest-server\\postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy"},"protectionStatus":{"status":"ConfiguringProtection"},"currentProtectionState":"ConfiguringProtection","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","secretStoreType":"AzureKeyVault","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}]}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzU0MTg0OTg4LTk3ZDQtNDY2NS05ZDFjLTFmMmFiNGJjYzJlMA==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzU0MTg0OTg4LTk3ZDQtNDY2NS05ZDFjLTFmMmFiNGJjYzJlMA==","status":"Succeeded","startTime":"2023-05-28T16:45:13.8896205Z","endTime":"2023-05-28T16:45:15Z"}' headers: cache-control: - no-cache content-length: - - '1889' + - '480' content-type: - application/json date: - - Tue, 07 Feb 2023 05:55:15 GMT + - Sun, 28 May 2023 16:45:45 GMT expires: - '-1' pragma: @@ -427,7 +6579,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '1999' + - '996' x-powered-by: - ASP.NET status: @@ -437,32 +6589,31 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - dataprotection backup-instance list + - dataprotection backup-instance create Connection: - keep-alive ParameterSetName: - - -g --vault-name --query + - -g --vault-name --backup-instance User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764?api-version=2023-01-01 response: body: - string: '{"value":[{"properties":{"friendlyName":"oss-clitest-server\\postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy"},"protectionStatus":{"status":"ConfiguringProtection"},"currentProtectionState":"ConfiguringProtection","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","secretStoreType":"AzureKeyVault","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}]}' + string: '{"properties":{"friendlyName":"oss-clitest-server/postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy"},"protectionStatus":{"status":"ConfiguringProtection"},"currentProtectionState":"ConfiguringProtection","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"secretStoreType":"AzureKeyVault","uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' headers: cache-control: - no-cache content-length: - - '1889' + - '1876' content-type: - application/json date: - - Tue, 07 Feb 2023 05:55:26 GMT + - Sun, 28 May 2023 16:45:45 GMT expires: - '-1' pragma: @@ -478,7 +6629,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '1998' + - '1999' x-powered-by: - ASP.NET status: @@ -498,22 +6649,21 @@ interactions: ParameterSetName: - -g --vault-name --query User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances?api-version=2022-05-01 response: body: - string: '{"value":[{"properties":{"friendlyName":"oss-clitest-server\\postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy"},"protectionStatus":{"status":"ConfiguringProtection"},"currentProtectionState":"ConfiguringProtection","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","secretStoreType":"AzureKeyVault","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}]}' + string: '{"value":[{"properties":{"friendlyName":"oss-clitest-server/postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy"},"protectionStatus":{"status":"ConfiguringProtection"},"currentProtectionState":"ConfiguringProtection","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"secretStoreType":"AzureKeyVault","uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}]}' headers: cache-control: - no-cache content-length: - - '1889' + - '1888' content-type: - application/json date: - - Tue, 07 Feb 2023 05:55:37 GMT + - Sun, 28 May 2023 16:45:47 GMT expires: - '-1' pragma: @@ -549,22 +6699,21 @@ interactions: ParameterSetName: - -g --vault-name --query User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances?api-version=2022-05-01 response: body: - string: '{"value":[{"properties":{"friendlyName":"oss-clitest-server\\postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy"},"protectionStatus":{"status":"ProtectionConfigured"},"currentProtectionState":"ProtectionConfigured","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","secretStoreType":"AzureKeyVault","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}]}' + string: '{"value":[{"properties":{"friendlyName":"oss-clitest-server/postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy"},"protectionStatus":{"status":"ProtectionConfigured"},"currentProtectionState":"ProtectionConfigured","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"secretStoreType":"AzureKeyVault","uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}]}' headers: cache-control: - no-cache content-length: - - '1887' + - '1886' content-type: - application/json date: - - Tue, 07 Feb 2023 05:55:49 GMT + - Sun, 28 May 2023 16:46:03 GMT expires: - '-1' pragma: @@ -600,22 +6749,21 @@ interactions: ParameterSetName: - -g --vault-name --backup-instance-name --policy-id --query User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764?api-version=2022-05-01 response: body: - string: '{"properties":{"friendlyName":"oss-clitest-server\\postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy"},"protectionStatus":{"status":"ProtectionConfigured"},"currentProtectionState":"ProtectionConfigured","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","secretStoreType":"AzureKeyVault","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' + string: '{"properties":{"friendlyName":"oss-clitest-server/postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy"},"protectionStatus":{"status":"ProtectionConfigured"},"currentProtectionState":"ProtectionConfigured","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"secretStoreType":"AzureKeyVault","uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' headers: cache-control: - no-cache content-length: - - '1875' + - '1874' content-type: - application/json date: - - Tue, 07 Feb 2023 05:56:20 GMT + - Sun, 28 May 2023 16:46:36 GMT expires: - '-1' pragma: @@ -631,14 +6779,14 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '1998' + - '1999' x-powered-by: - ASP.NET status: code: 200 message: OK - request: - body: '{"properties": {"friendlyName": "oss-clitest-server\\postgres", "dataSourceInfo": + body: '{"properties": {"friendlyName": "oss-clitest-server/postgres", "dataSourceInfo": {"datasourceType": "Microsoft.DBforPostgreSQL/servers/databases", "objectType": "Datasource", "resourceID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres", "resourceLocation": "centraluseuap", "resourceName": "postgres", "resourceType": @@ -661,30 +6809,29 @@ interactions: Connection: - keep-alive Content-Length: - - '1402' + - '1401' Content-Type: - application/json ParameterSetName: - -g --vault-name --backup-instance-name --policy-id --query User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764?api-version=2022-05-01 response: body: - string: '{"properties":{"friendlyName":"oss-clitest-server\\postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy"},"protectionStatus":{"status":"UpdatingProtection"},"currentProtectionState":"UpdatingProtection","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","secretStoreType":"AzureKeyVault","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' + string: '{"properties":{"friendlyName":"oss-clitest-server/postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy"},"protectionStatus":{"status":"UpdatingProtection"},"currentProtectionState":"UpdatingProtection","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"secretStoreType":"AzureKeyVault","uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzVjODA2MDA0LTQzM2ItNDBkYS1iMjNkLTU0M2M5NTZjYTE5NQ==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzllYTVkOTY5LWJkNGMtNGZiNi04MmQwLWY2NmM5YmU5ZWY4OQ==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '1871' + - '1870' content-type: - application/json date: - - Tue, 07 Feb 2023 05:56:20 GMT + - Sun, 28 May 2023 16:46:38 GMT expires: - '-1' pragma: @@ -696,7 +6843,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '198' + - '199' x-powered-by: - ASP.NET status: @@ -716,13 +6863,12 @@ interactions: ParameterSetName: - -g --vault-name --backup-instance-name --policy-id --query User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzVjODA2MDA0LTQzM2ItNDBkYS1iMjNkLTU0M2M5NTZjYTE5NQ==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzllYTVkOTY5LWJkNGMtNGZiNi04MmQwLWY2NmM5YmU5ZWY4OQ==?api-version=2022-05-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzVjODA2MDA0LTQzM2ItNDBkYS1iMjNkLTU0M2M5NTZjYTE5NQ==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzVjODA2MDA0LTQzM2ItNDBkYS1iMjNkLTU0M2M5NTZjYTE5NQ==","status":"Succeeded","startTime":"2023-02-07T05:56:21.6096677Z","endTime":"2023-02-07T05:56:22Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzllYTVkOTY5LWJkNGMtNGZiNi04MmQwLWY2NmM5YmU5ZWY4OQ==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzllYTVkOTY5LWJkNGMtNGZiNi04MmQwLWY2NmM5YmU5ZWY4OQ==","status":"Succeeded","startTime":"2023-05-28T16:46:38.5828333Z","endTime":"2023-05-28T16:46:39Z"}' headers: cache-control: - no-cache @@ -731,7 +6877,7 @@ interactions: content-type: - application/json date: - - Tue, 07 Feb 2023 05:56:37 GMT + - Sun, 28 May 2023 16:46:40 GMT expires: - '-1' pragma: @@ -747,7 +6893,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '996' + - '999' x-powered-by: - ASP.NET status: @@ -767,22 +6913,21 @@ interactions: ParameterSetName: - -g --vault-name --backup-instance-name --policy-id --query User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764?api-version=2022-05-01 response: body: - string: '{"properties":{"friendlyName":"oss-clitest-server\\postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2"},"protectionStatus":{"status":"UpdatingProtection"},"currentProtectionState":"UpdatingProtection","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","secretStoreType":"AzureKeyVault","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' + string: '{"properties":{"friendlyName":"oss-clitest-server/postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2"},"protectionStatus":{"status":"UpdatingProtection"},"currentProtectionState":"UpdatingProtection","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"secretStoreType":"AzureKeyVault","uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' headers: cache-control: - no-cache content-length: - - '1872' + - '1871' content-type: - application/json date: - - Tue, 07 Feb 2023 05:56:37 GMT + - Sun, 28 May 2023 16:46:40 GMT expires: - '-1' pragma: @@ -798,7 +6943,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '1997' + - '1998' x-powered-by: - ASP.NET status: @@ -818,22 +6963,21 @@ interactions: ParameterSetName: - -g --vault-name --query User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances?api-version=2022-05-01 response: body: - string: '{"value":[{"properties":{"friendlyName":"oss-clitest-server\\postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2"},"protectionStatus":{"status":"UpdatingProtection"},"currentProtectionState":"UpdatingProtection","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","secretStoreType":"AzureKeyVault","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}]}' + string: '{"value":[{"properties":{"friendlyName":"oss-clitest-server/postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2"},"protectionStatus":{"status":"UpdatingProtection"},"currentProtectionState":"UpdatingProtection","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"secretStoreType":"AzureKeyVault","uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}]}' headers: cache-control: - no-cache content-length: - - '1884' + - '1883' content-type: - application/json date: - - Tue, 07 Feb 2023 05:56:53 GMT + - Sun, 28 May 2023 16:46:53 GMT expires: - '-1' pragma: @@ -849,7 +6993,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '1998' + - '1999' x-powered-by: - ASP.NET status: @@ -869,22 +7013,21 @@ interactions: ParameterSetName: - -g --vault-name --query User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances?api-version=2022-05-01 response: body: - string: '{"value":[{"properties":{"friendlyName":"oss-clitest-server\\postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2"},"protectionStatus":{"status":"UpdatingProtection"},"currentProtectionState":"UpdatingProtection","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","secretStoreType":"AzureKeyVault","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}]}' + string: '{"value":[{"properties":{"friendlyName":"oss-clitest-server/postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2"},"protectionStatus":{"status":"UpdatingProtection"},"currentProtectionState":"UpdatingProtection","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"secretStoreType":"AzureKeyVault","uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}]}' headers: cache-control: - no-cache content-length: - - '1884' + - '1883' content-type: - application/json date: - - Tue, 07 Feb 2023 05:57:04 GMT + - Sun, 28 May 2023 16:47:07 GMT expires: - '-1' pragma: @@ -900,7 +7043,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '1998' + - '1999' x-powered-by: - ASP.NET status: @@ -920,22 +7063,71 @@ interactions: ParameterSetName: - -g --vault-name --query User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances?api-version=2022-05-01 response: body: - string: '{"value":[{"properties":{"friendlyName":"oss-clitest-server\\postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2"},"protectionStatus":{"status":"ProtectionConfigured"},"currentProtectionState":"ProtectionConfigured","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","secretStoreType":"AzureKeyVault","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}]}' + string: '{"value":[{"properties":{"friendlyName":"oss-clitest-server/postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2"},"protectionStatus":{"status":"UpdatingProtection"},"currentProtectionState":"UpdatingProtection","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"secretStoreType":"AzureKeyVault","uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}]}' headers: cache-control: - no-cache content-length: - - '1888' + - '1883' + content-type: + - application/json + date: + - Sun, 28 May 2023 16:47:21 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance list + Connection: + - keep-alive + ParameterSetName: + - -g --vault-name --query + User-Agent: + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances?api-version=2022-05-01 + response: + body: + string: '{"value":[{"properties":{"friendlyName":"oss-clitest-server/postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2"},"protectionStatus":{"status":"ProtectionConfigured"},"currentProtectionState":"ProtectionConfigured","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"secretStoreType":"AzureKeyVault","uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}]}' + headers: + cache-control: + - no-cache + content-length: + - '1887' content-type: - application/json date: - - Tue, 07 Feb 2023 05:57:15 GMT + - Sun, 28 May 2023 16:47:35 GMT expires: - '-1' pragma: @@ -951,7 +7143,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '1997' + - '1999' x-powered-by: - ASP.NET status: @@ -973,8 +7165,7 @@ interactions: ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764/stopProtection?api-version=2022-05-01 response: @@ -982,17 +7173,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzllZGYyNGJlLTVjZDMtNDA2Zi1hYTNkLTE3OTE4ZDcyYThlOA==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U4NDkzOWUyLTgxOTAtNGM1ZS1hMTQwLTAyMzVjY2Y3YTM0MA==?api-version=2022-05-01 cache-control: - no-cache content-length: - '0' date: - - Tue, 07 Feb 2023 05:57:48 GMT + - Sun, 28 May 2023 16:48:09 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzllZGYyNGJlLTVjZDMtNDA2Zi1hYTNkLTE3OTE4ZDcyYThlOA==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U4NDkzOWUyLTgxOTAtNGM1ZS1hMTQwLTAyMzVjY2Y3YTM0MA==?api-version=2022-05-01 pragma: - no-cache strict-transport-security: @@ -1000,7 +7191,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' x-powered-by: - ASP.NET status: @@ -1020,13 +7211,12 @@ interactions: ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzllZGYyNGJlLTVjZDMtNDA2Zi1hYTNkLTE3OTE4ZDcyYThlOA==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U4NDkzOWUyLTgxOTAtNGM1ZS1hMTQwLTAyMzVjY2Y3YTM0MA==?api-version=2022-05-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzllZGYyNGJlLTVjZDMtNDA2Zi1hYTNkLTE3OTE4ZDcyYThlOA==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzllZGYyNGJlLTVjZDMtNDA2Zi1hYTNkLTE3OTE4ZDcyYThlOA==","status":"Inprogress","startTime":"2023-02-07T05:57:48.2657977Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U4NDkzOWUyLTgxOTAtNGM1ZS1hMTQwLTAyMzVjY2Y3YTM0MA==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U4NDkzOWUyLTgxOTAtNGM1ZS1hMTQwLTAyMzVjY2Y3YTM0MA==","status":"Inprogress","startTime":"2023-05-28T16:48:09.8192202Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache @@ -1035,7 +7225,7 @@ interactions: content-type: - application/json date: - - Tue, 07 Feb 2023 05:58:02 GMT + - Sun, 28 May 2023 16:48:09 GMT expires: - '-1' pragma: @@ -1051,7 +7241,57 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '995' + - '999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance stop-protection + Connection: + - keep-alive + ParameterSetName: + - -n -g --vault-name + User-Agent: + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U4NDkzOWUyLTgxOTAtNGM1ZS1hMTQwLTAyMzVjY2Y3YTM0MA==?api-version=2022-05-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U4NDkzOWUyLTgxOTAtNGM1ZS1hMTQwLTAyMzVjY2Y3YTM0MA==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U4NDkzOWUyLTgxOTAtNGM1ZS1hMTQwLTAyMzVjY2Y3YTM0MA==","status":"Inprogress","startTime":"2023-05-28T16:48:09.8192202Z","endTime":"0001-01-01T00:00:00Z"}' + headers: + cache-control: + - no-cache + content-length: + - '481' + content-type: + - application/json + date: + - Sun, 28 May 2023 16:48:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '998' x-powered-by: - ASP.NET status: @@ -1071,13 +7311,12 @@ interactions: ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzllZGYyNGJlLTVjZDMtNDA2Zi1hYTNkLTE3OTE4ZDcyYThlOA==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U4NDkzOWUyLTgxOTAtNGM1ZS1hMTQwLTAyMzVjY2Y3YTM0MA==?api-version=2022-05-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzllZGYyNGJlLTVjZDMtNDA2Zi1hYTNkLTE3OTE4ZDcyYThlOA==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzllZGYyNGJlLTVjZDMtNDA2Zi1hYTNkLTE3OTE4ZDcyYThlOA==","status":"Succeeded","startTime":"2023-02-07T05:57:48.2657977Z","endTime":"2023-02-07T05:58:31Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U4NDkzOWUyLTgxOTAtNGM1ZS1hMTQwLTAyMzVjY2Y3YTM0MA==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U4NDkzOWUyLTgxOTAtNGM1ZS1hMTQwLTAyMzVjY2Y3YTM0MA==","status":"Succeeded","startTime":"2023-05-28T16:48:09.8192202Z","endTime":"2023-05-28T16:48:53Z"}' headers: cache-control: - no-cache @@ -1086,7 +7325,7 @@ interactions: content-type: - application/json date: - - Tue, 07 Feb 2023 05:58:33 GMT + - Sun, 28 May 2023 16:49:11 GMT expires: - '-1' pragma: @@ -1102,7 +7341,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '994' + - '997' x-powered-by: - ASP.NET status: @@ -1122,16 +7361,15 @@ interactions: ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzllZGYyNGJlLTVjZDMtNDA2Zi1hYTNkLTE3OTE4ZDcyYThlOA==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U4NDkzOWUyLTgxOTAtNGM1ZS1hMTQwLTAyMzVjY2Y3YTM0MA==?api-version=2022-05-01 response: body: string: '{"objectType":"OperationJobExtendedInfo"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzllZGYyNGJlLTVjZDMtNDA2Zi1hYTNkLTE3OTE4ZDcyYThlOA==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U4NDkzOWUyLTgxOTAtNGM1ZS1hMTQwLTAyMzVjY2Y3YTM0MA==?api-version=2022-05-01 cache-control: - no-cache content-length: @@ -1139,7 +7377,7 @@ interactions: content-type: - application/json date: - - Tue, 07 Feb 2023 05:58:34 GMT + - Sun, 28 May 2023 16:49:11 GMT expires: - '-1' pragma: @@ -1155,7 +7393,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '198' + - '199' x-powered-by: - ASP.NET status: @@ -1175,22 +7413,21 @@ interactions: ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764?api-version=2023-01-01 response: body: - string: '{"properties":{"friendlyName":"oss-clitest-server\\postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2"},"protectionStatus":{"status":"ProtectionStopped"},"currentProtectionState":"ProtectionStopped","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","secretStoreType":"AzureKeyVault","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' + string: '{"properties":{"friendlyName":"oss-clitest-server/postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2"},"protectionStatus":{"status":"ProtectionStopped"},"currentProtectionState":"ProtectionStopped","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"secretStoreType":"AzureKeyVault","uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' headers: cache-control: - no-cache content-length: - - '1870' + - '1869' content-type: - application/json date: - - Tue, 07 Feb 2023 05:58:35 GMT + - Sun, 28 May 2023 16:49:16 GMT expires: - '-1' pragma: @@ -1206,7 +7443,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '1997' + - '1999' x-powered-by: - ASP.NET status: @@ -1228,8 +7465,7 @@ interactions: ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764/resumeProtection?api-version=2022-05-01 response: @@ -1237,17 +7473,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzMxYmMzNDQ3LTA4M2YtNDY5Zi1hOGNiLTA5NzVlMGM3YWVjOQ==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzQ0ODE2NzlhLTYzNmEtNDAxZC04ZTVjLTFmYzM5ZGYxZDc0NQ==?api-version=2022-05-01 cache-control: - no-cache content-length: - '0' date: - - Tue, 07 Feb 2023 05:58:37 GMT + - Sun, 28 May 2023 16:49:19 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzMxYmMzNDQ3LTA4M2YtNDY5Zi1hOGNiLTA5NzVlMGM3YWVjOQ==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzQ0ODE2NzlhLTYzNmEtNDAxZC04ZTVjLTFmYzM5ZGYxZDc0NQ==?api-version=2022-05-01 pragma: - no-cache strict-transport-security: @@ -1275,13 +7511,12 @@ interactions: ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzMxYmMzNDQ3LTA4M2YtNDY5Zi1hOGNiLTA5NzVlMGM3YWVjOQ==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzQ0ODE2NzlhLTYzNmEtNDAxZC04ZTVjLTFmYzM5ZGYxZDc0NQ==?api-version=2022-05-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzMxYmMzNDQ3LTA4M2YtNDY5Zi1hOGNiLTA5NzVlMGM3YWVjOQ==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzMxYmMzNDQ3LTA4M2YtNDY5Zi1hOGNiLTA5NzVlMGM3YWVjOQ==","status":"Inprogress","startTime":"2023-02-07T05:58:37.7721818Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzQ0ODE2NzlhLTYzNmEtNDAxZC04ZTVjLTFmYzM5ZGYxZDc0NQ==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzQ0ODE2NzlhLTYzNmEtNDAxZC04ZTVjLTFmYzM5ZGYxZDc0NQ==","status":"Inprogress","startTime":"2023-05-28T16:49:20.2563937Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache @@ -1290,7 +7525,7 @@ interactions: content-type: - application/json date: - - Tue, 07 Feb 2023 05:58:53 GMT + - Sun, 28 May 2023 16:49:22 GMT expires: - '-1' pragma: @@ -1326,13 +7561,12 @@ interactions: ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzMxYmMzNDQ3LTA4M2YtNDY5Zi1hOGNiLTA5NzVlMGM3YWVjOQ==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzQ0ODE2NzlhLTYzNmEtNDAxZC04ZTVjLTFmYzM5ZGYxZDc0NQ==?api-version=2022-05-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzMxYmMzNDQ3LTA4M2YtNDY5Zi1hOGNiLTA5NzVlMGM3YWVjOQ==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzMxYmMzNDQ3LTA4M2YtNDY5Zi1hOGNiLTA5NzVlMGM3YWVjOQ==","status":"Inprogress","startTime":"2023-02-07T05:58:37.7721818Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzQ0ODE2NzlhLTYzNmEtNDAxZC04ZTVjLTFmYzM5ZGYxZDc0NQ==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzQ0ODE2NzlhLTYzNmEtNDAxZC04ZTVjLTFmYzM5ZGYxZDc0NQ==","status":"Inprogress","startTime":"2023-05-28T16:49:20.2563937Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache @@ -1341,7 +7575,7 @@ interactions: content-type: - application/json date: - - Tue, 07 Feb 2023 05:59:23 GMT + - Sun, 28 May 2023 16:49:52 GMT expires: - '-1' pragma: @@ -1377,13 +7611,12 @@ interactions: ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzMxYmMzNDQ3LTA4M2YtNDY5Zi1hOGNiLTA5NzVlMGM3YWVjOQ==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzQ0ODE2NzlhLTYzNmEtNDAxZC04ZTVjLTFmYzM5ZGYxZDc0NQ==?api-version=2022-05-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzMxYmMzNDQ3LTA4M2YtNDY5Zi1hOGNiLTA5NzVlMGM3YWVjOQ==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzMxYmMzNDQ3LTA4M2YtNDY5Zi1hOGNiLTA5NzVlMGM3YWVjOQ==","status":"Succeeded","startTime":"2023-02-07T05:58:37.7721818Z","endTime":"2023-02-07T05:59:25Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzQ0ODE2NzlhLTYzNmEtNDAxZC04ZTVjLTFmYzM5ZGYxZDc0NQ==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzQ0ODE2NzlhLTYzNmEtNDAxZC04ZTVjLTFmYzM5ZGYxZDc0NQ==","status":"Succeeded","startTime":"2023-05-28T16:49:20.2563937Z","endTime":"2023-05-28T16:50:05Z"}' headers: cache-control: - no-cache @@ -1392,7 +7625,7 @@ interactions: content-type: - application/json date: - - Tue, 07 Feb 2023 05:59:53 GMT + - Sun, 28 May 2023 16:50:23 GMT expires: - '-1' pragma: @@ -1428,16 +7661,15 @@ interactions: ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzMxYmMzNDQ3LTA4M2YtNDY5Zi1hOGNiLTA5NzVlMGM3YWVjOQ==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzQ0ODE2NzlhLTYzNmEtNDAxZC04ZTVjLTFmYzM5ZGYxZDc0NQ==?api-version=2022-05-01 response: body: string: '{"objectType":"OperationJobExtendedInfo"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzMxYmMzNDQ3LTA4M2YtNDY5Zi1hOGNiLTA5NzVlMGM3YWVjOQ==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzQ0ODE2NzlhLTYzNmEtNDAxZC04ZTVjLTFmYzM5ZGYxZDc0NQ==?api-version=2022-05-01 cache-control: - no-cache content-length: @@ -1445,7 +7677,7 @@ interactions: content-type: - application/json date: - - Tue, 07 Feb 2023 05:59:54 GMT + - Sun, 28 May 2023 16:50:24 GMT expires: - '-1' pragma: @@ -1481,22 +7713,21 @@ interactions: ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764?api-version=2023-01-01 response: body: - string: '{"properties":{"friendlyName":"oss-clitest-server\\postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2"},"protectionStatus":{"status":"ProtectionConfigured"},"currentProtectionState":"ProtectionConfigured","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","secretStoreType":"AzureKeyVault","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' + string: '{"properties":{"friendlyName":"oss-clitest-server/postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2"},"protectionStatus":{"status":"ProtectionConfigured"},"currentProtectionState":"ProtectionConfigured","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"secretStoreType":"AzureKeyVault","uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' headers: cache-control: - no-cache content-length: - - '1876' + - '1875' content-type: - application/json date: - - Tue, 07 Feb 2023 05:59:55 GMT + - Sun, 28 May 2023 16:50:26 GMT expires: - '-1' pragma: @@ -1512,7 +7743,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '1996' + - '1999' x-powered-by: - ASP.NET status: @@ -1534,8 +7765,7 @@ interactions: ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764/suspendBackups?api-version=2022-05-01 response: @@ -1543,17 +7773,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzJlYjEzYTBlLTFhZGMtNGMwYy04YWJhLTg4MDkzOWI5ODk5Zg==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzYzMDcxNjI2LTZiNTctNGZhOS05MTc5LTgwYmE4ZDE2Y2Q0YQ==?api-version=2022-05-01 cache-control: - no-cache content-length: - '0' date: - - Tue, 07 Feb 2023 05:59:57 GMT + - Sun, 28 May 2023 16:50:30 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzJlYjEzYTBlLTFhZGMtNGMwYy04YWJhLTg4MDkzOWI5ODk5Zg==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzYzMDcxNjI2LTZiNTctNGZhOS05MTc5LTgwYmE4ZDE2Y2Q0YQ==?api-version=2022-05-01 pragma: - no-cache strict-transport-security: @@ -1581,13 +7811,12 @@ interactions: ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzJlYjEzYTBlLTFhZGMtNGMwYy04YWJhLTg4MDkzOWI5ODk5Zg==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzYzMDcxNjI2LTZiNTctNGZhOS05MTc5LTgwYmE4ZDE2Y2Q0YQ==?api-version=2022-05-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzJlYjEzYTBlLTFhZGMtNGMwYy04YWJhLTg4MDkzOWI5ODk5Zg==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzJlYjEzYTBlLTFhZGMtNGMwYy04YWJhLTg4MDkzOWI5ODk5Zg==","status":"Inprogress","startTime":"2023-02-07T05:59:58.0122667Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzYzMDcxNjI2LTZiNTctNGZhOS05MTc5LTgwYmE4ZDE2Y2Q0YQ==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzYzMDcxNjI2LTZiNTctNGZhOS05MTc5LTgwYmE4ZDE2Y2Q0YQ==","status":"Inprogress","startTime":"2023-05-28T16:50:30.9219428Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache @@ -1596,7 +7825,7 @@ interactions: content-type: - application/json date: - - Tue, 07 Feb 2023 06:00:13 GMT + - Sun, 28 May 2023 16:50:31 GMT expires: - '-1' pragma: @@ -1632,22 +7861,21 @@ interactions: ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzJlYjEzYTBlLTFhZGMtNGMwYy04YWJhLTg4MDkzOWI5ODk5Zg==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzYzMDcxNjI2LTZiNTctNGZhOS05MTc5LTgwYmE4ZDE2Y2Q0YQ==?api-version=2022-05-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzJlYjEzYTBlLTFhZGMtNGMwYy04YWJhLTg4MDkzOWI5ODk5Zg==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzJlYjEzYTBlLTFhZGMtNGMwYy04YWJhLTg4MDkzOWI5ODk5Zg==","status":"Succeeded","startTime":"2023-02-07T05:59:58.0122667Z","endTime":"2023-02-07T06:00:36Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzYzMDcxNjI2LTZiNTctNGZhOS05MTc5LTgwYmE4ZDE2Y2Q0YQ==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzYzMDcxNjI2LTZiNTctNGZhOS05MTc5LTgwYmE4ZDE2Y2Q0YQ==","status":"Inprogress","startTime":"2023-05-28T16:50:30.9219428Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache content-length: - - '480' + - '481' content-type: - application/json date: - - Tue, 07 Feb 2023 06:00:43 GMT + - Sun, 28 May 2023 16:51:02 GMT expires: - '-1' pragma: @@ -1683,16 +7911,65 @@ interactions: ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzYzMDcxNjI2LTZiNTctNGZhOS05MTc5LTgwYmE4ZDE2Y2Q0YQ==?api-version=2022-05-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzYzMDcxNjI2LTZiNTctNGZhOS05MTc5LTgwYmE4ZDE2Y2Q0YQ==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzYzMDcxNjI2LTZiNTctNGZhOS05MTc5LTgwYmE4ZDE2Y2Q0YQ==","status":"Succeeded","startTime":"2023-05-28T16:50:30.9219428Z","endTime":"2023-05-28T16:51:17Z"}' + headers: + cache-control: + - no-cache + content-length: + - '480' + content-type: + - application/json + date: + - Sun, 28 May 2023 16:51:32 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '997' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance suspend-backup + Connection: + - keep-alive + ParameterSetName: + - -n -g --vault-name + User-Agent: + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzJlYjEzYTBlLTFhZGMtNGMwYy04YWJhLTg4MDkzOWI5ODk5Zg==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzYzMDcxNjI2LTZiNTctNGZhOS05MTc5LTgwYmE4ZDE2Y2Q0YQ==?api-version=2022-05-01 response: body: string: '{"objectType":"OperationJobExtendedInfo"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzJlYjEzYTBlLTFhZGMtNGMwYy04YWJhLTg4MDkzOWI5ODk5Zg==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzYzMDcxNjI2LTZiNTctNGZhOS05MTc5LTgwYmE4ZDE2Y2Q0YQ==?api-version=2022-05-01 cache-control: - no-cache content-length: @@ -1700,7 +7977,7 @@ interactions: content-type: - application/json date: - - Tue, 07 Feb 2023 06:00:44 GMT + - Sun, 28 May 2023 16:51:32 GMT expires: - '-1' pragma: @@ -1736,22 +8013,21 @@ interactions: ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764?api-version=2023-01-01 response: body: - string: '{"properties":{"friendlyName":"oss-clitest-server\\postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2"},"protectionStatus":{"status":"BackupsSuspended"},"currentProtectionState":"BackupsSuspended","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","secretStoreType":"AzureKeyVault","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' + string: '{"properties":{"friendlyName":"oss-clitest-server/postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2"},"protectionStatus":{"status":"BackupsSuspended"},"currentProtectionState":"BackupsSuspended","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"secretStoreType":"AzureKeyVault","uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' headers: cache-control: - no-cache content-length: - - '1868' + - '1867' content-type: - application/json date: - - Tue, 07 Feb 2023 06:00:45 GMT + - Sun, 28 May 2023 16:51:35 GMT expires: - '-1' pragma: @@ -1767,7 +8043,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '1995' + - '1998' x-powered-by: - ASP.NET status: @@ -1789,8 +8065,7 @@ interactions: ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764/resumeProtection?api-version=2022-05-01 response: @@ -1798,17 +8073,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzgyODM4NDQwLWEyMWUtNGYxYS1iYWU4LWEwYjY2NjI1MjMyNg==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2ZjNmMyZjRjLTVhYTAtNDhiNS1hNjkwLWRiYzI3NDVjOWRiOA==?api-version=2022-05-01 cache-control: - no-cache content-length: - '0' date: - - Tue, 07 Feb 2023 06:00:47 GMT + - Sun, 28 May 2023 16:51:40 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzgyODM4NDQwLWEyMWUtNGYxYS1iYWU4LWEwYjY2NjI1MjMyNg==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2ZjNmMyZjRjLTVhYTAtNDhiNS1hNjkwLWRiYzI3NDVjOWRiOA==?api-version=2022-05-01 pragma: - no-cache strict-transport-security: @@ -1816,7 +8091,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' x-powered-by: - ASP.NET status: @@ -1836,13 +8111,12 @@ interactions: ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzgyODM4NDQwLWEyMWUtNGYxYS1iYWU4LWEwYjY2NjI1MjMyNg==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2ZjNmMyZjRjLTVhYTAtNDhiNS1hNjkwLWRiYzI3NDVjOWRiOA==?api-version=2022-05-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzgyODM4NDQwLWEyMWUtNGYxYS1iYWU4LWEwYjY2NjI1MjMyNg==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzgyODM4NDQwLWEyMWUtNGYxYS1iYWU4LWEwYjY2NjI1MjMyNg==","status":"Inprogress","startTime":"2023-02-07T06:00:48.1781022Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2ZjNmMyZjRjLTVhYTAtNDhiNS1hNjkwLWRiYzI3NDVjOWRiOA==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2ZjNmMyZjRjLTVhYTAtNDhiNS1hNjkwLWRiYzI3NDVjOWRiOA==","status":"Inprogress","startTime":"2023-05-28T16:51:40.4476039Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache @@ -1851,7 +8125,7 @@ interactions: content-type: - application/json date: - - Tue, 07 Feb 2023 06:01:03 GMT + - Sun, 28 May 2023 16:51:40 GMT expires: - '-1' pragma: @@ -1867,7 +8141,57 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '996' + - '999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - dataprotection backup-instance resume-protection + Connection: + - keep-alive + ParameterSetName: + - -n -g --vault-name + User-Agent: + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2ZjNmMyZjRjLTVhYTAtNDhiNS1hNjkwLWRiYzI3NDVjOWRiOA==?api-version=2022-05-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2ZjNmMyZjRjLTVhYTAtNDhiNS1hNjkwLWRiYzI3NDVjOWRiOA==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2ZjNmMyZjRjLTVhYTAtNDhiNS1hNjkwLWRiYzI3NDVjOWRiOA==","status":"Inprogress","startTime":"2023-05-28T16:51:40.4476039Z","endTime":"0001-01-01T00:00:00Z"}' + headers: + cache-control: + - no-cache + content-length: + - '481' + content-type: + - application/json + date: + - Sun, 28 May 2023 16:52:12 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '998' x-powered-by: - ASP.NET status: @@ -1887,13 +8211,12 @@ interactions: ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzgyODM4NDQwLWEyMWUtNGYxYS1iYWU4LWEwYjY2NjI1MjMyNg==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2ZjNmMyZjRjLTVhYTAtNDhiNS1hNjkwLWRiYzI3NDVjOWRiOA==?api-version=2022-05-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzgyODM4NDQwLWEyMWUtNGYxYS1iYWU4LWEwYjY2NjI1MjMyNg==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzgyODM4NDQwLWEyMWUtNGYxYS1iYWU4LWEwYjY2NjI1MjMyNg==","status":"Succeeded","startTime":"2023-02-07T06:00:48.1781022Z","endTime":"2023-02-07T06:01:32Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2ZjNmMyZjRjLTVhYTAtNDhiNS1hNjkwLWRiYzI3NDVjOWRiOA==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2ZjNmMyZjRjLTVhYTAtNDhiNS1hNjkwLWRiYzI3NDVjOWRiOA==","status":"Succeeded","startTime":"2023-05-28T16:51:40.4476039Z","endTime":"2023-05-28T16:52:30Z"}' headers: cache-control: - no-cache @@ -1902,7 +8225,7 @@ interactions: content-type: - application/json date: - - Tue, 07 Feb 2023 06:01:33 GMT + - Sun, 28 May 2023 16:52:41 GMT expires: - '-1' pragma: @@ -1918,7 +8241,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '995' + - '997' x-powered-by: - ASP.NET status: @@ -1938,16 +8261,15 @@ interactions: ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzgyODM4NDQwLWEyMWUtNGYxYS1iYWU4LWEwYjY2NjI1MjMyNg==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2ZjNmMyZjRjLTVhYTAtNDhiNS1hNjkwLWRiYzI3NDVjOWRiOA==?api-version=2022-05-01 response: body: string: '{"objectType":"OperationJobExtendedInfo"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzgyODM4NDQwLWEyMWUtNGYxYS1iYWU4LWEwYjY2NjI1MjMyNg==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2ZjNmMyZjRjLTVhYTAtNDhiNS1hNjkwLWRiYzI3NDVjOWRiOA==?api-version=2022-05-01 cache-control: - no-cache content-length: @@ -1955,7 +8277,7 @@ interactions: content-type: - application/json date: - - Tue, 07 Feb 2023 06:01:33 GMT + - Sun, 28 May 2023 16:52:42 GMT expires: - '-1' pragma: @@ -1971,7 +8293,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '198' + - '199' x-powered-by: - ASP.NET status: @@ -1991,22 +8313,21 @@ interactions: ParameterSetName: - -n -g --vault-name User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764?api-version=2023-01-01 response: body: - string: '{"properties":{"friendlyName":"oss-clitest-server\\postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2"},"protectionStatus":{"status":"ProtectionConfigured"},"currentProtectionState":"ProtectionConfigured","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","secretStoreType":"AzureKeyVault","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' + string: '{"properties":{"friendlyName":"oss-clitest-server/postgres","dataSourceInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"postgres","resourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceLocation":"centraluseuap","objectType":"Datasource"},"dataSourceSetInfo":{"resourceID":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server","resourceUri":"","datasourceType":"Microsoft.DBforPostgreSQL/servers/databases","resourceName":"oss-clitest-server","resourceType":"Microsoft.DBforPostgreSQL/servers","resourceLocation":"centraluseuap","objectType":"DatasourceSet"},"policyInfo":{"policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2"},"protectionStatus":{"status":"ProtectionConfigured"},"currentProtectionState":"ProtectionConfigured","provisioningState":"Succeeded","datasourceAuthCredentials":{"objectType":"SecretStoreBasedAuthCredentials","secretStoreResource":{"secretStoreType":"AzureKeyVault","uri":"https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret","value":null}},"objectType":"BackupInstance"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","name":"oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","type":"Microsoft.DataProtection/backupVaults/backupInstances"}' headers: cache-control: - no-cache content-length: - - '1876' + - '1875' content-type: - application/json date: - - Tue, 07 Feb 2023 06:01:35 GMT + - Sun, 28 May 2023 16:52:45 GMT expires: - '-1' pragma: @@ -2022,7 +8343,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '1994' + - '1999' x-powered-by: - ASP.NET status: @@ -2047,8 +8368,7 @@ interactions: ParameterSetName: - -n -g --vault-name --rule-name --retention-tag-override User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764/backup?api-version=2022-05-01 response: @@ -2056,17 +8376,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzEyNzBhZjRmLWMzMTgtNDViOS04YjM0LTk4ZmVmOTM2NGFiOA==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzRjMDRlMTFlLTRlMmItNGM5Zi05OTQ4LTE2NjQzZDg3NTgyYw==?api-version=2022-05-01 cache-control: - no-cache content-length: - '0' date: - - Tue, 07 Feb 2023 06:01:37 GMT + - Sun, 28 May 2023 16:52:52 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzEyNzBhZjRmLWMzMTgtNDViOS04YjM0LTk4ZmVmOTM2NGFiOA==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzRjMDRlMTFlLTRlMmItNGM5Zi05OTQ4LTE2NjQzZDg3NTgyYw==?api-version=2022-05-01 pragma: - no-cache strict-transport-security: @@ -2074,7 +8394,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' x-powered-by: - ASP.NET status: @@ -2094,22 +8414,21 @@ interactions: ParameterSetName: - -n -g --vault-name --rule-name --retention-tag-override User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzEyNzBhZjRmLWMzMTgtNDViOS04YjM0LTk4ZmVmOTM2NGFiOA==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzRjMDRlMTFlLTRlMmItNGM5Zi05OTQ4LTE2NjQzZDg3NTgyYw==?api-version=2022-05-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzEyNzBhZjRmLWMzMTgtNDViOS04YjM0LTk4ZmVmOTM2NGFiOA==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzEyNzBhZjRmLWMzMTgtNDViOS04YjM0LTk4ZmVmOTM2NGFiOA==","status":"Succeeded","startTime":"2023-02-07T06:01:37.368023Z","endTime":"2023-02-07T06:01:39Z","properties":{"jobId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.DataProtection/BackupVaults/oss-clitest-vault/backupJobs/37729285-3e72-4f71-9344-587a8442bff0","objectType":"OperationJobExtendedInfo"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzRjMDRlMTFlLTRlMmItNGM5Zi05OTQ4LTE2NjQzZDg3NTgyYw==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzRjMDRlMTFlLTRlMmItNGM5Zi05OTQ4LTE2NjQzZDg3NTgyYw==","status":"Inprogress","startTime":"2023-05-28T16:52:52.5882191Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache content-length: - - '740' + - '481' content-type: - application/json date: - - Tue, 07 Feb 2023 06:02:07 GMT + - Sun, 28 May 2023 16:52:53 GMT expires: - '-1' pragma: @@ -2125,7 +8444,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '993' + - '999' x-powered-by: - ASP.NET status: @@ -2145,24 +8464,21 @@ interactions: ParameterSetName: - -n -g --vault-name --rule-name --retention-tag-override User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzEyNzBhZjRmLWMzMTgtNDViOS04YjM0LTk4ZmVmOTM2NGFiOA==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzRjMDRlMTFlLTRlMmItNGM5Zi05OTQ4LTE2NjQzZDg3NTgyYw==?api-version=2022-05-01 response: body: - string: '{"jobId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.DataProtection/BackupVaults/oss-clitest-vault/backupJobs/37729285-3e72-4f71-9344-587a8442bff0","objectType":"OperationJobExtendedInfo"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzRjMDRlMTFlLTRlMmItNGM5Zi05OTQ4LTE2NjQzZDg3NTgyYw==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzRjMDRlMTFlLTRlMmItNGM5Zi05OTQ4LTE2NjQzZDg3NTgyYw==","status":"Succeeded","startTime":"2023-05-28T16:52:52.5882191Z","endTime":"2023-05-28T16:52:54Z","properties":{"jobId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.DataProtection/BackupVaults/oss-clitest-vault/backupJobs/0cab6452-72f6-4b9a-8d17-231a7422d543","objectType":"OperationJobExtendedInfo"}}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzEyNzBhZjRmLWMzMTgtNDViOS04YjM0LTk4ZmVmOTM2NGFiOA==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '247' + - '741' content-type: - application/json date: - - Tue, 07 Feb 2023 06:02:07 GMT + - Sun, 28 May 2023 16:53:23 GMT expires: - '-1' pragma: @@ -2178,7 +8494,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '197' + - '998' x-powered-by: - ASP.NET status: @@ -2188,40 +8504,39 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - dataprotection job show + - dataprotection backup-instance adhoc-backup Connection: - keep-alive ParameterSetName: - - --ids + - -n -g --vault-name --rule-name --retention-tag-override User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/37729285-3e72-4f71-9344-587a8442bff0?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzRjMDRlMTFlLTRlMmItNGM5Zi05OTQ4LTE2NjQzZDg3NTgyYw==?api-version=2022-05-01 response: body: - string: '{"properties":{"activityID":"e1441bd0-a6ac-11ed-a985-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server\\postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-07T06%3A01%3A38.7574079Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-07T06:01:37.6694616Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger - Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Weekly"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/37729285-3e72-4f71-9344-587a8442bff0","name":"37729285-3e72-4f71-9344-587a8442bff0","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"jobId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.DataProtection/BackupVaults/oss-clitest-vault/backupJobs/0cab6452-72f6-4b9a-8d17-231a7422d543","objectType":"OperationJobExtendedInfo"}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzRjMDRlMTFlLTRlMmItNGM5Zi05OTQ4LTE2NjQzZDg3NTgyYw==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '2227' + - '247' content-type: - application/json date: - - Tue, 07 Feb 2023 06:02:19 GMT + - Sun, 28 May 2023 16:53:23 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 - - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2251,23 +8566,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/37729285-3e72-4f71-9344-587a8442bff0?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/0cab6452-72f6-4b9a-8d17-231a7422d543?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"e1441bd0-a6ac-11ed-a985-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server\\postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-07T06%3A01%3A38.7574079Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-07T06:01:37.6694616Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger - Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Weekly"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/37729285-3e72-4f71-9344-587a8442bff0","name":"37729285-3e72-4f71-9344-587a8442bff0","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"11fd7163-fd78-11ed-826b-002b670b472e","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server/postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-05-28T16%3A52%3A53.3632406Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-05-28T16:52:53.1137466Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Weekly"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/0cab6452-72f6-4b9a-8d17-231a7422d543","name":"0cab6452-72f6-4b9a-8d17-231a7422d543","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2227' + - '2254' content-type: - application/json date: - - Tue, 07 Feb 2023 06:02:31 GMT + - Sun, 28 May 2023 16:53:37 GMT expires: - '-1' pragma: @@ -2284,7 +8598,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '198' + - '199' x-powered-by: - ASP.NET status: @@ -2304,23 +8618,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/37729285-3e72-4f71-9344-587a8442bff0?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/0cab6452-72f6-4b9a-8d17-231a7422d543?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"e1441bd0-a6ac-11ed-a985-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server\\postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-07T06%3A01%3A38.7574079Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-07T06:01:37.6694616Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger - Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Weekly"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/37729285-3e72-4f71-9344-587a8442bff0","name":"37729285-3e72-4f71-9344-587a8442bff0","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"11fd7163-fd78-11ed-826b-002b670b472e","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server/postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-05-28T16%3A52%3A53.3632406Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-05-28T16:52:53.1137466Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Weekly"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/0cab6452-72f6-4b9a-8d17-231a7422d543","name":"0cab6452-72f6-4b9a-8d17-231a7422d543","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2227' + - '2254' content-type: - application/json date: - - Tue, 07 Feb 2023 06:02:41 GMT + - Sun, 28 May 2023 16:53:50 GMT expires: - '-1' pragma: @@ -2337,7 +8650,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '197' + - '199' x-powered-by: - ASP.NET status: @@ -2357,23 +8670,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/37729285-3e72-4f71-9344-587a8442bff0?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/0cab6452-72f6-4b9a-8d17-231a7422d543?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"e1441bd0-a6ac-11ed-a985-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server\\postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-07T06%3A01%3A38.7574079Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-07T06:01:37.6694616Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger - Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Weekly"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/37729285-3e72-4f71-9344-587a8442bff0","name":"37729285-3e72-4f71-9344-587a8442bff0","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"11fd7163-fd78-11ed-826b-002b670b472e","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server/postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-05-28T16%3A52%3A53.3632406Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-05-28T16:52:53.1137466Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Weekly"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/0cab6452-72f6-4b9a-8d17-231a7422d543","name":"0cab6452-72f6-4b9a-8d17-231a7422d543","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2227' + - '2254' content-type: - application/json date: - - Tue, 07 Feb 2023 06:02:53 GMT + - Sun, 28 May 2023 16:54:04 GMT expires: - '-1' pragma: @@ -2410,23 +8722,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/37729285-3e72-4f71-9344-587a8442bff0?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/0cab6452-72f6-4b9a-8d17-231a7422d543?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"e1441bd0-a6ac-11ed-a985-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server\\postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-07T06%3A01%3A38.7574079Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-07T06:01:37.6694616Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger - Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Weekly"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/37729285-3e72-4f71-9344-587a8442bff0","name":"37729285-3e72-4f71-9344-587a8442bff0","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"11fd7163-fd78-11ed-826b-002b670b472e","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server/postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-05-28T16%3A52%3A53.3632406Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-05-28T16:52:53.1137466Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Backup","operation":"Backup","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"RetentionTag":"Weekly"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/0cab6452-72f6-4b9a-8d17-231a7422d543","name":"0cab6452-72f6-4b9a-8d17-231a7422d543","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2227' + - '2254' content-type: - application/json date: - - Tue, 07 Feb 2023 06:03:04 GMT + - Sun, 28 May 2023 16:54:17 GMT expires: - '-1' pragma: @@ -2463,23 +8774,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/37729285-3e72-4f71-9344-587a8442bff0?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/0cab6452-72f6-4b9a-8d17-231a7422d543?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"e1441bd0-a6ac-11ed-a985-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server\\postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-07T06%3A03%3A14.0050216Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-07T06:01:37.6694616Z","endTime":"2023-02-07T06:03:13.7599877Z","dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Backup","operation":"Backup","status":"Completed","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT1M36.0905261S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":2063.0,"targetRecoverPoint":{"recoveryPointID":"470eac9e828948388e9a15938b68c039","recoveryPointTime":"0001-01-01T00:00:00Z"},"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger - Backup","taskStatus":"Completed","taskProgress":null,"additionalDetails":{"OriginalDatasourceSizeInBytes":"8442527","TaskId":"e1441bd0-a6ac-11ed-a985-60a5e2435518","DatasourceType":"Microsoft.DBforPostgreSQL/servers/databases"}}],"additionalDetails":{"RetentionTag":"Weekly"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/37729285-3e72-4f71-9344-587a8442bff0","name":"37729285-3e72-4f71-9344-587a8442bff0","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"11fd7163-fd78-11ed-826b-002b670b472e","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server/postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"sourceDataStoreType":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-05-28T16%3A54%3A28.0624559Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-05-28T16:52:53.1137466Z","endTime":"2023-05-28T16:54:27.8180709Z","dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Backup","operation":"Backup","status":"Completed","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT1M34.7043243S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":2063.0,"targetRecoverPoint":{"recoveryPointID":"453c8754d228430cb7c3d43630d35818","recoveryPointTime":"0001-01-01T00:00:00Z"},"sourceRecoverPoint":null,"recoveryDestination":null,"subTasks":[{"taskId":1,"taskName":"Trigger + Backup","taskStatus":"Completed","taskProgress":null,"additionalDetails":{"OriginalDatasourceSizeInBytes":"8442527","TaskId":"11fd7163-fd78-11ed-826b-002b670b472e","DatasourceType":"Microsoft.DBforPostgreSQL/servers/databases"}}],"additionalDetails":{"RetentionTag":"Weekly"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/0cab6452-72f6-4b9a-8d17-231a7422d543","name":"0cab6452-72f6-4b9a-8d17-231a7422d543","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2507' + - '2534' content-type: - application/json date: - - Tue, 07 Feb 2023 06:03:15 GMT + - Sun, 28 May 2023 16:54:30 GMT expires: - '-1' pragma: @@ -2496,7 +8806,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '198' + - '199' x-powered-by: - ASP.NET status: @@ -2516,13 +8826,12 @@ interactions: ParameterSetName: - --backup-instance-name -g --vault-name User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764/recoveryPoints?api-version=2022-05-01&$filter= + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764/recoveryPoints?$filter=&api-version=2023-01-01 response: body: - string: '{"value":[{"properties":{"objectType":"AzureBackupDiscreteRecoveryPoint","recoveryPointId":"470eac9e828948388e9a15938b68c039","recoveryPointTime":"2023-02-07T06:02:15.0233973Z","recoveryPointType":"Full","friendlyName":"5af5454c1e1442b5ab449a105188d450","recoveryPointDataStoresDetails":[{"id":"beddea84-7b30-42a5-a752-7c75baf96a52","type":"VaultStore","creationTime":"2023-02-07T06:02:15.0233973Z","expiryTime":null,"metaData":null,"visible":true,"state":"COMMITTED","rehydrationExpiryTime":null,"rehydrationStatus":null}],"retentionTagName":"Weekly","retentionTagVersion":"638113461819773117","policyName":"oss-clitest-policy2","policyVersion":null,"expiryTime":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764/recoveryPoints/470eac9e828948388e9a15938b68c039","name":"470eac9e828948388e9a15938b68c039","type":"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints"}]}' + string: '{"value":[{"properties":{"objectType":"AzureBackupDiscreteRecoveryPoint","recoveryPointId":"453c8754d228430cb7c3d43630d35818","recoveryPointTime":"2023-05-28T16:53:27.9285527Z","recoveryPointType":"Full","friendlyName":"96de05e388554a408fae23d4b4d13c1a","recoveryPointDataStoresDetails":[{"id":"beddea84-7b30-42a5-a752-7c75baf96a52","type":"VaultStore","creationTime":"2023-05-28T16:53:27.9285527Z","expiryTime":null,"metaData":null,"visible":true,"state":"COMMITTED","rehydrationExpiryTime":null,"rehydrationStatus":null}],"retentionTagName":"Weekly","retentionTagVersion":"638208891990679157","policyName":"oss-clitest-policy2","policyVersion":null,"expiryTime":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764/recoveryPoints/453c8754d228430cb7c3d43630d35818","name":"453c8754d228430cb7c3d43630d35818","type":"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints"}]}' headers: cache-control: - no-cache @@ -2531,7 +8840,7 @@ interactions: content-type: - application/json date: - - Tue, 07 Feb 2023 06:03:17 GMT + - Sun, 28 May 2023 16:54:32 GMT expires: - '-1' pragma: @@ -2555,19 +8864,19 @@ interactions: message: OK - request: body: '{"restoreRequestObject": {"objectType": "AzureBackupRecoveryPointBasedRestoreRequest", - "restoreTargetInfo": {"objectType": "RestoreTargetInfo", "recoveryOption": "FailIfExists", - "restoreLocation": "centraluseuap", "datasourceInfo": {"datasourceType": "Microsoft.DBforPostgreSQL/servers/databases", - "objectType": "Datasource", "resourceID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres_restore_07022023_113318", - "resourceLocation": "centraluseuap", "resourceName": "postgres_restore_07022023_113318", + "recoveryPointId": "453c8754d228430cb7c3d43630d35818", "restoreTargetInfo": + {"datasourceAuthCredentials": {"objectType": "SecretStoreBasedAuthCredentials", + "secretStoreResource": {"secretStoreType": "AzureKeyVault", "uri": "https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret", + "value": null}}, "datasourceInfo": {"datasourceType": "Microsoft.DBforPostgreSQL/servers/databases", + "objectType": "Datasource", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres_restore_28052023_222433", + "resourceLocation": "centraluseuap", "resourceName": "postgres_restore_28052023_222433", "resourceType": "Microsoft.DBforPostgreSQL/servers/databases", "resourceUri": ""}, "datasourceSetInfo": {"datasourceType": "Microsoft.DBforPostgreSQL/servers/databases", - "objectType": "DatasourceSet", "resourceID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server", + "objectType": "DatasourceSet", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server", "resourceLocation": "centraluseuap", "resourceName": "oss-clitest-server", "resourceType": - "Microsoft.DBforPostgreSQL/servers", "resourceUri": ""}, "datasourceAuthCredentials": - {"objectType": "SecretStoreBasedAuthCredentials", "secretStoreResource": {"uri": - "https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret", "secretStoreType": - "AzureKeyVault"}}}, "sourceDataStoreType": "VaultStore", "recoveryPointId": - "470eac9e828948388e9a15938b68c039"}}' + "Microsoft.DBforPostgreSQL/servers", "resourceUri": ""}, "objectType": "RestoreTargetInfo", + "recoveryOption": "FailIfExists", "restoreLocation": "centraluseuap"}, "sourceDataStoreType": + "VaultStore"}}' headers: Accept: - application/json @@ -2578,32 +8887,31 @@ interactions: Connection: - keep-alive Content-Length: - - '1447' + - '1462' Content-Type: - application/json ParameterSetName: - -g --vault-name -n --restore-request-object User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764/validateRestore?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764/validateRestore?api-version=2023-01-01 response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U3NzI3MmQ4LTAyOGQtNDc1Ny1iODY5LTg1OGYwNjJmNGE1Yw==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2JiMTExZTdmLWFhNzAtNDBjMy05MzRjLTMwYmEyM2RiM2ZkOA==?api-version=2023-01-01 cache-control: - no-cache content-length: - '0' date: - - Tue, 07 Feb 2023 06:03:19 GMT + - Sun, 28 May 2023 16:54:37 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U3NzI3MmQ4LTAyOGQtNDc1Ny1iODY5LTg1OGYwNjJmNGE1Yw==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2JiMTExZTdmLWFhNzAtNDBjMy05MzRjLTMwYmEyM2RiM2ZkOA==?api-version=2023-01-01 pragma: - no-cache strict-transport-security: @@ -2611,7 +8919,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' x-powered-by: - ASP.NET status: @@ -2631,13 +8939,12 @@ interactions: ParameterSetName: - -g --vault-name -n --restore-request-object User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U3NzI3MmQ4LTAyOGQtNDc1Ny1iODY5LTg1OGYwNjJmNGE1Yw==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2JiMTExZTdmLWFhNzAtNDBjMy05MzRjLTMwYmEyM2RiM2ZkOA==?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U3NzI3MmQ4LTAyOGQtNDc1Ny1iODY5LTg1OGYwNjJmNGE1Yw==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U3NzI3MmQ4LTAyOGQtNDc1Ny1iODY5LTg1OGYwNjJmNGE1Yw==","status":"Inprogress","startTime":"2023-02-07T06:03:19.4127472Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2JiMTExZTdmLWFhNzAtNDBjMy05MzRjLTMwYmEyM2RiM2ZkOA==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2JiMTExZTdmLWFhNzAtNDBjMy05MzRjLTMwYmEyM2RiM2ZkOA==","status":"Inprogress","startTime":"2023-05-28T16:54:37.2433954Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache @@ -2646,7 +8953,7 @@ interactions: content-type: - application/json date: - - Tue, 07 Feb 2023 06:03:29 GMT + - Sun, 28 May 2023 16:54:39 GMT expires: - '-1' pragma: @@ -2662,7 +8969,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '997' + - '999' x-powered-by: - ASP.NET status: @@ -2682,13 +8989,12 @@ interactions: ParameterSetName: - -g --vault-name -n --restore-request-object User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U3NzI3MmQ4LTAyOGQtNDc1Ny1iODY5LTg1OGYwNjJmNGE1Yw==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2JiMTExZTdmLWFhNzAtNDBjMy05MzRjLTMwYmEyM2RiM2ZkOA==?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U3NzI3MmQ4LTAyOGQtNDc1Ny1iODY5LTg1OGYwNjJmNGE1Yw==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U3NzI3MmQ4LTAyOGQtNDc1Ny1iODY5LTg1OGYwNjJmNGE1Yw==","status":"Succeeded","startTime":"2023-02-07T06:03:19.4127472Z","endTime":"2023-02-07T06:03:44Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2JiMTExZTdmLWFhNzAtNDBjMy05MzRjLTMwYmEyM2RiM2ZkOA==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2JiMTExZTdmLWFhNzAtNDBjMy05MzRjLTMwYmEyM2RiM2ZkOA==","status":"Succeeded","startTime":"2023-05-28T16:54:37.2433954Z","endTime":"2023-05-28T16:54:59Z"}' headers: cache-control: - no-cache @@ -2697,60 +9003,7 @@ interactions: content-type: - application/json date: - - Tue, 07 Feb 2023 06:03:59 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '996' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance validate-for-restore - Connection: - - keep-alive - ParameterSetName: - - -g --vault-name -n --restore-request-object - User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U3NzI3MmQ4LTAyOGQtNDc1Ny1iODY5LTg1OGYwNjJmNGE1Yw==?api-version=2022-05-01 - response: - body: - string: '{"objectType":"OperationJobExtendedInfo"}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U3NzI3MmQ4LTAyOGQtNDc1Ny1iODY5LTg1OGYwNjJmNGE1Yw==?api-version=2022-05-01 - cache-control: - - no-cache - content-length: - - '41' - content-type: - - application/json - date: - - Tue, 07 Feb 2023 06:03:59 GMT + - Sun, 28 May 2023 16:55:09 GMT expires: - '-1' pragma: @@ -2766,27 +9019,27 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '198' + - '998' x-powered-by: - ASP.NET status: code: 200 message: OK - request: - body: '{"objectType": "AzureBackupRecoveryPointBasedRestoreRequest", "restoreTargetInfo": - {"objectType": "RestoreTargetInfo", "recoveryOption": "FailIfExists", "restoreLocation": - "centraluseuap", "datasourceInfo": {"datasourceType": "Microsoft.DBforPostgreSQL/servers/databases", - "objectType": "Datasource", "resourceID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres_restore_07022023_113318", - "resourceLocation": "centraluseuap", "resourceName": "postgres_restore_07022023_113318", + body: '{"objectType": "AzureBackupRecoveryPointBasedRestoreRequest", "recoveryPointId": + "453c8754d228430cb7c3d43630d35818", "restoreTargetInfo": {"datasourceAuthCredentials": + {"objectType": "SecretStoreBasedAuthCredentials", "secretStoreResource": {"secretStoreType": + "AzureKeyVault", "uri": "https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret", + "value": null}}, "datasourceInfo": {"datasourceType": "Microsoft.DBforPostgreSQL/servers/databases", + "objectType": "Datasource", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres_restore_28052023_222433", + "resourceLocation": "centraluseuap", "resourceName": "postgres_restore_28052023_222433", "resourceType": "Microsoft.DBforPostgreSQL/servers/databases", "resourceUri": ""}, "datasourceSetInfo": {"datasourceType": "Microsoft.DBforPostgreSQL/servers/databases", - "objectType": "DatasourceSet", "resourceID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server", + "objectType": "DatasourceSet", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server", "resourceLocation": "centraluseuap", "resourceName": "oss-clitest-server", "resourceType": - "Microsoft.DBforPostgreSQL/servers", "resourceUri": ""}, "datasourceAuthCredentials": - {"objectType": "SecretStoreBasedAuthCredentials", "secretStoreResource": {"uri": - "https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret", "secretStoreType": - "AzureKeyVault"}}}, "sourceDataStoreType": "VaultStore", "recoveryPointId": - "470eac9e828948388e9a15938b68c039"}' + "Microsoft.DBforPostgreSQL/servers", "resourceUri": ""}, "objectType": "RestoreTargetInfo", + "recoveryOption": "FailIfExists", "restoreLocation": "centraluseuap"}, "sourceDataStoreType": + "VaultStore"}' headers: Accept: - application/json @@ -2797,32 +9050,31 @@ interactions: Connection: - keep-alive Content-Length: - - '1421' + - '1436' Content-Type: - application/json ParameterSetName: - -g --vault-name -n --restore-request-object User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764/restore?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764/restore?api-version=2023-01-01 response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzYzYmVlYmVhLWIxNDYtNGMxNS04YTZjLTc4NjllYzg2NzI0MA==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzdmMTRiNjM3LTkyNjgtNGVmOC1iNDM3LTA2YzMzODdmZmY3ZA==?api-version=2023-01-01 cache-control: - no-cache content-length: - '0' date: - - Tue, 07 Feb 2023 06:04:01 GMT + - Sun, 28 May 2023 16:55:11 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzYzYmVlYmVhLWIxNDYtNGMxNS04YTZjLTc4NjllYzg2NzI0MA==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzdmMTRiNjM3LTkyNjgtNGVmOC1iNDM3LTA2YzMzODdmZmY3ZA==?api-version=2023-01-01 pragma: - no-cache strict-transport-security: @@ -2830,7 +9082,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' x-powered-by: - ASP.NET status: @@ -2850,22 +9102,21 @@ interactions: ParameterSetName: - -g --vault-name -n --restore-request-object User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzYzYmVlYmVhLWIxNDYtNGMxNS04YTZjLTc4NjllYzg2NzI0MA==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzdmMTRiNjM3LTkyNjgtNGVmOC1iNDM3LTA2YzMzODdmZmY3ZA==?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzYzYmVlYmVhLWIxNDYtNGMxNS04YTZjLTc4NjllYzg2NzI0MA==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzYzYmVlYmVhLWIxNDYtNGMxNS04YTZjLTc4NjllYzg2NzI0MA==","status":"Succeeded","startTime":"2023-02-07T06:04:02.1308896Z","endTime":"2023-02-07T06:04:04Z","properties":{"jobId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.DataProtection/BackupVaults/oss-clitest-vault/backupJobs/db880db1-b19c-4b12-ad45-66bc3d4d5d4a","objectType":"OperationJobExtendedInfo"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzdmMTRiNjM3LTkyNjgtNGVmOC1iNDM3LTA2YzMzODdmZmY3ZA==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzdmMTRiNjM3LTkyNjgtNGVmOC1iNDM3LTA2YzMzODdmZmY3ZA==","status":"Inprogress","startTime":"2023-05-28T16:55:12.658609Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache content-length: - - '741' + - '480' content-type: - application/json date: - - Tue, 07 Feb 2023 06:04:32 GMT + - Sun, 28 May 2023 16:55:12 GMT expires: - '-1' pragma: @@ -2881,7 +9132,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '994' + - '999' x-powered-by: - ASP.NET status: @@ -2901,83 +9152,27 @@ interactions: ParameterSetName: - -g --vault-name -n --restore-request-object User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzYzYmVlYmVhLWIxNDYtNGMxNS04YTZjLTc4NjllYzg2NzI0MA==?api-version=2022-05-01 - response: - body: - string: '{"jobId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.DataProtection/BackupVaults/oss-clitest-vault/backupJobs/db880db1-b19c-4b12-ad45-66bc3d4d5d4a","objectType":"OperationJobExtendedInfo"}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzYzYmVlYmVhLWIxNDYtNGMxNS04YTZjLTc4NjllYzg2NzI0MA==?api-version=2022-05-01 - cache-control: - - no-cache - content-length: - - '247' - content-type: - - application/json - date: - - Tue, 07 Feb 2023 06:04:32 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '197' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection job show - Connection: - - keep-alive - ParameterSetName: - - --ids - User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/db880db1-b19c-4b12-ad45-66bc3d4d5d4a?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzdmMTRiNjM3LTkyNjgtNGVmOC1iNDM3LTA2YzMzODdmZmY3ZA==?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"37828dc6-a6ad-11ed-bea2-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server\\postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-07T06%3A04%3A02.8171496Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-07T06:04:02.5277212Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"470eac9e828948388e9a15938b68c039","recoveryPointTime":"2023-02-07T06:02:15.0233973Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres_restore_07022023_113318","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/db880db1-b19c-4b12-ad45-66bc3d4d5d4a","name":"db880db1-b19c-4b12-ad45-66bc3d4d5d4a","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzdmMTRiNjM3LTkyNjgtNGVmOC1iNDM3LTA2YzMzODdmZmY3ZA==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzdmMTRiNjM3LTkyNjgtNGVmOC1iNDM3LTA2YzMzODdmZmY3ZA==","status":"Succeeded","startTime":"2023-05-28T16:55:12.658609Z","endTime":"2023-05-28T16:55:14Z","properties":{"jobId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.DataProtection/BackupVaults/oss-clitest-vault/backupJobs/a8b4d450-e573-49c1-9fa5-7d6b2c3f6e03","objectType":"OperationJobExtendedInfo"}}' headers: cache-control: - no-cache content-length: - - '2496' + - '740' content-type: - application/json date: - - Tue, 07 Feb 2023 06:04:44 GMT + - Sun, 28 May 2023 16:55:43 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 - - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2987,7 +9182,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '196' + - '998' x-powered-by: - ASP.NET status: @@ -3007,23 +9202,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/db880db1-b19c-4b12-ad45-66bc3d4d5d4a?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a8b4d450-e573-49c1-9fa5-7d6b2c3f6e03?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"37828dc6-a6ad-11ed-bea2-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server\\postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-07T06%3A04%3A02.8171496Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-07T06:04:02.5277212Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"470eac9e828948388e9a15938b68c039","recoveryPointTime":"2023-02-07T06:02:15.0233973Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres_restore_07022023_113318","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/db880db1-b19c-4b12-ad45-66bc3d4d5d4a","name":"db880db1-b19c-4b12-ad45-66bc3d4d5d4a","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"67ee3a41-fd78-11ed-a007-002b670b472e","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server/postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"sourceDataStoreType":"VaultStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-05-28T16%3A55%3A13.742563Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-05-28T16:55:13.3430353Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"453c8754d228430cb7c3d43630d35818","recoveryPointTime":"2023-05-28T16:53:27.9285527Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres_restore_28052023_222433","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a8b4d450-e573-49c1-9fa5-7d6b2c3f6e03","name":"a8b4d450-e573-49c1-9fa5-7d6b2c3f6e03","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2496' + - '2529' content-type: - application/json date: - - Tue, 07 Feb 2023 06:04:55 GMT + - Sun, 28 May 2023 16:55:57 GMT expires: - '-1' pragma: @@ -3040,7 +9234,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '198' + - '199' x-powered-by: - ASP.NET status: @@ -3060,23 +9254,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/db880db1-b19c-4b12-ad45-66bc3d4d5d4a?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a8b4d450-e573-49c1-9fa5-7d6b2c3f6e03?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"37828dc6-a6ad-11ed-bea2-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server\\postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-07T06%3A04%3A02.8171496Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-07T06:04:02.5277212Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"470eac9e828948388e9a15938b68c039","recoveryPointTime":"2023-02-07T06:02:15.0233973Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres_restore_07022023_113318","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/db880db1-b19c-4b12-ad45-66bc3d4d5d4a","name":"db880db1-b19c-4b12-ad45-66bc3d4d5d4a","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"67ee3a41-fd78-11ed-a007-002b670b472e","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server/postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"sourceDataStoreType":"VaultStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-05-28T16%3A55%3A13.742563Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-05-28T16:55:13.3430353Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"453c8754d228430cb7c3d43630d35818","recoveryPointTime":"2023-05-28T16:53:27.9285527Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres_restore_28052023_222433","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a8b4d450-e573-49c1-9fa5-7d6b2c3f6e03","name":"a8b4d450-e573-49c1-9fa5-7d6b2c3f6e03","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2496' + - '2529' content-type: - application/json date: - - Tue, 07 Feb 2023 06:05:06 GMT + - Sun, 28 May 2023 16:56:11 GMT expires: - '-1' pragma: @@ -3093,7 +9286,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '195' + - '199' x-powered-by: - ASP.NET status: @@ -3113,23 +9306,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/db880db1-b19c-4b12-ad45-66bc3d4d5d4a?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a8b4d450-e573-49c1-9fa5-7d6b2c3f6e03?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"37828dc6-a6ad-11ed-bea2-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server\\postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-07T06%3A04%3A02.8171496Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-07T06:04:02.5277212Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"470eac9e828948388e9a15938b68c039","recoveryPointTime":"2023-02-07T06:02:15.0233973Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres_restore_07022023_113318","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/db880db1-b19c-4b12-ad45-66bc3d4d5d4a","name":"db880db1-b19c-4b12-ad45-66bc3d4d5d4a","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"67ee3a41-fd78-11ed-a007-002b670b472e","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server/postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"sourceDataStoreType":"VaultStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-05-28T16%3A55%3A13.742563Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-05-28T16:55:13.3430353Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"453c8754d228430cb7c3d43630d35818","recoveryPointTime":"2023-05-28T16:53:27.9285527Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres_restore_28052023_222433","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a8b4d450-e573-49c1-9fa5-7d6b2c3f6e03","name":"a8b4d450-e573-49c1-9fa5-7d6b2c3f6e03","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2496' + - '2529' content-type: - application/json date: - - Tue, 07 Feb 2023 06:05:18 GMT + - Sun, 28 May 2023 16:56:24 GMT expires: - '-1' pragma: @@ -3146,7 +9338,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '194' + - '199' x-powered-by: - ASP.NET status: @@ -3166,23 +9358,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/db880db1-b19c-4b12-ad45-66bc3d4d5d4a?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a8b4d450-e573-49c1-9fa5-7d6b2c3f6e03?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"37828dc6-a6ad-11ed-bea2-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server\\postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-07T06%3A04%3A02.8171496Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-07T06:04:02.5277212Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"470eac9e828948388e9a15938b68c039","recoveryPointTime":"2023-02-07T06:02:15.0233973Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres_restore_07022023_113318","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/db880db1-b19c-4b12-ad45-66bc3d4d5d4a","name":"db880db1-b19c-4b12-ad45-66bc3d4d5d4a","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"67ee3a41-fd78-11ed-a007-002b670b472e","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server/postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"sourceDataStoreType":"VaultStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-05-28T16%3A55%3A13.742563Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-05-28T16:55:13.3430353Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"453c8754d228430cb7c3d43630d35818","recoveryPointTime":"2023-05-28T16:53:27.9285527Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres_restore_28052023_222433","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a8b4d450-e573-49c1-9fa5-7d6b2c3f6e03","name":"a8b4d450-e573-49c1-9fa5-7d6b2c3f6e03","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2496' + - '2529' content-type: - application/json date: - - Tue, 07 Feb 2023 06:05:28 GMT + - Sun, 28 May 2023 16:56:37 GMT expires: - '-1' pragma: @@ -3199,7 +9390,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '197' + - '199' x-powered-by: - ASP.NET status: @@ -3219,23 +9410,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/db880db1-b19c-4b12-ad45-66bc3d4d5d4a?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a8b4d450-e573-49c1-9fa5-7d6b2c3f6e03?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"37828dc6-a6ad-11ed-bea2-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server\\postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-07T06%3A04%3A02.8171496Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-07T06:04:02.5277212Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"470eac9e828948388e9a15938b68c039","recoveryPointTime":"2023-02-07T06:02:15.0233973Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres_restore_07022023_113318","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/db880db1-b19c-4b12-ad45-66bc3d4d5d4a","name":"db880db1-b19c-4b12-ad45-66bc3d4d5d4a","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"67ee3a41-fd78-11ed-a007-002b670b472e","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server/postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"sourceDataStoreType":"VaultStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-05-28T16%3A55%3A13.742563Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-05-28T16:55:13.3430353Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"453c8754d228430cb7c3d43630d35818","recoveryPointTime":"2023-05-28T16:53:27.9285527Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres_restore_28052023_222433","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a8b4d450-e573-49c1-9fa5-7d6b2c3f6e03","name":"a8b4d450-e573-49c1-9fa5-7d6b2c3f6e03","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2496' + - '2529' content-type: - application/json date: - - Tue, 07 Feb 2023 06:05:40 GMT + - Sun, 28 May 2023 16:56:53 GMT expires: - '-1' pragma: @@ -3272,23 +9462,22 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/db880db1-b19c-4b12-ad45-66bc3d4d5d4a?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a8b4d450-e573-49c1-9fa5-7d6b2c3f6e03?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"37828dc6-a6ad-11ed-bea2-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server\\postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-07T06%3A05%3A49.8100777Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-07T06:04:02.5277212Z","endTime":"2023-02-07T06:05:49.5046299Z","dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Restore","operation":"Restore","status":"Completed","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT1M46.9769087S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"470eac9e828948388e9a15938b68c039","recoveryPointTime":"2023-02-07T06:02:15.0233973Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres_restore_07022023_113318","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"Completed","taskProgress":null,"additionalDetails":{"DataTransferredInBytes":"0","TaskId":"37828dc6-a6ad-11ed-bea2-60a5e2435518","DatasourceType":"Microsoft.DBforPostgreSQL/servers/databases"}}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/db880db1-b19c-4b12-ad45-66bc3d4d5d4a","name":"db880db1-b19c-4b12-ad45-66bc3d4d5d4a","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"67ee3a41-fd78-11ed-a007-002b670b472e","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server/postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"sourceDataStoreType":"VaultStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-05-28T16%3A56%3A59.0501275Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-05-28T16:55:13.3430353Z","endTime":"2023-05-28T16:56:58.7711395Z","dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Restore","operation":"Restore","status":"Completed","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT1M45.4281042S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"453c8754d228430cb7c3d43630d35818","recoveryPointTime":"2023-05-28T16:53:27.9285527Z"},"recoveryDestination":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres_restore_28052023_222433","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"Completed","taskProgress":null,"additionalDetails":{"DataTransferredInBytes":"0","TaskId":"67ee3a41-fd78-11ed-a007-002b670b472e","DatasourceType":"Microsoft.DBforPostgreSQL/servers/databases"}}],"additionalDetails":null}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a8b4d450-e573-49c1-9fa5-7d6b2c3f6e03","name":"a8b4d450-e573-49c1-9fa5-7d6b2c3f6e03","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2668' + - '2702' content-type: - application/json date: - - Tue, 07 Feb 2023 06:05:51 GMT + - Sun, 28 May 2023 16:57:04 GMT expires: - '-1' pragma: @@ -3305,7 +9494,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '193' + - '199' x-powered-by: - ASP.NET status: @@ -3313,11 +9502,11 @@ interactions: message: OK - request: body: '{"restoreRequestObject": {"objectType": "AzureBackupRecoveryPointBasedRestoreRequest", - "restoreTargetInfo": {"objectType": "RestoreFilesTargetInfo", "recoveryOption": - "FailIfExists", "restoreLocation": "centraluseuap", "targetDetails": {"filePrefix": - "postgres_restore_07022023_113552", "restoreTargetLocationType": "AzureBlobs", - "url": "https://ossclitestsa.blob.core.windows.net/oss-clitest-blob-container"}}, - "sourceDataStoreType": "VaultStore", "recoveryPointId": "470eac9e828948388e9a15938b68c039"}}' + "recoveryPointId": "453c8754d228430cb7c3d43630d35818", "restoreTargetInfo": + {"objectType": "RestoreFilesTargetInfo", "recoveryOption": "FailIfExists", "restoreLocation": + "centraluseuap", "targetDetails": {"filePrefix": "postgres_restore_28052023_222705", + "restoreTargetLocationType": "AzureBlobs", "url": "https://ossclitestsa.blob.core.windows.net/oss-clitest-blob-container"}}, + "sourceDataStoreType": "VaultStore"}}' headers: Accept: - application/json @@ -3334,26 +9523,25 @@ interactions: ParameterSetName: - -g --vault-name -n --restore-request-object User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764/validateRestore?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764/validateRestore?api-version=2023-01-01 response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U0NTkyODM3LWM5ZjYtNDIzNy04YTE2LTQ0Y2U1ZjgzNmJjNQ==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzQxZmZkZDUyLTIzY2QtNDdkNS1hNWE5LTAxMDE0ODU5MzM2NQ==?api-version=2023-01-01 cache-control: - no-cache content-length: - '0' date: - - Tue, 07 Feb 2023 06:05:53 GMT + - Sun, 28 May 2023 16:57:08 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U0NTkyODM3LWM5ZjYtNDIzNy04YTE2LTQ0Y2U1ZjgzNmJjNQ==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzQxZmZkZDUyLTIzY2QtNDdkNS1hNWE5LTAxMDE0ODU5MzM2NQ==?api-version=2023-01-01 pragma: - no-cache strict-transport-security: @@ -3361,7 +9549,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' x-powered-by: - ASP.NET status: @@ -3381,13 +9569,12 @@ interactions: ParameterSetName: - -g --vault-name -n --restore-request-object User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U0NTkyODM3LWM5ZjYtNDIzNy04YTE2LTQ0Y2U1ZjgzNmJjNQ==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzQxZmZkZDUyLTIzY2QtNDdkNS1hNWE5LTAxMDE0ODU5MzM2NQ==?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U0NTkyODM3LWM5ZjYtNDIzNy04YTE2LTQ0Y2U1ZjgzNmJjNQ==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U0NTkyODM3LWM5ZjYtNDIzNy04YTE2LTQ0Y2U1ZjgzNmJjNQ==","status":"Inprogress","startTime":"2023-02-07T06:05:53.8999173Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzQxZmZkZDUyLTIzY2QtNDdkNS1hNWE5LTAxMDE0ODU5MzM2NQ==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzQxZmZkZDUyLTIzY2QtNDdkNS1hNWE5LTAxMDE0ODU5MzM2NQ==","status":"Inprogress","startTime":"2023-05-28T16:57:08.6287195Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache @@ -3396,7 +9583,7 @@ interactions: content-type: - application/json date: - - Tue, 07 Feb 2023 06:06:04 GMT + - Sun, 28 May 2023 16:57:09 GMT expires: - '-1' pragma: @@ -3412,7 +9599,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '995' + - '997' x-powered-by: - ASP.NET status: @@ -3432,13 +9619,12 @@ interactions: ParameterSetName: - -g --vault-name -n --restore-request-object User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U0NTkyODM3LWM5ZjYtNDIzNy04YTE2LTQ0Y2U1ZjgzNmJjNQ==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzQxZmZkZDUyLTIzY2QtNDdkNS1hNWE5LTAxMDE0ODU5MzM2NQ==?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U0NTkyODM3LWM5ZjYtNDIzNy04YTE2LTQ0Y2U1ZjgzNmJjNQ==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U0NTkyODM3LWM5ZjYtNDIzNy04YTE2LTQ0Y2U1ZjgzNmJjNQ==","status":"Succeeded","startTime":"2023-02-07T06:05:53.8999173Z","endTime":"2023-02-07T06:06:15Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzQxZmZkZDUyLTIzY2QtNDdkNS1hNWE5LTAxMDE0ODU5MzM2NQ==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzQxZmZkZDUyLTIzY2QtNDdkNS1hNWE5LTAxMDE0ODU5MzM2NQ==","status":"Succeeded","startTime":"2023-05-28T16:57:08.6287195Z","endTime":"2023-05-28T16:57:30Z"}' headers: cache-control: - no-cache @@ -3447,60 +9633,7 @@ interactions: content-type: - application/json date: - - Tue, 07 Feb 2023 06:06:35 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '994' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - dataprotection backup-instance validate-for-restore - Connection: - - keep-alive - ParameterSetName: - - -g --vault-name -n --restore-request-object - User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U0NTkyODM3LWM5ZjYtNDIzNy04YTE2LTQ0Y2U1ZjgzNmJjNQ==?api-version=2022-05-01 - response: - body: - string: '{"objectType":"OperationJobExtendedInfo"}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2U0NTkyODM3LWM5ZjYtNDIzNy04YTE2LTQ0Y2U1ZjgzNmJjNQ==?api-version=2022-05-01 - cache-control: - - no-cache - content-length: - - '41' - content-type: - - application/json - date: - - Tue, 07 Feb 2023 06:06:35 GMT + - Sun, 28 May 2023 16:57:39 GMT expires: - '-1' pragma: @@ -3516,18 +9649,19 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '197' + - '996' x-powered-by: - ASP.NET status: code: 200 message: OK - request: - body: '{"objectType": "AzureBackupRecoveryPointBasedRestoreRequest", "restoreTargetInfo": - {"objectType": "RestoreFilesTargetInfo", "recoveryOption": "FailIfExists", "restoreLocation": - "centraluseuap", "targetDetails": {"filePrefix": "postgres_restore_07022023_113552", - "restoreTargetLocationType": "AzureBlobs", "url": "https://ossclitestsa.blob.core.windows.net/oss-clitest-blob-container"}}, - "sourceDataStoreType": "VaultStore", "recoveryPointId": "470eac9e828948388e9a15938b68c039"}' + body: '{"objectType": "AzureBackupRecoveryPointBasedRestoreRequest", "recoveryPointId": + "453c8754d228430cb7c3d43630d35818", "restoreTargetInfo": {"objectType": "RestoreFilesTargetInfo", + "recoveryOption": "FailIfExists", "restoreLocation": "centraluseuap", "targetDetails": + {"filePrefix": "postgres_restore_28052023_222705", "restoreTargetLocationType": + "AzureBlobs", "url": "https://ossclitestsa.blob.core.windows.net/oss-clitest-blob-container"}}, + "sourceDataStoreType": "VaultStore"}' headers: Accept: - application/json @@ -3544,26 +9678,25 @@ interactions: ParameterSetName: - -g --vault-name -n --restore-request-object User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764/restore?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764/restore?api-version=2023-01-01 response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzBiMDM2ZTAwLTc4YWUtNDZlYS1hZTMwLTk2OWY1MTU4MmU0Yg==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2UzOTYyMzc2LWQyY2MtNDJiZC05YzRiLTJmMGI1ZmVkMzlmMw==?api-version=2023-01-01 cache-control: - no-cache content-length: - '0' date: - - Tue, 07 Feb 2023 06:06:36 GMT + - Sun, 28 May 2023 16:57:44 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzBiMDM2ZTAwLTc4YWUtNDZlYS1hZTMwLTk2OWY1MTU4MmU0Yg==?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2UzOTYyMzc2LWQyY2MtNDJiZC05YzRiLTJmMGI1ZmVkMzlmMw==?api-version=2023-01-01 pragma: - no-cache strict-transport-security: @@ -3571,7 +9704,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' x-powered-by: - ASP.NET status: @@ -3591,22 +9724,21 @@ interactions: ParameterSetName: - -g --vault-name -n --restore-request-object User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzBiMDM2ZTAwLTc4YWUtNDZlYS1hZTMwLTk2OWY1MTU4MmU0Yg==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2UzOTYyMzc2LWQyY2MtNDJiZC05YzRiLTJmMGI1ZmVkMzlmMw==?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzBiMDM2ZTAwLTc4YWUtNDZlYS1hZTMwLTk2OWY1MTU4MmU0Yg==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzBiMDM2ZTAwLTc4YWUtNDZlYS1hZTMwLTk2OWY1MTU4MmU0Yg==","status":"Succeeded","startTime":"2023-02-07T06:06:37.0925158Z","endTime":"2023-02-07T06:06:38Z","properties":{"jobId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.DataProtection/BackupVaults/oss-clitest-vault/backupJobs/a807fba5-285a-4371-a2b0-f63b156abcb8","objectType":"OperationJobExtendedInfo"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2UzOTYyMzc2LWQyY2MtNDJiZC05YzRiLTJmMGI1ZmVkMzlmMw==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2UzOTYyMzc2LWQyY2MtNDJiZC05YzRiLTJmMGI1ZmVkMzlmMw==","status":"Inprogress","startTime":"2023-05-28T16:57:44.2381727Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache content-length: - - '741' + - '481' content-type: - application/json date: - - Tue, 07 Feb 2023 06:07:10 GMT + - Sun, 28 May 2023 16:57:44 GMT expires: - '-1' pragma: @@ -3622,7 +9754,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '993' + - '999' x-powered-by: - ASP.NET status: @@ -3642,24 +9774,21 @@ interactions: ParameterSetName: - -g --vault-name -n --restore-request-object User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzBiMDM2ZTAwLTc4YWUtNDZlYS1hZTMwLTk2OWY1MTU4MmU0Yg==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2UzOTYyMzc2LWQyY2MtNDJiZC05YzRiLTJmMGI1ZmVkMzlmMw==?api-version=2023-01-01 response: body: - string: '{"jobId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.DataProtection/BackupVaults/oss-clitest-vault/backupJobs/a807fba5-285a-4371-a2b0-f63b156abcb8","objectType":"OperationJobExtendedInfo"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2UzOTYyMzc2LWQyY2MtNDJiZC05YzRiLTJmMGI1ZmVkMzlmMw==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2UzOTYyMzc2LWQyY2MtNDJiZC05YzRiLTJmMGI1ZmVkMzlmMw==","status":"Succeeded","startTime":"2023-05-28T16:57:44.2381727Z","endTime":"2023-05-28T16:57:45Z","properties":{"jobId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/oss-clitest-rg/providers/Microsoft.DataProtection/BackupVaults/oss-clitest-vault/backupJobs/a58b6c88-b07b-468c-92ad-75e9fedd1fe4","objectType":"OperationJobExtendedInfo"}}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzBiMDM2ZTAwLTc4YWUtNDZlYS1hZTMwLTk2OWY1MTU4MmU0Yg==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '247' + - '741' content-type: - application/json date: - - Tue, 07 Feb 2023 06:07:11 GMT + - Sun, 28 May 2023 16:58:14 GMT expires: - '-1' pragma: @@ -3675,7 +9804,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '196' + - '998' x-powered-by: - ASP.NET status: @@ -3695,24 +9824,23 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a807fba5-285a-4371-a2b0-f63b156abcb8?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a58b6c88-b07b-468c-92ad-75e9fedd1fe4?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"93f25846-a6ad-11ed-ae11-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server\\postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-07T06%3A06%3A37.7577318Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-07T06:06:37.3987371Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"470eac9e828948388e9a15938b68c039","recoveryPointTime":"2023-02-07T06:02:15.0233973Z"},"recoveryDestination":"https://ossclitestsa.blob.core.windows.net/oss-clitest-blob-container","subTasks":[{"taskId":1,"taskName":"Trigger + string: '{"properties":{"activityID":"c19f2bb9-fd78-11ed-ae77-002b670b472e","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server/postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"sourceDataStoreType":"VaultStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-05-28T16%3A57%3A44.8403983Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-05-28T16:57:44.5267962Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"453c8754d228430cb7c3d43630d35818","recoveryPointTime":"2023-05-28T16:53:27.9285527Z"},"recoveryDestination":"https://ossclitestsa.blob.core.windows.net/oss-clitest-blob-container","subTasks":[{"taskId":1,"taskName":"Trigger Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"Restore - File Prefix":"postgres_restore_07022023_113552"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a807fba5-285a-4371-a2b0-f63b156abcb8","name":"a807fba5-285a-4371-a2b0-f63b156abcb8","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + File Prefix":"postgres_restore_28052023_222705"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a58b6c88-b07b-468c-92ad-75e9fedd1fe4","name":"a58b6c88-b07b-468c-92ad-75e9fedd1fe4","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2432' + - '2466' content-type: - application/json date: - - Tue, 07 Feb 2023 06:07:22 GMT + - Sun, 28 May 2023 16:58:29 GMT expires: - '-1' pragma: @@ -3729,7 +9857,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '197' + - '199' x-powered-by: - ASP.NET status: @@ -3749,24 +9877,23 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a807fba5-285a-4371-a2b0-f63b156abcb8?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a58b6c88-b07b-468c-92ad-75e9fedd1fe4?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"93f25846-a6ad-11ed-ae11-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server\\postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-07T06%3A06%3A37.7577318Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-07T06:06:37.3987371Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"470eac9e828948388e9a15938b68c039","recoveryPointTime":"2023-02-07T06:02:15.0233973Z"},"recoveryDestination":"https://ossclitestsa.blob.core.windows.net/oss-clitest-blob-container","subTasks":[{"taskId":1,"taskName":"Trigger + string: '{"properties":{"activityID":"c19f2bb9-fd78-11ed-ae77-002b670b472e","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server/postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"sourceDataStoreType":"VaultStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-05-28T16%3A57%3A44.8403983Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-05-28T16:57:44.5267962Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"453c8754d228430cb7c3d43630d35818","recoveryPointTime":"2023-05-28T16:53:27.9285527Z"},"recoveryDestination":"https://ossclitestsa.blob.core.windows.net/oss-clitest-blob-container","subTasks":[{"taskId":1,"taskName":"Trigger Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"Restore - File Prefix":"postgres_restore_07022023_113552"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a807fba5-285a-4371-a2b0-f63b156abcb8","name":"a807fba5-285a-4371-a2b0-f63b156abcb8","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + File Prefix":"postgres_restore_28052023_222705"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a58b6c88-b07b-468c-92ad-75e9fedd1fe4","name":"a58b6c88-b07b-468c-92ad-75e9fedd1fe4","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2432' + - '2466' content-type: - application/json date: - - Tue, 07 Feb 2023 06:07:34 GMT + - Sun, 28 May 2023 16:58:44 GMT expires: - '-1' pragma: @@ -3783,7 +9910,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '196' + - '199' x-powered-by: - ASP.NET status: @@ -3803,24 +9930,23 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a807fba5-285a-4371-a2b0-f63b156abcb8?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a58b6c88-b07b-468c-92ad-75e9fedd1fe4?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"93f25846-a6ad-11ed-ae11-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server\\postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-07T06%3A06%3A37.7577318Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-07T06:06:37.3987371Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"470eac9e828948388e9a15938b68c039","recoveryPointTime":"2023-02-07T06:02:15.0233973Z"},"recoveryDestination":"https://ossclitestsa.blob.core.windows.net/oss-clitest-blob-container","subTasks":[{"taskId":1,"taskName":"Trigger + string: '{"properties":{"activityID":"c19f2bb9-fd78-11ed-ae77-002b670b472e","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server/postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"sourceDataStoreType":"VaultStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-05-28T16%3A57%3A44.8403983Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-05-28T16:57:44.5267962Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"453c8754d228430cb7c3d43630d35818","recoveryPointTime":"2023-05-28T16:53:27.9285527Z"},"recoveryDestination":"https://ossclitestsa.blob.core.windows.net/oss-clitest-blob-container","subTasks":[{"taskId":1,"taskName":"Trigger Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"Restore - File Prefix":"postgres_restore_07022023_113552"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a807fba5-285a-4371-a2b0-f63b156abcb8","name":"a807fba5-285a-4371-a2b0-f63b156abcb8","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + File Prefix":"postgres_restore_28052023_222705"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a58b6c88-b07b-468c-92ad-75e9fedd1fe4","name":"a58b6c88-b07b-468c-92ad-75e9fedd1fe4","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2432' + - '2466' content-type: - application/json date: - - Tue, 07 Feb 2023 06:07:44 GMT + - Sun, 28 May 2023 16:58:57 GMT expires: - '-1' pragma: @@ -3837,7 +9963,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '196' + - '198' x-powered-by: - ASP.NET status: @@ -3857,24 +9983,23 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a807fba5-285a-4371-a2b0-f63b156abcb8?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a58b6c88-b07b-468c-92ad-75e9fedd1fe4?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"93f25846-a6ad-11ed-ae11-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server\\postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-07T06%3A06%3A37.7577318Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-07T06:06:37.3987371Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"470eac9e828948388e9a15938b68c039","recoveryPointTime":"2023-02-07T06:02:15.0233973Z"},"recoveryDestination":"https://ossclitestsa.blob.core.windows.net/oss-clitest-blob-container","subTasks":[{"taskId":1,"taskName":"Trigger + string: '{"properties":{"activityID":"c19f2bb9-fd78-11ed-ae77-002b670b472e","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server/postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"sourceDataStoreType":"VaultStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-05-28T16%3A57%3A44.8403983Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-05-28T16:57:44.5267962Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"453c8754d228430cb7c3d43630d35818","recoveryPointTime":"2023-05-28T16:53:27.9285527Z"},"recoveryDestination":"https://ossclitestsa.blob.core.windows.net/oss-clitest-blob-container","subTasks":[{"taskId":1,"taskName":"Trigger Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"Restore - File Prefix":"postgres_restore_07022023_113552"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a807fba5-285a-4371-a2b0-f63b156abcb8","name":"a807fba5-285a-4371-a2b0-f63b156abcb8","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + File Prefix":"postgres_restore_28052023_222705"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a58b6c88-b07b-468c-92ad-75e9fedd1fe4","name":"a58b6c88-b07b-468c-92ad-75e9fedd1fe4","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2432' + - '2466' content-type: - application/json date: - - Tue, 07 Feb 2023 06:07:56 GMT + - Sun, 28 May 2023 16:59:10 GMT expires: - '-1' pragma: @@ -3891,7 +10016,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '198' + - '199' x-powered-by: - ASP.NET status: @@ -3911,24 +10036,23 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a807fba5-285a-4371-a2b0-f63b156abcb8?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a58b6c88-b07b-468c-92ad-75e9fedd1fe4?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"93f25846-a6ad-11ed-ae11-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server\\postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-07T06%3A06%3A37.7577318Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-07T06:06:37.3987371Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"470eac9e828948388e9a15938b68c039","recoveryPointTime":"2023-02-07T06:02:15.0233973Z"},"recoveryDestination":"https://ossclitestsa.blob.core.windows.net/oss-clitest-blob-container","subTasks":[{"taskId":1,"taskName":"Trigger + string: '{"properties":{"activityID":"c19f2bb9-fd78-11ed-ae77-002b670b472e","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server/postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"sourceDataStoreType":"VaultStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-05-28T16%3A57%3A44.8403983Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-05-28T16:57:44.5267962Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"453c8754d228430cb7c3d43630d35818","recoveryPointTime":"2023-05-28T16:53:27.9285527Z"},"recoveryDestination":"https://ossclitestsa.blob.core.windows.net/oss-clitest-blob-container","subTasks":[{"taskId":1,"taskName":"Trigger Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"Restore - File Prefix":"postgres_restore_07022023_113552"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a807fba5-285a-4371-a2b0-f63b156abcb8","name":"a807fba5-285a-4371-a2b0-f63b156abcb8","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + File Prefix":"postgres_restore_28052023_222705"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a58b6c88-b07b-468c-92ad-75e9fedd1fe4","name":"a58b6c88-b07b-468c-92ad-75e9fedd1fe4","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2432' + - '2466' content-type: - application/json date: - - Tue, 07 Feb 2023 06:08:07 GMT + - Sun, 28 May 2023 16:59:23 GMT expires: - '-1' pragma: @@ -3945,7 +10069,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '197' + - '199' x-powered-by: - ASP.NET status: @@ -3965,24 +10089,23 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a807fba5-285a-4371-a2b0-f63b156abcb8?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a58b6c88-b07b-468c-92ad-75e9fedd1fe4?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"93f25846-a6ad-11ed-ae11-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server\\postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-07T06%3A06%3A37.7577318Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-07T06:06:37.3987371Z","endTime":null,"dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Restore","operation":"Restore","status":"InProgress","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT0S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"470eac9e828948388e9a15938b68c039","recoveryPointTime":"2023-02-07T06:02:15.0233973Z"},"recoveryDestination":"https://ossclitestsa.blob.core.windows.net/oss-clitest-blob-container","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"InProgress","taskProgress":null,"additionalDetails":null}],"additionalDetails":{"Restore - File Prefix":"postgres_restore_07022023_113552"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a807fba5-285a-4371-a2b0-f63b156abcb8","name":"a807fba5-285a-4371-a2b0-f63b156abcb8","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '{"properties":{"activityID":"c19f2bb9-fd78-11ed-ae77-002b670b472e","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server/postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"sourceDataStoreType":"VaultStore","destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-05-28T16%3A59%3A31.1694609Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-05-28T16:57:44.5267962Z","endTime":"2023-05-28T16:59:30.9107794Z","dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Restore","operation":"Restore","status":"Completed","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT1M46.3839832S","progressUrl":null,"isCrossRegionRestore":null,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferredInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"453c8754d228430cb7c3d43630d35818","recoveryPointTime":"2023-05-28T16:53:27.9285527Z"},"recoveryDestination":"https://ossclitestsa.blob.core.windows.net/oss-clitest-blob-container","subTasks":[{"taskId":1,"taskName":"Trigger + Restore","taskStatus":"Completed","taskProgress":null,"additionalDetails":{"DataTransferredInBytes":"0","TaskId":"c19f2bb9-fd78-11ed-ae77-002b670b472e","DatasourceType":"Microsoft.DBforPostgreSQL/servers/databases"}}],"additionalDetails":{"Restore + File Prefix":"postgres_restore_28052023_222705"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a58b6c88-b07b-468c-92ad-75e9fedd1fe4","name":"a58b6c88-b07b-468c-92ad-75e9fedd1fe4","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' headers: cache-control: - no-cache content-length: - - '2432' + - '2638' content-type: - application/json date: - - Tue, 07 Feb 2023 06:08:19 GMT + - Sun, 28 May 2023 16:59:35 GMT expires: - '-1' pragma: @@ -3999,7 +10122,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '196' + - '198' x-powered-by: - ASP.NET status: @@ -4009,105 +10132,100 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - dataprotection job show + - dataprotection backup-instance delete Connection: - keep-alive + Content-Length: + - '0' ParameterSetName: - - --ids + - -g --vault-name -n --yes User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a807fba5-285a-4371-a2b0-f63b156abcb8?api-version=2022-05-01 + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764?api-version=2023-01-01 response: body: - string: '{"properties":{"activityID":"93f25846-a6ad-11ed-ae11-60a5e2435518","subscriptionId":"38304e13-357e-405e-9e9a-220351dcce8c","backupInstanceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764","policyId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy2","dataSourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres","vaultName":"oss-clitest-vault","backupInstanceFriendlyName":"oss-clitest-server\\postgres","policyName":"oss-clitest-policy2","sourceResourceGroup":"oss-clitest-rg","dataSourceSetName":"oss-clitest-server","dataSourceName":"postgres","sourceDataStoreName":null,"destinationDataStoreName":null,"progressEnabled":false,"etag":"W/\"datetime''2023-02-07T06%3A08%3A26.6526042Z''\"","sourceSubscriptionID":"38304e13-357e-405e-9e9a-220351dcce8c","dataSourceLocation":"centraluseuap","startTime":"2023-02-07T06:06:37.3987371Z","endTime":"2023-02-07T06:08:26.3408229Z","dataSourceType":"Microsoft.DBforPostgreSQL/servers/databases","operationCategory":"Restore","operation":"Restore","status":"Completed","restoreType":null,"isUserTriggered":true,"rehydrationPriority":null,"supportedActions":[""],"duration":"PT1M48.9420858S","progressUrl":null,"isCrossRegionRestore":false,"errorDetails":null,"extendedInfo":{"backupInstanceState":null,"dataTransferedInBytes":null,"targetRecoverPoint":null,"sourceRecoverPoint":{"recoveryPointID":"470eac9e828948388e9a15938b68c039","recoveryPointTime":"2023-02-07T06:02:15.0233973Z"},"recoveryDestination":"https://ossclitestsa.blob.core.windows.net/oss-clitest-blob-container","subTasks":[{"taskId":1,"taskName":"Trigger - Restore","taskStatus":"Completed","taskProgress":null,"additionalDetails":{"DataTransferredInBytes":"0","TaskId":"93f25846-a6ad-11ed-ae11-60a5e2435518","DatasourceType":"Microsoft.DBforPostgreSQL/servers/databases"}}],"additionalDetails":{"Restore - File Prefix":"postgres_restore_07022023_113552"}}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupJobs/a807fba5-285a-4371-a2b0-f63b156abcb8","name":"a807fba5-285a-4371-a2b0-f63b156abcb8","type":"Microsoft.DataProtection/backupVaults/backupJobs"}' + string: '' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzU2NmZlNmMyLThlMGQtNGRmMS05NWI2LTkxZGYxNWE3ODcxMA==?api-version=2023-01-01 cache-control: - no-cache content-length: - - '2604' - content-type: - - application/json + - '0' date: - - Tue, 07 Feb 2023 06:08:30 GMT + - Sun, 28 May 2023 16:59:39 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzU2NmZlNmMyLThlMGQtNGRmMS05NWI2LTkxZGYxNWE3ODcxMA==?api-version=2023-01-01 pragma: - no-cache - server: - - Microsoft-IIS/10.0 - - Kestrel strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '195' + - '199' x-powered-by: - ASP.NET status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - dataprotection backup-instance delete Connection: - keep-alive - Content-Length: - - '0' ParameterSetName: - -g --vault-name -n --yes User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupInstances/oss-clitest-server-postgres-faec6818-0720-11ec-bd1b-c8f750f92764?api-version=2022-05-01 + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzU2NmZlNmMyLThlMGQtNGRmMS05NWI2LTkxZGYxNWE3ODcxMA==?api-version=2023-01-01 response: body: - string: '' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzU2NmZlNmMyLThlMGQtNGRmMS05NWI2LTkxZGYxNWE3ODcxMA==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzU2NmZlNmMyLThlMGQtNGRmMS05NWI2LTkxZGYxNWE3ODcxMA==","status":"Inprogress","startTime":"2023-05-28T16:59:38.8859738Z","endTime":"0001-01-01T00:00:00Z"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2M2MTQ4NjFjLTgxZWUtNDQxYy05NmJjLTJiMzEzNTJkZjRkOQ==?api-version=2022-05-01 cache-control: - no-cache content-length: - - '0' + - '481' + content-type: + - application/json date: - - Tue, 07 Feb 2023 06:08:32 GMT + - Sun, 28 May 2023 16:59:39 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataProtection/locations/centraluseuap/operationResults/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2M2MTQ4NjFjLTgxZWUtNDQxYy05NmJjLTJiMzEzNTJkZjRkOQ==?api-version=2022-05-01 pragma: - no-cache + server: + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '199' + - '995' x-powered-by: - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -4122,22 +10240,21 @@ interactions: ParameterSetName: - -g --vault-name -n --yes User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2M2MTQ4NjFjLTgxZWUtNDQxYy05NmJjLTJiMzEzNTJkZjRkOQ==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzU2NmZlNmMyLThlMGQtNGRmMS05NWI2LTkxZGYxNWE3ODcxMA==?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2M2MTQ4NjFjLTgxZWUtNDQxYy05NmJjLTJiMzEzNTJkZjRkOQ==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2M2MTQ4NjFjLTgxZWUtNDQxYy05NmJjLTJiMzEzNTJkZjRkOQ==","status":"Inprogress","startTime":"2023-02-07T06:08:32.921688Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzU2NmZlNmMyLThlMGQtNGRmMS05NWI2LTkxZGYxNWE3ODcxMA==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzU2NmZlNmMyLThlMGQtNGRmMS05NWI2LTkxZGYxNWE3ODcxMA==","status":"Inprogress","startTime":"2023-05-28T16:59:38.8859738Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache content-length: - - '480' + - '481' content-type: - application/json date: - - Tue, 07 Feb 2023 06:09:02 GMT + - Sun, 28 May 2023 17:00:09 GMT expires: - '-1' pragma: @@ -4153,7 +10270,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '992' + - '994' x-powered-by: - ASP.NET status: @@ -4173,22 +10290,21 @@ interactions: ParameterSetName: - -g --vault-name -n --yes User-Agent: - - AZURECLI/2.44.1 (PIP) azsdk-python-mgmt-dataprotection/1.0.0b1 Python/3.10.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.10.11 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2M2MTQ4NjFjLTgxZWUtNDQxYy05NmJjLTJiMzEzNTJkZjRkOQ==?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzU2NmZlNmMyLThlMGQtNGRmMS05NWI2LTkxZGYxNWE3ODcxMA==?api-version=2023-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2M2MTQ4NjFjLTgxZWUtNDQxYy05NmJjLTJiMzEzNTJkZjRkOQ==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3O2M2MTQ4NjFjLTgxZWUtNDQxYy05NmJjLTJiMzEzNTJkZjRkOQ==","status":"Succeeded","startTime":"2023-02-07T06:08:32.921688Z","endTime":"2023-02-07T06:09:20Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/operationStatus/NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzU2NmZlNmMyLThlMGQtNGRmMS05NWI2LTkxZGYxNWE3ODcxMA==","name":"NTc5ZTVjYzItYTNmMC00OTM1LWFhN2QtOWQwNmE5NGVmMzE3OzU2NmZlNmMyLThlMGQtNGRmMS05NWI2LTkxZGYxNWE3ODcxMA==","status":"Succeeded","startTime":"2023-05-28T16:59:38.8859738Z","endTime":"2023-05-28T17:00:29Z"}' headers: cache-control: - no-cache content-length: - - '479' + - '480' content-type: - application/json date: - - Tue, 07 Feb 2023 06:09:33 GMT + - Sun, 28 May 2023 17:00:41 GMT expires: - '-1' pragma: @@ -4204,7 +10320,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '991' + - '993' x-powered-by: - ASP.NET status: diff --git a/src/dataprotection/azext_dataprotection/tests/latest/test_dataprotection_aks_workload.py b/src/dataprotection/azext_dataprotection/tests/latest/test_dataprotection_aks_workload.py new file mode 100644 index 00000000000..3b3cdbb149a --- /dev/null +++ b/src/dataprotection/azext_dataprotection/tests/latest/test_dataprotection_aks_workload.py @@ -0,0 +1,225 @@ +# -------------------------------------------------------------------------- +# 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. +# -------------------------------------------------------------------------- +# pylint: disable=line-too-long +# pylint: disable=unused-import + +import time +from datetime import datetime +from azure.cli.testsdk import ScenarioTest +from azure.cli.testsdk.scenario_tests import AllowLargeResponse + +def setup_vault_and_policy(test): + test.cmd('az dataprotection backup-vault create ' + '--resource-group "{rgname}" ' + '--location eastus2euap ' + '--vault-name "{vaultname}" ' + '--soft-delete-state Off ' + '--immutability-state Disabled ' + '--storage-settings type=LocallyRedundant datastore-type=VaultStore ' + '--type SystemAssigned ' + '--tags Owner=zubairabid Purpose=Testing MABUsed=Yes', + checks=[ + # test.check("id", "{vault_id}") + ]) + + aks_poIicy_json = test.cmd('az dataprotection backup-policy get-default-policy-template --datasource-type AzureKubernetesService', checks=[ + test.check("name", "AKSPolicy1") + ]).get_output_in_json() + aks_poIicy_json["name"] = test.kwargs["policyname"] + test.kwargs.update({ + "policyjson": aks_poIicy_json, + }) + + test.cmd('az dataprotection backup-policy create ' + '-g "{rgname}" ' + '--vault-name "{vaultname}" ' + '-n "{policyname}" ' + '--policy "{policyjson}"', + checks=[ + # test.check("id", "{policy_id}") + ]) + +def configure_backup(test): + backup_instance_guid = "faec6818-0720-11ec-bd1b-c8f750f92764" + + backup_config_json = test.cmd('az dataprotection backup-instance initialize-backupconfig --datasource-type AzureKubernetesService', checks=[ + test.check('include_cluster_scope_resources', True), + test.check('snapshot_volumes', True) + ]).get_output_in_json() + test.kwargs.update({ + "backup_config_json": backup_config_json + }) + + backup_instance_json = test.cmd('az dataprotection backup-instance initialize ' + '--datasource-id "{akscluster1_id}" ' + '--datasource-location eastus2euap ' + '--datasource-type AzureKubernetesService ' + '--policy-id "{policy_id}" ' + '--backup-configuration "{backup_config_json}" ' + '--friendly-name "{friendlyname1}" ' + '--snapshot-resource-group-name "{rgname}"', checks=[]).get_output_in_json() + backup_instance_json["backup_instance_name"] = test.kwargs['akscluster1'] + "-" + test.kwargs['akscluster1'] + "-" + backup_instance_guid + test.kwargs.update({ + "backup_instance_json": backup_instance_json, + "backup_instance_name": backup_instance_json["backup_instance_name"] + }) + + # TODO add failing validation check some time. Not required at the moment. + + # The backup vault creation appeared to be flaky, and the test ran after adding this line. Might need to investigate. + bvout = test.cmd('az dataprotection backup-vault show -g "{rgname}" --vault-name {vaultname}').get_output_in_json() + print(bvout) + + # uncomment when running live, run only in record mode - grant permission + # test.cmd('az dataprotection backup-instance update-msi-permissions ' + # '--datasource-type AzureKubernetesService ' + # '--operation Backup ' + # '--permissions-scope ResourceGroup ' + # '--vault-name "{vaultname}" ' + # '--resource-group "{rgname}" ' + # '--backup-instance "{backup_instance_json}" -y') + # time.sleep(120) + + # Also uncomment when running live, only run in record mode - provide trusted access + # helper_trusted_access(test) + + test.cmd('az dataprotection backup-instance create -g "{rgname}" --vault-name "{vaultname}" --backup-instance "{backup_instance_json}"') + + backup_instance_res = test.cmd('az dataprotection backup-instance list -g "{rgname}" --vault-name "{vaultname}" --query "[0].properties.protectionStatus"').get_output_in_json() + protection_status = backup_instance_res["status"] + while protection_status != "ProtectionConfigured": + time.sleep(10) + backup_instance_res = test.cmd('az dataprotection backup-instance list -g "{rgname}" --vault-name "{vaultname}" --query "[0].properties.protectionStatus"').get_output_in_json() + protection_status = backup_instance_res["status"] + + time.sleep(30) + +def helper_trusted_access(test): + try: + test.cmd('az aks trustedaccess rolebinding create ' + '--resource-group {rgname} ' + '--cluster-name {akscluster1} ' + '-n aksRoleBindingName ' + '-s {vault_id} ' + '--roles Microsoft.DataProtection/backupVaults/backup-operator') + time.sleep(10) + except: + # This is usually failing in the event of the trusted access already existing, so we can skip it unless a new error shows. + pass + +def trigger_backup(test): + response_json = test.cmd('az dataprotection backup-instance adhoc-backup ' + '-n {backup_instance_name} -g {rgname} --vault-name {vaultname} --rule-name "{policyrulename}"').get_output_in_json() + job_status = None + test.kwargs.update({"backup_job_id": response_json["jobId"]}) + while job_status != "Completed": + time.sleep(10) + job_response = test.cmd('az dataprotection job show --ids "{backup_job_id}"').get_output_in_json() + job_status = job_response["properties"]["status"] + if job_status not in ["Completed", "InProgress"]: + raise Exception("Undefined job status received") + +def trigger_restore_original_location(test): + rp_json = test.cmd('az dataprotection recovery-point list ' + '--backup-instance-name "{backup_instance_name}" -g "{rgname}" --vault-name "{vaultname}"').get_output_in_json() + test.kwargs.update({"rp_id": rp_json[0]["name"]}) + + restore_config_json = test.cmd('az dataprotection backup-instance initialize-restoreconfig --datasource-type AzureKubernetesService', checks=[ + test.check("persistent_volume_restore_mode", "RestoreWithVolumeData"), + test.check("conflict_policy", "Skip"), + test.check("include_cluster_scope_resources", True) + ]).get_output_in_json() + test.kwargs.update({"restore_config_json": restore_config_json}) + + restore_json = test.cmd('az dataprotection backup-instance restore initialize-for-item-recovery' + ' --datasource-type AzureKubernetesService ' + '--restore-location eastus2euap ' + '--source-datastore OperationalStore ' + '--recovery-point-id "{rp_id}" ' + '--backup-instance-id "{backup_instance_id}" ' + '--restore-configuration "{restore_config_json}"').get_output_in_json() + test.kwargs.update({"restore_request": restore_json}) + + # uncomment when running live, run only in record mode - grant permission + # test.cmd('az dataprotection backup-instance update-msi-permissions ' + # '--datasource-type AzureKubernetesService ' + # '--operation Restore ' + # '--permissions-scope Resource ' + # '--vault-name "{vaultname}" ' + # '--resource-group "{rgname}" ' + # '--restore-request-object "{restore_request}" ' + # '--snapshot-resource-group-id "{rg_id}" -y') + # time.sleep(120) + + # Also uncomment when running live, only run in record mode - provide trusted access + # helper_trusted_access(test) + + test.cmd('az dataprotection backup-instance validate-for-restore -g "{rgname}" --vault-name "{vaultname}" -n "{backup_instance_name}" --restore-request-object "{restore_request}"') + + response_json = test.cmd('az dataprotection backup-instance restore trigger ' + '-g "{rgname}" ' + '--vault-name "{vaultname}" ' + ' -n "{backup_instance_name}" ' + '--restore-request-object "{restore_request}"').get_output_in_json() + job_status = None + test.kwargs.update({"backup_job_id": response_json["jobId"]}) + while job_status != "Completed": + time.sleep(10) + job_response = test.cmd('az dataprotection job show --ids "{backup_job_id}"').get_output_in_json() + job_status = job_response["properties"]["status"] + if job_status not in ["Completed", "InProgress"]: + raise Exception("Undefined job status received") + +def delete_backup(test): + test.cmd('az dataprotection backup-instance delete -g "{rgname}" --vault-name "{vaultname}" -n "{backup_instance_name}" --yes') + +def cleanup(test): + delete_backup(test) + test.cmd('az dataprotection backup-vault delete -g "{rgname}" --vault-name "{vaultname}" --yes') + + try: + test.cmd('az aks trustedaccess rolebinding delete -g "{rgname}" --cluster-name "{akscluster1}" -n aksRoleBindingName --yes') + except: + # This is usually failing in the event of the trusted access already not existing, so we can skip it unless a new error shows. + pass + +# Test class for Scenario +class DataprotectionScenarioTest(ScenarioTest): + def __init__(self, *args, **kwargs): + super(DataprotectionScenarioTest, self).__init__(*args, **kwargs) + + @AllowLargeResponse() + def test_dataprotection_aks(self): + self.kwargs.update({ + "akscluster1": "clitest-cluster1-donotdelete", + "akscluster2": "clitest-cluster2-donotdelete", + "policyname": "AKSPolicyCLI1", + "vaultname": "clitest-aks-bv", + "rgname": "oss-clitest-rg", + "friendlyname1": "friendly-cliclust1", + "friendlyname2": "friendly-cliclust2", + "policyrulename": "BackupHourly", + "backup_instance_name": "clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764", + "akscluster1_id": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster1-donotdelete", + "akscluster2_id": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/oss-clitest-rg/providers/Microsoft.ContainerService/managedClusters/clitest-cluster2-donotdelete", + "policy_id": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupPolicies/AKSPolicyCLI1", + "vault_id": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv", + "rg_id": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/oss-clitest-rg", + "backup_instance_id": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/clitest-aks-bv/backupInstances/clitest-cluster1-donotdelete-clitest-cluster1-donotdelete-faec6818-0720-11ec-bd1b-c8f750f92764", + }) + try: + setup_vault_and_policy(self) + configure_backup(self) + trigger_backup(self) + trigger_restore_original_location(self) + except Exception as e: + raise e + finally: + cleanup(self) diff --git a/src/dataprotection/azext_dataprotection/tests/latest/test_dataprotection_oss_workload.py b/src/dataprotection/azext_dataprotection/tests/latest/test_dataprotection_oss_workload.py index 6667981cb1e..367c1f3d041 100644 --- a/src/dataprotection/azext_dataprotection/tests/latest/test_dataprotection_oss_workload.py +++ b/src/dataprotection/azext_dataprotection/tests/latest/test_dataprotection_oss_workload.py @@ -15,18 +15,6 @@ from azure.cli.testsdk import ScenarioTest from azure.cli.testsdk.scenario_tests import AllowLargeResponse -def setup(test): - test.kwargs.update({ - "vaultname": "oss-clitest-vault", - "rgname": "oss-clitest-rg", - "ossserver": "oss-clitest-server", - "ossdb": "postgres", - "ossdbid": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres", - "policyid": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy", - "secretstoreuri": "https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret", - "keyvaultid": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/oss-clitest-rg/providers/Microsoft.KeyVault/vaults/oss-clitest-keyvault" - }) - def configure_backup(test): backup_instance_guid = "faec6818-0720-11ec-bd1b-c8f750f92764" backup_instance_json = test.cmd('az dataprotection backup-instance initialize --datasource-type AzureDatabaseForPostgreSQL' @@ -37,7 +25,7 @@ def configure_backup(test): "backup_instance_name": backup_instance_json["backup_instance_name"] }) - # run only in record mode - grant permission + # uncomment when running live, run only in record mode - grant permission # test.cmd('az dataprotection backup-instance update-msi-permissions --datasource-type AzureDatabaseForPostgreSQL --permissions-scope Resource -g "{rgname}" --vault-name "{vaultname}" --operation Backup --backup-instance "{backup_instance_json}" --keyvault-id "{keyvaultid}" --yes') time.sleep(60) @@ -153,24 +141,30 @@ def trigger_restore_as_files(test): def delete_backup(test): test.cmd('az dataprotection backup-instance delete -g "{rgname}" --vault-name "{vaultname}" -n "{backup_instance_name}" --yes') -@AllowLargeResponse() -def call_scenario(test): - setup(test) - try: - configure_backup(test) - update_protection(test) - stop_resume_protection(test) - trigger_backup(test) - trigger_restore(test) - trigger_restore_as_files(test) - delete_backup(test) - except Exception as e: - raise e - # Test class for Scenario class DataprotectionScenarioTest(ScenarioTest): def __init__(self, *args, **kwargs): super(DataprotectionScenarioTest, self).__init__(*args, **kwargs) + @AllowLargeResponse() def test_dataprotection_oss(self): - call_scenario(self) + self.kwargs.update({ + "vaultname": "oss-clitest-vault", + "rgname": "oss-clitest-rg", + "ossserver": "oss-clitest-server", + "ossdb": "postgres", + "ossdbid": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/oss-clitest-rg/providers/Microsoft.DBforPostgreSQL/servers/oss-clitest-server/databases/postgres", + "policyid": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/oss-clitest-rg/providers/Microsoft.DataProtection/backupVaults/oss-clitest-vault/backupPolicies/oss-clitest-policy", + "secretstoreuri": "https://oss-clitest-keyvault.vault.azure.net/secrets/oss-clitest-secret", + "keyvaultid": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/oss-clitest-rg/providers/Microsoft.KeyVault/vaults/oss-clitest-keyvault" + }) + try: + configure_backup(self) + update_protection(self) + stop_resume_protection(self) + trigger_backup(self) + trigger_restore(self) + trigger_restore_as_files(self) + delete_backup(self) + except Exception as e: + raise e diff --git a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/__init__.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/__init__.py similarity index 85% rename from src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/__init__.py rename to src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/__init__.py index ae972ed54f8..c9e1e010e0e 100644 --- a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/__init__.py +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/__init__.py @@ -6,14 +6,15 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -from ._data_box_management_client import DataBoxManagementClient -from ._version import VERSION - -__version__ = VERSION -__all__ = ['DataBoxManagementClient'] +from ._container_service_client import ContainerServiceClient +__all__ = ['ContainerServiceClient'] try: from ._patch import patch_sdk # type: ignore patch_sdk() except ImportError: pass + +from ._version import VERSION + +__version__ = VERSION diff --git a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/_configuration.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/_configuration.py similarity index 73% rename from src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/_configuration.py rename to src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/_configuration.py index ff931804797..4ef02610599 100644 --- a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/_configuration.py +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/_configuration.py @@ -1,63 +1,59 @@ # 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 +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 azure.mgmt.core.policies import ARMChallengeAuthenticationPolicy, 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 DataBoxManagementClientConfiguration(Configuration): - """Configuration for DataBoxManagementClient. +class ContainerServiceClientConfiguration(Configuration): + """Configuration for ContainerServiceClient. 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. + :param credential: Credential needed for the client to connect to Azure. Required. :type credential: ~azure.core.credentials.TokenCredential - :param subscription_id: The Subscription Id. + :param subscription_id: The ID of the target subscription. Required. :type subscription_id: str """ def __init__( self, - credential, # type: "TokenCredential" - subscription_id, # type: str - **kwargs # type: Any + credential: "TokenCredential", + subscription_id: str, + **kwargs: 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(DataBoxManagementClientConfiguration, self).__init__(**kwargs) + super(ContainerServiceClientConfiguration, self).__init__(**kwargs) self.credential = credential self.subscription_id = subscription_id - self.api_version = "2019-09-01" self.credential_scopes = kwargs.pop('credential_scopes', ['https://management.azure.com/.default']) - kwargs.setdefault('sdk_moniker', 'mgmt-databox/{}'.format(VERSION)) + kwargs.setdefault('sdk_moniker', 'azure-mgmt-containerservice/{}'.format(VERSION)) self._configure(**kwargs) def _configure( self, - **kwargs # type: Any + **kwargs: 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) @@ -68,4 +64,4 @@ def _configure( 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) + self.authentication_policy = ARMChallengeAuthenticationPolicy(self.credential, *self.credential_scopes, **kwargs) diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/_container_service_client.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/_container_service_client.py new file mode 100644 index 00000000000..675d2841479 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/_container_service_client.py @@ -0,0 +1,1560 @@ +# 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 ARMPipelineClient +from azure.profiles import KnownProfiles, ProfileDefinition +from azure.profiles.multiapiclient import MultiApiClientMixin + +from ._configuration import ContainerServiceClientConfiguration +from ._serialization import Deserializer, Serializer + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from azure.core.credentials import TokenCredential + +class _SDKClient(object): + def __init__(self, *args, **kwargs): + """This is a fake class to support current implemetation of MultiApiClientMixin." + Will be removed in final version of multiapi azure-core based client + """ + pass + +class ContainerServiceClient(MultiApiClientMixin, _SDKClient): + """The Container Service Client. + + This ready contains multiple API versions, to help you deal with all of the Azure clouds + (Azure Stack, Azure Government, Azure China, etc.). + By default, it uses the latest API version available on public Azure. + For production, you should stick to a particular api-version and/or profile. + The profile sets a mapping between an operation group and its API version. + The api-version parameter sets the default API version if the operation + group is not described in the profile. + + :param credential: Credential needed for the client to connect to Azure. Required. + :type credential: ~azure.core.credentials.TokenCredential + :param subscription_id: The ID of the target subscription. Required. + :type subscription_id: str + :param api_version: API version to use if no profile is provided, or if missing in profile. + :type api_version: str + :param base_url: Service URL + :type base_url: str + :param profile: A profile definition, from KnownProfiles to dict. + :type profile: azure.profiles.KnownProfiles + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + """ + + DEFAULT_API_VERSION = '2023-02-02-preview' + _PROFILE_TAG = "azure.mgmt.containerservice.ContainerServiceClient" + LATEST_PROFILE = ProfileDefinition({ + _PROFILE_TAG: { + None: DEFAULT_API_VERSION, + 'container_services': '2017-07-01', + 'fleet_members': '2022-09-02-preview', + 'fleets': '2022-09-02-preview', + 'open_shift_managed_clusters': '2019-04-30', + }}, + _PROFILE_TAG + " latest" + ) + + def __init__( + self, + credential: "TokenCredential", + subscription_id: str, + api_version: Optional[str]=None, + base_url: str = "https://management.azure.com", + profile: KnownProfiles=KnownProfiles.default, + **kwargs: Any + ): + self._config = ContainerServiceClientConfiguration(credential, subscription_id, **kwargs) + self._client = ARMPipelineClient(base_url=base_url, config=self._config, **kwargs) + super(ContainerServiceClient, self).__init__( + api_version=api_version, + profile=profile + ) + + @classmethod + def _models_dict(cls, api_version): + return {k: v for k, v in cls.models(api_version).__dict__.items() if isinstance(v, type)} + + @classmethod + def models(cls, api_version=DEFAULT_API_VERSION): + """Module depends on the API version: + + * 2017-07-01: :mod:`v2017_07_01.models` + * 2018-03-31: :mod:`v2018_03_31.models` + * 2018-08-01-preview: :mod:`v2018_08_01_preview.models` + * 2018-09-30-preview: :mod:`v2018_09_30_preview.models` + * 2019-02-01: :mod:`v2019_02_01.models` + * 2019-04-01: :mod:`v2019_04_01.models` + * 2019-04-30: :mod:`v2019_04_30.models` + * 2019-06-01: :mod:`v2019_06_01.models` + * 2019-08-01: :mod:`v2019_08_01.models` + * 2019-09-30-preview: :mod:`v2019_09_30_preview.models` + * 2019-10-01: :mod:`v2019_10_01.models` + * 2019-10-27-preview: :mod:`v2019_10_27_preview.models` + * 2019-11-01: :mod:`v2019_11_01.models` + * 2020-01-01: :mod:`v2020_01_01.models` + * 2020-02-01: :mod:`v2020_02_01.models` + * 2020-03-01: :mod:`v2020_03_01.models` + * 2020-04-01: :mod:`v2020_04_01.models` + * 2020-06-01: :mod:`v2020_06_01.models` + * 2020-07-01: :mod:`v2020_07_01.models` + * 2020-09-01: :mod:`v2020_09_01.models` + * 2020-11-01: :mod:`v2020_11_01.models` + * 2020-12-01: :mod:`v2020_12_01.models` + * 2021-02-01: :mod:`v2021_02_01.models` + * 2021-03-01: :mod:`v2021_03_01.models` + * 2021-05-01: :mod:`v2021_05_01.models` + * 2021-07-01: :mod:`v2021_07_01.models` + * 2021-08-01: :mod:`v2021_08_01.models` + * 2021-09-01: :mod:`v2021_09_01.models` + * 2021-10-01: :mod:`v2021_10_01.models` + * 2021-11-01-preview: :mod:`v2021_11_01_preview.models` + * 2022-01-01: :mod:`v2022_01_01.models` + * 2022-01-02-preview: :mod:`v2022_01_02_preview.models` + * 2022-02-01: :mod:`v2022_02_01.models` + * 2022-02-02-preview: :mod:`v2022_02_02_preview.models` + * 2022-03-01: :mod:`v2022_03_01.models` + * 2022-03-02-preview: :mod:`v2022_03_02_preview.models` + * 2022-04-01: :mod:`v2022_04_01.models` + * 2022-04-02-preview: :mod:`v2022_04_02_preview.models` + * 2022-05-02-preview: :mod:`v2022_05_02_preview.models` + * 2022-06-01: :mod:`v2022_06_01.models` + * 2022-06-02-preview: :mod:`v2022_06_02_preview.models` + * 2022-07-01: :mod:`v2022_07_01.models` + * 2022-07-02-preview: :mod:`v2022_07_02_preview.models` + * 2022-08-02-preview: :mod:`v2022_08_02_preview.models` + * 2022-08-03-preview: :mod:`v2022_08_03_preview.models` + * 2022-09-01: :mod:`v2022_09_01.models` + * 2022-09-02-preview: :mod:`v2022_09_02_preview.models` + * 2022-10-02-preview: :mod:`v2022_10_02_preview.models` + * 2022-11-01: :mod:`v2022_11_01.models` + * 2022-11-02-preview: :mod:`v2022_11_02_preview.models` + * 2023-01-01: :mod:`v2023_01_01.models` + * 2023-01-02-preview: :mod:`v2023_01_02_preview.models` + * 2023-02-01: :mod:`v2023_02_01.models` + * 2023-02-02-preview: :mod:`v2023_02_02_preview.models` + """ + if api_version == '2017-07-01': + from .v2017_07_01 import models + return models + elif api_version == '2018-03-31': + from .v2018_03_31 import models + return models + elif api_version == '2018-08-01-preview': + from .v2018_08_01_preview import models + return models + elif api_version == '2018-09-30-preview': + from .v2018_09_30_preview import models + return models + elif api_version == '2019-02-01': + from .v2019_02_01 import models + return models + elif api_version == '2019-04-01': + from .v2019_04_01 import models + return models + elif api_version == '2019-04-30': + from .v2019_04_30 import models + return models + elif api_version == '2019-06-01': + from .v2019_06_01 import models + return models + elif api_version == '2019-08-01': + from .v2019_08_01 import models + return models + elif api_version == '2019-09-30-preview': + from .v2019_09_30_preview import models + return models + elif api_version == '2019-10-01': + from .v2019_10_01 import models + return models + elif api_version == '2019-10-27-preview': + from .v2019_10_27_preview import models + return models + elif api_version == '2019-11-01': + from .v2019_11_01 import models + return models + elif api_version == '2020-01-01': + from .v2020_01_01 import models + return models + elif api_version == '2020-02-01': + from .v2020_02_01 import models + return models + elif api_version == '2020-03-01': + from .v2020_03_01 import models + return models + elif api_version == '2020-04-01': + from .v2020_04_01 import models + return models + elif api_version == '2020-06-01': + from .v2020_06_01 import models + return models + elif api_version == '2020-07-01': + from .v2020_07_01 import models + return models + elif api_version == '2020-09-01': + from .v2020_09_01 import models + return models + elif api_version == '2020-11-01': + from .v2020_11_01 import models + return models + elif api_version == '2020-12-01': + from .v2020_12_01 import models + return models + elif api_version == '2021-02-01': + from .v2021_02_01 import models + return models + elif api_version == '2021-03-01': + from .v2021_03_01 import models + return models + elif api_version == '2021-05-01': + from .v2021_05_01 import models + return models + elif api_version == '2021-07-01': + from .v2021_07_01 import models + return models + elif api_version == '2021-08-01': + from .v2021_08_01 import models + return models + elif api_version == '2021-09-01': + from .v2021_09_01 import models + return models + elif api_version == '2021-10-01': + from .v2021_10_01 import models + return models + elif api_version == '2021-11-01-preview': + from .v2021_11_01_preview import models + return models + elif api_version == '2022-01-01': + from .v2022_01_01 import models + return models + elif api_version == '2022-01-02-preview': + from .v2022_01_02_preview import models + return models + elif api_version == '2022-02-01': + from .v2022_02_01 import models + return models + elif api_version == '2022-02-02-preview': + from .v2022_02_02_preview import models + return models + elif api_version == '2022-03-01': + from .v2022_03_01 import models + return models + elif api_version == '2022-03-02-preview': + from .v2022_03_02_preview import models + return models + elif api_version == '2022-04-01': + from .v2022_04_01 import models + return models + elif api_version == '2022-04-02-preview': + from .v2022_04_02_preview import models + return models + elif api_version == '2022-05-02-preview': + from .v2022_05_02_preview import models + return models + elif api_version == '2022-06-01': + from .v2022_06_01 import models + return models + elif api_version == '2022-06-02-preview': + from .v2022_06_02_preview import models + return models + elif api_version == '2022-07-01': + from .v2022_07_01 import models + return models + elif api_version == '2022-07-02-preview': + from .v2022_07_02_preview import models + return models + elif api_version == '2022-08-02-preview': + from .v2022_08_02_preview import models + return models + elif api_version == '2022-08-03-preview': + from .v2022_08_03_preview import models + return models + elif api_version == '2022-09-01': + from .v2022_09_01 import models + return models + elif api_version == '2022-09-02-preview': + from .v2022_09_02_preview import models + return models + elif api_version == '2022-10-02-preview': + from .v2022_10_02_preview import models + return models + elif api_version == '2022-11-01': + from .v2022_11_01 import models + return models + elif api_version == '2022-11-02-preview': + from .v2022_11_02_preview import models + return models + elif api_version == '2023-01-01': + from .v2023_01_01 import models + return models + elif api_version == '2023-01-02-preview': + from .v2023_01_02_preview import models + return models + elif api_version == '2023-02-01': + from .v2023_02_01 import models + return models + elif api_version == '2023-02-02-preview': + from .v2023_02_02_preview import models + return models + raise ValueError("API version {} is not available".format(api_version)) + + @property + def agent_pools(self): + """Instance depends on the API version: + + * 2019-02-01: :class:`AgentPoolsOperations` + * 2019-04-01: :class:`AgentPoolsOperations` + * 2019-06-01: :class:`AgentPoolsOperations` + * 2019-08-01: :class:`AgentPoolsOperations` + * 2019-10-01: :class:`AgentPoolsOperations` + * 2019-11-01: :class:`AgentPoolsOperations` + * 2020-01-01: :class:`AgentPoolsOperations` + * 2020-02-01: :class:`AgentPoolsOperations` + * 2020-03-01: :class:`AgentPoolsOperations` + * 2020-04-01: :class:`AgentPoolsOperations` + * 2020-06-01: :class:`AgentPoolsOperations` + * 2020-07-01: :class:`AgentPoolsOperations` + * 2020-09-01: :class:`AgentPoolsOperations` + * 2020-11-01: :class:`AgentPoolsOperations` + * 2020-12-01: :class:`AgentPoolsOperations` + * 2021-02-01: :class:`AgentPoolsOperations` + * 2021-03-01: :class:`AgentPoolsOperations` + * 2021-05-01: :class:`AgentPoolsOperations` + * 2021-07-01: :class:`AgentPoolsOperations` + * 2021-08-01: :class:`AgentPoolsOperations` + * 2021-09-01: :class:`AgentPoolsOperations` + * 2021-10-01: :class:`AgentPoolsOperations` + * 2021-11-01-preview: :class:`AgentPoolsOperations` + * 2022-01-01: :class:`AgentPoolsOperations` + * 2022-01-02-preview: :class:`AgentPoolsOperations` + * 2022-02-01: :class:`AgentPoolsOperations` + * 2022-02-02-preview: :class:`AgentPoolsOperations` + * 2022-03-01: :class:`AgentPoolsOperations` + * 2022-03-02-preview: :class:`AgentPoolsOperations` + * 2022-04-01: :class:`AgentPoolsOperations` + * 2022-04-02-preview: :class:`AgentPoolsOperations` + * 2022-05-02-preview: :class:`AgentPoolsOperations` + * 2022-06-01: :class:`AgentPoolsOperations` + * 2022-06-02-preview: :class:`AgentPoolsOperations` + * 2022-07-01: :class:`AgentPoolsOperations` + * 2022-07-02-preview: :class:`AgentPoolsOperations` + * 2022-08-02-preview: :class:`AgentPoolsOperations` + * 2022-08-03-preview: :class:`AgentPoolsOperations` + * 2022-09-01: :class:`AgentPoolsOperations` + * 2022-09-02-preview: :class:`AgentPoolsOperations` + * 2022-10-02-preview: :class:`AgentPoolsOperations` + * 2022-11-01: :class:`AgentPoolsOperations` + * 2022-11-02-preview: :class:`AgentPoolsOperations` + * 2023-01-01: :class:`AgentPoolsOperations` + * 2023-01-02-preview: :class:`AgentPoolsOperations` + * 2023-02-01: :class:`AgentPoolsOperations` + * 2023-02-02-preview: :class:`AgentPoolsOperations` + """ + api_version = self._get_api_version('agent_pools') + if api_version == '2019-02-01': + from .v2019_02_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2019-04-01': + from .v2019_04_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2019-06-01': + from .v2019_06_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2019-08-01': + from .v2019_08_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2019-10-01': + from .v2019_10_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2019-11-01': + from .v2019_11_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2020-01-01': + from .v2020_01_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2020-02-01': + from .v2020_02_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2020-03-01': + from .v2020_03_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2020-06-01': + from .v2020_06_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2020-07-01': + from .v2020_07_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2020-09-01': + from .v2020_09_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2020-11-01': + from .v2020_11_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2020-12-01': + from .v2020_12_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2021-02-01': + from .v2021_02_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2021-03-01': + from .v2021_03_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2021-05-01': + from .v2021_05_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2021-07-01': + from .v2021_07_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2021-08-01': + from .v2021_08_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2021-09-01': + from .v2021_09_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2021-10-01': + from .v2021_10_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2021-11-01-preview': + from .v2021_11_01_preview.operations import AgentPoolsOperations as OperationClass + elif api_version == '2022-01-01': + from .v2022_01_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2022-01-02-preview': + from .v2022_01_02_preview.operations import AgentPoolsOperations as OperationClass + elif api_version == '2022-02-01': + from .v2022_02_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2022-02-02-preview': + from .v2022_02_02_preview.operations import AgentPoolsOperations as OperationClass + elif api_version == '2022-03-01': + from .v2022_03_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2022-03-02-preview': + from .v2022_03_02_preview.operations import AgentPoolsOperations as OperationClass + elif api_version == '2022-04-01': + from .v2022_04_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2022-04-02-preview': + from .v2022_04_02_preview.operations import AgentPoolsOperations as OperationClass + elif api_version == '2022-05-02-preview': + from .v2022_05_02_preview.operations import AgentPoolsOperations as OperationClass + elif api_version == '2022-06-01': + from .v2022_06_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2022-06-02-preview': + from .v2022_06_02_preview.operations import AgentPoolsOperations as OperationClass + elif api_version == '2022-07-01': + from .v2022_07_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2022-07-02-preview': + from .v2022_07_02_preview.operations import AgentPoolsOperations as OperationClass + elif api_version == '2022-08-02-preview': + from .v2022_08_02_preview.operations import AgentPoolsOperations as OperationClass + elif api_version == '2022-08-03-preview': + from .v2022_08_03_preview.operations import AgentPoolsOperations as OperationClass + elif api_version == '2022-09-01': + from .v2022_09_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2022-09-02-preview': + from .v2022_09_02_preview.operations import AgentPoolsOperations as OperationClass + elif api_version == '2022-10-02-preview': + from .v2022_10_02_preview.operations import AgentPoolsOperations as OperationClass + elif api_version == '2022-11-01': + from .v2022_11_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2022-11-02-preview': + from .v2022_11_02_preview.operations import AgentPoolsOperations as OperationClass + elif api_version == '2023-01-01': + from .v2023_01_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2023-01-02-preview': + from .v2023_01_02_preview.operations import AgentPoolsOperations as OperationClass + elif api_version == '2023-02-01': + from .v2023_02_01.operations import AgentPoolsOperations as OperationClass + elif api_version == '2023-02-02-preview': + from .v2023_02_02_preview.operations import AgentPoolsOperations as OperationClass + else: + raise ValueError("API version {} does not have operation group 'agent_pools'".format(api_version)) + self._config.api_version = api_version + return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) + + @property + def container_services(self): + """Instance depends on the API version: + + * 2017-07-01: :class:`ContainerServicesOperations` + """ + api_version = self._get_api_version('container_services') + if api_version == '2017-07-01': + from .v2017_07_01.operations import ContainerServicesOperations as OperationClass + else: + raise ValueError("API version {} does not have operation group 'container_services'".format(api_version)) + self._config.api_version = api_version + return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) + + @property + def fleet_members(self): + """Instance depends on the API version: + + * 2022-06-02-preview: :class:`FleetMembersOperations` + * 2022-07-02-preview: :class:`FleetMembersOperations` + * 2022-09-02-preview: :class:`FleetMembersOperations` + """ + api_version = self._get_api_version('fleet_members') + if api_version == '2022-06-02-preview': + from .v2022_06_02_preview.operations import FleetMembersOperations as OperationClass + elif api_version == '2022-07-02-preview': + from .v2022_07_02_preview.operations import FleetMembersOperations as OperationClass + elif api_version == '2022-09-02-preview': + from .v2022_09_02_preview.operations import FleetMembersOperations as OperationClass + else: + raise ValueError("API version {} does not have operation group 'fleet_members'".format(api_version)) + self._config.api_version = api_version + return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) + + @property + def fleets(self): + """Instance depends on the API version: + + * 2022-06-02-preview: :class:`FleetsOperations` + * 2022-07-02-preview: :class:`FleetsOperations` + * 2022-09-02-preview: :class:`FleetsOperations` + """ + api_version = self._get_api_version('fleets') + if api_version == '2022-06-02-preview': + from .v2022_06_02_preview.operations import FleetsOperations as OperationClass + elif api_version == '2022-07-02-preview': + from .v2022_07_02_preview.operations import FleetsOperations as OperationClass + elif api_version == '2022-09-02-preview': + from .v2022_09_02_preview.operations import FleetsOperations as OperationClass + else: + raise ValueError("API version {} does not have operation group 'fleets'".format(api_version)) + self._config.api_version = api_version + return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) + + @property + def maintenance_configurations(self): + """Instance depends on the API version: + + * 2020-12-01: :class:`MaintenanceConfigurationsOperations` + * 2021-02-01: :class:`MaintenanceConfigurationsOperations` + * 2021-03-01: :class:`MaintenanceConfigurationsOperations` + * 2021-05-01: :class:`MaintenanceConfigurationsOperations` + * 2021-07-01: :class:`MaintenanceConfigurationsOperations` + * 2021-08-01: :class:`MaintenanceConfigurationsOperations` + * 2021-09-01: :class:`MaintenanceConfigurationsOperations` + * 2021-10-01: :class:`MaintenanceConfigurationsOperations` + * 2021-11-01-preview: :class:`MaintenanceConfigurationsOperations` + * 2022-01-01: :class:`MaintenanceConfigurationsOperations` + * 2022-01-02-preview: :class:`MaintenanceConfigurationsOperations` + * 2022-02-01: :class:`MaintenanceConfigurationsOperations` + * 2022-02-02-preview: :class:`MaintenanceConfigurationsOperations` + * 2022-03-01: :class:`MaintenanceConfigurationsOperations` + * 2022-03-02-preview: :class:`MaintenanceConfigurationsOperations` + * 2022-04-01: :class:`MaintenanceConfigurationsOperations` + * 2022-04-02-preview: :class:`MaintenanceConfigurationsOperations` + * 2022-05-02-preview: :class:`MaintenanceConfigurationsOperations` + * 2022-06-01: :class:`MaintenanceConfigurationsOperations` + * 2022-06-02-preview: :class:`MaintenanceConfigurationsOperations` + * 2022-07-01: :class:`MaintenanceConfigurationsOperations` + * 2022-07-02-preview: :class:`MaintenanceConfigurationsOperations` + * 2022-08-02-preview: :class:`MaintenanceConfigurationsOperations` + * 2022-08-03-preview: :class:`MaintenanceConfigurationsOperations` + * 2022-09-01: :class:`MaintenanceConfigurationsOperations` + * 2022-09-02-preview: :class:`MaintenanceConfigurationsOperations` + * 2022-10-02-preview: :class:`MaintenanceConfigurationsOperations` + * 2022-11-01: :class:`MaintenanceConfigurationsOperations` + * 2022-11-02-preview: :class:`MaintenanceConfigurationsOperations` + * 2023-01-01: :class:`MaintenanceConfigurationsOperations` + * 2023-01-02-preview: :class:`MaintenanceConfigurationsOperations` + * 2023-02-01: :class:`MaintenanceConfigurationsOperations` + * 2023-02-02-preview: :class:`MaintenanceConfigurationsOperations` + """ + api_version = self._get_api_version('maintenance_configurations') + if api_version == '2020-12-01': + from .v2020_12_01.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2021-02-01': + from .v2021_02_01.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2021-03-01': + from .v2021_03_01.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2021-05-01': + from .v2021_05_01.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2021-07-01': + from .v2021_07_01.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2021-08-01': + from .v2021_08_01.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2021-09-01': + from .v2021_09_01.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2021-10-01': + from .v2021_10_01.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2021-11-01-preview': + from .v2021_11_01_preview.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2022-01-01': + from .v2022_01_01.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2022-01-02-preview': + from .v2022_01_02_preview.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2022-02-01': + from .v2022_02_01.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2022-02-02-preview': + from .v2022_02_02_preview.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2022-03-01': + from .v2022_03_01.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2022-03-02-preview': + from .v2022_03_02_preview.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2022-04-01': + from .v2022_04_01.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2022-04-02-preview': + from .v2022_04_02_preview.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2022-05-02-preview': + from .v2022_05_02_preview.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2022-06-01': + from .v2022_06_01.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2022-06-02-preview': + from .v2022_06_02_preview.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2022-07-01': + from .v2022_07_01.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2022-07-02-preview': + from .v2022_07_02_preview.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2022-08-02-preview': + from .v2022_08_02_preview.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2022-08-03-preview': + from .v2022_08_03_preview.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2022-09-01': + from .v2022_09_01.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2022-09-02-preview': + from .v2022_09_02_preview.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2022-10-02-preview': + from .v2022_10_02_preview.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2022-11-01': + from .v2022_11_01.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2022-11-02-preview': + from .v2022_11_02_preview.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2023-01-01': + from .v2023_01_01.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2023-01-02-preview': + from .v2023_01_02_preview.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2023-02-01': + from .v2023_02_01.operations import MaintenanceConfigurationsOperations as OperationClass + elif api_version == '2023-02-02-preview': + from .v2023_02_02_preview.operations import MaintenanceConfigurationsOperations as OperationClass + else: + raise ValueError("API version {} does not have operation group 'maintenance_configurations'".format(api_version)) + self._config.api_version = api_version + return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) + + @property + def managed_cluster_snapshots(self): + """Instance depends on the API version: + + * 2022-02-02-preview: :class:`ManagedClusterSnapshotsOperations` + * 2022-03-02-preview: :class:`ManagedClusterSnapshotsOperations` + * 2022-04-02-preview: :class:`ManagedClusterSnapshotsOperations` + * 2022-05-02-preview: :class:`ManagedClusterSnapshotsOperations` + * 2022-06-02-preview: :class:`ManagedClusterSnapshotsOperations` + * 2022-07-02-preview: :class:`ManagedClusterSnapshotsOperations` + * 2022-08-02-preview: :class:`ManagedClusterSnapshotsOperations` + * 2022-08-03-preview: :class:`ManagedClusterSnapshotsOperations` + * 2022-09-02-preview: :class:`ManagedClusterSnapshotsOperations` + * 2022-10-02-preview: :class:`ManagedClusterSnapshotsOperations` + * 2022-11-02-preview: :class:`ManagedClusterSnapshotsOperations` + * 2023-01-02-preview: :class:`ManagedClusterSnapshotsOperations` + * 2023-02-02-preview: :class:`ManagedClusterSnapshotsOperations` + """ + api_version = self._get_api_version('managed_cluster_snapshots') + if api_version == '2022-02-02-preview': + from .v2022_02_02_preview.operations import ManagedClusterSnapshotsOperations as OperationClass + elif api_version == '2022-03-02-preview': + from .v2022_03_02_preview.operations import ManagedClusterSnapshotsOperations as OperationClass + elif api_version == '2022-04-02-preview': + from .v2022_04_02_preview.operations import ManagedClusterSnapshotsOperations as OperationClass + elif api_version == '2022-05-02-preview': + from .v2022_05_02_preview.operations import ManagedClusterSnapshotsOperations as OperationClass + elif api_version == '2022-06-02-preview': + from .v2022_06_02_preview.operations import ManagedClusterSnapshotsOperations as OperationClass + elif api_version == '2022-07-02-preview': + from .v2022_07_02_preview.operations import ManagedClusterSnapshotsOperations as OperationClass + elif api_version == '2022-08-02-preview': + from .v2022_08_02_preview.operations import ManagedClusterSnapshotsOperations as OperationClass + elif api_version == '2022-08-03-preview': + from .v2022_08_03_preview.operations import ManagedClusterSnapshotsOperations as OperationClass + elif api_version == '2022-09-02-preview': + from .v2022_09_02_preview.operations import ManagedClusterSnapshotsOperations as OperationClass + elif api_version == '2022-10-02-preview': + from .v2022_10_02_preview.operations import ManagedClusterSnapshotsOperations as OperationClass + elif api_version == '2022-11-02-preview': + from .v2022_11_02_preview.operations import ManagedClusterSnapshotsOperations as OperationClass + elif api_version == '2023-01-02-preview': + from .v2023_01_02_preview.operations import ManagedClusterSnapshotsOperations as OperationClass + elif api_version == '2023-02-02-preview': + from .v2023_02_02_preview.operations import ManagedClusterSnapshotsOperations as OperationClass + else: + raise ValueError("API version {} does not have operation group 'managed_cluster_snapshots'".format(api_version)) + self._config.api_version = api_version + return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) + + @property + def managed_clusters(self): + """Instance depends on the API version: + + * 2018-03-31: :class:`ManagedClustersOperations` + * 2018-08-01-preview: :class:`ManagedClustersOperations` + * 2019-02-01: :class:`ManagedClustersOperations` + * 2019-04-01: :class:`ManagedClustersOperations` + * 2019-06-01: :class:`ManagedClustersOperations` + * 2019-08-01: :class:`ManagedClustersOperations` + * 2019-10-01: :class:`ManagedClustersOperations` + * 2019-11-01: :class:`ManagedClustersOperations` + * 2020-01-01: :class:`ManagedClustersOperations` + * 2020-02-01: :class:`ManagedClustersOperations` + * 2020-03-01: :class:`ManagedClustersOperations` + * 2020-04-01: :class:`ManagedClustersOperations` + * 2020-06-01: :class:`ManagedClustersOperations` + * 2020-07-01: :class:`ManagedClustersOperations` + * 2020-09-01: :class:`ManagedClustersOperations` + * 2020-11-01: :class:`ManagedClustersOperations` + * 2020-12-01: :class:`ManagedClustersOperations` + * 2021-02-01: :class:`ManagedClustersOperations` + * 2021-03-01: :class:`ManagedClustersOperations` + * 2021-05-01: :class:`ManagedClustersOperations` + * 2021-07-01: :class:`ManagedClustersOperations` + * 2021-08-01: :class:`ManagedClustersOperations` + * 2021-09-01: :class:`ManagedClustersOperations` + * 2021-10-01: :class:`ManagedClustersOperations` + * 2021-11-01-preview: :class:`ManagedClustersOperations` + * 2022-01-01: :class:`ManagedClustersOperations` + * 2022-01-02-preview: :class:`ManagedClustersOperations` + * 2022-02-01: :class:`ManagedClustersOperations` + * 2022-02-02-preview: :class:`ManagedClustersOperations` + * 2022-03-01: :class:`ManagedClustersOperations` + * 2022-03-02-preview: :class:`ManagedClustersOperations` + * 2022-04-01: :class:`ManagedClustersOperations` + * 2022-04-02-preview: :class:`ManagedClustersOperations` + * 2022-05-02-preview: :class:`ManagedClustersOperations` + * 2022-06-01: :class:`ManagedClustersOperations` + * 2022-06-02-preview: :class:`ManagedClustersOperations` + * 2022-07-01: :class:`ManagedClustersOperations` + * 2022-07-02-preview: :class:`ManagedClustersOperations` + * 2022-08-02-preview: :class:`ManagedClustersOperations` + * 2022-08-03-preview: :class:`ManagedClustersOperations` + * 2022-09-01: :class:`ManagedClustersOperations` + * 2022-09-02-preview: :class:`ManagedClustersOperations` + * 2022-10-02-preview: :class:`ManagedClustersOperations` + * 2022-11-01: :class:`ManagedClustersOperations` + * 2022-11-02-preview: :class:`ManagedClustersOperations` + * 2023-01-01: :class:`ManagedClustersOperations` + * 2023-01-02-preview: :class:`ManagedClustersOperations` + * 2023-02-01: :class:`ManagedClustersOperations` + * 2023-02-02-preview: :class:`ManagedClustersOperations` + """ + api_version = self._get_api_version('managed_clusters') + if api_version == '2018-03-31': + from .v2018_03_31.operations import ManagedClustersOperations as OperationClass + elif api_version == '2018-08-01-preview': + from .v2018_08_01_preview.operations import ManagedClustersOperations as OperationClass + elif api_version == '2019-02-01': + from .v2019_02_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2019-04-01': + from .v2019_04_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2019-06-01': + from .v2019_06_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2019-08-01': + from .v2019_08_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2019-10-01': + from .v2019_10_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2019-11-01': + from .v2019_11_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2020-01-01': + from .v2020_01_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2020-02-01': + from .v2020_02_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2020-03-01': + from .v2020_03_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2020-06-01': + from .v2020_06_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2020-07-01': + from .v2020_07_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2020-09-01': + from .v2020_09_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2020-11-01': + from .v2020_11_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2020-12-01': + from .v2020_12_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2021-02-01': + from .v2021_02_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2021-03-01': + from .v2021_03_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2021-05-01': + from .v2021_05_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2021-07-01': + from .v2021_07_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2021-08-01': + from .v2021_08_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2021-09-01': + from .v2021_09_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2021-10-01': + from .v2021_10_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2021-11-01-preview': + from .v2021_11_01_preview.operations import ManagedClustersOperations as OperationClass + elif api_version == '2022-01-01': + from .v2022_01_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2022-01-02-preview': + from .v2022_01_02_preview.operations import ManagedClustersOperations as OperationClass + elif api_version == '2022-02-01': + from .v2022_02_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2022-02-02-preview': + from .v2022_02_02_preview.operations import ManagedClustersOperations as OperationClass + elif api_version == '2022-03-01': + from .v2022_03_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2022-03-02-preview': + from .v2022_03_02_preview.operations import ManagedClustersOperations as OperationClass + elif api_version == '2022-04-01': + from .v2022_04_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2022-04-02-preview': + from .v2022_04_02_preview.operations import ManagedClustersOperations as OperationClass + elif api_version == '2022-05-02-preview': + from .v2022_05_02_preview.operations import ManagedClustersOperations as OperationClass + elif api_version == '2022-06-01': + from .v2022_06_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2022-06-02-preview': + from .v2022_06_02_preview.operations import ManagedClustersOperations as OperationClass + elif api_version == '2022-07-01': + from .v2022_07_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2022-07-02-preview': + from .v2022_07_02_preview.operations import ManagedClustersOperations as OperationClass + elif api_version == '2022-08-02-preview': + from .v2022_08_02_preview.operations import ManagedClustersOperations as OperationClass + elif api_version == '2022-08-03-preview': + from .v2022_08_03_preview.operations import ManagedClustersOperations as OperationClass + elif api_version == '2022-09-01': + from .v2022_09_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2022-09-02-preview': + from .v2022_09_02_preview.operations import ManagedClustersOperations as OperationClass + elif api_version == '2022-10-02-preview': + from .v2022_10_02_preview.operations import ManagedClustersOperations as OperationClass + elif api_version == '2022-11-01': + from .v2022_11_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2022-11-02-preview': + from .v2022_11_02_preview.operations import ManagedClustersOperations as OperationClass + elif api_version == '2023-01-01': + from .v2023_01_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2023-01-02-preview': + from .v2023_01_02_preview.operations import ManagedClustersOperations as OperationClass + elif api_version == '2023-02-01': + from .v2023_02_01.operations import ManagedClustersOperations as OperationClass + elif api_version == '2023-02-02-preview': + from .v2023_02_02_preview.operations import ManagedClustersOperations as OperationClass + else: + raise ValueError("API version {} does not have operation group 'managed_clusters'".format(api_version)) + self._config.api_version = api_version + return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) + + @property + def open_shift_managed_clusters(self): + """Instance depends on the API version: + + * 2018-09-30-preview: :class:`OpenShiftManagedClustersOperations` + * 2019-04-30: :class:`OpenShiftManagedClustersOperations` + * 2019-09-30-preview: :class:`OpenShiftManagedClustersOperations` + * 2019-10-27-preview: :class:`OpenShiftManagedClustersOperations` + """ + api_version = self._get_api_version('open_shift_managed_clusters') + if api_version == '2018-09-30-preview': + from .v2018_09_30_preview.operations import OpenShiftManagedClustersOperations as OperationClass + elif api_version == '2019-04-30': + from .v2019_04_30.operations import OpenShiftManagedClustersOperations as OperationClass + elif api_version == '2019-09-30-preview': + from .v2019_09_30_preview.operations import OpenShiftManagedClustersOperations as OperationClass + elif api_version == '2019-10-27-preview': + from .v2019_10_27_preview.operations import OpenShiftManagedClustersOperations as OperationClass + else: + raise ValueError("API version {} does not have operation group 'open_shift_managed_clusters'".format(api_version)) + self._config.api_version = api_version + return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) + + @property + def operations(self): + """Instance depends on the API version: + + * 2018-03-31: :class:`Operations` + * 2018-08-01-preview: :class:`Operations` + * 2019-02-01: :class:`Operations` + * 2019-04-01: :class:`Operations` + * 2019-06-01: :class:`Operations` + * 2019-08-01: :class:`Operations` + * 2019-10-01: :class:`Operations` + * 2019-11-01: :class:`Operations` + * 2020-01-01: :class:`Operations` + * 2020-02-01: :class:`Operations` + * 2020-03-01: :class:`Operations` + * 2020-04-01: :class:`Operations` + * 2020-06-01: :class:`Operations` + * 2020-07-01: :class:`Operations` + * 2020-09-01: :class:`Operations` + * 2020-11-01: :class:`Operations` + * 2020-12-01: :class:`Operations` + * 2021-02-01: :class:`Operations` + * 2021-03-01: :class:`Operations` + * 2021-05-01: :class:`Operations` + * 2021-07-01: :class:`Operations` + * 2021-08-01: :class:`Operations` + * 2021-09-01: :class:`Operations` + * 2021-10-01: :class:`Operations` + * 2021-11-01-preview: :class:`Operations` + * 2022-01-01: :class:`Operations` + * 2022-01-02-preview: :class:`Operations` + * 2022-02-01: :class:`Operations` + * 2022-02-02-preview: :class:`Operations` + * 2022-03-01: :class:`Operations` + * 2022-03-02-preview: :class:`Operations` + * 2022-04-01: :class:`Operations` + * 2022-04-02-preview: :class:`Operations` + * 2022-05-02-preview: :class:`Operations` + * 2022-06-01: :class:`Operations` + * 2022-06-02-preview: :class:`Operations` + * 2022-07-01: :class:`Operations` + * 2022-07-02-preview: :class:`Operations` + * 2022-08-02-preview: :class:`Operations` + * 2022-08-03-preview: :class:`Operations` + * 2022-09-01: :class:`Operations` + * 2022-09-02-preview: :class:`Operations` + * 2022-10-02-preview: :class:`Operations` + * 2022-11-01: :class:`Operations` + * 2022-11-02-preview: :class:`Operations` + * 2023-01-01: :class:`Operations` + * 2023-01-02-preview: :class:`Operations` + * 2023-02-01: :class:`Operations` + * 2023-02-02-preview: :class:`Operations` + """ + api_version = self._get_api_version('operations') + if api_version == '2018-03-31': + from .v2018_03_31.operations import Operations as OperationClass + elif api_version == '2018-08-01-preview': + from .v2018_08_01_preview.operations import Operations as OperationClass + elif api_version == '2019-02-01': + from .v2019_02_01.operations import Operations as OperationClass + elif api_version == '2019-04-01': + from .v2019_04_01.operations import Operations as OperationClass + elif api_version == '2019-06-01': + from .v2019_06_01.operations import Operations as OperationClass + elif api_version == '2019-08-01': + from .v2019_08_01.operations import Operations as OperationClass + elif api_version == '2019-10-01': + from .v2019_10_01.operations import Operations as OperationClass + elif api_version == '2019-11-01': + from .v2019_11_01.operations import Operations as OperationClass + elif api_version == '2020-01-01': + from .v2020_01_01.operations import Operations as OperationClass + elif api_version == '2020-02-01': + from .v2020_02_01.operations import Operations as OperationClass + elif api_version == '2020-03-01': + from .v2020_03_01.operations import Operations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import Operations as OperationClass + elif api_version == '2020-06-01': + from .v2020_06_01.operations import Operations as OperationClass + elif api_version == '2020-07-01': + from .v2020_07_01.operations import Operations as OperationClass + elif api_version == '2020-09-01': + from .v2020_09_01.operations import Operations as OperationClass + elif api_version == '2020-11-01': + from .v2020_11_01.operations import Operations as OperationClass + elif api_version == '2020-12-01': + from .v2020_12_01.operations import Operations as OperationClass + elif api_version == '2021-02-01': + from .v2021_02_01.operations import Operations as OperationClass + elif api_version == '2021-03-01': + from .v2021_03_01.operations import Operations as OperationClass + elif api_version == '2021-05-01': + from .v2021_05_01.operations import Operations as OperationClass + elif api_version == '2021-07-01': + from .v2021_07_01.operations import Operations as OperationClass + elif api_version == '2021-08-01': + from .v2021_08_01.operations import Operations as OperationClass + elif api_version == '2021-09-01': + from .v2021_09_01.operations import Operations as OperationClass + elif api_version == '2021-10-01': + from .v2021_10_01.operations import Operations as OperationClass + elif api_version == '2021-11-01-preview': + from .v2021_11_01_preview.operations import Operations as OperationClass + elif api_version == '2022-01-01': + from .v2022_01_01.operations import Operations as OperationClass + elif api_version == '2022-01-02-preview': + from .v2022_01_02_preview.operations import Operations as OperationClass + elif api_version == '2022-02-01': + from .v2022_02_01.operations import Operations as OperationClass + elif api_version == '2022-02-02-preview': + from .v2022_02_02_preview.operations import Operations as OperationClass + elif api_version == '2022-03-01': + from .v2022_03_01.operations import Operations as OperationClass + elif api_version == '2022-03-02-preview': + from .v2022_03_02_preview.operations import Operations as OperationClass + elif api_version == '2022-04-01': + from .v2022_04_01.operations import Operations as OperationClass + elif api_version == '2022-04-02-preview': + from .v2022_04_02_preview.operations import Operations as OperationClass + elif api_version == '2022-05-02-preview': + from .v2022_05_02_preview.operations import Operations as OperationClass + elif api_version == '2022-06-01': + from .v2022_06_01.operations import Operations as OperationClass + elif api_version == '2022-06-02-preview': + from .v2022_06_02_preview.operations import Operations as OperationClass + elif api_version == '2022-07-01': + from .v2022_07_01.operations import Operations as OperationClass + elif api_version == '2022-07-02-preview': + from .v2022_07_02_preview.operations import Operations as OperationClass + elif api_version == '2022-08-02-preview': + from .v2022_08_02_preview.operations import Operations as OperationClass + elif api_version == '2022-08-03-preview': + from .v2022_08_03_preview.operations import Operations as OperationClass + elif api_version == '2022-09-01': + from .v2022_09_01.operations import Operations as OperationClass + elif api_version == '2022-09-02-preview': + from .v2022_09_02_preview.operations import Operations as OperationClass + elif api_version == '2022-10-02-preview': + from .v2022_10_02_preview.operations import Operations as OperationClass + elif api_version == '2022-11-01': + from .v2022_11_01.operations import Operations as OperationClass + elif api_version == '2022-11-02-preview': + from .v2022_11_02_preview.operations import Operations as OperationClass + elif api_version == '2023-01-01': + from .v2023_01_01.operations import Operations as OperationClass + elif api_version == '2023-01-02-preview': + from .v2023_01_02_preview.operations import Operations as OperationClass + elif api_version == '2023-02-01': + from .v2023_02_01.operations import Operations as OperationClass + elif api_version == '2023-02-02-preview': + from .v2023_02_02_preview.operations import Operations as OperationClass + else: + raise ValueError("API version {} does not have operation group 'operations'".format(api_version)) + self._config.api_version = api_version + return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) + + @property + def private_endpoint_connections(self): + """Instance depends on the API version: + + * 2020-06-01: :class:`PrivateEndpointConnectionsOperations` + * 2020-07-01: :class:`PrivateEndpointConnectionsOperations` + * 2020-09-01: :class:`PrivateEndpointConnectionsOperations` + * 2020-11-01: :class:`PrivateEndpointConnectionsOperations` + * 2020-12-01: :class:`PrivateEndpointConnectionsOperations` + * 2021-02-01: :class:`PrivateEndpointConnectionsOperations` + * 2021-03-01: :class:`PrivateEndpointConnectionsOperations` + * 2021-05-01: :class:`PrivateEndpointConnectionsOperations` + * 2021-07-01: :class:`PrivateEndpointConnectionsOperations` + * 2021-08-01: :class:`PrivateEndpointConnectionsOperations` + * 2021-09-01: :class:`PrivateEndpointConnectionsOperations` + * 2021-10-01: :class:`PrivateEndpointConnectionsOperations` + * 2021-11-01-preview: :class:`PrivateEndpointConnectionsOperations` + * 2022-01-01: :class:`PrivateEndpointConnectionsOperations` + * 2022-01-02-preview: :class:`PrivateEndpointConnectionsOperations` + * 2022-02-01: :class:`PrivateEndpointConnectionsOperations` + * 2022-02-02-preview: :class:`PrivateEndpointConnectionsOperations` + * 2022-03-01: :class:`PrivateEndpointConnectionsOperations` + * 2022-03-02-preview: :class:`PrivateEndpointConnectionsOperations` + * 2022-04-01: :class:`PrivateEndpointConnectionsOperations` + * 2022-04-02-preview: :class:`PrivateEndpointConnectionsOperations` + * 2022-05-02-preview: :class:`PrivateEndpointConnectionsOperations` + * 2022-06-01: :class:`PrivateEndpointConnectionsOperations` + * 2022-06-02-preview: :class:`PrivateEndpointConnectionsOperations` + * 2022-07-01: :class:`PrivateEndpointConnectionsOperations` + * 2022-07-02-preview: :class:`PrivateEndpointConnectionsOperations` + * 2022-08-02-preview: :class:`PrivateEndpointConnectionsOperations` + * 2022-08-03-preview: :class:`PrivateEndpointConnectionsOperations` + * 2022-09-01: :class:`PrivateEndpointConnectionsOperations` + * 2022-09-02-preview: :class:`PrivateEndpointConnectionsOperations` + * 2022-10-02-preview: :class:`PrivateEndpointConnectionsOperations` + * 2022-11-01: :class:`PrivateEndpointConnectionsOperations` + * 2022-11-02-preview: :class:`PrivateEndpointConnectionsOperations` + * 2023-01-01: :class:`PrivateEndpointConnectionsOperations` + * 2023-01-02-preview: :class:`PrivateEndpointConnectionsOperations` + * 2023-02-01: :class:`PrivateEndpointConnectionsOperations` + * 2023-02-02-preview: :class:`PrivateEndpointConnectionsOperations` + """ + api_version = self._get_api_version('private_endpoint_connections') + if api_version == '2020-06-01': + from .v2020_06_01.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2020-07-01': + from .v2020_07_01.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2020-09-01': + from .v2020_09_01.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2020-11-01': + from .v2020_11_01.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2020-12-01': + from .v2020_12_01.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2021-02-01': + from .v2021_02_01.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2021-03-01': + from .v2021_03_01.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2021-05-01': + from .v2021_05_01.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2021-07-01': + from .v2021_07_01.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2021-08-01': + from .v2021_08_01.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2021-09-01': + from .v2021_09_01.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2021-10-01': + from .v2021_10_01.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2021-11-01-preview': + from .v2021_11_01_preview.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2022-01-01': + from .v2022_01_01.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2022-01-02-preview': + from .v2022_01_02_preview.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2022-02-01': + from .v2022_02_01.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2022-02-02-preview': + from .v2022_02_02_preview.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2022-03-01': + from .v2022_03_01.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2022-03-02-preview': + from .v2022_03_02_preview.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2022-04-01': + from .v2022_04_01.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2022-04-02-preview': + from .v2022_04_02_preview.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2022-05-02-preview': + from .v2022_05_02_preview.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2022-06-01': + from .v2022_06_01.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2022-06-02-preview': + from .v2022_06_02_preview.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2022-07-01': + from .v2022_07_01.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2022-07-02-preview': + from .v2022_07_02_preview.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2022-08-02-preview': + from .v2022_08_02_preview.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2022-08-03-preview': + from .v2022_08_03_preview.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2022-09-01': + from .v2022_09_01.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2022-09-02-preview': + from .v2022_09_02_preview.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2022-10-02-preview': + from .v2022_10_02_preview.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2022-11-01': + from .v2022_11_01.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2022-11-02-preview': + from .v2022_11_02_preview.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2023-01-01': + from .v2023_01_01.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2023-01-02-preview': + from .v2023_01_02_preview.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2023-02-01': + from .v2023_02_01.operations import PrivateEndpointConnectionsOperations as OperationClass + elif api_version == '2023-02-02-preview': + from .v2023_02_02_preview.operations import PrivateEndpointConnectionsOperations as OperationClass + else: + raise ValueError("API version {} does not have operation group 'private_endpoint_connections'".format(api_version)) + self._config.api_version = api_version + return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) + + @property + def private_link_resources(self): + """Instance depends on the API version: + + * 2020-09-01: :class:`PrivateLinkResourcesOperations` + * 2020-11-01: :class:`PrivateLinkResourcesOperations` + * 2020-12-01: :class:`PrivateLinkResourcesOperations` + * 2021-02-01: :class:`PrivateLinkResourcesOperations` + * 2021-03-01: :class:`PrivateLinkResourcesOperations` + * 2021-05-01: :class:`PrivateLinkResourcesOperations` + * 2021-07-01: :class:`PrivateLinkResourcesOperations` + * 2021-08-01: :class:`PrivateLinkResourcesOperations` + * 2021-09-01: :class:`PrivateLinkResourcesOperations` + * 2021-10-01: :class:`PrivateLinkResourcesOperations` + * 2021-11-01-preview: :class:`PrivateLinkResourcesOperations` + * 2022-01-01: :class:`PrivateLinkResourcesOperations` + * 2022-01-02-preview: :class:`PrivateLinkResourcesOperations` + * 2022-02-01: :class:`PrivateLinkResourcesOperations` + * 2022-02-02-preview: :class:`PrivateLinkResourcesOperations` + * 2022-03-01: :class:`PrivateLinkResourcesOperations` + * 2022-03-02-preview: :class:`PrivateLinkResourcesOperations` + * 2022-04-01: :class:`PrivateLinkResourcesOperations` + * 2022-04-02-preview: :class:`PrivateLinkResourcesOperations` + * 2022-05-02-preview: :class:`PrivateLinkResourcesOperations` + * 2022-06-01: :class:`PrivateLinkResourcesOperations` + * 2022-06-02-preview: :class:`PrivateLinkResourcesOperations` + * 2022-07-01: :class:`PrivateLinkResourcesOperations` + * 2022-07-02-preview: :class:`PrivateLinkResourcesOperations` + * 2022-08-02-preview: :class:`PrivateLinkResourcesOperations` + * 2022-08-03-preview: :class:`PrivateLinkResourcesOperations` + * 2022-09-01: :class:`PrivateLinkResourcesOperations` + * 2022-09-02-preview: :class:`PrivateLinkResourcesOperations` + * 2022-10-02-preview: :class:`PrivateLinkResourcesOperations` + * 2022-11-01: :class:`PrivateLinkResourcesOperations` + * 2022-11-02-preview: :class:`PrivateLinkResourcesOperations` + * 2023-01-01: :class:`PrivateLinkResourcesOperations` + * 2023-01-02-preview: :class:`PrivateLinkResourcesOperations` + * 2023-02-01: :class:`PrivateLinkResourcesOperations` + * 2023-02-02-preview: :class:`PrivateLinkResourcesOperations` + """ + api_version = self._get_api_version('private_link_resources') + if api_version == '2020-09-01': + from .v2020_09_01.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2020-11-01': + from .v2020_11_01.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2020-12-01': + from .v2020_12_01.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2021-02-01': + from .v2021_02_01.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2021-03-01': + from .v2021_03_01.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2021-05-01': + from .v2021_05_01.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2021-07-01': + from .v2021_07_01.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2021-08-01': + from .v2021_08_01.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2021-09-01': + from .v2021_09_01.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2021-10-01': + from .v2021_10_01.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2021-11-01-preview': + from .v2021_11_01_preview.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2022-01-01': + from .v2022_01_01.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2022-01-02-preview': + from .v2022_01_02_preview.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2022-02-01': + from .v2022_02_01.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2022-02-02-preview': + from .v2022_02_02_preview.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2022-03-01': + from .v2022_03_01.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2022-03-02-preview': + from .v2022_03_02_preview.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2022-04-01': + from .v2022_04_01.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2022-04-02-preview': + from .v2022_04_02_preview.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2022-05-02-preview': + from .v2022_05_02_preview.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2022-06-01': + from .v2022_06_01.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2022-06-02-preview': + from .v2022_06_02_preview.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2022-07-01': + from .v2022_07_01.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2022-07-02-preview': + from .v2022_07_02_preview.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2022-08-02-preview': + from .v2022_08_02_preview.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2022-08-03-preview': + from .v2022_08_03_preview.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2022-09-01': + from .v2022_09_01.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2022-09-02-preview': + from .v2022_09_02_preview.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2022-10-02-preview': + from .v2022_10_02_preview.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2022-11-01': + from .v2022_11_01.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2022-11-02-preview': + from .v2022_11_02_preview.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2023-01-01': + from .v2023_01_01.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2023-01-02-preview': + from .v2023_01_02_preview.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2023-02-01': + from .v2023_02_01.operations import PrivateLinkResourcesOperations as OperationClass + elif api_version == '2023-02-02-preview': + from .v2023_02_02_preview.operations import PrivateLinkResourcesOperations as OperationClass + else: + raise ValueError("API version {} does not have operation group 'private_link_resources'".format(api_version)) + self._config.api_version = api_version + return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) + + @property + def resolve_private_link_service_id(self): + """Instance depends on the API version: + + * 2020-09-01: :class:`ResolvePrivateLinkServiceIdOperations` + * 2020-11-01: :class:`ResolvePrivateLinkServiceIdOperations` + * 2020-12-01: :class:`ResolvePrivateLinkServiceIdOperations` + * 2021-02-01: :class:`ResolvePrivateLinkServiceIdOperations` + * 2021-03-01: :class:`ResolvePrivateLinkServiceIdOperations` + * 2021-05-01: :class:`ResolvePrivateLinkServiceIdOperations` + * 2021-07-01: :class:`ResolvePrivateLinkServiceIdOperations` + * 2021-08-01: :class:`ResolvePrivateLinkServiceIdOperations` + * 2021-09-01: :class:`ResolvePrivateLinkServiceIdOperations` + * 2021-10-01: :class:`ResolvePrivateLinkServiceIdOperations` + * 2021-11-01-preview: :class:`ResolvePrivateLinkServiceIdOperations` + * 2022-01-01: :class:`ResolvePrivateLinkServiceIdOperations` + * 2022-01-02-preview: :class:`ResolvePrivateLinkServiceIdOperations` + * 2022-02-01: :class:`ResolvePrivateLinkServiceIdOperations` + * 2022-02-02-preview: :class:`ResolvePrivateLinkServiceIdOperations` + * 2022-03-01: :class:`ResolvePrivateLinkServiceIdOperations` + * 2022-03-02-preview: :class:`ResolvePrivateLinkServiceIdOperations` + * 2022-04-01: :class:`ResolvePrivateLinkServiceIdOperations` + * 2022-04-02-preview: :class:`ResolvePrivateLinkServiceIdOperations` + * 2022-05-02-preview: :class:`ResolvePrivateLinkServiceIdOperations` + * 2022-06-01: :class:`ResolvePrivateLinkServiceIdOperations` + * 2022-06-02-preview: :class:`ResolvePrivateLinkServiceIdOperations` + * 2022-07-01: :class:`ResolvePrivateLinkServiceIdOperations` + * 2022-07-02-preview: :class:`ResolvePrivateLinkServiceIdOperations` + * 2022-08-02-preview: :class:`ResolvePrivateLinkServiceIdOperations` + * 2022-08-03-preview: :class:`ResolvePrivateLinkServiceIdOperations` + * 2022-09-01: :class:`ResolvePrivateLinkServiceIdOperations` + * 2022-09-02-preview: :class:`ResolvePrivateLinkServiceIdOperations` + * 2022-10-02-preview: :class:`ResolvePrivateLinkServiceIdOperations` + * 2022-11-01: :class:`ResolvePrivateLinkServiceIdOperations` + * 2022-11-02-preview: :class:`ResolvePrivateLinkServiceIdOperations` + * 2023-01-01: :class:`ResolvePrivateLinkServiceIdOperations` + * 2023-01-02-preview: :class:`ResolvePrivateLinkServiceIdOperations` + * 2023-02-01: :class:`ResolvePrivateLinkServiceIdOperations` + * 2023-02-02-preview: :class:`ResolvePrivateLinkServiceIdOperations` + """ + api_version = self._get_api_version('resolve_private_link_service_id') + if api_version == '2020-09-01': + from .v2020_09_01.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2020-11-01': + from .v2020_11_01.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2020-12-01': + from .v2020_12_01.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2021-02-01': + from .v2021_02_01.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2021-03-01': + from .v2021_03_01.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2021-05-01': + from .v2021_05_01.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2021-07-01': + from .v2021_07_01.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2021-08-01': + from .v2021_08_01.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2021-09-01': + from .v2021_09_01.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2021-10-01': + from .v2021_10_01.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2021-11-01-preview': + from .v2021_11_01_preview.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2022-01-01': + from .v2022_01_01.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2022-01-02-preview': + from .v2022_01_02_preview.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2022-02-01': + from .v2022_02_01.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2022-02-02-preview': + from .v2022_02_02_preview.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2022-03-01': + from .v2022_03_01.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2022-03-02-preview': + from .v2022_03_02_preview.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2022-04-01': + from .v2022_04_01.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2022-04-02-preview': + from .v2022_04_02_preview.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2022-05-02-preview': + from .v2022_05_02_preview.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2022-06-01': + from .v2022_06_01.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2022-06-02-preview': + from .v2022_06_02_preview.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2022-07-01': + from .v2022_07_01.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2022-07-02-preview': + from .v2022_07_02_preview.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2022-08-02-preview': + from .v2022_08_02_preview.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2022-08-03-preview': + from .v2022_08_03_preview.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2022-09-01': + from .v2022_09_01.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2022-09-02-preview': + from .v2022_09_02_preview.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2022-10-02-preview': + from .v2022_10_02_preview.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2022-11-01': + from .v2022_11_01.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2022-11-02-preview': + from .v2022_11_02_preview.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2023-01-01': + from .v2023_01_01.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2023-01-02-preview': + from .v2023_01_02_preview.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2023-02-01': + from .v2023_02_01.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + elif api_version == '2023-02-02-preview': + from .v2023_02_02_preview.operations import ResolvePrivateLinkServiceIdOperations as OperationClass + else: + raise ValueError("API version {} does not have operation group 'resolve_private_link_service_id'".format(api_version)) + self._config.api_version = api_version + return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) + + @property + def snapshots(self): + """Instance depends on the API version: + + * 2021-08-01: :class:`SnapshotsOperations` + * 2021-09-01: :class:`SnapshotsOperations` + * 2021-10-01: :class:`SnapshotsOperations` + * 2021-11-01-preview: :class:`SnapshotsOperations` + * 2022-01-01: :class:`SnapshotsOperations` + * 2022-01-02-preview: :class:`SnapshotsOperations` + * 2022-02-01: :class:`SnapshotsOperations` + * 2022-02-02-preview: :class:`SnapshotsOperations` + * 2022-03-01: :class:`SnapshotsOperations` + * 2022-03-02-preview: :class:`SnapshotsOperations` + * 2022-04-01: :class:`SnapshotsOperations` + * 2022-04-02-preview: :class:`SnapshotsOperations` + * 2022-05-02-preview: :class:`SnapshotsOperations` + * 2022-06-01: :class:`SnapshotsOperations` + * 2022-06-02-preview: :class:`SnapshotsOperations` + * 2022-07-01: :class:`SnapshotsOperations` + * 2022-07-02-preview: :class:`SnapshotsOperations` + * 2022-08-02-preview: :class:`SnapshotsOperations` + * 2022-08-03-preview: :class:`SnapshotsOperations` + * 2022-09-01: :class:`SnapshotsOperations` + * 2022-09-02-preview: :class:`SnapshotsOperations` + * 2022-10-02-preview: :class:`SnapshotsOperations` + * 2022-11-01: :class:`SnapshotsOperations` + * 2022-11-02-preview: :class:`SnapshotsOperations` + * 2023-01-01: :class:`SnapshotsOperations` + * 2023-01-02-preview: :class:`SnapshotsOperations` + * 2023-02-01: :class:`SnapshotsOperations` + * 2023-02-02-preview: :class:`SnapshotsOperations` + """ + api_version = self._get_api_version('snapshots') + if api_version == '2021-08-01': + from .v2021_08_01.operations import SnapshotsOperations as OperationClass + elif api_version == '2021-09-01': + from .v2021_09_01.operations import SnapshotsOperations as OperationClass + elif api_version == '2021-10-01': + from .v2021_10_01.operations import SnapshotsOperations as OperationClass + elif api_version == '2021-11-01-preview': + from .v2021_11_01_preview.operations import SnapshotsOperations as OperationClass + elif api_version == '2022-01-01': + from .v2022_01_01.operations import SnapshotsOperations as OperationClass + elif api_version == '2022-01-02-preview': + from .v2022_01_02_preview.operations import SnapshotsOperations as OperationClass + elif api_version == '2022-02-01': + from .v2022_02_01.operations import SnapshotsOperations as OperationClass + elif api_version == '2022-02-02-preview': + from .v2022_02_02_preview.operations import SnapshotsOperations as OperationClass + elif api_version == '2022-03-01': + from .v2022_03_01.operations import SnapshotsOperations as OperationClass + elif api_version == '2022-03-02-preview': + from .v2022_03_02_preview.operations import SnapshotsOperations as OperationClass + elif api_version == '2022-04-01': + from .v2022_04_01.operations import SnapshotsOperations as OperationClass + elif api_version == '2022-04-02-preview': + from .v2022_04_02_preview.operations import SnapshotsOperations as OperationClass + elif api_version == '2022-05-02-preview': + from .v2022_05_02_preview.operations import SnapshotsOperations as OperationClass + elif api_version == '2022-06-01': + from .v2022_06_01.operations import SnapshotsOperations as OperationClass + elif api_version == '2022-06-02-preview': + from .v2022_06_02_preview.operations import SnapshotsOperations as OperationClass + elif api_version == '2022-07-01': + from .v2022_07_01.operations import SnapshotsOperations as OperationClass + elif api_version == '2022-07-02-preview': + from .v2022_07_02_preview.operations import SnapshotsOperations as OperationClass + elif api_version == '2022-08-02-preview': + from .v2022_08_02_preview.operations import SnapshotsOperations as OperationClass + elif api_version == '2022-08-03-preview': + from .v2022_08_03_preview.operations import SnapshotsOperations as OperationClass + elif api_version == '2022-09-01': + from .v2022_09_01.operations import SnapshotsOperations as OperationClass + elif api_version == '2022-09-02-preview': + from .v2022_09_02_preview.operations import SnapshotsOperations as OperationClass + elif api_version == '2022-10-02-preview': + from .v2022_10_02_preview.operations import SnapshotsOperations as OperationClass + elif api_version == '2022-11-01': + from .v2022_11_01.operations import SnapshotsOperations as OperationClass + elif api_version == '2022-11-02-preview': + from .v2022_11_02_preview.operations import SnapshotsOperations as OperationClass + elif api_version == '2023-01-01': + from .v2023_01_01.operations import SnapshotsOperations as OperationClass + elif api_version == '2023-01-02-preview': + from .v2023_01_02_preview.operations import SnapshotsOperations as OperationClass + elif api_version == '2023-02-01': + from .v2023_02_01.operations import SnapshotsOperations as OperationClass + elif api_version == '2023-02-02-preview': + from .v2023_02_02_preview.operations import SnapshotsOperations as OperationClass + else: + raise ValueError("API version {} does not have operation group 'snapshots'".format(api_version)) + self._config.api_version = api_version + return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) + + @property + def trusted_access_role_bindings(self): + """Instance depends on the API version: + + * 2022-04-02-preview: :class:`TrustedAccessRoleBindingsOperations` + * 2022-05-02-preview: :class:`TrustedAccessRoleBindingsOperations` + * 2022-06-02-preview: :class:`TrustedAccessRoleBindingsOperations` + * 2022-07-02-preview: :class:`TrustedAccessRoleBindingsOperations` + * 2022-08-02-preview: :class:`TrustedAccessRoleBindingsOperations` + * 2022-08-03-preview: :class:`TrustedAccessRoleBindingsOperations` + * 2022-09-02-preview: :class:`TrustedAccessRoleBindingsOperations` + * 2022-10-02-preview: :class:`TrustedAccessRoleBindingsOperations` + * 2022-11-02-preview: :class:`TrustedAccessRoleBindingsOperations` + * 2023-01-02-preview: :class:`TrustedAccessRoleBindingsOperations` + * 2023-02-02-preview: :class:`TrustedAccessRoleBindingsOperations` + """ + api_version = self._get_api_version('trusted_access_role_bindings') + if api_version == '2022-04-02-preview': + from .v2022_04_02_preview.operations import TrustedAccessRoleBindingsOperations as OperationClass + elif api_version == '2022-05-02-preview': + from .v2022_05_02_preview.operations import TrustedAccessRoleBindingsOperations as OperationClass + elif api_version == '2022-06-02-preview': + from .v2022_06_02_preview.operations import TrustedAccessRoleBindingsOperations as OperationClass + elif api_version == '2022-07-02-preview': + from .v2022_07_02_preview.operations import TrustedAccessRoleBindingsOperations as OperationClass + elif api_version == '2022-08-02-preview': + from .v2022_08_02_preview.operations import TrustedAccessRoleBindingsOperations as OperationClass + elif api_version == '2022-08-03-preview': + from .v2022_08_03_preview.operations import TrustedAccessRoleBindingsOperations as OperationClass + elif api_version == '2022-09-02-preview': + from .v2022_09_02_preview.operations import TrustedAccessRoleBindingsOperations as OperationClass + elif api_version == '2022-10-02-preview': + from .v2022_10_02_preview.operations import TrustedAccessRoleBindingsOperations as OperationClass + elif api_version == '2022-11-02-preview': + from .v2022_11_02_preview.operations import TrustedAccessRoleBindingsOperations as OperationClass + elif api_version == '2023-01-02-preview': + from .v2023_01_02_preview.operations import TrustedAccessRoleBindingsOperations as OperationClass + elif api_version == '2023-02-02-preview': + from .v2023_02_02_preview.operations import TrustedAccessRoleBindingsOperations as OperationClass + else: + raise ValueError("API version {} does not have operation group 'trusted_access_role_bindings'".format(api_version)) + self._config.api_version = api_version + return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) + + @property + def trusted_access_roles(self): + """Instance depends on the API version: + + * 2022-04-02-preview: :class:`TrustedAccessRolesOperations` + * 2022-05-02-preview: :class:`TrustedAccessRolesOperations` + * 2022-06-02-preview: :class:`TrustedAccessRolesOperations` + * 2022-07-02-preview: :class:`TrustedAccessRolesOperations` + * 2022-08-02-preview: :class:`TrustedAccessRolesOperations` + * 2022-08-03-preview: :class:`TrustedAccessRolesOperations` + * 2022-09-02-preview: :class:`TrustedAccessRolesOperations` + * 2022-10-02-preview: :class:`TrustedAccessRolesOperations` + * 2022-11-02-preview: :class:`TrustedAccessRolesOperations` + * 2023-01-02-preview: :class:`TrustedAccessRolesOperations` + * 2023-02-02-preview: :class:`TrustedAccessRolesOperations` + """ + api_version = self._get_api_version('trusted_access_roles') + if api_version == '2022-04-02-preview': + from .v2022_04_02_preview.operations import TrustedAccessRolesOperations as OperationClass + elif api_version == '2022-05-02-preview': + from .v2022_05_02_preview.operations import TrustedAccessRolesOperations as OperationClass + elif api_version == '2022-06-02-preview': + from .v2022_06_02_preview.operations import TrustedAccessRolesOperations as OperationClass + elif api_version == '2022-07-02-preview': + from .v2022_07_02_preview.operations import TrustedAccessRolesOperations as OperationClass + elif api_version == '2022-08-02-preview': + from .v2022_08_02_preview.operations import TrustedAccessRolesOperations as OperationClass + elif api_version == '2022-08-03-preview': + from .v2022_08_03_preview.operations import TrustedAccessRolesOperations as OperationClass + elif api_version == '2022-09-02-preview': + from .v2022_09_02_preview.operations import TrustedAccessRolesOperations as OperationClass + elif api_version == '2022-10-02-preview': + from .v2022_10_02_preview.operations import TrustedAccessRolesOperations as OperationClass + elif api_version == '2022-11-02-preview': + from .v2022_11_02_preview.operations import TrustedAccessRolesOperations as OperationClass + elif api_version == '2023-01-02-preview': + from .v2023_01_02_preview.operations import TrustedAccessRolesOperations as OperationClass + elif api_version == '2023-02-02-preview': + from .v2023_02_02_preview.operations import TrustedAccessRolesOperations as OperationClass + else: + raise ValueError("API version {} does not have operation group 'trusted_access_roles'".format(api_version)) + self._config.api_version = api_version + return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) + + def close(self): + self._client.close() + def __enter__(self): + self._client.__enter__() + return self + def __exit__(self, *exc_details): + self._client.__exit__(*exc_details) diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/_serialization.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/_serialization.py new file mode 100644 index 00000000000..25467dfc00b --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/_serialization.py @@ -0,0 +1,1998 @@ +# -------------------------------------------------------------------------- +# +# Copyright (c) Microsoft Corporation. All rights reserved. +# +# The MIT License (MIT) +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the ""Software""), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. +# +# -------------------------------------------------------------------------- + +# pylint: skip-file +# pyright: reportUnnecessaryTypeIgnoreComment=false + +from base64 import b64decode, b64encode +import calendar +import datetime +import decimal +import email +from enum import Enum +import json +import logging +import re +import sys +import codecs +from typing import ( + Dict, + Any, + cast, + Optional, + Union, + AnyStr, + IO, + Mapping, + Callable, + TypeVar, + MutableMapping, + Type, + List, + Mapping, +) + +try: + from urllib import quote # type: ignore +except ImportError: + from urllib.parse import quote +import xml.etree.ElementTree as ET + +import isodate # type: ignore + +from azure.core.exceptions import DeserializationError, SerializationError, raise_with_traceback +from azure.core.serialization import NULL as AzureCoreNull + +_BOM = codecs.BOM_UTF8.decode(encoding="utf-8") + +ModelType = TypeVar("ModelType", bound="Model") +JSON = MutableMapping[str, Any] + + +class RawDeserializer: + + # Accept "text" because we're open minded people... + JSON_REGEXP = re.compile(r"^(application|text)/([a-z+.]+\+)?json$") + + # Name used in context + CONTEXT_NAME = "deserialized_data" + + @classmethod + def deserialize_from_text(cls, data: Optional[Union[AnyStr, IO]], content_type: Optional[str] = None) -> Any: + """Decode data according to content-type. + + Accept a stream of data as well, but will be load at once in memory for now. + + If no content-type, will return the string version (not bytes, not stream) + + :param data: Input, could be bytes or stream (will be decoded with UTF8) or text + :type data: str or bytes or IO + :param str content_type: The content type. + """ + if hasattr(data, "read"): + # Assume a stream + data = cast(IO, data).read() + + if isinstance(data, bytes): + data_as_str = data.decode(encoding="utf-8-sig") + else: + # Explain to mypy the correct type. + data_as_str = cast(str, data) + + # Remove Byte Order Mark if present in string + data_as_str = data_as_str.lstrip(_BOM) + + if content_type is None: + return data + + if cls.JSON_REGEXP.match(content_type): + try: + return json.loads(data_as_str) + except ValueError as err: + raise DeserializationError("JSON is invalid: {}".format(err), err) + elif "xml" in (content_type or []): + try: + + try: + if isinstance(data, unicode): # type: ignore + # If I'm Python 2.7 and unicode XML will scream if I try a "fromstring" on unicode string + data_as_str = data_as_str.encode(encoding="utf-8") # type: ignore + except NameError: + pass + + return ET.fromstring(data_as_str) # nosec + except ET.ParseError: + # It might be because the server has an issue, and returned JSON with + # content-type XML.... + # So let's try a JSON load, and if it's still broken + # let's flow the initial exception + def _json_attemp(data): + try: + return True, json.loads(data) + except ValueError: + return False, None # Don't care about this one + + success, json_result = _json_attemp(data) + if success: + return json_result + # If i'm here, it's not JSON, it's not XML, let's scream + # and raise the last context in this block (the XML exception) + # The function hack is because Py2.7 messes up with exception + # context otherwise. + _LOGGER.critical("Wasn't XML not JSON, failing") + raise_with_traceback(DeserializationError, "XML is invalid") + raise DeserializationError("Cannot deserialize content-type: {}".format(content_type)) + + @classmethod + def deserialize_from_http_generics(cls, body_bytes: Optional[Union[AnyStr, IO]], headers: Mapping) -> Any: + """Deserialize from HTTP response. + + Use bytes and headers to NOT use any requests/aiohttp or whatever + specific implementation. + Headers will tested for "content-type" + """ + # Try to use content-type from headers if available + content_type = None + if "content-type" in headers: + content_type = headers["content-type"].split(";")[0].strip().lower() + # Ouch, this server did not declare what it sent... + # Let's guess it's JSON... + # Also, since Autorest was considering that an empty body was a valid JSON, + # need that test as well.... + else: + content_type = "application/json" + + if body_bytes: + return cls.deserialize_from_text(body_bytes, content_type) + return None + + +try: + basestring # type: ignore + unicode_str = unicode # type: ignore +except NameError: + basestring = str + unicode_str = str + +_LOGGER = logging.getLogger(__name__) + +try: + _long_type = long # type: ignore +except NameError: + _long_type = int + + +class UTC(datetime.tzinfo): + """Time Zone info for handling UTC""" + + def utcoffset(self, dt): + """UTF offset for UTC is 0.""" + return datetime.timedelta(0) + + def tzname(self, dt): + """Timestamp representation.""" + return "Z" + + def dst(self, dt): + """No daylight saving for UTC.""" + return datetime.timedelta(hours=1) + + +try: + from datetime import timezone as _FixedOffset # type: ignore +except ImportError: # Python 2.7 + + class _FixedOffset(datetime.tzinfo): # type: ignore + """Fixed offset in minutes east from UTC. + Copy/pasted from Python doc + :param datetime.timedelta offset: offset in timedelta format + """ + + def __init__(self, offset): + self.__offset = offset + + def utcoffset(self, dt): + return self.__offset + + def tzname(self, dt): + return str(self.__offset.total_seconds() / 3600) + + def __repr__(self): + return "".format(self.tzname(None)) + + def dst(self, dt): + return datetime.timedelta(0) + + def __getinitargs__(self): + return (self.__offset,) + + +try: + from datetime import timezone + + TZ_UTC = timezone.utc +except ImportError: + TZ_UTC = UTC() # type: ignore + +_FLATTEN = re.compile(r"(? None: + self.additional_properties: Dict[str, Any] = {} + for k in kwargs: + if k not in self._attribute_map: + _LOGGER.warning("%s is not a known attribute of class %s and will be ignored", k, self.__class__) + elif k in self._validation and self._validation[k].get("readonly", False): + _LOGGER.warning("Readonly attribute %s will be ignored in class %s", k, self.__class__) + else: + setattr(self, k, kwargs[k]) + + def __eq__(self, other: Any) -> bool: + """Compare objects by comparing all attributes.""" + if isinstance(other, self.__class__): + return self.__dict__ == other.__dict__ + return False + + def __ne__(self, other: Any) -> bool: + """Compare objects by comparing all attributes.""" + return not self.__eq__(other) + + def __str__(self) -> str: + return str(self.__dict__) + + @classmethod + def enable_additional_properties_sending(cls) -> None: + cls._attribute_map["additional_properties"] = {"key": "", "type": "{object}"} + + @classmethod + def is_xml_model(cls) -> bool: + try: + cls._xml_map # type: ignore + except AttributeError: + return False + return True + + @classmethod + def _create_xml_node(cls): + """Create XML node.""" + try: + xml_map = cls._xml_map # type: ignore + except AttributeError: + xml_map = {} + + return _create_xml_node(xml_map.get("name", cls.__name__), xml_map.get("prefix", None), xml_map.get("ns", None)) + + def serialize(self, keep_readonly: bool = False, **kwargs: Any) -> JSON: + """Return the JSON that would be sent to azure from this model. + + This is an alias to `as_dict(full_restapi_key_transformer, keep_readonly=False)`. + + If you want XML serialization, you can pass the kwargs is_xml=True. + + :param bool keep_readonly: If you want to serialize the readonly attributes + :returns: A dict JSON compatible object + :rtype: dict + """ + serializer = Serializer(self._infer_class_models()) + return serializer._serialize(self, keep_readonly=keep_readonly, **kwargs) + + def as_dict( + self, + keep_readonly: bool = True, + key_transformer: Callable[ + [str, Dict[str, Any], Any], Any + ] = attribute_transformer, + **kwargs: Any + ) -> JSON: + """Return a dict that can be serialized using json.dump. + + Advanced usage might optionally use a callback as parameter: + + .. code::python + + def my_key_transformer(key, attr_desc, value): + return key + + Key is the attribute name used in Python. Attr_desc + is a dict of metadata. Currently contains 'type' with the + msrest type and 'key' with the RestAPI encoded key. + Value is the current value in this object. + + The string returned will be used to serialize the key. + If the return type is a list, this is considered hierarchical + result dict. + + See the three examples in this file: + + - attribute_transformer + - full_restapi_key_transformer + - last_restapi_key_transformer + + If you want XML serialization, you can pass the kwargs is_xml=True. + + :param function key_transformer: A key transformer function. + :returns: A dict JSON compatible object + :rtype: dict + """ + serializer = Serializer(self._infer_class_models()) + return serializer._serialize(self, key_transformer=key_transformer, keep_readonly=keep_readonly, **kwargs) + + @classmethod + def _infer_class_models(cls): + try: + str_models = cls.__module__.rsplit(".", 1)[0] + models = sys.modules[str_models] + client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} + if cls.__name__ not in client_models: + raise ValueError("Not Autorest generated code") + except Exception: + # Assume it's not Autorest generated (tests?). Add ourselves as dependencies. + client_models = {cls.__name__: cls} + return client_models + + @classmethod + def deserialize(cls: Type[ModelType], data: Any, content_type: Optional[str] = None) -> ModelType: + """Parse a str using the RestAPI syntax and return a model. + + :param str data: A str using RestAPI structure. JSON by default. + :param str content_type: JSON by default, set application/xml if XML. + :returns: An instance of this model + :raises: DeserializationError if something went wrong + """ + deserializer = Deserializer(cls._infer_class_models()) + return deserializer(cls.__name__, data, content_type=content_type) + + @classmethod + def from_dict( + cls: Type[ModelType], + data: Any, + key_extractors: Optional[Callable[[str, Dict[str, Any], Any], Any]] = None, + content_type: Optional[str] = None, + ) -> ModelType: + """Parse a dict using given key extractor return a model. + + By default consider key + extractors (rest_key_case_insensitive_extractor, attribute_key_case_insensitive_extractor + and last_rest_key_case_insensitive_extractor) + + :param dict data: A dict using RestAPI structure + :param str content_type: JSON by default, set application/xml if XML. + :returns: An instance of this model + :raises: DeserializationError if something went wrong + """ + deserializer = Deserializer(cls._infer_class_models()) + deserializer.key_extractors = ( # type: ignore + [ # type: ignore + attribute_key_case_insensitive_extractor, + rest_key_case_insensitive_extractor, + last_rest_key_case_insensitive_extractor, + ] + if key_extractors is None + else key_extractors + ) + return deserializer(cls.__name__, data, content_type=content_type) + + @classmethod + def _flatten_subtype(cls, key, objects): + if "_subtype_map" not in cls.__dict__: + return {} + result = dict(cls._subtype_map[key]) + for valuetype in cls._subtype_map[key].values(): + result.update(objects[valuetype]._flatten_subtype(key, objects)) + return result + + @classmethod + def _classify(cls, response, objects): + """Check the class _subtype_map for any child classes. + We want to ignore any inherited _subtype_maps. + Remove the polymorphic key from the initial data. + """ + for subtype_key in cls.__dict__.get("_subtype_map", {}).keys(): + subtype_value = None + + if not isinstance(response, ET.Element): + rest_api_response_key = cls._get_rest_key_parts(subtype_key)[-1] + subtype_value = response.pop(rest_api_response_key, None) or response.pop(subtype_key, None) + else: + subtype_value = xml_key_extractor(subtype_key, cls._attribute_map[subtype_key], response) + if subtype_value: + # Try to match base class. Can be class name only + # (bug to fix in Autorest to support x-ms-discriminator-name) + if cls.__name__ == subtype_value: + return cls + flatten_mapping_type = cls._flatten_subtype(subtype_key, objects) + try: + return objects[flatten_mapping_type[subtype_value]] # type: ignore + except KeyError: + _LOGGER.warning( + "Subtype value %s has no mapping, use base class %s.", + subtype_value, + cls.__name__, + ) + break + else: + _LOGGER.warning("Discriminator %s is absent or null, use base class %s.", subtype_key, cls.__name__) + break + return cls + + @classmethod + def _get_rest_key_parts(cls, attr_key): + """Get the RestAPI key of this attr, split it and decode part + :param str attr_key: Attribute key must be in attribute_map. + :returns: A list of RestAPI part + :rtype: list + """ + rest_split_key = _FLATTEN.split(cls._attribute_map[attr_key]["key"]) + return [_decode_attribute_map_key(key_part) for key_part in rest_split_key] + + +def _decode_attribute_map_key(key): + """This decode a key in an _attribute_map to the actual key we want to look at + inside the received data. + + :param str key: A key string from the generated code + """ + return key.replace("\\.", ".") + + +class Serializer(object): + """Request object model serializer.""" + + basic_types = {str: "str", int: "int", bool: "bool", float: "float"} + + _xml_basic_types_serializers = {"bool": lambda x: str(x).lower()} + days = {0: "Mon", 1: "Tue", 2: "Wed", 3: "Thu", 4: "Fri", 5: "Sat", 6: "Sun"} + months = { + 1: "Jan", + 2: "Feb", + 3: "Mar", + 4: "Apr", + 5: "May", + 6: "Jun", + 7: "Jul", + 8: "Aug", + 9: "Sep", + 10: "Oct", + 11: "Nov", + 12: "Dec", + } + validation = { + "min_length": lambda x, y: len(x) < y, + "max_length": lambda x, y: len(x) > y, + "minimum": lambda x, y: x < y, + "maximum": lambda x, y: x > y, + "minimum_ex": lambda x, y: x <= y, + "maximum_ex": lambda x, y: x >= y, + "min_items": lambda x, y: len(x) < y, + "max_items": lambda x, y: len(x) > y, + "pattern": lambda x, y: not re.match(y, x, re.UNICODE), + "unique": lambda x, y: len(x) != len(set(x)), + "multiple": lambda x, y: x % y != 0, + } + + def __init__(self, classes: Optional[Mapping[str, Type[ModelType]]]=None): + self.serialize_type = { + "iso-8601": Serializer.serialize_iso, + "rfc-1123": Serializer.serialize_rfc, + "unix-time": Serializer.serialize_unix, + "duration": Serializer.serialize_duration, + "date": Serializer.serialize_date, + "time": Serializer.serialize_time, + "decimal": Serializer.serialize_decimal, + "long": Serializer.serialize_long, + "bytearray": Serializer.serialize_bytearray, + "base64": Serializer.serialize_base64, + "object": self.serialize_object, + "[]": self.serialize_iter, + "{}": self.serialize_dict, + } + self.dependencies: Dict[str, Type[ModelType]] = dict(classes) if classes else {} + self.key_transformer = full_restapi_key_transformer + self.client_side_validation = True + + def _serialize(self, target_obj, data_type=None, **kwargs): + """Serialize data into a string according to type. + + :param target_obj: The data to be serialized. + :param str data_type: The type to be serialized from. + :rtype: str, dict + :raises: SerializationError if serialization fails. + """ + key_transformer = kwargs.get("key_transformer", self.key_transformer) + keep_readonly = kwargs.get("keep_readonly", False) + if target_obj is None: + return None + + attr_name = None + class_name = target_obj.__class__.__name__ + + if data_type: + return self.serialize_data(target_obj, data_type, **kwargs) + + if not hasattr(target_obj, "_attribute_map"): + data_type = type(target_obj).__name__ + if data_type in self.basic_types.values(): + return self.serialize_data(target_obj, data_type, **kwargs) + + # Force "is_xml" kwargs if we detect a XML model + try: + is_xml_model_serialization = kwargs["is_xml"] + except KeyError: + is_xml_model_serialization = kwargs.setdefault("is_xml", target_obj.is_xml_model()) + + serialized = {} + if is_xml_model_serialization: + serialized = target_obj._create_xml_node() + try: + attributes = target_obj._attribute_map + for attr, attr_desc in attributes.items(): + attr_name = attr + if not keep_readonly and target_obj._validation.get(attr_name, {}).get("readonly", False): + continue + + if attr_name == "additional_properties" and attr_desc["key"] == "": + if target_obj.additional_properties is not None: + serialized.update(target_obj.additional_properties) + continue + try: + + orig_attr = getattr(target_obj, attr) + if is_xml_model_serialization: + pass # Don't provide "transformer" for XML for now. Keep "orig_attr" + else: # JSON + keys, orig_attr = key_transformer(attr, attr_desc.copy(), orig_attr) + keys = keys if isinstance(keys, list) else [keys] + + kwargs["serialization_ctxt"] = attr_desc + new_attr = self.serialize_data(orig_attr, attr_desc["type"], **kwargs) + + if is_xml_model_serialization: + xml_desc = attr_desc.get("xml", {}) + xml_name = xml_desc.get("name", attr_desc["key"]) + xml_prefix = xml_desc.get("prefix", None) + xml_ns = xml_desc.get("ns", None) + if xml_desc.get("attr", False): + if xml_ns: + ET.register_namespace(xml_prefix, xml_ns) + xml_name = "{}{}".format(xml_ns, xml_name) + serialized.set(xml_name, new_attr) # type: ignore + continue + if xml_desc.get("text", False): + serialized.text = new_attr # type: ignore + continue + if isinstance(new_attr, list): + serialized.extend(new_attr) # type: ignore + elif isinstance(new_attr, ET.Element): + # If the down XML has no XML/Name, we MUST replace the tag with the local tag. But keeping the namespaces. + if "name" not in getattr(orig_attr, "_xml_map", {}): + splitted_tag = new_attr.tag.split("}") + if len(splitted_tag) == 2: # Namespace + new_attr.tag = "}".join([splitted_tag[0], xml_name]) + else: + new_attr.tag = xml_name + serialized.append(new_attr) # type: ignore + else: # That's a basic type + # Integrate namespace if necessary + local_node = _create_xml_node(xml_name, xml_prefix, xml_ns) + local_node.text = unicode_str(new_attr) + serialized.append(local_node) # type: ignore + else: # JSON + for k in reversed(keys): # type: ignore + new_attr = {k: new_attr} + + _new_attr = new_attr + _serialized = serialized + for k in keys: # type: ignore + if k not in _serialized: + _serialized.update(_new_attr) # type: ignore + _new_attr = _new_attr[k] # type: ignore + _serialized = _serialized[k] + except ValueError: + continue + + except (AttributeError, KeyError, TypeError) as err: + msg = "Attribute {} in object {} cannot be serialized.\n{}".format(attr_name, class_name, str(target_obj)) + raise_with_traceback(SerializationError, msg, err) + else: + return serialized + + def body(self, data, data_type, **kwargs): + """Serialize data intended for a request body. + + :param data: The data to be serialized. + :param str data_type: The type to be serialized from. + :rtype: dict + :raises: SerializationError if serialization fails. + :raises: ValueError if data is None + """ + + # Just in case this is a dict + internal_data_type_str = data_type.strip("[]{}") + internal_data_type = self.dependencies.get(internal_data_type_str, None) + try: + is_xml_model_serialization = kwargs["is_xml"] + except KeyError: + if internal_data_type and issubclass(internal_data_type, Model): + is_xml_model_serialization = kwargs.setdefault("is_xml", internal_data_type.is_xml_model()) + else: + is_xml_model_serialization = False + if internal_data_type and not isinstance(internal_data_type, Enum): + try: + deserializer = Deserializer(self.dependencies) + # Since it's on serialization, it's almost sure that format is not JSON REST + # We're not able to deal with additional properties for now. + deserializer.additional_properties_detection = False + if is_xml_model_serialization: + deserializer.key_extractors = [ # type: ignore + attribute_key_case_insensitive_extractor, + ] + else: + deserializer.key_extractors = [ + rest_key_case_insensitive_extractor, + attribute_key_case_insensitive_extractor, + last_rest_key_case_insensitive_extractor, + ] + data = deserializer._deserialize(data_type, data) + except DeserializationError as err: + raise_with_traceback(SerializationError, "Unable to build a model: " + str(err), err) + + return self._serialize(data, data_type, **kwargs) + + def url(self, name, data, data_type, **kwargs): + """Serialize data intended for a URL path. + + :param data: The data to be serialized. + :param str data_type: The type to be serialized from. + :rtype: str + :raises: TypeError if serialization fails. + :raises: ValueError if data is None + """ + try: + output = self.serialize_data(data, data_type, **kwargs) + if data_type == "bool": + output = json.dumps(output) + + if kwargs.get("skip_quote") is True: + output = str(output) + else: + output = quote(str(output), safe="") + except SerializationError: + raise TypeError("{} must be type {}.".format(name, data_type)) + else: + return output + + def query(self, name, data, data_type, **kwargs): + """Serialize data intended for a URL query. + + :param data: The data to be serialized. + :param str data_type: The type to be serialized from. + :rtype: str + :raises: TypeError if serialization fails. + :raises: ValueError if data is None + """ + try: + # Treat the list aside, since we don't want to encode the div separator + if data_type.startswith("["): + internal_data_type = data_type[1:-1] + data = [self.serialize_data(d, internal_data_type, **kwargs) if d is not None else "" for d in data] + if not kwargs.get("skip_quote", False): + data = [quote(str(d), safe="") for d in data] + return str(self.serialize_iter(data, internal_data_type, **kwargs)) + + # Not a list, regular serialization + output = self.serialize_data(data, data_type, **kwargs) + if data_type == "bool": + output = json.dumps(output) + if kwargs.get("skip_quote") is True: + output = str(output) + else: + output = quote(str(output), safe="") + except SerializationError: + raise TypeError("{} must be type {}.".format(name, data_type)) + else: + return str(output) + + def header(self, name, data, data_type, **kwargs): + """Serialize data intended for a request header. + + :param data: The data to be serialized. + :param str data_type: The type to be serialized from. + :rtype: str + :raises: TypeError if serialization fails. + :raises: ValueError if data is None + """ + try: + if data_type in ["[str]"]: + data = ["" if d is None else d for d in data] + + output = self.serialize_data(data, data_type, **kwargs) + if data_type == "bool": + output = json.dumps(output) + except SerializationError: + raise TypeError("{} must be type {}.".format(name, data_type)) + else: + return str(output) + + def serialize_data(self, data, data_type, **kwargs): + """Serialize generic data according to supplied data type. + + :param data: The data to be serialized. + :param str data_type: The type to be serialized from. + :param bool required: Whether it's essential that the data not be + empty or None + :raises: AttributeError if required data is None. + :raises: ValueError if data is None + :raises: SerializationError if serialization fails. + """ + if data is None: + raise ValueError("No value for given attribute") + + try: + if data is AzureCoreNull: + return None + if data_type in self.basic_types.values(): + return self.serialize_basic(data, data_type, **kwargs) + + elif data_type in self.serialize_type: + return self.serialize_type[data_type](data, **kwargs) + + # If dependencies is empty, try with current data class + # It has to be a subclass of Enum anyway + enum_type = self.dependencies.get(data_type, data.__class__) + if issubclass(enum_type, Enum): + return Serializer.serialize_enum(data, enum_obj=enum_type) + + iter_type = data_type[0] + data_type[-1] + if iter_type in self.serialize_type: + return self.serialize_type[iter_type](data, data_type[1:-1], **kwargs) + + except (ValueError, TypeError) as err: + msg = "Unable to serialize value: {!r} as type: {!r}." + raise_with_traceback(SerializationError, msg.format(data, data_type), err) + else: + return self._serialize(data, **kwargs) + + @classmethod + def _get_custom_serializers(cls, data_type, **kwargs): + custom_serializer = kwargs.get("basic_types_serializers", {}).get(data_type) + if custom_serializer: + return custom_serializer + if kwargs.get("is_xml", False): + return cls._xml_basic_types_serializers.get(data_type) + + @classmethod + def serialize_basic(cls, data, data_type, **kwargs): + """Serialize basic builting data type. + Serializes objects to str, int, float or bool. + + Possible kwargs: + - basic_types_serializers dict[str, callable] : If set, use the callable as serializer + - is_xml bool : If set, use xml_basic_types_serializers + + :param data: Object to be serialized. + :param str data_type: Type of object in the iterable. + """ + custom_serializer = cls._get_custom_serializers(data_type, **kwargs) + if custom_serializer: + return custom_serializer(data) + if data_type == "str": + return cls.serialize_unicode(data) + return eval(data_type)(data) # nosec + + @classmethod + def serialize_unicode(cls, data): + """Special handling for serializing unicode strings in Py2. + Encode to UTF-8 if unicode, otherwise handle as a str. + + :param data: Object to be serialized. + :rtype: str + """ + try: # If I received an enum, return its value + return data.value + except AttributeError: + pass + + try: + if isinstance(data, unicode): # type: ignore + # Don't change it, JSON and XML ElementTree are totally able + # to serialize correctly u'' strings + return data + except NameError: + return str(data) + else: + return str(data) + + def serialize_iter(self, data, iter_type, div=None, **kwargs): + """Serialize iterable. + + Supported kwargs: + - serialization_ctxt dict : The current entry of _attribute_map, or same format. + serialization_ctxt['type'] should be same as data_type. + - is_xml bool : If set, serialize as XML + + :param list attr: Object to be serialized. + :param str iter_type: Type of object in the iterable. + :param bool required: Whether the objects in the iterable must + not be None or empty. + :param str div: If set, this str will be used to combine the elements + in the iterable into a combined string. Default is 'None'. + :rtype: list, str + """ + if isinstance(data, str): + raise SerializationError("Refuse str type as a valid iter type.") + + serialization_ctxt = kwargs.get("serialization_ctxt", {}) + is_xml = kwargs.get("is_xml", False) + + serialized = [] + for d in data: + try: + serialized.append(self.serialize_data(d, iter_type, **kwargs)) + except ValueError: + serialized.append(None) + + if div: + serialized = ["" if s is None else str(s) for s in serialized] + serialized = div.join(serialized) + + if "xml" in serialization_ctxt or is_xml: + # XML serialization is more complicated + xml_desc = serialization_ctxt.get("xml", {}) + xml_name = xml_desc.get("name") + if not xml_name: + xml_name = serialization_ctxt["key"] + + # Create a wrap node if necessary (use the fact that Element and list have "append") + is_wrapped = xml_desc.get("wrapped", False) + node_name = xml_desc.get("itemsName", xml_name) + if is_wrapped: + final_result = _create_xml_node(xml_name, xml_desc.get("prefix", None), xml_desc.get("ns", None)) + else: + final_result = [] + # All list elements to "local_node" + for el in serialized: + if isinstance(el, ET.Element): + el_node = el + else: + el_node = _create_xml_node(node_name, xml_desc.get("prefix", None), xml_desc.get("ns", None)) + if el is not None: # Otherwise it writes "None" :-p + el_node.text = str(el) + final_result.append(el_node) + return final_result + return serialized + + def serialize_dict(self, attr, dict_type, **kwargs): + """Serialize a dictionary of objects. + + :param dict attr: Object to be serialized. + :param str dict_type: Type of object in the dictionary. + :param bool required: Whether the objects in the dictionary must + not be None or empty. + :rtype: dict + """ + serialization_ctxt = kwargs.get("serialization_ctxt", {}) + serialized = {} + for key, value in attr.items(): + try: + serialized[self.serialize_unicode(key)] = self.serialize_data(value, dict_type, **kwargs) + except ValueError: + serialized[self.serialize_unicode(key)] = None + + if "xml" in serialization_ctxt: + # XML serialization is more complicated + xml_desc = serialization_ctxt["xml"] + xml_name = xml_desc["name"] + + final_result = _create_xml_node(xml_name, xml_desc.get("prefix", None), xml_desc.get("ns", None)) + for key, value in serialized.items(): + ET.SubElement(final_result, key).text = value + return final_result + + return serialized + + def serialize_object(self, attr, **kwargs): + """Serialize a generic object. + This will be handled as a dictionary. If object passed in is not + a basic type (str, int, float, dict, list) it will simply be + cast to str. + + :param dict attr: Object to be serialized. + :rtype: dict or str + """ + if attr is None: + return None + if isinstance(attr, ET.Element): + return attr + obj_type = type(attr) + if obj_type in self.basic_types: + return self.serialize_basic(attr, self.basic_types[obj_type], **kwargs) + if obj_type is _long_type: + return self.serialize_long(attr) + if obj_type is unicode_str: + return self.serialize_unicode(attr) + if obj_type is datetime.datetime: + return self.serialize_iso(attr) + if obj_type is datetime.date: + return self.serialize_date(attr) + if obj_type is datetime.time: + return self.serialize_time(attr) + if obj_type is datetime.timedelta: + return self.serialize_duration(attr) + if obj_type is decimal.Decimal: + return self.serialize_decimal(attr) + + # If it's a model or I know this dependency, serialize as a Model + elif obj_type in self.dependencies.values() or isinstance(attr, Model): + return self._serialize(attr) + + if obj_type == dict: + serialized = {} + for key, value in attr.items(): + try: + serialized[self.serialize_unicode(key)] = self.serialize_object(value, **kwargs) + except ValueError: + serialized[self.serialize_unicode(key)] = None + return serialized + + if obj_type == list: + serialized = [] + for obj in attr: + try: + serialized.append(self.serialize_object(obj, **kwargs)) + except ValueError: + pass + return serialized + return str(attr) + + @staticmethod + def serialize_enum(attr, enum_obj=None): + try: + result = attr.value + except AttributeError: + result = attr + try: + enum_obj(result) # type: ignore + return result + except ValueError: + for enum_value in enum_obj: # type: ignore + if enum_value.value.lower() == str(attr).lower(): + return enum_value.value + error = "{!r} is not valid value for enum {!r}" + raise SerializationError(error.format(attr, enum_obj)) + + @staticmethod + def serialize_bytearray(attr, **kwargs): + """Serialize bytearray into base-64 string. + + :param attr: Object to be serialized. + :rtype: str + """ + return b64encode(attr).decode() + + @staticmethod + def serialize_base64(attr, **kwargs): + """Serialize str into base-64 string. + + :param attr: Object to be serialized. + :rtype: str + """ + encoded = b64encode(attr).decode("ascii") + return encoded.strip("=").replace("+", "-").replace("/", "_") + + @staticmethod + def serialize_decimal(attr, **kwargs): + """Serialize Decimal object to float. + + :param attr: Object to be serialized. + :rtype: float + """ + return float(attr) + + @staticmethod + def serialize_long(attr, **kwargs): + """Serialize long (Py2) or int (Py3). + + :param attr: Object to be serialized. + :rtype: int/long + """ + return _long_type(attr) + + @staticmethod + def serialize_date(attr, **kwargs): + """Serialize Date object into ISO-8601 formatted string. + + :param Date attr: Object to be serialized. + :rtype: str + """ + if isinstance(attr, str): + attr = isodate.parse_date(attr) + t = "{:04}-{:02}-{:02}".format(attr.year, attr.month, attr.day) + return t + + @staticmethod + def serialize_time(attr, **kwargs): + """Serialize Time object into ISO-8601 formatted string. + + :param datetime.time attr: Object to be serialized. + :rtype: str + """ + if isinstance(attr, str): + attr = isodate.parse_time(attr) + t = "{:02}:{:02}:{:02}".format(attr.hour, attr.minute, attr.second) + if attr.microsecond: + t += ".{:02}".format(attr.microsecond) + return t + + @staticmethod + def serialize_duration(attr, **kwargs): + """Serialize TimeDelta object into ISO-8601 formatted string. + + :param TimeDelta attr: Object to be serialized. + :rtype: str + """ + if isinstance(attr, str): + attr = isodate.parse_duration(attr) + return isodate.duration_isoformat(attr) + + @staticmethod + def serialize_rfc(attr, **kwargs): + """Serialize Datetime object into RFC-1123 formatted string. + + :param Datetime attr: Object to be serialized. + :rtype: str + :raises: TypeError if format invalid. + """ + try: + if not attr.tzinfo: + _LOGGER.warning("Datetime with no tzinfo will be considered UTC.") + utc = attr.utctimetuple() + except AttributeError: + raise TypeError("RFC1123 object must be valid Datetime object.") + + return "{}, {:02} {} {:04} {:02}:{:02}:{:02} GMT".format( + Serializer.days[utc.tm_wday], + utc.tm_mday, + Serializer.months[utc.tm_mon], + utc.tm_year, + utc.tm_hour, + utc.tm_min, + utc.tm_sec, + ) + + @staticmethod + def serialize_iso(attr, **kwargs): + """Serialize Datetime object into ISO-8601 formatted string. + + :param Datetime attr: Object to be serialized. + :rtype: str + :raises: SerializationError if format invalid. + """ + if isinstance(attr, str): + attr = isodate.parse_datetime(attr) + try: + if not attr.tzinfo: + _LOGGER.warning("Datetime with no tzinfo will be considered UTC.") + utc = attr.utctimetuple() + if utc.tm_year > 9999 or utc.tm_year < 1: + raise OverflowError("Hit max or min date") + + microseconds = str(attr.microsecond).rjust(6, "0").rstrip("0").ljust(3, "0") + if microseconds: + microseconds = "." + microseconds + date = "{:04}-{:02}-{:02}T{:02}:{:02}:{:02}".format( + utc.tm_year, utc.tm_mon, utc.tm_mday, utc.tm_hour, utc.tm_min, utc.tm_sec + ) + return date + microseconds + "Z" + except (ValueError, OverflowError) as err: + msg = "Unable to serialize datetime object." + raise_with_traceback(SerializationError, msg, err) + except AttributeError as err: + msg = "ISO-8601 object must be valid Datetime object." + raise_with_traceback(TypeError, msg, err) + + @staticmethod + def serialize_unix(attr, **kwargs): + """Serialize Datetime object into IntTime format. + This is represented as seconds. + + :param Datetime attr: Object to be serialized. + :rtype: int + :raises: SerializationError if format invalid + """ + if isinstance(attr, int): + return attr + try: + if not attr.tzinfo: + _LOGGER.warning("Datetime with no tzinfo will be considered UTC.") + return int(calendar.timegm(attr.utctimetuple())) + except AttributeError: + raise TypeError("Unix time object must be valid Datetime object.") + + +def rest_key_extractor(attr, attr_desc, data): + key = attr_desc["key"] + working_data = data + + while "." in key: + # Need the cast, as for some reasons "split" is typed as list[str | Any] + dict_keys = cast(List[str], _FLATTEN.split(key)) + if len(dict_keys) == 1: + key = _decode_attribute_map_key(dict_keys[0]) + break + working_key = _decode_attribute_map_key(dict_keys[0]) + working_data = working_data.get(working_key, data) + if working_data is None: + # If at any point while following flatten JSON path see None, it means + # that all properties under are None as well + # https://github.com/Azure/msrest-for-python/issues/197 + return None + key = ".".join(dict_keys[1:]) + + return working_data.get(key) + + +def rest_key_case_insensitive_extractor(attr, attr_desc, data): + key = attr_desc["key"] + working_data = data + + while "." in key: + dict_keys = _FLATTEN.split(key) + if len(dict_keys) == 1: + key = _decode_attribute_map_key(dict_keys[0]) + break + working_key = _decode_attribute_map_key(dict_keys[0]) + working_data = attribute_key_case_insensitive_extractor(working_key, None, working_data) + if working_data is None: + # If at any point while following flatten JSON path see None, it means + # that all properties under are None as well + # https://github.com/Azure/msrest-for-python/issues/197 + return None + key = ".".join(dict_keys[1:]) + + if working_data: + return attribute_key_case_insensitive_extractor(key, None, working_data) + + +def last_rest_key_extractor(attr, attr_desc, data): + """Extract the attribute in "data" based on the last part of the JSON path key.""" + key = attr_desc["key"] + dict_keys = _FLATTEN.split(key) + return attribute_key_extractor(dict_keys[-1], None, data) + + +def last_rest_key_case_insensitive_extractor(attr, attr_desc, data): + """Extract the attribute in "data" based on the last part of the JSON path key. + + This is the case insensitive version of "last_rest_key_extractor" + """ + key = attr_desc["key"] + dict_keys = _FLATTEN.split(key) + return attribute_key_case_insensitive_extractor(dict_keys[-1], None, data) + + +def attribute_key_extractor(attr, _, data): + return data.get(attr) + + +def attribute_key_case_insensitive_extractor(attr, _, data): + found_key = None + lower_attr = attr.lower() + for key in data: + if lower_attr == key.lower(): + found_key = key + break + + return data.get(found_key) + + +def _extract_name_from_internal_type(internal_type): + """Given an internal type XML description, extract correct XML name with namespace. + + :param dict internal_type: An model type + :rtype: tuple + :returns: A tuple XML name + namespace dict + """ + internal_type_xml_map = getattr(internal_type, "_xml_map", {}) + xml_name = internal_type_xml_map.get("name", internal_type.__name__) + xml_ns = internal_type_xml_map.get("ns", None) + if xml_ns: + xml_name = "{}{}".format(xml_ns, xml_name) + return xml_name + + +def xml_key_extractor(attr, attr_desc, data): + if isinstance(data, dict): + return None + + # Test if this model is XML ready first + if not isinstance(data, ET.Element): + return None + + xml_desc = attr_desc.get("xml", {}) + xml_name = xml_desc.get("name", attr_desc["key"]) + + # Look for a children + is_iter_type = attr_desc["type"].startswith("[") + is_wrapped = xml_desc.get("wrapped", False) + internal_type = attr_desc.get("internalType", None) + internal_type_xml_map = getattr(internal_type, "_xml_map", {}) + + # Integrate namespace if necessary + xml_ns = xml_desc.get("ns", internal_type_xml_map.get("ns", None)) + if xml_ns: + xml_name = "{}{}".format(xml_ns, xml_name) + + # If it's an attribute, that's simple + if xml_desc.get("attr", False): + return data.get(xml_name) + + # If it's x-ms-text, that's simple too + if xml_desc.get("text", False): + return data.text + + # Scenario where I take the local name: + # - Wrapped node + # - Internal type is an enum (considered basic types) + # - Internal type has no XML/Name node + if is_wrapped or (internal_type and (issubclass(internal_type, Enum) or "name" not in internal_type_xml_map)): + children = data.findall(xml_name) + # If internal type has a local name and it's not a list, I use that name + elif not is_iter_type and internal_type and "name" in internal_type_xml_map: + xml_name = _extract_name_from_internal_type(internal_type) + children = data.findall(xml_name) + # That's an array + else: + if internal_type: # Complex type, ignore itemsName and use the complex type name + items_name = _extract_name_from_internal_type(internal_type) + else: + items_name = xml_desc.get("itemsName", xml_name) + children = data.findall(items_name) + + if len(children) == 0: + if is_iter_type: + if is_wrapped: + return None # is_wrapped no node, we want None + else: + return [] # not wrapped, assume empty list + return None # Assume it's not there, maybe an optional node. + + # If is_iter_type and not wrapped, return all found children + if is_iter_type: + if not is_wrapped: + return children + else: # Iter and wrapped, should have found one node only (the wrap one) + if len(children) != 1: + raise DeserializationError( + "Tried to deserialize an array not wrapped, and found several nodes '{}'. Maybe you should declare this array as wrapped?".format( + xml_name + ) + ) + return list(children[0]) # Might be empty list and that's ok. + + # Here it's not a itertype, we should have found one element only or empty + if len(children) > 1: + raise DeserializationError("Find several XML '{}' where it was not expected".format(xml_name)) + return children[0] + + +class Deserializer(object): + """Response object model deserializer. + + :param dict classes: Class type dictionary for deserializing complex types. + :ivar list key_extractors: Ordered list of extractors to be used by this deserializer. + """ + + basic_types = {str: "str", int: "int", bool: "bool", float: "float"} + + valid_date = re.compile(r"\d{4}[-]\d{2}[-]\d{2}T\d{2}:\d{2}:\d{2}" r"\.?\d*Z?[-+]?[\d{2}]?:?[\d{2}]?") + + def __init__(self, classes: Optional[Mapping[str, Type[ModelType]]]=None): + self.deserialize_type = { + "iso-8601": Deserializer.deserialize_iso, + "rfc-1123": Deserializer.deserialize_rfc, + "unix-time": Deserializer.deserialize_unix, + "duration": Deserializer.deserialize_duration, + "date": Deserializer.deserialize_date, + "time": Deserializer.deserialize_time, + "decimal": Deserializer.deserialize_decimal, + "long": Deserializer.deserialize_long, + "bytearray": Deserializer.deserialize_bytearray, + "base64": Deserializer.deserialize_base64, + "object": self.deserialize_object, + "[]": self.deserialize_iter, + "{}": self.deserialize_dict, + } + self.deserialize_expected_types = { + "duration": (isodate.Duration, datetime.timedelta), + "iso-8601": (datetime.datetime), + } + self.dependencies: Dict[str, Type[ModelType]] = dict(classes) if classes else {} + self.key_extractors = [rest_key_extractor, xml_key_extractor] + # Additional properties only works if the "rest_key_extractor" is used to + # extract the keys. Making it to work whatever the key extractor is too much + # complicated, with no real scenario for now. + # So adding a flag to disable additional properties detection. This flag should be + # used if your expect the deserialization to NOT come from a JSON REST syntax. + # Otherwise, result are unexpected + self.additional_properties_detection = True + + def __call__(self, target_obj, response_data, content_type=None): + """Call the deserializer to process a REST response. + + :param str target_obj: Target data type to deserialize to. + :param requests.Response response_data: REST response object. + :param str content_type: Swagger "produces" if available. + :raises: DeserializationError if deserialization fails. + :return: Deserialized object. + """ + data = self._unpack_content(response_data, content_type) + return self._deserialize(target_obj, data) + + def _deserialize(self, target_obj, data): + """Call the deserializer on a model. + + Data needs to be already deserialized as JSON or XML ElementTree + + :param str target_obj: Target data type to deserialize to. + :param object data: Object to deserialize. + :raises: DeserializationError if deserialization fails. + :return: Deserialized object. + """ + # This is already a model, go recursive just in case + if hasattr(data, "_attribute_map"): + constants = [name for name, config in getattr(data, "_validation", {}).items() if config.get("constant")] + try: + for attr, mapconfig in data._attribute_map.items(): + if attr in constants: + continue + value = getattr(data, attr) + if value is None: + continue + local_type = mapconfig["type"] + internal_data_type = local_type.strip("[]{}") + if internal_data_type not in self.dependencies or isinstance(internal_data_type, Enum): + continue + setattr(data, attr, self._deserialize(local_type, value)) + return data + except AttributeError: + return + + response, class_name = self._classify_target(target_obj, data) + + if isinstance(response, basestring): + return self.deserialize_data(data, response) + elif isinstance(response, type) and issubclass(response, Enum): + return self.deserialize_enum(data, response) + + if data is None: + return data + try: + attributes = response._attribute_map # type: ignore + d_attrs = {} + for attr, attr_desc in attributes.items(): + # Check empty string. If it's not empty, someone has a real "additionalProperties"... + if attr == "additional_properties" and attr_desc["key"] == "": + continue + raw_value = None + # Enhance attr_desc with some dynamic data + attr_desc = attr_desc.copy() # Do a copy, do not change the real one + internal_data_type = attr_desc["type"].strip("[]{}") + if internal_data_type in self.dependencies: + attr_desc["internalType"] = self.dependencies[internal_data_type] + + for key_extractor in self.key_extractors: + found_value = key_extractor(attr, attr_desc, data) + if found_value is not None: + if raw_value is not None and raw_value != found_value: + msg = ( + "Ignoring extracted value '%s' from %s for key '%s'" + " (duplicate extraction, follow extractors order)" + ) + _LOGGER.warning(msg, found_value, key_extractor, attr) + continue + raw_value = found_value + + value = self.deserialize_data(raw_value, attr_desc["type"]) + d_attrs[attr] = value + except (AttributeError, TypeError, KeyError) as err: + msg = "Unable to deserialize to object: " + class_name # type: ignore + raise_with_traceback(DeserializationError, msg, err) + else: + additional_properties = self._build_additional_properties(attributes, data) + return self._instantiate_model(response, d_attrs, additional_properties) + + def _build_additional_properties(self, attribute_map, data): + if not self.additional_properties_detection: + return None + if "additional_properties" in attribute_map and attribute_map.get("additional_properties", {}).get("key") != "": + # Check empty string. If it's not empty, someone has a real "additionalProperties" + return None + if isinstance(data, ET.Element): + data = {el.tag: el.text for el in data} + + known_keys = { + _decode_attribute_map_key(_FLATTEN.split(desc["key"])[0]) + for desc in attribute_map.values() + if desc["key"] != "" + } + present_keys = set(data.keys()) + missing_keys = present_keys - known_keys + return {key: data[key] for key in missing_keys} + + def _classify_target(self, target, data): + """Check to see whether the deserialization target object can + be classified into a subclass. + Once classification has been determined, initialize object. + + :param str target: The target object type to deserialize to. + :param str/dict data: The response data to deserialize. + """ + if target is None: + return None, None + + if isinstance(target, basestring): + try: + target = self.dependencies[target] + except KeyError: + return target, target + + try: + target = target._classify(data, self.dependencies) + except AttributeError: + pass # Target is not a Model, no classify + return target, target.__class__.__name__ # type: ignore + + def failsafe_deserialize(self, target_obj, data, content_type=None): + """Ignores any errors encountered in deserialization, + and falls back to not deserializing the object. Recommended + for use in error deserialization, as we want to return the + HttpResponseError to users, and not have them deal with + a deserialization error. + + :param str target_obj: The target object type to deserialize to. + :param str/dict data: The response data to deserialize. + :param str content_type: Swagger "produces" if available. + """ + try: + return self(target_obj, data, content_type=content_type) + except: + _LOGGER.debug( + "Ran into a deserialization error. Ignoring since this is failsafe deserialization", exc_info=True + ) + return None + + @staticmethod + def _unpack_content(raw_data, content_type=None): + """Extract the correct structure for deserialization. + + If raw_data is a PipelineResponse, try to extract the result of RawDeserializer. + if we can't, raise. Your Pipeline should have a RawDeserializer. + + If not a pipeline response and raw_data is bytes or string, use content-type + to decode it. If no content-type, try JSON. + + If raw_data is something else, bypass all logic and return it directly. + + :param raw_data: Data to be processed. + :param content_type: How to parse if raw_data is a string/bytes. + :raises JSONDecodeError: If JSON is requested and parsing is impossible. + :raises UnicodeDecodeError: If bytes is not UTF8 + """ + # Assume this is enough to detect a Pipeline Response without importing it + context = getattr(raw_data, "context", {}) + if context: + if RawDeserializer.CONTEXT_NAME in context: + return context[RawDeserializer.CONTEXT_NAME] + raise ValueError("This pipeline didn't have the RawDeserializer policy; can't deserialize") + + # Assume this is enough to recognize universal_http.ClientResponse without importing it + if hasattr(raw_data, "body"): + return RawDeserializer.deserialize_from_http_generics(raw_data.text(), raw_data.headers) + + # Assume this enough to recognize requests.Response without importing it. + if hasattr(raw_data, "_content_consumed"): + return RawDeserializer.deserialize_from_http_generics(raw_data.text, raw_data.headers) + + if isinstance(raw_data, (basestring, bytes)) or hasattr(raw_data, "read"): + return RawDeserializer.deserialize_from_text(raw_data, content_type) # type: ignore + return raw_data + + def _instantiate_model(self, response, attrs, additional_properties=None): + """Instantiate a response model passing in deserialized args. + + :param response: The response model class. + :param d_attrs: The deserialized response attributes. + """ + if callable(response): + subtype = getattr(response, "_subtype_map", {}) + try: + readonly = [k for k, v in response._validation.items() if v.get("readonly")] + const = [k for k, v in response._validation.items() if v.get("constant")] + kwargs = {k: v for k, v in attrs.items() if k not in subtype and k not in readonly + const} + response_obj = response(**kwargs) + for attr in readonly: + setattr(response_obj, attr, attrs.get(attr)) + if additional_properties: + response_obj.additional_properties = additional_properties + return response_obj + except TypeError as err: + msg = "Unable to deserialize {} into model {}. ".format(kwargs, response) # type: ignore + raise DeserializationError(msg + str(err)) + else: + try: + for attr, value in attrs.items(): + setattr(response, attr, value) + return response + except Exception as exp: + msg = "Unable to populate response model. " + msg += "Type: {}, Error: {}".format(type(response), exp) + raise DeserializationError(msg) + + def deserialize_data(self, data, data_type): + """Process data for deserialization according to data type. + + :param str data: The response string to be deserialized. + :param str data_type: The type to deserialize to. + :raises: DeserializationError if deserialization fails. + :return: Deserialized object. + """ + if data is None: + return data + + try: + if not data_type: + return data + if data_type in self.basic_types.values(): + return self.deserialize_basic(data, data_type) + if data_type in self.deserialize_type: + if isinstance(data, self.deserialize_expected_types.get(data_type, tuple())): + return data + + is_a_text_parsing_type = lambda x: x not in ["object", "[]", r"{}"] + if isinstance(data, ET.Element) and is_a_text_parsing_type(data_type) and not data.text: + return None + data_val = self.deserialize_type[data_type](data) + return data_val + + iter_type = data_type[0] + data_type[-1] + if iter_type in self.deserialize_type: + return self.deserialize_type[iter_type](data, data_type[1:-1]) + + obj_type = self.dependencies[data_type] + if issubclass(obj_type, Enum): + if isinstance(data, ET.Element): + data = data.text + return self.deserialize_enum(data, obj_type) + + except (ValueError, TypeError, AttributeError) as err: + msg = "Unable to deserialize response data." + msg += " Data: {}, {}".format(data, data_type) + raise_with_traceback(DeserializationError, msg, err) + else: + return self._deserialize(obj_type, data) + + def deserialize_iter(self, attr, iter_type): + """Deserialize an iterable. + + :param list attr: Iterable to be deserialized. + :param str iter_type: The type of object in the iterable. + :rtype: list + """ + if attr is None: + return None + if isinstance(attr, ET.Element): # If I receive an element here, get the children + attr = list(attr) + if not isinstance(attr, (list, set)): + raise DeserializationError("Cannot deserialize as [{}] an object of type {}".format(iter_type, type(attr))) + return [self.deserialize_data(a, iter_type) for a in attr] + + def deserialize_dict(self, attr, dict_type): + """Deserialize a dictionary. + + :param dict/list attr: Dictionary to be deserialized. Also accepts + a list of key, value pairs. + :param str dict_type: The object type of the items in the dictionary. + :rtype: dict + """ + if isinstance(attr, list): + return {x["key"]: self.deserialize_data(x["value"], dict_type) for x in attr} + + if isinstance(attr, ET.Element): + # Transform value into {"Key": "value"} + attr = {el.tag: el.text for el in attr} + return {k: self.deserialize_data(v, dict_type) for k, v in attr.items()} + + def deserialize_object(self, attr, **kwargs): + """Deserialize a generic object. + This will be handled as a dictionary. + + :param dict attr: Dictionary to be deserialized. + :rtype: dict + :raises: TypeError if non-builtin datatype encountered. + """ + if attr is None: + return None + if isinstance(attr, ET.Element): + # Do no recurse on XML, just return the tree as-is + return attr + if isinstance(attr, basestring): + return self.deserialize_basic(attr, "str") + obj_type = type(attr) + if obj_type in self.basic_types: + return self.deserialize_basic(attr, self.basic_types[obj_type]) + if obj_type is _long_type: + return self.deserialize_long(attr) + + if obj_type == dict: + deserialized = {} + for key, value in attr.items(): + try: + deserialized[key] = self.deserialize_object(value, **kwargs) + except ValueError: + deserialized[key] = None + return deserialized + + if obj_type == list: + deserialized = [] + for obj in attr: + try: + deserialized.append(self.deserialize_object(obj, **kwargs)) + except ValueError: + pass + return deserialized + + else: + error = "Cannot deserialize generic object with type: " + raise TypeError(error + str(obj_type)) + + def deserialize_basic(self, attr, data_type): + """Deserialize basic builtin data type from string. + Will attempt to convert to str, int, float and bool. + This function will also accept '1', '0', 'true' and 'false' as + valid bool values. + + :param str attr: response string to be deserialized. + :param str data_type: deserialization data type. + :rtype: str, int, float or bool + :raises: TypeError if string format is not valid. + """ + # If we're here, data is supposed to be a basic type. + # If it's still an XML node, take the text + if isinstance(attr, ET.Element): + attr = attr.text + if not attr: + if data_type == "str": + # None or '', node is empty string. + return "" + else: + # None or '', node with a strong type is None. + # Don't try to model "empty bool" or "empty int" + return None + + if data_type == "bool": + if attr in [True, False, 1, 0]: + return bool(attr) + elif isinstance(attr, basestring): + if attr.lower() in ["true", "1"]: + return True + elif attr.lower() in ["false", "0"]: + return False + raise TypeError("Invalid boolean value: {}".format(attr)) + + if data_type == "str": + return self.deserialize_unicode(attr) + return eval(data_type)(attr) # nosec + + @staticmethod + def deserialize_unicode(data): + """Preserve unicode objects in Python 2, otherwise return data + as a string. + + :param str data: response string to be deserialized. + :rtype: str or unicode + """ + # We might be here because we have an enum modeled as string, + # and we try to deserialize a partial dict with enum inside + if isinstance(data, Enum): + return data + + # Consider this is real string + try: + if isinstance(data, unicode): # type: ignore + return data + except NameError: + return str(data) + else: + return str(data) + + @staticmethod + def deserialize_enum(data, enum_obj): + """Deserialize string into enum object. + + If the string is not a valid enum value it will be returned as-is + and a warning will be logged. + + :param str data: Response string to be deserialized. If this value is + None or invalid it will be returned as-is. + :param Enum enum_obj: Enum object to deserialize to. + :rtype: Enum + """ + if isinstance(data, enum_obj) or data is None: + return data + if isinstance(data, Enum): + data = data.value + if isinstance(data, int): + # Workaround. We might consider remove it in the future. + # https://github.com/Azure/azure-rest-api-specs/issues/141 + try: + return list(enum_obj.__members__.values())[data] + except IndexError: + error = "{!r} is not a valid index for enum {!r}" + raise DeserializationError(error.format(data, enum_obj)) + try: + return enum_obj(str(data)) + except ValueError: + for enum_value in enum_obj: + if enum_value.value.lower() == str(data).lower(): + return enum_value + # We don't fail anymore for unknown value, we deserialize as a string + _LOGGER.warning("Deserializer is not able to find %s as valid enum in %s", data, enum_obj) + return Deserializer.deserialize_unicode(data) + + @staticmethod + def deserialize_bytearray(attr): + """Deserialize string into bytearray. + + :param str attr: response string to be deserialized. + :rtype: bytearray + :raises: TypeError if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + return bytearray(b64decode(attr)) # type: ignore + + @staticmethod + def deserialize_base64(attr): + """Deserialize base64 encoded string into string. + + :param str attr: response string to be deserialized. + :rtype: bytearray + :raises: TypeError if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + padding = "=" * (3 - (len(attr) + 3) % 4) # type: ignore + attr = attr + padding # type: ignore + encoded = attr.replace("-", "+").replace("_", "/") + return b64decode(encoded) + + @staticmethod + def deserialize_decimal(attr): + """Deserialize string into Decimal object. + + :param str attr: response string to be deserialized. + :rtype: Decimal + :raises: DeserializationError if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + try: + return decimal.Decimal(attr) # type: ignore + except decimal.DecimalException as err: + msg = "Invalid decimal {}".format(attr) + raise_with_traceback(DeserializationError, msg, err) + + @staticmethod + def deserialize_long(attr): + """Deserialize string into long (Py2) or int (Py3). + + :param str attr: response string to be deserialized. + :rtype: long or int + :raises: ValueError if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + return _long_type(attr) # type: ignore + + @staticmethod + def deserialize_duration(attr): + """Deserialize ISO-8601 formatted string into TimeDelta object. + + :param str attr: response string to be deserialized. + :rtype: TimeDelta + :raises: DeserializationError if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + try: + duration = isodate.parse_duration(attr) + except (ValueError, OverflowError, AttributeError) as err: + msg = "Cannot deserialize duration object." + raise_with_traceback(DeserializationError, msg, err) + else: + return duration + + @staticmethod + def deserialize_date(attr): + """Deserialize ISO-8601 formatted string into Date object. + + :param str attr: response string to be deserialized. + :rtype: Date + :raises: DeserializationError if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + if re.search(r"[^\W\d_]", attr, re.I + re.U): # type: ignore + raise DeserializationError("Date must have only digits and -. Received: %s" % attr) + # This must NOT use defaultmonth/defaultday. Using None ensure this raises an exception. + return isodate.parse_date(attr, defaultmonth=None, defaultday=None) + + @staticmethod + def deserialize_time(attr): + """Deserialize ISO-8601 formatted string into time object. + + :param str attr: response string to be deserialized. + :rtype: datetime.time + :raises: DeserializationError if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + if re.search(r"[^\W\d_]", attr, re.I + re.U): # type: ignore + raise DeserializationError("Date must have only digits and -. Received: %s" % attr) + return isodate.parse_time(attr) + + @staticmethod + def deserialize_rfc(attr): + """Deserialize RFC-1123 formatted string into Datetime object. + + :param str attr: response string to be deserialized. + :rtype: Datetime + :raises: DeserializationError if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + try: + parsed_date = email.utils.parsedate_tz(attr) # type: ignore + date_obj = datetime.datetime( + *parsed_date[:6], tzinfo=_FixedOffset(datetime.timedelta(minutes=(parsed_date[9] or 0) / 60)) + ) + if not date_obj.tzinfo: + date_obj = date_obj.astimezone(tz=TZ_UTC) + except ValueError as err: + msg = "Cannot deserialize to rfc datetime object." + raise_with_traceback(DeserializationError, msg, err) + else: + return date_obj + + @staticmethod + def deserialize_iso(attr): + """Deserialize ISO-8601 formatted string into Datetime object. + + :param str attr: response string to be deserialized. + :rtype: Datetime + :raises: DeserializationError if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + try: + attr = attr.upper() # type: ignore + match = Deserializer.valid_date.match(attr) + if not match: + raise ValueError("Invalid datetime string: " + attr) + + check_decimal = attr.split(".") + if len(check_decimal) > 1: + decimal_str = "" + for digit in check_decimal[1]: + if digit.isdigit(): + decimal_str += digit + else: + break + if len(decimal_str) > 6: + attr = attr.replace(decimal_str, decimal_str[0:6]) + + date_obj = isodate.parse_datetime(attr) + test_utc = date_obj.utctimetuple() + if test_utc.tm_year > 9999 or test_utc.tm_year < 1: + raise OverflowError("Hit max or min date") + except (ValueError, OverflowError, AttributeError) as err: + msg = "Cannot deserialize datetime object." + raise_with_traceback(DeserializationError, msg, err) + else: + return date_obj + + @staticmethod + def deserialize_unix(attr): + """Serialize Datetime object into IntTime format. + This is represented as seconds. + + :param int attr: Object to be serialized. + :rtype: Datetime + :raises: DeserializationError if format invalid + """ + if isinstance(attr, ET.Element): + attr = int(attr.text) # type: ignore + try: + date_obj = datetime.datetime.fromtimestamp(attr, TZ_UTC) + except ValueError as err: + msg = "Cannot deserialize to unix datetime object." + raise_with_traceback(DeserializationError, msg, err) + else: + return date_obj diff --git a/src/databox/azext_databox/vendored_sdks/databox/models.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/_version.py similarity index 90% rename from src/databox/azext_databox/vendored_sdks/databox/models.py rename to src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/_version.py index 1d5d79558e5..f1bf9b97280 100644 --- a/src/databox/azext_databox/vendored_sdks/databox/models.py +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/_version.py @@ -4,4 +4,5 @@ # Licensed under the MIT License. See License.txt in the project root for # license information. # -------------------------------------------------------------------------- -from .v2019_09_01.models import * + +VERSION = "21.2.0b" \ No newline at end of file diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/models.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/models.py new file mode 100644 index 00000000000..0f552c5ea07 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/models.py @@ -0,0 +1,8 @@ +# 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 .v2017_07_01.models import * +from .v2023_02_02_preview.models import * diff --git a/src/databox/azext_databox/vendored_sdks/databox/py.typed b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/py.typed similarity index 100% rename from src/databox/azext_databox/vendored_sdks/databox/py.typed rename to src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/py.typed diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/__init__.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/__init__.py old mode 100755 new mode 100644 similarity index 100% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/__init__.py rename to src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/__init__.py diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/_configuration.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/_configuration.py old mode 100755 new mode 100644 similarity index 100% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/_configuration.py rename to src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/_configuration.py diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/_container_service_client.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/_container_service_client.py old mode 100755 new mode 100644 similarity index 100% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/_container_service_client.py rename to src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/_container_service_client.py diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/aio/__init__.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/aio/__init__.py old mode 100755 new mode 100644 similarity index 100% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/aio/__init__.py rename to src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/aio/__init__.py diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/aio/_configuration.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/aio/_configuration.py old mode 100755 new mode 100644 similarity index 100% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/aio/_configuration.py rename to src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/aio/_configuration.py diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/aio/_container_service_client.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/aio/_container_service_client.py old mode 100755 new mode 100644 similarity index 100% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/aio/_container_service_client.py rename to src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/aio/_container_service_client.py diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/aio/operations/__init__.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/aio/operations/__init__.py old mode 100755 new mode 100644 similarity index 100% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/aio/operations/__init__.py rename to src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/aio/operations/__init__.py diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/aio/operations/_container_services_operations.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/aio/operations/_container_services_operations.py old mode 100755 new mode 100644 similarity index 100% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/aio/operations/_container_services_operations.py rename to src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/aio/operations/_container_services_operations.py diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/models/__init__.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/models/__init__.py old mode 100755 new mode 100644 similarity index 100% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/models/__init__.py rename to src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/models/__init__.py diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/models/_container_service_client_enums.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/models/_container_service_client_enums.py old mode 100755 new mode 100644 similarity index 100% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/models/_container_service_client_enums.py rename to src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/models/_container_service_client_enums.py diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/models/_models.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/models/_models.py similarity index 100% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/models/_models.py rename to src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/models/_models.py diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/models/_models_py3.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/models/_models_py3.py old mode 100755 new mode 100644 similarity index 100% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/models/_models_py3.py rename to src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/models/_models_py3.py diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/operations/__init__.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/operations/__init__.py old mode 100755 new mode 100644 similarity index 100% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/operations/__init__.py rename to src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/operations/__init__.py diff --git a/src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/operations/_container_services_operations.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/operations/_container_services_operations.py old mode 100755 new mode 100644 similarity index 100% rename from src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/operations/_container_services_operations.py rename to src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2017_07_01/operations/_container_services_operations.py diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/__init__.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/__init__.py new file mode 100644 index 00000000000..4f004a298ed --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/__init__.py @@ -0,0 +1,26 @@ +# 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 ._container_service_client import ContainerServiceClient +from ._version import VERSION + +__version__ = VERSION + +try: + from ._patch import __all__ as _patch_all + from ._patch import * # pylint: disable=unused-wildcard-import +except ImportError: + _patch_all = [] +from ._patch import patch_sdk as _patch_sdk + +__all__ = [ + "ContainerServiceClient", +] +__all__.extend([p for p in _patch_all if p not in __all__]) + +_patch_sdk() diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/_configuration.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/_configuration.py new file mode 100644 index 00000000000..8645fe9ea6f --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/_configuration.py @@ -0,0 +1,72 @@ +# 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 sys +from typing import Any, TYPE_CHECKING + +from azure.core.configuration import Configuration +from azure.core.pipeline import policies +from azure.mgmt.core.policies import ARMChallengeAuthenticationPolicy, ARMHttpLoggingPolicy + +from ._version import VERSION + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from azure.core.credentials import TokenCredential + + +class ContainerServiceClientConfiguration(Configuration): # pylint: disable=too-many-instance-attributes + """Configuration for ContainerServiceClient. + + 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. Required. + :type credential: ~azure.core.credentials.TokenCredential + :param subscription_id: The ID of the target subscription. Required. + :type subscription_id: str + :keyword api_version: Api Version. Default value is "2023-02-02-preview". Note that overriding + this default value may result in unsupported behavior. + :paramtype api_version: str + """ + + def __init__(self, credential: "TokenCredential", subscription_id: str, **kwargs: Any) -> None: + super(ContainerServiceClientConfiguration, self).__init__(**kwargs) + api_version: Literal["2023-02-02-preview"] = kwargs.pop("api_version", "2023-02-02-preview") + + 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.") + + self.credential = credential + self.subscription_id = subscription_id + self.api_version = api_version + self.credential_scopes = kwargs.pop("credential_scopes", ["https://management.azure.com/.default"]) + kwargs.setdefault("sdk_moniker", "mgmt-containerservice/{}".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.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 = ARMChallengeAuthenticationPolicy( + self.credential, *self.credential_scopes, **kwargs + ) diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/_container_service_client.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/_container_service_client.py new file mode 100644 index 00000000000..7ea9ac4708e --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/_container_service_client.py @@ -0,0 +1,159 @@ +# 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 copy import deepcopy +from typing import Any, TYPE_CHECKING + +from azure.core.rest import HttpRequest, HttpResponse +from azure.mgmt.core import ARMPipelineClient + +from . import models as _models +from .._serialization import Deserializer, Serializer +from ._configuration import ContainerServiceClientConfiguration +from .operations import ( + AgentPoolsOperations, + MaintenanceConfigurationsOperations, + ManagedClusterSnapshotsOperations, + ManagedClustersOperations, + Operations, + PrivateEndpointConnectionsOperations, + PrivateLinkResourcesOperations, + ResolvePrivateLinkServiceIdOperations, + SnapshotsOperations, + TrustedAccessRoleBindingsOperations, + TrustedAccessRolesOperations, +) + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from azure.core.credentials import TokenCredential + + +class ContainerServiceClient: # pylint: disable=client-accepts-api-version-keyword,too-many-instance-attributes + """The Container Service Client. + + :ivar operations: Operations operations + :vartype operations: azure.mgmt.containerservice.v2023_02_02_preview.operations.Operations + :ivar managed_clusters: ManagedClustersOperations operations + :vartype managed_clusters: + azure.mgmt.containerservice.v2023_02_02_preview.operations.ManagedClustersOperations + :ivar maintenance_configurations: MaintenanceConfigurationsOperations operations + :vartype maintenance_configurations: + azure.mgmt.containerservice.v2023_02_02_preview.operations.MaintenanceConfigurationsOperations + :ivar agent_pools: AgentPoolsOperations operations + :vartype agent_pools: + azure.mgmt.containerservice.v2023_02_02_preview.operations.AgentPoolsOperations + :ivar private_endpoint_connections: PrivateEndpointConnectionsOperations operations + :vartype private_endpoint_connections: + azure.mgmt.containerservice.v2023_02_02_preview.operations.PrivateEndpointConnectionsOperations + :ivar private_link_resources: PrivateLinkResourcesOperations operations + :vartype private_link_resources: + azure.mgmt.containerservice.v2023_02_02_preview.operations.PrivateLinkResourcesOperations + :ivar resolve_private_link_service_id: ResolvePrivateLinkServiceIdOperations operations + :vartype resolve_private_link_service_id: + azure.mgmt.containerservice.v2023_02_02_preview.operations.ResolvePrivateLinkServiceIdOperations + :ivar snapshots: SnapshotsOperations operations + :vartype snapshots: + azure.mgmt.containerservice.v2023_02_02_preview.operations.SnapshotsOperations + :ivar managed_cluster_snapshots: ManagedClusterSnapshotsOperations operations + :vartype managed_cluster_snapshots: + azure.mgmt.containerservice.v2023_02_02_preview.operations.ManagedClusterSnapshotsOperations + :ivar trusted_access_roles: TrustedAccessRolesOperations operations + :vartype trusted_access_roles: + azure.mgmt.containerservice.v2023_02_02_preview.operations.TrustedAccessRolesOperations + :ivar trusted_access_role_bindings: TrustedAccessRoleBindingsOperations operations + :vartype trusted_access_role_bindings: + azure.mgmt.containerservice.v2023_02_02_preview.operations.TrustedAccessRoleBindingsOperations + :param credential: Credential needed for the client to connect to Azure. Required. + :type credential: ~azure.core.credentials.TokenCredential + :param subscription_id: The ID of the target subscription. Required. + :type subscription_id: str + :param base_url: Service URL. Default value is "https://management.azure.com". + :type base_url: str + :keyword api_version: Api Version. Default value is "2023-02-02-preview". Note that overriding + this default value may result in unsupported behavior. + :paramtype api_version: str + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no + Retry-After header is present. + """ + + def __init__( + self, + credential: "TokenCredential", + subscription_id: str, + base_url: str = "https://management.azure.com", + **kwargs: Any + ) -> None: + self._config = ContainerServiceClientConfiguration( + credential=credential, subscription_id=subscription_id, **kwargs + ) + self._client: ARMPipelineClient = 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._serialize.client_side_validation = False + self.operations = Operations(self._client, self._config, self._serialize, self._deserialize) + self.managed_clusters = ManagedClustersOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.maintenance_configurations = MaintenanceConfigurationsOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.agent_pools = AgentPoolsOperations(self._client, self._config, self._serialize, self._deserialize) + self.private_endpoint_connections = PrivateEndpointConnectionsOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.private_link_resources = PrivateLinkResourcesOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.resolve_private_link_service_id = ResolvePrivateLinkServiceIdOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.snapshots = SnapshotsOperations(self._client, self._config, self._serialize, self._deserialize) + self.managed_cluster_snapshots = ManagedClusterSnapshotsOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.trusted_access_roles = TrustedAccessRolesOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.trusted_access_role_bindings = TrustedAccessRoleBindingsOperations( + self._client, self._config, self._serialize, self._deserialize + ) + + def _send_request(self, request: HttpRequest, **kwargs: Any) -> HttpResponse: + """Runs the network request through the client's chained policies. + + >>> from azure.core.rest import HttpRequest + >>> request = HttpRequest("GET", "https://www.example.org/") + + >>> response = client._send_request(request) + + + For more information on this code flow, see https://aka.ms/azsdk/dpcodegen/python/send_request + + :param request: The network request you want to make. Required. + :type request: ~azure.core.rest.HttpRequest + :keyword bool stream: Whether the response payload will be streamed. Defaults to False. + :return: The response of your network call. Does not do error handling on your response. + :rtype: ~azure.core.rest.HttpResponse + """ + + request_copy = deepcopy(request) + request_copy.url = self._client.format_url(request_copy.url) + return self._client.send_request(request_copy, **kwargs) + + def close(self) -> None: + self._client.close() + + def __enter__(self) -> "ContainerServiceClient": + self._client.__enter__() + return self + + def __exit__(self, *exc_details: Any) -> None: + self._client.__exit__(*exc_details) diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/_patch.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/_patch.py new file mode 100644 index 00000000000..f7dd3251033 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/_patch.py @@ -0,0 +1,20 @@ +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ +"""Customize generated code here. + +Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize +""" +from typing import List + +__all__: List[str] = [] # Add all objects you want publicly available to users at this package level + + +def patch_sdk(): + """Do not remove from this file. + + `patch_sdk` is a last resort escape hatch that allows you to do customizations + you can't accomplish using the techniques described in + https://aka.ms/azsdk/python/dpcodegen/python/customize + """ diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/_vendor.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/_vendor.py new file mode 100644 index 00000000000..bd0df84f531 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/_vendor.py @@ -0,0 +1,30 @@ +# -------------------------------------------------------------------------- +# 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, cast + +from azure.core.pipeline.transport import HttpRequest + + +def _convert_request(request, files=None): + data = request.content if not files else None + request = HttpRequest(method=request.method, url=request.url, headers=request.headers, data=data) + if files: + request.set_formdata_body(files) + return request + + +def _format_url_section(template, **kwargs): + components = template.split("/") + while components: + try: + return template.format(**kwargs) + except KeyError as key: + # Need the cast, as for some reasons "split" is typed as list[str | Any] + formatted_components = cast(List[str], template.split("/")) + components = [c for c in formatted_components if "{}".format(key.args[0]) not in c] + template = "/".join(components) diff --git a/src/dataprotection/azext_dataprotection/manual/version.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/_version.py similarity index 82% rename from src/dataprotection/azext_dataprotection/manual/version.py rename to src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/_version.py index d6cf51346e9..e5754a47ce6 100644 --- a/src/dataprotection/azext_dataprotection/manual/version.py +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/_version.py @@ -1,11 +1,9 @@ -# -------------------------------------------------------------------------- -# 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. -# -------------------------------------------------------------------------- - -VERSION = "0.7.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. +# -------------------------------------------------------------------------- + +VERSION = "1.0.0b1" diff --git a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/operations/__init__.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/__init__.py similarity index 56% rename from src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/operations/__init__.py rename to src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/__init__.py index 9c8fa7a8253..d14e96ddb36 100644 --- a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/operations/__init__.py +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/__init__.py @@ -6,12 +6,18 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -from ._operations import Operations -from ._jobs_operations import JobsOperations -from ._service_operations import ServiceOperations +from ._container_service_client import ContainerServiceClient + +try: + from ._patch import __all__ as _patch_all + from ._patch import * # pylint: disable=unused-wildcard-import +except ImportError: + _patch_all = [] +from ._patch import patch_sdk as _patch_sdk __all__ = [ - 'Operations', - 'JobsOperations', - 'ServiceOperations', + "ContainerServiceClient", ] +__all__.extend([p for p in _patch_all if p not in __all__]) + +_patch_sdk() diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/_configuration.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/_configuration.py new file mode 100644 index 00000000000..e483fd3879d --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/_configuration.py @@ -0,0 +1,72 @@ +# 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 sys +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, AsyncARMChallengeAuthenticationPolicy + +from .._version import VERSION + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from azure.core.credentials_async import AsyncTokenCredential + + +class ContainerServiceClientConfiguration(Configuration): # pylint: disable=too-many-instance-attributes + """Configuration for ContainerServiceClient. + + 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. Required. + :type credential: ~azure.core.credentials_async.AsyncTokenCredential + :param subscription_id: The ID of the target subscription. Required. + :type subscription_id: str + :keyword api_version: Api Version. Default value is "2023-02-02-preview". Note that overriding + this default value may result in unsupported behavior. + :paramtype api_version: str + """ + + def __init__(self, credential: "AsyncTokenCredential", subscription_id: str, **kwargs: Any) -> None: + super(ContainerServiceClientConfiguration, self).__init__(**kwargs) + api_version: Literal["2023-02-02-preview"] = kwargs.pop("api_version", "2023-02-02-preview") + + 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.") + + self.credential = credential + self.subscription_id = subscription_id + self.api_version = api_version + self.credential_scopes = kwargs.pop("credential_scopes", ["https://management.azure.com/.default"]) + kwargs.setdefault("sdk_moniker", "mgmt-containerservice/{}".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 = AsyncARMChallengeAuthenticationPolicy( + self.credential, *self.credential_scopes, **kwargs + ) diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/_container_service_client.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/_container_service_client.py new file mode 100644 index 00000000000..bc448dbe940 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/_container_service_client.py @@ -0,0 +1,159 @@ +# 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 copy import deepcopy +from typing import Any, Awaitable, TYPE_CHECKING + +from azure.core.rest import AsyncHttpResponse, HttpRequest +from azure.mgmt.core import AsyncARMPipelineClient + +from .. import models as _models +from ..._serialization import Deserializer, Serializer +from ._configuration import ContainerServiceClientConfiguration +from .operations import ( + AgentPoolsOperations, + MaintenanceConfigurationsOperations, + ManagedClusterSnapshotsOperations, + ManagedClustersOperations, + Operations, + PrivateEndpointConnectionsOperations, + PrivateLinkResourcesOperations, + ResolvePrivateLinkServiceIdOperations, + SnapshotsOperations, + TrustedAccessRoleBindingsOperations, + TrustedAccessRolesOperations, +) + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from azure.core.credentials_async import AsyncTokenCredential + + +class ContainerServiceClient: # pylint: disable=client-accepts-api-version-keyword,too-many-instance-attributes + """The Container Service Client. + + :ivar operations: Operations operations + :vartype operations: azure.mgmt.containerservice.v2023_02_02_preview.aio.operations.Operations + :ivar managed_clusters: ManagedClustersOperations operations + :vartype managed_clusters: + azure.mgmt.containerservice.v2023_02_02_preview.aio.operations.ManagedClustersOperations + :ivar maintenance_configurations: MaintenanceConfigurationsOperations operations + :vartype maintenance_configurations: + azure.mgmt.containerservice.v2023_02_02_preview.aio.operations.MaintenanceConfigurationsOperations + :ivar agent_pools: AgentPoolsOperations operations + :vartype agent_pools: + azure.mgmt.containerservice.v2023_02_02_preview.aio.operations.AgentPoolsOperations + :ivar private_endpoint_connections: PrivateEndpointConnectionsOperations operations + :vartype private_endpoint_connections: + azure.mgmt.containerservice.v2023_02_02_preview.aio.operations.PrivateEndpointConnectionsOperations + :ivar private_link_resources: PrivateLinkResourcesOperations operations + :vartype private_link_resources: + azure.mgmt.containerservice.v2023_02_02_preview.aio.operations.PrivateLinkResourcesOperations + :ivar resolve_private_link_service_id: ResolvePrivateLinkServiceIdOperations operations + :vartype resolve_private_link_service_id: + azure.mgmt.containerservice.v2023_02_02_preview.aio.operations.ResolvePrivateLinkServiceIdOperations + :ivar snapshots: SnapshotsOperations operations + :vartype snapshots: + azure.mgmt.containerservice.v2023_02_02_preview.aio.operations.SnapshotsOperations + :ivar managed_cluster_snapshots: ManagedClusterSnapshotsOperations operations + :vartype managed_cluster_snapshots: + azure.mgmt.containerservice.v2023_02_02_preview.aio.operations.ManagedClusterSnapshotsOperations + :ivar trusted_access_roles: TrustedAccessRolesOperations operations + :vartype trusted_access_roles: + azure.mgmt.containerservice.v2023_02_02_preview.aio.operations.TrustedAccessRolesOperations + :ivar trusted_access_role_bindings: TrustedAccessRoleBindingsOperations operations + :vartype trusted_access_role_bindings: + azure.mgmt.containerservice.v2023_02_02_preview.aio.operations.TrustedAccessRoleBindingsOperations + :param credential: Credential needed for the client to connect to Azure. Required. + :type credential: ~azure.core.credentials_async.AsyncTokenCredential + :param subscription_id: The ID of the target subscription. Required. + :type subscription_id: str + :param base_url: Service URL. Default value is "https://management.azure.com". + :type base_url: str + :keyword api_version: Api Version. Default value is "2023-02-02-preview". Note that overriding + this default value may result in unsupported behavior. + :paramtype api_version: str + :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: str = "https://management.azure.com", + **kwargs: Any + ) -> None: + self._config = ContainerServiceClientConfiguration( + credential=credential, subscription_id=subscription_id, **kwargs + ) + self._client: AsyncARMPipelineClient = 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._deserialize = Deserializer(client_models) + self._serialize.client_side_validation = False + self.operations = Operations(self._client, self._config, self._serialize, self._deserialize) + self.managed_clusters = ManagedClustersOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.maintenance_configurations = MaintenanceConfigurationsOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.agent_pools = AgentPoolsOperations(self._client, self._config, self._serialize, self._deserialize) + self.private_endpoint_connections = PrivateEndpointConnectionsOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.private_link_resources = PrivateLinkResourcesOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.resolve_private_link_service_id = ResolvePrivateLinkServiceIdOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.snapshots = SnapshotsOperations(self._client, self._config, self._serialize, self._deserialize) + self.managed_cluster_snapshots = ManagedClusterSnapshotsOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.trusted_access_roles = TrustedAccessRolesOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.trusted_access_role_bindings = TrustedAccessRoleBindingsOperations( + self._client, self._config, self._serialize, self._deserialize + ) + + def _send_request(self, request: HttpRequest, **kwargs: Any) -> Awaitable[AsyncHttpResponse]: + """Runs the network request through the client's chained policies. + + >>> from azure.core.rest import HttpRequest + >>> request = HttpRequest("GET", "https://www.example.org/") + + >>> response = await client._send_request(request) + + + For more information on this code flow, see https://aka.ms/azsdk/dpcodegen/python/send_request + + :param request: The network request you want to make. Required. + :type request: ~azure.core.rest.HttpRequest + :keyword bool stream: Whether the response payload will be streamed. Defaults to False. + :return: The response of your network call. Does not do error handling on your response. + :rtype: ~azure.core.rest.AsyncHttpResponse + """ + + request_copy = deepcopy(request) + request_copy.url = self._client.format_url(request_copy.url) + return self._client.send_request(request_copy, **kwargs) + + async def close(self) -> None: + await self._client.close() + + async def __aenter__(self) -> "ContainerServiceClient": + await self._client.__aenter__() + return self + + async def __aexit__(self, *exc_details: Any) -> None: + await self._client.__aexit__(*exc_details) diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/_patch.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/_patch.py new file mode 100644 index 00000000000..f7dd3251033 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/_patch.py @@ -0,0 +1,20 @@ +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ +"""Customize generated code here. + +Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize +""" +from typing import List + +__all__: List[str] = [] # Add all objects you want publicly available to users at this package level + + +def patch_sdk(): + """Do not remove from this file. + + `patch_sdk` is a last resort escape hatch that allows you to do customizations + you can't accomplish using the techniques described in + https://aka.ms/azsdk/python/dpcodegen/python/customize + """ diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/__init__.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/__init__.py new file mode 100644 index 00000000000..2575b4af365 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/__init__.py @@ -0,0 +1,39 @@ +# 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 ._operations import Operations +from ._managed_clusters_operations import ManagedClustersOperations +from ._maintenance_configurations_operations import MaintenanceConfigurationsOperations +from ._agent_pools_operations import AgentPoolsOperations +from ._private_endpoint_connections_operations import PrivateEndpointConnectionsOperations +from ._private_link_resources_operations import PrivateLinkResourcesOperations +from ._resolve_private_link_service_id_operations import ResolvePrivateLinkServiceIdOperations +from ._snapshots_operations import SnapshotsOperations +from ._managed_cluster_snapshots_operations import ManagedClusterSnapshotsOperations +from ._trusted_access_roles_operations import TrustedAccessRolesOperations +from ._trusted_access_role_bindings_operations import TrustedAccessRoleBindingsOperations + +from ._patch import __all__ as _patch_all +from ._patch import * # pylint: disable=unused-wildcard-import +from ._patch import patch_sdk as _patch_sdk + +__all__ = [ + "Operations", + "ManagedClustersOperations", + "MaintenanceConfigurationsOperations", + "AgentPoolsOperations", + "PrivateEndpointConnectionsOperations", + "PrivateLinkResourcesOperations", + "ResolvePrivateLinkServiceIdOperations", + "SnapshotsOperations", + "ManagedClusterSnapshotsOperations", + "TrustedAccessRolesOperations", + "TrustedAccessRoleBindingsOperations", +] +__all__.extend([p for p in _patch_all if p not in __all__]) +_patch_sdk() diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_agent_pools_operations.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_agent_pools_operations.py new file mode 100644 index 00000000000..27f804218ba --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_agent_pools_operations.py @@ -0,0 +1,1050 @@ +# pylint: disable=too-many-lines +# 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 sys +from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, cast, overload +import urllib.parse + +from azure.core.async_paging import AsyncItemPaged, AsyncList +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import AsyncHttpResponse +from azure.core.polling import AsyncLROPoller, AsyncNoPolling, AsyncPollingMethod +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat +from azure.mgmt.core.polling.async_arm_polling import AsyncARMPolling + +from ... import models as _models +from ..._vendor import _convert_request +from ...operations._agent_pools_operations import ( + build_abort_latest_operation_request, + build_create_or_update_request, + build_delete_request, + build_get_available_agent_pool_versions_request, + build_get_request, + build_get_upgrade_profile_request, + build_list_request, + build_upgrade_node_image_version_request, +) + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class AgentPoolsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.containerservice.v2023_02_02_preview.aio.ContainerServiceClient`'s + :attr:`agent_pools` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + async def _abort_latest_operation_initial( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, agent_pool_name: str, **kwargs: Any + ) -> None: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_abort_latest_operation_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + agent_pool_name=agent_pool_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self._abort_latest_operation_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [202, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + response_headers = {} + if response.status_code == 202: + response_headers["location"] = self._deserialize("str", response.headers.get("location")) + response_headers["Azure-AsyncOperation"] = self._deserialize( + "str", response.headers.get("Azure-AsyncOperation") + ) + + if cls: + return cls(pipeline_response, None, response_headers) + + _abort_latest_operation_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclusters/{resourceName}/agentPools/{agentPoolName}/abort" + } + + @distributed_trace_async + async def begin_abort_latest_operation( + self, resource_group_name: str, resource_name: str, agent_pool_name: str, **kwargs: Any + ) -> AsyncLROPoller[None]: + """Aborts last operation running on agent pool. + + Aborts the currently running operation on the agent pool. The Agent Pool will be moved to a + Canceling state and eventually to a Canceled state when cancellation finishes. If the operation + completes before cancellation can take place, an error is returned. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param agent_pool_name: The name of the agent pool. Required. + :type agent_pool_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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = await self._abort_latest_operation_initial( # type: ignore + resource_group_name=resource_group_name, + resource_name=resource_name, + agent_pool_name=agent_pool_name, + api_version=api_version, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): # pylint: disable=inconsistent-return-statements + if cls: + return cls(pipeline_response, None, {}) + + if polling is True: + polling_method: AsyncPollingMethod = cast( + AsyncPollingMethod, AsyncARMPolling(lro_delay, lro_options={"final-state-via": "location"}, **kwargs) + ) + elif polling is False: + polling_method = cast(AsyncPollingMethod, 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, + ) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_abort_latest_operation.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclusters/{resourceName}/agentPools/{agentPoolName}/abort" + } + + @distributed_trace + def list(self, resource_group_name: str, resource_name: str, **kwargs: Any) -> AsyncIterable["_models.AgentPool"]: + """Gets a list of agent pools in the specified managed cluster. + + Gets a list of agent pools in the specified managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either AgentPool or the result of cls(response) + :rtype: + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPool] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.AgentPoolListResult] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("AgentPoolListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + list.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools" + } + + @distributed_trace_async + async def get( + self, resource_group_name: str, resource_name: str, agent_pool_name: str, **kwargs: Any + ) -> _models.AgentPool: + """Gets the specified managed cluster agent pool. + + Gets the specified managed cluster agent pool. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param agent_pool_name: The name of the agent pool. Required. + :type agent_pool_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: AgentPool or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPool + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.AgentPool] = kwargs.pop("cls", None) + + request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + agent_pool_name=agent_pool_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.get.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("AgentPool", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}" + } + + async def _create_or_update_initial( + self, + resource_group_name: str, + resource_name: str, + agent_pool_name: str, + parameters: Union[_models.AgentPool, IO], + **kwargs: Any + ) -> _models.AgentPool: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.AgentPool] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(parameters, (IO, bytes)): + _content = parameters + else: + _json = self._serialize.body(parameters, "AgentPool") + + request = build_create_or_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + agent_pool_name=agent_pool_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self._create_or_update_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if response.status_code == 200: + deserialized = self._deserialize("AgentPool", pipeline_response) + + if response.status_code == 201: + deserialized = self._deserialize("AgentPool", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + _create_or_update_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}" + } + + @overload + async def begin_create_or_update( + self, + resource_group_name: str, + resource_name: str, + agent_pool_name: str, + parameters: _models.AgentPool, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> AsyncLROPoller[_models.AgentPool]: + """Creates or updates an agent pool in the specified managed cluster. + + Creates or updates an agent pool in the specified managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param agent_pool_name: The name of the agent pool. Required. + :type agent_pool_name: str + :param parameters: The agent pool to create or update. Required. + :type parameters: ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPool + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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 AgentPool or the result of + cls(response) + :rtype: + ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPool] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def begin_create_or_update( + self, + resource_group_name: str, + resource_name: str, + agent_pool_name: str, + parameters: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> AsyncLROPoller[_models.AgentPool]: + """Creates or updates an agent pool in the specified managed cluster. + + Creates or updates an agent pool in the specified managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param agent_pool_name: The name of the agent pool. Required. + :type agent_pool_name: str + :param parameters: The agent pool to create or update. Required. + :type parameters: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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 AgentPool or the result of + cls(response) + :rtype: + ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPool] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def begin_create_or_update( + self, + resource_group_name: str, + resource_name: str, + agent_pool_name: str, + parameters: Union[_models.AgentPool, IO], + **kwargs: Any + ) -> AsyncLROPoller[_models.AgentPool]: + """Creates or updates an agent pool in the specified managed cluster. + + Creates or updates an agent pool in the specified managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param agent_pool_name: The name of the agent pool. Required. + :type agent_pool_name: str + :param parameters: The agent pool to create or update. Is either a AgentPool type or a IO type. + Required. + :type parameters: ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPool or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: 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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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 AgentPool or the result of + cls(response) + :rtype: + ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPool] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.AgentPool] = kwargs.pop("cls", None) + polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = await self._create_or_update_initial( + resource_group_name=resource_group_name, + resource_name=resource_name, + agent_pool_name=agent_pool_name, + parameters=parameters, + api_version=api_version, + content_type=content_type, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): + deserialized = self._deserialize("AgentPool", pipeline_response) + if cls: + return cls(pipeline_response, deserialized, {}) + return deserialized + + if polling is True: + polling_method: AsyncPollingMethod = cast(AsyncPollingMethod, AsyncARMPolling(lro_delay, **kwargs)) + elif polling is False: + polling_method = cast(AsyncPollingMethod, 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, + ) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_create_or_update.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}" + } + + async def _delete_initial( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + resource_name: str, + agent_pool_name: str, + ignore_pod_disruption_budget: Optional[bool] = None, + **kwargs: Any + ) -> None: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + agent_pool_name=agent_pool_name, + subscription_id=self._config.subscription_id, + ignore_pod_disruption_budget=ignore_pod_disruption_budget, + api_version=api_version, + template_url=self._delete_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [202, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + response_headers = {} + if response.status_code == 202: + response_headers["Location"] = self._deserialize("str", response.headers.get("Location")) + + if cls: + return cls(pipeline_response, None, response_headers) + + _delete_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}" + } + + @distributed_trace_async + async def begin_delete( + self, + resource_group_name: str, + resource_name: str, + agent_pool_name: str, + ignore_pod_disruption_budget: Optional[bool] = None, + **kwargs: Any + ) -> AsyncLROPoller[None]: + """Deletes an agent pool in the specified managed cluster. + + Deletes an agent pool in the specified managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param agent_pool_name: The name of the agent pool. Required. + :type agent_pool_name: str + :param ignore_pod_disruption_budget: ignore-pod-disruption-budget=true to delete those pods on + a node without considering Pod Disruption Budget. Default value is None. + :type ignore_pod_disruption_budget: bool + :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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = await self._delete_initial( # type: ignore + resource_group_name=resource_group_name, + resource_name=resource_name, + agent_pool_name=agent_pool_name, + ignore_pod_disruption_budget=ignore_pod_disruption_budget, + api_version=api_version, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): # pylint: disable=inconsistent-return-statements + if cls: + return cls(pipeline_response, None, {}) + + if polling is True: + polling_method: AsyncPollingMethod = cast(AsyncPollingMethod, AsyncARMPolling(lro_delay, **kwargs)) + elif polling is False: + polling_method = cast(AsyncPollingMethod, 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, + ) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_delete.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}" + } + + @distributed_trace_async + async def get_upgrade_profile( + self, resource_group_name: str, resource_name: str, agent_pool_name: str, **kwargs: Any + ) -> _models.AgentPoolUpgradeProfile: + """Gets the upgrade profile for an agent pool. + + Gets the upgrade profile for an agent pool. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param agent_pool_name: The name of the agent pool. Required. + :type agent_pool_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: AgentPoolUpgradeProfile or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolUpgradeProfile + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.AgentPoolUpgradeProfile] = kwargs.pop("cls", None) + + request = build_get_upgrade_profile_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + agent_pool_name=agent_pool_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.get_upgrade_profile.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("AgentPoolUpgradeProfile", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get_upgrade_profile.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}/upgradeProfiles/default" + } + + @distributed_trace_async + async def get_available_agent_pool_versions( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> _models.AgentPoolAvailableVersions: + """Gets a list of supported Kubernetes versions for the specified agent pool. + + See `supported Kubernetes versions + `_ for more details about + the version lifecycle. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: AgentPoolAvailableVersions or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolAvailableVersions + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.AgentPoolAvailableVersions] = kwargs.pop("cls", None) + + request = build_get_available_agent_pool_versions_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.get_available_agent_pool_versions.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("AgentPoolAvailableVersions", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get_available_agent_pool_versions.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/availableAgentPoolVersions" + } + + async def _upgrade_node_image_version_initial( + self, resource_group_name: str, resource_name: str, agent_pool_name: str, **kwargs: Any + ) -> Optional[_models.AgentPool]: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[Optional[_models.AgentPool]] = kwargs.pop("cls", None) + + request = build_upgrade_node_image_version_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + agent_pool_name=agent_pool_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self._upgrade_node_image_version_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = None + response_headers = {} + if response.status_code == 202: + response_headers["Azure-AsyncOperation"] = self._deserialize( + "str", response.headers.get("Azure-AsyncOperation") + ) + + deserialized = self._deserialize("AgentPool", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, response_headers) + + return deserialized + + _upgrade_node_image_version_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}/upgradeNodeImageVersion" + } + + @distributed_trace_async + async def begin_upgrade_node_image_version( + self, resource_group_name: str, resource_name: str, agent_pool_name: str, **kwargs: Any + ) -> AsyncLROPoller[_models.AgentPool]: + """Upgrades the node image version of an agent pool to the latest. + + Upgrading the node image version of an agent pool applies the newest OS and runtime updates to + the nodes. AKS provides one new image per week with the latest updates. For more details on + node image versions, see: https://docs.microsoft.com/azure/aks/node-image-upgrade. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param agent_pool_name: The name of the agent pool. Required. + :type agent_pool_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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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 AgentPool or the result of + cls(response) + :rtype: + ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPool] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = await self._upgrade_node_image_version_initial( + resource_group_name=resource_group_name, + resource_name=resource_name, + agent_pool_name=agent_pool_name, + api_version=api_version, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): + response_headers = {} + response = pipeline_response.http_response + response_headers["Azure-AsyncOperation"] = self._deserialize( + "str", response.headers.get("Azure-AsyncOperation") + ) + + deserialized = self._deserialize("AgentPool", pipeline_response) + if cls: + return cls(pipeline_response, deserialized, response_headers) + return deserialized + + if polling is True: + polling_method: AsyncPollingMethod = cast( + AsyncPollingMethod, AsyncARMPolling(lro_delay, lro_options={"final-state-via": "location"}, **kwargs) + ) + elif polling is False: + polling_method = cast(AsyncPollingMethod, 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, + ) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_upgrade_node_image_version.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}/upgradeNodeImageVersion" + } diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_maintenance_configurations_operations.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_maintenance_configurations_operations.py new file mode 100644 index 00000000000..73f1384613c --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_maintenance_configurations_operations.py @@ -0,0 +1,461 @@ +# pylint: disable=too-many-lines +# 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 sys +from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, overload +import urllib.parse + +from azure.core.async_paging import AsyncItemPaged, AsyncList +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import AsyncHttpResponse +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._vendor import _convert_request +from ...operations._maintenance_configurations_operations import ( + build_create_or_update_request, + build_delete_request, + build_get_request, + build_list_by_managed_cluster_request, +) + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class MaintenanceConfigurationsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.containerservice.v2023_02_02_preview.aio.ContainerServiceClient`'s + :attr:`maintenance_configurations` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list_by_managed_cluster( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> AsyncIterable["_models.MaintenanceConfiguration"]: + """Gets a list of maintenance configurations in the specified managed cluster. + + Gets a list of maintenance configurations in the specified managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either MaintenanceConfiguration or the result of + cls(response) + :rtype: + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_02_02_preview.models.MaintenanceConfiguration] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.MaintenanceConfigurationListResult] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_by_managed_cluster_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list_by_managed_cluster.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("MaintenanceConfigurationListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + list_by_managed_cluster.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations" + } + + @distributed_trace_async + async def get( + self, resource_group_name: str, resource_name: str, config_name: str, **kwargs: Any + ) -> _models.MaintenanceConfiguration: + """Gets the specified maintenance configuration of a managed cluster. + + Gets the specified maintenance configuration of a managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param config_name: The name of the maintenance configuration. Required. + :type config_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: MaintenanceConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.MaintenanceConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.MaintenanceConfiguration] = kwargs.pop("cls", None) + + request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + config_name=config_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.get.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("MaintenanceConfiguration", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations/{configName}" + } + + @overload + async def create_or_update( + self, + resource_group_name: str, + resource_name: str, + config_name: str, + parameters: _models.MaintenanceConfiguration, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.MaintenanceConfiguration: + """Creates or updates a maintenance configuration in the specified managed cluster. + + Creates or updates a maintenance configuration in the specified managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param config_name: The name of the maintenance configuration. Required. + :type config_name: str + :param parameters: The maintenance configuration to create or update. Required. + :type parameters: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.MaintenanceConfiguration + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: MaintenanceConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.MaintenanceConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def create_or_update( + self, + resource_group_name: str, + resource_name: str, + config_name: str, + parameters: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.MaintenanceConfiguration: + """Creates or updates a maintenance configuration in the specified managed cluster. + + Creates or updates a maintenance configuration in the specified managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param config_name: The name of the maintenance configuration. Required. + :type config_name: str + :param parameters: The maintenance configuration to create or update. Required. + :type parameters: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: MaintenanceConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.MaintenanceConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def create_or_update( + self, + resource_group_name: str, + resource_name: str, + config_name: str, + parameters: Union[_models.MaintenanceConfiguration, IO], + **kwargs: Any + ) -> _models.MaintenanceConfiguration: + """Creates or updates a maintenance configuration in the specified managed cluster. + + Creates or updates a maintenance configuration in the specified managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param config_name: The name of the maintenance configuration. Required. + :type config_name: str + :param parameters: The maintenance configuration to create or update. Is either a + MaintenanceConfiguration type or a IO type. Required. + :type parameters: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.MaintenanceConfiguration or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: MaintenanceConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.MaintenanceConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.MaintenanceConfiguration] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(parameters, (IO, bytes)): + _content = parameters + else: + _json = self._serialize.body(parameters, "MaintenanceConfiguration") + + request = build_create_or_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + config_name=config_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self.create_or_update.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("MaintenanceConfiguration", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + create_or_update.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations/{configName}" + } + + @distributed_trace_async + async def delete( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, config_name: str, **kwargs: Any + ) -> None: + """Deletes a maintenance configuration. + + Deletes a maintenance configuration. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param config_name: The name of the maintenance configuration. Required. + :type config_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: None or the result of cls(response) + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + config_name=config_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.delete.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) + + delete.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations/{configName}" + } diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_managed_cluster_snapshots_operations.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_managed_cluster_snapshots_operations.py new file mode 100644 index 00000000000..5baf1070745 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_managed_cluster_snapshots_operations.py @@ -0,0 +1,682 @@ +# pylint: disable=too-many-lines +# 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 sys +from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, overload +import urllib.parse + +from azure.core.async_paging import AsyncItemPaged, AsyncList +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import AsyncHttpResponse +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._vendor import _convert_request +from ...operations._managed_cluster_snapshots_operations import ( + build_create_or_update_request, + build_delete_request, + build_get_request, + build_list_by_resource_group_request, + build_list_request, + build_update_tags_request, +) + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class ManagedClusterSnapshotsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.containerservice.v2023_02_02_preview.aio.ContainerServiceClient`'s + :attr:`managed_cluster_snapshots` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list(self, **kwargs: Any) -> AsyncIterable["_models.ManagedClusterSnapshot"]: + """Gets a list of managed cluster snapshots in the specified subscription. + + Gets a list of managed cluster snapshots in the specified subscription. + + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either ManagedClusterSnapshot or the result of + cls(response) + :rtype: + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSnapshot] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.ManagedClusterSnapshotListResult] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_request( + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("ManagedClusterSnapshotListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + list.metadata = { + "url": "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/managedclustersnapshots" + } + + @distributed_trace + def list_by_resource_group( + self, resource_group_name: str, **kwargs: Any + ) -> AsyncIterable["_models.ManagedClusterSnapshot"]: + """Lists managed cluster snapshots in the specified subscription and resource group. + + Lists managed cluster snapshots in the specified subscription and resource group. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :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 ManagedClusterSnapshot or the result of + cls(response) + :rtype: + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSnapshot] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.ManagedClusterSnapshotListResult] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_by_resource_group_request( + resource_group_name=resource_group_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list_by_resource_group.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("ManagedClusterSnapshotListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + list_by_resource_group.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclustersnapshots" + } + + @distributed_trace_async + async def get(self, resource_group_name: str, resource_name: str, **kwargs: Any) -> _models.ManagedClusterSnapshot: + """Gets a managed cluster snapshot. + + Gets a managed cluster snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: ManagedClusterSnapshot or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSnapshot + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.ManagedClusterSnapshot] = kwargs.pop("cls", None) + + request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.get.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("ManagedClusterSnapshot", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclustersnapshots/{resourceName}" + } + + @overload + async def create_or_update( + self, + resource_group_name: str, + resource_name: str, + parameters: _models.ManagedClusterSnapshot, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ManagedClusterSnapshot: + """Creates or updates a managed cluster snapshot. + + Creates or updates a managed cluster snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The managed cluster snapshot to create or update. Required. + :type parameters: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSnapshot + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: ManagedClusterSnapshot or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSnapshot + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def create_or_update( + self, + resource_group_name: str, + resource_name: str, + parameters: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ManagedClusterSnapshot: + """Creates or updates a managed cluster snapshot. + + Creates or updates a managed cluster snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The managed cluster snapshot to create or update. Required. + :type parameters: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: ManagedClusterSnapshot or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSnapshot + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def create_or_update( + self, + resource_group_name: str, + resource_name: str, + parameters: Union[_models.ManagedClusterSnapshot, IO], + **kwargs: Any + ) -> _models.ManagedClusterSnapshot: + """Creates or updates a managed cluster snapshot. + + Creates or updates a managed cluster snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The managed cluster snapshot to create or update. Is either a + ManagedClusterSnapshot type or a IO type. Required. + :type parameters: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSnapshot or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: ManagedClusterSnapshot or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSnapshot + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ManagedClusterSnapshot] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(parameters, (IO, bytes)): + _content = parameters + else: + _json = self._serialize.body(parameters, "ManagedClusterSnapshot") + + request = build_create_or_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self.create_or_update.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if response.status_code == 200: + deserialized = self._deserialize("ManagedClusterSnapshot", pipeline_response) + + if response.status_code == 201: + deserialized = self._deserialize("ManagedClusterSnapshot", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + create_or_update.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclustersnapshots/{resourceName}" + } + + @overload + async def update_tags( + self, + resource_group_name: str, + resource_name: str, + parameters: _models.TagsObject, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ManagedClusterSnapshot: + """Updates tags on a managed cluster snapshot. + + Updates tags on a managed cluster snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: Parameters supplied to the Update managed cluster snapshot Tags operation. + Required. + :type parameters: ~azure.mgmt.containerservice.v2023_02_02_preview.models.TagsObject + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: ManagedClusterSnapshot or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSnapshot + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def update_tags( + self, + resource_group_name: str, + resource_name: str, + parameters: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ManagedClusterSnapshot: + """Updates tags on a managed cluster snapshot. + + Updates tags on a managed cluster snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: Parameters supplied to the Update managed cluster snapshot Tags operation. + Required. + :type parameters: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: ManagedClusterSnapshot or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSnapshot + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def update_tags( + self, resource_group_name: str, resource_name: str, parameters: Union[_models.TagsObject, IO], **kwargs: Any + ) -> _models.ManagedClusterSnapshot: + """Updates tags on a managed cluster snapshot. + + Updates tags on a managed cluster snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: Parameters supplied to the Update managed cluster snapshot Tags operation. + Is either a TagsObject type or a IO type. Required. + :type parameters: ~azure.mgmt.containerservice.v2023_02_02_preview.models.TagsObject or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: ManagedClusterSnapshot or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSnapshot + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ManagedClusterSnapshot] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(parameters, (IO, bytes)): + _content = parameters + else: + _json = self._serialize.body(parameters, "TagsObject") + + request = build_update_tags_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self.update_tags.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("ManagedClusterSnapshot", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + update_tags.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclustersnapshots/{resourceName}" + } + + @distributed_trace_async + async def delete( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> None: + """Deletes a managed cluster snapshot. + + Deletes a managed cluster snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: None or the result of cls(response) + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.delete.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) + + delete.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclustersnapshots/{resourceName}" + } diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_managed_clusters_operations.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_managed_clusters_operations.py new file mode 100644 index 00000000000..d31a26c5004 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_managed_clusters_operations.py @@ -0,0 +1,2879 @@ +# pylint: disable=too-many-lines +# 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 sys +from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, cast, overload +import urllib.parse + +from azure.core.async_paging import AsyncItemPaged, AsyncList +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import AsyncHttpResponse +from azure.core.polling import AsyncLROPoller, AsyncNoPolling, AsyncPollingMethod +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat +from azure.mgmt.core.polling.async_arm_polling import AsyncARMPolling + +from ... import models as _models +from ..._vendor import _convert_request +from ...operations._managed_clusters_operations import ( + build_abort_latest_operation_request, + build_create_or_update_request, + build_delete_request, + build_get_access_profile_request, + build_get_command_result_request, + build_get_os_options_request, + build_get_request, + build_get_upgrade_profile_request, + build_list_by_resource_group_request, + build_list_cluster_admin_credentials_request, + build_list_cluster_monitoring_user_credentials_request, + build_list_cluster_user_credentials_request, + build_list_outbound_network_dependencies_endpoints_request, + build_list_request, + build_reset_aad_profile_request, + build_reset_service_principal_profile_request, + build_rotate_cluster_certificates_request, + build_rotate_service_account_signing_keys_request, + build_run_command_request, + build_start_request, + build_stop_request, + build_update_tags_request, +) + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class ManagedClustersOperations: # pylint: disable=too-many-public-methods + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.containerservice.v2023_02_02_preview.aio.ContainerServiceClient`'s + :attr:`managed_clusters` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace_async + async def get_os_options( + self, location: str, resource_type: Optional[str] = None, **kwargs: Any + ) -> _models.OSOptionProfile: + """Gets supported OS options in the specified subscription. + + Gets supported OS options in the specified subscription. + + :param location: The name of Azure region. Required. + :type location: str + :param resource_type: The resource type for which the OS options needs to be returned. Default + value is None. + :type resource_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: OSOptionProfile or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.OSOptionProfile + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.OSOptionProfile] = kwargs.pop("cls", None) + + request = build_get_os_options_request( + location=location, + subscription_id=self._config.subscription_id, + resource_type=resource_type, + api_version=api_version, + template_url=self.get_os_options.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("OSOptionProfile", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get_os_options.metadata = { + "url": "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/osOptions/default" + } + + @distributed_trace + def list(self, **kwargs: Any) -> AsyncIterable["_models.ManagedCluster"]: + """Gets a list of managed clusters in the specified subscription. + + Gets a list of managed clusters in the specified subscription. + + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either ManagedCluster or the result of cls(response) + :rtype: + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedCluster] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.ManagedClusterListResult] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_request( + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("ManagedClusterListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + list.metadata = {"url": "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/managedClusters"} + + @distributed_trace + def list_by_resource_group( + self, resource_group_name: str, **kwargs: Any + ) -> AsyncIterable["_models.ManagedCluster"]: + """Lists managed clusters in the specified subscription and resource group. + + Lists managed clusters in the specified subscription and resource group. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :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 ManagedCluster or the result of cls(response) + :rtype: + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedCluster] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.ManagedClusterListResult] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_by_resource_group_request( + resource_group_name=resource_group_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list_by_resource_group.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("ManagedClusterListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + list_by_resource_group.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters" + } + + @distributed_trace_async + async def get_upgrade_profile( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> _models.ManagedClusterUpgradeProfile: + """Gets the upgrade profile of a managed cluster. + + Gets the upgrade profile of a managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: ManagedClusterUpgradeProfile or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterUpgradeProfile + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.ManagedClusterUpgradeProfile] = kwargs.pop("cls", None) + + request = build_get_upgrade_profile_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.get_upgrade_profile.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("ManagedClusterUpgradeProfile", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get_upgrade_profile.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/upgradeProfiles/default" + } + + @distributed_trace_async + async def get_access_profile( + self, resource_group_name: str, resource_name: str, role_name: str, **kwargs: Any + ) -> _models.ManagedClusterAccessProfile: + """Gets an access profile of a managed cluster. + + **WARNING**\ : This API will be deprecated. Instead use `ListClusterUserCredentials + `_ or + `ListClusterAdminCredentials + `_ . + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param role_name: The name of the role for managed cluster accessProfile resource. Required. + :type role_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: ManagedClusterAccessProfile or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterAccessProfile + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.ManagedClusterAccessProfile] = kwargs.pop("cls", None) + + request = build_get_access_profile_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + role_name=role_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.get_access_profile.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("ManagedClusterAccessProfile", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get_access_profile.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/accessProfiles/{roleName}/listCredential" + } + + @distributed_trace_async + async def list_cluster_admin_credentials( + self, resource_group_name: str, resource_name: str, server_fqdn: Optional[str] = None, **kwargs: Any + ) -> _models.CredentialResults: + """Lists the admin credentials of a managed cluster. + + Lists the admin credentials of a managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param server_fqdn: server fqdn type for credentials to be returned. Default value is None. + :type server_fqdn: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: CredentialResults or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.CredentialResults + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.CredentialResults] = kwargs.pop("cls", None) + + request = build_list_cluster_admin_credentials_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + server_fqdn=server_fqdn, + api_version=api_version, + template_url=self.list_cluster_admin_credentials.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("CredentialResults", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + list_cluster_admin_credentials.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterAdminCredential" + } + + @distributed_trace_async + async def list_cluster_user_credentials( + self, + resource_group_name: str, + resource_name: str, + server_fqdn: Optional[str] = None, + format: Optional[Union[str, _models.Format]] = None, + **kwargs: Any + ) -> _models.CredentialResults: + """Lists the user credentials of a managed cluster. + + Lists the user credentials of a managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param server_fqdn: server fqdn type for credentials to be returned. Default value is None. + :type server_fqdn: str + :param format: Only apply to AAD clusters, specifies the format of returned kubeconfig. Format + 'azure' will return azure auth-provider kubeconfig; format 'exec' will return exec format + kubeconfig, which requires kubelogin binary in the path. Known values are: "azure" and "exec". + Default value is None. + :type format: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.Format + :keyword callable cls: A custom type or function that will be passed the direct response + :return: CredentialResults or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.CredentialResults + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.CredentialResults] = kwargs.pop("cls", None) + + request = build_list_cluster_user_credentials_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + server_fqdn=server_fqdn, + format=format, + api_version=api_version, + template_url=self.list_cluster_user_credentials.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("CredentialResults", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + list_cluster_user_credentials.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterUserCredential" + } + + @distributed_trace_async + async def list_cluster_monitoring_user_credentials( + self, resource_group_name: str, resource_name: str, server_fqdn: Optional[str] = None, **kwargs: Any + ) -> _models.CredentialResults: + """Lists the cluster monitoring user credentials of a managed cluster. + + Lists the cluster monitoring user credentials of a managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param server_fqdn: server fqdn type for credentials to be returned. Default value is None. + :type server_fqdn: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: CredentialResults or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.CredentialResults + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.CredentialResults] = kwargs.pop("cls", None) + + request = build_list_cluster_monitoring_user_credentials_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + server_fqdn=server_fqdn, + api_version=api_version, + template_url=self.list_cluster_monitoring_user_credentials.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("CredentialResults", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + list_cluster_monitoring_user_credentials.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterMonitoringUserCredential" + } + + @distributed_trace_async + async def get(self, resource_group_name: str, resource_name: str, **kwargs: Any) -> _models.ManagedCluster: + """Gets a managed cluster. + + Gets a managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: ManagedCluster or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedCluster + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.ManagedCluster] = kwargs.pop("cls", None) + + request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.get.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("ManagedCluster", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}" + } + + async def _create_or_update_initial( + self, resource_group_name: str, resource_name: str, parameters: Union[_models.ManagedCluster, IO], **kwargs: Any + ) -> _models.ManagedCluster: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ManagedCluster] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(parameters, (IO, bytes)): + _content = parameters + else: + _json = self._serialize.body(parameters, "ManagedCluster") + + request = build_create_or_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self._create_or_update_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if response.status_code == 200: + deserialized = self._deserialize("ManagedCluster", pipeline_response) + + if response.status_code == 201: + deserialized = self._deserialize("ManagedCluster", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + _create_or_update_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}" + } + + @overload + async def begin_create_or_update( + self, + resource_group_name: str, + resource_name: str, + parameters: _models.ManagedCluster, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> AsyncLROPoller[_models.ManagedCluster]: + """Creates or updates a managed cluster. + + Creates or updates a managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The managed cluster to create or update. Required. + :type parameters: ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedCluster + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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 ManagedCluster or the result of + cls(response) + :rtype: + ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedCluster] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def begin_create_or_update( + self, + resource_group_name: str, + resource_name: str, + parameters: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> AsyncLROPoller[_models.ManagedCluster]: + """Creates or updates a managed cluster. + + Creates or updates a managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The managed cluster to create or update. Required. + :type parameters: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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 ManagedCluster or the result of + cls(response) + :rtype: + ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedCluster] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def begin_create_or_update( + self, resource_group_name: str, resource_name: str, parameters: Union[_models.ManagedCluster, IO], **kwargs: Any + ) -> AsyncLROPoller[_models.ManagedCluster]: + """Creates or updates a managed cluster. + + Creates or updates a managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The managed cluster to create or update. Is either a ManagedCluster type or + a IO type. Required. + :type parameters: ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedCluster or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: 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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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 ManagedCluster or the result of + cls(response) + :rtype: + ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedCluster] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ManagedCluster] = kwargs.pop("cls", None) + polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = await self._create_or_update_initial( + resource_group_name=resource_group_name, + resource_name=resource_name, + parameters=parameters, + api_version=api_version, + content_type=content_type, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): + deserialized = self._deserialize("ManagedCluster", pipeline_response) + if cls: + return cls(pipeline_response, deserialized, {}) + return deserialized + + if polling is True: + polling_method: AsyncPollingMethod = cast(AsyncPollingMethod, AsyncARMPolling(lro_delay, **kwargs)) + elif polling is False: + polling_method = cast(AsyncPollingMethod, 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, + ) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_create_or_update.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}" + } + + async def _update_tags_initial( + self, resource_group_name: str, resource_name: str, parameters: Union[_models.TagsObject, IO], **kwargs: Any + ) -> _models.ManagedCluster: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ManagedCluster] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(parameters, (IO, bytes)): + _content = parameters + else: + _json = self._serialize.body(parameters, "TagsObject") + + request = build_update_tags_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self._update_tags_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("ManagedCluster", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + _update_tags_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}" + } + + @overload + async def begin_update_tags( + self, + resource_group_name: str, + resource_name: str, + parameters: _models.TagsObject, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> AsyncLROPoller[_models.ManagedCluster]: + """Updates tags on a managed cluster. + + Updates tags on a managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: Parameters supplied to the Update Managed Cluster Tags operation. Required. + :type parameters: ~azure.mgmt.containerservice.v2023_02_02_preview.models.TagsObject + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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 ManagedCluster or the result of + cls(response) + :rtype: + ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedCluster] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def begin_update_tags( + self, + resource_group_name: str, + resource_name: str, + parameters: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> AsyncLROPoller[_models.ManagedCluster]: + """Updates tags on a managed cluster. + + Updates tags on a managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: Parameters supplied to the Update Managed Cluster Tags operation. Required. + :type parameters: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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 ManagedCluster or the result of + cls(response) + :rtype: + ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedCluster] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def begin_update_tags( + self, resource_group_name: str, resource_name: str, parameters: Union[_models.TagsObject, IO], **kwargs: Any + ) -> AsyncLROPoller[_models.ManagedCluster]: + """Updates tags on a managed cluster. + + Updates tags on a managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: Parameters supplied to the Update Managed Cluster Tags operation. Is either + a TagsObject type or a IO type. Required. + :type parameters: ~azure.mgmt.containerservice.v2023_02_02_preview.models.TagsObject or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: 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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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 ManagedCluster or the result of + cls(response) + :rtype: + ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedCluster] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ManagedCluster] = kwargs.pop("cls", None) + polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = await self._update_tags_initial( + resource_group_name=resource_group_name, + resource_name=resource_name, + parameters=parameters, + api_version=api_version, + content_type=content_type, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): + deserialized = self._deserialize("ManagedCluster", pipeline_response) + if cls: + return cls(pipeline_response, deserialized, {}) + return deserialized + + if polling is True: + polling_method: AsyncPollingMethod = cast(AsyncPollingMethod, AsyncARMPolling(lro_delay, **kwargs)) + elif polling is False: + polling_method = cast(AsyncPollingMethod, 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, + ) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_update_tags.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}" + } + + async def _delete_initial( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + resource_name: str, + ignore_pod_disruption_budget: Optional[bool] = None, + **kwargs: Any + ) -> None: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + ignore_pod_disruption_budget=ignore_pod_disruption_budget, + api_version=api_version, + template_url=self._delete_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [202, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + response_headers = {} + if response.status_code == 202: + response_headers["Location"] = self._deserialize("str", response.headers.get("Location")) + + if cls: + return cls(pipeline_response, None, response_headers) + + _delete_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}" + } + + @distributed_trace_async + async def begin_delete( + self, + resource_group_name: str, + resource_name: str, + ignore_pod_disruption_budget: Optional[bool] = None, + **kwargs: Any + ) -> AsyncLROPoller[None]: + """Deletes a managed cluster. + + Deletes a managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param ignore_pod_disruption_budget: ignore-pod-disruption-budget=true to delete those pods on + a node without considering Pod Disruption Budget. Default value is None. + :type ignore_pod_disruption_budget: bool + :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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = await self._delete_initial( # type: ignore + resource_group_name=resource_group_name, + resource_name=resource_name, + ignore_pod_disruption_budget=ignore_pod_disruption_budget, + api_version=api_version, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): # pylint: disable=inconsistent-return-statements + if cls: + return cls(pipeline_response, None, {}) + + if polling is True: + polling_method: AsyncPollingMethod = cast(AsyncPollingMethod, AsyncARMPolling(lro_delay, **kwargs)) + elif polling is False: + polling_method = cast(AsyncPollingMethod, 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, + ) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_delete.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}" + } + + async def _reset_service_principal_profile_initial( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + resource_name: str, + parameters: Union[_models.ManagedClusterServicePrincipalProfile, IO], + **kwargs: Any + ) -> None: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[None] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(parameters, (IO, bytes)): + _content = parameters + else: + _json = self._serialize.body(parameters, "ManagedClusterServicePrincipalProfile") + + request = build_reset_service_principal_profile_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self._reset_service_principal_profile_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + response_headers = {} + if response.status_code == 202: + response_headers["Location"] = self._deserialize("str", response.headers.get("Location")) + + if cls: + return cls(pipeline_response, None, response_headers) + + _reset_service_principal_profile_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetServicePrincipalProfile" + } + + @overload + async def begin_reset_service_principal_profile( + self, + resource_group_name: str, + resource_name: str, + parameters: _models.ManagedClusterServicePrincipalProfile, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> AsyncLROPoller[None]: + """Reset the Service Principal Profile of a managed cluster. + + This action cannot be performed on a cluster that is not using a service principal. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The service principal profile to set on the managed cluster. Required. + :type parameters: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterServicePrincipalProfile + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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: + """ + + @overload + async def begin_reset_service_principal_profile( + self, + resource_group_name: str, + resource_name: str, + parameters: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> AsyncLROPoller[None]: + """Reset the Service Principal Profile of a managed cluster. + + This action cannot be performed on a cluster that is not using a service principal. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The service principal profile to set on the managed cluster. Required. + :type parameters: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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: + """ + + @distributed_trace_async + async def begin_reset_service_principal_profile( + self, + resource_group_name: str, + resource_name: str, + parameters: Union[_models.ManagedClusterServicePrincipalProfile, IO], + **kwargs: Any + ) -> AsyncLROPoller[None]: + """Reset the Service Principal Profile of a managed cluster. + + This action cannot be performed on a cluster that is not using a service principal. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The service principal profile to set on the managed cluster. Is either a + ManagedClusterServicePrincipalProfile type or a IO type. Required. + :type parameters: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterServicePrincipalProfile + or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: 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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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: + """ + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[None] = kwargs.pop("cls", None) + polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = await self._reset_service_principal_profile_initial( # type: ignore + resource_group_name=resource_group_name, + resource_name=resource_name, + parameters=parameters, + api_version=api_version, + content_type=content_type, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): # pylint: disable=inconsistent-return-statements + if cls: + return cls(pipeline_response, None, {}) + + if polling is True: + polling_method: AsyncPollingMethod = cast( + AsyncPollingMethod, AsyncARMPolling(lro_delay, lro_options={"final-state-via": "location"}, **kwargs) + ) + elif polling is False: + polling_method = cast(AsyncPollingMethod, 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, + ) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_reset_service_principal_profile.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetServicePrincipalProfile" + } + + async def _reset_aad_profile_initial( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + resource_name: str, + parameters: Union[_models.ManagedClusterAADProfile, IO], + **kwargs: Any + ) -> None: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[None] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(parameters, (IO, bytes)): + _content = parameters + else: + _json = self._serialize.body(parameters, "ManagedClusterAADProfile") + + request = build_reset_aad_profile_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self._reset_aad_profile_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + response_headers = {} + if response.status_code == 202: + response_headers["Location"] = self._deserialize("str", response.headers.get("Location")) + + if cls: + return cls(pipeline_response, None, response_headers) + + _reset_aad_profile_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetAADProfile" + } + + @overload + async def begin_reset_aad_profile( + self, + resource_group_name: str, + resource_name: str, + parameters: _models.ManagedClusterAADProfile, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> AsyncLROPoller[None]: + """Reset the AAD Profile of a managed cluster. + + **WARNING**\ : This API will be deprecated. Please see `AKS-managed Azure Active Directory + integration `_ to update your cluster with AKS-managed Azure + AD. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The AAD profile to set on the Managed Cluster. Required. + :type parameters: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterAADProfile + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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: + """ + + @overload + async def begin_reset_aad_profile( + self, + resource_group_name: str, + resource_name: str, + parameters: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> AsyncLROPoller[None]: + """Reset the AAD Profile of a managed cluster. + + **WARNING**\ : This API will be deprecated. Please see `AKS-managed Azure Active Directory + integration `_ to update your cluster with AKS-managed Azure + AD. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The AAD profile to set on the Managed Cluster. Required. + :type parameters: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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: + """ + + @distributed_trace_async + async def begin_reset_aad_profile( + self, + resource_group_name: str, + resource_name: str, + parameters: Union[_models.ManagedClusterAADProfile, IO], + **kwargs: Any + ) -> AsyncLROPoller[None]: + """Reset the AAD Profile of a managed cluster. + + **WARNING**\ : This API will be deprecated. Please see `AKS-managed Azure Active Directory + integration `_ to update your cluster with AKS-managed Azure + AD. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The AAD profile to set on the Managed Cluster. Is either a + ManagedClusterAADProfile type or a IO type. Required. + :type parameters: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterAADProfile or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: 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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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: + """ + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[None] = kwargs.pop("cls", None) + polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = await self._reset_aad_profile_initial( # type: ignore + resource_group_name=resource_group_name, + resource_name=resource_name, + parameters=parameters, + api_version=api_version, + content_type=content_type, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): # pylint: disable=inconsistent-return-statements + if cls: + return cls(pipeline_response, None, {}) + + if polling is True: + polling_method: AsyncPollingMethod = cast( + AsyncPollingMethod, AsyncARMPolling(lro_delay, lro_options={"final-state-via": "location"}, **kwargs) + ) + elif polling is False: + polling_method = cast(AsyncPollingMethod, 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, + ) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_reset_aad_profile.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetAADProfile" + } + + async def _abort_latest_operation_initial( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> None: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_abort_latest_operation_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self._abort_latest_operation_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [202, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + response_headers = {} + if response.status_code == 202: + response_headers["location"] = self._deserialize("str", response.headers.get("location")) + response_headers["Azure-AsyncOperation"] = self._deserialize( + "str", response.headers.get("Azure-AsyncOperation") + ) + + if cls: + return cls(pipeline_response, None, response_headers) + + _abort_latest_operation_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclusters/{resourceName}/abort" + } + + @distributed_trace_async + async def begin_abort_latest_operation( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> AsyncLROPoller[None]: + """Aborts last operation running on managed cluster. + + Aborts the currently running operation on the managed cluster. The Managed Cluster will be + moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If + the operation completes before cancellation can take place, an error is returned. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = await self._abort_latest_operation_initial( # type: ignore + resource_group_name=resource_group_name, + resource_name=resource_name, + api_version=api_version, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): # pylint: disable=inconsistent-return-statements + if cls: + return cls(pipeline_response, None, {}) + + if polling is True: + polling_method: AsyncPollingMethod = cast( + AsyncPollingMethod, AsyncARMPolling(lro_delay, lro_options={"final-state-via": "location"}, **kwargs) + ) + elif polling is False: + polling_method = cast(AsyncPollingMethod, 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, + ) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_abort_latest_operation.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclusters/{resourceName}/abort" + } + + async def _rotate_cluster_certificates_initial( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> None: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_rotate_cluster_certificates_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self._rotate_cluster_certificates_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [202, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + response_headers = {} + if response.status_code == 202: + response_headers["Location"] = self._deserialize("str", response.headers.get("Location")) + + if cls: + return cls(pipeline_response, None, response_headers) + + _rotate_cluster_certificates_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rotateClusterCertificates" + } + + @distributed_trace_async + async def begin_rotate_cluster_certificates( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> AsyncLROPoller[None]: + """Rotates the certificates of a managed cluster. + + See `Certificate rotation `_ for + more details about rotating managed cluster certificates. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = await self._rotate_cluster_certificates_initial( # type: ignore + resource_group_name=resource_group_name, + resource_name=resource_name, + api_version=api_version, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): # pylint: disable=inconsistent-return-statements + if cls: + return cls(pipeline_response, None, {}) + + if polling is True: + polling_method: AsyncPollingMethod = cast( + AsyncPollingMethod, AsyncARMPolling(lro_delay, lro_options={"final-state-via": "location"}, **kwargs) + ) + elif polling is False: + polling_method = cast(AsyncPollingMethod, 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, + ) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_rotate_cluster_certificates.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rotateClusterCertificates" + } + + async def _rotate_service_account_signing_keys_initial( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> None: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_rotate_service_account_signing_keys_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self._rotate_service_account_signing_keys_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [202, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + response_headers = {} + if response.status_code == 202: + response_headers["Location"] = self._deserialize("str", response.headers.get("Location")) + + if cls: + return cls(pipeline_response, None, response_headers) + + _rotate_service_account_signing_keys_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rotateServiceAccountSigningKeys" + } + + @distributed_trace_async + async def begin_rotate_service_account_signing_keys( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> AsyncLROPoller[None]: + """Rotates the service account signing keys of a managed cluster. + + Rotates the service account signing keys of a managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = await self._rotate_service_account_signing_keys_initial( # type: ignore + resource_group_name=resource_group_name, + resource_name=resource_name, + api_version=api_version, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): # pylint: disable=inconsistent-return-statements + if cls: + return cls(pipeline_response, None, {}) + + if polling is True: + polling_method: AsyncPollingMethod = cast( + AsyncPollingMethod, AsyncARMPolling(lro_delay, lro_options={"final-state-via": "location"}, **kwargs) + ) + elif polling is False: + polling_method = cast(AsyncPollingMethod, 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, + ) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_rotate_service_account_signing_keys.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rotateServiceAccountSigningKeys" + } + + async def _stop_initial( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> None: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_stop_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self._stop_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [202, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + response_headers = {} + if response.status_code == 202: + response_headers["Location"] = self._deserialize("str", response.headers.get("Location")) + + if cls: + return cls(pipeline_response, None, response_headers) + + _stop_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/stop" + } + + @distributed_trace_async + async def begin_stop(self, resource_group_name: str, resource_name: str, **kwargs: Any) -> AsyncLROPoller[None]: + """Stops a Managed Cluster. + + This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a + cluster stops the control plane and agent nodes entirely, while maintaining all object and + cluster state. A cluster does not accrue charges while it is stopped. See `stopping a cluster + `_ for more details about stopping a + cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = await self._stop_initial( # type: ignore + resource_group_name=resource_group_name, + resource_name=resource_name, + api_version=api_version, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): # pylint: disable=inconsistent-return-statements + if cls: + return cls(pipeline_response, None, {}) + + if polling is True: + polling_method: AsyncPollingMethod = cast( + AsyncPollingMethod, AsyncARMPolling(lro_delay, lro_options={"final-state-via": "location"}, **kwargs) + ) + elif polling is False: + polling_method = cast(AsyncPollingMethod, 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, + ) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_stop.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/stop" + } + + async def _start_initial( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> None: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_start_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self._start_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [202, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + response_headers = {} + if response.status_code == 202: + response_headers["Location"] = self._deserialize("str", response.headers.get("Location")) + + if cls: + return cls(pipeline_response, None, response_headers) + + _start_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/start" + } + + @distributed_trace_async + async def begin_start(self, resource_group_name: str, resource_name: str, **kwargs: Any) -> AsyncLROPoller[None]: + """Starts a previously stopped Managed Cluster. + + See `starting a cluster `_ for more + details about starting a cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = await self._start_initial( # type: ignore + resource_group_name=resource_group_name, + resource_name=resource_name, + api_version=api_version, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): # pylint: disable=inconsistent-return-statements + if cls: + return cls(pipeline_response, None, {}) + + if polling is True: + polling_method: AsyncPollingMethod = cast( + AsyncPollingMethod, AsyncARMPolling(lro_delay, lro_options={"final-state-via": "location"}, **kwargs) + ) + elif polling is False: + polling_method = cast(AsyncPollingMethod, 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, + ) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_start.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/start" + } + + async def _run_command_initial( + self, + resource_group_name: str, + resource_name: str, + request_payload: Union[_models.RunCommandRequest, IO], + **kwargs: Any + ) -> Optional[_models.RunCommandResult]: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[Optional[_models.RunCommandResult]] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(request_payload, (IO, bytes)): + _content = request_payload + else: + _json = self._serialize.body(request_payload, "RunCommandRequest") + + request = build_run_command_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self._run_command_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = None + response_headers = {} + if response.status_code == 200: + deserialized = self._deserialize("RunCommandResult", pipeline_response) + + if response.status_code == 202: + response_headers["Location"] = self._deserialize("str", response.headers.get("Location")) + + if cls: + return cls(pipeline_response, deserialized, response_headers) + + return deserialized + + _run_command_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/runCommand" + } + + @overload + async def begin_run_command( + self, + resource_group_name: str, + resource_name: str, + request_payload: _models.RunCommandRequest, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> AsyncLROPoller[_models.RunCommandResult]: + """Submits a command to run against the Managed Cluster. + + AKS will create a pod to run the command. This is primarily useful for private clusters. For + more information see `AKS Run Command + `_. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param request_payload: The run command request. Required. + :type request_payload: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.RunCommandRequest + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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 RunCommandResult or the result of + cls(response) + :rtype: + ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_02_02_preview.models.RunCommandResult] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def begin_run_command( + self, + resource_group_name: str, + resource_name: str, + request_payload: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> AsyncLROPoller[_models.RunCommandResult]: + """Submits a command to run against the Managed Cluster. + + AKS will create a pod to run the command. This is primarily useful for private clusters. For + more information see `AKS Run Command + `_. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param request_payload: The run command request. Required. + :type request_payload: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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 RunCommandResult or the result of + cls(response) + :rtype: + ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_02_02_preview.models.RunCommandResult] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def begin_run_command( + self, + resource_group_name: str, + resource_name: str, + request_payload: Union[_models.RunCommandRequest, IO], + **kwargs: Any + ) -> AsyncLROPoller[_models.RunCommandResult]: + """Submits a command to run against the Managed Cluster. + + AKS will create a pod to run the command. This is primarily useful for private clusters. For + more information see `AKS Run Command + `_. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param request_payload: The run command request. Is either a RunCommandRequest type or a IO + type. Required. + :type request_payload: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.RunCommandRequest or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: 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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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 RunCommandResult or the result of + cls(response) + :rtype: + ~azure.core.polling.AsyncLROPoller[~azure.mgmt.containerservice.v2023_02_02_preview.models.RunCommandResult] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.RunCommandResult] = kwargs.pop("cls", None) + polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = await self._run_command_initial( + resource_group_name=resource_group_name, + resource_name=resource_name, + request_payload=request_payload, + api_version=api_version, + content_type=content_type, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): + deserialized = self._deserialize("RunCommandResult", pipeline_response) + if cls: + return cls(pipeline_response, deserialized, {}) + return deserialized + + if polling is True: + polling_method: AsyncPollingMethod = cast( + AsyncPollingMethod, AsyncARMPolling(lro_delay, lro_options={"final-state-via": "location"}, **kwargs) + ) + elif polling is False: + polling_method = cast(AsyncPollingMethod, 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, + ) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_run_command.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/runCommand" + } + + @distributed_trace_async + async def get_command_result( + self, resource_group_name: str, resource_name: str, command_id: str, **kwargs: Any + ) -> Optional[_models.RunCommandResult]: + """Gets the results of a command which has been run on the Managed Cluster. + + Gets the results of a command which has been run on the Managed Cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param command_id: Id of the command. Required. + :type command_id: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: RunCommandResult or None or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.RunCommandResult or None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[Optional[_models.RunCommandResult]] = kwargs.pop("cls", None) + + request = build_get_command_result_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + command_id=command_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.get_command_result.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = None + response_headers = {} + if response.status_code == 200: + deserialized = self._deserialize("RunCommandResult", pipeline_response) + + if response.status_code == 202: + response_headers["Location"] = self._deserialize("str", response.headers.get("Location")) + + if cls: + return cls(pipeline_response, deserialized, response_headers) + + return deserialized + + get_command_result.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/commandResults/{commandId}" + } + + @distributed_trace + def list_outbound_network_dependencies_endpoints( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> AsyncIterable["_models.OutboundEnvironmentEndpoint"]: + """Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the + specified managed cluster. + + Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the + specified managed cluster. The operation returns properties of each egress endpoint. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either OutboundEnvironmentEndpoint or the result of + cls(response) + :rtype: + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_02_02_preview.models.OutboundEnvironmentEndpoint] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.OutboundEnvironmentEndpointCollection] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_outbound_network_dependencies_endpoints_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list_outbound_network_dependencies_endpoints.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("OutboundEnvironmentEndpointCollection", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + list_outbound_network_dependencies_endpoints.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/outboundNetworkDependenciesEndpoints" + } diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_operations.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_operations.py new file mode 100644 index 00000000000..882f6162739 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_operations.py @@ -0,0 +1,142 @@ +# pylint: disable=too-many-lines +# 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 sys +from typing import Any, AsyncIterable, Callable, Dict, Optional, TypeVar +import urllib.parse + +from azure.core.async_paging import AsyncItemPaged, AsyncList +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import AsyncHttpResponse +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._vendor import _convert_request +from ...operations._operations import build_list_request + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class Operations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.containerservice.v2023_02_02_preview.aio.ContainerServiceClient`'s + :attr:`operations` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list(self, **kwargs: Any) -> AsyncIterable["_models.OperationValue"]: + """Gets a list of operations. + + Gets a list of operations. + + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either OperationValue or the result of cls(response) + :rtype: + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_02_02_preview.models.OperationValue] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.OperationListResult] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_request( + api_version=api_version, + template_url=self.list.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + 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) # type: ignore + return None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + list.metadata = {"url": "/providers/Microsoft.ContainerService/operations"} diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_patch.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_patch.py new file mode 100644 index 00000000000..f7dd3251033 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_patch.py @@ -0,0 +1,20 @@ +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ +"""Customize generated code here. + +Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize +""" +from typing import List + +__all__: List[str] = [] # Add all objects you want publicly available to users at this package level + + +def patch_sdk(): + """Do not remove from this file. + + `patch_sdk` is a last resort escape hatch that allows you to do customizations + you can't accomplish using the techniques described in + https://aka.ms/azsdk/python/dpcodegen/python/customize + """ diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_private_endpoint_connections_operations.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_private_endpoint_connections_operations.py new file mode 100644 index 00000000000..a889d9a9833 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_private_endpoint_connections_operations.py @@ -0,0 +1,490 @@ +# pylint: disable=too-many-lines +# 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 sys +from typing import Any, Callable, Dict, IO, Optional, TypeVar, Union, cast, overload + +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import AsyncHttpResponse +from azure.core.polling import AsyncLROPoller, AsyncNoPolling, AsyncPollingMethod +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat +from azure.mgmt.core.polling.async_arm_polling import AsyncARMPolling + +from ... import models as _models +from ..._vendor import _convert_request +from ...operations._private_endpoint_connections_operations import ( + build_delete_request, + build_get_request, + build_list_request, + build_update_request, +) + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class PrivateEndpointConnectionsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.containerservice.v2023_02_02_preview.aio.ContainerServiceClient`'s + :attr:`private_endpoint_connections` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace_async + async def list( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> _models.PrivateEndpointConnectionListResult: + """Gets a list of private endpoint connections in the specified managed cluster. + + To learn more about private clusters, see: + https://docs.microsoft.com/azure/aks/private-clusters. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: PrivateEndpointConnectionListResult or the result of cls(response) + :rtype: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateEndpointConnectionListResult + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.PrivateEndpointConnectionListResult] = kwargs.pop("cls", None) + + request = build_list_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("PrivateEndpointConnectionListResult", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + list.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections" + } + + @distributed_trace_async + async def get( + self, resource_group_name: str, resource_name: str, private_endpoint_connection_name: str, **kwargs: Any + ) -> _models.PrivateEndpointConnection: + """Gets the specified private endpoint connection. + + To learn more about private clusters, see: + https://docs.microsoft.com/azure/aks/private-clusters. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param private_endpoint_connection_name: The name of the private endpoint connection. Required. + :type private_endpoint_connection_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: PrivateEndpointConnection or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateEndpointConnection + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.PrivateEndpointConnection] = kwargs.pop("cls", None) + + request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + private_endpoint_connection_name=private_endpoint_connection_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.get.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("PrivateEndpointConnection", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}" + } + + @overload + async def update( + self, + resource_group_name: str, + resource_name: str, + private_endpoint_connection_name: str, + parameters: _models.PrivateEndpointConnection, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.PrivateEndpointConnection: + """Updates a private endpoint connection. + + Updates a private endpoint connection. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param private_endpoint_connection_name: The name of the private endpoint connection. Required. + :type private_endpoint_connection_name: str + :param parameters: The updated private endpoint connection. Required. + :type parameters: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateEndpointConnection + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: PrivateEndpointConnection or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateEndpointConnection + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def update( + self, + resource_group_name: str, + resource_name: str, + private_endpoint_connection_name: str, + parameters: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.PrivateEndpointConnection: + """Updates a private endpoint connection. + + Updates a private endpoint connection. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param private_endpoint_connection_name: The name of the private endpoint connection. Required. + :type private_endpoint_connection_name: str + :param parameters: The updated private endpoint connection. Required. + :type parameters: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: PrivateEndpointConnection or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateEndpointConnection + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def update( + self, + resource_group_name: str, + resource_name: str, + private_endpoint_connection_name: str, + parameters: Union[_models.PrivateEndpointConnection, IO], + **kwargs: Any + ) -> _models.PrivateEndpointConnection: + """Updates a private endpoint connection. + + Updates a private endpoint connection. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param private_endpoint_connection_name: The name of the private endpoint connection. Required. + :type private_endpoint_connection_name: str + :param parameters: The updated private endpoint connection. Is either a + PrivateEndpointConnection type or a IO type. Required. + :type parameters: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateEndpointConnection or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: PrivateEndpointConnection or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateEndpointConnection + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.PrivateEndpointConnection] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(parameters, (IO, bytes)): + _content = parameters + else: + _json = self._serialize.body(parameters, "PrivateEndpointConnection") + + request = build_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + private_endpoint_connection_name=private_endpoint_connection_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self.update.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("PrivateEndpointConnection", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + update.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}" + } + + async def _delete_initial( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, private_endpoint_connection_name: str, **kwargs: Any + ) -> None: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + private_endpoint_connection_name=private_endpoint_connection_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self._delete_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) + + _delete_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}" + } + + @distributed_trace_async + async def begin_delete( + self, resource_group_name: str, resource_name: str, private_endpoint_connection_name: str, **kwargs: Any + ) -> AsyncLROPoller[None]: + """Deletes a private endpoint connection. + + Deletes a private endpoint connection. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param private_endpoint_connection_name: The name of the private endpoint connection. Required. + :type private_endpoint_connection_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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = await self._delete_initial( # type: ignore + resource_group_name=resource_group_name, + resource_name=resource_name, + private_endpoint_connection_name=private_endpoint_connection_name, + api_version=api_version, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): # pylint: disable=inconsistent-return-statements + if cls: + return cls(pipeline_response, None, {}) + + if polling is True: + polling_method: AsyncPollingMethod = cast(AsyncPollingMethod, AsyncARMPolling(lro_delay, **kwargs)) + elif polling is False: + polling_method = cast(AsyncPollingMethod, 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, + ) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_delete.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}" + } diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_private_link_resources_operations.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_private_link_resources_operations.py new file mode 100644 index 00000000000..f4157f576fa --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_private_link_resources_operations.py @@ -0,0 +1,125 @@ +# pylint: disable=too-many-lines +# 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 sys +from typing import Any, Callable, Dict, Optional, TypeVar + +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import AsyncHttpResponse +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._vendor import _convert_request +from ...operations._private_link_resources_operations import build_list_request + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class PrivateLinkResourcesOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.containerservice.v2023_02_02_preview.aio.ContainerServiceClient`'s + :attr:`private_link_resources` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace_async + async def list( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> _models.PrivateLinkResourcesListResult: + """Gets a list of private link resources in the specified managed cluster. + + To learn more about private clusters, see: + https://docs.microsoft.com/azure/aks/private-clusters. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: PrivateLinkResourcesListResult or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateLinkResourcesListResult + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.PrivateLinkResourcesListResult] = kwargs.pop("cls", None) + + request = build_list_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("PrivateLinkResourcesListResult", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + list.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateLinkResources" + } diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_resolve_private_link_service_id_operations.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_resolve_private_link_service_id_operations.py new file mode 100644 index 00000000000..9f07f910ca5 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_resolve_private_link_service_id_operations.py @@ -0,0 +1,207 @@ +# pylint: disable=too-many-lines +# 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 sys +from typing import Any, Callable, Dict, IO, Optional, TypeVar, Union, overload + +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import AsyncHttpResponse +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._vendor import _convert_request +from ...operations._resolve_private_link_service_id_operations import build_post_request + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class ResolvePrivateLinkServiceIdOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.containerservice.v2023_02_02_preview.aio.ContainerServiceClient`'s + :attr:`resolve_private_link_service_id` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @overload + async def post( + self, + resource_group_name: str, + resource_name: str, + parameters: _models.PrivateLinkResource, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.PrivateLinkResource: + """Gets the private link service ID for the specified managed cluster. + + Gets the private link service ID for the specified managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: Parameters required in order to resolve a private link service ID. Required. + :type parameters: ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateLinkResource + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: PrivateLinkResource or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateLinkResource + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def post( + self, + resource_group_name: str, + resource_name: str, + parameters: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.PrivateLinkResource: + """Gets the private link service ID for the specified managed cluster. + + Gets the private link service ID for the specified managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: Parameters required in order to resolve a private link service ID. Required. + :type parameters: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: PrivateLinkResource or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateLinkResource + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def post( + self, + resource_group_name: str, + resource_name: str, + parameters: Union[_models.PrivateLinkResource, IO], + **kwargs: Any + ) -> _models.PrivateLinkResource: + """Gets the private link service ID for the specified managed cluster. + + Gets the private link service ID for the specified managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: Parameters required in order to resolve a private link service ID. Is either + a PrivateLinkResource type or a IO type. Required. + :type parameters: ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateLinkResource + or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: PrivateLinkResource or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateLinkResource + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.PrivateLinkResource] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(parameters, (IO, bytes)): + _content = parameters + else: + _json = self._serialize.body(parameters, "PrivateLinkResource") + + request = build_post_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self.post.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("PrivateLinkResource", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + post.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resolvePrivateLinkServiceId" + } diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_snapshots_operations.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_snapshots_operations.py new file mode 100644 index 00000000000..b61617edc3d --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_snapshots_operations.py @@ -0,0 +1,668 @@ +# pylint: disable=too-many-lines +# 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 sys +from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, overload +import urllib.parse + +from azure.core.async_paging import AsyncItemPaged, AsyncList +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import AsyncHttpResponse +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._vendor import _convert_request +from ...operations._snapshots_operations import ( + build_create_or_update_request, + build_delete_request, + build_get_request, + build_list_by_resource_group_request, + build_list_request, + build_update_tags_request, +) + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class SnapshotsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.containerservice.v2023_02_02_preview.aio.ContainerServiceClient`'s + :attr:`snapshots` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list(self, **kwargs: Any) -> AsyncIterable["_models.Snapshot"]: + """Gets a list of snapshots in the specified subscription. + + Gets a list of snapshots in the specified subscription. + + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either Snapshot or the result of cls(response) + :rtype: + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_02_02_preview.models.Snapshot] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.SnapshotListResult] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_request( + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("SnapshotListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + list.metadata = {"url": "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/snapshots"} + + @distributed_trace + def list_by_resource_group(self, resource_group_name: str, **kwargs: Any) -> AsyncIterable["_models.Snapshot"]: + """Lists snapshots in the specified subscription and resource group. + + Lists snapshots in the specified subscription and resource group. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :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 Snapshot or the result of cls(response) + :rtype: + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_02_02_preview.models.Snapshot] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.SnapshotListResult] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_by_resource_group_request( + resource_group_name=resource_group_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list_by_resource_group.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("SnapshotListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + list_by_resource_group.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots" + } + + @distributed_trace_async + async def get(self, resource_group_name: str, resource_name: str, **kwargs: Any) -> _models.Snapshot: + """Gets a snapshot. + + Gets a snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: Snapshot or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.Snapshot + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.Snapshot] = kwargs.pop("cls", None) + + request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.get.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("Snapshot", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots/{resourceName}" + } + + @overload + async def create_or_update( + self, + resource_group_name: str, + resource_name: str, + parameters: _models.Snapshot, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.Snapshot: + """Creates or updates a snapshot. + + Creates or updates a snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The snapshot to create or update. Required. + :type parameters: ~azure.mgmt.containerservice.v2023_02_02_preview.models.Snapshot + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: Snapshot or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.Snapshot + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def create_or_update( + self, + resource_group_name: str, + resource_name: str, + parameters: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.Snapshot: + """Creates or updates a snapshot. + + Creates or updates a snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The snapshot to create or update. Required. + :type parameters: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: Snapshot or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.Snapshot + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def create_or_update( + self, resource_group_name: str, resource_name: str, parameters: Union[_models.Snapshot, IO], **kwargs: Any + ) -> _models.Snapshot: + """Creates or updates a snapshot. + + Creates or updates a snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The snapshot to create or update. Is either a Snapshot type or a IO type. + Required. + :type parameters: ~azure.mgmt.containerservice.v2023_02_02_preview.models.Snapshot or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: Snapshot or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.Snapshot + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.Snapshot] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(parameters, (IO, bytes)): + _content = parameters + else: + _json = self._serialize.body(parameters, "Snapshot") + + request = build_create_or_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self.create_or_update.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if response.status_code == 200: + deserialized = self._deserialize("Snapshot", pipeline_response) + + if response.status_code == 201: + deserialized = self._deserialize("Snapshot", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + create_or_update.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots/{resourceName}" + } + + @overload + async def update_tags( + self, + resource_group_name: str, + resource_name: str, + parameters: _models.TagsObject, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.Snapshot: + """Updates tags on a snapshot. + + Updates tags on a snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: Parameters supplied to the Update snapshot Tags operation. Required. + :type parameters: ~azure.mgmt.containerservice.v2023_02_02_preview.models.TagsObject + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: Snapshot or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.Snapshot + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def update_tags( + self, + resource_group_name: str, + resource_name: str, + parameters: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.Snapshot: + """Updates tags on a snapshot. + + Updates tags on a snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: Parameters supplied to the Update snapshot Tags operation. Required. + :type parameters: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: Snapshot or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.Snapshot + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def update_tags( + self, resource_group_name: str, resource_name: str, parameters: Union[_models.TagsObject, IO], **kwargs: Any + ) -> _models.Snapshot: + """Updates tags on a snapshot. + + Updates tags on a snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: Parameters supplied to the Update snapshot Tags operation. Is either a + TagsObject type or a IO type. Required. + :type parameters: ~azure.mgmt.containerservice.v2023_02_02_preview.models.TagsObject or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: Snapshot or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.Snapshot + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.Snapshot] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(parameters, (IO, bytes)): + _content = parameters + else: + _json = self._serialize.body(parameters, "TagsObject") + + request = build_update_tags_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self.update_tags.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("Snapshot", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + update_tags.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots/{resourceName}" + } + + @distributed_trace_async + async def delete( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> None: + """Deletes a snapshot. + + Deletes a snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: None or the result of cls(response) + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.delete.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) + + delete.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots/{resourceName}" + } diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_trusted_access_role_bindings_operations.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_trusted_access_role_bindings_operations.py new file mode 100644 index 00000000000..084d1c853cb --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_trusted_access_role_bindings_operations.py @@ -0,0 +1,461 @@ +# pylint: disable=too-many-lines +# 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 sys +from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, overload +import urllib.parse + +from azure.core.async_paging import AsyncItemPaged, AsyncList +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import AsyncHttpResponse +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._vendor import _convert_request +from ...operations._trusted_access_role_bindings_operations import ( + build_create_or_update_request, + build_delete_request, + build_get_request, + build_list_request, +) + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class TrustedAccessRoleBindingsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.containerservice.v2023_02_02_preview.aio.ContainerServiceClient`'s + :attr:`trusted_access_role_bindings` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> AsyncIterable["_models.TrustedAccessRoleBinding"]: + """List trusted access role bindings. + + List trusted access role bindings. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either TrustedAccessRoleBinding or the result of + cls(response) + :rtype: + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_02_02_preview.models.TrustedAccessRoleBinding] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.TrustedAccessRoleBindingListResult] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("TrustedAccessRoleBindingListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + list.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/trustedAccessRoleBindings" + } + + @distributed_trace_async + async def get( + self, resource_group_name: str, resource_name: str, trusted_access_role_binding_name: str, **kwargs: Any + ) -> _models.TrustedAccessRoleBinding: + """Get a trusted access role binding. + + Get a trusted access role binding. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param trusted_access_role_binding_name: The name of trusted access role binding. Required. + :type trusted_access_role_binding_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: TrustedAccessRoleBinding or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.TrustedAccessRoleBinding + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.TrustedAccessRoleBinding] = kwargs.pop("cls", None) + + request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + trusted_access_role_binding_name=trusted_access_role_binding_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.get.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("TrustedAccessRoleBinding", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/trustedAccessRoleBindings/{trustedAccessRoleBindingName}" + } + + @overload + async def create_or_update( + self, + resource_group_name: str, + resource_name: str, + trusted_access_role_binding_name: str, + trusted_access_role_binding: _models.TrustedAccessRoleBinding, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.TrustedAccessRoleBinding: + """Create or update a trusted access role binding. + + Create or update a trusted access role binding. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param trusted_access_role_binding_name: The name of trusted access role binding. Required. + :type trusted_access_role_binding_name: str + :param trusted_access_role_binding: A trusted access role binding. Required. + :type trusted_access_role_binding: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.TrustedAccessRoleBinding + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: TrustedAccessRoleBinding or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.TrustedAccessRoleBinding + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def create_or_update( + self, + resource_group_name: str, + resource_name: str, + trusted_access_role_binding_name: str, + trusted_access_role_binding: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.TrustedAccessRoleBinding: + """Create or update a trusted access role binding. + + Create or update a trusted access role binding. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param trusted_access_role_binding_name: The name of trusted access role binding. Required. + :type trusted_access_role_binding_name: str + :param trusted_access_role_binding: A trusted access role binding. Required. + :type trusted_access_role_binding: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: TrustedAccessRoleBinding or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.TrustedAccessRoleBinding + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def create_or_update( + self, + resource_group_name: str, + resource_name: str, + trusted_access_role_binding_name: str, + trusted_access_role_binding: Union[_models.TrustedAccessRoleBinding, IO], + **kwargs: Any + ) -> _models.TrustedAccessRoleBinding: + """Create or update a trusted access role binding. + + Create or update a trusted access role binding. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param trusted_access_role_binding_name: The name of trusted access role binding. Required. + :type trusted_access_role_binding_name: str + :param trusted_access_role_binding: A trusted access role binding. Is either a + TrustedAccessRoleBinding type or a IO type. Required. + :type trusted_access_role_binding: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.TrustedAccessRoleBinding or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: TrustedAccessRoleBinding or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.TrustedAccessRoleBinding + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.TrustedAccessRoleBinding] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(trusted_access_role_binding, (IO, bytes)): + _content = trusted_access_role_binding + else: + _json = self._serialize.body(trusted_access_role_binding, "TrustedAccessRoleBinding") + + request = build_create_or_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + trusted_access_role_binding_name=trusted_access_role_binding_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self.create_or_update.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("TrustedAccessRoleBinding", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + create_or_update.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/trustedAccessRoleBindings/{trustedAccessRoleBindingName}" + } + + @distributed_trace_async + async def delete( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, trusted_access_role_binding_name: str, **kwargs: Any + ) -> None: + """Delete a trusted access role binding. + + Delete a trusted access role binding. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param trusted_access_role_binding_name: The name of trusted access role binding. Required. + :type trusted_access_role_binding_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: None or the result of cls(response) + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + trusted_access_role_binding_name=trusted_access_role_binding_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.delete.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) + + delete.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/trustedAccessRoleBindings/{trustedAccessRoleBindingName}" + } diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_trusted_access_roles_operations.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_trusted_access_roles_operations.py new file mode 100644 index 00000000000..8d1d0aa4bd6 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/aio/operations/_trusted_access_roles_operations.py @@ -0,0 +1,148 @@ +# pylint: disable=too-many-lines +# 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 sys +from typing import Any, AsyncIterable, Callable, Dict, Optional, TypeVar +import urllib.parse + +from azure.core.async_paging import AsyncItemPaged, AsyncList +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import AsyncHttpResponse +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._vendor import _convert_request +from ...operations._trusted_access_roles_operations import build_list_request + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class TrustedAccessRolesOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.containerservice.v2023_02_02_preview.aio.ContainerServiceClient`'s + :attr:`trusted_access_roles` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list(self, location: str, **kwargs: Any) -> AsyncIterable["_models.TrustedAccessRole"]: + """List supported trusted access roles. + + List supported trusted access roles. + + :param location: The name of Azure region. Required. + :type location: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either TrustedAccessRole or the result of cls(response) + :rtype: + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.containerservice.v2023_02_02_preview.models.TrustedAccessRole] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.TrustedAccessRoleListResult] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_request( + location=location, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("TrustedAccessRoleListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + list.metadata = { + "url": "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/trustedAccessRoles" + } diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/models/__init__.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/models/__init__.py new file mode 100644 index 00000000000..ddea46be84c --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/models/__init__.py @@ -0,0 +1,383 @@ +# 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 ._models_py3 import AbsoluteMonthlySchedule +from ._models_py3 import AgentPool +from ._models_py3 import AgentPoolAvailableVersions +from ._models_py3 import AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem +from ._models_py3 import AgentPoolListResult +from ._models_py3 import AgentPoolNetworkProfile +from ._models_py3 import AgentPoolUpgradeProfile +from ._models_py3 import AgentPoolUpgradeProfilePropertiesUpgradesItem +from ._models_py3 import AgentPoolUpgradeSettings +from ._models_py3 import AgentPoolWindowsProfile +from ._models_py3 import AzureKeyVaultKms +from ._models_py3 import CloudErrorBody +from ._models_py3 import ClusterUpgradeSettings +from ._models_py3 import ContainerServiceLinuxProfile +from ._models_py3 import ContainerServiceNetworkProfile +from ._models_py3 import ContainerServiceNetworkProfileKubeProxyConfig +from ._models_py3 import ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig +from ._models_py3 import ContainerServiceSshConfiguration +from ._models_py3 import ContainerServiceSshPublicKey +from ._models_py3 import CreationData +from ._models_py3 import CredentialResult +from ._models_py3 import CredentialResults +from ._models_py3 import DailySchedule +from ._models_py3 import DateSpan +from ._models_py3 import EndpointDependency +from ._models_py3 import EndpointDetail +from ._models_py3 import ExtendedLocation +from ._models_py3 import GuardrailsProfile +from ._models_py3 import IPTag +from ._models_py3 import IstioComponents +from ._models_py3 import IstioIngressGateway +from ._models_py3 import IstioServiceMesh +from ._models_py3 import KubeletConfig +from ._models_py3 import LinuxOSConfig +from ._models_py3 import MaintenanceConfiguration +from ._models_py3 import MaintenanceConfigurationListResult +from ._models_py3 import MaintenanceWindow +from ._models_py3 import ManagedCluster +from ._models_py3 import ManagedClusterAADProfile +from ._models_py3 import ManagedClusterAPIServerAccessProfile +from ._models_py3 import ManagedClusterAccessProfile +from ._models_py3 import ManagedClusterAddonProfile +from ._models_py3 import ManagedClusterAddonProfileIdentity +from ._models_py3 import ManagedClusterAgentPoolProfile +from ._models_py3 import ManagedClusterAgentPoolProfileProperties +from ._models_py3 import ManagedClusterAutoUpgradeProfile +from ._models_py3 import ManagedClusterAzureMonitorProfile +from ._models_py3 import ManagedClusterAzureMonitorProfileKubeStateMetrics +from ._models_py3 import ManagedClusterAzureMonitorProfileMetrics +from ._models_py3 import ManagedClusterHTTPProxyConfig +from ._models_py3 import ManagedClusterIdentity +from ._models_py3 import ManagedClusterIngressProfile +from ._models_py3 import ManagedClusterIngressProfileWebAppRouting +from ._models_py3 import ManagedClusterListResult +from ._models_py3 import ManagedClusterLoadBalancerProfile +from ._models_py3 import ManagedClusterLoadBalancerProfileManagedOutboundIPs +from ._models_py3 import ManagedClusterLoadBalancerProfileOutboundIPPrefixes +from ._models_py3 import ManagedClusterLoadBalancerProfileOutboundIPs +from ._models_py3 import ManagedClusterManagedOutboundIPProfile +from ._models_py3 import ManagedClusterNATGatewayProfile +from ._models_py3 import ManagedClusterNodeResourceGroupProfile +from ._models_py3 import ManagedClusterOIDCIssuerProfile +from ._models_py3 import ManagedClusterPodIdentity +from ._models_py3 import ManagedClusterPodIdentityException +from ._models_py3 import ManagedClusterPodIdentityProfile +from ._models_py3 import ManagedClusterPodIdentityProvisioningError +from ._models_py3 import ManagedClusterPodIdentityProvisioningErrorBody +from ._models_py3 import ManagedClusterPodIdentityProvisioningInfo +from ._models_py3 import ManagedClusterPoolUpgradeProfile +from ._models_py3 import ManagedClusterPoolUpgradeProfileUpgradesItem +from ._models_py3 import ManagedClusterPropertiesAutoScalerProfile +from ._models_py3 import ManagedClusterPropertiesForSnapshot +from ._models_py3 import ManagedClusterSKU +from ._models_py3 import ManagedClusterSecurityProfile +from ._models_py3 import ManagedClusterSecurityProfileDefender +from ._models_py3 import ManagedClusterSecurityProfileDefenderSecurityMonitoring +from ._models_py3 import ManagedClusterSecurityProfileImageCleaner +from ._models_py3 import ManagedClusterSecurityProfileNodeRestriction +from ._models_py3 import ManagedClusterSecurityProfileWorkloadIdentity +from ._models_py3 import ManagedClusterServicePrincipalProfile +from ._models_py3 import ManagedClusterSnapshot +from ._models_py3 import ManagedClusterSnapshotListResult +from ._models_py3 import ManagedClusterStorageProfile +from ._models_py3 import ManagedClusterStorageProfileBlobCSIDriver +from ._models_py3 import ManagedClusterStorageProfileDiskCSIDriver +from ._models_py3 import ManagedClusterStorageProfileFileCSIDriver +from ._models_py3 import ManagedClusterStorageProfileSnapshotController +from ._models_py3 import ManagedClusterUpgradeProfile +from ._models_py3 import ManagedClusterWindowsProfile +from ._models_py3 import ManagedClusterWorkloadAutoScalerProfile +from ._models_py3 import ManagedClusterWorkloadAutoScalerProfileKeda +from ._models_py3 import ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler +from ._models_py3 import ManagedServiceIdentityUserAssignedIdentitiesValue +from ._models_py3 import NetworkProfileForSnapshot +from ._models_py3 import OSOptionProfile +from ._models_py3 import OSOptionProperty +from ._models_py3 import OperationListResult +from ._models_py3 import OperationValue +from ._models_py3 import OutboundEnvironmentEndpoint +from ._models_py3 import OutboundEnvironmentEndpointCollection +from ._models_py3 import PortRange +from ._models_py3 import PowerState +from ._models_py3 import PrivateEndpoint +from ._models_py3 import PrivateEndpointConnection +from ._models_py3 import PrivateEndpointConnectionListResult +from ._models_py3 import PrivateLinkResource +from ._models_py3 import PrivateLinkResourcesListResult +from ._models_py3 import PrivateLinkServiceConnectionState +from ._models_py3 import RelativeMonthlySchedule +from ._models_py3 import Resource +from ._models_py3 import ResourceReference +from ._models_py3 import RunCommandRequest +from ._models_py3 import RunCommandResult +from ._models_py3 import Schedule +from ._models_py3 import ServiceMeshProfile +from ._models_py3 import Snapshot +from ._models_py3 import SnapshotListResult +from ._models_py3 import SubResource +from ._models_py3 import SysctlConfig +from ._models_py3 import SystemData +from ._models_py3 import TagsObject +from ._models_py3 import TimeInWeek +from ._models_py3 import TimeSpan +from ._models_py3 import TrackedResource +from ._models_py3 import TrustedAccessRole +from ._models_py3 import TrustedAccessRoleBinding +from ._models_py3 import TrustedAccessRoleBindingListResult +from ._models_py3 import TrustedAccessRoleListResult +from ._models_py3 import TrustedAccessRoleRule +from ._models_py3 import UpgradeOverrideSettings +from ._models_py3 import UserAssignedIdentity +from ._models_py3 import WeeklySchedule +from ._models_py3 import WindowsGmsaProfile + +from ._container_service_client_enums import AgentPoolMode +from ._container_service_client_enums import AgentPoolType +from ._container_service_client_enums import BackendPoolType +from ._container_service_client_enums import Code +from ._container_service_client_enums import ConnectionStatus +from ._container_service_client_enums import ControlPlaneUpgradeOverride +from ._container_service_client_enums import ControlledValues +from ._container_service_client_enums import CreatedByType +from ._container_service_client_enums import Expander +from ._container_service_client_enums import ExtendedLocationTypes +from ._container_service_client_enums import Format +from ._container_service_client_enums import GPUInstanceProfile +from ._container_service_client_enums import IpFamily +from ._container_service_client_enums import IpvsScheduler +from ._container_service_client_enums import IstioIngressGatewayMode +from ._container_service_client_enums import KeyVaultNetworkAccessTypes +from ._container_service_client_enums import KubeletDiskType +from ._container_service_client_enums import Level +from ._container_service_client_enums import LicenseType +from ._container_service_client_enums import LoadBalancerSku +from ._container_service_client_enums import ManagedClusterPodIdentityProvisioningState +from ._container_service_client_enums import ManagedClusterSKUName +from ._container_service_client_enums import ManagedClusterSKUTier +from ._container_service_client_enums import Mode +from ._container_service_client_enums import NetworkDataplane +from ._container_service_client_enums import NetworkMode +from ._container_service_client_enums import NetworkPlugin +from ._container_service_client_enums import NetworkPluginMode +from ._container_service_client_enums import NetworkPolicy +from ._container_service_client_enums import NodeOSUpgradeChannel +from ._container_service_client_enums import OSDiskType +from ._container_service_client_enums import OSSKU +from ._container_service_client_enums import OSType +from ._container_service_client_enums import OutboundType +from ._container_service_client_enums import PrivateEndpointConnectionProvisioningState +from ._container_service_client_enums import Protocol +from ._container_service_client_enums import PublicNetworkAccess +from ._container_service_client_enums import ResourceIdentityType +from ._container_service_client_enums import RestrictionLevel +from ._container_service_client_enums import ScaleDownMode +from ._container_service_client_enums import ScaleSetEvictionPolicy +from ._container_service_client_enums import ScaleSetPriority +from ._container_service_client_enums import ServiceMeshMode +from ._container_service_client_enums import SnapshotType +from ._container_service_client_enums import TrustedAccessRoleBindingProvisioningState +from ._container_service_client_enums import Type +from ._container_service_client_enums import UpdateMode +from ._container_service_client_enums import UpgradeChannel +from ._container_service_client_enums import WeekDay +from ._container_service_client_enums import WorkloadRuntime +from ._patch import __all__ as _patch_all +from ._patch import * # pylint: disable=unused-wildcard-import +from ._patch import patch_sdk as _patch_sdk + +__all__ = [ + "AbsoluteMonthlySchedule", + "AgentPool", + "AgentPoolAvailableVersions", + "AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem", + "AgentPoolListResult", + "AgentPoolNetworkProfile", + "AgentPoolUpgradeProfile", + "AgentPoolUpgradeProfilePropertiesUpgradesItem", + "AgentPoolUpgradeSettings", + "AgentPoolWindowsProfile", + "AzureKeyVaultKms", + "CloudErrorBody", + "ClusterUpgradeSettings", + "ContainerServiceLinuxProfile", + "ContainerServiceNetworkProfile", + "ContainerServiceNetworkProfileKubeProxyConfig", + "ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig", + "ContainerServiceSshConfiguration", + "ContainerServiceSshPublicKey", + "CreationData", + "CredentialResult", + "CredentialResults", + "DailySchedule", + "DateSpan", + "EndpointDependency", + "EndpointDetail", + "ExtendedLocation", + "GuardrailsProfile", + "IPTag", + "IstioComponents", + "IstioIngressGateway", + "IstioServiceMesh", + "KubeletConfig", + "LinuxOSConfig", + "MaintenanceConfiguration", + "MaintenanceConfigurationListResult", + "MaintenanceWindow", + "ManagedCluster", + "ManagedClusterAADProfile", + "ManagedClusterAPIServerAccessProfile", + "ManagedClusterAccessProfile", + "ManagedClusterAddonProfile", + "ManagedClusterAddonProfileIdentity", + "ManagedClusterAgentPoolProfile", + "ManagedClusterAgentPoolProfileProperties", + "ManagedClusterAutoUpgradeProfile", + "ManagedClusterAzureMonitorProfile", + "ManagedClusterAzureMonitorProfileKubeStateMetrics", + "ManagedClusterAzureMonitorProfileMetrics", + "ManagedClusterHTTPProxyConfig", + "ManagedClusterIdentity", + "ManagedClusterIngressProfile", + "ManagedClusterIngressProfileWebAppRouting", + "ManagedClusterListResult", + "ManagedClusterLoadBalancerProfile", + "ManagedClusterLoadBalancerProfileManagedOutboundIPs", + "ManagedClusterLoadBalancerProfileOutboundIPPrefixes", + "ManagedClusterLoadBalancerProfileOutboundIPs", + "ManagedClusterManagedOutboundIPProfile", + "ManagedClusterNATGatewayProfile", + "ManagedClusterNodeResourceGroupProfile", + "ManagedClusterOIDCIssuerProfile", + "ManagedClusterPodIdentity", + "ManagedClusterPodIdentityException", + "ManagedClusterPodIdentityProfile", + "ManagedClusterPodIdentityProvisioningError", + "ManagedClusterPodIdentityProvisioningErrorBody", + "ManagedClusterPodIdentityProvisioningInfo", + "ManagedClusterPoolUpgradeProfile", + "ManagedClusterPoolUpgradeProfileUpgradesItem", + "ManagedClusterPropertiesAutoScalerProfile", + "ManagedClusterPropertiesForSnapshot", + "ManagedClusterSKU", + "ManagedClusterSecurityProfile", + "ManagedClusterSecurityProfileDefender", + "ManagedClusterSecurityProfileDefenderSecurityMonitoring", + "ManagedClusterSecurityProfileImageCleaner", + "ManagedClusterSecurityProfileNodeRestriction", + "ManagedClusterSecurityProfileWorkloadIdentity", + "ManagedClusterServicePrincipalProfile", + "ManagedClusterSnapshot", + "ManagedClusterSnapshotListResult", + "ManagedClusterStorageProfile", + "ManagedClusterStorageProfileBlobCSIDriver", + "ManagedClusterStorageProfileDiskCSIDriver", + "ManagedClusterStorageProfileFileCSIDriver", + "ManagedClusterStorageProfileSnapshotController", + "ManagedClusterUpgradeProfile", + "ManagedClusterWindowsProfile", + "ManagedClusterWorkloadAutoScalerProfile", + "ManagedClusterWorkloadAutoScalerProfileKeda", + "ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler", + "ManagedServiceIdentityUserAssignedIdentitiesValue", + "NetworkProfileForSnapshot", + "OSOptionProfile", + "OSOptionProperty", + "OperationListResult", + "OperationValue", + "OutboundEnvironmentEndpoint", + "OutboundEnvironmentEndpointCollection", + "PortRange", + "PowerState", + "PrivateEndpoint", + "PrivateEndpointConnection", + "PrivateEndpointConnectionListResult", + "PrivateLinkResource", + "PrivateLinkResourcesListResult", + "PrivateLinkServiceConnectionState", + "RelativeMonthlySchedule", + "Resource", + "ResourceReference", + "RunCommandRequest", + "RunCommandResult", + "Schedule", + "ServiceMeshProfile", + "Snapshot", + "SnapshotListResult", + "SubResource", + "SysctlConfig", + "SystemData", + "TagsObject", + "TimeInWeek", + "TimeSpan", + "TrackedResource", + "TrustedAccessRole", + "TrustedAccessRoleBinding", + "TrustedAccessRoleBindingListResult", + "TrustedAccessRoleListResult", + "TrustedAccessRoleRule", + "UpgradeOverrideSettings", + "UserAssignedIdentity", + "WeeklySchedule", + "WindowsGmsaProfile", + "AgentPoolMode", + "AgentPoolType", + "BackendPoolType", + "Code", + "ConnectionStatus", + "ControlPlaneUpgradeOverride", + "ControlledValues", + "CreatedByType", + "Expander", + "ExtendedLocationTypes", + "Format", + "GPUInstanceProfile", + "IpFamily", + "IpvsScheduler", + "IstioIngressGatewayMode", + "KeyVaultNetworkAccessTypes", + "KubeletDiskType", + "Level", + "LicenseType", + "LoadBalancerSku", + "ManagedClusterPodIdentityProvisioningState", + "ManagedClusterSKUName", + "ManagedClusterSKUTier", + "Mode", + "NetworkDataplane", + "NetworkMode", + "NetworkPlugin", + "NetworkPluginMode", + "NetworkPolicy", + "NodeOSUpgradeChannel", + "OSDiskType", + "OSSKU", + "OSType", + "OutboundType", + "PrivateEndpointConnectionProvisioningState", + "Protocol", + "PublicNetworkAccess", + "ResourceIdentityType", + "RestrictionLevel", + "ScaleDownMode", + "ScaleSetEvictionPolicy", + "ScaleSetPriority", + "ServiceMeshMode", + "SnapshotType", + "TrustedAccessRoleBindingProvisioningState", + "Type", + "UpdateMode", + "UpgradeChannel", + "WeekDay", + "WorkloadRuntime", +] +__all__.extend([p for p in _patch_all if p not in __all__]) +_patch_sdk() diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/models/_container_service_client_enums.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/models/_container_service_client_enums.py new file mode 100644 index 00000000000..7440e4081e6 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/models/_container_service_client_enums.py @@ -0,0 +1,621 @@ +# 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 +from azure.core import CaseInsensitiveEnumMeta + + +class AgentPoolMode(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """A cluster must have at least one 'System' Agent Pool at all times. For additional information + on agent pool restrictions and best practices, see: + https://docs.microsoft.com/azure/aks/use-system-pools. + """ + + SYSTEM = "System" + """System agent pools are primarily for hosting critical system pods such as CoreDNS and + #: metrics-server. System agent pools osType must be Linux. System agent pools VM SKU must have at + #: least 2vCPUs and 4GB of memory.""" + USER = "User" + """User agent pools are primarily for hosting your application pods.""" + + +class AgentPoolType(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The type of Agent Pool.""" + + VIRTUAL_MACHINE_SCALE_SETS = "VirtualMachineScaleSets" + """Create an Agent Pool backed by a Virtual Machine Scale Set.""" + AVAILABILITY_SET = "AvailabilitySet" + """Use of this is strongly discouraged.""" + + +class BackendPoolType(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The type of the managed inbound Load Balancer BackendPool.""" + + NODE_IP_CONFIGURATION = "NodeIPConfiguration" + """The type of the managed inbound Load Balancer BackendPool. + #: https://cloud-provider-azure.sigs.k8s.io/topics/loadbalancer/#configure-load-balancer-backend.""" + NODE_IP = "NodeIP" + """The type of the managed inbound Load Balancer BackendPool. + #: https://cloud-provider-azure.sigs.k8s.io/topics/loadbalancer/#configure-load-balancer-backend.""" + + +class Code(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Tells whether the cluster is Running or Stopped.""" + + RUNNING = "Running" + """The cluster is running.""" + STOPPED = "Stopped" + """The cluster is stopped.""" + + +class ConnectionStatus(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The private link service connection status.""" + + PENDING = "Pending" + APPROVED = "Approved" + REJECTED = "Rejected" + DISCONNECTED = "Disconnected" + + +class ControlledValues(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Controls which resource value autoscaler will change. Default value is RequestsAndLimits.""" + + REQUESTS_AND_LIMITS = "RequestsAndLimits" + """Autoscaler will control resource requests and limits.""" + REQUESTS_ONLY = "RequestsOnly" + """Autoscaler will control resource requests only.""" + + +class ControlPlaneUpgradeOverride(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The list of control plane upgrade override settings.""" + + IGNORE_KUBERNETES_DEPRECATIONS = "IgnoreKubernetesDeprecations" + """Upgrade the cluster control plane version without checking for recent Kubernetes deprecations + #: usage.""" + + +class CreatedByType(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The type of identity that created the resource.""" + + USER = "User" + APPLICATION = "Application" + MANAGED_IDENTITY = "ManagedIdentity" + KEY = "Key" + + +class Expander(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """If not specified, the default is 'random'. See `expanders + `_ + for more information. + """ + + LEAST_WASTE = "least-waste" + """Selects the node group that will have the least idle CPU (if tied, unused memory) after + #: scale-up. This is useful when you have different classes of nodes, for example, high CPU or + #: high memory nodes, and only want to expand those when there are pending pods that need a lot of + #: those resources.""" + MOST_PODS = "most-pods" + """Selects the node group that would be able to schedule the most pods when scaling up. This is + #: useful when you are using nodeSelector to make sure certain pods land on certain nodes. Note + #: that this won't cause the autoscaler to select bigger nodes vs. smaller, as it can add multiple + #: smaller nodes at once.""" + PRIORITY = "priority" + """Selects the node group that has the highest priority assigned by the user. It's configuration + #: is described in more details `here + #: `_.""" + RANDOM = "random" + """Used when you don't have a particular need for the node groups to scale differently.""" + + +class ExtendedLocationTypes(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The type of extendedLocation.""" + + EDGE_ZONE = "EdgeZone" + + +class Format(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Format.""" + + AZURE = "azure" + """Return azure auth-provider kubeconfig. This format is deprecated in v1.22 and will be fully + #: removed in v1.26. See: https://aka.ms/k8s/changes-1-26.""" + EXEC = "exec" + """Return exec format kubeconfig. This format requires kubelogin binary in the path.""" + + +class GPUInstanceProfile(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU.""" + + MIG1_G = "MIG1g" + MIG2_G = "MIG2g" + MIG3_G = "MIG3g" + MIG4_G = "MIG4g" + MIG7_G = "MIG7g" + + +class IpFamily(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The IP version to use for cluster networking and IP assignment.""" + + I_PV4 = "IPv4" + I_PV6 = "IPv6" + + +class IpvsScheduler(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """IPVS scheduler, for more information please see + http://www.linuxvirtualserver.org/docs/scheduling.html. + """ + + ROUND_ROBIN = "RoundRobin" + """Round Robin""" + LEAST_CONNECTION = "LeastConnection" + """Least Connection""" + + +class IstioIngressGatewayMode(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Mode of an ingress gateway.""" + + EXTERNAL = "External" + """The ingress gateway is assigned a public IP address and is publicly accessible.""" + INTERNAL = "Internal" + """The ingress gateway is assigned an internal IP address and cannot is accessed publicly.""" + + +class KeyVaultNetworkAccessTypes(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Network access of key vault. The possible values are ``Public`` and ``Private``. ``Public`` + means the key vault allows public access from all networks. ``Private`` means the key vault + disables public access and enables private link. The default value is ``Public``. + """ + + PUBLIC = "Public" + PRIVATE = "Private" + + +class KubeletDiskType(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Determines the placement of emptyDir volumes, container runtime data root, and Kubelet + ephemeral storage. + """ + + OS = "OS" + """Kubelet will use the OS disk for its data.""" + TEMPORARY = "Temporary" + """Kubelet will use the temporary disk for its data.""" + + +class Level(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The guardrails level to be used. By default, Guardrails is enabled for all namespaces except + those that AKS excludes via systemExcludedNamespaces. + """ + + OFF = "Off" + WARNING = "Warning" + ENFORCEMENT = "Enforcement" + + +class LicenseType(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The license type to use for Windows VMs. See `Azure Hybrid User Benefits + `_ for more details. + """ + + NONE = "None" + """No additional licensing is applied.""" + WINDOWS_SERVER = "Windows_Server" + """Enables Azure Hybrid User Benefits for Windows VMs.""" + + +class LoadBalancerSku(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The default is 'standard'. See `Azure Load Balancer SKUs + `_ for more information about the + differences between load balancer SKUs. + """ + + STANDARD = "standard" + """Use a a standard Load Balancer. This is the recommended Load Balancer SKU. For more information + #: about on working with the load balancer in the managed cluster, see the `standard Load Balancer + #: `_ article.""" + BASIC = "basic" + """Use a basic Load Balancer with limited functionality.""" + + +class ManagedClusterPodIdentityProvisioningState(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The current provisioning state of the pod identity.""" + + ASSIGNED = "Assigned" + CANCELED = "Canceled" + DELETING = "Deleting" + FAILED = "Failed" + SUCCEEDED = "Succeeded" + UPDATING = "Updating" + + +class ManagedClusterSKUName(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The name of a managed cluster SKU.""" + + BASE = "Base" + """Base option for the AKS control plane.""" + + +class ManagedClusterSKUTier(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """If not specified, the default is 'Free'. See `AKS Pricing Tier + `_ for more details. + """ + + STANDARD = "Standard" + """Recommended for mission-critical and production workloads. Includes Kubernetes control plane + #: autoscaling, workload-intensive testing, and up to 5,000 nodes per cluster. Guarantees 99.95% + #: availability of the Kubernetes API server endpoint for clusters that use Availability Zones and + #: 99.9% of availability for clusters that don't use Availability Zones.""" + FREE = "Free" + """The cluster management is free, but charged for VM, storage, and networking usage. Best for + #: experimenting, learning, simple testing, or workloads with fewer than 10 nodes. Not recommended + #: for production use cases.""" + + +class Mode(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Specify which proxy mode to use ('IPTABLES' or 'IPVS').""" + + IPTABLES = "IPTABLES" + """IPTables proxy mode""" + IPVS = "IPVS" + """IPVS proxy mode. Must be using Kubernetes version >= 1.22.""" + + +class NetworkDataplane(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Network dataplane used in the Kubernetes cluster.""" + + AZURE = "azure" + """Use Azure network dataplane.""" + CILIUM = "cilium" + """Use Cilium network dataplane. See `Azure CNI Powered by Cilium + #: `_ for more information.""" + + +class NetworkMode(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """This cannot be specified if networkPlugin is anything other than 'azure'.""" + + TRANSPARENT = "transparent" + """No bridge is created. Intra-VM Pod to Pod communication is through IP routes created by Azure + #: CNI. See `Transparent Mode `_ for + #: more information.""" + BRIDGE = "bridge" + """This is no longer supported""" + + +class NetworkPlugin(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Network plugin used for building the Kubernetes network.""" + + AZURE = "azure" + """Use the Azure CNI network plugin. See `Azure CNI (advanced) networking + #: `_ for + #: more information.""" + KUBENET = "kubenet" + """Use the Kubenet network plugin. See `Kubenet (basic) networking + #: `_ for more + #: information.""" + NONE = "none" + """Do not use a network plugin. A custom CNI will need to be installed after cluster creation for + #: networking functionality.""" + + +class NetworkPluginMode(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The mode the network plugin should use.""" + + OVERLAY = "Overlay" + """Pods are given IPs from the PodCIDR address space but use Azure Routing Domains rather than + #: Kubenet reference plugins host-local and bridge.""" + + +class NetworkPolicy(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Network policy used for building the Kubernetes network.""" + + CALICO = "calico" + """Use Calico network policies. See `differences between Azure and Calico policies + #: `_ + #: for more information.""" + AZURE = "azure" + """Use Azure network policies. See `differences between Azure and Calico policies + #: `_ + #: for more information.""" + CILIUM = "cilium" + """Use Cilium to enforce network policies. This requires networkDataplane to be 'cilium'.""" + + +class NodeOSUpgradeChannel(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The default is Unmanaged, but may change to either NodeImage or SecurityPatch at GA.""" + + NONE = "None" + """No attempt to update your machines OS will be made either by OS or by rolling VHDs. This means + #: you are responsible for your security updates""" + UNMANAGED = "Unmanaged" + """OS updates will be applied automatically through the OS built-in patching infrastructure. Newly + #: scaled in machines will be unpatched initially, and will be patched at some later time by the + #: OS's infrastructure. Behavior of this option depends on the OS in question. Ubuntu and Mariner + #: apply security patches through unattended upgrade roughly once a day around 06:00 UTC. Windows + #: does not apply security patches automatically and so for them this option is equivalent to None + #: till further notice""" + SECURITY_PATCH = "SecurityPatch" + """AKS will update the nodes VHD with patches from the image maintainer labelled "security only" + #: on a regular basis. Where possible, patches will also be applied without reimaging to existing + #: nodes. Some patches, such as kernel patches, cannot be applied to existing nodes without + #: disruption. For such patches, the VHD will be updated, and machines will be rolling reimaged to + #: that VHD following maintenance windows and surge settings. This option incurs the extra cost of + #: hosting the VHDs in your node resource group.""" + NODE_IMAGE = "NodeImage" + """AKS will update the nodes with a newly patched VHD containing security fixes and bugfixes on a + #: weekly cadence. With the VHD update machines will be rolling reimaged to that VHD following + #: maintenance windows and surge settings. No extra VHD cost is incurred when choosing this option + #: as AKS hosts the images.""" + + +class OSDiskType(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The default is 'Ephemeral' if the VM supports it and has a cache disk larger than the requested + OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation. For more + information see `Ephemeral OS + `_. + """ + + MANAGED = "Managed" + """Azure replicates the operating system disk for a virtual machine to Azure storage to avoid data + #: loss should the VM need to be relocated to another host. Since containers aren't designed to + #: have local state persisted, this behavior offers limited value while providing some drawbacks, + #: including slower node provisioning and higher read/write latency.""" + EPHEMERAL = "Ephemeral" + """Ephemeral OS disks are stored only on the host machine, just like a temporary disk. This + #: provides lower read/write latency, along with faster node scaling and cluster upgrades.""" + + +class OSSKU(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Specifies the OS SKU used by the agent pool. If not specified, the default is Ubuntu if + OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be changed to + Windows2022 after Windows2019 is deprecated. + """ + + UBUNTU = "Ubuntu" + CBL_MARINER = "CBLMariner" + MARINER = "Mariner" + WINDOWS2019 = "Windows2019" + WINDOWS2022 = "Windows2022" + + +class OSType(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The operating system type. The default is Linux.""" + + LINUX = "Linux" + """Use Linux.""" + WINDOWS = "Windows" + """Use Windows.""" + + +class OutboundType(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """This can only be set at cluster creation time and cannot be changed later. For more information + see `egress outbound type `_. + """ + + LOAD_BALANCER = "loadBalancer" + """The load balancer is used for egress through an AKS assigned public IP. This supports + #: Kubernetes services of type 'loadBalancer'. For more information see `outbound type + #: loadbalancer + #: `_.""" + USER_DEFINED_ROUTING = "userDefinedRouting" + """Egress paths must be defined by the user. This is an advanced scenario and requires proper + #: network configuration. For more information see `outbound type userDefinedRouting + #: `_.""" + MANAGED_NAT_GATEWAY = "managedNATGateway" + """The AKS-managed NAT gateway is used for egress.""" + USER_ASSIGNED_NAT_GATEWAY = "userAssignedNATGateway" + """The user-assigned NAT gateway associated to the cluster subnet is used for egress. This is an + #: advanced scenario and requires proper network configuration.""" + + +class PrivateEndpointConnectionProvisioningState(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The current provisioning state.""" + + CANCELED = "Canceled" + CREATING = "Creating" + DELETING = "Deleting" + FAILED = "Failed" + SUCCEEDED = "Succeeded" + + +class Protocol(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The network protocol of the port.""" + + TCP = "TCP" + """TCP protocol.""" + UDP = "UDP" + """UDP protocol.""" + + +class PublicNetworkAccess(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Allow or deny public network access for AKS.""" + + ENABLED = "Enabled" + """Inbound/Outbound to the managedCluster is allowed.""" + DISABLED = "Disabled" + """Inbound traffic to managedCluster is disabled, traffic from managedCluster is allowed.""" + SECURED_BY_PERIMETER = "SecuredByPerimeter" + """Inbound/Outbound traffic is managed by Microsoft.Network/NetworkSecurityPerimeters.""" + + +class ResourceIdentityType(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """For more information see `use managed identities in AKS + `_. + """ + + SYSTEM_ASSIGNED = "SystemAssigned" + """Use an implicitly created system assigned managed identity to manage cluster resources. Master + #: components in the control plane such as kube-controller-manager will use the system assigned + #: managed identity to manipulate Azure resources.""" + USER_ASSIGNED = "UserAssigned" + """Use a user-specified identity to manage cluster resources. Master components in the control + #: plane such as kube-controller-manager will use the specified user assigned managed identity to + #: manipulate Azure resources.""" + NONE = "None" + """Do not use a managed identity for the Managed Cluster, service principal will be used instead.""" + + +class RestrictionLevel(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The restriction level applied to the cluster's node resource group.""" + + UNRESTRICTED = "Unrestricted" + """All RBAC permissions are allowed on the managed node resource group""" + READ_ONLY = "ReadOnly" + """Only */read RBAC permissions allowed on the managed node resource group""" + + +class ScaleDownMode(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Describes how VMs are added to or removed from Agent Pools. See `billing states + `_. + """ + + DELETE = "Delete" + """Create new instances during scale up and remove instances during scale down.""" + DEALLOCATE = "Deallocate" + """Attempt to start deallocated instances (if they exist) during scale up and deallocate instances + #: during scale down.""" + + +class ScaleSetEvictionPolicy(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The eviction policy specifies what to do with the VM when it is evicted. The default is Delete. + For more information about eviction see `spot VMs + `_. + """ + + DELETE = "Delete" + """Nodes in the underlying Scale Set of the node pool are deleted when they're evicted.""" + DEALLOCATE = "Deallocate" + """Nodes in the underlying Scale Set of the node pool are set to the stopped-deallocated state + #: upon eviction. Nodes in the stopped-deallocated state count against your compute quota and can + #: cause issues with cluster scaling or upgrading.""" + + +class ScaleSetPriority(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The Virtual Machine Scale Set priority.""" + + SPOT = "Spot" + """Spot priority VMs will be used. There is no SLA for spot nodes. See `spot on AKS + #: `_ for more information.""" + REGULAR = "Regular" + """Regular VMs will be used.""" + + +class ServiceMeshMode(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Mode of the service mesh.""" + + ISTIO = "Istio" + """Istio deployed as an AKS addon.""" + DISABLED = "Disabled" + """Mesh is disabled.""" + + +class SnapshotType(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The type of a snapshot. The default is NodePool.""" + + NODE_POOL = "NodePool" + """The snapshot is a snapshot of a node pool.""" + MANAGED_CLUSTER = "ManagedCluster" + """The snapshot is a snapshot of a managed cluster.""" + + +class TrustedAccessRoleBindingProvisioningState(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The current provisioning state of trusted access role binding.""" + + CANCELED = "Canceled" + DELETING = "Deleting" + FAILED = "Failed" + SUCCEEDED = "Succeeded" + UPDATING = "Updating" + + +class Type(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Specifies on which instance of the allowed days specified in daysOfWeek the maintenance occurs.""" + + FIRST = "First" + """First.""" + SECOND = "Second" + """Second.""" + THIRD = "Third" + """Third.""" + FOURTH = "Fourth" + """Fourth.""" + LAST = "Last" + """Last.""" + + +class UpdateMode(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Each update mode level is a superset of the lower levels. Off`_. + """ + + RAPID = "rapid" + """Automatically upgrade the cluster to the latest supported patch release on the latest supported + #: minor version. In cases where the cluster is at a version of Kubernetes that is at an N-2 minor + #: version where N is the latest supported minor version, the cluster first upgrades to the latest + #: supported patch version on N-1 minor version. For example, if a cluster is running version + #: 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster first is + #: upgraded to 1.18.6, then is upgraded to 1.19.1.""" + STABLE = "stable" + """Automatically upgrade the cluster to the latest supported patch release on minor version N-1, + #: where N is the latest supported minor version. For example, if a cluster is running version + #: 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster is upgraded + #: to 1.18.6.""" + PATCH = "patch" + """Automatically upgrade the cluster to the latest supported patch version when it becomes + #: available while keeping the minor version the same. For example, if a cluster is running + #: version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster is + #: upgraded to 1.17.9.""" + NODE_IMAGE = "node-image" + """Automatically upgrade the node image to the latest version available. Consider using + #: nodeOSUpgradeChannel instead as that allows you to configure node OS patching separate from + #: Kubernetes version patching""" + NONE = "none" + """Disables auto-upgrades and keeps the cluster at its current version of Kubernetes.""" + + +class WeekDay(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The weekday enum.""" + + SUNDAY = "Sunday" + MONDAY = "Monday" + TUESDAY = "Tuesday" + WEDNESDAY = "Wednesday" + THURSDAY = "Thursday" + FRIDAY = "Friday" + SATURDAY = "Saturday" + + +class WorkloadRuntime(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Determines the type of workload a node can run.""" + + OCI_CONTAINER = "OCIContainer" + """Nodes will use Kubelet to run standard OCI container workloads.""" + WASM_WASI = "WasmWasi" + """Nodes will use Krustlet to run WASM workloads using the WASI provider (Preview).""" + KATA_MSHV_VM_ISOLATION = "KataMshvVmIsolation" + """Nodes can use (Kata + Cloud Hypervisor + Hyper-V) to enable Nested VM-based pods (Preview). Due + #: to the use Hyper-V, AKS node OS itself is a nested VM (the root OS) of Hyper-V. Thus it can + #: only be used with VM series that support Nested Virtualization such as Dv3 series.""" diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/models/_models_py3.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/models/_models_py3.py new file mode 100644 index 00000000000..56ae86ab1bf --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/models/_models_py3.py @@ -0,0 +1,7982 @@ +# coding=utf-8 +# pylint: disable=too-many-lines +# -------------------------------------------------------------------------- +# 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 datetime +from typing import Any, Dict, List, Optional, TYPE_CHECKING, Union + +from ... import _serialization + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from .. import models as _models + + +class AbsoluteMonthlySchedule(_serialization.Model): + """For schedules like: 'recur every month on the 15th' or 'recur every 3 months on the 20th'. + + All required parameters must be populated in order to send to Azure. + + :ivar interval_months: Specifies the number of months between each set of occurrences. + Required. + :vartype interval_months: int + :ivar day_of_month: The date of the month. Required. + :vartype day_of_month: int + """ + + _validation = { + "interval_months": {"required": True, "maximum": 6, "minimum": 1}, + "day_of_month": {"required": True, "maximum": 31, "minimum": 1}, + } + + _attribute_map = { + "interval_months": {"key": "intervalMonths", "type": "int"}, + "day_of_month": {"key": "dayOfMonth", "type": "int"}, + } + + def __init__(self, *, interval_months: int, day_of_month: int, **kwargs: Any) -> None: + """ + :keyword interval_months: Specifies the number of months between each set of occurrences. + Required. + :paramtype interval_months: int + :keyword day_of_month: The date of the month. Required. + :paramtype day_of_month: int + """ + super().__init__(**kwargs) + self.interval_months = interval_months + self.day_of_month = day_of_month + + +class SubResource(_serialization.Model): + """Reference to another subresource. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar id: Resource ID. + :vartype id: str + :ivar name: The name of the resource that is unique within a resource group. This name can be + used to access the resource. + :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: Any) -> None: + """ """ + super().__init__(**kwargs) + self.id = None + self.name = None + self.type = None + + +class AgentPool(SubResource): # pylint: disable=too-many-instance-attributes + """Agent Pool. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar id: Resource ID. + :vartype id: str + :ivar name: The name of the resource that is unique within a resource group. This name can be + used to access the resource. + :vartype name: str + :ivar type: Resource type. + :vartype type: str + :ivar count: Number of agents (VMs) to host docker containers. Allowed values must be in the + range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for + system pools. The default value is 1. + :vartype count: int + :ivar vm_size: VM size availability varies by region. If a node contains insufficient compute + resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted + VM sizes, see: https://docs.microsoft.com/azure/aks/quotas-skus-regions. + :vartype vm_size: str + :ivar os_disk_size_gb: OS Disk Size in GB to be used to specify the disk size for every machine + in the master/agent pool. If you specify 0, it will apply the default osDisk size according to + the vmSize specified. + :vartype os_disk_size_gb: int + :ivar os_disk_type: The default is 'Ephemeral' if the VM supports it and has a cache disk + larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed + after creation. For more information see `Ephemeral OS + `_. Known values are: + "Managed" and "Ephemeral". + :vartype os_disk_type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.OSDiskType + :ivar kubelet_disk_type: Determines the placement of emptyDir volumes, container runtime data + root, and Kubelet ephemeral storage. Known values are: "OS" and "Temporary". + :vartype kubelet_disk_type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.KubeletDiskType + :ivar workload_runtime: Determines the type of workload a node can run. Known values are: + "OCIContainer", "WasmWasi", and "KataMshvVmIsolation". + :vartype workload_runtime: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.WorkloadRuntime + :ivar message_of_the_day: A base64-encoded string which will be written to /etc/motd after + decoding. This allows customization of the message of the day for Linux nodes. It must not be + specified for Windows nodes. It must be a static string (i.e., will be printed raw and not be + executed as a script). + :vartype message_of_the_day: str + :ivar vnet_subnet_id: If this is not specified, a VNET and subnet will be generated and used. + If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just + nodes. This is of the form: + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}. + :vartype vnet_subnet_id: str + :ivar pod_subnet_id: If omitted, pod IPs are statically assigned on the node subnet (see + vnetSubnetID for more details). This is of the form: + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}. + :vartype pod_subnet_id: str + :ivar max_pods: The maximum number of pods that can run on a node. + :vartype max_pods: int + :ivar os_type: The operating system type. The default is Linux. Known values are: "Linux" and + "Windows". + :vartype os_type: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.OSType + :ivar os_sku: Specifies the OS SKU used by the agent pool. If not specified, the default is + Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be + changed to Windows2022 after Windows2019 is deprecated. Known values are: "Ubuntu", + "CBLMariner", "Mariner", "Windows2019", and "Windows2022". + :vartype os_sku: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.OSSKU + :ivar max_count: The maximum number of nodes for auto-scaling. + :vartype max_count: int + :ivar min_count: The minimum number of nodes for auto-scaling. + :vartype min_count: int + :ivar enable_auto_scaling: Whether to enable auto-scaler. + :vartype enable_auto_scaling: bool + :ivar scale_down_mode: This also effects the cluster autoscaler behavior. If not specified, it + defaults to Delete. Known values are: "Delete" and "Deallocate". + :vartype scale_down_mode: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ScaleDownMode + :ivar type_properties_type: The type of Agent Pool. Known values are: "VirtualMachineScaleSets" + and "AvailabilitySet". + :vartype type_properties_type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolType + :ivar mode: A cluster must have at least one 'System' Agent Pool at all times. For additional + information on agent pool restrictions and best practices, see: + https://docs.microsoft.com/azure/aks/use-system-pools. Known values are: "System" and "User". + :vartype mode: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolMode + :ivar orchestrator_version: Both patch version and are + supported. When is specified, the latest supported patch version is chosen + automatically. Updating the agent pool with the same once it has been created + will not trigger an upgrade, even if a newer patch version is available. As a best practice, + you should upgrade all node pools in an AKS cluster to the same Kubernetes version. The node + pool version must have the same major version as the control plane. The node pool minor version + must be within two minor versions of the control plane version. The node pool version cannot be + greater than the control plane version. For more information see `upgrading a node pool + `_. + :vartype orchestrator_version: str + :ivar current_orchestrator_version: If orchestratorVersion was a fully specified version + , this field will be exactly equal to it. If orchestratorVersion was + , this field will contain the full version being used. + :vartype current_orchestrator_version: str + :ivar node_image_version: The version of node image. + :vartype node_image_version: str + :ivar upgrade_settings: Settings for upgrading the agentpool. + :vartype upgrade_settings: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolUpgradeSettings + :ivar provisioning_state: The current deployment or provisioning state. + :vartype provisioning_state: str + :ivar power_state: When an Agent Pool is first created it is initially Running. The Agent Pool + can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and + does not accrue billing charges. An Agent Pool can only be stopped if it is Running and + provisioning state is Succeeded. + :vartype power_state: ~azure.mgmt.containerservice.v2023_02_02_preview.models.PowerState + :ivar availability_zones: The list of Availability zones to use for nodes. This can only be + specified if the AgentPoolType property is 'VirtualMachineScaleSets'. + :vartype availability_zones: list[str] + :ivar enable_node_public_ip: Some scenarios may require nodes in a node pool to receive their + own dedicated public IP addresses. A common scenario is for gaming workloads, where a console + needs to make a direct connection to a cloud virtual machine to minimize hops. For more + information see `assigning a public IP per node + `_. + The default is false. + :vartype enable_node_public_ip: bool + :ivar enable_custom_ca_trust: When set to true, AKS adds a label to the node indicating that + the feature is enabled and deploys a daemonset along with host services to sync custom + certificate authorities from user-provided list of base64 encoded certificates into node trust + stores. Defaults to false. + :vartype enable_custom_ca_trust: bool + :ivar node_public_ip_prefix_id: This is of the form: + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName}. + :vartype node_public_ip_prefix_id: str + :ivar scale_set_priority: The Virtual Machine Scale Set priority. If not specified, the default + is 'Regular'. Known values are: "Spot" and "Regular". + :vartype scale_set_priority: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ScaleSetPriority + :ivar scale_set_eviction_policy: This cannot be specified unless the scaleSetPriority is + 'Spot'. If not specified, the default is 'Delete'. Known values are: "Delete" and "Deallocate". + :vartype scale_set_eviction_policy: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ScaleSetEvictionPolicy + :ivar spot_max_price: Possible values are any decimal value greater than zero or -1 which + indicates the willingness to pay any on-demand price. For more details on spot pricing, see + `spot VMs pricing `_. + :vartype spot_max_price: float + :ivar tags: The tags to be persisted on the agent pool virtual machine scale set. + :vartype tags: dict[str, str] + :ivar node_labels: The node labels to be persisted across all nodes in agent pool. + :vartype node_labels: dict[str, str] + :ivar node_taints: The taints added to new nodes during node pool create and scale. For + example, key=value:NoSchedule. + :vartype node_taints: list[str] + :ivar proximity_placement_group_id: The ID for Proximity Placement Group. + :vartype proximity_placement_group_id: str + :ivar kubelet_config: The Kubelet configuration on the agent pool nodes. + :vartype kubelet_config: ~azure.mgmt.containerservice.v2023_02_02_preview.models.KubeletConfig + :ivar linux_os_config: The OS configuration of Linux agent nodes. + :vartype linux_os_config: ~azure.mgmt.containerservice.v2023_02_02_preview.models.LinuxOSConfig + :ivar enable_encryption_at_host: This is only supported on certain VM sizes and in certain + Azure regions. For more information, see: + https://docs.microsoft.com/azure/aks/enable-host-encryption. + :vartype enable_encryption_at_host: bool + :ivar enable_ultra_ssd: Whether to enable UltraSSD. + :vartype enable_ultra_ssd: bool + :ivar enable_fips: See `Add a FIPS-enabled node pool + `_ + for more details. + :vartype enable_fips: bool + :ivar gpu_instance_profile: GPUInstanceProfile to be used to specify GPU MIG instance profile + for supported GPU VM SKU. Known values are: "MIG1g", "MIG2g", "MIG3g", "MIG4g", and "MIG7g". + :vartype gpu_instance_profile: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.GPUInstanceProfile + :ivar creation_data: CreationData to be used to specify the source Snapshot ID if the node pool + will be created/upgraded using a snapshot. + :vartype creation_data: ~azure.mgmt.containerservice.v2023_02_02_preview.models.CreationData + :ivar capacity_reservation_group_id: AKS will associate the specified agent pool with the + Capacity Reservation Group. + :vartype capacity_reservation_group_id: str + :ivar host_group_id: This is of the form: + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}. + For more information see `Azure dedicated hosts + `_. + :vartype host_group_id: str + :ivar windows_profile: The Windows agent pool's specific profile. + :vartype windows_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolWindowsProfile + :ivar network_profile: Network-related settings of an agent pool. + :vartype network_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolNetworkProfile + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "os_disk_size_gb": {"maximum": 2048, "minimum": 0}, + "current_orchestrator_version": {"readonly": True}, + "node_image_version": {"readonly": True}, + "provisioning_state": {"readonly": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "count": {"key": "properties.count", "type": "int"}, + "vm_size": {"key": "properties.vmSize", "type": "str"}, + "os_disk_size_gb": {"key": "properties.osDiskSizeGB", "type": "int"}, + "os_disk_type": {"key": "properties.osDiskType", "type": "str"}, + "kubelet_disk_type": {"key": "properties.kubeletDiskType", "type": "str"}, + "workload_runtime": {"key": "properties.workloadRuntime", "type": "str"}, + "message_of_the_day": {"key": "properties.messageOfTheDay", "type": "str"}, + "vnet_subnet_id": {"key": "properties.vnetSubnetID", "type": "str"}, + "pod_subnet_id": {"key": "properties.podSubnetID", "type": "str"}, + "max_pods": {"key": "properties.maxPods", "type": "int"}, + "os_type": {"key": "properties.osType", "type": "str"}, + "os_sku": {"key": "properties.osSKU", "type": "str"}, + "max_count": {"key": "properties.maxCount", "type": "int"}, + "min_count": {"key": "properties.minCount", "type": "int"}, + "enable_auto_scaling": {"key": "properties.enableAutoScaling", "type": "bool"}, + "scale_down_mode": {"key": "properties.scaleDownMode", "type": "str"}, + "type_properties_type": {"key": "properties.type", "type": "str"}, + "mode": {"key": "properties.mode", "type": "str"}, + "orchestrator_version": {"key": "properties.orchestratorVersion", "type": "str"}, + "current_orchestrator_version": {"key": "properties.currentOrchestratorVersion", "type": "str"}, + "node_image_version": {"key": "properties.nodeImageVersion", "type": "str"}, + "upgrade_settings": {"key": "properties.upgradeSettings", "type": "AgentPoolUpgradeSettings"}, + "provisioning_state": {"key": "properties.provisioningState", "type": "str"}, + "power_state": {"key": "properties.powerState", "type": "PowerState"}, + "availability_zones": {"key": "properties.availabilityZones", "type": "[str]"}, + "enable_node_public_ip": {"key": "properties.enableNodePublicIP", "type": "bool"}, + "enable_custom_ca_trust": {"key": "properties.enableCustomCATrust", "type": "bool"}, + "node_public_ip_prefix_id": {"key": "properties.nodePublicIPPrefixID", "type": "str"}, + "scale_set_priority": {"key": "properties.scaleSetPriority", "type": "str"}, + "scale_set_eviction_policy": {"key": "properties.scaleSetEvictionPolicy", "type": "str"}, + "spot_max_price": {"key": "properties.spotMaxPrice", "type": "float"}, + "tags": {"key": "properties.tags", "type": "{str}"}, + "node_labels": {"key": "properties.nodeLabels", "type": "{str}"}, + "node_taints": {"key": "properties.nodeTaints", "type": "[str]"}, + "proximity_placement_group_id": {"key": "properties.proximityPlacementGroupID", "type": "str"}, + "kubelet_config": {"key": "properties.kubeletConfig", "type": "KubeletConfig"}, + "linux_os_config": {"key": "properties.linuxOSConfig", "type": "LinuxOSConfig"}, + "enable_encryption_at_host": {"key": "properties.enableEncryptionAtHost", "type": "bool"}, + "enable_ultra_ssd": {"key": "properties.enableUltraSSD", "type": "bool"}, + "enable_fips": {"key": "properties.enableFIPS", "type": "bool"}, + "gpu_instance_profile": {"key": "properties.gpuInstanceProfile", "type": "str"}, + "creation_data": {"key": "properties.creationData", "type": "CreationData"}, + "capacity_reservation_group_id": {"key": "properties.capacityReservationGroupID", "type": "str"}, + "host_group_id": {"key": "properties.hostGroupID", "type": "str"}, + "windows_profile": {"key": "properties.windowsProfile", "type": "AgentPoolWindowsProfile"}, + "network_profile": {"key": "properties.networkProfile", "type": "AgentPoolNetworkProfile"}, + } + + def __init__( # pylint: disable=too-many-locals + self, + *, + count: Optional[int] = None, + vm_size: Optional[str] = None, + os_disk_size_gb: Optional[int] = None, + os_disk_type: Optional[Union[str, "_models.OSDiskType"]] = None, + kubelet_disk_type: Optional[Union[str, "_models.KubeletDiskType"]] = None, + workload_runtime: Optional[Union[str, "_models.WorkloadRuntime"]] = None, + message_of_the_day: Optional[str] = None, + vnet_subnet_id: Optional[str] = None, + pod_subnet_id: Optional[str] = None, + max_pods: Optional[int] = None, + os_type: Union[str, "_models.OSType"] = "Linux", + os_sku: Optional[Union[str, "_models.OSSKU"]] = None, + max_count: Optional[int] = None, + min_count: Optional[int] = None, + enable_auto_scaling: Optional[bool] = None, + scale_down_mode: Optional[Union[str, "_models.ScaleDownMode"]] = None, + type_properties_type: Optional[Union[str, "_models.AgentPoolType"]] = None, + mode: Optional[Union[str, "_models.AgentPoolMode"]] = None, + orchestrator_version: Optional[str] = None, + upgrade_settings: Optional["_models.AgentPoolUpgradeSettings"] = None, + power_state: Optional["_models.PowerState"] = None, + availability_zones: Optional[List[str]] = None, + enable_node_public_ip: Optional[bool] = None, + enable_custom_ca_trust: Optional[bool] = None, + node_public_ip_prefix_id: Optional[str] = None, + scale_set_priority: Union[str, "_models.ScaleSetPriority"] = "Regular", + scale_set_eviction_policy: Union[str, "_models.ScaleSetEvictionPolicy"] = "Delete", + spot_max_price: float = -1, + tags: Optional[Dict[str, str]] = None, + node_labels: Optional[Dict[str, str]] = None, + node_taints: Optional[List[str]] = None, + proximity_placement_group_id: Optional[str] = None, + kubelet_config: Optional["_models.KubeletConfig"] = None, + linux_os_config: Optional["_models.LinuxOSConfig"] = None, + enable_encryption_at_host: Optional[bool] = None, + enable_ultra_ssd: Optional[bool] = None, + enable_fips: Optional[bool] = None, + gpu_instance_profile: Optional[Union[str, "_models.GPUInstanceProfile"]] = None, + creation_data: Optional["_models.CreationData"] = None, + capacity_reservation_group_id: Optional[str] = None, + host_group_id: Optional[str] = None, + windows_profile: Optional["_models.AgentPoolWindowsProfile"] = None, + network_profile: Optional["_models.AgentPoolNetworkProfile"] = None, + **kwargs: Any + ) -> None: + """ + :keyword count: Number of agents (VMs) to host docker containers. Allowed values must be in the + range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for + system pools. The default value is 1. + :paramtype count: int + :keyword vm_size: VM size availability varies by region. If a node contains insufficient + compute resources (memory, cpu, etc) pods might fail to run correctly. For more details on + restricted VM sizes, see: https://docs.microsoft.com/azure/aks/quotas-skus-regions. + :paramtype vm_size: str + :keyword os_disk_size_gb: OS Disk Size in GB to be used to specify the disk size for every + machine in the master/agent pool. If you specify 0, it will apply the default osDisk size + according to the vmSize specified. + :paramtype os_disk_size_gb: int + :keyword os_disk_type: The default is 'Ephemeral' if the VM supports it and has a cache disk + larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed + after creation. For more information see `Ephemeral OS + `_. Known values are: + "Managed" and "Ephemeral". + :paramtype os_disk_type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.OSDiskType + :keyword kubelet_disk_type: Determines the placement of emptyDir volumes, container runtime + data root, and Kubelet ephemeral storage. Known values are: "OS" and "Temporary". + :paramtype kubelet_disk_type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.KubeletDiskType + :keyword workload_runtime: Determines the type of workload a node can run. Known values are: + "OCIContainer", "WasmWasi", and "KataMshvVmIsolation". + :paramtype workload_runtime: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.WorkloadRuntime + :keyword message_of_the_day: A base64-encoded string which will be written to /etc/motd after + decoding. This allows customization of the message of the day for Linux nodes. It must not be + specified for Windows nodes. It must be a static string (i.e., will be printed raw and not be + executed as a script). + :paramtype message_of_the_day: str + :keyword vnet_subnet_id: If this is not specified, a VNET and subnet will be generated and + used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to + just nodes. This is of the form: + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}. + :paramtype vnet_subnet_id: str + :keyword pod_subnet_id: If omitted, pod IPs are statically assigned on the node subnet (see + vnetSubnetID for more details). This is of the form: + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}. + :paramtype pod_subnet_id: str + :keyword max_pods: The maximum number of pods that can run on a node. + :paramtype max_pods: int + :keyword os_type: The operating system type. The default is Linux. Known values are: "Linux" + and "Windows". + :paramtype os_type: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.OSType + :keyword os_sku: Specifies the OS SKU used by the agent pool. If not specified, the default is + Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be + changed to Windows2022 after Windows2019 is deprecated. Known values are: "Ubuntu", + "CBLMariner", "Mariner", "Windows2019", and "Windows2022". + :paramtype os_sku: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.OSSKU + :keyword max_count: The maximum number of nodes for auto-scaling. + :paramtype max_count: int + :keyword min_count: The minimum number of nodes for auto-scaling. + :paramtype min_count: int + :keyword enable_auto_scaling: Whether to enable auto-scaler. + :paramtype enable_auto_scaling: bool + :keyword scale_down_mode: This also effects the cluster autoscaler behavior. If not specified, + it defaults to Delete. Known values are: "Delete" and "Deallocate". + :paramtype scale_down_mode: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ScaleDownMode + :keyword type_properties_type: The type of Agent Pool. Known values are: + "VirtualMachineScaleSets" and "AvailabilitySet". + :paramtype type_properties_type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolType + :keyword mode: A cluster must have at least one 'System' Agent Pool at all times. For + additional information on agent pool restrictions and best practices, see: + https://docs.microsoft.com/azure/aks/use-system-pools. Known values are: "System" and "User". + :paramtype mode: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolMode + :keyword orchestrator_version: Both patch version and are + supported. When is specified, the latest supported patch version is chosen + automatically. Updating the agent pool with the same once it has been created + will not trigger an upgrade, even if a newer patch version is available. As a best practice, + you should upgrade all node pools in an AKS cluster to the same Kubernetes version. The node + pool version must have the same major version as the control plane. The node pool minor version + must be within two minor versions of the control plane version. The node pool version cannot be + greater than the control plane version. For more information see `upgrading a node pool + `_. + :paramtype orchestrator_version: str + :keyword upgrade_settings: Settings for upgrading the agentpool. + :paramtype upgrade_settings: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolUpgradeSettings + :keyword power_state: When an Agent Pool is first created it is initially Running. The Agent + Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs + and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and + provisioning state is Succeeded. + :paramtype power_state: ~azure.mgmt.containerservice.v2023_02_02_preview.models.PowerState + :keyword availability_zones: The list of Availability zones to use for nodes. This can only be + specified if the AgentPoolType property is 'VirtualMachineScaleSets'. + :paramtype availability_zones: list[str] + :keyword enable_node_public_ip: Some scenarios may require nodes in a node pool to receive + their own dedicated public IP addresses. A common scenario is for gaming workloads, where a + console needs to make a direct connection to a cloud virtual machine to minimize hops. For more + information see `assigning a public IP per node + `_. + The default is false. + :paramtype enable_node_public_ip: bool + :keyword enable_custom_ca_trust: When set to true, AKS adds a label to the node indicating that + the feature is enabled and deploys a daemonset along with host services to sync custom + certificate authorities from user-provided list of base64 encoded certificates into node trust + stores. Defaults to false. + :paramtype enable_custom_ca_trust: bool + :keyword node_public_ip_prefix_id: This is of the form: + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName}. + :paramtype node_public_ip_prefix_id: str + :keyword scale_set_priority: The Virtual Machine Scale Set priority. If not specified, the + default is 'Regular'. Known values are: "Spot" and "Regular". + :paramtype scale_set_priority: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ScaleSetPriority + :keyword scale_set_eviction_policy: This cannot be specified unless the scaleSetPriority is + 'Spot'. If not specified, the default is 'Delete'. Known values are: "Delete" and "Deallocate". + :paramtype scale_set_eviction_policy: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ScaleSetEvictionPolicy + :keyword spot_max_price: Possible values are any decimal value greater than zero or -1 which + indicates the willingness to pay any on-demand price. For more details on spot pricing, see + `spot VMs pricing `_. + :paramtype spot_max_price: float + :keyword tags: The tags to be persisted on the agent pool virtual machine scale set. + :paramtype tags: dict[str, str] + :keyword node_labels: The node labels to be persisted across all nodes in agent pool. + :paramtype node_labels: dict[str, str] + :keyword node_taints: The taints added to new nodes during node pool create and scale. For + example, key=value:NoSchedule. + :paramtype node_taints: list[str] + :keyword proximity_placement_group_id: The ID for Proximity Placement Group. + :paramtype proximity_placement_group_id: str + :keyword kubelet_config: The Kubelet configuration on the agent pool nodes. + :paramtype kubelet_config: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.KubeletConfig + :keyword linux_os_config: The OS configuration of Linux agent nodes. + :paramtype linux_os_config: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.LinuxOSConfig + :keyword enable_encryption_at_host: This is only supported on certain VM sizes and in certain + Azure regions. For more information, see: + https://docs.microsoft.com/azure/aks/enable-host-encryption. + :paramtype enable_encryption_at_host: bool + :keyword enable_ultra_ssd: Whether to enable UltraSSD. + :paramtype enable_ultra_ssd: bool + :keyword enable_fips: See `Add a FIPS-enabled node pool + `_ + for more details. + :paramtype enable_fips: bool + :keyword gpu_instance_profile: GPUInstanceProfile to be used to specify GPU MIG instance + profile for supported GPU VM SKU. Known values are: "MIG1g", "MIG2g", "MIG3g", "MIG4g", and + "MIG7g". + :paramtype gpu_instance_profile: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.GPUInstanceProfile + :keyword creation_data: CreationData to be used to specify the source Snapshot ID if the node + pool will be created/upgraded using a snapshot. + :paramtype creation_data: ~azure.mgmt.containerservice.v2023_02_02_preview.models.CreationData + :keyword capacity_reservation_group_id: AKS will associate the specified agent pool with the + Capacity Reservation Group. + :paramtype capacity_reservation_group_id: str + :keyword host_group_id: This is of the form: + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}. + For more information see `Azure dedicated hosts + `_. + :paramtype host_group_id: str + :keyword windows_profile: The Windows agent pool's specific profile. + :paramtype windows_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolWindowsProfile + :keyword network_profile: Network-related settings of an agent pool. + :paramtype network_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolNetworkProfile + """ + super().__init__(**kwargs) + self.count = count + self.vm_size = vm_size + self.os_disk_size_gb = os_disk_size_gb + self.os_disk_type = os_disk_type + self.kubelet_disk_type = kubelet_disk_type + self.workload_runtime = workload_runtime + self.message_of_the_day = message_of_the_day + self.vnet_subnet_id = vnet_subnet_id + self.pod_subnet_id = pod_subnet_id + self.max_pods = max_pods + self.os_type = os_type + self.os_sku = os_sku + self.max_count = max_count + self.min_count = min_count + self.enable_auto_scaling = enable_auto_scaling + self.scale_down_mode = scale_down_mode + self.type_properties_type = type_properties_type + self.mode = mode + self.orchestrator_version = orchestrator_version + self.current_orchestrator_version = None + self.node_image_version = None + self.upgrade_settings = upgrade_settings + self.provisioning_state = None + self.power_state = power_state + self.availability_zones = availability_zones + self.enable_node_public_ip = enable_node_public_ip + self.enable_custom_ca_trust = enable_custom_ca_trust + self.node_public_ip_prefix_id = node_public_ip_prefix_id + self.scale_set_priority = scale_set_priority + self.scale_set_eviction_policy = scale_set_eviction_policy + self.spot_max_price = spot_max_price + self.tags = tags + self.node_labels = node_labels + self.node_taints = node_taints + self.proximity_placement_group_id = proximity_placement_group_id + self.kubelet_config = kubelet_config + self.linux_os_config = linux_os_config + self.enable_encryption_at_host = enable_encryption_at_host + self.enable_ultra_ssd = enable_ultra_ssd + self.enable_fips = enable_fips + self.gpu_instance_profile = gpu_instance_profile + self.creation_data = creation_data + self.capacity_reservation_group_id = capacity_reservation_group_id + self.host_group_id = host_group_id + self.windows_profile = windows_profile + self.network_profile = network_profile + + +class AgentPoolAvailableVersions(_serialization.Model): + """The list of available versions for an agent pool. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar id: The ID of the agent pool version list. + :vartype id: str + :ivar name: The name of the agent pool version list. + :vartype name: str + :ivar type: Type of the agent pool version list. + :vartype type: str + :ivar agent_pool_versions: List of versions available for agent pool. + :vartype agent_pool_versions: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem] + """ + + _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"}, + "agent_pool_versions": { + "key": "properties.agentPoolVersions", + "type": "[AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem]", + }, + } + + def __init__( + self, + *, + agent_pool_versions: Optional[List["_models.AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem"]] = None, + **kwargs: Any + ) -> None: + """ + :keyword agent_pool_versions: List of versions available for agent pool. + :paramtype agent_pool_versions: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem] + """ + super().__init__(**kwargs) + self.id = None + self.name = None + self.type = None + self.agent_pool_versions = agent_pool_versions + + +class AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem(_serialization.Model): + """AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem. + + :ivar default: Whether this version is the default agent pool version. + :vartype default: bool + :ivar kubernetes_version: The Kubernetes version (major.minor.patch). + :vartype kubernetes_version: str + :ivar is_preview: Whether Kubernetes version is currently in preview. + :vartype is_preview: bool + """ + + _attribute_map = { + "default": {"key": "default", "type": "bool"}, + "kubernetes_version": {"key": "kubernetesVersion", "type": "str"}, + "is_preview": {"key": "isPreview", "type": "bool"}, + } + + def __init__( + self, + *, + default: Optional[bool] = None, + kubernetes_version: Optional[str] = None, + is_preview: Optional[bool] = None, + **kwargs: Any + ) -> None: + """ + :keyword default: Whether this version is the default agent pool version. + :paramtype default: bool + :keyword kubernetes_version: The Kubernetes version (major.minor.patch). + :paramtype kubernetes_version: str + :keyword is_preview: Whether Kubernetes version is currently in preview. + :paramtype is_preview: bool + """ + super().__init__(**kwargs) + self.default = default + self.kubernetes_version = kubernetes_version + self.is_preview = is_preview + + +class AgentPoolListResult(_serialization.Model): + """The response from the List Agent Pools operation. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar value: The list of agent pools. + :vartype value: list[~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPool] + :ivar next_link: The URL to get the next set of agent pool results. + :vartype next_link: str + """ + + _validation = { + "next_link": {"readonly": True}, + } + + _attribute_map = { + "value": {"key": "value", "type": "[AgentPool]"}, + "next_link": {"key": "nextLink", "type": "str"}, + } + + def __init__(self, *, value: Optional[List["_models.AgentPool"]] = None, **kwargs: Any) -> None: + """ + :keyword value: The list of agent pools. + :paramtype value: list[~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPool] + """ + super().__init__(**kwargs) + self.value = value + self.next_link = None + + +class AgentPoolNetworkProfile(_serialization.Model): + """Network settings of an agent pool. + + :ivar node_public_ip_tags: IPTags of instance-level public IPs. + :vartype node_public_ip_tags: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.IPTag] + :ivar allowed_host_ports: The port ranges that are allowed to access. The specified ranges are + allowed to overlap. + :vartype allowed_host_ports: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.PortRange] + :ivar application_security_groups: The IDs of the application security groups which agent pool + will associate when created. + :vartype application_security_groups: list[str] + """ + + _attribute_map = { + "node_public_ip_tags": {"key": "nodePublicIPTags", "type": "[IPTag]"}, + "allowed_host_ports": {"key": "allowedHostPorts", "type": "[PortRange]"}, + "application_security_groups": {"key": "applicationSecurityGroups", "type": "[str]"}, + } + + def __init__( + self, + *, + node_public_ip_tags: Optional[List["_models.IPTag"]] = None, + allowed_host_ports: Optional[List["_models.PortRange"]] = None, + application_security_groups: Optional[List[str]] = None, + **kwargs: Any + ) -> None: + """ + :keyword node_public_ip_tags: IPTags of instance-level public IPs. + :paramtype node_public_ip_tags: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.IPTag] + :keyword allowed_host_ports: The port ranges that are allowed to access. The specified ranges + are allowed to overlap. + :paramtype allowed_host_ports: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.PortRange] + :keyword application_security_groups: The IDs of the application security groups which agent + pool will associate when created. + :paramtype application_security_groups: list[str] + """ + super().__init__(**kwargs) + self.node_public_ip_tags = node_public_ip_tags + self.allowed_host_ports = allowed_host_ports + self.application_security_groups = application_security_groups + + +class AgentPoolUpgradeProfile(_serialization.Model): + """The list of available upgrades for an agent pool. + + 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: The ID of the agent pool upgrade profile. + :vartype id: str + :ivar name: The name of the agent pool upgrade profile. + :vartype name: str + :ivar type: The type of the agent pool upgrade profile. + :vartype type: str + :ivar kubernetes_version: The Kubernetes version (major.minor.patch). Required. + :vartype kubernetes_version: str + :ivar os_type: The operating system type. The default is Linux. Known values are: "Linux" and + "Windows". + :vartype os_type: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.OSType + :ivar upgrades: List of orchestrator types and versions available for upgrade. + :vartype upgrades: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolUpgradeProfilePropertiesUpgradesItem] + :ivar latest_node_image_version: The latest AKS supported node image version. + :vartype latest_node_image_version: str + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "kubernetes_version": {"required": True}, + "os_type": {"required": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "kubernetes_version": {"key": "properties.kubernetesVersion", "type": "str"}, + "os_type": {"key": "properties.osType", "type": "str"}, + "upgrades": {"key": "properties.upgrades", "type": "[AgentPoolUpgradeProfilePropertiesUpgradesItem]"}, + "latest_node_image_version": {"key": "properties.latestNodeImageVersion", "type": "str"}, + } + + def __init__( + self, + *, + kubernetes_version: str, + os_type: Union[str, "_models.OSType"] = "Linux", + upgrades: Optional[List["_models.AgentPoolUpgradeProfilePropertiesUpgradesItem"]] = None, + latest_node_image_version: Optional[str] = None, + **kwargs: Any + ) -> None: + """ + :keyword kubernetes_version: The Kubernetes version (major.minor.patch). Required. + :paramtype kubernetes_version: str + :keyword os_type: The operating system type. The default is Linux. Known values are: "Linux" + and "Windows". + :paramtype os_type: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.OSType + :keyword upgrades: List of orchestrator types and versions available for upgrade. + :paramtype upgrades: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolUpgradeProfilePropertiesUpgradesItem] + :keyword latest_node_image_version: The latest AKS supported node image version. + :paramtype latest_node_image_version: str + """ + super().__init__(**kwargs) + self.id = None + self.name = None + self.type = None + self.kubernetes_version = kubernetes_version + self.os_type = os_type + self.upgrades = upgrades + self.latest_node_image_version = latest_node_image_version + + +class AgentPoolUpgradeProfilePropertiesUpgradesItem(_serialization.Model): + """AgentPoolUpgradeProfilePropertiesUpgradesItem. + + :ivar kubernetes_version: The Kubernetes version (major.minor.patch). + :vartype kubernetes_version: str + :ivar is_preview: Whether the Kubernetes version is currently in preview. + :vartype is_preview: bool + """ + + _attribute_map = { + "kubernetes_version": {"key": "kubernetesVersion", "type": "str"}, + "is_preview": {"key": "isPreview", "type": "bool"}, + } + + def __init__( + self, *, kubernetes_version: Optional[str] = None, is_preview: Optional[bool] = None, **kwargs: Any + ) -> None: + """ + :keyword kubernetes_version: The Kubernetes version (major.minor.patch). + :paramtype kubernetes_version: str + :keyword is_preview: Whether the Kubernetes version is currently in preview. + :paramtype is_preview: bool + """ + super().__init__(**kwargs) + self.kubernetes_version = kubernetes_version + self.is_preview = is_preview + + +class AgentPoolUpgradeSettings(_serialization.Model): + """Settings for upgrading an agentpool. + + :ivar max_surge: This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). + If a percentage is specified, it is the percentage of the total agent pool size at the time of + the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is + 1. For more information, including best practices, see: + https://docs.microsoft.com/azure/aks/upgrade-cluster#customize-node-surge-upgrade. + :vartype max_surge: str + """ + + _attribute_map = { + "max_surge": {"key": "maxSurge", "type": "str"}, + } + + def __init__(self, *, max_surge: Optional[str] = None, **kwargs: Any) -> None: + """ + :keyword max_surge: This can either be set to an integer (e.g. '5') or a percentage (e.g. + '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the + time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the + default is 1. For more information, including best practices, see: + https://docs.microsoft.com/azure/aks/upgrade-cluster#customize-node-surge-upgrade. + :paramtype max_surge: str + """ + super().__init__(**kwargs) + self.max_surge = max_surge + + +class AgentPoolWindowsProfile(_serialization.Model): + """The Windows agent pool's specific profile. + + :ivar disable_outbound_nat: The default value is false. Outbound NAT can only be disabled if + the cluster outboundType is NAT Gateway and the Windows agent pool does not have node public IP + enabled. + :vartype disable_outbound_nat: bool + """ + + _attribute_map = { + "disable_outbound_nat": {"key": "disableOutboundNat", "type": "bool"}, + } + + def __init__(self, *, disable_outbound_nat: Optional[bool] = None, **kwargs: Any) -> None: + """ + :keyword disable_outbound_nat: The default value is false. Outbound NAT can only be disabled if + the cluster outboundType is NAT Gateway and the Windows agent pool does not have node public IP + enabled. + :paramtype disable_outbound_nat: bool + """ + super().__init__(**kwargs) + self.disable_outbound_nat = disable_outbound_nat + + +class AzureKeyVaultKms(_serialization.Model): + """Azure Key Vault key management service settings for the security profile. + + :ivar enabled: Whether to enable Azure Key Vault key management service. The default is false. + :vartype enabled: bool + :ivar key_id: Identifier of Azure Key Vault key. See `key identifier format + `_ + for more details. When Azure Key Vault key management service is enabled, this field is + required and must be a valid key identifier. When Azure Key Vault key management service is + disabled, leave the field empty. + :vartype key_id: str + :ivar key_vault_network_access: Network access of key vault. The possible values are ``Public`` + and ``Private``. ``Public`` means the key vault allows public access from all networks. + ``Private`` means the key vault disables public access and enables private link. The default + value is ``Public``. Known values are: "Public" and "Private". + :vartype key_vault_network_access: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.KeyVaultNetworkAccessTypes + :ivar key_vault_resource_id: Resource ID of key vault. When keyVaultNetworkAccess is + ``Private``\ , this field is required and must be a valid resource ID. When + keyVaultNetworkAccess is ``Public``\ , leave the field empty. + :vartype key_vault_resource_id: str + """ + + _attribute_map = { + "enabled": {"key": "enabled", "type": "bool"}, + "key_id": {"key": "keyId", "type": "str"}, + "key_vault_network_access": {"key": "keyVaultNetworkAccess", "type": "str"}, + "key_vault_resource_id": {"key": "keyVaultResourceId", "type": "str"}, + } + + def __init__( + self, + *, + enabled: Optional[bool] = None, + key_id: Optional[str] = None, + key_vault_network_access: Union[str, "_models.KeyVaultNetworkAccessTypes"] = "Public", + key_vault_resource_id: Optional[str] = None, + **kwargs: Any + ) -> None: + """ + :keyword enabled: Whether to enable Azure Key Vault key management service. The default is + false. + :paramtype enabled: bool + :keyword key_id: Identifier of Azure Key Vault key. See `key identifier format + `_ + for more details. When Azure Key Vault key management service is enabled, this field is + required and must be a valid key identifier. When Azure Key Vault key management service is + disabled, leave the field empty. + :paramtype key_id: str + :keyword key_vault_network_access: Network access of key vault. The possible values are + ``Public`` and ``Private``. ``Public`` means the key vault allows public access from all + networks. ``Private`` means the key vault disables public access and enables private link. The + default value is ``Public``. Known values are: "Public" and "Private". + :paramtype key_vault_network_access: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.KeyVaultNetworkAccessTypes + :keyword key_vault_resource_id: Resource ID of key vault. When keyVaultNetworkAccess is + ``Private``\ , this field is required and must be a valid resource ID. When + keyVaultNetworkAccess is ``Public``\ , leave the field empty. + :paramtype key_vault_resource_id: str + """ + super().__init__(**kwargs) + self.enabled = enabled + self.key_id = key_id + self.key_vault_network_access = key_vault_network_access + self.key_vault_resource_id = key_vault_resource_id + + +class CloudErrorBody(_serialization.Model): + """An error response from the Container service. + + :ivar code: An identifier for the error. Codes are invariant and are intended to be consumed + programmatically. + :vartype code: str + :ivar message: A message describing the error, intended to be suitable for display in a user + interface. + :vartype message: str + :ivar target: The target of the particular error. For example, the name of the property in + error. + :vartype target: str + :ivar details: A list of additional details about the error. + :vartype details: list[~azure.mgmt.containerservice.v2023_02_02_preview.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["_models.CloudErrorBody"]] = None, + **kwargs: Any + ) -> None: + """ + :keyword code: An identifier for the error. Codes are invariant and are intended to be consumed + programmatically. + :paramtype code: str + :keyword message: A message describing the error, intended to be suitable for display in a user + interface. + :paramtype message: str + :keyword target: The target of the particular error. For example, the name of the property in + error. + :paramtype target: str + :keyword details: A list of additional details about the error. + :paramtype details: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.CloudErrorBody] + """ + super().__init__(**kwargs) + self.code = code + self.message = message + self.target = target + self.details = details + + +class ClusterUpgradeSettings(_serialization.Model): + """Settings for upgrading a cluster. + + :ivar override_settings: Settings for overrides. + :vartype override_settings: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.UpgradeOverrideSettings + """ + + _attribute_map = { + "override_settings": {"key": "overrideSettings", "type": "UpgradeOverrideSettings"}, + } + + def __init__(self, *, override_settings: Optional["_models.UpgradeOverrideSettings"] = None, **kwargs: Any) -> None: + """ + :keyword override_settings: Settings for overrides. + :paramtype override_settings: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.UpgradeOverrideSettings + """ + super().__init__(**kwargs) + self.override_settings = override_settings + + +class ContainerServiceLinuxProfile(_serialization.Model): + """Profile for Linux VMs in the container service cluster. + + All required parameters must be populated in order to send to Azure. + + :ivar admin_username: The administrator username to use for Linux VMs. Required. + :vartype admin_username: str + :ivar ssh: The SSH configuration for Linux-based VMs running on Azure. Required. + :vartype ssh: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ContainerServiceSshConfiguration + """ + + _validation = { + "admin_username": {"required": True, "pattern": r"^[A-Za-z][-A-Za-z0-9_]*$"}, + "ssh": {"required": True}, + } + + _attribute_map = { + "admin_username": {"key": "adminUsername", "type": "str"}, + "ssh": {"key": "ssh", "type": "ContainerServiceSshConfiguration"}, + } + + def __init__(self, *, admin_username: str, ssh: "_models.ContainerServiceSshConfiguration", **kwargs: Any) -> None: + """ + :keyword admin_username: The administrator username to use for Linux VMs. Required. + :paramtype admin_username: str + :keyword ssh: The SSH configuration for Linux-based VMs running on Azure. Required. + :paramtype ssh: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ContainerServiceSshConfiguration + """ + super().__init__(**kwargs) + self.admin_username = admin_username + self.ssh = ssh + + +class ContainerServiceNetworkProfile(_serialization.Model): # pylint: disable=too-many-instance-attributes + """Profile of network configuration. + + :ivar network_plugin: Network plugin used for building the Kubernetes network. Known values + are: "azure", "kubenet", and "none". + :vartype network_plugin: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.NetworkPlugin + :ivar network_plugin_mode: Network plugin mode used for building the Kubernetes network. + "Overlay" + :vartype network_plugin_mode: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.NetworkPluginMode + :ivar network_policy: Network policy used for building the Kubernetes network. Known values + are: "calico", "azure", and "cilium". + :vartype network_policy: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.NetworkPolicy + :ivar network_mode: This cannot be specified if networkPlugin is anything other than 'azure'. + Known values are: "transparent" and "bridge". + :vartype network_mode: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.NetworkMode + :ivar network_dataplane: Network dataplane used in the Kubernetes cluster. Known values are: + "azure" and "cilium". + :vartype network_dataplane: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.NetworkDataplane + :ivar pod_cidr: A CIDR notation IP range from which to assign pod IPs when kubenet is used. + :vartype pod_cidr: str + :ivar service_cidr: A CIDR notation IP range from which to assign service cluster IPs. It must + not overlap with any Subnet IP ranges. + :vartype service_cidr: str + :ivar dns_service_ip: An IP address assigned to the Kubernetes DNS service. It must be within + the Kubernetes service address range specified in serviceCidr. + :vartype dns_service_ip: str + :ivar docker_bridge_cidr: A CIDR notation IP range assigned to the Docker bridge network. It + must not overlap with any Subnet IP ranges or the Kubernetes service address range. + :vartype docker_bridge_cidr: str + :ivar outbound_type: This can only be set at cluster creation time and cannot be changed later. + For more information see `egress outbound type + `_. Known values are: "loadBalancer", + "userDefinedRouting", "managedNATGateway", and "userAssignedNATGateway". + :vartype outbound_type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.OutboundType + :ivar load_balancer_sku: The default is 'standard'. See `Azure Load Balancer SKUs + `_ for more information about the + differences between load balancer SKUs. Known values are: "standard" and "basic". + :vartype load_balancer_sku: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.LoadBalancerSku + :ivar load_balancer_profile: Profile of the cluster load balancer. + :vartype load_balancer_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterLoadBalancerProfile + :ivar nat_gateway_profile: Profile of the cluster NAT gateway. + :vartype nat_gateway_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterNATGatewayProfile + :ivar pod_cidrs: One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each + IP family (IPv4/IPv6), is expected for dual-stack networking. + :vartype pod_cidrs: list[str] + :ivar service_cidrs: One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for + each IP family (IPv4/IPv6), is expected for dual-stack networking. They must not overlap with + any Subnet IP ranges. + :vartype service_cidrs: list[str] + :ivar ip_families: IP families are used to determine single-stack or dual-stack clusters. For + single-stack, the expected value is IPv4. For dual-stack, the expected values are IPv4 and + IPv6. + :vartype ip_families: list[str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.IpFamily] + :ivar kube_proxy_config: Holds configuration customizations for kube-proxy. Any values not + defined will use the kube-proxy defaulting behavior. See + https://v:code:``.docs.kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ + where :code:`` is represented by a :code:``-:code:`` + string. Kubernetes version 1.23 would be '1-23'. + :vartype kube_proxy_config: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ContainerServiceNetworkProfileKubeProxyConfig + """ + + _validation = { + "pod_cidr": {"pattern": r"^([0-9]{1,3}\.){3}[0-9]{1,3}(\/([0-9]|[1-2][0-9]|3[0-2]))?$"}, + "service_cidr": {"pattern": r"^([0-9]{1,3}\.){3}[0-9]{1,3}(\/([0-9]|[1-2][0-9]|3[0-2]))?$"}, + "dns_service_ip": { + "pattern": r"^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$" + }, + "docker_bridge_cidr": {"pattern": r"^([0-9]{1,3}\.){3}[0-9]{1,3}(\/([0-9]|[1-2][0-9]|3[0-2]))?$"}, + } + + _attribute_map = { + "network_plugin": {"key": "networkPlugin", "type": "str"}, + "network_plugin_mode": {"key": "networkPluginMode", "type": "str"}, + "network_policy": {"key": "networkPolicy", "type": "str"}, + "network_mode": {"key": "networkMode", "type": "str"}, + "network_dataplane": {"key": "networkDataplane", "type": "str"}, + "pod_cidr": {"key": "podCidr", "type": "str"}, + "service_cidr": {"key": "serviceCidr", "type": "str"}, + "dns_service_ip": {"key": "dnsServiceIP", "type": "str"}, + "docker_bridge_cidr": {"key": "dockerBridgeCidr", "type": "str"}, + "outbound_type": {"key": "outboundType", "type": "str"}, + "load_balancer_sku": {"key": "loadBalancerSku", "type": "str"}, + "load_balancer_profile": {"key": "loadBalancerProfile", "type": "ManagedClusterLoadBalancerProfile"}, + "nat_gateway_profile": {"key": "natGatewayProfile", "type": "ManagedClusterNATGatewayProfile"}, + "pod_cidrs": {"key": "podCidrs", "type": "[str]"}, + "service_cidrs": {"key": "serviceCidrs", "type": "[str]"}, + "ip_families": {"key": "ipFamilies", "type": "[str]"}, + "kube_proxy_config": {"key": "kubeProxyConfig", "type": "ContainerServiceNetworkProfileKubeProxyConfig"}, + } + + def __init__( + self, + *, + network_plugin: Union[str, "_models.NetworkPlugin"] = "kubenet", + network_plugin_mode: Optional[Union[str, "_models.NetworkPluginMode"]] = None, + network_policy: Optional[Union[str, "_models.NetworkPolicy"]] = None, + network_mode: Optional[Union[str, "_models.NetworkMode"]] = None, + network_dataplane: Optional[Union[str, "_models.NetworkDataplane"]] = None, + pod_cidr: str = "10.244.0.0/16", + service_cidr: str = "10.0.0.0/16", + dns_service_ip: str = "10.0.0.10", + docker_bridge_cidr: str = "172.17.0.1/16", + outbound_type: Union[str, "_models.OutboundType"] = "loadBalancer", + load_balancer_sku: Optional[Union[str, "_models.LoadBalancerSku"]] = None, + load_balancer_profile: Optional["_models.ManagedClusterLoadBalancerProfile"] = None, + nat_gateway_profile: Optional["_models.ManagedClusterNATGatewayProfile"] = None, + pod_cidrs: Optional[List[str]] = None, + service_cidrs: Optional[List[str]] = None, + ip_families: Optional[List[Union[str, "_models.IpFamily"]]] = None, + kube_proxy_config: Optional["_models.ContainerServiceNetworkProfileKubeProxyConfig"] = None, + **kwargs: Any + ) -> None: + """ + :keyword network_plugin: Network plugin used for building the Kubernetes network. Known values + are: "azure", "kubenet", and "none". + :paramtype network_plugin: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.NetworkPlugin + :keyword network_plugin_mode: Network plugin mode used for building the Kubernetes network. + "Overlay" + :paramtype network_plugin_mode: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.NetworkPluginMode + :keyword network_policy: Network policy used for building the Kubernetes network. Known values + are: "calico", "azure", and "cilium". + :paramtype network_policy: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.NetworkPolicy + :keyword network_mode: This cannot be specified if networkPlugin is anything other than + 'azure'. Known values are: "transparent" and "bridge". + :paramtype network_mode: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.NetworkMode + :keyword network_dataplane: Network dataplane used in the Kubernetes cluster. Known values are: + "azure" and "cilium". + :paramtype network_dataplane: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.NetworkDataplane + :keyword pod_cidr: A CIDR notation IP range from which to assign pod IPs when kubenet is used. + :paramtype pod_cidr: str + :keyword service_cidr: A CIDR notation IP range from which to assign service cluster IPs. It + must not overlap with any Subnet IP ranges. + :paramtype service_cidr: str + :keyword dns_service_ip: An IP address assigned to the Kubernetes DNS service. It must be + within the Kubernetes service address range specified in serviceCidr. + :paramtype dns_service_ip: str + :keyword docker_bridge_cidr: A CIDR notation IP range assigned to the Docker bridge network. It + must not overlap with any Subnet IP ranges or the Kubernetes service address range. + :paramtype docker_bridge_cidr: str + :keyword outbound_type: This can only be set at cluster creation time and cannot be changed + later. For more information see `egress outbound type + `_. Known values are: "loadBalancer", + "userDefinedRouting", "managedNATGateway", and "userAssignedNATGateway". + :paramtype outbound_type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.OutboundType + :keyword load_balancer_sku: The default is 'standard'. See `Azure Load Balancer SKUs + `_ for more information about the + differences between load balancer SKUs. Known values are: "standard" and "basic". + :paramtype load_balancer_sku: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.LoadBalancerSku + :keyword load_balancer_profile: Profile of the cluster load balancer. + :paramtype load_balancer_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterLoadBalancerProfile + :keyword nat_gateway_profile: Profile of the cluster NAT gateway. + :paramtype nat_gateway_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterNATGatewayProfile + :keyword pod_cidrs: One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for + each IP family (IPv4/IPv6), is expected for dual-stack networking. + :paramtype pod_cidrs: list[str] + :keyword service_cidrs: One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one + for each IP family (IPv4/IPv6), is expected for dual-stack networking. They must not overlap + with any Subnet IP ranges. + :paramtype service_cidrs: list[str] + :keyword ip_families: IP families are used to determine single-stack or dual-stack clusters. + For single-stack, the expected value is IPv4. For dual-stack, the expected values are IPv4 and + IPv6. + :paramtype ip_families: list[str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.IpFamily] + :keyword kube_proxy_config: Holds configuration customizations for kube-proxy. Any values not + defined will use the kube-proxy defaulting behavior. See + https://v:code:``.docs.kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ + where :code:`` is represented by a :code:``-:code:`` + string. Kubernetes version 1.23 would be '1-23'. + :paramtype kube_proxy_config: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ContainerServiceNetworkProfileKubeProxyConfig + """ + super().__init__(**kwargs) + self.network_plugin = network_plugin + self.network_plugin_mode = network_plugin_mode + self.network_policy = network_policy + self.network_mode = network_mode + self.network_dataplane = network_dataplane + self.pod_cidr = pod_cidr + self.service_cidr = service_cidr + self.dns_service_ip = dns_service_ip + self.docker_bridge_cidr = docker_bridge_cidr + self.outbound_type = outbound_type + self.load_balancer_sku = load_balancer_sku + self.load_balancer_profile = load_balancer_profile + self.nat_gateway_profile = nat_gateway_profile + self.pod_cidrs = pod_cidrs + self.service_cidrs = service_cidrs + self.ip_families = ip_families + self.kube_proxy_config = kube_proxy_config + + +class ContainerServiceNetworkProfileKubeProxyConfig(_serialization.Model): + """Holds configuration customizations for kube-proxy. Any values not defined will use the + kube-proxy defaulting behavior. See + https://v:code:``.docs.kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ + where :code:`` is represented by a :code:``-:code:`` + string. Kubernetes version 1.23 would be '1-23'. + + :ivar enabled: Whether to enable on kube-proxy on the cluster (if no 'kubeProxyConfig' exists, + kube-proxy is enabled in AKS by default without these customizations). + :vartype enabled: bool + :ivar mode: Specify which proxy mode to use ('IPTABLES' or 'IPVS'). Known values are: + "IPTABLES" and "IPVS". + :vartype mode: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.Mode + :ivar ipvs_config: Holds configuration customizations for IPVS. May only be specified if 'mode' + is set to 'IPVS'. + :vartype ipvs_config: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig + """ + + _attribute_map = { + "enabled": {"key": "enabled", "type": "bool"}, + "mode": {"key": "mode", "type": "str"}, + "ipvs_config": {"key": "ipvsConfig", "type": "ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig"}, + } + + def __init__( + self, + *, + enabled: Optional[bool] = None, + mode: Optional[Union[str, "_models.Mode"]] = None, + ipvs_config: Optional["_models.ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig"] = None, + **kwargs: Any + ) -> None: + """ + :keyword enabled: Whether to enable on kube-proxy on the cluster (if no 'kubeProxyConfig' + exists, kube-proxy is enabled in AKS by default without these customizations). + :paramtype enabled: bool + :keyword mode: Specify which proxy mode to use ('IPTABLES' or 'IPVS'). Known values are: + "IPTABLES" and "IPVS". + :paramtype mode: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.Mode + :keyword ipvs_config: Holds configuration customizations for IPVS. May only be specified if + 'mode' is set to 'IPVS'. + :paramtype ipvs_config: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig + """ + super().__init__(**kwargs) + self.enabled = enabled + self.mode = mode + self.ipvs_config = ipvs_config + + +class ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig(_serialization.Model): + """Holds configuration customizations for IPVS. May only be specified if 'mode' is set to 'IPVS'. + + :ivar scheduler: IPVS scheduler, for more information please see + http://www.linuxvirtualserver.org/docs/scheduling.html. Known values are: "RoundRobin" and + "LeastConnection". + :vartype scheduler: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.IpvsScheduler + :ivar tcp_timeout_seconds: The timeout value used for idle IPVS TCP sessions in seconds. Must + be a positive integer value. + :vartype tcp_timeout_seconds: int + :ivar tcp_fin_timeout_seconds: The timeout value used for IPVS TCP sessions after receiving a + FIN in seconds. Must be a positive integer value. + :vartype tcp_fin_timeout_seconds: int + :ivar udp_timeout_seconds: The timeout value used for IPVS UDP packets in seconds. Must be a + positive integer value. + :vartype udp_timeout_seconds: int + """ + + _attribute_map = { + "scheduler": {"key": "scheduler", "type": "str"}, + "tcp_timeout_seconds": {"key": "tcpTimeoutSeconds", "type": "int"}, + "tcp_fin_timeout_seconds": {"key": "tcpFinTimeoutSeconds", "type": "int"}, + "udp_timeout_seconds": {"key": "udpTimeoutSeconds", "type": "int"}, + } + + def __init__( + self, + *, + scheduler: Optional[Union[str, "_models.IpvsScheduler"]] = None, + tcp_timeout_seconds: Optional[int] = None, + tcp_fin_timeout_seconds: Optional[int] = None, + udp_timeout_seconds: Optional[int] = None, + **kwargs: Any + ) -> None: + """ + :keyword scheduler: IPVS scheduler, for more information please see + http://www.linuxvirtualserver.org/docs/scheduling.html. Known values are: "RoundRobin" and + "LeastConnection". + :paramtype scheduler: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.IpvsScheduler + :keyword tcp_timeout_seconds: The timeout value used for idle IPVS TCP sessions in seconds. + Must be a positive integer value. + :paramtype tcp_timeout_seconds: int + :keyword tcp_fin_timeout_seconds: The timeout value used for IPVS TCP sessions after receiving + a FIN in seconds. Must be a positive integer value. + :paramtype tcp_fin_timeout_seconds: int + :keyword udp_timeout_seconds: The timeout value used for IPVS UDP packets in seconds. Must be a + positive integer value. + :paramtype udp_timeout_seconds: int + """ + super().__init__(**kwargs) + self.scheduler = scheduler + self.tcp_timeout_seconds = tcp_timeout_seconds + self.tcp_fin_timeout_seconds = tcp_fin_timeout_seconds + self.udp_timeout_seconds = udp_timeout_seconds + + +class ContainerServiceSshConfiguration(_serialization.Model): + """SSH configuration for Linux-based VMs running on Azure. + + All required parameters must be populated in order to send to Azure. + + :ivar public_keys: The list of SSH public keys used to authenticate with Linux-based VMs. A + maximum of 1 key may be specified. Required. + :vartype public_keys: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.ContainerServiceSshPublicKey] + """ + + _validation = { + "public_keys": {"required": True}, + } + + _attribute_map = { + "public_keys": {"key": "publicKeys", "type": "[ContainerServiceSshPublicKey]"}, + } + + def __init__(self, *, public_keys: List["_models.ContainerServiceSshPublicKey"], **kwargs: Any) -> None: + """ + :keyword public_keys: The list of SSH public keys used to authenticate with Linux-based VMs. A + maximum of 1 key may be specified. Required. + :paramtype public_keys: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.ContainerServiceSshPublicKey] + """ + super().__init__(**kwargs) + self.public_keys = public_keys + + +class ContainerServiceSshPublicKey(_serialization.Model): + """Contains information about SSH certificate public key data. + + All required parameters must be populated in order to send to Azure. + + :ivar key_data: Certificate public key used to authenticate with VMs through SSH. The + certificate must be in PEM format with or without headers. Required. + :vartype key_data: str + """ + + _validation = { + "key_data": {"required": True}, + } + + _attribute_map = { + "key_data": {"key": "keyData", "type": "str"}, + } + + def __init__(self, *, key_data: str, **kwargs: Any) -> None: + """ + :keyword key_data: Certificate public key used to authenticate with VMs through SSH. The + certificate must be in PEM format with or without headers. Required. + :paramtype key_data: str + """ + super().__init__(**kwargs) + self.key_data = key_data + + +class CreationData(_serialization.Model): + """Data used when creating a target resource from a source resource. + + :ivar source_resource_id: This is the ARM ID of the source object to be used to create the + target object. + :vartype source_resource_id: str + """ + + _attribute_map = { + "source_resource_id": {"key": "sourceResourceId", "type": "str"}, + } + + def __init__(self, *, source_resource_id: Optional[str] = None, **kwargs: Any) -> None: + """ + :keyword source_resource_id: This is the ARM ID of the source object to be used to create the + target object. + :paramtype source_resource_id: str + """ + super().__init__(**kwargs) + self.source_resource_id = source_resource_id + + +class CredentialResult(_serialization.Model): + """The credential result response. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar name: The name of the credential. + :vartype name: str + :ivar value: Base64-encoded Kubernetes configuration file. + :vartype value: bytes + """ + + _validation = { + "name": {"readonly": True}, + "value": {"readonly": True}, + } + + _attribute_map = { + "name": {"key": "name", "type": "str"}, + "value": {"key": "value", "type": "bytearray"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.name = None + self.value = None + + +class CredentialResults(_serialization.Model): + """The list credential result response. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar kubeconfigs: Base64-encoded Kubernetes configuration file. + :vartype kubeconfigs: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.CredentialResult] + """ + + _validation = { + "kubeconfigs": {"readonly": True}, + } + + _attribute_map = { + "kubeconfigs": {"key": "kubeconfigs", "type": "[CredentialResult]"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.kubeconfigs = None + + +class DailySchedule(_serialization.Model): + """For schedules like: 'recur every day' or 'recur every 3 days'. + + All required parameters must be populated in order to send to Azure. + + :ivar interval_days: Specifies the number of days between each set of occurrences. Required. + :vartype interval_days: int + """ + + _validation = { + "interval_days": {"required": True, "maximum": 7, "minimum": 1}, + } + + _attribute_map = { + "interval_days": {"key": "intervalDays", "type": "int"}, + } + + def __init__(self, *, interval_days: int, **kwargs: Any) -> None: + """ + :keyword interval_days: Specifies the number of days between each set of occurrences. Required. + :paramtype interval_days: int + """ + super().__init__(**kwargs) + self.interval_days = interval_days + + +class DateSpan(_serialization.Model): + """For example, between '2022-12-23' and '2023-01-05'. + + All required parameters must be populated in order to send to Azure. + + :ivar start: The start date of the date span. Required. + :vartype start: ~datetime.date + :ivar end: The end date of the date span. Required. + :vartype end: ~datetime.date + """ + + _validation = { + "start": {"required": True}, + "end": {"required": True}, + } + + _attribute_map = { + "start": {"key": "start", "type": "date"}, + "end": {"key": "end", "type": "date"}, + } + + def __init__(self, *, start: datetime.date, end: datetime.date, **kwargs: Any) -> None: + """ + :keyword start: The start date of the date span. Required. + :paramtype start: ~datetime.date + :keyword end: The end date of the date span. Required. + :paramtype end: ~datetime.date + """ + super().__init__(**kwargs) + self.start = start + self.end = end + + +class EndpointDependency(_serialization.Model): + """A domain name that AKS agent nodes are reaching at. + + :ivar domain_name: The domain name of the dependency. + :vartype domain_name: str + :ivar endpoint_details: The Ports and Protocols used when connecting to domainName. + :vartype endpoint_details: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.EndpointDetail] + """ + + _attribute_map = { + "domain_name": {"key": "domainName", "type": "str"}, + "endpoint_details": {"key": "endpointDetails", "type": "[EndpointDetail]"}, + } + + def __init__( + self, + *, + domain_name: Optional[str] = None, + endpoint_details: Optional[List["_models.EndpointDetail"]] = None, + **kwargs: Any + ) -> None: + """ + :keyword domain_name: The domain name of the dependency. + :paramtype domain_name: str + :keyword endpoint_details: The Ports and Protocols used when connecting to domainName. + :paramtype endpoint_details: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.EndpointDetail] + """ + super().__init__(**kwargs) + self.domain_name = domain_name + self.endpoint_details = endpoint_details + + +class EndpointDetail(_serialization.Model): + """connect information from the AKS agent nodes to a single endpoint. + + :ivar ip_address: An IP Address that Domain Name currently resolves to. + :vartype ip_address: str + :ivar port: The port an endpoint is connected to. + :vartype port: int + :ivar protocol: The protocol used for connection. + :vartype protocol: str + :ivar description: Description of the detail. + :vartype description: str + """ + + _attribute_map = { + "ip_address": {"key": "ipAddress", "type": "str"}, + "port": {"key": "port", "type": "int"}, + "protocol": {"key": "protocol", "type": "str"}, + "description": {"key": "description", "type": "str"}, + } + + def __init__( + self, + *, + ip_address: Optional[str] = None, + port: Optional[int] = None, + protocol: Optional[str] = None, + description: Optional[str] = None, + **kwargs: Any + ) -> None: + """ + :keyword ip_address: An IP Address that Domain Name currently resolves to. + :paramtype ip_address: str + :keyword port: The port an endpoint is connected to. + :paramtype port: int + :keyword protocol: The protocol used for connection. + :paramtype protocol: str + :keyword description: Description of the detail. + :paramtype description: str + """ + super().__init__(**kwargs) + self.ip_address = ip_address + self.port = port + self.protocol = protocol + self.description = description + + +class ExtendedLocation(_serialization.Model): + """The complex type of the extended location. + + :ivar name: The name of the extended location. + :vartype name: str + :ivar type: The type of the extended location. "EdgeZone" + :vartype type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ExtendedLocationTypes + """ + + _attribute_map = { + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + } + + def __init__( + self, + *, + name: Optional[str] = None, + type: Optional[Union[str, "_models.ExtendedLocationTypes"]] = None, + **kwargs: Any + ) -> None: + """ + :keyword name: The name of the extended location. + :paramtype name: str + :keyword type: The type of the extended location. "EdgeZone" + :paramtype type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ExtendedLocationTypes + """ + super().__init__(**kwargs) + self.name = name + self.type = type + + +class GuardrailsProfile(_serialization.Model): + """The Guardrails profile. + + 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 system_excluded_namespaces: List of namespaces specified by AKS to be excluded from + Guardrails. + :vartype system_excluded_namespaces: list[str] + :ivar version: The version of constraints to use. Required. + :vartype version: str + :ivar level: The guardrails level to be used. By default, Guardrails is enabled for all + namespaces except those that AKS excludes via systemExcludedNamespaces. Required. Known values + are: "Off", "Warning", and "Enforcement". + :vartype level: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.Level + :ivar excluded_namespaces: List of namespaces excluded from guardrails checks. + :vartype excluded_namespaces: list[str] + """ + + _validation = { + "system_excluded_namespaces": {"readonly": True}, + "version": {"required": True}, + "level": {"required": True}, + } + + _attribute_map = { + "system_excluded_namespaces": {"key": "systemExcludedNamespaces", "type": "[str]"}, + "version": {"key": "version", "type": "str"}, + "level": {"key": "level", "type": "str"}, + "excluded_namespaces": {"key": "excludedNamespaces", "type": "[str]"}, + } + + def __init__( + self, + *, + version: str, + level: Union[str, "_models.Level"], + excluded_namespaces: Optional[List[str]] = None, + **kwargs: Any + ) -> None: + """ + :keyword version: The version of constraints to use. Required. + :paramtype version: str + :keyword level: The guardrails level to be used. By default, Guardrails is enabled for all + namespaces except those that AKS excludes via systemExcludedNamespaces. Required. Known values + are: "Off", "Warning", and "Enforcement". + :paramtype level: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.Level + :keyword excluded_namespaces: List of namespaces excluded from guardrails checks. + :paramtype excluded_namespaces: list[str] + """ + super().__init__(**kwargs) + self.system_excluded_namespaces = None + self.version = version + self.level = level + self.excluded_namespaces = excluded_namespaces + + +class IPTag(_serialization.Model): + """Contains the IPTag associated with the object. + + :ivar ip_tag_type: The IP tag type. Example: RoutingPreference. + :vartype ip_tag_type: str + :ivar tag: The value of the IP tag associated with the public IP. Example: Internet. + :vartype tag: str + """ + + _attribute_map = { + "ip_tag_type": {"key": "ipTagType", "type": "str"}, + "tag": {"key": "tag", "type": "str"}, + } + + def __init__(self, *, ip_tag_type: Optional[str] = None, tag: Optional[str] = None, **kwargs: Any) -> None: + """ + :keyword ip_tag_type: The IP tag type. Example: RoutingPreference. + :paramtype ip_tag_type: str + :keyword tag: The value of the IP tag associated with the public IP. Example: Internet. + :paramtype tag: str + """ + super().__init__(**kwargs) + self.ip_tag_type = ip_tag_type + self.tag = tag + + +class IstioComponents(_serialization.Model): + """Istio components configuration. + + :ivar ingress_gateways: Istio ingress gateways. + :vartype ingress_gateways: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.IstioIngressGateway] + """ + + _attribute_map = { + "ingress_gateways": {"key": "ingressGateways", "type": "[IstioIngressGateway]"}, + } + + def __init__( + self, *, ingress_gateways: Optional[List["_models.IstioIngressGateway"]] = None, **kwargs: Any + ) -> None: + """ + :keyword ingress_gateways: Istio ingress gateways. + :paramtype ingress_gateways: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.IstioIngressGateway] + """ + super().__init__(**kwargs) + self.ingress_gateways = ingress_gateways + + +class IstioIngressGateway(_serialization.Model): + """Istio ingress gateway configuration. For now, we support up to one external ingress gateway + named ``aks-istio-ingressgateway-external`` and one internal ingress gateway named + ``aks-istio-ingressgateway-internal``. + + All required parameters must be populated in order to send to Azure. + + :ivar mode: Mode of an ingress gateway. Required. Known values are: "External" and "Internal". + :vartype mode: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.IstioIngressGatewayMode + :ivar enabled: Whether to enable the ingress gateway. Required. + :vartype enabled: bool + """ + + _validation = { + "mode": {"required": True}, + "enabled": {"required": True}, + } + + _attribute_map = { + "mode": {"key": "mode", "type": "str"}, + "enabled": {"key": "enabled", "type": "bool"}, + } + + def __init__(self, *, mode: Union[str, "_models.IstioIngressGatewayMode"], enabled: bool, **kwargs: Any) -> None: + """ + :keyword mode: Mode of an ingress gateway. Required. Known values are: "External" and + "Internal". + :paramtype mode: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.IstioIngressGatewayMode + :keyword enabled: Whether to enable the ingress gateway. Required. + :paramtype enabled: bool + """ + super().__init__(**kwargs) + self.mode = mode + self.enabled = enabled + + +class IstioServiceMesh(_serialization.Model): + """Istio service mesh configuration. + + :ivar components: Istio components configuration. + :vartype components: ~azure.mgmt.containerservice.v2023_02_02_preview.models.IstioComponents + """ + + _attribute_map = { + "components": {"key": "components", "type": "IstioComponents"}, + } + + def __init__(self, *, components: Optional["_models.IstioComponents"] = None, **kwargs: Any) -> None: + """ + :keyword components: Istio components configuration. + :paramtype components: ~azure.mgmt.containerservice.v2023_02_02_preview.models.IstioComponents + """ + super().__init__(**kwargs) + self.components = components + + +class KubeletConfig(_serialization.Model): # pylint: disable=too-many-instance-attributes + """See `AKS custom node configuration + `_ for more details. + + :ivar cpu_manager_policy: The default is 'none'. See `Kubernetes CPU management policies + `_ + for more information. Allowed values are 'none' and 'static'. + :vartype cpu_manager_policy: str + :ivar cpu_cfs_quota: The default is true. + :vartype cpu_cfs_quota: bool + :ivar cpu_cfs_quota_period: The default is '100ms.' Valid values are a sequence of decimal + numbers with an optional fraction and a unit suffix. For example: '300ms', '2h45m'. Supported + units are 'ns', 'us', 'ms', 's', 'm', and 'h'. + :vartype cpu_cfs_quota_period: str + :ivar image_gc_high_threshold: To disable image garbage collection, set to 100. The default is + 85%. + :vartype image_gc_high_threshold: int + :ivar image_gc_low_threshold: This cannot be set higher than imageGcHighThreshold. The default + is 80%. + :vartype image_gc_low_threshold: int + :ivar topology_manager_policy: For more information see `Kubernetes Topology Manager + `_. The default is + 'none'. Allowed values are 'none', 'best-effort', 'restricted', and 'single-numa-node'. + :vartype topology_manager_policy: str + :ivar allowed_unsafe_sysctls: Allowed list of unsafe sysctls or unsafe sysctl patterns (ending + in ``*``\ ). + :vartype allowed_unsafe_sysctls: list[str] + :ivar fail_swap_on: If set to true it will make the Kubelet fail to start if swap is enabled on + the node. + :vartype fail_swap_on: bool + :ivar container_log_max_size_mb: The maximum size (e.g. 10Mi) of container log file before it + is rotated. + :vartype container_log_max_size_mb: int + :ivar container_log_max_files: The maximum number of container log files that can be present + for a container. The number must be ≥ 2. + :vartype container_log_max_files: int + :ivar pod_max_pids: The maximum number of processes per pod. + :vartype pod_max_pids: int + """ + + _validation = { + "container_log_max_files": {"minimum": 2}, + } + + _attribute_map = { + "cpu_manager_policy": {"key": "cpuManagerPolicy", "type": "str"}, + "cpu_cfs_quota": {"key": "cpuCfsQuota", "type": "bool"}, + "cpu_cfs_quota_period": {"key": "cpuCfsQuotaPeriod", "type": "str"}, + "image_gc_high_threshold": {"key": "imageGcHighThreshold", "type": "int"}, + "image_gc_low_threshold": {"key": "imageGcLowThreshold", "type": "int"}, + "topology_manager_policy": {"key": "topologyManagerPolicy", "type": "str"}, + "allowed_unsafe_sysctls": {"key": "allowedUnsafeSysctls", "type": "[str]"}, + "fail_swap_on": {"key": "failSwapOn", "type": "bool"}, + "container_log_max_size_mb": {"key": "containerLogMaxSizeMB", "type": "int"}, + "container_log_max_files": {"key": "containerLogMaxFiles", "type": "int"}, + "pod_max_pids": {"key": "podMaxPids", "type": "int"}, + } + + def __init__( + self, + *, + cpu_manager_policy: Optional[str] = None, + cpu_cfs_quota: Optional[bool] = None, + cpu_cfs_quota_period: Optional[str] = None, + image_gc_high_threshold: Optional[int] = None, + image_gc_low_threshold: Optional[int] = None, + topology_manager_policy: Optional[str] = None, + allowed_unsafe_sysctls: Optional[List[str]] = None, + fail_swap_on: Optional[bool] = None, + container_log_max_size_mb: Optional[int] = None, + container_log_max_files: Optional[int] = None, + pod_max_pids: Optional[int] = None, + **kwargs: Any + ) -> None: + """ + :keyword cpu_manager_policy: The default is 'none'. See `Kubernetes CPU management policies + `_ + for more information. Allowed values are 'none' and 'static'. + :paramtype cpu_manager_policy: str + :keyword cpu_cfs_quota: The default is true. + :paramtype cpu_cfs_quota: bool + :keyword cpu_cfs_quota_period: The default is '100ms.' Valid values are a sequence of decimal + numbers with an optional fraction and a unit suffix. For example: '300ms', '2h45m'. Supported + units are 'ns', 'us', 'ms', 's', 'm', and 'h'. + :paramtype cpu_cfs_quota_period: str + :keyword image_gc_high_threshold: To disable image garbage collection, set to 100. The default + is 85%. + :paramtype image_gc_high_threshold: int + :keyword image_gc_low_threshold: This cannot be set higher than imageGcHighThreshold. The + default is 80%. + :paramtype image_gc_low_threshold: int + :keyword topology_manager_policy: For more information see `Kubernetes Topology Manager + `_. The default is + 'none'. Allowed values are 'none', 'best-effort', 'restricted', and 'single-numa-node'. + :paramtype topology_manager_policy: str + :keyword allowed_unsafe_sysctls: Allowed list of unsafe sysctls or unsafe sysctl patterns + (ending in ``*``\ ). + :paramtype allowed_unsafe_sysctls: list[str] + :keyword fail_swap_on: If set to true it will make the Kubelet fail to start if swap is enabled + on the node. + :paramtype fail_swap_on: bool + :keyword container_log_max_size_mb: The maximum size (e.g. 10Mi) of container log file before + it is rotated. + :paramtype container_log_max_size_mb: int + :keyword container_log_max_files: The maximum number of container log files that can be present + for a container. The number must be ≥ 2. + :paramtype container_log_max_files: int + :keyword pod_max_pids: The maximum number of processes per pod. + :paramtype pod_max_pids: int + """ + super().__init__(**kwargs) + self.cpu_manager_policy = cpu_manager_policy + self.cpu_cfs_quota = cpu_cfs_quota + self.cpu_cfs_quota_period = cpu_cfs_quota_period + self.image_gc_high_threshold = image_gc_high_threshold + self.image_gc_low_threshold = image_gc_low_threshold + self.topology_manager_policy = topology_manager_policy + self.allowed_unsafe_sysctls = allowed_unsafe_sysctls + self.fail_swap_on = fail_swap_on + self.container_log_max_size_mb = container_log_max_size_mb + self.container_log_max_files = container_log_max_files + self.pod_max_pids = pod_max_pids + + +class LinuxOSConfig(_serialization.Model): + """See `AKS custom node configuration + `_ for more details. + + :ivar sysctls: Sysctl settings for Linux agent nodes. + :vartype sysctls: ~azure.mgmt.containerservice.v2023_02_02_preview.models.SysctlConfig + :ivar transparent_huge_page_enabled: Valid values are 'always', 'madvise', and 'never'. The + default is 'always'. For more information see `Transparent Hugepages + `_. + :vartype transparent_huge_page_enabled: str + :ivar transparent_huge_page_defrag: Valid values are 'always', 'defer', 'defer+madvise', + 'madvise' and 'never'. The default is 'madvise'. For more information see `Transparent + Hugepages + `_. + :vartype transparent_huge_page_defrag: str + :ivar swap_file_size_mb: The size in MB of a swap file that will be created on each node. + :vartype swap_file_size_mb: int + """ + + _attribute_map = { + "sysctls": {"key": "sysctls", "type": "SysctlConfig"}, + "transparent_huge_page_enabled": {"key": "transparentHugePageEnabled", "type": "str"}, + "transparent_huge_page_defrag": {"key": "transparentHugePageDefrag", "type": "str"}, + "swap_file_size_mb": {"key": "swapFileSizeMB", "type": "int"}, + } + + def __init__( + self, + *, + sysctls: Optional["_models.SysctlConfig"] = None, + transparent_huge_page_enabled: Optional[str] = None, + transparent_huge_page_defrag: Optional[str] = None, + swap_file_size_mb: Optional[int] = None, + **kwargs: Any + ) -> None: + """ + :keyword sysctls: Sysctl settings for Linux agent nodes. + :paramtype sysctls: ~azure.mgmt.containerservice.v2023_02_02_preview.models.SysctlConfig + :keyword transparent_huge_page_enabled: Valid values are 'always', 'madvise', and 'never'. The + default is 'always'. For more information see `Transparent Hugepages + `_. + :paramtype transparent_huge_page_enabled: str + :keyword transparent_huge_page_defrag: Valid values are 'always', 'defer', 'defer+madvise', + 'madvise' and 'never'. The default is 'madvise'. For more information see `Transparent + Hugepages + `_. + :paramtype transparent_huge_page_defrag: str + :keyword swap_file_size_mb: The size in MB of a swap file that will be created on each node. + :paramtype swap_file_size_mb: int + """ + super().__init__(**kwargs) + self.sysctls = sysctls + self.transparent_huge_page_enabled = transparent_huge_page_enabled + self.transparent_huge_page_defrag = transparent_huge_page_defrag + self.swap_file_size_mb = swap_file_size_mb + + +class MaintenanceConfiguration(SubResource): + """See `planned maintenance `_ for more + information about planned maintenance. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar id: Resource ID. + :vartype id: str + :ivar name: The name of the resource that is unique within a resource group. This name can be + used to access the resource. + :vartype name: str + :ivar type: Resource type. + :vartype type: str + :ivar system_data: The system metadata relating to this resource. + :vartype system_data: ~azure.mgmt.containerservice.v2023_02_02_preview.models.SystemData + :ivar time_in_week: If two array entries specify the same day of the week, the applied + configuration is the union of times in both entries. + :vartype time_in_week: list[~azure.mgmt.containerservice.v2023_02_02_preview.models.TimeInWeek] + :ivar not_allowed_time: Time slots on which upgrade is not allowed. + :vartype not_allowed_time: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.TimeSpan] + :ivar maintenance_window: Maintenance window for the maintenance configuration. + :vartype maintenance_window: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.MaintenanceWindow + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "system_data": {"readonly": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "system_data": {"key": "systemData", "type": "SystemData"}, + "time_in_week": {"key": "properties.timeInWeek", "type": "[TimeInWeek]"}, + "not_allowed_time": {"key": "properties.notAllowedTime", "type": "[TimeSpan]"}, + "maintenance_window": {"key": "properties.maintenanceWindow", "type": "MaintenanceWindow"}, + } + + def __init__( + self, + *, + time_in_week: Optional[List["_models.TimeInWeek"]] = None, + not_allowed_time: Optional[List["_models.TimeSpan"]] = None, + maintenance_window: Optional["_models.MaintenanceWindow"] = None, + **kwargs: Any + ) -> None: + """ + :keyword time_in_week: If two array entries specify the same day of the week, the applied + configuration is the union of times in both entries. + :paramtype time_in_week: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.TimeInWeek] + :keyword not_allowed_time: Time slots on which upgrade is not allowed. + :paramtype not_allowed_time: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.TimeSpan] + :keyword maintenance_window: Maintenance window for the maintenance configuration. + :paramtype maintenance_window: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.MaintenanceWindow + """ + super().__init__(**kwargs) + self.system_data = None + self.time_in_week = time_in_week + self.not_allowed_time = not_allowed_time + self.maintenance_window = maintenance_window + + +class MaintenanceConfigurationListResult(_serialization.Model): + """The response from the List maintenance configurations operation. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar value: The list of maintenance configurations. + :vartype value: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.MaintenanceConfiguration] + :ivar next_link: The URL to get the next set of maintenance configuration results. + :vartype next_link: str + """ + + _validation = { + "next_link": {"readonly": True}, + } + + _attribute_map = { + "value": {"key": "value", "type": "[MaintenanceConfiguration]"}, + "next_link": {"key": "nextLink", "type": "str"}, + } + + def __init__(self, *, value: Optional[List["_models.MaintenanceConfiguration"]] = None, **kwargs: Any) -> None: + """ + :keyword value: The list of maintenance configurations. + :paramtype value: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.MaintenanceConfiguration] + """ + super().__init__(**kwargs) + self.value = value + self.next_link = None + + +class MaintenanceWindow(_serialization.Model): + """Maintenance window used to configure scheduled auto-upgrade for a Managed Cluster. + + All required parameters must be populated in order to send to Azure. + + :ivar schedule: Recurrence schedule for the maintenance window. Required. + :vartype schedule: ~azure.mgmt.containerservice.v2023_02_02_preview.models.Schedule + :ivar duration_hours: Length of maintenance window range from 4 to 24 hours. + :vartype duration_hours: int + :ivar utc_offset: The UTC offset in format +/-HH:mm. For example, '+05:30' for IST and '-07:00' + for PST. If not specified, the default is '+00:00'. + :vartype utc_offset: str + :ivar start_date: The date the maintenance window activates. If the current date is before this + date, the maintenance window is inactive and will not be used for upgrades. If not specified, + the maintenance window will be active right away. + :vartype start_date: ~datetime.date + :ivar start_time: The start time of the maintenance window. Accepted values are from '00:00' to + '23:59'. 'utcOffset' applies to this field. For example: '02:00' with 'utcOffset: +02:00' means + UTC time '00:00'. Required. + :vartype start_time: str + :ivar not_allowed_dates: Date ranges on which upgrade is not allowed. 'utcOffset' applies to + this field. For example, with 'utcOffset: +02:00' and 'dateSpan' being '2022-12-23' to + '2023-01-03', maintenance will be blocked from '2022-12-22 22:00' to '2023-01-03 22:00' in UTC + time. + :vartype not_allowed_dates: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.DateSpan] + """ + + _validation = { + "schedule": {"required": True}, + "duration_hours": {"required": True, "maximum": 24, "minimum": 4}, + "utc_offset": {"pattern": r"^(-|\+)[0-9]{2}:[0-9]{2}$"}, + "start_time": {"required": True, "pattern": r"^\d{2}:\d{2}$"}, + } + + _attribute_map = { + "schedule": {"key": "schedule", "type": "Schedule"}, + "duration_hours": {"key": "durationHours", "type": "int"}, + "utc_offset": {"key": "utcOffset", "type": "str"}, + "start_date": {"key": "startDate", "type": "date"}, + "start_time": {"key": "startTime", "type": "str"}, + "not_allowed_dates": {"key": "notAllowedDates", "type": "[DateSpan]"}, + } + + def __init__( + self, + *, + schedule: "_models.Schedule", + duration_hours: int = 24, + start_time: str, + utc_offset: Optional[str] = None, + start_date: Optional[datetime.date] = None, + not_allowed_dates: Optional[List["_models.DateSpan"]] = None, + **kwargs: Any + ) -> None: + """ + :keyword schedule: Recurrence schedule for the maintenance window. Required. + :paramtype schedule: ~azure.mgmt.containerservice.v2023_02_02_preview.models.Schedule + :keyword duration_hours: Length of maintenance window range from 4 to 24 hours. + :paramtype duration_hours: int + :keyword utc_offset: The UTC offset in format +/-HH:mm. For example, '+05:30' for IST and + '-07:00' for PST. If not specified, the default is '+00:00'. + :paramtype utc_offset: str + :keyword start_date: The date the maintenance window activates. If the current date is before + this date, the maintenance window is inactive and will not be used for upgrades. If not + specified, the maintenance window will be active right away. + :paramtype start_date: ~datetime.date + :keyword start_time: The start time of the maintenance window. Accepted values are from '00:00' + to '23:59'. 'utcOffset' applies to this field. For example: '02:00' with 'utcOffset: +02:00' + means UTC time '00:00'. Required. + :paramtype start_time: str + :keyword not_allowed_dates: Date ranges on which upgrade is not allowed. 'utcOffset' applies to + this field. For example, with 'utcOffset: +02:00' and 'dateSpan' being '2022-12-23' to + '2023-01-03', maintenance will be blocked from '2022-12-22 22:00' to '2023-01-03 22:00' in UTC + time. + :paramtype not_allowed_dates: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.DateSpan] + """ + super().__init__(**kwargs) + self.schedule = schedule + self.duration_hours = duration_hours + self.utc_offset = utc_offset + self.start_date = start_date + self.start_time = start_time + self.not_allowed_dates = not_allowed_dates + + +class Resource(_serialization.Model): + """Common fields that are returned in the response for all Azure Resource Manager resources. + + 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}. + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". + :vartype type: str + :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy + information. + :vartype system_data: ~azure.mgmt.containerservice.v2023_02_02_preview.models.SystemData + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "system_data": {"readonly": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "system_data": {"key": "systemData", "type": "SystemData"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.id = None + self.name = None + self.type = None + self.system_data = None + + +class TrackedResource(Resource): + """The resource model definition for an Azure Resource Manager tracked top level resource which + has 'tags' and a 'location'. + + 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}. + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". + :vartype type: str + :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy + information. + :vartype system_data: ~azure.mgmt.containerservice.v2023_02_02_preview.models.SystemData + :ivar tags: Resource tags. + :vartype tags: dict[str, str] + :ivar location: The geo-location where the resource lives. Required. + :vartype location: str + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "system_data": {"readonly": True}, + "location": {"required": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "system_data": {"key": "systemData", "type": "SystemData"}, + "tags": {"key": "tags", "type": "{str}"}, + "location": {"key": "location", "type": "str"}, + } + + def __init__(self, *, location: str, tags: Optional[Dict[str, str]] = None, **kwargs: Any) -> None: + """ + :keyword tags: Resource tags. + :paramtype tags: dict[str, str] + :keyword location: The geo-location where the resource lives. Required. + :paramtype location: str + """ + super().__init__(**kwargs) + self.tags = tags + self.location = location + + +class ManagedCluster(TrackedResource): # pylint: disable=too-many-instance-attributes + """Managed cluster. + + 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}. + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". + :vartype type: str + :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy + information. + :vartype system_data: ~azure.mgmt.containerservice.v2023_02_02_preview.models.SystemData + :ivar tags: Resource tags. + :vartype tags: dict[str, str] + :ivar location: The geo-location where the resource lives. Required. + :vartype location: str + :ivar sku: The managed cluster SKU. + :vartype sku: ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSKU + :ivar extended_location: The extended location of the Virtual Machine. + :vartype extended_location: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ExtendedLocation + :ivar identity: The identity of the managed cluster, if configured. + :vartype identity: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterIdentity + :ivar provisioning_state: The current provisioning state. + :vartype provisioning_state: str + :ivar power_state: The Power State of the cluster. + :vartype power_state: ~azure.mgmt.containerservice.v2023_02_02_preview.models.PowerState + :ivar creation_data: CreationData to be used to specify the source Snapshot ID if the cluster + will be created/upgraded using a snapshot. + :vartype creation_data: ~azure.mgmt.containerservice.v2023_02_02_preview.models.CreationData + :ivar max_agent_pools: The max number of agent pools for the managed cluster. + :vartype max_agent_pools: int + :ivar kubernetes_version: When you upgrade a supported AKS cluster, Kubernetes minor versions + cannot be skipped. All upgrades must be performed sequentially by major version number. For + example, upgrades between 1.14.x -> 1.15.x or 1.15.x -> 1.16.x are allowed, however 1.14.x -> + 1.16.x is not allowed. See `upgrading an AKS cluster + `_ for more details. + :vartype kubernetes_version: str + :ivar current_kubernetes_version: The version of Kubernetes the Managed Cluster is running. + :vartype current_kubernetes_version: str + :ivar dns_prefix: This cannot be updated once the Managed Cluster has been created. + :vartype dns_prefix: str + :ivar fqdn_subdomain: This cannot be updated once the Managed Cluster has been created. + :vartype fqdn_subdomain: str + :ivar fqdn: The FQDN of the master pool. + :vartype fqdn: str + :ivar private_fqdn: The FQDN of private cluster. + :vartype private_fqdn: str + :ivar azure_portal_fqdn: The Azure Portal requires certain Cross-Origin Resource Sharing (CORS) + headers to be sent in some responses, which Kubernetes APIServer doesn't handle by default. + This special FQDN supports CORS, allowing the Azure Portal to function properly. + :vartype azure_portal_fqdn: str + :ivar agent_pool_profiles: The agent pool properties. + :vartype agent_pool_profiles: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterAgentPoolProfile] + :ivar linux_profile: The profile for Linux VMs in the Managed Cluster. + :vartype linux_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ContainerServiceLinuxProfile + :ivar windows_profile: The profile for Windows VMs in the Managed Cluster. + :vartype windows_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterWindowsProfile + :ivar service_principal_profile: Information about a service principal identity for the cluster + to use for manipulating Azure APIs. + :vartype service_principal_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterServicePrincipalProfile + :ivar addon_profiles: The profile of managed cluster add-on. + :vartype addon_profiles: dict[str, + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterAddonProfile] + :ivar pod_identity_profile: See `use AAD pod identity + `_ for more details on AAD pod + identity integration. + :vartype pod_identity_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterPodIdentityProfile + :ivar oidc_issuer_profile: The OIDC issuer profile of the Managed Cluster. + :vartype oidc_issuer_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterOIDCIssuerProfile + :ivar node_resource_group: The name of the resource group containing agent pool nodes. + :vartype node_resource_group: str + :ivar node_resource_group_profile: The node resource group configuration profile. + :vartype node_resource_group_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterNodeResourceGroupProfile + :ivar enable_rbac: Whether to enable Kubernetes Role-Based Access Control. + :vartype enable_rbac: bool + :ivar enable_pod_security_policy: (DEPRECATED) Whether to enable Kubernetes pod security policy + (preview). PodSecurityPolicy was deprecated in Kubernetes v1.21, and removed from Kubernetes in + v1.25. Learn more at https://aka.ms/k8s/psp and https://aka.ms/aks/psp. + :vartype enable_pod_security_policy: bool + :ivar enable_namespace_resources: The default value is false. It can be enabled/disabled on + creation and updating of the managed cluster. See `https://aka.ms/NamespaceARMResource + `_ for more details on Namespace as a ARM Resource. + :vartype enable_namespace_resources: bool + :ivar network_profile: The network configuration profile. + :vartype network_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ContainerServiceNetworkProfile + :ivar aad_profile: The Azure Active Directory configuration. + :vartype aad_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterAADProfile + :ivar auto_upgrade_profile: The auto upgrade configuration. + :vartype auto_upgrade_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterAutoUpgradeProfile + :ivar upgrade_settings: Settings for upgrading a cluster. + :vartype upgrade_settings: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ClusterUpgradeSettings + :ivar auto_scaler_profile: Parameters to be applied to the cluster-autoscaler when enabled. + :vartype auto_scaler_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterPropertiesAutoScalerProfile + :ivar api_server_access_profile: The access profile for managed cluster API server. + :vartype api_server_access_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterAPIServerAccessProfile + :ivar disk_encryption_set_id: This is of the form: + '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{encryptionSetName}'. + :vartype disk_encryption_set_id: str + :ivar identity_profile: Identities associated with the cluster. + :vartype identity_profile: dict[str, + ~azure.mgmt.containerservice.v2023_02_02_preview.models.UserAssignedIdentity] + :ivar private_link_resources: Private link resources associated with the cluster. + :vartype private_link_resources: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateLinkResource] + :ivar disable_local_accounts: If set to true, getting static credentials will be disabled for + this cluster. This must only be used on Managed Clusters that are AAD enabled. For more details + see `disable local accounts + `_. + :vartype disable_local_accounts: bool + :ivar http_proxy_config: Configurations for provisioning the cluster with HTTP proxy servers. + :vartype http_proxy_config: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterHTTPProxyConfig + :ivar security_profile: Security profile for the managed cluster. + :vartype security_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSecurityProfile + :ivar storage_profile: Storage profile for the managed cluster. + :vartype storage_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterStorageProfile + :ivar ingress_profile: Ingress profile for the managed cluster. + :vartype ingress_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterIngressProfile + :ivar public_network_access: Allow or deny public network access for AKS. Known values are: + "Enabled", "Disabled", and "SecuredByPerimeter". + :vartype public_network_access: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.PublicNetworkAccess + :ivar workload_auto_scaler_profile: Workload Auto-scaler profile for the managed cluster. + :vartype workload_auto_scaler_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterWorkloadAutoScalerProfile + :ivar azure_monitor_profile: Prometheus addon profile for the container service cluster. + :vartype azure_monitor_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterAzureMonitorProfile + :ivar guardrails_profile: The guardrails profile holds all the guardrails information for a + given cluster. + :vartype guardrails_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.GuardrailsProfile + :ivar service_mesh_profile: Service mesh profile for a managed cluster. + :vartype service_mesh_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ServiceMeshProfile + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "system_data": {"readonly": True}, + "location": {"required": True}, + "provisioning_state": {"readonly": True}, + "power_state": {"readonly": True}, + "max_agent_pools": {"readonly": True}, + "current_kubernetes_version": {"readonly": True}, + "fqdn": {"readonly": True}, + "private_fqdn": {"readonly": True}, + "azure_portal_fqdn": {"readonly": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "system_data": {"key": "systemData", "type": "SystemData"}, + "tags": {"key": "tags", "type": "{str}"}, + "location": {"key": "location", "type": "str"}, + "sku": {"key": "sku", "type": "ManagedClusterSKU"}, + "extended_location": {"key": "extendedLocation", "type": "ExtendedLocation"}, + "identity": {"key": "identity", "type": "ManagedClusterIdentity"}, + "provisioning_state": {"key": "properties.provisioningState", "type": "str"}, + "power_state": {"key": "properties.powerState", "type": "PowerState"}, + "creation_data": {"key": "properties.creationData", "type": "CreationData"}, + "max_agent_pools": {"key": "properties.maxAgentPools", "type": "int"}, + "kubernetes_version": {"key": "properties.kubernetesVersion", "type": "str"}, + "current_kubernetes_version": {"key": "properties.currentKubernetesVersion", "type": "str"}, + "dns_prefix": {"key": "properties.dnsPrefix", "type": "str"}, + "fqdn_subdomain": {"key": "properties.fqdnSubdomain", "type": "str"}, + "fqdn": {"key": "properties.fqdn", "type": "str"}, + "private_fqdn": {"key": "properties.privateFQDN", "type": "str"}, + "azure_portal_fqdn": {"key": "properties.azurePortalFQDN", "type": "str"}, + "agent_pool_profiles": {"key": "properties.agentPoolProfiles", "type": "[ManagedClusterAgentPoolProfile]"}, + "linux_profile": {"key": "properties.linuxProfile", "type": "ContainerServiceLinuxProfile"}, + "windows_profile": {"key": "properties.windowsProfile", "type": "ManagedClusterWindowsProfile"}, + "service_principal_profile": { + "key": "properties.servicePrincipalProfile", + "type": "ManagedClusterServicePrincipalProfile", + }, + "addon_profiles": {"key": "properties.addonProfiles", "type": "{ManagedClusterAddonProfile}"}, + "pod_identity_profile": {"key": "properties.podIdentityProfile", "type": "ManagedClusterPodIdentityProfile"}, + "oidc_issuer_profile": {"key": "properties.oidcIssuerProfile", "type": "ManagedClusterOIDCIssuerProfile"}, + "node_resource_group": {"key": "properties.nodeResourceGroup", "type": "str"}, + "node_resource_group_profile": { + "key": "properties.nodeResourceGroupProfile", + "type": "ManagedClusterNodeResourceGroupProfile", + }, + "enable_rbac": {"key": "properties.enableRBAC", "type": "bool"}, + "enable_pod_security_policy": {"key": "properties.enablePodSecurityPolicy", "type": "bool"}, + "enable_namespace_resources": {"key": "properties.enableNamespaceResources", "type": "bool"}, + "network_profile": {"key": "properties.networkProfile", "type": "ContainerServiceNetworkProfile"}, + "aad_profile": {"key": "properties.aadProfile", "type": "ManagedClusterAADProfile"}, + "auto_upgrade_profile": {"key": "properties.autoUpgradeProfile", "type": "ManagedClusterAutoUpgradeProfile"}, + "upgrade_settings": {"key": "properties.upgradeSettings", "type": "ClusterUpgradeSettings"}, + "auto_scaler_profile": { + "key": "properties.autoScalerProfile", + "type": "ManagedClusterPropertiesAutoScalerProfile", + }, + "api_server_access_profile": { + "key": "properties.apiServerAccessProfile", + "type": "ManagedClusterAPIServerAccessProfile", + }, + "disk_encryption_set_id": {"key": "properties.diskEncryptionSetID", "type": "str"}, + "identity_profile": {"key": "properties.identityProfile", "type": "{UserAssignedIdentity}"}, + "private_link_resources": {"key": "properties.privateLinkResources", "type": "[PrivateLinkResource]"}, + "disable_local_accounts": {"key": "properties.disableLocalAccounts", "type": "bool"}, + "http_proxy_config": {"key": "properties.httpProxyConfig", "type": "ManagedClusterHTTPProxyConfig"}, + "security_profile": {"key": "properties.securityProfile", "type": "ManagedClusterSecurityProfile"}, + "storage_profile": {"key": "properties.storageProfile", "type": "ManagedClusterStorageProfile"}, + "ingress_profile": {"key": "properties.ingressProfile", "type": "ManagedClusterIngressProfile"}, + "public_network_access": {"key": "properties.publicNetworkAccess", "type": "str"}, + "workload_auto_scaler_profile": { + "key": "properties.workloadAutoScalerProfile", + "type": "ManagedClusterWorkloadAutoScalerProfile", + }, + "azure_monitor_profile": {"key": "properties.azureMonitorProfile", "type": "ManagedClusterAzureMonitorProfile"}, + "guardrails_profile": {"key": "properties.guardrailsProfile", "type": "GuardrailsProfile"}, + "service_mesh_profile": {"key": "properties.serviceMeshProfile", "type": "ServiceMeshProfile"}, + } + + def __init__( # pylint: disable=too-many-locals + self, + *, + location: str, + tags: Optional[Dict[str, str]] = None, + sku: Optional["_models.ManagedClusterSKU"] = None, + extended_location: Optional["_models.ExtendedLocation"] = None, + identity: Optional["_models.ManagedClusterIdentity"] = None, + creation_data: Optional["_models.CreationData"] = None, + kubernetes_version: Optional[str] = None, + dns_prefix: Optional[str] = None, + fqdn_subdomain: Optional[str] = None, + agent_pool_profiles: Optional[List["_models.ManagedClusterAgentPoolProfile"]] = None, + linux_profile: Optional["_models.ContainerServiceLinuxProfile"] = None, + windows_profile: Optional["_models.ManagedClusterWindowsProfile"] = None, + service_principal_profile: Optional["_models.ManagedClusterServicePrincipalProfile"] = None, + addon_profiles: Optional[Dict[str, "_models.ManagedClusterAddonProfile"]] = None, + pod_identity_profile: Optional["_models.ManagedClusterPodIdentityProfile"] = None, + oidc_issuer_profile: Optional["_models.ManagedClusterOIDCIssuerProfile"] = None, + node_resource_group: Optional[str] = None, + node_resource_group_profile: Optional["_models.ManagedClusterNodeResourceGroupProfile"] = None, + enable_rbac: Optional[bool] = None, + enable_pod_security_policy: Optional[bool] = None, + enable_namespace_resources: Optional[bool] = None, + network_profile: Optional["_models.ContainerServiceNetworkProfile"] = None, + aad_profile: Optional["_models.ManagedClusterAADProfile"] = None, + auto_upgrade_profile: Optional["_models.ManagedClusterAutoUpgradeProfile"] = None, + upgrade_settings: Optional["_models.ClusterUpgradeSettings"] = None, + auto_scaler_profile: Optional["_models.ManagedClusterPropertiesAutoScalerProfile"] = None, + api_server_access_profile: Optional["_models.ManagedClusterAPIServerAccessProfile"] = None, + disk_encryption_set_id: Optional[str] = None, + identity_profile: Optional[Dict[str, "_models.UserAssignedIdentity"]] = None, + private_link_resources: Optional[List["_models.PrivateLinkResource"]] = None, + disable_local_accounts: Optional[bool] = None, + http_proxy_config: Optional["_models.ManagedClusterHTTPProxyConfig"] = None, + security_profile: Optional["_models.ManagedClusterSecurityProfile"] = None, + storage_profile: Optional["_models.ManagedClusterStorageProfile"] = None, + ingress_profile: Optional["_models.ManagedClusterIngressProfile"] = None, + public_network_access: Optional[Union[str, "_models.PublicNetworkAccess"]] = None, + workload_auto_scaler_profile: Optional["_models.ManagedClusterWorkloadAutoScalerProfile"] = None, + azure_monitor_profile: Optional["_models.ManagedClusterAzureMonitorProfile"] = None, + guardrails_profile: Optional["_models.GuardrailsProfile"] = None, + service_mesh_profile: Optional["_models.ServiceMeshProfile"] = None, + **kwargs: Any + ) -> None: + """ + :keyword tags: Resource tags. + :paramtype tags: dict[str, str] + :keyword location: The geo-location where the resource lives. Required. + :paramtype location: str + :keyword sku: The managed cluster SKU. + :paramtype sku: ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSKU + :keyword extended_location: The extended location of the Virtual Machine. + :paramtype extended_location: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ExtendedLocation + :keyword identity: The identity of the managed cluster, if configured. + :paramtype identity: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterIdentity + :keyword creation_data: CreationData to be used to specify the source Snapshot ID if the + cluster will be created/upgraded using a snapshot. + :paramtype creation_data: ~azure.mgmt.containerservice.v2023_02_02_preview.models.CreationData + :keyword kubernetes_version: When you upgrade a supported AKS cluster, Kubernetes minor + versions cannot be skipped. All upgrades must be performed sequentially by major version + number. For example, upgrades between 1.14.x -> 1.15.x or 1.15.x -> 1.16.x are allowed, however + 1.14.x -> 1.16.x is not allowed. See `upgrading an AKS cluster + `_ for more details. + :paramtype kubernetes_version: str + :keyword dns_prefix: This cannot be updated once the Managed Cluster has been created. + :paramtype dns_prefix: str + :keyword fqdn_subdomain: This cannot be updated once the Managed Cluster has been created. + :paramtype fqdn_subdomain: str + :keyword agent_pool_profiles: The agent pool properties. + :paramtype agent_pool_profiles: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterAgentPoolProfile] + :keyword linux_profile: The profile for Linux VMs in the Managed Cluster. + :paramtype linux_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ContainerServiceLinuxProfile + :keyword windows_profile: The profile for Windows VMs in the Managed Cluster. + :paramtype windows_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterWindowsProfile + :keyword service_principal_profile: Information about a service principal identity for the + cluster to use for manipulating Azure APIs. + :paramtype service_principal_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterServicePrincipalProfile + :keyword addon_profiles: The profile of managed cluster add-on. + :paramtype addon_profiles: dict[str, + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterAddonProfile] + :keyword pod_identity_profile: See `use AAD pod identity + `_ for more details on AAD pod + identity integration. + :paramtype pod_identity_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterPodIdentityProfile + :keyword oidc_issuer_profile: The OIDC issuer profile of the Managed Cluster. + :paramtype oidc_issuer_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterOIDCIssuerProfile + :keyword node_resource_group: The name of the resource group containing agent pool nodes. + :paramtype node_resource_group: str + :keyword node_resource_group_profile: The node resource group configuration profile. + :paramtype node_resource_group_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterNodeResourceGroupProfile + :keyword enable_rbac: Whether to enable Kubernetes Role-Based Access Control. + :paramtype enable_rbac: bool + :keyword enable_pod_security_policy: (DEPRECATED) Whether to enable Kubernetes pod security + policy (preview). PodSecurityPolicy was deprecated in Kubernetes v1.21, and removed from + Kubernetes in v1.25. Learn more at https://aka.ms/k8s/psp and https://aka.ms/aks/psp. + :paramtype enable_pod_security_policy: bool + :keyword enable_namespace_resources: The default value is false. It can be enabled/disabled on + creation and updating of the managed cluster. See `https://aka.ms/NamespaceARMResource + `_ for more details on Namespace as a ARM Resource. + :paramtype enable_namespace_resources: bool + :keyword network_profile: The network configuration profile. + :paramtype network_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ContainerServiceNetworkProfile + :keyword aad_profile: The Azure Active Directory configuration. + :paramtype aad_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterAADProfile + :keyword auto_upgrade_profile: The auto upgrade configuration. + :paramtype auto_upgrade_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterAutoUpgradeProfile + :keyword upgrade_settings: Settings for upgrading a cluster. + :paramtype upgrade_settings: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ClusterUpgradeSettings + :keyword auto_scaler_profile: Parameters to be applied to the cluster-autoscaler when enabled. + :paramtype auto_scaler_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterPropertiesAutoScalerProfile + :keyword api_server_access_profile: The access profile for managed cluster API server. + :paramtype api_server_access_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterAPIServerAccessProfile + :keyword disk_encryption_set_id: This is of the form: + '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{encryptionSetName}'. + :paramtype disk_encryption_set_id: str + :keyword identity_profile: Identities associated with the cluster. + :paramtype identity_profile: dict[str, + ~azure.mgmt.containerservice.v2023_02_02_preview.models.UserAssignedIdentity] + :keyword private_link_resources: Private link resources associated with the cluster. + :paramtype private_link_resources: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateLinkResource] + :keyword disable_local_accounts: If set to true, getting static credentials will be disabled + for this cluster. This must only be used on Managed Clusters that are AAD enabled. For more + details see `disable local accounts + `_. + :paramtype disable_local_accounts: bool + :keyword http_proxy_config: Configurations for provisioning the cluster with HTTP proxy + servers. + :paramtype http_proxy_config: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterHTTPProxyConfig + :keyword security_profile: Security profile for the managed cluster. + :paramtype security_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSecurityProfile + :keyword storage_profile: Storage profile for the managed cluster. + :paramtype storage_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterStorageProfile + :keyword ingress_profile: Ingress profile for the managed cluster. + :paramtype ingress_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterIngressProfile + :keyword public_network_access: Allow or deny public network access for AKS. Known values are: + "Enabled", "Disabled", and "SecuredByPerimeter". + :paramtype public_network_access: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.PublicNetworkAccess + :keyword workload_auto_scaler_profile: Workload Auto-scaler profile for the managed cluster. + :paramtype workload_auto_scaler_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterWorkloadAutoScalerProfile + :keyword azure_monitor_profile: Prometheus addon profile for the container service cluster. + :paramtype azure_monitor_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterAzureMonitorProfile + :keyword guardrails_profile: The guardrails profile holds all the guardrails information for a + given cluster. + :paramtype guardrails_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.GuardrailsProfile + :keyword service_mesh_profile: Service mesh profile for a managed cluster. + :paramtype service_mesh_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ServiceMeshProfile + """ + super().__init__(tags=tags, location=location, **kwargs) + self.sku = sku + self.extended_location = extended_location + self.identity = identity + self.provisioning_state = None + self.power_state = None + self.creation_data = creation_data + self.max_agent_pools = None + self.kubernetes_version = kubernetes_version + self.current_kubernetes_version = None + self.dns_prefix = dns_prefix + self.fqdn_subdomain = fqdn_subdomain + self.fqdn = None + self.private_fqdn = None + self.azure_portal_fqdn = None + self.agent_pool_profiles = agent_pool_profiles + self.linux_profile = linux_profile + self.windows_profile = windows_profile + self.service_principal_profile = service_principal_profile + self.addon_profiles = addon_profiles + self.pod_identity_profile = pod_identity_profile + self.oidc_issuer_profile = oidc_issuer_profile + self.node_resource_group = node_resource_group + self.node_resource_group_profile = node_resource_group_profile + self.enable_rbac = enable_rbac + self.enable_pod_security_policy = enable_pod_security_policy + self.enable_namespace_resources = enable_namespace_resources + self.network_profile = network_profile + self.aad_profile = aad_profile + self.auto_upgrade_profile = auto_upgrade_profile + self.upgrade_settings = upgrade_settings + self.auto_scaler_profile = auto_scaler_profile + self.api_server_access_profile = api_server_access_profile + self.disk_encryption_set_id = disk_encryption_set_id + self.identity_profile = identity_profile + self.private_link_resources = private_link_resources + self.disable_local_accounts = disable_local_accounts + self.http_proxy_config = http_proxy_config + self.security_profile = security_profile + self.storage_profile = storage_profile + self.ingress_profile = ingress_profile + self.public_network_access = public_network_access + self.workload_auto_scaler_profile = workload_auto_scaler_profile + self.azure_monitor_profile = azure_monitor_profile + self.guardrails_profile = guardrails_profile + self.service_mesh_profile = service_mesh_profile + + +class ManagedClusterAADProfile(_serialization.Model): + """For more details see `managed AAD on AKS `_. + + :ivar managed: Whether to enable managed AAD. + :vartype managed: bool + :ivar enable_azure_rbac: Whether to enable Azure RBAC for Kubernetes authorization. + :vartype enable_azure_rbac: bool + :ivar admin_group_object_i_ds: The list of AAD group object IDs that will have admin role of + the cluster. + :vartype admin_group_object_i_ds: list[str] + :ivar client_app_id: (DEPRECATED) The client AAD application ID. Learn more at + https://aka.ms/aks/aad-legacy. + :vartype client_app_id: str + :ivar server_app_id: (DEPRECATED) The server AAD application ID. Learn more at + https://aka.ms/aks/aad-legacy. + :vartype server_app_id: str + :ivar server_app_secret: (DEPRECATED) The server AAD application secret. Learn more at + https://aka.ms/aks/aad-legacy. + :vartype server_app_secret: str + :ivar tenant_id: The AAD tenant ID to use for authentication. If not specified, will use the + tenant of the deployment subscription. + :vartype tenant_id: str + """ + + _attribute_map = { + "managed": {"key": "managed", "type": "bool"}, + "enable_azure_rbac": {"key": "enableAzureRBAC", "type": "bool"}, + "admin_group_object_i_ds": {"key": "adminGroupObjectIDs", "type": "[str]"}, + "client_app_id": {"key": "clientAppID", "type": "str"}, + "server_app_id": {"key": "serverAppID", "type": "str"}, + "server_app_secret": {"key": "serverAppSecret", "type": "str"}, + "tenant_id": {"key": "tenantID", "type": "str"}, + } + + def __init__( + self, + *, + managed: Optional[bool] = None, + enable_azure_rbac: Optional[bool] = None, + admin_group_object_i_ds: Optional[List[str]] = None, + client_app_id: Optional[str] = None, + server_app_id: Optional[str] = None, + server_app_secret: Optional[str] = None, + tenant_id: Optional[str] = None, + **kwargs: Any + ) -> None: + """ + :keyword managed: Whether to enable managed AAD. + :paramtype managed: bool + :keyword enable_azure_rbac: Whether to enable Azure RBAC for Kubernetes authorization. + :paramtype enable_azure_rbac: bool + :keyword admin_group_object_i_ds: The list of AAD group object IDs that will have admin role of + the cluster. + :paramtype admin_group_object_i_ds: list[str] + :keyword client_app_id: (DEPRECATED) The client AAD application ID. Learn more at + https://aka.ms/aks/aad-legacy. + :paramtype client_app_id: str + :keyword server_app_id: (DEPRECATED) The server AAD application ID. Learn more at + https://aka.ms/aks/aad-legacy. + :paramtype server_app_id: str + :keyword server_app_secret: (DEPRECATED) The server AAD application secret. Learn more at + https://aka.ms/aks/aad-legacy. + :paramtype server_app_secret: str + :keyword tenant_id: The AAD tenant ID to use for authentication. If not specified, will use the + tenant of the deployment subscription. + :paramtype tenant_id: str + """ + super().__init__(**kwargs) + self.managed = managed + self.enable_azure_rbac = enable_azure_rbac + self.admin_group_object_i_ds = admin_group_object_i_ds + self.client_app_id = client_app_id + self.server_app_id = server_app_id + self.server_app_secret = server_app_secret + self.tenant_id = tenant_id + + +class ManagedClusterAccessProfile(TrackedResource): + """Managed cluster Access Profile. + + 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}. + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". + :vartype type: str + :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy + information. + :vartype system_data: ~azure.mgmt.containerservice.v2023_02_02_preview.models.SystemData + :ivar tags: Resource tags. + :vartype tags: dict[str, str] + :ivar location: The geo-location where the resource lives. Required. + :vartype location: str + :ivar kube_config: Base64-encoded Kubernetes configuration file. + :vartype kube_config: bytes + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "system_data": {"readonly": True}, + "location": {"required": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "system_data": {"key": "systemData", "type": "SystemData"}, + "tags": {"key": "tags", "type": "{str}"}, + "location": {"key": "location", "type": "str"}, + "kube_config": {"key": "properties.kubeConfig", "type": "bytearray"}, + } + + def __init__( + self, + *, + location: str, + tags: Optional[Dict[str, str]] = None, + kube_config: Optional[bytes] = None, + **kwargs: Any + ) -> None: + """ + :keyword tags: Resource tags. + :paramtype tags: dict[str, str] + :keyword location: The geo-location where the resource lives. Required. + :paramtype location: str + :keyword kube_config: Base64-encoded Kubernetes configuration file. + :paramtype kube_config: bytes + """ + super().__init__(tags=tags, location=location, **kwargs) + self.kube_config = kube_config + + +class ManagedClusterAddonProfile(_serialization.Model): + """A Kubernetes add-on profile for a managed cluster. + + 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 enabled: Whether the add-on is enabled or not. Required. + :vartype enabled: bool + :ivar config: Key-value pairs for configuring an add-on. + :vartype config: dict[str, str] + :ivar identity: Information of user assigned identity used by this add-on. + :vartype identity: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterAddonProfileIdentity + """ + + _validation = { + "enabled": {"required": True}, + "identity": {"readonly": True}, + } + + _attribute_map = { + "enabled": {"key": "enabled", "type": "bool"}, + "config": {"key": "config", "type": "{str}"}, + "identity": {"key": "identity", "type": "ManagedClusterAddonProfileIdentity"}, + } + + def __init__(self, *, enabled: bool, config: Optional[Dict[str, str]] = None, **kwargs: Any) -> None: + """ + :keyword enabled: Whether the add-on is enabled or not. Required. + :paramtype enabled: bool + :keyword config: Key-value pairs for configuring an add-on. + :paramtype config: dict[str, str] + """ + super().__init__(**kwargs) + self.enabled = enabled + self.config = config + self.identity = None + + +class UserAssignedIdentity(_serialization.Model): + """Details about a user assigned identity. + + :ivar resource_id: The resource ID of the user assigned identity. + :vartype resource_id: str + :ivar client_id: The client ID of the user assigned identity. + :vartype client_id: str + :ivar object_id: The object ID of the user assigned identity. + :vartype object_id: str + """ + + _attribute_map = { + "resource_id": {"key": "resourceId", "type": "str"}, + "client_id": {"key": "clientId", "type": "str"}, + "object_id": {"key": "objectId", "type": "str"}, + } + + def __init__( + self, + *, + resource_id: Optional[str] = None, + client_id: Optional[str] = None, + object_id: Optional[str] = None, + **kwargs: Any + ) -> None: + """ + :keyword resource_id: The resource ID of the user assigned identity. + :paramtype resource_id: str + :keyword client_id: The client ID of the user assigned identity. + :paramtype client_id: str + :keyword object_id: The object ID of the user assigned identity. + :paramtype object_id: str + """ + super().__init__(**kwargs) + self.resource_id = resource_id + self.client_id = client_id + self.object_id = object_id + + +class ManagedClusterAddonProfileIdentity(UserAssignedIdentity): + """Information of user assigned identity used by this add-on. + + :ivar resource_id: The resource ID of the user assigned identity. + :vartype resource_id: str + :ivar client_id: The client ID of the user assigned identity. + :vartype client_id: str + :ivar object_id: The object ID of the user assigned identity. + :vartype object_id: str + """ + + _attribute_map = { + "resource_id": {"key": "resourceId", "type": "str"}, + "client_id": {"key": "clientId", "type": "str"}, + "object_id": {"key": "objectId", "type": "str"}, + } + + def __init__( + self, + *, + resource_id: Optional[str] = None, + client_id: Optional[str] = None, + object_id: Optional[str] = None, + **kwargs: Any + ) -> None: + """ + :keyword resource_id: The resource ID of the user assigned identity. + :paramtype resource_id: str + :keyword client_id: The client ID of the user assigned identity. + :paramtype client_id: str + :keyword object_id: The object ID of the user assigned identity. + :paramtype object_id: str + """ + super().__init__(resource_id=resource_id, client_id=client_id, object_id=object_id, **kwargs) + + +class ManagedClusterAgentPoolProfileProperties(_serialization.Model): # pylint: disable=too-many-instance-attributes + """Properties for the container service agent pool profile. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar count: Number of agents (VMs) to host docker containers. Allowed values must be in the + range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for + system pools. The default value is 1. + :vartype count: int + :ivar vm_size: VM size availability varies by region. If a node contains insufficient compute + resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted + VM sizes, see: https://docs.microsoft.com/azure/aks/quotas-skus-regions. + :vartype vm_size: str + :ivar os_disk_size_gb: OS Disk Size in GB to be used to specify the disk size for every machine + in the master/agent pool. If you specify 0, it will apply the default osDisk size according to + the vmSize specified. + :vartype os_disk_size_gb: int + :ivar os_disk_type: The default is 'Ephemeral' if the VM supports it and has a cache disk + larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed + after creation. For more information see `Ephemeral OS + `_. Known values are: + "Managed" and "Ephemeral". + :vartype os_disk_type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.OSDiskType + :ivar kubelet_disk_type: Determines the placement of emptyDir volumes, container runtime data + root, and Kubelet ephemeral storage. Known values are: "OS" and "Temporary". + :vartype kubelet_disk_type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.KubeletDiskType + :ivar workload_runtime: Determines the type of workload a node can run. Known values are: + "OCIContainer", "WasmWasi", and "KataMshvVmIsolation". + :vartype workload_runtime: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.WorkloadRuntime + :ivar message_of_the_day: A base64-encoded string which will be written to /etc/motd after + decoding. This allows customization of the message of the day for Linux nodes. It must not be + specified for Windows nodes. It must be a static string (i.e., will be printed raw and not be + executed as a script). + :vartype message_of_the_day: str + :ivar vnet_subnet_id: If this is not specified, a VNET and subnet will be generated and used. + If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just + nodes. This is of the form: + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}. + :vartype vnet_subnet_id: str + :ivar pod_subnet_id: If omitted, pod IPs are statically assigned on the node subnet (see + vnetSubnetID for more details). This is of the form: + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}. + :vartype pod_subnet_id: str + :ivar max_pods: The maximum number of pods that can run on a node. + :vartype max_pods: int + :ivar os_type: The operating system type. The default is Linux. Known values are: "Linux" and + "Windows". + :vartype os_type: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.OSType + :ivar os_sku: Specifies the OS SKU used by the agent pool. If not specified, the default is + Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be + changed to Windows2022 after Windows2019 is deprecated. Known values are: "Ubuntu", + "CBLMariner", "Mariner", "Windows2019", and "Windows2022". + :vartype os_sku: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.OSSKU + :ivar max_count: The maximum number of nodes for auto-scaling. + :vartype max_count: int + :ivar min_count: The minimum number of nodes for auto-scaling. + :vartype min_count: int + :ivar enable_auto_scaling: Whether to enable auto-scaler. + :vartype enable_auto_scaling: bool + :ivar scale_down_mode: This also effects the cluster autoscaler behavior. If not specified, it + defaults to Delete. Known values are: "Delete" and "Deallocate". + :vartype scale_down_mode: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ScaleDownMode + :ivar type: The type of Agent Pool. Known values are: "VirtualMachineScaleSets" and + "AvailabilitySet". + :vartype type: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolType + :ivar mode: A cluster must have at least one 'System' Agent Pool at all times. For additional + information on agent pool restrictions and best practices, see: + https://docs.microsoft.com/azure/aks/use-system-pools. Known values are: "System" and "User". + :vartype mode: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolMode + :ivar orchestrator_version: Both patch version and are + supported. When is specified, the latest supported patch version is chosen + automatically. Updating the agent pool with the same once it has been created + will not trigger an upgrade, even if a newer patch version is available. As a best practice, + you should upgrade all node pools in an AKS cluster to the same Kubernetes version. The node + pool version must have the same major version as the control plane. The node pool minor version + must be within two minor versions of the control plane version. The node pool version cannot be + greater than the control plane version. For more information see `upgrading a node pool + `_. + :vartype orchestrator_version: str + :ivar current_orchestrator_version: If orchestratorVersion was a fully specified version + , this field will be exactly equal to it. If orchestratorVersion was + , this field will contain the full version being used. + :vartype current_orchestrator_version: str + :ivar node_image_version: The version of node image. + :vartype node_image_version: str + :ivar upgrade_settings: Settings for upgrading the agentpool. + :vartype upgrade_settings: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolUpgradeSettings + :ivar provisioning_state: The current deployment or provisioning state. + :vartype provisioning_state: str + :ivar power_state: When an Agent Pool is first created it is initially Running. The Agent Pool + can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and + does not accrue billing charges. An Agent Pool can only be stopped if it is Running and + provisioning state is Succeeded. + :vartype power_state: ~azure.mgmt.containerservice.v2023_02_02_preview.models.PowerState + :ivar availability_zones: The list of Availability zones to use for nodes. This can only be + specified if the AgentPoolType property is 'VirtualMachineScaleSets'. + :vartype availability_zones: list[str] + :ivar enable_node_public_ip: Some scenarios may require nodes in a node pool to receive their + own dedicated public IP addresses. A common scenario is for gaming workloads, where a console + needs to make a direct connection to a cloud virtual machine to minimize hops. For more + information see `assigning a public IP per node + `_. + The default is false. + :vartype enable_node_public_ip: bool + :ivar enable_custom_ca_trust: When set to true, AKS adds a label to the node indicating that + the feature is enabled and deploys a daemonset along with host services to sync custom + certificate authorities from user-provided list of base64 encoded certificates into node trust + stores. Defaults to false. + :vartype enable_custom_ca_trust: bool + :ivar node_public_ip_prefix_id: This is of the form: + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName}. + :vartype node_public_ip_prefix_id: str + :ivar scale_set_priority: The Virtual Machine Scale Set priority. If not specified, the default + is 'Regular'. Known values are: "Spot" and "Regular". + :vartype scale_set_priority: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ScaleSetPriority + :ivar scale_set_eviction_policy: This cannot be specified unless the scaleSetPriority is + 'Spot'. If not specified, the default is 'Delete'. Known values are: "Delete" and "Deallocate". + :vartype scale_set_eviction_policy: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ScaleSetEvictionPolicy + :ivar spot_max_price: Possible values are any decimal value greater than zero or -1 which + indicates the willingness to pay any on-demand price. For more details on spot pricing, see + `spot VMs pricing `_. + :vartype spot_max_price: float + :ivar tags: The tags to be persisted on the agent pool virtual machine scale set. + :vartype tags: dict[str, str] + :ivar node_labels: The node labels to be persisted across all nodes in agent pool. + :vartype node_labels: dict[str, str] + :ivar node_taints: The taints added to new nodes during node pool create and scale. For + example, key=value:NoSchedule. + :vartype node_taints: list[str] + :ivar proximity_placement_group_id: The ID for Proximity Placement Group. + :vartype proximity_placement_group_id: str + :ivar kubelet_config: The Kubelet configuration on the agent pool nodes. + :vartype kubelet_config: ~azure.mgmt.containerservice.v2023_02_02_preview.models.KubeletConfig + :ivar linux_os_config: The OS configuration of Linux agent nodes. + :vartype linux_os_config: ~azure.mgmt.containerservice.v2023_02_02_preview.models.LinuxOSConfig + :ivar enable_encryption_at_host: This is only supported on certain VM sizes and in certain + Azure regions. For more information, see: + https://docs.microsoft.com/azure/aks/enable-host-encryption. + :vartype enable_encryption_at_host: bool + :ivar enable_ultra_ssd: Whether to enable UltraSSD. + :vartype enable_ultra_ssd: bool + :ivar enable_fips: See `Add a FIPS-enabled node pool + `_ + for more details. + :vartype enable_fips: bool + :ivar gpu_instance_profile: GPUInstanceProfile to be used to specify GPU MIG instance profile + for supported GPU VM SKU. Known values are: "MIG1g", "MIG2g", "MIG3g", "MIG4g", and "MIG7g". + :vartype gpu_instance_profile: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.GPUInstanceProfile + :ivar creation_data: CreationData to be used to specify the source Snapshot ID if the node pool + will be created/upgraded using a snapshot. + :vartype creation_data: ~azure.mgmt.containerservice.v2023_02_02_preview.models.CreationData + :ivar capacity_reservation_group_id: AKS will associate the specified agent pool with the + Capacity Reservation Group. + :vartype capacity_reservation_group_id: str + :ivar host_group_id: This is of the form: + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}. + For more information see `Azure dedicated hosts + `_. + :vartype host_group_id: str + :ivar windows_profile: The Windows agent pool's specific profile. + :vartype windows_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolWindowsProfile + :ivar network_profile: Network-related settings of an agent pool. + :vartype network_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolNetworkProfile + """ + + _validation = { + "os_disk_size_gb": {"maximum": 2048, "minimum": 0}, + "current_orchestrator_version": {"readonly": True}, + "node_image_version": {"readonly": True}, + "provisioning_state": {"readonly": True}, + } + + _attribute_map = { + "count": {"key": "count", "type": "int"}, + "vm_size": {"key": "vmSize", "type": "str"}, + "os_disk_size_gb": {"key": "osDiskSizeGB", "type": "int"}, + "os_disk_type": {"key": "osDiskType", "type": "str"}, + "kubelet_disk_type": {"key": "kubeletDiskType", "type": "str"}, + "workload_runtime": {"key": "workloadRuntime", "type": "str"}, + "message_of_the_day": {"key": "messageOfTheDay", "type": "str"}, + "vnet_subnet_id": {"key": "vnetSubnetID", "type": "str"}, + "pod_subnet_id": {"key": "podSubnetID", "type": "str"}, + "max_pods": {"key": "maxPods", "type": "int"}, + "os_type": {"key": "osType", "type": "str"}, + "os_sku": {"key": "osSKU", "type": "str"}, + "max_count": {"key": "maxCount", "type": "int"}, + "min_count": {"key": "minCount", "type": "int"}, + "enable_auto_scaling": {"key": "enableAutoScaling", "type": "bool"}, + "scale_down_mode": {"key": "scaleDownMode", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "mode": {"key": "mode", "type": "str"}, + "orchestrator_version": {"key": "orchestratorVersion", "type": "str"}, + "current_orchestrator_version": {"key": "currentOrchestratorVersion", "type": "str"}, + "node_image_version": {"key": "nodeImageVersion", "type": "str"}, + "upgrade_settings": {"key": "upgradeSettings", "type": "AgentPoolUpgradeSettings"}, + "provisioning_state": {"key": "provisioningState", "type": "str"}, + "power_state": {"key": "powerState", "type": "PowerState"}, + "availability_zones": {"key": "availabilityZones", "type": "[str]"}, + "enable_node_public_ip": {"key": "enableNodePublicIP", "type": "bool"}, + "enable_custom_ca_trust": {"key": "enableCustomCATrust", "type": "bool"}, + "node_public_ip_prefix_id": {"key": "nodePublicIPPrefixID", "type": "str"}, + "scale_set_priority": {"key": "scaleSetPriority", "type": "str"}, + "scale_set_eviction_policy": {"key": "scaleSetEvictionPolicy", "type": "str"}, + "spot_max_price": {"key": "spotMaxPrice", "type": "float"}, + "tags": {"key": "tags", "type": "{str}"}, + "node_labels": {"key": "nodeLabels", "type": "{str}"}, + "node_taints": {"key": "nodeTaints", "type": "[str]"}, + "proximity_placement_group_id": {"key": "proximityPlacementGroupID", "type": "str"}, + "kubelet_config": {"key": "kubeletConfig", "type": "KubeletConfig"}, + "linux_os_config": {"key": "linuxOSConfig", "type": "LinuxOSConfig"}, + "enable_encryption_at_host": {"key": "enableEncryptionAtHost", "type": "bool"}, + "enable_ultra_ssd": {"key": "enableUltraSSD", "type": "bool"}, + "enable_fips": {"key": "enableFIPS", "type": "bool"}, + "gpu_instance_profile": {"key": "gpuInstanceProfile", "type": "str"}, + "creation_data": {"key": "creationData", "type": "CreationData"}, + "capacity_reservation_group_id": {"key": "capacityReservationGroupID", "type": "str"}, + "host_group_id": {"key": "hostGroupID", "type": "str"}, + "windows_profile": {"key": "windowsProfile", "type": "AgentPoolWindowsProfile"}, + "network_profile": {"key": "networkProfile", "type": "AgentPoolNetworkProfile"}, + } + + def __init__( # pylint: disable=too-many-locals + self, + *, + count: Optional[int] = None, + vm_size: Optional[str] = None, + os_disk_size_gb: Optional[int] = None, + os_disk_type: Optional[Union[str, "_models.OSDiskType"]] = None, + kubelet_disk_type: Optional[Union[str, "_models.KubeletDiskType"]] = None, + workload_runtime: Optional[Union[str, "_models.WorkloadRuntime"]] = None, + message_of_the_day: Optional[str] = None, + vnet_subnet_id: Optional[str] = None, + pod_subnet_id: Optional[str] = None, + max_pods: Optional[int] = None, + os_type: Union[str, "_models.OSType"] = "Linux", + os_sku: Optional[Union[str, "_models.OSSKU"]] = None, + max_count: Optional[int] = None, + min_count: Optional[int] = None, + enable_auto_scaling: Optional[bool] = None, + scale_down_mode: Optional[Union[str, "_models.ScaleDownMode"]] = None, + type: Optional[Union[str, "_models.AgentPoolType"]] = None, + mode: Optional[Union[str, "_models.AgentPoolMode"]] = None, + orchestrator_version: Optional[str] = None, + upgrade_settings: Optional["_models.AgentPoolUpgradeSettings"] = None, + power_state: Optional["_models.PowerState"] = None, + availability_zones: Optional[List[str]] = None, + enable_node_public_ip: Optional[bool] = None, + enable_custom_ca_trust: Optional[bool] = None, + node_public_ip_prefix_id: Optional[str] = None, + scale_set_priority: Union[str, "_models.ScaleSetPriority"] = "Regular", + scale_set_eviction_policy: Union[str, "_models.ScaleSetEvictionPolicy"] = "Delete", + spot_max_price: float = -1, + tags: Optional[Dict[str, str]] = None, + node_labels: Optional[Dict[str, str]] = None, + node_taints: Optional[List[str]] = None, + proximity_placement_group_id: Optional[str] = None, + kubelet_config: Optional["_models.KubeletConfig"] = None, + linux_os_config: Optional["_models.LinuxOSConfig"] = None, + enable_encryption_at_host: Optional[bool] = None, + enable_ultra_ssd: Optional[bool] = None, + enable_fips: Optional[bool] = None, + gpu_instance_profile: Optional[Union[str, "_models.GPUInstanceProfile"]] = None, + creation_data: Optional["_models.CreationData"] = None, + capacity_reservation_group_id: Optional[str] = None, + host_group_id: Optional[str] = None, + windows_profile: Optional["_models.AgentPoolWindowsProfile"] = None, + network_profile: Optional["_models.AgentPoolNetworkProfile"] = None, + **kwargs: Any + ) -> None: + """ + :keyword count: Number of agents (VMs) to host docker containers. Allowed values must be in the + range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for + system pools. The default value is 1. + :paramtype count: int + :keyword vm_size: VM size availability varies by region. If a node contains insufficient + compute resources (memory, cpu, etc) pods might fail to run correctly. For more details on + restricted VM sizes, see: https://docs.microsoft.com/azure/aks/quotas-skus-regions. + :paramtype vm_size: str + :keyword os_disk_size_gb: OS Disk Size in GB to be used to specify the disk size for every + machine in the master/agent pool. If you specify 0, it will apply the default osDisk size + according to the vmSize specified. + :paramtype os_disk_size_gb: int + :keyword os_disk_type: The default is 'Ephemeral' if the VM supports it and has a cache disk + larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed + after creation. For more information see `Ephemeral OS + `_. Known values are: + "Managed" and "Ephemeral". + :paramtype os_disk_type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.OSDiskType + :keyword kubelet_disk_type: Determines the placement of emptyDir volumes, container runtime + data root, and Kubelet ephemeral storage. Known values are: "OS" and "Temporary". + :paramtype kubelet_disk_type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.KubeletDiskType + :keyword workload_runtime: Determines the type of workload a node can run. Known values are: + "OCIContainer", "WasmWasi", and "KataMshvVmIsolation". + :paramtype workload_runtime: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.WorkloadRuntime + :keyword message_of_the_day: A base64-encoded string which will be written to /etc/motd after + decoding. This allows customization of the message of the day for Linux nodes. It must not be + specified for Windows nodes. It must be a static string (i.e., will be printed raw and not be + executed as a script). + :paramtype message_of_the_day: str + :keyword vnet_subnet_id: If this is not specified, a VNET and subnet will be generated and + used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to + just nodes. This is of the form: + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}. + :paramtype vnet_subnet_id: str + :keyword pod_subnet_id: If omitted, pod IPs are statically assigned on the node subnet (see + vnetSubnetID for more details). This is of the form: + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}. + :paramtype pod_subnet_id: str + :keyword max_pods: The maximum number of pods that can run on a node. + :paramtype max_pods: int + :keyword os_type: The operating system type. The default is Linux. Known values are: "Linux" + and "Windows". + :paramtype os_type: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.OSType + :keyword os_sku: Specifies the OS SKU used by the agent pool. If not specified, the default is + Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be + changed to Windows2022 after Windows2019 is deprecated. Known values are: "Ubuntu", + "CBLMariner", "Mariner", "Windows2019", and "Windows2022". + :paramtype os_sku: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.OSSKU + :keyword max_count: The maximum number of nodes for auto-scaling. + :paramtype max_count: int + :keyword min_count: The minimum number of nodes for auto-scaling. + :paramtype min_count: int + :keyword enable_auto_scaling: Whether to enable auto-scaler. + :paramtype enable_auto_scaling: bool + :keyword scale_down_mode: This also effects the cluster autoscaler behavior. If not specified, + it defaults to Delete. Known values are: "Delete" and "Deallocate". + :paramtype scale_down_mode: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ScaleDownMode + :keyword type: The type of Agent Pool. Known values are: "VirtualMachineScaleSets" and + "AvailabilitySet". + :paramtype type: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolType + :keyword mode: A cluster must have at least one 'System' Agent Pool at all times. For + additional information on agent pool restrictions and best practices, see: + https://docs.microsoft.com/azure/aks/use-system-pools. Known values are: "System" and "User". + :paramtype mode: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolMode + :keyword orchestrator_version: Both patch version and are + supported. When is specified, the latest supported patch version is chosen + automatically. Updating the agent pool with the same once it has been created + will not trigger an upgrade, even if a newer patch version is available. As a best practice, + you should upgrade all node pools in an AKS cluster to the same Kubernetes version. The node + pool version must have the same major version as the control plane. The node pool minor version + must be within two minor versions of the control plane version. The node pool version cannot be + greater than the control plane version. For more information see `upgrading a node pool + `_. + :paramtype orchestrator_version: str + :keyword upgrade_settings: Settings for upgrading the agentpool. + :paramtype upgrade_settings: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolUpgradeSettings + :keyword power_state: When an Agent Pool is first created it is initially Running. The Agent + Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs + and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and + provisioning state is Succeeded. + :paramtype power_state: ~azure.mgmt.containerservice.v2023_02_02_preview.models.PowerState + :keyword availability_zones: The list of Availability zones to use for nodes. This can only be + specified if the AgentPoolType property is 'VirtualMachineScaleSets'. + :paramtype availability_zones: list[str] + :keyword enable_node_public_ip: Some scenarios may require nodes in a node pool to receive + their own dedicated public IP addresses. A common scenario is for gaming workloads, where a + console needs to make a direct connection to a cloud virtual machine to minimize hops. For more + information see `assigning a public IP per node + `_. + The default is false. + :paramtype enable_node_public_ip: bool + :keyword enable_custom_ca_trust: When set to true, AKS adds a label to the node indicating that + the feature is enabled and deploys a daemonset along with host services to sync custom + certificate authorities from user-provided list of base64 encoded certificates into node trust + stores. Defaults to false. + :paramtype enable_custom_ca_trust: bool + :keyword node_public_ip_prefix_id: This is of the form: + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName}. + :paramtype node_public_ip_prefix_id: str + :keyword scale_set_priority: The Virtual Machine Scale Set priority. If not specified, the + default is 'Regular'. Known values are: "Spot" and "Regular". + :paramtype scale_set_priority: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ScaleSetPriority + :keyword scale_set_eviction_policy: This cannot be specified unless the scaleSetPriority is + 'Spot'. If not specified, the default is 'Delete'. Known values are: "Delete" and "Deallocate". + :paramtype scale_set_eviction_policy: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ScaleSetEvictionPolicy + :keyword spot_max_price: Possible values are any decimal value greater than zero or -1 which + indicates the willingness to pay any on-demand price. For more details on spot pricing, see + `spot VMs pricing `_. + :paramtype spot_max_price: float + :keyword tags: The tags to be persisted on the agent pool virtual machine scale set. + :paramtype tags: dict[str, str] + :keyword node_labels: The node labels to be persisted across all nodes in agent pool. + :paramtype node_labels: dict[str, str] + :keyword node_taints: The taints added to new nodes during node pool create and scale. For + example, key=value:NoSchedule. + :paramtype node_taints: list[str] + :keyword proximity_placement_group_id: The ID for Proximity Placement Group. + :paramtype proximity_placement_group_id: str + :keyword kubelet_config: The Kubelet configuration on the agent pool nodes. + :paramtype kubelet_config: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.KubeletConfig + :keyword linux_os_config: The OS configuration of Linux agent nodes. + :paramtype linux_os_config: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.LinuxOSConfig + :keyword enable_encryption_at_host: This is only supported on certain VM sizes and in certain + Azure regions. For more information, see: + https://docs.microsoft.com/azure/aks/enable-host-encryption. + :paramtype enable_encryption_at_host: bool + :keyword enable_ultra_ssd: Whether to enable UltraSSD. + :paramtype enable_ultra_ssd: bool + :keyword enable_fips: See `Add a FIPS-enabled node pool + `_ + for more details. + :paramtype enable_fips: bool + :keyword gpu_instance_profile: GPUInstanceProfile to be used to specify GPU MIG instance + profile for supported GPU VM SKU. Known values are: "MIG1g", "MIG2g", "MIG3g", "MIG4g", and + "MIG7g". + :paramtype gpu_instance_profile: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.GPUInstanceProfile + :keyword creation_data: CreationData to be used to specify the source Snapshot ID if the node + pool will be created/upgraded using a snapshot. + :paramtype creation_data: ~azure.mgmt.containerservice.v2023_02_02_preview.models.CreationData + :keyword capacity_reservation_group_id: AKS will associate the specified agent pool with the + Capacity Reservation Group. + :paramtype capacity_reservation_group_id: str + :keyword host_group_id: This is of the form: + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}. + For more information see `Azure dedicated hosts + `_. + :paramtype host_group_id: str + :keyword windows_profile: The Windows agent pool's specific profile. + :paramtype windows_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolWindowsProfile + :keyword network_profile: Network-related settings of an agent pool. + :paramtype network_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolNetworkProfile + """ + super().__init__(**kwargs) + self.count = count + self.vm_size = vm_size + self.os_disk_size_gb = os_disk_size_gb + self.os_disk_type = os_disk_type + self.kubelet_disk_type = kubelet_disk_type + self.workload_runtime = workload_runtime + self.message_of_the_day = message_of_the_day + self.vnet_subnet_id = vnet_subnet_id + self.pod_subnet_id = pod_subnet_id + self.max_pods = max_pods + self.os_type = os_type + self.os_sku = os_sku + self.max_count = max_count + self.min_count = min_count + self.enable_auto_scaling = enable_auto_scaling + self.scale_down_mode = scale_down_mode + self.type = type + self.mode = mode + self.orchestrator_version = orchestrator_version + self.current_orchestrator_version = None + self.node_image_version = None + self.upgrade_settings = upgrade_settings + self.provisioning_state = None + self.power_state = power_state + self.availability_zones = availability_zones + self.enable_node_public_ip = enable_node_public_ip + self.enable_custom_ca_trust = enable_custom_ca_trust + self.node_public_ip_prefix_id = node_public_ip_prefix_id + self.scale_set_priority = scale_set_priority + self.scale_set_eviction_policy = scale_set_eviction_policy + self.spot_max_price = spot_max_price + self.tags = tags + self.node_labels = node_labels + self.node_taints = node_taints + self.proximity_placement_group_id = proximity_placement_group_id + self.kubelet_config = kubelet_config + self.linux_os_config = linux_os_config + self.enable_encryption_at_host = enable_encryption_at_host + self.enable_ultra_ssd = enable_ultra_ssd + self.enable_fips = enable_fips + self.gpu_instance_profile = gpu_instance_profile + self.creation_data = creation_data + self.capacity_reservation_group_id = capacity_reservation_group_id + self.host_group_id = host_group_id + self.windows_profile = windows_profile + self.network_profile = network_profile + + +class ManagedClusterAgentPoolProfile( + ManagedClusterAgentPoolProfileProperties +): # pylint: disable=too-many-instance-attributes + """Profile for the container service agent pool. + + 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 count: Number of agents (VMs) to host docker containers. Allowed values must be in the + range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for + system pools. The default value is 1. + :vartype count: int + :ivar vm_size: VM size availability varies by region. If a node contains insufficient compute + resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted + VM sizes, see: https://docs.microsoft.com/azure/aks/quotas-skus-regions. + :vartype vm_size: str + :ivar os_disk_size_gb: OS Disk Size in GB to be used to specify the disk size for every machine + in the master/agent pool. If you specify 0, it will apply the default osDisk size according to + the vmSize specified. + :vartype os_disk_size_gb: int + :ivar os_disk_type: The default is 'Ephemeral' if the VM supports it and has a cache disk + larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed + after creation. For more information see `Ephemeral OS + `_. Known values are: + "Managed" and "Ephemeral". + :vartype os_disk_type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.OSDiskType + :ivar kubelet_disk_type: Determines the placement of emptyDir volumes, container runtime data + root, and Kubelet ephemeral storage. Known values are: "OS" and "Temporary". + :vartype kubelet_disk_type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.KubeletDiskType + :ivar workload_runtime: Determines the type of workload a node can run. Known values are: + "OCIContainer", "WasmWasi", and "KataMshvVmIsolation". + :vartype workload_runtime: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.WorkloadRuntime + :ivar message_of_the_day: A base64-encoded string which will be written to /etc/motd after + decoding. This allows customization of the message of the day for Linux nodes. It must not be + specified for Windows nodes. It must be a static string (i.e., will be printed raw and not be + executed as a script). + :vartype message_of_the_day: str + :ivar vnet_subnet_id: If this is not specified, a VNET and subnet will be generated and used. + If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just + nodes. This is of the form: + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}. + :vartype vnet_subnet_id: str + :ivar pod_subnet_id: If omitted, pod IPs are statically assigned on the node subnet (see + vnetSubnetID for more details). This is of the form: + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}. + :vartype pod_subnet_id: str + :ivar max_pods: The maximum number of pods that can run on a node. + :vartype max_pods: int + :ivar os_type: The operating system type. The default is Linux. Known values are: "Linux" and + "Windows". + :vartype os_type: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.OSType + :ivar os_sku: Specifies the OS SKU used by the agent pool. If not specified, the default is + Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be + changed to Windows2022 after Windows2019 is deprecated. Known values are: "Ubuntu", + "CBLMariner", "Mariner", "Windows2019", and "Windows2022". + :vartype os_sku: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.OSSKU + :ivar max_count: The maximum number of nodes for auto-scaling. + :vartype max_count: int + :ivar min_count: The minimum number of nodes for auto-scaling. + :vartype min_count: int + :ivar enable_auto_scaling: Whether to enable auto-scaler. + :vartype enable_auto_scaling: bool + :ivar scale_down_mode: This also effects the cluster autoscaler behavior. If not specified, it + defaults to Delete. Known values are: "Delete" and "Deallocate". + :vartype scale_down_mode: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ScaleDownMode + :ivar type: The type of Agent Pool. Known values are: "VirtualMachineScaleSets" and + "AvailabilitySet". + :vartype type: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolType + :ivar mode: A cluster must have at least one 'System' Agent Pool at all times. For additional + information on agent pool restrictions and best practices, see: + https://docs.microsoft.com/azure/aks/use-system-pools. Known values are: "System" and "User". + :vartype mode: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolMode + :ivar orchestrator_version: Both patch version and are + supported. When is specified, the latest supported patch version is chosen + automatically. Updating the agent pool with the same once it has been created + will not trigger an upgrade, even if a newer patch version is available. As a best practice, + you should upgrade all node pools in an AKS cluster to the same Kubernetes version. The node + pool version must have the same major version as the control plane. The node pool minor version + must be within two minor versions of the control plane version. The node pool version cannot be + greater than the control plane version. For more information see `upgrading a node pool + `_. + :vartype orchestrator_version: str + :ivar current_orchestrator_version: If orchestratorVersion was a fully specified version + , this field will be exactly equal to it. If orchestratorVersion was + , this field will contain the full version being used. + :vartype current_orchestrator_version: str + :ivar node_image_version: The version of node image. + :vartype node_image_version: str + :ivar upgrade_settings: Settings for upgrading the agentpool. + :vartype upgrade_settings: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolUpgradeSettings + :ivar provisioning_state: The current deployment or provisioning state. + :vartype provisioning_state: str + :ivar power_state: When an Agent Pool is first created it is initially Running. The Agent Pool + can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and + does not accrue billing charges. An Agent Pool can only be stopped if it is Running and + provisioning state is Succeeded. + :vartype power_state: ~azure.mgmt.containerservice.v2023_02_02_preview.models.PowerState + :ivar availability_zones: The list of Availability zones to use for nodes. This can only be + specified if the AgentPoolType property is 'VirtualMachineScaleSets'. + :vartype availability_zones: list[str] + :ivar enable_node_public_ip: Some scenarios may require nodes in a node pool to receive their + own dedicated public IP addresses. A common scenario is for gaming workloads, where a console + needs to make a direct connection to a cloud virtual machine to minimize hops. For more + information see `assigning a public IP per node + `_. + The default is false. + :vartype enable_node_public_ip: bool + :ivar enable_custom_ca_trust: When set to true, AKS adds a label to the node indicating that + the feature is enabled and deploys a daemonset along with host services to sync custom + certificate authorities from user-provided list of base64 encoded certificates into node trust + stores. Defaults to false. + :vartype enable_custom_ca_trust: bool + :ivar node_public_ip_prefix_id: This is of the form: + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName}. + :vartype node_public_ip_prefix_id: str + :ivar scale_set_priority: The Virtual Machine Scale Set priority. If not specified, the default + is 'Regular'. Known values are: "Spot" and "Regular". + :vartype scale_set_priority: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ScaleSetPriority + :ivar scale_set_eviction_policy: This cannot be specified unless the scaleSetPriority is + 'Spot'. If not specified, the default is 'Delete'. Known values are: "Delete" and "Deallocate". + :vartype scale_set_eviction_policy: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ScaleSetEvictionPolicy + :ivar spot_max_price: Possible values are any decimal value greater than zero or -1 which + indicates the willingness to pay any on-demand price. For more details on spot pricing, see + `spot VMs pricing `_. + :vartype spot_max_price: float + :ivar tags: The tags to be persisted on the agent pool virtual machine scale set. + :vartype tags: dict[str, str] + :ivar node_labels: The node labels to be persisted across all nodes in agent pool. + :vartype node_labels: dict[str, str] + :ivar node_taints: The taints added to new nodes during node pool create and scale. For + example, key=value:NoSchedule. + :vartype node_taints: list[str] + :ivar proximity_placement_group_id: The ID for Proximity Placement Group. + :vartype proximity_placement_group_id: str + :ivar kubelet_config: The Kubelet configuration on the agent pool nodes. + :vartype kubelet_config: ~azure.mgmt.containerservice.v2023_02_02_preview.models.KubeletConfig + :ivar linux_os_config: The OS configuration of Linux agent nodes. + :vartype linux_os_config: ~azure.mgmt.containerservice.v2023_02_02_preview.models.LinuxOSConfig + :ivar enable_encryption_at_host: This is only supported on certain VM sizes and in certain + Azure regions. For more information, see: + https://docs.microsoft.com/azure/aks/enable-host-encryption. + :vartype enable_encryption_at_host: bool + :ivar enable_ultra_ssd: Whether to enable UltraSSD. + :vartype enable_ultra_ssd: bool + :ivar enable_fips: See `Add a FIPS-enabled node pool + `_ + for more details. + :vartype enable_fips: bool + :ivar gpu_instance_profile: GPUInstanceProfile to be used to specify GPU MIG instance profile + for supported GPU VM SKU. Known values are: "MIG1g", "MIG2g", "MIG3g", "MIG4g", and "MIG7g". + :vartype gpu_instance_profile: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.GPUInstanceProfile + :ivar creation_data: CreationData to be used to specify the source Snapshot ID if the node pool + will be created/upgraded using a snapshot. + :vartype creation_data: ~azure.mgmt.containerservice.v2023_02_02_preview.models.CreationData + :ivar capacity_reservation_group_id: AKS will associate the specified agent pool with the + Capacity Reservation Group. + :vartype capacity_reservation_group_id: str + :ivar host_group_id: This is of the form: + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}. + For more information see `Azure dedicated hosts + `_. + :vartype host_group_id: str + :ivar windows_profile: The Windows agent pool's specific profile. + :vartype windows_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolWindowsProfile + :ivar network_profile: Network-related settings of an agent pool. + :vartype network_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolNetworkProfile + :ivar name: Windows agent pool names must be 6 characters or less. Required. + :vartype name: str + """ + + _validation = { + "os_disk_size_gb": {"maximum": 2048, "minimum": 0}, + "current_orchestrator_version": {"readonly": True}, + "node_image_version": {"readonly": True}, + "provisioning_state": {"readonly": True}, + "name": {"required": True, "pattern": r"^[a-z][a-z0-9]{0,11}$"}, + } + + _attribute_map = { + "count": {"key": "count", "type": "int"}, + "vm_size": {"key": "vmSize", "type": "str"}, + "os_disk_size_gb": {"key": "osDiskSizeGB", "type": "int"}, + "os_disk_type": {"key": "osDiskType", "type": "str"}, + "kubelet_disk_type": {"key": "kubeletDiskType", "type": "str"}, + "workload_runtime": {"key": "workloadRuntime", "type": "str"}, + "message_of_the_day": {"key": "messageOfTheDay", "type": "str"}, + "vnet_subnet_id": {"key": "vnetSubnetID", "type": "str"}, + "pod_subnet_id": {"key": "podSubnetID", "type": "str"}, + "max_pods": {"key": "maxPods", "type": "int"}, + "os_type": {"key": "osType", "type": "str"}, + "os_sku": {"key": "osSKU", "type": "str"}, + "max_count": {"key": "maxCount", "type": "int"}, + "min_count": {"key": "minCount", "type": "int"}, + "enable_auto_scaling": {"key": "enableAutoScaling", "type": "bool"}, + "scale_down_mode": {"key": "scaleDownMode", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "mode": {"key": "mode", "type": "str"}, + "orchestrator_version": {"key": "orchestratorVersion", "type": "str"}, + "current_orchestrator_version": {"key": "currentOrchestratorVersion", "type": "str"}, + "node_image_version": {"key": "nodeImageVersion", "type": "str"}, + "upgrade_settings": {"key": "upgradeSettings", "type": "AgentPoolUpgradeSettings"}, + "provisioning_state": {"key": "provisioningState", "type": "str"}, + "power_state": {"key": "powerState", "type": "PowerState"}, + "availability_zones": {"key": "availabilityZones", "type": "[str]"}, + "enable_node_public_ip": {"key": "enableNodePublicIP", "type": "bool"}, + "enable_custom_ca_trust": {"key": "enableCustomCATrust", "type": "bool"}, + "node_public_ip_prefix_id": {"key": "nodePublicIPPrefixID", "type": "str"}, + "scale_set_priority": {"key": "scaleSetPriority", "type": "str"}, + "scale_set_eviction_policy": {"key": "scaleSetEvictionPolicy", "type": "str"}, + "spot_max_price": {"key": "spotMaxPrice", "type": "float"}, + "tags": {"key": "tags", "type": "{str}"}, + "node_labels": {"key": "nodeLabels", "type": "{str}"}, + "node_taints": {"key": "nodeTaints", "type": "[str]"}, + "proximity_placement_group_id": {"key": "proximityPlacementGroupID", "type": "str"}, + "kubelet_config": {"key": "kubeletConfig", "type": "KubeletConfig"}, + "linux_os_config": {"key": "linuxOSConfig", "type": "LinuxOSConfig"}, + "enable_encryption_at_host": {"key": "enableEncryptionAtHost", "type": "bool"}, + "enable_ultra_ssd": {"key": "enableUltraSSD", "type": "bool"}, + "enable_fips": {"key": "enableFIPS", "type": "bool"}, + "gpu_instance_profile": {"key": "gpuInstanceProfile", "type": "str"}, + "creation_data": {"key": "creationData", "type": "CreationData"}, + "capacity_reservation_group_id": {"key": "capacityReservationGroupID", "type": "str"}, + "host_group_id": {"key": "hostGroupID", "type": "str"}, + "windows_profile": {"key": "windowsProfile", "type": "AgentPoolWindowsProfile"}, + "network_profile": {"key": "networkProfile", "type": "AgentPoolNetworkProfile"}, + "name": {"key": "name", "type": "str"}, + } + + def __init__( # pylint: disable=too-many-locals + self, + *, + name: str, + count: Optional[int] = None, + vm_size: Optional[str] = None, + os_disk_size_gb: Optional[int] = None, + os_disk_type: Optional[Union[str, "_models.OSDiskType"]] = None, + kubelet_disk_type: Optional[Union[str, "_models.KubeletDiskType"]] = None, + workload_runtime: Optional[Union[str, "_models.WorkloadRuntime"]] = None, + message_of_the_day: Optional[str] = None, + vnet_subnet_id: Optional[str] = None, + pod_subnet_id: Optional[str] = None, + max_pods: Optional[int] = None, + os_type: Union[str, "_models.OSType"] = "Linux", + os_sku: Optional[Union[str, "_models.OSSKU"]] = None, + max_count: Optional[int] = None, + min_count: Optional[int] = None, + enable_auto_scaling: Optional[bool] = None, + scale_down_mode: Optional[Union[str, "_models.ScaleDownMode"]] = None, + type: Optional[Union[str, "_models.AgentPoolType"]] = None, + mode: Optional[Union[str, "_models.AgentPoolMode"]] = None, + orchestrator_version: Optional[str] = None, + upgrade_settings: Optional["_models.AgentPoolUpgradeSettings"] = None, + power_state: Optional["_models.PowerState"] = None, + availability_zones: Optional[List[str]] = None, + enable_node_public_ip: Optional[bool] = None, + enable_custom_ca_trust: Optional[bool] = None, + node_public_ip_prefix_id: Optional[str] = None, + scale_set_priority: Union[str, "_models.ScaleSetPriority"] = "Regular", + scale_set_eviction_policy: Union[str, "_models.ScaleSetEvictionPolicy"] = "Delete", + spot_max_price: float = -1, + tags: Optional[Dict[str, str]] = None, + node_labels: Optional[Dict[str, str]] = None, + node_taints: Optional[List[str]] = None, + proximity_placement_group_id: Optional[str] = None, + kubelet_config: Optional["_models.KubeletConfig"] = None, + linux_os_config: Optional["_models.LinuxOSConfig"] = None, + enable_encryption_at_host: Optional[bool] = None, + enable_ultra_ssd: Optional[bool] = None, + enable_fips: Optional[bool] = None, + gpu_instance_profile: Optional[Union[str, "_models.GPUInstanceProfile"]] = None, + creation_data: Optional["_models.CreationData"] = None, + capacity_reservation_group_id: Optional[str] = None, + host_group_id: Optional[str] = None, + windows_profile: Optional["_models.AgentPoolWindowsProfile"] = None, + network_profile: Optional["_models.AgentPoolNetworkProfile"] = None, + **kwargs: Any + ) -> None: + """ + :keyword count: Number of agents (VMs) to host docker containers. Allowed values must be in the + range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for + system pools. The default value is 1. + :paramtype count: int + :keyword vm_size: VM size availability varies by region. If a node contains insufficient + compute resources (memory, cpu, etc) pods might fail to run correctly. For more details on + restricted VM sizes, see: https://docs.microsoft.com/azure/aks/quotas-skus-regions. + :paramtype vm_size: str + :keyword os_disk_size_gb: OS Disk Size in GB to be used to specify the disk size for every + machine in the master/agent pool. If you specify 0, it will apply the default osDisk size + according to the vmSize specified. + :paramtype os_disk_size_gb: int + :keyword os_disk_type: The default is 'Ephemeral' if the VM supports it and has a cache disk + larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed + after creation. For more information see `Ephemeral OS + `_. Known values are: + "Managed" and "Ephemeral". + :paramtype os_disk_type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.OSDiskType + :keyword kubelet_disk_type: Determines the placement of emptyDir volumes, container runtime + data root, and Kubelet ephemeral storage. Known values are: "OS" and "Temporary". + :paramtype kubelet_disk_type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.KubeletDiskType + :keyword workload_runtime: Determines the type of workload a node can run. Known values are: + "OCIContainer", "WasmWasi", and "KataMshvVmIsolation". + :paramtype workload_runtime: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.WorkloadRuntime + :keyword message_of_the_day: A base64-encoded string which will be written to /etc/motd after + decoding. This allows customization of the message of the day for Linux nodes. It must not be + specified for Windows nodes. It must be a static string (i.e., will be printed raw and not be + executed as a script). + :paramtype message_of_the_day: str + :keyword vnet_subnet_id: If this is not specified, a VNET and subnet will be generated and + used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to + just nodes. This is of the form: + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}. + :paramtype vnet_subnet_id: str + :keyword pod_subnet_id: If omitted, pod IPs are statically assigned on the node subnet (see + vnetSubnetID for more details). This is of the form: + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}. + :paramtype pod_subnet_id: str + :keyword max_pods: The maximum number of pods that can run on a node. + :paramtype max_pods: int + :keyword os_type: The operating system type. The default is Linux. Known values are: "Linux" + and "Windows". + :paramtype os_type: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.OSType + :keyword os_sku: Specifies the OS SKU used by the agent pool. If not specified, the default is + Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be + changed to Windows2022 after Windows2019 is deprecated. Known values are: "Ubuntu", + "CBLMariner", "Mariner", "Windows2019", and "Windows2022". + :paramtype os_sku: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.OSSKU + :keyword max_count: The maximum number of nodes for auto-scaling. + :paramtype max_count: int + :keyword min_count: The minimum number of nodes for auto-scaling. + :paramtype min_count: int + :keyword enable_auto_scaling: Whether to enable auto-scaler. + :paramtype enable_auto_scaling: bool + :keyword scale_down_mode: This also effects the cluster autoscaler behavior. If not specified, + it defaults to Delete. Known values are: "Delete" and "Deallocate". + :paramtype scale_down_mode: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ScaleDownMode + :keyword type: The type of Agent Pool. Known values are: "VirtualMachineScaleSets" and + "AvailabilitySet". + :paramtype type: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolType + :keyword mode: A cluster must have at least one 'System' Agent Pool at all times. For + additional information on agent pool restrictions and best practices, see: + https://docs.microsoft.com/azure/aks/use-system-pools. Known values are: "System" and "User". + :paramtype mode: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolMode + :keyword orchestrator_version: Both patch version and are + supported. When is specified, the latest supported patch version is chosen + automatically. Updating the agent pool with the same once it has been created + will not trigger an upgrade, even if a newer patch version is available. As a best practice, + you should upgrade all node pools in an AKS cluster to the same Kubernetes version. The node + pool version must have the same major version as the control plane. The node pool minor version + must be within two minor versions of the control plane version. The node pool version cannot be + greater than the control plane version. For more information see `upgrading a node pool + `_. + :paramtype orchestrator_version: str + :keyword upgrade_settings: Settings for upgrading the agentpool. + :paramtype upgrade_settings: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolUpgradeSettings + :keyword power_state: When an Agent Pool is first created it is initially Running. The Agent + Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs + and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and + provisioning state is Succeeded. + :paramtype power_state: ~azure.mgmt.containerservice.v2023_02_02_preview.models.PowerState + :keyword availability_zones: The list of Availability zones to use for nodes. This can only be + specified if the AgentPoolType property is 'VirtualMachineScaleSets'. + :paramtype availability_zones: list[str] + :keyword enable_node_public_ip: Some scenarios may require nodes in a node pool to receive + their own dedicated public IP addresses. A common scenario is for gaming workloads, where a + console needs to make a direct connection to a cloud virtual machine to minimize hops. For more + information see `assigning a public IP per node + `_. + The default is false. + :paramtype enable_node_public_ip: bool + :keyword enable_custom_ca_trust: When set to true, AKS adds a label to the node indicating that + the feature is enabled and deploys a daemonset along with host services to sync custom + certificate authorities from user-provided list of base64 encoded certificates into node trust + stores. Defaults to false. + :paramtype enable_custom_ca_trust: bool + :keyword node_public_ip_prefix_id: This is of the form: + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName}. + :paramtype node_public_ip_prefix_id: str + :keyword scale_set_priority: The Virtual Machine Scale Set priority. If not specified, the + default is 'Regular'. Known values are: "Spot" and "Regular". + :paramtype scale_set_priority: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ScaleSetPriority + :keyword scale_set_eviction_policy: This cannot be specified unless the scaleSetPriority is + 'Spot'. If not specified, the default is 'Delete'. Known values are: "Delete" and "Deallocate". + :paramtype scale_set_eviction_policy: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ScaleSetEvictionPolicy + :keyword spot_max_price: Possible values are any decimal value greater than zero or -1 which + indicates the willingness to pay any on-demand price. For more details on spot pricing, see + `spot VMs pricing `_. + :paramtype spot_max_price: float + :keyword tags: The tags to be persisted on the agent pool virtual machine scale set. + :paramtype tags: dict[str, str] + :keyword node_labels: The node labels to be persisted across all nodes in agent pool. + :paramtype node_labels: dict[str, str] + :keyword node_taints: The taints added to new nodes during node pool create and scale. For + example, key=value:NoSchedule. + :paramtype node_taints: list[str] + :keyword proximity_placement_group_id: The ID for Proximity Placement Group. + :paramtype proximity_placement_group_id: str + :keyword kubelet_config: The Kubelet configuration on the agent pool nodes. + :paramtype kubelet_config: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.KubeletConfig + :keyword linux_os_config: The OS configuration of Linux agent nodes. + :paramtype linux_os_config: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.LinuxOSConfig + :keyword enable_encryption_at_host: This is only supported on certain VM sizes and in certain + Azure regions. For more information, see: + https://docs.microsoft.com/azure/aks/enable-host-encryption. + :paramtype enable_encryption_at_host: bool + :keyword enable_ultra_ssd: Whether to enable UltraSSD. + :paramtype enable_ultra_ssd: bool + :keyword enable_fips: See `Add a FIPS-enabled node pool + `_ + for more details. + :paramtype enable_fips: bool + :keyword gpu_instance_profile: GPUInstanceProfile to be used to specify GPU MIG instance + profile for supported GPU VM SKU. Known values are: "MIG1g", "MIG2g", "MIG3g", "MIG4g", and + "MIG7g". + :paramtype gpu_instance_profile: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.GPUInstanceProfile + :keyword creation_data: CreationData to be used to specify the source Snapshot ID if the node + pool will be created/upgraded using a snapshot. + :paramtype creation_data: ~azure.mgmt.containerservice.v2023_02_02_preview.models.CreationData + :keyword capacity_reservation_group_id: AKS will associate the specified agent pool with the + Capacity Reservation Group. + :paramtype capacity_reservation_group_id: str + :keyword host_group_id: This is of the form: + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}. + For more information see `Azure dedicated hosts + `_. + :paramtype host_group_id: str + :keyword windows_profile: The Windows agent pool's specific profile. + :paramtype windows_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolWindowsProfile + :keyword network_profile: Network-related settings of an agent pool. + :paramtype network_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolNetworkProfile + :keyword name: Windows agent pool names must be 6 characters or less. Required. + :paramtype name: str + """ + super().__init__( + count=count, + vm_size=vm_size, + os_disk_size_gb=os_disk_size_gb, + os_disk_type=os_disk_type, + kubelet_disk_type=kubelet_disk_type, + workload_runtime=workload_runtime, + message_of_the_day=message_of_the_day, + vnet_subnet_id=vnet_subnet_id, + pod_subnet_id=pod_subnet_id, + max_pods=max_pods, + os_type=os_type, + os_sku=os_sku, + max_count=max_count, + min_count=min_count, + enable_auto_scaling=enable_auto_scaling, + scale_down_mode=scale_down_mode, + type=type, + mode=mode, + orchestrator_version=orchestrator_version, + upgrade_settings=upgrade_settings, + power_state=power_state, + availability_zones=availability_zones, + enable_node_public_ip=enable_node_public_ip, + enable_custom_ca_trust=enable_custom_ca_trust, + node_public_ip_prefix_id=node_public_ip_prefix_id, + scale_set_priority=scale_set_priority, + scale_set_eviction_policy=scale_set_eviction_policy, + spot_max_price=spot_max_price, + tags=tags, + node_labels=node_labels, + node_taints=node_taints, + proximity_placement_group_id=proximity_placement_group_id, + kubelet_config=kubelet_config, + linux_os_config=linux_os_config, + enable_encryption_at_host=enable_encryption_at_host, + enable_ultra_ssd=enable_ultra_ssd, + enable_fips=enable_fips, + gpu_instance_profile=gpu_instance_profile, + creation_data=creation_data, + capacity_reservation_group_id=capacity_reservation_group_id, + host_group_id=host_group_id, + windows_profile=windows_profile, + network_profile=network_profile, + **kwargs + ) + self.name = name + + +class ManagedClusterAPIServerAccessProfile(_serialization.Model): + """Access profile for managed cluster API server. + + :ivar authorized_ip_ranges: IP ranges are specified in CIDR format, e.g. 137.117.106.88/29. + This feature is not compatible with clusters that use Public IP Per Node, or clusters that are + using a Basic Load Balancer. For more information see `API server authorized IP ranges + `_. + :vartype authorized_ip_ranges: list[str] + :ivar enable_private_cluster: For more details, see `Creating a private AKS cluster + `_. + :vartype enable_private_cluster: bool + :ivar private_dns_zone: The default is System. For more details see `configure private DNS zone + `_. Allowed + values are 'system' and 'none'. + :vartype private_dns_zone: str + :ivar enable_private_cluster_public_fqdn: Whether to create additional public FQDN for private + cluster or not. + :vartype enable_private_cluster_public_fqdn: bool + :ivar disable_run_command: Whether to disable run command for the cluster or not. + :vartype disable_run_command: bool + :ivar enable_vnet_integration: Whether to enable apiserver vnet integration for the cluster or + not. + :vartype enable_vnet_integration: bool + :ivar subnet_id: It is required when: 1. creating a new cluster with BYO Vnet; 2. updating an + existing cluster to enable apiserver vnet integration. + :vartype subnet_id: str + """ + + _attribute_map = { + "authorized_ip_ranges": {"key": "authorizedIPRanges", "type": "[str]"}, + "enable_private_cluster": {"key": "enablePrivateCluster", "type": "bool"}, + "private_dns_zone": {"key": "privateDNSZone", "type": "str"}, + "enable_private_cluster_public_fqdn": {"key": "enablePrivateClusterPublicFQDN", "type": "bool"}, + "disable_run_command": {"key": "disableRunCommand", "type": "bool"}, + "enable_vnet_integration": {"key": "enableVnetIntegration", "type": "bool"}, + "subnet_id": {"key": "subnetId", "type": "str"}, + } + + def __init__( + self, + *, + authorized_ip_ranges: Optional[List[str]] = None, + enable_private_cluster: Optional[bool] = None, + private_dns_zone: Optional[str] = None, + enable_private_cluster_public_fqdn: Optional[bool] = None, + disable_run_command: Optional[bool] = None, + enable_vnet_integration: Optional[bool] = None, + subnet_id: Optional[str] = None, + **kwargs: Any + ) -> None: + """ + :keyword authorized_ip_ranges: IP ranges are specified in CIDR format, e.g. 137.117.106.88/29. + This feature is not compatible with clusters that use Public IP Per Node, or clusters that are + using a Basic Load Balancer. For more information see `API server authorized IP ranges + `_. + :paramtype authorized_ip_ranges: list[str] + :keyword enable_private_cluster: For more details, see `Creating a private AKS cluster + `_. + :paramtype enable_private_cluster: bool + :keyword private_dns_zone: The default is System. For more details see `configure private DNS + zone `_. + Allowed values are 'system' and 'none'. + :paramtype private_dns_zone: str + :keyword enable_private_cluster_public_fqdn: Whether to create additional public FQDN for + private cluster or not. + :paramtype enable_private_cluster_public_fqdn: bool + :keyword disable_run_command: Whether to disable run command for the cluster or not. + :paramtype disable_run_command: bool + :keyword enable_vnet_integration: Whether to enable apiserver vnet integration for the cluster + or not. + :paramtype enable_vnet_integration: bool + :keyword subnet_id: It is required when: 1. creating a new cluster with BYO Vnet; 2. updating + an existing cluster to enable apiserver vnet integration. + :paramtype subnet_id: str + """ + super().__init__(**kwargs) + self.authorized_ip_ranges = authorized_ip_ranges + self.enable_private_cluster = enable_private_cluster + self.private_dns_zone = private_dns_zone + self.enable_private_cluster_public_fqdn = enable_private_cluster_public_fqdn + self.disable_run_command = disable_run_command + self.enable_vnet_integration = enable_vnet_integration + self.subnet_id = subnet_id + + +class ManagedClusterAutoUpgradeProfile(_serialization.Model): + """Auto upgrade profile for a managed cluster. + + :ivar upgrade_channel: For more information see `setting the AKS cluster auto-upgrade channel + `_. Known values + are: "rapid", "stable", "patch", "node-image", and "none". + :vartype upgrade_channel: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.UpgradeChannel + :ivar node_os_upgrade_channel: The default is Unmanaged, but may change to either NodeImage or + SecurityPatch at GA. Known values are: "None", "Unmanaged", "SecurityPatch", and "NodeImage". + :vartype node_os_upgrade_channel: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.NodeOSUpgradeChannel + """ + + _attribute_map = { + "upgrade_channel": {"key": "upgradeChannel", "type": "str"}, + "node_os_upgrade_channel": {"key": "nodeOSUpgradeChannel", "type": "str"}, + } + + def __init__( + self, + *, + upgrade_channel: Optional[Union[str, "_models.UpgradeChannel"]] = None, + node_os_upgrade_channel: Optional[Union[str, "_models.NodeOSUpgradeChannel"]] = None, + **kwargs: Any + ) -> None: + """ + :keyword upgrade_channel: For more information see `setting the AKS cluster auto-upgrade + channel `_. + Known values are: "rapid", "stable", "patch", "node-image", and "none". + :paramtype upgrade_channel: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.UpgradeChannel + :keyword node_os_upgrade_channel: The default is Unmanaged, but may change to either NodeImage + or SecurityPatch at GA. Known values are: "None", "Unmanaged", "SecurityPatch", and + "NodeImage". + :paramtype node_os_upgrade_channel: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.NodeOSUpgradeChannel + """ + super().__init__(**kwargs) + self.upgrade_channel = upgrade_channel + self.node_os_upgrade_channel = node_os_upgrade_channel + + +class ManagedClusterAzureMonitorProfile(_serialization.Model): + """Prometheus addon profile for the container service cluster. + + :ivar metrics: Metrics profile for the prometheus service addon. + :vartype metrics: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterAzureMonitorProfileMetrics + """ + + _attribute_map = { + "metrics": {"key": "metrics", "type": "ManagedClusterAzureMonitorProfileMetrics"}, + } + + def __init__( + self, *, metrics: Optional["_models.ManagedClusterAzureMonitorProfileMetrics"] = None, **kwargs: Any + ) -> None: + """ + :keyword metrics: Metrics profile for the prometheus service addon. + :paramtype metrics: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterAzureMonitorProfileMetrics + """ + super().__init__(**kwargs) + self.metrics = metrics + + +class ManagedClusterAzureMonitorProfileKubeStateMetrics(_serialization.Model): + """Kube State Metrics for prometheus addon profile for the container service cluster. + + :ivar metric_labels_allowlist: Comma-separated list of Kubernetes annotations keys that will be + used in the resource's labels metric. + :vartype metric_labels_allowlist: str + :ivar metric_annotations_allow_list: Comma-separated list of additional Kubernetes label keys + that will be used in the resource's labels metric. + :vartype metric_annotations_allow_list: str + """ + + _attribute_map = { + "metric_labels_allowlist": {"key": "metricLabelsAllowlist", "type": "str"}, + "metric_annotations_allow_list": {"key": "metricAnnotationsAllowList", "type": "str"}, + } + + def __init__( + self, + *, + metric_labels_allowlist: Optional[str] = None, + metric_annotations_allow_list: Optional[str] = None, + **kwargs: Any + ) -> None: + """ + :keyword metric_labels_allowlist: Comma-separated list of Kubernetes annotations keys that will + be used in the resource's labels metric. + :paramtype metric_labels_allowlist: str + :keyword metric_annotations_allow_list: Comma-separated list of additional Kubernetes label + keys that will be used in the resource's labels metric. + :paramtype metric_annotations_allow_list: str + """ + super().__init__(**kwargs) + self.metric_labels_allowlist = metric_labels_allowlist + self.metric_annotations_allow_list = metric_annotations_allow_list + + +class ManagedClusterAzureMonitorProfileMetrics(_serialization.Model): + """Metrics profile for the prometheus service addon. + + All required parameters must be populated in order to send to Azure. + + :ivar enabled: Whether to enable the Prometheus collector. Required. + :vartype enabled: bool + :ivar kube_state_metrics: Kube State Metrics for prometheus addon profile for the container + service cluster. + :vartype kube_state_metrics: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterAzureMonitorProfileKubeStateMetrics + """ + + _validation = { + "enabled": {"required": True}, + } + + _attribute_map = { + "enabled": {"key": "enabled", "type": "bool"}, + "kube_state_metrics": {"key": "kubeStateMetrics", "type": "ManagedClusterAzureMonitorProfileKubeStateMetrics"}, + } + + def __init__( + self, + *, + enabled: bool, + kube_state_metrics: Optional["_models.ManagedClusterAzureMonitorProfileKubeStateMetrics"] = None, + **kwargs: Any + ) -> None: + """ + :keyword enabled: Whether to enable the Prometheus collector. Required. + :paramtype enabled: bool + :keyword kube_state_metrics: Kube State Metrics for prometheus addon profile for the container + service cluster. + :paramtype kube_state_metrics: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterAzureMonitorProfileKubeStateMetrics + """ + super().__init__(**kwargs) + self.enabled = enabled + self.kube_state_metrics = kube_state_metrics + + +class ManagedClusterHTTPProxyConfig(_serialization.Model): + """Cluster HTTP proxy configuration. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar http_proxy: The HTTP proxy server endpoint to use. + :vartype http_proxy: str + :ivar https_proxy: The HTTPS proxy server endpoint to use. + :vartype https_proxy: str + :ivar no_proxy: The endpoints that should not go through proxy. + :vartype no_proxy: list[str] + :ivar effective_no_proxy: A read-only list of all endpoints for which traffic should not be + sent to the proxy. This list is a superset of noProxy and values injected by AKS. + :vartype effective_no_proxy: list[str] + :ivar trusted_ca: Alternative CA cert to use for connecting to proxy servers. + :vartype trusted_ca: str + """ + + _validation = { + "effective_no_proxy": {"readonly": True}, + } + + _attribute_map = { + "http_proxy": {"key": "httpProxy", "type": "str"}, + "https_proxy": {"key": "httpsProxy", "type": "str"}, + "no_proxy": {"key": "noProxy", "type": "[str]"}, + "effective_no_proxy": {"key": "effectiveNoProxy", "type": "[str]"}, + "trusted_ca": {"key": "trustedCa", "type": "str"}, + } + + def __init__( + self, + *, + http_proxy: Optional[str] = None, + https_proxy: Optional[str] = None, + no_proxy: Optional[List[str]] = None, + trusted_ca: Optional[str] = None, + **kwargs: Any + ) -> None: + """ + :keyword http_proxy: The HTTP proxy server endpoint to use. + :paramtype http_proxy: str + :keyword https_proxy: The HTTPS proxy server endpoint to use. + :paramtype https_proxy: str + :keyword no_proxy: The endpoints that should not go through proxy. + :paramtype no_proxy: list[str] + :keyword trusted_ca: Alternative CA cert to use for connecting to proxy servers. + :paramtype trusted_ca: str + """ + super().__init__(**kwargs) + self.http_proxy = http_proxy + self.https_proxy = https_proxy + self.no_proxy = no_proxy + self.effective_no_proxy = None + self.trusted_ca = trusted_ca + + +class ManagedClusterIdentity(_serialization.Model): + """Identity for the managed cluster. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar principal_id: The principal id of the system assigned identity which is used by master + components. + :vartype principal_id: str + :ivar tenant_id: The tenant id of the system assigned identity which is used by master + components. + :vartype tenant_id: str + :ivar type: For more information see `use managed identities in AKS + `_. Known values are: + "SystemAssigned", "UserAssigned", and "None". + :vartype type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ResourceIdentityType + :ivar user_assigned_identities: The keys must be ARM resource IDs in the form: + '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. + :vartype user_assigned_identities: dict[str, + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedServiceIdentityUserAssignedIdentitiesValue] + """ + + _validation = { + "principal_id": {"readonly": True}, + "tenant_id": {"readonly": True}, + } + + _attribute_map = { + "principal_id": {"key": "principalId", "type": "str"}, + "tenant_id": {"key": "tenantId", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "user_assigned_identities": { + "key": "userAssignedIdentities", + "type": "{ManagedServiceIdentityUserAssignedIdentitiesValue}", + }, + } + + def __init__( + self, + *, + type: Optional[Union[str, "_models.ResourceIdentityType"]] = None, + user_assigned_identities: Optional[ + Dict[str, "_models.ManagedServiceIdentityUserAssignedIdentitiesValue"] + ] = None, + **kwargs: Any + ) -> None: + """ + :keyword type: For more information see `use managed identities in AKS + `_. Known values are: + "SystemAssigned", "UserAssigned", and "None". + :paramtype type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ResourceIdentityType + :keyword user_assigned_identities: The keys must be ARM resource IDs in the form: + '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. + :paramtype user_assigned_identities: dict[str, + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedServiceIdentityUserAssignedIdentitiesValue] + """ + super().__init__(**kwargs) + self.principal_id = None + self.tenant_id = None + self.type = type + self.user_assigned_identities = user_assigned_identities + + +class ManagedClusterIngressProfile(_serialization.Model): + """Ingress profile for the container service cluster. + + :ivar web_app_routing: Web App Routing settings for the ingress profile. + :vartype web_app_routing: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterIngressProfileWebAppRouting + """ + + _attribute_map = { + "web_app_routing": {"key": "webAppRouting", "type": "ManagedClusterIngressProfileWebAppRouting"}, + } + + def __init__( + self, *, web_app_routing: Optional["_models.ManagedClusterIngressProfileWebAppRouting"] = None, **kwargs: Any + ) -> None: + """ + :keyword web_app_routing: Web App Routing settings for the ingress profile. + :paramtype web_app_routing: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterIngressProfileWebAppRouting + """ + super().__init__(**kwargs) + self.web_app_routing = web_app_routing + + +class ManagedClusterIngressProfileWebAppRouting(_serialization.Model): + """Web App Routing settings for the ingress profile. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar enabled: Whether to enable Web App Routing. + :vartype enabled: bool + :ivar dns_zone_resource_id: Resource ID of the DNS Zone to be associated with the web app. Used + only when Web App Routing is enabled. + :vartype dns_zone_resource_id: str + :ivar identity: Managed identity of the Web Application Routing add-on. This is the identity + that should be granted permissions, for example, to manage the associated Azure DNS resource + and get certificates from Azure Key Vault. See `this overview of the add-on + `_ for more + instructions. + :vartype identity: ~azure.mgmt.containerservice.v2023_02_02_preview.models.UserAssignedIdentity + """ + + _validation = { + "identity": {"readonly": True}, + } + + _attribute_map = { + "enabled": {"key": "enabled", "type": "bool"}, + "dns_zone_resource_id": {"key": "dnsZoneResourceId", "type": "str"}, + "identity": {"key": "identity", "type": "UserAssignedIdentity"}, + } + + def __init__( + self, *, enabled: Optional[bool] = None, dns_zone_resource_id: Optional[str] = None, **kwargs: Any + ) -> None: + """ + :keyword enabled: Whether to enable Web App Routing. + :paramtype enabled: bool + :keyword dns_zone_resource_id: Resource ID of the DNS Zone to be associated with the web app. + Used only when Web App Routing is enabled. + :paramtype dns_zone_resource_id: str + """ + super().__init__(**kwargs) + self.enabled = enabled + self.dns_zone_resource_id = dns_zone_resource_id + self.identity = None + + +class ManagedClusterListResult(_serialization.Model): + """The response from the List Managed Clusters operation. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar value: The list of managed clusters. + :vartype value: list[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedCluster] + :ivar next_link: The URL to get the next set of managed cluster results. + :vartype next_link: str + """ + + _validation = { + "next_link": {"readonly": True}, + } + + _attribute_map = { + "value": {"key": "value", "type": "[ManagedCluster]"}, + "next_link": {"key": "nextLink", "type": "str"}, + } + + def __init__(self, *, value: Optional[List["_models.ManagedCluster"]] = None, **kwargs: Any) -> None: + """ + :keyword value: The list of managed clusters. + :paramtype value: list[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedCluster] + """ + super().__init__(**kwargs) + self.value = value + self.next_link = None + + +class ManagedClusterLoadBalancerProfile(_serialization.Model): + """Profile of the managed cluster load balancer. + + :ivar managed_outbound_i_ps: Desired managed outbound IPs for the cluster load balancer. + :vartype managed_outbound_i_ps: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterLoadBalancerProfileManagedOutboundIPs + :ivar outbound_ip_prefixes: Desired outbound IP Prefix resources for the cluster load balancer. + :vartype outbound_ip_prefixes: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterLoadBalancerProfileOutboundIPPrefixes + :ivar outbound_i_ps: Desired outbound IP resources for the cluster load balancer. + :vartype outbound_i_ps: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterLoadBalancerProfileOutboundIPs + :ivar effective_outbound_i_ps: The effective outbound IP resources of the cluster load + balancer. + :vartype effective_outbound_i_ps: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.ResourceReference] + :ivar allocated_outbound_ports: The desired number of allocated SNAT ports per VM. Allowed + values are in the range of 0 to 64000 (inclusive). The default value is 0 which results in + Azure dynamically allocating ports. + :vartype allocated_outbound_ports: int + :ivar idle_timeout_in_minutes: Desired outbound flow idle timeout in minutes. Allowed values + are in the range of 4 to 120 (inclusive). The default value is 30 minutes. + :vartype idle_timeout_in_minutes: int + :ivar enable_multiple_standard_load_balancers: Enable multiple standard load balancers per AKS + cluster or not. + :vartype enable_multiple_standard_load_balancers: bool + :ivar backend_pool_type: The type of the managed inbound Load Balancer BackendPool. Known + values are: "NodeIPConfiguration" and "NodeIP". + :vartype backend_pool_type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.BackendPoolType + """ + + _validation = { + "allocated_outbound_ports": {"maximum": 64000, "minimum": 0}, + "idle_timeout_in_minutes": {"maximum": 120, "minimum": 4}, + } + + _attribute_map = { + "managed_outbound_i_ps": { + "key": "managedOutboundIPs", + "type": "ManagedClusterLoadBalancerProfileManagedOutboundIPs", + }, + "outbound_ip_prefixes": { + "key": "outboundIPPrefixes", + "type": "ManagedClusterLoadBalancerProfileOutboundIPPrefixes", + }, + "outbound_i_ps": {"key": "outboundIPs", "type": "ManagedClusterLoadBalancerProfileOutboundIPs"}, + "effective_outbound_i_ps": {"key": "effectiveOutboundIPs", "type": "[ResourceReference]"}, + "allocated_outbound_ports": {"key": "allocatedOutboundPorts", "type": "int"}, + "idle_timeout_in_minutes": {"key": "idleTimeoutInMinutes", "type": "int"}, + "enable_multiple_standard_load_balancers": {"key": "enableMultipleStandardLoadBalancers", "type": "bool"}, + "backend_pool_type": {"key": "backendPoolType", "type": "str"}, + } + + def __init__( + self, + *, + managed_outbound_i_ps: Optional["_models.ManagedClusterLoadBalancerProfileManagedOutboundIPs"] = None, + outbound_ip_prefixes: Optional["_models.ManagedClusterLoadBalancerProfileOutboundIPPrefixes"] = None, + outbound_i_ps: Optional["_models.ManagedClusterLoadBalancerProfileOutboundIPs"] = None, + effective_outbound_i_ps: Optional[List["_models.ResourceReference"]] = None, + allocated_outbound_ports: int = 0, + idle_timeout_in_minutes: int = 30, + enable_multiple_standard_load_balancers: Optional[bool] = None, + backend_pool_type: Union[str, "_models.BackendPoolType"] = "NodeIPConfiguration", + **kwargs: Any + ) -> None: + """ + :keyword managed_outbound_i_ps: Desired managed outbound IPs for the cluster load balancer. + :paramtype managed_outbound_i_ps: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterLoadBalancerProfileManagedOutboundIPs + :keyword outbound_ip_prefixes: Desired outbound IP Prefix resources for the cluster load + balancer. + :paramtype outbound_ip_prefixes: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterLoadBalancerProfileOutboundIPPrefixes + :keyword outbound_i_ps: Desired outbound IP resources for the cluster load balancer. + :paramtype outbound_i_ps: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterLoadBalancerProfileOutboundIPs + :keyword effective_outbound_i_ps: The effective outbound IP resources of the cluster load + balancer. + :paramtype effective_outbound_i_ps: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.ResourceReference] + :keyword allocated_outbound_ports: The desired number of allocated SNAT ports per VM. Allowed + values are in the range of 0 to 64000 (inclusive). The default value is 0 which results in + Azure dynamically allocating ports. + :paramtype allocated_outbound_ports: int + :keyword idle_timeout_in_minutes: Desired outbound flow idle timeout in minutes. Allowed values + are in the range of 4 to 120 (inclusive). The default value is 30 minutes. + :paramtype idle_timeout_in_minutes: int + :keyword enable_multiple_standard_load_balancers: Enable multiple standard load balancers per + AKS cluster or not. + :paramtype enable_multiple_standard_load_balancers: bool + :keyword backend_pool_type: The type of the managed inbound Load Balancer BackendPool. Known + values are: "NodeIPConfiguration" and "NodeIP". + :paramtype backend_pool_type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.BackendPoolType + """ + super().__init__(**kwargs) + self.managed_outbound_i_ps = managed_outbound_i_ps + self.outbound_ip_prefixes = outbound_ip_prefixes + self.outbound_i_ps = outbound_i_ps + self.effective_outbound_i_ps = effective_outbound_i_ps + self.allocated_outbound_ports = allocated_outbound_ports + self.idle_timeout_in_minutes = idle_timeout_in_minutes + self.enable_multiple_standard_load_balancers = enable_multiple_standard_load_balancers + self.backend_pool_type = backend_pool_type + + +class ManagedClusterLoadBalancerProfileManagedOutboundIPs(_serialization.Model): + """Desired managed outbound IPs for the cluster load balancer. + + :ivar count: The desired number of IPv4 outbound IPs created/managed by Azure for the cluster + load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value + is 1. + :vartype count: int + :ivar count_ipv6: The desired number of IPv6 outbound IPs created/managed by Azure for the + cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default + value is 0 for single-stack and 1 for dual-stack. + :vartype count_ipv6: int + """ + + _validation = { + "count": {"maximum": 100, "minimum": 1}, + "count_ipv6": {"maximum": 100, "minimum": 0}, + } + + _attribute_map = { + "count": {"key": "count", "type": "int"}, + "count_ipv6": {"key": "countIPv6", "type": "int"}, + } + + def __init__(self, *, count: int = 1, count_ipv6: int = 0, **kwargs: Any) -> None: + """ + :keyword count: The desired number of IPv4 outbound IPs created/managed by Azure for the + cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default + value is 1. + :paramtype count: int + :keyword count_ipv6: The desired number of IPv6 outbound IPs created/managed by Azure for the + cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default + value is 0 for single-stack and 1 for dual-stack. + :paramtype count_ipv6: int + """ + super().__init__(**kwargs) + self.count = count + self.count_ipv6 = count_ipv6 + + +class ManagedClusterLoadBalancerProfileOutboundIPPrefixes(_serialization.Model): + """Desired outbound IP Prefix resources for the cluster load balancer. + + :ivar public_ip_prefixes: A list of public IP prefix resources. + :vartype public_ip_prefixes: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.ResourceReference] + """ + + _attribute_map = { + "public_ip_prefixes": {"key": "publicIPPrefixes", "type": "[ResourceReference]"}, + } + + def __init__( + self, *, public_ip_prefixes: Optional[List["_models.ResourceReference"]] = None, **kwargs: Any + ) -> None: + """ + :keyword public_ip_prefixes: A list of public IP prefix resources. + :paramtype public_ip_prefixes: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.ResourceReference] + """ + super().__init__(**kwargs) + self.public_ip_prefixes = public_ip_prefixes + + +class ManagedClusterLoadBalancerProfileOutboundIPs(_serialization.Model): + """Desired outbound IP resources for the cluster load balancer. + + :ivar public_i_ps: A list of public IP resources. + :vartype public_i_ps: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.ResourceReference] + """ + + _attribute_map = { + "public_i_ps": {"key": "publicIPs", "type": "[ResourceReference]"}, + } + + def __init__(self, *, public_i_ps: Optional[List["_models.ResourceReference"]] = None, **kwargs: Any) -> None: + """ + :keyword public_i_ps: A list of public IP resources. + :paramtype public_i_ps: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.ResourceReference] + """ + super().__init__(**kwargs) + self.public_i_ps = public_i_ps + + +class ManagedClusterManagedOutboundIPProfile(_serialization.Model): + """Profile of the managed outbound IP resources of the managed cluster. + + :ivar count: The desired number of outbound IPs created/managed by Azure. Allowed values must + be in the range of 1 to 16 (inclusive). The default value is 1. + :vartype count: int + """ + + _validation = { + "count": {"maximum": 16, "minimum": 1}, + } + + _attribute_map = { + "count": {"key": "count", "type": "int"}, + } + + def __init__(self, *, count: int = 1, **kwargs: Any) -> None: + """ + :keyword count: The desired number of outbound IPs created/managed by Azure. Allowed values + must be in the range of 1 to 16 (inclusive). The default value is 1. + :paramtype count: int + """ + super().__init__(**kwargs) + self.count = count + + +class ManagedClusterNATGatewayProfile(_serialization.Model): + """Profile of the managed cluster NAT gateway. + + :ivar managed_outbound_ip_profile: Profile of the managed outbound IP resources of the cluster + NAT gateway. + :vartype managed_outbound_ip_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterManagedOutboundIPProfile + :ivar effective_outbound_i_ps: The effective outbound IP resources of the cluster NAT gateway. + :vartype effective_outbound_i_ps: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.ResourceReference] + :ivar idle_timeout_in_minutes: Desired outbound flow idle timeout in minutes. Allowed values + are in the range of 4 to 120 (inclusive). The default value is 4 minutes. + :vartype idle_timeout_in_minutes: int + """ + + _validation = { + "idle_timeout_in_minutes": {"maximum": 120, "minimum": 4}, + } + + _attribute_map = { + "managed_outbound_ip_profile": { + "key": "managedOutboundIPProfile", + "type": "ManagedClusterManagedOutboundIPProfile", + }, + "effective_outbound_i_ps": {"key": "effectiveOutboundIPs", "type": "[ResourceReference]"}, + "idle_timeout_in_minutes": {"key": "idleTimeoutInMinutes", "type": "int"}, + } + + def __init__( + self, + *, + managed_outbound_ip_profile: Optional["_models.ManagedClusterManagedOutboundIPProfile"] = None, + effective_outbound_i_ps: Optional[List["_models.ResourceReference"]] = None, + idle_timeout_in_minutes: int = 4, + **kwargs: Any + ) -> None: + """ + :keyword managed_outbound_ip_profile: Profile of the managed outbound IP resources of the + cluster NAT gateway. + :paramtype managed_outbound_ip_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterManagedOutboundIPProfile + :keyword effective_outbound_i_ps: The effective outbound IP resources of the cluster NAT + gateway. + :paramtype effective_outbound_i_ps: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.ResourceReference] + :keyword idle_timeout_in_minutes: Desired outbound flow idle timeout in minutes. Allowed values + are in the range of 4 to 120 (inclusive). The default value is 4 minutes. + :paramtype idle_timeout_in_minutes: int + """ + super().__init__(**kwargs) + self.managed_outbound_ip_profile = managed_outbound_ip_profile + self.effective_outbound_i_ps = effective_outbound_i_ps + self.idle_timeout_in_minutes = idle_timeout_in_minutes + + +class ManagedClusterNodeResourceGroupProfile(_serialization.Model): + """Node resource group lockdown profile for a managed cluster. + + :ivar restriction_level: The restriction level applied to the cluster's node resource group. + Known values are: "Unrestricted" and "ReadOnly". + :vartype restriction_level: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.RestrictionLevel + """ + + _attribute_map = { + "restriction_level": {"key": "restrictionLevel", "type": "str"}, + } + + def __init__( + self, *, restriction_level: Optional[Union[str, "_models.RestrictionLevel"]] = None, **kwargs: Any + ) -> None: + """ + :keyword restriction_level: The restriction level applied to the cluster's node resource group. + Known values are: "Unrestricted" and "ReadOnly". + :paramtype restriction_level: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.RestrictionLevel + """ + super().__init__(**kwargs) + self.restriction_level = restriction_level + + +class ManagedClusterOIDCIssuerProfile(_serialization.Model): + """The OIDC issuer profile of the Managed Cluster. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar issuer_url: The OIDC issuer url of the Managed Cluster. + :vartype issuer_url: str + :ivar enabled: Whether the OIDC issuer is enabled. + :vartype enabled: bool + """ + + _validation = { + "issuer_url": {"readonly": True}, + } + + _attribute_map = { + "issuer_url": {"key": "issuerURL", "type": "str"}, + "enabled": {"key": "enabled", "type": "bool"}, + } + + def __init__(self, *, enabled: Optional[bool] = None, **kwargs: Any) -> None: + """ + :keyword enabled: Whether the OIDC issuer is enabled. + :paramtype enabled: bool + """ + super().__init__(**kwargs) + self.issuer_url = None + self.enabled = enabled + + +class ManagedClusterPodIdentity(_serialization.Model): + """Details about the pod identity assigned to the Managed Cluster. + + 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 name: The name of the pod identity. Required. + :vartype name: str + :ivar namespace: The namespace of the pod identity. Required. + :vartype namespace: str + :ivar binding_selector: The binding selector to use for the AzureIdentityBinding resource. + :vartype binding_selector: str + :ivar identity: The user assigned identity details. Required. + :vartype identity: ~azure.mgmt.containerservice.v2023_02_02_preview.models.UserAssignedIdentity + :ivar provisioning_state: The current provisioning state of the pod identity. Known values are: + "Assigned", "Canceled", "Deleting", "Failed", "Succeeded", and "Updating". + :vartype provisioning_state: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterPodIdentityProvisioningState + :ivar provisioning_info: + :vartype provisioning_info: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterPodIdentityProvisioningInfo + """ + + _validation = { + "name": {"required": True}, + "namespace": {"required": True}, + "identity": {"required": True}, + "provisioning_state": {"readonly": True}, + "provisioning_info": {"readonly": True}, + } + + _attribute_map = { + "name": {"key": "name", "type": "str"}, + "namespace": {"key": "namespace", "type": "str"}, + "binding_selector": {"key": "bindingSelector", "type": "str"}, + "identity": {"key": "identity", "type": "UserAssignedIdentity"}, + "provisioning_state": {"key": "provisioningState", "type": "str"}, + "provisioning_info": {"key": "provisioningInfo", "type": "ManagedClusterPodIdentityProvisioningInfo"}, + } + + def __init__( + self, + *, + name: str, + namespace: str, + identity: "_models.UserAssignedIdentity", + binding_selector: Optional[str] = None, + **kwargs: Any + ) -> None: + """ + :keyword name: The name of the pod identity. Required. + :paramtype name: str + :keyword namespace: The namespace of the pod identity. Required. + :paramtype namespace: str + :keyword binding_selector: The binding selector to use for the AzureIdentityBinding resource. + :paramtype binding_selector: str + :keyword identity: The user assigned identity details. Required. + :paramtype identity: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.UserAssignedIdentity + """ + super().__init__(**kwargs) + self.name = name + self.namespace = namespace + self.binding_selector = binding_selector + self.identity = identity + self.provisioning_state = None + self.provisioning_info = None + + +class ManagedClusterPodIdentityException(_serialization.Model): + """See `disable AAD Pod Identity for a specific Pod/Application + `_ for more + details. + + All required parameters must be populated in order to send to Azure. + + :ivar name: The name of the pod identity exception. Required. + :vartype name: str + :ivar namespace: The namespace of the pod identity exception. Required. + :vartype namespace: str + :ivar pod_labels: The pod labels to match. Required. + :vartype pod_labels: dict[str, str] + """ + + _validation = { + "name": {"required": True}, + "namespace": {"required": True}, + "pod_labels": {"required": True}, + } + + _attribute_map = { + "name": {"key": "name", "type": "str"}, + "namespace": {"key": "namespace", "type": "str"}, + "pod_labels": {"key": "podLabels", "type": "{str}"}, + } + + def __init__(self, *, name: str, namespace: str, pod_labels: Dict[str, str], **kwargs: Any) -> None: + """ + :keyword name: The name of the pod identity exception. Required. + :paramtype name: str + :keyword namespace: The namespace of the pod identity exception. Required. + :paramtype namespace: str + :keyword pod_labels: The pod labels to match. Required. + :paramtype pod_labels: dict[str, str] + """ + super().__init__(**kwargs) + self.name = name + self.namespace = namespace + self.pod_labels = pod_labels + + +class ManagedClusterPodIdentityProfile(_serialization.Model): + """See `use AAD pod identity `_ + for more details on pod identity integration. + + :ivar enabled: Whether the pod identity addon is enabled. + :vartype enabled: bool + :ivar allow_network_plugin_kubenet: Running in Kubenet is disabled by default due to the + security related nature of AAD Pod Identity and the risks of IP spoofing. See `using Kubenet + network plugin with AAD Pod Identity + `_ + for more information. + :vartype allow_network_plugin_kubenet: bool + :ivar user_assigned_identities: The pod identities to use in the cluster. + :vartype user_assigned_identities: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterPodIdentity] + :ivar user_assigned_identity_exceptions: The pod identity exceptions to allow. + :vartype user_assigned_identity_exceptions: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterPodIdentityException] + """ + + _attribute_map = { + "enabled": {"key": "enabled", "type": "bool"}, + "allow_network_plugin_kubenet": {"key": "allowNetworkPluginKubenet", "type": "bool"}, + "user_assigned_identities": {"key": "userAssignedIdentities", "type": "[ManagedClusterPodIdentity]"}, + "user_assigned_identity_exceptions": { + "key": "userAssignedIdentityExceptions", + "type": "[ManagedClusterPodIdentityException]", + }, + } + + def __init__( + self, + *, + enabled: Optional[bool] = None, + allow_network_plugin_kubenet: Optional[bool] = None, + user_assigned_identities: Optional[List["_models.ManagedClusterPodIdentity"]] = None, + user_assigned_identity_exceptions: Optional[List["_models.ManagedClusterPodIdentityException"]] = None, + **kwargs: Any + ) -> None: + """ + :keyword enabled: Whether the pod identity addon is enabled. + :paramtype enabled: bool + :keyword allow_network_plugin_kubenet: Running in Kubenet is disabled by default due to the + security related nature of AAD Pod Identity and the risks of IP spoofing. See `using Kubenet + network plugin with AAD Pod Identity + `_ + for more information. + :paramtype allow_network_plugin_kubenet: bool + :keyword user_assigned_identities: The pod identities to use in the cluster. + :paramtype user_assigned_identities: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterPodIdentity] + :keyword user_assigned_identity_exceptions: The pod identity exceptions to allow. + :paramtype user_assigned_identity_exceptions: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterPodIdentityException] + """ + super().__init__(**kwargs) + self.enabled = enabled + self.allow_network_plugin_kubenet = allow_network_plugin_kubenet + self.user_assigned_identities = user_assigned_identities + self.user_assigned_identity_exceptions = user_assigned_identity_exceptions + + +class ManagedClusterPodIdentityProvisioningError(_serialization.Model): + """An error response from the pod identity provisioning. + + :ivar error: Details about the error. + :vartype error: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterPodIdentityProvisioningErrorBody + """ + + _attribute_map = { + "error": {"key": "error", "type": "ManagedClusterPodIdentityProvisioningErrorBody"}, + } + + def __init__( + self, *, error: Optional["_models.ManagedClusterPodIdentityProvisioningErrorBody"] = None, **kwargs: Any + ) -> None: + """ + :keyword error: Details about the error. + :paramtype error: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterPodIdentityProvisioningErrorBody + """ + super().__init__(**kwargs) + self.error = error + + +class ManagedClusterPodIdentityProvisioningErrorBody(_serialization.Model): + """An error response from the pod identity provisioning. + + :ivar code: An identifier for the error. Codes are invariant and are intended to be consumed + programmatically. + :vartype code: str + :ivar message: A message describing the error, intended to be suitable for display in a user + interface. + :vartype message: str + :ivar target: The target of the particular error. For example, the name of the property in + error. + :vartype target: str + :ivar details: A list of additional details about the error. + :vartype details: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterPodIdentityProvisioningErrorBody] + """ + + _attribute_map = { + "code": {"key": "code", "type": "str"}, + "message": {"key": "message", "type": "str"}, + "target": {"key": "target", "type": "str"}, + "details": {"key": "details", "type": "[ManagedClusterPodIdentityProvisioningErrorBody]"}, + } + + def __init__( + self, + *, + code: Optional[str] = None, + message: Optional[str] = None, + target: Optional[str] = None, + details: Optional[List["_models.ManagedClusterPodIdentityProvisioningErrorBody"]] = None, + **kwargs: Any + ) -> None: + """ + :keyword code: An identifier for the error. Codes are invariant and are intended to be consumed + programmatically. + :paramtype code: str + :keyword message: A message describing the error, intended to be suitable for display in a user + interface. + :paramtype message: str + :keyword target: The target of the particular error. For example, the name of the property in + error. + :paramtype target: str + :keyword details: A list of additional details about the error. + :paramtype details: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterPodIdentityProvisioningErrorBody] + """ + super().__init__(**kwargs) + self.code = code + self.message = message + self.target = target + self.details = details + + +class ManagedClusterPodIdentityProvisioningInfo(_serialization.Model): + """ManagedClusterPodIdentityProvisioningInfo. + + :ivar error: Pod identity assignment error (if any). + :vartype error: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterPodIdentityProvisioningError + """ + + _attribute_map = { + "error": {"key": "error", "type": "ManagedClusterPodIdentityProvisioningError"}, + } + + def __init__( + self, *, error: Optional["_models.ManagedClusterPodIdentityProvisioningError"] = None, **kwargs: Any + ) -> None: + """ + :keyword error: Pod identity assignment error (if any). + :paramtype error: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterPodIdentityProvisioningError + """ + super().__init__(**kwargs) + self.error = error + + +class ManagedClusterPoolUpgradeProfile(_serialization.Model): + """The list of available upgrade versions. + + All required parameters must be populated in order to send to Azure. + + :ivar kubernetes_version: The Kubernetes version (major.minor.patch). Required. + :vartype kubernetes_version: str + :ivar name: The Agent Pool name. + :vartype name: str + :ivar os_type: The operating system type. The default is Linux. Known values are: "Linux" and + "Windows". + :vartype os_type: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.OSType + :ivar upgrades: List of orchestrator types and versions available for upgrade. + :vartype upgrades: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterPoolUpgradeProfileUpgradesItem] + """ + + _validation = { + "kubernetes_version": {"required": True}, + "os_type": {"required": True}, + } + + _attribute_map = { + "kubernetes_version": {"key": "kubernetesVersion", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "os_type": {"key": "osType", "type": "str"}, + "upgrades": {"key": "upgrades", "type": "[ManagedClusterPoolUpgradeProfileUpgradesItem]"}, + } + + def __init__( + self, + *, + kubernetes_version: str, + os_type: Union[str, "_models.OSType"] = "Linux", + name: Optional[str] = None, + upgrades: Optional[List["_models.ManagedClusterPoolUpgradeProfileUpgradesItem"]] = None, + **kwargs: Any + ) -> None: + """ + :keyword kubernetes_version: The Kubernetes version (major.minor.patch). Required. + :paramtype kubernetes_version: str + :keyword name: The Agent Pool name. + :paramtype name: str + :keyword os_type: The operating system type. The default is Linux. Known values are: "Linux" + and "Windows". + :paramtype os_type: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.OSType + :keyword upgrades: List of orchestrator types and versions available for upgrade. + :paramtype upgrades: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterPoolUpgradeProfileUpgradesItem] + """ + super().__init__(**kwargs) + self.kubernetes_version = kubernetes_version + self.name = name + self.os_type = os_type + self.upgrades = upgrades + + +class ManagedClusterPoolUpgradeProfileUpgradesItem(_serialization.Model): + """ManagedClusterPoolUpgradeProfileUpgradesItem. + + :ivar kubernetes_version: The Kubernetes version (major.minor.patch). + :vartype kubernetes_version: str + :ivar is_preview: Whether the Kubernetes version is currently in preview. + :vartype is_preview: bool + """ + + _attribute_map = { + "kubernetes_version": {"key": "kubernetesVersion", "type": "str"}, + "is_preview": {"key": "isPreview", "type": "bool"}, + } + + def __init__( + self, *, kubernetes_version: Optional[str] = None, is_preview: Optional[bool] = None, **kwargs: Any + ) -> None: + """ + :keyword kubernetes_version: The Kubernetes version (major.minor.patch). + :paramtype kubernetes_version: str + :keyword is_preview: Whether the Kubernetes version is currently in preview. + :paramtype is_preview: bool + """ + super().__init__(**kwargs) + self.kubernetes_version = kubernetes_version + self.is_preview = is_preview + + +class ManagedClusterPropertiesAutoScalerProfile(_serialization.Model): # pylint: disable=too-many-instance-attributes + """Parameters to be applied to the cluster-autoscaler when enabled. + + :ivar balance_similar_node_groups: Valid values are 'true' and 'false'. + :vartype balance_similar_node_groups: str + :ivar expander: If not specified, the default is 'random'. See `expanders + `_ + for more information. Known values are: "least-waste", "most-pods", "priority", and "random". + :vartype expander: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.Expander + :ivar max_empty_bulk_delete: The default is 10. + :vartype max_empty_bulk_delete: str + :ivar max_graceful_termination_sec: The default is 600. + :vartype max_graceful_termination_sec: str + :ivar max_node_provision_time: The default is '15m'. Values must be an integer followed by an + 'm'. No unit of time other than minutes (m) is supported. + :vartype max_node_provision_time: str + :ivar max_total_unready_percentage: The default is 45. The maximum is 100 and the minimum is 0. + :vartype max_total_unready_percentage: str + :ivar new_pod_scale_up_delay: For scenarios like burst/batch scale where you don't want CA to + act before the kubernetes scheduler could schedule all the pods, you can tell CA to ignore + unscheduled pods before they're a certain age. The default is '0s'. Values must be an integer + followed by a unit ('s' for seconds, 'm' for minutes, 'h' for hours, etc). + :vartype new_pod_scale_up_delay: str + :ivar ok_total_unready_count: This must be an integer. The default is 3. + :vartype ok_total_unready_count: str + :ivar scan_interval: The default is '10'. Values must be an integer number of seconds. + :vartype scan_interval: str + :ivar scale_down_delay_after_add: The default is '10m'. Values must be an integer followed by + an 'm'. No unit of time other than minutes (m) is supported. + :vartype scale_down_delay_after_add: str + :ivar scale_down_delay_after_delete: The default is the scan-interval. Values must be an + integer followed by an 'm'. No unit of time other than minutes (m) is supported. + :vartype scale_down_delay_after_delete: str + :ivar scale_down_delay_after_failure: The default is '3m'. Values must be an integer followed + by an 'm'. No unit of time other than minutes (m) is supported. + :vartype scale_down_delay_after_failure: str + :ivar scale_down_unneeded_time: The default is '10m'. Values must be an integer followed by an + 'm'. No unit of time other than minutes (m) is supported. + :vartype scale_down_unneeded_time: str + :ivar scale_down_unready_time: The default is '20m'. Values must be an integer followed by an + 'm'. No unit of time other than minutes (m) is supported. + :vartype scale_down_unready_time: str + :ivar scale_down_utilization_threshold: The default is '0.5'. + :vartype scale_down_utilization_threshold: str + :ivar skip_nodes_with_local_storage: The default is true. + :vartype skip_nodes_with_local_storage: str + :ivar skip_nodes_with_system_pods: The default is true. + :vartype skip_nodes_with_system_pods: str + """ + + _attribute_map = { + "balance_similar_node_groups": {"key": "balance-similar-node-groups", "type": "str"}, + "expander": {"key": "expander", "type": "str"}, + "max_empty_bulk_delete": {"key": "max-empty-bulk-delete", "type": "str"}, + "max_graceful_termination_sec": {"key": "max-graceful-termination-sec", "type": "str"}, + "max_node_provision_time": {"key": "max-node-provision-time", "type": "str"}, + "max_total_unready_percentage": {"key": "max-total-unready-percentage", "type": "str"}, + "new_pod_scale_up_delay": {"key": "new-pod-scale-up-delay", "type": "str"}, + "ok_total_unready_count": {"key": "ok-total-unready-count", "type": "str"}, + "scan_interval": {"key": "scan-interval", "type": "str"}, + "scale_down_delay_after_add": {"key": "scale-down-delay-after-add", "type": "str"}, + "scale_down_delay_after_delete": {"key": "scale-down-delay-after-delete", "type": "str"}, + "scale_down_delay_after_failure": {"key": "scale-down-delay-after-failure", "type": "str"}, + "scale_down_unneeded_time": {"key": "scale-down-unneeded-time", "type": "str"}, + "scale_down_unready_time": {"key": "scale-down-unready-time", "type": "str"}, + "scale_down_utilization_threshold": {"key": "scale-down-utilization-threshold", "type": "str"}, + "skip_nodes_with_local_storage": {"key": "skip-nodes-with-local-storage", "type": "str"}, + "skip_nodes_with_system_pods": {"key": "skip-nodes-with-system-pods", "type": "str"}, + } + + def __init__( + self, + *, + balance_similar_node_groups: Optional[str] = None, + expander: Optional[Union[str, "_models.Expander"]] = None, + max_empty_bulk_delete: Optional[str] = None, + max_graceful_termination_sec: Optional[str] = None, + max_node_provision_time: Optional[str] = None, + max_total_unready_percentage: Optional[str] = None, + new_pod_scale_up_delay: Optional[str] = None, + ok_total_unready_count: Optional[str] = None, + scan_interval: Optional[str] = None, + scale_down_delay_after_add: Optional[str] = None, + scale_down_delay_after_delete: Optional[str] = None, + scale_down_delay_after_failure: Optional[str] = None, + scale_down_unneeded_time: Optional[str] = None, + scale_down_unready_time: Optional[str] = None, + scale_down_utilization_threshold: Optional[str] = None, + skip_nodes_with_local_storage: Optional[str] = None, + skip_nodes_with_system_pods: Optional[str] = None, + **kwargs: Any + ) -> None: + """ + :keyword balance_similar_node_groups: Valid values are 'true' and 'false'. + :paramtype balance_similar_node_groups: str + :keyword expander: If not specified, the default is 'random'. See `expanders + `_ + for more information. Known values are: "least-waste", "most-pods", "priority", and "random". + :paramtype expander: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.Expander + :keyword max_empty_bulk_delete: The default is 10. + :paramtype max_empty_bulk_delete: str + :keyword max_graceful_termination_sec: The default is 600. + :paramtype max_graceful_termination_sec: str + :keyword max_node_provision_time: The default is '15m'. Values must be an integer followed by + an 'm'. No unit of time other than minutes (m) is supported. + :paramtype max_node_provision_time: str + :keyword max_total_unready_percentage: The default is 45. The maximum is 100 and the minimum is + 0. + :paramtype max_total_unready_percentage: str + :keyword new_pod_scale_up_delay: For scenarios like burst/batch scale where you don't want CA + to act before the kubernetes scheduler could schedule all the pods, you can tell CA to ignore + unscheduled pods before they're a certain age. The default is '0s'. Values must be an integer + followed by a unit ('s' for seconds, 'm' for minutes, 'h' for hours, etc). + :paramtype new_pod_scale_up_delay: str + :keyword ok_total_unready_count: This must be an integer. The default is 3. + :paramtype ok_total_unready_count: str + :keyword scan_interval: The default is '10'. Values must be an integer number of seconds. + :paramtype scan_interval: str + :keyword scale_down_delay_after_add: The default is '10m'. Values must be an integer followed + by an 'm'. No unit of time other than minutes (m) is supported. + :paramtype scale_down_delay_after_add: str + :keyword scale_down_delay_after_delete: The default is the scan-interval. Values must be an + integer followed by an 'm'. No unit of time other than minutes (m) is supported. + :paramtype scale_down_delay_after_delete: str + :keyword scale_down_delay_after_failure: The default is '3m'. Values must be an integer + followed by an 'm'. No unit of time other than minutes (m) is supported. + :paramtype scale_down_delay_after_failure: str + :keyword scale_down_unneeded_time: The default is '10m'. Values must be an integer followed by + an 'm'. No unit of time other than minutes (m) is supported. + :paramtype scale_down_unneeded_time: str + :keyword scale_down_unready_time: The default is '20m'. Values must be an integer followed by + an 'm'. No unit of time other than minutes (m) is supported. + :paramtype scale_down_unready_time: str + :keyword scale_down_utilization_threshold: The default is '0.5'. + :paramtype scale_down_utilization_threshold: str + :keyword skip_nodes_with_local_storage: The default is true. + :paramtype skip_nodes_with_local_storage: str + :keyword skip_nodes_with_system_pods: The default is true. + :paramtype skip_nodes_with_system_pods: str + """ + super().__init__(**kwargs) + self.balance_similar_node_groups = balance_similar_node_groups + self.expander = expander + self.max_empty_bulk_delete = max_empty_bulk_delete + self.max_graceful_termination_sec = max_graceful_termination_sec + self.max_node_provision_time = max_node_provision_time + self.max_total_unready_percentage = max_total_unready_percentage + self.new_pod_scale_up_delay = new_pod_scale_up_delay + self.ok_total_unready_count = ok_total_unready_count + self.scan_interval = scan_interval + self.scale_down_delay_after_add = scale_down_delay_after_add + self.scale_down_delay_after_delete = scale_down_delay_after_delete + self.scale_down_delay_after_failure = scale_down_delay_after_failure + self.scale_down_unneeded_time = scale_down_unneeded_time + self.scale_down_unready_time = scale_down_unready_time + self.scale_down_utilization_threshold = scale_down_utilization_threshold + self.skip_nodes_with_local_storage = skip_nodes_with_local_storage + self.skip_nodes_with_system_pods = skip_nodes_with_system_pods + + +class ManagedClusterPropertiesForSnapshot(_serialization.Model): + """managed cluster properties for snapshot, these properties are read only. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar kubernetes_version: The current kubernetes version. + :vartype kubernetes_version: str + :ivar sku: The current managed cluster sku. + :vartype sku: ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSKU + :ivar enable_rbac: Whether the cluster has enabled Kubernetes Role-Based Access Control or not. + :vartype enable_rbac: bool + :ivar network_profile: The current network profile. + :vartype network_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.NetworkProfileForSnapshot + """ + + _validation = { + "network_profile": {"readonly": True}, + } + + _attribute_map = { + "kubernetes_version": {"key": "kubernetesVersion", "type": "str"}, + "sku": {"key": "sku", "type": "ManagedClusterSKU"}, + "enable_rbac": {"key": "enableRbac", "type": "bool"}, + "network_profile": {"key": "networkProfile", "type": "NetworkProfileForSnapshot"}, + } + + def __init__( + self, + *, + kubernetes_version: Optional[str] = None, + sku: Optional["_models.ManagedClusterSKU"] = None, + enable_rbac: Optional[bool] = None, + **kwargs: Any + ) -> None: + """ + :keyword kubernetes_version: The current kubernetes version. + :paramtype kubernetes_version: str + :keyword sku: The current managed cluster sku. + :paramtype sku: ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSKU + :keyword enable_rbac: Whether the cluster has enabled Kubernetes Role-Based Access Control or + not. + :paramtype enable_rbac: bool + """ + super().__init__(**kwargs) + self.kubernetes_version = kubernetes_version + self.sku = sku + self.enable_rbac = enable_rbac + self.network_profile = None + + +class ManagedClusterSecurityProfile(_serialization.Model): + """Security profile for the container service cluster. + + :ivar defender: Microsoft Defender settings for the security profile. + :vartype defender: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSecurityProfileDefender + :ivar azure_key_vault_kms: Azure Key Vault `key management service + `_ settings for the security + profile. + :vartype azure_key_vault_kms: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.AzureKeyVaultKms + :ivar workload_identity: Workload identity settings for the security profile. Workload identity + enables Kubernetes applications to access Azure cloud resources securely with Azure AD. See + https://aka.ms/aks/wi for more details. + :vartype workload_identity: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSecurityProfileWorkloadIdentity + :ivar image_cleaner: Image Cleaner settings for the security profile. + :vartype image_cleaner: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSecurityProfileImageCleaner + :ivar node_restriction: `Node Restriction + `_ + settings for the security profile. + :vartype node_restriction: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSecurityProfileNodeRestriction + :ivar custom_ca_trust_certificates: A list of up to 10 base64 encoded CAs that will be added to + the trust store on nodes with the Custom CA Trust feature enabled. For more information see + `Custom CA Trust Certificates + `_. + :vartype custom_ca_trust_certificates: list[bytes] + """ + + _validation = { + "custom_ca_trust_certificates": {"max_items": 10, "min_items": 0}, + } + + _attribute_map = { + "defender": {"key": "defender", "type": "ManagedClusterSecurityProfileDefender"}, + "azure_key_vault_kms": {"key": "azureKeyVaultKms", "type": "AzureKeyVaultKms"}, + "workload_identity": {"key": "workloadIdentity", "type": "ManagedClusterSecurityProfileWorkloadIdentity"}, + "image_cleaner": {"key": "imageCleaner", "type": "ManagedClusterSecurityProfileImageCleaner"}, + "node_restriction": {"key": "nodeRestriction", "type": "ManagedClusterSecurityProfileNodeRestriction"}, + "custom_ca_trust_certificates": {"key": "customCATrustCertificates", "type": "[bytearray]"}, + } + + def __init__( + self, + *, + defender: Optional["_models.ManagedClusterSecurityProfileDefender"] = None, + azure_key_vault_kms: Optional["_models.AzureKeyVaultKms"] = None, + workload_identity: Optional["_models.ManagedClusterSecurityProfileWorkloadIdentity"] = None, + image_cleaner: Optional["_models.ManagedClusterSecurityProfileImageCleaner"] = None, + node_restriction: Optional["_models.ManagedClusterSecurityProfileNodeRestriction"] = None, + custom_ca_trust_certificates: Optional[List[bytes]] = None, + **kwargs: Any + ) -> None: + """ + :keyword defender: Microsoft Defender settings for the security profile. + :paramtype defender: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSecurityProfileDefender + :keyword azure_key_vault_kms: Azure Key Vault `key management service + `_ settings for the security + profile. + :paramtype azure_key_vault_kms: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.AzureKeyVaultKms + :keyword workload_identity: Workload identity settings for the security profile. Workload + identity enables Kubernetes applications to access Azure cloud resources securely with Azure + AD. See https://aka.ms/aks/wi for more details. + :paramtype workload_identity: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSecurityProfileWorkloadIdentity + :keyword image_cleaner: Image Cleaner settings for the security profile. + :paramtype image_cleaner: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSecurityProfileImageCleaner + :keyword node_restriction: `Node Restriction + `_ + settings for the security profile. + :paramtype node_restriction: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSecurityProfileNodeRestriction + :keyword custom_ca_trust_certificates: A list of up to 10 base64 encoded CAs that will be added + to the trust store on nodes with the Custom CA Trust feature enabled. For more information see + `Custom CA Trust Certificates + `_. + :paramtype custom_ca_trust_certificates: list[bytes] + """ + super().__init__(**kwargs) + self.defender = defender + self.azure_key_vault_kms = azure_key_vault_kms + self.workload_identity = workload_identity + self.image_cleaner = image_cleaner + self.node_restriction = node_restriction + self.custom_ca_trust_certificates = custom_ca_trust_certificates + + +class ManagedClusterSecurityProfileDefender(_serialization.Model): + """Microsoft Defender settings for the security profile. + + :ivar log_analytics_workspace_resource_id: Resource ID of the Log Analytics workspace to be + associated with Microsoft Defender. When Microsoft Defender is enabled, this field is required + and must be a valid workspace resource ID. When Microsoft Defender is disabled, leave the field + empty. + :vartype log_analytics_workspace_resource_id: str + :ivar security_monitoring: Microsoft Defender threat detection for Cloud settings for the + security profile. + :vartype security_monitoring: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSecurityProfileDefenderSecurityMonitoring + """ + + _attribute_map = { + "log_analytics_workspace_resource_id": {"key": "logAnalyticsWorkspaceResourceId", "type": "str"}, + "security_monitoring": { + "key": "securityMonitoring", + "type": "ManagedClusterSecurityProfileDefenderSecurityMonitoring", + }, + } + + def __init__( + self, + *, + log_analytics_workspace_resource_id: Optional[str] = None, + security_monitoring: Optional["_models.ManagedClusterSecurityProfileDefenderSecurityMonitoring"] = None, + **kwargs: Any + ) -> None: + """ + :keyword log_analytics_workspace_resource_id: Resource ID of the Log Analytics workspace to be + associated with Microsoft Defender. When Microsoft Defender is enabled, this field is required + and must be a valid workspace resource ID. When Microsoft Defender is disabled, leave the field + empty. + :paramtype log_analytics_workspace_resource_id: str + :keyword security_monitoring: Microsoft Defender threat detection for Cloud settings for the + security profile. + :paramtype security_monitoring: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSecurityProfileDefenderSecurityMonitoring + """ + super().__init__(**kwargs) + self.log_analytics_workspace_resource_id = log_analytics_workspace_resource_id + self.security_monitoring = security_monitoring + + +class ManagedClusterSecurityProfileDefenderSecurityMonitoring(_serialization.Model): + """Microsoft Defender settings for the security profile threat detection. + + :ivar enabled: Whether to enable Defender threat detection. + :vartype enabled: bool + """ + + _attribute_map = { + "enabled": {"key": "enabled", "type": "bool"}, + } + + def __init__(self, *, enabled: Optional[bool] = None, **kwargs: Any) -> None: + """ + :keyword enabled: Whether to enable Defender threat detection. + :paramtype enabled: bool + """ + super().__init__(**kwargs) + self.enabled = enabled + + +class ManagedClusterSecurityProfileImageCleaner(_serialization.Model): + """Image Cleaner removes unused images from nodes, freeing up disk space and helping to reduce + attack surface area. Here are settings for the security profile. + + :ivar enabled: Whether to enable Image Cleaner on AKS cluster. + :vartype enabled: bool + :ivar interval_hours: Image Cleaner scanning interval in hours. + :vartype interval_hours: int + """ + + _attribute_map = { + "enabled": {"key": "enabled", "type": "bool"}, + "interval_hours": {"key": "intervalHours", "type": "int"}, + } + + def __init__(self, *, enabled: Optional[bool] = None, interval_hours: Optional[int] = None, **kwargs: Any) -> None: + """ + :keyword enabled: Whether to enable Image Cleaner on AKS cluster. + :paramtype enabled: bool + :keyword interval_hours: Image Cleaner scanning interval in hours. + :paramtype interval_hours: int + """ + super().__init__(**kwargs) + self.enabled = enabled + self.interval_hours = interval_hours + + +class ManagedClusterSecurityProfileNodeRestriction(_serialization.Model): + """Node Restriction settings for the security profile. + + :ivar enabled: Whether to enable Node Restriction. + :vartype enabled: bool + """ + + _attribute_map = { + "enabled": {"key": "enabled", "type": "bool"}, + } + + def __init__(self, *, enabled: Optional[bool] = None, **kwargs: Any) -> None: + """ + :keyword enabled: Whether to enable Node Restriction. + :paramtype enabled: bool + """ + super().__init__(**kwargs) + self.enabled = enabled + + +class ManagedClusterSecurityProfileWorkloadIdentity(_serialization.Model): + """Workload identity settings for the security profile. + + :ivar enabled: Whether to enable workload identity. + :vartype enabled: bool + """ + + _attribute_map = { + "enabled": {"key": "enabled", "type": "bool"}, + } + + def __init__(self, *, enabled: Optional[bool] = None, **kwargs: Any) -> None: + """ + :keyword enabled: Whether to enable workload identity. + :paramtype enabled: bool + """ + super().__init__(**kwargs) + self.enabled = enabled + + +class ManagedClusterServicePrincipalProfile(_serialization.Model): + """Information about a service principal identity for the cluster to use for manipulating Azure + APIs. + + All required parameters must be populated in order to send to Azure. + + :ivar client_id: The ID for the service principal. Required. + :vartype client_id: str + :ivar secret: The secret password associated with the service principal in plain text. + :vartype secret: str + """ + + _validation = { + "client_id": {"required": True}, + } + + _attribute_map = { + "client_id": {"key": "clientId", "type": "str"}, + "secret": {"key": "secret", "type": "str"}, + } + + def __init__(self, *, client_id: str, secret: Optional[str] = None, **kwargs: Any) -> None: + """ + :keyword client_id: The ID for the service principal. Required. + :paramtype client_id: str + :keyword secret: The secret password associated with the service principal in plain text. + :paramtype secret: str + """ + super().__init__(**kwargs) + self.client_id = client_id + self.secret = secret + + +class ManagedClusterSKU(_serialization.Model): + """The SKU of a Managed Cluster. + + :ivar name: The name of a managed cluster SKU. "Base" + :vartype name: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSKUName + :ivar tier: If not specified, the default is 'Free'. See `AKS Pricing Tier + `_ for more details. Known + values are: "Standard" and "Free". + :vartype tier: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSKUTier + """ + + _attribute_map = { + "name": {"key": "name", "type": "str"}, + "tier": {"key": "tier", "type": "str"}, + } + + def __init__( + self, + *, + name: Optional[Union[str, "_models.ManagedClusterSKUName"]] = None, + tier: Optional[Union[str, "_models.ManagedClusterSKUTier"]] = None, + **kwargs: Any + ) -> None: + """ + :keyword name: The name of a managed cluster SKU. "Base" + :paramtype name: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSKUName + :keyword tier: If not specified, the default is 'Free'. See `AKS Pricing Tier + `_ for more details. Known + values are: "Standard" and "Free". + :paramtype tier: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSKUTier + """ + super().__init__(**kwargs) + self.name = name + self.tier = tier + + +class ManagedClusterSnapshot(TrackedResource): + """A managed cluster snapshot resource. + + 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}. + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". + :vartype type: str + :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy + information. + :vartype system_data: ~azure.mgmt.containerservice.v2023_02_02_preview.models.SystemData + :ivar tags: Resource tags. + :vartype tags: dict[str, str] + :ivar location: The geo-location where the resource lives. Required. + :vartype location: str + :ivar creation_data: CreationData to be used to specify the source resource ID to create this + snapshot. + :vartype creation_data: ~azure.mgmt.containerservice.v2023_02_02_preview.models.CreationData + :ivar snapshot_type: The type of a snapshot. The default is NodePool. Known values are: + "NodePool" and "ManagedCluster". + :vartype snapshot_type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.SnapshotType + :ivar managed_cluster_properties_read_only: What the properties will be showed when getting + managed cluster snapshot. Those properties are read-only. + :vartype managed_cluster_properties_read_only: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterPropertiesForSnapshot + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "system_data": {"readonly": True}, + "location": {"required": True}, + "managed_cluster_properties_read_only": {"readonly": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "system_data": {"key": "systemData", "type": "SystemData"}, + "tags": {"key": "tags", "type": "{str}"}, + "location": {"key": "location", "type": "str"}, + "creation_data": {"key": "properties.creationData", "type": "CreationData"}, + "snapshot_type": {"key": "properties.snapshotType", "type": "str"}, + "managed_cluster_properties_read_only": { + "key": "properties.managedClusterPropertiesReadOnly", + "type": "ManagedClusterPropertiesForSnapshot", + }, + } + + def __init__( + self, + *, + location: str, + tags: Optional[Dict[str, str]] = None, + creation_data: Optional["_models.CreationData"] = None, + snapshot_type: Union[str, "_models.SnapshotType"] = "NodePool", + **kwargs: Any + ) -> None: + """ + :keyword tags: Resource tags. + :paramtype tags: dict[str, str] + :keyword location: The geo-location where the resource lives. Required. + :paramtype location: str + :keyword creation_data: CreationData to be used to specify the source resource ID to create + this snapshot. + :paramtype creation_data: ~azure.mgmt.containerservice.v2023_02_02_preview.models.CreationData + :keyword snapshot_type: The type of a snapshot. The default is NodePool. Known values are: + "NodePool" and "ManagedCluster". + :paramtype snapshot_type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.SnapshotType + """ + super().__init__(tags=tags, location=location, **kwargs) + self.creation_data = creation_data + self.snapshot_type = snapshot_type + self.managed_cluster_properties_read_only = None + + +class ManagedClusterSnapshotListResult(_serialization.Model): + """The response from the List Managed Cluster Snapshots operation. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar value: The list of managed cluster snapshots. + :vartype value: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSnapshot] + :ivar next_link: The URL to get the next set of managed cluster snapshot results. + :vartype next_link: str + """ + + _validation = { + "next_link": {"readonly": True}, + } + + _attribute_map = { + "value": {"key": "value", "type": "[ManagedClusterSnapshot]"}, + "next_link": {"key": "nextLink", "type": "str"}, + } + + def __init__(self, *, value: Optional[List["_models.ManagedClusterSnapshot"]] = None, **kwargs: Any) -> None: + """ + :keyword value: The list of managed cluster snapshots. + :paramtype value: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSnapshot] + """ + super().__init__(**kwargs) + self.value = value + self.next_link = None + + +class ManagedClusterStorageProfile(_serialization.Model): + """Storage profile for the container service cluster. + + :ivar disk_csi_driver: AzureDisk CSI Driver settings for the storage profile. + :vartype disk_csi_driver: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterStorageProfileDiskCSIDriver + :ivar file_csi_driver: AzureFile CSI Driver settings for the storage profile. + :vartype file_csi_driver: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterStorageProfileFileCSIDriver + :ivar snapshot_controller: Snapshot Controller settings for the storage profile. + :vartype snapshot_controller: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterStorageProfileSnapshotController + :ivar blob_csi_driver: AzureBlob CSI Driver settings for the storage profile. + :vartype blob_csi_driver: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterStorageProfileBlobCSIDriver + """ + + _attribute_map = { + "disk_csi_driver": {"key": "diskCSIDriver", "type": "ManagedClusterStorageProfileDiskCSIDriver"}, + "file_csi_driver": {"key": "fileCSIDriver", "type": "ManagedClusterStorageProfileFileCSIDriver"}, + "snapshot_controller": {"key": "snapshotController", "type": "ManagedClusterStorageProfileSnapshotController"}, + "blob_csi_driver": {"key": "blobCSIDriver", "type": "ManagedClusterStorageProfileBlobCSIDriver"}, + } + + def __init__( + self, + *, + disk_csi_driver: Optional["_models.ManagedClusterStorageProfileDiskCSIDriver"] = None, + file_csi_driver: Optional["_models.ManagedClusterStorageProfileFileCSIDriver"] = None, + snapshot_controller: Optional["_models.ManagedClusterStorageProfileSnapshotController"] = None, + blob_csi_driver: Optional["_models.ManagedClusterStorageProfileBlobCSIDriver"] = None, + **kwargs: Any + ) -> None: + """ + :keyword disk_csi_driver: AzureDisk CSI Driver settings for the storage profile. + :paramtype disk_csi_driver: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterStorageProfileDiskCSIDriver + :keyword file_csi_driver: AzureFile CSI Driver settings for the storage profile. + :paramtype file_csi_driver: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterStorageProfileFileCSIDriver + :keyword snapshot_controller: Snapshot Controller settings for the storage profile. + :paramtype snapshot_controller: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterStorageProfileSnapshotController + :keyword blob_csi_driver: AzureBlob CSI Driver settings for the storage profile. + :paramtype blob_csi_driver: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterStorageProfileBlobCSIDriver + """ + super().__init__(**kwargs) + self.disk_csi_driver = disk_csi_driver + self.file_csi_driver = file_csi_driver + self.snapshot_controller = snapshot_controller + self.blob_csi_driver = blob_csi_driver + + +class ManagedClusterStorageProfileBlobCSIDriver(_serialization.Model): + """AzureBlob CSI Driver settings for the storage profile. + + :ivar enabled: Whether to enable AzureBlob CSI Driver. The default value is false. + :vartype enabled: bool + """ + + _attribute_map = { + "enabled": {"key": "enabled", "type": "bool"}, + } + + def __init__(self, *, enabled: Optional[bool] = None, **kwargs: Any) -> None: + """ + :keyword enabled: Whether to enable AzureBlob CSI Driver. The default value is false. + :paramtype enabled: bool + """ + super().__init__(**kwargs) + self.enabled = enabled + + +class ManagedClusterStorageProfileDiskCSIDriver(_serialization.Model): + """AzureDisk CSI Driver settings for the storage profile. + + :ivar enabled: Whether to enable AzureDisk CSI Driver. The default value is true. + :vartype enabled: bool + :ivar version: The version of AzureDisk CSI Driver. The default value is v1. + :vartype version: str + """ + + _attribute_map = { + "enabled": {"key": "enabled", "type": "bool"}, + "version": {"key": "version", "type": "str"}, + } + + def __init__(self, *, enabled: Optional[bool] = None, version: Optional[str] = None, **kwargs: Any) -> None: + """ + :keyword enabled: Whether to enable AzureDisk CSI Driver. The default value is true. + :paramtype enabled: bool + :keyword version: The version of AzureDisk CSI Driver. The default value is v1. + :paramtype version: str + """ + super().__init__(**kwargs) + self.enabled = enabled + self.version = version + + +class ManagedClusterStorageProfileFileCSIDriver(_serialization.Model): + """AzureFile CSI Driver settings for the storage profile. + + :ivar enabled: Whether to enable AzureFile CSI Driver. The default value is true. + :vartype enabled: bool + """ + + _attribute_map = { + "enabled": {"key": "enabled", "type": "bool"}, + } + + def __init__(self, *, enabled: Optional[bool] = None, **kwargs: Any) -> None: + """ + :keyword enabled: Whether to enable AzureFile CSI Driver. The default value is true. + :paramtype enabled: bool + """ + super().__init__(**kwargs) + self.enabled = enabled + + +class ManagedClusterStorageProfileSnapshotController(_serialization.Model): + """Snapshot Controller settings for the storage profile. + + :ivar enabled: Whether to enable Snapshot Controller. The default value is true. + :vartype enabled: bool + """ + + _attribute_map = { + "enabled": {"key": "enabled", "type": "bool"}, + } + + def __init__(self, *, enabled: Optional[bool] = None, **kwargs: Any) -> None: + """ + :keyword enabled: Whether to enable Snapshot Controller. The default value is true. + :paramtype enabled: bool + """ + super().__init__(**kwargs) + self.enabled = enabled + + +class ManagedClusterUpgradeProfile(_serialization.Model): + """The list of available upgrades for compute pools. + + 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: The ID of the upgrade profile. + :vartype id: str + :ivar name: The name of the upgrade profile. + :vartype name: str + :ivar type: The type of the upgrade profile. + :vartype type: str + :ivar control_plane_profile: The list of available upgrade versions for the control plane. + Required. + :vartype control_plane_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterPoolUpgradeProfile + :ivar agent_pool_profiles: The list of available upgrade versions for agent pools. Required. + :vartype agent_pool_profiles: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterPoolUpgradeProfile] + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "control_plane_profile": {"required": True}, + "agent_pool_profiles": {"required": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "control_plane_profile": {"key": "properties.controlPlaneProfile", "type": "ManagedClusterPoolUpgradeProfile"}, + "agent_pool_profiles": {"key": "properties.agentPoolProfiles", "type": "[ManagedClusterPoolUpgradeProfile]"}, + } + + def __init__( + self, + *, + control_plane_profile: "_models.ManagedClusterPoolUpgradeProfile", + agent_pool_profiles: List["_models.ManagedClusterPoolUpgradeProfile"], + **kwargs: Any + ) -> None: + """ + :keyword control_plane_profile: The list of available upgrade versions for the control plane. + Required. + :paramtype control_plane_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterPoolUpgradeProfile + :keyword agent_pool_profiles: The list of available upgrade versions for agent pools. Required. + :paramtype agent_pool_profiles: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterPoolUpgradeProfile] + """ + super().__init__(**kwargs) + self.id = None + self.name = None + self.type = None + self.control_plane_profile = control_plane_profile + self.agent_pool_profiles = agent_pool_profiles + + +class ManagedClusterWindowsProfile(_serialization.Model): + """Profile for Windows VMs in the managed cluster. + + All required parameters must be populated in order to send to Azure. + + :ivar admin_username: Specifies the name of the administrator account. :code:`
`:code:`
` + **Restriction:** Cannot end in "." :code:`
`:code:`
` **Disallowed values:** + "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", + "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", + "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", + "test3", "user4", "user5". :code:`
`:code:`
` **Minimum-length:** 1 character + :code:`
`:code:`
` **Max-length:** 20 characters. Required. + :vartype admin_username: str + :ivar admin_password: Specifies the password of the administrator account. + :code:`
`:code:`
` **Minimum-length:** 8 characters :code:`
`:code:`
` + **Max-length:** 123 characters :code:`
`:code:`
` **Complexity requirements:** 3 out of 4 + conditions below need to be fulfilled :code:`
` Has lower characters :code:`
`Has upper + characters :code:`
` Has a digit :code:`
` Has a special character (Regex match [\W_]) + :code:`
`:code:`
` **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", + "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!". + :vartype admin_password: str + :ivar license_type: The license type to use for Windows VMs. See `Azure Hybrid User Benefits + `_ for more details. Known values are: + "None" and "Windows_Server". + :vartype license_type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.LicenseType + :ivar enable_csi_proxy: For more details on CSI proxy, see the `CSI proxy GitHub repo + `_. + :vartype enable_csi_proxy: bool + :ivar gmsa_profile: The Windows gMSA Profile in the Managed Cluster. + :vartype gmsa_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.WindowsGmsaProfile + """ + + _validation = { + "admin_username": {"required": True}, + } + + _attribute_map = { + "admin_username": {"key": "adminUsername", "type": "str"}, + "admin_password": {"key": "adminPassword", "type": "str"}, + "license_type": {"key": "licenseType", "type": "str"}, + "enable_csi_proxy": {"key": "enableCSIProxy", "type": "bool"}, + "gmsa_profile": {"key": "gmsaProfile", "type": "WindowsGmsaProfile"}, + } + + def __init__( + self, + *, + admin_username: str, + admin_password: Optional[str] = None, + license_type: Optional[Union[str, "_models.LicenseType"]] = None, + enable_csi_proxy: Optional[bool] = None, + gmsa_profile: Optional["_models.WindowsGmsaProfile"] = None, + **kwargs: Any + ) -> None: + """ + :keyword admin_username: Specifies the name of the administrator account. + :code:`
`:code:`
` **Restriction:** Cannot end in "." :code:`
`:code:`
` + **Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", + "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", + "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", + "sys", "test2", "test3", "user4", "user5". :code:`
`:code:`
` **Minimum-length:** 1 + character :code:`
`:code:`
` **Max-length:** 20 characters. Required. + :paramtype admin_username: str + :keyword admin_password: Specifies the password of the administrator account. + :code:`
`:code:`
` **Minimum-length:** 8 characters :code:`
`:code:`
` + **Max-length:** 123 characters :code:`
`:code:`
` **Complexity requirements:** 3 out of 4 + conditions below need to be fulfilled :code:`
` Has lower characters :code:`
`Has upper + characters :code:`
` Has a digit :code:`
` Has a special character (Regex match [\W_]) + :code:`
`:code:`
` **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", + "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!". + :paramtype admin_password: str + :keyword license_type: The license type to use for Windows VMs. See `Azure Hybrid User Benefits + `_ for more details. Known values are: + "None" and "Windows_Server". + :paramtype license_type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.LicenseType + :keyword enable_csi_proxy: For more details on CSI proxy, see the `CSI proxy GitHub repo + `_. + :paramtype enable_csi_proxy: bool + :keyword gmsa_profile: The Windows gMSA Profile in the Managed Cluster. + :paramtype gmsa_profile: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.WindowsGmsaProfile + """ + super().__init__(**kwargs) + self.admin_username = admin_username + self.admin_password = admin_password + self.license_type = license_type + self.enable_csi_proxy = enable_csi_proxy + self.gmsa_profile = gmsa_profile + + +class ManagedClusterWorkloadAutoScalerProfile(_serialization.Model): + """Workload Auto-scaler profile for the managed cluster. + + :ivar keda: KEDA (Kubernetes Event-driven Autoscaling) settings for the workload auto-scaler + profile. + :vartype keda: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterWorkloadAutoScalerProfileKeda + :ivar vertical_pod_autoscaler: + :vartype vertical_pod_autoscaler: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler + """ + + _attribute_map = { + "keda": {"key": "keda", "type": "ManagedClusterWorkloadAutoScalerProfileKeda"}, + "vertical_pod_autoscaler": { + "key": "verticalPodAutoscaler", + "type": "ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler", + }, + } + + def __init__( + self, + *, + keda: Optional["_models.ManagedClusterWorkloadAutoScalerProfileKeda"] = None, + vertical_pod_autoscaler: Optional[ + "_models.ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler" + ] = None, + **kwargs: Any + ) -> None: + """ + :keyword keda: KEDA (Kubernetes Event-driven Autoscaling) settings for the workload auto-scaler + profile. + :paramtype keda: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterWorkloadAutoScalerProfileKeda + :keyword vertical_pod_autoscaler: + :paramtype vertical_pod_autoscaler: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler + """ + super().__init__(**kwargs) + self.keda = keda + self.vertical_pod_autoscaler = vertical_pod_autoscaler + + +class ManagedClusterWorkloadAutoScalerProfileKeda(_serialization.Model): + """KEDA (Kubernetes Event-driven Autoscaling) settings for the workload auto-scaler profile. + + All required parameters must be populated in order to send to Azure. + + :ivar enabled: Whether to enable KEDA. Required. + :vartype enabled: bool + """ + + _validation = { + "enabled": {"required": True}, + } + + _attribute_map = { + "enabled": {"key": "enabled", "type": "bool"}, + } + + def __init__(self, *, enabled: bool, **kwargs: Any) -> None: + """ + :keyword enabled: Whether to enable KEDA. Required. + :paramtype enabled: bool + """ + super().__init__(**kwargs) + self.enabled = enabled + + +class ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler(_serialization.Model): + """ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler. + + All required parameters must be populated in order to send to Azure. + + :ivar enabled: Whether to enable VPA. Default value is false. Required. + :vartype enabled: bool + :ivar controlled_values: Controls which resource value autoscaler will change. Default value is + RequestsAndLimits. Known values are: "RequestsAndLimits" and "RequestsOnly". + :vartype controlled_values: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ControlledValues + :ivar update_mode: Each update mode level is a superset of the lower levels. + Off None: + """ + :keyword enabled: Whether to enable VPA. Default value is false. Required. + :paramtype enabled: bool + :keyword controlled_values: Controls which resource value autoscaler will change. Default value + is RequestsAndLimits. Known values are: "RequestsAndLimits" and "RequestsOnly". + :paramtype controlled_values: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ControlledValues + :keyword update_mode: Each update mode level is a superset of the lower levels. + Off None: + """ """ + super().__init__(**kwargs) + self.principal_id = None + self.client_id = None + + +class NetworkProfileForSnapshot(_serialization.Model): + """network profile for managed cluster snapshot, these properties are read only. + + :ivar network_plugin: networkPlugin for managed cluster snapshot. Known values are: "azure", + "kubenet", and "none". + :vartype network_plugin: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.NetworkPlugin + :ivar network_plugin_mode: NetworkPluginMode for managed cluster snapshot. "Overlay" + :vartype network_plugin_mode: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.NetworkPluginMode + :ivar network_policy: networkPolicy for managed cluster snapshot. Known values are: "calico", + "azure", and "cilium". + :vartype network_policy: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.NetworkPolicy + :ivar network_mode: networkMode for managed cluster snapshot. Known values are: "transparent" + and "bridge". + :vartype network_mode: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.NetworkMode + :ivar load_balancer_sku: loadBalancerSku for managed cluster snapshot. Known values are: + "standard" and "basic". + :vartype load_balancer_sku: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.LoadBalancerSku + """ + + _attribute_map = { + "network_plugin": {"key": "networkPlugin", "type": "str"}, + "network_plugin_mode": {"key": "networkPluginMode", "type": "str"}, + "network_policy": {"key": "networkPolicy", "type": "str"}, + "network_mode": {"key": "networkMode", "type": "str"}, + "load_balancer_sku": {"key": "loadBalancerSku", "type": "str"}, + } + + def __init__( + self, + *, + network_plugin: Union[str, "_models.NetworkPlugin"] = "kubenet", + network_plugin_mode: Optional[Union[str, "_models.NetworkPluginMode"]] = None, + network_policy: Optional[Union[str, "_models.NetworkPolicy"]] = None, + network_mode: Optional[Union[str, "_models.NetworkMode"]] = None, + load_balancer_sku: Optional[Union[str, "_models.LoadBalancerSku"]] = None, + **kwargs: Any + ) -> None: + """ + :keyword network_plugin: networkPlugin for managed cluster snapshot. Known values are: "azure", + "kubenet", and "none". + :paramtype network_plugin: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.NetworkPlugin + :keyword network_plugin_mode: NetworkPluginMode for managed cluster snapshot. "Overlay" + :paramtype network_plugin_mode: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.NetworkPluginMode + :keyword network_policy: networkPolicy for managed cluster snapshot. Known values are: + "calico", "azure", and "cilium". + :paramtype network_policy: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.NetworkPolicy + :keyword network_mode: networkMode for managed cluster snapshot. Known values are: + "transparent" and "bridge". + :paramtype network_mode: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.NetworkMode + :keyword load_balancer_sku: loadBalancerSku for managed cluster snapshot. Known values are: + "standard" and "basic". + :paramtype load_balancer_sku: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.LoadBalancerSku + """ + super().__init__(**kwargs) + self.network_plugin = network_plugin + self.network_plugin_mode = network_plugin_mode + self.network_policy = network_policy + self.network_mode = network_mode + self.load_balancer_sku = load_balancer_sku + + +class OperationListResult(_serialization.Model): + """The List Operation response. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar value: The list of operations. + :vartype value: list[~azure.mgmt.containerservice.v2023_02_02_preview.models.OperationValue] + """ + + _validation = { + "value": {"readonly": True}, + } + + _attribute_map = { + "value": {"key": "value", "type": "[OperationValue]"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.value = None + + +class OperationValue(_serialization.Model): + """Describes the properties of a Operation value. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar origin: The origin of the operation. + :vartype origin: str + :ivar name: The name of the operation. + :vartype name: str + :ivar operation: The display name of the operation. + :vartype operation: str + :ivar resource: The display name of the resource the operation applies to. + :vartype resource: str + :ivar description: The description of the operation. + :vartype description: str + :ivar provider: The resource provider for the operation. + :vartype provider: str + """ + + _validation = { + "origin": {"readonly": True}, + "name": {"readonly": True}, + "operation": {"readonly": True}, + "resource": {"readonly": True}, + "description": {"readonly": True}, + "provider": {"readonly": True}, + } + + _attribute_map = { + "origin": {"key": "origin", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "operation": {"key": "display.operation", "type": "str"}, + "resource": {"key": "display.resource", "type": "str"}, + "description": {"key": "display.description", "type": "str"}, + "provider": {"key": "display.provider", "type": "str"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.origin = None + self.name = None + self.operation = None + self.resource = None + self.description = None + self.provider = None + + +class OSOptionProfile(_serialization.Model): + """The OS option profile. + + 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: The ID of the OS option resource. + :vartype id: str + :ivar name: The name of the OS option resource. + :vartype name: str + :ivar type: The type of the OS option resource. + :vartype type: str + :ivar os_option_property_list: The list of OS options. Required. + :vartype os_option_property_list: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.OSOptionProperty] + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "os_option_property_list": {"required": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "os_option_property_list": {"key": "properties.osOptionPropertyList", "type": "[OSOptionProperty]"}, + } + + def __init__(self, *, os_option_property_list: List["_models.OSOptionProperty"], **kwargs: Any) -> None: + """ + :keyword os_option_property_list: The list of OS options. Required. + :paramtype os_option_property_list: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.OSOptionProperty] + """ + super().__init__(**kwargs) + self.id = None + self.name = None + self.type = None + self.os_option_property_list = os_option_property_list + + +class OSOptionProperty(_serialization.Model): + """OS option property. + + All required parameters must be populated in order to send to Azure. + + :ivar os_type: The OS type. Required. + :vartype os_type: str + :ivar enable_fips_image: Whether the image is FIPS-enabled. Required. + :vartype enable_fips_image: bool + """ + + _validation = { + "os_type": {"required": True}, + "enable_fips_image": {"required": True}, + } + + _attribute_map = { + "os_type": {"key": "os-type", "type": "str"}, + "enable_fips_image": {"key": "enable-fips-image", "type": "bool"}, + } + + def __init__(self, *, os_type: str, enable_fips_image: bool, **kwargs: Any) -> None: + """ + :keyword os_type: The OS type. Required. + :paramtype os_type: str + :keyword enable_fips_image: Whether the image is FIPS-enabled. Required. + :paramtype enable_fips_image: bool + """ + super().__init__(**kwargs) + self.os_type = os_type + self.enable_fips_image = enable_fips_image + + +class OutboundEnvironmentEndpoint(_serialization.Model): + """Egress endpoints which AKS agent nodes connect to for common purpose. + + :ivar category: The category of endpoints accessed by the AKS agent node, e.g. + azure-resource-management, apiserver, etc. + :vartype category: str + :ivar endpoints: The endpoints that AKS agent nodes connect to. + :vartype endpoints: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.EndpointDependency] + """ + + _attribute_map = { + "category": {"key": "category", "type": "str"}, + "endpoints": {"key": "endpoints", "type": "[EndpointDependency]"}, + } + + def __init__( + self, + *, + category: Optional[str] = None, + endpoints: Optional[List["_models.EndpointDependency"]] = None, + **kwargs: Any + ) -> None: + """ + :keyword category: The category of endpoints accessed by the AKS agent node, e.g. + azure-resource-management, apiserver, etc. + :paramtype category: str + :keyword endpoints: The endpoints that AKS agent nodes connect to. + :paramtype endpoints: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.EndpointDependency] + """ + super().__init__(**kwargs) + self.category = category + self.endpoints = endpoints + + +class OutboundEnvironmentEndpointCollection(_serialization.Model): + """Collection of OutboundEnvironmentEndpoint. + + 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 value: Collection of resources. Required. + :vartype value: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.OutboundEnvironmentEndpoint] + :ivar next_link: Link to next page of resources. + :vartype next_link: str + """ + + _validation = { + "value": {"required": True}, + "next_link": {"readonly": True}, + } + + _attribute_map = { + "value": {"key": "value", "type": "[OutboundEnvironmentEndpoint]"}, + "next_link": {"key": "nextLink", "type": "str"}, + } + + def __init__(self, *, value: List["_models.OutboundEnvironmentEndpoint"], **kwargs: Any) -> None: + """ + :keyword value: Collection of resources. Required. + :paramtype value: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.OutboundEnvironmentEndpoint] + """ + super().__init__(**kwargs) + self.value = value + self.next_link = None + + +class PortRange(_serialization.Model): + """The port range. + + :ivar port_start: The minimum port that is included in the range. It should be ranged from 1 to + 65535, and be less than or equal to portEnd. + :vartype port_start: int + :ivar port_end: The maximum port that is included in the range. It should be ranged from 1 to + 65535, and be greater than or equal to portStart. + :vartype port_end: int + :ivar protocol: The network protocol of the port. Known values are: "TCP" and "UDP". + :vartype protocol: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.Protocol + """ + + _validation = { + "port_start": {"maximum": 65535, "minimum": 1}, + "port_end": {"maximum": 65535, "minimum": 1}, + } + + _attribute_map = { + "port_start": {"key": "portStart", "type": "int"}, + "port_end": {"key": "portEnd", "type": "int"}, + "protocol": {"key": "protocol", "type": "str"}, + } + + def __init__( + self, + *, + port_start: Optional[int] = None, + port_end: Optional[int] = None, + protocol: Optional[Union[str, "_models.Protocol"]] = None, + **kwargs: Any + ) -> None: + """ + :keyword port_start: The minimum port that is included in the range. It should be ranged from 1 + to 65535, and be less than or equal to portEnd. + :paramtype port_start: int + :keyword port_end: The maximum port that is included in the range. It should be ranged from 1 + to 65535, and be greater than or equal to portStart. + :paramtype port_end: int + :keyword protocol: The network protocol of the port. Known values are: "TCP" and "UDP". + :paramtype protocol: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.Protocol + """ + super().__init__(**kwargs) + self.port_start = port_start + self.port_end = port_end + self.protocol = protocol + + +class PowerState(_serialization.Model): + """Describes the Power State of the cluster. + + :ivar code: Tells whether the cluster is Running or Stopped. Known values are: "Running" and + "Stopped". + :vartype code: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.Code + """ + + _attribute_map = { + "code": {"key": "code", "type": "str"}, + } + + def __init__(self, *, code: Optional[Union[str, "_models.Code"]] = None, **kwargs: Any) -> None: + """ + :keyword code: Tells whether the cluster is Running or Stopped. Known values are: "Running" and + "Stopped". + :paramtype code: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.Code + """ + super().__init__(**kwargs) + self.code = code + + +class PrivateEndpoint(_serialization.Model): + """Private endpoint which a connection belongs to. + + :ivar id: The resource ID of the private endpoint. + :vartype id: str + """ + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + } + + def __init__(self, *, id: Optional[str] = None, **kwargs: Any) -> None: # pylint: disable=redefined-builtin + """ + :keyword id: The resource ID of the private endpoint. + :paramtype id: str + """ + super().__init__(**kwargs) + self.id = id + + +class PrivateEndpointConnection(_serialization.Model): + """A private endpoint connection. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar id: The ID of the private endpoint connection. + :vartype id: str + :ivar name: The name of the private endpoint connection. + :vartype name: str + :ivar type: The resource type. + :vartype type: str + :ivar provisioning_state: The current provisioning state. Known values are: "Canceled", + "Creating", "Deleting", "Failed", and "Succeeded". + :vartype provisioning_state: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateEndpointConnectionProvisioningState + :ivar private_endpoint: The resource of private endpoint. + :vartype private_endpoint: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateEndpoint + :ivar private_link_service_connection_state: A collection of information about the state of the + connection between service consumer and provider. + :vartype private_link_service_connection_state: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateLinkServiceConnectionState + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "provisioning_state": {"readonly": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "provisioning_state": {"key": "properties.provisioningState", "type": "str"}, + "private_endpoint": {"key": "properties.privateEndpoint", "type": "PrivateEndpoint"}, + "private_link_service_connection_state": { + "key": "properties.privateLinkServiceConnectionState", + "type": "PrivateLinkServiceConnectionState", + }, + } + + def __init__( + self, + *, + private_endpoint: Optional["_models.PrivateEndpoint"] = None, + private_link_service_connection_state: Optional["_models.PrivateLinkServiceConnectionState"] = None, + **kwargs: Any + ) -> None: + """ + :keyword private_endpoint: The resource of private endpoint. + :paramtype private_endpoint: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateEndpoint + :keyword private_link_service_connection_state: A collection of information about the state of + the connection between service consumer and provider. + :paramtype private_link_service_connection_state: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateLinkServiceConnectionState + """ + super().__init__(**kwargs) + self.id = None + self.name = None + self.type = None + self.provisioning_state = None + self.private_endpoint = private_endpoint + self.private_link_service_connection_state = private_link_service_connection_state + + +class PrivateEndpointConnectionListResult(_serialization.Model): + """A list of private endpoint connections. + + :ivar value: The collection value. + :vartype value: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateEndpointConnection] + """ + + _attribute_map = { + "value": {"key": "value", "type": "[PrivateEndpointConnection]"}, + } + + def __init__(self, *, value: Optional[List["_models.PrivateEndpointConnection"]] = None, **kwargs: Any) -> None: + """ + :keyword value: The collection value. + :paramtype value: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateEndpointConnection] + """ + super().__init__(**kwargs) + self.value = value + + +class PrivateLinkResource(_serialization.Model): + """A private link resource. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar id: The ID of the private link resource. + :vartype id: str + :ivar name: The name of the private link resource. + :vartype name: str + :ivar type: The resource type. + :vartype type: str + :ivar group_id: The group ID of the resource. + :vartype group_id: str + :ivar required_members: The RequiredMembers of the resource. + :vartype required_members: list[str] + :ivar private_link_service_id: The private link service ID of the resource, this field is + exposed only to NRP internally. + :vartype private_link_service_id: str + """ + + _validation = { + "private_link_service_id": {"readonly": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "group_id": {"key": "groupId", "type": "str"}, + "required_members": {"key": "requiredMembers", "type": "[str]"}, + "private_link_service_id": {"key": "privateLinkServiceID", "type": "str"}, + } + + def __init__( + self, + *, + id: Optional[str] = None, # pylint: disable=redefined-builtin + name: Optional[str] = None, + type: Optional[str] = None, + group_id: Optional[str] = None, + required_members: Optional[List[str]] = None, + **kwargs: Any + ) -> None: + """ + :keyword id: The ID of the private link resource. + :paramtype id: str + :keyword name: The name of the private link resource. + :paramtype name: str + :keyword type: The resource type. + :paramtype type: str + :keyword group_id: The group ID of the resource. + :paramtype group_id: str + :keyword required_members: The RequiredMembers of the resource. + :paramtype required_members: list[str] + """ + super().__init__(**kwargs) + self.id = id + self.name = name + self.type = type + self.group_id = group_id + self.required_members = required_members + self.private_link_service_id = None + + +class PrivateLinkResourcesListResult(_serialization.Model): + """A list of private link resources. + + :ivar value: The collection value. + :vartype value: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateLinkResource] + """ + + _attribute_map = { + "value": {"key": "value", "type": "[PrivateLinkResource]"}, + } + + def __init__(self, *, value: Optional[List["_models.PrivateLinkResource"]] = None, **kwargs: Any) -> None: + """ + :keyword value: The collection value. + :paramtype value: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateLinkResource] + """ + super().__init__(**kwargs) + self.value = value + + +class PrivateLinkServiceConnectionState(_serialization.Model): + """The state of a private link service connection. + + :ivar status: The private link service connection status. Known values are: "Pending", + "Approved", "Rejected", and "Disconnected". + :vartype status: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ConnectionStatus + :ivar description: The private link service connection description. + :vartype description: str + """ + + _attribute_map = { + "status": {"key": "status", "type": "str"}, + "description": {"key": "description", "type": "str"}, + } + + def __init__( + self, + *, + status: Optional[Union[str, "_models.ConnectionStatus"]] = None, + description: Optional[str] = None, + **kwargs: Any + ) -> None: + """ + :keyword status: The private link service connection status. Known values are: "Pending", + "Approved", "Rejected", and "Disconnected". + :paramtype status: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ConnectionStatus + :keyword description: The private link service connection description. + :paramtype description: str + """ + super().__init__(**kwargs) + self.status = status + self.description = description + + +class RelativeMonthlySchedule(_serialization.Model): + """For schedules like: 'recur every month on the first Monday' or 'recur every 3 months on last + Friday'. + + All required parameters must be populated in order to send to Azure. + + :ivar interval_months: Specifies the number of months between each set of occurrences. + Required. + :vartype interval_months: int + :ivar week_index: Specifies on which instance of the allowed days specified in daysOfWeek the + maintenance occurs. Required. Known values are: "First", "Second", "Third", "Fourth", and + "Last". + :vartype week_index: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.Type + :ivar day_of_week: Specifies on which day of the week the maintenance occurs. Required. Known + values are: "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", and "Saturday". + :vartype day_of_week: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.WeekDay + """ + + _validation = { + "interval_months": {"required": True, "maximum": 6, "minimum": 1}, + "week_index": {"required": True}, + "day_of_week": {"required": True}, + } + + _attribute_map = { + "interval_months": {"key": "intervalMonths", "type": "int"}, + "week_index": {"key": "weekIndex", "type": "str"}, + "day_of_week": {"key": "dayOfWeek", "type": "str"}, + } + + def __init__( + self, + *, + interval_months: int, + week_index: Union[str, "_models.Type"], + day_of_week: Union[str, "_models.WeekDay"], + **kwargs: Any + ) -> None: + """ + :keyword interval_months: Specifies the number of months between each set of occurrences. + Required. + :paramtype interval_months: int + :keyword week_index: Specifies on which instance of the allowed days specified in daysOfWeek + the maintenance occurs. Required. Known values are: "First", "Second", "Third", "Fourth", and + "Last". + :paramtype week_index: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.Type + :keyword day_of_week: Specifies on which day of the week the maintenance occurs. Required. + Known values are: "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", and + "Saturday". + :paramtype day_of_week: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.WeekDay + """ + super().__init__(**kwargs) + self.interval_months = interval_months + self.week_index = week_index + self.day_of_week = day_of_week + + +class ResourceReference(_serialization.Model): + """A reference to an Azure resource. + + :ivar id: The fully qualified Azure resource id. + :vartype id: str + """ + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + } + + def __init__(self, *, id: Optional[str] = None, **kwargs: Any) -> None: # pylint: disable=redefined-builtin + """ + :keyword id: The fully qualified Azure resource id. + :paramtype id: str + """ + super().__init__(**kwargs) + self.id = id + + +class RunCommandRequest(_serialization.Model): + """A run command request. + + All required parameters must be populated in order to send to Azure. + + :ivar command: The command to run. Required. + :vartype command: str + :ivar context: A base64 encoded zip file containing the files required by the command. + :vartype context: str + :ivar cluster_token: AuthToken issued for AKS AAD Server App. + :vartype cluster_token: str + """ + + _validation = { + "command": {"required": True}, + } + + _attribute_map = { + "command": {"key": "command", "type": "str"}, + "context": {"key": "context", "type": "str"}, + "cluster_token": {"key": "clusterToken", "type": "str"}, + } + + def __init__( + self, *, command: str, context: Optional[str] = None, cluster_token: Optional[str] = None, **kwargs: Any + ) -> None: + """ + :keyword command: The command to run. Required. + :paramtype command: str + :keyword context: A base64 encoded zip file containing the files required by the command. + :paramtype context: str + :keyword cluster_token: AuthToken issued for AKS AAD Server App. + :paramtype cluster_token: str + """ + super().__init__(**kwargs) + self.command = command + self.context = context + self.cluster_token = cluster_token + + +class RunCommandResult(_serialization.Model): + """run command result. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar id: The command id. + :vartype id: str + :ivar provisioning_state: provisioning State. + :vartype provisioning_state: str + :ivar exit_code: The exit code of the command. + :vartype exit_code: int + :ivar started_at: The time when the command started. + :vartype started_at: ~datetime.datetime + :ivar finished_at: The time when the command finished. + :vartype finished_at: ~datetime.datetime + :ivar logs: The command output. + :vartype logs: str + :ivar reason: An explanation of why provisioningState is set to failed (if so). + :vartype reason: str + """ + + _validation = { + "id": {"readonly": True}, + "provisioning_state": {"readonly": True}, + "exit_code": {"readonly": True}, + "started_at": {"readonly": True}, + "finished_at": {"readonly": True}, + "logs": {"readonly": True}, + "reason": {"readonly": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "provisioning_state": {"key": "properties.provisioningState", "type": "str"}, + "exit_code": {"key": "properties.exitCode", "type": "int"}, + "started_at": {"key": "properties.startedAt", "type": "iso-8601"}, + "finished_at": {"key": "properties.finishedAt", "type": "iso-8601"}, + "logs": {"key": "properties.logs", "type": "str"}, + "reason": {"key": "properties.reason", "type": "str"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.id = None + self.provisioning_state = None + self.exit_code = None + self.started_at = None + self.finished_at = None + self.logs = None + self.reason = None + + +class Schedule(_serialization.Model): + """One and only one of the schedule types should be specified. Choose either 'daily', 'weekly', + 'absoluteMonthly' or 'relativeMonthly' for your maintenance schedule. + + :ivar daily: For schedules like: 'recur every day' or 'recur every 3 days'. + :vartype daily: ~azure.mgmt.containerservice.v2023_02_02_preview.models.DailySchedule + :ivar weekly: For schedules like: 'recur every Monday' or 'recur every 3 weeks on Wednesday'. + :vartype weekly: ~azure.mgmt.containerservice.v2023_02_02_preview.models.WeeklySchedule + :ivar absolute_monthly: For schedules like: 'recur every month on the 15th' or 'recur every 3 + months on the 20th'. + :vartype absolute_monthly: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.AbsoluteMonthlySchedule + :ivar relative_monthly: For schedules like: 'recur every month on the first Monday' or 'recur + every 3 months on last Friday'. + :vartype relative_monthly: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.RelativeMonthlySchedule + """ + + _attribute_map = { + "daily": {"key": "daily", "type": "DailySchedule"}, + "weekly": {"key": "weekly", "type": "WeeklySchedule"}, + "absolute_monthly": {"key": "absoluteMonthly", "type": "AbsoluteMonthlySchedule"}, + "relative_monthly": {"key": "relativeMonthly", "type": "RelativeMonthlySchedule"}, + } + + def __init__( + self, + *, + daily: Optional["_models.DailySchedule"] = None, + weekly: Optional["_models.WeeklySchedule"] = None, + absolute_monthly: Optional["_models.AbsoluteMonthlySchedule"] = None, + relative_monthly: Optional["_models.RelativeMonthlySchedule"] = None, + **kwargs: Any + ) -> None: + """ + :keyword daily: For schedules like: 'recur every day' or 'recur every 3 days'. + :paramtype daily: ~azure.mgmt.containerservice.v2023_02_02_preview.models.DailySchedule + :keyword weekly: For schedules like: 'recur every Monday' or 'recur every 3 weeks on + Wednesday'. + :paramtype weekly: ~azure.mgmt.containerservice.v2023_02_02_preview.models.WeeklySchedule + :keyword absolute_monthly: For schedules like: 'recur every month on the 15th' or 'recur every + 3 months on the 20th'. + :paramtype absolute_monthly: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.AbsoluteMonthlySchedule + :keyword relative_monthly: For schedules like: 'recur every month on the first Monday' or + 'recur every 3 months on last Friday'. + :paramtype relative_monthly: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.RelativeMonthlySchedule + """ + super().__init__(**kwargs) + self.daily = daily + self.weekly = weekly + self.absolute_monthly = absolute_monthly + self.relative_monthly = relative_monthly + + +class ServiceMeshProfile(_serialization.Model): + """Service mesh profile for a managed cluster. + + All required parameters must be populated in order to send to Azure. + + :ivar mode: Mode of the service mesh. Required. Known values are: "Istio" and "Disabled". + :vartype mode: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.ServiceMeshMode + :ivar istio: Istio service mesh configuration. + :vartype istio: ~azure.mgmt.containerservice.v2023_02_02_preview.models.IstioServiceMesh + """ + + _validation = { + "mode": {"required": True}, + } + + _attribute_map = { + "mode": {"key": "mode", "type": "str"}, + "istio": {"key": "istio", "type": "IstioServiceMesh"}, + } + + def __init__( + self, + *, + mode: Union[str, "_models.ServiceMeshMode"], + istio: Optional["_models.IstioServiceMesh"] = None, + **kwargs: Any + ) -> None: + """ + :keyword mode: Mode of the service mesh. Required. Known values are: "Istio" and "Disabled". + :paramtype mode: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.ServiceMeshMode + :keyword istio: Istio service mesh configuration. + :paramtype istio: ~azure.mgmt.containerservice.v2023_02_02_preview.models.IstioServiceMesh + """ + super().__init__(**kwargs) + self.mode = mode + self.istio = istio + + +class Snapshot(TrackedResource): # pylint: disable=too-many-instance-attributes + """A node pool snapshot resource. + + 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}. + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". + :vartype type: str + :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy + information. + :vartype system_data: ~azure.mgmt.containerservice.v2023_02_02_preview.models.SystemData + :ivar tags: Resource tags. + :vartype tags: dict[str, str] + :ivar location: The geo-location where the resource lives. Required. + :vartype location: str + :ivar creation_data: CreationData to be used to specify the source agent pool resource ID to + create this snapshot. + :vartype creation_data: ~azure.mgmt.containerservice.v2023_02_02_preview.models.CreationData + :ivar snapshot_type: The type of a snapshot. The default is NodePool. Known values are: + "NodePool" and "ManagedCluster". + :vartype snapshot_type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.SnapshotType + :ivar kubernetes_version: The version of Kubernetes. + :vartype kubernetes_version: str + :ivar node_image_version: The version of node image. + :vartype node_image_version: str + :ivar os_type: The operating system type. The default is Linux. Known values are: "Linux" and + "Windows". + :vartype os_type: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.OSType + :ivar os_sku: Specifies the OS SKU used by the agent pool. If not specified, the default is + Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be + changed to Windows2022 after Windows2019 is deprecated. Known values are: "Ubuntu", + "CBLMariner", "Mariner", "Windows2019", and "Windows2022". + :vartype os_sku: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.OSSKU + :ivar vm_size: The size of the VM. + :vartype vm_size: str + :ivar enable_fips: Whether to use a FIPS-enabled OS. + :vartype enable_fips: bool + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "system_data": {"readonly": True}, + "location": {"required": True}, + "kubernetes_version": {"readonly": True}, + "node_image_version": {"readonly": True}, + "os_type": {"readonly": True}, + "os_sku": {"readonly": True}, + "vm_size": {"readonly": True}, + "enable_fips": {"readonly": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "system_data": {"key": "systemData", "type": "SystemData"}, + "tags": {"key": "tags", "type": "{str}"}, + "location": {"key": "location", "type": "str"}, + "creation_data": {"key": "properties.creationData", "type": "CreationData"}, + "snapshot_type": {"key": "properties.snapshotType", "type": "str"}, + "kubernetes_version": {"key": "properties.kubernetesVersion", "type": "str"}, + "node_image_version": {"key": "properties.nodeImageVersion", "type": "str"}, + "os_type": {"key": "properties.osType", "type": "str"}, + "os_sku": {"key": "properties.osSku", "type": "str"}, + "vm_size": {"key": "properties.vmSize", "type": "str"}, + "enable_fips": {"key": "properties.enableFIPS", "type": "bool"}, + } + + def __init__( + self, + *, + location: str, + tags: Optional[Dict[str, str]] = None, + creation_data: Optional["_models.CreationData"] = None, + snapshot_type: Union[str, "_models.SnapshotType"] = "NodePool", + **kwargs: Any + ) -> None: + """ + :keyword tags: Resource tags. + :paramtype tags: dict[str, str] + :keyword location: The geo-location where the resource lives. Required. + :paramtype location: str + :keyword creation_data: CreationData to be used to specify the source agent pool resource ID to + create this snapshot. + :paramtype creation_data: ~azure.mgmt.containerservice.v2023_02_02_preview.models.CreationData + :keyword snapshot_type: The type of a snapshot. The default is NodePool. Known values are: + "NodePool" and "ManagedCluster". + :paramtype snapshot_type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.SnapshotType + """ + super().__init__(tags=tags, location=location, **kwargs) + self.creation_data = creation_data + self.snapshot_type = snapshot_type + self.kubernetes_version = None + self.node_image_version = None + self.os_type = None + self.os_sku = None + self.vm_size = None + self.enable_fips = None + + +class SnapshotListResult(_serialization.Model): + """The response from the List Snapshots operation. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar value: The list of snapshots. + :vartype value: list[~azure.mgmt.containerservice.v2023_02_02_preview.models.Snapshot] + :ivar next_link: The URL to get the next set of snapshot results. + :vartype next_link: str + """ + + _validation = { + "next_link": {"readonly": True}, + } + + _attribute_map = { + "value": {"key": "value", "type": "[Snapshot]"}, + "next_link": {"key": "nextLink", "type": "str"}, + } + + def __init__(self, *, value: Optional[List["_models.Snapshot"]] = None, **kwargs: Any) -> None: + """ + :keyword value: The list of snapshots. + :paramtype value: list[~azure.mgmt.containerservice.v2023_02_02_preview.models.Snapshot] + """ + super().__init__(**kwargs) + self.value = value + self.next_link = None + + +class SysctlConfig(_serialization.Model): # pylint: disable=too-many-instance-attributes + """Sysctl settings for Linux agent nodes. + + :ivar net_core_somaxconn: Sysctl setting net.core.somaxconn. + :vartype net_core_somaxconn: int + :ivar net_core_netdev_max_backlog: Sysctl setting net.core.netdev_max_backlog. + :vartype net_core_netdev_max_backlog: int + :ivar net_core_rmem_default: Sysctl setting net.core.rmem_default. + :vartype net_core_rmem_default: int + :ivar net_core_rmem_max: Sysctl setting net.core.rmem_max. + :vartype net_core_rmem_max: int + :ivar net_core_wmem_default: Sysctl setting net.core.wmem_default. + :vartype net_core_wmem_default: int + :ivar net_core_wmem_max: Sysctl setting net.core.wmem_max. + :vartype net_core_wmem_max: int + :ivar net_core_optmem_max: Sysctl setting net.core.optmem_max. + :vartype net_core_optmem_max: int + :ivar net_ipv4_tcp_max_syn_backlog: Sysctl setting net.ipv4.tcp_max_syn_backlog. + :vartype net_ipv4_tcp_max_syn_backlog: int + :ivar net_ipv4_tcp_max_tw_buckets: Sysctl setting net.ipv4.tcp_max_tw_buckets. + :vartype net_ipv4_tcp_max_tw_buckets: int + :ivar net_ipv4_tcp_fin_timeout: Sysctl setting net.ipv4.tcp_fin_timeout. + :vartype net_ipv4_tcp_fin_timeout: int + :ivar net_ipv4_tcp_keepalive_time: Sysctl setting net.ipv4.tcp_keepalive_time. + :vartype net_ipv4_tcp_keepalive_time: int + :ivar net_ipv4_tcp_keepalive_probes: Sysctl setting net.ipv4.tcp_keepalive_probes. + :vartype net_ipv4_tcp_keepalive_probes: int + :ivar net_ipv4_tcpkeepalive_intvl: Sysctl setting net.ipv4.tcp_keepalive_intvl. + :vartype net_ipv4_tcpkeepalive_intvl: int + :ivar net_ipv4_tcp_tw_reuse: Sysctl setting net.ipv4.tcp_tw_reuse. + :vartype net_ipv4_tcp_tw_reuse: bool + :ivar net_ipv4_ip_local_port_range: Sysctl setting net.ipv4.ip_local_port_range. + :vartype net_ipv4_ip_local_port_range: str + :ivar net_ipv4_neigh_default_gc_thresh1: Sysctl setting net.ipv4.neigh.default.gc_thresh1. + :vartype net_ipv4_neigh_default_gc_thresh1: int + :ivar net_ipv4_neigh_default_gc_thresh2: Sysctl setting net.ipv4.neigh.default.gc_thresh2. + :vartype net_ipv4_neigh_default_gc_thresh2: int + :ivar net_ipv4_neigh_default_gc_thresh3: Sysctl setting net.ipv4.neigh.default.gc_thresh3. + :vartype net_ipv4_neigh_default_gc_thresh3: int + :ivar net_netfilter_nf_conntrack_max: Sysctl setting net.netfilter.nf_conntrack_max. + :vartype net_netfilter_nf_conntrack_max: int + :ivar net_netfilter_nf_conntrack_buckets: Sysctl setting net.netfilter.nf_conntrack_buckets. + :vartype net_netfilter_nf_conntrack_buckets: int + :ivar fs_inotify_max_user_watches: Sysctl setting fs.inotify.max_user_watches. + :vartype fs_inotify_max_user_watches: int + :ivar fs_file_max: Sysctl setting fs.file-max. + :vartype fs_file_max: int + :ivar fs_aio_max_nr: Sysctl setting fs.aio-max-nr. + :vartype fs_aio_max_nr: int + :ivar fs_nr_open: Sysctl setting fs.nr_open. + :vartype fs_nr_open: int + :ivar kernel_threads_max: Sysctl setting kernel.threads-max. + :vartype kernel_threads_max: int + :ivar vm_max_map_count: Sysctl setting vm.max_map_count. + :vartype vm_max_map_count: int + :ivar vm_swappiness: Sysctl setting vm.swappiness. + :vartype vm_swappiness: int + :ivar vm_vfs_cache_pressure: Sysctl setting vm.vfs_cache_pressure. + :vartype vm_vfs_cache_pressure: int + """ + + _attribute_map = { + "net_core_somaxconn": {"key": "netCoreSomaxconn", "type": "int"}, + "net_core_netdev_max_backlog": {"key": "netCoreNetdevMaxBacklog", "type": "int"}, + "net_core_rmem_default": {"key": "netCoreRmemDefault", "type": "int"}, + "net_core_rmem_max": {"key": "netCoreRmemMax", "type": "int"}, + "net_core_wmem_default": {"key": "netCoreWmemDefault", "type": "int"}, + "net_core_wmem_max": {"key": "netCoreWmemMax", "type": "int"}, + "net_core_optmem_max": {"key": "netCoreOptmemMax", "type": "int"}, + "net_ipv4_tcp_max_syn_backlog": {"key": "netIpv4TcpMaxSynBacklog", "type": "int"}, + "net_ipv4_tcp_max_tw_buckets": {"key": "netIpv4TcpMaxTwBuckets", "type": "int"}, + "net_ipv4_tcp_fin_timeout": {"key": "netIpv4TcpFinTimeout", "type": "int"}, + "net_ipv4_tcp_keepalive_time": {"key": "netIpv4TcpKeepaliveTime", "type": "int"}, + "net_ipv4_tcp_keepalive_probes": {"key": "netIpv4TcpKeepaliveProbes", "type": "int"}, + "net_ipv4_tcpkeepalive_intvl": {"key": "netIpv4TcpkeepaliveIntvl", "type": "int"}, + "net_ipv4_tcp_tw_reuse": {"key": "netIpv4TcpTwReuse", "type": "bool"}, + "net_ipv4_ip_local_port_range": {"key": "netIpv4IpLocalPortRange", "type": "str"}, + "net_ipv4_neigh_default_gc_thresh1": {"key": "netIpv4NeighDefaultGcThresh1", "type": "int"}, + "net_ipv4_neigh_default_gc_thresh2": {"key": "netIpv4NeighDefaultGcThresh2", "type": "int"}, + "net_ipv4_neigh_default_gc_thresh3": {"key": "netIpv4NeighDefaultGcThresh3", "type": "int"}, + "net_netfilter_nf_conntrack_max": {"key": "netNetfilterNfConntrackMax", "type": "int"}, + "net_netfilter_nf_conntrack_buckets": {"key": "netNetfilterNfConntrackBuckets", "type": "int"}, + "fs_inotify_max_user_watches": {"key": "fsInotifyMaxUserWatches", "type": "int"}, + "fs_file_max": {"key": "fsFileMax", "type": "int"}, + "fs_aio_max_nr": {"key": "fsAioMaxNr", "type": "int"}, + "fs_nr_open": {"key": "fsNrOpen", "type": "int"}, + "kernel_threads_max": {"key": "kernelThreadsMax", "type": "int"}, + "vm_max_map_count": {"key": "vmMaxMapCount", "type": "int"}, + "vm_swappiness": {"key": "vmSwappiness", "type": "int"}, + "vm_vfs_cache_pressure": {"key": "vmVfsCachePressure", "type": "int"}, + } + + def __init__( # pylint: disable=too-many-locals + self, + *, + net_core_somaxconn: Optional[int] = None, + net_core_netdev_max_backlog: Optional[int] = None, + net_core_rmem_default: Optional[int] = None, + net_core_rmem_max: Optional[int] = None, + net_core_wmem_default: Optional[int] = None, + net_core_wmem_max: Optional[int] = None, + net_core_optmem_max: Optional[int] = None, + net_ipv4_tcp_max_syn_backlog: Optional[int] = None, + net_ipv4_tcp_max_tw_buckets: Optional[int] = None, + net_ipv4_tcp_fin_timeout: Optional[int] = None, + net_ipv4_tcp_keepalive_time: Optional[int] = None, + net_ipv4_tcp_keepalive_probes: Optional[int] = None, + net_ipv4_tcpkeepalive_intvl: Optional[int] = None, + net_ipv4_tcp_tw_reuse: Optional[bool] = None, + net_ipv4_ip_local_port_range: Optional[str] = None, + net_ipv4_neigh_default_gc_thresh1: Optional[int] = None, + net_ipv4_neigh_default_gc_thresh2: Optional[int] = None, + net_ipv4_neigh_default_gc_thresh3: Optional[int] = None, + net_netfilter_nf_conntrack_max: Optional[int] = None, + net_netfilter_nf_conntrack_buckets: Optional[int] = None, + fs_inotify_max_user_watches: Optional[int] = None, + fs_file_max: Optional[int] = None, + fs_aio_max_nr: Optional[int] = None, + fs_nr_open: Optional[int] = None, + kernel_threads_max: Optional[int] = None, + vm_max_map_count: Optional[int] = None, + vm_swappiness: Optional[int] = None, + vm_vfs_cache_pressure: Optional[int] = None, + **kwargs: Any + ) -> None: + """ + :keyword net_core_somaxconn: Sysctl setting net.core.somaxconn. + :paramtype net_core_somaxconn: int + :keyword net_core_netdev_max_backlog: Sysctl setting net.core.netdev_max_backlog. + :paramtype net_core_netdev_max_backlog: int + :keyword net_core_rmem_default: Sysctl setting net.core.rmem_default. + :paramtype net_core_rmem_default: int + :keyword net_core_rmem_max: Sysctl setting net.core.rmem_max. + :paramtype net_core_rmem_max: int + :keyword net_core_wmem_default: Sysctl setting net.core.wmem_default. + :paramtype net_core_wmem_default: int + :keyword net_core_wmem_max: Sysctl setting net.core.wmem_max. + :paramtype net_core_wmem_max: int + :keyword net_core_optmem_max: Sysctl setting net.core.optmem_max. + :paramtype net_core_optmem_max: int + :keyword net_ipv4_tcp_max_syn_backlog: Sysctl setting net.ipv4.tcp_max_syn_backlog. + :paramtype net_ipv4_tcp_max_syn_backlog: int + :keyword net_ipv4_tcp_max_tw_buckets: Sysctl setting net.ipv4.tcp_max_tw_buckets. + :paramtype net_ipv4_tcp_max_tw_buckets: int + :keyword net_ipv4_tcp_fin_timeout: Sysctl setting net.ipv4.tcp_fin_timeout. + :paramtype net_ipv4_tcp_fin_timeout: int + :keyword net_ipv4_tcp_keepalive_time: Sysctl setting net.ipv4.tcp_keepalive_time. + :paramtype net_ipv4_tcp_keepalive_time: int + :keyword net_ipv4_tcp_keepalive_probes: Sysctl setting net.ipv4.tcp_keepalive_probes. + :paramtype net_ipv4_tcp_keepalive_probes: int + :keyword net_ipv4_tcpkeepalive_intvl: Sysctl setting net.ipv4.tcp_keepalive_intvl. + :paramtype net_ipv4_tcpkeepalive_intvl: int + :keyword net_ipv4_tcp_tw_reuse: Sysctl setting net.ipv4.tcp_tw_reuse. + :paramtype net_ipv4_tcp_tw_reuse: bool + :keyword net_ipv4_ip_local_port_range: Sysctl setting net.ipv4.ip_local_port_range. + :paramtype net_ipv4_ip_local_port_range: str + :keyword net_ipv4_neigh_default_gc_thresh1: Sysctl setting net.ipv4.neigh.default.gc_thresh1. + :paramtype net_ipv4_neigh_default_gc_thresh1: int + :keyword net_ipv4_neigh_default_gc_thresh2: Sysctl setting net.ipv4.neigh.default.gc_thresh2. + :paramtype net_ipv4_neigh_default_gc_thresh2: int + :keyword net_ipv4_neigh_default_gc_thresh3: Sysctl setting net.ipv4.neigh.default.gc_thresh3. + :paramtype net_ipv4_neigh_default_gc_thresh3: int + :keyword net_netfilter_nf_conntrack_max: Sysctl setting net.netfilter.nf_conntrack_max. + :paramtype net_netfilter_nf_conntrack_max: int + :keyword net_netfilter_nf_conntrack_buckets: Sysctl setting net.netfilter.nf_conntrack_buckets. + :paramtype net_netfilter_nf_conntrack_buckets: int + :keyword fs_inotify_max_user_watches: Sysctl setting fs.inotify.max_user_watches. + :paramtype fs_inotify_max_user_watches: int + :keyword fs_file_max: Sysctl setting fs.file-max. + :paramtype fs_file_max: int + :keyword fs_aio_max_nr: Sysctl setting fs.aio-max-nr. + :paramtype fs_aio_max_nr: int + :keyword fs_nr_open: Sysctl setting fs.nr_open. + :paramtype fs_nr_open: int + :keyword kernel_threads_max: Sysctl setting kernel.threads-max. + :paramtype kernel_threads_max: int + :keyword vm_max_map_count: Sysctl setting vm.max_map_count. + :paramtype vm_max_map_count: int + :keyword vm_swappiness: Sysctl setting vm.swappiness. + :paramtype vm_swappiness: int + :keyword vm_vfs_cache_pressure: Sysctl setting vm.vfs_cache_pressure. + :paramtype vm_vfs_cache_pressure: int + """ + super().__init__(**kwargs) + self.net_core_somaxconn = net_core_somaxconn + self.net_core_netdev_max_backlog = net_core_netdev_max_backlog + self.net_core_rmem_default = net_core_rmem_default + self.net_core_rmem_max = net_core_rmem_max + self.net_core_wmem_default = net_core_wmem_default + self.net_core_wmem_max = net_core_wmem_max + self.net_core_optmem_max = net_core_optmem_max + self.net_ipv4_tcp_max_syn_backlog = net_ipv4_tcp_max_syn_backlog + self.net_ipv4_tcp_max_tw_buckets = net_ipv4_tcp_max_tw_buckets + self.net_ipv4_tcp_fin_timeout = net_ipv4_tcp_fin_timeout + self.net_ipv4_tcp_keepalive_time = net_ipv4_tcp_keepalive_time + self.net_ipv4_tcp_keepalive_probes = net_ipv4_tcp_keepalive_probes + self.net_ipv4_tcpkeepalive_intvl = net_ipv4_tcpkeepalive_intvl + self.net_ipv4_tcp_tw_reuse = net_ipv4_tcp_tw_reuse + self.net_ipv4_ip_local_port_range = net_ipv4_ip_local_port_range + self.net_ipv4_neigh_default_gc_thresh1 = net_ipv4_neigh_default_gc_thresh1 + self.net_ipv4_neigh_default_gc_thresh2 = net_ipv4_neigh_default_gc_thresh2 + self.net_ipv4_neigh_default_gc_thresh3 = net_ipv4_neigh_default_gc_thresh3 + self.net_netfilter_nf_conntrack_max = net_netfilter_nf_conntrack_max + self.net_netfilter_nf_conntrack_buckets = net_netfilter_nf_conntrack_buckets + self.fs_inotify_max_user_watches = fs_inotify_max_user_watches + self.fs_file_max = fs_file_max + self.fs_aio_max_nr = fs_aio_max_nr + self.fs_nr_open = fs_nr_open + self.kernel_threads_max = kernel_threads_max + self.vm_max_map_count = vm_max_map_count + self.vm_swappiness = vm_swappiness + self.vm_vfs_cache_pressure = vm_vfs_cache_pressure + + +class SystemData(_serialization.Model): + """Metadata pertaining to creation and last modification of the resource. + + :ivar created_by: The identity that created the resource. + :vartype created_by: str + :ivar created_by_type: The type of identity that created the resource. Known values are: + "User", "Application", "ManagedIdentity", and "Key". + :vartype created_by_type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.CreatedByType + :ivar created_at: The timestamp of resource creation (UTC). + :vartype created_at: ~datetime.datetime + :ivar last_modified_by: The identity that last modified the resource. + :vartype last_modified_by: str + :ivar last_modified_by_type: The type of identity that last modified the resource. Known values + are: "User", "Application", "ManagedIdentity", and "Key". + :vartype last_modified_by_type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.CreatedByType + :ivar last_modified_at: The timestamp of resource last modification (UTC). + :vartype last_modified_at: ~datetime.datetime + """ + + _attribute_map = { + "created_by": {"key": "createdBy", "type": "str"}, + "created_by_type": {"key": "createdByType", "type": "str"}, + "created_at": {"key": "createdAt", "type": "iso-8601"}, + "last_modified_by": {"key": "lastModifiedBy", "type": "str"}, + "last_modified_by_type": {"key": "lastModifiedByType", "type": "str"}, + "last_modified_at": {"key": "lastModifiedAt", "type": "iso-8601"}, + } + + def __init__( + self, + *, + created_by: Optional[str] = None, + created_by_type: Optional[Union[str, "_models.CreatedByType"]] = None, + created_at: Optional[datetime.datetime] = None, + last_modified_by: Optional[str] = None, + last_modified_by_type: Optional[Union[str, "_models.CreatedByType"]] = None, + last_modified_at: Optional[datetime.datetime] = None, + **kwargs: Any + ) -> None: + """ + :keyword created_by: The identity that created the resource. + :paramtype created_by: str + :keyword created_by_type: The type of identity that created the resource. Known values are: + "User", "Application", "ManagedIdentity", and "Key". + :paramtype created_by_type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.CreatedByType + :keyword created_at: The timestamp of resource creation (UTC). + :paramtype created_at: ~datetime.datetime + :keyword last_modified_by: The identity that last modified the resource. + :paramtype last_modified_by: str + :keyword last_modified_by_type: The type of identity that last modified the resource. Known + values are: "User", "Application", "ManagedIdentity", and "Key". + :paramtype last_modified_by_type: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.CreatedByType + :keyword last_modified_at: The timestamp of resource last modification (UTC). + :paramtype last_modified_at: ~datetime.datetime + """ + super().__init__(**kwargs) + self.created_by = created_by + self.created_by_type = created_by_type + self.created_at = created_at + self.last_modified_by = last_modified_by + self.last_modified_by_type = last_modified_by_type + self.last_modified_at = last_modified_at + + +class TagsObject(_serialization.Model): + """Tags object for patch operations. + + :ivar tags: Resource tags. + :vartype tags: dict[str, str] + """ + + _attribute_map = { + "tags": {"key": "tags", "type": "{str}"}, + } + + def __init__(self, *, tags: Optional[Dict[str, str]] = None, **kwargs: Any) -> None: + """ + :keyword tags: Resource tags. + :paramtype tags: dict[str, str] + """ + super().__init__(**kwargs) + self.tags = tags + + +class TimeInWeek(_serialization.Model): + """Time in a week. + + :ivar day: The day of the week. Known values are: "Sunday", "Monday", "Tuesday", "Wednesday", + "Thursday", "Friday", and "Saturday". + :vartype day: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.WeekDay + :ivar hour_slots: Each integer hour represents a time range beginning at 0m after the hour + ending at the next hour (non-inclusive). 0 corresponds to 00:00 UTC, 23 corresponds to 23:00 + UTC. Specifying [0, 1] means the 00:00 - 02:00 UTC time range. + :vartype hour_slots: list[int] + """ + + _attribute_map = { + "day": {"key": "day", "type": "str"}, + "hour_slots": {"key": "hourSlots", "type": "[int]"}, + } + + def __init__( + self, + *, + day: Optional[Union[str, "_models.WeekDay"]] = None, + hour_slots: Optional[List[int]] = None, + **kwargs: Any + ) -> None: + """ + :keyword day: The day of the week. Known values are: "Sunday", "Monday", "Tuesday", + "Wednesday", "Thursday", "Friday", and "Saturday". + :paramtype day: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.WeekDay + :keyword hour_slots: Each integer hour represents a time range beginning at 0m after the hour + ending at the next hour (non-inclusive). 0 corresponds to 00:00 UTC, 23 corresponds to 23:00 + UTC. Specifying [0, 1] means the 00:00 - 02:00 UTC time range. + :paramtype hour_slots: list[int] + """ + super().__init__(**kwargs) + self.day = day + self.hour_slots = hour_slots + + +class TimeSpan(_serialization.Model): + """For example, between 2021-05-25T13:00:00Z and 2021-05-25T14:00:00Z. + + :ivar start: The start of a time span. + :vartype start: ~datetime.datetime + :ivar end: The end of a time span. + :vartype end: ~datetime.datetime + """ + + _attribute_map = { + "start": {"key": "start", "type": "iso-8601"}, + "end": {"key": "end", "type": "iso-8601"}, + } + + def __init__( + self, *, start: Optional[datetime.datetime] = None, end: Optional[datetime.datetime] = None, **kwargs: Any + ) -> None: + """ + :keyword start: The start of a time span. + :paramtype start: ~datetime.datetime + :keyword end: The end of a time span. + :paramtype end: ~datetime.datetime + """ + super().__init__(**kwargs) + self.start = start + self.end = end + + +class TrustedAccessRole(_serialization.Model): + """Trusted access role definition. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar source_resource_type: Resource type of Azure resource. + :vartype source_resource_type: str + :ivar name: Name of role, name is unique under a source resource type. + :vartype name: str + :ivar rules: List of rules for the role. This maps to 'rules' property of `Kubernetes Cluster + Role + `_. + :vartype rules: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.TrustedAccessRoleRule] + """ + + _validation = { + "source_resource_type": {"readonly": True}, + "name": {"readonly": True}, + "rules": {"readonly": True}, + } + + _attribute_map = { + "source_resource_type": {"key": "sourceResourceType", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "rules": {"key": "rules", "type": "[TrustedAccessRoleRule]"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.source_resource_type = None + self.name = None + self.rules = None + + +class TrustedAccessRoleBinding(Resource): + """Defines binding between a resource and role. + + 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}. + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". + :vartype type: str + :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy + information. + :vartype system_data: ~azure.mgmt.containerservice.v2023_02_02_preview.models.SystemData + :ivar provisioning_state: The current provisioning state of trusted access role binding. Known + values are: "Canceled", "Deleting", "Failed", "Succeeded", and "Updating". + :vartype provisioning_state: str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.TrustedAccessRoleBindingProvisioningState + :ivar source_resource_id: The ARM resource ID of source resource that trusted access is + configured for. Required. + :vartype source_resource_id: str + :ivar roles: A list of roles to bind, each item is a resource type qualified role name. For + example: 'Microsoft.MachineLearningServices/workspaces/reader'. Required. + :vartype roles: list[str] + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "system_data": {"readonly": True}, + "provisioning_state": {"readonly": True}, + "source_resource_id": {"required": True}, + "roles": {"required": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "system_data": {"key": "systemData", "type": "SystemData"}, + "provisioning_state": {"key": "properties.provisioningState", "type": "str"}, + "source_resource_id": {"key": "properties.sourceResourceId", "type": "str"}, + "roles": {"key": "properties.roles", "type": "[str]"}, + } + + def __init__(self, *, source_resource_id: str, roles: List[str], **kwargs: Any) -> None: + """ + :keyword source_resource_id: The ARM resource ID of source resource that trusted access is + configured for. Required. + :paramtype source_resource_id: str + :keyword roles: A list of roles to bind, each item is a resource type qualified role name. For + example: 'Microsoft.MachineLearningServices/workspaces/reader'. Required. + :paramtype roles: list[str] + """ + super().__init__(**kwargs) + self.provisioning_state = None + self.source_resource_id = source_resource_id + self.roles = roles + + +class TrustedAccessRoleBindingListResult(_serialization.Model): + """List of trusted access role bindings. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar value: Role binding list. + :vartype value: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.TrustedAccessRoleBinding] + :ivar next_link: Link to next page of resources. + :vartype next_link: str + """ + + _validation = { + "next_link": {"readonly": True}, + } + + _attribute_map = { + "value": {"key": "value", "type": "[TrustedAccessRoleBinding]"}, + "next_link": {"key": "nextLink", "type": "str"}, + } + + def __init__(self, *, value: Optional[List["_models.TrustedAccessRoleBinding"]] = None, **kwargs: Any) -> None: + """ + :keyword value: Role binding list. + :paramtype value: + list[~azure.mgmt.containerservice.v2023_02_02_preview.models.TrustedAccessRoleBinding] + """ + super().__init__(**kwargs) + self.value = value + self.next_link = None + + +class TrustedAccessRoleListResult(_serialization.Model): + """List of trusted access roles. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar value: Role list. + :vartype value: list[~azure.mgmt.containerservice.v2023_02_02_preview.models.TrustedAccessRole] + :ivar next_link: Link to next page of resources. + :vartype next_link: str + """ + + _validation = { + "value": {"readonly": True}, + "next_link": {"readonly": True}, + } + + _attribute_map = { + "value": {"key": "value", "type": "[TrustedAccessRole]"}, + "next_link": {"key": "nextLink", "type": "str"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.value = None + self.next_link = None + + +class TrustedAccessRoleRule(_serialization.Model): + """Rule for trusted access role. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar verbs: List of allowed verbs. + :vartype verbs: list[str] + :ivar api_groups: List of allowed apiGroups. + :vartype api_groups: list[str] + :ivar resources: List of allowed resources. + :vartype resources: list[str] + :ivar resource_names: List of allowed names. + :vartype resource_names: list[str] + :ivar non_resource_ur_ls: List of allowed nonResourceURLs. + :vartype non_resource_ur_ls: list[str] + """ + + _validation = { + "verbs": {"readonly": True}, + "api_groups": {"readonly": True}, + "resources": {"readonly": True}, + "resource_names": {"readonly": True}, + "non_resource_ur_ls": {"readonly": True}, + } + + _attribute_map = { + "verbs": {"key": "verbs", "type": "[str]"}, + "api_groups": {"key": "apiGroups", "type": "[str]"}, + "resources": {"key": "resources", "type": "[str]"}, + "resource_names": {"key": "resourceNames", "type": "[str]"}, + "non_resource_ur_ls": {"key": "nonResourceURLs", "type": "[str]"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.verbs = None + self.api_groups = None + self.resources = None + self.resource_names = None + self.non_resource_ur_ls = None + + +class UpgradeOverrideSettings(_serialization.Model): + """Settings for overrides when upgrading a cluster. + + :ivar control_plane_overrides: List of upgrade overrides when upgrading a cluster's control + plane. + :vartype control_plane_overrides: list[str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ControlPlaneUpgradeOverride] + :ivar until: Until when the overrides are effective. Note that this only matches the start time + of an upgrade, and the effectiveness won't change once an upgrade starts even if the ``until`` + expires as upgrade proceeds. This field is not set by default. It must be set for the overrides + to take effect. + :vartype until: ~datetime.datetime + """ + + _attribute_map = { + "control_plane_overrides": {"key": "controlPlaneOverrides", "type": "[str]"}, + "until": {"key": "until", "type": "iso-8601"}, + } + + def __init__( + self, + *, + control_plane_overrides: Optional[List[Union[str, "_models.ControlPlaneUpgradeOverride"]]] = None, + until: Optional[datetime.datetime] = None, + **kwargs: Any + ) -> None: + """ + :keyword control_plane_overrides: List of upgrade overrides when upgrading a cluster's control + plane. + :paramtype control_plane_overrides: list[str or + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ControlPlaneUpgradeOverride] + :keyword until: Until when the overrides are effective. Note that this only matches the start + time of an upgrade, and the effectiveness won't change once an upgrade starts even if the + ``until`` expires as upgrade proceeds. This field is not set by default. It must be set for the + overrides to take effect. + :paramtype until: ~datetime.datetime + """ + super().__init__(**kwargs) + self.control_plane_overrides = control_plane_overrides + self.until = until + + +class WeeklySchedule(_serialization.Model): + """For schedules like: 'recur every Monday' or 'recur every 3 weeks on Wednesday'. + + All required parameters must be populated in order to send to Azure. + + :ivar interval_weeks: Specifies the number of weeks between each set of occurrences. Required. + :vartype interval_weeks: int + :ivar day_of_week: Specifies on which day of the week the maintenance occurs. Required. Known + values are: "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", and "Saturday". + :vartype day_of_week: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.WeekDay + """ + + _validation = { + "interval_weeks": {"required": True, "maximum": 4, "minimum": 1}, + "day_of_week": {"required": True}, + } + + _attribute_map = { + "interval_weeks": {"key": "intervalWeeks", "type": "int"}, + "day_of_week": {"key": "dayOfWeek", "type": "str"}, + } + + def __init__(self, *, interval_weeks: int, day_of_week: Union[str, "_models.WeekDay"], **kwargs: Any) -> None: + """ + :keyword interval_weeks: Specifies the number of weeks between each set of occurrences. + Required. + :paramtype interval_weeks: int + :keyword day_of_week: Specifies on which day of the week the maintenance occurs. Required. + Known values are: "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", and + "Saturday". + :paramtype day_of_week: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.WeekDay + """ + super().__init__(**kwargs) + self.interval_weeks = interval_weeks + self.day_of_week = day_of_week + + +class WindowsGmsaProfile(_serialization.Model): + """Windows gMSA Profile in the managed cluster. + + :ivar enabled: Specifies whether to enable Windows gMSA in the managed cluster. + :vartype enabled: bool + :ivar dns_server: Specifies the DNS server for Windows gMSA. :code:`
`:code:`
` Set it to + empty if you have configured the DNS server in the vnet which is used to create the managed + cluster. + :vartype dns_server: str + :ivar root_domain_name: Specifies the root domain name for Windows gMSA. + :code:`
`:code:`
` Set it to empty if you have configured the DNS server in the vnet + which is used to create the managed cluster. + :vartype root_domain_name: str + """ + + _attribute_map = { + "enabled": {"key": "enabled", "type": "bool"}, + "dns_server": {"key": "dnsServer", "type": "str"}, + "root_domain_name": {"key": "rootDomainName", "type": "str"}, + } + + def __init__( + self, + *, + enabled: Optional[bool] = None, + dns_server: Optional[str] = None, + root_domain_name: Optional[str] = None, + **kwargs: Any + ) -> None: + """ + :keyword enabled: Specifies whether to enable Windows gMSA in the managed cluster. + :paramtype enabled: bool + :keyword dns_server: Specifies the DNS server for Windows gMSA. :code:`
`:code:`
` Set it + to empty if you have configured the DNS server in the vnet which is used to create the managed + cluster. + :paramtype dns_server: str + :keyword root_domain_name: Specifies the root domain name for Windows gMSA. + :code:`
`:code:`
` Set it to empty if you have configured the DNS server in the vnet + which is used to create the managed cluster. + :paramtype root_domain_name: str + """ + super().__init__(**kwargs) + self.enabled = enabled + self.dns_server = dns_server + self.root_domain_name = root_domain_name diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/models/_patch.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/models/_patch.py new file mode 100644 index 00000000000..f7dd3251033 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/models/_patch.py @@ -0,0 +1,20 @@ +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ +"""Customize generated code here. + +Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize +""" +from typing import List + +__all__: List[str] = [] # Add all objects you want publicly available to users at this package level + + +def patch_sdk(): + """Do not remove from this file. + + `patch_sdk` is a last resort escape hatch that allows you to do customizations + you can't accomplish using the techniques described in + https://aka.ms/azsdk/python/dpcodegen/python/customize + """ diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/__init__.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/__init__.py new file mode 100644 index 00000000000..2575b4af365 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/__init__.py @@ -0,0 +1,39 @@ +# 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 ._operations import Operations +from ._managed_clusters_operations import ManagedClustersOperations +from ._maintenance_configurations_operations import MaintenanceConfigurationsOperations +from ._agent_pools_operations import AgentPoolsOperations +from ._private_endpoint_connections_operations import PrivateEndpointConnectionsOperations +from ._private_link_resources_operations import PrivateLinkResourcesOperations +from ._resolve_private_link_service_id_operations import ResolvePrivateLinkServiceIdOperations +from ._snapshots_operations import SnapshotsOperations +from ._managed_cluster_snapshots_operations import ManagedClusterSnapshotsOperations +from ._trusted_access_roles_operations import TrustedAccessRolesOperations +from ._trusted_access_role_bindings_operations import TrustedAccessRoleBindingsOperations + +from ._patch import __all__ as _patch_all +from ._patch import * # pylint: disable=unused-wildcard-import +from ._patch import patch_sdk as _patch_sdk + +__all__ = [ + "Operations", + "ManagedClustersOperations", + "MaintenanceConfigurationsOperations", + "AgentPoolsOperations", + "PrivateEndpointConnectionsOperations", + "PrivateLinkResourcesOperations", + "ResolvePrivateLinkServiceIdOperations", + "SnapshotsOperations", + "ManagedClusterSnapshotsOperations", + "TrustedAccessRolesOperations", + "TrustedAccessRoleBindingsOperations", +] +__all__.extend([p for p in _patch_all if p not in __all__]) +_patch_sdk() diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_agent_pools_operations.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_agent_pools_operations.py new file mode 100644 index 00000000000..281467b058b --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_agent_pools_operations.py @@ -0,0 +1,1402 @@ +# pylint: disable=too-many-lines +# 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 sys +from typing import Any, Callable, Dict, IO, Iterable, Optional, TypeVar, Union, cast, overload +import urllib.parse + +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.paging import ItemPaged +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import HttpResponse +from azure.core.polling import LROPoller, NoPolling, PollingMethod +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat +from azure.mgmt.core.polling.arm_polling import ARMPolling + +from .. import models as _models +from ..._serialization import Serializer +from .._vendor import _convert_request, _format_url_section + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_abort_latest_operation_request( + resource_group_name: str, resource_name: str, agent_pool_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclusters/{resourceName}/agentPools/{agentPoolName}/abort", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + "agentPoolName": _SERIALIZER.url( + "agent_pool_name", agent_pool_name, "str", max_length=12, min_length=1, pattern=r"^[a-z][a-z0-9]{0,11}$" + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="POST", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_list_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_get_request( + resource_group_name: str, resource_name: str, agent_pool_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + "agentPoolName": _SERIALIZER.url( + "agent_pool_name", agent_pool_name, "str", max_length=12, min_length=1, pattern=r"^[a-z][a-z0-9]{0,11}$" + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_create_or_update_request( + resource_group_name: str, resource_name: str, agent_pool_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + "agentPoolName": _SERIALIZER.url("agent_pool_name", agent_pool_name, "str"), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PUT", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_delete_request( + resource_group_name: str, + resource_name: str, + agent_pool_name: str, + subscription_id: str, + *, + ignore_pod_disruption_budget: Optional[bool] = None, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + "agentPoolName": _SERIALIZER.url("agent_pool_name", agent_pool_name, "str"), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + if ignore_pod_disruption_budget is not None: + _params["ignore-pod-disruption-budget"] = _SERIALIZER.query( + "ignore_pod_disruption_budget", ignore_pod_disruption_budget, "bool" + ) + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="DELETE", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_get_upgrade_profile_request( + resource_group_name: str, resource_name: str, agent_pool_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}/upgradeProfiles/default", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + "agentPoolName": _SERIALIZER.url( + "agent_pool_name", agent_pool_name, "str", max_length=12, min_length=1, pattern=r"^[a-z][a-z0-9]{0,11}$" + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_get_available_agent_pool_versions_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/availableAgentPoolVersions", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_upgrade_node_image_version_request( + resource_group_name: str, resource_name: str, agent_pool_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}/upgradeNodeImageVersion", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + "agentPoolName": _SERIALIZER.url( + "agent_pool_name", agent_pool_name, "str", max_length=12, min_length=1, pattern=r"^[a-z][a-z0-9]{0,11}$" + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="POST", url=_url, params=_params, headers=_headers, **kwargs) + + +class AgentPoolsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.containerservice.v2023_02_02_preview.ContainerServiceClient`'s + :attr:`agent_pools` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs): + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + def _abort_latest_operation_initial( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, agent_pool_name: str, **kwargs: Any + ) -> None: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_abort_latest_operation_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + agent_pool_name=agent_pool_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self._abort_latest_operation_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [202, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + response_headers = {} + if response.status_code == 202: + response_headers["location"] = self._deserialize("str", response.headers.get("location")) + response_headers["Azure-AsyncOperation"] = self._deserialize( + "str", response.headers.get("Azure-AsyncOperation") + ) + + if cls: + return cls(pipeline_response, None, response_headers) + + _abort_latest_operation_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclusters/{resourceName}/agentPools/{agentPoolName}/abort" + } + + @distributed_trace + def begin_abort_latest_operation( + self, resource_group_name: str, resource_name: str, agent_pool_name: str, **kwargs: Any + ) -> LROPoller[None]: + """Aborts last operation running on agent pool. + + Aborts the currently running operation on the agent pool. The Agent Pool will be moved to a + Canceling state and eventually to a Canceled state when cancellation finishes. If the operation + completes before cancellation can take place, an error is returned. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param agent_pool_name: The name of the agent pool. Required. + :type agent_pool_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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = self._abort_latest_operation_initial( # type: ignore + resource_group_name=resource_group_name, + resource_name=resource_name, + agent_pool_name=agent_pool_name, + api_version=api_version, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): # pylint: disable=inconsistent-return-statements + if cls: + return cls(pipeline_response, None, {}) + + if polling is True: + polling_method: PollingMethod = cast( + PollingMethod, ARMPolling(lro_delay, lro_options={"final-state-via": "location"}, **kwargs) + ) + elif polling is False: + polling_method = cast(PollingMethod, NoPolling()) + else: + polling_method = polling + 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, + ) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_abort_latest_operation.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclusters/{resourceName}/agentPools/{agentPoolName}/abort" + } + + @distributed_trace + def list(self, resource_group_name: str, resource_name: str, **kwargs: Any) -> Iterable["_models.AgentPool"]: + """Gets a list of agent pools in the specified managed cluster. + + Gets a list of agent pools in the specified managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either AgentPool or the result of cls(response) + :rtype: + ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPool] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.AgentPoolListResult] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + def extract_data(pipeline_response): + deserialized = self._deserialize("AgentPoolListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): + request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + list.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools" + } + + @distributed_trace + def get( + self, resource_group_name: str, resource_name: str, agent_pool_name: str, **kwargs: Any + ) -> _models.AgentPool: + """Gets the specified managed cluster agent pool. + + Gets the specified managed cluster agent pool. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param agent_pool_name: The name of the agent pool. Required. + :type agent_pool_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: AgentPool or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPool + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.AgentPool] = kwargs.pop("cls", None) + + request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + agent_pool_name=agent_pool_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.get.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("AgentPool", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}" + } + + def _create_or_update_initial( + self, + resource_group_name: str, + resource_name: str, + agent_pool_name: str, + parameters: Union[_models.AgentPool, IO], + **kwargs: Any + ) -> _models.AgentPool: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.AgentPool] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(parameters, (IO, bytes)): + _content = parameters + else: + _json = self._serialize.body(parameters, "AgentPool") + + request = build_create_or_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + agent_pool_name=agent_pool_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self._create_or_update_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if response.status_code == 200: + deserialized = self._deserialize("AgentPool", pipeline_response) + + if response.status_code == 201: + deserialized = self._deserialize("AgentPool", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + _create_or_update_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}" + } + + @overload + def begin_create_or_update( + self, + resource_group_name: str, + resource_name: str, + agent_pool_name: str, + parameters: _models.AgentPool, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> LROPoller[_models.AgentPool]: + """Creates or updates an agent pool in the specified managed cluster. + + Creates or updates an agent pool in the specified managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param agent_pool_name: The name of the agent pool. Required. + :type agent_pool_name: str + :param parameters: The agent pool to create or update. Required. + :type parameters: ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPool + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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 AgentPool or the result of cls(response) + :rtype: + ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPool] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def begin_create_or_update( + self, + resource_group_name: str, + resource_name: str, + agent_pool_name: str, + parameters: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> LROPoller[_models.AgentPool]: + """Creates or updates an agent pool in the specified managed cluster. + + Creates or updates an agent pool in the specified managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param agent_pool_name: The name of the agent pool. Required. + :type agent_pool_name: str + :param parameters: The agent pool to create or update. Required. + :type parameters: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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 AgentPool or the result of cls(response) + :rtype: + ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPool] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def begin_create_or_update( + self, + resource_group_name: str, + resource_name: str, + agent_pool_name: str, + parameters: Union[_models.AgentPool, IO], + **kwargs: Any + ) -> LROPoller[_models.AgentPool]: + """Creates or updates an agent pool in the specified managed cluster. + + Creates or updates an agent pool in the specified managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param agent_pool_name: The name of the agent pool. Required. + :type agent_pool_name: str + :param parameters: The agent pool to create or update. Is either a AgentPool type or a IO type. + Required. + :type parameters: ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPool or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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 AgentPool or the result of cls(response) + :rtype: + ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPool] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.AgentPool] = kwargs.pop("cls", None) + polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = self._create_or_update_initial( + resource_group_name=resource_group_name, + resource_name=resource_name, + agent_pool_name=agent_pool_name, + parameters=parameters, + api_version=api_version, + content_type=content_type, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): + deserialized = self._deserialize("AgentPool", pipeline_response) + if cls: + return cls(pipeline_response, deserialized, {}) + return deserialized + + if polling is True: + polling_method: PollingMethod = cast(PollingMethod, ARMPolling(lro_delay, **kwargs)) + elif polling is False: + polling_method = cast(PollingMethod, NoPolling()) + else: + polling_method = polling + 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, + ) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_create_or_update.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}" + } + + def _delete_initial( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + resource_name: str, + agent_pool_name: str, + ignore_pod_disruption_budget: Optional[bool] = None, + **kwargs: Any + ) -> None: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + agent_pool_name=agent_pool_name, + subscription_id=self._config.subscription_id, + ignore_pod_disruption_budget=ignore_pod_disruption_budget, + api_version=api_version, + template_url=self._delete_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [202, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + response_headers = {} + if response.status_code == 202: + response_headers["Location"] = self._deserialize("str", response.headers.get("Location")) + + if cls: + return cls(pipeline_response, None, response_headers) + + _delete_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}" + } + + @distributed_trace + def begin_delete( + self, + resource_group_name: str, + resource_name: str, + agent_pool_name: str, + ignore_pod_disruption_budget: Optional[bool] = None, + **kwargs: Any + ) -> LROPoller[None]: + """Deletes an agent pool in the specified managed cluster. + + Deletes an agent pool in the specified managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param agent_pool_name: The name of the agent pool. Required. + :type agent_pool_name: str + :param ignore_pod_disruption_budget: ignore-pod-disruption-budget=true to delete those pods on + a node without considering Pod Disruption Budget. Default value is None. + :type ignore_pod_disruption_budget: bool + :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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = self._delete_initial( # type: ignore + resource_group_name=resource_group_name, + resource_name=resource_name, + agent_pool_name=agent_pool_name, + ignore_pod_disruption_budget=ignore_pod_disruption_budget, + api_version=api_version, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): # pylint: disable=inconsistent-return-statements + if cls: + return cls(pipeline_response, None, {}) + + if polling is True: + polling_method: PollingMethod = cast(PollingMethod, ARMPolling(lro_delay, **kwargs)) + elif polling is False: + polling_method = cast(PollingMethod, NoPolling()) + else: + polling_method = polling + 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, + ) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_delete.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}" + } + + @distributed_trace + def get_upgrade_profile( + self, resource_group_name: str, resource_name: str, agent_pool_name: str, **kwargs: Any + ) -> _models.AgentPoolUpgradeProfile: + """Gets the upgrade profile for an agent pool. + + Gets the upgrade profile for an agent pool. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param agent_pool_name: The name of the agent pool. Required. + :type agent_pool_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: AgentPoolUpgradeProfile or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolUpgradeProfile + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.AgentPoolUpgradeProfile] = kwargs.pop("cls", None) + + request = build_get_upgrade_profile_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + agent_pool_name=agent_pool_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.get_upgrade_profile.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("AgentPoolUpgradeProfile", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get_upgrade_profile.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}/upgradeProfiles/default" + } + + @distributed_trace + def get_available_agent_pool_versions( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> _models.AgentPoolAvailableVersions: + """Gets a list of supported Kubernetes versions for the specified agent pool. + + See `supported Kubernetes versions + `_ for more details about + the version lifecycle. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: AgentPoolAvailableVersions or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPoolAvailableVersions + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.AgentPoolAvailableVersions] = kwargs.pop("cls", None) + + request = build_get_available_agent_pool_versions_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.get_available_agent_pool_versions.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("AgentPoolAvailableVersions", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get_available_agent_pool_versions.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/availableAgentPoolVersions" + } + + def _upgrade_node_image_version_initial( + self, resource_group_name: str, resource_name: str, agent_pool_name: str, **kwargs: Any + ) -> Optional[_models.AgentPool]: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[Optional[_models.AgentPool]] = kwargs.pop("cls", None) + + request = build_upgrade_node_image_version_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + agent_pool_name=agent_pool_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self._upgrade_node_image_version_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = None + response_headers = {} + if response.status_code == 202: + response_headers["Azure-AsyncOperation"] = self._deserialize( + "str", response.headers.get("Azure-AsyncOperation") + ) + + deserialized = self._deserialize("AgentPool", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, response_headers) + + return deserialized + + _upgrade_node_image_version_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}/upgradeNodeImageVersion" + } + + @distributed_trace + def begin_upgrade_node_image_version( + self, resource_group_name: str, resource_name: str, agent_pool_name: str, **kwargs: Any + ) -> LROPoller[_models.AgentPool]: + """Upgrades the node image version of an agent pool to the latest. + + Upgrading the node image version of an agent pool applies the newest OS and runtime updates to + the nodes. AKS provides one new image per week with the latest updates. For more details on + node image versions, see: https://docs.microsoft.com/azure/aks/node-image-upgrade. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param agent_pool_name: The name of the agent pool. Required. + :type agent_pool_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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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 AgentPool or the result of cls(response) + :rtype: + ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_02_02_preview.models.AgentPool] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = self._upgrade_node_image_version_initial( + resource_group_name=resource_group_name, + resource_name=resource_name, + agent_pool_name=agent_pool_name, + api_version=api_version, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): + response_headers = {} + response = pipeline_response.http_response + response_headers["Azure-AsyncOperation"] = self._deserialize( + "str", response.headers.get("Azure-AsyncOperation") + ) + + deserialized = self._deserialize("AgentPool", pipeline_response) + if cls: + return cls(pipeline_response, deserialized, response_headers) + return deserialized + + if polling is True: + polling_method: PollingMethod = cast( + PollingMethod, ARMPolling(lro_delay, lro_options={"final-state-via": "location"}, **kwargs) + ) + elif polling is False: + polling_method = cast(PollingMethod, NoPolling()) + else: + polling_method = polling + 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, + ) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_upgrade_node_image_version.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}/upgradeNodeImageVersion" + } diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_maintenance_configurations_operations.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_maintenance_configurations_operations.py new file mode 100644 index 00000000000..599d5f3f170 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_maintenance_configurations_operations.py @@ -0,0 +1,632 @@ +# pylint: disable=too-many-lines +# 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 sys +from typing import Any, Callable, Dict, IO, Iterable, Optional, TypeVar, Union, overload +import urllib.parse + +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.paging import ItemPaged +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import HttpResponse +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from ..._serialization import Serializer +from .._vendor import _convert_request, _format_url_section + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_list_by_managed_cluster_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_get_request( + resource_group_name: str, resource_name: str, config_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations/{configName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + "configName": _SERIALIZER.url("config_name", config_name, "str"), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_create_or_update_request( + resource_group_name: str, resource_name: str, config_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations/{configName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + "configName": _SERIALIZER.url("config_name", config_name, "str"), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PUT", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_delete_request( + resource_group_name: str, resource_name: str, config_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations/{configName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + "configName": _SERIALIZER.url("config_name", config_name, "str"), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="DELETE", url=_url, params=_params, headers=_headers, **kwargs) + + +class MaintenanceConfigurationsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.containerservice.v2023_02_02_preview.ContainerServiceClient`'s + :attr:`maintenance_configurations` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs): + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list_by_managed_cluster( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> Iterable["_models.MaintenanceConfiguration"]: + """Gets a list of maintenance configurations in the specified managed cluster. + + Gets a list of maintenance configurations in the specified managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either MaintenanceConfiguration or the result of + cls(response) + :rtype: + ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_02_02_preview.models.MaintenanceConfiguration] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.MaintenanceConfigurationListResult] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_by_managed_cluster_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list_by_managed_cluster.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + def extract_data(pipeline_response): + deserialized = self._deserialize("MaintenanceConfigurationListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): + request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + list_by_managed_cluster.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations" + } + + @distributed_trace + def get( + self, resource_group_name: str, resource_name: str, config_name: str, **kwargs: Any + ) -> _models.MaintenanceConfiguration: + """Gets the specified maintenance configuration of a managed cluster. + + Gets the specified maintenance configuration of a managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param config_name: The name of the maintenance configuration. Required. + :type config_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: MaintenanceConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.MaintenanceConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.MaintenanceConfiguration] = kwargs.pop("cls", None) + + request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + config_name=config_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.get.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("MaintenanceConfiguration", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations/{configName}" + } + + @overload + def create_or_update( + self, + resource_group_name: str, + resource_name: str, + config_name: str, + parameters: _models.MaintenanceConfiguration, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.MaintenanceConfiguration: + """Creates or updates a maintenance configuration in the specified managed cluster. + + Creates or updates a maintenance configuration in the specified managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param config_name: The name of the maintenance configuration. Required. + :type config_name: str + :param parameters: The maintenance configuration to create or update. Required. + :type parameters: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.MaintenanceConfiguration + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: MaintenanceConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.MaintenanceConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def create_or_update( + self, + resource_group_name: str, + resource_name: str, + config_name: str, + parameters: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.MaintenanceConfiguration: + """Creates or updates a maintenance configuration in the specified managed cluster. + + Creates or updates a maintenance configuration in the specified managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param config_name: The name of the maintenance configuration. Required. + :type config_name: str + :param parameters: The maintenance configuration to create or update. Required. + :type parameters: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: MaintenanceConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.MaintenanceConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def create_or_update( + self, + resource_group_name: str, + resource_name: str, + config_name: str, + parameters: Union[_models.MaintenanceConfiguration, IO], + **kwargs: Any + ) -> _models.MaintenanceConfiguration: + """Creates or updates a maintenance configuration in the specified managed cluster. + + Creates or updates a maintenance configuration in the specified managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param config_name: The name of the maintenance configuration. Required. + :type config_name: str + :param parameters: The maintenance configuration to create or update. Is either a + MaintenanceConfiguration type or a IO type. Required. + :type parameters: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.MaintenanceConfiguration or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: MaintenanceConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.MaintenanceConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.MaintenanceConfiguration] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(parameters, (IO, bytes)): + _content = parameters + else: + _json = self._serialize.body(parameters, "MaintenanceConfiguration") + + request = build_create_or_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + config_name=config_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self.create_or_update.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("MaintenanceConfiguration", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + create_or_update.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations/{configName}" + } + + @distributed_trace + def delete( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, config_name: str, **kwargs: Any + ) -> None: + """Deletes a maintenance configuration. + + Deletes a maintenance configuration. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param config_name: The name of the maintenance configuration. Required. + :type config_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: None or the result of cls(response) + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + config_name=config_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.delete.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) + + delete.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations/{configName}" + } diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_managed_cluster_snapshots_operations.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_managed_cluster_snapshots_operations.py new file mode 100644 index 00000000000..829bbeb77ee --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_managed_cluster_snapshots_operations.py @@ -0,0 +1,909 @@ +# pylint: disable=too-many-lines +# 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 sys +from typing import Any, Callable, Dict, IO, Iterable, Optional, TypeVar, Union, overload +import urllib.parse + +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.paging import ItemPaged +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import HttpResponse +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from ..._serialization import Serializer +from .._vendor import _convert_request, _format_url_section + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_list_request(subscription_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/managedclustersnapshots" + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_list_by_resource_group_request(resource_group_name: str, subscription_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclustersnapshots", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_get_request(resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclustersnapshots/{resourceName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_create_or_update_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclustersnapshots/{resourceName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PUT", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_update_tags_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclustersnapshots/{resourceName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PATCH", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_delete_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclustersnapshots/{resourceName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="DELETE", url=_url, params=_params, headers=_headers, **kwargs) + + +class ManagedClusterSnapshotsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.containerservice.v2023_02_02_preview.ContainerServiceClient`'s + :attr:`managed_cluster_snapshots` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs): + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list(self, **kwargs: Any) -> Iterable["_models.ManagedClusterSnapshot"]: + """Gets a list of managed cluster snapshots in the specified subscription. + + Gets a list of managed cluster snapshots in the specified subscription. + + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either ManagedClusterSnapshot or the result of + cls(response) + :rtype: + ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSnapshot] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.ManagedClusterSnapshotListResult] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_request( + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + def extract_data(pipeline_response): + deserialized = self._deserialize("ManagedClusterSnapshotListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): + request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + list.metadata = { + "url": "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/managedclustersnapshots" + } + + @distributed_trace + def list_by_resource_group( + self, resource_group_name: str, **kwargs: Any + ) -> Iterable["_models.ManagedClusterSnapshot"]: + """Lists managed cluster snapshots in the specified subscription and resource group. + + Lists managed cluster snapshots in the specified subscription and resource group. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :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 ManagedClusterSnapshot or the result of + cls(response) + :rtype: + ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSnapshot] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.ManagedClusterSnapshotListResult] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_by_resource_group_request( + resource_group_name=resource_group_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list_by_resource_group.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + def extract_data(pipeline_response): + deserialized = self._deserialize("ManagedClusterSnapshotListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): + request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + list_by_resource_group.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclustersnapshots" + } + + @distributed_trace + def get(self, resource_group_name: str, resource_name: str, **kwargs: Any) -> _models.ManagedClusterSnapshot: + """Gets a managed cluster snapshot. + + Gets a managed cluster snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: ManagedClusterSnapshot or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSnapshot + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.ManagedClusterSnapshot] = kwargs.pop("cls", None) + + request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.get.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("ManagedClusterSnapshot", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclustersnapshots/{resourceName}" + } + + @overload + def create_or_update( + self, + resource_group_name: str, + resource_name: str, + parameters: _models.ManagedClusterSnapshot, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ManagedClusterSnapshot: + """Creates or updates a managed cluster snapshot. + + Creates or updates a managed cluster snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The managed cluster snapshot to create or update. Required. + :type parameters: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSnapshot + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: ManagedClusterSnapshot or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSnapshot + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def create_or_update( + self, + resource_group_name: str, + resource_name: str, + parameters: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ManagedClusterSnapshot: + """Creates or updates a managed cluster snapshot. + + Creates or updates a managed cluster snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The managed cluster snapshot to create or update. Required. + :type parameters: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: ManagedClusterSnapshot or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSnapshot + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def create_or_update( + self, + resource_group_name: str, + resource_name: str, + parameters: Union[_models.ManagedClusterSnapshot, IO], + **kwargs: Any + ) -> _models.ManagedClusterSnapshot: + """Creates or updates a managed cluster snapshot. + + Creates or updates a managed cluster snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The managed cluster snapshot to create or update. Is either a + ManagedClusterSnapshot type or a IO type. Required. + :type parameters: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSnapshot or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: ManagedClusterSnapshot or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSnapshot + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ManagedClusterSnapshot] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(parameters, (IO, bytes)): + _content = parameters + else: + _json = self._serialize.body(parameters, "ManagedClusterSnapshot") + + request = build_create_or_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self.create_or_update.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if response.status_code == 200: + deserialized = self._deserialize("ManagedClusterSnapshot", pipeline_response) + + if response.status_code == 201: + deserialized = self._deserialize("ManagedClusterSnapshot", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + create_or_update.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclustersnapshots/{resourceName}" + } + + @overload + def update_tags( + self, + resource_group_name: str, + resource_name: str, + parameters: _models.TagsObject, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ManagedClusterSnapshot: + """Updates tags on a managed cluster snapshot. + + Updates tags on a managed cluster snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: Parameters supplied to the Update managed cluster snapshot Tags operation. + Required. + :type parameters: ~azure.mgmt.containerservice.v2023_02_02_preview.models.TagsObject + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: ManagedClusterSnapshot or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSnapshot + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def update_tags( + self, + resource_group_name: str, + resource_name: str, + parameters: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ManagedClusterSnapshot: + """Updates tags on a managed cluster snapshot. + + Updates tags on a managed cluster snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: Parameters supplied to the Update managed cluster snapshot Tags operation. + Required. + :type parameters: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: ManagedClusterSnapshot or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSnapshot + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def update_tags( + self, resource_group_name: str, resource_name: str, parameters: Union[_models.TagsObject, IO], **kwargs: Any + ) -> _models.ManagedClusterSnapshot: + """Updates tags on a managed cluster snapshot. + + Updates tags on a managed cluster snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: Parameters supplied to the Update managed cluster snapshot Tags operation. + Is either a TagsObject type or a IO type. Required. + :type parameters: ~azure.mgmt.containerservice.v2023_02_02_preview.models.TagsObject or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: ManagedClusterSnapshot or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterSnapshot + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ManagedClusterSnapshot] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(parameters, (IO, bytes)): + _content = parameters + else: + _json = self._serialize.body(parameters, "TagsObject") + + request = build_update_tags_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self.update_tags.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("ManagedClusterSnapshot", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + update_tags.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclustersnapshots/{resourceName}" + } + + @distributed_trace + def delete( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> None: + """Deletes a managed cluster snapshot. + + Deletes a managed cluster snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: None or the result of cls(response) + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.delete.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) + + delete.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclustersnapshots/{resourceName}" + } diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_managed_clusters_operations.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_managed_clusters_operations.py new file mode 100644 index 00000000000..19e009a14a3 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_managed_clusters_operations.py @@ -0,0 +1,3796 @@ +# pylint: disable=too-many-lines +# 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 sys +from typing import Any, Callable, Dict, IO, Iterable, Optional, TypeVar, Union, cast, overload +import urllib.parse + +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.paging import ItemPaged +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import HttpResponse +from azure.core.polling import LROPoller, NoPolling, PollingMethod +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat +from azure.mgmt.core.polling.arm_polling import ARMPolling + +from .. import models as _models +from ..._serialization import Serializer +from .._vendor import _convert_request, _format_url_section + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_get_os_options_request( + location: str, subscription_id: str, *, resource_type: Optional[str] = None, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/osOptions/default", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "location": _SERIALIZER.url("location", location, "str", min_length=1), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + if resource_type is not None: + _params["resource-type"] = _SERIALIZER.query("resource_type", resource_type, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_list_request(subscription_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/managedClusters" + ) + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_list_by_resource_group_request(resource_group_name: str, subscription_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_get_upgrade_profile_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/upgradeProfiles/default", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_get_access_profile_request( + resource_group_name: str, resource_name: str, role_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/accessProfiles/{roleName}/listCredential", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + "roleName": _SERIALIZER.url("role_name", role_name, "str"), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="POST", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_list_cluster_admin_credentials_request( + resource_group_name: str, + resource_name: str, + subscription_id: str, + *, + server_fqdn: Optional[str] = None, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterAdminCredential", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + if server_fqdn is not None: + _params["server-fqdn"] = _SERIALIZER.query("server_fqdn", server_fqdn, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="POST", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_list_cluster_user_credentials_request( + resource_group_name: str, + resource_name: str, + subscription_id: str, + *, + server_fqdn: Optional[str] = None, + format: Optional[Union[str, _models.Format]] = None, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterUserCredential", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + if server_fqdn is not None: + _params["server-fqdn"] = _SERIALIZER.query("server_fqdn", server_fqdn, "str") + if format is not None: + _params["format"] = _SERIALIZER.query("format", format, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="POST", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_list_cluster_monitoring_user_credentials_request( + resource_group_name: str, + resource_name: str, + subscription_id: str, + *, + server_fqdn: Optional[str] = None, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterMonitoringUserCredential", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + if server_fqdn is not None: + _params["server-fqdn"] = _SERIALIZER.query("server_fqdn", server_fqdn, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="POST", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_get_request(resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_create_or_update_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PUT", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_update_tags_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PATCH", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_delete_request( + resource_group_name: str, + resource_name: str, + subscription_id: str, + *, + ignore_pod_disruption_budget: Optional[bool] = None, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + if ignore_pod_disruption_budget is not None: + _params["ignore-pod-disruption-budget"] = _SERIALIZER.query( + "ignore_pod_disruption_budget", ignore_pod_disruption_budget, "bool" + ) + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="DELETE", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_reset_service_principal_profile_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetServicePrincipalProfile", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="POST", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_reset_aad_profile_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetAADProfile", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="POST", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_abort_latest_operation_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclusters/{resourceName}/abort", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="POST", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_rotate_cluster_certificates_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rotateClusterCertificates", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="POST", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_rotate_service_account_signing_keys_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rotateServiceAccountSigningKeys", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="POST", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_stop_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/stop", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="POST", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_start_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/start", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="POST", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_run_command_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/runCommand", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="POST", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_get_command_result_request( + resource_group_name: str, resource_name: str, command_id: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/commandResults/{commandId}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + "commandId": _SERIALIZER.url("command_id", command_id, "str"), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_list_outbound_network_dependencies_endpoints_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/outboundNetworkDependenciesEndpoints", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +class ManagedClustersOperations: # pylint: disable=too-many-public-methods + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.containerservice.v2023_02_02_preview.ContainerServiceClient`'s + :attr:`managed_clusters` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs): + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def get_os_options( + self, location: str, resource_type: Optional[str] = None, **kwargs: Any + ) -> _models.OSOptionProfile: + """Gets supported OS options in the specified subscription. + + Gets supported OS options in the specified subscription. + + :param location: The name of Azure region. Required. + :type location: str + :param resource_type: The resource type for which the OS options needs to be returned. Default + value is None. + :type resource_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: OSOptionProfile or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.OSOptionProfile + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.OSOptionProfile] = kwargs.pop("cls", None) + + request = build_get_os_options_request( + location=location, + subscription_id=self._config.subscription_id, + resource_type=resource_type, + api_version=api_version, + template_url=self.get_os_options.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("OSOptionProfile", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get_os_options.metadata = { + "url": "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/osOptions/default" + } + + @distributed_trace + def list(self, **kwargs: Any) -> Iterable["_models.ManagedCluster"]: + """Gets a list of managed clusters in the specified subscription. + + Gets a list of managed clusters in the specified subscription. + + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either ManagedCluster or the result of cls(response) + :rtype: + ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedCluster] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.ManagedClusterListResult] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_request( + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + def extract_data(pipeline_response): + deserialized = self._deserialize("ManagedClusterListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): + request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + list.metadata = {"url": "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/managedClusters"} + + @distributed_trace + def list_by_resource_group(self, resource_group_name: str, **kwargs: Any) -> Iterable["_models.ManagedCluster"]: + """Lists managed clusters in the specified subscription and resource group. + + Lists managed clusters in the specified subscription and resource group. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :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 ManagedCluster or the result of cls(response) + :rtype: + ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedCluster] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.ManagedClusterListResult] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_by_resource_group_request( + resource_group_name=resource_group_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list_by_resource_group.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + def extract_data(pipeline_response): + deserialized = self._deserialize("ManagedClusterListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): + request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + list_by_resource_group.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters" + } + + @distributed_trace + def get_upgrade_profile( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> _models.ManagedClusterUpgradeProfile: + """Gets the upgrade profile of a managed cluster. + + Gets the upgrade profile of a managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: ManagedClusterUpgradeProfile or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterUpgradeProfile + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.ManagedClusterUpgradeProfile] = kwargs.pop("cls", None) + + request = build_get_upgrade_profile_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.get_upgrade_profile.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("ManagedClusterUpgradeProfile", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get_upgrade_profile.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/upgradeProfiles/default" + } + + @distributed_trace + def get_access_profile( + self, resource_group_name: str, resource_name: str, role_name: str, **kwargs: Any + ) -> _models.ManagedClusterAccessProfile: + """Gets an access profile of a managed cluster. + + **WARNING**\ : This API will be deprecated. Instead use `ListClusterUserCredentials + `_ or + `ListClusterAdminCredentials + `_ . + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param role_name: The name of the role for managed cluster accessProfile resource. Required. + :type role_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: ManagedClusterAccessProfile or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterAccessProfile + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.ManagedClusterAccessProfile] = kwargs.pop("cls", None) + + request = build_get_access_profile_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + role_name=role_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.get_access_profile.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("ManagedClusterAccessProfile", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get_access_profile.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/accessProfiles/{roleName}/listCredential" + } + + @distributed_trace + def list_cluster_admin_credentials( + self, resource_group_name: str, resource_name: str, server_fqdn: Optional[str] = None, **kwargs: Any + ) -> _models.CredentialResults: + """Lists the admin credentials of a managed cluster. + + Lists the admin credentials of a managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param server_fqdn: server fqdn type for credentials to be returned. Default value is None. + :type server_fqdn: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: CredentialResults or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.CredentialResults + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.CredentialResults] = kwargs.pop("cls", None) + + request = build_list_cluster_admin_credentials_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + server_fqdn=server_fqdn, + api_version=api_version, + template_url=self.list_cluster_admin_credentials.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("CredentialResults", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + list_cluster_admin_credentials.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterAdminCredential" + } + + @distributed_trace + def list_cluster_user_credentials( + self, + resource_group_name: str, + resource_name: str, + server_fqdn: Optional[str] = None, + format: Optional[Union[str, _models.Format]] = None, + **kwargs: Any + ) -> _models.CredentialResults: + """Lists the user credentials of a managed cluster. + + Lists the user credentials of a managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param server_fqdn: server fqdn type for credentials to be returned. Default value is None. + :type server_fqdn: str + :param format: Only apply to AAD clusters, specifies the format of returned kubeconfig. Format + 'azure' will return azure auth-provider kubeconfig; format 'exec' will return exec format + kubeconfig, which requires kubelogin binary in the path. Known values are: "azure" and "exec". + Default value is None. + :type format: str or ~azure.mgmt.containerservice.v2023_02_02_preview.models.Format + :keyword callable cls: A custom type or function that will be passed the direct response + :return: CredentialResults or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.CredentialResults + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.CredentialResults] = kwargs.pop("cls", None) + + request = build_list_cluster_user_credentials_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + server_fqdn=server_fqdn, + format=format, + api_version=api_version, + template_url=self.list_cluster_user_credentials.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("CredentialResults", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + list_cluster_user_credentials.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterUserCredential" + } + + @distributed_trace + def list_cluster_monitoring_user_credentials( + self, resource_group_name: str, resource_name: str, server_fqdn: Optional[str] = None, **kwargs: Any + ) -> _models.CredentialResults: + """Lists the cluster monitoring user credentials of a managed cluster. + + Lists the cluster monitoring user credentials of a managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param server_fqdn: server fqdn type for credentials to be returned. Default value is None. + :type server_fqdn: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: CredentialResults or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.CredentialResults + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.CredentialResults] = kwargs.pop("cls", None) + + request = build_list_cluster_monitoring_user_credentials_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + server_fqdn=server_fqdn, + api_version=api_version, + template_url=self.list_cluster_monitoring_user_credentials.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("CredentialResults", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + list_cluster_monitoring_user_credentials.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterMonitoringUserCredential" + } + + @distributed_trace + def get(self, resource_group_name: str, resource_name: str, **kwargs: Any) -> _models.ManagedCluster: + """Gets a managed cluster. + + Gets a managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: ManagedCluster or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedCluster + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.ManagedCluster] = kwargs.pop("cls", None) + + request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.get.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("ManagedCluster", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}" + } + + def _create_or_update_initial( + self, resource_group_name: str, resource_name: str, parameters: Union[_models.ManagedCluster, IO], **kwargs: Any + ) -> _models.ManagedCluster: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ManagedCluster] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(parameters, (IO, bytes)): + _content = parameters + else: + _json = self._serialize.body(parameters, "ManagedCluster") + + request = build_create_or_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self._create_or_update_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if response.status_code == 200: + deserialized = self._deserialize("ManagedCluster", pipeline_response) + + if response.status_code == 201: + deserialized = self._deserialize("ManagedCluster", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + _create_or_update_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}" + } + + @overload + def begin_create_or_update( + self, + resource_group_name: str, + resource_name: str, + parameters: _models.ManagedCluster, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> LROPoller[_models.ManagedCluster]: + """Creates or updates a managed cluster. + + Creates or updates a managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The managed cluster to create or update. Required. + :type parameters: ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedCluster + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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 ManagedCluster or the result of + cls(response) + :rtype: + ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedCluster] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def begin_create_or_update( + self, + resource_group_name: str, + resource_name: str, + parameters: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> LROPoller[_models.ManagedCluster]: + """Creates or updates a managed cluster. + + Creates or updates a managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The managed cluster to create or update. Required. + :type parameters: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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 ManagedCluster or the result of + cls(response) + :rtype: + ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedCluster] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def begin_create_or_update( + self, resource_group_name: str, resource_name: str, parameters: Union[_models.ManagedCluster, IO], **kwargs: Any + ) -> LROPoller[_models.ManagedCluster]: + """Creates or updates a managed cluster. + + Creates or updates a managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The managed cluster to create or update. Is either a ManagedCluster type or + a IO type. Required. + :type parameters: ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedCluster or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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 ManagedCluster or the result of + cls(response) + :rtype: + ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedCluster] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ManagedCluster] = kwargs.pop("cls", None) + polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = self._create_or_update_initial( + resource_group_name=resource_group_name, + resource_name=resource_name, + parameters=parameters, + api_version=api_version, + content_type=content_type, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): + deserialized = self._deserialize("ManagedCluster", pipeline_response) + if cls: + return cls(pipeline_response, deserialized, {}) + return deserialized + + if polling is True: + polling_method: PollingMethod = cast(PollingMethod, ARMPolling(lro_delay, **kwargs)) + elif polling is False: + polling_method = cast(PollingMethod, NoPolling()) + else: + polling_method = polling + 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, + ) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_create_or_update.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}" + } + + def _update_tags_initial( + self, resource_group_name: str, resource_name: str, parameters: Union[_models.TagsObject, IO], **kwargs: Any + ) -> _models.ManagedCluster: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ManagedCluster] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(parameters, (IO, bytes)): + _content = parameters + else: + _json = self._serialize.body(parameters, "TagsObject") + + request = build_update_tags_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self._update_tags_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("ManagedCluster", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + _update_tags_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}" + } + + @overload + def begin_update_tags( + self, + resource_group_name: str, + resource_name: str, + parameters: _models.TagsObject, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> LROPoller[_models.ManagedCluster]: + """Updates tags on a managed cluster. + + Updates tags on a managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: Parameters supplied to the Update Managed Cluster Tags operation. Required. + :type parameters: ~azure.mgmt.containerservice.v2023_02_02_preview.models.TagsObject + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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 ManagedCluster or the result of + cls(response) + :rtype: + ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedCluster] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def begin_update_tags( + self, + resource_group_name: str, + resource_name: str, + parameters: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> LROPoller[_models.ManagedCluster]: + """Updates tags on a managed cluster. + + Updates tags on a managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: Parameters supplied to the Update Managed Cluster Tags operation. Required. + :type parameters: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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 ManagedCluster or the result of + cls(response) + :rtype: + ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedCluster] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def begin_update_tags( + self, resource_group_name: str, resource_name: str, parameters: Union[_models.TagsObject, IO], **kwargs: Any + ) -> LROPoller[_models.ManagedCluster]: + """Updates tags on a managed cluster. + + Updates tags on a managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: Parameters supplied to the Update Managed Cluster Tags operation. Is either + a TagsObject type or a IO type. Required. + :type parameters: ~azure.mgmt.containerservice.v2023_02_02_preview.models.TagsObject or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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 ManagedCluster or the result of + cls(response) + :rtype: + ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedCluster] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ManagedCluster] = kwargs.pop("cls", None) + polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = self._update_tags_initial( + resource_group_name=resource_group_name, + resource_name=resource_name, + parameters=parameters, + api_version=api_version, + content_type=content_type, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): + deserialized = self._deserialize("ManagedCluster", pipeline_response) + if cls: + return cls(pipeline_response, deserialized, {}) + return deserialized + + if polling is True: + polling_method: PollingMethod = cast(PollingMethod, ARMPolling(lro_delay, **kwargs)) + elif polling is False: + polling_method = cast(PollingMethod, NoPolling()) + else: + polling_method = polling + 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, + ) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_update_tags.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}" + } + + def _delete_initial( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + resource_name: str, + ignore_pod_disruption_budget: Optional[bool] = None, + **kwargs: Any + ) -> None: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + ignore_pod_disruption_budget=ignore_pod_disruption_budget, + api_version=api_version, + template_url=self._delete_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [202, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + response_headers = {} + if response.status_code == 202: + response_headers["Location"] = self._deserialize("str", response.headers.get("Location")) + + if cls: + return cls(pipeline_response, None, response_headers) + + _delete_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}" + } + + @distributed_trace + def begin_delete( + self, + resource_group_name: str, + resource_name: str, + ignore_pod_disruption_budget: Optional[bool] = None, + **kwargs: Any + ) -> LROPoller[None]: + """Deletes a managed cluster. + + Deletes a managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param ignore_pod_disruption_budget: ignore-pod-disruption-budget=true to delete those pods on + a node without considering Pod Disruption Budget. Default value is None. + :type ignore_pod_disruption_budget: bool + :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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = self._delete_initial( # type: ignore + resource_group_name=resource_group_name, + resource_name=resource_name, + ignore_pod_disruption_budget=ignore_pod_disruption_budget, + api_version=api_version, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): # pylint: disable=inconsistent-return-statements + if cls: + return cls(pipeline_response, None, {}) + + if polling is True: + polling_method: PollingMethod = cast(PollingMethod, ARMPolling(lro_delay, **kwargs)) + elif polling is False: + polling_method = cast(PollingMethod, NoPolling()) + else: + polling_method = polling + 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, + ) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_delete.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}" + } + + def _reset_service_principal_profile_initial( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + resource_name: str, + parameters: Union[_models.ManagedClusterServicePrincipalProfile, IO], + **kwargs: Any + ) -> None: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[None] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(parameters, (IO, bytes)): + _content = parameters + else: + _json = self._serialize.body(parameters, "ManagedClusterServicePrincipalProfile") + + request = build_reset_service_principal_profile_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self._reset_service_principal_profile_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + response_headers = {} + if response.status_code == 202: + response_headers["Location"] = self._deserialize("str", response.headers.get("Location")) + + if cls: + return cls(pipeline_response, None, response_headers) + + _reset_service_principal_profile_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetServicePrincipalProfile" + } + + @overload + def begin_reset_service_principal_profile( + self, + resource_group_name: str, + resource_name: str, + parameters: _models.ManagedClusterServicePrincipalProfile, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> LROPoller[None]: + """Reset the Service Principal Profile of a managed cluster. + + This action cannot be performed on a cluster that is not using a service principal. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The service principal profile to set on the managed cluster. Required. + :type parameters: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterServicePrincipalProfile + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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: + """ + + @overload + def begin_reset_service_principal_profile( + self, + resource_group_name: str, + resource_name: str, + parameters: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> LROPoller[None]: + """Reset the Service Principal Profile of a managed cluster. + + This action cannot be performed on a cluster that is not using a service principal. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The service principal profile to set on the managed cluster. Required. + :type parameters: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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: + """ + + @distributed_trace + def begin_reset_service_principal_profile( + self, + resource_group_name: str, + resource_name: str, + parameters: Union[_models.ManagedClusterServicePrincipalProfile, IO], + **kwargs: Any + ) -> LROPoller[None]: + """Reset the Service Principal Profile of a managed cluster. + + This action cannot be performed on a cluster that is not using a service principal. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The service principal profile to set on the managed cluster. Is either a + ManagedClusterServicePrincipalProfile type or a IO type. Required. + :type parameters: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterServicePrincipalProfile + or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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: + """ + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[None] = kwargs.pop("cls", None) + polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = self._reset_service_principal_profile_initial( # type: ignore + resource_group_name=resource_group_name, + resource_name=resource_name, + parameters=parameters, + api_version=api_version, + content_type=content_type, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): # pylint: disable=inconsistent-return-statements + if cls: + return cls(pipeline_response, None, {}) + + if polling is True: + polling_method: PollingMethod = cast( + PollingMethod, ARMPolling(lro_delay, lro_options={"final-state-via": "location"}, **kwargs) + ) + elif polling is False: + polling_method = cast(PollingMethod, NoPolling()) + else: + polling_method = polling + 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, + ) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_reset_service_principal_profile.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetServicePrincipalProfile" + } + + def _reset_aad_profile_initial( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + resource_name: str, + parameters: Union[_models.ManagedClusterAADProfile, IO], + **kwargs: Any + ) -> None: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[None] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(parameters, (IO, bytes)): + _content = parameters + else: + _json = self._serialize.body(parameters, "ManagedClusterAADProfile") + + request = build_reset_aad_profile_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self._reset_aad_profile_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + response_headers = {} + if response.status_code == 202: + response_headers["Location"] = self._deserialize("str", response.headers.get("Location")) + + if cls: + return cls(pipeline_response, None, response_headers) + + _reset_aad_profile_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetAADProfile" + } + + @overload + def begin_reset_aad_profile( + self, + resource_group_name: str, + resource_name: str, + parameters: _models.ManagedClusterAADProfile, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> LROPoller[None]: + """Reset the AAD Profile of a managed cluster. + + **WARNING**\ : This API will be deprecated. Please see `AKS-managed Azure Active Directory + integration `_ to update your cluster with AKS-managed Azure + AD. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The AAD profile to set on the Managed Cluster. Required. + :type parameters: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterAADProfile + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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: + """ + + @overload + def begin_reset_aad_profile( + self, + resource_group_name: str, + resource_name: str, + parameters: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> LROPoller[None]: + """Reset the AAD Profile of a managed cluster. + + **WARNING**\ : This API will be deprecated. Please see `AKS-managed Azure Active Directory + integration `_ to update your cluster with AKS-managed Azure + AD. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The AAD profile to set on the Managed Cluster. Required. + :type parameters: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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: + """ + + @distributed_trace + def begin_reset_aad_profile( + self, + resource_group_name: str, + resource_name: str, + parameters: Union[_models.ManagedClusterAADProfile, IO], + **kwargs: Any + ) -> LROPoller[None]: + """Reset the AAD Profile of a managed cluster. + + **WARNING**\ : This API will be deprecated. Please see `AKS-managed Azure Active Directory + integration `_ to update your cluster with AKS-managed Azure + AD. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The AAD profile to set on the Managed Cluster. Is either a + ManagedClusterAADProfile type or a IO type. Required. + :type parameters: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.ManagedClusterAADProfile or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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: + """ + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[None] = kwargs.pop("cls", None) + polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = self._reset_aad_profile_initial( # type: ignore + resource_group_name=resource_group_name, + resource_name=resource_name, + parameters=parameters, + api_version=api_version, + content_type=content_type, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): # pylint: disable=inconsistent-return-statements + if cls: + return cls(pipeline_response, None, {}) + + if polling is True: + polling_method: PollingMethod = cast( + PollingMethod, ARMPolling(lro_delay, lro_options={"final-state-via": "location"}, **kwargs) + ) + elif polling is False: + polling_method = cast(PollingMethod, NoPolling()) + else: + polling_method = polling + 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, + ) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_reset_aad_profile.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetAADProfile" + } + + def _abort_latest_operation_initial( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> None: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_abort_latest_operation_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self._abort_latest_operation_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [202, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + response_headers = {} + if response.status_code == 202: + response_headers["location"] = self._deserialize("str", response.headers.get("location")) + response_headers["Azure-AsyncOperation"] = self._deserialize( + "str", response.headers.get("Azure-AsyncOperation") + ) + + if cls: + return cls(pipeline_response, None, response_headers) + + _abort_latest_operation_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclusters/{resourceName}/abort" + } + + @distributed_trace + def begin_abort_latest_operation( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> LROPoller[None]: + """Aborts last operation running on managed cluster. + + Aborts the currently running operation on the managed cluster. The Managed Cluster will be + moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If + the operation completes before cancellation can take place, an error is returned. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = self._abort_latest_operation_initial( # type: ignore + resource_group_name=resource_group_name, + resource_name=resource_name, + api_version=api_version, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): # pylint: disable=inconsistent-return-statements + if cls: + return cls(pipeline_response, None, {}) + + if polling is True: + polling_method: PollingMethod = cast( + PollingMethod, ARMPolling(lro_delay, lro_options={"final-state-via": "location"}, **kwargs) + ) + elif polling is False: + polling_method = cast(PollingMethod, NoPolling()) + else: + polling_method = polling + 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, + ) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_abort_latest_operation.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclusters/{resourceName}/abort" + } + + def _rotate_cluster_certificates_initial( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> None: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_rotate_cluster_certificates_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self._rotate_cluster_certificates_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [202, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + response_headers = {} + if response.status_code == 202: + response_headers["Location"] = self._deserialize("str", response.headers.get("Location")) + + if cls: + return cls(pipeline_response, None, response_headers) + + _rotate_cluster_certificates_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rotateClusterCertificates" + } + + @distributed_trace + def begin_rotate_cluster_certificates( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> LROPoller[None]: + """Rotates the certificates of a managed cluster. + + See `Certificate rotation `_ for + more details about rotating managed cluster certificates. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = self._rotate_cluster_certificates_initial( # type: ignore + resource_group_name=resource_group_name, + resource_name=resource_name, + api_version=api_version, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): # pylint: disable=inconsistent-return-statements + if cls: + return cls(pipeline_response, None, {}) + + if polling is True: + polling_method: PollingMethod = cast( + PollingMethod, ARMPolling(lro_delay, lro_options={"final-state-via": "location"}, **kwargs) + ) + elif polling is False: + polling_method = cast(PollingMethod, NoPolling()) + else: + polling_method = polling + 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, + ) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_rotate_cluster_certificates.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rotateClusterCertificates" + } + + def _rotate_service_account_signing_keys_initial( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> None: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_rotate_service_account_signing_keys_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self._rotate_service_account_signing_keys_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [202, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + response_headers = {} + if response.status_code == 202: + response_headers["Location"] = self._deserialize("str", response.headers.get("Location")) + + if cls: + return cls(pipeline_response, None, response_headers) + + _rotate_service_account_signing_keys_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rotateServiceAccountSigningKeys" + } + + @distributed_trace + def begin_rotate_service_account_signing_keys( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> LROPoller[None]: + """Rotates the service account signing keys of a managed cluster. + + Rotates the service account signing keys of a managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = self._rotate_service_account_signing_keys_initial( # type: ignore + resource_group_name=resource_group_name, + resource_name=resource_name, + api_version=api_version, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): # pylint: disable=inconsistent-return-statements + if cls: + return cls(pipeline_response, None, {}) + + if polling is True: + polling_method: PollingMethod = cast( + PollingMethod, ARMPolling(lro_delay, lro_options={"final-state-via": "location"}, **kwargs) + ) + elif polling is False: + polling_method = cast(PollingMethod, NoPolling()) + else: + polling_method = polling + 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, + ) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_rotate_service_account_signing_keys.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rotateServiceAccountSigningKeys" + } + + def _stop_initial( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> None: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_stop_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self._stop_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [202, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + response_headers = {} + if response.status_code == 202: + response_headers["Location"] = self._deserialize("str", response.headers.get("Location")) + + if cls: + return cls(pipeline_response, None, response_headers) + + _stop_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/stop" + } + + @distributed_trace + def begin_stop(self, resource_group_name: str, resource_name: str, **kwargs: Any) -> LROPoller[None]: + """Stops a Managed Cluster. + + This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a + cluster stops the control plane and agent nodes entirely, while maintaining all object and + cluster state. A cluster does not accrue charges while it is stopped. See `stopping a cluster + `_ for more details about stopping a + cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = self._stop_initial( # type: ignore + resource_group_name=resource_group_name, + resource_name=resource_name, + api_version=api_version, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): # pylint: disable=inconsistent-return-statements + if cls: + return cls(pipeline_response, None, {}) + + if polling is True: + polling_method: PollingMethod = cast( + PollingMethod, ARMPolling(lro_delay, lro_options={"final-state-via": "location"}, **kwargs) + ) + elif polling is False: + polling_method = cast(PollingMethod, NoPolling()) + else: + polling_method = polling + 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, + ) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_stop.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/stop" + } + + def _start_initial( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> None: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_start_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self._start_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [202, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + response_headers = {} + if response.status_code == 202: + response_headers["Location"] = self._deserialize("str", response.headers.get("Location")) + + if cls: + return cls(pipeline_response, None, response_headers) + + _start_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/start" + } + + @distributed_trace + def begin_start(self, resource_group_name: str, resource_name: str, **kwargs: Any) -> LROPoller[None]: + """Starts a previously stopped Managed Cluster. + + See `starting a cluster `_ for more + details about starting a cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = self._start_initial( # type: ignore + resource_group_name=resource_group_name, + resource_name=resource_name, + api_version=api_version, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): # pylint: disable=inconsistent-return-statements + if cls: + return cls(pipeline_response, None, {}) + + if polling is True: + polling_method: PollingMethod = cast( + PollingMethod, ARMPolling(lro_delay, lro_options={"final-state-via": "location"}, **kwargs) + ) + elif polling is False: + polling_method = cast(PollingMethod, NoPolling()) + else: + polling_method = polling + 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, + ) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_start.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/start" + } + + def _run_command_initial( + self, + resource_group_name: str, + resource_name: str, + request_payload: Union[_models.RunCommandRequest, IO], + **kwargs: Any + ) -> Optional[_models.RunCommandResult]: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[Optional[_models.RunCommandResult]] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(request_payload, (IO, bytes)): + _content = request_payload + else: + _json = self._serialize.body(request_payload, "RunCommandRequest") + + request = build_run_command_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self._run_command_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = None + response_headers = {} + if response.status_code == 200: + deserialized = self._deserialize("RunCommandResult", pipeline_response) + + if response.status_code == 202: + response_headers["Location"] = self._deserialize("str", response.headers.get("Location")) + + if cls: + return cls(pipeline_response, deserialized, response_headers) + + return deserialized + + _run_command_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/runCommand" + } + + @overload + def begin_run_command( + self, + resource_group_name: str, + resource_name: str, + request_payload: _models.RunCommandRequest, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> LROPoller[_models.RunCommandResult]: + """Submits a command to run against the Managed Cluster. + + AKS will create a pod to run the command. This is primarily useful for private clusters. For + more information see `AKS Run Command + `_. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param request_payload: The run command request. Required. + :type request_payload: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.RunCommandRequest + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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 RunCommandResult or the result of + cls(response) + :rtype: + ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_02_02_preview.models.RunCommandResult] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def begin_run_command( + self, + resource_group_name: str, + resource_name: str, + request_payload: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> LROPoller[_models.RunCommandResult]: + """Submits a command to run against the Managed Cluster. + + AKS will create a pod to run the command. This is primarily useful for private clusters. For + more information see `AKS Run Command + `_. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param request_payload: The run command request. Required. + :type request_payload: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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 RunCommandResult or the result of + cls(response) + :rtype: + ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_02_02_preview.models.RunCommandResult] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def begin_run_command( + self, + resource_group_name: str, + resource_name: str, + request_payload: Union[_models.RunCommandRequest, IO], + **kwargs: Any + ) -> LROPoller[_models.RunCommandResult]: + """Submits a command to run against the Managed Cluster. + + AKS will create a pod to run the command. This is primarily useful for private clusters. For + more information see `AKS Run Command + `_. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param request_payload: The run command request. Is either a RunCommandRequest type or a IO + type. Required. + :type request_payload: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.RunCommandRequest or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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 RunCommandResult or the result of + cls(response) + :rtype: + ~azure.core.polling.LROPoller[~azure.mgmt.containerservice.v2023_02_02_preview.models.RunCommandResult] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.RunCommandResult] = kwargs.pop("cls", None) + polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = self._run_command_initial( + resource_group_name=resource_group_name, + resource_name=resource_name, + request_payload=request_payload, + api_version=api_version, + content_type=content_type, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): + deserialized = self._deserialize("RunCommandResult", pipeline_response) + if cls: + return cls(pipeline_response, deserialized, {}) + return deserialized + + if polling is True: + polling_method: PollingMethod = cast( + PollingMethod, ARMPolling(lro_delay, lro_options={"final-state-via": "location"}, **kwargs) + ) + elif polling is False: + polling_method = cast(PollingMethod, NoPolling()) + else: + polling_method = polling + 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, + ) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_run_command.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/runCommand" + } + + @distributed_trace + def get_command_result( + self, resource_group_name: str, resource_name: str, command_id: str, **kwargs: Any + ) -> Optional[_models.RunCommandResult]: + """Gets the results of a command which has been run on the Managed Cluster. + + Gets the results of a command which has been run on the Managed Cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param command_id: Id of the command. Required. + :type command_id: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: RunCommandResult or None or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.RunCommandResult or None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[Optional[_models.RunCommandResult]] = kwargs.pop("cls", None) + + request = build_get_command_result_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + command_id=command_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.get_command_result.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = None + response_headers = {} + if response.status_code == 200: + deserialized = self._deserialize("RunCommandResult", pipeline_response) + + if response.status_code == 202: + response_headers["Location"] = self._deserialize("str", response.headers.get("Location")) + + if cls: + return cls(pipeline_response, deserialized, response_headers) + + return deserialized + + get_command_result.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/commandResults/{commandId}" + } + + @distributed_trace + def list_outbound_network_dependencies_endpoints( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> Iterable["_models.OutboundEnvironmentEndpoint"]: + """Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the + specified managed cluster. + + Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the + specified managed cluster. The operation returns properties of each egress endpoint. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either OutboundEnvironmentEndpoint or the result of + cls(response) + :rtype: + ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_02_02_preview.models.OutboundEnvironmentEndpoint] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.OutboundEnvironmentEndpointCollection] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_outbound_network_dependencies_endpoints_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list_outbound_network_dependencies_endpoints.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + def extract_data(pipeline_response): + deserialized = self._deserialize("OutboundEnvironmentEndpointCollection", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): + request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + list_outbound_network_dependencies_endpoints.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/outboundNetworkDependenciesEndpoints" + } diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_operations.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_operations.py new file mode 100644 index 00000000000..1705cfba655 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_operations.py @@ -0,0 +1,166 @@ +# pylint: disable=too-many-lines +# 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 sys +from typing import Any, Callable, Dict, Iterable, Optional, TypeVar +import urllib.parse + +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.paging import ItemPaged +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import HttpResponse +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from ..._serialization import Serializer +from .._vendor import _convert_request + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_list_request(**kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop("template_url", "/providers/Microsoft.ContainerService/operations") + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +class Operations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.containerservice.v2023_02_02_preview.ContainerServiceClient`'s + :attr:`operations` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs): + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list(self, **kwargs: Any) -> Iterable["_models.OperationValue"]: + """Gets a list of operations. + + Gets a list of operations. + + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either OperationValue or the result of cls(response) + :rtype: + ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_02_02_preview.models.OperationValue] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.OperationListResult] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_request( + api_version=api_version, + template_url=self.list.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + 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) # type: ignore + return None, iter(list_of_elem) + + def get_next(next_link=None): + request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + list.metadata = {"url": "/providers/Microsoft.ContainerService/operations"} diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_patch.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_patch.py new file mode 100644 index 00000000000..f7dd3251033 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_patch.py @@ -0,0 +1,20 @@ +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ +"""Customize generated code here. + +Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize +""" +from typing import List + +__all__: List[str] = [] # Add all objects you want publicly available to users at this package level + + +def patch_sdk(): + """Do not remove from this file. + + `patch_sdk` is a last resort escape hatch that allows you to do customizations + you can't accomplish using the techniques described in + https://aka.ms/azsdk/python/dpcodegen/python/customize + """ diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_private_endpoint_connections_operations.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_private_endpoint_connections_operations.py new file mode 100644 index 00000000000..7aaebdb0cdb --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_private_endpoint_connections_operations.py @@ -0,0 +1,680 @@ +# pylint: disable=too-many-lines +# 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 sys +from typing import Any, Callable, Dict, IO, Optional, TypeVar, Union, cast, overload + +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import HttpResponse +from azure.core.polling import LROPoller, NoPolling, PollingMethod +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat +from azure.mgmt.core.polling.arm_polling import ARMPolling + +from .. import models as _models +from ..._serialization import Serializer +from .._vendor import _convert_request, _format_url_section + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_list_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_get_request( + resource_group_name: str, + resource_name: str, + private_endpoint_connection_name: str, + subscription_id: str, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + "privateEndpointConnectionName": _SERIALIZER.url( + "private_endpoint_connection_name", private_endpoint_connection_name, "str" + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_update_request( + resource_group_name: str, + resource_name: str, + private_endpoint_connection_name: str, + subscription_id: str, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + "privateEndpointConnectionName": _SERIALIZER.url( + "private_endpoint_connection_name", private_endpoint_connection_name, "str" + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PUT", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_delete_request( + resource_group_name: str, + resource_name: str, + private_endpoint_connection_name: str, + subscription_id: str, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + "privateEndpointConnectionName": _SERIALIZER.url( + "private_endpoint_connection_name", private_endpoint_connection_name, "str" + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="DELETE", url=_url, params=_params, headers=_headers, **kwargs) + + +class PrivateEndpointConnectionsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.containerservice.v2023_02_02_preview.ContainerServiceClient`'s + :attr:`private_endpoint_connections` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs): + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> _models.PrivateEndpointConnectionListResult: + """Gets a list of private endpoint connections in the specified managed cluster. + + To learn more about private clusters, see: + https://docs.microsoft.com/azure/aks/private-clusters. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: PrivateEndpointConnectionListResult or the result of cls(response) + :rtype: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateEndpointConnectionListResult + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.PrivateEndpointConnectionListResult] = kwargs.pop("cls", None) + + request = build_list_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("PrivateEndpointConnectionListResult", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + list.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections" + } + + @distributed_trace + def get( + self, resource_group_name: str, resource_name: str, private_endpoint_connection_name: str, **kwargs: Any + ) -> _models.PrivateEndpointConnection: + """Gets the specified private endpoint connection. + + To learn more about private clusters, see: + https://docs.microsoft.com/azure/aks/private-clusters. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param private_endpoint_connection_name: The name of the private endpoint connection. Required. + :type private_endpoint_connection_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: PrivateEndpointConnection or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateEndpointConnection + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.PrivateEndpointConnection] = kwargs.pop("cls", None) + + request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + private_endpoint_connection_name=private_endpoint_connection_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.get.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("PrivateEndpointConnection", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}" + } + + @overload + def update( + self, + resource_group_name: str, + resource_name: str, + private_endpoint_connection_name: str, + parameters: _models.PrivateEndpointConnection, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.PrivateEndpointConnection: + """Updates a private endpoint connection. + + Updates a private endpoint connection. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param private_endpoint_connection_name: The name of the private endpoint connection. Required. + :type private_endpoint_connection_name: str + :param parameters: The updated private endpoint connection. Required. + :type parameters: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateEndpointConnection + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: PrivateEndpointConnection or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateEndpointConnection + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def update( + self, + resource_group_name: str, + resource_name: str, + private_endpoint_connection_name: str, + parameters: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.PrivateEndpointConnection: + """Updates a private endpoint connection. + + Updates a private endpoint connection. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param private_endpoint_connection_name: The name of the private endpoint connection. Required. + :type private_endpoint_connection_name: str + :param parameters: The updated private endpoint connection. Required. + :type parameters: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: PrivateEndpointConnection or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateEndpointConnection + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def update( + self, + resource_group_name: str, + resource_name: str, + private_endpoint_connection_name: str, + parameters: Union[_models.PrivateEndpointConnection, IO], + **kwargs: Any + ) -> _models.PrivateEndpointConnection: + """Updates a private endpoint connection. + + Updates a private endpoint connection. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param private_endpoint_connection_name: The name of the private endpoint connection. Required. + :type private_endpoint_connection_name: str + :param parameters: The updated private endpoint connection. Is either a + PrivateEndpointConnection type or a IO type. Required. + :type parameters: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateEndpointConnection or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: PrivateEndpointConnection or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateEndpointConnection + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.PrivateEndpointConnection] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(parameters, (IO, bytes)): + _content = parameters + else: + _json = self._serialize.body(parameters, "PrivateEndpointConnection") + + request = build_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + private_endpoint_connection_name=private_endpoint_connection_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self.update.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("PrivateEndpointConnection", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + update.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}" + } + + def _delete_initial( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, private_endpoint_connection_name: str, **kwargs: Any + ) -> None: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + private_endpoint_connection_name=private_endpoint_connection_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self._delete_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) + + _delete_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}" + } + + @distributed_trace + def begin_delete( + self, resource_group_name: str, resource_name: str, private_endpoint_connection_name: str, **kwargs: Any + ) -> LROPoller[None]: + """Deletes a private endpoint connection. + + Deletes a private endpoint connection. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param private_endpoint_connection_name: The name of the private endpoint connection. Required. + :type private_endpoint_connection_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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = self._delete_initial( # type: ignore + resource_group_name=resource_group_name, + resource_name=resource_name, + private_endpoint_connection_name=private_endpoint_connection_name, + api_version=api_version, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): # pylint: disable=inconsistent-return-statements + if cls: + return cls(pipeline_response, None, {}) + + if polling is True: + polling_method: PollingMethod = cast(PollingMethod, ARMPolling(lro_delay, **kwargs)) + elif polling is False: + polling_method = cast(PollingMethod, NoPolling()) + else: + polling_method = polling + 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, + ) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_delete.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}" + } diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_private_link_resources_operations.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_private_link_resources_operations.py new file mode 100644 index 00000000000..53ecc96a638 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_private_link_resources_operations.py @@ -0,0 +1,170 @@ +# pylint: disable=too-many-lines +# 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 sys +from typing import Any, Callable, Dict, Optional, TypeVar + +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import HttpResponse +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from ..._serialization import Serializer +from .._vendor import _convert_request, _format_url_section + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_list_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateLinkResources", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +class PrivateLinkResourcesOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.containerservice.v2023_02_02_preview.ContainerServiceClient`'s + :attr:`private_link_resources` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs): + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> _models.PrivateLinkResourcesListResult: + """Gets a list of private link resources in the specified managed cluster. + + To learn more about private clusters, see: + https://docs.microsoft.com/azure/aks/private-clusters. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: PrivateLinkResourcesListResult or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateLinkResourcesListResult + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.PrivateLinkResourcesListResult] = kwargs.pop("cls", None) + + request = build_list_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("PrivateLinkResourcesListResult", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + list.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateLinkResources" + } diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_resolve_private_link_service_id_operations.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_resolve_private_link_service_id_operations.py new file mode 100644 index 00000000000..1b488dac182 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_resolve_private_link_service_id_operations.py @@ -0,0 +1,255 @@ +# pylint: disable=too-many-lines +# 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 sys +from typing import Any, Callable, Dict, IO, Optional, TypeVar, Union, overload + +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import HttpResponse +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from ..._serialization import Serializer +from .._vendor import _convert_request, _format_url_section + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_post_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resolvePrivateLinkServiceId", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="POST", url=_url, params=_params, headers=_headers, **kwargs) + + +class ResolvePrivateLinkServiceIdOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.containerservice.v2023_02_02_preview.ContainerServiceClient`'s + :attr:`resolve_private_link_service_id` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs): + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @overload + def post( + self, + resource_group_name: str, + resource_name: str, + parameters: _models.PrivateLinkResource, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.PrivateLinkResource: + """Gets the private link service ID for the specified managed cluster. + + Gets the private link service ID for the specified managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: Parameters required in order to resolve a private link service ID. Required. + :type parameters: ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateLinkResource + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: PrivateLinkResource or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateLinkResource + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def post( + self, + resource_group_name: str, + resource_name: str, + parameters: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.PrivateLinkResource: + """Gets the private link service ID for the specified managed cluster. + + Gets the private link service ID for the specified managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: Parameters required in order to resolve a private link service ID. Required. + :type parameters: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: PrivateLinkResource or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateLinkResource + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def post( + self, + resource_group_name: str, + resource_name: str, + parameters: Union[_models.PrivateLinkResource, IO], + **kwargs: Any + ) -> _models.PrivateLinkResource: + """Gets the private link service ID for the specified managed cluster. + + Gets the private link service ID for the specified managed cluster. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: Parameters required in order to resolve a private link service ID. Is either + a PrivateLinkResource type or a IO type. Required. + :type parameters: ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateLinkResource + or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: PrivateLinkResource or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.PrivateLinkResource + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.PrivateLinkResource] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(parameters, (IO, bytes)): + _content = parameters + else: + _json = self._serialize.body(parameters, "PrivateLinkResource") + + request = build_post_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self.post.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("PrivateLinkResource", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + post.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resolvePrivateLinkServiceId" + } diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_snapshots_operations.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_snapshots_operations.py new file mode 100644 index 00000000000..97b60df2a99 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_snapshots_operations.py @@ -0,0 +1,893 @@ +# pylint: disable=too-many-lines +# 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 sys +from typing import Any, Callable, Dict, IO, Iterable, Optional, TypeVar, Union, overload +import urllib.parse + +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.paging import ItemPaged +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import HttpResponse +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from ..._serialization import Serializer +from .._vendor import _convert_request, _format_url_section + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_list_request(subscription_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/snapshots") + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_list_by_resource_group_request(resource_group_name: str, subscription_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_get_request(resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots/{resourceName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_create_or_update_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots/{resourceName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PUT", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_update_tags_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots/{resourceName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PATCH", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_delete_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots/{resourceName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="DELETE", url=_url, params=_params, headers=_headers, **kwargs) + + +class SnapshotsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.containerservice.v2023_02_02_preview.ContainerServiceClient`'s + :attr:`snapshots` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs): + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list(self, **kwargs: Any) -> Iterable["_models.Snapshot"]: + """Gets a list of snapshots in the specified subscription. + + Gets a list of snapshots in the specified subscription. + + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either Snapshot or the result of cls(response) + :rtype: + ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_02_02_preview.models.Snapshot] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.SnapshotListResult] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_request( + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + def extract_data(pipeline_response): + deserialized = self._deserialize("SnapshotListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): + request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + list.metadata = {"url": "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/snapshots"} + + @distributed_trace + def list_by_resource_group(self, resource_group_name: str, **kwargs: Any) -> Iterable["_models.Snapshot"]: + """Lists snapshots in the specified subscription and resource group. + + Lists snapshots in the specified subscription and resource group. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :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 Snapshot or the result of cls(response) + :rtype: + ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_02_02_preview.models.Snapshot] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.SnapshotListResult] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_by_resource_group_request( + resource_group_name=resource_group_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list_by_resource_group.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + def extract_data(pipeline_response): + deserialized = self._deserialize("SnapshotListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): + request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + list_by_resource_group.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots" + } + + @distributed_trace + def get(self, resource_group_name: str, resource_name: str, **kwargs: Any) -> _models.Snapshot: + """Gets a snapshot. + + Gets a snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: Snapshot or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.Snapshot + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.Snapshot] = kwargs.pop("cls", None) + + request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.get.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("Snapshot", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots/{resourceName}" + } + + @overload + def create_or_update( + self, + resource_group_name: str, + resource_name: str, + parameters: _models.Snapshot, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.Snapshot: + """Creates or updates a snapshot. + + Creates or updates a snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The snapshot to create or update. Required. + :type parameters: ~azure.mgmt.containerservice.v2023_02_02_preview.models.Snapshot + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: Snapshot or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.Snapshot + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def create_or_update( + self, + resource_group_name: str, + resource_name: str, + parameters: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.Snapshot: + """Creates or updates a snapshot. + + Creates or updates a snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The snapshot to create or update. Required. + :type parameters: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: Snapshot or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.Snapshot + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def create_or_update( + self, resource_group_name: str, resource_name: str, parameters: Union[_models.Snapshot, IO], **kwargs: Any + ) -> _models.Snapshot: + """Creates or updates a snapshot. + + Creates or updates a snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: The snapshot to create or update. Is either a Snapshot type or a IO type. + Required. + :type parameters: ~azure.mgmt.containerservice.v2023_02_02_preview.models.Snapshot or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: Snapshot or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.Snapshot + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.Snapshot] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(parameters, (IO, bytes)): + _content = parameters + else: + _json = self._serialize.body(parameters, "Snapshot") + + request = build_create_or_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self.create_or_update.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if response.status_code == 200: + deserialized = self._deserialize("Snapshot", pipeline_response) + + if response.status_code == 201: + deserialized = self._deserialize("Snapshot", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + create_or_update.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots/{resourceName}" + } + + @overload + def update_tags( + self, + resource_group_name: str, + resource_name: str, + parameters: _models.TagsObject, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.Snapshot: + """Updates tags on a snapshot. + + Updates tags on a snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: Parameters supplied to the Update snapshot Tags operation. Required. + :type parameters: ~azure.mgmt.containerservice.v2023_02_02_preview.models.TagsObject + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: Snapshot or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.Snapshot + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def update_tags( + self, + resource_group_name: str, + resource_name: str, + parameters: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.Snapshot: + """Updates tags on a snapshot. + + Updates tags on a snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: Parameters supplied to the Update snapshot Tags operation. Required. + :type parameters: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: Snapshot or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.Snapshot + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def update_tags( + self, resource_group_name: str, resource_name: str, parameters: Union[_models.TagsObject, IO], **kwargs: Any + ) -> _models.Snapshot: + """Updates tags on a snapshot. + + Updates tags on a snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param parameters: Parameters supplied to the Update snapshot Tags operation. Is either a + TagsObject type or a IO type. Required. + :type parameters: ~azure.mgmt.containerservice.v2023_02_02_preview.models.TagsObject or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: Snapshot or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.Snapshot + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.Snapshot] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(parameters, (IO, bytes)): + _content = parameters + else: + _json = self._serialize.body(parameters, "TagsObject") + + request = build_update_tags_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self.update_tags.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("Snapshot", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + update_tags.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots/{resourceName}" + } + + @distributed_trace + def delete( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> None: + """Deletes a snapshot. + + Deletes a snapshot. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: None or the result of cls(response) + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.delete.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) + + delete.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots/{resourceName}" + } diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_trusted_access_role_bindings_operations.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_trusted_access_role_bindings_operations.py new file mode 100644 index 00000000000..fbc472cf2d8 --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_trusted_access_role_bindings_operations.py @@ -0,0 +1,665 @@ +# pylint: disable=too-many-lines +# 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 sys +from typing import Any, Callable, Dict, IO, Iterable, Optional, TypeVar, Union, overload +import urllib.parse + +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.paging import ItemPaged +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import HttpResponse +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from ..._serialization import Serializer +from .._vendor import _convert_request, _format_url_section + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_list_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/trustedAccessRoleBindings", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_get_request( + resource_group_name: str, + resource_name: str, + trusted_access_role_binding_name: str, + subscription_id: str, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/trustedAccessRoleBindings/{trustedAccessRoleBindingName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + "trustedAccessRoleBindingName": _SERIALIZER.url( + "trusted_access_role_binding_name", + trusted_access_role_binding_name, + "str", + max_length=24, + min_length=1, + pattern=r"^([A-Za-z0-9-])+$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_create_or_update_request( + resource_group_name: str, + resource_name: str, + trusted_access_role_binding_name: str, + subscription_id: str, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/trustedAccessRoleBindings/{trustedAccessRoleBindingName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + "trustedAccessRoleBindingName": _SERIALIZER.url( + "trusted_access_role_binding_name", + trusted_access_role_binding_name, + "str", + max_length=24, + min_length=1, + pattern=r"^([A-Za-z0-9-])+$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PUT", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_delete_request( + resource_group_name: str, + resource_name: str, + trusted_access_role_binding_name: str, + subscription_id: str, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/trustedAccessRoleBindings/{trustedAccessRoleBindingName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url( + "resource_name", + resource_name, + "str", + max_length=63, + min_length=1, + pattern=r"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$", + ), + "trustedAccessRoleBindingName": _SERIALIZER.url( + "trusted_access_role_binding_name", + trusted_access_role_binding_name, + "str", + max_length=24, + min_length=1, + pattern=r"^([A-Za-z0-9-])+$", + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="DELETE", url=_url, params=_params, headers=_headers, **kwargs) + + +class TrustedAccessRoleBindingsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.containerservice.v2023_02_02_preview.ContainerServiceClient`'s + :attr:`trusted_access_role_bindings` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs): + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> Iterable["_models.TrustedAccessRoleBinding"]: + """List trusted access role bindings. + + List trusted access role bindings. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either TrustedAccessRoleBinding or the result of + cls(response) + :rtype: + ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_02_02_preview.models.TrustedAccessRoleBinding] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.TrustedAccessRoleBindingListResult] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + def extract_data(pipeline_response): + deserialized = self._deserialize("TrustedAccessRoleBindingListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): + request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + list.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/trustedAccessRoleBindings" + } + + @distributed_trace + def get( + self, resource_group_name: str, resource_name: str, trusted_access_role_binding_name: str, **kwargs: Any + ) -> _models.TrustedAccessRoleBinding: + """Get a trusted access role binding. + + Get a trusted access role binding. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param trusted_access_role_binding_name: The name of trusted access role binding. Required. + :type trusted_access_role_binding_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: TrustedAccessRoleBinding or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.TrustedAccessRoleBinding + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.TrustedAccessRoleBinding] = kwargs.pop("cls", None) + + request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + trusted_access_role_binding_name=trusted_access_role_binding_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.get.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("TrustedAccessRoleBinding", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/trustedAccessRoleBindings/{trustedAccessRoleBindingName}" + } + + @overload + def create_or_update( + self, + resource_group_name: str, + resource_name: str, + trusted_access_role_binding_name: str, + trusted_access_role_binding: _models.TrustedAccessRoleBinding, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.TrustedAccessRoleBinding: + """Create or update a trusted access role binding. + + Create or update a trusted access role binding. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param trusted_access_role_binding_name: The name of trusted access role binding. Required. + :type trusted_access_role_binding_name: str + :param trusted_access_role_binding: A trusted access role binding. Required. + :type trusted_access_role_binding: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.TrustedAccessRoleBinding + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: TrustedAccessRoleBinding or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.TrustedAccessRoleBinding + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def create_or_update( + self, + resource_group_name: str, + resource_name: str, + trusted_access_role_binding_name: str, + trusted_access_role_binding: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.TrustedAccessRoleBinding: + """Create or update a trusted access role binding. + + Create or update a trusted access role binding. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param trusted_access_role_binding_name: The name of trusted access role binding. Required. + :type trusted_access_role_binding_name: str + :param trusted_access_role_binding: A trusted access role binding. Required. + :type trusted_access_role_binding: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: TrustedAccessRoleBinding or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.TrustedAccessRoleBinding + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def create_or_update( + self, + resource_group_name: str, + resource_name: str, + trusted_access_role_binding_name: str, + trusted_access_role_binding: Union[_models.TrustedAccessRoleBinding, IO], + **kwargs: Any + ) -> _models.TrustedAccessRoleBinding: + """Create or update a trusted access role binding. + + Create or update a trusted access role binding. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param trusted_access_role_binding_name: The name of trusted access role binding. Required. + :type trusted_access_role_binding_name: str + :param trusted_access_role_binding: A trusted access role binding. Is either a + TrustedAccessRoleBinding type or a IO type. Required. + :type trusted_access_role_binding: + ~azure.mgmt.containerservice.v2023_02_02_preview.models.TrustedAccessRoleBinding or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: TrustedAccessRoleBinding or the result of cls(response) + :rtype: ~azure.mgmt.containerservice.v2023_02_02_preview.models.TrustedAccessRoleBinding + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.TrustedAccessRoleBinding] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(trusted_access_role_binding, (IO, bytes)): + _content = trusted_access_role_binding + else: + _json = self._serialize.body(trusted_access_role_binding, "TrustedAccessRoleBinding") + + request = build_create_or_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + trusted_access_role_binding_name=trusted_access_role_binding_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self.create_or_update.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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("TrustedAccessRoleBinding", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + create_or_update.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/trustedAccessRoleBindings/{trustedAccessRoleBindingName}" + } + + @distributed_trace + def delete( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, trusted_access_role_binding_name: str, **kwargs: Any + ) -> None: + """Delete a trusted access role binding. + + Delete a trusted access role binding. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the managed cluster resource. Required. + :type resource_name: str + :param trusted_access_role_binding_name: The name of trusted access role binding. Required. + :type trusted_access_role_binding_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: None or the result of cls(response) + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + trusted_access_role_binding_name=trusted_access_role_binding_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.delete.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) + + delete.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/trustedAccessRoleBindings/{trustedAccessRoleBindingName}" + } diff --git a/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_trusted_access_roles_operations.py b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_trusted_access_roles_operations.py new file mode 100644 index 00000000000..3971288c09a --- /dev/null +++ b/src/dataprotection/azext_dataprotection/vendored_sdks/azure_mgmt_preview_aks/v2023_02_02_preview/operations/_trusted_access_roles_operations.py @@ -0,0 +1,181 @@ +# pylint: disable=too-many-lines +# 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 sys +from typing import Any, Callable, Dict, Iterable, Optional, TypeVar +import urllib.parse + +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.paging import ItemPaged +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import HttpResponse +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from ..._serialization import Serializer +from .._vendor import _convert_request, _format_url_section + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_list_request(location: str, subscription_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/trustedAccessRoles", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "location": _SERIALIZER.url("location", location, "str", min_length=1), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +class TrustedAccessRolesOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.containerservice.v2023_02_02_preview.ContainerServiceClient`'s + :attr:`trusted_access_roles` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs): + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list(self, location: str, **kwargs: Any) -> Iterable["_models.TrustedAccessRole"]: + """List supported trusted access roles. + + List supported trusted access roles. + + :param location: The name of Azure region. Required. + :type location: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either TrustedAccessRole or the result of cls(response) + :rtype: + ~azure.core.paging.ItemPaged[~azure.mgmt.containerservice.v2023_02_02_preview.models.TrustedAccessRole] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2023-02-02-preview"] = kwargs.pop( + "api_version", _params.pop("api-version", "2023-02-02-preview") + ) + cls: ClsType[_models.TrustedAccessRoleListResult] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_request( + location=location, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + def extract_data(pipeline_response): + deserialized = self._deserialize("TrustedAccessRoleListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): + request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=_stream, **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) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + list.metadata = { + "url": "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/trustedAccessRoles" + } diff --git a/src/dataprotection/setup.py b/src/dataprotection/setup.py index 1a713f3270a..1d32feac6b3 100644 --- a/src/dataprotection/setup.py +++ b/src/dataprotection/setup.py @@ -10,11 +10,7 @@ from setuptools import setup, find_packages # HISTORY.rst entry. -VERSION = '0.7.0' -try: - from azext_dataprotection.manual.version import VERSION -except ImportError: - pass +VERSION = '0.9.0' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers diff --git a/src/devcenter/HISTORY.rst b/src/devcenter/HISTORY.rst index 934a8306ff4..151ccc71873 100644 --- a/src/devcenter/HISTORY.rst +++ b/src/devcenter/HISTORY.rst @@ -2,10 +2,24 @@ Release History =============== +1.0.1 +++++++ +* Update error string for environment create same name validation +* Update data plane help to align with control plane + +1.0.0 +++++++ +* Update control plane and data plane APIs to v2023-04-01 +* Azure Deployment Environments GA release +* Update to network connection health detail to health check +* Update delay upcoming action to delay action + 0.1.2 +++++++ * Remove hibernate from help example 0.1.1 +++++++ * Fix wrong command group name * Add correct author email diff --git a/src/devcenter/README.md b/src/devcenter/README.md index 87c52497bed..1ab57976858 100644 --- a/src/devcenter/README.md +++ b/src/devcenter/README.md @@ -8,7 +8,7 @@ az extension add --name devcenter ``` ### Usage ### -See [Microsoft Dev Box Preview Azure CLI reference](https://learn.microsoft.com/azure/dev-box/cli-reference-subset) and [Azure Deployment Environments Azure CLI reference](https://learn.microsoft.com/azure/deployment-environments/how-to-configure-use-cli). +See [Microsoft Dev Box and Azure Deployment Environments Azure CLI reference](https://learn.microsoft.com/cli/azure/devcenter?view=azure-cli-latest) #### devcenter admin #### Manage admin resources with devcenter diff --git a/src/devcenter/azext_devcenter/_client_factory.py b/src/devcenter/azext_devcenter/_client_factory.py index 8237e97623e..0250d0d905b 100644 --- a/src/devcenter/azext_devcenter/_client_factory.py +++ b/src/devcenter/azext_devcenter/_client_factory.py @@ -7,24 +7,31 @@ # Changes may cause incorrect behavior and will be lost if the code is # regenerated. # -------------------------------------------------------------------------- -from .data_plane_endpoint_helper import get_project_data +from .utils import get_project_data +from ._validators import validate_endpoint # Data plane -def cf_devcenter_dataplane(cli_ctx, dev_center, project_name=None): +def cf_devcenter_dataplane(cli_ctx, endpoint=None, dev_center=None, project_name=None): from azure.cli.core.commands.client_factory import get_mgmt_service_client from azext_devcenter.vendored_sdks.devcenter_dataplane import ( DevCenterDataplaneClient, ) - project = get_project_data(cli_ctx, dev_center, project_name) + validate_endpoint(endpoint, dev_center) + + if endpoint is None and dev_center is not None: + project = get_project_data(cli_ctx, dev_center, project_name) + + # We need to set the project name even if we don't need this information + # since initializing DevCenterDataplaneClient requires this param + if project_name is None: + project_name = project["name"] + endpoint = project["devCenterUri"] - # We need to set the project name even if we don't need this information - # since initializing DevCenterDataplaneClient requires this param if project_name is None: - project_name = project["name"] - endpoint = project["devCenterUri"] + project_name = "placeholder" # see comment above cli_ctx.cloud.endpoints.active_directory_resource_id = "https://devcenter.azure.com" @@ -58,22 +65,18 @@ def cf_environment_dp(cli_ctx, dev_center, *_): return cf_devcenter_dataplane(cli_ctx, dev_center).environments -def cf_catalog_item_dp(cli_ctx, dev_center, *_): - return cf_devcenter_dataplane(cli_ctx, dev_center).catalog_items +def cf_catalog_dp(cli_ctx, dev_center, *_): + return cf_devcenter_dataplane(cli_ctx, dev_center).catalogs -def cf_catalog_item_version_dp(cli_ctx, dev_center, *_): - return cf_devcenter_dataplane(cli_ctx, dev_center).catalog_item_versions +def cf_environment_definition_dp(cli_ctx, dev_center, *_): + return cf_devcenter_dataplane(cli_ctx, dev_center).environment_definitions def cf_environment_type_dp(cli_ctx, dev_center, *_): return cf_devcenter_dataplane(cli_ctx, dev_center).environment_type -def cf_notification_setting_dp(cli_ctx, dev_center, *_): - return cf_devcenter_dataplane(cli_ctx, dev_center).notification_setting - - # Control plane diff --git a/src/devcenter/azext_devcenter/_help.py b/src/devcenter/azext_devcenter/_help.py index ebe1e4075b9..2c6eb3271fd 100644 --- a/src/devcenter/azext_devcenter/_help.py +++ b/src/devcenter/azext_devcenter/_help.py @@ -10,497 +10,569 @@ "devcenter dev" ] = """ type: group - short-summary: "Manages devcenter developer resources" + short-summary: "Manage devcenter developer resources." """ helps[ "devcenter dev project" ] = """ type: group - short-summary: Manage project with devcenter + short-summary: Manage projects. """ helps[ "devcenter dev project list" ] = """ type: command - short-summary: "Lists all projects." + short-summary: "List all projects." examples: - - name: Project_ListByDevCenter + - name: List using dev center text: |- - az devcenter dev project list --dev-center-name "{devCenterName}" + az devcenter dev project list --dev-center-name "ContosoDevCenter" + - name: List using endpoint + text: |- + az devcenter dev project list --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" """ helps[ "devcenter dev project show" ] = """ type: command - short-summary: "Gets a project." + short-summary: "Get a project." examples: - - name: Project_Get + - name: Get using dev center + text: |- + az devcenter dev project show --dev-center-name "ContosoDevCenter" \ +--name "DevProject" + - name: Get using endpoint text: |- - az devcenter dev project show --dev-center-name "{devCenterName}" \ ---name "{projectName}" + az devcenter dev project show --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" \ +--name "DevProject" """ helps[ "devcenter dev pool" ] = """ type: group - short-summary: Manage pool with devcenter + short-summary: Manage pools. """ helps[ "devcenter dev pool list" ] = """ type: command - short-summary: "Lists available pools." + short-summary: "List available pools." examples: - - name: listPools + - name: List using dev center + text: |- + az devcenter dev pool list --dev-center-name "ContosoDevCenter" \ +--project-name "DevProject" + - name: List using end point text: |- - az devcenter dev pool list --dev-center-name "{devCenterName}" \ ---project-name "{projectName}" + az devcenter dev pool list --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" \ +--project-name "DevProject" """ helps[ "devcenter dev pool show" ] = """ type: command - short-summary: "Gets a pool." + short-summary: "Get a pool." examples: - - name: Pools_Get + - name: Get using dev center text: |- - az devcenter dev pool show --dev-center-name "{devCenterName}" --name \ -"{poolName}" --project-name "{projectName}" + az devcenter dev pool show --dev-center-name "ContosoDevCenter" --name \ +"DevPool" --project-name "DevProject" + - name: Get using endpoint + text: |- + az devcenter dev pool show --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" --name \ +"DevPool" --project-name "DevProject" """ helps[ "devcenter dev schedule" ] = """ type: group - short-summary: Manage schedule with devcenter -""" - -helps[ - "devcenter dev schedule list" -] = """ - type: command - short-summary: "Lists available schedules for a pool." - examples: - - name: listSchedules - text: |- - az devcenter dev schedule list --dev-center-name "{devCenterName}" \ ---pool-name "{poolName}" --project-name "{projectName}" + short-summary: Manage schedules. """ helps[ "devcenter dev schedule show" ] = """ type: command - short-summary: "Gets a schedule." + short-summary: "Get a schedule." examples: - - name: Schedule_Get + - name: Get using dev center text: |- - az devcenter dev schedule show --dev-center-name "{devCenterName}" \ ---pool-name "{poolName}" --project-name "{projectName}" --name "{scheduleName}" + az devcenter dev schedule show --dev-center-name "ContosoDevCenter" \ +--pool-name "DevPool" --project-name "DevProject" + - name: Get using endpoint + text: |- + az devcenter dev schedule show --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" \ +--pool-name "DevPool" --project-name "DevProject" """ helps[ "devcenter dev dev-box" ] = """ type: group - short-summary: Manage dev box with devcenter + short-summary: Manage dev boxes. """ helps[ "devcenter dev dev-box list" ] = """ type: command - short-summary: "Lists dev boxes in the project for a particular user, lists dev boxes in the dev center for a \ -particular user, or lists dev boxes that the caller has access to in the dev center." + short-summary: "List dev boxes for a user, list dev boxes in the dev center for a \ +project and user, or list dev boxes that the caller has access to in the dev center." examples: - - name: DevBox_ListByUserByProject + - name: List all dev boxes in the dev center + text: |- + az devcenter dev dev-box list --dev-center-name "ContosoDevCenter" + - name: List all dev boxes in the dev center using endpoint + text: |- + az devcenter dev dev-box list --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" + - name: List by user using dev center text: |- - az devcenter dev dev-box list --dev-center-name "{devCenterName}" \ ---project-name "{projectName}" --user-id "me" - - name: DevBox_ListByUser + az devcenter dev dev-box list --dev-center-name "ContosoDevCenter" \ +--user-id "00000000-0000-0000-0000-000000000000" + - name: List by user using endpoint text: |- - az devcenter dev dev-box list --dev-center-name "{devCenterName}" \ ---user-id "me" - - name: DevBox_List + az devcenter dev dev-box list --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" \ +--user-id "00000000-0000-0000-0000-000000000000" + - name: List by user and project using dev center text: |- - az devcenter dev dev-box list --dev-center-name "{devCenterName}" + az devcenter dev dev-box list --dev-center-name "ContosoDevCenter" \ +--project-name "DevProject" --user-id "00000000-0000-0000-0000-000000000000" + - name: List by user and project using endpoint + text: |- + az devcenter dev dev-box list --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" \ +--project-name "DevProject" --user-id "00000000-0000-0000-0000-000000000000" """ helps[ "devcenter dev dev-box show" ] = """ type: command - short-summary: "Gets a dev box." + short-summary: "Get a dev box." examples: - - name: getDevBoxForUser + - name: Get using dev center + text: |- + az devcenter dev dev-box show --name "MyDevBox" --dev-center-name "ContosoDevCenter" \ + --project-name "DevProject" --user-id "00000000-0000-0000-0000-000000000000" + - name: Get using endpoint text: |- - az devcenter dev dev-box show --name "MyDevBox" --dev-center-name "{devCenterName}" \ - --project-name "{projectName}" --user-id "me" + az devcenter dev dev-box show --name "MyDevBox" --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" \ +--project-name "DevProject" --user-id "00000000-0000-0000-0000-000000000000" """ helps[ "devcenter dev dev-box create" ] = """ type: command - short-summary: "Creates or updates a dev box." + short-summary: "Create a dev box." examples: - - name: createDevBox + - name: Create using dev center text: |- az devcenter dev dev-box create --pool-name "LargeDevWorkStationPool" --name "MyDevBox" --dev-center-name \ -"{devCenterName}" --project-name "{projectName}" --user-id "me" +"ContosoDevCenter" --project-name "DevProject" --user-id "00000000-0000-0000-0000-000000000000" + - name: Create using endpoint + text: |- + az devcenter dev dev-box create --pool-name "LargeDevWorkStationPool" --name "MyDevBox" --endpoint \ +"https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" --project-name "DevProject" --user-id "00000000-0000-0000-0000-000000000000" """ helps[ "devcenter dev dev-box delete" ] = """ type: command - short-summary: "Deletes a dev box." + short-summary: "Delete a dev box." examples: - - name: deleteDevBox + - name: Delete using dev center + text: |- + az devcenter dev dev-box delete --name "MyDevBox" --dev-center-name "ContosoDevCenter" \ + --project-name "DevProject" --user-id "00000000-0000-0000-0000-000000000000" + - name: Delete using endpoint text: |- - az devcenter dev dev-box delete --name "MyDevBox" --dev-center-name "{devCenterName}" \ - --project-name "{projectName}" --user-id "me" + az devcenter dev dev-box delete --name "MyDevBox" --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" \ +--project-name "DevProject" --user-id "00000000-0000-0000-0000-000000000000" """ helps[ "devcenter dev dev-box show-remote-connection" ] = """ type: command - short-summary: "Gets Connection info." + short-summary: "Get remote connection info." examples: - - name: DevBox_GetRemoteConnection + - name: Get remote connection using dev center + text: |- + az devcenter dev dev-box show-remote-connection --name "MyDevBox" --dev-center-name "ContosoDevCenter" \ +--project-name "DevProject" --user-id "00000000-0000-0000-0000-000000000000" + - name: Get remote connection using dev center text: |- - az devcenter dev dev-box show-remote-connection --name "MyDevBox" --dev-center-name "{devCenterName}" \ - --project-name "{projectName}" --user-id "me" + az devcenter dev dev-box show-remote-connection --name "MyDevBox" --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" \ +--project-name "DevProject" --user-id "00000000-0000-0000-0000-000000000000" """ helps[ "devcenter dev dev-box start" ] = """ type: command - short-summary: "Starts a dev box." + short-summary: "Start a dev box." examples: - - name: startDevBoxForUser + - name: Start using dev center text: |- - az devcenter dev dev-box start --name "MyDevBox" --dev-center-name "{devCenterName}" \ - --project-name "{projectName}" --user-id "me" + az devcenter dev dev-box start --name "MyDevBox" --dev-center-name "ContosoDevCenter" \ + --project-name "DevProject" --user-id "00000000-0000-0000-0000-000000000000" + - name: Start using endpoint + text: |- + az devcenter dev dev-box start --name "MyDevBox" --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" \ +--project-name "DevProject" --user-id "00000000-0000-0000-0000-000000000000" """ helps[ - "devcenter dev dev-box stop" + "devcenter dev dev-box restart" ] = """ type: command - short-summary: "Stops a dev box." + short-summary: "Restart a dev box." examples: - - name: stopDevBoxForUser + - name: Restart using dev center text: |- - az devcenter dev dev-box stop --name "MyDevBox" --dev-center-name "{devCenterName}" \ - --project-name "{projectName}" --user-id "me" + az devcenter dev dev-box restart --name "MyDevBox" --dev-center-name "ContosoDevCenter" \ + --project-name "DevProject" --user-id "00000000-0000-0000-0000-000000000000" + - name: Restart using endpoint + text: |- + az devcenter dev dev-box restart --name "MyDevBox" --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" \ +--project-name "DevProject" --user-id "00000000-0000-0000-0000-000000000000" """ helps[ - "devcenter dev dev-box list-upcoming-action" + "devcenter dev dev-box stop" ] = """ type: command - short-summary: "Lists upcoming actions on a Dev Box." + short-summary: "Stop a dev box." examples: - - name: DevBoxes_ListUpcomingActions + - name: Stop using dev center + text: |- + az devcenter dev dev-box stop --name "MyDevBox" --dev-center-name "ContosoDevCenter" \ + --project-name "DevProject" --user-id "00000000-0000-0000-0000-000000000000" + - name: Stop using endpoint text: |- - az devcenter dev dev-box list-upcoming-action --dev-center-name "{devCenterName}" \ ---project-name "{projectName}" --name "myDevBox" --user-id "me" + az devcenter dev dev-box stop --name "MyDevBox" --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" \ +--project-name "DevProject" --user-id "00000000-0000-0000-0000-000000000000" """ helps[ - "devcenter dev dev-box delay-upcoming-action" + "devcenter dev dev-box list-action" ] = """ type: command - short-summary: "Delays an Upcoming Action." + short-summary: "List actions on a dev box." examples: - - name: DevBoxes_DelayUpcomingAction + - name: List actions using dev center text: |- - az devcenter dev dev-box delay-upcoming-action --dev-center-name "{devCenterName}" \ ---project-name "{projectName}" --delay-time "04:30" --name "myDevBox" \ ---upcoming-action-id "cae4d1f4-94b8-75f2-406d-5f00ae4c1da7 --user-id "00000000-0000-0000-0000-000000000000"" + az devcenter dev dev-box list-action --dev-center-name "ContosoDevCenter" \ +--project-name "DevProject" --name "myDevBox" --user-id "00000000-0000-0000-0000-000000000000" + - name: List actions using endpoint + text: |- + az devcenter dev dev-box list-action --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" \ +--project-name "DevProject" --name "myDevBox" --user-id "00000000-0000-0000-0000-000000000000" """ helps[ - "devcenter dev dev-box show-upcoming-action" + "devcenter dev dev-box delay-action" ] = """ type: command - short-summary: "Gets an Upcoming Action." + short-summary: "Delay an action." examples: - - name: DevBoxes_GetUpcomingAction + - name: Delay action using dev center + text: |- + az devcenter dev dev-box delay-action --dev-center-name "ContosoDevCenter" \ +--project-name "DevProject" --delay-time "04:30" --name "myDevBox" \ +--action-name "schedule-default" --user-id "00000000-0000-0000-0000-000000000000" + - name: Delay action using endpoint text: |- - az devcenter dev dev-box show-upcoming-action --dev-center-name "{devCenterName}" \ ---project-name "{projectName}" --name "myDevBox" --upcoming-action-id \ -"cae4d1f4-94b8-75f2-406d-5f00ae4c1da7" --user-id "me" + az devcenter dev dev-box delay-action --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" \ +--project-name "DevProject" --delay-time "04:30" --name "myDevBox" \ +--action-name "schedule-default" --user-id "00000000-0000-0000-0000-000000000000" """ helps[ - "devcenter dev dev-box skip-upcoming-action" + "devcenter dev dev-box delay-all-actions" ] = """ type: command - short-summary: "Skips an Upcoming Action." + short-summary: "Delay all actions." examples: - - name: DevBoxes_SkipUpcomingAction + - name: Delay all actions using dev center text: |- - az devcenter dev dev-box skip-upcoming-action --dev-center-name "{devCenterName}" \ ---project-name "{projectName}" --name "myDevBox" --upcoming-action-id \ -"cae4d1f4-94b8-75f2-406d-5f00ae4c1da7" --user-id "me" -""" - -helps[ - "devcenter dev environment" -] = """ - type: group - short-summary: Manage environment with devcenter + az devcenter dev dev-box delay-all-actions --dev-center-name "ContosoDevCenter" \ +--project-name "DevProject" --delay-time "04:30" --name "myDevBox" \ +--user-id "00000000-0000-0000-0000-000000000000" + - name: Delay all actions using endpoint + text: |- + az devcenter dev dev-box delay-all-actions --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" \ +--project-name "DevProject" --delay-time "04:30" --name "myDevBox" \ +--user-id "00000000-0000-0000-0000-000000000000" """ helps[ - "devcenter dev environment list" + "devcenter dev dev-box show-action" ] = """ type: command - short-summary: "Lists the environments for a project." + short-summary: "Get an action." examples: - - name: Environments_ListByProject + - name: Get action using dev center + text: |- + az devcenter dev dev-box show-action --dev-center-name "ContosoDevCenter" \ +--project-name "DevProject" --name "myDevBox" --action-name \ +"schedule-default" --user-id "00000000-0000-0000-0000-000000000000" + - name: Get action using endpoint text: |- - az devcenter dev environment list --dev-center-name "{devCenterName}" \ ---project-name "{projectName}" --user-id "me" + az devcenter dev dev-box show-action --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" \ +--project-name "DevProject" --name "myDevBox" --action-name \ +"schedule-default" --user-id "00000000-0000-0000-0000-000000000000" """ helps[ - "devcenter dev environment show" + "devcenter dev dev-box skip-action" ] = """ type: command - short-summary: "Gets an environment." + short-summary: "Skip an action." examples: - - name: Environments_Get + - name: Skip action using dev center + text: |- + az devcenter dev dev-box skip-action --dev-center-name "ContosoDevCenter" \ +--project-name "DevProject" --name "myDevBox" --action-name \ +"schedule-default" --user-id "00000000-0000-0000-0000-000000000000" + - name: Skip action using endpoint text: |- - az devcenter dev environment show --dev-center-name "{devCenterName}" \ ---name "{environmentName}" --project-name "{projectName}" --user-id "{userId}" + az devcenter dev dev-box skip-action --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" \ +--project-name "DevProject" --name "myDevBox" --action-name \ +"schedule-default" --user-id "00000000-0000-0000-0000-000000000000" """ helps[ - "devcenter dev environment create" + "devcenter dev environment" ] = """ - type: command - short-summary: "Create an environment." - examples: - - name: Environments_CreateByCatalogItem - text: |- - az devcenter dev environment create --description "Personal Dev Environment" --catalog-item-name \ -"helloworld" --catalog-name "main" --environment-type "DevTest" --parameters "{\\"functionAppRuntime\\":\\"node\\",\\"s\ -torageAccountType\\":\\"Standard_LRS\\"}" --dev-center-name "{devCenterName}" \ ---name "{environmentName}" --project-name "{projectName}" --user-id "{userId}" + type: group + short-summary: Manage environments. """ helps[ - "devcenter dev environment update" + "devcenter dev environment list" ] = """ type: command - short-summary: "Partially updates an environment." + short-summary: "List the environments for a project or list the environments for a user within a project." examples: - - name: Environments_Update + - name: List by project using dev center + text: |- + az devcenter dev environment list --dev-center-name "ContosoDevCenter" \ +--project-name "DevProject" + - name: List by project using endpoint + text: |- + az devcenter dev environment list --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" \ +--project-name "DevProject" + - name: List by user and project using dev center text: |- - az devcenter dev environment update --description "Personal Dev Environment 2" --dev-center-name "{devCenterName}" \ ---name "{environmentName}" --project-name "{projectName}" --user-id "{userId}" + az devcenter dev environment list --dev-center-name "ContosoDevCenter" \ +--project-name "DevProject" --user-id "00000000-0000-0000-0000-000000000000" + - name: List by user and project using endpoint + text: |- + az devcenter dev environment list --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" \ +--project-name "DevProject" --user-id "00000000-0000-0000-0000-000000000000" """ helps[ - "devcenter dev environment delete" + "devcenter dev environment show" ] = """ type: command - short-summary: "Deletes an environment and all it's associated resources." + short-summary: "Get an environment." + examples: + - name: Get using dev center + text: |- + az devcenter dev environment show --dev-center-name "ContosoDevCenter" \ +--name "mydevenv" --project-name "DevProject" --user-id "00000000-0000-0000-0000-000000000000" examples: - - name: Environments_Delete + - name: Get using endpoint text: |- - az devcenter dev environment delete --dev-center-name "{devCenterName}" \ - --name "{environmentName}" --project-name "{projectName}" --user-id "{userId}" + az devcenter dev environment show --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" \ +--name "mydevenv" --project-name "DevProject" --user-id "00000000-0000-0000-0000-000000000000" """ helps[ - "devcenter dev environment deploy-action" + "devcenter dev environment create" ] = """ type: command - short-summary: "Executes a deploy action." + short-summary: "Create an environment." examples: - - name: Environments_DeployAction + - name: Create using dev center + text: |- + az devcenter dev environment create --dev-center-name "ContosoDevCenter" --project-name "DevProject" \ +--catalog-name "main" --environment-definition-name "helloworld" --environment-type "DevTest" --parameters "{\\"functionAppRuntime\\":\\"node\ +\\",\\"storageAccountType\\":\\"Standard_LRS\\"}" --name "mydevenv" --user-id "00000000-0000-0000-0000-000000000000" + - name: Create using endpoint text: |- - az devcenter dev environment deploy-action --action-id "deploy" --parameters "{\\"functionAppRuntime\\":\\"n\ -ode\\",\\"storageAccountType\\":\\"Standard_LRS\\"}" --name "{environmentName}" --project-name "myProject" --user-id \ -"me" --dev-center-name "{devCenterName}" + az devcenter dev environment create --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" --project-name "DevProject" \ +--catalog-name "main" --environment-definition-name "helloworld" --environment-type "DevTest" --parameters "{\\"functionAppRuntime\\":\\"node\ +\\",\\"storageAccountType\\":\\"Standard_LRS\\"}" --name "mydevenv" --user-id "00000000-0000-0000-0000-000000000000" """ helps[ - "devcenter dev environment wait" + "devcenter dev environment update" ] = """ type: command - short-summary: Place the CLI in a waiting state until a condition of the devcenter environment is met. + short-summary: "Update an environment." examples: - - name: Pause executing next line of CLI script until the devcenter environment is successfully created. - text: |- - az devcenter dev environment wait --dev-center-name "{devCenterName}" \ ---name "{environmentName}" --project-name "{projectName}" --user-id "{userId}" --created - - name: Pause executing next line of CLI script until the devcenter environment is successfully updated. + - name: Update using dev center text: |- - az devcenter dev environment wait --dev-center-name "{devCenterName}" \ ---name "{environmentName}" --project-name "{projectName}" --user-id "{userId}" --updated - - name: Pause executing next line of CLI script until the devcenter environment is successfully deleted. + az devcenter dev environment update --dev-center-name "ContosoDevCenter" --project-name "DevProject" \ +--name "mydevenv" --user-id "00000000-0000-0000-0000-000000000000" --parameters "{\\"functionAppRuntime\\":\\"node\ +\\",\\"storageAccountType\\":\\"Standard_LRS\\"}" + - name: Update using endpoint text: |- - az devcenter dev environment wait --dev-center-name "{devCenterName}" \ ---name "{environmentName}" --project-name "{projectName}" --user-id "{userId}" --deleted -""" - -helps[ - "devcenter dev catalog-item" -] = """ - type: group - short-summary: Manage catalog item with devcenter + az devcenter dev environment update --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" --project-name "DevProject" \ +--name "mydevenv" --user-id "00000000-0000-0000-0000-000000000000" --parameters "{\\"functionAppRuntime\\":\\"node\ +\\",\\"storageAccountType\\":\\"Standard_LRS\\"}" """ helps[ - "devcenter dev catalog-item list" + "devcenter dev environment deploy" ] = """ type: command - short-summary: "Lists latest version of all catalog items available for a project." + short-summary: "Update an environment." examples: - - name: CatalogItems_ListByProject + - name: Update using dev center text: |- - az devcenter dev catalog-item list --dev-center-name "{devCenterName}" \ - --project-name "{projectName}" -""" - -helps[ - "devcenter dev catalog-item" -] = """ - type: group - short-summary: Manage catalog item with devcenter + az devcenter dev environment deploy --dev-center-name "ContosoDevCenter" --project-name "DevProject" \ +--name "mydevenv" --user-id "00000000-0000-0000-0000-000000000000" --parameters "{\\"functionAppRuntime\\":\\"node\ +\\",\\"storageAccountType\\":\\"Standard_LRS\\"}" + - name: Update using endpoint + text: |- + az devcenter dev environment deploy --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" --project-name "DevProject" \ +--name "mydevenv" --user-id "00000000-0000-0000-0000-000000000000" --parameters "{\\"functionAppRuntime\\":\\"node\ +\\",\\"storageAccountType\\":\\"Standard_LRS\\"}" """ helps[ - "devcenter dev catalog-item show" + "devcenter dev environment delete" ] = """ type: command - short-summary: "Get a catalog item from a project." + short-summary: "Delete an environment and all its associated resources." examples: - - name: CatalogItems_Get + - name: Delete using dev center + text: |- + az devcenter dev environment delete --dev-center-name "ContosoDevCenter" \ +--name "mydevenv" --project-name "DevProject" --user-id "00000000-0000-0000-0000-000000000000" + - name: Delete using endpoint text: |- - az devcenter dev catalog-item show --dev-center-name "{devCenterName}" \ - --project-name "{projectName}" --catalog-item-id "{catalogItemId}" + az devcenter dev environment delete --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" \ +--name "mydevenv" --project-name "DevProject" --user-id "00000000-0000-0000-0000-000000000000" """ helps[ - "devcenter dev catalog-item-version" + "devcenter dev catalog" ] = """ type: group - short-summary: Manage catalog item version with devcenter + short-summary: Manage catalogs. """ helps[ - "devcenter dev catalog-item-version list" + "devcenter dev catalog list" ] = """ type: command - short-summary: "List all versions of a catalog item from a project." + short-summary: "List all of the catalogs available for a project." examples: - - name: CatalogItemVersions_ListByProject + - name: List using dev center text: |- - az devcenter dev catalog-item-version list --dev-center-name "{devCenterName}" \ - --project-name "{projectName}" --catalog-item-id "{catalogItemId}" + az devcenter dev catalog list --dev-center-name "ContosoDevCenter" \ +--project-name "DevProject" + - name: List using endpoint + text: |- + az devcenter dev catalog list --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" \ +--project-name "DevProject" """ helps[ - "devcenter dev catalog-item-version show" + "devcenter dev catalog show" ] = """ type: command - short-summary: "Get a specific catalog item version from a project." + short-summary: "Get the specified catalog within the project." examples: - - name: CatalogItemVersion_Get + - name: Get using dev center + text: |- + az devcenter dev catalog show --dev-center-name "ContosoDevCenter" \ +--project-name "DevProject" --catalog-name "foo" + - name: Get using endpoint text: |- - az devcenter dev catalog-item-version show --dev-center-name "{devCenterName}" \ - --project-name "{projectName}" --catalog-item-id "{catalogItemId}" --version "1.0.0" + az devcenter dev catalog show --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" \ +--project-name "DevProject" --catalog-name "foo" """ helps[ "devcenter dev environment-type" ] = """ type: group - short-summary: Manage environment type with devcenter + short-summary: Manage environment types. """ helps[ "devcenter dev environment-type list" ] = """ type: command - short-summary: "Lists all environment types configured for a project." + short-summary: "List all environment types configured for a project." examples: - - name: EnvironmentType_ListByProject + - name: List using dev center text: |- - az devcenter dev environment-type list --dev-center-name "{devCenterName}" \ - --project-name "{projectName}" + az devcenter dev environment-type list --dev-center-name "ContosoDevCenter" \ +--project-name "DevProject" + - name: List using endpoint + text: |- + az devcenter dev environment-type list --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" \ +--project-name "DevProject" """ helps[ - "devcenter dev notification-setting" + "devcenter dev environment-definition" ] = """ type: group - short-summary: Manage notification setting with devcenter + short-summary: Manage environment definitions. """ helps[ - "devcenter dev notification-setting show" + "devcenter dev environment-definition list" ] = """ type: command - short-summary: "Gets notification settings for user in the project." + short-summary: "List all environment definitions available within a catalog or list all environment \ +definitions available for a project." examples: - - name: DevCenter_GetNotificationSettings + - name: List using dev center text: |- - az devcenter dev notification-setting show --dev-center-name "{devCenterName}" \ - --project-name "{projectName}" --user-id "me" -""" - -helps[ - "devcenter dev notification-setting create" -] = """ - type: command - short-summary: "Creates or updates notification settings." - parameters: - - name: --email-notification - short-summary: "The email notification" - long-summary: | - Usage: --email-notification enabled=XX recipients=XX cc=XX - - enabled: Required. If email notification is enabled - recipients: The recipients of the email notification - cc: The cc of the email notification - - name: --webhook-notification - short-summary: "The webhook notification" - long-summary: | - Usage: --webhook-notification enabled=XX url=XX - - enabled: Required. If webhook notification is enabled - url: The url of the webhook - examples: - - name: DevCenter_CreateNotificationSettings + az devcenter dev environment-definition list --dev-center-name "ContosoDevCenter" \ +--project-name "DevProject" + - name: List using endpoint + text: |- + az devcenter dev environment-definition list --dev-center-name "ContosoDevCenter" \ +--project-name "DevProject" + - name: List by catalog using dev center text: |- - az devcenter dev notification-setting create --dev-center-name "{devCenterName}" \ ---project-name "{projectName}" --culture "en-us" --enabled false --boolean-enabled \ -true --email-notification cc="stubcc@domain.com" enabled=true recipients="stubrecipient@domain.com" \ ---webhook-notification enabled=false url="https://fake.domain/url/hook" --user-id "me" + az devcenter dev environment-definition list --dev-center-name "ContosoDevCenter" \ +--project-name "DevProject" --catalog-name "myCatalog" + - name: List by catalog using endpoint + text: |- + az devcenter dev environment-definition list --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" \ +--project-name "DevProject" --catalog-name "myCatalog" """ helps[ - "devcenter dev notification-setting list-allowed-culture" + "devcenter dev environment-definition show" ] = """ type: command - short-summary: "Lists allowed culture codes for notification settings." + short-summary: "Get an environment definition from a catalog." examples: - - name: DevCenter_ListNotificationSettingsAllowedCultures + - name: Get using dev center + text: |- + az devcenter dev environment-definition show --dev-center-name "ContosoDevCenter" \ +--project-name "DevProject" --catalog-name "myCatalog" --definition-name "foo" + - name: Get using endpoint text: |- - az devcenter dev notification-setting list-allowed-culture --dev-center-name "{devCenterName}" \ ---project-name "{projectName}" --user-id "me" + az devcenter dev environment-definition show --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" \ +--project-name "DevProject" --catalog-name "myCatalog" --definition-name "foo" """ diff --git a/src/devcenter/azext_devcenter/_params.py b/src/devcenter/azext_devcenter/_params.py index 948c29eef3e..c7d1b72937f 100644 --- a/src/devcenter/azext_devcenter/_params.py +++ b/src/devcenter/azext_devcenter/_params.py @@ -9,49 +9,59 @@ from knack.arguments import CLIArgumentType from azure.cli.core.commands.parameters import ( get_enum_type, - tags_type, get_three_state_flag, ) from azure.cli.core.commands.validators import ( validate_file_or_dict, ) -from azext_devcenter.action import ( - AddEmailNotification, - AddWebhookNotification, -) from ._validators import validate_dev_box_list, validate_time dev_center_type = CLIArgumentType( options_list=["--dev-center-name", "--dev-center", "-d"], - help='The name of the dev center. Use az configure -d dev-center= to configure a default.', - configured_default='dev-center') + help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + configured_default="dev-center", +) project_type = CLIArgumentType( options_list=["--project", "--project-name"], - help='The name of the project. Use az configure -d project= to configure a default.', - configured_default='project') + help="The name of the project. Use az configure -d project= to configure a default.", + configured_default="project", +) +endpoint = CLIArgumentType( + options_list=["--endpoint"], + help="The API endpoint for the developer resources. Use az configure -d endpoint= to configure a default.", + configured_default="endpoint", +) -def load_arguments(self, _): +def load_arguments(self, _): with self.argument_context("devcenter dev project list") as c: c.argument( "dev_center", arg_type=dev_center_type, ) + c.argument( + "endpoint", + arg_type=endpoint, + ) with self.argument_context("devcenter dev project show") as c: c.argument( "dev_center", arg_type=dev_center_type, ) + c.argument( + "endpoint", + arg_type=endpoint, + ) c.argument( "project_name", options_list=["--name", "-n"], type=str, - help="The DevCenter " "Project upon which to execute operations.", + help="The dev center " "project upon which to execute operations.", ) with self.argument_context("devcenter dev pool list") as c: @@ -63,6 +73,10 @@ def load_arguments(self, _): "project_name", arg_type=project_type, ) + c.argument( + "endpoint", + arg_type=endpoint, + ) with self.argument_context("devcenter dev pool show") as c: c.argument( @@ -73,11 +87,15 @@ def load_arguments(self, _): "project_name", arg_type=project_type, ) + c.argument( + "endpoint", + arg_type=endpoint, + ) c.argument( "pool_name", options_list=["--name", "-n", "--pool-name"], type=str, - help="The name of a pool of " "Dev Boxes.", + help="The name of a pool of " "dev boxes.", ) with self.argument_context("devcenter dev schedule list") as c: @@ -89,11 +107,15 @@ def load_arguments(self, _): "project_name", arg_type=project_type, ) + c.argument( + "endpoint", + arg_type=endpoint, + ) c.argument( "pool_name", options_list=["--pool-name", "--pool"], type=str, - help="The name of a pool of Dev Boxes.", + help="The name of a pool of dev boxes.", ) with self.argument_context("devcenter dev schedule show") as c: @@ -106,16 +128,14 @@ def load_arguments(self, _): arg_type=project_type, ) c.argument( - "pool_name", - options_list=["--pool-name", "--pool"], - type=str, - help="The name of a pool of Dev Boxes.", + "endpoint", + arg_type=endpoint, ) c.argument( - "schedule_name", - options_list=["--name", "-n", "--schedule-name"], + "pool_name", + options_list=["--pool-name", "--pool"], type=str, - help="The name of a " "schedule.", + help="The name of a pool of dev boxes.", ) with self.argument_context( @@ -129,10 +149,14 @@ def load_arguments(self, _): "project_name", arg_type=project_type, ) + c.argument( + "endpoint", + arg_type=endpoint, + ) c.argument( "user_id", type=str, - help="The id of the user. If value is 'me', the identity is taken from the " + help="The AAD object id of the user. If value is 'me', the identity is taken from the " "authentication context", ) @@ -145,17 +169,21 @@ def load_arguments(self, _): "project_name", arg_type=project_type, ) + c.argument( + "endpoint", + arg_type=endpoint, + ) c.argument( "user_id", type=str, - help="The id of the user. If value is 'me', the identity is taken from the " + help="The AAD object id of the user. If value is 'me', the identity is taken from the " "authentication context", ) c.argument( "dev_box_name", options_list=["--name", "-n", "--dev-box-name"], type=str, - help="The name of a Dev " "Box.", + help="The name of a dev " "box.", ) with self.argument_context("devcenter dev dev-box create") as c: @@ -167,29 +195,33 @@ def load_arguments(self, _): "project_name", arg_type=project_type, ) + c.argument( + "endpoint", + arg_type=endpoint, + ) c.argument( "user_id", type=str, - help="The id of the user. If value is 'me', the identity is taken from the " + help="The AAD object id of the user. If value is 'me', the identity is taken from the " "authentication context", ) c.argument( "dev_box_name", options_list=["--name", "-n", "--dev-box-name"], type=str, - help="The name of a Dev " "Box.", + help="The name of a dev " "box.", ) c.argument( "pool_name", options_list=["--pool-name", "--pool"], type=str, - help="The name of the Dev Box pool this machine belongs to.", + help="The name of the dev box pool this machine belongs to.", ) c.argument( "local_administrator", arg_type=get_enum_type(["Enabled", "Disabled"]), help="Indicates whether the " - "owner of the Dev Box is a local administrator.", + "owner of the dev box is a local administrator.", ) with self.argument_context("devcenter dev dev-box delete") as c: @@ -201,17 +233,21 @@ def load_arguments(self, _): "project_name", arg_type=project_type, ) + c.argument( + "endpoint", + arg_type=endpoint, + ) c.argument( "user_id", type=str, - help="The id of the user. If value is 'me', the identity is taken from the " + help="The AAD object id of the user. If value is 'me', the identity is taken from the " "authentication context", ) c.argument( "dev_box_name", options_list=["--name", "-n", "--dev-box-name"], type=str, - help="The name of a Dev " "Box.", + help="The name of a dev " "box.", ) with self.argument_context("devcenter dev dev-box show-remote-connection") as c: @@ -223,17 +259,21 @@ def load_arguments(self, _): "project_name", arg_type=project_type, ) + c.argument( + "endpoint", + arg_type=endpoint, + ) c.argument( "user_id", type=str, - help="The id of the user. If value is 'me', the identity is taken from the " + help="The AAD object id of the user. If value is 'me', the identity is taken from the " "authentication context", ) c.argument( "dev_box_name", options_list=["--name", "-n", "--dev-box-name"], type=str, - help="The name of a Dev " "Box.", + help="The name of a dev " "box.", ) with self.argument_context("devcenter dev dev-box start") as c: @@ -245,17 +285,47 @@ def load_arguments(self, _): "project_name", arg_type=project_type, ) + c.argument( + "endpoint", + arg_type=endpoint, + ) c.argument( "user_id", type=str, - help="The id of the user. If value is 'me', the identity is taken from the " + help="The AAD object id of the user. If value is 'me', the identity is taken from the " "authentication context", ) c.argument( "dev_box_name", options_list=["--name", "-n", "--dev-box-name"], type=str, - help="The name of a Dev " "Box.", + help="The name of a dev " "box.", + ) + + with self.argument_context("devcenter dev dev-box restart") as c: + c.argument( + "dev_center", + arg_type=dev_center_type, + ) + c.argument( + "project_name", + arg_type=project_type, + ) + c.argument( + "endpoint", + arg_type=endpoint, + ) + c.argument( + "user_id", + type=str, + help="The AAD object id of the user. If value is 'me', the identity is taken " + "from the authentication context.", + ) + c.argument( + "dev_box_name", + options_list=["--name", "-n", "--dev-box-name"], + type=str, + help="The name of a dev " "box.", ) with self.argument_context("devcenter dev dev-box stop") as c: @@ -267,25 +337,32 @@ def load_arguments(self, _): "project_name", arg_type=project_type, ) + c.argument( + "endpoint", + arg_type=endpoint, + ) c.argument( "user_id", type=str, - help="The id of the user. If value is 'me', the identity is taken from the " + help="The AAD object id of the user. If value is 'me', the identity is taken from the " "authentication context", ) c.argument( "dev_box_name", options_list=["--name", "-n", "--dev-box-name"], type=str, - help="The name of a Dev " "Box.", + help="The name of a dev " "box.", ) c.argument( "hibernate", arg_type=get_three_state_flag(), help="Optional parameter to hibernate the dev box.", + is_preview=True, ) - with self.argument_context("devcenter dev dev-box delay-upcoming-action", validator=validate_time) as c: + with self.argument_context( + "devcenter dev dev-box delay-action", validator=validate_time + ) as c: c.argument( "dev_center", arg_type=dev_center_type, @@ -294,6 +371,10 @@ def load_arguments(self, _): "project_name", arg_type=project_type, ) + c.argument( + "endpoint", + arg_type=endpoint, + ) c.argument( "user_id", type=str, @@ -304,14 +385,21 @@ def load_arguments(self, _): "dev_box_name", options_list=["--name", "-n", "--dev-box-name"], type=str, - help="The name of a Dev " "Box.", + help="The name of a dev " "box.", + ) + c.argument( + "action_name", + type=str, + help="The name of an action that will take place on a dev box.", ) - c.argument("upcoming_action_id", type=str, - help="The upcoming action id.") c.argument( - "delay_time", help="The delayed timespan from the most recent scheduled time. Format HH:MM") + "delay_time", + help="The delayed timespan from the scheduled action time. Format HH:MM", + ) - with self.argument_context("devcenter dev dev-box list-upcoming-action") as c: + with self.argument_context( + "devcenter dev dev-box delay-all-actions", validator=validate_time + ) as c: c.argument( "dev_center", arg_type=dev_center_type, @@ -320,6 +408,10 @@ def load_arguments(self, _): "project_name", arg_type=project_type, ) + c.argument( + "endpoint", + arg_type=endpoint, + ) c.argument( "user_id", type=str, @@ -330,10 +422,14 @@ def load_arguments(self, _): "dev_box_name", options_list=["--name", "-n", "--dev-box-name"], type=str, - help="The name of a Dev " "Box.", + help="The name of a dev " "box.", + ) + c.argument( + "delay_time", + help="The delayed timespan from the earliest scheduled time of all actions. Format HH:MM", ) - with self.argument_context("devcenter dev dev-box show-upcoming-action") as c: + with self.argument_context("devcenter dev dev-box list-action") as c: c.argument( "dev_center", arg_type=dev_center_type, @@ -342,6 +438,10 @@ def load_arguments(self, _): "project_name", arg_type=project_type, ) + c.argument( + "endpoint", + arg_type=endpoint, + ) c.argument( "user_id", type=str, @@ -352,12 +452,10 @@ def load_arguments(self, _): "dev_box_name", options_list=["--name", "-n", "--dev-box-name"], type=str, - help="The name of a Dev " "Box.", + help="The name of a dev " "box.", ) - c.argument("upcoming_action_id", type=str, - help="The upcoming action id.") - with self.argument_context("devcenter dev dev-box skip-upcoming-action") as c: + with self.argument_context("devcenter dev dev-box show-action") as c: c.argument( "dev_center", arg_type=dev_center_type, @@ -366,6 +464,10 @@ def load_arguments(self, _): "project_name", arg_type=project_type, ) + c.argument( + "endpoint", + arg_type=endpoint, + ) c.argument( "user_id", type=str, @@ -376,12 +478,15 @@ def load_arguments(self, _): "dev_box_name", options_list=["--name", "-n", "--dev-box-name"], type=str, - help="The name of a Dev " "Box.", + help="The name of a dev " "box.", + ) + c.argument( + "action_name", + type=str, + help="The name of an action that will take place on a dev box.", ) - c.argument("upcoming_action_id", type=str, - help="The upcoming action id.") - with self.argument_context("devcenter dev dev-box wait") as c: + with self.argument_context("devcenter dev dev-box skip-action") as c: c.argument( "dev_center", arg_type=dev_center_type, @@ -390,17 +495,26 @@ def load_arguments(self, _): "project_name", arg_type=project_type, ) + c.argument( + "endpoint", + arg_type=endpoint, + ) c.argument( "user_id", type=str, - help="The id of the user. If value is 'me', the identity is taken from the " - "authentication context", + help="The AAD object id of the user. If value is 'me', the identity is taken " + "from the authentication context.", ) c.argument( "dev_box_name", options_list=["--name", "-n", "--dev-box-name"], type=str, - help="The name of a Dev " "Box.", + help="The name of a dev " "box.", + ) + c.argument( + "action_name", + type=str, + help="The name of an action that will take place on a dev box.", ) with self.argument_context("devcenter dev environment list") as c: @@ -412,6 +526,10 @@ def load_arguments(self, _): "project_name", arg_type=project_type, ) + c.argument( + "endpoint", + arg_type=endpoint, + ) c.argument( "user_id", type=str, @@ -428,10 +546,14 @@ def load_arguments(self, _): "project_name", arg_type=project_type, ) + c.argument( + "endpoint", + arg_type=endpoint, + ) c.argument( "user_id", type=str, - help="The id of the user. If value is 'me', the identity is taken from the " + help="The AAD object id of the user. If value is 'me', the identity is taken from the " "authentication context", ) c.argument( @@ -450,11 +572,15 @@ def load_arguments(self, _): "project_name", arg_type=project_type, ) + c.argument( + "endpoint", + arg_type=endpoint, + ) c.argument( "user_id", type=str, - help="The id of the user. If value is 'me', the identity is taken from the " - "authentication context", + help="The AAD object id of the user. If value is 'me', the identity is taken " + "from the authentication context.", ) c.argument( "environment_name", @@ -462,26 +588,19 @@ def load_arguments(self, _): type=str, help="The name " "of the environment.", ) - c.argument("description", type=str, - help="Description of the Environment.") - c.argument("catalog_name", type=str, required=True, - help="Name of the catalog.") - c.argument( - "catalog_item_name", - type=str, - required=True, - help="Name of the catalog item.", - ) c.argument( "parameters", type=validate_file_or_dict, - help="Parameters object for the deploy action Expected " + help="Parameters object for the environment. Expected " "value: json-string/json-file/@json-file.", ) - c.argument("tags", tags_type) c.argument("environment_type", type=str, help="Environment type.") + c.argument("catalog_name", type=str, help="Name of the catalog.") c.argument( - "user", type=str, help="The AAD object id of the owner of this Environment." + "environment_definition_name", + options_list=["-e", "--environment-definition-name"], + type=str, + help="Name of the environment definition.", ) with self.argument_context("devcenter dev environment update") as c: @@ -493,11 +612,15 @@ def load_arguments(self, _): "project_name", arg_type=project_type, ) + c.argument( + "endpoint", + arg_type=endpoint, + ) c.argument( "user_id", type=str, - help="The id of the user. If value is 'me', the identity is taken from the " - "authentication context. Default is 'me'", + help="The AAD object id of the user. If value is 'me', the identity is taken " + "from the authentication context.", ) c.argument( "environment_name", @@ -505,48 +628,14 @@ def load_arguments(self, _): type=str, help="The name " "of the environment.", ) - c.argument("description", type=str, - help="Description of the Environment.") - c.argument("catalog_name", type=str, help="Name of the catalog.") - c.argument("catalog_item_name", type=str, - help="Name of the catalog item.") c.argument( "parameters", type=validate_file_or_dict, - help="Parameters object for the deploy action Expected " + help="Parameters object for the environment. Expected " "value: json-string/json-file/@json-file.", ) - c.argument( - "scheduled_tasks", - type=validate_file_or_dict, - help="Set of supported scheduled tasks to help " - "manage cost. Expected value: json-string/json-file/@json-file.", - ) - c.argument("tags", tags_type) - - with self.argument_context("devcenter dev environment delete") as c: - c.argument( - "dev_center", - arg_type=dev_center_type, - ) - c.argument( - "project_name", - arg_type=project_type, - ) - c.argument( - "user_id", - type=str, - help="The id of the user. If value is 'me', the identity is taken from the " - "authentication context", - ) - c.argument( - "environment_name", - options_list=["--name", "-n", "--environment-name"], - type=str, - help="The name " "of the environment.", - ) - with self.argument_context("devcenter dev environment wait") as c: + with self.argument_context("devcenter dev environment deploy") as c: c.argument( "dev_center", arg_type=dev_center_type, @@ -556,33 +645,14 @@ def load_arguments(self, _): arg_type=project_type, ) c.argument( - "user_id", - type=str, - help="The id of the user. If value is 'me', the identity is taken from the " - "authentication context", - ) - c.argument( - "environment_name", - options_list=["--name", "-n", "--environment-name"], - type=str, - help="The name " "of the environment.", - ) - - with self.argument_context("devcenter dev environment deploy-action") as c: - c.argument( - "dev_center", - arg_type=dev_center_type, - ) - c.argument( - "project_name", - type=str, - help="The DevCenter Project upon which to execute operations.", + "endpoint", + arg_type=endpoint, ) c.argument( "user_id", type=str, help="The AAD object id of the user. If value is 'me', the identity is taken " - "from the authentication context", + "from the authentication context.", ) c.argument( "environment_name", @@ -590,16 +660,14 @@ def load_arguments(self, _): type=str, help="The name " "of the environment.", ) - c.argument("action_id", type=str, - help="The Catalog Item action id to execute") c.argument( "parameters", type=validate_file_or_dict, - help="Parameters object for the Action Expected value: " - "json-string/json-file/@json-file.", + help="Parameters object for the environment. Expected " + "value: json-string/json-file/@json-file.", ) - with self.argument_context("devcenter dev catalog-item list") as c: + with self.argument_context("devcenter dev environment delete") as c: c.argument( "dev_center", arg_type=dev_center_type, @@ -608,21 +676,24 @@ def load_arguments(self, _): "project_name", arg_type=project_type, ) - - with self.argument_context("devcenter dev catalog-item show") as c: c.argument( - "dev_center", - arg_type=dev_center_type, + "endpoint", + arg_type=endpoint, ) c.argument( - "project_name", - arg_type=project_type, + "user_id", + type=str, + help="The AAD object id of the user. If value is 'me', the identity is taken from the " + "authentication context", ) c.argument( - "catalog_item_id", type=str, help="The unique id of the catalog item." + "environment_name", + options_list=["--name", "-n", "--environment-name"], + type=str, + help="The name " "of the environment.", ) - with self.argument_context("devcenter dev catalog-item-version list") as c: + with self.argument_context("devcenter dev catalog list") as c: c.argument( "dev_center", arg_type=dev_center_type, @@ -632,10 +703,11 @@ def load_arguments(self, _): arg_type=project_type, ) c.argument( - "catalog_item_id", type=str, help="The unique id of the catalog item." + "endpoint", + arg_type=endpoint, ) - with self.argument_context("devcenter dev catalog-item-version show") as c: + with self.argument_context("devcenter dev catalog show") as c: c.argument( "dev_center", arg_type=dev_center_type, @@ -645,22 +717,17 @@ def load_arguments(self, _): arg_type=project_type, ) c.argument( - "catalog_item_id", type=str, help="The unique id of the catalog item." - ) - c.argument("version", type=str, - help="The version of the catalog item.") - - with self.argument_context("devcenter dev environment-type list") as c: - c.argument( - "dev_center", - arg_type=dev_center_type, + "endpoint", + arg_type=endpoint, ) c.argument( - "project_name", - arg_type=project_type, + "catalog_name", + options_list=["--name", "-n", "--catalog-name"], + type=str, + help="The name of the catalog", ) - with self.argument_context("devcenter dev notification-setting create") as c: + with self.argument_context("devcenter dev environment-type list") as c: c.argument( "dev_center", arg_type=dev_center_type, @@ -670,43 +737,11 @@ def load_arguments(self, _): arg_type=project_type, ) c.argument( - "user_id", - type=str, - help="The AAD object id of the user. If value is 'me', the identity is taken " - "from the authentication context.", - ) - c.argument( - "enabled", - arg_type=get_three_state_flag(), - help="If notification is enabled for the user.", - ) - c.argument( - "culture", - type=str, - help="The culture that MEO can accommdate requests to send emails in.", - ) - c.argument( - "boolean_enabled", - arg_type=get_three_state_flag(), - help="If notification is enabled for DevBox " "provisioning.", - arg_group="Notification Type Dev Box Provisioning Notification", - ) - c.argument( - "email_notification", - action=AddEmailNotification, - nargs="+", - help="The email notification", - arg_group="Notification Type Dev Box Provisioning Notification Notification Channel", - ) - c.argument( - "webhook_notification", - action=AddWebhookNotification, - nargs="+", - help="The webhook notification", - arg_group="Notification Type Dev Box Provisioning Notification Notification Channel", + "endpoint", + arg_type=endpoint, ) - with self.argument_context("devcenter dev notification-setting show") as c: + with self.argument_context("devcenter dev environment-definition list") as c: c.argument( "dev_center", arg_type=dev_center_type, @@ -717,15 +752,12 @@ def load_arguments(self, _): arg_type=project_type, ) c.argument( - "user_id", - type=str, - help="The AAD object id of the user. If value is 'me', the identity is taken " - "from the authentication context.", + "endpoint", + arg_type=endpoint, ) + c.argument("catalog_name", type=str, help="The name of the catalog") - with self.argument_context( - "devcenter dev notification-setting list-allowed-culture" - ) as c: + with self.argument_context("devcenter dev environment-definition show") as c: c.argument( "dev_center", arg_type=dev_center_type, @@ -736,8 +768,13 @@ def load_arguments(self, _): arg_type=project_type, ) c.argument( - "user_id", + "endpoint", + arg_type=endpoint, + ) + c.argument("catalog_name", type=str, help="The name of the catalog") + c.argument( + "definition_name", + options_list=["--name", "-n", "--definition-name"], type=str, - help="The AAD object id of the user. If value is 'me', the identity is taken " - "from the authentication context.", + help="The name of the environment definition", ) diff --git a/src/devcenter/azext_devcenter/_validators.py b/src/devcenter/azext_devcenter/_validators.py index 72eae6f896d..178715c94f2 100644 --- a/src/devcenter/azext_devcenter/_validators.py +++ b/src/devcenter/azext_devcenter/_validators.py @@ -2,25 +2,39 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- +import locale import re from azure.cli.core.azclierror import ( RequiredArgumentMissingError, InvalidArgumentValueError, + MutuallyExclusiveArgumentError, ) from azure.cli.core.aaz import has_value +locale.setlocale(locale.LC_ALL, "") + + # Control plane def validate_attached_network_or_dev_box_def(dev_center_name, project_name): + if has_value(dev_center_name) and has_value(project_name): + error_message = """Only dev-center (--dev-center --dev-center-name -d). \ +or project (--project --project-name) should be set.""" + raise MutuallyExclusiveArgumentError(error_message) if not has_value(dev_center_name) and not has_value(project_name): error_message = """Either project (--project --project-name) \ or dev center (--dev-center --dev-center-name -d) should be set.""" raise RequiredArgumentMissingError(error_message) -# Data plane +def validate_repo_git(ado_git, git_hub): + if not has_value(ado_git) and not has_value(git_hub): + error_message = """Either an AdoGit (--ado-git) \ +or GitHub source control definition (--git-hub) should be set.""" + raise RequiredArgumentMissingError(error_message) +# Data plane def validate_dev_box_list(namespace): if namespace.project_name is not None and namespace.user_id is None: raise RequiredArgumentMissingError( @@ -34,3 +48,37 @@ def validate_time(namespace): validation = pattern.match(namespace.delay_time) if validation is None: raise InvalidArgumentValueError("--delay-time should be in the format HH:MM") + + +def validate_endpoint(endpoint, dev_center): + if endpoint is not None and dev_center is not None: + error_message = """Only dev-center (--dev-center --dev-center-name -d) \ +or endpoint (--endpoint) parameter should be set.""" + raise MutuallyExclusiveArgumentError(error_message) + if endpoint is not None: + check_valid_uri = re.match( + r"(https)://.+.*\.(devcenter.azure-test.net|devcenter.azure.com)[/]?$", + endpoint, + ) + if check_valid_uri is None: + raise InvalidArgumentValueError( + f"""The endpoint '{endpoint}' is invalid. Please ensure that the \ +endpoint starts with 'https' and is properly formatted. Run \ +'az devcenter admin project show' to view the endpoint of a specific project. \ +Run 'az devcenter admin project list' to view the \ +list of available projects. Contact your admin for further assistance.""" + ) + if endpoint is None and dev_center is None: + error_message = """Either an endpoint (--endpoint) \ +or dev-center (--dev-center --dev-center-name -d) should be set.""" + raise RequiredArgumentMissingError(error_message) + + +def validate_env_name_already_exists(env_iterator, name, user_id, project): + for env in env_iterator: + if env.name.casefold() == name.casefold(): + if user_id == "me": + user_id = env.user + error_message = f"""An environment with the name '{name}' \ +already exists for the user-id '{user_id}' in this project '{project}'.""" + raise InvalidArgumentValueError(error_message) diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/__cmd_group.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/__cmd_group.py index 191cc6340ca..208b5f0d748 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/__cmd_group.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/__cmd_group.py @@ -15,7 +15,7 @@ "devcenter", ) class __CMDGroup(AAZCommandGroup): - """Manage resources with devcenter + """Manage resources with devcenter. """ pass diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/__cmd_group.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/__cmd_group.py index 0809f35da29..fa8db129992 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/__cmd_group.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/__cmd_group.py @@ -15,7 +15,7 @@ "devcenter admin", ) class __CMDGroup(AAZCommandGroup): - """Manage admin resources with devcenter + """Manage devcenter admin resources. """ pass diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/attached_network/__cmd_group.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/attached_network/__cmd_group.py index 0c90a960aa2..a398593411b 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/attached_network/__cmd_group.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/attached_network/__cmd_group.py @@ -13,10 +13,9 @@ @register_command_group( "devcenter admin attached-network", - is_preview=True, ) class __CMDGroup(AAZCommandGroup): - """Manage attached network with devcenter + """Manage attached networks. """ pass diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/attached_network/_create.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/attached_network/_create.py index 8881de0d712..3afe4dd8f07 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/attached_network/_create.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/attached_network/_create.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin attached-network create", - is_preview=True, ) class Create(AAZCommand): - """Create an attached network connection + """Create an attached network connection. :example: Create - az devcenter admin attached-network create --attached-network-connection-name "{attachedNetworkConnectionName}" --network-connection-id "/subscriptions/{subscriptionId}/resourceGroups/rg1/providers/Microsoft.DevCenter/networkConnections/{networkConnectionName}" --dev-center-name "Contoso" --resource-group "rg1" + az devcenter admin attached-network create --attached-network-connection-name "network-uswest3" --network-connection-id "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/rg1/providers/Microsoft.DevCenter/NetworkConnections/network-uswest3" --dev-center-name "Contoso" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/attachednetworks/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/attachednetworks/{}", "2023-04-01"], ] } @@ -53,7 +52,7 @@ def _build_arguments_schema(cls, *args, **kwargs): ) _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", required=True, ) _args_schema.resource_group = AAZResourceGroupNameArg( @@ -156,7 +155,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/attached_network/_delete.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/attached_network/_delete.py index 7b14929f565..b5aae462f98 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/attached_network/_delete.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/attached_network/_delete.py @@ -13,20 +13,19 @@ @register_command( "devcenter admin attached-network delete", - is_preview=True, confirmation="Are you sure you want to perform this operation?", ) class Delete(AAZCommand): - """Delete an attached network connection + """Delete an attached network connection. :example: Delete - az devcenter admin attached-network delete --attached-network-connection-name "{attachedNetworkConnectionName}" --dev-center-name "Contoso" --resource-group "rg1" + az devcenter admin attached-network delete --attached-network-connection-name "network-uswest3" --dev-center-name "Contoso" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/attachednetworks/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/attachednetworks/{}", "2023-04-01"], ] } @@ -55,7 +54,7 @@ def _build_arguments_schema(cls, *args, **kwargs): ) _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", required=True, id_part="name", ) @@ -155,7 +154,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/attached_network/_list.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/attached_network/_list.py index 6a961c4afa1..0204691d7bd 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/attached_network/_list.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/attached_network/_list.py @@ -13,23 +13,22 @@ @register_command( "devcenter admin attached-network list", - is_preview=True, ) class List(AAZCommand): - """List the attached network connections for a dev center or a project. + """List the attached network connections configured for a dev center or project. :example: List by dev center az devcenter admin attached-network list --dev-center-name "Contoso" --resource-group "rg1" :example: List by project - az devcenter admin attached-network list --project-name "{projectName}" --resource-group "rg1" + az devcenter admin attached-network list --project-name "DevProject" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/attachednetworks", "2022-11-11-preview"], - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/attachednetworks", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/attachednetworks", "2023-04-01"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/attachednetworks", "2023-04-01"], ] } @@ -50,11 +49,11 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", ) _args_schema.project_name = AAZStrArg( options=["--project", "--project-name"], - help="The name of the project. Use az configure -d project= to configure a default.", + help="The name of the project. Use `az configure -d project=` to configure a default.", ) _args_schema.resource_group = AAZResourceGroupNameArg( help="Name of resource group. You can configure the default group using `az configure --defaults group=`.", @@ -68,7 +67,7 @@ def _execute_operations(self): condition_1 = has_value(self.ctx.args.project_name) and has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) if condition_0: self.AttachedNetworksListByDevCenter(ctx=self.ctx)() - if condition_1: + elif condition_1: self.AttachedNetworksListByProject(ctx=self.ctx)() self.post_operations() @@ -133,7 +132,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -285,7 +284,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/attached_network/_show.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/attached_network/_show.py index e910b5e72a7..9f448a3f2fc 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/attached_network/_show.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/attached_network/_show.py @@ -13,22 +13,22 @@ @register_command( "devcenter admin attached-network show", - is_preview=True, ) class Show(AAZCommand): - """Get an attached network connection. - :example: Show dev center attached network connection + """Get an attached network connection configured for a dev center or project. + + :example: Get dev center attached network connection az devcenter admin attached-network show --name "{attachedNetworkConnectionName}" --dev-center-name "Contoso" --resource-group "rg1" - :example: Show project attached network connection + :example: Get project attached network connection az devcenter admin attached-network show --name "{attachedNetworkConnectionName}" --project-name "{projectName}" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/attachednetworks/{}", "2022-11-11-preview"], - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/attachednetworks/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/attachednetworks/{}", "2023-04-01"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/attachednetworks/{}", "2023-04-01"], ] } @@ -50,18 +50,18 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.attached_network_connection_name = AAZStrArg( options=["-n", "--name", "--attached-network-connection-name"], - help="The name of the attached NetworkConnection.", + help="The name of the attached network connection.", required=True, id_part="child_name_1", ) _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", id_part="name", ) _args_schema.project_name = AAZStrArg( options=["--project", "--project-name"], - help="The name of the project. Use az configure -d project= to configure a default.", + help="The name of the project. Use `az configure -d project=` to configure a default.", id_part="name", ) _args_schema.resource_group = AAZResourceGroupNameArg( @@ -74,10 +74,10 @@ def _execute_operations(self): self.pre_operations() condition_0 = has_value(self.ctx.args.attached_network_connection_name) and has_value(self.ctx.args.project_name) and has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) condition_1 = has_value(self.ctx.args.attached_network_connection_name) and has_value(self.ctx.args.dev_center_name) and has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) - if condition_0: - self.AttachedNetworksGetByProject(ctx=self.ctx)() if condition_1: - self.AttachedNetworksGetByDevCenter(ctx=self.ctx)() + self.AttachedNetworksGetByDevCenter(ctx=self.ctx)() + elif condition_0: + self.AttachedNetworksGetByProject(ctx=self.ctx)() self.post_operations() @register_callback @@ -144,7 +144,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -288,7 +288,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/attached_network/_wait.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/attached_network/_wait.py index 24b3e2445e7..cedb3a1c658 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/attached_network/_wait.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/attached_network/_wait.py @@ -20,7 +20,7 @@ class Wait(AAZWaitCommand): _aaz_info = { "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/attachednetworks/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/attachednetworks/{}", "2023-04-01"], ] } @@ -48,7 +48,7 @@ def _build_arguments_schema(cls, *args, **kwargs): ) _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", required=True, id_part="name", ) @@ -127,7 +127,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/__cmd_group.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/__cmd_group.py index f94b8b7ac76..6530871b7a4 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/__cmd_group.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/__cmd_group.py @@ -13,10 +13,9 @@ @register_command_group( "devcenter admin catalog", - is_preview=True, ) class __CMDGroup(AAZCommandGroup): - """Manage catalog with dev center + """Manage catalogs. """ pass diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/_create.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/_create.py index d22e2d7eb6b..478c43c1026 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/_create.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/_create.py @@ -13,22 +13,21 @@ @register_command( "devcenter admin catalog create", - is_preview=True, ) class Create(AAZCommand): """Create a catalog. :example: Create using an Azure DevOps repository - az devcenter admin catalog create --ado-git path="/templates" branch="main" secret-identifier="https://contosokv.vault.azure.net/secrets/CentralRepoPat" uri="https://contoso@dev.azure.com/contoso/contosoOrg/_git/centralrepo-fakecontoso" --name "{catalogName}" --dev-center-name "Contoso" --resource-group "rg1" + az devcenter admin catalog create --ado-git path="/templates" branch="main" secret-identifier="https://contosokv.vault.azure.net/secrets/CentralRepoPat" uri="https://contoso@dev.azure.com/contoso/contosoOrg/_git/centralrepo-fakecontoso" --name "CentralCatalog" --dev-center-name "Contoso" --resource-group "rg1" :example: Create using a GitHub repository - az devcenter admin catalog create --git-hub path="/templates" branch="main" secret-identifier="https://contosokv.vault.azure.net/secrets/CentralRepoPat" uri="https://github.com/Contoso/centralrepo-fake.git" --name "{catalogName}" --dev-center-name "Contoso" --resource-group "rg1" + az devcenter admin catalog create --git-hub path="/templates" branch="main" secret-identifier="https://contosokv.vault.azure.net/secrets/CentralRepoPat" uri="https://github.com/Contoso/centralrepo-fake.git" --name "CentralCatalog" --dev-center-name "Contoso" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/catalogs/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/catalogs/{}", "2023-04-01"], ] } @@ -51,15 +50,16 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.catalog_name = AAZStrArg( options=["-n", "--name", "--catalog-name"], - help="The name of the Catalog.", + help="The name of the catalog.", required=True, ) _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", required=True, ) _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of resource group. You can configure the default group using `az configure --defaults group=`.", required=True, ) @@ -201,7 +201,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/_delete.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/_delete.py index 8e35dd37630..84e5da8ea48 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/_delete.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/_delete.py @@ -13,20 +13,19 @@ @register_command( "devcenter admin catalog delete", - is_preview=True, confirmation="Are you sure you want to perform this operation?", ) class Delete(AAZCommand): """Delete a catalog resource. :example: Delete - az devcenter admin catalog delete --name "{catalogName}" --dev-center-name "Contoso" --resource-group "rg1" + az devcenter admin catalog delete --name "CentralCatalog" --dev-center-name "Contoso" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/catalogs/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/catalogs/{}", "2023-04-01"], ] } @@ -49,17 +48,18 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.catalog_name = AAZStrArg( options=["-n", "--name", "--catalog-name"], - help="The name of the Catalog.", + help="The name of the catalog.", required=True, id_part="child_name_1", ) _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", required=True, id_part="name", ) _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of resource group. You can configure the default group using `az configure --defaults group=`.", required=True, ) return cls._args_schema @@ -154,7 +154,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/_list.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/_list.py index 1c1ae84653a..6d618575f76 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/_list.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/_list.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin catalog list", - is_preview=True, ) class List(AAZCommand): - """List catalogs for a devcenter. + """List catalogs for a dev center. :example: List az devcenter admin catalog list --dev-center-name "Contoso" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/catalogs", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/catalogs", "2023-04-01"], ] } @@ -46,7 +45,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", required=True, ) _args_schema.resource_group = AAZResourceGroupNameArg( @@ -121,7 +120,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/_show.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/_show.py index f67d08cecab..a4671a5eef2 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/_show.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/_show.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin catalog show", - is_preview=True, ) class Show(AAZCommand): - """Get a catalog + """Get a catalog. - :example: Show - az devcenter admin catalog show --name "{catalogName}" --dev-center-name "Contoso" --resource-group "rg1" + :example: Get + az devcenter admin catalog show --name "CentralCatalog" --dev-center-name "Contoso" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/catalogs/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/catalogs/{}", "2023-04-01"], ] } @@ -47,17 +46,18 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.catalog_name = AAZStrArg( options=["-n", "--name", "--catalog-name"], - help="The name of the Catalog.", + help="The name of the catalog.", required=True, id_part="child_name_1", ) _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", required=True, id_part="name", ) _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of resource group. You can configure the default group using `az configure --defaults group=`.", required=True, ) return cls._args_schema @@ -131,7 +131,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/_sync.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/_sync.py index 27241c6fcab..2a3d8b236a6 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/_sync.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/_sync.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin catalog sync", - is_preview=True, ) class Sync(AAZCommand): """Syncs templates for a template source. :example: Sync - az devcenter admin catalog sync --name "{catalogName}" --dev-center-name "Contoso" --resource-group "rg1" + az devcenter admin catalog sync --name "CentralCatalog" --dev-center-name "Contoso" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/catalogs/{}/sync", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/catalogs/{}/sync", "2023-04-01"], ] } @@ -48,17 +47,18 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.catalog_name = AAZStrArg( options=["-n", "--name", "--catalog-name"], - help="The name of the Catalog.", + help="The name of the catalog.", required=True, id_part="child_name_1", ) _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", required=True, id_part="name", ) _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of resource group. You can configure the default group using `az configure --defaults group=`.", required=True, ) return cls._args_schema @@ -100,7 +100,6 @@ def __call__(self, *args, **kwargs): lro_options={"final-state-via": "azure-async-operation"}, path_format_arguments=self.url_parameters, ) - return self.on_error(session.http_response) @property @@ -144,7 +143,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -153,7 +152,6 @@ def query_parameters(self): def on_200(self, session): pass - class _SyncHelper: """Helper class for Sync""" diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/_update.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/_update.py index 5bdc29fb8ee..73e4422649e 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/_update.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/_update.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin catalog update", - is_preview=True, ) class Update(AAZCommand): """Update a catalog. :example: Update - az devcenter admin catalog update --git-hub path="/environments" --name "{catalogName}" --dev-center-name "Contoso" --resource-group "rg1" + az devcenter admin catalog update --git-hub path="/environments" --name "CentralCatalog" --dev-center-name "Contoso" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/catalogs/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/catalogs/{}", "2023-04-01"], ] } @@ -50,17 +49,18 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.catalog_name = AAZStrArg( options=["-n", "--name", "--catalog-name"], - help="The name of the Catalog.", + help="The name of the catalog.", required=True, id_part="child_name_1", ) _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", required=True, id_part="name", ) _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of resource group. You can configure the default group using `az configure --defaults group=`.", required=True, ) @@ -207,7 +207,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -310,7 +310,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/_wait.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/_wait.py index 66c250e1631..c12e3e1a94d 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/_wait.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/catalog/_wait.py @@ -20,7 +20,7 @@ class Wait(AAZWaitCommand): _aaz_info = { "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/catalogs/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/catalogs/{}", "2023-04-01"], ] } @@ -42,17 +42,18 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.catalog_name = AAZStrArg( options=["-n", "--name", "--catalog-name"], - help="The name of the Catalog.", + help="The name of the catalog.", required=True, id_part="child_name_1", ) _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", required=True, id_part="name", ) _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of resource group. You can configure the default group using `az configure --defaults group=`.", required=True, ) return cls._args_schema @@ -126,7 +127,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/check_name_availability/__cmd_group.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/check_name_availability/__cmd_group.py index b9d89201770..08d446db3c0 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/check_name_availability/__cmd_group.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/check_name_availability/__cmd_group.py @@ -13,10 +13,9 @@ @register_command_group( "devcenter admin check-name-availability", - is_preview=True, ) class __CMDGroup(AAZCommandGroup): - """Manage check name availability with devcenter + """Manage check name availability. """ pass diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/check_name_availability/_execute.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/check_name_availability/_execute.py index 08ac3bd5b5c..17b16c32df2 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/check_name_availability/_execute.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/check_name_availability/_execute.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin check-name-availability execute", - is_preview=True, ) class Execute(AAZCommand): - """Check the availability of name for resource + """Check the availability of name for resource. :example: Check name availability az devcenter admin check-name-availability execute --name "name1" --type "Microsoft.DevCenter/devcenters" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/providers/microsoft.devcenter/checknameavailability", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.devcenter/checknameavailability", "2023-04-01"], ] } @@ -116,7 +115,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devbox_definition/__cmd_group.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devbox_definition/__cmd_group.py index 3ccdcbedd0b..18abe8185ce 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devbox_definition/__cmd_group.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devbox_definition/__cmd_group.py @@ -13,10 +13,9 @@ @register_command_group( "devcenter admin devbox-definition", - is_preview=True, ) class __CMDGroup(AAZCommandGroup): - """Manage dev box definition with devcenter + """Manage dev box definitions. """ pass diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devbox_definition/_create.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devbox_definition/_create.py index 14d831cff0e..08a664a3e7a 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devbox_definition/_create.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devbox_definition/_create.py @@ -13,7 +13,6 @@ @register_command( "devcenter admin devbox-definition create", - is_preview=True, ) class Create(AAZCommand): """Create a dev box definition. @@ -23,9 +22,9 @@ class Create(AAZCommand): """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/devboxdefinitions/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/devboxdefinitions/{}", "2023-04-01"], ] } @@ -48,12 +47,12 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.dev_box_definition_name = AAZStrArg( options=["-n", "--name", "--dev-box-definition-name"], - help="The name of the Dev Box definition.", + help="The name of the dev box definition.", required=True, ) _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", required=True, ) _args_schema.resource_group = AAZResourceGroupNameArg( @@ -66,7 +65,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.location = AAZResourceLocationArg( arg_group="Body", - help="Location. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=`.", + help="The geo-location where the resource lives. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=`.", required=True, fmt=AAZResourceLocationArgFormat( resource_group_arg="resource_group", @@ -86,8 +85,9 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.hibernate_support = AAZStrArg( options=["--hibernate-support"], + is_preview=True, arg_group="Properties", - help="Indicates whether Dev Boxes created with this definition are capable of hibernation. Not all images are capable of supporting hibernation. To find out more see https://aka.ms/devbox/hibernate", + help="Indicates whether dev boxes created with this definition are capable of hibernation. Not all images are capable of supporting hibernation. To find out more see https://aka.ms/devbox/hibernate", enum={"Disabled": "Disabled", "Enabled": "Enabled"}, ) _args_schema.image_reference = AAZObjectArg( @@ -98,12 +98,12 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.os_storage_type = AAZStrArg( options=["--os-storage-type"], arg_group="Properties", - help="The storage type used for the Operating System disk of Dev Boxes created using this definition.", + help="The storage type used for the operating system disk of dev boxes created using this definition.", ) _args_schema.sku = AAZObjectArg( options=["--sku"], arg_group="Properties", - help="The SKU for Dev Boxes created using this definition.", + help="The SKU for dev boxes created using this definition.", ) image_reference = cls._args_schema.image_reference @@ -111,18 +111,6 @@ def _build_arguments_schema(cls, *args, **kwargs): options=["id"], help="Image ID, or Image version ID. When Image ID is provided, its latest version will be used.", ) - image_reference.offer = AAZStrArg( - options=["offer"], - help="The image offer.", - ) - image_reference.publisher = AAZStrArg( - options=["publisher"], - help="The image publisher.", - ) - image_reference.sku = AAZStrArg( - options=["sku"], - help="The image sku.", - ) sku = cls._args_schema.sku sku.capacity = AAZIntArg( @@ -234,7 +222,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -267,15 +255,12 @@ def content(self): if properties is not None: properties.set_prop("hibernateSupport", AAZStrType, ".hibernate_support") properties.set_prop("imageReference", AAZObjectType, ".image_reference", typ_kwargs={"flags": {"required": True}}) - properties.set_prop("osStorageType", AAZStrType, ".os_storage_type", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("osStorageType", AAZStrType, ".os_storage_type") properties.set_prop("sku", AAZObjectType, ".sku", typ_kwargs={"flags": {"required": True}}) image_reference = _builder.get(".properties.imageReference") if image_reference is not None: image_reference.set_prop("id", AAZStrType, ".id") - image_reference.set_prop("offer", AAZStrType, ".offer") - image_reference.set_prop("publisher", AAZStrType, ".publisher") - image_reference.set_prop("sku", AAZStrType, ".sku") sku = _builder.get(".properties.sku") if sku is not None: @@ -351,7 +336,6 @@ def _build_schema_on_200_201(cls): ) properties.os_storage_type = AAZStrType( serialized_name="osStorageType", - flags={"required": True}, ) properties.provisioning_state = AAZStrType( serialized_name="provisioningState", @@ -410,9 +394,6 @@ def _build_schema_image_reference_read(cls, _schema): if cls._schema_image_reference_read is not None: _schema.exact_version = cls._schema_image_reference_read.exact_version _schema.id = cls._schema_image_reference_read.id - _schema.offer = cls._schema_image_reference_read.offer - _schema.publisher = cls._schema_image_reference_read.publisher - _schema.sku = cls._schema_image_reference_read.sku return cls._schema_image_reference_read = _schema_image_reference_read = AAZObjectType() @@ -423,15 +404,9 @@ def _build_schema_image_reference_read(cls, _schema): flags={"read_only": True}, ) image_reference_read.id = AAZStrType() - image_reference_read.offer = AAZStrType() - image_reference_read.publisher = AAZStrType() - image_reference_read.sku = AAZStrType() _schema.exact_version = cls._schema_image_reference_read.exact_version _schema.id = cls._schema_image_reference_read.id - _schema.offer = cls._schema_image_reference_read.offer - _schema.publisher = cls._schema_image_reference_read.publisher - _schema.sku = cls._schema_image_reference_read.sku __all__ = ["Create"] diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devbox_definition/_delete.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devbox_definition/_delete.py index fcc8f587bab..9220b204420 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devbox_definition/_delete.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devbox_definition/_delete.py @@ -13,20 +13,19 @@ @register_command( "devcenter admin devbox-definition delete", - is_preview=True, confirmation="Are you sure you want to perform this operation?", ) class Delete(AAZCommand): - """Delete a Dev Box definition + """Delete a dev box definition. :example: Delete az devcenter admin devbox-definition delete --name "WebDevBox" --dev-center-name "Contoso" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/devboxdefinitions/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/devboxdefinitions/{}", "2023-04-01"], ] } @@ -49,13 +48,13 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.dev_box_definition_name = AAZStrArg( options=["-n", "--name", "--dev-box-definition-name"], - help="The name of the Dev Box definition.", + help="The name of the dev box definition.", required=True, id_part="child_name_1", ) _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", required=True, id_part="name", ) @@ -155,7 +154,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devbox_definition/_list.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devbox_definition/_list.py index 5e37dae8823..f45c9c84b42 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devbox_definition/_list.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devbox_definition/_list.py @@ -15,7 +15,7 @@ "devcenter admin devbox-definition list", ) class List(AAZCommand): - """List Dev Box definitions configured for a project. + """List dev box definitions configured for a dev center or project. :example: List by dev center az devcenter admin devbox-definition list --dev-center-name "Contoso" --resource-group "rg1" @@ -25,10 +25,10 @@ class List(AAZCommand): """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/devboxdefinitions", "2022-11-11-preview"], - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/devboxdefinitions", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/devboxdefinitions", "2023-04-01"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/devboxdefinitions", "2023-04-01"], ] } @@ -49,11 +49,11 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", ) _args_schema.project_name = AAZStrArg( options=["--project", "--project-name"], - help="The name of the project. Use az configure -d project= to configure a default.", + help="The name of the project. Use `az configure -d project=` to configure a default.", ) _args_schema.resource_group = AAZResourceGroupNameArg( help="Name of resource group. You can configure the default group using `az configure --defaults group=`.", @@ -67,7 +67,7 @@ def _execute_operations(self): condition_1 = has_value(self.ctx.args.project_name) and has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) if condition_0: self.DevBoxDefinitionsListByDevCenter(ctx=self.ctx)() - if condition_1: + elif condition_1: self.DevBoxDefinitionsListByProject(ctx=self.ctx)() self.post_operations() @@ -132,7 +132,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -219,7 +219,6 @@ def _build_schema_on_200(cls): ) properties.os_storage_type = AAZStrType( serialized_name="osStorageType", - flags={"required": True}, ) properties.provisioning_state = AAZStrType( serialized_name="provisioningState", @@ -315,7 +314,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -402,7 +401,6 @@ def _build_schema_on_200(cls): ) properties.os_storage_type = AAZStrType( serialized_name="osStorageType", - flags={"required": True}, ) properties.provisioning_state = AAZStrType( serialized_name="provisioningState", @@ -461,9 +459,6 @@ def _build_schema_image_reference_read(cls, _schema): if cls._schema_image_reference_read is not None: _schema.exact_version = cls._schema_image_reference_read.exact_version _schema.id = cls._schema_image_reference_read.id - _schema.offer = cls._schema_image_reference_read.offer - _schema.publisher = cls._schema_image_reference_read.publisher - _schema.sku = cls._schema_image_reference_read.sku return cls._schema_image_reference_read = _schema_image_reference_read = AAZObjectType() @@ -474,15 +469,9 @@ def _build_schema_image_reference_read(cls, _schema): flags={"read_only": True}, ) image_reference_read.id = AAZStrType() - image_reference_read.offer = AAZStrType() - image_reference_read.publisher = AAZStrType() - image_reference_read.sku = AAZStrType() _schema.exact_version = cls._schema_image_reference_read.exact_version _schema.id = cls._schema_image_reference_read.id - _schema.offer = cls._schema_image_reference_read.offer - _schema.publisher = cls._schema_image_reference_read.publisher - _schema.sku = cls._schema_image_reference_read.sku __all__ = ["List"] diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devbox_definition/_show.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devbox_definition/_show.py index 721ff1c355b..885e70eee99 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devbox_definition/_show.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devbox_definition/_show.py @@ -13,23 +13,22 @@ @register_command( "devcenter admin devbox-definition show", - is_preview=True, ) class Show(AAZCommand): """Get a dev box definition - :example: Show dev center dev box definition + :example: Get dev center dev box definition az devcenter admin devbox-definition show --name "WebDevBox" --dev-center-name "Contoso" --resource-group "rg1" - :example: Show project dev box definition + :example: Get project dev box definition az devcenter admin devbox-definition show --name "WebDevBox" --project-name "ContosoProject" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/devboxdefinitions/{}", "2022-11-11-preview"], - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/devboxdefinitions/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/devboxdefinitions/{}", "2023-04-01"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/devboxdefinitions/{}", "2023-04-01"], ] } @@ -57,12 +56,12 @@ def _build_arguments_schema(cls, *args, **kwargs): ) _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", id_part="name", ) _args_schema.project_name = AAZStrArg( options=["--project", "--project-name"], - help="The name of the project. Use az configure -d project= to configure a default.", + help="The name of the project. Use `az configure -d project=` to configure a default.", id_part="name", ) _args_schema.resource_group = AAZResourceGroupNameArg( @@ -75,10 +74,10 @@ def _execute_operations(self): self.pre_operations() condition_0 = has_value(self.ctx.args.dev_box_definition_name) and has_value(self.ctx.args.project_name) and has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) condition_1 = has_value(self.ctx.args.dev_box_definition_name) and has_value(self.ctx.args.dev_center_name) and has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) - if condition_0: - self.DevBoxDefinitionsGetByProject(ctx=self.ctx)() if condition_1: self.DevBoxDefinitionsGet(ctx=self.ctx)() + elif condition_0: + self.DevBoxDefinitionsGetByProject(ctx=self.ctx)() self.post_operations() @register_callback @@ -145,7 +144,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -220,7 +219,6 @@ def _build_schema_on_200(cls): ) properties.os_storage_type = AAZStrType( serialized_name="osStorageType", - flags={"required": True}, ) properties.provisioning_state = AAZStrType( serialized_name="provisioningState", @@ -320,7 +318,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -395,7 +393,6 @@ def _build_schema_on_200(cls): ) properties.os_storage_type = AAZStrType( serialized_name="osStorageType", - flags={"required": True}, ) properties.provisioning_state = AAZStrType( serialized_name="provisioningState", @@ -454,9 +451,6 @@ def _build_schema_image_reference_read(cls, _schema): if cls._schema_image_reference_read is not None: _schema.exact_version = cls._schema_image_reference_read.exact_version _schema.id = cls._schema_image_reference_read.id - _schema.offer = cls._schema_image_reference_read.offer - _schema.publisher = cls._schema_image_reference_read.publisher - _schema.sku = cls._schema_image_reference_read.sku return cls._schema_image_reference_read = _schema_image_reference_read = AAZObjectType() @@ -467,15 +461,9 @@ def _build_schema_image_reference_read(cls, _schema): flags={"read_only": True}, ) image_reference_read.id = AAZStrType() - image_reference_read.offer = AAZStrType() - image_reference_read.publisher = AAZStrType() - image_reference_read.sku = AAZStrType() _schema.exact_version = cls._schema_image_reference_read.exact_version _schema.id = cls._schema_image_reference_read.id - _schema.offer = cls._schema_image_reference_read.offer - _schema.publisher = cls._schema_image_reference_read.publisher - _schema.sku = cls._schema_image_reference_read.sku __all__ = ["Show"] diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devbox_definition/_update.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devbox_definition/_update.py index 3d91f2b1b7a..6ace0a14c6e 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devbox_definition/_update.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devbox_definition/_update.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin devbox-definition update", - is_preview=True, ) class Update(AAZCommand): - """Update a Dev Box definition. + """Update a dev box definition. :example: Update az devcenter admin devbox-definition update --image-reference id="/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/Example/providers/Microsoft.DevCenter/devcenters/Contoso/galleries/contosogallery/images/exampleImage/version/2.0.0" --name "WebDevBox" --dev-center-name "Contoso" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/devboxdefinitions/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/devboxdefinitions/{}", "2023-04-01"], ] } @@ -50,13 +49,13 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.dev_box_definition_name = AAZStrArg( options=["-n", "--name", "--dev-box-definition-name"], - help="The name of the Dev Box definition.", + help="The name of the dev box definition.", required=True, id_part="child_name_1", ) _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", required=True, id_part="name", ) @@ -86,8 +85,9 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.hibernate_support = AAZStrArg( options=["--hibernate-support"], arg_group="Properties", - help="Indicates whether Dev Boxes created with this definition are capable of hibernation. Not all images are capable of supporting hibernation. To find out more see https://aka.ms/devbox/hibernate", + help="Indicates whether dev boxes created with this definition are capable of hibernation. Not all images are capable of supporting hibernation. To find out more see https://aka.ms/devbox/hibernate", nullable=True, + is_preview=True, enum={"Disabled": "Disabled", "Enabled": "Enabled"}, ) _args_schema.image_reference = AAZObjectArg( @@ -98,12 +98,13 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.os_storage_type = AAZStrArg( options=["--os-storage-type"], arg_group="Properties", - help="The storage type used for the Operating System disk of Dev Boxes created using this definition.", + help="The storage type used for the operating system disk of dev boxes created using this definition.", + nullable=True, ) _args_schema.sku = AAZObjectArg( options=["--sku"], arg_group="Properties", - help="The SKU for Dev Boxes created using this definition.", + help="The SKU for dev boxes created using this definition.", ) image_reference = cls._args_schema.image_reference @@ -112,21 +113,6 @@ def _build_arguments_schema(cls, *args, **kwargs): help="Image ID, or Image version ID. When Image ID is provided, its latest version will be used.", nullable=True, ) - image_reference.offer = AAZStrArg( - options=["offer"], - help="The image offer.", - nullable=True, - ) - image_reference.publisher = AAZStrArg( - options=["publisher"], - help="The image publisher.", - nullable=True, - ) - image_reference.sku = AAZStrArg( - options=["sku"], - help="The image sku.", - nullable=True, - ) sku = cls._args_schema.sku sku.capacity = AAZIntArg( @@ -238,7 +224,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -341,7 +327,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -406,15 +392,12 @@ def _update_instance(self, instance): if properties is not None: properties.set_prop("hibernateSupport", AAZStrType, ".hibernate_support") properties.set_prop("imageReference", AAZObjectType, ".image_reference", typ_kwargs={"flags": {"required": True}}) - properties.set_prop("osStorageType", AAZStrType, ".os_storage_type", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("osStorageType", AAZStrType, ".os_storage_type") properties.set_prop("sku", AAZObjectType, ".sku", typ_kwargs={"flags": {"required": True}}) image_reference = _builder.get(".properties.imageReference") if image_reference is not None: image_reference.set_prop("id", AAZStrType, ".id") - image_reference.set_prop("offer", AAZStrType, ".offer") - image_reference.set_prop("publisher", AAZStrType, ".publisher") - image_reference.set_prop("sku", AAZStrType, ".sku") sku = _builder.get(".properties.sku") if sku is not None: @@ -501,7 +484,6 @@ def _build_schema_dev_box_definition_read(cls, _schema): ) properties.os_storage_type = AAZStrType( serialized_name="osStorageType", - flags={"required": True}, ) properties.provisioning_state = AAZStrType( serialized_name="provisioningState", @@ -562,9 +544,6 @@ def _build_schema_image_reference_read(cls, _schema): if cls._schema_image_reference_read is not None: _schema.exact_version = cls._schema_image_reference_read.exact_version _schema.id = cls._schema_image_reference_read.id - _schema.offer = cls._schema_image_reference_read.offer - _schema.publisher = cls._schema_image_reference_read.publisher - _schema.sku = cls._schema_image_reference_read.sku return cls._schema_image_reference_read = _schema_image_reference_read = AAZObjectType() @@ -575,15 +554,9 @@ def _build_schema_image_reference_read(cls, _schema): flags={"read_only": True}, ) image_reference_read.id = AAZStrType() - image_reference_read.offer = AAZStrType() - image_reference_read.publisher = AAZStrType() - image_reference_read.sku = AAZStrType() _schema.exact_version = cls._schema_image_reference_read.exact_version _schema.id = cls._schema_image_reference_read.id - _schema.offer = cls._schema_image_reference_read.offer - _schema.publisher = cls._schema_image_reference_read.publisher - _schema.sku = cls._schema_image_reference_read.sku __all__ = ["Update"] diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devbox_definition/_wait.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devbox_definition/_wait.py index d7941d20a28..d1a09da199f 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devbox_definition/_wait.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devbox_definition/_wait.py @@ -20,7 +20,7 @@ class Wait(AAZWaitCommand): _aaz_info = { "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/devboxdefinitions/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/devboxdefinitions/{}", "2023-04-01"], ] } @@ -42,13 +42,13 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.dev_box_definition_name = AAZStrArg( options=["-n", "--name", "--dev-box-definition-name"], - help="The name of the Dev Box definition.", + help="The name of the dev box definition.", required=True, id_part="child_name_1", ) _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", required=True, id_part="name", ) @@ -127,7 +127,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -202,7 +202,6 @@ def _build_schema_on_200(cls): ) properties.os_storage_type = AAZStrType( serialized_name="osStorageType", - flags={"required": True}, ) properties.provisioning_state = AAZStrType( serialized_name="provisioningState", @@ -261,9 +260,6 @@ def _build_schema_image_reference_read(cls, _schema): if cls._schema_image_reference_read is not None: _schema.exact_version = cls._schema_image_reference_read.exact_version _schema.id = cls._schema_image_reference_read.id - _schema.offer = cls._schema_image_reference_read.offer - _schema.publisher = cls._schema_image_reference_read.publisher - _schema.sku = cls._schema_image_reference_read.sku return cls._schema_image_reference_read = _schema_image_reference_read = AAZObjectType() @@ -274,15 +270,9 @@ def _build_schema_image_reference_read(cls, _schema): flags={"read_only": True}, ) image_reference_read.id = AAZStrType() - image_reference_read.offer = AAZStrType() - image_reference_read.publisher = AAZStrType() - image_reference_read.sku = AAZStrType() _schema.exact_version = cls._schema_image_reference_read.exact_version _schema.id = cls._schema_image_reference_read.id - _schema.offer = cls._schema_image_reference_read.offer - _schema.publisher = cls._schema_image_reference_read.publisher - _schema.sku = cls._schema_image_reference_read.sku __all__ = ["Wait"] diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devcenter/__cmd_group.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devcenter/__cmd_group.py index cd3e4f4b990..0d175d2e836 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devcenter/__cmd_group.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devcenter/__cmd_group.py @@ -13,10 +13,9 @@ @register_command_group( "devcenter admin devcenter", - is_preview=True, ) class __CMDGroup(AAZCommandGroup): - """Manage dev center with devcenter + """Manage dev centers. """ pass diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devcenter/_create.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devcenter/_create.py index 5ae57125098..962c36873cf 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devcenter/_create.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devcenter/_create.py @@ -13,10 +13,9 @@ @register_command( "devcenter admin devcenter create", - is_preview=True, ) class Create(AAZCommand): - """Create a dev center + """Create a dev center. :example: Create az devcenter admin devcenter create --location "eastus" --tags CostCode="12345" --name "Contoso" --resource-group "rg1" @@ -24,9 +23,9 @@ class Create(AAZCommand): """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}", "2023-04-01"], ] } @@ -49,10 +48,11 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.name = AAZStrArg( options=["-n", "--name"], - help="The name of the devcenter.", + help="The name of the dev center.", required=True, ) _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of resource group. You can configure the default group using `az configure --defaults group=`.", required=True, ) @@ -61,7 +61,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.location = AAZResourceLocationArg( arg_group="Body", - help="Location. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=`.", + help="The geo-location where the resource lives. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=`.", required=True, fmt=AAZResourceLocationArgFormat( resource_group_arg="resource_group", @@ -178,7 +178,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devcenter/_delete.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devcenter/_delete.py index fe457712033..d8a831fd23d 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devcenter/_delete.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devcenter/_delete.py @@ -13,20 +13,19 @@ @register_command( "devcenter admin devcenter delete", - is_preview=True, confirmation="Are you sure you want to perform this operation?", ) class Delete(AAZCommand): - """Delete a dev center + """Delete a dev center. :example: Delete az devcenter admin devcenter delete --name "Contoso" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}", "2023-04-01"], ] } @@ -49,7 +48,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.name = AAZStrArg( options=["-n", "--name"], - help="The name of the devcenter.", + help="The name of the dev center.", required=True, id_part="name", ) @@ -145,7 +144,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devcenter/_list.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devcenter/_list.py index 766d84e0331..ce92d3bca6e 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devcenter/_list.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devcenter/_list.py @@ -13,23 +13,22 @@ @register_command( "devcenter admin devcenter list", - is_preview=True, ) class List(AAZCommand): - """List all dev centers in a subscription. + """List all dev centers in a resource group. - :example: List by Resource Group + :example: List by resource group az devcenter admin devcenter list --resource-group "rg1" - :example: List by Subscription + :example: List by subscription az devcenter admin devcenter list """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/providers/microsoft.devcenter/devcenters", "2022-11-11-preview"], - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.devcenter/devcenters", "2023-04-01"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters", "2023-04-01"], ] } @@ -55,12 +54,12 @@ def _build_arguments_schema(cls, *args, **kwargs): def _execute_operations(self): self.pre_operations() - condition_0 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) - condition_1 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + condition_0 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + condition_1 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) if condition_0: - self.DevCentersListByResourceGroup(ctx=self.ctx)() - if condition_1: self.DevCentersListBySubscription(ctx=self.ctx)() + if condition_1: + self.DevCentersListByResourceGroup(ctx=self.ctx)() self.post_operations() @register_callback @@ -76,7 +75,7 @@ def _output(self, *args, **kwargs): next_link = self.deserialize_output(self.ctx.vars.instance.next_link) return result, next_link - class DevCentersListByResourceGroup(AAZHttpOperation): + class DevCentersListBySubscription(AAZHttpOperation): CLIENT_TYPE = "MgmtClient" def __call__(self, *args, **kwargs): @@ -90,7 +89,7 @@ def __call__(self, *args, **kwargs): @property def url(self): return self.client.format_url( - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters", + "/subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/devcenters", **self.url_parameters ) @@ -105,10 +104,6 @@ def error_format(self): @property def url_parameters(self): parameters = { - **self.serialize_url_param( - "resourceGroupName", self.ctx.args.resource_group, - required=True, - ), **self.serialize_url_param( "subscriptionId", self.ctx.subscription_id, required=True, @@ -120,7 +115,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -251,7 +246,7 @@ def _build_schema_on_200(cls): return cls._schema_on_200 - class DevCentersListBySubscription(AAZHttpOperation): + class DevCentersListByResourceGroup(AAZHttpOperation): CLIENT_TYPE = "MgmtClient" def __call__(self, *args, **kwargs): @@ -265,7 +260,7 @@ def __call__(self, *args, **kwargs): @property def url(self): return self.client.format_url( - "/subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/devcenters", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters", **self.url_parameters ) @@ -280,6 +275,10 @@ def error_format(self): @property def url_parameters(self): parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), **self.serialize_url_param( "subscriptionId", self.ctx.subscription_id, required=True, @@ -291,7 +290,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devcenter/_show.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devcenter/_show.py index e6c0c7e3b67..9a09278764e 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devcenter/_show.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devcenter/_show.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin devcenter show", - is_preview=True, ) class Show(AAZCommand): - """Get a devcenter. + """Get a dev center. - :example: Show + :example: Get az devcenter admin devcenter show --name "Contoso" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}", "2023-04-01"], ] } @@ -47,7 +46,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.name = AAZStrArg( options=["-n", "--name"], - help="The name of the devcenter.", + help="The name of the dev center.", required=True, id_part="name", ) @@ -122,7 +121,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devcenter/_update.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devcenter/_update.py index 78bd3801abe..19a1734af64 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devcenter/_update.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devcenter/_update.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin devcenter update", - is_preview=True, ) class Update(AAZCommand): - """Update a devcenter resource + """Update a dev center. :example: Update az devcenter admin devcenter update --tags CostCode="12345" --name "Contoso" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}", "2023-04-01"], ] } @@ -50,11 +49,12 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.name = AAZStrArg( options=["-n", "--name"], - help="The name of the devcenter.", + help="The name of the dev center.", required=True, id_part="name", ) _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of resource group. You can configure the default group using `az configure --defaults group=`.", required=True, ) @@ -174,7 +174,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -273,7 +273,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devcenter/_wait.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devcenter/_wait.py index 857be0885a7..0e52958a7c4 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devcenter/_wait.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/devcenter/_wait.py @@ -20,7 +20,7 @@ class Wait(AAZWaitCommand): _aaz_info = { "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}", "2023-04-01"], ] } @@ -42,7 +42,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.name = AAZStrArg( options=["-n", "--name"], - help="The name of the devcenter.", + help="The name of the dev center.", required=True, id_part="name", ) @@ -117,7 +117,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/environment_type/__cmd_group.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/environment_type/__cmd_group.py index f7f56d2ec9c..71319b8da9a 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/environment_type/__cmd_group.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/environment_type/__cmd_group.py @@ -13,10 +13,9 @@ @register_command_group( "devcenter admin environment-type", - is_preview=True, ) class __CMDGroup(AAZCommandGroup): - """Manage environment type with devcenter + """Manage environment types. """ pass diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/environment_type/_create.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/environment_type/_create.py index 01d96dd3460..8dc7307adb5 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/environment_type/_create.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/environment_type/_create.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin environment-type create", - is_preview=True, ) class Create(AAZCommand): """Create an environment type. :example: Create - az devcenter admin environment-type create --tags Owner="superuser" --dev-center-name "Contoso" --name "{environmentTypeName}" --resource-group "rg1" + az devcenter admin environment-type create --tags Owner="superuser" --dev-center-name "Contoso" --name "DevTest" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/environmenttypes/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/environmenttypes/{}", "2023-04-01"], ] } @@ -47,7 +46,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", required=True, ) _args_schema.environment_type_name = AAZStrArg( @@ -142,7 +141,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/environment_type/_delete.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/environment_type/_delete.py index 49d1fe48f82..5bc2c702874 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/environment_type/_delete.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/environment_type/_delete.py @@ -13,20 +13,19 @@ @register_command( "devcenter admin environment-type delete", - is_preview=True, confirmation="Are you sure you want to perform this operation?", ) class Delete(AAZCommand): """Delete an environment type. :example: Delete - az devcenter admin environment-type delete --dev-center-name "Contoso" --name "{environmentTypeName}" --resource-group "rg1" + az devcenter admin environment-type delete --dev-center-name "Contoso" --name "DevTest" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/environmenttypes/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/environmenttypes/{}", "2023-04-01"], ] } @@ -48,7 +47,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", required=True, id_part="name", ) @@ -131,7 +130,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/environment_type/_list.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/environment_type/_list.py index 19e36234584..3bb4ec3efc8 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/environment_type/_list.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/environment_type/_list.py @@ -13,7 +13,6 @@ @register_command( "devcenter admin environment-type list", - is_preview=True, ) class List(AAZCommand): """List environment types for the devcenter. @@ -23,9 +22,9 @@ class List(AAZCommand): """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/environmenttypes", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/environmenttypes", "2023-04-01"], ] } @@ -46,7 +45,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", required=True, ) _args_schema.resource_group = AAZResourceGroupNameArg( @@ -121,7 +120,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/environment_type/_show.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/environment_type/_show.py index 620e124ceb5..7bb81acce9f 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/environment_type/_show.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/environment_type/_show.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin environment-type show", - is_preview=True, ) class Show(AAZCommand): """Get an environment type. - :example: Show - az devcenter admin environment-type show --dev-center-name "Contoso" --name "{environmentTypeName}" --resource-group "rg1" + :example: Get + az devcenter admin environment-type show --dev-center-name "Contoso" --name "DevTest" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/environmenttypes/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/environmenttypes/{}", "2023-04-01"], ] } @@ -47,7 +46,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", required=True, id_part="name", ) @@ -132,7 +131,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/environment_type/_update.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/environment_type/_update.py index f73c56eaa6b..048bb72b1b2 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/environment_type/_update.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/environment_type/_update.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin environment-type update", - is_preview=True, ) class Update(AAZCommand): """Update an environment type. :example: Update - az devcenter admin environment-type update --tags Owner="superuser" --dev-center-name "Contoso" --name "{environmentTypeName}" --resource-group "rg1" + az devcenter admin environment-type update --tags Owner="superuser" --dev-center-name "Contoso" --name "DevTest" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/environmenttypes/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/environmenttypes/{}", "2023-04-01"], ] } @@ -49,7 +48,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", required=True, id_part="name", ) @@ -162,7 +161,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -249,7 +248,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/gallery/__cmd_group.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/gallery/__cmd_group.py index 8c3cbb0acf1..53d0aa47b1b 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/gallery/__cmd_group.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/gallery/__cmd_group.py @@ -13,10 +13,9 @@ @register_command_group( "devcenter admin gallery", - is_preview=True, ) class __CMDGroup(AAZCommandGroup): - """Manage gallery with devcenter + """Manage galleries. """ pass diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/gallery/_create.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/gallery/_create.py index cff9b8dc661..23ac7e3c2c0 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/gallery/_create.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/gallery/_create.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin gallery create", - is_preview=True, ) class Create(AAZCommand): """Create a gallery. :example: Create - az devcenter admin gallery create --gallery-resource-id "/subscriptions/{subscriptionId}/resourceGroups/rg1/providers/Microsoft.Compute/galleries/{galleryName}" --dev-center-name "Contoso" --name "{galleryName}" --resource-group "rg1" + az devcenter admin gallery create --gallery-resource-id "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/rg1/providers/Microsoft.Compute/galleries/StandardGallery" --dev-center-name "Contoso" --name "StandardGallery" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/galleries/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/galleries/{}", "2023-04-01"], ] } @@ -48,7 +47,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", required=True, ) _args_schema.gallery_name = AAZStrArg( @@ -156,7 +155,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/gallery/_delete.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/gallery/_delete.py index bb17e127b4f..fd250e79c37 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/gallery/_delete.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/gallery/_delete.py @@ -13,20 +13,19 @@ @register_command( "devcenter admin gallery delete", - is_preview=True, confirmation="Are you sure you want to perform this operation?", ) class Delete(AAZCommand): - """Delete a gallery resource. + """Delete a gallery. :example: Delete - az devcenter admin gallery delete --dev-center-name "Contoso" --name "{galleryName}" --resource-group "rg1" + az devcenter admin gallery delete --dev-center-name "Contoso" --name "StandardGallery" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/galleries/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/galleries/{}", "2023-04-01"], ] } @@ -49,7 +48,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", required=True, id_part="name", ) @@ -155,7 +154,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/gallery/_list.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/gallery/_list.py index 07e909a3a0c..658284fa760 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/gallery/_list.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/gallery/_list.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin gallery list", - is_preview=True, ) class List(AAZCommand): - """List galleries for a devcenter. + """List galleries for a dev center. :example: List az devcenter admin gallery list --dev-center-name "Contoso" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/galleries", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/galleries", "2023-04-01"], ] } @@ -46,7 +45,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", required=True, ) _args_schema.resource_group = AAZResourceGroupNameArg( @@ -121,7 +120,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/gallery/_show.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/gallery/_show.py index f52fce567ae..161c8675ca6 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/gallery/_show.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/gallery/_show.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin gallery show", - is_preview=True, ) class Show(AAZCommand): - """Get a gallery + """Get a gallery. - :example: Show - az devcenter admin gallery show --dev-center-name "Contoso" --name "{galleryName}" --resource-group "rg1" + :example: Get + az devcenter admin gallery show --dev-center-name "Contoso" --name "StandardGallery" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/galleries/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/galleries/{}", "2023-04-01"], ] } @@ -47,7 +46,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", required=True, id_part="name", ) @@ -132,7 +131,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/gallery/_wait.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/gallery/_wait.py index b17c5f2357f..806db3de6c5 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/gallery/_wait.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/gallery/_wait.py @@ -20,7 +20,7 @@ class Wait(AAZWaitCommand): _aaz_info = { "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/galleries/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/galleries/{}", "2023-04-01"], ] } @@ -42,7 +42,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", required=True, id_part="name", ) @@ -127,7 +127,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/image/__cmd_group.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/image/__cmd_group.py index cc231682b92..8e7895b1067 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/image/__cmd_group.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/image/__cmd_group.py @@ -13,10 +13,9 @@ @register_command_group( "devcenter admin image", - is_preview=True, ) class __CMDGroup(AAZCommandGroup): - """Manage image with devcenter + """Manage images. """ pass diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/image/_list.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/image/_list.py index 52149191426..a94923d2732 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/image/_list.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/image/_list.py @@ -13,10 +13,9 @@ @register_command( "devcenter admin image list", - is_preview=True, ) class List(AAZCommand): - """List images for a devcenter or gallery. + """List images for a dev center or gallery. :example: List by dev center az devcenter admin image list --dev-center-name "Contoso" --resource-group "rg1" @@ -26,10 +25,10 @@ class List(AAZCommand): """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/galleries/{}/images", "2022-11-11-preview"], - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/images", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/galleries/{}/images", "2023-04-01"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/images", "2023-04-01"], ] } @@ -50,7 +49,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", required=True, ) _args_schema.gallery_name = AAZStrArg( @@ -134,7 +133,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -200,6 +199,9 @@ def _build_schema_on_200(cls): properties.description = AAZStrType( flags={"read_only": True}, ) + properties.hibernate_support = AAZStrType( + serialized_name="hibernateSupport", + ) properties.offer = AAZStrType( flags={"read_only": True}, ) @@ -299,7 +301,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -365,6 +367,9 @@ def _build_schema_on_200(cls): properties.description = AAZStrType( flags={"read_only": True}, ) + properties.hibernate_support = AAZStrType( + serialized_name="hibernateSupport", + ) properties.offer = AAZStrType( flags={"read_only": True}, ) diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/image/_show.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/image/_show.py index 058f1ac9028..a6820eb4bc7 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/image/_show.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/image/_show.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin image show", - is_preview=True, ) class Show(AAZCommand): """Get a gallery image. - :example: Show - az devcenter admin image show --dev-center-name "Contoso" --gallery-name "DefaultDevGallery" --name "{imageName}" --resource-group "rg1" + :example: Get + az devcenter admin image show --dev-center-name "Contoso" --gallery-name "DefaultDevGallery" --name "ContosoBaseImage" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/galleries/{}/images/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/galleries/{}/images/{}", "2023-04-01"], ] } @@ -47,7 +46,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", required=True, id_part="name", ) @@ -142,7 +141,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -196,6 +195,9 @@ def _build_schema_on_200(cls): properties.description = AAZStrType( flags={"read_only": True}, ) + properties.hibernate_support = AAZStrType( + serialized_name="hibernateSupport", + ) properties.offer = AAZStrType( flags={"read_only": True}, ) diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/image_version/__cmd_group.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/image_version/__cmd_group.py index e735f6c90bd..508e541a4fb 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/image_version/__cmd_group.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/image_version/__cmd_group.py @@ -13,10 +13,9 @@ @register_command_group( "devcenter admin image-version", - is_preview=True, ) class __CMDGroup(AAZCommandGroup): - """Manage image version with devcenter + """Manage image versions. """ pass diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/image_version/_list.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/image_version/_list.py index 645302f8cbf..0025133ab53 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/image_version/_list.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/image_version/_list.py @@ -13,7 +13,6 @@ @register_command( "devcenter admin image-version list", - is_preview=True, ) class List(AAZCommand): """List versions for an image. @@ -23,9 +22,9 @@ class List(AAZCommand): """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/galleries/{}/images/{}/versions", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/galleries/{}/images/{}/versions", "2023-04-01"], ] } @@ -46,7 +45,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", required=True, ) _args_schema.gallery_name = AAZStrArg( @@ -139,7 +138,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/image_version/_show.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/image_version/_show.py index 384dc92e5a5..4bfaa87af3f 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/image_version/_show.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/image_version/_show.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin image-version show", - is_preview=True, ) class Show(AAZCommand): """Get an image version. - :example: Show - az devcenter admin image-version show --dev-center-name "Contoso" --gallery-name "DefaultDevGallery" --image-name "Win11" --resource-group "rg1" --version-name "{versionName}" + :example: Get + az devcenter admin image-version show --dev-center-name "Contoso" --gallery-name "DefaultDevGallery" --image-name "Win11" --resource-group "rg1" --version-name "1.0.0" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/galleries/{}/images/{}/versions/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/devcenters/{}/galleries/{}/images/{}/versions/{}", "2023-04-01"], ] } @@ -47,7 +46,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.dev_center_name = AAZStrArg( options=["-d", "--dev-center", "--dev-center-name"], - help="The name of the dev center. Use az configure -d dev-center= to configure a default.", + help="The name of the dev center. Use `az configure -d dev-center=` to configure a default.", required=True, id_part="name", ) @@ -152,7 +151,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/__cmd_group.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/__cmd_group.py index 4c197f0a51e..39d71713a03 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/__cmd_group.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/__cmd_group.py @@ -15,7 +15,7 @@ "devcenter admin network-connection", ) class __CMDGroup(AAZCommandGroup): - """Manage network connection with devcenter + """Manage network connections. """ pass diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/__init__.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/__init__.py index 5a8db72e339..4bc666b787b 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/__init__.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/__init__.py @@ -12,9 +12,10 @@ from ._create import * from ._delete import * from ._list import * -from ._list_health_detail import * +from ._list_health_check import * +from ._list_outbound_network_dependencies_endpoint import * from ._run_health_check import * from ._show import * -from ._show_health_detail import * +from ._show_health_check import * from ._update import * from ._wait import * diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_create.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_create.py index 1f8d94cc15c..3ce1d7eb5d3 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_create.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_create.py @@ -13,22 +13,21 @@ @register_command( "devcenter admin network-connection create", - is_preview=True, ) class Create(AAZCommand): - """Create a Network Connections resource + """Create a network connection. :example: Create hybrid join - az devcenter admin network-connection create --location "eastus" --domain-join-type "HybridAzureADJoin" --domain-name "mydomaincontroller.local" --domain-password "Password value for user" --domain-username "testuser@mydomaincontroller.local" --subnet-id "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ExampleRG/providers/Microsoft.Network/virtualNetworks/ExampleVNet/subnets/default" --name "{networkConnectionName}" --resource-group "rg1" + az devcenter admin network-connection create --location "eastus" --domain-join-type "HybridAzureADJoin" --domain-name "mydomaincontroller.local" --domain-password "Password value for user" --domain-username "testuser@mydomaincontroller.local" --subnet-id "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ExampleRG/providers/Microsoft.Network/virtualNetworks/ExampleVNet/subnets/default" --name "uswest3network" --resource-group "rg1" :example: Create Azure AD join - az devcenter admin network-connection create --location "eastus" --domain-join-type "AzureADJoin" --networking-resource-group-name "NetworkInterfacesRG" --subnet-id "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ExampleRG/providers/Microsoft.Network/virtualNetworks/ExampleVNet/subnets/default" --name "{networkConnectionName}" --resource-group "rg1" + az devcenter admin network-connection create --location "eastus" --domain-join-type "AzureADJoin" --networking-resource-group-name "NetworkInterfacesRG" --subnet-id "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ExampleRG/providers/Microsoft.Network/virtualNetworks/ExampleVNet/subnets/default" --name "uswest3network" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/networkconnections/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/networkconnections/{}", "2023-04-01"], ] } @@ -51,7 +50,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.network_connection_name = AAZStrArg( options=["-n", "--name", "--network-connection-name"], - help="Name of the Network Connection that can be applied to a Pool.", + help="Name of the network connection that can be applied to a pool.", required=True, ) _args_schema.resource_group = AAZResourceGroupNameArg( @@ -63,7 +62,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.location = AAZResourceLocationArg( arg_group="Body", - help="Location. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=`.", + help="The geo-location where the resource lives. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=`.", required=True, fmt=AAZResourceLocationArgFormat( resource_group_arg="resource_group", @@ -90,12 +89,15 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.domain_name = AAZStrArg( options=["--domain-name"], arg_group="Properties", - help="Active Directory domain name", + help="Active Directory domain name.", ) _args_schema.domain_password = AAZStrArg( options=["--domain-password"], arg_group="Properties", - help="The password for the account used to join domain", + help="The password for the account used to join domain.", + blank=AAZPromptInput( + msg="Domain password:", + ), ) _args_schema.domain_username = AAZStrArg( options=["--domain-username"], @@ -110,12 +112,12 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.organization_unit = AAZStrArg( options=["--organization-unit"], arg_group="Properties", - help="Active Directory domain Organization Unit (OU)", + help="Active Directory domain Organization Unit (OU).", ) _args_schema.subnet_id = AAZStrArg( options=["--subnet-id"], arg_group="Properties", - help="The subnet to attach Virtual Machines to", + help="The subnet to attach dev boxes to.", ) return cls._args_schema @@ -200,7 +202,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -233,7 +235,7 @@ def content(self): if properties is not None: properties.set_prop("domainJoinType", AAZStrType, ".domain_join_type", typ_kwargs={"flags": {"required": True}}) properties.set_prop("domainName", AAZStrType, ".domain_name") - properties.set_prop("domainPassword", AAZStrType, ".domain_password") + properties.set_prop("domainPassword", AAZStrType, ".domain_password", typ_kwargs={"flags": {"secret": True}}) properties.set_prop("domainUsername", AAZStrType, ".domain_username") properties.set_prop("networkingResourceGroupName", AAZStrType, ".networking_resource_group_name") properties.set_prop("organizationUnit", AAZStrType, ".organization_unit") @@ -294,6 +296,7 @@ def _build_schema_on_200_201(cls): ) properties.domain_password = AAZStrType( serialized_name="domainPassword", + flags={"secret": True}, ) properties.domain_username = AAZStrType( serialized_name="domainUsername", diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_delete.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_delete.py index d1e71a80555..719a62c415e 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_delete.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_delete.py @@ -13,20 +13,19 @@ @register_command( "devcenter admin network-connection delete", - is_preview=True, confirmation="Are you sure you want to perform this operation?", ) class Delete(AAZCommand): - """Delete a Network Connections resource + """Delete a network connection. :example: Delete - az devcenter admin network-connection delete --name "{networkConnectionName}" --resource-group "rg1" + az devcenter admin network-connection delete --name "uswest3network" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/networkconnections/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/networkconnections/{}", "2023-04-01"], ] } @@ -49,7 +48,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.network_connection_name = AAZStrArg( options=["-n", "--name", "--network-connection-name"], - help="Name of the Network Connection that can be applied to a Pool.", + help="Name of the network connection that can be applied to a pool.", required=True, id_part="name", ) @@ -144,7 +143,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_list.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_list.py index 9b62956777d..9bd73832bc8 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_list.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_list.py @@ -13,10 +13,9 @@ @register_command( "devcenter admin network-connection list", - is_preview=True, ) class List(AAZCommand): - """List network connections in a subscription + """List network connections. :example: List by resource group az devcenter admin network-connection list --resource-group "rg1" @@ -26,10 +25,10 @@ class List(AAZCommand): """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/providers/microsoft.devcenter/networkconnections", "2022-11-11-preview"], - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/networkconnections", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.devcenter/networkconnections", "2023-04-01"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/networkconnections", "2023-04-01"], ] } @@ -55,12 +54,12 @@ def _build_arguments_schema(cls, *args, **kwargs): def _execute_operations(self): self.pre_operations() - condition_0 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) - condition_1 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + condition_0 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + condition_1 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) if condition_0: - self.NetworkConnectionsListByResourceGroup(ctx=self.ctx)() - if condition_1: self.NetworkConnectionsListBySubscription(ctx=self.ctx)() + if condition_1: + self.NetworkConnectionsListByResourceGroup(ctx=self.ctx)() self.post_operations() @register_callback @@ -76,7 +75,7 @@ def _output(self, *args, **kwargs): next_link = self.deserialize_output(self.ctx.vars.instance.next_link) return result, next_link - class NetworkConnectionsListByResourceGroup(AAZHttpOperation): + class NetworkConnectionsListBySubscription(AAZHttpOperation): CLIENT_TYPE = "MgmtClient" def __call__(self, *args, **kwargs): @@ -90,7 +89,7 @@ def __call__(self, *args, **kwargs): @property def url(self): return self.client.format_url( - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/networkConnections", + "/subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/networkConnections", **self.url_parameters ) @@ -105,10 +104,6 @@ def error_format(self): @property def url_parameters(self): parameters = { - **self.serialize_url_param( - "resourceGroupName", self.ctx.args.resource_group, - required=True, - ), **self.serialize_url_param( "subscriptionId", self.ctx.subscription_id, required=True, @@ -120,7 +115,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -196,6 +191,7 @@ def _build_schema_on_200(cls): ) properties.domain_password = AAZStrType( serialized_name="domainPassword", + flags={"secret": True}, ) properties.domain_username = AAZStrType( serialized_name="domainUsername", @@ -243,7 +239,7 @@ def _build_schema_on_200(cls): return cls._schema_on_200 - class NetworkConnectionsListBySubscription(AAZHttpOperation): + class NetworkConnectionsListByResourceGroup(AAZHttpOperation): CLIENT_TYPE = "MgmtClient" def __call__(self, *args, **kwargs): @@ -257,7 +253,7 @@ def __call__(self, *args, **kwargs): @property def url(self): return self.client.format_url( - "/subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/networkConnections", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/networkConnections", **self.url_parameters ) @@ -272,6 +268,10 @@ def error_format(self): @property def url_parameters(self): parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), **self.serialize_url_param( "subscriptionId", self.ctx.subscription_id, required=True, @@ -283,7 +283,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -359,6 +359,7 @@ def _build_schema_on_200(cls): ) properties.domain_password = AAZStrType( serialized_name="domainPassword", + flags={"secret": True}, ) properties.domain_username = AAZStrType( serialized_name="domainUsername", diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_list_health_detail.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_list_health_check.py similarity index 92% rename from src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_list_health_detail.py rename to src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_list_health_check.py index 14a2ae10215..60a7c4e6685 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_list_health_detail.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_list_health_check.py @@ -12,20 +12,19 @@ @register_command( - "devcenter admin network-connection list-health-detail", - is_preview=True, + "devcenter admin network-connection list-health-check", ) -class ListHealthDetail(AAZCommand): +class ListHealthCheck(AAZCommand): """List health check status details - :example: List health detail - az devcenter admin network-connection run-health-check --name "uswest3network" --resource-group "rg1" + :example: List health check status details + az devcenter admin network-connection list-health-check --name "uswest3network" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/networkconnections/{}/healthchecks", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/networkconnections/{}/healthchecks", "2023-04-01"], ] } @@ -45,8 +44,8 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.network_connection_name = AAZStrArg( - options=["-n", "--network-connection-name"], - help="Name of the Network Connection that can be applied to a Pool.", + options=["-n", "--name", "--network-connection-name"], + help="Name of the network connection that can be applied to a pool.", required=True, ) _args_schema.resource_group = AAZResourceGroupNameArg( @@ -121,7 +120,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -250,8 +249,8 @@ def _build_schema_on_200(cls): return cls._schema_on_200 -class _ListHealthDetailHelper: - """Helper class for ListHealthDetail""" +class _ListHealthCheckHelper: + """Helper class for ListHealthCheck""" -__all__ = ["ListHealthDetail"] +__all__ = ["ListHealthCheck"] diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_list_outbound_network_dependencies_endpoint.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_list_outbound_network_dependencies_endpoint.py new file mode 100644 index 00000000000..b0bb711745f --- /dev/null +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_list_outbound_network_dependencies_endpoint.py @@ -0,0 +1,205 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "devcenter admin network-connection list-outbound-network-dependencies-endpoint", +) +class ListOutboundNetworkDependenciesEndpoint(AAZCommand): + """List the endpoints that agents may call as part of Dev Box service administration. These FQDNs should be allowed for outbound access in order for the Dev Box service to function. + + :example: List outbound network dependencies endpoint + az devcenter admin network-connection list-outbound-network-dependencies-endpoint --name "uswest3network" --resource-group "rg1" + """ + + _aaz_info = { + "version": "2023-04-01", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/networkconnections/{}/outboundnetworkdependenciesendpoints", "2023-04-01"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.network_connection_name = AAZStrArg( + options=["-n", "--name", "--network-connection-name"], + help="Name of the network connection that can be applied to a pool.", + required=True, + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of resource group. You can configure the default group using `az configure --defaults group=`.", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.NetworkConnectionsListOutboundNetworkDependenciesEndpoints(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class NetworkConnectionsListOutboundNetworkDependenciesEndpoints(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/networkConnections/{networkConnectionName}/outboundNetworkDependenciesEndpoints", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "ODataV4Format" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkConnectionName", self.ctx.args.network_connection_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-04-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType( + flags={"read_only": True}, + ) + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.category = AAZStrType( + flags={"read_only": True}, + ) + _element.endpoints = AAZListType( + flags={"read_only": True}, + ) + + endpoints = cls._schema_on_200.value.Element.endpoints + endpoints.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.endpoints.Element + _element.description = AAZStrType( + flags={"read_only": True}, + ) + _element.domain_name = AAZStrType( + serialized_name="domainName", + flags={"read_only": True}, + ) + _element.endpoint_details = AAZListType( + serialized_name="endpointDetails", + flags={"read_only": True}, + ) + + endpoint_details = cls._schema_on_200.value.Element.endpoints.Element.endpoint_details + endpoint_details.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.endpoints.Element.endpoint_details.Element + _element.port = AAZIntType( + flags={"read_only": True}, + ) + + return cls._schema_on_200 + + +class _ListOutboundNetworkDependenciesEndpointHelper: + """Helper class for ListOutboundNetworkDependenciesEndpoint""" + + +__all__ = ["ListOutboundNetworkDependenciesEndpoint"] diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_run_health_check.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_run_health_check.py index b3e00daf3c6..7c6f75915b7 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_run_health_check.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_run_health_check.py @@ -10,10 +10,8 @@ from azure.cli.core.aaz import * - @register_command( "devcenter admin network-connection run-health-check", - is_preview=True, ) class RunHealthCheck(AAZCommand): """Triggers a new health check run. The execution and health check result can be tracked via the network Connection health check details @@ -23,9 +21,9 @@ class RunHealthCheck(AAZCommand): """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/networkconnections/{}/runhealthchecks", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/networkconnections/{}/runhealthchecks", "2023-04-01"], ] } @@ -47,8 +45,8 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.network_connection_name = AAZStrArg( - options=["-n", "--network-connection-name"], - help="Name of the Network Connection that can be applied to a Pool.", + options=["-n", "--name", "--network-connection-name"], + help="Name of the network connection that can be applied to a pool.", required=True, id_part="name", ) @@ -135,7 +133,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_show.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_show.py index 60e37d06ce8..80d0e97ae75 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_show.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_show.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin network-connection show", - is_preview=True, ) class Show(AAZCommand): - """Get a network connection resource + """Get a network connection. - :example: Show - az devcenter admin network-connection show --name "{networkConnectionName}" --resource-group "rg1" + :example: Get + az devcenter admin network-connection show --name "uswest3network" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/networkconnections/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/networkconnections/{}", "2023-04-01"], ] } @@ -47,7 +46,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.network_connection_name = AAZStrArg( options=["-n", "--name", "--network-connection-name"], - help="Name of the Network Connection that can be applied to a Pool.", + help="Name of the network connection that can be applied to a pool.", required=True, id_part="name", ) @@ -121,7 +120,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -185,6 +184,7 @@ def _build_schema_on_200(cls): ) properties.domain_password = AAZStrType( serialized_name="domainPassword", + flags={"secret": True}, ) properties.domain_username = AAZStrType( serialized_name="domainUsername", diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_show_health_detail.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_show_health_check.py similarity index 92% rename from src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_show_health_detail.py rename to src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_show_health_check.py index a2e5d71666e..e8a6631becd 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_show_health_detail.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_show_health_check.py @@ -12,20 +12,19 @@ @register_command( - "devcenter admin network-connection show-health-detail", - is_preview=True, + "devcenter admin network-connection show-health-check", ) -class ShowHealthDetail(AAZCommand): +class ShowHealthCheck(AAZCommand): """Get health check status details. - :example: Show health detail - az devcenter admin network-connection show-health-detail --name "{networkConnectionName}" --resource-group "rg1" + :example: Get health check + az devcenter admin network-connection show-health-check--name "uswest3network" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/networkconnections/{}/healthchecks/latest", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/networkconnections/{}/healthchecks/latest", "2023-04-01"], ] } @@ -46,8 +45,8 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.network_connection_name = AAZStrArg( - options=["-n", "--network-connection-name"], - help="Name of the Network Connection that can be applied to a Pool.", + options=["-n", "--name", "--network-connection-name"], + help="Name of the network connection that can be applied to a pool.", required=True, id_part="name", ) @@ -122,7 +121,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -239,8 +238,8 @@ def _build_schema_on_200(cls): return cls._schema_on_200 -class _ShowHealthDetailHelper: - """Helper class for ShowHealthDetail""" +class _ShowHealthCheckHelper: + """Helper class for ShowHealthCheck""" -__all__ = ["ShowHealthDetail"] +__all__ = ["ShowHealthCheck"] diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_update.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_update.py index ee3f0821b8f..12d0c4ec48e 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_update.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_update.py @@ -15,16 +15,16 @@ "devcenter admin network-connection update", ) class Update(AAZCommand): - """Update updates a Network Connection + """Update a network connection. :example: Update az devcenter admin network-connection update --domain-password "New Password value for user" --name "{networkConnectionName}" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/networkconnections/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/networkconnections/{}", "2023-04-01"], ] } @@ -47,11 +47,12 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.network_connection_name = AAZStrArg( options=["-n", "--name", "--network-connection-name"], - help="Name of the Network Connection that can be applied to a Pool.", + help="Name of the network connection that can be applied to a pool.", required=True, id_part="name", ) _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of resource group. You can configure the default group using `az configure --defaults group=`.", required=True, ) @@ -73,12 +74,15 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.domain_name = AAZStrArg( options=["--domain-name"], arg_group="Properties", - help="Active Directory domain name", + help="Active Directory domain name.", ) _args_schema.domain_password = AAZStrArg( options=["--domain-password"], arg_group="Properties", - help="The password for the account used to join domain", + help="The password for the account used to join domain.", + blank=AAZPromptInput( + msg="Domain password:", + ), ) _args_schema.domain_username = AAZStrArg( options=["--domain-username"], @@ -88,12 +92,12 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.organization_unit = AAZStrArg( options=["--organization-unit"], arg_group="Properties", - help="Active Directory domain Organization Unit (OU)", + help="Active Directory domain Organization Unit (OU).", ) _args_schema.subnet_id = AAZStrArg( options=["--subnet-id"], arg_group="Properties", - help="The subnet to attach Virtual Machines to", + help="The subnet to attach dev boxes to.", ) return cls._args_schema @@ -178,7 +182,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -209,7 +213,7 @@ def content(self): properties = _builder.get(".properties") if properties is not None: properties.set_prop("domainName", AAZStrType, ".domain_name") - properties.set_prop("domainPassword", AAZStrType, ".domain_password") + properties.set_prop("domainPassword", AAZStrType, ".domain_password", typ_kwargs={"flags": {"secret": True}}) properties.set_prop("domainUsername", AAZStrType, ".domain_username") properties.set_prop("organizationUnit", AAZStrType, ".organization_unit") properties.set_prop("subnetId", AAZStrType, ".subnet_id") @@ -269,6 +273,7 @@ def _build_schema_on_200(cls): ) properties.domain_password = AAZStrType( serialized_name="domainPassword", + flags={"secret": True}, ) properties.domain_username = AAZStrType( serialized_name="domainUsername", diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_wait.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_wait.py index dc92573c9db..66235772967 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_wait.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/network_connection/_wait.py @@ -20,7 +20,7 @@ class Wait(AAZWaitCommand): _aaz_info = { "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/networkconnections/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/networkconnections/{}", "2023-04-01"], ] } @@ -42,7 +42,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.network_connection_name = AAZStrArg( options=["-n", "--name", "--network-connection-name"], - help="Name of the Network Connection that can be applied to a Pool.", + help="Name of the network connection that can be applied to a pool.", required=True, id_part="name", ) @@ -116,7 +116,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -180,6 +180,7 @@ def _build_schema_on_200(cls): ) properties.domain_password = AAZStrType( serialized_name="domainPassword", + flags={"secret": True}, ) properties.domain_username = AAZStrType( serialized_name="domainUsername", diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/__cmd_group.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/__cmd_group.py index 6251fda8448..ea82abe54f4 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/__cmd_group.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/__cmd_group.py @@ -13,10 +13,9 @@ @register_command_group( "devcenter admin pool", - is_preview=True, ) class __CMDGroup(AAZCommandGroup): - """Manage pool with devcenter + """Manage pools. """ pass diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/__init__.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/__init__.py index db73033039b..722b7b3b521 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/__init__.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/__init__.py @@ -12,6 +12,7 @@ from ._create import * from ._delete import * from ._list import * +from ._run_health_check import * from ._show import * from ._update import * from ._wait import * diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/_create.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/_create.py index d5f51948eea..ce8258ceb76 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/_create.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/_create.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin pool create", - is_preview=True, ) class Create(AAZCommand): - """Create a machine pool + """Create a pool. :example: Create - az devcenter admin pool create --location "eastus" --devbox-definition-name "WebDevBox" --network-connection-name "Network1-westus2" --pool-name "{poolName}" --project-name "{projectName}" --resource-group "rg1" --local-administrator Enabled + az devcenter admin pool create --location "eastus" --devbox-definition-name "WebDevBox" --network-connection-name "Network1-westus2" --pool-name "DevPool" --project-name "DevProject" --resource-group "rg1" --local-administrator "Enabled" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/pools/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/pools/{}", "2023-04-01"], ] } @@ -53,7 +52,7 @@ def _build_arguments_schema(cls, *args, **kwargs): ) _args_schema.project_name = AAZStrArg( options=["--project", "--project-name"], - help="The name of the project. Use az configure -d project= to configure a default.", + help="The name of the project. Use `az configure -d project=` to configure a default.", required=True, ) _args_schema.resource_group = AAZResourceGroupNameArg( @@ -66,7 +65,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.location = AAZResourceLocationArg( arg_group="Body", - help="Location. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=`.", + help="The geo-location where the resource lives. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=`.", required=True, fmt=AAZResourceLocationArgFormat( resource_group_arg="resource_group", @@ -87,25 +86,25 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.dev_box_definition_name = AAZStrArg( options=["-d", "--dev-box-definition-name"], arg_group="Properties", - help="Name of a Dev Box definition in parent Project of this Pool", + help="Name of a dev box definition in parent project of this pool.", ) _args_schema.license_type = AAZStrArg( options=["--license-type"], arg_group="Properties", - help="Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created.", + help="Specifies the license type indicating the caller has already acquired licenses for the dev boxes that will be created.", default="Windows_Client", enum={"Windows_Client": "Windows_Client"}, ) _args_schema.local_administrator = AAZStrArg( options=["--local-administrator"], arg_group="Properties", - help="Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box.", + help="Indicates whether owners of dev boxes in this pool are added as local administrators on the dev box.", enum={"Disabled": "Disabled", "Enabled": "Enabled"}, ) _args_schema.network_connection_name = AAZStrArg( options=["-c", "--network-connection-name"], arg_group="Properties", - help="Name of a Network Connection in parent Project of this Pool", + help="Name of a network connection in parent project of this pool.", ) return cls._args_schema @@ -194,7 +193,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -280,6 +279,13 @@ def _build_schema_on_200_201(cls): serialized_name="devBoxDefinitionName", flags={"required": True}, ) + properties.health_status = AAZStrType( + serialized_name="healthStatus", + ) + properties.health_status_details = AAZListType( + serialized_name="healthStatusDetails", + flags={"read_only": True}, + ) properties.license_type = AAZStrType( serialized_name="licenseType", flags={"required": True}, @@ -296,6 +302,26 @@ def _build_schema_on_200_201(cls): serialized_name="provisioningState", flags={"read_only": True}, ) + properties.stop_on_disconnect = AAZObjectType( + serialized_name="stopOnDisconnect", + ) + + health_status_details = cls._schema_on_200_201.properties.health_status_details + health_status_details.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.health_status_details.Element + _element.code = AAZStrType( + flags={"read_only": True}, + ) + _element.message = AAZStrType( + flags={"read_only": True}, + ) + + stop_on_disconnect = cls._schema_on_200_201.properties.stop_on_disconnect + stop_on_disconnect.grace_period_minutes = AAZIntType( + serialized_name="gracePeriodMinutes", + ) + stop_on_disconnect.status = AAZStrType() system_data = cls._schema_on_200_201.system_data system_data.created_at = AAZStrType( diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/_delete.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/_delete.py index a279eb68359..36069116589 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/_delete.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/_delete.py @@ -13,20 +13,19 @@ @register_command( "devcenter admin pool delete", - is_preview=True, confirmation="Are you sure you want to perform this operation?", ) class Delete(AAZCommand): - """Delete a machine pool + """Delete a pool. :example: Delete - az devcenter admin pool delete --name "poolName" --project-name "{projectName}" --resource-group "rg1" + az devcenter admin pool delete --name "DevPool" --project-name "DevProject" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/pools/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/pools/{}", "2023-04-01"], ] } @@ -55,7 +54,7 @@ def _build_arguments_schema(cls, *args, **kwargs): ) _args_schema.project_name = AAZStrArg( options=["--project", "--project-name"], - help="The name of the project. Use az configure -d project= to configure a default.", + help="The name of the project. Use `az configure -d project=` to configure a default.", required=True, id_part="name", ) @@ -155,7 +154,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/_list.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/_list.py index 4eb8ac24396..7bf6f7f6c4c 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/_list.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/_list.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin pool list", - is_preview=True, ) class List(AAZCommand): - """List pools for a project + """List pools for a project. :example: List - az devcenter admin pool list --project-name "{projectName}" --resource-group "rg1" + az devcenter admin pool list --project-name "DevProject" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/pools", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/pools", "2023-04-01"], ] } @@ -46,7 +45,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.project_name = AAZStrArg( options=["--project", "--project-name"], - help="The name of the project. Use az configure -d project= to configure a default.", + help="The name of the project. Use `az configure -d project=` to configure a default.", required=True, ) _args_schema.resource_group = AAZResourceGroupNameArg( @@ -121,7 +120,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -192,6 +191,13 @@ def _build_schema_on_200(cls): serialized_name="devBoxDefinitionName", flags={"required": True}, ) + properties.health_status = AAZStrType( + serialized_name="healthStatus", + ) + properties.health_status_details = AAZListType( + serialized_name="healthStatusDetails", + flags={"read_only": True}, + ) properties.license_type = AAZStrType( serialized_name="licenseType", flags={"required": True}, @@ -208,6 +214,26 @@ def _build_schema_on_200(cls): serialized_name="provisioningState", flags={"read_only": True}, ) + properties.stop_on_disconnect = AAZObjectType( + serialized_name="stopOnDisconnect", + ) + + health_status_details = cls._schema_on_200.value.Element.properties.health_status_details + health_status_details.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.health_status_details.Element + _element.code = AAZStrType( + flags={"read_only": True}, + ) + _element.message = AAZStrType( + flags={"read_only": True}, + ) + + stop_on_disconnect = cls._schema_on_200.value.Element.properties.stop_on_disconnect + stop_on_disconnect.grace_period_minutes = AAZIntType( + serialized_name="gracePeriodMinutes", + ) + stop_on_disconnect.status = AAZStrType() system_data = cls._schema_on_200.value.Element.system_data system_data.created_at = AAZStrType( diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/_run_health_check.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/_run_health_check.py new file mode 100644 index 00000000000..ebd6cf921c0 --- /dev/null +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/_run_health_check.py @@ -0,0 +1,161 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + +#TODO: Uncomment once feature is complete +# @register_command( +# "devcenter admin pool run-health-check", +# ) +class RunHealthCheck(AAZCommand): + """Triggers a refresh of the pool status. + + :example: Run health check + az devcenter admin pool run-health-check --name "DevPool" --project-name "DevProject" --resource-group "rg1" + """ + + _aaz_info = { + "version": "2023-04-01", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/pools/{}/runhealthchecks", "2023-04-01"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.pool_name = AAZStrArg( + options=["-n", "--name", "--pool-name"], + help="Name of the pool.", + required=True, + id_part="child_name_1", + ) + _args_schema.project_name = AAZStrArg( + options=["--project", "--project-name"], + help="The name of the project. Use `az configure -d project=` to configure a default.", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of resource group. You can configure the default group using `az configure --defaults group=`.", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.PoolsRunHealthChecks(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class PoolsRunHealthChecks(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/pools/{poolName}/runHealthChecks", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "ODataV4Format" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "poolName", self.ctx.args.pool_name, + required=True, + ), + **self.serialize_url_param( + "projectName", self.ctx.args.project_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-04-01", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + +class _RunHealthCheckHelper: + """Helper class for RunHealthCheck""" + + +__all__ = ["RunHealthCheck"] diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/_show.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/_show.py index 7fdc15ef056..4f34af46638 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/_show.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/_show.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin pool show", - is_preview=True, ) class Show(AAZCommand): - """Get a machine pool + """Get a pool. - :example: Show - az devcenter admin pool show --name "{poolName}" --project-name "{projectName}" --resource-group "rg1" + :example: Get + az admin pool show --name "DevPool" --project-name "DevProject" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/pools/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/pools/{}", "2023-04-01"], ] } @@ -53,7 +52,7 @@ def _build_arguments_schema(cls, *args, **kwargs): ) _args_schema.project_name = AAZStrArg( options=["--project", "--project-name"], - help="The name of the project. Use az configure -d project= to configure a default.", + help="The name of the project. Use `az configure -d project=` to configure a default.", required=True, id_part="name", ) @@ -132,7 +131,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -191,6 +190,13 @@ def _build_schema_on_200(cls): serialized_name="devBoxDefinitionName", flags={"required": True}, ) + properties.health_status = AAZStrType( + serialized_name="healthStatus", + ) + properties.health_status_details = AAZListType( + serialized_name="healthStatusDetails", + flags={"read_only": True}, + ) properties.license_type = AAZStrType( serialized_name="licenseType", flags={"required": True}, @@ -207,6 +213,26 @@ def _build_schema_on_200(cls): serialized_name="provisioningState", flags={"read_only": True}, ) + properties.stop_on_disconnect = AAZObjectType( + serialized_name="stopOnDisconnect", + ) + + health_status_details = cls._schema_on_200.properties.health_status_details + health_status_details.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.health_status_details.Element + _element.code = AAZStrType( + flags={"read_only": True}, + ) + _element.message = AAZStrType( + flags={"read_only": True}, + ) + + stop_on_disconnect = cls._schema_on_200.properties.stop_on_disconnect + stop_on_disconnect.grace_period_minutes = AAZIntType( + serialized_name="gracePeriodMinutes", + ) + stop_on_disconnect.status = AAZStrType() system_data = cls._schema_on_200.system_data system_data.created_at = AAZStrType( diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/_update.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/_update.py index a5ba1f2f31b..3a045b2768c 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/_update.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/_update.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin pool update", - is_preview=True, ) class Update(AAZCommand): - """Update a machine pool + """Update a pool. :example: Update - az devcenter admin pool update --devbox-definition-name "WebDevBox2" --pool-name "{poolName}" --project-name "{projectName}" --resource-group "rg1" + az devcenter admin pool update --devbox-definition-name "WebDevBox2" --pool-name "DevPool" --project-name "DevProject" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/pools/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/pools/{}", "2023-04-01"], ] } @@ -56,7 +55,7 @@ def _build_arguments_schema(cls, *args, **kwargs): ) _args_schema.project_name = AAZStrArg( options=["--project", "--project-name"], - help="The name of the project. Use az configure -d project= to configure a default.", + help="The name of the project. Use `az configure -d project=` to configure a default.", required=True, id_part="name", ) @@ -86,18 +85,18 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.dev_box_definition_name = AAZStrArg( options=["-d", "--dev-box-definition-name"], arg_group="Properties", - help="Name of a Dev Box definition in parent Project of this Pool", + help="Name of a dev box definition in parent project of this pool.", ) _args_schema.local_administrator = AAZStrArg( options=["--local-administrator"], arg_group="Properties", - help="Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box.", + help="Indicates whether owners of dev boxes in this pool are added as local administrators on the dev box.", enum={"Disabled": "Disabled", "Enabled": "Enabled"}, ) _args_schema.network_connection_name = AAZStrArg( options=["-c", "--network-connection-name"], arg_group="Properties", - help="Name of a Network Connection in parent Project of this Pool", + help="Name of a network connection in parent project of this pool.", ) return cls._args_schema @@ -183,7 +182,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -286,7 +285,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -414,6 +413,13 @@ def _build_schema_pool_read(cls, _schema): serialized_name="devBoxDefinitionName", flags={"required": True}, ) + properties.health_status = AAZStrType( + serialized_name="healthStatus", + ) + properties.health_status_details = AAZListType( + serialized_name="healthStatusDetails", + flags={"read_only": True}, + ) properties.license_type = AAZStrType( serialized_name="licenseType", flags={"required": True}, @@ -430,6 +436,26 @@ def _build_schema_pool_read(cls, _schema): serialized_name="provisioningState", flags={"read_only": True}, ) + properties.stop_on_disconnect = AAZObjectType( + serialized_name="stopOnDisconnect", + ) + + health_status_details = _schema_pool_read.properties.health_status_details + health_status_details.Element = AAZObjectType() + + _element = _schema_pool_read.properties.health_status_details.Element + _element.code = AAZStrType( + flags={"read_only": True}, + ) + _element.message = AAZStrType( + flags={"read_only": True}, + ) + + stop_on_disconnect = _schema_pool_read.properties.stop_on_disconnect + stop_on_disconnect.grace_period_minutes = AAZIntType( + serialized_name="gracePeriodMinutes", + ) + stop_on_disconnect.status = AAZStrType() system_data = _schema_pool_read.system_data system_data.created_at = AAZStrType( diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/_wait.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/_wait.py index 1d915f05138..f0ff707283a 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/_wait.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/pool/_wait.py @@ -20,7 +20,7 @@ class Wait(AAZWaitCommand): _aaz_info = { "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/pools/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/pools/{}", "2023-04-01"], ] } @@ -48,7 +48,7 @@ def _build_arguments_schema(cls, *args, **kwargs): ) _args_schema.project_name = AAZStrArg( options=["--project", "--project-name"], - help="The name of the project. Use az configure -d project= to configure a default.", + help="The name of the project. Use `az configure -d project=` to configure a default.", required=True, id_part="name", ) @@ -127,7 +127,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -186,6 +186,13 @@ def _build_schema_on_200(cls): serialized_name="devBoxDefinitionName", flags={"required": True}, ) + properties.health_status = AAZStrType( + serialized_name="healthStatus", + ) + properties.health_status_details = AAZListType( + serialized_name="healthStatusDetails", + flags={"read_only": True}, + ) properties.license_type = AAZStrType( serialized_name="licenseType", flags={"required": True}, @@ -202,6 +209,26 @@ def _build_schema_on_200(cls): serialized_name="provisioningState", flags={"read_only": True}, ) + properties.stop_on_disconnect = AAZObjectType( + serialized_name="stopOnDisconnect", + ) + + health_status_details = cls._schema_on_200.properties.health_status_details + health_status_details.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.health_status_details.Element + _element.code = AAZStrType( + flags={"read_only": True}, + ) + _element.message = AAZStrType( + flags={"read_only": True}, + ) + + stop_on_disconnect = cls._schema_on_200.properties.stop_on_disconnect + stop_on_disconnect.grace_period_minutes = AAZIntType( + serialized_name="gracePeriodMinutes", + ) + stop_on_disconnect.status = AAZStrType() system_data = cls._schema_on_200.system_data system_data.created_at = AAZStrType( diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project/__cmd_group.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project/__cmd_group.py index dac509258d1..5b9ebdb1a87 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project/__cmd_group.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project/__cmd_group.py @@ -13,10 +13,9 @@ @register_command_group( "devcenter admin project", - is_preview=True, ) class __CMDGroup(AAZCommandGroup): - """Manage project with devcenter + """Manage projects. """ pass diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project/_create.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project/_create.py index 0042949b135..435ccba4a73 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project/_create.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project/_create.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin project create", - is_preview=True, ) class Create(AAZCommand): """Create a project. :example: Create - az devcenter admin project create --location "eastus" --description "This is my first project." --dev-center-id "/subscriptions/{subscriptionId}/resourceGroups/rg1/providers/Microsoft.DevCenter/devcenters/{devCenterName}" --tags CostCenter="R&D" --name "{projectName}" --resource-group "rg1" + az devcenter admin project create --location "eastus" --description "This is my first project." --dev-center-id "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/rg1/providers/Microsoft.DevCenter/devcenters/Contoso" --tags CostCenter="R&D" --name "DevProject" --resource-group "rg1" --max-dev-boxes-per-user "3" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}", "2023-04-01"], ] } @@ -61,7 +60,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.location = AAZResourceLocationArg( arg_group="Body", - help="Location. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=`.", + help="The geo-location where the resource lives. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=`.", required=True, fmt=AAZResourceLocationArgFormat( resource_group_arg="resource_group", @@ -87,7 +86,15 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.dev_center_id = AAZStrArg( options=["--dev-center-id"], arg_group="Properties", - help="Resource Id of an associated DevCenter", + help="Resource ID of an associated dev center.", + ) + _args_schema.max_dev_boxes_per_user = AAZIntArg( + options=["--max-dev-boxes-per-user"], + arg_group="Properties", + help="When specified, limits the maximum number of dev boxes a single user can create across all pools in the project. This will have no effect on existing dev boxes when reduced.", + fmt=AAZIntArgFormat( + minimum=0, + ), ) return cls._args_schema @@ -172,7 +179,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -205,6 +212,7 @@ def content(self): if properties is not None: properties.set_prop("description", AAZStrType, ".description") properties.set_prop("devCenterId", AAZStrType, ".dev_center_id") + properties.set_prop("maxDevBoxesPerUser", AAZIntType, ".max_dev_boxes_per_user") tags = _builder.get(".tags") if tags is not None: @@ -260,6 +268,9 @@ def _build_schema_on_200_201(cls): serialized_name="devCenterUri", flags={"read_only": True}, ) + properties.max_dev_boxes_per_user = AAZIntType( + serialized_name="maxDevBoxesPerUser", + ) properties.provisioning_state = AAZStrType( serialized_name="provisioningState", flags={"read_only": True}, diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project/_delete.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project/_delete.py index 63ac35331a0..1380b2d3c47 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project/_delete.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project/_delete.py @@ -13,20 +13,19 @@ @register_command( "devcenter admin project delete", - is_preview=True, confirmation="Are you sure you want to perform this operation?", ) class Delete(AAZCommand): - """Delete a project resource. + """Delete a project. :example: Delete - az devcenter admin project delete --name "{projectName}" --resource-group "rg1" + az devcenter admin project delete --name "DevProject" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}", "2023-04-01"], ] } @@ -145,7 +144,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project/_list.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project/_list.py index b9a7c8e1450..23883a2a7f7 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project/_list.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project/_list.py @@ -13,10 +13,9 @@ @register_command( "devcenter admin project list", - is_preview=True, ) class List(AAZCommand): - """List all projects in the subscription. + """List projects. :example: List by resource group az devcenter admin project list --resource-group "rg1" @@ -26,10 +25,10 @@ class List(AAZCommand): """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/providers/microsoft.devcenter/projects", "2022-11-11-preview"], - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.devcenter/projects", "2023-04-01"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects", "2023-04-01"], ] } @@ -120,7 +119,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -195,6 +194,9 @@ def _build_schema_on_200(cls): serialized_name="devCenterUri", flags={"read_only": True}, ) + properties.max_dev_boxes_per_user = AAZIntType( + serialized_name="maxDevBoxesPerUser", + ) properties.provisioning_state = AAZStrType( serialized_name="provisioningState", flags={"read_only": True}, @@ -265,7 +267,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -340,6 +342,9 @@ def _build_schema_on_200(cls): serialized_name="devCenterUri", flags={"read_only": True}, ) + properties.max_dev_boxes_per_user = AAZIntType( + serialized_name="maxDevBoxesPerUser", + ) properties.provisioning_state = AAZStrType( serialized_name="provisioningState", flags={"read_only": True}, diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project/_show.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project/_show.py index 438e82da830..25cf3490669 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project/_show.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project/_show.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin project show", - is_preview=True, ) class Show(AAZCommand): - """Get a specific project. + """Get a project. - :example: Show - az devcenter admin project show --name "{projectName}" --resource-group "rg1" + :example: Get + az devcenter admin project show --name "DevProject" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}", "2023-04-01"], ] } @@ -122,7 +121,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -185,6 +184,9 @@ def _build_schema_on_200(cls): serialized_name="devCenterUri", flags={"read_only": True}, ) + properties.max_dev_boxes_per_user = AAZIntType( + serialized_name="maxDevBoxesPerUser", + ) properties.provisioning_state = AAZStrType( serialized_name="provisioningState", flags={"read_only": True}, diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project/_update.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project/_update.py index a64d05b9e80..ecf8a11b01d 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project/_update.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project/_update.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin project update", - is_preview=True, ) class Update(AAZCommand): """Update a project. :example: Update - az devcenter admin project update --description "This is my first project." --tags CostCenter="R&D" --name "{projectName}" --resource-group "rg1" + az devcenter admin project update --description "This is my first project." --tags CostCenter="R&D" --name "DevProject" --resource-group "rg1" --max-dev-boxes-per-user "5" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}", "2023-04-01"], ] } @@ -83,11 +82,14 @@ def _build_arguments_schema(cls, *args, **kwargs): help="Description of the project.", nullable=True, ) - _args_schema.dev_center_id = AAZStrArg( - options=["--dev-center-id"], + _args_schema.max_dev_boxes_per_user = AAZIntArg( + options=["--max-dev-boxes-per-user"], arg_group="Properties", - help="Resource Id of an associated DevCenter", + help="When specified, limits the maximum number of dev boxes a single user can create across all pools in the project. This will have no effect on existing dev boxes when reduced.", nullable=True, + fmt=AAZIntArgFormat( + minimum=0, + ), ) return cls._args_schema @@ -169,7 +171,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -268,7 +270,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -332,7 +334,7 @@ def _update_instance(self, instance): properties = _builder.get(".properties") if properties is not None: properties.set_prop("description", AAZStrType, ".description") - properties.set_prop("devCenterId", AAZStrType, ".dev_center_id") + properties.set_prop("maxDevBoxesPerUser", AAZIntType, ".max_dev_boxes_per_user") tags = _builder.get(".tags") if tags is not None: @@ -399,6 +401,9 @@ def _build_schema_project_read(cls, _schema): serialized_name="devCenterUri", flags={"read_only": True}, ) + properties.max_dev_boxes_per_user = AAZIntType( + serialized_name="maxDevBoxesPerUser", + ) properties.provisioning_state = AAZStrType( serialized_name="provisioningState", flags={"read_only": True}, diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project/_wait.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project/_wait.py index 22fee70455c..379c2b93557 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project/_wait.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project/_wait.py @@ -20,7 +20,7 @@ class Wait(AAZWaitCommand): _aaz_info = { "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}", "2023-04-01"], ] } @@ -117,7 +117,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -180,6 +180,9 @@ def _build_schema_on_200(cls): serialized_name="devCenterUri", flags={"read_only": True}, ) + properties.max_dev_boxes_per_user = AAZIntType( + serialized_name="maxDevBoxesPerUser", + ) properties.provisioning_state = AAZStrType( serialized_name="provisioningState", flags={"read_only": True}, diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_allowed_environment_type/__cmd_group.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_allowed_environment_type/__cmd_group.py index 7bc1243913d..03f5b67b8bb 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_allowed_environment_type/__cmd_group.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_allowed_environment_type/__cmd_group.py @@ -13,10 +13,9 @@ @register_command_group( "devcenter admin project-allowed-environment-type", - is_preview=True, ) class __CMDGroup(AAZCommandGroup): - """Manage allowed project environment type with devcenter + """Manage project allowed environment types. """ pass diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_allowed_environment_type/_list.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_allowed_environment_type/_list.py index f9a88ae676a..4a7efe14041 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_allowed_environment_type/_list.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_allowed_environment_type/_list.py @@ -13,7 +13,6 @@ @register_command( "devcenter admin project-allowed-environment-type list", - is_preview=True, ) class List(AAZCommand): """List allowed environment types for a project. @@ -23,9 +22,9 @@ class List(AAZCommand): """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/allowedenvironmenttypes", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/allowedenvironmenttypes", "2023-04-01"], ] } @@ -46,7 +45,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.project_name = AAZStrArg( options=["--project", "--project-name"], - help="The name of the project. Use az configure -d project= to configure a default.", + help="The name of the project. Use `az configure -d project=` to configure a default.", required=True, ) _args_schema.resource_group = AAZResourceGroupNameArg( @@ -121,7 +120,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_allowed_environment_type/_show.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_allowed_environment_type/_show.py index c74ec3adb10..ca02499f456 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_allowed_environment_type/_show.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_allowed_environment_type/_show.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin project-allowed-environment-type show", - is_preview=True, ) class Show(AAZCommand): """Get an allowed environment type. - :example: Show - az devcenter admin project-allowed-environment-type show --environment-type-name "{environmentTypeName}" --project-name "Contoso" --resource-group "rg1" + :example: Get + az devcenter admin project-allowed-environment-type show --environment-type-name "DevTest" --project-name "Contoso" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/allowedenvironmenttypes/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/allowedenvironmenttypes/{}", "2023-04-01"], ] } @@ -53,7 +52,7 @@ def _build_arguments_schema(cls, *args, **kwargs): ) _args_schema.project_name = AAZStrArg( options=["--project", "--project-name"], - help="The name of the project. Use az configure -d project= to configure a default.", + help="The name of the project. Use `az configure -d project=` to configure a default.", required=True, id_part="name", ) @@ -132,7 +131,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_environment_type/__cmd_group.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_environment_type/__cmd_group.py index f99ea3e4013..8dab39209f1 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_environment_type/__cmd_group.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_environment_type/__cmd_group.py @@ -15,7 +15,7 @@ "devcenter admin project-environment-type", ) class __CMDGroup(AAZCommandGroup): - """Manage project environment type with devcenter + """Manage project environment types. """ pass diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_environment_type/_create.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_environment_type/_create.py index 75dca336a17..2aa17032754 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_environment_type/_create.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_environment_type/_create.py @@ -18,13 +18,13 @@ class Create(AAZCommand): """Create a project environment type. :example: Create - az devcenter admin project-environment-type create --identity-type "UserAssigned" --user-assigned-identities "{\\"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/identityGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testidentity1\\":{}}" --roles "{\\"4cbf0b6c-e750-441c-98a7-10da8387e4d6\\":{}}" --deployment-target-id "/subscriptions/00000000-0000-0000-0000-000000000000" --status "Enabled" --user-role-assignments "{\\"e45e3m7c-176e-416a-b466-0c5ec8298f8a\\":{\\"roles\\":{\\"4cbf0b6c-e750-441c-98a7-10da8387e4d6\\":{}}}}" --tags CostCenter="RnD" --environment-type-name "{environmentTypeName}" --project-name "ContosoProj" --resource-group "rg1" + az devcenter admin project-environment-type create --identity-type "UserAssigned" --user-assigned-identities "{\\"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/identityGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testidentity1\\":{}}" --roles "{\\"4cbf0b6c-e750-441c-98a7-10da8387e4d6\\":{}}" --deployment-target-id "/subscriptions/00000000-0000-0000-0000-000000000000" --status "Enabled" --user-role-assignments "{\\"e45e3m7c-176e-416a-b466-0c5ec8298f8a\\":{\\"roles\\":{\\"4cbf0b6c-e750-441c-98a7-10da8387e4d6\\":{}}}}" --tags CostCenter="RnD" --environment-type-name "DevTest" --project-name "ContosoProj" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/environmenttypes/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/environmenttypes/{}", "2023-04-01"], ] } @@ -51,10 +51,11 @@ def _build_arguments_schema(cls, *args, **kwargs): ) _args_schema.project_name = AAZStrArg( options=["--project", "--project-name"], - help="The name of the project. Use az configure -d project= to configure a default.", + help="The name of the project. Use `az configure -d project=` to configure a default.", required=True, ) _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of resource group. You can configure the default group using `az configure --defaults group=`.", required=True, ) @@ -63,7 +64,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.location = AAZResourceLocationArg( arg_group="Body", - help="Location. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=`.", + help="The geo-location where the resource lives. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=`.", fmt=AAZResourceLocationArgFormat( resource_group_arg="resource_group", ), @@ -118,18 +119,18 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.deployment_target_id = AAZStrArg( options=["--deployment-target-id"], arg_group="Properties", - help="Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription.", + help="ID of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription.", ) _args_schema.status = AAZStrArg( options=["--status"], arg_group="Properties", - help="Defines whether this Environment Type can be used in this Project.", + help="Defines whether this environment type can be used in this project.", enum={"Disabled": "Disabled", "Enabled": "Enabled"}, ) _args_schema.user_role_assignments = AAZDictArg( options=["--user-role-assignments"], arg_group="Properties", - help="Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs.", + help="Role assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs.", ) user_role_assignments = cls._args_schema.user_role_assignments @@ -229,7 +230,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_environment_type/_delete.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_environment_type/_delete.py index 1a4e62dc882..c60cbdea678 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_environment_type/_delete.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_environment_type/_delete.py @@ -19,13 +19,13 @@ class Delete(AAZCommand): """Delete a project environment type. :example: Delete - az devcenter admin project-environment-type delete --environment-type-name "{environmentTypeName}" --project-name "ContosoProj" --resource-group "rg1" + az devcenter admin project-environment-type delete --environment-type-name "DevTest" --project-name "ContosoProj" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/environmenttypes/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/environmenttypes/{}", "2023-04-01"], ] } @@ -53,7 +53,7 @@ def _build_arguments_schema(cls, *args, **kwargs): ) _args_schema.project_name = AAZStrArg( options=["--project", "--project-name"], - help="The name of the project. Use az configure -d project= to configure a default.", + help="The name of the project. Use `az configure -d project=` to configure a default.", required=True, id_part="name", ) @@ -130,7 +130,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_environment_type/_list.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_environment_type/_list.py index 14b6469205a..49e2a979c88 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_environment_type/_list.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_environment_type/_list.py @@ -22,9 +22,9 @@ class List(AAZCommand): """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/environmenttypes", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/environmenttypes", "2023-04-01"], ] } @@ -45,7 +45,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema = cls._args_schema _args_schema.project_name = AAZStrArg( options=["--project", "--project-name"], - help="The name of the project. Use az configure -d project= to configure a default.", + help="The name of the project. Use `az configure -d project=` to configure a default.", required=True, ) _args_schema.resource_group = AAZResourceGroupNameArg( @@ -120,7 +120,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_environment_type/_show.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_environment_type/_show.py index 426f497c466..df411a50656 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_environment_type/_show.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_environment_type/_show.py @@ -17,14 +17,14 @@ class Show(AAZCommand): """Get a project environment type. - :example: Show - az devcenter admin project-environment-type show --environment-type-name "{environmentTypeName}" --project-name "ContosoProj" --resource-group "rg1" + :example: Get + az devcenter admin project-environment-type show --environment-type-name "DevTest" --project-name "ContosoProj" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/environmenttypes/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/environmenttypes/{}", "2023-04-01"], ] } @@ -52,7 +52,7 @@ def _build_arguments_schema(cls, *args, **kwargs): ) _args_schema.project_name = AAZStrArg( options=["--project", "--project-name"], - help="The name of the project. Use az configure -d project= to configure a default.", + help="The name of the project. Use `az configure -d project=` to configure a default.", required=True, id_part="name", ) @@ -131,7 +131,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_environment_type/_update.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_environment_type/_update.py index 57129ce9639..5b8c04b28d6 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_environment_type/_update.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/project_environment_type/_update.py @@ -18,13 +18,13 @@ class Update(AAZCommand): """Update a project environment type. :example: Update - az devcenter admin project-environment-type update --identity-type "UserAssigned" --user-assigned-identities "{\"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/identityGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testidentity1\":{}}" --deployment-target-id "/subscriptions/00000000-0000-0000-0000-000000000000" --status "Enabled" --user-role-assignments "{\"e45e3m7c-176e-416a-b466-0c5ec8298f8a\":{\"roles\":{\"4cbf0b6c-e750-441c-98a7-10da8387e4d6\":{}}}}" --tags CostCenter="RnD" --environment-type-name "{environmentTypeName}" --project-name "ContosoProj" --resource-group "rg1" + az devcenter admin project-environment-type update --identity-type "UserAssigned" --user-assigned-identities "{\"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/identityGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testidentity1\":{}}" --deployment-target-id "/subscriptions/00000000-0000-0000-0000-000000000000" --status "Enabled" --user-role-assignments "{\"e45e3m7c-176e-416a-b466-0c5ec8298f8a\":{\"roles\":{\"4cbf0b6c-e750-441c-98a7-10da8387e4d6\":{}}}}" --tags CostCenter="RnD" --environment-type-name "DevTest" --project-name "ContosoProj" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/environmenttypes/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/environmenttypes/{}", "2023-04-01"], ] } @@ -54,11 +54,12 @@ def _build_arguments_schema(cls, *args, **kwargs): ) _args_schema.project_name = AAZStrArg( options=["--project", "--project-name"], - help="The name of the project. Use az configure -d project= to configure a default.", + help="The name of the project. Use `az configure -d project=` to configure a default.", required=True, id_part="name", ) _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of resource group. You can configure the default group using `az configure --defaults group=`.", required=True, ) @@ -122,20 +123,20 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.deployment_target_id = AAZStrArg( options=["--deployment-target-id"], arg_group="Properties", - help="Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription.", + help="ID of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription.", nullable=True, ) _args_schema.status = AAZStrArg( options=["--status"], arg_group="Properties", - help="Defines whether this Environment Type can be used in this Project.", + help="Defines whether this environment type can be used in this project.", nullable=True, enum={"Disabled": "Disabled", "Enabled": "Enabled"}, ) _args_schema.user_role_assignments = AAZDictArg( options=["--user-role-assignments"], arg_group="Properties", - help="Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs.", + help="Role assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs.", nullable=True, ) @@ -254,7 +255,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -341,7 +342,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -400,7 +401,6 @@ def _update_instance(self, instance): typ=AAZObjectType ) _builder.set_prop("identity", AAZObjectType) - _builder.set_prop("location", AAZStrType, ".location") _builder.set_prop("properties", AAZObjectType, typ_kwargs={"flags": {"client_flatten": True}}) _builder.set_prop("tags", AAZDictType, ".tags") diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/__cmd_group.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/__cmd_group.py index 2cab3a6724d..25b584c8e13 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/__cmd_group.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/__cmd_group.py @@ -13,10 +13,9 @@ @register_command_group( "devcenter admin schedule", - is_preview=True, ) class __CMDGroup(AAZCommandGroup): - """Manage schedule with devcenter + """Manage schedules. """ pass diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/__init__.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/__init__.py index a66fcaa1a56..db73033039b 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/__init__.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/__init__.py @@ -11,6 +11,7 @@ from .__cmd_group import * from ._create import * from ._delete import * +from ._list import * from ._show import * from ._update import * from ._wait import * diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/_create.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/_create.py index adbccdfb756..daabd128f7c 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/_create.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/_create.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin schedule create", - is_preview=True, ) class Create(AAZCommand): - """Create a Schedule. + """Create a schedule. :example: Create az devcenter admin schedule create --state "Enabled" --time "17:30" --time-zone "America/Los_Angeles" --pool-name "DevPool" --project-name "DevProject" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/pools/{}/schedules/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/pools/{}/schedules/{}", "2023-04-01"], ] } @@ -53,7 +52,7 @@ def _build_arguments_schema(cls, *args, **kwargs): ) _args_schema.project_name = AAZStrArg( options=["--project", "--project-name"], - help="The name of the project. Use az configure -d project= to configure a default.", + help="The name of the project. Use `az configure -d project=` to configure a default.", required=True, ) _args_schema.resource_group = AAZResourceGroupNameArg( @@ -79,6 +78,7 @@ def _build_arguments_schema(cls, *args, **kwargs): options=["--frequency"], arg_group="Properties", help="The frequency of this scheduled task.", + default="Daily", enum={"Daily": "Daily"}, ) _args_schema.state = AAZStrArg( @@ -101,6 +101,7 @@ def _build_arguments_schema(cls, *args, **kwargs): options=["--type"], arg_group="Properties", help="Supported type this scheduled task represents.", + default="StopDevBox", enum={"StopDevBox": "StopDevBox"}, ) return cls._args_schema @@ -194,7 +195,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/_delete.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/_delete.py index b8307f3e98a..f890da9455e 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/_delete.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/_delete.py @@ -13,20 +13,19 @@ @register_command( "devcenter admin schedule delete", - is_preview=True, confirmation="Are you sure you want to perform this operation?", ) class Delete(AAZCommand): - """Delete the schedule. + """Delete a schedule. :example: Delete az devcenter admin schedule delete --pool-name "DevPool" --project-name "TestProject" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/pools/{}/schedules/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/pools/{}/schedules/{}", "2023-04-01"], ] } @@ -55,7 +54,7 @@ def _build_arguments_schema(cls, *args, **kwargs): ) _args_schema.project_name = AAZStrArg( options=["--project", "--project-name"], - help="The name of the project. Use az configure -d project= to configure a default.", + help="The name of the project. Use `az configure -d project=` to configure a default.", required=True, id_part="name", ) @@ -171,7 +170,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/_list.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/_list.py new file mode 100644 index 00000000000..a464df3a864 --- /dev/null +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/_list.py @@ -0,0 +1,236 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +class List(AAZCommand): + """List schedules for a pool. + + :example: List + az devcenter admin schedule list --pool-name "DevPool" --project-name "TestProject" --resource-group "rg1" + """ + + _aaz_info = { + "version": "2023-04-01", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/pools/{}/schedules", "2023-04-01"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.pool_name = AAZStrArg( + options=["--pool-name"], + help="Name of the pool.", + required=True, + ) + _args_schema.project_name = AAZStrArg( + options=["--project", "--project-name"], + help="The name of the project. Use `az configure -d project=` to configure a default.", + required=True, + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of resource group. You can configure the default group using `az configure --defaults group=`.", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.SchedulesListByPool(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class SchedulesListByPool(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/pools/{poolName}/schedules", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "ODataV4Format" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "poolName", self.ctx.args.pool_name, + required=True, + ), + **self.serialize_url_param( + "projectName", self.ctx.args.project_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-04-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + flags={"read_only": True}, + ) + _schema_on_200.value = AAZListType( + flags={"read_only": True}, + ) + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType() + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.frequency = AAZStrType( + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.state = AAZStrType() + properties.time = AAZStrType( + flags={"required": True}, + ) + properties.time_zone = AAZStrType( + serialized_name="timeZone", + flags={"required": True}, + ) + properties.type = AAZStrType( + flags={"required": True}, + ) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/_show.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/_show.py index fab8618ce2d..2ddfa856dcf 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/_show.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/_show.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin schedule show", - is_preview=True, ) class Show(AAZCommand): - """Get a schedule resource. + """Get a schedule. - :example: Show + :example: Get az devcenter admin schedule show --pool-name "DevPool" --project-name "TestProject" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/pools/{}/schedules/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/pools/{}/schedules/{}", "2023-04-01"], ] } @@ -53,7 +52,7 @@ def _build_arguments_schema(cls, *args, **kwargs): ) _args_schema.project_name = AAZStrArg( options=["--project", "--project-name"], - help="The name of the project. Use az configure -d project= to configure a default.", + help="The name of the project. Use `az configure -d project=` to configure a default.", required=True, id_part="name", ) @@ -148,7 +147,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/_update.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/_update.py index 95b68bd4a81..b32b13b18a5 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/_update.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/_update.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin schedule update", - is_preview=True, ) class Update(AAZCommand): - """Update a Schedule. + """Update a schedule. :example: Update az devcenter admin schedule update --time "18:00" --pool-name "DevPool" --project-name "TestProject" --resource-group "rg1" """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/pools/{}/schedules/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/pools/{}/schedules/{}", "2023-04-01"], ] } @@ -56,7 +55,7 @@ def _build_arguments_schema(cls, *args, **kwargs): ) _args_schema.project_name = AAZStrArg( options=["--project", "--project-name"], - help="The name of the project. Use az configure -d project= to configure a default.", + help="The name of the project. Use `az configure -d project=` to configure a default.", required=True, id_part="name", ) @@ -185,7 +184,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } @@ -292,7 +291,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/_wait.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/_wait.py index 5aa73e53ea0..ae87225caba 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/_wait.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/schedule/_wait.py @@ -20,7 +20,7 @@ class Wait(AAZWaitCommand): _aaz_info = { "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/pools/{}/schedules/{}", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devcenter/projects/{}/pools/{}/schedules/{}", "2023-04-01"], ] } @@ -48,7 +48,7 @@ def _build_arguments_schema(cls, *args, **kwargs): ) _args_schema.project_name = AAZStrArg( options=["--project", "--project-name"], - help="The name of the project. Use az configure -d project= to configure a default.", + help="The name of the project. Use `az configure -d project=` to configure a default.", required=True, id_part="name", ) @@ -143,7 +143,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/sku/__cmd_group.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/sku/__cmd_group.py index 8e6bf6b1139..bc941d944d2 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/sku/__cmd_group.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/sku/__cmd_group.py @@ -13,10 +13,9 @@ @register_command_group( "devcenter admin sku", - is_preview=True, ) class __CMDGroup(AAZCommandGroup): - """Manage sku with devcenter + """Manage skus. """ pass diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/sku/_list.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/sku/_list.py index 8901e49f198..2865134fb97 100644 --- a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/sku/_list.py +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/sku/_list.py @@ -13,19 +13,18 @@ @register_command( "devcenter admin sku list", - is_preview=True, ) class List(AAZCommand): - """List the Microsoft.DevCenter SKUs available in a subscription + """List the Microsoft.DevCenter SKUs available in a subscription. :example: List az devcenter admin sku list """ _aaz_info = { - "version": "2022-11-11-preview", + "version": "2023-04-01", "resources": [ - ["mgmt-plane", "/subscriptions/{}/providers/microsoft.devcenter/skus", "2022-11-11-preview"], + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.devcenter/skus", "2023-04-01"], ] } @@ -102,7 +101,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-11-11-preview", + "api-version", "2023-04-01", required=True, ), } diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/usage/__cmd_group.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/usage/__cmd_group.py new file mode 100644 index 00000000000..43a7d70cf52 --- /dev/null +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/usage/__cmd_group.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "devcenter admin usage", +) +class __CMDGroup(AAZCommandGroup): + """Manage usages. + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/usage/__init__.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/usage/__init__.py new file mode 100644 index 00000000000..d63ae5a6fc9 --- /dev/null +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/usage/__init__.py @@ -0,0 +1,12 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._list import * diff --git a/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/usage/_list.py b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/usage/_list.py new file mode 100644 index 00000000000..8c26a4d8614 --- /dev/null +++ b/src/devcenter/azext_devcenter/aaz/latest/devcenter/admin/usage/_list.py @@ -0,0 +1,179 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "devcenter admin usage list", +) +class List(AAZCommand): + """List the current usages and limits in this location for the provided subscription. + + :example: List + az devcenter admin usage list --location "westus3" + """ + + _aaz_info = { + "version": "2023-04-01", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.devcenter/locations/{}/usages", "2023-04-01"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.location = AAZResourceLocationArg( + help="The geo-location. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=`.", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.UsagesListByLocation(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class UsagesListByLocation(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/locations/{location}/usages", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "ODataV4Format" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "location", self.ctx.args.location, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-04-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + flags={"read_only": True}, + ) + _schema_on_200.value = AAZListType( + flags={"read_only": True}, + ) + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.current_value = AAZIntType( + serialized_name="currentValue", + ) + _element.limit = AAZIntType() + _element.name = AAZObjectType() + _element.unit = AAZStrType() + + name = cls._schema_on_200.value.Element.name + name.localized_value = AAZStrType( + serialized_name="localizedValue", + ) + name.value = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/devcenter/azext_devcenter/action.py b/src/devcenter/azext_devcenter/action.py index 5f06ee6da40..ef43a7a2f5e 100644 --- a/src/devcenter/azext_devcenter/action.py +++ b/src/devcenter/azext_devcenter/action.py @@ -19,136 +19,6 @@ from knack.util import CLIError -class AddImageReference(argparse.Action): - def __call__(self, parser, namespace, values, option_string=None): - action = self.get_action(values, option_string) - namespace.image_reference = action - - def get_action(self, values, option_string): - try: - properties = defaultdict(list) - for (k, v) in (x.split("=", 1) for x in values): - properties[k].append(v) - properties = dict(properties) - except ValueError: - raise CLIError( - f"usage error: {option_string} [KEY=VALUE ...]" - ) from ValueError - d = {} - for k in properties: - kl = k.lower() - v = properties[k] - - if kl == "id": - d["id"] = v[0] - - elif kl == "publisher": - d["publisher"] = v[0] - - elif kl == "offer": - d["offer"] = v[0] - - elif kl == "sku": - d["sku"] = v[0] - - else: - raise CLIError( - f"Unsupported Key {k} is provided for parameter image-reference. All possible keys are: id," - " publisher, offer, sku" - ) - - return d - - -class AddSku(argparse.Action): - def __call__(self, parser, namespace, values, option_string=None): - action = self.get_action(values, option_string) - namespace.sku = action - - def get_action(self, values, option_string): - try: - properties = defaultdict(list) - for (k, v) in (x.split("=", 1) for x in values): - properties[k].append(v) - properties = dict(properties) - except ValueError: - raise CLIError( - f"usage error: {option_string} [KEY=VALUE ...]" - ) from ValueError - d = {} - for k in properties: - kl = k.lower() - v = properties[k] - - if kl == "name": - d["name"] = v[0] - - elif kl == "tier": - d["tier"] = v[0] - - elif kl == "size": - d["size"] = v[0] - - elif kl == "family": - d["family"] = v[0] - - elif kl == "capacity": - d["capacity"] = v[0] - - else: - raise CLIError( - f"Unsupported Key {k} is provided for parameter sku. All possible keys are: name," - " tier, size, family, capacity" - ) - - return d - - -class AddRepo(argparse.Action): - def __call__(self, parser, namespace, values, option_string=None): - action = self.get_action(values, option_string) - if option_string == "--ado-git": - namespace.ado_git = action - else: - namespace.git_hub = action - - def get_action(self, values, option_string): - try: - properties = defaultdict(list) - for (k, v) in (x.split("=", 1) for x in values): - properties[k].append(v) - properties = dict(properties) - except ValueError: - raise CLIError( - f"usage error: {option_string} [KEY=VALUE ...]" - ) from ValueError - d = {} - for k in properties: - kl = k.lower() - v = properties[k] - - if kl == "uri": - d["uri"] = v[0] - - elif kl == "branch": - d["branch"] = v[0] - - elif kl == "secret-identifier": - d["secret_identifier"] = v[0] - - elif kl == "path": - d["path"] = v[0] - - else: - repo = "git-hub" if option_string == "--git-hub" else "ado-git" - raise CLIError( - f"Unsupported Key {k} is provided for parameter {repo}. All possible keys are: uri, branch," - f" secret-identifier, path" - ) - - return d - - class AddEmailNotification(argparse.Action): def __call__(self, parser, namespace, values, option_string=None): action = self.get_action(values, option_string) @@ -157,7 +27,7 @@ def __call__(self, parser, namespace, values, option_string=None): def get_action(self, values, option_string): try: properties = defaultdict(list) - for (k, v) in (x.split("=", 1) for x in values): + for k, v in (x.split("=", 1) for x in values): properties[k].append(v) properties = dict(properties) except ValueError: @@ -195,7 +65,7 @@ def __call__(self, parser, namespace, values, option_string=None): def get_action(self, values, option_string): try: properties = defaultdict(list) - for (k, v) in (x.split("=", 1) for x in values): + for k, v in (x.split("=", 1) for x in values): properties[k].append(v) properties = dict(properties) except ValueError: diff --git a/src/devcenter/azext_devcenter/azext_metadata.json b/src/devcenter/azext_devcenter/azext_metadata.json index be5de02d927..73490c539dc 100644 --- a/src/devcenter/azext_devcenter/azext_metadata.json +++ b/src/devcenter/azext_devcenter/azext_metadata.json @@ -1,4 +1,3 @@ { - "azext.isPreview": true, - "azext.minCliCoreVersion": "2.45.0" + "azext.minCliCoreVersion": "2.48.0" } \ No newline at end of file diff --git a/src/devcenter/azext_devcenter/commands.py b/src/devcenter/azext_devcenter/commands.py index f3422ab158e..c9b74d7028c 100644 --- a/src/devcenter/azext_devcenter/commands.py +++ b/src/devcenter/azext_devcenter/commands.py @@ -13,10 +13,9 @@ cf_schedule_dp, cf_dev_box_dp, cf_environment_dp, - cf_catalog_item_dp, - cf_catalog_item_version_dp, + cf_catalog_dp, + cf_environment_definition_dp, cf_environment_type_dp, - cf_notification_setting_dp, ) from .custom import ( AttachedNetworkCreate, @@ -24,6 +23,7 @@ AttachedNetworkList, AttachedNetworkShow, AttachedNetworkWait, + CheckNameAvailabilityExecute, CatalogCreate, CatalogDelete, CatalogList, @@ -51,12 +51,14 @@ ImageShow, ImageVersionList, ImageVersionShow, + NetworkConnectionCreate, PoolCreate, PoolDelete, PoolList, PoolShow, PoolUpdate, PoolWait, + ProjectCreate, ProjectAllowedEnvironmentTypeList, ProjectAllowedEnvironmentTypeShow, ProjectEnvironmentTypeCreate, @@ -90,6 +92,10 @@ def load_command_table(self, _): loader=self ) + self.command_table[ + "devcenter admin check-name-availability execute" + ] = CheckNameAvailabilityExecute(loader=self) + self.command_table["devcenter admin catalog create"] = CatalogCreate(loader=self) self.command_table["devcenter admin catalog delete"] = CatalogDelete(loader=self) self.command_table["devcenter admin catalog list"] = CatalogList(loader=self) @@ -149,13 +155,23 @@ def load_command_table(self, _): loader=self ) + self.command_table[ + "devcenter admin network-connection create" + ] = NetworkConnectionCreate(loader=self) + self.command_table["devcenter admin pool create"] = PoolCreate(loader=self) self.command_table["devcenter admin pool delete"] = PoolDelete(loader=self) self.command_table["devcenter admin pool list"] = PoolList(loader=self) + # TODO: Uncomment once feature is complete + # self.command_table["devcenter admin pool run-health-check"] = PoolRunHealthCheck( + # loader=self + # ) self.command_table["devcenter admin pool show"] = PoolShow(loader=self) self.command_table["devcenter admin pool update"] = PoolUpdate(loader=self) self.command_table["devcenter admin pool wait"] = PoolWait(loader=self) + self.command_table["devcenter admin project create"] = ProjectCreate(loader=self) + self.command_table[ "devcenter admin project-allowed-environment-type list" ] = ProjectAllowedEnvironmentTypeList(loader=self) @@ -204,16 +220,16 @@ def load_command_table(self, _): client_factory=cf_dev_box_dp, ) - devcenter_catalog_item_dp = CliCommandType( + devcenter_catalog_dp = CliCommandType( operations_tmpl=( - "azext_devcenter.vendored_sdks.devcenter_dataplane.operations._catalog_item_operations#CatalogItemOperations.{}" + "azext_devcenter.vendored_sdks.devcenter_dataplane.operations._catalogs_operations#CatalogsOperations.{}" ), - client_factory=cf_catalog_item_dp, + client_factory=cf_catalog_dp, ) - devcenter_catalog_item_version_dp = CliCommandType( - operations_tmpl="azext_devcenter.vendored_sdks.devcenter_dataplane.operations._catalog_item_versions_operations#CatalogItemVersionsOperations.{}", - client_factory=cf_catalog_item_version_dp, + devcenter_environment_definition_dp = CliCommandType( + operations_tmpl="azext_devcenter.vendored_sdks.devcenter_dataplane.operations._environment_definitions_operations#EnvironmentDefinitionsOperations.{}", + client_factory=cf_environment_definition_dp, ) devcenter_environment_dp = CliCommandType( @@ -237,14 +253,7 @@ def load_command_table(self, _): client_factory=cf_schedule_dp, ) - devcenter_notification_setting_dp = CliCommandType( - operations_tmpl=( - "azext_devcenter.vendored_sdks.devcenter_dataplane.operations._notification_setting_operations#NotificationSettingOperations.{}" - ), - client_factory=cf_notification_setting_dp, - ) - - with self.command_group("devcenter", is_preview=True): + with self.command_group("devcenter"): pass with self.command_group("devcenter dev"): @@ -272,31 +281,13 @@ def load_command_table(self, _): "show-remote-connection", "devcenter_dev_box_get_remote_connection" ) g.custom_command("start", "devcenter_dev_box_start", supports_no_wait=True) + g.custom_command("restart", "devcenter_dev_box_restart", supports_no_wait=True) g.custom_command("stop", "devcenter_dev_box_stop", supports_no_wait=True) - g.custom_command( - "delay-upcoming-action", "devcenter_dev_box_delay_upcoming_action" - ) - g.custom_command( - "list-upcoming-action", "devcenter_dev_box_list_upcoming_action" - ) - g.custom_command( - "show-upcoming-action", "devcenter_dev_box_show_upcoming_action" - ) - g.custom_command( - "skip-upcoming-action", "devcenter_dev_box_skip_upcoming_action" - ) - - with self.command_group( - "devcenter dev catalog-item", devcenter_catalog_item_dp - ) as g: - g.custom_command("list", "devcenter_catalog_item_list") - g.custom_show_command("show", "devcenter_catalog_item_show") - - with self.command_group( - "devcenter dev catalog-item-version", devcenter_catalog_item_version_dp - ) as g: - g.custom_command("list", "devcenter_catalog_item_version_list") - g.custom_show_command("show", "devcenter_catalog_item_version_show") + g.custom_command("delay-action", "devcenter_dev_box_delay_action") + g.custom_command("delay-all-actions", "devcenter_dev_box_delay_all_actions") + g.custom_command("list-action", "devcenter_dev_box_list_action") + g.custom_command("show-action", "devcenter_dev_box_show_action") + g.custom_command("skip-action", "devcenter_dev_box_skip_action") with self.command_group("devcenter dev environment", devcenter_environment_dp) as g: g.custom_command("list", "devcenter_environment_list") @@ -304,19 +295,18 @@ def load_command_table(self, _): g.custom_command( "create", "devcenter_environment_create", supports_no_wait=True ) - g.custom_command("update", "devcenter_environment_update") + g.custom_command( + "update", "devcenter_environment_update", supports_no_wait=True + ) + g.custom_command( + "deploy", "devcenter_environment_update", supports_no_wait=True + ) g.custom_command( "delete", "devcenter_environment_delete", supports_no_wait=True, confirmation=True, ) - g.custom_command( - "deploy-action", - "devcenter_environment_deploy_action", - supports_no_wait=True, - ) - g.custom_wait_command("wait", "devcenter_environment_show") with self.command_group( "devcenter dev environment-type", devcenter_environment_type_dp @@ -324,17 +314,14 @@ def load_command_table(self, _): g.custom_command("list", "devcenter_environment_type_list_dp") with self.command_group("devcenter dev schedule", devcenter_schedule_dp) as g: - g.custom_command("list", "devcenter_schedule_list_dp") g.custom_show_command("show", "devcenter_schedule_show_dp") + with self.command_group("devcenter dev catalog", devcenter_catalog_dp) as g: + g.custom_command("list", "devcenter_catalog_list_dp") + g.custom_show_command("show", "devcenter_catalog_show_dp") + with self.command_group( - "devcenter dev notification-setting", devcenter_notification_setting_dp + "devcenter dev environment-definition", devcenter_environment_definition_dp ) as g: - g.custom_command( - "list-allowed-culture", - "devcenter_notification_setting_list_allowed_culture_dp", - ) - g.custom_show_command("show", "devcenter_notification_setting_show_dp") - g.custom_command( - "create", "devcenter_notification_setting_create_dp", supports_no_wait=True - ) + g.custom_command("list", "devcenter_environment_definition_list_dp") + g.custom_show_command("show", "devcenter_environment_definition_show_dp") diff --git a/src/devcenter/azext_devcenter/custom.py b/src/devcenter/azext_devcenter/custom.py index 99837f0f7d6..904b1d7e0bc 100644 --- a/src/devcenter/azext_devcenter/custom.py +++ b/src/devcenter/azext_devcenter/custom.py @@ -4,11 +4,11 @@ # -------------------------------------------------------------------------------------------- # pylint: disable=protected-access -from datetime import timedelta from azure.cli.core.aaz import register_callback +from azure.cli.core.azclierror import ResourceNotFoundError from azure.cli.core.util import sdk_no_wait from ._client_factory import cf_devcenter_dataplane -from .data_plane_endpoint_helper import get_project_arg +from .utils import get_project_arg, get_earliest_time, get_delayed_time from .aaz.latest.devcenter.admin.attached_network import ( Create as _AttachedNetworkCreate, Delete as _AttachedNetworkDelete, @@ -25,6 +25,9 @@ Update as _CatalogUpdate, Wait as _CatalogWait, ) +from .aaz.latest.devcenter.admin.check_name_availability import ( + Execute as _CheckNameAvailabilityExecute, +) from .aaz.latest.devcenter.admin.devbox_definition import ( Create as _DevBoxDefinitionCreate, Delete as _DevBoxDefinitionDelete, @@ -55,6 +58,9 @@ List as _ImageVersionList, Show as _ImageVersionShow, ) +from .aaz.latest.devcenter.admin.network_connection import ( + Create as _NetworkConnectionCreate, +) from .aaz.latest.devcenter.admin.pool import ( Create as _PoolCreate, Delete as _PoolDelete, @@ -62,7 +68,9 @@ Show as _PoolShow, Update as _PoolUpdate, Wait as _PoolWait, + RunHealthCheck as _PoolRunHealthCheck, ) +from .aaz.latest.devcenter.admin.project import Create as _ProjectCreate from .aaz.latest.devcenter.admin.project_allowed_environment_type import ( List as _ProjectAllowedEnvironmentTypeList, Show as _ProjectAllowedEnvironmentTypeShow, @@ -81,7 +89,11 @@ Update as _ScheduleUpdate, Wait as _ScheduleWait, ) -from ._validators import validate_attached_network_or_dev_box_def +from ._validators import ( + validate_attached_network_or_dev_box_def, + validate_env_name_already_exists, + validate_repo_git, +) # Control plane @@ -143,11 +155,24 @@ def _cli_arguments_loader(self): return set_configured_defaults(args) +class CheckNameAvailabilityExecute(_CheckNameAvailabilityExecute): + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + args_schema = super()._build_arguments_schema(*args, **kwargs) + args_schema.name._required = True + args_schema.type._required = True + return args_schema + + class CatalogCreate(_CatalogCreate): def _cli_arguments_loader(self): args = super()._cli_arguments_loader() return set_configured_defaults(args) + @register_callback + def pre_operations(self): + validate_repo_git(self.ctx.args.ado_git, self.ctx.args.git_hub) + class CatalogDelete(_CatalogDelete): def _cli_arguments_loader(self): @@ -186,6 +211,14 @@ def _cli_arguments_loader(self): class DevBoxDefinitionCreate(_DevBoxDefinitionCreate): + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + args_schema = super()._build_arguments_schema(*args, **kwargs) + args_schema.image_reference._required = True + args_schema.sku._required = True + args_schema.os_storage_type._required = True + return args_schema + def _cli_arguments_loader(self): args = super()._cli_arguments_loader() return set_configured_defaults(args) @@ -264,6 +297,12 @@ def _cli_arguments_loader(self): class GalleryCreate(_GalleryCreate): + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + args_schema = super()._build_arguments_schema(*args, **kwargs) + args_schema.gallery_resource_id._required = True + return args_schema + def _cli_arguments_loader(self): args = super()._cli_arguments_loader() return set_configured_defaults(args) @@ -317,11 +356,23 @@ def _cli_arguments_loader(self): return set_configured_defaults(args) +class NetworkConnectionCreate(_NetworkConnectionCreate): + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + args_schema = super()._build_arguments_schema(*args, **kwargs) + args_schema.subnet_id._required = True + args_schema.domain_join_type._required = True + return args_schema + + class PoolCreate(_PoolCreate): @classmethod def _build_arguments_schema(cls, *args, **kwargs): args_schema = super()._build_arguments_schema(*args, **kwargs) args_schema.license_type._registered = False + args_schema.dev_box_definition_name._required = True + args_schema.local_administrator._required = True + args_schema.network_connection_name._required = True return args_schema @register_callback @@ -346,6 +397,12 @@ def _cli_arguments_loader(self): return set_configured_defaults(args) +class PoolRunHealthCheck(_PoolRunHealthCheck): + def _cli_arguments_loader(self): + args = super()._cli_arguments_loader() + return set_configured_defaults(args) + + class PoolShow(_PoolShow): def _cli_arguments_loader(self): args = super()._cli_arguments_loader() @@ -364,6 +421,14 @@ def _cli_arguments_loader(self): return set_configured_defaults(args) +class ProjectCreate(_ProjectCreate): + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + args_schema = super()._build_arguments_schema(*args, **kwargs) + args_schema.dev_center_id._required = True + return args_schema + + class ProjectAllowedEnvironmentTypeList(_ProjectAllowedEnvironmentTypeList): def _cli_arguments_loader(self): args = super()._cli_arguments_loader() @@ -377,6 +442,13 @@ def _cli_arguments_loader(self): class ProjectEnvironmentTypeCreate(_ProjectEnvironmentTypeCreate): + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + args_schema = super()._build_arguments_schema(*args, **kwargs) + args_schema.deployment_target_id._required = True + args_schema.status._required = True + return args_schema + def _cli_arguments_loader(self): args = super()._cli_arguments_loader() return set_configured_defaults(args) @@ -414,6 +486,8 @@ def _build_arguments_schema(cls, *args, **kwargs): args_schema.schedule_name._required = False args_schema.frequency._registered = False args_schema.type._registered = False + args_schema.time_zone._required = True + args_schema.time._required = True return args_schema @register_callback @@ -503,41 +577,63 @@ def _cli_arguments_loader(self): # Data plane -def devcenter_project_list_dp(cmd, dev_center): - resource_graph_data = get_project_arg(cmd.cli_ctx, dev_center) - if len(resource_graph_data) == 0: - return [] - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center) +def devcenter_project_list_dp(cmd, dev_center=None, endpoint=None): + if dev_center is not None and endpoint is None: + resource_graph_data = get_project_arg(cmd.cli_ctx, dev_center) + if len(resource_graph_data) == 0: + return [] + cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, endpoint, dev_center) + return cf_dataplane.project.list() -def devcenter_project_show_dp(cmd, dev_center, project_name): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) +def devcenter_project_show_dp(cmd, project_name, dev_center=None, endpoint=None): + cf_dataplane = cf_devcenter_dataplane( + cmd.cli_ctx, endpoint, dev_center, project_name + ) return cf_dataplane.project.get(project_name=project_name) -def devcenter_pool_list_dp(cmd, dev_center, project_name): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) +def devcenter_pool_list_dp(cmd, project_name, dev_center=None, endpoint=None): + cf_dataplane = cf_devcenter_dataplane( + cmd.cli_ctx, endpoint, dev_center, project_name + ) return cf_dataplane.pool.list() -def devcenter_pool_show_dp(cmd, dev_center, project_name, pool_name): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) +def devcenter_pool_show_dp( + cmd, project_name, pool_name, dev_center=None, endpoint=None +): + cf_dataplane = cf_devcenter_dataplane( + cmd.cli_ctx, endpoint, dev_center, project_name + ) return cf_dataplane.pool.get(pool_name=pool_name) -def devcenter_schedule_list_dp(cmd, dev_center, project_name, pool_name): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) +def devcenter_schedule_list_dp( + cmd, pool_name, project_name, dev_center=None, endpoint=None +): + cf_dataplane = cf_devcenter_dataplane( + cmd.cli_ctx, endpoint, dev_center, project_name + ) return cf_dataplane.schedule.list(pool_name=pool_name) -def devcenter_schedule_show_dp(cmd, dev_center, project_name, pool_name, schedule_name): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) - return cf_dataplane.schedule.get(pool_name=pool_name, schedule_name=schedule_name) +def devcenter_schedule_show_dp( + cmd, pool_name, project_name, dev_center=None, endpoint=None +): + cf_dataplane = cf_devcenter_dataplane( + cmd.cli_ctx, endpoint, dev_center, project_name + ) + return cf_dataplane.schedule.get(pool_name=pool_name, schedule_name="default") -def devcenter_dev_box_list(cmd, dev_center, project_name=None, user_id=None): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) +def devcenter_dev_box_list( + cmd, dev_center=None, endpoint=None, project_name=None, user_id=None +): + cf_dataplane = cf_devcenter_dataplane( + cmd.cli_ctx, endpoint, dev_center, project_name + ) if project_name is not None and user_id is not None: return cf_dataplane.dev_box.list_by_project(user_id=user_id) if user_id is not None: @@ -545,22 +641,29 @@ def devcenter_dev_box_list(cmd, dev_center, project_name=None, user_id=None): return cf_dataplane.dev_box.list() -def devcenter_dev_box_show(cmd, dev_center, project_name, dev_box_name, user_id="me"): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) +def devcenter_dev_box_show( + cmd, dev_box_name, project_name, dev_center=None, endpoint=None, user_id="me" +): + cf_dataplane = cf_devcenter_dataplane( + cmd.cli_ctx, endpoint, dev_center, project_name + ) return cf_dataplane.dev_box.get(user_id=user_id, dev_box_name=dev_box_name) def devcenter_dev_box_create( cmd, - dev_center, - project_name, dev_box_name, pool_name, + project_name, user_id="me", no_wait=False, local_administrator=None, + dev_center=None, + endpoint=None, ): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) + cf_dataplane = cf_devcenter_dataplane( + cmd.cli_ctx, endpoint, dev_center, project_name + ) body = {} body["pool_name"] = pool_name if local_administrator is not None: @@ -575,9 +678,17 @@ def devcenter_dev_box_create( def devcenter_dev_box_delete( - cmd, dev_center, project_name, dev_box_name, user_id="me", no_wait=False + cmd, + dev_box_name, + project_name, + user_id="me", + no_wait=False, + dev_center=None, + endpoint=None, ): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) + cf_dataplane = cf_devcenter_dataplane( + cmd.cli_ctx, endpoint, dev_center, project_name + ) return sdk_no_wait( no_wait, cf_dataplane.dev_box.begin_delete, @@ -587,18 +698,28 @@ def devcenter_dev_box_delete( def devcenter_dev_box_get_remote_connection( - cmd, dev_center, project_name, dev_box_name, user_id="me" + cmd, project_name, dev_box_name, user_id="me", dev_center=None, endpoint=None ): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) + cf_dataplane = cf_devcenter_dataplane( + cmd.cli_ctx, endpoint, dev_center, project_name + ) return cf_dataplane.dev_box.get_remote_connection( user_id=user_id, dev_box_name=dev_box_name ) def devcenter_dev_box_start( - cmd, dev_center, project_name, dev_box_name, user_id="me", no_wait=False + cmd, + project_name, + dev_box_name, + user_id="me", + no_wait=False, + dev_center=None, + endpoint=None, ): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) + cf_dataplane = cf_devcenter_dataplane( + cmd.cli_ctx, endpoint, dev_center, project_name + ) return sdk_no_wait( no_wait, cf_dataplane.dev_box.begin_start, @@ -607,16 +728,39 @@ def devcenter_dev_box_start( ) -def devcenter_dev_box_stop( +def devcenter_dev_box_restart( cmd, - dev_center, project_name, dev_box_name, + user_id="me", + no_wait=False, + dev_center=None, + endpoint=None, +): + cf_dataplane = cf_devcenter_dataplane( + cmd.cli_ctx, endpoint, dev_center, project_name + ) + return sdk_no_wait( + no_wait, + cf_dataplane.dev_box.begin_restart, + user_id=user_id, + dev_box_name=dev_box_name, + ) + + +def devcenter_dev_box_stop( + cmd, + dev_box_name, + project_name, no_wait=False, hibernate=None, user_id="me", + dev_center=None, + endpoint=None, ): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) + cf_dataplane = cf_devcenter_dataplane( + cmd.cli_ctx, endpoint, dev_center, project_name + ) return sdk_no_wait( no_wait, cf_dataplane.dev_box.begin_stop, @@ -626,77 +770,128 @@ def devcenter_dev_box_stop( ) -def devcenter_dev_box_delay_upcoming_action( +def devcenter_dev_box_delay_action( cmd, - dev_center, project_name, dev_box_name, delay_time, - upcoming_action_id, + action_name, user_id="me", + dev_center=None, + endpoint=None, ): - split_time = delay_time.split(":") - hours = int(split_time[0]) - minutes = int(split_time[1]) - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) - upcoming_action = cf_dataplane.dev_box.get_upcoming_action( + cf_dataplane = cf_devcenter_dataplane( + cmd.cli_ctx, endpoint, dev_center, project_name + ) + upcoming_action = cf_dataplane.dev_box.get_action( user_id=user_id, dev_box_name=dev_box_name, - upcoming_action_id=upcoming_action_id, - ) - delayed_time = upcoming_action.scheduled_time + timedelta( - hours=hours, minutes=minutes + action_name=action_name, ) - return cf_dataplane.dev_box.delay_upcoming_action( + + delayed_time = get_delayed_time(delay_time, upcoming_action.next.scheduled_time) + + return cf_dataplane.dev_box.delay_action( user_id=user_id, dev_box_name=dev_box_name, - upcoming_action_id=upcoming_action_id, - delay_until=delayed_time, + action_name=action_name, + until=delayed_time, ) -def devcenter_dev_box_list_upcoming_action( - cmd, dev_center, project_name, dev_box_name, user_id="me" +def devcenter_dev_box_delay_all_actions( + cmd, + project_name, + dev_box_name, + delay_time, + user_id="me", + dev_center=None, + endpoint=None, ): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) - return cf_dataplane.dev_box.list_upcoming_actions( + cf_dataplane = cf_devcenter_dataplane( + cmd.cli_ctx, endpoint, dev_center, project_name + ) + + actions = cf_dataplane.dev_box.list_actions( user_id=user_id, dev_box_name=dev_box_name ) + earliest_time = get_earliest_time(actions) + if earliest_time is None: + raise ResourceNotFoundError("There are no scheduled actions for this dev box.") + + delayed_time = get_delayed_time(delay_time, earliest_time) + + return cf_dataplane.dev_box.delay_actions( + user_id=user_id, + dev_box_name=dev_box_name, + until=delayed_time, + ) -def devcenter_dev_box_show_upcoming_action( - cmd, dev_center, project_name, dev_box_name, upcoming_action_id, user_id="me" +def devcenter_dev_box_list_action( + cmd, project_name, dev_box_name, user_id="me", dev_center=None, endpoint=None ): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) - return cf_dataplane.dev_box.get_upcoming_action( + cf_dataplane = cf_devcenter_dataplane( + cmd.cli_ctx, endpoint, dev_center, project_name + ) + return cf_dataplane.dev_box.list_actions(user_id=user_id, dev_box_name=dev_box_name) + + +def devcenter_dev_box_show_action( + cmd, + project_name, + dev_box_name, + action_name, + user_id="me", + dev_center=None, + endpoint=None, +): + cf_dataplane = cf_devcenter_dataplane( + cmd.cli_ctx, endpoint, dev_center, project_name + ) + return cf_dataplane.dev_box.get_action( user_id=user_id, dev_box_name=dev_box_name, - upcoming_action_id=upcoming_action_id, + action_name=action_name, ) -def devcenter_dev_box_skip_upcoming_action( - cmd, dev_center, project_name, dev_box_name, upcoming_action_id, user_id="me" +def devcenter_dev_box_skip_action( + cmd, + project_name, + dev_box_name, + action_name, + user_id="me", + dev_center=None, + endpoint=None, ): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) - return cf_dataplane.dev_box.skip_upcoming_action( + cf_dataplane = cf_devcenter_dataplane( + cmd.cli_ctx, endpoint, dev_center, project_name + ) + return cf_dataplane.dev_box.skip_action( user_id=user_id, dev_box_name=dev_box_name, - upcoming_action_id=upcoming_action_id, + action_name=action_name, ) -def devcenter_environment_list(cmd, dev_center, project_name, user_id="me"): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) +def devcenter_environment_list( + cmd, project_name, user_id=None, dev_center=None, endpoint=None +): + cf_dataplane = cf_devcenter_dataplane( + cmd.cli_ctx, endpoint, dev_center, project_name + ) if user_id is not None: return cf_dataplane.environments.list_by_project_by_user(user_id=user_id) return cf_dataplane.environments.list_by_project() def devcenter_environment_show( - cmd, dev_center, project_name, environment_name, user_id="me" + cmd, project_name, environment_name, user_id="me", dev_center=None, endpoint=None ): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) + cf_dataplane = cf_devcenter_dataplane( + cmd.cli_ctx, endpoint, dev_center, project_name + ) return cf_dataplane.environments.get( user_id=user_id, environment_name=environment_name ) @@ -704,37 +899,35 @@ def devcenter_environment_show( def devcenter_environment_create( cmd, - dev_center, - project_name, environment_name, environment_type, - description=None, - catalog_name=None, - catalog_item_name=None, + project_name, + catalog_name, + environment_definition_name, parameters=None, - tags=None, - user=None, no_wait=False, user_id="me", + dev_center=None, + endpoint=None, ): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) + cf_dataplane = cf_devcenter_dataplane( + cmd.cli_ctx, endpoint, dev_center, project_name + ) + environments_iterator = cf_dataplane.environments.list_by_project_by_user( + user_id=user_id + ) + validate_env_name_already_exists( + environments_iterator, environment_name, user_id, project_name + ) body = {} - if description is not None: - body["description"] = description - if catalog_name is not None: - body["catalog_name"] = catalog_name - if catalog_item_name is not None: - body["catalog_item_name"] = catalog_item_name if parameters is not None: body["parameters"] = parameters - if tags is not None: - body["tags"] = tags body["environment_type"] = environment_type - if user is not None: - body["user"] = user + body["catalog_name"] = catalog_name + body["environment_definition_name"] = environment_definition_name return sdk_no_wait( no_wait, - cf_dataplane.environments.begin_create_or_update, + cf_dataplane.environments.begin_create_or_replace, user_id=user_id, environment_name=environment_name, body=body, @@ -743,183 +936,99 @@ def devcenter_environment_create( def devcenter_environment_update( cmd, - dev_center, - project_name, environment_name, - description=None, - catalog_name=None, - catalog_item_name=None, - parameters=None, - scheduled_tasks=None, - tags=None, - user_id=None, -): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) - body = {} - if user_id is None: - user_id = "me" - if description is not None: - body["description"] = description - if catalog_name is not None: - body["catalog_name"] = catalog_name - if catalog_item_name is not None: - body["catalog_item_name"] = catalog_item_name - if parameters is not None: - body["parameters"] = parameters - if scheduled_tasks is not None: - body["scheduled_tasks"] = scheduled_tasks - if tags is not None: - body["tags"] = tags - return cf_dataplane.environments.update( - user_id=user_id, environment_name=environment_name, body=body - ) - - -def devcenter_environment_delete( - cmd, dev_center, project_name, environment_name, no_wait=False, user_id="me" -): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) - return sdk_no_wait( - no_wait, - cf_dataplane.environments.begin_delete, - user_id=user_id, - environment_name=environment_name, - ) - - -def devcenter_environment_custom_action( - cmd, - dev_center, project_name, - environment_name, - action_id, parameters=None, no_wait=False, user_id="me", + dev_center=None, + endpoint=None, ): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) + cf_dataplane = cf_devcenter_dataplane( + cmd.cli_ctx, endpoint, dev_center, project_name + ) + environment = cf_dataplane.environments.get( + user_id=user_id, environment_name=environment_name + ) body = {} - body["action_id"] = action_id if parameters is not None: body["parameters"] = parameters + body["environment_type"] = environment.environment_type + body["catalog_name"] = environment.catalog_name + body["environment_definition_name"] = environment.environment_definition_name return sdk_no_wait( no_wait, - cf_dataplane.environments.begin_custom_action, + cf_dataplane.environments.begin_create_or_replace, user_id=user_id, environment_name=environment_name, body=body, ) -def devcenter_environment_deploy_action( +def devcenter_environment_delete( cmd, - dev_center, - project_name, environment_name, - action_id, - parameters=None, + project_name, no_wait=False, user_id="me", + dev_center=None, + endpoint=None, ): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) - body = {} - body["action_id"] = action_id - if parameters is not None: - body["parameters"] = parameters + cf_dataplane = cf_devcenter_dataplane( + cmd.cli_ctx, endpoint, dev_center, project_name + ) return sdk_no_wait( no_wait, - cf_dataplane.environments.begin_deploy_action, + cf_dataplane.environments.begin_delete, user_id=user_id, environment_name=environment_name, - body=body, ) -def devcenter_catalog_item_list(cmd, dev_center, project_name): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) - return cf_dataplane.catalog_items.list() - - -def devcenter_catalog_item_show(cmd, dev_center, project_name, catalog_item_id): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) - return cf_dataplane.catalog_items.get(catalog_item_id=catalog_item_id) - - -def devcenter_catalog_item_version_list(cmd, dev_center, project_name, catalog_item_id): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) - return cf_dataplane.catalog_item_versions.list(catalog_item_id=catalog_item_id) - - -def devcenter_catalog_item_version_show( - cmd, - dev_center, - project_name, - catalog_item_id, - version, +def devcenter_environment_type_list_dp( + cmd, project_name, dev_center=None, endpoint=None ): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) - return cf_dataplane.catalog_item_versions.get( - catalog_item_id=catalog_item_id, - version=version, + cf_dataplane = cf_devcenter_dataplane( + cmd.cli_ctx, endpoint, dev_center, project_name ) - - -def devcenter_environment_type_list_dp(cmd, dev_center, project_name): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) return cf_dataplane.environment_type.list() -def devcenter_notification_setting_show_dp(cmd, dev_center, project_name, user_id="me"): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) - return cf_dataplane.notification_setting.get(user_id=user_id) +def devcenter_catalog_list_dp(cmd, project_name, dev_center=None, endpoint=None): + cf_dataplane = cf_devcenter_dataplane( + cmd.cli_ctx, endpoint, dev_center, project_name + ) + return cf_dataplane.catalogs.list() -def devcenter_notification_setting_list_allowed_culture_dp( - cmd, dev_center, project_name, user_id="me" +def devcenter_catalog_show_dp( + cmd, project_name, catalog_name, dev_center=None, endpoint=None ): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) - return cf_dataplane.notification_setting.list_allowed_cultures(user_id=user_id) + cf_dataplane = cf_devcenter_dataplane( + cmd.cli_ctx, endpoint, dev_center, project_name + ) + return cf_dataplane.catalogs.get(catalog_name=catalog_name) -def devcenter_notification_setting_create_dp( - cmd, - dev_center, - project_name, - enabled, - culture, - boolean_enabled, - email_notification, - webhook_notification, - user_id="me", +def devcenter_environment_definition_list_dp( + cmd, project_name, dev_center=None, endpoint=None, catalog_name=None ): - cf_dataplane = cf_devcenter_dataplane(cmd.cli_ctx, dev_center, project_name) - body = {} - body["name"] = "default" - body["enabled"] = enabled - body["culture"] = culture - body["notification_type"] = {} - body["notification_type"]["dev_box_provisioning_notification"] = {} - body["notification_type"]["dev_box_provisioning_notification"][ - "enabled" - ] = boolean_enabled - body["notification_type"]["dev_box_provisioning_notification"][ - "notification_channel" - ] = {} - body["notification_type"]["dev_box_provisioning_notification"][ - "notification_channel" - ]["email_notification"] = email_notification - body["notification_type"]["dev_box_provisioning_notification"][ - "notification_channel" - ]["webhook_notification"] = webhook_notification - if ( - len( - body["notification_type"]["dev_box_provisioning_notification"][ - "notification_channel" - ] + cf_dataplane = cf_devcenter_dataplane( + cmd.cli_ctx, endpoint, dev_center, project_name + ) + if catalog_name is not None: + return cf_dataplane.environment_definitions.list_by_catalog( + catalog_name=catalog_name ) - == 0 - ): - del body["notification_type"]["dev_box_provisioning_notification"][ - "notification_channel" - ] - return cf_dataplane.notification_setting.create(user_id=user_id, body=body) + return cf_dataplane.environment_definitions.list() + + +def devcenter_environment_definition_show_dp( + cmd, catalog_name, definition_name, project_name, dev_center=None, endpoint=None +): + cf_dataplane = cf_devcenter_dataplane( + cmd.cli_ctx, endpoint, dev_center, project_name + ) + return cf_dataplane.environment_definitions.get( + catalog_name=catalog_name, definition_name=definition_name + ) diff --git a/src/devcenter/azext_devcenter/tests/latest/helper.py b/src/devcenter/azext_devcenter/tests/latest/helper.py index c1693520635..12b35f26565 100644 --- a/src/devcenter/azext_devcenter/tests/latest/helper.py +++ b/src/devcenter/azext_devcenter/tests/latest/helper.py @@ -5,458 +5,557 @@ # # -------------------------------------------------------------------------- def create_dev_center(self): - dev_center = self.cmd('az devcenter admin devcenter create ' - '--location "{location}" ' - '--tags CostCode="12345" ' - '--name "{devcenterName}" ' - '--resource-group "{rg}"').get_output_in_json() + dev_center = self.cmd( + "az devcenter admin devcenter create " + '--location "{location}" ' + '--tags CostCode="12345" ' + '--name "{devcenterName}" ' + '--resource-group "{rg}"' + ).get_output_in_json() - self.kwargs.update({ - 'devCenterId': dev_center['id'], - }) + self.kwargs.update( + { + "devCenterId": dev_center["id"], + } + ) def create_identity(self): - return self.cmd('az identity create ' - '--resource-group {rg} ' - '--name {identityName}').get_output_in_json() + return self.cmd( + "az identity create " "--resource-group {rg} " "--name {identityName}" + ).get_output_in_json() def create_dev_center_with_identity(self): - self.kwargs.update({ - 'devcenterName': self.create_random_name(prefix='cli', length=24), - 'identityName': self.create_random_name(prefix='testid_', length=24) - }) + self.kwargs.update( + { + "devcenterName": self.create_random_name(prefix="cli", length=24), + "identityName": self.create_random_name(prefix="testid_", length=24), + } + ) test_identity = create_identity(self) - self.kwargs.update({ - 'userAssignedIdentity': test_identity['id'], - 'identityPrincipalId': test_identity['principalId'] - }) + self.kwargs.update( + { + "userAssignedIdentity": test_identity["id"], + "identityPrincipalId": test_identity["principalId"], + } + ) - dev_center = self.cmd('az devcenter admin devcenter create ' - '--identity-type "UserAssigned" ' - '--user-assigned-identities "{{\\"{userAssignedIdentity}\\":{{}}}}" ' - '--location "{location}" ' - '--tags CostCode="12345" ' - '--name "{devcenterName}" ' - '--resource-group "{rg}"').get_output_in_json() + dev_center = self.cmd( + "az devcenter admin devcenter create " + '--identity-type "UserAssigned" ' + '--user-assigned-identities "{{\\"{userAssignedIdentity}\\":{{}}}}" ' + '--location "{location}" ' + '--tags CostCode="12345" ' + '--name "{devcenterName}" ' + '--resource-group "{rg}"' + ).get_output_in_json() - self.kwargs.update({ - 'devCenterId': dev_center['id'] - }) + self.kwargs.update({"devCenterId": dev_center["id"]}) def create_virtual_network_with_subnet(self): - self.kwargs.update({ - 'vNetName': self.create_random_name(prefix='cli', length=24), - 'subnetName': self.create_random_name(prefix='cli', length=24), - 'nsgName': self.create_random_name(prefix='cli', length=12), - }) + self.kwargs.update( + { + "vNetName": self.create_random_name(prefix="cli", length=24), + "subnetName": self.create_random_name(prefix="cli", length=24), + "nsgName": self.create_random_name(prefix="cli", length=12), + } + ) - self.cmd( - 'az network vnet create -n "{vNetName}" --location "{location}" -g "{rg}"') - - self.cmd( - 'az network nsg create -n "{nsgName}" --location "{location}" -g "{rg}"') + self.cmd('az network vnet create -n "{vNetName}" --location "{location}" -g "{rg}"') - return self.cmd('az network vnet subnet create --nsg "{nsgName}" -n "{subnetName}" --vnet-name "{vNetName}" -g "{rg}" --address-prefixes "10.0.0.0/21"').get_output_in_json() + self.cmd('az network nsg create -n "{nsgName}" --location "{location}" -g "{rg}"') + + return self.cmd( + 'az network vnet subnet create --nsg "{nsgName}" -n "{subnetName}" --vnet-name "{vNetName}" -g "{rg}" --address-prefixes "10.0.0.0/21"' + ).get_output_in_json() def create_sig(self): - self.kwargs.update({ - 'sigName': self.create_random_name(prefix='cli', length=24), - 'imageDefName': self.create_random_name(prefix='cli', length=12), - 'computeVmName': self.create_random_name(prefix='cli', length=12), - 'computeVmPassword': 'Cli!123123fakepassword', - 'computeUserName': self.create_random_name(prefix='cli', length=12), - 'publisher': "MicrosoftWindowsDesktop", - 'offer': "Windows-10", - 'sku': "win10-21h2-entn-g2", - 'imageVersion': "1.0.0", - 'nsgName': self.create_random_name(prefix='cli', length=12), - }) + self.kwargs.update( + { + "sigName": self.create_random_name(prefix="cli", length=24), + "imageDefName": self.create_random_name(prefix="cli", length=12), + "computeVmName": self.create_random_name(prefix="cli", length=12), + "computeVmPassword": "Cli!123123fakepassword", + "computeUserName": self.create_random_name(prefix="cli", length=12), + "publisher": "MicrosoftWindowsDesktop", + "offer": "Windows-10", + "sku": "win10-21h2-entn-g2", + "imageVersion": "1.0.0", + "nsgName": self.create_random_name(prefix="cli", length=12), + } + ) sig = self.cmd( - 'az sig create -r "{sigName}" --location "{location}" -g "{rg}"').get_output_in_json() + 'az sig create -r "{sigName}" --location "{location}" -g "{rg}"' + ).get_output_in_json() - self.cmd('az sig image-definition create -i "{imageDefName}" -p "{publisher}" ' - '-g "{rg}" -f "{offer}" -s "{sku}" --location "{location}" ' - '--os-type "Windows" -r "{sigName}" --hyper-v-generation "V2" --features SecurityType=TrustedLaunch') + self.cmd( + 'az sig image-definition create -i "{imageDefName}" -p "{publisher}" ' + '-g "{rg}" -f "{offer}" -s "{sku}" --location "{location}" ' + '--os-type "Windows" -r "{sigName}" --hyper-v-generation "V2" --features SecurityType=TrustedLaunch' + ) - self.kwargs.update({ - 'sigId': sig['id'] - }) + self.kwargs.update({"sigId": sig["id"]}) - create_virtual_network_with_subnet(self); + create_virtual_network_with_subnet(self) # Create compute virtual machine - self.cmd('az vm create -n "{computeVmName}" ' - '-g "{rg}" ' - '--image "MicrosoftWindowsDesktop:Windows-10:win10-21h2-entn-g2:19044.2486.230107" ' - '--location "{location}" ' - '--security-type TrustedLaunch ' - '--admin-password "{computeVmPassword}" ' - '--vnet-name "{vNetName}" ' - '--subnet "{subnetName}" ' - '--admin-username "{computeUserName}"') - - compute_vm = self.cmd('az vm show -n "{computeVmName}" ' - '-g "{rg}" ').get_output_in_json() - - self.kwargs.update({ - 'diskId': compute_vm['storageProfile']['osDisk']['managedDisk']['id'], - }) - - self.cmd('az sig image-version create ' - '-g "{rg}" ' - '--gallery-name "{sigName}" ' - '--gallery-image-definition "{imageDefName}" ' - '--location "{location}" ' - '--gallery-image-version {imageVersion} ' - '--os-snapshot "{diskId}" ') + self.cmd( + 'az vm create -n "{computeVmName}" ' + '-g "{rg}" ' + '--image "MicrosoftWindowsDesktop:Windows-10:win10-21h2-entn-g2:19044.2486.230107" ' + '--location "{location}" ' + "--security-type TrustedLaunch " + '--admin-password "{computeVmPassword}" ' + '--vnet-name "{vNetName}" ' + '--subnet "{subnetName}" ' + '--admin-username "{computeUserName}"' + ) + + compute_vm = self.cmd( + 'az vm show -n "{computeVmName}" ' '-g "{rg}" ' + ).get_output_in_json() + + self.kwargs.update( + { + "diskId": compute_vm["storageProfile"]["osDisk"]["managedDisk"]["id"], + } + ) + + self.cmd( + "az sig image-version create " + '-g "{rg}" ' + '--gallery-name "{sigName}" ' + '--gallery-image-definition "{imageDefName}" ' + '--location "{location}" ' + "--gallery-image-version {imageVersion} " + '--os-snapshot "{diskId}" ' + ) def create_sig_role_assignments(self): - self.kwargs.update({ - 'windows365ObjectId': '8eec7c09-06ae-48e9-aafd-9fb31a5d5175' - }) + self.kwargs.update({"windows365ObjectId": "8eec7c09-06ae-48e9-aafd-9fb31a5d5175"}) - self.cmd('az role assignment create --role "Contributor" ' - '--assignee "{identityPrincipalId}" ' - '--scope "{sigId}"') + self.cmd( + 'az role assignment create --role "Contributor" ' + '--assignee "{identityPrincipalId}" ' + '--scope "{sigId}"' + ) - self.cmd('az role assignment create --role "Reader" ' - '--assignee "{windows365ObjectId}" ' - '--scope "{sigId}"') + self.cmd( + 'az role assignment create --role "Reader" ' + '--assignee "{windows365ObjectId}" ' + '--scope "{sigId}"' + ) def create_kv_policy(self): - if (self.is_live): - self.cmd('az keyvault set-policy -n "dummy" ' - '--secret-permissions get list ' - '--object-id "{identityPrincipalId}"') + if self.is_live: + self.cmd( + 'az keyvault set-policy -n "amlim-cli" ' + "--secret-permissions get list " + '--object-id "{identityPrincipalId}"' + ) def create_project(self): - self.kwargs.update({ - 'projectName': self.create_random_name(prefix='cli', length=24) - }) + self.kwargs.update( + {"projectName": self.create_random_name(prefix="cli", length=24)} + ) + + self.cmd( + "az devcenter admin project create " + '--location "{location}" ' + '--name "{projectName}" ' + '--dev-center-id "{devCenterId}" ' + '--resource-group "{rg}"' + ) + + +def create_project_with_dev_box_limit(self): + self.kwargs.update( + { + "projectName": self.create_random_name(prefix="cli", length=24), + "devBoxLimit": 3, + } + ) + + self.cmd( + "az devcenter admin project create " + '--location "{location}" ' + '--name "{projectName}" ' + '--dev-center-id "{devCenterId}" ' + '--resource-group "{rg}" ' + '--max-dev-boxes-per-user "{devBoxLimit}" ' + ) - self.cmd('az devcenter admin project create ' - '--location "{location}" ' - '--name "{projectName}" ' - '--dev-center-id "{devCenterId}" ' - '--resource-group "{rg}"') + +def get_endpoint(self): + project = self.cmd( + "az devcenter admin project show " + '--name "{projectName}" ' + '--resource-group "{rg}"' + ).get_output_in_json() + + self.kwargs.update( + { + "endpoint": project["devCenterUri"], + } + ) def create_network_connection(self): subnet = create_virtual_network_with_subnet(self) - self.kwargs.update({ - 'subnetId': subnet['id'], - 'networkConnectionName': self.create_random_name(prefix='cli', length=24), - 'networkingRgName1': self.create_random_name(prefix='cli', length=24), - }) - - network_connection = self.cmd('az devcenter admin network-connection create ' - '--location "{location}" ' - '--tags CostCode="12345" ' - '--name "{networkConnectionName}" ' - '--domain-join-type "AzureADJoin" ' - '--subnet-id "{subnetId}" ' - '--networking-resource-group-name "{networkingRgName1}" ' - '--resource-group "{rg}"').get_output_in_json() - - self.kwargs.update({ - 'networkConnectionId': network_connection['id'], - }) + self.kwargs.update( + { + "subnetId": subnet["id"], + "networkConnectionName": self.create_random_name(prefix="cli", length=24), + "networkingRgName1": self.create_random_name(prefix="cli", length=24), + } + ) + + network_connection = self.cmd( + "az devcenter admin network-connection create " + '--location "{location}" ' + '--tags CostCode="12345" ' + '--name "{networkConnectionName}" ' + '--domain-join-type "AzureADJoin" ' + '--subnet-id "{subnetId}" ' + '--networking-resource-group-name "{networkingRgName1}" ' + '--resource-group "{rg}"' + ).get_output_in_json() + + self.kwargs.update( + { + "networkConnectionId": network_connection["id"], + } + ) -def create_network_connection_dp(self): - subnet = create_virtual_network_with_subnet_dp(self) - - self.kwargs.update({ - 'subnetId': subnet['id'], - 'networkConnectionName': self.create_random_name(prefix='cli', length=24), - 'networkingRgName1': self.create_random_name(prefix='cli', length=24), - }) - - network_connection = self.cmd('az devcenter admin network-connection create ' - '--location "{location}" ' - '--tags CostCode="12345" ' - '--name "{networkConnectionName}" ' - '--domain-join-type "AzureADJoin" ' - '--subnet-id "{subnetId}" ' - '--networking-resource-group-name "{networkingRgName1}" ' - '--resource-group "{rg}"').get_output_in_json() - - self.kwargs.update({ - 'networkConnectionId': network_connection['id'], - }) - -def create_virtual_network_with_subnet_dp(self): - self.kwargs.update({ - 'vNetName': self.create_random_name(prefix='cli', length=24), - 'subnetName': self.create_random_name(prefix='cli', length=24) - }) - self.cmd( - 'az network vnet create -n "{vNetName}" --location "{location}" -g "{rg}"') +def create_network_connection_dp(self): + subnet = create_virtual_network_with_subnet(self) - return self.cmd('az network vnet subnet create -n "{subnetName}" --vnet-name "{vNetName}" -g "{rg}" --address-prefixes "10.0.0.0/21"').get_output_in_json() + self.kwargs.update( + { + "subnetId": subnet["id"], + "networkConnectionName": self.create_random_name(prefix="cli", length=24), + "networkingRgName1": self.create_random_name(prefix="cli", length=24), + } + ) + + network_connection = self.cmd( + "az devcenter admin network-connection create " + '--location "{location}" ' + '--tags CostCode="12345" ' + '--name "{networkConnectionName}" ' + '--domain-join-type "AzureADJoin" ' + '--subnet-id "{subnetId}" ' + '--networking-resource-group-name "{networkingRgName1}" ' + '--resource-group "{rg}"' + ).get_output_in_json() + + self.kwargs.update( + { + "networkConnectionId": network_connection["id"], + } + ) def create_attached_network_dev_box_definition(self): - self.kwargs.update({ - 'devcenterName': self.create_random_name(prefix='cli', length=24), - }) + self.kwargs.update( + { + "devcenterName": self.create_random_name(prefix="cli", length=24), + } + ) create_dev_center(self) create_project(self) create_network_connection(self) - self.kwargs.update({ - 'imageRefId': "/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os", - 'devBoxDefinitionName': self.create_random_name(prefix='c1', length=12), - 'osStorageType': "ssd_1024gb", - 'skuName': "general_a_8c32gb_v1", - 'attachedNetworkName': self.create_random_name(prefix='c2', length=12), - 'devBoxDefinitionName2': self.create_random_name(prefix='c2', length=12) - }) - - self.cmd('az devcenter admin attached-network create ' - '--dev-center "{devcenterName}" ' - '--name "{attachedNetworkName}" ' - '--network-connection-id "{networkConnectionId}" ' - '--resource-group "{rg}" ' - ) - - self.cmd('az devcenter admin devbox-definition create ' - '--dev-center "{devcenterName}" ' - '--name "{devBoxDefinitionName}" ' - '--image-reference id="{imageRefId}" ' - '--resource-group "{rg}" ' - '--os-storage-type "{osStorageType}" ' - '--sku name="{skuName}" ' - '--location "{location}" ' - ) - - self.cmd('az devcenter admin devbox-definition create ' - '--dev-center "{devcenterName}" ' - '--name "{devBoxDefinitionName2}" ' - '--image-reference id="{imageRefId}" ' - '--resource-group "{rg}" ' - '--os-storage-type "{osStorageType}" ' - '--sku name="{skuName}" ' - '--location "{location}" ' - ) + imageRefId = f"{self.kwargs.get('devCenterId', '')}/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os" + + self.kwargs.update( + { + "imageRefId": imageRefId, + "devBoxDefinitionName": self.create_random_name(prefix="c1", length=12), + "osStorageType": "ssd_1024gb", + "skuName": "general_a_8c32gb_v1", + "attachedNetworkName": self.create_random_name(prefix="c2", length=12), + "devBoxDefinitionName2": self.create_random_name(prefix="c2", length=12), + } + ) + + self.cmd( + "az devcenter admin attached-network create " + '--dev-center "{devcenterName}" ' + '--name "{attachedNetworkName}" ' + '--network-connection-id "{networkConnectionId}" ' + '--resource-group "{rg}" ' + ) + + self.cmd( + "az devcenter admin devbox-definition create " + '--dev-center "{devcenterName}" ' + '--name "{devBoxDefinitionName}" ' + '--image-reference id="{imageRefId}" ' + '--resource-group "{rg}" ' + '--os-storage-type "{osStorageType}" ' + '--sku name="{skuName}" ' + '--location "{location}" ' + ) + + self.cmd( + "az devcenter admin devbox-definition create " + '--dev-center "{devcenterName}" ' + '--name "{devBoxDefinitionName2}" ' + '--image-reference id="{imageRefId}" ' + '--resource-group "{rg}" ' + '--os-storage-type "{osStorageType}" ' + '--sku name="{skuName}" ' + '--location "{location}" ' + ) def create_env_type(self): - self.kwargs.update({ - 'envTypeName': self.create_random_name(prefix='c', length=24), - 'tagVal1': 'val1', - 'tagKey1': "key1", - }) - - self.cmd('az devcenter admin environment-type create ' - '--dev-center "{devcenterName}" ' - '--resource-group "{rg}" ' - '--name "{envTypeName}" ' - '--tags {tagVal1}="{tagKey1}" ', - checks=[ - self.check('name', "{envTypeName}"), - self.check('resourceGroup', "{rg}"), - self.check('tags.val1', "{tagKey1}"), - ] - ) + self.kwargs.update( + { + "envTypeName": self.create_random_name(prefix="c", length=24), + "tagVal1": "val1", + "tagKey1": "key1", + } + ) + + self.cmd( + "az devcenter admin environment-type create " + '--dev-center "{devcenterName}" ' + '--resource-group "{rg}" ' + '--name "{envTypeName}" ' + '--tags {tagVal1}="{tagKey1}" ', + checks=[ + self.check("name", "{envTypeName}"), + self.check("resourceGroup", "{rg}"), + self.check("tags.val1", "{tagKey1}"), + ], + ) def add_dev_box_user_role_to_project(self): - project = self.cmd('az devcenter admin project show ' - '--name "{projectName}" ' - '--resource-group "{rg}"').get_output_in_json() + project = self.cmd( + "az devcenter admin project show " + '--name "{projectName}" ' + '--resource-group "{rg}"' + ).get_output_in_json() + + self.kwargs.update({"projectId": project["id"]}) - self.kwargs.update({ - 'projectId': project['id'] - }) + if self.is_live: + user = self.cmd("az ad signed-in-user show").get_output_in_json() + self.kwargs.update( + { + "userId": user["id"], + } + ) - if (self.is_live): - user = self.cmd('az ad signed-in-user show').get_output_in_json() - self.kwargs.update({ - 'userId': user['id'], - }) + self.cmd( + 'az role assignment create --role "DevCenter Dev Box User" ' + '--assignee "{userId}" ' + '--scope "{projectId}"' + ) - self.cmd('az role assignment create --role "DevCenter Dev Box User" ' - '--assignee "{userId}" ' - '--scope "{projectId}"') def create_pool(self): - self.cmd('az devcenter admin attached-network create ' - '--dev-center "{devcenterName}" ' - '--name "{attachedNetworkName}" ' - '--network-connection-id "{networkConnectionId}" ' - '--resource-group "{rg}" ' - ) - - self.cmd('az devcenter admin devbox-definition create ' - '--dev-center "{devcenterName}" ' - '--name "{devBoxDefinitionName}" ' - '--image-reference id="{imageRefId}" ' - '--hibernate-support "Enabled" ' - '--resource-group "{rg}" ' - '--os-storage-type "{osStorageType}" ' - '--sku name="{skuName}" ' - '--location "{location}" ' - ) - - self.kwargs.update({ - 'poolName': self.create_random_name(prefix='c3', length=12) - }) - - self.cmd('az devcenter admin pool create ' - '-d "{devBoxDefinitionName}" ' - '--location "{location}" ' - '--local-administrator "Enabled" ' - '--name "{poolName}" ' - '-c "{attachedNetworkName}" ' - '--project-name "{projectName}" ' - '--resource-group "{rg}" ' - ) - - self.cmd('az devcenter admin schedule create ' - '--pool-name "{poolName}" ' - '--project-name "{projectName}" ' - '--resource-group "{rg}" ' - '--time "{time}" ' - '--time-zone "{timeZone}" ' - ) - -def create_pool_dataplane_dependencies(self): - create_network_connection_dp(self) + imageRefId = f"{self.kwargs.get('devCenterId', '')}/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os" + + self.kwargs.update( + { + "imageRefId": imageRefId, + "devBoxDefinitionName": self.create_random_name(prefix="c1", length=12), + "osStorageType": "ssd_1024gb", + "skuName": "general_a_8c32gb_v1", + "attachedNetworkName": self.create_random_name(prefix="c2", length=12), + "time": "18:30", + "timeZone": "America/Los_Angeles", + } + ) + self.cmd( + "az devcenter admin attached-network create " + '--dev-center "{devcenterName}" ' + '--name "{attachedNetworkName}" ' + '--network-connection-id "{networkConnectionId}" ' + '--resource-group "{rg}" ' + ) - self.kwargs.update({ - 'imageRefId': "/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-21h2-ent-cpc-m365", - 'devBoxDefinitionName': self.create_random_name(prefix='c1', length=12), - 'osStorageType': "ssd_1024gb", - 'skuName': "general_a_8c32gb_v1", - 'attachedNetworkName': self.create_random_name(prefix='c2', length=12), - 'time': "13:00", - 'timeZone': "America/Los_Angeles" - }) + self.cmd( + "az devcenter admin devbox-definition create " + '--dev-center "{devcenterName}" ' + '--name "{devBoxDefinitionName}" ' + '--image-reference id="{imageRefId}" ' + '--hibernate-support "Enabled" ' + '--resource-group "{rg}" ' + '--os-storage-type "{osStorageType}" ' + '--sku name="{skuName}" ' + '--location "{location}" ' + ) + + self.kwargs.update({"poolName": self.create_random_name(prefix="c3", length=12)}) + + self.cmd( + "az devcenter admin pool create " + '-d "{devBoxDefinitionName}" ' + '--location "{location}" ' + '--local-administrator "Enabled" ' + '--name "{poolName}" ' + '-c "{attachedNetworkName}" ' + '--project-name "{projectName}" ' + '--resource-group "{rg}" ' + ) + + self.cmd( + "az devcenter admin schedule create " + '--pool-name "{poolName}" ' + '--project-name "{projectName}" ' + '--resource-group "{rg}" ' + '--time "{time}" ' + '--time-zone "{timeZone}" ' + ) - create_pool(self) def add_deployment_env_user_role_to_project(self): - project = self.cmd('az devcenter admin project show ' - '--name "{projectName}" ' - '--resource-group "{rg}"').get_output_in_json() + project = self.cmd( + "az devcenter admin project show " + '--name "{projectName}" ' + '--resource-group "{rg}"' + ).get_output_in_json() + + self.kwargs.update({"projectId": project["id"]}) - self.kwargs.update({ - 'projectId': project['id'] - }) + if self.is_live: + user = self.cmd("az ad signed-in-user show").get_output_in_json() + self.kwargs.update( + { + "userId": user["id"], + } + ) - if (self.is_live): - user = self.cmd('az ad signed-in-user show').get_output_in_json() - self.kwargs.update({ - 'userId': user['id'], - }) + self.cmd( + 'az role assignment create --role "/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/roleDefinitions/18e40d4e-8d2e-438d-97e1-9528336e149c" ' + '--assignee "{userId}" ' + '--scope "{projectId}"' + ) - self.cmd('az role assignment create --role "/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/roleDefinitions/18e40d4e-8d2e-438d-97e1-9528336e149c" ' - '--assignee "{userId}" ' - '--scope "{projectId}"') def catalog_create_and_sync_cmds(self): - self.kwargs.update({ - 'catalogName': self.create_random_name(prefix='c2', length=12), - 'branch': 'main', - 'path': "/Catalog_v2", - 'secretIdentifier': "https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000", - 'uri': "https://domain.com/dummy/dummy.git" - }) - - self.cmd('az devcenter admin catalog create ' - '--dev-center "{devcenterName}" ' - '--name "{catalogName}" ' - '--git-hub path="{path}" branch="{branch}" ' - 'secret-identifier="{secretIdentifier}" uri="{uri}" ' - '--resource-group "{rg}" ' - ) - - self.cmd('az devcenter admin catalog sync ' - '--dev-center "{devcenterName}" ' - '--name "{catalogName}" ' - '--resource-group "{rg}" ' - ) + self.kwargs.update( + { + "catalogName": self.create_random_name(prefix="c2", length=12), + "branch": "main", + "path": "/Environments", + "secretIdentifier": "https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000", + "uri": "https://domain.com/dummy/dummy.git", + } + ) + + self.cmd( + "az devcenter admin catalog create " + '--dev-center "{devcenterName}" ' + '--name "{catalogName}" ' + '--git-hub path="{path}" branch="{branch}" ' + 'secret-identifier="{secretIdentifier}" uri="{uri}" ' + '--resource-group "{rg}" ' + ) + + self.cmd( + "az devcenter admin catalog sync " + '--dev-center "{devcenterName}" ' + '--name "{catalogName}" ' + '--resource-group "{rg}" ' + ) + def create_catalog(self): create_dev_center_with_identity(self) create_kv_policy(self) create_project(self) + get_endpoint(self) add_deployment_env_user_role_to_project(self) catalog_create_and_sync_cmds(self) - tenantId = self.cmd('az account show').get_output_in_json()['tenantId'] + tenantId = self.cmd("az account show").get_output_in_json()["tenantId"] catalogItemId = f"{tenantId}:{self.kwargs.get('devcenterName', '')}:{self.kwargs.get('catalogName', '')}:empty" - self.kwargs.update({ - 'catalogItemId': catalogItemId, - }) + self.kwargs.update( + { + "catalogItemId": catalogItemId, + } + ) + def create_proj_env_type(self): - self.kwargs.update({ - 'ownerRole': "8e3af657-a8ff-443c-a75c-2fe8c4bcb635" - }) + self.kwargs.update({"ownerRole": "8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}) create_dev_center_with_identities(self) create_project(self) + get_endpoint(self) add_deployment_env_user_role_to_project(self) create_env_type(self) - self.cmd('az devcenter admin project-environment-type create ' - '--project "{projectName}" ' - '--environment-type-name "{envTypeName}" ' - '--deployment-target-id "/subscriptions/{subscriptionId}" ' - '--status "Enabled" ' - '--identity-type "SystemAssigned, UserAssigned" ' - '--user-assigned-identities "{{\\"{userAssignedIdentity}\\":{{}}}}" ' - '--user-role-assignments "{{\\"{identityPrincipalId}\\":{{\\"roles\\":{{\\"{ownerRole}\\":{{}}}}}}}}" ' - '--location "{location}" ' - '--roles "{{\\"{ownerRole}\\":{{}}}}" ' - '--resource-group "{rg}"' - ) + self.cmd( + "az devcenter admin project-environment-type create " + '--project "{projectName}" ' + '--environment-type-name "{envTypeName}" ' + '--deployment-target-id "/subscriptions/{subscriptionId}" ' + '--status "Enabled" ' + '--identity-type "SystemAssigned, UserAssigned" ' + '--user-assigned-identities "{{\\"{userAssignedIdentity}\\":{{}}}}" ' + '--user-role-assignments "{{\\"{identityPrincipalId}\\":{{\\"roles\\":{{\\"{ownerRole}\\":{{}}}}}}}}" ' + '--location "{location}" ' + '--roles "{{\\"{ownerRole}\\":{{}}}}" ' + '--resource-group "{rg}"' + ) + def add_role_to_subscription(self): - if (self.is_live): - self.cmd('az role assignment create --role "Owner" ' - '--assignee "{identityPrincipalId}" ' - '--scope "/subscriptions/{subscriptionId}"') + if self.is_live: + self.cmd( + 'az role assignment create --role "Owner" ' + '--assignee "{identityPrincipalId}" ' + '--scope "/subscriptions/{subscriptionId}"' + ) def create_dev_center_with_identities(self): - self.kwargs.update({ - 'devcenterName': self.create_random_name(prefix='cli', length=24), - 'identityName': self.create_random_name(prefix='testid_', length=24) - }) + self.kwargs.update( + { + "devcenterName": self.create_random_name(prefix="cli", length=24), + "identityName": self.create_random_name(prefix="testid_", length=24), + } + ) test_identity = create_identity(self) - self.kwargs.update({ - 'userAssignedIdentity': test_identity['id'], - 'identityPrincipalId': test_identity['principalId'] - }) + self.kwargs.update( + { + "userAssignedIdentity": test_identity["id"], + "identityPrincipalId": test_identity["principalId"], + } + ) - dev_center = self.cmd('az devcenter admin devcenter create ' - '--identity-type "SystemAssigned, UserAssigned" ' - '--user-assigned-identities "{{\\"{userAssignedIdentity}\\":{{}}}}" ' - '--location "{location}" ' - '--tags CostCode="12345" ' - '--name "{devcenterName}" ' - '--resource-group "{rg}"').get_output_in_json() + dev_center = self.cmd( + "az devcenter admin devcenter create " + '--identity-type "SystemAssigned, UserAssigned" ' + '--user-assigned-identities "{{\\"{userAssignedIdentity}\\":{{}}}}" ' + '--location "{location}" ' + '--tags CostCode="12345" ' + '--name "{devcenterName}" ' + '--resource-group "{rg}"' + ).get_output_in_json() - self.kwargs.update({ - 'devCenterId': dev_center['id'] - }) + self.kwargs.update({"devCenterId": dev_center["id"]}) def create_environment_dependencies(self): @@ -465,25 +564,15 @@ def create_environment_dependencies(self): create_kv_policy(self) catalog_create_and_sync_cmds(self) + def create_dev_box_dependencies(self): - self.kwargs.update({ - 'devcenterName': self.create_random_name(prefix='cli', length=24), - }) + self.kwargs.update( + { + "devcenterName": self.create_random_name(prefix="cli", length=24), + } + ) create_dev_center(self) create_project(self) add_dev_box_user_role_to_project(self) - create_network_connection_dp(self) - - self.kwargs.update({ - 'imageRefId': "/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os", - 'devBoxDefinitionName': self.create_random_name(prefix='c1', length=12), - 'osStorageType': "ssd_1024gb", - 'skuName': "general_a_8c32gb_v1", - 'attachedNetworkName': self.create_random_name(prefix='c2', length=12), - 'time': "18:30", - 'timeZone': "America/Los_Angeles" - }) - create_pool(self) - diff --git a/src/devcenter/azext_devcenter/tests/latest/recordings/test_attached_network_scenario.yaml b/src/devcenter/azext_devcenter/tests/latest/recordings/test_attached_network_scenario.yaml index 605890551a0..194f1efc492 100644 --- a/src/devcenter/azext_devcenter/tests/latest/recordings/test_attached_network_scenario.yaml +++ b/src/devcenter/azext_devcenter/tests/latest/recordings/test_attached_network_scenario.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: '{"location": "westus3", "tags": {"CostCode": "12345"}}' + body: '{"location": "centraluseuap", "tags": {"CostCode": "12345"}}' headers: Accept: - application/json @@ -11,31 +11,31 @@ interactions: Connection: - keep-alive Content-Length: - - '54' + - '60' Content-Type: - application/json ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T19:31:47.2076969Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T19:31:47.2076969Z"},"properties":{"provisioningState":"Accepted"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:56:08.8632944Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:56:08.8632944Z"},"properties":{"provisioningState":"Accepted"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f8c8c95e-f8bd-4881-9878-b09dce6f8225*0A38A8262C96886E3FAA537CA05342BAC9F49200F79594D7C6558855D69F24BB?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/c94071cc-958a-4855-bf33-b8c52d1645ac*8F9D80825C376460A76FD3EF9AED44A1619FBF9155A0F94A70C85F4D0808C031?api-version=2023-04-01 cache-control: - no-cache content-length: - - '524' + - '530' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:31:49 GMT + - Wed, 03 May 2023 05:56:09 GMT etag: - - '"9700dd4c-0000-4d00-0000-63efd6250000"' + - '"0000ab10-0000-3300-0000-6451f7790000"' expires: - '-1' pragma: @@ -47,15 +47,15 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":100,"currentUsed":25,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' + - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":500,"currentUsed":51,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '297' x-rate-limit-reset: - - '2023-02-17T19:32:47.3754217Z' + - '2023-05-03T05:56:26.9387129Z' status: code: 201 message: Created @@ -73,23 +73,23 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f8c8c95e-f8bd-4881-9878-b09dce6f8225*0A38A8262C96886E3FAA537CA05342BAC9F49200F79594D7C6558855D69F24BB?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/c94071cc-958a-4855-bf33-b8c52d1645ac*8F9D80825C376460A76FD3EF9AED44A1619FBF9155A0F94A70C85F4D0808C031?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f8c8c95e-f8bd-4881-9878-b09dce6f8225*0A38A8262C96886E3FAA537CA05342BAC9F49200F79594D7C6558855D69F24BB","name":"f8c8c95e-f8bd-4881-9878-b09dce6f8225*0A38A8262C96886E3FAA537CA05342BAC9F49200F79594D7C6558855D69F24BB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-02-17T19:31:47.3884363Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/c94071cc-958a-4855-bf33-b8c52d1645ac*8F9D80825C376460A76FD3EF9AED44A1619FBF9155A0F94A70C85F4D0808C031","name":"c94071cc-958a-4855-bf33-b8c52d1645ac*8F9D80825C376460A76FD3EF9AED44A1619FBF9155A0F94A70C85F4D0808C031","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-03T05:56:09.148146Z"}' headers: cache-control: - no-cache content-length: - - '549' + - '554' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:32:19 GMT + - Wed, 03 May 2023 05:56:39 GMT etag: - - '"1400b5f0-0000-4d00-0000-63efd6230000"' + - '"00005900-0000-3300-0000-6451f7790000"' expires: - '-1' pragma: @@ -119,23 +119,23 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f8c8c95e-f8bd-4881-9878-b09dce6f8225*0A38A8262C96886E3FAA537CA05342BAC9F49200F79594D7C6558855D69F24BB?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/c94071cc-958a-4855-bf33-b8c52d1645ac*8F9D80825C376460A76FD3EF9AED44A1619FBF9155A0F94A70C85F4D0808C031?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f8c8c95e-f8bd-4881-9878-b09dce6f8225*0A38A8262C96886E3FAA537CA05342BAC9F49200F79594D7C6558855D69F24BB","name":"f8c8c95e-f8bd-4881-9878-b09dce6f8225*0A38A8262C96886E3FAA537CA05342BAC9F49200F79594D7C6558855D69F24BB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-02-17T19:31:47.3884363Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/c94071cc-958a-4855-bf33-b8c52d1645ac*8F9D80825C376460A76FD3EF9AED44A1619FBF9155A0F94A70C85F4D0808C031","name":"c94071cc-958a-4855-bf33-b8c52d1645ac*8F9D80825C376460A76FD3EF9AED44A1619FBF9155A0F94A70C85F4D0808C031","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-03T05:56:09.148146Z"}' headers: cache-control: - no-cache content-length: - - '549' + - '554' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:32:49 GMT + - Wed, 03 May 2023 05:57:09 GMT etag: - - '"1400b5f0-0000-4d00-0000-63efd6230000"' + - '"00005900-0000-3300-0000-6451f7790000"' expires: - '-1' pragma: @@ -165,23 +165,23 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f8c8c95e-f8bd-4881-9878-b09dce6f8225*0A38A8262C96886E3FAA537CA05342BAC9F49200F79594D7C6558855D69F24BB?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/c94071cc-958a-4855-bf33-b8c52d1645ac*8F9D80825C376460A76FD3EF9AED44A1619FBF9155A0F94A70C85F4D0808C031?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f8c8c95e-f8bd-4881-9878-b09dce6f8225*0A38A8262C96886E3FAA537CA05342BAC9F49200F79594D7C6558855D69F24BB","name":"f8c8c95e-f8bd-4881-9878-b09dce6f8225*0A38A8262C96886E3FAA537CA05342BAC9F49200F79594D7C6558855D69F24BB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-02-17T19:31:47.3884363Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/c94071cc-958a-4855-bf33-b8c52d1645ac*8F9D80825C376460A76FD3EF9AED44A1619FBF9155A0F94A70C85F4D0808C031","name":"c94071cc-958a-4855-bf33-b8c52d1645ac*8F9D80825C376460A76FD3EF9AED44A1619FBF9155A0F94A70C85F4D0808C031","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-03T05:56:09.148146Z"}' headers: cache-control: - no-cache content-length: - - '549' + - '554' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:33:19 GMT + - Wed, 03 May 2023 05:57:40 GMT etag: - - '"1400b5f0-0000-4d00-0000-63efd6230000"' + - '"00005900-0000-3300-0000-6451f7790000"' expires: - '-1' pragma: @@ -211,23 +211,23 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f8c8c95e-f8bd-4881-9878-b09dce6f8225*0A38A8262C96886E3FAA537CA05342BAC9F49200F79594D7C6558855D69F24BB?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/c94071cc-958a-4855-bf33-b8c52d1645ac*8F9D80825C376460A76FD3EF9AED44A1619FBF9155A0F94A70C85F4D0808C031?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f8c8c95e-f8bd-4881-9878-b09dce6f8225*0A38A8262C96886E3FAA537CA05342BAC9F49200F79594D7C6558855D69F24BB","name":"f8c8c95e-f8bd-4881-9878-b09dce6f8225*0A38A8262C96886E3FAA537CA05342BAC9F49200F79594D7C6558855D69F24BB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-02-17T19:31:47.3884363Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/c94071cc-958a-4855-bf33-b8c52d1645ac*8F9D80825C376460A76FD3EF9AED44A1619FBF9155A0F94A70C85F4D0808C031","name":"c94071cc-958a-4855-bf33-b8c52d1645ac*8F9D80825C376460A76FD3EF9AED44A1619FBF9155A0F94A70C85F4D0808C031","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Succeeded","startTime":"2023-05-03T05:56:09.148146Z","endTime":"2023-05-03T05:57:58.7878814Z","properties":null}' headers: cache-control: - no-cache content-length: - - '549' + - '614' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:33:50 GMT + - Wed, 03 May 2023 05:58:09 GMT etag: - - '"1400b5f0-0000-4d00-0000-63efd6230000"' + - '"00006400-0000-3300-0000-6451f7e60000"' expires: - '-1' pragma: @@ -257,69 +257,23 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f8c8c95e-f8bd-4881-9878-b09dce6f8225*0A38A8262C96886E3FAA537CA05342BAC9F49200F79594D7C6558855D69F24BB?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f8c8c95e-f8bd-4881-9878-b09dce6f8225*0A38A8262C96886E3FAA537CA05342BAC9F49200F79594D7C6558855D69F24BB","name":"f8c8c95e-f8bd-4881-9878-b09dce6f8225*0A38A8262C96886E3FAA537CA05342BAC9F49200F79594D7C6558855D69F24BB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Succeeded","startTime":"2023-02-17T19:31:47.3884363Z","endTime":"2023-02-17T19:34:05.9888184Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:56:08.8632944Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:56:08.8632944Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' headers: cache-control: - no-cache content-length: - - '609' + - '638' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:34:20 GMT + - Wed, 03 May 2023 05:58:09 GMT etag: - - '"140005f2-0000-4d00-0000-63efd6ad0000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin devcenter create - Connection: - - keep-alive - ParameterSetName: - - --location --tags --name --resource-group - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T19:31:47.2076969Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T19:31:47.2076969Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}}' - headers: - cache-control: - - no-cache - content-length: - - '626' - content-type: - - application/json; charset=utf-8 - date: - - Fri, 17 Feb 2023 19:34:20 GMT - etag: - - '"9700e24c-0000-4d00-0000-63efd6ae0000"' + - '"0000b410-0000-3300-0000-6451f7e60000"' expires: - '-1' pragma: @@ -338,7 +292,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus3", "properties": {"devCenterId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' + body: '{"location": "centraluseuap", "properties": {"devCenterId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' headers: Accept: - application/json @@ -349,31 +303,31 @@ interactions: Connection: - keep-alive Content-Length: - - '189' + - '195' Content-Type: - application/json ParameterSetName: - --location --name --dev-center-id --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T19:34:21.9434486Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T19:34:21.9434486Z"},"properties":{"provisioningState":"Accepted","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:58:11.7607018Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:58:11.7607018Z"},"properties":{"provisioningState":"Accepted","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/b5d83938-25bf-4978-aa10-fec19bbb4fbb*C1667F3AC9AC532AA71A7741ECFD1E303B71EE5AB454BC28D0A5D756C5A19A85?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/9ae2622e-5102-4ae7-8c29-84e400f1dd0f*8AFB32ED2E409D248B43C1D8263303B0A3A325CACBAF7433D707B20334D6A318?api-version=2023-04-01 cache-control: - no-cache content-length: - - '640' + - '646' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:34:22 GMT + - Wed, 03 May 2023 05:58:13 GMT etag: - - '"0a00e048-0000-4d00-0000-63efd6be0000"' + - '"00009503-0000-3300-0000-6451f7f50000"' expires: - '-1' pragma: @@ -385,15 +339,15 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"projects"},"limit":500,"currentUsed":17,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' + - '{"name":{"localizedValue":null,"value":"projects"},"limit":500,"currentUsed":48,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-17T19:35:22.2257409Z' + - '2023-05-03T05:59:12.4246037Z' status: code: 201 message: Created @@ -411,23 +365,23 @@ interactions: ParameterSetName: - --location --name --dev-center-id --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/b5d83938-25bf-4978-aa10-fec19bbb4fbb*C1667F3AC9AC532AA71A7741ECFD1E303B71EE5AB454BC28D0A5D756C5A19A85?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/9ae2622e-5102-4ae7-8c29-84e400f1dd0f*8AFB32ED2E409D248B43C1D8263303B0A3A325CACBAF7433D707B20334D6A318?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/b5d83938-25bf-4978-aa10-fec19bbb4fbb*C1667F3AC9AC532AA71A7741ECFD1E303B71EE5AB454BC28D0A5D756C5A19A85","name":"b5d83938-25bf-4978-aa10-fec19bbb4fbb*C1667F3AC9AC532AA71A7741ECFD1E303B71EE5AB454BC28D0A5D756C5A19A85","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","status":"Succeeded","startTime":"2023-02-17T19:34:22.4542925Z","endTime":"2023-02-17T19:34:39.0026181Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/9ae2622e-5102-4ae7-8c29-84e400f1dd0f*8AFB32ED2E409D248B43C1D8263303B0A3A325CACBAF7433D707B20334D6A318","name":"9ae2622e-5102-4ae7-8c29-84e400f1dd0f*8AFB32ED2E409D248B43C1D8263303B0A3A325CACBAF7433D707B20334D6A318","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","status":"Succeeded","startTime":"2023-05-03T05:58:12.617369Z","endTime":"2023-05-03T05:58:21.0185996Z","properties":null}' headers: cache-control: - no-cache content-length: - - '607' + - '612' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:34:52 GMT + - Wed, 03 May 2023 05:58:43 GMT etag: - - '"140050f2-0000-4d00-0000-63efd6cf0000"' + - '"00006600-0000-3300-0000-6451f7fd0000"' expires: - '-1' pragma: @@ -457,23 +411,23 @@ interactions: ParameterSetName: - --location --name --dev-center-id --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T19:34:21.9434486Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T19:34:21.9434486Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:58:11.7607018Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:58:11.7607018Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' headers: cache-control: - no-cache content-length: - - '742' + - '754' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:34:52 GMT + - Wed, 03 May 2023 05:58:43 GMT etag: - - '"0a00e248-0000-4d00-0000-63efd6cf0000"' + - '"00009703-0000-3300-0000-6451f7fd0000"' expires: - '-1' pragma: @@ -492,7 +446,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus3", "properties": {"addressSpace": {"addressPrefixes": + body: '{"location": "centraluseuap", "properties": {"addressSpace": {"addressPrefixes": ["10.0.0.0/16"]}, "enableDdosProtection": false, "enableVmProtection": false}}' headers: Accept: @@ -504,22 +458,22 @@ interactions: Connection: - keep-alive Content-Length: - - '153' + - '159' Content-Type: - application/json ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cli000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004\"\ - ,\r\n \"etag\": \"W/\\\"426daadc-fe0a-4eb9-bd2c-0cc95eb4d8f0\\\"\",\r\n \ - \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus3\"\ + ,\r\n \"etag\": \"W/\\\"a934b51e-cf1d-430c-ab29-05504d21ac01\\\"\",\r\n \ + \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"centraluseuap\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ - \ \"resourceGuid\": \"ac0495c8-c3cb-4819-90cd-797b045ca11f\",\r\n \"\ + \ \"resourceGuid\": \"67d5e36a-6d9e-4fae-90b0-e2db286f73db\",\r\n \"\ addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\ \r\n ]\r\n },\r\n \"subnets\": [],\r\n \"virtualNetworkPeerings\"\ : [],\r\n \"enableDdosProtection\": false\r\n }\r\n}" @@ -527,15 +481,15 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus3/operations/5e1c0f83-dda4-42b5-8eed-96a590784124?api-version=2022-01-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/82870945-9aa6-414f-9c9f-2bbceaa3bfa7?api-version=2022-01-01 cache-control: - no-cache content-length: - - '610' + - '616' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:34:56 GMT + - Wed, 03 May 2023 05:58:46 GMT expires: - '-1' pragma: @@ -548,7 +502,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b6897a88-6fc1-492d-bde4-6d97b2ccf3f7 + - e0b5f0d7-6c35-44a8-a5bc-a698a31b580d x-ms-ratelimit-remaining-subscription-writes: - '1196' status: @@ -568,9 +522,9 @@ interactions: ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus3/operations/5e1c0f83-dda4-42b5-8eed-96a590784124?api-version=2022-01-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/82870945-9aa6-414f-9c9f-2bbceaa3bfa7?api-version=2022-01-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -582,7 +536,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:34:59 GMT + - Wed, 03 May 2023 05:58:49 GMT expires: - '-1' pragma: @@ -599,7 +553,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c887be39-aa6d-4d0b-b94c-913a8408923e + - a9fb0a7a-d242-4365-926b-6583e4f2c138 status: code: 200 message: OK @@ -617,16 +571,16 @@ interactions: ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cli000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004\"\ - ,\r\n \"etag\": \"W/\\\"1663b7cb-d3af-4497-983a-0b5bc426f891\\\"\",\r\n \ - \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus3\"\ + ,\r\n \"etag\": \"W/\\\"613ff34a-9dd1-4398-a2b4-14bd010cb6ae\\\"\",\r\n \ + \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"centraluseuap\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ - \ \"resourceGuid\": \"ac0495c8-c3cb-4819-90cd-797b045ca11f\",\r\n \"\ + \ \"resourceGuid\": \"67d5e36a-6d9e-4fae-90b0-e2db286f73db\",\r\n \"\ addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\ \r\n ]\r\n },\r\n \"subnets\": [],\r\n \"virtualNetworkPeerings\"\ : [],\r\n \"enableDdosProtection\": false\r\n }\r\n}" @@ -634,13 +588,13 @@ interactions: cache-control: - no-cache content-length: - - '611' + - '617' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:34:59 GMT + - Wed, 03 May 2023 05:58:49 GMT etag: - - W/"1663b7cb-d3af-4497-983a-0b5bc426f891" + - W/"613ff34a-9dd1-4398-a2b4-14bd010cb6ae" expires: - '-1' pragma: @@ -657,12 +611,12 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a243932a-6363-4aad-b345-a13c4dfdedf8 + - 41e1e24b-e798-4726-9e15-1e2189323a64 status: code: 200 message: OK - request: - body: '{"location": "westus3"}' + body: '{"location": "centraluseuap"}' headers: Accept: - application/json @@ -673,25 +627,25 @@ interactions: Connection: - keep-alive Content-Length: - - '23' + - '29' Content-Type: - application/json ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cli000006\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006\"\ - ,\r\n \"etag\": \"W/\\\"a1aa1e3a-736a-4bfe-bbfc-4c8b1eb34b85\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"1eae6e45-2a05-4a6b-b655-a9136bbc2cfa\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\"\ - : \"westus3\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ - ,\r\n \"resourceGuid\": \"40fe35f4-c8f9-41c3-9e71-bc05b8af377f\",\r\n \ - \ \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n {\r\ - \n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/AllowVnetInBound\"\ - ,\r\n \"etag\": \"W/\\\"a1aa1e3a-736a-4bfe-bbfc-4c8b1eb34b85\\\"\"\ + : \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\":\ + \ \"Updating\",\r\n \"resourceGuid\": \"03537bf7-39c9-4d74-b751-75b5242572e9\"\ + ,\r\n \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n \ + \ {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/AllowVnetInBound\"\ + ,\r\n \"etag\": \"W/\\\"1eae6e45-2a05-4a6b-b655-a9136bbc2cfa\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\"\ @@ -704,7 +658,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\ \n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/AllowAzureLoadBalancerInBound\"\ - ,\r\n \"etag\": \"W/\\\"a1aa1e3a-736a-4bfe-bbfc-4c8b1eb34b85\\\"\"\ + ,\r\n \"etag\": \"W/\\\"1eae6e45-2a05-4a6b-b655-a9136bbc2cfa\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Allow inbound traffic from azure load balancer\"\ @@ -717,7 +671,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\"\ : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/DenyAllInBound\"\ - ,\r\n \"etag\": \"W/\\\"a1aa1e3a-736a-4bfe-bbfc-4c8b1eb34b85\\\"\"\ + ,\r\n \"etag\": \"W/\\\"1eae6e45-2a05-4a6b-b655-a9136bbc2cfa\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Deny all inbound traffic\",\r\n \ @@ -729,7 +683,7 @@ interactions: : [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\"\ : []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/AllowVnetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"a1aa1e3a-736a-4bfe-bbfc-4c8b1eb34b85\\\"\"\ + ,\r\n \"etag\": \"W/\\\"1eae6e45-2a05-4a6b-b655-a9136bbc2cfa\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Allow outbound traffic from all VMs to all\ @@ -742,7 +696,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/AllowInternetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"a1aa1e3a-736a-4bfe-bbfc-4c8b1eb34b85\\\"\"\ + ,\r\n \"etag\": \"W/\\\"1eae6e45-2a05-4a6b-b655-a9136bbc2cfa\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\"\ @@ -755,7 +709,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"\ id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/DenyAllOutBound\"\ - ,\r\n \"etag\": \"W/\\\"a1aa1e3a-736a-4bfe-bbfc-4c8b1eb34b85\\\"\"\ + ,\r\n \"etag\": \"W/\\\"1eae6e45-2a05-4a6b-b655-a9136bbc2cfa\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Deny all outbound traffic\",\r\n \ @@ -770,15 +724,15 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus3/operations/9add3134-7706-4d52-a46b-fba34638a839?api-version=2022-01-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/fae5b4ac-fa85-43c6-812b-956826d175ef?api-version=2022-01-01 cache-control: - no-cache content-length: - - '6532' + - '6538' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:35:00 GMT + - Wed, 03 May 2023 05:58:51 GMT expires: - '-1' pragma: @@ -791,9 +745,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f53fac5c-53c4-452d-af48-6d88393a6d76 + - 9b967272-193b-47eb-bcdd-5ab4c9b60db3 x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -811,9 +765,9 @@ interactions: ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus3/operations/9add3134-7706-4d52-a46b-fba34638a839?api-version=2022-01-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/fae5b4ac-fa85-43c6-812b-956826d175ef?api-version=2022-01-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -825,7 +779,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:35:03 GMT + - Wed, 03 May 2023 05:58:52 GMT expires: - '-1' pragma: @@ -842,7 +796,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 308aa9a4-c49b-4db5-bdd8-6dc3c5ac790f + - 27efb3bb-a97f-4997-9714-5cff0c62dfef status: code: 200 message: OK @@ -860,19 +814,19 @@ interactions: ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cli000006\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006\"\ - ,\r\n \"etag\": \"W/\\\"993fb026-b393-4f9b-8141-1d0f9d07147b\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"60913e59-8085-46f7-98e7-8c248e13db5d\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\"\ - : \"westus3\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ - ,\r\n \"resourceGuid\": \"40fe35f4-c8f9-41c3-9e71-bc05b8af377f\",\r\n \ - \ \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n {\r\ - \n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/AllowVnetInBound\"\ - ,\r\n \"etag\": \"W/\\\"993fb026-b393-4f9b-8141-1d0f9d07147b\\\"\"\ + : \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\":\ + \ \"Succeeded\",\r\n \"resourceGuid\": \"03537bf7-39c9-4d74-b751-75b5242572e9\"\ + ,\r\n \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n \ + \ {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/AllowVnetInBound\"\ + ,\r\n \"etag\": \"W/\\\"60913e59-8085-46f7-98e7-8c248e13db5d\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\"\ @@ -885,7 +839,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\ \n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/AllowAzureLoadBalancerInBound\"\ - ,\r\n \"etag\": \"W/\\\"993fb026-b393-4f9b-8141-1d0f9d07147b\\\"\"\ + ,\r\n \"etag\": \"W/\\\"60913e59-8085-46f7-98e7-8c248e13db5d\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow inbound traffic from azure load balancer\"\ @@ -898,7 +852,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\"\ : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/DenyAllInBound\"\ - ,\r\n \"etag\": \"W/\\\"993fb026-b393-4f9b-8141-1d0f9d07147b\\\"\"\ + ,\r\n \"etag\": \"W/\\\"60913e59-8085-46f7-98e7-8c248e13db5d\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Deny all inbound traffic\",\r\n \ @@ -910,7 +864,7 @@ interactions: : [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\"\ : []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/AllowVnetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"993fb026-b393-4f9b-8141-1d0f9d07147b\\\"\"\ + ,\r\n \"etag\": \"W/\\\"60913e59-8085-46f7-98e7-8c248e13db5d\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow outbound traffic from all VMs to all\ @@ -923,7 +877,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/AllowInternetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"993fb026-b393-4f9b-8141-1d0f9d07147b\\\"\"\ + ,\r\n \"etag\": \"W/\\\"60913e59-8085-46f7-98e7-8c248e13db5d\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\"\ @@ -936,7 +890,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"\ id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/DenyAllOutBound\"\ - ,\r\n \"etag\": \"W/\\\"993fb026-b393-4f9b-8141-1d0f9d07147b\\\"\"\ + ,\r\n \"etag\": \"W/\\\"60913e59-8085-46f7-98e7-8c248e13db5d\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Deny all outbound traffic\",\r\n \ @@ -951,13 +905,13 @@ interactions: cache-control: - no-cache content-length: - - '6539' + - '6545' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:35:03 GMT + - Wed, 03 May 2023 05:58:52 GMT etag: - - W/"993fb026-b393-4f9b-8141-1d0f9d07147b" + - W/"60913e59-8085-46f7-98e7-8c248e13db5d" expires: - '-1' pragma: @@ -974,7 +928,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5bf2f656-d101-42c9-9a22-39c142ce719a + - 58b0e31b-4d59-437b-94b7-4f378a365f84 status: code: 200 message: OK @@ -997,13 +951,13 @@ interactions: ParameterSetName: - --nsg -n --vnet-name -g --address-prefixes User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cli000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005\"\ - ,\r\n \"etag\": \"W/\\\"10ec41db-dbcd-41bc-8525-f238e53c061b\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"a5ebe6f2-6e36-4666-80ff-c090afcb0103\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"\ addressPrefix\": \"10.0.0.0/21\",\r\n \"networkSecurityGroup\": {\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006\"\ @@ -1014,7 +968,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus3/operations/1c4888b8-5734-4506-ace3-5a0194d71b13?api-version=2022-01-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/e4a513d6-3970-4a6d-b9ba-778991c0a957?api-version=2022-01-01 cache-control: - no-cache content-length: @@ -1022,7 +976,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:35:03 GMT + - Wed, 03 May 2023 05:58:54 GMT expires: - '-1' pragma: @@ -1035,7 +989,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5c9140e4-5f39-4384-91a3-fe2a37f92c9b + - a2bc92c0-a2a4-484f-93ac-ec9245c922e6 x-ms-ratelimit-remaining-subscription-writes: - '1197' status: @@ -1055,9 +1009,9 @@ interactions: ParameterSetName: - --nsg -n --vnet-name -g --address-prefixes User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus3/operations/1c4888b8-5734-4506-ace3-5a0194d71b13?api-version=2022-01-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/e4a513d6-3970-4a6d-b9ba-778991c0a957?api-version=2022-01-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -1069,7 +1023,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:35:06 GMT + - Wed, 03 May 2023 05:58:57 GMT expires: - '-1' pragma: @@ -1086,7 +1040,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d1cf09e3-dcb5-4767-bc05-60a50e33b85d + - 2b058b53-8f5d-412b-8058-01f070697da2 status: code: 200 message: OK @@ -1104,13 +1058,13 @@ interactions: ParameterSetName: - --nsg -n --vnet-name -g --address-prefixes User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cli000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005\"\ - ,\r\n \"etag\": \"W/\\\"ec124d09-24d2-4fa0-8334-391dffd29525\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"2fa28faa-08f5-4bfe-a7d3-9d5970834241\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ addressPrefix\": \"10.0.0.0/21\",\r\n \"networkSecurityGroup\": {\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006\"\ @@ -1125,9 +1079,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:35:06 GMT + - Wed, 03 May 2023 05:58:57 GMT etag: - - W/"ec124d09-24d2-4fa0-8334-391dffd29525" + - W/"2fa28faa-08f5-4bfe-a7d3-9d5970834241" expires: - '-1' pragma: @@ -1144,12 +1098,12 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d731578f-9721-40b0-8cb7-5ee021199b93 + - d4a16852-4aef-44b8-8646-146eae301903 status: code: 200 message: OK - request: - body: '{"location": "westus3", "properties": {"domainJoinType": "AzureADJoin", + body: '{"location": "centraluseuap", "properties": {"domainJoinType": "AzureADJoin", "networkingResourceGroupName": "cli000008", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005"}, "tags": {"CostCode": "12345"}}' headers: @@ -1162,32 +1116,32 @@ interactions: Connection: - keep-alive Content-Length: - - '315' + - '321' Content-Type: - application/json ParameterSetName: - --location --tags --name --domain-join-type --subnet-id --networking-resource-group-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","name":"cli000007","type":"microsoft.devcenter/networkconnections","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T19:35:08.8543303Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T19:35:08.8543303Z"},"properties":{"provisioningState":"Accepted","networkingResourceGroupName":"cli000008","domainJoinType":"AzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","name":"cli000007","type":"microsoft.devcenter/networkconnections","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:58:58.8833296Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:58:58.8833296Z"},"properties":{"provisioningState":"Accepted","networkingResourceGroupName":"cli000008","domainJoinType":"AzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/80e12716-718d-438d-bba9-720e49d1474c*F2733B53839EA8D3CEBF3924437CD0C0411227E35A469CC6A43B8D7A53C103C2?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/f1767dcb-a518-493d-b1e5-812ad2945cbb*AEAEC2C2AEC19411D1738CA3666684F9D3BACD1014F0C2884750DC78604504F1?api-version=2023-04-01 cache-control: - no-cache content-length: - - '779' + - '785' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:35:12 GMT + - Wed, 03 May 2023 05:59:01 GMT etag: - - '"03004165-0000-4d00-0000-63efd6f00000"' + - '"00001f04-0000-3300-0000-6451f8250000"' expires: - '-1' pragma: @@ -1199,15 +1153,15 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"networkConnections"},"limit":80,"currentUsed":7,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' + - '{"name":{"localizedValue":null,"value":"networkConnections"},"limit":500,"currentUsed":19,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '297' x-rate-limit-reset: - - '2023-02-17T19:35:22.2257409Z' + - '2023-05-03T05:59:12.4246037Z' status: code: 201 message: Created @@ -1226,70 +1180,23 @@ interactions: - --location --tags --name --domain-join-type --subnet-id --networking-resource-group-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/80e12716-718d-438d-bba9-720e49d1474c*F2733B53839EA8D3CEBF3924437CD0C0411227E35A469CC6A43B8D7A53C103C2?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/80e12716-718d-438d-bba9-720e49d1474c*F2733B53839EA8D3CEBF3924437CD0C0411227E35A469CC6A43B8D7A53C103C2","name":"80e12716-718d-438d-bba9-720e49d1474c*F2733B53839EA8D3CEBF3924437CD0C0411227E35A469CC6A43B8D7A53C103C2","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","status":"Accepted","startTime":"2023-02-17T19:35:09.8767119Z"}' - headers: - cache-control: - - no-cache - content-length: - - '557' - content-type: - - application/json; charset=utf-8 - date: - - Fri, 17 Feb 2023 19:35:43 GMT - etag: - - '"140088f2-0000-4d00-0000-63efd6ed0000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin network-connection create - Connection: - - keep-alive - ParameterSetName: - - --location --tags --name --domain-join-type --subnet-id --networking-resource-group-name - --resource-group - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/80e12716-718d-438d-bba9-720e49d1474c*F2733B53839EA8D3CEBF3924437CD0C0411227E35A469CC6A43B8D7A53C103C2?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/f1767dcb-a518-493d-b1e5-812ad2945cbb*AEAEC2C2AEC19411D1738CA3666684F9D3BACD1014F0C2884750DC78604504F1?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/80e12716-718d-438d-bba9-720e49d1474c*F2733B53839EA8D3CEBF3924437CD0C0411227E35A469CC6A43B8D7A53C103C2","name":"80e12716-718d-438d-bba9-720e49d1474c*F2733B53839EA8D3CEBF3924437CD0C0411227E35A469CC6A43B8D7A53C103C2","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","status":"Succeeded","startTime":"2023-02-17T19:35:09.8767119Z","endTime":"2023-02-17T19:36:02.6206996Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/f1767dcb-a518-493d-b1e5-812ad2945cbb*AEAEC2C2AEC19411D1738CA3666684F9D3BACD1014F0C2884750DC78604504F1","name":"f1767dcb-a518-493d-b1e5-812ad2945cbb*AEAEC2C2AEC19411D1738CA3666684F9D3BACD1014F0C2884750DC78604504F1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","status":"Succeeded","startTime":"2023-05-03T05:58:59.5510799Z","endTime":"2023-05-03T05:59:15.0112155Z","properties":null}' headers: cache-control: - no-cache content-length: - - '617' + - '623' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:36:13 GMT + - Wed, 03 May 2023 05:59:31 GMT etag: - - '"1400f8f2-0000-4d00-0000-63efd7220000"' + - '"00006b00-0000-3300-0000-6451f8330000"' expires: - '-1' pragma: @@ -1320,23 +1227,23 @@ interactions: - --location --tags --name --domain-join-type --subnet-id --networking-resource-group-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","name":"cli000007","type":"microsoft.devcenter/networkconnections","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T19:35:08.8543303Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T19:35:08.8543303Z"},"properties":{"provisioningState":"Succeeded","networkingResourceGroupName":"cli000008","domainJoinType":"AzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","name":"cli000007","type":"microsoft.devcenter/networkconnections","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:58:58.8833296Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:58:58.8833296Z"},"properties":{"provisioningState":"Succeeded","networkingResourceGroupName":"cli000008","domainJoinType":"AzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005"}}' headers: cache-control: - no-cache content-length: - - '780' + - '786' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:36:13 GMT + - Wed, 03 May 2023 05:59:31 GMT etag: - - '"03007a65-0000-4d00-0000-63efd7220000"' + - '"00002304-0000-3300-0000-6451f8330000"' expires: - '-1' pragma: @@ -1368,9 +1275,9 @@ interactions: ParameterSetName: - --resource-group --dev-center User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks?api-version=2023-04-01 response: body: string: '{"value":[]}' @@ -1382,7 +1289,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:36:13 GMT + - Wed, 03 May 2023 05:59:33 GMT expires: - '-1' pragma: @@ -1414,9 +1321,9 @@ interactions: ParameterSetName: - --resource-group --project User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/attachednetworks?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/attachednetworks?api-version=2023-04-01 response: body: string: '{"value":[]}' @@ -1428,7 +1335,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:36:13 GMT + - Wed, 03 May 2023 05:59:33 GMT expires: - '-1' pragma: @@ -1446,9 +1353,9 @@ interactions: x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '297' x-rate-limit-reset: - - '2023-02-17T19:36:47.3540256Z' + - '2023-05-03T05:59:59.6311723Z' status: code: 200 message: OK @@ -1470,25 +1377,25 @@ interactions: ParameterSetName: - --dev-center --name --network-connection-id --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000009?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000009?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000009","name":"c2000009","type":"microsoft.devcenter/devcenters/attachednetworks","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T19:36:14.9097162Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T19:36:14.9097162Z"},"properties":{"provisioningState":"Accepted","networkConnectionId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","networkConnectionLocation":"westus3","healthCheckStatus":"Running","domainJoinType":"AzureADJoin"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000009","name":"c2000009","type":"microsoft.devcenter/devcenters/attachednetworks","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:59:35.0618736Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:59:35.0618736Z"},"properties":{"provisioningState":"Accepted","networkConnectionId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","networkConnectionLocation":"centraluseuap","healthCheckStatus":"Running","domainJoinType":"AzureADJoin"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f3cb0f93-4e84-46fd-b707-1c43f947916e*92C1607F1FE5A3D68601F5CE3218C5BECFE00A89A42EE075CB527A684420EA67?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/efcde651-151c-4fce-961c-42a4d5aefd9c*429888345F159FB89AE3EF3464A119852979501DE24DDC9E4F29CCFB50370FDB?api-version=2023-04-01 cache-control: - no-cache content-length: - - '780' + - '786' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:36:18 GMT + - Wed, 03 May 2023 05:59:38 GMT etag: - - '"7d00aa97-0000-4d00-0000-63efd7320000"' + - '"00000d00-0000-3300-0000-6451f84a0000"' expires: - '-1' pragma: @@ -1500,13 +1407,13 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1196' x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '297' + - '299' x-rate-limit-reset: - - '2023-02-17T19:36:47.3540256Z' + - '2023-05-03T06:00:36.0815852Z' status: code: 201 message: Created @@ -1524,23 +1431,23 @@ interactions: ParameterSetName: - --dev-center --name --network-connection-id --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f3cb0f93-4e84-46fd-b707-1c43f947916e*92C1607F1FE5A3D68601F5CE3218C5BECFE00A89A42EE075CB527A684420EA67?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/efcde651-151c-4fce-961c-42a4d5aefd9c*429888345F159FB89AE3EF3464A119852979501DE24DDC9E4F29CCFB50370FDB?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f3cb0f93-4e84-46fd-b707-1c43f947916e*92C1607F1FE5A3D68601F5CE3218C5BECFE00A89A42EE075CB527A684420EA67","name":"f3cb0f93-4e84-46fd-b707-1c43f947916e*92C1607F1FE5A3D68601F5CE3218C5BECFE00A89A42EE075CB527A684420EA67","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000009","status":"Succeeded","startTime":"2023-02-17T19:36:15.2313514Z","endTime":"2023-02-17T19:36:25.5685908Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/efcde651-151c-4fce-961c-42a4d5aefd9c*429888345F159FB89AE3EF3464A119852979501DE24DDC9E4F29CCFB50370FDB","name":"efcde651-151c-4fce-961c-42a4d5aefd9c*429888345F159FB89AE3EF3464A119852979501DE24DDC9E4F29CCFB50370FDB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000009","status":"Succeeded","startTime":"2023-05-03T05:59:36.9044993Z","endTime":"2023-05-03T05:59:41.0035316Z","properties":null}' headers: cache-control: - no-cache content-length: - - '635' + - '641' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:36:48 GMT + - Wed, 03 May 2023 06:00:08 GMT etag: - - '"140025f3-0000-4d00-0000-63efd7390000"' + - '"00006e00-0000-3300-0000-6451f84d0000"' expires: - '-1' pragma: @@ -1570,23 +1477,23 @@ interactions: ParameterSetName: - --dev-center --name --network-connection-id --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000009?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000009?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000009","name":"c2000009","type":"microsoft.devcenter/devcenters/attachednetworks","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T19:36:14.9097162Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-02-17T19:36:26.6535095Z"},"properties":{"provisioningState":"Succeeded","networkConnectionId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","networkConnectionLocation":"westus3","healthCheckStatus":"Running","domainJoinType":"AzureADJoin"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000009","name":"c2000009","type":"microsoft.devcenter/devcenters/attachednetworks","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:59:35.0618736Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:59:35.0618736Z"},"properties":{"provisioningState":"Succeeded","networkConnectionId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","networkConnectionLocation":"centraluseuap","healthCheckStatus":"Running","domainJoinType":"AzureADJoin"}}' headers: cache-control: - no-cache content-length: - - '805' + - '787' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:36:48 GMT + - Wed, 03 May 2023 06:00:08 GMT etag: - - '"7d00ac97-0000-4d00-0000-63efd73a0000"' + - '"00000e00-0000-3300-0000-6451f84d0000"' expires: - '-1' pragma: @@ -1618,21 +1525,21 @@ interactions: ParameterSetName: - --resource-group --dev-center User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks?api-version=2023-04-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000009","name":"c2000009","type":"microsoft.devcenter/devcenters/attachednetworks","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T19:36:14.9097162Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-02-17T19:36:26.6535095Z"},"properties":{"provisioningState":"Succeeded","networkConnectionId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","networkConnectionLocation":"westus3","healthCheckStatus":"Running","domainJoinType":"AzureADJoin"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000009","name":"c2000009","type":"microsoft.devcenter/devcenters/attachednetworks","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:59:35.0618736Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:59:35.0618736Z"},"properties":{"provisioningState":"Succeeded","networkConnectionId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","networkConnectionLocation":"centraluseuap","healthCheckStatus":"Running","domainJoinType":"AzureADJoin"}}]}' headers: cache-control: - no-cache content-length: - - '817' + - '799' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:36:49 GMT + - Wed, 03 May 2023 06:00:09 GMT expires: - '-1' pragma: @@ -1664,21 +1571,21 @@ interactions: ParameterSetName: - --resource-group --project User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/attachednetworks?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/attachednetworks?api-version=2023-04-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/attachednetworks/c2000009","name":"c2000009","type":"Microsoft.DevCenter/projects/attachednetworks","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T19:36:14.909716Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-02-17T19:36:26.653509Z"},"properties":{"provisioningState":"Succeeded","networkConnectionId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","networkConnectionLocation":"westus3","healthCheckStatus":"Running","domainJoinType":"AzureADJoin"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/attachednetworks/c2000009","name":"c2000009","type":"Microsoft.DevCenter/projects/attachednetworks","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:59:35.061873Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:59:35.061873Z"},"properties":{"provisioningState":"Succeeded","networkConnectionId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","networkConnectionLocation":"centraluseuap","healthCheckStatus":"Running","domainJoinType":"AzureADJoin"}}]}' headers: cache-control: - no-cache content-length: - - '811' + - '793' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:36:50 GMT + - Wed, 03 May 2023 06:00:10 GMT expires: - '-1' pragma: @@ -1698,7 +1605,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-17T19:37:50.1094721Z' + - '2023-05-03T06:01:10.7958070Z' status: code: 200 message: OK @@ -1716,23 +1623,23 @@ interactions: ParameterSetName: - --dev-center --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000009?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000009?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000009","name":"c2000009","type":"microsoft.devcenter/devcenters/attachednetworks","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T19:36:14.9097162Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-02-17T19:36:26.6535095Z"},"properties":{"provisioningState":"Succeeded","networkConnectionId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","networkConnectionLocation":"westus3","healthCheckStatus":"Running","domainJoinType":"AzureADJoin"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000009","name":"c2000009","type":"microsoft.devcenter/devcenters/attachednetworks","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:59:35.0618736Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:59:35.0618736Z"},"properties":{"provisioningState":"Succeeded","networkConnectionId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","networkConnectionLocation":"centraluseuap","healthCheckStatus":"Running","domainJoinType":"AzureADJoin"}}' headers: cache-control: - no-cache content-length: - - '805' + - '787' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:36:50 GMT + - Wed, 03 May 2023 06:00:11 GMT etag: - - '"7d00ac97-0000-4d00-0000-63efd73a0000"' + - '"00000e00-0000-3300-0000-6451f84d0000"' expires: - '-1' pragma: @@ -1764,21 +1671,21 @@ interactions: ParameterSetName: - --project-name --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/attachednetworks/c2000009?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/attachednetworks/c2000009?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/attachednetworks/c2000009","name":"c2000009","type":"Microsoft.DevCenter/projects/attachednetworks","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T19:36:14.909716Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-02-17T19:36:26.653509Z"},"properties":{"provisioningState":"Succeeded","networkConnectionId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","networkConnectionLocation":"westus3","healthCheckStatus":"Running","domainJoinType":"AzureADJoin"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/attachednetworks/c2000009","name":"c2000009","type":"Microsoft.DevCenter/projects/attachednetworks","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:59:35.061873Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:59:35.061873Z"},"properties":{"provisioningState":"Succeeded","networkConnectionId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","networkConnectionLocation":"centraluseuap","healthCheckStatus":"Running","domainJoinType":"AzureADJoin"}}' headers: cache-control: - no-cache content-length: - - '799' + - '781' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:36:50 GMT + - Wed, 03 May 2023 06:00:12 GMT expires: - '-1' pragma: @@ -1798,7 +1705,7 @@ interactions: x-rate-limit-remaining: - '298' x-rate-limit-reset: - - '2023-02-17T19:37:50.1094721Z' + - '2023-05-03T06:00:26.9370986Z' status: code: 200 message: OK @@ -1818,15 +1725,15 @@ interactions: ParameterSetName: - --yes --dev-center --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000009?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000009?api-version=2023-04-01 response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f932380b-a44a-42f5-ab49-6e1ae68c8d4a*92C1607F1FE5A3D68601F5CE3218C5BECFE00A89A42EE075CB527A684420EA67?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/36b4642e-41da-45a9-925a-cc70315d59b2*429888345F159FB89AE3EF3464A119852979501DE24DDC9E4F29CCFB50370FDB?api-version=2023-04-01 cache-control: - no-cache content-length: @@ -1834,13 +1741,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:36:51 GMT + - Wed, 03 May 2023 06:00:15 GMT etag: - - '"7d00ad97-0000-4d00-0000-63efd7540000"' + - '"00000f00-0000-3300-0000-6451f86f0000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f932380b-a44a-42f5-ab49-6e1ae68c8d4a*92C1607F1FE5A3D68601F5CE3218C5BECFE00A89A42EE075CB527A684420EA67?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/36b4642e-41da-45a9-925a-cc70315d59b2*429888345F159FB89AE3EF3464A119852979501DE24DDC9E4F29CCFB50370FDB?api-version=2023-04-01 pragma: - no-cache strict-transport-security: @@ -1854,9 +1761,9 @@ interactions: x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '298' x-rate-limit-reset: - - '2023-02-17T19:37:52.0802368Z' + - '2023-05-03T06:00:36.0815852Z' status: code: 202 message: Accepted @@ -1874,23 +1781,23 @@ interactions: ParameterSetName: - --yes --dev-center --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f932380b-a44a-42f5-ab49-6e1ae68c8d4a*92C1607F1FE5A3D68601F5CE3218C5BECFE00A89A42EE075CB527A684420EA67?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/36b4642e-41da-45a9-925a-cc70315d59b2*429888345F159FB89AE3EF3464A119852979501DE24DDC9E4F29CCFB50370FDB?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f932380b-a44a-42f5-ab49-6e1ae68c8d4a*92C1607F1FE5A3D68601F5CE3218C5BECFE00A89A42EE075CB527A684420EA67","name":"f932380b-a44a-42f5-ab49-6e1ae68c8d4a*92C1607F1FE5A3D68601F5CE3218C5BECFE00A89A42EE075CB527A684420EA67","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000009","status":"Succeeded","startTime":"2023-02-17T19:36:52.1073294Z","endTime":"2023-02-17T19:36:53.1593289Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/36b4642e-41da-45a9-925a-cc70315d59b2*429888345F159FB89AE3EF3464A119852979501DE24DDC9E4F29CCFB50370FDB","name":"36b4642e-41da-45a9-925a-cc70315d59b2*429888345F159FB89AE3EF3464A119852979501DE24DDC9E4F29CCFB50370FDB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000009","status":"Succeeded","startTime":"2023-05-03T06:00:14.9625712Z","endTime":"2023-05-03T06:00:39.1610156Z","properties":null}' headers: cache-control: - no-cache content-length: - - '635' + - '641' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:37:21 GMT + - Wed, 03 May 2023 06:00:45 GMT etag: - - '"140076f3-0000-4d00-0000-63efd7550000"' + - '"00007100-0000-3300-0000-6451f8870000"' expires: - '-1' pragma: @@ -1920,9 +1827,9 @@ interactions: ParameterSetName: - --resource-group --dev-center User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks?api-version=2023-04-01 response: body: string: '{"value":[]}' @@ -1934,7 +1841,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:37:22 GMT + - Wed, 03 May 2023 06:00:46 GMT expires: - '-1' pragma: @@ -1966,9 +1873,9 @@ interactions: ParameterSetName: - --resource-group --project User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/attachednetworks?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/attachednetworks?api-version=2023-04-01 response: body: string: '{"value":[]}' @@ -1980,7 +1887,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:37:22 GMT + - Wed, 03 May 2023 06:00:48 GMT expires: - '-1' pragma: @@ -1998,9 +1905,9 @@ interactions: x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '297' x-rate-limit-reset: - - '2023-02-17T19:37:52.1378830Z' + - '2023-05-03T06:01:10.7958070Z' status: code: 200 message: OK diff --git a/src/devcenter/azext_devcenter/tests/latest/recordings/test_catalog_dataplane_scenario.yaml b/src/devcenter/azext_devcenter/tests/latest/recordings/test_catalog_dataplane_scenario.yaml new file mode 100644 index 00000000000..975d0942794 --- /dev/null +++ b/src/devcenter/azext_devcenter/tests/latest/recordings/test_catalog_dataplane_scenario.yaml @@ -0,0 +1,1607 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - identity create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2023-05-10T21:24:31Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '304' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:24:32 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": "westus"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - identity create + Connection: + - keep-alive + Content-Length: + - '22' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-msi/7.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003?api-version=2023-01-31 + response: + body: + string: '{"location":"westus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003","name":"testid_000003","type":"Microsoft.ManagedIdentity/userAssignedIdentities","properties":{"tenantId":"00000000-0000-0000-0000-000000000000","principalId":"1be1bd2c-80ac-4192-85cf-72e67514bfa0","clientId":"c0cda127-10fb-4ade-931a-7a582ffdb260"}}' + headers: + cache-control: + - no-cache + content-length: + - '441' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:24:35 GMT + expires: + - '-1' + location: + - /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 201 + message: Created +- request: + body: '{"identity": {"type": "UserAssigned", "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003": + {}}}, "location": "centraluseuap", "tags": {"CostCode": "12345"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devcenter create + Connection: + - keep-alive + Content-Length: + - '287' + Content-Type: + - application/json + ParameterSetName: + - --identity-type --user-assigned-identities --location --tags --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-10T21:24:36.4747833Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-10T21:24:36.4747833Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"1be1bd2c-80ac-4192-85cf-72e67514bfa0","clientId":"c0cda127-10fb-4ade-931a-7a582ffdb260"}}},"properties":{"provisioningState":"Accepted"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/ba3b9ffd-854e-4ea0-a771-9ec2caa98514*CA7C92E856E2D857F80A3F0FBB22B9E1F5EF2BC6E71A6DD7915F3C14DB382E97?api-version=2023-04-01 + cache-control: + - no-cache + content-length: + - '853' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:24:37 GMT + etag: + - '"01008d1f-0000-3300-0000-645c0b960000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-quota: + - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":500,"currentUsed":49,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-10T21:25:37.1968188Z' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devcenter create + Connection: + - keep-alive + ParameterSetName: + - --identity-type --user-assigned-identities --location --tags --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/ba3b9ffd-854e-4ea0-a771-9ec2caa98514*CA7C92E856E2D857F80A3F0FBB22B9E1F5EF2BC6E71A6DD7915F3C14DB382E97?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/ba3b9ffd-854e-4ea0-a771-9ec2caa98514*CA7C92E856E2D857F80A3F0FBB22B9E1F5EF2BC6E71A6DD7915F3C14DB382E97","name":"ba3b9ffd-854e-4ea0-a771-9ec2caa98514*CA7C92E856E2D857F80A3F0FBB22B9E1F5EF2BC6E71A6DD7915F3C14DB382E97","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-10T21:24:37.2285673Z"}' + headers: + cache-control: + - no-cache + content-length: + - '555' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:25:08 GMT + etag: + - '"0000580f-0000-3300-0000-645c0b950000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devcenter create + Connection: + - keep-alive + ParameterSetName: + - --identity-type --user-assigned-identities --location --tags --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/ba3b9ffd-854e-4ea0-a771-9ec2caa98514*CA7C92E856E2D857F80A3F0FBB22B9E1F5EF2BC6E71A6DD7915F3C14DB382E97?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/ba3b9ffd-854e-4ea0-a771-9ec2caa98514*CA7C92E856E2D857F80A3F0FBB22B9E1F5EF2BC6E71A6DD7915F3C14DB382E97","name":"ba3b9ffd-854e-4ea0-a771-9ec2caa98514*CA7C92E856E2D857F80A3F0FBB22B9E1F5EF2BC6E71A6DD7915F3C14DB382E97","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-10T21:24:37.2285673Z"}' + headers: + cache-control: + - no-cache + content-length: + - '555' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:25:38 GMT + etag: + - '"0000580f-0000-3300-0000-645c0b950000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devcenter create + Connection: + - keep-alive + ParameterSetName: + - --identity-type --user-assigned-identities --location --tags --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/ba3b9ffd-854e-4ea0-a771-9ec2caa98514*CA7C92E856E2D857F80A3F0FBB22B9E1F5EF2BC6E71A6DD7915F3C14DB382E97?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/ba3b9ffd-854e-4ea0-a771-9ec2caa98514*CA7C92E856E2D857F80A3F0FBB22B9E1F5EF2BC6E71A6DD7915F3C14DB382E97","name":"ba3b9ffd-854e-4ea0-a771-9ec2caa98514*CA7C92E856E2D857F80A3F0FBB22B9E1F5EF2BC6E71A6DD7915F3C14DB382E97","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-10T21:24:37.2285673Z"}' + headers: + cache-control: + - no-cache + content-length: + - '555' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:26:08 GMT + etag: + - '"0000580f-0000-3300-0000-645c0b950000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devcenter create + Connection: + - keep-alive + ParameterSetName: + - --identity-type --user-assigned-identities --location --tags --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/ba3b9ffd-854e-4ea0-a771-9ec2caa98514*CA7C92E856E2D857F80A3F0FBB22B9E1F5EF2BC6E71A6DD7915F3C14DB382E97?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/ba3b9ffd-854e-4ea0-a771-9ec2caa98514*CA7C92E856E2D857F80A3F0FBB22B9E1F5EF2BC6E71A6DD7915F3C14DB382E97","name":"ba3b9ffd-854e-4ea0-a771-9ec2caa98514*CA7C92E856E2D857F80A3F0FBB22B9E1F5EF2BC6E71A6DD7915F3C14DB382E97","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-10T21:24:37.2285673Z"}' + headers: + cache-control: + - no-cache + content-length: + - '555' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:26:39 GMT + etag: + - '"0000580f-0000-3300-0000-645c0b950000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devcenter create + Connection: + - keep-alive + ParameterSetName: + - --identity-type --user-assigned-identities --location --tags --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/ba3b9ffd-854e-4ea0-a771-9ec2caa98514*CA7C92E856E2D857F80A3F0FBB22B9E1F5EF2BC6E71A6DD7915F3C14DB382E97?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/ba3b9ffd-854e-4ea0-a771-9ec2caa98514*CA7C92E856E2D857F80A3F0FBB22B9E1F5EF2BC6E71A6DD7915F3C14DB382E97","name":"ba3b9ffd-854e-4ea0-a771-9ec2caa98514*CA7C92E856E2D857F80A3F0FBB22B9E1F5EF2BC6E71A6DD7915F3C14DB382E97","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Succeeded","startTime":"2023-05-10T21:24:37.2285673Z","endTime":"2023-05-10T21:26:40.513219Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '614' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:27:09 GMT + etag: + - '"00005d0f-0000-3300-0000-645c0c100000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devcenter create + Connection: + - keep-alive + ParameterSetName: + - --identity-type --user-assigned-identities --location --tags --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-10T21:24:36.4747833Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-10T21:24:36.4747833Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"1be1bd2c-80ac-4192-85cf-72e67514bfa0","clientId":"c0cda127-10fb-4ade-931a-7a582ffdb260"}}},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' + headers: + cache-control: + - no-cache + content-length: + - '961' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:27:09 GMT + etag: + - '"0100931f-0000-3300-0000-645c0c100000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - keyvault set-policy + Connection: + - keep-alive + ParameterSetName: + - -n --secret-permissions --object-id + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-keyvault/10.2.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.KeyVault%2Fvaults%27&api-version=2015-11-01 + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.KeyVault/vaults/dummy","name":"dummy","type":"Microsoft.KeyVault/vaults","location":"centraluseuap","tags":{}}]}' + headers: + cache-control: + - no-cache + content-length: + - '9068' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:27:10 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: + - keyvault set-policy + Connection: + - keep-alive + ParameterSetName: + - -n --secret-permissions --object-id + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-keyvault/10.2.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.KeyVault/vaults/dummy?api-version=2023-02-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.KeyVault/vaults/dummy","name":"dummy","type":"Microsoft.KeyVault/vaults","location":"centraluseuap","tags":{},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T21:53:53.715Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-10T21:21:22.152Z"},"properties":{"sku":{"family":"A","name":"Standard"},"tenantId":"00000000-0000-0000-0000-000000000000","accessPolicies":[{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"17755109-de29-4032-8853-f390afd630a2","permissions":{"keys":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","GetRotationPolicy","SetRotationPolicy","Rotate"],"secrets":["Get","List","Set","Delete","Recover","Backup","Restore"],"certificates":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","ManageContacts","ManageIssuers","GetIssuers","ListIssuers","SetIssuers","DeleteIssuers"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"ad2ce12f-ad89-4409-a8f2-24eae29c990e","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"3841ff12-a992-43fa-a9d1-9898c4b781e2","permissions":{"secrets":["get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"355d68e0-d18a-4a4b-8d53-6fc0eb181c16","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"d63025ac-cc25-4a10-b5fd-b4671f4fae2b","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"356a6bcb-cdac-4da9-bca8-0a46d15f71ba","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"81b114e3-abab-4ce3-93cd-cf79e8f3314c","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"5da515dd-88db-494e-88d9-6c441a697fd8","permissions":{"secrets":["list","get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"ae17b391-a6d1-4697-9a1d-f7f3925560cf","permissions":{"secrets":["list","get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"fd4b8d99-4f80-4378-936e-40266b86faf3","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"2e9e8c74-b7e7-426f-9e3a-44168b220773","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"785f29d7-6c8d-46ca-9e47-3b8fcc2b0314","permissions":{"secrets":["list","get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"c5ccdb9d-4746-4ffb-8529-2c1be351df3e","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"5f7e8c23-b9aa-498f-98ed-f25aa53de88a","permissions":{"secrets":["list","get"]}}],"enabledForDeployment":false,"enabledForDiskEncryption":false,"enabledForTemplateDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enableRbacAuthorization":false,"vaultUri":"https://dummy.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' + headers: + cache-control: + - no-cache + content-length: + - '3225' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:27:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-keyvault-service-version: + - 1.5.770.0 + status: + code: 200 + message: OK +- request: + body: '{"location": "centraluseuap", "tags": {}, "properties": {"tenantId": "00000000-0000-0000-0000-000000000000", + "sku": {"family": "A", "name": "Standard"}, "accessPolicies": [{"tenantId": + "00000000-0000-0000-0000-000000000000", "objectId": "17755109-de29-4032-8853-f390afd630a2", + "permissions": {"keys": ["Get", "List", "Update", "Create", "Import", "Delete", + "Recover", "Backup", "Restore", "GetRotationPolicy", "SetRotationPolicy", "Rotate"], + "secrets": ["Get", "List", "Set", "Delete", "Recover", "Backup", "Restore"], + "certificates": ["Get", "List", "Update", "Create", "Import", "Delete", "Recover", + "Backup", "Restore", "ManageContacts", "ManageIssuers", "GetIssuers", "ListIssuers", + "SetIssuers", "DeleteIssuers"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", + "objectId": "ad2ce12f-ad89-4409-a8f2-24eae29c990e", "permissions": {"secrets": + ["get", "list"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": + "3841ff12-a992-43fa-a9d1-9898c4b781e2", "permissions": {"secrets": ["get"]}}, + {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": "355d68e0-d18a-4a4b-8d53-6fc0eb181c16", + "permissions": {"secrets": ["get", "list"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", + "objectId": "d63025ac-cc25-4a10-b5fd-b4671f4fae2b", "permissions": {"secrets": + ["get", "list"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": + "356a6bcb-cdac-4da9-bca8-0a46d15f71ba", "permissions": {"secrets": ["get", "list"]}}, + {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": "81b114e3-abab-4ce3-93cd-cf79e8f3314c", + "permissions": {"secrets": ["get", "list"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", + "objectId": "5da515dd-88db-494e-88d9-6c441a697fd8", "permissions": {"secrets": + ["list", "get"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": + "ae17b391-a6d1-4697-9a1d-f7f3925560cf", "permissions": {"secrets": ["list", + "get"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": "fd4b8d99-4f80-4378-936e-40266b86faf3", + "permissions": {"secrets": ["get", "list"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", + "objectId": "2e9e8c74-b7e7-426f-9e3a-44168b220773", "permissions": {"secrets": + ["get", "list"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": + "785f29d7-6c8d-46ca-9e47-3b8fcc2b0314", "permissions": {"secrets": ["list", + "get"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": "c5ccdb9d-4746-4ffb-8529-2c1be351df3e", + "permissions": {"secrets": ["get", "list"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", + "objectId": "5f7e8c23-b9aa-498f-98ed-f25aa53de88a", "permissions": {"secrets": + ["list", "get"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": + "1be1bd2c-80ac-4192-85cf-72e67514bfa0", "permissions": {"secrets": ["get", "list"]}}], + "vaultUri": "https://dummy.vault.azure.net/", "enabledForDeployment": false, + "enabledForDiskEncryption": false, "enabledForTemplateDeployment": false, "enableSoftDelete": + true, "softDeleteRetentionInDays": 90, "enableRbacAuthorization": false, "provisioningState": + "Succeeded", "publicNetworkAccess": "Enabled"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - keyvault set-policy + Connection: + - keep-alive + Content-Length: + - '3144' + Content-Type: + - application/json + ParameterSetName: + - -n --secret-permissions --object-id + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-keyvault/10.2.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.KeyVault/vaults/dummy?api-version=2023-02-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.KeyVault/vaults/dummy","name":"dummy","type":"Microsoft.KeyVault/vaults","location":"centraluseuap","tags":{},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T21:53:53.715Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-10T21:27:11.113Z"},"properties":{"sku":{"family":"A","name":"Standard"},"tenantId":"00000000-0000-0000-0000-000000000000","accessPolicies":[{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"17755109-de29-4032-8853-f390afd630a2","permissions":{"keys":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","GetRotationPolicy","SetRotationPolicy","Rotate"],"secrets":["Get","List","Set","Delete","Recover","Backup","Restore"],"certificates":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","ManageContacts","ManageIssuers","GetIssuers","ListIssuers","SetIssuers","DeleteIssuers"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"ad2ce12f-ad89-4409-a8f2-24eae29c990e","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"3841ff12-a992-43fa-a9d1-9898c4b781e2","permissions":{"secrets":["get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"355d68e0-d18a-4a4b-8d53-6fc0eb181c16","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"d63025ac-cc25-4a10-b5fd-b4671f4fae2b","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"356a6bcb-cdac-4da9-bca8-0a46d15f71ba","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"81b114e3-abab-4ce3-93cd-cf79e8f3314c","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"5da515dd-88db-494e-88d9-6c441a697fd8","permissions":{"secrets":["list","get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"ae17b391-a6d1-4697-9a1d-f7f3925560cf","permissions":{"secrets":["list","get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"fd4b8d99-4f80-4378-936e-40266b86faf3","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"2e9e8c74-b7e7-426f-9e3a-44168b220773","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"785f29d7-6c8d-46ca-9e47-3b8fcc2b0314","permissions":{"secrets":["list","get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"c5ccdb9d-4746-4ffb-8529-2c1be351df3e","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"5f7e8c23-b9aa-498f-98ed-f25aa53de88a","permissions":{"secrets":["list","get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"1be1bd2c-80ac-4192-85cf-72e67514bfa0","permissions":{"secrets":["get","list"]}}],"enabledForDeployment":false,"enabledForDiskEncryption":false,"enabledForTemplateDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enableRbacAuthorization":false,"vaultUri":"https://dummy.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' + headers: + cache-control: + - no-cache + content-length: + - '3368' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:27:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-keyvault-service-version: + - 1.5.770.0 + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 200 + message: OK +- request: + body: '{"location": "centraluseuap", "properties": {"devCenterId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin project create + Connection: + - keep-alive + Content-Length: + - '195' + Content-Type: + - application/json + ParameterSetName: + - --location --name --dev-center-id --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","name":"cli000004","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-10T21:27:11.6906355Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-10T21:27:11.6906355Z"},"properties":{"provisioningState":"Accepted","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/19a4a507-8b52-4f75-bedb-cf0d142a2b0c*781569AAE1B45315E870D895E8B4798BEE87B279CFA7707F8928C5B9C2D3FC3A?api-version=2023-04-01 + cache-control: + - no-cache + content-length: + - '646' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:27:13 GMT + etag: + - '"0000178e-0000-3300-0000-645c0c310000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-quota: + - '{"name":{"localizedValue":null,"value":"projects"},"limit":500,"currentUsed":50,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '298' + x-rate-limit-reset: + - '2023-05-10T21:28:01.5808305Z' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin project create + Connection: + - keep-alive + ParameterSetName: + - --location --name --dev-center-id --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/19a4a507-8b52-4f75-bedb-cf0d142a2b0c*781569AAE1B45315E870D895E8B4798BEE87B279CFA7707F8928C5B9C2D3FC3A?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/19a4a507-8b52-4f75-bedb-cf0d142a2b0c*781569AAE1B45315E870D895E8B4798BEE87B279CFA7707F8928C5B9C2D3FC3A","name":"19a4a507-8b52-4f75-bedb-cf0d142a2b0c*781569AAE1B45315E870D895E8B4798BEE87B279CFA7707F8928C5B9C2D3FC3A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","status":"Succeeded","startTime":"2023-05-10T21:27:12.5107354Z","endTime":"2023-05-10T21:27:29.3773204Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '613' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:27:43 GMT + etag: + - '"0000630f-0000-3300-0000-645c0c410000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin project create + Connection: + - keep-alive + ParameterSetName: + - --location --name --dev-center-id --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","name":"cli000004","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-10T21:27:11.6906355Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-10T21:27:11.6906355Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' + headers: + cache-control: + - no-cache + content-length: + - '754' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:27:43 GMT + etag: + - '"00001b8e-0000-3300-0000-645c0c410000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin project show + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","name":"cli000004","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-10T21:27:11.6906355Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-10T21:27:11.6906355Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' + headers: + cache-control: + - no-cache + content-length: + - '754' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:27:44 GMT + etag: + - '"00001b8e-0000-3300-0000-645c0c410000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin project show + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","name":"cli000004","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-10T21:27:11.6906355Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-10T21:27:11.6906355Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' + headers: + cache-control: + - no-cache + content-length: + - '754' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:27:45 GMT + etag: + - '"00001b8e-0000-3300-0000-645c0c410000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - ad signed-in-user show + Connection: + - keep-alive + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://graph.microsoft.com/v1.0/me + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#users/$entity","businessPhones":["+1 + (425) 7041454"],"displayName":"Amanda Lim","givenName":"Amanda","jobTitle":"SOFTWARE + ENGINEER II","mail":"Amanda.Lim@microsoft.com","mobilePhone":null,"officeLocation":"18/3100FL","preferredLanguage":null,"surname":"Lim","userPrincipalName":"amlim@microsoft.com","id":"17755109-de29-4032-8853-f390afd630a2"}' + headers: + cache-control: + - no-cache + content-length: + - '406' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Wed, 10 May 2023 21:27:45 GMT + odata-version: + - '4.0' + request-id: + - 5af21d3a-d2e5-4f0a-ac25-23aa456141b0 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"002","RoleInstance":"BY3PEPF00015E01"}}' + x-ms-resource-unit: + - '1' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - role assignment create + Connection: + - keep-alive + ParameterSetName: + - --role --assignee --scope + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2717755109-de29-4032-8853-f390afd630a2%27%29 + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '92' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Wed, 10 May 2023 21:27:46 GMT + odata-version: + - '4.0' + request-id: + - ba45df9c-466d-45e3-81d0-b30eb347dcab + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"002","RoleInstance":"BY3PEPF00015DD7"}}' + x-ms-resource-unit: + - '1' + status: + code: 200 + message: OK +- request: + body: '{"ids": ["17755109-de29-4032-8853-f390afd630a2"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - role assignment create + Connection: + - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json + ParameterSetName: + - --role --assignee --scope + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.user","id":"17755109-de29-4032-8853-f390afd630a2","businessPhones":["+1 + (425) 7041454"],"displayName":"Amanda Lim","givenName":"Amanda","jobTitle":"SOFTWARE + ENGINEER II","mail":"Amanda.Lim@microsoft.com","mobilePhone":null,"officeLocation":"18/3100FL","preferredLanguage":null,"surname":"Lim","userPrincipalName":"amlim@microsoft.com"}]}' + headers: + cache-control: + - no-cache + content-length: + - '459' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Wed, 10 May 2023 21:27:46 GMT + location: + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - 2c8b954f-25f3-4b39-8fa0-878893fc9265 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"002","RoleInstance":"BY3PEPF0001C145"}}' + x-ms-resource-unit: + - '3' + status: + code: 200 + message: OK +- request: + body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e40d4e-8d2e-438d-97e1-9528336e149c", + "principalId": "17755109-de29-4032-8853-f390afd630a2", "principalType": "User"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - role assignment create + Connection: + - keep-alive + Content-Length: + - '258' + Content-Type: + - application/json + ParameterSetName: + - --role --assignee --scope + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/providers/Microsoft.Authorization/roleAssignments/6219ff8e-0395-4bbd-a044-9fe8039061f7?api-version=2022-04-01 + response: + body: + string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e40d4e-8d2e-438d-97e1-9528336e149c","principalId":"17755109-de29-4032-8853-f390afd630a2","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T21:27:47.6414712Z","updatedOn":"2023-05-10T21:27:48.1204798Z","createdBy":null,"updatedBy":"17755109-de29-4032-8853-f390afd630a2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/providers/Microsoft.Authorization/roleAssignments/6219ff8e-0395-4bbd-a044-9fe8039061f7","type":"Microsoft.Authorization/roleAssignments","name":"6219ff8e-0395-4bbd-a044-9fe8039061f7"}' + headers: + cache-control: + - no-cache + content-length: + - '967' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:27:50 GMT + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly + 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: '{"properties": {"gitHub": {"branch": "main", "path": "/Environments", "secretIdentifier": + "https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000", + "uri": "https://domain.com/dummy/dummy.git"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin catalog create + Connection: + - keep-alive + Content-Length: + - '243' + Content-Type: + - application/json + ParameterSetName: + - --dev-center --name --git-hub --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/catalogs/c2000005?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/catalogs/c2000005","name":"c2000005","type":"microsoft.devcenter/devcenters/catalogs","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-10T21:27:51.0648869Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-10T21:27:51.0648869Z"},"properties":{"provisioningState":"Accepted","syncState":"InProgress","gitHub":{"uri":"https://domain.com/dummy/dummy.git","branch":"main","secretIdentifier":"https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000","path":"/Environments"}}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/314e1d04-e53c-46a7-864e-1b6ec8e3e354*73570D1A7FAE90459E85F07FF1E25ACE09D48F8C85008FDCA851C105811922C2?api-version=2023-04-01 + cache-control: + - no-cache + content-length: + - '744' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:27:52 GMT + etag: + - '"00005319-0000-3300-0000-645c0c580000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '297' + x-rate-limit-reset: + - '2023-05-10T21:28:26.9614241Z' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin catalog create + Connection: + - keep-alive + ParameterSetName: + - --dev-center --name --git-hub --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/314e1d04-e53c-46a7-864e-1b6ec8e3e354*73570D1A7FAE90459E85F07FF1E25ACE09D48F8C85008FDCA851C105811922C2?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/314e1d04-e53c-46a7-864e-1b6ec8e3e354*73570D1A7FAE90459E85F07FF1E25ACE09D48F8C85008FDCA851C105811922C2","name":"314e1d04-e53c-46a7-864e-1b6ec8e3e354*73570D1A7FAE90459E85F07FF1E25ACE09D48F8C85008FDCA851C105811922C2","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/catalogs/c2000005","status":"Succeeded","startTime":"2023-05-10T21:27:51.5707626Z","endTime":"2023-05-10T21:27:58.6172418Z","properties":{"Success":["FunctionApp","Sandbox","WebApp"],"Conflict":{},"Invalid":{}}}' + headers: + cache-control: + - no-cache + content-length: + - '702' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:28:22 GMT + etag: + - '"0000660f-0000-3300-0000-645c0c5e0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin catalog create + Connection: + - keep-alive + ParameterSetName: + - --dev-center --name --git-hub --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/catalogs/c2000005?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/catalogs/c2000005","name":"c2000005","type":"microsoft.devcenter/devcenters/catalogs","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-10T21:27:51.0648869Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-10T21:27:51.0648869Z"},"properties":{"provisioningState":"Succeeded","syncState":"Succeeded","gitHub":{"uri":"https://domain.com/dummy/dummy.git","branch":"main","secretIdentifier":"https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000","path":"/Environments"},"lastSyncTime":"2023-05-10T21:27:58.298165Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '789' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:28:22 GMT + etag: + - '"00005719-0000-3300-0000-645c0c5e0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin catalog sync + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --dev-center --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/catalogs/c2000005/sync?api-version=2023-04-01 + response: + body: + string: '{}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/1a50b6a4-5df8-49ee-a3d8-781087eff080*73570D1A7FAE90459E85F07FF1E25ACE09D48F8C85008FDCA851C105811922C2?api-version=2023-04-01 + cache-control: + - no-cache + content-length: + - '2' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:28:23 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/1a50b6a4-5df8-49ee-a3d8-781087eff080*73570D1A7FAE90459E85F07FF1E25ACE09D48F8C85008FDCA851C105811922C2?api-version=2023-04-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-10T21:29:23.4788424Z' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin catalog sync + Connection: + - keep-alive + ParameterSetName: + - --dev-center --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/1a50b6a4-5df8-49ee-a3d8-781087eff080*73570D1A7FAE90459E85F07FF1E25ACE09D48F8C85008FDCA851C105811922C2?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/1a50b6a4-5df8-49ee-a3d8-781087eff080*73570D1A7FAE90459E85F07FF1E25ACE09D48F8C85008FDCA851C105811922C2","name":"1a50b6a4-5df8-49ee-a3d8-781087eff080*73570D1A7FAE90459E85F07FF1E25ACE09D48F8C85008FDCA851C105811922C2","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/catalogs/c2000005","status":"Succeeded","startTime":"2023-05-10T21:28:23.4234649Z","endTime":"2023-05-10T21:28:29.7344909Z","properties":{"Success":["FunctionApp","Sandbox","WebApp"],"Conflict":{},"Invalid":{}}}' + headers: + cache-control: + - no-cache + content-length: + - '702' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:28:54 GMT + etag: + - '"0000690f-0000-3300-0000-645c0c7d0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"query": " Resources |where type =~''Microsoft.devcenter/projects''\n | + where name =~ ''cli000004''\n | extend devCenterArr = split(properties.devCenterId, + ''/'')\n | extend devCenterName = devCenterArr[array_length(devCenterArr) + -1]\n | where devCenterName =~ ''cli000002''\n | take 1\n | extend + devCenterUri = properties.devCenterUri\n | project name,devCenterUri "}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev catalog list + Connection: + - keep-alive + Content-Length: + - '382' + Content-Type: + - application/json + ParameterSetName: + - --dev-center --project + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: POST + uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 + response: + body: + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + headers: + cache-control: + - no-cache + content-length: + - '203' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:28:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-tenant-resource-requests: + - '14' + x-ms-resource-graph-request-duration: + - '0:00:00:00.2289981' + x-ms-user-quota-remaining: + - '14' + x-ms-user-quota-resets-after: + - 00:00:05 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev catalog list + Connection: + - keep-alive + ParameterSetName: + - --dev-center --project + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/projects/cli000004/catalogs?api-version=2023-04-01 + response: + body: + string: "{\n \"value\": [\n {\n \"name\": \"c2000005\"\n }\n ]\n\ + }" + headers: + connection: + - keep-alive + content-length: + - '57' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:28:56 GMT + strict-transport-security: + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '298' + x-rate-limit-reset: + - '2023-05-10T21:29:42.3178055Z' + status: + code: 200 + message: OK +- request: + body: '{"query": " Resources |where type =~''Microsoft.devcenter/projects''\n | + where name =~ ''cli000004''\n | extend devCenterArr = split(properties.devCenterId, + ''/'')\n | extend devCenterName = devCenterArr[array_length(devCenterArr) + -1]\n | where devCenterName =~ ''cli000002''\n | take 1\n | extend + devCenterUri = properties.devCenterUri\n | project name,devCenterUri "}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev catalog show + Connection: + - keep-alive + Content-Length: + - '382' + Content-Type: + - application/json + ParameterSetName: + - --dev-center --project --name + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: POST + uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 + response: + body: + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + headers: + cache-control: + - no-cache + content-length: + - '203' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:28:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-tenant-resource-requests: + - '13' + x-ms-resource-graph-request-duration: + - '0:00:00:00.2570373' + x-ms-user-quota-remaining: + - '13' + x-ms-user-quota-resets-after: + - 00:00:05 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev catalog show + Connection: + - keep-alive + ParameterSetName: + - --dev-center --project --name + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/projects/cli000004/catalogs/c2000005?api-version=2023-04-01 + response: + body: + string: "{\n \"name\": \"c2000005\"\n}" + headers: + connection: + - keep-alive + content-length: + - '24' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:28:57 GMT + strict-transport-security: + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '298' + x-rate-limit-reset: + - '2023-05-10T21:29:21.5894001Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev catalog list + Connection: + - keep-alive + ParameterSetName: + - --endpoint --project + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/projects/cli000004/catalogs?api-version=2023-04-01 + response: + body: + string: "{\n \"value\": [\n {\n \"name\": \"c2000005\"\n }\n ]\n\ + }" + headers: + connection: + - keep-alive + content-length: + - '57' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:28:58 GMT + strict-transport-security: + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '297' + x-rate-limit-reset: + - '2023-05-10T21:29:21.9444903Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev catalog show + Connection: + - keep-alive + ParameterSetName: + - --endpoint --project --name + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/projects/cli000004/catalogs/c2000005?api-version=2023-04-01 + response: + body: + string: "{\n \"name\": \"c2000005\"\n}" + headers: + connection: + - keep-alive + content-length: + - '24' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:28:58 GMT + strict-transport-security: + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-10T21:29:58.5632023Z' + status: + code: 200 + message: OK +version: 1 diff --git a/src/devcenter/azext_devcenter/tests/latest/recordings/test_catalog_item_dataplane_scenario.yaml b/src/devcenter/azext_devcenter/tests/latest/recordings/test_catalog_item_dataplane_scenario.yaml deleted file mode 100644 index 615ba640bbe..00000000000 --- a/src/devcenter/azext_devcenter/tests/latest/recordings/test_catalog_item_dataplane_scenario.yaml +++ /dev/null @@ -1,1386 +0,0 @@ -interactions: -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - identity create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name - User-Agent: - - AZURECLI/2.44.1 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2022-09-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2023-02-04T02:13:26Z"},"properties":{"provisioningState":"Succeeded"}}' - headers: - cache-control: - - no-cache - content-length: - - '304' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 04 Feb 2023 02:13:26 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: '{"location": "westus"}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - identity create - Connection: - - keep-alive - Content-Length: - - '22' - Content-Type: - - application/json - ParameterSetName: - - --resource-group --name - User-Agent: - - AZURECLI/2.44.1 azsdk-python-azure-mgmt-msi/6.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003?api-version=2023-01-31 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003","name":"testid_000003","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"00000000-0000-0000-0000-000000000000","principalId":"077395a2-c8be-417e-affa-3fc42c1c243d","clientId":"be40e21f-f6e6-47d6-a323-2f6d6071355f"}}' - headers: - cache-control: - - no-cache - content-length: - - '441' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 04 Feb 2023 02:13:28 GMT - expires: - - '-1' - location: - - /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003 - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1197' - status: - code: 201 - message: Created -- request: - body: '{"tags": {"CostCode": "12345"}, "location": "westus3", "identity": {"type": - "UserAssigned", "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003": - {}}}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin devcenter create - Connection: - - keep-alive - Content-Length: - - '281' - Content-Type: - - application/json - ParameterSetName: - - --identity-type --user-assigned-identities --location --tags --name --resource-group - User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-04T02:13:29.9558485Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-04T02:13:29.9558485Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"077395a2-c8be-417e-affa-3fc42c1c243d","clientId":"be40e21f-f6e6-47d6-a323-2f6d6071355f"}}},"properties":{"provisioningState":"Accepted"}}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/64c8a4df-5f3e-4cd5-84d7-2427462cd3e1*1D5362ABD15009BB1670C56AA9493EECB9699D4C02C43F7EFE4F0FAB3F561AF1?api-version=2022-11-11-preview - cache-control: - - no-cache - content-length: - - '847' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 04 Feb 2023 02:13:31 GMT - etag: - - '"3500a172-0000-4d00-0000-63ddbf4b0000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-providerhub-traffic: - - 'True' - x-ms-quota: - - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":100,"currentUsed":22,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' - x-ms-ratelimit-remaining-subscription-writes: - - '1197' - x-rate-limit-limit: - - 1m - x-rate-limit-remaining: - - '299' - x-rate-limit-reset: - - '2023-02-04T02:14:30.4407897Z' - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin devcenter create - Connection: - - keep-alive - ParameterSetName: - - --identity-type --user-assigned-identities --location --tags --name --resource-group - User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/64c8a4df-5f3e-4cd5-84d7-2427462cd3e1*1D5362ABD15009BB1670C56AA9493EECB9699D4C02C43F7EFE4F0FAB3F561AF1?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/64c8a4df-5f3e-4cd5-84d7-2427462cd3e1*1D5362ABD15009BB1670C56AA9493EECB9699D4C02C43F7EFE4F0FAB3F561AF1","name":"64c8a4df-5f3e-4cd5-84d7-2427462cd3e1*1D5362ABD15009BB1670C56AA9493EECB9699D4C02C43F7EFE4F0FAB3F561AF1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-02-04T02:13:30.4580077Z"}' - headers: - cache-control: - - no-cache - content-length: - - '549' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 04 Feb 2023 02:14:02 GMT - etag: - - '"0000d22e-0000-4d00-0000-63ddbf4a0000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin devcenter create - Connection: - - keep-alive - ParameterSetName: - - --identity-type --user-assigned-identities --location --tags --name --resource-group - User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/64c8a4df-5f3e-4cd5-84d7-2427462cd3e1*1D5362ABD15009BB1670C56AA9493EECB9699D4C02C43F7EFE4F0FAB3F561AF1?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/64c8a4df-5f3e-4cd5-84d7-2427462cd3e1*1D5362ABD15009BB1670C56AA9493EECB9699D4C02C43F7EFE4F0FAB3F561AF1","name":"64c8a4df-5f3e-4cd5-84d7-2427462cd3e1*1D5362ABD15009BB1670C56AA9493EECB9699D4C02C43F7EFE4F0FAB3F561AF1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Succeeded","startTime":"2023-02-04T02:13:30.4580077Z","endTime":"2023-02-04T02:14:23.8984991Z","properties":null}' - headers: - cache-control: - - no-cache - content-length: - - '609' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 04 Feb 2023 02:14:32 GMT - etag: - - '"0000d52e-0000-4d00-0000-63ddbf7f0000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin devcenter create - Connection: - - keep-alive - ParameterSetName: - - --identity-type --user-assigned-identities --location --tags --name --resource-group - User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-04T02:13:29.9558485Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-04T02:13:29.9558485Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"077395a2-c8be-417e-affa-3fc42c1c243d","clientId":"be40e21f-f6e6-47d6-a323-2f6d6071355f"}}},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}}' - headers: - cache-control: - - no-cache - content-length: - - '949' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 04 Feb 2023 02:14:32 GMT - etag: - - '"3500a672-0000-4d00-0000-63ddbf7f0000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-providerhub-traffic: - - 'True' - status: - code: 200 - message: OK -- request: - body: '{"location": "westus3", "properties": {"devCenterId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin project create - Connection: - - keep-alive - Content-Length: - - '189' - Content-Type: - - application/json - ParameterSetName: - - --location --name --dev-center-id --resource-group - User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","name":"cli000004","type":"microsoft.devcenter/projects","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-04T02:14:36.2916507Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-04T02:14:36.2916507Z"},"properties":{"provisioningState":"Accepted","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/7475345b-1dd4-411b-95f4-3de3afe46fc4*F26964E4CA46F6F16883A38CB61E264A56EDC60CFDF17553E71E3EB6D75989E2?api-version=2022-11-11-preview - cache-control: - - no-cache - content-length: - - '640' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 04 Feb 2023 02:14:37 GMT - etag: - - '"0000f806-0000-4d00-0000-63ddbf8d0000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-providerhub-traffic: - - 'True' - x-ms-quota: - - '{"name":{"localizedValue":null,"value":"projects"},"limit":500,"currentUsed":19,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' - x-ms-ratelimit-remaining-subscription-writes: - - '1198' - x-rate-limit-limit: - - 1m - x-rate-limit-remaining: - - '299' - x-rate-limit-reset: - - '2023-02-04T02:15:36.6123754Z' - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin project create - Connection: - - keep-alive - ParameterSetName: - - --location --name --dev-center-id --resource-group - User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/7475345b-1dd4-411b-95f4-3de3afe46fc4*F26964E4CA46F6F16883A38CB61E264A56EDC60CFDF17553E71E3EB6D75989E2?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/7475345b-1dd4-411b-95f4-3de3afe46fc4*F26964E4CA46F6F16883A38CB61E264A56EDC60CFDF17553E71E3EB6D75989E2","name":"7475345b-1dd4-411b-95f4-3de3afe46fc4*F26964E4CA46F6F16883A38CB61E264A56EDC60CFDF17553E71E3EB6D75989E2","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","status":"Succeeded","startTime":"2023-02-04T02:14:36.7804834Z","endTime":"2023-02-04T02:14:52.2907611Z","properties":null}' - headers: - cache-control: - - no-cache - content-length: - - '607' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 04 Feb 2023 02:15:06 GMT - etag: - - '"0000d82e-0000-4d00-0000-63ddbf9c0000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin project create - Connection: - - keep-alive - ParameterSetName: - - --location --name --dev-center-id --resource-group - User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","name":"cli000004","type":"microsoft.devcenter/projects","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-04T02:14:36.2916507Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-04T02:14:36.2916507Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}}' - headers: - cache-control: - - no-cache - content-length: - - '742' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 04 Feb 2023 02:15:06 GMT - etag: - - '"0000fa06-0000-4d00-0000-63ddbf9c0000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-providerhub-traffic: - - 'True' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin project show - Connection: - - keep-alive - ParameterSetName: - - --name --resource-group - User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","name":"cli000004","type":"microsoft.devcenter/projects","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-04T02:14:36.2916507Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-04T02:14:36.2916507Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}}' - headers: - cache-control: - - no-cache - content-length: - - '742' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 04 Feb 2023 02:15:07 GMT - etag: - - '"0000fa06-0000-4d00-0000-63ddbf9c0000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-providerhub-traffic: - - 'True' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - ad signed-in-user show - Connection: - - keep-alive - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 - method: GET - uri: https://graph.microsoft.com/v1.0/me - response: - body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#users/$entity","id":"00000000-0000-0000-0000-000000000000"}' - headers: - cache-control: - - no-cache - content-length: - - '406' - content-type: - - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 - date: - - Sat, 04 Feb 2023 02:15:08 GMT - odata-version: - - '4.0' - request-id: - - 7e20ff22-5b30-4916-bfb1-334588fe2b91 - strict-transport-security: - - max-age=31536000 - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"004","RoleInstance":"BY3PEPF0001C14E"}}' - x-ms-resource-unit: - - '1' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - role assignment create - Connection: - - keep-alive - ParameterSetName: - - --role --assignee --scope - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 - method: GET - uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2700000000-0000-0000-0000-000000000000%27%29 - response: - body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' - headers: - cache-control: - - no-cache - content-length: - - '92' - content-type: - - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 - date: - - Sat, 04 Feb 2023 02:15:07 GMT - odata-version: - - '4.0' - request-id: - - cd512d3a-01e8-4d32-98dc-dfa8492d4609 - strict-transport-security: - - max-age=31536000 - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"004","RoleInstance":"BY3PEPF0001C14F"}}' - x-ms-resource-unit: - - '1' - status: - code: 200 - message: OK -- request: - body: '{"ids": ["00000000-0000-0000-0000-000000000000"], "types": ["user", "group", - "servicePrincipal", "directoryObjectPartnerReference"]}' - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - role assignment create - Connection: - - keep-alive - Content-Length: - - '132' - Content-Type: - - application/json - ParameterSetName: - - --role --assignee --scope - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 - method: POST - uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds - response: - body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.user","id":"00000000-0000-0000-0000-000000000000"}]}' - headers: - cache-control: - - no-cache - content-length: - - '459' - content-type: - - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 - date: - - Sat, 04 Feb 2023 02:15:08 GMT - location: - - https://graph.microsoft.com - odata-version: - - '4.0' - request-id: - - 3a3e5cc0-82ce-40e4-ba7e-2e85f7b48901 - strict-transport-security: - - max-age=31536000 - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"004","RoleInstance":"BY3PEPF0001C150"}}' - x-ms-resource-unit: - - '3' - status: - code: 200 - message: OK -- request: - body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e40d4e-8d2e-438d-97e1-9528336e149c", - "principalId": "00000000-0000-0000-0000-000000000000", "principalType": "User"}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - role assignment create - Connection: - - keep-alive - Content-Length: - - '258' - Content-Type: - - application/json; charset=utf-8 - ParameterSetName: - - --role --assignee --scope - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.44.1 - accept-language: - - en-US - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/providers/Microsoft.Authorization/roleAssignments/944dd1cc-9f0f-4160-a8fb-fce8d9c9fdc7?api-version=2020-04-01-preview - response: - body: - string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e40d4e-8d2e-438d-97e1-9528336e149c","principalId":"00000000-0000-0000-0000-000000000000","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","condition":null,"conditionVersion":null,"createdOn":"2023-02-04T02:15:09.3184091Z","updatedOn":"2023-02-04T02:15:10.1791314Z","createdBy":null,"updatedBy":"00000000-0000-0000-0000-000000000000","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/providers/Microsoft.Authorization/roleAssignments/944dd1cc-9f0f-4160-a8fb-fce8d9c9fdc7","type":"Microsoft.Authorization/roleAssignments","name":"944dd1cc-9f0f-4160-a8fb-fce8d9c9fdc7"}' - headers: - cache-control: - - no-cache - content-length: - - '967' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 04 Feb 2023 02:15:11 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly - 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: '{"properties": {"gitHub": {"uri": "https://domain.com/dummy/dummy.git", - "branch": "main", "secretIdentifier": "https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000", - "path": "/Catalog_v2"}}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin catalog create - Connection: - - keep-alive - Content-Length: - - '256' - Content-Type: - - application/json - ParameterSetName: - - --dev-center --name --git-hub --resource-group - User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/catalogs/c2000005?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/catalogs/c2000005","name":"c2000005","type":"microsoft.devcenter/devcenters/catalogs","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-04T02:15:12.7332171Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-04T02:15:12.7332171Z"},"properties":{"provisioningState":"Accepted","syncState":"InProgress","gitHub":{"uri":"https://domain.com/dummy/dummy.git","branch":"main","secretIdentifier":"https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000","path":"/Catalog_v2"}}}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/8844bb5e-7015-4dba-b5cf-68f6f4ba12fe*AFE7C391360301233175E17924AC82A984D91838C566E3C6F8549BD550F95AB1?api-version=2022-11-11-preview - cache-control: - - no-cache - content-length: - - '757' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 04 Feb 2023 02:15:13 GMT - etag: - - '"0000f309-0000-4d00-0000-63ddbfb10000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-providerhub-traffic: - - 'True' - x-ms-ratelimit-remaining-subscription-writes: - - '1199' - x-rate-limit-limit: - - 1m - x-rate-limit-remaining: - - '299' - x-rate-limit-reset: - - '2023-02-04T02:16:13.0321039Z' - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin catalog create - Connection: - - keep-alive - ParameterSetName: - - --dev-center --name --git-hub --resource-group - User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/8844bb5e-7015-4dba-b5cf-68f6f4ba12fe*AFE7C391360301233175E17924AC82A984D91838C566E3C6F8549BD550F95AB1?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/8844bb5e-7015-4dba-b5cf-68f6f4ba12fe*AFE7C391360301233175E17924AC82A984D91838C566E3C6F8549BD550F95AB1","name":"8844bb5e-7015-4dba-b5cf-68f6f4ba12fe*AFE7C391360301233175E17924AC82A984D91838C566E3C6F8549BD550F95AB1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/catalogs/c2000005","status":"Succeeded","startTime":"2023-02-04T02:15:13.0463152Z","endTime":"2023-02-04T02:15:18.572145Z","properties":["Successfully - synced 3 catalog items."]}' - headers: - cache-control: - - no-cache - content-length: - - '662' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 04 Feb 2023 02:15:43 GMT - etag: - - '"0000da2e-0000-4d00-0000-63ddbfb60000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin catalog create - Connection: - - keep-alive - ParameterSetName: - - --dev-center --name --git-hub --resource-group - User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/catalogs/c2000005?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/catalogs/c2000005","name":"c2000005","type":"microsoft.devcenter/devcenters/catalogs","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-04T02:15:12.7332171Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-04T02:15:12.7332171Z"},"properties":{"provisioningState":"Succeeded","syncState":"Succeeded","gitHub":{"uri":"https://domain.com/dummy/dummy.git","branch":"main","secretIdentifier":"https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000","path":"/Catalog_v2"},"lastSyncTime":"2023-02-04T02:15:18.286043Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '802' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 04 Feb 2023 02:15:43 GMT - etag: - - '"0000f709-0000-4d00-0000-63ddbfb60000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-providerhub-traffic: - - 'True' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin catalog sync - Connection: - - keep-alive - Content-Length: - - '0' - ParameterSetName: - - --dev-center --name --resource-group - User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/catalogs/c2000005/sync?api-version=2022-11-11-preview - response: - body: - string: '{}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/3771719b-cdc4-4d13-bf33-c18da6f7e03b*AFE7C391360301233175E17924AC82A984D91838C566E3C6F8549BD550F95AB1?api-version=2022-11-11-preview - cache-control: - - no-cache - content-length: - - '2' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 04 Feb 2023 02:15:44 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/3771719b-cdc4-4d13-bf33-c18da6f7e03b*AFE7C391360301233175E17924AC82A984D91838C566E3C6F8549BD550F95AB1?api-version=2022-11-11-preview - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-providerhub-traffic: - - 'True' - x-ms-ratelimit-remaining-subscription-writes: - - '1199' - x-rate-limit-limit: - - 1m - x-rate-limit-remaining: - - '299' - x-rate-limit-reset: - - '2023-02-04T02:16:44.2118464Z' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin catalog sync - Connection: - - keep-alive - ParameterSetName: - - --dev-center --name --resource-group - User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/3771719b-cdc4-4d13-bf33-c18da6f7e03b*AFE7C391360301233175E17924AC82A984D91838C566E3C6F8549BD550F95AB1?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/3771719b-cdc4-4d13-bf33-c18da6f7e03b*AFE7C391360301233175E17924AC82A984D91838C566E3C6F8549BD550F95AB1","name":"3771719b-cdc4-4d13-bf33-c18da6f7e03b*AFE7C391360301233175E17924AC82A984D91838C566E3C6F8549BD550F95AB1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/catalogs/c2000005","status":"Succeeded","startTime":"2023-02-04T02:15:44.0710255Z","endTime":"2023-02-04T02:15:47.6718577Z","properties":["Successfully - synced 3 catalog items."]}' - headers: - cache-control: - - no-cache - content-length: - - '663' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 04 Feb 2023 02:16:14 GMT - etag: - - '"0000dc2e-0000-4d00-0000-63ddbfd30000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: '{"query": " Resources |where type =~''Microsoft.devcenter/projects''\n | - where name =~ ''cli000004''\n | extend devCenterArr = split(properties.devCenterId, - ''/'')\n | extend devCenterName = devCenterArr[array_length(devCenterArr) - -1]\n | where devCenterName =~ ''cli000002''\n | take 1\n | extend - devCenterUri = properties.devCenterUri\n | project name,devCenterUri "}' - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter dev catalog-item list - Connection: - - keep-alive - Content-Length: - - '382' - Content-Type: - - application/json - ParameterSetName: - - --dev-center --project - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 - method: POST - uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 - response: - body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' - headers: - cache-control: - - no-cache - content-length: - - '197' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 04 Feb 2023 02:16:16 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Kestrel - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-tenant-resource-requests: - - '14' - x-ms-resource-graph-request-duration: - - '0:00:00:00.3165209' - x-ms-user-quota-remaining: - - '14' - x-ms-user-quota-resets-after: - - 00:00:05 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter dev catalog-item list - Connection: - - keep-alive - ParameterSetName: - - --dev-center --project - User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/projects/cli000004/catalogItems?api-version=2022-11-11-preview - response: - body: - string: "{\n \"value\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000:cli000002:c2000005:empty\",\n - \ \"name\": \"Empty\",\n \"catalogName\": \"c2000005\"\n },\n - \ {\n \"id\": \"00000000-0000-0000-0000-000000000000:cli000002:c2000005:functionapp\",\n - \ \"name\": \"FunctionApp\",\n \"catalogName\": \"c2000005\"\n },\n - \ {\n \"id\": \"00000000-0000-0000-0000-000000000000:cli000002:c2000005:webapp\",\n - \ \"name\": \"WebApp\",\n \"catalogName\": \"c2000005\"\n }\n - \ ]\n}" - headers: - connection: - - keep-alive - content-length: - - '468' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 04 Feb 2023 02:16:17 GMT - strict-transport-security: - - max-age=15724800; includeSubDomains - transfer-encoding: - - chunked - x-rate-limit-limit: - - 1m - x-rate-limit-remaining: - - '299' - x-rate-limit-reset: - - '2023-02-04T02:17:17.3464668Z' - status: - code: 200 - message: OK -- request: - body: '{"query": " Resources |where type =~''Microsoft.devcenter/projects''\n | - where name =~ ''cli000004''\n | extend devCenterArr = split(properties.devCenterId, - ''/'')\n | extend devCenterName = devCenterArr[array_length(devCenterArr) - -1]\n | where devCenterName =~ ''cli000002''\n | take 1\n | extend - devCenterUri = properties.devCenterUri\n | project name,devCenterUri "}' - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter dev catalog-item show - Connection: - - keep-alive - Content-Length: - - '382' - Content-Type: - - application/json - ParameterSetName: - - --dev-center --project --catalog-item-id - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 - method: POST - uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 - response: - body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' - headers: - cache-control: - - no-cache - content-length: - - '197' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 04 Feb 2023 02:16:17 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Kestrel - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-tenant-resource-requests: - - '13' - x-ms-resource-graph-request-duration: - - '0:00:00:00.1846515' - x-ms-user-quota-remaining: - - '13' - x-ms-user-quota-resets-after: - - 00:00:05 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter dev catalog-item show - Connection: - - keep-alive - ParameterSetName: - - --dev-center --project --catalog-item-id - User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/projects/cli000004/catalogItems/00000000-0000-0000-0000-000000000000%3Acli000002%3Ac2000005%3Aempty?api-version=2022-11-11-preview - response: - body: - string: "{\n \"id\": \"00000000-0000-0000-0000-000000000000:cli000002:c2000005:empty\",\n - \ \"name\": \"Empty\",\n \"catalogName\": \"c2000005\"\n}" - headers: - connection: - - keep-alive - content-length: - - '123' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 04 Feb 2023 02:16:18 GMT - strict-transport-security: - - max-age=15724800; includeSubDomains - x-rate-limit-limit: - - 1m - x-rate-limit-remaining: - - '298' - x-rate-limit-reset: - - '2023-02-04T02:16:42.6917792Z' - status: - code: 200 - message: OK -- request: - body: '{"query": " Resources |where type =~''Microsoft.devcenter/projects''\n | - where name =~ ''cli000004''\n | extend devCenterArr = split(properties.devCenterId, - ''/'')\n | extend devCenterName = devCenterArr[array_length(devCenterArr) - -1]\n | where devCenterName =~ ''cli000002''\n | take 1\n | extend - devCenterUri = properties.devCenterUri\n | project name,devCenterUri "}' - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter dev catalog-item-version list - Connection: - - keep-alive - Content-Length: - - '382' - Content-Type: - - application/json - ParameterSetName: - - --dev-center --project --catalog-item-id - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 - method: POST - uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 - response: - body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' - headers: - cache-control: - - no-cache - content-length: - - '197' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 04 Feb 2023 02:16:18 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Kestrel - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-tenant-resource-requests: - - '12' - x-ms-resource-graph-request-duration: - - '0:00:00:00.1893410' - x-ms-user-quota-remaining: - - '12' - x-ms-user-quota-resets-after: - - 00:00:05 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter dev catalog-item-version list - Connection: - - keep-alive - ParameterSetName: - - --dev-center --project --catalog-item-id - User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/projects/cli000004/catalogItems/00000000-0000-0000-0000-000000000000%3Acli000002%3Ac2000005%3Aempty/versions?api-version=2022-11-11-preview - response: - body: - string: "{\n \"value\": [\n {\n \"catalogItemId\": \"00000000-0000-0000-0000-000000000000:cli000002:c2000005:empty:1.0.0\",\n - \ \"actions\": [],\n \"catalogItemName\": \"Empty\",\n \"catalogName\": - \"c2000005\",\n \"version\": \"1.0.0\",\n \"summary\": \"Empty environment\",\n - \ \"description\": \"Deploys an empty environment\",\n \"templatePath\": - \"Catalog_v2/Empty/azuredeploy.json\",\n \"parametersSchema\": \"{\\\"type\\\":\\\"object\\\"}\",\n - \ \"parameters\": [],\n \"runner\": \"ARM\",\n \"status\": \"Enabled\",\n - \ \"eligibleForLatestVersion\": true\n }\n ]\n}" - headers: - connection: - - keep-alive - content-length: - - '554' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 04 Feb 2023 02:16:19 GMT - strict-transport-security: - - max-age=15724800; includeSubDomains - transfer-encoding: - - chunked - x-rate-limit-limit: - - 1m - x-rate-limit-remaining: - - '299' - x-rate-limit-reset: - - '2023-02-04T02:17:19.0589872Z' - status: - code: 200 - message: OK -- request: - body: '{"query": " Resources |where type =~''Microsoft.devcenter/projects''\n | - where name =~ ''cli000004''\n | extend devCenterArr = split(properties.devCenterId, - ''/'')\n | extend devCenterName = devCenterArr[array_length(devCenterArr) - -1]\n | where devCenterName =~ ''cli000002''\n | take 1\n | extend - devCenterUri = properties.devCenterUri\n | project name,devCenterUri "}' - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter dev catalog-item-version show - Connection: - - keep-alive - Content-Length: - - '382' - Content-Type: - - application/json - ParameterSetName: - - --dev-center --project --catalog-item-id --version - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 - method: POST - uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 - response: - body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' - headers: - cache-control: - - no-cache - content-length: - - '197' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 04 Feb 2023 02:16:19 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Kestrel - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-tenant-resource-requests: - - '11' - x-ms-resource-graph-request-duration: - - '0:00:00:00.2867586' - x-ms-user-quota-remaining: - - '11' - x-ms-user-quota-resets-after: - - 00:00:05 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter dev catalog-item-version show - Connection: - - keep-alive - ParameterSetName: - - --dev-center --project --catalog-item-id --version - User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/projects/cli000004/catalogItems/00000000-0000-0000-0000-000000000000%3Acli000002%3Ac2000005%3Aempty/versions/1.0.0?api-version=2022-11-11-preview - response: - body: - string: "{\n \"catalogItemId\": \"00000000-0000-0000-0000-000000000000:cli000002:c2000005:empty:1.0.0\",\n - \ \"actions\": [],\n \"catalogItemName\": \"Empty\",\n \"catalogName\": - \"c2000005\",\n \"version\": \"1.0.0\",\n \"summary\": \"Empty environment\",\n - \ \"description\": \"Deploys an empty environment\",\n \"templatePath\": - \"Catalog_v2/Empty/azuredeploy.json\",\n \"parametersSchema\": \"{\\\"type\\\":\\\"object\\\"}\",\n - \ \"parameters\": [],\n \"runner\": \"ARM\",\n \"status\": \"Enabled\",\n - \ \"eligibleForLatestVersion\": true\n}" - headers: - connection: - - keep-alive - content-length: - - '473' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 04 Feb 2023 02:16:20 GMT - strict-transport-security: - - max-age=15724800; includeSubDomains - transfer-encoding: - - chunked - x-rate-limit-limit: - - 1m - x-rate-limit-remaining: - - '299' - x-rate-limit-reset: - - '2023-02-04T02:17:20.0402077Z' - status: - code: 200 - message: OK -version: 1 diff --git a/src/devcenter/azext_devcenter/tests/latest/recordings/test_catalog_scenario.yaml b/src/devcenter/azext_devcenter/tests/latest/recordings/test_catalog_scenario.yaml index 10207398521..0a2833ba5e4 100644 --- a/src/devcenter/azext_devcenter/tests/latest/recordings/test_catalog_scenario.yaml +++ b/src/devcenter/azext_devcenter/tests/latest/recordings/test_catalog_scenario.yaml @@ -13,12 +13,12 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2022-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2023-03-01T03:13:19Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2023-05-03T23:22:02Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 03:13:20 GMT + - Wed, 03 May 2023 23:22:03 GMT expires: - '-1' pragma: @@ -59,12 +59,12 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-msi/6.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-msi/7.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000004?api-version=2023-01-31 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000004","name":"testid_000004","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"00000000-0000-0000-0000-000000000000","principalId":"104ac410-a5c3-492e-9841-2930a9b91f33","clientId":"47cb6a6b-b938-4b04-ba47-29c0330807c0"}}' + string: '{"location":"westus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000004","name":"testid_000004","type":"Microsoft.ManagedIdentity/userAssignedIdentities","properties":{"tenantId":"00000000-0000-0000-0000-000000000000","principalId":"5da515dd-88db-494e-88d9-6c441a697fd8","clientId":"4d53646f-0f68-4728-ab32-b77f4c7c7af9"}}' headers: cache-control: - no-cache @@ -73,7 +73,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 03:13:22 GMT + - Wed, 03 May 2023 23:22:04 GMT expires: - '-1' location: @@ -85,13 +85,13 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created - request: body: '{"identity": {"type": "UserAssigned", "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000004": - {}}}, "location": "westus3", "tags": {"CostCode": "12345"}}' + {}}}, "location": "centraluseuap", "tags": {"CostCode": "12345"}}' headers: Accept: - application/json @@ -102,31 +102,31 @@ interactions: Connection: - keep-alive Content-Length: - - '281' + - '287' Content-Type: - application/json ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","name":"cli000003","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T03:13:24.1794219Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T03:13:24.1794219Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000004":{"principalId":"104ac410-a5c3-492e-9841-2930a9b91f33","clientId":"47cb6a6b-b938-4b04-ba47-29c0330807c0"}}},"properties":{"provisioningState":"Accepted"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","name":"cli000003","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T23:22:06.9668129Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T23:22:06.9668129Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000004":{"principalId":"5da515dd-88db-494e-88d9-6c441a697fd8","clientId":"4d53646f-0f68-4728-ab32-b77f4c7c7af9"}}},"properties":{"provisioningState":"Accepted"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/2f1976cc-2271-4d62-bf3d-7844012b1b3c*082A9DE6A0B812F9C1B55C648784A9EC7934D753B5FECCDB1E668521907B6D36?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/f613af73-428d-46b3-ab3d-3e97c9d25ada*1610BD885344F0E7FB5ECCEB937E12F02FA4640CD5B0004D6091347CB3D7B47D?api-version=2023-04-01 cache-control: - no-cache content-length: - - '847' + - '853' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 03:13:27 GMT + - Wed, 03 May 2023 23:22:08 GMT etag: - - '"2401fbcd-0000-4d00-0000-63fec2d70000"' + - '"0000550e-0000-3300-0000-6452eca00000"' expires: - '-1' pragma: @@ -138,15 +138,15 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":100,"currentUsed":19,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' + - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":500,"currentUsed":50,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - - '1192' + - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-03-01T03:14:24.8008498Z' + - '2023-05-03T23:23:07.6381842Z' status: code: 201 message: Created @@ -164,23 +164,23 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/2f1976cc-2271-4d62-bf3d-7844012b1b3c*082A9DE6A0B812F9C1B55C648784A9EC7934D753B5FECCDB1E668521907B6D36?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/f613af73-428d-46b3-ab3d-3e97c9d25ada*1610BD885344F0E7FB5ECCEB937E12F02FA4640CD5B0004D6091347CB3D7B47D?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/2f1976cc-2271-4d62-bf3d-7844012b1b3c*082A9DE6A0B812F9C1B55C648784A9EC7934D753B5FECCDB1E668521907B6D36","name":"2f1976cc-2271-4d62-bf3d-7844012b1b3c*082A9DE6A0B812F9C1B55C648784A9EC7934D753B5FECCDB1E668521907B6D36","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","status":"Accepted","startTime":"2023-03-01T03:13:24.8160985Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/f613af73-428d-46b3-ab3d-3e97c9d25ada*1610BD885344F0E7FB5ECCEB937E12F02FA4640CD5B0004D6091347CB3D7B47D","name":"f613af73-428d-46b3-ab3d-3e97c9d25ada*1610BD885344F0E7FB5ECCEB937E12F02FA4640CD5B0004D6091347CB3D7B47D","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","status":"Accepted","startTime":"2023-05-03T23:22:07.7039813Z"}' headers: cache-control: - no-cache content-length: - - '549' + - '555' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 03:13:57 GMT + - Wed, 03 May 2023 23:22:38 GMT etag: - - '"3f00c376-0000-4d00-0000-63fec2d40000"' + - '"0000ae04-0000-3300-0000-6452ec9f0000"' expires: - '-1' pragma: @@ -210,23 +210,23 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/2f1976cc-2271-4d62-bf3d-7844012b1b3c*082A9DE6A0B812F9C1B55C648784A9EC7934D753B5FECCDB1E668521907B6D36?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/f613af73-428d-46b3-ab3d-3e97c9d25ada*1610BD885344F0E7FB5ECCEB937E12F02FA4640CD5B0004D6091347CB3D7B47D?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/2f1976cc-2271-4d62-bf3d-7844012b1b3c*082A9DE6A0B812F9C1B55C648784A9EC7934D753B5FECCDB1E668521907B6D36","name":"2f1976cc-2271-4d62-bf3d-7844012b1b3c*082A9DE6A0B812F9C1B55C648784A9EC7934D753B5FECCDB1E668521907B6D36","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","status":"Accepted","startTime":"2023-03-01T03:13:24.8160985Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/f613af73-428d-46b3-ab3d-3e97c9d25ada*1610BD885344F0E7FB5ECCEB937E12F02FA4640CD5B0004D6091347CB3D7B47D","name":"f613af73-428d-46b3-ab3d-3e97c9d25ada*1610BD885344F0E7FB5ECCEB937E12F02FA4640CD5B0004D6091347CB3D7B47D","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","status":"Accepted","startTime":"2023-05-03T23:22:07.7039813Z"}' headers: cache-control: - no-cache content-length: - - '549' + - '555' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 03:14:27 GMT + - Wed, 03 May 2023 23:23:09 GMT etag: - - '"3f00c376-0000-4d00-0000-63fec2d40000"' + - '"0000ae04-0000-3300-0000-6452ec9f0000"' expires: - '-1' pragma: @@ -256,23 +256,23 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/2f1976cc-2271-4d62-bf3d-7844012b1b3c*082A9DE6A0B812F9C1B55C648784A9EC7934D753B5FECCDB1E668521907B6D36?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/f613af73-428d-46b3-ab3d-3e97c9d25ada*1610BD885344F0E7FB5ECCEB937E12F02FA4640CD5B0004D6091347CB3D7B47D?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/2f1976cc-2271-4d62-bf3d-7844012b1b3c*082A9DE6A0B812F9C1B55C648784A9EC7934D753B5FECCDB1E668521907B6D36","name":"2f1976cc-2271-4d62-bf3d-7844012b1b3c*082A9DE6A0B812F9C1B55C648784A9EC7934D753B5FECCDB1E668521907B6D36","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","status":"Accepted","startTime":"2023-03-01T03:13:24.8160985Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/f613af73-428d-46b3-ab3d-3e97c9d25ada*1610BD885344F0E7FB5ECCEB937E12F02FA4640CD5B0004D6091347CB3D7B47D","name":"f613af73-428d-46b3-ab3d-3e97c9d25ada*1610BD885344F0E7FB5ECCEB937E12F02FA4640CD5B0004D6091347CB3D7B47D","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","status":"Accepted","startTime":"2023-05-03T23:22:07.7039813Z"}' headers: cache-control: - no-cache content-length: - - '549' + - '555' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 03:14:58 GMT + - Wed, 03 May 2023 23:23:39 GMT etag: - - '"3f00c376-0000-4d00-0000-63fec2d40000"' + - '"0000ae04-0000-3300-0000-6452ec9f0000"' expires: - '-1' pragma: @@ -302,23 +302,23 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/2f1976cc-2271-4d62-bf3d-7844012b1b3c*082A9DE6A0B812F9C1B55C648784A9EC7934D753B5FECCDB1E668521907B6D36?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/f613af73-428d-46b3-ab3d-3e97c9d25ada*1610BD885344F0E7FB5ECCEB937E12F02FA4640CD5B0004D6091347CB3D7B47D?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/2f1976cc-2271-4d62-bf3d-7844012b1b3c*082A9DE6A0B812F9C1B55C648784A9EC7934D753B5FECCDB1E668521907B6D36","name":"2f1976cc-2271-4d62-bf3d-7844012b1b3c*082A9DE6A0B812F9C1B55C648784A9EC7934D753B5FECCDB1E668521907B6D36","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","status":"Accepted","startTime":"2023-03-01T03:13:24.8160985Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/f613af73-428d-46b3-ab3d-3e97c9d25ada*1610BD885344F0E7FB5ECCEB937E12F02FA4640CD5B0004D6091347CB3D7B47D","name":"f613af73-428d-46b3-ab3d-3e97c9d25ada*1610BD885344F0E7FB5ECCEB937E12F02FA4640CD5B0004D6091347CB3D7B47D","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","status":"Succeeded","startTime":"2023-05-03T23:22:07.7039813Z","endTime":"2023-05-03T23:24:04.3969919Z","properties":null}' headers: cache-control: - no-cache content-length: - - '549' + - '615' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 03:15:28 GMT + - Wed, 03 May 2023 23:24:09 GMT etag: - - '"3f00c376-0000-4d00-0000-63fec2d40000"' + - '"0000b004-0000-3300-0000-6452ed140000"' expires: - '-1' pragma: @@ -348,23 +348,23 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/2f1976cc-2271-4d62-bf3d-7844012b1b3c*082A9DE6A0B812F9C1B55C648784A9EC7934D753B5FECCDB1E668521907B6D36?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/2f1976cc-2271-4d62-bf3d-7844012b1b3c*082A9DE6A0B812F9C1B55C648784A9EC7934D753B5FECCDB1E668521907B6D36","name":"2f1976cc-2271-4d62-bf3d-7844012b1b3c*082A9DE6A0B812F9C1B55C648784A9EC7934D753B5FECCDB1E668521907B6D36","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","status":"Accepted","startTime":"2023-03-01T03:13:24.8160985Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","name":"cli000003","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T23:22:06.9668129Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T23:22:06.9668129Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000004":{"principalId":"5da515dd-88db-494e-88d9-6c441a697fd8","clientId":"4d53646f-0f68-4728-ab32-b77f4c7c7af9"}}},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/"}}' headers: cache-control: - no-cache content-length: - - '549' + - '961' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 03:15:58 GMT + - Wed, 03 May 2023 23:24:09 GMT etag: - - '"3f00c376-0000-4d00-0000-63fec2d40000"' + - '"00005f0e-0000-3300-0000-6452ed140000"' expires: - '-1' pragma: @@ -377,6 +377,8 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff + x-ms-providerhub-traffic: + - 'True' status: code: 200 message: OK @@ -384,41 +386,37 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin devcenter create + - keyvault set-policy Connection: - keep-alive ParameterSetName: - - --identity-type --user-assigned-identities --location --tags --name --resource-group + - -n --secret-permissions --object-id User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-keyvault/10.2.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/2f1976cc-2271-4d62-bf3d-7844012b1b3c*082A9DE6A0B812F9C1B55C648784A9EC7934D753B5FECCDB1E668521907B6D36?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.KeyVault%2Fvaults%27&api-version=2015-11-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/2f1976cc-2271-4d62-bf3d-7844012b1b3c*082A9DE6A0B812F9C1B55C648784A9EC7934D753B5FECCDB1E668521907B6D36","name":"2f1976cc-2271-4d62-bf3d-7844012b1b3c*082A9DE6A0B812F9C1B55C648784A9EC7934D753B5FECCDB1E668521907B6D36","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","status":"Succeeded","startTime":"2023-03-01T03:13:24.8160985Z","endTime":"2023-03-01T03:16:22.4312023Z","properties":null}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.KeyVault/vaults/dummy","name":"dummy","type":"Microsoft.KeyVault/vaults","location":"centraluseuap","tags":{}}]}' headers: cache-control: - no-cache content-length: - - '609' + - '8841' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 03:16:27 GMT - etag: - - '"3f001679-0000-4d00-0000-63fec3860000"' + - Wed, 03 May 2023 23:24:10 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked vary: - Accept-Encoding x-content-type-options: @@ -430,47 +428,128 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin devcenter create + - keyvault set-policy Connection: - keep-alive ParameterSetName: - - --identity-type --user-assigned-identities --location --tags --name --resource-group + - -n --secret-permissions --object-id User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-keyvault/10.2.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.KeyVault/vaults/dummy?api-version=2023-02-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","name":"cli000003","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T03:13:24.1794219Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T03:13:24.1794219Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000004":{"principalId":"104ac410-a5c3-492e-9841-2930a9b91f33","clientId":"47cb6a6b-b938-4b04-ba47-29c0330807c0"}}},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.westus3.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.KeyVault/vaults/dummy","name":"dummy","type":"Microsoft.KeyVault/vaults","location":"centraluseuap","tags":{},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T21:53:53.715Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T23:16:51.639Z"},"properties":{"sku":{"family":"A","name":"Standard"},"tenantId":"00000000-0000-0000-0000-000000000000","accessPolicies":[{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"00000000-0000-0000-0000-000000000000","permissions":{"keys":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","GetRotationPolicy","SetRotationPolicy","Rotate"],"secrets":["Get","List","Set","Delete","Recover","Backup","Restore"],"certificates":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","ManageContacts","ManageIssuers","GetIssuers","ListIssuers","SetIssuers","DeleteIssuers"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"ad2ce12f-ad89-4409-a8f2-24eae29c990e","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"3841ff12-a992-43fa-a9d1-9898c4b781e2","permissions":{"secrets":["get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"355d68e0-d18a-4a4b-8d53-6fc0eb181c16","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"d63025ac-cc25-4a10-b5fd-b4671f4fae2b","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"356a6bcb-cdac-4da9-bca8-0a46d15f71ba","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"81b114e3-abab-4ce3-93cd-cf79e8f3314c","permissions":{"secrets":["get","list"]}}],"enabledForDeployment":false,"enabledForDiskEncryption":false,"enabledForTemplateDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enableRbacAuthorization":false,"vaultUri":"https://dummy.fake.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' headers: cache-control: - no-cache content-length: - - '949' + - '2224' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 03:16:28 GMT - etag: - - '"240112d3-0000-4d00-0000-63fec3860000"' + - Wed, 03 May 2023 23:24:10 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding + x-aspnet-version: + - 4.0.30319 x-content-type-options: - nosniff - x-ms-providerhub-traffic: - - 'True' + x-ms-keyvault-service-version: + - 1.5.755.0 + status: + code: 200 + message: OK +- request: + body: '{"location": "centraluseuap", "tags": {}, "properties": {"tenantId": "00000000-0000-0000-0000-000000000000", + "sku": {"family": "A", "name": "Standard"}, "accessPolicies": [{"tenantId": + "00000000-0000-0000-0000-000000000000", "objectId": "00000000-0000-0000-0000-000000000000", + "permissions": {"keys": ["Get", "List", "Update", "Create", "Import", "Delete", + "Recover", "Backup", "Restore", "GetRotationPolicy", "SetRotationPolicy", "Rotate"], + "secrets": ["Get", "List", "Set", "Delete", "Recover", "Backup", "Restore"], + "certificates": ["Get", "List", "Update", "Create", "Import", "Delete", "Recover", + "Backup", "Restore", "ManageContacts", "ManageIssuers", "GetIssuers", "ListIssuers", + "SetIssuers", "DeleteIssuers"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", + "objectId": "ad2ce12f-ad89-4409-a8f2-24eae29c990e", "permissions": {"secrets": + ["get", "list"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": + "3841ff12-a992-43fa-a9d1-9898c4b781e2", "permissions": {"secrets": ["get"]}}, + {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": "355d68e0-d18a-4a4b-8d53-6fc0eb181c16", + "permissions": {"secrets": ["get", "list"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", + "objectId": "d63025ac-cc25-4a10-b5fd-b4671f4fae2b", "permissions": {"secrets": + ["get", "list"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": + "356a6bcb-cdac-4da9-bca8-0a46d15f71ba", "permissions": {"secrets": ["get", "list"]}}, + {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": "81b114e3-abab-4ce3-93cd-cf79e8f3314c", + "permissions": {"secrets": ["get", "list"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", + "objectId": "5da515dd-88db-494e-88d9-6c441a697fd8", "permissions": {"secrets": + ["list", "get"]}}], "vaultUri": "https://dummy.fake.net/", "enabledForDeployment": + false, "enabledForDiskEncryption": false, "enabledForTemplateDeployment": false, + "enableSoftDelete": true, "softDeleteRetentionInDays": 90, "enableRbacAuthorization": + false, "provisioningState": "Succeeded", "publicNetworkAccess": "Enabled"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - keyvault set-policy + Connection: + - keep-alive + Content-Length: + - '2087' + Content-Type: + - application/json + ParameterSetName: + - -n --secret-permissions --object-id + User-Agent: + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-keyvault/10.2.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.KeyVault/vaults/dummy?api-version=2023-02-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.KeyVault/vaults/dummy","name":"dummy","type":"Microsoft.KeyVault/vaults","location":"centraluseuap","tags":{},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T21:53:53.715Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T23:24:11.285Z"},"properties":{"sku":{"family":"A","name":"Standard"},"tenantId":"00000000-0000-0000-0000-000000000000","accessPolicies":[{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"00000000-0000-0000-0000-000000000000","permissions":{"keys":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","GetRotationPolicy","SetRotationPolicy","Rotate"],"secrets":["Get","List","Set","Delete","Recover","Backup","Restore"],"certificates":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","ManageContacts","ManageIssuers","GetIssuers","ListIssuers","SetIssuers","DeleteIssuers"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"ad2ce12f-ad89-4409-a8f2-24eae29c990e","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"3841ff12-a992-43fa-a9d1-9898c4b781e2","permissions":{"secrets":["get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"355d68e0-d18a-4a4b-8d53-6fc0eb181c16","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"d63025ac-cc25-4a10-b5fd-b4671f4fae2b","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"356a6bcb-cdac-4da9-bca8-0a46d15f71ba","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"81b114e3-abab-4ce3-93cd-cf79e8f3314c","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"5da515dd-88db-494e-88d9-6c441a697fd8","permissions":{"secrets":["list","get"]}}],"enabledForDeployment":false,"enabledForDiskEncryption":false,"enabledForTemplateDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enableRbacAuthorization":false,"vaultUri":"https://dummy.fake.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' + headers: + cache-control: + - no-cache + content-length: + - '2367' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 03 May 2023 23:24:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-keyvault-service-version: + - 1.5.755.0 + x-ms-ratelimit-remaining-subscription-writes: + - '1193' status: code: 200 message: OK @@ -488,9 +567,9 @@ interactions: ParameterSetName: - --resource-group --dev-center User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs?api-version=2023-04-01 response: body: string: '{"value":[]}' @@ -502,7 +581,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 03:16:30 GMT + - Wed, 03 May 2023 23:24:11 GMT expires: - '-1' pragma: @@ -521,7 +600,7 @@ interactions: code: 200 message: OK - request: - body: '{"properties": {"gitHub": {"branch": "main", "path": "/Catalog_v2", "secretIdentifier": + body: '{"properties": {"gitHub": {"branch": "main", "path": "/Environments", "secretIdentifier": "https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000", "uri": "https://domain.com/dummy/dummy.git"}}}' headers: @@ -534,31 +613,31 @@ interactions: Connection: - keep-alive Content-Length: - - '246' + - '239' Content-Type: - application/json ParameterSetName: - --dev-center --name --git-hub --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002","name":"c2000002","type":"microsoft.devcenter/devcenters/catalogs","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T03:16:32.1920013Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T03:16:32.1920013Z"},"properties":{"provisioningState":"Accepted","syncState":"InProgress","gitHub":{"uri":"https://domain.com/dummy/dummy.git","branch":"main","secretIdentifier":"https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000","path":"/Catalog_v2"}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002","name":"c2000002","type":"microsoft.devcenter/devcenters/catalogs","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T23:24:12.2687371Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T23:24:12.2687371Z"},"properties":{"provisioningState":"Accepted","syncState":"InProgress","gitHub":{"uri":"https://domain.com/dummy/dummy.git","branch":"main","secretIdentifier":"https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000","path":"/Environments"}}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f8594606-22de-4798-a224-ae65a171714d*D351886924B984CF8B8007BA9AABF31B734A46AE8FE10627E7F9711C2C504E91?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/6607f011-981e-4bae-b496-2412072ad3d7*13D51EC5E7277BC29AAC106ABFE1CD985051CD767999FE6844FA800C16C70241?api-version=2023-04-01 cache-control: - no-cache content-length: - - '747' + - '740' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 03:16:34 GMT + - Wed, 03 May 2023 23:24:12 GMT etag: - - '"0200bd20-0000-4d00-0000-63fec3930000"' + - '"01006169-0000-3300-0000-6452ed1d0000"' expires: - '-1' pragma: @@ -570,13 +649,13 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1195' x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-03-01T03:17:32.4610017Z' + - '2023-05-03T23:25:13.1257521Z' status: code: 201 message: Created @@ -594,24 +673,24 @@ interactions: ParameterSetName: - --dev-center --name --git-hub --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f8594606-22de-4798-a224-ae65a171714d*D351886924B984CF8B8007BA9AABF31B734A46AE8FE10627E7F9711C2C504E91?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/6607f011-981e-4bae-b496-2412072ad3d7*13D51EC5E7277BC29AAC106ABFE1CD985051CD767999FE6844FA800C16C70241?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f8594606-22de-4798-a224-ae65a171714d*D351886924B984CF8B8007BA9AABF31B734A46AE8FE10627E7F9711C2C504E91","name":"f8594606-22de-4798-a224-ae65a171714d*D351886924B984CF8B8007BA9AABF31B734A46AE8FE10627E7F9711C2C504E91","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002","status":"Succeeded","startTime":"2023-03-01T03:16:32.4770961Z","endTime":"2023-03-01T03:16:52.8652697Z","properties":["Successfully + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/6607f011-981e-4bae-b496-2412072ad3d7*13D51EC5E7277BC29AAC106ABFE1CD985051CD767999FE6844FA800C16C70241","name":"6607f011-981e-4bae-b496-2412072ad3d7*13D51EC5E7277BC29AAC106ABFE1CD985051CD767999FE6844FA800C16C70241","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002","status":"Succeeded","startTime":"2023-05-03T23:24:13.1732228Z","endTime":"2023-05-03T23:24:18.4386781Z","properties":["Successfully synced 3 catalog items."]}' headers: cache-control: - no-cache content-length: - - '663' + - '669' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 03:17:05 GMT + - Wed, 03 May 2023 23:24:43 GMT etag: - - '"3f007779-0000-4d00-0000-63fec3a40000"' + - '"0000b304-0000-3300-0000-6452ed220000"' expires: - '-1' pragma: @@ -641,23 +720,23 @@ interactions: ParameterSetName: - --dev-center --name --git-hub --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002","name":"c2000002","type":"microsoft.devcenter/devcenters/catalogs","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T03:16:32.1920013Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T03:16:32.1920013Z"},"properties":{"provisioningState":"Succeeded","syncState":"Succeeded","gitHub":{"uri":"https://domain.com/dummy/dummy.git","branch":"main","secretIdentifier":"https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000","path":"/Catalog_v2"},"lastSyncTime":"2023-03-01T03:16:52.5274416Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002","name":"c2000002","type":"microsoft.devcenter/devcenters/catalogs","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T23:24:12.2687371Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T23:24:12.2687371Z"},"properties":{"provisioningState":"Succeeded","syncState":"Succeeded","gitHub":{"uri":"https://domain.com/dummy/dummy.git","branch":"main","secretIdentifier":"https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000","path":"/Environments"},"lastSyncTime":"2023-05-03T23:24:18.0442331Z"}}' headers: cache-control: - no-cache content-length: - - '793' + - '786' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 03:17:05 GMT + - Wed, 03 May 2023 23:24:43 GMT etag: - - '"0200c120-0000-4d00-0000-63fec3a40000"' + - '"01006769-0000-3300-0000-6452ed220000"' expires: - '-1' pragma: @@ -689,21 +768,21 @@ interactions: ParameterSetName: - --resource-group --dev-center User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs?api-version=2023-04-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002","name":"c2000002","type":"microsoft.devcenter/devcenters/catalogs","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T03:16:32.1920013Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T03:16:32.1920013Z"},"properties":{"provisioningState":"Succeeded","syncState":"Succeeded","gitHub":{"uri":"https://domain.com/dummy/dummy.git","branch":"main","secretIdentifier":"https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000","path":"/Catalog_v2"},"lastSyncTime":"2023-03-01T03:16:52.5274416Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002","name":"c2000002","type":"microsoft.devcenter/devcenters/catalogs","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T23:24:12.2687371Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T23:24:12.2687371Z"},"properties":{"provisioningState":"Succeeded","syncState":"Succeeded","gitHub":{"uri":"https://domain.com/dummy/dummy.git","branch":"main","secretIdentifier":"https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000","path":"/Environments"},"lastSyncTime":"2023-05-03T23:24:18.0442331Z"}}]}' headers: cache-control: - no-cache content-length: - - '805' + - '798' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 03:17:05 GMT + - Wed, 03 May 2023 23:24:44 GMT expires: - '-1' pragma: @@ -737,15 +816,15 @@ interactions: ParameterSetName: - --dev-center --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002/sync?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002/sync?api-version=2023-04-01 response: body: string: '{}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/e0ecdb84-c47f-4ed1-be97-11a41ac0d327*D351886924B984CF8B8007BA9AABF31B734A46AE8FE10627E7F9711C2C504E91?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/fe034ebf-ebea-4bd4-a5b8-934eedc3bcaa*13D51EC5E7277BC29AAC106ABFE1CD985051CD767999FE6844FA800C16C70241?api-version=2023-04-01 cache-control: - no-cache content-length: @@ -753,11 +832,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 03:17:09 GMT + - Wed, 03 May 2023 23:24:45 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/e0ecdb84-c47f-4ed1-be97-11a41ac0d327*D351886924B984CF8B8007BA9AABF31B734A46AE8FE10627E7F9711C2C504E91?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/fe034ebf-ebea-4bd4-a5b8-934eedc3bcaa*13D51EC5E7277BC29AAC106ABFE1CD985051CD767999FE6844FA800C16C70241?api-version=2023-04-01 pragma: - no-cache strict-transport-security: @@ -773,7 +852,7 @@ interactions: x-rate-limit-remaining: - '298' x-rate-limit-reset: - - '2023-03-01T03:17:32.6053491Z' + - '2023-05-03T23:25:13.2551160Z' status: code: 202 message: Accepted @@ -791,24 +870,24 @@ interactions: ParameterSetName: - --dev-center --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/e0ecdb84-c47f-4ed1-be97-11a41ac0d327*D351886924B984CF8B8007BA9AABF31B734A46AE8FE10627E7F9711C2C504E91?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/fe034ebf-ebea-4bd4-a5b8-934eedc3bcaa*13D51EC5E7277BC29AAC106ABFE1CD985051CD767999FE6844FA800C16C70241?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/e0ecdb84-c47f-4ed1-be97-11a41ac0d327*D351886924B984CF8B8007BA9AABF31B734A46AE8FE10627E7F9711C2C504E91","name":"e0ecdb84-c47f-4ed1-be97-11a41ac0d327*D351886924B984CF8B8007BA9AABF31B734A46AE8FE10627E7F9711C2C504E91","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002","status":"Succeeded","startTime":"2023-03-01T03:17:07.2027336Z","endTime":"2023-03-01T03:17:35.0400437Z","properties":["Successfully + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/fe034ebf-ebea-4bd4-a5b8-934eedc3bcaa*13D51EC5E7277BC29AAC106ABFE1CD985051CD767999FE6844FA800C16C70241","name":"fe034ebf-ebea-4bd4-a5b8-934eedc3bcaa*13D51EC5E7277BC29AAC106ABFE1CD985051CD767999FE6844FA800C16C70241","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002","status":"Succeeded","startTime":"2023-05-03T23:24:45.304363Z","endTime":"2023-05-03T23:24:59.8821548Z","properties":["Successfully synced 3 catalog items."]}' headers: cache-control: - no-cache content-length: - - '663' + - '668' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 03:17:39 GMT + - Wed, 03 May 2023 23:25:15 GMT etag: - - '"3f00037a-0000-4d00-0000-63fec3cf0000"' + - '"0000b504-0000-3300-0000-6452ed4b0000"' expires: - '-1' pragma: @@ -838,23 +917,23 @@ interactions: ParameterSetName: - --dev-center --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002","name":"c2000002","type":"microsoft.devcenter/devcenters/catalogs","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T03:16:32.1920013Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-03-01T03:17:34.7213213Z"},"properties":{"provisioningState":"Succeeded","syncState":"Succeeded","gitHub":{"uri":"https://domain.com/dummy/dummy.git","branch":"main","secretIdentifier":"https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000","path":"/Catalog_v2"},"lastSyncTime":"2023-03-01T03:17:34.7122031Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002","name":"c2000002","type":"microsoft.devcenter/devcenters/catalogs","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T23:24:12.2687371Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-05-03T23:24:59.4121878Z"},"properties":{"provisioningState":"Succeeded","syncState":"Succeeded","gitHub":{"uri":"https://domain.com/dummy/dummy.git","branch":"main","secretIdentifier":"https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000","path":"/Environments"},"lastSyncTime":"2023-05-03T23:24:59.4104031Z"}}' headers: cache-control: - no-cache content-length: - - '817' + - '810' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 03:17:40 GMT + - Wed, 03 May 2023 23:25:24 GMT etag: - - '"0200c520-0000-4d00-0000-63fec3ce0000"' + - '"01008c69-0000-3300-0000-6452ed4b0000"' expires: - '-1' pragma: @@ -886,23 +965,23 @@ interactions: ParameterSetName: - --dev-center --name --git-hub --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002","name":"c2000002","type":"microsoft.devcenter/devcenters/catalogs","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T03:16:32.1920013Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-03-01T03:17:34.7213213Z"},"properties":{"provisioningState":"Succeeded","syncState":"Succeeded","gitHub":{"uri":"https://domain.com/dummy/dummy.git","branch":"main","secretIdentifier":"https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000","path":"/Catalog_v2"},"lastSyncTime":"2023-03-01T03:17:34.7122031Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002","name":"c2000002","type":"microsoft.devcenter/devcenters/catalogs","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T23:24:12.2687371Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-05-03T23:24:59.4121878Z"},"properties":{"provisioningState":"Succeeded","syncState":"Succeeded","gitHub":{"uri":"https://domain.com/dummy/dummy.git","branch":"main","secretIdentifier":"https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000","path":"/Environments"},"lastSyncTime":"2023-05-03T23:24:59.4104031Z"}}' headers: cache-control: - no-cache content-length: - - '817' + - '810' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 03:17:40 GMT + - Wed, 03 May 2023 23:25:25 GMT etag: - - '"0200c520-0000-4d00-0000-63fec3ce0000"' + - '"01008c69-0000-3300-0000-6452ed4b0000"' expires: - '-1' pragma: @@ -921,7 +1000,7 @@ interactions: code: 200 message: OK - request: - body: '{"properties": {"gitHub": {"branch": "test", "path": "/Catalog", "secretIdentifier": + body: '{"properties": {"gitHub": {"branch": "main", "path": "/tools", "secretIdentifier": "https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000", "uri": "https://domain.com/dummy/dummy.git"}}}' headers: @@ -934,31 +1013,31 @@ interactions: Connection: - keep-alive Content-Length: - - '242' + - '233' Content-Type: - application/json ParameterSetName: - --dev-center --name --git-hub --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002","name":"c2000002","type":"microsoft.devcenter/devcenters/catalogs","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T03:16:32.1920013Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T03:17:41.1367072Z"},"properties":{"provisioningState":"Accepted","syncState":"InProgress","lastSyncTime":"2023-03-01T03:17:34.712203Z","gitHub":{"uri":"https://domain.com/dummy/dummy.git","branch":"test","secretIdentifier":"https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000","path":"/Catalog"}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002","name":"c2000002","type":"microsoft.devcenter/devcenters/catalogs","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T23:24:12.2687371Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T23:25:25.7569949Z"},"properties":{"provisioningState":"Accepted","syncState":"InProgress","lastSyncTime":"2023-05-03T23:24:59.410403Z","gitHub":{"uri":"https://domain.com/dummy/dummy.git","branch":"main","secretIdentifier":"https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000","path":"/tools"}}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/7751f927-4500-4883-8df7-9f10862672f0*D351886924B984CF8B8007BA9AABF31B734A46AE8FE10627E7F9711C2C504E91?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/c461f4d2-cbd5-4bea-aeb8-6799fc13b213*13D51EC5E7277BC29AAC106ABFE1CD985051CD767999FE6844FA800C16C70241?api-version=2023-04-01 cache-control: - no-cache content-length: - - '788' + - '779' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 03:17:43 GMT + - Wed, 03 May 2023 23:25:26 GMT etag: - - '"0200c620-0000-4d00-0000-63fec3d80000"' + - '"01009e69-0000-3300-0000-6452ed660000"' expires: - '-1' pragma: @@ -970,13 +1049,13 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-03-01T03:18:41.2868403Z' + - '2023-05-03T23:26:26.1845574Z' status: code: 201 message: Created @@ -994,25 +1073,25 @@ interactions: ParameterSetName: - --dev-center --name --git-hub --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/7751f927-4500-4883-8df7-9f10862672f0*D351886924B984CF8B8007BA9AABF31B734A46AE8FE10627E7F9711C2C504E91?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/c461f4d2-cbd5-4bea-aeb8-6799fc13b213*13D51EC5E7277BC29AAC106ABFE1CD985051CD767999FE6844FA800C16C70241?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/7751f927-4500-4883-8df7-9f10862672f0*D351886924B984CF8B8007BA9AABF31B734A46AE8FE10627E7F9711C2C504E91","name":"7751f927-4500-4883-8df7-9f10862672f0*D351886924B984CF8B8007BA9AABF31B734A46AE8FE10627E7F9711C2C504E91","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002","status":"Succeeded","startTime":"2023-03-01T03:17:41.3059516Z","endTime":"2023-03-01T03:17:45.2305574Z","properties":["The - service encountered an internal error and was unable to complete the request. - Retry the operation later, and contact support if this error persists."]}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/c461f4d2-cbd5-4bea-aeb8-6799fc13b213*13D51EC5E7277BC29AAC106ABFE1CD985051CD767999FE6844FA800C16C70241","name":"c461f4d2-cbd5-4bea-aeb8-6799fc13b213*13D51EC5E7277BC29AAC106ABFE1CD985051CD767999FE6844FA800C16C70241","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002","status":"Succeeded","startTime":"2023-05-03T23:25:26.204132Z","endTime":"2023-05-03T23:25:53.7478989Z","properties":["No + catalog items were found in catalog c2000002. If this is unexpected, validate + that the branch and folder path are correct."]}' headers: cache-control: - no-cache content-length: - - '779' + - '757' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 03:18:14 GMT + - Wed, 03 May 2023 23:25:55 GMT etag: - - '"3f00287a-0000-4d00-0000-63fec3d90000"' + - '"0000b704-0000-3300-0000-6452ed810000"' expires: - '-1' pragma: @@ -1042,23 +1121,23 @@ interactions: ParameterSetName: - --dev-center --name --git-hub --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002","name":"c2000002","type":"microsoft.devcenter/devcenters/catalogs","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T03:16:32.1920013Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T03:17:41.1367072Z"},"properties":{"provisioningState":"Succeeded","syncState":"Failed","lastSyncTime":"2023-03-01T03:17:45.0181414Z","gitHub":{"uri":"https://domain.com/dummy/dummy.git","branch":"test","secretIdentifier":"https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000","path":"/Catalog"}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002","name":"c2000002","type":"microsoft.devcenter/devcenters/catalogs","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T23:24:12.2687371Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T23:25:25.7569949Z"},"properties":{"provisioningState":"Succeeded","syncState":"Succeeded","lastSyncTime":"2023-05-03T23:25:53.4494672Z","gitHub":{"uri":"https://domain.com/dummy/dummy.git","branch":"main","secretIdentifier":"https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000","path":"/tools"}}}' headers: cache-control: - no-cache content-length: - - '786' + - '780' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 03:18:14 GMT + - Wed, 03 May 2023 23:26:00 GMT etag: - - '"0200ca20-0000-4d00-0000-63fec3d90000"' + - '"0100bc69-0000-3300-0000-6452ed810000"' expires: - '-1' pragma: @@ -1092,15 +1171,15 @@ interactions: ParameterSetName: - --yes --dev-center --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002?api-version=2023-04-01 response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/336e9e59-6c2d-41f0-a715-d12065279651*D351886924B984CF8B8007BA9AABF31B734A46AE8FE10627E7F9711C2C504E91?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/0224891e-fc88-4e7f-b271-a5ee930a7cc7*13D51EC5E7277BC29AAC106ABFE1CD985051CD767999FE6844FA800C16C70241?api-version=2023-04-01 cache-control: - no-cache content-length: @@ -1108,13 +1187,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 03:18:15 GMT + - Wed, 03 May 2023 23:26:01 GMT etag: - - '"0200cb20-0000-4d00-0000-63fec3f70000"' + - '"0100c369-0000-3300-0000-6452ed890000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/336e9e59-6c2d-41f0-a715-d12065279651*D351886924B984CF8B8007BA9AABF31B734A46AE8FE10627E7F9711C2C504E91?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/0224891e-fc88-4e7f-b271-a5ee930a7cc7*13D51EC5E7277BC29AAC106ABFE1CD985051CD767999FE6844FA800C16C70241?api-version=2023-04-01 pragma: - no-cache strict-transport-security: @@ -1142,23 +1221,23 @@ interactions: ParameterSetName: - --yes --dev-center --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/336e9e59-6c2d-41f0-a715-d12065279651*D351886924B984CF8B8007BA9AABF31B734A46AE8FE10627E7F9711C2C504E91?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/0224891e-fc88-4e7f-b271-a5ee930a7cc7*13D51EC5E7277BC29AAC106ABFE1CD985051CD767999FE6844FA800C16C70241?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/336e9e59-6c2d-41f0-a715-d12065279651*D351886924B984CF8B8007BA9AABF31B734A46AE8FE10627E7F9711C2C504E91","name":"336e9e59-6c2d-41f0-a715-d12065279651*D351886924B984CF8B8007BA9AABF31B734A46AE8FE10627E7F9711C2C504E91","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002","status":"Deleting","startTime":"2023-03-01T03:18:15.6102741Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/0224891e-fc88-4e7f-b271-a5ee930a7cc7*13D51EC5E7277BC29AAC106ABFE1CD985051CD767999FE6844FA800C16C70241","name":"0224891e-fc88-4e7f-b271-a5ee930a7cc7*13D51EC5E7277BC29AAC106ABFE1CD985051CD767999FE6844FA800C16C70241","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002","status":"Deleting","startTime":"2023-05-03T23:26:01.6885061Z"}' headers: cache-control: - no-cache content-length: - - '567' + - '573' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 03:18:45 GMT + - Wed, 03 May 2023 23:26:31 GMT etag: - - '"3f00877a-0000-4d00-0000-63fec3f70000"' + - '"0000b804-0000-3300-0000-6452ed890000"' expires: - '-1' pragma: @@ -1184,23 +1263,23 @@ interactions: ParameterSetName: - --yes --dev-center --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/336e9e59-6c2d-41f0-a715-d12065279651*D351886924B984CF8B8007BA9AABF31B734A46AE8FE10627E7F9711C2C504E91?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/0224891e-fc88-4e7f-b271-a5ee930a7cc7*13D51EC5E7277BC29AAC106ABFE1CD985051CD767999FE6844FA800C16C70241?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/336e9e59-6c2d-41f0-a715-d12065279651*D351886924B984CF8B8007BA9AABF31B734A46AE8FE10627E7F9711C2C504E91","name":"336e9e59-6c2d-41f0-a715-d12065279651*D351886924B984CF8B8007BA9AABF31B734A46AE8FE10627E7F9711C2C504E91","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002","status":"Deleting","startTime":"2023-03-01T03:18:15.6102741Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/0224891e-fc88-4e7f-b271-a5ee930a7cc7*13D51EC5E7277BC29AAC106ABFE1CD985051CD767999FE6844FA800C16C70241","name":"0224891e-fc88-4e7f-b271-a5ee930a7cc7*13D51EC5E7277BC29AAC106ABFE1CD985051CD767999FE6844FA800C16C70241","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002","status":"Deleting","startTime":"2023-05-03T23:26:01.6885061Z"}' headers: cache-control: - no-cache content-length: - - '567' + - '573' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 03:19:15 GMT + - Wed, 03 May 2023 23:27:01 GMT etag: - - '"3f00877a-0000-4d00-0000-63fec3f70000"' + - '"0000b804-0000-3300-0000-6452ed890000"' expires: - '-1' pragma: @@ -1226,23 +1305,23 @@ interactions: ParameterSetName: - --yes --dev-center --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/336e9e59-6c2d-41f0-a715-d12065279651*D351886924B984CF8B8007BA9AABF31B734A46AE8FE10627E7F9711C2C504E91?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/0224891e-fc88-4e7f-b271-a5ee930a7cc7*13D51EC5E7277BC29AAC106ABFE1CD985051CD767999FE6844FA800C16C70241?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/336e9e59-6c2d-41f0-a715-d12065279651*D351886924B984CF8B8007BA9AABF31B734A46AE8FE10627E7F9711C2C504E91","name":"336e9e59-6c2d-41f0-a715-d12065279651*D351886924B984CF8B8007BA9AABF31B734A46AE8FE10627E7F9711C2C504E91","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002","status":"Succeeded","startTime":"2023-03-01T03:18:15.6102741Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/0224891e-fc88-4e7f-b271-a5ee930a7cc7*13D51EC5E7277BC29AAC106ABFE1CD985051CD767999FE6844FA800C16C70241","name":"0224891e-fc88-4e7f-b271-a5ee930a7cc7*13D51EC5E7277BC29AAC106ABFE1CD985051CD767999FE6844FA800C16C70241","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000002","status":"Succeeded","startTime":"2023-05-03T23:26:01.6885061Z","properties":null}' headers: cache-control: - no-cache content-length: - - '586' + - '592' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 03:19:46 GMT + - Wed, 03 May 2023 23:27:31 GMT etag: - - '"3f00ac7b-0000-4d00-0000-63fec44b0000"' + - '"0000bd04-0000-3300-0000-6452eddc0000"' expires: - '-1' pragma: @@ -1272,9 +1351,9 @@ interactions: ParameterSetName: - --resource-group --dev-center User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs?api-version=2023-04-01 response: body: string: '{"value":[]}' @@ -1286,7 +1365,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 03:19:47 GMT + - Wed, 03 May 2023 23:27:32 GMT expires: - '-1' pragma: diff --git a/src/devcenter/azext_devcenter/tests/latest/recordings/test_check_name_avail_scenario.yaml b/src/devcenter/azext_devcenter/tests/latest/recordings/test_check_name_avail_scenario.yaml index 3b911426e63..13e7fe4a9ca 100644 --- a/src/devcenter/azext_devcenter/tests/latest/recordings/test_check_name_avail_scenario.yaml +++ b/src/devcenter/azext_devcenter/tests/latest/recordings/test_check_name_avail_scenario.yaml @@ -17,9 +17,9 @@ interactions: ParameterSetName: - --name --type User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/checkNameAvailability?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/checkNameAvailability?api-version=2023-04-01 response: body: string: '{"nameAvailable":true}' @@ -31,7 +31,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 05:00:16 GMT + - Wed, 03 May 2023 05:56:08 GMT expires: - '-1' pragma: @@ -53,12 +53,12 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-17T05:01:17.1552251Z' + - '2023-05-03T05:57:08.6544108Z' status: code: 200 message: OK - request: - body: '{"location": "westus3", "tags": {"CostCode": "12345"}}' + body: '{"location": "centraluseuap", "tags": {"CostCode": "12345"}}' headers: Accept: - application/json @@ -69,31 +69,31 @@ interactions: Connection: - keep-alive Content-Length: - - '54' + - '60' Content-Type: - application/json ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T05:00:18.8851776Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T05:00:18.8851776Z"},"properties":{"provisioningState":"Accepted"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:56:09.9253964Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:56:09.9253964Z"},"properties":{"provisioningState":"Accepted"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/c07344ca-dd10-4db1-b4e2-23612943a8c2*0A109DDE557638C98536D997D1D8A00DE378CD8342D7773EC5ECFFADF02923FD?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/e9b2820d-5954-435d-baaf-de1f6879a560*7564A65C810E5D99C0C1B4803E34CE6E4907602842D0EB52DB87F8D9F0C141AD?api-version=2023-04-01 cache-control: - no-cache content-length: - - '524' + - '530' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 05:00:23 GMT + - Wed, 03 May 2023 05:56:11 GMT etag: - - '"90000b8f-0000-4d00-0000-63ef09e70000"' + - '"0000ac10-0000-3300-0000-6451f77b0000"' expires: - '-1' pragma: @@ -105,7 +105,7 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":100,"currentUsed":23,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' + - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":500,"currentUsed":52,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - '1198' x-rate-limit-limit: @@ -113,7 +113,7 @@ interactions: x-rate-limit-remaining: - '297' x-rate-limit-reset: - - '2023-02-17T05:01:17.4470189Z' + - '2023-05-03T05:56:28.3150620Z' status: code: 201 message: Created @@ -131,23 +131,23 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/c07344ca-dd10-4db1-b4e2-23612943a8c2*0A109DDE557638C98536D997D1D8A00DE378CD8342D7773EC5ECFFADF02923FD?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/e9b2820d-5954-435d-baaf-de1f6879a560*7564A65C810E5D99C0C1B4803E34CE6E4907602842D0EB52DB87F8D9F0C141AD?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/c07344ca-dd10-4db1-b4e2-23612943a8c2*0A109DDE557638C98536D997D1D8A00DE378CD8342D7773EC5ECFFADF02923FD","name":"c07344ca-dd10-4db1-b4e2-23612943a8c2*0A109DDE557638C98536D997D1D8A00DE378CD8342D7773EC5ECFFADF02923FD","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-02-17T05:00:19.0858501Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/e9b2820d-5954-435d-baaf-de1f6879a560*7564A65C810E5D99C0C1B4803E34CE6E4907602842D0EB52DB87F8D9F0C141AD","name":"e9b2820d-5954-435d-baaf-de1f6879a560*7564A65C810E5D99C0C1B4803E34CE6E4907602842D0EB52DB87F8D9F0C141AD","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-03T05:56:10.1752522Z"}' headers: cache-control: - no-cache content-length: - - '549' + - '555' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 05:00:53 GMT + - Wed, 03 May 2023 05:56:41 GMT etag: - - '"12001173-0000-4d00-0000-63ef09e30000"' + - '"00005a00-0000-3300-0000-6451f77a0000"' expires: - '-1' pragma: @@ -177,23 +177,23 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/c07344ca-dd10-4db1-b4e2-23612943a8c2*0A109DDE557638C98536D997D1D8A00DE378CD8342D7773EC5ECFFADF02923FD?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/e9b2820d-5954-435d-baaf-de1f6879a560*7564A65C810E5D99C0C1B4803E34CE6E4907602842D0EB52DB87F8D9F0C141AD?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/c07344ca-dd10-4db1-b4e2-23612943a8c2*0A109DDE557638C98536D997D1D8A00DE378CD8342D7773EC5ECFFADF02923FD","name":"c07344ca-dd10-4db1-b4e2-23612943a8c2*0A109DDE557638C98536D997D1D8A00DE378CD8342D7773EC5ECFFADF02923FD","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Succeeded","startTime":"2023-02-17T05:00:19.0858501Z","endTime":"2023-02-17T05:01:20.9515937Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/e9b2820d-5954-435d-baaf-de1f6879a560*7564A65C810E5D99C0C1B4803E34CE6E4907602842D0EB52DB87F8D9F0C141AD","name":"e9b2820d-5954-435d-baaf-de1f6879a560*7564A65C810E5D99C0C1B4803E34CE6E4907602842D0EB52DB87F8D9F0C141AD","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-03T05:56:10.1752522Z"}' headers: cache-control: - no-cache content-length: - - '609' + - '555' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 05:01:23 GMT + - Wed, 03 May 2023 05:57:11 GMT etag: - - '"1200ea73-0000-4d00-0000-63ef0a200000"' + - '"00005a00-0000-3300-0000-6451f77a0000"' expires: - '-1' pragma: @@ -223,23 +223,115 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/e9b2820d-5954-435d-baaf-de1f6879a560*7564A65C810E5D99C0C1B4803E34CE6E4907602842D0EB52DB87F8D9F0C141AD?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T05:00:18.8851776Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T05:00:18.8851776Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/e9b2820d-5954-435d-baaf-de1f6879a560*7564A65C810E5D99C0C1B4803E34CE6E4907602842D0EB52DB87F8D9F0C141AD","name":"e9b2820d-5954-435d-baaf-de1f6879a560*7564A65C810E5D99C0C1B4803E34CE6E4907602842D0EB52DB87F8D9F0C141AD","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-03T05:56:10.1752522Z"}' headers: cache-control: - no-cache content-length: - - '626' + - '555' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 05:01:23 GMT + - Wed, 03 May 2023 05:57:42 GMT etag: - - '"9000188f-0000-4d00-0000-63ef0a210000"' + - '"00005a00-0000-3300-0000-6451f77a0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devcenter create + Connection: + - keep-alive + ParameterSetName: + - --location --tags --name --resource-group + User-Agent: + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/e9b2820d-5954-435d-baaf-de1f6879a560*7564A65C810E5D99C0C1B4803E34CE6E4907602842D0EB52DB87F8D9F0C141AD?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/e9b2820d-5954-435d-baaf-de1f6879a560*7564A65C810E5D99C0C1B4803E34CE6E4907602842D0EB52DB87F8D9F0C141AD","name":"e9b2820d-5954-435d-baaf-de1f6879a560*7564A65C810E5D99C0C1B4803E34CE6E4907602842D0EB52DB87F8D9F0C141AD","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Succeeded","startTime":"2023-05-03T05:56:10.1752522Z","endTime":"2023-05-03T05:57:52.4772256Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '615' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 03 May 2023 05:58:12 GMT + etag: + - '"00006300-0000-3300-0000-6451f7e00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devcenter create + Connection: + - keep-alive + ParameterSetName: + - --location --tags --name --resource-group + User-Agent: + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:56:09.9253964Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:56:09.9253964Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' + headers: + cache-control: + - no-cache + content-length: + - '638' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 03 May 2023 05:58:12 GMT + etag: + - '"0000b310-0000-3300-0000-6451f7e00000"' expires: - '-1' pragma: @@ -275,9 +367,9 @@ interactions: ParameterSetName: - --name --type User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/checkNameAvailability?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/checkNameAvailability?api-version=2023-04-01 response: body: string: '{"nameAvailable":false,"reason":"AlreadyExists","message":"Failed to @@ -291,7 +383,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 05:01:25 GMT + - Wed, 03 May 2023 05:58:13 GMT expires: - '-1' pragma: @@ -313,7 +405,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-17T05:02:25.3579759Z' + - '2023-05-03T05:59:13.7754813Z' status: code: 200 message: OK diff --git a/src/devcenter/azext_devcenter/tests/latest/recordings/test_dev_box_dataplane_scenario.yaml b/src/devcenter/azext_devcenter/tests/latest/recordings/test_dev_box_dataplane_scenario.yaml index 8ee81cf6db7..76fe48749d1 100644 --- a/src/devcenter/azext_devcenter/tests/latest/recordings/test_dev_box_dataplane_scenario.yaml +++ b/src/devcenter/azext_devcenter/tests/latest/recordings/test_dev_box_dataplane_scenario.yaml @@ -1,7 +1,6 @@ interactions: - request: - body: '{"tags": {"CostCode": "12345"}, "location": "eastus", "identity": {"type": - "SystemAssigned"}}' + body: '{"location": "canadacentral", "tags": {"CostCode": "12345"}}' headers: Accept: - application/json @@ -12,31 +11,31 @@ interactions: Connection: - keep-alive Content-Length: - - '93' + - '60' Content-Type: - application/json ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","name":"cli000003","type":"microsoft.devcenter/devcenters","location":"eastus","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-07T19:53:50.9313992Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-07T19:53:50.9313992Z"},"identity":{"principalId":"6bb23acb-3d76-459b-839a-85a5f854cb76","tenantId":"00000000-0000-0000-0000-000000000000","type":"SystemAssigned"},"properties":{"provisioningState":"Accepted"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","name":"cli000003","type":"microsoft.devcenter/devcenters","location":"canadacentral","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-19T23:45:01.2787476Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T23:45:01.2787476Z"},"properties":{"provisioningState":"Accepted"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/46c7e177-f19c-4e96-9231-31536e462658*15F24E18CAA129BA269510F1AE1F1E27B1ABDE382E9A9BDDA19B6AF85AD46E15?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/191f5763-cc1e-403f-940a-b76a808107ce*70462C68C02DFC1E7B40A5A18B7A47997A6EFD5FA677B8FEE3854521FB42B7D4?api-version=2023-04-01 cache-control: - no-cache content-length: - - '663' + - '530' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:53:52 GMT + - Fri, 19 May 2023 23:45:03 GMT etag: - - '"04005cfb-0000-0100-0000-63e2ac500000"' + - '"0000faa3-0000-0a00-0000-646809ff0000"' expires: - '-1' pragma: @@ -48,15 +47,15 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":100,"currentUsed":41,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"eastus"}' + - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":20,"currentUsed":12,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"canadacentral"}' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T19:54:52.3126424Z' + - '2023-05-19T23:46:01.7691986Z' status: code: 201 message: Created @@ -74,33 +73,29 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/46c7e177-f19c-4e96-9231-31536e462658*15F24E18CAA129BA269510F1AE1F1E27B1ABDE382E9A9BDDA19B6AF85AD46E15?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/191f5763-cc1e-403f-940a-b76a808107ce*70462C68C02DFC1E7B40A5A18B7A47997A6EFD5FA677B8FEE3854521FB42B7D4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/46c7e177-f19c-4e96-9231-31536e462658*15F24E18CAA129BA269510F1AE1F1E27B1ABDE382E9A9BDDA19B6AF85AD46E15","name":"46c7e177-f19c-4e96-9231-31536e462658*15F24E18CAA129BA269510F1AE1F1E27B1ABDE382E9A9BDDA19B6AF85AD46E15","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","status":"Accepted","startTime":"2023-02-07T19:53:52.3219909Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/191f5763-cc1e-403f-940a-b76a808107ce*70462C68C02DFC1E7B40A5A18B7A47997A6EFD5FA677B8FEE3854521FB42B7D4","name":"191f5763-cc1e-403f-940a-b76a808107ce*70462C68C02DFC1E7B40A5A18B7A47997A6EFD5FA677B8FEE3854521FB42B7D4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","status":"Accepted","startTime":"2023-05-19T23:45:01.7898049Z"}' headers: cache-control: - no-cache content-length: - - '548' + - '555' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:54:22 GMT + - Fri, 19 May 2023 23:45:33 GMT etag: - - '"1900381b-0000-0100-0000-63e2ac500000"' + - '"05004a6b-0000-0a00-0000-646809fe0000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff status: @@ -120,33 +115,29 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/46c7e177-f19c-4e96-9231-31536e462658*15F24E18CAA129BA269510F1AE1F1E27B1ABDE382E9A9BDDA19B6AF85AD46E15?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/191f5763-cc1e-403f-940a-b76a808107ce*70462C68C02DFC1E7B40A5A18B7A47997A6EFD5FA677B8FEE3854521FB42B7D4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/46c7e177-f19c-4e96-9231-31536e462658*15F24E18CAA129BA269510F1AE1F1E27B1ABDE382E9A9BDDA19B6AF85AD46E15","name":"46c7e177-f19c-4e96-9231-31536e462658*15F24E18CAA129BA269510F1AE1F1E27B1ABDE382E9A9BDDA19B6AF85AD46E15","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","status":"Accepted","startTime":"2023-02-07T19:53:52.3219909Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/191f5763-cc1e-403f-940a-b76a808107ce*70462C68C02DFC1E7B40A5A18B7A47997A6EFD5FA677B8FEE3854521FB42B7D4","name":"191f5763-cc1e-403f-940a-b76a808107ce*70462C68C02DFC1E7B40A5A18B7A47997A6EFD5FA677B8FEE3854521FB42B7D4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","status":"Accepted","startTime":"2023-05-19T23:45:01.7898049Z"}' headers: cache-control: - no-cache content-length: - - '548' + - '555' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:54:53 GMT + - Fri, 19 May 2023 23:46:03 GMT etag: - - '"1900381b-0000-0100-0000-63e2ac500000"' + - '"05004a6b-0000-0a00-0000-646809fe0000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff status: @@ -166,33 +157,29 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/46c7e177-f19c-4e96-9231-31536e462658*15F24E18CAA129BA269510F1AE1F1E27B1ABDE382E9A9BDDA19B6AF85AD46E15?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/191f5763-cc1e-403f-940a-b76a808107ce*70462C68C02DFC1E7B40A5A18B7A47997A6EFD5FA677B8FEE3854521FB42B7D4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/46c7e177-f19c-4e96-9231-31536e462658*15F24E18CAA129BA269510F1AE1F1E27B1ABDE382E9A9BDDA19B6AF85AD46E15","name":"46c7e177-f19c-4e96-9231-31536e462658*15F24E18CAA129BA269510F1AE1F1E27B1ABDE382E9A9BDDA19B6AF85AD46E15","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","status":"Succeeded","startTime":"2023-02-07T19:53:52.3219909Z","endTime":"2023-02-07T19:55:12.8405392Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/191f5763-cc1e-403f-940a-b76a808107ce*70462C68C02DFC1E7B40A5A18B7A47997A6EFD5FA677B8FEE3854521FB42B7D4","name":"191f5763-cc1e-403f-940a-b76a808107ce*70462C68C02DFC1E7B40A5A18B7A47997A6EFD5FA677B8FEE3854521FB42B7D4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","status":"Succeeded","startTime":"2023-05-19T23:45:01.7898049Z","endTime":"2023-05-19T23:46:25.8346226Z","properties":null}' headers: cache-control: - no-cache content-length: - - '608' + - '615' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:55:23 GMT + - Fri, 19 May 2023 23:46:33 GMT etag: - - '"19004d44-0000-0100-0000-63e2aca00000"' + - '"0500c46c-0000-0a00-0000-64680a510000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff status: @@ -212,33 +199,29 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","name":"cli000003","type":"microsoft.devcenter/devcenters","location":"eastus","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-07T19:53:50.9313992Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-07T19:53:50.9313992Z"},"identity":{"principalId":"6bb23acb-3d76-459b-839a-85a5f854cb76","tenantId":"00000000-0000-0000-0000-000000000000","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","name":"cli000003","type":"microsoft.devcenter/devcenters","location":"canadacentral","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-19T23:45:01.2787476Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T23:45:01.2787476Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}}' headers: cache-control: - no-cache content-length: - - '764' + - '638' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:55:23 GMT + - Fri, 19 May 2023 23:46:33 GMT etag: - - '"04006bfe-0000-0100-0000-63e2aca00000"' + - '"000010a4-0000-0a00-0000-64680a510000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-providerhub-traffic: @@ -247,7 +230,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus", "properties": {"devCenterId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003"}}' + body: '{"location": "canadacentral", "properties": {"devCenterId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003"}}' headers: Accept: - application/json @@ -258,31 +241,31 @@ interactions: Connection: - keep-alive Content-Length: - - '188' + - '195' Content-Type: - application/json ParameterSetName: - --location --name --dev-center-id --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","name":"cli000004","type":"microsoft.devcenter/projects","location":"eastus","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-07T19:55:25.8927812Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-07T19:55:25.8927812Z"},"properties":{"provisioningState":"Accepted","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","name":"cli000004","type":"microsoft.devcenter/projects","location":"canadacentral","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-19T23:46:35.5183088Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T23:46:35.5183088Z"},"properties":{"provisioningState":"Accepted","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/c15d0df8-613d-4dfb-adc9-116d103d13a1*4FDEB39D0D9BD40A972E2CB029EE7B7788CDD255BE5165E734A7D69F40D6837C?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e7b35681-d2df-489f-8fef-6a2224dd3163*92E3BDEBF24415B1FEC59D944A7B519040BE66D1346E0E364064047DFB521536?api-version=2023-04-01 cache-control: - no-cache content-length: - - '639' + - '646' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:55:26 GMT + - Fri, 19 May 2023 23:46:37 GMT etag: - - '"b00193b6-0000-0100-0000-63e2acaf0000"' + - '"0300014f-0000-0a00-0000-64680a5d0000"' expires: - '-1' pragma: @@ -294,7 +277,7 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"projects"},"limit":500,"currentUsed":37,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"eastus"}' + - '{"name":{"localizedValue":null,"value":"projects"},"limit":500,"currentUsed":10,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"canadacentral"}' x-ms-ratelimit-remaining-subscription-writes: - '1199' x-rate-limit-limit: @@ -302,7 +285,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T19:56:26.1082118Z' + - '2023-05-19T23:47:35.9092895Z' status: code: 201 message: Created @@ -320,69 +303,23 @@ interactions: ParameterSetName: - --location --name --dev-center-id --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/c15d0df8-613d-4dfb-adc9-116d103d13a1*4FDEB39D0D9BD40A972E2CB029EE7B7788CDD255BE5165E734A7D69F40D6837C?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/c15d0df8-613d-4dfb-adc9-116d103d13a1*4FDEB39D0D9BD40A972E2CB029EE7B7788CDD255BE5165E734A7D69F40D6837C","name":"c15d0df8-613d-4dfb-adc9-116d103d13a1*4FDEB39D0D9BD40A972E2CB029EE7B7788CDD255BE5165E734A7D69F40D6837C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","status":"Accepted","startTime":"2023-02-07T19:55:26.3215815Z"}' - headers: - cache-control: - - no-cache - content-length: - - '546' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 07 Feb 2023 19:55:56 GMT - etag: - - '"1900074b-0000-0100-0000-63e2acae0000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin project create - Connection: - - keep-alive - ParameterSetName: - - --location --name --dev-center-id --resource-group - User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/c15d0df8-613d-4dfb-adc9-116d103d13a1*4FDEB39D0D9BD40A972E2CB029EE7B7788CDD255BE5165E734A7D69F40D6837C?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e7b35681-d2df-489f-8fef-6a2224dd3163*92E3BDEBF24415B1FEC59D944A7B519040BE66D1346E0E364064047DFB521536?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/c15d0df8-613d-4dfb-adc9-116d103d13a1*4FDEB39D0D9BD40A972E2CB029EE7B7788CDD255BE5165E734A7D69F40D6837C","name":"c15d0df8-613d-4dfb-adc9-116d103d13a1*4FDEB39D0D9BD40A972E2CB029EE7B7788CDD255BE5165E734A7D69F40D6837C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","status":"Succeeded","startTime":"2023-02-07T19:55:26.3215815Z","endTime":"2023-02-07T19:56:08.4330963Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e7b35681-d2df-489f-8fef-6a2224dd3163*92E3BDEBF24415B1FEC59D944A7B519040BE66D1346E0E364064047DFB521536","name":"e7b35681-d2df-489f-8fef-6a2224dd3163*92E3BDEBF24415B1FEC59D944A7B519040BE66D1346E0E364064047DFB521536","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","status":"Succeeded","startTime":"2023-05-19T23:46:36.2589655Z","endTime":"2023-05-19T23:46:49.3367337Z","properties":null}' headers: cache-control: - no-cache content-length: - - '606' + - '613' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:56:27 GMT + - Fri, 19 May 2023 23:47:07 GMT etag: - - '"19003860-0000-0100-0000-63e2acd80000"' + - '"0500376d-0000-0a00-0000-64680a690000"' expires: - '-1' pragma: @@ -412,23 +349,23 @@ interactions: ParameterSetName: - --location --name --dev-center-id --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","name":"cli000004","type":"microsoft.devcenter/projects","location":"eastus","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-07T19:55:25.8927812Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-07T19:55:25.8927812Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","name":"cli000004","type":"microsoft.devcenter/projects","location":"canadacentral","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-19T23:46:35.5183088Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T23:46:35.5183088Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}}' headers: cache-control: - no-cache content-length: - - '740' + - '754' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:56:27 GMT + - Fri, 19 May 2023 23:47:07 GMT etag: - - '"b00110b9-0000-0100-0000-63e2acd80000"' + - '"03002a4f-0000-0a00-0000-64680a690000"' expires: - '-1' pragma: @@ -460,23 +397,23 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","name":"cli000004","type":"microsoft.devcenter/projects","location":"eastus","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-07T19:55:25.8927812Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-07T19:55:25.8927812Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","name":"cli000004","type":"microsoft.devcenter/projects","location":"canadacentral","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-19T23:46:35.5183088Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T23:46:35.5183088Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}}' headers: cache-control: - no-cache content-length: - - '740' + - '754' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:56:28 GMT + - Fri, 19 May 2023 23:47:07 GMT etag: - - '"b00110b9-0000-0100-0000-63e2acd80000"' + - '"03002a4f-0000-0a00-0000-64680a690000"' expires: - '-1' pragma: @@ -506,12 +443,14 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: GET uri: https://graph.microsoft.com/v1.0/me response: body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#users/$entity", "id":"00000000-0000-0000-0000-000000000000"}' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#users/$entity","businessPhones":["+1 + (425) 7041454"],"displayName":"Amanda Lim","givenName":"Amanda","jobTitle":"SOFTWARE + ENGINEER II","mail":"Amanda.Lim@microsoft.com","mobilePhone":null,"officeLocation":"18/Mobile","preferredLanguage":null,"surname":"Lim","userPrincipalName":"amlim@microsoft.com","id":"17755109-de29-4032-8853-f390afd630a2"}' headers: cache-control: - no-cache @@ -520,11 +459,11 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Tue, 07 Feb 2023 19:56:29 GMT + - Fri, 19 May 2023 23:47:08 GMT odata-version: - '4.0' request-id: - - af3a75d7-3ac6-47c1-bc25-e98de657a224 + - 258b988f-b768-4040-b732-6e9747de35cb strict-transport-security: - max-age=31536000 transfer-encoding: @@ -532,7 +471,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"003","RoleInstance":"SJ1PEPF00000D06"}}' + - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"005","RoleInstance":"SJ1PEPF00000A86"}}' x-ms-resource-unit: - '1' status: @@ -552,9 +491,9 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: GET - uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2700000000-0000-0000-0000-000000000000%27%29 + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2717755109-de29-4032-8853-f390afd630a2%27%29 response: body: string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' @@ -566,11 +505,11 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Tue, 07 Feb 2023 19:56:29 GMT + - Fri, 19 May 2023 23:47:08 GMT odata-version: - '4.0' request-id: - - e1e913cf-07cd-4f60-b836-68bf420c4ca2 + - aa4bb4b7-a972-4e1b-a996-8d481e7d2ced strict-transport-security: - max-age=31536000 transfer-encoding: @@ -578,14 +517,14 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"003","RoleInstance":"SJ1PEPF000011B3"}}' + - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"005","RoleInstance":"SJ1PEPF00000A84"}}' x-ms-resource-unit: - '1' status: code: 200 message: OK - request: - body: '{"ids": ["00000000-0000-0000-0000-000000000000"], "types": ["user", "group", + body: '{"ids": ["17755109-de29-4032-8853-f390afd630a2"], "types": ["user", "group", "servicePrincipal", "directoryObjectPartnerReference"]}' headers: Accept: @@ -603,12 +542,14 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds response: body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.user","id":"00000000-0000-0000-0000-000000000000"}]}' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.user","id":"17755109-de29-4032-8853-f390afd630a2","businessPhones":["+1 + (425) 7041454"],"displayName":"Amanda Lim","givenName":"Amanda","jobTitle":"SOFTWARE + ENGINEER II","mail":"Amanda.Lim@microsoft.com","mobilePhone":null,"officeLocation":"18/Mobile","preferredLanguage":null,"surname":"Lim","userPrincipalName":"amlim@microsoft.com"}]}' headers: cache-control: - no-cache @@ -617,13 +558,13 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Tue, 07 Feb 2023 19:56:30 GMT + - Fri, 19 May 2023 23:47:09 GMT location: - https://graph.microsoft.com odata-version: - '4.0' request-id: - - ca5db66f-ca8d-46fb-893d-dc02ae7cd0be + - 817d0034-5ee9-4ab9-80c0-ef123e990781 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -631,7 +572,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"003","RoleInstance":"SJ1PEPF00000D16"}}' + - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"005","RoleInstance":"SJ1PEPF00001465"}}' x-ms-resource-unit: - '3' status: @@ -651,25 +592,23 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.44.1 - accept-language: - - en-US + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27DevCenter%20Dev%20Box%20User%27&api-version=2018-01-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27DevCenter%20Dev%20Box%20User%27&api-version=2022-04-01 response: body: string: '{"value":[{"properties":{"roleName":"DevCenter Dev Box User","type":"BuiltInRole","description":"Provides - access to create and manage dev boxes.","assignableScopes":["/"],"permissions":[{"actions":["Microsoft.DevCenter/projects/read","Microsoft.DevCenter/projects/*/read","Microsoft.Fidalgo/projects/read","Microsoft.Fidalgo/projects/*/read","Microsoft.Authorization/*/read","Microsoft.Resources/subscriptions/resourceGroups/read"],"notActions":[],"dataActions":["Microsoft.DevCenter/projects/users/devboxes/userStop/action","Microsoft.DevCenter/projects/users/devboxes/userStart/action","Microsoft.DevCenter/projects/users/devboxes/userGetRemoteConnection/action","Microsoft.DevCenter/projects/users/devboxes/userRead/action","Microsoft.DevCenter/projects/users/devboxes/userWrite/action","Microsoft.DevCenter/projects/users/devboxes/userDelete/action","Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionRead/action","Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionManage/action","Microsoft.Fidalgo/projects/users/virtualMachines/userStop/action","Microsoft.Fidalgo/projects/users/virtualMachines/userStart/action","Microsoft.Fidalgo/projects/users/virtualMachines/userGetRdpFileContent/action","Microsoft.Fidalgo/projects/users/virtualMachines/userRead/action","Microsoft.Fidalgo/projects/users/virtualMachines/userWrite/action","Microsoft.Fidalgo/projects/users/virtualMachines/userDelete/action"],"notDataActions":[]}],"createdOn":"2022-04-01T00:43:09.4468117Z","updatedOn":"2023-01-12T00:02:27.7427487Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45d50f46-0b78-4001-a660-4198cbe8cd05","type":"Microsoft.Authorization/roleDefinitions","name":"45d50f46-0b78-4001-a660-4198cbe8cd05"}]}' + access to create and manage dev boxes.","assignableScopes":["/"],"permissions":[{"actions":["Microsoft.DevCenter/projects/read","Microsoft.DevCenter/projects/*/read","Microsoft.Authorization/*/read","Microsoft.Resources/subscriptions/resourceGroups/read"],"notActions":[],"dataActions":["Microsoft.DevCenter/projects/users/devboxes/userStop/action","Microsoft.DevCenter/projects/users/devboxes/userStart/action","Microsoft.DevCenter/projects/users/devboxes/userGetRemoteConnection/action","Microsoft.DevCenter/projects/users/devboxes/userRead/action","Microsoft.DevCenter/projects/users/devboxes/userWrite/action","Microsoft.DevCenter/projects/users/devboxes/userDelete/action","Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionRead/action","Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionManage/action","Microsoft.DevCenter/projects/users/devboxes/userActionRead/action","Microsoft.DevCenter/projects/users/devboxes/userActionManage/action"],"notDataActions":[]}],"createdOn":"2022-04-01T02:44:11.1364779Z","updatedOn":"2023-03-28T15:12:30.1350617Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45d50f46-0b78-4001-a660-4198cbe8cd05","type":"Microsoft.Authorization/roleDefinitions","name":"45d50f46-0b78-4001-a660-4198cbe8cd05"}]}' headers: cache-control: - no-cache content-length: - - '1814' + - '1463' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:56:30 GMT + - Fri, 19 May 2023 23:47:09 GMT expires: - '-1' pragma: @@ -689,7 +628,7 @@ interactions: message: OK - request: body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45d50f46-0b78-4001-a660-4198cbe8cd05", - "principalId": "00000000-0000-0000-0000-000000000000", "principalType": "User"}}' + "principalId": "17755109-de29-4032-8853-f390afd630a2", "principalType": "User"}}' headers: Accept: - application/json @@ -702,21 +641,19 @@ interactions: Content-Length: - '258' Content-Type: - - application/json; charset=utf-8 + - application/json Cookie: - x-ms-gateway-slice=Production ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.44.1 - accept-language: - - en-US + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/providers/Microsoft.Authorization/roleAssignments/c439ed73-b9d1-4038-9a7b-de67c3c90635?api-version=2020-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/providers/Microsoft.Authorization/roleAssignments/590762b3-86ad-4e41-a40f-ecff32eea143?api-version=2022-04-01 response: body: - string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45d50f46-0b78-4001-a660-4198cbe8cd05","principalId":"00000000-0000-0000-0000-000000000000","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T19:56:30.9705093Z","updatedOn":"2023-02-07T19:56:31.9395222Z","createdBy":null,"updatedBy":"00000000-0000-0000-0000-000000000000","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/providers/Microsoft.Authorization/roleAssignments/c439ed73-b9d1-4038-9a7b-de67c3c90635","type":"Microsoft.Authorization/roleAssignments","name":"c439ed73-b9d1-4038-9a7b-de67c3c90635"}' + string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45d50f46-0b78-4001-a660-4198cbe8cd05","principalId":"17755109-de29-4032-8853-f390afd630a2","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","condition":null,"conditionVersion":null,"createdOn":"2023-05-19T23:47:10.2371357Z","updatedOn":"2023-05-19T23:47:10.7251462Z","createdBy":null,"updatedBy":"17755109-de29-4032-8853-f390afd630a2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/providers/Microsoft.Authorization/roleAssignments/590762b3-86ad-4e41-a40f-ecff32eea143","type":"Microsoft.Authorization/roleAssignments","name":"590762b3-86ad-4e41-a40f-ecff32eea143"}' headers: cache-control: - no-cache @@ -725,7 +662,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:56:33 GMT + - Fri, 19 May 2023 23:47:12 GMT expires: - '-1' pragma: @@ -740,7 +677,7 @@ interactions: code: 201 message: Created - request: - body: '{"location": "eastus", "properties": {"addressSpace": {"addressPrefixes": + body: '{"location": "canadacentral", "properties": {"addressSpace": {"addressPrefixes": ["10.0.0.0/16"]}, "enableDdosProtection": false, "enableVmProtection": false}}' headers: Accept: @@ -752,38 +689,38 @@ interactions: Connection: - keep-alive Content-Length: - - '152' + - '159' Content-Type: - application/json ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.44.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000005?api-version=2022-01-01 response: body: - string: "{\r\n \"name\": \"cli000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000005\",\r\n - \ \"etag\": \"W/\\\"f2de780e-cbd8-43a8-ac26-e8bc7ab16c41\\\"\",\r\n \"type\": - \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n - \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": - \"f2d4d662-45f4-4b62-a75b-3be03cdb73e5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": - [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [],\r\n - \ \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n - \ }\r\n}" + string: "{\r\n \"name\": \"cli000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000005\"\ + ,\r\n \"etag\": \"W/\\\"11a9a29f-6069-4e0a-ad2a-263081e7d357\\\"\",\r\n \ + \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"canadacentral\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ + \ \"resourceGuid\": \"23852c93-a4ce-4fb7-9e0d-e3a7c6086018\",\r\n \"\ + addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\ + \r\n ]\r\n },\r\n \"subnets\": [],\r\n \"virtualNetworkPeerings\"\ + : [],\r\n \"enableDdosProtection\": 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/eastus/operations/f723c284-b504-4e92-bc22-c4e3c8dfc55e?api-version=2022-01-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/canadacentral/operations/06efbbb7-ebf8-4a4d-ae47-87a28ceef029?api-version=2022-01-01 cache-control: - no-cache content-length: - - '609' + - '616' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:56:35 GMT + - Fri, 19 May 2023 23:47:14 GMT expires: - '-1' pragma: @@ -796,9 +733,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 815e38bf-4770-4e09-b547-9e8447bd2a17 + - ef795408-a0ac-484e-b9dd-067244887889 x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -816,9 +753,9 @@ interactions: ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.44.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/f723c284-b504-4e92-bc22-c4e3c8dfc55e?api-version=2022-01-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/canadacentral/operations/06efbbb7-ebf8-4a4d-ae47-87a28ceef029?api-version=2022-01-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -830,7 +767,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:56:38 GMT + - Fri, 19 May 2023 23:47:17 GMT expires: - '-1' pragma: @@ -847,7 +784,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 97463a43-6ee0-442d-9afa-c119f43c7a51 + - 4bb34e01-6544-4f12-a7d4-36d9edb422ce status: code: 200 message: OK @@ -865,30 +802,30 @@ interactions: ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.44.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000005?api-version=2022-01-01 response: body: - string: "{\r\n \"name\": \"cli000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000005\",\r\n - \ \"etag\": \"W/\\\"e5eb18cc-41a6-4a78-a6c5-83ef383b2709\\\"\",\r\n \"type\": - \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n - \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": - \"f2d4d662-45f4-4b62-a75b-3be03cdb73e5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": - [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [],\r\n - \ \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n - \ }\r\n}" + string: "{\r\n \"name\": \"cli000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000005\"\ + ,\r\n \"etag\": \"W/\\\"57a993a2-7849-4450-854b-6f1333db418d\\\"\",\r\n \ + \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"canadacentral\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ + \ \"resourceGuid\": \"23852c93-a4ce-4fb7-9e0d-e3a7c6086018\",\r\n \"\ + addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\ + \r\n ]\r\n },\r\n \"subnets\": [],\r\n \"virtualNetworkPeerings\"\ + : [],\r\n \"enableDdosProtection\": false\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '610' + - '617' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:56:39 GMT + - Fri, 19 May 2023 23:47:18 GMT etag: - - W/"e5eb18cc-41a6-4a78-a6c5-83ef383b2709" + - W/"57a993a2-7849-4450-854b-6f1333db418d" expires: - '-1' pragma: @@ -905,52 +842,128 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 78899242-2652-4a90-aa78-bb692e33d097 + - caef55c5-6968-49d8-92e6-14f840d98899 status: code: 200 message: OK - request: - body: '{"name": "cli000006", "properties": {"addressPrefix": "10.0.0.0/21"}}' + body: '{"location": "canadacentral"}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - network vnet subnet create + - network nsg create Connection: - keep-alive Content-Length: - - '69' + - '29' Content-Type: - application/json ParameterSetName: - - -n --vnet-name -g --address-prefixes + - -n --location -g User-Agent: - - AZURECLI/2.44.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000005/subnets/cli000006?api-version=2022-01-01 - response: - body: - string: "{\r\n \"name\": \"cli000006\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000005/subnets/cli000006\",\r\n - \ \"etag\": \"W/\\\"9b2287d1-f187-43ad-a878-1e955244fb9e\\\"\",\r\n \"properties\": - {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/21\",\r\n - \ \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n - \ \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": - \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000007?api-version=2022-01-01 + response: + body: + string: "{\r\n \"name\": \"cli000007\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000007\"\ + ,\r\n \"etag\": \"W/\\\"d6800aa1-9f79-4f2e-8bb1-0ea49d729904\\\"\",\r\n \ + \ \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\"\ + : \"canadacentral\",\r\n \"properties\": {\r\n \"provisioningState\":\ + \ \"Updating\",\r\n \"resourceGuid\": \"36aa84f4-1239-4498-93e7-bb1357b0c4b6\"\ + ,\r\n \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n \ + \ {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000007/defaultSecurityRules/AllowVnetInBound\"\ + ,\r\n \"etag\": \"W/\\\"d6800aa1-9f79-4f2e-8bb1-0ea49d729904\\\"\"\ + ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ + ,\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\"\ + ,\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\"\ + ,\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\"\ + : \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\"\ + ,\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n\ + \ \"direction\": \"Inbound\",\r\n \"sourcePortRanges\":\ + \ [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\"\ + : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ + \ },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\ + \n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000007/defaultSecurityRules/AllowAzureLoadBalancerInBound\"\ + ,\r\n \"etag\": \"W/\\\"d6800aa1-9f79-4f2e-8bb1-0ea49d729904\\\"\"\ + ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ + ,\r\n \"description\": \"Allow inbound traffic from azure load balancer\"\ + ,\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\"\ + ,\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\"\ + : \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"*\"\ + ,\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n\ + \ \"direction\": \"Inbound\",\r\n \"sourcePortRanges\":\ + \ [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\"\ + : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ + \ },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\"\ + : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000007/defaultSecurityRules/DenyAllInBound\"\ + ,\r\n \"etag\": \"W/\\\"d6800aa1-9f79-4f2e-8bb1-0ea49d729904\\\"\"\ + ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ + ,\r\n \"description\": \"Deny all inbound traffic\",\r\n \ + \ \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \ + \ \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\"\ + : \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"\ + access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\"\ + : \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\"\ + : [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\"\ + : []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\"\ + ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000007/defaultSecurityRules/AllowVnetOutBound\"\ + ,\r\n \"etag\": \"W/\\\"d6800aa1-9f79-4f2e-8bb1-0ea49d729904\\\"\"\ + ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ + ,\r\n \"description\": \"Allow outbound traffic from all VMs to all\ + \ VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\"\ + : \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\"\ + : \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\"\ + ,\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n\ + \ \"direction\": \"Outbound\",\r\n \"sourcePortRanges\"\ + : [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\"\ + : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ + \ },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \ + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000007/defaultSecurityRules/AllowInternetOutBound\"\ + ,\r\n \"etag\": \"W/\\\"d6800aa1-9f79-4f2e-8bb1-0ea49d729904\\\"\"\ + ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ + ,\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\"\ + ,\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\"\ + ,\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\"\ + : \"*\",\r\n \"destinationAddressPrefix\": \"Internet\",\r\n \ + \ \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \ + \ \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\ + \n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\"\ + : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ + \ },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"\ + id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000007/defaultSecurityRules/DenyAllOutBound\"\ + ,\r\n \"etag\": \"W/\\\"d6800aa1-9f79-4f2e-8bb1-0ea49d729904\\\"\"\ + ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ + ,\r\n \"description\": \"Deny all outbound traffic\",\r\n \ + \ \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \ + \ \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\"\ + : \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"\ + access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\"\ + : \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\"\ + : [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\"\ + : []\r\n }\r\n }\r\n ]\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/31fed84f-4bda-4c08-ab28-b13bbac0e356?api-version=2022-01-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/canadacentral/operations/9a72b267-463d-4e19-ad78-3926f2762d9d?api-version=2022-01-01 cache-control: - no-cache content-length: - - '532' + - '6538' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:56:40 GMT + - Fri, 19 May 2023 23:47:19 GMT expires: - '-1' pragma: @@ -963,9 +976,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 624a8762-8baf-4efc-a407-bb8d2a270430 + - c1c004ad-ffdf-45f4-97eb-5a32e52b4999 x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -977,15 +990,15 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - network vnet subnet create + - network nsg create Connection: - keep-alive ParameterSetName: - - -n --vnet-name -g --address-prefixes + - -n --location -g User-Agent: - - AZURECLI/2.44.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/31fed84f-4bda-4c08-ab28-b13bbac0e356?api-version=2022-01-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/canadacentral/operations/9a72b267-463d-4e19-ad78-3926f2762d9d?api-version=2022-01-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -997,7 +1010,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:56:43 GMT + - Fri, 19 May 2023 23:47:20 GMT expires: - '-1' pragma: @@ -1014,7 +1027,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0f4b560d-f8fa-4a21-8b72-accbf37ed5bd + - f96e4aa4-d818-4e7e-a8fc-b192b96180d7 status: code: 200 message: OK @@ -1026,34 +1039,110 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - network vnet subnet create + - network nsg create Connection: - keep-alive ParameterSetName: - - -n --vnet-name -g --address-prefixes + - -n --location -g User-Agent: - - AZURECLI/2.44.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000005/subnets/cli000006?api-version=2022-01-01 - response: - body: - string: "{\r\n \"name\": \"cli000006\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000005/subnets/cli000006\",\r\n - \ \"etag\": \"W/\\\"24cb829f-1c7f-41a5-90aa-5aecd7361276\\\"\",\r\n \"properties\": - {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/21\",\r\n - \ \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n - \ \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": - \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000007?api-version=2022-01-01 + response: + body: + string: "{\r\n \"name\": \"cli000007\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000007\"\ + ,\r\n \"etag\": \"W/\\\"3659b207-9f7d-4e6c-b081-5c5a32361062\\\"\",\r\n \ + \ \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\"\ + : \"canadacentral\",\r\n \"properties\": {\r\n \"provisioningState\":\ + \ \"Succeeded\",\r\n \"resourceGuid\": \"36aa84f4-1239-4498-93e7-bb1357b0c4b6\"\ + ,\r\n \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n \ + \ {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000007/defaultSecurityRules/AllowVnetInBound\"\ + ,\r\n \"etag\": \"W/\\\"3659b207-9f7d-4e6c-b081-5c5a32361062\\\"\"\ + ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ + ,\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\"\ + ,\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\"\ + ,\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\"\ + : \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\"\ + ,\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n\ + \ \"direction\": \"Inbound\",\r\n \"sourcePortRanges\":\ + \ [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\"\ + : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ + \ },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\ + \n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000007/defaultSecurityRules/AllowAzureLoadBalancerInBound\"\ + ,\r\n \"etag\": \"W/\\\"3659b207-9f7d-4e6c-b081-5c5a32361062\\\"\"\ + ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ + ,\r\n \"description\": \"Allow inbound traffic from azure load balancer\"\ + ,\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\"\ + ,\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\"\ + : \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"*\"\ + ,\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n\ + \ \"direction\": \"Inbound\",\r\n \"sourcePortRanges\":\ + \ [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\"\ + : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ + \ },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\"\ + : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000007/defaultSecurityRules/DenyAllInBound\"\ + ,\r\n \"etag\": \"W/\\\"3659b207-9f7d-4e6c-b081-5c5a32361062\\\"\"\ + ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ + ,\r\n \"description\": \"Deny all inbound traffic\",\r\n \ + \ \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \ + \ \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\"\ + : \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"\ + access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\"\ + : \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\"\ + : [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\"\ + : []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\"\ + ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000007/defaultSecurityRules/AllowVnetOutBound\"\ + ,\r\n \"etag\": \"W/\\\"3659b207-9f7d-4e6c-b081-5c5a32361062\\\"\"\ + ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ + ,\r\n \"description\": \"Allow outbound traffic from all VMs to all\ + \ VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\"\ + : \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\"\ + : \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\"\ + ,\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n\ + \ \"direction\": \"Outbound\",\r\n \"sourcePortRanges\"\ + : [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\"\ + : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ + \ },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \ + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000007/defaultSecurityRules/AllowInternetOutBound\"\ + ,\r\n \"etag\": \"W/\\\"3659b207-9f7d-4e6c-b081-5c5a32361062\\\"\"\ + ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ + ,\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\"\ + ,\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\"\ + ,\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\"\ + : \"*\",\r\n \"destinationAddressPrefix\": \"Internet\",\r\n \ + \ \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \ + \ \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\ + \n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\"\ + : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ + \ },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"\ + id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000007/defaultSecurityRules/DenyAllOutBound\"\ + ,\r\n \"etag\": \"W/\\\"3659b207-9f7d-4e6c-b081-5c5a32361062\\\"\"\ + ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ + ,\r\n \"description\": \"Deny all outbound traffic\",\r\n \ + \ \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \ + \ \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\"\ + : \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"\ + access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\"\ + : \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\"\ + : [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\"\ + : []\r\n }\r\n }\r\n ]\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '533' + - '6545' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:56:43 GMT + - Fri, 19 May 2023 23:47:20 GMT etag: - - W/"24cb829f-1c7f-41a5-90aa-5aecd7361276" + - W/"3659b207-9f7d-4e6c-b081-5c5a32361062" expires: - '-1' pragma: @@ -1070,70 +1159,70 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f04db1a0-0c00-4f1c-b0da-94fa69b7869c + - 2f0f4771-6e40-4930-a9f1-ea2b3c6e71e1 status: code: 200 message: OK - request: - body: '{"tags": {"CostCode": "12345"}, "location": "eastus", "properties": {"subnetId": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000005/subnets/cli000006", - "networkingResourceGroupName": "cli000008", "domainJoinType": "AzureADJoin"}}' + body: '{"name": "cli000006", "properties": {"addressPrefix": "10.0.0.0/21", "networkSecurityGroup": + {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000007"}}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin network-connection create + - network vnet subnet create Connection: - keep-alive Content-Length: - - '314' + - '245' Content-Type: - application/json ParameterSetName: - - --location --tags --name --domain-join-type --subnet-id --networking-resource-group-name - --resource-group + - --nsg -n --vnet-name -g --address-prefixes User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000005/subnets/cli000006?api-version=2022-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","name":"cli000007","type":"microsoft.devcenter/networkconnections","location":"eastus","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-07T19:56:46.5925161Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-07T19:56:46.5925161Z"},"properties":{"provisioningState":"Accepted","networkingResourceGroupName":"cli000008","domainJoinType":"AzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000005/subnets/cli000006"}}' + string: "{\r\n \"name\": \"cli000006\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000005/subnets/cli000006\"\ + ,\r\n \"etag\": \"W/\\\"0cf53666-2411-4fab-b6db-5c75df35562b\\\"\",\r\n \ + \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"\ + addressPrefix\": \"10.0.0.0/21\",\r\n \"networkSecurityGroup\": {\r\n \ + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000007\"\ + \r\n },\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ + : \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\ + \n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" headers: + azure-asyncnotification: + - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/f13fb667-558f-4e77-854a-732a817c2f76*8960187B22B6B08F5F3876A0B490E8E4E36A6E8DBA441F4D03DB484C2DD6B69E?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/canadacentral/operations/1b7e6cb8-5c73-46f5-a433-7fa56f84292e?api-version=2022-01-01 cache-control: - no-cache content-length: - - '778' + - '727' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:56:49 GMT - etag: - - '"4a02b191-0000-0100-0000-63e2ad010000"' + - Fri, 19 May 2023 23:47:21 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-providerhub-traffic: - - 'True' - x-ms-quota: - - '{"name":{"localizedValue":null,"value":"networkConnections"},"limit":80,"currentUsed":24,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"eastus"}' + x-ms-arm-service-request-id: + - 72fda4ca-b36b-4536-bf11-93aac30c4682 x-ms-ratelimit-remaining-subscription-writes: - '1198' - x-rate-limit-limit: - - 1m - x-rate-limit-remaining: - - '299' - x-rate-limit-reset: - - '2023-02-07T19:57:46.8871098Z' status: code: 201 message: Created @@ -1145,34 +1234,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin network-connection create + - network vnet subnet create Connection: - keep-alive ParameterSetName: - - --location --tags --name --domain-join-type --subnet-id --networking-resource-group-name - --resource-group + - --nsg -n --vnet-name -g --address-prefixes User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/f13fb667-558f-4e77-854a-732a817c2f76*8960187B22B6B08F5F3876A0B490E8E4E36A6E8DBA441F4D03DB484C2DD6B69E?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/canadacentral/operations/1b7e6cb8-5c73-46f5-a433-7fa56f84292e?api-version=2022-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/f13fb667-558f-4e77-854a-732a817c2f76*8960187B22B6B08F5F3876A0B490E8E4E36A6E8DBA441F4D03DB484C2DD6B69E","name":"f13fb667-558f-4e77-854a-732a817c2f76*8960187B22B6B08F5F3876A0B490E8E4E36A6E8DBA441F4D03DB484C2DD6B69E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","status":"Succeeded","startTime":"2023-02-07T19:56:49.3385816Z","endTime":"2023-02-07T19:57:11.0274396Z","properties":null}' + string: "{\r\n \"status\": \"Succeeded\"\r\n}" headers: cache-control: - no-cache content-length: - - '616' + - '29' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:57:19 GMT - etag: - - '"19009b80-0000-0100-0000-63e2ad170000"' + - Fri, 19 May 2023 23:47: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: @@ -1181,6 +1270,8 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff + x-ms-arm-service-request-id: + - 8439173d-f4f4-44e7-8371-f8dda8921dd9 status: code: 200 message: OK @@ -1192,34 +1283,43 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin network-connection create + - network vnet subnet create Connection: - keep-alive ParameterSetName: - - --location --tags --name --domain-join-type --subnet-id --networking-resource-group-name - --resource-group + - --nsg -n --vnet-name -g --address-prefixes User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000005/subnets/cli000006?api-version=2022-01-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","name":"cli000007","type":"microsoft.devcenter/networkconnections","location":"eastus","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-07T19:56:46.5925161Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-07T19:56:46.5925161Z"},"properties":{"provisioningState":"Succeeded","networkingResourceGroupName":"cli000008","domainJoinType":"AzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000005/subnets/cli000006"}}' + string: "{\r\n \"name\": \"cli000006\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000005/subnets/cli000006\"\ + ,\r\n \"etag\": \"W/\\\"58b8af58-344f-434c-ac1f-871d1a22f4ae\\\"\",\r\n \ + \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ + addressPrefix\": \"10.0.0.0/21\",\r\n \"networkSecurityGroup\": {\r\n \ + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000007\"\ + \r\n },\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ + : \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\ + \n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" headers: cache-control: - no-cache content-length: - - '779' + - '728' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:57:19 GMT + - Fri, 19 May 2023 23:47:24 GMT etag: - - '"4a027d92-0000-0100-0000-63e2ad170000"' + - W/"58b8af58-344f-434c-ac1f-871d1a22f4ae" expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1228,48 +1328,51 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-providerhub-traffic: - - 'True' + x-ms-arm-service-request-id: + - 8fb054b6-732a-4cd8-be0f-c32b0e623853 status: code: 200 message: OK - request: - body: '{"properties": {"networkConnectionId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007"}}' + body: '{"location": "canadacentral", "properties": {"domainJoinType": "AzureADJoin", + "networkingResourceGroupName": "cli000009", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000005/subnets/cli000006"}, + "tags": {"CostCode": "12345"}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin attached-network create + - devcenter admin network-connection create Connection: - keep-alive Content-Length: - - '182' + - '321' Content-Type: - application/json ParameterSetName: - - --dev-center --name --network-connection-id --resource-group + - --location --tags --name --domain-join-type --subnet-id --networking-resource-group-name + --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/attachednetworks/c2000010?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000008?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/attachednetworks/c2000010","name":"c2000010","type":"microsoft.devcenter/devcenters/attachednetworks","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-07T19:57:21.1107372Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-07T19:57:21.1107372Z"},"properties":{"provisioningState":"Accepted","networkConnectionId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","networkConnectionLocation":"eastus","healthCheckStatus":"Running","domainJoinType":"AzureADJoin"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000008","name":"cli000008","type":"microsoft.devcenter/networkconnections","location":"canadacentral","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-19T23:47:25.8411628Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T23:47:25.8411628Z"},"properties":{"provisioningState":"Accepted","networkingResourceGroupName":"cli000009","domainJoinType":"AzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000005/subnets/cli000006"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/53de1794-a5fc-4205-96cb-4fb94c3fd5e2*3D8F0A774699A60D0F974FFC440D8357C6D5995D559A16AD3391ABB97A73EE7A?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/506b88ff-b88b-4191-8474-4f03bc98f53a*394062C6E6F9306B4ABEE8E90498BB565832437CE08D0C8F6963BC156F68F4EA?api-version=2023-04-01 cache-control: - no-cache content-length: - - '779' + - '785' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:57:36 GMT + - Fri, 19 May 2023 23:47:28 GMT etag: - - '"c90123cf-0000-0100-0000-63e2ad310000"' + - '"1a00e4ad-0000-0a00-0000-64680a900000"' expires: - '-1' pragma: @@ -1280,14 +1383,16 @@ interactions: - nosniff x-ms-providerhub-traffic: - 'True' + x-ms-quota: + - '{"name":{"localizedValue":null,"value":"networkConnections"},"limit":80,"currentUsed":5,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"canadacentral"}' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-07T19:57:49.3474235Z' + - '2023-05-19T23:48:26.2786960Z' status: code: 201 message: Created @@ -1299,29 +1404,30 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin attached-network create + - devcenter admin network-connection create Connection: - keep-alive ParameterSetName: - - --dev-center --name --network-connection-id --resource-group + - --location --tags --name --domain-join-type --subnet-id --networking-resource-group-name + --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/53de1794-a5fc-4205-96cb-4fb94c3fd5e2*3D8F0A774699A60D0F974FFC440D8357C6D5995D559A16AD3391ABB97A73EE7A?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/506b88ff-b88b-4191-8474-4f03bc98f53a*394062C6E6F9306B4ABEE8E90498BB565832437CE08D0C8F6963BC156F68F4EA?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/53de1794-a5fc-4205-96cb-4fb94c3fd5e2*3D8F0A774699A60D0F974FFC440D8357C6D5995D559A16AD3391ABB97A73EE7A","name":"53de1794-a5fc-4205-96cb-4fb94c3fd5e2*3D8F0A774699A60D0F974FFC440D8357C6D5995D559A16AD3391ABB97A73EE7A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/attachednetworks/c2000010","status":"Succeeded","startTime":"2023-02-07T19:57:21.7305132Z","endTime":"2023-02-07T19:57:56.4764973Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/506b88ff-b88b-4191-8474-4f03bc98f53a*394062C6E6F9306B4ABEE8E90498BB565832437CE08D0C8F6963BC156F68F4EA","name":"506b88ff-b88b-4191-8474-4f03bc98f53a*394062C6E6F9306B4ABEE8E90498BB565832437CE08D0C8F6963BC156F68F4EA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000008","status":"Accepted","startTime":"2023-05-19T23:47:26.9213355Z"}' headers: cache-control: - no-cache content-length: - - '634' + - '563' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:58:07 GMT + - Fri, 19 May 2023 23:47:59 GMT etag: - - '"1900e797-0000-0100-0000-63e2ad440000"' + - '"0500f46d-0000-0a00-0000-64680a8f0000"' expires: - '-1' pragma: @@ -1345,29 +1451,77 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin attached-network create + - devcenter admin network-connection create Connection: - keep-alive ParameterSetName: - - --dev-center --name --network-connection-id --resource-group + - --location --tags --name --domain-join-type --subnet-id --networking-resource-group-name + --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/506b88ff-b88b-4191-8474-4f03bc98f53a*394062C6E6F9306B4ABEE8E90498BB565832437CE08D0C8F6963BC156F68F4EA?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/506b88ff-b88b-4191-8474-4f03bc98f53a*394062C6E6F9306B4ABEE8E90498BB565832437CE08D0C8F6963BC156F68F4EA","name":"506b88ff-b88b-4191-8474-4f03bc98f53a*394062C6E6F9306B4ABEE8E90498BB565832437CE08D0C8F6963BC156F68F4EA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000008","status":"Succeeded","startTime":"2023-05-19T23:47:26.9213355Z","endTime":"2023-05-19T23:48:05.9611907Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '623' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 23:48:28 GMT + etag: + - '"0500b16e-0000-0a00-0000-64680ab50000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin network-connection create + Connection: + - keep-alive + ParameterSetName: + - --location --tags --name --domain-join-type --subnet-id --networking-resource-group-name + --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/attachednetworks/c2000010?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000008?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/attachednetworks/c2000010","name":"c2000010","type":"microsoft.devcenter/devcenters/attachednetworks","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-07T19:57:21.1107372Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-07T19:57:21.1107372Z"},"properties":{"provisioningState":"Succeeded","networkConnectionId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","networkConnectionLocation":"eastus","healthCheckStatus":"Running","domainJoinType":"AzureADJoin"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000008","name":"cli000008","type":"microsoft.devcenter/networkconnections","location":"canadacentral","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-19T23:47:25.8411628Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T23:47:25.8411628Z"},"properties":{"provisioningState":"Succeeded","networkingResourceGroupName":"cli000009","domainJoinType":"AzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000005/subnets/cli000006"}}' headers: cache-control: - no-cache content-length: - - '780' + - '786' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:58:08 GMT + - Fri, 19 May 2023 23:48:29 GMT etag: - - '"c90127cf-0000-0100-0000-63e2ad440000"' + - '"1a0029af-0000-0a00-0000-64680ab60000"' expires: - '-1' pragma: @@ -1386,45 +1540,42 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus", "properties": {"imageReference": {"id": "/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os"}, - "sku": {"name": "general_a_8c32gb_v1"}, "osStorageType": "ssd_1024gb", "hibernateSupport": - "Enabled"}}' + body: '{"properties": {"networkConnectionId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000008"}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin devbox-definition create + - devcenter admin attached-network create Connection: - keep-alive Content-Length: - - '365' + - '182' Content-Type: - application/json ParameterSetName: - - --dev-center --name --image-reference --hibernate-support --resource-group - --os-storage-type --sku --location + - --dev-center --name --network-connection-id --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/devboxdefinitions/c1000009?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/attachednetworks/c2000011?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/devboxdefinitions/c1000009","name":"c1000009","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"eastus","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-07T19:58:10.3323173Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-07T19:58:10.3323173Z"},"properties":{"provisioningState":"Accepted","imageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","hibernateSupport":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/attachednetworks/c2000011","name":"c2000011","type":"microsoft.devcenter/devcenters/attachednetworks","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-19T23:48:30.3410142Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T23:48:30.3410142Z"},"properties":{"provisioningState":"Accepted","networkConnectionId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000008","networkConnectionLocation":"canadacentral","healthCheckStatus":"Running","domainJoinType":"AzureADJoin"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/c9a31aab-4ed0-4107-bc6d-80a3f17c95d8*D35AEF69E4AE07E630C855DD65E58CFA609CA3DB5CDFFC2263720549CEF45DD0?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4f4e8679-fdc9-4cb9-bf1b-fa27cc31ca10*89EF7FA14AB0258392EF57EB0D1160AFDC8DEA0DA1C789FDE79EF1EE707020AC?api-version=2023-04-01 cache-control: - no-cache content-length: - - '856' + - '786' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:58:11 GMT + - Fri, 19 May 2023 23:48:33 GMT etag: - - '"00001303-0000-0100-0000-63e2ad540000"' + - '"1d00b5e6-0000-0a00-0000-64680ad10000"' expires: - '-1' pragma: @@ -1435,16 +1586,14 @@ interactions: - nosniff x-ms-providerhub-traffic: - 'True' - x-ms-quota: - - '{"name":{"localizedValue":null,"value":"devBoxDefinitions"},"limit":200,"currentUsed":51,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"eastus"}' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T19:59:10.6404208Z' + - '2023-05-19T23:49:30.9383159Z' status: code: 201 message: Created @@ -1456,30 +1605,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin devbox-definition create + - devcenter admin attached-network create Connection: - keep-alive ParameterSetName: - - --dev-center --name --image-reference --hibernate-support --resource-group - --os-storage-type --sku --location + - --dev-center --name --network-connection-id --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/c9a31aab-4ed0-4107-bc6d-80a3f17c95d8*D35AEF69E4AE07E630C855DD65E58CFA609CA3DB5CDFFC2263720549CEF45DD0?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4f4e8679-fdc9-4cb9-bf1b-fa27cc31ca10*89EF7FA14AB0258392EF57EB0D1160AFDC8DEA0DA1C789FDE79EF1EE707020AC?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/c9a31aab-4ed0-4107-bc6d-80a3f17c95d8*D35AEF69E4AE07E630C855DD65E58CFA609CA3DB5CDFFC2263720549CEF45DD0","name":"c9a31aab-4ed0-4107-bc6d-80a3f17c95d8*D35AEF69E4AE07E630C855DD65E58CFA609CA3DB5CDFFC2263720549CEF45DD0","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/devboxdefinitions/c1000009","status":"Succeeded","startTime":"2023-02-07T19:58:11.4603765Z","endTime":"2023-02-07T19:58:38.6575507Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4f4e8679-fdc9-4cb9-bf1b-fa27cc31ca10*89EF7FA14AB0258392EF57EB0D1160AFDC8DEA0DA1C789FDE79EF1EE707020AC","name":"4f4e8679-fdc9-4cb9-bf1b-fa27cc31ca10*89EF7FA14AB0258392EF57EB0D1160AFDC8DEA0DA1C789FDE79EF1EE707020AC","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/attachednetworks/c2000011","status":"Succeeded","startTime":"2023-05-19T23:48:31.2203771Z","endTime":"2023-05-19T23:48:34.842126Z","properties":null}' headers: cache-control: - no-cache content-length: - - '635' + - '640' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:58:42 GMT + - Fri, 19 May 2023 23:49:03 GMT etag: - - '"19004aad-0000-0100-0000-63e2ad6e0000"' + - '"0500246f-0000-0a00-0000-64680ad20000"' expires: - '-1' pragma: @@ -1503,30 +1651,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin devbox-definition create + - devcenter admin attached-network create Connection: - keep-alive ParameterSetName: - - --dev-center --name --image-reference --hibernate-support --resource-group - --os-storage-type --sku --location + - --dev-center --name --network-connection-id --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/devboxdefinitions/c1000009?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/attachednetworks/c2000011?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/devboxdefinitions/c1000009","name":"c1000009","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"eastus","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-07T19:58:10.3323173Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-07T19:58:10.3323173Z"},"properties":{"provisioningState":"Succeeded","imageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","hibernateSupport":"Enabled","imageValidationStatus":"Succeeded","activeImageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/attachednetworks/c2000011","name":"c2000011","type":"microsoft.devcenter/devcenters/attachednetworks","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-19T23:48:30.3410142Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T23:48:46.8544802Z"},"properties":{"provisioningState":"Succeeded","networkConnectionId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000008","networkConnectionLocation":"canadacentral","healthCheckStatus":"Running","domainJoinType":"AzureADJoin"}}' headers: cache-control: - no-cache content-length: - - '1167' + - '811' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:58:42 GMT + - Fri, 19 May 2023 23:49:03 GMT etag: - - '"00001703-0000-0100-0000-63e2ad6e0000"' + - '"1d00c6e6-0000-0a00-0000-64680adf0000"' expires: - '-1' pragma: @@ -1545,44 +1692,45 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus", "properties": {"devBoxDefinitionName": "c1000009", - "networkConnectionName": "c2000010", "licenseType": "Windows_Client", "localAdministrator": - "Enabled"}}' + body: '{"location": "canadacentral", "properties": {"hibernateSupport": "Enabled", + "imageReference": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os"}, + "osStorageType": "ssd_1024gb", "sku": {"name": "general_a_8c32gb_v1"}}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin pool create + - devcenter admin devbox-definition create Connection: - keep-alive Content-Length: - - '177' + - '395' Content-Type: - application/json ParameterSetName: - - -d --location --local-administrator --name -c --project-name --resource-group + - --dev-center --name --image-reference --hibernate-support --resource-group + --os-storage-type --sku --location User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000011?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/devboxdefinitions/c1000010?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000011","name":"c3000011","type":"microsoft.devcenter/projects/pools","location":"eastus","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-07T19:58:44.5067145Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-07T19:58:44.5067145Z"},"properties":{"provisioningState":"Accepted","devBoxDefinitionName":"c1000009","networkConnectionName":"c2000010","licenseType":"Windows_Client","localAdministrator":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/devboxdefinitions/c1000010","name":"c1000010","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"canadacentral","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-19T23:49:06.5057365Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T23:49:06.5057365Z"},"properties":{"provisioningState":"Accepted","imageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","hibernateSupport":"Enabled"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3ad98417-e0c3-48ae-a91f-f9b4a35252bd*30D7B361734AFE4C693D5CCE6DA660E5661DF0215D173370546FD429EA950745?api-version=2023-04-01 cache-control: - no-cache content-length: - - '642' + - '886' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:58:45 GMT + - Fri, 19 May 2023 23:49:08 GMT etag: - - '"0200602b-0000-0100-0000-63e2ad750000"' + - '"0300ab9f-0000-0a00-0000-64680af40000"' expires: - '-1' pragma: @@ -1594,15 +1742,15 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"pools"},"limit":500,"currentUsed":44,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"eastus"}' + - '{"name":{"localizedValue":null,"value":"devBoxDefinitions"},"limit":200,"currentUsed":15,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"canadacentral"}' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '297' + - '299' x-rate-limit-reset: - - '2023-02-07T19:59:10.6404208Z' + - '2023-05-19T23:50:07.2367207Z' status: code: 201 message: Created @@ -1614,29 +1762,30 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin pool create + - devcenter admin devbox-definition create Connection: - keep-alive ParameterSetName: - - -d --location --local-administrator --name -c --project-name --resource-group + - --dev-center --name --image-reference --hibernate-support --resource-group + --os-storage-type --sku --location User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3ad98417-e0c3-48ae-a91f-f9b4a35252bd*30D7B361734AFE4C693D5CCE6DA660E5661DF0215D173370546FD429EA950745?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC","name":"87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000011","status":"Accepted","startTime":"2023-02-07T19:58:45.2065543Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3ad98417-e0c3-48ae-a91f-f9b4a35252bd*30D7B361734AFE4C693D5CCE6DA660E5661DF0215D173370546FD429EA950745","name":"3ad98417-e0c3-48ae-a91f-f9b4a35252bd*30D7B361734AFE4C693D5CCE6DA660E5661DF0215D173370546FD429EA950745","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/devboxdefinitions/c1000010","status":"Succeeded","startTime":"2023-05-19T23:49:07.4330671Z","endTime":"2023-05-19T23:49:23.4476102Z","properties":null}' headers: cache-control: - no-cache content-length: - - '561' + - '642' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:59:15 GMT + - Fri, 19 May 2023 23:49:38 GMT etag: - - '"1900c0b0-0000-0100-0000-63e2ad750000"' + - '"05000170-0000-0a00-0000-64680b030000"' expires: - '-1' pragma: @@ -1660,29 +1809,30 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin pool create + - devcenter admin devbox-definition create Connection: - keep-alive ParameterSetName: - - -d --location --local-administrator --name -c --project-name --resource-group + - --dev-center --name --image-reference --hibernate-support --resource-group + --os-storage-type --sku --location User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/devboxdefinitions/c1000010?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC","name":"87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000011","status":"Accepted","startTime":"2023-02-07T19:58:45.2065543Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/devboxdefinitions/c1000010","name":"c1000010","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"canadacentral","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-19T23:49:06.5057365Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T23:49:06.5057365Z"},"properties":{"provisioningState":"Succeeded","imageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","hibernateSupport":"Enabled","imageValidationStatus":"Succeeded","activeImageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"}}}' headers: cache-control: - no-cache content-length: - - '561' + - '1220' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 19:59:46 GMT + - Fri, 19 May 2023 23:49:38 GMT etag: - - '"1900c0b0-0000-0100-0000-63e2ad750000"' + - '"03003aa0-0000-0a00-0000-64680b030000"' expires: - '-1' pragma: @@ -1695,55 +1845,73 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff + x-ms-providerhub-traffic: + - 'True' status: code: 200 message: OK - request: - body: null + body: '{"location": "canadacentral", "properties": {"devBoxDefinitionName": "c1000010", + "licenseType": "Windows_Client", "localAdministrator": "Enabled", "networkConnectionName": + "c2000011"}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - devcenter admin pool create Connection: - keep-alive + Content-Length: + - '184' + Content-Type: + - application/json ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC?api-version=2022-11-11-preview + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000012?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC","name":"87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000011","status":"Accepted","startTime":"2023-02-07T19:58:45.2065543Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000012","name":"c3000012","type":"microsoft.devcenter/projects/pools","location":"canadacentral","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-19T23:49:40.006936Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T23:49:40.006936Z"},"properties":{"provisioningState":"Accepted","devBoxDefinitionName":"c1000010","networkConnectionName":"c2000011","licenseType":"Windows_Client","localAdministrator":"Enabled"}}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312?api-version=2023-04-01 cache-control: - no-cache content-length: - - '561' + - '647' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:00:16 GMT + - Fri, 19 May 2023 23:49:42 GMT etag: - - '"1900c0b0-0000-0100-0000-63e2ad750000"' + - '"0a006ff9-0000-0a00-0000-64680b160000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-quota: + - '{"name":{"localizedValue":null,"value":"pools"},"limit":500,"currentUsed":12,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"canadacentral"}' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-19T23:50:40.8606146Z' status: - code: 200 - message: OK + code: 201 + message: Created - request: body: null headers: @@ -1758,23 +1926,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC","name":"87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000011","status":"Accepted","startTime":"2023-02-07T19:58:45.2065543Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312","name":"e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000012","status":"Accepted","startTime":"2023-05-19T23:49:41.6011071Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:00:46 GMT + - Fri, 19 May 2023 23:50:12 GMT etag: - - '"1900c0b0-0000-0100-0000-63e2ad750000"' + - '"05004e70-0000-0a00-0000-64680b150000"' expires: - '-1' pragma: @@ -1804,23 +1972,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC","name":"87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000011","status":"Accepted","startTime":"2023-02-07T19:58:45.2065543Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312","name":"e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000012","status":"Accepted","startTime":"2023-05-19T23:49:41.6011071Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:01:16 GMT + - Fri, 19 May 2023 23:50:43 GMT etag: - - '"1900c0b0-0000-0100-0000-63e2ad750000"' + - '"05004e70-0000-0a00-0000-64680b150000"' expires: - '-1' pragma: @@ -1850,23 +2018,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC","name":"87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000011","status":"Accepted","startTime":"2023-02-07T19:58:45.2065543Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312","name":"e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000012","status":"Accepted","startTime":"2023-05-19T23:49:41.6011071Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:01:46 GMT + - Fri, 19 May 2023 23:51:13 GMT etag: - - '"1900c0b0-0000-0100-0000-63e2ad750000"' + - '"05004e70-0000-0a00-0000-64680b150000"' expires: - '-1' pragma: @@ -1896,23 +2064,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC","name":"87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000011","status":"Accepted","startTime":"2023-02-07T19:58:45.2065543Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312","name":"e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000012","status":"Accepted","startTime":"2023-05-19T23:49:41.6011071Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:02:16 GMT + - Fri, 19 May 2023 23:51:43 GMT etag: - - '"1900c0b0-0000-0100-0000-63e2ad750000"' + - '"05004e70-0000-0a00-0000-64680b150000"' expires: - '-1' pragma: @@ -1942,23 +2110,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC","name":"87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000011","status":"Accepted","startTime":"2023-02-07T19:58:45.2065543Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312","name":"e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000012","status":"Accepted","startTime":"2023-05-19T23:49:41.6011071Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:02:47 GMT + - Fri, 19 May 2023 23:52:13 GMT etag: - - '"1900c0b0-0000-0100-0000-63e2ad750000"' + - '"05004e70-0000-0a00-0000-64680b150000"' expires: - '-1' pragma: @@ -1988,23 +2156,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC","name":"87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000011","status":"Accepted","startTime":"2023-02-07T19:58:45.2065543Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312","name":"e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000012","status":"Accepted","startTime":"2023-05-19T23:49:41.6011071Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:03:17 GMT + - Fri, 19 May 2023 23:52:43 GMT etag: - - '"1900c0b0-0000-0100-0000-63e2ad750000"' + - '"05004e70-0000-0a00-0000-64680b150000"' expires: - '-1' pragma: @@ -2034,23 +2202,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC","name":"87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000011","status":"Accepted","startTime":"2023-02-07T19:58:45.2065543Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312","name":"e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000012","status":"Accepted","startTime":"2023-05-19T23:49:41.6011071Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:03:48 GMT + - Fri, 19 May 2023 23:53:13 GMT etag: - - '"1900c0b0-0000-0100-0000-63e2ad750000"' + - '"05004e70-0000-0a00-0000-64680b150000"' expires: - '-1' pragma: @@ -2080,23 +2248,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC","name":"87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000011","status":"Accepted","startTime":"2023-02-07T19:58:45.2065543Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312","name":"e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000012","status":"Accepted","startTime":"2023-05-19T23:49:41.6011071Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:04:19 GMT + - Fri, 19 May 2023 23:53:43 GMT etag: - - '"1900c0b0-0000-0100-0000-63e2ad750000"' + - '"05004e70-0000-0a00-0000-64680b150000"' expires: - '-1' pragma: @@ -2126,23 +2294,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC","name":"87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000011","status":"Accepted","startTime":"2023-02-07T19:58:45.2065543Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312","name":"e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000012","status":"Accepted","startTime":"2023-05-19T23:49:41.6011071Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:04:49 GMT + - Fri, 19 May 2023 23:54:14 GMT etag: - - '"1900c0b0-0000-0100-0000-63e2ad750000"' + - '"05004e70-0000-0a00-0000-64680b150000"' expires: - '-1' pragma: @@ -2172,23 +2340,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC","name":"87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000011","status":"Accepted","startTime":"2023-02-07T19:58:45.2065543Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312","name":"e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000012","status":"Accepted","startTime":"2023-05-19T23:49:41.6011071Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:05:20 GMT + - Fri, 19 May 2023 23:54:44 GMT etag: - - '"1900c0b0-0000-0100-0000-63e2ad750000"' + - '"05004e70-0000-0a00-0000-64680b150000"' expires: - '-1' pragma: @@ -2218,23 +2386,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC","name":"87e77e14-be48-4f67-b3cb-f321966275ac*12957B911209CD095D86AACF872257B228AF6218570470EFCAF17981448F7FFC","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000011","status":"Succeeded","startTime":"2023-02-07T19:58:45.2065543Z","endTime":"2023-02-07T20:05:40.2743976Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312","name":"e843f77c-1d04-48c2-99d4-c9787280bdc4*79D8E30380DF270E3A9FFB25C522A34E7802D3BCCE08C63C90F7B806A0230312","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000012","status":"Succeeded","startTime":"2023-05-19T23:49:41.6011071Z","endTime":"2023-05-19T23:55:01.2490075Z","properties":null}' headers: cache-control: - no-cache content-length: - - '621' + - '628' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:05:51 GMT + - Fri, 19 May 2023 23:55:14 GMT etag: - - '"1a007687-0000-0100-0000-63e2af140000"' + - '"05008975-0000-0a00-0000-64680c550000"' expires: - '-1' pragma: @@ -2264,23 +2432,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000011?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000012?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000011","name":"c3000011","type":"microsoft.devcenter/projects/pools","location":"eastus","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-07T19:58:44.5067145Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-07T19:58:44.5067145Z"},"properties":{"provisioningState":"Succeeded","devBoxDefinitionName":"c1000009","networkConnectionName":"c2000010","licenseType":"Windows_Client","localAdministrator":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000012","name":"c3000012","type":"microsoft.devcenter/projects/pools","location":"canadacentral","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-19T23:49:40.006936Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T23:49:40.006936Z"},"properties":{"provisioningState":"Succeeded","devBoxDefinitionName":"c1000010","networkConnectionName":"c2000011","licenseType":"Windows_Client","localAdministrator":"Enabled"}}' headers: cache-control: - no-cache content-length: - - '643' + - '648' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:05:52 GMT + - Fri, 19 May 2023 23:55:15 GMT etag: - - '"02001e36-0000-0100-0000-63e2af140000"' + - '"0a00b4fe-0000-0a00-0000-64680c550000"' expires: - '-1' pragma: @@ -2299,8 +2467,8 @@ interactions: code: 200 message: OK - request: - body: '{"properties": {"type": "StopDevBox", "frequency": "Daily", "time": "18:30", - "timeZone": "America/Los_Angeles"}}' + body: '{"properties": {"frequency": "Daily", "time": "18:30", "timeZone": "America/Los_Angeles", + "type": "StopDevBox"}}' headers: Accept: - application/json @@ -2317,15 +2485,15 @@ interactions: ParameterSetName: - --pool-name --project-name --resource-group --time --time-zone User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000011/schedules/default?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000012/schedules/default?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000011/schedules/default","name":"default","type":"microsoft.devcenter/projects/pools/schedules","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-07T20:05:53.7790574Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-07T20:05:53.7790574Z"},"properties":{"provisioningState":"Accepted","type":"StopDevBox","frequency":"Daily","time":"18:30","timeZone":"America/Los_Angeles"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000012/schedules/default","name":"default","type":"microsoft.devcenter/projects/pools/schedules","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-19T23:55:15.9657001Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T23:55:15.9657001Z"},"properties":{"provisioningState":"Accepted","type":"StopDevBox","frequency":"Daily","time":"18:30","timeZone":"America/Los_Angeles"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/2f6fb523-91dc-4a3b-b231-1abb8cca8a3b*7F7A0F3F2A30B118EE157E9CD92CB2B84936873034422AD12B238FE1CF59F1FB?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/193b6acf-0c3a-4f84-b475-ea494ec08eeb*B00500F872869E1230DA1574FE476C9FAF19808A483B4F9615E0402083584A88?api-version=2023-04-01 cache-control: - no-cache content-length: @@ -2333,9 +2501,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:05:54 GMT + - Fri, 19 May 2023 23:55:17 GMT etag: - - '"d0012f7b-0000-0100-0000-63e2af220000"' + - '"0b00f518-0000-0a00-0000-64680c650000"' expires: - '-1' pragma: @@ -2347,13 +2515,13 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:06:54.3342366Z' + - '2023-05-19T23:56:16.4377067Z' status: code: 201 message: Created @@ -2371,23 +2539,23 @@ interactions: ParameterSetName: - --pool-name --project-name --resource-group --time --time-zone User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/2f6fb523-91dc-4a3b-b231-1abb8cca8a3b*7F7A0F3F2A30B118EE157E9CD92CB2B84936873034422AD12B238FE1CF59F1FB?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/193b6acf-0c3a-4f84-b475-ea494ec08eeb*B00500F872869E1230DA1574FE476C9FAF19808A483B4F9615E0402083584A88?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/2f6fb523-91dc-4a3b-b231-1abb8cca8a3b*7F7A0F3F2A30B118EE157E9CD92CB2B84936873034422AD12B238FE1CF59F1FB","name":"2f6fb523-91dc-4a3b-b231-1abb8cca8a3b*7F7A0F3F2A30B118EE157E9CD92CB2B84936873034422AD12B238FE1CF59F1FB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000011/schedules/default","status":"Succeeded","startTime":"2023-02-07T20:05:54.5321982Z","endTime":"2023-02-07T20:06:11.4201515Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/193b6acf-0c3a-4f84-b475-ea494ec08eeb*B00500F872869E1230DA1574FE476C9FAF19808A483B4F9615E0402083584A88","name":"193b6acf-0c3a-4f84-b475-ea494ec08eeb*B00500F872869E1230DA1574FE476C9FAF19808A483B4F9615E0402083584A88","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000012/schedules/default","status":"Accepted","startTime":"2023-05-19T23:55:16.8163462Z"}' headers: cache-control: - no-cache content-length: - - '639' + - '586' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:06:24 GMT + - Fri, 19 May 2023 23:55:47 GMT etag: - - '"1a006a90-0000-0100-0000-63e2af330000"' + - '"0500d375-0000-0a00-0000-64680c640000"' expires: - '-1' pragma: @@ -2417,12 +2585,150 @@ interactions: ParameterSetName: - --pool-name --project-name --resource-group --time --time-zone User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000011/schedules/default?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/193b6acf-0c3a-4f84-b475-ea494ec08eeb*B00500F872869E1230DA1574FE476C9FAF19808A483B4F9615E0402083584A88?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000011/schedules/default","name":"default","type":"microsoft.devcenter/projects/pools/schedules","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-07T20:05:53.7790574Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-07T20:05:53.7790574Z"},"properties":{"provisioningState":"Succeeded","type":"StopDevBox","frequency":"Daily","time":"18:30","timeZone":"America/Los_Angeles"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/193b6acf-0c3a-4f84-b475-ea494ec08eeb*B00500F872869E1230DA1574FE476C9FAF19808A483B4F9615E0402083584A88","name":"193b6acf-0c3a-4f84-b475-ea494ec08eeb*B00500F872869E1230DA1574FE476C9FAF19808A483B4F9615E0402083584A88","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000012/schedules/default","status":"Accepted","startTime":"2023-05-19T23:55:16.8163462Z"}' + headers: + cache-control: + - no-cache + content-length: + - '586' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 23:56:17 GMT + etag: + - '"0500d375-0000-0a00-0000-64680c640000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin schedule create + Connection: + - keep-alive + ParameterSetName: + - --pool-name --project-name --resource-group --time --time-zone + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/193b6acf-0c3a-4f84-b475-ea494ec08eeb*B00500F872869E1230DA1574FE476C9FAF19808A483B4F9615E0402083584A88?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/193b6acf-0c3a-4f84-b475-ea494ec08eeb*B00500F872869E1230DA1574FE476C9FAF19808A483B4F9615E0402083584A88","name":"193b6acf-0c3a-4f84-b475-ea494ec08eeb*B00500F872869E1230DA1574FE476C9FAF19808A483B4F9615E0402083584A88","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000012/schedules/default","status":"Accepted","startTime":"2023-05-19T23:55:16.8163462Z"}' + headers: + cache-control: + - no-cache + content-length: + - '586' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 23:56:47 GMT + etag: + - '"0500d375-0000-0a00-0000-64680c640000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin schedule create + Connection: + - keep-alive + ParameterSetName: + - --pool-name --project-name --resource-group --time --time-zone + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/193b6acf-0c3a-4f84-b475-ea494ec08eeb*B00500F872869E1230DA1574FE476C9FAF19808A483B4F9615E0402083584A88?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/193b6acf-0c3a-4f84-b475-ea494ec08eeb*B00500F872869E1230DA1574FE476C9FAF19808A483B4F9615E0402083584A88","name":"193b6acf-0c3a-4f84-b475-ea494ec08eeb*B00500F872869E1230DA1574FE476C9FAF19808A483B4F9615E0402083584A88","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000012/schedules/default","status":"Succeeded","startTime":"2023-05-19T23:55:16.8163462Z","endTime":"2023-05-19T23:56:53.2985626Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '646' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 23:57:18 GMT + etag: + - '"05007377-0000-0a00-0000-64680cc50000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin schedule create + Connection: + - keep-alive + ParameterSetName: + - --pool-name --project-name --resource-group --time --time-zone + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000012/schedules/default?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/pools/c3000012/schedules/default","name":"default","type":"microsoft.devcenter/projects/pools/schedules","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-19T23:55:15.9657001Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T23:55:15.9657001Z"},"properties":{"provisioningState":"Succeeded","type":"StopDevBox","frequency":"Daily","time":"18:30","timeZone":"America/Los_Angeles"}}' headers: cache-control: - no-cache @@ -2431,9 +2737,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:06:24 GMT + - Fri, 19 May 2023 23:57:18 GMT etag: - - '"d001357b-0000-0100-0000-63e2af330000"' + - '"0b00e119-0000-0a00-0000-64680cc50000"' expires: - '-1' pragma: @@ -2473,21 +2779,21 @@ interactions: ParameterSetName: - --dev-center User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: cache-control: - no-cache content-length: - - '196' + - '203' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:06:25 GMT + - Fri, 19 May 2023 23:57:19 GMT expires: - '-1' pragma: @@ -2505,7 +2811,7 @@ interactions: x-ms-ratelimit-remaining-tenant-resource-requests: - '14' x-ms-resource-graph-request-duration: - - '0:00:00:00.3224654' + - '0:00:00:00.3217468' x-ms-user-quota-remaining: - '14' x-ms-user-quota-resets-after: @@ -2527,10 +2833,10 @@ interactions: ParameterSetName: - --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/devboxes?api-version=2022-11-11-preview + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/devboxes?api-version=2023-04-01 response: body: string: "{\n \"value\": []\n}" @@ -2542,15 +2848,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:06:27 GMT + - Fri, 19 May 2023 23:57:20 GMT strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '298' x-rate-limit-reset: - - '2023-02-07T20:07:27.0883953Z' + - '2023-05-19T23:57:22.5365406Z' status: code: 200 message: OK @@ -2576,21 +2882,21 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: cache-control: - no-cache content-length: - - '196' + - '203' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:06:27 GMT + - Fri, 19 May 2023 23:57:21 GMT expires: - '-1' pragma: @@ -2608,7 +2914,7 @@ interactions: x-ms-ratelimit-remaining-tenant-resource-requests: - '13' x-ms-resource-graph-request-duration: - - '0:00:00:00.3671929' + - '0:00:00:00.3460630' x-ms-user-quota-remaining: - '13' x-ms-user-quota-resets-after: @@ -2617,7 +2923,7 @@ interactions: code: 200 message: OK - request: - body: '{"poolName": "c3000011"}' + body: '{"poolName": "c3000012"}' headers: Accept: - application/json @@ -2634,37 +2940,39 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002?api-version=2022-11-11-preview - response: - body: - string: "{\n \"name\": \"cli000002\",\n \"projectName\": \"cli000004\",\n - \ \"poolName\": \"c3000011\",\n \"hibernateSupport\": \"Enabled\",\n \"provisioningState\": - \"Creating\",\n \"actionState\": \"Unknown\",\n \"uniqueId\": \"cdede9bf-c17c-416f-a8de-f2e442ab79ce\",\n - \ \"location\": \"eastus\",\n \"osType\": \"Windows\",\n \"user\": \"00000000-0000-0000-0000-000000000000\",\n - \ \"hardwareProfile\": {\n \"skuName\": \"general_a_8c32gb_v1\",\n \"memoryGB\": - 32,\n \"vCPUs\": 8\n },\n \"storageProfile\": {\n \"osDisk\": {\n - \ \"diskSizeGB\": 1024\n }\n },\n \"imageReference\": {\n \"name\": - \"microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os\",\n \"version\": - \"1.0.0\",\n \"operatingSystem\": \"Windows11\",\n \"osBuildNumber\": - \"win11-22h2-ent-cpc-os\",\n \"publishedDate\": \"2022-09-20T00:00:00+00:00\"\n - \ },\n \"createdTime\": \"2023-02-07T20:06:29.2495081+00:00\",\n \"localAdministrator\": - \"Enabled\"\n}" + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002?api-version=2023-04-01 + response: + body: + string: "{\n \"name\": \"cli000002\",\n \"projectName\": \"cli000004\",\n\ + \ \"poolName\": \"c3000012\",\n \"hibernateSupport\": \"Enabled\",\n \"\ + provisioningState\": \"Creating\",\n \"actionState\": \"Unknown\",\n \"\ + powerState\": null,\n \"uniqueId\": \"9fe61893-3810-44d0-8711-cbfad712bfad\"\ + ,\n \"location\": \"canadacentral\",\n \"osType\": \"Windows\",\n \"user\"\ + : \"17755109-de29-4032-8853-f390afd630a2\",\n \"hardwareProfile\": {\n \ + \ \"vCPUs\": 8,\n \"skuName\": \"general_a_8c32gb_v1\",\n \"vcpUs\"\ + : 8,\n \"memoryGB\": 32\n },\n \"storageProfile\": {\n \"osDisk\"\ + : {\n \"diskSizeGB\": 1024\n }\n },\n \"imageReference\": {\n \ + \ \"name\": \"MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os\"\ + ,\n \"version\": \"1.0.0\",\n \"operatingSystem\": \"Windows11\",\n\ + \ \"osBuildNumber\": \"win11-22h2-ent-cpc-os\",\n \"publishedDate\"\ + : \"2022-09-20T00:00:00+00:00\"\n },\n \"createdTime\": \"2023-05-19T23:57:21.5680668+00:00\"\ + ,\n \"localAdministrator\": \"Enabled\"\n}" headers: connection: - keep-alive content-length: - - '851' + - '896' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:06:29 GMT + - Fri, 19 May 2023 23:57:22 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -2672,7 +2980,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:07:28.3295856Z' + - '2023-05-19T23:58:21.3177218Z' status: code: 201 message: Created @@ -2690,15 +2998,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -2707,11 +3015,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:06:59 GMT + - Fri, 19 May 2023 23:57:52 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -2719,7 +3027,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:07:59.5042191Z' + - '2023-05-19T23:58:52.1208672Z' status: code: 200 message: OK @@ -2737,15 +3045,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -2754,11 +3062,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:07:30 GMT + - Fri, 19 May 2023 23:58:23 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -2766,7 +3074,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:08:29.7602085Z' + - '2023-05-19T23:59:22.6960779Z' status: code: 200 message: OK @@ -2784,15 +3092,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -2801,11 +3109,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:08:01 GMT + - Fri, 19 May 2023 23:58:53 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -2813,7 +3121,7 @@ interactions: x-rate-limit-remaining: - '298' x-rate-limit-reset: - - '2023-02-07T20:08:48.6340103Z' + - '2023-05-19T23:59:22.3097302Z' status: code: 200 message: OK @@ -2831,15 +3139,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -2848,11 +3156,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:08:31 GMT + - Fri, 19 May 2023 23:59:24 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -2860,7 +3168,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:09:31.3493624Z' + - '2023-05-20T00:00:23.9890095Z' status: code: 200 message: OK @@ -2878,15 +3186,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -2895,19 +3203,19 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:09:02 GMT + - Fri, 19 May 2023 23:59:55 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '298' x-rate-limit-reset: - - '2023-02-07T20:10:01.6060351Z' + - '2023-05-20T00:00:29.8563598Z' status: code: 200 message: OK @@ -2925,15 +3233,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -2942,11 +3250,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:09:32 GMT + - Sat, 20 May 2023 00:00:25 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -2954,7 +3262,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:10:32.1893831Z' + - '2023-05-20T00:01:25.3666313Z' status: code: 200 message: OK @@ -2972,15 +3280,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -2989,19 +3297,19 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:10:02 GMT + - Sat, 20 May 2023 00:00:56 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-07T20:10:48.6239844Z' + - '2023-05-20T00:01:55.8042624Z' status: code: 200 message: OK @@ -3019,15 +3327,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -3036,19 +3344,19 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:10:33 GMT + - Sat, 20 May 2023 00:01:26 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '298' x-rate-limit-reset: - - '2023-02-07T20:11:32.8589276Z' + - '2023-05-20T00:01:52.3020532Z' status: code: 200 message: OK @@ -3066,15 +3374,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -3083,11 +3391,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:11:03 GMT + - Sat, 20 May 2023 00:01:57 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -3095,7 +3403,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:12:03.2378645Z' + - '2023-05-20T00:02:56.7796505Z' status: code: 200 message: OK @@ -3113,15 +3421,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -3130,11 +3438,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:11:34 GMT + - Sat, 20 May 2023 00:02:27 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -3142,7 +3450,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:12:33.8403559Z' + - '2023-05-20T00:03:27.2849472Z' status: code: 200 message: OK @@ -3160,15 +3468,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -3177,19 +3485,19 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:12:04 GMT + - Sat, 20 May 2023 00:02:58 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '297' x-rate-limit-reset: - - '2023-02-07T20:13:04.3907573Z' + - '2023-05-20T00:03:22.3054933Z' status: code: 200 message: OK @@ -3207,15 +3515,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -3224,11 +3532,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:12:34 GMT + - Sat, 20 May 2023 00:03:28 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -3236,7 +3544,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:13:34.6782410Z' + - '2023-05-20T00:04:28.3324238Z' status: code: 200 message: OK @@ -3254,15 +3562,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -3271,11 +3579,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:13:05 GMT + - Sat, 20 May 2023 00:03:59 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -3283,7 +3591,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:14:04.9139613Z' + - '2023-05-20T00:04:58.8462555Z' status: code: 200 message: OK @@ -3301,15 +3609,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -3318,19 +3626,19 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:13:35 GMT + - Sat, 20 May 2023 00:04:29 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '298' x-rate-limit-reset: - - '2023-02-07T20:14:35.1317024Z' + - '2023-05-20T00:04:59.8548044Z' status: code: 200 message: OK @@ -3348,15 +3656,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -3365,11 +3673,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:14:05 GMT + - Sat, 20 May 2023 00:05:01 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -3377,7 +3685,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:15:05.3798800Z' + - '2023-05-20T00:06:00.0524832Z' status: code: 200 message: OK @@ -3395,15 +3703,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -3412,11 +3720,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:14:36 GMT + - Sat, 20 May 2023 00:05:31 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -3424,7 +3732,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:15:35.7997053Z' + - '2023-05-20T00:06:31.1437581Z' status: code: 200 message: OK @@ -3442,15 +3750,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -3459,11 +3767,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:15:06 GMT + - Sat, 20 May 2023 00:06:01 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -3471,7 +3779,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:16:06.3298657Z' + - '2023-05-20T00:07:01.5210768Z' status: code: 200 message: OK @@ -3489,15 +3797,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -3506,11 +3814,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:15:37 GMT + - Sat, 20 May 2023 00:06:32 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -3518,7 +3826,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:16:36.9472022Z' + - '2023-05-20T00:07:32.0028313Z' status: code: 200 message: OK @@ -3536,15 +3844,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -3553,11 +3861,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:16:07 GMT + - Sat, 20 May 2023 00:07:02 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -3565,7 +3873,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:17:07.1718249Z' + - '2023-05-20T00:08:02.5541090Z' status: code: 200 message: OK @@ -3583,15 +3891,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -3600,11 +3908,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:16:37 GMT + - Sat, 20 May 2023 00:07:33 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -3612,7 +3920,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:17:37.4715560Z' + - '2023-05-20T00:08:33.0165373Z' status: code: 200 message: OK @@ -3630,15 +3938,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -3647,19 +3955,19 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:17:08 GMT + - Sat, 20 May 2023 00:08:04 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-07T20:17:43.1810872Z' + - '2023-05-20T00:09:03.7845439Z' status: code: 200 message: OK @@ -3677,15 +3985,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -3694,11 +4002,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:17:39 GMT + - Sat, 20 May 2023 00:08:34 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -3706,7 +4014,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:18:38.1772121Z' + - '2023-05-20T00:09:34.0922820Z' status: code: 200 message: OK @@ -3724,15 +4032,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -3741,19 +4049,19 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:18:09 GMT + - Sat, 20 May 2023 00:09:04 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '298' x-rate-limit-reset: - - '2023-02-07T20:19:09.4784584Z' + - '2023-05-20T00:09:58.3498764Z' status: code: 200 message: OK @@ -3771,15 +4079,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -3788,19 +4096,19 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:18:40 GMT + - Sat, 20 May 2023 00:09:35 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-07T20:19:18.6358341Z' + - '2023-05-20T00:10:35.0833629Z' status: code: 200 message: OK @@ -3818,15 +4126,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -3835,19 +4143,19 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:19:10 GMT + - Sat, 20 May 2023 00:10:06 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '298' x-rate-limit-reset: - - '2023-02-07T20:20:10.0799701Z' + - '2023-05-20T00:10:59.8692366Z' status: code: 200 message: OK @@ -3865,15 +4173,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -3882,19 +4190,19 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:19:40 GMT + - Sat, 20 May 2023 00:10:36 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-07T20:20:18.7214436Z' + - '2023-05-20T00:11:36.6079996Z' status: code: 200 message: OK @@ -3912,15 +4220,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -3929,19 +4237,19 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:20:11 GMT + - Sat, 20 May 2023 00:11:07 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-07T20:20:48.6269526Z' + - '2023-05-20T00:12:06.8959584Z' status: code: 200 message: OK @@ -3959,15 +4267,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -3976,11 +4284,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:20:41 GMT + - Sat, 20 May 2023 00:11:37 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -3988,7 +4296,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:21:41.2882803Z' + - '2023-05-20T00:12:37.3663350Z' status: code: 200 message: OK @@ -4006,15 +4314,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -4023,19 +4331,19 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:21:11 GMT + - Sat, 20 May 2023 00:12:08 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-07T20:21:48.3607382Z' + - '2023-05-20T00:13:07.9512382Z' status: code: 200 message: OK @@ -4053,15 +4361,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -4070,11 +4378,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:21:42 GMT + - Sat, 20 May 2023 00:12:39 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -4082,7 +4390,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:22:41.8560182Z' + - '2023-05-20T00:13:38.4910654Z' status: code: 200 message: OK @@ -4100,15 +4408,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -4117,11 +4425,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:22:12 GMT + - Sat, 20 May 2023 00:13:09 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -4129,7 +4437,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:23:12.4208819Z' + - '2023-05-20T00:14:09.1891960Z' status: code: 200 message: OK @@ -4147,15 +4455,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -4164,11 +4472,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:22:42 GMT + - Sat, 20 May 2023 00:13:39 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -4176,7 +4484,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:23:42.6566690Z' + - '2023-05-20T00:14:39.4982281Z' status: code: 200 message: OK @@ -4194,15 +4502,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -4211,19 +4519,19 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:23:13 GMT + - Sat, 20 May 2023 00:14:10 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '298' x-rate-limit-reset: - - '2023-02-07T20:24:12.9115833Z' + - '2023-05-20T00:14:28.3666225Z' status: code: 200 message: OK @@ -4241,15 +4549,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -4258,11 +4566,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:23:43 GMT + - Sat, 20 May 2023 00:14:41 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -4270,7 +4578,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:24:43.1833688Z' + - '2023-05-20T00:15:40.4620477Z' status: code: 200 message: OK @@ -4288,15 +4596,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -4305,11 +4613,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:24:14 GMT + - Sat, 20 May 2023 00:15:11 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -4317,7 +4625,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:25:13.4615063Z' + - '2023-05-20T00:16:11.1049426Z' status: code: 200 message: OK @@ -4335,15 +4643,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -4352,19 +4660,19 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:24:44 GMT + - Sat, 20 May 2023 00:15:42 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '298' x-rate-limit-reset: - - '2023-02-07T20:25:44.3291310Z' + - '2023-05-20T00:15:59.8554912Z' status: code: 200 message: OK @@ -4382,15 +4690,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -4399,11 +4707,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:25:15 GMT + - Sat, 20 May 2023 00:16:12 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -4411,7 +4719,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:26:14.7549235Z' + - '2023-05-20T00:17:12.3471881Z' status: code: 200 message: OK @@ -4429,15 +4737,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -4446,11 +4754,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:25:45 GMT + - Sat, 20 May 2023 00:16:42 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -4458,7 +4766,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:26:45.4530824Z' + - '2023-05-20T00:17:42.6718694Z' status: code: 200 message: OK @@ -4476,15 +4784,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -4493,11 +4801,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:26:15 GMT + - Sat, 20 May 2023 00:17:13 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -4505,7 +4813,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:27:15.7601708Z' + - '2023-05-20T00:18:13.0167420Z' status: code: 200 message: OK @@ -4523,15 +4831,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -4540,11 +4848,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:26:46 GMT + - Sat, 20 May 2023 00:17:44 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -4552,7 +4860,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:27:46.0271466Z' + - '2023-05-20T00:18:43.4979083Z' status: code: 200 message: OK @@ -4570,15 +4878,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -4587,11 +4895,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:27:16 GMT + - Sat, 20 May 2023 00:18:14 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -4599,7 +4907,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:28:16.4108340Z' + - '2023-05-20T00:19:14.0896891Z' status: code: 200 message: OK @@ -4617,15 +4925,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -4634,11 +4942,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:27:47 GMT + - Sat, 20 May 2023 00:18:44 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -4646,7 +4954,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:28:46.6934818Z' + - '2023-05-20T00:19:44.4181644Z' status: code: 200 message: OK @@ -4664,15 +4972,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -4681,11 +4989,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:28:20 GMT + - Sat, 20 May 2023 00:19:15 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -4693,7 +5001,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:29:17.6146691Z' + - '2023-05-20T00:20:14.7386630Z' status: code: 200 message: OK @@ -4711,15 +5019,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -4728,11 +5036,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:28:51 GMT + - Sat, 20 May 2023 00:19:45 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -4740,7 +5048,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:29:50.9319963Z' + - '2023-05-20T00:20:45.2967386Z' status: code: 200 message: OK @@ -4758,15 +5066,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -4775,19 +5083,19 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:29:21 GMT + - Sat, 20 May 2023 00:20:16 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-07T20:30:18.6407409Z' + - '2023-05-20T00:21:15.7890156Z' status: code: 200 message: OK @@ -4805,15 +5113,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -4822,11 +5130,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:29:51 GMT + - Sat, 20 May 2023 00:20:47 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -4834,7 +5142,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:30:51.6589420Z' + - '2023-05-20T00:21:46.3113121Z' status: code: 200 message: OK @@ -4852,15 +5160,15 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\"\n}" headers: connection: - keep-alive @@ -4869,11 +5177,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:30:22 GMT + - Sat, 20 May 2023 00:21:17 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -4881,7 +5189,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:31:21.9143971Z' + - '2023-05-20T00:22:17.1011466Z' status: code: 200 message: OK @@ -4899,36 +5207,39 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37\"\ + ,\n \"name\": \"d1593708-c876-43f6-b1b8-50b2b5c46d37\",\n \"status\": \"\ + Succeeded\",\n \"startTime\": \"2023-05-19T23:57:21.6037009+00:00\",\n \"\ + endTime\": \"2023-05-20T00:21:29.0263417+00:00\"\n}" headers: connection: - keep-alive content-length: - - '213' + - '265' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:30:52 GMT + - Sat, 20 May 2023 00:21:47 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/d1593708-c876-43f6-b1b8-50b2b5c46d37 strict-transport-security: - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-07T20:31:48.6419318Z' + - '2023-05-20T00:22:47.5517593Z' status: code: 200 message: OK @@ -4946,83 +5257,107 @@ interactions: ParameterSetName: - --name --project --pool --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 - response: - body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002?api-version=2023-04-01 + response: + body: + string: "{\n \"name\": \"cli000002\",\n \"projectName\": \"cli000004\",\n\ + \ \"poolName\": \"c3000012\",\n \"hibernateSupport\": \"Enabled\",\n \"\ + provisioningState\": \"Succeeded\",\n \"actionState\": \"Unknown\",\n \"\ + powerState\": \"Running\",\n \"uniqueId\": \"9fe61893-3810-44d0-8711-cbfad712bfad\"\ + ,\n \"location\": \"canadacentral\",\n \"osType\": \"Windows\",\n \"user\"\ + : \"17755109-de29-4032-8853-f390afd630a2\",\n \"hardwareProfile\": {\n \ + \ \"vCPUs\": 8,\n \"skuName\": \"general_a_8c32gb_v1\",\n \"vcpUs\"\ + : 8,\n \"memoryGB\": 32\n },\n \"storageProfile\": {\n \"osDisk\"\ + : {\n \"diskSizeGB\": 1024\n }\n },\n \"imageReference\": {\n \ + \ \"name\": \"MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os\"\ + ,\n \"version\": \"1.0.0\",\n \"operatingSystem\": \"Windows11\",\n\ + \ \"osBuildNumber\": \"win11-22h2-ent-cpc-os\",\n \"publishedDate\"\ + : \"2022-09-20T00:00:00+00:00\"\n },\n \"createdTime\": \"2023-05-19T23:57:21.5680668+00:00\"\ + ,\n \"localAdministrator\": \"Enabled\"\n}" headers: connection: - keep-alive content-length: - - '213' + - '902' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:31:22 GMT - location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true - operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - Sat, 20 May 2023 00:21:48 GMT strict-transport-security: - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-07T20:32:18.6254986Z' + - '2023-05-20T00:22:48.0211224Z' status: code: 200 message: OK - request: - body: null + body: '{"query": " Resources |where type =~''Microsoft.devcenter/projects''\n | + where name =~ ''cli000004''\n | extend devCenterArr = split(properties.devCenterId, + ''/'')\n | extend devCenterName = devCenterArr[array_length(devCenterArr) + -1]\n | where devCenterName =~ ''cli000003''\n | take 1\n | extend + devCenterUri = properties.devCenterUri\n | project name,devCenterUri "}' headers: Accept: - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box create + - devcenter dev dev-box show-remote-connection Connection: - keep-alive + Content-Length: + - '382' + Content-Type: + - application/json ParameterSetName: - - --name --project --pool --dev-center + - --name --project --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: POST + uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: - connection: - - keep-alive + cache-control: + - no-cache content-length: - - '213' + - '203' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:31:53 GMT - location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true - operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - Sat, 20 May 2023 00:21:49 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel strict-transport-security: - - max-age=15724800; includeSubDomains - x-rate-limit-limit: - - 1m - x-rate-limit-remaining: - - '299' - x-rate-limit-reset: - - '2023-02-07T20:32:52.7296985Z' + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-tenant-resource-requests: + - '14' + x-ms-resource-graph-request-duration: + - '0:00:00:00.3498459' + x-ms-user-quota-remaining: + - '14' + x-ms-user-quota-resets-after: + - 00:00:05 status: code: 200 message: OK @@ -5030,190 +5365,84 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box create + - devcenter dev dev-box show-remote-connection Connection: - keep-alive ParameterSetName: - - --name --project --pool --dev-center + - --name --project --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002/remoteConnection?api-version=2023-04-01 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\"\n}" + string: "{\n \"webUrl\": \"https://deschutes-ppe.microsoft.com/webclient/06494929-7a93-4ba9-945d-6dbd4ebbfcfe\"\ + ,\n \"rdpConnectionUrl\": \"ms-avd:connect?env=avdarm&resourceid=7f29aa3a-ad0e-48d9-6076-08db5581e090&username=amlim%40microsoft.com&version=0&workspaceId=1c4dcde6-e730-4baa-93c5-24abcdcdbf7d&preview=yes\"\ + \n}" headers: connection: - keep-alive content-length: - - '213' + - '301' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:32:23 GMT - location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true - operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - Sat, 20 May 2023 00:21:51 GMT strict-transport-security: - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '298' x-rate-limit-reset: - - '2023-02-07T20:33:23.2050014Z' + - '2023-05-20T00:21:59.8683048Z' status: code: 200 message: OK - request: - body: null + body: '{"query": " Resources |where type =~''Microsoft.devcenter/projects''\n \n | + extend devCenterArr = split(properties.devCenterId, ''/'')\n | extend devCenterName + = devCenterArr[array_length(devCenterArr) -1]\n | where devCenterName =~ + ''cli000003''\n | take 1\n | extend devCenterUri = properties.devCenterUri\n | + project name,devCenterUri "}' headers: Accept: - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box create + - devcenter dev dev-box list Connection: - keep-alive + Content-Length: + - '355' + Content-Type: + - application/json ParameterSetName: - - --name --project --pool --dev-center + - --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: POST + uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/8c928ae8-056f-4350-a057-8522d297a599\",\n - \ \"name\": \"8c928ae8-056f-4350-a057-8522d297a599\",\n \"status\": \"Succeeded\",\n - \ \"startTime\": \"2023-02-07T20:06:29.2681997+00:00\",\n \"endTime\": \"2023-02-07T20:32:32.7492587+00:00\"\n}" + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: - connection: - - keep-alive + cache-control: + - no-cache content-length: - - '265' + - '203' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:32:53 GMT - location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599?monitor=true - operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/8c928ae8-056f-4350-a057-8522d297a599 - strict-transport-security: - - max-age=15724800; includeSubDomains - transfer-encoding: - - chunked - x-rate-limit-limit: - - 1m - x-rate-limit-remaining: - - '299' - x-rate-limit-reset: - - '2023-02-07T20:33:53.6777960Z' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter dev dev-box create - Connection: - - keep-alive - ParameterSetName: - - --name --project --pool --dev-center - User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002?api-version=2022-11-11-preview - response: - body: - string: "{\n \"name\": \"cli000002\",\n \"projectName\": \"cli000004\",\n - \ \"poolName\": \"c3000011\",\n \"hibernateSupport\": \"Enabled\",\n \"provisioningState\": - \"Succeeded\",\n \"actionState\": \"Unknown\",\n \"powerState\": \"Running\",\n - \ \"uniqueId\": \"cdede9bf-c17c-416f-a8de-f2e442ab79ce\",\n \"errorDetails\": - {},\n \"location\": \"eastus\",\n \"osType\": \"Windows\",\n \"user\": - \"00000000-0000-0000-0000-000000000000\",\n \"hardwareProfile\": {\n \"skuName\": - \"general_a_8c32gb_v1\",\n \"memoryGB\": 32,\n \"vCPUs\": 8\n },\n - \ \"storageProfile\": {\n \"osDisk\": {\n \"diskSizeGB\": 1024\n }\n - \ },\n \"imageReference\": {\n \"name\": \"microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os\",\n - \ \"version\": \"1.0.0\",\n \"operatingSystem\": \"Windows11\",\n \"osBuildNumber\": - \"win11-22h2-ent-cpc-os\",\n \"publishedDate\": \"2022-09-20T00:00:00+00:00\"\n - \ },\n \"createdTime\": \"2023-02-07T20:06:29.2495081+00:00\",\n \"localAdministrator\": - \"Enabled\"\n}" - headers: - connection: - - keep-alive - content-length: - - '901' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 07 Feb 2023 20:32:54 GMT - strict-transport-security: - - max-age=15724800; includeSubDomains - transfer-encoding: - - chunked - x-rate-limit-limit: - - 1m - x-rate-limit-remaining: - - '299' - x-rate-limit-reset: - - '2023-02-07T20:33:53.9652549Z' - status: - code: 200 - message: OK -- request: - body: '{"query": " Resources |where type =~''Microsoft.devcenter/projects''\n | - where name =~ ''cli000004''\n | extend devCenterArr = split(properties.devCenterId, - ''/'')\n | extend devCenterName = devCenterArr[array_length(devCenterArr) - -1]\n | where devCenterName =~ ''cli000003''\n | take 1\n | extend - devCenterUri = properties.devCenterUri\n | project name,devCenterUri "}' - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter dev dev-box show-remote-connection - Connection: - - keep-alive - Content-Length: - - '382' - Content-Type: - - application/json - ParameterSetName: - - --name --project --dev-center - User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 - method: POST - uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 - response: - body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' - headers: - cache-control: - - no-cache - content-length: - - '196' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 07 Feb 2023 20:32:55 GMT + - Sat, 20 May 2023 00:21:51 GMT expires: - '-1' pragma: @@ -5229,11 +5458,11 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-tenant-resource-requests: - - '14' + - '13' x-ms-resource-graph-request-duration: - - '0:00:00:00.4055048' + - '0:00:00:00.2360089' x-ms-user-quota-remaining: - - '14' + - '13' x-ms-user-quota-resets-after: - 00:00:05 status: @@ -5247,29 +5476,42 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box show-remote-connection + - devcenter dev dev-box list Connection: - keep-alive ParameterSetName: - - --name --project --dev-center + - --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002/remoteConnection?api-version=2022-11-11-preview - response: - body: - string: "{\n \"webUrl\": \"https://deschutes-ppe.microsoft.com/webclient/cb1bfa8b-b917-4ec6-b4f1-b8abc7dcc645\",\n - \ \"rdpConnectionUrl\": \"ms-avd:connect?env=avdarm&resourceid=8ec95877-0d03-4347-0d19-08db073da13e&username=user@domain.com&version=0&workspaceId=c7c004ee-349c-4b6d-b9ca-51115e9f6d28&preview=yes\"\n}" + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/devboxes?api-version=2023-04-01 + response: + body: + string: "{\n \"value\": [\n {\n \"name\": \"cli000002\",\n \"\ + projectName\": \"cli000004\",\n \"poolName\": \"c3000012\",\n \"\ + hibernateSupport\": \"Enabled\",\n \"provisioningState\": \"Succeeded\"\ + ,\n \"actionState\": \"Unknown\",\n \"powerState\": \"Running\"\ + ,\n \"uniqueId\": \"9fe61893-3810-44d0-8711-cbfad712bfad\",\n \"\ + location\": \"canadacentral\",\n \"osType\": \"Windows\",\n \"user\"\ + : \"17755109-de29-4032-8853-f390afd630a2\",\n \"hardwareProfile\": {\n\ + \ \"vCPUs\": 8,\n \"skuName\": \"general_a_8c32gb_v1\",\n \ + \ \"vcpUs\": 8,\n \"memoryGB\": 32\n },\n \"storageProfile\"\ + : {\n \"osDisk\": {\n \"diskSizeGB\": 1024\n }\n \ + \ },\n \"imageReference\": {\n \"name\": \"MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os\"\ + ,\n \"version\": \"1.0.0\",\n \"operatingSystem\": \"Windows11\"\ + ,\n \"osBuildNumber\": \"win11-22h2-ent-cpc-os\",\n \"publishedDate\"\ + : \"2022-09-20T00:00:00+00:00\"\n },\n \"createdTime\": \"2023-05-19T23:57:21.5680668+00:00\"\ + ,\n \"localAdministrator\": \"Enabled\"\n }\n ]\n}" headers: connection: - keep-alive content-length: - - '299' + - '1055' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:32:57 GMT + - Sat, 20 May 2023 00:21:52 GMT strict-transport-security: - max-age=15724800; includeSubDomains transfer-encoding: @@ -5279,47 +5521,47 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:33:56.5338907Z' + - '2023-05-20T00:22:52.2692085Z' status: code: 200 message: OK - request: - body: '{"query": " Resources |where type =~''Microsoft.devcenter/projects''\n \n | - extend devCenterArr = split(properties.devCenterId, ''/'')\n | extend devCenterName - = devCenterArr[array_length(devCenterArr) -1]\n | where devCenterName =~ - ''cli000003''\n | take 1\n | extend devCenterUri = properties.devCenterUri\n | - project name,devCenterUri "}' + body: '{"query": " Resources |where type =~''Microsoft.devcenter/projects''\n | + where name =~ ''cli000004''\n | extend devCenterArr = split(properties.devCenterId, + ''/'')\n | extend devCenterName = devCenterArr[array_length(devCenterArr) + -1]\n | where devCenterName =~ ''cli000003''\n | take 1\n | extend + devCenterUri = properties.devCenterUri\n | project name,devCenterUri "}' headers: Accept: - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box list + - devcenter dev dev-box show Connection: - keep-alive Content-Length: - - '355' + - '382' Content-Type: - application/json ParameterSetName: - - --dev-center + - --name --project --dev-center User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: cache-control: - no-cache content-length: - - '196' + - '203' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:32:57 GMT + - Sat, 20 May 2023 00:21:52 GMT expires: - '-1' pragma: @@ -5335,11 +5577,11 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-tenant-resource-requests: - - '13' + - '12' x-ms-resource-graph-request-duration: - - '0:00:00:00.3216993' + - '0:00:00:00.2886615' x-ms-user-quota-remaining: - - '13' + - '12' x-ms-user-quota-resets-after: - 00:00:05 status: @@ -5353,41 +5595,41 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box list + - devcenter dev dev-box show Connection: - keep-alive ParameterSetName: - - --dev-center + - --name --project --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/devboxes?api-version=2022-11-11-preview - response: - body: - string: "{\n \"value\": [\n {\n \"name\": \"cli000002\",\n \"projectName\": - \"cli000004\",\n \"poolName\": \"c3000011\",\n \"hibernateSupport\": - \"Enabled\",\n \"provisioningState\": \"Succeeded\",\n \"actionState\": - \"Unknown\",\n \"powerState\": \"Running\",\n \"uniqueId\": \"cdede9bf-c17c-416f-a8de-f2e442ab79ce\",\n - \ \"errorDetails\": {},\n \"location\": \"eastus\",\n \"osType\": - \"Windows\",\n \"user\": \"00000000-0000-0000-0000-000000000000\",\n - \ \"hardwareProfile\": {\n \"skuName\": \"general_a_8c32gb_v1\",\n - \ \"memoryGB\": 32,\n \"vCPUs\": 8\n },\n \"storageProfile\": - {\n \"osDisk\": {\n \"diskSizeGB\": 1024\n }\n },\n - \ \"imageReference\": {\n \"name\": \"microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os\",\n - \ \"version\": \"1.0.0\",\n \"operatingSystem\": \"Windows11\",\n - \ \"osBuildNumber\": \"win11-22h2-ent-cpc-os\",\n \"publishedDate\": - \"2022-09-20T00:00:00+00:00\"\n },\n \"createdTime\": \"2023-02-07T20:06:29.2495081+00:00\",\n - \ \"localAdministrator\": \"Enabled\"\n }\n ]\n}" + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002?api-version=2023-04-01 + response: + body: + string: "{\n \"name\": \"cli000002\",\n \"projectName\": \"cli000004\",\n\ + \ \"poolName\": \"c3000012\",\n \"hibernateSupport\": \"Enabled\",\n \"\ + provisioningState\": \"Succeeded\",\n \"actionState\": \"Unknown\",\n \"\ + powerState\": \"Running\",\n \"uniqueId\": \"9fe61893-3810-44d0-8711-cbfad712bfad\"\ + ,\n \"location\": \"canadacentral\",\n \"osType\": \"Windows\",\n \"user\"\ + : \"17755109-de29-4032-8853-f390afd630a2\",\n \"hardwareProfile\": {\n \ + \ \"vCPUs\": 8,\n \"skuName\": \"general_a_8c32gb_v1\",\n \"vcpUs\"\ + : 8,\n \"memoryGB\": 32\n },\n \"storageProfile\": {\n \"osDisk\"\ + : {\n \"diskSizeGB\": 1024\n }\n },\n \"imageReference\": {\n \ + \ \"name\": \"MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os\"\ + ,\n \"version\": \"1.0.0\",\n \"operatingSystem\": \"Windows11\",\n\ + \ \"osBuildNumber\": \"win11-22h2-ent-cpc-os\",\n \"publishedDate\"\ + : \"2022-09-20T00:00:00+00:00\"\n },\n \"createdTime\": \"2023-05-19T23:57:21.5680668+00:00\"\ + ,\n \"localAdministrator\": \"Enabled\"\n}" headers: connection: - keep-alive content-length: - - '1054' + - '902' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:32:58 GMT + - Sat, 20 May 2023 00:21:53 GMT strict-transport-security: - max-age=15724800; includeSubDomains transfer-encoding: @@ -5395,9 +5637,9 @@ interactions: x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '298' x-rate-limit-reset: - - '2023-02-07T20:33:58.1232732Z' + - '2023-05-20T00:21:56.3138942Z' status: code: 200 message: OK @@ -5413,7 +5655,7 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box show + - devcenter dev dev-box stop Connection: - keep-alive Content-Length: @@ -5421,23 +5663,23 @@ interactions: Content-Type: - application/json ParameterSetName: - - --name --project --dev-center + - --name --project --dev-center --hibernate User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: cache-control: - no-cache content-length: - - '196' + - '203' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:32:58 GMT + - Sat, 20 May 2023 00:21:53 GMT expires: - '-1' pragma: @@ -5453,11 +5695,11 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-tenant-resource-requests: - - '12' + - '11' x-ms-resource-graph-request-duration: - - '0:00:00:00.2501715' + - '0:00:00:00.3489423' x-ms-user-quota-remaining: - - '12' + - '11' x-ms-user-quota-resets-after: - 00:00:05 status: @@ -5471,59 +5713,60 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box show + - devcenter dev dev-box stop Connection: - keep-alive + Content-Length: + - '0' ParameterSetName: - - --name --project --dev-center + - --name --project --dev-center --hibernate User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002?api-version=2022-11-11-preview - response: - body: - string: "{\n \"name\": \"cli000002\",\n \"projectName\": \"cli000004\",\n - \ \"poolName\": \"c3000011\",\n \"hibernateSupport\": \"Enabled\",\n \"provisioningState\": - \"Succeeded\",\n \"actionState\": \"Unknown\",\n \"powerState\": \"Running\",\n - \ \"uniqueId\": \"cdede9bf-c17c-416f-a8de-f2e442ab79ce\",\n \"errorDetails\": - {},\n \"location\": \"eastus\",\n \"osType\": \"Windows\",\n \"user\": - \"00000000-0000-0000-0000-000000000000\",\n \"hardwareProfile\": {\n \"skuName\": - \"general_a_8c32gb_v1\",\n \"memoryGB\": 32,\n \"vCPUs\": 8\n },\n - \ \"storageProfile\": {\n \"osDisk\": {\n \"diskSizeGB\": 1024\n }\n - \ },\n \"imageReference\": {\n \"name\": \"microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os\",\n - \ \"version\": \"1.0.0\",\n \"operatingSystem\": \"Windows11\",\n \"osBuildNumber\": - \"win11-22h2-ent-cpc-os\",\n \"publishedDate\": \"2022-09-20T00:00:00+00:00\"\n - \ },\n \"createdTime\": \"2023-02-07T20:06:29.2495081+00:00\",\n \"localAdministrator\": - \"Enabled\"\n}" + method: POST + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002:stop?api-version=2023-04-01&hibernate=true + response: + body: + string: "{\n \"name\": \"cli000002\",\n \"projectName\": \"cli000004\",\n\ + \ \"poolName\": \"c3000012\",\n \"hibernateSupport\": \"Enabled\",\n \"\ + provisioningState\": \"Succeeded\",\n \"actionState\": \"Stopping\",\n \"\ + powerState\": \"Running\",\n \"uniqueId\": \"9fe61893-3810-44d0-8711-cbfad712bfad\"\ + ,\n \"location\": \"canadacentral\",\n \"osType\": \"Windows\",\n \"user\"\ + : \"17755109-de29-4032-8853-f390afd630a2\",\n \"hardwareProfile\": {\n \ + \ \"vCPUs\": 8,\n \"skuName\": \"general_a_8c32gb_v1\",\n \"vcpUs\"\ + : 8,\n \"memoryGB\": 32\n },\n \"storageProfile\": {\n \"osDisk\"\ + : {\n \"diskSizeGB\": 1024\n }\n },\n \"imageReference\": {\n \ + \ \"name\": \"MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os\"\ + ,\n \"version\": \"1.0.0\",\n \"operatingSystem\": \"Windows11\",\n\ + \ \"osBuildNumber\": \"win11-22h2-ent-cpc-os\",\n \"publishedDate\"\ + : \"2022-09-20T00:00:00+00:00\"\n },\n \"createdTime\": \"2023-05-19T23:57:21.5680668+00:00\"\ + ,\n \"localAdministrator\": \"Enabled\"\n}" headers: connection: - keep-alive content-length: - - '901' + - '903' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:33:00 GMT + - Sat, 20 May 2023 00:21:54 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/eaa36626-afd8-433e-b628-4bce70c0cac7?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/eaa36626-afd8-433e-b628-4bce70c0cac7 strict-transport-security: - max-age=15724800; includeSubDomains - transfer-encoding: - - chunked x-rate-limit-limit: - 1m x-rate-limit-remaining: - '298' x-rate-limit-reset: - - '2023-02-07T20:33:50.9445054Z' + - '2023-05-20T00:22:29.5414608Z' status: - code: 200 - message: OK + code: 202 + message: Accepted - request: - body: '{"query": " Resources |where type =~''Microsoft.devcenter/projects''\n | - where name =~ ''cli000004''\n | extend devCenterArr = split(properties.devCenterId, - ''/'')\n | extend devCenterName = devCenterArr[array_length(devCenterArr) - -1]\n | where devCenterName =~ ''cli000003''\n | take 1\n | extend - devCenterUri = properties.devCenterUri\n | project name,devCenterUri "}' + body: null headers: Accept: - '*/*' @@ -5533,112 +5776,42 @@ interactions: - devcenter dev dev-box stop Connection: - keep-alive - Content-Length: - - '382' - Content-Type: - - application/json ParameterSetName: - - --name --project --dev-center + - --name --project --dev-center --hibernate User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 - method: POST - uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/eaa36626-afd8-433e-b628-4bce70c0cac7 response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' - headers: - cache-control: - - no-cache - content-length: - - '196' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 07 Feb 2023 20:33:00 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Kestrel - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-tenant-resource-requests: - - '11' - x-ms-resource-graph-request-duration: - - '0:00:00:00.4184301' - x-ms-user-quota-remaining: - - '11' - x-ms-user-quota-resets-after: - - 00:00:05 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter dev dev-box stop - Connection: - - keep-alive - Content-Length: - - '0' - ParameterSetName: - - --name --project --dev-center - User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: POST - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002:stop?api-version=2022-11-11-preview - response: - body: - string: "{\n \"name\": \"cli000002\",\n \"projectName\": \"cli000004\",\n - \ \"poolName\": \"c3000011\",\n \"hibernateSupport\": \"Enabled\",\n \"provisioningState\": - \"Succeeded\",\n \"actionState\": \"Stopping\",\n \"powerState\": \"Running\",\n - \ \"uniqueId\": \"cdede9bf-c17c-416f-a8de-f2e442ab79ce\",\n \"errorDetails\": - {},\n \"location\": \"eastus\",\n \"osType\": \"Windows\",\n \"user\": - \"00000000-0000-0000-0000-000000000000\",\n \"hardwareProfile\": {\n \"skuName\": - \"general_a_8c32gb_v1\",\n \"memoryGB\": 32,\n \"vCPUs\": 8\n },\n - \ \"storageProfile\": {\n \"osDisk\": {\n \"diskSizeGB\": 1024\n }\n - \ },\n \"imageReference\": {\n \"name\": \"microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os\",\n - \ \"version\": \"1.0.0\",\n \"operatingSystem\": \"Windows11\",\n \"osBuildNumber\": - \"win11-22h2-ent-cpc-os\",\n \"publishedDate\": \"2022-09-20T00:00:00+00:00\"\n - \ },\n \"createdTime\": \"2023-02-07T20:06:29.2495081+00:00\",\n \"localAdministrator\": - \"Enabled\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/eaa36626-afd8-433e-b628-4bce70c0cac7\"\ + ,\n \"name\": \"eaa36626-afd8-433e-b628-4bce70c0cac7\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-20T00:21:54.5016426+00:00\"\n}" headers: connection: - keep-alive content-length: - - '902' + - '213' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:33:01 GMT + - Sat, 20 May 2023 00:22:25 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/634128d4-ca99-4bc0-9925-72a7c6da5661?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/eaa36626-afd8-433e-b628-4bce70c0cac7?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/634128d4-ca99-4bc0-9925-72a7c6da5661 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/eaa36626-afd8-433e-b628-4bce70c0cac7 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '298' x-rate-limit-reset: - - '2023-02-07T20:34:01.2441695Z' + - '2023-05-20T00:23:12.4463168Z' status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -5651,17 +5824,17 @@ interactions: Connection: - keep-alive ParameterSetName: - - --name --project --dev-center + - --name --project --dev-center --hibernate User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/634128d4-ca99-4bc0-9925-72a7c6da5661 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/eaa36626-afd8-433e-b628-4bce70c0cac7 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/634128d4-ca99-4bc0-9925-72a7c6da5661\",\n - \ \"name\": \"634128d4-ca99-4bc0-9925-72a7c6da5661\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:33:01.4020477+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/eaa36626-afd8-433e-b628-4bce70c0cac7\"\ + ,\n \"name\": \"eaa36626-afd8-433e-b628-4bce70c0cac7\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-20T00:21:54.5016426+00:00\"\n}" headers: connection: - keep-alive @@ -5670,11 +5843,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:33:31 GMT + - Sat, 20 May 2023 00:22:55 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/634128d4-ca99-4bc0-9925-72a7c6da5661?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/eaa36626-afd8-433e-b628-4bce70c0cac7?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/634128d4-ca99-4bc0-9925-72a7c6da5661 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/eaa36626-afd8-433e-b628-4bce70c0cac7 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -5682,7 +5855,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:34:31.6344953Z' + - '2023-05-20T00:23:55.2590825Z' status: code: 200 message: OK @@ -5698,17 +5871,17 @@ interactions: Connection: - keep-alive ParameterSetName: - - --name --project --dev-center + - --name --project --dev-center --hibernate User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/634128d4-ca99-4bc0-9925-72a7c6da5661 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/eaa36626-afd8-433e-b628-4bce70c0cac7 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/634128d4-ca99-4bc0-9925-72a7c6da5661\",\n - \ \"name\": \"634128d4-ca99-4bc0-9925-72a7c6da5661\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:33:01.4020477+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/eaa36626-afd8-433e-b628-4bce70c0cac7\"\ + ,\n \"name\": \"eaa36626-afd8-433e-b628-4bce70c0cac7\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-20T00:21:54.5016426+00:00\"\n}" headers: connection: - keep-alive @@ -5717,19 +5890,19 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:34:02 GMT + - Sat, 20 May 2023 00:23:26 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/634128d4-ca99-4bc0-9925-72a7c6da5661?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/eaa36626-afd8-433e-b628-4bce70c0cac7?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/634128d4-ca99-4bc0-9925-72a7c6da5661 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/eaa36626-afd8-433e-b628-4bce70c0cac7 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-07T20:34:31.6344953Z' + - '2023-05-20T00:24:25.8918820Z' status: code: 200 message: OK @@ -5745,40 +5918,38 @@ interactions: Connection: - keep-alive ParameterSetName: - - --name --project --dev-center + - --name --project --dev-center --hibernate User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/634128d4-ca99-4bc0-9925-72a7c6da5661 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/eaa36626-afd8-433e-b628-4bce70c0cac7 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/634128d4-ca99-4bc0-9925-72a7c6da5661\",\n - \ \"name\": \"634128d4-ca99-4bc0-9925-72a7c6da5661\",\n \"status\": \"Succeeded\",\n - \ \"startTime\": \"2023-02-07T20:33:01.4020477+00:00\",\n \"endTime\": \"2023-02-07T20:34:08.9028148+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/eaa36626-afd8-433e-b628-4bce70c0cac7\"\ + ,\n \"name\": \"eaa36626-afd8-433e-b628-4bce70c0cac7\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-20T00:21:54.5016426+00:00\"\n}" headers: connection: - keep-alive content-length: - - '265' + - '213' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:34:32 GMT + - Sat, 20 May 2023 00:23:57 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/634128d4-ca99-4bc0-9925-72a7c6da5661?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/eaa36626-afd8-433e-b628-4bce70c0cac7?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/634128d4-ca99-4bc0-9925-72a7c6da5661 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/eaa36626-afd8-433e-b628-4bce70c0cac7 strict-transport-security: - max-age=15724800; includeSubDomains - transfer-encoding: - - chunked x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '297' x-rate-limit-reset: - - '2023-02-07T20:35:32.1368257Z' + - '2023-05-20T00:24:12.5815881Z' status: code: 200 message: OK @@ -5794,17 +5965,18 @@ interactions: Connection: - keep-alive ParameterSetName: - - --name --project --dev-center + - --name --project --dev-center --hibernate User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/634128d4-ca99-4bc0-9925-72a7c6da5661?monitor=true + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/eaa36626-afd8-433e-b628-4bce70c0cac7 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/634128d4-ca99-4bc0-9925-72a7c6da5661\",\n - \ \"name\": \"634128d4-ca99-4bc0-9925-72a7c6da5661\",\n \"status\": \"Succeeded\",\n - \ \"startTime\": \"2023-02-07T20:33:01.4020477+00:00\",\n \"endTime\": \"2023-02-07T20:34:08.9028148+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/eaa36626-afd8-433e-b628-4bce70c0cac7\"\ + ,\n \"name\": \"eaa36626-afd8-433e-b628-4bce70c0cac7\",\n \"status\": \"\ + Succeeded\",\n \"startTime\": \"2023-05-20T00:21:54.5016426+00:00\",\n \"\ + endTime\": \"2023-05-20T00:24:02.8012559+00:00\"\n}" headers: connection: - keep-alive @@ -5813,11 +5985,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:34:32 GMT + - Sat, 20 May 2023 00:24:27 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/634128d4-ca99-4bc0-9925-72a7c6da5661?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/eaa36626-afd8-433e-b628-4bce70c0cac7?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/634128d4-ca99-4bc0-9925-72a7c6da5661 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/eaa36626-afd8-433e-b628-4bce70c0cac7 strict-transport-security: - max-age=15724800; includeSubDomains transfer-encoding: @@ -5827,7 +5999,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:35:32.4326147Z' + - '2023-05-20T00:25:27.1453184Z' status: code: 200 message: OK @@ -5853,21 +6025,21 @@ interactions: ParameterSetName: - --name --project --dev-center User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: cache-control: - no-cache content-length: - - '196' + - '203' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:34:33 GMT + - Sat, 20 May 2023 00:24:28 GMT expires: - '-1' pragma: @@ -5885,7 +6057,7 @@ interactions: x-ms-ratelimit-remaining-tenant-resource-requests: - '14' x-ms-resource-graph-request-duration: - - '0:00:00:00.2926775' + - '0:00:00:00.4020684' x-ms-user-quota-remaining: - '14' x-ms-user-quota-resets-after: @@ -5907,25 +6079,26 @@ interactions: ParameterSetName: - --name --project --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002?api-version=2022-11-11-preview - response: - body: - string: "{\n \"name\": \"cli000002\",\n \"projectName\": \"cli000004\",\n - \ \"poolName\": \"c3000011\",\n \"hibernateSupport\": \"Enabled\",\n \"provisioningState\": - \"Succeeded\",\n \"actionState\": \"Stopped\",\n \"powerState\": \"Deallocated\",\n - \ \"uniqueId\": \"cdede9bf-c17c-416f-a8de-f2e442ab79ce\",\n \"errorDetails\": - {},\n \"location\": \"eastus\",\n \"osType\": \"Windows\",\n \"user\": - \"00000000-0000-0000-0000-000000000000\",\n \"hardwareProfile\": {\n \"skuName\": - \"general_a_8c32gb_v1\",\n \"memoryGB\": 32,\n \"vCPUs\": 8\n },\n - \ \"storageProfile\": {\n \"osDisk\": {\n \"diskSizeGB\": 1024\n }\n - \ },\n \"imageReference\": {\n \"name\": \"microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os\",\n - \ \"version\": \"1.0.0\",\n \"operatingSystem\": \"Windows11\",\n \"osBuildNumber\": - \"win11-22h2-ent-cpc-os\",\n \"publishedDate\": \"2022-09-20T00:00:00+00:00\"\n - \ },\n \"createdTime\": \"2023-02-07T20:06:29.2495081+00:00\",\n \"localAdministrator\": - \"Enabled\"\n}" + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002?api-version=2023-04-01 + response: + body: + string: "{\n \"name\": \"cli000002\",\n \"projectName\": \"cli000004\",\n\ + \ \"poolName\": \"c3000012\",\n \"hibernateSupport\": \"Enabled\",\n \"\ + provisioningState\": \"Succeeded\",\n \"actionState\": \"Stopped\",\n \"\ + powerState\": \"Hibernated\",\n \"uniqueId\": \"9fe61893-3810-44d0-8711-cbfad712bfad\"\ + ,\n \"location\": \"canadacentral\",\n \"osType\": \"Windows\",\n \"user\"\ + : \"17755109-de29-4032-8853-f390afd630a2\",\n \"hardwareProfile\": {\n \ + \ \"vCPUs\": 8,\n \"skuName\": \"general_a_8c32gb_v1\",\n \"vcpUs\"\ + : 8,\n \"memoryGB\": 32\n },\n \"storageProfile\": {\n \"osDisk\"\ + : {\n \"diskSizeGB\": 1024\n }\n },\n \"imageReference\": {\n \ + \ \"name\": \"MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os\"\ + ,\n \"version\": \"1.0.0\",\n \"operatingSystem\": \"Windows11\",\n\ + \ \"osBuildNumber\": \"win11-22h2-ent-cpc-os\",\n \"publishedDate\"\ + : \"2022-09-20T00:00:00+00:00\"\n },\n \"createdTime\": \"2023-05-19T23:57:21.5680668+00:00\"\ + ,\n \"localAdministrator\": \"Enabled\"\n}" headers: connection: - keep-alive @@ -5934,7 +6107,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:34:33 GMT + - Sat, 20 May 2023 00:24:29 GMT strict-transport-security: - max-age=15724800; includeSubDomains transfer-encoding: @@ -5942,9 +6115,9 @@ interactions: x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-07T20:34:40.1540938Z' + - '2023-05-20T00:25:29.0149084Z' status: code: 200 message: OK @@ -5970,21 +6143,21 @@ interactions: ParameterSetName: - --name --project --dev-center User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: cache-control: - no-cache content-length: - - '196' + - '203' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:34:34 GMT + - Sat, 20 May 2023 00:24:28 GMT expires: - '-1' pragma: @@ -6002,7 +6175,7 @@ interactions: x-ms-ratelimit-remaining-tenant-resource-requests: - '13' x-ms-resource-graph-request-duration: - - '0:00:00:00.2834298' + - '0:00:00:00.2820506' x-ms-user-quota-remaining: - '13' x-ms-user-quota-resets-after: @@ -6026,25 +6199,26 @@ interactions: ParameterSetName: - --name --project --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: POST - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002:start?api-version=2022-11-11-preview - response: - body: - string: "{\n \"name\": \"cli000002\",\n \"projectName\": \"cli000004\",\n - \ \"poolName\": \"c3000011\",\n \"hibernateSupport\": \"Enabled\",\n \"provisioningState\": - \"Succeeded\",\n \"actionState\": \"Starting\",\n \"powerState\": \"Deallocated\",\n - \ \"uniqueId\": \"cdede9bf-c17c-416f-a8de-f2e442ab79ce\",\n \"errorDetails\": - {},\n \"location\": \"eastus\",\n \"osType\": \"Windows\",\n \"user\": - \"00000000-0000-0000-0000-000000000000\",\n \"hardwareProfile\": {\n \"skuName\": - \"general_a_8c32gb_v1\",\n \"memoryGB\": 32,\n \"vCPUs\": 8\n },\n - \ \"storageProfile\": {\n \"osDisk\": {\n \"diskSizeGB\": 1024\n }\n - \ },\n \"imageReference\": {\n \"name\": \"microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os\",\n - \ \"version\": \"1.0.0\",\n \"operatingSystem\": \"Windows11\",\n \"osBuildNumber\": - \"win11-22h2-ent-cpc-os\",\n \"publishedDate\": \"2022-09-20T00:00:00+00:00\"\n - \ },\n \"createdTime\": \"2023-02-07T20:06:29.2495081+00:00\",\n \"localAdministrator\": - \"Enabled\"\n}" + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002:start?api-version=2023-04-01 + response: + body: + string: "{\n \"name\": \"cli000002\",\n \"projectName\": \"cli000004\",\n\ + \ \"poolName\": \"c3000012\",\n \"hibernateSupport\": \"Enabled\",\n \"\ + provisioningState\": \"Succeeded\",\n \"actionState\": \"Starting\",\n \"\ + powerState\": \"Hibernated\",\n \"uniqueId\": \"9fe61893-3810-44d0-8711-cbfad712bfad\"\ + ,\n \"location\": \"canadacentral\",\n \"osType\": \"Windows\",\n \"user\"\ + : \"17755109-de29-4032-8853-f390afd630a2\",\n \"hardwareProfile\": {\n \ + \ \"vCPUs\": 8,\n \"skuName\": \"general_a_8c32gb_v1\",\n \"vcpUs\"\ + : 8,\n \"memoryGB\": 32\n },\n \"storageProfile\": {\n \"osDisk\"\ + : {\n \"diskSizeGB\": 1024\n }\n },\n \"imageReference\": {\n \ + \ \"name\": \"MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os\"\ + ,\n \"version\": \"1.0.0\",\n \"operatingSystem\": \"Windows11\",\n\ + \ \"osBuildNumber\": \"win11-22h2-ent-cpc-os\",\n \"publishedDate\"\ + : \"2022-09-20T00:00:00+00:00\"\n },\n \"createdTime\": \"2023-05-19T23:57:21.5680668+00:00\"\ + ,\n \"localAdministrator\": \"Enabled\"\n}" headers: connection: - keep-alive @@ -6053,19 +6227,19 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:34:35 GMT + - Sat, 20 May 2023 00:24:30 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/24b9f86c-ffd9-4ac6-9d11-9f62609888c3?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/3a5c8694-3384-4724-b346-4a97aa573eb1?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/24b9f86c-ffd9-4ac6-9d11-9f62609888c3 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/3a5c8694-3384-4724-b346-4a97aa573eb1 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-07T20:35:10.1043818Z' + - '2023-05-20T00:25:30.0446000Z' status: code: 202 message: Accepted @@ -6083,15 +6257,15 @@ interactions: ParameterSetName: - --name --project --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/24b9f86c-ffd9-4ac6-9d11-9f62609888c3 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/3a5c8694-3384-4724-b346-4a97aa573eb1 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/24b9f86c-ffd9-4ac6-9d11-9f62609888c3\",\n - \ \"name\": \"24b9f86c-ffd9-4ac6-9d11-9f62609888c3\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:34:35.0459534+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/3a5c8694-3384-4724-b346-4a97aa573eb1\"\ + ,\n \"name\": \"3a5c8694-3384-4724-b346-4a97aa573eb1\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-20T00:24:30.2473957+00:00\"\n}" headers: connection: - keep-alive @@ -6100,11 +6274,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:35:05 GMT + - Sat, 20 May 2023 00:25:01 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/24b9f86c-ffd9-4ac6-9d11-9f62609888c3?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/3a5c8694-3384-4724-b346-4a97aa573eb1?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/24b9f86c-ffd9-4ac6-9d11-9f62609888c3 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/3a5c8694-3384-4724-b346-4a97aa573eb1 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -6112,7 +6286,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:36:05.2512944Z' + - '2023-05-20T00:26:00.6538502Z' status: code: 200 message: OK @@ -6130,15 +6304,15 @@ interactions: ParameterSetName: - --name --project --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/24b9f86c-ffd9-4ac6-9d11-9f62609888c3 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/3a5c8694-3384-4724-b346-4a97aa573eb1 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/24b9f86c-ffd9-4ac6-9d11-9f62609888c3\",\n - \ \"name\": \"24b9f86c-ffd9-4ac6-9d11-9f62609888c3\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:34:35.0459534+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/3a5c8694-3384-4724-b346-4a97aa573eb1\"\ + ,\n \"name\": \"3a5c8694-3384-4724-b346-4a97aa573eb1\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-20T00:24:30.2473957+00:00\"\n}" headers: connection: - keep-alive @@ -6147,19 +6321,19 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:35:35 GMT + - Sat, 20 May 2023 00:25:31 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/24b9f86c-ffd9-4ac6-9d11-9f62609888c3?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/3a5c8694-3384-4724-b346-4a97aa573eb1?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/24b9f86c-ffd9-4ac6-9d11-9f62609888c3 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/3a5c8694-3384-4724-b346-4a97aa573eb1 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-07T20:36:10.1064456Z' + - '2023-05-20T00:26:31.1760804Z' status: code: 200 message: OK @@ -6177,38 +6351,36 @@ interactions: ParameterSetName: - --name --project --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/24b9f86c-ffd9-4ac6-9d11-9f62609888c3 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/3a5c8694-3384-4724-b346-4a97aa573eb1 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/24b9f86c-ffd9-4ac6-9d11-9f62609888c3\",\n - \ \"name\": \"24b9f86c-ffd9-4ac6-9d11-9f62609888c3\",\n \"status\": \"Succeeded\",\n - \ \"startTime\": \"2023-02-07T20:34:35.0459534+00:00\",\n \"endTime\": \"2023-02-07T20:35:50.9858486+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/3a5c8694-3384-4724-b346-4a97aa573eb1\"\ + ,\n \"name\": \"3a5c8694-3384-4724-b346-4a97aa573eb1\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-20T00:24:30.2473957+00:00\"\n}" headers: connection: - keep-alive content-length: - - '265' + - '213' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:36:06 GMT + - Sat, 20 May 2023 00:26:01 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/24b9f86c-ffd9-4ac6-9d11-9f62609888c3?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/3a5c8694-3384-4724-b346-4a97aa573eb1?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/24b9f86c-ffd9-4ac6-9d11-9f62609888c3 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/3a5c8694-3384-4724-b346-4a97aa573eb1 strict-transport-security: - max-age=15724800; includeSubDomains - transfer-encoding: - - chunked x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:37:05.8935212Z' + - '2023-05-20T00:27:01.5074154Z' status: code: 200 message: OK @@ -6226,100 +6398,772 @@ interactions: ParameterSetName: - --name --project --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/24b9f86c-ffd9-4ac6-9d11-9f62609888c3?monitor=true + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/3a5c8694-3384-4724-b346-4a97aa573eb1 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/24b9f86c-ffd9-4ac6-9d11-9f62609888c3\",\n - \ \"name\": \"24b9f86c-ffd9-4ac6-9d11-9f62609888c3\",\n \"status\": \"Succeeded\",\n - \ \"startTime\": \"2023-02-07T20:34:35.0459534+00:00\",\n \"endTime\": \"2023-02-07T20:35:50.9858486+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/3a5c8694-3384-4724-b346-4a97aa573eb1\"\ + ,\n \"name\": \"3a5c8694-3384-4724-b346-4a97aa573eb1\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-20T00:24:30.2473957+00:00\"\n}" headers: connection: - keep-alive content-length: - - '265' + - '213' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:36:06 GMT + - Sat, 20 May 2023 00:26:32 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/24b9f86c-ffd9-4ac6-9d11-9f62609888c3?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/3a5c8694-3384-4724-b346-4a97aa573eb1?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/24b9f86c-ffd9-4ac6-9d11-9f62609888c3 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/3a5c8694-3384-4724-b346-4a97aa573eb1 strict-transport-security: - max-age=15724800; includeSubDomains - transfer-encoding: - - chunked x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:37:06.5456820Z' + - '2023-05-20T00:27:31.9468554Z' status: code: 200 message: OK - request: - body: '{"query": " Resources |where type =~''Microsoft.devcenter/projects''\n | - where name =~ ''cli000004''\n | extend devCenterArr = split(properties.devCenterId, - ''/'')\n | extend devCenterName = devCenterArr[array_length(devCenterArr) - -1]\n | where devCenterName =~ ''cli000003''\n | take 1\n | extend - devCenterUri = properties.devCenterUri\n | project name,devCenterUri "}' + body: null headers: Accept: - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box show + - devcenter dev dev-box start + Connection: + - keep-alive + ParameterSetName: + - --name --project --dev-center + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/3a5c8694-3384-4724-b346-4a97aa573eb1 + response: + body: + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/3a5c8694-3384-4724-b346-4a97aa573eb1\"\ + ,\n \"name\": \"3a5c8694-3384-4724-b346-4a97aa573eb1\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-20T00:24:30.2473957+00:00\"\n}" + headers: + connection: + - keep-alive + content-length: + - '213' + content-type: + - application/json; charset=utf-8 + date: + - Sat, 20 May 2023 00:27:03 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/3a5c8694-3384-4724-b346-4a97aa573eb1?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/3a5c8694-3384-4724-b346-4a97aa573eb1 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-20T00:28:02.5590947Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev dev-box start + Connection: + - keep-alive + ParameterSetName: + - --name --project --dev-center + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/3a5c8694-3384-4724-b346-4a97aa573eb1 + response: + body: + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/3a5c8694-3384-4724-b346-4a97aa573eb1\"\ + ,\n \"name\": \"3a5c8694-3384-4724-b346-4a97aa573eb1\",\n \"status\": \"\ + Succeeded\",\n \"startTime\": \"2023-05-20T00:24:30.2473957+00:00\",\n \"\ + endTime\": \"2023-05-20T00:27:16.6828388+00:00\"\n}" + headers: + connection: + - keep-alive + content-length: + - '265' + content-type: + - application/json; charset=utf-8 + date: + - Sat, 20 May 2023 00:27:33 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/3a5c8694-3384-4724-b346-4a97aa573eb1?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/3a5c8694-3384-4724-b346-4a97aa573eb1 + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-20T00:28:33.1334226Z' + status: + code: 200 + message: OK +- request: + body: '{"query": " Resources |where type =~''Microsoft.devcenter/projects''\n | + where name =~ ''cli000004''\n | extend devCenterArr = split(properties.devCenterId, + ''/'')\n | extend devCenterName = devCenterArr[array_length(devCenterArr) + -1]\n | where devCenterName =~ ''cli000003''\n | take 1\n | extend + devCenterUri = properties.devCenterUri\n | project name,devCenterUri "}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev dev-box restart + Connection: + - keep-alive + Content-Length: + - '382' + Content-Type: + - application/json + ParameterSetName: + - --name --project --dev-center + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: POST + uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 + response: + body: + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + headers: + cache-control: + - no-cache + content-length: + - '203' + content-type: + - application/json; charset=utf-8 + date: + - Sat, 20 May 2023 00:27:34 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-tenant-resource-requests: + - '14' + x-ms-resource-graph-request-duration: + - '0:00:00:00.3096048' + x-ms-user-quota-remaining: + - '14' + x-ms-user-quota-resets-after: + - 00:00:05 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev dev-box restart + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --project --dev-center + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: POST + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002:restart?api-version=2023-04-01 + response: + body: + string: "{\n \"name\": \"cli000002\",\n \"projectName\": \"cli000004\",\n\ + \ \"poolName\": \"c3000012\",\n \"hibernateSupport\": \"Enabled\",\n \"\ + provisioningState\": \"Succeeded\",\n \"actionState\": \"Unknown\",\n \"\ + powerState\": \"Running\",\n \"uniqueId\": \"9fe61893-3810-44d0-8711-cbfad712bfad\"\ + ,\n \"location\": \"canadacentral\",\n \"osType\": \"Windows\",\n \"user\"\ + : \"17755109-de29-4032-8853-f390afd630a2\",\n \"hardwareProfile\": {\n \ + \ \"vCPUs\": 8,\n \"skuName\": \"general_a_8c32gb_v1\",\n \"vcpUs\"\ + : 8,\n \"memoryGB\": 32\n },\n \"storageProfile\": {\n \"osDisk\"\ + : {\n \"diskSizeGB\": 1024\n }\n },\n \"imageReference\": {\n \ + \ \"name\": \"MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os\"\ + ,\n \"version\": \"1.0.0\",\n \"operatingSystem\": \"Windows11\",\n\ + \ \"osBuildNumber\": \"win11-22h2-ent-cpc-os\",\n \"publishedDate\"\ + : \"2022-09-20T00:00:00+00:00\"\n },\n \"createdTime\": \"2023-05-19T23:57:21.5680668+00:00\"\ + ,\n \"localAdministrator\": \"Enabled\"\n}" + headers: + connection: + - keep-alive + content-length: + - '902' + content-type: + - application/json; charset=utf-8 + date: + - Sat, 20 May 2023 00:27:35 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '298' + x-rate-limit-reset: + - '2023-05-20T00:27:54.5757837Z' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev dev-box restart + Connection: + - keep-alive + ParameterSetName: + - --name --project --dev-center + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d + response: + body: + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d\"\ + ,\n \"name\": \"ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-20T00:27:35.2149953+00:00\"\n}" + headers: + connection: + - keep-alive + content-length: + - '213' + content-type: + - application/json; charset=utf-8 + date: + - Sat, 20 May 2023 00:28:05 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-20T00:29:05.5973455Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev dev-box restart + Connection: + - keep-alive + ParameterSetName: + - --name --project --dev-center + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d + response: + body: + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d\"\ + ,\n \"name\": \"ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-20T00:27:35.2149953+00:00\"\n}" + headers: + connection: + - keep-alive + content-length: + - '213' + content-type: + - application/json; charset=utf-8 + date: + - Sat, 20 May 2023 00:28:36 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '298' + x-rate-limit-reset: + - '2023-05-20T00:29:29.8820342Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev dev-box restart + Connection: + - keep-alive + ParameterSetName: + - --name --project --dev-center + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d + response: + body: + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d\"\ + ,\n \"name\": \"ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-20T00:27:35.2149953+00:00\"\n}" + headers: + connection: + - keep-alive + content-length: + - '213' + content-type: + - application/json; charset=utf-8 + date: + - Sat, 20 May 2023 00:29:07 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-20T00:30:06.5655092Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev dev-box restart + Connection: + - keep-alive + ParameterSetName: + - --name --project --dev-center + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d + response: + body: + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d\"\ + ,\n \"name\": \"ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-20T00:27:35.2149953+00:00\"\n}" + headers: + connection: + - keep-alive + content-length: + - '213' + content-type: + - application/json; charset=utf-8 + date: + - Sat, 20 May 2023 00:29:37 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-20T00:30:37.2515373Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev dev-box restart + Connection: + - keep-alive + ParameterSetName: + - --name --project --dev-center + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d + response: + body: + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d\"\ + ,\n \"name\": \"ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-20T00:27:35.2149953+00:00\"\n}" + headers: + connection: + - keep-alive + content-length: + - '213' + content-type: + - application/json; charset=utf-8 + date: + - Sat, 20 May 2023 00:30:07 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-20T00:31:07.5850556Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev dev-box restart + Connection: + - keep-alive + ParameterSetName: + - --name --project --dev-center + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d + response: + body: + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d\"\ + ,\n \"name\": \"ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-20T00:27:35.2149953+00:00\"\n}" + headers: + connection: + - keep-alive + content-length: + - '213' + content-type: + - application/json; charset=utf-8 + date: + - Sat, 20 May 2023 00:30:38 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '298' + x-rate-limit-reset: + - '2023-05-20T00:31:24.5846761Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev dev-box restart + Connection: + - keep-alive + ParameterSetName: + - --name --project --dev-center + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d + response: + body: + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d\"\ + ,\n \"name\": \"ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-20T00:27:35.2149953+00:00\"\n}" + headers: + connection: + - keep-alive + content-length: + - '213' + content-type: + - application/json; charset=utf-8 + date: + - Sat, 20 May 2023 00:31:08 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-20T00:32:08.3764257Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev dev-box restart + Connection: + - keep-alive + ParameterSetName: + - --name --project --dev-center + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d + response: + body: + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d\"\ + ,\n \"name\": \"ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-20T00:27:35.2149953+00:00\"\n}" + headers: + connection: + - keep-alive + content-length: + - '213' + content-type: + - application/json; charset=utf-8 + date: + - Sat, 20 May 2023 00:31:39 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '298' + x-rate-limit-reset: + - '2023-05-20T00:32:26.3129594Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev dev-box restart + Connection: + - keep-alive + ParameterSetName: + - --name --project --dev-center + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d + response: + body: + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d\"\ + ,\n \"name\": \"ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-20T00:27:35.2149953+00:00\"\n}" + headers: + connection: + - keep-alive + content-length: + - '213' + content-type: + - application/json; charset=utf-8 + date: + - Sat, 20 May 2023 00:32:10 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '298' + x-rate-limit-reset: + - '2023-05-20T00:32:54.5851856Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev dev-box restart + Connection: + - keep-alive + ParameterSetName: + - --name --project --dev-center + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d + response: + body: + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d\"\ + ,\n \"name\": \"ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-20T00:27:35.2149953+00:00\"\n}" + headers: + connection: + - keep-alive + content-length: + - '213' + content-type: + - application/json; charset=utf-8 + date: + - Sat, 20 May 2023 00:32:40 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-20T00:33:40.4395316Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev dev-box restart Connection: - keep-alive - Content-Length: - - '382' - Content-Type: - - application/json ParameterSetName: - --name --project --dev-center User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 - method: POST - uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d\"\ + ,\n \"name\": \"ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-20T00:27:35.2149953+00:00\"\n}" headers: - cache-control: - - no-cache + connection: + - keep-alive content-length: - - '196' + - '213' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:36:07 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Kestrel + - Sat, 20 May 2023 00:33:11 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-tenant-resource-requests: - - '14' - x-ms-resource-graph-request-duration: - - '0:00:00:00.2891249' - x-ms-user-quota-remaining: - - '14' - x-ms-user-quota-resets-after: - - 00:00:05 + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-20T00:34:10.9637055Z' status: code: 200 message: OK @@ -6327,116 +7171,93 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box show + - devcenter dev dev-box restart Connection: - keep-alive ParameterSetName: - --name --project --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002?api-version=2022-11-11-preview + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d response: body: - string: "{\n \"name\": \"cli000002\",\n \"projectName\": \"cli000004\",\n - \ \"poolName\": \"c3000011\",\n \"hibernateSupport\": \"Enabled\",\n \"provisioningState\": - \"Succeeded\",\n \"actionState\": \"Started\",\n \"powerState\": \"Running\",\n - \ \"uniqueId\": \"cdede9bf-c17c-416f-a8de-f2e442ab79ce\",\n \"errorDetails\": - {},\n \"location\": \"eastus\",\n \"osType\": \"Windows\",\n \"user\": - \"00000000-0000-0000-0000-000000000000\",\n \"hardwareProfile\": {\n \"skuName\": - \"general_a_8c32gb_v1\",\n \"memoryGB\": 32,\n \"vCPUs\": 8\n },\n - \ \"storageProfile\": {\n \"osDisk\": {\n \"diskSizeGB\": 1024\n }\n - \ },\n \"imageReference\": {\n \"name\": \"microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os\",\n - \ \"version\": \"1.0.0\",\n \"operatingSystem\": \"Windows11\",\n \"osBuildNumber\": - \"win11-22h2-ent-cpc-os\",\n \"publishedDate\": \"2022-09-20T00:00:00+00:00\"\n - \ },\n \"createdTime\": \"2023-02-07T20:06:29.2495081+00:00\",\n \"localAdministrator\": - \"Enabled\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d\"\ + ,\n \"name\": \"ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-20T00:27:35.2149953+00:00\"\n}" headers: connection: - keep-alive content-length: - - '901' + - '213' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:36:08 GMT + - Sat, 20 May 2023 00:33:41 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d strict-transport-security: - max-age=15724800; includeSubDomains - transfer-encoding: - - chunked x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:37:07.9961933Z' + - '2023-05-20T00:34:41.5097293Z' status: code: 200 message: OK - request: - body: '{"query": " Resources |where type =~''Microsoft.devcenter/projects''\n | - where name =~ ''cli000004''\n | extend devCenterArr = split(properties.devCenterId, - ''/'')\n | extend devCenterName = devCenterArr[array_length(devCenterArr) - -1]\n | where devCenterName =~ ''cli000003''\n | take 1\n | extend - devCenterUri = properties.devCenterUri\n | project name,devCenterUri "}' + body: null headers: Accept: - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box list-upcoming-action + - devcenter dev dev-box restart Connection: - keep-alive - Content-Length: - - '382' - Content-Type: - - application/json ParameterSetName: - --name --project --dev-center User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 - method: POST - uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d\"\ + ,\n \"name\": \"ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-20T00:27:35.2149953+00:00\"\n}" headers: - cache-control: - - no-cache + connection: + - keep-alive content-length: - - '196' + - '213' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:36:08 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Kestrel + - Sat, 20 May 2023 00:34:12 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-tenant-resource-requests: - - '13' - x-ms-resource-graph-request-duration: - - '0:00:00:00.4649041' - x-ms-user-quota-remaining: - - '13' - x-ms-user-quota-resets-after: - - 00:00:05 + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-20T00:35:11.8273777Z' status: code: 200 message: OK @@ -6444,26 +7265,26 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box list-upcoming-action + - devcenter dev dev-box restart Connection: - keep-alive ParameterSetName: - --name --project --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002/upcomingActions?api-version=2022-11-11-preview + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d response: body: - string: "{\n \"value\": [\n {\n \"id\": \"ced347ad-ea22-a0d7-aa09-1004e8b186b7\",\n - \ \"actionType\": \"Stop\",\n \"reason\": \"Schedule\",\n \"scheduledTime\": - \"2023-02-08T02:30:00+00:00\",\n \"sourceId\": \"/projects/cli000004/pools/c3000011/schedules/default\"\n - \ }\n ]\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d\"\ + ,\n \"name\": \"ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d\",\n \"status\": \"\ + Succeeded\",\n \"startTime\": \"2023-05-20T00:27:35.2149953+00:00\",\n \"\ + endTime\": \"2023-05-20T00:34:21.1310731+00:00\"\n}" headers: connection: - keep-alive @@ -6472,7 +7293,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:36:09 GMT + - Sat, 20 May 2023 00:34:42 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/ef8ca8a4-2894-45bb-9f6d-6e6b94d1b17d strict-transport-security: - max-age=15724800; includeSubDomains transfer-encoding: @@ -6480,9 +7305,9 @@ interactions: x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '297' x-rate-limit-reset: - - '2023-02-07T20:37:09.2224913Z' + - '2023-05-20T00:34:54.5941346Z' status: code: 200 message: OK @@ -6498,7 +7323,7 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box list-upcoming-action + - devcenter dev dev-box show Connection: - keep-alive Content-Length: @@ -6508,21 +7333,21 @@ interactions: ParameterSetName: - --name --project --dev-center User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: cache-control: - no-cache content-length: - - '196' + - '203' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:36:09 GMT + - Sat, 20 May 2023 00:34:43 GMT expires: - '-1' pragma: @@ -6538,11 +7363,11 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-tenant-resource-requests: - - '12' + - '14' x-ms-resource-graph-request-duration: - - '0:00:00:00.3975779' + - '0:00:00:00.4744385' x-ms-user-quota-remaining: - - '12' + - '14' x-ms-user-quota-resets-after: - 00:00:05 status: @@ -6556,31 +7381,41 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box list-upcoming-action + - devcenter dev dev-box show Connection: - keep-alive ParameterSetName: - --name --project --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002/upcomingActions?api-version=2022-11-11-preview - response: - body: - string: "{\n \"value\": [\n {\n \"id\": \"ced347ad-ea22-a0d7-aa09-1004e8b186b7\",\n - \ \"actionType\": \"Stop\",\n \"reason\": \"Schedule\",\n \"scheduledTime\": - \"2023-02-08T02:30:00+00:00\",\n \"sourceId\": \"/projects/cli000004/pools/c3000011/schedules/default\"\n - \ }\n ]\n}" + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002?api-version=2023-04-01 + response: + body: + string: "{\n \"name\": \"cli000002\",\n \"projectName\": \"cli000004\",\n\ + \ \"poolName\": \"c3000012\",\n \"hibernateSupport\": \"Enabled\",\n \"\ + provisioningState\": \"Succeeded\",\n \"actionState\": \"Started\",\n \"\ + powerState\": \"Running\",\n \"uniqueId\": \"9fe61893-3810-44d0-8711-cbfad712bfad\"\ + ,\n \"location\": \"canadacentral\",\n \"osType\": \"Windows\",\n \"user\"\ + : \"17755109-de29-4032-8853-f390afd630a2\",\n \"hardwareProfile\": {\n \ + \ \"vCPUs\": 8,\n \"skuName\": \"general_a_8c32gb_v1\",\n \"vcpUs\"\ + : 8,\n \"memoryGB\": 32\n },\n \"storageProfile\": {\n \"osDisk\"\ + : {\n \"diskSizeGB\": 1024\n }\n },\n \"imageReference\": {\n \ + \ \"name\": \"MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os\"\ + ,\n \"version\": \"1.0.0\",\n \"operatingSystem\": \"Windows11\",\n\ + \ \"osBuildNumber\": \"win11-22h2-ent-cpc-os\",\n \"publishedDate\"\ + : \"2022-09-20T00:00:00+00:00\"\n },\n \"createdTime\": \"2023-05-19T23:57:21.5680668+00:00\"\ + ,\n \"localAdministrator\": \"Enabled\"\n}" headers: connection: - keep-alive content-length: - - '265' + - '902' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:36:10 GMT + - Sat, 20 May 2023 00:34:44 GMT strict-transport-security: - max-age=15724800; includeSubDomains transfer-encoding: @@ -6588,9 +7423,9 @@ interactions: x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-07T20:36:36.2766467Z' + - '2023-05-20T00:35:44.3512458Z' status: code: 200 message: OK @@ -6606,7 +7441,7 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box show-upcoming-action + - devcenter dev dev-box list-action Connection: - keep-alive Content-Length: @@ -6614,23 +7449,23 @@ interactions: Content-Type: - application/json ParameterSetName: - - --name --project --dev-center --upcoming-action-id + - --name --project --dev-center User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: cache-control: - no-cache content-length: - - '196' + - '203' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:36:11 GMT + - Sat, 20 May 2023 00:34:45 GMT expires: - '-1' pragma: @@ -6646,11 +7481,11 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-tenant-resource-requests: - - '11' + - '13' x-ms-resource-graph-request-duration: - - '0:00:00:00.4932026' + - '0:00:00:00.2612019' x-ms-user-quota-remaining: - - '11' + - '13' x-ms-user-quota-resets-after: - 00:00:05 status: @@ -6664,38 +7499,41 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box show-upcoming-action + - devcenter dev dev-box list-action Connection: - keep-alive ParameterSetName: - - --name --project --dev-center --upcoming-action-id + - --name --project --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002/upcomingActions/ced347ad-ea22-a0d7-aa09-1004e8b186b7?api-version=2022-11-11-preview + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002/actions?api-version=2023-04-01 response: body: - string: "{\n \"id\": \"ced347ad-ea22-a0d7-aa09-1004e8b186b7\",\n \"actionType\": - \"Stop\",\n \"reason\": \"Schedule\",\n \"scheduledTime\": \"2023-02-08T02:30:00+00:00\",\n - \ \"sourceId\": \"/projects/cli000004/pools/c3000011/schedules/default\"\n}" + string: "{\n \"value\": [\n {\n \"name\": \"schedule-default\",\n \ + \ \"actionType\": \"Stop\",\n \"sourceId\": \"/projects/cli000004/pools/c3000012/schedules/default\"\ + ,\n \"next\": {\n \"scheduledTime\": \"2023-05-20T01:30:00.000000Z\"\ + \n }\n }\n ]\n}" headers: connection: - keep-alive content-length: - - '216' + - '247' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:36:11 GMT + - Sat, 20 May 2023 00:34:45 GMT strict-transport-security: - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:37:11.8166686Z' + - '2023-05-20T00:35:45.3349703Z' status: code: 200 message: OK @@ -6711,7 +7549,7 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box delay-upcoming-action + - devcenter dev dev-box list-action Connection: - keep-alive Content-Length: @@ -6719,23 +7557,23 @@ interactions: Content-Type: - application/json ParameterSetName: - - --name --project --dev-center --delay-time --upcoming-action-id + - --name --project --dev-center User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: cache-control: - no-cache content-length: - - '196' + - '203' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:36:17 GMT + - Sat, 20 May 2023 00:34:46 GMT expires: - '-1' pragma: @@ -6751,11 +7589,11 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-tenant-resource-requests: - - '10' + - '12' x-ms-resource-graph-request-duration: - - '0:00:00:05.9903276' + - '0:00:00:00.4704854' x-ms-user-quota-remaining: - - '10' + - '12' x-ms-user-quota-resets-after: - 00:00:05 status: @@ -6769,76 +7607,31 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box delay-upcoming-action + - devcenter dev dev-box list-action Connection: - keep-alive ParameterSetName: - - --name --project --dev-center --delay-time --upcoming-action-id + - --name --project --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002/upcomingActions/ced347ad-ea22-a0d7-aa09-1004e8b186b7?api-version=2022-11-11-preview - response: - body: - string: "{\n \"id\": \"ced347ad-ea22-a0d7-aa09-1004e8b186b7\",\n \"actionType\": - \"Stop\",\n \"reason\": \"Schedule\",\n \"scheduledTime\": \"2023-02-08T02:30:00+00:00\",\n - \ \"sourceId\": \"/projects/cli000004/pools/c3000011/schedules/default\"\n}" - headers: - connection: - - keep-alive - content-length: - - '216' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 07 Feb 2023 20:36:18 GMT - strict-transport-security: - - max-age=15724800; includeSubDomains - x-rate-limit-limit: - - 1m - x-rate-limit-remaining: - - '298' - x-rate-limit-reset: - - '2023-02-07T20:36:48.6286942Z' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter dev dev-box delay-upcoming-action - Connection: - - keep-alive - Content-Length: - - '0' - ParameterSetName: - - --name --project --dev-center --delay-time --upcoming-action-id - User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: POST - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002/upcomingActions/ced347ad-ea22-a0d7-aa09-1004e8b186b7:delay?api-version=2022-11-11-preview&delayUntil=2023-02-08T05%3A00%3A00.000Z + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002/actions?api-version=2023-04-01 response: body: - string: "{\n \"id\": \"ced347ad-ea22-a0d7-aa09-1004e8b186b7\",\n \"actionType\": - \"Stop\",\n \"reason\": \"Schedule\",\n \"scheduledTime\": \"2023-02-08T05:00:00+00:00\",\n - \ \"originalScheduledTime\": \"2023-02-08T02:30:00+00:00\",\n \"sourceId\": - \"/projects/cli000004/pools/c3000011/schedules/default\"\n}" + string: "{\n \"value\": [\n {\n \"name\": \"schedule-default\",\n \ + \ \"actionType\": \"Stop\",\n \"sourceId\": \"/projects/cli000004/pools/c3000012/schedules/default\"\ + ,\n \"next\": {\n \"scheduledTime\": \"2023-05-20T01:30:00.000000Z\"\ + \n }\n }\n ]\n}" headers: connection: - keep-alive content-length: - - '272' + - '247' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:36:19 GMT + - Sat, 20 May 2023 00:34:46 GMT strict-transport-security: - max-age=15724800; includeSubDomains transfer-encoding: @@ -6848,7 +7641,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:37:18.8258775Z' + - '2023-05-20T00:35:46.5869021Z' status: code: 200 message: OK @@ -6864,7 +7657,7 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box skip-upcoming-action + - devcenter dev dev-box show-action Connection: - keep-alive Content-Length: @@ -6872,23 +7665,23 @@ interactions: Content-Type: - application/json ParameterSetName: - - --name --project --dev-center --upcoming-action-id + - --name --project --dev-center --action-name User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: cache-control: - no-cache content-length: - - '196' + - '203' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:36:19 GMT + - Sat, 20 May 2023 00:34:47 GMT expires: - '-1' pragma: @@ -6904,11 +7697,11 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-tenant-resource-requests: - - '14' + - '11' x-ms-resource-graph-request-duration: - - '0:00:00:00.2220866' + - '0:00:00:00.4040773' x-ms-user-quota-remaining: - - '14' + - '11' x-ms-user-quota-resets-after: - 00:00:05 status: @@ -6922,26 +7715,31 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box skip-upcoming-action + - devcenter dev dev-box show-action Connection: - keep-alive - Content-Length: - - '0' ParameterSetName: - - --name --project --dev-center --upcoming-action-id + - --name --project --dev-center --action-name User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: POST - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002/upcomingActions/ced347ad-ea22-a0d7-aa09-1004e8b186b7:skip?api-version=2022-11-11-preview + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002/actions/schedule-default?api-version=2023-04-01 response: body: - string: '' + string: "{\n \"name\": \"schedule-default\",\n \"actionType\": \"Stop\",\n\ + \ \"sourceId\": \"/projects/cli000004/pools/c3000012/schedules/default\"\ + ,\n \"next\": {\n \"scheduledTime\": \"2023-05-20T01:30:00.000000Z\"\n\ + \ }\n}" headers: connection: - keep-alive + content-length: + - '194' + content-type: + - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:36:20 GMT + - Sat, 20 May 2023 00:34:47 GMT strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -6949,10 +7747,10 @@ interactions: x-rate-limit-remaining: - '298' x-rate-limit-reset: - - '2023-02-07T20:37:18.6290238Z' + - '2023-05-20T00:35:30.0075237Z' status: - code: 204 - message: No Content + code: 200 + message: OK - request: body: '{"query": " Resources |where type =~''Microsoft.devcenter/projects''\n | where name =~ ''cli000004''\n | extend devCenterArr = split(properties.devCenterId, @@ -6965,7 +7763,7 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box delete + - devcenter dev dev-box delay-action Connection: - keep-alive Content-Length: @@ -6973,23 +7771,23 @@ interactions: Content-Type: - application/json ParameterSetName: - - -y --name --project --dev-center + - --name --project --dev-center --delay-time --action-name User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: cache-control: - no-cache content-length: - - '196' + - '203' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:36:20 GMT + - Sat, 20 May 2023 00:34:48 GMT expires: - '-1' pragma: @@ -7005,11 +7803,11 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-tenant-resource-requests: - - '13' + - '10' x-ms-resource-graph-request-duration: - - '0:00:00:00.2943472' + - '0:00:00:00.2637662' x-ms-user-quota-remaining: - - '13' + - '10' x-ms-user-quota-resets-after: - 00:00:05 status: @@ -7023,101 +7821,39 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box delete - Connection: - - keep-alive - Content-Length: - - '0' - ParameterSetName: - - -y --name --project --dev-center - User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: DELETE - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002?api-version=2022-11-11-preview - response: - body: - string: "{\n \"name\": \"cli000002\",\n \"projectName\": \"cli000004\",\n - \ \"poolName\": \"c3000011\",\n \"hibernateSupport\": \"Enabled\",\n \"provisioningState\": - \"Deleting\",\n \"actionState\": \"Started\",\n \"powerState\": \"Running\",\n - \ \"uniqueId\": \"cdede9bf-c17c-416f-a8de-f2e442ab79ce\",\n \"errorDetails\": - {},\n \"location\": \"eastus\",\n \"osType\": \"Windows\",\n \"user\": - \"00000000-0000-0000-0000-000000000000\",\n \"hardwareProfile\": {\n \"skuName\": - \"general_a_8c32gb_v1\",\n \"memoryGB\": 32,\n \"vCPUs\": 8\n },\n - \ \"storageProfile\": {\n \"osDisk\": {\n \"diskSizeGB\": 1024\n }\n - \ },\n \"imageReference\": {\n \"name\": \"microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os\",\n - \ \"version\": \"1.0.0\",\n \"operatingSystem\": \"Windows11\",\n \"osBuildNumber\": - \"win11-22h2-ent-cpc-os\",\n \"publishedDate\": \"2022-09-20T00:00:00+00:00\"\n - \ },\n \"createdTime\": \"2023-02-07T20:06:29.2495081+00:00\",\n \"localAdministrator\": - \"Enabled\"\n}" - headers: - connection: - - keep-alive - content-length: - - '900' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 07 Feb 2023 20:36:22 GMT - location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649?monitor=true - operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 - strict-transport-security: - - max-age=15724800; includeSubDomains - x-rate-limit-limit: - - 1m - x-rate-limit-remaining: - - '299' - x-rate-limit-reset: - - '2023-02-07T20:37:21.3762775Z' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter dev dev-box delete + - devcenter dev dev-box delay-action Connection: - keep-alive ParameterSetName: - - -y --name --project --dev-center + - --name --project --dev-center --delay-time --action-name User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002/actions/schedule-default?api-version=2023-04-01 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n - \ \"name\": \"c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:36:21.5319148+00:00\"\n}" + string: "{\n \"name\": \"schedule-default\",\n \"actionType\": \"Stop\",\n\ + \ \"sourceId\": \"/projects/cli000004/pools/c3000012/schedules/default\"\ + ,\n \"next\": {\n \"scheduledTime\": \"2023-05-20T01:30:00.000000Z\"\n\ + \ }\n}" headers: connection: - keep-alive content-length: - - '213' + - '194' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:36:52 GMT - location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649?monitor=true - operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + - Sat, 20 May 2023 00:34:48 GMT strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '298' x-rate-limit-reset: - - '2023-02-07T20:37:52.4498409Z' + - '2023-05-20T00:35:43.0224722Z' status: code: 200 message: OK @@ -7125,93 +7861,109 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box delete + - devcenter dev dev-box delay-action Connection: - keep-alive + Content-Length: + - '0' ParameterSetName: - - -y --name --project --dev-center + - --name --project --dev-center --delay-time --action-name User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + method: POST + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002/actions/schedule-default:delay?api-version=2023-04-01&until=2023-05-20T04%3A00%3A00.000Z response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n - \ \"name\": \"c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:36:21.5319148+00:00\"\n}" + string: "{\n \"name\": \"schedule-default\",\n \"actionType\": \"Stop\",\n\ + \ \"sourceId\": \"/projects/cli000004/pools/c3000012/schedules/default\"\ + ,\n \"suspendedUntil\": \"2023-05-20T04:00:00+00:00\",\n \"next\": {\n \ + \ \"scheduledTime\": \"2023-05-20T04:00:00.000000Z\"\n }\n}" headers: connection: - keep-alive content-length: - - '213' + - '243' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:37:22 GMT - location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649?monitor=true - operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + - Sat, 20 May 2023 00:34:49 GMT strict-transport-security: - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '283' + - '299' x-rate-limit-reset: - - '2023-02-07T20:37:52.4498409Z' + - '2023-05-20T00:35:48.9759107Z' status: code: 200 message: OK - request: - body: null + body: '{"query": " Resources |where type =~''Microsoft.devcenter/projects''\n | + where name =~ ''cli000004''\n | extend devCenterArr = split(properties.devCenterId, + ''/'')\n | extend devCenterName = devCenterArr[array_length(devCenterArr) + -1]\n | where devCenterName =~ ''cli000003''\n | take 1\n | extend + devCenterUri = properties.devCenterUri\n | project name,devCenterUri "}' headers: Accept: - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box delete + - devcenter dev dev-box delay-all-actions Connection: - keep-alive + Content-Length: + - '382' + Content-Type: + - application/json ParameterSetName: - - -y --name --project --dev-center + - --name --project --dev-center --delay-time User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: POST + uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n - \ \"name\": \"c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:36:21.5319148+00:00\"\n}" + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: - connection: - - keep-alive + cache-control: + - no-cache content-length: - - '213' + - '203' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:37:54 GMT - location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649?monitor=true - operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + - Sat, 20 May 2023 00:34:49 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel strict-transport-security: - - max-age=15724800; includeSubDomains - x-rate-limit-limit: - - 1m - x-rate-limit-remaining: - - '278' - x-rate-limit-reset: - - '2023-02-07T20:38:10.1217257Z' + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-tenant-resource-requests: + - '10' + x-ms-resource-graph-request-duration: + - '0:00:00:00.3970826' + x-ms-user-quota-remaining: + - '10' + x-ms-user-quota-resets-after: + - 00:00:05 status: code: 200 message: OK @@ -7219,46 +7971,46 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box delete + - devcenter dev dev-box delay-all-actions Connection: - keep-alive ParameterSetName: - - -y --name --project --dev-center + - --name --project --dev-center --delay-time User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002/actions?api-version=2023-04-01 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n - \ \"name\": \"c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:36:21.5319148+00:00\"\n}" + string: "{\n \"value\": [\n {\n \"name\": \"schedule-default\",\n \ + \ \"actionType\": \"Stop\",\n \"sourceId\": \"/projects/cli000004/pools/c3000012/schedules/default\"\ + ,\n \"suspendedUntil\": \"2023-05-20T04:00:00+00:00\",\n \"next\"\ + : {\n \"scheduledTime\": \"2023-05-20T04:00:00.000000Z\"\n }\n\ + \ }\n ]\n}" headers: connection: - keep-alive content-length: - - '213' + - '300' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:38:25 GMT - location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649?monitor=true - operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + - Sat, 20 May 2023 00:34:50 GMT strict-transport-security: - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:39:24.6989980Z' + - '2023-05-20T00:35:50.2935721Z' status: code: 200 message: OK @@ -7266,93 +8018,111 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box delete + - devcenter dev dev-box delay-all-actions Connection: - keep-alive + Content-Length: + - '0' ParameterSetName: - - -y --name --project --dev-center + - --name --project --dev-center --delay-time User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + method: POST + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002/actions:delay?api-version=2023-04-01&until=2023-05-20T05%3A30%3A00.000Z response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n - \ \"name\": \"c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:36:21.5319148+00:00\"\n}" + string: "{\n \"value\": [\n {\n \"name\": \"schedule-default\",\n \ + \ \"result\": \"Succeeded\",\n \"action\": {\n \"name\": \"\ + schedule-default\",\n \"actionType\": \"Stop\",\n \"sourceId\"\ + : \"/projects/cli000004/pools/c3000012/schedules/default\",\n \"suspendedUntil\"\ + : \"2023-05-20T05:30:00+00:00\",\n \"next\": {\n \"scheduledTime\"\ + : \"2023-05-20T05:30:00.000000Z\"\n }\n }\n }\n ]\n}" headers: connection: - keep-alive content-length: - - '213' + - '403' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:38:55 GMT - location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649?monitor=true - operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + - Sat, 20 May 2023 00:34:50 GMT strict-transport-security: - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:39:55.1011129Z' + - '2023-05-20T00:35:50.5670783Z' status: code: 200 message: OK - request: - body: null + body: '{"query": " Resources |where type =~''Microsoft.devcenter/projects''\n | + where name =~ ''cli000004''\n | extend devCenterArr = split(properties.devCenterId, + ''/'')\n | extend devCenterName = devCenterArr[array_length(devCenterArr) + -1]\n | where devCenterName =~ ''cli000003''\n | take 1\n | extend + devCenterUri = properties.devCenterUri\n | project name,devCenterUri "}' headers: Accept: - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box delete + - devcenter dev dev-box skip-action Connection: - keep-alive + Content-Length: + - '382' + Content-Type: + - application/json ParameterSetName: - - -y --name --project --dev-center + - --name --project --dev-center --action-name User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: POST + uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n - \ \"name\": \"c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:36:21.5319148+00:00\"\n}" + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: - connection: - - keep-alive + cache-control: + - no-cache content-length: - - '213' + - '203' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:39:25 GMT - location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649?monitor=true - operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + - Sat, 20 May 2023 00:34:50 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel strict-transport-security: - - max-age=15724800; includeSubDomains - x-rate-limit-limit: - - 1m - x-rate-limit-remaining: - - '299' - x-rate-limit-reset: - - '2023-02-07T20:40:25.3863228Z' + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-tenant-resource-requests: + - '11' + x-ms-resource-graph-request-duration: + - '0:00:00:00.4351957' + x-ms-user-quota-remaining: + - '11' + x-ms-user-quota-resets-after: + - 00:00:05 status: code: 200 message: OK @@ -7360,93 +8130,100 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box delete + - devcenter dev dev-box skip-action Connection: - keep-alive + Content-Length: + - '0' ParameterSetName: - - -y --name --project --dev-center + - --name --project --dev-center --action-name User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + method: POST + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002/actions/schedule-default:skip?api-version=2023-04-01 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n - \ \"name\": \"c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:36:21.5319148+00:00\"\n}" + string: '' headers: connection: - keep-alive - content-length: - - '213' - content-type: - - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:39:56 GMT - location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649?monitor=true - operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + - Sat, 20 May 2023 00:34:52 GMT strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '298' x-rate-limit-reset: - - '2023-02-07T20:40:55.7141676Z' + - '2023-05-20T00:34:52.5413151Z' status: - code: 200 - message: OK + code: 204 + message: No Content - request: - body: null + body: '{"query": " Resources |where type =~''Microsoft.devcenter/projects''\n | + where name =~ ''cli000004''\n | extend devCenterArr = split(properties.devCenterId, + ''/'')\n | extend devCenterName = devCenterArr[array_length(devCenterArr) + -1]\n | where devCenterName =~ ''cli000003''\n | take 1\n | extend + devCenterUri = properties.devCenterUri\n | project name,devCenterUri "}' headers: Accept: - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box delete + - devcenter dev dev-box list-action Connection: - keep-alive + Content-Length: + - '382' + Content-Type: + - application/json ParameterSetName: - - -y --name --project --dev-center + - --name --project --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: POST + uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n - \ \"name\": \"c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:36:21.5319148+00:00\"\n}" + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: - connection: - - keep-alive + cache-control: + - no-cache content-length: - - '213' + - '203' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:40:26 GMT - location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649?monitor=true - operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + - Sat, 20 May 2023 00:34:52 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel strict-transport-security: - - max-age=15724800; includeSubDomains - x-rate-limit-limit: - - 1m - x-rate-limit-remaining: - - '299' - x-rate-limit-reset: - - '2023-02-07T20:41:26.1804139Z' + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-tenant-resource-requests: + - '11' + x-ms-resource-graph-request-duration: + - '0:00:00:00.2646034' + x-ms-user-quota-remaining: + - '11' + x-ms-user-quota-resets-after: + - 00:00:05 status: code: 200 message: OK @@ -7454,51 +8231,54 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev dev-box delete + - devcenter dev dev-box list-action Connection: - keep-alive ParameterSetName: - - -y --name --project --dev-center + - --name --project --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002/actions?api-version=2023-04-01 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n - \ \"name\": \"c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:36:21.5319148+00:00\"\n}" + string: "{\n \"value\": [\n {\n \"name\": \"schedule-default\",\n \ + \ \"actionType\": \"Stop\",\n \"sourceId\": \"/projects/cli000004/pools/c3000012/schedules/default\"\ + ,\n \"next\": {\n \"scheduledTime\": \"2023-05-21T01:30:00.000000Z\"\ + \n }\n }\n ]\n}" headers: connection: - keep-alive content-length: - - '213' + - '247' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:40:56 GMT - location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649?monitor=true - operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + - Sat, 20 May 2023 00:34:53 GMT strict-transport-security: - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '298' x-rate-limit-reset: - - '2023-02-07T20:41:56.4139941Z' + - '2023-05-20T00:35:26.5410303Z' status: code: 200 message: OK - request: - body: null + body: '{"query": " Resources |where type =~''Microsoft.devcenter/projects''\n | + where name =~ ''cli000004''\n | extend devCenterArr = split(properties.devCenterId, + ''/'')\n | extend devCenterName = devCenterArr[array_length(devCenterArr) + -1]\n | where devCenterName =~ ''cli000003''\n | take 1\n | extend + devCenterUri = properties.devCenterUri\n | project name,devCenterUri "}' headers: Accept: - '*/*' @@ -7508,39 +8288,50 @@ interactions: - devcenter dev dev-box delete Connection: - keep-alive + Content-Length: + - '382' + Content-Type: + - application/json ParameterSetName: - -y --name --project --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: POST + uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n - \ \"name\": \"c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:36:21.5319148+00:00\"\n}" + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: - connection: - - keep-alive + cache-control: + - no-cache content-length: - - '213' + - '203' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:41:27 GMT - location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649?monitor=true - operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + - Sat, 20 May 2023 00:34:53 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel strict-transport-security: - - max-age=15724800; includeSubDomains - x-rate-limit-limit: - - 1m - x-rate-limit-remaining: - - '299' - x-rate-limit-reset: - - '2023-02-07T20:42:26.6771788Z' + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-tenant-resource-requests: + - '11' + x-ms-resource-graph-request-duration: + - '0:00:00:00.2404498' + x-ms-user-quota-remaining: + - '11' + x-ms-user-quota-resets-after: + - 00:00:05 status: code: 200 message: OK @@ -7548,38 +8339,51 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - devcenter dev dev-box delete Connection: - keep-alive + Content-Length: + - '0' ParameterSetName: - -y --name --project --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 - response: - body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n - \ \"name\": \"c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:36:21.5319148+00:00\"\n}" + method: DELETE + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/users/me/devboxes/cli000002?api-version=2023-04-01 + response: + body: + string: "{\n \"name\": \"cli000002\",\n \"projectName\": \"cli000004\",\n\ + \ \"poolName\": \"c3000012\",\n \"hibernateSupport\": \"Enabled\",\n \"\ + provisioningState\": \"Deleting\",\n \"actionState\": \"Started\",\n \"\ + powerState\": \"Running\",\n \"uniqueId\": \"9fe61893-3810-44d0-8711-cbfad712bfad\"\ + ,\n \"location\": \"canadacentral\",\n \"osType\": \"Windows\",\n \"user\"\ + : \"17755109-de29-4032-8853-f390afd630a2\",\n \"hardwareProfile\": {\n \ + \ \"vCPUs\": 8,\n \"skuName\": \"general_a_8c32gb_v1\",\n \"vcpUs\"\ + : 8,\n \"memoryGB\": 32\n },\n \"storageProfile\": {\n \"osDisk\"\ + : {\n \"diskSizeGB\": 1024\n }\n },\n \"imageReference\": {\n \ + \ \"name\": \"MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os\"\ + ,\n \"version\": \"1.0.0\",\n \"operatingSystem\": \"Windows11\",\n\ + \ \"osBuildNumber\": \"win11-22h2-ent-cpc-os\",\n \"publishedDate\"\ + : \"2022-09-20T00:00:00+00:00\"\n },\n \"createdTime\": \"2023-05-19T23:57:21.5680668+00:00\"\ + ,\n \"localAdministrator\": \"Enabled\"\n}" headers: connection: - keep-alive content-length: - - '213' + - '901' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:41:58 GMT + - Sat, 20 May 2023 00:34:54 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/7621fc34-0f00-4c28-9571-edc5ec173235?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/7621fc34-0f00-4c28-9571-edc5ec173235 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -7587,10 +8391,10 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:42:58.0067167Z' + - '2023-05-20T00:35:53.9778332Z' status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null headers: @@ -7605,15 +8409,15 @@ interactions: ParameterSetName: - -y --name --project --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/7621fc34-0f00-4c28-9571-edc5ec173235 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n - \ \"name\": \"c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:36:21.5319148+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/7621fc34-0f00-4c28-9571-edc5ec173235\"\ + ,\n \"name\": \"7621fc34-0f00-4c28-9571-edc5ec173235\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-20T00:34:54.1652895+00:00\"\n}" headers: connection: - keep-alive @@ -7622,11 +8426,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:42:28 GMT + - Sat, 20 May 2023 00:35:24 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/7621fc34-0f00-4c28-9571-edc5ec173235?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/7621fc34-0f00-4c28-9571-edc5ec173235 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -7634,7 +8438,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:43:28.3394854Z' + - '2023-05-20T00:36:24.5767235Z' status: code: 200 message: OK @@ -7652,15 +8456,15 @@ interactions: ParameterSetName: - -y --name --project --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/7621fc34-0f00-4c28-9571-edc5ec173235 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n - \ \"name\": \"c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:36:21.5319148+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/7621fc34-0f00-4c28-9571-edc5ec173235\"\ + ,\n \"name\": \"7621fc34-0f00-4c28-9571-edc5ec173235\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-20T00:34:54.1652895+00:00\"\n}" headers: connection: - keep-alive @@ -7669,19 +8473,19 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:42:58 GMT + - Sat, 20 May 2023 00:35:55 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/7621fc34-0f00-4c28-9571-edc5ec173235?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/7621fc34-0f00-4c28-9571-edc5ec173235 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '298' x-rate-limit-reset: - - '2023-02-07T20:43:58.7684932Z' + - '2023-05-20T00:36:54.5956704Z' status: code: 200 message: OK @@ -7699,15 +8503,15 @@ interactions: ParameterSetName: - -y --name --project --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/7621fc34-0f00-4c28-9571-edc5ec173235 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n - \ \"name\": \"c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:36:21.5319148+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/7621fc34-0f00-4c28-9571-edc5ec173235\"\ + ,\n \"name\": \"7621fc34-0f00-4c28-9571-edc5ec173235\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-20T00:34:54.1652895+00:00\"\n}" headers: connection: - keep-alive @@ -7716,19 +8520,19 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:43:29 GMT + - Sat, 20 May 2023 00:36:25 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/7621fc34-0f00-4c28-9571-edc5ec173235?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/7621fc34-0f00-4c28-9571-edc5ec173235 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '297' x-rate-limit-reset: - - '2023-02-07T20:44:29.0279808Z' + - '2023-05-20T00:36:56.5559049Z' status: code: 200 message: OK @@ -7746,15 +8550,15 @@ interactions: ParameterSetName: - -y --name --project --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/7621fc34-0f00-4c28-9571-edc5ec173235 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n - \ \"name\": \"c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:36:21.5319148+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/7621fc34-0f00-4c28-9571-edc5ec173235\"\ + ,\n \"name\": \"7621fc34-0f00-4c28-9571-edc5ec173235\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-20T00:34:54.1652895+00:00\"\n}" headers: connection: - keep-alive @@ -7763,11 +8567,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:43:59 GMT + - Sat, 20 May 2023 00:36:56 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/7621fc34-0f00-4c28-9571-edc5ec173235?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/7621fc34-0f00-4c28-9571-edc5ec173235 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -7775,7 +8579,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:44:59.2786157Z' + - '2023-05-20T00:37:55.6724612Z' status: code: 200 message: OK @@ -7793,15 +8597,15 @@ interactions: ParameterSetName: - -y --name --project --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/7621fc34-0f00-4c28-9571-edc5ec173235 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n - \ \"name\": \"c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T20:36:21.5319148+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/7621fc34-0f00-4c28-9571-edc5ec173235\"\ + ,\n \"name\": \"7621fc34-0f00-4c28-9571-edc5ec173235\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-20T00:34:54.1652895+00:00\"\n}" headers: connection: - keep-alive @@ -7810,11 +8614,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:44:29 GMT + - Sat, 20 May 2023 00:37:26 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/7621fc34-0f00-4c28-9571-edc5ec173235?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/7621fc34-0f00-4c28-9571-edc5ec173235 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -7822,7 +8626,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:45:29.5310103Z' + - '2023-05-20T00:38:26.3954434Z' status: code: 200 message: OK @@ -7840,15 +8644,16 @@ interactions: ParameterSetName: - -y --name --project --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/7621fc34-0f00-4c28-9571-edc5ec173235 response: body: - string: "{\n \"id\": \"/projects/cli000004/operationStatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n - \ \"name\": \"c0a66c63-4b4c-4cba-a6a7-3b797d339649\",\n \"status\": \"Succeeded\",\n - \ \"startTime\": \"2023-02-07T20:36:21.5319148+00:00\",\n \"endTime\": \"2023-02-07T20:44:30.7977653+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000004/operationStatuses/7621fc34-0f00-4c28-9571-edc5ec173235\"\ + ,\n \"name\": \"7621fc34-0f00-4c28-9571-edc5ec173235\",\n \"status\": \"\ + Succeeded\",\n \"startTime\": \"2023-05-20T00:34:54.1652895+00:00\",\n \"\ + endTime\": \"2023-05-20T00:37:33.3791345+00:00\"\n}" headers: connection: - keep-alive @@ -7857,11 +8662,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:45:00 GMT + - Sat, 20 May 2023 00:37:57 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/7621fc34-0f00-4c28-9571-edc5ec173235?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/projects/cli000004/operationstatuses/c0a66c63-4b4c-4cba-a6a7-3b797d339649 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000004/operationstatuses/7621fc34-0f00-4c28-9571-edc5ec173235 strict-transport-security: - max-age=15724800; includeSubDomains transfer-encoding: @@ -7871,7 +8676,7 @@ interactions: x-rate-limit-remaining: - '298' x-rate-limit-reset: - - '2023-02-07T20:45:45.6296820Z' + - '2023-05-20T00:38:54.5939887Z' status: code: 200 message: OK @@ -7897,21 +8702,21 @@ interactions: ParameterSetName: - --dev-center User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: cache-control: - no-cache content-length: - - '196' + - '203' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:44:59 GMT + - Sat, 20 May 2023 00:37:57 GMT expires: - '-1' pragma: @@ -7929,7 +8734,7 @@ interactions: x-ms-ratelimit-remaining-tenant-resource-requests: - '14' x-ms-resource-graph-request-duration: - - '0:00:00:00.2032750' + - '0:00:00:00.3586195' x-ms-user-quota-remaining: - '14' x-ms-user-quota-resets-after: @@ -7951,10 +8756,10 @@ interactions: ParameterSetName: - --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.eastus.devcenter.azure.com/devboxes?api-version=2022-11-11-preview + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/devboxes?api-version=2023-04-01 response: body: string: "{\n \"value\": []\n}" @@ -7966,7 +8771,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 20:45:01 GMT + - Sat, 20 May 2023 00:37:58 GMT strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -7974,7 +8779,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T20:46:01.1595919Z' + - '2023-05-20T00:38:58.3767099Z' status: code: 200 message: OK diff --git a/src/devcenter/azext_devcenter/tests/latest/recordings/test_dev_center_scenario.yaml b/src/devcenter/azext_devcenter/tests/latest/recordings/test_dev_center_scenario.yaml index b1e5f28bacb..debc68da40c 100644 --- a/src/devcenter/azext_devcenter/tests/latest/recordings/test_dev_center_scenario.yaml +++ b/src/devcenter/azext_devcenter/tests/latest/recordings/test_dev_center_scenario.yaml @@ -13,9 +13,9 @@ interactions: ParameterSetName: - --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters?api-version=2023-04-01 response: body: string: '{"value":[]}' @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:44:31 GMT + - Wed, 03 May 2023 04:00:58 GMT expires: - '-1' pragma: @@ -39,25 +39,26 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - c2f8b793-952c-4403-bd29-f586537a6c76 - - fbbcb5db-bd2a-45ad-ac64-ab54c15e54cb - - 9c085636-ca90-40c8-8a0d-983841ec51b6 - - 94899365-c225-4210-b80d-7839eb2d53cc - - 244c93e5-5af5-45b7-8fb3-3e998a48d05f - - 565a8469-f72d-43da-851a-30074099e9f1 - - e3a8d5fe-6c26-4f4c-8e04-96a6e8ce1d17 - - 3fa9d446-d05a-407c-abbf-d0e6a2068350 - - 10181bdf-5882-4d4b-bd87-cb28803b9794 - - f3593f50-3d9c-4190-97b8-bf2dbff60722 - - 861aba4f-f10b-4cd6-8c26-549742fbbf3e - - b88291d7-f7cb-47dc-9aad-088866713432 - - 79132b32-fdeb-462a-8fc5-a6bab3db2f0d - - 912c4490-9d2c-40f1-b85c-5b8b4282beb3 + - 276fa4aa-be49-407c-a8ba-d0f481b08c41 + - 6e615b27-fee6-4862-b54e-85f5aace8723 + - f91c0239-b959-457b-b8a4-7eaa3d394643 + - c073bbfa-cfbb-4ec1-9d0e-d3aee6d43be6 + - 20940f4f-5928-4426-90d3-9f4e31af63c9 + - d8bb9d24-e5ce-4eca-a075-ec5b71e40219 + - f27fe55d-077a-46e8-8152-ee5715c28741 + - becf1298-1939-4e37-aba1-f22b11df3061 + - dc091f15-5860-493c-aad8-d0e9daeaaac6 + - a497177a-6b49-4dcc-b8fb-76c1ca55a5b6 + - 13d06bb6-cc84-4a92-a240-dd59e2d23ff0 + - 9cec96de-e343-40f6-b7aa-f92abf767afa + - ad18c93a-ef42-4fcb-8f2c-7f6b89e77afa + - 4fbe551e-dbac-4fd5-8d95-24c190db43bd + - 48d989a3-ad4c-4b9a-99fc-31442ff6d072 status: code: 200 message: OK - request: - body: '{"location": "westus3", "tags": {"CostCode": "12345"}}' + body: '{"location": "centraluseuap", "tags": {"CostCode": "12345"}}' headers: Accept: - application/json @@ -74,15 +75,15 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T04:44:34.8078116Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T04:44:34.8078116Z"},"properties":{"provisioningState":"Accepted"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:01:00.1850156Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:01:00.1850156Z"},"properties":{"provisioningState":"Accepted"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/098b9e09-2ccc-4680-aaac-ef3a2c2a8af2*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/96fbdf4e-b07c-4d06-8a55-84f13344c595*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4?api-version=2023-04-01 cache-control: - no-cache content-length: @@ -90,9 +91,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:44:37 GMT + - Wed, 03 May 2023 04:01:00 GMT etag: - - '"9000ee8e-0000-4d00-0000-63ef06350000"' + - '"1100f300-0000-4d00-0000-6451dc7d0000"' expires: - '-1' pragma: @@ -104,7 +105,7 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":100,"currentUsed":21,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' + - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":100,"currentUsed":25,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - '1199' x-rate-limit-limit: @@ -112,7 +113,7 @@ interactions: x-rate-limit-remaining: - '298' x-rate-limit-reset: - - '2023-02-17T04:45:30.6729585Z' + - '2023-05-03T04:01:57.2775173Z' status: code: 201 message: Created @@ -130,12 +131,12 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/098b9e09-2ccc-4680-aaac-ef3a2c2a8af2*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/96fbdf4e-b07c-4d06-8a55-84f13344c595*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/098b9e09-2ccc-4680-aaac-ef3a2c2a8af2*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0","name":"098b9e09-2ccc-4680-aaac-ef3a2c2a8af2*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-02-17T04:44:35.0026658Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/96fbdf4e-b07c-4d06-8a55-84f13344c595*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4","name":"96fbdf4e-b07c-4d06-8a55-84f13344c595*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-03T04:01:00.3287153Z"}' headers: cache-control: - no-cache @@ -144,9 +145,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:45:07 GMT + - Wed, 03 May 2023 04:01:30 GMT etag: - - '"12001368-0000-4d00-0000-63ef06330000"' + - '"2400b809-0000-4d00-0000-6451dc7c0000"' expires: - '-1' pragma: @@ -176,12 +177,12 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/098b9e09-2ccc-4680-aaac-ef3a2c2a8af2*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/96fbdf4e-b07c-4d06-8a55-84f13344c595*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/098b9e09-2ccc-4680-aaac-ef3a2c2a8af2*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0","name":"098b9e09-2ccc-4680-aaac-ef3a2c2a8af2*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-02-17T04:44:35.0026658Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/96fbdf4e-b07c-4d06-8a55-84f13344c595*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4","name":"96fbdf4e-b07c-4d06-8a55-84f13344c595*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-03T04:01:00.3287153Z"}' headers: cache-control: - no-cache @@ -190,9 +191,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:45:37 GMT + - Wed, 03 May 2023 04:02:01 GMT etag: - - '"12001368-0000-4d00-0000-63ef06330000"' + - '"2400b809-0000-4d00-0000-6451dc7c0000"' expires: - '-1' pragma: @@ -222,12 +223,12 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/098b9e09-2ccc-4680-aaac-ef3a2c2a8af2*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/96fbdf4e-b07c-4d06-8a55-84f13344c595*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/098b9e09-2ccc-4680-aaac-ef3a2c2a8af2*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0","name":"098b9e09-2ccc-4680-aaac-ef3a2c2a8af2*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Succeeded","startTime":"2023-02-17T04:44:35.0026658Z","endTime":"2023-02-17T04:45:59.0908559Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/96fbdf4e-b07c-4d06-8a55-84f13344c595*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4","name":"96fbdf4e-b07c-4d06-8a55-84f13344c595*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Succeeded","startTime":"2023-05-03T04:01:00.3287153Z","endTime":"2023-05-03T04:02:18.9700746Z","properties":null}' headers: cache-control: - no-cache @@ -236,9 +237,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:46:08 GMT + - Wed, 03 May 2023 04:02:30 GMT etag: - - '"12000f69-0000-4d00-0000-63ef06870000"' + - '"2400130a-0000-4d00-0000-6451dcca0000"' expires: - '-1' pragma: @@ -268,12 +269,12 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T04:44:34.8078116Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T04:44:34.8078116Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:01:00.1850156Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:01:00.1850156Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' headers: cache-control: - no-cache @@ -282,9 +283,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:46:08 GMT + - Wed, 03 May 2023 04:02:30 GMT etag: - - '"9000f28e-0000-4d00-0000-63ef06870000"' + - '"11001d01-0000-4d00-0000-6451dccb0000"' expires: - '-1' pragma: @@ -316,12 +317,12 @@ interactions: ParameterSetName: - --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters?api-version=2023-04-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T04:44:34.8078116Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T04:44:34.8078116Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:01:00.1850156Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:01:00.1850156Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}]}' headers: cache-control: - no-cache @@ -330,7 +331,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:46:11 GMT + - Wed, 03 May 2023 04:02:35 GMT expires: - '-1' pragma: @@ -342,20 +343,21 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - f27f104d-a245-4161-8cae-de4635db84fd - - ec5a5c44-baec-4347-ae30-a43c3a0ce922 - - 63222e11-a97c-4190-9f38-9432c84f0acf - - 2ba0a267-04ee-410d-998e-d9d3edef4b07 - - f99c53de-0a25-4656-9a2a-2c837938aaca - - 3e3dc3ab-0386-42c3-98fe-08227ea5912f - - 5deb5e7a-1b90-42a5-bad3-2d8b2698be54 - - bd08d60f-9411-44c1-acfe-3d9a8d3780eb - - 0b3a629c-1842-45e9-89fe-807a3692798b - - b4117dd8-891f-413d-9e30-d9bcc310042e - - 7216e74f-4e50-4fd5-96c2-2b6af380479b - - 0a07723a-4ceb-41c0-a14c-7ec5c5349af9 - - 80a9d67c-c4f4-44d5-aaa4-ae026e8e64c4 - - 5899a0bf-c1ff-47d8-bdaa-5054a8a55527 + - 0fe96c31-cad6-45dc-a1f9-9b9bc4b05322 + - a031fdbc-73a0-48b0-ae35-56a4b992a7ca + - db44b62a-17ad-49d7-ada1-11d34acf6ab5 + - 39c3407b-e8a9-4e62-ba4b-3abed1666d7d + - 5df633ac-cb0b-4ff4-a1b9-d5e9490240f7 + - 2d6e9ac0-c404-4cc0-a513-8ba5e8f5f03b + - c223eb7a-3060-4c95-b3dc-410c821e1011 + - 4387a7d2-f867-426c-ae98-d34ea7a1812d + - 6eab2e82-2628-4142-9bdc-360b9dd1d355 + - 3c800575-44a8-436f-875b-2c3703ff846d + - e0d8f339-5628-4016-a3b6-f2f77296d756 + - f5880d00-d9ce-4209-b43b-87542acf5a9d + - 5735653d-6829-44dd-9498-a40b3972ad82 + - dd3150db-1c08-4ce6-be26-b9d7c62918b8 + - 38d40825-f112-4b86-966b-d304a8216f51 status: code: 200 message: OK @@ -373,12 +375,12 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2022-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2023-02-17T04:44:25Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2023-05-03T04:00:55Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -387,7 +389,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:46:12 GMT + - Wed, 03 May 2023 04:02:35 GMT expires: - '-1' pragma: @@ -419,12 +421,12 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-msi/6.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-msi/7.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003?api-version=2023-01-31 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003","name":"testid_000003","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"00000000-0000-0000-0000-000000000000","principalId":"106dc7da-889b-43d2-aef1-0da227447abe","clientId":"c9f7c149-b6c0-4f52-b57b-58f7038ef63b"}}' + string: '{"location":"westus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003","name":"testid_000003","type":"Microsoft.ManagedIdentity/userAssignedIdentities","properties":{"tenantId":"00000000-0000-0000-0000-000000000000","principalId":"4879ef99-1d2f-440f-beff-3de772f2ca37","clientId":"e55e4f26-66c1-44f0-864f-5233d909ca67"}}' headers: cache-control: - no-cache @@ -433,7 +435,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:46:16 GMT + - Wed, 03 May 2023 04:02:38 GMT expires: - '-1' location: @@ -451,7 +453,7 @@ interactions: message: Created - request: body: '{"identity": {"type": "UserAssigned", "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003": - {}}}, "location": "westus3", "tags": {"CostCode": "12345"}}' + {}}}, "location": "centraluseuap", "tags": {"CostCode": "12345"}}' headers: Accept: - application/json @@ -468,15 +470,15 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","name":"cli000004","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T04:46:18.9914139Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T04:46:18.9914139Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"106dc7da-889b-43d2-aef1-0da227447abe","clientId":"c9f7c149-b6c0-4f52-b57b-58f7038ef63b"}}},"properties":{"provisioningState":"Accepted"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","name":"cli000004","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:02:40.3063058Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:02:40.3063058Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"4879ef99-1d2f-440f-beff-3de772f2ca37","clientId":"e55e4f26-66c1-44f0-864f-5233d909ca67"}}},"properties":{"provisioningState":"Accepted"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/924f4c90-d8c6-4463-b6c7-ed1dc360a14c*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/ee964498-24d0-4893-bee8-a4dd3cf4f2be*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D?api-version=2023-04-01 cache-control: - no-cache content-length: @@ -484,9 +486,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:46:23 GMT + - Wed, 03 May 2023 04:02:41 GMT etag: - - '"9000f58e-0000-4d00-0000-63ef06a00000"' + - '"11002601-0000-4d00-0000-6451dce20000"' expires: - '-1' pragma: @@ -498,7 +500,7 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":100,"currentUsed":22,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' + - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":100,"currentUsed":24,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - '1199' x-rate-limit-limit: @@ -506,7 +508,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-17T04:47:19.7914067Z' + - '2023-05-03T04:03:40.9403751Z' status: code: 201 message: Created @@ -524,12 +526,12 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/924f4c90-d8c6-4463-b6c7-ed1dc360a14c*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/ee964498-24d0-4893-bee8-a4dd3cf4f2be*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/924f4c90-d8c6-4463-b6c7-ed1dc360a14c*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","name":"924f4c90-d8c6-4463-b6c7-ed1dc360a14c*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","status":"Accepted","startTime":"2023-02-17T04:46:19.8921572Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/ee964498-24d0-4893-bee8-a4dd3cf4f2be*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D","name":"ee964498-24d0-4893-bee8-a4dd3cf4f2be*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","status":"Accepted","startTime":"2023-05-03T04:02:40.9546474Z"}' headers: cache-control: - no-cache @@ -538,9 +540,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:46:53 GMT + - Wed, 03 May 2023 04:03:11 GMT etag: - - '"12004869-0000-4d00-0000-63ef069b0000"' + - '"2400300a-0000-4d00-0000-6451dce00000"' expires: - '-1' pragma: @@ -570,104 +572,12 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/924f4c90-d8c6-4463-b6c7-ed1dc360a14c*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/ee964498-24d0-4893-bee8-a4dd3cf4f2be*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/924f4c90-d8c6-4463-b6c7-ed1dc360a14c*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","name":"924f4c90-d8c6-4463-b6c7-ed1dc360a14c*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","status":"Accepted","startTime":"2023-02-17T04:46:19.8921572Z"}' - headers: - cache-control: - - no-cache - content-length: - - '549' - content-type: - - application/json; charset=utf-8 - date: - - Fri, 17 Feb 2023 04:47:24 GMT - etag: - - '"12004869-0000-4d00-0000-63ef069b0000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin devcenter create - Connection: - - keep-alive - ParameterSetName: - - --identity-type --user-assigned-identities --location --tags --name --resource-group - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/924f4c90-d8c6-4463-b6c7-ed1dc360a14c*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/924f4c90-d8c6-4463-b6c7-ed1dc360a14c*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","name":"924f4c90-d8c6-4463-b6c7-ed1dc360a14c*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","status":"Accepted","startTime":"2023-02-17T04:46:19.8921572Z"}' - headers: - cache-control: - - no-cache - content-length: - - '549' - content-type: - - application/json; charset=utf-8 - date: - - Fri, 17 Feb 2023 04:47:54 GMT - etag: - - '"12004869-0000-4d00-0000-63ef069b0000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin devcenter create - Connection: - - keep-alive - ParameterSetName: - - --identity-type --user-assigned-identities --location --tags --name --resource-group - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/924f4c90-d8c6-4463-b6c7-ed1dc360a14c*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/924f4c90-d8c6-4463-b6c7-ed1dc360a14c*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","name":"924f4c90-d8c6-4463-b6c7-ed1dc360a14c*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","status":"Succeeded","startTime":"2023-02-17T04:46:19.8921572Z","endTime":"2023-02-17T04:47:57.5063143Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/ee964498-24d0-4893-bee8-a4dd3cf4f2be*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D","name":"ee964498-24d0-4893-bee8-a4dd3cf4f2be*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","status":"Succeeded","startTime":"2023-05-03T04:02:40.9546474Z","endTime":"2023-05-03T04:03:28.9172039Z","properties":null}' headers: cache-control: - no-cache @@ -676,9 +586,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:48:24 GMT + - Wed, 03 May 2023 04:03:41 GMT etag: - - '"1200706a-0000-4d00-0000-63ef06fd0000"' + - '"24006b0a-0000-4d00-0000-6451dd100000"' expires: - '-1' pragma: @@ -708,12 +618,12 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","name":"cli000004","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T04:46:18.9914139Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T04:46:18.9914139Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"106dc7da-889b-43d2-aef1-0da227447abe","clientId":"c9f7c149-b6c0-4f52-b57b-58f7038ef63b"}}},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000004.westus3.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","name":"cli000004","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:02:40.3063058Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:02:40.3063058Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"4879ef99-1d2f-440f-beff-3de772f2ca37","clientId":"e55e4f26-66c1-44f0-864f-5233d909ca67"}}},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000004.centraluseuap.devcenter.azure.com/"}}' headers: cache-control: - no-cache @@ -722,9 +632,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:48:24 GMT + - Wed, 03 May 2023 04:03:41 GMT etag: - - '"9000f98e-0000-4d00-0000-63ef06fd0000"' + - '"11003601-0000-4d00-0000-6451dd100000"' expires: - '-1' pragma: @@ -756,12 +666,12 @@ interactions: ParameterSetName: - --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","name":"cli000004","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T04:46:18.9914139Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T04:46:18.9914139Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"106dc7da-889b-43d2-aef1-0da227447abe","clientId":"c9f7c149-b6c0-4f52-b57b-58f7038ef63b"}}},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000004.westus3.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","name":"cli000004","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:02:40.3063058Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:02:40.3063058Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"4879ef99-1d2f-440f-beff-3de772f2ca37","clientId":"e55e4f26-66c1-44f0-864f-5233d909ca67"}}},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000004.centraluseuap.devcenter.azure.com/"}}' headers: cache-control: - no-cache @@ -770,9 +680,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:48:25 GMT + - Wed, 03 May 2023 04:03:42 GMT etag: - - '"9000f98e-0000-4d00-0000-63ef06fd0000"' + - '"11003601-0000-4d00-0000-6451dd100000"' expires: - '-1' pragma: @@ -792,7 +702,7 @@ interactions: message: OK - request: body: '{"identity": {"type": "UserAssigned", "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003": - {}}}, "location": "westus3", "properties": {}, "tags": {"CostCode": "123"}}' + {}}}, "location": "centraluseuap", "properties": {}, "tags": {"CostCode": "123"}}' headers: Accept: - application/json @@ -809,25 +719,25 @@ interactions: ParameterSetName: - --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","name":"cli000004","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"123"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T04:46:18.9914139Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T04:48:26.4460475Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"106dc7da-889b-43d2-aef1-0da227447abe","clientId":"c9f7c149-b6c0-4f52-b57b-58f7038ef63b"}}},"properties":{"provisioningState":"Accepted","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000004.westus3.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","name":"cli000004","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"123"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:02:40.3063058Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:03:43.2642602Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"4879ef99-1d2f-440f-beff-3de772f2ca37","clientId":"e55e4f26-66c1-44f0-864f-5233d909ca67"}}},"properties":{"provisioningState":"Accepted"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/e7952810-89ad-4821-b65c-bf174b465c5f*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/e4348133-72a9-4f14-8e5e-6eed68345660*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D?api-version=2023-04-01 cache-control: - no-cache content-length: - - '946' + - '845' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:48:31 GMT + - Wed, 03 May 2023 04:03:44 GMT etag: - - '"9000fb8e-0000-4d00-0000-63ef071f0000"' + - '"11003b01-0000-4d00-0000-6451dd200000"' expires: - '-1' pragma: @@ -843,9 +753,9 @@ interactions: x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '298' x-rate-limit-reset: - - '2023-02-17T04:49:27.1672209Z' + - '2023-05-03T04:04:42.9112804Z' status: code: 201 message: Created @@ -863,12 +773,12 @@ interactions: ParameterSetName: - --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/e7952810-89ad-4821-b65c-bf174b465c5f*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/e4348133-72a9-4f14-8e5e-6eed68345660*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/e7952810-89ad-4821-b65c-bf174b465c5f*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","name":"e7952810-89ad-4821-b65c-bf174b465c5f*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","status":"Accepted","startTime":"2023-02-17T04:48:27.1851957Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/e4348133-72a9-4f14-8e5e-6eed68345660*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D","name":"e4348133-72a9-4f14-8e5e-6eed68345660*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","status":"Accepted","startTime":"2023-05-03T04:03:43.9336024Z"}' headers: cache-control: - no-cache @@ -877,9 +787,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:49:00 GMT + - Wed, 03 May 2023 04:04:14 GMT etag: - - '"1200ba6a-0000-4d00-0000-63ef071b0000"' + - '"24007e0a-0000-4d00-0000-6451dd1f0000"' expires: - '-1' pragma: @@ -909,12 +819,12 @@ interactions: ParameterSetName: - --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/e7952810-89ad-4821-b65c-bf174b465c5f*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/e4348133-72a9-4f14-8e5e-6eed68345660*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/e7952810-89ad-4821-b65c-bf174b465c5f*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","name":"e7952810-89ad-4821-b65c-bf174b465c5f*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","status":"Succeeded","startTime":"2023-02-17T04:48:27.1851957Z","endTime":"2023-02-17T04:49:19.9710899Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/e4348133-72a9-4f14-8e5e-6eed68345660*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D","name":"e4348133-72a9-4f14-8e5e-6eed68345660*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","status":"Succeeded","startTime":"2023-05-03T04:03:43.9336024Z","endTime":"2023-05-03T04:04:44.2857201Z","properties":null}' headers: cache-control: - no-cache @@ -923,9 +833,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:49:30 GMT + - Wed, 03 May 2023 04:04:44 GMT etag: - - '"1200506b-0000-4d00-0000-63ef074f0000"' + - '"2400cc0a-0000-4d00-0000-6451dd5c0000"' expires: - '-1' pragma: @@ -955,12 +865,12 @@ interactions: ParameterSetName: - --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","name":"cli000004","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"123"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T04:46:18.9914139Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T04:48:26.4460475Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"106dc7da-889b-43d2-aef1-0da227447abe","clientId":"c9f7c149-b6c0-4f52-b57b-58f7038ef63b"}}},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000004.westus3.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","name":"cli000004","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"123"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:02:40.3063058Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:03:43.2642602Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"4879ef99-1d2f-440f-beff-3de772f2ca37","clientId":"e55e4f26-66c1-44f0-864f-5233d909ca67"}}},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000004.centraluseuap.devcenter.azure.com/"}}' headers: cache-control: - no-cache @@ -969,9 +879,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:49:31 GMT + - Wed, 03 May 2023 04:04:44 GMT etag: - - '"9000fd8e-0000-4d00-0000-63ef07500000"' + - '"11004e01-0000-4d00-0000-6451dd5c0000"' expires: - '-1' pragma: @@ -1003,12 +913,12 @@ interactions: ParameterSetName: - --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters?api-version=2023-04-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T04:44:34.8078116Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T04:44:34.8078116Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","name":"cli000004","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"123"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T04:46:18.9914139Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T04:48:26.4460475Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"106dc7da-889b-43d2-aef1-0da227447abe","clientId":"c9f7c149-b6c0-4f52-b57b-58f7038ef63b"}}},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000004.westus3.devcenter.azure.com/"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:01:00.1850156Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:01:00.1850156Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","name":"cli000004","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"123"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:02:40.3063058Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:03:43.2642602Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"4879ef99-1d2f-440f-beff-3de772f2ca37","clientId":"e55e4f26-66c1-44f0-864f-5233d909ca67"}}},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000004.centraluseuap.devcenter.azure.com/"}}]}' headers: cache-control: - no-cache @@ -1017,7 +927,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:49:35 GMT + - Wed, 03 May 2023 04:04:48 GMT expires: - '-1' pragma: @@ -1029,20 +939,21 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 1e8dfe01-f125-4382-b698-0662cccf0887 - - f5c80f1f-29a2-42d3-b874-e0f2827e1418 - - 7692384a-2adc-4a21-9ca8-1576c0041cf5 - - b490df8b-1da2-4d1d-80f3-feae7090a5d1 - - 00b03351-a07b-4d46-af88-e13e1e78797a - - 813d2772-8503-4781-9023-757f292efc72 - - 5a797b6a-c38a-41c1-82c8-0e3ce74d6f51 - - 14607033-12c1-4926-95a2-c6be73a2f99b - - b1402480-93be-4559-b791-60d223253999 - - 74b8da3c-ce62-4f0c-832c-8d8131a15b1c - - 5d743a94-5704-411d-be35-fc4fa86103ed - - 3bd927eb-600d-4230-9ea6-15053afc60f8 - - 1cc4bcd9-ad13-47a4-8d50-897490569bab - - a55c8aad-1b42-42c2-8b49-bb372966f847 + - b399e414-26f2-495c-85b7-437535e1ac3f + - abe09e3d-a5b4-4362-a8bf-0bc956c3a18b + - 46ee44ed-75e4-4219-88ce-9e6355575a38 + - 59385328-3df2-43fe-b6f7-a08c35f5e379 + - 1d7ce22f-4486-43ed-9ff8-8728db47994e + - 62001251-58b3-45a7-9c99-a247ab1c8bb1 + - e2ea7dbf-61ab-428d-99c8-b56a8502e410 + - 500bba5a-f20d-48fb-ae5d-ab8be67315ac + - c5e057d2-f875-41db-84df-0282ba245e98 + - b43b01ff-3336-4645-bc43-f41c20f231c5 + - 8e6fb030-7ecc-4653-a53e-9bd75c2a87ee + - d1385b0d-61c0-4154-842e-9cff28c0898e + - 94fc400c-0050-40d3-ae97-b775cd9ca0fc + - d62db5f9-6d96-4a5c-864e-1fc856b757aa + - ca00eb5b-4371-4505-9780-09e574ae2ecf status: code: 200 message: OK @@ -1060,12 +971,12 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T04:44:34.8078116Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T04:44:34.8078116Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:01:00.1850156Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:01:00.1850156Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' headers: cache-control: - no-cache @@ -1074,9 +985,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:49:35 GMT + - Wed, 03 May 2023 04:04:48 GMT etag: - - '"9000f28e-0000-4d00-0000-63ef06870000"' + - '"11001d01-0000-4d00-0000-6451dccb0000"' expires: - '-1' pragma: @@ -1108,12 +1019,12 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","name":"cli000004","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"123"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T04:46:18.9914139Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T04:48:26.4460475Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"106dc7da-889b-43d2-aef1-0da227447abe","clientId":"c9f7c149-b6c0-4f52-b57b-58f7038ef63b"}}},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000004.westus3.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","name":"cli000004","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"123"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:02:40.3063058Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:03:43.2642602Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"4879ef99-1d2f-440f-beff-3de772f2ca37","clientId":"e55e4f26-66c1-44f0-864f-5233d909ca67"}}},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000004.centraluseuap.devcenter.azure.com/"}}' headers: cache-control: - no-cache @@ -1122,9 +1033,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:49:35 GMT + - Wed, 03 May 2023 04:04:49 GMT etag: - - '"9000fd8e-0000-4d00-0000-63ef07500000"' + - '"11004e01-0000-4d00-0000-6451dd5c0000"' expires: - '-1' pragma: @@ -1158,15 +1069,15 @@ interactions: ParameterSetName: - --yes --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2023-04-01 response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/0bc93d14-e4ff-433b-b8e7-08d7a7f196db*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/30ba77bc-975f-479f-9434-74bfd15faf74*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4?api-version=2023-04-01 cache-control: - no-cache content-length: @@ -1174,13 +1085,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:49:38 GMT + - Wed, 03 May 2023 04:04:49 GMT etag: - - '"9000fe8e-0000-4d00-0000-63ef07620000"' + - '"11004f01-0000-4d00-0000-6451dd620000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/0bc93d14-e4ff-433b-b8e7-08d7a7f196db*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/30ba77bc-975f-479f-9434-74bfd15faf74*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4?api-version=2023-04-01 pragma: - no-cache strict-transport-security: @@ -1196,7 +1107,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-17T04:50:37.6203459Z' + - '2023-05-03T04:05:50.1216157Z' status: code: 202 message: Accepted @@ -1214,12 +1125,12 @@ interactions: ParameterSetName: - --yes --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/0bc93d14-e4ff-433b-b8e7-08d7a7f196db*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/30ba77bc-975f-479f-9434-74bfd15faf74*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/0bc93d14-e4ff-433b-b8e7-08d7a7f196db*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0","name":"0bc93d14-e4ff-433b-b8e7-08d7a7f196db*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Deleting","startTime":"2023-02-17T04:49:37.7516575Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/30ba77bc-975f-479f-9434-74bfd15faf74*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4","name":"30ba77bc-975f-479f-9434-74bfd15faf74*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Deleting","startTime":"2023-05-03T04:04:50.1754687Z"}' headers: cache-control: - no-cache @@ -1228,9 +1139,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:50:08 GMT + - Wed, 03 May 2023 04:05:19 GMT etag: - - '"12009b6b-0000-4d00-0000-63ef07610000"' + - '"2400d50a-0000-4d00-0000-6451dd620000"' expires: - '-1' pragma: @@ -1256,12 +1167,12 @@ interactions: ParameterSetName: - --yes --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/0bc93d14-e4ff-433b-b8e7-08d7a7f196db*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/30ba77bc-975f-479f-9434-74bfd15faf74*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/0bc93d14-e4ff-433b-b8e7-08d7a7f196db*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0","name":"0bc93d14-e4ff-433b-b8e7-08d7a7f196db*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Deleting","startTime":"2023-02-17T04:49:37.7516575Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/30ba77bc-975f-479f-9434-74bfd15faf74*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4","name":"30ba77bc-975f-479f-9434-74bfd15faf74*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Deleting","startTime":"2023-05-03T04:04:50.1754687Z"}' headers: cache-control: - no-cache @@ -1270,9 +1181,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:50:37 GMT + - Wed, 03 May 2023 04:05:49 GMT etag: - - '"12009b6b-0000-4d00-0000-63ef07610000"' + - '"2400d50a-0000-4d00-0000-6451dd620000"' expires: - '-1' pragma: @@ -1298,12 +1209,12 @@ interactions: ParameterSetName: - --yes --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/0bc93d14-e4ff-433b-b8e7-08d7a7f196db*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/30ba77bc-975f-479f-9434-74bfd15faf74*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/0bc93d14-e4ff-433b-b8e7-08d7a7f196db*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0","name":"0bc93d14-e4ff-433b-b8e7-08d7a7f196db*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Deleting","startTime":"2023-02-17T04:49:37.7516575Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/30ba77bc-975f-479f-9434-74bfd15faf74*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4","name":"30ba77bc-975f-479f-9434-74bfd15faf74*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Deleting","startTime":"2023-05-03T04:04:50.1754687Z"}' headers: cache-control: - no-cache @@ -1312,9 +1223,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:51:08 GMT + - Wed, 03 May 2023 04:06:20 GMT etag: - - '"12009b6b-0000-4d00-0000-63ef07610000"' + - '"2400d50a-0000-4d00-0000-6451dd620000"' expires: - '-1' pragma: @@ -1340,12 +1251,12 @@ interactions: ParameterSetName: - --yes --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/0bc93d14-e4ff-433b-b8e7-08d7a7f196db*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/30ba77bc-975f-479f-9434-74bfd15faf74*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/0bc93d14-e4ff-433b-b8e7-08d7a7f196db*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0","name":"0bc93d14-e4ff-433b-b8e7-08d7a7f196db*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Deleting","startTime":"2023-02-17T04:49:37.7516575Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/30ba77bc-975f-479f-9434-74bfd15faf74*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4","name":"30ba77bc-975f-479f-9434-74bfd15faf74*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Deleting","startTime":"2023-05-03T04:04:50.1754687Z"}' headers: cache-control: - no-cache @@ -1354,9 +1265,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:51:38 GMT + - Wed, 03 May 2023 04:06:50 GMT etag: - - '"12009b6b-0000-4d00-0000-63ef07610000"' + - '"2400d50a-0000-4d00-0000-6451dd620000"' expires: - '-1' pragma: @@ -1382,12 +1293,12 @@ interactions: ParameterSetName: - --yes --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/0bc93d14-e4ff-433b-b8e7-08d7a7f196db*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/30ba77bc-975f-479f-9434-74bfd15faf74*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/0bc93d14-e4ff-433b-b8e7-08d7a7f196db*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0","name":"0bc93d14-e4ff-433b-b8e7-08d7a7f196db*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Deleting","startTime":"2023-02-17T04:49:37.7516575Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/30ba77bc-975f-479f-9434-74bfd15faf74*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4","name":"30ba77bc-975f-479f-9434-74bfd15faf74*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Deleting","startTime":"2023-05-03T04:04:50.1754687Z"}' headers: cache-control: - no-cache @@ -1396,9 +1307,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:52:08 GMT + - Wed, 03 May 2023 04:07:20 GMT etag: - - '"12009b6b-0000-4d00-0000-63ef07610000"' + - '"2400d50a-0000-4d00-0000-6451dd620000"' expires: - '-1' pragma: @@ -1424,12 +1335,12 @@ interactions: ParameterSetName: - --yes --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/0bc93d14-e4ff-433b-b8e7-08d7a7f196db*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/30ba77bc-975f-479f-9434-74bfd15faf74*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/0bc93d14-e4ff-433b-b8e7-08d7a7f196db*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0","name":"0bc93d14-e4ff-433b-b8e7-08d7a7f196db*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Deleting","startTime":"2023-02-17T04:49:37.7516575Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/30ba77bc-975f-479f-9434-74bfd15faf74*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4","name":"30ba77bc-975f-479f-9434-74bfd15faf74*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Deleting","startTime":"2023-05-03T04:04:50.1754687Z"}' headers: cache-control: - no-cache @@ -1438,9 +1349,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:52:39 GMT + - Wed, 03 May 2023 04:07:50 GMT etag: - - '"12009b6b-0000-4d00-0000-63ef07610000"' + - '"2400d50a-0000-4d00-0000-6451dd620000"' expires: - '-1' pragma: @@ -1466,12 +1377,12 @@ interactions: ParameterSetName: - --yes --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/0bc93d14-e4ff-433b-b8e7-08d7a7f196db*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/30ba77bc-975f-479f-9434-74bfd15faf74*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/0bc93d14-e4ff-433b-b8e7-08d7a7f196db*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0","name":"0bc93d14-e4ff-433b-b8e7-08d7a7f196db*A2208F40F9BD6D22F9D822B82E93770321192AC94410A0A1BDDAC45B6C9FE4B0","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Succeeded","startTime":"2023-02-17T04:49:37.7516575Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/30ba77bc-975f-479f-9434-74bfd15faf74*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4","name":"30ba77bc-975f-479f-9434-74bfd15faf74*89658C875CD2F1C7CCAA2C05090693EE952ED5259BEC56F2F8F689C1AC96B9A4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Succeeded","startTime":"2023-05-03T04:04:50.1754687Z","properties":null}' headers: cache-control: - no-cache @@ -1480,9 +1391,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:53:09 GMT + - Wed, 03 May 2023 04:08:19 GMT etag: - - '"1200f66d-0000-4d00-0000-63ef082a0000"' + - '"2400b30b-0000-4d00-0000-6451de190000"' expires: - '-1' pragma: @@ -1512,12 +1423,12 @@ interactions: ParameterSetName: - --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters?api-version=2023-04-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","name":"cli000004","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"123"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T04:46:18.9914139Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T04:48:26.4460475Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"106dc7da-889b-43d2-aef1-0da227447abe","clientId":"c9f7c149-b6c0-4f52-b57b-58f7038ef63b"}}},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000004.westus3.devcenter.azure.com/"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","name":"cli000004","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"123"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:02:40.3063058Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:03:43.2642602Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"4879ef99-1d2f-440f-beff-3de772f2ca37","clientId":"e55e4f26-66c1-44f0-864f-5233d909ca67"}}},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000004.centraluseuap.devcenter.azure.com/"}}]}' headers: cache-control: - no-cache @@ -1526,7 +1437,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:53:12 GMT + - Wed, 03 May 2023 04:08:22 GMT expires: - '-1' pragma: @@ -1538,20 +1449,21 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 073ca001-f328-41ae-bb67-f9d3cf3de084 - - dd458d9b-6d1f-4811-bcec-50b2d38c8e27 - - 3acd9857-c964-4fb4-8316-7659b42c993b - - 44b3371a-defd-499a-a8a0-907735ec36db - - 1618e192-0fc6-4802-a39d-899a69f0cf5b - - 0c2fcc24-1341-4297-bd52-18f090b23a26 - - 7daa79fd-f8e5-42ac-9793-fb20a49d66a0 - - 0381a337-5e29-44af-acb9-3f6af1a9d450 - - ad875bd4-0416-42ca-a4cc-bad6f8007f69 - - 8cd0d314-f5b8-45d8-8296-07a51289c194 - - 2cc35e3e-b325-4859-bd60-209dc746f55c - - b99cce26-9bb5-4c7a-a9e6-f802721df8d4 - - 6ef3c92b-0607-4370-b950-bc80271df009 - - b89ff375-c6bf-45e4-ade0-57af311bd406 + - aee5b886-5c7e-4813-bad0-34574f9e3bf0 + - 3b8d699b-bc20-4eb3-9a2d-ef513478eac5 + - 1ef50786-372e-4c6a-b830-195fb802b1a9 + - 86f35f89-dec2-4df5-a864-abda917d654b + - 321d1f21-e919-4cdd-87e0-6476e78789ea + - c34b4d02-510f-4ab0-8eb1-a8a32db896ec + - 98af68bd-d21b-4ea1-a708-9fef87bf583b + - 33d8f8d9-3f68-4815-a162-4aed90813740 + - af46f613-f56f-4b40-ba9f-9f01b8257e67 + - e3a55b4b-c907-4197-aec2-20546788424d + - 00b8f796-8368-4add-9229-a907dc0f97d3 + - f1239928-a892-406c-8bbf-621f20b7cc1b + - 65bbe33c-6964-4e5b-88fb-a5e5aa05370f + - 321293b2-c9a2-49dc-9275-4070cd56cbfa + - 3bd5a01b-bc01-4aad-a8b6-fa7c873c1a0a status: code: 200 message: OK @@ -1571,15 +1483,15 @@ interactions: ParameterSetName: - --yes --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004?api-version=2023-04-01 response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/54156e96-5983-4bd8-824f-9d96d67e4f8e*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D?api-version=2023-04-01 cache-control: - no-cache content-length: @@ -1587,13 +1499,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:53:13 GMT + - Wed, 03 May 2023 04:08:23 GMT etag: - - '"9000038f-0000-4d00-0000-63ef08390000"' + - '"11002702-0000-4d00-0000-6451de370000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/54156e96-5983-4bd8-824f-9d96d67e4f8e*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D?api-version=2023-04-01 pragma: - no-cache strict-transport-security: @@ -1603,97 +1515,13 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14998' x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-17T04:54:13.5836046Z' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin devcenter delete - Connection: - - keep-alive - ParameterSetName: - - --yes --name --resource-group - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","name":"8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","status":"Deleting","startTime":"2023-02-17T04:53:13.6288475Z"}' - headers: - cache-control: - - no-cache - content-length: - - '549' - content-type: - - application/json; charset=utf-8 - date: - - Fri, 17 Feb 2023 04:53:43 GMT - etag: - - '"1200236e-0000-4d00-0000-63ef08390000"' - expires: - - '-1' - 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: - - devcenter admin devcenter delete - Connection: - - keep-alive - ParameterSetName: - - --yes --name --resource-group - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","name":"8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","status":"Deleting","startTime":"2023-02-17T04:53:13.6288475Z"}' - headers: - cache-control: - - no-cache - content-length: - - '549' - content-type: - - application/json; charset=utf-8 - date: - - Fri, 17 Feb 2023 04:54:14 GMT - etag: - - '"1200236e-0000-4d00-0000-63ef08390000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff + - '2023-05-03T04:09:23.6843664Z' status: code: 202 message: Accepted @@ -1711,12 +1539,12 @@ interactions: ParameterSetName: - --yes --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/54156e96-5983-4bd8-824f-9d96d67e4f8e*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","name":"8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","status":"Deleting","startTime":"2023-02-17T04:53:13.6288475Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/54156e96-5983-4bd8-824f-9d96d67e4f8e*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D","name":"54156e96-5983-4bd8-824f-9d96d67e4f8e*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","status":"Deleting","startTime":"2023-05-03T04:08:23.7029854Z"}' headers: cache-control: - no-cache @@ -1725,9 +1553,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:54:44 GMT + - Wed, 03 May 2023 04:08:53 GMT etag: - - '"1200236e-0000-4d00-0000-63ef08390000"' + - '"2400db0b-0000-4d00-0000-6451de370000"' expires: - '-1' pragma: @@ -1753,12 +1581,12 @@ interactions: ParameterSetName: - --yes --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/54156e96-5983-4bd8-824f-9d96d67e4f8e*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","name":"8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","status":"Deleting","startTime":"2023-02-17T04:53:13.6288475Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/54156e96-5983-4bd8-824f-9d96d67e4f8e*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D","name":"54156e96-5983-4bd8-824f-9d96d67e4f8e*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","status":"Deleting","startTime":"2023-05-03T04:08:23.7029854Z"}' headers: cache-control: - no-cache @@ -1767,9 +1595,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:55:14 GMT + - Wed, 03 May 2023 04:09:23 GMT etag: - - '"1200236e-0000-4d00-0000-63ef08390000"' + - '"2400db0b-0000-4d00-0000-6451de370000"' expires: - '-1' pragma: @@ -1795,12 +1623,12 @@ interactions: ParameterSetName: - --yes --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/54156e96-5983-4bd8-824f-9d96d67e4f8e*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","name":"8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","status":"Deleting","startTime":"2023-02-17T04:53:13.6288475Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/54156e96-5983-4bd8-824f-9d96d67e4f8e*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D","name":"54156e96-5983-4bd8-824f-9d96d67e4f8e*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","status":"Deleting","startTime":"2023-05-03T04:08:23.7029854Z"}' headers: cache-control: - no-cache @@ -1809,9 +1637,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:55:44 GMT + - Wed, 03 May 2023 04:09:54 GMT etag: - - '"1200236e-0000-4d00-0000-63ef08390000"' + - '"2400db0b-0000-4d00-0000-6451de370000"' expires: - '-1' pragma: @@ -1837,12 +1665,12 @@ interactions: ParameterSetName: - --yes --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/54156e96-5983-4bd8-824f-9d96d67e4f8e*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","name":"8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","status":"Deleting","startTime":"2023-02-17T04:53:13.6288475Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/54156e96-5983-4bd8-824f-9d96d67e4f8e*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D","name":"54156e96-5983-4bd8-824f-9d96d67e4f8e*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","status":"Deleting","startTime":"2023-05-03T04:08:23.7029854Z"}' headers: cache-control: - no-cache @@ -1851,9 +1679,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:56:15 GMT + - Wed, 03 May 2023 04:10:23 GMT etag: - - '"1200236e-0000-4d00-0000-63ef08390000"' + - '"2400db0b-0000-4d00-0000-6451de370000"' expires: - '-1' pragma: @@ -1879,12 +1707,12 @@ interactions: ParameterSetName: - --yes --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/54156e96-5983-4bd8-824f-9d96d67e4f8e*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","name":"8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","status":"Deleting","startTime":"2023-02-17T04:53:13.6288475Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/54156e96-5983-4bd8-824f-9d96d67e4f8e*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D","name":"54156e96-5983-4bd8-824f-9d96d67e4f8e*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","status":"Deleting","startTime":"2023-05-03T04:08:23.7029854Z"}' headers: cache-control: - no-cache @@ -1893,9 +1721,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:56:45 GMT + - Wed, 03 May 2023 04:10:53 GMT etag: - - '"1200236e-0000-4d00-0000-63ef08390000"' + - '"2400db0b-0000-4d00-0000-6451de370000"' expires: - '-1' pragma: @@ -1921,12 +1749,12 @@ interactions: ParameterSetName: - --yes --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/54156e96-5983-4bd8-824f-9d96d67e4f8e*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","name":"8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","status":"Deleting","startTime":"2023-02-17T04:53:13.6288475Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/54156e96-5983-4bd8-824f-9d96d67e4f8e*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D","name":"54156e96-5983-4bd8-824f-9d96d67e4f8e*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","status":"Deleting","startTime":"2023-05-03T04:08:23.7029854Z"}' headers: cache-control: - no-cache @@ -1935,9 +1763,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:57:14 GMT + - Wed, 03 May 2023 04:11:24 GMT etag: - - '"1200236e-0000-4d00-0000-63ef08390000"' + - '"2400db0b-0000-4d00-0000-6451de370000"' expires: - '-1' pragma: @@ -1963,12 +1791,12 @@ interactions: ParameterSetName: - --yes --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/54156e96-5983-4bd8-824f-9d96d67e4f8e*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","name":"8f60efcf-9ae9-4ddd-b1b2-04d0b9925746*64B64451E6B9E4FED0B59AA8A8195D04970297144890BB395D99255677C10BAE","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","status":"Succeeded","startTime":"2023-02-17T04:53:13.6288475Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/54156e96-5983-4bd8-824f-9d96d67e4f8e*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D","name":"54156e96-5983-4bd8-824f-9d96d67e4f8e*8D359B219028235242BFF0B750ADF231AAA1DFC411C276FC343787FCBCE5A28D","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000004","status":"Succeeded","startTime":"2023-05-03T04:08:23.7029854Z","properties":null}' headers: cache-control: - no-cache @@ -1977,9 +1805,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:57:45 GMT + - Wed, 03 May 2023 04:11:54 GMT etag: - - '"12001e71-0000-4d00-0000-63ef093f0000"' + - '"9d00975f-0000-0800-0000-6451defc0000"' expires: - '-1' pragma: @@ -2009,9 +1837,9 @@ interactions: ParameterSetName: - --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters?api-version=2023-04-01 response: body: string: '{"value":[]}' @@ -2023,7 +1851,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:57:48 GMT + - Wed, 03 May 2023 04:11:59 GMT expires: - '-1' pragma: @@ -2035,20 +1863,21 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 7441d774-d359-41b2-a79d-7b4839eeea14 - - a39f959e-3e9e-4137-8ac3-02f61404feaa - - a4818936-99c1-496e-9d46-16eb28e0216d - - 4ab144d4-0536-483f-afc4-65dd3b4cefd6 - - ce0e7057-2258-4eb1-bc85-ece2fca764ca - - 6511f311-bca4-4947-952e-1c6c85748ef6 - - 43986cce-bdda-40b1-ab52-195480a82881 - - 13fae645-e664-4912-ae62-e13f27be3122 - - 3eb77e2f-6a48-42c8-9bcf-10edb4914a25 - - 37bc6322-8687-490e-b233-f9e0039f601a - - 0a5d8b23-8288-492a-bb48-960b59cb7656 - - fa1a58ae-b349-494e-9c7e-88becabec388 - - a64ac22b-960b-4027-8665-a2bc74e7ec66 - - 74462799-b883-4147-aea0-5c8e4b8ae9cf + - f742c10c-61c4-4c59-9abf-fbb722511356 + - 857aa731-7e6a-4824-88c8-32af2b7ed399 + - f3355422-92d6-4177-ba7b-105fdfd9a33d + - e5e92826-4fd3-4d34-9089-f8c3f0d329dc + - a63954ac-faf5-4e1c-8f17-eebb83ae5665 + - 9aefedac-0f47-4439-b9d7-175c41ad7a11 + - 505926cd-8f30-48fc-b3ee-5f6eef1c03d8 + - f022fd4a-b0b5-414c-9b73-0cacc938f907 + - 0af5f961-3cd1-4b45-8a07-bffd0542c1ec + - ca45b1d7-af53-44e5-8646-23a8ccc88cba + - 184c5643-57b3-4079-a9bd-bfbbc1b803a5 + - 69b78634-33d5-429a-a889-0b29b7c3c3c7 + - 85756677-564e-4db6-bb00-26a2b2e13cb0 + - f9d296df-058c-4a12-a55b-e18d2a26f5d5 + - f382ed81-4322-4f10-ae22-1ec9d3731cac status: code: 200 message: OK diff --git a/src/devcenter/azext_devcenter/tests/latest/recordings/test_devbox_definition_scenario.yaml b/src/devcenter/azext_devcenter/tests/latest/recordings/test_devbox_definition_scenario.yaml index acb261e3e3e..5bf4b739a47 100644 --- a/src/devcenter/azext_devcenter/tests/latest/recordings/test_devbox_definition_scenario.yaml +++ b/src/devcenter/azext_devcenter/tests/latest/recordings/test_devbox_definition_scenario.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: '{"location": "westus3", "tags": {"CostCode": "12345"}}' + body: '{"location": "centraluseuap", "tags": {"CostCode": "12345"}}' headers: Accept: - application/json @@ -11,31 +11,31 @@ interactions: Connection: - keep-alive Content-Length: - - '54' + - '60' Content-Type: - application/json ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T19:25:44.7568193Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T19:25:44.7568193Z"},"properties":{"provisioningState":"Accepted"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:17:49.4311313Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:17:49.4311313Z"},"properties":{"provisioningState":"Accepted"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d58d743c-aba9-4955-8034-21d93b0d4123*E5A4054DE5C3A005CDEAEA37DCF5B4DD27545E2E0EBAB3FCB9BA148673E8E8C8?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/453ae069-4d64-4576-aa93-c43654a34bc3*82A1ECAB83D0193C401C00B8667D5FD9C00F772CED4143671A88C1E4300CE231?api-version=2023-04-01 cache-control: - no-cache content-length: - - '524' + - '530' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:25:47 GMT + - Wed, 03 May 2023 05:17:50 GMT etag: - - '"9700c73b-0000-4d00-0000-63efd4bc0000"' + - '"0000e703-0000-3300-0000-6451ee7f0000"' expires: - '-1' pragma: @@ -47,7 +47,7 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":100,"currentUsed":23,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' + - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":500,"currentUsed":49,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - '1199' x-rate-limit-limit: @@ -55,7 +55,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-17T19:26:44.9373260Z' + - '2023-05-03T05:18:49.9453797Z' status: code: 201 message: Created @@ -73,23 +73,23 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d58d743c-aba9-4955-8034-21d93b0d4123*E5A4054DE5C3A005CDEAEA37DCF5B4DD27545E2E0EBAB3FCB9BA148673E8E8C8?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/453ae069-4d64-4576-aa93-c43654a34bc3*82A1ECAB83D0193C401C00B8667D5FD9C00F772CED4143671A88C1E4300CE231?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d58d743c-aba9-4955-8034-21d93b0d4123*E5A4054DE5C3A005CDEAEA37DCF5B4DD27545E2E0EBAB3FCB9BA148673E8E8C8","name":"d58d743c-aba9-4955-8034-21d93b0d4123*E5A4054DE5C3A005CDEAEA37DCF5B4DD27545E2E0EBAB3FCB9BA148673E8E8C8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-02-17T19:25:44.9711056Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/453ae069-4d64-4576-aa93-c43654a34bc3*82A1ECAB83D0193C401C00B8667D5FD9C00F772CED4143671A88C1E4300CE231","name":"453ae069-4d64-4576-aa93-c43654a34bc3*82A1ECAB83D0193C401C00B8667D5FD9C00F772CED4143671A88C1E4300CE231","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-03T05:17:49.9487265Z"}' headers: cache-control: - no-cache content-length: - - '549' + - '555' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:26:18 GMT + - Wed, 03 May 2023 05:18:20 GMT etag: - - '"140042ec-0000-4d00-0000-63efd4b80000"' + - '"00003f07-0000-3300-0000-6451ee7d0000"' expires: - '-1' pragma: @@ -119,23 +119,23 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d58d743c-aba9-4955-8034-21d93b0d4123*E5A4054DE5C3A005CDEAEA37DCF5B4DD27545E2E0EBAB3FCB9BA148673E8E8C8?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/453ae069-4d64-4576-aa93-c43654a34bc3*82A1ECAB83D0193C401C00B8667D5FD9C00F772CED4143671A88C1E4300CE231?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d58d743c-aba9-4955-8034-21d93b0d4123*E5A4054DE5C3A005CDEAEA37DCF5B4DD27545E2E0EBAB3FCB9BA148673E8E8C8","name":"d58d743c-aba9-4955-8034-21d93b0d4123*E5A4054DE5C3A005CDEAEA37DCF5B4DD27545E2E0EBAB3FCB9BA148673E8E8C8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-02-17T19:25:44.9711056Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/453ae069-4d64-4576-aa93-c43654a34bc3*82A1ECAB83D0193C401C00B8667D5FD9C00F772CED4143671A88C1E4300CE231","name":"453ae069-4d64-4576-aa93-c43654a34bc3*82A1ECAB83D0193C401C00B8667D5FD9C00F772CED4143671A88C1E4300CE231","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-03T05:17:49.9487265Z"}' headers: cache-control: - no-cache content-length: - - '549' + - '555' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:26:48 GMT + - Wed, 03 May 2023 05:18:51 GMT etag: - - '"140042ec-0000-4d00-0000-63efd4b80000"' + - '"00003f07-0000-3300-0000-6451ee7d0000"' expires: - '-1' pragma: @@ -165,23 +165,23 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d58d743c-aba9-4955-8034-21d93b0d4123*E5A4054DE5C3A005CDEAEA37DCF5B4DD27545E2E0EBAB3FCB9BA148673E8E8C8?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/453ae069-4d64-4576-aa93-c43654a34bc3*82A1ECAB83D0193C401C00B8667D5FD9C00F772CED4143671A88C1E4300CE231?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d58d743c-aba9-4955-8034-21d93b0d4123*E5A4054DE5C3A005CDEAEA37DCF5B4DD27545E2E0EBAB3FCB9BA148673E8E8C8","name":"d58d743c-aba9-4955-8034-21d93b0d4123*E5A4054DE5C3A005CDEAEA37DCF5B4DD27545E2E0EBAB3FCB9BA148673E8E8C8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Succeeded","startTime":"2023-02-17T19:25:44.9711056Z","endTime":"2023-02-17T19:27:02.4080839Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/453ae069-4d64-4576-aa93-c43654a34bc3*82A1ECAB83D0193C401C00B8667D5FD9C00F772CED4143671A88C1E4300CE231","name":"453ae069-4d64-4576-aa93-c43654a34bc3*82A1ECAB83D0193C401C00B8667D5FD9C00F772CED4143671A88C1E4300CE231","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-03T05:17:49.9487265Z"}' headers: cache-control: - no-cache content-length: - - '609' + - '555' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:27:18 GMT + - Wed, 03 May 2023 05:19:21 GMT etag: - - '"14003eed-0000-4d00-0000-63efd5060000"' + - '"00003f07-0000-3300-0000-6451ee7d0000"' expires: - '-1' pragma: @@ -211,23 +211,161 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/453ae069-4d64-4576-aa93-c43654a34bc3*82A1ECAB83D0193C401C00B8667D5FD9C00F772CED4143671A88C1E4300CE231?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T19:25:44.7568193Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T19:25:44.7568193Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/453ae069-4d64-4576-aa93-c43654a34bc3*82A1ECAB83D0193C401C00B8667D5FD9C00F772CED4143671A88C1E4300CE231","name":"453ae069-4d64-4576-aa93-c43654a34bc3*82A1ECAB83D0193C401C00B8667D5FD9C00F772CED4143671A88C1E4300CE231","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-03T05:17:49.9487265Z"}' headers: cache-control: - no-cache content-length: - - '626' + - '555' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:27:18 GMT + - Wed, 03 May 2023 05:19:51 GMT etag: - - '"9700e042-0000-4d00-0000-63efd5060000"' + - '"00003f07-0000-3300-0000-6451ee7d0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devcenter create + Connection: + - keep-alive + ParameterSetName: + - --location --tags --name --resource-group + User-Agent: + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/453ae069-4d64-4576-aa93-c43654a34bc3*82A1ECAB83D0193C401C00B8667D5FD9C00F772CED4143671A88C1E4300CE231?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/453ae069-4d64-4576-aa93-c43654a34bc3*82A1ECAB83D0193C401C00B8667D5FD9C00F772CED4143671A88C1E4300CE231","name":"453ae069-4d64-4576-aa93-c43654a34bc3*82A1ECAB83D0193C401C00B8667D5FD9C00F772CED4143671A88C1E4300CE231","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-03T05:17:49.9487265Z"}' + headers: + cache-control: + - no-cache + content-length: + - '555' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 03 May 2023 05:20:21 GMT + etag: + - '"00003f07-0000-3300-0000-6451ee7d0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devcenter create + Connection: + - keep-alive + ParameterSetName: + - --location --tags --name --resource-group + User-Agent: + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/453ae069-4d64-4576-aa93-c43654a34bc3*82A1ECAB83D0193C401C00B8667D5FD9C00F772CED4143671A88C1E4300CE231?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/453ae069-4d64-4576-aa93-c43654a34bc3*82A1ECAB83D0193C401C00B8667D5FD9C00F772CED4143671A88C1E4300CE231","name":"453ae069-4d64-4576-aa93-c43654a34bc3*82A1ECAB83D0193C401C00B8667D5FD9C00F772CED4143671A88C1E4300CE231","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Succeeded","startTime":"2023-05-03T05:17:49.9487265Z","endTime":"2023-05-03T05:20:23.1376355Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '615' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 03 May 2023 05:20:51 GMT + etag: + - '"00004307-0000-3300-0000-6451ef170000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devcenter create + Connection: + - keep-alive + ParameterSetName: + - --location --tags --name --resource-group + User-Agent: + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:17:49.4311313Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:17:49.4311313Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' + headers: + cache-control: + - no-cache + content-length: + - '638' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 03 May 2023 05:20:51 GMT + etag: + - '"0000eb03-0000-3300-0000-6451ef170000"' expires: - '-1' pragma: @@ -246,7 +384,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus3", "properties": {"devCenterId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' + body: '{"location": "centraluseuap", "properties": {"devCenterId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' headers: Accept: - application/json @@ -257,31 +395,31 @@ interactions: Connection: - keep-alive Content-Length: - - '189' + - '195' Content-Type: - application/json ParameterSetName: - --location --name --dev-center-id --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T19:27:21.1428613Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T19:27:21.1428613Z"},"properties":{"provisioningState":"Accepted","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:20:53.9962293Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:20:53.9962293Z"},"properties":{"provisioningState":"Accepted","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/75ffa48a-acbf-42a5-a9a1-40fe68b7e34f*4D4D6E4F28BCADEDD8B07C9018A72EB9B00C5315243192B7350130D58AF969A0?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/6d276f99-b632-462f-9e99-05ee51bddea8*BE06795C7CCFEAE6C9AB566E03BDBE381E8D5A5BE2EAB579E232E9E923AF7D54?api-version=2023-04-01 cache-control: - no-cache content-length: - - '640' + - '646' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:27:22 GMT + - Wed, 03 May 2023 05:20:55 GMT etag: - - '"0a00d748-0000-4d00-0000-63efd51a0000"' + - '"00001a04-0000-3300-0000-6451ef370000"' expires: - '-1' pragma: @@ -293,15 +431,15 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"projects"},"limit":500,"currentUsed":17,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' + - '{"name":{"localizedValue":null,"value":"projects"},"limit":500,"currentUsed":48,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-17T19:28:21.4277940Z' + - '2023-05-03T05:21:54.1422564Z' status: code: 201 message: Created @@ -319,23 +457,23 @@ interactions: ParameterSetName: - --location --name --dev-center-id --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/75ffa48a-acbf-42a5-a9a1-40fe68b7e34f*4D4D6E4F28BCADEDD8B07C9018A72EB9B00C5315243192B7350130D58AF969A0?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/6d276f99-b632-462f-9e99-05ee51bddea8*BE06795C7CCFEAE6C9AB566E03BDBE381E8D5A5BE2EAB579E232E9E923AF7D54?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/75ffa48a-acbf-42a5-a9a1-40fe68b7e34f*4D4D6E4F28BCADEDD8B07C9018A72EB9B00C5315243192B7350130D58AF969A0","name":"75ffa48a-acbf-42a5-a9a1-40fe68b7e34f*4D4D6E4F28BCADEDD8B07C9018A72EB9B00C5315243192B7350130D58AF969A0","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","status":"Succeeded","startTime":"2023-02-17T19:27:21.6617301Z","endTime":"2023-02-17T19:27:29.6631307Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/6d276f99-b632-462f-9e99-05ee51bddea8*BE06795C7CCFEAE6C9AB566E03BDBE381E8D5A5BE2EAB579E232E9E923AF7D54","name":"6d276f99-b632-462f-9e99-05ee51bddea8*BE06795C7CCFEAE6C9AB566E03BDBE381E8D5A5BE2EAB579E232E9E923AF7D54","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","status":"Succeeded","startTime":"2023-05-03T05:20:54.3690608Z","endTime":"2023-05-03T05:21:21.1807668Z","properties":null}' headers: cache-control: - no-cache content-length: - - '607' + - '613' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:27:52 GMT + - Wed, 03 May 2023 05:21:25 GMT etag: - - '"140092ed-0000-4d00-0000-63efd5210000"' + - '"00001b00-0000-3300-0000-6451ef520000"' expires: - '-1' pragma: @@ -365,23 +503,23 @@ interactions: ParameterSetName: - --location --name --dev-center-id --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T19:27:21.1428613Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T19:27:21.1428613Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:20:53.9962293Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:20:53.9962293Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' headers: cache-control: - no-cache content-length: - - '742' + - '754' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:27:52 GMT + - Wed, 03 May 2023 05:21:25 GMT etag: - - '"0a00da48-0000-4d00-0000-63efd5210000"' + - '"00001c04-0000-3300-0000-6451ef520000"' expires: - '-1' pragma: @@ -413,9 +551,9 @@ interactions: ParameterSetName: - --resource-group --dev-center User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions?api-version=2023-04-01 response: body: string: '{"value":[]}' @@ -427,32 +565,21 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:27:55 GMT + - Wed, 03 May 2023 05:21:26 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - 3c5fcd8d-2bf4-4e51-ad44-11e3f9fd7d1c - - 1059bb0f-0988-4c0d-b093-c50bfda4d2bf - - 63074130-50f7-494f-b52a-36523b342e8a - - d506d8f4-7160-4956-9784-0fdf66d10a53 - - ba9b0463-95b7-4e6f-bf3b-91abb0bb3954 - - ebadf674-3bbb-4320-afc1-17e912996cd1 - - e6300472-1408-4170-8c8c-3881cd1ac2be - - 950c5fc0-c90c-4828-a502-27218ca2aba8 - - 2e0e8fe5-e67d-4dff-b05b-716aaf5e1f6f - - 522c780f-6f06-46cb-b3c5-d8f4aad2b1de - - 32c23678-b820-463f-96b5-e40943670bb1 - - 8a2276ac-d664-4e57-be0c-fa8cd4808e28 - - 7dfa4130-6c1a-441d-bcdc-825b6af05cac - - 3fb3539f-1347-49d2-9e0e-2f08c0199224 + x-ms-providerhub-traffic: + - 'True' status: code: 200 message: OK @@ -470,9 +597,9 @@ interactions: ParameterSetName: - --resource-group --project User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/devboxdefinitions?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/devboxdefinitions?api-version=2023-04-01 response: body: string: '{"value":[]}' @@ -484,7 +611,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:27:59 GMT + - Wed, 03 May 2023 05:21:27 GMT expires: - '-1' pragma: @@ -502,15 +629,15 @@ interactions: x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-17T19:28:21.7161099Z' + - '2023-05-03T05:22:28.1215265Z' status: code: 200 message: OK - request: - body: '{"location": "westus3", "properties": {"hibernateSupport": "Disabled", - "imageReference": {"id": "/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os"}, + body: '{"location": "centraluseuap", "properties": {"hibernateSupport": "Disabled", + "imageReference": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os"}, "osStorageType": "ssd_1024gb", "sku": {"name": "general_a_8c32gb_v1"}}}' headers: Accept: @@ -522,32 +649,32 @@ interactions: Connection: - keep-alive Content-Length: - - '367' + - '396' Content-Type: - application/json ParameterSetName: - --dev-center --name --image-reference --resource-group --hibernate-support --os-storage-type --sku --location User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004","name":"c1000004","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T19:28:01.1300448Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T19:28:01.1300448Z"},"properties":{"provisioningState":"Accepted","imageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","hibernateSupport":"Disabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004","name":"c1000004","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:21:30.2584143Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:21:30.2584143Z"},"properties":{"provisioningState":"Accepted","imageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","hibernateSupport":"Disabled"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/b66bd5b5-b8fa-4f9c-992d-d59d71513323*8F684F5D5E1DA5933A17F44BF218846537EAACC47AB3B0C64112B58B6D218F8B?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/5e0a770d-9e67-4dcf-975a-5f0bb0c5494d*20ED6A74DEA6F2DB831057C044503F492406711A2F007ED40613E87DC6D5AD9A?api-version=2023-04-01 cache-control: - no-cache content-length: - - '858' + - '887' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:28:05 GMT + - Wed, 03 May 2023 05:21:31 GMT etag: - - '"7f005997-0000-4d00-0000-63efd5440000"' + - '"00005d13-0000-3300-0000-6451ef5c0000"' expires: - '-1' pragma: @@ -559,15 +686,15 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"devBoxDefinitions"},"limit":200,"currentUsed":22,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' + - '{"name":{"localizedValue":null,"value":"devBoxDefinitions"},"limit":200,"currentUsed":76,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '296' + - '298' x-rate-limit-reset: - - '2023-02-17T19:28:21.7161099Z' + - '2023-05-03T05:22:28.1215265Z' status: code: 201 message: Created @@ -586,23 +713,23 @@ interactions: - --dev-center --name --image-reference --resource-group --hibernate-support --os-storage-type --sku --location User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/b66bd5b5-b8fa-4f9c-992d-d59d71513323*8F684F5D5E1DA5933A17F44BF218846537EAACC47AB3B0C64112B58B6D218F8B?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/5e0a770d-9e67-4dcf-975a-5f0bb0c5494d*20ED6A74DEA6F2DB831057C044503F492406711A2F007ED40613E87DC6D5AD9A?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/b66bd5b5-b8fa-4f9c-992d-d59d71513323*8F684F5D5E1DA5933A17F44BF218846537EAACC47AB3B0C64112B58B6D218F8B","name":"b66bd5b5-b8fa-4f9c-992d-d59d71513323*8F684F5D5E1DA5933A17F44BF218846537EAACC47AB3B0C64112B58B6D218F8B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004","status":"Succeeded","startTime":"2023-02-17T19:28:01.4765319Z","endTime":"2023-02-17T19:28:35.2668764Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/5e0a770d-9e67-4dcf-975a-5f0bb0c5494d*20ED6A74DEA6F2DB831057C044503F492406711A2F007ED40613E87DC6D5AD9A","name":"5e0a770d-9e67-4dcf-975a-5f0bb0c5494d*20ED6A74DEA6F2DB831057C044503F492406711A2F007ED40613E87DC6D5AD9A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004","status":"Succeeded","startTime":"2023-05-03T05:21:31.160816Z","endTime":"2023-05-03T05:21:53.1226885Z","properties":null}' headers: cache-control: - no-cache content-length: - - '636' + - '641' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:28:35 GMT + - Wed, 03 May 2023 05:22:02 GMT etag: - - '"140072ee-0000-4d00-0000-63efd5630000"' + - '"00001d00-0000-3300-0000-6451ef710000"' expires: - '-1' pragma: @@ -633,23 +760,23 @@ interactions: - --dev-center --name --image-reference --resource-group --hibernate-support --os-storage-type --sku --location User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004","name":"c1000004","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T19:28:01.1300448Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T19:28:01.1300448Z"},"properties":{"provisioningState":"Succeeded","imageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","hibernateSupport":"Disabled","imageValidationStatus":"Succeeded","activeImageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004","name":"c1000004","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:21:30.2584143Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:21:30.2584143Z"},"properties":{"provisioningState":"Succeeded","imageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","hibernateSupport":"Disabled","imageValidationStatus":"Succeeded","activeImageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"}}}' headers: cache-control: - no-cache content-length: - - '1169' + - '1221' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:28:35 GMT + - Wed, 03 May 2023 05:22:02 GMT etag: - - '"7f005b97-0000-4d00-0000-63efd5630000"' + - '"00006113-0000-3300-0000-6451ef710000"' expires: - '-1' pragma: @@ -681,46 +808,35 @@ interactions: ParameterSetName: - --resource-group --dev-center User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions?api-version=2023-04-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004","name":"c1000004","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T19:28:01.1300448Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T19:28:01.1300448Z"},"properties":{"provisioningState":"Succeeded","imageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","hibernateSupport":"Disabled","imageValidationStatus":"Succeeded","activeImageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"}}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004","name":"c1000004","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:21:30.2584143Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:21:30.2584143Z"},"properties":{"provisioningState":"Succeeded","imageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","hibernateSupport":"Disabled","imageValidationStatus":"Succeeded","activeImageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"}}}]}' headers: cache-control: - no-cache content-length: - - '1181' + - '1233' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:28:39 GMT + - Wed, 03 May 2023 05:22:02 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - 46a44372-9c83-40e9-8fe5-c8008dd24b90 - - c640ac35-01b0-4355-be3d-58df971312d9 - - 167fa1a2-5d9a-48e2-bf41-46270ce70c44 - - 4497eb97-36dc-4fe0-9d19-b1bca076a511 - - 7ed98c28-f6ef-4067-ba78-02151c1829bc - - 84efc48c-0513-4dcc-9d8d-3c2b85c18a94 - - 289dbaec-21f1-47ab-bcf4-53c60ee5e59c - - b017a546-e6a0-47eb-b334-2cdcbec944e1 - - e34c2902-9246-42cf-83fa-228b6197bec9 - - 615d448d-f603-44be-817d-a34e14894060 - - c3413c37-9003-4469-b29d-4133753ac82c - - 26303a00-7930-40da-aba2-5742a210d11e - - 8486d00e-bbcb-4e18-b092-296cfff5f6ab - - a9117d53-dd63-475b-a474-7244482da8e9 + x-ms-providerhub-traffic: + - 'True' status: code: 200 message: OK @@ -738,21 +854,21 @@ interactions: ParameterSetName: - --resource-group --project User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/devboxdefinitions?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/devboxdefinitions?api-version=2023-04-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/devboxdefinitions/c1000004","name":"c1000004","type":"Microsoft.DevCenter/projects/devboxdefinitions","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T19:28:01.130044Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T19:28:01.130044Z"},"properties":{"provisioningState":"Succeeded","imageValidationStatus":"Succeeded","activeImageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"imageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","hibernateSupport":"Disabled"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/devboxdefinitions/c1000004","name":"c1000004","type":"Microsoft.DevCenter/projects/devboxdefinitions","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:21:30.258414Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:21:30.258414Z"},"properties":{"provisioningState":"Succeeded","imageValidationStatus":"Succeeded","activeImageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"imageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","hibernateSupport":"Disabled"}}]}' headers: cache-control: - no-cache content-length: - - '1175' + - '1227' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:28:43 GMT + - Wed, 03 May 2023 05:22:04 GMT expires: - '-1' pragma: @@ -772,7 +888,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-17T19:29:40.5500544Z' + - '2023-05-03T05:23:04.4542095Z' status: code: 200 message: OK @@ -790,23 +906,23 @@ interactions: ParameterSetName: - --dev-center --name --resource-group --hibernate-support User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004","name":"c1000004","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T19:28:01.1300448Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T19:28:01.1300448Z"},"properties":{"provisioningState":"Succeeded","imageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","hibernateSupport":"Disabled","imageValidationStatus":"Succeeded","activeImageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004","name":"c1000004","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:21:30.2584143Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:21:30.2584143Z"},"properties":{"provisioningState":"Succeeded","imageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","hibernateSupport":"Disabled","imageValidationStatus":"Succeeded","activeImageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"}}}' headers: cache-control: - no-cache content-length: - - '1169' + - '1221' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:28:43 GMT + - Wed, 03 May 2023 05:22:04 GMT etag: - - '"7f005b97-0000-4d00-0000-63efd5630000"' + - '"00006113-0000-3300-0000-6451ef710000"' expires: - '-1' pragma: @@ -825,8 +941,9 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus3", "properties": {"activeImageReference": {"id": "/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os"}, - "hibernateSupport": "Enabled", "imageReference": {"id": "/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os"}, + body: '{"location": "centraluseuap", "properties": {"activeImageReference": {"id": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os"}, + "hibernateSupport": "Enabled", "imageReference": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os"}, "imageValidationStatus": "Succeeded", "osStorageType": "ssd_1024gb", "sku": {"name": "general_a_8c32gb_v1"}}}' headers: @@ -839,31 +956,31 @@ interactions: Connection: - keep-alive Content-Length: - - '635' + - '687' Content-Type: - application/json ParameterSetName: - --dev-center --name --resource-group --hibernate-support User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004","name":"c1000004","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T19:28:01.1300448Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T19:28:44.7785217Z"},"properties":{"provisioningState":"Accepted","imageValidationStatus":"Succeeded","activeImageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"imageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","hibernateSupport":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004","name":"c1000004","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:21:30.2584143Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:22:05.9934149Z"},"properties":{"provisioningState":"Accepted","imageValidationStatus":"Succeeded","activeImageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"imageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","hibernateSupport":"Enabled"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/0a5ab626-9b7b-4f21-a950-8ef28bfdc01d*8F684F5D5E1DA5933A17F44BF218846537EAACC47AB3B0C64112B58B6D218F8B?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/e9d144a8-6438-4e88-a301-faac4e26fdf7*20ED6A74DEA6F2DB831057C044503F492406711A2F007ED40613E87DC6D5AD9A?api-version=2023-04-01 cache-control: - no-cache content-length: - - '1167' + - '1219' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:28:44 GMT + - Wed, 03 May 2023 05:22:07 GMT etag: - - '"7f005c97-0000-4d00-0000-63efd56d0000"' + - '"00006213-0000-3300-0000-6451ef7f0000"' expires: - '-1' pragma: @@ -875,13 +992,13 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-17T19:29:40.5500544Z' + - '2023-05-03T05:23:06.2107682Z' status: code: 201 message: Created @@ -899,23 +1016,23 @@ interactions: ParameterSetName: - --dev-center --name --resource-group --hibernate-support User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/0a5ab626-9b7b-4f21-a950-8ef28bfdc01d*8F684F5D5E1DA5933A17F44BF218846537EAACC47AB3B0C64112B58B6D218F8B?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/e9d144a8-6438-4e88-a301-faac4e26fdf7*20ED6A74DEA6F2DB831057C044503F492406711A2F007ED40613E87DC6D5AD9A?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/0a5ab626-9b7b-4f21-a950-8ef28bfdc01d*8F684F5D5E1DA5933A17F44BF218846537EAACC47AB3B0C64112B58B6D218F8B","name":"0a5ab626-9b7b-4f21-a950-8ef28bfdc01d*8F684F5D5E1DA5933A17F44BF218846537EAACC47AB3B0C64112B58B6D218F8B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004","status":"Accepted","startTime":"2023-02-17T19:28:45.0031643Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/e9d144a8-6438-4e88-a301-faac4e26fdf7*20ED6A74DEA6F2DB831057C044503F492406711A2F007ED40613E87DC6D5AD9A","name":"e9d144a8-6438-4e88-a301-faac4e26fdf7*20ED6A74DEA6F2DB831057C044503F492406711A2F007ED40613E87DC6D5AD9A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004","status":"Succeeded","startTime":"2023-05-03T05:22:06.4905974Z","endTime":"2023-05-03T05:22:19.1728343Z","properties":null}' headers: cache-control: - no-cache content-length: - - '576' + - '642' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:29:15 GMT + - Wed, 03 May 2023 05:22:37 GMT etag: - - '"140098ee-0000-4d00-0000-63efd56d0000"' + - '"00001f00-0000-3300-0000-6451ef8b0000"' expires: - '-1' pragma: @@ -945,69 +1062,23 @@ interactions: ParameterSetName: - --dev-center --name --resource-group --hibernate-support User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/0a5ab626-9b7b-4f21-a950-8ef28bfdc01d*8F684F5D5E1DA5933A17F44BF218846537EAACC47AB3B0C64112B58B6D218F8B?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/0a5ab626-9b7b-4f21-a950-8ef28bfdc01d*8F684F5D5E1DA5933A17F44BF218846537EAACC47AB3B0C64112B58B6D218F8B","name":"0a5ab626-9b7b-4f21-a950-8ef28bfdc01d*8F684F5D5E1DA5933A17F44BF218846537EAACC47AB3B0C64112B58B6D218F8B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004","status":"Succeeded","startTime":"2023-02-17T19:28:45.0031643Z","endTime":"2023-02-17T19:29:26.1296382Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004","name":"c1000004","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:21:30.2584143Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:22:05.9934149Z"},"properties":{"provisioningState":"Succeeded","imageValidationStatus":"Succeeded","activeImageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"imageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","hibernateSupport":"Enabled"}}' headers: cache-control: - no-cache content-length: - - '636' + - '1220' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:29:45 GMT + - Wed, 03 May 2023 05:22:37 GMT etag: - - '"14001eef-0000-4d00-0000-63efd5960000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin devbox-definition update - Connection: - - keep-alive - ParameterSetName: - - --dev-center --name --resource-group --hibernate-support - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004","name":"c1000004","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T19:28:01.1300448Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T19:28:44.7785217Z"},"properties":{"provisioningState":"Succeeded","imageValidationStatus":"Succeeded","activeImageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"imageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","hibernateSupport":"Enabled"}}' - headers: - cache-control: - - no-cache - content-length: - - '1168' - content-type: - - application/json; charset=utf-8 - date: - - Fri, 17 Feb 2023 19:29:45 GMT - etag: - - '"7f005e97-0000-4d00-0000-63efd5960000"' + - '"00006513-0000-3300-0000-6451ef8b0000"' expires: - '-1' pragma: @@ -1039,23 +1110,23 @@ interactions: ParameterSetName: - --dev-center --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004","name":"c1000004","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T19:28:01.1300448Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T19:28:44.7785217Z"},"properties":{"provisioningState":"Succeeded","imageValidationStatus":"Succeeded","activeImageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"imageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","hibernateSupport":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004","name":"c1000004","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:21:30.2584143Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:22:05.9934149Z"},"properties":{"provisioningState":"Succeeded","imageValidationStatus":"Succeeded","activeImageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"imageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","hibernateSupport":"Enabled"}}' headers: cache-control: - no-cache content-length: - - '1168' + - '1220' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:29:45 GMT + - Wed, 03 May 2023 05:22:38 GMT etag: - - '"7f005e97-0000-4d00-0000-63efd5960000"' + - '"00006513-0000-3300-0000-6451ef8b0000"' expires: - '-1' pragma: @@ -1087,21 +1158,21 @@ interactions: ParameterSetName: - --project-name --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/devboxdefinitions/c1000004?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/devboxdefinitions/c1000004?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/devboxdefinitions/c1000004","name":"c1000004","type":"Microsoft.DevCenter/projects/devboxdefinitions","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T19:28:01.130044Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T19:28:44.778521Z"},"properties":{"provisioningState":"Succeeded","imageValidationStatus":"Succeeded","activeImageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"imageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","hibernateSupport":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/devboxdefinitions/c1000004","name":"c1000004","type":"Microsoft.DevCenter/projects/devboxdefinitions","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:21:30.258414Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:22:05.993414Z"},"properties":{"provisioningState":"Succeeded","imageValidationStatus":"Succeeded","activeImageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"imageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","hibernateSupport":"Enabled"}}' headers: cache-control: - no-cache content-length: - - '1162' + - '1214' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:29:46 GMT + - Wed, 03 May 2023 05:22:39 GMT expires: - '-1' pragma: @@ -1119,9 +1190,9 @@ interactions: x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '298' x-rate-limit-reset: - - '2023-02-17T19:30:46.7224878Z' + - '2023-05-03T05:23:04.4542095Z' status: code: 200 message: OK @@ -1141,15 +1212,15 @@ interactions: ParameterSetName: - --yes --dev-center --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004?api-version=2023-04-01 response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/874924f6-ba12-4f70-90f4-f9ce65f40e84*8F684F5D5E1DA5933A17F44BF218846537EAACC47AB3B0C64112B58B6D218F8B?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/138b0034-1a68-453e-84e2-d66ed4351da2*20ED6A74DEA6F2DB831057C044503F492406711A2F007ED40613E87DC6D5AD9A?api-version=2023-04-01 cache-control: - no-cache content-length: @@ -1157,13 +1228,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:29:49 GMT + - Wed, 03 May 2023 05:22:42 GMT etag: - - '"7f005f97-0000-4d00-0000-63efd5ae0000"' + - '"00006a13-0000-3300-0000-6451efa20000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/874924f6-ba12-4f70-90f4-f9ce65f40e84*8F684F5D5E1DA5933A17F44BF218846537EAACC47AB3B0C64112B58B6D218F8B?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/138b0034-1a68-453e-84e2-d66ed4351da2*20ED6A74DEA6F2DB831057C044503F492406711A2F007ED40613E87DC6D5AD9A?api-version=2023-04-01 pragma: - no-cache strict-transport-security: @@ -1177,9 +1248,9 @@ interactions: x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '297' x-rate-limit-reset: - - '2023-02-17T19:30:46.7224878Z' + - '2023-05-03T05:23:04.4542095Z' status: code: 202 message: Accepted @@ -1197,23 +1268,23 @@ interactions: ParameterSetName: - --yes --dev-center --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/874924f6-ba12-4f70-90f4-f9ce65f40e84*8F684F5D5E1DA5933A17F44BF218846537EAACC47AB3B0C64112B58B6D218F8B?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/138b0034-1a68-453e-84e2-d66ed4351da2*20ED6A74DEA6F2DB831057C044503F492406711A2F007ED40613E87DC6D5AD9A?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/874924f6-ba12-4f70-90f4-f9ce65f40e84*8F684F5D5E1DA5933A17F44BF218846537EAACC47AB3B0C64112B58B6D218F8B","name":"874924f6-ba12-4f70-90f4-f9ce65f40e84*8F684F5D5E1DA5933A17F44BF218846537EAACC47AB3B0C64112B58B6D218F8B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004","status":"Succeeded","startTime":"2023-02-17T19:29:47.8824542Z","endTime":"2023-02-17T19:30:18.5481554Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/138b0034-1a68-453e-84e2-d66ed4351da2*20ED6A74DEA6F2DB831057C044503F492406711A2F007ED40613E87DC6D5AD9A","name":"138b0034-1a68-453e-84e2-d66ed4351da2*20ED6A74DEA6F2DB831057C044503F492406711A2F007ED40613E87DC6D5AD9A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000004","status":"Succeeded","startTime":"2023-05-03T05:22:41.5446988Z","endTime":"2023-05-03T05:22:43.3021188Z","properties":null}' headers: cache-control: - no-cache content-length: - - '636' + - '642' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:30:19 GMT + - Wed, 03 May 2023 05:23:11 GMT etag: - - '"1400c3ef-0000-4d00-0000-63efd5ca0000"' + - '"00002100-0000-3300-0000-6451efa30000"' expires: - '-1' pragma: @@ -1243,9 +1314,9 @@ interactions: ParameterSetName: - --resource-group --dev-center User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions?api-version=2023-04-01 response: body: string: '{"value":[]}' @@ -1257,32 +1328,21 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:30:22 GMT + - Wed, 03 May 2023 05:23:13 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - 8b9e809d-6a87-4cc3-aaec-f4a7495f671f - - df8e4a72-0ecd-4b01-b601-7b3f3fa0b7a0 - - bbe64a54-565f-4790-a02f-5fbfbac8eb22 - - dd0f58eb-0add-4832-a76a-b2ac597ec54c - - 5e0ea35d-dc1e-47c5-a760-8c1a2f6d18c9 - - aa0e30cf-5a3c-4e59-92a1-cfdcc2132a6a - - 93dc6efb-b4fa-434b-8a6f-2c1d45314e31 - - 6afe71b0-05a1-4097-8455-713ef3b4ca96 - - 6ae7c347-580c-4532-a686-971edb0b0763 - - 49a23e0f-f575-499a-abab-5f1cc3d9ecfb - - 02738daf-be45-4159-937c-f9a4a326e2aa - - bd53d296-de7c-405d-bea6-6a1d90d05c47 - - 3f2d1f3c-5342-4224-9ae4-60eed02c1fbd - - 8d0e1ec3-6468-46a7-8522-93a54466ba02 + x-ms-providerhub-traffic: + - 'True' status: code: 200 message: OK @@ -1300,9 +1360,9 @@ interactions: ParameterSetName: - --resource-group --project User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/devboxdefinitions?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/devboxdefinitions?api-version=2023-04-01 response: body: string: '{"value":[]}' @@ -1314,7 +1374,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 19:30:26 GMT + - Wed, 03 May 2023 05:23:14 GMT expires: - '-1' pragma: @@ -1334,7 +1394,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-17T19:31:23.8403031Z' + - '2023-05-03T05:24:14.5032721Z' status: code: 200 message: OK diff --git a/src/devcenter/azext_devcenter/tests/latest/recordings/test_env_definition_dataplane_scenario.yaml b/src/devcenter/azext_devcenter/tests/latest/recordings/test_env_definition_dataplane_scenario.yaml new file mode 100644 index 00000000000..3358d155d66 --- /dev/null +++ b/src/devcenter/azext_devcenter/tests/latest/recordings/test_env_definition_dataplane_scenario.yaml @@ -0,0 +1,1849 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - identity create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2023-05-10T21:19:15Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '304' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:19:15 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": "westus"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - identity create + Connection: + - keep-alive + Content-Length: + - '22' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-msi/7.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003?api-version=2023-01-31 + response: + body: + string: '{"location":"westus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003","name":"testid_000003","type":"Microsoft.ManagedIdentity/userAssignedIdentities","properties":{"tenantId":"00000000-0000-0000-0000-000000000000","principalId":"c5ccdb9d-4746-4ffb-8529-2c1be351df3e","clientId":"98835b4f-2927-4e47-afa0-50e5520ee260"}}' + headers: + cache-control: + - no-cache + content-length: + - '441' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:19:16 GMT + expires: + - '-1' + location: + - /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 201 + message: Created +- request: + body: '{"identity": {"type": "UserAssigned", "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003": + {}}}, "location": "centraluseuap", "tags": {"CostCode": "12345"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devcenter create + Connection: + - keep-alive + Content-Length: + - '287' + Content-Type: + - application/json + ParameterSetName: + - --identity-type --user-assigned-identities --location --tags --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-10T21:19:17.6629351Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-10T21:19:17.6629351Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"c5ccdb9d-4746-4ffb-8529-2c1be351df3e","clientId":"98835b4f-2927-4e47-afa0-50e5520ee260"}}},"properties":{"provisioningState":"Accepted"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/ffd906e7-42e7-4421-ad24-9140672a5b70*99CD3B664DF6B400531D93F21F1D510C37D2686BEFCF6C6BD0BD8752FD3EDEFB?api-version=2023-04-01 + cache-control: + - no-cache + content-length: + - '853' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:19:20 GMT + etag: + - '"0100791f-0000-3300-0000-645c0a580000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-quota: + - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":500,"currentUsed":51,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '295' + x-rate-limit-reset: + - '2023-05-10T21:19:24.9197587Z' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devcenter create + Connection: + - keep-alive + ParameterSetName: + - --identity-type --user-assigned-identities --location --tags --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/ffd906e7-42e7-4421-ad24-9140672a5b70*99CD3B664DF6B400531D93F21F1D510C37D2686BEFCF6C6BD0BD8752FD3EDEFB?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/ffd906e7-42e7-4421-ad24-9140672a5b70*99CD3B664DF6B400531D93F21F1D510C37D2686BEFCF6C6BD0BD8752FD3EDEFB","name":"ffd906e7-42e7-4421-ad24-9140672a5b70*99CD3B664DF6B400531D93F21F1D510C37D2686BEFCF6C6BD0BD8752FD3EDEFB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-10T21:19:18.4999092Z"}' + headers: + cache-control: + - no-cache + content-length: + - '555' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:19:49 GMT + etag: + - '"0000270f-0000-3300-0000-645c0a560000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devcenter create + Connection: + - keep-alive + ParameterSetName: + - --identity-type --user-assigned-identities --location --tags --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/ffd906e7-42e7-4421-ad24-9140672a5b70*99CD3B664DF6B400531D93F21F1D510C37D2686BEFCF6C6BD0BD8752FD3EDEFB?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/ffd906e7-42e7-4421-ad24-9140672a5b70*99CD3B664DF6B400531D93F21F1D510C37D2686BEFCF6C6BD0BD8752FD3EDEFB","name":"ffd906e7-42e7-4421-ad24-9140672a5b70*99CD3B664DF6B400531D93F21F1D510C37D2686BEFCF6C6BD0BD8752FD3EDEFB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-10T21:19:18.4999092Z"}' + headers: + cache-control: + - no-cache + content-length: + - '555' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:20:19 GMT + etag: + - '"0000270f-0000-3300-0000-645c0a560000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devcenter create + Connection: + - keep-alive + ParameterSetName: + - --identity-type --user-assigned-identities --location --tags --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/ffd906e7-42e7-4421-ad24-9140672a5b70*99CD3B664DF6B400531D93F21F1D510C37D2686BEFCF6C6BD0BD8752FD3EDEFB?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/ffd906e7-42e7-4421-ad24-9140672a5b70*99CD3B664DF6B400531D93F21F1D510C37D2686BEFCF6C6BD0BD8752FD3EDEFB","name":"ffd906e7-42e7-4421-ad24-9140672a5b70*99CD3B664DF6B400531D93F21F1D510C37D2686BEFCF6C6BD0BD8752FD3EDEFB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Succeeded","startTime":"2023-05-10T21:19:18.4999092Z","endTime":"2023-05-10T21:20:27.0344555Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '615' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:20:50 GMT + etag: + - '"0000360f-0000-3300-0000-645c0a9b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devcenter create + Connection: + - keep-alive + ParameterSetName: + - --identity-type --user-assigned-identities --location --tags --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-10T21:19:17.6629351Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-10T21:19:17.6629351Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"c5ccdb9d-4746-4ffb-8529-2c1be351df3e","clientId":"98835b4f-2927-4e47-afa0-50e5520ee260"}}},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' + headers: + cache-control: + - no-cache + content-length: + - '961' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:20:50 GMT + etag: + - '"01007f1f-0000-3300-0000-645c0a9b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - keyvault set-policy + Connection: + - keep-alive + ParameterSetName: + - -n --secret-permissions --object-id + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-keyvault/10.2.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.KeyVault%2Fvaults%27&api-version=2015-11-01 + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amlim-test/providers/Microsoft.KeyVault/vaults/dummy","name":"dummy","type":"Microsoft.KeyVault/vaults","location":"centraluseuap","tags":{}}]}' + headers: + cache-control: + - no-cache + content-length: + - '9068' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:20:51 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - keyvault set-policy + Connection: + - keep-alive + ParameterSetName: + - -n --secret-permissions --object-id + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-keyvault/10.2.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amlim-test/providers/Microsoft.KeyVault/vaults/dummy?api-version=2023-02-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amlim-test/providers/Microsoft.KeyVault/vaults/dummy","name":"dummy","type":"Microsoft.KeyVault/vaults","location":"centraluseuap","tags":{},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T21:53:53.715Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-10T21:17:45.83Z"},"properties":{"sku":{"family":"A","name":"Standard"},"tenantId":"00000000-0000-0000-0000-000000000000","accessPolicies":[{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"17755109-de29-4032-8853-f390afd630a2","permissions":{"keys":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","GetRotationPolicy","SetRotationPolicy","Rotate"],"secrets":["Get","List","Set","Delete","Recover","Backup","Restore"],"certificates":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","ManageContacts","ManageIssuers","GetIssuers","ListIssuers","SetIssuers","DeleteIssuers"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"ad2ce12f-ad89-4409-a8f2-24eae29c990e","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"3841ff12-a992-43fa-a9d1-9898c4b781e2","permissions":{"secrets":["get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"355d68e0-d18a-4a4b-8d53-6fc0eb181c16","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"d63025ac-cc25-4a10-b5fd-b4671f4fae2b","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"356a6bcb-cdac-4da9-bca8-0a46d15f71ba","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"81b114e3-abab-4ce3-93cd-cf79e8f3314c","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"5da515dd-88db-494e-88d9-6c441a697fd8","permissions":{"secrets":["list","get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"ae17b391-a6d1-4697-9a1d-f7f3925560cf","permissions":{"secrets":["list","get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"fd4b8d99-4f80-4378-936e-40266b86faf3","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"2e9e8c74-b7e7-426f-9e3a-44168b220773","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"785f29d7-6c8d-46ca-9e47-3b8fcc2b0314","permissions":{"secrets":["list","get"]}}],"enabledForDeployment":false,"enabledForDiskEncryption":false,"enabledForTemplateDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enableRbacAuthorization":false,"vaultUri":"https://dummy.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' + headers: + cache-control: + - no-cache + content-length: + - '2938' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:20:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-keyvault-service-version: + - 1.5.770.0 + status: + code: 200 + message: OK +- request: + body: '{"location": "centraluseuap", "tags": {}, "properties": {"tenantId": "00000000-0000-0000-0000-000000000000", + "sku": {"family": "A", "name": "Standard"}, "accessPolicies": [{"tenantId": + "00000000-0000-0000-0000-000000000000", "objectId": "17755109-de29-4032-8853-f390afd630a2", + "permissions": {"keys": ["Get", "List", "Update", "Create", "Import", "Delete", + "Recover", "Backup", "Restore", "GetRotationPolicy", "SetRotationPolicy", "Rotate"], + "secrets": ["Get", "List", "Set", "Delete", "Recover", "Backup", "Restore"], + "certificates": ["Get", "List", "Update", "Create", "Import", "Delete", "Recover", + "Backup", "Restore", "ManageContacts", "ManageIssuers", "GetIssuers", "ListIssuers", + "SetIssuers", "DeleteIssuers"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", + "objectId": "ad2ce12f-ad89-4409-a8f2-24eae29c990e", "permissions": {"secrets": + ["get", "list"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": + "3841ff12-a992-43fa-a9d1-9898c4b781e2", "permissions": {"secrets": ["get"]}}, + {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": "355d68e0-d18a-4a4b-8d53-6fc0eb181c16", + "permissions": {"secrets": ["get", "list"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", + "objectId": "d63025ac-cc25-4a10-b5fd-b4671f4fae2b", "permissions": {"secrets": + ["get", "list"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": + "356a6bcb-cdac-4da9-bca8-0a46d15f71ba", "permissions": {"secrets": ["get", "list"]}}, + {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": "81b114e3-abab-4ce3-93cd-cf79e8f3314c", + "permissions": {"secrets": ["get", "list"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", + "objectId": "5da515dd-88db-494e-88d9-6c441a697fd8", "permissions": {"secrets": + ["list", "get"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": + "ae17b391-a6d1-4697-9a1d-f7f3925560cf", "permissions": {"secrets": ["list", + "get"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": "fd4b8d99-4f80-4378-936e-40266b86faf3", + "permissions": {"secrets": ["get", "list"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", + "objectId": "2e9e8c74-b7e7-426f-9e3a-44168b220773", "permissions": {"secrets": + ["get", "list"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": + "785f29d7-6c8d-46ca-9e47-3b8fcc2b0314", "permissions": {"secrets": ["list", + "get"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": "c5ccdb9d-4746-4ffb-8529-2c1be351df3e", + "permissions": {"secrets": ["get", "list"]}}], "vaultUri": "https://dummy.vault.azure.net/", + "enabledForDeployment": false, "enabledForDiskEncryption": false, "enabledForTemplateDeployment": + false, "enableSoftDelete": true, "softDeleteRetentionInDays": 90, "enableRbacAuthorization": + false, "provisioningState": "Succeeded", "publicNetworkAccess": "Enabled"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - keyvault set-policy + Connection: + - keep-alive + Content-Length: + - '2842' + Content-Type: + - application/json + ParameterSetName: + - -n --secret-permissions --object-id + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-keyvault/10.2.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amlim-test/providers/Microsoft.KeyVault/vaults/dummy?api-version=2023-02-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amlim-test/providers/Microsoft.KeyVault/vaults/dummy","name":"dummy","type":"Microsoft.KeyVault/vaults","location":"centraluseuap","tags":{},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T21:53:53.715Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-10T21:20:52.496Z"},"properties":{"sku":{"family":"A","name":"Standard"},"tenantId":"00000000-0000-0000-0000-000000000000","accessPolicies":[{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"17755109-de29-4032-8853-f390afd630a2","permissions":{"keys":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","GetRotationPolicy","SetRotationPolicy","Rotate"],"secrets":["Get","List","Set","Delete","Recover","Backup","Restore"],"certificates":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","ManageContacts","ManageIssuers","GetIssuers","ListIssuers","SetIssuers","DeleteIssuers"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"ad2ce12f-ad89-4409-a8f2-24eae29c990e","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"3841ff12-a992-43fa-a9d1-9898c4b781e2","permissions":{"secrets":["get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"355d68e0-d18a-4a4b-8d53-6fc0eb181c16","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"d63025ac-cc25-4a10-b5fd-b4671f4fae2b","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"356a6bcb-cdac-4da9-bca8-0a46d15f71ba","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"81b114e3-abab-4ce3-93cd-cf79e8f3314c","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"5da515dd-88db-494e-88d9-6c441a697fd8","permissions":{"secrets":["list","get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"ae17b391-a6d1-4697-9a1d-f7f3925560cf","permissions":{"secrets":["list","get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"fd4b8d99-4f80-4378-936e-40266b86faf3","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"2e9e8c74-b7e7-426f-9e3a-44168b220773","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"785f29d7-6c8d-46ca-9e47-3b8fcc2b0314","permissions":{"secrets":["list","get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"c5ccdb9d-4746-4ffb-8529-2c1be351df3e","permissions":{"secrets":["get","list"]}}],"enabledForDeployment":false,"enabledForDiskEncryption":false,"enabledForTemplateDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enableRbacAuthorization":false,"vaultUri":"https://dummy.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' + headers: + cache-control: + - no-cache + content-length: + - '3082' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:20:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-keyvault-service-version: + - 1.5.770.0 + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 200 + message: OK +- request: + body: '{"location": "centraluseuap", "properties": {"devCenterId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin project create + Connection: + - keep-alive + Content-Length: + - '195' + Content-Type: + - application/json + ParameterSetName: + - --location --name --dev-center-id --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","name":"cli000004","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-10T21:20:53.2446893Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-10T21:20:53.2446893Z"},"properties":{"provisioningState":"Accepted","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/66f82e1a-00da-4bc6-83ef-86bc177a8765*A1BA45E763BCBD10641D1C37815FC38BEE11B768961003E5123AD2C8EEC3A9D4?api-version=2023-04-01 + cache-control: + - no-cache + content-length: + - '646' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:20:54 GMT + etag: + - '"0000f98d-0000-3300-0000-645c0ab60000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-quota: + - '{"name":{"localizedValue":null,"value":"projects"},"limit":500,"currentUsed":50,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '298' + x-rate-limit-reset: + - '2023-05-10T21:20:54.6508798Z' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin project create + Connection: + - keep-alive + ParameterSetName: + - --location --name --dev-center-id --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/66f82e1a-00da-4bc6-83ef-86bc177a8765*A1BA45E763BCBD10641D1C37815FC38BEE11B768961003E5123AD2C8EEC3A9D4?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/66f82e1a-00da-4bc6-83ef-86bc177a8765*A1BA45E763BCBD10641D1C37815FC38BEE11B768961003E5123AD2C8EEC3A9D4","name":"66f82e1a-00da-4bc6-83ef-86bc177a8765*A1BA45E763BCBD10641D1C37815FC38BEE11B768961003E5123AD2C8EEC3A9D4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","status":"Succeeded","startTime":"2023-05-10T21:20:54.1191118Z","endTime":"2023-05-10T21:20:56.2375685Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '613' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:21:24 GMT + etag: + - '"0000390f-0000-3300-0000-645c0ab80000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin project create + Connection: + - keep-alive + ParameterSetName: + - --location --name --dev-center-id --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","name":"cli000004","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-10T21:20:53.2446893Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-10T21:20:53.2446893Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' + headers: + cache-control: + - no-cache + content-length: + - '754' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:21:24 GMT + etag: + - '"0000fb8d-0000-3300-0000-645c0ab80000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin project show + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","name":"cli000004","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-10T21:20:53.2446893Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-10T21:20:53.2446893Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' + headers: + cache-control: + - no-cache + content-length: + - '754' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:21:25 GMT + etag: + - '"0000fb8d-0000-3300-0000-645c0ab80000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin project show + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","name":"cli000004","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-10T21:20:53.2446893Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-10T21:20:53.2446893Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' + headers: + cache-control: + - no-cache + content-length: + - '754' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:21:26 GMT + etag: + - '"0000fb8d-0000-3300-0000-645c0ab80000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - ad signed-in-user show + Connection: + - keep-alive + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://graph.microsoft.com/v1.0/me + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#users/$entity","businessPhones":["+1 + (425) 7041454"],"displayName":"Amanda Lim","givenName":"Amanda","jobTitle":"SOFTWARE + ENGINEER II","mail":"Amanda.Lim@microsoft.com","mobilePhone":null,"officeLocation":"18/3100FL","preferredLanguage":null,"surname":"Lim","userPrincipalName":"amlim@microsoft.com","id":"17755109-de29-4032-8853-f390afd630a2"}' + headers: + cache-control: + - no-cache + content-length: + - '406' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Wed, 10 May 2023 21:21:26 GMT + odata-version: + - '4.0' + request-id: + - e4c88f1e-16e5-420a-8472-dd5bc8a96e3a + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"005","RoleInstance":"SJ1PEPF00000A85"}}' + x-ms-resource-unit: + - '1' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - role assignment create + Connection: + - keep-alive + ParameterSetName: + - --role --assignee --scope + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2717755109-de29-4032-8853-f390afd630a2%27%29 + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '92' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Wed, 10 May 2023 21:21:26 GMT + odata-version: + - '4.0' + request-id: + - 77d623d5-7d61-48d0-91a6-56735044b8ce + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"005","RoleInstance":"SJ1PEPF000013AF"}}' + x-ms-resource-unit: + - '1' + status: + code: 200 + message: OK +- request: + body: '{"ids": ["17755109-de29-4032-8853-f390afd630a2"], "types": ["user", "group", + "servicePrincipal", "directoryObjectPartnerReference"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - role assignment create + Connection: + - keep-alive + Content-Length: + - '132' + Content-Type: + - application/json + ParameterSetName: + - --role --assignee --scope + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: POST + uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.user","id":"17755109-de29-4032-8853-f390afd630a2","businessPhones":["+1 + (425) 7041454"],"displayName":"Amanda Lim","givenName":"Amanda","jobTitle":"SOFTWARE + ENGINEER II","mail":"Amanda.Lim@microsoft.com","mobilePhone":null,"officeLocation":"18/3100FL","preferredLanguage":null,"surname":"Lim","userPrincipalName":"amlim@microsoft.com"}]}' + headers: + cache-control: + - no-cache + content-length: + - '459' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Wed, 10 May 2023 21:21:27 GMT + location: + - https://graph.microsoft.com + odata-version: + - '4.0' + request-id: + - c5c87cc3-95b7-49b1-899d-1bed8f40fb72 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"005","RoleInstance":"SJ1PEPF00000A8C"}}' + x-ms-resource-unit: + - '3' + status: + code: 200 + message: OK +- request: + body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e40d4e-8d2e-438d-97e1-9528336e149c", + "principalId": "17755109-de29-4032-8853-f390afd630a2", "principalType": "User"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - role assignment create + Connection: + - keep-alive + Content-Length: + - '258' + Content-Type: + - application/json + ParameterSetName: + - --role --assignee --scope + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/providers/Microsoft.Authorization/roleAssignments/824c001c-2ae4-44e2-8b64-ccd5fa233fca?api-version=2022-04-01 + response: + body: + string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e40d4e-8d2e-438d-97e1-9528336e149c","principalId":"17755109-de29-4032-8853-f390afd630a2","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T21:21:27.8999586Z","updatedOn":"2023-05-10T21:21:47.2714352Z","createdBy":null,"updatedBy":"17755109-de29-4032-8853-f390afd630a2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/providers/Microsoft.Authorization/roleAssignments/824c001c-2ae4-44e2-8b64-ccd5fa233fca","type":"Microsoft.Authorization/roleAssignments","name":"824c001c-2ae4-44e2-8b64-ccd5fa233fca"}' + headers: + cache-control: + - no-cache + content-length: + - '967' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:21:49 GMT + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly + 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: '{"properties": {"gitHub": {"branch": "main", "path": "/Environments", "secretIdentifier": + "https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000", + "uri": "https://domain.com/dummy/dummy.git"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin catalog create + Connection: + - keep-alive + Content-Length: + - '243' + Content-Type: + - application/json + ParameterSetName: + - --dev-center --name --git-hub --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/catalogs/c2000005?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/catalogs/c2000005","name":"c2000005","type":"microsoft.devcenter/devcenters/catalogs","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-10T21:21:49.5456169Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-10T21:21:49.5456169Z"},"properties":{"provisioningState":"Accepted","syncState":"InProgress","gitHub":{"uri":"https://domain.com/dummy/dummy.git","branch":"main","secretIdentifier":"https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000","path":"/Environments"}}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/d003b61c-8282-4a1d-91ae-8bb418131acf*29C777F9A0E137992E85F03D70B9CA53C1DE3A397E0D1B6E3A199F731D13AE66?api-version=2023-04-01 + cache-control: + - no-cache + content-length: + - '744' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:21:50 GMT + etag: + - '"00003b19-0000-3300-0000-645c0aee0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1196' + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '297' + x-rate-limit-reset: + - '2023-05-10T21:21:54.1713985Z' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin catalog create + Connection: + - keep-alive + ParameterSetName: + - --dev-center --name --git-hub --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/d003b61c-8282-4a1d-91ae-8bb418131acf*29C777F9A0E137992E85F03D70B9CA53C1DE3A397E0D1B6E3A199F731D13AE66?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/d003b61c-8282-4a1d-91ae-8bb418131acf*29C777F9A0E137992E85F03D70B9CA53C1DE3A397E0D1B6E3A199F731D13AE66","name":"d003b61c-8282-4a1d-91ae-8bb418131acf*29C777F9A0E137992E85F03D70B9CA53C1DE3A397E0D1B6E3A199F731D13AE66","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/catalogs/c2000005","status":"Succeeded","startTime":"2023-05-10T21:21:50.2072315Z","endTime":"2023-05-10T21:21:57.0414294Z","properties":{"Success":["FunctionApp","Sandbox","WebApp"],"Conflict":{},"Invalid":{}}}' + headers: + cache-control: + - no-cache + content-length: + - '702' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:22:20 GMT + etag: + - '"0000400f-0000-3300-0000-645c0af50000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin catalog create + Connection: + - keep-alive + ParameterSetName: + - --dev-center --name --git-hub --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/catalogs/c2000005?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/catalogs/c2000005","name":"c2000005","type":"microsoft.devcenter/devcenters/catalogs","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-10T21:21:49.5456169Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-10T21:21:49.5456169Z"},"properties":{"provisioningState":"Succeeded","syncState":"Succeeded","gitHub":{"uri":"https://domain.com/dummy/dummy.git","branch":"main","secretIdentifier":"https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000","path":"/Environments"},"lastSyncTime":"2023-05-10T21:21:56.4595631Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '790' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:22:20 GMT + etag: + - '"00003f19-0000-3300-0000-645c0af50000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin catalog sync + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --dev-center --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/catalogs/c2000005/sync?api-version=2023-04-01 + response: + body: + string: '{}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/fc94d49a-debb-4cb6-bf81-616477eb6533*29C777F9A0E137992E85F03D70B9CA53C1DE3A397E0D1B6E3A199F731D13AE66?api-version=2023-04-01 + cache-control: + - no-cache + content-length: + - '2' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:22:22 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/fc94d49a-debb-4cb6-bf81-616477eb6533*29C777F9A0E137992E85F03D70B9CA53C1DE3A397E0D1B6E3A199F731D13AE66?api-version=2023-04-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-10T21:23:22.2011894Z' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin catalog sync + Connection: + - keep-alive + ParameterSetName: + - --dev-center --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/fc94d49a-debb-4cb6-bf81-616477eb6533*29C777F9A0E137992E85F03D70B9CA53C1DE3A397E0D1B6E3A199F731D13AE66?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/fc94d49a-debb-4cb6-bf81-616477eb6533*29C777F9A0E137992E85F03D70B9CA53C1DE3A397E0D1B6E3A199F731D13AE66","name":"fc94d49a-debb-4cb6-bf81-616477eb6533*29C777F9A0E137992E85F03D70B9CA53C1DE3A397E0D1B6E3A199F731D13AE66","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/catalogs/c2000005","status":"Succeeded","startTime":"2023-05-10T21:22:22.1431919Z","endTime":"2023-05-10T21:22:48.2770603Z","properties":{"Success":["FunctionApp","Sandbox","WebApp"],"Conflict":{},"Invalid":{}}}' + headers: + cache-control: + - no-cache + content-length: + - '702' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:22:52 GMT + etag: + - '"0000470f-0000-3300-0000-645c0b280000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"query": " Resources |where type =~''Microsoft.devcenter/projects''\n | + where name =~ ''cli000004''\n | extend devCenterArr = split(properties.devCenterId, + ''/'')\n | extend devCenterName = devCenterArr[array_length(devCenterArr) + -1]\n | where devCenterName =~ ''cli000002''\n | take 1\n | extend + devCenterUri = properties.devCenterUri\n | project name,devCenterUri "}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev environment-definition list + Connection: + - keep-alive + Content-Length: + - '382' + Content-Type: + - application/json + ParameterSetName: + - --dev-center --project + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: POST + uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 + response: + body: + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + headers: + cache-control: + - no-cache + content-length: + - '203' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:22:53 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-tenant-resource-requests: + - '14' + x-ms-resource-graph-request-duration: + - '0:00:00:00.3109489' + x-ms-user-quota-remaining: + - '14' + x-ms-user-quota-resets-after: + - 00:00:05 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev environment-definition list + Connection: + - keep-alive + ParameterSetName: + - --dev-center --project + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/projects/cli000004/environmentDefinitions?api-version=2023-04-01 + response: + body: + string: "{\n \"value\": [\n {\n \"id\": \"/projects/cli000004/catalogs/c2000005/environmentDefinitions/functionapp\"\ + ,\n \"name\": \"FunctionApp\",\n \"catalogName\": \"c2000005\",\n\ + \ \"description\": \"Deploys an Azure Function App, Storage Account,\ + \ and Application Insights\",\n \"parameters\": [\n {\n \ + \ \"id\": \"name\",\n \"name\": \"Name\",\n \"description\"\ + : \"Name of the Function App.\",\n \"type\": \"string\",\n \ + \ \"readOnly\": false,\n \"required\": true,\n \"allowed\"\ + : []\n },\n {\n \"id\": \"supportsHttpsTrafficOnly\"\ + ,\n \"name\": \"Supports Https Traffic Only\",\n \"description\"\ + : \"Allows https traffic only to Storage Account and Functions App if set\ + \ to true.\",\n \"type\": \"boolean\",\n \"readOnly\": false,\n\ + \ \"required\": false,\n \"allowed\": []\n },\n \ + \ {\n \"id\": \"runtime\",\n \"name\": \"Runtime\"\ + ,\n \"description\": \"The language worker runtime to load in the\ + \ function app.\",\n \"default\": \"dotnet-isolated\",\n \ + \ \"type\": \"string\",\n \"readOnly\": false,\n \"required\"\ + : false,\n \"allowed\": [\n \"dotnet\",\n \"\ + dotnet-isolated\",\n \"java\",\n \"node\",\n \ + \ \"powershell\",\n \"python\"\n ]\n }\n \ + \ ],\n \"parametersSchema\": \"{\\\"type\\\":\\\"object\\\",\\\"properties\\\ + \":{\\\"name\\\":{\\\"title\\\":\\\"Name\\\",\\\"description\\\":\\\"Name\ + \ of the Function App.\\\"},\\\"supportsHttpsTrafficOnly\\\":{\\\"title\\\"\ + :\\\"Supports Https Traffic Only\\\",\\\"description\\\":\\\"Allows https\ + \ traffic only to Storage Account and Functions App if set to true.\\\"},\\\ + \"runtime\\\":{\\\"title\\\":\\\"Runtime\\\",\\\"description\\\":\\\"The language\ + \ worker runtime to load in the function app.\\\",\\\"default\\\":\\\"dotnet-isolated\\\ + \",\\\"enum\\\":[\\\"dotnet\\\",\\\"dotnet-isolated\\\",\\\"java\\\",\\\"\ + node\\\",\\\"powershell\\\",\\\"python\\\"]}},\\\"required\\\":[\\\"name\\\ + \"]}\",\n \"templatePath\": \"Environments/FunctionApp/azuredeploy.json\"\ + \n },\n {\n \"id\": \"/projects/cli000004/catalogs/c2000005/environmentDefinitions/sandbox\"\ + ,\n \"name\": \"Sandbox\",\n \"catalogName\": \"c2000005\",\n \ + \ \"description\": \"Deploys an empty sandbox environment\",\n \"\ + parameters\": [],\n \"parametersSchema\": \"{\\\"type\\\":\\\"object\\\ + \"}\",\n \"templatePath\": \"Environments/Sandbox/azuredeploy.json\"\n\ + \ },\n {\n \"id\": \"/projects/cli000004/catalogs/c2000005/environmentDefinitions/webapp\"\ + ,\n \"name\": \"WebApp\",\n \"catalogName\": \"c2000005\",\n \ + \ \"description\": \"Deploys an Azure Web App without a data store\",\n\ + \ \"parameters\": [\n {\n \"id\": \"name\",\n \ + \ \"name\": \"Name\",\n \"description\": \"Name of the Web App.\"\ + ,\n \"type\": \"string\",\n \"readOnly\": false,\n \ + \ \"required\": true,\n \"allowed\": []\n }\n ],\n\ + \ \"parametersSchema\": \"{\\\"type\\\":\\\"object\\\",\\\"properties\\\ + \":{\\\"name\\\":{\\\"title\\\":\\\"Name\\\",\\\"description\\\":\\\"Name\ + \ of the Web App.\\\"}},\\\"required\\\":[\\\"name\\\"]}\",\n \"templatePath\"\ + : \"Environments/WebApp/azuredeploy.json\"\n }\n ]\n}" + headers: + connection: + - keep-alive + content-length: + - '3034' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:22:55 GMT + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-10T21:23:55.0411656Z' + status: + code: 200 + message: OK +- request: + body: '{"query": " Resources |where type =~''Microsoft.devcenter/projects''\n | + where name =~ ''cli000004''\n | extend devCenterArr = split(properties.devCenterId, + ''/'')\n | extend devCenterName = devCenterArr[array_length(devCenterArr) + -1]\n | where devCenterName =~ ''cli000002''\n | take 1\n | extend + devCenterUri = properties.devCenterUri\n | project name,devCenterUri "}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev environment-definition list + Connection: + - keep-alive + Content-Length: + - '382' + Content-Type: + - application/json + ParameterSetName: + - --dev-center --project --catalog-name + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: POST + uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 + response: + body: + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + headers: + cache-control: + - no-cache + content-length: + - '203' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:22:55 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-tenant-resource-requests: + - '13' + x-ms-resource-graph-request-duration: + - '0:00:00:00.3652925' + x-ms-user-quota-remaining: + - '13' + x-ms-user-quota-resets-after: + - 00:00:05 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev environment-definition list + Connection: + - keep-alive + ParameterSetName: + - --dev-center --project --catalog-name + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/projects/cli000004/catalogs/c2000005/environmentDefinitions?api-version=2023-04-01 + response: + body: + string: "{\n \"value\": [\n {\n \"id\": \"/projects/cli000004/catalogs/c2000005/environmentDefinitions/functionapp\"\ + ,\n \"name\": \"FunctionApp\",\n \"catalogName\": \"c2000005\",\n\ + \ \"description\": \"Deploys an Azure Function App, Storage Account,\ + \ and Application Insights\",\n \"parameters\": [\n {\n \ + \ \"id\": \"name\",\n \"name\": \"Name\",\n \"description\"\ + : \"Name of the Function App.\",\n \"type\": \"string\",\n \ + \ \"readOnly\": false,\n \"required\": true,\n \"allowed\"\ + : []\n },\n {\n \"id\": \"supportsHttpsTrafficOnly\"\ + ,\n \"name\": \"Supports Https Traffic Only\",\n \"description\"\ + : \"Allows https traffic only to Storage Account and Functions App if set\ + \ to true.\",\n \"type\": \"boolean\",\n \"readOnly\": false,\n\ + \ \"required\": false,\n \"allowed\": []\n },\n \ + \ {\n \"id\": \"runtime\",\n \"name\": \"Runtime\"\ + ,\n \"description\": \"The language worker runtime to load in the\ + \ function app.\",\n \"default\": \"dotnet-isolated\",\n \ + \ \"type\": \"string\",\n \"readOnly\": false,\n \"required\"\ + : false,\n \"allowed\": [\n \"dotnet\",\n \"\ + dotnet-isolated\",\n \"java\",\n \"node\",\n \ + \ \"powershell\",\n \"python\"\n ]\n }\n \ + \ ],\n \"parametersSchema\": \"{\\\"type\\\":\\\"object\\\",\\\"properties\\\ + \":{\\\"name\\\":{\\\"title\\\":\\\"Name\\\",\\\"description\\\":\\\"Name\ + \ of the Function App.\\\"},\\\"supportsHttpsTrafficOnly\\\":{\\\"title\\\"\ + :\\\"Supports Https Traffic Only\\\",\\\"description\\\":\\\"Allows https\ + \ traffic only to Storage Account and Functions App if set to true.\\\"},\\\ + \"runtime\\\":{\\\"title\\\":\\\"Runtime\\\",\\\"description\\\":\\\"The language\ + \ worker runtime to load in the function app.\\\",\\\"default\\\":\\\"dotnet-isolated\\\ + \",\\\"enum\\\":[\\\"dotnet\\\",\\\"dotnet-isolated\\\",\\\"java\\\",\\\"\ + node\\\",\\\"powershell\\\",\\\"python\\\"]}},\\\"required\\\":[\\\"name\\\ + \"]}\",\n \"templatePath\": \"Environments/FunctionApp/azuredeploy.json\"\ + \n },\n {\n \"id\": \"/projects/cli000004/catalogs/c2000005/environmentDefinitions/sandbox\"\ + ,\n \"name\": \"Sandbox\",\n \"catalogName\": \"c2000005\",\n \ + \ \"description\": \"Deploys an empty sandbox environment\",\n \"\ + parameters\": [],\n \"parametersSchema\": \"{\\\"type\\\":\\\"object\\\ + \"}\",\n \"templatePath\": \"Environments/Sandbox/azuredeploy.json\"\n\ + \ },\n {\n \"id\": \"/projects/cli000004/catalogs/c2000005/environmentDefinitions/webapp\"\ + ,\n \"name\": \"WebApp\",\n \"catalogName\": \"c2000005\",\n \ + \ \"description\": \"Deploys an Azure Web App without a data store\",\n\ + \ \"parameters\": [\n {\n \"id\": \"name\",\n \ + \ \"name\": \"Name\",\n \"description\": \"Name of the Web App.\"\ + ,\n \"type\": \"string\",\n \"readOnly\": false,\n \ + \ \"required\": true,\n \"allowed\": []\n }\n ],\n\ + \ \"parametersSchema\": \"{\\\"type\\\":\\\"object\\\",\\\"properties\\\ + \":{\\\"name\\\":{\\\"title\\\":\\\"Name\\\",\\\"description\\\":\\\"Name\ + \ of the Web App.\\\"}},\\\"required\\\":[\\\"name\\\"]}\",\n \"templatePath\"\ + : \"Environments/WebApp/azuredeploy.json\"\n }\n ]\n}" + headers: + connection: + - keep-alive + content-length: + - '3034' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:22:56 GMT + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '297' + x-rate-limit-reset: + - '2023-05-10T21:23:11.4928413Z' + status: + code: 200 + message: OK +- request: + body: '{"query": " Resources |where type =~''Microsoft.devcenter/projects''\n | + where name =~ ''cli000004''\n | extend devCenterArr = split(properties.devCenterId, + ''/'')\n | extend devCenterName = devCenterArr[array_length(devCenterArr) + -1]\n | where devCenterName =~ ''cli000002''\n | take 1\n | extend + devCenterUri = properties.devCenterUri\n | project name,devCenterUri "}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev environment-definition show + Connection: + - keep-alive + Content-Length: + - '382' + Content-Type: + - application/json + ParameterSetName: + - --dev-center --project --catalog-name --definition-name + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: POST + uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 + response: + body: + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + headers: + cache-control: + - no-cache + content-length: + - '203' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:22:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-tenant-resource-requests: + - '12' + x-ms-resource-graph-request-duration: + - '0:00:00:00.3414267' + x-ms-user-quota-remaining: + - '12' + x-ms-user-quota-resets-after: + - 00:00:05 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev environment-definition show + Connection: + - keep-alive + ParameterSetName: + - --dev-center --project --catalog-name --definition-name + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/projects/cli000004/catalogs/c2000005/environmentDefinitions/Sandbox?api-version=2023-04-01 + response: + body: + string: "{\n \"id\": \"/projects/cli000004/catalogs/c2000005/environmentDefinitions/sandbox\"\ + ,\n \"name\": \"Sandbox\",\n \"catalogName\": \"c2000005\",\n \"description\"\ + : \"Deploys an empty sandbox environment\",\n \"parameters\": [],\n \"parametersSchema\"\ + : \"{\\\"type\\\":\\\"object\\\"}\",\n \"templatePath\": \"Environments/Sandbox/azuredeploy.json\"\ + \n}" + headers: + connection: + - keep-alive + content-length: + - '315' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:22:57 GMT + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-10T21:23:57.0865500Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev environment-definition list + Connection: + - keep-alive + ParameterSetName: + - --endpoint --project + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/projects/cli000004/environmentDefinitions?api-version=2023-04-01 + response: + body: + string: "{\n \"value\": [\n {\n \"id\": \"/projects/cli000004/catalogs/c2000005/environmentDefinitions/functionapp\"\ + ,\n \"name\": \"FunctionApp\",\n \"catalogName\": \"c2000005\",\n\ + \ \"description\": \"Deploys an Azure Function App, Storage Account,\ + \ and Application Insights\",\n \"parameters\": [\n {\n \ + \ \"id\": \"name\",\n \"name\": \"Name\",\n \"description\"\ + : \"Name of the Function App.\",\n \"type\": \"string\",\n \ + \ \"readOnly\": false,\n \"required\": true,\n \"allowed\"\ + : []\n },\n {\n \"id\": \"supportsHttpsTrafficOnly\"\ + ,\n \"name\": \"Supports Https Traffic Only\",\n \"description\"\ + : \"Allows https traffic only to Storage Account and Functions App if set\ + \ to true.\",\n \"type\": \"boolean\",\n \"readOnly\": false,\n\ + \ \"required\": false,\n \"allowed\": []\n },\n \ + \ {\n \"id\": \"runtime\",\n \"name\": \"Runtime\"\ + ,\n \"description\": \"The language worker runtime to load in the\ + \ function app.\",\n \"default\": \"dotnet-isolated\",\n \ + \ \"type\": \"string\",\n \"readOnly\": false,\n \"required\"\ + : false,\n \"allowed\": [\n \"dotnet\",\n \"\ + dotnet-isolated\",\n \"java\",\n \"node\",\n \ + \ \"powershell\",\n \"python\"\n ]\n }\n \ + \ ],\n \"parametersSchema\": \"{\\\"type\\\":\\\"object\\\",\\\"properties\\\ + \":{\\\"name\\\":{\\\"title\\\":\\\"Name\\\",\\\"description\\\":\\\"Name\ + \ of the Function App.\\\"},\\\"supportsHttpsTrafficOnly\\\":{\\\"title\\\"\ + :\\\"Supports Https Traffic Only\\\",\\\"description\\\":\\\"Allows https\ + \ traffic only to Storage Account and Functions App if set to true.\\\"},\\\ + \"runtime\\\":{\\\"title\\\":\\\"Runtime\\\",\\\"description\\\":\\\"The language\ + \ worker runtime to load in the function app.\\\",\\\"default\\\":\\\"dotnet-isolated\\\ + \",\\\"enum\\\":[\\\"dotnet\\\",\\\"dotnet-isolated\\\",\\\"java\\\",\\\"\ + node\\\",\\\"powershell\\\",\\\"python\\\"]}},\\\"required\\\":[\\\"name\\\ + \"]}\",\n \"templatePath\": \"Environments/FunctionApp/azuredeploy.json\"\ + \n },\n {\n \"id\": \"/projects/cli000004/catalogs/c2000005/environmentDefinitions/sandbox\"\ + ,\n \"name\": \"Sandbox\",\n \"catalogName\": \"c2000005\",\n \ + \ \"description\": \"Deploys an empty sandbox environment\",\n \"\ + parameters\": [],\n \"parametersSchema\": \"{\\\"type\\\":\\\"object\\\ + \"}\",\n \"templatePath\": \"Environments/Sandbox/azuredeploy.json\"\n\ + \ },\n {\n \"id\": \"/projects/cli000004/catalogs/c2000005/environmentDefinitions/webapp\"\ + ,\n \"name\": \"WebApp\",\n \"catalogName\": \"c2000005\",\n \ + \ \"description\": \"Deploys an Azure Web App without a data store\",\n\ + \ \"parameters\": [\n {\n \"id\": \"name\",\n \ + \ \"name\": \"Name\",\n \"description\": \"Name of the Web App.\"\ + ,\n \"type\": \"string\",\n \"readOnly\": false,\n \ + \ \"required\": true,\n \"allowed\": []\n }\n ],\n\ + \ \"parametersSchema\": \"{\\\"type\\\":\\\"object\\\",\\\"properties\\\ + \":{\\\"name\\\":{\\\"title\\\":\\\"Name\\\",\\\"description\\\":\\\"Name\ + \ of the Web App.\\\"}},\\\"required\\\":[\\\"name\\\"]}\",\n \"templatePath\"\ + : \"Environments/WebApp/azuredeploy.json\"\n }\n ]\n}" + headers: + connection: + - keep-alive + content-length: + - '3034' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:22:57 GMT + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '297' + x-rate-limit-reset: + - '2023-05-10T21:23:02.0134492Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev environment-definition list + Connection: + - keep-alive + ParameterSetName: + - --endpoint --project --catalog-name + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/projects/cli000004/catalogs/c2000005/environmentDefinitions?api-version=2023-04-01 + response: + body: + string: "{\n \"value\": [\n {\n \"id\": \"/projects/cli000004/catalogs/c2000005/environmentDefinitions/functionapp\"\ + ,\n \"name\": \"FunctionApp\",\n \"catalogName\": \"c2000005\",\n\ + \ \"description\": \"Deploys an Azure Function App, Storage Account,\ + \ and Application Insights\",\n \"parameters\": [\n {\n \ + \ \"id\": \"name\",\n \"name\": \"Name\",\n \"description\"\ + : \"Name of the Function App.\",\n \"type\": \"string\",\n \ + \ \"readOnly\": false,\n \"required\": true,\n \"allowed\"\ + : []\n },\n {\n \"id\": \"supportsHttpsTrafficOnly\"\ + ,\n \"name\": \"Supports Https Traffic Only\",\n \"description\"\ + : \"Allows https traffic only to Storage Account and Functions App if set\ + \ to true.\",\n \"type\": \"boolean\",\n \"readOnly\": false,\n\ + \ \"required\": false,\n \"allowed\": []\n },\n \ + \ {\n \"id\": \"runtime\",\n \"name\": \"Runtime\"\ + ,\n \"description\": \"The language worker runtime to load in the\ + \ function app.\",\n \"default\": \"dotnet-isolated\",\n \ + \ \"type\": \"string\",\n \"readOnly\": false,\n \"required\"\ + : false,\n \"allowed\": [\n \"dotnet\",\n \"\ + dotnet-isolated\",\n \"java\",\n \"node\",\n \ + \ \"powershell\",\n \"python\"\n ]\n }\n \ + \ ],\n \"parametersSchema\": \"{\\\"type\\\":\\\"object\\\",\\\"properties\\\ + \":{\\\"name\\\":{\\\"title\\\":\\\"Name\\\",\\\"description\\\":\\\"Name\ + \ of the Function App.\\\"},\\\"supportsHttpsTrafficOnly\\\":{\\\"title\\\"\ + :\\\"Supports Https Traffic Only\\\",\\\"description\\\":\\\"Allows https\ + \ traffic only to Storage Account and Functions App if set to true.\\\"},\\\ + \"runtime\\\":{\\\"title\\\":\\\"Runtime\\\",\\\"description\\\":\\\"The language\ + \ worker runtime to load in the function app.\\\",\\\"default\\\":\\\"dotnet-isolated\\\ + \",\\\"enum\\\":[\\\"dotnet\\\",\\\"dotnet-isolated\\\",\\\"java\\\",\\\"\ + node\\\",\\\"powershell\\\",\\\"python\\\"]}},\\\"required\\\":[\\\"name\\\ + \"]}\",\n \"templatePath\": \"Environments/FunctionApp/azuredeploy.json\"\ + \n },\n {\n \"id\": \"/projects/cli000004/catalogs/c2000005/environmentDefinitions/sandbox\"\ + ,\n \"name\": \"Sandbox\",\n \"catalogName\": \"c2000005\",\n \ + \ \"description\": \"Deploys an empty sandbox environment\",\n \"\ + parameters\": [],\n \"parametersSchema\": \"{\\\"type\\\":\\\"object\\\ + \"}\",\n \"templatePath\": \"Environments/Sandbox/azuredeploy.json\"\n\ + \ },\n {\n \"id\": \"/projects/cli000004/catalogs/c2000005/environmentDefinitions/webapp\"\ + ,\n \"name\": \"WebApp\",\n \"catalogName\": \"c2000005\",\n \ + \ \"description\": \"Deploys an Azure Web App without a data store\",\n\ + \ \"parameters\": [\n {\n \"id\": \"name\",\n \ + \ \"name\": \"Name\",\n \"description\": \"Name of the Web App.\"\ + ,\n \"type\": \"string\",\n \"readOnly\": false,\n \ + \ \"required\": true,\n \"allowed\": []\n }\n ],\n\ + \ \"parametersSchema\": \"{\\\"type\\\":\\\"object\\\",\\\"properties\\\ + \":{\\\"name\\\":{\\\"title\\\":\\\"Name\\\",\\\"description\\\":\\\"Name\ + \ of the Web App.\\\"}},\\\"required\\\":[\\\"name\\\"]}\",\n \"templatePath\"\ + : \"Environments/WebApp/azuredeploy.json\"\n }\n ]\n}" + headers: + connection: + - keep-alive + content-length: + - '3034' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:22:58 GMT + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '298' + x-rate-limit-reset: + - '2023-05-10T21:23:21.9475291Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev environment-definition show + Connection: + - keep-alive + ParameterSetName: + - --endpoint --project --catalog-name --definition-name + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/projects/cli000004/catalogs/c2000005/environmentDefinitions/Sandbox?api-version=2023-04-01 + response: + body: + string: "{\n \"id\": \"/projects/cli000004/catalogs/c2000005/environmentDefinitions/sandbox\"\ + ,\n \"name\": \"Sandbox\",\n \"catalogName\": \"c2000005\",\n \"description\"\ + : \"Deploys an empty sandbox environment\",\n \"parameters\": [],\n \"parametersSchema\"\ + : \"{\\\"type\\\":\\\"object\\\"}\",\n \"templatePath\": \"Environments/Sandbox/azuredeploy.json\"\ + \n}" + headers: + connection: + - keep-alive + content-length: + - '315' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:22:59 GMT + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-10T21:23:59.0516242Z' + status: + code: 200 + message: OK +version: 1 diff --git a/src/devcenter/azext_devcenter/tests/latest/recordings/test_env_type_dataplane_scenario.yaml b/src/devcenter/azext_devcenter/tests/latest/recordings/test_env_type_dataplane_scenario.yaml index f6d81d24926..f478291ba1e 100644 --- a/src/devcenter/azext_devcenter/tests/latest/recordings/test_env_type_dataplane_scenario.yaml +++ b/src/devcenter/azext_devcenter/tests/latest/recordings/test_env_type_dataplane_scenario.yaml @@ -13,12 +13,12 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.44.1 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2022-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2023-02-04T01:11:05Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2023-05-10T21:47:14Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 04 Feb 2023 01:11:05 GMT + - Wed, 10 May 2023 21:47:17 GMT expires: - '-1' pragma: @@ -59,12 +59,12 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.44.1 azsdk-python-azure-mgmt-msi/6.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-msi/7.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003?api-version=2023-01-31 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003","name":"testid_000003","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"00000000-0000-0000-0000-000000000000","principalId":"53abe43d-74ab-46ac-b102-e8c6b1723f85","clientId":"e61c3e10-624c-41dd-8ffe-fc2eab7b747b"}}' + string: '{"location":"westus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003","name":"testid_000003","type":"Microsoft.ManagedIdentity/userAssignedIdentities","properties":{"tenantId":"00000000-0000-0000-0000-000000000000","principalId":"8dbdaf8c-5df9-44fa-bf53-98dce327dd24","clientId":"95afb2e8-dcd1-4efd-8c3e-5bc9993e1c47"}}' headers: cache-control: - no-cache @@ -73,7 +73,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 04 Feb 2023 01:11:08 GMT + - Wed, 10 May 2023 21:47:18 GMT expires: - '-1' location: @@ -85,14 +85,14 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1199' status: code: 201 message: Created - request: - body: '{"tags": {"CostCode": "12345"}, "location": "westus3", "identity": {"type": - "UserAssigned", "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003": - {}}}}' + body: '{"identity": {"type": "SystemAssigned, UserAssigned", "userAssignedIdentities": + {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003": + {}}}, "location": "centraluseuap", "tags": {"CostCode": "12345"}}' headers: Accept: - application/json @@ -103,31 +103,32 @@ interactions: Connection: - keep-alive Content-Length: - - '281' + - '303' Content-Type: - application/json ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-04T01:11:10.2961623Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-04T01:11:10.2961623Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"53abe43d-74ab-46ac-b102-e8c6b1723f85","clientId":"e61c3e10-624c-41dd-8ffe-fc2eab7b747b"}}},"properties":{"provisioningState":"Accepted"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-10T21:47:19.9084252Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-10T21:47:19.9084252Z"},"identity":{"principalId":"01f1bdc9-f805-44df-b62f-ef2eb4aaaddb","tenantId":"00000000-0000-0000-0000-000000000000","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"8dbdaf8c-5df9-44fa-bf53-98dce327dd24","clientId":"95afb2e8-dcd1-4efd-8c3e-5bc9993e1c47"}}},"properties":{"provisioningState":"Accepted"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/cea054e8-e0e7-4b9c-b963-7c62bef8172c*B073D40E771FF2587191847568C883F450B327BA49C842DFDEC07ABF5D5C2305?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/aa3de240-5b41-43af-ae28-2d07341bc60a*DC1864E90E762BC09835E2B64BEA82AA24B2205E029246DF57997EF398D504CD?api-version=2023-04-01 cache-control: - no-cache content-length: - - '847' + - '972' content-type: - application/json; charset=utf-8 date: - - Sat, 04 Feb 2023 01:11:11 GMT + - Wed, 10 May 2023 21:47:22 GMT etag: - - '"340001e6-0000-4d00-0000-63ddb0af0000"' + - '"0000f719-0000-3300-0000-645c10eb0000"' expires: - '-1' pragma: @@ -139,15 +140,15 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":100,"currentUsed":21,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' + - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":500,"currentUsed":47,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-04T01:12:10.7181044Z' + - '2023-05-10T21:48:21.4091958Z' status: code: 201 message: Created @@ -165,23 +166,115 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/aa3de240-5b41-43af-ae28-2d07341bc60a*DC1864E90E762BC09835E2B64BEA82AA24B2205E029246DF57997EF398D504CD?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/aa3de240-5b41-43af-ae28-2d07341bc60a*DC1864E90E762BC09835E2B64BEA82AA24B2205E029246DF57997EF398D504CD","name":"aa3de240-5b41-43af-ae28-2d07341bc60a*DC1864E90E762BC09835E2B64BEA82AA24B2205E029246DF57997EF398D504CD","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-10T21:47:21.4567092Z"}' + headers: + cache-control: + - no-cache + content-length: + - '555' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:47:52 GMT + etag: + - '"0000760f-0000-3300-0000-645c10e90000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devcenter create + Connection: + - keep-alive + ParameterSetName: + - --identity-type --user-assigned-identities --location --tags --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/aa3de240-5b41-43af-ae28-2d07341bc60a*DC1864E90E762BC09835E2B64BEA82AA24B2205E029246DF57997EF398D504CD?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/aa3de240-5b41-43af-ae28-2d07341bc60a*DC1864E90E762BC09835E2B64BEA82AA24B2205E029246DF57997EF398D504CD","name":"aa3de240-5b41-43af-ae28-2d07341bc60a*DC1864E90E762BC09835E2B64BEA82AA24B2205E029246DF57997EF398D504CD","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-10T21:47:21.4567092Z"}' + headers: + cache-control: + - no-cache + content-length: + - '555' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:48:23 GMT + etag: + - '"0000760f-0000-3300-0000-645c10e90000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devcenter create + Connection: + - keep-alive + ParameterSetName: + - --identity-type --user-assigned-identities --location --tags --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/cea054e8-e0e7-4b9c-b963-7c62bef8172c*B073D40E771FF2587191847568C883F450B327BA49C842DFDEC07ABF5D5C2305?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/aa3de240-5b41-43af-ae28-2d07341bc60a*DC1864E90E762BC09835E2B64BEA82AA24B2205E029246DF57997EF398D504CD?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/cea054e8-e0e7-4b9c-b963-7c62bef8172c*B073D40E771FF2587191847568C883F450B327BA49C842DFDEC07ABF5D5C2305","name":"cea054e8-e0e7-4b9c-b963-7c62bef8172c*B073D40E771FF2587191847568C883F450B327BA49C842DFDEC07ABF5D5C2305","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-02-04T01:11:10.737414Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/aa3de240-5b41-43af-ae28-2d07341bc60a*DC1864E90E762BC09835E2B64BEA82AA24B2205E029246DF57997EF398D504CD","name":"aa3de240-5b41-43af-ae28-2d07341bc60a*DC1864E90E762BC09835E2B64BEA82AA24B2205E029246DF57997EF398D504CD","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-10T21:47:21.4567092Z"}' headers: cache-control: - no-cache content-length: - - '548' + - '555' content-type: - application/json; charset=utf-8 date: - - Sat, 04 Feb 2023 01:11:41 GMT + - Wed, 10 May 2023 21:48:53 GMT etag: - - '"00009d2e-0000-4d00-0000-63ddb0ae0000"' + - '"0000760f-0000-3300-0000-645c10e90000"' expires: - '-1' pragma: @@ -211,23 +304,23 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/cea054e8-e0e7-4b9c-b963-7c62bef8172c*B073D40E771FF2587191847568C883F450B327BA49C842DFDEC07ABF5D5C2305?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/aa3de240-5b41-43af-ae28-2d07341bc60a*DC1864E90E762BC09835E2B64BEA82AA24B2205E029246DF57997EF398D504CD?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/cea054e8-e0e7-4b9c-b963-7c62bef8172c*B073D40E771FF2587191847568C883F450B327BA49C842DFDEC07ABF5D5C2305","name":"cea054e8-e0e7-4b9c-b963-7c62bef8172c*B073D40E771FF2587191847568C883F450B327BA49C842DFDEC07ABF5D5C2305","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-02-04T01:11:10.737414Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/aa3de240-5b41-43af-ae28-2d07341bc60a*DC1864E90E762BC09835E2B64BEA82AA24B2205E029246DF57997EF398D504CD","name":"aa3de240-5b41-43af-ae28-2d07341bc60a*DC1864E90E762BC09835E2B64BEA82AA24B2205E029246DF57997EF398D504CD","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-10T21:47:21.4567092Z"}' headers: cache-control: - no-cache content-length: - - '548' + - '555' content-type: - application/json; charset=utf-8 date: - - Sat, 04 Feb 2023 01:12:11 GMT + - Wed, 10 May 2023 21:49:23 GMT etag: - - '"00009d2e-0000-4d00-0000-63ddb0ae0000"' + - '"0000760f-0000-3300-0000-645c10e90000"' expires: - '-1' pragma: @@ -257,23 +350,23 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/cea054e8-e0e7-4b9c-b963-7c62bef8172c*B073D40E771FF2587191847568C883F450B327BA49C842DFDEC07ABF5D5C2305?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/aa3de240-5b41-43af-ae28-2d07341bc60a*DC1864E90E762BC09835E2B64BEA82AA24B2205E029246DF57997EF398D504CD?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/cea054e8-e0e7-4b9c-b963-7c62bef8172c*B073D40E771FF2587191847568C883F450B327BA49C842DFDEC07ABF5D5C2305","name":"cea054e8-e0e7-4b9c-b963-7c62bef8172c*B073D40E771FF2587191847568C883F450B327BA49C842DFDEC07ABF5D5C2305","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Succeeded","startTime":"2023-02-04T01:11:10.737414Z","endTime":"2023-02-04T01:12:20.4422389Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/aa3de240-5b41-43af-ae28-2d07341bc60a*DC1864E90E762BC09835E2B64BEA82AA24B2205E029246DF57997EF398D504CD","name":"aa3de240-5b41-43af-ae28-2d07341bc60a*DC1864E90E762BC09835E2B64BEA82AA24B2205E029246DF57997EF398D504CD","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-10T21:47:21.4567092Z"}' headers: cache-control: - no-cache content-length: - - '608' + - '555' content-type: - application/json; charset=utf-8 date: - - Sat, 04 Feb 2023 01:12:41 GMT + - Wed, 10 May 2023 21:49:53 GMT etag: - - '"0000a22e-0000-4d00-0000-63ddb0f40000"' + - '"0000760f-0000-3300-0000-645c10e90000"' expires: - '-1' pragma: @@ -303,23 +396,116 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/aa3de240-5b41-43af-ae28-2d07341bc60a*DC1864E90E762BC09835E2B64BEA82AA24B2205E029246DF57997EF398D504CD?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-04T01:11:10.2961623Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-04T01:11:10.2961623Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"53abe43d-74ab-46ac-b102-e8c6b1723f85","clientId":"e61c3e10-624c-41dd-8ffe-fc2eab7b747b"}}},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/aa3de240-5b41-43af-ae28-2d07341bc60a*DC1864E90E762BC09835E2B64BEA82AA24B2205E029246DF57997EF398D504CD","name":"aa3de240-5b41-43af-ae28-2d07341bc60a*DC1864E90E762BC09835E2B64BEA82AA24B2205E029246DF57997EF398D504CD","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-10T21:47:21.4567092Z"}' headers: cache-control: - no-cache content-length: - - '949' + - '555' content-type: - application/json; charset=utf-8 date: - - Sat, 04 Feb 2023 01:12:41 GMT + - Wed, 10 May 2023 21:50:23 GMT etag: - - '"340064ef-0000-4d00-0000-63ddb0f40000"' + - '"0000760f-0000-3300-0000-645c10e90000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devcenter create + Connection: + - keep-alive + ParameterSetName: + - --identity-type --user-assigned-identities --location --tags --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/aa3de240-5b41-43af-ae28-2d07341bc60a*DC1864E90E762BC09835E2B64BEA82AA24B2205E029246DF57997EF398D504CD?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/aa3de240-5b41-43af-ae28-2d07341bc60a*DC1864E90E762BC09835E2B64BEA82AA24B2205E029246DF57997EF398D504CD","name":"aa3de240-5b41-43af-ae28-2d07341bc60a*DC1864E90E762BC09835E2B64BEA82AA24B2205E029246DF57997EF398D504CD","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Succeeded","startTime":"2023-05-10T21:47:21.4567092Z","endTime":"2023-05-10T21:50:25.2521606Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '615' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:50:53 GMT + etag: + - '"0000770f-0000-3300-0000-645c11a10000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devcenter create + Connection: + - keep-alive + ParameterSetName: + - --identity-type --user-assigned-identities --location --tags --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-10T21:47:19.9084252Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-10T21:47:19.9084252Z"},"identity":{"principalId":"01f1bdc9-f805-44df-b62f-ef2eb4aaaddb","tenantId":"00000000-0000-0000-0000-000000000000","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"8dbdaf8c-5df9-44fa-bf53-98dce327dd24","clientId":"95afb2e8-dcd1-4efd-8c3e-5bc9993e1c47"}}},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' + headers: + cache-control: + - no-cache + content-length: + - '1080' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:50:53 GMT + etag: + - '"0100a81f-0000-3300-0000-645c11a10000"' expires: - '-1' pragma: @@ -338,7 +524,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus3", "properties": {"devCenterId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' + body: '{"location": "centraluseuap", "properties": {"devCenterId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' headers: Accept: - application/json @@ -349,31 +535,31 @@ interactions: Connection: - keep-alive Content-Length: - - '189' + - '195' Content-Type: - application/json ParameterSetName: - --location --name --dev-center-id --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","name":"cli000004","type":"microsoft.devcenter/projects","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-04T01:12:43.7414941Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-04T01:12:43.7414941Z"},"properties":{"provisioningState":"Accepted","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","name":"cli000004","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-10T21:50:55.5200256Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-10T21:50:55.5200256Z"},"properties":{"provisioningState":"Accepted","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/a35eeca3-e70a-4912-a22d-126ec5f96f0b*55141726148331C13DA7697582200C6BC5A14C80048665C28FCF2534D86E6557?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/9fa53184-d08a-4be1-909b-58fea7fef229*9D4D6845B8F0CBA28CB8A14AD47E12A0768906E68B0A6C242FAC19687AEC55F7?api-version=2023-04-01 cache-control: - no-cache content-length: - - '640' + - '646' content-type: - application/json; charset=utf-8 date: - - Sat, 04 Feb 2023 01:12:44 GMT + - Wed, 10 May 2023 21:50:58 GMT etag: - - '"0000f006-0000-4d00-0000-63ddb10c0000"' + - '"00003032-0000-3300-0000-645c11c20000"' expires: - '-1' pragma: @@ -385,15 +571,15 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"projects"},"limit":500,"currentUsed":19,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' + - '{"name":{"localizedValue":null,"value":"projects"},"limit":500,"currentUsed":50,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-04T01:13:43.8647848Z' + - '2023-05-10T21:51:56.1567120Z' status: code: 201 message: Created @@ -411,23 +597,23 @@ interactions: ParameterSetName: - --location --name --dev-center-id --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/a35eeca3-e70a-4912-a22d-126ec5f96f0b*55141726148331C13DA7697582200C6BC5A14C80048665C28FCF2534D86E6557?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/9fa53184-d08a-4be1-909b-58fea7fef229*9D4D6845B8F0CBA28CB8A14AD47E12A0768906E68B0A6C242FAC19687AEC55F7?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/a35eeca3-e70a-4912-a22d-126ec5f96f0b*55141726148331C13DA7697582200C6BC5A14C80048665C28FCF2534D86E6557","name":"a35eeca3-e70a-4912-a22d-126ec5f96f0b*55141726148331C13DA7697582200C6BC5A14C80048665C28FCF2534D86E6557","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","status":"Succeeded","startTime":"2023-02-04T01:12:44.1689341Z","endTime":"2023-02-04T01:12:49.32188Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/9fa53184-d08a-4be1-909b-58fea7fef229*9D4D6845B8F0CBA28CB8A14AD47E12A0768906E68B0A6C242FAC19687AEC55F7","name":"9fa53184-d08a-4be1-909b-58fea7fef229*9D4D6845B8F0CBA28CB8A14AD47E12A0768906E68B0A6C242FAC19687AEC55F7","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","status":"Succeeded","startTime":"2023-05-10T21:50:56.6042934Z","endTime":"2023-05-10T21:51:18.1648764Z","properties":null}' headers: cache-control: - no-cache content-length: - - '605' + - '613' content-type: - application/json; charset=utf-8 date: - - Sat, 04 Feb 2023 01:13:15 GMT + - Wed, 10 May 2023 21:51:28 GMT etag: - - '"0000a42e-0000-4d00-0000-63ddb1110000"' + - '"0000790f-0000-3300-0000-645c11d60000"' expires: - '-1' pragma: @@ -457,23 +643,23 @@ interactions: ParameterSetName: - --location --name --dev-center-id --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","name":"cli000004","type":"microsoft.devcenter/projects","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-04T01:12:43.7414941Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-04T01:12:43.7414941Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","name":"cli000004","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-10T21:50:55.5200256Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-10T21:50:55.5200256Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' headers: cache-control: - no-cache content-length: - - '742' + - '754' content-type: - application/json; charset=utf-8 date: - - Sat, 04 Feb 2023 01:13:15 GMT + - Wed, 10 May 2023 21:51:28 GMT etag: - - '"0000f206-0000-4d00-0000-63ddb1110000"' + - '"00003232-0000-3300-0000-645c11d60000"' expires: - '-1' pragma: @@ -505,23 +691,71 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","name":"cli000004","type":"microsoft.devcenter/projects","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-04T01:12:43.7414941Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-04T01:12:43.7414941Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","name":"cli000004","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-10T21:50:55.5200256Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-10T21:50:55.5200256Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' headers: cache-control: - no-cache content-length: - - '742' + - '754' content-type: - application/json; charset=utf-8 date: - - Sat, 04 Feb 2023 01:13:15 GMT + - Wed, 10 May 2023 21:51:28 GMT etag: - - '"0000f206-0000-4d00-0000-63ddb1110000"' + - '"00003232-0000-3300-0000-645c11d60000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin project show + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","name":"cli000004","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-10T21:50:55.5200256Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-10T21:50:55.5200256Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' + headers: + cache-control: + - no-cache + content-length: + - '754' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 10 May 2023 21:51:29 GMT + etag: + - '"00003232-0000-3300-0000-645c11d60000"' expires: - '-1' pragma: @@ -551,12 +785,14 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: GET uri: https://graph.microsoft.com/v1.0/me response: body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#users/$entity", "id":"00000000-0000-0000-0000-000000000000"}' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#users/$entity","businessPhones":["+1 + (425) 7041454"],"displayName":"Amanda Lim","givenName":"Amanda","jobTitle":"SOFTWARE + ENGINEER II","mail":"Amanda.Lim@microsoft.com","mobilePhone":null,"officeLocation":"18/3100FL","preferredLanguage":null,"surname":"Lim","userPrincipalName":"amlim@microsoft.com","id":"17755109-de29-4032-8853-f390afd630a2"}' headers: cache-control: - no-cache @@ -565,11 +801,11 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Sat, 04 Feb 2023 01:13:15 GMT + - Wed, 10 May 2023 21:51:30 GMT odata-version: - '4.0' request-id: - - 2fc86368-af46-4281-8004-e44448cba2dd + - fe0fe668-9142-46b4-a886-e7759c5974ac strict-transport-security: - max-age=31536000 transfer-encoding: @@ -577,7 +813,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"004","RoleInstance":"BY3PEPF00010586"}}' + - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"002","RoleInstance":"BY3PEPF00015C02"}}' x-ms-resource-unit: - '1' status: @@ -597,9 +833,9 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: GET - uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2700000000-0000-0000-0000-000000000000%27%29 + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2717755109-de29-4032-8853-f390afd630a2%27%29 response: body: string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' @@ -611,11 +847,11 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Sat, 04 Feb 2023 01:13:16 GMT + - Wed, 10 May 2023 21:51:29 GMT odata-version: - '4.0' request-id: - - 1f2050aa-780c-4273-b728-743da4f9afa7 + - cde02fec-3fb2-450a-b05d-93286a5eb2fc strict-transport-security: - max-age=31536000 transfer-encoding: @@ -623,14 +859,14 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"004","RoleInstance":"BY3PEPF00014A56"}}' + - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"002","RoleInstance":"BY3PEPF00015DD7"}}' x-ms-resource-unit: - '1' status: code: 200 message: OK - request: - body: '{"ids": ["00000000-0000-0000-0000-000000000000"], "types": ["user", "group", + body: '{"ids": ["17755109-de29-4032-8853-f390afd630a2"], "types": ["user", "group", "servicePrincipal", "directoryObjectPartnerReference"]}' headers: Accept: @@ -648,12 +884,14 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds response: body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.user","id":"00000000-0000-0000-0000-000000000000"}]}' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.user","id":"17755109-de29-4032-8853-f390afd630a2","businessPhones":["+1 + (425) 7041454"],"displayName":"Amanda Lim","givenName":"Amanda","jobTitle":"SOFTWARE + ENGINEER II","mail":"Amanda.Lim@microsoft.com","mobilePhone":null,"officeLocation":"18/3100FL","preferredLanguage":null,"surname":"Lim","userPrincipalName":"amlim@microsoft.com"}]}' headers: cache-control: - no-cache @@ -662,13 +900,13 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Sat, 04 Feb 2023 01:13:16 GMT + - Wed, 10 May 2023 21:51:30 GMT location: - https://graph.microsoft.com odata-version: - '4.0' request-id: - - 4abbbbce-f1f1-4851-a46a-dfa726c102b1 + - b54bef7f-f36a-4bec-8f80-fe01e3987e3e strict-transport-security: - max-age=31536000 transfer-encoding: @@ -676,7 +914,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"004","RoleInstance":"BY3PEPF00010596"}}' + - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"002","RoleInstance":"BY3PEPF000259D5"}}' x-ms-resource-unit: - '3' status: @@ -684,7 +922,7 @@ interactions: message: OK - request: body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e40d4e-8d2e-438d-97e1-9528336e149c", - "principalId": "00000000-0000-0000-0000-000000000000", "principalType": "User"}}' + "principalId": "17755109-de29-4032-8853-f390afd630a2", "principalType": "User"}}' headers: Accept: - application/json @@ -697,19 +935,17 @@ interactions: Content-Length: - '258' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.44.1 - accept-language: - - en-US + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/providers/Microsoft.Authorization/roleAssignments/30ab56c6-482c-418c-99ff-df1650baade9?api-version=2020-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/providers/Microsoft.Authorization/roleAssignments/36323128-40d2-4dd6-84dc-bb97cd7712a2?api-version=2022-04-01 response: body: - string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e40d4e-8d2e-438d-97e1-9528336e149c","principalId":"00000000-0000-0000-0000-000000000000","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","condition":null,"conditionVersion":null,"createdOn":"2023-02-04T01:13:17.6308241Z","updatedOn":"2023-02-04T01:13:18.4950412Z","createdBy":null,"updatedBy":"00000000-0000-0000-0000-000000000000","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/providers/Microsoft.Authorization/roleAssignments/30ab56c6-482c-418c-99ff-df1650baade9","type":"Microsoft.Authorization/roleAssignments","name":"30ab56c6-482c-418c-99ff-df1650baade9"}' + string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e40d4e-8d2e-438d-97e1-9528336e149c","principalId":"17755109-de29-4032-8853-f390afd630a2","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","condition":null,"conditionVersion":null,"createdOn":"2023-05-10T21:51:31.5301439Z","updatedOn":"2023-05-10T21:51:32.1222016Z","createdBy":null,"updatedBy":"17755109-de29-4032-8853-f390afd630a2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/providers/Microsoft.Authorization/roleAssignments/36323128-40d2-4dd6-84dc-bb97cd7712a2","type":"Microsoft.Authorization/roleAssignments","name":"36323128-40d2-4dd6-84dc-bb97cd7712a2"}' headers: cache-control: - no-cache @@ -718,7 +954,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 04 Feb 2023 01:13:19 GMT + - Wed, 10 May 2023 21:51:33 GMT expires: - '-1' pragma: @@ -730,7 +966,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1197' status: code: 201 message: Created @@ -752,12 +988,12 @@ interactions: ParameterSetName: - --dev-center --resource-group --name --tags User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/environmentTypes/c000005?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/environmentTypes/c000005?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/environmentTypes/c000005","name":"c000005","type":"microsoft.devcenter/devcenters/environmenttypes","tags":{"val1":"key1"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-04T01:13:21.0630698Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-04T01:13:21.0630698Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/environmentTypes/c000005","name":"c000005","type":"microsoft.devcenter/devcenters/environmenttypes","tags":{"val1":"key1"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-10T21:51:34.5764319Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-10T21:51:34.5764319Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -766,9 +1002,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 04 Feb 2023 01:13:21 GMT + - Wed, 10 May 2023 21:51:36 GMT etag: - - '"0000c423-0000-4d00-0000-63ddb1310000"' + - '"0000e101-0000-3300-0000-645c11e70000"' expires: - '-1' pragma: @@ -784,23 +1020,23 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-04T01:13:43.8647848Z' + - '2023-05-10T21:52:35.2151363Z' status: code: 200 message: OK - request: body: '{"identity": {"type": "SystemAssigned, UserAssigned", "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003": - {}}}, "location": "westus3", "properties": {"deploymentTargetId": "/subscriptions/00000000-0000-0000-0000-000000000000", - "status": "Enabled", "creatorRoleAssignment": {"roles": {"8e3af657-a8ff-443c-a75c-2fe8c4bcb635": - {}}}, "userRoleAssignments": {"53abe43d-74ab-46ac-b102-e8c6b1723f85": {"roles": - {"8e3af657-a8ff-443c-a75c-2fe8c4bcb635": {}}}}}}' + {}}}, "location": "centraluseuap", "properties": {"creatorRoleAssignment": {"roles": + {"8e3af657-a8ff-443c-a75c-2fe8c4bcb635": {}}}, "deploymentTargetId": "/subscriptions/00000000-0000-0000-0000-000000000000", + "status": "Enabled", "userRoleAssignments": {"8dbdaf8c-5df9-44fa-bf53-98dce327dd24": + {"roles": {"8e3af657-a8ff-443c-a75c-2fe8c4bcb635": {}}}}}}' headers: Accept: - application/json @@ -811,31 +1047,31 @@ interactions: Connection: - keep-alive Content-Length: - - '584' + - '590' Content-Type: - application/json ParameterSetName: - --project --environment-type-name --deployment-target-id --status --identity-type --user-assigned-identities --user-role-assignments --location --roles --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes/c000005?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes/c000005?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes/c000005","name":"c000005","type":"microsoft.devcenter/projects/environmenttypes","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-04T01:13:22.547252Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-04T01:13:22.547252Z"},"identity":{"principalId":"bb8444ad-ce89-4c32-a227-6662f4fe91d5","tenantId":"00000000-0000-0000-0000-000000000000","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"53abe43d-74ab-46ac-b102-e8c6b1723f85","clientId":"e61c3e10-624c-41dd-8ffe-fc2eab7b747b"}}},"properties":{"provisioningState":"Succeeded","deploymentTargetId":"/subscriptions/00000000-0000-0000-0000-000000000000","status":"Enabled","creatorRoleAssignment":{"roles":{"8e3af657-a8ff-443c-a75c-2fe8c4bcb635":{}}},"userRoleAssignments":{"53abe43d-74ab-46ac-b102-e8c6b1723f85":{"roles":{"8e3af657-a8ff-443c-a75c-2fe8c4bcb635":{}}}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes/c000005","name":"c000005","type":"microsoft.devcenter/projects/environmenttypes","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-10T21:51:36.4709334Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-10T21:51:36.4709334Z"},"identity":{"principalId":"86edd2bf-7389-46f4-9fd1-f758cf7a93a5","tenantId":"00000000-0000-0000-0000-000000000000","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"8dbdaf8c-5df9-44fa-bf53-98dce327dd24","clientId":"95afb2e8-dcd1-4efd-8c3e-5bc9993e1c47"}}},"properties":{"provisioningState":"Succeeded","deploymentTargetId":"/subscriptions/00000000-0000-0000-0000-000000000000","status":"Enabled","creatorRoleAssignment":{"roles":{"8e3af657-a8ff-443c-a75c-2fe8c4bcb635":{}}},"userRoleAssignments":{"8dbdaf8c-5df9-44fa-bf53-98dce327dd24":{"roles":{"8e3af657-a8ff-443c-a75c-2fe8c4bcb635":{}}}}}}' headers: cache-control: - no-cache content-length: - - '1262' + - '1270' content-type: - application/json; charset=utf-8 date: - - Sat, 04 Feb 2023 01:13:25 GMT + - Wed, 10 May 2023 21:51:39 GMT etag: - - '"0100d546-0000-4d00-0000-63ddb1350000"' + - '"00005a00-0000-3300-0000-645c11eb0000"' expires: - '-1' pragma: @@ -851,13 +1087,13 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1196' x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '297' + - '298' x-rate-limit-reset: - - '2023-02-04T01:13:44.2099446Z' + - '2023-05-10T21:52:35.2151363Z' status: code: 200 message: OK @@ -883,21 +1119,21 @@ interactions: ParameterSetName: - --dev-center --project User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000004","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: cache-control: - no-cache content-length: - - '197' + - '203' content-type: - application/json; charset=utf-8 date: - - Sat, 04 Feb 2023 01:13:25 GMT + - Wed, 10 May 2023 21:51:39 GMT expires: - '-1' pragma: @@ -915,7 +1151,7 @@ interactions: x-ms-ratelimit-remaining-tenant-resource-requests: - '14' x-ms-resource-graph-request-duration: - - '0:00:00:00.3409229' + - '0:00:00:00.2271543' x-ms-user-quota-remaining: - '14' x-ms-user-quota-resets-after: @@ -937,24 +1173,24 @@ interactions: ParameterSetName: - --dev-center --project User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/projects/cli000004/environmentTypes?api-version=2022-11-11-preview + uri: https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/projects/cli000004/environmentTypes?api-version=2023-04-01 response: body: - string: "{\n \"value\": [\n {\n \"name\": \"c000005\",\n \"deploymentTargetId\": - \"/subscriptions/00000000-0000-0000-0000-000000000000\",\n \"status\": - \"Enabled\"\n }\n ]\n}" + string: "{\n \"value\": [\n {\n \"name\": \"c000005\",\n \"deploymentTargetId\"\ + : \"/subscriptions/00000000-0000-0000-0000-000000000000\",\n \"status\"\ + : {}\n }\n ]\n}" headers: connection: - keep-alive content-length: - - '166' + - '159' content-type: - application/json; charset=utf-8 date: - - Sat, 04 Feb 2023 01:13:27 GMT + - Wed, 10 May 2023 21:51:40 GMT strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -962,7 +1198,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-04T01:14:26.6931408Z' + - '2023-05-10T21:52:40.2653449Z' status: code: 200 message: OK diff --git a/src/devcenter/azext_devcenter/tests/latest/recordings/test_env_type_scenario.yaml b/src/devcenter/azext_devcenter/tests/latest/recordings/test_env_type_scenario.yaml index af3c60c0b03..4eebe1c4da0 100644 --- a/src/devcenter/azext_devcenter/tests/latest/recordings/test_env_type_scenario.yaml +++ b/src/devcenter/azext_devcenter/tests/latest/recordings/test_env_type_scenario.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: '{"location": "westus3", "tags": {"CostCode": "12345"}}' + body: '{"location": "centraluseuap", "tags": {"CostCode": "12345"}}' headers: Accept: - application/json @@ -11,31 +11,31 @@ interactions: Connection: - keep-alive Content-Length: - - '54' + - '60' Content-Type: - application/json ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002","name":"c2000002","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T05:00:17.1622468Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T05:00:17.1622468Z"},"properties":{"provisioningState":"Accepted"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002","name":"c2000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T16:41:58.5512228Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T16:41:58.5512228Z"},"properties":{"provisioningState":"Accepted"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f4902045-c223-44ac-be08-397955afc1ad*AEC346A147B39B7866B1FC3E6D7AC5245DEDBABA09741EABB75F8F4FFB4F4481?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/37280053-4baa-466f-ab80-c95432b160c0*A7C9D01220AC17F597530AE771EA07B2CBD77B3B3232904592AE0BE378D959A8?api-version=2023-04-01 cache-control: - no-cache content-length: - - '522' + - '528' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 05:00:21 GMT + - Wed, 03 May 2023 16:42:00 GMT etag: - - '"9000088f-0000-4d00-0000-63ef09e50000"' + - '"00000100-0000-3300-0000-64528ed80000"' expires: - '-1' pragma: @@ -47,15 +47,15 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":100,"currentUsed":20,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' + - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":500,"currentUsed":49,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-17T05:01:17.4470189Z' + - '2023-05-03T16:42:58.8584573Z' status: code: 201 message: Created @@ -73,23 +73,69 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/37280053-4baa-466f-ab80-c95432b160c0*A7C9D01220AC17F597530AE771EA07B2CBD77B3B3232904592AE0BE378D959A8?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/37280053-4baa-466f-ab80-c95432b160c0*A7C9D01220AC17F597530AE771EA07B2CBD77B3B3232904592AE0BE378D959A8","name":"37280053-4baa-466f-ab80-c95432b160c0*A7C9D01220AC17F597530AE771EA07B2CBD77B3B3232904592AE0BE378D959A8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002","status":"Accepted","startTime":"2023-05-03T16:41:58.9358858Z"}' + headers: + cache-control: + - no-cache + content-length: + - '554' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 03 May 2023 16:42:30 GMT + etag: + - '"00003e00-0000-3300-0000-64528ed60000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devcenter create + Connection: + - keep-alive + ParameterSetName: + - --location --tags --name --resource-group + User-Agent: + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f4902045-c223-44ac-be08-397955afc1ad*AEC346A147B39B7866B1FC3E6D7AC5245DEDBABA09741EABB75F8F4FFB4F4481?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/37280053-4baa-466f-ab80-c95432b160c0*A7C9D01220AC17F597530AE771EA07B2CBD77B3B3232904592AE0BE378D959A8?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f4902045-c223-44ac-be08-397955afc1ad*AEC346A147B39B7866B1FC3E6D7AC5245DEDBABA09741EABB75F8F4FFB4F4481","name":"f4902045-c223-44ac-be08-397955afc1ad*AEC346A147B39B7866B1FC3E6D7AC5245DEDBABA09741EABB75F8F4FFB4F4481","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002","status":"Accepted","startTime":"2023-02-17T05:00:17.4602816Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/37280053-4baa-466f-ab80-c95432b160c0*A7C9D01220AC17F597530AE771EA07B2CBD77B3B3232904592AE0BE378D959A8","name":"37280053-4baa-466f-ab80-c95432b160c0*A7C9D01220AC17F597530AE771EA07B2CBD77B3B3232904592AE0BE378D959A8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002","status":"Accepted","startTime":"2023-05-03T16:41:58.9358858Z"}' headers: cache-control: - no-cache content-length: - - '548' + - '554' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 05:00:51 GMT + - Wed, 03 May 2023 16:43:00 GMT etag: - - '"12000b73-0000-4d00-0000-63ef09e10000"' + - '"00003e00-0000-3300-0000-64528ed60000"' expires: - '-1' pragma: @@ -119,23 +165,23 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f4902045-c223-44ac-be08-397955afc1ad*AEC346A147B39B7866B1FC3E6D7AC5245DEDBABA09741EABB75F8F4FFB4F4481?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/37280053-4baa-466f-ab80-c95432b160c0*A7C9D01220AC17F597530AE771EA07B2CBD77B3B3232904592AE0BE378D959A8?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f4902045-c223-44ac-be08-397955afc1ad*AEC346A147B39B7866B1FC3E6D7AC5245DEDBABA09741EABB75F8F4FFB4F4481","name":"f4902045-c223-44ac-be08-397955afc1ad*AEC346A147B39B7866B1FC3E6D7AC5245DEDBABA09741EABB75F8F4FFB4F4481","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002","status":"Succeeded","startTime":"2023-02-17T05:00:17.4602816Z","endTime":"2023-02-17T05:01:01.4194109Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/37280053-4baa-466f-ab80-c95432b160c0*A7C9D01220AC17F597530AE771EA07B2CBD77B3B3232904592AE0BE378D959A8","name":"37280053-4baa-466f-ab80-c95432b160c0*A7C9D01220AC17F597530AE771EA07B2CBD77B3B3232904592AE0BE378D959A8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002","status":"Succeeded","startTime":"2023-05-03T16:41:58.9358858Z","endTime":"2023-05-03T16:43:19.0700233Z","properties":null}' headers: cache-control: - no-cache content-length: - - '608' + - '614' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 05:01:21 GMT + - Wed, 03 May 2023 16:43:30 GMT etag: - - '"1200af73-0000-4d00-0000-63ef0a0d0000"' + - '"00002d1a-0000-3300-0000-64528f270000"' expires: - '-1' pragma: @@ -165,23 +211,23 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002","name":"c2000002","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T05:00:17.1622468Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T05:00:17.1622468Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-c2000002.westus3.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002","name":"c2000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T16:41:58.5512228Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T16:41:58.5512228Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-c2000002.centraluseuap.devcenter.azure.com/"}}' headers: cache-control: - no-cache content-length: - - '623' + - '635' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 05:01:21 GMT + - Wed, 03 May 2023 16:43:30 GMT etag: - - '"9000138f-0000-4d00-0000-63ef0a0d0000"' + - '"00000600-0000-3300-0000-64528f270000"' expires: - '-1' pragma: @@ -213,9 +259,9 @@ interactions: ParameterSetName: - --resource-group --dev-center User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002/environmentTypes?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002/environmentTypes?api-version=2023-04-01 response: body: string: '{"value":[]}' @@ -227,7 +273,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 05:01:23 GMT + - Wed, 03 May 2023 16:43:32 GMT expires: - '-1' pragma: @@ -263,12 +309,12 @@ interactions: ParameterSetName: - --dev-center --resource-group --name --tags User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002/environmentTypes/c000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002/environmentTypes/c000003?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002/environmentTypes/c000003","name":"c000003","type":"microsoft.devcenter/devcenters/environmenttypes","tags":{"val1":"key1"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T05:01:24.9540247Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T05:01:24.9540247Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002/environmentTypes/c000003","name":"c000003","type":"microsoft.devcenter/devcenters/environmenttypes","tags":{"val1":"key1"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T16:43:33.4672515Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T16:43:33.4672515Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -277,9 +323,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 05:01:25 GMT + - Wed, 03 May 2023 16:43:34 GMT etag: - - '"000044b3-0000-4d00-0000-63ef0a250000"' + - '"030000db-0000-3300-0000-64528f360000"' expires: - '-1' pragma: @@ -295,13 +341,13 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-17T05:02:25.2974786Z' + - '2023-05-03T16:44:33.9720898Z' status: code: 200 message: OK @@ -319,12 +365,12 @@ interactions: ParameterSetName: - --resource-group --dev-center User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002/environmentTypes?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002/environmentTypes?api-version=2023-04-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002/environmentTypes/c000003","name":"c000003","type":"microsoft.devcenter/devcenters/environmenttypes","tags":{"val1":"key1"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T05:01:24.9540247Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T05:01:24.9540247Z"},"properties":{"provisioningState":"Succeeded"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002/environmentTypes/c000003","name":"c000003","type":"microsoft.devcenter/devcenters/environmenttypes","tags":{"val1":"key1"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T16:43:33.4672515Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T16:43:33.4672515Z"},"properties":{"provisioningState":"Succeeded"}}]}' headers: cache-control: - no-cache @@ -333,7 +379,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 05:01:25 GMT + - Wed, 03 May 2023 16:43:35 GMT expires: - '-1' pragma: @@ -365,12 +411,12 @@ interactions: ParameterSetName: - --dev-center --resource-group --name --tags User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002/environmentTypes/c000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002/environmentTypes/c000003?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002/environmentTypes/c000003","name":"c000003","type":"microsoft.devcenter/devcenters/environmenttypes","tags":{"val1":"key1"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T05:01:24.9540247Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T05:01:24.9540247Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002/environmentTypes/c000003","name":"c000003","type":"microsoft.devcenter/devcenters/environmenttypes","tags":{"val1":"key1"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T16:43:33.4672515Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T16:43:33.4672515Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -379,9 +425,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 05:01:26 GMT + - Wed, 03 May 2023 16:43:36 GMT etag: - - '"000044b3-0000-4d00-0000-63ef0a250000"' + - '"030000db-0000-3300-0000-64528f360000"' expires: - '-1' pragma: @@ -417,23 +463,23 @@ interactions: ParameterSetName: - --dev-center --resource-group --name --tags User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002/environmentTypes/c000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002/environmentTypes/c000003?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002/environmentTypes/c000003","name":"c000003","type":"microsoft.devcenter/devcenters/environmenttypes","tags":{"val1":"key1","val2":"key2"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T05:01:24.9540247Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T05:01:27.714831Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002/environmentTypes/c000003","name":"c000003","type":"microsoft.devcenter/devcenters/environmenttypes","tags":{"val1":"key1","val2":"key2"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T16:43:33.4672515Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T16:43:36.9194338Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '551' + - '552' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 05:01:27 GMT + - Wed, 03 May 2023 16:43:37 GMT etag: - - '"000045b3-0000-4d00-0000-63ef0a280000"' + - '"030001db-0000-3300-0000-64528f390000"' expires: - '-1' pragma: @@ -453,9 +499,9 @@ interactions: x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '297' + - '299' x-rate-limit-reset: - - '2023-02-17T05:02:24.9758805Z' + - '2023-05-03T16:44:37.3210249Z' status: code: 200 message: OK @@ -473,23 +519,23 @@ interactions: ParameterSetName: - --dev-center --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002/environmentTypes/c000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002/environmentTypes/c000003?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002/environmentTypes/c000003","name":"c000003","type":"microsoft.devcenter/devcenters/environmenttypes","tags":{"val1":"key1","val2":"key2"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T05:01:24.9540247Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T05:01:27.714831Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002/environmentTypes/c000003","name":"c000003","type":"microsoft.devcenter/devcenters/environmenttypes","tags":{"val1":"key1","val2":"key2"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T16:43:33.4672515Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T16:43:36.9194338Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '551' + - '552' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 05:01:28 GMT + - Wed, 03 May 2023 16:43:37 GMT etag: - - '"000045b3-0000-4d00-0000-63ef0a280000"' + - '"030001db-0000-3300-0000-64528f390000"' expires: - '-1' pragma: @@ -523,9 +569,9 @@ interactions: ParameterSetName: - --yes --dev-center --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002/environmentTypes/c000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002/environmentTypes/c000003?api-version=2023-04-01 response: body: string: '' @@ -535,7 +581,7 @@ interactions: content-length: - '0' date: - - Fri, 17 Feb 2023 05:01:29 GMT + - Wed, 03 May 2023 16:43:39 GMT expires: - '-1' pragma: @@ -551,9 +597,9 @@ interactions: x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '296' + - '298' x-rate-limit-reset: - - '2023-02-17T05:02:25.2974786Z' + - '2023-05-03T16:44:33.9720898Z' status: code: 200 message: OK @@ -571,9 +617,9 @@ interactions: ParameterSetName: - --resource-group --dev-center User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002/environmentTypes?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/c2000002/environmentTypes?api-version=2023-04-01 response: body: string: '{"value":[]}' @@ -585,7 +631,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 05:01:30 GMT + - Wed, 03 May 2023 16:43:39 GMT expires: - '-1' pragma: diff --git a/src/devcenter/azext_devcenter/tests/latest/recordings/test_environment_dataplane_scenario.yaml b/src/devcenter/azext_devcenter/tests/latest/recordings/test_environment_dataplane_scenario.yaml index 1d153b37820..149e7e73aa2 100644 --- a/src/devcenter/azext_devcenter/tests/latest/recordings/test_environment_dataplane_scenario.yaml +++ b/src/devcenter/azext_devcenter/tests/latest/recordings/test_environment_dataplane_scenario.yaml @@ -13,12 +13,12 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.44.1 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2022-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2023-02-07T22:44:22Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2023-05-12T18:02:04Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:44:25 GMT + - Fri, 12 May 2023 18:02:06 GMT expires: - '-1' pragma: @@ -59,12 +59,12 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.44.1 azsdk-python-azure-mgmt-msi/6.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-msi/7.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000004?api-version=2023-01-31 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000004","name":"testid_000004","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"00000000-0000-0000-0000-000000000000","principalId":"372af6b0-34ea-4dcf-b68c-615fb6db8b92","clientId":"604e49ca-0d88-478d-8cb9-0ddde3588e8c"}}' + string: '{"location":"westus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000004","name":"testid_000004","type":"Microsoft.ManagedIdentity/userAssignedIdentities","properties":{"tenantId":"00000000-0000-0000-0000-000000000000","principalId":"dacb6eb5-97b7-42ed-99c1-489d33daf283","clientId":"020eaf20-a2b9-4ce6-a29c-fe6340e61b55"}}' headers: cache-control: - no-cache @@ -73,7 +73,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:44:29 GMT + - Fri, 12 May 2023 18:02:08 GMT expires: - '-1' location: @@ -85,14 +85,14 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created - request: - body: '{"tags": {"CostCode": "12345"}, "location": "centraluseuap", "identity": - {"type": "SystemAssigned, UserAssigned", "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000004": - {}}}}' + body: '{"identity": {"type": "SystemAssigned, UserAssigned", "userAssignedIdentities": + {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000004": + {}}}, "location": "canadacentral", "tags": {"CostCode": "12345"}}' headers: Accept: - application/json @@ -109,16 +109,16 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","name":"cli000003","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-07T22:44:32.1026048Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-07T22:44:32.1026048Z"},"identity":{"principalId":"92501691-bcaf-4c46-9624-ee1146018d42","tenantId":"00000000-0000-0000-0000-000000000000","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000004":{"principalId":"372af6b0-34ea-4dcf-b68c-615fb6db8b92","clientId":"604e49ca-0d88-478d-8cb9-0ddde3588e8c"}}},"properties":{"provisioningState":"Accepted"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","name":"cli000003","type":"microsoft.devcenter/devcenters","location":"canadacentral","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-12T18:02:09.6281071Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-12T18:02:09.6281071Z"},"identity":{"principalId":"be496453-91ea-425b-b9a5-be4053fbdf57","tenantId":"00000000-0000-0000-0000-000000000000","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000004":{"principalId":"dacb6eb5-97b7-42ed-99c1-489d33daf283","clientId":"020eaf20-a2b9-4ce6-a29c-fe6340e61b55"}}},"properties":{"provisioningState":"Accepted"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/8e3a83e5-2ca8-4e21-9623-a1e464dfd034*B32719657084D338802249018013956A4670C280F7A02CA0BCB27C9DD2A1A96A?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/58df0480-f4d9-4ad0-9b0a-f30a1fe5db58*8E3D898EF328A88F0F45E1E663C90377AFE6575B4DCF5936D657ED483CE26549?api-version=2023-04-01 cache-control: - no-cache content-length: @@ -126,9 +126,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:44:41 GMT + - Fri, 12 May 2023 18:02:16 GMT etag: - - '"00004d03-0000-3300-0000-63e2d4590000"' + - '"680036bb-0000-0a00-0000-645e7f280000"' expires: - '-1' pragma: @@ -140,15 +140,15 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":500,"currentUsed":43,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' + - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":20,"currentUsed":11,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"canadacentral"}' x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T22:45:40.0156796Z' + - '2023-05-12T18:03:11.3472216Z' status: code: 201 message: Created @@ -166,12 +166,12 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/8e3a83e5-2ca8-4e21-9623-a1e464dfd034*B32719657084D338802249018013956A4670C280F7A02CA0BCB27C9DD2A1A96A?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/58df0480-f4d9-4ad0-9b0a-f30a1fe5db58*8E3D898EF328A88F0F45E1E663C90377AFE6575B4DCF5936D657ED483CE26549?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/8e3a83e5-2ca8-4e21-9623-a1e464dfd034*B32719657084D338802249018013956A4670C280F7A02CA0BCB27C9DD2A1A96A","name":"8e3a83e5-2ca8-4e21-9623-a1e464dfd034*B32719657084D338802249018013956A4670C280F7A02CA0BCB27C9DD2A1A96A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","status":"Accepted","startTime":"2023-02-07T22:44:40.1454676Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/58df0480-f4d9-4ad0-9b0a-f30a1fe5db58*8E3D898EF328A88F0F45E1E663C90377AFE6575B4DCF5936D657ED483CE26549","name":"58df0480-f4d9-4ad0-9b0a-f30a1fe5db58*8E3D898EF328A88F0F45E1E663C90377AFE6575B4DCF5936D657ED483CE26549","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","status":"Accepted","startTime":"2023-05-12T18:02:11.3910558Z"}' headers: cache-control: - no-cache @@ -180,9 +180,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:45:11 GMT + - Fri, 12 May 2023 18:02:46 GMT etag: - - '"00007d15-0000-3300-0000-63e2d4580000"' + - '"bf00ff34-0000-0a00-0000-645e7f230000"' expires: - '-1' pragma: @@ -212,12 +212,12 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/8e3a83e5-2ca8-4e21-9623-a1e464dfd034*B32719657084D338802249018013956A4670C280F7A02CA0BCB27C9DD2A1A96A?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/58df0480-f4d9-4ad0-9b0a-f30a1fe5db58*8E3D898EF328A88F0F45E1E663C90377AFE6575B4DCF5936D657ED483CE26549?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/8e3a83e5-2ca8-4e21-9623-a1e464dfd034*B32719657084D338802249018013956A4670C280F7A02CA0BCB27C9DD2A1A96A","name":"8e3a83e5-2ca8-4e21-9623-a1e464dfd034*B32719657084D338802249018013956A4670C280F7A02CA0BCB27C9DD2A1A96A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","status":"Accepted","startTime":"2023-02-07T22:44:40.1454676Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/58df0480-f4d9-4ad0-9b0a-f30a1fe5db58*8E3D898EF328A88F0F45E1E663C90377AFE6575B4DCF5936D657ED483CE26549","name":"58df0480-f4d9-4ad0-9b0a-f30a1fe5db58*8E3D898EF328A88F0F45E1E663C90377AFE6575B4DCF5936D657ED483CE26549","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","status":"Accepted","startTime":"2023-05-12T18:02:11.3910558Z"}' headers: cache-control: - no-cache @@ -226,9 +226,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:45:41 GMT + - Fri, 12 May 2023 18:03:16 GMT etag: - - '"00007d15-0000-3300-0000-63e2d4580000"' + - '"bf00ff34-0000-0a00-0000-645e7f230000"' expires: - '-1' pragma: @@ -258,12 +258,12 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/8e3a83e5-2ca8-4e21-9623-a1e464dfd034*B32719657084D338802249018013956A4670C280F7A02CA0BCB27C9DD2A1A96A?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/58df0480-f4d9-4ad0-9b0a-f30a1fe5db58*8E3D898EF328A88F0F45E1E663C90377AFE6575B4DCF5936D657ED483CE26549?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/8e3a83e5-2ca8-4e21-9623-a1e464dfd034*B32719657084D338802249018013956A4670C280F7A02CA0BCB27C9DD2A1A96A","name":"8e3a83e5-2ca8-4e21-9623-a1e464dfd034*B32719657084D338802249018013956A4670C280F7A02CA0BCB27C9DD2A1A96A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","status":"Accepted","startTime":"2023-02-07T22:44:40.1454676Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/58df0480-f4d9-4ad0-9b0a-f30a1fe5db58*8E3D898EF328A88F0F45E1E663C90377AFE6575B4DCF5936D657ED483CE26549","name":"58df0480-f4d9-4ad0-9b0a-f30a1fe5db58*8E3D898EF328A88F0F45E1E663C90377AFE6575B4DCF5936D657ED483CE26549","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","status":"Accepted","startTime":"2023-05-12T18:02:11.3910558Z"}' headers: cache-control: - no-cache @@ -272,9 +272,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:46:12 GMT + - Fri, 12 May 2023 18:03:46 GMT etag: - - '"00007d15-0000-3300-0000-63e2d4580000"' + - '"bf00ff34-0000-0a00-0000-645e7f230000"' expires: - '-1' pragma: @@ -304,12 +304,12 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/8e3a83e5-2ca8-4e21-9623-a1e464dfd034*B32719657084D338802249018013956A4670C280F7A02CA0BCB27C9DD2A1A96A?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/58df0480-f4d9-4ad0-9b0a-f30a1fe5db58*8E3D898EF328A88F0F45E1E663C90377AFE6575B4DCF5936D657ED483CE26549?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/8e3a83e5-2ca8-4e21-9623-a1e464dfd034*B32719657084D338802249018013956A4670C280F7A02CA0BCB27C9DD2A1A96A","name":"8e3a83e5-2ca8-4e21-9623-a1e464dfd034*B32719657084D338802249018013956A4670C280F7A02CA0BCB27C9DD2A1A96A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","status":"Accepted","startTime":"2023-02-07T22:44:40.1454676Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/58df0480-f4d9-4ad0-9b0a-f30a1fe5db58*8E3D898EF328A88F0F45E1E663C90377AFE6575B4DCF5936D657ED483CE26549","name":"58df0480-f4d9-4ad0-9b0a-f30a1fe5db58*8E3D898EF328A88F0F45E1E663C90377AFE6575B4DCF5936D657ED483CE26549","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","status":"Accepted","startTime":"2023-05-12T18:02:11.3910558Z"}' headers: cache-control: - no-cache @@ -318,9 +318,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:46:42 GMT + - Fri, 12 May 2023 18:04:16 GMT etag: - - '"00007d15-0000-3300-0000-63e2d4580000"' + - '"bf00ff34-0000-0a00-0000-645e7f230000"' expires: - '-1' pragma: @@ -350,23 +350,23 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/8e3a83e5-2ca8-4e21-9623-a1e464dfd034*B32719657084D338802249018013956A4670C280F7A02CA0BCB27C9DD2A1A96A?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/58df0480-f4d9-4ad0-9b0a-f30a1fe5db58*8E3D898EF328A88F0F45E1E663C90377AFE6575B4DCF5936D657ED483CE26549?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/8e3a83e5-2ca8-4e21-9623-a1e464dfd034*B32719657084D338802249018013956A4670C280F7A02CA0BCB27C9DD2A1A96A","name":"8e3a83e5-2ca8-4e21-9623-a1e464dfd034*B32719657084D338802249018013956A4670C280F7A02CA0BCB27C9DD2A1A96A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","status":"Accepted","startTime":"2023-02-07T22:44:40.1454676Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/58df0480-f4d9-4ad0-9b0a-f30a1fe5db58*8E3D898EF328A88F0F45E1E663C90377AFE6575B4DCF5936D657ED483CE26549","name":"58df0480-f4d9-4ad0-9b0a-f30a1fe5db58*8E3D898EF328A88F0F45E1E663C90377AFE6575B4DCF5936D657ED483CE26549","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","status":"Succeeded","startTime":"2023-05-12T18:02:11.3910558Z","endTime":"2023-05-12T18:04:36.776874Z","properties":null}' headers: cache-control: - no-cache content-length: - - '555' + - '614' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:47:12 GMT + - Fri, 12 May 2023 18:04:47 GMT etag: - - '"00007d15-0000-3300-0000-63e2d4580000"' + - '"bf006735-0000-0a00-0000-645e7fb40000"' expires: - '-1' pragma: @@ -396,23 +396,24 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/8e3a83e5-2ca8-4e21-9623-a1e464dfd034*B32719657084D338802249018013956A4670C280F7A02CA0BCB27C9DD2A1A96A?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/8e3a83e5-2ca8-4e21-9623-a1e464dfd034*B32719657084D338802249018013956A4670C280F7A02CA0BCB27C9DD2A1A96A","name":"8e3a83e5-2ca8-4e21-9623-a1e464dfd034*B32719657084D338802249018013956A4670C280F7A02CA0BCB27C9DD2A1A96A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","status":"Accepted","startTime":"2023-02-07T22:44:40.1454676Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","name":"cli000003","type":"microsoft.devcenter/devcenters","location":"canadacentral","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-12T18:02:09.6281071Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-12T18:02:09.6281071Z"},"identity":{"principalId":"be496453-91ea-425b-b9a5-be4053fbdf57","tenantId":"00000000-0000-0000-0000-000000000000","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000004":{"principalId":"dacb6eb5-97b7-42ed-99c1-489d33daf283","clientId":"020eaf20-a2b9-4ce6-a29c-fe6340e61b55"}}},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}}' headers: cache-control: - no-cache content-length: - - '555' + - '1080' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:47:42 GMT + - Fri, 12 May 2023 18:04:47 GMT etag: - - '"00007d15-0000-3300-0000-63e2d4580000"' + - '"6800cfc3-0000-0a00-0000-645e7fb50000"' expires: - '-1' pragma: @@ -425,55 +426,71 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff + x-ms-providerhub-traffic: + - 'True' status: code: 200 message: OK - request: - body: null + body: '{"location": "canadacentral", "properties": {"devCenterId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003"}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin devcenter create + - devcenter admin project create Connection: - keep-alive + Content-Length: + - '195' + Content-Type: + - application/json ParameterSetName: - - --identity-type --user-assigned-identities --location --tags --name --resource-group + - --location --name --dev-center-id --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/8e3a83e5-2ca8-4e21-9623-a1e464dfd034*B32719657084D338802249018013956A4670C280F7A02CA0BCB27C9DD2A1A96A?api-version=2022-11-11-preview + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000005?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/8e3a83e5-2ca8-4e21-9623-a1e464dfd034*B32719657084D338802249018013956A4670C280F7A02CA0BCB27C9DD2A1A96A","name":"8e3a83e5-2ca8-4e21-9623-a1e464dfd034*B32719657084D338802249018013956A4670C280F7A02CA0BCB27C9DD2A1A96A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","status":"Succeeded","startTime":"2023-02-07T22:44:40.1454676Z","endTime":"2023-02-07T22:47:44.4631822Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000005","name":"cli000005","type":"microsoft.devcenter/projects","location":"canadacentral","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-12T18:04:48.5835707Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-12T18:04:48.5835707Z"},"properties":{"provisioningState":"Accepted","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003"}}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f3f8a46c-528f-480d-bb7a-890ef3d08c1c*B16997123B29D8E485C8960677D99BE97C915AF4C740C705920A4A52ECD818E6?api-version=2023-04-01 cache-control: - no-cache content-length: - - '615' + - '646' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:48:14 GMT + - Fri, 12 May 2023 18:04:51 GMT etag: - - '"00008015-0000-3300-0000-63e2d5100000"' + - '"ab00239d-0000-0a00-0000-645e7fc30000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-quota: + - '{"name":{"localizedValue":null,"value":"projects"},"limit":500,"currentUsed":9,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"canadacentral"}' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-12T18:05:49.0524210Z' status: - code: 200 - message: OK + code: 201 + message: Created - request: body: null headers: @@ -482,30 +499,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin devcenter create + - devcenter admin project create Connection: - keep-alive ParameterSetName: - - --identity-type --user-assigned-identities --location --tags --name --resource-group + - --location --name --dev-center-id --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f3f8a46c-528f-480d-bb7a-890ef3d08c1c*B16997123B29D8E485C8960677D99BE97C915AF4C740C705920A4A52ECD818E6?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","name":"cli000003","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-07T22:44:32.1026048Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-07T22:44:32.1026048Z"},"identity":{"principalId":"92501691-bcaf-4c46-9624-ee1146018d42","tenantId":"00000000-0000-0000-0000-000000000000","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000004":{"principalId":"372af6b0-34ea-4dcf-b68c-615fb6db8b92","clientId":"604e49ca-0d88-478d-8cb9-0ddde3588e8c"}}},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f3f8a46c-528f-480d-bb7a-890ef3d08c1c*B16997123B29D8E485C8960677D99BE97C915AF4C740C705920A4A52ECD818E6","name":"f3f8a46c-528f-480d-bb7a-890ef3d08c1c*B16997123B29D8E485C8960677D99BE97C915AF4C740C705920A4A52ECD818E6","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000005","status":"Succeeded","startTime":"2023-05-12T18:04:50.3178419Z","endTime":"2023-05-12T18:05:04.0417599Z","properties":null}' headers: cache-control: - no-cache content-length: - - '1080' + - '613' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:48:14 GMT + - Fri, 12 May 2023 18:05:21 GMT etag: - - '"00005103-0000-3300-0000-63e2d5100000"' + - '"bf007635-0000-0a00-0000-645e7fd00000"' expires: - '-1' pragma: @@ -518,71 +534,9 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-providerhub-traffic: - - 'True' status: code: 200 message: OK -- request: - body: '{"location": "centraluseuap", "properties": {"devCenterId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003"}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin project create - Connection: - - keep-alive - Content-Length: - - '195' - Content-Type: - - application/json - ParameterSetName: - - --location --name --dev-center-id --resource-group - User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000005?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000005","name":"cli000005","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-07T22:48:16.2516769Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-07T22:48:16.2516769Z"},"properties":{"provisioningState":"Accepted","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003"}}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/0fab06aa-3116-48fb-bcbd-13c0dfa0d0ec*4AF061E727A057E63108A3DFAEDA95D16E5D9718FB38D235C9FCD947A47D7E34?api-version=2022-11-11-preview - cache-control: - - no-cache - content-length: - - '646' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 07 Feb 2023 22:48:18 GMT - etag: - - '"01007b68-0000-3300-0000-63e2d5320000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-providerhub-traffic: - - 'True' - x-ms-quota: - - '{"name":{"localizedValue":null,"value":"projects"},"limit":500,"currentUsed":36,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' - x-ms-ratelimit-remaining-subscription-writes: - - '1198' - x-rate-limit-limit: - - 1m - x-rate-limit-remaining: - - '298' - x-rate-limit-reset: - - '2023-02-07T22:49:05.8279830Z' - status: - code: 201 - message: Created - request: body: null headers: @@ -597,23 +551,23 @@ interactions: ParameterSetName: - --location --name --dev-center-id --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/0fab06aa-3116-48fb-bcbd-13c0dfa0d0ec*4AF061E727A057E63108A3DFAEDA95D16E5D9718FB38D235C9FCD947A47D7E34?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000005?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/0fab06aa-3116-48fb-bcbd-13c0dfa0d0ec*4AF061E727A057E63108A3DFAEDA95D16E5D9718FB38D235C9FCD947A47D7E34","name":"0fab06aa-3116-48fb-bcbd-13c0dfa0d0ec*4AF061E727A057E63108A3DFAEDA95D16E5D9718FB38D235C9FCD947A47D7E34","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000005","status":"Succeeded","startTime":"2023-02-07T22:48:16.9623794Z","endTime":"2023-02-07T22:48:26.1320741Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000005","name":"cli000005","type":"microsoft.devcenter/projects","location":"canadacentral","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-12T18:04:48.5835707Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-12T18:04:48.5835707Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}}' headers: cache-control: - no-cache content-length: - - '613' + - '754' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:48:49 GMT + - Fri, 12 May 2023 18:05:22 GMT etag: - - '"00008515-0000-3300-0000-63e2d53a0000"' + - '"ab00e39d-0000-0a00-0000-645e7fd00000"' expires: - '-1' pragma: @@ -626,6 +580,8 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff + x-ms-providerhub-traffic: + - 'True' status: code: 200 message: OK @@ -633,22 +589,22 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin project create + - devcenter admin project show Connection: - keep-alive ParameterSetName: - - --location --name --dev-center-id --resource-group + - --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000005?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000005?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000005","name":"cli000005","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-07T22:48:16.2516769Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-07T22:48:16.2516769Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000005","name":"cli000005","type":"microsoft.devcenter/projects","location":"canadacentral","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-12T18:04:48.5835707Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-12T18:04:48.5835707Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}}' headers: cache-control: - no-cache @@ -657,9 +613,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:48:49 GMT + - Fri, 12 May 2023 18:05:22 GMT etag: - - '"01007d68-0000-3300-0000-63e2d53a0000"' + - '"ab00e39d-0000-0a00-0000-645e7fd00000"' expires: - '-1' pragma: @@ -691,12 +647,12 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000005?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000005?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000005","name":"cli000005","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-07T22:48:16.2516769Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-07T22:48:16.2516769Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000005","name":"cli000005","type":"microsoft.devcenter/projects","location":"canadacentral","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-12T18:04:48.5835707Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-12T18:04:48.5835707Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}}' headers: cache-control: - no-cache @@ -705,9 +661,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:48:50 GMT + - Fri, 12 May 2023 18:05:23 GMT etag: - - '"01007d68-0000-3300-0000-63e2d53a0000"' + - '"ab00e39d-0000-0a00-0000-645e7fd00000"' expires: - '-1' pragma: @@ -737,12 +693,14 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: GET uri: https://graph.microsoft.com/v1.0/me response: body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#users/$entity","id":"17755109-de29-4032-8853-f390afd630a2"}' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#users/$entity","businessPhones":["+1 + (425) 7041454"],"displayName":"Amanda Lim","givenName":"Amanda","jobTitle":"SOFTWARE + ENGINEER II","mail":"Amanda.Lim@microsoft.com","mobilePhone":null,"officeLocation":"18/Mobile","preferredLanguage":null,"surname":"Lim","userPrincipalName":"amlim@microsoft.com","id":"17755109-de29-4032-8853-f390afd630a2"}' headers: cache-control: - no-cache @@ -751,11 +709,11 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Tue, 07 Feb 2023 22:48:51 GMT + - Fri, 12 May 2023 18:05:24 GMT odata-version: - '4.0' request-id: - - c9604e78-bee5-4e26-8277-d63a17769eca + - c8ce50a0-31f9-4a46-8c48-e57728605bfb strict-transport-security: - max-age=31536000 transfer-encoding: @@ -763,7 +721,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"003","RoleInstance":"SJ1PEPF00000D02"}}' + - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"004","RoleInstance":"BY3PEPF0001C150"}}' x-ms-resource-unit: - '1' status: @@ -783,7 +741,7 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: GET uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2717755109-de29-4032-8853-f390afd630a2%27%29 response: @@ -797,11 +755,11 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Tue, 07 Feb 2023 22:48:52 GMT + - Fri, 12 May 2023 18:05:24 GMT odata-version: - '4.0' request-id: - - 653038b9-c211-42a8-a65c-45f8db7f51d1 + - e878a519-3651-411d-a1b9-ed142171da91 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -809,7 +767,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"003","RoleInstance":"SJ1PEPF00000D01"}}' + - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"004","RoleInstance":"BY3PEPF00010596"}}' x-ms-resource-unit: - '1' status: @@ -834,12 +792,14 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds response: body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.user","id":"17755109-de29-4032-8853-f390afd630a2"}]}' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.user","id":"17755109-de29-4032-8853-f390afd630a2","businessPhones":["+1 + (425) 7041454"],"displayName":"Amanda Lim","givenName":"Amanda","jobTitle":"SOFTWARE + ENGINEER II","mail":"Amanda.Lim@microsoft.com","mobilePhone":null,"officeLocation":"18/Mobile","preferredLanguage":null,"surname":"Lim","userPrincipalName":"amlim@microsoft.com"}]}' headers: cache-control: - no-cache @@ -848,13 +808,13 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Tue, 07 Feb 2023 22:48:51 GMT + - Fri, 12 May 2023 18:05:25 GMT location: - https://graph.microsoft.com odata-version: - '4.0' request-id: - - 5865dda5-f7ce-4a6a-9d60-45cb8228a597 + - dec46c64-2e6f-47b2-b219-0ee1f21f5e92 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -862,7 +822,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"003","RoleInstance":"SJ1PEPF000011B2"}}' + - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"004","RoleInstance":"BY3PEPF00026BB1"}}' x-ms-resource-unit: - '3' status: @@ -883,19 +843,17 @@ interactions: Content-Length: - '258' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.44.1 - accept-language: - - en-US + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000005/providers/Microsoft.Authorization/roleAssignments/4a5911b1-6724-4474-9d5c-c834a729ad99?api-version=2020-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000005/providers/Microsoft.Authorization/roleAssignments/3dfb493a-95a9-49dd-8aa5-8a9d79549b81?api-version=2022-04-01 response: body: - string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e40d4e-8d2e-438d-97e1-9528336e149c","principalId":"17755109-de29-4032-8853-f390afd630a2","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000005","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T22:48:55.0260236Z","updatedOn":"2023-02-07T22:48:55.8950586Z","createdBy":null,"updatedBy":"17755109-de29-4032-8853-f390afd630a2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000005/providers/Microsoft.Authorization/roleAssignments/4a5911b1-6724-4474-9d5c-c834a729ad99","type":"Microsoft.Authorization/roleAssignments","name":"4a5911b1-6724-4474-9d5c-c834a729ad99"}' + string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18e40d4e-8d2e-438d-97e1-9528336e149c","principalId":"17755109-de29-4032-8853-f390afd630a2","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000005","condition":null,"conditionVersion":null,"createdOn":"2023-05-12T18:05:26.2758404Z","updatedOn":"2023-05-12T18:05:26.7538540Z","createdBy":null,"updatedBy":"17755109-de29-4032-8853-f390afd630a2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000005/providers/Microsoft.Authorization/roleAssignments/3dfb493a-95a9-49dd-8aa5-8a9d79549b81","type":"Microsoft.Authorization/roleAssignments","name":"3dfb493a-95a9-49dd-8aa5-8a9d79549b81"}' headers: cache-control: - no-cache @@ -904,7 +862,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:48:56 GMT + - Fri, 12 May 2023 18:05:28 GMT expires: - '-1' pragma: @@ -916,7 +874,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' status: code: 201 message: Created @@ -938,23 +896,23 @@ interactions: ParameterSetName: - --dev-center --resource-group --name --tags User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/environmentTypes/c000006?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/environmentTypes/c000006?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/environmentTypes/c000006","name":"c000006","type":"microsoft.devcenter/devcenters/environmenttypes","tags":{"val1":"key1"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-07T22:48:58.3804911Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-07T22:48:58.3804911Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/environmentTypes/c000006","name":"c000006","type":"microsoft.devcenter/devcenters/environmenttypes","tags":{"val1":"key1"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-12T18:05:29.419737Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-12T18:05:29.419737Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '539' + - '537' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:48:58 GMT + - Fri, 12 May 2023 18:05:29 GMT etag: - - '"00007001-0000-3300-0000-63e2d55b0000"' + - '"4401c7e0-0000-0a00-0000-645e7fea0000"' expires: - '-1' pragma: @@ -974,19 +932,19 @@ interactions: x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-07T22:49:05.8785414Z' + - '2023-05-12T18:06:30.0936869Z' status: code: 200 message: OK - request: body: '{"identity": {"type": "SystemAssigned, UserAssigned", "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000004": - {}}}, "location": "centraluseuap", "properties": {"deploymentTargetId": "/subscriptions/00000000-0000-0000-0000-000000000000", - "status": "Enabled", "creatorRoleAssignment": {"roles": {"8e3af657-a8ff-443c-a75c-2fe8c4bcb635": - {}}}, "userRoleAssignments": {"372af6b0-34ea-4dcf-b68c-615fb6db8b92": {"roles": - {"8e3af657-a8ff-443c-a75c-2fe8c4bcb635": {}}}}}}' + {}}}, "location": "canadacentral", "properties": {"creatorRoleAssignment": {"roles": + {"8e3af657-a8ff-443c-a75c-2fe8c4bcb635": {}}}, "deploymentTargetId": "/subscriptions/00000000-0000-0000-0000-000000000000", + "status": "Enabled", "userRoleAssignments": {"dacb6eb5-97b7-42ed-99c1-489d33daf283": + {"roles": {"8e3af657-a8ff-443c-a75c-2fe8c4bcb635": {}}}}}}' headers: Accept: - application/json @@ -1004,13 +962,13 @@ interactions: - --project --environment-type-name --deployment-target-id --status --identity-type --user-assigned-identities --user-role-assignments --location --roles --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000005/environmentTypes/c000006?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000005/environmentTypes/c000006?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000005/environmentTypes/c000006","name":"c000006","type":"microsoft.devcenter/projects/environmenttypes","location":"centraluseuap","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-07T22:49:00.2636948Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-07T22:49:00.2636948Z"},"identity":{"principalId":"676e2be3-0c11-4859-b0e4-c48d9ad830c7","tenantId":"00000000-0000-0000-0000-000000000000","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000004":{"principalId":"372af6b0-34ea-4dcf-b68c-615fb6db8b92","clientId":"604e49ca-0d88-478d-8cb9-0ddde3588e8c"}}},"properties":{"provisioningState":"Succeeded","deploymentTargetId":"/subscriptions/00000000-0000-0000-0000-000000000000","status":"Enabled","creatorRoleAssignment":{"roles":{"8e3af657-a8ff-443c-a75c-2fe8c4bcb635":{}}},"userRoleAssignments":{"372af6b0-34ea-4dcf-b68c-615fb6db8b92":{"roles":{"8e3af657-a8ff-443c-a75c-2fe8c4bcb635":{}}}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000005/environmentTypes/c000006","name":"c000006","type":"microsoft.devcenter/projects/environmenttypes","location":"canadacentral","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-12T18:05:30.8649498Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-12T18:05:30.8649498Z"},"identity":{"principalId":"01cbb87a-4998-4be7-98bc-064981f079db","tenantId":"00000000-0000-0000-0000-000000000000","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000004":{"principalId":"dacb6eb5-97b7-42ed-99c1-489d33daf283","clientId":"020eaf20-a2b9-4ce6-a29c-fe6340e61b55"}}},"properties":{"provisioningState":"Succeeded","deploymentTargetId":"/subscriptions/00000000-0000-0000-0000-000000000000","status":"Enabled","creatorRoleAssignment":{"roles":{"8e3af657-a8ff-443c-a75c-2fe8c4bcb635":{}}},"userRoleAssignments":{"dacb6eb5-97b7-42ed-99c1-489d33daf283":{"roles":{"8e3af657-a8ff-443c-a75c-2fe8c4bcb635":{}}}}}}' headers: cache-control: - no-cache @@ -1019,9 +977,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:49:04 GMT + - Fri, 12 May 2023 18:05:35 GMT etag: - - '"20000679-0000-3300-0000-63e2d5600000"' + - '"c40059ab-0000-0a00-0000-645e7fef0000"' expires: - '-1' pragma: @@ -1041,9 +999,9 @@ interactions: x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '297' + - '298' x-rate-limit-reset: - - '2023-02-07T22:49:05.8785414Z' + - '2023-05-12T18:05:50.5639598Z' status: code: 200 message: OK @@ -1061,9 +1019,9 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: GET - uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%27372af6b0-34ea-4dcf-b68c-615fb6db8b92%27%29 + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%27dacb6eb5-97b7-42ed-99c1-489d33daf283%27%29 response: body: string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' @@ -1075,11 +1033,11 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Tue, 07 Feb 2023 22:49:05 GMT + - Fri, 12 May 2023 18:05:35 GMT odata-version: - '4.0' request-id: - - 1ac3351d-83d0-4078-bc91-e0a40a5a47db + - 42c58786-9ab5-42c9-99d6-dcb685a311be strict-transport-security: - max-age=31536000 transfer-encoding: @@ -1087,14 +1045,14 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"003","RoleInstance":"SJ1PEPF000011AB"}}' + - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"001","RoleInstance":"BY1PEPF0000ACFF"}}' x-ms-resource-unit: - '1' status: code: 200 message: OK - request: - body: '{"ids": ["372af6b0-34ea-4dcf-b68c-615fb6db8b92"], "types": ["user", "group", + body: '{"ids": ["dacb6eb5-97b7-42ed-99c1-489d33daf283"], "types": ["user", "group", "servicePrincipal", "directoryObjectPartnerReference"]}' headers: Accept: @@ -1112,12 +1070,12 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds response: body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"372af6b0-34ea-4dcf-b68c-615fb6db8b92","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=True","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000004"],"appDisplayName":null,"appDescription":null,"appId":"604e49ca-0d88-478d-8cb9-0ddde3588e8c","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-02-07T22:44:29Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"testid_000004","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["604e49ca-0d88-478d-8cb9-0ddde3588e8c","https://identity.azure.net/j24EnySjwoac3KgXSYVEFvuSKoNtvO2H1Y8YMZ0SBc4="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"42B61FA763C0706C7074F5D66EF91FECAC1DC99F","displayName":"CN=604e49ca-0d88-478d-8cb9-0ddde3588e8c","endDateTime":"2023-05-08T22:39:00Z","key":null,"keyId":"1cce9dd5-c561-4064-a3d1-f6d53e10db8d","startDateTime":"2023-02-07T22:39:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"dacb6eb5-97b7-42ed-99c1-489d33daf283","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=True","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000004"],"appDisplayName":null,"appDescription":null,"appId":"020eaf20-a2b9-4ce6-a29c-fe6340e61b55","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-05-12T18:02:08Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"testid_000004","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["020eaf20-a2b9-4ce6-a29c-fe6340e61b55","https://identity.azure.net/71RCRm9sjLO3WeRYeC4pmZEov8AR1RxFiyJvV69KBBo="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"B38F23DCAE8906221164DD260BDCAB57284CF10D","displayName":"CN=020eaf20-a2b9-4ce6-a29c-fe6340e61b55","endDateTime":"2023-08-10T17:57:00Z","key":null,"keyId":"3022b6eb-3a3d-4ca4-acb9-04d2badf1adc","startDateTime":"2023-05-12T17:57:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' headers: cache-control: - no-cache @@ -1126,13 +1084,13 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Tue, 07 Feb 2023 22:49:05 GMT + - Fri, 12 May 2023 18:05:36 GMT location: - https://graph.microsoft.com odata-version: - '4.0' request-id: - - aa825884-97a3-46ec-9a5e-2377511d60eb + - 8216a19d-e507-47f7-abc7-26b633771c2e strict-transport-security: - max-age=31536000 transfer-encoding: @@ -1140,7 +1098,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"003","RoleInstance":"SJ1PEPF000011B0"}}' + - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"001","RoleInstance":"BY1PEPF0000B850"}}' x-ms-resource-unit: - '3' status: @@ -1160,12 +1118,10 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.44.1 - accept-language: - - en-US + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Owner%27&api-version=2018-01-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Owner%27&api-version=2022-04-01 response: body: string: '{"value":[{"properties":{"roleName":"Owner","type":"BuiltInRole","description":"Grants @@ -1179,7 +1135,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:49:06 GMT + - Fri, 12 May 2023 18:05:36 GMT expires: - '-1' pragma: @@ -1199,7 +1155,7 @@ interactions: message: OK - request: body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635", - "principalId": "372af6b0-34ea-4dcf-b68c-615fb6db8b92", "principalType": "ServicePrincipal"}}' + "principalId": "dacb6eb5-97b7-42ed-99c1-489d33daf283", "principalType": "ServicePrincipal"}}' headers: Accept: - application/json @@ -1212,21 +1168,19 @@ interactions: Content-Length: - '270' Content-Type: - - application/json; charset=utf-8 + - application/json Cookie: - x-ms-gateway-slice=Production ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.44.1 - accept-language: - - en-US + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/bb0eaefa-84ac-4003-90b0-9d1800c4d829?api-version=2020-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/7fc5a865-ad55-411e-81b4-b08dfe02f43a?api-version=2022-04-01 response: body: - string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"372af6b0-34ea-4dcf-b68c-615fb6db8b92","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-07T22:49:07.8591267Z","updatedOn":"2023-02-07T22:49:08.7381408Z","createdBy":null,"updatedBy":"17755109-de29-4032-8853-f390afd630a2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/bb0eaefa-84ac-4003-90b0-9d1800c4d829","type":"Microsoft.Authorization/roleAssignments","name":"bb0eaefa-84ac-4003-90b0-9d1800c4d829"}' + string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"dacb6eb5-97b7-42ed-99c1-489d33daf283","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-05-12T18:05:37.2679654Z","updatedOn":"2023-05-12T18:05:37.7632845Z","createdBy":null,"updatedBy":"17755109-de29-4032-8853-f390afd630a2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/7fc5a865-ad55-411e-81b4-b08dfe02f43a","type":"Microsoft.Authorization/roleAssignments","name":"7fc5a865-ad55-411e-81b4-b08dfe02f43a"}' headers: cache-control: - no-cache @@ -1235,7 +1189,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:49:09 GMT + - Fri, 12 May 2023 18:05:39 GMT expires: - '-1' pragma: @@ -1250,9 +1204,200 @@ interactions: code: 201 message: Created - request: - body: '{"properties": {"gitHub": {"uri": "https://github.com/amandalim95/Project-Fidalgo-PrivatePreview.git", - "branch": "main", "secretIdentifier": "https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000", - "path": "/Catalog_v2"}}}' + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - keyvault set-policy + Connection: + - keep-alive + ParameterSetName: + - -n --secret-permissions --object-id + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-keyvault/10.2.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.KeyVault%2Fvaults%27&api-version=2015-11-01 + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amlim-test/providers/Microsoft.KeyVault/vaults/amlim-cli","name":"amlim-cli","type":"Microsoft.KeyVault/vaults","location":"centraluseuap","tags":{}}]}' + headers: + cache-control: + - no-cache + content-length: + - '9068' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 12 May 2023 18:05:40 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - keyvault set-policy + Connection: + - keep-alive + ParameterSetName: + - -n --secret-permissions --object-id + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-keyvault/10.2.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amlim-test/providers/Microsoft.KeyVault/vaults/amlim-cli?api-version=2023-02-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amlim-test/providers/Microsoft.KeyVault/vaults/amlim-cli","name":"amlim-cli","type":"Microsoft.KeyVault/vaults","location":"centraluseuap","tags":{},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T21:53:53.715Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T19:45:59.278Z"},"properties":{"sku":{"family":"A","name":"Standard"},"tenantId":"00000000-0000-0000-0000-000000000000","accessPolicies":[{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"17755109-de29-4032-8853-f390afd630a2","permissions":{"keys":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","GetRotationPolicy","SetRotationPolicy","Rotate"],"secrets":["Get","List","Set","Delete","Recover","Backup","Restore"],"certificates":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","ManageContacts","ManageIssuers","GetIssuers","ListIssuers","SetIssuers","DeleteIssuers"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"ad2ce12f-ad89-4409-a8f2-24eae29c990e","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"3841ff12-a992-43fa-a9d1-9898c4b781e2","permissions":{"secrets":["get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"355d68e0-d18a-4a4b-8d53-6fc0eb181c16","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"d63025ac-cc25-4a10-b5fd-b4671f4fae2b","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"356a6bcb-cdac-4da9-bca8-0a46d15f71ba","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"81b114e3-abab-4ce3-93cd-cf79e8f3314c","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"5da515dd-88db-494e-88d9-6c441a697fd8","permissions":{"secrets":["list","get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"ae17b391-a6d1-4697-9a1d-f7f3925560cf","permissions":{"secrets":["list","get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"fd4b8d99-4f80-4378-936e-40266b86faf3","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"2e9e8c74-b7e7-426f-9e3a-44168b220773","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"785f29d7-6c8d-46ca-9e47-3b8fcc2b0314","permissions":{"secrets":["list","get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"c5ccdb9d-4746-4ffb-8529-2c1be351df3e","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"5f7e8c23-b9aa-498f-98ed-f25aa53de88a","permissions":{"secrets":["list","get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"1be1bd2c-80ac-4192-85cf-72e67514bfa0","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"caca0b9b-35d0-448c-a5d9-ea7c1d8b26a7","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"d10f1ef2-f2b4-4d67-993d-f800db2e82e2","permissions":{"secrets":["list","get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"aa07cf6a-db1a-42d0-960a-89ace5ab5185","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"91839a8c-71c6-4db9-a899-02e34f332a45","permissions":{"secrets":["get","list"]}}],"enabledForDeployment":false,"enabledForDiskEncryption":false,"enabledForTemplateDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enableRbacAuthorization":false,"vaultUri":"https://amlim-cli.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' + headers: + cache-control: + - no-cache + content-length: + - '3940' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 12 May 2023 18:05:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-keyvault-service-version: + - 1.5.770.0 + status: + code: 200 + message: OK +- request: + body: '{"location": "centraluseuap", "tags": {}, "properties": {"tenantId": "00000000-0000-0000-0000-000000000000", + "sku": {"family": "A", "name": "Standard"}, "accessPolicies": [{"tenantId": + "00000000-0000-0000-0000-000000000000", "objectId": "17755109-de29-4032-8853-f390afd630a2", + "permissions": {"keys": ["Get", "List", "Update", "Create", "Import", "Delete", + "Recover", "Backup", "Restore", "GetRotationPolicy", "SetRotationPolicy", "Rotate"], + "secrets": ["Get", "List", "Set", "Delete", "Recover", "Backup", "Restore"], + "certificates": ["Get", "List", "Update", "Create", "Import", "Delete", "Recover", + "Backup", "Restore", "ManageContacts", "ManageIssuers", "GetIssuers", "ListIssuers", + "SetIssuers", "DeleteIssuers"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", + "objectId": "ad2ce12f-ad89-4409-a8f2-24eae29c990e", "permissions": {"secrets": + ["get", "list"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": + "3841ff12-a992-43fa-a9d1-9898c4b781e2", "permissions": {"secrets": ["get"]}}, + {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": "355d68e0-d18a-4a4b-8d53-6fc0eb181c16", + "permissions": {"secrets": ["get", "list"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", + "objectId": "d63025ac-cc25-4a10-b5fd-b4671f4fae2b", "permissions": {"secrets": + ["get", "list"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": + "356a6bcb-cdac-4da9-bca8-0a46d15f71ba", "permissions": {"secrets": ["get", "list"]}}, + {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": "81b114e3-abab-4ce3-93cd-cf79e8f3314c", + "permissions": {"secrets": ["get", "list"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", + "objectId": "5da515dd-88db-494e-88d9-6c441a697fd8", "permissions": {"secrets": + ["list", "get"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": + "ae17b391-a6d1-4697-9a1d-f7f3925560cf", "permissions": {"secrets": ["list", + "get"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": "fd4b8d99-4f80-4378-936e-40266b86faf3", + "permissions": {"secrets": ["get", "list"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", + "objectId": "2e9e8c74-b7e7-426f-9e3a-44168b220773", "permissions": {"secrets": + ["get", "list"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": + "785f29d7-6c8d-46ca-9e47-3b8fcc2b0314", "permissions": {"secrets": ["list", + "get"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": "c5ccdb9d-4746-4ffb-8529-2c1be351df3e", + "permissions": {"secrets": ["get", "list"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", + "objectId": "5f7e8c23-b9aa-498f-98ed-f25aa53de88a", "permissions": {"secrets": + ["list", "get"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": + "1be1bd2c-80ac-4192-85cf-72e67514bfa0", "permissions": {"secrets": ["get", "list"]}}, + {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": "caca0b9b-35d0-448c-a5d9-ea7c1d8b26a7", + "permissions": {"secrets": ["get", "list"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", + "objectId": "d10f1ef2-f2b4-4d67-993d-f800db2e82e2", "permissions": {"secrets": + ["list", "get"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": + "aa07cf6a-db1a-42d0-960a-89ace5ab5185", "permissions": {"secrets": ["get", "list"]}}, + {"tenantId": "00000000-0000-0000-0000-000000000000", "objectId": "91839a8c-71c6-4db9-a899-02e34f332a45", + "permissions": {"secrets": ["get", "list"]}}, {"tenantId": "00000000-0000-0000-0000-000000000000", + "objectId": "dacb6eb5-97b7-42ed-99c1-489d33daf283", "permissions": {"secrets": + ["list", "get"]}}], "vaultUri": "https://amlim-cli.vault.azure.net/", "enabledForDeployment": + false, "enabledForDiskEncryption": false, "enabledForTemplateDeployment": false, + "enableSoftDelete": true, "softDeleteRetentionInDays": 90, "enableRbacAuthorization": + false, "provisioningState": "Succeeded", "publicNetworkAccess": "Enabled"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - keyvault set-policy + Connection: + - keep-alive + Content-Length: + - '3899' + Content-Type: + - application/json + ParameterSetName: + - -n --secret-permissions --object-id + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-keyvault/10.2.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amlim-test/providers/Microsoft.KeyVault/vaults/amlim-cli?api-version=2023-02-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amlim-test/providers/Microsoft.KeyVault/vaults/amlim-cli","name":"amlim-cli","type":"Microsoft.KeyVault/vaults","location":"centraluseuap","tags":{},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T21:53:53.715Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-12T18:05:41.378Z"},"properties":{"sku":{"family":"A","name":"Standard"},"tenantId":"00000000-0000-0000-0000-000000000000","accessPolicies":[{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"17755109-de29-4032-8853-f390afd630a2","permissions":{"keys":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","GetRotationPolicy","SetRotationPolicy","Rotate"],"secrets":["Get","List","Set","Delete","Recover","Backup","Restore"],"certificates":["Get","List","Update","Create","Import","Delete","Recover","Backup","Restore","ManageContacts","ManageIssuers","GetIssuers","ListIssuers","SetIssuers","DeleteIssuers"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"ad2ce12f-ad89-4409-a8f2-24eae29c990e","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"3841ff12-a992-43fa-a9d1-9898c4b781e2","permissions":{"secrets":["get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"355d68e0-d18a-4a4b-8d53-6fc0eb181c16","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"d63025ac-cc25-4a10-b5fd-b4671f4fae2b","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"356a6bcb-cdac-4da9-bca8-0a46d15f71ba","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"81b114e3-abab-4ce3-93cd-cf79e8f3314c","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"5da515dd-88db-494e-88d9-6c441a697fd8","permissions":{"secrets":["list","get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"ae17b391-a6d1-4697-9a1d-f7f3925560cf","permissions":{"secrets":["list","get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"fd4b8d99-4f80-4378-936e-40266b86faf3","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"2e9e8c74-b7e7-426f-9e3a-44168b220773","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"785f29d7-6c8d-46ca-9e47-3b8fcc2b0314","permissions":{"secrets":["list","get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"c5ccdb9d-4746-4ffb-8529-2c1be351df3e","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"5f7e8c23-b9aa-498f-98ed-f25aa53de88a","permissions":{"secrets":["list","get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"1be1bd2c-80ac-4192-85cf-72e67514bfa0","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"caca0b9b-35d0-448c-a5d9-ea7c1d8b26a7","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"d10f1ef2-f2b4-4d67-993d-f800db2e82e2","permissions":{"secrets":["list","get"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"aa07cf6a-db1a-42d0-960a-89ace5ab5185","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"91839a8c-71c6-4db9-a899-02e34f332a45","permissions":{"secrets":["get","list"]}},{"tenantId":"00000000-0000-0000-0000-000000000000","objectId":"dacb6eb5-97b7-42ed-99c1-489d33daf283","permissions":{"secrets":["list","get"]}}],"enabledForDeployment":false,"enabledForDiskEncryption":false,"enabledForTemplateDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enableRbacAuthorization":false,"vaultUri":"https://amlim-cli.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' + headers: + cache-control: + - no-cache + content-length: + - '4083' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 12 May 2023 18:05:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-keyvault-service-version: + - 1.5.770.0 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: '{"properties": {"gitHub": {"branch": "main", "path": "/Environments", "secretIdentifier": + "https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000", + "uri": "https://domain.com/dummy/dummy.git"}}}' headers: Accept: - application/json @@ -1263,31 +1408,31 @@ interactions: Connection: - keep-alive Content-Length: - - '253' + - '243' Content-Type: - application/json ParameterSetName: - --dev-center --name --git-hub --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000007?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000007?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000007","name":"c2000007","type":"microsoft.devcenter/devcenters/catalogs","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-07T22:49:15.3980085Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-07T22:49:15.3980085Z"},"properties":{"provisioningState":"Accepted","syncState":"InProgress","gitHub":{"uri":"https://github.com/amandalim95/Project-Fidalgo-PrivatePreview.git","branch":"main","secretIdentifier":"https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000","path":"/Catalog_v2"}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000007","name":"c2000007","type":"microsoft.devcenter/devcenters/catalogs","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-12T18:05:41.9212255Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-12T18:05:41.9212255Z"},"properties":{"provisioningState":"Accepted","syncState":"InProgress","gitHub":{"uri":"https://domain.com/dummy/dummy.git","branch":"main","secretIdentifier":"https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000","path":"/Environments"}}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/45086bbc-d72c-4f6e-a809-ef2d9d2312fd*52F6017477309BCCBD0DFBFD35E56F2DE0EB856DD1DB2D41AE6798144F61B695?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/229514bb-b19d-4e07-9c40-4aeb69a19410*7F7CA416FDDCB5049D100CFC8F59C522D98EDE3B0648816B42B3E63342F3471F?api-version=2023-04-01 cache-control: - no-cache content-length: - - '754' + - '744' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:49:16 GMT + - Fri, 12 May 2023 18:05:43 GMT etag: - - '"0000da1a-0000-3300-0000-63e2d56c0000"' + - '"2400a757-0000-0a00-0000-645e7ff70000"' expires: - '-1' pragma: @@ -1303,9 +1448,9 @@ interactions: x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '296' x-rate-limit-reset: - - '2023-02-07T22:50:15.7532805Z' + - '2023-05-12T18:05:49.0524210Z' status: code: 201 message: Created @@ -1323,24 +1468,24 @@ interactions: ParameterSetName: - --dev-center --name --git-hub --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/45086bbc-d72c-4f6e-a809-ef2d9d2312fd*52F6017477309BCCBD0DFBFD35E56F2DE0EB856DD1DB2D41AE6798144F61B695?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/229514bb-b19d-4e07-9c40-4aeb69a19410*7F7CA416FDDCB5049D100CFC8F59C522D98EDE3B0648816B42B3E63342F3471F?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/45086bbc-d72c-4f6e-a809-ef2d9d2312fd*52F6017477309BCCBD0DFBFD35E56F2DE0EB856DD1DB2D41AE6798144F61B695","name":"45086bbc-d72c-4f6e-a809-ef2d9d2312fd*52F6017477309BCCBD0DFBFD35E56F2DE0EB856DD1DB2D41AE6798144F61B695","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000007","status":"Succeeded","startTime":"2023-02-07T22:49:15.7826718Z","endTime":"2023-02-07T22:49:35.0923625Z","properties":["Successfully + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/229514bb-b19d-4e07-9c40-4aeb69a19410*7F7CA416FDDCB5049D100CFC8F59C522D98EDE3B0648816B42B3E63342F3471F","name":"229514bb-b19d-4e07-9c40-4aeb69a19410*7F7CA416FDDCB5049D100CFC8F59C522D98EDE3B0648816B42B3E63342F3471F","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000007","status":"Succeeded","startTime":"2023-05-12T18:05:42.394351Z","endTime":"2023-05-12T18:05:56.434209Z","properties":["Successfully synced 3 catalog items."]}' headers: cache-control: - no-cache content-length: - - '669' + - '667' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:49:46 GMT + - Fri, 12 May 2023 18:06:13 GMT etag: - - '"00008715-0000-3300-0000-63e2d57f0000"' + - '"bf009435-0000-0a00-0000-645e80040000"' expires: - '-1' pragma: @@ -1370,23 +1515,23 @@ interactions: ParameterSetName: - --dev-center --name --git-hub --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000007?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000007?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000007","name":"c2000007","type":"microsoft.devcenter/devcenters/catalogs","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-07T22:49:15.3980085Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-07T22:49:15.3980085Z"},"properties":{"provisioningState":"Succeeded","syncState":"Succeeded","gitHub":{"uri":"https://github.com/amandalim95/Project-Fidalgo-PrivatePreview.git","branch":"main","secretIdentifier":"https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000","path":"/Catalog_v2"},"lastSyncTime":"2023-02-07T22:49:34.7708229Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000007","name":"c2000007","type":"microsoft.devcenter/devcenters/catalogs","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-12T18:05:41.9212255Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-12T18:05:41.9212255Z"},"properties":{"provisioningState":"Succeeded","syncState":"Succeeded","gitHub":{"uri":"https://domain.com/dummy/dummy.git","branch":"main","secretIdentifier":"https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000","path":"/Environments"},"lastSyncTime":"2023-05-12T18:05:55.9162336Z"}}' headers: cache-control: - no-cache content-length: - - '800' + - '790' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:49:46 GMT + - Fri, 12 May 2023 18:06:13 GMT etag: - - '"0000df1a-0000-3300-0000-63e2d57f0000"' + - '"2400cc57-0000-0a00-0000-645e80040000"' expires: - '-1' pragma: @@ -1408,7 +1553,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1420,15 +1565,15 @@ interactions: ParameterSetName: - --dev-center --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000007/sync?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000007/sync?api-version=2023-04-01 response: body: string: '{}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/222f660c-4297-400c-b92a-cac6e0bc50d0*52F6017477309BCCBD0DFBFD35E56F2DE0EB856DD1DB2D41AE6798144F61B695?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/75104946-fd14-4adc-a7da-d6379dbd4e32*7F7CA416FDDCB5049D100CFC8F59C522D98EDE3B0648816B42B3E63342F3471F?api-version=2023-04-01 cache-control: - no-cache content-length: @@ -1436,11 +1581,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:49:53 GMT + - Fri, 12 May 2023 18:06:15 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/222f660c-4297-400c-b92a-cac6e0bc50d0*52F6017477309BCCBD0DFBFD35E56F2DE0EB856DD1DB2D41AE6798144F61B695?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/75104946-fd14-4adc-a7da-d6379dbd4e32*7F7CA416FDDCB5049D100CFC8F59C522D98EDE3B0648816B42B3E63342F3471F?api-version=2023-04-01 pragma: - no-cache strict-transport-security: @@ -1450,13 +1595,13 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1192' + - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-07T22:50:15.7532805Z' + - '2023-05-12T18:07:14.9271656Z' status: code: 202 message: Accepted @@ -1474,24 +1619,24 @@ interactions: ParameterSetName: - --dev-center --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/222f660c-4297-400c-b92a-cac6e0bc50d0*52F6017477309BCCBD0DFBFD35E56F2DE0EB856DD1DB2D41AE6798144F61B695?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/75104946-fd14-4adc-a7da-d6379dbd4e32*7F7CA416FDDCB5049D100CFC8F59C522D98EDE3B0648816B42B3E63342F3471F?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/222f660c-4297-400c-b92a-cac6e0bc50d0*52F6017477309BCCBD0DFBFD35E56F2DE0EB856DD1DB2D41AE6798144F61B695","name":"222f660c-4297-400c-b92a-cac6e0bc50d0*52F6017477309BCCBD0DFBFD35E56F2DE0EB856DD1DB2D41AE6798144F61B695","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000007","status":"Succeeded","startTime":"2023-02-07T22:49:48.022841Z","endTime":"2023-02-07T22:50:05.861259Z","properties":["Successfully + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/75104946-fd14-4adc-a7da-d6379dbd4e32*7F7CA416FDDCB5049D100CFC8F59C522D98EDE3B0648816B42B3E63342F3471F","name":"75104946-fd14-4adc-a7da-d6379dbd4e32*7F7CA416FDDCB5049D100CFC8F59C522D98EDE3B0648816B42B3E63342F3471F","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000003/catalogs/c2000007","status":"Succeeded","startTime":"2023-05-12T18:06:14.7977794Z","endTime":"2023-05-12T18:06:28.0162351Z","properties":["Successfully synced 3 catalog items."]}' headers: cache-control: - no-cache content-length: - - '667' + - '669' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:50:23 GMT + - Fri, 12 May 2023 18:06:45 GMT etag: - - '"00008915-0000-3300-0000-63e2d59d0000"' + - '"bf00a235-0000-0a00-0000-645e80240000"' expires: - '-1' pragma: @@ -1529,12 +1674,12 @@ interactions: ParameterSetName: - --dev-center --project User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000005","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000005","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: cache-control: - no-cache @@ -1543,7 +1688,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:50:23 GMT + - Fri, 12 May 2023 18:06:46 GMT expires: - '-1' pragma: @@ -1561,7 +1706,7 @@ interactions: x-ms-ratelimit-remaining-tenant-resource-requests: - '14' x-ms-resource-graph-request-duration: - - '0:00:00:00.4141677' + - '0:00:00:00.2825418' x-ms-user-quota-remaining: - '14' x-ms-user-quota-resets-after: @@ -1583,10 +1728,10 @@ interactions: ParameterSetName: - --dev-center --project User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/users/me/environments?api-version=2022-11-11-preview + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/environments?api-version=2023-04-01 response: body: string: "{\n \"value\": []\n}" @@ -1598,7 +1743,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:50:25 GMT + - Fri, 12 May 2023 18:06:48 GMT strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -1606,7 +1751,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T22:51:25.1173341Z' + - '2023-05-12T18:07:46.7080214Z' status: code: 200 message: OK @@ -1630,15 +1775,15 @@ interactions: Content-Type: - application/json ParameterSetName: - - --catalog-item-name --catalog-name --name --environment-type --dev-center - --project + - --catalog-name --name --environment-type --dev-center --project --parameters + --environment-definition-name User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000005","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000005","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: cache-control: - no-cache @@ -1647,7 +1792,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:50:26 GMT + - Fri, 12 May 2023 18:06:49 GMT expires: - '-1' pragma: @@ -1665,7 +1810,7 @@ interactions: x-ms-ratelimit-remaining-tenant-resource-requests: - '13' x-ms-resource-graph-request-duration: - - '0:00:00:00.4607456' + - '0:00:00:00.7414293' x-ms-user-quota-remaining: - '13' x-ms-user-quota-resets-after: @@ -1674,8 +1819,7 @@ interactions: code: 200 message: OK - request: - body: '{"catalogName": "c2000007", "catalogItemName": "Empty", "environmentType": - "c000006"}' + body: null headers: Accept: - application/json @@ -1685,133 +1829,1045 @@ interactions: - devcenter dev environment create Connection: - keep-alive - Content-Length: - - '85' - Content-Type: - - application/json ParameterSetName: - - --catalog-item-name --catalog-name --name --environment-type --dev-center - --project + - --catalog-name --name --environment-type --dev-center --project --parameters + --environment-definition-name User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/users/me/environments/cli000002?api-version=2022-11-11-preview + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/users/me/environments?api-version=2023-04-01 response: body: - string: "{\n \"scheduledTasks\": {},\n \"name\": \"cli000002\",\n \"environmentType\": - \"c000006\",\n \"user\": \"17755109-de29-4032-8853-f390afd630a2\",\n \"provisioningState\": - \"Creating\",\n \"catalogName\": \"c2000007\",\n \"catalogItemName\": \"Empty\",\n - \ \"tags\": {}\n}" + string: "{\n \"value\": []\n}" headers: connection: - keep-alive content-length: - - '239' + - '17' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:50:27 GMT + - Fri, 12 May 2023 18:06:50 GMT + strict-transport-security: + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-12T18:07:49.9321885Z' + status: + code: 200 + message: OK +- request: + body: '{"parameters": {"name": "cli-envTest"}, "environmentType": "c000006", "catalogName": + "c2000007", "environmentDefinitionName": "FunctionApp"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev environment create + Connection: + - keep-alive + Content-Length: + - '140' + Content-Type: + - application/json + ParameterSetName: + - --catalog-name --name --environment-type --dev-center --project --parameters + --environment-definition-name + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/users/me/environments/cli000002?api-version=2023-04-01 + response: + body: + string: "{\n \"name\": \"cli000002\",\n \"environmentType\": \"c000006\",\n\ + \ \"user\": \"17755109-de29-4032-8853-f390afd630a2\",\n \"provisioningState\"\ + : \"Creating\",\n \"catalogName\": \"c2000007\",\n \"environmentDefinitionName\"\ + : \"FunctionApp\",\n \"parameters\": {\n \"name\": \"cli-envTest\"\n \ + \ }\n}" + headers: + connection: + - keep-alive + content-length: + - '266' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 12 May 2023 18:06:52 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/91c4790c-36fb-45ac-8e4c-3e5f94762a29?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/91c4790c-36fb-45ac-8e4c-3e5f94762a29 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '298' + x-rate-limit-reset: + - '2023-05-12T18:07:24.7893823Z' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev environment create + Connection: + - keep-alive + ParameterSetName: + - --catalog-name --name --environment-type --dev-center --project --parameters + --environment-definition-name + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/91c4790c-36fb-45ac-8e4c-3e5f94762a29 + response: + body: + string: "{\n \"id\": \"/projects/cli000005/operationStatuses/91c4790c-36fb-45ac-8e4c-3e5f94762a29\"\ + ,\n \"name\": \"91c4790c-36fb-45ac-8e4c-3e5f94762a29\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-12T18:06:51.8129605+00:00\"\n}" + headers: + connection: + - keep-alive + content-length: + - '213' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 12 May 2023 18:07:23 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/91c4790c-36fb-45ac-8e4c-3e5f94762a29?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/91c4790c-36fb-45ac-8e4c-3e5f94762a29 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '297' + x-rate-limit-reset: + - '2023-05-12T18:07:54.8170874Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev environment create + Connection: + - keep-alive + ParameterSetName: + - --catalog-name --name --environment-type --dev-center --project --parameters + --environment-definition-name + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/91c4790c-36fb-45ac-8e4c-3e5f94762a29 + response: + body: + string: "{\n \"id\": \"/projects/cli000005/operationStatuses/91c4790c-36fb-45ac-8e4c-3e5f94762a29\"\ + ,\n \"name\": \"91c4790c-36fb-45ac-8e4c-3e5f94762a29\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-12T18:06:51.8129605+00:00\"\n}" + headers: + connection: + - keep-alive + content-length: + - '213' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 12 May 2023 18:07:53 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/91c4790c-36fb-45ac-8e4c-3e5f94762a29?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/91c4790c-36fb-45ac-8e4c-3e5f94762a29 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-12T18:08:53.5373516Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev environment create + Connection: + - keep-alive + ParameterSetName: + - --catalog-name --name --environment-type --dev-center --project --parameters + --environment-definition-name + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/91c4790c-36fb-45ac-8e4c-3e5f94762a29 + response: + body: + string: "{\n \"id\": \"/projects/cli000005/operationStatuses/91c4790c-36fb-45ac-8e4c-3e5f94762a29\"\ + ,\n \"name\": \"91c4790c-36fb-45ac-8e4c-3e5f94762a29\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-12T18:06:51.8129605+00:00\"\n}" + headers: + connection: + - keep-alive + content-length: + - '213' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 12 May 2023 18:08:24 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/91c4790c-36fb-45ac-8e4c-3e5f94762a29?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/91c4790c-36fb-45ac-8e4c-3e5f94762a29 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '298' + x-rate-limit-reset: + - '2023-05-12T18:08:54.8161241Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev environment create + Connection: + - keep-alive + ParameterSetName: + - --catalog-name --name --environment-type --dev-center --project --parameters + --environment-definition-name + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/91c4790c-36fb-45ac-8e4c-3e5f94762a29 + response: + body: + string: "{\n \"id\": \"/projects/cli000005/operationStatuses/91c4790c-36fb-45ac-8e4c-3e5f94762a29\"\ + ,\n \"name\": \"91c4790c-36fb-45ac-8e4c-3e5f94762a29\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-12T18:06:51.8129605+00:00\"\n}" + headers: + connection: + - keep-alive + content-length: + - '213' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 12 May 2023 18:08:55 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/91c4790c-36fb-45ac-8e4c-3e5f94762a29?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/91c4790c-36fb-45ac-8e4c-3e5f94762a29 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-12T18:09:54.8295418Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev environment create + Connection: + - keep-alive + ParameterSetName: + - --catalog-name --name --environment-type --dev-center --project --parameters + --environment-definition-name + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/91c4790c-36fb-45ac-8e4c-3e5f94762a29 + response: + body: + string: "{\n \"id\": \"/projects/cli000005/operationStatuses/91c4790c-36fb-45ac-8e4c-3e5f94762a29\"\ + ,\n \"name\": \"91c4790c-36fb-45ac-8e4c-3e5f94762a29\",\n \"status\": \"\ + Succeeded\",\n \"startTime\": \"2023-05-12T18:06:51.8129605+00:00\",\n \"\ + endTime\": \"2023-05-12T18:09:22.9650403+00:00\"\n}" + headers: + connection: + - keep-alive + content-length: + - '265' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 12 May 2023 18:09:26 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/91c4790c-36fb-45ac-8e4c-3e5f94762a29?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/91c4790c-36fb-45ac-8e4c-3e5f94762a29 + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-12T18:10:25.6363585Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev environment create + Connection: + - keep-alive + ParameterSetName: + - --catalog-name --name --environment-type --dev-center --project --parameters + --environment-definition-name + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/users/me/environments/cli000002?api-version=2023-04-01 + response: + body: + string: "{\n \"name\": \"cli000002\",\n \"environmentType\": \"c000006\",\n\ + \ \"user\": \"17755109-de29-4032-8853-f390afd630a2\",\n \"provisioningState\"\ + : \"Succeeded\",\n \"resourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli000005-cli000002\"\ + ,\n \"catalogName\": \"c2000007\",\n \"environmentDefinitionName\": \"FunctionApp\"\ + ,\n \"parameters\": {\n \"name\": \"cli-envTest\"\n }\n}" + headers: + connection: + - keep-alive + content-length: + - '378' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 12 May 2023 18:09:26 GMT + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-12T18:10:26.3827672Z' + status: + code: 200 + message: OK +- request: + body: '{"query": " Resources |where type =~''Microsoft.devcenter/projects''\n | + where name =~ ''cli000005''\n | extend devCenterArr = split(properties.devCenterId, + ''/'')\n | extend devCenterName = devCenterArr[array_length(devCenterArr) + -1]\n | where devCenterName =~ ''cli000003''\n | take 1\n | extend + devCenterUri = properties.devCenterUri\n | project name,devCenterUri "}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev environment show + Connection: + - keep-alive + Content-Length: + - '382' + Content-Type: + - application/json + ParameterSetName: + - --name --dev-center --project + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: POST + uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 + response: + body: + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000005","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + headers: + cache-control: + - no-cache + content-length: + - '203' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 12 May 2023 18:09:27 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-tenant-resource-requests: + - '14' + x-ms-resource-graph-request-duration: + - '0:00:00:00.2921645' + x-ms-user-quota-remaining: + - '14' + x-ms-user-quota-resets-after: + - 00:00:05 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev environment show + Connection: + - keep-alive + ParameterSetName: + - --name --dev-center --project + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/users/me/environments/cli000002?api-version=2023-04-01 + response: + body: + string: "{\n \"name\": \"cli000002\",\n \"environmentType\": \"c000006\",\n\ + \ \"user\": \"17755109-de29-4032-8853-f390afd630a2\",\n \"provisioningState\"\ + : \"Succeeded\",\n \"resourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli000005-cli000002\"\ + ,\n \"catalogName\": \"c2000007\",\n \"environmentDefinitionName\": \"FunctionApp\"\ + ,\n \"parameters\": {\n \"name\": \"cli-envTest\"\n }\n}" + headers: + connection: + - keep-alive + content-length: + - '378' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 12 May 2023 18:09:28 GMT + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-12T18:10:28.0466408Z' + status: + code: 200 + message: OK +- request: + body: '{"query": " Resources |where type =~''Microsoft.devcenter/projects''\n | + where name =~ ''cli000005''\n | extend devCenterArr = split(properties.devCenterId, + ''/'')\n | extend devCenterName = devCenterArr[array_length(devCenterArr) + -1]\n | where devCenterName =~ ''cli000003''\n | take 1\n | extend + devCenterUri = properties.devCenterUri\n | project name,devCenterUri "}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev environment update + Connection: + - keep-alive + Content-Length: + - '382' + Content-Type: + - application/json + ParameterSetName: + - --name --dev-center --project --parameters + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: POST + uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 + response: + body: + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000005","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + headers: + cache-control: + - no-cache + content-length: + - '203' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 12 May 2023 18:09:28 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-tenant-resource-requests: + - '13' + x-ms-resource-graph-request-duration: + - '0:00:00:00.5038450' + x-ms-user-quota-remaining: + - '13' + x-ms-user-quota-resets-after: + - 00:00:05 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev environment update + Connection: + - keep-alive + ParameterSetName: + - --name --dev-center --project --parameters + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/users/me/environments/cli000002?api-version=2023-04-01 + response: + body: + string: "{\n \"name\": \"cli000002\",\n \"environmentType\": \"c000006\",\n\ + \ \"user\": \"17755109-de29-4032-8853-f390afd630a2\",\n \"provisioningState\"\ + : \"Succeeded\",\n \"resourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli000005-cli000002\"\ + ,\n \"catalogName\": \"c2000007\",\n \"environmentDefinitionName\": \"FunctionApp\"\ + ,\n \"parameters\": {\n \"name\": \"cli-envTest\"\n }\n}" + headers: + connection: + - keep-alive + content-length: + - '378' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 12 May 2023 18:09:30 GMT + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-12T18:10:29.8376266Z' + status: + code: 200 + message: OK +- request: + body: '{"parameters": {"name": "cli2-envTest"}, "environmentType": "c000006", + "catalogName": "c2000007", "environmentDefinitionName": "FunctionApp"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev environment update + Connection: + - keep-alive + Content-Length: + - '141' + Content-Type: + - application/json + ParameterSetName: + - --name --dev-center --project --parameters + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/users/me/environments/cli000002?api-version=2023-04-01 + response: + body: + string: "{\n \"name\": \"cli000002\",\n \"environmentType\": \"c000006\",\n\ + \ \"user\": \"17755109-de29-4032-8853-f390afd630a2\",\n \"provisioningState\"\ + : \"Succeeded\",\n \"resourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli000005-cli000002\"\ + ,\n \"catalogName\": \"c2000007\",\n \"environmentDefinitionName\": \"FunctionApp\"\ + ,\n \"parameters\": {\n \"name\": \"cli2-envTest\"\n }\n}" + headers: + connection: + - keep-alive + content-length: + - '379' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 12 May 2023 18:09:30 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/39b07c52-16f6-4630-a37d-0fd63882242d?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/39b07c52-16f6-4630-a37d-0fd63882242d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '298' + x-rate-limit-reset: + - '2023-05-12T18:10:21.4489685Z' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev environment update + Connection: + - keep-alive + ParameterSetName: + - --name --dev-center --project --parameters + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/39b07c52-16f6-4630-a37d-0fd63882242d + response: + body: + string: "{\n \"id\": \"/projects/cli000005/operationStatuses/39b07c52-16f6-4630-a37d-0fd63882242d\"\ + ,\n \"name\": \"39b07c52-16f6-4630-a37d-0fd63882242d\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-12T18:09:30.6799568+00:00\"\n}" + headers: + connection: + - keep-alive + content-length: + - '213' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 12 May 2023 18:10:01 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/39b07c52-16f6-4630-a37d-0fd63882242d?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/39b07c52-16f6-4630-a37d-0fd63882242d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-12T18:11:01.0686332Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev environment update + Connection: + - keep-alive + ParameterSetName: + - --name --dev-center --project --parameters + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/39b07c52-16f6-4630-a37d-0fd63882242d + response: + body: + string: "{\n \"id\": \"/projects/cli000005/operationStatuses/39b07c52-16f6-4630-a37d-0fd63882242d\"\ + ,\n \"name\": \"39b07c52-16f6-4630-a37d-0fd63882242d\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-12T18:09:30.6799568+00:00\"\n}" + headers: + connection: + - keep-alive + content-length: + - '213' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 12 May 2023 18:10:31 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/39b07c52-16f6-4630-a37d-0fd63882242d?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/39b07c52-16f6-4630-a37d-0fd63882242d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-12T18:11:31.4756553Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev environment update + Connection: + - keep-alive + ParameterSetName: + - --name --dev-center --project --parameters + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/39b07c52-16f6-4630-a37d-0fd63882242d + response: + body: + string: "{\n \"id\": \"/projects/cli000005/operationStatuses/39b07c52-16f6-4630-a37d-0fd63882242d\"\ + ,\n \"name\": \"39b07c52-16f6-4630-a37d-0fd63882242d\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-12T18:09:30.6799568+00:00\"\n}" + headers: + connection: + - keep-alive + content-length: + - '213' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 12 May 2023 18:11:02 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/39b07c52-16f6-4630-a37d-0fd63882242d?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/39b07c52-16f6-4630-a37d-0fd63882242d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-12T18:12:01.7823964Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev environment update + Connection: + - keep-alive + ParameterSetName: + - --name --dev-center --project --parameters + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/39b07c52-16f6-4630-a37d-0fd63882242d + response: + body: + string: "{\n \"id\": \"/projects/cli000005/operationStatuses/39b07c52-16f6-4630-a37d-0fd63882242d\"\ + ,\n \"name\": \"39b07c52-16f6-4630-a37d-0fd63882242d\",\n \"status\": \"\ + Succeeded\",\n \"startTime\": \"2023-05-12T18:09:30.6799568+00:00\",\n \"\ + endTime\": \"2023-05-12T18:11:23.3402398+00:00\"\n}" + headers: + connection: + - keep-alive + content-length: + - '265' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 12 May 2023 18:11:32 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/39b07c52-16f6-4630-a37d-0fd63882242d?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/39b07c52-16f6-4630-a37d-0fd63882242d + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-12T18:12:32.3625223Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev environment update + Connection: + - keep-alive + ParameterSetName: + - --name --dev-center --project --parameters + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/users/me/environments/cli000002?api-version=2023-04-01 + response: + body: + string: "{\n \"name\": \"cli000002\",\n \"environmentType\": \"c000006\",\n\ + \ \"user\": \"17755109-de29-4032-8853-f390afd630a2\",\n \"provisioningState\"\ + : \"Succeeded\",\n \"resourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli000005-cli000002\"\ + ,\n \"catalogName\": \"c2000007\",\n \"environmentDefinitionName\": \"FunctionApp\"\ + ,\n \"parameters\": {\n \"name\": \"cli2-envTest\"\n }\n}" + headers: + connection: + - keep-alive + content-length: + - '379' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 12 May 2023 18:11:33 GMT strict-transport-security: - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T22:51:26.4548494Z' + - '2023-05-12T18:12:33.0012472Z' + status: + code: 200 + message: OK +- request: + body: '{"query": " Resources |where type =~''Microsoft.devcenter/projects''\n | + where name =~ ''cli000005''\n | extend devCenterArr = split(properties.devCenterId, + ''/'')\n | extend devCenterName = devCenterArr[array_length(devCenterArr) + -1]\n | where devCenterName =~ ''cli000003''\n | take 1\n | extend + devCenterUri = properties.devCenterUri\n | project name,devCenterUri "}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev environment deploy + Connection: + - keep-alive + Content-Length: + - '382' + Content-Type: + - application/json + ParameterSetName: + - --name --dev-center --project --parameters + User-Agent: + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: POST + uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 + response: + body: + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000005","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + headers: + cache-control: + - no-cache + content-length: + - '203' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 12 May 2023 18:11:34 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Kestrel + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-tenant-resource-requests: + - '14' + x-ms-resource-graph-request-duration: + - '0:00:00:00.3494478' + x-ms-user-quota-remaining: + - '14' + x-ms-user-quota-resets-after: + - 00:00:05 status: - code: 201 - message: Created + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev environment create + - devcenter dev environment deploy Connection: - keep-alive ParameterSetName: - - --catalog-item-name --catalog-name --name --environment-type --dev-center - --project + - --name --dev-center --project --parameters User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/users/me/environments/cli000002?api-version=2023-04-01 response: body: - string: "{\n \"id\": \"/projects/cli000005/operationStatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac\",\n - \ \"name\": \"a6fb3a6a-81bf-407a-81f7-1392e8e770ac\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T22:50:26.8980136+00:00\"\n}" + string: "{\n \"name\": \"cli000002\",\n \"environmentType\": \"c000006\",\n\ + \ \"user\": \"17755109-de29-4032-8853-f390afd630a2\",\n \"provisioningState\"\ + : \"Succeeded\",\n \"resourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli000005-cli000002\"\ + ,\n \"catalogName\": \"c2000007\",\n \"environmentDefinitionName\": \"FunctionApp\"\ + ,\n \"parameters\": {\n \"name\": \"cli2-envTest\"\n }\n}" headers: connection: - keep-alive content-length: - - '213' + - '379' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:50:58 GMT - location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac?monitor=true - operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac + - Fri, 12 May 2023 18:11:35 GMT strict-transport-security: - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T22:51:58.4468813Z' + - '2023-05-12T18:12:34.6952944Z' status: code: 200 message: OK - request: - body: null + body: '{"parameters": {"name": "cli3-envTest"}, "environmentType": "c000006", + "catalogName": "c2000007", "environmentDefinitionName": "FunctionApp"}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev environment create + - devcenter dev environment deploy Connection: - keep-alive + Content-Length: + - '141' + Content-Type: + - application/json ParameterSetName: - - --catalog-item-name --catalog-name --name --environment-type --dev-center - --project + - --name --dev-center --project --parameters User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac + method: PUT + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/users/me/environments/cli000002?api-version=2023-04-01 response: body: - string: "{\n \"id\": \"/projects/cli000005/operationStatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac\",\n - \ \"name\": \"a6fb3a6a-81bf-407a-81f7-1392e8e770ac\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T22:50:26.8980136+00:00\"\n}" + string: "{\n \"name\": \"cli000002\",\n \"environmentType\": \"c000006\",\n\ + \ \"user\": \"17755109-de29-4032-8853-f390afd630a2\",\n \"provisioningState\"\ + : \"Succeeded\",\n \"resourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli000005-cli000002\"\ + ,\n \"catalogName\": \"c2000007\",\n \"environmentDefinitionName\": \"FunctionApp\"\ + ,\n \"parameters\": {\n \"name\": \"cli3-envTest\"\n }\n}" headers: connection: - keep-alive content-length: - - '213' + - '379' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:51:28 GMT + - Fri, 12 May 2023 18:11:36 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/bbc661d8-2cae-4361-b53a-c3a294c608e8?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/bbc661d8-2cae-4361-b53a-c3a294c608e8 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -1819,10 +2875,10 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T22:52:28.7945072Z' + - '2023-05-12T18:12:35.5127060Z' status: - code: 200 - message: OK + code: 201 + message: Created - request: body: null headers: @@ -1831,22 +2887,21 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev environment create + - devcenter dev environment deploy Connection: - keep-alive ParameterSetName: - - --catalog-item-name --catalog-name --name --environment-type --dev-center - --project + - --name --dev-center --project --parameters User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/bbc661d8-2cae-4361-b53a-c3a294c608e8 response: body: - string: "{\n \"id\": \"/projects/cli000005/operationStatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac\",\n - \ \"name\": \"a6fb3a6a-81bf-407a-81f7-1392e8e770ac\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T22:50:26.8980136+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000005/operationStatuses/bbc661d8-2cae-4361-b53a-c3a294c608e8\"\ + ,\n \"name\": \"bbc661d8-2cae-4361-b53a-c3a294c608e8\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-12T18:11:36.2427526+00:00\"\n}" headers: connection: - keep-alive @@ -1855,19 +2910,19 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:51:59 GMT + - Fri, 12 May 2023 18:12:07 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/bbc661d8-2cae-4361-b53a-c3a294c608e8?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/bbc661d8-2cae-4361-b53a-c3a294c608e8 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '298' x-rate-limit-reset: - - '2023-02-07T22:52:59.0503800Z' + - '2023-05-12T18:12:54.7764162Z' status: code: 200 message: OK @@ -1879,22 +2934,21 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev environment create + - devcenter dev environment deploy Connection: - keep-alive ParameterSetName: - - --catalog-item-name --catalog-name --name --environment-type --dev-center - --project + - --name --dev-center --project --parameters User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/bbc661d8-2cae-4361-b53a-c3a294c608e8 response: body: - string: "{\n \"id\": \"/projects/cli000005/operationStatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac\",\n - \ \"name\": \"a6fb3a6a-81bf-407a-81f7-1392e8e770ac\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T22:50:26.8980136+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000005/operationStatuses/bbc661d8-2cae-4361-b53a-c3a294c608e8\"\ + ,\n \"name\": \"bbc661d8-2cae-4361-b53a-c3a294c608e8\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-12T18:11:36.2427526+00:00\"\n}" headers: connection: - keep-alive @@ -1903,11 +2957,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:52:29 GMT + - Fri, 12 May 2023 18:12:37 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/bbc661d8-2cae-4361-b53a-c3a294c608e8?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/bbc661d8-2cae-4361-b53a-c3a294c608e8 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -1915,7 +2969,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T22:53:29.3515809Z' + - '2023-05-12T18:13:37.3201402Z' status: code: 200 message: OK @@ -1927,22 +2981,21 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev environment create + - devcenter dev environment deploy Connection: - keep-alive ParameterSetName: - - --catalog-item-name --catalog-name --name --environment-type --dev-center - --project + - --name --dev-center --project --parameters User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/bbc661d8-2cae-4361-b53a-c3a294c608e8 response: body: - string: "{\n \"id\": \"/projects/cli000005/operationStatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac\",\n - \ \"name\": \"a6fb3a6a-81bf-407a-81f7-1392e8e770ac\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T22:50:26.8980136+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000005/operationStatuses/bbc661d8-2cae-4361-b53a-c3a294c608e8\"\ + ,\n \"name\": \"bbc661d8-2cae-4361-b53a-c3a294c608e8\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-12T18:11:36.2427526+00:00\"\n}" headers: connection: - keep-alive @@ -1951,11 +3004,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:53:00 GMT + - Fri, 12 May 2023 18:13:07 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/bbc661d8-2cae-4361-b53a-c3a294c608e8?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/bbc661d8-2cae-4361-b53a-c3a294c608e8 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -1963,7 +3016,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T22:53:59.6433983Z' + - '2023-05-12T18:14:07.6689423Z' status: code: 200 message: OK @@ -1975,22 +3028,21 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev environment create + - devcenter dev environment deploy Connection: - keep-alive ParameterSetName: - - --catalog-item-name --catalog-name --name --environment-type --dev-center - --project + - --name --dev-center --project --parameters User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/bbc661d8-2cae-4361-b53a-c3a294c608e8 response: body: - string: "{\n \"id\": \"/projects/cli000005/operationStatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac\",\n - \ \"name\": \"a6fb3a6a-81bf-407a-81f7-1392e8e770ac\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T22:50:26.8980136+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000005/operationStatuses/bbc661d8-2cae-4361-b53a-c3a294c608e8\"\ + ,\n \"name\": \"bbc661d8-2cae-4361-b53a-c3a294c608e8\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-12T18:11:36.2427526+00:00\"\n}" headers: connection: - keep-alive @@ -1999,11 +3051,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:53:30 GMT + - Fri, 12 May 2023 18:13:39 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/bbc661d8-2cae-4361-b53a-c3a294c608e8?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/bbc661d8-2cae-4361-b53a-c3a294c608e8 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -2011,7 +3063,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T22:54:30.1019841Z' + - '2023-05-12T18:14:37.9970576Z' status: code: 200 message: OK @@ -2023,22 +3075,22 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev environment create + - devcenter dev environment deploy Connection: - keep-alive ParameterSetName: - - --catalog-item-name --catalog-name --name --environment-type --dev-center - --project + - --name --dev-center --project --parameters User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/bbc661d8-2cae-4361-b53a-c3a294c608e8 response: body: - string: "{\n \"id\": \"/projects/cli000005/operationStatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac\",\n - \ \"name\": \"a6fb3a6a-81bf-407a-81f7-1392e8e770ac\",\n \"status\": \"Succeeded\",\n - \ \"startTime\": \"2023-02-07T22:50:26.8980136+00:00\",\n \"endTime\": \"2023-02-07T22:53:58.0116521+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000005/operationStatuses/bbc661d8-2cae-4361-b53a-c3a294c608e8\"\ + ,\n \"name\": \"bbc661d8-2cae-4361-b53a-c3a294c608e8\",\n \"status\": \"\ + Succeeded\",\n \"startTime\": \"2023-05-12T18:11:36.2427526+00:00\",\n \"\ + endTime\": \"2023-05-12T18:13:50.2567736+00:00\"\n}" headers: connection: - keep-alive @@ -2047,11 +3099,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:54:00 GMT + - Fri, 12 May 2023 18:14:09 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/bbc661d8-2cae-4361-b53a-c3a294c608e8?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/a6fb3a6a-81bf-407a-81f7-1392e8e770ac + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/bbc661d8-2cae-4361-b53a-c3a294c608e8 strict-transport-security: - max-age=15724800; includeSubDomains transfer-encoding: @@ -2061,7 +3113,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T22:55:00.4602166Z' + - '2023-05-12T18:15:09.1012439Z' status: code: 200 message: OK @@ -2073,33 +3125,32 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev environment create + - devcenter dev environment deploy Connection: - keep-alive ParameterSetName: - - --catalog-item-name --catalog-name --name --environment-type --dev-center - --project + - --name --dev-center --project --parameters User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/users/me/environments/cli000002?api-version=2022-11-11-preview + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/users/me/environments/cli000002?api-version=2023-04-01 response: body: - string: "{\n \"scheduledTasks\": {},\n \"name\": \"cli000002\",\n \"environmentType\": - \"c000006\",\n \"user\": \"17755109-de29-4032-8853-f390afd630a2\",\n \"provisioningState\": - \"Succeeded\",\n \"resourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli000005-cli000002\",\n - \ \"catalogName\": \"c2000007\",\n \"catalogItemName\": \"Empty\",\n \"tags\": - {}\n}" + string: "{\n \"name\": \"cli000002\",\n \"environmentType\": \"c000006\",\n\ + \ \"user\": \"17755109-de29-4032-8853-f390afd630a2\",\n \"provisioningState\"\ + : \"Succeeded\",\n \"resourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli000005-cli000002\"\ + ,\n \"catalogName\": \"c2000007\",\n \"environmentDefinitionName\": \"FunctionApp\"\ + ,\n \"parameters\": {\n \"name\": \"cli3-envTest\"\n }\n}" headers: connection: - keep-alive content-length: - - '351' + - '379' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:54:00 GMT + - Fri, 12 May 2023 18:14:10 GMT strict-transport-security: - max-age=15724800; includeSubDomains transfer-encoding: @@ -2107,9 +3158,9 @@ interactions: x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-07T22:54:30.1019841Z' + - '2023-05-12T18:15:09.4172115Z' status: code: 200 message: OK @@ -2125,7 +3176,7 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev environment show + - devcenter dev environment list Connection: - keep-alive Content-Length: @@ -2133,14 +3184,14 @@ interactions: Content-Type: - application/json ParameterSetName: - - --name --dev-center --project + - --dev-center --project User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000005","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000005","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: cache-control: - no-cache @@ -2149,7 +3200,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:54:01 GMT + - Fri, 12 May 2023 18:14:10 GMT expires: - '-1' pragma: @@ -2167,7 +3218,7 @@ interactions: x-ms-ratelimit-remaining-tenant-resource-requests: - '14' x-ms-resource-graph-request-duration: - - '0:00:00:00.2468807' + - '0:00:00:00.3456596' x-ms-user-quota-remaining: - '14' x-ms-user-quota-resets-after: @@ -2183,32 +3234,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev environment show + - devcenter dev environment list Connection: - keep-alive ParameterSetName: - - --name --dev-center --project + - --dev-center --project User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/users/me/environments/cli000002?api-version=2022-11-11-preview + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/environments?api-version=2023-04-01 response: body: - string: "{\n \"scheduledTasks\": {},\n \"name\": \"cli000002\",\n \"environmentType\": - \"c000006\",\n \"user\": \"17755109-de29-4032-8853-f390afd630a2\",\n \"provisioningState\": - \"Succeeded\",\n \"resourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli000005-cli000002\",\n - \ \"catalogName\": \"c2000007\",\n \"catalogItemName\": \"Empty\",\n \"tags\": - {}\n}" + string: "{\n \"value\": [\n {\n \"name\": \"cli000002\",\n \"\ + environmentType\": \"c000006\",\n \"user\": \"17755109-de29-4032-8853-f390afd630a2\"\ + ,\n \"provisioningState\": \"Succeeded\",\n \"resourceGroupId\"\ + : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli000005-cli000002\"\ + ,\n \"catalogName\": \"c2000007\",\n \"environmentDefinitionName\"\ + : \"FunctionApp\",\n \"parameters\": {\n \"name\": \"cli3-envTest\"\ + \n }\n }\n ]\n}" headers: connection: - keep-alive content-length: - - '351' + - '448' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:54:02 GMT + - Fri, 12 May 2023 18:14:12 GMT strict-transport-security: - max-age=15724800; includeSubDomains transfer-encoding: @@ -2216,267 +3269,9 @@ interactions: x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '297' x-rate-limit-reset: - - '2023-02-07T22:55:02.1649374Z' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python-requests/2.26.0 - method: HEAD - uri: https://azure.microsoft.com/ - response: - body: - string: '' - headers: - access-control-allow-methods: - - GET,HEAD - access-control-expose-headers: - - Request-Context - arr-disable-session-affinity: - - 'true' - azure-instanceid: - - ecd7b7595c2085f900b2a30ce059050e5bc2dcf3927d1ef3f9745e96bd1fef71 - azure-regionname: - - North Central US - azure-sitename: - - acom-prod-northcentralus-02 - azure-slotname: - - production - azure-version: - - 20230206-1103-350813 - cache-control: - - max-age=0, no-cache, no-store - connection: - - keep-alive - content-length: - - '124' - content-type: - - text/html; charset=utf-8 - date: - - Tue, 07 Feb 2023 22:54:04 GMT - expires: - - Tue, 07 Feb 2023 22:54:04 GMT - http-referer: - - https://azure.microsoft.com/ - location: - - /en-us/ - nel: - - '{"report_to":"network-errors","max_age":604800,"success_fraction":0.01,"failure_fraction":1.0}' - pragma: - - no-cache - report-to: - - '{"group":"network-errors","max_age":604800,"endpoints":[{"url":"https://mdec.nelreports.net/api/report?cat=acom"}]}' - request-context: - - appId=cid-v1:271db03b-0de6-4bf7-8ebf-f90dccf4de6b - set-cookie: - - MC1=GUID=56cc5f300f974bf88d393f8b8842178a&HASH=56cc&LV=202302&V=4&LU=1675810443983; - domain=microsoft.com; expires=Wed, 07-Feb-2024 22:54:03 GMT; path=/; secure; - SameSite=None - - userInfo=%7b%22guid%22%3a%2256cc5f300f974bf88d393f8b8842178a%22%7d; expires=Wed, - 07-Feb-2024 22:54:03 GMT; path=/; secure - strict-transport-security: - - max-age=31536000 - x-content-type-options: - - nosniff - x-frame-options: - - SAMEORIGIN - x-msedge-ref: - - 'Ref A: 8548758032164EAA889A6C04908F8CC0 Ref B: DFW311000108035 Ref C: 2023-02-07T22:54:03Z' - status: - code: 301 - message: Moved Permanently -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python-requests/2.26.0 - method: GET - uri: https://raw.githubusercontent.com/Azure/azure-cli/main/src/azure-cli-core/setup.py - response: - body: - string: "#!/usr/bin/env python\n\n# --------------------------------------------------------------------------------------------\n# - Copyright (c) Microsoft Corporation. All rights reserved.\n# Licensed under - the MIT License. See License.txt in the project root for license information.\n# - --------------------------------------------------------------------------------------------\n\nfrom - codecs import open\nfrom setuptools import setup, find_packages\n\nVERSION - = \"2.45.0\"\n\n# If we have source, validate that our version numbers match\n# - This should prevent uploading releases with mismatched versions.\ntry:\n with - open('azure/cli/core/__init__.py', 'r', encoding='utf-8') as f:\n content - = f.read()\nexcept OSError:\n pass\nelse:\n import re\n import sys\n\n - \ m = re.search(r'__version__\\s*=\\s*[\\'\"](.+?)[\\'\"]', content)\n if - not m:\n print('Could not find __version__ in azure/cli/core/__init__.py')\n - \ sys.exit(1)\n if m.group(1) != VERSION:\n print('Expected - __version__ = \"{}\"; found \"{}\"'.format(VERSION, m.group(1)))\n sys.exit(1)\n\nCLASSIFIERS - = [\n 'Development Status :: 5 - Production/Stable',\n 'Intended Audience - :: Developers',\n 'Intended Audience :: System Administrators',\n 'Programming - Language :: Python',\n 'Programming Language :: Python :: 3',\n 'Programming - Language :: Python :: 3.7',\n 'Programming Language :: Python :: 3.8',\n - \ 'Programming Language :: Python :: 3.9',\n 'Programming Language :: - Python :: 3.10',\n 'License :: OSI Approved :: MIT License',\n]\n\nDEPENDENCIES - = [\n 'argcomplete~=2.0',\n 'azure-cli-telemetry==1.0.8.*',\n 'azure-mgmt-core>=1.2.0,<2',\n - \ 'cryptography',\n 'humanfriendly~=10.0',\n 'jmespath',\n 'knack~=0.10.1',\n - \ 'msal-extensions~=1.0.0',\n 'msal[broker]==1.20.0',\n 'msrestazure~=0.6.4',\n - \ 'packaging>=20.9,<22.0',\n 'paramiko>=2.0.8,<3.0.0',\n 'pkginfo>=1.5.0.1',\n - \ # psutil can't install on cygwin: https://github.com/Azure/azure-cli/issues/9399\n - \ 'psutil~=5.9; sys_platform != \"cygwin\"',\n 'PyJWT>=2.1.0',\n 'pyopenssl>=17.1.0', - \ # https://github.com/pyca/pyopenssl/pull/612\n 'requests[socks]'\n]\n\nwith - open('README.rst', 'r', encoding='utf-8') as f:\n README = f.read()\n\nsetup(\n - \ name='azure-cli-core',\n version=VERSION,\n description='Microsoft - Azure Command-Line Tools Core Module',\n long_description=README,\n license='MIT',\n - \ author='Microsoft Corporation',\n author_email='azpycli@microsoft.com',\n - \ url='https://github.com/Azure/azure-cli',\n zip_safe=False,\n classifiers=CLASSIFIERS,\n - \ packages=find_packages(exclude=[\"*.tests\", \"*.tests.*\", \"tests.*\", - \"tests\", \"azure\", \"azure.cli\"]),\n install_requires=DEPENDENCIES,\n - \ python_requires='>=3.7.0',\n package_data={'azure.cli.core': ['auth/landing_pages/*.html']}\n)\n" - headers: - accept-ranges: - - bytes - access-control-allow-origin: - - '*' - cache-control: - - max-age=300 - connection: - - keep-alive - content-length: - - '2792' - content-security-policy: - - default-src 'none'; style-src 'unsafe-inline'; sandbox - content-type: - - text/plain; charset=utf-8 - date: - - Tue, 07 Feb 2023 22:54:04 GMT - etag: - - W/"aa822934b64b16d5086cc442b20d1a90930296c4e832c7dc3afcf97f6b605945" - expires: - - Tue, 07 Feb 2023 22:59:04 GMT - source-age: - - '16587' - strict-transport-security: - - max-age=31536000 - vary: - - Authorization,Accept-Encoding,Origin - via: - - 1.1 varnish - x-cache: - - HIT - x-cache-hits: - - '59' - x-content-type-options: - - nosniff - x-fastly-request-id: - - 10db13f8998f3215d4ac0cf1106da7489715e529 - x-frame-options: - - deny - x-github-request-id: - - 9AF2:6D6A:622FA:9D212:63E1CDE6 - x-served-by: - - cache-bur-kbur8200071-BUR - x-timer: - - S1675810444.122038,VS0,VE0 - x-xss-protection: - - 1; mode=block - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python-requests/2.26.0 - method: GET - uri: https://raw.githubusercontent.com/Azure/azure-cli/main/src/azure-cli-telemetry/setup.py - response: - body: - string: "#!/usr/bin/env python\n\n# --------------------------------------------------------------------------------------------\n# - Copyright (c) Microsoft Corporation. All rights reserved.\n# Licensed under - the MIT License. See License.txt in the project root for license information.\n# - --------------------------------------------------------------------------------------------\n\nfrom - codecs import open\nfrom setuptools import setup\n\nVERSION = \"1.0.8\"\n\nCLASSIFIERS - = [\n 'Development Status :: 5 - Production/Stable',\n 'Intended Audience - :: Developers',\n 'Intended Audience :: System Administrators',\n 'Programming - Language :: Python',\n 'Programming Language :: Python :: 3',\n 'Programming - Language :: Python :: 3.7',\n 'Programming Language :: Python :: 3.8',\n - \ 'Programming Language :: Python :: 3.9',\n 'Programming Language :: - Python :: 3.10',\n 'License :: OSI Approved :: MIT License',\n]\n\nwith - open('README.rst', 'r', encoding='utf-8') as f:\n README = f.read()\nwith - open('HISTORY.rst', 'r', encoding='utf-8') as f:\n HISTORY = f.read()\n\nsetup(\n - \ name='azure-cli-telemetry',\n version=VERSION,\n description='Microsoft - Azure CLI Telemetry Package',\n long_description=README + '\\n\\n' + HISTORY,\n - \ license='MIT',\n author='Microsoft Corporation',\n author_email='azpycli@microsoft.com',\n - \ url='https://github.com/Azure/azure-cli',\n zip_safe=False,\n classifiers=CLASSIFIERS,\n - \ install_requires=[\n 'applicationinsights>=0.11.1,<0.12',\n 'portalocker>=1.6,<3',\n - \ ],\n packages=[\n 'azure.cli.telemetry',\n 'azure.cli.telemetry.components'\n - \ ]\n)\n" - headers: - accept-ranges: - - bytes - access-control-allow-origin: - - '*' - cache-control: - - max-age=300 - connection: - - keep-alive - content-length: - - '1620' - content-security-policy: - - default-src 'none'; style-src 'unsafe-inline'; sandbox - content-type: - - text/plain; charset=utf-8 - date: - - Tue, 07 Feb 2023 22:54:04 GMT - etag: - - W/"9c625ea54973d9333645e70dcc8494b8ca2966a7cb1c44ab5495deed678ab99b" - expires: - - Tue, 07 Feb 2023 22:59:04 GMT - source-age: - - '16587' - strict-transport-security: - - max-age=31536000 - vary: - - Authorization,Accept-Encoding,Origin - via: - - 1.1 varnish - x-cache: - - HIT - x-cache-hits: - - '101' - x-content-type-options: - - nosniff - x-fastly-request-id: - - a6387e894f831a903b923f1bb4958d9f3af5e05d - x-frame-options: - - deny - x-github-request-id: - - 8B36:722E:C5B74:105FE1:63D8FC91 - x-served-by: - - cache-bur-kbur8200058-BUR - x-timer: - - S1675810444.222994,VS0,VE0 - x-xss-protection: - - 1; mode=block + - '2023-05-12T18:14:24.8061074Z' status: code: 200 message: OK @@ -2500,14 +3295,14 @@ interactions: Content-Type: - application/json ParameterSetName: - - --dev-center --project + - --dev-center --project --user-id User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000005","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000005","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: cache-control: - no-cache @@ -2516,7 +3311,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:54:03 GMT + - Fri, 12 May 2023 18:14:12 GMT expires: - '-1' pragma: @@ -2534,7 +3329,7 @@ interactions: x-ms-ratelimit-remaining-tenant-resource-requests: - '13' x-ms-resource-graph-request-duration: - - '0:00:00:00.3152021' + - '0:00:00:00.4047099' x-ms-user-quota-remaining: - '13' x-ms-user-quota-resets-after: @@ -2554,28 +3349,30 @@ interactions: Connection: - keep-alive ParameterSetName: - - --dev-center --project + - --dev-center --project --user-id User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/users/me/environments?api-version=2022-11-11-preview + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/users/me/environments?api-version=2023-04-01 response: body: - string: "{\n \"value\": [\n {\n \"scheduledTasks\": {},\n \"name\": - \"cli000002\",\n \"environmentType\": \"c000006\",\n \"user\": \"17755109-de29-4032-8853-f390afd630a2\",\n - \ \"provisioningState\": \"Succeeded\",\n \"resourceGroupId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli000005-cli000002\",\n - \ \"catalogName\": \"c2000007\",\n \"catalogItemName\": \"Empty\",\n - \ \"tags\": {}\n }\n ]\n}" + string: "{\n \"value\": [\n {\n \"name\": \"cli000002\",\n \"\ + environmentType\": \"c000006\",\n \"user\": \"17755109-de29-4032-8853-f390afd630a2\"\ + ,\n \"provisioningState\": \"Succeeded\",\n \"resourceGroupId\"\ + : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli000005-cli000002\"\ + ,\n \"catalogName\": \"c2000007\",\n \"environmentDefinitionName\"\ + : \"FunctionApp\",\n \"parameters\": {\n \"name\": \"cli3-envTest\"\ + \n }\n }\n ]\n}" headers: connection: - keep-alive content-length: - - '416' + - '448' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:54:05 GMT + - Fri, 12 May 2023 18:14:13 GMT strict-transport-security: - max-age=15724800; includeSubDomains transfer-encoding: @@ -2583,9 +3380,9 @@ interactions: x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-07T22:55:00.4423417Z' + - '2023-05-12T18:15:13.0053151Z' status: code: 200 message: OK @@ -2601,7 +3398,7 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev environment deploy-action + - devcenter dev environment delete Connection: - keep-alive Content-Length: @@ -2609,14 +3406,14 @@ interactions: Content-Type: - application/json ParameterSetName: - - --action-id --name --dev-center --project + - -y --name --dev-center --project User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000005","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000005","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: cache-control: - no-cache @@ -2625,7 +3422,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:54:04 GMT + - Fri, 12 May 2023 18:14:13 GMT expires: - '-1' pragma: @@ -2643,7 +3440,7 @@ interactions: x-ms-ratelimit-remaining-tenant-resource-requests: - '12' x-ms-resource-graph-request-duration: - - '0:00:00:00.3123755' + - '0:00:00:00.2598930' x-ms-user-quota-remaining: - '12' x-ms-user-quota-resets-after: @@ -2652,27 +3449,25 @@ interactions: code: 200 message: OK - request: - body: '{"actionId": "deploy"}' + body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev environment deploy-action + - devcenter dev environment delete Connection: - keep-alive Content-Length: - - '22' - Content-Type: - - application/json + - '0' ParameterSetName: - - --action-id --name --dev-center --project + - -y --name --dev-center --project User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: POST - uri: https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/users/me/environments/cli000002:deploy?api-version=2022-11-11-preview + method: DELETE + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/users/me/environments/cli000002?api-version=2023-04-01 response: body: string: '' @@ -2682,19 +3477,19 @@ interactions: content-length: - '0' date: - - Tue, 07 Feb 2023 22:54:06 GMT + - Fri, 12 May 2023 18:14:15 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-07T22:55:05.7556412Z' + - '2023-05-12T18:15:14.3327224Z' status: code: 202 message: Accepted @@ -2706,21 +3501,21 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev environment deploy-action + - devcenter dev environment delete Connection: - keep-alive ParameterSetName: - - --action-id --name --dev-center --project + - -y --name --dev-center --project User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10 response: body: - string: "{\n \"id\": \"/projects/cli000005/operationStatuses/f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069\",\n - \ \"name\": \"f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T22:54:06.1692306+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000005/operationStatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10\"\ + ,\n \"name\": \"01e50b65-7225-4c18-9cfd-182f9bb9df10\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-12T18:14:14.7035708+00:00\"\n}" headers: connection: - keep-alive @@ -2729,19 +3524,19 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:54:36 GMT + - Fri, 12 May 2023 18:14:45 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-07T22:55:35.7573634Z' + - '2023-05-12T18:15:45.1183385Z' status: code: 200 message: OK @@ -2753,21 +3548,21 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev environment deploy-action + - devcenter dev environment delete Connection: - keep-alive ParameterSetName: - - --action-id --name --dev-center --project + - -y --name --dev-center --project User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10 response: body: - string: "{\n \"id\": \"/projects/cli000005/operationStatuses/f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069\",\n - \ \"name\": \"f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T22:54:06.1692306+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000005/operationStatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10\"\ + ,\n \"name\": \"01e50b65-7225-4c18-9cfd-182f9bb9df10\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-12T18:14:14.7035708+00:00\"\n}" headers: connection: - keep-alive @@ -2776,19 +3571,19 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:55:06 GMT + - Fri, 12 May 2023 18:15:16 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '297' + - '298' x-rate-limit-reset: - - '2023-02-07T22:55:30.4406176Z' + - '2023-05-12T18:15:24.8134879Z' status: code: 200 message: OK @@ -2800,21 +3595,21 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev environment deploy-action + - devcenter dev environment delete Connection: - keep-alive ParameterSetName: - - --action-id --name --dev-center --project + - -y --name --dev-center --project User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10 response: body: - string: "{\n \"id\": \"/projects/cli000005/operationStatuses/f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069\",\n - \ \"name\": \"f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T22:54:06.1692306+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000005/operationStatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10\"\ + ,\n \"name\": \"01e50b65-7225-4c18-9cfd-182f9bb9df10\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-12T18:14:14.7035708+00:00\"\n}" headers: connection: - keep-alive @@ -2823,11 +3618,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:55:37 GMT + - Fri, 12 May 2023 18:15:46 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -2835,7 +3630,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T22:56:36.9216087Z' + - '2023-05-12T18:16:46.1269697Z' status: code: 200 message: OK @@ -2847,21 +3642,21 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev environment deploy-action + - devcenter dev environment delete Connection: - keep-alive ParameterSetName: - - --action-id --name --dev-center --project + - -y --name --dev-center --project User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10 response: body: - string: "{\n \"id\": \"/projects/cli000005/operationStatuses/f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069\",\n - \ \"name\": \"f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T22:54:06.1692306+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000005/operationStatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10\"\ + ,\n \"name\": \"01e50b65-7225-4c18-9cfd-182f9bb9df10\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-12T18:14:14.7035708+00:00\"\n}" headers: connection: - keep-alive @@ -2870,19 +3665,19 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:56:07 GMT + - Fri, 12 May 2023 18:16:17 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '298' x-rate-limit-reset: - - '2023-02-07T22:57:07.3978457Z' + - '2023-05-12T18:16:51.4383556Z' status: code: 200 message: OK @@ -2894,44 +3689,42 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev environment deploy-action + - devcenter dev environment delete Connection: - keep-alive ParameterSetName: - - --action-id --name --dev-center --project + - -y --name --dev-center --project User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10 response: body: - string: "{\n \"id\": \"/projects/cli000005/operationStatuses/f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069\",\n - \ \"name\": \"f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069\",\n \"status\": \"Succeeded\",\n - \ \"startTime\": \"2023-02-07T22:54:06.1692306+00:00\",\n \"endTime\": \"2023-02-07T22:56:21.5237655+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000005/operationStatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10\"\ + ,\n \"name\": \"01e50b65-7225-4c18-9cfd-182f9bb9df10\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-12T18:14:14.7035708+00:00\"\n}" headers: connection: - keep-alive content-length: - - '265' + - '213' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:56:37 GMT + - Fri, 12 May 2023 18:16:47 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10 strict-transport-security: - max-age=15724800; includeSubDomains - transfer-encoding: - - chunked x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-07T22:57:05.7581780Z' + - '2023-05-12T18:17:47.1759948Z' status: code: 200 message: OK @@ -2943,53 +3736,47 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev environment deploy-action + - devcenter dev environment delete Connection: - keep-alive ParameterSetName: - - --action-id --name --dev-center --project + - -y --name --dev-center --project User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069?monitor=true + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10 response: body: - string: "{\n \"id\": \"/projects/cli000005/operationStatuses/f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069\",\n - \ \"name\": \"f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069\",\n \"status\": \"Succeeded\",\n - \ \"startTime\": \"2023-02-07T22:54:06.1692306+00:00\",\n \"endTime\": \"2023-02-07T22:56:21.5237655+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000005/operationStatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10\"\ + ,\n \"name\": \"01e50b65-7225-4c18-9cfd-182f9bb9df10\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-12T18:14:14.7035708+00:00\"\n}" headers: connection: - keep-alive content-length: - - '265' + - '213' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:56:38 GMT + - Fri, 12 May 2023 18:17:18 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/f6c5f147-8ba8-4d07-8c41-cbb4ad4c9069 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10 strict-transport-security: - max-age=15724800; includeSubDomains - transfer-encoding: - - chunked x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T22:57:37.9270151Z' + - '2023-05-12T18:18:17.6896536Z' status: code: 200 message: OK - request: - body: '{"query": " Resources |where type =~''Microsoft.devcenter/projects''\n | - where name =~ ''cli000005''\n | extend devCenterArr = split(properties.devCenterId, - ''/'')\n | extend devCenterName = devCenterArr[array_length(devCenterArr) - -1]\n | where devCenterName =~ ''cli000003''\n | take 1\n | extend - devCenterUri = properties.devCenterUri\n | project name,devCenterUri "}' + body: null headers: Accept: - '*/*' @@ -2999,50 +3786,39 @@ interactions: - devcenter dev environment delete Connection: - keep-alive - Content-Length: - - '382' - Content-Type: - - application/json ParameterSetName: - -y --name --dev-center --project User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 - method: POST - uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10 response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000005","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: "{\n \"id\": \"/projects/cli000005/operationStatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10\"\ + ,\n \"name\": \"01e50b65-7225-4c18-9cfd-182f9bb9df10\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-12T18:14:14.7035708+00:00\"\n}" headers: - cache-control: - - no-cache + connection: + - keep-alive content-length: - - '203' + - '213' content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:56:38 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Kestrel + - Fri, 12 May 2023 18:17:48 GMT + location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10?monitor=true + operation-location: + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10 strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-tenant-resource-requests: - - '14' - x-ms-resource-graph-request-duration: - - '0:00:00:00.3773223' - x-ms-user-quota-remaining: - - '14' - x-ms-user-quota-resets-after: - - 00:00:05 + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-12T18:18:48.5341015Z' status: code: 200 message: OK @@ -3050,36 +3826,38 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - devcenter dev environment delete Connection: - keep-alive - Content-Length: - - '0' ParameterSetName: - -y --name --dev-center --project User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: DELETE - uri: https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/users/me/environments/cli000002?api-version=2022-11-11-preview + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10 response: body: - string: '' + string: "{\n \"id\": \"/projects/cli000005/operationStatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10\"\ + ,\n \"name\": \"01e50b65-7225-4c18-9cfd-182f9bb9df10\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-12T18:14:14.7035708+00:00\"\n}" headers: connection: - keep-alive content-length: - - '0' + - '213' + content-type: + - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:56:39 GMT + - Fri, 12 May 2023 18:18:19 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/486f8f72-de45-4c00-bfb3-6438407ea580?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/486f8f72-de45-4c00-bfb3-6438407ea580 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -3087,10 +3865,10 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T22:57:39.2062671Z' + - '2023-05-12T18:19:18.9912863Z' status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -3105,15 +3883,15 @@ interactions: ParameterSetName: - -y --name --dev-center --project User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/486f8f72-de45-4c00-bfb3-6438407ea580 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10 response: body: - string: "{\n \"id\": \"/projects/cli000005/operationStatuses/486f8f72-de45-4c00-bfb3-6438407ea580\",\n - \ \"name\": \"486f8f72-de45-4c00-bfb3-6438407ea580\",\n \"status\": \"Running\",\n - \ \"startTime\": \"2023-02-07T22:56:39.6045992+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000005/operationStatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10\"\ + ,\n \"name\": \"01e50b65-7225-4c18-9cfd-182f9bb9df10\",\n \"status\": \"\ + Running\",\n \"startTime\": \"2023-05-12T18:14:14.7035708+00:00\"\n}" headers: connection: - keep-alive @@ -3122,11 +3900,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:57:09 GMT + - Fri, 12 May 2023 18:18:49 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/486f8f72-de45-4c00-bfb3-6438407ea580?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/486f8f72-de45-4c00-bfb3-6438407ea580 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10 strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -3134,7 +3912,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-07T22:58:09.7872425Z' + - '2023-05-12T18:19:49.4800313Z' status: code: 200 message: OK @@ -3152,15 +3930,16 @@ interactions: ParameterSetName: - -y --name --dev-center --project User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/486f8f72-de45-4c00-bfb3-6438407ea580 + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10 response: body: - string: "{\n \"id\": \"/projects/cli000005/operationStatuses/486f8f72-de45-4c00-bfb3-6438407ea580\",\n - \ \"name\": \"486f8f72-de45-4c00-bfb3-6438407ea580\",\n \"status\": \"Succeeded\",\n - \ \"startTime\": \"2023-02-07T22:56:39.6045992+00:00\",\n \"endTime\": \"2023-02-07T22:57:17.5638947+00:00\"\n}" + string: "{\n \"id\": \"/projects/cli000005/operationStatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10\"\ + ,\n \"name\": \"01e50b65-7225-4c18-9cfd-182f9bb9df10\",\n \"status\": \"\ + Succeeded\",\n \"startTime\": \"2023-05-12T18:14:14.7035708+00:00\",\n \"\ + endTime\": \"2023-05-12T18:19:12.7961718+00:00\"\n}" headers: connection: - keep-alive @@ -3169,11 +3948,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:57:40 GMT + - Fri, 12 May 2023 18:19:20 GMT location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/486f8f72-de45-4c00-bfb3-6438407ea580?monitor=true + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10?monitor=true operation-location: - - https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/operationstatuses/486f8f72-de45-4c00-bfb3-6438407ea580 + - https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/operationstatuses/01e50b65-7225-4c18-9cfd-182f9bb9df10 strict-transport-security: - max-age=15724800; includeSubDomains transfer-encoding: @@ -3181,9 +3960,9 @@ interactions: x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '298' x-rate-limit-reset: - - '2023-02-07T22:58:40.0473555Z' + - '2023-05-12T18:19:49.2554756Z' status: code: 200 message: OK @@ -3209,12 +3988,12 @@ interactions: ParameterSetName: - --dev-center --project User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000005","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000005","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: cache-control: - no-cache @@ -3223,7 +4002,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:57:40 GMT + - Fri, 12 May 2023 18:19:21 GMT expires: - '-1' pragma: @@ -3241,7 +4020,7 @@ interactions: x-ms-ratelimit-remaining-tenant-resource-requests: - '14' x-ms-resource-graph-request-duration: - - '0:00:00:00.3029630' + - '0:00:00:00.2938065' x-ms-user-quota-remaining: - '14' x-ms-user-quota-resets-after: @@ -3263,10 +4042,10 @@ interactions: ParameterSetName: - --dev-center --project User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000003.centraluseuap.devcenter.azure.com/projects/cli000005/users/me/environments?api-version=2022-11-11-preview + uri: https://00000000-0000-0000-0000-000000000000-cli000003.canadacentral.devcenter.azure.com/projects/cli000005/environments?api-version=2023-04-01 response: body: string: "{\n \"value\": []\n}" @@ -3278,15 +4057,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 07 Feb 2023 22:57:41 GMT + - Fri, 12 May 2023 18:19:22 GMT strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-07T22:57:55.7087752Z' + - '2023-05-12T18:20:21.7372668Z' status: code: 200 message: OK diff --git a/src/devcenter/azext_devcenter/tests/latest/recordings/test_gallery_scenario.yaml b/src/devcenter/azext_devcenter/tests/latest/recordings/test_gallery_scenario.yaml index bf0bf23fa97..9cfac44108a 100644 --- a/src/devcenter/azext_devcenter/tests/latest/recordings/test_gallery_scenario.yaml +++ b/src/devcenter/azext_devcenter/tests/latest/recordings/test_gallery_scenario.yaml @@ -13,12 +13,12 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2022-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2023-03-01T05:12:33Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2023-05-03T05:26:13Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:12:35 GMT + - Wed, 03 May 2023 05:26:14 GMT expires: - '-1' pragma: @@ -59,12 +59,12 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-msi/6.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-msi/7.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003?api-version=2023-01-31 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003","name":"testid_000003","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"00000000-0000-0000-0000-000000000000","principalId":"8c64326b-75b5-47ff-850b-5cfb09000147","clientId":"a5072a65-bd3d-4e30-b99b-32dbdde55c9b"}}' + string: '{"location":"westus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003","name":"testid_000003","type":"Microsoft.ManagedIdentity/userAssignedIdentities","properties":{"tenantId":"00000000-0000-0000-0000-000000000000","principalId":"fb3a7793-2bcc-4122-b440-b04d0730290d","clientId":"c4960e47-714c-4213-8f9f-ff51bfbdb90d"}}' headers: cache-control: - no-cache @@ -73,7 +73,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:12:37 GMT + - Wed, 03 May 2023 05:26:15 GMT expires: - '-1' location: @@ -85,13 +85,13 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 201 message: Created - request: body: '{"identity": {"type": "UserAssigned", "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003": - {}}}, "location": "westus3", "tags": {"CostCode": "12345"}}' + {}}}, "location": "centraluseuap", "tags": {"CostCode": "12345"}}' headers: Accept: - application/json @@ -102,31 +102,31 @@ interactions: Connection: - keep-alive Content-Length: - - '281' + - '287' Content-Type: - application/json ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T05:12:40.1212138Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T05:12:40.1212138Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"8c64326b-75b5-47ff-850b-5cfb09000147","clientId":"a5072a65-bd3d-4e30-b99b-32dbdde55c9b"}}},"properties":{"provisioningState":"Accepted"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:26:17.8676561Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:26:17.8676561Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"fb3a7793-2bcc-4122-b440-b04d0730290d","clientId":"c4960e47-714c-4213-8f9f-ff51bfbdb90d"}}},"properties":{"provisioningState":"Accepted"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/64335eda-0c6a-4ca2-a0b2-14c6dfdf3cf7*1B173B7EF5D918B65334772C74BDEF143CEC22E1563EC787C56CAF6922EBBAA6?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/7e0aa9d7-a986-4654-b72e-467d20050c7b*1EB91082BE0F033F6DDD48EB10A65138B7159CF17D22471DC5995E78DC781B38?api-version=2023-04-01 cache-control: - no-cache content-length: - - '847' + - '853' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:12:42 GMT + - Wed, 03 May 2023 05:26:20 GMT etag: - - '"2501c9e4-0000-4d00-0000-63fedecb0000"' + - '"0000ed03-0000-3300-0000-6451f07c0000"' expires: - '-1' pragma: @@ -138,15 +138,15 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":100,"currentUsed":19,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' + - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":500,"currentUsed":50,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '298' x-rate-limit-reset: - - '2023-03-01T05:13:40.5560430Z' + - '2023-05-03T05:27:00.4011909Z' status: code: 201 message: Created @@ -164,23 +164,23 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/64335eda-0c6a-4ca2-a0b2-14c6dfdf3cf7*1B173B7EF5D918B65334772C74BDEF143CEC22E1563EC787C56CAF6922EBBAA6?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/7e0aa9d7-a986-4654-b72e-467d20050c7b*1EB91082BE0F033F6DDD48EB10A65138B7159CF17D22471DC5995E78DC781B38?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/64335eda-0c6a-4ca2-a0b2-14c6dfdf3cf7*1B173B7EF5D918B65334772C74BDEF143CEC22E1563EC787C56CAF6922EBBAA6","name":"64335eda-0c6a-4ca2-a0b2-14c6dfdf3cf7*1B173B7EF5D918B65334772C74BDEF143CEC22E1563EC787C56CAF6922EBBAA6","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-03-01T05:12:40.6367065Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/7e0aa9d7-a986-4654-b72e-467d20050c7b*1EB91082BE0F033F6DDD48EB10A65138B7159CF17D22471DC5995E78DC781B38","name":"7e0aa9d7-a986-4654-b72e-467d20050c7b*1EB91082BE0F033F6DDD48EB10A65138B7159CF17D22471DC5995E78DC781B38","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-03T05:26:18.5893609Z"}' headers: cache-control: - no-cache content-length: - - '549' + - '555' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:13:13 GMT + - Wed, 03 May 2023 05:26:50 GMT etag: - - '"3f00cccf-0000-4d00-0000-63fedec80000"' + - '"00002900-0000-3300-0000-6451f07a0000"' expires: - '-1' pragma: @@ -210,23 +210,23 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/64335eda-0c6a-4ca2-a0b2-14c6dfdf3cf7*1B173B7EF5D918B65334772C74BDEF143CEC22E1563EC787C56CAF6922EBBAA6?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/7e0aa9d7-a986-4654-b72e-467d20050c7b*1EB91082BE0F033F6DDD48EB10A65138B7159CF17D22471DC5995E78DC781B38?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/64335eda-0c6a-4ca2-a0b2-14c6dfdf3cf7*1B173B7EF5D918B65334772C74BDEF143CEC22E1563EC787C56CAF6922EBBAA6","name":"64335eda-0c6a-4ca2-a0b2-14c6dfdf3cf7*1B173B7EF5D918B65334772C74BDEF143CEC22E1563EC787C56CAF6922EBBAA6","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-03-01T05:12:40.6367065Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/7e0aa9d7-a986-4654-b72e-467d20050c7b*1EB91082BE0F033F6DDD48EB10A65138B7159CF17D22471DC5995E78DC781B38","name":"7e0aa9d7-a986-4654-b72e-467d20050c7b*1EB91082BE0F033F6DDD48EB10A65138B7159CF17D22471DC5995E78DC781B38","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-03T05:26:18.5893609Z"}' headers: cache-control: - no-cache content-length: - - '549' + - '555' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:13:43 GMT + - Wed, 03 May 2023 05:27:20 GMT etag: - - '"3f00cccf-0000-4d00-0000-63fedec80000"' + - '"00002900-0000-3300-0000-6451f07a0000"' expires: - '-1' pragma: @@ -256,23 +256,23 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/64335eda-0c6a-4ca2-a0b2-14c6dfdf3cf7*1B173B7EF5D918B65334772C74BDEF143CEC22E1563EC787C56CAF6922EBBAA6?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/7e0aa9d7-a986-4654-b72e-467d20050c7b*1EB91082BE0F033F6DDD48EB10A65138B7159CF17D22471DC5995E78DC781B38?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/64335eda-0c6a-4ca2-a0b2-14c6dfdf3cf7*1B173B7EF5D918B65334772C74BDEF143CEC22E1563EC787C56CAF6922EBBAA6","name":"64335eda-0c6a-4ca2-a0b2-14c6dfdf3cf7*1B173B7EF5D918B65334772C74BDEF143CEC22E1563EC787C56CAF6922EBBAA6","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-03-01T05:12:40.6367065Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/7e0aa9d7-a986-4654-b72e-467d20050c7b*1EB91082BE0F033F6DDD48EB10A65138B7159CF17D22471DC5995E78DC781B38","name":"7e0aa9d7-a986-4654-b72e-467d20050c7b*1EB91082BE0F033F6DDD48EB10A65138B7159CF17D22471DC5995E78DC781B38","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-03T05:26:18.5893609Z"}' headers: cache-control: - no-cache content-length: - - '549' + - '555' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:14:13 GMT + - Wed, 03 May 2023 05:27:50 GMT etag: - - '"3f00cccf-0000-4d00-0000-63fedec80000"' + - '"00002900-0000-3300-0000-6451f07a0000"' expires: - '-1' pragma: @@ -302,23 +302,23 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/64335eda-0c6a-4ca2-a0b2-14c6dfdf3cf7*1B173B7EF5D918B65334772C74BDEF143CEC22E1563EC787C56CAF6922EBBAA6?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/7e0aa9d7-a986-4654-b72e-467d20050c7b*1EB91082BE0F033F6DDD48EB10A65138B7159CF17D22471DC5995E78DC781B38?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/64335eda-0c6a-4ca2-a0b2-14c6dfdf3cf7*1B173B7EF5D918B65334772C74BDEF143CEC22E1563EC787C56CAF6922EBBAA6","name":"64335eda-0c6a-4ca2-a0b2-14c6dfdf3cf7*1B173B7EF5D918B65334772C74BDEF143CEC22E1563EC787C56CAF6922EBBAA6","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-03-01T05:12:40.6367065Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/7e0aa9d7-a986-4654-b72e-467d20050c7b*1EB91082BE0F033F6DDD48EB10A65138B7159CF17D22471DC5995E78DC781B38","name":"7e0aa9d7-a986-4654-b72e-467d20050c7b*1EB91082BE0F033F6DDD48EB10A65138B7159CF17D22471DC5995E78DC781B38","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-03T05:26:18.5893609Z"}' headers: cache-control: - no-cache content-length: - - '549' + - '555' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:14:43 GMT + - Wed, 03 May 2023 05:28:20 GMT etag: - - '"3f00cccf-0000-4d00-0000-63fedec80000"' + - '"00002900-0000-3300-0000-6451f07a0000"' expires: - '-1' pragma: @@ -348,23 +348,23 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/64335eda-0c6a-4ca2-a0b2-14c6dfdf3cf7*1B173B7EF5D918B65334772C74BDEF143CEC22E1563EC787C56CAF6922EBBAA6?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/7e0aa9d7-a986-4654-b72e-467d20050c7b*1EB91082BE0F033F6DDD48EB10A65138B7159CF17D22471DC5995E78DC781B38?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/64335eda-0c6a-4ca2-a0b2-14c6dfdf3cf7*1B173B7EF5D918B65334772C74BDEF143CEC22E1563EC787C56CAF6922EBBAA6","name":"64335eda-0c6a-4ca2-a0b2-14c6dfdf3cf7*1B173B7EF5D918B65334772C74BDEF143CEC22E1563EC787C56CAF6922EBBAA6","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-03-01T05:12:40.6367065Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/7e0aa9d7-a986-4654-b72e-467d20050c7b*1EB91082BE0F033F6DDD48EB10A65138B7159CF17D22471DC5995E78DC781B38","name":"7e0aa9d7-a986-4654-b72e-467d20050c7b*1EB91082BE0F033F6DDD48EB10A65138B7159CF17D22471DC5995E78DC781B38","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-03T05:26:18.5893609Z"}' headers: cache-control: - no-cache content-length: - - '549' + - '555' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:15:14 GMT + - Wed, 03 May 2023 05:28:51 GMT etag: - - '"3f00cccf-0000-4d00-0000-63fedec80000"' + - '"00002900-0000-3300-0000-6451f07a0000"' expires: - '-1' pragma: @@ -394,23 +394,23 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/64335eda-0c6a-4ca2-a0b2-14c6dfdf3cf7*1B173B7EF5D918B65334772C74BDEF143CEC22E1563EC787C56CAF6922EBBAA6?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/7e0aa9d7-a986-4654-b72e-467d20050c7b*1EB91082BE0F033F6DDD48EB10A65138B7159CF17D22471DC5995E78DC781B38?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/64335eda-0c6a-4ca2-a0b2-14c6dfdf3cf7*1B173B7EF5D918B65334772C74BDEF143CEC22E1563EC787C56CAF6922EBBAA6","name":"64335eda-0c6a-4ca2-a0b2-14c6dfdf3cf7*1B173B7EF5D918B65334772C74BDEF143CEC22E1563EC787C56CAF6922EBBAA6","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Succeeded","startTime":"2023-03-01T05:12:40.6367065Z","endTime":"2023-03-01T05:15:41.0201467Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/7e0aa9d7-a986-4654-b72e-467d20050c7b*1EB91082BE0F033F6DDD48EB10A65138B7159CF17D22471DC5995E78DC781B38","name":"7e0aa9d7-a986-4654-b72e-467d20050c7b*1EB91082BE0F033F6DDD48EB10A65138B7159CF17D22471DC5995E78DC781B38","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Succeeded","startTime":"2023-05-03T05:26:18.5893609Z","endTime":"2023-05-03T05:29:10.1718875Z","properties":null}' headers: cache-control: - no-cache content-length: - - '609' + - '615' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:15:43 GMT + - Wed, 03 May 2023 05:29:21 GMT etag: - - '"3f00f8d1-0000-4d00-0000-63fedf7d0000"' + - '"00002c00-0000-3300-0000-6451f1260000"' expires: - '-1' pragma: @@ -440,23 +440,23 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T05:12:40.1212138Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T05:12:40.1212138Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"8c64326b-75b5-47ff-850b-5cfb09000147","clientId":"a5072a65-bd3d-4e30-b99b-32dbdde55c9b"}}},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:26:17.8676561Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:26:17.8676561Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"fb3a7793-2bcc-4122-b440-b04d0730290d","clientId":"c4960e47-714c-4213-8f9f-ff51bfbdb90d"}}},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' headers: cache-control: - no-cache content-length: - - '949' + - '961' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:15:44 GMT + - Wed, 03 May 2023 05:29:21 GMT etag: - - '"250115e9-0000-4d00-0000-63fedf7d0000"' + - '"0000f203-0000-3300-0000-6451f1260000"' expires: - '-1' pragma: @@ -475,7 +475,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus3", "tags": {}}' + body: '{"location": "centraluseuap", "tags": {}}' headers: Accept: - application/json @@ -486,33 +486,33 @@ interactions: Connection: - keep-alive Content-Length: - - '35' + - '41' Content-Type: - application/json ParameterSetName: - -r --location -g User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004?api-version=2021-10-01 response: body: string: "{\r\n \"name\": \"cli000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004\"\ - ,\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"westus3\"\ + ,\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"centraluseuap\"\ ,\r\n \"tags\": {},\r\n \"properties\": {\r\n \"identifier\": {\r\n \ - \ \"uniqueName\": \"3de261df-f2d8-4c00-a0ee-a0be30f1e48e-CLINUXUTIPDPBMKZOQYZWFIQ\"\ + \ \"uniqueName\": \"3de261df-f2d8-4c00-a0ee-a0be30f1e48e-CLI4Z2XEX26F3MGPX5WKUGWP\"\ \r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/WestUS3/capsOperations/60aa2c02-6334-4ca2-804c-eeb480d05421?api-version=2021-10-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/CentralUSEUAP/capsOperations/664bc1f8-5984-4c30-815e-d79384d7cd4a?api-version=2021-10-01 cache-control: - no-cache content-length: - - '427' + - '433' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:15:46 GMT + - Wed, 03 May 2023 05:29:25 GMT expires: - '-1' pragma: @@ -527,7 +527,7 @@ interactions: x-ms-ratelimit-remaining-resource: - Microsoft.Compute/CreateUpdateGallery3Min;49,Microsoft.Compute/CreateUpdateGallery30Min;299 x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -545,23 +545,23 @@ interactions: ParameterSetName: - -r --location -g User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/WestUS3/capsOperations/60aa2c02-6334-4ca2-804c-eeb480d05421?api-version=2021-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/CentralUSEUAP/capsOperations/664bc1f8-5984-4c30-815e-d79384d7cd4a?api-version=2021-10-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-01T05:15:47.1705555+00:00\",\r\n \"\ - endTime\": \"2023-03-01T05:15:47.5299212+00:00\",\r\n \"status\": \"Succeeded\"\ - ,\r\n \"name\": \"60aa2c02-6334-4ca2-804c-eeb480d05421\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-03T05:29:25.553956+00:00\",\r\n \"\ + endTime\": \"2023-05-03T05:29:26.8196008+00:00\",\r\n \"status\": \"Succeeded\"\ + ,\r\n \"name\": \"664bc1f8-5984-4c30-815e-d79384d7cd4a\"\r\n}" headers: cache-control: - no-cache content-length: - - '184' + - '183' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:16:16 GMT + - Wed, 03 May 2023 05:29:55 GMT expires: - '-1' pragma: @@ -596,25 +596,25 @@ interactions: ParameterSetName: - -r --location -g User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004?api-version=2021-10-01 response: body: string: "{\r\n \"name\": \"cli000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004\"\ - ,\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"westus3\"\ + ,\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"centraluseuap\"\ ,\r\n \"tags\": {},\r\n \"properties\": {\r\n \"identifier\": {\r\n \ - \ \"uniqueName\": \"3de261df-f2d8-4c00-a0ee-a0be30f1e48e-CLINUXUTIPDPBMKZOQYZWFIQ\"\ + \ \"uniqueName\": \"3de261df-f2d8-4c00-a0ee-a0be30f1e48e-CLI4Z2XEX26F3MGPX5WKUGWP\"\ \r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '428' + - '434' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:16:17 GMT + - Wed, 03 May 2023 05:29:55 GMT expires: - '-1' pragma: @@ -631,12 +631,12 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetGallery3Min;346,Microsoft.Compute/GetGallery30Min;2495 + - Microsoft.Compute/GetGallery3Min;346,Microsoft.Compute/GetGallery30Min;2496 status: code: 200 message: OK - request: - body: '{"location": "westus3", "tags": {}, "properties": {"osType": "Windows", + body: '{"location": "centraluseuap", "tags": {}, "properties": {"osType": "Windows", "osState": "Generalized", "hyperVGeneration": "V2", "identifier": {"publisher": "MicrosoftWindowsDesktop", "offer": "Windows-10", "sku": "win10-21h2-entn-g2"}, "disallowed": {}, "features": [{"name": "SecurityType", "value": "TrustedLaunch"}]}}' @@ -650,20 +650,20 @@ interactions: Connection: - keep-alive Content-Length: - - '316' + - '322' Content-Type: - application/json ParameterSetName: - -i -p -g -f -s --location --os-type -r --hyper-v-generation --features User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004/images/cli000005?api-version=2021-10-01 response: body: string: "{\r\n \"name\": \"cli000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004/images/cli000005\"\ ,\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\"\ - : \"westus3\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"hyperVGeneration\"\ + : \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"hyperVGeneration\"\ : \"V2\",\r\n \"architecture\": \"x64\",\r\n \"features\": [\r\n \ \ {\r\n \"name\": \"SecurityType\",\r\n \"value\": \"TrustedLaunch\"\ \r\n }\r\n ],\r\n \"osType\": \"Windows\",\r\n \"osState\":\ @@ -672,15 +672,15 @@ interactions: \r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/WestUS3/capsOperations/6528dd44-5065-444d-a18a-e9d40bd8e06b?api-version=2021-10-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/CentralUSEUAP/capsOperations/8b0003a1-a4cb-4fa2-9b12-4dcaf1cea581?api-version=2021-10-01 cache-control: - no-cache content-length: - - '706' + - '712' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:16:19 GMT + - Wed, 03 May 2023 05:29:58 GMT expires: - '-1' pragma: @@ -713,23 +713,23 @@ interactions: ParameterSetName: - -i -p -g -f -s --location --os-type -r --hyper-v-generation --features User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/WestUS3/capsOperations/6528dd44-5065-444d-a18a-e9d40bd8e06b?api-version=2021-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/CentralUSEUAP/capsOperations/8b0003a1-a4cb-4fa2-9b12-4dcaf1cea581?api-version=2021-10-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-01T05:16:20.1708548+00:00\",\r\n \"\ - endTime\": \"2023-03-01T05:16:20.295793+00:00\",\r\n \"status\": \"Succeeded\"\ - ,\r\n \"name\": \"6528dd44-5065-444d-a18a-e9d40bd8e06b\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-03T05:29:58.1791387+00:00\",\r\n \"\ + endTime\": \"2023-05-03T05:29:58.4916542+00:00\",\r\n \"status\": \"Succeeded\"\ + ,\r\n \"name\": \"8b0003a1-a4cb-4fa2-9b12-4dcaf1cea581\"\r\n}" headers: cache-control: - no-cache content-length: - - '183' + - '184' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:16:50 GMT + - Wed, 03 May 2023 05:30:28 GMT expires: - '-1' pragma: @@ -764,14 +764,14 @@ interactions: ParameterSetName: - -i -p -g -f -s --location --os-type -r --hyper-v-generation --features User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004/images/cli000005?api-version=2021-10-01 response: body: string: "{\r\n \"name\": \"cli000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004/images/cli000005\"\ ,\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\"\ - : \"westus3\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"hyperVGeneration\"\ + : \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"hyperVGeneration\"\ : \"V2\",\r\n \"architecture\": \"x64\",\r\n \"features\": [\r\n \ \ {\r\n \"name\": \"SecurityType\",\r\n \"value\": \"TrustedLaunch\"\ \r\n }\r\n ],\r\n \"osType\": \"Windows\",\r\n \"osState\":\ @@ -782,11 +782,11 @@ interactions: cache-control: - no-cache content-length: - - '707' + - '713' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:16:50 GMT + - Wed, 03 May 2023 05:30:28 GMT expires: - '-1' pragma: @@ -808,7 +808,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus3", "properties": {"addressSpace": {"addressPrefixes": + body: '{"location": "centraluseuap", "properties": {"addressSpace": {"addressPrefixes": ["10.0.0.0/16"]}, "enableDdosProtection": false, "enableVmProtection": false}}' headers: Accept: @@ -820,22 +820,22 @@ interactions: Connection: - keep-alive Content-Length: - - '153' + - '159' Content-Type: - application/json ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000009?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cli000009\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000009\"\ - ,\r\n \"etag\": \"W/\\\"eaf68fb0-e0b2-4be4-9731-77de27ad093f\\\"\",\r\n \ - \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus3\"\ + ,\r\n \"etag\": \"W/\\\"5b67212a-fb2f-4054-84cc-b7e6cab65075\\\"\",\r\n \ + \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"centraluseuap\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ - \ \"resourceGuid\": \"5c25747a-907c-4d84-8f54-74e84b7d25af\",\r\n \"\ + \ \"resourceGuid\": \"8e1dd26a-26cd-47b3-9f89-3ea7a64fc776\",\r\n \"\ addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\ \r\n ]\r\n },\r\n \"subnets\": [],\r\n \"virtualNetworkPeerings\"\ : [],\r\n \"enableDdosProtection\": false\r\n }\r\n}" @@ -843,15 +843,15 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus3/operations/c8db5dc2-dcfb-4f97-8f22-dd62fbaa2d3e?api-version=2022-01-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/c5180585-3b5a-4345-99a1-23f1627739cd?api-version=2022-01-01 cache-control: - no-cache content-length: - - '610' + - '616' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:16:52 GMT + - Wed, 03 May 2023 05:30:30 GMT expires: - '-1' pragma: @@ -864,9 +864,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - faddb534-7ea5-446a-b108-7d654736bde7 + - 948830a4-7050-45cd-a673-c62089ddfdd4 x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1196' status: code: 201 message: '' @@ -884,9 +884,9 @@ interactions: ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus3/operations/c8db5dc2-dcfb-4f97-8f22-dd62fbaa2d3e?api-version=2022-01-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/c5180585-3b5a-4345-99a1-23f1627739cd?api-version=2022-01-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -898,7 +898,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:16:55 GMT + - Wed, 03 May 2023 05:30:33 GMT expires: - '-1' pragma: @@ -915,7 +915,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1c33007a-de32-43b2-917a-51bf92454abc + - 163095e4-bf55-42cf-9582-cdec19b12c3b status: code: 200 message: '' @@ -933,16 +933,16 @@ interactions: ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000009?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cli000009\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000009\"\ - ,\r\n \"etag\": \"W/\\\"7b89c2cb-1379-431b-82a7-b8f3ed290d5d\\\"\",\r\n \ - \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus3\"\ + ,\r\n \"etag\": \"W/\\\"c4ae5f0c-d077-4de8-b7f0-7baeac6d5d8f\\\"\",\r\n \ + \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"centraluseuap\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ - \ \"resourceGuid\": \"5c25747a-907c-4d84-8f54-74e84b7d25af\",\r\n \"\ + \ \"resourceGuid\": \"8e1dd26a-26cd-47b3-9f89-3ea7a64fc776\",\r\n \"\ addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\ \r\n ]\r\n },\r\n \"subnets\": [],\r\n \"virtualNetworkPeerings\"\ : [],\r\n \"enableDdosProtection\": false\r\n }\r\n}" @@ -950,13 +950,13 @@ interactions: cache-control: - no-cache content-length: - - '611' + - '617' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:16:55 GMT + - Wed, 03 May 2023 05:30:33 GMT etag: - - W/"7b89c2cb-1379-431b-82a7-b8f3ed290d5d" + - W/"c4ae5f0c-d077-4de8-b7f0-7baeac6d5d8f" expires: - '-1' pragma: @@ -973,12 +973,12 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 15a1eb3f-ded6-4494-b757-b4dc7d4ae8d1 + - f0a7547d-bbdb-4e41-86f4-3b906869250d status: code: 200 message: '' - request: - body: '{"location": "westus3"}' + body: '{"location": "centraluseuap"}' headers: Accept: - application/json @@ -989,25 +989,25 @@ interactions: Connection: - keep-alive Content-Length: - - '23' + - '29' Content-Type: - application/json ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000011?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cli000011\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000011\"\ - ,\r\n \"etag\": \"W/\\\"6d5a8188-706b-47a9-ad05-596c3f92277e\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"cb6913a6-59dc-40d7-8ad6-d68715436d0e\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\"\ - : \"westus3\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ - ,\r\n \"resourceGuid\": \"3cfb0070-802b-473e-909b-12e966dfeab7\",\r\n \ - \ \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n {\r\ - \n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000011/defaultSecurityRules/AllowVnetInBound\"\ - ,\r\n \"etag\": \"W/\\\"6d5a8188-706b-47a9-ad05-596c3f92277e\\\"\"\ + : \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\":\ + \ \"Updating\",\r\n \"resourceGuid\": \"180f1d59-3d47-409b-9348-97a99afff8b0\"\ + ,\r\n \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n \ + \ {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000011/defaultSecurityRules/AllowVnetInBound\"\ + ,\r\n \"etag\": \"W/\\\"cb6913a6-59dc-40d7-8ad6-d68715436d0e\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\"\ @@ -1020,7 +1020,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\ \n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000011/defaultSecurityRules/AllowAzureLoadBalancerInBound\"\ - ,\r\n \"etag\": \"W/\\\"6d5a8188-706b-47a9-ad05-596c3f92277e\\\"\"\ + ,\r\n \"etag\": \"W/\\\"cb6913a6-59dc-40d7-8ad6-d68715436d0e\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Allow inbound traffic from azure load balancer\"\ @@ -1033,7 +1033,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\"\ : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000011/defaultSecurityRules/DenyAllInBound\"\ - ,\r\n \"etag\": \"W/\\\"6d5a8188-706b-47a9-ad05-596c3f92277e\\\"\"\ + ,\r\n \"etag\": \"W/\\\"cb6913a6-59dc-40d7-8ad6-d68715436d0e\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Deny all inbound traffic\",\r\n \ @@ -1045,7 +1045,7 @@ interactions: : [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\"\ : []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000011/defaultSecurityRules/AllowVnetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"6d5a8188-706b-47a9-ad05-596c3f92277e\\\"\"\ + ,\r\n \"etag\": \"W/\\\"cb6913a6-59dc-40d7-8ad6-d68715436d0e\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Allow outbound traffic from all VMs to all\ @@ -1058,7 +1058,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000011/defaultSecurityRules/AllowInternetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"6d5a8188-706b-47a9-ad05-596c3f92277e\\\"\"\ + ,\r\n \"etag\": \"W/\\\"cb6913a6-59dc-40d7-8ad6-d68715436d0e\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\"\ @@ -1071,7 +1071,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"\ id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000011/defaultSecurityRules/DenyAllOutBound\"\ - ,\r\n \"etag\": \"W/\\\"6d5a8188-706b-47a9-ad05-596c3f92277e\\\"\"\ + ,\r\n \"etag\": \"W/\\\"cb6913a6-59dc-40d7-8ad6-d68715436d0e\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Deny all outbound traffic\",\r\n \ @@ -1086,15 +1086,15 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus3/operations/eea3ab4f-ea1d-4a3b-b826-6696283098fa?api-version=2022-01-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/4ad21ada-4cfe-42ba-8a57-5f8b01db5e86?api-version=2022-01-01 cache-control: - no-cache content-length: - - '6532' + - '6538' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:16:58 GMT + - Wed, 03 May 2023 05:30:35 GMT expires: - '-1' pragma: @@ -1107,12 +1107,12 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ce43fd73-6714-4f9c-8874-ddc1123ebcc2 + - 1e787232-30ef-4116-b791-b2e36e86bc92 x-ms-ratelimit-remaining-subscription-writes: - '1199' status: code: 201 - message: '' + message: Created - request: body: null headers: @@ -1127,9 +1127,9 @@ interactions: ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus3/operations/eea3ab4f-ea1d-4a3b-b826-6696283098fa?api-version=2022-01-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/4ad21ada-4cfe-42ba-8a57-5f8b01db5e86?api-version=2022-01-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -1141,7 +1141,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:17:01 GMT + - Wed, 03 May 2023 05:30:36 GMT expires: - '-1' pragma: @@ -1158,10 +1158,10 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7e39e036-514a-4995-9954-015ffa9d0d11 + - d85e08bc-8c56-4b12-a812-20e4b4eca6de status: code: 200 - message: '' + message: OK - request: body: null headers: @@ -1176,19 +1176,19 @@ interactions: ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000011?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cli000011\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000011\"\ - ,\r\n \"etag\": \"W/\\\"7f98d6ee-227d-4151-a6c4-a70b8ecf4491\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"e0177e6a-8d71-4742-bd0d-3babbfa17478\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\"\ - : \"westus3\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ - ,\r\n \"resourceGuid\": \"3cfb0070-802b-473e-909b-12e966dfeab7\",\r\n \ - \ \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n {\r\ - \n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000011/defaultSecurityRules/AllowVnetInBound\"\ - ,\r\n \"etag\": \"W/\\\"7f98d6ee-227d-4151-a6c4-a70b8ecf4491\\\"\"\ + : \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\":\ + \ \"Succeeded\",\r\n \"resourceGuid\": \"180f1d59-3d47-409b-9348-97a99afff8b0\"\ + ,\r\n \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n \ + \ {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000011/defaultSecurityRules/AllowVnetInBound\"\ + ,\r\n \"etag\": \"W/\\\"e0177e6a-8d71-4742-bd0d-3babbfa17478\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\"\ @@ -1201,7 +1201,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\ \n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000011/defaultSecurityRules/AllowAzureLoadBalancerInBound\"\ - ,\r\n \"etag\": \"W/\\\"7f98d6ee-227d-4151-a6c4-a70b8ecf4491\\\"\"\ + ,\r\n \"etag\": \"W/\\\"e0177e6a-8d71-4742-bd0d-3babbfa17478\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow inbound traffic from azure load balancer\"\ @@ -1214,7 +1214,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\"\ : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000011/defaultSecurityRules/DenyAllInBound\"\ - ,\r\n \"etag\": \"W/\\\"7f98d6ee-227d-4151-a6c4-a70b8ecf4491\\\"\"\ + ,\r\n \"etag\": \"W/\\\"e0177e6a-8d71-4742-bd0d-3babbfa17478\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Deny all inbound traffic\",\r\n \ @@ -1226,7 +1226,7 @@ interactions: : [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\"\ : []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000011/defaultSecurityRules/AllowVnetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"7f98d6ee-227d-4151-a6c4-a70b8ecf4491\\\"\"\ + ,\r\n \"etag\": \"W/\\\"e0177e6a-8d71-4742-bd0d-3babbfa17478\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow outbound traffic from all VMs to all\ @@ -1239,7 +1239,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000011/defaultSecurityRules/AllowInternetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"7f98d6ee-227d-4151-a6c4-a70b8ecf4491\\\"\"\ + ,\r\n \"etag\": \"W/\\\"e0177e6a-8d71-4742-bd0d-3babbfa17478\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\"\ @@ -1252,7 +1252,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"\ id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000011/defaultSecurityRules/DenyAllOutBound\"\ - ,\r\n \"etag\": \"W/\\\"7f98d6ee-227d-4151-a6c4-a70b8ecf4491\\\"\"\ + ,\r\n \"etag\": \"W/\\\"e0177e6a-8d71-4742-bd0d-3babbfa17478\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Deny all outbound traffic\",\r\n \ @@ -1267,13 +1267,13 @@ interactions: cache-control: - no-cache content-length: - - '6539' + - '6545' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:17:01 GMT + - Wed, 03 May 2023 05:30:36 GMT etag: - - W/"7f98d6ee-227d-4151-a6c4-a70b8ecf4491" + - W/"e0177e6a-8d71-4742-bd0d-3babbfa17478" expires: - '-1' pragma: @@ -1290,10 +1290,10 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 769660c6-58e3-48cc-9884-57045f701e09 + - 02589b7b-ad2d-4f1c-9450-4fb35c4f3f4e status: code: 200 - message: '' + message: OK - request: body: '{"name": "cli000010", "properties": {"addressPrefix": "10.0.0.0/21", "networkSecurityGroup": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000011"}}}' @@ -1313,13 +1313,13 @@ interactions: ParameterSetName: - --nsg -n --vnet-name -g --address-prefixes User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000009/subnets/cli000010?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cli000010\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000009/subnets/cli000010\"\ - ,\r\n \"etag\": \"W/\\\"32de394e-dd46-4311-960e-af1cae05f7f4\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"500f2fcf-4588-4775-9f1d-90602d9d6fb5\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"\ addressPrefix\": \"10.0.0.0/21\",\r\n \"networkSecurityGroup\": {\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000011\"\ @@ -1330,7 +1330,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus3/operations/8d8ce5b3-3644-4179-920b-9da7e7973311?api-version=2022-01-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/2f4e8f6b-fad0-4185-b9d6-69a01f92866d?api-version=2022-01-01 cache-control: - no-cache content-length: @@ -1338,7 +1338,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:17:02 GMT + - Wed, 03 May 2023 05:30:37 GMT expires: - '-1' pragma: @@ -1351,12 +1351,12 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3fd50e80-9d57-4812-a4e2-b4d24efbf5d5 + - 6add96e6-10b0-402b-803e-b3838114fbfb x-ms-ratelimit-remaining-subscription-writes: - '1198' status: code: 201 - message: '' + message: Created - request: body: null headers: @@ -1371,9 +1371,9 @@ interactions: ParameterSetName: - --nsg -n --vnet-name -g --address-prefixes User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus3/operations/8d8ce5b3-3644-4179-920b-9da7e7973311?api-version=2022-01-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/2f4e8f6b-fad0-4185-b9d6-69a01f92866d?api-version=2022-01-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -1385,7 +1385,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:17:05 GMT + - Wed, 03 May 2023 05:30:40 GMT expires: - '-1' pragma: @@ -1402,10 +1402,10 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a7e2d4ad-381a-4012-a26f-2fcbecbcffcb + - 629c07e5-3fd2-49b0-80d3-20c976fbf018 status: code: 200 - message: '' + message: OK - request: body: null headers: @@ -1420,13 +1420,13 @@ interactions: ParameterSetName: - --nsg -n --vnet-name -g --address-prefixes User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000009/subnets/cli000010?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cli000010\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000009/subnets/cli000010\"\ - ,\r\n \"etag\": \"W/\\\"07796d93-fb35-45a7-8b7e-a4bc96c82f53\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"75152e4f-87ce-4fa7-b190-64680fe59e8b\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ addressPrefix\": \"10.0.0.0/21\",\r\n \"networkSecurityGroup\": {\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000011\"\ @@ -1441,9 +1441,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:17:05 GMT + - Wed, 03 May 2023 05:30:40 GMT etag: - - W/"07796d93-fb35-45a7-8b7e-a4bc96c82f53" + - W/"75152e4f-87ce-4fa7-b190-64680fe59e8b" expires: - '-1' pragma: @@ -1460,10 +1460,10 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 457fa7f4-fe2e-4faa-8b82-a946411ffbc7 + - 8cdc533f-81c3-40c3-9ab7-3e85d5ba1600 status: code: 200 - message: '' + message: OK - request: body: null headers: @@ -1479,9 +1479,9 @@ interactions: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus3/publishers/MicrosoftWindowsDesktop/artifacttypes/vmimage/offers/Windows-10/skus/win10-21h2-entn-g2/versions/19044.2486.230107?api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/centraluseuap/publishers/MicrosoftWindowsDesktop/artifacttypes/vmimage/offers/Windows-10/skus/win10-21h2-entn-g2/versions/19044.2486.230107?api-version=2022-11-01 response: body: string: "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V2\",\r\n \ @@ -1489,26 +1489,27 @@ interactions: \ \"replicaCount\": 10,\r\n \"disallowed\": {\r\n \"vmDiskType\"\ : \"Unmanaged\"\r\n },\r\n \"automaticOSUpgradeProperties\": {\r\n \ \ \"automaticOSUpgradeSupported\": false\r\n },\r\n \"imageDeprecationStatus\"\ - : {\r\n \"imageState\": \"Active\"\r\n },\r\n \"features\": [\r\ - \n {\r\n \"name\": \"SecurityType\",\r\n \"value\": \"\ - TrustedLaunchSupported\"\r\n },\r\n {\r\n \"name\": \"IsAcceleratedNetworkSupported\"\ + : {\r\n \"imageState\": \"ScheduledForDeprecation\",\r\n \"scheduledDeprecationTime\"\ + : \"2023-06-11T00:00:00+00:00\"\r\n },\r\n \"features\": [\r\n \ + \ {\r\n \"name\": \"SecurityType\",\r\n \"value\": \"TrustedLaunchSupported\"\ + \r\n },\r\n {\r\n \"name\": \"IsAcceleratedNetworkSupported\"\ ,\r\n \"value\": \"True\"\r\n },\r\n {\r\n \"name\"\ : \"DiskControllerTypes\",\r\n \"value\": \"SCSI\"\r\n },\r\n\ \ {\r\n \"name\": \"IsHibernateSupported\",\r\n \"value\"\ : \"True\"\r\n }\r\n ],\r\n \"osDiskImage\": {\r\n \"operatingSystem\"\ : \"Windows\",\r\n \"sizeInGb\": 127\r\n },\r\n \"dataDiskImages\"\ - : []\r\n },\r\n \"location\": \"WestUS3\",\r\n \"name\": \"19044.2486.230107\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/MicrosoftWindowsDesktop/ArtifactTypes/VMImage/Offers/Windows-10/Skus/win10-21h2-entn-g2/Versions/19044.2486.230107\"\ + : []\r\n },\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"19044.2486.230107\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/MicrosoftWindowsDesktop/ArtifactTypes/VMImage/Offers/Windows-10/Skus/win10-21h2-entn-g2/Versions/19044.2486.230107\"\ \r\n}" headers: cache-control: - no-cache content-length: - - '1161' + - '1254' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:17:07 GMT + - Wed, 03 May 2023 05:30:41 GMT expires: - '-1' pragma: @@ -1544,12 +1545,12 @@ interactions: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network?api-version=2022-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network","namespace":"Microsoft.Network","authorizations":[{"applicationId":"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c","roleDefinitionId":"13ba9ab4-19f0-4804-adc4-14ece36cc7a1"},{"applicationId":"7c33bfcb-8d33-48d6-8e60-dc6404003489","roleDefinitionId":"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3"},{"applicationId":"1e3e4475-288f-4018-a376-df66fd7fac5f","roleDefinitionId":"1d538b69-3d87-4e56-8ff8-25786fd48261"},{"applicationId":"a0be0c72-870e-46f0-9c49-c98333a996f7","roleDefinitionId":"7ce22727-ffce-45a9-930c-ddb2e56fa131"},{"applicationId":"486c78bf-a0f7-45f1-92fd-37215929e116","roleDefinitionId":"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d"},{"applicationId":"19947cfd-0303-466c-ac3c-fcc19a7a1570","roleDefinitionId":"d813ab6c-bfb7-413e-9462-005b21f0ce09"},{"applicationId":"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd","roleDefinitionId":"8141843c-c51c-4c1e-a5bf-0d351594b86c"},{"applicationId":"328fd23b-de6e-462c-9433-e207470a5727","roleDefinitionId":"79e29e06-4056-41e5-a6b2-959f1f47747e"},{"applicationId":"6d057c82-a784-47ae-8d12-ca7b38cf06b4","roleDefinitionId":"c27dd31e-c1e5-4ab0-93e1-a12ba34f182e"},{"applicationId":"b4ca0290-4e73-4e31-ade0-c82ecfaabf6a","roleDefinitionId":"18363e25-ff21-4159-ae8d-7dfecb5bd001"},{"applicationId":"79d7fb34-4bef-4417-8184-ff713af7a679","roleDefinitionId":"1c1f11ef-abfa-4abe-a02b-226771d07fc7"},{"applicationId":"38808189-fa7a-4d8a-807f-eba01edacca6","roleDefinitionId":"7dbad3e2-b105-40d5-8fe4-4a9ff6c17ae6"}],"resourceTypes":[{"resourceType":"virtualNetworks","locations":["West + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network","namespace":"Microsoft.Network","authorizations":[{"applicationId":"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c","roleDefinitionId":"13ba9ab4-19f0-4804-adc4-14ece36cc7a1"},{"applicationId":"7c33bfcb-8d33-48d6-8e60-dc6404003489","roleDefinitionId":"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3"},{"applicationId":"1e3e4475-288f-4018-a376-df66fd7fac5f","roleDefinitionId":"1d538b69-3d87-4e56-8ff8-25786fd48261"},{"applicationId":"a0be0c72-870e-46f0-9c49-c98333a996f7","roleDefinitionId":"7ce22727-ffce-45a9-930c-ddb2e56fa131"},{"applicationId":"486c78bf-a0f7-45f1-92fd-37215929e116","roleDefinitionId":"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d"},{"applicationId":"19947cfd-0303-466c-ac3c-fcc19a7a1570","roleDefinitionId":"d813ab6c-bfb7-413e-9462-005b21f0ce09"},{"applicationId":"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd","roleDefinitionId":"8141843c-c51c-4c1e-a5bf-0d351594b86c"},{"applicationId":"328fd23b-de6e-462c-9433-e207470a5727","roleDefinitionId":"79e29e06-4056-41e5-a6b2-959f1f47747e"},{"applicationId":"6d057c82-a784-47ae-8d12-ca7b38cf06b4","roleDefinitionId":"c27dd31e-c1e5-4ab0-93e1-a12ba34f182e"},{"applicationId":"b4ca0290-4e73-4e31-ade0-c82ecfaabf6a","roleDefinitionId":"18363e25-ff21-4159-ae8d-7dfecb5bd001"},{"applicationId":"79d7fb34-4bef-4417-8184-ff713af7a679","roleDefinitionId":"1c1f11ef-abfa-4abe-a02b-226771d07fc7"},{"applicationId":"38808189-fa7a-4d8a-807f-eba01edacca6","roleDefinitionId":"7dbad3e2-b105-40d5-8fe4-4a9ff6c17ae6"},{"applicationId":"6e02f8e9-db9b-4eb5-aa5a-7c8968375f68","roleDefinitionId":"787424c7-f9d2-416b-a939-4d59deb2d259"}],"resourceTypes":[{"resourceType":"virtualNetworks","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1557,7 +1558,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"virtualNetworks/taggedTrafficConsumers","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1566,7 +1567,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"None"},{"resourceType":"natGateways","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"None"},{"resourceType":"natGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1574,7 +1575,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01"],"defaultApiVersion":"2020-03-01","zoneMappings":[{"location":"Australia + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01"],"defaultApiVersion":"2020-03-01","zoneMappings":[{"location":"Australia East","zones":["3","1","2"]},{"location":"Brazil South","zones":["3","1","2"]},{"location":"Canada Central","zones":["3","1","2"]},{"location":"Central India","zones":["3","1","2"]},{"location":"Central US","zones":["3","1","2"]},{"location":"Central US EUAP","zones":["2","1"]},{"location":"East @@ -1589,7 +1590,7 @@ interactions: North","zones":["3","1","2"]},{"location":"UAE North","zones":["3","1","2"]},{"location":"UK South","zones":["3","1","2"]},{"location":"West Europe","zones":["3","1","2"]},{"location":"West US","zones":[]},{"location":"West US 2","zones":["3","1","2"]},{"location":"West - US 3","zones":["3","1","2"]}],"capabilities":"CrossResourceGroupResourceMove, + US 3","zones":["3","1","2"]},{"location":"Poland Central","zones":["3","1","2"]}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"publicIPAddresses","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1598,7 +1599,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"zoneMappings":[{"location":"Australia + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"zoneMappings":[{"location":"Australia East","zones":["3","1","2"]},{"location":"Brazil South","zones":["3","1","2"]},{"location":"Canada Central","zones":["3","1","2"]},{"location":"Central India","zones":["3","1","2"]},{"location":"Central US","zones":["3","1","2"]},{"location":"Central US EUAP","zones":["2","1"]},{"location":"East @@ -1613,7 +1614,7 @@ interactions: North","zones":["3","1","2"]},{"location":"UAE North","zones":["3","1","2"]},{"location":"UK South","zones":["3","1","2"]},{"location":"West Europe","zones":["3","1","2"]},{"location":"West US","zones":[]},{"location":"West US 2","zones":["3","1","2"]},{"location":"West - US 3","zones":["3","1","2"]}],"capabilities":"CrossResourceGroupResourceMove, + US 3","zones":["3","1","2"]},{"location":"Poland Central","zones":["3","1","2"]}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"internalPublicIpAddresses","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1622,7 +1623,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01"],"capabilities":"None"},{"resourceType":"customIpPrefixes","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01"],"capabilities":"None"},{"resourceType":"customIpPrefixes","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1630,7 +1631,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01"],"defaultApiVersion":"2020-06-01","zoneMappings":[{"location":"Australia + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01"],"defaultApiVersion":"2020-06-01","zoneMappings":[{"location":"Australia East","zones":["3","1","2"]},{"location":"Brazil South","zones":["3","1","2"]},{"location":"Canada Central","zones":["3","1","2"]},{"location":"Central India","zones":["3","1","2"]},{"location":"Central US","zones":["3","1","2"]},{"location":"Central US EUAP","zones":["2","1"]},{"location":"East @@ -1645,7 +1646,7 @@ interactions: North","zones":["3","1","2"]},{"location":"UAE North","zones":["3","1","2"]},{"location":"UK South","zones":["3","1","2"]},{"location":"West Europe","zones":["3","1","2"]},{"location":"West US","zones":[]},{"location":"West US 2","zones":["3","1","2"]},{"location":"West - US 3","zones":["3","1","2"]}],"capabilities":"CrossResourceGroupResourceMove, + US 3","zones":["3","1","2"]},{"location":"Poland Central","zones":["3","1","2"]}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"networkInterfaces","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1654,7 +1655,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"dscpConfigurations","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1663,7 +1664,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01"],"defaultApiVersion":"2020-06-01","capabilities":"CrossResourceGroupResourceMove, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01"],"defaultApiVersion":"2020-06-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"privateEndpoints","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1672,7 +1673,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"privateEndpoints/privateLinkServiceProxies","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1681,15 +1682,15 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01"],"defaultApiVersion":"2020-03-01","capabilities":"None"},{"resourceType":"privateEndpointRedirectMaps","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01"],"defaultApiVersion":"2020-03-01","capabilities":"None"},{"resourceType":"privateEndpointRedirectMaps","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway - East","West US 3","Jio India West","Sweden Central","Qatar Central","Central - US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + East","West US 3","Jio India West","Sweden Central","Qatar Central","Poland + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"loadBalancers","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil @@ -1697,8 +1698,8 @@ interactions: India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway - East","West US 3","Jio India West","Sweden Central","Qatar Central","Central - US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, + East","West US 3","Jio India West","Sweden Central","Qatar Central","Poland + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"networkSecurityGroups","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1707,7 +1708,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"applicationSecurityGroups","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1716,7 +1717,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2017-09-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2017-09-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"serviceEndpointPolicies","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1725,7 +1726,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"networkIntentPolicies","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1734,7 +1735,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"routeTables","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1743,7 +1744,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"publicIPPrefixes","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1752,7 +1753,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01"],"defaultApiVersion":"2020-03-01","zoneMappings":[{"location":"Australia + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01"],"defaultApiVersion":"2020-03-01","zoneMappings":[{"location":"Australia East","zones":["3","1","2"]},{"location":"Brazil South","zones":["3","1","2"]},{"location":"Canada Central","zones":["3","1","2"]},{"location":"Central India","zones":["3","1","2"]},{"location":"Central US","zones":["3","1","2"]},{"location":"Central US EUAP","zones":["2","1"]},{"location":"East @@ -1767,7 +1768,7 @@ interactions: North","zones":["3","1","2"]},{"location":"UAE North","zones":["3","1","2"]},{"location":"UK South","zones":["3","1","2"]},{"location":"West Europe","zones":["3","1","2"]},{"location":"West US","zones":[]},{"location":"West US 2","zones":["3","1","2"]},{"location":"West - US 3","zones":["3","1","2"]}],"capabilities":"CrossResourceGroupResourceMove, + US 3","zones":["3","1","2"]},{"location":"Poland Central","zones":["3","1","2"]}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"networkWatchers","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1776,7 +1777,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"networkWatchers/connectionMonitors","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1785,7 +1786,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"networkWatchers/flowLogs","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1794,7 +1795,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"networkWatchers/pingMeshes","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1803,7 +1804,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"virtualNetworkGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1812,7 +1813,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"localNetworkGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1821,7 +1822,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connections","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1830,7 +1831,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"applicationGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1839,7 +1840,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","zoneMappings":[{"location":"Australia + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","zoneMappings":[{"location":"Australia East","zones":["3","1","2"]},{"location":"Brazil South","zones":["3","1","2"]},{"location":"Canada Central","zones":["3","1","2"]},{"location":"Central India","zones":["3","1","2"]},{"location":"Central US","zones":["3","1","2"]},{"location":"Central US EUAP","zones":["2","1"]},{"location":"East @@ -1854,7 +1855,8 @@ interactions: North","zones":["3","1","2"]},{"location":"UAE North","zones":["3","1","2"]},{"location":"UK South","zones":["3","1","2"]},{"location":"West Europe","zones":["3","1","2"]},{"location":"West US","zones":[]},{"location":"West US 2","zones":["3","1","2"]},{"location":"West - US 3","zones":["3","1","2"]}],"capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"applicationGatewayWebApplicationFirewallPolicies","locations":["West + US 3","zones":["3","1","2"]},{"location":"Poland Central","zones":["3","1","2"]}],"capabilities":"SupportsTags, + SupportsLocation"},{"resourceType":"applicationGatewayWebApplicationFirewallPolicies","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1862,8 +1864,8 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"None"},{"resourceType":"locations/operations","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"None"},{"resourceType":"locations/operations","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1871,7 +1873,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"None"},{"resourceType":"locations/operationResults","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"None"},{"resourceType":"locations/operationResults","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1879,7 +1881,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"None"},{"resourceType":"locations/CheckDnsNameAvailability","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"None"},{"resourceType":"locations/CheckDnsNameAvailability","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1887,7 +1889,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"None"},{"resourceType":"locations/setLoadBalancerFrontendPublicIpAddresses","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"None"},{"resourceType":"locations/setLoadBalancerFrontendPublicIpAddresses","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1895,7 +1897,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01"],"capabilities":"None"},{"resourceType":"cloudServiceSlots","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01"],"capabilities":"None"},{"resourceType":"cloudServiceSlots","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1903,7 +1905,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01"],"capabilities":"SupportsExtension"},{"resourceType":"locations/usages","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01"],"capabilities":"SupportsExtension"},{"resourceType":"locations/usages","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1911,7 +1913,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"None"},{"resourceType":"locations/virtualNetworkAvailableEndpointServices","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"None"},{"resourceType":"locations/virtualNetworkAvailableEndpointServices","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1919,7 +1921,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01"],"capabilities":"None"},{"resourceType":"locations/availableDelegations","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01"],"capabilities":"None"},{"resourceType":"locations/availableDelegations","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1927,7 +1929,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"None"},{"resourceType":"locations/ApplicationGatewayWafDynamicManifests","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"None"},{"resourceType":"locations/ApplicationGatewayWafDynamicManifests","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1935,7 +1937,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01"],"capabilities":"None"},{"resourceType":"locations/serviceTags","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01"],"capabilities":"None"},{"resourceType":"locations/serviceTags","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1943,7 +1945,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01"],"capabilities":"None"},{"resourceType":"locations/availablePrivateEndpointTypes","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01"],"capabilities":"None"},{"resourceType":"locations/availablePrivateEndpointTypes","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1951,7 +1953,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01"],"capabilities":"None"},{"resourceType":"locations/availableServiceAliases","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01"],"capabilities":"None"},{"resourceType":"locations/availableServiceAliases","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1959,7 +1961,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01"],"capabilities":"None"},{"resourceType":"locations/checkPrivateLinkServiceVisibility","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01"],"capabilities":"None"},{"resourceType":"locations/checkPrivateLinkServiceVisibility","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1967,7 +1969,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01"],"capabilities":"None"},{"resourceType":"locations/autoApprovedPrivateLinkServices","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01"],"capabilities":"None"},{"resourceType":"locations/autoApprovedPrivateLinkServices","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1975,7 +1977,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01"],"capabilities":"None"},{"resourceType":"locations/batchValidatePrivateEndpointsForResourceMove","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01"],"capabilities":"None"},{"resourceType":"locations/batchValidatePrivateEndpointsForResourceMove","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1983,7 +1985,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01"],"capabilities":"None"},{"resourceType":"locations/batchNotifyPrivateEndpointsForResourceMove","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01"],"capabilities":"None"},{"resourceType":"locations/batchNotifyPrivateEndpointsForResourceMove","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1991,7 +1993,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01"],"capabilities":"None"},{"resourceType":"locations/supportedVirtualMachineSizes","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01"],"capabilities":"None"},{"resourceType":"locations/supportedVirtualMachineSizes","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1999,7 +2001,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"None"},{"resourceType":"locations/setAzureNetworkManagerConfiguration","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"None"},{"resourceType":"locations/setAzureNetworkManagerConfiguration","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -2007,7 +2009,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01"],"capabilities":"None"},{"resourceType":"locations/publishResources","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01"],"capabilities":"None"},{"resourceType":"locations/publishResources","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -2015,7 +2017,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01"],"capabilities":"None"},{"resourceType":"locations/getAzureNetworkManagerConfiguration","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01"],"capabilities":"None"},{"resourceType":"locations/getAzureNetworkManagerConfiguration","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -2023,7 +2025,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01"],"capabilities":"None"},{"resourceType":"locations/checkAcceleratedNetworkingSupport","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01"],"capabilities":"None"},{"resourceType":"locations/checkAcceleratedNetworkingSupport","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -2031,7 +2033,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"None"},{"resourceType":"locations/validateResourceOwnership","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"None"},{"resourceType":"locations/validateResourceOwnership","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -2039,7 +2041,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"None"},{"resourceType":"locations/setResourceOwnership","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"None"},{"resourceType":"locations/setResourceOwnership","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -2047,7 +2049,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"None"},{"resourceType":"locations/effectiveResourceOwnership","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"None"},{"resourceType":"locations/effectiveResourceOwnership","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -2055,7 +2057,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"None"},{"resourceType":"operations","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"None"},{"resourceType":"operations","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -2063,7 +2065,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"None"},{"resourceType":"dnszones","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"defaultApiVersion":"2018-05-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-04-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-04-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2016-04-01"}],"capabilities":"CrossResourceGroupResourceMove, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"None"},{"resourceType":"dnszones","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"defaultApiVersion":"2018-05-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-04-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-04-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2016-04-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"dnsOperationResults","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"dnsOperationStatuses","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"getDnsResourceReference","locations":["global"],"apiVersions":["2018-05-01"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"internalNotify","locations":["global"],"apiVersions":["2018-05-01"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"dnszones/A","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"dnszones/AAAA","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"dnszones/CNAME","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"dnszones/PTR","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"dnszones/MX","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"dnszones/TXT","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"dnszones/SRV","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"dnszones/SOA","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"dnszones/NS","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"dnszones/CAA","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"dnszones/recordsets","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"dnszones/all","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"privateDnsZones","locations":["global"],"apiVersions":["2020-06-01","2020-01-01","2018-09-01"],"defaultApiVersion":"2018-09-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"privateDnsZones/virtualNetworkLinks","locations":["global"],"apiVersions":["2020-06-01","2020-01-01","2018-09-01"],"defaultApiVersion":"2018-09-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"privateDnsOperationResults","locations":["global"],"apiVersions":["2020-06-01","2020-01-01","2018-09-01"],"defaultApiVersion":"2018-09-01","capabilities":"None"},{"resourceType":"privateDnsOperationStatuses","locations":["global"],"apiVersions":["2020-06-01","2020-01-01","2018-09-01"],"defaultApiVersion":"2018-09-01","capabilities":"None"},{"resourceType":"privateDnsZonesInternal","locations":["global"],"apiVersions":["2020-06-01","2020-01-01"],"defaultApiVersion":"2020-01-01","capabilities":"None"},{"resourceType":"privateDnsZones/A","locations":["global"],"apiVersions":["2020-06-01","2020-01-01","2018-09-01"],"defaultApiVersion":"2018-09-01","capabilities":"None"},{"resourceType":"privateDnsZones/AAAA","locations":["global"],"apiVersions":["2020-06-01","2020-01-01","2018-09-01"],"defaultApiVersion":"2018-09-01","capabilities":"None"},{"resourceType":"privateDnsZones/CNAME","locations":["global"],"apiVersions":["2020-06-01","2020-01-01","2018-09-01"],"defaultApiVersion":"2018-09-01","capabilities":"None"},{"resourceType":"privateDnsZones/PTR","locations":["global"],"apiVersions":["2020-06-01","2020-01-01","2018-09-01"],"defaultApiVersion":"2018-09-01","capabilities":"None"},{"resourceType":"privateDnsZones/MX","locations":["global"],"apiVersions":["2020-06-01","2020-01-01","2018-09-01"],"defaultApiVersion":"2018-09-01","capabilities":"None"},{"resourceType":"privateDnsZones/TXT","locations":["global"],"apiVersions":["2020-06-01","2020-01-01","2018-09-01"],"defaultApiVersion":"2018-09-01","capabilities":"None"},{"resourceType":"privateDnsZones/SRV","locations":["global"],"apiVersions":["2020-06-01","2020-01-01","2018-09-01"],"defaultApiVersion":"2018-09-01","capabilities":"None"},{"resourceType":"privateDnsZones/SOA","locations":["global"],"apiVersions":["2020-06-01","2020-01-01","2018-09-01"],"defaultApiVersion":"2018-09-01","capabilities":"None"},{"resourceType":"privateDnsZones/all","locations":["global"],"apiVersions":["2020-06-01","2020-01-01","2018-09-01"],"defaultApiVersion":"2018-09-01","capabilities":"None"},{"resourceType":"virtualNetworks/privateDnsZoneLinks","locations":["global"],"apiVersions":["2020-06-01"],"defaultApiVersion":"2020-06-01","capabilities":"None"},{"resourceType":"dnsResolvers","locations":["West @@ -2073,7 +2075,7 @@ interactions: Central","Japan East","Germany West Central","South Africa North","Korea Central","Sweden Central","East Asia","Switzerland North","Brazil South","West US","Norway East","UAE North","Australia Southeast","Canada East","Japan West","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"CrossResourceGroupResourceMove, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"dnsResolvers/inboundEndpoints","locations":["West Central US","East US 2","West Europe","North Europe","Australia East","UK South","South Central US","East US","North Central US","West US 2","West US @@ -2081,7 +2083,7 @@ interactions: Central","Japan East","Germany West Central","South Africa North","Korea Central","Sweden Central","East Asia","Switzerland North","Brazil South","West US","Norway East","UAE North","Australia Southeast","Canada East","Japan West","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"CrossResourceGroupResourceMove, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"dnsResolvers/outboundEndpoints","locations":["West Central US","East US 2","West Europe","North Europe","Australia East","UK South","South Central US","East US","North Central US","West US 2","West US @@ -2089,7 +2091,7 @@ interactions: Central","Japan East","Germany West Central","South Africa North","Korea Central","Sweden Central","East Asia","Switzerland North","Brazil South","West US","Norway East","UAE North","Australia Southeast","Canada East","Japan West","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"CrossResourceGroupResourceMove, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"dnsForwardingRulesets","locations":["West Central US","East US 2","West Europe","North Europe","Australia East","UK South","South Central US","East US","North Central US","West US 2","West US @@ -2097,7 +2099,7 @@ interactions: Central","Japan East","Germany West Central","South Africa North","Korea Central","Sweden Central","East Asia","Switzerland North","Brazil South","West US","Norway East","UAE North","Australia Southeast","Canada East","Japan West","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"CrossResourceGroupResourceMove, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"dnsForwardingRulesets/forwardingRules","locations":["West Central US","East US 2","West Europe","North Europe","Australia East","UK South","South Central US","East US","North Central US","West US 2","West US @@ -2105,29 +2107,29 @@ interactions: Central","Japan East","Germany West Central","South Africa North","Korea Central","Sweden Central","East Asia","Switzerland North","Brazil South","West US","Norway East","UAE North","Australia Southeast","Canada East","Japan West","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"None"},{"resourceType":"dnsForwardingRulesets/virtualNetworkLinks","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"None"},{"resourceType":"dnsForwardingRulesets/virtualNetworkLinks","locations":["West Central US","East US 2","West Europe","North Europe","Australia East","UK South","South Central US","East US","North Central US","West US 2","West US 3","Southeast Asia","Central India","Canada Central","Central US","France Central","Japan East","Germany West Central","South Africa North","Korea Central","Sweden Central","East Asia","Switzerland North","Brazil South","West US","Norway East","UAE North","Australia Southeast","Canada East","Japan West","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"None"},{"resourceType":"virtualNetworks/listDnsResolvers","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"None"},{"resourceType":"virtualNetworks/listDnsResolvers","locations":["West Central US","East US 2","West Europe","North Europe","Australia East","UK South","South Central US","East US","North Central US","West US 2","West US 3","Southeast Asia","Central India","Canada Central","Central US","France Central","Japan East","Germany West Central","South Africa North","Korea Central","Sweden Central","East Asia","Switzerland North","Brazil South","West US","Norway East","UAE North","Australia Southeast","Canada East","Japan West","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"None"},{"resourceType":"virtualNetworks/listDnsForwardingRulesets","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"None"},{"resourceType":"virtualNetworks/listDnsForwardingRulesets","locations":["West Central US","East US 2","West Europe","North Europe","Australia East","UK South","South Central US","East US","North Central US","West US 2","West US 3","Southeast Asia","Central India","Canada Central","Central US","France Central","Japan East","Germany West Central","South Africa North","Korea Central","Sweden Central","East Asia","Switzerland North","Brazil South","West US","Norway East","UAE North","Australia Southeast","Canada East","Japan West","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"None"},{"resourceType":"locations/dnsResolverOperationResults","locations":[],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"None"},{"resourceType":"locations/dnsResolverOperationStatuses","locations":[],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"None"},{"resourceType":"trafficmanagerprofiles","locations":["global"],"apiVersions":["2022-04-01-preview","2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-05-01","2017-03-01","2015-11-01","2015-04-28-preview"],"defaultApiVersion":"2018-08-01","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"trafficmanagerprofiles/heatMaps","locations":["global"],"apiVersions":["2022-04-01-preview","2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-09-01-preview"],"defaultApiVersion":"2018-08-01","capabilities":"None"},{"resourceType":"trafficmanagerprofiles/azureendpoints","locations":["global"],"apiVersions":["2022-04-01-preview","2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-05-01","2017-03-01","2015-11-01","2015-04-28-preview"],"defaultApiVersion":"2018-08-01","capabilities":"None"},{"resourceType":"trafficmanagerprofiles/externalendpoints","locations":["global"],"apiVersions":["2022-04-01-preview","2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-05-01","2017-03-01","2015-11-01","2015-04-28-preview"],"defaultApiVersion":"2018-08-01","capabilities":"None"},{"resourceType":"trafficmanagerprofiles/nestedendpoints","locations":["global"],"apiVersions":["2022-04-01-preview","2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-05-01","2017-03-01","2015-11-01","2015-04-28-preview"],"defaultApiVersion":"2018-08-01","capabilities":"None"},{"resourceType":"checkTrafficManagerNameAvailability","locations":["global"],"apiVersions":["2022-04-01-preview","2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-05-01","2017-03-01","2015-11-01","2015-04-28-preview"],"defaultApiVersion":"2018-08-01","capabilities":"None"},{"resourceType":"trafficManagerUserMetricsKeys","locations":["global"],"apiVersions":["2022-04-01-preview","2018-08-01","2018-04-01","2017-09-01-preview"],"defaultApiVersion":"2018-08-01","capabilities":"None"},{"resourceType":"trafficManagerGeographicHierarchies","locations":["global"],"apiVersions":["2022-04-01-preview","2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-05-01","2017-03-01"],"defaultApiVersion":"2018-08-01","capabilities":"None"},{"resourceType":"expressRouteCircuits","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"None"},{"resourceType":"locations/dnsResolverOperationResults","locations":[],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"None"},{"resourceType":"locations/dnsResolverOperationStatuses","locations":[],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"None"},{"resourceType":"trafficmanagerprofiles","locations":["global"],"apiVersions":["2022-12-01-preview","2022-04-01-preview","2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-05-01","2017-03-01","2015-11-01","2015-04-28-preview"],"defaultApiVersion":"2018-08-01","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"trafficmanagerprofiles/heatMaps","locations":["global"],"apiVersions":["2022-04-01-preview","2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-09-01-preview"],"defaultApiVersion":"2018-08-01","capabilities":"None"},{"resourceType":"trafficmanagerprofiles/azureendpoints","locations":["global"],"apiVersions":["2022-12-01-preview","2022-04-01-preview","2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-05-01","2017-03-01","2015-11-01","2015-04-28-preview"],"defaultApiVersion":"2018-08-01","capabilities":"None"},{"resourceType":"trafficmanagerprofiles/externalendpoints","locations":["global"],"apiVersions":["2022-12-01-preview","2022-04-01-preview","2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-05-01","2017-03-01","2015-11-01","2015-04-28-preview"],"defaultApiVersion":"2018-08-01","capabilities":"None"},{"resourceType":"trafficmanagerprofiles/nestedendpoints","locations":["global"],"apiVersions":["2022-12-01-preview","2022-04-01-preview","2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-05-01","2017-03-01","2015-11-01","2015-04-28-preview"],"defaultApiVersion":"2018-08-01","capabilities":"None"},{"resourceType":"checkTrafficManagerNameAvailability","locations":["global"],"apiVersions":["2022-12-01-preview","2022-04-01-preview","2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-05-01","2017-03-01","2015-11-01","2015-04-28-preview"],"defaultApiVersion":"2018-08-01","capabilities":"None"},{"resourceType":"checkTrafficManagerNameAvailabilityV2","locations":["global"],"apiVersions":["2022-12-01-preview"],"defaultApiVersion":"2022-12-01-preview","capabilities":"None"},{"resourceType":"trafficManagerUserMetricsKeys","locations":["global"],"apiVersions":["2022-04-01-preview","2018-08-01","2018-04-01","2017-09-01-preview"],"defaultApiVersion":"2018-08-01","capabilities":"None"},{"resourceType":"trafficManagerGeographicHierarchies","locations":["global"],"apiVersions":["2022-12-01-preview","2022-04-01-preview","2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-05-01","2017-03-01"],"defaultApiVersion":"2018-08-01","capabilities":"None"},{"resourceType":"expressRouteCircuits","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -2135,7 +2137,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"expressRouteServiceProviders","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -2144,7 +2146,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"None"},{"resourceType":"applicationGatewayAvailableWafRuleSets","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"None"},{"resourceType":"applicationGatewayAvailableWafRuleSets","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -2152,7 +2154,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01"],"capabilities":"None"},{"resourceType":"applicationGatewayAvailableSslOptions","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01"],"capabilities":"None"},{"resourceType":"applicationGatewayAvailableSslOptions","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -2160,7 +2162,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01"],"capabilities":"None"},{"resourceType":"applicationGatewayAvailableServerVariables","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01"],"capabilities":"None"},{"resourceType":"applicationGatewayAvailableServerVariables","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -2168,7 +2170,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01"],"capabilities":"None"},{"resourceType":"applicationGatewayAvailableRequestHeaders","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01"],"capabilities":"None"},{"resourceType":"applicationGatewayAvailableRequestHeaders","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -2176,7 +2178,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01"],"capabilities":"None"},{"resourceType":"applicationGatewayAvailableResponseHeaders","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01"],"capabilities":"None"},{"resourceType":"applicationGatewayAvailableResponseHeaders","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -2184,7 +2186,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01"],"capabilities":"None"},{"resourceType":"routeFilters","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01"],"capabilities":"None"},{"resourceType":"routeFilters","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -2192,7 +2194,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"bgpServiceCommunities","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -2201,7 +2203,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01"],"capabilities":"None"},{"resourceType":"virtualWans","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01"],"capabilities":"None"},{"resourceType":"virtualWans","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -2209,7 +2211,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"vpnSites","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil @@ -2217,8 +2219,8 @@ interactions: India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway - East","West US 3","Jio India West","Sweden Central","Qatar Central","Central - US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + East","West US 3","Jio India West","Sweden Central","Qatar Central","Poland + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"vpnServerConfigurations","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -2226,8 +2228,8 @@ interactions: India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","South Africa North","Switzerland North","Germany West Central","Norway East","West - US 3","Jio India West","Sweden Central","Qatar Central","Central US EUAP","East - US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + US 3","Jio India West","Sweden Central","Qatar Central","Poland Central","Central + US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"virtualHubs","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil @@ -2235,8 +2237,8 @@ interactions: India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway - East","West US 3","Jio India West","Sweden Central","Qatar Central","Central - US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + East","West US 3","Jio India West","Sweden Central","Qatar Central","Poland + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"vpnGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil @@ -2244,8 +2246,8 @@ interactions: India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway - East","West US 3","Jio India West","Sweden Central","Qatar Central","Central - US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + East","West US 3","Jio India West","Sweden Central","Qatar Central","Poland + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"p2sVpnGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil @@ -2253,8 +2255,8 @@ interactions: India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","UAE North","South Africa North","Switzerland North","Germany West Central","Norway - East","West US 3","Jio India West","Sweden Central","Qatar Central","Central - US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + East","West US 3","Jio India West","Sweden Central","Qatar Central","Poland + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"expressRouteGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -2263,7 +2265,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"locations/hybridEdgeZone","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -2272,7 +2274,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01"],"capabilities":"None"},{"resourceType":"expressRoutePortsLocations","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01"],"capabilities":"None"},{"resourceType":"expressRoutePortsLocations","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -2280,7 +2282,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"],"capabilities":"None"},{"resourceType":"expressRoutePorts","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"],"capabilities":"None"},{"resourceType":"expressRoutePorts","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -2288,7 +2290,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","UAE North","South Africa North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"firewallPolicies","locations":["Qatar Central","UAE North","Australia Central 2","UAE Central","Germany North","Central India","Korea South","Switzerland North","Switzerland West","Japan West","France @@ -2298,7 +2300,7 @@ interactions: West","Sweden Central","Japan East","UK West","West US","East US","North Europe","West Europe","West Central US","South Central US","Australia East","Australia Central","Australia Southeast","UK South","East US 2","West US 2","North Central US","Canada Central","France - Central","Central US","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01"],"defaultApiVersion":"2020-04-01","capabilities":"SupportsTags, + Central","Central US","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01"],"defaultApiVersion":"2020-04-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"ipGroups","locations":["Qatar Central","UAE North","Australia Central 2","UAE Central","Germany North","Central India","Korea South","Switzerland North","Switzerland West","Japan West","France South","South @@ -2308,8 +2310,8 @@ interactions: Central","Japan East","UK West","West US","East US","North Europe","West Europe","South Central US","Australia East","Australia Central","Australia Southeast","UK South","East US 2","West US 2","North Central US","Canada Central","France - Central","West Central US","Central US","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01"],"defaultApiVersion":"2020-04-01","capabilities":"SupportsTags, - SupportsLocation"},{"resourceType":"azureWebCategories","locations":[],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/nfvOperations","locations":[],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"None"},{"resourceType":"locations/nfvOperationResults","locations":[],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"None"},{"resourceType":"securityPartnerProviders","locations":["West + Central","West Central US","Central US","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01"],"defaultApiVersion":"2020-04-01","capabilities":"SupportsTags, + SupportsLocation"},{"resourceType":"azureWebCategories","locations":[],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/nfvOperations","locations":[],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"None"},{"resourceType":"locations/nfvOperationResults","locations":[],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"None"},{"resourceType":"securityPartnerProviders","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -2317,7 +2319,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"azureFirewalls","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Brazil South","Australia @@ -2326,7 +2328,7 @@ interactions: Central","Australia Central","Japan West","Japan East","Korea Central","Korea South","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"defaultApiVersion":"2020-03-01","zoneMappings":[{"location":"Australia + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"defaultApiVersion":"2020-03-01","zoneMappings":[{"location":"Australia East","zones":["3","1","2"]},{"location":"Brazil South","zones":["3","1","2"]},{"location":"Canada Central","zones":["3","1","2"]},{"location":"Central India","zones":["3","1","2"]},{"location":"Central US","zones":["3","1","2"]},{"location":"Central US EUAP","zones":["2","1"]},{"location":"East @@ -2341,7 +2343,8 @@ interactions: North","zones":["3","1","2"]},{"location":"UAE North","zones":["3","1","2"]},{"location":"UK South","zones":["3","1","2"]},{"location":"West Europe","zones":["3","1","2"]},{"location":"West US","zones":[]},{"location":"West US 2","zones":["3","1","2"]},{"location":"West - US 3","zones":["3","1","2"]}],"capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"azureFirewallFqdnTags","locations":["West + US 3","zones":["3","1","2"]},{"location":"Poland Central","zones":["3","1","2"]}],"capabilities":"SupportsTags, + SupportsLocation"},{"resourceType":"azureFirewallFqdnTags","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -2349,7 +2352,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"],"capabilities":"None"},{"resourceType":"virtualNetworkTaps","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"],"capabilities":"None"},{"resourceType":"virtualNetworkTaps","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -2357,7 +2360,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"privateLinkServices","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -2366,7 +2369,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"locations/privateLinkServices","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -2375,7 +2378,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01"],"capabilities":"None"},{"resourceType":"ddosProtectionPlans","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01"],"capabilities":"None"},{"resourceType":"ddosProtectionPlans","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -2383,7 +2386,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2018-02-01"}],"capabilities":"SupportsTags, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2018-02-01"}],"capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"networkProfiles","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil @@ -2391,8 +2394,8 @@ interactions: India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway - East","West US 3","Jio India West","Sweden Central","Qatar Central","Central - US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + East","West US 3","Jio India West","Sweden Central","Qatar Central","Poland + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"checkFrontdoorNameAvailability","locations":["global","Central US","East US","East US 2","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil @@ -2407,7 +2410,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01"],"capabilities":"None"},{"resourceType":"bastionHosts","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01"],"capabilities":"None"},{"resourceType":"bastionHosts","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -2415,17 +2418,17 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, - SupportsLocation"},{"resourceType":"virtualRouters","locations":["Qatar Central","UAE - North","Australia Central 2","UAE Central","Germany North","Central India","Korea - South","Switzerland North","Switzerland West","Japan West","France South","South - Africa West","West India","Canada East","South India","Germany West Central","Norway - East","Norway West","South Africa North","East Asia","Southeast Asia","Korea - Central","Brazil South","Brazil Southeast","West US 3","Jio India West","Sweden - Central","Japan East","UK West","West US","East US","North Europe","West Europe","West - Central US","South Central US","Australia East","Australia Central","Australia + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, + SupportsTags, SupportsLocation"},{"resourceType":"virtualRouters","locations":["Qatar + Central","UAE North","Australia Central 2","UAE Central","Germany North","Central + India","Korea South","Switzerland North","Switzerland West","Japan West","France + South","South Africa West","West India","Canada East","South India","Germany + West Central","Norway East","Norway West","South Africa North","East Asia","Southeast + Asia","Korea Central","Brazil South","Brazil Southeast","West US 3","Jio India + West","Sweden Central","Japan East","UK West","West US","East US","North Europe","West + Europe","West Central US","South Central US","Australia East","Australia Central","Australia Southeast","UK South","East US 2","West US 2","North Central US","Canada Central","France - Central","Central US","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01"],"defaultApiVersion":"2020-04-01","capabilities":"SupportsTags, + Central","Central US","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01"],"defaultApiVersion":"2020-04-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"networkVirtualAppliances","locations":["Qatar Central","Brazil Southeast","West US 3","Jio India West","Sweden Central","UAE North","Australia Central 2","UAE Central","Germany North","Central India","Korea @@ -2436,7 +2439,7 @@ interactions: Europe","West Europe","West Central US","South Central US","Australia East","Australia Central","Australia Southeast","UK South","East US 2","West US 2","North Central US","Canada Central","France Central","Central US","Central US EUAP","East - US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01"],"defaultApiVersion":"2020-04-01","capabilities":"SystemAssignedResourceIdentity, + US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01"],"defaultApiVersion":"2020-04-01","capabilities":"SystemAssignedResourceIdentity, SupportsTags, SupportsLocation"},{"resourceType":"ipAllocations","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -2445,7 +2448,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"networkManagers","locations":["West Central US","North Central US","West US","West Europe","UAE Central","Germany North","East US","West India","East US 2","Australia Central","Australia Central @@ -2455,9 +2458,9 @@ interactions: US 2","Sweden Central","Japan West","Norway East","France Central","West US 3","Central India","Korea South","Brazil Southeast","Korea Central","Southeast Asia","South Central US","Norway West","Australia East","Japan East","Canada - East","Canada Central","Switzerland North","Qatar Central","East US 2 EUAP","Central - US EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-06-01-preview","2022-05-01","2022-04-01-preview","2022-02-01-preview","2022-01-01","2021-05-01-preview","2021-02-01-preview","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2019-12-01","2019-11-01"],"defaultApiVersion":"2022-01-01","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"networkManagerConnections","locations":[],"apiVersions":["2022-09-01","2022-07-01","2022-06-01-preview","2022-05-01","2022-04-01-preview","2022-02-01-preview","2022-01-01","2021-05-01-preview","2021-02-01-preview"],"defaultApiVersion":"2022-01-01","capabilities":"SupportsExtension"},{"resourceType":"locations/queryNetworkSecurityPerimeter","locations":["West + East","Canada Central","Switzerland North","Qatar Central","Poland Central","East + US 2 EUAP","Central US EUAP"],"apiVersions":["2023-03-01-preview","2022-11-01","2022-09-01","2022-07-01","2022-06-01-preview","2022-05-01","2022-04-01-preview","2022-01-01"],"defaultApiVersion":"2022-05-01","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"networkManagerConnections","locations":[],"apiVersions":["2023-03-01-preview","2022-11-01","2022-09-01","2022-07-01","2022-06-01-preview","2022-05-01","2022-04-01-preview","2022-01-01"],"defaultApiVersion":"2022-05-01","capabilities":"SupportsExtension"},{"resourceType":"locations/queryNetworkSecurityPerimeter","locations":["West Central US","Jio India West","North Central US","West US","West Europe","UAE Central","Germany North","East US","West India","East US 2","Australia Central","Australia Central 2","South Africa West","Brazil South","UK West","North Europe","Central @@ -2466,8 +2469,8 @@ interactions: US 2","Sweden Central","Japan West","Norway East","France Central","West US 3","Central India","Korea South","Brazil Southeast","Korea Central","Southeast Asia","South Central US","Norway West","Australia East","Japan East","Canada - East","Canada Central","Switzerland North","Qatar Central","East US 2 EUAP","Central - US EUAP"],"apiVersions":["2022-02-01-preview","2021-05-01-preview","2021-02-01-preview"],"defaultApiVersion":"2021-02-01-preview","capabilities":"None"},{"resourceType":"virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations","locations":["West + East","Canada Central","Switzerland North","Qatar Central","Poland Central","East + US 2 EUAP","Central US EUAP"],"apiVersions":["2022-02-01-preview","2021-05-01-preview","2021-02-01-preview"],"defaultApiVersion":"2021-02-01-preview","capabilities":"None"},{"resourceType":"virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations","locations":["West Central US","North Central US","West US","West Europe","UAE Central","Germany North","East US","West India","East US 2","Australia Central","Australia Central 2","South Africa West","Brazil South","UK West","North Europe","Central US","UAE @@ -2476,8 +2479,8 @@ interactions: US 2","Sweden Central","Japan West","Norway East","France Central","West US 3","Central India","Korea South","Brazil Southeast","Korea Central","Southeast Asia","South Central US","Norway West","Australia East","Japan East","Canada - East","Canada Central","Switzerland North","Qatar Central","East US 2 EUAP","Central - US EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-06-01-preview","2022-05-01","2022-04-01-preview","2022-02-01-preview","2022-01-01","2021-05-01-preview","2021-02-01-preview","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2019-12-01","2019-11-01"],"defaultApiVersion":"2022-01-01","capabilities":"None"},{"resourceType":"virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules","locations":["West + East","Canada Central","Switzerland North","Qatar Central","Poland Central","East + US 2 EUAP","Central US EUAP"],"apiVersions":["2023-03-01-preview","2022-11-01","2022-09-01","2022-07-01","2022-06-01-preview","2022-05-01","2022-04-01-preview","2022-01-01"],"defaultApiVersion":"2022-05-01","capabilities":"None"},{"resourceType":"virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules","locations":["West Central US","North Central US","West US","West Europe","UAE Central","Germany North","East US","West India","East US 2","Australia Central","Australia Central 2","South Africa West","Brazil South","UK West","North Europe","Central US","UAE @@ -2486,8 +2489,8 @@ interactions: US 2","Sweden Central","Japan West","Norway East","France Central","West US 3","Central India","Korea South","Brazil Southeast","Korea Central","Southeast Asia","South Central US","Norway West","Australia East","Japan East","Canada - East","Canada Central","Switzerland North","Qatar Central","East US 2 EUAP","Central - US EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-06-01-preview","2022-05-01","2022-04-01-preview","2022-02-01-preview","2022-01-01","2021-05-01-preview","2021-02-01-preview","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2019-12-01","2019-11-01"],"defaultApiVersion":"2022-01-01","capabilities":"None"},{"resourceType":"locations/commitInternalAzureNetworkManagerConfiguration","locations":["West + East","Canada Central","Switzerland North","Qatar Central","Poland Central","East + US 2 EUAP","Central US EUAP"],"apiVersions":["2023-03-01-preview","2022-11-01","2022-09-01","2022-07-01","2022-06-01-preview","2022-05-01","2022-04-01-preview","2022-01-01"],"defaultApiVersion":"2022-05-01","capabilities":"None"},{"resourceType":"networkGroupMemberships","locations":["West Central US","North Central US","West US","West Europe","UAE Central","Germany North","East US","West India","East US 2","Australia Central","Australia Central 2","South Africa West","Brazil South","UK West","North Europe","Central US","UAE @@ -2496,8 +2499,8 @@ interactions: US 2","Sweden Central","Japan West","Norway East","France Central","West US 3","Central India","Korea South","Brazil Southeast","Korea Central","Southeast Asia","South Central US","Norway West","Australia East","Japan East","Canada - East","Canada Central","Switzerland North","Qatar Central","East US 2 EUAP","Central - US EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-06-01-preview","2022-05-01","2022-04-01-preview","2022-02-01-preview","2022-01-01","2021-05-01-preview","2021-02-01-preview","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2019-12-01","2019-11-01"],"capabilities":"None"},{"resourceType":"locations/internalAzureVirtualNetworkManagerOperation","locations":["West + East","Canada Central","Switzerland North","Qatar Central","Poland Central","East + US 2 EUAP","Central US EUAP"],"apiVersions":["2022-06-01-preview"],"defaultApiVersion":"2022-06-01-preview","capabilities":"SupportsExtension"},{"resourceType":"locations/commitInternalAzureNetworkManagerConfiguration","locations":["West Central US","North Central US","West US","West Europe","UAE Central","Germany North","East US","West India","East US 2","Australia Central","Australia Central 2","South Africa West","Brazil South","UK West","North Europe","Central US","UAE @@ -2506,8 +2509,18 @@ interactions: US 2","Sweden Central","Japan West","Norway East","France Central","West US 3","Central India","Korea South","Brazil Southeast","Korea Central","Southeast Asia","South Central US","Norway West","Australia East","Japan East","Canada - East","Canada Central","Switzerland North","Qatar Central","East US 2 EUAP","Central - US EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-06-01-preview","2022-05-01","2022-04-01-preview","2022-02-01-preview","2022-01-01","2021-05-01-preview","2021-02-01-preview","2020-08-01"],"capabilities":"None"},{"resourceType":"networkVirtualApplianceSkus","locations":[],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01"],"defaultApiVersion":"2020-04-01","capabilities":"None"},{"resourceType":"locations/serviceTagDetails","locations":["West + East","Canada Central","Switzerland North","Qatar Central","Poland Central","East + US 2 EUAP","Central US EUAP"],"apiVersions":["2023-03-01-preview","2022-11-01","2022-09-01","2022-07-01","2022-06-01-preview","2022-05-01","2022-04-01-preview","2022-01-01"],"capabilities":"None"},{"resourceType":"locations/internalAzureVirtualNetworkManagerOperation","locations":["West + Central US","North Central US","West US","West Europe","UAE Central","Germany + North","East US","West India","East US 2","Australia Central","Australia Central + 2","South Africa West","Brazil South","UK West","North Europe","Central US","UAE + North","Germany West Central","Switzerland West","East Asia","Jio India West","South + Africa North","UK South","South India","Australia Southeast","France South","West + US 2","Sweden Central","Japan West","Norway East","France Central","West US + 3","Central India","Korea South","Brazil Southeast","Korea Central","Southeast + Asia","South Central US","Norway West","Australia East","Japan East","Canada + East","Canada Central","Switzerland North","Qatar Central","Poland Central","East + US 2 EUAP","Central US EUAP"],"apiVersions":["2023-03-01-preview","2022-11-01","2022-09-01","2022-07-01","2022-06-01-preview","2022-05-01","2022-04-01-preview","2022-01-01"],"capabilities":"None"},{"resourceType":"networkVirtualApplianceSkus","locations":[],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01"],"defaultApiVersion":"2020-04-01","capabilities":"None"},{"resourceType":"locations/serviceTagDetails","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -2515,7 +2528,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01"],"capabilities":"None"},{"resourceType":"locations/dataTasks","locations":["West + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01"],"capabilities":"None"},{"resourceType":"locations/dataTasks","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -2523,8 +2536,8 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01"],"capabilities":"None"},{"resourceType":"networkWatchers/lenses","locations":["Central - US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, + Central","Poland Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01"],"capabilities":"None"},{"resourceType":"networkWatchers/lenses","locations":["Central + US EUAP","East US 2 EUAP"],"apiVersions":["2023-02-01","2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"frontdoorOperationResults","locations":["global"],"apiVersions":["2022-05-01","2021-06-01","2020-11-01","2020-07-01","2020-05-01","2020-04-01","2020-01-01","2019-11-01","2019-10-01","2019-08-01","2019-05-01","2019-04-01","2019-03-01","2018-08-01"],"defaultApiVersion":"2020-07-01","capabilities":"None"},{"resourceType":"frontdoors","locations":["Central US EUAP","East US 2 EUAP","global","Central US","East US","East US 2","North Central US","South Central US","West US","North Europe","West Europe","East @@ -2553,11 +2566,11 @@ interactions: cache-control: - no-cache content-length: - - '149633' + - '154814' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:17:07 GMT + - Wed, 03 May 2023 05:30:42 GMT expires: - '-1' pragma: @@ -2586,30 +2599,23 @@ interactions: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000009/subnets/cli000010?api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000009/subnets/cli000010?api-version=2023-02-01 response: body: - string: "{\r\n \"name\": \"cli000010\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000009/subnets/cli000010\"\ - ,\r\n \"etag\": \"W/\\\"07796d93-fb35-45a7-8b7e-a4bc96c82f53\\\"\",\r\n \ - \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ - addressPrefix\": \"10.0.0.0/21\",\r\n \"networkSecurityGroup\": {\r\n \ - \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000011\"\ - \r\n },\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ - : \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\ - \n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" + string: '{"name":"cli000010","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000009/subnets/cli000010","etag":"W/\"75152e4f-87ce-4fa7-b190-64680fe59e8b\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/21","networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000011"},"delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' headers: cache-control: - no-cache content-length: - - '728' + - '640' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:17:08 GMT + - Wed, 03 May 2023 05:30:42 GMT etag: - - W/"07796d93-fb35-45a7-8b7e-a4bc96c82f53" + - W/"75152e4f-87ce-4fa7-b190-64680fe59e8b" expires: - '-1' pragma: @@ -2626,10 +2632,10 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 57378f55-5ee8-46da-8d42-b69e324214c0 + - 92381d19-af4b-4e83-8983-237368a16345 status: code: 200 - message: '' + message: OK - request: body: null headers: @@ -2645,9 +2651,9 @@ interactions: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus3/publishers/MicrosoftWindowsDesktop/artifacttypes/vmimage/offers/Windows-10/skus/win10-21h2-entn-g2/versions/19044.2486.230107?api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/centraluseuap/publishers/MicrosoftWindowsDesktop/artifacttypes/vmimage/offers/Windows-10/skus/win10-21h2-entn-g2/versions/19044.2486.230107?api-version=2022-11-01 response: body: string: "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V2\",\r\n \ @@ -2655,26 +2661,27 @@ interactions: \ \"replicaCount\": 10,\r\n \"disallowed\": {\r\n \"vmDiskType\"\ : \"Unmanaged\"\r\n },\r\n \"automaticOSUpgradeProperties\": {\r\n \ \ \"automaticOSUpgradeSupported\": false\r\n },\r\n \"imageDeprecationStatus\"\ - : {\r\n \"imageState\": \"Active\"\r\n },\r\n \"features\": [\r\ - \n {\r\n \"name\": \"SecurityType\",\r\n \"value\": \"\ - TrustedLaunchSupported\"\r\n },\r\n {\r\n \"name\": \"IsAcceleratedNetworkSupported\"\ + : {\r\n \"imageState\": \"ScheduledForDeprecation\",\r\n \"scheduledDeprecationTime\"\ + : \"2023-06-11T00:00:00+00:00\"\r\n },\r\n \"features\": [\r\n \ + \ {\r\n \"name\": \"SecurityType\",\r\n \"value\": \"TrustedLaunchSupported\"\ + \r\n },\r\n {\r\n \"name\": \"IsAcceleratedNetworkSupported\"\ ,\r\n \"value\": \"True\"\r\n },\r\n {\r\n \"name\"\ : \"DiskControllerTypes\",\r\n \"value\": \"SCSI\"\r\n },\r\n\ \ {\r\n \"name\": \"IsHibernateSupported\",\r\n \"value\"\ : \"True\"\r\n }\r\n ],\r\n \"osDiskImage\": {\r\n \"operatingSystem\"\ : \"Windows\",\r\n \"sizeInGb\": 127\r\n },\r\n \"dataDiskImages\"\ - : []\r\n },\r\n \"location\": \"WestUS3\",\r\n \"name\": \"19044.2486.230107\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/MicrosoftWindowsDesktop/ArtifactTypes/VMImage/Offers/Windows-10/Skus/win10-21h2-entn-g2/Versions/19044.2486.230107\"\ + : []\r\n },\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"19044.2486.230107\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/MicrosoftWindowsDesktop/ArtifactTypes/VMImage/Offers/Windows-10/Skus/win10-21h2-entn-g2/Versions/19044.2486.230107\"\ \r\n}" headers: cache-control: - no-cache content-length: - - '1161' + - '1254' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:17:08 GMT + - Wed, 03 May 2023 05:30:43 GMT expires: - '-1' pragma: @@ -2710,9 +2717,9 @@ interactions: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus3/publishers/MicrosoftWindowsDesktop/artifacttypes/vmimage/offers/Windows-10/skus/win10-21h2-entn-g2/versions/19044.2486.230107?api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/centraluseuap/publishers/MicrosoftWindowsDesktop/artifacttypes/vmimage/offers/Windows-10/skus/win10-21h2-entn-g2/versions/19044.2486.230107?api-version=2022-11-01 response: body: string: "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V2\",\r\n \ @@ -2720,26 +2727,27 @@ interactions: \ \"replicaCount\": 10,\r\n \"disallowed\": {\r\n \"vmDiskType\"\ : \"Unmanaged\"\r\n },\r\n \"automaticOSUpgradeProperties\": {\r\n \ \ \"automaticOSUpgradeSupported\": false\r\n },\r\n \"imageDeprecationStatus\"\ - : {\r\n \"imageState\": \"Active\"\r\n },\r\n \"features\": [\r\ - \n {\r\n \"name\": \"SecurityType\",\r\n \"value\": \"\ - TrustedLaunchSupported\"\r\n },\r\n {\r\n \"name\": \"IsAcceleratedNetworkSupported\"\ + : {\r\n \"imageState\": \"ScheduledForDeprecation\",\r\n \"scheduledDeprecationTime\"\ + : \"2023-06-11T00:00:00+00:00\"\r\n },\r\n \"features\": [\r\n \ + \ {\r\n \"name\": \"SecurityType\",\r\n \"value\": \"TrustedLaunchSupported\"\ + \r\n },\r\n {\r\n \"name\": \"IsAcceleratedNetworkSupported\"\ ,\r\n \"value\": \"True\"\r\n },\r\n {\r\n \"name\"\ : \"DiskControllerTypes\",\r\n \"value\": \"SCSI\"\r\n },\r\n\ \ {\r\n \"name\": \"IsHibernateSupported\",\r\n \"value\"\ : \"True\"\r\n }\r\n ],\r\n \"osDiskImage\": {\r\n \"operatingSystem\"\ : \"Windows\",\r\n \"sizeInGb\": 127\r\n },\r\n \"dataDiskImages\"\ - : []\r\n },\r\n \"location\": \"WestUS3\",\r\n \"name\": \"19044.2486.230107\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/MicrosoftWindowsDesktop/ArtifactTypes/VMImage/Offers/Windows-10/Skus/win10-21h2-entn-g2/Versions/19044.2486.230107\"\ + : []\r\n },\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"19044.2486.230107\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/MicrosoftWindowsDesktop/ArtifactTypes/VMImage/Offers/Windows-10/Skus/win10-21h2-entn-g2/Versions/19044.2486.230107\"\ \r\n}" headers: cache-control: - no-cache content-length: - - '1161' + - '1254' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:17:09 GMT + - Wed, 03 May 2023 05:30:44 GMT expires: - '-1' pragma: @@ -2765,22 +2773,22 @@ interactions: "contentVersion": "1.0.0.0", "parameters": {"adminPassword": {"type": "securestring", "metadata": {"description": "Secure adminPassword"}}}, "variables": {}, "resources": [{"type": "Microsoft.Network/networkSecurityGroups", "name": "cli000006NSG", - "apiVersion": "2015-06-15", "location": "westus3", "tags": {}, "dependsOn": + "apiVersion": "2015-06-15", "location": "centraluseuap", "tags": {}, "dependsOn": [], "properties": {"securityRules": [{"name": "rdp", "properties": {"protocol": "Tcp", "sourcePortRange": "*", "destinationPortRange": "3389", "sourceAddressPrefix": "*", "destinationAddressPrefix": "*", "access": "Allow", "priority": 1000, "direction": "Inbound"}}]}}, {"apiVersion": "2022-01-01", "type": "Microsoft.Network/publicIPAddresses", - "name": "cli000006PublicIP", "location": "westus3", "tags": {}, "dependsOn": + "name": "cli000006PublicIP", "location": "centraluseuap", "tags": {}, "dependsOn": [], "properties": {"publicIPAllocationMethod": null}}, {"apiVersion": "2015-06-15", "type": "Microsoft.Network/networkInterfaces", "name": "cli000006VMNic", "location": - "westus3", "tags": {}, "dependsOn": ["Microsoft.Network/networkSecurityGroups/cli000006NSG", + "centraluseuap", "tags": {}, "dependsOn": ["Microsoft.Network/networkSecurityGroups/cli000006NSG", "Microsoft.Network/publicIpAddresses/cli000006PublicIP"], "properties": {"ipConfigurations": [{"name": "ipconfigcli000006", "properties": {"privateIPAllocationMethod": "Dynamic", "subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000009/subnets/cli000010"}, "publicIPAddress": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cli000006PublicIP"}}}], "networkSecurityGroup": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006NSG"}}}, {"apiVersion": "2022-11-01", "type": "Microsoft.Compute/virtualMachines", "name": - "cli000006", "location": "westus3", "tags": {}, "dependsOn": ["Microsoft.Network/networkInterfaces/cli000006VMNic"], + "cli000006", "location": "centraluseuap", "tags": {}, "dependsOn": ["Microsoft.Network/networkInterfaces/cli000006VMNic"], "properties": {"hardwareProfile": {"vmSize": "Standard_DS1_v2"}, "networkProfile": {"networkInterfaces": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli000006VMNic", "properties": {"deleteOption": null}}]}, "storageProfile": {"osDisk": {"createOption": @@ -2802,30 +2810,30 @@ interactions: Connection: - keep-alive Content-Length: - - '3026' + - '3050' Content-Type: - application/json ParameterSetName: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Resources/deployments/vm_deploy_iYK7mSGL0N4UNxjAKyhybfa1tjQ0Fuu6","name":"vm_deploy_iYK7mSGL0N4UNxjAKyhybfa1tjQ0Fuu6","type":"Microsoft.Resources/deployments","properties":{"templateHash":"16593612446339131621","parameters":{"adminPassword":{"type":"SecureString"}},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2023-03-01T05:17:12.8129339Z","duration":"PT0.0009012S","correlationId":"15e1d12b-a2f1-4127-877b-6a76dbe6a89b","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"networkSecurityGroups","locations":["westus3"]},{"resourceType":"publicIPAddresses","locations":["westus3"]},{"resourceType":"networkInterfaces","locations":["westus3"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus3"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"cli000006NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cli000006PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"cli000006PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli000006VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"cli000006VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli000006VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"cli000006VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli000006","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"cli000006"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Resources/deployments/vm_deploy_u2XGTwrDVV5SUP18cKIPZwrHoFeZ7QeW","name":"vm_deploy_u2XGTwrDVV5SUP18cKIPZwrHoFeZ7QeW","type":"Microsoft.Resources/deployments","properties":{"templateHash":"17118368370850619987","parameters":{"adminPassword":{"type":"SecureString"}},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2023-05-03T05:30:47.2985416Z","duration":"PT0.0002845S","correlationId":"d41b7247-e2d2-407e-a493-01ace3c492eb","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"networkSecurityGroups","locations":["centraluseuap"]},{"resourceType":"publicIPAddresses","locations":["centraluseuap"]},{"resourceType":"networkInterfaces","locations":["centraluseuap"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["centraluseuap"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"cli000006NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cli000006PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"cli000006PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli000006VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"cli000006VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli000006VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"cli000006VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli000006","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"cli000006"}]}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Resources/deployments/vm_deploy_iYK7mSGL0N4UNxjAKyhybfa1tjQ0Fuu6/operationStatuses/08585239590543594146?api-version=2022-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Resources/deployments/vm_deploy_u2XGTwrDVV5SUP18cKIPZwrHoFeZ7QeW/operationStatuses/08585185150401289928?api-version=2022-09-01 cache-control: - no-cache content-length: - - '2136' + - '2160' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:17:12 GMT + - Wed, 03 May 2023 05:30:47 GMT expires: - '-1' pragma: @@ -2854,52 +2862,9 @@ interactions: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585239590543594146?api-version=2022-09-01 - response: - body: - string: '{"status":"Running"}' - headers: - cache-control: - - no-cache - content-length: - - '20' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 01 Mar 2023 05:17:43 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: - - -n -g --image --location --security-type --admin-password --vnet-name --subnet - --admin-username - User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585239590543594146?api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585185150401289928?api-version=2022-09-01 response: body: string: '{"status":"Running"}' @@ -2911,7 +2876,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:18:12 GMT + - Wed, 03 May 2023 05:31:17 GMT expires: - '-1' pragma: @@ -2940,9 +2905,9 @@ interactions: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585239590543594146?api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585185150401289928?api-version=2022-09-01 response: body: string: '{"status":"Running"}' @@ -2954,7 +2919,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:18:42 GMT + - Wed, 03 May 2023 05:31:47 GMT expires: - '-1' pragma: @@ -2983,9 +2948,9 @@ interactions: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585239590543594146?api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585185150401289928?api-version=2022-09-01 response: body: string: '{"status":"Running"}' @@ -2997,7 +2962,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:19:12 GMT + - Wed, 03 May 2023 05:32:17 GMT expires: - '-1' pragma: @@ -3026,9 +2991,9 @@ interactions: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585239590543594146?api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585185150401289928?api-version=2022-09-01 response: body: string: '{"status":"Running"}' @@ -3040,7 +3005,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:19:43 GMT + - Wed, 03 May 2023 05:32:48 GMT expires: - '-1' pragma: @@ -3069,9 +3034,9 @@ interactions: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585239590543594146?api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585185150401289928?api-version=2022-09-01 response: body: string: '{"status":"Running"}' @@ -3083,7 +3048,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:20:13 GMT + - Wed, 03 May 2023 05:33:18 GMT expires: - '-1' pragma: @@ -3112,9 +3077,9 @@ interactions: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585239590543594146?api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585185150401289928?api-version=2022-09-01 response: body: string: '{"status":"Succeeded"}' @@ -3126,7 +3091,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:20:43 GMT + - Wed, 03 May 2023 05:33:48 GMT expires: - '-1' pragma: @@ -3155,21 +3120,21 @@ interactions: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Resources/deployments/vm_deploy_iYK7mSGL0N4UNxjAKyhybfa1tjQ0Fuu6","name":"vm_deploy_iYK7mSGL0N4UNxjAKyhybfa1tjQ0Fuu6","type":"Microsoft.Resources/deployments","properties":{"templateHash":"16593612446339131621","parameters":{"adminPassword":{"type":"SecureString"}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2023-03-01T05:20:25.6936364Z","duration":"PT3M12.8816037S","correlationId":"15e1d12b-a2f1-4127-877b-6a76dbe6a89b","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"networkSecurityGroups","locations":["westus3"]},{"resourceType":"publicIPAddresses","locations":["westus3"]},{"resourceType":"networkInterfaces","locations":["westus3"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus3"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"cli000006NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cli000006PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"cli000006PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli000006VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"cli000006VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli000006VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"cli000006VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli000006","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"cli000006"}],"outputs":{},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli000006"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli000006VMNic"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cli000006PublicIP"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Resources/deployments/vm_deploy_u2XGTwrDVV5SUP18cKIPZwrHoFeZ7QeW","name":"vm_deploy_u2XGTwrDVV5SUP18cKIPZwrHoFeZ7QeW","type":"Microsoft.Resources/deployments","properties":{"templateHash":"17118368370850619987","parameters":{"adminPassword":{"type":"SecureString"}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2023-05-03T05:33:39.920769Z","duration":"PT2M52.6225119S","correlationId":"d41b7247-e2d2-407e-a493-01ace3c492eb","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"networkSecurityGroups","locations":["centraluseuap"]},{"resourceType":"publicIPAddresses","locations":["centraluseuap"]},{"resourceType":"networkInterfaces","locations":["centraluseuap"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["centraluseuap"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"cli000006NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cli000006PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"cli000006PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli000006VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"cli000006VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli000006VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"cli000006VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli000006","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"cli000006"}],"outputs":{},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli000006"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli000006VMNic"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cli000006PublicIP"}]}}' headers: cache-control: - no-cache content-length: - - '2775' + - '2798' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:20:43 GMT + - Wed, 03 May 2023 05:33:48 GMT expires: - '-1' pragma: @@ -3198,70 +3163,70 @@ interactions: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli000006?$expand=instanceView&api-version=2022-11-01 response: body: string: "{\r\n \"name\": \"cli000006\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli000006\"\ ,\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\"\ - : \"westus3\",\r\n \"tags\": {\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\"\ + : \"centraluseuap\",\r\n \"tags\": {\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\"\ : \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\ - ,\r\n \"principalId\": \"331b5c46-983c-4eef-8f2c-038d26f93783\",\r\n \ + ,\r\n \"principalId\": \"9aa1ed99-8636-444e-81aa-293394e44c60\",\r\n \ \ \"tenantId\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n \"\ - properties\": {\r\n \"vmId\": \"333df251-0eb4-4e88-87e1-f39233749196\"\ + properties\": {\r\n \"vmId\": \"555775ea-9039-4c1d-bdf7-0fe056a62502\"\ ,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\ \n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \ \ \"publisher\": \"MicrosoftWindowsDesktop\",\r\n \"offer\":\ \ \"Windows-10\",\r\n \"sku\": \"win10-21h2-entn-g2\",\r\n \"\ version\": \"19044.2486.230107\",\r\n \"exactVersion\": \"19044.2486.230107\"\ \r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n\ - \ \"name\": \"cli000006_OsDisk_1_aab5e4e251754196ade95882b5071b03\"\ + \ \"name\": \"cli000006_OsDisk_1_71ace8b910824fb997a0b593334f3e47\"\ ,\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/clitest000001/providers/Microsoft.Compute/disks/cli000006_OsDisk_1_aab5e4e251754196ade95882b5071b03\"\ + ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/disks/cli000006_OsDisk_1_71ace8b910824fb997a0b593334f3e47\"\ \r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\"\ - : 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\"\ - : {\r\n \"computerName\": \"cli000006\",\r\n \"adminUsername\":\ - \ \"cli000007\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\"\ - : true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\"\ - : {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\"\ - : \"ImageDefault\"\r\n },\r\n \"enableVMAgentPlatformUpdates\"\ - : false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\"\ - : true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"\ - securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\"\ - : true,\r\n \"vTpmEnabled\": true\r\n },\r\n \"securityType\"\ - : \"TrustedLaunch\"\r\n },\r\n \"networkProfile\": {\"networkInterfaces\"\ - :[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli000006VMNic\"\ + : 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\"\ + : \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"\ + cli000006\",\r\n \"adminUsername\": \"cli000007\",\r\n \"windowsConfiguration\"\ + : {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\"\ + : true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\"\ + ,\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \ + \ \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\"\ + : [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\"\ + : true\r\n },\r\n \"securityProfile\": {\r\n \"uefiSettings\":\ + \ {\r\n \"secureBootEnabled\": true,\r\n \"vTpmEnabled\": true\r\ + \n },\r\n \"securityType\": \"TrustedLaunch\"\r\n },\r\n \"\ + networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli000006VMNic\"\ }]},\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\": \"2023-03-01T05:20:44+00:00\"\ + \ not yet populated.\",\r\n \"time\": \"2023-05-03T05:33:49+00:00\"\ \r\n }\r\n ]\r\n },\r\n \"disks\": [\r\n \ - \ {\r\n \"name\": \"cli000006_OsDisk_1_aab5e4e251754196ade95882b5071b03\"\ + \ {\r\n \"name\": \"cli000006_OsDisk_1_71ace8b910824fb997a0b593334f3e47\"\ ,\r\n \"statuses\": [\r\n {\r\n \"code\"\ : \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\ \n \"displayStatus\": \"Provisioning succeeded\",\r\n \ - \ \"time\": \"2023-03-01T05:17:29.5259908+00:00\"\r\n }\r\ + \ \"time\": \"2023-05-03T05:31:04.0763715+00:00\"\r\n }\r\ \n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V2\"\ ,\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\"\ ,\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning\ - \ succeeded\",\r\n \"time\": \"2023-03-01T05:20:24.7625716+00:00\"\ + \ succeeded\",\r\n \"time\": \"2023-05-03T05:33:35.7492072+00:00\"\ \r\n },\r\n {\r\n \"code\": \"PowerState/running\"\ ,\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\ - \r\n }\r\n ]\r\n },\r\n \"timeCreated\": \"2023-03-01T05:17:24.6196777+00:00\"\ + \r\n }\r\n ]\r\n },\r\n \"timeCreated\": \"2023-05-03T05:30:59.9826562+00:00\"\ \r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '3683' + - '3726' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:20:44 GMT + - Wed, 03 May 2023 05:33:48 GMT expires: - '-1' pragma: @@ -3278,7 +3243,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31995 + - Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997 status: code: 200 message: OK @@ -3297,3615 +3262,4009 @@ interactions: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus3/publishers?api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/centraluseuap/publishers?api-version=2022-11-01 response: body: - string: "[\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"128technology\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/128technology\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"1580863854728\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/1580863854728\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"1583411303229\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/1583411303229\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"1583465680865\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/1583465680865\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"1585118004523\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/1585118004523\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"1592878437854\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/1592878437854\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"1598955805825\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/1598955805825\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"1601633765871\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/1601633765871\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"1602067018799\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/1602067018799\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"1604579683207\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/1604579683207\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"1614663853766\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/1614663853766\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"1615257339685\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/1615257339685\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"1615278064010\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/1615278064010\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"1615455873642\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/1615455873642\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"1624590941808\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/1624590941808\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"1640334196980\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/1640334196980\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"1653036178719\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/1653036178719\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"1654668554142\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/1654668554142\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"1655452468737\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/1655452468737\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"1667570284386\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/1667570284386\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"1672212957491\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/1672212957491\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"1e\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/1e\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"2021ai\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/2021ai\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"247commercelimited1611063941652\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/247commercelimited1611063941652\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"3cx-pbx\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/3cx-pbx\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"42crunch1580391915541\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/42crunch1580391915541\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"4psa\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/4psa\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"5nine-software-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/5nine-software-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"6124903\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/6124903\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"7isolutions\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/7isolutions\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"a10networks\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/a10networks\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"a10networks1596136698788\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/a10networks1596136698788\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"abcostingprodutoseserviosltda1657246951521\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/abcostingprodutoseserviosltda1657246951521\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"abiquo\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/abiquo\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"abzoobainc1598420455082\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/abzoobainc1598420455082\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"accedian\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/accedian\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"accelario1579101623356\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/accelario1579101623356\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"accellion\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/accellion\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"accessdata-group\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/accessdata-group\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"accops\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/accops\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"aciworldwide\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/aciworldwide\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"acronis\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/acronis\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Acronis.Backup\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Acronis.Backup\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"actian-corp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/actian-corp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"actian_matrix\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/actian_matrix\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"actifio\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/actifio\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"actiphy\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/actiphy\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"actiphyinc1627974506603\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/actiphyinc1627974506603\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"activecountermeasuresinc1631039410073\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/activecountermeasuresinc1631039410073\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"activeeon\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/activeeon\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"activeops\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/activeops\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"adastracorporation-4028356\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/adastracorporation-4028356\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"adgs\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/adgs\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"admindroidsoftwares\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/admindroidsoftwares\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"adminwaresoftwareprivatelimited1613149497364\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/adminwaresoftwareprivatelimited1613149497364\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"advantech\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/advantech\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"advantys\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/advantys\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"aelf\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/aelf\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"aerospike\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/aerospike\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"affinio\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/affinio\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"affirmednetworks1607630812999\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/affirmednetworks1607630812999\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ageniumscale1591804889317\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ageniumscale1591804889317\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"aggregion-ltd\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/aggregion-ltd\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"agiledialogssl1603791911858\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/agiledialogssl1603791911858\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"agolo\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/agolo\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ahnlabinc1584495174865\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ahnlabinc1584495174865\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ahnlabinc1584495467593\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ahnlabinc1584495467593\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"airalabrus\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/airalabrus\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"aiscaler-cache-control-ddos-and-url-rewriting-\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/aiscaler-cache-control-ddos-and-url-rewriting-\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"aisundowninc1618516322959\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/aisundowninc1618516322959\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"akamai-technologies\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/akamai-technologies\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"akumina\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/akumina\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"akumo-software\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/akumo-software\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"al-tamamunitedtradingcontractingcompany\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/al-tamamunitedtradingcontractingcompany\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"alachisoft\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/alachisoft\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"alertlogic\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/alertlogic\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"AlertLogic.Extension\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/AlertLogic.Extension\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"algolyticstechnologies1606475101268\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/algolyticstechnologies1606475101268\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"alicetrix\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/alicetrix\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"alienvault\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/alienvault\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"almalinux\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/almalinux\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"almalinuxosfoundation1628089859865\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/almalinuxosfoundation1628089859865\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"altair-engineering-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/altair-engineering-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"altamira-corporation\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/altamira-corporation\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"alteryx\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/alteryx\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"altova\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/altova\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"analytiumltd1582389146376\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/analytiumltd1582389146376\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"andampgmbh1675347912177\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/andampgmbh1675347912177\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"anjanadatasl1583402861145\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/anjanadatasl1583402861145\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ansys\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ansys\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"antmedia\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/antmedia\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"aod\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/aod\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"apigee\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/apigee\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"appcara\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/appcara\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"appcelerator\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/appcelerator\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"appex-networks\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/appex-networks\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"appistry\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/appistry\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"appmint_inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/appmint_inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"apps-4-rent\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/apps-4-rent\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"appscale-marketplace\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/appscale-marketplace\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"appsurifyinc1606933045773\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/appsurifyinc1606933045773\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"aqtraplatformllc1657880532038\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/aqtraplatformllc1657880532038\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"aquaforest\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/aquaforest\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"aquantyinc1598537176913\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/aquantyinc1598537176913\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"aquaveollc1633710529908\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/aquaveollc1633710529908\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"arabesque-group\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/arabesque-group\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"arangodb\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/arangodb\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"aras\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/aras\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"arcblock\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/arcblock\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"arcesb\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/arcesb\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"arcontechsolutionsprivatelimited1623841797810\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/arcontechsolutionsprivatelimited1623841797810\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"arista-networks\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/arista-networks\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ariwontollc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ariwontollc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"arm\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/arm\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"array_networks\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/array_networks\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"articentgroupllc1635512619530\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/articentgroupllc1635512619530\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"artificial-intelligence-techniques-sl\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/artificial-intelligence-techniques-sl\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"arubanetworks-4922182\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/arubanetworks-4922182\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"asdivertissementinc1617837708654\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/asdivertissementinc1617837708654\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"asigra\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/asigra\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"askforcloudllc1651766049149\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/askforcloudllc1651766049149\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"aspentechnologyhq-1353108\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/aspentechnologyhq-1353108\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"astadia-1148316\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/astadia-1148316\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"asterasoftware1581022936015\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/asterasoftware1581022936015\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"asyscosoftwarebv\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/asyscosoftwarebv\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ataccama\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ataccama\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"athinfosystems1641442221349\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/athinfosystems1641442221349\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"athinfosystems1648710938250\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/athinfosystems1648710938250\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"atlgaming\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/atlgaming\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"atmosera\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/atmosera\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"atomicorp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/atomicorp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"atomizedinc1587939464368\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/atomizedinc1587939464368\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"audiocodes\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/audiocodes\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"auraportal\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/auraportal\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"auriq-systems\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/auriq-systems\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"automateio1592914387888\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/automateio1592914387888\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"automationanywhere\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/automationanywhere\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"automonxltd1601306138716\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/automonxltd1601306138716\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"avanseus\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/avanseus\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"avepoint\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/avepoint\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"aveva1\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/aveva1\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"avi-networks\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/avi-networks\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"aviatrix-systems\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/aviatrix-systems\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"awingu\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/awingu\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"axsguardablenv\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/axsguardablenv\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"axway\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/axway\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"axxana\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/axxana\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"azhpc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/azhpc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"azul\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/azul\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"azure-dockit\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/azure-dockit\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"azurecyclecloud\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/azurecyclecloud\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"AzureDatabricks\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/AzureDatabricks\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"azureopenshift\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/azureopenshift\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"AzureRT.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/AzureRT.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"azuretesting\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/azuretesting\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"azuretesting2\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/azuretesting2\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"azuretesting3\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/azuretesting3\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"AzureTools1type\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/AzureTools1type\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"baas-techbureau\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/baas-techbureau\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"baffle-io\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/baffle-io\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"balabit\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/balabit\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"bansirllc1619470302579\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/bansirllc1619470302579\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"barracudanetworks\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/barracudanetworks\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"basho\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/basho\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"batch\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/batch\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"bayware\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/bayware\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"bcloudllc1671615348068\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/bcloudllc1671615348068\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"bdy\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/bdy\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"bedatadrivenbv1612942138209\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/bedatadrivenbv1612942138209\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"belindaczsro1588885355210\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/belindaczsro1588885355210\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"bellsoft1582871421940\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/bellsoft1582871421940\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"betsol\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/betsol\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"beyondtrust\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/beyondtrust\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"bi-builders-as\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/bi-builders-as\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"big-id\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/big-id\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"biolibinc1622552350258\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/biolibinc1622552350258\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"bissantechnology1583581147809\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/bissantechnology1583581147809\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"bitdefendercybersecurity\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/bitdefendercybersecurity\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"bitnami\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/bitnami\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"bizagi\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/bizagi\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"bizaptyltd1626489237351\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/bizaptyltd1626489237351\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"bizdataloome\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/bizdataloome\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"biztalk360\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/biztalk360\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"black-duck-software\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/black-duck-software\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"blackbird\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/blackbird\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"blackmagicdesignincorporated1596492193249\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/blackmagicdesignincorporated1596492193249\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"blk-technologies\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/blk-technologies\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"blockapps\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/blockapps\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"blockchain-foundry\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/blockchain-foundry\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"blockstack\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/blockstack\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"bloombase\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/bloombase\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"bluecat\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/bluecat\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"bluejeansnetwork1638333611902\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/bluejeansnetwork1638333611902\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"blueprismlimited-4827145\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/blueprismlimited-4827145\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"bluesyntaxconsulting1617654548594\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/bluesyntaxconsulting1617654548594\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"bluetalon\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/bluetalon\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"bmc.ctm\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/bmc.ctm\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"bmcctm.test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/bmcctm.test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"boardpacpvtltd\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/boardpacpvtltd\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"bocada\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/bocada\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"boemskats\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/boemskats\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"botanalytics\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/botanalytics\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"bowspritconsultingopcprivatelimited1596291408582\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/bowspritconsultingopcprivatelimited1596291408582\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"bravura-software-llc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/bravura-software-llc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"bricatainc1584472632111\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/bricatainc1584472632111\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"bright-computing\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/bright-computing\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"brightcomputing\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/brightcomputing\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"brocade_communications\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/brocade_communications\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"brutale\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/brutale\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"bryte\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/bryte\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"bt-americas-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/bt-americas-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"buddhalabs\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/buddhalabs\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"bui\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/bui\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"c-phrasetechnologiesswedenab1674654373407\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/c-phrasetechnologiesswedenab1674654373407\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cadosecurityltd1626856705534\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cadosecurityltd1626856705534\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"calculated_systems\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/calculated_systems\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"callabacloud1655146409258\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/callabacloud1655146409258\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"callwaretechnologiesinc1657114750733\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/callwaretechnologiesinc1657114750733\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"calnexsolutionsplc1646835041441\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/calnexsolutionsplc1646835041441\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"caloudi_corp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/caloudi_corp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"canadiancentreforcybersecurity1610638436359\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/canadiancentreforcybersecurity1610638436359\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Canonical\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Canonical\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"canonical-test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/canonical-test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"capaxdiscovery\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/capaxdiscovery\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"carto\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/carto\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cask\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cask\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"castaigroupinc1595243474856\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/castaigroupinc1595243474856\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"catonetworksltd1641478570665\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/catonetworksltd1641478570665\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cautelalabs\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cautelalabs\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cavirin\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cavirin\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cayosoftinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cayosoftinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cdatasoftware\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cdatasoftware\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cds\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cds\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"celum-gmbh\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/celum-gmbh\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"center-for-internet-security-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/center-for-internet-security-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"centeritysystems\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/centeritysystems\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"centrixeltd1594135951373\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/centrixeltd1594135951373\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"centrocomputerspa1584528117084\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/centrocomputerspa1584528117084\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"certifiedsecuritysolutionsinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/certifiedsecuritysolutionsinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cfd-direct\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cfd-direct\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"chain\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/chain\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"checkpoint\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/checkpoint\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"chef-software\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/chef-software\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Chef.Bootstrap.WindowsAzure\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Chef.Bootstrap.WindowsAzure\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"chunghwatelecom1587573688842\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/chunghwatelecom1587573688842\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ciena1654095655352\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ciena1654095655352\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cinchy\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cinchy\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cinegy-gmbh\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cinegy-gmbh\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ciphertechsinc1646670709341\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ciphertechsinc1646670709341\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ciphertechsinc1676666082978\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ciphertechsinc1676666082978\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ciq\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ciq\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"circleci\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/circleci\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cires21\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cires21\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cirruslinksolutions1598993297919\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cirruslinksolutions1598993297919\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cirruswaveinc1579234787943\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cirruswaveinc1579234787943\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cisco\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cisco\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"citrix\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/citrix\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Citrix.ADC\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Citrix.ADC\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ckchainparaamricalatinayelcaribel-net1664396707594\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ckchainparaamricalatinayelcaribel-net1664396707594\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"clapsodeughaftungsbeschrnkt1626333173563\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/clapsodeughaftungsbeschrnkt1626333173563\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"clear-linux-project\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/clear-linux-project\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"clone-systems\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/clone-systems\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"clouber\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/clouber\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cloud-cruiser\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cloud-cruiser\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cloud-infrastructure-services\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cloud-infrastructure-services\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cloudaccelinc1628754426775\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cloudaccelinc1628754426775\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cloudbees\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cloudbees\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cloudbolt-software\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cloudbolt-software\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cloudboltsoftware1639523402532\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cloudboltsoftware1639523402532\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cloudboost\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cloudboost\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cloudcover\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cloudcover\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cloudentity\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cloudentity\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cloudera\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cloudera\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cloudflare\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cloudflare\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cloudinfo-4919088\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cloudinfo-4919088\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cloudknox\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cloudknox\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cloudlanes\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cloudlanes\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cloudlink\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cloudlink\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"CloudLinkEMC.SecureVM\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/CloudLinkEMC.SecureVM\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cloudmaker\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cloudmaker\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cloudmavensolutions\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cloudmavensolutions\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cloudplan-gmbh\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cloudplan-gmbh\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cloudsecurity\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cloudsecurity\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cloudwhizsolutions\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cloudwhizsolutions\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cloudwrxsconsultingltd1631029702055\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cloudwrxsconsultingltd1631029702055\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"clustrix\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/clustrix\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cncf-upstream\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cncf-upstream\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"codaintelligence1606495376525\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/codaintelligence1606495376525\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"codelathe\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/codelathe\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"codenvy\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/codenvy\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"codetwo\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/codetwo\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cognexcorporation1613759804979\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cognexcorporation1613759804979\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cognexcorporation1647410785838\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cognexcorporation1647410785838\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cognitive-scale\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cognitive-scale\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cognosys\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cognosys\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cohesity\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cohesity\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cohesitydev1592001764720\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cohesitydev1592001764720\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cohesive\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cohesive\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"coin-sciences-ltd\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/coin-sciences-ltd\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"collabcloudlimited\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/collabcloudlimited\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"collibranv1619508098620\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/collibranv1619508098620\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"commscopeinc1632135151062\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/commscopeinc1632135151062\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"commvault\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/commvault\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"compellon\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/compellon\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"composable\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/composable\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"comunity\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/comunity\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"concentrationheatandmomentumlimited1616154387047\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/concentrationheatandmomentumlimited1616154387047\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"conclavecloud\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/conclavecloud\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Confer\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Confer\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"confluentinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/confluentinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"conflux\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/conflux\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"connecting-software\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/connecting-software\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"consensys\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/consensys\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"containeraider\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/containeraider\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"contiamogmbh\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/contiamogmbh\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"controlcase\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/controlcase\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"controlplane\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/controlplane\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"controlplanecorporation1609967567639\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/controlplanecorporation1609967567639\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"convertigo\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/convertigo\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"corent-technology-pvt\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/corent-technology-pvt\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"couchbase\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/couchbase\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cpanel\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cpanel\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"credativ\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/credativ\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cristiesoftwareltd1599488127561\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cristiesoftwareltd1599488127561\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"crunchyard\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/crunchyard\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"crunchyardltd1623835391104\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/crunchyardltd1623835391104\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cryptocom1585727786636\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cryptocom1585727786636\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cryptosense1605170011574\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cryptosense1605170011574\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cryptzone\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cryptzone\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ctm.bmc.com\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ctm.bmc.com\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ctrliqinc1648673227698\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ctrliqinc1648673227698\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cubebackupinc1662619479161\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cubebackupinc1662619479161\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"curvc1664848996592\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/curvc1664848996592\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cybercxptyltd1590132359004\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cybercxptyltd1590132359004\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cybernetica-as\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cybernetica-as\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cygnalabscorp1646065782458\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cygnalabscorp1646065782458\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"cyxtera\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/cyxtera\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"dablabsinc1654806039152\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/dablabsinc1654806039152\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"daceitdbasensetrafficpulse1579892024934\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/daceitdbasensetrafficpulse1579892024934\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"danielsol.AzureTools1\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/danielsol.AzureTools1\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Dans.Windows.App\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Dans.Windows.App\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Dans3.Windows.App\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Dans3.Windows.App\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"dataart\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/dataart\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"databricks\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/databricks\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"datacore\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/datacore\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Datadog.Agent\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Datadog.Agent\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"datadynamicsinc1581991927942\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/datadynamicsinc1581991927942\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"dataevolvesolutionsopcprivatelimited1673336394359\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/dataevolvesolutionsopcprivatelimited1673336394359\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"datagapsinc1585348463636\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/datagapsinc1585348463636\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"dataguiseinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/dataguiseinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"dataiku\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/dataiku\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"datalayer\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/datalayer\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"datanomers1584919038987\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/datanomers1584919038987\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"datanova\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/datanova\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"datapredsa\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/datapredsa\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"dataroadtechnologiesllc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/dataroadtechnologiesllc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"datasciencedojo1586563145740\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/datasciencedojo1586563145740\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"datastax\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/datastax\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"datasunrise\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/datasunrise\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"datavirtualitygmbh\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/datavirtualitygmbh\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"dbs-h\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/dbs-h\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"dcassociatesgroupinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/dcassociatesgroupinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ddn-whamcloud-5345716\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ddn-whamcloud-5345716\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Debian\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Debian\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"dece-4446019\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/dece-4446019\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"decisosalesbv\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/decisosalesbv\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"deepcognitioninc1593512758156\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/deepcognitioninc1593512758156\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"deepsiginc1581610210151\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/deepsiginc1581610210151\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"deepsurfacesecurityinc1632943333445\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/deepsurfacesecurityinc1632943333445\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"dellemc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/dellemc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"dell_software\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/dell_software\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"delphix\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/delphix\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"deltapathlimited1592886319362\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/deltapathlimited1592886319362\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"denodo\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/denodo\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"derdack\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/derdack\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"deskpro1650546806675\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/deskpro1650546806675\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"desktopstudioag1580294245574\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/desktopstudioag1580294245574\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"devfactory\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/devfactory\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"device42inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/device42inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"deviceauthorityinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/deviceauthorityinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"devopsgroup-uk\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/devopsgroup-uk\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"df-portal-user\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/df-portal-user\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"dftworksllc1665199028638\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/dftworksllc1665199028638\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Dh2ico\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Dh2ico\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"dh2icompany\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/dh2icompany\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"dhi\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/dhi\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"diagramics\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/diagramics\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"dicomsystems1584107398321\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/dicomsystems1584107398321\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"diehl-metering\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/diehl-metering\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"digisitesystems\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/digisitesystems\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"digitaldefenseinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/digitaldefenseinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"digitamizeinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/digitamizeinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"digitate\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/digitate\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"diladele\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/diladele\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"dimensionalmechanics-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/dimensionalmechanics-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"diqa\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/diqa\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"dispersiveholdingsinc1653422231259\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/dispersiveholdingsinc1653422231259\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"diyatech\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/diyatech\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"diyotta\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/diyotta\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"djiindustrialincus\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/djiindustrialincus\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"docker\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/docker\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"dome9\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/dome9\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"dorabot\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/dorabot\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"dremiocorporation\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/dremiocorporation\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"drizti\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/drizti\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"drone\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/drone\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"dsi\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/dsi\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"dundas\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/dundas\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"dyadic_security\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/dyadic_security\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"dynatrace\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/dynatrace\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"dynatrace.ruxit\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/dynatrace.ruxit\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"e-magicinc1587696283171\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/e-magicinc1587696283171\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"eastwind-networks-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/eastwind-networks-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"easysoftwaresro1593005637384\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/easysoftwaresro1593005637384\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ebesllc1637780200500\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ebesllc1637780200500\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ecessa\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ecessa\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"edevtech\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/edevtech\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"edgelesssystems\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/edgelesssystems\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"edgenetworks\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/edgenetworks\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"edispheresoftwareprivatelimited1606199736428\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/edispheresoftwareprivatelimited1606199736428\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"education4sight\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/education4sight\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"eecservicesfzllc1604836615706\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/eecservicesfzllc1604836615706\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"egnyte\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/egnyte\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"egress1589289169584\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/egress1589289169584\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"eikonasystemsgmbh1601729310063\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/eikonasystemsgmbh1601729310063\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ekinopsfrance1583498025383\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ekinopsfrance1583498025383\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"elaniaresources1648486385938\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/elaniaresources1648486385938\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Elastic\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Elastic\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"electric-cloud\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/electric-cloud\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"elevateiot\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/elevateiot\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"eleven01\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/eleven01\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"elfiqnetworks\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/elfiqnetworks\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"eliamarzia1667381463185\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/eliamarzia1667381463185\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"elmcomputing1669646908295\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/elmcomputing1669646908295\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"emercoin\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/emercoin\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"enclaivegmbh1643578052639\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/enclaivegmbh1643578052639\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"energisme1601990637842\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/energisme1601990637842\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"enforongo\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/enforongo\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"engineering-ingegneriainformatica-spa1626786889850\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/engineering-ingegneriainformatica-spa1626786889850\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"engysltd1624364546407\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/engysltd1624364546407\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"enterprisedb-corp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/enterprisedb-corp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"enterpriseworx-it\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/enterpriseworx-it\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"epicgames\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/epicgames\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"epicgamesinc1633466121071\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/epicgamesinc1633466121071\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"eproe\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/eproe\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"equalum\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/equalum\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"equilibrium\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/equilibrium\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ergoninformatikag1581586464404\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ergoninformatikag1581586464404\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"erockyenterprisesoftwarefoundationinc1653071250513\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/erockyenterprisesoftwarefoundationinc1653071250513\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"esdenera\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/esdenera\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ESET\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ESET\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"esetresearch1579795941720\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/esetresearch1579795941720\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"esri\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/esri\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"esyon\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/esyon\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ethereum\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ethereum\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"eurolinuxspzoo1620639373013\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/eurolinuxspzoo1620639373013\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"eventtracker\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/eventtracker\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"evertzmicrosystemsltd1586877923009\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/evertzmicrosystemsltd1586877923009\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"evorine1660210935094\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/evorine1660210935094\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"evostream-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/evostream-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"exact\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/exact\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"exasol\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/exasol\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"excelero1608461290726\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/excelero1608461290726\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"exivity\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/exivity\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"exonar\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/exonar\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"experollc1644352127859\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/experollc1644352127859\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"f5-networks\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/f5-networks\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"falainapteltd1604661424876\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/falainapteltd1604661424876\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"falconstorsoftware\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/falconstorsoftware\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"fatalsecurity1604924013537\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/fatalsecurity1604924013537\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"fatpipe-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/fatpipe-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"fenestrae-1035066\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/fenestrae-1035066\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"fidesys\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/fidesys\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"filecatalyst\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/filecatalyst\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"filemagellc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/filemagellc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"filingcloud\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/filingcloud\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"fiorano\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/fiorano\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"fireeye\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/fireeye\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"firehost\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/firehost\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"firemon\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/firemon\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"firstderivativesplc1596469572732\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/firstderivativesplc1596469572732\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"flashgrid-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/flashgrid-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"flexbby\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/flexbby\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"flexbby-5255860\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/flexbby-5255860\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"flexify-io\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/flexify-io\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"flexxibleit\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/flexxibleit\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"flowmon\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/flowmon\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"flynet\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/flynet\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"foghorn-systems\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/foghorn-systems\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"forcepoint-llc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/forcepoint-llc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"forescout\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/forescout\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"foreseetiab1613650409016\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/foreseetiab1613650409016\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"formpipesoftwareab\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/formpipesoftwareab\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"forscene\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/forscene\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"fortanix\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/fortanix\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"fortinet\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/fortinet\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"fortycloud\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/fortycloud\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"forumsystems1599756394904\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/forumsystems1599756394904\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"fotopiatechnologies\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/fotopiatechnologies\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"foxiteuropegmbh1585901066320\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/foxiteuropegmbh1585901066320\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"franzinc1593030725310\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/franzinc1593030725310\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"fw\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/fw\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"g2kgroupgmbh-4821943\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/g2kgroupgmbh-4821943\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"gapteq\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/gapteq\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"gatlingcorp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/gatlingcorp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"gbs\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/gbs\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"gemalto-safenet\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/gemalto-safenet\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Gemalto.SafeNet.ProtectV\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Gemalto.SafeNet.ProtectV\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"genesistechnologyinc1604912285911\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/genesistechnologyinc1604912285911\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"genuagmbhdevid1\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/genuagmbhdevid1\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"genua_gmbh\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/genua_gmbh\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"genymobile\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/genymobile\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"gigamon-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/gigamon-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"GitHub\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/GitHub\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"gitlabinc1586447921813\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/gitlabinc1586447921813\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"gladinet-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/gladinet-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"glantoninc1591876792991\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/glantoninc1591876792991\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"globaldataanalyticsptyltdtatapeark1636285238780\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/globaldataanalyticsptyltdtatapeark1636285238780\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"globalidsinc1596800540598\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/globalidsinc1596800540598\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"globallinkingsolutionsinc1673581558566\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/globallinkingsolutionsinc1673581558566\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"globalscape\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/globalscape\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"globalsolutions\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/globalsolutions\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"gluwareinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/gluwareinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"graphiantinc1622651764677\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/graphiantinc1622651764677\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"graphistry\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/graphistry\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"graphitegtc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/graphitegtc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"great-software-laboratory-private-limited\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/great-software-laboratory-private-limited\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"greensql\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/greensql\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"greycorbelsolutions\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/greycorbelsolutions\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"gridgain\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/gridgain\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"guardicore\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/guardicore\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"h2o-ai\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/h2o-ai\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"hackerbay\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/hackerbay\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"hackershub\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/hackershub\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"haivision\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/haivision\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"haivisionsystemsinc1580780591922\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/haivisionsystemsinc1580780591922\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"haltdoscompvtltd1587136166019\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/haltdoscompvtltd1587136166019\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"hammerspace\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/hammerspace\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"hanu\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/hanu\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"haproxy-technologies\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/haproxy-technologies\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"harmanconnectedservicesinc1594928575643\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/harmanconnectedservicesinc1594928575643\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"harpaitalia\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/harpaitalia\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"hashhub\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/hashhub\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"hcl-technologies\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/hcl-technologies\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"heimdall-data\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/heimdall-data\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"help-systems\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/help-systems\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"helpyio\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/helpyio\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"heretechnologies\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/heretechnologies\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"hewlett-packard\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/hewlett-packard\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"hexagonmanufacturingintelligence1586372099540\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/hexagonmanufacturingintelligence1586372099540\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"hillstone-networks\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/hillstone-networks\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"hitachi-solutions\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/hitachi-solutions\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"hitachivantara\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/hitachivantara\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"holmsecurityswedenab1639511288603\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/holmsecurityswedenab1639511288603\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"holo-industrie40softwaregmbh1600957636008\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/holo-industrie40softwaregmbh1600957636008\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"hortonworks\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/hortonworks\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"hostingcontrollerinc1656315491972\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/hostingcontrollerinc1656315491972\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"hpe\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/hpe\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"HPE.Security.ApplicationDefender\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/HPE.Security.ApplicationDefender\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"hpe.serviceguard.ha.dr\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/hpe.serviceguard.ha.dr\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"huawei\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/huawei\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"hubstor-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/hubstor-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"hush-hush\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/hush-hush\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"hvr\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/hvr\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"hyperglance\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/hyperglance\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"hypergrid\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/hypergrid\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"hystaxinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/hystaxinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"hytrust\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/hytrust\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"i-exceed-technology\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/i-exceed-technology\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"iaansys\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/iaansys\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ibm\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ibm\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ibm-alliance-global-1560886\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ibm-alliance-global-1560886\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ibm-usa-ny-armonk-hq-6275750-ibmcloud-aiops\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ibm-usa-ny-armonk-hq-6275750-ibmcloud-aiops\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ibm-usa-ny-armonk-hq-6275750-ibmcloud-asperia\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ibm-usa-ny-armonk-hq-6275750-ibmcloud-asperia\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"iboss\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/iboss\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"iconics\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/iconics\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"iconsulting-spa\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/iconsulting-spa\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"icubeconsultancyservicesinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/icubeconsultancyservicesinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"iguazio-5069960\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/iguazio-5069960\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"iguaziosystemsinc1642090150854\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/iguaziosystemsinc1642090150854\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ikan\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ikan\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ikandevelopmentnv\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ikandevelopmentnv\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"iliimbiliimveyazlmsistemlerisanvetica1617000555584\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/iliimbiliimveyazlmsistemlerisanvetica1617000555584\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ilinksystems\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ilinksystems\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"illuminainc1586452220102\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/illuminainc1586452220102\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"image-technologies\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/image-technologies\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"imaginecommunications\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/imaginecommunications\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"imperva\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/imperva\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"impetustechnologiesinc1591959591877\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/impetustechnologiesinc1591959591877\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"imprivatainc1580479939967\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/imprivatainc1580479939967\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"incorta\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/incorta\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"incredibuild\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/incredibuild\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"indexima1594300233028\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/indexima1594300233028\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"industry-isv-eng\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/industry-isv-eng\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"industry-weapon\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/industry-weapon\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"industryweapon1587162781833\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/industryweapon1587162781833\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"inenprocesosyplataformasdetisderldecv1615482385424\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/inenprocesosyplataformasdetisderldecv1615482385424\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"inergybv1637141413454\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/inergybv1637141413454\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"infinitesoftwarecorporation1579223971125\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/infinitesoftwarecorporation1579223971125\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"infiotinc1614034091460\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/infiotinc1614034091460\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"influxdata\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/influxdata\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"infoblox\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/infoblox\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"infogix\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/infogix\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"infolibrarian\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/infolibrarian\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"informatica\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/informatica\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"informationbuilders\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/informationbuilders\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"informationtechnologies_ltd_1179601\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/informationtechnologies_ltd_1179601\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"infotecsinternetsecuritysoftwaregmbh1636129257584\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/infotecsinternetsecuritysoftwaregmbh1636129257584\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"infscapeughaftungsbeschrnkt\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/infscapeughaftungsbeschrnkt\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ingenieurstudiohollaus1579587745438\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ingenieurstudiohollaus1579587745438\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ingrammicro\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ingrammicro\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"innomindssoftware\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/innomindssoftware\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"innosepgmbh1618331344164\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/innosepgmbh1618331344164\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"innovatorartificialtechsrl1619180685551\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/innovatorartificialtechsrl1619180685551\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"innovtech\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/innovtech\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"instight-technology\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/instight-technology\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"intel-bigdl\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/intel-bigdl\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"intel-fpga\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/intel-fpga\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"intellicus-technologies-pvt-ltd\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/intellicus-technologies-pvt-ltd\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"intelligent-plant-ltd\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/intelligent-plant-ltd\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"intel_corporation\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/intel_corporation\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"internationaltrustmachinescorporation1582190033865\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/internationaltrustmachinescorporation1582190033865\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"internet20inc1635882446190\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/internet20inc1635882446190\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"intersystems\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/intersystems\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"intigua\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/intigua\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"intigua1638692632641\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/intigua1638692632641\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"introspecioltd1629872641188\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/introspecioltd1629872641188\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"inventeccorp1645697962291\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/inventeccorp1645697962291\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ipinfusion1590066770520\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ipinfusion1590066770520\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ipswitch\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ipswitch\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"iqsol\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/iqsol\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"iquate\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/iquate\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"iquest\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/iquest\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"iquilaltd1636632578012\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/iquilaltd1636632578012\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ir\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ir\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ishlangu-load-balancer-adc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ishlangu-load-balancer-adc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"issp-corporation\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/issp-corporation\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"isvtestukbigcat\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/isvtestukbigcat\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"isvtestuklegacy\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/isvtestuklegacy\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"itelios\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/itelios\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"itrsgroupltd1620310702149\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/itrsgroupltd1620310702149\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ivanti-inc-pcs\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ivanti-inc-pcs\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ivanti-nzta\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ivanti-nzta\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ivanti-vadc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ivanti-vadc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"iwnamespace\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/iwnamespace\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"izenda\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/izenda\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"jamcracker\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/jamcracker\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"javlinltd1579185328273\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/javlinltd1579185328273\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"jelastic\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/jelastic\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"jetnexus\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/jetnexus\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"jetware-srl\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/jetware-srl\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"jfrog\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/jfrog\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"jm-technology-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/jm-technology-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"jogetinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/jogetinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"johnsnowlabsinc1646051154808\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/johnsnowlabsinc1646051154808\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"juniper-networks\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/juniper-networks\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"justanalytics\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/justanalytics\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"k-businesscomag\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/k-businesscomag\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"kadenallc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/kadenallc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"kali-linux\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/kali-linux\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"kalkitech\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/kalkitech\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"kaminarioinc1588672951794\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/kaminarioinc1588672951794\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Kaspersky.Lab\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Kaspersky.Lab\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"KasperskyLab.SecurityAgent\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/KasperskyLab.SecurityAgent\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"kaspersky_lab\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/kaspersky_lab\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"kazendi\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/kazendi\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"kelverion\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/kelverion\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"kemptech\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/kemptech\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"kepion\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/kepion\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"KevlarExtensions.M365Security.SecureOS\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/KevlarExtensions.M365Security.SecureOS\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"KevlarExtensions.M365SecurityHostIDS\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/KevlarExtensions.M365SecurityHostIDS\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"KevlarExtensions.M365SecurityInventory\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/KevlarExtensions.M365SecurityInventory\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"KevlarExtensions.M365SecurityInventory.NameChangeTest\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/KevlarExtensions.M365SecurityInventory.NameChangeTest\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"KevlarExtensions.M365SecurityODL\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/KevlarExtensions.M365SecurityODL\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"KevlarExtensions.M365SecurityTLSExtension\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/KevlarExtensions.M365SecurityTLSExtension\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"keysighttechnologies_cyperf\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/keysighttechnologies_cyperf\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"kinetica\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/kinetica\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"kinvolk\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/kinvolk\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"knime\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/knime\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"kobalt\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/kobalt\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"kockpitanalyticspvtltd1645177427945\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/kockpitanalyticspvtltd1645177427945\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"kognillc1600118221163\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/kognillc1600118221163\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"kognitivsparkinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/kognitivsparkinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"konginc1581527938760\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/konginc1581527938760\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"konsys-ltd\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/konsys-ltd\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"koverseinc1588716263110\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/koverseinc1588716263110\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"kryonsystems\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/kryonsystems\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"krypc-technologies-pvt-ltd\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/krypc-technologies-pvt-ltd\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"kyligence\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/kyligence\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"kyvos-insights-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/kyvos-insights-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"lab3solutions\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/lab3solutions\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"lancom-systems\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/lancom-systems\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"lansa\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/lansa\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"lastline\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/lastline\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"launchnodesltd1644561451121\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/launchnodesltd1644561451121\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"leap-orbit\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/leap-orbit\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"lenovosoftware1604394104439\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/lenovosoftware1604394104439\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"leostream-corporation\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/leostream-corporation\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"lepide-software\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/lepide-software\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"levacloudllc1602151818089\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/levacloudllc1602151818089\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"libelleag\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/libelleag\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"liberatii\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/liberatii\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"libraesva\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/libraesva\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"liebsoft\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/liebsoft\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"lightning-analyticsinc1582000647396\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/lightning-analyticsinc1582000647396\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"linuxbasedsystemsdesignltd1580878904727\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/linuxbasedsystemsdesignltd1580878904727\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"liquid-files\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/liquid-files\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"liquidware\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/liquidware\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"literatu\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/literatu\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"litespeedtechnologies\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/litespeedtechnologies\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"litespeed_technologies\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/litespeed_technologies\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"litionenergiegmbh1580128829115\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/litionenergiegmbh1580128829115\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"litmusautomation1582760223280\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/litmusautomation1582760223280\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"llcitpro\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/llcitpro\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"lnw-softgmbh\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/lnw-softgmbh\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"loadbalancer\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/loadbalancer\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"logicflowag1638535407949\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/logicflowag1638535407949\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"logsign\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/logsign\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"logstarecorp1635838645101\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/logstarecorp1635838645101\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"logtrust\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/logtrust\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"logzio\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/logzio\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"looker\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/looker\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"lotus_beta_analytics\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/lotus_beta_analytics\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"lti-lt-infotech\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/lti-lt-infotech\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"luminate-security\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/luminate-security\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"M365Security.KevlarExtensions\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/M365Security.KevlarExtensions\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"M365SecurityInventory\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/M365SecurityInventory\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"machinesense\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/machinesense\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"madhavajay1632269232059\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/madhavajay1632269232059\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"maidenhead-bridge\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/maidenhead-bridge\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"manageengine\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/manageengine\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"mapd\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/mapd\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"maplelabsinc1623932715330\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/maplelabsinc1623932715330\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"mapr-technologies\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/mapr-technologies\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"marketplace-rdfe-caps\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/marketplace-rdfe-caps\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"marklogic\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/marklogic\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"massiveanalytic-\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/massiveanalytic-\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"mathildetechnologyhongkonglimited1669113447021\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/mathildetechnologyhongkonglimited1669113447021\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"mathworks-deployment\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/mathworks-deployment\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"mathworks-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/mathworks-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"matillion\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/matillion\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"mavinglobal\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/mavinglobal\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"McAfee.EndpointSecurity\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/McAfee.EndpointSecurity\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"McAfee.EndpointSecurity.test3\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/McAfee.EndpointSecurity.test3\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"meanio\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/meanio\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"media3-adobe\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/media3-adobe\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"media3-llc-adobe\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/media3-llc-adobe\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"media3-technologies-llc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/media3-technologies-llc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"mediatekinc1586141563888\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/mediatekinc1586141563888\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"mendix\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/mendix\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"merlynnintelligencetechnologies\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/merlynnintelligencetechnologies\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"meshifyappinc1622759451429\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/meshifyappinc1622759451429\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"messagesolution\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/messagesolution\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"mettainnovations-4900054\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/mettainnovations-4900054\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"mfe_azure\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/mfe_azure\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"mfiles\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/mfiles\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"mico\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/mico\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"micro-focus\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/micro-focus\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"microolap\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/microolap\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"microsecpteltd1634010681688\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/microsecpteltd1634010681688\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"microsoft-ads\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/microsoft-ads\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"microsoft-agci-gaming\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/microsoft-agci-gaming\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"microsoft-aks\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/microsoft-aks\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"microsoft-avere\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/microsoft-avere\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"microsoft-azure-batch\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/microsoft-azure-batch\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"microsoft-azure-compute\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/microsoft-azure-compute\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"microsoft-azure-gaming\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/microsoft-azure-gaming\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"microsoft-azure-hdinsight\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/microsoft-azure-hdinsight\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"microsoft-crypto\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/microsoft-crypto\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"microsoft-dsvm\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/microsoft-dsvm\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"microsoft-hyperv\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/microsoft-hyperv\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.AdminCenter\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.AdminCenter\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.AKS\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.AKS\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.ActiveDirectory\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.ActiveDirectory\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.ActiveDirectory.LinuxSSH\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.ActiveDirectory.LinuxSSH\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Applications\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Applications\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Automation.HybridWorker\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Automation.HybridWorker\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Automation.HybridWorker.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Automation.HybridWorker.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.AzureDefenderForServers\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.AzureDefenderForServers\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.AzureDefenderForSQL\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.AzureDefenderForSQL\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.AzureHybridBenefit\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.AzureHybridBenefit\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Backup.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Backup.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Backup.Test.Edp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Backup.Test.Edp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Batch\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Batch\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.ChangeTracking\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.ChangeTracking\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.ChangeTrackingAndInventory\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.ChangeTrackingAndInventory\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Chaos\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Chaos\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Chaos.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Chaos.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Compute.Security\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Compute.Security\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.ContainerUpstream\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.ContainerUpstream\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.DefenderForServers.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.DefenderForServers.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.DefenderForServers.Test2\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.DefenderForServers.Test2\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Diagnostics\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Diagnostics\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Diagnostics.Build.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Diagnostics.Build.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Diagnostics.Edp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Diagnostics.Edp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Edp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Edp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test012be407-61ea-4e45-a2c3-71a45999ca21-20191228083800\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test012be407-61ea-4e45-a2c3-71a45999ca21-20191228083800\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test01971384-3044-413b-8b1c-33b5d461bf23-20200107051823\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test01971384-3044-413b-8b1c-33b5d461bf23-20200107051823\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test0225ec7d-b36c-4ac8-82f0-aa4fafaf10a9-20200111051346\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test0225ec7d-b36c-4ac8-82f0-aa4fafaf10a9-20200111051346\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test025e16a1-328d-45a2-b7e3-71f7e4cde046-20191229064028\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test025e16a1-328d-45a2-b7e3-71f7e4cde046-20191229064028\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test02d1f941-5607-4757-8df7-fd8c5631ab45-20200103083810\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test02d1f941-5607-4757-8df7-fd8c5631ab45-20200103083810\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test039abd7f-360c-42a1-ad5d-77527c519286-20191002233412\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test039abd7f-360c-42a1-ad5d-77527c519286-20191002233412\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test04a0f157-c6fb-4595-b6ca-6c82a2338063-20200108101451\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test04a0f157-c6fb-4595-b6ca-6c82a2338063-20200108101451\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test0737f33e-63e0-4ba9-b04b-b93a1de4e997-20200106083639\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test0737f33e-63e0-4ba9-b04b-b93a1de4e997-20200106083639\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test0a44d7be-63fa-418d-a7b6-89a44dd21894-20200107052935\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test0a44d7be-63fa-418d-a7b6-89a44dd21894-20200107052935\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test0d01b487-7f79-4d87-b330-5c025068db45-20191004190331\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test0d01b487-7f79-4d87-b330-5c025068db45-20191004190331\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test0d643748-e6fe-41ad-b4d3-89a289a0cee0-20191003055620\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test0d643748-e6fe-41ad-b4d3-89a289a0cee0-20191003055620\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test0df83c51-5bb9-43f8-8ae9-bc896ea64f78-20200110220221\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test0df83c51-5bb9-43f8-8ae9-bc896ea64f78-20200110220221\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test0f02c246-7e65-4010-9367-ca4530c3897e-20191004190223\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test0f02c246-7e65-4010-9367-ca4530c3897e-20191004190223\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test157494ec-e788-43b0-8d26-a17e39ee07cc-20191002011945\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test157494ec-e788-43b0-8d26-a17e39ee07cc-20191002011945\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test1661d154-b623-4507-8a56-3a89812c456c-20200111083940\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test1661d154-b623-4507-8a56-3a89812c456c-20200111083940\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test17bbd860-f21d-40ab-9026-16e05f2907f0-20200106083451\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test17bbd860-f21d-40ab-9026-16e05f2907f0-20200106083451\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test194e2333-13cd-43e3-b0a4-c8cdcf1a3600-20200110211106\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test194e2333-13cd-43e3-b0a4-c8cdcf1a3600-20200110211106\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test1bc26b19-b8d8-41f9-a26d-818f277bdf93-20200101113139\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test1bc26b19-b8d8-41f9-a26d-818f277bdf93-20200101113139\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test1c840053-9213-4f2a-8f2e-9bf2297908bd-20200108101424\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test1c840053-9213-4f2a-8f2e-9bf2297908bd-20200108101424\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test1d7bba72-69f1-43cd-a38c-41ce0b5f4bae-20200109050041\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test1d7bba72-69f1-43cd-a38c-41ce0b5f4bae-20200109050041\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test1f7a8078-50e7-4a3a-91eb-d178fd4c403b-20191002233353\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test1f7a8078-50e7-4a3a-91eb-d178fd4c403b-20191002233353\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test1fef1fdc-57ba-46a8-a879-475ba7d45a7a-20200106083509\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test1fef1fdc-57ba-46a8-a879-475ba7d45a7a-20200106083509\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test21332f15-f78d-4d31-afac-79b9dc989432-20191231175840\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test21332f15-f78d-4d31-afac-79b9dc989432-20191231175840\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test22f10717-6939-4003-a9ce-38effd8b77d6-20191007191355\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test22f10717-6939-4003-a9ce-38effd8b77d6-20191007191355\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test2334e6e3-bb72-4241-a36f-c2429d69bc0b-20200106050834\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test2334e6e3-bb72-4241-a36f-c2429d69bc0b-20200106050834\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test24fa9eb5-1c59-4425-b61c-30fd638c2a45-20191003203802\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test24fa9eb5-1c59-4425-b61c-30fd638c2a45-20191003203802\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test2521a545-ed61-4a15-bed1-aba7ce1d81ee-20200106050804\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test2521a545-ed61-4a15-bed1-aba7ce1d81ee-20200106050804\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test25c6fe61-1282-43c2-867b-b5039219989c-20200105081851\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test25c6fe61-1282-43c2-867b-b5039219989c-20200105081851\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test27515c8c-6773-4f92-afb0-35691cc6e3b6-20200103083821\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test27515c8c-6773-4f92-afb0-35691cc6e3b6-20200103083821\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test28012680-48e7-4903-877f-2f29464e63d5-20191229033424\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test28012680-48e7-4903-877f-2f29464e63d5-20191229033424\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test29a7a529-d293-4728-9d7f-257ed996e64f-20200108081759\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test29a7a529-d293-4728-9d7f-257ed996e64f-20200108081759\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test2a5f2d2c-b8e3-46c2-850d-a1641c024fe7-20200107084228\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test2a5f2d2c-b8e3-46c2-850d-a1641c024fe7-20200107084228\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test2ce856af-ab17-48f2-ba3e-bcd9af091061-20200110013246\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test2ce856af-ab17-48f2-ba3e-bcd9af091061-20200110013246\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test2e012e83-6361-4365-963f-6ced8a08e91c-20200110211254\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test2e012e83-6361-4365-963f-6ced8a08e91c-20200110211254\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test2ecf67b2-fb63-4461-b6a6-7026c4fb1168-20191002214026\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test2ecf67b2-fb63-4461-b6a6-7026c4fb1168-20191002214026\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test2ede6564-c7cc-44cb-a1a8-902505c9829d-20191003020742\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test2ede6564-c7cc-44cb-a1a8-902505c9829d-20191003020742\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test2f4ebc17-e27e-48d9-9cc3-ff933c21884e-20200106092410\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test2f4ebc17-e27e-48d9-9cc3-ff933c21884e-20200106092410\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test349ee02c-af9b-4663-a963-823b40eefed8-20200108083612\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test349ee02c-af9b-4663-a963-823b40eefed8-20200108083612\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test34cf6b13-b78e-478b-b596-8b661629371d-20191007195455\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test34cf6b13-b78e-478b-b596-8b661629371d-20191007195455\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test36cc5b60-2b23-4a04-bf95-f7865e1141cf-20200110085718\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test36cc5b60-2b23-4a04-bf95-f7865e1141cf-20200110085718\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3712fca9-5cdd-4609-be69-b02aedc5c55c-20200107084115\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test3712fca9-5cdd-4609-be69-b02aedc5c55c-20200107084115\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3772d042-92e2-4bcb-99b7-8a6a119cc088-20191231182808\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test3772d042-92e2-4bcb-99b7-8a6a119cc088-20191231182808\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test37a6dd64-d44d-465e-85bc-3bc38be90350-20200104083535\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test37a6dd64-d44d-465e-85bc-3bc38be90350-20200104083535\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test381074d5-7156-472b-801a-b35f8fef4cc6-20200105050612\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test381074d5-7156-472b-801a-b35f8fef4cc6-20200105050612\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3877a44d-4c48-40db-80eb-227272d5acd6-20200110103540\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test3877a44d-4c48-40db-80eb-227272d5acd6-20200110103540\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test38ecd28e-7018-4672-840c-3044a5e7a6b5-20200111084208\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test38ecd28e-7018-4672-840c-3044a5e7a6b5-20200111084208\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test395a0b49-442a-450c-8a1f-65b0aa3bcf47-20200105083839\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test395a0b49-442a-450c-8a1f-65b0aa3bcf47-20200105083839\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3971b300-edff-44a8-b61b-7f9b7460a8d6-20191003002234\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test3971b300-edff-44a8-b61b-7f9b7460a8d6-20191003002234\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3adeec20-7458-4b3d-af26-0b6bc2aae3eb-20200103083751\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test3adeec20-7458-4b3d-af26-0b6bc2aae3eb-20200103083751\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3b20dd96-f3e4-4798-998d-8c433c2449a7-20200108083635\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test3b20dd96-f3e4-4798-998d-8c433c2449a7-20200108083635\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3ce2fd4a-8b5a-4c7e-b08d-3e48fc0f45e7-20200104083825\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test3ce2fd4a-8b5a-4c7e-b08d-3e48fc0f45e7-20200104083825\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3d499ca7-cc8d-41cc-a6dc-ffb1a4ac4942-20200107053004\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test3d499ca7-cc8d-41cc-a6dc-ffb1a4ac4942-20200107053004\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3db7240e-5e42-4d6d-b024-cc9fce3c828b-20200105083520\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test3db7240e-5e42-4d6d-b024-cc9fce3c828b-20200105083520\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3f6b7341-635f-48d5-a36d-be5dfe3002c4-20200105050937\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test3f6b7341-635f-48d5-a36d-be5dfe3002c4-20200105050937\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3fc26934-ede2-4482-ad5e-f66f6135d4a6-20191228055558\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test3fc26934-ede2-4482-ad5e-f66f6135d4a6-20191228055558\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test406d077c-6017-4062-bc96-f809147a2331-20200106050748\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test406d077c-6017-4062-bc96-f809147a2331-20200106050748\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test4302336c-e039-4e70-bcb6-9275f6089e4a-20200108144821\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test4302336c-e039-4e70-bcb6-9275f6089e4a-20200108144821\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test453a087e-8435-46db-970a-4ee633cc4c4a-20200102083458\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test453a087e-8435-46db-970a-4ee633cc4c4a-20200102083458\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test46b73afa-2259-4aff-81e1-a58bf24b59aa-20191229033459\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test46b73afa-2259-4aff-81e1-a58bf24b59aa-20191229033459\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test4a3399ee-82ea-46aa-9e3a-5434b588e3b6-20191228013518\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test4a3399ee-82ea-46aa-9e3a-5434b588e3b6-20191228013518\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test4eb7a185-527b-4b9f-93a8-7f1cec9d062e-20191231151207\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test4eb7a185-527b-4b9f-93a8-7f1cec9d062e-20191231151207\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test520a0915-f9f0-4da4-9fa1-1b74fc1470aa-20200102083505\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test520a0915-f9f0-4da4-9fa1-1b74fc1470aa-20200102083505\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test5397960f-023b-4979-9a8b-800d049045a4-20191007195417\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test5397960f-023b-4979-9a8b-800d049045a4-20191007195417\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test55a36387-8a3f-4159-9884-29b97539a253-20200109080443\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test55a36387-8a3f-4159-9884-29b97539a253-20200109080443\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test5645f186-4ee5-4209-af37-423660e3318c-20191231175947\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test5645f186-4ee5-4209-af37-423660e3318c-20191231175947\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test58b4461d-4d2d-4395-b6d2-ab83d4d8c62f-20200111001002\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test58b4461d-4d2d-4395-b6d2-ab83d4d8c62f-20200111001002\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test5b0bf447-d98d-429d-8334-c032d197c743-20191003203846\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test5b0bf447-d98d-429d-8334-c032d197c743-20191003203846\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test5bc90367-1ea2-400b-a40c-321081bae3f3-20200108145035\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test5bc90367-1ea2-400b-a40c-321081bae3f3-20200108145035\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test5bd0562f-e939-456f-a6ee-c848d1aba616-20200101151641\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test5bd0562f-e939-456f-a6ee-c848d1aba616-20200101151641\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test5e4efe90-916c-4c96-802c-1508a5b6da78-20191231151150\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test5e4efe90-916c-4c96-802c-1508a5b6da78-20191231151150\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test5f8f0c10-cc3c-45ec-a068-fb1c7edfa0d9-20200101145958\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test5f8f0c10-cc3c-45ec-a068-fb1c7edfa0d9-20200101145958\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test60a000b7-286c-4b2b-9137-bbc088736419-20200108144920\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test60a000b7-286c-4b2b-9137-bbc088736419-20200108144920\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test6192a01b-ba47-4d08-904a-71647a49a112-20191008041625\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test6192a01b-ba47-4d08-904a-71647a49a112-20191008041625\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test62835538-89c6-4f66-9034-f7a4b176c615-20191007234245\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test62835538-89c6-4f66-9034-f7a4b176c615-20191007234245\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test651e4ad2-ee4a-462e-a506-b56b1969f5d0-20200110230749\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test651e4ad2-ee4a-462e-a506-b56b1969f5d0-20200110230749\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test691d94e5-c40c-4568-94b0-09b08aea42b1-20200106050808\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test691d94e5-c40c-4568-94b0-09b08aea42b1-20200106050808\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test6aa3643c-011a-4180-877f-cad955a8e664-20191007234642\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test6aa3643c-011a-4180-877f-cad955a8e664-20191007234642\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test6cfb469b-8478-468f-9bb5-691affd32abb-20200107083803\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test6cfb469b-8478-468f-9bb5-691affd32abb-20200107083803\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test6d36b6b2-7956-4e62-91c1-c33792fd4bb1-20200110123203\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test6d36b6b2-7956-4e62-91c1-c33792fd4bb1-20200110123203\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test6e28168e-a9c8-4c0a-8b40-60c2a1502d43-20200108052802\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test6e28168e-a9c8-4c0a-8b40-60c2a1502d43-20200108052802\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test6eb763ac-7fbe-4e44-bee7-aad035ee2a7d-20200110084429\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test6eb763ac-7fbe-4e44-bee7-aad035ee2a7d-20200110084429\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test6efec253-f625-46f0-9d74-324f69e963d8-20200107070514\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test6efec253-f625-46f0-9d74-324f69e963d8-20200107070514\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test70fa7e4c-3122-4ff7-aec6-fe75ab660a01-20200108105900\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test70fa7e4c-3122-4ff7-aec6-fe75ab660a01-20200108105900\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test710a5fbf-06c7-46ac-b96d-a29d2586422f-20200108083639\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test710a5fbf-06c7-46ac-b96d-a29d2586422f-20200108083639\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test71d72489-67c6-45e2-b1e6-a19546efc823-20200105112903\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test71d72489-67c6-45e2-b1e6-a19546efc823-20200105112903\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test721fccf1-2b3e-44b6-908f-51b910e88b09-20200111104931\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test721fccf1-2b3e-44b6-908f-51b910e88b09-20200111104931\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test742d0189-9e41-4f1b-8ad3-31c05d34903b-20200111103247\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test742d0189-9e41-4f1b-8ad3-31c05d34903b-20200111103247\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test7836a97c-f56e-48d0-8b5d-61e79aeb3226-20200111071656\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test7836a97c-f56e-48d0-8b5d-61e79aeb3226-20200111071656\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test78666b2e-25c8-4a48-931a-3131a0317d73-20191002194352\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test78666b2e-25c8-4a48-931a-3131a0317d73-20191002194352\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test79f13508-fcbd-47b9-988f-1c21ef5e7f2e-20191002015429\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test79f13508-fcbd-47b9-988f-1c21ef5e7f2e-20191002015429\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test79fb90ce-4691-4212-99a7-6e4069bd5984-20191007234256\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test79fb90ce-4691-4212-99a7-6e4069bd5984-20191007234256\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test7a8cf687-6a21-4181-ba98-902fee717bd3-20200104103216\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test7a8cf687-6a21-4181-ba98-902fee717bd3-20200104103216\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test7aabf813-6644-483a-b9e0-ba6f8973ba1f-20191002232822\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test7aabf813-6644-483a-b9e0-ba6f8973ba1f-20191002232822\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test7c96c10a-0c8f-4ab0-83fd-1ad66a362e33-20191229033458\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test7c96c10a-0c8f-4ab0-83fd-1ad66a362e33-20191229033458\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test7e79b6ff-2559-44fe-b3ba-afaa68d63636-20200108112116\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test7e79b6ff-2559-44fe-b3ba-afaa68d63636-20200108112116\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test7ea372f7-ea7e-4b9e-bbad-4f35c1567aa2-20200108052736\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test7ea372f7-ea7e-4b9e-bbad-4f35c1567aa2-20200108052736\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test7fac3d04-98a5-4fc4-904e-9ea3b86eadc2-20200106050751\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test7fac3d04-98a5-4fc4-904e-9ea3b86eadc2-20200106050751\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test7fe20dd6-9ed9-4126-bb1d-031c01ac4550-20200101114504\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test7fe20dd6-9ed9-4126-bb1d-031c01ac4550-20200101114504\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test7ff974d9-c841-4249-b05b-bbf663cb4605-20200106084104\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test7ff974d9-c841-4249-b05b-bbf663cb4605-20200106084104\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test815bd4d5-fc24-4a47-be20-063c4809902c-20200109050508\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test815bd4d5-fc24-4a47-be20-063c4809902c-20200109050508\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test817654d0-2109-4d95-9284-8c8a9d960d08-20200108053758\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test817654d0-2109-4d95-9284-8c8a9d960d08-20200108053758\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test821ca3b6-dd05-4e80-b3d8-74ba03b2609b-20191231151151\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test821ca3b6-dd05-4e80-b3d8-74ba03b2609b-20191231151151\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test8285dc3e-637d-4d46-9695-adc39cbe7d2f-20200108144457\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test8285dc3e-637d-4d46-9695-adc39cbe7d2f-20200108144457\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test828aae03-9239-4938-a303-c23c42311878-20200102083419\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test828aae03-9239-4938-a303-c23c42311878-20200102083419\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test84afd814-5098-49ab-af99-e50350b5898b-20200110211134\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test84afd814-5098-49ab-af99-e50350b5898b-20200110211134\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test85b08563-b15f-4202-a0bc-f2bc2df2c71a-20200107053335\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test85b08563-b15f-4202-a0bc-f2bc2df2c71a-20200107053335\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test88aac268-c087-4481-b78e-99b920784a33-20200101084853\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test88aac268-c087-4481-b78e-99b920784a33-20200101084853\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test88dbd442-a8cc-4874-81a0-d3192c61df62-20191001224544\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test88dbd442-a8cc-4874-81a0-d3192c61df62-20191001224544\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test894dfb75-a00f-4f0c-894c-cae1c9846ad3-20200105051803\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test894dfb75-a00f-4f0c-894c-cae1c9846ad3-20200105051803\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test8d09bf4d-ee63-4ab1-a986-a4b802418403-20200111051447\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test8d09bf4d-ee63-4ab1-a986-a4b802418403-20200111051447\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test8d4d652b-4f05-4e99-93dd-78b9a36b5c78-20191003203755\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test8d4d652b-4f05-4e99-93dd-78b9a36b5c78-20191003203755\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test8de64739-43d8-4f84-af65-fdb3d0885288-20200108053543\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test8de64739-43d8-4f84-af65-fdb3d0885288-20200108053543\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test8e324c65-a51d-4eeb-9ec8-d5f8662dc041-20191228165107\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test8e324c65-a51d-4eeb-9ec8-d5f8662dc041-20191228165107\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test8e564580-8e53-4300-85f1-bf7f31dd37ff-20200107013348\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test8e564580-8e53-4300-85f1-bf7f31dd37ff-20200107013348\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test8f458ca7-8898-4d58-b93d-bfb0c3da028c-20200109050310\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test8f458ca7-8898-4d58-b93d-bfb0c3da028c-20200109050310\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test901cd6ca-5565-4552-a3de-d204d01935c0-20200108083706\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test901cd6ca-5565-4552-a3de-d204d01935c0-20200108083706\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test907b39e5-4008-4b55-93a0-18e9697b9cf3-20200108053817\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test907b39e5-4008-4b55-93a0-18e9697b9cf3-20200108053817\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test90c2be7c-d7ec-4abf-9fad-fef90fc3ef4d-20191004022234\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test90c2be7c-d7ec-4abf-9fad-fef90fc3ef4d-20191004022234\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test922db678-6ee8-43d5-86ff-6a86e132d332-20200107085231\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test922db678-6ee8-43d5-86ff-6a86e132d332-20200107085231\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test93b88aec-5277-4b1b-910c-7008e972ce91-20200107013304\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test93b88aec-5277-4b1b-910c-7008e972ce91-20200107013304\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test95a9104b-6cba-42d8-82ff-cc37e5ac44db-20200108081723\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test95a9104b-6cba-42d8-82ff-cc37e5ac44db-20200108081723\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test96da1605-19e0-46eb-9ce0-53e840f5e2cb-20200101111729\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test96da1605-19e0-46eb-9ce0-53e840f5e2cb-20200101111729\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test996066b2-7d29-400f-929b-e343a21046f7-20191231151212\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test996066b2-7d29-400f-929b-e343a21046f7-20191231151212\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test99663fff-ed21-4a91-9687-1a6da2abb033-20200106084508\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test99663fff-ed21-4a91-9687-1a6da2abb033-20200106084508\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test9eb5efa5-c3c1-4c13-80a6-11f5eba67372-20200108144852\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Test9eb5efa5-c3c1-4c13-80a6-11f5eba67372-20200108144852\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testa3791896-b1fc-491e-ba0d-aefcd8d9e52a-20200105083503\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testa3791896-b1fc-491e-ba0d-aefcd8d9e52a-20200105083503\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testa37ff709-a078-45a0-8187-41733df8e101-20200109050003\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testa37ff709-a078-45a0-8187-41733df8e101-20200109050003\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testa4c5fe4e-936e-4be1-a612-a331aff54a8c-20200111105055\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testa4c5fe4e-936e-4be1-a612-a331aff54a8c-20200111105055\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testa59bce1d-e32c-423d-a86e-945d4aeb98b4-20200107051821\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testa59bce1d-e32c-423d-a86e-945d4aeb98b4-20200107051821\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testa604c059-8279-4f4d-a354-eec27222a06c-20200111051514\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testa604c059-8279-4f4d-a354-eec27222a06c-20200111051514\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testa71fefb1-0d9c-4fb3-8d3d-5dcd12d72b77-20200103103221\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testa71fefb1-0d9c-4fb3-8d3d-5dcd12d72b77-20200103103221\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testa748013d-c5a6-44f9-88eb-43167207c742-20200111051402\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testa748013d-c5a6-44f9-88eb-43167207c742-20200111051402\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testaab67022-4f2b-420d-a06a-2c4045110cdf-20191229033144\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testaab67022-4f2b-420d-a06a-2c4045110cdf-20191229033144\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testacab9541-280f-4491-9f49-ac57653f0a07-20200105083839\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testacab9541-280f-4491-9f49-ac57653f0a07-20200105083839\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testad298437-0349-4cc7-88a9-d8aabcba9df1-20191002233431\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testad298437-0349-4cc7-88a9-d8aabcba9df1-20191002233431\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testadd68286-f9e0-4ab1-a526-d8f3cf0f054e-20200105084128\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testadd68286-f9e0-4ab1-a526-d8f3cf0f054e-20200105084128\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testade4c52b-18f5-4b67-8e93-945358ce4f7d-20191007234259\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testade4c52b-18f5-4b67-8e93-945358ce4f7d-20191007234259\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testae421c1d-0211-4ef2-b372-564ce8ad484a-20200110104035\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testae421c1d-0211-4ef2-b372-564ce8ad484a-20200110104035\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testafbbd8bf-aec5-48bf-8fea-73fa15ccc315-20191001224727\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testafbbd8bf-aec5-48bf-8fea-73fa15ccc315-20191001224727\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testb15148bf-78d2-42d4-ad08-b3ad8fb4b122-20200101084759\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testb15148bf-78d2-42d4-ad08-b3ad8fb4b122-20200101084759\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testb4237708-3688-40ea-85a2-275c05f4d100-20191228083519\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testb4237708-3688-40ea-85a2-275c05f4d100-20191228083519\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testb799a18f-be45-4c5c-8438-163ac2e1f1e7-20191004190529\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testb799a18f-be45-4c5c-8438-163ac2e1f1e7-20191004190529\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testb7cee88a-e5ac-4af4-99c8-7247020b00c3-20200105051201\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testb7cee88a-e5ac-4af4-99c8-7247020b00c3-20200105051201\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testb7df0d9a-27c0-4ca5-b692-08dd90387b98-20200111083443\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testb7df0d9a-27c0-4ca5-b692-08dd90387b98-20200111083443\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testbbf6bf32-4bd0-4381-b8f7-2658f585df4d-20191003203846\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testbbf6bf32-4bd0-4381-b8f7-2658f585df4d-20191003203846\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testbeea1376-166a-4b1a-8923-c907cc9737d9-20200107013336\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testbeea1376-166a-4b1a-8923-c907cc9737d9-20200107013336\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testbf9154e9-6166-48c2-86fe-1f331be606d7-20200107051823\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testbf9154e9-6166-48c2-86fe-1f331be606d7-20200107051823\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc0d7c3c5-23b8-489c-a5e0-ae87c681b696-20200101083539\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testc0d7c3c5-23b8-489c-a5e0-ae87c681b696-20200101083539\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc193f31a-5186-4e93-84f6-0e4ab87b73c1-20200107052937\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testc193f31a-5186-4e93-84f6-0e4ab87b73c1-20200107052937\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc1c7e8dc-fa8c-47d9-8305-de6d1451b939-20200101085248\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testc1c7e8dc-fa8c-47d9-8305-de6d1451b939-20200101085248\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc1d0c917-e2ae-430c-a2ca-383fb0fda046-20191007235839\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testc1d0c917-e2ae-430c-a2ca-383fb0fda046-20191007235839\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc23a3fbb-6e95-4c0d-94fc-c8ab14dddf1c-20191231151117\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testc23a3fbb-6e95-4c0d-94fc-c8ab14dddf1c-20191231151117\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc2697630-6247-411a-94b3-c2974ad8cbee-20191007195417\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testc2697630-6247-411a-94b3-c2974ad8cbee-20191007195417\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc466b80f-670f-4383-89b8-44e0d509fa20-20191002000516\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testc466b80f-670f-4383-89b8-44e0d509fa20-20191002000516\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc5c8d9bd-75fa-4db3-9f34-5d7b7098584c-20191003203851\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testc5c8d9bd-75fa-4db3-9f34-5d7b7098584c-20191003203851\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc8b6d14b-a5db-48e0-bfad-a2818d432bea-20200104083443\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testc8b6d14b-a5db-48e0-bfad-a2818d432bea-20200104083443\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc933efa8-c553-4b93-884f-b7221d9ca789-20191228083750\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testc933efa8-c553-4b93-884f-b7221d9ca789-20191228083750\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testcbe8ab80-46ef-49b1-a7bb-4e3d6e50e49f-20200104050811\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testcbe8ab80-46ef-49b1-a7bb-4e3d6e50e49f-20200104050811\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testccc0b5e6-9b0d-451a-8ac4-6f4af293b913-20200106092645\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testccc0b5e6-9b0d-451a-8ac4-6f4af293b913-20200106092645\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testcec64786-04b1-487c-80ec-050da646fb1c-20191005123412\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testcec64786-04b1-487c-80ec-050da646fb1c-20191005123412\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testd104a52f-eba2-401d-8e7f-a841c90f7712-20191228083553\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testd104a52f-eba2-401d-8e7f-a841c90f7712-20191228083553\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testd724cea4-0d3c-4539-b2ff-be08fb23a67e-20200107083714\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testd724cea4-0d3c-4539-b2ff-be08fb23a67e-20200107083714\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testd8e60bac-27ff-4fba-90b8-732c9c5ff91c-20191228083751\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testd8e60bac-27ff-4fba-90b8-732c9c5ff91c-20191228083751\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testd99db4a5-7683-4584-89ad-fefd711de284-20191004190210\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testd99db4a5-7683-4584-89ad-fefd711de284-20191004190210\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testd9b4309a-67bc-4cd8-ac47-094cb20ca6aa-20200101090202\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testd9b4309a-67bc-4cd8-ac47-094cb20ca6aa-20200101090202\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testda3320e0-28f2-4146-a002-e06296362711-20191004190115\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testda3320e0-28f2-4146-a002-e06296362711-20191004190115\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testda714121-3240-4253-90c3-48c43f115c90-20200102083419\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testda714121-3240-4253-90c3-48c43f115c90-20200102083419\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testdb357558-60b4-4ee3-9ec3-ba22c5d827fb-20191004020617\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testdb357558-60b4-4ee3-9ec3-ba22c5d827fb-20191004020617\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testdc7230e9-df6d-4edd-a57c-ef7e0432c463-20191002011345\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testdc7230e9-df6d-4edd-a57c-ef7e0432c463-20191002011345\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testdccb59de-436f-4935-bed6-2e677dcaf36a-20200109111802\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testdccb59de-436f-4935-bed6-2e677dcaf36a-20200109111802\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testde985b23-9333-4f6e-a5e8-82025a38b2af-20200102083510\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testde985b23-9333-4f6e-a5e8-82025a38b2af-20200102083510\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Teste271da3e-cbcb-4ee7-8770-f297f414451f-20191003015540\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Teste271da3e-cbcb-4ee7-8770-f297f414451f-20191003015540\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Teste4070edd-aec0-455d-8a79-aecdb7170b6d-20191007234642\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Teste4070edd-aec0-455d-8a79-aecdb7170b6d-20191007234642\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Teste42f351a-4da0-4f0d-93e9-ef1d98e06659-20200108083633\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Teste42f351a-4da0-4f0d-93e9-ef1d98e06659-20200108083633\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Teste66ca23c-f4bf-4eb3-8418-139364d19e7d-20200107062643\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Teste66ca23c-f4bf-4eb3-8418-139364d19e7d-20200107062643\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Teste78b1ab2-1380-48ab-9923-0276cdb7198b-20191001224742\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Teste78b1ab2-1380-48ab-9923-0276cdb7198b-20191001224742\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Teste8607e14-b4f8-472a-bd5b-893b8d9612e6-20200112045941\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Teste8607e14-b4f8-472a-bd5b-893b8d9612e6-20200112045941\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Teste980b80e-3add-42c0-bc98-a84020b2d128-20200108101640\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Teste980b80e-3add-42c0-bc98-a84020b2d128-20200108101640\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Tested79dba9-2d38-4ea9-a01c-56e94b30ca7a-20191007195447\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Tested79dba9-2d38-4ea9-a01c-56e94b30ca7a-20191007195447\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testee9dcf5f-f7c4-4192-a8f4-28e9bc7d0f7c-20191001225005\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testee9dcf5f-f7c4-4192-a8f4-28e9bc7d0f7c-20191001225005\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testefbb340a-b68b-4200-872b-d05e7d29f92d-20191007195432\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testefbb340a-b68b-4200-872b-d05e7d29f92d-20191007195432\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testf1fc0559-6740-48dd-9501-2b933c731d52-20200103083458\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testf1fc0559-6740-48dd-9501-2b933c731d52-20200103083458\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testf41dfc97-bb51-4fba-86ca-a6f2695c415a-20200107050834\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testf41dfc97-bb51-4fba-86ca-a6f2695c415a-20200107050834\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testf5784447-83ed-4c00-8764-ea0f932aafa2-20200106085748\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testf5784447-83ed-4c00-8764-ea0f932aafa2-20200106085748\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testf6128ef6-c13c-420e-8088-0710888ce88b-20200109050003\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testf6128ef6-c13c-420e-8088-0710888ce88b-20200109050003\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testf863ab2c-ada9-4646-84c7-1f83a82375d7-20191229033226\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testf863ab2c-ada9-4646-84c7-1f83a82375d7-20191229033226\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testfac552a7-418f-4baa-8f51-d199ceff5c68-20200103050817\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testfac552a7-418f-4baa-8f51-d199ceff5c68-20200103050817\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testfb7be054-5c15-494f-822c-b64f9a36e2f3-20200105051753\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testfb7be054-5c15-494f-822c-b64f9a36e2f3-20200105051753\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testfc5c7585-6c9a-4aa4-a7c4-1223a94e00c7-20200104083552\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Extensions.Testfc5c7585-6c9a-4aa4-a7c4-1223a94e00c7-20200104083552\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.FileServer.Edp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.FileServer.Edp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Geneva\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Geneva\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.HardwareHealthService\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.HardwareHealthService\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.KeyVault\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.KeyVault\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.KeyVault.Edp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.KeyVault.Edp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.LabServices\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.LabServices\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.LabServices.test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.LabServices.test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Monitor\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Monitor\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Monitor.Agent\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Monitor.Agent\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Monitor.Edp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Monitor.Edp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.Dev\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Monitor.VirtualMachines.Dev\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.Dev.INT\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Monitor.VirtualMachines.Dev.INT\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.Dev.SCALE\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Monitor.VirtualMachines.Dev.SCALE\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.Dev.TEST\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Monitor.VirtualMachines.Dev.TEST\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.GuestHealth\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Monitor.VirtualMachines.GuestHealth\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.DEV\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.DEV\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.INT\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.INT\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.SCALE\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.SCALE\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.TEST\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.TEST\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.INT.Dev\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Monitor.VirtualMachines.INT.Dev\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.SCALE.Dev\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Monitor.VirtualMachines.SCALE.Dev\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.TEST.Dev\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Monitor.VirtualMachines.TEST.Dev\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Monitor.WorkloadInsights.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Monitor.WorkloadInsights.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Monitor.Workloads\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Monitor.Workloads\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Monitor.Workloads.Dev\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Monitor.Workloads.Dev\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Monitoring.DependencyAgent\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Monitoring.DependencyAgent\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Monitoring.DependencyAgent.Edp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Monitoring.DependencyAgent.Edp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Networking.DNS\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Networking.DNS\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Networking.SDN\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Networking.SDN\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.NetworkWatcher\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.NetworkWatcher\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.NetworkWatcher.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.NetworkWatcher.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.OpenSSH\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.OpenSSH\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Performance.Diagnostics\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Performance.Diagnostics\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Performance.Diagnostics.Edp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Performance.Diagnostics.Edp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.RecoveryServices\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.RecoveryServices\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.RecoveryServices.Edp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.RecoveryServices.Edp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.RecoveryServices.SiteRecovery\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.RecoveryServices.SiteRecovery\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.RecoveryServices.SiteRecovery2\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.RecoveryServices.SiteRecovery2\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.RecoveryServices.WorkloadBackup\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.RecoveryServices.WorkloadBackup\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.RecoveryServices.WorkloadBackup.Edp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.RecoveryServices.WorkloadBackup.Edp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.SCOMMIServer\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.SCOMMIServer\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Security\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Security\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Security.AntimalwareSignature\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.Edp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Security.AntimalwareSignature.Edp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Security.Dsms\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Security.Dsms\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Security.Dsms.Edp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Security.Dsms.Edp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Security.Edp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Security.Edp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Security.LinuxAttestation\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Security.LinuxAttestation\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Security.LinuxTestAttestation\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Security.LinuxTestAttestation\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Security.Monitoring\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Security.Monitoring\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Security.Monitoring.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Security.Monitoring.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Security.Monitoring.Testing\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Security.Monitoring.Testing\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Security.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Security.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Security.TestWindowsAttestation\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Security.TestWindowsAttestation\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Security.WindowsAttestation\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Security.WindowsAttestation\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Security.WindowsCodeIntegrity\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Security.WindowsCodeIntegrity\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Sentinel.DnsExtension.Dev\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Sentinel.DnsExtension.Dev\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.ServiceFabric.MC\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.ServiceFabric.MC\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.ServiceFabric.MC.PrivateTest\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.ServiceFabric.MC.PrivateTest\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.ServiceFabric.MC.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.ServiceFabric.MC.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.ServiceFabric.PrivateTest\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.ServiceFabric.PrivateTest\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.SiteRecovery.Stage\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.SiteRecovery.Stage\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.SiteRecovery.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.SiteRecovery.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.SiteRecovery2.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.SiteRecovery2.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Test.Identity\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Test.Identity\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.WindowsFabric.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.WindowsFabric.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.ReleasePipeTest\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.WorkloadInsights.Linux.ReleasePipeTest\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.ReleasePipeTest.INT\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.WorkloadInsights.Linux.ReleasePipeTest.INT\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.ReleasePipeTest.TEST\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.WorkloadInsights.Linux.ReleasePipeTest.TEST\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.Test1\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.WorkloadInsights.Linux.Test1\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.Test2\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.WorkloadInsights.Linux.Test2\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.Test3\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.WorkloadInsights.Linux.Test3\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.Test4\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.WorkloadInsights.Linux.Test4\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.Test5\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.WorkloadInsights.Linux.Test5\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.Test5.INT\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.WorkloadInsights.Linux.Test5.INT\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.Test5.TEST\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.WorkloadInsights.Linux.Test5.TEST\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.VincentTest\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.WorkloadInsights.Linux.VincentTest\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.VincentTest2\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.WorkloadInsights.Linux.VincentTest2\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.VincentTest3\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.WorkloadInsights.Linux.VincentTest3\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.VincentTest4\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.WorkloadInsights.Linux.VincentTest4\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.WorkloadInsights.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.TestTest\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.WorkloadInsights.TestTest\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.TestTest.INT\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.WorkloadInsights.TestTest.INT\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.TestTest.TEST\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.WorkloadInsights.TestTest.TEST\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Windows.ReleasePipeTest.INT\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.WorkloadInsights.Windows.ReleasePipeTest.INT\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Windows.ReleasePipeTest.TEST\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.WorkloadInsights.Windows.ReleasePipeTest.TEST\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Azure.Workloads\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Workloads\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.AzureCAT.AzureEnhancedMonitoring\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.AzureCAT.AzureEnhancedMonitoring\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.AzureCAT.AzureEnhancedMonitoring.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.AzureCAT.AzureEnhancedMonitoring.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.AzureCAT.AzureEnhancedMonitoringTest\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.AzureCAT.AzureEnhancedMonitoringTest\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.AzureData\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.AzureData\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.AzureData.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.AzureData.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.AzureMonitor.WorkloadInsights\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.AzureMonitor.WorkloadInsights\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.AzureMonitor.WorkloadInsights.Canary\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.AzureMonitor.WorkloadInsights.Canary\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.AzureMonitor.WorkloadInsights.Corp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.AzureMonitor.WorkloadInsights.Corp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.AzureMonitor.WorkloadInsights.Linux.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.AzureMonitor.WorkloadInsights.Linux.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.AzureMonitor.WorkloadInsights.LinuxTest\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.AzureMonitor.WorkloadInsights.LinuxTest\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.AzureMonitor.WorkloadInsights.Meya0206\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.AzureMonitor.WorkloadInsights.Meya0206\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.AzureMonitor.WorkloadInsights.MeyaCorp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.AzureMonitor.WorkloadInsights.MeyaCorp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.AzureMonitor.WorkloadInsights.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.AzureMonitor.WorkloadInsights.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.AzureMonitor.WorkloadInsights.Testing\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.AzureMonitor.WorkloadInsights.Testing\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.AzureSecurity.JITAccess\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.AzureSecurity.JITAccess\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.CloudBackup.Workload.Extension\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.CloudBackup.Workload.Extension\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.CloudBackup.Workload.Extension.Edp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.CloudBackup.Workload.Extension.Edp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Compute\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Compute\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Compute.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Compute.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Compute.TestSar\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Compute.TestSar\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.CPlat.Core\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.CPlat.Core\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.CPlat.Core.Edp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.CPlat.Core.Edp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Dcsswe.Extensions\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Dcsswe.Extensions\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.EnterpriseCloud.Monitoring\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.EnterpriseCloud.Monitoring\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.EnterpriseCloud.Monitoring.Edp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.EnterpriseCloud.Monitoring.Edp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.EnterpriseCloud.Monitoring.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.EnterpriseCloud.Monitoring.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Golive.Extensions\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Golive.Extensions\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.GuestConfig.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.GuestConfig.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.GuestConfiguration\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.GuestConfiguration\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.GuestConfiguration.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.GuestConfiguration.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.HpcCompute\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.HpcCompute\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.HpcCompute.Edp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.HpcCompute.Edp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.HpcPack\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.HpcPack\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.M365\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.M365\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.M365Security.Kevlar\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.M365Security.Kevlar\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.M365SecurityConfiguration.Kevlar.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.M365SecurityConfiguration.Kevlar.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.ManagedIdentity\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.ManagedIdentity\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.ManagedServices\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.ManagedServices\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.ManagedServices.Edp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.ManagedServices.Edp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.MonitoringAgent.Extension\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.MonitoringAgent.Extension\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Network\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Network\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.OSTCExtensions\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.OSTCExtensions\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.OSTCExtensions.Edp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.OSTCExtensions.Edp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.OSTCExtensions.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.OSTCExtensions.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.OSTCExtensions.Testing\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.OSTCExtensions.Testing\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Powershell\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Powershell\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Powershell.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Powershell.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Powershell.Test01\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Powershell.Test01\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.SCIM.Security\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.SCIM.Security\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.SecurityManagement.Kevlar\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.SecurityManagement.Kevlar\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Sentinel.AzureMonitorAgentExtensions\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Sentinel.AzureMonitorAgentExtensions\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Sentinel.AzureMonitorAgentExtensions.Internal\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Sentinel.AzureMonitorAgentExtensions.Internal\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Sentinel.SapAgentExtensions\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Sentinel.SapAgentExtensions\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.ServicesHub\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.ServicesHub\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.SiteRecovery.Dra\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.SiteRecovery.Dra\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.SoftwareUpdateManagement\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.SoftwareUpdateManagement\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.SoftwareUpdateManagement.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.SoftwareUpdateManagement.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.SqlServer.Managability.IaaS.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.SqlServer.Managability.IaaS.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.SqlServer.Management\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.SqlServer.Management\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.SqlServer.Management.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.SqlServer.Management.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.SystemCenter\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.SystemCenter\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.SystemCenter.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.SystemCenter.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Test.Azure.Workloads\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Test.Azure.Workloads\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.TestSqlServer.Edp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.TestSqlServer.Edp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.VisualStudio.Azure.ETWTraceListenerService\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.VisualStudio.Azure.ETWTraceListenerService\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.VisualStudio.Azure.RemoteDebug\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.VisualStudio.Azure.RemoteDebug\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.VisualStudio.Azure.RemoteDebug.Json\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.VisualStudio.Azure.RemoteDebug.Json\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.VisualStudio.ServiceProfiler\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.VisualStudio.ServiceProfiler\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.VisualStudio.Services\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.VisualStudio.Services\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.VisualStudio.WindowsAzure.DevTest\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.VisualStudio.WindowsAzure.DevTest\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.VisualStudio.WindowsAzure.DevTest.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.VisualStudio.WindowsAzure.DevTest.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.VisualStudio.WindowsAzure.RemoteDebug\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.VisualStudio.WindowsAzure.RemoteDebug\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.VisualStudio.WindowsAzure.Test.RemoteDebug\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.VisualStudio.WindowsAzure.Test.RemoteDebug\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Windows.Azure.Extensions\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Windows.Azure.Extensions\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Windows.AzureRemoteApp.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Windows.AzureRemoteApp.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.Windows.RemoteDesktop\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Windows.RemoteDesktop\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.WindowsAdminCenter\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.WindowsAdminCenter\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.WindowsAdminCenter.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.WindowsAdminCenter.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.WindowsAzure.Compute\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.WindowsAzure.Compute\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.WindowsAzure.Compute.test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.WindowsAzure.Compute.test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Microsoft.WVD\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.WVD\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"microsoftagciuk\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/microsoftagciuk\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"microsoftazurecituswarp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/microsoftazurecituswarp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"MicrosoftAzureSiteRecovery\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/MicrosoftAzureSiteRecovery\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"MicrosoftBizTalkServer\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/MicrosoftBizTalkServer\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"MicrosoftCBLMariner\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/MicrosoftCBLMariner\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"microsoftcorporation1602274591143\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/microsoftcorporation1602274591143\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"microsoftcorporation1620407702632\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/microsoftcorporation1620407702632\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"MicrosoftDynamicsAX\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/MicrosoftDynamicsAX\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"microsofthybridcloudstorage\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/microsofthybridcloudstorage\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"MicrosoftOSTC\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/MicrosoftOSTC\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"MicrosoftPowerBI\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/MicrosoftPowerBI\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"MicrosoftSharePoint\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/MicrosoftSharePoint\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"MicrosoftSQLServer\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/MicrosoftSQLServer\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"MicrosoftVisualStudio\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/MicrosoftVisualStudio\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"MicrosoftWindowsDesktop\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/MicrosoftWindowsDesktop\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"MicrosoftWindowsServer\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/MicrosoftWindowsServer\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"MicrosoftWindowsServerHPCPack\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/MicrosoftWindowsServerHPCPack\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"microsoft_iot_edge\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/microsoft_iot_edge\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"microsoft_javaeeonazure_test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/microsoft_javaeeonazure_test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"microstrategy\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/microstrategy\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"midasolutions\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/midasolutions\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"middleware\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/middleware\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"midfin\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/midfin\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"midvision\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/midvision\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"mihupcommunicationspvtltd1599046998010\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/mihupcommunicationspvtltd1599046998010\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"mindbreezegmbh1657087507223\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/mindbreezegmbh1657087507223\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"mindcti\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/mindcti\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"minio\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/minio\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"miraclelinux\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/miraclelinux\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"mirantis\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/mirantis\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"miri-infotech-pvt-ltd\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/miri-infotech-pvt-ltd\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"mistio1601460379393\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/mistio1601460379393\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"mobilab\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/mobilab\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"modern-systems\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/modern-systems\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"modexblockchaindatabase\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/modexblockchaindatabase\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"modulosag1662472793092\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/modulosag1662472793092\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"monetdbsolutions1611751313758\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/monetdbsolutions1611751313758\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"monitorapp1579029852605\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/monitorapp1579029852605\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"monitorcomputersystemsltd\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/monitorcomputersystemsltd\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"moogsoft\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/moogsoft\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"morpheus-data\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/morpheus-data\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"moviemasher\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/moviemasher\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"moxainc1660788982930\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/moxainc1660788982930\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"mriisoftllc1579457820427\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/mriisoftllc1579457820427\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"msopentech\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/msopentech\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"mtnfog\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/mtnfog\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"multima1643619641681\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/multima1643619641681\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"multisoft-ab\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/multisoft-ab\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"musarubrausllc1643827029255\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/musarubrausllc1643827029255\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"musarubrausllc1671236565460\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/musarubrausllc1671236565460\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"mvp-systems\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/mvp-systems\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"mxhero\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/mxhero\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"my-com\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/my-com\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"myarchinc1614657280935\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/myarchinc1614657280935\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"n2wsoftwareinc1657117813969\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/n2wsoftwareinc1657117813969\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"narrativescience\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/narrativescience\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"nasuni\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/nasuni\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"nasunicorporation\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/nasunicorporation\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"navicloudrsoftwarepteltd1601967280369\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/navicloudrsoftwarepteltd1601967280369\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ncache\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ncache\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ncbi\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ncbi\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ncomputingglobalinc1604353053068\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ncomputingglobalinc1604353053068\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ndl\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ndl\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ndstriyelotomasyonsistemlerisanvetica1623147454601\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ndstriyelotomasyonsistemlerisanvetica1623147454601\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"nebbiolo-technologies-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/nebbiolo-technologies-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"nec-technologies\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/nec-technologies\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"neo4j\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/neo4j\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"neonforge\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/neonforge\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"neonforgellc1660679895021\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/neonforgellc1660679895021\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"neos\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/neos\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"neowaybusinesssolutions-4956350\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/neowaybusinesssolutions-4956350\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"netapp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/netapp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"netatwork\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/netatwork\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"netfoundryinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/netfoundryinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"netgate\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/netgate\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"netikus-net-ltd\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/netikus-net-ltd\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"netiq\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/netiq\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"netka\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/netka\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"netmail\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/netmail\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"nets1664415757656\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/nets1664415757656\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"netscout\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/netscout\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"netskope\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/netskope\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"netspi\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/netspi\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"networksexchangetechnologyltd\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/networksexchangetechnologyltd\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"netwrix\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/netwrix\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"netx\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/netx\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"neusoft-neteye\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/neusoft-neteye\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"neverfailcontinuouscontrolsinc1600463582767\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/neverfailcontinuouscontrolsinc1600463582767\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"newegginc1646343565758\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/newegginc1646343565758\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"newnetcommunicationtechnologies1589991852134\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/newnetcommunicationtechnologies1589991852134\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"NewRelic.Infrastructure.Extensions\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/NewRelic.Infrastructure.Extensions\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"nextcloudgmbh1597841818906\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/nextcloudgmbh1597841818906\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"nextronic-5290868\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/nextronic-5290868\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"nexusfrontiertechlimited1660561594678\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/nexusfrontiertechlimited1660561594678\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"nginxinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/nginxinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"nice-it-management-solutions\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/nice-it-management-solutions\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"nicepeopleatwork\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/nicepeopleatwork\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"nilespartnersinc1617691698386\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/nilespartnersinc1617691698386\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"niolabs-5229713\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/niolabs-5229713\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"nirvatosoftwarepvtltd1601368706606\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/nirvatosoftwarepvtltd1601368706606\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"nmcloudsolutionsllc1645603292959\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/nmcloudsolutionsllc1645603292959\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"nodejsapi\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/nodejsapi\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"noianetworklimited1584098036197\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/noianetworklimited1584098036197\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"nokiaofamericacorporation1591716055441\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/nokiaofamericacorporation1591716055441\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"norcominformationtechnologygmbhcokgaa\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/norcominformationtechnologygmbhcokgaa\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"noricumcloudsolutions1600524477681\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/noricumcloudsolutions1600524477681\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"norsync\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/norsync\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"northbridge-secure\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/northbridge-secure\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"novisystemsinc1664197608642\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/novisystemsinc1664197608642\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"nozominetworks1582208017986\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/nozominetworks1582208017986\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"nri\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/nri\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ntegralinc1586961136942\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ntegralinc1586961136942\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ntt-data-intellilink-corporation\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ntt-data-intellilink-corporation\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"nttdata\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/nttdata\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"nttltd\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/nttltd\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"nuco-networks\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/nuco-networks\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"numbersbelieve\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/numbersbelieve\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"numtrallcpublisher\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/numtrallcpublisher\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"nuxeo\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/nuxeo\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"nvidia\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/nvidia\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"o2mc-real-time-data-platform\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/o2mc-real-time-data-platform\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"objectivity1595351622261\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/objectivity1595351622261\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"OctopusDeploy.Tentacle\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/OctopusDeploy.Tentacle\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"odix\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/odix\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"odysseuscomputationalsolutions1630242118741\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/odysseuscomputationalsolutions1630242118741\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"odysseyconsultantsltd\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/odysseyconsultantsltd\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"omega-software\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/omega-software\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"onapsis\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/onapsis\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"oncore_cloud_services-4944214\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/oncore_cloud_services-4944214\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"onexgroup\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/onexgroup\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"onspecta\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/onspecta\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ontology\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ontology\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"onyx-point-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/onyx-point-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"op5\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/op5\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"openlinkswcom-pago\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/openlinkswcom-pago\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"OpenLogic\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/OpenLogic\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"openrefactoryinc1620140917523\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/openrefactoryinc1620140917523\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"openshotstudiosllc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/openshotstudiosllc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"opentext\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/opentext\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"openvpn\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/openvpn\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"opslogix\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/opslogix\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"opswatinc1619007967290\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/opswatinc1619007967290\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"opticcaconsultinginc1604521372438\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/opticcaconsultinginc1604521372438\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"optimitiveslu1618320281443\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/optimitiveslu1618320281443\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"option3\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/option3\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Oracle\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Oracle\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"oraylis\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/oraylis\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"orbs-network\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/orbs-network\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"oriana\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/oriana\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"orientdb\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/orientdb\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"oroinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/oroinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"osirium-ltd\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/osirium-ltd\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"osnexus\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/osnexus\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"outsystems\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/outsystems\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ovaledge1618392232783\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ovaledge1618392232783\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"pachyderminc1585170006545\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/pachyderminc1585170006545\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"pacteratechnologiesinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/pacteratechnologiesinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"paladionnetworkspvtltd1606120508449\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/paladionnetworkspvtltd1606120508449\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"paloaltonetworks\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/paloaltonetworks\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"panopta\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/panopta\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"panorama-necto\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/panorama-necto\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"panzura-file-system\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/panzura-file-system\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"parabole\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/parabole\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"paralaxiomtechnologiesprivatelimited1596433357886\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/paralaxiomtechnologiesprivatelimited1596433357886\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"parallels\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/parallels\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"parasoft\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/parasoft\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"parkersoftwarelimited1609786657569\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/parkersoftwarelimited1609786657569\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"parsec-for-teams\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/parsec-for-teams\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"pasifikciptamandiri\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/pasifikciptamandiri\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"passlogy\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/passlogy\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"paxata\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/paxata\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"pcigeomaticsenterprisesinc1619717739720\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/pcigeomaticsenterprisesinc1619717739720\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"pcman\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/pcman\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"peer-software-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/peer-software-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"penta-security-systems-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/penta-security-systems-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"percona\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/percona\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"perforce\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/perforce\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"periscope-tech-4791746\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/periscope-tech-4791746\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"piolinkinc1582849368309\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/piolinkinc1582849368309\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"pivotal\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/pivotal\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"pixitmedia1591611150480\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/pixitmedia1591611150480\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"plesk\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/plesk\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"pmsoftwareinternational1603102514882\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/pmsoftwareinternational1603102514882\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"pnop\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/pnop\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"polarityioinc1628691850891\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/polarityioinc1628691850891\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"polverio\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/polverio\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"portalarchitects\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/portalarchitects\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"portsysinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/portsysinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"postgres-pro\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/postgres-pro\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"prakshepprivatelimited1619949827900\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/prakshepprivatelimited1619949827900\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"prasselsrl1645470739547\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/prasselsrl1645470739547\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"prestashop\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/prestashop\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"prestige_informatique-1090178\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/prestige_informatique-1090178\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"prime-strategy\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/prime-strategy\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"primekey\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/primekey\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"primestrategynewyorkinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/primestrategynewyorkinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"pro-vision\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/pro-vision\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"probityinc1581611299345\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/probityinc1581611299345\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"process-one\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/process-one\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"procomputers\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/procomputers\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"profecia\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/profecia\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Profiler.AgentOrchestrationRefactor.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Profiler.AgentOrchestrationRefactor.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Profiler.Master.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Profiler.Master.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"profisee\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/profisee\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"progresssoftwarecorporation\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/progresssoftwarecorporation\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"proliongmbh1628175060372\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/proliongmbh1628175060372\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"protegrityusainc1627404648458\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/protegrityusainc1627404648458\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"protiviti\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/protiviti\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"proventeq\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/proventeq\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ptsecurity\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ptsecurity\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"pulse-secure\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/pulse-secure\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"pulsesecuretechnologies1638179500151\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/pulsesecuretechnologies1638179500151\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Puppet\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Puppet\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"puppeteersoy1601024480557\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/puppeteersoy1601024480557\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"PuppetLabs\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/PuppetLabs\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"PuppetLabs.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/PuppetLabs.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"purestorageinc1578960262525\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/purestorageinc1578960262525\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"pydio\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/pydio\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"pyramidanalytics\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/pyramidanalytics\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"qlik\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/qlik\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"qnapsystemsinc1601352084032\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/qnapsystemsinc1601352084032\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"qore-technologies\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/qore-technologies\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"qs-solutions\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/qs-solutions\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Qualys\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Qualys\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Qualys.LinuxAgent.GrayLabel\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Qualys.LinuxAgent.GrayLabel\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Qualys.WindowsAgent.GrayLabel\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Qualys.WindowsAgent.GrayLabel\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"qualysguard\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/qualysguard\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"quasarai\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/quasarai\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"quasardb\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/quasardb\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"qubole-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/qubole-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"quest\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/quest\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"racknap\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/racknap\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"rackspace\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/rackspace\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"rackwareinc1619403669255\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/rackwareinc1619403669255\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"radiant-logic\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/radiant-logic\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"radware\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/radware\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"raincode\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/raincode\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"rancher\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/rancher\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"rapid7\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/rapid7\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Rapid7.InsightPlatform\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Rapid7.InsightPlatform\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"rapidminer\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/rapidminer\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"raynetgmbh\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/raynetgmbh\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"readymind\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/readymind\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"realm\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/realm\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"reblaze\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/reblaze\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"RedHat\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/RedHat\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"redhat-limited\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/redhat-limited\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"redhat-rhel\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/redhat-rhel\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"redpoint-global\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/redpoint-global\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"refactr\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/refactr\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"refinitiv\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/refinitiv\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"refinitiv-4807503\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/refinitiv-4807503\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"relevance-lab\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/relevance-lab\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"res\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/res\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"resco\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/resco\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"researchgraphptyltd1598252602128\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/researchgraphptyltd1598252602128\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"resemblesystems1582780358300\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/resemblesystems1582780358300\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"responder-corp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/responder-corp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"rhcsolutions1586957910818\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/rhcsolutions1586957910818\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ribboncommunications\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ribboncommunications\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"rightdatainc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/rightdatainc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"rimo3\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/rimo3\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ringsoftwareresearchanddevelopmentinc1578946072257\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ringsoftwareresearchanddevelopmentinc1578946072257\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"riverbed\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/riverbed\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"rmgtechnologiesinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/rmgtechnologiesinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"rocketml\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/rocketml\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"rocketsoftware\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/rocketsoftware\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"rohdeschwarzcybersecuritygmbh\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/rohdeschwarzcybersecuritygmbh\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"rohdeschwarzcybersecuritysas\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/rohdeschwarzcybersecuritysas\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"roktech\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/roktech\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"rsa-security-llc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/rsa-security-llc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"rsk-labs\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/rsk-labs\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"rstudio-5237862\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/rstudio-5237862\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"rtts\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/rtts\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"rubrik-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/rubrik-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"runailabsltd1647779544073\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/runailabsltd1647779544073\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"runecastsolutionslimited1614186396822\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/runecastsolutionslimited1614186396822\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"s2ix\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/s2ix\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"saama\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/saama\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"saasame-limited\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/saasame-limited\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"safesoftwareinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/safesoftwareinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"safetica_technologies\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/safetica_technologies\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"safetoopen1585013318137\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/safetoopen1585013318137\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"saltsecurity1583264186232\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/saltsecurity1583264186232\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"saltsecurity1583264669848\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/saltsecurity1583264669848\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"saltsecurity1650441978315\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/saltsecurity1650441978315\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"saltstack\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/saltstack\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"samsungelectronics1632860607983\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/samsungelectronics1632860607983\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"samsungsds-cello\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/samsungsds-cello\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sandhatatechnologieslimited1615753438737\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sandhatatechnologieslimited1615753438737\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sap\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sap\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sapphiretechnologieslimited1611758579346\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sapphiretechnologieslimited1611758579346\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sas-institute-560503\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sas-institute-560503\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"scaidata\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/scaidata\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"scalearc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/scalearc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"scalegrid\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/scalegrid\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"scality\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/scality\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"schmitzrzconsultgmbh1654870156925\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/schmitzrzconsultgmbh1654870156925\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"schrockeninc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/schrockeninc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sci\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sci\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sciencelogicinc1622565452194\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sciencelogicinc1622565452194\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"scientiamobile\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/scientiamobile\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"scontainug1595751515785\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/scontainug1595751515785\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"scubaanalytics\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/scubaanalytics\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"scylladb1631195365807\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/scylladb1631195365807\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"seaqserviciossas1579029207572\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/seaqserviciossas1579029207572\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"searchbloxsoftwareinc1594309037050\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/searchbloxsoftwareinc1594309037050\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"seatablegmbh1672668832676\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/seatablegmbh1672668832676\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"secureworks\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/secureworks\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"securityonionsolutions\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/securityonionsolutions\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"securityonionsolutionsllc1624649205155\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/securityonionsolutionsllc1624649205155\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"securosis\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/securosis\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"seequentltd1585781751395\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/seequentltd1585781751395\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"semanticai\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/semanticai\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"semarchy\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/semarchy\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"semperis\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/semperis\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"senhasegura\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/senhasegura\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"SentinelOne.LinuxExtension\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/SentinelOne.LinuxExtension\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"SentinelOne.LinuxExtension.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/SentinelOne.LinuxExtension.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"SentinelOne.WindowsExtension\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/SentinelOne.WindowsExtension\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"SentinelOne.WindowsExtension.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/SentinelOne.WindowsExtension.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sentriumsl\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sentriumsl\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sentry51llc1616686725591\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sentry51llc1616686725591\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sentryone\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sentryone\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sepiosystems\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sepiosystems\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"seppmailag\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/seppmailag\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"seraumo1620002807288\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/seraumo1620002807288\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"service-control-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/service-control-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sesamesoftwareinc1622125191447\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sesamesoftwareinc1622125191447\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"shardsecureinc1594847380725\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/shardsecureinc1594847380725\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"shareshiftneeraj.test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/shareshiftneeraj.test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sightapps\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sightapps\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"signal-sciences\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/signal-sciences\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"silk\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/silk\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"silver-peak-systems\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/silver-peak-systems\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"simmachinesinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/simmachinesinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"simontelephonics\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/simontelephonics\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"simpledatalabsinc1635791235920\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/simpledatalabsinc1635791235920\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"simplifierag\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/simplifierag\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"simpligov\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/simpligov\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sinefa\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sinefa\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sinequa\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sinequa\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sinequa1588262295885\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sinequa1588262295885\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sios_datakeeper\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sios_datakeeper\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"siportalinc1581539156321\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/siportalinc1581539156321\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sisenseltd\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sisenseltd\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Site24x7\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Site24x7\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sixninesit1663769336580\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sixninesit1663769336580\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sktelecom\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sktelecom\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"skyarc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/skyarc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"skyboxsecurity1585187406404\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/skyboxsecurity1585187406404\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"skylarkcloud\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/skylarkcloud\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"smartbearsoftware\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/smartbearsoftware\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"smartmessage-autoflow\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/smartmessage-autoflow\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"snaplogic\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/snaplogic\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"snapt-adc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/snapt-adc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"snips\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/snips\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"soasta\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/soasta\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"softnas\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/softnas\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"softwarecentralas1642687699196\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/softwarecentralas1642687699196\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"softwarehut\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/softwarehut\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"softwebsolutions-4518310\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/softwebsolutions-4518310\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"soha\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/soha\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"solanolabs\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/solanolabs\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"solar-security\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/solar-security\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"solarwinds\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/solarwinds\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"solvedevops1643693563360\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/solvedevops1643693563360\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sonicwall-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sonicwall-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sophos\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sophos\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sourcegearllc1616101262784\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sourcegearllc1616101262784\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"southrivertech1586314123192\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/southrivertech1586314123192\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"spacecurve\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/spacecurve\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"spaceliftinc1625499025476\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/spaceliftinc1625499025476\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"spagobi\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/spagobi\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sparklinglogic\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sparklinglogic\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"spectralcorelimited1619779004178\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/spectralcorelimited1619779004178\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"spektra\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/spektra\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Spektra.Cloudlabs\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Spektra.Cloudlabs\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sphere3d\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sphere3d\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"spideroakinc1588278690933\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/spideroakinc1588278690933\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"spirentcommunications1594084187199\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/spirentcommunications1594084187199\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sproutenetworks1593456311717\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sproutenetworks1593456311717\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sqlstream\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sqlstream\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"squadratechnologies\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/squadratechnologies\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"squaredup\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/squaredup\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ssctechnologiesinc1627569348038\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ssctechnologiesinc1627569348038\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ssh2appsltd1621588462715\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ssh2appsltd1621588462715\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"stackato-platform-as-a-service\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/stackato-platform-as-a-service\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Stackify.LinuxAgent.Extension\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Stackify.LinuxAgent.Extension\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"stackstorm\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/stackstorm\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"startekfingerprintmatch\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/startekfingerprintmatch\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"startisolucoesemtecnologialtda1635263523201\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/startisolucoesemtecnologialtda1635263523201\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"starwind\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/starwind\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"StatusMonitor2.Diagnostics.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/StatusMonitor2.Diagnostics.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"StatusReport.Diagnostics.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/StatusReport.Diagnostics.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"stealthbits\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/stealthbits\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"steelhive\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/steelhive\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"stonebondtechnologies\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/stonebondtechnologies\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"stonefly\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/stonefly\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"storage_made_easy\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/storage_made_easy\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"stormshield\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/stormshield\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"storone1594045543980\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/storone1594045543980\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"storreduce\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/storreduce\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"storwarespzoo1611743234900\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/storwarespzoo1611743234900\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"strangebee1595948424730\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/strangebee1595948424730\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"strataidentity1608323708170\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/strataidentity1608323708170\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"stratis-group-ltd\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/stratis-group-ltd\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"stratodesk1611152769936\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/stratodesk1611152769936\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"stratumn\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/stratumn\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"streamsets\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/streamsets\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"striim\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/striim\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"stromasys\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/stromasys\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"strongboxitllc1594816423884\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/strongboxitllc1594816423884\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"su\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/su\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"subscription.test.krsh\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/subscription.test.krsh\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sumologic\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sumologic\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sunatogmbh\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sunatogmbh\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sunday\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sunday\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"supernainc1642621287664\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/supernainc1642621287664\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"SUSE\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/SUSE\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"SUSE.AzureHybridBenefit\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/SUSE.AzureHybridBenefit\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"swxtchiollc1614108926893\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/swxtchiollc1614108926893\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sycom-technologies\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sycom-technologies\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"sycompatechnologycompanyinc1588192103892\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/sycompatechnologycompanyinc1588192103892\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Symantec\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Symantec\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Symantec.CloudWorkloadProtection\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Symantec.CloudWorkloadProtection\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Symantec.CloudWorkloadProtection.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Symantec.CloudWorkloadProtection.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Symantec.CloudWorkloadProtection.TestOnStage\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Symantec.CloudWorkloadProtection.TestOnStage\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Symantec.QA\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Symantec.QA\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Symantec.staging\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Symantec.staging\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Symantec.test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Symantec.test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Symantec.test.ru2.latest\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Symantec.test.ru2.latest\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Symantec.test.ru2final\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Symantec.test.ru2final\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Symantec.test.ru2latest1\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Symantec.test.ru2latest1\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Symantec.test.ru4mp1\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Symantec.test.ru4mp1\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Symantec.test.ru4mp1.latest\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Symantec.test.ru4mp1.latest\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Symantec.test.ru4mp1final\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Symantec.test.ru4mp1final\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"symanteccorporation\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/symanteccorporation\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"symantectest1\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/symantectest1\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"syncfusion\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/syncfusion\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"syncfusionbigdataplatfor\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/syncfusionbigdataplatfor\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"synechron-technologies\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/synechron-technologies\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"synergixinc1585256339250\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/synergixinc1585256339250\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"synnexcorp\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/synnexcorp\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"syscomcomputerengineeringco1583913200141\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/syscomcomputerengineeringco1583913200141\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"tableau\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/tableau\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"tactic\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/tactic\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"talari-networks\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/talari-networks\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"talena-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/talena-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"talend\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/talend\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"talon\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/talon\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"tamrinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/tamrinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"taniuminc1646329360287\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/taniuminc1646329360287\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"targit\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/targit\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"tata_communications\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/tata_communications\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"tavanttechnologies\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/tavanttechnologies\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"tavendo\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/tavendo\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"te-systems\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/te-systems\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"TeamViewer.AzureVMExtension\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/TeamViewer.AzureVMExtension\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"techdivision\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/techdivision\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"techlatest\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/techlatest\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"technicheltd1606969724100\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/technicheltd1606969724100\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"technidoosolutions\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/technidoosolutions\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"technomanagement1663490401500\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/technomanagement1663490401500\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"tecknolab\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/tecknolab\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"telepat\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/telepat\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"teloscorporation\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/teloscorporation\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"tempered-networks-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/tempered-networks-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"tenable\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/tenable\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"tensormakecorpdbaoneclickai1608247756082\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/tensormakecorpdbaoneclickai1608247756082\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"tenthlineinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/tenthlineinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"teradata\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/teradata\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Teradici\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Teradici\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"teramindinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/teramindinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"terminusdb1606769310168\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/terminusdb1606769310168\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Test.Gemalto.SafeNet.ProtectV\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Test.Gemalto.SafeNet.ProtectV\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Test.HP.AppDefender\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Test.HP.AppDefender\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Test.Microsoft.VisualStudio.Services\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Test.Microsoft.VisualStudio.Services\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Test.NJHP.AppDefender\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Test.NJHP.AppDefender\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Test.SqlServer.Managability\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Test.SqlServer.Managability\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Test.SqlServer.Management\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Test.SqlServer.Management\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Test.SqlServer.Management.corext\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Test.SqlServer.Management.corext\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Test.TrendMicro.DeepSecurity\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Test.TrendMicro.DeepSecurity\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Test1.NJHP.AppDefender\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Test1.NJHP.AppDefender\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Test3.Microsoft.VisualStudio.Services\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Test3.Microsoft.VisualStudio.Services\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"testable1603721901088\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/testable1603721901088\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"testpro\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/testpro\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"test_test_mix3pptest0011614206850774\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/test_test_mix3pptest0011614206850774\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"test_test_mneela1628617140187\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/test_test_mneela1628617140187\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"test_test_pmc2pc1\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/test_test_pmc2pc1\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"thales-vormetric\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/thales-vormetric\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"thalesdiscplusainc1596561677238\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/thalesdiscplusainc1596561677238\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"thedatavaluefactoryltd1589348815922\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/thedatavaluefactoryltd1589348815922\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"thefreebsdfoundation\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/thefreebsdfoundation\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"thehdfgroup1616725197741\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/thehdfgroup1616725197741\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"theumag1596442827072\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/theumag1596442827072\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"things-board\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/things-board\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"thinprintgmbh\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/thinprintgmbh\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"thorntechnologiesllc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/thorntechnologiesllc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"thoughtspot-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/thoughtspot-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"threatintelligenceptyltd1586824172898\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/threatintelligenceptyltd1586824172898\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"tibco-software\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/tibco-software\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"tidal-migrations\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/tidal-migrations\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"tidalmediainc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/tidalmediainc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"tig\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/tig\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"tigergraph\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/tigergraph\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"timextender\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/timextender\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"tmaxsoft\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/tmaxsoft\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"tmaxsoft1608612658335\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/tmaxsoft1608612658335\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"tomsawyersoftwarecorp1613579206342\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/tomsawyersoftwarecorp1613579206342\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"topicus\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/topicus\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"torusware\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/torusware\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"tosiboxoy1646313791207\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/tosiboxoy1646313791207\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"totemo\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/totemo\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"townsend-security\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/townsend-security\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"transcendinformationinc1609918445926\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/transcendinformationinc1609918445926\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"transientxinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/transientxinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"trendmicro\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/trendmicro\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"TrendMicro.DeepSecurity\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/TrendMicro.DeepSecurity\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"TrendMicro.DeepSecurity.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/TrendMicro.DeepSecurity.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"TrendMicro.PortalProtect\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/TrendMicro.PortalProtect\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"trifacta\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/trifacta\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"tripleblindinc1615730179432\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/tripleblindinc1615730179432\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"tripwire-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/tripwire-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"truata1612259728221\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/truata1612259728221\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"truestack\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/truestack\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"tryonsolutionsinc1596650621083\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/tryonsolutionsinc1596650621083\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"tsa-public-service\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/tsa-public-service\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"tunnelbiz\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/tunnelbiz\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"turbonet\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/turbonet\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"turbonet1581982683964\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/turbonet1581982683964\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"twistlock\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/twistlock\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"typesafe\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/typesafe\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ubeeko\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ubeeko\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ubercloud\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ubercloud\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ubika\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ubika\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"uipath-5054924\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/uipath-5054924\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ulex\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ulex\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"ultoriaedesenvolvimentodesoftwareltda1662599967069\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/ultoriaedesenvolvimentodesoftwareltda1662599967069\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"unifi-software\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/unifi-software\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"unifiedstreaming1598872291606\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/unifiedstreaming1598872291606\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"unify-cloud-llc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/unify-cloud-llc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"uniprint-net\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/uniprint-net\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"unitrends\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/unitrends\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"unnisoft\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/unnisoft\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"unravel-data\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/unravel-data\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"unscramblsingaporepteltd-4999260\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/unscramblsingaporepteltd-4999260\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"untangle\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/untangle\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"upsolver1594188634150\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/upsolver1594188634150\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"valohai\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/valohai\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"valtix\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/valtix\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"varmournetworks\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/varmournetworks\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"varnish\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/varnish\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"vastdata1650451243415\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/vastdata1650451243415\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"vatacommunicationsinc1581644208717\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/vatacommunicationsinc1581644208717\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"vaultive-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/vaultive-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"vbot\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/vbot\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"vcinityinc1587684340545\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/vcinityinc1587684340545\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"vectraaiinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/vectraaiinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"veeam\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/veeam\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"velocloud\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/velocloud\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"vembutechnologiespvtltd\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/vembutechnologiespvtltd\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"vemn\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/vemn\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"veritas\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/veritas\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"versanetworks\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/versanetworks\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"versasec\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/versasec\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"vfunctiontechnologiesltd1665073911806\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/vfunctiontechnologiesltd1665073911806\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"vidispine\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/vidispine\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"vidizmo\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/vidizmo\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"vigyanlabsinc1581413676614\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/vigyanlabsinc1581413676614\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"viptela\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/viptela\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"vircom\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/vircom\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"virtamovecorp1615909247913\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/virtamovecorp1615909247913\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"virtualpulsesro1607008728942\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/virtualpulsesro1607008728942\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"virtuozzointernationalgmbh1626704951469\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/virtuozzointernationalgmbh1626704951469\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"visokiouklimited1661943152060\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/visokiouklimited1661943152060\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"visualknowledgeshare1591795776234\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/visualknowledgeshare1591795776234\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"visualsoft-center\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/visualsoft-center\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"vizixiotplatformretail001\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/vizixiotplatformretail001\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"vmlabinc1613642184700\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/vmlabinc1613642184700\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"vmturbo\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/vmturbo\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"vmware-inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/vmware-inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"vnomicinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/vnomicinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"voleatechgmbh1636966911943\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/voleatechgmbh1636966911943\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"volterraedgeservices\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/volterraedgeservices\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"Vormetric\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Vormetric\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"vscconsultingptyltd1608535888097\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/vscconsultingptyltd1608535888097\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"vte\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/vte\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"vu-llc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/vu-llc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"vunetsystemsprivatelimited1646716402131\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/vunetsystemsprivatelimited1646716402131\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"vyulabsinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/vyulabsinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"WAD2AI.Diagnostics.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/WAD2AI.Diagnostics.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"WAD2EventHub.Diagnostics.Test\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/WAD2EventHub.Diagnostics.Test\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"wallarm\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/wallarm\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"wallix\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/wallix\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"wandisco\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/wandisco\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"wanos\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/wanos\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"wanpath-dba-myworkdrive\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/wanpath-dba-myworkdrive\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"wardy-it-solutions\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/wardy-it-solutions\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"warewolf-esb\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/warewolf-esb\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"watchguard-technologies\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/watchguard-technologies\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"webaloinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/webaloinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"websense-apmailpe\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/websense-apmailpe\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"websoft9inc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/websoft9inc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"wedoitllc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/wedoitllc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"weidmllerinterfacegmbhcokg1593785027047\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/weidmllerinterfacegmbhcokg1593785027047\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"wherescapesoftware\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/wherescapesoftware\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"winmagic_securedoc_cloudvm\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/winmagic_securedoc_cloudvm\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"wintellisys-inc-4561600\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/wintellisys-inc-4561600\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"witfooinc1590167223060\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/witfooinc1590167223060\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"wmspanel\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/wmspanel\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"wood1595864497589\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/wood1595864497589\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"world-programming\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/world-programming\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"wowza\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/wowza\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"wsusainc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/wsusainc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"xcontentptyltd-1329748\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/xcontentptyltd-1329748\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"xfinityinc\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/xfinityinc\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"xilinx\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/xilinx\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"xoriantcorporationazxteam1\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/xoriantcorporationazxteam1\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"xoriantsolutionspvtltd\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/xoriantsolutionspvtltd\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"xtremedata\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/xtremedata\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"xyzrd-group-ou\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/xyzrd-group-ou\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"yaseensmarket1645449809728\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/yaseensmarket1645449809728\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"yellowfin\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/yellowfin\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"yellowfininternationalptyltd1616363974066\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/yellowfininternationalptyltd1616363974066\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"your-shop-online\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/your-shop-online\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"z1\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/z1\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"z4it-aps\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/z4it-aps\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"zabbix\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/zabbix\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"zeetim1660843138752\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/zeetim1660843138752\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"zend\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/zend\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"zenterasystemsinc1605292453288\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/zenterasystemsinc1605292453288\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"zerodown_software\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/zerodown_software\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"zerto\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/zerto\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"zetarisptyltd1653890360235\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/zetarisptyltd1653890360235\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"zettalane_systems-5254599\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/zettalane_systems-5254599\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"zevenet\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/zevenet\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"zilliz\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/zilliz\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"zoomdata\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/zoomdata\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"zscaler\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/zscaler\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"zscaler1579058425289\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/zscaler1579058425289\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"zultysinc1596831546163\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/zultysinc1596831546163\"\ + string: "[\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ndl\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ndl\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + zultysinc1596831546163\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/zultysinc1596831546163\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.SqlServer.Managability.IaaS.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.SqlServer.Managability.IaaS.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.SqlServer.Management.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.SqlServer.Management.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + akumo-software\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/akumo-software\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ibm-alliance-global-1560886\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ibm-alliance-global-1560886\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Dh2ico\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Dh2ico\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + nec-technologies\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/nec-technologies\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + dataart\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/dataart\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Monitor.VirtualMachines.Dev.SCALE\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Monitor.VirtualMachines.Dev.SCALE\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + lnw-softgmbh\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/lnw-softgmbh\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Windows.RemoteDesktop\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Windows.RemoteDesktop\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cask\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cask\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + objectivity-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/objectivity-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sqlstream\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sqlstream\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + MicrosoftBizTalkServer\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/MicrosoftBizTalkServer\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Compute.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Compute.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.FleetDiagnostics\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.FleetDiagnostics\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + nozominetworks1582208017986\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/nozominetworks1582208017986\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + newtglobalconsultingllc1581492268566\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/newtglobalconsultingllc1581492268566\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cloud-infrastructure-services\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cloud-infrastructure-services\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + intersystems\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/intersystems\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + zabbix\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/zabbix\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.AzureMonitor.WorkloadInsights.MeyaCorp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.AzureMonitor.WorkloadInsights.MeyaCorp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + spagobi\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/spagobi\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + huawei\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/huawei\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test04a0f157-c6fb-4595-b6ca-6c82a2338063-20200108101451\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test04a0f157-c6fb-4595-b6ca-6c82a2338063-20200108101451\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + devolutionsinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/devolutionsinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + centrixeltd1594135951373\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/centrixeltd1594135951373\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + senhasegura\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/senhasegura\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + researchgraphptyltd1598252602128\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/researchgraphptyltd1598252602128\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cloudera\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cloudera\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Compute\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Compute\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + lancom-systems\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/lancom-systems\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.M365SecurityConfiguration.Kevlar.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.M365SecurityConfiguration.Kevlar.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + microsoft-crypto\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/microsoft-crypto\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.RecoveryServices.SiteRecovery\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.RecoveryServices.SiteRecovery\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test24fa9eb5-1c59-4425-b61c-30fd638c2a45-20191003203802\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test24fa9eb5-1c59-4425-b61c-30fd638c2a45-20191003203802\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + seaqserviciossas1579029207572\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/seaqserviciossas1579029207572\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testae421c1d-0211-4ef2-b372-564ce8ad484a-20200110104035\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testae421c1d-0211-4ef2-b372-564ce8ad484a-20200110104035\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + vidizmo\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/vidizmo\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + microsoftcorporation1620407702632\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/microsoftcorporation1620407702632\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + talon\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/talon\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + silver-peak-systems\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/silver-peak-systems\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + vigyanlabs-innovations-pvt-ltd\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/vigyanlabs-innovations-pvt-ltd\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + tresorit\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/tresorit\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + webaloinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/webaloinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + clone-systems\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/clone-systems\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + commvault\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/commvault\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bmcctm.test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bmcctm.test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + threatintelligenceptyltd1586824172898\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/threatintelligenceptyltd1586824172898\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + KevlarExtensions.M365SecurityODL\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/KevlarExtensions.M365SecurityODL\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + qnapsystemsinc1601352084032\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/qnapsystemsinc1601352084032\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + linuxbasedsystemsdesignltd1580878904727\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/linuxbasedsystemsdesignltd1580878904727\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cryptocom1585727786636\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cryptocom1585727786636\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Diagnostics.Build.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Diagnostics.Build.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test5397960f-023b-4979-9a8b-800d049045a4-20191007195417\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test5397960f-023b-4979-9a8b-800d049045a4-20191007195417\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + softwarehut\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/softwarehut\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + scalearc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/scalearc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Network\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Network\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + elfiqnetworks\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/elfiqnetworks\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Gabsta\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Gabsta\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cloudlink\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cloudlink\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cloudbees\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cloudbees\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 2021ai\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/2021ai\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Kaspersky.Lab\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Kaspersky.Lab\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + weidmllerinterfacegmbhcokg1593785027047\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/weidmllerinterfacegmbhcokg1593785027047\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + testpro\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/testpro\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + skyarc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/skyarc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.WorkloadInsights.Linux.ReleasePipeTest.TEST\",\r\n \"id\"\ + : \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.WorkloadInsights.Linux.ReleasePipeTest.TEST\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + midfin\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/midfin\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testdc7230e9-df6d-4edd-a57c-ef7e0432c463-20191002011345\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testdc7230e9-df6d-4edd-a57c-ef7e0432c463-20191002011345\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + tripwire-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/tripwire-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + irion\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/irion\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Profiler.AgentOrchestrationRefactor.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Profiler.AgentOrchestrationRefactor.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + mvp-systems\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/mvp-systems\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + AzureTools1type\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/AzureTools1type\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + eecservicesfzllc1604836615706\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/eecservicesfzllc1604836615706\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + oraylisbi\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/oraylisbi\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + altamira-corporation\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/altamira-corporation\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + stratodesk1611152769936\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/stratodesk1611152769936\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + microsoft-azure-batch\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/microsoft-azure-batch\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bmc.ctm\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bmc.ctm\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testdb357558-60b4-4ee3-9ec3-ba22c5d827fb-20191004020617\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testdb357558-60b4-4ee3-9ec3-ba22c5d827fb-20191004020617\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + alertlogic\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/alertlogic\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + portalarchitects\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/portalarchitects\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + oraylis\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/oraylis\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + riverbed\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/riverbed\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.SqlServer.Management\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.SqlServer.Management\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Profiler.Master.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Profiler.Master.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + valohai\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/valohai\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Teste42f351a-4da0-4f0d-93e9-ef1d98e06659-20200108083633\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Teste42f351a-4da0-4f0d-93e9-ef1d98e06659-20200108083633\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + holmsecurityswedenab1639511288603\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/holmsecurityswedenab1639511288603\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ahnlabinc1584495174865\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ahnlabinc1584495174865\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ivix1595238749040\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ivix1595238749040\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + versanetworks\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/versanetworks\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + a10networks\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/a10networks\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + iqsol\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/iqsol\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Performance.Diagnostics\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Performance.Diagnostics\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + crayon-group-as-1129016\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/crayon-group-as-1129016\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + WAD2AI.Diagnostics.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/WAD2AI.Diagnostics.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + prime-strategy\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/prime-strategy\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + envision_blockchain-5199407\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/envision_blockchain-5199407\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + parsec-for-teams\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/parsec-for-teams\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + credativ\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/credativ\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + fortinet\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/fortinet\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Hpe.serviceguard.ha.dr\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Hpe.serviceguard.ha.dr\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.AntimalwareSignature\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test012be407-61ea-4e45-a2c3-71a45999ca21-20191228083800\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test012be407-61ea-4e45-a2c3-71a45999ca21-20191228083800\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Golive.Extensions\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Golive.Extensions\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + hewlett-packard\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/hewlett-packard\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + aggregion-ltd\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/aggregion-ltd\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + haproxy-technologies\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/haproxy-technologies\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + opentext\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/opentext\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + miracl_linux\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/miracl_linux\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.AzureMonitor.WorkloadInsights\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.AzureMonitor.WorkloadInsights\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + mihupcommunicationspvtltd1599046998010\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/mihupcommunicationspvtltd1599046998010\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + dablabsinc1654806039152\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/dablabsinc1654806039152\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + solar-security\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/solar-security\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + arcserveusallc-marketing\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/arcserveusallc-marketing\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + simmachinesinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/simmachinesinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testa604c059-8279-4f4d-a354-eec27222a06c-20200111051514\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testa604c059-8279-4f4d-a354-eec27222a06c-20200111051514\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + paladionnetworkspvtltd1606120508449\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/paladionnetworkspvtltd1606120508449\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + openrefactoryinc1620140917523\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/openrefactoryinc1620140917523\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + aspentechnologyhq-1353108\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/aspentechnologyhq-1353108\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + kryonsystems\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/kryonsystems\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + microstrategy\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/microstrategy\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + controlplane\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/controlplane\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + turbonet1581982683964\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/turbonet1581982683964\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + microsoft-hyperv\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/microsoft-hyperv\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 7isolutions\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/7isolutions\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + iconsulting-spa\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/iconsulting-spa\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + algolyticstechnologies1606475101268\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/algolyticstechnologies1606475101268\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + AzureStackHCI.Telemetry.Agent\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/AzureStackHCI.Telemetry.Agent\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.RecoveryServices.Edp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.RecoveryServices.Edp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + nuxeo\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/nuxeo\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + microsoftcmotest\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/microsoftcmotest\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + untangle\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/untangle\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.EnterpriseCloud.Monitoring.Edp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.EnterpriseCloud.Monitoring.Edp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ageniumscale1591804889317\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ageniumscale1591804889317\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + harmanconnectedservicesinc1594928575643\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/harmanconnectedservicesinc1594928575643\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testee9dcf5f-f7c4-4192-a8f4-28e9bc7d0f7c-20191001225005\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testee9dcf5f-f7c4-4192-a8f4-28e9bc7d0f7c-20191001225005\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + novisystemsinc1664197608642\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/novisystemsinc1664197608642\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + tecknolab\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/tecknolab\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + src-solution\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/src-solution\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Stackify.LinuxAgent.Extension\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Stackify.LinuxAgent.Extension\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test6efec253-f625-46f0-9d74-324f69e963d8-20200107070514\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test6efec253-f625-46f0-9d74-324f69e963d8-20200107070514\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + zettalane_systems-5254599\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/zettalane_systems-5254599\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + startisolucoesemtecnologialtda1635263523201\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/startisolucoesemtecnologialtda1635263523201\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + couchbase\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/couchbase\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + tosiboxoy1646313791207\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/tosiboxoy1646313791207\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + wandisco\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/wandisco\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + blockchain-foundry\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/blockchain-foundry\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + volterraedgeservices\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/volterraedgeservices\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Test.SqlServer.Management.corext\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Test.SqlServer.Management.corext\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + akamai-technologies\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/akamai-technologies\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + SUSE.AzureHybridBenefit\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/SUSE.AzureHybridBenefit\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cloudwhizsolutions\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cloudwhizsolutions\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testa3791896-b1fc-491e-ba0d-aefcd8d9e52a-20200105083503\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testa3791896-b1fc-491e-ba0d-aefcd8d9e52a-20200105083503\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + techdivision\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/techdivision\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test6aa3643c-011a-4180-877f-cad955a8e664-20191007234642\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test6aa3643c-011a-4180-877f-cad955a8e664-20191007234642\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + stackstorm\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/stackstorm\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test6cfb469b-8478-468f-9bb5-691affd32abb-20200107083803\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test6cfb469b-8478-468f-9bb5-691affd32abb-20200107083803\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + microolap\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/microolap\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + odysseyconsultantsltd\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/odysseyconsultantsltd\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Batch.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Batch.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bui\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bui\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1585118004523\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/1585118004523\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 3cx-pbx\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/3cx-pbx\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + secureworks\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/secureworks\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test1bc26b19-b8d8-41f9-a26d-818f277bdf93-20200101113139\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test1bc26b19-b8d8-41f9-a26d-818f277bdf93-20200101113139\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + tempered-networks-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/tempered-networks-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + paloaltonetworks\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/paloaltonetworks\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + asdivertissementinc1617837708654\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/asdivertissementinc1617837708654\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + worxogo\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/worxogo\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cloudhouse\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cloudhouse\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + websoft9inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/websoft9inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + your-shop-online\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/your-shop-online\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + shareshiftneeraj.test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/shareshiftneeraj.test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.AzureSecurity.JITAccess\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.AzureSecurity.JITAccess\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.AzureStackHCI\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.AzureStackHCI\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test1f7a8078-50e7-4a3a-91eb-d178fd4c403b-20191002233353\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test1f7a8078-50e7-4a3a-91eb-d178fd4c403b-20191002233353\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + jamcracker\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/jamcracker\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + kaazing\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/kaazing\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Security.AntimalwareSignature.Edp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.AntimalwareSignature.Edp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Spektra.Cloudlabs\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Spektra.Cloudlabs\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + mriisoftllc1579457820427\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/mriisoftllc1579457820427\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + versasec\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/versasec\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + avepoint\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/avepoint\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + elaniaresources1648486385938\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/elaniaresources1648486385938\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ilinksystems\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ilinksystems\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.WorkloadInsights.Windows.ReleasePipeTest.INT\",\r\n \"\ + id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.WorkloadInsights.Windows.ReleasePipeTest.INT\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testbf9154e9-6166-48c2-86fe-1f331be606d7-20200107051823\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testbf9154e9-6166-48c2-86fe-1f331be606d7-20200107051823\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + xtremedata\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/xtremedata\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + enterprisedb-corp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/enterprisedb-corp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + llcitpro\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/llcitpro\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + incredibuild\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/incredibuild\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + optimitiveslu1618320281443\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/optimitiveslu1618320281443\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testda3320e0-28f2-4146-a002-e06296362711-20191004190115\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testda3320e0-28f2-4146-a002-e06296362711-20191004190115\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + mathildetechnologyhongkonglimited1669113447021\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/mathildetechnologyhongkonglimited1669113447021\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + kobalt\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/kobalt\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test8e324c65-a51d-4eeb-9ec8-d5f8662dc041-20191228165107\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test8e324c65-a51d-4eeb-9ec8-d5f8662dc041-20191228165107\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + nvidia\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/nvidia\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + refinitiv\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/refinitiv\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + spaceliftinc1625499025476\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/spaceliftinc1625499025476\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sphere3d\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sphere3d\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.MeshVPN\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.MeshVPN\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + lightning-analyticsinc1582000647396\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/lightning-analyticsinc1582000647396\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + nri\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/nri\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Security.Edp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.Edp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + theumag1596442827072\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/theumag1596442827072\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + open-connect-systems\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/open-connect-systems\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test0737f33e-63e0-4ba9-b04b-b93a1de4e997-20200106083639\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test0737f33e-63e0-4ba9-b04b-b93a1de4e997-20200106083639\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + vaultive-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/vaultive-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sunday\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sunday\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + pixitmedia1591611150480\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/pixitmedia1591611150480\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + tryonsolutionsinc1596650621083\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/tryonsolutionsinc1596650621083\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1592878437854\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/1592878437854\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test520a0915-f9f0-4da4-9fa1-1b74fc1470aa-20200102083505\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test520a0915-f9f0-4da4-9fa1-1b74fc1470aa-20200102083505\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + procomputers\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/procomputers\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cloud-cruiser\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cloud-cruiser\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + panopta\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/panopta\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.OSTCExtensions.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.OSTCExtensions.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test3fc26934-ede2-4482-ad5e-f66f6135d4a6-20191228055558\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test3fc26934-ede2-4482-ad5e-f66f6135d4a6-20191228055558\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ssh2appsltd1621588462715\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ssh2appsltd1621588462715\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.KeyVault.Edp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.KeyVault.Edp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Powershell.Test01\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Powershell.Test01\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + liebsoft\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/liebsoft\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + voiceelements\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/voiceelements\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + fujitsu_fast\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/fujitsu_fast\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + influxdata\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/influxdata\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + moogsoft\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/moogsoft\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + safeticatechnologiessro\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/safeticatechnologiessro\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.RecoveryServices.WorkloadBackup\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.RecoveryServices.WorkloadBackup\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + device42inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/device42inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + pyramidanalytics\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/pyramidanalytics\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + jetnexus\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/jetnexus\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sentry51llc1616686725591\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sentry51llc1616686725591\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + mwg_azure\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/mwg_azure\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test27515c8c-6773-4f92-afb0-35691cc6e3b6-20200103083821\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test27515c8c-6773-4f92-afb0-35691cc6e3b6-20200103083821\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + marklogic\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/marklogic\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + genua_gmbh\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/genua_gmbh\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + deltapathlimited1592886319362\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/deltapathlimited1592886319362\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + dicomsystems1584107398321\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/dicomsystems1584107398321\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + krypc-technologies-pvt-ltd\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/krypc-technologies-pvt-ltd\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + scientiamobile\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/scientiamobile\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + apigee\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/apigee\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + madhavajay1632269232059\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/madhavajay1632269232059\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + CoreOS\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/CoreOS\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + usp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/usp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + biolibinc1622552350258\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/biolibinc1622552350258\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + deepsiginc1581610210151\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/deepsiginc1581610210151\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + automationanywhere\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/automationanywhere\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + falconstorsoftware\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/falconstorsoftware\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + leostream-corporation\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/leostream-corporation\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cloudplan-gmbh\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cloudplan-gmbh\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + circleci\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/circleci\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + perforce\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/perforce\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + pcman\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/pcman\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test9eb5efa5-c3c1-4c13-80a6-11f5eba67372-20200108144852\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test9eb5efa5-c3c1-4c13-80a6-11f5eba67372-20200108144852\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + edevtech\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/edevtech\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + qualysguard\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/qualysguard\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + SentinelOne.WindowsExtension\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/SentinelOne.WindowsExtension\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + rohdeschwarzcybersecuritygmbh\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/rohdeschwarzcybersecuritygmbh\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + proliongmbh1628175060372\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/proliongmbh1628175060372\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Security.WinTestAttestation\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.WinTestAttestation\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + vyulabsinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/vyulabsinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + dgsecure\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/dgsecure\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + thorntechnologiesllc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/thorntechnologiesllc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.DefenderForServers.Test2\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.DefenderForServers.Test2\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + swoopanalytics\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/swoopanalytics\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.AKS\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.AKS\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Site24x7\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Site24x7\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + mathworks-deployment\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/mathworks-deployment\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.EnterpriseCloud.Monitoring.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.EnterpriseCloud.Monitoring.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test79fb90ce-4691-4212-99a7-6e4069bd5984-20191007234256\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test79fb90ce-4691-4212-99a7-6e4069bd5984-20191007234256\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test78666b2e-25c8-4a48-931a-3131a0317d73-20191002194352\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test78666b2e-25c8-4a48-931a-3131a0317d73-20191002194352\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Compute.TestSar\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Compute.TestSar\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + adastracorporation-4028356\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/adastracorporation-4028356\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cinegy-gmbh\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cinegy-gmbh\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + responder-corp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/responder-corp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test901cd6ca-5565-4552-a3de-d204d01935c0-20200108083706\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test901cd6ca-5565-4552-a3de-d204d01935c0-20200108083706\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + opticcaconsultinginc1604521372438\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/opticcaconsultinginc1604521372438\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + harpaitalia\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/harpaitalia\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + baas-techbureau\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/baas-techbureau\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testb7df0d9a-27c0-4ca5-b692-08dd90387b98-20200111083443\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testb7df0d9a-27c0-4ca5-b692-08dd90387b98-20200111083443\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + relevance-lab\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/relevance-lab\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + storwarespzoo1611743234900\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/storwarespzoo1611743234900\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + yaseensmarket1645449809728\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/yaseensmarket1645449809728\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + controlcase\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/controlcase\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + southrivertech1586314123192\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/southrivertech1586314123192\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + parallels\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/parallels\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + actian-corp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/actian-corp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + prestashop\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/prestashop\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + center-for-internet-security-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/center-for-internet-security-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + aveva1\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/aveva1\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + g2kgroupgmbh-4821943\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/g2kgroupgmbh-4821943\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sonicwall-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sonicwall-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test996066b2-7d29-400f-929b-e343a21046f7-20191231151212\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test996066b2-7d29-400f-929b-e343a21046f7-20191231151212\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.AzureMonitor.WorkloadInsights.LinuxTest\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.AzureMonitor.WorkloadInsights.LinuxTest\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + arubanetworks-4922182\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/arubanetworks-4922182\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + searchbloxsoftwareinc1594309037050\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/searchbloxsoftwareinc1594309037050\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1597644262255\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/1597644262255\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + radware\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/radware\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cloudinfo-4919088\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cloudinfo-4919088\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + splunk\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/splunk\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Monitoring.DependencyAgent.Edp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Monitoring.DependencyAgent.Edp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.LabServices.test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.LabServices.test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test6e28168e-a9c8-4c0a-8b40-60c2a1502d43-20200108052802\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test6e28168e-a9c8-4c0a-8b40-60c2a1502d43-20200108052802\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + almalinuxosfoundation1628089859865\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/almalinuxosfoundation1628089859865\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + actiphy\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/actiphy\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.RecoveryServices\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.RecoveryServices\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test7836a97c-f56e-48d0-8b5d-61e79aeb3226-20200111071656\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test7836a97c-f56e-48d0-8b5d-61e79aeb3226-20200111071656\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + mediatekinc1586141563888\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/mediatekinc1586141563888\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + meshifyappinc1622759451429\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/meshifyappinc1622759451429\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + osisoft\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/osisoft\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.AzureCAT.AzureEnhancedMonitoring.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.AzureCAT.AzureEnhancedMonitoring.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + netatwork\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/netatwork\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Test.Azure.Workloads\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Test.Azure.Workloads\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + nokiaofamericacorporation1591716055441\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/nokiaofamericacorporation1591716055441\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + stromasys\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/stromasys\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Security.TestWindowsAttestation\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.TestWindowsAttestation\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + xfinityinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/xfinityinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testd104a52f-eba2-401d-8e7f-a841c90f7712-20191228083553\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testd104a52f-eba2-401d-8e7f-a841c90f7712-20191228083553\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test96da1605-19e0-46eb-9ce0-53e840f5e2cb-20200101111729\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test96da1605-19e0-46eb-9ce0-53e840f5e2cb-20200101111729\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + appistry\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/appistry\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cloud-checkr\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cloud-checkr\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + balabit\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/balabit\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testbeea1376-166a-4b1a-8923-c907cc9737d9-20200107013336\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testbeea1376-166a-4b1a-8923-c907cc9737d9-20200107013336\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cayosoftinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cayosoftinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + spideroakinc1588278690933\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/spideroakinc1588278690933\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test60a000b7-286c-4b2b-9137-bbc088736419-20200108144920\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test60a000b7-286c-4b2b-9137-bbc088736419-20200108144920\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + saasame-limited\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/saasame-limited\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + arangodb\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/arangodb\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cloudmavensolutions\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cloudmavensolutions\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Security.Dsms.Edp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.Dsms.Edp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + silk\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/silk\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + OctopusDeploy.Tentacle\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/OctopusDeploy.Tentacle\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + castaigroupinc1595243474856\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/castaigroupinc1595243474856\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + denodo\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/denodo\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + forscene\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/forscene\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + glantoninc1591876792991\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/glantoninc1591876792991\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + vastdata1650451243415\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/vastdata1650451243415\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + aciworldwide\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/aciworldwide\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.DefenderForServers.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.DefenderForServers.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + atomicorp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/atomicorp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + mettainnovations-4900054\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/mettainnovations-4900054\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.VisualStudio.Azure.RemoteDebug.Json\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.VisualStudio.Azure.RemoteDebug.Json\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + unscramblsingaporepteltd-4999260\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/unscramblsingaporepteltd-4999260\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + neonforge\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/neonforge\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + equilibrium\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/equilibrium\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + accedian\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/accedian\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + MicrosoftAzureSiteRecovery\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/MicrosoftAzureSiteRecovery\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + microsoftagciuk\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/microsoftagciuk\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1598955805825\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/1598955805825\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + devopsgroup-uk\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/devopsgroup-uk\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + asigra\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/asigra\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + scalegrid\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/scalegrid\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test4302336c-e039-4e70-bcb6-9275f6089e4a-20200108144821\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test4302336c-e039-4e70-bcb6-9275f6089e4a-20200108144821\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + McAfee.EndpointSecurity\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/McAfee.EndpointSecurity\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + nasuni\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/nasuni\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + gemalto-safenet\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/gemalto-safenet\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Security.WindowsCodeIntegrity\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.WindowsCodeIntegrity\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + levacloudllc1602151818089\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/levacloudllc1602151818089\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + foreseetiab1613650409016\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/foreseetiab1613650409016\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + trifacta\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/trifacta\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + streamsets\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/streamsets\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + foxiteuropegmbh1585901066320\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/foxiteuropegmbh1585901066320\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sinefa\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sinefa\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + clear-linux-project\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/clear-linux-project\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Acronis.Backup\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Acronis.Backup\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + digisitesystems\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/digisitesystems\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + infscapeughaftungsbeschrnkt\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/infscapeughaftungsbeschrnkt\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.GuestConfiguration\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.GuestConfiguration\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Monitor.VirtualMachines.Dev.INT\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Monitor.VirtualMachines.Dev.INT\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cautelalabs\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cautelalabs\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + elecard\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/elecard\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + i-exceed-technology\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/i-exceed-technology\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + squaredup\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/squaredup\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + vigyanlabsinc1581413676614\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/vigyanlabsinc1581413676614\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + vatacommunicationsinc1581644208717\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/vatacommunicationsinc1581644208717\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + introspecioltd1629872641188\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/introspecioltd1629872641188\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sapphiretechnologieslimited1611758579346\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sapphiretechnologieslimited1611758579346\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + moviemasher\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/moviemasher\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test817654d0-2109-4d95-9284-8c8a9d960d08-20200108053758\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test817654d0-2109-4d95-9284-8c8a9d960d08-20200108053758\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + readymind\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/readymind\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ethereum\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ethereum\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + emercoin\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/emercoin\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testc23a3fbb-6e95-4c0d-94fc-c8ab14dddf1c-20191231151117\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testc23a3fbb-6e95-4c0d-94fc-c8ab14dddf1c-20191231151117\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + holo-industrie40softwaregmbh1600957636008\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/holo-industrie40softwaregmbh1600957636008\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + wardy-it-solutions\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/wardy-it-solutions\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + vembutechnologiespvtltd\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/vembutechnologiespvtltd\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + auraportal\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/auraportal\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + zenterasystemsinc1605292453288\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/zenterasystemsinc1605292453288\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + opslogix\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/opslogix\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + vectraaiinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/vectraaiinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + mtnfog\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/mtnfog\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + dataevolvesolutionsopcprivatelimited1673336394359\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/dataevolvesolutionsopcprivatelimited1673336394359\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.WorkloadInsights.TestTest.INT\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.WorkloadInsights.TestTest.INT\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + gigamon-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/gigamon-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + mistio1601460379393\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/mistio1601460379393\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + hitachivantara\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/hitachivantara\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + gladinet-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/gladinet-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.MonitoringAgent.Extension\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.MonitoringAgent.Extension\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + certifiedsecuritysolutionsinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/certifiedsecuritysolutionsinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ptc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ptc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + evostream-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/evostream-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + zoomdata\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/zoomdata\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + innovtech\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/innovtech\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + xoriantsolutionspvtltd\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/xoriantsolutionspvtltd\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + lastline\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/lastline\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + kaspersky_lab\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/kaspersky_lab\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + zeetim1660843138752\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/zeetim1660843138752\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Automation.HybridWorker\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Automation.HybridWorker\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + AzureRT.PIRCore.CAPSExtBvt.1\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/AzureRT.PIRCore.CAPSExtBvt.1\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testd724cea4-0d3c-4539-b2ff-be08fb23a67e-20200107083714\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testd724cea4-0d3c-4539-b2ff-be08fb23a67e-20200107083714\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + datanova\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/datanova\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + unify-cloud-llc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/unify-cloud-llc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + osnexus\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/osnexus\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + abzoobainc1598420455082\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/abzoobainc1598420455082\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + enterpriseworx-it\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/enterpriseworx-it\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + airalabrus\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/airalabrus\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.AzureCAT.AzureEnhancedMonitoringTest\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.AzureCAT.AzureEnhancedMonitoringTest\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + samsungsds-cello\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/samsungsds-cello\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.AzureCAT.AzureEnhancedMonitoring\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.AzureCAT.AzureEnhancedMonitoring\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + array_networks\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/array_networks\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Dans.Windows.App\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Dans.Windows.App\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.NetworkWatcher.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.NetworkWatcher.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test6192a01b-ba47-4d08-904a-71647a49a112-20191008041625\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test6192a01b-ba47-4d08-904a-71647a49a112-20191008041625\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test85b08563-b15f-4202-a0bc-f2bc2df2c71a-20200107053335\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test85b08563-b15f-4202-a0bc-f2bc2df2c71a-20200107053335\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + smartmessage-autoflow\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/smartmessage-autoflow\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Workloads\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Workloads\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Test.SqlServer.Managability\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Test.SqlServer.Managability\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + nuco-networks\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/nuco-networks\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Chef.Bootstrap.WindowsAzure\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Chef.Bootstrap.WindowsAzure\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cloudentity\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cloudentity\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.SCOMMIServer\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.SCOMMIServer\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + netwrix\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/netwrix\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + MicrosoftRServer\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/MicrosoftRServer\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + clapsodeughaftungsbeschrnkt1626333173563\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/clapsodeughaftungsbeschrnkt1626333173563\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + diagramics\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/diagramics\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + nttdata\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/nttdata\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + xyzrd-group-ou\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/xyzrd-group-ou\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Oracle\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Oracle\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + rmgtechnologiesinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/rmgtechnologiesinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Networking.SDN\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Networking.SDN\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.ServiceFabric.MC.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.ServiceFabric.MC.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + al-tamamunitedtradingcontractingcompany\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/al-tamamunitedtradingcontractingcompany\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + fiorano\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/fiorano\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.FileServer.Edp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.FileServer.Edp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + dell_software\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/dell_software\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + stormshield\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/stormshield\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + tmaxsoft\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/tmaxsoft\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Dans3.Windows.App\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Dans3.Windows.App\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + neverfailcontinuouscontrolsinc1600463582767\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/neverfailcontinuouscontrolsinc1600463582767\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Citrix.ADC\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Citrix.ADC\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + vmturbo\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/vmturbo\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + MicrosoftVisualStudio\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/MicrosoftVisualStudio\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + microsoft_javaeeonazure_test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/microsoft_javaeeonazure_test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ibm\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ibm\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + azuretesting2\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/azuretesting2\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + azuretesting3\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/azuretesting3\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + wedoitllc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/wedoitllc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + analytiumltd1582389146376\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/analytiumltd1582389146376\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + hammerspace\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/hammerspace\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + smartbearsoftware\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/smartbearsoftware\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + outsystems\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/outsystems\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + wallarm\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/wallarm\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test0d643748-e6fe-41ad-b4d3-89a289a0cee0-20191003055620\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test0d643748-e6fe-41ad-b4d3-89a289a0cee0-20191003055620\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + deepsurfacesecurityinc1632943333445\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/deepsurfacesecurityinc1632943333445\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + turbonet\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/turbonet\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + things-board\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/things-board\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + centeritysystems\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/centeritysystems\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cyberark\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cyberark\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Applications\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Applications\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Monitor\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Monitor\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cohesity\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cohesity\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + actiphyinc1627974506603\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/actiphyinc1627974506603\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + qarbine1618349238434\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/qarbine1618349238434\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test70fa7e4c-3122-4ff7-aec6-fe75ab660a01-20200108105900\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test70fa7e4c-3122-4ff7-aec6-fe75ab660a01-20200108105900\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Test.Gemalto.SafeNet.ProtectV\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Test.Gemalto.SafeNet.ProtectV\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + internationaltrustmachinescorporation1582190033865\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/internationaltrustmachinescorporation1582190033865\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + spacecurve\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/spacecurve\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + axxana\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/axxana\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + coin-sciences-ltd\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/coin-sciences-ltd\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + microsoft-azure-compute\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/microsoft-azure-compute\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test7ea372f7-ea7e-4b9e-bbad-4f35c1567aa2-20200108052736\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test7ea372f7-ea7e-4b9e-bbad-4f35c1567aa2-20200108052736\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Edp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Edp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + tribe29gmbh1665582614827\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/tribe29gmbh1665582614827\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + logtrust\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/logtrust\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.VisualStudio.Services\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.VisualStudio.Services\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Powershell\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Powershell\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bayware\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bayware\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + wherescapesoftware\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/wherescapesoftware\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + proventeq\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/proventeq\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + syncfusionbigdataplatfor\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/syncfusionbigdataplatfor\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + diyatech\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/diyatech\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Symantec.test.ru2latest1\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Symantec.test.ru2latest1\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + safetica_technologies\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/safetica_technologies\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + atomizedinc1587939464368\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/atomizedinc1587939464368\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cohesive\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cohesive\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test2521a545-ed61-4a15-bed1-aba7ce1d81ee-20200106050804\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test2521a545-ed61-4a15-bed1-aba7ce1d81ee-20200106050804\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testc8b6d14b-a5db-48e0-bfad-a2818d432bea-20200104083443\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testc8b6d14b-a5db-48e0-bfad-a2818d432bea-20200104083443\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test381074d5-7156-472b-801a-b35f8fef4cc6-20200105050612\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test381074d5-7156-472b-801a-b35f8fef4cc6-20200105050612\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + commscopeinc1632135151062\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/commscopeinc1632135151062\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Symantec.test.ru4mp1\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Symantec.test.ru4mp1\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test5b0bf447-d98d-429d-8334-c032d197c743-20191003203846\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test5b0bf447-d98d-429d-8334-c032d197c743-20191003203846\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + shadow-soft\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/shadow-soft\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test7fe20dd6-9ed9-4126-bb1d-031c01ac4550-20200101114504\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test7fe20dd6-9ed9-4126-bb1d-031c01ac4550-20200101114504\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cloudboltsoftware1639523402532\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cloudboltsoftware1639523402532\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test710a5fbf-06c7-46ac-b96d-a29d2586422f-20200108083639\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test710a5fbf-06c7-46ac-b96d-a29d2586422f-20200108083639\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1672212957491\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/1672212957491\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + townsend-security\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/townsend-security\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + transientxinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/transientxinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + conflux\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/conflux\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Monitor.Workloads.Dev\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Monitor.Workloads.Dev\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ingenieurstudiohollaus1579587745438\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ingenieurstudiohollaus1579587745438\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + nets1664415757656\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/nets1664415757656\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + semperis\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/semperis\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 128technology\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/128technology\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + techlatest\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/techlatest\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + steelhive\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/steelhive\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + xcontentptyltd-1329748\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/xcontentptyltd-1329748\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + storone1594045543980\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/storone1594045543980\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + pulse-secure\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/pulse-secure\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Monitor.WorkloadsTest\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Monitor.WorkloadsTest\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + iquest\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/iquest\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test3d499ca7-cc8d-41cc-a6dc-ffb1a4ac4942-20200107053004\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test3d499ca7-cc8d-41cc-a6dc-ffb1a4ac4942-20200107053004\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + totemo\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/totemo\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Puppet\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Puppet\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + exonar\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/exonar\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + rtts\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/rtts\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + johnsnowlabsinc1646051154808\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/johnsnowlabsinc1646051154808\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + hashhub\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/hashhub\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.AzureDefenderForSQL\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.AzureDefenderForSQL\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + noianetworklimited1584098036197\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/noianetworklimited1584098036197\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + globaldataanalyticsptyltdtatapeark1636285238780\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/globaldataanalyticsptyltdtatapeark1636285238780\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + athinfosystems1641442221349\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/athinfosystems1641442221349\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + hackershub\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/hackershub\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + wallix\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/wallix\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.HpcCompute.Edp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.HpcCompute.Edp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.OpenSSH\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.OpenSSH\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + daceitdbasensetrafficpulse1579892024934\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/daceitdbasensetrafficpulse1579892024934\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + telepat\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/telepat\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + genymobile\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/genymobile\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test2f4ebc17-e27e-48d9-9cc3-ff933c21884e-20200106092410\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test2f4ebc17-e27e-48d9-9cc3-ff933c21884e-20200106092410\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test194e2333-13cd-43e3-b0a4-c8cdcf1a3600-20200110211106\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test194e2333-13cd-43e3-b0a4-c8cdcf1a3600-20200110211106\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + TrendMicro.DeepSecurity\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/TrendMicro.DeepSecurity\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ahnlabinc1584495467593\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ahnlabinc1584495467593\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cirruslinksolutions1598993297919\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cirruslinksolutions1598993297919\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + flashgrid-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/flashgrid-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + microsoft-dsvm\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/microsoft-dsvm\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + asyscosoftwarebv\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/asyscosoftwarebv\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Sentinel.AzureMonitorAgentExtensions\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Sentinel.AzureMonitorAgentExtensions\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + hystaxinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/hystaxinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + OpenLogic\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/OpenLogic\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testadd68286-f9e0-4ab1-a526-d8f3cf0f054e-20200105084128\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testadd68286-f9e0-4ab1-a526-d8f3cf0f054e-20200105084128\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + libelleag\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/libelleag\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + tidalmediainc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/tidalmediainc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + blackbird\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/blackbird\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bryte\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bryte\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Test.Identity\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Test.Identity\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test5e4efe90-916c-4c96-802c-1508a5b6da78-20191231151150\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test5e4efe90-916c-4c96-802c-1508a5b6da78-20191231151150\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.HardwareHealthService\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.HardwareHealthService\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + iqsuite-marketplace\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/iqsuite-marketplace\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + enforongo\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/enforongo\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test721fccf1-2b3e-44b6-908f-51b910e88b09-20200111104931\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test721fccf1-2b3e-44b6-908f-51b910e88b09-20200111104931\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + jelastic\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/jelastic\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + chunghwatelecom1587573688842\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/chunghwatelecom1587573688842\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + azuretesting\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/azuretesting\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + hitachi-solutions\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/hitachi-solutions\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Rapid7.InsightPlatform\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Rapid7.InsightPlatform\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + datastax\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/datastax\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + looker\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/looker\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + unnisoft\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/unnisoft\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + exasol\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/exasol\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + drizti\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/drizti\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + PuppetLabs.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/PuppetLabs.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + intigua\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/intigua\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ntegralinc1586961136942\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ntegralinc1586961136942\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + AzureRT.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/AzureRT.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + rackwareinc1619403669255\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/rackwareinc1619403669255\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.VisualStudio.WindowsAzure.DevTest\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.VisualStudio.WindowsAzure.DevTest\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Security.LinuxTestAttestation\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.LinuxTestAttestation\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + softnas\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/softnas\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.WindowsFabric.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.WindowsFabric.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + image-technologies\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/image-technologies\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + delphix\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/delphix\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + kali-linux\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/kali-linux\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bevywisenetworksllp1677848977927\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bevywisenetworksllp1677848977927\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + microsoftcorporation1602274591143\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/microsoftcorporation1602274591143\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Symantec.test.ru2.latest\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Symantec.test.ru2.latest\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + datalayer\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/datalayer\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ciena1654095655352\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ciena1654095655352\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + neos\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/neos\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + jfrog\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/jfrog\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + blueprismlimited-4827145\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/blueprismlimited-4827145\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + unifiedstreaming1598872291606\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/unifiedstreaming1598872291606\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test0d01b487-7f79-4d87-b330-5c025068db45-20191004190331\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test0d01b487-7f79-4d87-b330-5c025068db45-20191004190331\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.GuestConfig.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.GuestConfig.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + brocade_communications\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/brocade_communications\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test25c6fe61-1282-43c2-867b-b5039219989c-20200105081851\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test25c6fe61-1282-43c2-867b-b5039219989c-20200105081851\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testb15148bf-78d2-42d4-ad08-b3ad8fb4b122-20200101084759\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testb15148bf-78d2-42d4-ad08-b3ad8fb4b122-20200101084759\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test55a36387-8a3f-4159-9884-29b97539a253-20200109080443\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test55a36387-8a3f-4159-9884-29b97539a253-20200109080443\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + excelenteinc1620934446334\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/excelenteinc1620934446334\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Backup.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Backup.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Networking.DNS\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Networking.DNS\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testa4c5fe4e-936e-4be1-a612-a331aff54a8c-20200111105055\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testa4c5fe4e-936e-4be1-a612-a331aff54a8c-20200111105055\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + flexify-io\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/flexify-io\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + gridgain\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/gridgain\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + iboss\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/iboss\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + axshco\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/axshco\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + dece-4446019\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/dece-4446019\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + liberatii\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/liberatii\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + epicgames\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/epicgames\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.RecoveryServices.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.RecoveryServices.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + maplelabsinc1623932715330\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/maplelabsinc1623932715330\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + iquate\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/iquate\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + calculated_systems\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/calculated_systems\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + dorabot\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/dorabot\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + SentinelOne.WindowsExtension.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/SentinelOne.WindowsExtension.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + micro-focus\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/micro-focus\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.HSE.Infra\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.HSE.Infra\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bissantechnology1583581147809\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bissantechnology1583581147809\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + boardpacpvtltd\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/boardpacpvtltd\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + synnexcorp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/synnexcorp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bricatainc1584472632111\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bricatainc1584472632111\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + egnyte\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/egnyte\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + microlinkpcukltd\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/microlinkpcukltd\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test039abd7f-360c-42a1-ad5d-77527c519286-20191002233412\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test039abd7f-360c-42a1-ad5d-77527c519286-20191002233412\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + StatusMonitor2.Diagnostics.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/StatusMonitor2.Diagnostics.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + monitorcomputersystemsltd\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/monitorcomputersystemsltd\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + mathworks-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/mathworks-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + enterprise-ethereum-alliance\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/enterprise-ethereum-alliance\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testc933efa8-c553-4b93-884f-b7221d9ca789-20191228083750\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testc933efa8-c553-4b93-884f-b7221d9ca789-20191228083750\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + lepide-software\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/lepide-software\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + stackato-platform-as-a-service\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/stackato-platform-as-a-service\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + wsusainc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/wsusainc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + calnexsolutionsplc1646835041441\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/calnexsolutionsplc1646835041441\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + articentgroupllc1635512619530\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/articentgroupllc1635512619530\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + desktopstudioag1580294245574\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/desktopstudioag1580294245574\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.AzureMonitor.WorkloadInsights.Canary\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.AzureMonitor.WorkloadInsights.Canary\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + orbs-network\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/orbs-network\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ivanti-nzta\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ivanti-nzta\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + kyvos-insights-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/kyvos-insights-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + realm\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/realm\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + koverseinc1588716263110\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/koverseinc1588716263110\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.AzureAd\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.AzureAd\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1667570284386\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/1667570284386\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sentriumsl\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sentriumsl\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + nilespartnersinc1617691698386\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/nilespartnersinc1617691698386\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + fw\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/fw\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + MicrosoftTestLinuxPPS\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/MicrosoftTestLinuxPPS\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test3adeec20-7458-4b3d-af26-0b6bc2aae3eb-20200103083751\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test3adeec20-7458-4b3d-af26-0b6bc2aae3eb-20200103083751\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testafbbd8bf-aec5-48bf-8fea-73fa15ccc315-20191001224727\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testafbbd8bf-aec5-48bf-8fea-73fa15ccc315-20191001224727\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + reblaze\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/reblaze\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + skylarkcloud\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/skylarkcloud\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + automateio1592914387888\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/automateio1592914387888\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + globalidsinc1596800540598\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/globalidsinc1596800540598\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + securityonionsolutionsllc1624649205155\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/securityonionsolutionsllc1624649205155\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + option3\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/option3\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test691d94e5-c40c-4568-94b0-09b08aea42b1-20200106050808\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test691d94e5-c40c-4568-94b0-09b08aea42b1-20200106050808\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + morpheus-data\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/morpheus-data\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ishlangu-load-balancer-adc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ishlangu-load-balancer-adc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + litionenergiegmbh1580128829115\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/litionenergiegmbh1580128829115\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cloudbees-enterprise-jenkins\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cloudbees-enterprise-jenkins\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + tsa-public-service\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/tsa-public-service\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + kalkitech\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/kalkitech\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + knime\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/knime\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + excelero1608461290726\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/excelero1608461290726\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + instight-technology\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/instight-technology\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + auriq-systems\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/auriq-systems\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + s2ix\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/s2ix\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + zscaler1579058425289\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/zscaler1579058425289\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + xilinx\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/xilinx\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + aod\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/aod\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + digitamizeinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/digitamizeinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + netiq\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/netiq\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + solvedevops1643693563360\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/solvedevops1643693563360\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.WindowsAdminCenter\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.WindowsAdminCenter\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + workshare-technology\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/workshare-technology\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + flexbby\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/flexbby\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + scontainug1595751515785\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/scontainug1595751515785\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + nirvatosoftwarepvtltd1601368706606\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/nirvatosoftwarepvtltd1601368706606\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + iguazio-5069960\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/iguazio-5069960\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + AzureStackHCI.Telemetry.Agent.Internal\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/AzureStackHCI.Telemetry.Agent.Internal\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + diqa\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/diqa\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + firsteigen1646266544784\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/firsteigen1646266544784\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + deepcognitioninc1593512758156\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/deepcognitioninc1593512758156\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + libraesva\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/libraesva\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + inergybv1637141413454\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/inergybv1637141413454\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + hewlettpackardenterprise1\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/hewlettpackardenterprise1\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + oncore_cloud_services-4944214\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/oncore_cloud_services-4944214\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bocada\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bocada\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + myarchinc1614657280935\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/myarchinc1614657280935\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test2e012e83-6361-4365-963f-6ced8a08e91c-20200110211254\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test2e012e83-6361-4365-963f-6ced8a08e91c-20200110211254\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + polarityioinc1628691850891\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/polarityioinc1628691850891\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test453a087e-8435-46db-970a-4ee633cc4c4a-20200102083458\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test453a087e-8435-46db-970a-4ee633cc4c4a-20200102083458\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + xoriantcorporationazxteam1\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/xoriantcorporationazxteam1\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + samsungelectronics1632860607983\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/samsungelectronics1632860607983\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Tested79dba9-2d38-4ea9-a01c-56e94b30ca7a-20191007195447\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Tested79dba9-2d38-4ea9-a01c-56e94b30ca7a-20191007195447\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.ManagedIdentity\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.ManagedIdentity\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sinequa1588262295885\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sinequa1588262295885\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + core-stack\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/core-stack\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + canonical-test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/canonical-test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Monitor.VirtualMachines.Dev\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Monitor.VirtualMachines.Dev\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bowspritconsultingopcprivatelimited1596291408582\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bowspritconsultingopcprivatelimited1596291408582\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + officeatwork-ag\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/officeatwork-ag\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test349ee02c-af9b-4663-a963-823b40eefed8-20200108083612\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test349ee02c-af9b-4663-a963-823b40eefed8-20200108083612\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + keysight-technologies-ixvm\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/keysight-technologies-ixvm\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + netka\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/netka\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.FleetDiagnostics.Cirrus\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.FleetDiagnostics.Cirrus\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + capaxdiscovery\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/capaxdiscovery\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + infoblox\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/infoblox\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + thehdfgroup1616725197741\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/thehdfgroup1616725197741\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + icubeconsultancyservicesinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/icubeconsultancyservicesinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + talend\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/talend\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + vcinityinc1587684340545\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/vcinityinc1587684340545\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.ContainerUpstream\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.ContainerUpstream\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Teste271da3e-cbcb-4ee7-8770-f297f414451f-20191003015540\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Teste271da3e-cbcb-4ee7-8770-f297f414451f-20191003015540\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + nasunicorporation\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/nasunicorporation\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testde985b23-9333-4f6e-a5e8-82025a38b2af-20200102083510\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testde985b23-9333-4f6e-a5e8-82025a38b2af-20200102083510\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + abiquo\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/abiquo\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + gapteq\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/gapteq\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + egress1589289169584\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/egress1589289169584\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Symantec.CloudWorkloadProtection.TestOnStage\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Symantec.CloudWorkloadProtection.TestOnStage\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + netsweeper\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/netsweeper\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cirruswaveinc1579234787943\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cirruswaveinc1579234787943\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + advantech\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/advantech\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + kognillc1600118221163\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/kognillc1600118221163\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + codelathe\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/codelathe\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.ActiveDirectory\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.ActiveDirectory\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + declarationsoftware1674733568950\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/declarationsoftware1674733568950\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + mxhero\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/mxhero\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + pnop\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/pnop\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + aerospike\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/aerospike\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ptsecurity\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ptsecurity\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + dispersiveholdingsinc1653422231259\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/dispersiveholdingsinc1653422231259\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + keysighttechnologies_cyperf\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/keysighttechnologies_cyperf\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + belindaczsro1588885355210\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/belindaczsro1588885355210\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sepiosystems\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sepiosystems\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + appcelerator\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/appcelerator\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + fidesys\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/fidesys\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + numbersbelieve\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/numbersbelieve\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + tmaxsoft1608612658335\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/tmaxsoft1608612658335\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ribboncommunications\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ribboncommunications\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + logicflowag1638535407949\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/logicflowag1638535407949\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + activeops\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/activeops\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + datacore\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/datacore\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + edispheresoftwareprivatelimited1606199736428\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/edispheresoftwareprivatelimited1606199736428\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test0a44d7be-63fa-418d-a7b6-89a44dd21894-20200107052935\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test0a44d7be-63fa-418d-a7b6-89a44dd21894-20200107052935\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Test.SqlServer.Management\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Test.SqlServer.Management\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.WorkloadInsights.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.WorkloadInsights.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test8de64739-43d8-4f84-af65-fdb3d0885288-20200108053543\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test8de64739-43d8-4f84-af65-fdb3d0885288-20200108053543\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + arm\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/arm\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + saltstack\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/saltstack\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sycom-technologies\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sycom-technologies\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + visualknowledgeshare1591795776234\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/visualknowledgeshare1591795776234\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + redhat-rhel\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/redhat-rhel\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + agolo\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/agolo\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + watchguard-technologies\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/watchguard-technologies\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + javlinltd1579185328273\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/javlinltd1579185328273\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + visualsoft-center\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/visualsoft-center\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Test3.Microsoft.VisualStudio.Services\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Test3.Microsoft.VisualStudio.Services\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + infogix\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/infogix\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + runecastsolutionslimited1614186396822\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/runecastsolutionslimited1614186396822\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Security\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + helpyio\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/helpyio\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ikan\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ikan\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + filecatalyst\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/filecatalyst\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + qore-technologies\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/qore-technologies\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + symantectest1\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/symantectest1\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + confluentinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/confluentinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.WindowsAzure.Compute.test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.WindowsAzure.Compute.test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + schrockeninc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/schrockeninc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + altair-engineering-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/altair-engineering-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + elevateiot\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/elevateiot\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test88dbd442-a8cc-4874-81a0-d3192c61df62-20191001224544\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test88dbd442-a8cc-4874-81a0-d3192c61df62-20191001224544\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test34cf6b13-b78e-478b-b596-8b661629371d-20191007195455\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test34cf6b13-b78e-478b-b596-8b661629371d-20191007195455\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + protiviti\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/protiviti\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test5f8f0c10-cc3c-45ec-a068-fb1c7edfa0d9-20200101145958\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test5f8f0c10-cc3c-45ec-a068-fb1c7edfa0d9-20200101145958\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + beyondtrust\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/beyondtrust\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ibm-usa-ny-armonk-hq-6275750-ibmcloud-aiops\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ibm-usa-ny-armonk-hq-6275750-ibmcloud-aiops\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + technicheltd1606969724100\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/technicheltd1606969724100\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + talari-networks\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/talari-networks\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + elmcomputing1669646908295\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/elmcomputing1669646908295\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.WorkloadInsights.Linux.ReleasePipeTest.INT\",\r\n \"id\"\ + : \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.WorkloadInsights.Linux.ReleasePipeTest.INT\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + itrsgroupltd1620310702149\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/itrsgroupltd1620310702149\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + CloudLinkEMC.SecureVM\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/CloudLinkEMC.SecureVM\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + blackmagicdesignincorporated1596492193249\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/blackmagicdesignincorporated1596492193249\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + artificial-intelligence-techniques-sl\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/artificial-intelligence-techniques-sl\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Symantec.CloudWorkloadProtection\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Symantec.CloudWorkloadProtection\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.AzureMonitor.WorkloadInsights.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.AzureMonitor.WorkloadInsights.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.ServiceFabric.MC.PrivateTest\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.ServiceFabric.MC.PrivateTest\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Teste980b80e-3add-42c0-bc98-a84020b2d128-20200108101640\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Teste980b80e-3add-42c0-bc98-a84020b2d128-20200108101640\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testc1c7e8dc-fa8c-47d9-8305-de6d1451b939-20200101085248\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testc1c7e8dc-fa8c-47d9-8305-de6d1451b939-20200101085248\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + arcesb\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/arcesb\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + massiveanalytic-\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/massiveanalytic-\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + aiscaler-cache-control-ddos-and-url-rewriting-\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/aiscaler-cache-control-ddos-and-url-rewriting-\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + MicrosoftHybridCloudStorage\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/MicrosoftHybridCloudStorage\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + vbot\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/vbot\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + tig\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/tig\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + comunity\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/comunity\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.CloudBackup.Workload.Extension.Edp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.CloudBackup.Workload.Extension.Edp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + awingu\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/awingu\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testdccb59de-436f-4935-bed6-2e677dcaf36a-20200109111802\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testdccb59de-436f-4935-bed6-2e677dcaf36a-20200109111802\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testd99db4a5-7683-4584-89ad-fefd711de284-20191004190210\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testd99db4a5-7683-4584-89ad-fefd711de284-20191004190210\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + omega-software\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/omega-software\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ciphertechsinc1676666082978\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ciphertechsinc1676666082978\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + microsoft_iot_edge\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/microsoft_iot_edge\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.WindowsAdminCenter.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.WindowsAdminCenter.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + litespeedtechnologies\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/litespeedtechnologies\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + MicrosoftSQLServer\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/MicrosoftSQLServer\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + indexima1594300233028\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/indexima1594300233028\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + probityinc1581611299345\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/probityinc1581611299345\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cloudsecurity\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cloudsecurity\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test907b39e5-4008-4b55-93a0-18e9697b9cf3-20200108053817\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test907b39e5-4008-4b55-93a0-18e9697b9cf3-20200108053817\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + northbridge-secure\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/northbridge-secure\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Dcsswe.Extensions\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Dcsswe.Extensions\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + it4bizdoo\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/it4bizdoo\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + d4t4_solutions-1164305\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/d4t4_solutions-1164305\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + KasperskyLab.SecurityAgent\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/KasperskyLab.SecurityAgent\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + infotecsinternetsecuritysoftwaregmbh1636129257584\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/infotecsinternetsecuritysoftwaregmbh1636129257584\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + stonebondtechnologies\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/stonebondtechnologies\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + vidispine\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/vidispine\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cognizant\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cognizant\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + vu-llc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/vu-llc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.WorkloadInsights.Linux.VincentTest\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.WorkloadInsights.Linux.VincentTest\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testefbb340a-b68b-4200-872b-d05e7d29f92d-20191007195432\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testefbb340a-b68b-4200-872b-d05e7d29f92d-20191007195432\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testc466b80f-670f-4383-89b8-44e0d509fa20-20191002000516\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testc466b80f-670f-4383-89b8-44e0d509fa20-20191002000516\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + monitorapp1579029852605\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/monitorapp1579029852605\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + datanomers1584919038987\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/datanomers1584919038987\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + netx\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/netx\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + fortycloud\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/fortycloud\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + scaidata\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/scaidata\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cloudlanes\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cloudlanes\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + apps-4-rent\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/apps-4-rent\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + raynetgmbh\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/raynetgmbh\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + midasolutions\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/midasolutions\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + tripleblindinc1615730179432\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/tripleblindinc1615730179432\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + gitlabinc1586447921813\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/gitlabinc1586447921813\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + qubole-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/qubole-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + isvtestukbigcat\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/isvtestukbigcat\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + modern-systems\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/modern-systems\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + wanos\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/wanos\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1615455873642\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/1615455873642\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + fortanix\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/fortanix\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Monitor.VirtualMachines.Dev.TEST\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Monitor.VirtualMachines.Dev.TEST\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + great-software-laboratory-private-limited\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/great-software-laboratory-private-limited\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + thales-vormetric\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/thales-vormetric\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + rsk-labs\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/rsk-labs\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + brightcomputing\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/brightcomputing\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test02d1f941-5607-4757-8df7-fd8c5631ab45-20200103083810\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test02d1f941-5607-4757-8df7-fd8c5631ab45-20200103083810\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sightapps\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sightapps\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + hillstone-networks\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/hillstone-networks\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test79f13508-fcbd-47b9-988f-1c21ef5e7f2e-20191002015429\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test79f13508-fcbd-47b9-988f-1c21ef5e7f2e-20191002015429\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test99663fff-ed21-4a91-9687-1a6da2abb033-20200106084508\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test99663fff-ed21-4a91-9687-1a6da2abb033-20200106084508\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + panorama-necto\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/panorama-necto\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testad298437-0349-4cc7-88a9-d8aabcba9df1-20191002233431\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testad298437-0349-4cc7-88a9-d8aabcba9df1-20191002233431\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cloudflare\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cloudflare\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + McAfee.EndpointSecurity.test3\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/McAfee.EndpointSecurity.test3\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + pydio\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/pydio\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ataccama\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ataccama\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Test.TrendMicro.DeepSecurity\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Test.TrendMicro.DeepSecurity\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.RecoveryServices.WorkloadBackup.Edp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.RecoveryServices.WorkloadBackup.Edp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + logsign\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/logsign\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + appmint_inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/appmint_inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + starwind\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/starwind\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + plesk\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/plesk\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + codaintelligence1606495376525\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/codaintelligence1606495376525\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + safesoftwareinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/safesoftwareinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testfb7be054-5c15-494f-822c-b64f9a36e2f3-20200105051753\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testfb7be054-5c15-494f-822c-b64f9a36e2f3-20200105051753\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.OSTCExtensions\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.OSTCExtensions\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + adgs\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/adgs\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + stonefly\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/stonefly\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + digitate\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/digitate\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + alteryx\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/alteryx\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + GitHub\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/GitHub\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ariwontollc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ariwontollc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testb7cee88a-e5ac-4af4-99c8-7247020b00c3-20200105051201\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testb7cee88a-e5ac-4af4-99c8-7247020b00c3-20200105051201\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + piolinkinc1582849368309\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/piolinkinc1582849368309\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + forescout\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/forescout\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Monitor.Edp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Monitor.Edp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Canonical\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Canonical\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.GuestConfiguration.Edp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.GuestConfiguration.Edp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + openvpn\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/openvpn\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + evorine1660210935094\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/evorine1660210935094\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + scylladb1631195365807\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/scylladb1631195365807\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + callwaretechnologiesinc1657114750733\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/callwaretechnologiesinc1657114750733\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + netikus-net-ltd\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/netikus-net-ltd\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + chef-software\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/chef-software\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + infront-consulting-group-ltd\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/infront-consulting-group-ltd\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test8d09bf4d-ee63-4ab1-a986-a4b802418403-20200111051447\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test8d09bf4d-ee63-4ab1-a986-a4b802418403-20200111051447\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cognitive-scale\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cognitive-scale\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + pro-vision\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/pro-vision\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + attunity_cloudbeam\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/attunity_cloudbeam\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.KeyVault\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.KeyVault\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test2ede6564-c7cc-44cb-a1a8-902505c9829d-20191003020742\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test2ede6564-c7cc-44cb-a1a8-902505c9829d-20191003020742\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bansirllc1619470302579\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bansirllc1619470302579\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.LabServices\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.LabServices\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + abcostingprodutoseserviosltda1657246951521\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/abcostingprodutoseserviosltda1657246951521\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + media3-technologies-llc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/media3-technologies-llc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + tiger-technology\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/tiger-technology\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bitdefendercybersecurity\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bitdefendercybersecurity\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testf5784447-83ed-4c00-8764-ea0f932aafa2-20200106085748\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testf5784447-83ed-4c00-8764-ea0f932aafa2-20200106085748\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testb799a18f-be45-4c5c-8438-163ac2e1f1e7-20191004190529\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testb799a18f-be45-4c5c-8438-163ac2e1f1e7-20191004190529\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + basho\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/basho\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Windows.Azure.Extensions\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Windows.Azure.Extensions\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Confer\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Confer\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Vormetric\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Vormetric\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + radiant-logic\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/radiant-logic\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + hostingcontrollerinc1656315491972\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/hostingcontrollerinc1656315491972\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + certivox\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/certivox\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Diagnostics.Edp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Diagnostics.Edp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sinequa\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sinequa\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cires21\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cires21\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + barracudanetworks\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/barracudanetworks\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + incorta\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/incorta\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + te-systems\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/te-systems\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + su\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/su\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + saama\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/saama\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + nextronic-5290868\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/nextronic-5290868\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + thingscareinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/thingscareinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + TrendMicro.DeepSecurity.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/TrendMicro.DeepSecurity.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.VisualStudio.Azure.RemoteDebug\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.VisualStudio.Azure.RemoteDebug\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + caloudi_corp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/caloudi_corp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.WorkloadInsights.Linux.Test5.INT\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.WorkloadInsights.Linux.Test5.INT\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + tensormakecorpdbaoneclickai1608247756082\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/tensormakecorpdbaoneclickai1608247756082\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Monitor.VirtualMachines\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Monitor.VirtualMachines\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + kemptech\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/kemptech\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + syncfusion\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/syncfusion\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.AzureMonitor.WorkloadInsights.Testing\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.AzureMonitor.WorkloadInsights.Testing\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.EnterpriseCloud.Monitoring\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.EnterpriseCloud.Monitoring\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + curvc1664848996592\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/curvc1664848996592\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + dremiocorporation\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/dremiocorporation\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + microsoftazurecituswarp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/microsoftazurecituswarp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ntt-data-intellilink-corporation\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ntt-data-intellilink-corporation\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bloombase\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bloombase\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + azurecyclecloud\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/azurecyclecloud\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + forumsystems1599756394904\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/forumsystems1599756394904\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Debian\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Debian\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + hanu\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/hanu\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bitnami\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bitnami\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + upsolver1594188634150\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/upsolver1594188634150\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + almalinux\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/almalinux\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + gatlingcorp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/gatlingcorp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + percona\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/percona\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.VisualStudio.WindowsAzure.RemoteDebug\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.VisualStudio.WindowsAzure.RemoteDebug\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + lti-lt-infotech\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/lti-lt-infotech\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + AzureDatabricks\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/AzureDatabricks\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + crunchyardltd1623835391104\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/crunchyardltd1623835391104\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + hpe\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/hpe\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ultoriaedesenvolvimentodesoftwareltda1662599967069\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ultoriaedesenvolvimentodesoftwareltda1662599967069\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + canadiancentreforcybersecurity1610638436359\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/canadiancentreforcybersecurity1610638436359\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + globalsolutions\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/globalsolutions\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + remotelearner\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/remotelearner\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + guardicore\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/guardicore\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + snapt-adc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/snapt-adc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + flowmon\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/flowmon\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + n2wsoftwareinc1657117813969\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/n2wsoftwareinc1657117813969\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + microsoft-aks\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/microsoft-aks\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + affinio\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/affinio\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sparklinglogic\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sparklinglogic\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + mindbreezegmbh1657087507223\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/mindbreezegmbh1657087507223\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test7e79b6ff-2559-44fe-b3ba-afaa68d63636-20200108112116\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test7e79b6ff-2559-44fe-b3ba-afaa68d63636-20200108112116\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ctrliqinc1648673227698\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ctrliqinc1648673227698\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + rohdeschwarzcybersecuritysas\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/rohdeschwarzcybersecuritysas\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test01971384-3044-413b-8b1c-33b5d461bf23-20200107051823\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test01971384-3044-413b-8b1c-33b5d461bf23-20200107051823\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + atmosera\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/atmosera\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + hvr\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/hvr\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cyxtera\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cyxtera\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cubebackup\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cubebackup\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1655452468737\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/1655452468737\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + synack-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/synack-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bellsoft1582871421940\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bellsoft1582871421940\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sisenseltd\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sisenseltd\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + rocketsoftware\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/rocketsoftware\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + prestige_informatique-1090178\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/prestige_informatique-1090178\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + kinvolk\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/kinvolk\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test2a5f2d2c-b8e3-46c2-850d-a1641c024fe7-20200107084228\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test2a5f2d2c-b8e3-46c2-850d-a1641c024fe7-20200107084228\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + collibranv1619508098620\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/collibranv1619508098620\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + botanalytics\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/botanalytics\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + tibco-software\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/tibco-software\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + fotopiatechnologies\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/fotopiatechnologies\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + x-margininc1678098868153\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/x-margininc1678098868153\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + vmlabinc1613642184700\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/vmlabinc1613642184700\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test0df83c51-5bb9-43f8-8ae9-bc896ea64f78-20200110220221\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test0df83c51-5bb9-43f8-8ae9-bc896ea64f78-20200110220221\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + industryweapon1587162781833\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/industryweapon1587162781833\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + tavanttechnologies\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/tavanttechnologies\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sophos\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sophos\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sciencelogicinc1622565452194\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sciencelogicinc1622565452194\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + dhi\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/dhi\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + logstarecorp1635838645101\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/logstarecorp1635838645101\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + blockapps\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/blockapps\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Symantec\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Symantec\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + hypergrid\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/hypergrid\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bt-americas-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bt-americas-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 4psa\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/4psa\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + miri-infotech-pvt-ltd\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/miri-infotech-pvt-ltd\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + adminwaresoftwareprivatelimited1613149497364\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/adminwaresoftwareprivatelimited1613149497364\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + a10networks1596136698788\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/a10networks1596136698788\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + solanolabs\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/solanolabs\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + softwarecentralas1642687699196\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/softwarecentralas1642687699196\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + liquidware\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/liquidware\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + winmagic_securedoc_cloudvm\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/winmagic_securedoc_cloudvm\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + HPE.Security.ApplicationDefender\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/HPE.Security.ApplicationDefender\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + yellowfin\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/yellowfin\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bluecat\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bluecat\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + progresssoftwarecorporation\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/progresssoftwarecorporation\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + RedHat\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/RedHat\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + peer-software-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/peer-software-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cryptosense1605170011574\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cryptosense1605170011574\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + eikonasystemsgmbh1601729310063\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/eikonasystemsgmbh1601729310063\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + test_test_pmc2pc1\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/test_test_pmc2pc1\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + roktech\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/roktech\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test90c2be7c-d7ec-4abf-9fad-fef90fc3ef4d-20191004022234\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test90c2be7c-d7ec-4abf-9fad-fef90fc3ef4d-20191004022234\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + KevlarExtensions.M365Security.SecureOS\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/KevlarExtensions.M365Security.SecureOS\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testccc0b5e6-9b0d-451a-8ac4-6f4af293b913-20200106092645\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testccc0b5e6-9b0d-451a-8ac4-6f4af293b913-20200106092645\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + admindroidsoftwares\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/admindroidsoftwares\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + z1\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/z1\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + strongboxitllc1594816423884\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/strongboxitllc1594816423884\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + purestorageinc1578960262525\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/purestorageinc1578960262525\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + world-programming\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/world-programming\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + subscription.test.krsh\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/subscription.test.krsh\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test46b73afa-2259-4aff-81e1-a58bf24b59aa-20191229033459\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test46b73afa-2259-4aff-81e1-a58bf24b59aa-20191229033459\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + actifio\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/actifio\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + kockpitanalyticspvtltd1645177427945\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/kockpitanalyticspvtltd1645177427945\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + konsys-ltd\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/konsys-ltd\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test4a3399ee-82ea-46aa-9e3a-5434b588e3b6-20191228013518\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test4a3399ee-82ea-46aa-9e3a-5434b588e3b6-20191228013518\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + diehl-metering\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/diehl-metering\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + varmournetworks\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/varmournetworks\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + aquaveollc1633710529908\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/aquaveollc1633710529908\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ncomputingglobalinc1604353053068\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ncomputingglobalinc1604353053068\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.NetworkWatcher\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.NetworkWatcher\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Symantec.test.ru4mp1final\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Symantec.test.ru4mp1final\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + datasunrise\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/datasunrise\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Backup.Test.Edp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Backup.Test.Edp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Monitor.VirtualMachines.GuestHealth\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Monitor.VirtualMachines.GuestHealth\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + datasciencedojo1586563145740\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/datasciencedojo1586563145740\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + parabole\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/parabole\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.ManagedServices.Edp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.ManagedServices.Edp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + SUSE\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/SUSE\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + PuppetLabs\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/PuppetLabs\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + accelario1579101623356\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/accelario1579101623356\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.M365Security.Kevlar.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.M365Security.Kevlar.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test8e564580-8e53-4300-85f1-bf7f31dd37ff-20200107013348\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test8e564580-8e53-4300-85f1-bf7f31dd37ff-20200107013348\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test3ce2fd4a-8b5a-4c7e-b08d-3e48fc0f45e7-20200104083825\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test3ce2fd4a-8b5a-4c7e-b08d-3e48fc0f45e7-20200104083825\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + unravel-data\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/unravel-data\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + izenda\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/izenda\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + squadratechnologies\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/squadratechnologies\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + powerbireach\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/powerbireach\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.ChangeTrackingAndInventory\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.ChangeTrackingAndInventory\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + process-one\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/process-one\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + microsoft-ads\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/microsoft-ads\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Interceptor\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Interceptor\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Geneva\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Geneva\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + rancher\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/rancher\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + connecting-software\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/connecting-software\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + warewolf-esb\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/warewolf-esb\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.INT\",\r\n \"id\":\ + \ \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.INT\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + rsa-security-llc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/rsa-security-llc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + MicrosoftWindowsDesktop\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/MicrosoftWindowsDesktop\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + contiamogmbh\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/contiamogmbh\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + uipath-5054924\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/uipath-5054924\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + netskope\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/netskope\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + eleven01\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/eleven01\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + zilliz\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/zilliz\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + test_test_mix3pptest0011614206850774\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/test_test_mix3pptest0011614206850774\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test1fef1fdc-57ba-46a8-a879-475ba7d45a7a-20200106083509\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test1fef1fdc-57ba-46a8-a879-475ba7d45a7a-20200106083509\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1624590941808\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/1624590941808\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + energisme1601990637842\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/energisme1601990637842\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + juniper-networks\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/juniper-networks\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + miraclelinux\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/miraclelinux\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + alldigital-brevity\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/alldigital-brevity\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.CloudBackup.Workload.Extension\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.CloudBackup.Workload.Extension\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + hyperglance\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/hyperglance\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + kazendi\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/kazendi\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bedatadrivenbv1612942138209\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bedatadrivenbv1612942138209\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.WorkloadInsights.Windows.ReleasePipeTest.TEST\",\r\n \"\ + id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.WorkloadInsights.Windows.ReleasePipeTest.TEST\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + racknap\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/racknap\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + thalesdiscplusainc1596561677238\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/thalesdiscplusainc1596561677238\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + navicloudrsoftwarepteltd1601967280369\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/navicloudrsoftwarepteltd1601967280369\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + advantys\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/advantys\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bright-computing\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bright-computing\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + NewRelic.Infrastructure.Extensions\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/NewRelic.Infrastructure.Extensions\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + virtamovecorp1615909247913\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/virtamovecorp1615909247913\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bizaptyltd1626489237351\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bizaptyltd1626489237351\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + firehost\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/firehost\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + datadynamicsinc1581991927942\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/datadynamicsinc1581991927942\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + whizhacktechnologiespltd1665139209828\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/whizhacktechnologiespltd1665139209828\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + easysoftwaresro1593005637384\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/easysoftwaresro1593005637384\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cristiesoftwareltd1599488127561\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cristiesoftwareltd1599488127561\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + nmcloudsolutionsllc1645603292959\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/nmcloudsolutionsllc1645603292959\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + blockstack\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/blockstack\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sourcegearllc1616101262784\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sourcegearllc1616101262784\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + osirium-ltd\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/osirium-ltd\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sap\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sap\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + haltdoscompvtltd1587136166019\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/haltdoscompvtltd1587136166019\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test5bc90367-1ea2-400b-a40c-321081bae3f3-20200108145035\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test5bc90367-1ea2-400b-a40c-321081bae3f3-20200108145035\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + compellon\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/compellon\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + arabesque-group\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/arabesque-group\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test3b20dd96-f3e4-4798-998d-8c433c2449a7-20200108083635\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test3b20dd96-f3e4-4798-998d-8c433c2449a7-20200108083635\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + convertigo\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/convertigo\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + literatu\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/literatu\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + exact\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/exact\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Datadog.Agent\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Datadog.Agent\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + orientdb\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/orientdb\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testd9b4309a-67bc-4cd8-ac47-094cb20ca6aa-20200101090202\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testd9b4309a-67bc-4cd8-ac47-094cb20ca6aa-20200101090202\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testc5c8d9bd-75fa-4db3-9f34-5d7b7098584c-20191003203851\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testc5c8d9bd-75fa-4db3-9f34-5d7b7098584c-20191003203851\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + MicrosoftSharePoint\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/MicrosoftSharePoint\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + stealthbits\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/stealthbits\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + jetware-srl\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/jetware-srl\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testa59bce1d-e32c-423d-a86e-945d4aeb98b4-20200107051821\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testa59bce1d-e32c-423d-a86e-945d4aeb98b4-20200107051821\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + fireeye\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/fireeye\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test37a6dd64-d44d-465e-85bc-3bc38be90350-20200104083535\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test37a6dd64-d44d-465e-85bc-3bc38be90350-20200104083535\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cubebackupinc1662619479161\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cubebackupinc1662619479161\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + paralaxiomtechnologiesprivatelimited1596433357886\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/paralaxiomtechnologiesprivatelimited1596433357886\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + newegginc1646343565758\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/newegginc1646343565758\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test22f10717-6939-4003-a9ce-38effd8b77d6-20191007191355\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test22f10717-6939-4003-a9ce-38effd8b77d6-20191007191355\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + loadbalancer\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/loadbalancer\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + paxata\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/paxata\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + advantech-webaccess\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/advantech-webaccess\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + kyligence\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/kyligence\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + seequentltd1585781751395\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/seequentltd1585781751395\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.SCIM.Security\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.SCIM.Security\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + M365SecurityInventory\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/M365SecurityInventory\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + df-portal-user\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/df-portal-user\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + crunchyard\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/crunchyard\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + odix\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/odix\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + atlgaming\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/atlgaming\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + formpipesoftwareab\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/formpipesoftwareab\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sunatogmbh\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sunatogmbh\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.VisualStudio.Azure.ETWTraceListenerService\",\r\n \"id\": \"\ + /Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.VisualStudio.Azure.ETWTraceListenerService\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sci\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sci\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + AzureRT.PIR.Synthetics.ProdTest\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/AzureRT.PIR.Synthetics.ProdTest\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + SentinelOne.LinuxExtension\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/SentinelOne.LinuxExtension\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + vemn\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/vemn\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cloudmaker\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cloudmaker\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + tableau\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/tableau\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + portsysinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/portsysinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + aisundowninc1618516322959\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/aisundowninc1618516322959\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + axedrasag1590581171549\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/axedrasag1590581171549\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + kaminarioinc1588672951794\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/kaminarioinc1588672951794\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + scality\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/scality\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + quasarai\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/quasarai\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testcec64786-04b1-487c-80ec-050da646fb1c-20191005123412\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testcec64786-04b1-487c-80ec-050da646fb1c-20191005123412\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Monitor.VirtualMachines.INT.Dev\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Monitor.VirtualMachines.INT.Dev\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ebesllc1637780200500\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ebesllc1637780200500\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + modulosag1662472793092\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/modulosag1662472793092\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + xendata-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/xendata-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + securityonionsolutions\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/securityonionsolutions\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + equinix\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/equinix\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + oriana\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/oriana\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + haivisionsystemsinc1580780591922\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/haivisionsystemsinc1580780591922\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + genesistechnologyinc1604912285911\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/genesistechnologyinc1604912285911\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ubercloud\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ubercloud\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Performance.Diagnostics.Edp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Performance.Diagnostics.Edp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + filemagellc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/filemagellc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + msopentech\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/msopentech\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + tomsawyersoftwarecorp1613579206342\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/tomsawyersoftwarecorp1613579206342\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + evertzmicrosystemsltd1586877923009\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/evertzmicrosystemsltd1586877923009\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testf41dfc97-bb51-4fba-86ca-a6f2695c415a-20200107050834\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testf41dfc97-bb51-4fba-86ca-a6f2695c415a-20200107050834\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.SystemCenter\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.SystemCenter\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + dbs-h\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/dbs-h\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + impetustechnologiesinc1591959591877\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/impetustechnologiesinc1591959591877\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + innosepgmbh1618331344164\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/innosepgmbh1618331344164\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + decisosalesbv\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/decisosalesbv\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + axsguardablenv\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/axsguardablenv\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + iliimbiliimveyazlmsistemlerisanvetica1617000555584\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/iliimbiliimveyazlmsistemlerisanvetica1617000555584\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + oroinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/oroinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + machinesense\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/machinesense\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ulex\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ulex\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + avanseus\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/avanseus\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1583411303229\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/1583411303229\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + pcigeomaticsenterprisesinc1619717739720\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/pcigeomaticsenterprisesinc1619717739720\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + accops\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/accops\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.WorkloadInsights.TestTest.TEST\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.WorkloadInsights.TestTest.TEST\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + imaginecommunications\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/imaginecommunications\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.AzureStack.Observability\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.AzureStack.Observability\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + raincode\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/raincode\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + meanio\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/meanio\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + dsi\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/dsi\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + iaansys\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/iaansys\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Security.Monitoring.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.Monitoring.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + syscomcomputerengineeringco1583913200141\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/syscomcomputerengineeringco1583913200141\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + seraumo1620002807288\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/seraumo1620002807288\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + microsoft-azure-hdinsight\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/microsoft-azure-hdinsight\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testd8e60bac-27ff-4fba-90b8-732c9c5ff91c-20191228083751\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testd8e60bac-27ff-4fba-90b8-732c9c5ff91c-20191228083751\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + concentrationheatandmomentumlimited1616154387047\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/concentrationheatandmomentumlimited1616154387047\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Security.Dsms\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.Dsms\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Test1.NJHP.AppDefender\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Test1.NJHP.AppDefender\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.SCALE\",\r\n \"id\"\ + : \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.SCALE\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + talena-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/talena-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + elasticbox\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/elasticbox\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Symantec.QA\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Symantec.QA\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + inventeccorp1645697962291\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/inventeccorp1645697962291\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + edgelesssystems\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/edgelesssystems\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + rightdatainc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/rightdatainc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + aquantyinc1598537176913\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/aquantyinc1598537176913\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ingrammicro\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ingrammicro\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + gitlab\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/gitlab\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + alachisoft\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/alachisoft\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.ChangeTracking\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.ChangeTracking\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testc0d7c3c5-23b8-489c-a5e0-ae87c681b696-20200101083539\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testc0d7c3c5-23b8-489c-a5e0-ae87c681b696-20200101083539\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + activeeon\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/activeeon\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + affirmednetworks1607630812999\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/affirmednetworks1607630812999\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + virtualpulsesro1607008728942\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/virtualpulsesro1607008728942\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + thoughtspot-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/thoughtspot-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test3712fca9-5cdd-4609-be69-b02aedc5c55c-20200107084115\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test3712fca9-5cdd-4609-be69-b02aedc5c55c-20200107084115\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cloudsoft\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cloudsoft\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test7fac3d04-98a5-4fc4-904e-9ea3b86eadc2-20200106050751\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test7fac3d04-98a5-4fc4-904e-9ea3b86eadc2-20200106050751\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + flexxibleit\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/flexxibleit\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + messagesolution\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/messagesolution\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + seppmailag\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/seppmailag\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + uniprint-net\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/uniprint-net\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + testable1603721901088\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/testable1603721901088\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + mendix\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/mendix\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + graphistry\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/graphistry\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test8d4d652b-4f05-4e99-93dd-78b9a36b5c78-20191003203755\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test8d4d652b-4f05-4e99-93dd-78b9a36b5c78-20191003203755\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + engineering-ingegneriainformatica-spa1626786889850\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/engineering-ingegneriainformatica-spa1626786889850\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + maidenhead-bridge\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/maidenhead-bridge\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + corent-technology-pvt\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/corent-technology-pvt\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Security.LinuxAttestation\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.LinuxAttestation\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + activecountermeasuresinc1631039410073\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/activecountermeasuresinc1631039410073\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + azul\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/azul\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + innomindssoftware\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/innomindssoftware\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + justanalytics\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/justanalytics\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Gemalto.SafeNet.ProtectV\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Gemalto.SafeNet.ProtectV\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + o2mc-real-time-data-platform\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/o2mc-real-time-data-platform\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + globalscape\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/globalscape\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + stratumn\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/stratumn\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + opencell\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/opencell\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + resemblesystems1582780358300\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/resemblesystems1582780358300\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + polverio\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/polverio\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.WorkloadInsights.Linux.Test5.TEST\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.WorkloadInsights.Linux.Test5.TEST\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.SiteRecovery2.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.SiteRecovery2.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Compute.Security\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Compute.Security\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test88aac268-c087-4481-b78e-99b920784a33-20200101084853\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test88aac268-c087-4481-b78e-99b920784a33-20200101084853\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + vnomicinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/vnomicinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test7c96c10a-0c8f-4ab0-83fd-1ad66a362e33-20191229033458\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test7c96c10a-0c8f-4ab0-83fd-1ad66a362e33-20191229033458\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1583465680865\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/1583465680865\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + parasoft\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/parasoft\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Networking.DNS.Dev\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Networking.DNS.Dev\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cloudknox\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cloudknox\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cygnalabscorp1646065782458\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cygnalabscorp1646065782458\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + quasardb\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/quasardb\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + carto\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/carto\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test71d72489-67c6-45e2-b1e6-a19546efc823-20200105112903\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test71d72489-67c6-45e2-b1e6-a19546efc823-20200105112903\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + andampgmbh1675347912177\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/andampgmbh1675347912177\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + witfooinc1590167223060\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/witfooinc1590167223060\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.HpcCompute\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.HpcCompute\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + marketplace-rdfe-caps\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/marketplace-rdfe-caps\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + arcblock\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/arcblock\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cloudwrxsconsultingltd1631029702055\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cloudwrxsconsultingltd1631029702055\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + rapidminer\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/rapidminer\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + voleatechgmbh1636966911943\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/voleatechgmbh1636966911943\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + viptela\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/viptela\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test0225ec7d-b36c-4ac8-82f0-aa4fafaf10a9-20200111051346\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test0225ec7d-b36c-4ac8-82f0-aa4fafaf10a9-20200111051346\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testc193f31a-5186-4e93-84f6-0e4ab87b73c1-20200107052937\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testc193f31a-5186-4e93-84f6-0e4ab87b73c1-20200107052937\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + informatica\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/informatica\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test7a8cf687-6a21-4181-ba98-902fee717bd3-20200104103216\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test7a8cf687-6a21-4181-ba98-902fee717bd3-20200104103216\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + containeraider\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/containeraider\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + tata_communications\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/tata_communications\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + mfe_azure\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/mfe_azure\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + midvision\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/midvision\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + puppeteersoy1601024480557\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/puppeteersoy1601024480557\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + consensys\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/consensys\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + tavendo\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/tavendo\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.M365\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.M365\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + soha\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/soha\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + codenvy\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/codenvy\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + MicrosoftPowerBI\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/MicrosoftPowerBI\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.AzureDefenderForServers\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.AzureDefenderForServers\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + pasifikciptamandiri\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/pasifikciptamandiri\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + spirentcommunications1594084187199\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/spirentcommunications1594084187199\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test6d36b6b2-7956-4e62-91c1-c33792fd4bb1-20200110123203\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test6d36b6b2-7956-4e62-91c1-c33792fd4bb1-20200110123203\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + dimensionalmechanics-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/dimensionalmechanics-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + jm-technology-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/jm-technology-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + truata1612259728221\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/truata1612259728221\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + refactr\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/refactr\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + drone\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/drone\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test38ecd28e-7018-4672-840c-3044a5e7a6b5-20200111084208\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test38ecd28e-7018-4672-840c-3044a5e7a6b5-20200111084208\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + dundas\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/dundas\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cybernetica-as\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cybernetica-as\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + flynet\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/flynet\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + catonetworksltd1641478570665\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/catonetworksltd1641478570665\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + stratis-group-ltd\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/stratis-group-ltd\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + strangebee1595948424730\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/strangebee1595948424730\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + quibiqgmbh\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/quibiqgmbh\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + primekey\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/primekey\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + symanteccorporation\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/symanteccorporation\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + hexagonmanufacturingintelligence1586372099540\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/hexagonmanufacturingintelligence1586372099540\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + intel_corporation\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/intel_corporation\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + storage_made_easy\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/storage_made_easy\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test93b88aec-5277-4b1b-910c-7008e972ce91-20200107013304\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test93b88aec-5277-4b1b-910c-7008e972ce91-20200107013304\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + onexgroup\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/onexgroup\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + intigua1638692632641\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/intigua1638692632641\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + procomputerssrl1594239153814\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/procomputerssrl1594239153814\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + rimo3\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/rimo3\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + graphitegtc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/graphitegtc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + visokiouklimited1661943152060\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/visokiouklimited1661943152060\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + mavinglobal\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/mavinglobal\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + composable\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/composable\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + mirantis\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/mirantis\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + deviceauthorityinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/deviceauthorityinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testacab9541-280f-4491-9f49-ac57653f0a07-20200105083839\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testacab9541-280f-4491-9f49-ac57653f0a07-20200105083839\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + aquaforest\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/aquaforest\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cavirin\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cavirin\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + controlplanecorporation1609967567639\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/controlplanecorporation1609967567639\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Symantec.test.ru2final\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Symantec.test.ru2final\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + dynatrace\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/dynatrace\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + hytrust\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/hytrust\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.ServicesHub\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.ServicesHub\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cognosys\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cognosys\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cds\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cds\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test21332f15-f78d-4d31-afac-79b9dc989432-20191231175840\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test21332f15-f78d-4d31-afac-79b9dc989432-20191231175840\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + genuagmbhdevid1\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/genuagmbhdevid1\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Teradici\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Teradici\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + citrix\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/citrix\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + biztalk360\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/biztalk360\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test3971b300-edff-44a8-b61b-7f9b7460a8d6-20191003002234\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test3971b300-edff-44a8-b61b-7f9b7460a8d6-20191003002234\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + askforcloudllc1651766049149\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/askforcloudllc1651766049149\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + parkersoftwarelimited1609786657569\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/parkersoftwarelimited1609786657569\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Sentinel.AzureMonitorAgentExtensions.Internal\",\r\n \"id\":\ + \ \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Sentinel.AzureMonitorAgentExtensions.Internal\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + saltsecurity1583264186232\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/saltsecurity1583264186232\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + intel-bigdl\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/intel-bigdl\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + lansa\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/lansa\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + AzureRT.PIRCore.CAPSBvt.ExtPublisher1\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/AzureRT.PIRCore.CAPSBvt.ExtPublisher1\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + openlinkswcom-pago\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/openlinkswcom-pago\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testfac552a7-418f-4baa-8f51-d199ceff5c68-20200103050817\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testfac552a7-418f-4baa-8f51-d199ceff5c68-20200103050817\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + rocketml\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/rocketml\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Security.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + service-control-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/service-control-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + securosis\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/securosis\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test7ff974d9-c841-4249-b05b-bbf663cb4605-20200106084104\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test7ff974d9-c841-4249-b05b-bbf663cb4605-20200106084104\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + heretechnologies\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/heretechnologies\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Networking.PingMesh.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Networking.PingMesh.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test1d7bba72-69f1-43cd-a38c-41ce0b5f4bae-20200109050041\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test1d7bba72-69f1-43cd-a38c-41ce0b5f4bae-20200109050041\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.ServiceFabric.PrivateTest\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.ServiceFabric.PrivateTest\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test2334e6e3-bb72-4241-a36f-c2429d69bc0b-20200106050834\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test2334e6e3-bb72-4241-a36f-c2429d69bc0b-20200106050834\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + gbs\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/gbs\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + netspi\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/netspi\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + mindcti\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/mindcti\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.AzureHybridBenefit\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.AzureHybridBenefit\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cloudboost\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cloudboost\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + trendmicro\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/trendmicro\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + vunetsystemsprivatelimited1646716402131\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/vunetsystemsprivatelimited1646716402131\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + big-id\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/big-id\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test5bd0562f-e939-456f-a6ee-c848d1aba616-20200101151641\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test5bd0562f-e939-456f-a6ee-c848d1aba616-20200101151641\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + violetrobotlimited1679388052172\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/violetrobotlimited1679388052172\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + asterasoftware1581022936015\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/asterasoftware1581022936015\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.WorkloadInsights.Linux.VincentTest4\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.WorkloadInsights.Linux.VincentTest4\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.WorkloadInsights.Linux.VincentTest3\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.WorkloadInsights.Linux.VincentTest3\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.WorkloadInsights.Linux.VincentTest2\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.WorkloadInsights.Linux.VincentTest2\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + checkpoint\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/checkpoint\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + MicrosoftOSTC\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/MicrosoftOSTC\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + simpligov\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/simpligov\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1604579683207\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/1604579683207\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1653036178719\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/1653036178719\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + dataroadtechnologiesllc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/dataroadtechnologiesllc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + thefreebsdfoundation\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/thefreebsdfoundation\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + nginxinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/nginxinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + topicus\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/topicus\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + wanpath-dba-myworkdrive\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/wanpath-dba-myworkdrive\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ikandevelopmentnv\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ikandevelopmentnv\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test28012680-48e7-4903-877f-2f29464e63d5-20191229033424\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test28012680-48e7-4903-877f-2f29464e63d5-20191229033424\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + semanticai\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/semanticai\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + celum-gmbh\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/celum-gmbh\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.RecoveryServices.SiteRecovery2\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.RecoveryServices.SiteRecovery2\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + kelverion\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/kelverion\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + skyboxsecurity1585187406404\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/skyboxsecurity1585187406404\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.SiteRecovery.Stage\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.SiteRecovery.Stage\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test62835538-89c6-4f66-9034-f7a4b176c615-20191007234245\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test62835538-89c6-4f66-9034-f7a4b176c615-20191007234245\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 5nine-software-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/5nine-software-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + AlertLogic.Extension\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/AlertLogic.Extension\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sumologic\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sumologic\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + norcominformationtechnologygmbhcokgaa\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/norcominformationtechnologygmbhcokgaa\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.SystemCenter.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.SystemCenter.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.AzureData.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.AzureData.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ndstriyelotomasyonsistemlerisanvetica1623147454601\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ndstriyelotomasyonsistemlerisanvetica1623147454601\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + unitrends\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/unitrends\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + thedatavaluefactoryltd1589348815922\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/thedatavaluefactoryltd1589348815922\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + fatalsecurity1604924013537\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/fatalsecurity1604924013537\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test36cc5b60-2b23-4a04-bf95-f7865e1141cf-20200110085718\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test36cc5b60-2b23-4a04-bf95-f7865e1141cf-20200110085718\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + mfiles\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/mfiles\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + hubstor-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/hubstor-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.GuestConfiguration.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.GuestConfiguration.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Test.Microsoft.VisualStudio.Services\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Test.Microsoft.VisualStudio.Services\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + dome9\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/dome9\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + KevlarExtensions.M365SecurityTLSExtension\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/KevlarExtensions.M365SecurityTLSExtension\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + diyotta\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/diyotta\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + vircom\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/vircom\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testa71fefb1-0d9c-4fb3-8d3d-5dcd12d72b77-20200103103221\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testa71fefb1-0d9c-4fb3-8d3d-5dcd12d72b77-20200103103221\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test3f6b7341-635f-48d5-a36d-be5dfe3002c4-20200105050937\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test3f6b7341-635f-48d5-a36d-be5dfe3002c4-20200105050937\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Qualys.WindowsAgent.GrayLabel\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Qualys.WindowsAgent.GrayLabel\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + MicrosoftWindowsServerHPCPack\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/MicrosoftWindowsServerHPCPack\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + itelios\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/itelios\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + alicetrix\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/alicetrix\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + taniuminc1646329360287\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/taniuminc1646329360287\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + nice-it-management-solutions\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/nice-it-management-solutions\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + neo4j\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/neo4j\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + datapredsa\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/datapredsa\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + hcl-technologies\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/hcl-technologies\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + velocitydb-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/velocitydb-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + innovatorartificialtechsrl1619180685551\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/innovatorartificialtechsrl1619180685551\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + valtix\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/valtix\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + antmedia\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/antmedia\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + scubaanalytics\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/scubaanalytics\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Batch\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Batch\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testa748013d-c5a6-44f9-88eb-43167207c742-20200111051402\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testa748013d-c5a6-44f9-88eb-43167207c742-20200111051402\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.SiteRecovery.Dra\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.SiteRecovery.Dra\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + StatusReport.Diagnostics.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/StatusReport.Diagnostics.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + openshotstudiosllc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/openshotstudiosllc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + jedox\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/jedox\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + esetresearch1579795941720\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/esetresearch1579795941720\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + athinfosystems1648710938250\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/athinfosystems1648710938250\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ridgesecuritytechnologyinc1670890478389\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ridgesecuritytechnologyinc1670890478389\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test3877a44d-4c48-40db-80eb-227272d5acd6-20200110103540\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test3877a44d-4c48-40db-80eb-227272d5acd6-20200110103540\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + e-magicinc1587696283171\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/e-magicinc1587696283171\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + WAD2EventHub.Diagnostics.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/WAD2EventHub.Diagnostics.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.FleetDiagnostics.Dev\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.FleetDiagnostics.Dev\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + profisee\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/profisee\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + batch\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/batch\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + shardsecureinc1594847380725\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/shardsecureinc1594847380725\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + litespeed_technologies\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/litespeed_technologies\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + kadenallc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/kadenallc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + informationbuilders\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/informationbuilders\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + unifi-software\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/unifi-software\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + blk-technologies\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/blk-technologies\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + nexusfrontiertechlimited1660561594678\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/nexusfrontiertechlimited1660561594678\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + quest\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/quest\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + softwebsolutions-4518310\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/softwebsolutions-4518310\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ubeeko\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ubeeko\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + networksexchangetechnologyltd\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/networksexchangetechnologyltd\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + coalescesolutionsllc1649284093713\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/coalescesolutionsllc1649284093713\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + experollc1644352127859\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/experollc1644352127859\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Teste4070edd-aec0-455d-8a79-aecdb7170b6d-20191007234642\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Teste4070edd-aec0-455d-8a79-aecdb7170b6d-20191007234642\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ncache\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ncache\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + KevlarExtensions.M365SecurityHostIDS\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/KevlarExtensions.M365SecurityHostIDS\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.AzureMonitor.WorkloadInsights.Meya0206\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.AzureMonitor.WorkloadInsights.Meya0206\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + centrocomputerspa1584528117084\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/centrocomputerspa1584528117084\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + periscope-tech-4791746\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/periscope-tech-4791746\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + SentinelOne.LinuxExtension.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/SentinelOne.LinuxExtension.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + isvtestuklegacy\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/isvtestuklegacy\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ssctechnologiesinc1627569348038\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ssctechnologiesinc1627569348038\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + audiocodes\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/audiocodes\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + strataidentity1608323708170\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/strataidentity1608323708170\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ipinfusion1590066770520\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ipinfusion1590066770520\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + amergint1593131356777\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/amergint1593131356777\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ciq\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ciq\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + qs-solutions\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/qs-solutions\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + erockyenterprisesoftwarefoundationinc1653071250513\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/erockyenterprisesoftwarefoundationinc1653071250513\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + vizixiotplatformretail001\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/vizixiotplatformretail001\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + esri\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/esri\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ekinopsfrance1583498025383\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ekinopsfrance1583498025383\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + appcara\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/appcara\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1580863854728\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/1580863854728\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + qlik\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/qlik\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + filingcloud\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/filingcloud\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + jogetinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/jogetinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ovaledge1618392232783\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ovaledge1618392232783\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + yokogawarentalleasecorporation\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/yokogawarentalleasecorporation\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + hackerbay\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/hackerbay\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + protegrityusainc1627404648458\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/protegrityusainc1627404648458\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + tamrinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/tamrinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + inenprocesosyplataformasdetisderldecv1615482385424\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/inenprocesosyplataformasdetisderldecv1615482385424\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + kinetica\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/kinetica\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1e\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/1e\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + storreduce\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/storreduce\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + media3-adobe\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/media3-adobe\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + onspecta\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/onspecta\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + emqtechnologiesincorporated1678779968155\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/emqtechnologiesincorporated1678779968155\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cdatasoftware\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cdatasoftware\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + narrativescience\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/narrativescience\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + infinitesoftwarecorporation1579223971125\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/infinitesoftwarecorporation1579223971125\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sixninesit1663769336580\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sixninesit1663769336580\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test6eb763ac-7fbe-4e44-bee7-aad035ee2a7d-20200110084429\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test6eb763ac-7fbe-4e44-bee7-aad035ee2a7d-20200110084429\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + onyx-point-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/onyx-point-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + timextender\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/timextender\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Test.NJHP.AppDefender\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Test.NJHP.AppDefender\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + arcontechsolutionsprivatelimited1623841797810\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/arcontechsolutionsprivatelimited1623841797810\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + passlogy\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/passlogy\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + flexbby-5255860\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/flexbby-5255860\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + multisoft-ab\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/multisoft-ab\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sktelecom\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sktelecom\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + samsungsds_sdbe\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/samsungsds_sdbe\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + torusware\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/torusware\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1602067018799\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/1602067018799\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + wintellisys-inc-4561600\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/wintellisys-inc-4561600\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + odysseuscomputationalsolutions1630242118741\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/odysseuscomputationalsolutions1630242118741\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test894dfb75-a00f-4f0c-894c-cae1c9846ad3-20200105051803\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test894dfb75-a00f-4f0c-894c-cae1c9846ad3-20200105051803\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + op5\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/op5\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ctm.bmc.com\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ctm.bmc.com\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.AzureMonitor.WorkloadInsights.Corp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.AzureMonitor.WorkloadInsights.Corp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + haivision\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/haivision\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + firstderivativesplc1596469572732\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/firstderivativesplc1596469572732\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.HpcPack\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.HpcPack\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + digitaldefenseinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/digitaldefenseinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bizagi\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bizagi\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test3772d042-92e2-4bcb-99b7-8a6a119cc088-20191231182808\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test3772d042-92e2-4bcb-99b7-8a6a119cc088-20191231182808\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.TestSqlServer.Edp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.TestSqlServer.Edp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.DEV\",\r\n \"id\":\ + \ \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.DEV\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + zerodown_software\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/zerodown_software\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + MicrosoftCBLMariner\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/MicrosoftCBLMariner\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + intellicus-technologies-pvt-ltd\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/intellicus-technologies-pvt-ltd\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + terminusdb1606769310168\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/terminusdb1606769310168\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + niolabs-5229713\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/niolabs-5229713\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + azhpc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/azhpc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cisco\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cisco\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testc2697630-6247-411a-94b3-c2974ad8cbee-20191007195417\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testc2697630-6247-411a-94b3-c2974ad8cbee-20191007195417\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + greycorbelsolutions\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/greycorbelsolutions\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + velocloud\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/velocloud\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + websense-apmailpe\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/websense-apmailpe\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + soasta\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/soasta\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1654668554142\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/1654668554142\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test17bbd860-f21d-40ab-9026-16e05f2907f0-20200106083451\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test17bbd860-f21d-40ab-9026-16e05f2907f0-20200106083451\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + appiyo_technologies\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/appiyo_technologies\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + south-river-technologies\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/south-river-technologies\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + h2o-ai\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/h2o-ai\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + norsync\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/norsync\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + axway\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/axway\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + dh2icompany\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/dh2icompany\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + simplifierag\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/simplifierag\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + zetarisptyltd1653890360235\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/zetarisptyltd1653890360235\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + tidal-migrations\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/tidal-migrations\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + refinitiv-4807503\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/refinitiv-4807503\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + eproe\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/eproe\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + alienvault\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/alienvault\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 6124903\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/6124903\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ergoninformatikag1581586464404\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ergoninformatikag1581586464404\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + callabacloud1655146409258\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/callabacloud1655146409258\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + rapid7\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/rapid7\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sproutenetworks1593456311717\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sproutenetworks1593456311717\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + tactic\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/tactic\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.VisualStudio.WindowsAzure.Test.RemoteDebug\",\r\n \"id\": \"\ + /Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.VisualStudio.WindowsAzure.Test.RemoteDebug\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ckchainparaamricalatinayelcaribel-net1664396707594\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ckchainparaamricalatinayelcaribel-net1664396707594\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.OSTCExtensions.Testing\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.OSTCExtensions.Testing\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test8f458ca7-8898-4d58-b93d-bfb0c3da028c-20200109050310\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test8f458ca7-8898-4d58-b93d-bfb0c3da028c-20200109050310\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.VisualStudio.ServiceProfiler\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.VisualStudio.ServiceProfiler\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Diagnostics\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Diagnostics\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + seatablegmbh1672668832676\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/seatablegmbh1672668832676\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + aviatrix-systems\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/aviatrix-systems\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test7aabf813-6644-483a-b9e0-ba6f8973ba1f-20191002232822\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test7aabf813-6644-483a-b9e0-ba6f8973ba1f-20191002232822\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test95a9104b-6cba-42d8-82ff-cc37e5ac44db-20200108081723\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test95a9104b-6cba-42d8-82ff-cc37e5ac44db-20200108081723\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testaab67022-4f2b-420d-a06a-2c4045110cdf-20191229033144\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testaab67022-4f2b-420d-a06a-2c4045110cdf-20191229033144\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + accessdata-group\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/accessdata-group\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Security.Monitoring.Testing\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.Monitoring.Testing\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + imprivatainc1580479939967\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/imprivatainc1580479939967\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + zerto\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/zerto\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test651e4ad2-ee4a-462e-a506-b56b1969f5d0-20200110230749\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test651e4ad2-ee4a-462e-a506-b56b1969f5d0-20200110230749\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + nextcloudgmbh1597841818906\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/nextcloudgmbh1597841818906\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + resco\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/resco\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + lab3solutions\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/lab3solutions\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + simontelephonics\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/simontelephonics\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + technidoosolutions\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/technidoosolutions\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ansys\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ansys\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + black-duck-software\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/black-duck-software\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cinchy\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cinchy\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + microsoft-avere\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/microsoft-avere\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ibm-usa-ny-armonk-hq-6275750-ibmcloud-asperia\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ibm-usa-ny-armonk-hq-6275750-ibmcloud-asperia\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + liquid-files\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/liquid-files\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + gluwareinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/gluwareinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + vte\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/vte\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.TEST\",\r\n \"id\"\ + : \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.TEST\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + hush-hush\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/hush-hush\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Qualys\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Qualys\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + eventtracker\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/eventtracker\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Symantec.test.ru4mp1.latest\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Symantec.test.ru4mp1.latest\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + aelf\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/aelf\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sandhatatechnologieslimited1615753438737\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sandhatatechnologieslimited1615753438737\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + clouber\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/clouber\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + acronis\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/acronis\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cryptzone\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cryptzone\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + catechnologies\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/catechnologies\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test1c840053-9213-4f2a-8f2e-9bf2297908bd-20200108101424\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test1c840053-9213-4f2a-8f2e-9bf2297908bd-20200108101424\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + iwnamespace\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/iwnamespace\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + greensql\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/greensql\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test2ce856af-ab17-48f2-ba3e-bcd9af091061-20200110013246\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test2ce856af-ab17-48f2-ba3e-bcd9af091061-20200110013246\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + striim\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/striim\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sas-institute-560503\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sas-institute-560503\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + objectivity1595351622261\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/objectivity1595351622261\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sentryone\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sentryone\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test1661d154-b623-4507-8a56-3a89812c456c-20200111083940\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test1661d154-b623-4507-8a56-3a89812c456c-20200111083940\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + semarchy\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/semarchy\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + MicrosoftWindowsServer\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/MicrosoftWindowsServer\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1614663853766\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/1614663853766\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testcbe8ab80-46ef-49b1-a7bb-4e3d6e50e49f-20200104050811\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testcbe8ab80-46ef-49b1-a7bb-4e3d6e50e49f-20200104050811\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + issp-corporation\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/issp-corporation\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + keysight\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/keysight\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + informationtechnologies_ltd_1179601\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/informationtechnologies_ltd_1179601\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + penta-security-systems-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/penta-security-systems-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + numtrallcpublisher\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/numtrallcpublisher\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Sentinel.SapAgentExtensions\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Sentinel.SapAgentExtensions\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + res\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/res\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Monitor.VirtualMachines.TEST.Dev\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Monitor.VirtualMachines.TEST.Dev\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + rhcsolutions1586957910818\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/rhcsolutions1586957910818\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + oceanblue-cloud\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/oceanblue-cloud\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Symantec.test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Symantec.test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.ActiveDirectory.LinuxSSH\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.ActiveDirectory.LinuxSSH\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + netfoundryinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/netfoundryinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + postgres-pro\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/postgres-pro\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + wood1595864497589\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/wood1595864497589\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + nebbiolo-technologies-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/nebbiolo-technologies-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + aras\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/aras\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + noricumcloudsolutions1600524477681\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/noricumcloudsolutions1600524477681\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Powershell.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Powershell.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + infolibrarian\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/infolibrarian\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + tunnelbiz\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/tunnelbiz\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + k-businesscomag\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/k-businesscomag\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + z4it-aps\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/z4it-aps\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + infiotinc1614034091460\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/infiotinc1614034091460\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test828aae03-9239-4938-a303-c23c42311878-20200102083419\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test828aae03-9239-4938-a303-c23c42311878-20200102083419\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + deskpro1650546806675\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/deskpro1650546806675\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + mico\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/mico\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.SecurityManagement.Kevlar\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.SecurityManagement.Kevlar\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + rubrik-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/rubrik-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test4eb7a185-527b-4b9f-93a8-7f1cec9d062e-20191231151207\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test4eb7a185-527b-4b9f-93a8-7f1cec9d062e-20191231151207\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + synergixinc1585256339250\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/synergixinc1585256339250\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + swxtchiollc1614108926893\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/swxtchiollc1614108926893\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + prakshepprivatelimited1619949827900\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/prakshepprivatelimited1619949827900\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + microsoft-agci-gaming\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/microsoft-agci-gaming\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cloudenablers-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cloudenablers-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + M365Security.KevlarExtensions\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/M365Security.KevlarExtensions\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Monitor.WorkloadInsightsTest.newnamespace\",\r\n \"id\"\ + : \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Monitor.WorkloadInsightsTest.newnamespace\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + middleware\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/middleware\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test58b4461d-4d2d-4395-b6d2-ab83d4d8c62f-20200111001002\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test58b4461d-4d2d-4395-b6d2-ab83d4d8c62f-20200111001002\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cncf-upstream\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cncf-upstream\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + netscout\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/netscout\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + matillion\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/matillion\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bravura-software-llc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bravura-software-llc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + tenable\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/tenable\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + engysltd1624364546407\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/engysltd1624364546407\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test922db678-6ee8-43d5-86ff-6a86e132d332-20200107085231\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test922db678-6ee8-43d5-86ff-6a86e132d332-20200107085231\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + kepion\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/kepion\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + transcendinformationinc1609918445926\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/transcendinformationinc1609918445926\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + nicepeopleatwork\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/nicepeopleatwork\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cloudaccelinc1628754426775\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cloudaccelinc1628754426775\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + vscconsultingptyltd1608535888097\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/vscconsultingptyltd1608535888097\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ipswitch\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ipswitch\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + databricks\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/databricks\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + technomanagement1663490401500\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/technomanagement1663490401500\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Teste8607e14-b4f8-472a-bd5b-893b8d9612e6-20200112045941\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Teste8607e14-b4f8-472a-bd5b-893b8d9612e6-20200112045941\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Monitor.Workloads\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Monitor.Workloads\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + azureopenshift\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/azureopenshift\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Monitoring.DependencyAgent\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Monitoring.DependencyAgent\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + mapr-technologies\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/mapr-technologies\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Qualys.LinuxAgent.GrayLabel\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Qualys.LinuxAgent.GrayLabel\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + primestrategynewyorkinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/primestrategynewyorkinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + zevenet\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/zevenet\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.ChangeTracking.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.ChangeTracking.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.M365Security.Kevlar\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.M365Security.Kevlar\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + leap-orbit\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/leap-orbit\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test29a7a529-d293-4728-9d7f-257ed996e64f-20200108081759\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test29a7a529-d293-4728-9d7f-257ed996e64f-20200108081759\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + eliamarzia1667381463185\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/eliamarzia1667381463185\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + minio\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/minio\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + globallinkingsolutionsinc1673581558566\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/globallinkingsolutionsinc1673581558566\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + signal-sciences\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/signal-sciences\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + pivotal\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/pivotal\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + westernoceansoftwaresprivatelimited\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/westernoceansoftwaresprivatelimited\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + wmspanel\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/wmspanel\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + dataguiseinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/dataguiseinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + dynatrace.ruxit\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/dynatrace.ruxit\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + enclaivegmbh1643578052639\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/enclaivegmbh1643578052639\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test742d0189-9e41-4f1b-8ad3-31c05d34903b-20200111103247\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test742d0189-9e41-4f1b-8ad3-31c05d34903b-20200111103247\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Kevlar4Linux2.dev\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Kevlar4Linux2.dev\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + veeam\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/veeam\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.VisualStudio.WindowsAzure.DevTest.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.VisualStudio.WindowsAzure.DevTest.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test157494ec-e788-43b0-8d26-a17e39ee07cc-20191002011945\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test157494ec-e788-43b0-8d26-a17e39ee07cc-20191002011945\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ncbi\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ncbi\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + appsurifyinc1606933045773\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/appsurifyinc1606933045773\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + typesafe\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/typesafe\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ontology\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ontology\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + teloscorporation\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/teloscorporation\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + panzura-file-system\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/panzura-file-system\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + netmail\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/netmail\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + foghorn-systems\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/foghorn-systems\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + media3-llc-adobe\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/media3-llc-adobe\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + eurolinuxspzoo1620639373013\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/eurolinuxspzoo1620639373013\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Symantec.CloudWorkloadProtection.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Symantec.CloudWorkloadProtection.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.AzureStack.Observability.Internal\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.AzureStack.Observability.Internal\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + illuminainc1586452220102\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/illuminainc1586452220102\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + brutale\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/brutale\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test8285dc3e-637d-4d46-9695-adc39cbe7d2f-20200108144457\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test8285dc3e-637d-4d46-9695-adc39cbe7d2f-20200108144457\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ecessa\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ecessa\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + hortonworks\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/hortonworks\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.CPlat.Core.Edp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.CPlat.Core.Edp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sycompatechnologycompanyinc1588192103892\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sycompatechnologycompanyinc1588192103892\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + eastwind-networks-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/eastwind-networks-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Sentinel.DnsExtension.Dev\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Sentinel.DnsExtension.Dev\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ddn-whamcloud-5345716\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ddn-whamcloud-5345716\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.OSTCExtensions.Edp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.OSTCExtensions.Edp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + help-systems\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/help-systems\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + truestack\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/truestack\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 42crunch1580391915541\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/42crunch1580391915541\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + djiindustrialincus\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/djiindustrialincus\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + firemon\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/firemon\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bluesyntaxconsulting1617654548594\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bluesyntaxconsulting1617654548594\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + agiledialogssl1603791911858\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/agiledialogssl1603791911858\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testc1d0c917-e2ae-430c-a2ca-383fb0fda046-20191007235839\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testc1d0c917-e2ae-430c-a2ca-383fb0fda046-20191007235839\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test821ca3b6-dd05-4e80-b3d8-74ba03b2609b-20191231151151\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test821ca3b6-dd05-4e80-b3d8-74ba03b2609b-20191231151151\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test3db7240e-5e42-4d6d-b024-cc9fce3c828b-20200105083520\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test3db7240e-5e42-4d6d-b024-cc9fce3c828b-20200105083520\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + luminate-security\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/luminate-security\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Chaos\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Chaos\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test5645f186-4ee5-4209-af37-423660e3318c-20191231175947\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test5645f186-4ee5-4209-af37-423660e3318c-20191231175947\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + wowza\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/wowza\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + pachyderminc1585170006545\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/pachyderminc1585170006545\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cohesitydev1592001764720\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cohesitydev1592001764720\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + mobilab\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/mobilab\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + imperva\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/imperva\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + datagapsinc1585348463636\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/datagapsinc1585348463636\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testf6128ef6-c13c-420e-8088-0710888ce88b-20200109050003\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testf6128ef6-c13c-420e-8088-0710888ce88b-20200109050003\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Teste78b1ab2-1380-48ab-9923-0276cdb7198b-20191001224742\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Teste78b1ab2-1380-48ab-9923-0276cdb7198b-20191001224742\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + newnetcommunicationtechnologies1589991852134\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/newnetcommunicationtechnologies1589991852134\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + startekfingerprintmatch\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/startekfingerprintmatch\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + microsecpteltd1634010681688\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/microsecpteltd1634010681688\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testda714121-3240-4253-90c3-48c43f115c90-20200102083419\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testda714121-3240-4253-90c3-48c43f115c90-20200102083419\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.CPlat.Core\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.CPlat.Core\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Security.Monitoring\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.Monitoring\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + intel-fpga\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/intel-fpga\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + buddhalabs\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/buddhalabs\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + codetwo\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/codetwo\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.ServiceFabric.MC\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.ServiceFabric.MC\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Windows.AzureRemoteApp.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Windows.AzureRemoteApp.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Monitor.WorkloadInsights.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Monitor.WorkloadInsights.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + processgold\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/processgold\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + netapp\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/netapp\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + arista-networks\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/arista-networks\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + KevlarExtensions.M365SecurityInventory\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/KevlarExtensions.M365SecurityInventory\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + spektra\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/spektra\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Elastic\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Elastic\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.AdminCenter\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.AdminCenter\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1615278064010\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/1615278064010\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.SoftwareUpdateManagement\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.SoftwareUpdateManagement\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + neusoft-neteye\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/neusoft-neteye\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + redhat-limited\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/redhat-limited\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + actian_matrix\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/actian_matrix\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.ManagedServices\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.ManagedServices\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + accellion\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/accellion\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bcloudllc1671615348068\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bcloudllc1671615348068\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + iconics\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/iconics\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testfc5c7585-6c9a-4aa4-a7c4-1223a94e00c7-20200104083552\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testfc5c7585-6c9a-4aa4-a7c4-1223a94e00c7-20200104083552\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + nefelinetworks1591201080882\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/nefelinetworks1591201080882\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + vfunctiontechnologiesltd1665073911806\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/vfunctiontechnologiesltd1665073911806\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + varnish\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/varnish\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + saltsecurity1583264669848\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/saltsecurity1583264669848\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test0f02c246-7e65-4010-9367-ca4530c3897e-20191004190223\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test0f02c246-7e65-4010-9367-ca4530c3897e-20191004190223\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + baffle-io\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/baffle-io\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + rstudio-5237862\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/rstudio-5237862\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Security.WindowsAttestation\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.WindowsAttestation\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ringsoftwareresearchanddevelopmentinc1578946072257\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ringsoftwareresearchanddevelopmentinc1578946072257\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + TeamViewer.AzureVMExtension\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/TeamViewer.AzureVMExtension\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + musarubrausllc1643827029255\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/musarubrausllc1643827029255\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + iquilaltd1636632578012\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/iquilaltd1636632578012\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ivanti-vadc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ivanti-vadc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + collabcloudlimited\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/collabcloudlimited\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + chain\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/chain\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + docker\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/docker\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + dyadic_security\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/dyadic_security\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + industry-weapon\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/industry-weapon\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + vmware-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/vmware-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + boemskats\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/boemskats\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.AzureMonitor.WorkloadInsights.Linux.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.AzureMonitor.WorkloadInsights.Linux.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + neowaybusinesssolutions-4956350\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/neowaybusinesssolutions-4956350\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testb4237708-3688-40ea-85a2-275c05f4d100-20191228083519\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testb4237708-3688-40ea-85a2-275c05f4d100-20191228083519\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + profecia\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/profecia\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + diladele\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/diladele\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + AzureRT.ManagedServices.TestExtPublisher00\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/AzureRT.ManagedServices.TestExtPublisher00\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + zend\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/zend\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + aqtraplatformllc1657880532038\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/aqtraplatformllc1657880532038\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + logzio\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/logzio\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + teradata\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/teradata\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + snips\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/snips\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Monitor.VirtualMachines.SCALE.Dev\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Monitor.VirtualMachines.SCALE.Dev\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + avi-networks\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/avi-networks\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + mapd\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/mapd\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Monitor.Agent\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Monitor.Agent\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + snaplogic\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/snaplogic\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testa37ff709-a078-45a0-8187-41733df8e101-20200109050003\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testa37ff709-a078-45a0-8187-41733df8e101-20200109050003\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + pmsoftwareinternational1603102514882\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/pmsoftwareinternational1603102514882\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + siportalinc1581539156321\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/siportalinc1581539156321\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + simpledatalabsinc1635791235920\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/simpledatalabsinc1635791235920\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + musarubrausllc1671236565460\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/musarubrausllc1671236565460\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + KevlarExtensions.M365SecurityInventory.NameChangeTest\",\r\n \"id\": \"\ + /Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/KevlarExtensions.M365SecurityInventory.NameChangeTest\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + zscaler\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/zscaler\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.AzureData\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.AzureData\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ESET\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ESET\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test84afd814-5098-49ab-af99-e50350b5898b-20200110211134\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test84afd814-5098-49ab-af99-e50350b5898b-20200110211134\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 247commercelimited1611063941652\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/247commercelimited1611063941652\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + exivity\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/exivity\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + TrendMicro.PortalProtect\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/TrendMicro.PortalProtect\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cfd-direct\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cfd-direct\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Test.HP.AppDefender\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Test.HP.AppDefender\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ivanti-inc-pcs\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ivanti-inc-pcs\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + my-com\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/my-com\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + datavirtualitygmbh\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/datavirtualitygmbh\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + equalum\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/equalum\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test406d077c-6017-4062-bc96-f809147a2331-20200106050748\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test406d077c-6017-4062-bc96-f809147a2331-20200106050748\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + graphiantinc1622651764677\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/graphiantinc1622651764677\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + altova\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/altova\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + transvault\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/transvault\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + litmusautomation1582760223280\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/litmusautomation1582760223280\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.WVD\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.WVD\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bluetalon\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bluetalon\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + lotus_beta_analytics\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/lotus_beta_analytics\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sios_datakeeper\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sios_datakeeper\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + comtelspa1649256695779\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/comtelspa1649256695779\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bi-builders-as\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bi-builders-as\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + danielsol.AzureTools1\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/danielsol.AzureTools1\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + education4sight\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/education4sight\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.WorkloadInsights.Linux.ReleasePipeTest\",\r\n \"id\": \"\ + /Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.WorkloadInsights.Linux.ReleasePipeTest\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + redpoint-global\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/redpoint-global\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + konginc1581527938760\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/konginc1581527938760\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + azure-dockit\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/azure-dockit\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + onapsis\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/onapsis\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bluejeansnetwork1638333611902\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bluejeansnetwork1638333611902\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + c-phrasetechnologiesswedenab1674654373407\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/c-phrasetechnologiesswedenab1674654373407\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Automation.HybridWorker.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Automation.HybridWorker.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Teste66ca23c-f4bf-4eb3-8418-139364d19e7d-20200107062643\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Teste66ca23c-f4bf-4eb3-8418-139364d19e7d-20200107062643\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + yellowfininternationalptyltd1616363974066\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/yellowfininternationalptyltd1616363974066\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Symantec.staging\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Symantec.staging\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + esyon\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/esyon\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + tigergraph\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/tigergraph\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + akumina\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/akumina\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + fatpipe-inc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/fatpipe-inc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + iguaziosystemsinc1642090150854\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/iguaziosystemsinc1642090150854\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + edgenetworks\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/edgenetworks\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.WorkloadInsights.Linux.Test2\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.WorkloadInsights.Linux.Test2\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.WorkloadInsights.Linux.Test3\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.WorkloadInsights.Linux.Test3\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.WorkloadInsights.Linux.Test1\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.WorkloadInsights.Linux.Test1\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.WorkloadInsights.Linux.Test4\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.WorkloadInsights.Linux.Test4\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + synechron-technologies\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/synechron-technologies\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.WorkloadInsights.Linux.Test5\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.WorkloadInsights.Linux.Test5\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cpanel\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cpanel\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + manageengine\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/manageengine\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + electric-cloud\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/electric-cloud\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + dcassociatesgroupinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/dcassociatesgroupinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + ubika\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/ubika\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + spectralcorelimited1619779004178\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/spectralcorelimited1619779004178\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bizdataloome\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bizdataloome\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + twistlock\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/twistlock\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + corda\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/corda\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + bdy\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/bdy\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.WindowsAzure.Compute\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.WindowsAzure.Compute\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testbbf6bf32-4bd0-4381-b8f7-2658f585df4d-20191003203846\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testbbf6bf32-4bd0-4381-b8f7-2658f585df4d-20191003203846\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + revolution-analytics\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/revolution-analytics\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cloudbolt-software\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cloudbolt-software\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + targit\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/targit\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + derdack\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/derdack\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + astadia-1148316\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/astadia-1148316\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + opswatinc1619007967290\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/opswatinc1619007967290\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + teramindinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/teramindinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + dataiku\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/dataiku\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + intelligent-plant-ltd\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/intelligent-plant-ltd\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test025e16a1-328d-45a2-b7e3-71f7e4cde046-20191229064028\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test025e16a1-328d-45a2-b7e3-71f7e4cde046-20191229064028\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test395a0b49-442a-450c-8a1f-65b0aa3bcf47-20200105083839\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test395a0b49-442a-450c-8a1f-65b0aa3bcf47-20200105083839\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + netgate\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/netgate\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + devfactory\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/devfactory\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + exadelinc1675271740487\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/exadelinc1675271740487\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + forcepoint-llc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/forcepoint-llc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + pacteratechnologiesinc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/pacteratechnologiesinc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test2ecf67b2-fb63-4461-b6a6-7026c4fb1168-20191002214026\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test2ecf67b2-fb63-4461-b6a6-7026c4fb1168-20191002214026\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + microsoft-azure-gaming\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/microsoft-azure-gaming\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cloudcover\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cloudcover\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + thinprintgmbh\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/thinprintgmbh\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + monetdbsolutions1611751313758\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/monetdbsolutions1611751313758\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1615257339685\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/1615257339685\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + solarwinds\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/solarwinds\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testade4c52b-18f5-4b67-8e93-945358ce4f7d-20191007234259\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testade4c52b-18f5-4b67-8e93-945358ce4f7d-20191007234259\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + safetoopen1585013318137\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/safetoopen1585013318137\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + iofabric\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/iofabric\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.SiteRecovery.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.SiteRecovery.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + betsol\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/betsol\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + veritas\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/veritas\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + nodejsapi\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/nodejsapi\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Test815bd4d5-fc24-4a47-be20-063c4809902c-20200109050508\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Test815bd4d5-fc24-4a47-be20-063c4809902c-20200109050508\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + esdenera\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/esdenera\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + sesamesoftwareinc1622125191447\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/sesamesoftwareinc1622125191447\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.Extensions.Testf863ab2c-ada9-4646-84c7-1f83a82375d7-20191229033226\"\ + ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Extensions.Testf863ab2c-ada9-4646-84c7-1f83a82375d7-20191229033226\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + clustrix\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/clustrix\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.Azure.WorkloadInsights.TestTest\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.WorkloadInsights.TestTest\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + cadosecurityltd1626856705534\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/cadosecurityltd1626856705534\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Tenable.NessusAgent\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Tenable.NessusAgent\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + appex-networks\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/appex-networks\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + dellemc\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/dellemc\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + MicrosoftDynamicsAX\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/MicrosoftDynamicsAX\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + flexify\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/flexify\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + heimdall-data\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/heimdall-data\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + appscale-marketplace\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/appscale-marketplace\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + Microsoft.SoftwareUpdateManagement.Test\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.SoftwareUpdateManagement.Test\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + f5-networks\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/f5-networks\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + franzinc1593030725310\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/franzinc1593030725310\"\ \r\n }\r\n]" headers: cache-control: - no-cache content-length: - - '414122' + - '457562' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:20:44 GMT + - Wed, 03 May 2023 05:33:50 GMT expires: - '-1' pragma: @@ -6939,23 +7298,23 @@ interactions: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus3/publishers/Microsoft.Azure.Security.WindowsAttestation/artifacttypes/vmextension/types?api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/centraluseuap/publishers/Microsoft.Azure.Security.WindowsAttestation/artifacttypes/vmextension/types?api-version=2022-11-01 response: body: - string: "[\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"GuestAttestation\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation\"\ + string: "[\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + GuestAttestation\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation\"\ \r\n }\r\n]" headers: cache-control: - no-cache content-length: - - '290' + - '302' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:20:44 GMT + - Wed, 03 May 2023 05:33:50 GMT expires: - '-1' pragma: @@ -6991,31 +7350,65 @@ interactions: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus3/publishers/Microsoft.Azure.Security.WindowsAttestation/artifacttypes/vmextension/types/GuestAttestation/versions?api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/centraluseuap/publishers/Microsoft.Azure.Security.WindowsAttestation/artifacttypes/vmextension/types/GuestAttestation/versions?api-version=2022-11-01 response: body: - string: "[\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"1.0.1.16\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation/Versions/1.0.1.16\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"1.0.1.17\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation/Versions/1.0.1.17\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"1.0.1.18\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation/Versions/1.0.1.18\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"1.0.1.19\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation/Versions/1.0.1.19\"\ - \r\n },\r\n {\r\n \"location\": \"WestUS3\",\r\n \"name\": \"1.0.1.20\"\ - ,\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/WestUS3/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation/Versions/1.0.1.20\"\ + string: "[\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1.0.0.3\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation/Versions/1.0.0.3\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1.0.1.0\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation/Versions/1.0.1.0\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1.0.1.1\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation/Versions/1.0.1.1\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1.0.1.10\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation/Versions/1.0.1.10\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1.0.1.12\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation/Versions/1.0.1.12\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1.0.1.13\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation/Versions/1.0.1.13\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1.0.1.14\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation/Versions/1.0.1.14\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1.0.1.15\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation/Versions/1.0.1.15\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1.0.1.16\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation/Versions/1.0.1.16\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1.0.1.17\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation/Versions/1.0.1.17\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1.0.1.18\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation/Versions/1.0.1.18\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1.0.1.19\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation/Versions/1.0.1.19\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1.0.1.2\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation/Versions/1.0.1.2\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1.0.1.20\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation/Versions/1.0.1.20\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1.0.1.21\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation/Versions/1.0.1.21\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1.0.1.22\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation/Versions/1.0.1.22\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1.0.1.3\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation/Versions/1.0.1.3\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1.0.1.4\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation/Versions/1.0.1.4\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1.0.1.5\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation/Versions/1.0.1.5\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1.0.1.7\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation/Versions/1.0.1.7\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1.0.1.8\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation/Versions/1.0.1.8\"\ + \r\n },\r\n {\r\n \"location\": \"CentralUSEUAP\",\r\n \"name\": \"\ + 1.0.1.9\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/CentralUSEUAP/Publishers/Microsoft.Azure.Security.WindowsAttestation/ArtifactTypes/VMExtension/Types/GuestAttestation/Versions/1.0.1.9\"\ \r\n }\r\n]" headers: cache-control: - no-cache content-length: - - '1488' + - '6781' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:20:44 GMT + - Wed, 03 May 2023 05:33:50 GMT expires: - '-1' pragma: @@ -7037,7 +7430,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus3", "properties": {"publisher": "Microsoft.Azure.Security.WindowsAttestation", + body: '{"location": "centraluseuap", "properties": {"publisher": "Microsoft.Azure.Security.WindowsAttestation", "type": "GuestAttestation", "typeHandlerVersion": "1.0", "autoUpgradeMinorVersion": true}}' headers: @@ -7050,21 +7443,21 @@ interactions: Connection: - keep-alive Content-Length: - - '189' + - '195' Content-Type: - application/json ParameterSetName: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli000006/extensions/GuestAttestation?api-version=2022-11-01 response: body: string: "{\r\n \"name\": \"GuestAttestation\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli000006/extensions/GuestAttestation\"\ ,\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"\ - location\": \"westus3\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\"\ + location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\"\ : true,\r\n \"provisioningState\": \"Creating\",\r\n \"publisher\":\ \ \"Microsoft.Azure.Security.WindowsAttestation\",\r\n \"type\": \"GuestAttestation\"\ ,\r\n \"typeHandlerVersion\": \"1.0\"\r\n }\r\n}" @@ -7072,15 +7465,15 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/WestUS3/operations/6fd8aa29-f79c-4007-97bc-4d264a79af2d?p=6b6e61b8-f2a5-458c-80f2-8624110cabd1&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/85f81f44-8b03-4aaf-acc0-9dd22dcc36a3?p=9f7b8406-475e-4129-a339-7917a660012d&api-version=2022-11-01 cache-control: - no-cache content-length: - - '526' + - '532' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:20:46 GMT + - Wed, 03 May 2023 05:33:52 GMT expires: - '-1' pragma: @@ -7095,7 +7488,7 @@ interactions: x-ms-ratelimit-remaining-resource: - Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1199 x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -7114,13 +7507,169 @@ interactions: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/85f81f44-8b03-4aaf-acc0-9dd22dcc36a3?p=9f7b8406-475e-4129-a339-7917a660012d&api-version=2022-11-01 + response: + body: + string: "{\r\n \"startTime\": \"2023-05-03T05:33:52.4367971+00:00\",\r\n \"\ + status\": \"InProgress\",\r\n \"name\": \"85f81f44-8b03-4aaf-acc0-9dd22dcc36a3\"\ + \r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 03 May 2023 05:34:22 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;14994,Microsoft.Compute/GetOperation30Min;29994 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm create + Connection: + - keep-alive + ParameterSetName: + - -n -g --image --location --security-type --admin-password --vnet-name --subnet + --admin-username + User-Agent: + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/85f81f44-8b03-4aaf-acc0-9dd22dcc36a3?p=9f7b8406-475e-4129-a339-7917a660012d&api-version=2022-11-01 + response: + body: + string: "{\r\n \"startTime\": \"2023-05-03T05:33:52.4367971+00:00\",\r\n \"\ + status\": \"InProgress\",\r\n \"name\": \"85f81f44-8b03-4aaf-acc0-9dd22dcc36a3\"\ + \r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 03 May 2023 05:34:52 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29993 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm create + Connection: + - keep-alive + ParameterSetName: + - -n -g --image --location --security-type --admin-password --vnet-name --subnet + --admin-username + User-Agent: + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/85f81f44-8b03-4aaf-acc0-9dd22dcc36a3?p=9f7b8406-475e-4129-a339-7917a660012d&api-version=2022-11-01 + response: + body: + string: "{\r\n \"startTime\": \"2023-05-03T05:33:52.4367971+00:00\",\r\n \"\ + status\": \"InProgress\",\r\n \"name\": \"85f81f44-8b03-4aaf-acc0-9dd22dcc36a3\"\ + \r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 03 May 2023 05:35:22 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;29991 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm create + Connection: + - keep-alive + ParameterSetName: + - -n -g --image --location --security-type --admin-password --vnet-name --subnet + --admin-username + User-Agent: + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/WestUS3/operations/6fd8aa29-f79c-4007-97bc-4d264a79af2d?p=6b6e61b8-f2a5-458c-80f2-8624110cabd1&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/85f81f44-8b03-4aaf-acc0-9dd22dcc36a3?p=9f7b8406-475e-4129-a339-7917a660012d&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-01T05:20:46.8878464+00:00\",\r\n \"\ - status\": \"InProgress\",\r\n \"name\": \"6fd8aa29-f79c-4007-97bc-4d264a79af2d\"\ + string: "{\r\n \"startTime\": \"2023-05-03T05:33:52.4367971+00:00\",\r\n \"\ + status\": \"InProgress\",\r\n \"name\": \"85f81f44-8b03-4aaf-acc0-9dd22dcc36a3\"\ \r\n}" headers: cache-control: @@ -7130,7 +7679,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:21:16 GMT + - Wed, 03 May 2023 05:35:53 GMT expires: - '-1' pragma: @@ -7147,7 +7696,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29994 + - Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29989 status: code: 200 message: OK @@ -7166,13 +7715,13 @@ interactions: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/WestUS3/operations/6fd8aa29-f79c-4007-97bc-4d264a79af2d?p=6b6e61b8-f2a5-458c-80f2-8624110cabd1&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/85f81f44-8b03-4aaf-acc0-9dd22dcc36a3?p=9f7b8406-475e-4129-a339-7917a660012d&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-01T05:20:46.8878464+00:00\",\r\n \"\ - status\": \"InProgress\",\r\n \"name\": \"6fd8aa29-f79c-4007-97bc-4d264a79af2d\"\ + string: "{\r\n \"startTime\": \"2023-05-03T05:33:52.4367971+00:00\",\r\n \"\ + status\": \"InProgress\",\r\n \"name\": \"85f81f44-8b03-4aaf-acc0-9dd22dcc36a3\"\ \r\n}" headers: cache-control: @@ -7182,7 +7731,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:21:46 GMT + - Wed, 03 May 2023 05:36:22 GMT expires: - '-1' pragma: @@ -7199,7 +7748,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29992 + - Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29986 status: code: 200 message: OK @@ -7218,13 +7767,13 @@ interactions: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/WestUS3/operations/6fd8aa29-f79c-4007-97bc-4d264a79af2d?p=6b6e61b8-f2a5-458c-80f2-8624110cabd1&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/85f81f44-8b03-4aaf-acc0-9dd22dcc36a3?p=9f7b8406-475e-4129-a339-7917a660012d&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-01T05:20:46.8878464+00:00\",\r\n \"\ - status\": \"InProgress\",\r\n \"name\": \"6fd8aa29-f79c-4007-97bc-4d264a79af2d\"\ + string: "{\r\n \"startTime\": \"2023-05-03T05:33:52.4367971+00:00\",\r\n \"\ + status\": \"InProgress\",\r\n \"name\": \"85f81f44-8b03-4aaf-acc0-9dd22dcc36a3\"\ \r\n}" headers: cache-control: @@ -7234,7 +7783,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:22:17 GMT + - Wed, 03 May 2023 05:36:52 GMT expires: - '-1' pragma: @@ -7251,7 +7800,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29991 + - Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29985 status: code: 200 message: OK @@ -7270,13 +7819,13 @@ interactions: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/WestUS3/operations/6fd8aa29-f79c-4007-97bc-4d264a79af2d?p=6b6e61b8-f2a5-458c-80f2-8624110cabd1&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/85f81f44-8b03-4aaf-acc0-9dd22dcc36a3?p=9f7b8406-475e-4129-a339-7917a660012d&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-01T05:20:46.8878464+00:00\",\r\n \"\ - status\": \"InProgress\",\r\n \"name\": \"6fd8aa29-f79c-4007-97bc-4d264a79af2d\"\ + string: "{\r\n \"startTime\": \"2023-05-03T05:33:52.4367971+00:00\",\r\n \"\ + status\": \"InProgress\",\r\n \"name\": \"85f81f44-8b03-4aaf-acc0-9dd22dcc36a3\"\ \r\n}" headers: cache-control: @@ -7286,7 +7835,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:22:46 GMT + - Wed, 03 May 2023 05:37:22 GMT expires: - '-1' pragma: @@ -7303,7 +7852,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29990 + - Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29984 status: code: 200 message: OK @@ -7322,13 +7871,13 @@ interactions: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/WestUS3/operations/6fd8aa29-f79c-4007-97bc-4d264a79af2d?p=6b6e61b8-f2a5-458c-80f2-8624110cabd1&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/85f81f44-8b03-4aaf-acc0-9dd22dcc36a3?p=9f7b8406-475e-4129-a339-7917a660012d&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-01T05:20:46.8878464+00:00\",\r\n \"\ - status\": \"InProgress\",\r\n \"name\": \"6fd8aa29-f79c-4007-97bc-4d264a79af2d\"\ + string: "{\r\n \"startTime\": \"2023-05-03T05:33:52.4367971+00:00\",\r\n \"\ + status\": \"InProgress\",\r\n \"name\": \"85f81f44-8b03-4aaf-acc0-9dd22dcc36a3\"\ \r\n}" headers: cache-control: @@ -7338,7 +7887,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:23:16 GMT + - Wed, 03 May 2023 05:37:52 GMT expires: - '-1' pragma: @@ -7355,7 +7904,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29986 + - Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29983 status: code: 200 message: OK @@ -7374,13 +7923,13 @@ interactions: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/WestUS3/operations/6fd8aa29-f79c-4007-97bc-4d264a79af2d?p=6b6e61b8-f2a5-458c-80f2-8624110cabd1&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/85f81f44-8b03-4aaf-acc0-9dd22dcc36a3?p=9f7b8406-475e-4129-a339-7917a660012d&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-01T05:20:46.8878464+00:00\",\r\n \"\ - status\": \"InProgress\",\r\n \"name\": \"6fd8aa29-f79c-4007-97bc-4d264a79af2d\"\ + string: "{\r\n \"startTime\": \"2023-05-03T05:33:52.4367971+00:00\",\r\n \"\ + status\": \"InProgress\",\r\n \"name\": \"85f81f44-8b03-4aaf-acc0-9dd22dcc36a3\"\ \r\n}" headers: cache-control: @@ -7390,7 +7939,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:23:47 GMT + - Wed, 03 May 2023 05:38:23 GMT expires: - '-1' pragma: @@ -7407,7 +7956,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29985 + - Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29979 status: code: 200 message: OK @@ -7426,13 +7975,13 @@ interactions: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/WestUS3/operations/6fd8aa29-f79c-4007-97bc-4d264a79af2d?p=6b6e61b8-f2a5-458c-80f2-8624110cabd1&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/85f81f44-8b03-4aaf-acc0-9dd22dcc36a3?p=9f7b8406-475e-4129-a339-7917a660012d&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-01T05:20:46.8878464+00:00\",\r\n \"\ - status\": \"InProgress\",\r\n \"name\": \"6fd8aa29-f79c-4007-97bc-4d264a79af2d\"\ + string: "{\r\n \"startTime\": \"2023-05-03T05:33:52.4367971+00:00\",\r\n \"\ + status\": \"InProgress\",\r\n \"name\": \"85f81f44-8b03-4aaf-acc0-9dd22dcc36a3\"\ \r\n}" headers: cache-control: @@ -7442,7 +7991,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:24:16 GMT + - Wed, 03 May 2023 05:38:53 GMT expires: - '-1' pragma: @@ -7459,7 +8008,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29984 + - Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29978 status: code: 200 message: OK @@ -7478,14 +8027,66 @@ interactions: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/WestUS3/operations/6fd8aa29-f79c-4007-97bc-4d264a79af2d?p=6b6e61b8-f2a5-458c-80f2-8624110cabd1&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/85f81f44-8b03-4aaf-acc0-9dd22dcc36a3?p=9f7b8406-475e-4129-a339-7917a660012d&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-01T05:20:46.8878464+00:00\",\r\n \"\ - endTime\": \"2023-03-01T05:24:47.1875847+00:00\",\r\n \"status\": \"Succeeded\"\ - ,\r\n \"name\": \"6fd8aa29-f79c-4007-97bc-4d264a79af2d\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-03T05:33:52.4367971+00:00\",\r\n \"\ + status\": \"InProgress\",\r\n \"name\": \"85f81f44-8b03-4aaf-acc0-9dd22dcc36a3\"\ + \r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 03 May 2023 05:39:23 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;14991,Microsoft.Compute/GetOperation30Min;29977 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm create + Connection: + - keep-alive + ParameterSetName: + - -n -g --image --location --security-type --admin-password --vnet-name --subnet + --admin-username + User-Agent: + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/CentralUSEUAP/operations/85f81f44-8b03-4aaf-acc0-9dd22dcc36a3?p=9f7b8406-475e-4129-a339-7917a660012d&api-version=2022-11-01 + response: + body: + string: "{\r\n \"startTime\": \"2023-05-03T05:33:52.4367971+00:00\",\r\n \"\ + endTime\": \"2023-05-03T05:39:32.7044745+00:00\",\r\n \"status\": \"Succeeded\"\ + ,\r\n \"name\": \"85f81f44-8b03-4aaf-acc0-9dd22dcc36a3\"\r\n}" headers: cache-control: - no-cache @@ -7494,7 +8095,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:24:47 GMT + - Wed, 03 May 2023 05:39:53 GMT expires: - '-1' pragma: @@ -7511,7 +8112,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29983 + - Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29975 status: code: 200 message: OK @@ -7530,14 +8131,14 @@ interactions: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli000006/extensions/GuestAttestation?api-version=2022-11-01 response: body: string: "{\r\n \"name\": \"GuestAttestation\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli000006/extensions/GuestAttestation\"\ ,\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"\ - location\": \"westus3\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\"\ + location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\"\ : true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"publisher\"\ : \"Microsoft.Azure.Security.WindowsAttestation\",\r\n \"type\": \"GuestAttestation\"\ ,\r\n \"typeHandlerVersion\": \"1.0\"\r\n }\r\n}" @@ -7545,11 +8146,11 @@ interactions: cache-control: - no-cache content-length: - - '527' + - '533' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:24:47 GMT + - Wed, 03 May 2023 05:39:53 GMT expires: - '-1' pragma: @@ -7566,7 +8167,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31991 + - Microsoft.Compute/LowCostGet3Min;3986,Microsoft.Compute/LowCostGet30Min;31969 status: code: 200 message: OK @@ -7585,97 +8186,115 @@ interactions: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli000006?$expand=instanceView&api-version=2022-11-01 response: body: string: "{\r\n \"name\": \"cli000006\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli000006\"\ ,\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\"\ - : \"westus3\",\r\n \"tags\": {\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\"\ - : \"true\",\r\n \"azsecpack\": \"nonprod\"\r\n },\r\n \"identity\": {\r\ - \n \"type\": \"SystemAssigned, UserAssigned\",\r\n \"principalId\":\ - \ \"331b5c46-983c-4eef-8f2c-038d26f93783\",\r\n \"tenantId\": \"00000000-0000-0000-0000-000000000000\"\ - ,\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-westus3\"\ - : {\r\n \"principalId\": \"d93ad33d-dba2-48e2-be9c-086e7912d250\",\r\ - \n \"clientId\": \"eb80fd42-5411-46d9-a512-3bccfbd9d268\"\r\n \ - \ }\r\n }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"333df251-0eb4-4e88-87e1-f39233749196\"\ + : \"centraluseuap\",\r\n \"tags\": {\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\"\ + : \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\ + ,\r\n \"principalId\": \"9aa1ed99-8636-444e-81aa-293394e44c60\",\r\n \ + \ \"tenantId\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n \"\ + properties\": {\r\n \"vmId\": \"555775ea-9039-4c1d-bdf7-0fe056a62502\"\ ,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\ \n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \ \ \"publisher\": \"MicrosoftWindowsDesktop\",\r\n \"offer\":\ \ \"Windows-10\",\r\n \"sku\": \"win10-21h2-entn-g2\",\r\n \"\ version\": \"19044.2486.230107\",\r\n \"exactVersion\": \"19044.2486.230107\"\ \r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n\ - \ \"name\": \"cli000006_OsDisk_1_aab5e4e251754196ade95882b5071b03\"\ + \ \"name\": \"cli000006_OsDisk_1_71ace8b910824fb997a0b593334f3e47\"\ ,\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/clitest000001/providers/Microsoft.Compute/disks/cli000006_OsDisk_1_aab5e4e251754196ade95882b5071b03\"\ + ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/disks/cli000006_OsDisk_1_71ace8b910824fb997a0b593334f3e47\"\ \r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\"\ - : 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\"\ - : {\r\n \"computerName\": \"cli000006\",\r\n \"adminUsername\":\ - \ \"cli000007\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\"\ - : true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\"\ - : {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\"\ - : \"ImageDefault\"\r\n },\r\n \"enableVMAgentPlatformUpdates\"\ - : false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\"\ - : true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"\ - securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\"\ - : true,\r\n \"vTpmEnabled\": true\r\n },\r\n \"securityType\"\ - : \"TrustedLaunch\"\r\n },\r\n \"networkProfile\": {\"networkInterfaces\"\ - :[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli000006VMNic\"\ + : 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\"\ + : \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"\ + cli000006\",\r\n \"adminUsername\": \"cli000007\",\r\n \"windowsConfiguration\"\ + : {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\"\ + : true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\"\ + ,\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \ + \ \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\"\ + : [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\"\ + : true\r\n },\r\n \"securityProfile\": {\r\n \"uefiSettings\":\ + \ {\r\n \"secureBootEnabled\": true,\r\n \"vTpmEnabled\": true\r\ + \n },\r\n \"securityType\": \"TrustedLaunch\"\r\n },\r\n \"\ + networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli000006VMNic\"\ }]},\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\"\ : {\r\n \"computerName\": \"cli000006\",\r\n \"osName\": \"Windows\ \ 10 Enterprise N\",\r\n \"osVersion\": \"10.0.19044.2486\",\r\n \ - \ \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1071\",\r\n \ + \ \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.7.41491.1075\",\r\n \ \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\"\ ,\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"\ Ready\",\r\n \"message\": \"GuestAgent is running and processing\ - \ the extensions.\",\r\n \"time\": \"2023-03-01T05:24:46.99+00:00\"\ + \ the extensions.\",\r\n \"time\": \"2023-05-03T05:39:27.234+00:00\"\ \r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n \ - \ {\r\n \"type\": \"Microsoft.Azure.Security.WindowsAttestation.GuestAttestation\"\ - ,\r\n \"typeHandlerVersion\": \"1.0.1.20\",\r\n \"status\"\ + \ {\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\"\ + ,\r\n \"typeHandlerVersion\": \"2.39.0.2\",\r\n \"status\"\ + : {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\ + ,\r\n \"message\": \"ExtensionOperation:enable. Status:Success\"\ + \r\n }\r\n },\r\n {\r\n \"type\":\ + \ \"Microsoft.Azure.Security.WindowsAttestation.GuestAttestation\",\r\n \ + \ \"typeHandlerVersion\": \"1.0.1.22\",\r\n \"status\"\ : {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \ \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\"\ ,\r\n \"message\": \"Plugin enabled (handler name: Microsoft.Azure.Security.WindowsAttestation.GuestAttestation,\ - \ extension name: , version: 1.0.1.20).\"\r\n }\r\n }\r\ + \ extension name: , version: 1.0.1.22).\"\r\n }\r\n }\r\ \n ]\r\n },\r\n \"disks\": [\r\n {\r\n \"\ - name\": \"cli000006_OsDisk_1_aab5e4e251754196ade95882b5071b03\",\r\n \ + name\": \"cli000006_OsDisk_1_71ace8b910824fb997a0b593334f3e47\",\r\n \ \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\"\ ,\r\n \"level\": \"Info\",\r\n \"displayStatus\"\ - : \"Provisioning succeeded\",\r\n \"time\": \"2023-03-01T05:17:29.5259908+00:00\"\ + : \"Provisioning succeeded\",\r\n \"time\": \"2023-05-03T05:31:04.0763715+00:00\"\ \r\n }\r\n ]\r\n }\r\n ],\r\n \"extensions\"\ : [\r\n {\r\n \"name\": \"GuestAttestation\",\r\n \ \ \"type\": \"Microsoft.Azure.Security.WindowsAttestation.GuestAttestation\"\ - ,\r\n \"typeHandlerVersion\": \"1.0.1.20\",\r\n \"statuses\"\ + ,\r\n \"typeHandlerVersion\": \"1.0.1.22\",\r\n \"statuses\"\ : [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\"\ ,\r\n \"level\": \"Info\",\r\n \"displayStatus\"\ : \"Provisioning succeeded\",\r\n \"message\": \"Plugin enabled\ \ (handler name: Microsoft.Azure.Security.WindowsAttestation.GuestAttestation,\ - \ extension name: , version: 1.0.1.20).\"\r\n }\r\n ]\r\ - \n }\r\n ],\r\n \"hyperVGeneration\": \"V2\",\r\n \"\ - statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\"\ - ,\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning\ - \ succeeded\",\r\n \"time\": \"2023-03-01T05:24:47.1719704+00:00\"\ - \r\n },\r\n {\r\n \"code\": \"PowerState/running\"\ - ,\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\ - \r\n }\r\n ]\r\n },\r\n \"timeCreated\": \"2023-03-01T05:17:24.6196777+00:00\"\ + \ extension name: , version: 1.0.1.22).\"\r\n }\r\n ]\r\ + \n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\"\ + ,\r\n \"type\": \"Microsoft.Azure.Geneva.GenevaMonitoring\",\r\n\ + \ \"typeHandlerVersion\": \"2.39.0.2\",\r\n \"statuses\"\ + : [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\"\ + ,\r\n \"level\": \"Info\",\r\n \"displayStatus\"\ + : \"Provisioning succeeded\",\r\n \"message\": \"ExtensionOperation:enable.\ + \ Status:Success\"\r\n }\r\n ]\r\n }\r\n ],\r\ + \n \"hyperVGeneration\": \"V2\",\r\n \"statuses\": [\r\n \ + \ {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"\ + level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\"\ + ,\r\n \"time\": \"2023-05-03T05:39:32.7044745+00:00\"\r\n \ + \ },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \ + \ \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\ + \n }\r\n ]\r\n },\r\n \"timeCreated\": \"2023-05-03T05:30:59.9826562+00:00\"\ \r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"GuestAttestation\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli000006/extensions/GuestAttestation\"\ ,\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n\ - \ \"location\": \"westus3\",\r\n \"properties\": {\r\n \"\ - autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\ - ,\r\n \"publisher\": \"Microsoft.Azure.Security.WindowsAttestation\"\ + \ \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \ + \ \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\"\ + : \"Succeeded\",\r\n \"publisher\": \"Microsoft.Azure.Security.WindowsAttestation\"\ ,\r\n \"type\": \"GuestAttestation\",\r\n \"typeHandlerVersion\"\ - : \"1.0\"\r\n }\r\n }\r\n ]\r\n}" + : \"1.0\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\"\ + ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli000006/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\ + ,\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n\ + \ \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \ + \ \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\"\ + : \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"\ + suppressFailures\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\"\ + ,\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\"\ + : \"2.0\"\r\n }\r\n }\r\n ]\r\n}" headers: cache-control: - no-cache content-length: - - '5940' + - '7121' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:24:47 GMT + - Wed, 03 May 2023 05:39:54 GMT expires: - '-1' pragma: @@ -7692,7 +8311,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31989 + - Microsoft.Compute/LowCostGet3Min;3984,Microsoft.Compute/LowCostGet30Min;31967 status: code: 200 message: OK @@ -7711,18 +8330,18 @@ interactions: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-network/21.0.1 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli000006VMNic?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cli000006VMNic\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli000006VMNic\"\ - ,\r\n \"etag\": \"W/\\\"582321ef-3c84-4235-ac18-9e0fec414a87\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"c1244829-5e73-4483-b594-ec4bcf8f96f4\\\"\",\r\n \ \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ - ,\r\n \"resourceGuid\": \"e59aa6ca-f44f-4d10-b8bf-6fa15e950883\",\r\n \ + ,\r\n \"resourceGuid\": \"abea41a3-7048-4134-bf95-b62b86261135\",\r\n \ \ \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfigcli000006\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli000006VMNic/ipConfigurations/ipconfigcli000006\"\ - ,\r\n \"etag\": \"W/\\\"582321ef-3c84-4235-ac18-9e0fec414a87\\\"\"\ + ,\r\n \"etag\": \"W/\\\"c1244829-5e73-4483-b594-ec4bcf8f96f4\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\"\ @@ -7732,27 +8351,27 @@ interactions: \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\": \"pj0ckxd2scce1d0uotuew5jfvh.phxx.internal.cloudapp.net\"\ - \r\n },\r\n \"macAddress\": \"60-45-BD-AA-21-6E\",\r\n \"enableAcceleratedNetworking\"\ - : false,\r\n \"vnetEncryptionSupported\": false,\r\n \"enableIPForwarding\"\ - : false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006NSG\"\ + internalDomainNameSuffix\": \"nljb1dwne0zuph2jh0t0mt4hog.cdmx.internal.cloudapp.net\"\ + \r\n },\r\n \"macAddress\": \"60-45-BD-75-9E-46\",\r\n \"vnetEncryptionSupported\"\ + : false,\r\n \"enableIPForwarding\": false,\r\n \"networkSecurityGroup\"\ + : {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006NSG\"\ \r\n },\r\n \"primary\": true,\r\n \"virtualMachine\": {\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli000006\"\ \r\n },\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\ \n \"nicType\": \"Standard\",\r\n \"allowPort25Out\": true\r\n },\r\ \n \"type\": \"Microsoft.Network/networkInterfaces\",\r\n \"location\":\ - \ \"westus3\",\r\n \"kind\": \"Regular\"\r\n}" + \ \"centraluseuap\",\r\n \"kind\": \"Regular\"\r\n}" headers: cache-control: - no-cache content-length: - - '2425' + - '2388' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:24:47 GMT + - Wed, 03 May 2023 05:39:54 GMT etag: - - W/"582321ef-3c84-4235-ac18-9e0fec414a87" + - W/"c1244829-5e73-4483-b594-ec4bcf8f96f4" expires: - '-1' pragma: @@ -7769,10 +8388,10 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - aa655bed-dbbd-4b34-9d0d-7d3402f1fc47 + - ff2b0a70-8335-4300-8512-919dc3ba8a60 status: code: 200 - message: '' + message: OK - request: body: null headers: @@ -7788,19 +8407,19 @@ interactions: - -n -g --image --location --security-type --admin-password --vnet-name --subnet --admin-username User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-network/21.0.1 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cli000006PublicIP?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cli000006PublicIP\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cli000006PublicIP\"\ - ,\r\n \"etag\": \"W/\\\"ecc3fa73-8997-4ee1-837f-c5d4334f90c5\\\"\",\r\n \ - \ \"location\": \"westus3\",\r\n \"tags\": {},\r\n \"properties\": {\r\n\ - \ \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b9942a60-1559-4868-8064-1e15b8be6720\"\ - ,\r\n \"ipAddress\": \"20.168.49.207\",\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/clitest000001/providers/Microsoft.Network/networkInterfaces/cli000006VMNic/ipConfigurations/ipconfigcli000006\"\ + ,\r\n \"etag\": \"W/\\\"5143dab4-2425-455d-816c-2b76ace3a78e\\\"\",\r\n \ + \ \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\"\ + : {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\":\ + \ \"b1aebfb2-a6cb-41e0-bf7e-68044f2a3d00\",\r\n \"ipAddress\": \"20.228.58.207\"\ + ,\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/clitest000001/providers/Microsoft.Network/networkInterfaces/cli000006VMNic/ipConfigurations/ipconfigcli000006\"\ \r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\ \n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Regional\"\r\ \n }\r\n}" @@ -7808,13 +8427,13 @@ interactions: cache-control: - no-cache content-length: - - '923' + - '929' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:24:48 GMT + - Wed, 03 May 2023 05:39:55 GMT etag: - - W/"ecc3fa73-8997-4ee1-837f-c5d4334f90c5" + - W/"5143dab4-2425-455d-816c-2b76ace3a78e" expires: - '-1' pragma: @@ -7831,10 +8450,10 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a2baea78-bc16-4a31-9a2d-fa2fa4215767 + - 755b6d77-b51d-4548-9bbc-878b6eb6d4ee status: code: 200 - message: '' + message: OK - request: body: null headers: @@ -7849,62 +8468,67 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli000006?api-version=2022-11-01 response: body: string: "{\r\n \"name\": \"cli000006\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli000006\"\ ,\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\"\ - : \"westus3\",\r\n \"tags\": {\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\"\ - : \"true\",\r\n \"azsecpack\": \"nonprod\"\r\n },\r\n \"identity\": {\r\ - \n \"type\": \"SystemAssigned, UserAssigned\",\r\n \"principalId\":\ - \ \"331b5c46-983c-4eef-8f2c-038d26f93783\",\r\n \"tenantId\": \"00000000-0000-0000-0000-000000000000\"\ - ,\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-westus3\"\ - : {\r\n \"principalId\": \"d93ad33d-dba2-48e2-be9c-086e7912d250\",\r\ - \n \"clientId\": \"eb80fd42-5411-46d9-a512-3bccfbd9d268\"\r\n \ - \ }\r\n }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"333df251-0eb4-4e88-87e1-f39233749196\"\ + : \"centraluseuap\",\r\n \"tags\": {\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\"\ + : \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\ + ,\r\n \"principalId\": \"9aa1ed99-8636-444e-81aa-293394e44c60\",\r\n \ + \ \"tenantId\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n \"\ + properties\": {\r\n \"vmId\": \"555775ea-9039-4c1d-bdf7-0fe056a62502\"\ ,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\ \n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \ \ \"publisher\": \"MicrosoftWindowsDesktop\",\r\n \"offer\":\ \ \"Windows-10\",\r\n \"sku\": \"win10-21h2-entn-g2\",\r\n \"\ version\": \"19044.2486.230107\",\r\n \"exactVersion\": \"19044.2486.230107\"\ \r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n\ - \ \"name\": \"cli000006_OsDisk_1_aab5e4e251754196ade95882b5071b03\"\ + \ \"name\": \"cli000006_OsDisk_1_71ace8b910824fb997a0b593334f3e47\"\ ,\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/clitest000001/providers/Microsoft.Compute/disks/cli000006_OsDisk_1_aab5e4e251754196ade95882b5071b03\"\ + ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/disks/cli000006_OsDisk_1_71ace8b910824fb997a0b593334f3e47\"\ \r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\"\ - : 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\"\ - : {\r\n \"computerName\": \"cli000006\",\r\n \"adminUsername\":\ - \ \"cli000007\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\"\ - : true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\"\ - : {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\"\ - : \"ImageDefault\"\r\n },\r\n \"enableVMAgentPlatformUpdates\"\ - : false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\"\ - : true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"\ - securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\"\ - : true,\r\n \"vTpmEnabled\": true\r\n },\r\n \"securityType\"\ - : \"TrustedLaunch\"\r\n },\r\n \"networkProfile\": {\"networkInterfaces\"\ - :[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli000006VMNic\"\ + : 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\"\ + : \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"\ + cli000006\",\r\n \"adminUsername\": \"cli000007\",\r\n \"windowsConfiguration\"\ + : {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\"\ + : true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\"\ + ,\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \ + \ \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\"\ + : [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\"\ + : true\r\n },\r\n \"securityProfile\": {\r\n \"uefiSettings\":\ + \ {\r\n \"secureBootEnabled\": true,\r\n \"vTpmEnabled\": true\r\ + \n },\r\n \"securityType\": \"TrustedLaunch\"\r\n },\r\n \"\ + networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli000006VMNic\"\ }]},\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\":\ - \ \"2023-03-01T05:17:24.6196777+00:00\"\r\n },\r\n \"resources\": [\r\n\ + \ \"2023-05-03T05:30:59.9826562+00:00\"\r\n },\r\n \"resources\": [\r\n\ \ {\r\n \"name\": \"GuestAttestation\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli000006/extensions/GuestAttestation\"\ ,\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n\ - \ \"location\": \"westus3\",\r\n \"properties\": {\r\n \"\ - autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\ - ,\r\n \"publisher\": \"Microsoft.Azure.Security.WindowsAttestation\"\ + \ \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \ + \ \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\"\ + : \"Succeeded\",\r\n \"publisher\": \"Microsoft.Azure.Security.WindowsAttestation\"\ ,\r\n \"type\": \"GuestAttestation\",\r\n \"typeHandlerVersion\"\ - : \"1.0\"\r\n }\r\n }\r\n ]\r\n}" + : \"1.0\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Geneva.GenevaMonitoring\"\ + ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli000006/extensions/Microsoft.Azure.Geneva.GenevaMonitoring\"\ + ,\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n\ + \ \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \ + \ \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\"\ + : \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"\ + suppressFailures\": true,\r\n \"publisher\": \"Microsoft.Azure.Geneva\"\ + ,\r\n \"type\": \"GenevaMonitoring\",\r\n \"typeHandlerVersion\"\ + : \"2.0\"\r\n }\r\n }\r\n ]\r\n}" headers: cache-control: - no-cache content-length: - - '3483' + - '3814' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:24:48 GMT + - Wed, 03 May 2023 05:39:56 GMT expires: - '-1' pragma: @@ -7921,14 +8545,14 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31986 + - Microsoft.Compute/LowCostGet3Min;3981,Microsoft.Compute/LowCostGet30Min;31964 status: code: 200 message: OK - request: - body: '{"location": "westus3", "tags": {}, "properties": {"publishingProfile": - {"targetRegions": [{"name": "westus3"}]}, "storageProfile": {"osDiskImage": - {"source": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/disks/cli000006_OsDisk_1_aab5e4e251754196ade95882b5071b03"}}}}}' + body: '{"location": "centraluseuap", "tags": {}, "properties": {"publishingProfile": + {"targetRegions": [{"name": "centraluseuap"}]}, "storageProfile": {"osDiskImage": + {"source": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/disks/cli000006_OsDisk_1_71ace8b910824fb997a0b593334f3e47"}}}}}' headers: Accept: - application/json @@ -7939,43 +8563,43 @@ interactions: Connection: - keep-alive Content-Length: - - '339' + - '351' Content-Type: - application/json ParameterSetName: - -g --gallery-name --gallery-image-definition --location --gallery-image-version --os-snapshot User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004/images/cli000005/versions/1.0.0?api-version=2022-03-03 response: body: string: "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004/images/cli000005/versions/1.0.0\"\ ,\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"\ - location\": \"westus3\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \ - \ \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n\ - \ \"name\": \"West US 3\",\r\n \"regionalReplicaCount\"\ + location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\ + \n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\ + \n \"name\": \"Central US EUAP\",\r\n \"regionalReplicaCount\"\ : 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n\ \ ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\ - \n \"publishedDate\": \"2023-03-01T05:24:51.2066203+00:00\",\r\n \ + \n \"publishedDate\": \"2023-05-03T05:39:59.0903706+00:00\",\r\n \ \ \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\"\ : {\r\n \"osDiskImage\": {\r\n \"hostCaching\": \"ReadWrite\"\ - ,\r\n \"source\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/disks/cli000006_OsDisk_1_aab5e4e251754196ade95882b5071b03\"\ + ,\r\n \"source\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/disks/cli000006_OsDisk_1_71ace8b910824fb997a0b593334f3e47\"\ \r\n }\r\n }\r\n },\r\n \"safetyProfile\": {\r\n \"\ reportedForPolicyViolation\": false,\r\n \"allowDeletionOfReplicatedLocations\"\ : false\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/WestUS3/capsOperations/87e1c1b8-5491-4f6b-a116-358b8c1a2a9f?api-version=2022-03-03 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/CentralUSEUAP/capsOperations/0b93960e-0464-48fd-a3d9-cd8e125a0648?api-version=2022-03-03 cache-control: - no-cache content-length: - - '1183' + - '1195' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:24:50 GMT + - Wed, 03 May 2023 05:39:59 GMT expires: - '-1' pragma: @@ -8009,13 +8633,13 @@ interactions: - -g --gallery-name --gallery-image-definition --location --gallery-image-version --os-snapshot User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/WestUS3/capsOperations/87e1c1b8-5491-4f6b-a116-358b8c1a2a9f?api-version=2022-03-03 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/CentralUSEUAP/capsOperations/0b93960e-0464-48fd-a3d9-cd8e125a0648?api-version=2022-03-03 response: body: - string: "{\r\n \"startTime\": \"2023-03-01T05:24:51.2066203+00:00\",\r\n \"\ - status\": \"InProgress\",\r\n \"name\": \"87e1c1b8-5491-4f6b-a116-358b8c1a2a9f\"\ + string: "{\r\n \"startTime\": \"2023-05-03T05:39:58.9184967+00:00\",\r\n \"\ + status\": \"InProgress\",\r\n \"name\": \"0b93960e-0464-48fd-a3d9-cd8e125a0648\"\ \r\n}" headers: cache-control: @@ -8025,7 +8649,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:25:50 GMT + - Wed, 03 May 2023 05:40:59 GMT expires: - '-1' pragma: @@ -8061,13 +8685,13 @@ interactions: - -g --gallery-name --gallery-image-definition --location --gallery-image-version --os-snapshot User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/WestUS3/capsOperations/87e1c1b8-5491-4f6b-a116-358b8c1a2a9f?api-version=2022-03-03 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/CentralUSEUAP/capsOperations/0b93960e-0464-48fd-a3d9-cd8e125a0648?api-version=2022-03-03 response: body: - string: "{\r\n \"startTime\": \"2023-03-01T05:24:51.2066203+00:00\",\r\n \"\ - status\": \"InProgress\",\r\n \"name\": \"87e1c1b8-5491-4f6b-a116-358b8c1a2a9f\"\ + string: "{\r\n \"startTime\": \"2023-05-03T05:39:58.9184967+00:00\",\r\n \"\ + status\": \"InProgress\",\r\n \"name\": \"0b93960e-0464-48fd-a3d9-cd8e125a0648\"\ \r\n}" headers: cache-control: @@ -8077,7 +8701,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:26:50 GMT + - Wed, 03 May 2023 05:41:59 GMT expires: - '-1' pragma: @@ -8113,13 +8737,13 @@ interactions: - -g --gallery-name --gallery-image-definition --location --gallery-image-version --os-snapshot User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/WestUS3/capsOperations/87e1c1b8-5491-4f6b-a116-358b8c1a2a9f?api-version=2022-03-03 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/CentralUSEUAP/capsOperations/0b93960e-0464-48fd-a3d9-cd8e125a0648?api-version=2022-03-03 response: body: - string: "{\r\n \"startTime\": \"2023-03-01T05:24:51.2066203+00:00\",\r\n \"\ - status\": \"InProgress\",\r\n \"name\": \"87e1c1b8-5491-4f6b-a116-358b8c1a2a9f\"\ + string: "{\r\n \"startTime\": \"2023-05-03T05:39:58.9184967+00:00\",\r\n \"\ + status\": \"InProgress\",\r\n \"name\": \"0b93960e-0464-48fd-a3d9-cd8e125a0648\"\ \r\n}" headers: cache-control: @@ -8129,7 +8753,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:27:50 GMT + - Wed, 03 May 2023 05:42:59 GMT expires: - '-1' pragma: @@ -8165,13 +8789,13 @@ interactions: - -g --gallery-name --gallery-image-definition --location --gallery-image-version --os-snapshot User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/WestUS3/capsOperations/87e1c1b8-5491-4f6b-a116-358b8c1a2a9f?api-version=2022-03-03 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/CentralUSEUAP/capsOperations/0b93960e-0464-48fd-a3d9-cd8e125a0648?api-version=2022-03-03 response: body: - string: "{\r\n \"startTime\": \"2023-03-01T05:24:51.2066203+00:00\",\r\n \"\ - status\": \"InProgress\",\r\n \"name\": \"87e1c1b8-5491-4f6b-a116-358b8c1a2a9f\"\ + string: "{\r\n \"startTime\": \"2023-05-03T05:39:58.9184967+00:00\",\r\n \"\ + status\": \"InProgress\",\r\n \"name\": \"0b93960e-0464-48fd-a3d9-cd8e125a0648\"\ \r\n}" headers: cache-control: @@ -8181,7 +8805,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:28:51 GMT + - Wed, 03 May 2023 05:43:59 GMT expires: - '-1' pragma: @@ -8217,13 +8841,13 @@ interactions: - -g --gallery-name --gallery-image-definition --location --gallery-image-version --os-snapshot User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/WestUS3/capsOperations/87e1c1b8-5491-4f6b-a116-358b8c1a2a9f?api-version=2022-03-03 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/CentralUSEUAP/capsOperations/0b93960e-0464-48fd-a3d9-cd8e125a0648?api-version=2022-03-03 response: body: - string: "{\r\n \"startTime\": \"2023-03-01T05:24:51.2066203+00:00\",\r\n \"\ - status\": \"InProgress\",\r\n \"name\": \"87e1c1b8-5491-4f6b-a116-358b8c1a2a9f\"\ + string: "{\r\n \"startTime\": \"2023-05-03T05:39:58.9184967+00:00\",\r\n \"\ + status\": \"InProgress\",\r\n \"name\": \"0b93960e-0464-48fd-a3d9-cd8e125a0648\"\ \r\n}" headers: cache-control: @@ -8233,7 +8857,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:29:51 GMT + - Wed, 03 May 2023 05:45:00 GMT expires: - '-1' pragma: @@ -8269,13 +8893,13 @@ interactions: - -g --gallery-name --gallery-image-definition --location --gallery-image-version --os-snapshot User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/WestUS3/capsOperations/87e1c1b8-5491-4f6b-a116-358b8c1a2a9f?api-version=2022-03-03 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/CentralUSEUAP/capsOperations/0b93960e-0464-48fd-a3d9-cd8e125a0648?api-version=2022-03-03 response: body: - string: "{\r\n \"startTime\": \"2023-03-01T05:24:51.2066203+00:00\",\r\n \"\ - status\": \"InProgress\",\r\n \"name\": \"87e1c1b8-5491-4f6b-a116-358b8c1a2a9f\"\ + string: "{\r\n \"startTime\": \"2023-05-03T05:39:58.9184967+00:00\",\r\n \"\ + status\": \"InProgress\",\r\n \"name\": \"0b93960e-0464-48fd-a3d9-cd8e125a0648\"\ \r\n}" headers: cache-control: @@ -8285,7 +8909,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:30:51 GMT + - Wed, 03 May 2023 05:46:00 GMT expires: - '-1' pragma: @@ -8321,13 +8945,13 @@ interactions: - -g --gallery-name --gallery-image-definition --location --gallery-image-version --os-snapshot User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/WestUS3/capsOperations/87e1c1b8-5491-4f6b-a116-358b8c1a2a9f?api-version=2022-03-03 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/CentralUSEUAP/capsOperations/0b93960e-0464-48fd-a3d9-cd8e125a0648?api-version=2022-03-03 response: body: - string: "{\r\n \"startTime\": \"2023-03-01T05:24:51.2066203+00:00\",\r\n \"\ - status\": \"InProgress\",\r\n \"name\": \"87e1c1b8-5491-4f6b-a116-358b8c1a2a9f\"\ + string: "{\r\n \"startTime\": \"2023-05-03T05:39:58.9184967+00:00\",\r\n \"\ + status\": \"InProgress\",\r\n \"name\": \"0b93960e-0464-48fd-a3d9-cd8e125a0648\"\ \r\n}" headers: cache-control: @@ -8337,7 +8961,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:31:50 GMT + - Wed, 03 May 2023 05:47:00 GMT expires: - '-1' pragma: @@ -8373,14 +8997,14 @@ interactions: - -g --gallery-name --gallery-image-definition --location --gallery-image-version --os-snapshot User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/WestUS3/capsOperations/87e1c1b8-5491-4f6b-a116-358b8c1a2a9f?api-version=2022-03-03 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/CentralUSEUAP/capsOperations/0b93960e-0464-48fd-a3d9-cd8e125a0648?api-version=2022-03-03 response: body: - string: "{\r\n \"startTime\": \"2023-03-01T05:24:51.2066203+00:00\",\r\n \"\ - endTime\": \"2023-03-01T05:32:23.9148395+00:00\",\r\n \"status\": \"Succeeded\"\ - ,\r\n \"name\": \"87e1c1b8-5491-4f6b-a116-358b8c1a2a9f\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-03T05:39:58.9184967+00:00\",\r\n \"\ + endTime\": \"2023-05-03T05:47:54.4843134+00:00\",\r\n \"status\": \"Succeeded\"\ + ,\r\n \"name\": \"0b93960e-0464-48fd-a3d9-cd8e125a0648\"\r\n}" headers: cache-control: - no-cache @@ -8389,7 +9013,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:32:51 GMT + - Wed, 03 May 2023 05:48:00 GMT expires: - '-1' pragma: @@ -8425,23 +9049,23 @@ interactions: - -g --gallery-name --gallery-image-definition --location --gallery-image-version --os-snapshot User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004/images/cli000005/versions/1.0.0?api-version=2022-03-03 response: body: string: "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004/images/cli000005/versions/1.0.0\"\ ,\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"\ - location\": \"westus3\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \ - \ \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n\ - \ \"name\": \"West US 3\",\r\n \"regionalReplicaCount\"\ + location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\ + \n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\ + \n \"name\": \"Central US EUAP\",\r\n \"regionalReplicaCount\"\ : 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n\ \ ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\ - \n \"publishedDate\": \"2023-03-01T05:24:51.2066203+00:00\",\r\n \ + \n \"publishedDate\": \"2023-05-03T05:39:59.0903706+00:00\",\r\n \ \ \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\"\ : {\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"\ hostCaching\": \"ReadWrite\",\r\n \"source\": {\r\n \"id\"\ - : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/disks/cli000006_OsDisk_1_aab5e4e251754196ade95882b5071b03\"\ + : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/disks/cli000006_OsDisk_1_71ace8b910824fb997a0b593334f3e47\"\ \r\n }\r\n }\r\n },\r\n \"safetyProfile\": {\r\n \"\ reportedForPolicyViolation\": false,\r\n \"allowDeletionOfReplicatedLocations\"\ : false\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}" @@ -8449,11 +9073,11 @@ interactions: cache-control: - no-cache content-length: - - '1210' + - '1222' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:32:52 GMT + - Wed, 03 May 2023 05:48:01 GMT expires: - '-1' pragma: @@ -8488,9 +9112,9 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.45.0 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.47.0 method: GET - uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%278c64326b-75b5-47ff-850b-5cfb09000147%27%29 + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%27fb3a7793-2bcc-4122-b440-b04d0730290d%27%29 response: body: string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' @@ -8502,11 +9126,11 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Wed, 01 Mar 2023 05:32:52 GMT + - Wed, 03 May 2023 05:48:02 GMT odata-version: - '4.0' request-id: - - 5ba54066-c0d9-4d67-8eee-34e828eca720 + - 86d4f454-2fae-4082-9df4-4d1298f9b28b strict-transport-security: - max-age=31536000 transfer-encoding: @@ -8514,14 +9138,14 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"003","RoleInstance":"SJ1PEPF00000D01"}}' + - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"004","RoleInstance":"BY3PEPF00010592"}}' x-ms-resource-unit: - '1' status: code: 200 message: OK - request: - body: '{"ids": ["8c64326b-75b5-47ff-850b-5cfb09000147"], "types": ["user", "group", + body: '{"ids": ["fb3a7793-2bcc-4122-b440-b04d0730290d"], "types": ["user", "group", "servicePrincipal", "directoryObjectPartnerReference"]}' headers: Accept: @@ -8539,12 +9163,12 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.45.0 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.47.0 method: POST uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds response: body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"8c64326b-75b5-47ff-850b-5cfb09000147","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=True","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003"],"appDisplayName":null,"appDescription":null,"appId":"a5072a65-bd3d-4e30-b99b-32dbdde55c9b","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-03-01T05:12:37Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"testid_000003","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["a5072a65-bd3d-4e30-b99b-32dbdde55c9b","https://identity.azure.net/ROuAF4gRuaqqIbuFWwaIrNLCiVQsqzWPP6p99OlaoiA="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"F6B68FF11319222DEF323879EE2ECB2CB4999FB8","displayName":"CN=a5072a65-bd3d-4e30-b99b-32dbdde55c9b","endDateTime":"2023-05-30T05:07:00Z","key":null,"keyId":"1083d685-47bc-43b4-b028-2d592c6077f3","startDateTime":"2023-03-01T05:07:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"fb3a7793-2bcc-4122-b440-b04d0730290d","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=True","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003"],"appDisplayName":null,"appDescription":null,"appId":"c4960e47-714c-4213-8f9f-ff51bfbdb90d","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2023-05-03T05:26:15Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"testid_000003","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["c4960e47-714c-4213-8f9f-ff51bfbdb90d","https://identity.azure.net/25WtkbxynP8H3CwIW/8j+u9nYqGktpxQtBIJ1pfNw24="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"43D46906CFB4AF89F5F0356DD309E15D6ADCBD16","displayName":"CN=c4960e47-714c-4213-8f9f-ff51bfbdb90d","endDateTime":"2023-08-01T05:21:00Z","key":null,"keyId":"ac049f67-8bef-44e5-8937-f6463fa5b6f5","startDateTime":"2023-05-03T05:21:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[],"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null}}]}' headers: cache-control: - no-cache @@ -8553,13 +9177,13 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Wed, 01 Mar 2023 05:32:52 GMT + - Wed, 03 May 2023 05:48:02 GMT location: - https://graph.microsoft.com odata-version: - '4.0' request-id: - - e4b15680-8648-41b5-887d-612aea00c027 + - f7cd6dd9-f0a9-44e5-aec2-fa0a41443a6c strict-transport-security: - max-age=31536000 transfer-encoding: @@ -8567,7 +9191,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"003","RoleInstance":"SJ1PEPF00000D02"}}' + - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"004","RoleInstance":"BY3PEPF00010590"}}' x-ms-resource-unit: - '3' status: @@ -8587,12 +9211,10 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.45.0 - accept-language: - - en-US + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Contributor%27&api-version=2018-01-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Contributor%27&api-version=2022-04-01 response: body: string: '{"value":[{"properties":{"roleName":"Contributor","type":"BuiltInRole","description":"Grants @@ -8606,7 +9228,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:32:53 GMT + - Wed, 03 May 2023 05:48:03 GMT expires: - '-1' pragma: @@ -8626,7 +9248,7 @@ interactions: message: OK - request: body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c", - "principalId": "8c64326b-75b5-47ff-850b-5cfb09000147", "principalType": "ServicePrincipal"}}' + "principalId": "fb3a7793-2bcc-4122-b440-b04d0730290d", "principalType": "ServicePrincipal"}}' headers: Accept: - application/json @@ -8639,21 +9261,19 @@ interactions: Content-Length: - '270' Content-Type: - - application/json; charset=utf-8 + - application/json Cookie: - x-ms-gateway-slice=Production ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.45.0 - accept-language: - - en-US + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004/providers/Microsoft.Authorization/roleAssignments/55826b91-2d5d-4759-8ec3-45d352d739e5?api-version=2020-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004/providers/Microsoft.Authorization/roleAssignments/e683ec86-2308-4b6b-9bb5-bf4397e2b7b9?api-version=2022-04-01 response: body: - string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"8c64326b-75b5-47ff-850b-5cfb09000147","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004","condition":null,"conditionVersion":null,"createdOn":"2023-03-01T05:32:53.5798464Z","updatedOn":"2023-03-01T05:32:54.4308624Z","createdBy":null,"updatedBy":"17755109-de29-4032-8853-f390afd630a2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004/providers/Microsoft.Authorization/roleAssignments/55826b91-2d5d-4759-8ec3-45d352d739e5","type":"Microsoft.Authorization/roleAssignments","name":"55826b91-2d5d-4759-8ec3-45d352d739e5"}' + string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"fb3a7793-2bcc-4122-b440-b04d0730290d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004","condition":null,"conditionVersion":null,"createdOn":"2023-05-03T05:48:03.6640447Z","updatedOn":"2023-05-03T05:48:04.4540631Z","createdBy":null,"updatedBy":"17755109-de29-4032-8853-f390afd630a2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004/providers/Microsoft.Authorization/roleAssignments/e683ec86-2308-4b6b-9bb5-bf4397e2b7b9","type":"Microsoft.Authorization/roleAssignments","name":"e683ec86-2308-4b6b-9bb5-bf4397e2b7b9"}' headers: cache-control: - no-cache @@ -8662,7 +9282,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:32:59 GMT + - Wed, 03 May 2023 05:48:05 GMT expires: - '-1' pragma: @@ -8690,7 +9310,7 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.45.0 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.47.0 method: GET uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%278eec7c09-06ae-48e9-aafd-9fb31a5d5175%27%29 response: @@ -8704,11 +9324,11 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Wed, 01 Mar 2023 05:33:00 GMT + - Wed, 03 May 2023 05:48:05 GMT odata-version: - '4.0' request-id: - - 25632f06-750e-47c4-aa83-2d131a350b2c + - bfddc5ce-a39d-4812-965f-06731471023c strict-transport-security: - max-age=31536000 transfer-encoding: @@ -8716,7 +9336,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"003","RoleInstance":"SJ1PEPF00000D04"}}' + - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"004","RoleInstance":"BY3PEPF0001058B"}}' x-ms-resource-unit: - '1' status: @@ -8741,7 +9361,7 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.45.0 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.47.0 method: POST uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds response: @@ -8762,13 +9382,13 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Wed, 01 Mar 2023 05:33:00 GMT + - Wed, 03 May 2023 05:48:05 GMT location: - https://graph.microsoft.com odata-version: - '4.0' request-id: - - de16b336-c94a-4197-8552-c8daa4baca19 + - 178aeef9-a833-477e-98a3-3414581a5d69 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -8776,7 +9396,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"003","RoleInstance":"SJ1PEPF00000D05"}}' + - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"004","RoleInstance":"BY3PEPF00010587"}}' x-ms-resource-unit: - '3' status: @@ -8796,12 +9416,10 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.45.0 - accept-language: - - en-US + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Reader%27&api-version=2018-01-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Reader%27&api-version=2022-04-01 response: body: string: '{"value":[{"properties":{"roleName":"Reader","type":"BuiltInRole","description":"View @@ -8814,7 +9432,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:33:00 GMT + - Wed, 03 May 2023 05:48:05 GMT expires: - '-1' pragma: @@ -8847,21 +9465,19 @@ interactions: Content-Length: - '270' Content-Type: - - application/json; charset=utf-8 + - application/json Cookie: - x-ms-gateway-slice=Production ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.45.0 - accept-language: - - en-US + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004/providers/Microsoft.Authorization/roleAssignments/8fb0c566-20b8-43e0-a099-d9f45ceb4cec?api-version=2020-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004/providers/Microsoft.Authorization/roleAssignments/a011dba9-8a98-48db-9922-ecffa0e5a5b4?api-version=2022-04-01 response: body: - string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"8eec7c09-06ae-48e9-aafd-9fb31a5d5175","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004","condition":null,"conditionVersion":null,"createdOn":"2023-03-01T05:33:01.0950496Z","updatedOn":"2023-03-01T05:33:01.9810614Z","createdBy":null,"updatedBy":"17755109-de29-4032-8853-f390afd630a2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004/providers/Microsoft.Authorization/roleAssignments/8fb0c566-20b8-43e0-a099-d9f45ceb4cec","type":"Microsoft.Authorization/roleAssignments","name":"8fb0c566-20b8-43e0-a099-d9f45ceb4cec"}' + string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"8eec7c09-06ae-48e9-aafd-9fb31a5d5175","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004","condition":null,"conditionVersion":null,"createdOn":"2023-05-03T05:48:06.9443642Z","updatedOn":"2023-05-03T05:48:07.9308814Z","createdBy":null,"updatedBy":"17755109-de29-4032-8853-f390afd630a2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004/providers/Microsoft.Authorization/roleAssignments/a011dba9-8a98-48db-9922-ecffa0e5a5b4","type":"Microsoft.Authorization/roleAssignments","name":"a011dba9-8a98-48db-9922-ecffa0e5a5b4"}' headers: cache-control: - no-cache @@ -8870,7 +9486,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:33:03 GMT + - Wed, 03 May 2023 05:48:09 GMT expires: - '-1' pragma: @@ -8880,7 +9496,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -8898,12 +9514,12 @@ interactions: ParameterSetName: - --resource-group --dev-center User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries?api-version=2023-04-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default","name":"Default","type":"microsoft.devcenter/devcenters/galleries","systemData":{"createdBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","createdByType":"Application","createdAt":"2023-03-01T05:15:40.1966945Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-03-01T05:15:40.1966945Z"},"properties":{"galleryResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default","provisioningState":"Succeeded"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default","name":"Default","type":"microsoft.devcenter/devcenters/galleries","systemData":{"createdBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","createdByType":"Application","createdAt":"2023-05-03T05:29:09.3112264Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-05-03T05:29:09.3112264Z"},"properties":{"galleryResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default","provisioningState":"Succeeded"}}]}' headers: cache-control: - no-cache @@ -8912,7 +9528,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:33:04 GMT + - Wed, 03 May 2023 05:48:11 GMT expires: - '-1' pragma: @@ -8948,25 +9564,25 @@ interactions: ParameterSetName: - --dev-center --name --gallery-resource-id --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012","name":"cli000012","type":"microsoft.devcenter/devcenters/galleries","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T05:33:05.0284283Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T05:33:05.0284283Z"},"properties":{"provisioningState":"Accepted","galleryResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012","name":"cli000012","type":"microsoft.devcenter/devcenters/galleries","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:48:12.129474Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:48:12.129474Z"},"properties":{"provisioningState":"Accepted","galleryResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/4efdef1c-c808-4564-9f6b-e74f23ab575f*375FE4775D44AC3A89E302BC018875851FA6D879E378EB93FA52E59527649F5D?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2f1c10df-87ea-4c56-a5e7-2064a2d7a6b9*FB9C3A50C59F89982373258BC63A6246F0B8E6EFB764D5E69D03FC31C14467C0?api-version=2023-04-01 cache-control: - no-cache content-length: - - '656' + - '654' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:33:09 GMT + - Wed, 03 May 2023 05:48:15 GMT etag: - - '"01002da6-0000-4d00-0000-63fee3960000"' + - '"00008e11-0000-3300-0000-6451f59f0000"' expires: - '-1' pragma: @@ -8984,7 +9600,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-03-01T05:34:05.2568430Z' + - '2023-05-03T05:49:12.8664646Z' status: code: 201 message: Created @@ -9002,23 +9618,23 @@ interactions: ParameterSetName: - --dev-center --name --gallery-resource-id --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/4efdef1c-c808-4564-9f6b-e74f23ab575f*375FE4775D44AC3A89E302BC018875851FA6D879E378EB93FA52E59527649F5D?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2f1c10df-87ea-4c56-a5e7-2064a2d7a6b9*FB9C3A50C59F89982373258BC63A6246F0B8E6EFB764D5E69D03FC31C14467C0?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/4efdef1c-c808-4564-9f6b-e74f23ab575f*375FE4775D44AC3A89E302BC018875851FA6D879E378EB93FA52E59527649F5D","name":"4efdef1c-c808-4564-9f6b-e74f23ab575f*375FE4775D44AC3A89E302BC018875851FA6D879E378EB93FA52E59527649F5D","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012","status":"Succeeded","startTime":"2023-03-01T05:33:07.0076864Z","endTime":"2023-03-01T05:33:36.6220971Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2f1c10df-87ea-4c56-a5e7-2064a2d7a6b9*FB9C3A50C59F89982373258BC63A6246F0B8E6EFB764D5E69D03FC31C14467C0","name":"2f1c10df-87ea-4c56-a5e7-2064a2d7a6b9*FB9C3A50C59F89982373258BC63A6246F0B8E6EFB764D5E69D03FC31C14467C0","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012","status":"Succeeded","startTime":"2023-05-03T05:48:14.2426854Z","endTime":"2023-05-03T05:48:33.1900405Z","properties":null}' headers: cache-control: - no-cache content-length: - - '629' + - '635' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:33:39 GMT + - Wed, 03 May 2023 05:48:46 GMT etag: - - '"3f0055df-0000-4d00-0000-63fee3b00000"' + - '"00004c00-0000-3300-0000-6451f5b10000"' expires: - '-1' pragma: @@ -9048,23 +9664,23 @@ interactions: ParameterSetName: - --dev-center --name --gallery-resource-id --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012","name":"cli000012","type":"microsoft.devcenter/devcenters/galleries","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T05:33:05.0284283Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T05:33:05.0284283Z"},"properties":{"provisioningState":"Succeeded","galleryResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012","name":"cli000012","type":"microsoft.devcenter/devcenters/galleries","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:48:12.129474Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:48:12.129474Z"},"properties":{"provisioningState":"Succeeded","galleryResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004"}}' headers: cache-control: - no-cache content-length: - - '657' + - '655' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:33:39 GMT + - Wed, 03 May 2023 05:48:46 GMT etag: - - '"01002ea6-0000-4d00-0000-63fee3b10000"' + - '"00009211-0000-3300-0000-6451f5b10000"' expires: - '-1' pragma: @@ -9096,21 +9712,21 @@ interactions: ParameterSetName: - --dev-center --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries?api-version=2023-04-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default","name":"Default","type":"microsoft.devcenter/devcenters/galleries","systemData":{"createdBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","createdByType":"Application","createdAt":"2023-03-01T05:15:40.1966945Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-03-01T05:15:40.1966945Z"},"properties":{"galleryResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012","name":"cli000012","type":"microsoft.devcenter/devcenters/galleries","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T05:33:05.0284283Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T05:33:05.0284283Z"},"properties":{"provisioningState":"Succeeded","galleryResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default","name":"Default","type":"microsoft.devcenter/devcenters/galleries","systemData":{"createdBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","createdByType":"Application","createdAt":"2023-05-03T05:29:09.3112264Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-05-03T05:29:09.3112264Z"},"properties":{"galleryResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012","name":"cli000012","type":"microsoft.devcenter/devcenters/galleries","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:48:12.129474Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:48:12.129474Z"},"properties":{"provisioningState":"Succeeded","galleryResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004"}}]}' headers: cache-control: - no-cache content-length: - - '1392' + - '1390' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:33:40 GMT + - Wed, 03 May 2023 05:48:47 GMT expires: - '-1' pragma: @@ -9142,23 +9758,23 @@ interactions: ParameterSetName: - --dev-center --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012","name":"cli000012","type":"microsoft.devcenter/devcenters/galleries","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T05:33:05.0284283Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T05:33:05.0284283Z"},"properties":{"provisioningState":"Succeeded","galleryResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012","name":"cli000012","type":"microsoft.devcenter/devcenters/galleries","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T05:48:12.129474Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T05:48:12.129474Z"},"properties":{"provisioningState":"Succeeded","galleryResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/galleries/cli000004"}}' headers: cache-control: - no-cache content-length: - - '657' + - '655' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:33:41 GMT + - Wed, 03 May 2023 05:48:48 GMT etag: - - '"01002ea6-0000-4d00-0000-63fee3b10000"' + - '"00009211-0000-3300-0000-6451f5b10000"' expires: - '-1' pragma: @@ -9190,9 +9806,9 @@ interactions: ParameterSetName: - --gallery-name --dev-center --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012/images?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012/images?api-version=2023-04-01 response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012/images/cli000005","name":"cli000005","type":"Microsoft.DevCenter/devcenters/galleries/images","systemData":{"createdByType":"Application","lastModifiedByType":"Application"},"properties":{"publisher":"MicrosoftWindowsDesktop","offer":"Windows-10","sku":"win10-21h2-entn-g2","provisioningState":"Succeeded"}}]}' @@ -9204,7 +9820,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:33:41 GMT + - Wed, 03 May 2023 05:48:50 GMT expires: - '-1' pragma: @@ -9224,7 +9840,7 @@ interactions: x-rate-limit-remaining: - '298' x-rate-limit-reset: - - '2023-03-01T05:34:07.1515303Z' + - '2023-05-03T05:49:14.5328036Z' status: code: 200 message: OK @@ -9242,9 +9858,9 @@ interactions: ParameterSetName: - --name --gallery-name --dev-center --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012/images/cli000005?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012/images/cli000005?api-version=2023-04-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012/images/cli000005","name":"cli000005","type":"Microsoft.DevCenter/devcenters/galleries/images","systemData":{"createdByType":"Application","lastModifiedByType":"Application"},"properties":{"publisher":"MicrosoftWindowsDesktop","offer":"Windows-10","sku":"win10-21h2-entn-g2","provisioningState":"Succeeded"}}' @@ -9256,7 +9872,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:33:41 GMT + - Wed, 03 May 2023 05:48:51 GMT expires: - '-1' pragma: @@ -9274,9 +9890,9 @@ interactions: x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '297' x-rate-limit-reset: - - '2023-03-01T05:34:42.6401614Z' + - '2023-05-03T05:49:14.5328036Z' status: code: 200 message: OK @@ -9294,12 +9910,12 @@ interactions: ParameterSetName: - --image-name --gallery-name --dev-center --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012/images/cli000005/versions?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012/images/cli000005/versions?api-version=2023-04-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012/images/cli000005/versions/1.0.0","name":"1.0.0","type":"Microsoft.DevCenter/devcenters/galleries/images/versions","systemData":{"createdByType":"Application","lastModifiedByType":"Application"},"properties":{"name":"1.0.0","publishedDate":"2023-03-01T05:24:51.206620Z","excludeFromLatest":false,"osDiskImageSizeInGb":127,"provisioningState":"Succeeded"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012/images/cli000005/versions/1.0.0","name":"1.0.0","type":"Microsoft.DevCenter/devcenters/galleries/images/versions","systemData":{"createdByType":"Application","lastModifiedByType":"Application"},"properties":{"name":"1.0.0","publishedDate":"2023-05-03T05:39:59.090370Z","excludeFromLatest":false,"osDiskImageSizeInGb":127,"provisioningState":"Succeeded"}}]}' headers: cache-control: - no-cache @@ -9308,7 +9924,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:33:42 GMT + - Wed, 03 May 2023 05:48:52 GMT expires: - '-1' pragma: @@ -9326,9 +9942,9 @@ interactions: x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-03-01T05:34:05.2568430Z' + - '2023-05-03T05:49:53.1161440Z' status: code: 200 message: OK @@ -9346,12 +9962,12 @@ interactions: ParameterSetName: - --image-name --gallery-name --dev-center --version-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012/images/cli000005/versions/1.0.0?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012/images/cli000005/versions/1.0.0?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012/images/cli000005/versions/1.0.0","name":"1.0.0","type":"Microsoft.DevCenter/devcenters/galleries/images/versions","systemData":{"createdByType":"Application","lastModifiedByType":"Application"},"properties":{"name":"1.0.0","publishedDate":"2023-03-01T05:24:51.206620Z","excludeFromLatest":false,"osDiskImageSizeInGb":127,"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012/images/cli000005/versions/1.0.0","name":"1.0.0","type":"Microsoft.DevCenter/devcenters/galleries/images/versions","systemData":{"createdByType":"Application","lastModifiedByType":"Application"},"properties":{"name":"1.0.0","publishedDate":"2023-05-03T05:39:59.090370Z","excludeFromLatest":false,"osDiskImageSizeInGb":127,"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -9360,7 +9976,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:33:43 GMT + - Wed, 03 May 2023 05:48:53 GMT expires: - '-1' pragma: @@ -9380,7 +9996,7 @@ interactions: x-rate-limit-remaining: - '298' x-rate-limit-reset: - - '2023-03-01T05:34:42.6401614Z' + - '2023-05-03T05:49:12.8664646Z' status: code: 200 message: OK @@ -9400,15 +10016,15 @@ interactions: ParameterSetName: - --yes --dev-center --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012?api-version=2023-04-01 response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/e4099d79-ece3-4d47-a64e-bc1e22f0df77*375FE4775D44AC3A89E302BC018875851FA6D879E378EB93FA52E59527649F5D?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/ccea274b-8218-4cec-b367-e9b289ecf462*FB9C3A50C59F89982373258BC63A6246F0B8E6EFB764D5E69D03FC31C14467C0?api-version=2023-04-01 cache-control: - no-cache content-length: @@ -9416,13 +10032,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:33:46 GMT + - Wed, 03 May 2023 05:48:54 GMT etag: - - '"01002fa6-0000-4d00-0000-63fee3ba0000"' + - '"00009a11-0000-3300-0000-6451f5c60000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/e4099d79-ece3-4d47-a64e-bc1e22f0df77*375FE4775D44AC3A89E302BC018875851FA6D879E378EB93FA52E59527649F5D?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/ccea274b-8218-4cec-b367-e9b289ecf462*FB9C3A50C59F89982373258BC63A6246F0B8E6EFB764D5E69D03FC31C14467C0?api-version=2023-04-01 pragma: - no-cache strict-transport-security: @@ -9436,9 +10052,9 @@ interactions: x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '297' + - '298' x-rate-limit-reset: - - '2023-03-01T05:34:42.6401614Z' + - '2023-05-03T05:49:53.1161440Z' status: code: 202 message: Accepted @@ -9456,23 +10072,23 @@ interactions: ParameterSetName: - --yes --dev-center --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/e4099d79-ece3-4d47-a64e-bc1e22f0df77*375FE4775D44AC3A89E302BC018875851FA6D879E378EB93FA52E59527649F5D?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/ccea274b-8218-4cec-b367-e9b289ecf462*FB9C3A50C59F89982373258BC63A6246F0B8E6EFB764D5E69D03FC31C14467C0?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/e4099d79-ece3-4d47-a64e-bc1e22f0df77*375FE4775D44AC3A89E302BC018875851FA6D879E378EB93FA52E59527649F5D","name":"e4099d79-ece3-4d47-a64e-bc1e22f0df77*375FE4775D44AC3A89E302BC018875851FA6D879E378EB93FA52E59527649F5D","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012","status":"Succeeded","startTime":"2023-03-01T05:33:44.2090221Z","endTime":"2023-03-01T05:33:54.8213133Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/ccea274b-8218-4cec-b367-e9b289ecf462*FB9C3A50C59F89982373258BC63A6246F0B8E6EFB764D5E69D03FC31C14467C0","name":"ccea274b-8218-4cec-b367-e9b289ecf462*FB9C3A50C59F89982373258BC63A6246F0B8E6EFB764D5E69D03FC31C14467C0","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/cli000012","status":"Succeeded","startTime":"2023-05-03T05:48:54.8042861Z","endTime":"2023-05-03T05:49:12.6731344Z","properties":null}' headers: cache-control: - no-cache content-length: - - '629' + - '635' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:34:16 GMT + - Wed, 03 May 2023 05:49:24 GMT etag: - - '"3f0087df-0000-4d00-0000-63fee3c20000"' + - '"00004e00-0000-3300-0000-6451f5d80000"' expires: - '-1' pragma: @@ -9502,12 +10118,12 @@ interactions: ParameterSetName: - --dev-center --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries?api-version=2023-04-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default","name":"Default","type":"microsoft.devcenter/devcenters/galleries","systemData":{"createdBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","createdByType":"Application","createdAt":"2023-03-01T05:15:40.1966945Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-03-01T05:15:40.1966945Z"},"properties":{"galleryResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default","provisioningState":"Succeeded"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default","name":"Default","type":"microsoft.devcenter/devcenters/galleries","systemData":{"createdBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","createdByType":"Application","createdAt":"2023-05-03T05:29:09.3112264Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-05-03T05:29:09.3112264Z"},"properties":{"galleryResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default","provisioningState":"Succeeded"}}]}' headers: cache-control: - no-cache @@ -9516,7 +10132,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:34:17 GMT + - Wed, 03 May 2023 05:49:25 GMT expires: - '-1' pragma: diff --git a/src/devcenter/azext_devcenter/tests/latest/recordings/test_network_connection_scenario.yaml b/src/devcenter/azext_devcenter/tests/latest/recordings/test_network_connection_scenario.yaml index d8ac6f03ae0..74dc10cd66d 100644 --- a/src/devcenter/azext_devcenter/tests/latest/recordings/test_network_connection_scenario.yaml +++ b/src/devcenter/azext_devcenter/tests/latest/recordings/test_network_connection_scenario.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: '{"location": "westus3", "properties": {"addressSpace": {"addressPrefixes": + body: '{"location": "centraluseuap", "properties": {"addressSpace": {"addressPrefixes": ["10.0.0.0/16"]}, "enableDdosProtection": false, "enableVmProtection": false}}' headers: Accept: @@ -12,22 +12,22 @@ interactions: Connection: - keep-alive Content-Length: - - '153' + - '159' Content-Type: - application/json ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cli000002\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002\"\ - ,\r\n \"etag\": \"W/\\\"57190d19-0b6f-4b0d-b4f2-a6b8907950a9\\\"\",\r\n \ - \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus3\"\ + ,\r\n \"etag\": \"W/\\\"c393d98c-09d9-403c-93e3-a449128e8bea\\\"\",\r\n \ + \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"centraluseuap\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ - \ \"resourceGuid\": \"dc79e949-742b-467d-93ab-f358f2334291\",\r\n \"\ + \ \"resourceGuid\": \"9c9205b6-a8a3-40a5-9dce-ef0d0ccd41b6\",\r\n \"\ addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\ \r\n ]\r\n },\r\n \"subnets\": [],\r\n \"virtualNetworkPeerings\"\ : [],\r\n \"enableDdosProtection\": false\r\n }\r\n}" @@ -35,15 +35,15 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus3/operations/c3e030c4-19cf-42af-b680-27374458c4cb?api-version=2022-01-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/61971b73-52af-4e19-8a39-42b44045abd2?api-version=2022-01-01 cache-control: - no-cache content-length: - - '610' + - '616' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:48:37 GMT + - Wed, 03 May 2023 04:17:01 GMT expires: - '-1' pragma: @@ -56,9 +56,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 396389fa-ee35-4412-aa57-2b3e9699e9e0 + - 30357208-570c-48e0-b00b-0a6b133e7d4b x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -76,9 +76,9 @@ interactions: ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus3/operations/c3e030c4-19cf-42af-b680-27374458c4cb?api-version=2022-01-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/61971b73-52af-4e19-8a39-42b44045abd2?api-version=2022-01-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -90,7 +90,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:48:40 GMT + - Wed, 03 May 2023 04:17:04 GMT expires: - '-1' pragma: @@ -107,7 +107,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 81be57b4-c972-4594-b0da-6c575bc426f6 + - 3b509b76-ae04-4616-8c0f-2b8cff4357b7 status: code: 200 message: OK @@ -125,16 +125,16 @@ interactions: ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cli000002\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002\"\ - ,\r\n \"etag\": \"W/\\\"8c597a6b-c346-446e-8e73-309944baf4ee\\\"\",\r\n \ - \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus3\"\ + ,\r\n \"etag\": \"W/\\\"c059d710-0ffb-4d95-bf25-09624c5e079a\\\"\",\r\n \ + \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"centraluseuap\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ - \ \"resourceGuid\": \"dc79e949-742b-467d-93ab-f358f2334291\",\r\n \"\ + \ \"resourceGuid\": \"9c9205b6-a8a3-40a5-9dce-ef0d0ccd41b6\",\r\n \"\ addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\ \r\n ]\r\n },\r\n \"subnets\": [],\r\n \"virtualNetworkPeerings\"\ : [],\r\n \"enableDdosProtection\": false\r\n }\r\n}" @@ -142,13 +142,13 @@ interactions: cache-control: - no-cache content-length: - - '611' + - '617' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:48:40 GMT + - Wed, 03 May 2023 04:17:04 GMT etag: - - W/"8c597a6b-c346-446e-8e73-309944baf4ee" + - W/"c059d710-0ffb-4d95-bf25-09624c5e079a" expires: - '-1' pragma: @@ -165,12 +165,12 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6ee6e63b-5bce-4b62-9680-01dd20b346b3 + - 2977b9ee-566b-4e61-8c1f-9bfb84864cfc status: code: 200 message: OK - request: - body: '{"location": "westus3"}' + body: '{"location": "centraluseuap"}' headers: Accept: - application/json @@ -181,25 +181,25 @@ interactions: Connection: - keep-alive Content-Length: - - '23' + - '29' Content-Type: - application/json ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000004?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cli000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000004\"\ - ,\r\n \"etag\": \"W/\\\"52014b5f-4bf5-4182-8e1c-bcf6956fe755\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"c1ad158c-1edb-409c-a3b3-b20075623774\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\"\ - : \"westus3\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ - ,\r\n \"resourceGuid\": \"d7633107-4e2e-4260-bbe2-2df5aa41ac5c\",\r\n \ - \ \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n {\r\ - \n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000004/defaultSecurityRules/AllowVnetInBound\"\ - ,\r\n \"etag\": \"W/\\\"52014b5f-4bf5-4182-8e1c-bcf6956fe755\\\"\"\ + : \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\":\ + \ \"Updating\",\r\n \"resourceGuid\": \"e9244ca4-093e-4334-851a-66c455a1346e\"\ + ,\r\n \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n \ + \ {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000004/defaultSecurityRules/AllowVnetInBound\"\ + ,\r\n \"etag\": \"W/\\\"c1ad158c-1edb-409c-a3b3-b20075623774\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\"\ @@ -212,7 +212,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\ \n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000004/defaultSecurityRules/AllowAzureLoadBalancerInBound\"\ - ,\r\n \"etag\": \"W/\\\"52014b5f-4bf5-4182-8e1c-bcf6956fe755\\\"\"\ + ,\r\n \"etag\": \"W/\\\"c1ad158c-1edb-409c-a3b3-b20075623774\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Allow inbound traffic from azure load balancer\"\ @@ -225,7 +225,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\"\ : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000004/defaultSecurityRules/DenyAllInBound\"\ - ,\r\n \"etag\": \"W/\\\"52014b5f-4bf5-4182-8e1c-bcf6956fe755\\\"\"\ + ,\r\n \"etag\": \"W/\\\"c1ad158c-1edb-409c-a3b3-b20075623774\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Deny all inbound traffic\",\r\n \ @@ -237,7 +237,7 @@ interactions: : [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\"\ : []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000004/defaultSecurityRules/AllowVnetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"52014b5f-4bf5-4182-8e1c-bcf6956fe755\\\"\"\ + ,\r\n \"etag\": \"W/\\\"c1ad158c-1edb-409c-a3b3-b20075623774\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Allow outbound traffic from all VMs to all\ @@ -250,7 +250,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000004/defaultSecurityRules/AllowInternetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"52014b5f-4bf5-4182-8e1c-bcf6956fe755\\\"\"\ + ,\r\n \"etag\": \"W/\\\"c1ad158c-1edb-409c-a3b3-b20075623774\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\"\ @@ -263,7 +263,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"\ id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000004/defaultSecurityRules/DenyAllOutBound\"\ - ,\r\n \"etag\": \"W/\\\"52014b5f-4bf5-4182-8e1c-bcf6956fe755\\\"\"\ + ,\r\n \"etag\": \"W/\\\"c1ad158c-1edb-409c-a3b3-b20075623774\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Deny all outbound traffic\",\r\n \ @@ -278,15 +278,15 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus3/operations/f77df070-180a-4c2e-9581-d1cab8a8f481?api-version=2022-01-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/9ba98007-4480-4e3f-94a7-902ad5140c52?api-version=2022-01-01 cache-control: - no-cache content-length: - - '6532' + - '6538' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:48:43 GMT + - Wed, 03 May 2023 04:17:05 GMT expires: - '-1' pragma: @@ -299,9 +299,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a45c0e24-260d-45b1-97f9-92b739d6dd7f + - ab84f2ed-1a04-40d7-9dc4-32ead9ca259c x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1196' status: code: 201 message: Created @@ -319,9 +319,9 @@ interactions: ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus3/operations/f77df070-180a-4c2e-9581-d1cab8a8f481?api-version=2022-01-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/9ba98007-4480-4e3f-94a7-902ad5140c52?api-version=2022-01-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -333,7 +333,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:48:46 GMT + - Wed, 03 May 2023 04:17:07 GMT expires: - '-1' pragma: @@ -350,7 +350,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9e0fa788-770a-4c0b-a7a5-173b10c2cee3 + - 4d13af4b-5a9f-4bbb-8407-120e0b01f162 status: code: 200 message: OK @@ -368,19 +368,19 @@ interactions: ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000004?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cli000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000004\"\ - ,\r\n \"etag\": \"W/\\\"1b24dd60-2964-492a-a26b-a6e9e08dbaaa\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"a9fb8254-f9b0-430b-8b6b-5daee27b6756\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\"\ - : \"westus3\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ - ,\r\n \"resourceGuid\": \"d7633107-4e2e-4260-bbe2-2df5aa41ac5c\",\r\n \ - \ \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n {\r\ - \n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000004/defaultSecurityRules/AllowVnetInBound\"\ - ,\r\n \"etag\": \"W/\\\"1b24dd60-2964-492a-a26b-a6e9e08dbaaa\\\"\"\ + : \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\":\ + \ \"Succeeded\",\r\n \"resourceGuid\": \"e9244ca4-093e-4334-851a-66c455a1346e\"\ + ,\r\n \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n \ + \ {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000004/defaultSecurityRules/AllowVnetInBound\"\ + ,\r\n \"etag\": \"W/\\\"a9fb8254-f9b0-430b-8b6b-5daee27b6756\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\"\ @@ -393,7 +393,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\ \n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000004/defaultSecurityRules/AllowAzureLoadBalancerInBound\"\ - ,\r\n \"etag\": \"W/\\\"1b24dd60-2964-492a-a26b-a6e9e08dbaaa\\\"\"\ + ,\r\n \"etag\": \"W/\\\"a9fb8254-f9b0-430b-8b6b-5daee27b6756\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow inbound traffic from azure load balancer\"\ @@ -406,7 +406,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\"\ : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000004/defaultSecurityRules/DenyAllInBound\"\ - ,\r\n \"etag\": \"W/\\\"1b24dd60-2964-492a-a26b-a6e9e08dbaaa\\\"\"\ + ,\r\n \"etag\": \"W/\\\"a9fb8254-f9b0-430b-8b6b-5daee27b6756\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Deny all inbound traffic\",\r\n \ @@ -418,7 +418,7 @@ interactions: : [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\"\ : []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000004/defaultSecurityRules/AllowVnetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"1b24dd60-2964-492a-a26b-a6e9e08dbaaa\\\"\"\ + ,\r\n \"etag\": \"W/\\\"a9fb8254-f9b0-430b-8b6b-5daee27b6756\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow outbound traffic from all VMs to all\ @@ -431,7 +431,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000004/defaultSecurityRules/AllowInternetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"1b24dd60-2964-492a-a26b-a6e9e08dbaaa\\\"\"\ + ,\r\n \"etag\": \"W/\\\"a9fb8254-f9b0-430b-8b6b-5daee27b6756\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\"\ @@ -444,7 +444,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"\ id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000004/defaultSecurityRules/DenyAllOutBound\"\ - ,\r\n \"etag\": \"W/\\\"1b24dd60-2964-492a-a26b-a6e9e08dbaaa\\\"\"\ + ,\r\n \"etag\": \"W/\\\"a9fb8254-f9b0-430b-8b6b-5daee27b6756\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Deny all outbound traffic\",\r\n \ @@ -459,13 +459,13 @@ interactions: cache-control: - no-cache content-length: - - '6539' + - '6545' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:48:46 GMT + - Wed, 03 May 2023 04:17:07 GMT etag: - - W/"1b24dd60-2964-492a-a26b-a6e9e08dbaaa" + - W/"a9fb8254-f9b0-430b-8b6b-5daee27b6756" expires: - '-1' pragma: @@ -482,7 +482,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 65772aa2-83b1-4def-8fee-a00d7dbe8839 + - fb76eddd-b009-44d7-af7e-a678d96a9a5b status: code: 200 message: OK @@ -505,13 +505,13 @@ interactions: ParameterSetName: - --nsg -n --vnet-name -g --address-prefixes User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003\"\ - ,\r\n \"etag\": \"W/\\\"7c91f45d-fd59-4674-b216-b6fc7e1896a0\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"21d5ad0a-d32e-4578-b616-1c72cc558084\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"\ addressPrefix\": \"10.0.0.0/21\",\r\n \"networkSecurityGroup\": {\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000004\"\ @@ -522,7 +522,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus3/operations/53047759-bdc7-48dd-bd8f-3a2db24505e5?api-version=2022-01-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/aec51db2-6124-4a19-acd3-75f93abd63ea?api-version=2022-01-01 cache-control: - no-cache content-length: @@ -530,7 +530,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:48:47 GMT + - Wed, 03 May 2023 04:17:09 GMT expires: - '-1' pragma: @@ -543,9 +543,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d3da47f2-a559-46bb-a0a2-d13dd7c34202 + - e1eb98b4-b79a-4381-b45e-b007fedbe32f x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -563,9 +563,9 @@ interactions: ParameterSetName: - --nsg -n --vnet-name -g --address-prefixes User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus3/operations/53047759-bdc7-48dd-bd8f-3a2db24505e5?api-version=2022-01-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/aec51db2-6124-4a19-acd3-75f93abd63ea?api-version=2022-01-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -577,7 +577,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:48:50 GMT + - Wed, 03 May 2023 04:17:12 GMT expires: - '-1' pragma: @@ -594,7 +594,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 42d84c12-1856-400b-973a-74eadf8abd64 + - 2f1f1d8b-8b6a-43f6-a570-f9356e7ceed8 status: code: 200 message: OK @@ -612,13 +612,13 @@ interactions: ParameterSetName: - --nsg -n --vnet-name -g --address-prefixes User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003\"\ - ,\r\n \"etag\": \"W/\\\"f7f84fac-e712-457e-94ad-3506068763fc\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"1ca7af5d-ca3f-4900-a697-74b01c4d6c75\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ addressPrefix\": \"10.0.0.0/21\",\r\n \"networkSecurityGroup\": {\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000004\"\ @@ -633,9 +633,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:48:50 GMT + - Wed, 03 May 2023 04:17:12 GMT etag: - - W/"f7f84fac-e712-457e-94ad-3506068763fc" + - W/"1ca7af5d-ca3f-4900-a697-74b01c4d6c75" expires: - '-1' pragma: @@ -652,7 +652,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a2be6515-9564-461f-9fa7-c6c22645b4ad + - aa64b392-8e08-4de0-8441-69e15dc1cb6d status: code: 200 message: OK @@ -670,9 +670,9 @@ interactions: ParameterSetName: - --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections?api-version=2023-04-01 response: body: string: '{"value":[]}' @@ -684,7 +684,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:48:54 GMT + - Wed, 03 May 2023 04:17:15 GMT expires: - '-1' pragma: @@ -696,25 +696,26 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 2dad510a-91a9-43d0-8b72-415ed91b9179 - - 21f0f90e-b53c-4dda-92b0-8ef58fecdea7 - - 935ae5f1-f72f-4002-8a85-112d418fd29e - - 2a3febd4-8f6a-4b70-a0a4-475a47848a13 - - 9a5799e6-780b-4ab1-9152-f280ff40758f - - c0ad18ff-1cca-4657-9b62-3d01922f17df - - ee686fe0-9890-4038-bfdf-b64f287c214e - - bf6b2ee6-4832-4860-843e-f596cf85ae03 - - 527fe7b5-9f24-414e-8324-f020e82cd2cf - - 8177cf8c-19d9-4597-9088-9e4f2e7d0c4c - - 74c7b55c-8d54-458a-a490-b6ff6a096c88 - - 8b6da974-2cd7-4f89-9ff1-051861da14a1 - - 44cb78fa-ee59-431d-8214-675126d1d232 - - feaea7cd-a34e-4319-b261-9fab89f6cf7e + - 07f32f4f-f591-46d5-81a3-2633e3c750e7 + - 46917d26-c3b9-45fd-87fc-aa97b1339231 + - ea5c76e3-8819-457f-8aed-1639ab8c87af + - c6560682-c0fc-43eb-8f6c-a9113f28b95b + - 31003fdf-bb05-4086-a25a-9b6146c13119 + - 34a2803d-ddac-463a-94a3-6447fbd1f684 + - 2296e627-f439-4707-9c2b-779a8bde8a7b + - c9e2f1b0-3fe5-4ce9-a750-90214face7c2 + - aaf6a777-aac9-46d1-bfa9-572853c1b447 + - 8a4759b9-d2e7-4afe-b858-5f60413598b5 + - e9fe7992-e41a-4b74-988a-a23c64c09691 + - 073656e9-8864-4d57-8deb-18848f3072f5 + - f3062152-12b3-43ac-bf79-1988b2a1d526 + - cf2d23c9-d40f-47b5-9cbd-094406097089 + - 01b616b3-8c9a-4047-bcb2-21ca0c28e019 status: code: 200 message: OK - request: - body: '{"location": "westus3", "properties": {"domainJoinType": "AzureADJoin", + body: '{"location": "centraluseuap", "properties": {"domainJoinType": "AzureADJoin", "networkingResourceGroupName": "cli000008", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003"}, "tags": {"CostCode": "12345"}}' headers: @@ -727,32 +728,32 @@ interactions: Connection: - keep-alive Content-Length: - - '315' + - '321' Content-Type: - application/json ParameterSetName: - --location --tags --name --domain-join-type --subnet-id --networking-resource-group-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006","name":"cli000006","type":"microsoft.devcenter/networkconnections","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T00:48:55.2935331Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T00:48:55.2935331Z"},"properties":{"provisioningState":"Accepted","networkingResourceGroupName":"cli000008","domainJoinType":"AzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006","name":"cli000006","type":"microsoft.devcenter/networkconnections","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:17:16.3805189Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:17:16.3805189Z"},"properties":{"provisioningState":"Accepted","networkingResourceGroupName":"cli000008","domainJoinType":"AzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/e8aeb313-e5a7-474b-8b4c-0dd384ea56b0*7633CF0C624F1891BA95AF04D831C508F8DAEC1EE5D35464DBF6611584F9018D?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/c0fdf65d-44ae-4720-8680-0572d9062f6d*F62F41F81BDB21720E34FAF76645F9FC1AD9FFB28F20B190B30F7F617B5D2235?api-version=2023-04-01 cache-control: - no-cache content-length: - - '779' + - '785' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:48:56 GMT + - Wed, 03 May 2023 04:17:19 GMT etag: - - '"1600067b-0000-4d00-0000-63fea0f80000"' + - '"00000304-0000-3300-0000-6451e04f0000"' expires: - '-1' pragma: @@ -764,7 +765,7 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"networkConnections"},"limit":80,"currentUsed":8,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' + - '{"name":{"localizedValue":null,"value":"networkConnections"},"limit":500,"currentUsed":19,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - '1197' x-rate-limit-limit: @@ -772,7 +773,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-03-01T00:49:55.4935794Z' + - '2023-05-03T04:18:17.0946662Z' status: code: 201 message: Created @@ -791,23 +792,70 @@ interactions: - --location --tags --name --domain-join-type --subnet-id --networking-resource-group-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/e8aeb313-e5a7-474b-8b4c-0dd384ea56b0*7633CF0C624F1891BA95AF04D831C508F8DAEC1EE5D35464DBF6611584F9018D?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/c0fdf65d-44ae-4720-8680-0572d9062f6d*F62F41F81BDB21720E34FAF76645F9FC1AD9FFB28F20B190B30F7F617B5D2235?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/e8aeb313-e5a7-474b-8b4c-0dd384ea56b0*7633CF0C624F1891BA95AF04D831C508F8DAEC1EE5D35464DBF6611584F9018D","name":"e8aeb313-e5a7-474b-8b4c-0dd384ea56b0*7633CF0C624F1891BA95AF04D831C508F8DAEC1EE5D35464DBF6611584F9018D","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006","status":"Succeeded","startTime":"2023-03-01T00:48:55.9078477Z","endTime":"2023-03-01T00:49:25.0339337Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/c0fdf65d-44ae-4720-8680-0572d9062f6d*F62F41F81BDB21720E34FAF76645F9FC1AD9FFB28F20B190B30F7F617B5D2235","name":"c0fdf65d-44ae-4720-8680-0572d9062f6d*F62F41F81BDB21720E34FAF76645F9FC1AD9FFB28F20B190B30F7F617B5D2235","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006","status":"Accepted","startTime":"2023-05-03T04:17:17.9408115Z"}' headers: cache-control: - no-cache content-length: - - '617' + - '563' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 03 May 2023 04:17:49 GMT + etag: + - '"0000bc06-0000-3300-0000-6451e04e0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin network-connection create + Connection: + - keep-alive + ParameterSetName: + - --location --tags --name --domain-join-type --subnet-id --networking-resource-group-name + --resource-group + User-Agent: + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/c0fdf65d-44ae-4720-8680-0572d9062f6d*F62F41F81BDB21720E34FAF76645F9FC1AD9FFB28F20B190B30F7F617B5D2235?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/c0fdf65d-44ae-4720-8680-0572d9062f6d*F62F41F81BDB21720E34FAF76645F9FC1AD9FFB28F20B190B30F7F617B5D2235","name":"c0fdf65d-44ae-4720-8680-0572d9062f6d*F62F41F81BDB21720E34FAF76645F9FC1AD9FFB28F20B190B30F7F617B5D2235","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006","status":"Succeeded","startTime":"2023-05-03T04:17:17.9408115Z","endTime":"2023-05-03T04:17:53.8586884Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '623' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:49:26 GMT + - Wed, 03 May 2023 04:18:20 GMT etag: - - '"3f006907-0000-4d00-0000-63fea1150000"' + - '"0000bd06-0000-3300-0000-6451e0720000"' expires: - '-1' pragma: @@ -838,23 +886,23 @@ interactions: - --location --tags --name --domain-join-type --subnet-id --networking-resource-group-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006","name":"cli000006","type":"microsoft.devcenter/networkconnections","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T00:48:55.2935331Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T00:48:55.2935331Z"},"properties":{"provisioningState":"Succeeded","networkingResourceGroupName":"cli000008","domainJoinType":"AzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006","name":"cli000006","type":"microsoft.devcenter/networkconnections","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:17:16.3805189Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-05-03T04:17:57.4659132Z"},"properties":{"provisioningState":"Succeeded","networkingResourceGroupName":"cli000008","domainJoinType":"AzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003","healthCheckStatus":"Running"}}' headers: cache-control: - no-cache content-length: - - '780' + - '840' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:49:26 GMT + - Wed, 03 May 2023 04:18:20 GMT etag: - - '"1600217b-0000-4d00-0000-63fea1150000"' + - '"00000804-0000-3300-0000-6451e0760000"' expires: - '-1' pragma: @@ -886,21 +934,21 @@ interactions: ParameterSetName: - --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections?api-version=2023-04-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006","name":"cli000006","type":"microsoft.devcenter/networkconnections","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T00:48:55.2935331Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T00:48:55.2935331Z"},"properties":{"provisioningState":"Succeeded","networkingResourceGroupName":"cli000008","domainJoinType":"AzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006","name":"cli000006","type":"microsoft.devcenter/networkconnections","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:17:16.3805189Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-05-03T04:17:57.4659132Z"},"properties":{"provisioningState":"Succeeded","networkingResourceGroupName":"cli000008","domainJoinType":"AzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003","healthCheckStatus":"Running"}}]}' headers: cache-control: - no-cache content-length: - - '792' + - '852' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:49:30 GMT + - Wed, 03 May 2023 04:18:24 GMT expires: - '-1' pragma: @@ -912,25 +960,26 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 48e9a836-ed65-420c-8d58-c2742320ebcc - - 496ee2ac-fb22-4e39-8f95-0b8a73ed1e9c - - 88ebead2-ef17-4bab-96d4-cbcbd1534988 - - ed0a77e0-9a66-4b25-860b-4c06d491c119 - - d6f5a25f-4f5f-497c-ba72-c1a70f5f756e - - 17322e1e-f1cf-4843-a3be-67793b4dc2f0 - - 25a77abd-1e31-4938-ae49-f28f0ac1f509 - - f63a274a-eb7b-4f7a-9721-ed2ff5fe38c6 - - 597d0514-de92-46c3-aefa-2f7915f628b5 - - a8db5fb0-78ae-4a34-8624-daa565da5eea - - 67f24ff9-aa2d-477a-b650-cb7fd9f473e7 - - 153af70c-e224-4be5-b217-2a113ad05bab - - d2d3f00b-95ab-4945-b21c-9ef760bb6849 - - 7aa2cbe7-b38f-4eb6-bc70-428e82512661 + - 78975c5c-fd88-4e8e-a209-fa20c4d71388 + - fef98e7b-78b3-4a16-91b1-e52b8547ac15 + - 772f97f1-3c0b-496a-9d42-4ab51e3a7036 + - cb1f704e-6d32-44e7-9d25-c3c2cfa85163 + - 0d31d2ea-8b82-4474-b04b-1b5cd46e278b + - 149b3700-d531-4bd2-8373-9ddffc749ddf + - 6de06d0a-285e-4efb-8582-dce2d3a5ee7d + - 30c05e1d-8217-449c-92f2-977f2063c59e + - 56af4c99-c2d9-41bb-b448-f7f56d052c24 + - 5ef2a38d-ced8-43a5-ba20-2e5e54054a33 + - 19aae50e-b2c6-428a-8a05-1787a4981dbd + - 43aa293e-9e9c-491e-b2b7-0d45304a53a3 + - bf73c7a8-561f-4a11-b707-a68bdb8c0252 + - 8ee97f1d-4a02-4c13-885f-17aa44b88ee6 + - c2a99d55-cd3a-4e89-96f7-717d4837b6cd status: code: 200 message: OK - request: - body: '{"location": "westus3", "properties": {"domainJoinType": "HybridAzureADJoin", + body: '{"location": "centraluseuap", "properties": {"domainJoinType": "HybridAzureADJoin", "domainName": "fidalgoppe010.local", "domainPassword": "fakePassword", "domainUsername": "domainjoin@fidalgoppe010.local", "networkingResourceGroupName": "cli000007", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003"}, @@ -945,32 +994,32 @@ interactions: Connection: - keep-alive Content-Length: - - '444' + - '450' Content-Type: - application/json ParameterSetName: - --location --tags --name --domain-join-type --domain-name --domain-password --domain-username --subnet-id --networking-resource-group-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","name":"cli000005","type":"microsoft.devcenter/networkconnections","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T00:49:33.6955569Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T00:49:33.6955569Z"},"properties":{"provisioningState":"Accepted","networkingResourceGroupName":"cli000007","domainJoinType":"HybridAzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003","domainName":"fidalgoppe010.local","domainUsername":"domainjoin@fidalgoppe010.local"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","name":"cli000005","type":"microsoft.devcenter/networkconnections","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:18:25.6094741Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:18:25.6094741Z"},"properties":{"provisioningState":"Accepted","networkingResourceGroupName":"cli000007","domainJoinType":"HybridAzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003","domainName":"fidalgoppe010.local","domainUsername":"domainjoin@fidalgoppe010.local"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/b316cbe7-ebf6-4fbf-a0e5-d8aacb343809*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/40f474ec-0989-4dbe-9032-6503303f7e8b*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4?api-version=2023-04-01 cache-control: - no-cache content-length: - - '870' + - '876' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:49:36 GMT + - Wed, 03 May 2023 04:18:27 GMT etag: - - '"16002c7b-0000-4d00-0000-63fea1210000"' + - '"00000904-0000-3300-0000-6451e0930000"' expires: - '-1' pragma: @@ -982,15 +1031,15 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"networkConnections"},"limit":80,"currentUsed":9,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' + - '{"name":{"localizedValue":null,"value":"networkConnections"},"limit":500,"currentUsed":20,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-03-01T00:49:55.9461374Z' + - '2023-05-03T04:19:26.0835606Z' status: code: 201 message: Created @@ -1009,23 +1058,23 @@ interactions: - --location --tags --name --domain-join-type --domain-name --domain-password --domain-username --subnet-id --networking-resource-group-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/b316cbe7-ebf6-4fbf-a0e5-d8aacb343809*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/40f474ec-0989-4dbe-9032-6503303f7e8b*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/b316cbe7-ebf6-4fbf-a0e5-d8aacb343809*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","name":"b316cbe7-ebf6-4fbf-a0e5-d8aacb343809*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-03-01T00:49:34.0839284Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/40f474ec-0989-4dbe-9032-6503303f7e8b*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","name":"40f474ec-0989-4dbe-9032-6503303f7e8b*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-05-03T04:18:26.5755369Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '563' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:50:07 GMT + - Wed, 03 May 2023 04:18:58 GMT etag: - - '"3f008f07-0000-4d00-0000-63fea11e0000"' + - '"0000bf06-0000-3300-0000-6451e0920000"' expires: - '-1' pragma: @@ -1056,23 +1105,23 @@ interactions: - --location --tags --name --domain-join-type --domain-name --domain-password --domain-username --subnet-id --networking-resource-group-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/b316cbe7-ebf6-4fbf-a0e5-d8aacb343809*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/40f474ec-0989-4dbe-9032-6503303f7e8b*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/b316cbe7-ebf6-4fbf-a0e5-d8aacb343809*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","name":"b316cbe7-ebf6-4fbf-a0e5-d8aacb343809*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Succeeded","startTime":"2023-03-01T00:49:34.0839284Z","endTime":"2023-03-01T00:50:07.7518118Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/40f474ec-0989-4dbe-9032-6503303f7e8b*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","name":"40f474ec-0989-4dbe-9032-6503303f7e8b*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Succeeded","startTime":"2023-05-03T04:18:26.5755369Z","endTime":"2023-05-03T04:19:07.1597732Z","properties":null}' headers: cache-control: - no-cache content-length: - - '617' + - '623' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:50:36 GMT + - Wed, 03 May 2023 04:19:28 GMT etag: - - '"3f00f507-0000-4d00-0000-63fea13f0000"' + - '"0000c206-0000-3300-0000-6451e0bb0000"' expires: - '-1' pragma: @@ -1103,23 +1152,23 @@ interactions: - --location --tags --name --domain-join-type --domain-name --domain-password --domain-username --subnet-id --networking-resource-group-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","name":"cli000005","type":"microsoft.devcenter/networkconnections","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T00:49:33.6955569Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-03-01T00:50:13.8139016Z"},"properties":{"provisioningState":"Succeeded","networkingResourceGroupName":"cli000007","domainJoinType":"HybridAzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003","domainName":"fidalgoppe010.local","domainUsername":"domainjoin@fidalgoppe010.local","healthCheckStatus":"Running"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","name":"cli000005","type":"microsoft.devcenter/networkconnections","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:18:25.6094741Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:18:25.6094741Z"},"properties":{"provisioningState":"Succeeded","networkingResourceGroupName":"cli000007","domainJoinType":"HybridAzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003","domainName":"fidalgoppe010.local","domainUsername":"domainjoin@fidalgoppe010.local"}}' headers: cache-control: - no-cache content-length: - - '925' + - '877' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:50:36 GMT + - Wed, 03 May 2023 04:19:28 GMT etag: - - '"16004c7b-0000-4d00-0000-63fea1450000"' + - '"00000d04-0000-3300-0000-6451e0bb0000"' expires: - '-1' pragma: @@ -1151,21 +1200,21 @@ interactions: ParameterSetName: - --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections?api-version=2023-04-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006","name":"cli000006","type":"microsoft.devcenter/networkconnections","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T00:48:55.2935331Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-03-01T00:50:01.6035102Z"},"properties":{"provisioningState":"Succeeded","networkingResourceGroupName":"cli000008","domainJoinType":"AzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003","healthCheckStatus":"Running"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","name":"cli000005","type":"microsoft.devcenter/networkconnections","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T00:49:33.6955569Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-03-01T00:50:13.8139016Z"},"properties":{"provisioningState":"Succeeded","networkingResourceGroupName":"cli000007","domainJoinType":"HybridAzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003","domainName":"fidalgoppe010.local","domainUsername":"domainjoin@fidalgoppe010.local","healthCheckStatus":"Running"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006","name":"cli000006","type":"microsoft.devcenter/networkconnections","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:17:16.3805189Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-05-03T04:17:57.4659132Z"},"properties":{"provisioningState":"Succeeded","networkingResourceGroupName":"cli000008","domainJoinType":"AzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003","healthCheckStatus":"Running"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","name":"cli000005","type":"microsoft.devcenter/networkconnections","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:18:25.6094741Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:18:25.6094741Z"},"properties":{"provisioningState":"Succeeded","networkingResourceGroupName":"cli000007","domainJoinType":"HybridAzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003","domainName":"fidalgoppe010.local","domainUsername":"domainjoin@fidalgoppe010.local"}}]}' headers: cache-control: - no-cache content-length: - - '1772' + - '1730' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:50:40 GMT + - Wed, 03 May 2023 04:19:32 GMT expires: - '-1' pragma: @@ -1177,20 +1226,21 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 0a716c8a-40c1-4b46-8d9a-53e2868d3ebc - - 3f2c8af8-e22c-428c-a51e-d38e956e2a18 - - 46577587-54c8-4c2f-915d-fe066162fdae - - cc24791c-1880-43a7-a8c5-13f3c8abbb28 - - 1594543e-f6ce-4ca7-8060-663d79bff122 - - 4b3ee4ac-7666-4d11-abd8-87f5395f079a - - 993d848e-e987-48c5-b8bb-de689d7ec47a - - 3f1f98a9-0a30-4310-b77a-b4a9b840d524 - - 87bd26f0-6447-43cc-ab2a-330179f1bdeb - - 19d24c4e-235a-48b7-af67-3cf525e0f85b - - e38f54a3-12db-49df-aa96-d0c4d457f9be - - 37ec90c2-1da4-4fdb-8d55-cb71e121be46 - - fe3ea8d6-da3f-48b7-a982-4c47a4b8c8a4 - - d57e092c-a63d-4cbf-b63d-c12ee4ee3942 + - 939e1a60-2b61-48c2-bfb8-b4e873b3ca33 + - ce035610-da31-420f-a1af-62ff0094a775 + - f581c0f5-2ad0-4e67-b899-e883feb95c05 + - cd153845-272e-483c-90d0-7422f3d12608 + - 3b79f575-f71c-4a41-b484-102908cf0fd5 + - d2e0c538-0157-40ea-8e7f-74d0be87e3d5 + - 87c42d21-7bc7-4013-95e2-686894f5c8ea + - 9c229911-a384-4525-8212-b0f36004d038 + - 02a706c3-4d97-4370-a12b-b37d53d74108 + - 3fb6bd45-8a5a-40a7-ac1f-9ca1ba57a6f1 + - 39977e04-655e-43b6-8e09-4c1156550b99 + - dd6b55ea-93f5-4a1c-8b6f-d303e3f236fa + - bca040d2-8a73-4028-9c5d-b35f94228948 + - 4843f93c-010d-43cc-8f28-0af81047a20a + - f2b3ce23-f7d3-4785-bc9c-adaf4dff05b5 status: code: 200 message: OK @@ -1212,15 +1262,15 @@ interactions: ParameterSetName: - --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005?api-version=2023-04-01 response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4?api-version=2023-04-01 cache-control: - no-cache content-length: @@ -1228,13 +1278,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:50:43 GMT + - Wed, 03 May 2023 04:19:34 GMT etag: - - '"1600657b-0000-4d00-0000-63fea1630000"' + - '"00000e04-0000-3300-0000-6451e0d60000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4?api-version=2023-04-01 pragma: - no-cache strict-transport-security: @@ -1244,13 +1294,13 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-03-01T00:51:41.2452172Z' + - '2023-05-03T04:20:34.1276614Z' status: code: 202 message: Accepted @@ -1268,115 +1318,23 @@ interactions: ParameterSetName: - --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","name":"f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-03-01T00:50:41.2091043Z"}' - headers: - cache-control: - - no-cache - content-length: - - '557' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 01 Mar 2023 00:51:13 GMT - etag: - - '"3f007b08-0000-4d00-0000-63fea1610000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin network-connection update - Connection: - - keep-alive - ParameterSetName: - - --tags --name --resource-group - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","name":"f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-03-01T00:50:41.2091043Z"}' - headers: - cache-control: - - no-cache - content-length: - - '557' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 01 Mar 2023 00:51:43 GMT - etag: - - '"3f007b08-0000-4d00-0000-63fea1610000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin network-connection update - Connection: - - keep-alive - ParameterSetName: - - --tags --name --resource-group - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","name":"f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-03-01T00:50:41.2091043Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","name":"2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-05-03T04:19:33.5097238Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '563' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:52:13 GMT + - Wed, 03 May 2023 04:20:04 GMT etag: - - '"3f007b08-0000-4d00-0000-63fea1610000"' + - '"0000c306-0000-3300-0000-6451e0d50000"' expires: - '-1' pragma: @@ -1406,23 +1364,23 @@ interactions: ParameterSetName: - --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","name":"f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-03-01T00:50:41.2091043Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","name":"2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-05-03T04:19:33.5097238Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '563' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:52:43 GMT + - Wed, 03 May 2023 04:20:34 GMT etag: - - '"3f007b08-0000-4d00-0000-63fea1610000"' + - '"0000c306-0000-3300-0000-6451e0d50000"' expires: - '-1' pragma: @@ -1452,23 +1410,23 @@ interactions: ParameterSetName: - --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","name":"f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-03-01T00:50:41.2091043Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","name":"2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-05-03T04:19:33.5097238Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '563' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:53:13 GMT + - Wed, 03 May 2023 04:21:05 GMT etag: - - '"3f007b08-0000-4d00-0000-63fea1610000"' + - '"0000c306-0000-3300-0000-6451e0d50000"' expires: - '-1' pragma: @@ -1498,23 +1456,23 @@ interactions: ParameterSetName: - --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","name":"f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-03-01T00:50:41.2091043Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","name":"2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-05-03T04:19:33.5097238Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '563' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:53:44 GMT + - Wed, 03 May 2023 04:21:34 GMT etag: - - '"3f007b08-0000-4d00-0000-63fea1610000"' + - '"0000c306-0000-3300-0000-6451e0d50000"' expires: - '-1' pragma: @@ -1544,23 +1502,23 @@ interactions: ParameterSetName: - --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","name":"f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-03-01T00:50:41.2091043Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","name":"2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-05-03T04:19:33.5097238Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '563' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:54:14 GMT + - Wed, 03 May 2023 04:22:04 GMT etag: - - '"3f007b08-0000-4d00-0000-63fea1610000"' + - '"0000c306-0000-3300-0000-6451e0d50000"' expires: - '-1' pragma: @@ -1590,23 +1548,23 @@ interactions: ParameterSetName: - --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","name":"f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-03-01T00:50:41.2091043Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","name":"2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-05-03T04:19:33.5097238Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '563' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:54:44 GMT + - Wed, 03 May 2023 04:22:35 GMT etag: - - '"3f007b08-0000-4d00-0000-63fea1610000"' + - '"0000c306-0000-3300-0000-6451e0d50000"' expires: - '-1' pragma: @@ -1636,23 +1594,23 @@ interactions: ParameterSetName: - --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","name":"f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-03-01T00:50:41.2091043Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","name":"2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-05-03T04:19:33.5097238Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '563' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:55:14 GMT + - Wed, 03 May 2023 04:23:04 GMT etag: - - '"3f007b08-0000-4d00-0000-63fea1610000"' + - '"0000c306-0000-3300-0000-6451e0d50000"' expires: - '-1' pragma: @@ -1682,23 +1640,23 @@ interactions: ParameterSetName: - --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","name":"f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-03-01T00:50:41.2091043Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","name":"2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-05-03T04:19:33.5097238Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '563' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:55:45 GMT + - Wed, 03 May 2023 04:23:35 GMT etag: - - '"3f007b08-0000-4d00-0000-63fea1610000"' + - '"0000c306-0000-3300-0000-6451e0d50000"' expires: - '-1' pragma: @@ -1728,23 +1686,23 @@ interactions: ParameterSetName: - --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","name":"f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-03-01T00:50:41.2091043Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","name":"2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-05-03T04:19:33.5097238Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '563' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:56:15 GMT + - Wed, 03 May 2023 04:24:05 GMT etag: - - '"3f007b08-0000-4d00-0000-63fea1610000"' + - '"0000c306-0000-3300-0000-6451e0d50000"' expires: - '-1' pragma: @@ -1774,23 +1732,23 @@ interactions: ParameterSetName: - --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","name":"f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-03-01T00:50:41.2091043Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","name":"2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-05-03T04:19:33.5097238Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '563' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:56:44 GMT + - Wed, 03 May 2023 04:24:35 GMT etag: - - '"3f007b08-0000-4d00-0000-63fea1610000"' + - '"0000c306-0000-3300-0000-6451e0d50000"' expires: - '-1' pragma: @@ -1820,23 +1778,23 @@ interactions: ParameterSetName: - --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","name":"f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-03-01T00:50:41.2091043Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","name":"2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-05-03T04:19:33.5097238Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '563' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:57:14 GMT + - Wed, 03 May 2023 04:25:05 GMT etag: - - '"3f007b08-0000-4d00-0000-63fea1610000"' + - '"0000c306-0000-3300-0000-6451e0d50000"' expires: - '-1' pragma: @@ -1866,23 +1824,23 @@ interactions: ParameterSetName: - --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","name":"f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-03-01T00:50:41.2091043Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","name":"2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-05-03T04:19:33.5097238Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '563' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:57:45 GMT + - Wed, 03 May 2023 04:25:36 GMT etag: - - '"3f007b08-0000-4d00-0000-63fea1610000"' + - '"0000c306-0000-3300-0000-6451e0d50000"' expires: - '-1' pragma: @@ -1912,23 +1870,23 @@ interactions: ParameterSetName: - --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","name":"f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-03-01T00:50:41.2091043Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","name":"2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-05-03T04:19:33.5097238Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '563' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:58:15 GMT + - Wed, 03 May 2023 04:26:06 GMT etag: - - '"3f007b08-0000-4d00-0000-63fea1610000"' + - '"0000c306-0000-3300-0000-6451e0d50000"' expires: - '-1' pragma: @@ -1958,23 +1916,23 @@ interactions: ParameterSetName: - --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","name":"f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-03-01T00:50:41.2091043Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","name":"2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-05-03T04:19:33.5097238Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '563' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:58:45 GMT + - Wed, 03 May 2023 04:26:35 GMT etag: - - '"3f007b08-0000-4d00-0000-63fea1610000"' + - '"0000c306-0000-3300-0000-6451e0d50000"' expires: - '-1' pragma: @@ -2004,23 +1962,23 @@ interactions: ParameterSetName: - --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","name":"f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-03-01T00:50:41.2091043Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","name":"2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-05-03T04:19:33.5097238Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '563' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:59:16 GMT + - Wed, 03 May 2023 04:27:06 GMT etag: - - '"3f007b08-0000-4d00-0000-63fea1610000"' + - '"0000c306-0000-3300-0000-6451e0d50000"' expires: - '-1' pragma: @@ -2050,23 +2008,23 @@ interactions: ParameterSetName: - --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","name":"f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-03-01T00:50:41.2091043Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","name":"2c8456cc-1fe8-4fd4-b5d8-d682f2233d98*848489868DFBAB43851F42A138D5CA224ADE57124F3F754918395DBD91CD45B4","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Succeeded","startTime":"2023-05-03T04:19:33.5097238Z","endTime":"2023-05-03T04:27:13.2362303Z","properties":null}' headers: cache-control: - no-cache content-length: - - '557' + - '623' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 00:59:45 GMT + - Wed, 03 May 2023 04:27:36 GMT etag: - - '"3f007b08-0000-4d00-0000-63fea1610000"' + - '"0000c806-0000-3300-0000-6451e2a10000"' expires: - '-1' pragma: @@ -2096,23 +2054,23 @@ interactions: ParameterSetName: - --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","name":"f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Accepted","startTime":"2023-03-01T00:50:41.2091043Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","name":"cli000005","type":"microsoft.devcenter/networkconnections","location":"centraluseuap","tags":{"CostCode":"123"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:18:25.6094741Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-05-03T04:27:33.7057758Z"},"properties":{"networkingResourceGroupName":"cli000007","domainJoinType":"HybridAzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003","domainName":"fidalgoppe010.local","domainUsername":"domainjoin@fidalgoppe010.local","provisioningState":"Succeeded","healthCheckStatus":"Running"}}' headers: cache-control: - no-cache content-length: - - '557' + - '929' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 01:00:15 GMT + - Wed, 03 May 2023 04:27:36 GMT etag: - - '"3f007b08-0000-4d00-0000-63fea1610000"' + - '"00007737-0000-3300-0000-6451e2b50000"' expires: - '-1' pragma: @@ -2125,6 +2083,8 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff + x-ms-providerhub-traffic: + - 'True' status: code: 200 message: OK @@ -2132,33 +2092,33 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin network-connection update + - devcenter admin network-connection show Connection: - keep-alive ParameterSetName: - - --tags --name --resource-group + - --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","name":"f83eca17-7e27-4a1d-a25d-0afc1f57836e*170EC3DC19B5A85A60A8C91825A565D93592935398CBE1BE64EB1A9D90B13382","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","status":"Succeeded","startTime":"2023-03-01T00:50:41.2091043Z","endTime":"2023-03-01T01:00:19.6548915Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006","name":"cli000006","type":"microsoft.devcenter/networkconnections","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:17:16.3805189Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-05-03T04:24:35.7671391Z"},"properties":{"provisioningState":"Succeeded","networkingResourceGroupName":"cli000008","domainJoinType":"AzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003","healthCheckStatus":"Warning"}}' headers: cache-control: - no-cache content-length: - - '617' + - '840' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 01:00:46 GMT + - Wed, 03 May 2023 04:27:37 GMT etag: - - '"3f003410-0000-4d00-0000-63fea3a30000"' + - '"00001204-0000-3300-0000-6451e2030000"' expires: - '-1' pragma: @@ -2171,6 +2131,8 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff + x-ms-providerhub-traffic: + - 'True' status: code: 200 message: OK @@ -2178,47 +2140,57 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin network-connection update + - devcenter admin network-connection list Connection: - keep-alive ParameterSetName: - - --tags --name --resource-group + - --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","name":"cli000005","type":"microsoft.devcenter/networkconnections","location":"westus3","tags":{"CostCode":"123"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T00:49:33.6955569Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-03-01T01:00:25.1333127Z"},"properties":{"healthCheckStatus":"Running","networkingResourceGroupName":"cli000007","domainJoinType":"HybridAzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003","domainName":"fidalgoppe010.local","domainUsername":"domainjoin@fidalgoppe010.local","provisioningState":"Succeeded"}}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006","name":"cli000006","type":"microsoft.devcenter/networkconnections","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:17:16.3805189Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-05-03T04:24:35.7671391Z"},"properties":{"provisioningState":"Succeeded","networkingResourceGroupName":"cli000008","domainJoinType":"AzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003","healthCheckStatus":"Warning"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","name":"cli000005","type":"microsoft.devcenter/networkconnections","location":"centraluseuap","tags":{"CostCode":"123"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:18:25.6094741Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-05-03T04:27:33.7057758Z"},"properties":{"networkingResourceGroupName":"cli000007","domainJoinType":"HybridAzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003","domainName":"fidalgoppe010.local","domainUsername":"domainjoin@fidalgoppe010.local","provisioningState":"Succeeded","healthCheckStatus":"Running"}}]}' headers: cache-control: - no-cache content-length: - - '923' + - '1782' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 01:00:46 GMT - etag: - - '"1600737d-0000-4d00-0000-63fea3a90000"' + - Wed, 03 May 2023 04:27:41 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked vary: - Accept-Encoding x-content-type-options: - nosniff - x-ms-providerhub-traffic: - - 'True' + x-ms-original-request-ids: + - da0e1286-9250-4d94-ab28-d0259643cbfd + - 5b9c7562-9a4a-4f41-8b63-8c52df39be2d + - 6fd3a67c-ecb0-4563-8a54-d319e7fe5f7a + - d8d04e90-1021-4127-bfe7-2fb4e333f2e1 + - f72608a0-b3b4-4709-bd4d-b95526a01a9d + - 5d09360c-6610-4678-b5fa-1a8d822b5d9c + - 39618353-320a-49f6-9bd2-9f8d0af4691d + - d448ffe8-cabd-4c90-b99e-2691d0c7c8c0 + - 967c2fa2-8c0a-4d95-96a0-04f95c7d63f0 + - c0305531-c266-42f9-bbdf-cd4e5ed9a0d2 + - a524a6b3-975f-42bf-80bf-f6323c2c3545 + - 144c03ba-f5f9-499a-9f57-ab5e1e15008e + - 3456d32e-8448-49d2-8231-00aa1332eb5c + - e4e6f401-03da-4871-8589-3e8aeceaee74 + - d5289d7c-75a4-4a5f-ba6d-4358ab3154ca status: code: 200 message: OK @@ -2230,29 +2202,35 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin network-connection show + - devcenter admin network-connection list-health-check Connection: - keep-alive ParameterSetName: - - --name --resource-group + - --resource-group -n User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006/healthChecks?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006","name":"cli000006","type":"microsoft.devcenter/networkconnections","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T00:48:55.2935331Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-03-01T00:57:42.5911377Z"},"properties":{"provisioningState":"Succeeded","networkingResourceGroupName":"cli000008","domainJoinType":"AzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003","healthCheckStatus":"Warning"}}' + string: '{"value":[{"properties":{"startDateTime":"2023-05-03T04:17:53.000000Z","endDateTime":"2023-05-03T04:23:41.000000Z","healthChecks":[{"status":"Passed","displayName":"Azure + tenant readiness","startDateTime":"2023-05-03T04:17:53.937357Z","endDateTime":"2023-05-03T04:18:37.373781Z"},{"status":"Passed","displayName":"Azure + virtual network readiness","startDateTime":"2023-05-03T04:17:54.062555Z","endDateTime":"2023-05-03T04:17:55.051886Z"},{"status":"Warning","displayName":"Intune + enrollment restrictions allow Windows enrollment","startDateTime":"2023-05-03T04:17:54.282804Z","endDateTime":"2023-05-03T04:17:54.832293Z","errorType":"ResourceAvailabilityCheckIntuneCustomWindowsRestrictionViolation","recommendedAction":"Please + allow the Windows platform in the Intune custom enrollment policy."},{"status":"Passed","displayName":"Azure + subnet IP address usage","startDateTime":"2023-05-03T04:17:55.170180Z","endDateTime":"2023-05-03T04:17:55.578006Z"},{"status":"Passed","displayName":"Endpoint + connectivity","startDateTime":"2023-05-03T04:22:41.000000Z","endDateTime":"2023-05-03T04:22:56.000000Z"},{"status":"Passed","displayName":"Localization + language package readiness","startDateTime":"2023-05-03T04:22:41.000000Z","endDateTime":"2023-05-03T04:22:56.000000Z"},{"status":"Passed","displayName":"UDP + connection check","startDateTime":"2023-05-03T04:22:59.000000Z","endDateTime":"2023-05-03T04:23:01.000000Z"}]}}]}' headers: cache-control: - no-cache content-length: - - '834' + - '1417' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 01:00:47 GMT - etag: - - '"1600d07c-0000-4d00-0000-63fea3060000"' + - Wed, 03 May 2023 04:27:41 GMT expires: - '-1' pragma: @@ -2267,6 +2245,12 @@ interactions: - nosniff x-ms-providerhub-traffic: - 'True' + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-03T04:28:41.7371722Z' status: code: 200 message: OK @@ -2278,92 +2262,35 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin network-connection list - Connection: - - keep-alive - ParameterSetName: - - --resource-group - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections?api-version=2022-11-11-preview - response: - body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006","name":"cli000006","type":"microsoft.devcenter/networkconnections","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T00:48:55.2935331Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-03-01T00:57:42.5911377Z"},"properties":{"provisioningState":"Succeeded","networkingResourceGroupName":"cli000008","domainJoinType":"AzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003","healthCheckStatus":"Warning"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","name":"cli000005","type":"microsoft.devcenter/networkconnections","location":"westus3","tags":{"CostCode":"123"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T00:49:33.6955569Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-03-01T01:00:25.1333127Z"},"properties":{"healthCheckStatus":"Running","networkingResourceGroupName":"cli000007","domainJoinType":"HybridAzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003","domainName":"fidalgoppe010.local","domainUsername":"domainjoin@fidalgoppe010.local","provisioningState":"Succeeded"}}]}' - headers: - cache-control: - - no-cache - content-length: - - '1770' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 01 Mar 2023 01:00:49 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: - - 1c360ef0-223c-4db3-99df-ef17234c9e10 - - cf98130c-d746-46f5-b6c1-339965436ff9 - - b528e941-57f8-4cb4-836c-632e242f62dc - - 19d4316c-beaf-4662-bd19-eb3ce650a056 - - 98ada19a-0800-4001-8562-d1e003df9b02 - - 2ed5761a-fc1a-40e8-b9c7-e31857334878 - - 03b1bfc8-73ea-4ed1-a787-8cdd82b2c1fd - - 6227dfe2-e6fd-44ae-959f-39da2adc89f2 - - 084c9a72-1a6f-4bb0-a251-b793f47d5908 - - dcf463f6-3e71-47bc-be8a-077f9c6c83ce - - 2bbaafe9-b5ed-4152-bd6c-4bf200a5088c - - 16fb1ff8-e99b-4dc7-8410-39385bfc8b84 - - 54985eb8-2fce-4ab3-9867-bdca56465f37 - - 888889c6-be76-460b-8cfc-310eb9c28d8a - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin network-connection list-health-detail + - devcenter admin network-connection show-health-check Connection: - keep-alive ParameterSetName: - --resource-group -n User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006/healthChecks?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006/healthChecks/latest?api-version=2023-04-01 response: body: - string: '{"value":[{"properties":{"startDateTime":"2023-03-01T00:49:24.000000Z","endDateTime":"2023-03-01T00:57:06.000000Z","healthChecks":[{"status":"Passed","displayName":"Azure - tenant readiness","startDateTime":"2023-03-01T00:49:25.075432Z","endDateTime":"2023-03-01T00:50:10.536414Z"},{"status":"Passed","displayName":"Azure - virtual network readiness","startDateTime":"2023-03-01T00:49:25.191825Z","endDateTime":"2023-03-01T00:49:26.446925Z"},{"status":"Warning","displayName":"Intune - enrollment restrictions allow Windows enrollment","startDateTime":"2023-03-01T00:49:25.595396Z","endDateTime":"2023-03-01T00:49:26.216821Z","errorType":"ResourceAvailabilityCheckIntuneCustomWindowsRestrictionViolation","recommendedAction":"Please + string: '{"properties":{"startDateTime":"2023-05-03T04:17:53.000000Z","endDateTime":"2023-05-03T04:23:41.000000Z","healthChecks":[{"status":"Passed","displayName":"Azure + tenant readiness","startDateTime":"2023-05-03T04:17:53.937357Z","endDateTime":"2023-05-03T04:18:37.373781Z"},{"status":"Passed","displayName":"Azure + virtual network readiness","startDateTime":"2023-05-03T04:17:54.062555Z","endDateTime":"2023-05-03T04:17:55.051886Z"},{"status":"Warning","displayName":"Intune + enrollment restrictions allow Windows enrollment","startDateTime":"2023-05-03T04:17:54.282804Z","endDateTime":"2023-05-03T04:17:54.832293Z","errorType":"ResourceAvailabilityCheckIntuneCustomWindowsRestrictionViolation","recommendedAction":"Please allow the Windows platform in the Intune custom enrollment policy."},{"status":"Passed","displayName":"Azure - subnet IP address usage","startDateTime":"2023-03-01T00:49:26.582669Z","endDateTime":"2023-03-01T00:49:27.112217Z"},{"status":"Passed","displayName":"Endpoint - connectivity","startDateTime":"2023-03-01T00:56:12.000000Z","endDateTime":"2023-03-01T00:56:34.000000Z"},{"status":"Passed","displayName":"Localization - language package readiness","startDateTime":"2023-03-01T00:56:12.000000Z","endDateTime":"2023-03-01T00:56:34.000000Z"},{"status":"Passed","displayName":"UDP - connection check","startDateTime":"2023-03-01T00:56:38.000000Z","endDateTime":"2023-03-01T00:56:40.000000Z"}]}}]}' + subnet IP address usage","startDateTime":"2023-05-03T04:17:55.170180Z","endDateTime":"2023-05-03T04:17:55.578006Z"},{"status":"Passed","displayName":"Endpoint + connectivity","startDateTime":"2023-05-03T04:22:41.000000Z","endDateTime":"2023-05-03T04:22:56.000000Z"},{"status":"Passed","displayName":"Localization + language package readiness","startDateTime":"2023-05-03T04:22:41.000000Z","endDateTime":"2023-05-03T04:22:56.000000Z"},{"status":"Passed","displayName":"UDP + connection check","startDateTime":"2023-05-03T04:22:59.000000Z","endDateTime":"2023-05-03T04:23:01.000000Z"}]}}' headers: cache-control: - no-cache content-length: - - '1417' + - '1405' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 01:00:50 GMT + - Wed, 03 May 2023 04:27:42 GMT expires: - '-1' pragma: @@ -2383,7 +2310,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-03-01T01:01:50.7641513Z' + - '2023-05-03T04:28:42.3626327Z' status: code: 200 message: OK @@ -2395,35 +2322,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin network-connection show-health-detail + - devcenter admin network-connection list-outbound-network-dependencies-endpoint Connection: - keep-alive ParameterSetName: - --resource-group -n User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006/healthChecks/latest?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006/outboundNetworkDependenciesEndpoints?api-version=2023-04-01 response: body: - string: '{"properties":{"startDateTime":"2023-03-01T00:49:24.000000Z","endDateTime":"2023-03-01T00:57:06.000000Z","healthChecks":[{"status":"Passed","displayName":"Azure - tenant readiness","startDateTime":"2023-03-01T00:49:25.075432Z","endDateTime":"2023-03-01T00:50:10.536414Z"},{"status":"Passed","displayName":"Azure - virtual network readiness","startDateTime":"2023-03-01T00:49:25.191825Z","endDateTime":"2023-03-01T00:49:26.446925Z"},{"status":"Warning","displayName":"Intune - enrollment restrictions allow Windows enrollment","startDateTime":"2023-03-01T00:49:25.595396Z","endDateTime":"2023-03-01T00:49:26.216821Z","errorType":"ResourceAvailabilityCheckIntuneCustomWindowsRestrictionViolation","recommendedAction":"Please - allow the Windows platform in the Intune custom enrollment policy."},{"status":"Passed","displayName":"Azure - subnet IP address usage","startDateTime":"2023-03-01T00:49:26.582669Z","endDateTime":"2023-03-01T00:49:27.112217Z"},{"status":"Passed","displayName":"Endpoint - connectivity","startDateTime":"2023-03-01T00:56:12.000000Z","endDateTime":"2023-03-01T00:56:34.000000Z"},{"status":"Passed","displayName":"Localization - language package readiness","startDateTime":"2023-03-01T00:56:12.000000Z","endDateTime":"2023-03-01T00:56:34.000000Z"},{"status":"Passed","displayName":"UDP - connection check","startDateTime":"2023-03-01T00:56:38.000000Z","endDateTime":"2023-03-01T00:56:40.000000Z"}]}}' + string: '{"value":[{"category":"Azure Virtual Desktop Commercial Cloud","endpoints":[{"domainName":"*.wvd.microsoft.com","endpointDetails":[{"port":443}]},{"domainName":"gcs.prod.monitoring.core.windows.net","endpointDetails":[{"port":443}]},{"domainName":"production.diagnostics.monitoring.core.windows.net","endpointDetails":[{"port":443}]},{"domainName":"*xt.blob.core.windows.net","endpointDetails":[{"port":443}]},{"domainName":"*eh.servicebus.windows.net","endpointDetails":[{"port":443}]},{"domainName":"*xt.table.core.windows.net","endpointDetails":[{"port":443}]},{"domainName":"*xt.queue.core.windows.net","endpointDetails":[{"port":443}]},{"domainName":"catalogartifact.azureedge.net","endpointDetails":[{"port":443}]},{"domainName":"kms.core.windows.net","endpointDetails":[{"port":1688}]},{"domainName":"mrsglobalsteus2prod.blob.core.windows.net","endpointDetails":[{"port":443}]},{"domainName":"wvdportalstorageblob.blob.core.windows.net","endpointDetails":[{"port":443}]}]},{"category":"Azure + Virtual Desktop Optional","endpoints":[{"domainName":"*.microsoftonline.com","endpointDetails":[{"port":443}]},{"domainName":"*.events.data.microsoft.com","endpointDetails":[{"port":443}]},{"domainName":"www.msftconnecttest.com","endpointDetails":[{"port":443}]},{"domainName":"*.prod.do.dsp.mp.microsoft.com","endpointDetails":[{"port":443}]},{"domainName":"*.sfx.ms","endpointDetails":[{"port":443}]},{"domainName":"*.digicert.com","endpointDetails":[{"port":443}]},{"domainName":"*.azure-dns.com","endpointDetails":[{"port":443}]},{"domainName":"*.azure-dns.net","endpointDetails":[{"port":443}]}]},{"category":"Intune","endpoints":[{"domainName":"login.microsoftonline.com","endpointDetails":[{"port":443}]},{"domainName":"*.officeconfig.msocdn.com","endpointDetails":[{"port":443}]},{"domainName":"config.office.com","endpointDetails":[{"port":443}]},{"domainName":"graph.windows.net","endpointDetails":[{"port":443}]},{"domainName":"enterpriseregistration.windows.net","endpointDetails":[{"port":443}]},{"domainName":"portal.manage.microsoft.com","endpointDetails":[{"port":443}]},{"domainName":"m.manage.microsoft.com","endpointDetails":[{"port":443}]},{"domainName":"fef.msuc03.manage.microsoft.com","endpointDetails":[{"port":443}]},{"domainName":"wip.mam.manage.microsoft.com","endpointDetails":[{"port":443}]},{"domainName":"mam.manage.microsoft.com","endpointDetails":[{"port":443}]},{"domainName":"*.manage.microsoft.com","endpointDetails":[{"port":443}]}]},{"category":"Cloud + PC","endpoints":[{"domainName":"rdweb.wvd.microsoft.com","endpointDetails":[{"port":443}]},{"domainName":"rdbroker.wvd.microsoft.com","endpointDetails":[{"port":443}]},{"domainName":"cpcsacnrysa1prodprna02.blob.core.windows.net","endpointDetails":[{"port":443}]},{"domainName":"cpcsacnrysa1prodprap01.blob.core.windows.net","endpointDetails":[{"port":443}]},{"domainName":"cpcsacnrysa1prodprau01.blob.core.windows.net","endpointDetails":[{"port":443}]},{"domainName":"cpcsacnrysa1prodpreu01.blob.core.windows.net","endpointDetails":[{"port":443}]},{"domainName":"cpcsacnrysa1prodpreu02.blob.core.windows.net","endpointDetails":[{"port":443}]},{"domainName":"cpcsacnrysa1prodprna01.blob.core.windows.net","endpointDetails":[{"port":443}]},{"domainName":"cpcstprovprodpreu01.blob.core.windows.net","endpointDetails":[{"port":443}]},{"domainName":"cpcstprovprodpreu02.blob.core.windows.net","endpointDetails":[{"port":443}]},{"domainName":"cpcstprovprodprna01.blob.core.windows.net","endpointDetails":[{"port":443}]},{"domainName":"cpcstprovprodprna02.blob.core.windows.net","endpointDetails":[{"port":443}]},{"domainName":"cpcstprovprodprap01.blob.core.windows.net","endpointDetails":[{"port":443}]},{"domainName":"cpcstprovprodprau01.blob.core.windows.net","endpointDetails":[{"port":443}]}]}]}' headers: cache-control: - no-cache content-length: - - '1405' + - '3782' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 01:00:50 GMT + - Wed, 03 May 2023 04:27:43 GMT expires: - '-1' pragma: @@ -2441,9 +2362,9 @@ interactions: x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-03-01T01:01:50.7641513Z' + - '2023-05-03T04:28:43.6832102Z' status: code: 200 message: OK @@ -2463,15 +2384,15 @@ interactions: ParameterSetName: - --yes --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006?api-version=2023-04-01 response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/5f430fd5-fd03-4d2b-b73e-ee04663579cf*7633CF0C624F1891BA95AF04D831C508F8DAEC1EE5D35464DBF6611584F9018D?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/62c721a6-f331-477c-9b66-231e0cf3b19f*F62F41F81BDB21720E34FAF76645F9FC1AD9FFB28F20B190B30F7F617B5D2235?api-version=2023-04-01 cache-control: - no-cache content-length: @@ -2479,13 +2400,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 01:00:51 GMT + - Wed, 03 May 2023 04:27:48 GMT etag: - - '"16008a7d-0000-4d00-0000-63fea3c40000"' + - '"0000b837-0000-3300-0000-6451e2c50000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/5f430fd5-fd03-4d2b-b73e-ee04663579cf*7633CF0C624F1891BA95AF04D831C508F8DAEC1EE5D35464DBF6611584F9018D?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/62c721a6-f331-477c-9b66-231e0cf3b19f*F62F41F81BDB21720E34FAF76645F9FC1AD9FFB28F20B190B30F7F617B5D2235?api-version=2023-04-01 pragma: - no-cache strict-transport-security: @@ -2499,9 +2420,9 @@ interactions: x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '298' x-rate-limit-reset: - - '2023-03-01T01:01:52.3769319Z' + - '2023-05-03T04:28:42.3626327Z' status: code: 202 message: Accepted @@ -2519,23 +2440,23 @@ interactions: ParameterSetName: - --yes --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/5f430fd5-fd03-4d2b-b73e-ee04663579cf*7633CF0C624F1891BA95AF04D831C508F8DAEC1EE5D35464DBF6611584F9018D?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/62c721a6-f331-477c-9b66-231e0cf3b19f*F62F41F81BDB21720E34FAF76645F9FC1AD9FFB28F20B190B30F7F617B5D2235?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/5f430fd5-fd03-4d2b-b73e-ee04663579cf*7633CF0C624F1891BA95AF04D831C508F8DAEC1EE5D35464DBF6611584F9018D","name":"5f430fd5-fd03-4d2b-b73e-ee04663579cf*7633CF0C624F1891BA95AF04D831C508F8DAEC1EE5D35464DBF6611584F9018D","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006","status":"Deleting","startTime":"2023-03-01T01:00:52.4456496Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/62c721a6-f331-477c-9b66-231e0cf3b19f*F62F41F81BDB21720E34FAF76645F9FC1AD9FFB28F20B190B30F7F617B5D2235","name":"62c721a6-f331-477c-9b66-231e0cf3b19f*F62F41F81BDB21720E34FAF76645F9FC1AD9FFB28F20B190B30F7F617B5D2235","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006","status":"Deleting","startTime":"2023-05-03T04:27:48.989877Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '562' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 01:01:22 GMT + - Wed, 03 May 2023 04:28:18 GMT etag: - - '"3f00b210-0000-4d00-0000-63fea3c40000"' + - '"0000c906-0000-3300-0000-6451e2c50000"' expires: - '-1' pragma: @@ -2561,23 +2482,23 @@ interactions: ParameterSetName: - --yes --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/5f430fd5-fd03-4d2b-b73e-ee04663579cf*7633CF0C624F1891BA95AF04D831C508F8DAEC1EE5D35464DBF6611584F9018D?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/62c721a6-f331-477c-9b66-231e0cf3b19f*F62F41F81BDB21720E34FAF76645F9FC1AD9FFB28F20B190B30F7F617B5D2235?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/5f430fd5-fd03-4d2b-b73e-ee04663579cf*7633CF0C624F1891BA95AF04D831C508F8DAEC1EE5D35464DBF6611584F9018D","name":"5f430fd5-fd03-4d2b-b73e-ee04663579cf*7633CF0C624F1891BA95AF04D831C508F8DAEC1EE5D35464DBF6611584F9018D","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006","status":"Deleting","startTime":"2023-03-01T01:00:52.4456496Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/62c721a6-f331-477c-9b66-231e0cf3b19f*F62F41F81BDB21720E34FAF76645F9FC1AD9FFB28F20B190B30F7F617B5D2235","name":"62c721a6-f331-477c-9b66-231e0cf3b19f*F62F41F81BDB21720E34FAF76645F9FC1AD9FFB28F20B190B30F7F617B5D2235","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006","status":"Deleting","startTime":"2023-05-03T04:27:48.989877Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '562' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 01:01:52 GMT + - Wed, 03 May 2023 04:28:49 GMT etag: - - '"3f00b210-0000-4d00-0000-63fea3c40000"' + - '"0000c906-0000-3300-0000-6451e2c50000"' expires: - '-1' pragma: @@ -2603,23 +2524,23 @@ interactions: ParameterSetName: - --yes --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/5f430fd5-fd03-4d2b-b73e-ee04663579cf*7633CF0C624F1891BA95AF04D831C508F8DAEC1EE5D35464DBF6611584F9018D?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/62c721a6-f331-477c-9b66-231e0cf3b19f*F62F41F81BDB21720E34FAF76645F9FC1AD9FFB28F20B190B30F7F617B5D2235?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/5f430fd5-fd03-4d2b-b73e-ee04663579cf*7633CF0C624F1891BA95AF04D831C508F8DAEC1EE5D35464DBF6611584F9018D","name":"5f430fd5-fd03-4d2b-b73e-ee04663579cf*7633CF0C624F1891BA95AF04D831C508F8DAEC1EE5D35464DBF6611584F9018D","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006","status":"Succeeded","startTime":"2023-03-01T01:00:52.4456496Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/62c721a6-f331-477c-9b66-231e0cf3b19f*F62F41F81BDB21720E34FAF76645F9FC1AD9FFB28F20B190B30F7F617B5D2235","name":"62c721a6-f331-477c-9b66-231e0cf3b19f*F62F41F81BDB21720E34FAF76645F9FC1AD9FFB28F20B190B30F7F617B5D2235","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006","status":"Succeeded","startTime":"2023-05-03T04:27:48.989877Z","properties":null}' headers: cache-control: - no-cache content-length: - - '576' + - '581' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 01:02:22 GMT + - Wed, 03 May 2023 04:29:19 GMT etag: - - '"3f008c11-0000-4d00-0000-63fea4080000"' + - '"0000cd06-0000-3300-0000-6451e3090000"' expires: - '-1' pragma: @@ -2649,21 +2570,21 @@ interactions: ParameterSetName: - --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections?api-version=2023-04-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","name":"cli000005","type":"microsoft.devcenter/networkconnections","location":"westus3","tags":{"CostCode":"123"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T00:49:33.6955569Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-03-01T01:00:25.1333127Z"},"properties":{"healthCheckStatus":"Running","networkingResourceGroupName":"cli000007","domainJoinType":"HybridAzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003","domainName":"fidalgoppe010.local","domainUsername":"domainjoin@fidalgoppe010.local","provisioningState":"Succeeded"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000005","name":"cli000005","type":"microsoft.devcenter/networkconnections","location":"centraluseuap","tags":{"CostCode":"123"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:18:25.6094741Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-05-03T04:27:33.7057758Z"},"properties":{"networkingResourceGroupName":"cli000007","domainJoinType":"HybridAzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000002/subnets/cli000003","domainName":"fidalgoppe010.local","domainUsername":"domainjoin@fidalgoppe010.local","provisioningState":"Succeeded","healthCheckStatus":"Running"}}]}' headers: cache-control: - no-cache content-length: - - '935' + - '941' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 01:02:24 GMT + - Wed, 03 May 2023 04:29:22 GMT expires: - '-1' pragma: @@ -2675,20 +2596,21 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 87800aec-2f4e-4591-951d-950926904411 - - f378f127-955f-4f57-a55a-4c4de0004a0e - - 9879e225-e214-4392-821e-0c5e3549c578 - - a731e33c-5807-4966-94ab-5c231fc4ef34 - - dc05e2aa-5e4b-447b-982a-e613d558ab80 - - 5cf421e6-8ca4-4bef-95b3-93d23320aaf4 - - 9d5508a9-584c-4aea-a977-43bb15a85791 - - 25eecef1-06bf-441c-b452-1370996aefa9 - - 430aacf5-c1b7-4580-8b3e-0620d65bf30f - - 4a90d8db-80f3-4d33-a134-bf2c23a68c8e - - 98f19b14-3145-4e6b-9369-fba060e1c98b - - e124d81e-7218-46de-a92e-747fb217257c - - 1f91154f-4936-4767-993b-df2853916bf8 - - dae6ed0d-5126-4cf0-83b3-0d31ae07253f + - 8440a199-54cd-4e4d-991f-7fd635b4c452 + - 3ff78e1c-97c4-4fd7-ad8d-e8ccea8152c9 + - ffd56e5a-722e-42f2-aebf-32c19e46aff7 + - 4d3756ff-eb55-4598-a205-6003a8aa51b9 + - 695158d7-0480-4fcb-adad-870bab53f213 + - a98784af-0f1c-46f4-be1d-24025dc63d26 + - f318a8f1-2297-42d8-b505-1f24b8786e14 + - 8950321a-9c71-4708-b682-9250d53b345f + - c58f887e-2a3e-41ab-b71e-c1b80adf2de4 + - f7de336a-671b-48b2-be21-3527ca961a21 + - 4957e83c-1ee1-48fb-a89b-ef82cabe7dba + - 943d3b5d-b60a-4e3c-9d7c-acb477d849eb + - 4c8de09a-e6fe-494f-b46e-3c22bf49b52b + - a1570afb-8e4a-41c4-a96d-0fa303b8fa9c + - 03678f46-3fe2-4a58-ab24-753f0560d1ed status: code: 200 message: OK diff --git a/src/devcenter/azext_devcenter/tests/latest/recordings/test_pool_dataplane_scenario.yaml b/src/devcenter/azext_devcenter/tests/latest/recordings/test_pool_dataplane_scenario.yaml index af7961568f2..11372cca814 100644 --- a/src/devcenter/azext_devcenter/tests/latest/recordings/test_pool_dataplane_scenario.yaml +++ b/src/devcenter/azext_devcenter/tests/latest/recordings/test_pool_dataplane_scenario.yaml @@ -1,7 +1,6 @@ interactions: - request: - body: '{"tags": {"CostCode": "12345"}, "location": "westus3", "identity": {"type": - "SystemAssigned"}}' + body: '{"location": "centraluseuap", "tags": {"CostCode": "12345"}}' headers: Accept: - application/json @@ -12,31 +11,31 @@ interactions: Connection: - keep-alive Content-Length: - - '94' + - '60' Content-Type: - application/json ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-01T23:28:34.6422235Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-01T23:28:34.6422235Z"},"identity":{"principalId":"4e8414a5-e2da-45a9-b4fe-e80d7c844f77","tenantId":"00000000-0000-0000-0000-000000000000","type":"SystemAssigned"},"properties":{"provisioningState":"Accepted"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:38:28.4254161Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:38:28.4254161Z"},"properties":{"provisioningState":"Accepted"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/732b30c4-8959-444e-aea4-fef34e44794b*EAED76E1EF279CBF826C97737B77E5F3CF6411A230A7AFB4B1A74AB3E999A4C8?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/59056265-75f0-47cb-a53a-e8c25a4112f1*829A834B370967CFE33A1052F3F43DB4AE0CE956A08D9ED559023C3BDBF13294?api-version=2023-04-01 cache-control: - no-cache content-length: - - '664' + - '530' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:28:35 GMT + - Thu, 11 May 2023 23:38:30 GMT etag: - - '"1a009a9b-0000-4d00-0000-63daf5a40000"' + - '"0100cc2a-0000-3300-0000-645d7c760000"' expires: - '-1' pragma: @@ -48,15 +47,15 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":100,"currentUsed":22,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' + - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":500,"currentUsed":47,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-01T23:29:35.6669318Z' + - '2023-05-11T23:39:29.1254096Z' status: code: 201 message: Created @@ -74,23 +73,115 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/59056265-75f0-47cb-a53a-e8c25a4112f1*829A834B370967CFE33A1052F3F43DB4AE0CE956A08D9ED559023C3BDBF13294?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/59056265-75f0-47cb-a53a-e8c25a4112f1*829A834B370967CFE33A1052F3F43DB4AE0CE956A08D9ED559023C3BDBF13294","name":"59056265-75f0-47cb-a53a-e8c25a4112f1*829A834B370967CFE33A1052F3F43DB4AE0CE956A08D9ED559023C3BDBF13294","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-11T23:38:29.1960545Z"}' + headers: + cache-control: + - no-cache + content-length: + - '555' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 11 May 2023 23:39:00 GMT + etag: + - '"0000bc05-0000-3300-0000-645d7c750000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devcenter create + Connection: + - keep-alive + ParameterSetName: + - --location --tags --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/59056265-75f0-47cb-a53a-e8c25a4112f1*829A834B370967CFE33A1052F3F43DB4AE0CE956A08D9ED559023C3BDBF13294?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/59056265-75f0-47cb-a53a-e8c25a4112f1*829A834B370967CFE33A1052F3F43DB4AE0CE956A08D9ED559023C3BDBF13294","name":"59056265-75f0-47cb-a53a-e8c25a4112f1*829A834B370967CFE33A1052F3F43DB4AE0CE956A08D9ED559023C3BDBF13294","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-11T23:38:29.1960545Z"}' + headers: + cache-control: + - no-cache + content-length: + - '555' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 11 May 2023 23:39:31 GMT + etag: + - '"0000bc05-0000-3300-0000-645d7c750000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devcenter create + Connection: + - keep-alive + ParameterSetName: + - --location --tags --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/732b30c4-8959-444e-aea4-fef34e44794b*EAED76E1EF279CBF826C97737B77E5F3CF6411A230A7AFB4B1A74AB3E999A4C8?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/59056265-75f0-47cb-a53a-e8c25a4112f1*829A834B370967CFE33A1052F3F43DB4AE0CE956A08D9ED559023C3BDBF13294?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/732b30c4-8959-444e-aea4-fef34e44794b*EAED76E1EF279CBF826C97737B77E5F3CF6411A230A7AFB4B1A74AB3E999A4C8","name":"732b30c4-8959-444e-aea4-fef34e44794b*EAED76E1EF279CBF826C97737B77E5F3CF6411A230A7AFB4B1A74AB3E999A4C8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-02-01T23:28:35.6801807Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/59056265-75f0-47cb-a53a-e8c25a4112f1*829A834B370967CFE33A1052F3F43DB4AE0CE956A08D9ED559023C3BDBF13294","name":"59056265-75f0-47cb-a53a-e8c25a4112f1*829A834B370967CFE33A1052F3F43DB4AE0CE956A08D9ED559023C3BDBF13294","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-11T23:38:29.1960545Z"}' headers: cache-control: - no-cache content-length: - - '549' + - '555' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:29:06 GMT + - Thu, 11 May 2023 23:40:01 GMT etag: - - '"00009927-0000-4d00-0000-63daf5a30000"' + - '"0000bc05-0000-3300-0000-645d7c750000"' expires: - '-1' pragma: @@ -120,23 +211,23 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/732b30c4-8959-444e-aea4-fef34e44794b*EAED76E1EF279CBF826C97737B77E5F3CF6411A230A7AFB4B1A74AB3E999A4C8?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/59056265-75f0-47cb-a53a-e8c25a4112f1*829A834B370967CFE33A1052F3F43DB4AE0CE956A08D9ED559023C3BDBF13294?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/732b30c4-8959-444e-aea4-fef34e44794b*EAED76E1EF279CBF826C97737B77E5F3CF6411A230A7AFB4B1A74AB3E999A4C8","name":"732b30c4-8959-444e-aea4-fef34e44794b*EAED76E1EF279CBF826C97737B77E5F3CF6411A230A7AFB4B1A74AB3E999A4C8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Succeeded","startTime":"2023-02-01T23:28:35.6801807Z","endTime":"2023-02-01T23:29:20.4366463Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/59056265-75f0-47cb-a53a-e8c25a4112f1*829A834B370967CFE33A1052F3F43DB4AE0CE956A08D9ED559023C3BDBF13294","name":"59056265-75f0-47cb-a53a-e8c25a4112f1*829A834B370967CFE33A1052F3F43DB4AE0CE956A08D9ED559023C3BDBF13294","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Succeeded","startTime":"2023-05-11T23:38:29.1960545Z","endTime":"2023-05-11T23:40:17.4840967Z","properties":null}' headers: cache-control: - no-cache content-length: - - '609' + - '615' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:29:36 GMT + - Thu, 11 May 2023 23:40:30 GMT etag: - - '"00009d27-0000-4d00-0000-63daf5d00000"' + - '"0000c105-0000-3300-0000-645d7ce10000"' expires: - '-1' pragma: @@ -166,23 +257,23 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-01T23:28:34.6422235Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-01T23:28:34.6422235Z"},"identity":{"principalId":"4e8414a5-e2da-45a9-b4fe-e80d7c844f77","tenantId":"00000000-0000-0000-0000-000000000000","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:38:28.4254161Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:38:28.4254161Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' headers: cache-control: - no-cache content-length: - - '766' + - '638' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:29:36 GMT + - Thu, 11 May 2023 23:40:31 GMT etag: - - '"1a009e9b-0000-4d00-0000-63daf5d00000"' + - '"0100d32a-0000-3300-0000-645d7ce10000"' expires: - '-1' pragma: @@ -201,7 +292,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus3", "properties": {"devCenterId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' + body: '{"location": "centraluseuap", "properties": {"devCenterId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' headers: Accept: - application/json @@ -212,31 +303,31 @@ interactions: Connection: - keep-alive Content-Length: - - '189' + - '195' Content-Type: - application/json ParameterSetName: - --location --name --dev-center-id --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-01T23:29:37.8846685Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-01T23:29:37.8846685Z"},"properties":{"provisioningState":"Accepted","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:40:33.0092481Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:40:33.0092481Z"},"properties":{"provisioningState":"Accepted","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/be3db31c-4f77-41e6-b2e8-42c51fa329a5*7664F34BA89D27479A7E70B3651198D67638A1A43A1C28222DA64AB72F8E18E1?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/997d2d61-520c-4716-ab3c-b07753979d40*3B1D343470236470FA1EB9F6B85EAAD1122885ED9CB3A02D2A25198707AAA4BE?api-version=2023-04-01 cache-control: - no-cache content-length: - - '640' + - '646' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:29:38 GMT + - Thu, 11 May 2023 23:40:35 GMT etag: - - '"00002106-0000-4d00-0000-63daf5e30000"' + - '"000046ac-0000-3300-0000-645d7cf30000"' expires: - '-1' pragma: @@ -248,15 +339,15 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"projects"},"limit":500,"currentUsed":20,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' + - '{"name":{"localizedValue":null,"value":"projects"},"limit":500,"currentUsed":50,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '298' x-rate-limit-reset: - - '2023-02-01T23:30:38.1521834Z' + - '2023-05-11T23:41:03.8526711Z' status: code: 201 message: Created @@ -274,23 +365,23 @@ interactions: ParameterSetName: - --location --name --dev-center-id --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/be3db31c-4f77-41e6-b2e8-42c51fa329a5*7664F34BA89D27479A7E70B3651198D67638A1A43A1C28222DA64AB72F8E18E1?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/997d2d61-520c-4716-ab3c-b07753979d40*3B1D343470236470FA1EB9F6B85EAAD1122885ED9CB3A02D2A25198707AAA4BE?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/be3db31c-4f77-41e6-b2e8-42c51fa329a5*7664F34BA89D27479A7E70B3651198D67638A1A43A1C28222DA64AB72F8E18E1","name":"be3db31c-4f77-41e6-b2e8-42c51fa329a5*7664F34BA89D27479A7E70B3651198D67638A1A43A1C28222DA64AB72F8E18E1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","status":"Succeeded","startTime":"2023-02-01T23:29:38.7139009Z","endTime":"2023-02-01T23:29:50.722622Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/997d2d61-520c-4716-ab3c-b07753979d40*3B1D343470236470FA1EB9F6B85EAAD1122885ED9CB3A02D2A25198707AAA4BE","name":"997d2d61-520c-4716-ab3c-b07753979d40*3B1D343470236470FA1EB9F6B85EAAD1122885ED9CB3A02D2A25198707AAA4BE","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","status":"Succeeded","startTime":"2023-05-11T23:40:34.2619117Z","endTime":"2023-05-11T23:40:47.1323768Z","properties":null}' headers: cache-control: - no-cache content-length: - - '606' + - '613' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:30:08 GMT + - Thu, 11 May 2023 23:41:05 GMT etag: - - '"0000a027-0000-4d00-0000-63daf5ee0000"' + - '"0000c305-0000-3300-0000-645d7cff0000"' expires: - '-1' pragma: @@ -320,23 +411,71 @@ interactions: ParameterSetName: - --location --name --dev-center-id --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:40:33.0092481Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:40:33.0092481Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' + headers: + cache-control: + - no-cache + content-length: + - '754' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 11 May 2023 23:41:05 GMT + etag: + - '"000049ac-0000-3300-0000-645d7cff0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin project show + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-01T23:29:37.8846685Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-01T23:29:37.8846685Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:40:33.0092481Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:40:33.0092481Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' headers: cache-control: - no-cache content-length: - - '742' + - '754' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:30:08 GMT + - Thu, 11 May 2023 23:41:06 GMT etag: - - '"00002306-0000-4d00-0000-63daf5ee0000"' + - '"000049ac-0000-3300-0000-645d7cff0000"' expires: - '-1' pragma: @@ -368,23 +507,23 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-01T23:29:37.8846685Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-01T23:29:37.8846685Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:40:33.0092481Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:40:33.0092481Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' headers: cache-control: - no-cache content-length: - - '742' + - '754' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:30:09 GMT + - Thu, 11 May 2023 23:41:07 GMT etag: - - '"00002306-0000-4d00-0000-63daf5ee0000"' + - '"000049ac-0000-3300-0000-645d7cff0000"' expires: - '-1' pragma: @@ -414,12 +553,14 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: GET uri: https://graph.microsoft.com/v1.0/me response: body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#users/$entity","id":"00000000-0000-0000-0000-000000000000"}' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#users/$entity","businessPhones":["+1 + (425) 7041454"],"displayName":"Amanda Lim","givenName":"Amanda","jobTitle":"SOFTWARE + ENGINEER II","mail":"Amanda.Lim@microsoft.com","mobilePhone":null,"officeLocation":"18/3100FL","preferredLanguage":null,"surname":"Lim","userPrincipalName":"amlim@microsoft.com","id":"17755109-de29-4032-8853-f390afd630a2"}' headers: cache-control: - no-cache @@ -428,11 +569,11 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Wed, 01 Feb 2023 23:30:10 GMT + - Thu, 11 May 2023 23:41:08 GMT odata-version: - '4.0' request-id: - - b93d76e7-ee6c-4a85-83c4-cced3c433bd6 + - f948153f-0a6b-4907-b724-39944d34c67f strict-transport-security: - max-age=31536000 transfer-encoding: @@ -440,7 +581,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"005","RoleInstance":"SJ1PEPF00000EE9"}}' + - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"004","RoleInstance":"BY3PEPF000105BB"}}' x-ms-resource-unit: - '1' status: @@ -460,9 +601,9 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: GET - uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2700000000-0000-0000-0000-000000000000%27%29 + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2717755109-de29-4032-8853-f390afd630a2%27%29 response: body: string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' @@ -474,11 +615,11 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Wed, 01 Feb 2023 23:30:10 GMT + - Thu, 11 May 2023 23:41:08 GMT odata-version: - '4.0' request-id: - - 382add29-90a6-4917-a825-4042e6b66370 + - 7e017741-be91-4e98-8e5d-71475150f3ae strict-transport-security: - max-age=31536000 transfer-encoding: @@ -486,14 +627,14 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"005","RoleInstance":"SJ1PEPF00000EEB"}}' + - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"004","RoleInstance":"BY3PEPF0001058B"}}' x-ms-resource-unit: - '1' status: code: 200 message: OK - request: - body: '{"ids": ["00000000-0000-0000-0000-000000000000"], "types": ["user", "group", + body: '{"ids": ["17755109-de29-4032-8853-f390afd630a2"], "types": ["user", "group", "servicePrincipal", "directoryObjectPartnerReference"]}' headers: Accept: @@ -511,12 +652,14 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds response: body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.user","id":"00000000-0000-0000-0000-000000000000"}]}' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.user","id":"17755109-de29-4032-8853-f390afd630a2","businessPhones":["+1 + (425) 7041454"],"displayName":"Amanda Lim","givenName":"Amanda","jobTitle":"SOFTWARE + ENGINEER II","mail":"Amanda.Lim@microsoft.com","mobilePhone":null,"officeLocation":"18/3100FL","preferredLanguage":null,"surname":"Lim","userPrincipalName":"amlim@microsoft.com"}]}' headers: cache-control: - no-cache @@ -525,13 +668,13 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Wed, 01 Feb 2023 23:30:11 GMT + - Thu, 11 May 2023 23:41:08 GMT location: - https://graph.microsoft.com odata-version: - '4.0' request-id: - - a37913f2-2c50-4f61-b901-ee98dc6fb17b + - 1d79824e-f1aa-468a-9ee5-2c1230866925 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -539,7 +682,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"005","RoleInstance":"SJ1PEPF00001128"}}' + - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"004","RoleInstance":"BY3PEPF00026B9B"}}' x-ms-resource-unit: - '3' status: @@ -559,25 +702,23 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.44.1 - accept-language: - - en-US + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27DevCenter%20Dev%20Box%20User%27&api-version=2018-01-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27DevCenter%20Dev%20Box%20User%27&api-version=2022-04-01 response: body: string: '{"value":[{"properties":{"roleName":"DevCenter Dev Box User","type":"BuiltInRole","description":"Provides - access to create and manage dev boxes.","assignableScopes":["/"],"permissions":[{"actions":["Microsoft.DevCenter/projects/read","Microsoft.DevCenter/projects/*/read","Microsoft.Fidalgo/projects/read","Microsoft.Fidalgo/projects/*/read","Microsoft.Authorization/*/read","Microsoft.Resources/subscriptions/resourceGroups/read"],"notActions":[],"dataActions":["Microsoft.DevCenter/projects/users/devboxes/userStop/action","Microsoft.DevCenter/projects/users/devboxes/userStart/action","Microsoft.DevCenter/projects/users/devboxes/userGetRemoteConnection/action","Microsoft.DevCenter/projects/users/devboxes/userRead/action","Microsoft.DevCenter/projects/users/devboxes/userWrite/action","Microsoft.DevCenter/projects/users/devboxes/userDelete/action","Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionRead/action","Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionManage/action","Microsoft.Fidalgo/projects/users/virtualMachines/userStop/action","Microsoft.Fidalgo/projects/users/virtualMachines/userStart/action","Microsoft.Fidalgo/projects/users/virtualMachines/userGetRdpFileContent/action","Microsoft.Fidalgo/projects/users/virtualMachines/userRead/action","Microsoft.Fidalgo/projects/users/virtualMachines/userWrite/action","Microsoft.Fidalgo/projects/users/virtualMachines/userDelete/action"],"notDataActions":[]}],"createdOn":"2022-03-30T19:23:03.9063898Z","updatedOn":"2023-01-11T22:01:17.5837776Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45d50f46-0b78-4001-a660-4198cbe8cd05","type":"Microsoft.Authorization/roleDefinitions","name":"45d50f46-0b78-4001-a660-4198cbe8cd05"}]}' + access to create and manage dev boxes.","assignableScopes":["/"],"permissions":[{"actions":["Microsoft.DevCenter/projects/read","Microsoft.DevCenter/projects/*/read","Microsoft.Authorization/*/read","Microsoft.Resources/subscriptions/resourceGroups/read"],"notActions":[],"dataActions":["Microsoft.DevCenter/projects/users/devboxes/userStop/action","Microsoft.DevCenter/projects/users/devboxes/userStart/action","Microsoft.DevCenter/projects/users/devboxes/userGetRemoteConnection/action","Microsoft.DevCenter/projects/users/devboxes/userRead/action","Microsoft.DevCenter/projects/users/devboxes/userWrite/action","Microsoft.DevCenter/projects/users/devboxes/userDelete/action","Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionRead/action","Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionManage/action","Microsoft.DevCenter/projects/users/devboxes/userActionRead/action","Microsoft.DevCenter/projects/users/devboxes/userActionManage/action"],"notDataActions":[]}],"createdOn":"2022-04-01T02:44:11.1364779Z","updatedOn":"2023-03-28T15:12:30.1350617Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45d50f46-0b78-4001-a660-4198cbe8cd05","type":"Microsoft.Authorization/roleDefinitions","name":"45d50f46-0b78-4001-a660-4198cbe8cd05"}]}' headers: cache-control: - no-cache content-length: - - '1814' + - '1463' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:30:11 GMT + - Thu, 11 May 2023 23:41:08 GMT expires: - '-1' pragma: @@ -597,7 +738,7 @@ interactions: message: OK - request: body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45d50f46-0b78-4001-a660-4198cbe8cd05", - "principalId": "00000000-0000-0000-0000-000000000000", "principalType": "User"}}' + "principalId": "17755109-de29-4032-8853-f390afd630a2", "principalType": "User"}}' headers: Accept: - application/json @@ -610,21 +751,19 @@ interactions: Content-Length: - '258' Content-Type: - - application/json; charset=utf-8 + - application/json Cookie: - x-ms-gateway-slice=Production ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.44.1 - accept-language: - - en-US + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/providers/Microsoft.Authorization/roleAssignments/b418ad2c-5360-4ca0-bea8-50f431c3cefe?api-version=2020-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/providers/Microsoft.Authorization/roleAssignments/20b4f01c-0d59-4367-ae95-d31978a29ccd?api-version=2022-04-01 response: body: - string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45d50f46-0b78-4001-a660-4198cbe8cd05","principalId":"00000000-0000-0000-0000-000000000000","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","condition":null,"conditionVersion":null,"createdOn":"2023-02-01T23:30:12.0808067Z","updatedOn":"2023-02-01T23:30:12.9888129Z","createdBy":null,"updatedBy":"00000000-0000-0000-0000-000000000000","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/providers/Microsoft.Authorization/roleAssignments/b418ad2c-5360-4ca0-bea8-50f431c3cefe","type":"Microsoft.Authorization/roleAssignments","name":"b418ad2c-5360-4ca0-bea8-50f431c3cefe"}' + string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45d50f46-0b78-4001-a660-4198cbe8cd05","principalId":"17755109-de29-4032-8853-f390afd630a2","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","condition":null,"conditionVersion":null,"createdOn":"2023-05-11T23:41:09.8424646Z","updatedOn":"2023-05-11T23:41:10.3050703Z","createdBy":null,"updatedBy":"17755109-de29-4032-8853-f390afd630a2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/providers/Microsoft.Authorization/roleAssignments/20b4f01c-0d59-4367-ae95-d31978a29ccd","type":"Microsoft.Authorization/roleAssignments","name":"20b4f01c-0d59-4367-ae95-d31978a29ccd"}' headers: cache-control: - no-cache @@ -633,7 +772,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:30:14 GMT + - Thu, 11 May 2023 23:41:11 GMT expires: - '-1' pragma: @@ -643,12 +782,12 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 201 message: Created - request: - body: '{"location": "westus3", "properties": {"addressSpace": {"addressPrefixes": + body: '{"location": "centraluseuap", "properties": {"addressSpace": {"addressPrefixes": ["10.0.0.0/16"]}, "enableDdosProtection": false, "enableVmProtection": false}}' headers: Accept: @@ -660,38 +799,38 @@ interactions: Connection: - keep-alive Content-Length: - - '153' + - '159' Content-Type: - application/json ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.44.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004?api-version=2022-01-01 response: body: - string: "{\r\n \"name\": \"cli000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004\",\r\n - \ \"etag\": \"W/\\\"4b3afacf-31b4-4331-aeb9-ded5be7b9b27\\\"\",\r\n \"type\": - \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus3\",\r\n - \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": - \"dd1ef20f-779d-49b0-8ad0-7f534f6ed51a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": - [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [],\r\n - \ \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n - \ }\r\n}" + string: "{\r\n \"name\": \"cli000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004\"\ + ,\r\n \"etag\": \"W/\\\"ca6f293e-aabc-49f5-b83e-6803aff59716\\\"\",\r\n \ + \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"centraluseuap\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ + \ \"resourceGuid\": \"d019ed99-b7aa-42a7-aec5-d414f3d0245f\",\r\n \"\ + addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\ + \r\n ]\r\n },\r\n \"subnets\": [],\r\n \"virtualNetworkPeerings\"\ + : [],\r\n \"enableDdosProtection\": 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/westus3/operations/b8f80964-aa43-4eb7-999f-1036834a74e6?api-version=2022-01-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/5bf150ae-b37b-45ee-82df-be691ebc85ed?api-version=2022-01-01 cache-control: - no-cache content-length: - - '610' + - '616' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:30:16 GMT + - Thu, 11 May 2023 23:41:13 GMT expires: - '-1' pragma: @@ -704,12 +843,12 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0fe8501c-92f4-49d5-a16c-a2ed6740e5dd + - 0aa502c9-3dc2-45f4-b392-8d0eab589a71 x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 - message: Created + message: '' - request: body: null headers: @@ -724,9 +863,9 @@ interactions: ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.44.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus3/operations/b8f80964-aa43-4eb7-999f-1036834a74e6?api-version=2022-01-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/5bf150ae-b37b-45ee-82df-be691ebc85ed?api-version=2022-01-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -738,7 +877,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:30:19 GMT + - Thu, 11 May 2023 23:41:16 GMT expires: - '-1' pragma: @@ -755,10 +894,10 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - cda94249-354c-400c-954f-b8e01caa74bf + - c3a9a0df-3f35-4fc8-ae19-e30d9d483df5 status: code: 200 - message: OK + message: '' - request: body: null headers: @@ -773,30 +912,30 @@ interactions: ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.44.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004?api-version=2022-01-01 response: body: - string: "{\r\n \"name\": \"cli000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004\",\r\n - \ \"etag\": \"W/\\\"099d408e-6b35-4204-9ec3-0ce4e8537e90\\\"\",\r\n \"type\": - \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus3\",\r\n - \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": - \"dd1ef20f-779d-49b0-8ad0-7f534f6ed51a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": - [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [],\r\n - \ \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n - \ }\r\n}" + string: "{\r\n \"name\": \"cli000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004\"\ + ,\r\n \"etag\": \"W/\\\"861e19b0-ad8a-4cb6-953e-035e2e865d87\\\"\",\r\n \ + \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"centraluseuap\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ + \ \"resourceGuid\": \"d019ed99-b7aa-42a7-aec5-d414f3d0245f\",\r\n \"\ + addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\ + \r\n ]\r\n },\r\n \"subnets\": [],\r\n \"virtualNetworkPeerings\"\ + : [],\r\n \"enableDdosProtection\": false\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '611' + - '617' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:30:19 GMT + - Thu, 11 May 2023 23:41:16 GMT etag: - - W/"099d408e-6b35-4204-9ec3-0ce4e8537e90" + - W/"861e19b0-ad8a-4cb6-953e-035e2e865d87" expires: - '-1' pragma: @@ -813,12 +952,330 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 35b0bf60-b61f-4d90-b3ce-ee9052e49829 + - 65389dba-b308-4b4d-995b-211182d44e1a status: code: 200 - message: OK + message: '' - request: - body: '{"name": "cli000005", "properties": {"addressPrefix": "10.0.0.0/21"}}' + body: '{"location": "centraluseuap"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network nsg create + Connection: + - keep-alive + Content-Length: + - '29' + Content-Type: + - application/json + ParameterSetName: + - -n --location -g + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006?api-version=2022-01-01 + response: + body: + string: "{\r\n \"name\": \"cli000006\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006\"\ + ,\r\n \"etag\": \"W/\\\"399abeb3-7a4c-44cc-a219-461551228a2c\\\"\",\r\n \ + \ \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\"\ + : \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\":\ + \ \"Updating\",\r\n \"resourceGuid\": \"6d0c659c-3600-42e1-bb69-56ae9bdad6e1\"\ + ,\r\n \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n \ + \ {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/AllowVnetInBound\"\ + ,\r\n \"etag\": \"W/\\\"399abeb3-7a4c-44cc-a219-461551228a2c\\\"\"\ + ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ + ,\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\"\ + ,\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\"\ + ,\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\"\ + : \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\"\ + ,\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n\ + \ \"direction\": \"Inbound\",\r\n \"sourcePortRanges\":\ + \ [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\"\ + : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ + \ },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\ + \n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/AllowAzureLoadBalancerInBound\"\ + ,\r\n \"etag\": \"W/\\\"399abeb3-7a4c-44cc-a219-461551228a2c\\\"\"\ + ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ + ,\r\n \"description\": \"Allow inbound traffic from azure load balancer\"\ + ,\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\"\ + ,\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\"\ + : \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"*\"\ + ,\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n\ + \ \"direction\": \"Inbound\",\r\n \"sourcePortRanges\":\ + \ [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\"\ + : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ + \ },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\"\ + : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/DenyAllInBound\"\ + ,\r\n \"etag\": \"W/\\\"399abeb3-7a4c-44cc-a219-461551228a2c\\\"\"\ + ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ + ,\r\n \"description\": \"Deny all inbound traffic\",\r\n \ + \ \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \ + \ \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\"\ + : \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"\ + access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\"\ + : \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\"\ + : [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\"\ + : []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\"\ + ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/AllowVnetOutBound\"\ + ,\r\n \"etag\": \"W/\\\"399abeb3-7a4c-44cc-a219-461551228a2c\\\"\"\ + ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ + ,\r\n \"description\": \"Allow outbound traffic from all VMs to all\ + \ VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\"\ + : \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\"\ + : \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\"\ + ,\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n\ + \ \"direction\": \"Outbound\",\r\n \"sourcePortRanges\"\ + : [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\"\ + : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ + \ },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \ + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/AllowInternetOutBound\"\ + ,\r\n \"etag\": \"W/\\\"399abeb3-7a4c-44cc-a219-461551228a2c\\\"\"\ + ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ + ,\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\"\ + ,\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\"\ + ,\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\"\ + : \"*\",\r\n \"destinationAddressPrefix\": \"Internet\",\r\n \ + \ \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \ + \ \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\ + \n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\"\ + : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ + \ },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"\ + id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/DenyAllOutBound\"\ + ,\r\n \"etag\": \"W/\\\"399abeb3-7a4c-44cc-a219-461551228a2c\\\"\"\ + ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ + ,\r\n \"description\": \"Deny all outbound traffic\",\r\n \ + \ \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \ + \ \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\"\ + : \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"\ + access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\"\ + : \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\"\ + : [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\"\ + : []\r\n }\r\n }\r\n ]\r\n }\r\n}" + headers: + azure-asyncnotification: + - Enabled + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/442c2710-fb72-4194-9d03-f5536b5b6962?api-version=2022-01-01 + cache-control: + - no-cache + content-length: + - '6538' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 11 May 2023 23:41:18 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-arm-service-request-id: + - 60fd4214-762d-49e1-91bb-0cc2464469cd + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network nsg create + Connection: + - keep-alive + ParameterSetName: + - -n --location -g + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/442c2710-fb72-4194-9d03-f5536b5b6962?api-version=2022-01-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, 11 May 2023 23:41: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: + - c073c660-d66d-48a5-a245-397d0d1fe520 + status: + code: 200 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network nsg create + Connection: + - keep-alive + ParameterSetName: + - -n --location -g + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006?api-version=2022-01-01 + response: + body: + string: "{\r\n \"name\": \"cli000006\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006\"\ + ,\r\n \"etag\": \"W/\\\"30e26c6f-1137-4d12-8c0e-0b275f0cf09d\\\"\",\r\n \ + \ \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\"\ + : \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\":\ + \ \"Succeeded\",\r\n \"resourceGuid\": \"6d0c659c-3600-42e1-bb69-56ae9bdad6e1\"\ + ,\r\n \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n \ + \ {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/AllowVnetInBound\"\ + ,\r\n \"etag\": \"W/\\\"30e26c6f-1137-4d12-8c0e-0b275f0cf09d\\\"\"\ + ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ + ,\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\"\ + ,\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\"\ + ,\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\"\ + : \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\"\ + ,\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n\ + \ \"direction\": \"Inbound\",\r\n \"sourcePortRanges\":\ + \ [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\"\ + : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ + \ },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\ + \n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/AllowAzureLoadBalancerInBound\"\ + ,\r\n \"etag\": \"W/\\\"30e26c6f-1137-4d12-8c0e-0b275f0cf09d\\\"\"\ + ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ + ,\r\n \"description\": \"Allow inbound traffic from azure load balancer\"\ + ,\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\"\ + ,\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\"\ + : \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"*\"\ + ,\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n\ + \ \"direction\": \"Inbound\",\r\n \"sourcePortRanges\":\ + \ [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\"\ + : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ + \ },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\"\ + : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/DenyAllInBound\"\ + ,\r\n \"etag\": \"W/\\\"30e26c6f-1137-4d12-8c0e-0b275f0cf09d\\\"\"\ + ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ + ,\r\n \"description\": \"Deny all inbound traffic\",\r\n \ + \ \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \ + \ \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\"\ + : \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"\ + access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\"\ + : \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\"\ + : [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\"\ + : []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\"\ + ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/AllowVnetOutBound\"\ + ,\r\n \"etag\": \"W/\\\"30e26c6f-1137-4d12-8c0e-0b275f0cf09d\\\"\"\ + ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ + ,\r\n \"description\": \"Allow outbound traffic from all VMs to all\ + \ VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\"\ + : \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\"\ + : \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\"\ + ,\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n\ + \ \"direction\": \"Outbound\",\r\n \"sourcePortRanges\"\ + : [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\"\ + : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ + \ },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \ + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/AllowInternetOutBound\"\ + ,\r\n \"etag\": \"W/\\\"30e26c6f-1137-4d12-8c0e-0b275f0cf09d\\\"\"\ + ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ + ,\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\"\ + ,\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\"\ + ,\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\"\ + : \"*\",\r\n \"destinationAddressPrefix\": \"Internet\",\r\n \ + \ \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \ + \ \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\ + \n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\"\ + : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ + \ },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"\ + id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/DenyAllOutBound\"\ + ,\r\n \"etag\": \"W/\\\"30e26c6f-1137-4d12-8c0e-0b275f0cf09d\\\"\"\ + ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ + ,\r\n \"description\": \"Deny all outbound traffic\",\r\n \ + \ \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \ + \ \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\"\ + : \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"\ + access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\"\ + : \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\"\ + : [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\"\ + : []\r\n }\r\n }\r\n ]\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '6545' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 11 May 2023 23:41:19 GMT + etag: + - W/"30e26c6f-1137-4d12-8c0e-0b275f0cf09d" + 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: + - 9734febf-4077-4ea3-8526-b17c1b3f7daf + status: + code: 200 + message: '' +- request: + body: '{"name": "cli000005", "properties": {"addressPrefix": "10.0.0.0/21", "networkSecurityGroup": + {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006"}}}' headers: Accept: - application/json @@ -829,54 +1286,273 @@ interactions: Connection: - keep-alive Content-Length: - - '69' + - '245' Content-Type: - application/json ParameterSetName: - - -n --vnet-name -g --address-prefixes + - --nsg -n --vnet-name -g --address-prefixes User-Agent: - - AZURECLI/2.44.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005?api-version=2022-01-01 response: body: - string: "{\r\n \"name\": \"cli000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005\",\r\n - \ \"etag\": \"W/\\\"d705cdd5-c167-4a68-a7a4-795a6150e21c\\\"\",\r\n \"properties\": - {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/21\",\r\n - \ \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n - \ \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": - \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" + string: "{\r\n \"name\": \"cli000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005\"\ + ,\r\n \"etag\": \"W/\\\"cb04802a-380f-4723-a0ab-2b707d616f89\\\"\",\r\n \ + \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"\ + addressPrefix\": \"10.0.0.0/21\",\r\n \"networkSecurityGroup\": {\r\n \ + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006\"\ + \r\n },\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ + : \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\ + \n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus3/operations/1c459fe1-f023-47fb-a7fc-ecf1c02287ee?api-version=2022-01-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/99d36db1-c434-4bd9-b684-2e8ebdded0c5?api-version=2022-01-01 + cache-control: + - no-cache + content-length: + - '727' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 11 May 2023 23:41:20 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-arm-service-request-id: + - b92ddd73-9969-4568-8c00-c7314618d34f + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network vnet subnet create + Connection: + - keep-alive + ParameterSetName: + - --nsg -n --vnet-name -g --address-prefixes + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/99d36db1-c434-4bd9-b684-2e8ebdded0c5?api-version=2022-01-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, 11 May 2023 23:41:23 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: + - e628675d-0d92-46a4-900e-83dfe7820fda + status: + code: 200 + message: '' +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network vnet subnet create + Connection: + - keep-alive + ParameterSetName: + - --nsg -n --vnet-name -g --address-prefixes + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005?api-version=2022-01-01 + response: + body: + string: "{\r\n \"name\": \"cli000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005\"\ + ,\r\n \"etag\": \"W/\\\"f2dfe560-3596-47c8-aee6-0337393a5163\\\"\",\r\n \ + \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ + addressPrefix\": \"10.0.0.0/21\",\r\n \"networkSecurityGroup\": {\r\n \ + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006\"\ + \r\n },\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ + : \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\ + \n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '728' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 11 May 2023 23:41:23 GMT + etag: + - W/"f2dfe560-3596-47c8-aee6-0337393a5163" + 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: + - c1c2dd33-8832-4de5-80fb-fdf29b777a9f + status: + code: 200 + message: '' +- request: + body: '{"location": "centraluseuap", "properties": {"domainJoinType": "AzureADJoin", + "networkingResourceGroupName": "cli000008", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005"}, + "tags": {"CostCode": "12345"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin network-connection create + Connection: + - keep-alive + Content-Length: + - '321' + Content-Type: + - application/json + ParameterSetName: + - --location --tags --name --domain-join-type --subnet-id --networking-resource-group-name + --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","name":"cli000007","type":"microsoft.devcenter/networkconnections","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:41:25.1633733Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:41:25.1633733Z"},"properties":{"provisioningState":"Accepted","networkingResourceGroupName":"cli000008","domainJoinType":"AzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/7dfb8f68-37de-4e17-96aa-5e597d8e4f23*2D3C640A4F81E2F1831639700F967CF0C9446576B5639D3A3633C2B7973AF46F?api-version=2023-04-01 + cache-control: + - no-cache + content-length: + - '785' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 11 May 2023 23:41:26 GMT + etag: + - '"1000e541-0000-3300-0000-645d7d260000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-quota: + - '{"name":{"localizedValue":null,"value":"networkConnections"},"limit":500,"currentUsed":28,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '298' + x-rate-limit-reset: + - '2023-05-11T23:42:24.0865886Z' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin network-connection create + Connection: + - keep-alive + ParameterSetName: + - --location --tags --name --domain-join-type --subnet-id --networking-resource-group-name + --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/7dfb8f68-37de-4e17-96aa-5e597d8e4f23*2D3C640A4F81E2F1831639700F967CF0C9446576B5639D3A3633C2B7973AF46F?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/7dfb8f68-37de-4e17-96aa-5e597d8e4f23*2D3C640A4F81E2F1831639700F967CF0C9446576B5639D3A3633C2B7973AF46F","name":"7dfb8f68-37de-4e17-96aa-5e597d8e4f23*2D3C640A4F81E2F1831639700F967CF0C9446576B5639D3A3633C2B7973AF46F","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","status":"Accepted","startTime":"2023-05-11T23:41:26.1112483Z"}' + headers: cache-control: - no-cache content-length: - - '532' + - '563' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:30:20 GMT + - Thu, 11 May 2023 23:41:56 GMT + etag: + - '"0000c705-0000-3300-0000-645d7d260000"' 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: - - a405b48e-ddbf-4242-ae07-9923bfc0540a - x-ms-ratelimit-remaining-subscription-writes: - - '1198' status: - code: 201 - message: Created + code: 200 + message: OK - request: body: null headers: @@ -885,44 +1561,38 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - network vnet subnet create + - devcenter admin network-connection create Connection: - keep-alive ParameterSetName: - - -n --vnet-name -g --address-prefixes + - --location --tags --name --domain-join-type --subnet-id --networking-resource-group-name + --resource-group User-Agent: - - AZURECLI/2.44.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus3/operations/1c459fe1-f023-47fb-a7fc-ecf1c02287ee?api-version=2022-01-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/7dfb8f68-37de-4e17-96aa-5e597d8e4f23*2D3C640A4F81E2F1831639700F967CF0C9446576B5639D3A3633C2B7973AF46F?api-version=2023-04-01 response: body: - string: "{\r\n \"status\": \"Succeeded\"\r\n}" + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/7dfb8f68-37de-4e17-96aa-5e597d8e4f23*2D3C640A4F81E2F1831639700F967CF0C9446576B5639D3A3633C2B7973AF46F","name":"7dfb8f68-37de-4e17-96aa-5e597d8e4f23*2D3C640A4F81E2F1831639700F967CF0C9446576B5639D3A3633C2B7973AF46F","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","status":"Succeeded","startTime":"2023-05-11T23:41:26.1112483Z","endTime":"2023-05-11T23:41:58.9426492Z","properties":null}' headers: cache-control: - no-cache content-length: - - '29' + - '623' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:30:23 GMT + - Thu, 11 May 2023 23:42:27 GMT + etag: + - '"0000ca05-0000-3300-0000-645d7d460000"' 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: - - ab383a58-5145-48db-a450-cab9a92dcadc status: code: 200 message: OK @@ -934,94 +1604,80 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - network vnet subnet create + - devcenter admin network-connection create Connection: - keep-alive ParameterSetName: - - -n --vnet-name -g --address-prefixes + - --location --tags --name --domain-join-type --subnet-id --networking-resource-group-name + --resource-group User-Agent: - - AZURECLI/2.44.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005?api-version=2022-01-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007?api-version=2023-04-01 response: body: - string: "{\r\n \"name\": \"cli000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005\",\r\n - \ \"etag\": \"W/\\\"17a1d001-cc71-45d3-a62e-5c3435dbe4c6\\\"\",\r\n \"properties\": - {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/21\",\r\n - \ \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n - \ \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": - \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","name":"cli000007","type":"microsoft.devcenter/networkconnections","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:41:25.1633733Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:41:25.1633733Z"},"properties":{"provisioningState":"Succeeded","networkingResourceGroupName":"cli000008","domainJoinType":"AzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005"}}' headers: cache-control: - no-cache content-length: - - '533' + - '786' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:30:23 GMT + - Thu, 11 May 2023 23:42:27 GMT etag: - - W/"17a1d001-cc71-45d3-a62e-5c3435dbe4c6" + - '"1000e941-0000-3300-0000-645d7d470000"' 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: - - eb9b34dc-e9c5-42bc-b38e-7d3819f549b0 + x-ms-providerhub-traffic: + - 'True' status: code: 200 message: OK - request: - body: '{"tags": {"CostCode": "12345"}, "location": "westus3", "properties": {"subnetId": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005", - "networkingResourceGroupName": "cli000007", "domainJoinType": "AzureADJoin"}}' + body: '{"properties": {"networkConnectionId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007"}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin network-connection create + - devcenter admin attached-network create Connection: - keep-alive Content-Length: - - '315' + - '182' Content-Type: - application/json ParameterSetName: - - --location --tags --name --domain-join-type --subnet-id --networking-resource-group-name - --resource-group + - --dev-center --name --network-connection-id --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000010?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006","name":"cli000006","type":"microsoft.devcenter/networkconnections","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-01T23:30:25.9056019Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-01T23:30:25.9056019Z"},"properties":{"provisioningState":"Accepted","networkingResourceGroupName":"cli000007","domainJoinType":"AzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000010","name":"c2000010","type":"microsoft.devcenter/devcenters/attachednetworks","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:42:28.3081421Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:42:28.3081421Z"},"properties":{"provisioningState":"Accepted","networkConnectionId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","networkConnectionLocation":"centraluseuap","healthCheckStatus":"Running","domainJoinType":"AzureADJoin"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/3b716a7f-bbfd-4e39-8faf-1ba6acb9a1aa*92221E382D6B3024410B3DD63D7F4E45AAE1E928345987DC06962B0FCED48AD2?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/c6905221-369a-4ea3-8faa-dd44730a9aad*17A30E8632304901036C362FD75B2AEDE89BF2F0DB1981410B15C89FAE89739B?api-version=2023-04-01 cache-control: - no-cache content-length: - - '779' + - '786' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:30:26 GMT + - Thu, 11 May 2023 23:42:30 GMT etag: - - '"2c0035da-0000-4d00-0000-63daf6120000"' + - '"1900edae-0000-3300-0000-645d7d660000"' expires: - '-1' pragma: @@ -1032,16 +1688,14 @@ interactions: - nosniff x-ms-providerhub-traffic: - 'True' - x-ms-quota: - - '{"name":{"localizedValue":null,"value":"networkConnections"},"limit":80,"currentUsed":8,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - '298' x-rate-limit-reset: - - '2023-02-01T23:30:38.1521834Z' + - '2023-05-11T23:42:58.2240838Z' status: code: 201 message: Created @@ -1053,30 +1707,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin network-connection create + - devcenter admin attached-network create Connection: - keep-alive ParameterSetName: - - --location --tags --name --domain-join-type --subnet-id --networking-resource-group-name - --resource-group + - --dev-center --name --network-connection-id --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/3b716a7f-bbfd-4e39-8faf-1ba6acb9a1aa*92221E382D6B3024410B3DD63D7F4E45AAE1E928345987DC06962B0FCED48AD2?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/c6905221-369a-4ea3-8faa-dd44730a9aad*17A30E8632304901036C362FD75B2AEDE89BF2F0DB1981410B15C89FAE89739B?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/3b716a7f-bbfd-4e39-8faf-1ba6acb9a1aa*92221E382D6B3024410B3DD63D7F4E45AAE1E928345987DC06962B0FCED48AD2","name":"3b716a7f-bbfd-4e39-8faf-1ba6acb9a1aa*92221E382D6B3024410B3DD63D7F4E45AAE1E928345987DC06962B0FCED48AD2","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006","status":"Succeeded","startTime":"2023-02-01T23:30:26.3058223Z","endTime":"2023-02-01T23:30:33.9327269Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/c6905221-369a-4ea3-8faa-dd44730a9aad*17A30E8632304901036C362FD75B2AEDE89BF2F0DB1981410B15C89FAE89739B","name":"c6905221-369a-4ea3-8faa-dd44730a9aad*17A30E8632304901036C362FD75B2AEDE89BF2F0DB1981410B15C89FAE89739B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000010","status":"Succeeded","startTime":"2023-05-11T23:42:28.9172768Z","endTime":"2023-05-11T23:42:32.2774655Z","properties":null}' headers: cache-control: - no-cache content-length: - - '617' + - '641' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:30:56 GMT + - Thu, 11 May 2023 23:43:01 GMT etag: - - '"0000a427-0000-4d00-0000-63daf6190000"' + - '"0000cc05-0000-3300-0000-645d7d680000"' expires: - '-1' pragma: @@ -1100,30 +1753,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin network-connection create + - devcenter admin attached-network create Connection: - keep-alive ParameterSetName: - - --location --tags --name --domain-join-type --subnet-id --networking-resource-group-name - --resource-group + - --dev-center --name --network-connection-id --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000010?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006","name":"cli000006","type":"microsoft.devcenter/networkconnections","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-01T23:30:25.9056019Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-02-01T23:30:37.3960658Z"},"properties":{"provisioningState":"Succeeded","networkingResourceGroupName":"cli000007","domainJoinType":"AzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005","healthCheckStatus":"Running"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000010","name":"c2000010","type":"microsoft.devcenter/devcenters/attachednetworks","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:42:28.3081421Z","lastModifiedBy":"2dc3760b-4713-48b1-a383-1dfe3e449ec2","lastModifiedByType":"Application","lastModifiedAt":"2023-05-11T23:42:54.4030948Z"},"properties":{"provisioningState":"Succeeded","networkConnectionId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","networkConnectionLocation":"centraluseuap","healthCheckStatus":"Running","domainJoinType":"AzureADJoin"}}' headers: cache-control: - no-cache content-length: - - '834' + - '811' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:30:56 GMT + - Thu, 11 May 2023 23:43:01 GMT etag: - - '"2c003cda-0000-4d00-0000-63daf61d0000"' + - '"1900efae-0000-3300-0000-645d7d7e0000"' expires: - '-1' pragma: @@ -1142,42 +1794,45 @@ interactions: code: 200 message: OK - request: - body: '{"properties": {"networkConnectionId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006"}}' + body: '{"location": "centraluseuap", "properties": {"hibernateSupport": "Enabled", + "imageReference": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os"}, + "osStorageType": "ssd_1024gb", "sku": {"name": "general_a_8c32gb_v1"}}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin attached-network create + - devcenter admin devbox-definition create Connection: - keep-alive Content-Length: - - '182' + - '395' Content-Type: - application/json ParameterSetName: - - --dev-center --name --network-connection-id --resource-group + - --dev-center --name --image-reference --hibernate-support --resource-group + --os-storage-type --sku --location User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000009?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000009?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000009","name":"c2000009","type":"microsoft.devcenter/devcenters/attachednetworks","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-01T23:30:57.8095302Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-01T23:30:57.8095302Z"},"properties":{"provisioningState":"Accepted","networkConnectionId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006","networkConnectionLocation":"westus3","healthCheckStatus":"Running","domainJoinType":"AzureADJoin"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000009","name":"c1000009","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:43:02.8198234Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:43:02.8198234Z"},"properties":{"provisioningState":"Accepted","imageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","hibernateSupport":"Enabled"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/92f4acb1-c9a8-45b5-a1ca-6bc311f31547*317526BA6A16F18ED45BC7D4390F187AB3E64771E94B8AE39CF9BC9E517EE18B?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/f75f51c4-eecb-4a14-8d0d-1a586bbbff5e*7C3B1087E4AB54CE23A28437424C205E5E3CB0F2EE8F8A1A422F9AABEE3A4BF8?api-version=2023-04-01 cache-control: - no-cache content-length: - - '780' + - '886' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:30:59 GMT + - Thu, 11 May 2023 23:43:04 GMT etag: - - '"16000c9c-0000-4d00-0000-63daf6330000"' + - '"0000f901-0000-3300-0000-645d7d880000"' expires: - '-1' pragma: @@ -1188,14 +1843,16 @@ interactions: - nosniff x-ms-providerhub-traffic: - 'True' + x-ms-quota: + - '{"name":{"localizedValue":null,"value":"devBoxDefinitions"},"limit":200,"currentUsed":69,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - '298' x-rate-limit-reset: - - '2023-02-01T23:31:41.1979265Z' + - '2023-05-11T23:44:02.5428476Z' status: code: 201 message: Created @@ -1207,29 +1864,30 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin attached-network create + - devcenter admin devbox-definition create Connection: - keep-alive ParameterSetName: - - --dev-center --name --network-connection-id --resource-group + - --dev-center --name --image-reference --hibernate-support --resource-group + --os-storage-type --sku --location User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/92f4acb1-c9a8-45b5-a1ca-6bc311f31547*317526BA6A16F18ED45BC7D4390F187AB3E64771E94B8AE39CF9BC9E517EE18B?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/f75f51c4-eecb-4a14-8d0d-1a586bbbff5e*7C3B1087E4AB54CE23A28437424C205E5E3CB0F2EE8F8A1A422F9AABEE3A4BF8?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/92f4acb1-c9a8-45b5-a1ca-6bc311f31547*317526BA6A16F18ED45BC7D4390F187AB3E64771E94B8AE39CF9BC9E517EE18B","name":"92f4acb1-c9a8-45b5-a1ca-6bc311f31547*317526BA6A16F18ED45BC7D4390F187AB3E64771E94B8AE39CF9BC9E517EE18B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000009","status":"Succeeded","startTime":"2023-02-01T23:30:58.299718Z","endTime":"2023-02-01T23:31:04.1892553Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/f75f51c4-eecb-4a14-8d0d-1a586bbbff5e*7C3B1087E4AB54CE23A28437424C205E5E3CB0F2EE8F8A1A422F9AABEE3A4BF8","name":"f75f51c4-eecb-4a14-8d0d-1a586bbbff5e*7C3B1087E4AB54CE23A28437424C205E5E3CB0F2EE8F8A1A422F9AABEE3A4BF8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000009","status":"Accepted","startTime":"2023-05-11T23:43:04.0443224Z"}' headers: cache-control: - no-cache content-length: - - '634' + - '582' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:31:29 GMT + - Thu, 11 May 2023 23:43:34 GMT etag: - - '"0000a927-0000-4d00-0000-63daf6380000"' + - '"0000cf05-0000-3300-0000-645d7d880000"' expires: - '-1' pragma: @@ -1253,29 +1911,77 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin attached-network create + - devcenter admin devbox-definition create Connection: - keep-alive ParameterSetName: - - --dev-center --name --network-connection-id --resource-group + - --dev-center --name --image-reference --hibernate-support --resource-group + --os-storage-type --sku --location + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/f75f51c4-eecb-4a14-8d0d-1a586bbbff5e*7C3B1087E4AB54CE23A28437424C205E5E3CB0F2EE8F8A1A422F9AABEE3A4BF8?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/f75f51c4-eecb-4a14-8d0d-1a586bbbff5e*7C3B1087E4AB54CE23A28437424C205E5E3CB0F2EE8F8A1A422F9AABEE3A4BF8","name":"f75f51c4-eecb-4a14-8d0d-1a586bbbff5e*7C3B1087E4AB54CE23A28437424C205E5E3CB0F2EE8F8A1A422F9AABEE3A4BF8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000009","status":"Succeeded","startTime":"2023-05-11T23:43:04.0443224Z","endTime":"2023-05-11T23:43:36.7316111Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '642' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 11 May 2023 23:44:04 GMT + etag: + - '"0000d105-0000-3300-0000-645d7da80000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devbox-definition create + Connection: + - keep-alive + ParameterSetName: + - --dev-center --name --image-reference --hibernate-support --resource-group + --os-storage-type --sku --location User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000009?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000009?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000009","name":"c2000009","type":"microsoft.devcenter/devcenters/attachednetworks","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-01T23:30:57.8095302Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-01T23:30:57.8095302Z"},"properties":{"provisioningState":"Succeeded","networkConnectionId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000006","networkConnectionLocation":"westus3","healthCheckStatus":"Running","domainJoinType":"AzureADJoin"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000009","name":"c1000009","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:43:02.8198234Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:43:02.8198234Z"},"properties":{"provisioningState":"Succeeded","imageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","hibernateSupport":"Enabled","imageValidationStatus":"Succeeded","activeImageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"}}}' headers: cache-control: - no-cache content-length: - - '781' + - '1220' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:31:29 GMT + - Thu, 11 May 2023 23:44:04 GMT etag: - - '"16000f9c-0000-4d00-0000-63daf6380000"' + - '"0000fd01-0000-3300-0000-645d7da80000"' expires: - '-1' pragma: @@ -1294,45 +2000,44 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus3", "properties": {"imageReference": {"id": "/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-21h2-ent-cpc-m365"}, - "sku": {"name": "general_a_8c32gb_v1"}, "osStorageType": "ssd_1024gb", "hibernateSupport": - "Enabled"}}' + body: '{"location": "centraluseuap", "properties": {"devBoxDefinitionName": "c1000009", + "licenseType": "Windows_Client", "localAdministrator": "Enabled", "networkConnectionName": + "c2000010"}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin devbox-definition create + - devcenter admin pool create Connection: - keep-alive Content-Length: - - '368' + - '184' Content-Type: - application/json ParameterSetName: - - --dev-center --name --image-reference --hibernate-support --resource-group - --os-storage-type --sku --location + - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000008?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000011?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000008","name":"c1000008","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-01T23:31:30.9704701Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-01T23:31:30.9704701Z"},"properties":{"provisioningState":"Accepted","imageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-21h2-ent-cpc-m365"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","hibernateSupport":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000011","name":"c3000011","type":"microsoft.devcenter/projects/pools","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:44:06.7972234Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:44:06.7972234Z"},"properties":{"provisioningState":"Accepted","devBoxDefinitionName":"c1000009","networkConnectionName":"c2000010","licenseType":"Windows_Client","localAdministrator":"Enabled"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/5ac79a89-9b80-4702-ae3b-f9c0a8672fe6*CD0CBE4FE01BD9C097B850F0738C2754AABF5D73A8EB6984F0DEFBEF29086667?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E?api-version=2023-04-01 cache-control: - no-cache content-length: - - '859' + - '649' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:31:31 GMT + - Thu, 11 May 2023 23:44:09 GMT etag: - - '"01008379-0000-4d00-0000-63daf6530000"' + - '"09006ee8-0000-3300-0000-645d7dc90000"' expires: - '-1' pragma: @@ -1344,15 +2049,15 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"devBoxDefinitions"},"limit":200,"currentUsed":20,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' + - '{"name":{"localizedValue":null,"value":"pools"},"limit":500,"currentUsed":49,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-01T23:32:31.1959906Z' + - '2023-05-11T23:45:07.5911718Z' status: code: 201 message: Created @@ -1364,30 +2069,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin devbox-definition create + - devcenter admin pool create Connection: - keep-alive ParameterSetName: - - --dev-center --name --image-reference --hibernate-support --resource-group - --os-storage-type --sku --location + - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/5ac79a89-9b80-4702-ae3b-f9c0a8672fe6*CD0CBE4FE01BD9C097B850F0738C2754AABF5D73A8EB6984F0DEFBEF29086667?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/5ac79a89-9b80-4702-ae3b-f9c0a8672fe6*CD0CBE4FE01BD9C097B850F0738C2754AABF5D73A8EB6984F0DEFBEF29086667","name":"5ac79a89-9b80-4702-ae3b-f9c0a8672fe6*CD0CBE4FE01BD9C097B850F0738C2754AABF5D73A8EB6984F0DEFBEF29086667","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000008","status":"Succeeded","startTime":"2023-02-01T23:31:31.5529718Z","endTime":"2023-02-01T23:31:34.7814518Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","name":"babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000011","status":"Accepted","startTime":"2023-05-11T23:44:08.9696958Z"}' headers: cache-control: - no-cache content-length: - - '636' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:32:02 GMT + - Thu, 11 May 2023 23:44:39 GMT etag: - - '"0000ac27-0000-4d00-0000-63daf6560000"' + - '"0000d305-0000-3300-0000-645d7dc80000"' expires: - '-1' pragma: @@ -1411,30 +2115,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter admin devbox-definition create + - devcenter admin pool create Connection: - keep-alive ParameterSetName: - - --dev-center --name --image-reference --hibernate-support --resource-group - --os-storage-type --sku --location + - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000008?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000008","name":"c1000008","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-01T23:31:30.9704701Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-01T23:31:30.9704701Z"},"properties":{"provisioningState":"Succeeded","imageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-21h2-ent-cpc-m365","exactVersion":"1.0.0"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","hibernateSupport":"Enabled","imageValidationStatus":"Succeeded","activeImageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-21h2-ent-cpc-m365","exactVersion":"1.0.0"}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","name":"babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000011","status":"Accepted","startTime":"2023-05-11T23:44:08.9696958Z"}' headers: cache-control: - no-cache content-length: - - '1172' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:32:02 GMT + - Thu, 11 May 2023 23:45:09 GMT etag: - - '"01008579-0000-4d00-0000-63daf6560000"' + - '"0000d305-0000-3300-0000-645d7dc80000"' expires: - '-1' pragma: @@ -1447,73 +2150,55 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-providerhub-traffic: - - 'True' status: code: 200 message: OK - request: - body: '{"location": "westus3", "properties": {"devBoxDefinitionName": "c1000008", - "networkConnectionName": "c2000009", "licenseType": "Windows_Client", "localAdministrator": - "Enabled"}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - devcenter admin pool create Connection: - keep-alive - Content-Length: - - '178' - Content-Type: - - application/json ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000010?api-version=2022-11-11-preview + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000010","name":"c3000010","type":"microsoft.devcenter/projects/pools","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-01T23:32:03.6320146Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-01T23:32:03.6320146Z"},"properties":{"provisioningState":"Accepted","devBoxDefinitionName":"c1000008","networkConnectionName":"c2000009","licenseType":"Windows_Client","localAdministrator":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","name":"babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000011","status":"Accepted","startTime":"2023-05-11T23:44:08.9696958Z"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615?api-version=2022-11-11-preview cache-control: - no-cache content-length: - - '643' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:32:04 GMT + - Thu, 11 May 2023 23:45:40 GMT etag: - - '"030015a5-0000-4d00-0000-63daf6740000"' + - '"0000d305-0000-3300-0000-645d7dc80000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff - x-ms-providerhub-traffic: - - 'True' - x-ms-quota: - - '{"name":{"localizedValue":null,"value":"pools"},"limit":500,"currentUsed":14,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' - x-ms-ratelimit-remaining-subscription-writes: - - '1198' - x-rate-limit-limit: - - 1m - x-rate-limit-remaining: - - '299' - x-rate-limit-reset: - - '2023-02-01T23:33:03.8506480Z' status: - code: 201 - message: Created + code: 200 + message: OK - request: body: null headers: @@ -1528,23 +2213,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615","name":"909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000010","status":"Accepted","startTime":"2023-02-01T23:32:04.4774083Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","name":"babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000011","status":"Accepted","startTime":"2023-05-11T23:44:08.9696958Z"}' headers: cache-control: - no-cache content-length: - - '562' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:32:34 GMT + - Thu, 11 May 2023 23:46:09 GMT etag: - - '"0000ae27-0000-4d00-0000-63daf6740000"' + - '"0000d305-0000-3300-0000-645d7dc80000"' expires: - '-1' pragma: @@ -1574,23 +2259,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615","name":"909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000010","status":"Accepted","startTime":"2023-02-01T23:32:04.4774083Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","name":"babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000011","status":"Accepted","startTime":"2023-05-11T23:44:08.9696958Z"}' headers: cache-control: - no-cache content-length: - - '562' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:33:04 GMT + - Thu, 11 May 2023 23:46:39 GMT etag: - - '"0000ae27-0000-4d00-0000-63daf6740000"' + - '"0000d305-0000-3300-0000-645d7dc80000"' expires: - '-1' pragma: @@ -1620,23 +2305,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615","name":"909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000010","status":"Accepted","startTime":"2023-02-01T23:32:04.4774083Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","name":"babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000011","status":"Accepted","startTime":"2023-05-11T23:44:08.9696958Z"}' headers: cache-control: - no-cache content-length: - - '562' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:33:35 GMT + - Thu, 11 May 2023 23:47:11 GMT etag: - - '"0000ae27-0000-4d00-0000-63daf6740000"' + - '"0000d305-0000-3300-0000-645d7dc80000"' expires: - '-1' pragma: @@ -1666,23 +2351,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615","name":"909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000010","status":"Accepted","startTime":"2023-02-01T23:32:04.4774083Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","name":"babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000011","status":"Accepted","startTime":"2023-05-11T23:44:08.9696958Z"}' headers: cache-control: - no-cache content-length: - - '562' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:34:04 GMT + - Thu, 11 May 2023 23:47:40 GMT etag: - - '"0000ae27-0000-4d00-0000-63daf6740000"' + - '"0000d305-0000-3300-0000-645d7dc80000"' expires: - '-1' pragma: @@ -1712,23 +2397,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615","name":"909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000010","status":"Accepted","startTime":"2023-02-01T23:32:04.4774083Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","name":"babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000011","status":"Accepted","startTime":"2023-05-11T23:44:08.9696958Z"}' headers: cache-control: - no-cache content-length: - - '562' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:34:34 GMT + - Thu, 11 May 2023 23:48:10 GMT etag: - - '"0000ae27-0000-4d00-0000-63daf6740000"' + - '"0000d305-0000-3300-0000-645d7dc80000"' expires: - '-1' pragma: @@ -1758,23 +2443,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615","name":"909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000010","status":"Accepted","startTime":"2023-02-01T23:32:04.4774083Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","name":"babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000011","status":"Accepted","startTime":"2023-05-11T23:44:08.9696958Z"}' headers: cache-control: - no-cache content-length: - - '562' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:35:05 GMT + - Thu, 11 May 2023 23:48:40 GMT etag: - - '"0000ae27-0000-4d00-0000-63daf6740000"' + - '"0000d305-0000-3300-0000-645d7dc80000"' expires: - '-1' pragma: @@ -1804,23 +2489,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615","name":"909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000010","status":"Accepted","startTime":"2023-02-01T23:32:04.4774083Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","name":"babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000011","status":"Accepted","startTime":"2023-05-11T23:44:08.9696958Z"}' headers: cache-control: - no-cache content-length: - - '562' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:35:35 GMT + - Thu, 11 May 2023 23:49:11 GMT etag: - - '"0000ae27-0000-4d00-0000-63daf6740000"' + - '"0000d305-0000-3300-0000-645d7dc80000"' expires: - '-1' pragma: @@ -1850,23 +2535,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615","name":"909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000010","status":"Accepted","startTime":"2023-02-01T23:32:04.4774083Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","name":"babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000011","status":"Accepted","startTime":"2023-05-11T23:44:08.9696958Z"}' headers: cache-control: - no-cache content-length: - - '562' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:36:05 GMT + - Thu, 11 May 2023 23:49:41 GMT etag: - - '"0000ae27-0000-4d00-0000-63daf6740000"' + - '"0000d305-0000-3300-0000-645d7dc80000"' expires: - '-1' pragma: @@ -1896,23 +2581,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615","name":"909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000010","status":"Accepted","startTime":"2023-02-01T23:32:04.4774083Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","name":"babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000011","status":"Accepted","startTime":"2023-05-11T23:44:08.9696958Z"}' headers: cache-control: - no-cache content-length: - - '562' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:36:35 GMT + - Thu, 11 May 2023 23:50:11 GMT etag: - - '"0000ae27-0000-4d00-0000-63daf6740000"' + - '"0000d305-0000-3300-0000-645d7dc80000"' expires: - '-1' pragma: @@ -1942,23 +2627,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615","name":"909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000010","status":"Accepted","startTime":"2023-02-01T23:32:04.4774083Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","name":"babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000011","status":"Accepted","startTime":"2023-05-11T23:44:08.9696958Z"}' headers: cache-control: - no-cache content-length: - - '562' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:37:06 GMT + - Thu, 11 May 2023 23:50:41 GMT etag: - - '"0000ae27-0000-4d00-0000-63daf6740000"' + - '"0000d305-0000-3300-0000-645d7dc80000"' expires: - '-1' pragma: @@ -1988,23 +2673,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615","name":"909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000010","status":"Accepted","startTime":"2023-02-01T23:32:04.4774083Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","name":"babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000011","status":"Accepted","startTime":"2023-05-11T23:44:08.9696958Z"}' headers: cache-control: - no-cache content-length: - - '562' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:37:35 GMT + - Thu, 11 May 2023 23:51:11 GMT etag: - - '"0000ae27-0000-4d00-0000-63daf6740000"' + - '"0000d305-0000-3300-0000-645d7dc80000"' expires: - '-1' pragma: @@ -2034,23 +2719,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615","name":"909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000010","status":"Accepted","startTime":"2023-02-01T23:32:04.4774083Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","name":"babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000011","status":"Accepted","startTime":"2023-05-11T23:44:08.9696958Z"}' headers: cache-control: - no-cache content-length: - - '562' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:38:05 GMT + - Thu, 11 May 2023 23:51:41 GMT etag: - - '"0000ae27-0000-4d00-0000-63daf6740000"' + - '"0000d305-0000-3300-0000-645d7dc80000"' expires: - '-1' pragma: @@ -2080,23 +2765,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615","name":"909aa4b4-9936-45ba-a152-4255f68ce59a*138983F806CD7E3A27D86DA19DE2434F8ED14411D3EA561539A481E6DA176615","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000010","status":"Succeeded","startTime":"2023-02-01T23:32:04.4774083Z","endTime":"2023-02-01T23:38:17.042014Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","name":"babc4de8-6769-4543-a02c-9f6334264bb5*6E8AEB9ED8203BA1CE76729B64EAA320EE158173E3F2CFC96D8C6E14E0DA7A1E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000011","status":"Succeeded","startTime":"2023-05-11T23:44:08.9696958Z","endTime":"2023-05-11T23:51:45.1627171Z","properties":null}' headers: cache-control: - no-cache content-length: - - '621' + - '628' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:38:36 GMT + - Thu, 11 May 2023 23:52:12 GMT etag: - - '"0000c027-0000-4d00-0000-63daf7e90000"' + - '"02005ea0-0000-3300-0000-645d7f910000"' expires: - '-1' pragma: @@ -2126,23 +2811,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000010?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000011?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000010","name":"c3000010","type":"microsoft.devcenter/projects/pools","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-01T23:32:03.6320146Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-01T23:32:03.6320146Z"},"properties":{"provisioningState":"Succeeded","devBoxDefinitionName":"c1000008","networkConnectionName":"c2000009","licenseType":"Windows_Client","localAdministrator":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000011","name":"c3000011","type":"microsoft.devcenter/projects/pools","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:44:06.7972234Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:44:06.7972234Z"},"properties":{"provisioningState":"Succeeded","devBoxDefinitionName":"c1000009","networkConnectionName":"c2000010","licenseType":"Windows_Client","localAdministrator":"Enabled"}}' headers: cache-control: - no-cache content-length: - - '644' + - '650' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:38:36 GMT + - Thu, 11 May 2023 23:52:13 GMT etag: - - '"030031b2-0000-4d00-0000-63daf7e90000"' + - '"00002402-0000-3300-0000-645d7f910000"' expires: - '-1' pragma: @@ -2161,8 +2846,8 @@ interactions: code: 200 message: OK - request: - body: '{"properties": {"type": "StopDevBox", "frequency": "Daily", "time": "13:00", - "timeZone": "America/Los_Angeles"}}' + body: '{"properties": {"frequency": "Daily", "time": "18:30", "timeZone": "America/Los_Angeles", + "type": "StopDevBox"}}' headers: Accept: - application/json @@ -2179,15 +2864,15 @@ interactions: ParameterSetName: - --pool-name --project-name --resource-group --time --time-zone User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000010/schedules/default?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000011/schedules/default?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000010/schedules/default","name":"default","type":"microsoft.devcenter/projects/pools/schedules","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-01T23:38:37.3669071Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-01T23:38:37.3669071Z"},"properties":{"provisioningState":"Accepted","type":"StopDevBox","frequency":"Daily","time":"13:00","timeZone":"America/Los_Angeles"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000011/schedules/default","name":"default","type":"microsoft.devcenter/projects/pools/schedules","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:52:13.8438913Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:52:13.8438913Z"},"properties":{"provisioningState":"Accepted","type":"StopDevBox","frequency":"Daily","time":"18:30","timeZone":"America/Los_Angeles"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f079ed36-62f5-4c86-9869-f5a5beffd7e0*88F097554DED99D0A29863746AE96A53372A2685DC6DBA6E914B0130341ED79F?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/aacc8ddc-0003-4a78-8c24-9bb773e59a20*DCC9A6702FE9CFD13B7C2C5D3164C662BEC0DAFEF33750D4A16A895BB29D96BF?api-version=2023-04-01 cache-control: - no-cache content-length: @@ -2195,9 +2880,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:38:38 GMT + - Thu, 11 May 2023 23:52:15 GMT etag: - - '"0000c427-0000-4d00-0000-63daf7fe0000"' + - '"0000ae1b-0000-3300-0000-645d7faf0000"' expires: - '-1' pragma: @@ -2209,13 +2894,13 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1198' x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-01T23:39:33.9133111Z' + - '2023-05-11T23:53:14.5063288Z' status: code: 201 message: Created @@ -2233,23 +2918,23 @@ interactions: ParameterSetName: - --pool-name --project-name --resource-group --time --time-zone User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f079ed36-62f5-4c86-9869-f5a5beffd7e0*88F097554DED99D0A29863746AE96A53372A2685DC6DBA6E914B0130341ED79F?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/aacc8ddc-0003-4a78-8c24-9bb773e59a20*DCC9A6702FE9CFD13B7C2C5D3164C662BEC0DAFEF33750D4A16A895BB29D96BF?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/f079ed36-62f5-4c86-9869-f5a5beffd7e0*88F097554DED99D0A29863746AE96A53372A2685DC6DBA6E914B0130341ED79F","name":"f079ed36-62f5-4c86-9869-f5a5beffd7e0*88F097554DED99D0A29863746AE96A53372A2685DC6DBA6E914B0130341ED79F","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000010/schedules/default","status":"Succeeded","startTime":"2023-02-01T23:38:37.8613886Z","endTime":"2023-02-01T23:38:54.4539977Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/aacc8ddc-0003-4a78-8c24-9bb773e59a20*DCC9A6702FE9CFD13B7C2C5D3164C662BEC0DAFEF33750D4A16A895BB29D96BF","name":"aacc8ddc-0003-4a78-8c24-9bb773e59a20*DCC9A6702FE9CFD13B7C2C5D3164C662BEC0DAFEF33750D4A16A895BB29D96BF","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000011/schedules/default","status":"Succeeded","startTime":"2023-05-11T23:52:14.8493663Z","endTime":"2023-05-11T23:52:45.3472622Z","properties":null}' headers: cache-control: - no-cache content-length: - - '640' + - '646' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:39:08 GMT + - Thu, 11 May 2023 23:52:45 GMT etag: - - '"0000c827-0000-4d00-0000-63daf80e0000"' + - '"020081a0-0000-3300-0000-645d7fcd0000"' expires: - '-1' pragma: @@ -2279,12 +2964,12 @@ interactions: ParameterSetName: - --pool-name --project-name --resource-group --time --time-zone User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000010/schedules/default?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000011/schedules/default?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000010/schedules/default","name":"default","type":"microsoft.devcenter/projects/pools/schedules","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-01T23:38:37.3669071Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-01T23:38:37.3669071Z"},"properties":{"provisioningState":"Succeeded","type":"StopDevBox","frequency":"Daily","time":"13:00","timeZone":"America/Los_Angeles"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000011/schedules/default","name":"default","type":"microsoft.devcenter/projects/pools/schedules","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:52:13.8438913Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:52:13.8438913Z"},"properties":{"provisioningState":"Succeeded","type":"StopDevBox","frequency":"Daily","time":"18:30","timeZone":"America/Los_Angeles"}}' headers: cache-control: - no-cache @@ -2293,9 +2978,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:39:08 GMT + - Thu, 11 May 2023 23:52:45 GMT etag: - - '"0000c927-0000-4d00-0000-63daf80e0000"' + - '"0000b31b-0000-3300-0000-645d7fcd0000"' expires: - '-1' pragma: @@ -2335,21 +3020,21 @@ interactions: ParameterSetName: - --dev-center --project User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000003","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000003","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: cache-control: - no-cache content-length: - - '197' + - '203' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:39:10 GMT + - Thu, 11 May 2023 23:52:46 GMT expires: - '-1' pragma: @@ -2367,7 +3052,7 @@ interactions: x-ms-ratelimit-remaining-tenant-resource-requests: - '14' x-ms-resource-graph-request-duration: - - '0:00:00:00.4476069' + - '0:00:00:00.3069955' x-ms-user-quota-remaining: - '14' x-ms-user-quota-resets-after: @@ -2389,31 +3074,32 @@ interactions: ParameterSetName: - --dev-center --project User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/projects/cli000003/pools?api-version=2022-11-11-preview + uri: https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/projects/cli000003/pools?api-version=2023-04-01 response: body: - string: "{\n \"value\": [\n {\n \"name\": \"c3000010\",\n \"location\": - \"westus3\",\n \"osType\": \"Windows\",\n \"hardwareProfile\": {\n - \ \"skuName\": \"general_a_8c32gb_v1\",\n \"memoryGB\": 32,\n - \ \"vCPUs\": 8\n },\n \"hibernateSupport\": \"Enabled\",\n - \ \"storageProfile\": {\n \"osDisk\": {\n \"diskSizeGB\": - 1024\n }\n },\n \"imageReference\": {\n \"name\": - \"microsoftwindowsdesktop_windows-ent-cpc_win11-21h2-ent-cpc-m365\",\n \"version\": - \"1.0.0\",\n \"operatingSystem\": \"Windows11\",\n \"osBuildNumber\": - \"win11-21h2-ent-cpc-m365\",\n \"publishedDate\": \"2021-10-04T00:00:00+00:00\"\n - \ },\n \"localAdministrator\": \"Enabled\"\n }\n ]\n}" + string: "{\n \"value\": [\n {\n \"name\": \"c3000011\",\n \"location\"\ + : \"centraluseuap\",\n \"osType\": \"Windows\",\n \"hardwareProfile\"\ + : {\n \"vCPUs\": 8,\n \"skuName\": \"general_a_8c32gb_v1\",\n\ + \ \"vcpUs\": 8,\n \"memoryGB\": 32\n },\n \"hibernateSupport\"\ + : \"Enabled\",\n \"storageProfile\": {\n \"osDisk\": {\n \ + \ \"diskSizeGB\": 1024\n }\n },\n \"imageReference\"\ + : {\n \"name\": \"MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os\"\ + ,\n \"version\": \"1.0.0\",\n \"operatingSystem\": \"Windows11\"\ + ,\n \"osBuildNumber\": \"win11-22h2-ent-cpc-os\",\n \"publishedDate\"\ + : \"2022-09-20T00:00:00+00:00\"\n },\n \"localAdministrator\": \"\ + Enabled\",\n \"healthStatus\": {}\n }\n ]\n}" headers: connection: - keep-alive content-length: - - '695' + - '743' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:39:11 GMT + - Thu, 11 May 2023 23:52:48 GMT strict-transport-security: - max-age=15724800; includeSubDomains transfer-encoding: @@ -2423,7 +3109,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-01T23:40:11.1830933Z' + - '2023-05-11T23:53:48.5779371Z' status: code: 200 message: OK @@ -2449,21 +3135,21 @@ interactions: ParameterSetName: - --name --dev-center --project User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000003","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000003","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: cache-control: - no-cache content-length: - - '197' + - '203' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:39:11 GMT + - Thu, 11 May 2023 23:52:49 GMT expires: - '-1' pragma: @@ -2481,7 +3167,7 @@ interactions: x-ms-ratelimit-remaining-tenant-resource-requests: - '13' x-ms-resource-graph-request-duration: - - '0:00:00:00.3214376' + - '0:00:00:00.3212379' x-ms-user-quota-remaining: - '13' x-ms-user-quota-resets-after: @@ -2503,29 +3189,31 @@ interactions: ParameterSetName: - --name --dev-center --project User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/projects/cli000003/pools/c3000010?api-version=2022-11-11-preview + uri: https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/projects/cli000003/pools/c3000011?api-version=2023-04-01 response: body: - string: "{\n \"name\": \"c3000010\",\n \"location\": \"westus3\",\n \"osType\": - \"Windows\",\n \"hardwareProfile\": {\n \"skuName\": \"general_a_8c32gb_v1\",\n - \ \"memoryGB\": 32,\n \"vCPUs\": 8\n },\n \"hibernateSupport\": \"Enabled\",\n - \ \"storageProfile\": {\n \"osDisk\": {\n \"diskSizeGB\": 1024\n }\n - \ },\n \"imageReference\": {\n \"name\": \"microsoftwindowsdesktop_windows-ent-cpc_win11-21h2-ent-cpc-m365\",\n - \ \"version\": \"1.0.0\",\n \"operatingSystem\": \"Windows11\",\n \"osBuildNumber\": - \"win11-21h2-ent-cpc-m365\",\n \"publishedDate\": \"2021-10-04T00:00:00+00:00\"\n - \ },\n \"localAdministrator\": \"Enabled\"\n}" + string: "{\n \"name\": \"c3000011\",\n \"location\": \"centraluseuap\",\n\ + \ \"osType\": \"Windows\",\n \"hardwareProfile\": {\n \"vCPUs\": 8,\n\ + \ \"skuName\": \"general_a_8c32gb_v1\",\n \"vcpUs\": 8,\n \"memoryGB\"\ + : 32\n },\n \"hibernateSupport\": \"Enabled\",\n \"storageProfile\": {\n\ + \ \"osDisk\": {\n \"diskSizeGB\": 1024\n }\n },\n \"imageReference\"\ + : {\n \"name\": \"MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os\"\ + ,\n \"version\": \"1.0.0\",\n \"operatingSystem\": \"Windows11\",\n\ + \ \"osBuildNumber\": \"win11-22h2-ent-cpc-os\",\n \"publishedDate\"\ + : \"2022-09-20T00:00:00+00:00\"\n },\n \"localAdministrator\": \"Enabled\"\ + ,\n \"healthStatus\": {}\n}" headers: connection: - keep-alive content-length: - - '578' + - '618' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:39:12 GMT + - Thu, 11 May 2023 23:52:50 GMT strict-transport-security: - max-age=15724800; includeSubDomains transfer-encoding: @@ -2533,9 +3221,9 @@ interactions: x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-01T23:40:08.4063272Z' + - '2023-05-11T23:53:49.7473858Z' status: code: 200 message: OK @@ -2551,7 +3239,7 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev schedule list + - devcenter dev schedule show Connection: - keep-alive Content-Length: @@ -2561,21 +3249,21 @@ interactions: ParameterSetName: - --pool --dev-center --project User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000003","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000003","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: cache-control: - no-cache content-length: - - '197' + - '203' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:39:12 GMT + - Thu, 11 May 2023 23:52:50 GMT expires: - '-1' pragma: @@ -2593,7 +3281,7 @@ interactions: x-ms-ratelimit-remaining-tenant-resource-requests: - '12' x-ms-resource-graph-request-duration: - - '0:00:00:00.3105470' + - '0:00:00:00.2236575' x-ms-user-quota-remaining: - '12' x-ms-user-quota-resets-after: @@ -2609,100 +3297,143 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev schedule list + - devcenter dev schedule show Connection: - keep-alive ParameterSetName: - --pool --dev-center --project User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/projects/cli000003/pools/c3000010/schedules?api-version=2022-11-11-preview + uri: https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/projects/cli000003/pools/c3000011/schedules/default?api-version=2023-04-01 response: body: - string: "{\n \"value\": [\n {\n \"name\": \"default\",\n \"type\": - \"StopDevBox\",\n \"frequency\": \"Daily\",\n \"time\": \"13:00\",\n - \ \"timeZone\": \"America/Los_Angeles\"\n }\n ]\n}" + string: "{\n \"name\": \"default\",\n \"type\": \"StopDevBox\",\n \"frequency\"\ + : \"Daily\",\n \"time\": \"18:30\",\n \"timeZone\": \"America/Los_Angeles\"\ + \n}" headers: connection: - keep-alive content-length: - - '176' + - '127' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:39:14 GMT + - Thu, 11 May 2023 23:52:51 GMT strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '297' x-rate-limit-reset: - - '2023-02-01T23:39:41.2049226Z' + - '2023-05-11T23:53:17.3307049Z' status: code: 200 message: OK - request: - body: '{"query": " Resources |where type =~''Microsoft.devcenter/projects''\n | - where name =~ ''cli000003''\n | extend devCenterArr = split(properties.devCenterId, - ''/'')\n | extend devCenterName = devCenterArr[array_length(devCenterArr) - -1]\n | where devCenterName =~ ''cli000002''\n | take 1\n | extend - devCenterUri = properties.devCenterUri\n | project name,devCenterUri "}' + body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - devcenter dev schedule show + - devcenter dev pool list Connection: - keep-alive - Content-Length: - - '382' - Content-Type: + ParameterSetName: + - --endpoint --project + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/projects/cli000003/pools?api-version=2023-04-01 + response: + body: + string: "{\n \"value\": [\n {\n \"name\": \"c3000011\",\n \"location\"\ + : \"centraluseuap\",\n \"osType\": \"Windows\",\n \"hardwareProfile\"\ + : {\n \"vCPUs\": 8,\n \"skuName\": \"general_a_8c32gb_v1\",\n\ + \ \"vcpUs\": 8,\n \"memoryGB\": 32\n },\n \"hibernateSupport\"\ + : \"Enabled\",\n \"storageProfile\": {\n \"osDisk\": {\n \ + \ \"diskSizeGB\": 1024\n }\n },\n \"imageReference\"\ + : {\n \"name\": \"MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os\"\ + ,\n \"version\": \"1.0.0\",\n \"operatingSystem\": \"Windows11\"\ + ,\n \"osBuildNumber\": \"win11-22h2-ent-cpc-os\",\n \"publishedDate\"\ + : \"2022-09-20T00:00:00+00:00\"\n },\n \"localAdministrator\": \"\ + Enabled\",\n \"healthStatus\": {}\n }\n ]\n}" + headers: + connection: + - keep-alive + content-length: + - '743' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 11 May 2023 23:52:51 GMT + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-11T23:53:51.3644092Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev pool show + Connection: + - keep-alive ParameterSetName: - - -n --pool --dev-center --project + - --name --endpoint --project User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 - method: POST - uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/projects/cli000003/pools/c3000011?api-version=2023-04-01 response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000003","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: "{\n \"name\": \"c3000011\",\n \"location\": \"centraluseuap\",\n\ + \ \"osType\": \"Windows\",\n \"hardwareProfile\": {\n \"vCPUs\": 8,\n\ + \ \"skuName\": \"general_a_8c32gb_v1\",\n \"vcpUs\": 8,\n \"memoryGB\"\ + : 32\n },\n \"hibernateSupport\": \"Enabled\",\n \"storageProfile\": {\n\ + \ \"osDisk\": {\n \"diskSizeGB\": 1024\n }\n },\n \"imageReference\"\ + : {\n \"name\": \"MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os\"\ + ,\n \"version\": \"1.0.0\",\n \"operatingSystem\": \"Windows11\",\n\ + \ \"osBuildNumber\": \"win11-22h2-ent-cpc-os\",\n \"publishedDate\"\ + : \"2022-09-20T00:00:00+00:00\"\n },\n \"localAdministrator\": \"Enabled\"\ + ,\n \"healthStatus\": {}\n}" headers: - cache-control: - - no-cache + connection: + - keep-alive content-length: - - '197' + - '618' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:39:14 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Kestrel + - Thu, 11 May 2023 23:52:51 GMT strict-transport-security: - - max-age=31536000; includeSubDomains + - max-age=15724800; includeSubDomains transfer-encoding: - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-tenant-resource-requests: - - '11' - x-ms-resource-graph-request-duration: - - '0:00:00:00.4303686' - x-ms-user-quota-remaining: - - '11' - x-ms-user-quota-resets-after: - - 00:00:05 + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-11T23:53:51.8014708Z' status: code: 200 message: OK @@ -2718,16 +3449,17 @@ interactions: Connection: - keep-alive ParameterSetName: - - -n --pool --dev-center --project + - --pool --endpoint --project User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/projects/cli000003/pools/c3000010/schedules/default?api-version=2022-11-11-preview + uri: https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/projects/cli000003/pools/c3000011/schedules/default?api-version=2023-04-01 response: body: - string: "{\n \"name\": \"default\",\n \"type\": \"StopDevBox\",\n \"frequency\": - \"Daily\",\n \"time\": \"13:00\",\n \"timeZone\": \"America/Los_Angeles\"\n}" + string: "{\n \"name\": \"default\",\n \"type\": \"StopDevBox\",\n \"frequency\"\ + : \"Daily\",\n \"time\": \"18:30\",\n \"timeZone\": \"America/Los_Angeles\"\ + \n}" headers: connection: - keep-alive @@ -2736,15 +3468,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 23:39:15 GMT + - Thu, 11 May 2023 23:52:52 GMT strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-01T23:39:38.5743473Z' + - '2023-05-11T23:53:52.2199896Z' status: code: 200 message: OK diff --git a/src/devcenter/azext_devcenter/tests/latest/recordings/test_pool_scenario.yaml b/src/devcenter/azext_devcenter/tests/latest/recordings/test_pool_scenario.yaml index 5580053832f..cfd12881b65 100644 --- a/src/devcenter/azext_devcenter/tests/latest/recordings/test_pool_scenario.yaml +++ b/src/devcenter/azext_devcenter/tests/latest/recordings/test_pool_scenario.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: '{"location": "eastus", "tags": {"CostCode": "12345"}}' + body: '{"location": "centraluseuap", "tags": {"CostCode": "12345"}}' headers: Accept: - application/json @@ -11,31 +11,31 @@ interactions: Connection: - keep-alive Content-Length: - - '53' + - '60' Content-Type: - application/json ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"eastus","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T05:54:49.39663Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T05:54:49.39663Z"},"properties":{"provisioningState":"Accepted"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:38:28.4319094Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:38:28.4319094Z"},"properties":{"provisioningState":"Accepted"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/799c0340-fbdc-48f2-98f4-ee6370d26257*91E7D4A0817640EAB6B39AAC2A99BA493B24243EB0FE91E42A74514529E4DFF1?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/f7f13be9-62c7-4c2a-b8e2-fd0de655cf92*5A3E7F6775B637BCA376175A5890805501DCCCC165CBD2C6AFF9152CA8DEA51C?api-version=2023-04-01 cache-control: - no-cache content-length: - - '519' + - '530' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:54:51 GMT + - Thu, 11 May 2023 23:38:29 GMT etag: - - '"8407945a-0000-0100-0000-63fee8aa0000"' + - '"0100ca2a-0000-3300-0000-645d7c760000"' expires: - '-1' pragma: @@ -47,15 +47,15 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":100,"currentUsed":44,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"eastus"}' + - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":500,"currentUsed":46,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-03-01T05:55:24.2179065Z' + - '2023-05-11T23:39:29.1628314Z' status: code: 201 message: Created @@ -73,69 +73,23 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/799c0340-fbdc-48f2-98f4-ee6370d26257*91E7D4A0817640EAB6B39AAC2A99BA493B24243EB0FE91E42A74514529E4DFF1?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/799c0340-fbdc-48f2-98f4-ee6370d26257*91E7D4A0817640EAB6B39AAC2A99BA493B24243EB0FE91E42A74514529E4DFF1","name":"799c0340-fbdc-48f2-98f4-ee6370d26257*91E7D4A0817640EAB6B39AAC2A99BA493B24243EB0FE91E42A74514529E4DFF1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-03-01T05:54:49.698546Z"}' - headers: - cache-control: - - no-cache - content-length: - - '547' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 01 Mar 2023 05:55:20 GMT - etag: - - '"d802c337-0000-0100-0000-63fee8a90000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin devcenter create - Connection: - - keep-alive - ParameterSetName: - - --location --tags --name --resource-group - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/799c0340-fbdc-48f2-98f4-ee6370d26257*91E7D4A0817640EAB6B39AAC2A99BA493B24243EB0FE91E42A74514529E4DFF1?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/f7f13be9-62c7-4c2a-b8e2-fd0de655cf92*5A3E7F6775B637BCA376175A5890805501DCCCC165CBD2C6AFF9152CA8DEA51C?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/799c0340-fbdc-48f2-98f4-ee6370d26257*91E7D4A0817640EAB6B39AAC2A99BA493B24243EB0FE91E42A74514529E4DFF1","name":"799c0340-fbdc-48f2-98f4-ee6370d26257*91E7D4A0817640EAB6B39AAC2A99BA493B24243EB0FE91E42A74514529E4DFF1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-03-01T05:54:49.698546Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/f7f13be9-62c7-4c2a-b8e2-fd0de655cf92*5A3E7F6775B637BCA376175A5890805501DCCCC165CBD2C6AFF9152CA8DEA51C","name":"f7f13be9-62c7-4c2a-b8e2-fd0de655cf92*5A3E7F6775B637BCA376175A5890805501DCCCC165CBD2C6AFF9152CA8DEA51C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-11T23:38:29.2031667Z"}' headers: cache-control: - no-cache content-length: - - '547' + - '555' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:55:51 GMT + - Thu, 11 May 2023 23:39:00 GMT etag: - - '"d802c337-0000-0100-0000-63fee8a90000"' + - '"0000bd05-0000-3300-0000-645d7c750000"' expires: - '-1' pragma: @@ -165,23 +119,23 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/799c0340-fbdc-48f2-98f4-ee6370d26257*91E7D4A0817640EAB6B39AAC2A99BA493B24243EB0FE91E42A74514529E4DFF1?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/f7f13be9-62c7-4c2a-b8e2-fd0de655cf92*5A3E7F6775B637BCA376175A5890805501DCCCC165CBD2C6AFF9152CA8DEA51C?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/799c0340-fbdc-48f2-98f4-ee6370d26257*91E7D4A0817640EAB6B39AAC2A99BA493B24243EB0FE91E42A74514529E4DFF1","name":"799c0340-fbdc-48f2-98f4-ee6370d26257*91E7D4A0817640EAB6B39AAC2A99BA493B24243EB0FE91E42A74514529E4DFF1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-03-01T05:54:49.698546Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/f7f13be9-62c7-4c2a-b8e2-fd0de655cf92*5A3E7F6775B637BCA376175A5890805501DCCCC165CBD2C6AFF9152CA8DEA51C","name":"f7f13be9-62c7-4c2a-b8e2-fd0de655cf92*5A3E7F6775B637BCA376175A5890805501DCCCC165CBD2C6AFF9152CA8DEA51C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-11T23:38:29.2031667Z"}' headers: cache-control: - no-cache content-length: - - '547' + - '555' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:56:21 GMT + - Thu, 11 May 2023 23:39:30 GMT etag: - - '"d802c337-0000-0100-0000-63fee8a90000"' + - '"0000bd05-0000-3300-0000-645d7c750000"' expires: - '-1' pragma: @@ -211,69 +165,23 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/799c0340-fbdc-48f2-98f4-ee6370d26257*91E7D4A0817640EAB6B39AAC2A99BA493B24243EB0FE91E42A74514529E4DFF1?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/f7f13be9-62c7-4c2a-b8e2-fd0de655cf92*5A3E7F6775B637BCA376175A5890805501DCCCC165CBD2C6AFF9152CA8DEA51C?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/799c0340-fbdc-48f2-98f4-ee6370d26257*91E7D4A0817640EAB6B39AAC2A99BA493B24243EB0FE91E42A74514529E4DFF1","name":"799c0340-fbdc-48f2-98f4-ee6370d26257*91E7D4A0817640EAB6B39AAC2A99BA493B24243EB0FE91E42A74514529E4DFF1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-03-01T05:54:49.698546Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/f7f13be9-62c7-4c2a-b8e2-fd0de655cf92*5A3E7F6775B637BCA376175A5890805501DCCCC165CBD2C6AFF9152CA8DEA51C","name":"f7f13be9-62c7-4c2a-b8e2-fd0de655cf92*5A3E7F6775B637BCA376175A5890805501DCCCC165CBD2C6AFF9152CA8DEA51C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Succeeded","startTime":"2023-05-11T23:38:29.2031667Z","endTime":"2023-05-11T23:39:38.1816728Z","properties":null}' headers: cache-control: - no-cache content-length: - - '547' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 01 Mar 2023 05:56:52 GMT - etag: - - '"d802c337-0000-0100-0000-63fee8a90000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin devcenter create - Connection: - - keep-alive - ParameterSetName: - - --location --tags --name --resource-group - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/799c0340-fbdc-48f2-98f4-ee6370d26257*91E7D4A0817640EAB6B39AAC2A99BA493B24243EB0FE91E42A74514529E4DFF1?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/799c0340-fbdc-48f2-98f4-ee6370d26257*91E7D4A0817640EAB6B39AAC2A99BA493B24243EB0FE91E42A74514529E4DFF1","name":"799c0340-fbdc-48f2-98f4-ee6370d26257*91E7D4A0817640EAB6B39AAC2A99BA493B24243EB0FE91E42A74514529E4DFF1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Succeeded","startTime":"2023-03-01T05:54:49.698546Z","endTime":"2023-03-01T05:57:19.8779801Z","properties":null}' - headers: - cache-control: - - no-cache - content-length: - - '607' + - '615' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:57:22 GMT + - Thu, 11 May 2023 23:40:00 GMT etag: - - '"d802a039-0000-0100-0000-63fee93f0000"' + - '"0000be05-0000-3300-0000-645d7cba0000"' expires: - '-1' pragma: @@ -303,23 +211,23 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"eastus","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T05:54:49.39663Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T05:54:49.39663Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.eastus.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:38:28.4319094Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:38:28.4319094Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' headers: cache-control: - no-cache content-length: - - '620' + - '638' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:57:22 GMT + - Thu, 11 May 2023 23:40:00 GMT etag: - - '"840765a5-0000-0100-0000-63fee93f0000"' + - '"0100d02a-0000-3300-0000-645d7cba0000"' expires: - '-1' pragma: @@ -338,7 +246,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus", "properties": {"devCenterId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' + body: '{"location": "centraluseuap", "properties": {"devCenterId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' headers: Accept: - application/json @@ -349,31 +257,31 @@ interactions: Connection: - keep-alive Content-Length: - - '188' + - '195' Content-Type: - application/json ParameterSetName: - --location --name --dev-center-id --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"eastus","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T05:57:24.8076429Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T05:57:24.8076429Z"},"properties":{"provisioningState":"Accepted","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:40:02.5956635Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:40:02.5956635Z"},"properties":{"provisioningState":"Accepted","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/3414a58e-592b-4403-83f2-f6b62cf15eb7*4E6567E758E772DA4FD7B0D72B4F0B9B25476D6C39ABAEBD3ECD6582A139E5E7?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/6d247b33-91d6-45b7-8a35-ce00636fa568*F2D65F936607BF00814F9DA049E6CF42958F322A275019B0BCCFFD671044C8A6?api-version=2023-04-01 cache-control: - no-cache content-length: - - '639' + - '646' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:57:25 GMT + - Thu, 11 May 2023 23:40:05 GMT etag: - - '"89005fed-0000-0100-0000-63fee9450000"' + - '"00003fac-0000-3300-0000-645d7cd50000"' expires: - '-1' pragma: @@ -385,15 +293,15 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"projects"},"limit":500,"currentUsed":37,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"eastus"}' + - '{"name":{"localizedValue":null,"value":"projects"},"limit":500,"currentUsed":49,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-03-01T05:57:35.4472165Z' + - '2023-05-11T23:41:03.5721456Z' status: code: 201 message: Created @@ -411,33 +319,29 @@ interactions: ParameterSetName: - --location --name --dev-center-id --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/3414a58e-592b-4403-83f2-f6b62cf15eb7*4E6567E758E772DA4FD7B0D72B4F0B9B25476D6C39ABAEBD3ECD6582A139E5E7?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/6d247b33-91d6-45b7-8a35-ce00636fa568*F2D65F936607BF00814F9DA049E6CF42958F322A275019B0BCCFFD671044C8A6?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/3414a58e-592b-4403-83f2-f6b62cf15eb7*4E6567E758E772DA4FD7B0D72B4F0B9B25476D6C39ABAEBD3ECD6582A139E5E7","name":"3414a58e-592b-4403-83f2-f6b62cf15eb7*4E6567E758E772DA4FD7B0D72B4F0B9B25476D6C39ABAEBD3ECD6582A139E5E7","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","status":"Succeeded","startTime":"2023-03-01T05:57:25.2928041Z","endTime":"2023-03-01T05:57:37.0369193Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/6d247b33-91d6-45b7-8a35-ce00636fa568*F2D65F936607BF00814F9DA049E6CF42958F322A275019B0BCCFFD671044C8A6","name":"6d247b33-91d6-45b7-8a35-ce00636fa568*F2D65F936607BF00814F9DA049E6CF42958F322A275019B0BCCFFD671044C8A6","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","status":"Succeeded","startTime":"2023-05-11T23:40:03.7746874Z","endTime":"2023-05-11T23:40:09.5547056Z","properties":null}' headers: cache-control: - no-cache content-length: - - '606' + - '613' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:57:55 GMT + - Thu, 11 May 2023 23:40:35 GMT etag: - - '"d802c839-0000-0100-0000-63fee9510000"' + - '"0000c005-0000-3300-0000-645d7cd90000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff status: @@ -457,33 +361,29 @@ interactions: ParameterSetName: - --location --name --dev-center-id --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"eastus","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T05:57:24.8076429Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T05:57:24.8076429Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.eastus.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:40:02.5956635Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:40:02.5956635Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' headers: cache-control: - no-cache content-length: - - '740' + - '754' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:57:55 GMT + - Thu, 11 May 2023 23:40:35 GMT etag: - - '"8900cbed-0000-0100-0000-63fee9510000"' + - '"000041ac-0000-3300-0000-645d7cd90000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-providerhub-traffic: @@ -492,7 +392,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus", "properties": {"addressSpace": {"addressPrefixes": + body: '{"location": "centraluseuap", "properties": {"addressSpace": {"addressPrefixes": ["10.0.0.0/16"]}, "enableDdosProtection": false, "enableVmProtection": false}}' headers: Accept: @@ -504,22 +404,22 @@ interactions: Connection: - keep-alive Content-Length: - - '152' + - '159' Content-Type: - application/json ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cli000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004\"\ - ,\r\n \"etag\": \"W/\\\"21973de3-cd04-48ca-b824-7a2016120bcd\\\"\",\r\n \ - \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\"\ + ,\r\n \"etag\": \"W/\\\"ed1fb00a-3824-4d2c-b9bd-5597ea3869cb\\\"\",\r\n \ + \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"centraluseuap\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ - \ \"resourceGuid\": \"05623c53-8f02-41d2-a112-0af3ef524a36\",\r\n \"\ + \ \"resourceGuid\": \"e7ef7832-fe8c-4ae5-8e05-a3e28ebfbb9a\",\r\n \"\ addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\ \r\n ]\r\n },\r\n \"subnets\": [],\r\n \"virtualNetworkPeerings\"\ : [],\r\n \"enableDdosProtection\": false\r\n }\r\n}" @@ -527,15 +427,15 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/f04b7bf1-5b89-41c1-9880-a358dce3019d?api-version=2022-01-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/2db4c5eb-e602-488e-9913-4b8e1d797ccb?api-version=2022-01-01 cache-control: - no-cache content-length: - - '609' + - '616' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:57:58 GMT + - Thu, 11 May 2023 23:40:37 GMT expires: - '-1' pragma: @@ -548,12 +448,12 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - cfea86f0-8e8a-487f-8b00-e1895f8db3f4 + - 8b7bdf90-7dc0-48ff-98c4-027094627194 x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1199' status: code: 201 - message: Created + message: '' - request: body: null headers: @@ -568,9 +468,9 @@ interactions: ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/f04b7bf1-5b89-41c1-9880-a358dce3019d?api-version=2022-01-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/2db4c5eb-e602-488e-9913-4b8e1d797ccb?api-version=2022-01-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -582,7 +482,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:58:01 GMT + - Thu, 11 May 2023 23:40:40 GMT expires: - '-1' pragma: @@ -599,10 +499,10 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d9205a79-49a7-4259-9cb7-23604062af54 + - e8feed60-855c-43a1-b511-9526061ee6f5 status: code: 200 - message: OK + message: '' - request: body: null headers: @@ -617,16 +517,16 @@ interactions: ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cli000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004\"\ - ,\r\n \"etag\": \"W/\\\"b8314f05-4168-4c26-8a19-681634b53a12\\\"\",\r\n \ - \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\"\ + ,\r\n \"etag\": \"W/\\\"f6d02023-a59a-4f25-b277-013fccc0bcd6\\\"\",\r\n \ + \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"centraluseuap\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ - \ \"resourceGuid\": \"05623c53-8f02-41d2-a112-0af3ef524a36\",\r\n \"\ + \ \"resourceGuid\": \"e7ef7832-fe8c-4ae5-8e05-a3e28ebfbb9a\",\r\n \"\ addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\ \r\n ]\r\n },\r\n \"subnets\": [],\r\n \"virtualNetworkPeerings\"\ : [],\r\n \"enableDdosProtection\": false\r\n }\r\n}" @@ -634,13 +534,13 @@ interactions: cache-control: - no-cache content-length: - - '610' + - '617' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:58:02 GMT + - Thu, 11 May 2023 23:40:40 GMT etag: - - W/"b8314f05-4168-4c26-8a19-681634b53a12" + - W/"f6d02023-a59a-4f25-b277-013fccc0bcd6" expires: - '-1' pragma: @@ -657,12 +557,12 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c70e34c7-43cc-4d74-9fa0-14b8d1a52b47 + - 8a979f86-15fc-43bc-9063-c78a12bd1095 status: code: 200 - message: OK + message: '' - request: - body: '{"location": "eastus"}' + body: '{"location": "centraluseuap"}' headers: Accept: - application/json @@ -673,25 +573,25 @@ interactions: Connection: - keep-alive Content-Length: - - '22' + - '29' Content-Type: - application/json ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cli000006\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006\"\ - ,\r\n \"etag\": \"W/\\\"722500c0-bce3-43d1-883b-10f3da2b2e06\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"df3284c3-0722-486a-a489-6faef8ba46af\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\"\ - : \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ - ,\r\n \"resourceGuid\": \"04429529-0367-409c-99a3-30811a0389dd\",\r\n \ - \ \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n {\r\ - \n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/AllowVnetInBound\"\ - ,\r\n \"etag\": \"W/\\\"722500c0-bce3-43d1-883b-10f3da2b2e06\\\"\"\ + : \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\":\ + \ \"Updating\",\r\n \"resourceGuid\": \"05bd4a3c-0d70-489c-9429-89a8786f8853\"\ + ,\r\n \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n \ + \ {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/AllowVnetInBound\"\ + ,\r\n \"etag\": \"W/\\\"df3284c3-0722-486a-a489-6faef8ba46af\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\"\ @@ -704,7 +604,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\ \n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/AllowAzureLoadBalancerInBound\"\ - ,\r\n \"etag\": \"W/\\\"722500c0-bce3-43d1-883b-10f3da2b2e06\\\"\"\ + ,\r\n \"etag\": \"W/\\\"df3284c3-0722-486a-a489-6faef8ba46af\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Allow inbound traffic from azure load balancer\"\ @@ -717,7 +617,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\"\ : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/DenyAllInBound\"\ - ,\r\n \"etag\": \"W/\\\"722500c0-bce3-43d1-883b-10f3da2b2e06\\\"\"\ + ,\r\n \"etag\": \"W/\\\"df3284c3-0722-486a-a489-6faef8ba46af\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Deny all inbound traffic\",\r\n \ @@ -729,7 +629,7 @@ interactions: : [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\"\ : []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/AllowVnetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"722500c0-bce3-43d1-883b-10f3da2b2e06\\\"\"\ + ,\r\n \"etag\": \"W/\\\"df3284c3-0722-486a-a489-6faef8ba46af\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Allow outbound traffic from all VMs to all\ @@ -742,7 +642,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/AllowInternetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"722500c0-bce3-43d1-883b-10f3da2b2e06\\\"\"\ + ,\r\n \"etag\": \"W/\\\"df3284c3-0722-486a-a489-6faef8ba46af\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\"\ @@ -755,7 +655,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"\ id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/DenyAllOutBound\"\ - ,\r\n \"etag\": \"W/\\\"722500c0-bce3-43d1-883b-10f3da2b2e06\\\"\"\ + ,\r\n \"etag\": \"W/\\\"df3284c3-0722-486a-a489-6faef8ba46af\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Deny all outbound traffic\",\r\n \ @@ -770,15 +670,15 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/04a493a4-5276-4038-8c07-2d2b41ab861c?api-version=2022-01-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/5242876f-2034-47cb-8c16-73fe399fb38b?api-version=2022-01-01 cache-control: - no-cache content-length: - - '6531' + - '6538' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:58:04 GMT + - Thu, 11 May 2023 23:40:42 GMT expires: - '-1' pragma: @@ -791,12 +691,12 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2112224b-4867-40f7-ada3-af86236e809e + - e13923bc-acfe-4bbb-8f3f-bf4f3d747136 x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 201 - message: Created + message: '' - request: body: null headers: @@ -811,9 +711,9 @@ interactions: ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/04a493a4-5276-4038-8c07-2d2b41ab861c?api-version=2022-01-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/5242876f-2034-47cb-8c16-73fe399fb38b?api-version=2022-01-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -825,7 +725,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:58:07 GMT + - Thu, 11 May 2023 23:40:43 GMT expires: - '-1' pragma: @@ -842,10 +742,10 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bc801b15-6552-46de-a80f-7564957213c7 + - 36d133bf-e2ec-4882-ba4e-59ee6482c174 status: code: 200 - message: OK + message: '' - request: body: null headers: @@ -860,19 +760,19 @@ interactions: ParameterSetName: - -n --location -g User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cli000006\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006\"\ - ,\r\n \"etag\": \"W/\\\"f156a16d-55c6-456b-99b5-4d7744103226\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"3ca95d47-c657-4141-abe6-f15158f082e2\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\"\ - : \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ - ,\r\n \"resourceGuid\": \"04429529-0367-409c-99a3-30811a0389dd\",\r\n \ - \ \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n {\r\ - \n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/AllowVnetInBound\"\ - ,\r\n \"etag\": \"W/\\\"f156a16d-55c6-456b-99b5-4d7744103226\\\"\"\ + : \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\":\ + \ \"Succeeded\",\r\n \"resourceGuid\": \"05bd4a3c-0d70-489c-9429-89a8786f8853\"\ + ,\r\n \"securityRules\": [],\r\n \"defaultSecurityRules\": [\r\n \ + \ {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/AllowVnetInBound\"\ + ,\r\n \"etag\": \"W/\\\"3ca95d47-c657-4141-abe6-f15158f082e2\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\"\ @@ -885,7 +785,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\ \n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/AllowAzureLoadBalancerInBound\"\ - ,\r\n \"etag\": \"W/\\\"f156a16d-55c6-456b-99b5-4d7744103226\\\"\"\ + ,\r\n \"etag\": \"W/\\\"3ca95d47-c657-4141-abe6-f15158f082e2\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow inbound traffic from azure load balancer\"\ @@ -898,7 +798,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\"\ : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/DenyAllInBound\"\ - ,\r\n \"etag\": \"W/\\\"f156a16d-55c6-456b-99b5-4d7744103226\\\"\"\ + ,\r\n \"etag\": \"W/\\\"3ca95d47-c657-4141-abe6-f15158f082e2\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Deny all inbound traffic\",\r\n \ @@ -910,7 +810,7 @@ interactions: : [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\"\ : []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/AllowVnetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"f156a16d-55c6-456b-99b5-4d7744103226\\\"\"\ + ,\r\n \"etag\": \"W/\\\"3ca95d47-c657-4141-abe6-f15158f082e2\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow outbound traffic from all VMs to all\ @@ -923,7 +823,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/AllowInternetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"f156a16d-55c6-456b-99b5-4d7744103226\\\"\"\ + ,\r\n \"etag\": \"W/\\\"3ca95d47-c657-4141-abe6-f15158f082e2\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\"\ @@ -936,7 +836,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"\ id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006/defaultSecurityRules/DenyAllOutBound\"\ - ,\r\n \"etag\": \"W/\\\"f156a16d-55c6-456b-99b5-4d7744103226\\\"\"\ + ,\r\n \"etag\": \"W/\\\"3ca95d47-c657-4141-abe6-f15158f082e2\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Deny all outbound traffic\",\r\n \ @@ -951,13 +851,13 @@ interactions: cache-control: - no-cache content-length: - - '6538' + - '6545' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:58:08 GMT + - Thu, 11 May 2023 23:40:43 GMT etag: - - W/"f156a16d-55c6-456b-99b5-4d7744103226" + - W/"3ca95d47-c657-4141-abe6-f15158f082e2" expires: - '-1' pragma: @@ -974,10 +874,10 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6f0ddcf9-c6b5-4776-8813-290857fec215 + - 5170fddd-8f76-4de7-8c86-afd93f7b4990 status: code: 200 - message: OK + message: '' - request: body: '{"name": "cli000005", "properties": {"addressPrefix": "10.0.0.0/21", "networkSecurityGroup": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006"}}}' @@ -997,13 +897,13 @@ interactions: ParameterSetName: - --nsg -n --vnet-name -g --address-prefixes User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cli000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005\"\ - ,\r\n \"etag\": \"W/\\\"0351d5e7-1eff-4b09-b6f0-a98ebe7f45db\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"5eaa8c14-3feb-4a4a-9397-8625d49074e4\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"\ addressPrefix\": \"10.0.0.0/21\",\r\n \"networkSecurityGroup\": {\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006\"\ @@ -1014,7 +914,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/605a09f2-e29d-4bd1-b80f-f50c1dad60bd?api-version=2022-01-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/efc1678e-4be8-44e9-ac1a-3ae6ba1f95d7?api-version=2022-01-01 cache-control: - no-cache content-length: @@ -1022,7 +922,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:58:08 GMT + - Thu, 11 May 2023 23:40:45 GMT expires: - '-1' pragma: @@ -1035,12 +935,12 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 374efb12-7c31-4af4-aa16-f03feed6ecce + - 8839d44a-f135-4ba0-bd55-09c7ec49c407 x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1199' status: code: 201 - message: Created + message: '' - request: body: null headers: @@ -1055,9 +955,9 @@ interactions: ParameterSetName: - --nsg -n --vnet-name -g --address-prefixes User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/605a09f2-e29d-4bd1-b80f-f50c1dad60bd?api-version=2022-01-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/efc1678e-4be8-44e9-ac1a-3ae6ba1f95d7?api-version=2022-01-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -1069,7 +969,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:58:11 GMT + - Thu, 11 May 2023 23:40:48 GMT expires: - '-1' pragma: @@ -1086,10 +986,10 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 46624818-5c72-47fd-893d-86e91ef0b4d6 + - 744039dc-8c99-408f-bbc2-48a86c3a3e9c status: code: 200 - message: OK + message: '' - request: body: null headers: @@ -1104,13 +1004,13 @@ interactions: ParameterSetName: - --nsg -n --vnet-name -g --address-prefixes User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cli000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005\"\ - ,\r\n \"etag\": \"W/\\\"8e2b5a2f-5eea-46ec-9dd4-f27b44c11817\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"4f746d8f-1b22-430a-b6ff-d4a9a1055372\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ addressPrefix\": \"10.0.0.0/21\",\r\n \"networkSecurityGroup\": {\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli000006\"\ @@ -1125,9 +1025,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:58:11 GMT + - Thu, 11 May 2023 23:40:48 GMT etag: - - W/"8e2b5a2f-5eea-46ec-9dd4-f27b44c11817" + - W/"4f746d8f-1b22-430a-b6ff-d4a9a1055372" expires: - '-1' pragma: @@ -1144,12 +1044,12 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b34d4678-2884-46fd-9fff-bc76eb092272 + - fc7cab2f-1b06-4796-a2be-c414f3085cb0 status: code: 200 - message: OK + message: '' - request: - body: '{"location": "eastus", "properties": {"domainJoinType": "AzureADJoin", + body: '{"location": "centraluseuap", "properties": {"domainJoinType": "AzureADJoin", "networkingResourceGroupName": "cli000008", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005"}, "tags": {"CostCode": "12345"}}' headers: @@ -1162,32 +1062,32 @@ interactions: Connection: - keep-alive Content-Length: - - '314' + - '321' Content-Type: - application/json ParameterSetName: - --location --tags --name --domain-join-type --subnet-id --networking-resource-group-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","name":"cli000007","type":"microsoft.devcenter/networkconnections","location":"eastus","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T05:58:13.790991Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T05:58:13.790991Z"},"properties":{"provisioningState":"Accepted","networkingResourceGroupName":"cli000008","domainJoinType":"AzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","name":"cli000007","type":"microsoft.devcenter/networkconnections","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:40:49.6886884Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:40:49.6886884Z"},"properties":{"provisioningState":"Accepted","networkingResourceGroupName":"cli000008","domainJoinType":"AzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/3436e376-9463-42de-ba99-d43aa8da486c*8ED1F721153AB9B54E09799D18B7062376599BBF5F3A44CFA9449A7D9D7DD3AB?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/c47ee365-9370-466f-8356-073da05d178c*0AE4F936E01815D747CE2093B6997D452F48B4A268E8FB5E4BDA36F864336703?api-version=2023-04-01 cache-control: - no-cache content-length: - - '776' + - '785' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:58:14 GMT + - Thu, 11 May 2023 23:40:52 GMT etag: - - '"1b00acc2-0000-0100-0000-63fee9760000"' + - '"1000e041-0000-3300-0000-645d7d040000"' expires: - '-1' pragma: @@ -1199,15 +1099,15 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"networkConnections"},"limit":80,"currentUsed":21,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"eastus"}' + - '{"name":{"localizedValue":null,"value":"networkConnections"},"limit":500,"currentUsed":27,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-03-01T05:59:14.0152341Z' + - '2023-05-11T23:41:50.5955895Z' status: code: 201 message: Created @@ -1226,23 +1126,23 @@ interactions: - --location --tags --name --domain-join-type --subnet-id --networking-resource-group-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/3436e376-9463-42de-ba99-d43aa8da486c*8ED1F721153AB9B54E09799D18B7062376599BBF5F3A44CFA9449A7D9D7DD3AB?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/c47ee365-9370-466f-8356-073da05d178c*0AE4F936E01815D747CE2093B6997D452F48B4A268E8FB5E4BDA36F864336703?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/3436e376-9463-42de-ba99-d43aa8da486c*8ED1F721153AB9B54E09799D18B7062376599BBF5F3A44CFA9449A7D9D7DD3AB","name":"3436e376-9463-42de-ba99-d43aa8da486c*8ED1F721153AB9B54E09799D18B7062376599BBF5F3A44CFA9449A7D9D7DD3AB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","status":"Succeeded","startTime":"2023-03-01T05:58:14.3094902Z","endTime":"2023-03-01T05:58:30.954636Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/c47ee365-9370-466f-8356-073da05d178c*0AE4F936E01815D747CE2093B6997D452F48B4A268E8FB5E4BDA36F864336703","name":"c47ee365-9370-466f-8356-073da05d178c*0AE4F936E01815D747CE2093B6997D452F48B4A268E8FB5E4BDA36F864336703","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","status":"Succeeded","startTime":"2023-05-11T23:40:51.1973229Z","endTime":"2023-05-11T23:41:16.5895681Z","properties":null}' headers: cache-control: - no-cache content-length: - - '615' + - '623' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:58:44 GMT + - Thu, 11 May 2023 23:41:22 GMT etag: - - '"d802533a-0000-0100-0000-63fee9860000"' + - '"0000c505-0000-3300-0000-645d7d1c0000"' expires: - '-1' pragma: @@ -1273,23 +1173,23 @@ interactions: - --location --tags --name --domain-join-type --subnet-id --networking-resource-group-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","name":"cli000007","type":"microsoft.devcenter/networkconnections","location":"eastus","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T05:58:13.790991Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T05:58:13.790991Z"},"properties":{"provisioningState":"Succeeded","networkingResourceGroupName":"cli000008","domainJoinType":"AzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","name":"cli000007","type":"microsoft.devcenter/networkconnections","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:40:49.6886884Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:40:49.6886884Z"},"properties":{"provisioningState":"Succeeded","networkingResourceGroupName":"cli000008","domainJoinType":"AzureADJoin","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cli000004/subnets/cli000005"}}' headers: cache-control: - no-cache content-length: - - '777' + - '786' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:58:44 GMT + - Thu, 11 May 2023 23:41:22 GMT etag: - - '"1b00b0c2-0000-0100-0000-63fee9860000"' + - '"1000e441-0000-3300-0000-645d7d1c0000"' expires: - '-1' pragma: @@ -1325,25 +1225,25 @@ interactions: ParameterSetName: - --dev-center --name --network-connection-id --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000010?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000010?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000010","name":"c2000010","type":"microsoft.devcenter/devcenters/attachednetworks","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T05:58:46.0277862Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T05:58:46.0277862Z"},"properties":{"provisioningState":"Accepted","networkConnectionId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","networkConnectionLocation":"eastus","healthCheckStatus":"Running","domainJoinType":"AzureADJoin"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000010","name":"c2000010","type":"microsoft.devcenter/devcenters/attachednetworks","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:41:23.3692686Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:41:23.3692686Z"},"properties":{"provisioningState":"Accepted","networkConnectionId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","networkConnectionLocation":"centraluseuap","healthCheckStatus":"Running","domainJoinType":"AzureADJoin"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/adb40e6b-4f94-4091-bcef-c7f5fd54de60*0DFF2F6A1CD50BD471466FB01D5F76F13354678063AFB5B57758BC54A236E3F7?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/45cbabcd-f74b-4ae3-8ae1-689101e52114*7D1BCDBFBF95C771472A34C9038029620070D3D3007250DF2D2472D850A1365F?api-version=2023-04-01 cache-control: - no-cache content-length: - - '779' + - '786' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:58:46 GMT + - Thu, 11 May 2023 23:41:26 GMT etag: - - '"6100d63c-0000-0100-0000-63fee9970000"' + - '"1900eaae-0000-3300-0000-645d7d260000"' expires: - '-1' pragma: @@ -1355,13 +1255,13 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-03-01T05:59:14.3212254Z' + - '2023-05-11T23:42:24.0865886Z' status: code: 201 message: Created @@ -1379,23 +1279,23 @@ interactions: ParameterSetName: - --dev-center --name --network-connection-id --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/adb40e6b-4f94-4091-bcef-c7f5fd54de60*0DFF2F6A1CD50BD471466FB01D5F76F13354678063AFB5B57758BC54A236E3F7?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/45cbabcd-f74b-4ae3-8ae1-689101e52114*7D1BCDBFBF95C771472A34C9038029620070D3D3007250DF2D2472D850A1365F?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/adb40e6b-4f94-4091-bcef-c7f5fd54de60*0DFF2F6A1CD50BD471466FB01D5F76F13354678063AFB5B57758BC54A236E3F7","name":"adb40e6b-4f94-4091-bcef-c7f5fd54de60*0DFF2F6A1CD50BD471466FB01D5F76F13354678063AFB5B57758BC54A236E3F7","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000010","status":"Succeeded","startTime":"2023-03-01T05:58:46.6122697Z","endTime":"2023-03-01T05:58:58.888047Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/45cbabcd-f74b-4ae3-8ae1-689101e52114*7D1BCDBFBF95C771472A34C9038029620070D3D3007250DF2D2472D850A1365F","name":"45cbabcd-f74b-4ae3-8ae1-689101e52114*7D1BCDBFBF95C771472A34C9038029620070D3D3007250DF2D2472D850A1365F","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000010","status":"Succeeded","startTime":"2023-05-11T23:41:24.2760931Z","endTime":"2023-05-11T23:41:30.5730219Z","properties":null}' headers: cache-control: - no-cache content-length: - - '633' + - '641' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:59:17 GMT + - Thu, 11 May 2023 23:41:56 GMT etag: - - '"d802a83a-0000-0100-0000-63fee9a20000"' + - '"0000c805-0000-3300-0000-645d7d2a0000"' expires: - '-1' pragma: @@ -1425,23 +1325,23 @@ interactions: ParameterSetName: - --dev-center --name --network-connection-id --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000010?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000010?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000010","name":"c2000010","type":"microsoft.devcenter/devcenters/attachednetworks","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T05:58:46.0277862Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T05:58:46.0277862Z"},"properties":{"provisioningState":"Succeeded","networkConnectionId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","networkConnectionLocation":"eastus","healthCheckStatus":"Running","domainJoinType":"AzureADJoin"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/attachednetworks/c2000010","name":"c2000010","type":"microsoft.devcenter/devcenters/attachednetworks","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:41:23.3692686Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:41:23.3692686Z"},"properties":{"provisioningState":"Succeeded","networkConnectionId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/networkConnections/cli000007","networkConnectionLocation":"centraluseuap","healthCheckStatus":"Running","domainJoinType":"AzureADJoin"}}' headers: cache-control: - no-cache content-length: - - '780' + - '787' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:59:17 GMT + - Thu, 11 May 2023 23:41:56 GMT etag: - - '"6100053d-0000-0100-0000-63fee9a20000"' + - '"1900ebae-0000-3300-0000-645d7d2a0000"' expires: - '-1' pragma: @@ -1460,7 +1360,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus", "properties": {"imageReference": {"id": "/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os"}, + body: '{"location": "centraluseuap", "properties": {"imageReference": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os"}, "osStorageType": "ssd_1024gb", "sku": {"name": "general_a_8c32gb_v1"}}}' headers: Accept: @@ -1472,32 +1372,32 @@ interactions: Connection: - keep-alive Content-Length: - - '334' + - '364' Content-Type: - application/json ParameterSetName: - --dev-center --name --image-reference --resource-group --os-storage-type --sku --location User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000009?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000009?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000009","name":"c1000009","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"eastus","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T05:59:19.7946456Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T05:59:19.7946456Z"},"properties":{"provisioningState":"Accepted","imageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000009","name":"c1000009","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:41:57.6272638Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:41:57.6272638Z"},"properties":{"provisioningState":"Accepted","imageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/f94e69b9-958f-461a-a674-d646139bed43*A057B55C92E2492345B9C7A5FD38E2DBBACA865BAA30B4D0C1C79DE04DBB32F3?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/64117800-059c-4339-add8-bafbe23421bd*18641BAE4C2E158593E29904583A7FA4A946A0608C60012B045186FA18929719?api-version=2023-04-01 cache-control: - no-cache content-length: - - '827' + - '857' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:59:20 GMT + - Thu, 11 May 2023 23:41:59 GMT etag: - - '"0e0068ee-0000-0100-0000-63fee9b80000"' + - '"0000f501-0000-3300-0000-645d7d470000"' expires: - '-1' pragma: @@ -1509,15 +1409,15 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"devBoxDefinitions"},"limit":200,"currentUsed":51,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"eastus"}' + - '{"name":{"localizedValue":null,"value":"devBoxDefinitions"},"limit":200,"currentUsed":67,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-03-01T05:59:46.6227153Z' + - '2023-05-11T23:42:58.2240838Z' status: code: 201 message: Created @@ -1536,23 +1436,70 @@ interactions: - --dev-center --name --image-reference --resource-group --os-storage-type --sku --location User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/64117800-059c-4339-add8-bafbe23421bd*18641BAE4C2E158593E29904583A7FA4A946A0608C60012B045186FA18929719?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/64117800-059c-4339-add8-bafbe23421bd*18641BAE4C2E158593E29904583A7FA4A946A0608C60012B045186FA18929719","name":"64117800-059c-4339-add8-bafbe23421bd*18641BAE4C2E158593E29904583A7FA4A946A0608C60012B045186FA18929719","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000009","status":"Accepted","startTime":"2023-05-11T23:41:58.579285Z"}' + headers: + cache-control: + - no-cache + content-length: + - '581' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 11 May 2023 23:42:29 GMT + etag: + - '"0000c905-0000-3300-0000-645d7d460000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devbox-definition create + Connection: + - keep-alive + ParameterSetName: + - --dev-center --name --image-reference --resource-group --os-storage-type --sku + --location + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/f94e69b9-958f-461a-a674-d646139bed43*A057B55C92E2492345B9C7A5FD38E2DBBACA865BAA30B4D0C1C79DE04DBB32F3?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/64117800-059c-4339-add8-bafbe23421bd*18641BAE4C2E158593E29904583A7FA4A946A0608C60012B045186FA18929719?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/f94e69b9-958f-461a-a674-d646139bed43*A057B55C92E2492345B9C7A5FD38E2DBBACA865BAA30B4D0C1C79DE04DBB32F3","name":"f94e69b9-958f-461a-a674-d646139bed43*A057B55C92E2492345B9C7A5FD38E2DBBACA865BAA30B4D0C1C79DE04DBB32F3","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000009","status":"Succeeded","startTime":"2023-03-01T05:59:20.2795339Z","endTime":"2023-03-01T05:59:26.122476Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/64117800-059c-4339-add8-bafbe23421bd*18641BAE4C2E158593E29904583A7FA4A946A0608C60012B045186FA18929719","name":"64117800-059c-4339-add8-bafbe23421bd*18641BAE4C2E158593E29904583A7FA4A946A0608C60012B045186FA18929719","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000009","status":"Succeeded","startTime":"2023-05-11T23:41:58.579285Z","endTime":"2023-05-11T23:42:32.6841635Z","properties":null}' headers: cache-control: - no-cache content-length: - - '634' + - '641' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:59:50 GMT + - Thu, 11 May 2023 23:42:59 GMT etag: - - '"d8020a3b-0000-0100-0000-63fee9be0000"' + - '"0000cd05-0000-3300-0000-645d7d680000"' expires: - '-1' pragma: @@ -1583,23 +1530,23 @@ interactions: - --dev-center --name --image-reference --resource-group --os-storage-type --sku --location User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000009?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000009?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000009","name":"c1000009","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"eastus","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T05:59:19.7946456Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T05:59:19.7946456Z"},"properties":{"provisioningState":"Succeeded","imageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","imageValidationStatus":"Succeeded","activeImageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c1000009","name":"c1000009","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:41:57.6272638Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:41:57.6272638Z"},"properties":{"provisioningState":"Succeeded","imageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","imageValidationStatus":"Succeeded","activeImageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"}}}' headers: cache-control: - no-cache content-length: - - '1138' + - '1191' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:59:50 GMT + - Thu, 11 May 2023 23:43:00 GMT etag: - - '"0e006aee-0000-0100-0000-63fee9be0000"' + - '"0000f701-0000-3300-0000-645d7d680000"' expires: - '-1' pragma: @@ -1618,7 +1565,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus", "properties": {"imageReference": {"id": "/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os"}, + body: '{"location": "centraluseuap", "properties": {"imageReference": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os"}, "osStorageType": "ssd_1024gb", "sku": {"name": "general_a_8c32gb_v1"}}}' headers: Accept: @@ -1630,32 +1577,32 @@ interactions: Connection: - keep-alive Content-Length: - - '334' + - '364' Content-Type: - application/json ParameterSetName: - --dev-center --name --image-reference --resource-group --os-storage-type --sku --location User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c2000011?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c2000011?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c2000011","name":"c2000011","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"eastus","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T05:59:53.0257796Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T05:59:53.0257796Z"},"properties":{"provisioningState":"Accepted","imageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c2000011","name":"c2000011","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:43:01.4683401Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:43:01.4683401Z"},"properties":{"provisioningState":"Accepted","imageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/ea30ba63-c473-4906-b9cc-b179e4a4a701*EA765050E982764CEA83F6E835EBA3CB1AEDC96AD3375AB73BE1FED527B8500C?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/9f83dc10-1463-48e4-af52-481ffadf8942*DC9F276FA555859C346C854AC04CC9FF72B675241CCFFE544E7782A078665589?api-version=2023-04-01 cache-control: - no-cache content-length: - - '827' + - '857' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 05:59:53 GMT + - Thu, 11 May 2023 23:43:03 GMT etag: - - '"0e006bee-0000-0100-0000-63fee9d90000"' + - '"0000f801-0000-3300-0000-645d7d870000"' expires: - '-1' pragma: @@ -1667,15 +1614,15 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"devBoxDefinitions"},"limit":200,"currentUsed":52,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"eastus"}' + - '{"name":{"localizedValue":null,"value":"devBoxDefinitions"},"limit":200,"currentUsed":68,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '298' x-rate-limit-reset: - - '2023-03-01T06:00:53.3389251Z' + - '2023-05-11T23:43:28.9689682Z' status: code: 201 message: Created @@ -1694,23 +1641,23 @@ interactions: - --dev-center --name --image-reference --resource-group --os-storage-type --sku --location User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/ea30ba63-c473-4906-b9cc-b179e4a4a701*EA765050E982764CEA83F6E835EBA3CB1AEDC96AD3375AB73BE1FED527B8500C?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/9f83dc10-1463-48e4-af52-481ffadf8942*DC9F276FA555859C346C854AC04CC9FF72B675241CCFFE544E7782A078665589?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/ea30ba63-c473-4906-b9cc-b179e4a4a701*EA765050E982764CEA83F6E835EBA3CB1AEDC96AD3375AB73BE1FED527B8500C","name":"ea30ba63-c473-4906-b9cc-b179e4a4a701*EA765050E982764CEA83F6E835EBA3CB1AEDC96AD3375AB73BE1FED527B8500C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c2000011","status":"Succeeded","startTime":"2023-03-01T05:59:53.504972Z","endTime":"2023-03-01T06:00:15.8515663Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/9f83dc10-1463-48e4-af52-481ffadf8942*DC9F276FA555859C346C854AC04CC9FF72B675241CCFFE544E7782A078665589","name":"9f83dc10-1463-48e4-af52-481ffadf8942*DC9F276FA555859C346C854AC04CC9FF72B675241CCFFE544E7782A078665589","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c2000011","status":"Succeeded","startTime":"2023-05-11T23:43:02.3081914Z","endTime":"2023-05-11T23:43:29.6548028Z","properties":null}' headers: cache-control: - no-cache content-length: - - '634' + - '642' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:00:23 GMT + - Thu, 11 May 2023 23:43:33 GMT etag: - - '"d8020c3c-0000-0100-0000-63fee9ef0000"' + - '"0000d005-0000-3300-0000-645d7da10000"' expires: - '-1' pragma: @@ -1741,23 +1688,23 @@ interactions: - --dev-center --name --image-reference --resource-group --os-storage-type --sku --location User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c2000011?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c2000011?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c2000011","name":"c2000011","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"eastus","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T05:59:53.0257796Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T05:59:53.0257796Z"},"properties":{"provisioningState":"Succeeded","imageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","imageValidationStatus":"Succeeded","activeImageReference":{"id":"/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/devboxdefinitions/c2000011","name":"c2000011","type":"microsoft.devcenter/devcenters/devboxdefinitions","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:43:01.4683401Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:43:01.4683401Z"},"properties":{"provisioningState":"Succeeded","imageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"},"sku":{"name":"general_a_8c32gb_v1"},"osStorageType":"ssd_1024gb","imageValidationStatus":"Succeeded","activeImageReference":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os","exactVersion":"1.0.0"}}}' headers: cache-control: - no-cache content-length: - - '1138' + - '1191' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:00:23 GMT + - Thu, 11 May 2023 23:43:34 GMT etag: - - '"0e006dee-0000-0100-0000-63fee9ef0000"' + - '"0000fb01-0000-3300-0000-645d7da10000"' expires: - '-1' pragma: @@ -1789,9 +1736,9 @@ interactions: ParameterSetName: - --resource-group --project-name User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools?api-version=2023-04-01 response: body: string: '{"value":[]}' @@ -1803,37 +1750,26 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:00:28 GMT + - Thu, 11 May 2023 23:43:34 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - 093bfd32-01a4-4088-9f76-7f0d9553aa4a - - ec413ae4-ecb6-4b36-9e53-08b4663cbeb5 - - 1e27cb8b-1988-499a-b255-e436c350212a - - 6f645c99-7194-497b-a671-f64573e290ef - - 3c88f4ca-ad6b-465f-9274-2984dc6fe2ac - - 380fc14e-8314-4807-91d0-36df7ff29b1e - - 460ab73c-a311-49ee-883b-f03f0020545c - - 435caf87-a310-475f-a082-8beb799b2966 - - b1e2b079-513e-4c6f-bb1b-a932fac7330d - - 3a6b9eec-74b6-4fc1-9b83-0aeac4bcef6d - - 332d9141-95c5-470a-b891-35434687504e - - 33ca1ddb-fbe3-4d7c-bfab-50686e15da6c - - 84810fd9-cf4e-474f-a001-c5cd363eac7f - - 064e05e1-040a-4952-b023-04c10598b5e1 + x-ms-providerhub-traffic: + - 'True' status: code: 200 message: OK - request: - body: '{"location": "eastus", "properties": {"devBoxDefinitionName": "c1000009", + body: '{"location": "centraluseuap", "properties": {"devBoxDefinitionName": "c1000009", "licenseType": "Windows_Client", "localAdministrator": "Disabled", "networkConnectionName": "c2000010"}}' headers: @@ -1846,31 +1782,31 @@ interactions: Connection: - keep-alive Content-Length: - - '178' + - '185' Content-Type: - application/json ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","name":"c3000012","type":"microsoft.devcenter/projects/pools","location":"eastus","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T06:00:29.1970989Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T06:00:29.1970989Z"},"properties":{"provisioningState":"Accepted","devBoxDefinitionName":"c1000009","networkConnectionName":"c2000010","licenseType":"Windows_Client","localAdministrator":"Disabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","name":"c3000012","type":"microsoft.devcenter/projects/pools","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:43:35.9277007Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:43:35.9277007Z"},"properties":{"provisioningState":"Accepted","devBoxDefinitionName":"c1000009","networkConnectionName":"c2000010","licenseType":"Windows_Client","localAdministrator":"Disabled"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059?api-version=2023-04-01 cache-control: - no-cache content-length: - - '643' + - '650' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:00:30 GMT + - Thu, 11 May 2023 23:43:39 GMT etag: - - '"e1002d82-0000-0100-0000-63fee9fe0000"' + - '"09004fe8-0000-3300-0000-645d7dab0000"' expires: - '-1' pragma: @@ -1882,15 +1818,15 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"pools"},"limit":500,"currentUsed":40,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"eastus"}' + - '{"name":{"localizedValue":null,"value":"pools"},"limit":500,"currentUsed":48,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '297' x-rate-limit-reset: - - '2023-03-01T06:01:29.5607766Z' + - '2023-05-11T23:44:02.5428476Z' status: code: 201 message: Created @@ -1908,23 +1844,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","name":"a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-03-01T06:00:30.1078262Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","name":"10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-05-11T23:43:37.7315154Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:01:00 GMT + - Thu, 11 May 2023 23:44:09 GMT etag: - - '"d802383c-0000-0100-0000-63fee9fe0000"' + - '"0000d205-0000-3300-0000-645d7da90000"' expires: - '-1' pragma: @@ -1954,23 +1890,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","name":"a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-03-01T06:00:30.1078262Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","name":"10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-05-11T23:43:37.7315154Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:01:31 GMT + - Thu, 11 May 2023 23:44:40 GMT etag: - - '"d802383c-0000-0100-0000-63fee9fe0000"' + - '"0000d205-0000-3300-0000-645d7da90000"' expires: - '-1' pragma: @@ -2000,23 +1936,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","name":"a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-03-01T06:00:30.1078262Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","name":"10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-05-11T23:43:37.7315154Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:02:01 GMT + - Thu, 11 May 2023 23:45:10 GMT etag: - - '"d802383c-0000-0100-0000-63fee9fe0000"' + - '"0000d205-0000-3300-0000-645d7da90000"' expires: - '-1' pragma: @@ -2046,23 +1982,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","name":"a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-03-01T06:00:30.1078262Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","name":"10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-05-11T23:43:37.7315154Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:02:31 GMT + - Thu, 11 May 2023 23:45:40 GMT etag: - - '"d802383c-0000-0100-0000-63fee9fe0000"' + - '"0000d205-0000-3300-0000-645d7da90000"' expires: - '-1' pragma: @@ -2092,23 +2028,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","name":"a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-03-01T06:00:30.1078262Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","name":"10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-05-11T23:43:37.7315154Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:03:01 GMT + - Thu, 11 May 2023 23:46:10 GMT etag: - - '"d802383c-0000-0100-0000-63fee9fe0000"' + - '"0000d205-0000-3300-0000-645d7da90000"' expires: - '-1' pragma: @@ -2138,23 +2074,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","name":"a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-03-01T06:00:30.1078262Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","name":"10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-05-11T23:43:37.7315154Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:03:31 GMT + - Thu, 11 May 2023 23:46:41 GMT etag: - - '"d802383c-0000-0100-0000-63fee9fe0000"' + - '"0000d205-0000-3300-0000-645d7da90000"' expires: - '-1' pragma: @@ -2184,23 +2120,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","name":"a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-03-01T06:00:30.1078262Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","name":"10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-05-11T23:43:37.7315154Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:04:02 GMT + - Thu, 11 May 2023 23:47:11 GMT etag: - - '"d802383c-0000-0100-0000-63fee9fe0000"' + - '"0000d205-0000-3300-0000-645d7da90000"' expires: - '-1' pragma: @@ -2230,23 +2166,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","name":"a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-03-01T06:00:30.1078262Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","name":"10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-05-11T23:43:37.7315154Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:04:32 GMT + - Thu, 11 May 2023 23:47:40 GMT etag: - - '"d802383c-0000-0100-0000-63fee9fe0000"' + - '"0000d205-0000-3300-0000-645d7da90000"' expires: - '-1' pragma: @@ -2276,23 +2212,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","name":"a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-03-01T06:00:30.1078262Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","name":"10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-05-11T23:43:37.7315154Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:05:02 GMT + - Thu, 11 May 2023 23:48:11 GMT etag: - - '"d802383c-0000-0100-0000-63fee9fe0000"' + - '"0000d205-0000-3300-0000-645d7da90000"' expires: - '-1' pragma: @@ -2322,23 +2258,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","name":"a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-03-01T06:00:30.1078262Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","name":"10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-05-11T23:43:37.7315154Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:05:33 GMT + - Thu, 11 May 2023 23:48:41 GMT etag: - - '"d802383c-0000-0100-0000-63fee9fe0000"' + - '"0000d205-0000-3300-0000-645d7da90000"' expires: - '-1' pragma: @@ -2368,23 +2304,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","name":"a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-03-01T06:00:30.1078262Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","name":"10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-05-11T23:43:37.7315154Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:06:02 GMT + - Thu, 11 May 2023 23:49:11 GMT etag: - - '"d802383c-0000-0100-0000-63fee9fe0000"' + - '"0000d205-0000-3300-0000-645d7da90000"' expires: - '-1' pragma: @@ -2414,23 +2350,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","name":"a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-03-01T06:00:30.1078262Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","name":"10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-05-11T23:43:37.7315154Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:06:33 GMT + - Thu, 11 May 2023 23:49:41 GMT etag: - - '"d802383c-0000-0100-0000-63fee9fe0000"' + - '"0000d205-0000-3300-0000-645d7da90000"' expires: - '-1' pragma: @@ -2460,23 +2396,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","name":"a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-03-01T06:00:30.1078262Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","name":"10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-05-11T23:43:37.7315154Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:07:03 GMT + - Thu, 11 May 2023 23:50:12 GMT etag: - - '"d802383c-0000-0100-0000-63fee9fe0000"' + - '"0000d205-0000-3300-0000-645d7da90000"' expires: - '-1' pragma: @@ -2506,23 +2442,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","name":"a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-03-01T06:00:30.1078262Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","name":"10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-05-11T23:43:37.7315154Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:07:34 GMT + - Thu, 11 May 2023 23:50:42 GMT etag: - - '"d802383c-0000-0100-0000-63fee9fe0000"' + - '"0000d205-0000-3300-0000-645d7da90000"' expires: - '-1' pragma: @@ -2552,23 +2488,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","name":"a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-03-01T06:00:30.1078262Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","name":"10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-05-11T23:43:37.7315154Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:08:04 GMT + - Thu, 11 May 2023 23:51:12 GMT etag: - - '"d802383c-0000-0100-0000-63fee9fe0000"' + - '"0000d205-0000-3300-0000-645d7da90000"' expires: - '-1' pragma: @@ -2598,23 +2534,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","name":"a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Accepted","startTime":"2023-03-01T06:00:30.1078262Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","name":"10583d3e-7341-4db2-8dbc-b5868cbbb89b*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Succeeded","startTime":"2023-05-11T23:43:37.7315154Z","endTime":"2023-05-11T23:51:36.1311384Z","properties":null}' headers: cache-control: - no-cache content-length: - - '561' + - '628' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:08:35 GMT + - Thu, 11 May 2023 23:51:43 GMT etag: - - '"d802383c-0000-0100-0000-63fee9fe0000"' + - '"02004fa0-0000-3300-0000-645d7f880000"' expires: - '-1' pragma: @@ -2644,69 +2580,23 @@ interactions: ParameterSetName: - -d --location --local-administrator --name -c --project-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","name":"a95d8e08-474a-410a-9edd-3d4a67edcae4*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Succeeded","startTime":"2023-03-01T06:00:30.1078262Z","endTime":"2023-03-01T06:08:46.3399854Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","name":"c3000012","type":"microsoft.devcenter/projects/pools","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:43:35.9277007Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:43:35.9277007Z"},"properties":{"provisioningState":"Succeeded","devBoxDefinitionName":"c1000009","networkConnectionName":"c2000010","licenseType":"Windows_Client","localAdministrator":"Disabled"}}' headers: cache-control: - no-cache content-length: - - '621' + - '651' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:09:05 GMT + - Thu, 11 May 2023 23:51:43 GMT etag: - - '"d802b242-0000-0100-0000-63feebee0000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin pool create - Connection: - - keep-alive - ParameterSetName: - - -d --location --local-administrator --name -c --project-name --resource-group - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","name":"c3000012","type":"microsoft.devcenter/projects/pools","location":"eastus","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T06:00:29.1970989Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T06:00:29.1970989Z"},"properties":{"provisioningState":"Succeeded","devBoxDefinitionName":"c1000009","networkConnectionName":"c2000010","licenseType":"Windows_Client","localAdministrator":"Disabled"}}' - headers: - cache-control: - - no-cache - content-length: - - '644' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 01 Mar 2023 06:09:05 GMT - etag: - - '"e1007492-0000-0100-0000-63feebee0000"' + - '"00002102-0000-3300-0000-645d7f880000"' expires: - '-1' pragma: @@ -2738,46 +2628,35 @@ interactions: ParameterSetName: - --resource-group --project-name User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools?api-version=2023-04-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","name":"c3000012","type":"microsoft.devcenter/projects/pools","location":"eastus","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T06:00:29.1970989Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T06:00:29.1970989Z"},"properties":{"provisioningState":"Succeeded","devBoxDefinitionName":"c1000009","networkConnectionName":"c2000010","licenseType":"Windows_Client","localAdministrator":"Disabled"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","name":"c3000012","type":"microsoft.devcenter/projects/pools","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:43:35.9277007Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:43:35.9277007Z"},"properties":{"provisioningState":"Succeeded","devBoxDefinitionName":"c1000009","networkConnectionName":"c2000010","licenseType":"Windows_Client","localAdministrator":"Disabled"}}]}' headers: cache-control: - no-cache content-length: - - '656' + - '663' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:09:08 GMT + - Thu, 11 May 2023 23:51:43 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - 9b797f39-ba6a-4d58-b8eb-43521f9b9520 - - 2e792d0a-871f-4abf-889a-f623423f0dfb - - 2a939ee4-a2b0-4a8b-a23f-2464205fb92d - - a2abf567-3460-429e-b8b8-2666206c6e25 - - 25bc2125-086c-4623-8762-037d54ce19e9 - - e60da8fc-6dfc-4a9a-9821-a48f12d2d3bc - - 0a07ccc2-8234-484b-a172-f7e358019155 - - 2cfe2f00-5d88-42bb-88e9-c6e57aaa5ffb - - 83a2e974-fe84-4238-83f0-b1497a7fffa9 - - e047083e-57b4-48ff-912b-83061619bd6b - - 4d2f9cf2-a2ef-4f1b-87bd-f6c46848f3da - - 956c964e-be88-4477-a77e-9525c8d883ac - - 22cd1676-519d-4f23-8d28-65fef0f8df4f - - 0869e0eb-0f67-4107-86e5-186021efeb9d + x-ms-providerhub-traffic: + - 'True' status: code: 200 message: OK @@ -2795,23 +2674,23 @@ interactions: ParameterSetName: - --local-administrator -d --name --project-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","name":"c3000012","type":"microsoft.devcenter/projects/pools","location":"eastus","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T06:00:29.1970989Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T06:00:29.1970989Z"},"properties":{"provisioningState":"Succeeded","devBoxDefinitionName":"c1000009","networkConnectionName":"c2000010","licenseType":"Windows_Client","localAdministrator":"Disabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","name":"c3000012","type":"microsoft.devcenter/projects/pools","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:43:35.9277007Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:43:35.9277007Z"},"properties":{"provisioningState":"Succeeded","devBoxDefinitionName":"c1000009","networkConnectionName":"c2000010","licenseType":"Windows_Client","localAdministrator":"Disabled"}}' headers: cache-control: - no-cache content-length: - - '644' + - '651' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:09:09 GMT + - Thu, 11 May 2023 23:51:44 GMT etag: - - '"e1007492-0000-0100-0000-63feebee0000"' + - '"00002102-0000-3300-0000-645d7f880000"' expires: - '-1' pragma: @@ -2830,7 +2709,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus", "properties": {"devBoxDefinitionName": "c2000011", + body: '{"location": "centraluseuap", "properties": {"devBoxDefinitionName": "c2000011", "licenseType": "Windows_Client", "localAdministrator": "Enabled", "networkConnectionName": "c2000010"}}' headers: @@ -2843,31 +2722,31 @@ interactions: Connection: - keep-alive Content-Length: - - '177' + - '184' Content-Type: - application/json ParameterSetName: - --local-administrator -d --name --project-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","name":"c3000012","type":"microsoft.devcenter/projects/pools","location":"eastus","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T06:00:29.1970989Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T06:09:09.4367991Z"},"properties":{"provisioningState":"Accepted","devBoxDefinitionName":"c2000011","networkConnectionName":"c2000010","licenseType":"Windows_Client","localAdministrator":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","name":"c3000012","type":"microsoft.devcenter/projects/pools","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:43:35.9277007Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:51:45.2665948Z"},"properties":{"provisioningState":"Accepted","devBoxDefinitionName":"c2000011","networkConnectionName":"c2000010","licenseType":"Windows_Client","localAdministrator":"Enabled"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/c5a764c8-88a8-4ebf-89d7-0e7a72a5d231*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/8bde5aab-7c5b-4ab5-be13-bc6ea0430197*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059?api-version=2023-04-01 cache-control: - no-cache content-length: - - '642' + - '649' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:09:11 GMT + - Thu, 11 May 2023 23:51:46 GMT etag: - - '"e100b693-0000-0100-0000-63feec070000"' + - '"00002502-0000-3300-0000-645d7f930000"' expires: - '-1' pragma: @@ -2879,13 +2758,13 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1192' + - '1198' x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-03-01T06:10:09.7344732Z' + - '2023-05-11T23:52:45.3804855Z' status: code: 201 message: Created @@ -2903,23 +2782,23 @@ interactions: ParameterSetName: - --local-administrator -d --name --project-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/c5a764c8-88a8-4ebf-89d7-0e7a72a5d231*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/8bde5aab-7c5b-4ab5-be13-bc6ea0430197*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/c5a764c8-88a8-4ebf-89d7-0e7a72a5d231*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","name":"c5a764c8-88a8-4ebf-89d7-0e7a72a5d231*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Succeeded","startTime":"2023-03-01T06:09:11.1434243Z","endTime":"2023-03-01T06:09:18.7194082Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/8bde5aab-7c5b-4ab5-be13-bc6ea0430197*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","name":"8bde5aab-7c5b-4ab5-be13-bc6ea0430197*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Succeeded","startTime":"2023-05-11T23:51:46.9257575Z","endTime":"2023-05-11T23:51:58.6050195Z","properties":null}' headers: cache-control: - no-cache content-length: - - '621' + - '628' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:09:40 GMT + - Thu, 11 May 2023 23:52:17 GMT etag: - - '"d8020c43-0000-0100-0000-63feec0e0000"' + - '"02006ca0-0000-3300-0000-645d7f9e0000"' expires: - '-1' pragma: @@ -2949,23 +2828,23 @@ interactions: ParameterSetName: - --local-administrator -d --name --project-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","name":"c3000012","type":"microsoft.devcenter/projects/pools","location":"eastus","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T06:00:29.1970989Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T06:09:09.4367991Z"},"properties":{"provisioningState":"Succeeded","devBoxDefinitionName":"c2000011","networkConnectionName":"c2000010","licenseType":"Windows_Client","localAdministrator":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","name":"c3000012","type":"microsoft.devcenter/projects/pools","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:43:35.9277007Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:51:45.2665948Z"},"properties":{"provisioningState":"Succeeded","devBoxDefinitionName":"c2000011","networkConnectionName":"c2000010","licenseType":"Windows_Client","localAdministrator":"Enabled"}}' headers: cache-control: - no-cache content-length: - - '643' + - '650' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:09:41 GMT + - Thu, 11 May 2023 23:52:17 GMT etag: - - '"e100ec93-0000-0100-0000-63feec0e0000"' + - '"00002602-0000-3300-0000-645d7f9e0000"' expires: - '-1' pragma: @@ -2997,23 +2876,23 @@ interactions: ParameterSetName: - --name --project-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","name":"c3000012","type":"microsoft.devcenter/projects/pools","location":"eastus","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T06:00:29.1970989Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T06:09:09.4367991Z"},"properties":{"provisioningState":"Succeeded","devBoxDefinitionName":"c2000011","networkConnectionName":"c2000010","licenseType":"Windows_Client","localAdministrator":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","name":"c3000012","type":"microsoft.devcenter/projects/pools","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:43:35.9277007Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:51:45.2665948Z"},"properties":{"provisioningState":"Succeeded","devBoxDefinitionName":"c2000011","networkConnectionName":"c2000010","licenseType":"Windows_Client","localAdministrator":"Enabled"}}' headers: cache-control: - no-cache content-length: - - '643' + - '650' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:09:42 GMT + - Thu, 11 May 2023 23:52:18 GMT etag: - - '"e100ec93-0000-0100-0000-63feec0e0000"' + - '"00002602-0000-3300-0000-645d7f9e0000"' expires: - '-1' pragma: @@ -3050,15 +2929,15 @@ interactions: ParameterSetName: - --pool-name --project-name --resource-group --time --time-zone User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","name":"default","type":"microsoft.devcenter/projects/pools/schedules","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T06:09:42.9368697Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T06:09:42.9368697Z"},"properties":{"provisioningState":"Accepted","type":"StopDevBox","frequency":"Daily","time":"13:00","timeZone":"America/Los_Angeles"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","name":"default","type":"microsoft.devcenter/projects/pools/schedules","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:52:19.2244524Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:52:19.2244524Z"},"properties":{"provisioningState":"Accepted","type":"StopDevBox","frequency":"Daily","time":"13:00","timeZone":"America/Los_Angeles"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/8a74aa42-dade-42b6-8229-ef5451dccd9a*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/42fe5bae-35c0-4b36-a927-ef884c859bdc*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C?api-version=2023-04-01 cache-control: - no-cache content-length: @@ -3066,9 +2945,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:09:43 GMT + - Thu, 11 May 2023 23:52:21 GMT etag: - - '"3c02c943-0000-0100-0000-63feec280000"' + - '"0000af1b-0000-3300-0000-645d7fb50000"' expires: - '-1' pragma: @@ -3080,13 +2959,13 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1198' x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '298' x-rate-limit-reset: - - '2023-03-01T06:10:43.2811865Z' + - '2023-05-11T23:52:46.9729870Z' status: code: 201 message: Created @@ -3104,125 +2983,29 @@ interactions: ParameterSetName: - --pool-name --project-name --resource-group --time --time-zone User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/8a74aa42-dade-42b6-8229-ef5451dccd9a*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/8a74aa42-dade-42b6-8229-ef5451dccd9a*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B","name":"8a74aa42-dade-42b6-8229-ef5451dccd9a*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","status":"Accepted","startTime":"2023-03-01T06:09:43.6701452Z"}' - headers: - cache-control: - - no-cache - content-length: - - '579' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 01 Mar 2023 06:10:14 GMT - etag: - - '"d8024a43-0000-0100-0000-63feec270000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin schedule create - Connection: - - keep-alive - ParameterSetName: - - --pool-name --project-name --resource-group --time --time-zone - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/8a74aa42-dade-42b6-8229-ef5451dccd9a*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/8a74aa42-dade-42b6-8229-ef5451dccd9a*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B","name":"8a74aa42-dade-42b6-8229-ef5451dccd9a*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","status":"Accepted","startTime":"2023-03-01T06:09:43.6701452Z"}' - headers: - cache-control: - - no-cache - content-length: - - '579' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 01 Mar 2023 06:10:44 GMT - etag: - - '"d8024a43-0000-0100-0000-63feec270000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin schedule create - Connection: - - keep-alive - ParameterSetName: - - --pool-name --project-name --resource-group --time --time-zone - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/8a74aa42-dade-42b6-8229-ef5451dccd9a*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/42fe5bae-35c0-4b36-a927-ef884c859bdc*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/8a74aa42-dade-42b6-8229-ef5451dccd9a*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B","name":"8a74aa42-dade-42b6-8229-ef5451dccd9a*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","status":"Succeeded","startTime":"2023-03-01T06:09:43.6701452Z","endTime":"2023-03-01T06:11:07.6165239Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/42fe5bae-35c0-4b36-a927-ef884c859bdc*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C","name":"42fe5bae-35c0-4b36-a927-ef884c859bdc*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","status":"Succeeded","startTime":"2023-05-11T23:52:20.5470654Z","endTime":"2023-05-11T23:52:44.6466787Z","properties":null}' headers: cache-control: - no-cache content-length: - - '639' + - '646' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:11:14 GMT + - Thu, 11 May 2023 23:52:51 GMT etag: - - '"d8024144-0000-0100-0000-63feec7b0000"' + - '"020080a0-0000-3300-0000-645d7fcc0000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff status: @@ -3242,12 +3025,12 @@ interactions: ParameterSetName: - --pool-name --project-name --resource-group --time --time-zone User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","name":"default","type":"microsoft.devcenter/projects/pools/schedules","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T06:09:42.9368697Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T06:09:42.9368697Z"},"properties":{"provisioningState":"Succeeded","type":"StopDevBox","frequency":"Daily","time":"13:00","timeZone":"America/Los_Angeles"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","name":"default","type":"microsoft.devcenter/projects/pools/schedules","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:52:19.2244524Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:52:19.2244524Z"},"properties":{"provisioningState":"Succeeded","type":"StopDevBox","frequency":"Daily","time":"13:00","timeZone":"America/Los_Angeles"}}' headers: cache-control: - no-cache @@ -3256,19 +3039,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:11:14 GMT + - Thu, 11 May 2023 23:52:51 GMT etag: - - '"3c02115c-0000-0100-0000-63feec7b0000"' + - '"0000b21b-0000-3300-0000-645d7fcc0000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-providerhub-traffic: @@ -3290,12 +3069,12 @@ interactions: ParameterSetName: - --pool-name --project-name --resource-group --time --time-zone User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","name":"default","type":"microsoft.devcenter/projects/pools/schedules","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T06:09:42.9368697Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T06:09:42.9368697Z"},"properties":{"provisioningState":"Succeeded","type":"StopDevBox","frequency":"Daily","time":"13:00","timeZone":"America/Los_Angeles"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","name":"default","type":"microsoft.devcenter/projects/pools/schedules","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:52:19.2244524Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:52:19.2244524Z"},"properties":{"provisioningState":"Succeeded","type":"StopDevBox","frequency":"Daily","time":"13:00","timeZone":"America/Los_Angeles"}}' headers: cache-control: - no-cache @@ -3304,9 +3083,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:11:15 GMT + - Thu, 11 May 2023 23:52:52 GMT etag: - - '"3c02115c-0000-0100-0000-63feec7b0000"' + - '"0000b21b-0000-3300-0000-645d7fcc0000"' expires: - '-1' pragma: @@ -3343,15 +3122,15 @@ interactions: ParameterSetName: - --pool-name --project-name --resource-group --time --time-zone User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","name":"default","type":"microsoft.devcenter/projects/pools/schedules","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T06:09:42.9368697Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T06:11:16.4549166Z"},"properties":{"provisioningState":"Accepted","type":"StopDevBox","frequency":"Daily","time":"17:30","timeZone":"America/New_York"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","name":"default","type":"microsoft.devcenter/projects/pools/schedules","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:52:19.2244524Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:52:53.0676998Z"},"properties":{"provisioningState":"Accepted","type":"StopDevBox","frequency":"Daily","time":"17:30","timeZone":"America/New_York"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/5c0036a5-14c7-43dd-bb6d-34296ab4112c*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/c4219994-07c5-4d4b-9ca9-4a25a5978393*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C?api-version=2023-04-01 cache-control: - no-cache content-length: @@ -3359,9 +3138,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:11:17 GMT + - Thu, 11 May 2023 23:52:53 GMT etag: - - '"3c02795e-0000-0100-0000-63feec850000"' + - '"0000b41b-0000-3300-0000-645d7fd60000"' expires: - '-1' pragma: @@ -3373,13 +3152,13 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1198' x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-03-01T06:12:16.6223999Z' + - '2023-05-11T23:53:53.2926691Z' status: code: 201 message: Created @@ -3397,69 +3176,23 @@ interactions: ParameterSetName: - --pool-name --project-name --resource-group --time --time-zone User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/5c0036a5-14c7-43dd-bb6d-34296ab4112c*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/5c0036a5-14c7-43dd-bb6d-34296ab4112c*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B","name":"5c0036a5-14c7-43dd-bb6d-34296ab4112c*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","status":"Accepted","startTime":"2023-03-01T06:11:16.8424866Z"}' - headers: - cache-control: - - no-cache - content-length: - - '579' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 01 Mar 2023 06:11:47 GMT - etag: - - '"d8025544-0000-0100-0000-63feec840000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin schedule update - Connection: - - keep-alive - ParameterSetName: - - --pool-name --project-name --resource-group --time --time-zone - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/5c0036a5-14c7-43dd-bb6d-34296ab4112c*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/c4219994-07c5-4d4b-9ca9-4a25a5978393*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/5c0036a5-14c7-43dd-bb6d-34296ab4112c*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B","name":"5c0036a5-14c7-43dd-bb6d-34296ab4112c*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","status":"Succeeded","startTime":"2023-03-01T06:11:16.8424866Z","endTime":"2023-03-01T06:11:49.3788884Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/c4219994-07c5-4d4b-9ca9-4a25a5978393*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C","name":"c4219994-07c5-4d4b-9ca9-4a25a5978393*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","status":"Succeeded","startTime":"2023-05-11T23:52:53.9932961Z","endTime":"2023-05-11T23:53:08.6697304Z","properties":null}' headers: cache-control: - no-cache content-length: - - '639' + - '646' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:12:17 GMT + - Thu, 11 May 2023 23:53:24 GMT etag: - - '"d802a844-0000-0100-0000-63feeca50000"' + - '"020086a0-0000-3300-0000-645d7fe40000"' expires: - '-1' pragma: @@ -3489,12 +3222,12 @@ interactions: ParameterSetName: - --pool-name --project-name --resource-group --time --time-zone User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","name":"default","type":"microsoft.devcenter/projects/pools/schedules","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T06:09:42.9368697Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T06:11:16.4549166Z"},"properties":{"provisioningState":"Succeeded","type":"StopDevBox","frequency":"Daily","time":"17:30","timeZone":"America/New_York"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","name":"default","type":"microsoft.devcenter/projects/pools/schedules","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:52:19.2244524Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:52:53.0676998Z"},"properties":{"provisioningState":"Succeeded","type":"StopDevBox","frequency":"Daily","time":"17:30","timeZone":"America/New_York"}}' headers: cache-control: - no-cache @@ -3503,9 +3236,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:12:17 GMT + - Thu, 11 May 2023 23:53:24 GMT etag: - - '"3c02e168-0000-0100-0000-63feeca50000"' + - '"0000b51b-0000-3300-0000-645d7fe40000"' expires: - '-1' pragma: @@ -3537,12 +3270,12 @@ interactions: ParameterSetName: - --pool-name --project-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","name":"default","type":"microsoft.devcenter/projects/pools/schedules","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T06:09:42.9368697Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T06:11:16.4549166Z"},"properties":{"provisioningState":"Succeeded","type":"StopDevBox","frequency":"Daily","time":"17:30","timeZone":"America/New_York"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","name":"default","type":"microsoft.devcenter/projects/pools/schedules","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-11T23:52:19.2244524Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-11T23:52:53.0676998Z"},"properties":{"provisioningState":"Succeeded","type":"StopDevBox","frequency":"Daily","time":"17:30","timeZone":"America/New_York"}}' headers: cache-control: - no-cache @@ -3551,9 +3284,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:12:17 GMT + - Thu, 11 May 2023 23:53:25 GMT etag: - - '"3c02e168-0000-0100-0000-63feeca50000"' + - '"0000b51b-0000-3300-0000-645d7fe40000"' expires: - '-1' pragma: @@ -3587,15 +3320,15 @@ interactions: ParameterSetName: - --yes --project-name --pool-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default?api-version=2023-04-01 response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/e87d7b4f-10f3-423b-9409-5675f11e5e3e*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2472c48e-3f20-4bfc-bb19-c282d91cc456*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C?api-version=2023-04-01 cache-control: - no-cache content-length: @@ -3603,13 +3336,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:12:19 GMT + - Thu, 11 May 2023 23:53:26 GMT etag: - - '"3c025170-0000-0100-0000-63feecc30000"' + - '"0000b61b-0000-3300-0000-645d7ff60000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/e87d7b4f-10f3-423b-9409-5675f11e5e3e*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2472c48e-3f20-4bfc-bb19-c282d91cc456*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C?api-version=2023-04-01 pragma: - no-cache strict-transport-security: @@ -3619,7 +3352,7 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14999' status: code: 202 message: Accepted @@ -3637,23 +3370,23 @@ interactions: ParameterSetName: - --yes --project-name --pool-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/e87d7b4f-10f3-423b-9409-5675f11e5e3e*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2472c48e-3f20-4bfc-bb19-c282d91cc456*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/e87d7b4f-10f3-423b-9409-5675f11e5e3e*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B","name":"e87d7b4f-10f3-423b-9409-5675f11e5e3e*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","status":"Deleting","startTime":"2023-03-01T06:12:18.9960184Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2472c48e-3f20-4bfc-bb19-c282d91cc456*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C","name":"2472c48e-3f20-4bfc-bb19-c282d91cc456*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","status":"Deleting","startTime":"2023-05-11T23:53:26.7064167Z"}' headers: cache-control: - no-cache content-length: - - '579' + - '586' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:12:49 GMT + - Thu, 11 May 2023 23:53:56 GMT etag: - - '"d8021445-0000-0100-0000-63feecc20000"' + - '"02009aa0-0000-3300-0000-645d7ff60000"' expires: - '-1' pragma: @@ -3679,23 +3412,23 @@ interactions: ParameterSetName: - --yes --project-name --pool-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/e87d7b4f-10f3-423b-9409-5675f11e5e3e*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2472c48e-3f20-4bfc-bb19-c282d91cc456*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/e87d7b4f-10f3-423b-9409-5675f11e5e3e*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B","name":"e87d7b4f-10f3-423b-9409-5675f11e5e3e*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","status":"Deleting","startTime":"2023-03-01T06:12:18.9960184Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2472c48e-3f20-4bfc-bb19-c282d91cc456*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C","name":"2472c48e-3f20-4bfc-bb19-c282d91cc456*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","status":"Deleting","startTime":"2023-05-11T23:53:26.7064167Z"}' headers: cache-control: - no-cache content-length: - - '579' + - '586' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:13:19 GMT + - Thu, 11 May 2023 23:54:26 GMT etag: - - '"d8021445-0000-0100-0000-63feecc20000"' + - '"02009aa0-0000-3300-0000-645d7ff60000"' expires: - '-1' pragma: @@ -3721,23 +3454,23 @@ interactions: ParameterSetName: - --yes --project-name --pool-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/e87d7b4f-10f3-423b-9409-5675f11e5e3e*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2472c48e-3f20-4bfc-bb19-c282d91cc456*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/e87d7b4f-10f3-423b-9409-5675f11e5e3e*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B","name":"e87d7b4f-10f3-423b-9409-5675f11e5e3e*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","status":"Deleting","startTime":"2023-03-01T06:12:18.9960184Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2472c48e-3f20-4bfc-bb19-c282d91cc456*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C","name":"2472c48e-3f20-4bfc-bb19-c282d91cc456*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","status":"Deleting","startTime":"2023-05-11T23:53:26.7064167Z"}' headers: cache-control: - no-cache content-length: - - '579' + - '586' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:13:49 GMT + - Thu, 11 May 2023 23:54:56 GMT etag: - - '"d8021445-0000-0100-0000-63feecc20000"' + - '"02009aa0-0000-3300-0000-645d7ff60000"' expires: - '-1' pragma: @@ -3763,23 +3496,23 @@ interactions: ParameterSetName: - --yes --project-name --pool-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/e87d7b4f-10f3-423b-9409-5675f11e5e3e*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2472c48e-3f20-4bfc-bb19-c282d91cc456*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/e87d7b4f-10f3-423b-9409-5675f11e5e3e*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B","name":"e87d7b4f-10f3-423b-9409-5675f11e5e3e*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","status":"Deleting","startTime":"2023-03-01T06:12:18.9960184Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2472c48e-3f20-4bfc-bb19-c282d91cc456*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C","name":"2472c48e-3f20-4bfc-bb19-c282d91cc456*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","status":"Deleting","startTime":"2023-05-11T23:53:26.7064167Z"}' headers: cache-control: - no-cache content-length: - - '579' + - '586' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:14:19 GMT + - Thu, 11 May 2023 23:55:27 GMT etag: - - '"d8021445-0000-0100-0000-63feecc20000"' + - '"02009aa0-0000-3300-0000-645d7ff60000"' expires: - '-1' pragma: @@ -3805,23 +3538,23 @@ interactions: ParameterSetName: - --yes --project-name --pool-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/e87d7b4f-10f3-423b-9409-5675f11e5e3e*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2472c48e-3f20-4bfc-bb19-c282d91cc456*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/e87d7b4f-10f3-423b-9409-5675f11e5e3e*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B","name":"e87d7b4f-10f3-423b-9409-5675f11e5e3e*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","status":"Deleting","startTime":"2023-03-01T06:12:18.9960184Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2472c48e-3f20-4bfc-bb19-c282d91cc456*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C","name":"2472c48e-3f20-4bfc-bb19-c282d91cc456*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","status":"Deleting","startTime":"2023-05-11T23:53:26.7064167Z"}' headers: cache-control: - no-cache content-length: - - '579' + - '586' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:14:49 GMT + - Thu, 11 May 2023 23:55:56 GMT etag: - - '"d8021445-0000-0100-0000-63feecc20000"' + - '"02009aa0-0000-3300-0000-645d7ff60000"' expires: - '-1' pragma: @@ -3847,23 +3580,23 @@ interactions: ParameterSetName: - --yes --project-name --pool-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/e87d7b4f-10f3-423b-9409-5675f11e5e3e*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2472c48e-3f20-4bfc-bb19-c282d91cc456*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/e87d7b4f-10f3-423b-9409-5675f11e5e3e*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B","name":"e87d7b4f-10f3-423b-9409-5675f11e5e3e*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","status":"Deleting","startTime":"2023-03-01T06:12:18.9960184Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2472c48e-3f20-4bfc-bb19-c282d91cc456*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C","name":"2472c48e-3f20-4bfc-bb19-c282d91cc456*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","status":"Deleting","startTime":"2023-05-11T23:53:26.7064167Z"}' headers: cache-control: - no-cache content-length: - - '579' + - '586' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:15:19 GMT + - Thu, 11 May 2023 23:56:27 GMT etag: - - '"d8021445-0000-0100-0000-63feecc20000"' + - '"02009aa0-0000-3300-0000-645d7ff60000"' expires: - '-1' pragma: @@ -3889,23 +3622,23 @@ interactions: ParameterSetName: - --yes --project-name --pool-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/e87d7b4f-10f3-423b-9409-5675f11e5e3e*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2472c48e-3f20-4bfc-bb19-c282d91cc456*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/e87d7b4f-10f3-423b-9409-5675f11e5e3e*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B","name":"e87d7b4f-10f3-423b-9409-5675f11e5e3e*D0A92B627679832FF58BF6D5B7446A29414A5A7D1028348EF58BF2EE262BBF0B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","status":"Succeeded","startTime":"2023-03-01T06:12:18.9960184Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/2472c48e-3f20-4bfc-bb19-c282d91cc456*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C","name":"2472c48e-3f20-4bfc-bb19-c282d91cc456*B78BB3DACC58FF1273F4F6E4F6C6730550F9EBC72DDCE8AE26F305EDC302C08C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012/schedules/default","status":"Succeeded","startTime":"2023-05-11T23:53:26.7064167Z","properties":null}' headers: cache-control: - no-cache content-length: - - '598' + - '605' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:15:50 GMT + - Thu, 11 May 2023 23:56:57 GMT etag: - - '"3f00e6fe-0000-4d00-0000-63feed800000"' + - '"02003da1-0000-3300-0000-645d80b20000"' expires: - '-1' pragma: @@ -3937,15 +3670,15 @@ interactions: ParameterSetName: - --yes --project-name --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012?api-version=2023-04-01 response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/1bb3c9f0-fc77-47b0-80b6-23bd98d19a81*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/05c171fd-9934-4212-ba5b-55f0d99e3418*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059?api-version=2023-04-01 cache-control: - no-cache content-length: @@ -3953,13 +3686,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:15:51 GMT + - Thu, 11 May 2023 23:56:58 GMT etag: - - '"e100939f-0000-0100-0000-63feed980000"' + - '"0900c4eb-0000-3300-0000-645d80cb0000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/1bb3c9f0-fc77-47b0-80b6-23bd98d19a81*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/05c171fd-9934-4212-ba5b-55f0d99e3418*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059?api-version=2023-04-01 pragma: - no-cache strict-transport-security: @@ -3987,23 +3720,23 @@ interactions: ParameterSetName: - --yes --project-name --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/1bb3c9f0-fc77-47b0-80b6-23bd98d19a81*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/05c171fd-9934-4212-ba5b-55f0d99e3418*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/1bb3c9f0-fc77-47b0-80b6-23bd98d19a81*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","name":"1bb3c9f0-fc77-47b0-80b6-23bd98d19a81*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Deleting","startTime":"2023-03-01T06:15:51.9141172Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/05c171fd-9934-4212-ba5b-55f0d99e3418*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","name":"05c171fd-9934-4212-ba5b-55f0d99e3418*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Deleting","startTime":"2023-05-11T23:56:59.1237843Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:16:22 GMT + - Thu, 11 May 2023 23:57:28 GMT etag: - - '"d8026247-0000-0100-0000-63feed970000"' + - '"020053a1-0000-3300-0000-645d80cb0000"' expires: - '-1' pragma: @@ -4029,23 +3762,23 @@ interactions: ParameterSetName: - --yes --project-name --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/1bb3c9f0-fc77-47b0-80b6-23bd98d19a81*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/05c171fd-9934-4212-ba5b-55f0d99e3418*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/1bb3c9f0-fc77-47b0-80b6-23bd98d19a81*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","name":"1bb3c9f0-fc77-47b0-80b6-23bd98d19a81*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Deleting","startTime":"2023-03-01T06:15:51.9141172Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/05c171fd-9934-4212-ba5b-55f0d99e3418*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","name":"05c171fd-9934-4212-ba5b-55f0d99e3418*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Deleting","startTime":"2023-05-11T23:56:59.1237843Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:16:52 GMT + - Thu, 11 May 2023 23:57:58 GMT etag: - - '"d8026247-0000-0100-0000-63feed970000"' + - '"020053a1-0000-3300-0000-645d80cb0000"' expires: - '-1' pragma: @@ -4071,23 +3804,23 @@ interactions: ParameterSetName: - --yes --project-name --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/1bb3c9f0-fc77-47b0-80b6-23bd98d19a81*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/05c171fd-9934-4212-ba5b-55f0d99e3418*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/1bb3c9f0-fc77-47b0-80b6-23bd98d19a81*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","name":"1bb3c9f0-fc77-47b0-80b6-23bd98d19a81*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Deleting","startTime":"2023-03-01T06:15:51.9141172Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/05c171fd-9934-4212-ba5b-55f0d99e3418*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","name":"05c171fd-9934-4212-ba5b-55f0d99e3418*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Deleting","startTime":"2023-05-11T23:56:59.1237843Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:17:22 GMT + - Thu, 11 May 2023 23:58:29 GMT etag: - - '"d8026247-0000-0100-0000-63feed970000"' + - '"020053a1-0000-3300-0000-645d80cb0000"' expires: - '-1' pragma: @@ -4113,23 +3846,23 @@ interactions: ParameterSetName: - --yes --project-name --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/1bb3c9f0-fc77-47b0-80b6-23bd98d19a81*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/05c171fd-9934-4212-ba5b-55f0d99e3418*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/1bb3c9f0-fc77-47b0-80b6-23bd98d19a81*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","name":"1bb3c9f0-fc77-47b0-80b6-23bd98d19a81*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Deleting","startTime":"2023-03-01T06:15:51.9141172Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/05c171fd-9934-4212-ba5b-55f0d99e3418*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","name":"05c171fd-9934-4212-ba5b-55f0d99e3418*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Deleting","startTime":"2023-05-11T23:56:59.1237843Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '568' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:17:53 GMT + - Thu, 11 May 2023 23:58:59 GMT etag: - - '"d8026247-0000-0100-0000-63feed970000"' + - '"020053a1-0000-3300-0000-645d80cb0000"' expires: - '-1' pragma: @@ -4155,23 +3888,23 @@ interactions: ParameterSetName: - --yes --project-name --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/1bb3c9f0-fc77-47b0-80b6-23bd98d19a81*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/05c171fd-9934-4212-ba5b-55f0d99e3418*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/EASTUS/operationStatuses/1bb3c9f0-fc77-47b0-80b6-23bd98d19a81*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","name":"1bb3c9f0-fc77-47b0-80b6-23bd98d19a81*14F9A14D1AD330DFD6D94A7AC8A645FEB7A6AE2CCDA0A97E28648110919C5251","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Succeeded","startTime":"2023-03-01T06:15:51.9141172Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/05c171fd-9934-4212-ba5b-55f0d99e3418*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","name":"05c171fd-9934-4212-ba5b-55f0d99e3418*61414C3DE98713C9504BBEA130BF9F1DFF672A91F9193B98B1F235C111FC8059","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools/c3000012","status":"Succeeded","startTime":"2023-05-11T23:56:59.1237843Z","properties":null}' headers: cache-control: - no-cache content-length: - - '580' + - '587' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:18:23 GMT + - Thu, 11 May 2023 23:59:29 GMT etag: - - '"4000a600-0000-4d00-0000-63feee180000"' + - '"0200aca1-0000-3300-0000-645d81490000"' expires: - '-1' pragma: @@ -4201,9 +3934,9 @@ interactions: ParameterSetName: - --resource-group --project-name User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/pools?api-version=2023-04-01 response: body: string: '{"value":[]}' @@ -4215,32 +3948,21 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:18:27 GMT + - Thu, 11 May 2023 23:59:30 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - a6043fa5-4f4d-4afd-b085-c1b6afe5b92a - - 1f3ad02d-b648-48e9-9e5a-29487f6589e7 - - c3a5645a-41fe-43c0-8af4-5bcc3350d665 - - 59b56d5d-b9ed-4418-9ed4-70c1630b01b0 - - fd614c9c-7182-4b8d-97c8-14d2ed808c1b - - 67cfd802-65cb-4806-936d-45a54ab6d5f8 - - ae4c0ec9-6955-4df0-9d46-6ef5a8bf1883 - - acb3617b-4009-44d3-9428-605d1dc7dea0 - - b32729e4-fb4b-4307-9394-962513282ee3 - - dc3538cb-06b3-456d-ac13-aac6ca2b531f - - 181aa56f-1bbc-4fce-a1fc-6c8ca4f3bf83 - - a9796c73-d4a7-44a3-8fef-8087b6ad5028 - - 42dbd678-43b6-48d9-8eff-a0347b381189 - - 6b77b17d-0746-4fc7-9ad9-49d6936f4456 + x-ms-providerhub-traffic: + - 'True' status: code: 200 message: OK diff --git a/src/devcenter/azext_devcenter/tests/latest/recordings/test_proj_env_type_scenario.yaml b/src/devcenter/azext_devcenter/tests/latest/recordings/test_proj_env_type_scenario.yaml index 975a43460dc..8d8b424d027 100644 --- a/src/devcenter/azext_devcenter/tests/latest/recordings/test_proj_env_type_scenario.yaml +++ b/src/devcenter/azext_devcenter/tests/latest/recordings/test_proj_env_type_scenario.yaml @@ -13,12 +13,12 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2022-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2023-03-01T06:52:08Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2023-05-03T16:41:54Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:52:09 GMT + - Wed, 03 May 2023 16:41:56 GMT expires: - '-1' pragma: @@ -59,12 +59,12 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-msi/6.1.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 azsdk-python-azure-mgmt-msi/7.0.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003?api-version=2023-01-31 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003","name":"testid_000003","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"00000000-0000-0000-0000-000000000000","principalId":"5b91d642-9340-4103-893a-319a2680f4a3","clientId":"3ca13f96-7908-48cb-8ed4-296fc12cefee"}}' + string: '{"location":"westus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003","name":"testid_000003","type":"Microsoft.ManagedIdentity/userAssignedIdentities","properties":{"tenantId":"00000000-0000-0000-0000-000000000000","principalId":"4fb0ea0e-318e-4cbf-8ae6-20c6de239d65","clientId":"4c340bf4-3a2c-454c-be3b-62bb13851de4"}}' headers: cache-control: - no-cache @@ -73,7 +73,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:52:11 GMT + - Wed, 03 May 2023 16:41:58 GMT expires: - '-1' location: @@ -85,13 +85,13 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1199' status: code: 201 message: Created - request: body: '{"identity": {"type": "UserAssigned", "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003": - {}}}, "location": "westus3", "tags": {"CostCode": "12345"}}' + {}}}, "location": "centraluseuap", "tags": {"CostCode": "12345"}}' headers: Accept: - application/json @@ -102,31 +102,31 @@ interactions: Connection: - keep-alive Content-Length: - - '281' + - '287' Content-Type: - application/json ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T06:52:12.7735692Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T06:52:12.7735692Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"5b91d642-9340-4103-893a-319a2680f4a3","clientId":"3ca13f96-7908-48cb-8ed4-296fc12cefee"}}},"properties":{"provisioningState":"Accepted"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T16:42:01.1979749Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T16:42:01.1979749Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"4fb0ea0e-318e-4cbf-8ae6-20c6de239d65","clientId":"4c340bf4-3a2c-454c-be3b-62bb13851de4"}}},"properties":{"provisioningState":"Accepted"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/ddea32f1-ec86-4eae-8be9-db678a89b330*20AA366BAB2843FBF705B146D2CB1406904F93EAEA634AA3035427C35030D991?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/84599fe9-d6d6-45c1-b270-bd8a3ae28f56*205939764FA6A00A11E3544397E12C1EDCD257D9297096D0796AF71DABC0ED95?api-version=2023-04-01 cache-control: - no-cache content-length: - - '847' + - '853' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:52:16 GMT + - Wed, 03 May 2023 16:42:03 GMT etag: - - '"2601becb-0000-4d00-0000-63fef6200000"' + - '"00000200-0000-3300-0000-64528edb0000"' expires: - '-1' pragma: @@ -138,15 +138,15 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":100,"currentUsed":19,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' + - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":500,"currentUsed":50,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-03-01T06:53:13.2698540Z' + - '2023-05-03T16:43:02.1900631Z' status: code: 201 message: Created @@ -164,23 +164,23 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/ddea32f1-ec86-4eae-8be9-db678a89b330*20AA366BAB2843FBF705B146D2CB1406904F93EAEA634AA3035427C35030D991?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/84599fe9-d6d6-45c1-b270-bd8a3ae28f56*205939764FA6A00A11E3544397E12C1EDCD257D9297096D0796AF71DABC0ED95?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/ddea32f1-ec86-4eae-8be9-db678a89b330*20AA366BAB2843FBF705B146D2CB1406904F93EAEA634AA3035427C35030D991","name":"ddea32f1-ec86-4eae-8be9-db678a89b330*20AA366BAB2843FBF705B146D2CB1406904F93EAEA634AA3035427C35030D991","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-03-01T06:52:13.2828424Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/84599fe9-d6d6-45c1-b270-bd8a3ae28f56*205939764FA6A00A11E3544397E12C1EDCD257D9297096D0796AF71DABC0ED95","name":"84599fe9-d6d6-45c1-b270-bd8a3ae28f56*205939764FA6A00A11E3544397E12C1EDCD257D9297096D0796AF71DABC0ED95","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-03T16:42:02.2301347Z"}' headers: cache-control: - no-cache content-length: - - '549' + - '555' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:52:46 GMT + - Wed, 03 May 2023 16:42:33 GMT etag: - - '"4000b01d-0000-4d00-0000-63fef61d0000"' + - '"00003f00-0000-3300-0000-64528eda0000"' expires: - '-1' pragma: @@ -210,23 +210,23 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/ddea32f1-ec86-4eae-8be9-db678a89b330*20AA366BAB2843FBF705B146D2CB1406904F93EAEA634AA3035427C35030D991?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/84599fe9-d6d6-45c1-b270-bd8a3ae28f56*205939764FA6A00A11E3544397E12C1EDCD257D9297096D0796AF71DABC0ED95?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/ddea32f1-ec86-4eae-8be9-db678a89b330*20AA366BAB2843FBF705B146D2CB1406904F93EAEA634AA3035427C35030D991","name":"ddea32f1-ec86-4eae-8be9-db678a89b330*20AA366BAB2843FBF705B146D2CB1406904F93EAEA634AA3035427C35030D991","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-03-01T06:52:13.2828424Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/84599fe9-d6d6-45c1-b270-bd8a3ae28f56*205939764FA6A00A11E3544397E12C1EDCD257D9297096D0796AF71DABC0ED95","name":"84599fe9-d6d6-45c1-b270-bd8a3ae28f56*205939764FA6A00A11E3544397E12C1EDCD257D9297096D0796AF71DABC0ED95","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-03T16:42:02.2301347Z"}' headers: cache-control: - no-cache content-length: - - '549' + - '555' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:53:16 GMT + - Wed, 03 May 2023 16:43:03 GMT etag: - - '"4000b01d-0000-4d00-0000-63fef61d0000"' + - '"00003f00-0000-3300-0000-64528eda0000"' expires: - '-1' pragma: @@ -256,23 +256,23 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/ddea32f1-ec86-4eae-8be9-db678a89b330*20AA366BAB2843FBF705B146D2CB1406904F93EAEA634AA3035427C35030D991?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/84599fe9-d6d6-45c1-b270-bd8a3ae28f56*205939764FA6A00A11E3544397E12C1EDCD257D9297096D0796AF71DABC0ED95?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/ddea32f1-ec86-4eae-8be9-db678a89b330*20AA366BAB2843FBF705B146D2CB1406904F93EAEA634AA3035427C35030D991","name":"ddea32f1-ec86-4eae-8be9-db678a89b330*20AA366BAB2843FBF705B146D2CB1406904F93EAEA634AA3035427C35030D991","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Succeeded","startTime":"2023-03-01T06:52:13.2828424Z","endTime":"2023-03-01T06:53:44.7584712Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/84599fe9-d6d6-45c1-b270-bd8a3ae28f56*205939764FA6A00A11E3544397E12C1EDCD257D9297096D0796AF71DABC0ED95","name":"84599fe9-d6d6-45c1-b270-bd8a3ae28f56*205939764FA6A00A11E3544397E12C1EDCD257D9297096D0796AF71DABC0ED95","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-03T16:42:02.2301347Z"}' headers: cache-control: - no-cache content-length: - - '609' + - '555' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:53:46 GMT + - Wed, 03 May 2023 16:43:33 GMT etag: - - '"4000f21e-0000-4d00-0000-63fef6780000"' + - '"00003f00-0000-3300-0000-64528eda0000"' expires: - '-1' pragma: @@ -302,23 +302,161 @@ interactions: ParameterSetName: - --identity-type --user-assigned-identities --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/84599fe9-d6d6-45c1-b270-bd8a3ae28f56*205939764FA6A00A11E3544397E12C1EDCD257D9297096D0796AF71DABC0ED95?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T06:52:12.7735692Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T06:52:12.7735692Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"5b91d642-9340-4103-893a-319a2680f4a3","clientId":"3ca13f96-7908-48cb-8ed4-296fc12cefee"}}},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/84599fe9-d6d6-45c1-b270-bd8a3ae28f56*205939764FA6A00A11E3544397E12C1EDCD257D9297096D0796AF71DABC0ED95","name":"84599fe9-d6d6-45c1-b270-bd8a3ae28f56*205939764FA6A00A11E3544397E12C1EDCD257D9297096D0796AF71DABC0ED95","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-03T16:42:02.2301347Z"}' headers: cache-control: - no-cache content-length: - - '949' + - '555' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:53:47 GMT + - Wed, 03 May 2023 16:44:03 GMT etag: - - '"2601c3cb-0000-4d00-0000-63fef6780000"' + - '"00003f00-0000-3300-0000-64528eda0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devcenter create + Connection: + - keep-alive + ParameterSetName: + - --identity-type --user-assigned-identities --location --tags --name --resource-group + User-Agent: + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/84599fe9-d6d6-45c1-b270-bd8a3ae28f56*205939764FA6A00A11E3544397E12C1EDCD257D9297096D0796AF71DABC0ED95?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/84599fe9-d6d6-45c1-b270-bd8a3ae28f56*205939764FA6A00A11E3544397E12C1EDCD257D9297096D0796AF71DABC0ED95","name":"84599fe9-d6d6-45c1-b270-bd8a3ae28f56*205939764FA6A00A11E3544397E12C1EDCD257D9297096D0796AF71DABC0ED95","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-03T16:42:02.2301347Z"}' + headers: + cache-control: + - no-cache + content-length: + - '555' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 03 May 2023 16:44:34 GMT + etag: + - '"00003f00-0000-3300-0000-64528eda0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devcenter create + Connection: + - keep-alive + ParameterSetName: + - --identity-type --user-assigned-identities --location --tags --name --resource-group + User-Agent: + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/84599fe9-d6d6-45c1-b270-bd8a3ae28f56*205939764FA6A00A11E3544397E12C1EDCD257D9297096D0796AF71DABC0ED95?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/84599fe9-d6d6-45c1-b270-bd8a3ae28f56*205939764FA6A00A11E3544397E12C1EDCD257D9297096D0796AF71DABC0ED95","name":"84599fe9-d6d6-45c1-b270-bd8a3ae28f56*205939764FA6A00A11E3544397E12C1EDCD257D9297096D0796AF71DABC0ED95","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Succeeded","startTime":"2023-05-03T16:42:02.2301347Z","endTime":"2023-05-03T16:44:35.5752558Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '615' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 03 May 2023 16:45:03 GMT + etag: + - '"0000481a-0000-3300-0000-64528f730000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin devcenter create + Connection: + - keep-alive + ParameterSetName: + - --identity-type --user-assigned-identities --location --tags --name --resource-group + User-Agent: + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T16:42:01.1979749Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T16:42:01.1979749Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"4fb0ea0e-318e-4cbf-8ae6-20c6de239d65","clientId":"4c340bf4-3a2c-454c-be3b-62bb13851de4"}}},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' + headers: + cache-control: + - no-cache + content-length: + - '961' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 03 May 2023 16:45:04 GMT + etag: + - '"00000900-0000-3300-0000-64528f730000"' expires: - '-1' pragma: @@ -337,7 +475,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus3", "properties": {"devCenterId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' + body: '{"location": "centraluseuap", "properties": {"devCenterId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' headers: Accept: - application/json @@ -348,31 +486,31 @@ interactions: Connection: - keep-alive Content-Length: - - '189' + - '195' Content-Type: - application/json ParameterSetName: - --location --name --dev-center-id --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","name":"cli000004","type":"microsoft.devcenter/projects","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T06:53:49.7411175Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T06:53:49.7411175Z"},"properties":{"provisioningState":"Accepted","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","name":"cli000004","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T16:45:05.616612Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T16:45:05.616612Z"},"properties":{"provisioningState":"Accepted","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/564ee3f9-9a39-4fe8-9540-437dcd580a78*B0FBD4B46C487287BE0333F3EC20383E401B704DFCF78A59FD6B59216E982185?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/a055a94b-b3a2-44c3-967c-978eb3ce3851*09F4A6B0815E84F4ED2468D40DDD49732E2E595DDB32C60DEC6BDC6FCBBF9D7B?api-version=2023-04-01 cache-control: - no-cache content-length: - - '640' + - '644' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:53:49 GMT + - Wed, 03 May 2023 16:45:07 GMT etag: - - '"0a00654e-0000-4d00-0000-63fef67e0000"' + - '"0000f004-0000-3300-0000-64528f930000"' expires: - '-1' pragma: @@ -384,7 +522,7 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"projects"},"limit":500,"currentUsed":18,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' + - '{"name":{"localizedValue":null,"value":"projects"},"limit":500,"currentUsed":48,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - '1198' x-rate-limit-limit: @@ -392,7 +530,7 @@ interactions: x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-03-01T06:54:49.9288256Z' + - '2023-05-03T16:46:06.0327752Z' status: code: 201 message: Created @@ -410,23 +548,23 @@ interactions: ParameterSetName: - --location --name --dev-center-id --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/564ee3f9-9a39-4fe8-9540-437dcd580a78*B0FBD4B46C487287BE0333F3EC20383E401B704DFCF78A59FD6B59216E982185?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/a055a94b-b3a2-44c3-967c-978eb3ce3851*09F4A6B0815E84F4ED2468D40DDD49732E2E595DDB32C60DEC6BDC6FCBBF9D7B?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/564ee3f9-9a39-4fe8-9540-437dcd580a78*B0FBD4B46C487287BE0333F3EC20383E401B704DFCF78A59FD6B59216E982185","name":"564ee3f9-9a39-4fe8-9540-437dcd580a78*B0FBD4B46C487287BE0333F3EC20383E401B704DFCF78A59FD6B59216E982185","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","status":"Succeeded","startTime":"2023-03-01T06:53:50.2450747Z","endTime":"2023-03-01T06:53:51.6347237Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/a055a94b-b3a2-44c3-967c-978eb3ce3851*09F4A6B0815E84F4ED2468D40DDD49732E2E595DDB32C60DEC6BDC6FCBBF9D7B","name":"a055a94b-b3a2-44c3-967c-978eb3ce3851*09F4A6B0815E84F4ED2468D40DDD49732E2E595DDB32C60DEC6BDC6FCBBF9D7B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","status":"Succeeded","startTime":"2023-05-03T16:45:06.5612156Z","endTime":"2023-05-03T16:45:26.4525927Z","properties":null}' headers: cache-control: - no-cache content-length: - - '607' + - '613' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:54:20 GMT + - Wed, 03 May 2023 16:45:37 GMT etag: - - '"4000061f-0000-4d00-0000-63fef67f0000"' + - '"00008b1a-0000-3300-0000-64528fa60000"' expires: - '-1' pragma: @@ -456,23 +594,23 @@ interactions: ParameterSetName: - --location --name --dev-center-id --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","name":"cli000004","type":"microsoft.devcenter/projects","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T06:53:49.7411175Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T06:53:49.7411175Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004","name":"cli000004","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T16:45:05.616612Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T16:45:05.616612Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' headers: cache-control: - no-cache content-length: - - '742' + - '752' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:54:20 GMT + - Wed, 03 May 2023 16:45:37 GMT etag: - - '"0a00674e-0000-4d00-0000-63fef67f0000"' + - '"0000f204-0000-3300-0000-64528fa60000"' expires: - '-1' pragma: @@ -508,12 +646,12 @@ interactions: ParameterSetName: - --dev-center --resource-group --name --tags User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/environmentTypes/c000005?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/environmentTypes/c000005?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/environmentTypes/c000005","name":"c000005","type":"microsoft.devcenter/devcenters/environmenttypes","tags":{"val1":"key1"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T06:54:21.654225Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T06:54:21.654225Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002/environmentTypes/c000005","name":"c000005","type":"microsoft.devcenter/devcenters/environmenttypes","tags":{"val1":"key1"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T16:45:39.190621Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T16:45:39.190621Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -522,9 +660,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:54:21 GMT + - Wed, 03 May 2023 16:45:39 GMT etag: - - '"2e00ac62-0000-4d00-0000-63fef69e0000"' + - '"030002db-0000-3300-0000-64528fb30000"' expires: - '-1' pragma: @@ -540,13 +678,13 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-03-01T06:55:22.1241284Z' + - '2023-05-03T16:46:39.9228695Z' status: code: 200 message: OK @@ -564,9 +702,9 @@ interactions: ParameterSetName: - --resource-group --project User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes?api-version=2023-04-01 response: body: string: '{"value":[]}' @@ -578,7 +716,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:54:22 GMT + - Wed, 03 May 2023 16:45:40 GMT expires: - '-1' pragma: @@ -599,9 +737,9 @@ interactions: - request: body: '{"identity": {"type": "SystemAssigned, UserAssigned", "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003": - {}}}, "location": "westus3", "properties": {"creatorRoleAssignment": {"roles": + {}}}, "location": "centraluseuap", "properties": {"creatorRoleAssignment": {"roles": {"8e3af657-a8ff-443c-a75c-2fe8c4bcb635": {}}}, "deploymentTargetId": "/subscriptions/00000000-0000-0000-0000-000000000000", - "status": "Enabled", "userRoleAssignments": {"5b91d642-9340-4103-893a-319a2680f4a3": + "status": "Enabled", "userRoleAssignments": {"4fb0ea0e-318e-4cbf-8ae6-20c6de239d65": {"roles": {"8e3af657-a8ff-443c-a75c-2fe8c4bcb635": {}}}}}}' headers: Accept: @@ -613,31 +751,31 @@ interactions: Connection: - keep-alive Content-Length: - - '584' + - '590' Content-Type: - application/json ParameterSetName: - --project --environment-type-name --deployment-target-id --status --identity-type --user-assigned-identities --user-role-assignments --location --roles --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes/c000005?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes/c000005?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes/c000005","name":"c000005","type":"microsoft.devcenter/projects/environmenttypes","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T06:54:23.1694678Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T06:54:23.1694678Z"},"identity":{"principalId":"65a95467-7e7e-49ea-b56a-da88503766cf","tenantId":"00000000-0000-0000-0000-000000000000","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"5b91d642-9340-4103-893a-319a2680f4a3","clientId":"3ca13f96-7908-48cb-8ed4-296fc12cefee"}}},"properties":{"provisioningState":"Succeeded","deploymentTargetId":"/subscriptions/00000000-0000-0000-0000-000000000000","status":"Enabled","creatorRoleAssignment":{"roles":{"8e3af657-a8ff-443c-a75c-2fe8c4bcb635":{}}},"userRoleAssignments":{"5b91d642-9340-4103-893a-319a2680f4a3":{"roles":{"8e3af657-a8ff-443c-a75c-2fe8c4bcb635":{}}}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes/c000005","name":"c000005","type":"microsoft.devcenter/projects/environmenttypes","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T16:45:41.8429575Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T16:45:41.8429575Z"},"identity":{"principalId":"e79db230-f91d-4e26-88f5-6b7ed3472bab","tenantId":"00000000-0000-0000-0000-000000000000","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"4fb0ea0e-318e-4cbf-8ae6-20c6de239d65","clientId":"4c340bf4-3a2c-454c-be3b-62bb13851de4"}}},"properties":{"provisioningState":"Succeeded","deploymentTargetId":"/subscriptions/00000000-0000-0000-0000-000000000000","status":"Enabled","creatorRoleAssignment":{"roles":{"8e3af657-a8ff-443c-a75c-2fe8c4bcb635":{}}},"userRoleAssignments":{"4fb0ea0e-318e-4cbf-8ae6-20c6de239d65":{"roles":{"8e3af657-a8ff-443c-a75c-2fe8c4bcb635":{}}}}}}' headers: cache-control: - no-cache content-length: - - '1264' + - '1270' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:54:28 GMT + - Wed, 03 May 2023 16:45:46 GMT etag: - - '"4900673a-0000-4d00-0000-63fef6a30000"' + - '"030097ff-0000-3300-0000-64528fba0000"' expires: - '-1' pragma: @@ -653,13 +791,13 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '295' x-rate-limit-reset: - - '2023-03-01T06:55:22.1241284Z' + - '2023-05-03T16:45:48.7531695Z' status: code: 200 message: OK @@ -677,22 +815,22 @@ interactions: ParameterSetName: - --resource-group --project User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes?api-version=2023-04-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes/c000005","name":"c000005","type":"microsoft.devcenter/projects/environmenttypes","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T06:54:23.1694678Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T06:54:23.1694678Z"},"identity":{"principalId":"65a95467-7e7e-49ea-b56a-da88503766cf","tenantId":"00000000-0000-0000-0000-000000000000","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"5b91d642-9340-4103-893a-319a2680f4a3","clientId":"3ca13f96-7908-48cb-8ed4-296fc12cefee"}}},"properties":{"provisioningState":"Succeeded","deploymentTargetId":"/subscriptions/00000000-0000-0000-0000-000000000000","status":"Enabled","creatorRoleAssignment":{"roles":{"8e3af657-a8ff-443c-a75c-2fe8c4bcb635":{}}},"userRoleAssignments":{"5b91d642-9340-4103-893a-319a2680f4a3":{"roles":{"8e3af657-a8ff-443c-a75c-2fe8c4bcb635":{}}}}}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes/c000005","name":"c000005","type":"microsoft.devcenter/projects/environmenttypes","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T16:45:41.8429575Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T16:45:41.8429575Z"},"identity":{"principalId":"e79db230-f91d-4e26-88f5-6b7ed3472bab","tenantId":"00000000-0000-0000-0000-000000000000","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"4fb0ea0e-318e-4cbf-8ae6-20c6de239d65","clientId":"4c340bf4-3a2c-454c-be3b-62bb13851de4"}}},"properties":{"provisioningState":"Succeeded","deploymentTargetId":"/subscriptions/00000000-0000-0000-0000-000000000000","status":"Enabled","creatorRoleAssignment":{"roles":{"8e3af657-a8ff-443c-a75c-2fe8c4bcb635":{}}},"userRoleAssignments":{"4fb0ea0e-318e-4cbf-8ae6-20c6de239d65":{"roles":{"8e3af657-a8ff-443c-a75c-2fe8c4bcb635":{}}}}}}]}' headers: cache-control: - no-cache content-length: - - '1276' + - '1282' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:54:28 GMT + - Wed, 03 May 2023 16:45:48 GMT expires: - '-1' pragma: @@ -724,12 +862,12 @@ interactions: ParameterSetName: - --resource-group --project User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/allowedEnvironmentTypes?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/allowedEnvironmentTypes?api-version=2023-04-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/allowedenvironmenttypes/c000005","name":"c000005","type":"Microsoft.DevCenter/projects/allowedenvironmenttypes","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T06:54:21.654225Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T06:54:21.654225Z"},"properties":{"provisioningState":"Succeeded"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/allowedenvironmenttypes/c000005","name":"c000005","type":"Microsoft.DevCenter/projects/allowedenvironmenttypes","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T16:45:39.190621Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T16:45:39.190621Z"},"properties":{"provisioningState":"Succeeded"}}]}' headers: cache-control: - no-cache @@ -738,7 +876,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:54:28 GMT + - Wed, 03 May 2023 16:45:49 GMT expires: - '-1' pragma: @@ -756,9 +894,9 @@ interactions: x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '297' + - '299' x-rate-limit-reset: - - '2023-03-01T06:54:49.9288256Z' + - '2023-05-03T16:46:49.1953174Z' status: code: 200 message: OK @@ -776,12 +914,12 @@ interactions: ParameterSetName: - --resource-group --environment-type-name --project User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/allowedEnvironmentTypes/c000005?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/allowedEnvironmentTypes/c000005?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/allowedenvironmenttypes/c000005","name":"c000005","type":"Microsoft.DevCenter/projects/allowedenvironmenttypes","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T06:54:21.654225Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T06:54:21.654225Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/allowedenvironmenttypes/c000005","name":"c000005","type":"Microsoft.DevCenter/projects/allowedenvironmenttypes","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T16:45:39.190621Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T16:45:39.190621Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -790,7 +928,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:54:29 GMT + - Wed, 03 May 2023 16:45:50 GMT expires: - '-1' pragma: @@ -810,7 +948,7 @@ interactions: x-rate-limit-remaining: - '297' x-rate-limit-reset: - - '2023-03-01T06:55:22.1241284Z' + - '2023-05-03T16:46:39.9228695Z' status: code: 200 message: OK @@ -828,24 +966,24 @@ interactions: ParameterSetName: - --project --environment-type-name --status --identity-type --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes/c000005?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes/c000005?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes/c000005","name":"c000005","type":"microsoft.devcenter/projects/environmenttypes","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T06:54:23.1694678Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T06:54:23.1694678Z"},"identity":{"principalId":"65a95467-7e7e-49ea-b56a-da88503766cf","tenantId":"00000000-0000-0000-0000-000000000000","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"5b91d642-9340-4103-893a-319a2680f4a3","clientId":"3ca13f96-7908-48cb-8ed4-296fc12cefee"}}},"properties":{"provisioningState":"Succeeded","deploymentTargetId":"/subscriptions/00000000-0000-0000-0000-000000000000","status":"Enabled","creatorRoleAssignment":{"roles":{"8e3af657-a8ff-443c-a75c-2fe8c4bcb635":{}}},"userRoleAssignments":{"5b91d642-9340-4103-893a-319a2680f4a3":{"roles":{"8e3af657-a8ff-443c-a75c-2fe8c4bcb635":{}}}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes/c000005","name":"c000005","type":"microsoft.devcenter/projects/environmenttypes","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T16:45:41.8429575Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T16:45:41.8429575Z"},"identity":{"principalId":"e79db230-f91d-4e26-88f5-6b7ed3472bab","tenantId":"00000000-0000-0000-0000-000000000000","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"4fb0ea0e-318e-4cbf-8ae6-20c6de239d65","clientId":"4c340bf4-3a2c-454c-be3b-62bb13851de4"}}},"properties":{"provisioningState":"Succeeded","deploymentTargetId":"/subscriptions/00000000-0000-0000-0000-000000000000","status":"Enabled","creatorRoleAssignment":{"roles":{"8e3af657-a8ff-443c-a75c-2fe8c4bcb635":{}}},"userRoleAssignments":{"4fb0ea0e-318e-4cbf-8ae6-20c6de239d65":{"roles":{"8e3af657-a8ff-443c-a75c-2fe8c4bcb635":{}}}}}}' headers: cache-control: - no-cache content-length: - - '1264' + - '1270' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:54:29 GMT + - Wed, 03 May 2023 16:45:51 GMT etag: - - '"4900673a-0000-4d00-0000-63fef6a30000"' + - '"030097ff-0000-3300-0000-64528fba0000"' expires: - '-1' pragma: @@ -865,9 +1003,9 @@ interactions: message: OK - request: body: '{"identity": {"type": "UserAssigned", "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003": - {}}}, "location": "westus3", "properties": {"creatorRoleAssignment": {"roles": + {}}}, "location": "centraluseuap", "properties": {"creatorRoleAssignment": {"roles": {"8e3af657-a8ff-443c-a75c-2fe8c4bcb635": {}}}, "deploymentTargetId": "/subscriptions/00000000-0000-0000-0000-000000000000", - "status": "Disabled", "userRoleAssignments": {"5b91d642-9340-4103-893a-319a2680f4a3": + "status": "Disabled", "userRoleAssignments": {"4fb0ea0e-318e-4cbf-8ae6-20c6de239d65": {"roles": {"8e3af657-a8ff-443c-a75c-2fe8c4bcb635": {}}}}}}' headers: Accept: @@ -879,29 +1017,29 @@ interactions: Connection: - keep-alive Content-Length: - - '569' + - '575' Content-Type: - application/json ParameterSetName: - --project --environment-type-name --status --identity-type --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes/c000005?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes/c000005?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes/c000005","name":"c000005","type":"microsoft.devcenter/projects/environmenttypes","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T06:54:23.1694678Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T06:54:30.4673933Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"5b91d642-9340-4103-893a-319a2680f4a3","clientId":"3ca13f96-7908-48cb-8ed4-296fc12cefee"}}},"properties":{"provisioningState":"Succeeded","deploymentTargetId":"/subscriptions/00000000-0000-0000-0000-000000000000","status":"Disabled","creatorRoleAssignment":{"roles":{"8e3af657-a8ff-443c-a75c-2fe8c4bcb635":{}}},"userRoleAssignments":{"5b91d642-9340-4103-893a-319a2680f4a3":{"roles":{"8e3af657-a8ff-443c-a75c-2fe8c4bcb635":{}}}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes/c000005","name":"c000005","type":"microsoft.devcenter/projects/environmenttypes","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T16:45:41.8429575Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T16:45:52.328729Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"4fb0ea0e-318e-4cbf-8ae6-20c6de239d65","clientId":"4c340bf4-3a2c-454c-be3b-62bb13851de4"}}},"properties":{"provisioningState":"Succeeded","deploymentTargetId":"/subscriptions/00000000-0000-0000-0000-000000000000","status":"Disabled","creatorRoleAssignment":{"roles":{"8e3af657-a8ff-443c-a75c-2fe8c4bcb635":{}}},"userRoleAssignments":{"4fb0ea0e-318e-4cbf-8ae6-20c6de239d65":{"roles":{"8e3af657-a8ff-443c-a75c-2fe8c4bcb635":{}}}}}}' headers: cache-control: - no-cache content-length: - - '1146' + - '1151' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:54:34 GMT + - Wed, 03 May 2023 16:45:54 GMT etag: - - '"4900793a-0000-4d00-0000-63fef6aa0000"' + - '"0300cdff-0000-3300-0000-64528fc30000"' expires: - '-1' pragma: @@ -917,13 +1055,13 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - '296' x-rate-limit-reset: - - '2023-03-01T06:54:50.2858643Z' + - '2023-05-03T16:46:39.9228695Z' status: code: 200 message: OK @@ -941,23 +1079,23 @@ interactions: ParameterSetName: - --project --environment-type-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes/c000005?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes/c000005?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes/c000005","name":"c000005","type":"microsoft.devcenter/projects/environmenttypes","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-03-01T06:54:23.1694678Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-01T06:54:30.4673933Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"5b91d642-9340-4103-893a-319a2680f4a3","clientId":"3ca13f96-7908-48cb-8ed4-296fc12cefee"}}},"properties":{"provisioningState":"Succeeded","deploymentTargetId":"/subscriptions/00000000-0000-0000-0000-000000000000","status":"Disabled","creatorRoleAssignment":{"roles":{"8e3af657-a8ff-443c-a75c-2fe8c4bcb635":{}}},"userRoleAssignments":{"5b91d642-9340-4103-893a-319a2680f4a3":{"roles":{"8e3af657-a8ff-443c-a75c-2fe8c4bcb635":{}}}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes/c000005","name":"c000005","type":"microsoft.devcenter/projects/environmenttypes","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T16:45:41.8429575Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T16:45:52.328729Z"},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testid_000003":{"principalId":"4fb0ea0e-318e-4cbf-8ae6-20c6de239d65","clientId":"4c340bf4-3a2c-454c-be3b-62bb13851de4"}}},"properties":{"provisioningState":"Succeeded","deploymentTargetId":"/subscriptions/00000000-0000-0000-0000-000000000000","status":"Disabled","creatorRoleAssignment":{"roles":{"8e3af657-a8ff-443c-a75c-2fe8c4bcb635":{}}},"userRoleAssignments":{"4fb0ea0e-318e-4cbf-8ae6-20c6de239d65":{"roles":{"8e3af657-a8ff-443c-a75c-2fe8c4bcb635":{}}}}}}' headers: cache-control: - no-cache content-length: - - '1146' + - '1151' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:54:34 GMT + - Wed, 03 May 2023 16:45:55 GMT etag: - - '"4900793a-0000-4d00-0000-63fef6aa0000"' + - '"0300cdff-0000-3300-0000-64528fc30000"' expires: - '-1' pragma: @@ -991,9 +1129,9 @@ interactions: ParameterSetName: - --yes --project --environment-type-name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes/c000005?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes/c000005?api-version=2023-04-01 response: body: string: '' @@ -1003,7 +1141,7 @@ interactions: content-length: - '0' date: - - Wed, 01 Mar 2023 06:54:35 GMT + - Wed, 03 May 2023 16:45:57 GMT expires: - '-1' pragma: @@ -1021,7 +1159,7 @@ interactions: x-rate-limit-remaining: - '295' x-rate-limit-reset: - - '2023-03-01T06:55:22.1241284Z' + - '2023-05-03T16:46:39.9228695Z' status: code: 200 message: OK @@ -1039,9 +1177,9 @@ interactions: ParameterSetName: - --resource-group --project User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000004/environmentTypes?api-version=2023-04-01 response: body: string: '{"value":[]}' @@ -1053,7 +1191,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Mar 2023 06:54:35 GMT + - Wed, 03 May 2023 16:45:57 GMT expires: - '-1' pragma: diff --git a/src/devcenter/azext_devcenter/tests/latest/recordings/test_project_dataplane_scenario.yaml b/src/devcenter/azext_devcenter/tests/latest/recordings/test_project_dataplane_scenario.yaml index 53102a03805..67491bd4792 100644 --- a/src/devcenter/azext_devcenter/tests/latest/recordings/test_project_dataplane_scenario.yaml +++ b/src/devcenter/azext_devcenter/tests/latest/recordings/test_project_dataplane_scenario.yaml @@ -1,7 +1,6 @@ interactions: - request: - body: '{"tags": {"CostCode": "12345"}, "location": "westus3", "identity": {"type": - "SystemAssigned"}}' + body: '{"location": "centraluseuap", "tags": {"CostCode": "12345"}}' headers: Accept: - application/json @@ -12,31 +11,31 @@ interactions: Connection: - keep-alive Content-Length: - - '94' + - '60' Content-Type: - application/json ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-01T21:50:04.4019186Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-01T21:50:04.4019186Z"},"identity":{"principalId":"b40204b7-524f-403a-8b81-f18ed98c3814","tenantId":"00000000-0000-0000-0000-000000000000","type":"SystemAssigned"},"properties":{"provisioningState":"Accepted"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-05T20:02:50.4995448Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-05T20:02:50.4995448Z"},"properties":{"provisioningState":"Accepted"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/681e36d2-39b8-4696-a7c8-e4f46873dcc3*31EFD9FDFD1817CF4D6C5EE423C87C7801A9F179157A057A1B326524E0726E85?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/a686f7a8-96b2-441b-90f2-06f047d4fdc6*D282C34A530758044112028CBF94629440E3F3730ED562A02A7A3BB8EEEA2D51?api-version=2023-04-01 cache-control: - no-cache content-length: - - '664' + - '530' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 21:50:05 GMT + - Fri, 05 May 2023 20:02:50 GMT etag: - - '"190064be-0000-4d00-0000-63dade8d0000"' + - '"00002100-0000-3300-0000-645560eb0000"' expires: - '-1' pragma: @@ -48,15 +47,15 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":100,"currentUsed":26,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' + - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":500,"currentUsed":47,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1195' x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-01T21:50:46.0058919Z' + - '2023-05-05T20:03:50.7188560Z' status: code: 201 message: Created @@ -74,69 +73,23 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/681e36d2-39b8-4696-a7c8-e4f46873dcc3*31EFD9FDFD1817CF4D6C5EE423C87C7801A9F179157A057A1B326524E0726E85?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/681e36d2-39b8-4696-a7c8-e4f46873dcc3*31EFD9FDFD1817CF4D6C5EE423C87C7801A9F179157A057A1B326524E0726E85","name":"681e36d2-39b8-4696-a7c8-e4f46873dcc3*31EFD9FDFD1817CF4D6C5EE423C87C7801A9F179157A057A1B326524E0726E85","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-02-01T21:50:05.0485645Z"}' - headers: - cache-control: - - no-cache - content-length: - - '549' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 01 Feb 2023 21:50:36 GMT - etag: - - '"00000026-0000-4d00-0000-63dade8d0000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin devcenter create - Connection: - - keep-alive - ParameterSetName: - - --location --tags --name --resource-group - User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/681e36d2-39b8-4696-a7c8-e4f46873dcc3*31EFD9FDFD1817CF4D6C5EE423C87C7801A9F179157A057A1B326524E0726E85?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/a686f7a8-96b2-441b-90f2-06f047d4fdc6*D282C34A530758044112028CBF94629440E3F3730ED562A02A7A3BB8EEEA2D51?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/681e36d2-39b8-4696-a7c8-e4f46873dcc3*31EFD9FDFD1817CF4D6C5EE423C87C7801A9F179157A057A1B326524E0726E85","name":"681e36d2-39b8-4696-a7c8-e4f46873dcc3*31EFD9FDFD1817CF4D6C5EE423C87C7801A9F179157A057A1B326524E0726E85","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-02-01T21:50:05.0485645Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/a686f7a8-96b2-441b-90f2-06f047d4fdc6*D282C34A530758044112028CBF94629440E3F3730ED562A02A7A3BB8EEEA2D51","name":"a686f7a8-96b2-441b-90f2-06f047d4fdc6*D282C34A530758044112028CBF94629440E3F3730ED562A02A7A3BB8EEEA2D51","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-05T20:02:50.7368719Z"}' headers: cache-control: - no-cache content-length: - - '549' + - '555' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 21:51:05 GMT + - Fri, 05 May 2023 20:03:21 GMT etag: - - '"00000026-0000-4d00-0000-63dade8d0000"' + - '"0000a354-0000-3300-0000-645560ea0000"' expires: - '-1' pragma: @@ -166,23 +119,23 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/681e36d2-39b8-4696-a7c8-e4f46873dcc3*31EFD9FDFD1817CF4D6C5EE423C87C7801A9F179157A057A1B326524E0726E85?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/a686f7a8-96b2-441b-90f2-06f047d4fdc6*D282C34A530758044112028CBF94629440E3F3730ED562A02A7A3BB8EEEA2D51?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/681e36d2-39b8-4696-a7c8-e4f46873dcc3*31EFD9FDFD1817CF4D6C5EE423C87C7801A9F179157A057A1B326524E0726E85","name":"681e36d2-39b8-4696-a7c8-e4f46873dcc3*31EFD9FDFD1817CF4D6C5EE423C87C7801A9F179157A057A1B326524E0726E85","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Succeeded","startTime":"2023-02-01T21:50:05.0485645Z","endTime":"2023-02-01T21:51:13.7915199Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/a686f7a8-96b2-441b-90f2-06f047d4fdc6*D282C34A530758044112028CBF94629440E3F3730ED562A02A7A3BB8EEEA2D51","name":"a686f7a8-96b2-441b-90f2-06f047d4fdc6*D282C34A530758044112028CBF94629440E3F3730ED562A02A7A3BB8EEEA2D51","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Succeeded","startTime":"2023-05-05T20:02:50.7368719Z","endTime":"2023-05-05T20:03:50.0919782Z","properties":null}' headers: cache-control: - no-cache content-length: - - '609' + - '615' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 21:51:35 GMT + - Fri, 05 May 2023 20:03:51 GMT etag: - - '"00000326-0000-4d00-0000-63daded10000"' + - '"0000a554-0000-3300-0000-645561260000"' expires: - '-1' pragma: @@ -212,23 +165,23 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-01T21:50:04.4019186Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-01T21:50:04.4019186Z"},"identity":{"principalId":"b40204b7-524f-403a-8b81-f18ed98c3814","tenantId":"00000000-0000-0000-0000-000000000000","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-05T20:02:50.4995448Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-05T20:02:50.4995448Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' headers: cache-control: - no-cache content-length: - - '766' + - '638' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 21:51:35 GMT + - Fri, 05 May 2023 20:03:51 GMT etag: - - '"190019bf-0000-4d00-0000-63daded10000"' + - '"00002400-0000-3300-0000-645561260000"' expires: - '-1' pragma: @@ -268,7 +221,7 @@ interactions: ParameterSetName: - --dev-center User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: @@ -282,7 +235,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 21:51:38 GMT + - Fri, 05 May 2023 20:03:52 GMT expires: - '-1' pragma: @@ -300,7 +253,7 @@ interactions: x-ms-ratelimit-remaining-tenant-resource-requests: - '14' x-ms-resource-graph-request-duration: - - '0:00:00:00.8368870' + - '0:00:00:00.7794643' x-ms-user-quota-remaining: - '14' x-ms-user-quota-resets-after: @@ -309,7 +262,8 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus3", "properties": {"devCenterId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' + body: '{"location": "centraluseuap", "properties": {"devCenterId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002", + "maxDevBoxesPerUser": 3}}' headers: Accept: - application/json @@ -320,31 +274,31 @@ interactions: Connection: - keep-alive Content-Length: - - '189' + - '220' Content-Type: - application/json ParameterSetName: - - --location --name --dev-center-id --resource-group + - --location --name --dev-center-id --resource-group --max-dev-boxes-per-user User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-01T21:51:40.0341534Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-01T21:51:40.0341534Z"},"properties":{"provisioningState":"Accepted","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-05T20:03:54.0269949Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-05T20:03:54.0269949Z"},"properties":{"provisioningState":"Accepted","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","maxDevBoxesPerUser":3}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/cb4955ae-8cac-4e95-a194-551146d82b2d*F6FD32046250941275B4ACEE9D44358153B059DA1F6CC04B72CE06CA05DC4188?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/85d3f855-a054-4187-8a3b-b62681f48c60*199D288894FFEFC8552BBA902EAA23644760B9863BFADE795FF55F20EA657A92?api-version=2023-04-01 cache-control: - no-cache content-length: - - '640' + - '669' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 21:51:41 GMT + - Fri, 05 May 2023 20:03:56 GMT etag: - - '"00000106-0000-4d00-0000-63dadeec0000"' + - '"0000d704-0000-3300-0000-6455612b0000"' expires: - '-1' pragma: @@ -356,15 +310,15 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"projects"},"limit":500,"currentUsed":20,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' + - '{"name":{"localizedValue":null,"value":"projects"},"limit":500,"currentUsed":49,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' x-rate-limit-limit: - 1m x-rate-limit-remaining: - '299' x-rate-limit-reset: - - '2023-02-01T21:52:40.1580034Z' + - '2023-05-05T20:04:54.4599152Z' status: code: 201 message: Created @@ -380,25 +334,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --location --name --dev-center-id --resource-group + - --location --name --dev-center-id --resource-group --max-dev-boxes-per-user User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/cb4955ae-8cac-4e95-a194-551146d82b2d*F6FD32046250941275B4ACEE9D44358153B059DA1F6CC04B72CE06CA05DC4188?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/85d3f855-a054-4187-8a3b-b62681f48c60*199D288894FFEFC8552BBA902EAA23644760B9863BFADE795FF55F20EA657A92?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/cb4955ae-8cac-4e95-a194-551146d82b2d*F6FD32046250941275B4ACEE9D44358153B059DA1F6CC04B72CE06CA05DC4188","name":"cb4955ae-8cac-4e95-a194-551146d82b2d*F6FD32046250941275B4ACEE9D44358153B059DA1F6CC04B72CE06CA05DC4188","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","status":"Succeeded","startTime":"2023-02-01T21:51:40.4295694Z","endTime":"2023-02-01T21:51:41.3995889Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/85d3f855-a054-4187-8a3b-b62681f48c60*199D288894FFEFC8552BBA902EAA23644760B9863BFADE795FF55F20EA657A92","name":"85d3f855-a054-4187-8a3b-b62681f48c60*199D288894FFEFC8552BBA902EAA23644760B9863BFADE795FF55F20EA657A92","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","status":"Succeeded","startTime":"2023-05-05T20:03:54.765761Z","endTime":"2023-05-05T20:04:07.5222358Z","properties":null}' headers: cache-control: - no-cache content-length: - - '607' + - '612' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 21:52:10 GMT + - Fri, 05 May 2023 20:04:25 GMT etag: - - '"00000726-0000-4d00-0000-63dadeed0000"' + - '"0000a754-0000-3300-0000-645561370000"' expires: - '-1' pragma: @@ -426,25 +380,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --location --name --dev-center-id --resource-group + - --location --name --dev-center-id --resource-group --max-dev-boxes-per-user User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-01T21:51:40.0341534Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-01T21:51:40.0341534Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-05T20:03:54.0269949Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-05T20:03:54.0269949Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","maxDevBoxesPerUser":3,"devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' headers: cache-control: - no-cache content-length: - - '742' + - '777' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 21:52:10 GMT + - Fri, 05 May 2023 20:04:26 GMT etag: - - '"00000306-0000-4d00-0000-63dadeed0000"' + - '"0000d904-0000-3300-0000-645561370000"' expires: - '-1' pragma: @@ -476,23 +430,71 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenter/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"westus3","systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-01T21:51:40.0341534Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-01T21:51:40.0341534Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-05T20:03:54.0269949Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-05T20:03:54.0269949Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","maxDevBoxesPerUser":3,"devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' headers: cache-control: - no-cache content-length: - - '742' + - '777' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 21:52:11 GMT + - Fri, 05 May 2023 20:04:26 GMT etag: - - '"00000306-0000-4d00-0000-63dadeed0000"' + - '"0000d904-0000-3300-0000-645561370000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin project show + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"centraluseuap","systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-05T20:03:54.0269949Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-05T20:03:54.0269949Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","maxDevBoxesPerUser":3,"devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' + headers: + cache-control: + - no-cache + content-length: + - '777' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 05 May 2023 20:04:27 GMT + etag: + - '"0000d904-0000-3300-0000-645561370000"' expires: - '-1' pragma: @@ -522,12 +524,14 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: GET uri: https://graph.microsoft.com/v1.0/me response: body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#users/$entity","id":"00000000-0000-0000-0000-000000000000"}' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#users/$entity","businessPhones":["+1 + (425) 7041454"],"displayName":"Amanda Lim","givenName":"Amanda","jobTitle":"SOFTWARE + ENGINEER II","mail":"Amanda.Lim@microsoft.com","mobilePhone":null,"officeLocation":"18/3100FL","preferredLanguage":null,"surname":"Lim","userPrincipalName":"amlim@microsoft.com","id":"17755109-de29-4032-8853-f390afd630a2"}' headers: cache-control: - no-cache @@ -536,11 +540,11 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Wed, 01 Feb 2023 21:52:12 GMT + - Fri, 05 May 2023 20:04:27 GMT odata-version: - '4.0' request-id: - - d2090e23-b8f7-49ed-a365-e54f9d8481ac + - 54ca6b29-f3df-493d-9d59-e569829af137 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -548,7 +552,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"004","RoleInstance":"BY3PEPF00014A56"}}' + - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"000","RoleInstance":"BY1PEPF0000ACF9"}}' x-ms-resource-unit: - '1' status: @@ -568,9 +572,9 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: GET - uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2700000000-0000-0000-0000-000000000000%27%29 + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%2717755109-de29-4032-8853-f390afd630a2%27%29 response: body: string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' @@ -582,11 +586,11 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Wed, 01 Feb 2023 21:52:12 GMT + - Fri, 05 May 2023 20:04:28 GMT odata-version: - '4.0' request-id: - - ace3f46f-3f9d-4e94-a88e-3c8dfbaf901a + - 33832b91-9b92-4d8d-84d2-ecfae0305087 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -594,14 +598,14 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"004","RoleInstance":"BY3PEPF00010592"}}' + - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"000","RoleInstance":"BY1PEPF0000ACFA"}}' x-ms-resource-unit: - '1' status: code: 200 message: OK - request: - body: '{"ids": ["00000000-0000-0000-0000-000000000000"], "types": ["user", "group", + body: '{"ids": ["17755109-de29-4032-8853-f390afd630a2"], "types": ["user", "group", "servicePrincipal", "directoryObjectPartnerReference"]}' headers: Accept: @@ -619,12 +623,14 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds response: body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.user","id":"00000000-0000-0000-0000-000000000000"]}' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.user","id":"17755109-de29-4032-8853-f390afd630a2","businessPhones":["+1 + (425) 7041454"],"displayName":"Amanda Lim","givenName":"Amanda","jobTitle":"SOFTWARE + ENGINEER II","mail":"Amanda.Lim@microsoft.com","mobilePhone":null,"officeLocation":"18/3100FL","preferredLanguage":null,"surname":"Lim","userPrincipalName":"amlim@microsoft.com"}]}' headers: cache-control: - no-cache @@ -633,13 +639,13 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Wed, 01 Feb 2023 21:52:12 GMT + - Fri, 05 May 2023 20:04:28 GMT location: - https://graph.microsoft.com odata-version: - '4.0' request-id: - - 8f83619c-bd44-4d6d-aaae-7b787e87da43 + - 0122396e-6951-452e-bb12-41fe4e93a348 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -647,7 +653,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"004","RoleInstance":"BY3PEPF00010586"}}' + - '{"ServerInfo":{"DataCenter":"West US","Slice":"E","Ring":"4","ScaleUnit":"000","RoleInstance":"BY1PEPF0000AD21"}}' x-ms-resource-unit: - '3' status: @@ -667,25 +673,23 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.44.1 - accept-language: - - en-US + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27DevCenter%20Dev%20Box%20User%27&api-version=2018-01-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27DevCenter%20Dev%20Box%20User%27&api-version=2022-04-01 response: body: string: '{"value":[{"properties":{"roleName":"DevCenter Dev Box User","type":"BuiltInRole","description":"Provides - access to create and manage dev boxes.","assignableScopes":["/"],"permissions":[{"actions":["Microsoft.DevCenter/projects/read","Microsoft.DevCenter/projects/*/read","Microsoft.Fidalgo/projects/read","Microsoft.Fidalgo/projects/*/read","Microsoft.Authorization/*/read","Microsoft.Resources/subscriptions/resourceGroups/read"],"notActions":[],"dataActions":["Microsoft.DevCenter/projects/users/devboxes/userStop/action","Microsoft.DevCenter/projects/users/devboxes/userStart/action","Microsoft.DevCenter/projects/users/devboxes/userGetRemoteConnection/action","Microsoft.DevCenter/projects/users/devboxes/userRead/action","Microsoft.DevCenter/projects/users/devboxes/userWrite/action","Microsoft.DevCenter/projects/users/devboxes/userDelete/action","Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionRead/action","Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionManage/action","Microsoft.Fidalgo/projects/users/virtualMachines/userStop/action","Microsoft.Fidalgo/projects/users/virtualMachines/userStart/action","Microsoft.Fidalgo/projects/users/virtualMachines/userGetRdpFileContent/action","Microsoft.Fidalgo/projects/users/virtualMachines/userRead/action","Microsoft.Fidalgo/projects/users/virtualMachines/userWrite/action","Microsoft.Fidalgo/projects/users/virtualMachines/userDelete/action"],"notDataActions":[]}],"createdOn":"2022-03-30T19:23:03.9063898Z","updatedOn":"2023-01-11T22:01:17.5837776Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45d50f46-0b78-4001-a660-4198cbe8cd05","type":"Microsoft.Authorization/roleDefinitions","name":"45d50f46-0b78-4001-a660-4198cbe8cd05"}]}' + access to create and manage dev boxes.","assignableScopes":["/"],"permissions":[{"actions":["Microsoft.DevCenter/projects/read","Microsoft.DevCenter/projects/*/read","Microsoft.Authorization/*/read","Microsoft.Resources/subscriptions/resourceGroups/read"],"notActions":[],"dataActions":["Microsoft.DevCenter/projects/users/devboxes/userStop/action","Microsoft.DevCenter/projects/users/devboxes/userStart/action","Microsoft.DevCenter/projects/users/devboxes/userGetRemoteConnection/action","Microsoft.DevCenter/projects/users/devboxes/userRead/action","Microsoft.DevCenter/projects/users/devboxes/userWrite/action","Microsoft.DevCenter/projects/users/devboxes/userDelete/action","Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionRead/action","Microsoft.DevCenter/projects/users/devboxes/userUpcomingActionManage/action","Microsoft.DevCenter/projects/users/devboxes/userActionRead/action","Microsoft.DevCenter/projects/users/devboxes/userActionManage/action"],"notDataActions":[]}],"createdOn":"2022-04-01T02:44:11.1364779Z","updatedOn":"2023-03-28T15:12:30.1350617Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45d50f46-0b78-4001-a660-4198cbe8cd05","type":"Microsoft.Authorization/roleDefinitions","name":"45d50f46-0b78-4001-a660-4198cbe8cd05"}]}' headers: cache-control: - no-cache content-length: - - '1814' + - '1463' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 21:52:12 GMT + - Fri, 05 May 2023 20:04:29 GMT expires: - '-1' pragma: @@ -705,7 +709,7 @@ interactions: message: OK - request: body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45d50f46-0b78-4001-a660-4198cbe8cd05", - "principalId": "00000000-0000-0000-0000-000000000000", "principalType": "User"}}' + "principalId": "17755109-de29-4032-8853-f390afd630a2", "principalType": "User"}}' headers: Accept: - application/json @@ -718,21 +722,19 @@ interactions: Content-Length: - '258' Content-Type: - - application/json; charset=utf-8 + - application/json Cookie: - x-ms-gateway-slice=Production ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.44.1 - accept-language: - - en-US + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.10.7 + (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/providers/Microsoft.Authorization/roleAssignments/095adf6a-be04-4851-b937-b8a5662002ca?api-version=2020-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/providers/Microsoft.Authorization/roleAssignments/0ebd0549-ecdd-4605-8748-0f2c3816617c?api-version=2022-04-01 response: body: - string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45d50f46-0b78-4001-a660-4198cbe8cd05","principalId":"00000000-0000-0000-0000-000000000000","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","condition":null,"conditionVersion":null,"createdOn":"2023-02-01T21:52:13.1973068Z","updatedOn":"2023-02-01T21:52:14.0686710Z","createdBy":null,"updatedBy":"00000000-0000-0000-0000-000000000000","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/providers/Microsoft.Authorization/roleAssignments/095adf6a-be04-4851-b937-b8a5662002ca","type":"Microsoft.Authorization/roleAssignments","name":"095adf6a-be04-4851-b937-b8a5662002ca"}' + string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/45d50f46-0b78-4001-a660-4198cbe8cd05","principalId":"17755109-de29-4032-8853-f390afd630a2","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","condition":null,"conditionVersion":null,"createdOn":"2023-05-05T20:04:29.5212288Z","updatedOn":"2023-05-05T20:04:30.0762351Z","createdBy":null,"updatedBy":"17755109-de29-4032-8853-f390afd630a2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003/providers/Microsoft.Authorization/roleAssignments/0ebd0549-ecdd-4605-8748-0f2c3816617c","type":"Microsoft.Authorization/roleAssignments","name":"0ebd0549-ecdd-4605-8748-0f2c3816617c"}' headers: cache-control: - no-cache @@ -741,7 +743,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 21:52:15 GMT + - Fri, 05 May 2023 20:04:32 GMT expires: - '-1' pragma: @@ -751,7 +753,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1198' status: code: 201 message: Created @@ -777,21 +779,21 @@ interactions: ParameterSetName: - --dev-center User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000003","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000003","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: cache-control: - no-cache content-length: - - '197' + - '203' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 21:52:16 GMT + - Fri, 05 May 2023 20:04:32 GMT expires: - '-1' pragma: @@ -809,7 +811,7 @@ interactions: x-ms-ratelimit-remaining-tenant-resource-requests: - '14' x-ms-resource-graph-request-duration: - - '0:00:00:00.5052695' + - '0:00:00:00.4443889' x-ms-user-quota-remaining: - '14' x-ms-user-quota-resets-after: @@ -839,21 +841,21 @@ interactions: ParameterSetName: - --dev-center User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000003","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000003","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: cache-control: - no-cache content-length: - - '197' + - '203' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 21:52:16 GMT + - Fri, 05 May 2023 20:04:33 GMT expires: - '-1' pragma: @@ -871,7 +873,7 @@ interactions: x-ms-ratelimit-remaining-tenant-resource-requests: - '13' x-ms-resource-graph-request-duration: - - '0:00:00:00.2172196' + - '0:00:00:00.3186492' x-ms-user-quota-remaining: - '13' x-ms-user-quota-resets-after: @@ -893,30 +895,31 @@ interactions: ParameterSetName: - --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/projects?api-version=2022-11-11-preview + uri: https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/projects?api-version=2023-04-01 response: body: - string: "{\n \"value\": [\n {\n \"name\": \"cli000003\"\n }\n ]\n}" + string: "{\n \"value\": [\n {\n \"name\": \"cli000003\",\n \"\ + maxDevBoxesPerUser\": 3\n }\n ]\n}" headers: connection: - keep-alive content-length: - - '58' + - '89' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 21:52:17 GMT + - Fri, 05 May 2023 20:04:34 GMT strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '295' + - '297' x-rate-limit-reset: - - '2023-02-01T21:52:21.5661910Z' + - '2023-05-05T20:04:51.0644161Z' status: code: 200 message: OK @@ -942,21 +945,21 @@ interactions: ParameterSetName: - --name --dev-center User-Agent: - - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.44.1 + - python/3.10.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01 response: body: - string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000003","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' + string: '{"totalRecords":1,"count":1,"data":[{"name":"cli000003","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}],"facets":[],"resultTruncated":"false"}' headers: cache-control: - no-cache content-length: - - '197' + - '203' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 21:52:18 GMT + - Fri, 05 May 2023 20:04:34 GMT expires: - '-1' pragma: @@ -974,7 +977,7 @@ interactions: x-ms-ratelimit-remaining-tenant-resource-requests: - '12' x-ms-resource-graph-request-duration: - - '0:00:00:00.3237647' + - '0:00:00:00.2237725' x-ms-user-quota-remaining: - '12' x-ms-user-quota-resets-after: @@ -996,22 +999,22 @@ interactions: ParameterSetName: - --name --dev-center User-Agent: - - AZURECLI/2.44.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/projects/cli000003?api-version=2022-11-11-preview + uri: https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/projects/cli000003?api-version=2023-04-01 response: body: - string: "{\n \"name\": \"cli000003\"\n}" + string: "{\n \"name\": \"cli000003\",\n \"maxDevBoxesPerUser\": 3\n}" headers: connection: - keep-alive content-length: - - '25' + - '52' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Feb 2023 21:52:19 GMT + - Fri, 05 May 2023 20:04:35 GMT strict-transport-security: - max-age=15724800; includeSubDomains x-rate-limit-limit: @@ -1019,7 +1022,90 @@ interactions: x-rate-limit-remaining: - '298' x-rate-limit-reset: - - '2023-02-01T21:53:15.6418501Z' + - '2023-05-05T20:04:47.2429737Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev project list + Connection: + - keep-alive + ParameterSetName: + - --endpoint + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/projects?api-version=2023-04-01 + response: + body: + string: "{\n \"value\": [\n {\n \"name\": \"cli000003\",\n \"\ + maxDevBoxesPerUser\": 3\n }\n ]\n}" + headers: + connection: + - keep-alive + content-length: + - '89' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 05 May 2023 20:04:36 GMT + strict-transport-security: + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '297' + x-rate-limit-reset: + - '2023-05-05T20:05:05.8849252Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter dev project show + Connection: + - keep-alive + ParameterSetName: + - --name --endpoint + User-Agent: + - AZURECLI/2.48.1 azsdk-python-devcenterdataplaneclient/unknown Python/3.10.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/projects/cli000003?api-version=2023-04-01 + response: + body: + string: "{\n \"name\": \"cli000003\",\n \"maxDevBoxesPerUser\": 3\n}" + headers: + connection: + - keep-alive + content-length: + - '52' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 05 May 2023 20:04:36 GMT + strict-transport-security: + - max-age=15724800; includeSubDomains + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-05T20:05:36.2982671Z' status: code: 200 message: OK diff --git a/src/devcenter/azext_devcenter/tests/latest/recordings/test_project_scenario.yaml b/src/devcenter/azext_devcenter/tests/latest/recordings/test_project_scenario.yaml index 521a1fcaa6e..7d17994a7cf 100644 --- a/src/devcenter/azext_devcenter/tests/latest/recordings/test_project_scenario.yaml +++ b/src/devcenter/azext_devcenter/tests/latest/recordings/test_project_scenario.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: '{"location": "westus3", "tags": {"CostCode": "12345"}}' + body: '{"location": "centraluseuap", "tags": {"CostCode": "12345"}}' headers: Accept: - application/json @@ -17,15 +17,15 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T04:44:30.2631228Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T04:44:30.2631228Z"},"properties":{"provisioningState":"Accepted"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:00:57.1016727Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:00:57.1016727Z"},"properties":{"provisioningState":"Accepted"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d30968cd-4100-43d3-8e94-9a611be6a9a0*966BA5C4B12FD95F67745FDDEA8FE46D690BDFBD8496AB09A44A07D2D618E392?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d7e167a9-9046-4441-83c9-24da2c223584*C4005BD09B096D67EF6AE5B6D581DA90913F24EE97F177E909E24D554E9C513E?api-version=2023-04-01 cache-control: - no-cache content-length: @@ -33,9 +33,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:44:33 GMT + - Wed, 03 May 2023 04:00:57 GMT etag: - - '"9000ed8e-0000-4d00-0000-63ef06310000"' + - '"1100f200-0000-4d00-0000-6451dc7a0000"' expires: - '-1' pragma: @@ -47,15 +47,15 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":100,"currentUsed":20,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' + - '{"name":{"localizedValue":null,"value":"devCenters"},"limit":100,"currentUsed":24,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '299' + - '298' x-rate-limit-reset: - - '2023-02-17T04:45:30.5400842Z' + - '2023-05-03T04:01:55.0741300Z' status: code: 201 message: Created @@ -73,23 +73,23 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d30968cd-4100-43d3-8e94-9a611be6a9a0*966BA5C4B12FD95F67745FDDEA8FE46D690BDFBD8496AB09A44A07D2D618E392?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d7e167a9-9046-4441-83c9-24da2c223584*C4005BD09B096D67EF6AE5B6D581DA90913F24EE97F177E909E24D554E9C513E?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d30968cd-4100-43d3-8e94-9a611be6a9a0*966BA5C4B12FD95F67745FDDEA8FE46D690BDFBD8496AB09A44A07D2D618E392","name":"d30968cd-4100-43d3-8e94-9a611be6a9a0*966BA5C4B12FD95F67745FDDEA8FE46D690BDFBD8496AB09A44A07D2D618E392","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-02-17T04:44:30.6113827Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d7e167a9-9046-4441-83c9-24da2c223584*C4005BD09B096D67EF6AE5B6D581DA90913F24EE97F177E909E24D554E9C513E","name":"d7e167a9-9046-4441-83c9-24da2c223584*C4005BD09B096D67EF6AE5B6D581DA90913F24EE97F177E909E24D554E9C513E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-03T04:00:57.241664Z"}' headers: cache-control: - no-cache content-length: - - '549' + - '548' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:45:03 GMT + - Wed, 03 May 2023 04:01:28 GMT etag: - - '"12000268-0000-4d00-0000-63ef062e0000"' + - '"2400b409-0000-4d00-0000-6451dc790000"' expires: - '-1' pragma: @@ -119,23 +119,23 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d30968cd-4100-43d3-8e94-9a611be6a9a0*966BA5C4B12FD95F67745FDDEA8FE46D690BDFBD8496AB09A44A07D2D618E392?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d7e167a9-9046-4441-83c9-24da2c223584*C4005BD09B096D67EF6AE5B6D581DA90913F24EE97F177E909E24D554E9C513E?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d30968cd-4100-43d3-8e94-9a611be6a9a0*966BA5C4B12FD95F67745FDDEA8FE46D690BDFBD8496AB09A44A07D2D618E392","name":"d30968cd-4100-43d3-8e94-9a611be6a9a0*966BA5C4B12FD95F67745FDDEA8FE46D690BDFBD8496AB09A44A07D2D618E392","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-02-17T04:44:30.6113827Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d7e167a9-9046-4441-83c9-24da2c223584*C4005BD09B096D67EF6AE5B6D581DA90913F24EE97F177E909E24D554E9C513E","name":"d7e167a9-9046-4441-83c9-24da2c223584*C4005BD09B096D67EF6AE5B6D581DA90913F24EE97F177E909E24D554E9C513E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-05-03T04:00:57.241664Z"}' headers: cache-control: - no-cache content-length: - - '549' + - '548' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:45:33 GMT + - Wed, 03 May 2023 04:01:57 GMT etag: - - '"12000268-0000-4d00-0000-63ef062e0000"' + - '"2400b409-0000-4d00-0000-6451dc790000"' expires: - '-1' pragma: @@ -165,69 +165,23 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d30968cd-4100-43d3-8e94-9a611be6a9a0*966BA5C4B12FD95F67745FDDEA8FE46D690BDFBD8496AB09A44A07D2D618E392?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d7e167a9-9046-4441-83c9-24da2c223584*C4005BD09B096D67EF6AE5B6D581DA90913F24EE97F177E909E24D554E9C513E?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d30968cd-4100-43d3-8e94-9a611be6a9a0*966BA5C4B12FD95F67745FDDEA8FE46D690BDFBD8496AB09A44A07D2D618E392","name":"d30968cd-4100-43d3-8e94-9a611be6a9a0*966BA5C4B12FD95F67745FDDEA8FE46D690BDFBD8496AB09A44A07D2D618E392","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Accepted","startTime":"2023-02-17T04:44:30.6113827Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d7e167a9-9046-4441-83c9-24da2c223584*C4005BD09B096D67EF6AE5B6D581DA90913F24EE97F177E909E24D554E9C513E","name":"d7e167a9-9046-4441-83c9-24da2c223584*C4005BD09B096D67EF6AE5B6D581DA90913F24EE97F177E909E24D554E9C513E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Succeeded","startTime":"2023-05-03T04:00:57.241664Z","endTime":"2023-05-03T04:02:19.066787Z","properties":null}' headers: cache-control: - no-cache content-length: - - '549' - content-type: - - application/json; charset=utf-8 - date: - - Fri, 17 Feb 2023 04:46:03 GMT - etag: - - '"12000268-0000-4d00-0000-63ef062e0000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - devcenter admin devcenter create - Connection: - - keep-alive - ParameterSetName: - - --location --tags --name --resource-group - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d30968cd-4100-43d3-8e94-9a611be6a9a0*966BA5C4B12FD95F67745FDDEA8FE46D690BDFBD8496AB09A44A07D2D618E392?api-version=2022-11-11-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d30968cd-4100-43d3-8e94-9a611be6a9a0*966BA5C4B12FD95F67745FDDEA8FE46D690BDFBD8496AB09A44A07D2D618E392","name":"d30968cd-4100-43d3-8e94-9a611be6a9a0*966BA5C4B12FD95F67745FDDEA8FE46D690BDFBD8496AB09A44A07D2D618E392","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","status":"Succeeded","startTime":"2023-02-17T04:44:30.6113827Z","endTime":"2023-02-17T04:46:18.5902829Z","properties":null}' - headers: - cache-control: - - no-cache - content-length: - - '609' + - '607' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:46:33 GMT + - Wed, 03 May 2023 04:02:28 GMT etag: - - '"12004169-0000-4d00-0000-63ef069a0000"' + - '"2400140a-0000-4d00-0000-6451dccb0000"' expires: - '-1' pragma: @@ -257,12 +211,12 @@ interactions: ParameterSetName: - --location --tags --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T04:44:30.2631228Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T04:44:30.2631228Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","name":"cli000002","type":"microsoft.devcenter/devcenters","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:00:57.1016727Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:00:57.1016727Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' headers: cache-control: - no-cache @@ -271,9 +225,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:46:33 GMT + - Wed, 03 May 2023 04:02:28 GMT etag: - - '"9000f48e-0000-4d00-0000-63ef069a0000"' + - '"11001e01-0000-4d00-0000-6451dccb0000"' expires: - '-1' pragma: @@ -305,9 +259,9 @@ interactions: ParameterSetName: - --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects?api-version=2023-04-01 response: body: string: '{"value":[]}' @@ -319,7 +273,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:46:36 GMT + - Wed, 03 May 2023 04:02:33 GMT expires: - '-1' pragma: @@ -331,26 +285,27 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - f5d70b4d-de0f-4139-b58b-417c9abec0e7 - - dd432c64-e622-483d-9fef-c87e5c8cb3c5 - - 0432e23c-172b-4316-afa9-61d34a81cd09 - - 20d5facd-c513-412d-82f6-88e478a0b50f - - 48cba0da-172d-439c-a768-502833bdf5ab - - e0a9922f-794e-4cda-8905-84ada529ead1 - - f902dc2f-478c-4dd0-8d20-ead950cd2acd - - 4e274544-47a0-46c5-bdb6-7eff14092e81 - - a1972c15-b4cc-4d19-b5cf-f86fe15e0ce9 - - 55768996-d284-4e9e-a55f-ea89d192b35a - - a9632107-f0ea-41fa-bf62-703172756ad2 - - a7ce992b-ca1f-4db9-a47b-30584d4d7f0e - - f2968c88-c494-4c76-9c54-49d272023215 - - 7ead832e-1096-429d-906c-f446c3137b86 + - eb365613-5e32-41e0-9c6a-6d412f124821 + - e74730d1-6fcd-45e1-8762-e3721ad9206f + - 512c9ce6-1ceb-4fc4-b0de-8eb305e48537 + - 487273a0-5f79-41df-a35f-beda2f923000 + - 47ad1cd3-9536-4996-bc18-117a022cf3c4 + - 829d2307-5767-4eb4-87ea-daaa70ec60d9 + - 9fce7b57-583c-4129-9e84-d23275de04f7 + - 976d5acd-7c6b-41b2-a073-e565b30e1a60 + - 51b115da-a5d2-4dd4-a6d0-47bcfc823bc1 + - a9728258-68f5-44d2-bc25-6b034573386c + - d97579a5-a841-4e38-9bdb-5af664d1d5d8 + - 0af60017-2653-4e8b-8c08-79ec7c7718e6 + - 3fa4c135-bdc6-421f-8d17-24d8b4f8eedb + - 89d1250b-83e7-42dc-8528-ac422e9f8ae4 + - 2c03e6a0-7ba3-420e-82dc-bca62e14e4d3 status: code: 200 message: OK - request: - body: '{"location": "westus3", "properties": {"devCenterId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}, - "tags": {"CostCode": "12345"}}' + body: '{"location": "centraluseuap", "properties": {"devCenterId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002", + "maxDevBoxesPerUser": 0}, "tags": {"CostCode": "12345"}}' headers: Accept: - application/json @@ -361,31 +316,31 @@ interactions: Connection: - keep-alive Content-Length: - - '220' + - '245' Content-Type: - application/json ParameterSetName: - - --location --tags --name --dev-center-id --resource-group + - --location --tags --name --dev-center-id --resource-group --max-dev-boxes-per-user User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T04:46:39.0476664Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T04:46:39.0476664Z"},"properties":{"provisioningState":"Accepted","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:02:34.0457541Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:02:34.0457541Z"},"properties":{"provisioningState":"Accepted","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","maxDevBoxesPerUser":0}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/79d67a3b-4075-4abd-bac1-9b9e0b450fd1*62336C95EA3B2E23F1DA7E20C5171BBA4A1F9D7D49603CF005C6C62C367531FA?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/6bd35c31-779d-4b41-a470-648ef371aae4*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD?api-version=2023-04-01 cache-control: - no-cache content-length: - - '668' + - '691' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:46:39 GMT + - Wed, 03 May 2023 04:02:34 GMT etag: - - '"0a009748-0000-4d00-0000-63ef06b00000"' + - '"4b00d842-0000-4d00-0000-6451dcdb0000"' expires: - '-1' pragma: @@ -397,15 +352,15 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-quota: - - '{"name":{"localizedValue":null,"value":"projects"},"limit":500,"currentUsed":17,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"westus3"}' + - '{"name":{"localizedValue":null,"value":"projects"},"limit":500,"currentUsed":20,"category":"Informational","scope":"subscription","target":"/subscriptions/3de261df-f2d8-4c00-a0ee-a0be30f1e48e/","region":"centraluseuap"}' x-ms-ratelimit-remaining-subscription-writes: - '1199' x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-17T04:47:19.7914067Z' + - '2023-05-03T04:03:34.1709500Z' status: code: 201 message: Created @@ -421,25 +376,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --location --tags --name --dev-center-id --resource-group + - --location --tags --name --dev-center-id --resource-group --max-dev-boxes-per-user User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/79d67a3b-4075-4abd-bac1-9b9e0b450fd1*62336C95EA3B2E23F1DA7E20C5171BBA4A1F9D7D49603CF005C6C62C367531FA?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/6bd35c31-779d-4b41-a470-648ef371aae4*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/79d67a3b-4075-4abd-bac1-9b9e0b450fd1*62336C95EA3B2E23F1DA7E20C5171BBA4A1F9D7D49603CF005C6C62C367531FA","name":"79d67a3b-4075-4abd-bac1-9b9e0b450fd1*62336C95EA3B2E23F1DA7E20C5171BBA4A1F9D7D49603CF005C6C62C367531FA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","status":"Succeeded","startTime":"2023-02-17T04:46:39.4272865Z","endTime":"2023-02-17T04:46:49.9473668Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/6bd35c31-779d-4b41-a470-648ef371aae4*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD","name":"6bd35c31-779d-4b41-a470-648ef371aae4*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","status":"Succeeded","startTime":"2023-05-03T04:02:34.3246384Z","endTime":"2023-05-03T04:02:36.213024Z","properties":null}' headers: cache-control: - no-cache content-length: - - '607' + - '606' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:47:09 GMT + - Wed, 03 May 2023 04:03:04 GMT etag: - - '"1200b069-0000-4d00-0000-63ef06b90000"' + - '"2400280a-0000-4d00-0000-6451dcdc0000"' expires: - '-1' pragma: @@ -467,25 +422,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --location --tags --name --dev-center-id --resource-group + - --location --tags --name --dev-center-id --resource-group --max-dev-boxes-per-user User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T04:46:39.0476664Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T04:46:39.0476664Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:02:34.0457541Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:02:34.0457541Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","maxDevBoxesPerUser":0,"devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' headers: cache-control: - no-cache content-length: - - '770' + - '793' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:47:09 GMT + - Wed, 03 May 2023 04:03:04 GMT etag: - - '"0a009948-0000-4d00-0000-63ef06b90000"' + - '"4b00da42-0000-4d00-0000-6451dcdc0000"' expires: - '-1' pragma: @@ -517,21 +472,21 @@ interactions: ParameterSetName: - --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects?api-version=2023-04-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T04:46:39.0476664Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T04:46:39.0476664Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:02:34.0457541Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:02:34.0457541Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","maxDevBoxesPerUser":0,"devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}]}' headers: cache-control: - no-cache content-length: - - '782' + - '805' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:47:14 GMT + - Wed, 03 May 2023 04:03:08 GMT expires: - '-1' pragma: @@ -543,20 +498,214 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 71dc8710-59a0-4bf5-b11d-2d911cfa5fa8 - - 27de587c-b846-4678-9f8d-dfe24612b92e - - 9c8a8bb9-57e2-4c04-af8b-c8a086417c0a - - f8f44f34-3fa9-4035-a9fd-23d586623e3f - - 4ad3ab5f-513c-42e1-9610-4aba026f1acb - - c7015939-1534-41e4-bc85-7cfdf6d5f06c - - f3c4a229-dadd-472b-86af-dcd4961e745e - - 8f664dd0-3e01-4240-81c6-944c993b3b0b - - 1ad03df4-8961-4238-a22a-1c11a237cf3f - - 3818fe14-6a2d-4b55-887a-2af6817ce253 - - 7f38826f-1dc2-4f2a-91a0-d50d04b9096b - - 07f0b1e4-daa9-4f68-bb84-66b0f7befdd9 - - ef236af9-1cf2-4f6c-9a16-2ed034b178fd - - 5ff3569b-e04c-47b8-86f5-e13b358901bd + - 06eafd01-064f-4d30-9a95-8cc10050f61c + - 393a1706-8cd2-4e06-a15c-45c279abc033 + - 5405a505-64fb-48c6-b476-aace45e9b176 + - 58e12b72-72ab-404a-95fc-6b97e0cf04b2 + - 0a42543e-0e9f-405e-b3ae-e3c2834ce5bd + - 85ac91dd-e3f9-47c1-ba86-3835a81f53de + - 509619da-e2b4-4a8e-ad0e-a3a9d025dccd + - 29f28f66-2e79-4a88-84e8-8f8f08285afb + - 20923477-a3e6-44c7-8ab7-3ed98f9f25ef + - 27ee4f8d-5ca2-451b-bca6-74d484df554c + - 20f66054-e7c4-4feb-a2e5-05574f82344a + - 136f6a8c-06dd-4fd3-9478-564263ac1115 + - bad1bde2-668e-4066-bab0-0a61b67d32a8 + - 1d62f6c7-64a3-4d4e-b3c1-a128fee445bc + - 464d8517-f8fe-400d-9a38-eb9ab6ee04bf + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin project update + Connection: + - keep-alive + ParameterSetName: + - --tags --name --resource-group --max-dev-boxes-per-user + User-Agent: + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"centraluseuap","tags":{"CostCode":"12345"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:02:34.0457541Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:02:34.0457541Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","maxDevBoxesPerUser":0,"devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/"}}' + headers: + cache-control: + - no-cache + content-length: + - '793' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 03 May 2023 04:03:08 GMT + etag: + - '"4b00da42-0000-4d00-0000-6451dcdc0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"location": "centraluseuap", "properties": {"devCenterId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002", + "maxDevBoxesPerUser": 5}, "tags": {"CostCode": "123"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin project update + Connection: + - keep-alive + Content-Length: + - '243' + Content-Type: + - application/json + ParameterSetName: + - --tags --name --resource-group --max-dev-boxes-per-user + User-Agent: + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"centraluseuap","tags":{"CostCode":"123"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:02:34.0457541Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:03:10.1038648Z"},"properties":{"provisioningState":"Accepted","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","maxDevBoxesPerUser":5}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/dc0b0f98-b88a-445b-b9e1-32c38aa92315*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD?api-version=2023-04-01 + cache-control: + - no-cache + content-length: + - '790' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 03 May 2023 04:03:10 GMT + etag: + - '"4b00db42-0000-4d00-0000-6451dcfe0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '297' + x-rate-limit-reset: + - '2023-05-03T04:03:40.9403751Z' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin project update + Connection: + - keep-alive + ParameterSetName: + - --tags --name --resource-group --max-dev-boxes-per-user + User-Agent: + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/dc0b0f98-b88a-445b-b9e1-32c38aa92315*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/dc0b0f98-b88a-445b-b9e1-32c38aa92315*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD","name":"dc0b0f98-b88a-445b-b9e1-32c38aa92315*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","status":"Succeeded","startTime":"2023-05-03T04:03:10.4150851Z","endTime":"2023-05-03T04:03:18.0864939Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '607' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 03 May 2023 04:03:41 GMT + etag: + - '"24005d0a-0000-4d00-0000-6451dd060000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin project update + Connection: + - keep-alive + ParameterSetName: + - --tags --name --resource-group --max-dev-boxes-per-user + User-Agent: + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"centraluseuap","tags":{"CostCode":"123"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:02:34.0457541Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:03:10.1038648Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","maxDevBoxesPerUser":5}}' + headers: + cache-control: + - no-cache + content-length: + - '791' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 03 May 2023 04:03:41 GMT + etag: + - '"4b00dd42-0000-4d00-0000-6451dd060000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' status: code: 200 message: OK @@ -572,25 +721,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --tags --name --resource-group + - --tags --name --resource-group --max-dev-boxes-per-user User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"westus3","tags":{"CostCode":"12345"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T04:46:39.0476664Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T04:46:39.0476664Z"},"properties":{"provisioningState":"Succeeded","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"centraluseuap","tags":{"CostCode":"123"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:02:34.0457541Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:03:10.1038648Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002","maxDevBoxesPerUser":5}}' headers: cache-control: - no-cache content-length: - - '770' + - '791' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:47:15 GMT + - Wed, 03 May 2023 04:03:41 GMT etag: - - '"0a009948-0000-4d00-0000-63ef06b90000"' + - '"4b00dd42-0000-4d00-0000-6451dd060000"' expires: - '-1' pragma: @@ -609,7 +758,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus3", "properties": {"devCenterId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}, + body: '{"location": "centraluseuap", "properties": {"devCenterId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}, "tags": {"CostCode": "123"}}' headers: Accept: @@ -625,17 +774,17 @@ interactions: Content-Type: - application/json ParameterSetName: - - --tags --name --resource-group + - --tags --name --resource-group --max-dev-boxes-per-user User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"westus3","tags":{"CostCode":"123"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T04:46:39.0476664Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T04:47:16.4694393Z"},"properties":{"provisioningState":"Accepted","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"centraluseuap","tags":{"CostCode":"123"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:02:34.0457541Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:03:42.2893441Z"},"properties":{"provisioningState":"Accepted","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/3eb64b95-070d-408a-9a34-defebb390880*62336C95EA3B2E23F1DA7E20C5171BBA4A1F9D7D49603CF005C6C62C367531FA?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/eeff16fe-0863-4f45-ba1a-76084f4ddb0f*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD?api-version=2023-04-01 cache-control: - no-cache content-length: @@ -643,9 +792,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:47:19 GMT + - Wed, 03 May 2023 04:03:42 GMT etag: - - '"0a009a48-0000-4d00-0000-63ef06d70000"' + - '"4b00de42-0000-4d00-0000-6451dd1f0000"' expires: - '-1' pragma: @@ -657,13 +806,13 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '297' + - '299' x-rate-limit-reset: - - '2023-02-17T04:47:19.9241354Z' + - '2023-05-03T04:04:42.3570894Z' status: code: 201 message: Created @@ -679,14 +828,60 @@ interactions: Connection: - keep-alive ParameterSetName: - - --tags --name --resource-group + - --tags --name --resource-group --max-dev-boxes-per-user User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/3eb64b95-070d-408a-9a34-defebb390880*62336C95EA3B2E23F1DA7E20C5171BBA4A1F9D7D49603CF005C6C62C367531FA?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/eeff16fe-0863-4f45-ba1a-76084f4ddb0f*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/3eb64b95-070d-408a-9a34-defebb390880*62336C95EA3B2E23F1DA7E20C5171BBA4A1F9D7D49603CF005C6C62C367531FA","name":"3eb64b95-070d-408a-9a34-defebb390880*62336C95EA3B2E23F1DA7E20C5171BBA4A1F9D7D49603CF005C6C62C367531FA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","status":"Succeeded","startTime":"2023-02-17T04:47:16.7604929Z","endTime":"2023-02-17T04:47:21.0467087Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/eeff16fe-0863-4f45-ba1a-76084f4ddb0f*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD","name":"eeff16fe-0863-4f45-ba1a-76084f4ddb0f*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","status":"Accepted","startTime":"2023-05-03T04:03:42.8765855Z"}' + headers: + cache-control: + - no-cache + content-length: + - '547' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 03 May 2023 04:04:13 GMT + etag: + - '"24007c0a-0000-4d00-0000-6451dd1e0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin project update + Connection: + - keep-alive + ParameterSetName: + - --tags --name --resource-group --max-dev-boxes-per-user + User-Agent: + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/eeff16fe-0863-4f45-ba1a-76084f4ddb0f*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD?api-version=2023-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/eeff16fe-0863-4f45-ba1a-76084f4ddb0f*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD","name":"eeff16fe-0863-4f45-ba1a-76084f4ddb0f*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","status":"Succeeded","startTime":"2023-05-03T04:03:42.8765855Z","endTime":"2023-05-03T04:04:19.4054704Z","properties":null}' headers: cache-control: - no-cache @@ -695,9 +890,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:47:49 GMT + - Wed, 03 May 2023 04:04:42 GMT etag: - - '"1200026a-0000-4d00-0000-63ef06d90000"' + - '"2400ac0a-0000-4d00-0000-6451dd430000"' expires: - '-1' pragma: @@ -725,14 +920,14 @@ interactions: Connection: - keep-alive ParameterSetName: - - --tags --name --resource-group + - --tags --name --resource-group --max-dev-boxes-per-user User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"westus3","tags":{"CostCode":"123"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T04:46:39.0476664Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T04:47:16.4694393Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"centraluseuap","tags":{"CostCode":"123"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:02:34.0457541Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:03:42.2893441Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' headers: cache-control: - no-cache @@ -741,9 +936,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:47:49 GMT + - Wed, 03 May 2023 04:04:43 GMT etag: - - '"0a009c48-0000-4d00-0000-63ef06d90000"' + - '"4b00e042-0000-4d00-0000-6451dd430000"' expires: - '-1' pragma: @@ -775,12 +970,12 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"westus3","tags":{"CostCode":"123"},"systemData":{"createdBy":"user@domain.com","createdByType":"User","createdAt":"2023-02-17T04:46:39.0476664Z","lastModifiedBy":"user@domain.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-17T04:47:16.4694393Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.westus3.devcenter.azure.com/","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","name":"cli000003","type":"microsoft.devcenter/projects","location":"centraluseuap","tags":{"CostCode":"123"},"systemData":{"createdBy":"amlim@microsoft.com","createdByType":"User","createdAt":"2023-05-03T04:02:34.0457541Z","lastModifiedBy":"amlim@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-03T04:03:42.2893441Z"},"properties":{"provisioningState":"Succeeded","devCenterUri":"https://00000000-0000-0000-0000-000000000000-cli000002.centraluseuap.devcenter.azure.com/","devCenterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/devcenters/cli000002"}}' headers: cache-control: - no-cache @@ -789,9 +984,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:47:50 GMT + - Wed, 03 May 2023 04:04:43 GMT etag: - - '"0a009c48-0000-4d00-0000-63ef06d90000"' + - '"4b00e042-0000-4d00-0000-6451dd430000"' expires: - '-1' pragma: @@ -825,15 +1020,15 @@ interactions: ParameterSetName: - --yes --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003?api-version=2023-04-01 response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d3789e07-bce4-477c-879b-a697650a5e75*62336C95EA3B2E23F1DA7E20C5171BBA4A1F9D7D49603CF005C6C62C367531FA?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/5a52099e-ad48-4192-98d0-f113391625cb*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD?api-version=2023-04-01 cache-control: - no-cache content-length: @@ -841,13 +1036,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:47:52 GMT + - Wed, 03 May 2023 04:04:44 GMT etag: - - '"0a009d48-0000-4d00-0000-63ef06f80000"' + - '"4b00e142-0000-4d00-0000-6451dd5d0000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d3789e07-bce4-477c-879b-a697650a5e75*62336C95EA3B2E23F1DA7E20C5171BBA4A1F9D7D49603CF005C6C62C367531FA?api-version=2022-11-11-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/5a52099e-ad48-4192-98d0-f113391625cb*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD?api-version=2023-04-01 pragma: - no-cache strict-transport-security: @@ -861,9 +1056,9 @@ interactions: x-rate-limit-limit: - 1m x-rate-limit-remaining: - - '298' + - '299' x-rate-limit-reset: - - '2023-02-17T04:48:16.8152307Z' + - '2023-05-03T04:05:45.0073637Z' status: code: 202 message: Accepted @@ -881,12 +1076,12 @@ interactions: ParameterSetName: - --yes --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d3789e07-bce4-477c-879b-a697650a5e75*62336C95EA3B2E23F1DA7E20C5171BBA4A1F9D7D49603CF005C6C62C367531FA?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/5a52099e-ad48-4192-98d0-f113391625cb*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d3789e07-bce4-477c-879b-a697650a5e75*62336C95EA3B2E23F1DA7E20C5171BBA4A1F9D7D49603CF005C6C62C367531FA","name":"d3789e07-bce4-477c-879b-a697650a5e75*62336C95EA3B2E23F1DA7E20C5171BBA4A1F9D7D49603CF005C6C62C367531FA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","status":"Deleting","startTime":"2023-02-17T04:47:51.8216298Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/5a52099e-ad48-4192-98d0-f113391625cb*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD","name":"5a52099e-ad48-4192-98d0-f113391625cb*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","status":"Deleting","startTime":"2023-05-03T04:04:45.0243639Z"}' headers: cache-control: - no-cache @@ -895,9 +1090,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:48:22 GMT + - Wed, 03 May 2023 04:05:15 GMT etag: - - '"1200646a-0000-4d00-0000-63ef06f70000"' + - '"2400ce0a-0000-4d00-0000-6451dd5d0000"' expires: - '-1' pragma: @@ -923,12 +1118,12 @@ interactions: ParameterSetName: - --yes --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d3789e07-bce4-477c-879b-a697650a5e75*62336C95EA3B2E23F1DA7E20C5171BBA4A1F9D7D49603CF005C6C62C367531FA?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/5a52099e-ad48-4192-98d0-f113391625cb*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d3789e07-bce4-477c-879b-a697650a5e75*62336C95EA3B2E23F1DA7E20C5171BBA4A1F9D7D49603CF005C6C62C367531FA","name":"d3789e07-bce4-477c-879b-a697650a5e75*62336C95EA3B2E23F1DA7E20C5171BBA4A1F9D7D49603CF005C6C62C367531FA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","status":"Deleting","startTime":"2023-02-17T04:47:51.8216298Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/5a52099e-ad48-4192-98d0-f113391625cb*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD","name":"5a52099e-ad48-4192-98d0-f113391625cb*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","status":"Deleting","startTime":"2023-05-03T04:04:45.0243639Z"}' headers: cache-control: - no-cache @@ -937,9 +1132,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:48:52 GMT + - Wed, 03 May 2023 04:05:44 GMT etag: - - '"1200646a-0000-4d00-0000-63ef06f70000"' + - '"2400ce0a-0000-4d00-0000-6451dd5d0000"' expires: - '-1' pragma: @@ -965,12 +1160,12 @@ interactions: ParameterSetName: - --yes --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d3789e07-bce4-477c-879b-a697650a5e75*62336C95EA3B2E23F1DA7E20C5171BBA4A1F9D7D49603CF005C6C62C367531FA?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/5a52099e-ad48-4192-98d0-f113391625cb*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d3789e07-bce4-477c-879b-a697650a5e75*62336C95EA3B2E23F1DA7E20C5171BBA4A1F9D7D49603CF005C6C62C367531FA","name":"d3789e07-bce4-477c-879b-a697650a5e75*62336C95EA3B2E23F1DA7E20C5171BBA4A1F9D7D49603CF005C6C62C367531FA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","status":"Deleting","startTime":"2023-02-17T04:47:51.8216298Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/5a52099e-ad48-4192-98d0-f113391625cb*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD","name":"5a52099e-ad48-4192-98d0-f113391625cb*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","status":"Deleting","startTime":"2023-05-03T04:04:45.0243639Z"}' headers: cache-control: - no-cache @@ -979,9 +1174,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:49:22 GMT + - Wed, 03 May 2023 04:06:14 GMT etag: - - '"1200646a-0000-4d00-0000-63ef06f70000"' + - '"2400ce0a-0000-4d00-0000-6451dd5d0000"' expires: - '-1' pragma: @@ -1007,12 +1202,12 @@ interactions: ParameterSetName: - --yes --name --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d3789e07-bce4-477c-879b-a697650a5e75*62336C95EA3B2E23F1DA7E20C5171BBA4A1F9D7D49603CF005C6C62C367531FA?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/5a52099e-ad48-4192-98d0-f113391625cb*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD?api-version=2023-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/d3789e07-bce4-477c-879b-a697650a5e75*62336C95EA3B2E23F1DA7E20C5171BBA4A1F9D7D49603CF005C6C62C367531FA","name":"d3789e07-bce4-477c-879b-a697650a5e75*62336C95EA3B2E23F1DA7E20C5171BBA4A1F9D7D49603CF005C6C62C367531FA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","status":"Succeeded","startTime":"2023-02-17T04:47:51.8216298Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/WESTUS3/operationStatuses/5a52099e-ad48-4192-98d0-f113391625cb*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD","name":"5a52099e-ad48-4192-98d0-f113391625cb*AA4650E80E57648EBECF7ADB1C9DBC00538D4E61246A6B5EBBBCDF07E141C7BD","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects/cli000003","status":"Succeeded","startTime":"2023-05-03T04:04:45.0243639Z","properties":null}' headers: cache-control: - no-cache @@ -1021,9 +1216,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:49:52 GMT + - Wed, 03 May 2023 04:06:45 GMT etag: - - '"1200a26b-0000-4d00-0000-63ef07630000"' + - '"2400410b-0000-4d00-0000-6451ddb80000"' expires: - '-1' pragma: @@ -1053,9 +1248,9 @@ interactions: ParameterSetName: - --resource-group User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.DevCenter/projects?api-version=2023-04-01 response: body: string: '{"value":[]}' @@ -1067,7 +1262,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 04:49:55 GMT + - Wed, 03 May 2023 04:06:47 GMT expires: - '-1' pragma: @@ -1079,20 +1274,21 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 05c0c2f4-bcfd-4fe8-98c7-72e860cad4cc - - 6f08fa51-db4d-41b9-bb26-6962773243b3 - - 1c7ccf17-52e4-48ed-9730-efcda39c546a - - 7d089ea9-8178-4249-a443-f1e6ba0cfa13 - - d9360e8c-4475-4e87-9362-9f2683c9a5bb - - 081ec0ef-91f1-4072-b083-993a73a81d5f - - 77a1be66-f84d-4706-b2ee-d402db156f69 - - f9d95cdc-ff78-4512-bede-d4eea1ddd688 - - 147c95bc-0383-4885-aa4c-f5f3ae396d72 - - ca920dc3-563b-4def-aad3-299bb76ef58e - - d41b6e0a-8d4d-44a5-8451-33f6ebdf3d33 - - 3ba3a48b-732d-439c-991f-082375f378ea - - 35acbcdc-25f7-4c78-9c50-5f4e175ad01d - - 772b2490-7ea9-4a94-b8e1-4d2bfe25705d + - 5f74eb22-f08e-4a2c-b5e1-cf9b0377502c + - 8f09b639-2d6b-4527-90ad-d16739188c24 + - f5718524-2f4e-4997-bad0-0e00b65855ac + - 4e2d8cde-1658-43aa-abe8-5fcbcefa0d6c + - 30d064f4-f5f5-4467-b011-e63b1c4e1bd2 + - 1aee5490-ab12-4043-a182-bd03e8de8b20 + - 142093b0-165b-4e0b-a39d-7dc72b8385db + - 4267bd13-5977-4822-8fe8-7a1358b13126 + - c180df45-13bd-4d2b-8387-667db6a86c8e + - 9663c7c2-2a42-4d91-996b-2e76efe1fbbd + - 0d9acb83-3da0-444e-8016-401155140406 + - 2423193a-83ce-4521-8f90-68cb5de779a8 + - 5f15a263-f420-447c-8af0-d180bd7fa9c6 + - 2762d470-aa90-45cf-815d-d3b8ab59015c + - 51f61fc0-5d56-4cf8-8a44-96106daee986 status: code: 200 message: OK diff --git a/src/devcenter/azext_devcenter/tests/latest/recordings/test_sku_scenario.yaml b/src/devcenter/azext_devcenter/tests/latest/recordings/test_sku_scenario.yaml index 448395de9cf..71664f831e7 100644 --- a/src/devcenter/azext_devcenter/tests/latest/recordings/test_sku_scenario.yaml +++ b/src/devcenter/azext_devcenter/tests/latest/recordings/test_sku_scenario.yaml @@ -11,21 +11,21 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.47.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/skus?api-version=2022-11-11-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/skus?api-version=2023-04-01 response: body: - string: '{"value":[{"resourceType":"projects/pools","name":"general_a_16c64gb1024ssd_v1","tier":"Standard","family":"general_a_v1","locations":["AustraliaEast","CanadaCentral","CentralUSEUAP","EastUS","EastUS2","JapanEast","SouthCentralUS","UKSouth","WestEurope","WestUS3"],"locationInfo":[{"location":"AustraliaEast","zones":[],"zoneDetails":[]},{"location":"CanadaCentral","zones":[],"zoneDetails":[]},{"location":"CentralUSEUAP","zones":[],"zoneDetails":[]},{"location":"EastUS","zones":[],"zoneDetails":[]},{"location":"EastUS2","zones":[],"zoneDetails":[]},{"location":"JapanEast","zones":[],"zoneDetails":[]},{"location":"SouthCentralUS","zones":[],"zoneDetails":[]},{"location":"UKSouth","zones":[],"zoneDetails":[]},{"location":"WestEurope","zones":[],"zoneDetails":[]},{"location":"WestUS3","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"vCPUs","value":"16"},{"name":"MemoryGB","value":"64"},{"name":"OsDiskTypes","value":"ssd_1024gb"},{"name":"HibernateSupport","value":"true"}],"restrictions":[]},{"resourceType":"projects/pools","name":"general_a_16c64gb2048ssd_v1","tier":"Standard","family":"general_a_v1","locations":["AustraliaEast","CanadaCentral","CentralUSEUAP","EastUS","EastUS2","JapanEast","SouthCentralUS","UKSouth","WestEurope","WestUS3"],"locationInfo":[{"location":"AustraliaEast","zones":[],"zoneDetails":[]},{"location":"CanadaCentral","zones":[],"zoneDetails":[]},{"location":"CentralUSEUAP","zones":[],"zoneDetails":[]},{"location":"EastUS","zones":[],"zoneDetails":[]},{"location":"EastUS2","zones":[],"zoneDetails":[]},{"location":"JapanEast","zones":[],"zoneDetails":[]},{"location":"SouthCentralUS","zones":[],"zoneDetails":[]},{"location":"UKSouth","zones":[],"zoneDetails":[]},{"location":"WestEurope","zones":[],"zoneDetails":[]},{"location":"WestUS3","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"vCPUs","value":"16"},{"name":"MemoryGB","value":"64"},{"name":"OsDiskTypes","value":"ssd_2048gb"},{"name":"HibernateSupport","value":"true"}],"restrictions":[]},{"resourceType":"projects/pools","name":"general_a_16c64gb256ssd_v1","tier":"Standard","family":"general_a_v1","locations":["AustraliaEast","CanadaCentral","CentralUSEUAP","EastUS","EastUS2","JapanEast","SouthCentralUS","UKSouth","WestEurope","WestUS3"],"locationInfo":[{"location":"AustraliaEast","zones":[],"zoneDetails":[]},{"location":"CanadaCentral","zones":[],"zoneDetails":[]},{"location":"CentralUSEUAP","zones":[],"zoneDetails":[]},{"location":"EastUS","zones":[],"zoneDetails":[]},{"location":"EastUS2","zones":[],"zoneDetails":[]},{"location":"JapanEast","zones":[],"zoneDetails":[]},{"location":"SouthCentralUS","zones":[],"zoneDetails":[]},{"location":"UKSouth","zones":[],"zoneDetails":[]},{"location":"WestEurope","zones":[],"zoneDetails":[]},{"location":"WestUS3","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"vCPUs","value":"16"},{"name":"MemoryGB","value":"64"},{"name":"OsDiskTypes","value":"ssd_256gb"},{"name":"HibernateSupport","value":"true"}],"restrictions":[]},{"resourceType":"projects/pools","name":"general_a_16c64gb512ssd_v1","tier":"Standard","family":"general_a_v1","locations":["AustraliaEast","CanadaCentral","CentralUSEUAP","EastUS","EastUS2","JapanEast","SouthCentralUS","UKSouth","WestEurope","WestUS3"],"locationInfo":[{"location":"AustraliaEast","zones":[],"zoneDetails":[]},{"location":"CanadaCentral","zones":[],"zoneDetails":[]},{"location":"CentralUSEUAP","zones":[],"zoneDetails":[]},{"location":"EastUS","zones":[],"zoneDetails":[]},{"location":"EastUS2","zones":[],"zoneDetails":[]},{"location":"JapanEast","zones":[],"zoneDetails":[]},{"location":"SouthCentralUS","zones":[],"zoneDetails":[]},{"location":"UKSouth","zones":[],"zoneDetails":[]},{"location":"WestEurope","zones":[],"zoneDetails":[]},{"location":"WestUS3","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"vCPUs","value":"16"},{"name":"MemoryGB","value":"64"},{"name":"OsDiskTypes","value":"ssd_512gb"},{"name":"HibernateSupport","value":"true"}],"restrictions":[]},{"resourceType":"projects/pools","name":"general_a_32c128gb1024ssd_v1","tier":"Standard","family":"general_a_v1","locations":["AustraliaEast","CanadaCentral","CentralUSEUAP","EastUS","EastUS2","JapanEast","SouthCentralUS","UKSouth","WestEurope","WestUS3"],"locationInfo":[{"location":"AustraliaEast","zones":[],"zoneDetails":[]},{"location":"CanadaCentral","zones":[],"zoneDetails":[]},{"location":"CentralUSEUAP","zones":[],"zoneDetails":[]},{"location":"EastUS","zones":[],"zoneDetails":[]},{"location":"EastUS2","zones":[],"zoneDetails":[]},{"location":"JapanEast","zones":[],"zoneDetails":[]},{"location":"SouthCentralUS","zones":[],"zoneDetails":[]},{"location":"UKSouth","zones":[],"zoneDetails":[]},{"location":"WestEurope","zones":[],"zoneDetails":[]},{"location":"WestUS3","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"vCPUs","value":"32"},{"name":"MemoryGB","value":"128"},{"name":"OsDiskTypes","value":"ssd_1024gb"},{"name":"HibernateSupport","value":"false"}],"restrictions":[]},{"resourceType":"projects/pools","name":"general_a_32c128gb2048ssd_v1","tier":"Standard","family":"general_a_v1","locations":["AustraliaEast","CanadaCentral","CentralUSEUAP","EastUS","EastUS2","JapanEast","SouthCentralUS","UKSouth","WestEurope","WestUS3"],"locationInfo":[{"location":"AustraliaEast","zones":[],"zoneDetails":[]},{"location":"CanadaCentral","zones":[],"zoneDetails":[]},{"location":"CentralUSEUAP","zones":[],"zoneDetails":[]},{"location":"EastUS","zones":[],"zoneDetails":[]},{"location":"EastUS2","zones":[],"zoneDetails":[]},{"location":"JapanEast","zones":[],"zoneDetails":[]},{"location":"SouthCentralUS","zones":[],"zoneDetails":[]},{"location":"UKSouth","zones":[],"zoneDetails":[]},{"location":"WestEurope","zones":[],"zoneDetails":[]},{"location":"WestUS3","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"vCPUs","value":"32"},{"name":"MemoryGB","value":"128"},{"name":"OsDiskTypes","value":"ssd_2048gb"},{"name":"HibernateSupport","value":"false"}],"restrictions":[]},{"resourceType":"projects/pools","name":"general_a_32c128gb512ssd_v1","tier":"Standard","family":"general_a_v1","locations":["AustraliaEast","CanadaCentral","CentralUSEUAP","EastUS","EastUS2","JapanEast","SouthCentralUS","UKSouth","WestEurope","WestUS3"],"locationInfo":[{"location":"AustraliaEast","zones":[],"zoneDetails":[]},{"location":"CanadaCentral","zones":[],"zoneDetails":[]},{"location":"CentralUSEUAP","zones":[],"zoneDetails":[]},{"location":"EastUS","zones":[],"zoneDetails":[]},{"location":"EastUS2","zones":[],"zoneDetails":[]},{"location":"JapanEast","zones":[],"zoneDetails":[]},{"location":"SouthCentralUS","zones":[],"zoneDetails":[]},{"location":"UKSouth","zones":[],"zoneDetails":[]},{"location":"WestEurope","zones":[],"zoneDetails":[]},{"location":"WestUS3","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"vCPUs","value":"32"},{"name":"MemoryGB","value":"128"},{"name":"OsDiskTypes","value":"ssd_512gb"},{"name":"HibernateSupport","value":"false"}],"restrictions":[]},{"resourceType":"projects/pools","name":"general_a_4c16gb_v1","tier":"Standard","family":"general_a_v1","locations":["AustraliaEast","CanadaCentral","CentralUSEUAP","EastUS","EastUS2","JapanEast","SouthCentralUS","UKSouth","WestEurope","WestUS3"],"locationInfo":[{"location":"AustraliaEast","zones":[],"zoneDetails":[]},{"location":"CanadaCentral","zones":[],"zoneDetails":[]},{"location":"CentralUSEUAP","zones":[],"zoneDetails":[]},{"location":"EastUS","zones":[],"zoneDetails":[]},{"location":"EastUS2","zones":[],"zoneDetails":[]},{"location":"JapanEast","zones":[],"zoneDetails":[]},{"location":"SouthCentralUS","zones":[],"zoneDetails":[]},{"location":"UKSouth","zones":[],"zoneDetails":[]},{"location":"WestEurope","zones":[],"zoneDetails":[]},{"location":"WestUS3","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"vCPUs","value":"4"},{"name":"MemoryGB","value":"16"},{"name":"OsDiskTypes","value":"ssd_256gb,ssd_512gb,ssd_1024gb"},{"name":"HibernateSupport","value":"true"}],"restrictions":[]},{"resourceType":"projects/pools","name":"general_a_8c32gb_v1","tier":"Standard","family":"general_a_v1","locations":["AustraliaEast","CanadaCentral","CentralUSEUAP","EastUS","EastUS2","JapanEast","SouthCentralUS","UKSouth","WestEurope","WestUS3"],"locationInfo":[{"location":"AustraliaEast","zones":[],"zoneDetails":[]},{"location":"CanadaCentral","zones":[],"zoneDetails":[]},{"location":"CentralUSEUAP","zones":[],"zoneDetails":[]},{"location":"EastUS","zones":[],"zoneDetails":[]},{"location":"EastUS2","zones":[],"zoneDetails":[]},{"location":"JapanEast","zones":[],"zoneDetails":[]},{"location":"SouthCentralUS","zones":[],"zoneDetails":[]},{"location":"UKSouth","zones":[],"zoneDetails":[]},{"location":"WestEurope","zones":[],"zoneDetails":[]},{"location":"WestUS3","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"vCPUs","value":"8"},{"name":"MemoryGB","value":"32"},{"name":"OsDiskTypes","value":"ssd_256gb,ssd_512gb,ssd_1024gb"},{"name":"HibernateSupport","value":"true"}],"restrictions":[]}]}' + string: '{"value":[{"resourceType":"projects/pools","name":"general_a_16c64gb1024ssd_v1","tier":"Standard","family":"general_a_v1","locations":["AustraliaEast","CanadaCentral","CentralUSEUAP","EastUS","EastUS2","JapanEast","SouthCentralUS","UKSouth","WestEurope","WestUS3"],"locationInfo":[{"location":"AustraliaEast","zones":[],"zoneDetails":[]},{"location":"CanadaCentral","zones":[],"zoneDetails":[]},{"location":"CentralUSEUAP","zones":[],"zoneDetails":[]},{"location":"EastUS","zones":[],"zoneDetails":[]},{"location":"EastUS2","zones":[],"zoneDetails":[]},{"location":"JapanEast","zones":[],"zoneDetails":[]},{"location":"SouthCentralUS","zones":[],"zoneDetails":[]},{"location":"UKSouth","zones":[],"zoneDetails":[]},{"location":"WestEurope","zones":[],"zoneDetails":[]},{"location":"WestUS3","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"vCPUs","value":"16"},{"name":"MemoryGB","value":"64"},{"name":"OsDiskTypes","value":"ssd_1024gb"},{"name":"HibernateSupport","value":"true"}],"restrictions":[]},{"resourceType":"projects/pools","name":"general_a_16c64gb2048ssd_v1","tier":"Standard","family":"general_a_v1","locations":["AustraliaEast","CanadaCentral","CentralUSEUAP","EastUS","EastUS2","JapanEast","SouthCentralUS","UKSouth","WestEurope","WestUS3"],"locationInfo":[{"location":"AustraliaEast","zones":[],"zoneDetails":[]},{"location":"CanadaCentral","zones":[],"zoneDetails":[]},{"location":"CentralUSEUAP","zones":[],"zoneDetails":[]},{"location":"EastUS","zones":[],"zoneDetails":[]},{"location":"EastUS2","zones":[],"zoneDetails":[]},{"location":"JapanEast","zones":[],"zoneDetails":[]},{"location":"SouthCentralUS","zones":[],"zoneDetails":[]},{"location":"UKSouth","zones":[],"zoneDetails":[]},{"location":"WestEurope","zones":[],"zoneDetails":[]},{"location":"WestUS3","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"vCPUs","value":"16"},{"name":"MemoryGB","value":"64"},{"name":"OsDiskTypes","value":"ssd_2048gb"},{"name":"HibernateSupport","value":"true"}],"restrictions":[]},{"resourceType":"projects/pools","name":"general_a_16c64gb256ssd_v1","tier":"Standard","family":"general_a_v1","locations":["AustraliaEast","CanadaCentral","CentralUSEUAP","EastUS","EastUS2","JapanEast","SouthCentralUS","UKSouth","WestEurope","WestUS3"],"locationInfo":[{"location":"AustraliaEast","zones":[],"zoneDetails":[]},{"location":"CanadaCentral","zones":[],"zoneDetails":[]},{"location":"CentralUSEUAP","zones":[],"zoneDetails":[]},{"location":"EastUS","zones":[],"zoneDetails":[]},{"location":"EastUS2","zones":[],"zoneDetails":[]},{"location":"JapanEast","zones":[],"zoneDetails":[]},{"location":"SouthCentralUS","zones":[],"zoneDetails":[]},{"location":"UKSouth","zones":[],"zoneDetails":[]},{"location":"WestEurope","zones":[],"zoneDetails":[]},{"location":"WestUS3","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"vCPUs","value":"16"},{"name":"MemoryGB","value":"64"},{"name":"OsDiskTypes","value":"ssd_256gb"},{"name":"HibernateSupport","value":"true"}],"restrictions":[]},{"resourceType":"projects/pools","name":"general_a_16c64gb512ssd_v1","tier":"Standard","family":"general_a_v1","locations":["AustraliaEast","CanadaCentral","CentralUSEUAP","EastUS","EastUS2","JapanEast","SouthCentralUS","UKSouth","WestEurope","WestUS3"],"locationInfo":[{"location":"AustraliaEast","zones":[],"zoneDetails":[]},{"location":"CanadaCentral","zones":[],"zoneDetails":[]},{"location":"CentralUSEUAP","zones":[],"zoneDetails":[]},{"location":"EastUS","zones":[],"zoneDetails":[]},{"location":"EastUS2","zones":[],"zoneDetails":[]},{"location":"JapanEast","zones":[],"zoneDetails":[]},{"location":"SouthCentralUS","zones":[],"zoneDetails":[]},{"location":"UKSouth","zones":[],"zoneDetails":[]},{"location":"WestEurope","zones":[],"zoneDetails":[]},{"location":"WestUS3","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"vCPUs","value":"16"},{"name":"MemoryGB","value":"64"},{"name":"OsDiskTypes","value":"ssd_512gb"},{"name":"HibernateSupport","value":"true"}],"restrictions":[]},{"resourceType":"projects/pools","name":"general_a_32c128gb1024ssd_v1","tier":"Standard","family":"general_a_v1","locations":["AustraliaEast","CanadaCentral","CentralUSEUAP","EastUS","EastUS2","JapanEast","SouthCentralUS","UKSouth","WestEurope","WestUS3"],"locationInfo":[{"location":"AustraliaEast","zones":[],"zoneDetails":[]},{"location":"CanadaCentral","zones":[],"zoneDetails":[]},{"location":"CentralUSEUAP","zones":[],"zoneDetails":[]},{"location":"EastUS","zones":[],"zoneDetails":[]},{"location":"EastUS2","zones":[],"zoneDetails":[]},{"location":"JapanEast","zones":[],"zoneDetails":[]},{"location":"SouthCentralUS","zones":[],"zoneDetails":[]},{"location":"UKSouth","zones":[],"zoneDetails":[]},{"location":"WestEurope","zones":[],"zoneDetails":[]},{"location":"WestUS3","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"vCPUs","value":"32"},{"name":"MemoryGB","value":"128"},{"name":"OsDiskTypes","value":"ssd_1024gb"},{"name":"HibernateSupport","value":"false"}],"restrictions":[]},{"resourceType":"projects/pools","name":"general_a_32c128gb2048ssd_v1","tier":"Standard","family":"general_a_v1","locations":["AustraliaEast","CanadaCentral","CentralUSEUAP","EastUS","EastUS2","JapanEast","SouthCentralUS","UKSouth","WestEurope","WestUS3"],"locationInfo":[{"location":"AustraliaEast","zones":[],"zoneDetails":[]},{"location":"CanadaCentral","zones":[],"zoneDetails":[]},{"location":"CentralUSEUAP","zones":[],"zoneDetails":[]},{"location":"EastUS","zones":[],"zoneDetails":[]},{"location":"EastUS2","zones":[],"zoneDetails":[]},{"location":"JapanEast","zones":[],"zoneDetails":[]},{"location":"SouthCentralUS","zones":[],"zoneDetails":[]},{"location":"UKSouth","zones":[],"zoneDetails":[]},{"location":"WestEurope","zones":[],"zoneDetails":[]},{"location":"WestUS3","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"vCPUs","value":"32"},{"name":"MemoryGB","value":"128"},{"name":"OsDiskTypes","value":"ssd_2048gb"},{"name":"HibernateSupport","value":"false"}],"restrictions":[]},{"resourceType":"projects/pools","name":"general_a_32c128gb512ssd_v1","tier":"Standard","family":"general_a_v1","locations":["AustraliaEast","CanadaCentral","CentralUSEUAP","EastUS","EastUS2","JapanEast","SouthCentralUS","UKSouth","WestEurope","WestUS3"],"locationInfo":[{"location":"AustraliaEast","zones":[],"zoneDetails":[]},{"location":"CanadaCentral","zones":[],"zoneDetails":[]},{"location":"CentralUSEUAP","zones":[],"zoneDetails":[]},{"location":"EastUS","zones":[],"zoneDetails":[]},{"location":"EastUS2","zones":[],"zoneDetails":[]},{"location":"JapanEast","zones":[],"zoneDetails":[]},{"location":"SouthCentralUS","zones":[],"zoneDetails":[]},{"location":"UKSouth","zones":[],"zoneDetails":[]},{"location":"WestEurope","zones":[],"zoneDetails":[]},{"location":"WestUS3","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"vCPUs","value":"32"},{"name":"MemoryGB","value":"128"},{"name":"OsDiskTypes","value":"ssd_512gb"},{"name":"HibernateSupport","value":"false"}],"restrictions":[]},{"resourceType":"projects/pools","name":"general_a_8c32gb_v1","tier":"Standard","family":"general_a_v1","locations":["AustraliaEast","CanadaCentral","CentralUSEUAP","EastUS","EastUS2","JapanEast","SouthCentralUS","UKSouth","WestEurope","WestUS3"],"locationInfo":[{"location":"AustraliaEast","zones":[],"zoneDetails":[]},{"location":"CanadaCentral","zones":[],"zoneDetails":[]},{"location":"CentralUSEUAP","zones":[],"zoneDetails":[]},{"location":"EastUS","zones":[],"zoneDetails":[]},{"location":"EastUS2","zones":[],"zoneDetails":[]},{"location":"JapanEast","zones":[],"zoneDetails":[]},{"location":"SouthCentralUS","zones":[],"zoneDetails":[]},{"location":"UKSouth","zones":[],"zoneDetails":[]},{"location":"WestEurope","zones":[],"zoneDetails":[]},{"location":"WestUS3","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"vCPUs","value":"8"},{"name":"MemoryGB","value":"32"},{"name":"OsDiskTypes","value":"ssd_256gb,ssd_512gb,ssd_1024gb"},{"name":"HibernateSupport","value":"true"}],"restrictions":[]}]}' headers: cache-control: - no-cache content-length: - - '9009' + - '8001' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 05:01:36 GMT + - Wed, 03 May 2023 05:56:06 GMT expires: - '-1' pragma: diff --git a/src/devcenter/azext_devcenter/tests/latest/recordings/test_usage_scenario.yaml b/src/devcenter/azext_devcenter/tests/latest/recordings/test_usage_scenario.yaml new file mode 100644 index 00000000000..5eb83d6628c --- /dev/null +++ b/src/devcenter/azext_devcenter/tests/latest/recordings/test_usage_scenario.yaml @@ -0,0 +1,54 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - devcenter admin usage list + Connection: + - keep-alive + ParameterSetName: + - --location + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.24.0 Python/3.10.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevCenter/locations/centraluseuap/usages?api-version=2023-04-01 + response: + body: + string: '{"value":[{"currentValue":48,"limit":500,"unit":"Count","name":{"value":"devCenters"}},{"currentValue":19,"limit":500,"unit":"Count","name":{"value":"networkConnections"}},{"currentValue":49,"limit":500,"unit":"Count","name":{"value":"projects"}},{"currentValue":49,"limit":500,"unit":"Count","name":{"value":"pools"}},{"currentValue":75,"limit":200,"unit":"Count","name":{"value":"devBoxDefinitions"}},{"currentValue":152,"limit":500,"unit":"Count","name":{"value":"general_a_v1"}},{"currentValue":152,"limit":500,"unit":"Count","name":{"value":"general_i_v2"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '564' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 May 2023 21:04:48 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-rate-limit-limit: + - 1m + x-rate-limit-remaining: + - '299' + x-rate-limit-reset: + - '2023-05-04T21:05:48.3401905Z' + status: + code: 200 + message: OK +version: 1 diff --git a/src/devcenter/azext_devcenter/tests/latest/test_devcenter_scenario.py b/src/devcenter/azext_devcenter/tests/latest/test_devcenter_scenario.py index 8f7b782d522..e8b5c96c3f9 100644 --- a/src/devcenter/azext_devcenter/tests/latest/test_devcenter_scenario.py +++ b/src/devcenter/azext_devcenter/tests/latest/test_devcenter_scenario.py @@ -9,8 +9,7 @@ # -------------------------------------------------------------------------- import os -from azure.cli.testsdk import ( - ScenarioTest, ResourceGroupPreparer, record_only) +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer, record_only from azure.cli.testsdk.scenario_tests import AllowLargeResponse from .. import ( try_manual, @@ -21,6 +20,7 @@ create_virtual_network_with_subnet, create_sig_role_assignments, create_project, + create_project_with_dev_box_limit, create_sig, create_network_connection, create_attached_network_dev_box_definition, @@ -30,1730 +30,2167 @@ create_catalog, create_proj_env_type, create_environment_dependencies, - create_pool_dataplane_dependencies, + create_pool, create_dev_box_dependencies, + get_endpoint, ) + @record_only() @try_manual class DevcenterScenarioTest(ScenarioTest): def __init__(self, *args, **kwargs): super(DevcenterScenarioTest, self).__init__(*args, **kwargs) - self.kwargs.update({ - 'subscriptionId': self.get_subscription_id(), - 'location': 'westus3', - }) - - @ResourceGroupPreparer(name_prefix='clitestdevcenter_rg1'[:7], key='rg', parameter_name='rg') + self.kwargs.update( + { + "subscriptionId": self.get_subscription_id(), + "location": "centraluseuap", + } + ) + + @ResourceGroupPreparer( + name_prefix="clitestdevcenter_rg1"[:7], key="rg", parameter_name="rg" + ) def test_dev_center_scenario(self): - self.kwargs.update({ - 'devcenterName': self.create_random_name(prefix='cli', length=24), - 'identityName': self.create_random_name(prefix='testid_', length=24), - 'devcenterName2': self.create_random_name(prefix='cli', length=24) - }) - - self.cmd('az devcenter admin devcenter list ' - '--resource-group "{rg}" ', - checks=[ - self.check("length(@)", 0), - ] - ) - - self.cmd('az devcenter admin devcenter create ' - '--location "{location}" ' - '--tags CostCode="12345" ' - '--name "{devcenterName}" ' - '--resource-group "{rg}"', - checks=[ - self.check('name', "{devcenterName}"), - self.check('location', "{location}"), - self.check('tags.CostCode', "12345"), - self.check('resourceGroup', "{rg}"), - ] - ) - - self.cmd('az devcenter admin devcenter list ' - '--resource-group "{rg}" ', - checks=[ - self.check("length(@)", 1), - self.check("[0].name", "{devcenterName}"), - ] - ) - - test_identity = self.cmd('az identity create ' - '--resource-group {rg} ' - '--name {identityName}').get_output_in_json() - - self.kwargs.update({ - 'userAssignedIdentity': test_identity['id'], - 'identityPrincipalId': test_identity['principalId'] - }) - - self.cmd('az devcenter admin devcenter create ' - '--identity-type "UserAssigned" ' - '--user-assigned-identities "{{\\"{userAssignedIdentity}\\":{{}}}}" ' - '--location "{location}" ' - '--tags CostCode="12345" ' - '--name "{devcenterName2}" ' - '--resource-group "{rg}"', - checks=[ - self.check('identity.type', 'UserAssigned'), - self.check('name', "{devcenterName2}"), - self.check('location', "{location}"), - self.check('tags.CostCode', "12345"), - self.check('resourceGroup', "{rg}"), - ] - ) - - self.cmd('az devcenter admin devcenter update ' - '--tags CostCode="123" ' - '--name "{devcenterName2}" ' - '--resource-group "{rg}"', - checks=[ - self.check('tags.CostCode', '123'), - self.check('identity.type', 'UserAssigned'), - self.check('name', "{devcenterName2}"), - self.check('location', "{location}"), - self.check('resourceGroup', "{rg}"), - ] - ) - - self.cmd('az devcenter admin devcenter list ' - '--resource-group "{rg}" ', - checks=[ - self.check("length(@)", 2), - ] - ) - - self.cmd('az devcenter admin devcenter show ' - '--name "{devcenterName}" ' - '--resource-group "{rg}"', - checks=[ - self.check('name', "{devcenterName}"), - self.check('location', "{location}"), - self.check('tags.CostCode', "12345"), - self.check('resourceGroup', "{rg}"), - ] - ) - - self.cmd('az devcenter admin devcenter show ' - '--name "{devcenterName2}" ' - '--resource-group "{rg}"', - checks=[ - self.check('tags.CostCode', '123'), - self.check('identity.type', 'UserAssigned'), - self.check('name', "{devcenterName2}"), - self.check('location', "{location}"), - self.check('resourceGroup', "{rg}"), - ] - ) - - self.cmd('az devcenter admin devcenter delete --yes ' - '--name "{devcenterName}" ' - '--resource-group "{rg}"') - - self.cmd('az devcenter admin devcenter list ' - '--resource-group "{rg}" ', - checks=[ - self.check("length(@)", 1), - ] - ) - - self.cmd('az devcenter admin devcenter delete --yes ' - '--name "{devcenterName2}" ' - '--resource-group "{rg}"') - - self.cmd('az devcenter admin devcenter list ' - '--resource-group "{rg}" ', - checks=[ - self.check("length(@)", 0), - ] - ) - - @ResourceGroupPreparer(name_prefix='clitestdevcenter_rg1'[:7], key='rg', parameter_name='rg') + self.kwargs.update( + { + "devcenterName": self.create_random_name(prefix="cli", length=24), + "identityName": self.create_random_name(prefix="testid_", length=24), + "devcenterName2": self.create_random_name(prefix="cli", length=24), + } + ) + + self.cmd( + "az devcenter admin devcenter list " '--resource-group "{rg}" ', + checks=[ + self.check("length(@)", 0), + ], + ) + + self.cmd( + "az devcenter admin devcenter create " + '--location "{location}" ' + '--tags CostCode="12345" ' + '--name "{devcenterName}" ' + '--resource-group "{rg}"', + checks=[ + self.check("name", "{devcenterName}"), + self.check("location", "{location}"), + self.check("tags.CostCode", "12345"), + self.check("resourceGroup", "{rg}"), + ], + ) + + self.cmd( + "az devcenter admin devcenter list " '--resource-group "{rg}" ', + checks=[ + self.check("length(@)", 1), + self.check("[0].name", "{devcenterName}"), + ], + ) + + test_identity = self.cmd( + "az identity create " "--resource-group {rg} " "--name {identityName}" + ).get_output_in_json() + + self.kwargs.update( + { + "userAssignedIdentity": test_identity["id"], + "identityPrincipalId": test_identity["principalId"], + } + ) + + self.cmd( + "az devcenter admin devcenter create " + '--identity-type "UserAssigned" ' + '--user-assigned-identities "{{\\"{userAssignedIdentity}\\":{{}}}}" ' + '--location "{location}" ' + '--tags CostCode="12345" ' + '--name "{devcenterName2}" ' + '--resource-group "{rg}"', + checks=[ + self.check("identity.type", "UserAssigned"), + self.check("name", "{devcenterName2}"), + self.check("location", "{location}"), + self.check("tags.CostCode", "12345"), + self.check("resourceGroup", "{rg}"), + ], + ) + + self.cmd( + "az devcenter admin devcenter update " + '--tags CostCode="123" ' + '--name "{devcenterName2}" ' + '--resource-group "{rg}"', + checks=[ + self.check("tags.CostCode", "123"), + self.check("identity.type", "UserAssigned"), + self.check("name", "{devcenterName2}"), + self.check("location", "{location}"), + self.check("resourceGroup", "{rg}"), + ], + ) + + self.cmd( + "az devcenter admin devcenter list " '--resource-group "{rg}" ', + checks=[ + self.check("length(@)", 2), + ], + ) + + self.cmd( + "az devcenter admin devcenter show " + '--name "{devcenterName}" ' + '--resource-group "{rg}"', + checks=[ + self.check("name", "{devcenterName}"), + self.check("location", "{location}"), + self.check("tags.CostCode", "12345"), + self.check("resourceGroup", "{rg}"), + ], + ) + + self.cmd( + "az devcenter admin devcenter show " + '--name "{devcenterName2}" ' + '--resource-group "{rg}"', + checks=[ + self.check("tags.CostCode", "123"), + self.check("identity.type", "UserAssigned"), + self.check("name", "{devcenterName2}"), + self.check("location", "{location}"), + self.check("resourceGroup", "{rg}"), + ], + ) + + self.cmd( + "az devcenter admin devcenter delete --yes " + '--name "{devcenterName}" ' + '--resource-group "{rg}"' + ) + + self.cmd( + "az devcenter admin devcenter list " '--resource-group "{rg}" ', + checks=[ + self.check("length(@)", 1), + ], + ) + + self.cmd( + "az devcenter admin devcenter delete --yes " + '--name "{devcenterName2}" ' + '--resource-group "{rg}"' + ) + + self.cmd( + "az devcenter admin devcenter list " '--resource-group "{rg}" ', + checks=[ + self.check("length(@)", 0), + ], + ) + + @ResourceGroupPreparer( + name_prefix="clitestdevcenter_rg1"[:7], key="rg", parameter_name="rg" + ) def test_project_scenario(self): - self.kwargs.update({ - 'devcenterName': self.create_random_name(prefix='cli', length=24), - }) + self.kwargs.update( + { + "devcenterName": self.create_random_name(prefix="cli", length=24), + } + ) create_dev_center(self) - self.kwargs.update({ - 'projectName': self.create_random_name(prefix='cli', length=24) - }) - - self.cmd('az devcenter admin project list ' - '--resource-group "{rg}" ', - checks=[ - self.check("length(@)", 0), - ] - ) - - self.cmd('az devcenter admin project create ' - '--location "{location}" ' - '--tags CostCode="12345" ' - '--name "{projectName}" ' - '--dev-center-id "{devCenterId}" ' - '--resource-group "{rg}"', - checks=[ - self.check('name', "{projectName}"), - self.check('location', "{location}"), - self.check('tags.CostCode', "12345"), - self.check('resourceGroup', "{rg}"), - self.check('devCenterId', "{devCenterId}") - ] - ) - - self.cmd('az devcenter admin project list ' - '--resource-group "{rg}" ', - checks=[ - self.check("length(@)", 1), - self.check("[0].name", "{projectName}"), - ] - ) - - self.cmd('az devcenter admin project update ' - '--tags CostCode="123" ' - '--name "{projectName}" ' - '--resource-group "{rg}"', - checks=[ - self.check('tags.CostCode', '123'), - self.check('name', "{projectName}"), - self.check('location', "{location}"), - self.check('resourceGroup', "{rg}"), - self.check('devCenterId', "{devCenterId}") - ] - ) - - self.cmd('az devcenter admin project show ' - '--name "{projectName}" ' - '--resource-group "{rg}"', - checks=[ - self.check('name', "{projectName}"), - self.check('tags.CostCode', '123'), - self.check('location', "{location}"), - self.check('resourceGroup', "{rg}"), - self.check('devCenterId', "{devCenterId}") - ]) - - self.cmd('az devcenter admin project delete --yes ' - '--name "{projectName}" ' - '--resource-group "{rg}"') - - self.cmd('az devcenter admin project list ' - '--resource-group "{rg}" ', - checks=[ - self.check("length(@)", 0), - ] - ) - - @ResourceGroupPreparer(name_prefix='clitestdevcenter_rg1'[:7], key='rg', parameter_name='rg') + self.kwargs.update( + {"projectName": self.create_random_name(prefix="cli", length=24)} + ) + + self.cmd( + "az devcenter admin project list " '--resource-group "{rg}" ', + checks=[ + self.check("length(@)", 0), + ], + ) + + self.cmd( + "az devcenter admin project create " + '--location "{location}" ' + '--tags CostCode="12345" ' + '--name "{projectName}" ' + '--dev-center-id "{devCenterId}" ' + '--resource-group "{rg}" ' + '--max-dev-boxes-per-user "0" ', + checks=[ + self.check("name", "{projectName}"), + self.check("location", "{location}"), + self.check("tags.CostCode", "12345"), + self.check("resourceGroup", "{rg}"), + self.check("devCenterId", "{devCenterId}"), + self.check("maxDevBoxesPerUser", "0"), + ], + ) + + self.cmd( + "az devcenter admin project list " '--resource-group "{rg}" ', + checks=[ + self.check("length(@)", 1), + self.check("[0].name", "{projectName}"), + ], + ) + + self.cmd( + "az devcenter admin project update " + '--tags CostCode="123" ' + '--name "{projectName}" ' + '--resource-group "{rg}" ' + '--max-dev-boxes-per-user "5"', + checks=[ + self.check("tags.CostCode", "123"), + self.check("name", "{projectName}"), + self.check("location", "{location}"), + self.check("resourceGroup", "{rg}"), + self.check("devCenterId", "{devCenterId}"), + self.check("maxDevBoxesPerUser", "5"), + ], + ) + + self.cmd( + "az devcenter admin project update " + '--tags CostCode="123" ' + '--name "{projectName}" ' + '--resource-group "{rg}" ' + "--max-dev-boxes-per-user null", + checks=[ + self.check("tags.CostCode", "123"), + self.check("name", "{projectName}"), + self.check("location", "{location}"), + self.check("resourceGroup", "{rg}"), + self.check("devCenterId", "{devCenterId}"), + self.not_exists("maxDevBoxesPerUser"), + ], + ) + + self.cmd( + "az devcenter admin project show " + '--name "{projectName}" ' + '--resource-group "{rg}"', + checks=[ + self.check("name", "{projectName}"), + self.check("tags.CostCode", "123"), + self.check("location", "{location}"), + self.check("resourceGroup", "{rg}"), + self.check("devCenterId", "{devCenterId}"), + ], + ) + + self.cmd( + "az devcenter admin project delete --yes " + '--name "{projectName}" ' + '--resource-group "{rg}"' + ) + + self.cmd( + "az devcenter admin project list " '--resource-group "{rg}" ', + checks=[ + self.check("length(@)", 0), + ], + ) + + @ResourceGroupPreparer( + name_prefix="clitestdevcenter_rg1"[:7], key="rg", parameter_name="rg" + ) def test_network_connection_scenario(self): subnet = create_virtual_network_with_subnet(self) - self.kwargs.update({ - 'subnetId': subnet['id'], - 'networkConnectionName': self.create_random_name(prefix='cli', length=24), - 'networkConnectionName2': self.create_random_name(prefix='cli', length=24), - 'networkingRgName1': self.create_random_name(prefix='cli', length=24), - 'networkingRgName2': self.create_random_name(prefix='cli', length=24) - }) - - self.cmd('az devcenter admin network-connection list ' - '--resource-group "{rg}" ', - checks=[ - self.check("length(@)", 0), - ] - ) - - self.cmd('az devcenter admin network-connection create ' - '--location "{location}" ' - '--tags CostCode="12345" ' - '--name "{networkConnectionName2}" ' - '--domain-join-type "AzureADJoin" ' - '--subnet-id "{subnetId}" ' - '--networking-resource-group-name "{networkingRgName2}" ' - '--resource-group "{rg}"', - checks=[ - self.check('name', "{networkConnectionName2}"), - self.check('domainJoinType', 'AzureADJoin'), - self.check('location', "{location}"), - self.check('tags.CostCode', "12345"), - self.check('subnetId', "{subnetId}"), - self.check('networkingResourceGroupName', - "{networkingRgName2}"), - self.check('resourceGroup', "{rg}") - ] - ) - - self.cmd('az devcenter admin network-connection list ' - '--resource-group "{rg}" ', - checks=[ - self.check("length(@)", 1), - self.check("[0].name", "{networkConnectionName2}"), - ] - ) - - self.cmd('az devcenter admin network-connection create ' - '--location "{location}" ' - '--tags CostCode="12345" ' - '--name "{networkConnectionName}" ' - '--domain-join-type "HybridAzureADJoin" ' - '--domain-name "fidalgoppe010.local" ' - '--domain-password "fakePassword" ' - '--domain-username "domainjoin@fidalgoppe010.local" ' - '--subnet-id "{subnetId}" ' - '--networking-resource-group-name "{networkingRgName1}" ' - '--resource-group "{rg}"', - checks=[ - self.check('name', "{networkConnectionName}"), - self.check('domainJoinType', 'HybridAzureADJoin'), - self.check('domainName', 'fidalgoppe010.local'), - self.check('domainUsername', - 'domainjoin@fidalgoppe010.local'), - self.check('location', "{location}"), - self.check('tags.CostCode', "12345"), - self.check('subnetId', "{subnetId}"), - self.check('networkingResourceGroupName', - "{networkingRgName1}"), - self.check('resourceGroup', "{rg}") - ] - ) - - self.cmd('az devcenter admin network-connection list ' - '--resource-group "{rg}" ', - checks=[ - self.check("length(@)", 2) - ] - ) - - self.cmd('az devcenter admin network-connection update ' - '--tags CostCode="123" ' - '--name "{networkConnectionName}" ' - '--resource-group "{rg}"', - checks=[ - self.check('tags.CostCode', '123'), - self.check('name', "{networkConnectionName}"), - self.check('domainJoinType', 'HybridAzureADJoin'), - self.check('domainName', 'fidalgoppe010.local'), - self.check('domainUsername', - 'domainjoin@fidalgoppe010.local'), - self.check('location', "{location}"), - self.check('subnetId', "{subnetId}"), - self.check('networkingResourceGroupName', - "{networkingRgName1}"), - self.check('resourceGroup', "{rg}") - ] - ) - - self.cmd('az devcenter admin network-connection show ' - '--name "{networkConnectionName2}" ' - '--resource-group "{rg}"', - checks=[ - self.check('tags.CostCode', '12345'), - self.check('name', "{networkConnectionName2}"), - self.check('domainJoinType', 'AzureADJoin'), - self.check('location', "{location}"), - self.check('subnetId', "{subnetId}"), - self.check('networkingResourceGroupName', - "{networkingRgName2}"), - self.check('resourceGroup', "{rg}") - ] - ) - - self.cmd('az devcenter admin network-connection list ' - '--resource-group "{rg}" ', - checks=[ - self.check("length(@)", 2), - ] - ) - - self.cmd('az devcenter admin network-connection list-health-detail ' - '--resource-group "{rg}" ' - '-n "{networkConnectionName2}" ', - checks=[ - self.check("length(@)", 1), - self.check("[0].healthChecks[0].displayName", - "Azure tenant readiness"), - ] - ) - - self.cmd('az devcenter admin network-connection show-health-detail ' - '--resource-group "{rg}" ' - '-n "{networkConnectionName2}" ', - checks=[ - self.check( - "healthChecks[0].displayName", "Azure tenant readiness"), - self.check("healthChecks[0].status", "Passed"), - self.check("healthChecks[1].displayName", - "Azure virtual network readiness"), - self.check("healthChecks[1].status", "Passed"), - ] - ) - - self.cmd('az devcenter admin network-connection delete --yes ' - '--name "{networkConnectionName2}" ' - '--resource-group "{rg}"') - - self.cmd('az devcenter admin network-connection list ' - '--resource-group "{rg}" ', - checks=[ - self.check("length(@)", 1), - ] - ) - - @ResourceGroupPreparer(name_prefix='clitestdevcenter_rg1'[:7], key='rg', parameter_name='rg') + self.kwargs.update( + { + "subnetId": subnet["id"], + "networkConnectionName": self.create_random_name( + prefix="cli", length=24 + ), + "networkConnectionName2": self.create_random_name( + prefix="cli", length=24 + ), + "networkingRgName1": self.create_random_name(prefix="cli", length=24), + "networkingRgName2": self.create_random_name(prefix="cli", length=24), + } + ) + + self.cmd( + "az devcenter admin network-connection list " '--resource-group "{rg}" ', + checks=[ + self.check("length(@)", 0), + ], + ) + + self.cmd( + "az devcenter admin network-connection create " + '--location "{location}" ' + '--tags CostCode="12345" ' + '--name "{networkConnectionName2}" ' + '--domain-join-type "AzureADJoin" ' + '--subnet-id "{subnetId}" ' + '--networking-resource-group-name "{networkingRgName2}" ' + '--resource-group "{rg}"', + checks=[ + self.check("name", "{networkConnectionName2}"), + self.check("domainJoinType", "AzureADJoin"), + self.check("location", "{location}"), + self.check("tags.CostCode", "12345"), + self.check("subnetId", "{subnetId}"), + self.check("networkingResourceGroupName", "{networkingRgName2}"), + self.check("resourceGroup", "{rg}"), + ], + ) + + self.cmd( + "az devcenter admin network-connection list " '--resource-group "{rg}" ', + checks=[ + self.check("length(@)", 1), + self.check("[0].name", "{networkConnectionName2}"), + ], + ) + + self.cmd( + "az devcenter admin network-connection create " + '--location "{location}" ' + '--tags CostCode="12345" ' + '--name "{networkConnectionName}" ' + '--domain-join-type "HybridAzureADJoin" ' + '--domain-name "fidalgoppe010.local" ' + '--domain-password "fakePassword" ' + '--domain-username "domainjoin@fidalgoppe010.local" ' + '--subnet-id "{subnetId}" ' + '--networking-resource-group-name "{networkingRgName1}" ' + '--resource-group "{rg}"', + checks=[ + self.check("name", "{networkConnectionName}"), + self.check("domainJoinType", "HybridAzureADJoin"), + self.check("domainName", "fidalgoppe010.local"), + self.check("domainUsername", "domainjoin@fidalgoppe010.local"), + self.check("location", "{location}"), + self.check("tags.CostCode", "12345"), + self.check("subnetId", "{subnetId}"), + self.check("networkingResourceGroupName", "{networkingRgName1}"), + self.check("resourceGroup", "{rg}"), + ], + ) + + self.cmd( + "az devcenter admin network-connection list " '--resource-group "{rg}" ', + checks=[self.check("length(@)", 2)], + ) + + self.cmd( + "az devcenter admin network-connection update " + '--tags CostCode="123" ' + '--name "{networkConnectionName}" ' + '--resource-group "{rg}"', + checks=[ + self.check("tags.CostCode", "123"), + self.check("name", "{networkConnectionName}"), + self.check("domainJoinType", "HybridAzureADJoin"), + self.check("domainName", "fidalgoppe010.local"), + self.check("domainUsername", "domainjoin@fidalgoppe010.local"), + self.check("location", "{location}"), + self.check("subnetId", "{subnetId}"), + self.check("networkingResourceGroupName", "{networkingRgName1}"), + self.check("resourceGroup", "{rg}"), + ], + ) + + self.cmd( + "az devcenter admin network-connection show " + '--name "{networkConnectionName2}" ' + '--resource-group "{rg}"', + checks=[ + self.check("tags.CostCode", "12345"), + self.check("name", "{networkConnectionName2}"), + self.check("domainJoinType", "AzureADJoin"), + self.check("location", "{location}"), + self.check("subnetId", "{subnetId}"), + self.check("networkingResourceGroupName", "{networkingRgName2}"), + self.check("resourceGroup", "{rg}"), + ], + ) + + self.cmd( + "az devcenter admin network-connection list " '--resource-group "{rg}" ', + checks=[ + self.check("length(@)", 2), + ], + ) + + self.cmd( + "az devcenter admin network-connection list-health-check " + '--resource-group "{rg}" ' + '-n "{networkConnectionName2}" ', + checks=[ + self.check("length(@)", 1), + self.check("[0].healthChecks[0].displayName", "Azure tenant readiness"), + ], + ) + + self.cmd( + "az devcenter admin network-connection show-health-check " + '--resource-group "{rg}" ' + '-n "{networkConnectionName2}" ', + checks=[ + self.check("healthChecks[0].displayName", "Azure tenant readiness"), + self.check("healthChecks[0].status", "Passed"), + self.check( + "healthChecks[1].displayName", "Azure virtual network readiness" + ), + self.check("healthChecks[1].status", "Passed"), + ], + ) + + self.cmd( + "az devcenter admin network-connection list-outbound-network-dependencies-endpoint " + '--resource-group "{rg}" ' + '-n "{networkConnectionName2}" ', + checks=[ + self.check("length(@)", 4), + self.check("[0].category", "Azure Virtual Desktop Commercial Cloud"), + self.check("[0].endpoints[0].domainName", "*.wvd.microsoft.com"), + self.check("[1].category", "Azure Virtual Desktop Optional"), + self.check("[1].endpoints[0].domainName", "*.microsoftonline.com"), + self.check("[2].category", "Intune"), + self.check("[2].endpoints[0].domainName", "login.microsoftonline.com"), + self.check("[3].category", "Cloud PC"), + self.check("[3].endpoints[0].domainName", "rdweb.wvd.microsoft.com"), + ], + ) + + self.cmd( + "az devcenter admin network-connection delete --yes " + '--name "{networkConnectionName2}" ' + '--resource-group "{rg}"' + ) + + self.cmd( + "az devcenter admin network-connection list " '--resource-group "{rg}" ', + checks=[ + self.check("length(@)", 1), + ], + ) + + @ResourceGroupPreparer( + name_prefix="clitestdevcenter_rg1"[:7], key="rg", parameter_name="rg" + ) def test_devbox_definition_scenario(self): - self.kwargs.update({ - 'devcenterName': self.create_random_name(prefix='cli', length=24), - }) + self.kwargs.update( + { + "devcenterName": self.create_random_name(prefix="cli", length=24), + } + ) create_dev_center(self) create_project(self) - self.kwargs.update({ - 'imageRefId': "/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/Microsoft.DevCenter/devcenters/{devcenterName}/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os", - 'devBoxDefinitionName': self.create_random_name(prefix='c1', length=12), - 'osStorageType': "ssd_1024gb", - 'skuName': "general_a_8c32gb_v1" - }) - - self.cmd('az devcenter admin devbox-definition list ' - '--resource-group "{rg}" ' - '--dev-center "{devcenterName}" ', - checks=[ - self.check("length(@)", 0), - ] - ) - - self.cmd('az devcenter admin devbox-definition list ' - '--resource-group "{rg}" ' - '--project "{projectName}" ', - checks=[ - self.check("length(@)", 0), - ] - ) - - self.cmd('az devcenter admin devbox-definition create ' - '--dev-center "{devcenterName}" ' - '--name "{devBoxDefinitionName}" ' - '--image-reference id="{imageRefId}" ' - '--resource-group "{rg}" ' - '--hibernate-support "Disabled" ' - '--os-storage-type "{osStorageType}" ' - '--sku name="{skuName}" ' - '--location "{location}" ', - checks=[ - self.check('name', "{devBoxDefinitionName}"), - self.check('resourceGroup', "{rg}"), - self.check('osStorageType', "{osStorageType}"), - self.check('hibernateSupport', "Disabled"), - self.check('imageReference.id', "{imageRefId}"), - self.check('sku.name', "{skuName}"), - self.check('location', "{location}") - ] - ) - - self.cmd('az devcenter admin devbox-definition list ' - '--resource-group "{rg}" ' - '--dev-center "{devcenterName}" ', - checks=[ - self.check("length(@)", 1), - ] - ) - - self.cmd('az devcenter admin devbox-definition list ' - '--resource-group "{rg}" ' - '--project "{projectName}" ', - checks=[ - self.check("length(@)", 1), - ] - ) - - self.cmd('az devcenter admin devbox-definition update ' - '--dev-center "{devcenterName}" ' - '--name "{devBoxDefinitionName}" ' - '--resource-group "{rg}" ' - '--hibernate-support "Enabled" ', - checks=[ - self.check('name', "{devBoxDefinitionName}"), - self.check('resourceGroup', "{rg}"), - self.check('osStorageType', "{osStorageType}"), - self.check('hibernateSupport', "Enabled"), - self.check('imageReference.id', "{imageRefId}"), - self.check('sku.name', "{skuName}"), - self.check('location', "{location}") - ] - ) - - self.cmd('az devcenter admin devbox-definition show ' - '--dev-center "{devcenterName}" ' - '--name "{devBoxDefinitionName}" ' - '--resource-group "{rg}" ', - checks=[ - self.check('name', "{devBoxDefinitionName}"), - self.check('resourceGroup', "{rg}"), - self.check('osStorageType', "{osStorageType}"), - self.check('hibernateSupport', "Enabled"), - self.check('imageReference.id', "{imageRefId}"), - self.check('sku.name', "{skuName}"), - self.check('location', "{location}") - ] - ) - - self.cmd('az devcenter admin devbox-definition show ' - '--project-name "{projectName}" ' - '--name "{devBoxDefinitionName}" ' - '--resource-group "{rg}" ', - checks=[ - self.check('name', "{devBoxDefinitionName}"), - self.check('resourceGroup', "{rg}"), - self.check('osStorageType', "{osStorageType}"), - self.check('hibernateSupport', "Enabled"), - self.check('imageReference.id', "{imageRefId}"), - self.check('sku.name', "{skuName}"), - self.check('location', "{location}") - ] - ) - - self.cmd('az devcenter admin devbox-definition delete --yes ' - '--dev-center "{devcenterName}" ' - '--name "{devBoxDefinitionName}" ' - '--resource-group "{rg}"') - - self.cmd('az devcenter admin devbox-definition list ' - '--resource-group "{rg}" ' - '--dev-center "{devcenterName}" ', - checks=[ - self.check("length(@)", 0), - ] - ) - - self.cmd('az devcenter admin devbox-definition list ' - '--resource-group "{rg}" ' - '--project "{projectName}" ', - checks=[ - self.check("length(@)", 0), - ] - ) + imageRefId = f"{self.kwargs.get('devCenterId', '')}/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os" + + self.kwargs.update( + { + "imageRefId": imageRefId, + "devBoxDefinitionName": self.create_random_name(prefix="c1", length=12), + "osStorageType": "ssd_1024gb", + "skuName": "general_a_8c32gb_v1", + } + ) + + self.cmd( + "az devcenter admin devbox-definition list " + '--resource-group "{rg}" ' + '--dev-center "{devcenterName}" ', + checks=[ + self.check("length(@)", 0), + ], + ) + + self.cmd( + "az devcenter admin devbox-definition list " + '--resource-group "{rg}" ' + '--project "{projectName}" ', + checks=[ + self.check("length(@)", 0), + ], + ) + + self.cmd( + "az devcenter admin devbox-definition create " + '--dev-center "{devcenterName}" ' + '--name "{devBoxDefinitionName}" ' + '--image-reference id="{imageRefId}" ' + '--resource-group "{rg}" ' + '--hibernate-support "Disabled" ' + '--os-storage-type "{osStorageType}" ' + '--sku name="{skuName}" ' + '--location "{location}" ', + checks=[ + self.check("name", "{devBoxDefinitionName}"), + self.check("resourceGroup", "{rg}"), + self.check("osStorageType", "{osStorageType}"), + self.check("hibernateSupport", "Disabled"), + self.check("imageReference.id", "{imageRefId}"), + self.check("sku.name", "{skuName}"), + self.check("location", "{location}"), + ], + ) + + self.cmd( + "az devcenter admin devbox-definition list " + '--resource-group "{rg}" ' + '--dev-center "{devcenterName}" ', + checks=[ + self.check("length(@)", 1), + ], + ) + + self.cmd( + "az devcenter admin devbox-definition list " + '--resource-group "{rg}" ' + '--project "{projectName}" ', + checks=[ + self.check("length(@)", 1), + ], + ) + + self.cmd( + "az devcenter admin devbox-definition update " + '--dev-center "{devcenterName}" ' + '--name "{devBoxDefinitionName}" ' + '--resource-group "{rg}" ' + '--hibernate-support "Enabled" ', + checks=[ + self.check("name", "{devBoxDefinitionName}"), + self.check("resourceGroup", "{rg}"), + self.check("osStorageType", "{osStorageType}"), + self.check("hibernateSupport", "Enabled"), + self.check("imageReference.id", "{imageRefId}"), + self.check("sku.name", "{skuName}"), + self.check("location", "{location}"), + ], + ) + + self.cmd( + "az devcenter admin devbox-definition show " + '--dev-center "{devcenterName}" ' + '--name "{devBoxDefinitionName}" ' + '--resource-group "{rg}" ', + checks=[ + self.check("name", "{devBoxDefinitionName}"), + self.check("resourceGroup", "{rg}"), + self.check("osStorageType", "{osStorageType}"), + self.check("hibernateSupport", "Enabled"), + self.check("imageReference.id", "{imageRefId}"), + self.check("sku.name", "{skuName}"), + self.check("location", "{location}"), + ], + ) + + self.cmd( + "az devcenter admin devbox-definition show " + '--project-name "{projectName}" ' + '--name "{devBoxDefinitionName}" ' + '--resource-group "{rg}" ', + checks=[ + self.check("name", "{devBoxDefinitionName}"), + self.check("resourceGroup", "{rg}"), + self.check("osStorageType", "{osStorageType}"), + self.check("hibernateSupport", "Enabled"), + self.check("imageReference.id", "{imageRefId}"), + self.check("sku.name", "{skuName}"), + self.check("location", "{location}"), + ], + ) + + self.cmd( + "az devcenter admin devbox-definition delete --yes " + '--dev-center "{devcenterName}" ' + '--name "{devBoxDefinitionName}" ' + '--resource-group "{rg}"' + ) + + self.cmd( + "az devcenter admin devbox-definition list " + '--resource-group "{rg}" ' + '--dev-center "{devcenterName}" ', + checks=[ + self.check("length(@)", 0), + ], + ) + + self.cmd( + "az devcenter admin devbox-definition list " + '--resource-group "{rg}" ' + '--project "{projectName}" ', + checks=[ + self.check("length(@)", 0), + ], + ) @AllowLargeResponse() - @ResourceGroupPreparer(name_prefix='clitestdevcenter_rg1'[:7], key='rg', parameter_name='rg') + @ResourceGroupPreparer( + name_prefix="clitestdevcenter_rg1"[:7], key="rg", parameter_name="rg" + ) def test_gallery_scenario(self): - create_dev_center_with_identity(self) create_sig(self) - if (self.is_live): + if self.is_live: create_sig_role_assignments(self) - self.kwargs.update({ - 'galleryName': self.create_random_name(prefix='cli', length=24), - 'devBoxDefinitionName': self.create_random_name(prefix='cli', length=24), - 'devBoxDefinitionName2': self.create_random_name(prefix='cli', length=24) - }) - - self.cmd('az devcenter admin gallery list ' - '--resource-group "{rg}" ' - '--dev-center "{devcenterName}" ', - checks=[ - self.check("length(@)", 1), - self.check("[0].name", "Default") - ] - ) - - self.cmd('az devcenter admin gallery create ' - '--dev-center "{devcenterName}" ' - '--name "{galleryName}" ' - '--gallery-resource-id "{sigId}" ' - '--resource-group "{rg}"', - checks=[ - self.check('name', "{galleryName}"), - self.check('resourceGroup', "{rg}"), - self.check('galleryResourceId', "{sigId}") - ] - ) - - self.cmd('az devcenter admin gallery list ' - '--dev-center "{devcenterName}" ' - '--resource-group "{rg}" ', - checks=[ - self.check("length(@)", 2) - ] - ) - - self.cmd('az devcenter admin gallery show ' - '--dev-center "{devcenterName}" ' - '--name "{galleryName}" ' - '--resource-group "{rg}"', - checks=[ - self.check('name', "{galleryName}"), - self.check('resourceGroup', "{rg}"), - self.check('galleryResourceId', "{sigId}") - ] - ) - - self.cmd('az devcenter admin image list ' - '--gallery-name "{galleryName}" ' - '--dev-center "{devcenterName}" ' - '--resource-group "{rg}" ', - checks=[ - self.check("length(@)", 1), - self.check("[0].name", "{imageDefName}"), - ] - ) - - self.cmd('az devcenter admin image show ' - '--name "{imageDefName}" ' - '--gallery-name "{galleryName}" ' - '--dev-center "{devcenterName}" ' - '--resource-group "{rg}"', - checks=[ - self.check('name', "{imageDefName}"), - self.check('offer', "{offer}"), - self.check('publisher', "{publisher}"), - self.check('sku', "{sku}"), - self.check('resourceGroup', "{rg}") - ] - ) - - self.cmd('az devcenter admin image-version list ' - '--image-name "{imageDefName}" ' - '--gallery-name "{galleryName}" ' - '--dev-center "{devcenterName}" ' - '--resource-group "{rg}" ', - checks=[ - self.check("length(@)", 1), - self.check("[0].name", "{imageVersion}"), - ] - ) - - imageVersion = self.cmd('az devcenter admin image-version show ' - '--image-name "{imageDefName}" ' - '--gallery-name "{galleryName}" ' - '--dev-center "{devcenterName}" ' - '--version-name {imageVersion} ' - '--resource-group "{rg}" ', - checks=[ - self.check('resourceGroup', "{rg}"), - self.check("name", "{imageVersion}") - ] - ).get_output_in_json() - - self.kwargs.update({ - 'imageVersionId': imageVersion['id'] - }) - - self.cmd('az devcenter admin gallery delete --yes ' - '--dev-center "{devcenterName}" ' - '--name "{galleryName}" ' - '--resource-group "{rg}"') - - self.cmd('az devcenter admin gallery list ' - '--dev-center "{devcenterName}" ' - '--resource-group "{rg}" ', - checks=[ - self.check("length(@)", 1), - ] - ) - - @ResourceGroupPreparer(name_prefix='clitestdevcenter_rg1'[:7], key='rg', parameter_name='rg') + self.kwargs.update( + { + "galleryName": self.create_random_name(prefix="cli", length=24), + "devBoxDefinitionName": self.create_random_name( + prefix="cli", length=24 + ), + "devBoxDefinitionName2": self.create_random_name( + prefix="cli", length=24 + ), + } + ) + + self.cmd( + "az devcenter admin gallery list " + '--resource-group "{rg}" ' + '--dev-center "{devcenterName}" ', + checks=[self.check("length(@)", 1), self.check("[0].name", "Default")], + ) + + self.cmd( + "az devcenter admin gallery create " + '--dev-center "{devcenterName}" ' + '--name "{galleryName}" ' + '--gallery-resource-id "{sigId}" ' + '--resource-group "{rg}"', + checks=[ + self.check("name", "{galleryName}"), + self.check("resourceGroup", "{rg}"), + self.check("galleryResourceId", "{sigId}"), + ], + ) + + self.cmd( + "az devcenter admin gallery list " + '--dev-center "{devcenterName}" ' + '--resource-group "{rg}" ', + checks=[self.check("length(@)", 2)], + ) + + self.cmd( + "az devcenter admin gallery show " + '--dev-center "{devcenterName}" ' + '--name "{galleryName}" ' + '--resource-group "{rg}"', + checks=[ + self.check("name", "{galleryName}"), + self.check("resourceGroup", "{rg}"), + self.check("galleryResourceId", "{sigId}"), + ], + ) + + self.cmd( + "az devcenter admin image list " + '--gallery-name "{galleryName}" ' + '--dev-center "{devcenterName}" ' + '--resource-group "{rg}" ', + checks=[ + self.check("length(@)", 1), + self.check("[0].name", "{imageDefName}"), + ], + ) + + self.cmd( + "az devcenter admin image show " + '--name "{imageDefName}" ' + '--gallery-name "{galleryName}" ' + '--dev-center "{devcenterName}" ' + '--resource-group "{rg}"', + checks=[ + self.check("name", "{imageDefName}"), + self.check("offer", "{offer}"), + self.check("publisher", "{publisher}"), + self.check("sku", "{sku}"), + self.check("resourceGroup", "{rg}"), + ], + ) + + self.cmd( + "az devcenter admin image-version list " + '--image-name "{imageDefName}" ' + '--gallery-name "{galleryName}" ' + '--dev-center "{devcenterName}" ' + '--resource-group "{rg}" ', + checks=[ + self.check("length(@)", 1), + self.check("[0].name", "{imageVersion}"), + ], + ) + + imageVersion = self.cmd( + "az devcenter admin image-version show " + '--image-name "{imageDefName}" ' + '--gallery-name "{galleryName}" ' + '--dev-center "{devcenterName}" ' + "--version-name {imageVersion} " + '--resource-group "{rg}" ', + checks=[ + self.check("resourceGroup", "{rg}"), + self.check("name", "{imageVersion}"), + ], + ).get_output_in_json() + + self.kwargs.update({"imageVersionId": imageVersion["id"]}) + + self.cmd( + "az devcenter admin gallery delete --yes " + '--dev-center "{devcenterName}" ' + '--name "{galleryName}" ' + '--resource-group "{rg}"' + ) + + self.cmd( + "az devcenter admin gallery list " + '--dev-center "{devcenterName}" ' + '--resource-group "{rg}" ', + checks=[ + self.check("length(@)", 1), + ], + ) + + @ResourceGroupPreparer( + name_prefix="clitestdevcenter_rg1"[:7], key="rg", parameter_name="rg" + ) def test_attached_network_scenario(self): - self.kwargs.update({ - 'devcenterName': self.create_random_name(prefix='cli', length=24), - }) + self.kwargs.update( + { + "devcenterName": self.create_random_name(prefix="cli", length=24), + } + ) create_dev_center(self) create_project(self) create_network_connection(self) - self.kwargs.update({ - 'attachedNetworkName': self.create_random_name(prefix='c2', length=12) - }) - - self.cmd('az devcenter admin attached-network list ' - '--resource-group "{rg}" ' - '--dev-center "{devcenterName}" ', - checks=[ - self.check("length(@)", 0), - ] - ) - - self.cmd('az devcenter admin attached-network list ' - '--resource-group "{rg}" ' - '--project "{projectName}" ', - checks=[ - self.check("length(@)", 0), - ] - ) - - self.cmd('az devcenter admin attached-network create ' - '--dev-center "{devcenterName}" ' - '--name "{attachedNetworkName}" ' - '--network-connection-id "{networkConnectionId}" ' - '--resource-group "{rg}" ', - checks=[ - self.check('name', "{attachedNetworkName}"), - self.check('resourceGroup', "{rg}"), - self.check('networkConnectionId', - "{networkConnectionId}"), - self.check('domainJoinType', "AzureADJoin"), - ] - ) - - self.cmd('az devcenter admin attached-network list ' - '--resource-group "{rg}" ' - '--dev-center "{devcenterName}" ', - checks=[ - self.check("length(@)", 1), - ] - ) - - self.cmd('az devcenter admin attached-network list ' - '--resource-group "{rg}" ' - '--project "{projectName}" ', - checks=[ - self.check("length(@)", 1), - self.check("[0].name", "{attachedNetworkName}") - ] - ) - - self.cmd('az devcenter admin attached-network show ' - '--dev-center "{devcenterName}" ' - '--name "{attachedNetworkName}" ' - '--resource-group "{rg}" ', - checks=[ - self.check('name', "{attachedNetworkName}"), - self.check('resourceGroup', "{rg}"), - self.check('networkConnectionId', - "{networkConnectionId}"), - self.check('domainJoinType', "AzureADJoin"), - ] - ) - - self.cmd('az devcenter admin attached-network show ' - '--project-name "{projectName}" ' - '--name "{attachedNetworkName}" ' - '--resource-group "{rg}" ', - checks=[ - self.check('name', "{attachedNetworkName}"), - self.check('resourceGroup', "{rg}"), - self.check('networkConnectionId', - "{networkConnectionId}"), - self.check('domainJoinType', "AzureADJoin"), - ] - ) - - self.cmd('az devcenter admin attached-network delete --yes ' - '--dev-center "{devcenterName}" ' - '--name "{attachedNetworkName}" ' - '--resource-group "{rg}"') - - self.cmd('az devcenter admin attached-network list ' - '--resource-group "{rg}" ' - '--dev-center "{devcenterName}" ', - checks=[ - self.check("length(@)", 0), - ] - ) - - self.cmd('az devcenter admin attached-network list ' - '--resource-group "{rg}" ' - '--project "{projectName}" ', - checks=[ - self.check("length(@)", 0), - ] - ) - - @ResourceGroupPreparer(name_prefix='clitestdevcenter_rg1'[:7], key='rg', parameter_name='rg') + self.kwargs.update( + {"attachedNetworkName": self.create_random_name(prefix="c2", length=12)} + ) + + self.cmd( + "az devcenter admin attached-network list " + '--resource-group "{rg}" ' + '--dev-center "{devcenterName}" ', + checks=[ + self.check("length(@)", 0), + ], + ) + + self.cmd( + "az devcenter admin attached-network list " + '--resource-group "{rg}" ' + '--project "{projectName}" ', + checks=[ + self.check("length(@)", 0), + ], + ) + + self.cmd( + "az devcenter admin attached-network create " + '--dev-center "{devcenterName}" ' + '--name "{attachedNetworkName}" ' + '--network-connection-id "{networkConnectionId}" ' + '--resource-group "{rg}" ', + checks=[ + self.check("name", "{attachedNetworkName}"), + self.check("resourceGroup", "{rg}"), + self.check("networkConnectionId", "{networkConnectionId}"), + self.check("domainJoinType", "AzureADJoin"), + ], + ) + + self.cmd( + "az devcenter admin attached-network list " + '--resource-group "{rg}" ' + '--dev-center "{devcenterName}" ', + checks=[ + self.check("length(@)", 1), + ], + ) + + self.cmd( + "az devcenter admin attached-network list " + '--resource-group "{rg}" ' + '--project "{projectName}" ', + checks=[ + self.check("length(@)", 1), + self.check("[0].name", "{attachedNetworkName}"), + ], + ) + + self.cmd( + "az devcenter admin attached-network show " + '--dev-center "{devcenterName}" ' + '--name "{attachedNetworkName}" ' + '--resource-group "{rg}" ', + checks=[ + self.check("name", "{attachedNetworkName}"), + self.check("resourceGroup", "{rg}"), + self.check("networkConnectionId", "{networkConnectionId}"), + self.check("domainJoinType", "AzureADJoin"), + ], + ) + + self.cmd( + "az devcenter admin attached-network show " + '--project-name "{projectName}" ' + '--name "{attachedNetworkName}" ' + '--resource-group "{rg}" ', + checks=[ + self.check("name", "{attachedNetworkName}"), + self.check("resourceGroup", "{rg}"), + self.check("networkConnectionId", "{networkConnectionId}"), + self.check("domainJoinType", "AzureADJoin"), + ], + ) + + self.cmd( + "az devcenter admin attached-network delete --yes " + '--dev-center "{devcenterName}" ' + '--name "{attachedNetworkName}" ' + '--resource-group "{rg}"' + ) + + self.cmd( + "az devcenter admin attached-network list " + '--resource-group "{rg}" ' + '--dev-center "{devcenterName}" ', + checks=[ + self.check("length(@)", 0), + ], + ) + + self.cmd( + "az devcenter admin attached-network list " + '--resource-group "{rg}" ' + '--project "{projectName}" ', + checks=[ + self.check("length(@)", 0), + ], + ) + + @ResourceGroupPreparer( + name_prefix="clitestdevcenter_rg1"[:7], key="rg", parameter_name="rg" + ) def test_pool_scenario(self): - self.kwargs.update({ - 'location': 'eastus', - }) + self.kwargs.update( + { + "location": "centraluseuap", + } + ) create_attached_network_dev_box_definition(self) - self.kwargs.update({ - 'poolName': self.create_random_name(prefix='c3', length=12) - }) - - self.cmd('az devcenter admin pool list ' - '--resource-group "{rg}" ' - '--project-name "{projectName}" ', - checks=[ - self.check("length(@)", 0), - ] - ) - - self.cmd('az devcenter admin pool create ' - '-d "{devBoxDefinitionName}" ' - '--location "{location}" ' - '--local-administrator "Disabled" ' - '--name "{poolName}" ' - '-c "{attachedNetworkName}" ' - '--project-name "{projectName}" ' - '--resource-group "{rg}" ', - checks=[ - self.check('name', "{poolName}"), - self.check('resourceGroup', "{rg}"), - self.check('devBoxDefinitionName', - "{devBoxDefinitionName}"), - self.check('localAdministrator', "Disabled"), - self.check('networkConnectionName', - "{attachedNetworkName}"), - self.check('location', "{location}") - ] - ) - - self.cmd('az devcenter admin pool list ' - '--resource-group "{rg}" ' - '--project-name "{projectName}" ', - checks=[ - self.check("length(@)", 1), - self.check("[0].name", "{poolName}") - ] - ) - - self.cmd('az devcenter admin pool update ' - '--local-administrator "Enabled" ' - '-d "{devBoxDefinitionName2}" ' - '--name "{poolName}" ' - '--project-name "{projectName}" ' - '--resource-group "{rg}" ', - checks=[ - self.check('name', "{poolName}"), - self.check('resourceGroup', "{rg}"), - self.check('devBoxDefinitionName', - "{devBoxDefinitionName2}"), - self.check('localAdministrator', "Enabled"), - self.check('networkConnectionName', - "{attachedNetworkName}"), - self.check('location', "{location}") - ] - ) - - self.cmd('az devcenter admin pool show ' - '--name "{poolName}" ' - '--project-name "{projectName}" ' - '--resource-group "{rg}" ', - checks=[ - self.check('name', "{poolName}"), - self.check('resourceGroup', "{rg}"), - self.check('devBoxDefinitionName', - "{devBoxDefinitionName2}"), - self.check('localAdministrator', "Enabled"), - self.check('networkConnectionName', - "{attachedNetworkName}"), - self.check('location', "{location}") - ] - ) - - self.cmd('az devcenter admin schedule create ' - '--pool-name "{poolName}" ' - '--project-name "{projectName}" ' - '--resource-group "{rg}" ' - '--time "13:00" ' - '--time-zone "America/Los_Angeles" ', - checks=[ - self.check('name', "default"), - self.check('resourceGroup', "{rg}"), - self.check('properties.timeZone', "America/Los_Angeles"), - self.check('properties.time', "13:00"), - self.check('properties.frequency', "Daily"), - self.check('properties.type', "StopDevBox") - ] - ) - - self.cmd('az devcenter admin schedule update ' - '--pool-name "{poolName}" ' - '--project-name "{projectName}" ' - '--resource-group "{rg}" ' - '--time "17:30" ' - '--time-zone "America/New_York" ', - checks=[ - self.check('name', "default"), - self.check('resourceGroup', "{rg}"), - self.check('properties.timeZone', "America/New_York"), - self.check('properties.time', "17:30"), - self.check('properties.frequency', "Daily"), - self.check('properties.type', "StopDevBox") - ] - ) - - self.cmd('az devcenter admin schedule show ' - '--pool-name "{poolName}" ' - '--project-name "{projectName}" ' - '--resource-group "{rg}" ', - checks=[ - self.check('name', "default"), - self.check('resourceGroup', "{rg}"), - self.check('properties.timeZone', "America/New_York"), - self.check('properties.time', "17:30"), - self.check('properties.frequency', "Daily"), - self.check('properties.type', "StopDevBox") - ] - ) - - self.cmd('az devcenter admin schedule delete --yes ' - '--project-name "{projectName}" ' - '--pool-name "{poolName}" ' - '--resource-group "{rg}"') - - self.cmd('az devcenter admin pool delete --yes ' - '--project-name "{projectName}" ' - '--name "{poolName}" ' - '--resource-group "{rg}"') - - self.cmd('az devcenter admin pool list ' - '--resource-group "{rg}" ' - '--project-name "{projectName}" ', - checks=[ - self.check("length(@)", 0), - ] - ) - - @ResourceGroupPreparer(name_prefix='clitestdevcenter_rg1'[:7], key='rg', parameter_name='rg') + self.kwargs.update( + {"poolName": self.create_random_name(prefix="c3", length=12)} + ) + + self.cmd( + "az devcenter admin pool list " + '--resource-group "{rg}" ' + '--project-name "{projectName}" ', + checks=[ + self.check("length(@)", 0), + ], + ) + + # TODO: Add health check and health check details in return type when API available + # TODO: Add stopOnDisconnect idle back when available + self.cmd( + "az devcenter admin pool create " + '-d "{devBoxDefinitionName}" ' + '--location "{location}" ' + '--local-administrator "Disabled" ' + '--name "{poolName}" ' + '-c "{attachedNetworkName}" ' + '--project-name "{projectName}" ' + '--resource-group "{rg}" ', + checks=[ + self.check("name", "{poolName}"), + self.check("resourceGroup", "{rg}"), + self.check("devBoxDefinitionName", "{devBoxDefinitionName}"), + self.check("localAdministrator", "Disabled"), + self.check("networkConnectionName", "{attachedNetworkName}"), + self.check("location", "{location}"), + ], + ) + + self.cmd( + "az devcenter admin pool list " + '--resource-group "{rg}" ' + '--project-name "{projectName}" ', + checks=[self.check("length(@)", 1), self.check("[0].name", "{poolName}")], + ) + + self.cmd( + "az devcenter admin pool update " + '--local-administrator "Enabled" ' + '-d "{devBoxDefinitionName2}" ' + '--name "{poolName}" ' + '--project-name "{projectName}" ' + '--resource-group "{rg}" ', + checks=[ + self.check("name", "{poolName}"), + self.check("resourceGroup", "{rg}"), + self.check("devBoxDefinitionName", "{devBoxDefinitionName2}"), + self.check("localAdministrator", "Enabled"), + self.check("networkConnectionName", "{attachedNetworkName}"), + self.check("location", "{location}"), + ], + ) + + self.cmd( + "az devcenter admin pool show " + '--name "{poolName}" ' + '--project-name "{projectName}" ' + '--resource-group "{rg}" ', + checks=[ + self.check("name", "{poolName}"), + self.check("resourceGroup", "{rg}"), + self.check("devBoxDefinitionName", "{devBoxDefinitionName2}"), + self.check("localAdministrator", "Enabled"), + self.check("networkConnectionName", "{attachedNetworkName}"), + self.check("location", "{location}"), + ], + ) + + # TODO: Uncomment once feature is complete + # self.cmd( + # "az devcenter admin pool run-health-check " + # '--name "{poolName}" ' + # '--project-name "{projectName}" ' + # '--resource-group "{rg}" ' + # ) + + self.cmd( + "az devcenter admin schedule create " + '--pool-name "{poolName}" ' + '--project-name "{projectName}" ' + '--resource-group "{rg}" ' + '--time "13:00" ' + '--time-zone "America/Los_Angeles" ', + checks=[ + self.check("name", "default"), + self.check("resourceGroup", "{rg}"), + self.check("properties.timeZone", "America/Los_Angeles"), + self.check("properties.time", "13:00"), + self.check("properties.frequency", "Daily"), + self.check("properties.type", "StopDevBox"), + ], + ) + + self.cmd( + "az devcenter admin schedule update " + '--pool-name "{poolName}" ' + '--project-name "{projectName}" ' + '--resource-group "{rg}" ' + '--time "17:30" ' + '--time-zone "America/New_York" ', + checks=[ + self.check("name", "default"), + self.check("resourceGroup", "{rg}"), + self.check("properties.timeZone", "America/New_York"), + self.check("properties.time", "17:30"), + self.check("properties.frequency", "Daily"), + self.check("properties.type", "StopDevBox"), + ], + ) + + self.cmd( + "az devcenter admin schedule show " + '--pool-name "{poolName}" ' + '--project-name "{projectName}" ' + '--resource-group "{rg}" ', + checks=[ + self.check("name", "default"), + self.check("resourceGroup", "{rg}"), + self.check("properties.timeZone", "America/New_York"), + self.check("properties.time", "17:30"), + self.check("properties.frequency", "Daily"), + self.check("properties.type", "StopDevBox"), + ], + ) + + self.cmd( + "az devcenter admin schedule delete --yes " + '--project-name "{projectName}" ' + '--pool-name "{poolName}" ' + '--resource-group "{rg}"' + ) + + self.cmd( + "az devcenter admin pool delete --yes " + '--project-name "{projectName}" ' + '--name "{poolName}" ' + '--resource-group "{rg}"' + ) + + self.cmd( + "az devcenter admin pool list " + '--resource-group "{rg}" ' + '--project-name "{projectName}" ', + checks=[ + self.check("length(@)", 0), + ], + ) + + @ResourceGroupPreparer( + name_prefix="clitestdevcenter_rg1"[:7], key="rg", parameter_name="rg" + ) def test_check_name_avail_scenario(self): - self.kwargs.update({ - 'devcenterName': self.create_random_name(prefix='cli', length=24), - }) - - self.cmd('az devcenter admin check-name-availability execute ' - '--name "{devcenterName}" ' - '--type "Microsoft.DevCenter/devcenters" ', - checks=[ - self.check("nameAvailable", True), - ] - ) + self.kwargs.update( + { + "devcenterName": self.create_random_name(prefix="cli", length=24), + } + ) + + self.cmd( + "az devcenter admin check-name-availability execute " + '--name "{devcenterName}" ' + '--type "Microsoft.DevCenter/devcenters" ', + checks=[ + self.check("nameAvailable", True), + ], + ) create_dev_center(self) - self.cmd('az devcenter admin check-name-availability execute ' - '--name "{devcenterName}" ' - '--type "Microsoft.DevCenter/devcenters" ', - checks=[ - self.check("nameAvailable", False), - ] - ) + self.cmd( + "az devcenter admin check-name-availability execute " + '--name "{devcenterName}" ' + '--type "Microsoft.DevCenter/devcenters" ', + checks=[ + self.check("nameAvailable", False), + ], + ) def test_sku_scenario(self): - self.cmd('az devcenter admin sku list', - checks=[ - self.check("length(@)", 9), - ] - ) - - @ResourceGroupPreparer(name_prefix='clitestdevcenter_rg1'[:7], key='rg', parameter_name='rg') + self.cmd( + "az devcenter admin sku list", + checks=[ + self.check("length(@)", 8), + ], + ) + + @ResourceGroupPreparer( + name_prefix="clitestdevcenter_rg1"[:7], key="rg", parameter_name="rg" + ) def test_catalog_scenario(self): - self.kwargs.update({ - 'catalogName': self.create_random_name(prefix='c2', length=12), - 'branch': 'main', - 'path': "/Catalog_v2", - 'secretIdentifier': "https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000", - 'secretIdentifier2': "https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000", - 'uri': "https://domain.com/dummy/dummy.git" - }) + self.kwargs.update( + { + "catalogName": self.create_random_name(prefix="c2", length=12), + "branch": "main", + "path": "/Environments", + "secretIdentifier": "https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000", + "secretIdentifier2": "https://dummy.fake.net/secrets/dummy/0000000000000000000000000000000", + "uri": "https://domain.com/dummy/dummy.git", + } + ) create_dev_center_with_identity(self) create_kv_policy(self) - self.cmd('az devcenter admin catalog list ' - '--resource-group "{rg}" ' - '--dev-center "{devcenterName}" ', - checks=[ - self.check("length(@)", 0), - ] - ) - - self.cmd('az devcenter admin catalog create ' - '--dev-center "{devcenterName}" ' - '--name "{catalogName}" ' - '--git-hub path="{path}" branch="{branch}" ' - 'secret-identifier="{secretIdentifier}" uri="{uri}" ' - '--resource-group "{rg}" ', - checks=[ - self.check('name', "{catalogName}"), - self.check('resourceGroup', "{rg}"), - self.check('gitHub.branch', "{branch}"), - self.check('gitHub.path', "{path}"), - self.check('gitHub.secretIdentifier', - "{secretIdentifier}"), - self.check('gitHub.uri', "{uri}"), - ] - ) - - self.cmd('az devcenter admin catalog list ' - '--resource-group "{rg}" ' - '--dev-center "{devcenterName}" ', - checks=[ - self.check("length(@)", 1), - ] - ) - - self.cmd('az devcenter admin catalog sync ' - '--dev-center "{devcenterName}" ' - '--name "{catalogName}" ' - '--resource-group "{rg}" ' - ) - - self.cmd('az devcenter admin catalog show ' - '--dev-center "{devcenterName}" ' - '--name "{catalogName}" ' - '--resource-group "{rg}" ', - checks=[ - self.check('name', "{catalogName}"), - self.check('resourceGroup', "{rg}"), - self.check('gitHub.branch', "{branch}"), - self.check('gitHub.path', "{path}"), - self.check('gitHub.secretIdentifier', - "{secretIdentifier}"), - self.check('gitHub.uri', "{uri}"), - self.check('syncState', "Succeeded") - ] - ) - - self.cmd('az devcenter admin catalog update ' - '--dev-center "{devcenterName}" ' - '--name "{catalogName}" ' - '--git-hub path="/Catalog" branch="test" ' - 'secret-identifier="{secretIdentifier2}" ' - '--resource-group "{rg}"', - checks=[ - self.check('name', "{catalogName}"), - self.check('resourceGroup', "{rg}"), - self.check('gitHub.branch', "test"), - self.check('gitHub.path', "/Catalog"), - self.check('gitHub.secretIdentifier', - "{secretIdentifier2}"), - self.check('gitHub.uri', "{uri}"), - ] - ) - - self.cmd('az devcenter admin catalog delete --yes ' - '--dev-center "{devcenterName}" ' - '--name "{catalogName}" ' - '--resource-group "{rg}"') - - self.cmd('az devcenter admin catalog list ' - '--resource-group "{rg}" ' - '--dev-center "{devcenterName}" ', - checks=[ - self.check("length(@)", 0), - ] - ) - - @ResourceGroupPreparer(name_prefix='clitestdevcenter_rg1'[:7], key='rg', parameter_name='rg') + self.cmd( + "az devcenter admin catalog list " + '--resource-group "{rg}" ' + '--dev-center "{devcenterName}" ', + checks=[ + self.check("length(@)", 0), + ], + ) + + self.cmd( + "az devcenter admin catalog create " + '--dev-center "{devcenterName}" ' + '--name "{catalogName}" ' + '--git-hub path="{path}" branch="{branch}" ' + 'secret-identifier="{secretIdentifier}" uri="{uri}" ' + '--resource-group "{rg}" ', + checks=[ + self.check("name", "{catalogName}"), + self.check("resourceGroup", "{rg}"), + self.check("gitHub.branch", "{branch}"), + self.check("gitHub.path", "{path}"), + self.check("gitHub.secretIdentifier", "{secretIdentifier}"), + self.check("gitHub.uri", "{uri}"), + ], + ) + + self.cmd( + "az devcenter admin catalog list " + '--resource-group "{rg}" ' + '--dev-center "{devcenterName}" ', + checks=[ + self.check("length(@)", 1), + ], + ) + + self.cmd( + "az devcenter admin catalog sync " + '--dev-center "{devcenterName}" ' + '--name "{catalogName}" ' + '--resource-group "{rg}" ' + ) + + self.cmd( + "az devcenter admin catalog show " + '--dev-center "{devcenterName}" ' + '--name "{catalogName}" ' + '--resource-group "{rg}" ', + checks=[ + self.check("name", "{catalogName}"), + self.check("resourceGroup", "{rg}"), + self.check("gitHub.branch", "{branch}"), + self.check("gitHub.path", "{path}"), + self.check("gitHub.secretIdentifier", "{secretIdentifier}"), + self.check("gitHub.uri", "{uri}"), + self.check("syncState", "Succeeded"), + ], + ) + + self.cmd( + "az devcenter admin catalog update " + '--dev-center "{devcenterName}" ' + '--name "{catalogName}" ' + '--git-hub path="/tools" branch="main" ' + 'secret-identifier="{secretIdentifier2}" ' + '--resource-group "{rg}"', + checks=[ + self.check("name", "{catalogName}"), + self.check("resourceGroup", "{rg}"), + self.check("gitHub.branch", "main"), + self.check("gitHub.path", "/tools"), + self.check("gitHub.secretIdentifier", "{secretIdentifier2}"), + self.check("gitHub.uri", "{uri}"), + ], + ) + + self.cmd( + "az devcenter admin catalog delete --yes " + '--dev-center "{devcenterName}" ' + '--name "{catalogName}" ' + '--resource-group "{rg}"' + ) + + self.cmd( + "az devcenter admin catalog list " + '--resource-group "{rg}" ' + '--dev-center "{devcenterName}" ', + checks=[ + self.check("length(@)", 0), + ], + ) + + @ResourceGroupPreparer( + name_prefix="clitestdevcenter_rg1"[:7], key="rg", parameter_name="rg" + ) def test_env_type_scenario(self): - - self.kwargs.update({ - 'devcenterName': self.create_random_name(prefix='c2', length=24), - 'envTypeName': self.create_random_name(prefix='c', length=24), - 'tagVal1': 'val1', - 'tagKey1': "key1", - 'tagVal2': 'val2', - 'tagKey2': "key2", - }) + self.kwargs.update( + { + "devcenterName": self.create_random_name(prefix="c2", length=24), + "envTypeName": self.create_random_name(prefix="c", length=24), + "tagVal1": "val1", + "tagKey1": "key1", + "tagVal2": "val2", + "tagKey2": "key2", + } + ) create_dev_center(self) - self.cmd('az devcenter admin environment-type list ' - '--resource-group "{rg}" ' - '--dev-center "{devcenterName}" ', - checks=[ - self.check("length(@)", 0), - ] - ) - - self.cmd('az devcenter admin environment-type create ' - '--dev-center "{devcenterName}" ' - '--resource-group "{rg}" ' - '--name "{envTypeName}" ' - '--tags {tagVal1}="{tagKey1}" ', - checks=[ - self.check('name', "{envTypeName}"), - self.check('resourceGroup', "{rg}"), - self.check('tags.val1', "{tagKey1}"), - ] - ) - - self.cmd('az devcenter admin environment-type list ' - '--resource-group "{rg}" ' - '--dev-center "{devcenterName}" ', - checks=[ - self.check("length(@)", 1), - ] - ) - - self.cmd('az devcenter admin environment-type update ' - '--dev-center "{devcenterName}" ' - '--resource-group "{rg}" ' - '--name "{envTypeName}" ' - '--tags {tagVal2}="{tagKey2}" ', - checks=[ - self.check('name', "{envTypeName}"), - self.check('resourceGroup', "{rg}"), - self.check('tags.val2', "{tagKey2}"), - ] - ) - - self.cmd('az devcenter admin environment-type show ' - '--dev-center "{devcenterName}" ' - '--name "{envTypeName}" ' - '--resource-group "{rg}" ', - checks=[ - self.check('name', "{envTypeName}"), - self.check('resourceGroup', "{rg}"), - self.check('tags.val2', "{tagKey2}"), - ] - ) - - self.cmd('az devcenter admin environment-type delete --yes ' - '--dev-center "{devcenterName}" ' - '--name "{envTypeName}" ' - '--resource-group "{rg}"') - - self.cmd('az devcenter admin environment-type list ' - '--resource-group "{rg}" ' - '--dev-center "{devcenterName}" ', - checks=[ - self.check("length(@)", 0), - ] - ) - - @ResourceGroupPreparer(name_prefix='clitestdevcenter_rg1'[:7], key='rg', parameter_name='rg') + self.cmd( + "az devcenter admin environment-type list " + '--resource-group "{rg}" ' + '--dev-center "{devcenterName}" ', + checks=[ + self.check("length(@)", 0), + ], + ) + + self.cmd( + "az devcenter admin environment-type create " + '--dev-center "{devcenterName}" ' + '--resource-group "{rg}" ' + '--name "{envTypeName}" ' + '--tags {tagVal1}="{tagKey1}" ', + checks=[ + self.check("name", "{envTypeName}"), + self.check("resourceGroup", "{rg}"), + self.check("tags.val1", "{tagKey1}"), + ], + ) + + self.cmd( + "az devcenter admin environment-type list " + '--resource-group "{rg}" ' + '--dev-center "{devcenterName}" ', + checks=[ + self.check("length(@)", 1), + ], + ) + + self.cmd( + "az devcenter admin environment-type update " + '--dev-center "{devcenterName}" ' + '--resource-group "{rg}" ' + '--name "{envTypeName}" ' + '--tags {tagVal2}="{tagKey2}" ', + checks=[ + self.check("name", "{envTypeName}"), + self.check("resourceGroup", "{rg}"), + self.check("tags.val2", "{tagKey2}"), + ], + ) + + self.cmd( + "az devcenter admin environment-type show " + '--dev-center "{devcenterName}" ' + '--name "{envTypeName}" ' + '--resource-group "{rg}" ', + checks=[ + self.check("name", "{envTypeName}"), + self.check("resourceGroup", "{rg}"), + self.check("tags.val2", "{tagKey2}"), + ], + ) + + self.cmd( + "az devcenter admin environment-type delete --yes " + '--dev-center "{devcenterName}" ' + '--name "{envTypeName}" ' + '--resource-group "{rg}"' + ) + + self.cmd( + "az devcenter admin environment-type list " + '--resource-group "{rg}" ' + '--dev-center "{devcenterName}" ', + checks=[ + self.check("length(@)", 0), + ], + ) + + @ResourceGroupPreparer( + name_prefix="clitestdevcenter_rg1"[:7], key="rg", parameter_name="rg" + ) def test_proj_env_type_scenario(self): - - self.kwargs.update({ - 'ownerRole': "8e3af657-a8ff-443c-a75c-2fe8c4bcb635" - }) + self.kwargs.update({"ownerRole": "8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}) create_dev_center_with_identity(self) create_project(self) create_env_type(self) - self.cmd('az devcenter admin project-environment-type list ' - '--resource-group "{rg}" ' - '--project "{projectName}" ', - checks=[ - self.check("length(@)", 0), - ] - ) - - self.cmd('az devcenter admin project-environment-type create ' - '--project "{projectName}" ' - '--environment-type-name "{envTypeName}" ' - '--deployment-target-id "/subscriptions/{subscriptionId}" ' - '--status "Enabled" ' - '--identity-type "SystemAssigned, UserAssigned" ' - '--user-assigned-identities "{{\\"{userAssignedIdentity}\\":{{}}}}" ' - '--user-role-assignments "{{\\"{identityPrincipalId}\\":{{\\"roles\\":{{\\"{ownerRole}\\":{{}}}}}}}}" ' - '--location "{location}" ' - '--roles "{{\\"{ownerRole}\\":{{}}}}" ' - '--resource-group "{rg}"', - checks=[ - self.check('name', "{envTypeName}"), - self.check('resourceGroup', "{rg}"), - self.check('location', "{location}"), - self.check('deploymentTargetId', - "/subscriptions/{subscriptionId}"), - self.check('identity.type', - "SystemAssigned, UserAssigned"), - self.check('status', "Enabled"), - ] - ) - - self.cmd('az devcenter admin project-environment-type list ' - '--resource-group "{rg}" ' - '--project "{projectName}" ', - checks=[ - self.check("length(@)", 1), - ] - ) - - self.cmd('az devcenter admin project-allowed-environment-type list ' - '--resource-group "{rg}" ' - '--project "{projectName}" ', - checks=[ - self.check("length(@)", 1), - ] - ) - - self.cmd('az devcenter admin project-allowed-environment-type show ' - '--resource-group "{rg}" ' - '--environment-type-name "{envTypeName}" ' - '--project "{projectName}" ', - checks=[ - self.check('name', "{envTypeName}"), - self.check('resourceGroup', "{rg}"), - ] - ) - - self.cmd('az devcenter admin project-environment-type update ' - '--project "{projectName}" ' - '--environment-type-name "{envTypeName}" ' - '--status "Disabled" ' - '--identity-type "UserAssigned" ' - '--resource-group "{rg}" ', - checks=[ - self.check('name', "{envTypeName}"), - self.check('resourceGroup', "{rg}"), - self.check('location', "{location}"), - self.check('deploymentTargetId', - "/subscriptions/{subscriptionId}"), - self.check('identity.type', "UserAssigned"), - self.check('status', "Disabled"), - ] - ) - - self.cmd('az devcenter admin project-environment-type show ' - '--project "{projectName}" ' - '--environment-type-name "{envTypeName}" ' - '--resource-group "{rg}" ', - checks=[ - self.check('name', "{envTypeName}"), - self.check('resourceGroup', "{rg}"), - self.check('location', "{location}"), - self.check('deploymentTargetId', - "/subscriptions/{subscriptionId}"), - self.check('identity.type', "UserAssigned"), - self.check('status', "Disabled"), - ] - ) - - self.cmd('az devcenter admin project-environment-type delete --yes ' - '--project "{projectName}" ' - '--environment-type-name "{envTypeName}" ' - '--resource-group "{rg}"') - - self.cmd('az devcenter admin project-environment-type list ' - '--resource-group "{rg}" ' - '--project "{projectName}" ', - checks=[ - self.check("length(@)", 0), - ] - ) + self.cmd( + "az devcenter admin project-environment-type list " + '--resource-group "{rg}" ' + '--project "{projectName}" ', + checks=[ + self.check("length(@)", 0), + ], + ) + + self.cmd( + "az devcenter admin project-environment-type create " + '--project "{projectName}" ' + '--environment-type-name "{envTypeName}" ' + '--deployment-target-id "/subscriptions/{subscriptionId}" ' + '--status "Enabled" ' + '--identity-type "SystemAssigned, UserAssigned" ' + '--user-assigned-identities "{{\\"{userAssignedIdentity}\\":{{}}}}" ' + '--user-role-assignments "{{\\"{identityPrincipalId}\\":{{\\"roles\\":{{\\"{ownerRole}\\":{{}}}}}}}}" ' + '--location "{location}" ' + '--roles "{{\\"{ownerRole}\\":{{}}}}" ' + '--resource-group "{rg}"', + checks=[ + self.check("name", "{envTypeName}"), + self.check("resourceGroup", "{rg}"), + self.check("location", "{location}"), + self.check("deploymentTargetId", "/subscriptions/{subscriptionId}"), + self.check("identity.type", "SystemAssigned, UserAssigned"), + self.check("status", "Enabled"), + ], + ) + + self.cmd( + "az devcenter admin project-environment-type list " + '--resource-group "{rg}" ' + '--project "{projectName}" ', + checks=[ + self.check("length(@)", 1), + ], + ) + + self.cmd( + "az devcenter admin project-allowed-environment-type list " + '--resource-group "{rg}" ' + '--project "{projectName}" ', + checks=[ + self.check("length(@)", 1), + ], + ) + + self.cmd( + "az devcenter admin project-allowed-environment-type show " + '--resource-group "{rg}" ' + '--environment-type-name "{envTypeName}" ' + '--project "{projectName}" ', + checks=[ + self.check("name", "{envTypeName}"), + self.check("resourceGroup", "{rg}"), + ], + ) + + self.cmd( + "az devcenter admin project-environment-type update " + '--project "{projectName}" ' + '--environment-type-name "{envTypeName}" ' + '--status "Disabled" ' + '--identity-type "UserAssigned" ' + '--resource-group "{rg}" ', + checks=[ + self.check("name", "{envTypeName}"), + self.check("resourceGroup", "{rg}"), + self.check("location", "{location}"), + self.check("deploymentTargetId", "/subscriptions/{subscriptionId}"), + self.check("identity.type", "UserAssigned"), + self.check("status", "Disabled"), + ], + ) + + self.cmd( + "az devcenter admin project-environment-type show " + '--project "{projectName}" ' + '--environment-type-name "{envTypeName}" ' + '--resource-group "{rg}" ', + checks=[ + self.check("name", "{envTypeName}"), + self.check("resourceGroup", "{rg}"), + self.check("location", "{location}"), + self.check("deploymentTargetId", "/subscriptions/{subscriptionId}"), + self.check("identity.type", "UserAssigned"), + self.check("status", "Disabled"), + ], + ) + + self.cmd( + "az devcenter admin project-environment-type delete --yes " + '--project "{projectName}" ' + '--environment-type-name "{envTypeName}" ' + '--resource-group "{rg}"' + ) + + self.cmd( + "az devcenter admin project-environment-type list " + '--resource-group "{rg}" ' + '--project "{projectName}" ', + checks=[ + self.check("length(@)", 0), + ], + ) + + def test_usage_scenario(self): + self.cmd( + "az devcenter admin usage list " '--location "{location}" ', + checks=[ + self.check("length(@)", 7), + self.check("[0].name.value", "devCenters"), + self.check("[1].name.value", "networkConnections"), + self.check("[2].name.value", "projects"), + self.check("[3].name.value", "pools"), + self.check("[4].name.value", "devBoxDefinitions"), + self.check("[5].name.value", "general_a_v1"), + self.check("[6].name.value", "general_i_v2"), + ], + ) + @record_only() @try_manual class DevcenterDataPlaneScenarioTest(ScenarioTest): def __init__(self, *args, **kwargs): super(DevcenterDataPlaneScenarioTest, self).__init__(*args, **kwargs) - self.kwargs.update({ - 'subscriptionId': self.get_subscription_id(), - 'location': 'westus3', - }) - - @ResourceGroupPreparer(name_prefix='clitestdevcenter_rg1'[:7], key='rg', parameter_name='rg') + self.kwargs.update( + { + "subscriptionId": self.get_subscription_id(), + "location": "centraluseuap", + } + ) + + @ResourceGroupPreparer( + name_prefix="clitestdevcenter_rg1"[:7], key="rg", parameter_name="rg" + ) def test_project_dataplane_scenario(self): - self.kwargs.update({ - 'devcenterName': self.create_random_name(prefix='cli', length=24), - 'location': 'westus3', - }) + self.kwargs.update( + { + "devcenterName": self.create_random_name(prefix="cli", length=24), + "location": "centraluseuap", + } + ) create_dev_center(self) - self.cmd('az devcenter dev project list ' - '--dev-center "{devcenterName}" ', - checks=[ - self.check("length(@)", 0), - ] - ) + self.cmd( + "az devcenter dev project list " '--dev-center "{devcenterName}" ', + checks=[ + self.check("length(@)", 0), + ], + ) - create_project(self) + create_project_with_dev_box_limit(self) + get_endpoint(self) add_dev_box_user_role_to_project(self) - self.cmd('az devcenter dev project list ' - '--dev-center "{devcenterName}" ', - checks=[ - self.check("length(@)", 1), - self.check("[0].name", "{projectName}"), - ] - ) - - self.cmd('az devcenter dev project show ' - '--name "{projectName}" ' - '--dev-center "{devcenterName}" ', - checks=[ - self.check("name", "{projectName}"), - ] - ) - - @ResourceGroupPreparer(name_prefix='clitestdevcenter_rg1'[:7], key='rg', parameter_name='rg') + self.cmd( + "az devcenter dev project list " '--dev-center "{devcenterName}" ', + checks=[ + self.check("length(@)", 1), + self.check("[0].name", "{projectName}"), + self.check("[0].maxDevBoxesPerUser", "{devBoxLimit}"), + ], + ) + + self.cmd( + "az devcenter dev project show " + '--name "{projectName}" ' + '--dev-center "{devcenterName}" ', + checks=[ + self.check("name", "{projectName}"), + self.check("maxDevBoxesPerUser", "{devBoxLimit}"), + ], + ) + + # test using endpoint + + self.cmd( + "az devcenter dev project list " '--endpoint "{endpoint}" ', + checks=[ + self.check("length(@)", 1), + self.check("[0].name", "{projectName}"), + self.check("[0].maxDevBoxesPerUser", "{devBoxLimit}"), + ], + ) + + self.cmd( + "az devcenter dev project show " + '--name "{projectName}" ' + '--endpoint "{endpoint}" ', + checks=[ + self.check("name", "{projectName}"), + self.check("maxDevBoxesPerUser", "{devBoxLimit}"), + ], + ) + + @ResourceGroupPreparer( + name_prefix="clitestdevcenter_rg1"[:7], key="rg", parameter_name="rg" + ) def test_pool_dataplane_scenario(self): - self.kwargs.update({ - 'location': 'westus3', - 'devcenterName': self.create_random_name(prefix='cli', length=24), - }) - + self.kwargs.update( + { + "location": "centraluseuap", + "devcenterName": self.create_random_name(prefix="cli", length=24), + } + ) create_dev_center(self) create_project(self) + get_endpoint(self) add_dev_box_user_role_to_project(self) - create_pool_dataplane_dependencies(self) - - self.cmd('az devcenter dev pool list ' - '--dev-center "{devcenterName}" ' - '--project "{projectName}" ', - checks=[ - self.check("length(@)", 1), - self.check("[0].name", "{poolName}"), - ] - ) - - self.cmd('az devcenter dev pool show ' - '--name "{poolName}" ' - '--dev-center "{devcenterName}" ' - '--project "{projectName}" ', - checks=[ - self.check('name', "{poolName}"), - self.check('storageProfile.osDisk.diskSizeGb', "1024"), - self.check('hardwareProfile.skuName', "{skuName}"), - self.check('localAdministrator', "Enabled"), - self.check('osType', "Windows"), - self.check('location', "{location}"), - self.check('hibernateSupport', "Enabled"), - self.check('imageReference.name', 'microsoftwindowsdesktop_windows-ent-cpc_win11-21h2-ent-cpc-m365') - ] - ) - - self.cmd('az devcenter dev schedule list ' - '--pool "{poolName}" ' - '--dev-center "{devcenterName}" ' - '--project "{projectName}" ', - checks=[ - self.check("length(@)", 1), - self.check("[0].name", "default"), - ] - ) - - self.cmd('az devcenter dev schedule show ' - '-n "default" ' - '--pool "{poolName}" ' - '--dev-center "{devcenterName}" ' - '--project "{projectName}" ', - checks=[ - self.check('name', "default"), - self.check('frequency', "Daily"), - self.check('time', "{time}"), - self.check('timeZone', "{timeZone}"), - self.check('type', "StopDevBox"), - ] - ) - - @ResourceGroupPreparer(name_prefix='clitestdevcenter_rg1'[:7], key='rg', parameter_name='rg') - def test_catalog_item_dataplane_scenario(self): - self.kwargs.update({ - 'location': 'westus3', - }) + create_pool(self) + + self.cmd( + "az devcenter dev pool list " + '--dev-center "{devcenterName}" ' + '--project "{projectName}" ', + checks=[ + self.check("length(@)", 1), + self.check("[0].name", "{poolName}"), + ], + ) + + # TODO Add back idle parameters and checks once feature is complete + + self.cmd( + "az devcenter dev pool show " + '--name "{poolName}" ' + '--dev-center "{devcenterName}" ' + '--project "{projectName}" ', + checks=[ + self.check("name", "{poolName}"), + self.check("storageProfile.osDisk.diskSizeGb", "1024"), + self.check("hardwareProfile.skuName", "{skuName}"), + self.check("localAdministrator", "Enabled"), + self.check("osType", "Windows"), + self.check("location", "{location}"), + self.check("hibernateSupport", "Enabled"), + self.check( + "imageReference.name", + "MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os", + ), + ], + ) + + self.cmd( + "az devcenter dev schedule show " + '--pool "{poolName}" ' + '--dev-center "{devcenterName}" ' + '--project "{projectName}" ', + checks=[ + self.check("name", "default"), + self.check("frequency", "Daily"), + self.check("time", "{time}"), + self.check("timeZone", "{timeZone}"), + self.check("type", "StopDevBox"), + ], + ) + + # test using endpoint + + self.cmd( + "az devcenter dev pool list " + '--endpoint "{endpoint}" ' + '--project "{projectName}" ', + checks=[ + self.check("length(@)", 1), + self.check("[0].name", "{poolName}"), + ], + ) + + self.cmd( + "az devcenter dev pool show " + '--name "{poolName}" ' + '--endpoint "{endpoint}" ' + '--project "{projectName}" ', + checks=[ + self.check("name", "{poolName}"), + self.check("storageProfile.osDisk.diskSizeGb", "1024"), + self.check("hardwareProfile.skuName", "{skuName}"), + self.check("localAdministrator", "Enabled"), + self.check("osType", "Windows"), + self.check("location", "{location}"), + self.check("hibernateSupport", "Enabled"), + self.check( + "imageReference.name", + "MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os", + ), + ], + ) + + self.cmd( + "az devcenter dev schedule show " + '--pool "{poolName}" ' + '--endpoint "{endpoint}" ' + '--project "{projectName}" ', + checks=[ + self.check("name", "default"), + self.check("frequency", "Daily"), + self.check("time", "{time}"), + self.check("timeZone", "{timeZone}"), + self.check("type", "StopDevBox"), + ], + ) + + @ResourceGroupPreparer( + name_prefix="clitestdevcenter_rg1"[:7], key="rg", parameter_name="rg" + ) + def test_catalog_dataplane_scenario(self): + self.kwargs.update( + { + "location": "centraluseuap", + } + ) + create_catalog(self) - self.cmd('az devcenter dev catalog-item list ' - '--dev-center "{devcenterName}" ' - '--project "{projectName}" ', - checks=[ - self.check("length(@)", 3), - self.check("[0].catalogName", "{catalogName}"), - self.check("[0].name", "Empty") - ] - ) - - if (self.is_live): - self.cmd('az devcenter dev catalog-item show ' - '--dev-center "{devcenterName}" ' - '--project "{projectName}" ' - '--catalog-item-id "{catalogItemId}" ', - checks=[ - self.check("id", "{catalogItemId}"), - self.check("catalogName", "{catalogName}"), - self.check("name", "Empty") - ] - ) - - self.cmd('az devcenter dev catalog-item-version list ' - '--dev-center "{devcenterName}" ' - '--project "{projectName}" ' - '--catalog-item-id "{catalogItemId}" ', - checks=[ - self.check("length(@)", 1), - self.check("[0].catalogName", "{catalogName}"), - self.check("[0].catalogItemName", "Empty"), - self.check("[0].description", "Deploys an empty environment"), - self.check("[0].eligibleForLatestVersion", True), - self.check("[0].runner", "ARM"), - self.check("[0].status", "Enabled"), - self.check("[0].summary", "Empty environment"), - self.check("[0].templatePath", "Catalog_v2/Empty/azuredeploy.json"), - self.check("[0].version", "1.0.0"), - ] - ) - - self.cmd('az devcenter dev catalog-item-version show ' - '--dev-center "{devcenterName}" ' - '--project "{projectName}" ' - '--catalog-item-id "{catalogItemId}" ' - '--version "1.0.0" ', - checks=[ - self.check("catalogName", "{catalogName}"), - self.check("catalogItemName", "Empty"), - self.check("description", "Deploys an empty environment"), - self.check("eligibleForLatestVersion", True), - self.check("runner", "ARM"), - self.check("status", "Enabled"), - self.check("summary", "Empty environment"), - self.check("templatePath", "Catalog_v2/Empty/azuredeploy.json"), - self.check("version", "1.0.0"), - ] - ) - - @ResourceGroupPreparer(name_prefix='clitestdevcenter_rg1'[:7], key='rg', parameter_name='rg') + self.cmd( + "az devcenter dev catalog list " + '--dev-center "{devcenterName}" ' + '--project "{projectName}" ', + checks=[ + self.check("length(@)", 1), + self.check("[0].name", "{catalogName}"), + ], + ) + + self.cmd( + "az devcenter dev catalog show " + '--dev-center "{devcenterName}" ' + '--project "{projectName}" ' + '--name "{catalogName}" ', + checks=[ + self.check("name", "{catalogName}"), + ], + ) + + # endpoint + + self.cmd( + "az devcenter dev catalog list " + '--endpoint "{endpoint}" ' + '--project "{projectName}" ', + checks=[ + self.check("length(@)", 1), + self.check("[0].name", "{catalogName}"), + ], + ) + + self.cmd( + "az devcenter dev catalog show " + '--endpoint "{endpoint}" ' + '--project "{projectName}" ' + '--name "{catalogName}" ', + checks=[ + self.check("name", "{catalogName}"), + ], + ) + + @ResourceGroupPreparer( + name_prefix="clitestdevcenter_rg1"[:7], key="rg", parameter_name="rg" + ) + def test_env_definition_dataplane_scenario(self): + self.kwargs.update( + { + "location": "centraluseuap", + } + ) + + create_catalog(self) + function_app_id = f"/projects/{self.kwargs.get('projectName', '')}/catalogs/{self.kwargs.get('catalogName', '')}/environmentDefinitions/functionapp" + sandbox_id = f"/projects/{self.kwargs.get('projectName', '')}/catalogs/{self.kwargs.get('catalogName', '')}/environmentDefinitions/sandbox" + webapp_id = f"/projects/{self.kwargs.get('projectName', '')}/catalogs/{self.kwargs.get('catalogName', '')}/environmentDefinitions/webapp" + + self.kwargs.update( + { + "functionAppName": "FunctionApp", + "sandboxName": "Sandbox", + "webAppName": "WebApp", + "functionAppId": function_app_id, + "sandboxId": sandbox_id, + "webAppId": webapp_id, + } + ) + + self.cmd( + "az devcenter dev environment-definition list " + '--dev-center "{devcenterName}" ' + '--project "{projectName}" ', + checks=[ + self.check("length(@)", 3), + self.check("[0].catalogName", "{catalogName}"), + self.check("[0].name", "{functionAppName}"), + self.check("[0].id", "{functionAppId}"), + self.check("[1].catalogName", "{catalogName}"), + self.check("[1].name", "{sandboxName}"), + self.check("[1].id", "{sandboxId}"), + self.check("[2].catalogName", "{catalogName}"), + self.check("[2].name", "{webAppName}"), + self.check("[2].id", "{webAppId}"), + ], + ) + + self.cmd( + "az devcenter dev environment-definition list " + '--dev-center "{devcenterName}" ' + '--project "{projectName}" ' + '--catalog-name "{catalogName}" ', + checks=[ + self.check("length(@)", 3), + self.check("[0].catalogName", "{catalogName}"), + self.check("[0].name", "{functionAppName}"), + self.check("[0].id", "{functionAppId}"), + self.check("[1].catalogName", "{catalogName}"), + self.check("[1].name", "{sandboxName}"), + self.check("[1].id", "{sandboxId}"), + self.check("[2].catalogName", "{catalogName}"), + self.check("[2].name", "{webAppName}"), + self.check("[2].id", "{webAppId}"), + ], + ) + + self.cmd( + "az devcenter dev environment-definition show " + '--dev-center "{devcenterName}" ' + '--project "{projectName}" ' + '--catalog-name "{catalogName}" ' + '--definition-name "{sandboxName}"', + checks=[ + self.check("name", "{sandboxName}"), + self.check("id", "{sandboxId}"), + ], + ) + + # endpoint + + self.cmd( + "az devcenter dev environment-definition list " + '--endpoint "{endpoint}" ' + '--project "{projectName}" ', + checks=[ + self.check("length(@)", 3), + self.check("[0].catalogName", "{catalogName}"), + self.check("[0].name", "{functionAppName}"), + self.check("[0].id", "{functionAppId}"), + self.check("[1].catalogName", "{catalogName}"), + self.check("[1].name", "{sandboxName}"), + self.check("[1].id", "{sandboxId}"), + self.check("[2].catalogName", "{catalogName}"), + self.check("[2].name", "{webAppName}"), + self.check("[2].id", "{webAppId}"), + ], + ) + + self.cmd( + "az devcenter dev environment-definition list " + '--endpoint "{endpoint}" ' + '--project "{projectName}" ' + '--catalog-name "{catalogName}" ', + checks=[ + self.check("length(@)", 3), + self.check("[0].catalogName", "{catalogName}"), + self.check("[0].name", "{functionAppName}"), + self.check("[0].id", "{functionAppId}"), + self.check("[1].catalogName", "{catalogName}"), + self.check("[1].name", "{sandboxName}"), + self.check("[1].id", "{sandboxId}"), + self.check("[2].catalogName", "{catalogName}"), + self.check("[2].name", "{webAppName}"), + self.check("[2].id", "{webAppId}"), + ], + ) + + self.cmd( + "az devcenter dev environment-definition show " + '--endpoint "{endpoint}" ' + '--project "{projectName}" ' + '--catalog-name "{catalogName}" ' + '--definition-name "{sandboxName}"', + checks=[ + self.check("name", "{sandboxName}"), + self.check("id", "{sandboxId}"), + ], + ) + + @ResourceGroupPreparer( + name_prefix="clitestdevcenter_rg1"[:7], key="rg", parameter_name="rg" + ) def test_env_type_dataplane_scenario(self): - self.kwargs.update({ - 'location': 'westus3', - }) + self.kwargs.update( + { + "location": "centraluseuap", + } + ) create_proj_env_type(self) - self.cmd('az devcenter dev environment-type list ' - '--dev-center "{devcenterName}" ' - '--project "{projectName}" ', - checks=[ - self.check("length(@)", 1), - self.check("[0].status", "Enabled"), - self.check("[0].name", "{envTypeName}"), - self.check("[0].deploymentTargetId", "/subscriptions/{subscriptionId}"), - ] - ) - - @ResourceGroupPreparer(name_prefix='clitestdevcenter_rg1'[:7], key='rg', parameter_name='rg') + self.cmd( + "az devcenter dev environment-type list " + '--dev-center "{devcenterName}" ' + '--project "{projectName}" ', + checks=[ + self.check("length(@)", 1), + self.check("[0].name", "{envTypeName}"), + self.check("[0].deploymentTargetId", "/subscriptions/{subscriptionId}"), + ], + ) + + @ResourceGroupPreparer( + name_prefix="clitestdevcenter_rg1"[:7], key="rg", parameter_name="rg" + ) def test_dev_box_dataplane_scenario(self): - self.kwargs.update({ - 'location': 'eastus', - 'devBoxName': self.create_random_name(prefix='cli', length=24), - }) + self.kwargs.update( + { + "location": "canadacentral", + "devBoxName": self.create_random_name(prefix="cli", length=24), + } + ) create_dev_box_dependencies(self) - self.cmd('az devcenter dev dev-box list ' - '--dev-center "{devcenterName}" ', - checks=[ - self.check("length(@)", 0), - ] - ) - - self.cmd('az devcenter dev dev-box create ' - '--name "{devBoxName}" ' - '--project "{projectName}" ' - '--pool "{poolName}" ' - '--dev-center "{devcenterName}" ', - checks=[ - self.check("actionState", "Unknown"), - self.check("hardwareProfile.memoryGb", 32), - self.check("hardwareProfile.skuName", "{skuName}"), - self.check("hardwareProfile.vCpUs", 8), - self.check("hibernateSupport", "Enabled"), - self.check( - "imageReference.name", "microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os"), - self.check("imageReference.operatingSystem", "Windows11"), - self.check("imageReference.osBuildNumber", - "win11-22h2-ent-cpc-os"), - self.check("imageReference.version", "1.0.0"), - self.check("localAdministrator", "Enabled"), - self.check("location", "{location}"), - self.check("name", "{devBoxName}"), - self.check("osType", "Windows"), - self.check("poolName", "{poolName}"), - self.check("powerState", "Running"), - self.check("projectName", "{projectName}"), - self.check("provisioningState", "Succeeded"), - self.check("storageProfile.osDisk.diskSizeGb", 1024), - ] - ) - - self.cmd('az devcenter dev dev-box show-remote-connection ' - '--name "{devBoxName}" ' - '--project "{projectName}" ' - '--dev-center "{devcenterName}" ', - checks=[ - self.check("contains(keys(@), 'rdpConnectionUrl')", True), - self.check("contains(keys(@), 'webUrl')", True), - ] - ) - - self.cmd('az devcenter dev dev-box list ' - '--dev-center "{devcenterName}" ', - checks=[ - self.check("length(@)", 1), - ] - ) - - self.cmd('az devcenter dev dev-box show ' - '--name "{devBoxName}" ' - '--project "{projectName}" ' - '--dev-center "{devcenterName}" ', - checks=[ - self.check("actionState", "Unknown"), - self.check("hardwareProfile.memoryGb", 32), - self.check("hardwareProfile.skuName", "{skuName}"), - self.check("hardwareProfile.vCpUs", 8), - self.check("hibernateSupport", "Enabled"), - self.check( - "imageReference.name", "microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os"), - self.check("imageReference.operatingSystem", "Windows11"), - self.check("imageReference.osBuildNumber", - "win11-22h2-ent-cpc-os"), - self.check("imageReference.version", "1.0.0"), - self.check("localAdministrator", "Enabled"), - self.check("location", "{location}"), - self.check("name", "{devBoxName}"), - self.check("osType", "Windows"), - self.check("poolName", "{poolName}"), - self.check("powerState", "Running"), - self.check("projectName", "{projectName}"), - self.check("provisioningState", "Succeeded"), - self.check("storageProfile.osDisk.diskSizeGb", 1024), - ] - ) - - self.cmd('az devcenter dev dev-box stop ' - '--name "{devBoxName}" ' - '--project "{projectName}" ' - '--dev-center "{devcenterName}" ' - ) - - self.cmd('az devcenter dev dev-box show ' - '--name "{devBoxName}" ' - '--project "{projectName}" ' - '--dev-center "{devcenterName}" ', - checks=[ - self.check("actionState", "Stopped"), - self.check("powerState", "Deallocated"), - ] - ) - - self.cmd('az devcenter dev dev-box start ' - '--name "{devBoxName}" ' - '--project "{projectName}" ' - '--dev-center "{devcenterName}" ' - ) - - self.cmd('az devcenter dev dev-box show ' - '--name "{devBoxName}" ' - '--project "{projectName}" ' - '--dev-center "{devcenterName}" ', - checks=[ - self.check("actionState", "Started"), - self.check("powerState", "Running"), - ] - ) - - self.cmd('az devcenter dev dev-box list-upcoming-action ' - '--name "{devBoxName}" ' - '--project "{projectName}" ' - '--dev-center "{devcenterName}" ', - checks=[ - self.check("length(@)", 1), - self.check("[0].actionType", "Stop"), - self.check("[0].reason", "Schedule"), - self.check( - "[0].sourceId", "/projects/{projectName}/pools/{poolName}/schedules/default"), - ] - ) - - stopAction = self.cmd('az devcenter dev dev-box list-upcoming-action ' - '--name "{devBoxName}" ' - '--project "{projectName}" ' - '--dev-center "{devcenterName}" ' - ).get_output_in_json() - - self.kwargs.update({ - 'actionId': stopAction[0]['id'], - 'scheduledTime': stopAction[0]['scheduledTime'], - 'delayTime': "2:30", - }) - - self.cmd('az devcenter dev dev-box show-upcoming-action ' - '--name "{devBoxName}" ' - '--project "{projectName}" ' - '--dev-center "{devcenterName}" ' - '--upcoming-action-id "{actionId}"', - checks=[ - self.check("id", "{actionId}"), - self.check("actionType", "Stop"), - self.check("reason", "Schedule"), - self.check("scheduledTime", "{scheduledTime}"), - self.check( - "sourceId", "/projects/{projectName}/pools/{poolName}/schedules/default"), - ] - ) - - self.cmd('az devcenter dev dev-box delay-upcoming-action ' - '--name "{devBoxName}" ' - '--project "{projectName}" ' - '--dev-center "{devcenterName}" ' - '--delay-time "{delayTime}" ' - '--upcoming-action-id "{actionId}"', - checks=[ - self.check("id", "{actionId}"), - self.check("actionType", "Stop"), - self.check("reason", "Schedule"), - self.check("originalScheduledTime", "{scheduledTime}"), - self.check("scheduledTime", "2023-02-08T05:00:00+00:00"), - self.check( - "sourceId", "/projects/{projectName}/pools/{poolName}/schedules/default"), - ] - ) - - self.cmd('az devcenter dev dev-box skip-upcoming-action ' - '--name "{devBoxName}" ' - '--project "{projectName}" ' - '--dev-center "{devcenterName}" ' - '--upcoming-action-id "{actionId}"' - ) - - self.cmd('az devcenter dev dev-box delete -y ' - '--name "{devBoxName}" ' - '--project "{projectName}" ' - '--dev-center "{devcenterName}" ' - ) - - self.cmd('az devcenter dev dev-box list ' - '--dev-center "{devcenterName}" ', - checks=[ - self.check("length(@)", 0), - ] - ) - - @ResourceGroupPreparer(name_prefix='clitestdevcenter_rg1'[:7], key='rg', parameter_name='rg') - def test_notification_setting_dataplane_scenario(self): - self.kwargs.update({ - 'devcenterName': self.create_random_name(prefix='cli', length=24), - 'location': 'westus3' - }) - create_dev_center(self) - create_project(self) - add_dev_box_user_role_to_project(self) - - self.cmd('az devcenter dev notification-setting list-allowed-culture ' - '--project "{projectName}" ' - '--dev-center "{devcenterName}" ', - checks=[ - self.check("length(@)", 1), - ] - ) - - self.cmd('az devcenter dev notification-setting create ' - '--project "{projectName}" ' - '--dev-center "{devcenterName}" ' - '--culture "en-us" ' - '--enabled "true" ' - '--boolean-enabled "true" ' - '--email-notification cc="fake@domain.com" enabled=true recipients="fake@domain.com" ' - '--webhook-notification enabled=false url="https://fake.domain/url/hook"', - checks=[ - self.check("culture", "en-us"), - self.check("enabled", True), - self.check( - "notificationType.devBoxProvisioningNotification.enabled", True), - self.check( - "notificationType.devBoxProvisioningNotification.notificationChannel.emailNotification.cc", "fake@domain.com"), - self.check( - "notificationType.devBoxProvisioningNotification.notificationChannel.emailNotification.enabled", True), - self.check( - "notificationType.devBoxProvisioningNotification.notificationChannel.emailNotification.recipients", "fake@domain.com"), - self.check( - "notificationType.devBoxProvisioningNotification.notificationChannel.webhookNotification.enabled", False), - self.check("notificationType.devBoxProvisioningNotification.notificationChannel.webhookNotification.url", - "https://fake.domain/url/hook"), - ] - ) - - self.cmd('az devcenter dev notification-setting show ' - '--project "{projectName}" ' - '--dev-center "{devcenterName}" ', - checks=[ - self.check("culture", "en-us"), - self.check("enabled", True), - self.check( - "notificationType.devBoxProvisioningNotification.enabled", True), - self.check( - "notificationType.devBoxProvisioningNotification.notificationChannel.emailNotification.cc", "fake@domain.com"), - self.check( - "notificationType.devBoxProvisioningNotification.notificationChannel.emailNotification.enabled", True), - self.check( - "notificationType.devBoxProvisioningNotification.notificationChannel.emailNotification.recipients", "fake@domain.com"), - self.check( - "notificationType.devBoxProvisioningNotification.notificationChannel.webhookNotification.enabled", False), - self.check("notificationType.devBoxProvisioningNotification.notificationChannel.webhookNotification.url", - "https://fake.domain/url/hook"), - ] - ) - - @ResourceGroupPreparer(name_prefix='clitestdevcenter_rg1'[:7], key='rg', parameter_name='rg') + self.cmd( + "az devcenter dev dev-box list " '--dev-center "{devcenterName}" ', + checks=[ + self.check("length(@)", 0), + ], + ) + + self.cmd( + "az devcenter dev dev-box create " + '--name "{devBoxName}" ' + '--project "{projectName}" ' + '--pool "{poolName}" ' + '--dev-center "{devcenterName}" ', + checks=[ + self.check("actionState", "Unknown"), + self.check("hardwareProfile.memoryGb", 32), + self.check("hardwareProfile.skuName", "{skuName}"), + self.check("hardwareProfile.vCpUs", 8), + self.check("hibernateSupport", "Enabled"), + self.check( + "imageReference.name", + "MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os", + ), + self.check("imageReference.operatingSystem", "Windows11"), + self.check("imageReference.osBuildNumber", "win11-22h2-ent-cpc-os"), + self.check("imageReference.version", "1.0.0"), + self.check("localAdministrator", "Enabled"), + self.check("location", "{location}"), + self.check("name", "{devBoxName}"), + self.check("osType", "Windows"), + self.check("poolName", "{poolName}"), + self.check("powerState", "Running"), + self.check("projectName", "{projectName}"), + self.check("provisioningState", "Succeeded"), + self.check("storageProfile.osDisk.diskSizeGb", 1024), + ], + ) + + self.cmd( + "az devcenter dev dev-box show-remote-connection " + '--name "{devBoxName}" ' + '--project "{projectName}" ' + '--dev-center "{devcenterName}" ', + checks=[ + self.check("contains(keys(@), 'rdpConnectionUrl')", True), + self.check("contains(keys(@), 'webUrl')", True), + ], + ) + + self.cmd( + "az devcenter dev dev-box list " '--dev-center "{devcenterName}" ', + checks=[ + self.check("length(@)", 1), + ], + ) + + self.cmd( + "az devcenter dev dev-box show " + '--name "{devBoxName}" ' + '--project "{projectName}" ' + '--dev-center "{devcenterName}" ', + checks=[ + self.check("actionState", "Unknown"), + self.check("hardwareProfile.memoryGb", 32), + self.check("hardwareProfile.skuName", "{skuName}"), + self.check("hardwareProfile.vCpUs", 8), + self.check("hibernateSupport", "Enabled"), + self.check( + "imageReference.name", + "MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os", + ), + self.check("imageReference.operatingSystem", "Windows11"), + self.check("imageReference.osBuildNumber", "win11-22h2-ent-cpc-os"), + self.check("imageReference.version", "1.0.0"), + self.check("localAdministrator", "Enabled"), + self.check("location", "{location}"), + self.check("name", "{devBoxName}"), + self.check("osType", "Windows"), + self.check("poolName", "{poolName}"), + self.check("powerState", "Running"), + self.check("projectName", "{projectName}"), + self.check("provisioningState", "Succeeded"), + self.check("storageProfile.osDisk.diskSizeGb", 1024), + ], + ) + + self.cmd( + "az devcenter dev dev-box stop " + '--name "{devBoxName}" ' + '--project "{projectName}" ' + '--dev-center "{devcenterName}" ' + '--hibernate "true"' + ) + + self.cmd( + "az devcenter dev dev-box show " + '--name "{devBoxName}" ' + '--project "{projectName}" ' + '--dev-center "{devcenterName}" ', + checks=[ + self.check("actionState", "Stopped"), + self.check("powerState", "Hibernated"), + ], + ) + + self.cmd( + "az devcenter dev dev-box start " + '--name "{devBoxName}" ' + '--project "{projectName}" ' + '--dev-center "{devcenterName}" ' + ) + + self.cmd( + "az devcenter dev dev-box restart " + '--name "{devBoxName}" ' + '--project "{projectName}" ' + '--dev-center "{devcenterName}" ' + ) + + self.cmd( + "az devcenter dev dev-box show " + '--name "{devBoxName}" ' + '--project "{projectName}" ' + '--dev-center "{devcenterName}" ', + checks=[ + self.check("actionState", "Started"), + self.check("powerState", "Running"), + ], + ) + + self.cmd( + "az devcenter dev dev-box list-action " + '--name "{devBoxName}" ' + '--project "{projectName}" ' + '--dev-center "{devcenterName}" ', + checks=[ + self.check("length(@)", 1), + self.check( + "[0].sourceId", + "/projects/{projectName}/pools/{poolName}/schedules/default", + ), + self.check("[0].name", "schedule-default"), + self.check("[0].actionType", "Stop"), + ], + ) + + stopAction = self.cmd( + "az devcenter dev dev-box list-action " + '--name "{devBoxName}" ' + '--project "{projectName}" ' + '--dev-center "{devcenterName}" ' + ).get_output_in_json() + + # TODO: Recheck for idle once feature is complete + self.kwargs.update( + { + "actionName": stopAction[0]["name"], + "scheduledTime": stopAction[0]["next"]["scheduledTime"], + "delayTime": "2:30", + } + ) + + self.cmd( + "az devcenter dev dev-box show-action " + '--name "{devBoxName}" ' + '--project "{projectName}" ' + '--dev-center "{devcenterName}" ' + '--action-name "{actionName}"', + checks=[ + self.check("name", "{actionName}"), + self.check("actionType", "Stop"), + self.check("next.scheduledTime", "{scheduledTime}"), + self.check( + "sourceId", + "/projects/{projectName}/pools/{poolName}/schedules/default", + ), + ], + ) + + self.cmd( + "az devcenter dev dev-box delay-action " + '--name "{devBoxName}" ' + '--project "{projectName}" ' + '--dev-center "{devcenterName}" ' + '--delay-time "{delayTime}" ' + '--action-name "{actionName}"', + checks=[ + self.check("name", "{actionName}"), + self.check("next.scheduledTime", "2023-05-20T04:00:00+00:00"), + self.check("suspendedUntil", "2023-05-20T04:00:00+00:00"), + self.check( + "sourceId", + "/projects/{projectName}/pools/{poolName}/schedules/default", + ), + ], + ) + + self.cmd( + "az devcenter dev dev-box delay-all-actions " + '--name "{devBoxName}" ' + '--project "{projectName}" ' + '--dev-center "{devcenterName}" ' + '--delay-time "1:30" ', + checks=[ + self.check("[0].action.name", "{actionName}"), + self.check("[0].action.actionType", "Stop"), + self.check( + "[0].action.next.scheduledTime", "2023-05-20T05:30:00+00:00" + ), + self.check("[0].action.suspendedUntil", "2023-05-20T05:30:00+00:00"), + self.check( + "[0].action.sourceId", + "/projects/{projectName}/pools/{poolName}/schedules/default", + ), + self.check("[0].result", "Succeeded"), + ], + ) + + self.cmd( + "az devcenter dev dev-box skip-action " + '--name "{devBoxName}" ' + '--project "{projectName}" ' + '--dev-center "{devcenterName}" ' + '--action-name "{actionName}"' + ) + + self.cmd( + "az devcenter dev dev-box list-action " + '--name "{devBoxName}" ' + '--project "{projectName}" ' + '--dev-center "{devcenterName}" ', + checks=[ + self.check("length(@)", 1), + self.check("[0].name", "{actionName}"), + self.check("[0].actionType", "Stop"), + self.check("[0].next.scheduledTime", "2023-05-21T01:30:00+00:00"), + self.check( + "[0].sourceId", + "/projects/{projectName}/pools/{poolName}/schedules/default", + ), + ], + ) + + self.cmd( + "az devcenter dev dev-box delete -y " + '--name "{devBoxName}" ' + '--project "{projectName}" ' + '--dev-center "{devcenterName}" ' + ) + + self.cmd( + "az devcenter dev dev-box list " '--dev-center "{devcenterName}" ', + checks=[ + self.check("length(@)", 0), + ], + ) + + @ResourceGroupPreparer( + name_prefix="clitestdevcenter_rg1"[:7], key="rg", parameter_name="rg" + ) def test_environment_dataplane_scenario(self): - self.kwargs.update({ - 'envName': self.create_random_name(prefix='cli', length=12), - 'location': 'centraluseuap', - }) + self.kwargs.update( + { + "envName": self.create_random_name(prefix="cli", length=12), + "location": "canadacentral", + } + ) create_environment_dependencies(self) - self.cmd('az devcenter dev environment list ' - '--dev-center "{devcenterName}" ' - '--project "{projectName}" ', - checks=[ - self.check("length(@)", 0), - ] - ) - - self.cmd('az devcenter dev environment create ' - '--catalog-item-name "Empty" ' - '--catalog-name "{catalogName}" ' - '--name "{envName}" ' - '--environment-type "{envTypeName}" ' - '--dev-center "{devcenterName}" ' - '--project "{projectName}" ', - checks=[ - self.check("catalogItemName", "Empty"), - self.check("catalogName", "{catalogName}"), - self.check("environmentType", "{envTypeName}"), - self.check("name", "{envName}"), - self.check("provisioningState", "Succeeded"), - ] - ) - - self.cmd('az devcenter dev environment show ' - '--name "{envName}" ' - '--dev-center "{devcenterName}" ' - '--project "{projectName}" ', - checks=[ - self.check("catalogItemName", "Empty"), - self.check("catalogName", "{catalogName}"), - self.check("environmentType", "{envTypeName}"), - self.check("name", "{envName}"), - self.check("provisioningState", "Succeeded"), - ] - ) - - self.cmd('az devcenter dev environment list ' - '--dev-center "{devcenterName}" ' - '--project "{projectName}" ', - checks=[ - self.check("length(@)", 1), - self.check("[0].name", "{envName}") - ] - ) - - self.cmd('az devcenter dev environment deploy-action ' - '--action-id "deploy" ' - '--name "{envName}" ' - '--dev-center "{devcenterName}" ' - '--project "{projectName}" ' - ) - - self.cmd('az devcenter dev environment delete -y ' - '--name "{envName}" ' - '--dev-center "{devcenterName}" ' - '--project "{projectName}" ' - ) - - self.cmd('az devcenter dev environment list ' - '--dev-center "{devcenterName}" ' - '--project "{projectName}" ', - checks=[ - self.check("length(@)", 0), - ] - ) + self.cmd( + "az devcenter dev environment list " + '--dev-center "{devcenterName}" ' + '--project "{projectName}" ', + checks=[ + self.check("length(@)", 0), + ], + ) + + functionAppParameters = '{\\"name\\":\\"cli-envTest\\"}' + self.kwargs.update( + { + "parameters": functionAppParameters, + "environmentDefinitionName": "FunctionApp", + } + ) + + self.cmd( + "az devcenter dev environment create " + '--catalog-name "{catalogName}" ' + '--name "{envName}" ' + '--environment-type "{envTypeName}" ' + '--dev-center "{devcenterName}" ' + '--project "{projectName}" ' + '--parameters "{parameters}" ' + '--environment-definition-name "{environmentDefinitionName}"', + checks=[ + self.check("environmentDefinitionName", "{environmentDefinitionName}"), + self.check("catalogName", "{catalogName}"), + self.check("environmentType", "{envTypeName}"), + self.check("name", "{envName}"), + self.check("parameters.name", "cli-envTest"), + self.check("provisioningState", "Succeeded"), + ], + ) + + self.cmd( + "az devcenter dev environment show " + '--name "{envName}" ' + '--dev-center "{devcenterName}" ' + '--project "{projectName}" ', + checks=[ + self.check("environmentDefinitionName", "{environmentDefinitionName}"), + self.check("catalogName", "{catalogName}"), + self.check("environmentType", "{envTypeName}"), + self.check("name", "{envName}"), + self.check("parameters.name", "cli-envTest"), + self.check("provisioningState", "Succeeded"), + ], + ) + + self.cmd( + "az devcenter dev environment update " + '--name "{envName}" ' + '--dev-center "{devcenterName}" ' + '--project "{projectName}" ' + '--parameters "{{\\"name\\":\\"cli2-envTest\\"}}" ', + checks=[ + self.check("environmentDefinitionName", "{environmentDefinitionName}"), + self.check("catalogName", "{catalogName}"), + self.check("environmentType", "{envTypeName}"), + self.check("name", "{envName}"), + self.check("parameters.name", "cli2-envTest"), + self.check("provisioningState", "Succeeded"), + ], + ) + + self.cmd( + "az devcenter dev environment deploy " + '--name "{envName}" ' + '--dev-center "{devcenterName}" ' + '--project "{projectName}" ' + '--parameters "{{\\"name\\":\\"cli3-envTest\\"}}" ', + checks=[ + self.check("environmentDefinitionName", "{environmentDefinitionName}"), + self.check("catalogName", "{catalogName}"), + self.check("environmentType", "{envTypeName}"), + self.check("name", "{envName}"), + self.check("parameters.name", "cli3-envTest"), + self.check("provisioningState", "Succeeded"), + ], + ) + + self.cmd( + "az devcenter dev environment list " + '--dev-center "{devcenterName}" ' + '--project "{projectName}" ', + checks=[self.check("length(@)", 1), self.check("[0].name", "{envName}")], + ) + + self.cmd( + "az devcenter dev environment list " + '--dev-center "{devcenterName}" ' + '--project "{projectName}" ' + '--user-id "me" ', + checks=[self.check("length(@)", 1), self.check("[0].name", "{envName}")], + ) + + self.cmd( + "az devcenter dev environment delete -y " + '--name "{envName}" ' + '--dev-center "{devcenterName}" ' + '--project "{projectName}" ' + ) + + self.cmd( + "az devcenter dev environment list " + '--dev-center "{devcenterName}" ' + '--project "{projectName}" ', + checks=[ + self.check("length(@)", 0), + ], + ) diff --git a/src/devcenter/azext_devcenter/data_plane_endpoint_helper.py b/src/devcenter/azext_devcenter/utils.py similarity index 65% rename from src/devcenter/azext_devcenter/data_plane_endpoint_helper.py rename to src/devcenter/azext_devcenter/utils.py index e37fb3e7f8f..56566464638 100644 --- a/src/devcenter/azext_devcenter/data_plane_endpoint_helper.py +++ b/src/devcenter/azext_devcenter/utils.py @@ -5,7 +5,8 @@ # # -------------------------------------------------------------------------- import json -from azure.cli.core.azclierror import ResourceNotFoundError +from datetime import timedelta +from azure.cli.core.azclierror import ResourceNotFoundError, AzureInternalError from azure.cli.core.util import send_raw_request from azure.cli.core._profile import Profile @@ -37,15 +38,21 @@ def get_project_arg(cli_ctx, dev_center_name, project_name=None): body=json.dumps(content), resource=cli_ctx.cloud.endpoints.active_directory_resource_id, ) + + response_code = int(response.status_code) + if response_code != 200: + error_details = json.loads(response.text, strict=False) + error_message = f"""Azure Resource Graph encountered an error. \ +Please try using the endpoint parameter instead of the dev center parameter. Error details: {error_details}""" + raise AzureInternalError(error_message) return response.json()["data"] def get_project_data(cli_ctx, dev_center_name, project_name=None): profile = Profile() - tenant_id = profile.get_subscription()['tenantId'] + tenant_id = profile.get_subscription()["tenantId"] - resource_graph_data = get_project_arg( - cli_ctx, dev_center_name, project_name) + resource_graph_data = get_project_arg(cli_ctx, dev_center_name, project_name) error_help = f"""under the current tenant '{tenant_id}'. \ Please contact your admin to gain access to specific projects or \ @@ -61,3 +68,20 @@ def get_project_data(cli_ctx, dev_center_name, project_name=None): raise ResourceNotFoundError(error_message) return resource_graph_data[0] + + +def get_earliest_time(action_iterator): + earliest_time = None + for action in action_iterator: + if action.next is not None: + action_time = action.next.scheduled_time + if earliest_time is None or action_time < earliest_time: + earliest_time = action_time + return earliest_time + + +def get_delayed_time(delay_time, action_time): + split_time = delay_time.split(":") + hours = int(split_time[0]) + minutes = int(split_time[1]) + return action_time + timedelta(hours=hours, minutes=minutes) diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter/_configuration.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter/_configuration.py index 2387aa7fb9c..209795f4a43 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter/_configuration.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter/_configuration.py @@ -47,7 +47,7 @@ def __init__( self.credential = credential self.subscription_id = subscription_id - self.api_version = "2022-11-11-preview" + self.api_version = "2023-04-01" self.credential_scopes = kwargs.pop('credential_scopes', ['https://management.azure.com/.default']) kwargs.setdefault('sdk_moniker', 'devcenter/{}'.format(VERSION)) self._configure(**kwargs) diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/_configuration.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/_configuration.py index b0db0d7ef28..c0e1250bd9e 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/_configuration.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/_configuration.py @@ -53,7 +53,7 @@ def __init__( self.credential = credential self.project_name = project_name self.endpoint = endpoint - self.api_version = "2022-11-11-preview" + self.api_version = "2023-04-01" self.credential_scopes = kwargs.pop('credential_scopes', ['https://management.azure.com/.default']) kwargs.setdefault('sdk_moniker', 'devcenterdataplaneclient/{}'.format(VERSION)) self._configure(**kwargs) diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/_dev_center_dataplane_client.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/_dev_center_dataplane_client.py index fa8174f4981..afefc660011 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/_dev_center_dataplane_client.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/_dev_center_dataplane_client.py @@ -24,8 +24,8 @@ from .operations import DevBoxOperations from .operations import EnvironmentsOperations from .operations import ArtifactsOperations -from .operations import CatalogItemsOperations -from .operations import CatalogItemVersionsOperations +from .operations import CatalogsOperations +from .operations import EnvironmentDefinitionsOperations from .operations import EnvironmentTypeOperations from .operations import NotificationSettingOperations from . import models @@ -78,9 +78,9 @@ def __init__( self._client, self._config, self._serialize, self._deserialize) self.artifacts = ArtifactsOperations( self._client, self._config, self._serialize, self._deserialize) - self.catalog_items = CatalogItemsOperations( + self.catalogs = CatalogsOperations( self._client, self._config, self._serialize, self._deserialize) - self.catalog_item_versions = CatalogItemVersionsOperations( + self.environment_definitions = EnvironmentDefinitionsOperations( self._client, self._config, self._serialize, self._deserialize) self.environment_type = EnvironmentTypeOperations( self._client, self._config, self._serialize, self._deserialize) diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/_configuration.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/_configuration.py index ea640bbf1cc..e0ec975588a 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/_configuration.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/_configuration.py @@ -50,7 +50,7 @@ def __init__( self.credential = credential self.project_name = project_name self.endpoint = endpoint - self.api_version = "2022-11-11-preview" + self.api_version = "2023-04-01" self.credential_scopes = kwargs.pop('credential_scopes', ['https://management.azure.com/.default']) kwargs.setdefault('sdk_moniker', 'devcenterdataplaneclient/{}'.format(VERSION)) self._configure(**kwargs) diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/_dev_center_dataplane_client.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/_dev_center_dataplane_client.py index 86a95ba0467..975e7168ec3 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/_dev_center_dataplane_client.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/_dev_center_dataplane_client.py @@ -22,8 +22,8 @@ from .operations import DevBoxOperations from .operations import EnvironmentsOperations from .operations import ArtifactsOperations -from .operations import CatalogItemsOperations -from .operations import CatalogItemVersionsOperations +from .operations import CatalogsOperations +from .operations import EnvironmentDefinitionsOperations from .operations import EnvironmentTypeOperations from .operations import NotificationSettingOperations from .. import models @@ -75,11 +75,9 @@ def __init__( self._client, self._config, self._serialize, self._deserialize) self.artifacts = ArtifactsOperations( self._client, self._config, self._serialize, self._deserialize) - self.catalog_item = CatalogItemsOperations( + self.catalogs = CatalogsOperations( self._client, self._config, self._serialize, self._deserialize) - self.catalog_items = CatalogItemsOperations( - self._client, self._config, self._serialize, self._deserialize) - self.catalog_item_versions = CatalogItemVersionsOperations( + self.environment_definitions = EnvironmentDefinitionsOperations( self._client, self._config, self._serialize, self._deserialize) self.environment_type = EnvironmentTypeOperations( self._client, self._config, self._serialize, self._deserialize) diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/__init__.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/__init__.py index 64aca434b14..50de83f0ac8 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/__init__.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/__init__.py @@ -12,8 +12,8 @@ from ._dev_box_operations import DevBoxOperations from ._environments_operations import EnvironmentsOperations from ._artifacts_operations import ArtifactsOperations -from ._catalog_items_operations import CatalogItemsOperations -from ._catalog_item_versions_operations import CatalogItemVersionsOperations +from ._catalogs_operations import CatalogsOperations +from ._environment_definitions_operations import EnvironmentDefinitionsOperations from ._environment_type_operations import EnvironmentTypeOperations from ._notification_setting_operations import NotificationSettingOperations @@ -24,8 +24,8 @@ 'DevBoxOperations', 'EnvironmentsOperations', 'ArtifactsOperations', - 'CatalogItemsOperations', - 'CatalogItemVersionsOperations', + 'CatalogsOperations', + 'EnvironmentDefinitionsOperations', 'EnvironmentTypeOperations', 'NotificationSettingOperations' ] diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_artifacts_operations.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_artifacts_operations.py index 9b4b2166bfa..dbdcf96de7b 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_artifacts_operations.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_artifacts_operations.py @@ -41,7 +41,7 @@ def __init__(self, client, config, serializer, deserializer) -> None: self._deserialize = deserializer self._config = config - def list_by_environment( + def list( self, environment_name: str, user_id: str = "me", @@ -64,7 +64,7 @@ def list_by_environment( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" def prepare_request(next_link=None): @@ -74,7 +74,7 @@ def prepare_request(next_link=None): if not next_link: # Construct URL - url = self.list_by_environment.metadata['url'] # type: ignore + url = self.list.metadata['url'] # type: ignore path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), @@ -122,7 +122,7 @@ async def get_next(next_link=None): return AsyncItemPaged( get_next, extract_data ) - list_by_environment.metadata = {'url': '/projects/{projectName}/users/{userId}/environments/{environmentName}/artifacts'} # type: ignore + list.metadata = {'url': '/projects/{projectName}/users/{userId}/environments/{environmentName}/artifacts'} # type: ignore def list_by_path( self, @@ -150,7 +150,7 @@ def list_by_path( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" def prepare_request(next_link=None): diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_catalog_items_operations.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_catalogs_operations.py similarity index 82% rename from src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_catalog_items_operations.py rename to src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_catalogs_operations.py index d78eb9bd034..13d775e1cee 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_catalog_items_operations.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_catalogs_operations.py @@ -5,22 +5,24 @@ # 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 +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.core.polling.async_base_polling import AsyncLROBasePolling from ... import models T = TypeVar('T') ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] -class CatalogItemsOperations: - """CatalogItemOperations async operations. +class CatalogsOperations: + """CatalogsOperations 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. @@ -41,26 +43,26 @@ def __init__(self, client, config, serializer, deserializer) -> None: self._deserialize = deserializer self._config = config - def list_by_project( + def list( self, top: Optional[int] = None, **kwargs - ) -> AsyncIterable["models.CatalogItemListResult"]: - """Lists latest version of all catalog items available for a project. + ) -> AsyncIterable["models.CatalogListResult"]: + """Lists all of the catalogs available for a project. :param top: The maximum number of resources to return from the operation. Example: 'top=10'. :type top: int :keyword callable cls: A custom type or function that will be passed the direct response - :return: An iterator like instance of either CatalogItemListResult or the result of cls(response) - :rtype: ~azure.core.async_paging.AsyncItemPaged[~dev_center_dataplane_client.models.CatalogItemListResult] + :return: An iterator like instance of either CatalogListResult or the result of cls(response) + :rtype: ~azure.core.async_paging.AsyncItemPaged[~dev_center_dataplane_client.models.CatalogListResult] :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.CatalogItemListResult"] + cls = kwargs.pop('cls', None) # type: ClsType["models.CatalogListResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" def prepare_request(next_link=None): @@ -70,7 +72,7 @@ def prepare_request(next_link=None): if not next_link: # Construct URL - url = self.list_by_project.metadata['url'] # type: ignore + url = self.list.metadata['url'] # type: ignore path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), @@ -95,7 +97,7 @@ def prepare_request(next_link=None): return request async def extract_data(pipeline_response): - deserialized = self._deserialize('CatalogItemListResult', pipeline_response) + deserialized = self._deserialize('CatalogListResult', pipeline_response) list_of_elem = deserialized.value if cls: list_of_elem = cls(list_of_elem) @@ -116,28 +118,28 @@ async def get_next(next_link=None): return AsyncItemPaged( get_next, extract_data ) - list_by_project.metadata = {'url': '/projects/{projectName}/catalogItems'} # type: ignore + list.metadata = {'url': '/projects/{projectName}/catalogs'} # type: ignore async def get( self, - catalog_item_id: str, + catalog_name: str, **kwargs - ) -> "models.CatalogItem": - """Get a catalog item from a project. + ) -> "models.Catalog": + """Gets the specified catalog within the project. - :param catalog_item_id: The unique id of the catalog item. - :type catalog_item_id: str + :param catalog_name: The name of the catalog. + :type catalog_name: str :keyword callable cls: A custom type or function that will be passed the direct response - :return: CatalogItem, or the result of cls(response) - :rtype: ~dev_center_dataplane_client.models.CatalogItem + :return: Catalog, or the result of cls(response) + :rtype: ~dev_center_dataplane_client.models.Catalog :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.CatalogItem"] + cls = kwargs.pop('cls', None) # type: ClsType["models.Catalog"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL @@ -145,7 +147,7 @@ async def get( path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - 'catalogItemId': self._serialize.url("catalog_item_id", catalog_item_id, 'str', max_length=216, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.:]{2,216}$'), + 'catalogName': self._serialize.url("catalog_name", catalog_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), } url = self._client.format_url(url, **path_format_arguments) @@ -165,10 +167,10 @@ async def get( map_error(status_code=response.status_code, response=response, error_map=error_map) raise HttpResponseError(response=response, error_format=ARMErrorFormat) - deserialized = self._deserialize('CatalogItem', pipeline_response) + deserialized = self._deserialize('Catalog', pipeline_response) if cls: return cls(pipeline_response, deserialized, {}) return deserialized - get.metadata = {'url': '/projects/{projectName}/catalogItems/{catalogItemId}'} # type: ignore + get.metadata = {'url': '/projects/{projectName}/catalogs/{catalogName}'} # type: ignore diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_dev_box_operations.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_dev_box_operations.py index fbb6f229ba6..053cd58d33c 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_dev_box_operations.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_dev_box_operations.py @@ -65,7 +65,7 @@ def list( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" def prepare_request(next_link=None): @@ -149,7 +149,7 @@ def list_by_user( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" def prepare_request(next_link=None): @@ -208,6 +208,7 @@ async def get_next(next_link=None): get_next, extract_data ) list_by_user.metadata = {'url': '/users/{userId}/devboxes'} # type: ignore + def list_by_project( self, filter: Optional[str] = None, @@ -234,7 +235,7 @@ def list_by_project( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" def prepare_request(next_link=None): @@ -319,7 +320,7 @@ async def get( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL @@ -368,7 +369,7 @@ async def _create_initial( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" content_type = kwargs.pop("content_type", "application/json") accept = "application/json" @@ -421,7 +422,7 @@ async def begin_create( user_id: str = "me", **kwargs ) -> AsyncLROPoller["models.DevBox"]: - """Creates or updates a Dev Box. + """Creates or replaces a Dev Box. :param dev_box_name: The name of a Dev Box. :type dev_box_name: str @@ -492,13 +493,13 @@ async def _delete_initial( dev_box_name: str, user_id: str = "me", **kwargs - ) -> None: - cls = kwargs.pop('cls', None) # type: ClsType[None] + ) -> Optional["models.OperationStatus"]: + cls = kwargs.pop('cls', None) # type: ClsType[Optional["models.OperationStatus"]] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL @@ -528,12 +529,15 @@ async def _delete_initial( raise HttpResponseError(response=response, error_format=ARMErrorFormat) response_headers = {} + deserialized = None if response.status_code == 202: response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + deserialized = self._deserialize('OperationStatus', pipeline_response) if cls: - return cls(pipeline_response, None, response_headers) + return cls(pipeline_response, deserialized, response_headers) + return deserialized _delete_initial.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}'} # type: ignore async def begin_delete( @@ -541,7 +545,7 @@ async def begin_delete( dev_box_name: str, user_id: str = "me", **kwargs - ) -> AsyncLROPoller[None]: + ) -> AsyncLROPoller["models.OperationStatus"]: """Deletes a Dev Box. :param dev_box_name: The name of a Dev Box. @@ -555,12 +559,12 @@ async def begin_delete( 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] + :return: An instance of AsyncLROPoller that returns either OperationStatus or the result of cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[~dev_center_dataplane_client.models.OperationStatus] :raises ~azure.core.exceptions.HttpResponseError: """ polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] - cls = kwargs.pop('cls', None) # type: ClsType[None] + cls = kwargs.pop('cls', None) # type: ClsType["models.OperationStatus"] lro_delay = kwargs.pop( 'polling_interval', self._config.polling_interval @@ -578,8 +582,14 @@ async def begin_delete( kwargs.pop('content_type', None) def get_long_running_output(pipeline_response): + response_headers = {} + response = pipeline_response.http_response + response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + deserialized = self._deserialize('OperationStatus', pipeline_response) + if cls: - return cls(pipeline_response, None, {}) + return cls(pipeline_response, deserialized, response_headers) + return deserialized path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), @@ -588,7 +598,7 @@ def get_long_running_output(pipeline_response): 'devBoxName': self._serialize.url("dev_box_name", dev_box_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), } - if polling is True: polling_method = AsyncLROBasePolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) + if polling is True: polling_method = AsyncLROBasePolling(lro_delay, lro_options={'final-state-via': 'operation-location'}, path_format_arguments=path_format_arguments, **kwargs) elif polling is False: polling_method = AsyncNoPolling() else: polling_method = polling if cont_token: @@ -607,13 +617,13 @@ async def _start_initial( dev_box_name: str, user_id: str = "me", **kwargs - ) -> None: - cls = kwargs.pop('cls', None) # type: ClsType[None] + ) -> "models.OperationStatus": + cls = kwargs.pop('cls', None) # type: ClsType["models.OperationStatus"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL @@ -644,10 +654,12 @@ async def _start_initial( response_headers = {} response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + deserialized = self._deserialize('OperationStatus', pipeline_response) if cls: - return cls(pipeline_response, None, response_headers) + return cls(pipeline_response, deserialized, response_headers) + return deserialized _start_initial.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}:start'} # type: ignore async def begin_start( @@ -655,7 +667,7 @@ async def begin_start( dev_box_name: str, user_id: str = "me", **kwargs - ) -> AsyncLROPoller[None]: + ) -> AsyncLROPoller["models.OperationStatus"]: """Starts a Dev Box. :param dev_box_name: The name of a Dev Box. @@ -669,12 +681,12 @@ async def begin_start( 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] + :return: An instance of AsyncLROPoller that returns either OperationStatus or the result of cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[~dev_center_dataplane_client.models.OperationStatus] :raises ~azure.core.exceptions.HttpResponseError: """ polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] - cls = kwargs.pop('cls', None) # type: ClsType[None] + cls = kwargs.pop('cls', None) # type: ClsType["models.OperationStatus"] lro_delay = kwargs.pop( 'polling_interval', self._config.polling_interval @@ -692,8 +704,14 @@ async def begin_start( kwargs.pop('content_type', None) def get_long_running_output(pipeline_response): + response_headers = {} + response = pipeline_response.http_response + response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + deserialized = self._deserialize('OperationStatus', pipeline_response) + if cls: - return cls(pipeline_response, None, {}) + return cls(pipeline_response, deserialized, response_headers) + return deserialized path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), @@ -702,7 +720,7 @@ def get_long_running_output(pipeline_response): 'devBoxName': self._serialize.url("dev_box_name", dev_box_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), } - if polling is True: polling_method = AsyncLROBasePolling(lro_delay, lro_options={'final-state-via': 'location'}, path_format_arguments=path_format_arguments, **kwargs) + if polling is True: polling_method = AsyncLROBasePolling(lro_delay, lro_options={'final-state-via': 'operation-location'}, path_format_arguments=path_format_arguments, **kwargs) elif polling is False: polling_method = AsyncNoPolling() else: polling_method = polling if cont_token: @@ -722,13 +740,13 @@ async def _stop_initial( user_id: str = "me", hibernate: Optional[bool] = None, **kwargs - ) -> None: - cls = kwargs.pop('cls', None) # type: ClsType[None] + ) -> "models.OperationStatus": + cls = kwargs.pop('cls', None) # type: ClsType["models.OperationStatus"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL @@ -761,10 +779,12 @@ async def _stop_initial( response_headers = {} response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + deserialized = self._deserialize('OperationStatus', pipeline_response) if cls: - return cls(pipeline_response, None, response_headers) + return cls(pipeline_response, deserialized, response_headers) + return deserialized _stop_initial.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}:stop'} # type: ignore async def begin_stop( @@ -773,7 +793,7 @@ async def begin_stop( user_id: str = "me", hibernate: Optional[bool] = None, **kwargs - ) -> AsyncLROPoller[None]: + ) -> AsyncLROPoller["models.OperationStatus"]: """Stops a Dev Box. :param dev_box_name: The name of a Dev Box. @@ -789,12 +809,12 @@ async def begin_stop( 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] + :return: An instance of AsyncLROPoller that returns either OperationStatus or the result of cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[~dev_center_dataplane_client.models.OperationStatus] :raises ~azure.core.exceptions.HttpResponseError: """ polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] - cls = kwargs.pop('cls', None) # type: ClsType[None] + cls = kwargs.pop('cls', None) # type: ClsType["models.OperationStatus"] lro_delay = kwargs.pop( 'polling_interval', self._config.polling_interval @@ -813,8 +833,14 @@ async def begin_stop( kwargs.pop('content_type', None) def get_long_running_output(pipeline_response): + response_headers = {} + response = pipeline_response.http_response + response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + deserialized = self._deserialize('OperationStatus', pipeline_response) + if cls: - return cls(pipeline_response, None, {}) + return cls(pipeline_response, deserialized, response_headers) + return deserialized path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), @@ -823,7 +849,7 @@ def get_long_running_output(pipeline_response): 'devBoxName': self._serialize.url("dev_box_name", dev_box_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), } - if polling is True: polling_method = AsyncLROBasePolling(lro_delay, lro_options={'final-state-via': 'location'}, path_format_arguments=path_format_arguments, **kwargs) + if polling is True: polling_method = AsyncLROBasePolling(lro_delay, lro_options={'final-state-via': 'operation-location'}, path_format_arguments=path_format_arguments, **kwargs) elif polling is False: polling_method = AsyncNoPolling() else: polling_method = polling if cont_token: @@ -837,6 +863,128 @@ def get_long_running_output(pipeline_response): return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) begin_stop.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}:stop'} # type: ignore + async def _restart_initial( + self, + dev_box_name: str, + user_id: str = "me", + **kwargs + ) -> "models.OperationStatus": + cls = kwargs.pop('cls', None) # type: ClsType["models.OperationStatus"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2023-04-01" + accept = "application/json" + + # Construct URL + url = self._restart_initial.metadata['url'] # type: ignore + path_format_arguments = { + 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), + 'userId': self._serialize.url("user_id", user_id, 'str', max_length=36, min_length=2, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$|^me$'), + 'devBoxName': self._serialize.url("dev_box_name", dev_box_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), + } + 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.post(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 [202]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + response_headers = {} + response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + deserialized = self._deserialize('OperationStatus', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, response_headers) + + return deserialized + _restart_initial.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}:restart'} # type: ignore + + async def begin_restart( + self, + dev_box_name: str, + user_id: str = "me", + **kwargs + ) -> AsyncLROPoller["models.OperationStatus"]: + """Restarts a Dev Box. + + :param dev_box_name: The name of a Dev Box. + :type dev_box_name: str + :param user_id: The AAD object id of the user. If value is 'me', the identity is taken from the + authentication context. + :type user_id: 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 OperationStatus or the result of cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[~dev_center_dataplane_client.models.OperationStatus] + :raises ~azure.core.exceptions.HttpResponseError: + """ + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType["models.OperationStatus"] + 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._restart_initial( + dev_box_name=dev_box_name, + user_id=user_id, + cls=lambda x,y,z: x, + **kwargs + ) + + kwargs.pop('error_map', None) + kwargs.pop('content_type', None) + + def get_long_running_output(pipeline_response): + response_headers = {} + response = pipeline_response.http_response + response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + deserialized = self._deserialize('OperationStatus', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, response_headers) + return deserialized + + path_format_arguments = { + 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), + 'userId': self._serialize.url("user_id", user_id, 'str', max_length=36, min_length=2, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$|^me$'), + 'devBoxName': self._serialize.url("dev_box_name", dev_box_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), + } + + if polling is True: polling_method = AsyncLROBasePolling(lro_delay, lro_options={'final-state-via': 'operation-location'}, 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_restart.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}:restart'} # type: ignore + async def get_remote_connection( self, dev_box_name: str, @@ -860,7 +1008,7 @@ async def get_remote_connection( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL @@ -897,13 +1045,13 @@ async def get_remote_connection( return deserialized get_remote_connection.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/remoteConnection'} # type: ignore - def list_upcoming_actions( + def list_actions( self, dev_box_name: str, user_id: str = "me", **kwargs - ) -> AsyncIterable["models.UpcomingActionsListResult"]: - """Lists upcoming actions on a Dev Box. + ) -> AsyncIterable["models.DevBoxActionsListResult"]: + """Lists actions on a Dev Box. :param dev_box_name: The name of a Dev Box. :type dev_box_name: str @@ -911,16 +1059,16 @@ def list_upcoming_actions( authentication context. :type user_id: str :keyword callable cls: A custom type or function that will be passed the direct response - :return: An iterator like instance of either UpcomingActionsListResult or the result of cls(response) - :rtype: ~azure.core.async_paging.AsyncItemPaged[~dev_center_dataplane_client.models.UpcomingActionsListResult] + :return: An iterator like instance of either DevBoxActionsListResult or the result of cls(response) + :rtype: ~azure.core.async_paging.AsyncItemPaged[~dev_center_dataplane_client.models.DevBoxActionsListResult] :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.UpcomingActionsListResult"] + cls = kwargs.pop('cls', None) # type: ClsType["models.DevBoxActionsListResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" def prepare_request(next_link=None): @@ -930,7 +1078,7 @@ def prepare_request(next_link=None): if not next_link: # Construct URL - url = self.list_upcoming_actions.metadata['url'] # type: ignore + url = self.list_actions.metadata['url'] # type: ignore path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), @@ -957,7 +1105,7 @@ def prepare_request(next_link=None): return request async def extract_data(pipeline_response): - deserialized = self._deserialize('UpcomingActionsListResult', pipeline_response) + deserialized = self._deserialize('DevBoxActionsListResult', pipeline_response) list_of_elem = deserialized.value if cls: list_of_elem = cls(list_of_elem) @@ -978,45 +1126,45 @@ async def get_next(next_link=None): return AsyncItemPaged( get_next, extract_data ) - list_upcoming_actions.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/upcomingActions'} # type: ignore + list_actions.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/actions'} # type: ignore - async def get_upcoming_action( + async def get_action( self, dev_box_name: str, - upcoming_action_id: str, + action_name: str, user_id: str = "me", **kwargs - ) -> "models.UpcomingAction": - """Gets an Upcoming Action. + ) -> "models.DevBoxAction": + """Gets an action. :param dev_box_name: The name of a Dev Box. :type dev_box_name: str - :param upcoming_action_id: The upcoming action id. - :type upcoming_action_id: str + :param action_name: The name of an action that will take place on a Dev Box. + :type action_name: str :param user_id: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. :type user_id: str :keyword callable cls: A custom type or function that will be passed the direct response - :return: UpcomingAction, or the result of cls(response) - :rtype: ~dev_center_dataplane_client.models.UpcomingAction + :return: DevBoxAction, or the result of cls(response) + :rtype: ~dev_center_dataplane_client.models.DevBoxAction :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.UpcomingAction"] + cls = kwargs.pop('cls', None) # type: ClsType["models.DevBoxAction"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL - url = self.get_upcoming_action.metadata['url'] # type: ignore + url = self.get_action.metadata['url'] # type: ignore path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), 'userId': self._serialize.url("user_id", user_id, 'str', max_length=36, min_length=2, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$|^me$'), 'devBoxName': self._serialize.url("dev_box_name", dev_box_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - 'upcomingActionId': self._serialize.url("upcoming_action_id", upcoming_action_id, 'str', max_length=36, min_length=0, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$'), + 'actionName': self._serialize.url("action_name", action_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), } url = self._client.format_url(url, **path_format_arguments) @@ -1036,27 +1184,27 @@ async def get_upcoming_action( map_error(status_code=response.status_code, response=response, error_map=error_map) raise HttpResponseError(response=response, error_format=ARMErrorFormat) - deserialized = self._deserialize('UpcomingAction', pipeline_response) + deserialized = self._deserialize('DevBoxAction', pipeline_response) if cls: return cls(pipeline_response, deserialized, {}) return deserialized - get_upcoming_action.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/upcomingActions/{upcomingActionId}'} # type: ignore + get_action.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/actions/{actionName}'} # type: ignore - async def skip_upcoming_action( + async def skip_action( self, dev_box_name: str, - upcoming_action_id: str, + action_name: str, user_id: str = "me", **kwargs ) -> None: - """Skips an Upcoming Action. + """Skips an occurrence of an action. :param dev_box_name: The name of a Dev Box. :type dev_box_name: str - :param upcoming_action_id: The upcoming action id. - :type upcoming_action_id: str + :param action_name: The name of an action that will take place on a Dev Box. + :type action_name: str :param user_id: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. :type user_id: str @@ -1070,17 +1218,17 @@ async def skip_upcoming_action( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL - url = self.skip_upcoming_action.metadata['url'] # type: ignore + url = self.skip_action.metadata['url'] # type: ignore path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), 'userId': self._serialize.url("user_id", user_id, 'str', max_length=36, min_length=2, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$|^me$'), 'devBoxName': self._serialize.url("dev_box_name", dev_box_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - 'upcomingActionId': self._serialize.url("upcoming_action_id", upcoming_action_id, 'str', max_length=36, min_length=0, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$'), + 'actionName': self._serialize.url("action_name", action_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), } url = self._client.format_url(url, **path_format_arguments) @@ -1103,55 +1251,55 @@ async def skip_upcoming_action( if cls: return cls(pipeline_response, None, {}) - skip_upcoming_action.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/upcomingActions/{upcomingActionId}:skip'} # type: ignore + skip_action.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/actions/{actionName}:skip'} # type: ignore - async def delay_upcoming_action( + async def delay_action( self, dev_box_name: str, - upcoming_action_id: str, - delay_until: datetime.datetime, + action_name: str, + until: datetime.datetime, user_id: str = "me", **kwargs - ) -> "models.UpcomingAction": - """Delays an Upcoming Action. + ) -> "models.DevBoxAction": + """Delays the occurrence of an action. :param dev_box_name: The name of a Dev Box. :type dev_box_name: str - :param upcoming_action_id: The upcoming action id. - :type upcoming_action_id: str - :param delay_until: The delayed action time (UTC). - :type delay_until: ~datetime.datetime + :param action_name: The name of an action that will take place on a Dev Box. + :type action_name: str + :param until: The time to delay the Dev Box action or actions until. + :type until: ~datetime.datetime :param user_id: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. :type user_id: str :keyword callable cls: A custom type or function that will be passed the direct response - :return: UpcomingAction, or the result of cls(response) - :rtype: ~dev_center_dataplane_client.models.UpcomingAction + :return: DevBoxAction, or the result of cls(response) + :rtype: ~dev_center_dataplane_client.models.DevBoxAction :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.UpcomingAction"] + cls = kwargs.pop('cls', None) # type: ClsType["models.DevBoxAction"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL - url = self.delay_upcoming_action.metadata['url'] # type: ignore + url = self.delay_action.metadata['url'] # type: ignore path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), 'userId': self._serialize.url("user_id", user_id, 'str', max_length=36, min_length=2, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$|^me$'), 'devBoxName': self._serialize.url("dev_box_name", dev_box_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - 'upcomingActionId': self._serialize.url("upcoming_action_id", upcoming_action_id, 'str', max_length=36, min_length=0, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$'), + 'actionName': self._serialize.url("action_name", action_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), } 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') - query_parameters['delayUntil'] = self._serialize.query("delay_until", delay_until, 'iso-8601') + query_parameters['until'] = self._serialize.query("until", until, 'iso-8601') # Construct headers header_parameters = {} # type: Dict[str, Any] @@ -1165,10 +1313,97 @@ async def delay_upcoming_action( map_error(status_code=response.status_code, response=response, error_map=error_map) raise HttpResponseError(response=response, error_format=ARMErrorFormat) - deserialized = self._deserialize('UpcomingAction', pipeline_response) + deserialized = self._deserialize('DevBoxAction', pipeline_response) if cls: return cls(pipeline_response, deserialized, {}) return deserialized - delay_upcoming_action.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/upcomingActions/{upcomingActionId}:delay'} # type: ignore + delay_action.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/actions/{actionName}:delay'} # type: ignore + + def delay_actions( + self, + dev_box_name: str, + until: datetime.datetime, + user_id: str = "me", + **kwargs + ) -> AsyncIterable["models.DevBoxActionsDelayMultipleResult"]: + """Delays all actions. + + :param dev_box_name: The name of a Dev Box. + :type dev_box_name: str + :param until: The time to delay the Dev Box action or actions until. + :type until: ~datetime.datetime + :param user_id: The AAD object id of the user. If value is 'me', the identity is taken from the + authentication context. + :type user_id: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either DevBoxActionsDelayMultipleResult or the result of cls(response) + :rtype: ~azure.core.async_paging.AsyncItemPaged[~dev_center_dataplane_client.models.DevBoxActionsDelayMultipleResult] + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["models.DevBoxActionsDelayMultipleResult"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2023-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.delay_actions.metadata['url'] # type: ignore + path_format_arguments = { + 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), + 'userId': self._serialize.url("user_id", user_id, 'str', max_length=36, min_length=2, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$|^me$'), + 'devBoxName': self._serialize.url("dev_box_name", dev_box_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), + } + 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') + query_parameters['until'] = self._serialize.query("until", until, 'iso-8601') + + request = self._client.post(url, query_parameters, header_parameters) + else: + url = next_link + query_parameters = {} # type: Dict[str, Any] + path_format_arguments = { + 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), + 'userId': self._serialize.url("user_id", user_id, 'str', max_length=36, min_length=2, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$|^me$'), + 'devBoxName': self._serialize.url("dev_box_name", dev_box_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), + } + url = self._client.format_url(url, **path_format_arguments) + request = self._client.get(url, query_parameters, header_parameters) + return request + + async def extract_data(pipeline_response): + deserialized = self._deserialize('DevBoxActionsDelayMultipleResult', 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]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + return pipeline_response + + return AsyncItemPaged( + get_next, extract_data + ) + delay_actions.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/actions:delay'} # type: ignore diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_catalog_item_versions_operations.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_environment_definitions_operations.py similarity index 51% rename from src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_catalog_item_versions_operations.py rename to src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_environment_definitions_operations.py index 6fe681df35b..80ae8426739 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_catalog_item_versions_operations.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_environment_definitions_operations.py @@ -5,22 +5,24 @@ # 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 +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.core.polling.async_base_polling import AsyncLROBasePolling from ... import models T = TypeVar('T') ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] -class CatalogItemVersionsOperations: - """CatalogItemVersionsOperations async operations. +class EnvironmentDefinitionsOperations: + """EnvironmentDefinitionsOperations 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. @@ -41,29 +43,26 @@ def __init__(self, client, config, serializer, deserializer) -> None: self._deserialize = deserializer self._config = config - def list_by_project( + def list( self, - catalog_item_id: str, top: Optional[int] = None, **kwargs - ) -> AsyncIterable["models.CatalogItemVersionListResult"]: - """List all versions of a catalog item from a project. + ) -> AsyncIterable["models.EnvironmentDefinitionListResult"]: + """Lists all environment definitions available for a project. - :param catalog_item_id: The unique id of the catalog item. - :type catalog_item_id: str :param top: The maximum number of resources to return from the operation. Example: 'top=10'. :type top: int :keyword callable cls: A custom type or function that will be passed the direct response - :return: An iterator like instance of either CatalogItemVersionListResult or the result of cls(response) - :rtype: ~azure.core.async_paging.AsyncItemPaged[~dev_center_dataplane_client.models.CatalogItemVersionListResult] + :return: An iterator like instance of either EnvironmentDefinitionListResult or the result of cls(response) + :rtype: ~azure.core.async_paging.AsyncItemPaged[~dev_center_dataplane_client.models.EnvironmentDefinitionListResult] :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.CatalogItemVersionListResult"] + cls = kwargs.pop('cls', None) # type: ClsType["models.EnvironmentDefinitionListResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" def prepare_request(next_link=None): @@ -73,11 +72,10 @@ def prepare_request(next_link=None): if not next_link: # Construct URL - url = self.list_by_project.metadata['url'] # type: ignore + url = self.list.metadata['url'] # type: ignore path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - 'catalogItemId': self._serialize.url("catalog_item_id", catalog_item_id, 'str', max_length=216, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.:]{2,216}$'), } url = self._client.format_url(url, **path_format_arguments) # Construct parameters @@ -93,14 +91,13 @@ def prepare_request(next_link=None): path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - 'catalogItemId': self._serialize.url("catalog_item_id", catalog_item_id, 'str', max_length=216, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.:]{2,216}$'), } url = self._client.format_url(url, **path_format_arguments) request = self._client.get(url, query_parameters, header_parameters) return request async def extract_data(pipeline_response): - deserialized = self._deserialize('CatalogItemVersionListResult', pipeline_response) + deserialized = self._deserialize('EnvironmentDefinitionListResult', pipeline_response) list_of_elem = deserialized.value if cls: list_of_elem = cls(list_of_elem) @@ -121,31 +118,113 @@ async def get_next(next_link=None): return AsyncItemPaged( get_next, extract_data ) - list_by_project.metadata = {'url': '/projects/{projectName}/catalogItems/{catalogItemId}/versions'} # type: ignore + list.metadata = {'url': '/projects/{projectName}/environmentDefinitions'} # type: ignore + + def list_by_catalog( + self, + catalog_name: str, + top: Optional[int] = None, + **kwargs + ) -> AsyncIterable["models.EnvironmentDefinitionListResult"]: + """Lists all environment definitions available within a catalog. + + :param catalog_name: The name of the catalog. + :type catalog_name: str + :param top: The maximum number of resources to return from the operation. Example: 'top=10'. + :type top: int + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either EnvironmentDefinitionListResult or the result of cls(response) + :rtype: ~azure.core.async_paging.AsyncItemPaged[~dev_center_dataplane_client.models.EnvironmentDefinitionListResult] + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["models.EnvironmentDefinitionListResult"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2023-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_catalog.metadata['url'] # type: ignore + path_format_arguments = { + 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), + 'catalogName': self._serialize.url("catalog_name", catalog_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), + } + 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') + if top is not None: + query_parameters['top'] = self._serialize.query("top", top, 'int') + + request = self._client.get(url, query_parameters, header_parameters) + else: + url = next_link + query_parameters = {} # type: Dict[str, Any] + path_format_arguments = { + 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), + 'catalogName': self._serialize.url("catalog_name", catalog_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), + } + url = self._client.format_url(url, **path_format_arguments) + request = self._client.get(url, query_parameters, header_parameters) + return request + + async def extract_data(pipeline_response): + deserialized = self._deserialize('EnvironmentDefinitionListResult', 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]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + return pipeline_response + + return AsyncItemPaged( + get_next, extract_data + ) + list_by_catalog.metadata = {'url': '/projects/{projectName}/catalogs/{catalogName}/environmentDefinitions'} # type: ignore async def get( self, - catalog_item_id: str, - version: str, + catalog_name: str, + definition_name: str, **kwargs - ) -> "models.CatalogItemVersion": - """Get a specific catalog item version from a project. + ) -> "models.EnvironmentDefinition": + """Get an environment definition from a catalog. - :param catalog_item_id: The unique id of the catalog item. - :type catalog_item_id: str - :param version: The version of the catalog item. - :type version: str + :param catalog_name: The name of the catalog. + :type catalog_name: str + :param definition_name: The name of the environment definition. + :type definition_name: str :keyword callable cls: A custom type or function that will be passed the direct response - :return: CatalogItemVersion, or the result of cls(response) - :rtype: ~dev_center_dataplane_client.models.CatalogItemVersion + :return: EnvironmentDefinition, or the result of cls(response) + :rtype: ~dev_center_dataplane_client.models.EnvironmentDefinition :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.CatalogItemVersion"] + cls = kwargs.pop('cls', None) # type: ClsType["models.EnvironmentDefinition"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL @@ -153,8 +232,8 @@ async def get( path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - 'catalogItemId': self._serialize.url("catalog_item_id", catalog_item_id, 'str', max_length=216, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.:]{2,216}$'), - 'version': self._serialize.url("version", version, 'str', max_length=63, min_length=3, pattern=r'^[0-9]{1,20}.[0-9]{1,20}.[0-9]{1,20}$|^latest$'), + 'catalogName': self._serialize.url("catalog_name", catalog_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), + 'definitionName': self._serialize.url("definition_name", definition_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), } url = self._client.format_url(url, **path_format_arguments) @@ -174,11 +253,10 @@ async def get( map_error(status_code=response.status_code, response=response, error_map=error_map) raise HttpResponseError(response=response, error_format=ARMErrorFormat) - deserialized = self._deserialize('CatalogItemVersion', pipeline_response) + deserialized = self._deserialize('EnvironmentDefinition', pipeline_response) if cls: return cls(pipeline_response, deserialized, {}) return deserialized - get.metadata = {'url': '/projects/{projectName}/catalogItems/{catalogItemId}/versions/{version}'} # type: ignore - \ No newline at end of file + get.metadata = {'url': '/projects/{projectName}/catalogs/{catalogName}/environmentDefinitions/{definitionName}'} # type: ignore diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_environment_type_operations.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_environment_type_operations.py index 5c5de30a797..9f1e11fee44 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_environment_type_operations.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_environment_type_operations.py @@ -41,7 +41,7 @@ def __init__(self, client, config, serializer, deserializer) -> None: self._deserialize = deserializer self._config = config - def list_by_project( + def list( self, top: Optional[int] = None, **kwargs @@ -60,7 +60,7 @@ def list_by_project( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" def prepare_request(next_link=None): @@ -70,7 +70,7 @@ def prepare_request(next_link=None): if not next_link: # Construct URL - url = self.list_by_project.metadata['url'] # type: ignore + url = self.list.metadata['url'] # type: ignore path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), @@ -116,4 +116,4 @@ async def get_next(next_link=None): return AsyncItemPaged( get_next, extract_data ) - list_by_project.metadata = {'url': '/projects/{projectName}/environmentTypes'} # type: ignore \ No newline at end of file + list.metadata = {'url': '/projects/{projectName}/environmentTypes'} # type: ignore diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_environments_operations.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_environments_operations.py index fc0a3585ef2..065a7a0c81e 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_environments_operations.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_environments_operations.py @@ -62,7 +62,7 @@ def list_by_project( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" def prepare_request(next_link=None): @@ -143,7 +143,7 @@ def list_by_project_by_user( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" def prepare_request(next_link=None): @@ -226,7 +226,7 @@ async def get( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL @@ -263,7 +263,7 @@ async def get( return deserialized get.metadata = {'url': '/projects/{projectName}/users/{userId}/environments/{environmentName}'} # type: ignore - async def _create_or_update_initial( + async def _create_or_replace_initial( self, environment_name: str, body: "models.Environment", @@ -275,12 +275,12 @@ async def _create_or_update_initial( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-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 + url = self._create_or_replace_initial.metadata['url'] # type: ignore path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), @@ -305,25 +305,21 @@ async def _create_or_update_initial( pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) response = pipeline_response.http_response - if response.status_code not in [200, 201]: + if response.status_code not in [201]: map_error(status_code=response.status_code, response=response, error_map=error_map) raise HttpResponseError(response=response, error_format=ARMErrorFormat) response_headers = {} - if response.status_code == 200: - deserialized = self._deserialize('Environment', pipeline_response) - - if response.status_code == 201: - response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) - deserialized = self._deserialize('Environment', pipeline_response) + response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + deserialized = self._deserialize('Environment', pipeline_response) if cls: return cls(pipeline_response, deserialized, response_headers) return deserialized - _create_or_update_initial.metadata = {'url': '/projects/{projectName}/users/{userId}/environments/{environmentName}'} # type: ignore + _create_or_replace_initial.metadata = {'url': '/projects/{projectName}/users/{userId}/environments/{environmentName}'} # type: ignore - async def begin_create_or_update( + async def begin_create_or_replace( self, environment_name: str, body: "models.Environment", @@ -334,7 +330,7 @@ async def begin_create_or_update( :param environment_name: The name of the environment. :type environment_name: str - :param body: Represents a environment. + :param body: Represents an environment. :type body: ~dev_center_dataplane_client.models.Environment :param user_id: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. @@ -357,7 +353,7 @@ async def begin_create_or_update( ) cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] if cont_token is None: - raw_result = await self._create_or_update_initial( + raw_result = await self._create_or_replace_initial( environment_name=environment_name, body=body, user_id=user_id, @@ -397,88 +393,20 @@ def get_long_running_output(pipeline_response): ) else: return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_create_or_update.metadata = {'url': '/projects/{projectName}/users/{userId}/environments/{environmentName}'} # type: ignore - - async def update( - self, - environment_name: str, - body: "models.EnvironmentUpdateProperties", - user_id: str = "me", - **kwargs - ) -> "models.Environment": - """Partially updates an environment. - - :param environment_name: The name of the environment. - :type environment_name: str - :param body: Updatable environment properties. - :type body: ~dev_center_dataplane_client.models.EnvironmentUpdateProperties - :param user_id: The AAD object id of the user. If value is 'me', the identity is taken from the - authentication context. - :type user_id: str - :keyword callable cls: A custom type or function that will be passed the direct response - :return: Environment, or the result of cls(response) - :rtype: ~dev_center_dataplane_client.models.Environment - :raises: ~azure.core.exceptions.HttpResponseError - """ - cls = kwargs.pop('cls', None) # type: ClsType["models.Environment"] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" - content_type = kwargs.pop("content_type", "application/merge-patch+json") - accept = "application/json" - - # Construct URL - url = self.update.metadata['url'] # type: ignore - path_format_arguments = { - 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), - 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - 'userId': self._serialize.url("user_id", user_id, 'str', max_length=36, min_length=2, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$|^me$'), - 'environmentName': self._serialize.url("environment_name", environment_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - } - 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(body, 'EnvironmentUpdateProperties') - 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]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - deserialized = self._deserialize('Environment', pipeline_response) - - if cls: - return cls(pipeline_response, deserialized, {}) - - return deserialized - update.metadata = {'url': '/projects/{projectName}/users/{userId}/environments/{environmentName}'} # type: ignore + begin_create_or_replace.metadata = {'url': '/projects/{projectName}/users/{userId}/environments/{environmentName}'} # type: ignore async def _delete_initial( self, environment_name: str, user_id: str = "me", **kwargs - ) -> None: - cls = kwargs.pop('cls', None) # type: ClsType[None] + ) -> Optional["models.OperationStatus"]: + cls = kwargs.pop('cls', None) # type: ClsType[Optional["models.OperationStatus"]] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL @@ -503,17 +431,20 @@ async def _delete_initial( 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]: + if response.status_code not in [202, 204]: map_error(status_code=response.status_code, response=response, error_map=error_map) raise HttpResponseError(response=response, error_format=ARMErrorFormat) response_headers = {} + deserialized = None if response.status_code == 202: response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + deserialized = self._deserialize('OperationStatus', pipeline_response) if cls: - return cls(pipeline_response, None, response_headers) + return cls(pipeline_response, deserialized, response_headers) + return deserialized _delete_initial.metadata = {'url': '/projects/{projectName}/users/{userId}/environments/{environmentName}'} # type: ignore async def begin_delete( @@ -521,7 +452,7 @@ async def begin_delete( environment_name: str, user_id: str = "me", **kwargs - ) -> AsyncLROPoller[None]: + ) -> AsyncLROPoller["models.OperationStatus"]: """Deletes an environment and all its associated resources. :param environment_name: The name of the environment. @@ -535,12 +466,12 @@ async def begin_delete( 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] + :return: An instance of AsyncLROPoller that returns either OperationStatus or the result of cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[~dev_center_dataplane_client.models.OperationStatus] :raises ~azure.core.exceptions.HttpResponseError: """ polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] - cls = kwargs.pop('cls', None) # type: ClsType[None] + cls = kwargs.pop('cls', None) # type: ClsType["models.OperationStatus"] lro_delay = kwargs.pop( 'polling_interval', self._config.polling_interval @@ -558,133 +489,14 @@ async def begin_delete( kwargs.pop('content_type', None) def get_long_running_output(pipeline_response): - if cls: - return cls(pipeline_response, None, {}) - - path_format_arguments = { - 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), - 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - 'userId': self._serialize.url("user_id", user_id, 'str', max_length=36, min_length=2, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$|^me$'), - 'environmentName': self._serialize.url("environment_name", environment_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - } - - if polling is True: polling_method = AsyncLROBasePolling(lro_delay, lro_options={'final-state-via': 'original-uri'}, 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': '/projects/{projectName}/users/{userId}/environments/{environmentName}'} # type: ignore - - async def _deploy_action_initial( - self, - environment_name: str, - body: "models.ActionRequest", - user_id: str = "me", - **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 = "2022-11-11-preview" - content_type = kwargs.pop("content_type", "application/json") - accept = "application/json" - - # Construct URL - url = self._deploy_action_initial.metadata['url'] # type: ignore - path_format_arguments = { - 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), - 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - 'userId': self._serialize.url("user_id", user_id, 'str', max_length=36, min_length=2, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$|^me$'), - 'environmentName': self._serialize.url("environment_name", environment_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - } - 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(body, 'ActionRequest') - body_content_kwargs['content'] = body_content - request = self._client.post(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) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - response_headers = {} - if response.status_code == 202: + response_headers = {} + response = pipeline_response.http_response response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + deserialized = self._deserialize('OperationStatus', pipeline_response) - if cls: - return cls(pipeline_response, None, response_headers) - - _deploy_action_initial.metadata = {'url': '/projects/{projectName}/users/{userId}/environments/{environmentName}:deploy'} # type: ignore - - async def begin_deploy_action( - self, - environment_name: str, - body: "models.ActionRequest", - user_id: str = "me", - **kwargs - ) -> AsyncLROPoller[None]: - """Executes a deploy action. - - :param environment_name: The name of the environment. - :type environment_name: str - :param body: Action properties overriding the environment's default values. - :type body: ~dev_center_dataplane_client.models.ActionRequest - :param user_id: The AAD object id of the user. If value is 'me', the identity is taken from the - authentication context. - :type user_id: 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._deploy_action_initial( - environment_name=environment_name, - body=body, - user_id=user_id, - 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, {}) + return cls(pipeline_response, deserialized, response_headers) + return deserialized path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), @@ -693,7 +505,7 @@ def get_long_running_output(pipeline_response): 'environmentName': self._serialize.url("environment_name", environment_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), } - if polling is True: polling_method = AsyncLROBasePolling(lro_delay, lro_options={'final-state-via': 'original-uri'}, path_format_arguments=path_format_arguments, **kwargs) + if polling is True: polling_method = AsyncLROBasePolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) elif polling is False: polling_method = AsyncNoPolling() else: polling_method = polling if cont_token: @@ -705,129 +517,5 @@ def get_long_running_output(pipeline_response): ) else: return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_deploy_action.metadata = {'url': '/projects/{projectName}/users/{userId}/environments/{environmentName}:deploy'} # type: ignore - - async def _custom_action_initial( - self, - environment_name: str, - body: "models.ActionRequest", - user_id: str = "me", - **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 = "2022-11-11-preview" - content_type = kwargs.pop("content_type", "application/json") - accept = "application/json" - - # Construct URL - url = self._custom_action_initial.metadata['url'] # type: ignore - path_format_arguments = { - 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), - 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - 'userId': self._serialize.url("user_id", user_id, 'str', max_length=36, min_length=2, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$|^me$'), - 'environmentName': self._serialize.url("environment_name", environment_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - } - 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(body, 'ActionRequest') - body_content_kwargs['content'] = body_content - request = self._client.post(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) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - response_headers = {} - if response.status_code == 202: - response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) - - if cls: - return cls(pipeline_response, None, response_headers) - - _custom_action_initial.metadata = {'url': '/projects/{projectName}/users/{userId}/environments/{environmentName}:custom'} # type: ignore - - async def begin_custom_action( - self, - environment_name: str, - body: "models.ActionRequest", - user_id: str = "me", - **kwargs - ) -> AsyncLROPoller[None]: - """Executes a custom action. - - :param environment_name: The name of the environment. - :type environment_name: str - :param body: Action properties overriding the environment's default values. - :type body: ~dev_center_dataplane_client.models.ActionRequest - :param user_id: The AAD object id of the user. If value is 'me', the identity is taken from the - authentication context. - :type user_id: 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._custom_action_initial( - environment_name=environment_name, - body=body, - user_id=user_id, - 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 = { - 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), - 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - 'userId': self._serialize.url("user_id", user_id, 'str', max_length=36, min_length=2, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$|^me$'), - 'environmentName': self._serialize.url("environment_name", environment_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - } + begin_delete.metadata = {'url': '/projects/{projectName}/users/{userId}/environments/{environmentName}'} # type: ignore - if polling is True: polling_method = AsyncLROBasePolling(lro_delay, lro_options={'final-state-via': 'original-uri'}, 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_custom_action.metadata = {'url': '/projects/{projectName}/users/{userId}/environments/{environmentName}:custom'} # type: ignore diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_notification_setting_operations.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_notification_setting_operations.py index 728fd28e08a..1d178bdba9c 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_notification_setting_operations.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_notification_setting_operations.py @@ -61,7 +61,7 @@ async def get( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL @@ -120,7 +120,7 @@ async def create( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" content_type = kwargs.pop("content_type", "application/json") accept = "application/json" @@ -181,7 +181,7 @@ async def list_allowed_cultures( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL @@ -215,4 +215,4 @@ async def list_allowed_cultures( return cls(pipeline_response, deserialized, {}) return deserialized - list_allowed_cultures.metadata = {'url': '/projects/{projectName}/users/{userId}/notificationSettings/default/allowedCultures'} # type: ignore \ No newline at end of file + list_allowed_cultures.metadata = {'url': '/projects/{projectName}/users/{userId}/notificationSettings/default/allowedCultures'} # type: ignore diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_pool_operations.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_pool_operations.py index 5c0886bf768..4c9e7fd9f19 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_pool_operations.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_pool_operations.py @@ -13,9 +13,7 @@ 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 @@ -66,7 +64,7 @@ def list( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" def prepare_request(next_link=None): @@ -145,15 +143,15 @@ async def get( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL url = self.get.metadata['url'] # type: ignore path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), - 'poolName': self._serialize.url("pool_name", pool_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), + 'poolName': self._serialize.url("pool_name", pool_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), } url = self._client.format_url(url, **path_format_arguments) diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_project_operations.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_project_operations.py index 355cc9cc996..942b49d850b 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_project_operations.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_project_operations.py @@ -63,7 +63,7 @@ def list( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" def prepare_request(next_link=None): @@ -140,7 +140,7 @@ async def get( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_schedule_operations.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_schedule_operations.py index bfc2bd813e7..39f01396d49 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_schedule_operations.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/aio/operations/_schedule_operations.py @@ -66,7 +66,7 @@ def list( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" def prepare_request(next_link=None): @@ -150,7 +150,7 @@ async def get( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/models/__init__.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/models/__init__.py index 60f628fb1e7..831d764aab1 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/models/__init__.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/models/__init__.py @@ -7,21 +7,24 @@ # -------------------------------------------------------------------------- try: - from ._models_py3 import ActionRequest from ._models_py3 import Artifact from ._models_py3 import ArtifactListResult - from ._models_py3 import CatalogItem - from ._models_py3 import CatalogItemAction - from ._models_py3 import CatalogItemListResult - from ._models_py3 import CatalogItemParameter - from ._models_py3 import CatalogItemVersion - from ._models_py3 import CatalogItemVersionListResult + from ._models_py3 import Catalog + from ._models_py3 import CatalogListResult from ._models_py3 import CloudErrorBody from ._models_py3 import DevBox + from ._models_py3 import DevBoxAction + from ._models_py3 import DevBoxActionDelayResult + from ._models_py3 import DevBoxActionsDelayMultipleResult + from ._models_py3 import DevBoxActionsListResult from ._models_py3 import DevBoxListResult + from ._models_py3 import DevBoxNextAction from ._models_py3 import DevBoxProvisioningNotification from ._models_py3 import EmailNotification from ._models_py3 import Environment + from ._models_py3 import EnvironmentDefinition + from ._models_py3 import EnvironmentDefinitionListResult + from ._models_py3 import EnvironmentDefinitionParameter from ._models_py3 import EnvironmentListResult from ._models_py3 import EnvironmentType from ._models_py3 import EnvironmentTypeListResult @@ -32,38 +35,38 @@ from ._models_py3 import NotificationSettings from ._models_py3 import NotificationSettingsAllowedCulturesListResult from ._models_py3 import NotificationType + from ._models_py3 import OperationStatus + from ._models_py3 import OperationStatusError from ._models_py3 import OsDisk from ._models_py3 import Pool from ._models_py3 import PoolListResult from ._models_py3 import Project from ._models_py3 import ProjectListResult - from ._models_py3 import ProvisioningError from ._models_py3 import RemoteConnection from ._models_py3 import Schedule from ._models_py3 import ScheduleListResult - from ._models_py3 import ScheduledTask + from ._models_py3 import StopOnDisconnectConfiguration from ._models_py3 import StorageProfile - from ._models_py3 import LongRunningOperationErrorDetails - from ._models_py3 import LongRunningOperationStatus - from ._models_py3 import UpcomingAction - from ._models_py3 import UpcomingActionsListResult from ._models_py3 import WebhookNotification except (SyntaxError, ImportError): - from ._models import ActionRequest # type: ignore from ._models import Artifact # type: ignore from ._models import ArtifactListResult # type: ignore - from ._models import CatalogItem # type: ignore - from ._models import CatalogItemAction # type: ignore - from ._models import CatalogItemListResult # type: ignore - from ._models import CatalogItemParameter # type: ignore - from ._models import CatalogItemVersion # type: ignore - from ._models import CatalogItemVersionListResult # type: ignore + from ._models import Catalog # type: ignore + from ._models import CatalogListResult # type: ignore from ._models import CloudErrorBody # type: ignore from ._models import DevBox # type: ignore + from ._models import DevBoxAction # type: ignore + from ._models import DevBoxActionDelayResult # type: ignore + from ._models import DevBoxActionsDelayMultipleResult # type: ignore + from ._models import DevBoxActionsListResult # type: ignore from ._models import DevBoxListResult # type: ignore + from ._models import DevBoxNextAction # type: ignore from ._models import DevBoxProvisioningNotification # type: ignore from ._models import EmailNotification # type: ignore from ._models import Environment # type: ignore + from ._models import EnvironmentDefinition # type: ignore + from ._models import EnvironmentDefinitionListResult # type: ignore + from ._models import EnvironmentDefinitionParameter # type: ignore from ._models import EnvironmentListResult # type: ignore from ._models import EnvironmentType # type: ignore from ._models import EnvironmentTypeListResult # type: ignore @@ -74,52 +77,54 @@ from ._models import NotificationSettings # type: ignore from ._models import NotificationSettingsAllowedCulturesListResult # type: ignore from ._models import NotificationType # type: ignore + from ._models import OperationStatus # type: ignore + from ._models import OperationStatusError # type: ignore from ._models import OsDisk # type: ignore from ._models import Pool # type: ignore from ._models import PoolListResult # type: ignore from ._models import Project # type: ignore from ._models import ProjectListResult # type: ignore - from ._models import ProvisioningError # type: ignore from ._models import RemoteConnection # type: ignore from ._models import Schedule # type: ignore from ._models import ScheduleListResult # type: ignore - from ._models import ScheduledTask # type: ignore + from ._models import StopOnDisconnectConfiguration # type: ignore from ._models import StorageProfile # type: ignore - from ._models import UpcomingAction # type: ignore - from ._models import UpcomingActionsListResult # type: ignore from ._models import WebhookNotification # type: ignore from ._dev_center_dataplane_client_enums import ( - ActionType, - EnableStatus, + DevBoxActionDelayResultStatus, + DevBoxActionType, + EnvironmentTypeEnableStatus, HibernateSupport, LocalAdminStatus, OsType, ParameterType, + PoolHealthStatus, PowerState, ScheduledFrequency, - ScheduledTaskType, ScheduledType, - UpcomingActionReason, - UpcomingActionType, + StopOnDisconnectEnableStatus, ) __all__ = [ - 'ActionRequest', 'Artifact', 'ArtifactListResult', - 'CatalogItem', - 'CatalogItemAction', - 'CatalogItemListResult', - 'CatalogItemParameter', - 'CatalogItemVersion', - 'CatalogItemVersionListResult', + 'Catalog', + 'CatalogListResult', 'CloudErrorBody', 'DevBox', + 'DevBoxAction', + 'DevBoxActionDelayResult', + 'DevBoxActionsDelayMultipleResult', + 'DevBoxActionsListResult', 'DevBoxListResult', + 'DevBoxNextAction', 'DevBoxProvisioningNotification', 'EmailNotification', 'Environment', + 'EnvironmentDefinition', + 'EnvironmentDefinitionListResult', + 'EnvironmentDefinitionParameter', 'EnvironmentListResult', 'EnvironmentType', 'EnvironmentTypeListResult', @@ -130,32 +135,29 @@ 'NotificationSettings', 'NotificationSettingsAllowedCulturesListResult', 'NotificationType', + 'OperationStatus', + 'OperationStatusError', 'OsDisk', 'Pool', 'PoolListResult', 'Project', 'ProjectListResult', - 'ProvisioningError', 'RemoteConnection', 'Schedule', 'ScheduleListResult', - 'ScheduledTask', + 'StopOnDisconnectConfiguration', 'StorageProfile', - 'UpcomingAction', - 'UpcomingActionsListResult', 'WebhookNotification', - 'ActionType', - 'EnableStatus', + 'DevBoxActionDelayResultStatus', + 'DevBoxActionType', + 'EnvironmentTypeEnableStatus', 'HibernateSupport', 'LocalAdminStatus', 'OsType', 'ParameterType', + 'PoolHealthStatus', 'PowerState', 'ScheduledFrequency', - 'ScheduledTaskType', 'ScheduledType', - 'UpcomingActionReason', - 'UpcomingActionType', - 'LongRunningOperationErrorDetails', - 'LongRunningOperationStatus' + 'StopOnDisconnectEnableStatus', ] diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/models/_dev_center_dataplane_client_enums.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/models/_dev_center_dataplane_client_enums.py index 9071dd246c2..e54f0cdb8be 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/models/_dev_center_dataplane_client_enums.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/models/_dev_center_dataplane_client_enums.py @@ -26,89 +26,95 @@ def __getattr__(cls, name): raise AttributeError(name) -class ActionType(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): - """The type of action. +class DevBoxActionDelayResultStatus(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + """The result of the delay operation on this action. """ - CUSTOM_ACTION = "Custom" #: A custom action defined in the catalog item. - DEPLOY_ACTION = "Deploy" #: The action to deploy the environment resources. - DELETE_ACTION = "Delete" #: The action to delete the environment resources. + SUCCEEDED = "Succeeded" #: The delay operation succeeded. + FAILED = "Failed" #: The delay operation failed. -class EnableStatus(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): - """Enable or disable status. Indicates whether the property applied to is either enabled or - disabled. +class DevBoxActionType(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + """The type of action which will take place on a Dev Box. """ - ENABLED = "Enabled" - DISABLED = "Disabled" + STOP = "Stop" #: The action will stop the Dev Box. + +class EnvironmentTypeEnableStatus(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + """Indicates whether an environment type is enabled for use in a project. + """ + + ENABLED = "Enabled" #: The environment type is enabled for use in the project. + DISABLED = "Disabled" #: The environment type is not enabled for use in the project. class HibernateSupport(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): - """Indicates whether hibernate is supported and enabled or disabled. Unknown hibernate support is - represented as null. + """Indicates whether hibernate is supported and enabled, disabled, or unsupported by the operating + system. Unknown hibernate support is represented as null. """ - DISABLED = "Disabled" - ENABLED = "Enabled" + ENABLED = "Enabled" #: Hibernate is enabled. + DISABLED = "Disabled" #: Hibernate is not enabled. + OS_UNSUPPORTED = "OsUnsupported" #: Hibernate is not supported by the operating system. class LocalAdminStatus(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + """Indicates whether owners of Dev Boxes in a pool are local administrators on the Dev Boxes. + """ - ENABLED = "Enabled" - DISABLED = "Disabled" + ENABLED = "Enabled" #: Owners of Dev Boxes in the pool are local administrators on the Dev Boxes. + DISABLED = "Disabled" #: Owners of Dev Boxes in the pool are not local administrators on the Dev Boxes. class OsType(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): """The operating system type. """ - WINDOWS = "Windows" + WINDOWS = "Windows" #: The Windows operating system. class ParameterType(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): """The type of data a parameter accepts. """ - ARRAY = "array" - BOOLEAN = "boolean" - INTEGER = "integer" - NULL = "null" - NUMBER = "number" - OBJECT = "object" - STRING = "string" + ARRAY = "array" #: The parameter accepts an array of values. + BOOLEAN = "boolean" #: The parameter accepts a boolean value. + INTEGER = "integer" #: The parameter accepts an integer value. + NUMBER = "number" #: The parameter accepts a number value. + OBJECT = "object" #: The parameter accepts an object value. + STRING = "string" #: The parameter accepts a string value. + +class PoolHealthStatus(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + """Pool status indicating whether a pool is available to create Dev Boxes. + """ + + UNKNOWN = "Unknown" #: The pool health status is not known. + PENDING = "Pending" #: The pool health status waiting for health checks to run. + HEALTHY = "Healthy" #: The pool health status is healthy. + WARNING = "Warning" #: The pool health status has one or more warnings. + UNHEALTHY = "Unhealthy" #: The pool health status is not healthy. class PowerState(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): """The power states of a Dev Box. """ - UNKNOWN = "Unknown" - DEALLOCATED = "Deallocated" - POWERED_OFF = "PoweredOff" - RUNNING = "Running" - HIBERNATED = "Hibernated" + UNKNOWN = "Unknown" #: The Dev Box power state is not known. + RUNNING = "Running" #: The Dev Box is running. + DEALLOCATED = "Deallocated" #: The Dev Box is deallocated. + POWERED_OFF = "PoweredOff" #: The Dev Box is powered off. + HIBERNATED = "Hibernated" #: The Dev Box is hibernated. class ScheduledFrequency(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): """The frequency of task execution. """ - DAILY = "Daily" - -class ScheduledTaskType(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): - """The supported types for a scheduled task. - """ - - AUTO_EXPIRE_SCHEDULED_TASK = "AutoExpire" #: The scheduled task to expire the environment after a set period. + DAILY = "Daily" #: The scheduled task will run every day. class ScheduledType(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): """The supported types for a scheduled task. """ - STOP_DEV_BOX = "StopDevBox" - -class UpcomingActionReason(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): - """The reason for the upcoming action. - """ - - SCHEDULE = "Schedule" + STOP_DEV_BOX = "StopDevBox" #: The scheduled task will stop impacted Dev Boxes. -class UpcomingActionType(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): - """The upcoming action types. +class StopOnDisconnectEnableStatus(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + """Indicates whether the feature to stop the devbox on disconnect once the grace period has lapsed + is enabled. """ - STOP = "Stop" + ENABLED = "Enabled" #: Stop on disconnect is enabled on the Dev Box. + DISABLED = "Disabled" #: Stop on disconnect is not enabled on the Dev Box. diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/models/_models.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/models/_models.py index 897e2a3459e..991868a36b6 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/models/_models.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/models/_models.py @@ -9,35 +9,6 @@ import msrest.serialization -class ActionRequest(msrest.serialization.Model): - """Action request. - - All required parameters must be populated in order to send to Azure. - - :param action_id: Required. The Catalog Item action id to execute. - :type action_id: str - :param parameters: Parameters object for the Action. - :type parameters: object - """ - - _validation = { - 'action_id': {'required': True}, - } - - _attribute_map = { - 'action_id': {'key': 'actionId', 'type': 'str'}, - 'parameters': {'key': 'parameters', 'type': 'object'}, - } - - def __init__( - self, - **kwargs - ): - super(ActionRequest, self).__init__(**kwargs) - self.action_id = kwargs['action_id'] - self.parameters = kwargs.get('parameters', None) - - class Artifact(msrest.serialization.Model): """Properties of an Artifact. @@ -122,284 +93,38 @@ def __init__( self.next_link = kwargs.get('next_link', None) -class CatalogItem(msrest.serialization.Model): - """A catalog item. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar id: Unique identifier of the catalog item. - :vartype id: str - :ivar name: Name of the catalog item. - :vartype name: str - :ivar catalog_name: Name of the catalog. - :vartype catalog_name: str - """ - - _validation = { - 'id': {'readonly': True}, - 'name': {'readonly': True}, - 'catalog_name': {'readonly': True}, - } - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'name': {'key': 'name', 'type': 'str'}, - 'catalog_name': {'key': 'catalogName', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(CatalogItem, self).__init__(**kwargs) - self.id = None - self.name = None - self.catalog_name = None - - -class CatalogItemAction(msrest.serialization.Model): - """An action that can be taken on a catalog item. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar id: Unique identifier of the action. - :vartype id: str - :ivar name: Display name of the action. - :vartype name: str - :ivar description: Description of the action. - :vartype description: str - :ivar parameters_schema: JSON schema defining the parameters specific to the custom action. - :vartype parameters_schema: str - :ivar parameters: Input parameters passed to the action. - :vartype parameters: list[~dev_center_dataplane_client.models.CatalogItemParameter] - :ivar type: The action type. Possible values include: "Custom", "Deploy", "Delete". - :vartype type: str or ~dev_center_dataplane_client.models.ActionType - :ivar type_name: Name of the custom action type. - :vartype type_name: str - :ivar runner: The container image to use to execute the action. - :vartype runner: str - """ - - _validation = { - 'id': {'readonly': True}, - 'name': {'readonly': True}, - 'description': {'readonly': True}, - 'parameters_schema': {'readonly': True}, - 'parameters': {'readonly': True}, - 'type': {'readonly': True}, - 'type_name': {'readonly': True}, - 'runner': {'readonly': True}, - } - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'name': {'key': 'name', 'type': 'str'}, - 'description': {'key': 'description', 'type': 'str'}, - 'parameters_schema': {'key': 'parametersSchema', 'type': 'str'}, - 'parameters': {'key': 'parameters', 'type': '[CatalogItemParameter]'}, - 'type': {'key': 'type', 'type': 'str'}, - 'type_name': {'key': 'typeName', 'type': 'str'}, - 'runner': {'key': 'runner', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(CatalogItemAction, self).__init__(**kwargs) - self.id = None - self.name = None - self.description = None - self.parameters_schema = None - self.parameters = None - self.type = None - self.type_name = None - self.runner = None - - -class CatalogItemListResult(msrest.serialization.Model): - """Results of the catalog item list operation. +class Catalog(msrest.serialization.Model): + """A catalog. All required parameters must be populated in order to send to Azure. - :param value: Required. Current page of results. - :type value: list[~dev_center_dataplane_client.models.CatalogItem] - :param next_link: URL to get the next set of results if there are any. - :type next_link: str - """ - - _validation = { - 'value': {'required': True}, - } - - _attribute_map = { - 'value': {'key': 'value', 'type': '[CatalogItem]'}, - 'next_link': {'key': 'nextLink', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(CatalogItemListResult, self).__init__(**kwargs) - self.value = kwargs['value'] - self.next_link = kwargs.get('next_link', None) - - -class CatalogItemParameter(msrest.serialization.Model): - """Properties of an Catalog Item parameter. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar id: Unique ID of the parameter. - :vartype id: str - :ivar name: Display name of the parameter. - :vartype name: str - :ivar description: Description of the parameter. - :vartype description: str - :ivar default: Default value of the parameter. - :vartype default: object - :ivar type: A string of one of the basic JSON types (number, integer, null, array, object, - boolean, string). Possible values include: "array", "boolean", "integer", "null", "number", - "object", "string". - :vartype type: str or ~dev_center_dataplane_client.models.ParameterType - :ivar read_only: Whether or not this parameter is read-only. If true, default should have a - value. - :vartype read_only: bool - :ivar required: Whether or not this parameter is required. - :vartype required: bool - :ivar allowed: An array of allowed values. - :vartype allowed: list[object] + :param name: Required. Name of the catalog. + :type name: str """ _validation = { - 'id': {'readonly': True}, - 'name': {'readonly': True}, - 'description': {'readonly': True}, - 'default': {'readonly': True}, - 'type': {'readonly': True}, - 'read_only': {'readonly': True}, - 'required': {'readonly': True}, - 'allowed': {'readonly': True, 'min_items': 1, 'unique': True}, + 'name': {'required': True}, } _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, 'name': {'key': 'name', 'type': 'str'}, - 'description': {'key': 'description', 'type': 'str'}, - 'default': {'key': 'default', 'type': 'object'}, - 'type': {'key': 'type', 'type': 'str'}, - 'read_only': {'key': 'readOnly', 'type': 'bool'}, - 'required': {'key': 'required', 'type': 'bool'}, - 'allowed': {'key': 'allowed', 'type': '[object]'}, - } - - def __init__( - self, - **kwargs - ): - super(CatalogItemParameter, self).__init__(**kwargs) - self.id = None - self.name = None - self.description = None - self.default = None - self.type = None - self.read_only = None - self.required = None - self.allowed = None - - -class CatalogItemVersion(msrest.serialization.Model): - """A catalog item version. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar catalog_item_id: Unique identifier of the catalog item. - :vartype catalog_item_id: str - :ivar catalog_item_name: Name of the catalog item. - :vartype catalog_item_name: str - :ivar catalog_name: Name of the catalog. - :vartype catalog_name: str - :ivar version: The version of the catalog item. - :vartype version: str - :ivar summary: A short summary of the catalog item. - :vartype summary: str - :ivar description: A long description of the catalog item. - :vartype description: str - :ivar template_path: Path to the catalog item entrypoint file. - :vartype template_path: str - :ivar parameters_schema: JSON schema defining the parameters object passed to actions. - :vartype parameters_schema: str - :ivar parameters: Input parameters passed to actions. - :vartype parameters: list[~dev_center_dataplane_client.models.CatalogItemParameter] - :ivar actions: Custom actions for the catalog item. - :vartype actions: list[~dev_center_dataplane_client.models.CatalogItemAction] - :ivar runner: The default container image to use to execute actions. - :vartype runner: str - :param status: Defines whether the specific catalog item version can be used. Possible values - include: "Enabled", "Disabled". - :type status: str or ~dev_center_dataplane_client.models.EnableStatus - :param eligible_for_latest_version: Whether the version is eligible to be the latest version. - :type eligible_for_latest_version: bool - """ - - _validation = { - 'catalog_item_id': {'readonly': True}, - 'catalog_item_name': {'readonly': True}, - 'catalog_name': {'readonly': True}, - 'version': {'readonly': True}, - 'summary': {'readonly': True}, - 'description': {'readonly': True}, - 'template_path': {'readonly': True}, - 'parameters_schema': {'readonly': True}, - 'parameters': {'readonly': True}, - 'actions': {'readonly': True}, - 'runner': {'readonly': True}, - } - - _attribute_map = { - 'catalog_item_id': {'key': 'catalogItemId', 'type': 'str'}, - 'catalog_item_name': {'key': 'catalogItemName', 'type': 'str'}, - 'catalog_name': {'key': 'catalogName', 'type': 'str'}, - 'version': {'key': 'version', 'type': 'str'}, - 'summary': {'key': 'summary', 'type': 'str'}, - 'description': {'key': 'description', 'type': 'str'}, - 'template_path': {'key': 'templatePath', 'type': 'str'}, - 'parameters_schema': {'key': 'parametersSchema', 'type': 'str'}, - 'parameters': {'key': 'parameters', 'type': '[CatalogItemParameter]'}, - 'actions': {'key': 'actions', 'type': '[CatalogItemAction]'}, - 'runner': {'key': 'runner', 'type': 'str'}, - 'status': {'key': 'status', 'type': 'str'}, - 'eligible_for_latest_version': {'key': 'eligibleForLatestVersion', 'type': 'bool'}, } def __init__( self, **kwargs ): - super(CatalogItemVersion, self).__init__(**kwargs) - self.catalog_item_id = None - self.catalog_item_name = None - self.catalog_name = None - self.version = None - self.summary = None - self.description = None - self.template_path = None - self.parameters_schema = None - self.parameters = None - self.actions = None - self.runner = None - self.status = kwargs.get('status', None) - self.eligible_for_latest_version = kwargs.get('eligible_for_latest_version', None) + super(Catalog, self).__init__(**kwargs) + self.name = kwargs['name'] -class CatalogItemVersionListResult(msrest.serialization.Model): - """Results of the catalog item list operation. +class CatalogListResult(msrest.serialization.Model): + """Results of the catalog list operation. All required parameters must be populated in order to send to Azure. :param value: Required. Current page of results. - :type value: list[~dev_center_dataplane_client.models.CatalogItemVersion] + :type value: list[~dev_center_dataplane_client.models.Catalog] :param next_link: URL to get the next set of results if there are any. :type next_link: str """ @@ -409,7 +134,7 @@ class CatalogItemVersionListResult(msrest.serialization.Model): } _attribute_map = { - 'value': {'key': 'value', 'type': '[CatalogItemVersion]'}, + 'value': {'key': 'value', 'type': '[Catalog]'}, 'next_link': {'key': 'nextLink', 'type': 'str'}, } @@ -417,7 +142,7 @@ def __init__( self, **kwargs ): - super(CatalogItemVersionListResult, self).__init__(**kwargs) + super(CatalogListResult, self).__init__(**kwargs) self.value = kwargs['value'] self.next_link = kwargs.get('next_link', None) @@ -464,7 +189,7 @@ def __init__( class DevBox(msrest.serialization.Model): - """A DevBox Dev Box. + """A Dev Box. Variables are only populated by the server, and will be ignored when sending a request. @@ -477,7 +202,7 @@ class DevBox(msrest.serialization.Model): :param pool_name: Required. The name of the Dev Box pool this machine belongs to. :type pool_name: str :ivar hibernate_support: Indicates whether hibernate is enabled/disabled or unknown. Possible - values include: "Disabled", "Enabled". + values include: "Enabled", "Disabled", "OsUnsupported". :vartype hibernate_support: str or ~dev_center_dataplane_client.models.HibernateSupport :ivar provisioning_state: The current provisioning state of the Dev Box. :vartype provisioning_state: str @@ -485,13 +210,13 @@ class DevBox(msrest.serialization.Model): action performed by user. :vartype action_state: str :ivar power_state: The current power state of the Dev Box. Possible values include: "Unknown", - "Deallocated", "PoweredOff", "Running", "Hibernated". + "Running", "Deallocated", "PoweredOff", "Hibernated". :vartype power_state: str or ~dev_center_dataplane_client.models.PowerState :ivar unique_id: A unique identifier for the Dev Box. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). :vartype unique_id: str - :ivar error_details: Provisioning or action error details. Populated only for error states. - :vartype error_details: ~dev_center_dataplane_client.models.ProvisioningError + :ivar error: Provisioning or action error details. Populated only for error states. + :vartype error: ~dev_center_dataplane_client.models.CloudErrorBody :ivar location: Azure region where this Dev Box is located. This will be the same region as the Virtual Network it is attached to. :vartype location: str @@ -521,7 +246,7 @@ class DevBox(msrest.serialization.Model): 'action_state': {'readonly': True}, 'power_state': {'readonly': True}, 'unique_id': {'readonly': True}, - 'error_details': {'readonly': True}, + 'error': {'readonly': True}, 'location': {'readonly': True}, 'os_type': {'readonly': True}, 'user': {'readonly': True}, @@ -540,7 +265,7 @@ class DevBox(msrest.serialization.Model): 'action_state': {'key': 'actionState', 'type': 'str'}, 'power_state': {'key': 'powerState', 'type': 'str'}, 'unique_id': {'key': 'uniqueId', 'type': 'str'}, - 'error_details': {'key': 'errorDetails', 'type': 'ProvisioningError'}, + 'error': {'key': 'error', 'type': 'CloudErrorBody'}, 'location': {'key': 'location', 'type': 'str'}, 'os_type': {'key': 'osType', 'type': 'str'}, 'user': {'key': 'user', 'type': 'str'}, @@ -564,7 +289,7 @@ def __init__( self.action_state = None self.power_state = None self.unique_id = None - self.error_details = None + self.error = None self.location = None self.os_type = None self.user = None @@ -575,6 +300,146 @@ def __init__( self.local_administrator = kwargs.get('local_administrator', None) +class DevBoxAction(msrest.serialization.Model): + """An action which will take place on a Dev Box. + + All required parameters must be populated in order to send to Azure. + + :param name: Required. The name of the action. + :type name: str + :param action_type: Required. The action that will be taken. Possible values include: "Stop". + :type action_type: str or ~dev_center_dataplane_client.models.DevBoxActionType + :param source_id: Required. The id of the resource which triggered this action. + :type source_id: str + :param suspended_until: The earliest time that the action could occur (UTC). + :type suspended_until: ~datetime.datetime + :param next: Details about the next run of this action. + :type next: ~dev_center_dataplane_client.models.DevBoxNextAction + """ + + _validation = { + 'name': {'required': True}, + 'action_type': {'required': True}, + 'source_id': {'required': True}, + } + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'action_type': {'key': 'actionType', 'type': 'str'}, + 'source_id': {'key': 'sourceId', 'type': 'str'}, + 'suspended_until': {'key': 'suspendedUntil', 'type': 'iso-8601'}, + 'next': {'key': 'next', 'type': 'DevBoxNextAction'}, + } + + def __init__( + self, + **kwargs + ): + super(DevBoxAction, self).__init__(**kwargs) + self.name = kwargs['name'] + self.action_type = kwargs['action_type'] + self.source_id = kwargs['source_id'] + self.suspended_until = kwargs.get('suspended_until', None) + self.next = kwargs.get('next', None) + + +class DevBoxActionDelayResult(msrest.serialization.Model): + """The action delay result. + + All required parameters must be populated in order to send to Azure. + + :param name: Required. The name of the action. + :type name: str + :param result: Required. The result of the delay operation on this action. Possible values + include: "Succeeded", "Failed". + :type result: str or ~dev_center_dataplane_client.models.DevBoxActionDelayResultStatus + :param action: The delayed action. + :type action: ~dev_center_dataplane_client.models.DevBoxAction + :param error: Information about the error that occurred. Only populated on error. + :type error: ~dev_center_dataplane_client.models.CloudErrorBody + """ + + _validation = { + 'name': {'required': True}, + 'result': {'required': True}, + } + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'result': {'key': 'result', 'type': 'str'}, + 'action': {'key': 'action', 'type': 'DevBoxAction'}, + 'error': {'key': 'error', 'type': 'CloudErrorBody'}, + } + + def __init__( + self, + **kwargs + ): + super(DevBoxActionDelayResult, self).__init__(**kwargs) + self.name = kwargs['name'] + self.result = kwargs['result'] + self.action = kwargs.get('action', None) + self.error = kwargs.get('error', None) + + +class DevBoxActionsDelayMultipleResult(msrest.serialization.Model): + """The actions list result. + + All required parameters must be populated in order to send to Azure. + + :param value: Required. Current page of results. + :type value: list[~dev_center_dataplane_client.models.DevBoxActionDelayResult] + :param next_link: The URL to get the next set of results. + :type next_link: str + """ + + _validation = { + 'value': {'required': True}, + } + + _attribute_map = { + 'value': {'key': 'value', 'type': '[DevBoxActionDelayResult]'}, + 'next_link': {'key': 'nextLink', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(DevBoxActionsDelayMultipleResult, self).__init__(**kwargs) + self.value = kwargs['value'] + self.next_link = kwargs.get('next_link', None) + + +class DevBoxActionsListResult(msrest.serialization.Model): + """The actions list result. + + All required parameters must be populated in order to send to Azure. + + :param value: Required. Current page of results. + :type value: list[~dev_center_dataplane_client.models.DevBoxAction] + :param next_link: The URL to get the next set of results. + :type next_link: str + """ + + _validation = { + 'value': {'required': True}, + } + + _attribute_map = { + 'value': {'key': 'value', 'type': '[DevBoxAction]'}, + 'next_link': {'key': 'nextLink', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(DevBoxActionsListResult, self).__init__(**kwargs) + self.value = kwargs['value'] + self.next_link = kwargs.get('next_link', None) + + class DevBoxListResult(msrest.serialization.Model): """The Dev Box list result. @@ -604,6 +469,31 @@ def __init__( self.next_link = kwargs.get('next_link', None) +class DevBoxNextAction(msrest.serialization.Model): + """Details about the next run of an action. + + All required parameters must be populated in order to send to Azure. + + :param scheduled_time: Required. The time the action will be triggered (UTC). + :type scheduled_time: ~datetime.datetime + """ + + _validation = { + 'scheduled_time': {'required': True}, + } + + _attribute_map = { + 'scheduled_time': {'key': 'scheduledTime', 'type': 'iso-8601'}, + } + + def __init__( + self, + **kwargs + ): + super(DevBoxNextAction, self).__init__(**kwargs) + self.scheduled_time = kwargs['scheduled_time'] + + class DevBoxProvisioningNotification(msrest.serialization.Model): """The notification configured for DevBox provisioning. @@ -670,28 +560,12 @@ def __init__( class EnvironmentUpdateProperties(msrest.serialization.Model): """Properties of an environment. These properties can be updated after the resource has been created. - :param description: Description of the Environment. - :type description: str - :param catalog_name: Name of the catalog. - :type catalog_name: str - :param catalog_item_name: Name of the catalog item. - :type catalog_item_name: str - :param parameters: Parameters object for the deploy action. + :param parameters: Parameters object for the environment. :type parameters: object - :param scheduled_tasks: Set of supported scheduled tasks to help manage cost. - :type scheduled_tasks: dict[str, ~dev_center_dataplane_client.models.ScheduledTask] - :param tags: A set of tags. Key value pairs that will be applied to resources deployed in this - environment as tags. - :type tags: dict[str, str] """ _attribute_map = { - 'description': {'key': 'description', 'type': 'str'}, - 'catalog_name': {'key': 'catalogName', 'type': 'str'}, - 'catalog_item_name': {'key': 'catalogItemName', 'type': 'str'}, 'parameters': {'key': 'parameters', 'type': 'object'}, - 'scheduled_tasks': {'key': 'scheduledTasks', 'type': '{ScheduledTask}'}, - 'tags': {'key': 'tags', 'type': '{str}'}, } def __init__( @@ -699,12 +573,7 @@ def __init__( **kwargs ): super(EnvironmentUpdateProperties, self).__init__(**kwargs) - self.description = kwargs.get('description', None) - self.catalog_name = kwargs.get('catalog_name', None) - self.catalog_item_name = kwargs.get('catalog_item_name', None) self.parameters = kwargs.get('parameters', None) - self.scheduled_tasks = kwargs.get('scheduled_tasks', None) - self.tags = kwargs.get('tags', None) class Environment(EnvironmentUpdateProperties): @@ -714,63 +583,202 @@ class Environment(EnvironmentUpdateProperties): All required parameters must be populated in order to send to Azure. - :param description: Description of the Environment. - :type description: str - :param catalog_name: Name of the catalog. - :type catalog_name: str - :param catalog_item_name: Name of the catalog item. - :type catalog_item_name: str - :param parameters: Parameters object for the deploy action. + :param parameters: Parameters object for the environment. :type parameters: object - :param scheduled_tasks: Set of supported scheduled tasks to help manage cost. - :type scheduled_tasks: dict[str, ~dev_center_dataplane_client.models.ScheduledTask] - :param tags: A set of tags. Key value pairs that will be applied to resources deployed in this - environment as tags. - :type tags: dict[str, str] :ivar name: Environment name. :vartype name: str :param environment_type: Required. Environment type. :type environment_type: str - :param user: The AAD object id of the owner of this Environment. - :type user: str + :ivar user: The AAD object id of the owner of this Environment. + :vartype user: str :ivar provisioning_state: The provisioning state of the environment. :vartype provisioning_state: str :ivar resource_group_id: The identifier of the resource group containing the environment's resources. :vartype resource_group_id: str + :param catalog_name: Required. Name of the catalog. + :type catalog_name: str + :param environment_definition_name: Required. Name of the environment definition. + :type environment_definition_name: str + :ivar error: Provisioning error details. Populated only for error states. + :vartype error: ~dev_center_dataplane_client.models.CloudErrorBody + """ + + _validation = { + 'name': {'readonly': True}, + 'environment_type': {'required': True}, + 'user': {'readonly': True}, + 'provisioning_state': {'readonly': True}, + 'resource_group_id': {'readonly': True}, + 'catalog_name': {'required': True}, + 'environment_definition_name': {'required': True}, + 'error': {'readonly': True}, + } + + _attribute_map = { + 'parameters': {'key': 'parameters', 'type': 'object'}, + 'name': {'key': 'name', 'type': 'str'}, + 'environment_type': {'key': 'environmentType', 'type': 'str'}, + 'user': {'key': 'user', 'type': 'str'}, + 'provisioning_state': {'key': 'provisioningState', 'type': 'str'}, + 'resource_group_id': {'key': 'resourceGroupId', 'type': 'str'}, + 'catalog_name': {'key': 'catalogName', 'type': 'str'}, + 'environment_definition_name': {'key': 'environmentDefinitionName', 'type': 'str'}, + 'error': {'key': 'error', 'type': 'CloudErrorBody'}, + } + + def __init__( + self, + **kwargs + ): + super(Environment, self).__init__(**kwargs) + self.name = None + self.environment_type = kwargs['environment_type'] + self.user = None + self.provisioning_state = None + self.resource_group_id = None + self.catalog_name = kwargs['catalog_name'] + self.environment_definition_name = kwargs['environment_definition_name'] + self.error = None + + +class EnvironmentDefinition(msrest.serialization.Model): + """An environment definition. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. The ID of the environment definition. + :type id: str + :param name: Required. Name of the environment definition. + :type name: str + :param catalog_name: Required. Name of the catalog. + :type catalog_name: str + :param description: A short description of the environment definition. + :type description: str + :param parameters: Input parameters passed to an environment. + :type parameters: list[~dev_center_dataplane_client.models.EnvironmentDefinitionParameter] + :param parameters_schema: JSON schema defining the parameters object passed to an environment. + :type parameters_schema: str + :param template_path: Path to the Environment Definition entrypoint file. + :type template_path: str + """ + + _validation = { + 'id': {'required': True}, + 'name': {'required': True}, + 'catalog_name': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'name': {'key': 'name', 'type': 'str'}, + 'catalog_name': {'key': 'catalogName', 'type': 'str'}, + 'description': {'key': 'description', 'type': 'str'}, + 'parameters': {'key': 'parameters', 'type': '[EnvironmentDefinitionParameter]'}, + 'parameters_schema': {'key': 'parametersSchema', 'type': 'str'}, + 'template_path': {'key': 'templatePath', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(EnvironmentDefinition, self).__init__(**kwargs) + self.id = kwargs['id'] + self.name = kwargs['name'] + self.catalog_name = kwargs['catalog_name'] + self.description = kwargs.get('description', None) + self.parameters = kwargs.get('parameters', None) + self.parameters_schema = kwargs.get('parameters_schema', None) + self.template_path = kwargs.get('template_path', None) + + +class EnvironmentDefinitionListResult(msrest.serialization.Model): + """Results of the environment definition list operation. + + All required parameters must be populated in order to send to Azure. + + :param value: Required. Current page of results. + :type value: list[~dev_center_dataplane_client.models.EnvironmentDefinition] + :param next_link: URL to get the next set of results if there are any. + :type next_link: str + """ + + _validation = { + 'value': {'required': True}, + } + + _attribute_map = { + 'value': {'key': 'value', 'type': '[EnvironmentDefinition]'}, + 'next_link': {'key': 'nextLink', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(EnvironmentDefinitionListResult, self).__init__(**kwargs) + self.value = kwargs['value'] + self.next_link = kwargs.get('next_link', None) + + +class EnvironmentDefinitionParameter(msrest.serialization.Model): + """Properties of an Environment Definition parameter. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique ID of the parameter. + :type id: str + :param name: Display name of the parameter. + :type name: str + :param description: Description of the parameter. + :type description: str + :param default: Default value of the parameter. + :type default: str + :param type: Required. A string of one of the basic JSON types (number, integer, array, object, + boolean, string). Possible values include: "array", "boolean", "integer", "number", "object", + "string". + :type type: str or ~dev_center_dataplane_client.models.ParameterType + :param read_only: Whether or not this parameter is read-only. If true, default should have a + value. + :type read_only: bool + :param required: Required. Whether or not this parameter is required. + :type required: bool + :param allowed: An array of allowed values. + :type allowed: list[str] """ _validation = { - 'name': {'readonly': True}, - 'environment_type': {'required': True}, - 'provisioning_state': {'readonly': True}, - 'resource_group_id': {'readonly': True}, + 'id': {'required': True}, + 'type': {'required': True}, + 'required': {'required': True}, + 'allowed': {'min_items': 1, 'unique': True}, } _attribute_map = { - 'description': {'key': 'description', 'type': 'str'}, - 'catalog_name': {'key': 'catalogName', 'type': 'str'}, - 'catalog_item_name': {'key': 'catalogItemName', 'type': 'str'}, - 'parameters': {'key': 'parameters', 'type': 'object'}, - 'scheduled_tasks': {'key': 'scheduledTasks', 'type': '{ScheduledTask}'}, - 'tags': {'key': 'tags', 'type': '{str}'}, + 'id': {'key': 'id', 'type': 'str'}, 'name': {'key': 'name', 'type': 'str'}, - 'environment_type': {'key': 'environmentType', 'type': 'str'}, - 'user': {'key': 'user', 'type': 'str'}, - 'provisioning_state': {'key': 'provisioningState', 'type': 'str'}, - 'resource_group_id': {'key': 'resourceGroupId', 'type': 'str'}, + 'description': {'key': 'description', 'type': 'str'}, + 'default': {'key': 'default', 'type': 'str'}, + 'type': {'key': 'type', 'type': 'str'}, + 'read_only': {'key': 'readOnly', 'type': 'bool'}, + 'required': {'key': 'required', 'type': 'bool'}, + 'allowed': {'key': 'allowed', 'type': '[str]'}, } def __init__( self, **kwargs ): - super(Environment, self).__init__(**kwargs) - self.name = None - self.environment_type = kwargs['environment_type'] - self.user = kwargs.get('user', None) - self.provisioning_state = None - self.resource_group_id = None + super(EnvironmentDefinitionParameter, self).__init__(**kwargs) + self.id = kwargs['id'] + self.name = kwargs.get('name', None) + self.description = kwargs.get('description', None) + self.default = kwargs.get('default', None) + self.type = kwargs['type'] + self.read_only = kwargs.get('read_only', None) + self.required = kwargs['required'] + self.allowed = kwargs.get('allowed', None) class EnvironmentListResult(msrest.serialization.Model): @@ -805,23 +813,23 @@ def __init__( class EnvironmentType(msrest.serialization.Model): """Properties of an environment type. - 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 name: Name of the environment type. - :vartype name: str - :ivar deployment_target_id: Id of a subscription or management group that the environment type - will be mapped to. The environment's resources will be deployed into this subscription or - management group. - :vartype deployment_target_id: str - :ivar status: Defines whether this Environment Type can be used in this Project. Possible - values include: "Enabled", "Disabled". - :vartype status: str or ~dev_center_dataplane_client.models.EnableStatus + :param name: Required. Name of the environment type. + :type name: str + :param deployment_target_id: Required. Id of a subscription or management group that the + environment type will be mapped to. The environment's resources will be deployed into this + subscription or management group. + :type deployment_target_id: str + :param status: Required. Indicates whether this environment type is enabled for use in this + project. Possible values include: "Enabled", "Disabled". + :type status: str or ~dev_center_dataplane_client.models.EnvironmentTypeEnableStatus """ _validation = { - 'name': {'readonly': True}, - 'deployment_target_id': {'readonly': True}, - 'status': {'readonly': True}, + 'name': {'required': True}, + 'deployment_target_id': {'required': True}, + 'status': {'required': True}, } _attribute_map = { @@ -835,9 +843,9 @@ def __init__( **kwargs ): super(EnvironmentType, self).__init__(**kwargs) - self.name = None - self.deployment_target_id = None - self.status = None + self.name = kwargs['name'] + self.deployment_target_id = kwargs['deployment_target_id'] + self.status = kwargs['status'] class EnvironmentTypeListResult(msrest.serialization.Model): @@ -1074,6 +1082,87 @@ def __init__( self.dev_box_provisioning_notification = kwargs['dev_box_provisioning_notification'] +class OperationStatus(msrest.serialization.Model): + """The current status of an async operation. + + All required parameters must be populated in order to send to Azure. + + :param id: Fully qualified ID for the operation status. + :type id: str + :param name: The operation id name. + :type name: str + :param status: Required. Provisioning state of the resource. + :type status: str + :param resource_id: The id of the resource. + :type resource_id: str + :param start_time: The start time of the operation. + :type start_time: ~datetime.datetime + :param end_time: The end time of the operation. + :type end_time: ~datetime.datetime + :param percent_complete: Percent of the operation that is complete. + :type percent_complete: float + :param properties: Custom operation properties, populated only for a successful operation. + :type properties: object + :param error: Operation Error message. + :type error: ~dev_center_dataplane_client.models.OperationStatusError + """ + + _validation = { + 'status': {'required': True}, + 'percent_complete': {'maximum': 100, 'minimum': 0}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'name': {'key': 'name', 'type': 'str'}, + 'status': {'key': 'status', 'type': 'str'}, + 'resource_id': {'key': 'resourceId', 'type': 'str'}, + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, + 'percent_complete': {'key': 'percentComplete', 'type': 'float'}, + 'properties': {'key': 'properties', 'type': 'object'}, + 'error': {'key': 'error', 'type': 'OperationStatusError'}, + } + + def __init__( + self, + **kwargs + ): + super(OperationStatus, self).__init__(**kwargs) + self.id = kwargs.get('id', None) + self.name = kwargs.get('name', None) + self.status = kwargs['status'] + self.resource_id = kwargs.get('resource_id', None) + self.start_time = kwargs.get('start_time', None) + self.end_time = kwargs.get('end_time', None) + self.percent_complete = kwargs.get('percent_complete', None) + self.properties = kwargs.get('properties', None) + self.error = kwargs.get('error', None) + + +class OperationStatusError(msrest.serialization.Model): + """Operation Error message. + + :param code: The error code. + :type code: str + :param message: The error message. + :type message: str + """ + + _attribute_map = { + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(OperationStatusError, self).__init__(**kwargs) + self.code = kwargs.get('code', None) + self.message = kwargs.get('message', None) + + class OsDisk(msrest.serialization.Model): """Settings for the operating system disk. @@ -1102,37 +1191,40 @@ def __init__( class Pool(msrest.serialization.Model): """A pool of Dev Boxes. - 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 name: Pool name. - :vartype name: str - :ivar location: Azure region where Dev Boxes in the pool are located. - :vartype location: str - :ivar os_type: The operating system type of Dev Boxes in this pool. Possible values include: + :param name: Required. Pool name. + :type name: str + :param location: Required. Azure region where Dev Boxes in the pool are located. + :type location: str + :param os_type: The operating system type of Dev Boxes in this pool. Possible values include: "Windows". - :vartype os_type: str or ~dev_center_dataplane_client.models.OsType - :ivar hardware_profile: Hardware settings for the Dev Boxes created in this pool. - :vartype hardware_profile: ~dev_center_dataplane_client.models.HardwareProfile - :ivar hibernate_support: Indicates whether hibernate is enabled/disabled or unknown. Possible - values include: "Disabled", "Enabled". - :vartype hibernate_support: str or ~dev_center_dataplane_client.models.HibernateSupport - :ivar storage_profile: Storage settings for Dev Box created in this pool. - :vartype storage_profile: ~dev_center_dataplane_client.models.StorageProfile - :ivar image_reference: Image settings for Dev Boxes create in this pool. - :vartype image_reference: ~dev_center_dataplane_client.models.ImageReference + :type os_type: str or ~dev_center_dataplane_client.models.OsType + :param hardware_profile: Hardware settings for the Dev Boxes created in this pool. + :type hardware_profile: ~dev_center_dataplane_client.models.HardwareProfile + :param hibernate_support: Indicates whether hibernate is enabled/disabled or unknown. Possible + values include: "Enabled", "Disabled", "OsUnsupported". + :type hibernate_support: str or ~dev_center_dataplane_client.models.HibernateSupport + :param storage_profile: Storage settings for Dev Box created in this pool. + :type storage_profile: ~dev_center_dataplane_client.models.StorageProfile + :param image_reference: Image settings for Dev Boxes create in this pool. + :type image_reference: ~dev_center_dataplane_client.models.ImageReference :param local_administrator: Indicates whether owners of Dev Boxes in this pool are local administrators on the Dev Boxes. Possible values include: "Enabled", "Disabled". :type local_administrator: str or ~dev_center_dataplane_client.models.LocalAdminStatus + :param stop_on_disconnect: Stop on disconnect configuration settings for Dev Boxes created in + this pool. + :type stop_on_disconnect: ~dev_center_dataplane_client.models.StopOnDisconnectConfiguration + :param health_status: Required. Overall health status of the Pool. Indicates whether or not the + Pool is available to create Dev Boxes. Possible values include: "Unknown", "Pending", + "Healthy", "Warning", "Unhealthy". + :type health_status: str or ~dev_center_dataplane_client.models.PoolHealthStatus """ _validation = { - 'name': {'readonly': True}, - 'location': {'readonly': True}, - 'os_type': {'readonly': True}, - 'hardware_profile': {'readonly': True}, - 'hibernate_support': {'readonly': True}, - 'storage_profile': {'readonly': True}, - 'image_reference': {'readonly': True}, + 'name': {'required': True}, + 'location': {'required': True}, + 'health_status': {'required': True}, } _attribute_map = { @@ -1144,6 +1236,8 @@ class Pool(msrest.serialization.Model): 'storage_profile': {'key': 'storageProfile', 'type': 'StorageProfile'}, 'image_reference': {'key': 'imageReference', 'type': 'ImageReference'}, 'local_administrator': {'key': 'localAdministrator', 'type': 'str'}, + 'stop_on_disconnect': {'key': 'stopOnDisconnect', 'type': 'StopOnDisconnectConfiguration'}, + 'health_status': {'key': 'healthStatus', 'type': 'str'}, } def __init__( @@ -1151,14 +1245,16 @@ def __init__( **kwargs ): super(Pool, self).__init__(**kwargs) - self.name = None - self.location = None - self.os_type = None - self.hardware_profile = None - self.hibernate_support = None - self.storage_profile = None - self.image_reference = None + self.name = kwargs['name'] + self.location = kwargs['location'] + self.os_type = kwargs.get('os_type', None) + self.hardware_profile = kwargs.get('hardware_profile', None) + self.hibernate_support = kwargs.get('hibernate_support', None) + self.storage_profile = kwargs.get('storage_profile', None) + self.image_reference = kwargs.get('image_reference', None) self.local_administrator = kwargs.get('local_administrator', None) + self.stop_on_disconnect = kwargs.get('stop_on_disconnect', None) + self.health_status = kwargs['health_status'] class PoolListResult(msrest.serialization.Model): @@ -1193,22 +1289,26 @@ def __init__( class Project(msrest.serialization.Model): """Project details. - 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 name: Name of the project. - :vartype name: str - :ivar description: Description of the project. - :vartype description: str + :param name: Required. Name of the project. + :type name: str + :param description: Description of the project. + :type description: str + :param max_dev_boxes_per_user: When specified, indicates the maximum number of Dev Boxes a + single user can create across all pools in the project. + :type max_dev_boxes_per_user: int """ _validation = { - 'name': {'readonly': True}, - 'description': {'readonly': True}, + 'name': {'required': True}, + 'max_dev_boxes_per_user': {'minimum': 0}, } _attribute_map = { 'name': {'key': 'name', 'type': 'str'}, 'description': {'key': 'description', 'type': 'str'}, + 'max_dev_boxes_per_user': {'key': 'maxDevBoxesPerUser', 'type': 'int'}, } def __init__( @@ -1216,8 +1316,9 @@ def __init__( **kwargs ): super(Project, self).__init__(**kwargs) - self.name = None - self.description = None + self.name = kwargs['name'] + self.description = kwargs.get('description', None) + self.max_dev_boxes_per_user = kwargs.get('max_dev_boxes_per_user', None) class ProjectListResult(msrest.serialization.Model): @@ -1249,45 +1350,15 @@ def __init__( self.next_link = kwargs.get('next_link', None) -class ProvisioningError(msrest.serialization.Model): - """Error details. - - :param code: The error code. - :type code: str - :param message: The error message. - :type message: str - """ - - _attribute_map = { - 'code': {'key': 'code', 'type': 'str'}, - 'message': {'key': 'message', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(ProvisioningError, self).__init__(**kwargs) - self.code = kwargs.get('code', None) - self.message = kwargs.get('message', None) - - class RemoteConnection(msrest.serialization.Model): - """Provides RDP connection information. - - Variables are only populated by the server, and will be ignored when sending a request. + """Provides remote connection information for a Dev Box. - :ivar web_url: URL to open a browser based RDP session. - :vartype web_url: str - :ivar rdp_connection_url: Link to open a Remote Desktop session. - :vartype rdp_connection_url: str + :param web_url: URL to open a browser based RDP session. + :type web_url: str + :param rdp_connection_url: Link to open a Remote Desktop session. + :type rdp_connection_url: str """ - _validation = { - 'web_url': {'readonly': True}, - 'rdp_connection_url': {'readonly': True}, - } - _attribute_map = { 'web_url': {'key': 'webUrl', 'type': 'str'}, 'rdp_connection_url': {'key': 'rdpConnectionUrl', 'type': 'str'}, @@ -1298,34 +1369,35 @@ def __init__( **kwargs ): super(RemoteConnection, self).__init__(**kwargs) - self.web_url = None - self.rdp_connection_url = None + self.web_url = kwargs.get('web_url', None) + self.rdp_connection_url = kwargs.get('rdp_connection_url', None) class Schedule(msrest.serialization.Model): """A Schedule to execute action. - 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 name: Display name for the Schedule. - :vartype name: str - :ivar type: Supported type this scheduled task represents. Possible values include: + :param name: Required. Display name for the Schedule. + :type name: str + :param type: Required. Supported type this scheduled task represents. Possible values include: "StopDevBox". - :vartype type: str or ~dev_center_dataplane_client.models.ScheduledType - :ivar frequency: The frequency of this scheduled task. Possible values include: "Daily". - :vartype frequency: str or ~dev_center_dataplane_client.models.ScheduledFrequency - :ivar time: The target time to trigger the action. The format is HH:MM. - :vartype time: str - :ivar time_zone: The IANA timezone id at which the schedule should execute. - :vartype time_zone: str + :type type: str or ~dev_center_dataplane_client.models.ScheduledType + :param frequency: Required. The frequency of this scheduled task. Possible values include: + "Daily". + :type frequency: str or ~dev_center_dataplane_client.models.ScheduledFrequency + :param time: Required. The target time to trigger the action. The format is HH:MM. + :type time: str + :param time_zone: Required. The IANA timezone id at which the schedule should execute. + :type time_zone: str """ _validation = { - 'name': {'readonly': True}, - 'type': {'readonly': True}, - 'frequency': {'readonly': True}, - 'time': {'readonly': True}, - 'time_zone': {'readonly': True}, + 'name': {'required': True}, + 'type': {'required': True}, + 'frequency': {'required': True}, + 'time': {'required': True}, + 'time_zone': {'required': True}, } _attribute_map = { @@ -1341,47 +1413,11 @@ def __init__( **kwargs ): super(Schedule, self).__init__(**kwargs) - self.name = None - self.type = None - self.frequency = None - self.time = None - self.time_zone = None - - -class ScheduledTask(msrest.serialization.Model): - """Scheduled task to auto-expire an environment. - - All required parameters must be populated in order to send to Azure. - - :param type: Required. Supported type this scheduled task represents. Possible values include: - "AutoExpire". - :type type: str or ~dev_center_dataplane_client.models.ScheduledTaskType - :param enabled: Indicates whether or not this scheduled task is enabled. Possible values - include: "Enabled", "Disabled". - :type enabled: str or ~dev_center_dataplane_client.models.EnableStatus - :param start_time: Required. Date/time by which the environment should expire. - :type start_time: ~datetime.datetime - """ - - _validation = { - 'type': {'required': True}, - 'start_time': {'required': True}, - } - - _attribute_map = { - 'type': {'key': 'type', 'type': 'str'}, - 'enabled': {'key': 'enabled', 'type': 'str'}, - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - } - - def __init__( - self, - **kwargs - ): - super(ScheduledTask, self).__init__(**kwargs) + self.name = kwargs['name'] self.type = kwargs['type'] - self.enabled = kwargs.get('enabled', None) - self.start_time = kwargs['start_time'] + self.frequency = kwargs['frequency'] + self.time = kwargs['time'] + self.time_zone = kwargs['time_zone'] class ScheduleListResult(msrest.serialization.Model): @@ -1413,102 +1449,54 @@ def __init__( self.next_link = kwargs.get('next_link', None) -class StorageProfile(msrest.serialization.Model): - """Storage settings for the Dev Box's disks. - - :param os_disk: Settings for the operating system disk. - :type os_disk: ~dev_center_dataplane_client.models.OsDisk - """ - - _attribute_map = { - 'os_disk': {'key': 'osDisk', 'type': 'OsDisk'}, - } - - def __init__( - self, - **kwargs - ): - super(StorageProfile, self).__init__(**kwargs) - self.os_disk = kwargs.get('os_disk', None) - - -class UpcomingAction(msrest.serialization.Model): - """An upcoming Action. +class StopOnDisconnectConfiguration(msrest.serialization.Model): + """Stop on disconnect configuration settings for Dev Boxes created in this pool. - 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: Uniquely identifies the action. - :vartype id: str - :ivar action_type: The action that will be taken. Possible values include: "Stop". - :vartype action_type: str or ~dev_center_dataplane_client.models.UpcomingActionType - :ivar reason: The reason for this action. Possible values include: "Schedule". - :vartype reason: str or ~dev_center_dataplane_client.models.UpcomingActionReason - :ivar scheduled_time: The target time the action will be triggered (UTC). - :vartype scheduled_time: ~datetime.datetime - :ivar original_scheduled_time: The original scheduled time for the action (UTC). - :vartype original_scheduled_time: ~datetime.datetime - :ivar source_id: The id of the resource which triggered this action. - :vartype source_id: str + :param status: Required. Indicates whether the feature to stop the devbox on disconnect once + the grace period has lapsed is enabled. Possible values include: "Enabled", "Disabled". + :type status: str or ~dev_center_dataplane_client.models.StopOnDisconnectEnableStatus + :param grace_period_minutes: The specified time in minutes to wait before stopping a Dev Box + once disconnect is detected. + :type grace_period_minutes: int """ _validation = { - 'id': {'readonly': True}, - 'action_type': {'readonly': True}, - 'reason': {'readonly': True}, - 'scheduled_time': {'readonly': True}, - 'original_scheduled_time': {'readonly': True}, - 'source_id': {'readonly': True}, + 'status': {'required': True}, } _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'action_type': {'key': 'actionType', 'type': 'str'}, - 'reason': {'key': 'reason', 'type': 'str'}, - 'scheduled_time': {'key': 'scheduledTime', 'type': 'iso-8601'}, - 'original_scheduled_time': {'key': 'originalScheduledTime', 'type': 'iso-8601'}, - 'source_id': {'key': 'sourceId', 'type': 'str'}, + 'status': {'key': 'status', 'type': 'str'}, + 'grace_period_minutes': {'key': 'gracePeriodMinutes', 'type': 'int'}, } def __init__( self, **kwargs ): - super(UpcomingAction, self).__init__(**kwargs) - self.id = None - self.action_type = None - self.reason = None - self.scheduled_time = None - self.original_scheduled_time = None - self.source_id = None + super(StopOnDisconnectConfiguration, self).__init__(**kwargs) + self.status = kwargs['status'] + self.grace_period_minutes = kwargs.get('grace_period_minutes', None) -class UpcomingActionsListResult(msrest.serialization.Model): - """The Upcoming Action list result. - - All required parameters must be populated in order to send to Azure. +class StorageProfile(msrest.serialization.Model): + """Storage settings for the Dev Box's disks. - :param value: Required. Current page of results. - :type value: list[~dev_center_dataplane_client.models.UpcomingAction] - :param next_link: The URL to get the next set of results. - :type next_link: str + :param os_disk: Settings for the operating system disk. + :type os_disk: ~dev_center_dataplane_client.models.OsDisk """ - _validation = { - 'value': {'required': True}, - } - _attribute_map = { - 'value': {'key': 'value', 'type': '[UpcomingAction]'}, - 'next_link': {'key': 'nextLink', 'type': 'str'}, + 'os_disk': {'key': 'osDisk', 'type': 'OsDisk'}, } def __init__( self, **kwargs ): - super(UpcomingActionsListResult, self).__init__(**kwargs) - self.value = kwargs['value'] - self.next_link = kwargs.get('next_link', None) + super(StorageProfile, self).__init__(**kwargs) + self.os_disk = kwargs.get('os_disk', None) class WebhookNotification(msrest.serialization.Model): @@ -1538,73 +1526,3 @@ def __init__( super(WebhookNotification, self).__init__(**kwargs) self.enabled = kwargs['enabled'] self.url = kwargs.get('url', None) - -class LongRunningOperationErrorDetails(msrest.serialization.Model): - """Image validation error details. - - :param code: An identifier for the error. - :type code: str - :param message: A message describing the error. - :type message: str - """ - - _attribute_map = { - 'code': {'key': 'code', 'type': 'str'}, - 'message': {'key': 'message', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(LongRunningOperationErrorDetails, self).__init__(**kwargs) - self.code = kwargs.get('code', None) - self.message = kwargs.get('message', None) - - -class LongRunningOperationStatus(msrest.serialization.Model): - """Operation status from a LRO - - :ivar status: The status of the operation. - :vartype status: str - :ivar id: The id of the operation. - :vartype id: str - :ivar start_time: Start time of operation. - :vartype start_time: ~datetime.datetime - :ivar end_time: End time of the operation. - :vartype end_time: ~datetime.datetime - :ivar name: The name of the operation - :vartype name: str - :ivar error: The error message of the opeartion. - :vartype error: ~dev_center_dataplane_client.models.LongRunningOperationErrorDetails - """ - - _validation = { - 'status': {'readonly': True}, - 'id': {'readonly': True}, - 'start_time': {'readonly': True}, - 'end_time': {'readonly': True}, - 'name': {'readonly': True}, - 'error': {'readonly': True}, - } - - _attribute_map = { - 'status': {'key': 'status', 'type': 'str'}, - 'id': {'key': 'id', 'type': 'str'}, - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, - 'error': {'key': 'properties.error', 'type': 'LongRunningOperationErrorDetails'}, - 'name': {'key': 'name', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(LongRunningOperationStatus, self).__init__(**kwargs) - self.status = None - self.id = None - self.start_time = None - self.end_time = None - self.error = None - self.name = None diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/models/_models_py3.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/models/_models_py3.py index d87eef23931..39cbfd33bf4 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/models/_models_py3.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/models/_models_py3.py @@ -7,45 +7,13 @@ # -------------------------------------------------------------------------- import datetime -from typing import Dict, List, Optional, Union +from typing import List, Optional, Union import msrest.serialization from ._dev_center_dataplane_client_enums import * -class ActionRequest(msrest.serialization.Model): - """Action request. - - All required parameters must be populated in order to send to Azure. - - :param action_id: Required. The Catalog Item action id to execute. - :type action_id: str - :param parameters: Parameters object for the Action. - :type parameters: object - """ - - _validation = { - 'action_id': {'required': True}, - } - - _attribute_map = { - 'action_id': {'key': 'actionId', 'type': 'str'}, - 'parameters': {'key': 'parameters', 'type': 'object'}, - } - - def __init__( - self, - *, - action_id: str, - parameters: Optional[object] = None, - **kwargs - ): - super(ActionRequest, self).__init__(**kwargs) - self.action_id = action_id - self.parameters = parameters - - class Artifact(msrest.serialization.Model): """Properties of an Artifact. @@ -133,290 +101,40 @@ def __init__( self.next_link = next_link -class CatalogItem(msrest.serialization.Model): - """A catalog item. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar id: Unique identifier of the catalog item. - :vartype id: str - :ivar name: Name of the catalog item. - :vartype name: str - :ivar catalog_name: Name of the catalog. - :vartype catalog_name: str - """ - - _validation = { - 'id': {'readonly': True}, - 'name': {'readonly': True}, - 'catalog_name': {'readonly': True}, - } - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'name': {'key': 'name', 'type': 'str'}, - 'catalog_name': {'key': 'catalogName', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(CatalogItem, self).__init__(**kwargs) - self.id = None - self.name = None - self.catalog_name = None - - -class CatalogItemAction(msrest.serialization.Model): - """An action that can be taken on a catalog item. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar id: Unique identifier of the action. - :vartype id: str - :ivar name: Display name of the action. - :vartype name: str - :ivar description: Description of the action. - :vartype description: str - :ivar parameters_schema: JSON schema defining the parameters specific to the custom action. - :vartype parameters_schema: str - :ivar parameters: Input parameters passed to the action. - :vartype parameters: list[~dev_center_dataplane_client.models.CatalogItemParameter] - :ivar type: The action type. Possible values include: "Custom", "Deploy", "Delete". - :vartype type: str or ~dev_center_dataplane_client.models.ActionType - :ivar type_name: Name of the custom action type. - :vartype type_name: str - :ivar runner: The container image to use to execute the action. - :vartype runner: str - """ - - _validation = { - 'id': {'readonly': True}, - 'name': {'readonly': True}, - 'description': {'readonly': True}, - 'parameters_schema': {'readonly': True}, - 'parameters': {'readonly': True}, - 'type': {'readonly': True}, - 'type_name': {'readonly': True}, - 'runner': {'readonly': True}, - } - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'name': {'key': 'name', 'type': 'str'}, - 'description': {'key': 'description', 'type': 'str'}, - 'parameters_schema': {'key': 'parametersSchema', 'type': 'str'}, - 'parameters': {'key': 'parameters', 'type': '[CatalogItemParameter]'}, - 'type': {'key': 'type', 'type': 'str'}, - 'type_name': {'key': 'typeName', 'type': 'str'}, - 'runner': {'key': 'runner', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(CatalogItemAction, self).__init__(**kwargs) - self.id = None - self.name = None - self.description = None - self.parameters_schema = None - self.parameters = None - self.type = None - self.type_name = None - self.runner = None - - -class CatalogItemListResult(msrest.serialization.Model): - """Results of the catalog item list operation. +class Catalog(msrest.serialization.Model): + """A catalog. All required parameters must be populated in order to send to Azure. - :param value: Required. Current page of results. - :type value: list[~dev_center_dataplane_client.models.CatalogItem] - :param next_link: URL to get the next set of results if there are any. - :type next_link: str - """ - - _validation = { - 'value': {'required': True}, - } - - _attribute_map = { - 'value': {'key': 'value', 'type': '[CatalogItem]'}, - 'next_link': {'key': 'nextLink', 'type': 'str'}, - } - - def __init__( - self, - *, - value: List["CatalogItem"], - next_link: Optional[str] = None, - **kwargs - ): - super(CatalogItemListResult, self).__init__(**kwargs) - self.value = value - self.next_link = next_link - - -class CatalogItemParameter(msrest.serialization.Model): - """Properties of an Catalog Item parameter. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar id: Unique ID of the parameter. - :vartype id: str - :ivar name: Display name of the parameter. - :vartype name: str - :ivar description: Description of the parameter. - :vartype description: str - :ivar default: Default value of the parameter. - :vartype default: object - :ivar type: A string of one of the basic JSON types (number, integer, null, array, object, - boolean, string). Possible values include: "array", "boolean", "integer", "null", "number", - "object", "string". - :vartype type: str or ~dev_center_dataplane_client.models.ParameterType - :ivar read_only: Whether or not this parameter is read-only. If true, default should have a - value. - :vartype read_only: bool - :ivar required: Whether or not this parameter is required. - :vartype required: bool - :ivar allowed: An array of allowed values. - :vartype allowed: list[object] + :param name: Required. Name of the catalog. + :type name: str """ _validation = { - 'id': {'readonly': True}, - 'name': {'readonly': True}, - 'description': {'readonly': True}, - 'default': {'readonly': True}, - 'type': {'readonly': True}, - 'read_only': {'readonly': True}, - 'required': {'readonly': True}, - 'allowed': {'readonly': True, 'min_items': 1, 'unique': True}, + 'name': {'required': True}, } _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, 'name': {'key': 'name', 'type': 'str'}, - 'description': {'key': 'description', 'type': 'str'}, - 'default': {'key': 'default', 'type': 'object'}, - 'type': {'key': 'type', 'type': 'str'}, - 'read_only': {'key': 'readOnly', 'type': 'bool'}, - 'required': {'key': 'required', 'type': 'bool'}, - 'allowed': {'key': 'allowed', 'type': '[object]'}, - } - - def __init__( - self, - **kwargs - ): - super(CatalogItemParameter, self).__init__(**kwargs) - self.id = None - self.name = None - self.description = None - self.default = None - self.type = None - self.read_only = None - self.required = None - self.allowed = None - - -class CatalogItemVersion(msrest.serialization.Model): - """A catalog item version. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar catalog_item_id: Unique identifier of the catalog item. - :vartype catalog_item_id: str - :ivar catalog_item_name: Name of the catalog item. - :vartype catalog_item_name: str - :ivar catalog_name: Name of the catalog. - :vartype catalog_name: str - :ivar version: The version of the catalog item. - :vartype version: str - :ivar summary: A short summary of the catalog item. - :vartype summary: str - :ivar description: A long description of the catalog item. - :vartype description: str - :ivar template_path: Path to the catalog item entrypoint file. - :vartype template_path: str - :ivar parameters_schema: JSON schema defining the parameters object passed to actions. - :vartype parameters_schema: str - :ivar parameters: Input parameters passed to actions. - :vartype parameters: list[~dev_center_dataplane_client.models.CatalogItemParameter] - :ivar actions: Custom actions for the catalog item. - :vartype actions: list[~dev_center_dataplane_client.models.CatalogItemAction] - :ivar runner: The default container image to use to execute actions. - :vartype runner: str - :param status: Defines whether the specific catalog item version can be used. Possible values - include: "Enabled", "Disabled". - :type status: str or ~dev_center_dataplane_client.models.EnableStatus - :param eligible_for_latest_version: Whether the version is eligible to be the latest version. - :type eligible_for_latest_version: bool - """ - - _validation = { - 'catalog_item_id': {'readonly': True}, - 'catalog_item_name': {'readonly': True}, - 'catalog_name': {'readonly': True}, - 'version': {'readonly': True}, - 'summary': {'readonly': True}, - 'description': {'readonly': True}, - 'template_path': {'readonly': True}, - 'parameters_schema': {'readonly': True}, - 'parameters': {'readonly': True}, - 'actions': {'readonly': True}, - 'runner': {'readonly': True}, - } - - _attribute_map = { - 'catalog_item_id': {'key': 'catalogItemId', 'type': 'str'}, - 'catalog_item_name': {'key': 'catalogItemName', 'type': 'str'}, - 'catalog_name': {'key': 'catalogName', 'type': 'str'}, - 'version': {'key': 'version', 'type': 'str'}, - 'summary': {'key': 'summary', 'type': 'str'}, - 'description': {'key': 'description', 'type': 'str'}, - 'template_path': {'key': 'templatePath', 'type': 'str'}, - 'parameters_schema': {'key': 'parametersSchema', 'type': 'str'}, - 'parameters': {'key': 'parameters', 'type': '[CatalogItemParameter]'}, - 'actions': {'key': 'actions', 'type': '[CatalogItemAction]'}, - 'runner': {'key': 'runner', 'type': 'str'}, - 'status': {'key': 'status', 'type': 'str'}, - 'eligible_for_latest_version': {'key': 'eligibleForLatestVersion', 'type': 'bool'}, } def __init__( self, *, - status: Optional[Union[str, "EnableStatus"]] = None, - eligible_for_latest_version: Optional[bool] = None, + name: str, **kwargs ): - super(CatalogItemVersion, self).__init__(**kwargs) - self.catalog_item_id = None - self.catalog_item_name = None - self.catalog_name = None - self.version = None - self.summary = None - self.description = None - self.template_path = None - self.parameters_schema = None - self.parameters = None - self.actions = None - self.runner = None - self.status = status - self.eligible_for_latest_version = eligible_for_latest_version + super(Catalog, self).__init__(**kwargs) + self.name = name -class CatalogItemVersionListResult(msrest.serialization.Model): - """Results of the catalog item list operation. +class CatalogListResult(msrest.serialization.Model): + """Results of the catalog list operation. All required parameters must be populated in order to send to Azure. :param value: Required. Current page of results. - :type value: list[~dev_center_dataplane_client.models.CatalogItemVersion] + :type value: list[~dev_center_dataplane_client.models.Catalog] :param next_link: URL to get the next set of results if there are any. :type next_link: str """ @@ -426,18 +144,18 @@ class CatalogItemVersionListResult(msrest.serialization.Model): } _attribute_map = { - 'value': {'key': 'value', 'type': '[CatalogItemVersion]'}, + 'value': {'key': 'value', 'type': '[Catalog]'}, 'next_link': {'key': 'nextLink', 'type': 'str'}, } def __init__( self, *, - value: List["CatalogItemVersion"], + value: List["Catalog"], next_link: Optional[str] = None, **kwargs ): - super(CatalogItemVersionListResult, self).__init__(**kwargs) + super(CatalogListResult, self).__init__(**kwargs) self.value = value self.next_link = next_link @@ -489,7 +207,7 @@ def __init__( class DevBox(msrest.serialization.Model): - """A DevBox Dev Box. + """A Dev Box. Variables are only populated by the server, and will be ignored when sending a request. @@ -502,7 +220,7 @@ class DevBox(msrest.serialization.Model): :param pool_name: Required. The name of the Dev Box pool this machine belongs to. :type pool_name: str :ivar hibernate_support: Indicates whether hibernate is enabled/disabled or unknown. Possible - values include: "Disabled", "Enabled". + values include: "Enabled", "Disabled", "OsUnsupported". :vartype hibernate_support: str or ~dev_center_dataplane_client.models.HibernateSupport :ivar provisioning_state: The current provisioning state of the Dev Box. :vartype provisioning_state: str @@ -510,13 +228,13 @@ class DevBox(msrest.serialization.Model): action performed by user. :vartype action_state: str :ivar power_state: The current power state of the Dev Box. Possible values include: "Unknown", - "Deallocated", "PoweredOff", "Running", "Hibernated". + "Running", "Deallocated", "PoweredOff", "Hibernated". :vartype power_state: str or ~dev_center_dataplane_client.models.PowerState :ivar unique_id: A unique identifier for the Dev Box. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). :vartype unique_id: str - :ivar error_details: Provisioning or action error details. Populated only for error states. - :vartype error_details: ~dev_center_dataplane_client.models.ProvisioningError + :ivar error: Provisioning or action error details. Populated only for error states. + :vartype error: ~dev_center_dataplane_client.models.CloudErrorBody :ivar location: Azure region where this Dev Box is located. This will be the same region as the Virtual Network it is attached to. :vartype location: str @@ -546,7 +264,7 @@ class DevBox(msrest.serialization.Model): 'action_state': {'readonly': True}, 'power_state': {'readonly': True}, 'unique_id': {'readonly': True}, - 'error_details': {'readonly': True}, + 'error': {'readonly': True}, 'location': {'readonly': True}, 'os_type': {'readonly': True}, 'user': {'readonly': True}, @@ -565,7 +283,7 @@ class DevBox(msrest.serialization.Model): 'action_state': {'key': 'actionState', 'type': 'str'}, 'power_state': {'key': 'powerState', 'type': 'str'}, 'unique_id': {'key': 'uniqueId', 'type': 'str'}, - 'error_details': {'key': 'errorDetails', 'type': 'ProvisioningError'}, + 'error': {'key': 'error', 'type': 'CloudErrorBody'}, 'location': {'key': 'location', 'type': 'str'}, 'os_type': {'key': 'osType', 'type': 'str'}, 'user': {'key': 'user', 'type': 'str'}, @@ -592,7 +310,7 @@ def __init__( self.action_state = None self.power_state = None self.unique_id = None - self.error_details = None + self.error = None self.location = None self.os_type = None self.user = None @@ -603,6 +321,163 @@ def __init__( self.local_administrator = local_administrator +class DevBoxAction(msrest.serialization.Model): + """An action which will take place on a Dev Box. + + All required parameters must be populated in order to send to Azure. + + :param name: Required. The name of the action. + :type name: str + :param action_type: Required. The action that will be taken. Possible values include: "Stop". + :type action_type: str or ~dev_center_dataplane_client.models.DevBoxActionType + :param source_id: Required. The id of the resource which triggered this action. + :type source_id: str + :param suspended_until: The earliest time that the action could occur (UTC). + :type suspended_until: ~datetime.datetime + :param next: Details about the next run of this action. + :type next: ~dev_center_dataplane_client.models.DevBoxNextAction + """ + + _validation = { + 'name': {'required': True}, + 'action_type': {'required': True}, + 'source_id': {'required': True}, + } + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'action_type': {'key': 'actionType', 'type': 'str'}, + 'source_id': {'key': 'sourceId', 'type': 'str'}, + 'suspended_until': {'key': 'suspendedUntil', 'type': 'iso-8601'}, + 'next': {'key': 'next', 'type': 'DevBoxNextAction'}, + } + + def __init__( + self, + *, + name: str, + action_type: Union[str, "DevBoxActionType"], + source_id: str, + suspended_until: Optional[datetime.datetime] = None, + next: Optional["DevBoxNextAction"] = None, + **kwargs + ): + super(DevBoxAction, self).__init__(**kwargs) + self.name = name + self.action_type = action_type + self.source_id = source_id + self.suspended_until = suspended_until + self.next = next + + +class DevBoxActionDelayResult(msrest.serialization.Model): + """The action delay result. + + All required parameters must be populated in order to send to Azure. + + :param name: Required. The name of the action. + :type name: str + :param result: Required. The result of the delay operation on this action. Possible values + include: "Succeeded", "Failed". + :type result: str or ~dev_center_dataplane_client.models.DevBoxActionDelayResultStatus + :param action: The delayed action. + :type action: ~dev_center_dataplane_client.models.DevBoxAction + :param error: Information about the error that occurred. Only populated on error. + :type error: ~dev_center_dataplane_client.models.CloudErrorBody + """ + + _validation = { + 'name': {'required': True}, + 'result': {'required': True}, + } + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'result': {'key': 'result', 'type': 'str'}, + 'action': {'key': 'action', 'type': 'DevBoxAction'}, + 'error': {'key': 'error', 'type': 'CloudErrorBody'}, + } + + def __init__( + self, + *, + name: str, + result: Union[str, "DevBoxActionDelayResultStatus"], + action: Optional["DevBoxAction"] = None, + error: Optional["CloudErrorBody"] = None, + **kwargs + ): + super(DevBoxActionDelayResult, self).__init__(**kwargs) + self.name = name + self.result = result + self.action = action + self.error = error + + +class DevBoxActionsDelayMultipleResult(msrest.serialization.Model): + """The actions list result. + + All required parameters must be populated in order to send to Azure. + + :param value: Required. Current page of results. + :type value: list[~dev_center_dataplane_client.models.DevBoxActionDelayResult] + :param next_link: The URL to get the next set of results. + :type next_link: str + """ + + _validation = { + 'value': {'required': True}, + } + + _attribute_map = { + 'value': {'key': 'value', 'type': '[DevBoxActionDelayResult]'}, + 'next_link': {'key': 'nextLink', 'type': 'str'}, + } + + def __init__( + self, + *, + value: List["DevBoxActionDelayResult"], + next_link: Optional[str] = None, + **kwargs + ): + super(DevBoxActionsDelayMultipleResult, self).__init__(**kwargs) + self.value = value + self.next_link = next_link + + +class DevBoxActionsListResult(msrest.serialization.Model): + """The actions list result. + + All required parameters must be populated in order to send to Azure. + + :param value: Required. Current page of results. + :type value: list[~dev_center_dataplane_client.models.DevBoxAction] + :param next_link: The URL to get the next set of results. + :type next_link: str + """ + + _validation = { + 'value': {'required': True}, + } + + _attribute_map = { + 'value': {'key': 'value', 'type': '[DevBoxAction]'}, + 'next_link': {'key': 'nextLink', 'type': 'str'}, + } + + def __init__( + self, + *, + value: List["DevBoxAction"], + next_link: Optional[str] = None, + **kwargs + ): + super(DevBoxActionsListResult, self).__init__(**kwargs) + self.value = value + self.next_link = next_link + + class DevBoxListResult(msrest.serialization.Model): """The Dev Box list result. @@ -635,6 +510,33 @@ def __init__( self.next_link = next_link +class DevBoxNextAction(msrest.serialization.Model): + """Details about the next run of an action. + + All required parameters must be populated in order to send to Azure. + + :param scheduled_time: Required. The time the action will be triggered (UTC). + :type scheduled_time: ~datetime.datetime + """ + + _validation = { + 'scheduled_time': {'required': True}, + } + + _attribute_map = { + 'scheduled_time': {'key': 'scheduledTime', 'type': 'iso-8601'}, + } + + def __init__( + self, + *, + scheduled_time: datetime.datetime, + **kwargs + ): + super(DevBoxNextAction, self).__init__(**kwargs) + self.scheduled_time = scheduled_time + + class DevBoxProvisioningNotification(msrest.serialization.Model): """The notification configured for DevBox provisioning. @@ -708,48 +610,22 @@ def __init__( class EnvironmentUpdateProperties(msrest.serialization.Model): """Properties of an environment. These properties can be updated after the resource has been created. - :param description: Description of the Environment. - :type description: str - :param catalog_name: Name of the catalog. - :type catalog_name: str - :param catalog_item_name: Name of the catalog item. - :type catalog_item_name: str - :param parameters: Parameters object for the deploy action. + :param parameters: Parameters object for the environment. :type parameters: object - :param scheduled_tasks: Set of supported scheduled tasks to help manage cost. - :type scheduled_tasks: dict[str, ~dev_center_dataplane_client.models.ScheduledTask] - :param tags: A set of tags. Key value pairs that will be applied to resources deployed in this - environment as tags. - :type tags: dict[str, str] """ _attribute_map = { - 'description': {'key': 'description', 'type': 'str'}, - 'catalog_name': {'key': 'catalogName', 'type': 'str'}, - 'catalog_item_name': {'key': 'catalogItemName', 'type': 'str'}, 'parameters': {'key': 'parameters', 'type': 'object'}, - 'scheduled_tasks': {'key': 'scheduledTasks', 'type': '{ScheduledTask}'}, - 'tags': {'key': 'tags', 'type': '{str}'}, } def __init__( self, *, - description: Optional[str] = None, - catalog_name: Optional[str] = None, - catalog_item_name: Optional[str] = None, parameters: Optional[object] = None, - scheduled_tasks: Optional[Dict[str, "ScheduledTask"]] = None, - tags: Optional[Dict[str, str]] = None, **kwargs ): super(EnvironmentUpdateProperties, self).__init__(**kwargs) - self.description = description - self.catalog_name = catalog_name - self.catalog_item_name = catalog_item_name self.parameters = parameters - self.scheduled_tasks = scheduled_tasks - self.tags = tags class Environment(EnvironmentUpdateProperties): @@ -759,72 +635,227 @@ class Environment(EnvironmentUpdateProperties): All required parameters must be populated in order to send to Azure. - :param description: Description of the Environment. - :type description: str - :param catalog_name: Name of the catalog. - :type catalog_name: str - :param catalog_item_name: Name of the catalog item. - :type catalog_item_name: str - :param parameters: Parameters object for the deploy action. + :param parameters: Parameters object for the environment. :type parameters: object - :param scheduled_tasks: Set of supported scheduled tasks to help manage cost. - :type scheduled_tasks: dict[str, ~dev_center_dataplane_client.models.ScheduledTask] - :param tags: A set of tags. Key value pairs that will be applied to resources deployed in this - environment as tags. - :type tags: dict[str, str] :ivar name: Environment name. :vartype name: str :param environment_type: Required. Environment type. :type environment_type: str - :param user: The AAD object id of the owner of this Environment. - :type user: str + :ivar user: The AAD object id of the owner of this Environment. + :vartype user: str :ivar provisioning_state: The provisioning state of the environment. :vartype provisioning_state: str :ivar resource_group_id: The identifier of the resource group containing the environment's resources. :vartype resource_group_id: str + :param catalog_name: Required. Name of the catalog. + :type catalog_name: str + :param environment_definition_name: Required. Name of the environment definition. + :type environment_definition_name: str + :ivar error: Provisioning error details. Populated only for error states. + :vartype error: ~dev_center_dataplane_client.models.CloudErrorBody """ _validation = { 'name': {'readonly': True}, 'environment_type': {'required': True}, + 'user': {'readonly': True}, 'provisioning_state': {'readonly': True}, 'resource_group_id': {'readonly': True}, + 'catalog_name': {'required': True}, + 'environment_definition_name': {'required': True}, + 'error': {'readonly': True}, } _attribute_map = { - 'description': {'key': 'description', 'type': 'str'}, - 'catalog_name': {'key': 'catalogName', 'type': 'str'}, - 'catalog_item_name': {'key': 'catalogItemName', 'type': 'str'}, 'parameters': {'key': 'parameters', 'type': 'object'}, - 'scheduled_tasks': {'key': 'scheduledTasks', 'type': '{ScheduledTask}'}, - 'tags': {'key': 'tags', 'type': '{str}'}, 'name': {'key': 'name', 'type': 'str'}, 'environment_type': {'key': 'environmentType', 'type': 'str'}, 'user': {'key': 'user', 'type': 'str'}, 'provisioning_state': {'key': 'provisioningState', 'type': 'str'}, 'resource_group_id': {'key': 'resourceGroupId', 'type': 'str'}, + 'catalog_name': {'key': 'catalogName', 'type': 'str'}, + 'environment_definition_name': {'key': 'environmentDefinitionName', 'type': 'str'}, + 'error': {'key': 'error', 'type': 'CloudErrorBody'}, } def __init__( self, *, environment_type: str, - description: Optional[str] = None, - catalog_name: Optional[str] = None, - catalog_item_name: Optional[str] = None, + catalog_name: str, + environment_definition_name: str, parameters: Optional[object] = None, - scheduled_tasks: Optional[Dict[str, "ScheduledTask"]] = None, - tags: Optional[Dict[str, str]] = None, - user: Optional[str] = None, **kwargs ): - super(Environment, self).__init__(description=description, catalog_name=catalog_name, catalog_item_name=catalog_item_name, parameters=parameters, scheduled_tasks=scheduled_tasks, tags=tags, **kwargs) + super(Environment, self).__init__(parameters=parameters, **kwargs) self.name = None self.environment_type = environment_type - self.user = user + self.user = None self.provisioning_state = None self.resource_group_id = None + self.catalog_name = catalog_name + self.environment_definition_name = environment_definition_name + self.error = None + + +class EnvironmentDefinition(msrest.serialization.Model): + """An environment definition. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. The ID of the environment definition. + :type id: str + :param name: Required. Name of the environment definition. + :type name: str + :param catalog_name: Required. Name of the catalog. + :type catalog_name: str + :param description: A short description of the environment definition. + :type description: str + :param parameters: Input parameters passed to an environment. + :type parameters: list[~dev_center_dataplane_client.models.EnvironmentDefinitionParameter] + :param parameters_schema: JSON schema defining the parameters object passed to an environment. + :type parameters_schema: str + :param template_path: Path to the Environment Definition entrypoint file. + :type template_path: str + """ + + _validation = { + 'id': {'required': True}, + 'name': {'required': True}, + 'catalog_name': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'name': {'key': 'name', 'type': 'str'}, + 'catalog_name': {'key': 'catalogName', 'type': 'str'}, + 'description': {'key': 'description', 'type': 'str'}, + 'parameters': {'key': 'parameters', 'type': '[EnvironmentDefinitionParameter]'}, + 'parameters_schema': {'key': 'parametersSchema', 'type': 'str'}, + 'template_path': {'key': 'templatePath', 'type': 'str'}, + } + + def __init__( + self, + *, + id: str, + name: str, + catalog_name: str, + description: Optional[str] = None, + parameters: Optional[List["EnvironmentDefinitionParameter"]] = None, + parameters_schema: Optional[str] = None, + template_path: Optional[str] = None, + **kwargs + ): + super(EnvironmentDefinition, self).__init__(**kwargs) + self.id = id + self.name = name + self.catalog_name = catalog_name + self.description = description + self.parameters = parameters + self.parameters_schema = parameters_schema + self.template_path = template_path + + +class EnvironmentDefinitionListResult(msrest.serialization.Model): + """Results of the environment definition list operation. + + All required parameters must be populated in order to send to Azure. + + :param value: Required. Current page of results. + :type value: list[~dev_center_dataplane_client.models.EnvironmentDefinition] + :param next_link: URL to get the next set of results if there are any. + :type next_link: str + """ + + _validation = { + 'value': {'required': True}, + } + + _attribute_map = { + 'value': {'key': 'value', 'type': '[EnvironmentDefinition]'}, + 'next_link': {'key': 'nextLink', 'type': 'str'}, + } + + def __init__( + self, + *, + value: List["EnvironmentDefinition"], + next_link: Optional[str] = None, + **kwargs + ): + super(EnvironmentDefinitionListResult, self).__init__(**kwargs) + self.value = value + self.next_link = next_link + + +class EnvironmentDefinitionParameter(msrest.serialization.Model): + """Properties of an Environment Definition parameter. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique ID of the parameter. + :type id: str + :param name: Display name of the parameter. + :type name: str + :param description: Description of the parameter. + :type description: str + :param default: Default value of the parameter. + :type default: str + :param type: Required. A string of one of the basic JSON types (number, integer, array, object, + boolean, string). Possible values include: "array", "boolean", "integer", "number", "object", + "string". + :type type: str or ~dev_center_dataplane_client.models.ParameterType + :param read_only: Whether or not this parameter is read-only. If true, default should have a + value. + :type read_only: bool + :param required: Required. Whether or not this parameter is required. + :type required: bool + :param allowed: An array of allowed values. + :type allowed: list[str] + """ + + _validation = { + 'id': {'required': True}, + 'type': {'required': True}, + 'required': {'required': True}, + 'allowed': {'min_items': 1, 'unique': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'name': {'key': 'name', 'type': 'str'}, + 'description': {'key': 'description', 'type': 'str'}, + 'default': {'key': 'default', 'type': 'str'}, + 'type': {'key': 'type', 'type': 'str'}, + 'read_only': {'key': 'readOnly', 'type': 'bool'}, + 'required': {'key': 'required', 'type': 'bool'}, + 'allowed': {'key': 'allowed', 'type': '[str]'}, + } + + def __init__( + self, + *, + id: str, + type: Union[str, "ParameterType"], + required: bool, + name: Optional[str] = None, + description: Optional[str] = None, + default: Optional[str] = None, + read_only: Optional[bool] = None, + allowed: Optional[List[str]] = None, + **kwargs + ): + super(EnvironmentDefinitionParameter, self).__init__(**kwargs) + self.id = id + self.name = name + self.description = description + self.default = default + self.type = type + self.read_only = read_only + self.required = required + self.allowed = allowed class EnvironmentListResult(msrest.serialization.Model): @@ -862,23 +893,23 @@ def __init__( class EnvironmentType(msrest.serialization.Model): """Properties of an environment type. - 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 name: Name of the environment type. - :vartype name: str - :ivar deployment_target_id: Id of a subscription or management group that the environment type - will be mapped to. The environment's resources will be deployed into this subscription or - management group. - :vartype deployment_target_id: str - :ivar status: Defines whether this Environment Type can be used in this Project. Possible - values include: "Enabled", "Disabled". - :vartype status: str or ~dev_center_dataplane_client.models.EnableStatus + :param name: Required. Name of the environment type. + :type name: str + :param deployment_target_id: Required. Id of a subscription or management group that the + environment type will be mapped to. The environment's resources will be deployed into this + subscription or management group. + :type deployment_target_id: str + :param status: Required. Indicates whether this environment type is enabled for use in this + project. Possible values include: "Enabled", "Disabled". + :type status: str or ~dev_center_dataplane_client.models.EnvironmentTypeEnableStatus """ _validation = { - 'name': {'readonly': True}, - 'deployment_target_id': {'readonly': True}, - 'status': {'readonly': True}, + 'name': {'required': True}, + 'deployment_target_id': {'required': True}, + 'status': {'required': True}, } _attribute_map = { @@ -889,12 +920,16 @@ class EnvironmentType(msrest.serialization.Model): def __init__( self, + *, + name: str, + deployment_target_id: str, + status: Union[str, "EnvironmentTypeEnableStatus"], **kwargs ): super(EnvironmentType, self).__init__(**kwargs) - self.name = None - self.deployment_target_id = None - self.status = None + self.name = name + self.deployment_target_id = deployment_target_id + self.status = status class EnvironmentTypeListResult(msrest.serialization.Model): @@ -1145,6 +1180,100 @@ def __init__( self.dev_box_provisioning_notification = dev_box_provisioning_notification +class OperationStatus(msrest.serialization.Model): + """The current status of an async operation. + + All required parameters must be populated in order to send to Azure. + + :param id: Fully qualified ID for the operation status. + :type id: str + :param name: The operation id name. + :type name: str + :param status: Required. Provisioning state of the resource. + :type status: str + :param resource_id: The id of the resource. + :type resource_id: str + :param start_time: The start time of the operation. + :type start_time: ~datetime.datetime + :param end_time: The end time of the operation. + :type end_time: ~datetime.datetime + :param percent_complete: Percent of the operation that is complete. + :type percent_complete: float + :param properties: Custom operation properties, populated only for a successful operation. + :type properties: object + :param error: Operation Error message. + :type error: ~dev_center_dataplane_client.models.OperationStatusError + """ + + _validation = { + 'status': {'required': True}, + 'percent_complete': {'maximum': 100, 'minimum': 0}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'name': {'key': 'name', 'type': 'str'}, + 'status': {'key': 'status', 'type': 'str'}, + 'resource_id': {'key': 'resourceId', 'type': 'str'}, + 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, + 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, + 'percent_complete': {'key': 'percentComplete', 'type': 'float'}, + 'properties': {'key': 'properties', 'type': 'object'}, + 'error': {'key': 'error', 'type': 'OperationStatusError'}, + } + + def __init__( + self, + *, + status: str, + id: Optional[str] = None, + name: Optional[str] = None, + resource_id: Optional[str] = None, + start_time: Optional[datetime.datetime] = None, + end_time: Optional[datetime.datetime] = None, + percent_complete: Optional[float] = None, + properties: Optional[object] = None, + error: Optional["OperationStatusError"] = None, + **kwargs + ): + super(OperationStatus, self).__init__(**kwargs) + self.id = id + self.name = name + self.status = status + self.resource_id = resource_id + self.start_time = start_time + self.end_time = end_time + self.percent_complete = percent_complete + self.properties = properties + self.error = error + + +class OperationStatusError(msrest.serialization.Model): + """Operation Error message. + + :param code: The error code. + :type code: str + :param message: The error 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(OperationStatusError, self).__init__(**kwargs) + self.code = code + self.message = message + + class OsDisk(msrest.serialization.Model): """Settings for the operating system disk. @@ -1173,37 +1302,40 @@ def __init__( class Pool(msrest.serialization.Model): """A pool of Dev Boxes. - 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 name: Pool name. - :vartype name: str - :ivar location: Azure region where Dev Boxes in the pool are located. - :vartype location: str - :ivar os_type: The operating system type of Dev Boxes in this pool. Possible values include: + :param name: Required. Pool name. + :type name: str + :param location: Required. Azure region where Dev Boxes in the pool are located. + :type location: str + :param os_type: The operating system type of Dev Boxes in this pool. Possible values include: "Windows". - :vartype os_type: str or ~dev_center_dataplane_client.models.OsType - :ivar hardware_profile: Hardware settings for the Dev Boxes created in this pool. - :vartype hardware_profile: ~dev_center_dataplane_client.models.HardwareProfile - :ivar hibernate_support: Indicates whether hibernate is enabled/disabled or unknown. Possible - values include: "Disabled", "Enabled". - :vartype hibernate_support: str or ~dev_center_dataplane_client.models.HibernateSupport - :ivar storage_profile: Storage settings for Dev Box created in this pool. - :vartype storage_profile: ~dev_center_dataplane_client.models.StorageProfile - :ivar image_reference: Image settings for Dev Boxes create in this pool. - :vartype image_reference: ~dev_center_dataplane_client.models.ImageReference + :type os_type: str or ~dev_center_dataplane_client.models.OsType + :param hardware_profile: Hardware settings for the Dev Boxes created in this pool. + :type hardware_profile: ~dev_center_dataplane_client.models.HardwareProfile + :param hibernate_support: Indicates whether hibernate is enabled/disabled or unknown. Possible + values include: "Enabled", "Disabled", "OsUnsupported". + :type hibernate_support: str or ~dev_center_dataplane_client.models.HibernateSupport + :param storage_profile: Storage settings for Dev Box created in this pool. + :type storage_profile: ~dev_center_dataplane_client.models.StorageProfile + :param image_reference: Image settings for Dev Boxes create in this pool. + :type image_reference: ~dev_center_dataplane_client.models.ImageReference :param local_administrator: Indicates whether owners of Dev Boxes in this pool are local administrators on the Dev Boxes. Possible values include: "Enabled", "Disabled". :type local_administrator: str or ~dev_center_dataplane_client.models.LocalAdminStatus + :param stop_on_disconnect: Stop on disconnect configuration settings for Dev Boxes created in + this pool. + :type stop_on_disconnect: ~dev_center_dataplane_client.models.StopOnDisconnectConfiguration + :param health_status: Required. Overall health status of the Pool. Indicates whether or not the + Pool is available to create Dev Boxes. Possible values include: "Unknown", "Pending", + "Healthy", "Warning", "Unhealthy". + :type health_status: str or ~dev_center_dataplane_client.models.PoolHealthStatus """ _validation = { - 'name': {'readonly': True}, - 'location': {'readonly': True}, - 'os_type': {'readonly': True}, - 'hardware_profile': {'readonly': True}, - 'hibernate_support': {'readonly': True}, - 'storage_profile': {'readonly': True}, - 'image_reference': {'readonly': True}, + 'name': {'required': True}, + 'location': {'required': True}, + 'health_status': {'required': True}, } _attribute_map = { @@ -1215,23 +1347,36 @@ class Pool(msrest.serialization.Model): 'storage_profile': {'key': 'storageProfile', 'type': 'StorageProfile'}, 'image_reference': {'key': 'imageReference', 'type': 'ImageReference'}, 'local_administrator': {'key': 'localAdministrator', 'type': 'str'}, + 'stop_on_disconnect': {'key': 'stopOnDisconnect', 'type': 'StopOnDisconnectConfiguration'}, + 'health_status': {'key': 'healthStatus', 'type': 'str'}, } def __init__( self, *, + name: str, + location: str, + health_status: Union[str, "PoolHealthStatus"], + os_type: Optional[Union[str, "OsType"]] = None, + hardware_profile: Optional["HardwareProfile"] = None, + hibernate_support: Optional[Union[str, "HibernateSupport"]] = None, + storage_profile: Optional["StorageProfile"] = None, + image_reference: Optional["ImageReference"] = None, local_administrator: Optional[Union[str, "LocalAdminStatus"]] = None, + stop_on_disconnect: Optional["StopOnDisconnectConfiguration"] = None, **kwargs ): super(Pool, self).__init__(**kwargs) - self.name = None - self.location = None - self.os_type = None - self.hardware_profile = None - self.hibernate_support = None - self.storage_profile = None - self.image_reference = None + self.name = name + self.location = location + self.os_type = os_type + self.hardware_profile = hardware_profile + self.hibernate_support = hibernate_support + self.storage_profile = storage_profile + self.image_reference = image_reference self.local_administrator = local_administrator + self.stop_on_disconnect = stop_on_disconnect + self.health_status = health_status class PoolListResult(msrest.serialization.Model): @@ -1269,31 +1414,40 @@ def __init__( class Project(msrest.serialization.Model): """Project details. - 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 name: Name of the project. - :vartype name: str - :ivar description: Description of the project. - :vartype description: str + :param name: Required. Name of the project. + :type name: str + :param description: Description of the project. + :type description: str + :param max_dev_boxes_per_user: When specified, indicates the maximum number of Dev Boxes a + single user can create across all pools in the project. + :type max_dev_boxes_per_user: int """ _validation = { - 'name': {'readonly': True}, - 'description': {'readonly': True}, + 'name': {'required': True}, + 'max_dev_boxes_per_user': {'minimum': 0}, } _attribute_map = { 'name': {'key': 'name', 'type': 'str'}, 'description': {'key': 'description', 'type': 'str'}, + 'max_dev_boxes_per_user': {'key': 'maxDevBoxesPerUser', 'type': 'int'}, } def __init__( self, + *, + name: str, + description: Optional[str] = None, + max_dev_boxes_per_user: Optional[int] = None, **kwargs ): super(Project, self).__init__(**kwargs) - self.name = None - self.description = None + self.name = name + self.description = description + self.max_dev_boxes_per_user = max_dev_boxes_per_user class ProjectListResult(msrest.serialization.Model): @@ -1328,48 +1482,15 @@ def __init__( self.next_link = next_link -class ProvisioningError(msrest.serialization.Model): - """Error details. - - :param code: The error code. - :type code: str - :param message: The error 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(ProvisioningError, self).__init__(**kwargs) - self.code = code - self.message = message - - class RemoteConnection(msrest.serialization.Model): - """Provides RDP connection information. + """Provides remote connection information for a Dev Box. - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar web_url: URL to open a browser based RDP session. - :vartype web_url: str - :ivar rdp_connection_url: Link to open a Remote Desktop session. - :vartype rdp_connection_url: str + :param web_url: URL to open a browser based RDP session. + :type web_url: str + :param rdp_connection_url: Link to open a Remote Desktop session. + :type rdp_connection_url: str """ - _validation = { - 'web_url': {'readonly': True}, - 'rdp_connection_url': {'readonly': True}, - } - _attribute_map = { 'web_url': {'key': 'webUrl', 'type': 'str'}, 'rdp_connection_url': {'key': 'rdpConnectionUrl', 'type': 'str'}, @@ -1377,37 +1498,41 @@ class RemoteConnection(msrest.serialization.Model): def __init__( self, + *, + web_url: Optional[str] = None, + rdp_connection_url: Optional[str] = None, **kwargs ): super(RemoteConnection, self).__init__(**kwargs) - self.web_url = None - self.rdp_connection_url = None + self.web_url = web_url + self.rdp_connection_url = rdp_connection_url class Schedule(msrest.serialization.Model): """A Schedule to execute action. - 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 name: Display name for the Schedule. - :vartype name: str - :ivar type: Supported type this scheduled task represents. Possible values include: + :param name: Required. Display name for the Schedule. + :type name: str + :param type: Required. Supported type this scheduled task represents. Possible values include: "StopDevBox". - :vartype type: str or ~dev_center_dataplane_client.models.ScheduledType - :ivar frequency: The frequency of this scheduled task. Possible values include: "Daily". - :vartype frequency: str or ~dev_center_dataplane_client.models.ScheduledFrequency - :ivar time: The target time to trigger the action. The format is HH:MM. - :vartype time: str - :ivar time_zone: The IANA timezone id at which the schedule should execute. - :vartype time_zone: str + :type type: str or ~dev_center_dataplane_client.models.ScheduledType + :param frequency: Required. The frequency of this scheduled task. Possible values include: + "Daily". + :type frequency: str or ~dev_center_dataplane_client.models.ScheduledFrequency + :param time: Required. The target time to trigger the action. The format is HH:MM. + :type time: str + :param time_zone: Required. The IANA timezone id at which the schedule should execute. + :type time_zone: str """ _validation = { - 'name': {'readonly': True}, - 'type': {'readonly': True}, - 'frequency': {'readonly': True}, - 'time': {'readonly': True}, - 'time_zone': {'readonly': True}, + 'name': {'required': True}, + 'type': {'required': True}, + 'frequency': {'required': True}, + 'time': {'required': True}, + 'time_zone': {'required': True}, } _attribute_map = { @@ -1418,56 +1543,22 @@ class Schedule(msrest.serialization.Model): 'time_zone': {'key': 'timeZone', 'type': 'str'}, } - def __init__( - self, - **kwargs - ): - super(Schedule, self).__init__(**kwargs) - self.name = None - self.type = None - self.frequency = None - self.time = None - self.time_zone = None - - -class ScheduledTask(msrest.serialization.Model): - """Scheduled task to auto-expire an environment. - - All required parameters must be populated in order to send to Azure. - - :param type: Required. Supported type this scheduled task represents. Possible values include: - "AutoExpire". - :type type: str or ~dev_center_dataplane_client.models.ScheduledTaskType - :param enabled: Indicates whether or not this scheduled task is enabled. Possible values - include: "Enabled", "Disabled". - :type enabled: str or ~dev_center_dataplane_client.models.EnableStatus - :param start_time: Required. Date/time by which the environment should expire. - :type start_time: ~datetime.datetime - """ - - _validation = { - 'type': {'required': True}, - 'start_time': {'required': True}, - } - - _attribute_map = { - 'type': {'key': 'type', 'type': 'str'}, - 'enabled': {'key': 'enabled', 'type': 'str'}, - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - } - def __init__( self, *, - type: Union[str, "ScheduledTaskType"], - start_time: datetime.datetime, - enabled: Optional[Union[str, "EnableStatus"]] = None, + name: str, + type: Union[str, "ScheduledType"], + frequency: Union[str, "ScheduledFrequency"], + time: str, + time_zone: str, **kwargs ): - super(ScheduledTask, self).__init__(**kwargs) + super(Schedule, self).__init__(**kwargs) + self.name = name self.type = type - self.enabled = enabled - self.start_time = start_time + self.frequency = frequency + self.time = time + self.time_zone = time_zone class ScheduleListResult(msrest.serialization.Model): @@ -1502,107 +1593,59 @@ def __init__( self.next_link = next_link -class StorageProfile(msrest.serialization.Model): - """Storage settings for the Dev Box's disks. - - :param os_disk: Settings for the operating system disk. - :type os_disk: ~dev_center_dataplane_client.models.OsDisk - """ - - _attribute_map = { - 'os_disk': {'key': 'osDisk', 'type': 'OsDisk'}, - } - - def __init__( - self, - *, - os_disk: Optional["OsDisk"] = None, - **kwargs - ): - super(StorageProfile, self).__init__(**kwargs) - self.os_disk = os_disk - - -class UpcomingAction(msrest.serialization.Model): - """An upcoming Action. +class StopOnDisconnectConfiguration(msrest.serialization.Model): + """Stop on disconnect configuration settings for Dev Boxes created in this pool. - 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: Uniquely identifies the action. - :vartype id: str - :ivar action_type: The action that will be taken. Possible values include: "Stop". - :vartype action_type: str or ~dev_center_dataplane_client.models.UpcomingActionType - :ivar reason: The reason for this action. Possible values include: "Schedule". - :vartype reason: str or ~dev_center_dataplane_client.models.UpcomingActionReason - :ivar scheduled_time: The target time the action will be triggered (UTC). - :vartype scheduled_time: ~datetime.datetime - :ivar original_scheduled_time: The original scheduled time for the action (UTC). - :vartype original_scheduled_time: ~datetime.datetime - :ivar source_id: The id of the resource which triggered this action. - :vartype source_id: str + :param status: Required. Indicates whether the feature to stop the devbox on disconnect once + the grace period has lapsed is enabled. Possible values include: "Enabled", "Disabled". + :type status: str or ~dev_center_dataplane_client.models.StopOnDisconnectEnableStatus + :param grace_period_minutes: The specified time in minutes to wait before stopping a Dev Box + once disconnect is detected. + :type grace_period_minutes: int """ _validation = { - 'id': {'readonly': True}, - 'action_type': {'readonly': True}, - 'reason': {'readonly': True}, - 'scheduled_time': {'readonly': True}, - 'original_scheduled_time': {'readonly': True}, - 'source_id': {'readonly': True}, + 'status': {'required': True}, } _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'action_type': {'key': 'actionType', 'type': 'str'}, - 'reason': {'key': 'reason', 'type': 'str'}, - 'scheduled_time': {'key': 'scheduledTime', 'type': 'iso-8601'}, - 'original_scheduled_time': {'key': 'originalScheduledTime', 'type': 'iso-8601'}, - 'source_id': {'key': 'sourceId', 'type': 'str'}, + 'status': {'key': 'status', 'type': 'str'}, + 'grace_period_minutes': {'key': 'gracePeriodMinutes', 'type': 'int'}, } def __init__( self, + *, + status: Union[str, "StopOnDisconnectEnableStatus"], + grace_period_minutes: Optional[int] = None, **kwargs ): - super(UpcomingAction, self).__init__(**kwargs) - self.id = None - self.action_type = None - self.reason = None - self.scheduled_time = None - self.original_scheduled_time = None - self.source_id = None - + super(StopOnDisconnectConfiguration, self).__init__(**kwargs) + self.status = status + self.grace_period_minutes = grace_period_minutes -class UpcomingActionsListResult(msrest.serialization.Model): - """The Upcoming Action list result. - All required parameters must be populated in order to send to Azure. +class StorageProfile(msrest.serialization.Model): + """Storage settings for the Dev Box's disks. - :param value: Required. Current page of results. - :type value: list[~dev_center_dataplane_client.models.UpcomingAction] - :param next_link: The URL to get the next set of results. - :type next_link: str + :param os_disk: Settings for the operating system disk. + :type os_disk: ~dev_center_dataplane_client.models.OsDisk """ - _validation = { - 'value': {'required': True}, - } - _attribute_map = { - 'value': {'key': 'value', 'type': '[UpcomingAction]'}, - 'next_link': {'key': 'nextLink', 'type': 'str'}, + 'os_disk': {'key': 'osDisk', 'type': 'OsDisk'}, } def __init__( self, *, - value: List["UpcomingAction"], - next_link: Optional[str] = None, + os_disk: Optional["OsDisk"] = None, **kwargs ): - super(UpcomingActionsListResult, self).__init__(**kwargs) - self.value = value - self.next_link = next_link + super(StorageProfile, self).__init__(**kwargs) + self.os_disk = os_disk class WebhookNotification(msrest.serialization.Model): @@ -1635,75 +1678,3 @@ def __init__( super(WebhookNotification, self).__init__(**kwargs) self.enabled = enabled self.url = url - -class LongRunningOperationErrorDetails(msrest.serialization.Model): - """Long running operation error details. - - :param code: An identifier for the error. - :type code: str - :param message: A message describing the error. - :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(LongRunningOperationErrorDetails, self).__init__(**kwargs) - self.code = code - self.message = message - -class LongRunningOperationStatus(msrest.serialization.Model): - """Operation status from a LRO - - :ivar status: The status of the operation. - :vartype status: str - :ivar id: The id of the operation. - :vartype id: str - :ivar start_time: Start time of operation. - :vartype start_time: ~datetime.datetime - :ivar end_time: End time of the operation. - :vartype end_time: ~datetime.datetime - :ivar name: The name of the operation - :vartype name: str - :ivar error: The error message of the opeartion. - :vartype error: ~dev_center_dataplane_client.models.LongRunningOperationErrorDetails - """ - - _validation = { - 'status': {'readonly': True}, - 'id': {'readonly': True}, - 'start_time': {'readonly': True}, - 'end_time': {'readonly': True}, - 'name': {'readonly': True}, - 'error': {'readonly': True}, - } - - _attribute_map = { - 'status': {'key': 'status', 'type': 'str'}, - 'id': {'key': 'id', 'type': 'str'}, - 'start_time': {'key': 'startTime', 'type': 'iso-8601'}, - 'end_time': {'key': 'endTime', 'type': 'iso-8601'}, - 'error': {'key': 'properties.error', 'type': 'LongRunningOperationErrorDetails'}, - 'name': {'key': 'name', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(LongRunningOperationStatus, self).__init__(**kwargs) - self.status = None - self.id = None - self.start_time = None - self.end_time = None - self.error = None - self.name = None diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/__init__.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/__init__.py index 64aca434b14..22bc1e2605e 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/__init__.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/__init__.py @@ -12,8 +12,8 @@ from ._dev_box_operations import DevBoxOperations from ._environments_operations import EnvironmentsOperations from ._artifacts_operations import ArtifactsOperations -from ._catalog_items_operations import CatalogItemsOperations -from ._catalog_item_versions_operations import CatalogItemVersionsOperations +from ._environment_definitions_operations import EnvironmentDefinitionsOperations +from ._catalogs_operations import CatalogsOperations from ._environment_type_operations import EnvironmentTypeOperations from ._notification_setting_operations import NotificationSettingOperations @@ -24,8 +24,8 @@ 'DevBoxOperations', 'EnvironmentsOperations', 'ArtifactsOperations', - 'CatalogItemsOperations', - 'CatalogItemVersionsOperations', + 'EnvironmentDefinitionsOperations', + 'CatalogsOperations', 'EnvironmentTypeOperations', 'NotificationSettingOperations' ] diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_artifacts_operations.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_artifacts_operations.py index 826eba7fee3..f7f4db65262 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_artifacts_operations.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_artifacts_operations.py @@ -45,7 +45,7 @@ def __init__(self, client, config, serializer, deserializer): self._deserialize = deserializer self._config = config - def list_by_environment( + def list( self, environment_name, # type: str user_id="me", # type: str @@ -69,7 +69,7 @@ def list_by_environment( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" def prepare_request(next_link=None): @@ -79,7 +79,7 @@ def prepare_request(next_link=None): if not next_link: # Construct URL - url = self.list_by_environment.metadata['url'] # type: ignore + url = self.list.metadata['url'] # type: ignore path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), @@ -127,7 +127,7 @@ def get_next(next_link=None): return ItemPaged( get_next, extract_data ) - list_by_environment.metadata = {'url': '/projects/{projectName}/users/{userId}/environments/{environmentName}/artifacts'} # type: ignore + list.metadata = {'url': '/projects/{projectName}/users/{userId}/environments/{environmentName}/artifacts'} # type: ignore def list_by_path( self, @@ -156,7 +156,7 @@ def list_by_path( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" def prepare_request(next_link=None): diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_catalog_items_operations.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_catalogs_operations.py similarity index 83% rename from src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_catalog_items_operations.py rename to src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_catalogs_operations.py index dee36f5aed8..a810c7bfbf9 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_catalog_items_operations.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_catalogs_operations.py @@ -9,22 +9,22 @@ import warnings 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 azure.core.paging import ItemPaged from .. import models if TYPE_CHECKING: # pylint: disable=unused-import,ungrouped-imports - from typing import Any, Callable, Dict, Generic, Optional, TypeVar + 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 CatalogItemsOperations(object): - """CatalogItemsOperations operations. +class CatalogsOperations(object): + """CatalogsOperations 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. @@ -44,28 +44,28 @@ def __init__(self, client, config, serializer, deserializer): self._serialize = serializer self._deserialize = deserializer self._config = config - + def list( self, top=None, # type: Optional[int] **kwargs # type: Any ): - # type: (...) -> Iterable["models.CatalogItemListResult"] - """Lists latest version of all catalog items available for a project. + # type: (...) -> Iterable["models.CatalogListResult"] + """Lists all of the catalogs available for a project. :param top: The maximum number of resources to return from the operation. Example: 'top=10'. :type top: int :keyword callable cls: A custom type or function that will be passed the direct response - :return: An iterator like instance of either CatalogItemListResult or the result of cls(response) - :rtype: ~azure.core.paging.ItemPaged[~dev_center_dataplane_client.models.CatalogItemListResult] + :return: An iterator like instance of either CatalogListResult or the result of cls(response) + :rtype: ~azure.core.paging.ItemPaged[~dev_center_dataplane_client.models.CatalogListResult] :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.CatalogItemListResult"] + cls = kwargs.pop('cls', None) # type: ClsType["models.CatalogListResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" def prepare_request(next_link=None): @@ -100,7 +100,7 @@ def prepare_request(next_link=None): return request def extract_data(pipeline_response): - deserialized = self._deserialize('CatalogItemListResult', pipeline_response) + deserialized = self._deserialize('CatalogListResult', pipeline_response) list_of_elem = deserialized.value if cls: list_of_elem = cls(list_of_elem) @@ -121,29 +121,29 @@ def get_next(next_link=None): return ItemPaged( get_next, extract_data ) - list.metadata = {'url': '/projects/{projectName}/catalogItems'} # type: ignore + list.metadata = {'url': '/projects/{projectName}/catalogs'} # type: ignore def get( self, - catalog_item_id, # type: str + catalog_name, # type: str **kwargs # type: Any ): - # type: (...) -> "models.CatalogItem" - """Get a catalog item from a project. + # type: (...) -> "models.Catalog" + """Gets the specified catalog within the project. - :param catalog_item_id: The unique id of the catalog item. - :type catalog_item_id: str + :param catalog_name: The name of the catalog. + :type catalog_name: str :keyword callable cls: A custom type or function that will be passed the direct response - :return: CatalogItem, or the result of cls(response) - :rtype: ~dev_center_dataplane_client.models.CatalogItem + :return: Catalog, or the result of cls(response) + :rtype: ~dev_center_dataplane_client.models.Catalog :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.CatalogItem"] + cls = kwargs.pop('cls', None) # type: ClsType["models.Catalog"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL @@ -151,7 +151,7 @@ def get( path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - 'catalogItemId': self._serialize.url("catalog_item_id", catalog_item_id, 'str', max_length=216, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.:]{2,216}$'), + 'catalogName': self._serialize.url("catalog_name", catalog_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), } url = self._client.format_url(url, **path_format_arguments) @@ -171,10 +171,10 @@ def get( map_error(status_code=response.status_code, response=response, error_map=error_map) raise HttpResponseError(response=response, error_format=ARMErrorFormat) - deserialized = self._deserialize('CatalogItem', pipeline_response) + deserialized = self._deserialize('Catalog', pipeline_response) if cls: return cls(pipeline_response, deserialized, {}) return deserialized - get.metadata = {'url': '/projects/{projectName}/catalogItems/{catalogItemId}'} # type: ignore + get.metadata = {'url': '/projects/{projectName}/catalogs/{catalogName}'} # type: ignore diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_dev_box_operations.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_dev_box_operations.py index 7a3304b32b7..31d830f4abd 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_dev_box_operations.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_dev_box_operations.py @@ -70,7 +70,7 @@ def list( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" def prepare_request(next_link=None): @@ -155,7 +155,7 @@ def list_by_user( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" def prepare_request(next_link=None): @@ -242,7 +242,7 @@ def list_by_project( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" def prepare_request(next_link=None): @@ -328,7 +328,7 @@ def get( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL @@ -378,7 +378,7 @@ def _create_initial( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" content_type = kwargs.pop("content_type", "application/json") accept = "application/json" @@ -432,7 +432,7 @@ def begin_create( **kwargs # type: Any ): # type: (...) -> LROPoller["models.DevBox"] - """Creates or updates a Dev Box. + """Creates or replaces a Dev Box. :param dev_box_name: The name of a Dev Box. :type dev_box_name: str @@ -504,13 +504,13 @@ def _delete_initial( user_id="me", # type: str **kwargs # type: Any ): - # type: (...) -> None - cls = kwargs.pop('cls', None) # type: ClsType[None] + # type: (...) -> Optional["models.OperationStatus"] + cls = kwargs.pop('cls', None) # type: ClsType[Optional["models.OperationStatus"]] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL @@ -540,12 +540,15 @@ def _delete_initial( raise HttpResponseError(response=response, error_format=ARMErrorFormat) response_headers = {} + deserialized = None if response.status_code == 202: response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + deserialized = self._deserialize('OperationStatus', pipeline_response) if cls: - return cls(pipeline_response, None, response_headers) + return cls(pipeline_response, deserialized, response_headers) + return deserialized _delete_initial.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}'} # type: ignore def begin_delete( @@ -554,7 +557,7 @@ def begin_delete( user_id="me", # type: str **kwargs # type: Any ): - # type: (...) -> LROPoller[None] + # type: (...) -> LROPoller["models.OperationStatus"] """Deletes a Dev Box. :param dev_box_name: The name of a Dev Box. @@ -568,12 +571,12 @@ def begin_delete( polling object for personal polling strategy :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] + :return: An instance of LROPoller that returns either OperationStatus or the result of cls(response) + :rtype: ~azure.core.polling.LROPoller[~dev_center_dataplane_client.models.OperationStatus] :raises ~azure.core.exceptions.HttpResponseError: """ polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] - cls = kwargs.pop('cls', None) # type: ClsType[None] + cls = kwargs.pop('cls', None) # type: ClsType["models.OperationStatus"] lro_delay = kwargs.pop( 'polling_interval', self._config.polling_interval @@ -591,8 +594,14 @@ def begin_delete( kwargs.pop('content_type', None) def get_long_running_output(pipeline_response): + response_headers = {} + response = pipeline_response.http_response + response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + deserialized = self._deserialize('OperationStatus', pipeline_response) + if cls: - return cls(pipeline_response, None, {}) + return cls(pipeline_response, deserialized, response_headers) + return deserialized path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), @@ -601,7 +610,7 @@ def get_long_running_output(pipeline_response): 'devBoxName': self._serialize.url("dev_box_name", dev_box_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), } - if polling is True: polling_method = LROBasePolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) + if polling is True: polling_method = LROBasePolling(lro_delay, lro_options={'final-state-via': 'operation-location'}, path_format_arguments=path_format_arguments, **kwargs) elif polling is False: polling_method = NoPolling() else: polling_method = polling if cont_token: @@ -621,13 +630,13 @@ def _start_initial( user_id="me", # type: str **kwargs # type: Any ): - # type: (...) -> None - cls = kwargs.pop('cls', None) # type: ClsType[None] + # type: (...) -> "models.OperationStatus" + cls = kwargs.pop('cls', None) # type: ClsType["models.OperationStatus"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL @@ -658,10 +667,12 @@ def _start_initial( response_headers = {} response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + deserialized = self._deserialize('OperationStatus', pipeline_response) if cls: - return cls(pipeline_response, None, response_headers) + return cls(pipeline_response, deserialized, response_headers) + return deserialized _start_initial.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}:start'} # type: ignore def begin_start( @@ -670,7 +681,7 @@ def begin_start( user_id="me", # type: str **kwargs # type: Any ): - # type: (...) -> LROPoller[None] + # type: (...) -> LROPoller["models.OperationStatus"] """Starts a Dev Box. :param dev_box_name: The name of a Dev Box. @@ -684,12 +695,12 @@ def begin_start( polling object for personal polling strategy :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] + :return: An instance of LROPoller that returns either OperationStatus or the result of cls(response) + :rtype: ~azure.core.polling.LROPoller[~dev_center_dataplane_client.models.OperationStatus] :raises ~azure.core.exceptions.HttpResponseError: """ polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] - cls = kwargs.pop('cls', None) # type: ClsType[None] + cls = kwargs.pop('cls', None) # type: ClsType["models.OperationStatus"] lro_delay = kwargs.pop( 'polling_interval', self._config.polling_interval @@ -707,8 +718,14 @@ def begin_start( kwargs.pop('content_type', None) def get_long_running_output(pipeline_response): + response_headers = {} + response = pipeline_response.http_response + response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + deserialized = self._deserialize('OperationStatus', pipeline_response) + if cls: - return cls(pipeline_response, None, {}) + return cls(pipeline_response, deserialized, response_headers) + return deserialized path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), @@ -717,7 +734,7 @@ def get_long_running_output(pipeline_response): 'devBoxName': self._serialize.url("dev_box_name", dev_box_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), } - if polling is True: polling_method = LROBasePolling(lro_delay, lro_options={'final-state-via': 'location'}, path_format_arguments=path_format_arguments, **kwargs) + if polling is True: polling_method = LROBasePolling(lro_delay, lro_options={'final-state-via': 'operation-location'}, path_format_arguments=path_format_arguments, **kwargs) elif polling is False: polling_method = NoPolling() else: polling_method = polling if cont_token: @@ -738,13 +755,13 @@ def _stop_initial( hibernate=None, # type: Optional[bool] **kwargs # type: Any ): - # type: (...) -> None - cls = kwargs.pop('cls', None) # type: ClsType[None] + # type: (...) -> "models.OperationStatus" + cls = kwargs.pop('cls', None) # type: ClsType["models.OperationStatus"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL @@ -777,10 +794,12 @@ def _stop_initial( response_headers = {} response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + deserialized = self._deserialize('OperationStatus', pipeline_response) if cls: - return cls(pipeline_response, None, response_headers) + return cls(pipeline_response, deserialized, response_headers) + return deserialized _stop_initial.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}:stop'} # type: ignore def begin_stop( @@ -790,7 +809,7 @@ def begin_stop( hibernate=None, # type: Optional[bool] **kwargs # type: Any ): - # type: (...) -> LROPoller[None] + # type: (...) -> LROPoller["models.OperationStatus"] """Stops a Dev Box. :param dev_box_name: The name of a Dev Box. @@ -806,12 +825,12 @@ def begin_stop( polling object for personal polling strategy :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] + :return: An instance of LROPoller that returns either OperationStatus or the result of cls(response) + :rtype: ~azure.core.polling.LROPoller[~dev_center_dataplane_client.models.OperationStatus] :raises ~azure.core.exceptions.HttpResponseError: """ polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] - cls = kwargs.pop('cls', None) # type: ClsType[None] + cls = kwargs.pop('cls', None) # type: ClsType["models.OperationStatus"] lro_delay = kwargs.pop( 'polling_interval', self._config.polling_interval @@ -830,8 +849,14 @@ def begin_stop( kwargs.pop('content_type', None) def get_long_running_output(pipeline_response): + response_headers = {} + response = pipeline_response.http_response + response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + deserialized = self._deserialize('OperationStatus', pipeline_response) + if cls: - return cls(pipeline_response, None, {}) + return cls(pipeline_response, deserialized, response_headers) + return deserialized path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), @@ -840,7 +865,7 @@ def get_long_running_output(pipeline_response): 'devBoxName': self._serialize.url("dev_box_name", dev_box_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), } - if polling is True: polling_method = LROBasePolling(lro_delay, lro_options={'final-state-via': 'location'}, path_format_arguments=path_format_arguments, **kwargs) + if polling is True: polling_method = LROBasePolling(lro_delay, lro_options={'final-state-via': 'operation-location'}, path_format_arguments=path_format_arguments, **kwargs) elif polling is False: polling_method = NoPolling() else: polling_method = polling if cont_token: @@ -854,6 +879,130 @@ def get_long_running_output(pipeline_response): return LROPoller(self._client, raw_result, get_long_running_output, polling_method) begin_stop.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}:stop'} # type: ignore + def _restart_initial( + self, + dev_box_name, # type: str + user_id="me", # type: str + **kwargs # type: Any + ): + # type: (...) -> "models.OperationStatus" + cls = kwargs.pop('cls', None) # type: ClsType["models.OperationStatus"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2023-04-01" + accept = "application/json" + + # Construct URL + url = self._restart_initial.metadata['url'] # type: ignore + path_format_arguments = { + 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), + 'userId': self._serialize.url("user_id", user_id, 'str', max_length=36, min_length=2, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$|^me$'), + 'devBoxName': self._serialize.url("dev_box_name", dev_box_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), + } + 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.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 [202]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + response_headers = {} + response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + deserialized = self._deserialize('OperationStatus', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, response_headers) + + return deserialized + _restart_initial.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}:restart'} # type: ignore + + def begin_restart( + self, + dev_box_name, # type: str + user_id="me", # type: str + **kwargs # type: Any + ): + # type: (...) -> LROPoller["models.OperationStatus"] + """Restarts a Dev Box. + + :param dev_box_name: The name of a Dev Box. + :type dev_box_name: str + :param user_id: The AAD object id of the user. If value is 'me', the identity is taken from the + authentication context. + :type user_id: 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 LROBasePolling, False for no polling, or a + polling object for personal polling strategy + :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 OperationStatus or the result of cls(response) + :rtype: ~azure.core.polling.LROPoller[~dev_center_dataplane_client.models.OperationStatus] + :raises ~azure.core.exceptions.HttpResponseError: + """ + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType["models.OperationStatus"] + 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._restart_initial( + dev_box_name=dev_box_name, + user_id=user_id, + cls=lambda x,y,z: x, + **kwargs + ) + + kwargs.pop('error_map', None) + kwargs.pop('content_type', None) + + def get_long_running_output(pipeline_response): + response_headers = {} + response = pipeline_response.http_response + response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + deserialized = self._deserialize('OperationStatus', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, response_headers) + return deserialized + + path_format_arguments = { + 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), + 'userId': self._serialize.url("user_id", user_id, 'str', max_length=36, min_length=2, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$|^me$'), + 'devBoxName': self._serialize.url("dev_box_name", dev_box_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), + } + + if polling is True: polling_method = LROBasePolling(lro_delay, lro_options={'final-state-via': 'operation-location'}, path_format_arguments=path_format_arguments, **kwargs) + elif polling is False: polling_method = NoPolling() + else: polling_method = polling + 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_restart.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}:restart'} # type: ignore + def get_remote_connection( self, dev_box_name, # type: str @@ -878,7 +1027,7 @@ def get_remote_connection( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL @@ -915,14 +1064,14 @@ def get_remote_connection( return deserialized get_remote_connection.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/remoteConnection'} # type: ignore - def list_upcoming_actions( + def list_actions( self, dev_box_name, # type: str user_id="me", # type: str **kwargs # type: Any ): - # type: (...) -> Iterable["models.UpcomingActionsListResult"] - """Lists upcoming actions on a Dev Box. + # type: (...) -> Iterable["models.DevBoxActionsListResult"] + """Lists actions on a Dev Box. :param dev_box_name: The name of a Dev Box. :type dev_box_name: str @@ -930,16 +1079,16 @@ def list_upcoming_actions( authentication context. :type user_id: str :keyword callable cls: A custom type or function that will be passed the direct response - :return: An iterator like instance of either UpcomingActionsListResult or the result of cls(response) - :rtype: ~azure.core.paging.ItemPaged[~dev_center_dataplane_client.models.UpcomingActionsListResult] + :return: An iterator like instance of either DevBoxActionsListResult or the result of cls(response) + :rtype: ~azure.core.paging.ItemPaged[~dev_center_dataplane_client.models.DevBoxActionsListResult] :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.UpcomingActionsListResult"] + cls = kwargs.pop('cls', None) # type: ClsType["models.DevBoxActionsListResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" def prepare_request(next_link=None): @@ -949,7 +1098,7 @@ def prepare_request(next_link=None): if not next_link: # Construct URL - url = self.list_upcoming_actions.metadata['url'] # type: ignore + url = self.list_actions.metadata['url'] # type: ignore path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), @@ -976,7 +1125,7 @@ def prepare_request(next_link=None): return request def extract_data(pipeline_response): - deserialized = self._deserialize('UpcomingActionsListResult', pipeline_response) + deserialized = self._deserialize('DevBoxActionsListResult', pipeline_response) list_of_elem = deserialized.value if cls: list_of_elem = cls(list_of_elem) @@ -997,46 +1146,46 @@ def get_next(next_link=None): return ItemPaged( get_next, extract_data ) - list_upcoming_actions.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/upcomingActions'} # type: ignore + list_actions.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/actions'} # type: ignore - def get_upcoming_action( + def get_action( self, dev_box_name, # type: str - upcoming_action_id, # type: str + action_name, # type: str user_id="me", # type: str **kwargs # type: Any ): - # type: (...) -> "models.UpcomingAction" - """Gets an Upcoming Action. + # type: (...) -> "models.DevBoxAction" + """Gets an action. :param dev_box_name: The name of a Dev Box. :type dev_box_name: str - :param upcoming_action_id: The upcoming action id. - :type upcoming_action_id: str + :param action_name: The name of an action that will take place on a Dev Box. + :type action_name: str :param user_id: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. :type user_id: str :keyword callable cls: A custom type or function that will be passed the direct response - :return: UpcomingAction, or the result of cls(response) - :rtype: ~dev_center_dataplane_client.models.UpcomingAction + :return: DevBoxAction, or the result of cls(response) + :rtype: ~dev_center_dataplane_client.models.DevBoxAction :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.UpcomingAction"] + cls = kwargs.pop('cls', None) # type: ClsType["models.DevBoxAction"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL - url = self.get_upcoming_action.metadata['url'] # type: ignore + url = self.get_action.metadata['url'] # type: ignore path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), 'userId': self._serialize.url("user_id", user_id, 'str', max_length=36, min_length=2, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$|^me$'), 'devBoxName': self._serialize.url("dev_box_name", dev_box_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - 'upcomingActionId': self._serialize.url("upcoming_action_id", upcoming_action_id, 'str', max_length=36, min_length=0, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$'), + 'actionName': self._serialize.url("action_name", action_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), } url = self._client.format_url(url, **path_format_arguments) @@ -1056,28 +1205,28 @@ def get_upcoming_action( map_error(status_code=response.status_code, response=response, error_map=error_map) raise HttpResponseError(response=response, error_format=ARMErrorFormat) - deserialized = self._deserialize('UpcomingAction', pipeline_response) + deserialized = self._deserialize('DevBoxAction', pipeline_response) if cls: return cls(pipeline_response, deserialized, {}) return deserialized - get_upcoming_action.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/upcomingActions/{upcomingActionId}'} # type: ignore + get_action.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/actions/{actionName}'} # type: ignore - def skip_upcoming_action( + def skip_action( self, dev_box_name, # type: str - upcoming_action_id, # type: str + action_name, # type: str user_id="me", # type: str **kwargs # type: Any ): # type: (...) -> None - """Skips an Upcoming Action. + """Skips an occurrence of an action. :param dev_box_name: The name of a Dev Box. :type dev_box_name: str - :param upcoming_action_id: The upcoming action id. - :type upcoming_action_id: str + :param action_name: The name of an action that will take place on a Dev Box. + :type action_name: str :param user_id: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. :type user_id: str @@ -1091,17 +1240,17 @@ def skip_upcoming_action( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL - url = self.skip_upcoming_action.metadata['url'] # type: ignore + url = self.skip_action.metadata['url'] # type: ignore path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), 'userId': self._serialize.url("user_id", user_id, 'str', max_length=36, min_length=2, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$|^me$'), 'devBoxName': self._serialize.url("dev_box_name", dev_box_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - 'upcomingActionId': self._serialize.url("upcoming_action_id", upcoming_action_id, 'str', max_length=36, min_length=0, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$'), + 'actionName': self._serialize.url("action_name", action_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), } url = self._client.format_url(url, **path_format_arguments) @@ -1124,56 +1273,56 @@ def skip_upcoming_action( if cls: return cls(pipeline_response, None, {}) - skip_upcoming_action.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/upcomingActions/{upcomingActionId}:skip'} # type: ignore + skip_action.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/actions/{actionName}:skip'} # type: ignore - def delay_upcoming_action( + def delay_action( self, dev_box_name, # type: str - upcoming_action_id, # type: str - delay_until, # type: datetime.datetime + action_name, # type: str + until, # type: datetime.datetime user_id="me", # type: str **kwargs # type: Any ): - # type: (...) -> "models.UpcomingAction" - """Delays an Upcoming Action. + # type: (...) -> "models.DevBoxAction" + """Delays the occurrence of an action. :param dev_box_name: The name of a Dev Box. :type dev_box_name: str - :param upcoming_action_id: The upcoming action id. - :type upcoming_action_id: str - :param delay_until: The delayed action time (UTC). - :type delay_until: ~datetime.datetime + :param action_name: The name of an action that will take place on a Dev Box. + :type action_name: str + :param until: The time to delay the Dev Box action or actions until. + :type until: ~datetime.datetime :param user_id: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. :type user_id: str :keyword callable cls: A custom type or function that will be passed the direct response - :return: UpcomingAction, or the result of cls(response) - :rtype: ~dev_center_dataplane_client.models.UpcomingAction + :return: DevBoxAction, or the result of cls(response) + :rtype: ~dev_center_dataplane_client.models.DevBoxAction :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.UpcomingAction"] + cls = kwargs.pop('cls', None) # type: ClsType["models.DevBoxAction"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL - url = self.delay_upcoming_action.metadata['url'] # type: ignore + url = self.delay_action.metadata['url'] # type: ignore path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), 'userId': self._serialize.url("user_id", user_id, 'str', max_length=36, min_length=2, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$|^me$'), 'devBoxName': self._serialize.url("dev_box_name", dev_box_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - 'upcomingActionId': self._serialize.url("upcoming_action_id", upcoming_action_id, 'str', max_length=36, min_length=0, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$'), + 'actionName': self._serialize.url("action_name", action_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), } 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') - query_parameters['delayUntil'] = self._serialize.query("delay_until", delay_until, 'iso-8601') + query_parameters['until'] = self._serialize.query("until", until, 'iso-8601') # Construct headers header_parameters = {} # type: Dict[str, Any] @@ -1187,10 +1336,98 @@ def delay_upcoming_action( map_error(status_code=response.status_code, response=response, error_map=error_map) raise HttpResponseError(response=response, error_format=ARMErrorFormat) - deserialized = self._deserialize('UpcomingAction', pipeline_response) + deserialized = self._deserialize('DevBoxAction', pipeline_response) if cls: return cls(pipeline_response, deserialized, {}) return deserialized - delay_upcoming_action.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/upcomingActions/{upcomingActionId}:delay'} # type: ignore + delay_action.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/actions/{actionName}:delay'} # type: ignore + + def delay_actions( + self, + dev_box_name, # type: str + until, # type: datetime.datetime + user_id="me", # type: str + **kwargs # type: Any + ): + # type: (...) -> Iterable["models.DevBoxActionsDelayMultipleResult"] + """Delays all actions. + + :param dev_box_name: The name of a Dev Box. + :type dev_box_name: str + :param until: The time to delay the Dev Box action or actions until. + :type until: ~datetime.datetime + :param user_id: The AAD object id of the user. If value is 'me', the identity is taken from the + authentication context. + :type user_id: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either DevBoxActionsDelayMultipleResult or the result of cls(response) + :rtype: ~azure.core.paging.ItemPaged[~dev_center_dataplane_client.models.DevBoxActionsDelayMultipleResult] + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["models.DevBoxActionsDelayMultipleResult"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2023-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.delay_actions.metadata['url'] # type: ignore + path_format_arguments = { + 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), + 'userId': self._serialize.url("user_id", user_id, 'str', max_length=36, min_length=2, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$|^me$'), + 'devBoxName': self._serialize.url("dev_box_name", dev_box_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), + } + 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') + query_parameters['until'] = self._serialize.query("until", until, 'iso-8601') + + request = self._client.post(url, query_parameters, header_parameters) + else: + url = next_link + query_parameters = {} # type: Dict[str, Any] + path_format_arguments = { + 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), + 'userId': self._serialize.url("user_id", user_id, 'str', max_length=36, min_length=2, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$|^me$'), + 'devBoxName': self._serialize.url("dev_box_name", dev_box_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), + } + url = self._client.format_url(url, **path_format_arguments) + request = self._client.get(url, query_parameters, header_parameters) + return request + + def extract_data(pipeline_response): + deserialized = self._deserialize('DevBoxActionsDelayMultipleResult', 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) + + 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) + + return pipeline_response + + return ItemPaged( + get_next, extract_data + ) + delay_actions.metadata = {'url': '/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/actions:delay'} # type: ignore diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_catalog_item_versions_operations.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_environment_definitions_operations.py similarity index 52% rename from src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_catalog_item_versions_operations.py rename to src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_environment_definitions_operations.py index 3c689c59e69..319735b85cd 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_catalog_item_versions_operations.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_environment_definitions_operations.py @@ -1,3 +1,4 @@ + # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -18,13 +19,13 @@ if TYPE_CHECKING: # pylint: disable=unused-import,ungrouped-imports - from typing import Any, Callable, Dict, Generic, Iterable, Optional, TypeVar + 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 CatalogItemVersionsOperations(object): - """CatalogItemVersionsOperations operations. +class EnvironmentDefinitionsOperations(object): + """EnvironmentDefinitionsOperations 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. @@ -47,28 +48,25 @@ def __init__(self, client, config, serializer, deserializer): def list( self, - catalog_item_id, # type: str top=None, # type: Optional[int] **kwargs # type: Any ): - # type: (...) -> Iterable["models.CatalogItemVersionListResult"] - """List all versions of a catalog item from a project. + # type: (...) -> Iterable["models.EnvironmentDefinitionListResult"] + """Lists all environment definitions available for a project. - :param catalog_item_id: The unique id of the catalog item. - :type catalog_item_id: str :param top: The maximum number of resources to return from the operation. Example: 'top=10'. :type top: int :keyword callable cls: A custom type or function that will be passed the direct response - :return: An iterator like instance of either CatalogItemVersionListResult or the result of cls(response) - :rtype: ~azure.core.paging.ItemPaged[~dev_center_dataplane_client.models.CatalogItemVersionListResult] + :return: An iterator like instance of either EnvironmentDefinitionListResult or the result of cls(response) + :rtype: ~azure.core.paging.ItemPaged[~dev_center_dataplane_client.models.EnvironmentDefinitionListResult] :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.CatalogItemVersionListResult"] + cls = kwargs.pop('cls', None) # type: ClsType["models.EnvironmentDefinitionListResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" def prepare_request(next_link=None): @@ -82,7 +80,6 @@ def prepare_request(next_link=None): path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - 'catalogItemId': self._serialize.url("catalog_item_id", catalog_item_id, 'str', max_length=216, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.:]{2,216}$'), } url = self._client.format_url(url, **path_format_arguments) # Construct parameters @@ -98,14 +95,96 @@ def prepare_request(next_link=None): path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - 'catalogItemId': self._serialize.url("catalog_item_id", catalog_item_id, 'str', max_length=216, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.:]{2,216}$'), } url = self._client.format_url(url, **path_format_arguments) request = self._client.get(url, query_parameters, header_parameters) return request def extract_data(pipeline_response): - deserialized = self._deserialize('CatalogItemVersionListResult', pipeline_response) + deserialized = self._deserialize('EnvironmentDefinitionListResult', 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) + + 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) + + return pipeline_response + + return ItemPaged( + get_next, extract_data + ) + list.metadata = {'url': '/projects/{projectName}/environmentDefinitions'} # type: ignore + + def list_by_catalog( + self, + catalog_name, # type: str + top=None, # type: Optional[int] + **kwargs # type: Any + ): + # type: (...) -> Iterable["models.EnvironmentDefinitionListResult"] + """Lists all environment definitions available within a catalog. + + :param catalog_name: The name of the catalog. + :type catalog_name: str + :param top: The maximum number of resources to return from the operation. Example: 'top=10'. + :type top: int + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either EnvironmentDefinitionListResult or the result of cls(response) + :rtype: ~azure.core.paging.ItemPaged[~dev_center_dataplane_client.models.EnvironmentDefinitionListResult] + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["models.EnvironmentDefinitionListResult"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2023-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_catalog.metadata['url'] # type: ignore + path_format_arguments = { + 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), + 'catalogName': self._serialize.url("catalog_name", catalog_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), + } + 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') + if top is not None: + query_parameters['top'] = self._serialize.query("top", top, 'int') + + request = self._client.get(url, query_parameters, header_parameters) + else: + url = next_link + query_parameters = {} # type: Dict[str, Any] + path_format_arguments = { + 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), + 'catalogName': self._serialize.url("catalog_name", catalog_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), + } + url = self._client.format_url(url, **path_format_arguments) + request = self._client.get(url, query_parameters, header_parameters) + return request + + def extract_data(pipeline_response): + deserialized = self._deserialize('EnvironmentDefinitionListResult', pipeline_response) list_of_elem = deserialized.value if cls: list_of_elem = cls(list_of_elem) @@ -126,32 +205,32 @@ def get_next(next_link=None): return ItemPaged( get_next, extract_data ) - list.metadata = {'url': '/projects/{projectName}/catalogItems/{catalogItemId}/versions'} # type: ignore + list_by_catalog.metadata = {'url': '/projects/{projectName}/catalogs/{catalogName}/environmentDefinitions'} # type: ignore def get( self, - catalog_item_id, # type: str - version, # type: str + catalog_name, # type: str + definition_name, # type: str **kwargs # type: Any ): - # type: (...) -> "models.CatalogItemVersion" - """Get a specific catalog item version from a project. + # type: (...) -> "models.EnvironmentDefinition" + """Get an environment definition from a catalog. - :param catalog_item_id: The unique id of the catalog item. - :type catalog_item_id: str - :param version: The version of the catalog item. - :type version: str + :param catalog_name: The name of the catalog. + :type catalog_name: str + :param definition_name: The name of the environment definition. + :type definition_name: str :keyword callable cls: A custom type or function that will be passed the direct response - :return: CatalogItemVersion, or the result of cls(response) - :rtype: ~dev_center_dataplane_client.models.CatalogItemVersion + :return: EnvironmentDefinition, or the result of cls(response) + :rtype: ~dev_center_dataplane_client.models.EnvironmentDefinition :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.CatalogItemVersion"] + cls = kwargs.pop('cls', None) # type: ClsType["models.EnvironmentDefinition"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL @@ -159,8 +238,8 @@ def get( path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - 'catalogItemId': self._serialize.url("catalog_item_id", catalog_item_id, 'str', max_length=216, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.:]{2,216}$'), - 'version': self._serialize.url("version", version, 'str', max_length=63, min_length=3, pattern=r'^[0-9]{1,20}.[0-9]{1,20}.[0-9]{1,20}$|^latest$'), + 'catalogName': self._serialize.url("catalog_name", catalog_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), + 'definitionName': self._serialize.url("definition_name", definition_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), } url = self._client.format_url(url, **path_format_arguments) @@ -180,10 +259,10 @@ def get( map_error(status_code=response.status_code, response=response, error_map=error_map) raise HttpResponseError(response=response, error_format=ARMErrorFormat) - deserialized = self._deserialize('CatalogItemVersion', pipeline_response) + deserialized = self._deserialize('EnvironmentDefinition', pipeline_response) if cls: return cls(pipeline_response, deserialized, {}) return deserialized - get.metadata = {'url': '/projects/{projectName}/catalogItems/{catalogItemId}/versions/{version}'} # type: ignore + get.metadata = {'url': '/projects/{projectName}/catalogs/{catalogName}/environmentDefinitions/{definitionName}'} # type: ignore diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_environment_type_operations.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_environment_type_operations.py index b23d222f1df..c8fd2fafc3e 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_environment_type_operations.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_environment_type_operations.py @@ -65,7 +65,7 @@ def list( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" def prepare_request(next_link=None): diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_environments_operations.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_environments_operations.py index 70312f9b791..d0d72ac9e82 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_environments_operations.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_environments_operations.py @@ -67,7 +67,7 @@ def list_by_project( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" def prepare_request(next_link=None): @@ -149,7 +149,7 @@ def list_by_project_by_user( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" def prepare_request(next_link=None): @@ -233,7 +233,7 @@ def get( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL @@ -270,7 +270,7 @@ def get( return deserialized get.metadata = {'url': '/projects/{projectName}/users/{userId}/environments/{environmentName}'} # type: ignore - def _create_or_update_initial( + def _create_or_replace_initial( self, environment_name, # type: str body, # type: "models.Environment" @@ -283,12 +283,12 @@ def _create_or_update_initial( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-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 + url = self._create_or_replace_initial.metadata['url'] # type: ignore path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), @@ -313,25 +313,21 @@ def _create_or_update_initial( pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) response = pipeline_response.http_response - if response.status_code not in [200, 201]: + if response.status_code not in [201]: map_error(status_code=response.status_code, response=response, error_map=error_map) raise HttpResponseError(response=response, error_format=ARMErrorFormat) response_headers = {} - if response.status_code == 200: - deserialized = self._deserialize('Environment', pipeline_response) - - if response.status_code == 201: - response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) - deserialized = self._deserialize('Environment', pipeline_response) + response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + deserialized = self._deserialize('Environment', pipeline_response) if cls: return cls(pipeline_response, deserialized, response_headers) return deserialized - _create_or_update_initial.metadata = {'url': '/projects/{projectName}/users/{userId}/environments/{environmentName}'} # type: ignore + _create_or_replace_initial.metadata = {'url': '/projects/{projectName}/users/{userId}/environments/{environmentName}'} # type: ignore - def begin_create_or_update( + def begin_create_or_replace( self, environment_name, # type: str body, # type: "models.Environment" @@ -343,7 +339,7 @@ def begin_create_or_update( :param environment_name: The name of the environment. :type environment_name: str - :param body: Represents a environment. + :param body: Represents an environment. :type body: ~dev_center_dataplane_client.models.Environment :param user_id: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. @@ -366,7 +362,7 @@ def begin_create_or_update( ) cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] if cont_token is None: - raw_result = self._create_or_update_initial( + raw_result = self._create_or_replace_initial( environment_name=environment_name, body=body, user_id=user_id, @@ -406,76 +402,7 @@ def get_long_running_output(pipeline_response): ) else: return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_create_or_update.metadata = {'url': '/projects/{projectName}/users/{userId}/environments/{environmentName}'} # type: ignore - - def update( - self, - environment_name, # type: str - body, # type: "models.EnvironmentUpdateProperties" - user_id="me", # type: str - **kwargs # type: Any - ): - # type: (...) -> "models.Environment" - """Partially updates an environment. - - :param environment_name: The name of the environment. - :type environment_name: str - :param body: Updatable environment properties. - :type body: ~dev_center_dataplane_client.models.EnvironmentUpdateProperties - :param user_id: The AAD object id of the user. If value is 'me', the identity is taken from the - authentication context. - :type user_id: str - :keyword callable cls: A custom type or function that will be passed the direct response - :return: Environment, or the result of cls(response) - :rtype: ~dev_center_dataplane_client.models.Environment - :raises: ~azure.core.exceptions.HttpResponseError - """ - cls = kwargs.pop('cls', None) # type: ClsType["models.Environment"] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" - content_type = kwargs.pop("content_type", "application/merge-patch+json") - accept = "application/json" - - # Construct URL - url = self.update.metadata['url'] # type: ignore - path_format_arguments = { - 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), - 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - 'userId': self._serialize.url("user_id", user_id, 'str', max_length=36, min_length=2, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$|^me$'), - 'environmentName': self._serialize.url("environment_name", environment_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - } - 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(body, 'EnvironmentUpdateProperties') - 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]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - deserialized = self._deserialize('Environment', pipeline_response) - - if cls: - return cls(pipeline_response, deserialized, {}) - - return deserialized - update.metadata = {'url': '/projects/{projectName}/users/{userId}/environments/{environmentName}'} # type: ignore + begin_create_or_replace.metadata = {'url': '/projects/{projectName}/users/{userId}/environments/{environmentName}'} # type: ignore def _delete_initial( self, @@ -483,13 +410,13 @@ def _delete_initial( user_id="me", # type: str **kwargs # type: Any ): - # type: (...) -> None - cls = kwargs.pop('cls', None) # type: ClsType[None] + # type: (...) -> Optional["models.OperationStatus"] + cls = kwargs.pop('cls', None) # type: ClsType[Optional["models.OperationStatus"]] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL @@ -514,17 +441,20 @@ def _delete_initial( pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) response = pipeline_response.http_response - if response.status_code not in [200, 202, 204]: + if response.status_code not in [202, 204]: map_error(status_code=response.status_code, response=response, error_map=error_map) raise HttpResponseError(response=response, error_format=ARMErrorFormat) response_headers = {} + deserialized = None if response.status_code == 202: response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + deserialized = self._deserialize('OperationStatus', pipeline_response) if cls: - return cls(pipeline_response, None, response_headers) + return cls(pipeline_response, deserialized, response_headers) + return deserialized _delete_initial.metadata = {'url': '/projects/{projectName}/users/{userId}/environments/{environmentName}'} # type: ignore def begin_delete( @@ -533,7 +463,7 @@ def begin_delete( user_id="me", # type: str **kwargs # type: Any ): - # type: (...) -> LROPoller[None] + # type: (...) -> LROPoller["models.OperationStatus"] """Deletes an environment and all its associated resources. :param environment_name: The name of the environment. @@ -547,12 +477,12 @@ def begin_delete( polling object for personal polling strategy :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] + :return: An instance of LROPoller that returns either OperationStatus or the result of cls(response) + :rtype: ~azure.core.polling.LROPoller[~dev_center_dataplane_client.models.OperationStatus] :raises ~azure.core.exceptions.HttpResponseError: """ polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] - cls = kwargs.pop('cls', None) # type: ClsType[None] + cls = kwargs.pop('cls', None) # type: ClsType["models.OperationStatus"] lro_delay = kwargs.pop( 'polling_interval', self._config.polling_interval @@ -570,135 +500,14 @@ def begin_delete( kwargs.pop('content_type', None) def get_long_running_output(pipeline_response): - if cls: - return cls(pipeline_response, None, {}) - - path_format_arguments = { - 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), - 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - 'userId': self._serialize.url("user_id", user_id, 'str', max_length=36, min_length=2, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$|^me$'), - 'environmentName': self._serialize.url("environment_name", environment_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - } - - if polling is True: polling_method = LROBasePolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) - elif polling is False: polling_method = NoPolling() - else: polling_method = polling - 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': '/projects/{projectName}/users/{userId}/environments/{environmentName}'} # type: ignore - - def _deploy_action_initial( - self, - environment_name, # type: str - body, # type: "models.ActionRequest" - user_id="me", # 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 = "2022-11-11-preview" - content_type = kwargs.pop("content_type", "application/json") - accept = "application/json" - - # Construct URL - url = self._deploy_action_initial.metadata['url'] # type: ignore - path_format_arguments = { - 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), - 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - 'userId': self._serialize.url("user_id", user_id, 'str', max_length=36, min_length=2, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$|^me$'), - 'environmentName': self._serialize.url("environment_name", environment_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - } - 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(body, 'ActionRequest') - body_content_kwargs['content'] = body_content - request = self._client.post(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]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - response_headers = {} - if response.status_code == 202: + response_headers = {} + response = pipeline_response.http_response response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + deserialized = self._deserialize('OperationStatus', pipeline_response) - if cls: - return cls(pipeline_response, None, response_headers) - - _deploy_action_initial.metadata = {'url': '/projects/{projectName}/users/{userId}/environments/{environmentName}:deploy'} # type: ignore - - def begin_deploy_action( - self, - environment_name, # type: str - body, # type: "models.ActionRequest" - user_id="me", # type: str - **kwargs # type: Any - ): - # type: (...) -> LROPoller[None] - """Executes a deploy action. - - :param environment_name: The name of the environment. - :type environment_name: str - :param body: Action properties overriding the environment's default values. - :type body: ~dev_center_dataplane_client.models.ActionRequest - :param user_id: The AAD object id of the user. If value is 'me', the identity is taken from the - authentication context. - :type user_id: 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 LROBasePolling, False for no polling, or a - polling object for personal polling strategy - :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: - """ - 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._deploy_action_initial( - environment_name=environment_name, - body=body, - user_id=user_id, - 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, {}) + return cls(pipeline_response, deserialized, response_headers) + return deserialized path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), @@ -707,7 +516,7 @@ def get_long_running_output(pipeline_response): 'environmentName': self._serialize.url("environment_name", environment_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), } - if polling is True: polling_method = LROBasePolling(lro_delay, lro_options={'final-state-via': 'original-uri'}, path_format_arguments=path_format_arguments, **kwargs) + if polling is True: polling_method = LROBasePolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) elif polling is False: polling_method = NoPolling() else: polling_method = polling if cont_token: @@ -719,131 +528,5 @@ def get_long_running_output(pipeline_response): ) else: return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_deploy_action.metadata = {'url': '/projects/{projectName}/users/{userId}/environments/{environmentName}:deploy'} # type: ignore - - def _custom_action_initial( - self, - environment_name, # type: str - body, # type: "models.ActionRequest" - user_id="me", # 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 = "2022-11-11-preview" - content_type = kwargs.pop("content_type", "application/json") - accept = "application/json" - - # Construct URL - url = self._custom_action_initial.metadata['url'] # type: ignore - path_format_arguments = { - 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), - 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - 'userId': self._serialize.url("user_id", user_id, 'str', max_length=36, min_length=2, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$|^me$'), - 'environmentName': self._serialize.url("environment_name", environment_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - } - 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(body, 'ActionRequest') - body_content_kwargs['content'] = body_content - request = self._client.post(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]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - response_headers = {} - if response.status_code == 202: - response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) - - if cls: - return cls(pipeline_response, None, response_headers) - - _custom_action_initial.metadata = {'url': '/projects/{projectName}/users/{userId}/environments/{environmentName}:custom'} # type: ignore - - def begin_custom_action( - self, - environment_name, # type: str - body, # type: "models.ActionRequest" - user_id="me", # type: str - **kwargs # type: Any - ): - # type: (...) -> LROPoller[None] - """Executes a custom action. - - :param environment_name: The name of the environment. - :type environment_name: str - :param body: Action properties overriding the environment's default values. - :type body: ~dev_center_dataplane_client.models.ActionRequest - :param user_id: The AAD object id of the user. If value is 'me', the identity is taken from the - authentication context. - :type user_id: 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 LROBasePolling, False for no polling, or a - polling object for personal polling strategy - :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: - """ - 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._custom_action_initial( - environment_name=environment_name, - body=body, - user_id=user_id, - 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 = { - 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), - 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - 'userId': self._serialize.url("user_id", user_id, 'str', max_length=36, min_length=2, pattern=r'^[a-zA-Z0-9]{8}-([a-zA-Z0-9]{4}-){3}[a-zA-Z0-9]{12}$|^me$'), - 'environmentName': self._serialize.url("environment_name", environment_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), - } + begin_delete.metadata = {'url': '/projects/{projectName}/users/{userId}/environments/{environmentName}'} # type: ignore - if polling is True: polling_method = LROBasePolling(lro_delay, lro_options={'final-state-via': 'original-uri'}, path_format_arguments=path_format_arguments, **kwargs) - elif polling is False: polling_method = NoPolling() - else: polling_method = polling - 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_custom_action.metadata = {'url': '/projects/{projectName}/users/{userId}/environments/{environmentName}:custom'} # type: ignore diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_notification_setting_operations.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_notification_setting_operations.py index f1e83e2761e..743f6fa3f24 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_notification_setting_operations.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_notification_setting_operations.py @@ -66,7 +66,7 @@ def get( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL @@ -126,7 +126,7 @@ def create( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" content_type = kwargs.pop("content_type", "application/json") accept = "application/json" @@ -188,7 +188,7 @@ def list_allowed_cultures( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_pool_operations.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_pool_operations.py index 713181db125..f696c4fd870 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_pool_operations.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_pool_operations.py @@ -13,9 +13,7 @@ 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 @@ -71,7 +69,7 @@ def list( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" def prepare_request(next_link=None): @@ -151,15 +149,15 @@ def get( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL url = self.get.metadata['url'] # type: ignore path_format_arguments = { 'endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), - 'poolName': self._serialize.url("pool_name", pool_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), 'projectName': self._serialize.url("self._config.project_name", self._config.project_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), + 'poolName': self._serialize.url("pool_name", pool_name, 'str', max_length=63, min_length=3, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9-_.]{2,62}$'), } url = self._client.format_url(url, **path_format_arguments) diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_project_operations.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_project_operations.py index f0e6e1ef25a..7bc9042685f 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_project_operations.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_project_operations.py @@ -68,7 +68,7 @@ def list( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" def prepare_request(next_link=None): @@ -146,7 +146,7 @@ def get( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL diff --git a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_schedule_operations.py b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_schedule_operations.py index 6119d33aa7e..08416660e21 100644 --- a/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_schedule_operations.py +++ b/src/devcenter/azext_devcenter/vendored_sdks/devcenter_dataplane/operations/_schedule_operations.py @@ -71,7 +71,7 @@ def list( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" def prepare_request(next_link=None): @@ -156,7 +156,7 @@ def get( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2022-11-11-preview" + api_version = "2023-04-01" accept = "application/json" # Construct URL diff --git a/src/devcenter/gen.zip b/src/devcenter/gen.zip index a91ea7d42b2..09a20ae45a0 100644 Binary files a/src/devcenter/gen.zip and b/src/devcenter/gen.zip differ diff --git a/src/devcenter/setup.py b/src/devcenter/setup.py index d9ba312e7e8..d8e96142888 100644 --- a/src/devcenter/setup.py +++ b/src/devcenter/setup.py @@ -10,7 +10,7 @@ from setuptools import setup, find_packages # HISTORY.rst entry. -VERSION = '0.1.2' +VERSION = '1.0.1' try: from azext_devcenter.manual.version import VERSION except ImportError: @@ -24,9 +24,10 @@ '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', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'License :: OSI Approved :: MIT License', ] diff --git a/src/index.json b/src/index.json index 16e39cb578a..50b0dcf88fa 100644 --- a/src/index.json +++ b/src/index.json @@ -8206,6 +8206,266 @@ "version": "0.5.139" }, "sha256Digest": "7a79b661d0aab0a89b4ca8a4c9677f14bb5bf57b89850b6256cc6c120a2775ca" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.140-py2.py3-none-any.whl", + "filename": "aks_preview-0.5.140-py2.py3-none-any.whl", + "metadata": { + "azext.isPreview": true, + "azext.minCliCoreVersion": "2.44.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/main/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.140" + }, + "sha256Digest": "89da9b212c448cf7161dad3abacfcd79c0a93a5e105713655f473f1c99be6184" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.141-py2.py3-none-any.whl", + "filename": "aks_preview-0.5.141-py2.py3-none-any.whl", + "metadata": { + "azext.isPreview": true, + "azext.minCliCoreVersion": "2.44.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/main/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.141" + }, + "sha256Digest": "0b26ee8a6e84d1e546bdab8be66a809febef53c55d61084cb096c1493281fb82" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.142-py2.py3-none-any.whl", + "filename": "aks_preview-0.5.142-py2.py3-none-any.whl", + "metadata": { + "azext.isPreview": true, + "azext.minCliCoreVersion": "2.44.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/main/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.142" + }, + "sha256Digest": "003c5a3fec5d73fa1ae557cce51b16d19950026a4fc7a16365c382ae7e400dbd" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.143-py2.py3-none-any.whl", + "filename": "aks_preview-0.5.143-py2.py3-none-any.whl", + "metadata": { + "azext.isPreview": true, + "azext.minCliCoreVersion": "2.44.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/main/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.143" + }, + "sha256Digest": "0babf8e7e8f77960cf7c7d97204e4ac521ceff58a1e46d15c2f8e9d80d114676" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.144-py2.py3-none-any.whl", + "filename": "aks_preview-0.5.144-py2.py3-none-any.whl", + "metadata": { + "azext.isPreview": true, + "azext.minCliCoreVersion": "2.44.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/main/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.144" + }, + "sha256Digest": "15e12e2e4c345d92a5eecc6da160a1c766674a0ec322b865428fdbeb0483e2db" + } + ], + "alb": [ + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/alb-0.2.0-py3-none-any.whl", + "filename": "alb-0.2.0-py3-none-any.whl", + "metadata": { + "azext.isPreview": true, + "azext.minCliCoreVersion": "2.48.0", + "classifiers": [ + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "Intended Audience :: System Administrators", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "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/main/src/alb" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "alb", + "summary": "Microsoft Azure Command-Line Tools ALB Extension.", + "version": "0.2.0" + }, + "sha256Digest": "d88930eedb6164a3ac71ff42ab5f8e3b21edb5f95d01274f35fc7f91bbf70378" } ], "alertsmanagement": [ @@ -9192,6 +9452,50 @@ "version": "1.2.4" }, "sha256Digest": "bc09a29642566d51b5a479ff3d9a62328ef84ad624c81c6e9eac9970c1fa3f02" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.2.5-py3-none-any.whl", + "filename": "amg-1.2.5-py3-none-any.whl", + "metadata": { + "azext.isPreview": false, + "azext.maxCliCoreVersion": "2.99.0", + "azext.minCliCoreVersion": "2.38.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": "ad4g@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/amg" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "amg", + "summary": "Microsoft Azure Command-Line Tools Azure Managed Grafana Extension", + "version": "1.2.5" + }, + "sha256Digest": "82c34f845b70bfcaa717a0f9c12b08f461a6513bfb6c8d1331353297f769036a" } ], "application-insights": [ @@ -10647,8 +10951,8 @@ ], "arcdata": [ { - "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.5.0-py2.py3-none-any.whl", - "filename": "arcdata-1.5.0-py2.py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.5.2-py2.py3-none-any.whl", + "filename": "arcdata-1.5.2-py2.py3-none-any.whl", "metadata": { "azext.isExperimental": false, "azext.minCliCoreVersion": "2.3.1", @@ -10700,13 +11004,13 @@ } ], "summary": "Tools for managing ArcData.", - "version": "1.5.0" + "version": "1.5.2" }, - "sha256Digest": "9b1fd4f95a69ce545586d4bebdd7a1e561d966f1a2569a99c50f18ce9d91c0e2" + "sha256Digest": "d5b4fabc9f1285c4060c45195de8aae8e7b68f54369f998bc7036cde0fd622a5" }, { - "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.13-py2.py3-none-any.whl", - "filename": "arcdata-1.4.13-py2.py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.5.1-py2.py3-none-any.whl", + "filename": "arcdata-1.5.1-py2.py3-none-any.whl", "metadata": { "azext.isExperimental": false, "azext.minCliCoreVersion": "2.3.1", @@ -10758,13 +11062,13 @@ } ], "summary": "Tools for managing ArcData.", - "version": "1.4.13" + "version": "1.5.1" }, - "sha256Digest": "4241f12e3e45007cc55ded3361527ee8f67c683486039185c8a6075b75a8d35c" + "sha256Digest": "1d5d6d3ff7c18a7ce6ccdc5ac3dd4fc38b7b028fa9cf2e03ab58a05e6b733081" }, { - "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.12-py2.py3-none-any.whl", - "filename": "arcdata-1.4.12-py2.py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.5.0-py2.py3-none-any.whl", + "filename": "arcdata-1.5.0-py2.py3-none-any.whl", "metadata": { "azext.isExperimental": false, "azext.minCliCoreVersion": "2.3.1", @@ -10816,13 +11120,13 @@ } ], "summary": "Tools for managing ArcData.", - "version": "1.4.12" + "version": "1.5.0" }, - "sha256Digest": "f25bba4a4893c86eb1bb97ce7756ccff52414979f06b796ec881017a95811e04" + "sha256Digest": "9b1fd4f95a69ce545586d4bebdd7a1e561d966f1a2569a99c50f18ce9d91c0e2" }, { - "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.11-py2.py3-none-any.whl", - "filename": "arcdata-1.4.11-py2.py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.13-py2.py3-none-any.whl", + "filename": "arcdata-1.4.13-py2.py3-none-any.whl", "metadata": { "azext.isExperimental": false, "azext.minCliCoreVersion": "2.3.1", @@ -10874,13 +11178,13 @@ } ], "summary": "Tools for managing ArcData.", - "version": "1.4.11" + "version": "1.4.13" }, - "sha256Digest": "658b8e1a70644c140d05552f81ba22e04cdf523e48bb0123b83d16ba77369e2f" + "sha256Digest": "4241f12e3e45007cc55ded3361527ee8f67c683486039185c8a6075b75a8d35c" }, { - "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.10-py2.py3-none-any.whl", - "filename": "arcdata-1.4.10-py2.py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.12-py2.py3-none-any.whl", + "filename": "arcdata-1.4.12-py2.py3-none-any.whl", "metadata": { "azext.isExperimental": false, "azext.minCliCoreVersion": "2.3.1", @@ -10932,13 +11236,13 @@ } ], "summary": "Tools for managing ArcData.", - "version": "1.4.10" + "version": "1.4.12" }, - "sha256Digest": "5a66ae32b6fe2bf76ec9174f7c22ac1fac2325dea06f8e8ba46496d4ac24aa09" + "sha256Digest": "f25bba4a4893c86eb1bb97ce7756ccff52414979f06b796ec881017a95811e04" }, { - "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.9-py2.py3-none-any.whl", - "filename": "arcdata-1.4.9-py2.py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.11-py2.py3-none-any.whl", + "filename": "arcdata-1.4.11-py2.py3-none-any.whl", "metadata": { "azext.isExperimental": false, "azext.minCliCoreVersion": "2.3.1", @@ -10990,13 +11294,13 @@ } ], "summary": "Tools for managing ArcData.", - "version": "1.4.9" + "version": "1.4.11" }, - "sha256Digest": "e41a664bc431ced3fa5b4988c0155d124b93bbe74a828f0c26e28a4e5dc64c86" + "sha256Digest": "658b8e1a70644c140d05552f81ba22e04cdf523e48bb0123b83d16ba77369e2f" }, { - "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.8-py2.py3-none-any.whl", - "filename": "arcdata-1.4.8-py2.py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.10-py2.py3-none-any.whl", + "filename": "arcdata-1.4.10-py2.py3-none-any.whl", "metadata": { "azext.isExperimental": false, "azext.minCliCoreVersion": "2.3.1", @@ -11048,13 +11352,13 @@ } ], "summary": "Tools for managing ArcData.", - "version": "1.4.8" + "version": "1.4.10" }, - "sha256Digest": "de3b3b1675508c65cd65adfc3626a732f1c54df4abddb4d37de1df034076c22a" + "sha256Digest": "5a66ae32b6fe2bf76ec9174f7c22ac1fac2325dea06f8e8ba46496d4ac24aa09" }, { - "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.7-py2.py3-none-any.whl", - "filename": "arcdata-1.4.7-py2.py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.9-py2.py3-none-any.whl", + "filename": "arcdata-1.4.9-py2.py3-none-any.whl", "metadata": { "azext.isExperimental": false, "azext.minCliCoreVersion": "2.3.1", @@ -11106,13 +11410,13 @@ } ], "summary": "Tools for managing ArcData.", - "version": "1.4.7" + "version": "1.4.9" }, - "sha256Digest": "cc93f2e345df2612dae91f5794ffbd5308a5c3649a9fb0d5d15dd07577b9ce8a" + "sha256Digest": "e41a664bc431ced3fa5b4988c0155d124b93bbe74a828f0c26e28a4e5dc64c86" }, { - "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.6-py2.py3-none-any.whl", - "filename": "arcdata-1.4.6-py2.py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.8-py2.py3-none-any.whl", + "filename": "arcdata-1.4.8-py2.py3-none-any.whl", "metadata": { "azext.isExperimental": false, "azext.minCliCoreVersion": "2.3.1", @@ -11164,13 +11468,13 @@ } ], "summary": "Tools for managing ArcData.", - "version": "1.4.6" + "version": "1.4.8" }, - "sha256Digest": "d4111d3dc70de9c13e55becb3844f5fe1cf70e496c925a6b6e2d6c7db1666594" + "sha256Digest": "de3b3b1675508c65cd65adfc3626a732f1c54df4abddb4d37de1df034076c22a" }, { - "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.5-py2.py3-none-any.whl", - "filename": "arcdata-1.4.5-py2.py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.7-py2.py3-none-any.whl", + "filename": "arcdata-1.4.7-py2.py3-none-any.whl", "metadata": { "azext.isExperimental": false, "azext.minCliCoreVersion": "2.3.1", @@ -11222,13 +11526,13 @@ } ], "summary": "Tools for managing ArcData.", - "version": "1.4.5" + "version": "1.4.7" }, - "sha256Digest": "707adc5e23d30706b53ae2a660f74fbd58ac087b21530d86d9f32be41f0e5adb" + "sha256Digest": "cc93f2e345df2612dae91f5794ffbd5308a5c3649a9fb0d5d15dd07577b9ce8a" }, { - "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.4-py2.py3-none-any.whl", - "filename": "arcdata-1.4.4-py2.py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.6-py2.py3-none-any.whl", + "filename": "arcdata-1.4.6-py2.py3-none-any.whl", "metadata": { "azext.isExperimental": false, "azext.minCliCoreVersion": "2.3.1", @@ -11280,13 +11584,13 @@ } ], "summary": "Tools for managing ArcData.", - "version": "1.4.4" + "version": "1.4.6" }, - "sha256Digest": "43a1bf1f68b90484f6eae647e25e87ef6b03cb722f43c1917ef6bf8e5d919e8f" + "sha256Digest": "d4111d3dc70de9c13e55becb3844f5fe1cf70e496c925a6b6e2d6c7db1666594" }, { - "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.3-py2.py3-none-any.whl", - "filename": "arcdata-1.4.3-py2.py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.5-py2.py3-none-any.whl", + "filename": "arcdata-1.4.5-py2.py3-none-any.whl", "metadata": { "azext.isExperimental": false, "azext.minCliCoreVersion": "2.3.1", @@ -11338,129 +11642,13 @@ } ], "summary": "Tools for managing ArcData.", - "version": "1.4.3" - }, - "sha256Digest": "2248da81432c9e2be1ce5a70c7288a6feb1f785256c19cb51bec934252401ee6" - }, - { - "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.2-py2.py3-none-any.whl", - "filename": "arcdata-1.4.2-py2.py3-none-any.whl", - "metadata": { - "azext.isExperimental": false, - "azext.minCliCoreVersion": "2.3.1", - "classifiers": [ - "Development Status :: 1 - Beta", - "Intended Audience :: Developers", - "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": "dpgswdist@microsoft.com", - "name": "Microsoft Corporation", - "role": "author" - } - ], - "document_names": { - "description": "DESCRIPTION.rst" - }, - "project_urls": { - "Home": "https://docs.microsoft.com/en-us/azure/azure-arc/data/" - } - } - }, - "extras": [], - "generator": "bdist_wheel (0.30.0)", - "license": "MIT", - "license_file": "LICENSE", - "metadata_version": "2.0", - "name": "arcdata", - "run_requires": [ - { - "requires": [ - "colorama (==0.4.4)", - "jinja2 (==3.0.3)", - "jsonpatch (==1.24)", - "jsonpath-ng (==1.4.3)", - "jsonschema (==3.2.0)", - "kubernetes (==12.0.1)", - "ndjson (==0.3.1)", - "pem (==21.2.0)", - "pydash (==4.8.0)" - ] - } - ], - "summary": "Tools for managing ArcData.", - "version": "1.4.2" - }, - "sha256Digest": "f5c0a29bda9f7e914347dc00481c89d21dea17abf98d1038ec0c7fa337049d97" - }, - { - "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.1-py2.py3-none-any.whl", - "filename": "arcdata-1.4.1-py2.py3-none-any.whl", - "metadata": { - "azext.isExperimental": false, - "azext.minCliCoreVersion": "2.3.1", - "classifiers": [ - "Development Status :: 1 - Beta", - "Intended Audience :: Developers", - "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": "dpgswdist@microsoft.com", - "name": "Microsoft Corporation", - "role": "author" - } - ], - "document_names": { - "description": "DESCRIPTION.rst" - }, - "project_urls": { - "Home": "https://docs.microsoft.com/en-us/azure/azure-arc/data/" - } - } - }, - "extras": [], - "generator": "bdist_wheel (0.30.0)", - "license": "MIT", - "license_file": "LICENSE", - "metadata_version": "2.0", - "name": "arcdata", - "run_requires": [ - { - "requires": [ - "colorama (==0.4.4)", - "jinja2 (==3.0.3)", - "jsonpatch (==1.24)", - "jsonpath-ng (==1.4.3)", - "jsonschema (==3.2.0)", - "kubernetes (==12.0.1)", - "ndjson (==0.3.1)", - "pem (==21.2.0)", - "pydash (==4.8.0)" - ] - } - ], - "summary": "Tools for managing ArcData.", - "version": "1.4.1" + "version": "1.4.5" }, - "sha256Digest": "702c8b02f0a2e2d3ad9110ec464ce04619a972d52875b76f839d1b3e0ce3817e" + "sha256Digest": "707adc5e23d30706b53ae2a660f74fbd58ac087b21530d86d9f32be41f0e5adb" }, { - "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.0-py2.py3-none-any.whl", - "filename": "arcdata-1.4.0-py2.py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.4-py2.py3-none-any.whl", + "filename": "arcdata-1.4.4-py2.py3-none-any.whl", "metadata": { "azext.isExperimental": false, "azext.minCliCoreVersion": "2.3.1", @@ -11504,7 +11692,7 @@ "jsonpatch (==1.24)", "jsonpath-ng (==1.4.3)", "jsonschema (==3.2.0)", - "kubernetes (==12.0.1)", + "kubernetes (==23.3.0)", "ndjson (==0.3.1)", "pem (==21.2.0)", "pydash (==4.8.0)" @@ -11512,13 +11700,13 @@ } ], "summary": "Tools for managing ArcData.", - "version": "1.4.0" + "version": "1.4.4" }, - "sha256Digest": "26e67d2d3920902c12330a53f831d7916a1461926c0efd3b7929416bd04c78b0" + "sha256Digest": "43a1bf1f68b90484f6eae647e25e87ef6b03cb722f43c1917ef6bf8e5d919e8f" }, { - "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.3.1-py2.py3-none-any.whl", - "filename": "arcdata-1.3.1-py2.py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.3-py2.py3-none-any.whl", + "filename": "arcdata-1.4.3-py2.py3-none-any.whl", "metadata": { "azext.isExperimental": false, "azext.minCliCoreVersion": "2.3.1", @@ -11562,7 +11750,7 @@ "jsonpatch (==1.24)", "jsonpath-ng (==1.4.3)", "jsonschema (==3.2.0)", - "kubernetes (==12.0.1)", + "kubernetes (==23.3.0)", "ndjson (==0.3.1)", "pem (==21.2.0)", "pydash (==4.8.0)" @@ -11570,13 +11758,13 @@ } ], "summary": "Tools for managing ArcData.", - "version": "1.3.1" + "version": "1.4.3" }, - "sha256Digest": "c7040d903665c23b592462225ad32bdff90af40a99fa73ba440b87857c3e1e5b" + "sha256Digest": "2248da81432c9e2be1ce5a70c7288a6feb1f785256c19cb51bec934252401ee6" }, { - "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.3.0-py2.py3-none-any.whl", - "filename": "arcdata-1.3.0-py2.py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.2-py2.py3-none-any.whl", + "filename": "arcdata-1.4.2-py2.py3-none-any.whl", "metadata": { "azext.isExperimental": false, "azext.minCliCoreVersion": "2.3.1", @@ -11628,20 +11816,19 @@ } ], "summary": "Tools for managing ArcData.", - "version": "1.3.0" + "version": "1.4.2" }, - "sha256Digest": "abb61b170c3b830212f12bcb199e5d5106e7cb6ff880b7f7793ce1359667d072" + "sha256Digest": "f5c0a29bda9f7e914347dc00481c89d21dea17abf98d1038ec0c7fa337049d97" }, { - "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.2.3-py2.py3-none-any.whl", - "filename": "arcdata-1.2.3-py2.py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.1-py2.py3-none-any.whl", + "filename": "arcdata-1.4.1-py2.py3-none-any.whl", "metadata": { "azext.isExperimental": false, "azext.minCliCoreVersion": "2.3.1", "classifiers": [ "Development Status :: 1 - Beta", "Intended Audience :: Developers", - "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", @@ -11687,20 +11874,19 @@ } ], "summary": "Tools for managing ArcData.", - "version": "1.2.3" + "version": "1.4.1" }, - "sha256Digest": "b4757151ad2796cac8fcc43a363c0fbbf5de270f043d8fd8ccd51b377abfd61c" + "sha256Digest": "702c8b02f0a2e2d3ad9110ec464ce04619a972d52875b76f839d1b3e0ce3817e" }, { - "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.2.2-py2.py3-none-any.whl", - "filename": "arcdata-1.2.2-py2.py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.0-py2.py3-none-any.whl", + "filename": "arcdata-1.4.0-py2.py3-none-any.whl", "metadata": { "azext.isExperimental": false, "azext.minCliCoreVersion": "2.3.1", "classifiers": [ "Development Status :: 1 - Beta", "Intended Audience :: Developers", - "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", @@ -11746,20 +11932,19 @@ } ], "summary": "Tools for managing ArcData.", - "version": "1.2.2" + "version": "1.4.0" }, - "sha256Digest": "2011cf5d186b713df3b14c09cfb63e52e843c015f0cc4a7ff558b161c9e225cf" + "sha256Digest": "26e67d2d3920902c12330a53f831d7916a1461926c0efd3b7929416bd04c78b0" }, { - "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.2.1-py2.py3-none-any.whl", - "filename": "arcdata-1.2.1-py2.py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.3.1-py2.py3-none-any.whl", + "filename": "arcdata-1.3.1-py2.py3-none-any.whl", "metadata": { "azext.isExperimental": false, "azext.minCliCoreVersion": "2.3.1", "classifiers": [ "Development Status :: 1 - Beta", "Intended Audience :: Developers", - "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", @@ -11805,13 +11990,71 @@ } ], "summary": "Tools for managing ArcData.", - "version": "1.2.1" + "version": "1.3.1" }, - "sha256Digest": "0d5bfcbed4e418f5ce79377a2e392f5f61abb0d5e6f8ce164940b83b5cfdbcd5" + "sha256Digest": "c7040d903665c23b592462225ad32bdff90af40a99fa73ba440b87857c3e1e5b" }, { - "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.2.0-py2.py3-none-any.whl", - "filename": "arcdata-1.2.0-py2.py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.3.0-py2.py3-none-any.whl", + "filename": "arcdata-1.3.0-py2.py3-none-any.whl", + "metadata": { + "azext.isExperimental": false, + "azext.minCliCoreVersion": "2.3.1", + "classifiers": [ + "Development Status :: 1 - Beta", + "Intended Audience :: Developers", + "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": "dpgswdist@microsoft.com", + "name": "Microsoft Corporation", + "role": "author" + } + ], + "document_names": { + "description": "DESCRIPTION.rst" + }, + "project_urls": { + "Home": "https://docs.microsoft.com/en-us/azure/azure-arc/data/" + } + } + }, + "extras": [], + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "license_file": "LICENSE", + "metadata_version": "2.0", + "name": "arcdata", + "run_requires": [ + { + "requires": [ + "colorama (==0.4.4)", + "jinja2 (==3.0.3)", + "jsonpatch (==1.24)", + "jsonpath-ng (==1.4.3)", + "jsonschema (==3.2.0)", + "kubernetes (==12.0.1)", + "ndjson (==0.3.1)", + "pem (==21.2.0)", + "pydash (==4.8.0)" + ] + } + ], + "summary": "Tools for managing ArcData.", + "version": "1.3.0" + }, + "sha256Digest": "abb61b170c3b830212f12bcb199e5d5106e7cb6ff880b7f7793ce1359667d072" + }, + { + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.2.3-py2.py3-none-any.whl", + "filename": "arcdata-1.2.3-py2.py3-none-any.whl", "metadata": { "azext.isExperimental": false, "azext.minCliCoreVersion": "2.3.1", @@ -11852,7 +12095,7 @@ { "requires": [ "colorama (==0.4.4)", - "jinja2 (==2.10.3)", + "jinja2 (==3.0.3)", "jsonpatch (==1.24)", "jsonpath-ng (==1.4.3)", "jsonschema (==3.2.0)", @@ -11864,13 +12107,13 @@ } ], "summary": "Tools for managing ArcData.", - "version": "1.2.0" + "version": "1.2.3" }, - "sha256Digest": "308d953ecabc7b59fa6b3e545404279bc18376b8c129580124c443e866e3cb54" + "sha256Digest": "b4757151ad2796cac8fcc43a363c0fbbf5de270f043d8fd8ccd51b377abfd61c" }, { - "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.1.3-py2.py3-none-any.whl", - "filename": "arcdata-1.1.3-py2.py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.2.2-py2.py3-none-any.whl", + "filename": "arcdata-1.2.2-py2.py3-none-any.whl", "metadata": { "azext.isExperimental": false, "azext.minCliCoreVersion": "2.3.1", @@ -11911,7 +12154,7 @@ { "requires": [ "colorama (==0.4.4)", - "jinja2 (==2.10.3)", + "jinja2 (==3.0.3)", "jsonpatch (==1.24)", "jsonpath-ng (==1.4.3)", "jsonschema (==3.2.0)", @@ -11923,13 +12166,13 @@ } ], "summary": "Tools for managing ArcData.", - "version": "1.1.3" + "version": "1.2.2" }, - "sha256Digest": "63573d92742ab3ff2cdb73de39ea17821d3044503382c528e39a28f6224b8acb" + "sha256Digest": "2011cf5d186b713df3b14c09cfb63e52e843c015f0cc4a7ff558b161c9e225cf" }, { - "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.1.2-py2.py3-none-any.whl", - "filename": "arcdata-1.1.2-py2.py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.2.1-py2.py3-none-any.whl", + "filename": "arcdata-1.2.1-py2.py3-none-any.whl", "metadata": { "azext.isExperimental": false, "azext.minCliCoreVersion": "2.3.1", @@ -11970,7 +12213,7 @@ { "requires": [ "colorama (==0.4.4)", - "jinja2 (==2.10.3)", + "jinja2 (==3.0.3)", "jsonpatch (==1.24)", "jsonpath-ng (==1.4.3)", "jsonschema (==3.2.0)", @@ -11982,13 +12225,13 @@ } ], "summary": "Tools for managing ArcData.", - "version": "1.1.2" + "version": "1.2.1" }, - "sha256Digest": "ffcb38d3653195dc30ce93066b5aff3ff7037be81232db4afcb11ef99f3de844" + "sha256Digest": "0d5bfcbed4e418f5ce79377a2e392f5f61abb0d5e6f8ce164940b83b5cfdbcd5" }, { - "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.1.1-py2.py3-none-any.whl", - "filename": "arcdata-1.1.1-py2.py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.2.0-py2.py3-none-any.whl", + "filename": "arcdata-1.2.0-py2.py3-none-any.whl", "metadata": { "azext.isExperimental": false, "azext.minCliCoreVersion": "2.3.1", @@ -12028,7 +12271,6 @@ "run_requires": [ { "requires": [ - "azure-mgmt-azurearcdata", "colorama (==0.4.4)", "jinja2 (==2.10.3)", "jsonpatch (==1.24)", @@ -12042,13 +12284,13 @@ } ], "summary": "Tools for managing ArcData.", - "version": "1.1.1" + "version": "1.2.0" }, - "sha256Digest": "1cb2dcfadd539cdc7f6acbfcd44db5f7d380ec9a896f5eaa47ebabbe89786d07" + "sha256Digest": "308d953ecabc7b59fa6b3e545404279bc18376b8c129580124c443e866e3cb54" }, { - "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.1.0-py2.py3-none-any.whl", - "filename": "arcdata-1.1.0-py2.py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.1.3-py2.py3-none-any.whl", + "filename": "arcdata-1.1.3-py2.py3-none-any.whl", "metadata": { "azext.isExperimental": false, "azext.minCliCoreVersion": "2.3.1", @@ -12088,7 +12330,7 @@ "run_requires": [ { "requires": [ - "azure-mgmt-azurearcdata", + "colorama (==0.4.4)", "jinja2 (==2.10.3)", "jsonpatch (==1.24)", "jsonpath-ng (==1.4.3)", @@ -12101,13 +12343,13 @@ } ], "summary": "Tools for managing ArcData.", - "version": "1.1.0" + "version": "1.1.3" }, - "sha256Digest": "dedb4ac6de099d8fd565d427ac339cc23a10be76ca0147f6babec6096fc377e7" + "sha256Digest": "63573d92742ab3ff2cdb73de39ea17821d3044503382c528e39a28f6224b8acb" }, { - "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.0.0-py2.py3-none-any.whl", - "filename": "arcdata-1.0.0-py2.py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.1.2-py2.py3-none-any.whl", + "filename": "arcdata-1.1.2-py2.py3-none-any.whl", "metadata": { "azext.isExperimental": false, "azext.minCliCoreVersion": "2.3.1", @@ -12147,6 +12389,7 @@ "run_requires": [ { "requires": [ + "colorama (==0.4.4)", "jinja2 (==2.10.3)", "jsonpatch (==1.24)", "jsonpath-ng (==1.4.3)", @@ -12159,16 +12402,15 @@ } ], "summary": "Tools for managing ArcData.", - "version": "1.0.0" + "version": "1.1.2" }, - "sha256Digest": "4045fabe61c0287003a4626d0f8d27c2839b3575a63ce2bdfe57ed214171acf8" + "sha256Digest": "ffcb38d3653195dc30ce93066b5aff3ff7037be81232db4afcb11ef99f3de844" }, { - "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-0.0.2-py2.py3-none-any.whl", - "filename": "arcdata-0.0.2-py2.py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.1.1-py2.py3-none-any.whl", + "filename": "arcdata-1.1.1-py2.py3-none-any.whl", "metadata": { "azext.isExperimental": false, - "azext.isPreview": true, "azext.minCliCoreVersion": "2.3.1", "classifiers": [ "Development Status :: 1 - Beta", @@ -12193,7 +12435,7 @@ "description": "DESCRIPTION.rst" }, "project_urls": { - "Home": "https://docs.microsoft.com/en-us/sql/sql-server/azure-arc/overview?view=sql-server-ver15" + "Home": "https://docs.microsoft.com/en-us/azure/azure-arc/data/" } } }, @@ -12206,24 +12448,27 @@ "run_requires": [ { "requires": [ + "azure-mgmt-azurearcdata", + "colorama (==0.4.4)", "jinja2 (==2.10.3)", "jsonpatch (==1.24)", "jsonpath-ng (==1.4.3)", "jsonschema (==3.2.0)", "kubernetes (==12.0.1)", "ndjson (==0.3.1)", + "pem (==21.2.0)", "pydash (==4.8.0)" ] } ], "summary": "Tools for managing ArcData.", - "version": "0.0.2" + "version": "1.1.1" }, - "sha256Digest": "d14aa3046b7a9c3bca67c735eeb35fb24ff5ed240212724d3f229eb23280abae" + "sha256Digest": "1cb2dcfadd539cdc7f6acbfcd44db5f7d380ec9a896f5eaa47ebabbe89786d07" }, { - "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-0.0.1-py2.py3-none-any.whl", - "filename": "arcdata-0.0.1-py2.py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.1.0-py2.py3-none-any.whl", + "filename": "arcdata-1.1.0-py2.py3-none-any.whl", "metadata": { "azext.isExperimental": false, "azext.minCliCoreVersion": "2.3.1", @@ -12250,7 +12495,7 @@ "description": "DESCRIPTION.rst" }, "project_urls": { - "Home": "https://docs.microsoft.com/en-us/sql/sql-server/azure-arc/overview?view=sql-server-ver15" + "Home": "https://docs.microsoft.com/en-us/azure/azure-arc/data/" } } }, @@ -12263,31 +12508,32 @@ "run_requires": [ { "requires": [ + "azure-mgmt-azurearcdata", "jinja2 (==2.10.3)", "jsonpatch (==1.24)", "jsonpath-ng (==1.4.3)", - "kubernetes (==11.0.0)", + "jsonschema (==3.2.0)", + "kubernetes (==12.0.1)", + "ndjson (==0.3.1)", + "pem (==21.2.0)", "pydash (==4.8.0)" ] } ], "summary": "Tools for managing ArcData.", - "version": "0.0.1" + "version": "1.1.0" }, - "sha256Digest": "e727a7bf123aa15b406455f268be8a906907d6d32bd314d122b83d006767adc8" - } - ], - "attestation": [ + "sha256Digest": "dedb4ac6de099d8fd565d427ac339cc23a10be76ca0147f6babec6096fc377e7" + }, { - "downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/attestation-0.1.0-py3-none-any.whl", - "filename": "attestation-0.1.0-py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.0.0-py2.py3-none-any.whl", + "filename": "arcdata-1.0.0-py2.py3-none-any.whl", "metadata": { - "azext.isExperimental": true, + "azext.isExperimental": false, "azext.minCliCoreVersion": "2.3.1", "classifiers": [ - "Development Status :: 4 - Beta", + "Development Status :: 1 - Beta", "Intended Audience :: Developers", - "Intended Audience :: System Administrators", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", @@ -12299,7 +12545,7 @@ "python.details": { "contacts": [ { - "email": "azpycli@microsoft.com", + "email": "dpgswdist@microsoft.com", "name": "Microsoft Corporation", "role": "author" } @@ -12308,29 +12554,45 @@ "description": "DESCRIPTION.rst" }, "project_urls": { - "Home": "https://github.com/Azure/azure-cli-extensions/tree/master/src/attestation" + "Home": "https://docs.microsoft.com/en-us/azure/azure-arc/data/" } } }, + "extras": [], "generator": "bdist_wheel (0.30.0)", "license": "MIT", + "license_file": "LICENSE", "metadata_version": "2.0", - "name": "attestation", - "summary": "Microsoft Azure Command-Line Tools AttestationManagementClient Extension", - "version": "0.1.0" + "name": "arcdata", + "run_requires": [ + { + "requires": [ + "jinja2 (==2.10.3)", + "jsonpatch (==1.24)", + "jsonpath-ng (==1.4.3)", + "jsonschema (==3.2.0)", + "kubernetes (==12.0.1)", + "ndjson (==0.3.1)", + "pem (==21.2.0)", + "pydash (==4.8.0)" + ] + } + ], + "summary": "Tools for managing ArcData.", + "version": "1.0.0" }, - "sha256Digest": "1d4e9b832a3f50b33428d565478a2e655c81d49277c07dc909f1485b62ba5372" + "sha256Digest": "4045fabe61c0287003a4626d0f8d27c2839b3575a63ce2bdfe57ed214171acf8" }, { - "downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/attestation-0.2.0-py3-none-any.whl", - "filename": "attestation-0.2.0-py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-0.0.2-py2.py3-none-any.whl", + "filename": "arcdata-0.0.2-py2.py3-none-any.whl", "metadata": { - "azext.isExperimental": true, - "azext.minCliCoreVersion": "2.11.0", + "azext.isExperimental": false, + "azext.isPreview": true, + "azext.minCliCoreVersion": "2.3.1", "classifiers": [ - "Development Status :: 4 - Beta", + "Development Status :: 1 - Beta", "Intended Audience :: Developers", - "Intended Audience :: System Administrators", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", @@ -12342,7 +12604,7 @@ "python.details": { "contacts": [ { - "email": "azpycli@microsoft.com", + "email": "dpgswdist@microsoft.com", "name": "Microsoft Corporation", "role": "author" } @@ -12351,37 +12613,43 @@ "description": "DESCRIPTION.rst" }, "project_urls": { - "Home": "https://github.com/Azure/azure-cli-extensions/tree/master/src/attestation" + "Home": "https://docs.microsoft.com/en-us/sql/sql-server/azure-arc/overview?view=sql-server-ver15" } } }, "extras": [], "generator": "bdist_wheel (0.30.0)", "license": "MIT", + "license_file": "LICENSE", "metadata_version": "2.0", - "name": "attestation", + "name": "arcdata", "run_requires": [ { "requires": [ - "pyjwt (==1.7.1)" + "jinja2 (==2.10.3)", + "jsonpatch (==1.24)", + "jsonpath-ng (==1.4.3)", + "jsonschema (==3.2.0)", + "kubernetes (==12.0.1)", + "ndjson (==0.3.1)", + "pydash (==4.8.0)" ] } ], - "summary": "Microsoft Azure Command-Line Tools AttestationManagementClient Extension", - "version": "0.2.0" + "summary": "Tools for managing ArcData.", + "version": "0.0.2" }, - "sha256Digest": "895328b45d8bcfe45e4937885572cd1f39d23bc49f88314713a462bf1a367cc9" + "sha256Digest": "d14aa3046b7a9c3bca67c735eeb35fb24ff5ed240212724d3f229eb23280abae" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/attestation-0.2.1-py3-none-any.whl", - "filename": "attestation-0.2.1-py3-none-any.whl", + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-0.0.1-py2.py3-none-any.whl", + "filename": "arcdata-0.0.1-py2.py3-none-any.whl", "metadata": { - "azext.isPreview": true, - "azext.minCliCoreVersion": "2.11.0", + "azext.isExperimental": false, + "azext.minCliCoreVersion": "2.3.1", "classifiers": [ - "Development Status :: 4 - Beta", + "Development Status :: 1 - Beta", "Intended Audience :: Developers", - "Intended Audience :: System Administrators", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", @@ -12393,7 +12661,7 @@ "python.details": { "contacts": [ { - "email": "azpycli@microsoft.com", + "email": "dpgswdist@microsoft.com", "name": "Microsoft Corporation", "role": "author" } @@ -12402,35 +12670,187 @@ "description": "DESCRIPTION.rst" }, "project_urls": { - "Home": "https://github.com/Azure/azure-cli-extensions/tree/main/src/attestation" + "Home": "https://docs.microsoft.com/en-us/sql/sql-server/azure-arc/overview?view=sql-server-ver15" } } }, "extras": [], "generator": "bdist_wheel (0.30.0)", "license": "MIT", + "license_file": "LICENSE", "metadata_version": "2.0", - "name": "attestation", + "name": "arcdata", "run_requires": [ { "requires": [ - "pyjwt (==1.7.1)" + "jinja2 (==2.10.3)", + "jsonpatch (==1.24)", + "jsonpath-ng (==1.4.3)", + "kubernetes (==11.0.0)", + "pydash (==4.8.0)" ] } ], - "summary": "Microsoft Azure Command-Line Tools AttestationManagementClient Extension", - "version": "0.2.1" + "summary": "Tools for managing ArcData.", + "version": "0.0.1" }, - "sha256Digest": "1176c4e5d1d34a791f301ee6416e695e781eee3f41d0f372463405c68478727c" + "sha256Digest": "e727a7bf123aa15b406455f268be8a906907d6d32bd314d122b83d006767adc8" } ], - "authV2": [ + "attestation": [ { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/authV2-0.1.0-py3-none-any.whl", - "filename": "authV2-0.1.0-py3-none-any.whl", + "downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/attestation-0.1.0-py3-none-any.whl", + "filename": "attestation-0.1.0-py3-none-any.whl", "metadata": { - "azext.isPreview": false, - "azext.minCliCoreVersion": "2.23.0", + "azext.isExperimental": true, + "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/attestation" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "attestation", + "summary": "Microsoft Azure Command-Line Tools AttestationManagementClient Extension", + "version": "0.1.0" + }, + "sha256Digest": "1d4e9b832a3f50b33428d565478a2e655c81d49277c07dc909f1485b62ba5372" + }, + { + "downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/attestation-0.2.0-py3-none-any.whl", + "filename": "attestation-0.2.0-py3-none-any.whl", + "metadata": { + "azext.isExperimental": true, + "azext.minCliCoreVersion": "2.11.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/attestation" + } + } + }, + "extras": [], + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "attestation", + "run_requires": [ + { + "requires": [ + "pyjwt (==1.7.1)" + ] + } + ], + "summary": "Microsoft Azure Command-Line Tools AttestationManagementClient Extension", + "version": "0.2.0" + }, + "sha256Digest": "895328b45d8bcfe45e4937885572cd1f39d23bc49f88314713a462bf1a367cc9" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/attestation-0.2.1-py3-none-any.whl", + "filename": "attestation-0.2.1-py3-none-any.whl", + "metadata": { + "azext.isPreview": true, + "azext.minCliCoreVersion": "2.11.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/main/src/attestation" + } + } + }, + "extras": [], + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "attestation", + "run_requires": [ + { + "requires": [ + "pyjwt (==1.7.1)" + ] + } + ], + "summary": "Microsoft Azure Command-Line Tools AttestationManagementClient Extension", + "version": "0.2.1" + }, + "sha256Digest": "1176c4e5d1d34a791f301ee6416e695e781eee3f41d0f372463405c68478727c" + } + ], + "authV2": [ + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/authV2-0.1.0-py3-none-any.whl", + "filename": "authV2-0.1.0-py3-none-any.whl", + "metadata": { + "azext.isPreview": false, + "azext.minCliCoreVersion": "2.23.0", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -14795,6 +15215,48 @@ "version": "0.14.7" }, "sha256Digest": "a248d1a3fa776015726cc3c9a073c816afef9f174309f6c0f65787d624e2337b" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.14.8-py2.py3-none-any.whl", + "filename": "azure_firewall-0.14.8-py2.py3-none-any.whl", + "metadata": { + "azext.isPreview": true, + "azext.minCliCoreVersion": "2.45.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" + } + ], + "project_urls": { + "Home": "https://github.com/Azure/azure-cli-extensions/tree/main/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.14.8" + }, + "sha256Digest": "d664c8228e829d1a70a85146a8b46d0e26abae22e0765a0277e18c4e664d8200" } ], "azure-iot": [ @@ -16467,6 +16929,85 @@ "version": "0.21.2" }, "sha256Digest": "1f3241199456d299b17e2875ef9888de4c2977ddcfd0a3ae72087c9ff389b730" + }, + { + "downloadUrl": "https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.21.3/azure_iot-0.21.3-py3-none-any.whl", + "filename": "azure_iot-0.21.3-py3-none-any.whl", + "metadata": { + "azext.minCliCoreVersion": "2.37.0", + "classifiers": [ + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "Intended Audience :: System Administrators", + "Programming Language :: Python", + "Programming Language :: Python :: 3 :: Only", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "License :: OSI Approved :: MIT License" + ], + "extensions": { + "python.details": { + "contacts": [ + { + "email": "iotupx@microsoft.com", + "name": "Microsoft", + "role": "author" + } + ], + "document_names": { + "description": "DESCRIPTION.rst" + }, + "project_urls": { + "Home": "https://github.com/azure/azure-iot-cli-extension" + } + } + }, + "extras": [ + "uamqp" + ], + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "azure-iot", + "requires_python": ">=3.7", + "run_requires": [ + { + "requires": [ + "azure-core (<2.0.0,>=1.24.0)", + "azure-identity (<2.0.0,>=1.6.1)", + "azure-iot-device (~=2.11)", + "azure-mgmt-core (<2.0.0,>=1.3.0)", + "azure-storage-blob (<13.0.0,>=12.14.0)", + "jsonschema (~=3.2.0)", + "msrest (>=0.6.21)", + "msrestazure (<2.0.0,>=0.6.3)", + "packaging", + "tomli (~=2.0)", + "tomli-w (~=1.0)", + "tqdm (~=4.62)", + "treelib (~=1.6)" + ] + }, + { + "extra": "uamqp", + "requires": [ + "uamqp (~=1.2)" + ] + }, + { + "environment": "python_version < \"3.8\"", + "requires": [ + "importlib-metadata" + ] + } + ], + "summary": "The Azure IoT extension for Azure CLI.", + "version": "0.21.3" + }, + "sha256Digest": "17ed8c55d8cfdf0a874d8e37dd6a6a554f6f077722c7f06dc76cf3c31ef9c46c" } ], "azurestackhci": [ @@ -18431,6 +18972,62 @@ "version": "1.5.2" }, "sha256Digest": "aaff9348766224c8be86e46cf848ba34ef4691cd7f3ca27ba3052132efdaa16c" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.6.0-py3-none-any.whl", + "filename": "communication-1.6.0-py3-none-any.whl", + "metadata": { + "azext.minCliCoreVersion": "2.40.0", + "classifiers": [ + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "Intended Audience :: System Administrators", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "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/main/src/communication" + } + } + }, + "extras": [], + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "communication", + "requires_python": ">=3.7", + "run_requires": [ + { + "requires": [ + "azure-communication-chat", + "azure-communication-email (==1.0.0b1)", + "azure-communication-identity (>=1.2.0)", + "azure-communication-phonenumbers", + "azure-communication-rooms (>=1.0.0b3)", + "azure-communication-sms", + "azure-core" + ] + } + ], + "summary": "Microsoft Azure Command-Line Tools CommunicationServiceManagementClient Extension", + "version": "1.6.0" + }, + "sha256Digest": "45bbb303f0b1f845d9c13fff4f4ae6240f020b9bc32da73cd37fc896cd4aa9f0" } ], "confcom": [ @@ -18655,8 +19252,8 @@ "sha256Digest": "4c2738eb4082df58d9fe0b8763943be398975478806c12d42e58624806358f28" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.2.14-py3-none-any.whl", - "filename": "confcom-0.2.14-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.2.15-py3-none-any.whl", + "filename": "confcom-0.2.15-py3-none-any.whl", "metadata": { "azext.minCliCoreVersion": "2.26.2", "classifiers": [ @@ -18699,15 +19296,14 @@ "requires": [ "deepdiff", "docker", - "pydash", "tqdm" ] } ], "summary": "Microsoft Azure Command-Line Tools Confidential Container Security Policy Generator Extension", - "version": "0.2.14" + "version": "0.2.15" }, - "sha256Digest": "5bac7239cf6320675a1a739938b48812ec70d024a8b33b7337c5fa35c109317d" + "sha256Digest": "f84e1caa67294ca62969b95655164db492a57d89b19cc2f896d9239124679a89" } ], "confidentialledger": [ @@ -21643,20 +22239,29 @@ "version": "1.3.17" }, "sha256Digest": "3be716e8862c6c67da236e17f0a88e369da5ac41e6d5cb350e40166eed7953e2" - } - ], - "connectedmachine": [ + }, { - "downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.1.1-py2.py3-none-any.whl", - "filename": "connectedmachine-0.1.1-py2.py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.18-py2.py3-none-any.whl", + "filename": "connectedk8s-1.3.18-py2.py3-none-any.whl", "metadata": { - "azext.isPreview": true, - "azext.minCliCoreVersion": "2.0.67", + "azext.minCliCoreVersion": "2.38.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" + ], + "description_content_type": "text/markdown", "extensions": { "python.details": { "contacts": [ { - "email": "azpycli@microsoft.com", + "email": "k8connect@microsoft.com", "name": "Microsoft Corporation", "role": "author" } @@ -21665,25 +22270,34 @@ "description": "DESCRIPTION.rst" }, "project_urls": { - "Home": "https://github.com/Azure/azure-cli-extensions" + "Home": "https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s" } } }, + "extras": [], "generator": "bdist_wheel (0.30.0)", "license": "MIT", "metadata_version": "2.0", - "name": "connectedmachine", - "summary": "Microsoft Azure Command-Line Tools Connectedmachine Extension", - "version": "0.1.1" + "name": "connectedk8s", + "run_requires": [ + { + "requires": [ + "azure-mgmt-hybridcompute (==7.0.0)", + "kubernetes (==24.2.0)", + "pycryptodome (==3.14.1)" + ] + } + ], + "summary": "Microsoft Azure Command-Line Tools Connectedk8s Extension", + "version": "1.3.18" }, - "sha256Digest": "0f4d009da4e091aece74cd53833fe63e5af18d68fcf6308a08155ee5284f12fb" + "sha256Digest": "69b91412f1df60a38bac3b5965dc438537f6dd66176e561cc0f145be4f1c6ef3" }, { - "downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.2.0-py3-none-any.whl", - "filename": "connectedmachine-0.2.0-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.19-py2.py3-none-any.whl", + "filename": "connectedk8s-1.3.19-py2.py3-none-any.whl", "metadata": { - "azext.isExperimental": true, - "azext.minCliCoreVersion": "2.11.0", + "azext.minCliCoreVersion": "2.38.0", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -21695,11 +22309,12 @@ "Programming Language :: Python :: 3.8", "License :: OSI Approved :: MIT License" ], + "description_content_type": "text/markdown", "extensions": { "python.details": { "contacts": [ { - "email": "azpycli@microsoft.com", + "email": "k8connect@microsoft.com", "name": "Microsoft Corporation", "role": "author" } @@ -21708,25 +22323,34 @@ "description": "DESCRIPTION.rst" }, "project_urls": { - "Home": "https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedmachine" + "Home": "https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s" } } }, + "extras": [], "generator": "bdist_wheel (0.30.0)", "license": "MIT", "metadata_version": "2.0", - "name": "connectedmachine", - "summary": "Microsoft Azure Command-Line Tools ConnectedMachine Extension", - "version": "0.2.0" + "name": "connectedk8s", + "run_requires": [ + { + "requires": [ + "azure-mgmt-hybridcompute (==7.0.0)", + "kubernetes (==24.2.0)", + "pycryptodome (==3.14.1)" + ] + } + ], + "summary": "Microsoft Azure Command-Line Tools Connectedk8s Extension", + "version": "1.3.19" }, - "sha256Digest": "b9a2f3ea3fb7a4c981fad30ff670ff3ca1f8fbef0aede36a8e8a20050b1a245d" + "sha256Digest": "c7a8bde1873739b3a97ccf6d343d483fe18e475f19e601e29a607b299503c3bd" }, { - "downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.3.0-py3-none-any.whl", - "filename": "connectedmachine-0.3.0-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.20-py2.py3-none-any.whl", + "filename": "connectedk8s-1.3.20-py2.py3-none-any.whl", "metadata": { - "azext.isExperimental": true, - "azext.minCliCoreVersion": "2.11.0", + "azext.minCliCoreVersion": "2.38.0", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -21738,11 +22362,12 @@ "Programming Language :: Python :: 3.8", "License :: OSI Approved :: MIT License" ], + "description_content_type": "text/markdown", "extensions": { "python.details": { "contacts": [ { - "email": "azpycli@microsoft.com", + "email": "k8connect@microsoft.com", "name": "Microsoft Corporation", "role": "author" } @@ -21751,35 +22376,37 @@ "description": "DESCRIPTION.rst" }, "project_urls": { - "Home": "https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedmachine" + "Home": "https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s" } } }, + "extras": [], "generator": "bdist_wheel (0.30.0)", "license": "MIT", "metadata_version": "2.0", - "name": "connectedmachine", - "summary": "Microsoft Azure Command-Line Tools ConnectedMachine Extension", - "version": "0.3.0" + "name": "connectedk8s", + "run_requires": [ + { + "requires": [ + "azure-mgmt-hybridcompute (==7.0.0)", + "kubernetes (==24.2.0)", + "pycryptodome (==3.14.1)" + ] + } + ], + "summary": "Microsoft Azure Command-Line Tools Connectedk8s Extension", + "version": "1.3.20" }, - "sha256Digest": "591bed0d6a6251028471bac6a9ebf0f641d7765bf04b13271aae29c37491ba55" - }, + "sha256Digest": "3d09e173ad23cbaaa45736b699dc48f7704ac31eadb14eec72b89ec101d674f1" + } + ], + "connectedmachine": [ { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.4.0-py3-none-any.whl", - "filename": "connectedmachine-0.4.0-py3-none-any.whl", + "downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.1.1-py2.py3-none-any.whl", + "filename": "connectedmachine-0.1.1-py2.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" - ], + "azext.isPreview": true, + "azext.minCliCoreVersion": "2.0.67", "extensions": { "python.details": { "contacts": [ @@ -21793,7 +22420,7 @@ "description": "DESCRIPTION.rst" }, "project_urls": { - "Home": "https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedmachine" + "Home": "https://github.com/Azure/azure-cli-extensions" } } }, @@ -21801,16 +22428,17 @@ "license": "MIT", "metadata_version": "2.0", "name": "connectedmachine", - "summary": "Microsoft Azure Command-Line Tools ConnectedMachine Extension", - "version": "0.4.0" + "summary": "Microsoft Azure Command-Line Tools Connectedmachine Extension", + "version": "0.1.1" }, - "sha256Digest": "2183f183dac5e88820b8f69d8e56936a94b6b2bd16c7619c41f7ceac52951abf" + "sha256Digest": "0f4d009da4e091aece74cd53833fe63e5af18d68fcf6308a08155ee5284f12fb" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.4.1-py3-none-any.whl", - "filename": "connectedmachine-0.4.1-py3-none-any.whl", + "downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.2.0-py3-none-any.whl", + "filename": "connectedmachine-0.2.0-py3-none-any.whl", "metadata": { - "azext.minCliCoreVersion": "2.15.0", + "azext.isExperimental": true, + "azext.minCliCoreVersion": "2.11.0", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -21844,15 +22472,16 @@ "metadata_version": "2.0", "name": "connectedmachine", "summary": "Microsoft Azure Command-Line Tools ConnectedMachine Extension", - "version": "0.4.1" + "version": "0.2.0" }, - "sha256Digest": "44d84d979b15f9bdc0b5e873e308a03ad66edecf9bcf8dc1bbd31d81734cee0d" + "sha256Digest": "b9a2f3ea3fb7a4c981fad30ff670ff3ca1f8fbef0aede36a8e8a20050b1a245d" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.5.0-py3-none-any.whl", - "filename": "connectedmachine-0.5.0-py3-none-any.whl", + "downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.3.0-py3-none-any.whl", + "filename": "connectedmachine-0.3.0-py3-none-any.whl", "metadata": { - "azext.minCliCoreVersion": "2.15.0", + "azext.isExperimental": true, + "azext.minCliCoreVersion": "2.11.0", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -21877,7 +22506,7 @@ "description": "DESCRIPTION.rst" }, "project_urls": { - "Home": "https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedmachine" + "Home": "https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedmachine" } } }, @@ -21886,13 +22515,13 @@ "metadata_version": "2.0", "name": "connectedmachine", "summary": "Microsoft Azure Command-Line Tools ConnectedMachine Extension", - "version": "0.5.0" + "version": "0.3.0" }, - "sha256Digest": "c83822da39abbd0d12672816ab36eb1f1f2def74008464a1d5cea859c54d615f" + "sha256Digest": "591bed0d6a6251028471bac6a9ebf0f641d7765bf04b13271aae29c37491ba55" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.5.1-py3-none-any.whl", - "filename": "connectedmachine-0.5.1-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.4.0-py3-none-any.whl", + "filename": "connectedmachine-0.4.0-py3-none-any.whl", "metadata": { "azext.minCliCoreVersion": "2.15.0", "classifiers": [ @@ -21919,7 +22548,7 @@ "description": "DESCRIPTION.rst" }, "project_urls": { - "Home": "https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedmachine" + "Home": "https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedmachine" } } }, @@ -21928,19 +22557,15 @@ "metadata_version": "2.0", "name": "connectedmachine", "summary": "Microsoft Azure Command-Line Tools ConnectedMachine Extension", - "version": "0.5.1" + "version": "0.4.0" }, - "sha256Digest": "cbba314a6f37d094709850951c984093c25e1eed25c3e9aae81f584e2bc20655" - } - ], - "connectedvmware": [ + "sha256Digest": "2183f183dac5e88820b8f69d8e56936a94b6b2bd16c7619c41f7ceac52951abf" + }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.1.2-py2.py3-none-any.whl", - "filename": "connectedvmware-0.1.2-py2.py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.4.1-py3-none-any.whl", + "filename": "connectedmachine-0.4.1-py3-none-any.whl", "metadata": { - "azext.isPreview": true, - "azext.maxCliCoreVersion": "4.0.0", - "azext.minCliCoreVersion": "2.0.67", + "azext.minCliCoreVersion": "2.15.0", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -21965,26 +22590,24 @@ "description": "DESCRIPTION.rst" }, "project_urls": { - "Home": "https://github.com/Azure/azure-cli-extensions" + "Home": "https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedmachine" } } }, "generator": "bdist_wheel (0.30.0)", "license": "MIT", "metadata_version": "2.0", - "name": "connectedvmware", - "summary": "Microsoft Azure Command-Line Tools Connectedvmware Extension", - "version": "0.1.2" + "name": "connectedmachine", + "summary": "Microsoft Azure Command-Line Tools ConnectedMachine Extension", + "version": "0.4.1" }, - "sha256Digest": "5bbabea61360ad74e987a33b155e267c2f940678d9220210999e9e723541d123" + "sha256Digest": "44d84d979b15f9bdc0b5e873e308a03ad66edecf9bcf8dc1bbd31d81734cee0d" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.1.3-py2.py3-none-any.whl", - "filename": "connectedvmware-0.1.3-py2.py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.5.0-py3-none-any.whl", + "filename": "connectedmachine-0.5.0-py3-none-any.whl", "metadata": { - "azext.isPreview": true, - "azext.maxCliCoreVersion": "4.0.0", - "azext.minCliCoreVersion": "2.0.67", + "azext.minCliCoreVersion": "2.15.0", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -22009,26 +22632,158 @@ "description": "DESCRIPTION.rst" }, "project_urls": { - "Home": "https://github.com/Azure/azure-cli-extensions" + "Home": "https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedmachine" } } }, "generator": "bdist_wheel (0.30.0)", "license": "MIT", "metadata_version": "2.0", - "name": "connectedvmware", - "summary": "Microsoft Azure Command-Line Tools Connectedvmware Extension", - "version": "0.1.3" + "name": "connectedmachine", + "summary": "Microsoft Azure Command-Line Tools ConnectedMachine Extension", + "version": "0.5.0" }, - "sha256Digest": "481fd314b1681185d2d64d1ea21d5591d0bf8411786e521e5bc9dae8eb862415" + "sha256Digest": "c83822da39abbd0d12672816ab36eb1f1f2def74008464a1d5cea859c54d615f" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.1.4-py2.py3-none-any.whl", - "filename": "connectedvmware-0.1.4-py2.py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.5.1-py3-none-any.whl", + "filename": "connectedmachine-0.5.1-py3-none-any.whl", "metadata": { - "azext.isPreview": true, - "azext.maxCliCoreVersion": "4.0.0", - "azext.minCliCoreVersion": "2.0.67", + "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/main/src/connectedmachine" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "connectedmachine", + "summary": "Microsoft Azure Command-Line Tools ConnectedMachine Extension", + "version": "0.5.1" + }, + "sha256Digest": "cbba314a6f37d094709850951c984093c25e1eed25c3e9aae81f584e2bc20655" + } + ], + "connectedvmware": [ + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.1.2-py2.py3-none-any.whl", + "filename": "connectedvmware-0.1.2-py2.py3-none-any.whl", + "metadata": { + "azext.isPreview": true, + "azext.maxCliCoreVersion": "4.0.0", + "azext.minCliCoreVersion": "2.0.67", + "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": "connectedvmware", + "summary": "Microsoft Azure Command-Line Tools Connectedvmware Extension", + "version": "0.1.2" + }, + "sha256Digest": "5bbabea61360ad74e987a33b155e267c2f940678d9220210999e9e723541d123" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.1.3-py2.py3-none-any.whl", + "filename": "connectedvmware-0.1.3-py2.py3-none-any.whl", + "metadata": { + "azext.isPreview": true, + "azext.maxCliCoreVersion": "4.0.0", + "azext.minCliCoreVersion": "2.0.67", + "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": "connectedvmware", + "summary": "Microsoft Azure Command-Line Tools Connectedvmware Extension", + "version": "0.1.3" + }, + "sha256Digest": "481fd314b1681185d2d64d1ea21d5591d0bf8411786e521e5bc9dae8eb862415" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.1.4-py2.py3-none-any.whl", + "filename": "connectedvmware-0.1.4-py2.py3-none-any.whl", + "metadata": { + "azext.isPreview": true, + "azext.maxCliCoreVersion": "4.0.0", + "azext.minCliCoreVersion": "2.0.67", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -24186,15 +24941,13 @@ "version": "0.3.31" }, "sha256Digest": "c32a6bcf2318889ca0096e428f5d612ec32a00871219c03e200bcbe109238e19" - } - ], - "cosmosdb-preview": [ + }, { - "downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.1.0-py2.py3-none-any.whl", - "filename": "cosmosdb_preview-0.1.0-py2.py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.32-py2.py3-none-any.whl", + "filename": "containerapp-0.3.32-py2.py3-none-any.whl", "metadata": { "azext.isPreview": true, - "azext.minCliCoreVersion": "2.17.1", + "azext.minCliCoreVersion": "2.45.0", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -24204,14 +24957,16 @@ "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "License :: OSI Approved :: MIT License" ], "extensions": { "python.details": { "contacts": [ { - "email": "kakhandr@microsoft.com", - "name": "Kalyan khandrika", + "email": "azpycli@microsoft.com", + "name": "Microsoft Corporation", "role": "author" } ], @@ -24223,18 +24978,81 @@ } } }, + "extras": [], "generator": "bdist_wheel (0.30.0)", "license": "MIT", "metadata_version": "2.0", - "name": "cosmosdb-preview", - "summary": "Microsoft Azure Command-Line Tools Cosmosdb-preview Extension", - "version": "0.1.0" + "name": "containerapp", + "run_requires": [ + { + "requires": [ + "pycomposefile (>=0.0.29)" + ] + } + ], + "summary": "Microsoft Azure Command-Line Tools Containerapp Extension", + "version": "0.3.32" }, - "sha256Digest": "83be5a723d6a0063c4cd17db52a172ef8f9453435d316ef0abbd2ca2dd8e6ca8" + "sha256Digest": "21ca6a15900e60b7fb6c586f9ae9661ee2a5245661dd265016b0ef214bd3fb90" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.2.0-py2.py3-none-any.whl", - "filename": "cosmosdb_preview-0.2.0-py2.py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.33-py2.py3-none-any.whl", + "filename": "containerapp-0.3.33-py2.py3-none-any.whl", + "metadata": { + "azext.isPreview": true, + "azext.minCliCoreVersion": "2.45.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", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "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" + } + } + }, + "extras": [], + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "containerapp", + "run_requires": [ + { + "requires": [ + "pycomposefile (>=0.0.29)" + ] + } + ], + "summary": "Microsoft Azure Command-Line Tools Containerapp Extension", + "version": "0.3.33" + }, + "sha256Digest": "8385c13f0f938930faaeed4dad67c1cc03b601bfb626e86e29bf87a310270166" + } + ], + "cosmosdb-preview": [ + { + "downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.1.0-py2.py3-none-any.whl", + "filename": "cosmosdb_preview-0.1.0-py2.py3-none-any.whl", "metadata": { "azext.isPreview": true, "azext.minCliCoreVersion": "2.17.1", @@ -24271,13 +25089,13 @@ "metadata_version": "2.0", "name": "cosmosdb-preview", "summary": "Microsoft Azure Command-Line Tools Cosmosdb-preview Extension", - "version": "0.2.0" + "version": "0.1.0" }, - "sha256Digest": "d8199ccce62c5c7f8670ddf7eb27493fa1c5079ed152607c958fc2b53201fc83" + "sha256Digest": "83be5a723d6a0063c4cd17db52a172ef8f9453435d316ef0abbd2ca2dd8e6ca8" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.3.0-py2.py3-none-any.whl", - "filename": "cosmosdb_preview-0.3.0-py2.py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.2.0-py2.py3-none-any.whl", + "filename": "cosmosdb_preview-0.2.0-py2.py3-none-any.whl", "metadata": { "azext.isPreview": true, "azext.minCliCoreVersion": "2.17.1", @@ -24314,13 +25132,13 @@ "metadata_version": "2.0", "name": "cosmosdb-preview", "summary": "Microsoft Azure Command-Line Tools Cosmosdb-preview Extension", - "version": "0.3.0" + "version": "0.2.0" }, - "sha256Digest": "079af4056ab89f7e27d2a3b6b22c4147b47ce3a27f744ce8b3cde38998afa89e" + "sha256Digest": "d8199ccce62c5c7f8670ddf7eb27493fa1c5079ed152607c958fc2b53201fc83" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.4.0-py2.py3-none-any.whl", - "filename": "cosmosdb_preview-0.4.0-py2.py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.3.0-py2.py3-none-any.whl", + "filename": "cosmosdb_preview-0.3.0-py2.py3-none-any.whl", "metadata": { "azext.isPreview": true, "azext.minCliCoreVersion": "2.17.1", @@ -24357,13 +25175,13 @@ "metadata_version": "2.0", "name": "cosmosdb-preview", "summary": "Microsoft Azure Command-Line Tools Cosmosdb-preview Extension", - "version": "0.4.0" + "version": "0.3.0" }, - "sha256Digest": "751699f42dffaef4a365aeea0ddcc5432a3bafeb0550ee6ff628df1b0a9e02bd" + "sha256Digest": "079af4056ab89f7e27d2a3b6b22c4147b47ce3a27f744ce8b3cde38998afa89e" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.5.0-py2.py3-none-any.whl", - "filename": "cosmosdb_preview-0.5.0-py2.py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.4.0-py2.py3-none-any.whl", + "filename": "cosmosdb_preview-0.4.0-py2.py3-none-any.whl", "metadata": { "azext.isPreview": true, "azext.minCliCoreVersion": "2.17.1", @@ -24400,13 +25218,13 @@ "metadata_version": "2.0", "name": "cosmosdb-preview", "summary": "Microsoft Azure Command-Line Tools Cosmosdb-preview Extension", - "version": "0.5.0" + "version": "0.4.0" }, - "sha256Digest": "dd61fd0b1e3b67b63bf731886995743798b72f6c9b00c3c8a589b3cb1b7be3cf" + "sha256Digest": "751699f42dffaef4a365aeea0ddcc5432a3bafeb0550ee6ff628df1b0a9e02bd" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.6.0-py2.py3-none-any.whl", - "filename": "cosmosdb_preview-0.6.0-py2.py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.5.0-py2.py3-none-any.whl", + "filename": "cosmosdb_preview-0.5.0-py2.py3-none-any.whl", "metadata": { "azext.isPreview": true, "azext.minCliCoreVersion": "2.17.1", @@ -24443,13 +25261,56 @@ "metadata_version": "2.0", "name": "cosmosdb-preview", "summary": "Microsoft Azure Command-Line Tools Cosmosdb-preview Extension", - "version": "0.6.0" + "version": "0.5.0" }, - "sha256Digest": "6132e8c9597e3ab57657b6f3607e19c457e9a08a82a1c1b4825b8ed4ae02c04b" + "sha256Digest": "dd61fd0b1e3b67b63bf731886995743798b72f6c9b00c3c8a589b3cb1b7be3cf" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.7.0-py2.py3-none-any.whl", - "filename": "cosmosdb_preview-0.7.0-py2.py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.6.0-py2.py3-none-any.whl", + "filename": "cosmosdb_preview-0.6.0-py2.py3-none-any.whl", + "metadata": { + "azext.isPreview": true, + "azext.minCliCoreVersion": "2.17.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": "kakhandr@microsoft.com", + "name": "Kalyan khandrika", + "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": "cosmosdb-preview", + "summary": "Microsoft Azure Command-Line Tools Cosmosdb-preview Extension", + "version": "0.6.0" + }, + "sha256Digest": "6132e8c9597e3ab57657b6f3607e19c457e9a08a82a1c1b4825b8ed4ae02c04b" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.7.0-py2.py3-none-any.whl", + "filename": "cosmosdb_preview-0.7.0-py2.py3-none-any.whl", "metadata": { "azext.isPreview": true, "azext.minCliCoreVersion": "2.17.1", @@ -25965,6 +26826,48 @@ "version": "0.1.3" }, "sha256Digest": "320e4ae8e3d17c9ca8b6c92ad47b04f20d7530340897d2fcc6e4a4ade0dfa7c2" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/databox-1.0.0-py3-none-any.whl", + "filename": "databox-1.0.0-py3-none-any.whl", + "metadata": { + "azext.minCliCoreVersion": "2.48.0", + "classifiers": [ + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "Intended Audience :: System Administrators", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "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/main/src/databox" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "databox", + "summary": "Microsoft Azure Command-Line Tools Databox Extension.", + "version": "1.0.0" + }, + "sha256Digest": "3953bf3f61f2654d4d4cd68ed34b5b8982859222a6e2e8f32581399f1db04a50" } ], "databricks": [ @@ -26561,6 +27464,48 @@ "version": "0.10.1" }, "sha256Digest": "e2f03eaf25331c9697b89b8365ebaa0669bc0022d2e77d6f9363468d00323ebc" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/databricks-0.10.2-py3-none-any.whl", + "filename": "databricks-0.10.2-py3-none-any.whl", + "metadata": { + "azext.minCliCoreVersion": "2.45.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/main/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.10.2" + }, + "sha256Digest": "7db0b97b497512671343c472fad2ca7a0987ac2cddc0ae0ceab227e3d017718f" } ], "datadog": [ @@ -27251,6 +28196,92 @@ "version": "0.4.1" }, "sha256Digest": "a8b7f0b094794cf59dcb56b8461e7db4b026061ee6e6885a1e1b78201e9b8404" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-0.5.0-py3-none-any.whl", + "filename": "datamigration-0.5.0-py3-none-any.whl", + "metadata": { + "azext.isExperimental": 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/datamigration" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "datamigration", + "summary": "Microsoft Azure Command-Line Tools DataMigrationManagementClient Extension", + "version": "0.5.0" + }, + "sha256Digest": "f62423b61052378cd7f0bdc7ba498febf3508f3bf62b5e86974c6bbe0943620f" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-0.6.0-py3-none-any.whl", + "filename": "datamigration-0.6.0-py3-none-any.whl", + "metadata": { + "azext.isExperimental": 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/datamigration" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "datamigration", + "summary": "Microsoft Azure Command-Line Tools DataMigrationManagementClient Extension", + "version": "0.6.0" + }, + "sha256Digest": "a315ae382bf7e723da7b940d96be52b2d70afa4428296f6d4a178bd63b170105" } ], "dataprotection": [ @@ -27578,58 +28609,13 @@ "version": "0.7.0" }, "sha256Digest": "79bf91539d0f66c6751c3b43e86715458c7404641396b1ed9454ab3b31968a5b" - } - ], - "datashare": [ - { - "downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/datashare-0.1.0-py3-none-any.whl", - "filename": "datashare-0.1.0-py3-none-any.whl", - "metadata": { - "azext.isExperimental": true, - "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" - } - } - }, - "generator": "bdist_wheel (0.30.0)", - "license": "MIT", - "metadata_version": "2.0", - "name": "datashare", - "summary": "Microsoft Azure Command-Line Tools DataShareManagementClient Extension", - "version": "0.1.0" - }, - "sha256Digest": "803c3637f752b0fb77eb5272a544abafe44942ff920a020ff7ea179ace329342" }, { - "downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/datashare-0.1.1-py3-none-any.whl", - "filename": "datashare-0.1.1-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.8.0-py3-none-any.whl", + "filename": "dataprotection-0.8.0-py3-none-any.whl", "metadata": { "azext.isExperimental": true, - "azext.minCliCoreVersion": "2.3.1", + "azext.minCliCoreVersion": "2.43.0", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -27654,25 +28640,242 @@ "description": "DESCRIPTION.rst" }, "project_urls": { - "Home": "https://github.com/Azure/azure-cli-extensions" + "Home": "https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection" } } }, "generator": "bdist_wheel (0.30.0)", "license": "MIT", "metadata_version": "2.0", - "name": "datashare", - "summary": "Microsoft Azure Command-Line Tools DataShareManagementClient Extension", - "version": "0.1.1" + "name": "dataprotection", + "summary": "Microsoft Azure Command-Line Tools DataProtectionClient Extension", + "version": "0.8.0" }, - "sha256Digest": "c0a2b603c0abd320bc3df0a4d6c38945fd894737804690dad98896e2446763f4" + "sha256Digest": "51f7831accde7b055301ece1db862138ea9016815fdd5ae44c515ae8c6b9dc0a" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/datashare-0.2.0-py3-none-any.whl", - "filename": "datashare-0.2.0-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.8.1-py3-none-any.whl", + "filename": "dataprotection-0.8.1-py3-none-any.whl", "metadata": { "azext.isExperimental": true, - "azext.minCliCoreVersion": "2.15.0", + "azext.minCliCoreVersion": "2.48.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/main/src/dataprotection" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "dataprotection", + "summary": "Microsoft Azure Command-Line Tools DataProtectionClient Extension", + "version": "0.8.1" + }, + "sha256Digest": "cb5b43fd00d2376fa8233f99996096c68a1edf20880ec3d7c0a7b8d4b1933c64" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.8.2-py3-none-any.whl", + "filename": "dataprotection-0.8.2-py3-none-any.whl", + "metadata": { + "azext.isExperimental": true, + "azext.minCliCoreVersion": "2.48.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/main/src/dataprotection" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "dataprotection", + "summary": "Microsoft Azure Command-Line Tools DataProtectionClient Extension", + "version": "0.8.2" + }, + "sha256Digest": "2504dcbb3b4f3b3f1ea948a9284c9fe6d9068ca1b354316f5ed5fe70370a47d1" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.9.0-py3-none-any.whl", + "filename": "dataprotection-0.9.0-py3-none-any.whl", + "metadata": { + "azext.isExperimental": true, + "azext.minCliCoreVersion": "2.49.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/main/src/dataprotection" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "dataprotection", + "summary": "Microsoft Azure Command-Line Tools DataProtectionClient Extension", + "version": "0.9.0" + }, + "sha256Digest": "67f305fa33a5e7cac377f4d25105c538c4023417613869ac6b0fc822fa4cf5b5" + } + ], + "datashare": [ + { + "downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/datashare-0.1.0-py3-none-any.whl", + "filename": "datashare-0.1.0-py3-none-any.whl", + "metadata": { + "azext.isExperimental": true, + "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" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "datashare", + "summary": "Microsoft Azure Command-Line Tools DataShareManagementClient Extension", + "version": "0.1.0" + }, + "sha256Digest": "803c3637f752b0fb77eb5272a544abafe44942ff920a020ff7ea179ace329342" + }, + { + "downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/datashare-0.1.1-py3-none-any.whl", + "filename": "datashare-0.1.1-py3-none-any.whl", + "metadata": { + "azext.isExperimental": true, + "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" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "datashare", + "summary": "Microsoft Azure Command-Line Tools DataShareManagementClient Extension", + "version": "0.1.1" + }, + "sha256Digest": "c0a2b603c0abd320bc3df0a4d6c38945fd894737804690dad98896e2446763f4" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/datashare-0.2.0-py3-none-any.whl", + "filename": "datashare-0.2.0-py3-none-any.whl", + "metadata": { + "azext.isExperimental": true, + "azext.minCliCoreVersion": "2.15.0", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -28652,32 +29855,30 @@ "version": "0.1.2" }, "sha256Digest": "7957288ab151cca2945f0c26f76c5aab25df4d410342e056c34c5e41f9aec1e1" - } - ], - "diskpool": [ + }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/diskpool-0.1.0-py3-none-any.whl", - "filename": "diskpool-0.1.0-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-1.0.0-py3-none-any.whl", + "filename": "devcenter-1.0.0-py3-none-any.whl", "metadata": { - "azext.isExperimental": true, - "azext.minCliCoreVersion": "2.15.0", + "azext.minCliCoreVersion": "2.48.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", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "License :: OSI Approved :: MIT License" ], "extensions": { "python.details": { "contacts": [ { - "email": "azpycli@microsoft.com", - "name": "Microsoft Corporation", + "email": "tm-azurefidalgo@microsoft.com", + "name": "DevCenter", "role": "author" } ], @@ -28685,42 +29886,42 @@ "description": "DESCRIPTION.rst" }, "project_urls": { - "Home": "https://github.com/Azure/azure-cli-extensions/tree/master/src/diskpool" + "Home": "https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter" } } }, "generator": "bdist_wheel (0.30.0)", "license": "MIT", "metadata_version": "2.0", - "name": "diskpool", - "summary": "Microsoft Azure Command-Line Tools StoragePoolManagement Extension", - "version": "0.1.0" + "name": "devcenter", + "summary": "Microsoft Azure Command-Line Tools DevCenter Extension", + "version": "1.0.0" }, - "sha256Digest": "2afc595664b0fc616e62f8de28cebbca72d8f27dff02a8ed8cfff58dd62d571f" + "sha256Digest": "6072ff771ea62c74363883aa35ca2b744a37c87365ee0fa3946cb28213a3b59a" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/diskpool-0.1.1-py3-none-any.whl", - "filename": "diskpool-0.1.1-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-1.0.1-py3-none-any.whl", + "filename": "devcenter-1.0.1-py3-none-any.whl", "metadata": { - "azext.isExperimental": true, - "azext.minCliCoreVersion": "2.15.0", + "azext.minCliCoreVersion": "2.48.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", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "License :: OSI Approved :: MIT License" ], "extensions": { "python.details": { "contacts": [ { - "email": "azpycli@microsoft.com", - "name": "Microsoft Corporation", + "email": "tm-azurefidalgo@microsoft.com", + "name": "DevCenter", "role": "author" } ], @@ -28728,22 +29929,110 @@ "description": "DESCRIPTION.rst" }, "project_urls": { - "Home": "https://github.com/Azure/azure-cli-extensions/tree/master/src/diskpool" + "Home": "https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter" } } }, "generator": "bdist_wheel (0.30.0)", "license": "MIT", "metadata_version": "2.0", - "name": "diskpool", - "summary": "Microsoft Azure Command-Line Tools StoragePoolManagement Extension", - "version": "0.1.1" + "name": "devcenter", + "summary": "Microsoft Azure Command-Line Tools DevCenter Extension", + "version": "1.0.1" }, - "sha256Digest": "d65e6f09c39461b78f052eec22eaf239b1d988aa63f3927470b74d28d0b2f95b" - }, + "sha256Digest": "5306e7a8f24a2fcaaeb58753f40fe31bd55a0c7cdc00e0b7f9cf2bf9006deaed" + } + ], + "diskpool": [ { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/diskpool-0.1.2-py3-none-any.whl", - "filename": "diskpool-0.1.2-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/diskpool-0.1.0-py3-none-any.whl", + "filename": "diskpool-0.1.0-py3-none-any.whl", + "metadata": { + "azext.isExperimental": 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/diskpool" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "diskpool", + "summary": "Microsoft Azure Command-Line Tools StoragePoolManagement Extension", + "version": "0.1.0" + }, + "sha256Digest": "2afc595664b0fc616e62f8de28cebbca72d8f27dff02a8ed8cfff58dd62d571f" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/diskpool-0.1.1-py3-none-any.whl", + "filename": "diskpool-0.1.1-py3-none-any.whl", + "metadata": { + "azext.isExperimental": 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/diskpool" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "diskpool", + "summary": "Microsoft Azure Command-Line Tools StoragePoolManagement Extension", + "version": "0.1.1" + }, + "sha256Digest": "d65e6f09c39461b78f052eec22eaf239b1d988aa63f3927470b74d28d0b2f95b" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/diskpool-0.1.2-py3-none-any.whl", + "filename": "diskpool-0.1.2-py3-none-any.whl", "metadata": { "azext.isExperimental": true, "azext.minCliCoreVersion": "2.15.0", @@ -32880,6 +34169,110 @@ "version": "0.4.6" }, "sha256Digest": "0890ac49a0db5d781786b80777547d0388683f4eb4a58d9bb6680ac63871763c" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/interactive-0.5.0-py2.py3-none-any.whl", + "filename": "interactive-0.5.0-py2.py3-none-any.whl", + "metadata": { + "azext.isPreview": true, + "azext.minCliCoreVersion": "2.0.62", + "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" + ], + "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/main/src/interactive" + } + } + }, + "extras": [], + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "interactive", + "run_requires": [ + { + "requires": [ + "prompt-toolkit (~=1.0.15)" + ] + } + ], + "summary": "Microsoft Azure Command-Line Interactive Shell", + "version": "0.5.0" + }, + "sha256Digest": "97f90de55c70452f8d3dfd83a6c3b018eb7a6d1dfaa5021b756cf4ca1633db91" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/interactive-0.5.1-py2.py3-none-any.whl", + "filename": "interactive-0.5.1-py2.py3-none-any.whl", + "metadata": { + "azext.isPreview": true, + "azext.minCliCoreVersion": "2.0.62", + "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" + ], + "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/main/src/interactive" + } + } + }, + "extras": [], + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "interactive", + "run_requires": [ + { + "requires": [ + "prompt-toolkit (~=1.0.15)" + ] + } + ], + "summary": "Microsoft Azure Command-Line Interactive Shell", + "version": "0.5.1" + }, + "sha256Digest": "1000a418cd2e1038a9fae0b342d848f2191cc17b9b23e6c9f27ba6f4e51e147c" } ], "internet-analyzer": [ @@ -35172,6 +36565,48 @@ "version": "1.4.0" }, "sha256Digest": "2c2884897cba23c860c1a06a6db9004fc320c9636996fd207f0565797df6b06d" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.4.1-py3-none-any.whl", + "filename": "k8s_extension-1.4.1-py3-none-any.whl", + "metadata": { + "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/tree/main/src/k8s-extension" + } + } + }, + "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": "1.4.1" + }, + "sha256Digest": "e48c8c6b91b3d69ac485be9273b3e47e92c2054385936107a793035bb1292e02" } ], "k8sconfiguration": [ @@ -35510,12 +36945,13 @@ "sha256Digest": "39940729eb7820da63d543861395b11552e86673a884bd9d1603a0fbf09e30d7" } ], - "keyvault-preview": [ + "kusto": [ { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/keyvault_preview-1.0.0-py3-none-any.whl", - "filename": "keyvault_preview-1.0.0-py3-none-any.whl", + "downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/kusto-0.1.0-py3-none-any.whl", + "filename": "kusto-0.1.0-py3-none-any.whl", "metadata": { - "azext.isPreview": true, + "azext.isExperimental": true, + "azext.minCliCoreVersion": "2.3.1", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -35540,25 +36976,25 @@ "description": "DESCRIPTION.rst" }, "project_urls": { - "Home": "https://github.com/Azure/azure-cli-extensions/tree/master/src/keyvault-preview" + "Home": "https://github.com/Azure/azure-cli-extensions" } } }, "generator": "bdist_wheel (0.30.0)", "license": "MIT", "metadata_version": "2.0", - "name": "keyvault-preview", - "summary": "Microsoft Azure Command-Line Tools Keyvault-preview Extension", - "version": "1.0.0" + "name": "kusto", + "summary": "Microsoft Azure Command-Line Tools KustoManagementClient Extension", + "version": "0.1.0" }, - "sha256Digest": "817bff1e9792ac26864168fd05777c2b5dc2919fa2a4be7d25dc42e3a88d7ef8" + "sha256Digest": "ffa47cb6f8f850e75412dffa6a5e52f857d5e7ca217322ce176eea81d24768e8" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/keyvault_preview-1.0.1-py3-none-any.whl", - "filename": "keyvault_preview-1.0.1-py3-none-any.whl", + "downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/kusto-0.1.1-py3-none-any.whl", + "filename": "kusto-0.1.1-py3-none-any.whl", "metadata": { - "azext.isPreview": true, - "azext.minCliCoreVersion": "2.15.0", + "azext.isExperimental": true, + "azext.minCliCoreVersion": "2.3.1", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -35583,70 +37019,25 @@ "description": "DESCRIPTION.rst" }, "project_urls": { - "Home": "https://github.com/Azure/azure-cli-extensions/tree/master/src/keyvault-preview" + "Home": "https://github.com/Azure/azure-cli-extensions/tree/master/src/kusto" } } }, "generator": "bdist_wheel (0.30.0)", "license": "MIT", "metadata_version": "2.0", - "name": "keyvault-preview", - "summary": "Microsoft Azure Command-Line Tools Keyvault-preview Extension", - "version": "1.0.1" + "name": "kusto", + "summary": "Microsoft Azure Command-Line Tools KustoManagementClient Extension", + "version": "0.1.1" }, - "sha256Digest": "9be59a25d069b9735f3f137494662cd85034a613ed61c9e12a2435eba81963c9" - } - ], - "kusto": [ + "sha256Digest": "e6febb41b7a6dc6ec752825fe2af9506ff40c227bfcea9a3af5e6ded115003d1" + }, { - "downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/kusto-0.1.0-py3-none-any.whl", - "filename": "kusto-0.1.0-py3-none-any.whl", + "downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/kusto-0.2.0-py3-none-any.whl", + "filename": "kusto-0.2.0-py3-none-any.whl", "metadata": { "azext.isExperimental": true, - "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" - } - } - }, - "generator": "bdist_wheel (0.30.0)", - "license": "MIT", - "metadata_version": "2.0", - "name": "kusto", - "summary": "Microsoft Azure Command-Line Tools KustoManagementClient Extension", - "version": "0.1.0" - }, - "sha256Digest": "ffa47cb6f8f850e75412dffa6a5e52f857d5e7ca217322ce176eea81d24768e8" - }, - { - "downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/kusto-0.1.1-py3-none-any.whl", - "filename": "kusto-0.1.1-py3-none-any.whl", - "metadata": { - "azext.isExperimental": true, - "azext.minCliCoreVersion": "2.3.1", + "azext.minCliCoreVersion": "2.11.0", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -35680,16 +37071,16 @@ "metadata_version": "2.0", "name": "kusto", "summary": "Microsoft Azure Command-Line Tools KustoManagementClient Extension", - "version": "0.1.1" + "version": "0.2.0" }, - "sha256Digest": "e6febb41b7a6dc6ec752825fe2af9506ff40c227bfcea9a3af5e6ded115003d1" + "sha256Digest": "5738e9b48c17008688080a6b3cfd37b67dfe597a538c874ec75dddcc8e18935a" }, { - "downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/kusto-0.2.0-py3-none-any.whl", - "filename": "kusto-0.2.0-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/kusto-0.3.0-py3-none-any.whl", + "filename": "kusto-0.3.0-py3-none-any.whl", "metadata": { "azext.isExperimental": true, - "azext.minCliCoreVersion": "2.11.0", + "azext.minCliCoreVersion": "2.15.0", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -35723,15 +37114,14 @@ "metadata_version": "2.0", "name": "kusto", "summary": "Microsoft Azure Command-Line Tools KustoManagementClient Extension", - "version": "0.2.0" + "version": "0.3.0" }, - "sha256Digest": "5738e9b48c17008688080a6b3cfd37b67dfe597a538c874ec75dddcc8e18935a" + "sha256Digest": "37ed6998527aa8d58798fb8816f94a3bd06859b2cee4d61763f63ec6c00657a7" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/kusto-0.3.0-py3-none-any.whl", - "filename": "kusto-0.3.0-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/kusto-0.4.0-py3-none-any.whl", + "filename": "kusto-0.4.0-py3-none-any.whl", "metadata": { - "azext.isExperimental": true, "azext.minCliCoreVersion": "2.15.0", "classifiers": [ "Development Status :: 4 - Beta", @@ -35766,13 +37156,13 @@ "metadata_version": "2.0", "name": "kusto", "summary": "Microsoft Azure Command-Line Tools KustoManagementClient Extension", - "version": "0.3.0" + "version": "0.4.0" }, - "sha256Digest": "37ed6998527aa8d58798fb8816f94a3bd06859b2cee4d61763f63ec6c00657a7" + "sha256Digest": "3d08f74cc6e2a90e43b6f2859c2a2828c2a9de8b3b814f07658c6bb15531ec2c" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/kusto-0.4.0-py3-none-any.whl", - "filename": "kusto-0.4.0-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/kusto-0.5.0-py3-none-any.whl", + "filename": "kusto-0.5.0-py3-none-any.whl", "metadata": { "azext.minCliCoreVersion": "2.15.0", "classifiers": [ @@ -35799,7 +37189,7 @@ "description": "DESCRIPTION.rst" }, "project_urls": { - "Home": "https://github.com/Azure/azure-cli-extensions/tree/master/src/kusto" + "Home": "https://github.com/Azure/azure-cli-extensions/tree/main/src/kusto" } } }, @@ -35808,24 +37198,27 @@ "metadata_version": "2.0", "name": "kusto", "summary": "Microsoft Azure Command-Line Tools KustoManagementClient Extension", - "version": "0.4.0" + "version": "0.5.0" }, - "sha256Digest": "3d08f74cc6e2a90e43b6f2859c2a2828c2a9de8b3b814f07658c6bb15531ec2c" - }, + "sha256Digest": "cf5729e9d02029a189182523543285c9737d515f41c610c8338d43f872f9f01d" + } + ], + "load": [ { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/kusto-0.5.0-py3-none-any.whl", - "filename": "kusto-0.5.0-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/load-0.1.0-py3-none-any.whl", + "filename": "load-0.1.0-py3-none-any.whl", "metadata": { - "azext.minCliCoreVersion": "2.15.0", + "azext.isPreview": true, + "azext.minCliCoreVersion": "2.41.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", + "Programming Language :: Python :: 3.9", "License :: OSI Approved :: MIT License" ], "extensions": { @@ -35841,26 +37234,23 @@ "description": "DESCRIPTION.rst" }, "project_urls": { - "Home": "https://github.com/Azure/azure-cli-extensions/tree/main/src/kusto" + "Home": "https://github.com/Azure/azure-cli-extensions/tree/main/src/load" } } }, "generator": "bdist_wheel (0.30.0)", "license": "MIT", "metadata_version": "2.0", - "name": "kusto", - "summary": "Microsoft Azure Command-Line Tools KustoManagementClient Extension", - "version": "0.5.0" + "name": "load", + "summary": "Microsoft Azure Command-Line Tools Load Extension.", + "version": "0.1.0" }, - "sha256Digest": "cf5729e9d02029a189182523543285c9737d515f41c610c8338d43f872f9f01d" - } - ], - "load": [ + "sha256Digest": "9814fb6215faf902944ef7e7a6e9a8c86f40d8e348ffff64da7befe98fd3d9ef" + }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/load-0.1.0-py3-none-any.whl", - "filename": "load-0.1.0-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/load-0.2.0-py3-none-any.whl", + "filename": "load-0.2.0-py3-none-any.whl", "metadata": { - "azext.isPreview": true, "azext.minCliCoreVersion": "2.41.0", "classifiers": [ "Development Status :: 4 - Beta", @@ -35895,13 +37285,13 @@ "metadata_version": "2.0", "name": "load", "summary": "Microsoft Azure Command-Line Tools Load Extension.", - "version": "0.1.0" + "version": "0.2.0" }, - "sha256Digest": "9814fb6215faf902944ef7e7a6e9a8c86f40d8e348ffff64da7befe98fd3d9ef" + "sha256Digest": "373e6f5af459d33f5e8e655ba497b19e15f519918bb3a0ef3e4fd6ba3cc813a2" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/load-0.2.0-py3-none-any.whl", - "filename": "load-0.2.0-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/load-0.3.0-py3-none-any.whl", + "filename": "load-0.3.0-py3-none-any.whl", "metadata": { "azext.minCliCoreVersion": "2.41.0", "classifiers": [ @@ -35932,14 +37322,23 @@ } } }, + "extras": [], "generator": "bdist_wheel (0.30.0)", "license": "MIT", "metadata_version": "2.0", "name": "load", + "run_requires": [ + { + "requires": [ + "azure-core", + "pyyaml" + ] + } + ], "summary": "Microsoft Azure Command-Line Tools Load Extension.", - "version": "0.2.0" + "version": "0.3.0" }, - "sha256Digest": "373e6f5af459d33f5e8e655ba497b19e15f519918bb3a0ef3e4fd6ba3cc813a2" + "sha256Digest": "cb64e149679d6c537a29bfb07ef5785c622cf18c12099ee49b0afa36cbec3f82" } ], "log-analytics": [ @@ -36849,6 +38248,51 @@ "sha256Digest": "378f425f35420373e9703a5dc8c0f05ca8176fb8404b38610d4de828f7c23d37" } ], + "managednetworkfabric": [ + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-1.0.0b1-py3-none-any.whl", + "filename": "managednetworkfabric-1.0.0b1-py3-none-any.whl", + "metadata": { + "azext.isPreview": true, + "azext.minCliCoreVersion": "2.45.0", + "classifiers": [ + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "Intended Audience :: System Administrators", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "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/main/src/managednetworkfabric" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "managednetworkfabric", + "summary": "Support for managednetworkfabric commands based on 2023-02-01-preview API version.", + "version": "1.0.0b1" + }, + "sha256Digest": "17e8e5be87baaeb2b59ab578c646e0ec978ac7ec0a610f9145515ccefce6e274" + } + ], "managementpartner": [ { "downloadUrl": "https://files.pythonhosted.org/packages/28/08/0fde582cf50eaf1ef304b35674b9b22f6731d95b2e41339eba4d35583b18/managementpartner-0.1.2-py2.py3-none-any.whl", @@ -39565,6 +41009,76 @@ "version": "2.17.2" }, "sha256Digest": "6382717a4f9ef486fe5c9af2d2e1b5d1ec8e7c95428f966f67955a5644d462f8" + }, + { + "downloadUrl": "https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.18.0-py3-none-any.whl", + "filename": "ml-2.18.0-py3-none-any.whl", + "metadata": { + "azext.minCliCoreVersion": "2.15.0", + "classifiers": [ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers", + "Intended Audience :: System Administrators", + "Environment :: Console", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "License :: OSI Approved :: MIT License" + ], + "description_content_type": "text/x-rst", + "extensions": { + "python.details": { + "contacts": [ + { + "email": "azuremlsdk@microsoft.com", + "name": "Microsoft Corporation", + "role": "author" + } + ], + "document_names": { + "description": "DESCRIPTION.rst" + }, + "project_urls": { + "Home": "https://github.com/Azure/azureml-examples" + } + } + }, + "extras": [], + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "ml", + "run_requires": [ + { + "requires": [ + "azure-common (<2.0.0,>=1.1)", + "azure-mgmt-resource (<23.0.0,>=3.0.0)", + "azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)", + "azure-storage-blob (<13.0.0,>=12.10.0)", + "azure-storage-file-datalake (<13.0.0)", + "azure-storage-file-share (<13.0.0)", + "colorama (<0.5.0)", + "cryptography", + "docker", + "isodate", + "jsonschema (<5.0.0,>=4.0.0)", + "marshmallow (<4.0.0,>=3.5)", + "opencensus-ext-azure (<2.0.0)", + "pydash (<6.0.0)", + "pyjwt (<3.0.0)", + "strictyaml (<2.0.0)", + "tqdm (<5.0.0)", + "typing-extensions (<5.0.0)" + ] + } + ], + "summary": "Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension", + "version": "2.18.0" + }, + "sha256Digest": "5a3d044ac51ce7950f71a6b2917ec90d67e029082620b3f02012b8767e3f758c" } ], "mobile-network": [ @@ -39881,22 +41395,22 @@ "sha256Digest": "d581bfefe3eb7fbceeed12c192ebdf5993fcf04ede7267d053aa416596bd0b53" } ], - "next": [ + "networkcloud": [ { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/next-0.1.0-py2.py3-none-any.whl", - "filename": "next-0.1.0-py2.py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-0.3.0-py3-none-any.whl", + "filename": "networkcloud-0.3.0-py3-none-any.whl", "metadata": { "azext.isExperimental": true, - "azext.minCliCoreVersion": "2.19.0", + "azext.minCliCoreVersion": "2.45.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", + "Programming Language :: Python :: 3.9", "License :: OSI Approved :: MIT License" ], "extensions": { @@ -39912,25 +41426,27 @@ "description": "DESCRIPTION.rst" }, "project_urls": { - "Home": "https://github.com/Azure/azure-cli-extensions" + "Home": "https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud" } } }, "generator": "bdist_wheel (0.30.0)", "license": "MIT", "metadata_version": "2.0", - "name": "next", - "summary": "Microsoft Azure Command-Line Tools Next Extension", - "version": "0.1.0" + "name": "networkcloud", + "summary": "Support for Azure Operator Nexus network cloud commands based on 2022-12-12-preview API version.", + "version": "0.3.0" }, - "sha256Digest": "038d673501dd3b3c04314d0f69f01cfdd52e6ca3f44820a45d20dc3dd58317dd" - }, + "sha256Digest": "29e25ecccbfe5776f20d925c52b70f390c1af7818ed6aa100415fd509c960a9e" + } + ], + "next": [ { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/next-0.1.1-py2.py3-none-any.whl", - "filename": "next-0.1.1-py2.py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/next-0.1.0-py2.py3-none-any.whl", + "filename": "next-0.1.0-py2.py3-none-any.whl", "metadata": { "azext.isExperimental": true, - "azext.minCliCoreVersion": "2.20.0", + "azext.minCliCoreVersion": "2.19.0", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -39964,13 +41480,56 @@ "metadata_version": "2.0", "name": "next", "summary": "Microsoft Azure Command-Line Tools Next Extension", - "version": "0.1.1" + "version": "0.1.0" }, - "sha256Digest": "dee069e3a0efafbec8154fbf91ced5cee1f782599a726ac5937b9adc297d3c8a" + "sha256Digest": "038d673501dd3b3c04314d0f69f01cfdd52e6ca3f44820a45d20dc3dd58317dd" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/next-0.1.2-py2.py3-none-any.whl", - "filename": "next-0.1.2-py2.py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/next-0.1.1-py2.py3-none-any.whl", + "filename": "next-0.1.1-py2.py3-none-any.whl", + "metadata": { + "azext.isExperimental": true, + "azext.minCliCoreVersion": "2.20.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": "next", + "summary": "Microsoft Azure Command-Line Tools Next Extension", + "version": "0.1.1" + }, + "sha256Digest": "dee069e3a0efafbec8154fbf91ced5cee1f782599a726ac5937b9adc297d3c8a" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/next-0.1.2-py2.py3-none-any.whl", + "filename": "next-0.1.2-py2.py3-none-any.whl", "metadata": { "azext.isExperimental": true, "azext.minCliCoreVersion": "2.20.0", @@ -40505,6 +42064,60 @@ "version": "0.1.2" }, "sha256Digest": "a2e4ef513b74c138c3c445c6c494eb9e4677338f53e1b5a634a280b57bd70fc5" + }, + { + "downloadUrl": "https://github.com/Azure/partnercenter-cli-extension/releases/download/v0.2.3-alpha/partnercenter-0.2.3-py3-none-any.whl", + "filename": "partnercenter-0.2.3-py3-none-any.whl", + "metadata": { + "azext.isPreview": true, + "azext.minCliCoreVersion": "2.0.67", + "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/partnercenter-cli-extension/tree/main/partnercenter" + } + } + }, + "extras": [], + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "partnercenter", + "run_requires": [ + { + "requires": [ + "azure-storage-blob", + "docker", + "pydantic", + "requests" + ] + } + ], + "summary": "Microsoft Azure CLI Extension for Partner Center", + "version": "0.2.3" + }, + "sha256Digest": "5e364c5f375e9cdbbd7117c571d45ef434648c0f68b894fd1ebcf6cec26e4798" } ], "peering": [ @@ -43722,6 +45335,49 @@ "version": "0.1.7" }, "sha256Digest": "e462aa30bbca50d140a70a80db81cb9f661ae11bc7a29435b7dc57aa32756c53" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/scvmm-0.1.8-py2.py3-none-any.whl", + "filename": "scvmm-0.1.8-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 :: 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/main/src/scvmm" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "scvmm", + "summary": "Microsoft Azure Command-Line Tools SCVMM Extension", + "version": "0.1.8" + }, + "sha256Digest": "167a9a333afebbb7b211b1f9a60d68f33bee28965653894c9193676f102c5a38" } ], "self-help": [ @@ -44247,6 +45903,57 @@ "version": "0.1.5" }, "sha256Digest": "8c65ea10b0c336106f3c9c862e50b327c044b8be90bf6075771cc98973aa99f8" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/serial_console-0.1.6-py3-none-any.whl", + "filename": "serial_console-0.1.6-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/main/src/serial-console" + } + } + }, + "extras": [], + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "serial-console", + "run_requires": [ + { + "requires": [ + "websocket-client (==1.3.1)" + ] + } + ], + "summary": "Microsoft Azure Command-Line Tools for Serial Console Extension", + "version": "0.1.6" + }, + "sha256Digest": "2b20fce597a655c1016ab4d3b2f569267adf1536ed34481063e56c22f407381a" } ], "serviceconnector-passwordless": [ @@ -44414,15 +46121,13 @@ "version": "0.3.2" }, "sha256Digest": "51f2a46660cf7d489a08be9292d5ba1c6e9a09925ead9baac0ba50fe982670f8" - } - ], - "spring": [ + }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.0.0-py3-none-any.whl", - "filename": "spring-1.0.0-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-0.3.3-py3-none-any.whl", + "filename": "serviceconnector_passwordless-0.3.3-py3-none-any.whl", "metadata": { - "azext.isPreview": false, - "azext.minCliCoreVersion": "2.30.0", + "azext.isPreview": true, + "azext.minCliCoreVersion": "2.46.0", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -44447,22 +46152,134 @@ "description": "DESCRIPTION.rst" }, "project_urls": { - "Home": "https://github.com/Azure/azure-cli-extensions/tree/main/src/spring" + "Home": "https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless" } } }, + "extras": [], "generator": "bdist_wheel (0.30.0)", "license": "MIT", "metadata_version": "2.0", - "name": "spring", - "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.0.0" + "name": "serviceconnector-passwordless", + "run_requires": [ + { + "requires": [ + "PyMySQL (==1.0.2)", + "azure-core", + "azure-mgmt-servicelinker (==1.2.0b1)", + "psycopg2-binary (==2.9.5)", + "pyodbc (==4.0.35)" + ] + } + ], + "summary": "Microsoft Azure Command-Line Tools Serviceconnector-passwordless Extension", + "version": "0.3.3" }, - "sha256Digest": "ac3a708e67b9de1b38583313e0504e318f92005fd583143594e03ca7fd70b1aa" + "sha256Digest": "9f9cddae41ab3172fe541e88b915ef4a8cb16139a5215d259ee23c279c290472" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.0-py3-none-any.whl", - "filename": "spring-1.1.0-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-0.3.4-py3-none-any.whl", + "filename": "serviceconnector_passwordless-0.3.4-py3-none-any.whl", + "metadata": { + "azext.isPreview": true, + "azext.minCliCoreVersion": "2.46.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/serviceconnector-passwordless" + } + } + }, + "extras": [], + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "serviceconnector-passwordless", + "run_requires": [ + { + "requires": [ + "PyMySQL (==1.0.2)", + "azure-core", + "azure-mgmt-servicelinker (==1.2.0b1)", + "psycopg2-binary (==2.9.5)", + "pyodbc (==4.0.35)" + ] + } + ], + "summary": "Microsoft Azure Command-Line Tools Serviceconnector-passwordless Extension", + "version": "0.3.4" + }, + "sha256Digest": "5b68cc4fcf6cde9edd4691dd55a9bb063fcce0f2c740abbab798d65804cd07a2" + } + ], + "spring": [ + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.0.0-py3-none-any.whl", + "filename": "spring-1.0.0-py3-none-any.whl", + "metadata": { + "azext.isPreview": false, + "azext.minCliCoreVersion": "2.30.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/main/src/spring" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "spring", + "summary": "Microsoft Azure Command-Line Tools spring Extension", + "version": "1.0.0" + }, + "sha256Digest": "ac3a708e67b9de1b38583313e0504e318f92005fd583143594e03ca7fd70b1aa" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.0-py3-none-any.whl", + "filename": "spring-1.1.0-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.30.0", @@ -44542,16 +46359,317 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.1.1" + "version": "1.1.1" + }, + "sha256Digest": "67d9d8b02739221f00822f82f4fad31b972a60ab1b4bbeee2ece955b4124bd29" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.2-py3-none-any.whl", + "filename": "spring-1.1.2-py3-none-any.whl", + "metadata": { + "azext.isPreview": false, + "azext.minCliCoreVersion": "2.30.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/main/src/spring" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "spring", + "summary": "Microsoft Azure Command-Line Tools spring Extension", + "version": "1.1.2" + }, + "sha256Digest": "0ea6fa1d20a5f494597dcb627282152b7a1e9e3b20028afb5e6406376f15203c" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.3-py3-none-any.whl", + "filename": "spring-1.1.3-py3-none-any.whl", + "metadata": { + "azext.isPreview": false, + "azext.minCliCoreVersion": "2.30.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/main/src/spring" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "spring", + "summary": "Microsoft Azure Command-Line Tools spring Extension", + "version": "1.1.3" + }, + "sha256Digest": "65110cbf382e4a1ad98c108c618f2c77bd32634d8ae4759cae5ea47c026c7c85" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.4-py3-none-any.whl", + "filename": "spring-1.1.4-py3-none-any.whl", + "metadata": { + "azext.isPreview": false, + "azext.minCliCoreVersion": "2.30.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/main/src/spring" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "spring", + "summary": "Microsoft Azure Command-Line Tools spring Extension", + "version": "1.1.4" + }, + "sha256Digest": "f159454ffaac8d90baa484870ac2e9acf7d2f18aabc0a6dac3db8342d21a7fab" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.5-py3-none-any.whl", + "filename": "spring-1.1.5-py3-none-any.whl", + "metadata": { + "azext.isPreview": false, + "azext.minCliCoreVersion": "2.30.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/main/src/spring" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "spring", + "summary": "Microsoft Azure Command-Line Tools spring Extension", + "version": "1.1.5" + }, + "sha256Digest": "091004e8bfea9c39fbb192065b2355018f6a3ab1041e914ace26f8c02ef14687" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.7-py3-none-any.whl", + "filename": "spring-1.1.7-py3-none-any.whl", + "metadata": { + "azext.isPreview": false, + "azext.minCliCoreVersion": "2.38.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/main/src/spring" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "spring", + "summary": "Microsoft Azure Command-Line Tools spring Extension", + "version": "1.1.7" + }, + "sha256Digest": "351b7e2d1b434f72eeaa1a8392a57e2c2cb52223d2140c446de85e339f7c457d" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.8-py3-none-any.whl", + "filename": "spring-1.1.8-py3-none-any.whl", + "metadata": { + "azext.isPreview": false, + "azext.minCliCoreVersion": "2.38.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/main/src/spring" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "spring", + "summary": "Microsoft Azure Command-Line Tools spring Extension", + "version": "1.1.8" + }, + "sha256Digest": "e0ff591d3833ea873c4e3ba72c33f314c67ff01cf3da2da358a2b40cea9b6bb0" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.9-py3-none-any.whl", + "filename": "spring-1.1.9-py3-none-any.whl", + "metadata": { + "azext.isPreview": false, + "azext.minCliCoreVersion": "2.38.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/main/src/spring" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "spring", + "summary": "Microsoft Azure Command-Line Tools spring Extension", + "version": "1.1.9" }, - "sha256Digest": "67d9d8b02739221f00822f82f4fad31b972a60ab1b4bbeee2ece955b4124bd29" + "sha256Digest": "bb71dbe3b05a6bc32bce1b12a5793dd6171dbed226d3173f115ffe411a8044df" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.2-py3-none-any.whl", - "filename": "spring-1.1.2-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.10-py3-none-any.whl", + "filename": "spring-1.1.10-py3-none-any.whl", "metadata": { "azext.isPreview": false, - "azext.minCliCoreVersion": "2.30.0", + "azext.minCliCoreVersion": "2.38.0", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -44585,16 +46703,16 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.1.2" + "version": "1.1.10" }, - "sha256Digest": "0ea6fa1d20a5f494597dcb627282152b7a1e9e3b20028afb5e6406376f15203c" + "sha256Digest": "864200fb0cc9f988e40db675c6b6b016c2fcff91ff25551c03a576ae0dd4096b" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.3-py3-none-any.whl", - "filename": "spring-1.1.3-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.11-py3-none-any.whl", + "filename": "spring-1.1.11-py3-none-any.whl", "metadata": { "azext.isPreview": false, - "azext.minCliCoreVersion": "2.30.0", + "azext.minCliCoreVersion": "2.38.0", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -44628,16 +46746,16 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.1.3" + "version": "1.1.11" }, - "sha256Digest": "65110cbf382e4a1ad98c108c618f2c77bd32634d8ae4759cae5ea47c026c7c85" + "sha256Digest": "be1471eb6aa6a462d13f352f643f4267fa8411c73f17d2b6d0f842229860dde8" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.4-py3-none-any.whl", - "filename": "spring-1.1.4-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.12-py3-none-any.whl", + "filename": "spring-1.1.12-py3-none-any.whl", "metadata": { "azext.isPreview": false, - "azext.minCliCoreVersion": "2.30.0", + "azext.minCliCoreVersion": "2.38.0", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -44671,16 +46789,16 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.1.4" + "version": "1.1.12" }, - "sha256Digest": "f159454ffaac8d90baa484870ac2e9acf7d2f18aabc0a6dac3db8342d21a7fab" + "sha256Digest": "ae1c41d2d09150c600e51d6de3a085a04d079b6803bdf4fcba6b041460f46a8d" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.5-py3-none-any.whl", - "filename": "spring-1.1.5-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.13-py3-none-any.whl", + "filename": "spring-1.1.13-py3-none-any.whl", "metadata": { "azext.isPreview": false, - "azext.minCliCoreVersion": "2.30.0", + "azext.minCliCoreVersion": "2.38.0", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -44714,13 +46832,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.1.5" + "version": "1.1.13" }, - "sha256Digest": "091004e8bfea9c39fbb192065b2355018f6a3ab1041e914ace26f8c02ef14687" + "sha256Digest": "c3d968114b8e68b522962dccba958bc43b0235af55c417ad5cf6b6a25f1a9444" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.7-py3-none-any.whl", - "filename": "spring-1.1.7-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.14-py3-none-any.whl", + "filename": "spring-1.1.14-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.38.0", @@ -44757,13 +46875,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.1.7" + "version": "1.1.14" }, - "sha256Digest": "351b7e2d1b434f72eeaa1a8392a57e2c2cb52223d2140c446de85e339f7c457d" + "sha256Digest": "e7d57cac5569ee8b530ddc51cf44ff45eedbdf5f94fadbb058e79eea705758a8" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.8-py3-none-any.whl", - "filename": "spring-1.1.8-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.2.0-py3-none-any.whl", + "filename": "spring-1.2.0-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.38.0", @@ -44800,13 +46918,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.1.8" + "version": "1.2.0" }, - "sha256Digest": "e0ff591d3833ea873c4e3ba72c33f314c67ff01cf3da2da358a2b40cea9b6bb0" + "sha256Digest": "36ff3ca0812a809dcfda55b4510194f3a53891b7f5a7a2bb0bc5385c072e9fae" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.9-py3-none-any.whl", - "filename": "spring-1.1.9-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.3.0-py3-none-any.whl", + "filename": "spring-1.3.0-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.38.0", @@ -44843,13 +46961,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.1.9" + "version": "1.3.0" }, - "sha256Digest": "bb71dbe3b05a6bc32bce1b12a5793dd6171dbed226d3173f115ffe411a8044df" + "sha256Digest": "5021a61fc3d91bcd78ce38f15d2d1de977d6aa9c15e87cfc9d45c653a01076d6" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.10-py3-none-any.whl", - "filename": "spring-1.1.10-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.4.0-py3-none-any.whl", + "filename": "spring-1.4.0-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.38.0", @@ -44886,13 +47004,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.1.10" + "version": "1.4.0" }, - "sha256Digest": "864200fb0cc9f988e40db675c6b6b016c2fcff91ff25551c03a576ae0dd4096b" + "sha256Digest": "e808882388d07ccbd1b96a176a3d992b8434296a16af816a6dd19e13bb228d55" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.11-py3-none-any.whl", - "filename": "spring-1.1.11-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.4.1-py3-none-any.whl", + "filename": "spring-1.4.1-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.38.0", @@ -44929,13 +47047,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.1.11" + "version": "1.4.1" }, - "sha256Digest": "be1471eb6aa6a462d13f352f643f4267fa8411c73f17d2b6d0f842229860dde8" + "sha256Digest": "bca1287b8fb6cd2e1d4b1d4d92859840ee5e44223225942756d067cd0eeed8d8" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.12-py3-none-any.whl", - "filename": "spring-1.1.12-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.4.2-py3-none-any.whl", + "filename": "spring-1.4.2-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.38.0", @@ -44972,13 +47090,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.1.12" + "version": "1.4.2" }, - "sha256Digest": "ae1c41d2d09150c600e51d6de3a085a04d079b6803bdf4fcba6b041460f46a8d" + "sha256Digest": "6a56032cea46be8a2e3cd27242c73481d2b2f31074456cb31c868a051eda3127" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.13-py3-none-any.whl", - "filename": "spring-1.1.13-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.5.0-py3-none-any.whl", + "filename": "spring-1.5.0-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.38.0", @@ -45015,13 +47133,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.1.13" + "version": "1.5.0" }, - "sha256Digest": "c3d968114b8e68b522962dccba958bc43b0235af55c417ad5cf6b6a25f1a9444" + "sha256Digest": "b553b17bdeab27e2c69f9dd3957e5e59efc664b9405e581809a2730cc7ef5619" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.14-py3-none-any.whl", - "filename": "spring-1.1.14-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.0-py3-none-any.whl", + "filename": "spring-1.6.0-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.38.0", @@ -45058,13 +47176,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.1.14" + "version": "1.6.0" }, - "sha256Digest": "e7d57cac5569ee8b530ddc51cf44ff45eedbdf5f94fadbb058e79eea705758a8" + "sha256Digest": "30839266640b6e89a183107ede0abcdec3363cd5831fe36c179107d267faa57b" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.2.0-py3-none-any.whl", - "filename": "spring-1.2.0-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.1-py3-none-any.whl", + "filename": "spring-1.6.1-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.38.0", @@ -45101,13 +47219,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.2.0" + "version": "1.6.1" }, - "sha256Digest": "36ff3ca0812a809dcfda55b4510194f3a53891b7f5a7a2bb0bc5385c072e9fae" + "sha256Digest": "37a32ef1b28f9e1ecd1f61a76bf6a44bf063746a5401894dd513999afdeed0b0" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.3.0-py3-none-any.whl", - "filename": "spring-1.3.0-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.2-py3-none-any.whl", + "filename": "spring-1.6.2-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.38.0", @@ -45144,13 +47262,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.3.0" + "version": "1.6.2" }, - "sha256Digest": "5021a61fc3d91bcd78ce38f15d2d1de977d6aa9c15e87cfc9d45c653a01076d6" + "sha256Digest": "6718bc1fb7ff0e106b3e00603d900adab9e2ed7b7939a0e1ed223d5cdf7924fc" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.4.0-py3-none-any.whl", - "filename": "spring-1.4.0-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.3-py3-none-any.whl", + "filename": "spring-1.6.3-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.38.0", @@ -45187,13 +47305,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.4.0" + "version": "1.6.3" }, - "sha256Digest": "e808882388d07ccbd1b96a176a3d992b8434296a16af816a6dd19e13bb228d55" + "sha256Digest": "0dcbb166127c0f4eb0b33eb70ea108b6c7e9f470858c12da30eecb483eb0080b" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.4.1-py3-none-any.whl", - "filename": "spring-1.4.1-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.4-py3-none-any.whl", + "filename": "spring-1.6.4-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.38.0", @@ -45230,13 +47348,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.4.1" + "version": "1.6.4" }, - "sha256Digest": "bca1287b8fb6cd2e1d4b1d4d92859840ee5e44223225942756d067cd0eeed8d8" + "sha256Digest": "a52902d1a828827847c2b8a571fcd3970ee6c006a49ed1fcfd57e581bfefa251" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.4.2-py3-none-any.whl", - "filename": "spring-1.4.2-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.5-py3-none-any.whl", + "filename": "spring-1.6.5-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.38.0", @@ -45273,13 +47391,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.4.2" + "version": "1.6.5" }, - "sha256Digest": "6a56032cea46be8a2e3cd27242c73481d2b2f31074456cb31c868a051eda3127" + "sha256Digest": "a00363a73db626180830a20c0465874f6d4062dad07862e1b4a22f8c1908dca8" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.5.0-py3-none-any.whl", - "filename": "spring-1.5.0-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.6-py3-none-any.whl", + "filename": "spring-1.6.6-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.38.0", @@ -45316,13 +47434,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.5.0" + "version": "1.6.6" }, - "sha256Digest": "b553b17bdeab27e2c69f9dd3957e5e59efc664b9405e581809a2730cc7ef5619" + "sha256Digest": "34064f43b620a36f1f8aa20200990297aaaf91c58795e0274d6f719136b029a4" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.0-py3-none-any.whl", - "filename": "spring-1.6.0-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.7-py3-none-any.whl", + "filename": "spring-1.6.7-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.38.0", @@ -45359,13 +47477,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.6.0" + "version": "1.6.7" }, - "sha256Digest": "30839266640b6e89a183107ede0abcdec3363cd5831fe36c179107d267faa57b" + "sha256Digest": "7d9a8d4f792962dd1f713a839f9099bcf04c24958411f8e0edc4ef47321b87a3" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.1-py3-none-any.whl", - "filename": "spring-1.6.1-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.8-py3-none-any.whl", + "filename": "spring-1.6.8-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.38.0", @@ -45402,13 +47520,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.6.1" + "version": "1.6.8" }, - "sha256Digest": "37a32ef1b28f9e1ecd1f61a76bf6a44bf063746a5401894dd513999afdeed0b0" + "sha256Digest": "2286a779c293a47a4f2d01c2699f6d01ac8d28ac471c07e97f4c9f38750e6c92" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.2-py3-none-any.whl", - "filename": "spring-1.6.2-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.7.0-py3-none-any.whl", + "filename": "spring-1.7.0-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.38.0", @@ -45445,16 +47563,16 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.6.2" + "version": "1.7.0" }, - "sha256Digest": "6718bc1fb7ff0e106b3e00603d900adab9e2ed7b7939a0e1ed223d5cdf7924fc" + "sha256Digest": "913b70f5f98b1da973fdb8324916ebc8fef4747a872b834efcbdef19101cb424" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.3-py3-none-any.whl", - "filename": "spring-1.6.3-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.7.1-py3-none-any.whl", + "filename": "spring-1.7.1-py3-none-any.whl", "metadata": { "azext.isPreview": false, - "azext.minCliCoreVersion": "2.38.0", + "azext.minCliCoreVersion": "2.45.0", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -45488,16 +47606,16 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.6.3" + "version": "1.7.1" }, - "sha256Digest": "0dcbb166127c0f4eb0b33eb70ea108b6c7e9f470858c12da30eecb483eb0080b" + "sha256Digest": "4a4252041f9b0395cf6614b86b1c93afd94ac92d75ab82daae6634b0dbfa60a5" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.4-py3-none-any.whl", - "filename": "spring-1.6.4-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.7.2-py3-none-any.whl", + "filename": "spring-1.7.2-py3-none-any.whl", "metadata": { "azext.isPreview": false, - "azext.minCliCoreVersion": "2.38.0", + "azext.minCliCoreVersion": "2.45.0", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -45531,16 +47649,16 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.6.4" + "version": "1.7.2" }, - "sha256Digest": "a52902d1a828827847c2b8a571fcd3970ee6c006a49ed1fcfd57e581bfefa251" + "sha256Digest": "b4a5740ff04788a947d6c67c57cea71b3a3e3244adb7d19bc02e52ccd7c4fea0" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.5-py3-none-any.whl", - "filename": "spring-1.6.5-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.7.3-py3-none-any.whl", + "filename": "spring-1.7.3-py3-none-any.whl", "metadata": { "azext.isPreview": false, - "azext.minCliCoreVersion": "2.38.0", + "azext.minCliCoreVersion": "2.45.0", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -45574,16 +47692,59 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.6.5" + "version": "1.7.3" }, - "sha256Digest": "a00363a73db626180830a20c0465874f6d4062dad07862e1b4a22f8c1908dca8" + "sha256Digest": "a58e5fec5be4068420a10e14072bc788caf2782908c3406c92c761c4619426ec" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.6-py3-none-any.whl", - "filename": "spring-1.6.6-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.8.0-py3-none-any.whl", + "filename": "spring-1.8.0-py3-none-any.whl", "metadata": { "azext.isPreview": false, - "azext.minCliCoreVersion": "2.38.0", + "azext.minCliCoreVersion": "2.45.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/main/src/spring" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "spring", + "summary": "Microsoft Azure Command-Line Tools spring Extension", + "version": "1.8.0" + }, + "sha256Digest": "d83225658e5959ee43b9dac59ec9d9488fc3f3158f09f99f5d97ab58f1549c17" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.9.0-py3-none-any.whl", + "filename": "spring-1.9.0-py3-none-any.whl", + "metadata": { + "azext.isPreview": false, + "azext.minCliCoreVersion": "2.45.0", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -45617,16 +47778,16 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.6.6" + "version": "1.9.0" }, - "sha256Digest": "34064f43b620a36f1f8aa20200990297aaaf91c58795e0274d6f719136b029a4" + "sha256Digest": "9efab0aa23a5aba4ed754b25e1197b9b1e960184cecd10237d3ebad66c3c1a78" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.7-py3-none-any.whl", - "filename": "spring-1.6.7-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.9.1-py3-none-any.whl", + "filename": "spring-1.9.1-py3-none-any.whl", "metadata": { "azext.isPreview": false, - "azext.minCliCoreVersion": "2.38.0", + "azext.minCliCoreVersion": "2.45.0", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -45660,16 +47821,16 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.6.7" + "version": "1.9.1" }, - "sha256Digest": "7d9a8d4f792962dd1f713a839f9099bcf04c24958411f8e0edc4ef47321b87a3" + "sha256Digest": "3b07830d1a32c045af46de4c77250db5ea65fba26f1d9bb8f7f8582a923d34b2" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.8-py3-none-any.whl", - "filename": "spring-1.6.8-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.9.2-py3-none-any.whl", + "filename": "spring-1.9.2-py3-none-any.whl", "metadata": { "azext.isPreview": false, - "azext.minCliCoreVersion": "2.38.0", + "azext.minCliCoreVersion": "2.45.0", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -45703,16 +47864,16 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.6.8" + "version": "1.9.2" }, - "sha256Digest": "2286a779c293a47a4f2d01c2699f6d01ac8d28ac471c07e97f4c9f38750e6c92" + "sha256Digest": "36b30260e23bef6398eb153090379d8784d6b3868fa41d1748e447a37a21c874" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.7.0-py3-none-any.whl", - "filename": "spring-1.7.0-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.10.0-py3-none-any.whl", + "filename": "spring-1.10.0-py3-none-any.whl", "metadata": { "azext.isPreview": false, - "azext.minCliCoreVersion": "2.38.0", + "azext.minCliCoreVersion": "2.45.0", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -45746,13 +47907,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.7.0" + "version": "1.10.0" }, - "sha256Digest": "913b70f5f98b1da973fdb8324916ebc8fef4747a872b834efcbdef19101cb424" + "sha256Digest": "031895d8e91ad28eb8edda87b34bd704d8ed8b471597bcaaa0064ff2c408c101" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.7.1-py3-none-any.whl", - "filename": "spring-1.7.1-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.11.0-py3-none-any.whl", + "filename": "spring-1.11.0-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.45.0", @@ -45789,13 +47950,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.7.1" + "version": "1.11.0" }, - "sha256Digest": "4a4252041f9b0395cf6614b86b1c93afd94ac92d75ab82daae6634b0dbfa60a5" + "sha256Digest": "a02e5fe4531399d9e2d790004e55ce21d19dd384e2da377244beeb7342239291" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.7.2-py3-none-any.whl", - "filename": "spring-1.7.2-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.11.1-py3-none-any.whl", + "filename": "spring-1.11.1-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.45.0", @@ -45832,13 +47993,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.7.2" + "version": "1.11.1" }, - "sha256Digest": "b4a5740ff04788a947d6c67c57cea71b3a3e3244adb7d19bc02e52ccd7c4fea0" + "sha256Digest": "7cb83c3cb8811f10c724d7d321510821b9c8ca7103927820c8aab8257a063f44" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.7.3-py3-none-any.whl", - "filename": "spring-1.7.3-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.11.2-py3-none-any.whl", + "filename": "spring-1.11.2-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.45.0", @@ -45875,13 +48036,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.7.3" + "version": "1.11.2" }, - "sha256Digest": "a58e5fec5be4068420a10e14072bc788caf2782908c3406c92c761c4619426ec" + "sha256Digest": "6122206a0eb4de9bde73b8a8975b8f1b7ccf120e8b419dadbd890921c068120a" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.8.0-py3-none-any.whl", - "filename": "spring-1.8.0-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.11.3-py3-none-any.whl", + "filename": "spring-1.11.3-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.45.0", @@ -45918,13 +48079,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.8.0" + "version": "1.11.3" }, - "sha256Digest": "d83225658e5959ee43b9dac59ec9d9488fc3f3158f09f99f5d97ab58f1549c17" + "sha256Digest": "415dce682cd5636d234e0b36f015322b0fb5062a0a7955bc8f9a122cdd7f9c0e" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.9.0-py3-none-any.whl", - "filename": "spring-1.9.0-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.12.0-py3-none-any.whl", + "filename": "spring-1.12.0-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.45.0", @@ -45961,13 +48122,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.9.0" + "version": "1.12.0" }, - "sha256Digest": "9efab0aa23a5aba4ed754b25e1197b9b1e960184cecd10237d3ebad66c3c1a78" + "sha256Digest": "8d2a4bf4fa2bad75868b1f1dabfe5e6d41e93affd29098f1c818486174aed3ec" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.9.1-py3-none-any.whl", - "filename": "spring-1.9.1-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.12.1-py3-none-any.whl", + "filename": "spring-1.12.1-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.45.0", @@ -46004,13 +48165,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.9.1" + "version": "1.12.1" }, - "sha256Digest": "3b07830d1a32c045af46de4c77250db5ea65fba26f1d9bb8f7f8582a923d34b2" + "sha256Digest": "8b4ddd8caa4df29b8e98e4d258ce2ca36d146387300b7b289c705de760bd75ff" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.9.2-py3-none-any.whl", - "filename": "spring-1.9.2-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.12.2-py3-none-any.whl", + "filename": "spring-1.12.2-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.45.0", @@ -46047,13 +48208,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.9.2" + "version": "1.12.2" }, - "sha256Digest": "36b30260e23bef6398eb153090379d8784d6b3868fa41d1748e447a37a21c874" + "sha256Digest": "89e1762ee425d9d535b563799b9ef8bca1dbdc1083e217b6f5403c5b737e8ce0" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.10.0-py3-none-any.whl", - "filename": "spring-1.10.0-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.13.0-py3-none-any.whl", + "filename": "spring-1.13.0-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.45.0", @@ -46090,13 +48251,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.10.0" + "version": "1.13.0" }, - "sha256Digest": "031895d8e91ad28eb8edda87b34bd704d8ed8b471597bcaaa0064ff2c408c101" + "sha256Digest": "ad70a699f7b14f3fa7099a4ea4da31cd62f7222ce3fe7b8f705df16750dd3dcb" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.11.0-py3-none-any.whl", - "filename": "spring-1.11.0-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.13.1-py3-none-any.whl", + "filename": "spring-1.13.1-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.45.0", @@ -46133,13 +48294,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.11.0" + "version": "1.13.1" }, - "sha256Digest": "a02e5fe4531399d9e2d790004e55ce21d19dd384e2da377244beeb7342239291" + "sha256Digest": "bc70bf2099410034e833c95c76b4b35366916f3f50f53bb22cfbdc6c9224754d" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.11.1-py3-none-any.whl", - "filename": "spring-1.11.1-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.13.2-py3-none-any.whl", + "filename": "spring-1.13.2-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.45.0", @@ -46176,13 +48337,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.11.1" + "version": "1.13.2" }, - "sha256Digest": "7cb83c3cb8811f10c724d7d321510821b9c8ca7103927820c8aab8257a063f44" + "sha256Digest": "e87768d4df7b6a633f9c0ea50216a49c382d3a681a4f8c2a39021cc802092887" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.11.2-py3-none-any.whl", - "filename": "spring-1.11.2-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.13.3-py3-none-any.whl", + "filename": "spring-1.13.3-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.45.0", @@ -46219,13 +48380,13 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.11.2" + "version": "1.13.3" }, - "sha256Digest": "6122206a0eb4de9bde73b8a8975b8f1b7ccf120e8b419dadbd890921c068120a" + "sha256Digest": "694913f936898e8a3c06feae951be4c979913a3fc04d4a5eeb944f1586406cac" }, { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.11.3-py3-none-any.whl", - "filename": "spring-1.11.3-py3-none-any.whl", + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.14.0-py3-none-any.whl", + "filename": "spring-1.14.0-py3-none-any.whl", "metadata": { "azext.isPreview": false, "azext.minCliCoreVersion": "2.45.0", @@ -46262,9 +48423,9 @@ "metadata_version": "2.0", "name": "spring", "summary": "Microsoft Azure Command-Line Tools spring Extension", - "version": "1.11.3" + "version": "1.14.0" }, - "sha256Digest": "415dce682cd5636d234e0b36f015322b0fb5062a0a7955bc8f9a122cdd7f9c0e" + "sha256Digest": "3452d273b7e2bda35c592944518ff65cc148c06369a5b976af84100f1b6be719" } ], "spring-cloud": [ @@ -49651,6 +51812,48 @@ "version": "0.1.7" }, "sha256Digest": "e94f1fa190d504d080a6ad34f631f95aacfd1a0c56268d6d479267c9af8e27ba" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/stack_hci-0.1.8-py3-none-any.whl", + "filename": "stack_hci-0.1.8-py3-none-any.whl", + "metadata": { + "azext.minCliCoreVersion": "2.48.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/main/src/stack-hci" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "stack-hci", + "summary": "Microsoft Azure Command-Line Tools AzureStackHCIClient Extension", + "version": "0.1.8" + }, + "sha256Digest": "8fd1859564ff3fcb15688902f73ea7ee014423c74a0ae07ebf53e9fcfdb99dc4" } ], "staticwebapp": [ @@ -52305,51 +54508,6 @@ "sha256Digest": "8fbce712f8edcedf422c463f6b970fa7bdd94a452887ca5ddefb4fb00735acb5" } ], - "traffic-controller": [ - { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/traffic_controller-0.1.0-py3-none-any.whl", - "filename": "traffic_controller-0.1.0-py3-none-any.whl", - "metadata": { - "azext.isPreview": true, - "azext.minCliCoreVersion": "2.45.0", - "classifiers": [ - "Development Status :: 4 - Beta", - "Intended Audience :: Developers", - "Intended Audience :: System Administrators", - "Programming Language :: Python", - "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", - "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/main/src/traffic-controller" - } - } - }, - "generator": "bdist_wheel (0.30.0)", - "license": "MIT", - "metadata_version": "2.0", - "name": "traffic-controller", - "summary": "Microsoft Azure Command-Line Tools TrafficController Extension.", - "version": "0.1.0" - }, - "sha256Digest": "c8d4299235c234242180c4d7c0c60e1b982078f4f6d71fa2fa3f810ebadef599" - } - ], "virtual-network-manager": [ { "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_manager-0.5.1-py3-none-any.whl", @@ -54540,6 +56698,96 @@ "version": "0.5.1" }, "sha256Digest": "91efbb3d2b46f01e6a4b04fd792f353dd702a8769319f59a0252fa35d7c409ab" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.5.2-py2.py3-none-any.whl", + "filename": "vm_repair-0.5.2-py2.py3-none-any.whl", + "metadata": { + "azext.isPreview": false, + "azext.minCliCoreVersion": "2.0.67", + "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": "caiddev@microsoft.com", + "name": "Microsoft Corporation", + "role": "author" + } + ], + "document_names": { + "description": "DESCRIPTION.rst" + }, + "project_urls": { + "Home": "https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "vm-repair", + "summary": "Auto repair commands to fix VMs.", + "version": "0.5.2" + }, + "sha256Digest": "959f9bae59170c8c8785e47f046f3634472243b76cf576f049ca4cdaded0534e" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.5.3-py2.py3-none-any.whl", + "filename": "vm_repair-0.5.3-py2.py3-none-any.whl", + "metadata": { + "azext.isPreview": false, + "azext.minCliCoreVersion": "2.0.67", + "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": "caiddev@microsoft.com", + "name": "Microsoft Corporation", + "role": "author" + } + ], + "document_names": { + "description": "DESCRIPTION.rst" + }, + "project_urls": { + "Home": "https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "vm-repair", + "summary": "Auto repair commands to fix VMs.", + "version": "0.5.3" + }, + "sha256Digest": "6b71d6ddfb3a70057316ca760b0406417a330852ef184b2da239e417c4852dd4" } ], "vmware": [ diff --git a/src/interactive/HISTORY.rst b/src/interactive/HISTORY.rst index dd668a0a44f..ae29fe965ef 100644 --- a/src/interactive/HISTORY.rst +++ b/src/interactive/HISTORY.rst @@ -3,6 +3,22 @@ Release History =============== +0.5.1 ++++++ +* Fix bugs to prevent users from exiting the entire az interactive by using Ctrl+C during command execution +* Fix confusing error message caused by uncompleted command loading and param update + +0.5.0 ++++++ +* Support command recommendations that predicts the next commands users might need. +* Support scenario recommendations to help users complete the complex scenarios more smoothly and simply. +* Support new config `az config set interactive.enable_recommender=False` to disable these new recommenders. +* Fix display offset in toolbar. +* Add loading bar to avoid command execution errors caused by uncompleted command loading and param update. User can use CTRL+C to cancel the loading bar. +* Add value completion mechanism for parameter value in scenarios +* Support searching ability for scenarios +* Optimize parameter completion mechanism to recommend one parameter at a time + 0.4.6 +++++ * Compatible with argcomplete 2.0.0 diff --git a/src/interactive/README.md b/src/interactive/README.md index 9c6e3d9eebe..f7f4b0a38d6 100644 --- a/src/interactive/README.md +++ b/src/interactive/README.md @@ -2,6 +2,9 @@ ## The interactive mode for Microsoft Azure CLI (Command Line Interface) +- Recommend Commands and Scenarios Based on Previous Commands +- Search for Scenarios +- Value Completion in Scenario Mode - Interactive Tutorials - Lightweight Drop Down Completions - Auto Cached Suggestions @@ -63,6 +66,12 @@ To undefault a value $ %% .. ``` +To Search for a scenario + +```bash + $ /[keywords] +``` + ## Use Examples Type a command, for example: @@ -104,3 +113,66 @@ Only clears the appended suggestion when you restart the interactive shell ``` The color option will be saved. + +# Intelligent AZ Interactive (Revolutionary Change) +## Recommendation + +We have integrated the cli recommendation to make the completion ability more intelligent and provide the scenario completion. This is a revolutionary change. Users can enable or disable the recommendation feature by running the following commands: + +``` +$ az config set interactive.enable_recommender=True # Default, try the new recommendation feature +$ az config set interactive.enable_recommender=False # Disable the recommendation feature +``` +Here is a demo video demonstrating the main features of the new az interactive: + +[![intelligent_az_interactive](docs/intelligent_az_interactive.png)](docs/intelligent_az_interactive.mp4 "intelligent_az_interactive") + +### Command Recommendation + +Command recommendation uses an intelligent algorithm to suggest the most relevant and frequently used command for the user based on their historical command inputs. By analyzing the user's input history and matching it with the highest relevant commands, Intelligent Az Interactive can assist Azure CLI beginners in making quick and informed decisions, saving them time and effort. + +The command recommendation feature can also be a good way to broaden users' knowledge boundaries and help them recognize and learn commands that are related to their common commands but never used before. + +**Usage**: When you don't know what to do next, you can try entering only `Space` first, it will recommend the next command which is most used in other similar sessions. + +command_recommendation + +### Scenario Identification + +Scenario identification is another powerful feature that automatically recognizes the user's current scenario and recommends a set of commands that are most relevant to the user's needs. This feature is based on our extensive knowledge base which cover a wide range of use cases across various scenes. By analyzing the user's input history, Intelligent Az Interactive can identify the relevant scenario and suggest the most appropriate command set, helping new CLI users to quickly accomplish their tasks with confidence and ease. + +**Usage**: You can enter `Space` and select the scenario *(the options with prefix `command set`)* you want to use. It will automatically execute the commands in the scenario and help you complete the task. + +scenario_recommendation + +## Search Scenario Knowledge + +We have added the ability to help users search for scenarios based on keywords. When the user enters some keywords or descriptions, we will recommend the scenarios that are most likely to be used based on the keywords and descriptions of the functions the user wants to implement. + +**Usage**: You can use the natural language keywords with prefix `/` to search for the commands and usage scenarios you need, and smoothly create and execute corresponding CLI tasks. + +scenario_search + + +## Loading Bar + +The loading bar is a feature that we have implemented to provide users with a more stable and predictable experience while using our platform. Its primary function is to prevent command parameter detection errors that may occur due to incomplete loading. By displaying the progress of initialization through the loading bar, users can be assured that the initialization process is ongoing and they can expect to see a fully loaded interface once the bar reaches 100%. + +Additionally, the loading bar helps prevent user interface lagging or freezing due to insufficient memory. By preloading the necessary resources and data, users can avoid encountering these issues when inputting commands. The loading bar is an essential tool that improves the user experience by ensuring that all necessary components have been loaded before usage, thereby reducing the risk of encountering errors and providing a smoother, more stable platform. + +If you want to disable the loading bar, you can run the following command: +```bash +$ az config set enable_preloading=False +``` +Please refer to the following gif to see the loading bar in action: + +loading_bar + + +## Value Completion in Scenarios + +We added a completion mechanism for parameter values in scenario execution *(corresponding to scenario identification or searching scenario knowledge)* to improve the completion ability of param value in +scenarios. In multiple commands of the same scenario, once the user enters a parameter value, we store the value entered by +the user based on the scenario sample value and some special global parameters, and automatically recommend the completion +of these parameter values in subsequent commands. + diff --git a/src/interactive/README.rst b/src/interactive/README.rst deleted file mode 100644 index 43af1c694cc..00000000000 --- a/src/interactive/README.rst +++ /dev/null @@ -1,110 +0,0 @@ -Azure CLI Interactive Shell -*************************** - -The interactive shell for Microsoft Azure CLI (Command Line Interface) -###################################################################### - -* Interactive Tutorials -* Lightweight Drop Down Completions -* Auto Cached Suggestions -* Dynamic parameter completion -* Defaulting scopes of commands -* On the fly descriptions of the commands AND parameters -* On the fly examples of how to utilize each command -* Optional "az" component -* Query the previous command -* Navigation of example pane -* Optional layout configurations -* Fun Colors - - -Running -####### - -To start the application - -.. code-block:: console - - $ az shell - - -Then type your commands and hit [Enter] - -To use commands outside the application - -.. code-block:: console - - $ #[command] - - -To Search through the last command as json -jmespath format for querying - -.. code-block:: console - - $ ? [param] - - -*Note: Only if the previous command dumps out json, e.g. vm list* - -To only see the commands for a command - -.. code-block:: console - - $ %% [top-level command] [sub-level command] etc - - -To undefault a value - -.. code-block:: console - - $ %% .. - - -Use Examples -############ - -Type a command, for example: - -.. code-block:: console - - $ vm create - - -Look at the examples - -*Scroll through the pane with Control Y for up and Control N for down #* - -Pick the example you want with: - -.. code-block:: console - - $ vm create :: [Example Number] - - -Dev Setup -######### - -Fork and clone repository - -.. code-block:: console - - $ . dev_setup.py - - -To get the Exit Code of the previous command: - -.. code-block:: console - - $ $ - - -Clear History -############# - -Only clears the appended suggestion when you restart the shell - -.. code-block:: console - - $ clear-history - diff --git a/src/interactive/azext_interactive/azclishell/__init__.py b/src/interactive/azext_interactive/azclishell/__init__.py index 137cb965013..9bf03ff7bca 100644 --- a/src/interactive/azext_interactive/azclishell/__init__.py +++ b/src/interactive/azext_interactive/azclishell/__init__.py @@ -3,4 +3,4 @@ # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- -VERSION = '0.4.6' +VERSION = '0.5.1' diff --git a/src/databox/azext_databox/_client_factory.py b/src/interactive/azext_interactive/azclishell/_azclierror.py similarity index 52% rename from src/databox/azext_databox/_client_factory.py rename to src/interactive/azext_interactive/azclishell/_azclierror.py index 441837babe7..9da0eef6947 100644 --- a/src/databox/azext_databox/_client_factory.py +++ b/src/interactive/azext_interactive/azclishell/_azclierror.py @@ -3,12 +3,10 @@ # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- +from azure.cli.core.azclierror import ClientRequestError -def cf_databox(cli_ctx, *_): - from azure.cli.core.commands.client_factory import get_mgmt_service_client - from azext_databox.vendored_sdks.databox import DataBoxManagementClient - return get_mgmt_service_client(cli_ctx, DataBoxManagementClient) - -def cf_jobs(cli_ctx, *_): - return cf_databox(cli_ctx).jobs +# pylint: disable=unnecessary-pass +class ScenarioSearchError(ClientRequestError): + """ The client error raised by `Scenario Search`. """ + pass diff --git a/src/interactive/azext_interactive/azclishell/app.py b/src/interactive/azext_interactive/azclishell/app.py index 6616ff9de31..12ae42bcd25 100644 --- a/src/interactive/azext_interactive/azclishell/app.py +++ b/src/interactive/azext_interactive/azclishell/app.py @@ -12,8 +12,9 @@ import re import subprocess import sys -from threading import Thread +import time +from threading import Thread from six.moves import configparser from knack.log import get_logger from knack.util import CLIError @@ -21,6 +22,10 @@ from azure.cli.core._session import ACCOUNT, CONFIG, SESSION from azure.cli.core.api import get_config_dir from azure.cli.core.util import handle_exception +# stylized output +from azure.cli.core.style import print_styled_text, Style +# progress bar +from azure.cli.core.commands.progress import IndeterminateProgressBar # pylint: disable=import-error import jmespath @@ -36,7 +41,7 @@ from . import VERSION from .az_completer import AzCompleter -from .az_lexer import get_az_lexer, ExampleLexer, ToolbarLexer +from .az_lexer import get_az_lexer, ExampleLexer, ToolbarLexer, ScenarioLexer from .configuration import Configuration, SELECT_SYMBOL from .frequency_heuristic import DISPLAY_TIME, frequency_heuristic from .gather_commands import add_new_lines, GatherCommands @@ -44,9 +49,11 @@ from .layout import LayoutManager from .progress import progress_view from . import telemetry +from .recommendation import Recommender, _show_details_for_e2e_scenario, gen_command_in_scenario +from .scenario_suggest import ScenarioAutoSuggest from .threads import LoadCommandTableThread -from .util import get_window_dim, parse_quotes, get_os_clear_screen_word - +from .util import get_window_dim, parse_quotes, get_os_clear_screen_word, get_yes_or_no_option, select_option +from .scenario_search import SearchThread, show_search_item NOTIFICATIONS = "" PART_SCREEN_EXAMPLE = .3 @@ -66,8 +73,13 @@ def space_toolbar(settings_items, empty_space): if len(settings_items) == 1: spacing = '' else: - spacing = empty_space[ - :int(math.floor((len(empty_space) - counter) / (len(settings_items) - 1)))] + # Calculate the length of space between items + spacing_len = (len(empty_space) - len(NOTIFICATIONS) - counter) // (len(settings_items) - 1) + if spacing_len < 0: + # Not display the first item of settings if the space is not enough + return space_toolbar(settings_items[1:], empty_space) + # Sample spacing string from `empty_space` + spacing = empty_space[:spacing_len] settings = spacing.join(settings_items) @@ -75,6 +87,16 @@ def space_toolbar(settings_items, empty_space): return settings, empty_space +def whether_continue_module_loading(): + """ whether continue loading the command table, return True/False """ + step_msg = [(Style.PRIMARY, "\nDo you want to continue loading?"), (Style.SECONDARY, "(y/n)\n"), + (Style.PRIMARY, + "If you choose n, it will start the shell immediately," + "but it may cause unknown errors due to incomplete module loading.\n")] + continue_loading = get_yes_or_no_option(step_msg) + return continue_loading + + # pylint: disable=too-many-instance-attributes class AzInteractiveShell(object): @@ -110,7 +132,7 @@ def __init__(self, cli_ctx, style=None, completer=None, self.param_docs = u'' self.example_docs = u'' self.last = None - self.last_exit = 0 + self.last_exit_code = 0 self.user_feedback = user_feedback self.input = input_custom self.output = output_custom @@ -122,6 +144,9 @@ def __init__(self, cli_ctx, style=None, completer=None, self.intermediate_sleep = intermediate_sleep self.final_sleep = final_sleep self.command_table_thread = None + self.recommender = Recommender( + self.cli_ctx, os.path.join(self.config.get_config_dir(), self.config.get_recommend_path())) + self.recommender.set_on_prepared_callback(self.redraw_scenario_recommendation_info) # try to consolidate state information here... # Used by key bindings and layout @@ -141,8 +166,12 @@ def __call__(self): self.config.firsttime() if not self.config.has_feedback() and frequency_heuristic(self): - print("\n\nAny comments or concerns? You can use the \'feedback\' command!" + + print("\nAny comments or concerns? You can use the \'feedback\' command!" + " We would greatly appreciate it.\n") + if self.cli_ctx.config.getboolean("interactive", "enable_recommender", fallback=True): + print( + "\nA new Recommender is added which can make the completion ability more intelligent and provide the scenario completion!\n" + "If you want to disable this feature, you can use 'az config set interactive.enable_recommender=False' to disable it.\n") self.cli_ctx.data["az_interactive_active"] = True self.run() @@ -205,14 +234,26 @@ def restart_completer(self): self.lexer = get_az_lexer(command_info) self._cli = None + def redraw_scenario_recommendation_info(self): + scenarios = self.recommender.get_scenarios() or [] + scenarios_rec_info = "Scenario Recommendation: " + for idx, s in enumerate(scenarios): + idx_display = f'[{idx + 1}]' + scenario_desc = f'{s["scenario"]}' + command_size = f'{len(s["nextCommandSet"])} Commands' + scenarios_rec_info += f'\n {idx_display} {scenario_desc} ({command_size})' + self.cli.buffers['scenarios'].reset( + initial_document=Document(u'{}'.format(scenarios_rec_info))) + self.cli.request_redraw() + def _space_examples(self, list_examples, rows, section_value): """ makes the example text """ examples_with_index = [] for i, _ in list(enumerate(list_examples)): if len(list_examples[i]) > 1: - examples_with_index.append("[" + str(i + 1) + "] " + list_examples[i][0] + - list_examples[i][1]) + examples_with_index.append("[" + str(i + 1) + "] " + list_examples[i][0] + "\n" + + list_examples[i][1] + "\n") example = "".join(exam for exam in examples_with_index) num_newline = example.count('\n') @@ -239,18 +280,19 @@ def _space_examples(self, list_examples, rows, section_value): def _update_toolbar(self): cli = self.cli _, cols = get_window_dim() - cols = int(cols) + # The rightmost column in window doesn't seem to be used + cols = int(cols) - 1 empty_space = " " * cols delta = datetime.datetime.utcnow() - START_TIME if self.user_feedback and delta.seconds < DISPLAY_TIME: toolbar = [ - ' Try out the \'feedback\' command', + 'Try out the \'feedback\' command', 'If refreshed disappear in: {}'.format(str(DISPLAY_TIME - delta.seconds))] elif self.command_table_thread.is_alive(): toolbar = [ - ' Loading...', + 'Loading...', 'Hit [enter] to refresh' ] else: @@ -259,6 +301,8 @@ def _update_toolbar(self): toolbar, empty_space = space_toolbar(toolbar, empty_space) cli.buffers['bottom_toolbar'].reset( initial_document=Document(u'{}{}{}'.format(NOTIFICATIONS, toolbar, empty_space))) + # Reset the cursor pos so that the bottom toolbar doesn't appear offset + cli.buffers['bottom_toolbar'].cursor_position = 0 def _toolbar_info(self): sub_name = "" @@ -273,9 +317,11 @@ def _toolbar_info(self): tool_val = 'Subscription: {}'.format(sub_name) if sub_name else curr_cloud settings_items = [ - " [F1]Layout", + "[F1]Layout", "[F2]Defaults", "[F3]Keys", + "[Space]Predict", + "[Ctrl+C]Clear Screen", "[Ctrl+D]Quit", tool_val ] @@ -297,8 +343,11 @@ def generate_help_text(self): if not self.completer.complete_command and new_command in self.completer.command_description: command = new_command - # get command/group help - if self.completer and command in self.completer.command_description: + if not command and self.recommender.enabled: + # display hint to promote CLI recommendation when the user doesn't have any input + self.description_docs = u'Try [Space] or `next` to get Command Recommendation' + elif self.completer and command in self.completer.command_description: + # Display the help message of the command when the user has input self.description_docs = u'{}'.format(self.completer.command_description[command]) # get parameter help if full command @@ -335,11 +384,12 @@ def _update_default_info(self): except configparser.NoSectionError: self.config_default = "" - def create_application(self, full_layout=True): + def create_application(self, full_layout=True, auto_suggest=AutoSuggestFromHistory(), + prompt_prefix='', toolbar_hint=''): """ makes the application object and the buffers """ - layout_manager = LayoutManager(self) + layout_manager = LayoutManager(self, prompt_prefix, toolbar_hint) if full_layout: - layout = layout_manager.create_layout(ExampleLexer, ToolbarLexer) + layout = layout_manager.create_layout(ExampleLexer, ToolbarLexer, ScenarioLexer) else: layout = layout_manager.create_tutorial_layout() @@ -352,12 +402,13 @@ def create_application(self, full_layout=True): 'example_line': Buffer(is_multiline=True), 'default_values': Buffer(), 'symbols': Buffer(), - 'progress': Buffer(is_multiline=False) + 'progress': Buffer(is_multiline=False), + 'scenarios': Buffer(is_multiline=True, read_only=True), } writing_buffer = Buffer( history=self.history, - auto_suggest=AutoSuggestFromHistory(), + auto_suggest=auto_suggest, enable_history_search=True, completer=self.completer, complete_while_typing=Always() @@ -398,17 +449,19 @@ def set_scope(self, value): def handle_example(self, text, continue_flag): """ parses for the tutorial """ + # Get the cmd part and index part from input + # e.g. webapp create :: 1 => `cmd = 'webapp create'` `selected_option='1'` cmd = text.partition(SELECT_SYMBOL['example'])[0].rstrip() - num = text.partition(SELECT_SYMBOL['example'])[2].strip() + selected_option = text.partition(SELECT_SYMBOL['example'])[2].strip() example = "" try: - num = int(num) - 1 + selected_option = int(selected_option) - 1 except ValueError: print("An Integer should follow the colon", file=self.output) return "" if cmd in self.completer.command_examples: - if num >= 0 and num < len(self.completer.command_examples[cmd]): - example = self.completer.command_examples[cmd][num][1] + if 0 <= selected_option < len(self.completer.command_examples[cmd]): + example = self.completer.command_examples[cmd][selected_option][1] example = example.replace('\n', '') else: print('Invalid example number', file=self.output) @@ -433,14 +486,19 @@ def handle_example(self, text, continue_flag): return self.example_repl(example_no_fill, example, starting_index, continue_flag) def example_repl(self, text, example, start_index, continue_flag): - """ REPL for interactive tutorials """ + """ REPL(Read-Eval-Print Loop) for interactive tutorials """ if start_index: start_index = start_index + 1 cmd = ' '.join(text.split()[:start_index]) example_cli = CommandLineInterface( application=self.create_application( - full_layout=False), + full_layout=False, + prompt_prefix='(tutorial) ', + toolbar_hint='In Tutorial Mode: Press [Enter] after typing each part' + ), eventloop=create_eventloop()) + # Scenario recommendation cannot be enabled in tutorial mode + self.completer.enable_scenario_recommender(False) example_cli.buffers['example_line'].reset( initial_document=Document(u'{}\n'.format( add_new_lines(example))) @@ -462,8 +520,9 @@ def example_repl(self, text, example, start_index, continue_flag): else: if len(answer.split()) > 1: start_index += 1 - cmd += " " + answer.split()[-1] + " " +\ + cmd += " " + answer.split()[-1] + " " + \ u' '.join(text.split()[start_index:start_index + 1]) + self.completer.enable_scenario_recommender(True) example_cli.exit() del example_cli else: @@ -471,7 +530,140 @@ def example_repl(self, text, example, start_index, continue_flag): return cmd, continue_flag - # pylint: disable=too-many-statements + def handle_scenario(self, text): + """ parses for the scenario recommendation """ + # Get the index part from input + # e.g. :: 1 => `selected_option='1'` + selected_option = text.partition(SELECT_SYMBOL['example'])[2].strip() + try: + selected_option = int(selected_option) + except ValueError: + print("An Integer should follow the colon", file=self.output) + return + if 0 <= selected_option <= len(self.recommender.get_scenarios() or []): + scenario = self.recommender.get_scenarios()[selected_option] + self.recommender.feedback_scenario(selected_option, scenario) + else: + print('Invalid example number', file=self.output) + return + self.scenario_repl(scenario) + + def scenario_repl(self, scenario): + """ REPL(Read-Eval-Print Loop) for interactive scenario execution """ + auto_suggest = ScenarioAutoSuggest() + example_cli = CommandLineInterface( + application=self.create_application( + full_layout=False, + auto_suggest=auto_suggest, + prompt_prefix='(scenario) ', + toolbar_hint='In Scenario Mode: Press [Enter] to execute commands [Ctrl+C]Skip [Ctrl+D]Quit' + ), + eventloop=create_eventloop()) + # When users execute the recommended command combination of scenario, + # they no longer need the scenario recommendation + self.completer.enable_scenario_recommender(False) + + _show_details_for_e2e_scenario(scenario, file=self.output) + + example_cli.buffers['example_line'].reset( + initial_document=Document(scenario.get('reason') or scenario.get('scenario') or 'Running a E2E Scenario. ') + ) + quit_scenario = False + # give notice to users that they can skip a command or quit the scenario + print_styled_text([(Style.WARNING, '\nYou can use CTRL C to skip a command of the scenario, ' + 'and CTRL D to exit the scenario.')]) + for nx_cmd, sample in gen_command_in_scenario(scenario, file=self.output): + auto_suggest.update(sample) + retry = True + while retry: + # reset and put the command in write buffer + example_cli.buffers[DEFAULT_BUFFER].reset( + initial_document=Document( + u'{}'.format(nx_cmd['command']), + cursor_position=len(nx_cmd['command']))) + example_cli.request_redraw() + try: + # wait for user's input + document = example_cli.run() + except (KeyboardInterrupt, ValueError): + # CTRL C + break + if not document: + # CTRL D + quit_scenario = True + break + if not document.text: + continue + cmd = document.text + # Update customized parameter value map + auto_suggest.update_customized_cached_param_map(cmd) + self.history.append(cmd) + # Prefetch the next recommendation using current executing command + self.recommender.update_executing(cmd, feedback=False) + telemetry.start() + self.cli_execute(cmd) + if self.last_exit_code: + telemetry.set_failure() + else: + retry = False + telemetry.set_success() + # Update execution result of previous command, fetch recommendation if command failed + self.recommender.update_exec_result(self.last_exit_code, telemetry.get_error_info()['result_summary']) + telemetry.flush() + if quit_scenario: + break + self.completer.enable_scenario_recommender(True) + example_cli.exit() + del example_cli + + def handle_search(self, text): + """ parses for the scenario search """ + # If the user's input text is "/ connect a momgodb", we extract the keyword "connect a mongodb" from it + keywords = text.partition(SELECT_SYMBOL['search'])[2].strip() + if not keywords: + print_styled_text([(Style.WARNING, 'Please input search keywords')]) + return + self.recommender.cur_thread = SearchThread(self.recommender.cli_ctx, keywords, + self.recommender.recommendation_path, + self.recommender.executing_command, + self.recommender.on_prepared_callback) + self.recommender.cur_thread.start() + # Wait for the search thread to finish + while self.recommender.cur_thread.is_alive(): + try: + time.sleep(0.1) + if self.recommender.cur_thread.result: + break + except (KeyboardInterrupt, ValueError): + # Catch CTRL + C to quit the search thread + break + if self.recommender.cur_thread.result is not None: + results = self.recommender.cur_thread.result + # If the result is a string, it means the search thread has encountered an error + if type(results) is str: + print_styled_text([(Style.WARNING, results)]) + self.recommender.cur_thread.result = [] + return + if len(results) == 0: + print_styled_text([(Style.WARNING, "We currently can't find the scenario you need. \n" + "You can try to change the search keywords or " + "submit an issue to ask for the scenario you need.")]) + # -1 means no result + self.recommender.feedback_search("-1", keywords) + else: + show_search_item(results) + + option_msg = [(Style.ACTION, " ? "), (Style.PRIMARY, "Please select your option "), + (Style.SECONDARY, "(if none, enter 0)"), (Style.PRIMARY, ": ")] + option = select_option(option_msg, min_option=0, max_option=len(results), default_option=-1) + if option == 0: + # 0 means no selection + self.recommender.feedback_search("0", keywords) + if option > 0: + scenario = results[option - 1] + self.recommender.feedback_search(option, keywords, scenario=scenario) + self.scenario_repl(scenario) + def _special_cases(self, cmd, outside): break_flag = False continue_flag = False @@ -498,9 +690,9 @@ def _special_cases(self, cmd, outside): telemetry.track_outside_gesture() elif cmd_stripped[0] == SELECT_SYMBOL['exit_code']: - meaning = "Success" if self.last_exit == 0 else "Failure" + meaning = "Success" if self.last_exit_code == 0 else "Failure" - print(meaning + ": " + str(self.last_exit), file=self.output) + print(meaning + ": " + str(self.last_exit_code), file=self.output) continue_flag = True telemetry.track_exit_code_gesture() elif SELECT_SYMBOL['query'] in cmd_stripped and self.last and self.last.result: @@ -514,6 +706,12 @@ def _special_cases(self, cmd, outside): self.cli_ctx.show_version() except SystemExit: pass + elif cmd.startswith(SELECT_SYMBOL['example']): + self.handle_scenario(cmd) + continue_flag = True + elif cmd.strip().startswith(SELECT_SYMBOL['search']): + self.handle_search(cmd) + continue_flag = True elif SELECT_SYMBOL['example'] in cmd: cmd, continue_flag = self.handle_example(cmd, continue_flag) telemetry.track_ran_tutorial() @@ -567,6 +765,7 @@ def sub_result(arg): escaped_symbol = re.escape(query_symbol) # regex captures query symbol and all characters following it in the argument return json.dumps(re.sub(r'%s.*' % escaped_symbol, jmespath_query, arg)) + cmd_base = ' '.join(map(sub_result, args)) self.cli_execute(cmd_base) continue_flag = True @@ -660,9 +859,19 @@ def cli_execute(self, cmd): self.threads.append(thread) result = None else: - result = invocation.execute(args) - - self.last_exit = 0 + try: + result = invocation.execute(args) + # Prevent users from exiting the entire az interactive by using Ctrl+C during command execution + except KeyboardInterrupt: + result = None + self.last_exit_code = 1 + except SystemExit as ex: + # prevent errors caused by uncompleted command loading + if ex.code == 2 and self.command_table_thread.is_alive(): + print_styled_text([(Style.ERROR, "Command loading is not complete, please wait...")]) + result = None + + self.last_exit_code = 0 if result and result.result is not None: if self.output: self.output.write(result) @@ -673,9 +882,9 @@ def cli_execute(self, cmd): self.last = result except Exception as ex: # pylint: disable=broad-except - self.last_exit = handle_exception(ex) + self.last_exit_code = handle_exception(ex) except SystemExit as ex: - self.last_exit = int(ex.code) + self.last_exit_code = int(ex.code) def progress_patch(self, *args, **kwargs): """ forces to use the Shell Progress """ @@ -683,15 +892,60 @@ def progress_patch(self, *args, **kwargs): self.cli_ctx.progress_controller.init_progress(ShellProgressView()) return self.cli_ctx.progress_controller + def load_command_table(self): + """ loads the command table """ + # initialize some variables + # whether the customer has been prompted to choose continue loading + # unable to use continue_loading to check this because the customer may choose to continue loading + if not self.cli_ctx.config.getboolean("interactive", "enable_preloading", fallback=True): + self.command_table_thread = LoadCommandTableThread(self.restart_completer, self) + self.command_table_thread.start() + return + print_styled_text([(Style.ACTION, "A command preload mechanism was added to prevent lagging and command run errors.\n" + "You can skip preloading in a single pass by CTRL+C or turn it off by setting 'az config set interactive.enable_preloading=False'\n")]) + already_prompted = False + continue_loading = True + # load command table + self.command_table_thread = LoadCommandTableThread(self.restart_completer, self) + self.command_table_thread.start() + self.command_table_thread.start_time = time.time() + print_styled_text([(Style.ACTION, "Loading command table... Expected time around 1 minute.")]) + progress_bar = IndeterminateProgressBar(cli_ctx=self.cli_ctx, message="Loading command table") + progress_bar.begin() + + # still loading commands, show the time of loading + while self.command_table_thread.is_alive(): + try: + time_spent_on_loading = time.time() - self.command_table_thread.start_time + progress_bar = IndeterminateProgressBar(cli_ctx=self.cli_ctx, + message="Already spent {} seconds on loading.".format( + round(time_spent_on_loading, 1))) + progress_bar.update_progress() + time.sleep(0.1) + # setup how long to wait before prompting the customer to continue loading + # whether the loading time is too long(>150s) + prompt_timeout_limit = 150 + except KeyboardInterrupt: + # if the customer presses Ctrl+C, break the loading loop + continue_loading = whether_continue_module_loading() + if time_spent_on_loading > prompt_timeout_limit and not already_prompted: + print_styled_text([(Style.WARNING, + '\nLoading command table takes too long, please contact the Azure CLI team for help.')]) + continue_loading = whether_continue_module_loading() + already_prompted = True + # if the customer chooses not to continue loading, break the loading loop + if not continue_loading: + break + progress_bar.stop() + def run(self): """ starts the REPL """ + self.load_command_table() + # init customized processing bar from .progress import ShellProgressView self.cli_ctx.get_progress_controller().init_progress(ShellProgressView()) self.cli_ctx.get_progress_controller = self.progress_patch - self.command_table_thread = LoadCommandTableThread(self.restart_completer, self) - self.command_table_thread.start() - from .configuration import SHELL_HELP self.cli.buffers['symbols'].reset( initial_document=Document(u'{}'.format(SHELL_HELP))) @@ -700,6 +954,8 @@ def run(self): telemetry.flush() while True: try: + # Reset the user input analysis state in completer to clear the hint in command description section + self.completer.reset() document = self.cli.run(reset_current_buffer=True) text = document.text if not text: @@ -711,11 +967,16 @@ def run(self): except AttributeError: # when the user pressed Control D + # IDEA: Create learning mode, automatically create temp-resource-group when initialized and put all resources in this temp-resource-group automatically; + # IDEA: Automatically delete the whole temp-resource-group when the user logs out or when no operation is invoked for one hour. + # TODO: prompt a notice to ask if the user wants to delete all the resources created break except (KeyboardInterrupt, ValueError): # CTRL C + # Clear the Screen and refresh interface + cmd = CLEAR_WORD self.set_prompt() - continue + subprocess.Popen(cmd, shell=True).communicate() else: self.history.append(text) b_flag, c_flag, outside, cmd = self._special_cases(cmd, outside) @@ -732,10 +993,15 @@ def run(self): subprocess.Popen(cmd, shell=True).communicate() else: telemetry.start() + # Prefetch the next recommendation using current executing command + self.recommender.update_executing(cmd) self.cli_execute(cmd) - if self.last_exit and self.last_exit != 0: + if self.last_exit_code: telemetry.set_failure() else: telemetry.set_success() + # Update execution result of previous command, fetch recommendation if command failed + self.recommender.update_exec_result(self.last_exit_code, + telemetry.get_error_info()['result_summary']) telemetry.flush() telemetry.conclude() diff --git a/src/interactive/azext_interactive/azclishell/az_completer.py b/src/interactive/azext_interactive/azclishell/az_completer.py index 5bd3a1de94a..1bc8212d82d 100644 --- a/src/interactive/azext_interactive/azclishell/az_completer.py +++ b/src/interactive/azext_interactive/azclishell/az_completer.py @@ -6,6 +6,7 @@ from __future__ import absolute_import, division, print_function, unicode_literals import os +import re from azure.cli.core.parser import AzCliCommandParser from azure.cli.core.commands.events import ( @@ -56,6 +57,8 @@ def __init__(self, shell_ctx, commands, global_params=True): self.shell_ctx = shell_ctx self.started = False + self.scenario_recommender_enabled = True + # dictionary of command to descriptions self.command_description = {} # a list of all the possible parameters @@ -149,6 +152,18 @@ def process_dynamic_completion(self, completion): if self.validate_completion(completion): yield Completion(completion, -len(self.unfinished_word)) + def reset(self): + """ reset the state cache """ + self.unfinished_word = '' + self.complete_command = '' + self.leftover_args = '' + self.current_command = '' + self.subtree = None + + def enable_scenario_recommender(self, enable): + """ enable or disable the scenario display in completer """ + self.scenario_recommender_enabled = enable + def get_completions(self, document, complete_event): # pylint: disable=unused-argument if not self.started: return @@ -171,9 +186,16 @@ def get_completions(self, document, complete_event): # pylint: disable=unused-a self.shell_ctx.cli_ctx.raise_event(EVENT_INTERACTIVE_POST_SUB_TREE_CREATE, subtree=self.subtree) self.complete_command = not self.subtree.children + for comp in self.gen_recommend_completion(text): + yield comp + for comp in sort_completions(self.gen_cmd_and_param_completions()): yield comp + if self.scenario_recommender_enabled: + for comp in self.gen_recommended_scenario(text): + yield comp + for comp in sort_completions(self.gen_global_params_and_arg_completions()): yield comp @@ -259,6 +281,44 @@ def gen_dynamic_completions(self, text): except Exception: # pylint: disable=broad-except pass + def gen_recommend_completion(self, text): + """ generates recommended commands """ + recommend_result = self.shell_ctx.recommender.get_commands() or [] + if not recommend_result: + default_recommendations = self.shell_ctx.recommender.get_default_recommendations() + for rec in default_recommendations: + description = default_recommendations[rec] + description = description or self.command_description.get(rec, '') + if text.strip() == '': + # generate default recommendation if no recommendation result + yield Completion(rec, 0, display_meta=description) + for rec in recommend_result: + description = self.command_description.get(rec['command'], 'Commonly used command by other users') + if text == '': + # generate all recommendation if user inputs space or `az ` + yield Completion(rec['command'], 0, display_meta=description) + elif text == 'a': + # start all recommendation with 'az ' if the user inputs 'a' + yield Completion('az ' + rec['command'], -1, display_meta=description) + else: + # recommend items that match the user's input if the user inputs other + formatted_text = re.sub(r'\s+', ' ', text).strip() + if rec['command'].startswith(formatted_text) and rec['command'] != formatted_text: + yield Completion(rec['command'], -len(text.lstrip()), display_meta=description) + + def gen_recommended_scenario(self, text): + """ generates recommended scenarios """ + # only gen scenarios when inputting command part + if '-' in text or not re.fullmatch(r'[a-zA-Z\s]+', text): + return + recommend_result = self.shell_ctx.recommender.get_scenarios() or [] + for idx, rec in enumerate(recommend_result): + # '::[num]' is the statement to select the recommended scenarios. The Completion will replace the input with '::[num]', which will execute the specific scenario + yield Completion( + '::' + str(idx + 1), -len(text), + display_meta=f'{rec["scenario"]} ({len(rec["nextCommandSet"])} Commands)', + display=f'* command set {str(idx + 1)}') + def yield_param_completion(self, param, last_word): """ yields a parameter """ return Completion(param, -len(last_word), display_meta=self.param_description.get( @@ -266,6 +326,11 @@ def yield_param_completion(self, param, last_word): def gen_cmd_and_param_completions(self): """ generates command and parameter completions """ + # if the user inputs space or 'az', provide recommendation instead of + # default completion when recommender is enabled + has_user_input = self.current_command or self.unfinished_word.strip() + if not has_user_input and self.shell_ctx.recommender.enabled: + return if self.complete_command: for param in self.command_param_info.get(self.current_command, []): if self.validate_param_completion(param, self.leftover_args): @@ -273,7 +338,9 @@ def gen_cmd_and_param_completions(self): elif not self.leftover_args: for child_command in self.subtree.children: if self.validate_completion(child_command): - yield Completion(child_command, -len(self.unfinished_word)) + full_command = f'{self.current_command} {child_command}'.strip() + yield Completion(child_command, -len(self.unfinished_word), + display_meta=self.command_description.get(full_command)) def gen_global_params_and_arg_completions(self): # global parameters diff --git a/src/interactive/azext_interactive/azclishell/az_lexer.py b/src/interactive/azext_interactive/azclishell/az_lexer.py index d53656bfb4b..c152502b1c4 100644 --- a/src/interactive/azext_interactive/azclishell/az_lexer.py +++ b/src/interactive/azext_interactive/azclishell/az_lexer.py @@ -55,3 +55,16 @@ class ToolbarLexer(RegexLexer): (r'.', Operator), ] } + + +class ScenarioLexer(RegexLexer): + """ Lexer for the recommended scenarios """ + # The purpose of this lexer is to tokenize and apply syntax highlighting to a text based on a set of regular expressions. + tokens = { + 'root': [ + # (r' .', Number) matches any single character followed by a space and assigns it the token type Number. + (r' .', Number), + # (r'.', Number) matches any single character and assigns it the token type Number + (r'.', Number), + ] + } diff --git a/src/interactive/azext_interactive/azclishell/configuration.py b/src/interactive/azext_interactive/azclishell/configuration.py index f2a73ad6508..ef6b248427f 100644 --- a/src/interactive/azext_interactive/azclishell/configuration.py +++ b/src/interactive/azext_interactive/azclishell/configuration.py @@ -12,20 +12,24 @@ from prompt_toolkit import prompt # pylint: disable=import-error - SELECT_SYMBOL = { 'outside': '#', 'query': '??', 'example': '::', 'exit_code': '$', 'scope': '%%', - 'unscope': '..' + 'unscope': '..', + # Where users enter keywords and requirement descriptions to search for commands and scenarios + 'search': '/' } GESTURE_INFO = { - SELECT_SYMBOL['outside'] + "[cmd]": "use commands outside the application", # pylint: disable=line-too-long - "[cmd] + [param] +" + "\"" + SELECT_SYMBOL['query'] + "[query]" + "\"": "Inject jmespath query from previous command", + SELECT_SYMBOL['search'] + ' [keyword]': "search for commands and scenarios", + SELECT_SYMBOL['outside'] + "[cmd]": "use commands outside the application", + SELECT_SYMBOL['example'] + " [num]": "complete a recommended scenario step by step", + "[cmd] + [param] +" + "\"" + SELECT_SYMBOL[ + 'query'] + "[query]" + "\"": "Inject jmespath query from previous command", "\"" + SELECT_SYMBOL['query'] + "[query]" + "\"": "Jmespath query of the previous command", "[cmd] " + SELECT_SYMBOL['example'] + " [num]": "do a step by step tutorial of example", SELECT_SYMBOL['exit_code']: "get the exit code of the previous command", @@ -41,8 +45,9 @@ def help_text(values): """ reformats the help text """ result = "" for key in values: - result += key + ' '.join('' for x in range(GESTURE_LENGTH - len(key))) +\ - ': ' + values[key] + '\n' + # ' '.join('' for x in range(GESTURE_LENGTH - len(key))) is used to make the help text aligned + # Example: If values = {'/ [keyword]': 'description1', '#[cmd]': 'description2'}, the result will be:'/ [keyword]: description1\n#[cmd] : description2\n' + result += key + ' '.join('' for x in range(GESTURE_LENGTH - len(key))) + ': ' + values[key] + '\n' return result @@ -56,6 +61,7 @@ class Configuration(object): 'y': True, 'Y': True, 'n': False, 'N': False} """ Configuration information """ + def __init__(self, cli_config, style=None): self.config = configparser.ConfigParser({ 'firsttime': 'yes', @@ -66,10 +72,12 @@ def __init__(self, cli_config, style=None): self.config.add_section('Layout') self.config.set('Help Files', 'command', 'help_dump.json') self.config.set('Help Files', 'history', 'history.txt') + self.config.set('Help Files', 'recommend_path', 'recommend_path.txt') self.config.set('Help Files', 'frequency', 'frequency.json') self.config.set('Layout', 'command_description', 'yes') self.config.set('Layout', 'param_description', 'yes') self.config.set('Layout', 'examples', 'yes') + self.config.set('Layout', 'scenarios', 'no') self.config_dir = os.getenv('AZURE_CONFIG_DIR') or os.path.expanduser(os.path.join('~', '.azure-shell')) if not os.path.exists(self.config_dir): @@ -89,6 +97,10 @@ def get_history(self): """ returns the history """ return self.config.get('Help Files', 'history') + def get_recommend_path(self): + """ returns the history """ + return self.config.get('Help Files', 'recommend_path') + def get_help_files(self): """ returns where the command table is cached """ return self.config.get('Help Files', 'command') diff --git a/src/interactive/azext_interactive/azclishell/gather_commands.py b/src/interactive/azext_interactive/azclishell/gather_commands.py index 76edfaac915..1f3a6460458 100644 --- a/src/interactive/azext_interactive/azclishell/gather_commands.py +++ b/src/interactive/azext_interactive/azclishell/gather_commands.py @@ -65,7 +65,7 @@ def add_new_lines(long_phrase, line_min=None, tolerance=TOLERANCE): for loc in nl_loc: long_phrase = long_phrase[:loc + counter] + '\n' + long_phrase[loc + counter:] counter += 1 - return long_phrase + "\n" + return long_phrase.strip() # pylint: disable=too-many-instance-attributes diff --git a/src/interactive/azext_interactive/azclishell/key_bindings.py b/src/interactive/azext_interactive/azclishell/key_bindings.py index 8280b234813..1ed52dcfb59 100644 --- a/src/interactive/azext_interactive/azclishell/key_bindings.py +++ b/src/interactive/azext_interactive/azclishell/key_bindings.py @@ -72,7 +72,8 @@ def _config_settings(event): questions = { "Do you want command descriptions": "command_description", "Do you want parameter descriptions": "param_description", - "Do you want examples": "examples" + "Do you want examples": "examples", + "Do you want scenarios recommendation": "scenarios" } for question in questions: while answer.lower() != 'y' and answer.lower() != 'n': diff --git a/src/interactive/azext_interactive/azclishell/layout.py b/src/interactive/azext_interactive/azclishell/layout.py index d449292d89a..0d2c618d1cf 100644 --- a/src/interactive/azext_interactive/azclishell/layout.py +++ b/src/interactive/azext_interactive/azclishell/layout.py @@ -30,8 +30,10 @@ class LayoutManager(object): """ store information and conditions for the layout """ - def __init__(self, shell_ctx): + def __init__(self, shell_ctx, prompt_prefix='', toolbar_hint=''): self.shell_ctx = shell_ctx + self.prompt_prefix = prompt_prefix + self.toolbar_hint = toolbar_hint @Condition def show_default(_): @@ -76,11 +78,16 @@ def get_prompt_tokens(self, _): prompt = 'az {}>> '.format(self.shell_ctx.default_command) else: prompt = 'az>> ' - return [(Token.Az, prompt)] + return [(Token.Az, self.prompt_prefix + prompt)] def create_tutorial_layout(self): """ layout for example tutorial """ - lexer, _, _ = get_lexers(self.shell_ctx.lexer, None, None) + lexer, _, _, _ = get_lexers(self.shell_ctx.lexer, None, None, None) + + # Append prompt token, '(prefix) az>>' before prompt + if not any(isinstance(processor, DefaultPrompt) for processor in self.input_processors): + self.input_processors.append(DefaultPrompt(self.get_prompt_tokens)) + layout_full = HSplit([ FloatContainer( Window( @@ -109,7 +116,7 @@ def create_tutorial_layout(self): ), Window( TokenListControl( - get_tutorial_tokens, + lambda _: [(Token.Toolbar, self.toolbar_hint)], default_char=Char(' ', Token.Toolbar)), height=LayoutDimension.exact(1)), ]), @@ -118,19 +125,21 @@ def create_tutorial_layout(self): ]) return layout_full - def create_layout(self, exam_lex, toolbar_lex): + def create_layout(self, exam_lex, toolbar_lex, scenario_lex): """ creates the layout """ - lexer, exam_lex, toolbar_lex = get_lexers(self.shell_ctx.lexer, exam_lex, toolbar_lex) + lexer, exam_lex, toolbar_lex, scenario_lex = get_lexers(self.shell_ctx.lexer, exam_lex, toolbar_lex, scenario_lex) if not any(isinstance(processor, DefaultPrompt) for processor in self.input_processors): self.input_processors.append(DefaultPrompt(self.get_prompt_tokens)) layout_lower = ConditionalContainer( HSplit([ - get_anyhline(self.shell_ctx.config), + get_any_hline(self.shell_ctx.config), get_descriptions(self.shell_ctx.config, exam_lex, lexer), - get_examplehline(self.shell_ctx.config), + get_example_hline(self.shell_ctx.config), get_example(self.shell_ctx.config, exam_lex), + get_scenario_hline(self.shell_ctx.config), + get_scenario(self.shell_ctx.config, scenario_lex), ConditionalContainer( get_hline(), @@ -206,15 +215,10 @@ def get_height(cli): return None -def get_tutorial_tokens(_): - """ tutorial tokens """ - return [(Token.Toolbar, 'In Tutorial Mode: Press [Enter] after typing each part')] - - -def get_lexers(main_lex, exam_lex, tool_lex): +def get_lexers(main_lex, exam_lex, tool_lex, scenario_lex): """ gets all the lexer wrappers """ if not main_lex: - return None, None, None + return None, None, None, None lexer = None if main_lex: if issubclass(main_lex, PromptLex): @@ -230,10 +234,14 @@ def get_lexers(main_lex, exam_lex, tool_lex): if issubclass(tool_lex, PygLex): tool_lex = PygmentsLexer(tool_lex) - return lexer, exam_lex, tool_lex + if scenario_lex: + if issubclass(scenario_lex, PygLex): + scenario_lex = PygmentsLexer(scenario_lex) + + return lexer, exam_lex, tool_lex, scenario_lex -def get_anyhline(config): +def get_any_hline(config): """ if there is a line between descriptions and example """ if config.BOOLEAN_STATES[config.config.get('Layout', 'command_description')] or\ config.BOOLEAN_STATES[config.config.get('Layout', 'param_description')]: @@ -270,13 +278,30 @@ def get_example(config, exam_lex): return get_empty() -def get_examplehline(config): +def get_example_hline(config): """ gets a line if there are examples """ if config.BOOLEAN_STATES[config.config.get('Layout', 'examples')]: return get_hline() return get_empty() +def get_scenario(config, scenario_lex): + """ scenario recommendation window """ + if config.BOOLEAN_STATES[config.config.get('Layout', 'scenarios')]: + return Window( + content=BufferControl( + buffer_name="scenarios", + lexer=scenario_lex)) + return get_empty() + + +def get_scenario_hline(config): + """ gets a line if there are examples """ + if config.BOOLEAN_STATES[config.config.get('Layout', 'scenarios')]: + return get_hline() + return get_empty() + + def get_empty(): """ returns an empty window because of syntaxical issues """ return Window( diff --git a/src/interactive/azext_interactive/azclishell/recommendation.py b/src/interactive/azext_interactive/azclishell/recommendation.py new file mode 100644 index 00000000000..f5aa5bc2e1f --- /dev/null +++ b/src/interactive/azext_interactive/azclishell/recommendation.py @@ -0,0 +1,457 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- +import re +from enum import Enum +import hashlib +import json +import threading + +from azure.cli.core.azclierror import RecommendationError +from azure.cli.core import telemetry +from azure.cli.core import __version__ as version +from azure.cli.core.style import print_styled_text, Style +from prompt_toolkit.history import FileHistory +from .scenario_search import SearchThread + + +class RecommendType(int, Enum): + All = 1 + Solution = 2 + Command = 3 + Scenario = 4 + Search = 5 + Chatgpt = 6 + + +class RecommendThread(threading.Thread): + """ Worker Thread to fetch recommendation online based on user's context """ + + def __init__(self, cli_ctx, recommendation_path, executing_command, on_prepared_callback): + super().__init__() + self.cli_ctx = cli_ctx + self.on_prepared_callback = on_prepared_callback + # The latest 25 commands are extracted for personalized analysis + self.command_history = recommendation_path.get_cmd_history(25) + if executing_command: + self.command_history.append(executing_command) + self.processed_exception = recommendation_path.get_result_summary() if not executing_command else None + self.result = None + self.api_version = None + + def run(self) -> None: + try: + self.result, self.api_version = get_recommend_from_api([json.dumps(cmd) for cmd in self.command_history], + RecommendType.All, + self.cli_ctx.config.getint('next', 'num_limit', + fallback=5), + error_info=self.processed_exception) + except RecommendationError: + self.result = [] + self.on_prepared_callback() + + +class Recommender: + def __init__(self, cli_ctx, filename): + self.cli_ctx = cli_ctx + self.recommendation_path = RecommendPath(filename) + self.cur_thread = None + self.on_prepared_callback = lambda: None + self.default_recommendations = { + 'help': 'Get help message of Azure CLI', + 'init': 'Set Azure CLI global configurations interactively', + 'next': 'Recommend the possible next set of commands to take', + 'scenario guide': 'Search for a scenario using keywords', + } + self.executing_command = None + + @property + def enabled(self): + """Whether recommender is enabled in global config""" + return self.cli_ctx.config.getboolean("interactive", "enable_recommender", fallback=True) + + def feedback_command(self, command): + """Send user's command choice in recommendations to telemetry.""" + if self.cur_thread and not self.cur_thread.is_alive(): + recommendations = self.cur_thread.result + api_version = self.cur_thread.api_version + trigger_commands = [cmd['command'] for cmd in self.cur_thread.command_history[-2:]] + processed_exception = self.cur_thread.processed_exception + # reformat the user input + # e.g. `az webapp create -h` => `webapp create -h` + command = re.sub(r'^az ', '', re.sub(r'\s+', ' ', command)).strip() + if not recommendations: + send_feedback("-1", trigger_commands, processed_exception, recommendations, accepted_recommend=None, + api_version=api_version) + elif not command: + send_feedback("0", trigger_commands, processed_exception, recommendations, accepted_recommend=None, + api_version=api_version) + # idx: index of the recommendation in the recommendation list, number from 0 + for idx, recommendation in enumerate(recommendations): + if recommendation['type'] != RecommendType.Command: + continue + # check if the user input matches recommendation + if command.startswith(recommendation['command']): + send_feedback(f'a{idx + 1}', trigger_commands, processed_exception, recommendations, + accepted_recommend=recommendation, api_version=api_version) + return + + def feedback_scenario(self, scenario_idx, scenario=None): + """Send user's scenario choice in recommendations to telemetry. + + :param scenario_idx: idx of the scenario in scenario recommendations list(number from 1) + :param scenario: selected scenario item + """ + if self.cur_thread and not self.cur_thread.is_alive(): + recommendations = self.cur_thread.result + api_version = self.cur_thread.api_version + trigger_commands = [cmd['command'] for cmd in self.cur_thread.command_history[-2:]] + processed_exception = self.cur_thread.processed_exception + if not recommendations: + send_feedback("-1", trigger_commands, processed_exception, recommendations, accepted_recommend=None, + api_version=api_version) + elif not scenario: + send_feedback("0", trigger_commands, processed_exception, recommendations, accepted_recommend=None, + api_version=api_version) + else: + send_feedback(f'b{scenario_idx}', trigger_commands, processed_exception, recommendations, + accepted_recommend=scenario, api_version=api_version) + + def feedback_search(self, search_idx, keywords, scenario=None): + """Send user's scenario choice in scenario search to telemetry. + + :param search_idx: idx of the scenario in scenario search list(number from 1) + :param keywords: search keywords + """ + if self.cur_thread and not self.cur_thread.is_alive(): + recommendations = self.cur_thread.result + api_version = self.cur_thread.api_version + search_keywords = keywords.split(' ') + processed_exception = self.cur_thread.processed_exception + if not recommendations: + send_feedback("-1", search_keywords, processed_exception, recommendations, accepted_recommend=None, + api_version=api_version) + elif not scenario: + send_feedback("0", search_keywords, processed_exception, recommendations, accepted_recommend=None, + api_version=api_version) + else: + send_feedback(f'c{search_idx}', search_keywords, processed_exception, recommendations, + accepted_recommend=scenario, api_version=api_version, request_type=5) + + def update_executing(self, cmd, feedback=True): + """Update executing command info, and prefetch the recommendation result as if the execution is successful + + :param cmd: The command that would be executed soon + :param feedback: whether send feedback to telemetry using this command as actual execution vs + previous recommendation + """ + if not self.enabled: + return + # e.g. `az webapp create --name xxx -g xxxx` => `webapp create` + command = re.sub('^az *', '', cmd).split('-', 1)[0].strip() + param = sorted([p for p in cmd.split() if p.startswith('-')]) + if feedback: + self.feedback_command(command) + self.executing_command = {'command': command, 'arguments': param} + self._update() + + def update_exec_result(self, exit_code, result_summary=''): + """Update execution result of executing_command set previously, fetch recommendation result if execution fails + + :param exit_code: exit code of previous executing command + :param result_summary: Result Summary of previous executing command + """ + if not self.enabled or not self.executing_command: + return + self.recommendation_path.append_result(self.executing_command['command'], self.executing_command['arguments'], + exit_code, result_summary) + self.executing_command = None + # If the execution of the last command fails, get the recommendation result again + if exit_code != 0: + self._update() + + def _update(self): + """Update recommendation result in new thread""" + self.cur_thread = RecommendThread(self.cli_ctx, self.recommendation_path, self.executing_command, + self.on_prepared_callback) + self.cur_thread.start() + + def _get_result(self, recommendation_type=RecommendType.Command): + if not self.cur_thread: + # This `None` represents that the recommender is initialized but not updated + return None + if not self.cur_thread.result: + # This `None` represents the request is running and recommendation is not ready + return None + return [recommendation for recommendation in self.cur_thread.result if + recommendation['type'] == recommendation_type] + + def get_commands(self): + """ + Get the latest recommended commands + :return: recommendation or None if the result is not prepared + """ + # The `[]` represents no recommendation fetched from recommendation service + return self._get_result(RecommendType.Command) if self.enabled else [] + + def get_default_recommendations(self): + return self.default_recommendations if self.enabled else [] + + def get_scenarios(self): + """ + Get the latest recommended scenarios + :return: recommendation or None if the result is not prepared + """ + return self._get_result(RecommendType.Scenario) if self.enabled else [] + + def set_on_prepared_callback(self, cb): + self.on_prepared_callback = cb + + +class RecommendPath: + """ History recording the commands that affect recommendations """ + + def __init__(self, filename): + self.history = FileHistory(filename) + self.commands = [json.loads(line) for line in self.history.strings[-30:]] + self.last_result_summary = '' + + def append_result(self, command, param, exit_code, result_summary=''): + if not command: + return + execution_info = { + 'command': command, + 'arguments': param, + 'exit_code': exit_code, + } + self.last_result_summary = result_summary if exit_code != 0 else '' + self.commands.append(execution_info) + self.history.append(json.dumps(execution_info)) + + def get_result_summary(self): + """ + Get Result Summary of last appended command + :return: last result summary + """ + return self.last_result_summary + + def get_cmd_history(self, top_num): + return self.commands[-top_num:] + + +def get_recommend_from_api(command_list, type, top_num=5, error_info=None): # pylint: disable=unused-argument + """query next command from web api""" + import requests + url = "https://cli-recommendation.azurewebsites.net/api/RecommendationService" + + user_id = telemetry._get_user_azure_id() # pylint: disable=protected-access + hashed_user_id = hashlib.sha256(user_id.encode('utf-8')).hexdigest() + payload = { + "command_list": json.dumps(command_list), + "type": type, + "top_num": top_num, + 'error_info': error_info, + 'cli_version': version, + 'user_id': hashed_user_id + } + + correlation_id = telemetry._session.correlation_id + subscription_id = telemetry._get_azure_subscription_id() + if telemetry.is_telemetry_enabled(): + if correlation_id: + payload['correlation_id'] = correlation_id + if subscription_id: + payload['subscription_id'] = subscription_id + + try: + response = requests.post(url, json.dumps(payload), timeout=2) + response.raise_for_status() + except requests.ConnectionError as e: + raise RecommendationError(f'Network Error: {e}') from e + except requests.exceptions.HTTPError as e: + raise RecommendationError(f'{e}') from e + except requests.RequestException as e: + raise RecommendationError(f'Request Error: {e}') from e + + recommends = [] + if 'data' in response.json(): + recommends = response.json()['data'] + + api_version = None + if 'api_version' in response.json(): + api_version = response.json()['api_version'] + return recommends, api_version + + +def send_feedback(option_idx, latest_commands, processed_exception=None, recommends=None, accepted_recommend=None, + api_version=None, request_type=RecommendType.All): + # initialize feedback data + # If you want to add a new property to the feedback, please initialize it here in advance and place it with 'None' to prevent parameter loss due to parsing errors. + feedback_data = {"request_type": None, "option": None, "trigger_commands": None, "error_info": None, + "recommendations_list": None, "recommendations_source_list": None, + "recommendations_type_list": None, "accepted_recommend_source": None, + "accepted_recommend_type": None, "accepted_recommend": None, "is_personalized": None} + + # request_type is the type of recommendation mode, 1 means recommend all tyes of recommendations of command, scenario and solution + feedback_data['request_type'] = request_type + # option is the index of the recommended command that user chooses. + # 'a' means commands while 'b' means scenarios, such as 'a1' + feedback_data['option'] = str(option_idx) + + if request_type == RecommendType.Search: + # trigger_commands is the keywords that used to search for scenarios + trigger_commands = latest_commands + else: + # trigger_commands is the commands that trigger the recommendation, can be multiple, max is 2 commands + if len(latest_commands) > 1: + trigger_commands = list(latest_commands[-2:]) + else: + trigger_commands = list(latest_commands[-1]) + feedback_data["trigger_commands"] = trigger_commands + + # get exception while command failed, succeeded commands return ' ' + if processed_exception and processed_exception != '': + feedback_data["error_info"] = processed_exception + + # get all recommend sources and types + has_personalized_rec = False + if recommends: + recommends_list = [] + source_list = set() + recommend_type_list = set() + for item in recommends: + try: + recommends_list.append({"command": str(item['command'])}) + except KeyError: + recommends_list.append({"scenario": str(item['scenario'])}) + source_list.add(str(item['source'])) + recommend_type_list.add(str(item['type'])) + if 'is_personalized' in item: + has_personalized_rec = True + feedback_data["recommendations_source_list"] = sorted(source_list) + feedback_data["recommendations_type_list"] = sorted(recommend_type_list) + feedback_data["recommendations_list"] = recommends_list + + if accepted_recommend: + feedback_data["accepted_recommend_source"] = accepted_recommend['source'] + feedback_data["accepted_recommend_type"] = accepted_recommend['type'] + if accepted_recommend['type'] in [RecommendType.Scenario, RecommendType.Search]: + feedback_data['accepted_recommend'] = accepted_recommend['scenario'] + else: + feedback_data['accepted_recommend'] = accepted_recommend['command'] + + if not has_personalized_rec: + feedback_data["is_personalized"] = None + elif 'is_personalized' in accepted_recommend: + feedback_data["is_personalized"] = 1 + else: + feedback_data["is_personalized"] = 0 + + # replace null to None: + for key, value in feedback_data.items(): + if value is None: + feedback_data[key] = "None" + + telemetry.start(mode='interactive') + if request_type == RecommendType.Search: + telemetry.set_command_details('search') + else: + telemetry.set_command_details('next') + telemetry.set_cli_recommendation(api_version=api_version, feedback=feedback_data) + telemetry.flush() + + +def _show_details_for_e2e_scenario(scenario, file=None): + print_styled_text([(Style.PRIMARY, scenario['scenario']), + (Style.ACTION, " contains the following commands:\n")], + file=file) + nx_cmd_set = scenario["nextCommandSet"] + exec_idx = scenario.get("executeIndex", []) + for idx, nx_cmd in enumerate(nx_cmd_set): + styled_command = [(Style.ACTION, ' > '), (Style.PRIMARY, "az " + nx_cmd['command'])] + if idx not in exec_idx: + styled_command.append((Style.WARNING, " (executed)")) + print_styled_text(styled_command, file=file) + if nx_cmd['reason']: + print_styled_text([(Style.SECONDARY, ' ' + nx_cmd['reason'])], file=file) + else: + print() + + +def gen_command_in_scenario(scenario, file=None): + exec_idx = scenario.get("executeIndex", []) + for idx in exec_idx: + nx_cmd = scenario["nextCommandSet"][idx] + print() + command_sample = _get_command_sample(nx_cmd) + print_styled_text([(Style.ACTION, "Running: ")] + command_sample, + file=file) + yield nx_cmd, ''.join([part[1] for part in command_sample]) + print_styled_text([(Style.SUCCESS, '\n(✓)Done: '), + (Style.PRIMARY, 'All commands in this scenario have been executed! \n')]) + + +def _get_command_sample(command): + """Try getting example from command. Or load the example from `--help` if not found.""" + if "example" in command and command["example"]: + command_sample, _ = _format_command_sample(command["example"]) + return command_sample + + from knack import help_files + parameter = [] + if "arguments" in command and command["arguments"]: + parameter = command["arguments"] + sorted_param = sorted(parameter) + cmd_help = help_files._load_help_file(command['command']) # pylint: disable=protected-access + if cmd_help and 'examples' in cmd_help and cmd_help['examples']: + for cmd_example in cmd_help['examples']: + command_sample, example_arguments = _format_command_sample(cmd_example['text']) + if sorted(example_arguments) == sorted_param: + return command_sample + + command = command["command"] if command["command"].startswith("az ") else "az " + command["command"] + command_sample = f"{command} {' '.join(parameter) if parameter else ''}" + return [(Style.PRIMARY, command_sample)] + + +def _format_command_sample(command_sample): + """ + Format command sample in the style of `az xxx --name `. + if the parameter dose not have $ to show it is customisable, it will return the raw command sample value. For example: -o tsv + Also return the arguments used in the sample. + """ + if not command_sample: + return [], [] + + cmd_items = command_sample.split() + arguments_start = False + example_arguments = [] + command_item = [] + argument_values = {} + values = [] + for item in cmd_items: + if item.startswith('-'): + arguments_start = True + if values and example_arguments: + argument_values[example_arguments[-1]] = values + values = [] + example_arguments.append(item) + elif not arguments_start: + command_item.append(item) + else: + values.append(item) + if values and example_arguments: + argument_values[example_arguments[-1]] = values + + formatted_example = [(Style.PRIMARY, ' '.join(command_item))] + for argument in example_arguments: + formatted_example.append((Style.PRIMARY, " " + argument)) + if argument in argument_values and argument_values[argument]: + argument_value = ' '.join(argument_values[argument]) + if argument_value.startswith('$'): + argument_value = argument_value[1:] + argument_value = '<' + argument_value + '>' + formatted_example.append((Style.WARNING, ' ' + argument_value)) + + return formatted_example, example_arguments diff --git a/src/interactive/azext_interactive/azclishell/scenario_search.py b/src/interactive/azext_interactive/azclishell/scenario_search.py new file mode 100644 index 00000000000..69e23521409 --- /dev/null +++ b/src/interactive/azext_interactive/azclishell/scenario_search.py @@ -0,0 +1,185 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +from enum import Enum +import threading +import json +from ._azclierror import ScenarioSearchError +from azure.cli.core.style import Style, print_styled_text + + +class SearchScope(int, Enum): + All = 1 + Scenario = 2 + Command = 3 + + @staticmethod + def get(scope): + if not scope: + return SearchScope.All + if scope.lower() == "scenario": + return SearchScope.Scenario + if scope.lower() == "command": + return SearchScope.Command + return SearchScope.All + + +class MatchRule(int, Enum): + All = 1 + And = 2 + Or = 3 + + @staticmethod + def get(rule): + if not rule: + return MatchRule.All + if rule.lower() == "and": + return MatchRule.And + if rule.lower() == "or": + return MatchRule.Or + return MatchRule.All + + +class SearchThread(threading.Thread): + def __init__(self, cli_ctx, keywords, search_path, executing_command, on_prepared_callback): + super().__init__() + self.cli_ctx = cli_ctx + self.keywords = keywords + self.on_prepared_callback = on_prepared_callback + # maintain a copy of the command history to insert commands executed in the searched scenario + self.command_history = search_path.get_cmd_history(25) + if executing_command: + self.command_history.append(executing_command) + self.processed_exception = search_path.get_result_summary() if not executing_command else None + self.result = None + self.api_version = None + + def run(self, scope=SearchScope.Scenario, match_rule=MatchRule.All) -> None: + try: + self.result, self.api_version = online_search(keyword=self.keywords, scope=scope, + match_rule=match_rule, + top=self.cli_ctx.config.getint('next', 'num_limit', + fallback=5)) + self.result = search_result_to_scenario_list(self.result) + except ScenarioSearchError: + self.result = "Connection Error. Please check your network connection." + + +# copied from azext_scenario_guide.requests.search_online: https://github.com/Azure/azure-cli-extensions/blob/7365e1ba3cc858b075cbc98aeb4e5ce5c91db745/src/scenario-guide/azext_scenario_guide/requests.py#L13 +def online_search(keyword, scope=SearchScope.All, match_rule=MatchRule.All, top=5): + """Search related e2e scenarios""" + import requests + url = "https://cli-recommendation.azurewebsites.net/api/SearchService" + payload = { + "keyword": keyword, + "scope": scope, + "match_rule": match_rule, + "top_num": top, + } + try: + response = requests.post(url, json.dumps(payload)) + response.raise_for_status() + except requests.ConnectionError as e: + raise ScenarioSearchError(f'Network Error: {e}') from e + except requests.exceptions.HTTPError as e: + raise ScenarioSearchError(f'{e}') from e + except requests.RequestException as e: + raise ScenarioSearchError(f'Request Error: {e}') from e + + results = [] + if 'data' in response.json(): + results = response.json()['data'] + api_version = None + if 'api_version' in response.json(): + api_version = response.json()['api_version'] + return results, api_version + + +# # copied from scenario_guide/azext_scenario_guide.custom._show_search_item: https://github.com/Azure/azure-cli-extensions/blob/7365e1ba3cc858b075cbc98aeb4e5ce5c91db745/src/scenario-guide/azext_scenario_guide/custom.py#L52 +def show_search_item(results): + """ + Display searched scenarios in following format. + + e.g. + [1] Monitor an App Service app with web server logs (4 Commands) + Include command: az webapp create + """ + + # To learn the structure of result, + # visit https://github.com/hackathon-cli-recommendation/cli-recommendation/blob/master/Docs/API_design_doc.md + for idx, result in enumerate(results): + + print() + # display idx as "[ 1]" if max index is larger than 9 + idx_str = f"[{idx + 1:2}] " if len(results) >= 10 else f"[{idx + 1:1}] " + num_notice = f" ({len(result['nextCommandSet'])} Commands)" + print_styled_text([(Style.ACTION, idx_str), (Style.PRIMARY, result['scenario']), (Style.SECONDARY, num_notice)]) + + # Display the command description or related command in the secondary information + # The specific display strategy are as follows: + # 1. It will display the description if a matched keyword in description + # 2. If there's no matched keyword in description, it will display the command with matched keyword instead + # 3. If there's no matched keyword in commands, it will display the scenario name with matched keyword + # 4. If there's no matched keyword in scenario name, it will display scenario description anyway + highlight_desc = next(iter(result.get('highlights', {}).get('description', [])), None) + if highlight_desc: + print_styled_text(_match_result_highlight(highlight_desc)) + continue + + # Show the command with the most matching keywords + highlight_commands = result.get('highlights', {}).get('nextCommandSet/command', []) + # display the command with most matched keywords + highlight_command = max(highlight_commands, key=lambda cmd: len(cmd.split("")), default=None) + if highlight_command: + include_command_style = [(Style.SECONDARY, "Include command: ")] + include_command_style.extend(_match_result_highlight(highlight_command)) + print_styled_text(include_command_style) + continue + + highlight_name = next(iter(result.get('highlights', {}).get('scenario', [])), None) + if highlight_name: + print_styled_text(_match_result_highlight(highlight_name)) + continue + + print_styled_text((Style.SECONDARY, result.get('description', ""))) + + print() + + +# copied from scenario_guide/azext_scenario_guide.custom._match_result_highlight: https://github.com/Azure/azure-cli-extensions/blob/7365e1ba3cc858b075cbc98aeb4e5ce5c91db745/src/scenario-guide/azext_scenario_guide/custom.py#L129 +def _match_result_highlight(highlight_content: str) -> list: + """Build `styled_text` from content with `` as highlight mark""" + styled_description = [] + remain = highlight_content + in_highlight = False + while remain: + split_result = remain.split("" if not in_highlight else "", 1) + content = split_result[0] + try: + remain = split_result[1] + except IndexError: + remain = None + styled_description.append((Style.SECONDARY if not in_highlight else Style.WARNING, content)) + in_highlight = not in_highlight + return styled_description + + +def search_result_to_scenario_list(search_results): + """Convert search result to scenario""" + scenario_list = [] + for raw_scenario in search_results: + # type 5 means the scenario is from online search + scenario = {'scenario': raw_scenario['description'], 'nextCommandSet': raw_scenario['commandSet'], + 'source': raw_scenario['source'], 'type': 5, 'executeIndex': range(len(raw_scenario['commandSet'])), + 'score': raw_scenario['score'], 'reason': raw_scenario['description'], + 'highlights': raw_scenario['highlights'], 'description': raw_scenario['description']} + # update command list: az group list => group list + commands = [] + for command in scenario['nextCommandSet']: + command['command'] = command['command'].split(' ', 1)[1] + commands.append(command) + scenario['nextCommandSet'] = commands + scenario_list.append(scenario) + return scenario_list diff --git a/src/interactive/azext_interactive/azclishell/scenario_suggest.py b/src/interactive/azext_interactive/azclishell/scenario_suggest.py new file mode 100644 index 00000000000..74edf623c54 --- /dev/null +++ b/src/interactive/azext_interactive/azclishell/scenario_suggest.py @@ -0,0 +1,136 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +import re + +from prompt_toolkit.auto_suggest import AutoSuggest, Suggestion + + +class ScenarioAutoSuggest(AutoSuggest): + """Auto Suggest used in Scenario execution mode""" + + def __init__(self): + self.cur_sample = '' + self.cur_command = '' + # param_sample_value_map is the dictionary that has `key` with command params and `value` with + self.param_sample_value_map = {} + # when user input a value of a parameter,value will be stored in this map. Will be suggested in the scenario + # customized_cached_param_map is the dictionary that has `key` with of scenario commands or some `special global params` and `value` with the value that customer has entered + self.customized_cached_param_map = {} + # Define some special global parameters which matches the param instead of sample value. + # Tend to improve the suggestion rate when scenario is not strictly stylized + self.special_global_param_map = {'-g': ['-g', '--resource-group'], + '--resource-group': ['-g', '--resource-group'], + '-s': ['-s', '--subscription'], '--subscription': ['-s', '--subscription'], + '-l': ['-l', '--location'], '--location': ['-l', '--location']} + + def update(self, sample: str): + """Change command sample that would be suggested to the user""" + # The sample should not start with 'az ' + self.cur_sample = sample.split('az ')[-1] + # Find parameters used in sample and its value + self.param_sample_value_map = {} + # Find the command part of sample + self.cur_command = self.cur_sample.split('-')[0].strip() + cur_param = '' + for part in self.cur_sample.split(): + if part.startswith('-'): + cur_param = part + self.param_sample_value_map[cur_param] = '' + elif cur_param: + self.param_sample_value_map[cur_param] += ' ' + part + self.param_sample_value_map[cur_param] = self.param_sample_value_map[cur_param].strip() + + def update_customized_cached_param_map(self, command_text: str): + """Update the value of a parameter in the customized parameter value map""" + # remove the 'az ' part of command + command_text = command_text.split('az ')[-1] + cached_sample_value = '' + special_global_param_list = None + for part in command_text.split(): + if part.startswith('-'): + # if the parameter is a special global parameter, use the parameter itself as the key + if part in self.special_global_param_map.keys(): + # Because '--g' and '--resource-group' are the same parameter, we need to both support in the customized map + special_global_param_list = self.special_global_param_map[part] + for param in special_global_param_list: + self.customized_cached_param_map[param] = '' + cached_sample_value = '' + else: + cached_sample_value = self.param_sample_value_map[part] + self.customized_cached_param_map[cached_sample_value] = '' + special_global_param_list = None + elif cached_sample_value: + self.customized_cached_param_map[cached_sample_value] += ' ' + part + self.customized_cached_param_map[cached_sample_value] = self.customized_cached_param_map[ + cached_sample_value].strip() + # Because '--g' and '--resource-group' are the same parameter, we need to both support in the customized map + elif special_global_param_list: + for param in special_global_param_list: + self.customized_cached_param_map[param] += ' ' + part + self.customized_cached_param_map[param] = self.customized_cached_param_map[param].strip() + + def get_suggestion(self, cli, buffer, document): + user_input = document.text.rsplit('\n', 1)[-1] + # format all the space in user's input to ' ' + user_input = re.sub(r'\s+', ' ', user_input) + # If the user has input the command part of sample, suggest the parameters + if user_input.startswith(self.cur_command): + # find user unfinished part of input command + # rsplit(' ', 1) will split the string from right to left with max split 1 + unfinished = user_input.rsplit(' ', 1)[-1] + # list of unused parameters in current sample + unused_param = list(self.param_sample_value_map.keys()) + # same as unfinished + completed_parts = user_input.rsplit(' ', 1)[0].strip().split() + # last completed part of user's input + last_part = completed_parts[-1] + + def try_remove(container, item): + if item in container: + container.remove(item) + + # Remove all used parameter from unused_param + for part in completed_parts: + if part.startswith('-'): + try_remove(unused_param, part) + if part in ['-g', '--resource-group']: + try_remove(unused_param, '--resource-group') + try_remove(unused_param, '-g') + if part in ['-n', '--name']: + try_remove(unused_param, '--name') + try_remove(unused_param, '-n') + + # If user is inputting a parameter, suggest the parameter and the rest part + if unfinished.startswith('-'): + # Find the parameter user is inputting and suggest the unfinished part + for param in unused_param: + if param.startswith(unfinished): + unused_param.remove(param) + return Suggestion(param[len(unfinished):]) + elif unfinished == '': + # if last part is a not a parameter or the last part is a bool parameter and the value is empty, suggest the first unused parameter + if (not last_part.startswith('-')) or self.param_sample_value_map[last_part] == '': + for param in unused_param: + # the param is a special global parameter, such as '--location' and not given a customized value + if param in self.special_global_param_map.keys() and self.param_sample_value_map[param].startswith('<'): + cached_param = param + else: + # cached_param is either the sample values in scenarios, such as or some special global params, such as '--location' + cached_param = self.param_sample_value_map[param] + if cached_param: + if cached_param in self.customized_cached_param_map.keys(): + value = self.customized_cached_param_map[cached_param] + elif cached_param.startswith('<') or cached_param.startswith('-'): + value = '' + else: + value = cached_param + return Suggestion(' '.join([param, value])) + else: + return Suggestion(param) + + # If the user hasn't finished the command part, suggest the whole command + elif self.cur_command.startswith(user_input): + return Suggestion(self.cur_sample[len(user_input):]) diff --git a/src/interactive/azext_interactive/azclishell/telemetry.py b/src/interactive/azext_interactive/azclishell/telemetry.py index 171282a3b4d..4f7a2f52303 100644 --- a/src/interactive/azext_interactive/azclishell/telemetry.py +++ b/src/interactive/azext_interactive/azclishell/telemetry.py @@ -113,3 +113,11 @@ def track_toggle_symbol_bindings(): def track_cli_commands_used(): _session.tracked_data['cli_commands_used'] += 1 + + +def get_error_info(): + return { + 'result': telemetry_core._session.result, + 'result_summary': telemetry_core._session.result_summary, + 'error_type': telemetry_core._session.error_type, + } diff --git a/src/interactive/azext_interactive/azclishell/util.py b/src/interactive/azext_interactive/azclishell/util.py index b8a65005068..d1ace7e4089 100644 --- a/src/interactive/azext_interactive/azclishell/util.py +++ b/src/interactive/azext_interactive/azclishell/util.py @@ -9,7 +9,7 @@ import platform from knack.log import get_logger - +from azure.cli.core.style import print_styled_text, Style logger = get_logger(__name__) @@ -74,3 +74,41 @@ def get_os_clear_screen_word(): if platform.system() == 'Windows': return 'cls' return 'clear' + + +# funtion to get yes/no option, same as az next +def get_yes_or_no_option(option_msg): + print_styled_text(option_msg, end='') + option = input() + yes_options = ["y", "yes", "Y", "Yes", "YES"] + no_options = ["n", "no", "N", "No", "NO"] + while (option not in yes_options) and (option not in no_options): + option = input("This option can only be Yes or No, please input again: ") + return option in yes_options + + +# same with scenario guide +def input_int(default_value=0): + """Read an int from `stdin`. Retry if input is not a number""" + ret = input() + if ret == '' or ret is None: + return default_value + while not ret.isnumeric(): + ret = input("Please input a valid number: ") + if ret == '' or ret is None: + return default_value + return int(ret) + + +# same with scenario guide +def select_option(option_msg, min_option, max_option, default_option): + """Read an option from `stdin` ranging from `min_option` to `max_option`. + Retry if input is out of range. + """ + print_styled_text(option_msg, end='') + option = input_int(default_option) + while option < min_option or option > max_option: + print_styled_text([(Style.PRIMARY, f"Please enter a valid option ({min_option}-{max_option}): ")], + end='') + option = input_int(default_option) + return option diff --git a/src/interactive/azext_interactive/tests/latest/test_completion.py b/src/interactive/azext_interactive/tests/latest/test_completion.py index d4ee9cba205..4358c105621 100644 --- a/src/interactive/azext_interactive/tests/latest/test_completion.py +++ b/src/interactive/azext_interactive/tests/latest/test_completion.py @@ -13,6 +13,7 @@ from prompt_toolkit.document import Document +from azext_interactive.azclishell.recommendation import Recommender TEST_DIR = os.path.abspath(os.path.join(os.path.abspath(__file__), '..')) @@ -42,41 +43,42 @@ def verify_completions(self, generated_completions, expected_completions, start_ self.assertFalse(expected_completions) def test_command_completion(self): - # initial completions - doc = Document(u' ') - gen = self.completer.get_completions(doc, None) - completions = set(['exit', 'quit', 'storage', 'vm', 'vmss']) - self.verify_completions(gen, completions, 0) - - # start command - doc = Document(u's') - gen = self.completer.get_completions(doc, None) - completions = set(['storage']) - self.verify_completions(gen, completions, -1) - - # test spaces - doc = Document(u' storage a') - gen = self.completer.get_completions(doc, None) - completions = set(['account']) - self.verify_completions(gen, completions, -1) - - # completer traverses command-tree - doc = Document(u'storage account ') - gen = self.completer.get_completions(doc, None) - completions = set(['create', 'check-name']) - self.verify_completions(gen, completions, 0) - - # test completed command still shows completion - doc = Document(u'vm') - gen = self.completer.get_completions(doc, None) - completions = set(['vm', 'vmss']) - self.verify_completions(gen, completions, -2) - - # test unrecognized command does not complete - doc = Document(u'vm group ') - gen = self.completer.get_completions(doc, None) - completions = set() - self.verify_completions(gen, completions, 0) + with mock.patch.object(Recommender, 'enabled', property(lambda _: False)): + # initial completions + doc = Document(u' ') + gen = self.completer.get_completions(doc, None) + completions = set(['exit', 'quit', 'storage', 'vm', 'vmss']) + self.verify_completions(gen, completions, 0) + + # start command + doc = Document(u's') + gen = self.completer.get_completions(doc, None) + completions = set(['storage']) + self.verify_completions(gen, completions, -1) + + # test spaces + doc = Document(u' storage a') + gen = self.completer.get_completions(doc, None) + completions = set(['account']) + self.verify_completions(gen, completions, -1) + + # completer traverses command-tree + doc = Document(u'storage account ') + gen = self.completer.get_completions(doc, None) + completions = set(['create', 'check-name']) + self.verify_completions(gen, completions, 0) + + # test completed command still shows completion + doc = Document(u'vm') + gen = self.completer.get_completions(doc, None) + completions = set(['vm', 'vmss']) + self.verify_completions(gen, completions, -2) + + # test unrecognized command does not complete + doc = Document(u'vm group ') + gen = self.completer.get_completions(doc, None) + completions = set() + self.verify_completions(gen, completions, 0) def test_param_completion(self): # 'az -h' diff --git a/src/interactive/azext_interactive/tests/latest/test_gather.py b/src/interactive/azext_interactive/tests/latest/test_gather.py index 59f1415df42..9ecb2867005 100644 --- a/src/interactive/azext_interactive/tests/latest/test_gather.py +++ b/src/interactive/azext_interactive/tests/latest/test_gather.py @@ -11,11 +11,11 @@ class GatherTest(unittest.TestCase): def test_add_new_lines(self): phrase1 = "Hello World" phrase2 = "HEllO" - self.assertEqual("Hello \nWorld\n", nl(phrase1, 5, 1)) - self.assertEqual("Hello World\n", nl(phrase1, 7, 4)) - self.assertEqual("HE\nll\nO\n", nl(phrase2, 2, 0)) - self.assertEqual("HEllO\n", nl(phrase2, 20, 0)) - self.assertEqual("\n", nl("", 20, 0)) + self.assertEqual("Hello \nWorld", nl(phrase1, 5, 1)) + self.assertEqual("Hello World", nl(phrase1, 7, 4)) + self.assertEqual("HE\nll\nO", nl(phrase2, 2, 0)) + self.assertEqual("HEllO", nl(phrase2, 20, 0)) + self.assertEqual("", nl("", 20, 0)) phrase4 = "To be, or not to be--that is the question:\ Whether 'tis nobler in the mind to suffer\ @@ -39,19 +39,19 @@ def test_add_new_lines(self): phrase3 = "This is his face, his face: his face is gone." self.assertEqual( - "This \nis hi\ns fac\ne, hi\ns fac\ne: hi\ns fac\ne is \ngone.\n", + "This \nis hi\ns fac\ne, hi\ns fac\ne: hi\ns fac\ne is \ngone.", nl(phrase3, 3, 2) ) self.assertEqual( - "This is \nhis fac\ne, his \nface: h\nis face \nis gone\n.\n", + "This is \nhis fac\ne, his \nface: h\nis face \nis gone\n.", nl(phrase3, 5, 2) ) self.assertEqual( - "This \nis hi\ns fa\nce, \nhis \nface\n: hi\ns fa\nce i\ns go\nne.\n", + "This \nis hi\ns fa\nce, \nhis \nface\n: hi\ns fa\nce i\ns go\nne.", nl(phrase3, 4, 0) ) self.assertEqual( - "This \nis \nhis \nface, \nhis \nface: \nhis \nface \nis \ngone.\n", + "This \nis \nhis \nface, \nhis \nface: \nhis \nface \nis \ngone.", nl(phrase3, 1, tolerance=6) ) diff --git a/src/interactive/docs/command_recommendation.gif b/src/interactive/docs/command_recommendation.gif new file mode 100644 index 00000000000..46ee6e3a995 Binary files /dev/null and b/src/interactive/docs/command_recommendation.gif differ diff --git a/src/interactive/docs/intelligent_az_interactive.mp4 b/src/interactive/docs/intelligent_az_interactive.mp4 new file mode 100644 index 00000000000..cf059ddf644 Binary files /dev/null and b/src/interactive/docs/intelligent_az_interactive.mp4 differ diff --git a/src/interactive/docs/intelligent_az_interactive.png b/src/interactive/docs/intelligent_az_interactive.png new file mode 100644 index 00000000000..8737bed1230 Binary files /dev/null and b/src/interactive/docs/intelligent_az_interactive.png differ diff --git a/src/interactive/docs/loading_bar.gif b/src/interactive/docs/loading_bar.gif new file mode 100644 index 00000000000..26513fab340 Binary files /dev/null and b/src/interactive/docs/loading_bar.gif differ diff --git a/src/interactive/docs/parameter_recommendation.gif b/src/interactive/docs/parameter_recommendation.gif new file mode 100644 index 00000000000..cb01c010505 Binary files /dev/null and b/src/interactive/docs/parameter_recommendation.gif differ diff --git a/src/interactive/docs/scenario_recommendation.gif b/src/interactive/docs/scenario_recommendation.gif new file mode 100644 index 00000000000..04a177ed04c Binary files /dev/null and b/src/interactive/docs/scenario_recommendation.gif differ diff --git a/src/interactive/docs/scenario_search.gif b/src/interactive/docs/scenario_search.gif new file mode 100644 index 00000000000..c2103a22d15 Binary files /dev/null and b/src/interactive/docs/scenario_search.gif differ diff --git a/src/interactive/setup.py b/src/interactive/setup.py index 452ea939aeb..23cc36c8410 100644 --- a/src/interactive/setup.py +++ b/src/interactive/setup.py @@ -35,7 +35,7 @@ 'prompt_toolkit~=1.0.15' ] -with open('README.rst', 'r', encoding='utf-8') as f: +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() diff --git a/src/k8s-extension/HISTORY.rst b/src/k8s-extension/HISTORY.rst index 3a9ff5ff82d..b973a4fe888 100644 --- a/src/k8s-extension/HISTORY.rst +++ b/src/k8s-extension/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +1.4.2 +++++++++++++++++++ +* microsoft.azuremonitor.containers: ContainerInsights Extension Managed Identity Auth Enabled by default + 1.4.1 ++++++++++++++++++ * microsoft.azureml.kubernetes: Fix sslSecret parameter in update operation diff --git a/src/k8s-extension/setup.py b/src/k8s-extension/setup.py index f129b4e4aae..beda2d80308 100644 --- a/src/k8s-extension/setup.py +++ b/src/k8s-extension/setup.py @@ -33,7 +33,7 @@ # TODO: Add any additional SDK dependencies here DEPENDENCIES = [] -VERSION = "1.4.1" +VERSION = "1.4.2" with open("README.rst", "r", encoding="utf-8") as f: README = f.read() diff --git a/src/load/HISTORY.rst b/src/load/HISTORY.rst index f81b9ad4a6d..fcd71467e17 100644 --- a/src/load/HISTORY.rst +++ b/src/load/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +0.3.0 +++++++ +* Initial release of Azure Load Testing data plane command groups. + 0.2.0 ++++++ * Stable version release. diff --git a/src/load/README.md b/src/load/README.md index 85fe00fcbf5..49252f6595c 100644 --- a/src/load/README.md +++ b/src/load/README.md @@ -1,5 +1,5 @@ -# Azure CLI Load Extension # -This is an extension to Azure CLI to create and manage Azure Load testing resources. +# Azure CLI Load Testing Extension # +This is an extension to Azure CLI to create and manage Azure Load Testing resources. ## How to use ## @@ -8,7 +8,7 @@ Install this extension using the below CLI command az extension add --name load ``` -### Create Azure load testing resource ### +### Create Azure Load Testing resource ### ``` az load create \ @@ -55,7 +55,7 @@ az load create \ ---
-### Update Azure load testing resource ### +### Update Azure Load Testing resource ### ``` az load update \ @@ -88,7 +88,7 @@ az load update \ ---
-### List Azure load testing resources ### +### List Azure Load Testing resources ### ``` az load list \ @@ -101,7 +101,7 @@ az load list ---
-### Show Azure load testing resource ### +### Show Azure Load Testing resource ### ``` az load show \ @@ -116,7 +116,7 @@ az load show \ ---
-### Delete Azure load testing resource ### +### Delete Azure Load Testing resource ### ``` az load delete \ @@ -129,4 +129,4 @@ az load delete \ --ids /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sample-rg/providers/Microsoft.LoadTestService/loadtests/sample-resource1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sample-rg2/providers/Microsoft.LoadTestService/loadtests/sample-resource2 ``` --- -
\ No newline at end of file +
diff --git a/src/load/azext_load/__init__.py b/src/load/azext_load/__init__.py index 56037047413..20bae4acc43 100644 --- a/src/load/azext_load/__init__.py +++ b/src/load/azext_load/__init__.py @@ -12,14 +12,12 @@ class LoadCommandsLoader(AzCommandsLoader): def __init__(self, cli_ctx=None): - from azure.cli.core.commands import CliCommandType - custom_command_type = CliCommandType( - operations_tmpl='azext_load.custom#{}') - super().__init__(cli_ctx=cli_ctx, - custom_command_type=custom_command_type) + super().__init__(cli_ctx=cli_ctx) def load_command_table(self, args): from azext_load.commands import load_command_table + from azext_load.data_plane.load_test.commands import load_test_commands + from azext_load.data_plane.load_test_run.commands import load_test_run_commands from azure.cli.core.aaz import load_aaz_command_table try: from . import aaz @@ -32,11 +30,20 @@ def load_command_table(self, args): args=args ) load_command_table(self, args) + load_test_commands(self, args) + load_test_run_commands(self, args) return self.command_table def load_arguments(self, command): from azext_load._params import load_arguments + from azext_load.data_plane.params import load_arguments as load_common_arguments + from azext_load.data_plane.load_test.params import load_arguments as load_test_arguments + from azext_load.data_plane.load_test_run.params import load_arguments as load_test_run_arguments + load_arguments(self, command) + load_common_arguments(self, command) + load_test_arguments(self, command) + load_test_run_arguments(self, command) COMMAND_LOADER_CLS = LoadCommandsLoader diff --git a/src/load/azext_load/_help.py b/src/load/azext_load/_help.py index 126d5d00714..c93efdd050d 100644 --- a/src/load/azext_load/_help.py +++ b/src/load/azext_load/_help.py @@ -9,3 +9,10 @@ # pylint: disable=too-many-lines from knack.help_files import helps # pylint: disable=unused-import +from azext_load.data_plane.help import helps as data_common_helps +from azext_load.data_plane.load_test.help import helps as data_load_test_helps +from azext_load.data_plane.load_test_run.help import helps as data_load_test_run_helps + +helps.update(data_common_helps) +helps.update(data_load_test_helps) +helps.update(data_load_test_run_helps) diff --git a/src/load/azext_load/commands.py b/src/load/azext_load/commands.py index c39d3646c9d..c6bbbd4bab8 100644 --- a/src/load/azext_load/commands.py +++ b/src/load/azext_load/commands.py @@ -8,8 +8,6 @@ # pylint: disable=too-many-lines # pylint: disable=too-many-statements -# from azure.cli.core.commands import CliCommandType - def load_command_table(self, _): # pylint: disable=unused-argument from .operations.create import LoadTestCreate diff --git a/src/load/azext_load/data_plane/__init__.py b/src/load/azext_load/data_plane/__init__.py new file mode 100644 index 00000000000..fbc0cb13956 --- /dev/null +++ b/src/load/azext_load/data_plane/__init__.py @@ -0,0 +1,6 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +__path__ = __import__("pkgutil").extend_path(__path__, __name__) diff --git a/src/load/azext_load/data_plane/client_factory.py b/src/load/azext_load/data_plane/client_factory.py new file mode 100644 index 00000000000..d5c00d2798c --- /dev/null +++ b/src/load/azext_load/data_plane/client_factory.py @@ -0,0 +1,37 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +from azext_load.data_plane.utils.utils import get_login_credentials +from azure.cli.core.util import get_az_user_agent + + +def admin_data_plane_client(cli_ctx, subscription=None, endpoint=None, credential=None): + """Initialize Azure Load Testing data Administration client for use with CLI.""" + from azext_load.vendored_sdks.loadtesting import LoadTestAdministrationClient + from azure.core.pipeline.policies import UserAgentPolicy + + if credential is None: + credential, _, _ = get_login_credentials(cli_ctx, subscription_id=subscription) + + user_agent_policy = UserAgentPolicy(user_agent=get_az_user_agent()) + return LoadTestAdministrationClient( + endpoint=endpoint, credential=credential, user_agent_policy=user_agent_policy + ) + + +def testrun_data_plane_client( + cli_ctx, subscription=None, endpoint=None, credential=None +): + """Initialize Azure Load Testing data Test Run client for use with CLI.""" + from azext_load.vendored_sdks.loadtesting import LoadTestRunClient + from azure.core.pipeline.policies import UserAgentPolicy + + if credential is None: + credential, _, _ = get_login_credentials(cli_ctx, subscription_id=subscription) + + user_agent_policy = UserAgentPolicy(user_agent=get_az_user_agent()) + return LoadTestRunClient( + endpoint=endpoint, credential=credential, user_agent_policy=user_agent_policy + ) diff --git a/src/load/azext_load/data_plane/help.py b/src/load/azext_load/data_plane/help.py new file mode 100644 index 00000000000..e5f769d364e --- /dev/null +++ b/src/load/azext_load/data_plane/help.py @@ -0,0 +1,86 @@ +# -------------------------------------------------------------------------------------------- +# 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 +# pylint: disable=too-many-lines + +helps = {} + +_common_params = """parameters: + - name: --load-test-resource, --name, -n + type: string + short-summary: 'Name or ARM resource ID of the load test resource' + long-summary: | + Name or ARM resource ID of the load test resource + - name: --resource-group, -g + type: string + short-summary: 'Name of the resource group' + long-summary: | + Name of the resource group +""" + +helps[ + "load test" +] = """ +type: group +short-summary: Command group to manage load tests. +long-summary: Command group to manage load test with create, update, delete, list, etc. +""" + _common_params + +helps[ + "load test app-component" +] = """ +type: group +short-summary: Command group to manage app components. +long-summary: Command group to manage load test app-components with add, list and remove. +""" + _common_params + +helps[ + "load test server-metric" +] = """ +type: group +short-summary: Command group to manage server metrics. +long-summary: Command group to manage load test server-metrics with add, list and remove. +""" + _common_params + +helps[ + "load test file" +] = """ +type: group +short-summary: Command group for operations on test files. +long-summary: Command group for operations on test files such as upload, delete, list and download. +""" + _common_params + +helps[ + "load test-run" +] = """ +type: group +short-summary: Command group to manage load test runs. +long-summary: Command group to manage load test runs with create, update, delete, list, stop, etc. +""" + _common_params + +helps[ + "load test-run app-component" +] = """ +type: group +short-summary: Command group to manage load test run app components. +long-summary: Command group to manage load test run app-components with add, list and remove. +""" + _common_params + +helps[ + "load test-run server-metric" +] = """ +type: group +short-summary: Command group to manage load test run server-metrics. +long-summary: Command group to manage load test run server-metrics with add, list and remove. +""" + _common_params + +helps[ + "load test-run metrics" +] = """ +type: group +short-summary: Command group to retrieve load test run metrics. +long-summary: Command group to retrieve load test run metrics with list, get-namespaces, get-definitions, get-dimension. +""" + _common_params diff --git a/src/load/azext_load/data_plane/load_test/__init__.py b/src/load/azext_load/data_plane/load_test/__init__.py new file mode 100644 index 00000000000..fbc0cb13956 --- /dev/null +++ b/src/load/azext_load/data_plane/load_test/__init__.py @@ -0,0 +1,6 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +__path__ = __import__("pkgutil").extend_path(__path__, __name__) diff --git a/src/load/azext_load/data_plane/load_test/commands.py b/src/load/azext_load/data_plane/load_test/commands.py new file mode 100644 index 00000000000..a83bddb0309 --- /dev/null +++ b/src/load/azext_load/data_plane/load_test/commands.py @@ -0,0 +1,57 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +from azext_load.data_plane.utils import validators +from azure.cli.core.commands import CliCommandType + +admin_custom_sdk = CliCommandType( + operations_tmpl="azext_load.data_plane.load_test.custom#{}" +) + + +def load_test_commands(self, _): + with self.command_group( + "load test", custom_command_type=admin_custom_sdk, is_preview=True + ) as g: + g.custom_command("create", "create_test") + g.custom_command("update", "update_test") + g.custom_command("delete", "delete_test", confirmation=True) + g.custom_command("list", "list_tests") + g.custom_show_command("show", "get_test") + g.custom_command( + "download-files", + "download_test_files", + validator=validators.validate_download, + ) + + with self.command_group( + "load test app-component", + custom_command_type=admin_custom_sdk, + is_preview=True, + ) as g: + g.custom_command("add", "add_test_app_component") + g.custom_command("list", "list_test_app_component") + g.custom_command("remove", "remove_test_app_component", confirmation=True) + + with self.command_group( + "load test server-metric", + custom_command_type=admin_custom_sdk, + is_preview=True, + ) as g: + g.custom_command("list", "list_test_server_metric") + g.custom_command("add", "add_test_server_metric") + g.custom_command("remove", "remove_test_server_metric", confirmation=True) + + with self.command_group( + "load test file", + custom_command_type=admin_custom_sdk, + is_preview=True, + ) as g: + g.custom_command("upload", "upload_test_file", supports_no_wait=True) + g.custom_command("list", "list_test_file") + g.custom_command("delete", "delete_test_file", confirmation=True) + g.custom_command( + "download", "download_test_file", validator=validators.validate_download + ) diff --git a/src/load/azext_load/data_plane/load_test/custom.py b/src/load/azext_load/data_plane/load_test/custom.py new file mode 100644 index 00000000000..c9de28f295e --- /dev/null +++ b/src/load/azext_load/data_plane/load_test/custom.py @@ -0,0 +1,412 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +# pylint: disable=too-many-locals + +import os + +from azext_load.data_plane.utils.utils import ( + convert_yaml_to_test, + create_or_update_body, + download_file, + get_admin_data_plane_client, + load_yaml, + upload_file_to_test, + upload_files_helper, +) +from azure.cli.core.azclierror import InvalidArgumentValueError +from azure.core.exceptions import ResourceNotFoundError +from knack.log import get_logger + +logger = get_logger(__name__) + + +def create_test( + cmd, + load_test_resource, + test_id, + display_name=None, + test_plan=None, + resource_group_name=None, + load_test_config_file=None, + test_description=None, + engine_instances=None, + env=None, + secrets=None, + certificate=None, + key_vault_reference_identity=None, + subnet_id=None, + split_csv=None, + custom_no_wait=False, +): + client = get_admin_data_plane_client(cmd, load_test_resource, resource_group_name) + logger.info("Create test has started for test ID : %s", test_id) + body = None + try: + body = client.get_test(test_id) + except ResourceNotFoundError: + pass + if body is not None: + msg = f"Test with given test ID : {test_id} already exist." + logger.debug(msg) + raise InvalidArgumentValueError(msg) + body = {} + yaml, yaml_test_body = None, None + if load_test_config_file is not None: + yaml = load_yaml(load_test_config_file) + yaml_test_body = convert_yaml_to_test(yaml) + if split_csv is None: + split_csv = False + body = create_or_update_body( + test_id, + body, + yaml_test_body, + display_name=display_name, + test_description=test_description, + engine_instances=engine_instances, + env=env, + secrets=secrets, + certificate=certificate, + key_vault_reference_identity=key_vault_reference_identity, + subnet_id=subnet_id, + split_csv=split_csv, + ) + logger.debug("Creating test with test ID: %s and body : %s", test_id, body) + response = client.create_or_update_test(test_id=test_id, body=body) + logger.debug( + "Created test with test ID: %s and response obj is %s", test_id, response + ) + logger.info("Uploading files to test %s", test_id) + upload_files_helper(client, test_id, yaml, test_plan, load_test_config_file, not custom_no_wait) + response = client.get_test(test_id) + logger.info("Upload files to test %s has completed", test_id) + logger.info("Test %s has been created successfully", test_id) + return response + + +def update_test( + cmd, + test_id, + load_test_resource, + display_name=None, + test_plan=None, + resource_group_name=None, + load_test_config_file=None, + test_description=None, + engine_instances=None, + env=None, + secrets=None, + certificate=None, + key_vault_reference_identity=None, + subnet_id=None, + split_csv=None, + custom_no_wait=False, +): + client = get_admin_data_plane_client(cmd, load_test_resource, resource_group_name) + logger.info("Update test has started for test ID : %s", test_id) + try: + body = client.get_test(test_id) + except ResourceNotFoundError as e: + msg = f"Test with given test ID : {test_id} does not exist." + logger.debug(msg) + raise InvalidArgumentValueError(msg) from e + logger.debug("Retrieved test with test ID: %s and body : %s", test_id, body) + + yaml, yaml_test_body = None, None + if load_test_config_file is not None: + yaml = load_yaml(load_test_config_file) + yaml_test_body = convert_yaml_to_test(yaml) + + body = create_or_update_body( + test_id, + body, + yaml_test_body, + display_name=display_name, + test_description=test_description, + engine_instances=engine_instances, + env=env, + secrets=secrets, + certificate=certificate, + key_vault_reference_identity=key_vault_reference_identity, + subnet_id=subnet_id, + split_csv=split_csv, + ) + logger.info("Updating test with test ID: %s", test_id) + response = client.create_or_update_test(test_id=test_id, body=body) + logger.debug( + "Updated test with test ID: %s and response obj is %s", test_id, response + ) + logger.info("Uploading files to test %s", test_id) + upload_files_helper(client, test_id, yaml, test_plan, load_test_config_file, not custom_no_wait) + response = client.get_test(test_id) + logger.info("Upload files to test %s has completed", test_id) + logger.info("Test %s has been updated successfully", test_id) + return response + + +def list_tests( + cmd, + load_test_resource, + resource_group_name=None, +): + logger.info("Listing tests for load test resource: %s", load_test_resource) + client = get_admin_data_plane_client(cmd, load_test_resource, resource_group_name) + response = client.list_tests() + logger.debug("Retrieved tests: %s", response) + return response + + +def get_test( + cmd, + load_test_resource, + test_id, + resource_group_name=None, +): + logger.debug("Retrieving test with test ID: %s", test_id) + client = get_admin_data_plane_client(cmd, load_test_resource, resource_group_name) + response = client.get_test(test_id) + logger.debug("Retrieved test: %s", response) + return response + + +def download_test_files( + cmd, + load_test_resource, + test_id, + path, + resource_group_name=None, + force=False, # pylint: disable=unused-argument +): + client = get_admin_data_plane_client(cmd, load_test_resource, resource_group_name) + logger.info("Downloading test files with test ID: %s", test_id) + list_of_file_details = client.list_test_files(test_id) + if list_of_file_details: + for file_detail in list_of_file_details: + file_path = os.path.join(path, file_detail["fileName"]) + download_file(file_detail["url"], file_path) + logger.debug( + "Downloaded '%s' file for test with test ID: %s at %s", + file_detail["url"], + test_id, + file_path, + ) + logger.warning( + "Downloaded files for test ID: %s at directory %s", test_id, path + ) + else: + logger.warning("No files found for test with test ID: %s", test_id) + + +def delete_test( + cmd, + load_test_resource, + test_id, + resource_group_name=None, +): + logger.info("Deleting test with test ID: %s", test_id) + client = get_admin_data_plane_client(cmd, load_test_resource, resource_group_name) + client.delete_test(test_id) + logger.info("Deleted test with test ID: %s", test_id) + + +def add_test_app_component( + cmd, + load_test_resource, + test_id, + app_component_id, + app_component_name, + app_component_type, + app_component_kind=None, + resource_group_name=None, +): + logger.info("Add test app component started for test: %s", test_id) + client = get_admin_data_plane_client(cmd, load_test_resource, resource_group_name) + body = { + "testId": test_id, + "components": { + app_component_id: { + "resourceId": app_component_id, + "resourceName": app_component_name, + "resourceType": app_component_type, + } + }, + } + if app_component_kind: + body["components"][app_component_id]["kind"] = app_component_kind + logger.debug("Adding app component to the test: %s", body) + response = client.create_or_update_app_components(test_id=test_id, body=body) + logger.info("Add test app component completed for test: %s", test_id) + logger.debug("Add test app component response: %s", response) + return response + + +def list_test_app_component( + cmd, + load_test_resource, + test_id, + resource_group_name=None, +): + logger.info("Listing app components") + client = get_admin_data_plane_client(cmd, load_test_resource, resource_group_name) + response = client.get_app_components(test_id=test_id) + logger.debug("Retrieved app components: %s", response) + logger.info("Listing app components completed") + return response + + +def remove_test_app_component( + cmd, + load_test_resource, + test_id, + app_component_id, + resource_group_name=None, +): + logger.info("Removing app components") + client = get_admin_data_plane_client(cmd, load_test_resource, resource_group_name) + body = {"testId": test_id, "components": {app_component_id: None}} + logger.debug("Removing following app component from the test: %s", body) + response = client.create_or_update_app_components(test_id=test_id, body=body) + logger.debug("Removed app component: %s", response) + logger.info("Removing app components completed") + return response + + +def add_test_server_metric( + cmd, + load_test_resource, + test_id, + metric_id, + metric_name, + metric_namespace, + aggregation, + app_component_id, + app_component_type, + resource_group_name=None, +): + logger.info("Add test server metric started") + client = get_admin_data_plane_client(cmd, load_test_resource, resource_group_name) + body = { + "testId": test_id, + "metrics": { + metric_id: { + "name": metric_name, + "metricNamespace": metric_namespace, + "aggregation": aggregation, + "resourceId": app_component_id, + "resourceType": app_component_type, + } + }, + } + logger.debug("Adding server metrics to the test: %s", body) + response = client.create_or_update_server_metrics_config(test_id=test_id, body=body) + logger.debug("Add test server metric response: %s", response) + logger.info("Add test server metric completed") + return response + + +def list_test_server_metric( + cmd, + load_test_resource, + test_id, + resource_group_name=None, +): + logger.info("Listing server metrics") + client = get_admin_data_plane_client(cmd, load_test_resource, resource_group_name) + response = client.get_server_metrics_config(test_id=test_id) + logger.debug("Retrieved server metrics: %s", response) + logger.info("Listing server metrics completed") + return response + + +def remove_test_server_metric( + cmd, + load_test_resource, + test_id, + metric_id, + resource_group_name=None, +): + logger.info("Removing server metrics") + client = get_admin_data_plane_client(cmd, load_test_resource, resource_group_name) + body = {"testId": test_id, "metrics": {metric_id: None}} + logger.debug("Removing server metrics from the test: %s", body) + response = client.create_or_update_server_metrics_config(test_id=test_id, body=body) + logger.debug("Removed server metrics: %s", response) + logger.info("Removing server metrics completed") + return response + + +def upload_test_file( + cmd, + load_test_resource, + test_id, + path, + file_type=None, + resource_group_name=None, + no_wait=False, +): + logger.info("Upload test file started") + client = get_admin_data_plane_client(cmd, load_test_resource, resource_group_name) + logger.info("Uploading file for the test") + response = upload_file_to_test( + client, test_id, path, file_type=file_type, wait=not no_wait + ) + logger.debug("Upload test file response: %s", response) + logger.info("Upload test file completed") + return response + + +def list_test_file( + cmd, + load_test_resource, + test_id, + resource_group_name=None, +): + logger.info("Listing files for the test") + client = get_admin_data_plane_client(cmd, load_test_resource, resource_group_name) + response = client.list_test_files(test_id) + logger.debug("Retrieved files: %s", response) + logger.info("Listing files for the test completed") + return response + + +def download_test_file( + cmd, + load_test_resource, + test_id, + file_name, + path, + resource_group_name=None, + force=False, # pylint: disable=unused-argument +): + logger.info("Downloading file for the test") + client = get_admin_data_plane_client(cmd, load_test_resource, resource_group_name) + file = client.get_test_file(test_id, file_name) + logger.debug("File details: %s", file) + file_path = os.path.join(path, file_name) + download_file(file.get("url"), file_path) + logger.debug( + "Downloaded '%s' file for test with test ID: %s at %s", + file.get("url"), + test_id, + file_path, + ) + logger.warning("Downloaded files for test ID: %s at directory %s", test_id, path) + + +def delete_test_file( + cmd, + load_test_resource, + test_id, + file_name, + resource_group_name=None, +): + logger.info( + "Deleting file with file name : %s for the test : %s", file_name, test_id + ) + client = get_admin_data_plane_client(cmd, load_test_resource, resource_group_name) + response = client.delete_test_file(test_id, file_name) + logger.debug("Deleted file: %s", response) + logger.info("Deleting file completed") + return response diff --git a/src/load/azext_load/data_plane/load_test/help.py b/src/load/azext_load/data_plane/load_test/help.py new file mode 100644 index 00000000000..3bf1490242e --- /dev/null +++ b/src/load/azext_load/data_plane/load_test/help.py @@ -0,0 +1,229 @@ +# -------------------------------------------------------------------------------------------- +# 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 +# pylint: disable=too-many-lines + +helps = {} + +helps[ + "load test create" +] = """ +type: command +short-summary: Create a new load test. +examples: + - name: Create a test with load test config file. + text: | + az load test create --load-test-resource sample-alt-resource --resource-group sample-rg --test-id sample-test-id --load-test-config-file ~/resources/sample-config.yaml + - name: Create a test with arguments. + text: | + az load test create --test-id sample-test-id --load-test-resource sample-alt-resource --resource-group sample-rg --display-name "Sample Name" --description "Test description" --test-plan sample-jmx.jmx --engine-instances 1 --env rps=2 count=1 + - name: Create a test with load test config file and override engine-instance and env using arguments and don't wait for file upload. + text: | + az load test create --load-test-resource sample-alt-resource --resource-group sample-rg --test-id sample-test-id --load-test-config-file ~/resources/sample-config.yaml --engine-instances 1 --env rps=2 count=1 --no-wait + - name: Create a test with secrets and environment variables. + text: | + az load test create --test-id sample-test-id --load-test-resource sample-alt-resource --resource-group sample-rg --display-name "Sample Name" --description "Test description" --test-plan sample-jmx.jmx --secret secret_name1=secret_uri1 secret_name2=secret_uri2 --env rps=2 count=1 + - name: Create a test with secrets using user assigned Managed Identity to access the Key Vault. + text: | + az load test create --test-id sample-test-id --load-test-resource sample-alt-resource --resource-group sample-rg --display-name "Sample Name" --secret secret_name1=secret_uri1 secret_name2=secret_uri2 --keyvault-reference-id "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sample-rg/providers/microsoft.managedidentity/userassignedidentities/sample-mi" + - name: Create a test for a private endpoint in a Virtual Network with split CSV option enabled. + text: | + az load test create --test-id sample-test-id --load-test-resource sample-alt-resource --resource-group sample-rg --display-name "Sample Name" --subnet-id "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sample-rg/providers/Microsoft.Network/virtualNetworks/SampleVMVNET/subnets/SampleVMSubnet" --split-csv true +""" + +helps[ + "load test list" +] = """ +type: command +short-summary: List all tests in the given load test resource. +examples: + - name: List all load tests in a resource. + text: | + az load test list --load-test-resource sample-alt-resource --resource-group sample-rg +""" + +helps[ + "load test show" +] = """ +type: command +short-summary: Show details of test. +examples: + - name: Get the details of a load test. + text: | + az load test show --test-id sample-test-id --load-test-resource sample-alt-resource --resource-group sample-rg +""" + +helps[ + "load test update" +] = """ +type: command +short-summary: Update an existing load test. +examples: + - name: Update a test with load test config file and don't wait for file upload. + text: | + az load test update --load-test-resource sample-alt-resource --resource-group sample-rg --test-id sample-existing-test-id --load-test-config-file ~/resources/sample-config.yaml --no-wait + - name: Update the display name and description for a test. + text: | + az load test update --load-test-resource sample-alt-resource --resource-group sample-rg --test-id sample-existing-test-id --description "Test description" --display-name "Sample Name" + - name: Update a test with load test config file and override parameters using arguments. + text: | + az load test update --load-test-resource sample-alt-resource --resource-group sample-rg --test-id sample-existing-test-id --load-test-config-file ~/resources/sample-config.yaml --engine-instances 1 --env name=value name=value + - name: Remove the secrets from a test. + text: | + az load test update --load-test-resource sample-alt-resource --resource-group sample-rg --test-id sample-existing-test-id --secret secret_name1=\"\" + - name: Update the Key Vault reference identity to system assigned Managed Identity. + text: | + az load test update --load-test-resource sample-alt-resource --resource-group sample-rg --test-id sample-existing-test-id --keyvault-reference-id null +""" + +helps[ + "load test delete" +] = """ +type: command +short-summary: Delete an existing load test. +examples: + - name: Delete a load test. + text: | + az load test delete --load-test-resource sample-alt-resource --resource-group sample-rg --test-id sample-existing-test-id +""" + +helps[ + "load test download-files" +] = """ +type: command +short-summary: Download files of an existing load test. +examples: + - name: Download all files of a test. The directory should already exist. + text: | + az load test download-files --test-id sample-test-id --load-test-resource sample-alt-resource --resource-group sample-rg --path ~/downloads + - name: Download all files of a test by creating the directory if it does not exist. + text: | + az load test download-files --test-id sample-test-id --load-test-resource sample-alt-resource --resource-group sample-rg --path "~/downloads/new folder" --force +""" + +helps[ + "load test app-component add" +] = """ +type: command +short-summary: Add an app component to a test. +examples: + - name: Add an app component to a test. + text: | + az load test app-component add --test-id sample-test-id --load-test-resource sample-alt-resource --resource-group sample-rg --app-component-name appcomponentresource --app-component-type microsoft.insights/components --app-component-id "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/samplerg/providers/microsoft.insights/components/appcomponentresource" --app-component-kind web +""" + +helps[ + "load test app-component list" +] = """ +type: command +short-summary: List all app components for a test. +examples: + - name: List all app components for a test. + text: | + az load test app-component list --test-id sample-test-id --load-test-resource sample-alt-resource --resource-group sample-rg +""" + +helps[ + "load test app-component remove" +] = """ +type: command +short-summary: Remove the given app component from a test. +examples: + - name: Remove an app component from a test. + text: | + az load test app-component remove --test-id sample-test-id --load-test-resource sample-alt-resource --resource-group sample-rg --app-component-id /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sample-rg/providers/Microsoft.Compute/virtualMachineScaleSets/app-comp-name --yes +""" + +helps[ + "load test server-metric add" +] = """ +type: command +short-summary: Add a server-metric to a test. +examples: + - name: Add a server metric for an app component to a test. + text: | + az load test server-metric add --test-id sample-test-id --load-test-resource sample-alt-resource --resource-group sample-rg --metric-id "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Sample-rg/providers/Microsoft.Compute/virtualMachineScaleSets/Sample-temp-vmss/providers/microsoft.insights/metricdefinitions/Percentage CPU" --metric-name "Percentage CPU" --metric-namespace microsoft.compute/virtualmachinescalesets --aggregation Average --app-component-type Microsoft.Compute/virtualMachineScaleSets --app-component-id /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sample-rg/providers/Microsoft.Compute/virtualMachineScaleSets/app-comp-name +""" + +helps[ + "load test server-metric list" +] = """ +type: command +short-summary: List all server-metrics for a test. +examples: + - name: List all server metrics for a test. + text: | + az load test server-metric list --test-id sample-test-id --load-test-resource sample-alt-resource --resource-group sample-rg +""" + +helps[ + "load test server-metric remove" +] = """ +type: command +short-summary: Remove the given server-metric from the test. +examples: + - name: Remove a server metric from a test. + text: | + az load test server-metric remove --test-id sample-test-id --load-test-resource sample-alt-resource --resource-group sample-rg --metric-id "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Sample-rg/providers/Microsoft.Compute/virtualMachineScaleSets/Sample-temp-vmss/providers/microsoft.insights/metricdefinitions/Percentage CPU" --yes +""" + +helps[ + "load test file delete" +] = """ +type: command +short-summary: Delete a file from test. +long-summary: Delete a file from test by providing the file name and test id. +examples: + - name: Delete a file from a test. + text: | + az load test file delete --test-id sample-test-id --load-test-resource sample-alt-resource --resource-group sample-rg --file-name sample-jmx.jmx --yes +""" + +helps[ + "load test file download" +] = """ +type: command +short-summary: Download a file from a test. +long-summary: Download a file from, a test by providing the file name, test id and path to download the files. +examples: + - name: Download a file from a test. The directory should already exist. + text: | + az load test file download --test-id sample-test-id --load-test-resource sample-alt-resource --resource-group sample-rg --file-name sample-jmx.jmx --path ~/Downloads/ + examples: + - name: Download a file from a test by creating the directory if it does not exist. + text: | + az load test file download --test-id sample-test-id --load-test-resource sample-alt-resource --resource-group sample-rg --file-name sample-jmx.jmx --path ~/Downloads/ --force +""" + +helps[ + "load test file list" +] = """ +type: command +short-summary: List all files in a test. +long-summary: List details of all the files related to a test by providing the corresponding test id. +examples: + - name: List all files in a test. + text: | + az load test file list --test-id sample-test-id --load-test-resource sample-alt-resource --resource-group sample-rg +""" + +helps[ + "load test file upload" +] = """ +type: command +short-summary: Upload a file to a test. +long-summary: Upload a file to a test by providing path to file and test id. +examples: + - name: Upload a JMeter script (JMX file) to a test. + text: | + az load test file upload --test-id sample-test-id --load-test-resource sample-alt-resource --resource-group sample-rg --path sample-jmx.jmx + - name: Upload a CSV file to a test and without waiting for the long-running operation to finish. + text: | + az load test file upload --test-id sample-test-id --load-test-resource sample-alt-resource --resource-group sample-rg --path ~/Resources/split-csv.csv --file-type ADDITIONAL_ARTIFACTS --no-wait + - name: Upload a user property file to a test. + text: | + az load test file upload --test-id sample-test-id --load-test-resource sample-alt-resource --resource-group sample-rg --path ~/Resources/user-prop.properties --file-type USER_PROPERTIES +""" diff --git a/src/load/azext_load/data_plane/load_test/params.py b/src/load/azext_load/data_plane/load_test/params.py new file mode 100644 index 00000000000..095e13ea5dd --- /dev/null +++ b/src/load/azext_load/data_plane/load_test/params.py @@ -0,0 +1,83 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +# pylint: disable=too-many-lines +# pylint: disable=too-many-statements +# pylint: disable=line-too-long + +from azext_load.data_plane.utils import argtypes + + +def load_arguments(self, _): + # Load Test + with self.argument_context("load test create") as c: + c.argument("test_id", argtypes.test_id_no_completer) + c.argument("test_plan", argtypes.test_plan) + c.argument("display_name", argtypes.test_display_name) + c.argument("test_description", argtypes.test_description) + c.argument("env", argtypes.env, help="space-separated environment variables: key[=value] [key[=value] ...].") + c.argument("secrets", argtypes.secret, help="space-separated secrets: key[=value] [key[=value] ...]. Secrets should be stored in Azure Key Vault, and the secret identifier should be provided as the value.") + c.argument("certificate", argtypes.certificate, help="a single certificate in 'key[=value]' format. The certificate should be stored in Azure Key Vault in PFX format, and the certificate identifier should be provided as the value.") + c.argument("subnet_id", argtypes.subnet_id) + c.argument("split_csv", argtypes.split_csv) + c.argument("load_test_config_file", argtypes.load_test_config_file) + c.argument( + "key_vault_reference_identity", argtypes.key_vault_reference_identity + ) + c.argument("engine_instances", argtypes.engine_instances) + c.argument("custom_no_wait", argtypes.custom_no_wait) + + with self.argument_context("load test update") as c: + c.argument("load_test_config_file", argtypes.load_test_config_file) + c.argument("test_plan", argtypes.test_plan) + c.argument("display_name", argtypes.test_display_name) + c.argument("test_description", argtypes.test_description) + c.argument("env", argtypes.env) + c.argument("secrets", argtypes.secret) + c.argument("certificate", argtypes.certificate) + c.argument( + "key_vault_reference_identity", argtypes.key_vault_reference_identity, help="The identity that will be used to access the key vault. Provide `null` or `None` to use the system assigned identity of the load test resource." + ) + c.argument("engine_instances", argtypes.engine_instances) + c.argument("subnet_id", argtypes.subnet_id) + c.argument("split_csv", argtypes.split_csv) + c.argument("custom_no_wait", argtypes.custom_no_wait) + + with self.argument_context("load test download-files") as c: + c.argument("path", argtypes.dir_path) + c.argument("force", argtypes.force) + + # Load Test File + with self.argument_context("load test file download") as c: + c.argument("file_name", argtypes.file_name) + c.argument("path", argtypes.dir_path) + c.argument("force", argtypes.force) + + with self.argument_context("load test file upload") as c: + c.argument("path", argtypes.file_path) + c.argument("file_type", argtypes.file_type) + + with self.argument_context("load test file delete") as c: + c.argument("file_name", argtypes.file_name) + + # Load Test App Components + with self.argument_context("load test app-component") as c: + c.argument("app_component_id", argtypes.app_component_id) + + with self.argument_context("load test app-component add") as c: + c.argument("app_component_kind", argtypes.app_component_kind) + c.argument("app_component_name", argtypes.app_component_name) + c.argument("app_component_type", argtypes.app_component_type) + + # Load Test Server Metrics + with self.argument_context("load test server-metric") as c: + c.argument("metric_id", argtypes.server_metric_id) + + with self.argument_context("load test server-metric add") as c: + c.argument("metric_name", argtypes.server_metric_name) + c.argument("metric_namespace", argtypes.server_metric_namespace) + c.argument("aggregation", argtypes.server_metric_aggregation) + c.argument("app_component_id", argtypes.app_component_id) + c.argument("app_component_type", argtypes.app_component_type) diff --git a/src/load/azext_load/data_plane/load_test_run/__init__.py b/src/load/azext_load/data_plane/load_test_run/__init__.py new file mode 100644 index 00000000000..fbc0cb13956 --- /dev/null +++ b/src/load/azext_load/data_plane/load_test_run/__init__.py @@ -0,0 +1,6 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +__path__ = __import__("pkgutil").extend_path(__path__, __name__) diff --git a/src/load/azext_load/data_plane/load_test_run/commands.py b/src/load/azext_load/data_plane/load_test_run/commands.py new file mode 100644 index 00000000000..37ed9ef5837 --- /dev/null +++ b/src/load/azext_load/data_plane/load_test_run/commands.py @@ -0,0 +1,56 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +from azext_load.data_plane.utils import validators +from azure.cli.core.commands import CliCommandType + +testrun_custom_sdk = CliCommandType( + operations_tmpl="azext_load.data_plane.load_test_run.custom#{}", +) + + +def load_test_run_commands(self, _): + with self.command_group( + "load test-run", custom_command_type=testrun_custom_sdk, is_preview=True + ) as g: + g.custom_command("create", "create_test_run", supports_no_wait=True) + g.custom_command("update", "update_test_run") + g.custom_command("delete", "delete_test_run", confirmation=True) + g.custom_command("list", "list_test_runs") + g.custom_show_command("show", "get_test_run") + g.custom_command( + "download-files", + "download_test_run_files", + validator=validators.validate_download, + ) + g.custom_command("stop", "stop_test_run", confirmation=True) + + with self.command_group( + "load test-run app-component", + custom_command_type=testrun_custom_sdk, + is_preview=True, + ) as g: + g.custom_command("add", "add_test_run_app_component") + g.custom_command("list", "list_test_run_app_component") + g.custom_command("remove", "remove_test_run_app_component", confirmation=True) + + with self.command_group( + "load test-run server-metric", + custom_command_type=testrun_custom_sdk, + is_preview=True, + ) as g: + g.custom_command("list", "list_test_run_server_metric") + g.custom_command("add", "add_test_run_server_metric") + g.custom_command("remove", "remove_test_run_server_metric", confirmation=True) + + with self.command_group( + "load test-run metrics", + custom_command_type=testrun_custom_sdk, + is_preview=True, + ) as g: + g.custom_command("get-namespaces", "get_test_run_metric_namespaces") + g.custom_command("list", "list_test_run_metrics") + g.custom_command("get-definitions", "get_test_run_metric_definitions") + g.custom_command("get-dimensions", "get_test_run_metric_dimensions") diff --git a/src/load/azext_load/data_plane/load_test_run/custom.py b/src/load/azext_load/data_plane/load_test_run/custom.py new file mode 100644 index 00000000000..ee6f1529266 --- /dev/null +++ b/src/load/azext_load/data_plane/load_test_run/custom.py @@ -0,0 +1,549 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +import os +from azext_load.data_plane.utils.utils import ( + create_or_update_test_run_body, + download_file, + get_testrun_data_plane_client, +) +from azure.cli.core.azclierror import InvalidArgumentValueError +from azure.core.exceptions import ResourceNotFoundError +from knack.log import get_logger + +logger = get_logger(__name__) + + +def create_test_run( + cmd, + load_test_resource, + test_run_id, + test_id, + display_name=None, + existing_test_run_id=None, + description=None, + env=None, + secrets=None, + certificate=None, + resource_group_name=None, + no_wait=False, +): + logger.info("Create test run started") + client = get_testrun_data_plane_client(cmd, load_test_resource, resource_group_name) + test_run_body = None + try: + test_run_body = client.get_test_run(test_run_id=test_run_id) + except ResourceNotFoundError: + pass + if test_run_body: + msg = f"Test run with given test run ID : {test_run_id} already exist." + logger.debug(msg) + raise InvalidArgumentValueError(msg) + + test_run_body = create_or_update_test_run_body( + test_id, + display_name=display_name, + description=description, + env=env, + secrets=secrets, + certificate=certificate, + ) + logger.debug("Creating test run with following request %s", test_run_body) + poller = client.begin_test_run( + test_run_id=test_run_id, + body=test_run_body, + old_test_run_id=existing_test_run_id, + ) + response = poller.polling_method().resource() + if not no_wait: + response = poller.result() + logger.info("Test run created with following response %s", response) + return response + + +def get_test_run(cmd, load_test_resource, test_run_id, resource_group_name=None): + logger.info("Getting test run %s", test_run_id) + client = get_testrun_data_plane_client(cmd, load_test_resource, resource_group_name) + response = client.get_test_run(test_run_id=test_run_id) + logger.debug("Test run %s", response) + logger.info("Getting test run completed") + return response + + +def update_test_run( + cmd, + test_run_id, + description, + load_test_resource, + resource_group_name=None, +): + logger.info("Update test run started") + client = get_testrun_data_plane_client(cmd, load_test_resource, resource_group_name) + try: + test_run_body = client.get_test_run(test_run_id=test_run_id) + except ResourceNotFoundError as e: + msg = f"Test run with given test run ID : {test_run_id} does not exist." + logger.debug(msg) + raise InvalidArgumentValueError(msg) from e + test_run_body = create_or_update_test_run_body( + test_run_body.get("testId"), description=description + ) + logger.info("Updating test run %s", test_run_id) + # pylint: disable-next=protected-access + response = client._test_run_initial(test_run_id=test_run_id, body=test_run_body) + logger.debug("Test run updated with following response %s", response) + logger.info("Update test run completed") + return response + + +def delete_test_run(cmd, load_test_resource, test_run_id, resource_group_name=None): + client = get_testrun_data_plane_client(cmd, load_test_resource, resource_group_name) + logger.info("Deleting test run %s", test_run_id) + response = client.delete_test_run(test_run_id=test_run_id) + logger.debug("Test run deleted with following response %s", response) + logger.info("Delete test run completed") + return response + + +def list_test_runs(cmd, test_id, load_test_resource, resource_group_name=None): + client = get_testrun_data_plane_client(cmd, load_test_resource, resource_group_name) + logger.info("Listing test runs for test %s", test_id) + response = client.list_test_runs(test_id=test_id) + logger.debug("Test runs listed with following response %s", response) + logger.info("List test runs completed") + return response + + +def stop_test_run(cmd, load_test_resource, test_run_id, resource_group_name=None): + client = get_testrun_data_plane_client(cmd, load_test_resource, resource_group_name) + logger.info("Stopping test run %s", test_run_id) + response = client.stop_test_run(test_run_id=test_run_id) + logger.debug("Test run stopped with following response %s", response) + logger.info("Stop test run completed") + return response + + +def download_test_run_files( + cmd, + load_test_resource, + test_run_id, + path, + test_run_input=False, + test_run_log=False, + test_run_results=False, + resource_group_name=None, + force=False, # pylint: disable=unused-argument +): + logger.info("Downloading test run files for test run %s", test_run_id) + client = get_testrun_data_plane_client(cmd, load_test_resource, resource_group_name) + test_run_data = client.get_test_run(test_run_id=test_run_id) + if test_run_data.get("testArtifacts") is None: + logger.warning("No test artifacts found for test run %s", test_run_id) + + if test_run_input: + logger.info("Downloading input artifacts for test run %s", test_run_id) + if test_run_data.get("testArtifacts", {}).get("inputArtifacts") is not None: + input_artifacts = test_run_data.get("testArtifacts", {}).get( + "inputArtifacts", {} + ) + files_to_download = [] + for item in input_artifacts.values(): + if isinstance(item, list): + files_to_download.extend(item) + else: + files_to_download.append(item) + for artifact_data in files_to_download: + if artifact_data.get("url") is not None: + url = artifact_data.get("url") + file_name = artifact_data.get("fileName") + file_path = os.path.join(path, file_name) + download_file(url, file_path) + logger.warning("Input artifacts downloaded to %s", path) + else: + logger.warning("No input artifacts found for test run %s", test_run_id) + + if test_run_log: + logger.info("Downloading log file for test run %s", test_run_id) + if test_run_data.get("testArtifacts", {}).get("outputArtifacts") is not None: + if ( + test_run_data.get("testArtifacts", {}) + .get("outputArtifacts", {}) + .get("logsFileInfo") + is not None + ): + url = ( + test_run_data.get("testArtifacts", {}) + .get("outputArtifacts", {}) + .get("logsFileInfo") + .get("url") + ) + file_name = ( + test_run_data.get("testArtifacts", {}) + .get("outputArtifacts", {}) + .get("logsFileInfo", {}) + .get("fileName") + ) + file_path = os.path.join(path, file_name) + download_file(url, file_path) + logger.warning("Log file downloaded to %s", file_path) + else: + logger.info("No log file found for test run %s", test_run_id) + else: + logger.warning( + "No results file and output artifacts found for test run %s", + test_run_id, + ) + + if test_run_results: + logger.info("Downloading results file for test run %s", test_run_id) + if test_run_data.get("testArtifacts", {}).get("outputArtifacts") is not None: + if ( + test_run_data.get("testArtifacts", {}) + .get("outputArtifacts", {}) + .get("resultFileInfo") + is not None + ): + url = ( + test_run_data.get("testArtifacts", {}) + .get("outputArtifacts", {}) + .get("resultFileInfo") + .get("url") + ) + file_name = ( + test_run_data.get("testArtifacts", {}) + .get("outputArtifacts", {}) + .get("resultFileInfo", {}) + .get("fileName") + ) + file_path = os.path.join(path, file_name) + download_file(url, file_path) + logger.warning("Results file downloaded to %s", file_path) + else: + logger.info("No results file found for test run %s", test_run_id) + else: + logger.warning( + "No results file found for test run %s", + test_run_id, + ) + + +# app components +def add_test_run_app_component( + cmd, + load_test_resource, + test_run_id, + app_component_id, + app_component_name, + app_component_type, + app_component_kind=None, + resource_group_name=None, +): + logger.info("Adding app component to test run %s", test_run_id) + client = get_testrun_data_plane_client(cmd, load_test_resource, resource_group_name) + body = { + "testRunId": test_run_id, + "components": { + app_component_id: { + "resourceId": app_component_id, + "resourceName": app_component_name, + "resourceType": app_component_type, + } + }, + } + if app_component_kind: + body["components"][app_component_id]["kind"] = app_component_kind + logger.debug("Adding app component to the test run: %s", body) + response = client.create_or_update_app_components( + test_run_id=test_run_id, body=body + ) + logger.debug("App component added with following response %s", response) + logger.info("App component completed") + return response + + +def list_test_run_app_component( + cmd, + load_test_resource, + test_run_id, + resource_group_name=None, +): + client = get_testrun_data_plane_client(cmd, load_test_resource, resource_group_name) + logger.info("Listing app components for the given test run") + response = client.get_app_components(test_run_id=test_run_id) + logger.debug( + "List of app components completed with following response %s", response + ) + logger.info("App components completed") + return response + + +def remove_test_run_app_component( + cmd, + load_test_resource, + test_run_id, + app_component_id, + resource_group_name=None, +): + client = get_testrun_data_plane_client(cmd, load_test_resource, resource_group_name) + body = {"testRunId": test_run_id, "components": {app_component_id: None}} + logger.info("Removing app component from the test run: %s", body) + response = client.create_or_update_app_components( + test_run_id=test_run_id, body=body + ) + logger.debug("App component removed completed with following response %s", response) + logger.info("App component completed") + return response + + +# server metrics + + +def add_test_run_server_metric( + cmd, + load_test_resource, + test_run_id, + metric_id, + metric_name, + metric_namespace, + aggregation, + app_component_id, + app_component_type, + resource_group_name=None, +): + logger.info("Adding server metrics to test run %s", test_run_id) + client = get_testrun_data_plane_client(cmd, load_test_resource, resource_group_name) + body = { + "testRunId": test_run_id, + "metrics": { + metric_id: { + "name": metric_name, + "metricNamespace": metric_namespace, + "aggregation": aggregation, + "resourceId": app_component_id, + "resourceType": app_component_type, + } + }, + } + logger.debug("Adding server metrics to the test run: %s", body) + response = client.create_or_update_server_metrics_config( + test_run_id=test_run_id, body=body + ) + logger.debug( + "Server metrics added completed with following response %s", test_run_id + ) + logger.info("Server metrics completed") + return response + + +def list_test_run_server_metric( + cmd, + load_test_resource, + test_run_id, + resource_group_name=None, +): + client = get_testrun_data_plane_client(cmd, load_test_resource, resource_group_name) + logger.info("Listing server metrics") + response = client.get_server_metrics_config(test_run_id=test_run_id) + logger.debug( + "List of server metrics completed with following response %s", response + ) + logger.info("Server metrics completed") + return response + + +def remove_test_run_server_metric( + cmd, + load_test_resource, + test_run_id, + metric_id, + resource_group_name=None, +): + client = get_testrun_data_plane_client(cmd, load_test_resource, resource_group_name) + body = {"testRunId": test_run_id, "metrics": {metric_id: None}} + logger.info("Removing server metrics from the test run: %s", body) + response = client.create_or_update_server_metrics_config( + test_run_id=test_run_id, body=body + ) + logger.debug( + "Server metrics removed completed with following response %s", response + ) + logger.info("Server metrics completed") + return response + + +def get_test_run_metric_namespaces( + cmd, load_test_resource, test_run_id, resource_group_name=None +): + client = get_testrun_data_plane_client(cmd, load_test_resource, resource_group_name) + logger.info("Getting client metrics namespaces") + response = client.get_metric_namespaces(test_run_id) + logger.debug( + "Getting client metrics namespaces completed with following response %s", + response, + ) + logger.info("Getting client metrics namespaces completed") + return response + + +def list_test_run_metrics( + cmd, + load_test_resource, + test_run_id, + metric_namespace, + metric_name=None, + start_time=None, + end_time=None, + interval=None, + aggregation=None, + dimension_filters=None, + resource_group_name=None, +): + client = get_testrun_data_plane_client(cmd, load_test_resource, resource_group_name) + logger.info( + "Getting test run metric dimensions for test run %s for metric %s in namespace %s", + test_run_id, + metric_name, + metric_namespace, + ) + + if start_time is None or end_time is None: + test_run_response = client.get_test_run(test_run_id) + if start_time is None: + start_time = test_run_response["startDateTime"] + if end_time is None: + end_time = test_run_response["endDateTime"] + + time_interval = f"{start_time}/{end_time}" + logger.debug("Time interval: %s", time_interval) + + if metric_name is not None: + if dimension_filters is None: + dimension_filters = [] + elif any( + dimension_filter.get("name") == "*" + for dimension_filter in dimension_filters + ): + # Add all values for all dimensions if '*' present in dimension names + metric_definitions = client.get_metric_definitions( + test_run_id, metric_namespace=metric_namespace + ) + for metric_definition in metric_definitions.get("value", []): + if metric_definition.get("name") == metric_name: + dimension_filters = [ + {"name": metric_dimension.get("name"), "values": "*"} + for metric_dimension in metric_definition.get("dimensions", []) + ] + break + logger.debug("Dimension filters: %s", dimension_filters) + for dimension_filter in dimension_filters: + # Add all values for given dimensions if '*' present in dimension values + if "*" in dimension_filter.get("values", []): + metric_dimensions = client.list_metric_dimension_values( + test_run_id, + name=dimension_filter["name"], + metric_name=metric_name, + metric_namespace=metric_namespace, + interval=interval, + time_interval=time_interval, + ) + dimension_filter["values"] = list(metric_dimensions) + + metrics = client.list_metrics( + test_run_id, + metric_name=metric_name, + metric_namespace=metric_namespace, + time_interval=time_interval, + aggregation=aggregation, + interval=interval, + body={ + "filters": dimension_filters, + }, + ) + response = list(metrics) + logger.debug("All metrics: %s", response) + logger.info("List metrics completed") + return response + + # metric_name is None, so list metrics for all metric names + metric_definitions = client.get_metric_definitions( + test_run_id, metric_namespace=metric_namespace + ) + aggregated_metrics = {} + for metric_definition in metric_definitions.get("value", []): + metric_name = metric_definition.get("name") + if metric_name is None: + pass + metrics = client.list_metrics( + test_run_id, + metric_name=metric_name, + metric_namespace=metric_namespace, + time_interval=time_interval, + aggregation=aggregation, + interval=interval, + ) + response = list(metrics) + aggregated_metrics[metric_name] = response + logger.debug("Aggregated metrics: %s", aggregated_metrics) + logger.info("List metrics completed") + return aggregated_metrics + + +def get_test_run_metric_definitions( + cmd, load_test_resource, test_run_id, metric_namespace, resource_group_name=None +): + client = get_testrun_data_plane_client(cmd, load_test_resource, resource_group_name) + logger.info( + "Getting test run metric definitions for namespace %s", metric_namespace + ) + metric_definitions = client.get_metric_definitions( + test_run_id, metric_namespace=metric_namespace + ) + logger.debug( + "Getting test run metric definitions completed with following response %s", + metric_definitions, + ) + logger.info("Getting test run metric definitions completed") + return metric_definitions + + +def get_test_run_metric_dimensions( + cmd, + load_test_resource, + test_run_id, + metric_name, + metric_namespace, + dimension_name, + start_time=None, + end_time=None, + interval=None, + resource_group_name=None, +): + client = get_testrun_data_plane_client(cmd, load_test_resource, resource_group_name) + logger.info( + "Getting test run metric dimensions for test run %s for metric %s in namespace %s", + test_run_id, + metric_name, + metric_namespace, + ) + + if start_time is None or end_time is None: + test_run_response = client.get_test_run(test_run_id) + if start_time is None: + start_time = test_run_response["startDateTime"] + if end_time is None: + end_time = test_run_response["endDateTime"] + + dimensions = client.list_metric_dimension_values( + test_run_id, + dimension_name, + metric_name=metric_name, + metric_namespace=metric_namespace, + time_interval=f"{start_time}/{end_time}", + interval=interval, + ) + response = list(dimensions) + logger.debug("Dimensions: %s", response) + logger.info("List dimensions completed") + return response diff --git a/src/load/azext_load/data_plane/load_test_run/help.py b/src/load/azext_load/data_plane/load_test_run/help.py new file mode 100644 index 00000000000..ae484371428 --- /dev/null +++ b/src/load/azext_load/data_plane/load_test_run/help.py @@ -0,0 +1,225 @@ +# -------------------------------------------------------------------------------------------- +# 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 +# pylint: disable=too-many-lines + +helps = {} + +helps[ + "load test-run create" +] = """ +type: command +short-summary: Create a new load test run. +long-summary: Create a new load test run for a given test. If an existing test run is specified, then the test run will be rerun. By default this command will wait for the test run to complete. Use --no-wait to skip this wait. +examples: + - name: Create a test run for a test without waiting for test run completion. + text: | + az load test-run create --load-test-resource sample-alt-resource --resource-group sample-rg --test-id sample-test-id --test-run-id sample-test-run-id --no-wait + - name: Rerun an existing test run. + text: | + az load test-run create --load-test-resource sample-alt-resource --resource-group sample-rg --test-id sample-test-id --test-run-id sample-test-run-id --description "Test run description" --existing-test-run-id existing_test_run_id +""" + +helps[ + "load test-run list" +] = """ +type: command +short-summary: List all test runs. +examples: + - name: List all tests runs in a test. + text: | + az load test-run list --load-test-resource sample-alt-resource --resource-group sample-rg --test-id sample-test-id +""" + +helps[ + "load test-run show" +] = """ +type: command +short-summary: Show details of a test run. +long-summary: Show details of the test run identified by given test-run-id. +examples: + - name: Get the details of a test run. + text: | + az load test-run show --load-test-resource sample-alt-resource --resource-group sample-rg --test-run-id sample-test-run-id +""" + +helps[ + "load test-run update" +] = """ +type: command +short-summary: Update an existing load test run. +examples: + - name: Update the description for a test run + text: | + az load test-run update --load-test-resource sample-alt-resource --resource-group sample-rg --test-run-id sample-test-run-id --description "Test run description" +""" + +helps[ + "load test-run stop" +] = """ +type: command +short-summary: Stop running a load test run. +examples: + - name: Stop a test run. + text: | + az load test-run stop --load-test-resource sample-alt-resource --resource-group sample-rg --test-run-id sample-test-run-id --yes +""" + +helps[ + "load test-run delete" +] = """ +type: command +short-summary: Delete an existing load test run. +examples: + - name: Delete a test run. + text: | + az load test-run delete --load-test-resource sample-alt-resource --resource-group sample-rg --test-run-id sample-test-run-id --yes +""" + +helps[ + "load test-run download-files" +] = """ +type: command +short-summary: Download files for an existing load test run. +examples: + - name: Download input, log and result files for a test run. The directory should already exist. + text: | + az load test-run download-files --load-test-resource sample-alt-resource --resource-group sample-rg --test-run-id sample-test-run-id --path ~/Downloads/OutputArtifacts --input --log --result + - name: Download input and log files for a test run by creating the directory if it does not exist. + text: | + az load test-run download-files --load-test-resource sample-alt-resource --resource-group sample-rg --test-run-id sample-test-run-id --path ~/Downloads/OutputArtifacts --input --log --force +""" + +helps[ + "load test-run app-component add" +] = """ +type: command +short-summary: Add an app component to a test run. +examples: + - name: Add an app component to a test run. + text: | + az load test-run app-component add --test-run-id sample-test-run-id --load-test-resource sample-alt-resource --resource-group sample-rg --app-component-name appcomponentresource --app-component-type microsoft.insights/components --app-component-id "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/samplerg/providers/microsoft.insights/components/appcomponentresource" --app-component-kind web +""" + +helps[ + "load test-run app-component list" +] = """ +type: command +short-summary: List all app components for a test run. +examples: + - name: List all app components for a test run. + text: | + az load test-run app-component list --test-run-id sample-test-run-id --load-test-resource sample-alt-resource --resource-group sample-rg +""" + +helps[ + "load test-run app-component remove" +] = """ +type: command +short-summary: Remove an app component from a test run. +examples: + - name: Remove an app component from a test run. + text: | + az load test-run app-component remove --test-run-id sample-test-run-id --load-test-resource sample-alt-resource --resource-group sample-rg --app-component-id /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sample-rg/providers/Microsoft.Compute/virtualMachineScaleSets/app-comp-name --yes +""" + +helps[ + "load test-run server-metric add" +] = """ +type: command +short-summary: Add a server-metric to a test run. +examples: + - name: Add a server metric for an app component to a test run. + text: | + az load test-run server-metric add --test-run-id sample-test-run-id --load-test-resource sample-alt-resource --resource-group sample-rg --metric-id "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Sample-rg/providers/Microsoft.Compute/virtualMachineScaleSets/sample-temp-vmss/providers/microsoft.insights/metricdefinitions/Percentage CPU" --metric-name "Percentage CPU" --metric-namespace microsoft.compute/virtualmachinescalesets --aggregation Average --app-component-type Microsoft.Compute/virtualMachineScaleSets --app-component-id /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sample-rg/providers/Microsoft.Compute/virtualMachineScaleSets/app-comp-name +""" + +helps[ + "load test-run server-metric list" +] = """ +type: command +short-summary: List all server-metrics for a test run. +examples: + - name: List all server metrics for a test run. + text: | + az load test-run server-metric list --test-run-id sample-test-run-id --load-test-resource sample-alt-resource --resource-group sample-rg +""" + +helps[ + "load test-run server-metric remove" +] = """ +type: command +short-summary: Remove a server-metric from a test run. +examples: + - name: Remove a server metric from a test run. + text: | + az load test-run server-metric remove --test-run-id sample-test-run-id --load-test-resource sample-alt-resource --resource-group sample-rg --metric-id "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Sample-rg/providers/Microsoft.Compute/virtualMachineScaleSets/Sample-temp-vmss/providers/microsoft.insights/metricdefinitions/Percentage CPU" --yes +""" + +helps[ + "load test-run metrics get-namespaces" +] = """ +type: command +short-summary: Get all metric namespaces for a load test run. +examples: + - name: Get metric namespace for a load test run. + text: | + az load test-run metrics get-namespaces --test-run-id sample-test-run-id --load-test-resource sample-alt-resource --resource-group sample-rg +""" + +helps[ + "load test-run metrics list" +] = """ +type: command +short-summary: List metrics for a load test run. +examples: + - name: List all metrics for a given load test run and metric namespace. + text: | + az load test-run metrics list --test-run-id sample-test-run-id --load-test-resource sample-alt-resource --resource-group sample-rg --metric-namespace LoadTestRunMetrics + - name: List Virtual Users metrics for a given load test run. + text: | + az load test-run metrics list --test-run-id sample-test-run-id --load-test-resource sample-alt-resource --resource-group sample-rg --metric-namespace LoadTestRunMetrics --metric-name VirtualUsers + - name: List Virtual Users metrics for a given load test run, time period and aggregation interval. + text: | + az load test-run metrics list --test-run-id sample-test-run-id --load-test-resource sample-alt-resource --resource-group sample-rg --metric-namespace LoadTestRunMetrics --metric-name VirtualUsers --start-time 2023-01-01T15:16:17Z --end-time 2023-01-01T16:17:18Z --interval PT5M + - name: List Response Time metrics for a given load test run and all dimension filters. + text: | + az load test-run metrics list --test-run-id sample-test-run-id --load-test-resource sample-alt-resource --resource-group sample-rg --metric-namespace LoadTestRunMetrics --metric-name ResponseTime --dimension-filters * + - name: List Response Time metrics for a given load test run and all values for a specific dimension. + text: | + az load test-run metrics list --test-run-id sample-test-run-id --load-test-resource sample-alt-resource --resource-group sample-rg --metric-namespace LoadTestRunMetrics --metric-name ResponseTime --dimension-filters RequestName=* + - name: List Response Time metrics for a given load test run and specific dimensions. + text: | + az load test-run metrics list --test-run-id sample-test-run-id --load-test-resource sample-alt-resource --resource-group sample-rg --metric-namespace LoadTestRunMetrics --metric-name ResponseTime --dimension-filters RequestName=Homepage RequestName=Homepage-1 +""" + +helps[ + "load test-run metrics get-definitions" +] = """ +type: command +short-summary: Get all metric definitions for a load test run. +examples: + - name: Get metric definitions for a given load test run and test run metric namespace. + text: | + az load test-run metrics get-definitions --test-run-id sample-test-run-id --load-test-resource sample-alt-resource --resource-group sample-rg --metric-namespace LoadTestRunMetrics + - name: Get metric definitions for a given load test run and engine health metric namespace. + text: | + az load test-run metrics get-definitions --test-run-id sample-test-run-id --load-test-resource sample-alt-resource --resource-group sample-rg --metric-namespace EngineHealthMetrics +""" + +helps[ + "load test-run metrics get-dimensions" +] = """ +type: command +short-summary: Get all metric dimension values for load test run. +examples: + - name: Get CPU metric dimension values for a given load test run. + text: | + az load test-run metrics get-dimensions --test-run-id sample-test-run-id --load-test-resource sample-alt-resource --resource-group sample-rg --metric-namespace EngineHealthMetrics --metric-name CPU --metric-dimension EngineId + - name: Get Response Time metric dimension values for a given load test run, time period and aggregation interval. + text: | + az load test-run metrics get-dimensions --test-run-id sample-test-run-id --load-test-resource sample-alt-resource --resource-group sample-rg --metric-namespace LoadTestRunMetrics --metric-name ResponseTime --metric-dimension RequestName --start-time 2023-01-01T15:16:17Z --end-time 2023-01-01T16:17:18Z --interval PT5M +""" diff --git a/src/load/azext_load/data_plane/load_test_run/params.py b/src/load/azext_load/data_plane/load_test_run/params.py new file mode 100644 index 00000000000..cfa138a68fd --- /dev/null +++ b/src/load/azext_load/data_plane/load_test_run/params.py @@ -0,0 +1,80 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +# pylint: disable=too-many-lines +# pylint: disable=too-many-statements + +from azext_load.data_plane.utils import argtypes + + +def load_arguments(self, _): + # Load Test Run + with self.argument_context("load test-run create") as c: + c.argument("test_run_id", argtypes.test_run_id_no_completer) + c.argument("existing_test_run_id", argtypes.existing_test_run_id) + c.argument("test_id", argtypes.test_id) + c.argument("display_name", argtypes.test_run_display_name) + c.argument("description", argtypes.test_run_description) + c.argument("env", argtypes.env) + c.argument("secrets", argtypes.secret) + c.argument("certificate", argtypes.certificate) + + with self.argument_context("load test-run update") as c: + c.argument("test_id", argtypes.test_id) + c.argument("description", argtypes.test_run_description) + + with self.argument_context("load test-run download-files") as c: + c.argument("path", argtypes.dir_path) + c.argument("test_run_input", argtypes.test_run_input) + c.argument("test_run_log", argtypes.test_run_log) + c.argument("test_run_results", argtypes.test_run_results) + c.argument("force", argtypes.force) + + with self.argument_context("load test-run list") as c: + c.argument("test_id", argtypes.test_id) + + # Load Test Run App Components + with self.argument_context("load test-run app-component") as c: + c.argument("app_component_id", argtypes.app_component_id) + + with self.argument_context("load test-run app-component add") as c: + c.argument("app_component_name", argtypes.app_component_name) + c.argument("app_component_type", argtypes.app_component_type) + c.argument("app_component_kind", argtypes.app_component_kind) + + # Load Test Run Server Metrics + with self.argument_context("load test-run server-metric") as c: + c.argument("metric_id", argtypes.server_metric_id) + + with self.argument_context("load test-run server-metric add") as c: + c.argument("metric_name", argtypes.server_metric_name) + c.argument("metric_namespace", argtypes.server_metric_namespace) + c.argument("aggregation", argtypes.server_metric_aggregation) + c.argument("app_component_id", argtypes.app_component_id) + c.argument("app_component_type", argtypes.app_component_type) + + # Load Test Run Metrics + with self.argument_context("load test-run metrics") as c: + c.argument("test_run_id", argtypes.test_run_id) + + with self.argument_context("load test-run metrics list") as c: + c.argument("metric_namespace", argtypes.metric_namespace) + c.argument("metric_name", argtypes.metric_name) + c.argument("start_time", argtypes.start_iso_time) + c.argument("end_time", argtypes.end_iso_time) + c.argument("aggregation", argtypes.aggregation) + c.argument("interval", argtypes.interval) + c.argument("dimension_filters", argtypes.dimension_filters) + + with self.argument_context("load test-run metrics get-definitions") as c: + c.argument("metric_namespace", argtypes.metric_namespace) + + with self.argument_context("load test-run metrics get-dimensions") as c: + c.argument("metric_name", argtypes.metric_name) + c.argument("dimension_name", argtypes.metric_dimension) + c.argument("metric_namespace", argtypes.metric_namespace) + c.argument("start_time", argtypes.start_iso_time) + c.argument("end_time", argtypes.end_iso_time) + c.argument("interval", argtypes.interval) diff --git a/src/load/azext_load/data_plane/params.py b/src/load/azext_load/data_plane/params.py new file mode 100644 index 00000000000..a068f94b258 --- /dev/null +++ b/src/load/azext_load/data_plane/params.py @@ -0,0 +1,18 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +from .utils import argtypes + + +def load_arguments(self, _): + with self.argument_context("load test") as c: + c.argument("load_test_resource", argtypes.load_test_resource) + c.argument("resource_group_name", argtypes.resource_group) + c.argument("test_id", argtypes.test_id) + + with self.argument_context("load test-run") as c: + c.argument("load_test_resource", argtypes.load_test_resource) + c.argument("resource_group_name", argtypes.resource_group) + c.argument("test_run_id", argtypes.test_run_id) diff --git a/src/load/azext_load/data_plane/utils/__init__.py b/src/load/azext_load/data_plane/utils/__init__.py new file mode 100644 index 00000000000..fbc0cb13956 --- /dev/null +++ b/src/load/azext_load/data_plane/utils/__init__.py @@ -0,0 +1,6 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +__path__ = __import__("pkgutil").extend_path(__path__, __name__) diff --git a/src/load/azext_load/data_plane/utils/argtypes.py b/src/load/azext_load/data_plane/utils/argtypes.py new file mode 100644 index 00000000000..ceeecb07fef --- /dev/null +++ b/src/load/azext_load/data_plane/utils/argtypes.py @@ -0,0 +1,335 @@ +# -------------------------------------------------------------------------------------------- +# 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 azext_load.data_plane.utils import completers, models, utils, validators +from azure.cli.core.commands.parameters import ( + get_generic_completion_list, + get_resource_name_completion_list, + quotes, + resource_group_name_type, +) +from knack.arguments import CLIArgumentType + +quote_text = f"Use {quotes} to clear existing {{}}." + +# Common arguments +resource_group = resource_group_name_type + +load_test_resource = CLIArgumentType( + options_list=["--load-test-resource", "--name", "-n"], + type=str, + required=True, + completer=get_resource_name_completion_list("Microsoft.LoadTestService/LoadTests"), + help="Name or ARM resource ID of the Load Testing resource.", +) + +custom_no_wait = CLIArgumentType( + options_list=["--no-wait"], + action="store_true", + default=False, + help="Do not wait for the long-running operation to finish.", +) + +force = CLIArgumentType( + options_list=["--force"], + action="store_true", + default=False, + help="Force run the command. This will create the directory to download files if it does not exist.", +) +# + +test_id = CLIArgumentType( + validator=validators.validate_test_id, + completer=completers.get_test_id_completion_list(), + options_list=["--test-id", "-t"], + type=str, + help="Test ID of the load test", +) + +test_id_no_completer = CLIArgumentType( + validator=validators.validate_test_id, + options_list=["--test-id", "-t"], + type=str, + help="Test ID of the load test", +) + +test_run_id = CLIArgumentType( + validator=validators.validate_test_run_id, + completer=completers.get_test_run_id_completion_list(), + options_list=["--test-run-id", "-r"], + type=str, + help="Test run ID of the load test run", +) + +test_run_id_no_completer = CLIArgumentType( + validator=validators.validate_test_run_id, + options_list=["--test-run-id", "-r"], + type=str, + help="Test run ID of the load test run", +) + +existing_test_run_id = CLIArgumentType( + validator=validators.validate_test_run_id, + completer=completers.get_test_run_id_completion_list(), + options_list=["--existing-test-run-id"], + type=str, + help="Test run ID of an existing load test run which should be rerun.", +) + +test_plan = CLIArgumentType( + validator=validators.validate_test_plan_path, + options_list=["--test-plan"], + type=str, + help="Path to the JMeter script.", +) + +load_test_config_file = CLIArgumentType( + validator=validators.validate_load_test_config_file, + options_list=["--load-test-config-file"], + type=str, + help="Path to the load test config file. Refer https://learn.microsoft.com/azure/load-testing/reference-test-config-yaml.", +) + +test_display_name = CLIArgumentType( + options_list=["--display-name"], + type=str, + help="Display name of the load test.", +) + +test_run_display_name = CLIArgumentType( + options_list=["--display-name"], + type=str, + help="Display name of the load test run.", +) + +engine_instances = CLIArgumentType( + options_list=["--engine-instances"], + type=int, + help="Number of engine instances on which the test should run.", +) + +key_vault_reference_identity = CLIArgumentType( + options_list=["--keyvault-reference-id"], + type=str, + help="The identity that will be used to access the key vault.", +) + +split_csv = CLIArgumentType( + validator=validators.validate_split_csv, + options_list=["--split-csv"], + type=str, + help="Split CSV files evenly among engine instances.", +) + +subnet_id = CLIArgumentType( + validator=validators.validate_subnet_id, + options_list=["--subnet-id"], + type=str, + help="Resource ID of the subnet to use for private load test.", +) + +test_description = CLIArgumentType( + options_list=["--description"], + type=str, + help="Description of the load test.", +) + +test_run_description = CLIArgumentType( + options_list=["--description"], + type=str, + help="Description of the load test run.", +) + +env = CLIArgumentType( + validator=validators.validate_env_vars, + options_list=["--env"], + nargs="*", + help="space-separated environment variables: key[=value] [key[=value] ...]. " + + quote_text.format("environment variables"), +) + +secret = CLIArgumentType( + validator=validators.validate_secrets, + options_list=["--secret"], + nargs="*", + help="space-separated secrets: key[=value] [key[=value] ...]. Secrets should be stored in Azure Key Vault, and the secret identifier should be provided as the value." + + quote_text.format("secrets"), +) + +certificate = CLIArgumentType( + validator=validators.validate_certificate, + options_list=["--certificate"], + nargs="?", + help="a single certificate in 'key[=value]' format. The certificate should be stored in Azure Key Vault in PFX format, and the certificate identifier should be provided as the value." + + quote_text.format("certificate"), +) + +dir_path = CLIArgumentType( + validator=validators.validate_dir_path, + options_list=["--path"], + type=str, + help="Path of the directory to download files.", +) + +file_name = CLIArgumentType( + options_list=["--file-name"], + type=str, + help="Name of the file.", +) + +file_path = CLIArgumentType( + validator=validators.validate_file_path, + options_list=["--path"], + type=str, + help="Path to the file to upload.", +) + +file_type = CLIArgumentType( + validator=validators.validate_file_type, + completer=get_generic_completion_list( + utils.get_enum_values(models.AllowedFileTypes) + ), + options_list=["--file-type"], + type=str, + help=f"Type of file to be uploaded. Allowed values: {', '.join(utils.get_enum_values(models.AllowedFileTypes))}", +) + +test_run_input = CLIArgumentType( + options_list=["--input"], + action="store_true", + default=False, + help="Download the input files zip.", +) + +test_run_log = CLIArgumentType( + options_list=["--log"], + action="store_true", + default=False, + help="Download the log files zip.", +) + +test_run_results = CLIArgumentType( + options_list=["--result"], + action="store_true", + default=False, + help="Download the results files zip.", +) + +app_component_id = CLIArgumentType( + validator=validators.validate_app_component_id, + options_list=["--app-component-id"], + type=str, + help="Fully qualified resource ID of the App Component. For example, subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}", +) + +app_component_name = CLIArgumentType( + options_list=["--app-component-name"], + type=str, + help="Name of the app component. Refer https://learn.microsoft.com/cli/azure/resource#az-resource-show", +) + +app_component_type = CLIArgumentType( + validator=validators.validate_app_component_type, + options_list=["--app-component-type"], + type=str, + help="Type of resource of the app component. Refer https://learn.microsoft.com/cli/azure/resource#az-resource-show", +) + +app_component_kind = CLIArgumentType( + options_list=["--app-component-kind"], + type=str, + help="Kind of the app component. Refer https://learn.microsoft.com/cli/azure/resource#az-resource-show", +) + +server_metric_id = CLIArgumentType( + validator=validators.validate_metric_id, + options_list=["--metric-id"], + type=str, + help="Fully qualified ID of the server metric. Refer https://docs.microsoft.com/en-us/rest/api/monitor/metric-definitions/list#metricdefinition", +) + +server_metric_name = CLIArgumentType( + options_list=["--metric-name"], + type=str, + help="Name of the metric. Example, requests/duration", +) + +server_metric_namespace = CLIArgumentType( + options_list=["--metric-namespace"], + type=str, + help="Namespace of the server metric. Example, microsoft.insights/components", +) + +server_metric_aggregation = CLIArgumentType( + options_list=["--aggregation"], + type=str, + help="Aggregation to be applied on the metric.", +) + +metric_name = CLIArgumentType( + options_list=["--metric-name", "--metric-definition-name"], + type=str, + help="Name of the metric.", +) + +metric_namespace = CLIArgumentType( + validator=validators.validate_metric_namespaces, + completer=get_generic_completion_list( + utils.get_enum_values(models.AllowedMetricNamespaces) + ), + options_list=["--metric-namespace"], + required=True, + type=str, + help=f"Namespace of the metric. Allowed values: {', '.join(utils.get_enum_values(models.AllowedMetricNamespaces))}", +) + +metric_dimension = CLIArgumentType( + options_list=["--metric-dimension"], + type=str, + help="Value of the metric dimension.", +) + +start_iso_time = CLIArgumentType( + validator=validators.validate_start_iso_time, + options_list=["--start-time"], + type=str, + help="ISO 8601 formatted start time.", +) + +end_iso_time = CLIArgumentType( + validator=validators.validate_end_iso_time, + options_list=["--end-time"], + type=str, + help="ISO 8601 formatted end time.", +) + +interval = CLIArgumentType( + validator=validators.validate_interval, + completer=get_generic_completion_list( + utils.get_enum_values(models.AllowedIntervals) + ), + options_list=["--interval"], + type=str, + help=f"ISO 8601 formatted interval. Allowed values: {', '.join(utils.get_enum_values(models.AllowedIntervals))}", +) + +aggregation = CLIArgumentType( + options_list=["--aggregation"], + type=str, + help="Operation used to aggregate the metrics", +) + +dimension_filters = CLIArgumentType( + validator=validators.validate_dimension_filters, + options_list=["--dimension-filters"], + nargs="*", + help=( + "space and comma-separated dimension filters: key1[=value1] key1[=value2] key2[=value3] format ...]. " + "* is supported as a wildcard for both key and value. " + "Example: `--dimension-filters key1=value1 key2=*`, `--dimension-filters *`" + ), +) diff --git a/src/load/azext_load/data_plane/utils/completers.py b/src/load/azext_load/data_plane/utils/completers.py new file mode 100644 index 00000000000..a9cb216a417 --- /dev/null +++ b/src/load/azext_load/data_plane/utils/completers.py @@ -0,0 +1,58 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +from azext_load.data_plane.utils.utils import ( + get_admin_data_plane_client, + get_testrun_data_plane_client, +) +from azure.cli.core.commands.parameters import Completer +from knack.log import get_logger + +logger = get_logger(__name__) + + +def get_test_id_completion_list(): + @Completer + def completer(cmd, prefix, namespace, **kwargs): # pylint: disable=unused-argument + load_test_resource = getattr(namespace, "load_test_resource", None) + resource_group_name = getattr(namespace, "resource_group_name", None) + + if not load_test_resource: + return [] + + client = get_admin_data_plane_client( + cmd, load_test_resource, resource_group_name + ) + test_ids = [ + test.get("testId") for test in client.list_tests() if "testId" in test + ] + logger.debug("Test IDs list in Test ID completer: %s", test_ids) + return test_ids + + return completer + + +def get_test_run_id_completion_list(): + @Completer + def completer(cmd, prefix, namespace, **kwargs): # pylint: disable=unused-argument + load_test_resource = getattr(namespace, "load_test_resource", None) + resource_group_name = getattr(namespace, "resource_group_name", None) + test_id = getattr(namespace, "test_id", None) + + if not load_test_resource: + return [] + + client = get_testrun_data_plane_client( + cmd, load_test_resource, resource_group_name + ) + test_run_ids = [ + test_run.get("testRunId") + for test_run in client.list_test_runs(test_id=test_id) + if "testRunId" in test_run + ] + logger.debug("Test Run IDs list in Test Run ID completer: %s", test_run_ids) + return test_run_ids + + return completer diff --git a/src/load/azext_load/data_plane/utils/models.py b/src/load/azext_load/data_plane/utils/models.py new file mode 100644 index 00000000000..7b5cdb04dc1 --- /dev/null +++ b/src/load/azext_load/data_plane/utils/models.py @@ -0,0 +1,30 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +from enum import Enum + + +class IdentityType(str, Enum): + SystemAssigned = "SystemAssigned" + UserAssigned = "UserAssigned" + + +class AllowedFileTypes(str, Enum): + ADDITIONAL_ARTIFACTS = "ADDITIONAL_ARTIFACTS" + JMX_FILE = "JMX_FILE" + USER_PROPERTIES = "USER_PROPERTIES" + + +class AllowedIntervals(str, Enum): + PT10S = "PT10S" + PT1H = "PT1H" + PT1M = "PT1M" + PT5M = "PT5M" + PT5S = "PT5S" + + +class AllowedMetricNamespaces(str, Enum): + LoadTestRunMetrics = "LoadTestRunMetrics" + EngineHealthMetrics = "EngineHealthMetrics" diff --git a/src/load/azext_load/data_plane/utils/utils.py b/src/load/azext_load/data_plane/utils/utils.py new file mode 100644 index 00000000000..969276f5510 --- /dev/null +++ b/src/load/azext_load/data_plane/utils/utils.py @@ -0,0 +1,549 @@ +# -------------------------------------------------------------------------------------------- +# 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 uuid +from enum import EnumMeta + +import requests +import yaml +from azext_load.data_plane.utils import validators +from azext_load.vendored_sdks.loadtesting_mgmt import LoadTestMgmtClient +from azure.cli.core.azclierror import ( + FileOperationError, + InvalidArgumentValueError, + RequiredArgumentMissingError, + CLIInternalError, +) +from knack.log import get_logger +from msrestazure.tools import is_valid_resource_id, parse_resource_id + +from .models import IdentityType, AllowedFileTypes + +logger = get_logger(__name__) + + +def get_load_test_resource_endpoint( + cred, load_test_resource, resource_group=None, subscription_id=None +): + if subscription_id is None: + return None + if is_valid_resource_id(load_test_resource): + # load_test_resource is a resource id + logger.debug( + "load-test-resource '%s' is an Azure Resource Id", load_test_resource + ) + parsed = parse_resource_id(load_test_resource) + resource_group, name = parsed["resource_group"], parsed["name"] + if subscription_id != parsed["subscription"]: + logger.info( + "Subscription ID in load-test-resource parameter and CLI context do not match - %s and %s", + subscription_id, + parsed["subscription"], + ) + return None + else: + # load_test_resource is a name + logger.debug( + "load-test-resource '%s' is an Azure Load Testing resource name. Using resource group name %s", + load_test_resource, + resource_group, + ) + if resource_group is None: + raise InvalidArgumentValueError( + "Resource group name must be specified when load-test-resource is a name" + ) + name = load_test_resource + + mgmt_client = LoadTestMgmtClient(credential=cred, subscription_id=subscription_id) + data_plane_uri = mgmt_client.load_tests.get(resource_group, name).data_plane_uri + logger.info("Azure Load Testing data plane URI: %s", data_plane_uri) + return data_plane_uri + + +def get_login_credentials(cli_ctx, subscription_id=None): + from azure.cli.core._profile import Profile + + credential, subscription_id, tenant_id = Profile( + cli_ctx=cli_ctx + ).get_login_credentials(subscription_id=subscription_id) + logger.debug("Fetched login credentials for subscription %s", subscription_id) + return credential, subscription_id, tenant_id + + +def get_admin_data_plane_client(cmd, load_test_resource, resource_group_name=None): + from azext_load.data_plane.client_factory import admin_data_plane_client + + credential, subscription_id, _ = get_login_credentials(cmd.cli_ctx) + endpoint = get_load_test_resource_endpoint( + credential, + load_test_resource, + resource_group=resource_group_name, + subscription_id=subscription_id, + ) + return admin_data_plane_client( + cmd.cli_ctx, + subscription=subscription_id, + endpoint=endpoint, + credential=credential, + ) + + +def get_testrun_data_plane_client(cmd, load_test_resource, resource_group_name=None): + from azext_load.data_plane.client_factory import testrun_data_plane_client + + credential, subscription_id, _ = get_login_credentials(cmd.cli_ctx) + endpoint = get_load_test_resource_endpoint( + credential, + load_test_resource, + resource_group=resource_group_name, + subscription_id=subscription_id, + ) + return testrun_data_plane_client( + cmd.cli_ctx, + subscription=subscription_id, + endpoint=endpoint, + credential=credential, + ) + + +def get_enum_values(enum): + if not isinstance(enum, EnumMeta): + raise CLIInternalError(f"Invalid enum type: {type(enum)}") + return [item.value for item in enum] + + +def download_file(url, file_path): + logger.debug("Downloading file started") + response = None + retries = 3 + ex = None + while retries > 0: + try: + response = requests.get(url, stream=True, allow_redirects=True, timeout=60) + break + except Exception as e: # pylint: disable=broad-except + ex = e + retries -= 1 + logger.debug( + "Exception occurred while downloading file: %s. Retrying the request. Retries remaining: %d", + str(ex), + retries, + ) + if retries == 0: + msg = f"Request for {url} failed after all retries: {str(ex)}" + logger.debug(msg) + raise FileOperationError(msg) + + if response: + with open(file_path, "wb") as f: + for chunk in response.iter_content(chunk_size=1024): + if chunk: # ignore keep-alive new chunks + f.write(chunk) + logger.debug("Downloading file completed") + + +def upload_file_to_test(client, test_id, file_path, file_type=None, wait=False): + logger.debug( + "Uploading file %s for the test %s with 'wait' %s", + file_path, + test_id, + "enabled" if wait else "disabled", + ) + # pylint: disable-next=protected-access + file_path = validators._validate_path(file_path, is_dir=False) + with open(file_path, "rb") as file: + upload_poller = client.begin_upload_test_file( + test_id, + file_name=os.path.basename(file.name), + file_type=file_type, + body=file, + ) + response = ( + upload_poller.result() + if wait + else upload_poller.polling_method().resource() + ) + logger.debug( + "Upload result for file with --wait%s passed: %s", + "" if wait else " not", + response, + ) + return response + + +def parse_cert(certificate): + logger.debug("Parsing certificate") + if len(certificate) != 1: + raise InvalidArgumentValueError("Only one certificate is supported") + certificate = certificate[0] + name, value = certificate.get("name"), certificate.get("value") + # pylint: disable-next=protected-access + if not validators._validate_akv_url(value, "certificates"): + raise InvalidArgumentValueError(f"Invalid AKV Certificate URL: {value}") + certificate = { + "name": name, + "type": "AKV_CERT_URI", + "value": value, + } + logger.debug("Parsed certificate: %s", certificate) + logger.debug("Certificate parsed successfully") + return certificate + + +def parse_secrets(secrets): + logger.debug("Parsing secrets") + secrets_dict = {} + for secret in secrets: + name, value = secret.get("name"), secret.get("value") + if name is None or value is None: + raise RequiredArgumentMissingError( + "Both name and value are required for secret" + ) + # pylint: disable-next=protected-access + if not validators._validate_akv_url(value, "secrets"): + raise InvalidArgumentValueError(f"Invalid AKV Certificate URL: {value}") + secrets_dict[name] = { + name: { + "type": "AKV_SECRET_URI", + "value": value, + } + } + logger.debug("Parsed secrets: %s", secrets_dict) + logger.debug("Secrets parsed successfully") + return secrets_dict + + +def parse_env(envs): + logger.debug("Parsing environment variables") + env_dict = {} + for env in envs: + name, value = env.get("name"), env.get("value") + if name is None: + raise InvalidArgumentValueError("Name is required for environment variable") + if value is None: + value = "" + env_dict[name] = value + logger.debug("Parsed environment variables: %s", env_dict) + logger.debug("Environment variables parsed successfully") + return env_dict + + +def load_yaml(file_path): + logger.debug("Loading yaml file: %s", file_path) + try: + with open(file_path, "r", encoding="UTF-8") as file: + data = yaml.safe_load(file) + logger.info("Yaml file loaded successfully") + return data + except yaml.YAMLError as e: + raise FileOperationError(f"Error loading yaml file: {e}") from e + except Exception as e: + logger.debug( + "Exception occurred while parsing load test configuration file: %s", + str(e), + ) + raise FileOperationError( + f"Invalid load test configuration file : {file_path}. " + f"Please check the file path and format. Exception: {str(e)}" + ) from e + + +def convert_yaml_to_test(data): + new_body = {} + if "displayName" in data: + new_body["displayName"] = data["displayName"] + if "description" in data: + new_body["description"] = data["description"] + new_body["keyvaultReferenceIdentityType"] = IdentityType.SystemAssigned + if "keyvaultReferenceIdentityId" in data: + new_body["keyvaultReferenceIdentityId"] = data["keyvaultReferenceIdentityId"] + new_body["keyvaultReferenceIdentityType"] = IdentityType.UserAssigned + + if "subnetId" in data: + new_body["subnetId"] = data["subnetId"] + + new_body["loadTestConfiguration"] = {} + new_body["loadTestConfiguration"]["engineInstances"] = data.get( + "engineInstances", 1 + ) + if data.get("certificate"): + new_body["certificate"] = parse_cert(data.get("certificate")) + if data.get("secrets"): + new_body["secrets"] = parse_secrets(data.get("secrets")) + if data.get("env"): + new_body["environmentVariables"] = parse_env(data.get("env")) + + # quick test and split csv not supported currently in CLI + new_body["loadTestConfiguration"]["quickStartTest"] = False + if data.get("quickStartTest"): + logger.warning( + "Quick start test is not supported currently in CLI. Please use portal to run quick start test" + ) + if data.get("splitAllCSVs") is not None: + new_body["loadTestConfiguration"]["splitAllCSVs"] = data.get("splitAllCSVs") + + if data.get("failureCriteria"): + new_body["passFailCriteria"] = {} + new_body["passFailCriteria"]["passFailMetrics"] = {} + for items in data["failureCriteria"]: + metric_id = get_random_uuid() + name = list(items.keys())[0] + components = list(items.values())[0] + new_body["passFailCriteria"]["passFailMetrics"][metric_id] = {} + new_body["passFailCriteria"]["passFailMetrics"][metric_id][ + "aggregate" + ] = components.split("(")[0].strip() + new_body["passFailCriteria"]["passFailMetrics"][metric_id][ + "clientMetric" + ] = (components.split("(")[1].split(")")[0].strip()) + new_body["passFailCriteria"]["passFailMetrics"][metric_id][ + "condition" + ] = components.split(")")[1].strip()[0] + new_body["passFailCriteria"]["passFailMetrics"][metric_id][ + "value" + ] = components.split( + new_body["passFailCriteria"]["passFailMetrics"][metric_id]["condition"] + )[ + 1 + ].strip() + new_body["passFailCriteria"]["passFailMetrics"][metric_id][ + "requestName" + ] = name + logger.debug("Converted yaml to test body: %s", new_body) + return new_body + + +# pylint: disable=too-many-branches +# pylint: disable=too-many-statements +def create_or_update_body( + test_id, + body, + yaml_test_body=None, + display_name=None, + test_description=None, + engine_instances=None, + env=None, + secrets=None, + certificate=None, + key_vault_reference_identity=None, + subnet_id=None, + split_csv=None, +): + if yaml_test_body is None: + yaml_test_body = {} + logger.info("Creating a request body for create or update test") + new_body = {} + display_name = ( + display_name or yaml_test_body.get("displayName") or body.get("displayName") + ) + if display_name: + new_body["displayName"] = display_name + else: + new_body["displayName"] = test_id + test_description = ( + test_description or yaml_test_body.get("description") or body.get("description") + ) + if test_description: + new_body["description"] = test_description + + new_body["keyvaultReferenceIdentityType"] = IdentityType.SystemAssigned + if key_vault_reference_identity is not None: + new_body["keyvaultReferenceIdentityId"] = key_vault_reference_identity + new_body["keyvaultReferenceIdentityType"] = IdentityType.UserAssigned + elif yaml_test_body.get("keyvaultReferenceIdentityId") is not None: + new_body["keyvaultReferenceIdentityId"] = yaml_test_body.get( + "keyVaultReferenceIdentity" + ) + new_body["keyvaultReferenceIdentityType"] = IdentityType.UserAssigned + elif body.get("keyvaultReferenceIdentityId") is not None: + new_body["keyvaultReferenceIdentityId"] = body.get( + "keyvaultReferenceIdentityId" + ) + new_body["keyvaultReferenceIdentityType"] = body.get( + "keyvaultReferenceIdentityType", IdentityType.UserAssigned + ) + if new_body["keyvaultReferenceIdentityType"] == IdentityType.UserAssigned: + if new_body["keyvaultReferenceIdentityId"].casefold() in ["null", "none"]: + new_body["keyvaultReferenceIdentityType"] = IdentityType.SystemAssigned + new_body.pop("keyvaultReferenceIdentityId") + subnet_id = subnet_id or yaml_test_body.get("subnetId") or body.get("subnetId") + if subnet_id: + new_body["subnetId"] = subnet_id + + if body.get("environmentVariables") is not None: + new_body["environmentVariables"] = body.get("environmentVariables", {}) + else: + new_body["environmentVariables"] = {} + if yaml_test_body.get("environmentVariables") is not None: + new_body["environmentVariables"].update( + yaml_test_body.get("environmentVariables", {}) + ) + if env is not None: + new_body["environmentVariables"].update(env) + if body.get("secrets") is not None: + new_body["secrets"] = body.get("secrets", {}) + else: + new_body["secrets"] = {} + if yaml_test_body.get("secrets") is not None: + new_body["secrets"].update(yaml_test_body.get("secrets", {})) + if secrets is not None: + new_body["secrets"].update(secrets) + if certificate is not None: + new_body["certificate"] = certificate + elif yaml_test_body.get("certificate") is not None: + new_body["certificate"] = yaml_test_body.get("certificate") + elif body.get("certificate"): + new_body["certificate"] = body.get("certificate") + + new_body["loadTestConfiguration"] = body.get("loadTestConfiguration", {}) + if engine_instances: + new_body["loadTestConfiguration"]["engineInstances"] = engine_instances + elif ( + yaml_test_body.get("loadTestConfiguration", {}).get("engineInstances") + is not None + ): + new_body["loadTestConfiguration"]["engineInstances"] = yaml_test_body[ + "loadTestConfiguration" + ]["engineInstances"] + else: + new_body["loadTestConfiguration"]["engineInstances"] = body.get( + "loadTestConfiguration", {} + ).get("engineInstances", 1) + # quick test is not supported in CLI + new_body["loadTestConfiguration"]["quickStartTest"] = False + if split_csv is not None: + new_body["loadTestConfiguration"]["splitAllCSVs"] = split_csv + elif ( + yaml_test_body.get("loadTestConfiguration", {}).get("splitAllCSVs") is not None + ): + new_body["loadTestConfiguration"]["splitAllCSVs"] = yaml_test_body[ + "loadTestConfiguration" + ]["splitAllCSVs"] + elif body.get("loadTestConfiguration", {}).get("splitAllCSVs") is not None: + new_body["loadTestConfiguration"]["splitAllCSVs"] = body[ + "loadTestConfiguration" + ]["splitAllCSVs"] + logger.debug("Request body for create or update test: %s", new_body) + return new_body + + +# pylint: enable=too-many-branches +# pylint: enable=too-many-statements + + +def create_or_update_test_run_body( + test_id, + display_name=None, + description=None, + env=None, + secrets=None, + certificate=None, +): + logger.info("Creating a request body for create test run") + new_body = {"testId": test_id} + if display_name is not None: + new_body["displayName"] = display_name + if description is not None: + new_body["description"] = description + if env is not None: + new_body["environmentVariables"] = env + if secrets is not None: + new_body["secrets"] = secrets + if certificate is not None: + new_body["certificate"] = certificate + logger.debug("Request body for create test run: %s", new_body) + return new_body + + +def upload_files_helper( + client, test_id, yaml_data, test_plan, load_test_config_file, wait +): + files = client.list_test_files(test_id) + if yaml_data: + user_prop_file = yaml_data.get("properties", {}).get("userPropertyFile") + if user_prop_file is not None: + logger.info("Uploading user property file %s", user_prop_file) + file_name = os.path.basename(user_prop_file) + for file in files: + if AllowedFileTypes.USER_PROPERTIES.value == file["fileType"]: + client.delete_test_file(test_id, file["fileName"]) + logger.info( + "File of type '%s' already exists in test %s. Deleting it!", + AllowedFileTypes.USER_PROPERTIES, + test_id, + ) + break + file_response = upload_file_to_test( + client, + test_id, + user_prop_file, + file_type=AllowedFileTypes.USER_PROPERTIES, + wait=wait, + ) + logger.info( + "Uploaded file '%s' of type %s to test %s", + file_name, + AllowedFileTypes.USER_PROPERTIES, + test_id, + ) + + if yaml_data and yaml_data.get("configurationFiles") is not None: + logger.info("Uploading additional artifacts") + for config_file in yaml_data.get("configurationFiles"): + file_name = os.path.basename(config_file) + if file_name in [file["fileName"] for file in files]: + client.delete_test_file(test_id, file_name) + logger.info( + "File with name '%s' already exists in test %s. Deleting it!", + file_name, + test_id, + ) + upload_file_to_test( + client, + test_id, + config_file, + file_type=AllowedFileTypes.ADDITIONAL_ARTIFACTS, + wait=wait, + ) + logger.info( + "Uploaded file '%s' of type %s to test %s", + file_name, + AllowedFileTypes.ADDITIONAL_ARTIFACTS, + test_id, + ) + + if test_plan is None and yaml_data is not None and yaml_data.get("testPlan"): + test_plan = yaml_data.get("testPlan") + if not os.path.isabs(test_plan) and load_test_config_file: + yaml_dir = os.path.dirname(load_test_config_file) + test_plan = os.path.join(yaml_dir, test_plan) + if test_plan: + logger.info("Uploading test plan file %s", test_plan) + file_name = os.path.basename(test_plan) + for file in files: + if validators.AllowedFileTypes.JMX_FILE.value == file["fileType"]: + client.delete_test_file(test_id, file["fileName"]) + logger.info( + "File with name '%s' already exists in test %s. Deleting it!", + file_name, + test_id, + ) + break + file_response = upload_file_to_test( + client, + test_id, + test_plan, + file_type=validators.AllowedFileTypes.JMX_FILE, + wait=wait, + ) + if wait and file_response.get("validationStatus") != "VALIDATION_SUCCESS": + raise FileOperationError( + f"Test plan file {test_plan} is not valid. Please check the file and try again." + ) + + +def get_random_uuid(): + return str(uuid.uuid4()) diff --git a/src/load/azext_load/data_plane/utils/validators.py b/src/load/azext_load/data_plane/utils/validators.py new file mode 100644 index 00000000000..d146aa5bbcd --- /dev/null +++ b/src/load/azext_load/data_plane/utils/validators.py @@ -0,0 +1,371 @@ +# -------------------------------------------------------------------------------------------- +# 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 re +from collections import OrderedDict +from datetime import datetime + +import yaml +from azure.cli.core.azclierror import InvalidArgumentValueError, FileOperationError +from knack.log import get_logger +from msrestazure.tools import is_valid_resource_id + +from . import utils +from .models import AllowedFileTypes, AllowedIntervals, AllowedMetricNamespaces + +logger = get_logger(__name__) + + +def validate_test_id(namespace): + """Validates test-id""" + if not isinstance(namespace.test_id, str): + raise InvalidArgumentValueError( + f"Invalid test-id type: {type(namespace.test_id)}" + ) + if not re.match("^[a-z0-9_-]*$", namespace.test_id): + raise InvalidArgumentValueError("Invalid test-id value") + + +def validate_test_run_id(namespace): + """Validates test-run-id""" + if namespace.test_run_id is None: + namespace.test_run_id = utils.get_random_uuid() + if not isinstance(namespace.test_run_id, str): + raise InvalidArgumentValueError( + f"Invalid test-run-id type: {type(namespace.test_run_id)}" + ) + if not re.match("^[a-z0-9_-]*$", namespace.test_run_id): + raise InvalidArgumentValueError("Invalid test-run-id value") + + +def _validate_akv_url(string, url_type="secrets|certificates|keys|storage"): + """Validates Azure Key Vault URL""" + # pylint: disable-next=line-too-long + regex = f"^https://[a-zA-Z0-9_-]+\\.(?:vault|vault-int)\\.(?:azure|azure-int|usgovcloudapi|microsoftazure)\\.(?:net|cn|de)/(?:{url_type})/[a-zA-Z0-9_-]+(?:/[a-zA-Z0-9_-]+|$)$" + return re.match(regex, string, re.IGNORECASE) + + +def validate_env_vars(namespace): + """Extracts multiple space-separated env vars in key[=value] format""" + if isinstance(namespace.env, list): + env_vars_dict = {} + for item in namespace.env: + env_vars_dict.update(_validate_env_var(item)) + namespace.env = env_vars_dict + + +def _validate_env_var(string): + """Extracts a single env var in key[=value] format""" + result = {} + if string: + comps = string.split("=", 1) + if len(comps) != 2: + raise InvalidArgumentValueError(f"Invalid env argument: {string}") + if comps[1] == "": + result = {comps[0]: None} + else: + result = {comps[0]: comps[1]} + return result + + +def validate_secrets(namespace): + """Extracts multiple space-separated secrets in key[=value] format""" + if isinstance(namespace.secrets, list): + secrets_dict = {} + for item in namespace.secrets: + secrets_dict.update(_validate_secret(item)) + namespace.secrets = secrets_dict + + +def _validate_secret(string): + """Extracts a single secret in key[=value] format""" + result = {} + if string: + comps = string.split("=", 1) + if len(comps) != 2: + raise InvalidArgumentValueError(f"Invalid secret argument: {string}") + if comps[1] == "": + result = {comps[0]: None} + elif not _validate_akv_url(comps[1], "secrets"): + raise InvalidArgumentValueError( + f"Invalid Azure Key Vault Secret URL: {comps[1]}" + ) + else: + result = {comps[0]: {"type": "AKV_SECRET_URI", "value": comps[1]}} + return result + + +def validate_certificate(namespace): + """Extracts single certificate in key[=value] format""" + if namespace.certificate is None: + return + if isinstance(namespace.certificate, list): + if len(namespace.certificate) > 1: + raise InvalidArgumentValueError("Only one certificate is supported") + certificate = namespace.certificate[0] + elif isinstance(namespace.certificate, str): + certificate = namespace.certificate + else: + raise InvalidArgumentValueError( + f"Invalid certificate value type: {type(namespace.certificate)}" + ) + comps = certificate.split("=", 1) + if len(comps) != 2: + raise InvalidArgumentValueError(f"Invalid certificate argument: {certificate}") + if not _validate_akv_url(comps[1], "certificates"): + raise InvalidArgumentValueError( + f"Invalid Azure Key Vault Certificate URL: {comps[1]}" + ) + namespace.certificate = { + "name": comps[0], + "type": "AKV_CERT_URI", + "value": comps[1], + } + + +def validate_subnet_id(namespace): + if namespace.subnet_id is None: + return + if not is_valid_resource_id(namespace.subnet_id): + raise InvalidArgumentValueError( + f"{namespace.subnet_id} is not a valid Azure subnet resource ID." + ) + + +def validate_app_component_id(namespace): + if not isinstance(namespace.app_component_id, str): + raise InvalidArgumentValueError( + f"Invalid app-component-id type: {type(namespace.app_component_id)}" + ) + if not is_valid_resource_id(namespace.app_component_id): + raise InvalidArgumentValueError( + f"app-component-id is not a valid Azure Resource ID: {namespace.app_component_id}" + ) + + +def validate_app_component_type(namespace): + provider_name = "/".join(namespace.app_component_id.split("/")[6:8]).casefold() + if provider_name != namespace.app_component_type.casefold(): + raise InvalidArgumentValueError( + "Type of app-component-id and app-component-type mismatch: " + f"{provider_name} vs {namespace.app_component_type}" + ) + + +def validate_metric_id(namespace): + if not isinstance(namespace.metric_id, str): + raise InvalidArgumentValueError( + f"Invalid metric-id type: {type(namespace.metric_id)}" + ) + if not is_valid_resource_id(namespace.metric_id): + raise InvalidArgumentValueError( + f"metric-id is not a valid Azure Resource ID: {namespace.metric_id}" + ) + if "metric" not in namespace.metric_id.casefold(): + raise InvalidArgumentValueError( + f"Provided Azure Resource ID is not a valid server metrics resource: {namespace.metric_id}" + ) + + +def validate_download(namespace): + if not isinstance(namespace.path, str): + raise InvalidArgumentValueError(f"Invalid path type: {type(namespace.path)}") + + namespace.path = os.path.normpath(os.path.expanduser(namespace.path)) + + # Create the directories if they do not exist + if namespace.force: + os.makedirs(namespace.path, exist_ok=True) + logger.warning( + "\"%s\" directory does not exist. Created as --force option is passed.", + namespace.path, + ) + return + + validate_dir_path(namespace) + + +def validate_load_test_config_file(namespace): + if namespace.load_test_config_file is None: + return + if not isinstance(namespace.load_test_config_file, str): + raise InvalidArgumentValueError( + f"Invalid load-test-config-file type: {type(namespace.load_test_config_file)}" + ) + namespace.load_test_config_file = _validate_path( + namespace.load_test_config_file, is_dir=False + ) + try: + with open(namespace.load_test_config_file, "r", encoding="UTF-8") as file: + yaml.safe_load(file) + except Exception as e: + raise FileOperationError( + f"Failed to read YAML file: {namespace.load_test_config_file}. Error: {e}" + ) from e + + +def validate_dir_path(namespace): + namespace.path = _validate_path(namespace.path, is_dir=True) + + +def validate_file_path(namespace): + namespace.path = _validate_path(namespace.path, is_dir=False) + + +def validate_test_plan_path(namespace): + if namespace.test_plan is None: + return + namespace.test_plan = _validate_path(namespace.test_plan, is_dir=False) + + _, file_extension = os.path.splitext(namespace.test_plan) + if file_extension.casefold() != ".jmx": + raise InvalidArgumentValueError( + f"Invalid test plan file extension: {file_extension}. Expected: .jmx" + ) + + +def _validate_path(path, is_dir=False): + if not isinstance(path, str): + raise InvalidArgumentValueError(f"Invalid path type: {type(path)}") + + path = os.path.normpath(os.path.expanduser(path)) + + if not os.path.exists(path): + raise InvalidArgumentValueError(f"Provided path '{path}' does not exist") + if is_dir: + if not os.path.isdir(path): + raise InvalidArgumentValueError( + f"Provided path '{path}' is not a directory" + ) + if not os.access(path, os.W_OK | os.X_OK): + raise FileOperationError( + f"Provided path '{path}' is not writable or executable" + ) + else: + if not os.path.isfile(path): + raise InvalidArgumentValueError(f"Provided path '{path}' is not a file") + if not os.access(path, os.R_OK): + raise FileOperationError(f"Provided path '{path}' is not readable") + return path + + +def validate_file_type(namespace): + if namespace.file_type is None: + return + if not isinstance(namespace.file_type, str): + raise InvalidArgumentValueError( + f"Invalid file-type type: {type(namespace.file_type)}" + ) + allowed_file_types = utils.get_enum_values(AllowedFileTypes) + if namespace.file_type not in allowed_file_types: + raise InvalidArgumentValueError( + f"Invalid file-type value: {namespace.file_type}. Allowed values: {', '.join(allowed_file_types)}" + ) + + +def validate_start_iso_time(namespace): + _validate_iso_time(namespace.start_time) + + +def validate_end_iso_time(namespace): + _validate_iso_time(namespace.end_time) + + +def _validate_iso_time(string): + if string is None: + return + if not isinstance(string, str): + raise InvalidArgumentValueError(f"Invalid time type: {type(string)}") + try: + datetime.strptime(string, "%Y-%m-%dT%H:%M:%S.%fZ") + return + except ValueError: + pass + try: + datetime.strptime(string, "%Y-%m-%dT%H:%M:%SZ") + return + except ValueError: + pass + raise InvalidArgumentValueError( + f"Invalid time format: '{string}'. Expected ISO 8601 format." + ) + + +def validate_interval(namespace): + if namespace.interval is None: + return + if not isinstance(namespace.interval, str): + raise InvalidArgumentValueError( + f"Invalid interval type: {type(namespace.interval)}" + ) + allowed_intervals = utils.get_enum_values(AllowedIntervals) + if namespace.interval not in allowed_intervals: + raise InvalidArgumentValueError( + f"Invalid interval value: {namespace.interval}. Allowed values: {', '.join(allowed_intervals)}" + ) + + +def validate_metric_namespaces(namespace): + if not isinstance(namespace.metric_namespace, str): + raise InvalidArgumentValueError( + f"Invalid metric-namespace type: {type(namespace.metric_namespace)}" + ) + allowed_metric_namespaces = utils.get_enum_values(AllowedMetricNamespaces) + if namespace.metric_namespace not in allowed_metric_namespaces: + raise InvalidArgumentValueError( + f"Invalid metric-namespace value: {namespace.metric_namespace}. " + f"Allowed values: {', '.join(allowed_metric_namespaces)}" + ) + + +def validate_dimension_filters(namespace): + """Extracts multiple space separated dimension filters in key1[=value1] key1[=value2] key2[=value3] format""" + if isinstance(namespace.dimension_filters, list): + filters_dict = OrderedDict() + for item in namespace.dimension_filters: + dimension_filter = _validate_dimension_filter(item) + for key, value in dimension_filter.items(): + if key in filters_dict: + filters_dict[key].append(value) + else: + filters_dict[key] = [value] + filters_list = [] + for key, value in filters_dict.items(): + filters_list.append({"name": key, "values": value}) + namespace.dimension_filters = filters_list + + +def _validate_dimension_filter(string): + """Extracts a single dimension filters in key1[=value1] format""" + result = {} + if string: + comps = string.split("=", 1) + result = {comps[0]: comps[1]} if len(comps) > 1 else {string: ""} + return result + + +def validate_split_csv(namespace): + if namespace.split_csv is None: + return + if not isinstance(namespace.split_csv, str): + raise InvalidArgumentValueError( + f"Invalid split-csv type: {type(namespace.split_csv)}" + ) + if namespace.split_csv.casefold() not in [ + "true", + "false", + "yes", + "no", + "y", + "n", + ]: + raise InvalidArgumentValueError( + f"Invalid split-csv value: {namespace.split_csv}. Allowed values: true, false, yes, no, y, n" + ) + if namespace.split_csv.casefold() in ["true", "yes", "y"]: + namespace.split_csv = True + else: + namespace.split_csv = False diff --git a/src/load/azext_load/tests/latest/constants.py b/src/load/azext_load/tests/latest/constants.py new file mode 100644 index 00000000000..e31d629e44b --- /dev/null +++ b/src/load/azext_load/tests/latest/constants.py @@ -0,0 +1,82 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +import os + +TEST_RESOURCES_DIR = os.path.join(os.path.dirname(__file__), r"resources") + + +class LoadConstants: + + # Test Plan constants + LOAD_TEST_CONFIG_FILE = os.path.join(TEST_RESOURCES_DIR, r"config.yaml") + TEST_PLAN = os.path.join(TEST_RESOURCES_DIR, r"sample-JMX-file.jmx") + ADDITIONAL_FILE = os.path.join(TEST_RESOURCES_DIR, r"additional_data.csv") + FILE_NAME = "sample-JMX-file.jmx" + + ENV_VAR_DURATION_NAME = "duration_in_sec" + ENV_VAR_DURATION_SHORT = "1" + ENV_VAR_DURATION_LONG = "120" + + # App Component constants + APP_COMPONENT_ID = r"/subscriptions/{subscription_id}/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss" + APP_COMPONENT_TYPE = r"Microsoft.Compute/virtualMachineScaleSets" + APP_COMPONENT_NAME = r"temp-vmss" + + # Server Metric constants + SERVER_METRIC_ID = r"/subscriptions/{subscription_id}/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Percentage CPU" + SERVER_METRIC_NAME = r"Percentage CPU" + SERVER_METRIC_NAMESPACE = r"microsoft.compute/virtualmachinescalesets" + AGGREGATION = "Average" + + +class LoadTestConstants(LoadConstants): + # Test IDs for load test commands + DELETE_TEST_ID = "delete-test-case" + CREATE_TEST_ID = "create-test-case" + UPDATE_TEST_ID = "update-test-case" + LIST_TEST_ID = "list-test-case" + SHOW_TEST_ID = "show-test-case" + DOWNLOAD_TEST_ID = "download-test-case" + CREATE_WITH_ARGS_TEST_ID = "create-with-args-test-case" + APP_COMPONENT_TEST_ID = "app-component-test-case" + SERVER_METRIC_TEST_ID = "server-metric-test-case" + FILE_TEST_ID = "file-test-case" + + +class LoadTestRunConstants(LoadConstants): + # Metric constants + METRIC_NAME = "VirtualUsers" + METRIC_NAMESPACE = "LoadTestRunMetrics" + METRIC_DIMENSION_NAME = "RequestName" + METRIC_DIMENSION_VALUE = "HTTP Request" + METRIC_FILTERS_ALL = "*" + METRIC_FILTERS_VALUE_ALL = f"{METRIC_DIMENSION_NAME}=*" + METRIC_FILTERS_VALUE_SPECIFIC = f"{METRIC_DIMENSION_NAME}={METRIC_DIMENSION_VALUE}" + AGGREGATION = "Average" + + # Test IDs for load test run commands + DELETE_TEST_ID = "delete-test-case" + CREATE_TEST_ID = "create-test-case" + UPDATE_TEST_ID = "update-test-case" + LIST_TEST_ID = "list-test-case" + SHOW_TEST_ID = "show-test-case" + STOP_TEST_ID = "stop-test-case" + DOWNLOAD_TEST_ID = "download-test-case" + APP_COMPONENT_TEST_ID = "app-component-test-case" + SERVER_METRIC_TEST_ID = "server-metric-test-case" + METRIC_TEST_ID = "metric-test-case" + + # Test Run IDs for load test run commands + CREATE_TEST_RUN_ID = "create-test-run-case" + LIST_TEST_RUN_ID = "list-test-run-case" + SHOW_TEST_RUN_ID = "show-test-run-case" + STOP_TEST_RUN_ID = "stop-test-run-case" + DELETE_TEST_RUN_ID = "delete-test-run-case" + SERVER_METRIC_TEST_RUN_ID = "server-metric-test-run-case" + METRIC_TEST_RUN_ID = "metric-test-run-case" + UPDATE_TEST_RUN_ID = "update-test-run-case" + DOWNLOAD_TEST_RUN_ID = "download-test-run-case" + APP_COMPONENT_TEST_RUN_ID = "app-component-test-run-case" diff --git a/src/load/azext_load/tests/latest/helper.py b/src/load/azext_load/tests/latest/helper.py new file mode 100644 index 00000000000..15aa52611eb --- /dev/null +++ b/src/load/azext_load/tests/latest/helper.py @@ -0,0 +1,151 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +from collections import OrderedDict + +from azext_load.tests.latest.constants import LoadConstants +from azure.cli.testsdk import JMESPathCheck + + +def create_test( + ScenarioTest, + load_test_resource=None, + resource_group=None, + test_id=None, + load_test_config_file=None, + test_plan=None, + is_long=False, + no_wait=False, +): + if not load_test_resource: + load_test_resource = ScenarioTest.kwargs["load_test_resource"] + if not resource_group: + resource_group = ScenarioTest.kwargs["resource_group"] + if not test_id: + test_id = ScenarioTest.kwargs["test_id"] + if not load_test_config_file: + load_test_config_file = ScenarioTest.kwargs["load_test_config_file"] + + template = ( + "az load test create " + f"--load-test-resource {load_test_resource} " + f"--resource-group {resource_group} " + f"--test-id {test_id} " + f'--load-test-config-file "{load_test_config_file}"' + ) + + duration = LoadConstants.ENV_VAR_DURATION_SHORT + if is_long: + duration = LoadConstants.ENV_VAR_DURATION_LONG + template += f" --env {LoadConstants.ENV_VAR_DURATION_NAME}={duration}" + + if test_plan: + template += f' --test-plan "{test_plan}"' + + if no_wait: + template += " --no-wait" + + ScenarioTest.cmd( + template, checks=[JMESPathCheck("testId", ScenarioTest.kwargs["test_id"])] + ) + + tests = ScenarioTest.cmd( + "az load test list " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group}" + ).get_output_in_json() + + assert ScenarioTest.kwargs["test_id"] in [test.get("testId") for test in tests] + + +def create_test_run( + ScenarioTest, + load_test_resource=None, + resource_group=None, + test_id=None, + test_run_id=None, +): + if not load_test_resource: + load_test_resource = ScenarioTest.kwargs["load_test_resource"] + if not resource_group: + resource_group = ScenarioTest.kwargs["resource_group"] + if not test_id: + test_id = ScenarioTest.kwargs["test_id"] + if not test_run_id: + test_run_id = ScenarioTest.kwargs["test_run_id"] + + test_run = ScenarioTest.cmd( + "az load test-run create " + f"--load-test-resource {load_test_resource} " + f"--resource-group {resource_group} " + f"--test-id {test_id} " + f"--test-run-id {test_run_id} ", + checks=[JMESPathCheck("testRunId", ScenarioTest.kwargs["test_run_id"])], + ).get_output_in_json() + + test_runs = ScenarioTest.cmd( + "az load test-run list " + f"--load-test-resource {load_test_resource} " + f"--resource-group {resource_group} " + f"--test-id {test_id}" + ).get_output_in_json() + + assert test_run["testRunId"] in [run.get("testRunId") for run in test_runs] + + +def delete_test_run( + ScenarioTest, load_test_resource=None, resource_group=None, test_run_id=None +): + if not load_test_resource: + load_test_resource = ScenarioTest.kwargs["load_test_resource"] + if not resource_group: + resource_group = ScenarioTest.kwargs["resource_group"] + if not test_run_id: + test_run_id = ScenarioTest.kwargs["test_run_id"] + test_id = ScenarioTest.kwargs["test_id"] + + ScenarioTest.cmd( + "az load test-run delete " + f"--load-test-resource {load_test_resource} " + f"--resource-group {resource_group} " + f"--test-run-id {test_run_id} " + f"--yes" + ) + + test_runs = ScenarioTest.cmd( + "az load test-run list " + f"--load-test-resource {load_test_resource} " + f"--resource-group {resource_group} " + f"--test-id {test_id} " + ).get_output_in_json() + + assert test_run_id not in [run.get("testRunId") for run in test_runs] + + +def delete_test( + ScenarioTest, load_test_resource=None, resource_group=None, test_id=None +): + if not load_test_resource: + load_test_resource = ScenarioTest.kwargs["load_test_resource"] + if not resource_group: + resource_group = ScenarioTest.kwargs["resource_group"] + if not test_id: + test_id = ScenarioTest.kwargs["test_id"] + + ScenarioTest.cmd( + "az load test delete " + f"--test-id {test_id} " + f"--load-test-resource {load_test_resource} " + f"--resource-group {resource_group} " + f"--yes" + ) + + tests = ScenarioTest.cmd( + "az load test list " + f"--load-test-resource {load_test_resource} " + f"--resource-group {resource_group}" + ).get_output_in_json() + + assert test_id not in [test.get("testId") for test in tests] diff --git a/src/load/azext_load/tests/latest/preparers.py b/src/load/azext_load/tests/latest/preparers.py new file mode 100644 index 00000000000..b91de65427b --- /dev/null +++ b/src/load/azext_load/tests/latest/preparers.py @@ -0,0 +1,73 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +import os + +from azure.cli.testsdk.exceptions import CliTestError +from azure.cli.testsdk.preparers import NoTrafficRecordingPreparer +from azure.cli.testsdk.reverse_dependency import get_dummy_cli +from azure.cli.testsdk.scenario_tests import SingleValueReplacer + +KEY_RESOURCE_GROUP = "rg" +KEY_LOAD_TEST_RESOURCE = "load" + + +class LoadTestResourcePreparer(NoTrafficRecordingPreparer, SingleValueReplacer): + def __init__( + self, + name_prefix="clitest-loadtest", + parameter_name="load", + resource_group_key=KEY_RESOURCE_GROUP, + location="eastus", + dev_setting_name="AZURE_CLI_TEST_DEV_LOAD_TEST_RESOURCE_NAME", + random_name_length=20, + subscription=None, + key=KEY_LOAD_TEST_RESOURCE, + ): + if " " in name_prefix: + raise CliTestError( + "Error: Space character in name prefix '%s'" % name_prefix + ) + super(LoadTestResourcePreparer, self).__init__(name_prefix, random_name_length) + self.cli_ctx = get_dummy_cli() + self.parameter_name = parameter_name + self.key = key + self.resource_group = [resource_group_key, None] + self.dev_setting_name = os.environ.get(dev_setting_name, None) + self.location = location + self.subscription = subscription + + def create_resource(self, name, **_): + if self.dev_setting_name: + return { + self.parameter_name: self.dev_setting_name, + } + + if not self.resource_group[1]: + self.resource_group[1] = self.test_class_instance.kwargs.get( + self.resource_group[0] + ) + if not self.resource_group[1]: + raise CliTestError("Error: No resource group configured!") + + template = "az load create --resource-group {} --name {} --location {} " + if self.subscription: + template += " --subscription {} ".format(self.subscription) + self.live_only_execute( + self.cli_ctx, template.format(self.resource_group[1], name, self.location) + ) + + self.test_class_instance.kwargs[self.key] = name + return {self.parameter_name: name} + + def remove_resource(self, name, **_): + if not self.dev_setting_name: + template = "az load delete --name {} --resource-group {} --yes --no-wait " + if self.subscription: + template += " --subscription {} ".format(self.subscription) + self.live_only_execute( + self.cli_ctx, + template.format(name, self.resource_group[1]), + ) diff --git a/src/load/azext_load/tests/latest/recordings/test_load_app_component.yaml b/src/load/azext_load/tests/latest/recordings/test_load_app_component.yaml new file mode 100644 index 00000000000..aa17c4d4654 --- /dev/null +++ b/src/load/azext_load/tests/latest/recordings/test_load_app_component.yaml @@ -0,0 +1,1533 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:50:56.9697607Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:50:56.9697607Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:31 GMT + etag: + - '"0b00e600-0000-0100-0000-6480fbc30000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/tests/app-component-test-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestNotFound","message":"Test couldn''t find with + given identifier app-component-test-case","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Wed, 07 Jun 2023 21:51:33 GMT + mise-correlation-id: + - 27be9d5b-c3fe-4469-9c96-4277de4fb9be + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"displayName": "CLI-Test", "description": "Test created from az load test + command", "keyvaultReferenceIdentityType": "SystemAssigned", "environmentVariables": + {"rps": 1, "duration_in_sec": "1"}, "secrets": {}, "loadTestConfiguration": + {"engineInstances": 1, "quickStartTest": false, "splitAllCSVs": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '307' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/tests/app-component-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"additionalFileInfo":[]},"testId":"app-component-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:51:34.349Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:34.349Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '525' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:34 GMT + location: + - https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/tests/app-component-test-case?api-version=2022-11-01 + mise-correlation-id: + - f5985b72-31ac-4c7d-b5a8-c666a641b323 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/tests/app-component-test-case/files?api-version=2022-11-01 + response: + body: + string: '{"value":[]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:34 GMT + mise-correlation-id: + - 342fdfcc-79e2-4812-a230-b9be221bd79c + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: !!python/object/new:_io.BytesIO + state: !!python/tuple + - !!binary | + PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxqbWV0ZXJUZXN0UGxhbiB2 + ZXJzaW9uPSIxLjIiIHByb3BlcnRpZXM9IjUuMCIgam1ldGVyPSI1LjUiPg0KICA8aGFzaFRyZWU+ + DQogICAgPFRlc3RQbGFuIGd1aWNsYXNzPSJUZXN0UGxhbkd1aSIgdGVzdGNsYXNzPSJUZXN0UGxh + biIgdGVzdG5hbWU9IkF6dXJlIExvYWQgVGVzdGluZyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICA8 + c3RyaW5nUHJvcCBuYW1lPSJUZXN0UGxhbi5jb21tZW50cyI+PC9zdHJpbmdQcm9wPg0KICAgICAg + PGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLmZ1bmN0aW9uYWxfbW9kZSI+ZmFsc2U8L2Jvb2xQcm9w + Pg0KICAgICAgPGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLnRlYXJEb3duX29uX3NodXRkb3duIj50 + cnVlPC9ib29sUHJvcD4NCiAgICAgIDxib29sUHJvcCBuYW1lPSJUZXN0UGxhbi5zZXJpYWxpemVf + dGhyZWFkZ3JvdXBzIj5mYWxzZTwvYm9vbFByb3A+DQogICAgICA8ZWxlbWVudFByb3AgbmFtZT0i + VGVzdFBsYW4udXNlcl9kZWZpbmVkX3ZhcmlhYmxlcyIgZWxlbWVudFR5cGU9IkFyZ3VtZW50cyIg + Z3VpY2xhc3M9IkFyZ3VtZW50c1BhbmVsIiB0ZXN0Y2xhc3M9IkFyZ3VtZW50cyIgdGVzdG5hbWU9 + IlVzZXIgRGVmaW5lZCBWYXJpYWJsZXMiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICA8Y29sbGVj + dGlvblByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgPC9lbGVtZW50UHJv + cD4NCiAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IlRlc3RQbGFuLnVzZXJfZGVmaW5lX2NsYXNzcGF0 + aCI+PC9zdHJpbmdQcm9wPg0KICAgIDwvVGVzdFBsYW4+DQogICAgPGhhc2hUcmVlPg0KICAgICAg + PEFyZ3VtZW50cyBndWljbGFzcz0iQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRz + IiB0ZXN0bmFtZT0iVXNlciBEZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAg + ICAgIDxjb2xsZWN0aW9uUHJvcCBuYW1lPSJBcmd1bWVudHMuYXJndW1lbnRzIj4NCiAgICAgICAg + ICA8ZWxlbWVudFByb3AgbmFtZT0iZHVyYXRpb25faW5fc2VjIiBlbGVtZW50VHlwZT0iQXJndW1l + bnQiPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubmFtZSI+ZHVyYXRp + b25faW5fc2VjPC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJn + dW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5nZXRlbnYoJnF1b3Q7ZHVyYXRpb25faW5f + c2VjJnF1b3Q7KSA/OiAmcXVvdDsxMCZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAg + IDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAg + ICAgICAgIDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9InJwcyIg + ZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFy + Z3VtZW50Lm5hbWUiPnJwczwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3JwcyZx + dW90OykgPzogJnF1b3Q7MSZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJp + bmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAgICAgICAg + IDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9ImRvbWFpbiIgZWxl + bWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3Vt + ZW50Lm5hbWUiPmRvbWFpbjwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O2RvbWFp + biZxdW90OykgPzogJnF1b3Q7ZXhhbXBsZS5jb20mcXVvdDsgKX08L3N0cmluZ1Byb3A+DQogICAg + ICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5tZXRhZGF0YSI+PTwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICA8L2VsZW1lbnRQcm9wPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1l + PSJwcm90b2NvbCIgZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQ + cm9wIG5hbWU9IkFyZ3VtZW50Lm5hbWUiPnByb3RvY29sPC9zdHJpbmdQcm9wPg0KICAgICAgICAg + ICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5n + ZXRlbnYoJnF1b3Q7cHJvdG9jb2wmcXVvdDspID86ICZxdW90O2h0dHBzJnF1b3Q7ICl9PC9zdHJp + bmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubWV0YWRhdGEi + Pj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAgICAgICA8ZWxl + bWVudFByb3AgbmFtZT0idXJsX3BhdGgiIGVsZW1lbnRUeXBlPSJBcmd1bWVudCI+DQogICAgICAg + ICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5uYW1lIj51cmxfcGF0aDwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jv + b3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3VybF9wYXRoJnF1b3Q7KSA/OiAmcXVvdDsvJnF1b3Q7 + ICl9PC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQu + bWV0YWRhdGEiPj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAg + ICAgPC9jb2xsZWN0aW9uUHJvcD4NCiAgICAgIDwvQXJndW1lbnRzPg0KICAgICAgPGhhc2hUcmVl + Lz4NCiAgICAgIDxPcGVuTW9kZWxUaHJlYWRHcm91cCBndWljbGFzcz0iT3Blbk1vZGVsVGhyZWFk + R3JvdXBHdWkiIHRlc3RjbGFzcz0iT3Blbk1vZGVsVGhyZWFkR3JvdXAiIHRlc3RuYW1lPSJPcGVu + IE1vZGVsIFRocmVhZCBHcm91cCIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgIDxlbGVtZW50UHJv + cCBuYW1lPSJUaHJlYWRHcm91cC5tYWluX2NvbnRyb2xsZXIiIGVsZW1lbnRUeXBlPSJPcGVuTW9k + ZWxUaHJlYWRHcm91cENvbnRyb2xsZXIiLz4NCiAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iVGhy + ZWFkR3JvdXAub25fc2FtcGxlX2Vycm9yIj5jb250aW51ZTwvc3RyaW5nUHJvcD4NCiAgICAgICAg + PHN0cmluZ1Byb3AgbmFtZT0iT3Blbk1vZGVsVGhyZWFkR3JvdXAuc2NoZWR1bGUiPnJhdGUoJHty + cHN9L3NlYykgcmFuZG9tX2Fycml2YWxzKCR7ZHVyYXRpb25faW5fc2VjfSBzZWMpPC9zdHJpbmdQ + cm9wPg0KICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJPcGVuTW9kZWxUaHJlYWRHcm91cC5yYW5k + b21fc2VlZCI+PC9zdHJpbmdQcm9wPg0KICAgICAgPC9PcGVuTW9kZWxUaHJlYWRHcm91cD4NCiAg + ICAgIDxoYXNoVHJlZT4NCiAgICAgICAgPEhUVFBTYW1wbGVyUHJveHkgZ3VpY2xhc3M9Ikh0dHBU + ZXN0U2FtcGxlR3VpIiB0ZXN0Y2xhc3M9IkhUVFBTYW1wbGVyUHJveHkiIHRlc3RuYW1lPSJIVFRQ + IFJlcXVlc3QiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1lPSJI + VFRQc2FtcGxlci5Bcmd1bWVudHMiIGVsZW1lbnRUeXBlPSJBcmd1bWVudHMiIGd1aWNsYXNzPSJI + VFRQQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRzIiB0ZXN0bmFtZT0iVXNlciBE + ZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgICAgICA8Y29sbGVjdGlv + blByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgICAgIDwvZWxlbWVudFBy + b3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBsZXIuZG9tYWluIj4ke2Rv + bWFpbn08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBs + ZXIucG9ydCI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBT + YW1wbGVyLnByb3RvY29sIj4ke3Byb3RvY29sfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3Ry + aW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5jb250ZW50RW5jb2RpbmciPjwvc3RyaW5nUHJvcD4N + CiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5wYXRoIj4ke3VybF9wYXRo + fTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5t + ZXRob2QiPkdFVDwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8Ym9vbFByb3AgbmFtZT0iSFRUUFNh + bXBsZXIuZm9sbG93X3JlZGlyZWN0cyI+dHJ1ZTwvYm9vbFByb3A+DQogICAgICAgICAgPGJvb2xQ + cm9wIG5hbWU9IkhUVFBTYW1wbGVyLmF1dG9fcmVkaXJlY3RzIj5mYWxzZTwvYm9vbFByb3A+DQog + ICAgICAgICAgPGJvb2xQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnVzZV9rZWVwYWxpdmUiPnRydWU8 + L2Jvb2xQcm9wPg0KICAgICAgICAgIDxib29sUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5ET19NVUxU + SVBBUlRfUE9TVCI+ZmFsc2U8L2Jvb2xQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9 + IkhUVFBTYW1wbGVyLmVtYmVkZGVkX3VybF9yZSI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxz + dHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLmNvbm5lY3RfdGltZW91dCI+PC9zdHJpbmdQcm9w + Pg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnJlc3BvbnNlX3RpbWVv + dXQiPjwvc3RyaW5nUHJvcD4NCiAgICAgICAgPC9IVFRQU2FtcGxlclByb3h5Pg0KICAgICAgICA8 + aGFzaFRyZWUvPg0KICAgICAgPC9oYXNoVHJlZT4NCiAgICA8L2hhc2hUcmVlPg0KICA8L2hhc2hU + cmVlPg0KPC9qbWV0ZXJUZXN0UGxhbj4NCg== + - 0 + - null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '4870' + Content-Type: + - application/octet-stream + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/tests/app-component-test-case/files/sample-JMX-file.jmx?fileType=JMX_FILE&api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/040cf8bb-adfe-4f1b-9187-bf8b186881cd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A01%3A35Z&sr=b&sp=r&sig=AlU1oiNRoj%2BHM8qYRROTHgjn9KJL7SzOljSxaoY4PKw%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:01:35.2277144","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:35 GMT + location: + - https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/tests/app-component-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + mise-correlation-id: + - da8cbe60-3881-4540-aa40-c108498ae1b3 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/tests/app-component-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/040cf8bb-adfe-4f1b-9187-bf8b186881cd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A01%3A35Z&sr=b&sp=r&sig=qmlonUfc0DKS8IYi8JPNbPDzTuCXeXSfsWyeB1lY%2Bug%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:01:35.506082","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '550' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:35 GMT + mise-correlation-id: + - 157bf0e7-c009-4569-8b81-59f30b8e3c28 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/tests/app-component-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/040cf8bb-adfe-4f1b-9187-bf8b186881cd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A01%3A40Z&sr=b&sp=r&sig=rJpfAAWdgT7PLNrTy3jbOjOqUDl9mjc0oBYkO37tLo0%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:01:40.8229988","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '549' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:40 GMT + mise-correlation-id: + - 8d2d747a-8238-4c3b-8782-dc3c5f6032ae + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/tests/app-component-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/040cf8bb-adfe-4f1b-9187-bf8b186881cd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A01%3A46Z&sr=b&sp=r&sig=OJ%2B%2BDWBHi1bVmzxn%2Ffzlf6z%2FgFjiZ6GZY5oIOI1XM9c%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:01:46.105193","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '556' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:46 GMT + mise-correlation-id: + - 3ae22819-f522-455b-8798-1ebc86e035c2 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/tests/app-component-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/040cf8bb-adfe-4f1b-9187-bf8b186881cd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A01%3A51Z&sr=b&sp=r&sig=XWcPkkLuylb3NdBrfRoR4AI2Elsb%2BaUtF7DlVDreyKA%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:01:51.3819388","validationStatus":"VALIDATION_SUCCESS"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '549' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:51 GMT + mise-correlation-id: + - 0796adcc-4a69-4fdb-a92b-7a2e82bc0f37 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/tests/app-component-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/040cf8bb-adfe-4f1b-9187-bf8b186881cd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A51%3A51Z&sr=b&sp=r&sig=juOM8iGnJ2l4rjSnPjOLW4C1oyT%2ByKgMuwXwMCOtTr8%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:51:51.6909635","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"app-component-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:51:34.349Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:47.103Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1096' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:51 GMT + mise-correlation-id: + - ade0c1cf-f0d4-4192-acf1-11466eb21bc7 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:50:56.9697607Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:50:56.9697607Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:52 GMT + etag: + - '"0b00e600-0000-0100-0000-6480fbc30000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/tests?api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/040cf8bb-adfe-4f1b-9187-bf8b186881cd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A51%3A54Z&sr=b&sp=r&sig=Hbofh43mF0r77%2FVYnpPp6fOaPeKELsS2ek%2F0lbiOye0%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:51:54.2696605","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"app-component-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:51:34.349Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:47.103Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1110' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:54 GMT + mise-correlation-id: + - 8159cbf0-534f-49ae-b9ff-5697f657a181 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:50:56.9697607Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:50:56.9697607Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:55 GMT + etag: + - '"0b00e600-0000-0100-0000-6480fbc30000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/test-runs/app-component-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestRunNotFound","message":"Test run not found with + given name \"app-component-test-run-case\".","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Wed, 07 Jun 2023 21:51:56 GMT + mise-correlation-id: + - a184ac27-bbdd-4bda-b411-555bfb20dec4 + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestRunNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"testId": "app-component-test-case"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '37' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/test-runs/app-component-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/51bea683-2e8f-44bc-a316-e5287fdf79c2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A51%3A57Z&sr=b&sp=r&sig=mvi0IP8ZeOSDOY7zZfRQGuuJPhjldL8oWeJnCd7zUys%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:51:57.2940419","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/040cf8bb-adfe-4f1b-9187-bf8b186881cd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A51%3A57Z&sr=b&sp=r&sig=aR3CStn92c9kVxCJ30XaMygmwao0SwwmOCm1QbcYw6w%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:51:57.2939336","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/8a6a8546-5109-4875-962e-77e35c5d5de3?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A51%3A57Z&sr=b&sp=r&sig=wMu8b7g%2Bzs3FdCDW4JO%2Bcw571KgGkHMS6mCJiFMT0%2BQ%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:51:57.2940585","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"app-component-test-run-case","testId":"app-component-test-case","status":"ACCEPTED","executedDateTime":"2023-06-07T21:51:57.131Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/app-component-test-case/testRunId/app-component-test-run-case","createdDateTime":"2023-06-07T21:51:57.569Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:57.569Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2655' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:57 GMT + location: + - https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/test-runs/app-component-test-run-case?api-version=2022-11-01 + mise-correlation-id: + - 5adf86db-6f34-4d45-ad2e-82a120ee57b2 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/test-runs/app-component-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/51bea683-2e8f-44bc-a316-e5287fdf79c2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A51%3A57Z&sr=b&sp=r&sig=AnTWOBsezLFN5ezg0q4jqsQJOaO6tQcIdbLN9KcOW4g%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:51:57.8497187","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/040cf8bb-adfe-4f1b-9187-bf8b186881cd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A51%3A57Z&sr=b&sp=r&sig=pt4HmFdwTZgPFgyKZPx1zUUyTwcXLP6TUD%2BLvSP2RO8%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:51:57.849634","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/8a6a8546-5109-4875-962e-77e35c5d5de3?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A51%3A57Z&sr=b&sp=r&sig=APzZ6J5JyMdBl5lopUnxhlI4EvNRdmjH6oeh2qvhpkU%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:51:57.8497379","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"app-component-test-run-case","testId":"app-component-test-case","status":"NOTSTARTED","startDateTime":"2023-06-07T21:51:57.682Z","executedDateTime":"2023-06-07T21:51:57.131Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/app-component-test-case/testRunId/app-component-test-run-case","createdDateTime":"2023-06-07T21:51:57.569Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:57.682Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2695' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:57 GMT + mise-correlation-id: + - 80b2a2e4-2897-4223-9474-0941f7d0cc0d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/test-runs/app-component-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/51bea683-2e8f-44bc-a316-e5287fdf79c2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A04Z&sr=b&sp=r&sig=i4GGLqKJSMZZ1JDElKqxP%2FWGIe%2FigwkRY2pXspTlYPo%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:04.1333534","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/040cf8bb-adfe-4f1b-9187-bf8b186881cd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A04Z&sr=b&sp=r&sig=NXsQVIWJaSYRHHWo4WEnI%2F%2FC2Kfydwwpud2Tvn7ZCF0%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:04.1332573","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/8a6a8546-5109-4875-962e-77e35c5d5de3?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A04Z&sr=b&sp=r&sig=4WE0WLURG47mttmtv2E7ZTqtPOY7Nq9nlWu7lbCPidU%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:04.1333744","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"app-component-test-run-case","testId":"app-component-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:51:57.682Z","executedDateTime":"2023-06-07T21:51:57.131Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/app-component-test-case/testRunId/app-component-test-run-case","createdDateTime":"2023-06-07T21:51:57.569Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:57.889Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2704' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:04 GMT + mise-correlation-id: + - 004efa41-c45f-41a9-979d-28a5a2160760 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/test-runs/app-component-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/51bea683-2e8f-44bc-a316-e5287fdf79c2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A09Z&sr=b&sp=r&sig=%2F7iGKN5UgO%2FWcgY4OG4yqghhfDXO8KxqEmZNLk2DkUg%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:09.4004794","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/040cf8bb-adfe-4f1b-9187-bf8b186881cd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A09Z&sr=b&sp=r&sig=DCyIIBM5BOrktFbxixRzPsJa%2B6p8nmzO8eo%2FlzAm8uQ%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:09.4003874","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/8a6a8546-5109-4875-962e-77e35c5d5de3?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A09Z&sr=b&sp=r&sig=G%2BrEj4KFTqhIYAsxrP7ApTyONX1pf7RkK0WewuT8Twc%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:09.4005047","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"app-component-test-run-case","testId":"app-component-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:51:57.682Z","executedDateTime":"2023-06-07T21:51:57.131Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/app-component-test-case/testRunId/app-component-test-run-case","createdDateTime":"2023-06-07T21:51:57.569Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:57.889Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2706' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:09 GMT + mise-correlation-id: + - e3d6e41e-678b-40b5-80bf-61a36fe03f69 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/test-runs/app-component-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/51bea683-2e8f-44bc-a316-e5287fdf79c2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A14Z&sr=b&sp=r&sig=SSYelCJWJz1EHyRNRaT4vVhPC83cn%2Fz7Ys4GFferWS4%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:14.6668302","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/040cf8bb-adfe-4f1b-9187-bf8b186881cd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A14Z&sr=b&sp=r&sig=gLBQx73LuNvYZVsNqUwuO5xJ2uxcuKcgxDhmLDoy5os%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:14.6667463","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/8a6a8546-5109-4875-962e-77e35c5d5de3?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A14Z&sr=b&sp=r&sig=gOL25o43NTueITmOL9Kh6Rye%2FdDszn77tV%2FCktVLGLQ%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:14.6668449","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"app-component-test-run-case","testId":"app-component-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:51:57.682Z","executedDateTime":"2023-06-07T21:51:57.131Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/app-component-test-case/testRunId/app-component-test-run-case","createdDateTime":"2023-06-07T21:51:57.569Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:57.889Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2702' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:14 GMT + mise-correlation-id: + - ad53d92a-24a8-4868-82ec-033a910e809f + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/test-runs/app-component-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/51bea683-2e8f-44bc-a316-e5287fdf79c2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A19Z&sr=b&sp=r&sig=xBgv956YyLOLtQBZy99HqZxt8H4O55PPs9mmW6Mpvx4%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:19.9680474","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/040cf8bb-adfe-4f1b-9187-bf8b186881cd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A19Z&sr=b&sp=r&sig=N6%2BGvaqXY2wd1ZNyndnGfN6vhxeZRj%2FKfGEJScYlpGM%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:19.9679773","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/8a6a8546-5109-4875-962e-77e35c5d5de3?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A19Z&sr=b&sp=r&sig=a1k%2BpzJgOvREDbDEaUq0IqcDEuOogdjiKFb0J1DYeY0%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:19.9680624","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"app-component-test-run-case","testId":"app-component-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:51:57.682Z","executedDateTime":"2023-06-07T21:51:57.131Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/app-component-test-case/testRunId/app-component-test-run-case","createdDateTime":"2023-06-07T21:51:57.569Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:57.889Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2702' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:19 GMT + mise-correlation-id: + - 855c6c13-82ac-4eb4-9c84-c21ed4467ae8 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/test-runs/app-component-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/51bea683-2e8f-44bc-a316-e5287fdf79c2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A25Z&sr=b&sp=r&sig=jTrU398H2vqrCDPRNlXvMTjk41zg5OCNsmXFBJAWtp8%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:25.2629213","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/040cf8bb-adfe-4f1b-9187-bf8b186881cd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A25Z&sr=b&sp=r&sig=riDvRm85D9Ztz%2BzAdorupX%2F4t%2BC1cKi%2FreKrlfWg8mY%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:25.2628497","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/8a6a8546-5109-4875-962e-77e35c5d5de3?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A25Z&sr=b&sp=r&sig=KrPqhlznj%2BgLcjYz0g4ufQX4F6bmtU9CnX4JSgUiI9s%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:25.2629354","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"app-component-test-run-case","testId":"app-component-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:51:57.682Z","executedDateTime":"2023-06-07T21:51:57.131Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/app-component-test-case/testRunId/app-component-test-run-case","createdDateTime":"2023-06-07T21:51:57.569Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:57.889Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2706' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:25 GMT + mise-correlation-id: + - 4d08803a-e313-40ab-b822-801769e12ac5 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/test-runs/app-component-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/51bea683-2e8f-44bc-a316-e5287fdf79c2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A30Z&sr=b&sp=r&sig=3gzfNNK0jObbsaBOZ8pD8wdfeQzroSF%2By%2FElRND%2BiWg%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:30.5552235","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/040cf8bb-adfe-4f1b-9187-bf8b186881cd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A30Z&sr=b&sp=r&sig=lMhVudMD%2FnnFnql%2BAtYEAmjeFGdMsRUOkibM2iI1s00%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:30.5551536","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/8a6a8546-5109-4875-962e-77e35c5d5de3?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A30Z&sr=b&sp=r&sig=XMQyhs6i95VyohkTXe%2FDcooBzxur7GNZ5QjpNve4wOw%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:30.5552379","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"app-component-test-run-case","testId":"app-component-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:51:57.682Z","executedDateTime":"2023-06-07T21:51:57.131Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/app-component-test-case/testRunId/app-component-test-run-case","createdDateTime":"2023-06-07T21:51:57.569Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:57.889Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2708' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:30 GMT + mise-correlation-id: + - ec53dd20-7ab4-4e37-95ed-5fe65e5808cb + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/test-runs/app-component-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/51bea683-2e8f-44bc-a316-e5287fdf79c2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A35Z&sr=b&sp=r&sig=tZAhbhXCzF3Ww9ioyclQM8mQF8FSOfcNnw8OpYbpxlw%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:35.8377433","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/040cf8bb-adfe-4f1b-9187-bf8b186881cd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A35Z&sr=b&sp=r&sig=WF0Xo2MaP0srG9P080gdKV2dOTfjjjCGJ0NllBo6MP4%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:35.837601","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/8a6a8546-5109-4875-962e-77e35c5d5de3?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A35Z&sr=b&sp=r&sig=uhPgdbuLjYyUMkkqx3XNxQ48rUTWlIufHxTUoPsTGDk%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:35.8377707","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"app-component-test-run-case","testId":"app-component-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:51:57.682Z","executedDateTime":"2023-06-07T21:51:57.131Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/app-component-test-case/testRunId/app-component-test-run-case","createdDateTime":"2023-06-07T21:51:57.569Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:57.889Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2695' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:35 GMT + mise-correlation-id: + - 3848b32c-a373-4d0b-8b41-eede15cd16c1 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/test-runs/app-component-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/51bea683-2e8f-44bc-a316-e5287fdf79c2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A41Z&sr=b&sp=r&sig=THJZSccxCdgT2E%2Bj3HY8tGTWGLNEhCD6C9%2BzRSxR49Y%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:41.1063212","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/040cf8bb-adfe-4f1b-9187-bf8b186881cd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A41Z&sr=b&sp=r&sig=Hip6LN%2FTb9BGy7FtgpPk984NWBNNTkvDwP98FbrcMHM%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:41.1062493","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/8a6a8546-5109-4875-962e-77e35c5d5de3?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A41Z&sr=b&sp=r&sig=i3TS3bmER4Y8S2toEbEk8ehXMeaXvUe1iKk2I%2ByeA8M%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:41.1063353","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"app-component-test-run-case","testId":"app-component-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:51:57.682Z","executedDateTime":"2023-06-07T21:51:57.131Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/app-component-test-case/testRunId/app-component-test-run-case","createdDateTime":"2023-06-07T21:51:57.569Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:57.889Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2704' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:41 GMT + mise-correlation-id: + - ac2f10cf-78df-49b0-b5e9-394ca27b4b63 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/test-runs/app-component-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/51bea683-2e8f-44bc-a316-e5287fdf79c2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A46Z&sr=b&sp=r&sig=6sfpK0jSCpP3NSTVYPqOune9MeXzYUCAiymxD82K3yg%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:46.3786212","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/040cf8bb-adfe-4f1b-9187-bf8b186881cd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A46Z&sr=b&sp=r&sig=sZHTBMhWSe9knLkbdr8v0FSPTOSc1nQeBPHt0fn8b4s%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:46.3785509","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/8a6a8546-5109-4875-962e-77e35c5d5de3?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A46Z&sr=b&sp=r&sig=BVAjHluiac6%2FaBVXxGc%2F%2BmZ5G5MWhXG2eEs3AfXyahw%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:46.3786354","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"app-component-test-run-case","testId":"app-component-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:51:57.682Z","executedDateTime":"2023-06-07T21:51:57.131Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/app-component-test-case/testRunId/app-component-test-run-case","createdDateTime":"2023-06-07T21:51:57.569Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:52:45.602Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2699' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:46 GMT + mise-correlation-id: + - 13a3a58d-0c59-4007-b68a-9869a67c9cc3 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/test-runs/app-component-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/51bea683-2e8f-44bc-a316-e5287fdf79c2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A51Z&sr=b&sp=r&sig=5HY0UUVnhbQ7ItKjAeERyhTt6Kk8p9mkWoHtFWm0bD4%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:51.6978853","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/040cf8bb-adfe-4f1b-9187-bf8b186881cd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A51Z&sr=b&sp=r&sig=%2Bkqg7cUgrku4StCvVd8rLTDB2Ah8dOy3X9zBQskvSAE%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:51.6978116","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/8a6a8546-5109-4875-962e-77e35c5d5de3?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A51Z&sr=b&sp=r&sig=3xGcDNHu5p8gWUT1j0ITaPpDugvaSkodXgx%2BvudzG2U%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:51.697904","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"app-component-test-run-case","testId":"app-component-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:51:57.682Z","executedDateTime":"2023-06-07T21:51:57.131Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/app-component-test-case/testRunId/app-component-test-run-case","createdDateTime":"2023-06-07T21:51:57.569Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:52:45.602Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2696' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:51 GMT + mise-correlation-id: + - 74efd2be-e875-4468-a03b-2f7e261eff6c + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/test-runs/app-component-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"errorDetails":[{"message":"Processing + error logs, please refresh to check actionable errors."}],"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/51bea683-2e8f-44bc-a316-e5287fdf79c2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A57Z&sr=b&sp=r&sig=rwjkIOGbNiaA3orxnrVM7zR%2BZ8dvLQHo7%2BDHlsuI0mU%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:57.0232185","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/040cf8bb-adfe-4f1b-9187-bf8b186881cd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A57Z&sr=b&sp=r&sig=cnZFgCqI6%2BPDfWbbhQM%2Ficmv%2Fi%2BKeis0miM%2FkJqIIpI%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:57.0231533","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/8a6a8546-5109-4875-962e-77e35c5d5de3?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A57Z&sr=b&sp=r&sig=RihGJ9JFFfwjPe8XV6vZmZbtxzs3ldwOcsciqV47FgA%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:57.0232345","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"app-component-test-run-case","testId":"app-component-test-case","status":"FAILED","startDateTime":"2023-06-07T21:51:57.682Z","endDateTime":"2023-06-07T21:52:55.881Z","executedDateTime":"2023-06-07T21:51:57.131Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/app-component-test-case/testRunId/app-component-test-run-case","createdDateTime":"2023-06-07T21:51:57.569Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:52:55.956Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2842' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:57 GMT + mise-correlation-id: + - b9609792-1b05-43cb-8714-e0a845cc5169 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:50:56.9697607Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:50:56.9697607Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:58 GMT + etag: + - '"0b00e600-0000-0100-0000-6480fbc30000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/test-runs?testId=app-component-test-case&api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"errorDetails":[{"message":"Processing + error logs, please refresh to check actionable errors."}],"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/51bea683-2e8f-44bc-a316-e5287fdf79c2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A59Z&sr=b&sp=r&sig=2wINRWQk6XG0lSE4rbhgB39aokxQYfhCdlmqSykQrj4%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:59.5193446","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/040cf8bb-adfe-4f1b-9187-bf8b186881cd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A59Z&sr=b&sp=r&sig=WD89YfeVTWmx3HIZSUYS%2FStNXn3UiwDo8D1BPmdzjY4%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:59.519251","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/06702012-c205-4478-a2cd-e3b26ba724bc/8a6a8546-5109-4875-962e-77e35c5d5de3?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A59Z&sr=b&sp=r&sig=4s7sOT62ZWKEaKsoqpHX2fFy8yaGsgaGOqyLU7FcGXs%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:59.5193713","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"app-component-test-run-case","testId":"app-component-test-case","status":"FAILED","startDateTime":"2023-06-07T21:51:57.682Z","endDateTime":"2023-06-07T21:52:55.881Z","executedDateTime":"2023-06-07T21:51:57.131Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/app-component-test-case/testRunId/app-component-test-run-case","createdDateTime":"2023-06-07T21:51:57.569Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:52:58.451Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2841' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:59 GMT + mise-correlation-id: + - 9396655d-80ec-4d75-882a-c571cd442721 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:50:56.9697607Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:50:56.9697607Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:10 GMT + etag: + - '"0b00e600-0000-0100-0000-6480fbc30000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"testRunId": "app-component-test-run-case", "components": {"/subscriptions/7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss": + {"resourceId": "/subscriptions/7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss", + "resourceName": "temp-vmss", "resourceType": "Microsoft.Compute/virtualMachineScaleSets"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '464' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/test-runs/app-component-test-run-case/app-components?api-version=2022-11-01 + response: + body: + string: '{"components":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss":{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","resourceName":"temp-vmss","resourceType":"Microsoft.Compute/virtualMachineScaleSets","resourceGroup":"hbisht-rg","subscriptionId":"7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a"}},"testRunId":"app-component-test-run-case","createdDateTime":"2023-06-07T21:53:11.862Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:53:11.862Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '709' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:11 GMT + location: + - https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/test-runs/app-component-test-run-case/app-components?api-version=2022-11-01 + mise-correlation-id: + - 3457a66e-db07-48a2-a65a-3e54b10bf88e + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:50:56.9697607Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:50:56.9697607Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:12 GMT + etag: + - '"0b00e600-0000-0100-0000-6480fbc30000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/test-runs/app-component-test-run-case/app-components?api-version=2022-11-01 + response: + body: + string: '{"components":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss":{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","resourceName":"temp-vmss","resourceType":"Microsoft.Compute/virtualMachineScaleSets","resourceGroup":"hbisht-rg","subscriptionId":"7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a"}},"testRunId":"app-component-test-run-case","createdDateTime":"2023-06-07T21:53:11.862Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:53:11.862Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '709' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:14 GMT + mise-correlation-id: + - 4cce8d12-7a77-4633-80b5-c5c0ad2064cc + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:50:56.9697607Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:50:56.9697607Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:15 GMT + etag: + - '"0b00e600-0000-0100-0000-6480fbc30000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"testRunId": "app-component-test-run-case", "components": {"/subscriptions/7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss": + null}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '215' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/test-runs/app-component-test-run-case/app-components?api-version=2022-11-01 + response: + body: + string: '{"components":{},"testRunId":"app-component-test-run-case","createdDateTime":"2023-06-07T21:53:11.862Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:53:16.548Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '229' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:16 GMT + mise-correlation-id: + - 52dd9566-a893-4b56-94bd-3dc53c78b7b5 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:50:56.9697607Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:50:56.9697607Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:17 GMT + etag: + - '"0b00e600-0000-0100-0000-6480fbc30000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://aeb43cf4-c9cc-4139-ad2e-2191f2d2d132.eastus.cnt-prod.loadtesting.azure.com/test-runs/app-component-test-run-case/app-components?api-version=2022-11-01 + response: + body: + string: '{"components":{},"testRunId":"app-component-test-run-case","createdDateTime":"2023-06-07T21:53:11.862Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:53:16.548Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '229' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:18 GMT + mise-correlation-id: + - 71d308bd-55e1-42ac-80b3-2b2e0f5a09d9 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/load/azext_load/tests/latest/recordings/test_load_test_app_component.yaml b/src/load/azext_load/tests/latest/recordings/test_load_test_app_component.yaml new file mode 100644 index 00000000000..928f26f2461 --- /dev/null +++ b/src/load/azext_load/tests/latest/recordings/test_load_test_app_component.yaml @@ -0,0 +1,894 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:48:19.3575376Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:48:19.3575376Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"65754dd9-8733-4b76-a403-2968e89cb7dc.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:48:54 GMT + etag: + - '"0b00a700-0000-0100-0000-6480fb250000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://65754dd9-8733-4b76-a403-2968e89cb7dc.eastus.cnt-prod.loadtesting.azure.com/tests/app-component-test-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestNotFound","message":"Test couldn''t find with + given identifier app-component-test-case","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Wed, 07 Jun 2023 21:48:56 GMT + mise-correlation-id: + - 6c5a314e-2a97-4701-81b3-48955f0a443e + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"displayName": "CLI-Test", "description": "Test created from az load test + command", "keyvaultReferenceIdentityType": "SystemAssigned", "environmentVariables": + {"rps": 1, "duration_in_sec": "1"}, "secrets": {}, "loadTestConfiguration": + {"engineInstances": 1, "quickStartTest": false, "splitAllCSVs": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '307' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://65754dd9-8733-4b76-a403-2968e89cb7dc.eastus.cnt-prod.loadtesting.azure.com/tests/app-component-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"additionalFileInfo":[]},"testId":"app-component-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:48:56.738Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:48:56.738Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '525' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:48:56 GMT + location: + - https://65754dd9-8733-4b76-a403-2968e89cb7dc.eastus.cnt-prod.loadtesting.azure.com/tests/app-component-test-case?api-version=2022-11-01 + mise-correlation-id: + - 68c0759c-dc9c-466b-b7db-d2a39bd3ac55 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://65754dd9-8733-4b76-a403-2968e89cb7dc.eastus.cnt-prod.loadtesting.azure.com/tests/app-component-test-case/files?api-version=2022-11-01 + response: + body: + string: '{"value":[]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:48:57 GMT + mise-correlation-id: + - aeba911b-d088-4869-8039-9f5361b1f743 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: !!python/object/new:_io.BytesIO + state: !!python/tuple + - !!binary | + PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxqbWV0ZXJUZXN0UGxhbiB2 + ZXJzaW9uPSIxLjIiIHByb3BlcnRpZXM9IjUuMCIgam1ldGVyPSI1LjUiPg0KICA8aGFzaFRyZWU+ + DQogICAgPFRlc3RQbGFuIGd1aWNsYXNzPSJUZXN0UGxhbkd1aSIgdGVzdGNsYXNzPSJUZXN0UGxh + biIgdGVzdG5hbWU9IkF6dXJlIExvYWQgVGVzdGluZyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICA8 + c3RyaW5nUHJvcCBuYW1lPSJUZXN0UGxhbi5jb21tZW50cyI+PC9zdHJpbmdQcm9wPg0KICAgICAg + PGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLmZ1bmN0aW9uYWxfbW9kZSI+ZmFsc2U8L2Jvb2xQcm9w + Pg0KICAgICAgPGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLnRlYXJEb3duX29uX3NodXRkb3duIj50 + cnVlPC9ib29sUHJvcD4NCiAgICAgIDxib29sUHJvcCBuYW1lPSJUZXN0UGxhbi5zZXJpYWxpemVf + dGhyZWFkZ3JvdXBzIj5mYWxzZTwvYm9vbFByb3A+DQogICAgICA8ZWxlbWVudFByb3AgbmFtZT0i + VGVzdFBsYW4udXNlcl9kZWZpbmVkX3ZhcmlhYmxlcyIgZWxlbWVudFR5cGU9IkFyZ3VtZW50cyIg + Z3VpY2xhc3M9IkFyZ3VtZW50c1BhbmVsIiB0ZXN0Y2xhc3M9IkFyZ3VtZW50cyIgdGVzdG5hbWU9 + IlVzZXIgRGVmaW5lZCBWYXJpYWJsZXMiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICA8Y29sbGVj + dGlvblByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgPC9lbGVtZW50UHJv + cD4NCiAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IlRlc3RQbGFuLnVzZXJfZGVmaW5lX2NsYXNzcGF0 + aCI+PC9zdHJpbmdQcm9wPg0KICAgIDwvVGVzdFBsYW4+DQogICAgPGhhc2hUcmVlPg0KICAgICAg + PEFyZ3VtZW50cyBndWljbGFzcz0iQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRz + IiB0ZXN0bmFtZT0iVXNlciBEZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAg + ICAgIDxjb2xsZWN0aW9uUHJvcCBuYW1lPSJBcmd1bWVudHMuYXJndW1lbnRzIj4NCiAgICAgICAg + ICA8ZWxlbWVudFByb3AgbmFtZT0iZHVyYXRpb25faW5fc2VjIiBlbGVtZW50VHlwZT0iQXJndW1l + bnQiPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubmFtZSI+ZHVyYXRp + b25faW5fc2VjPC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJn + dW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5nZXRlbnYoJnF1b3Q7ZHVyYXRpb25faW5f + c2VjJnF1b3Q7KSA/OiAmcXVvdDsxMCZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAg + IDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAg + ICAgICAgIDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9InJwcyIg + ZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFy + Z3VtZW50Lm5hbWUiPnJwczwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3JwcyZx + dW90OykgPzogJnF1b3Q7MSZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJp + bmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAgICAgICAg + IDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9ImRvbWFpbiIgZWxl + bWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3Vt + ZW50Lm5hbWUiPmRvbWFpbjwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O2RvbWFp + biZxdW90OykgPzogJnF1b3Q7ZXhhbXBsZS5jb20mcXVvdDsgKX08L3N0cmluZ1Byb3A+DQogICAg + ICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5tZXRhZGF0YSI+PTwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICA8L2VsZW1lbnRQcm9wPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1l + PSJwcm90b2NvbCIgZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQ + cm9wIG5hbWU9IkFyZ3VtZW50Lm5hbWUiPnByb3RvY29sPC9zdHJpbmdQcm9wPg0KICAgICAgICAg + ICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5n + ZXRlbnYoJnF1b3Q7cHJvdG9jb2wmcXVvdDspID86ICZxdW90O2h0dHBzJnF1b3Q7ICl9PC9zdHJp + bmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubWV0YWRhdGEi + Pj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAgICAgICA8ZWxl + bWVudFByb3AgbmFtZT0idXJsX3BhdGgiIGVsZW1lbnRUeXBlPSJBcmd1bWVudCI+DQogICAgICAg + ICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5uYW1lIj51cmxfcGF0aDwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jv + b3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3VybF9wYXRoJnF1b3Q7KSA/OiAmcXVvdDsvJnF1b3Q7 + ICl9PC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQu + bWV0YWRhdGEiPj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAg + ICAgPC9jb2xsZWN0aW9uUHJvcD4NCiAgICAgIDwvQXJndW1lbnRzPg0KICAgICAgPGhhc2hUcmVl + Lz4NCiAgICAgIDxPcGVuTW9kZWxUaHJlYWRHcm91cCBndWljbGFzcz0iT3Blbk1vZGVsVGhyZWFk + R3JvdXBHdWkiIHRlc3RjbGFzcz0iT3Blbk1vZGVsVGhyZWFkR3JvdXAiIHRlc3RuYW1lPSJPcGVu + IE1vZGVsIFRocmVhZCBHcm91cCIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgIDxlbGVtZW50UHJv + cCBuYW1lPSJUaHJlYWRHcm91cC5tYWluX2NvbnRyb2xsZXIiIGVsZW1lbnRUeXBlPSJPcGVuTW9k + ZWxUaHJlYWRHcm91cENvbnRyb2xsZXIiLz4NCiAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iVGhy + ZWFkR3JvdXAub25fc2FtcGxlX2Vycm9yIj5jb250aW51ZTwvc3RyaW5nUHJvcD4NCiAgICAgICAg + PHN0cmluZ1Byb3AgbmFtZT0iT3Blbk1vZGVsVGhyZWFkR3JvdXAuc2NoZWR1bGUiPnJhdGUoJHty + cHN9L3NlYykgcmFuZG9tX2Fycml2YWxzKCR7ZHVyYXRpb25faW5fc2VjfSBzZWMpPC9zdHJpbmdQ + cm9wPg0KICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJPcGVuTW9kZWxUaHJlYWRHcm91cC5yYW5k + b21fc2VlZCI+PC9zdHJpbmdQcm9wPg0KICAgICAgPC9PcGVuTW9kZWxUaHJlYWRHcm91cD4NCiAg + ICAgIDxoYXNoVHJlZT4NCiAgICAgICAgPEhUVFBTYW1wbGVyUHJveHkgZ3VpY2xhc3M9Ikh0dHBU + ZXN0U2FtcGxlR3VpIiB0ZXN0Y2xhc3M9IkhUVFBTYW1wbGVyUHJveHkiIHRlc3RuYW1lPSJIVFRQ + IFJlcXVlc3QiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1lPSJI + VFRQc2FtcGxlci5Bcmd1bWVudHMiIGVsZW1lbnRUeXBlPSJBcmd1bWVudHMiIGd1aWNsYXNzPSJI + VFRQQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRzIiB0ZXN0bmFtZT0iVXNlciBE + ZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgICAgICA8Y29sbGVjdGlv + blByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgICAgIDwvZWxlbWVudFBy + b3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBsZXIuZG9tYWluIj4ke2Rv + bWFpbn08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBs + ZXIucG9ydCI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBT + YW1wbGVyLnByb3RvY29sIj4ke3Byb3RvY29sfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3Ry + aW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5jb250ZW50RW5jb2RpbmciPjwvc3RyaW5nUHJvcD4N + CiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5wYXRoIj4ke3VybF9wYXRo + fTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5t + ZXRob2QiPkdFVDwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8Ym9vbFByb3AgbmFtZT0iSFRUUFNh + bXBsZXIuZm9sbG93X3JlZGlyZWN0cyI+dHJ1ZTwvYm9vbFByb3A+DQogICAgICAgICAgPGJvb2xQ + cm9wIG5hbWU9IkhUVFBTYW1wbGVyLmF1dG9fcmVkaXJlY3RzIj5mYWxzZTwvYm9vbFByb3A+DQog + ICAgICAgICAgPGJvb2xQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnVzZV9rZWVwYWxpdmUiPnRydWU8 + L2Jvb2xQcm9wPg0KICAgICAgICAgIDxib29sUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5ET19NVUxU + SVBBUlRfUE9TVCI+ZmFsc2U8L2Jvb2xQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9 + IkhUVFBTYW1wbGVyLmVtYmVkZGVkX3VybF9yZSI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxz + dHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLmNvbm5lY3RfdGltZW91dCI+PC9zdHJpbmdQcm9w + Pg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnJlc3BvbnNlX3RpbWVv + dXQiPjwvc3RyaW5nUHJvcD4NCiAgICAgICAgPC9IVFRQU2FtcGxlclByb3h5Pg0KICAgICAgICA8 + aGFzaFRyZWUvPg0KICAgICAgPC9oYXNoVHJlZT4NCiAgICA8L2hhc2hUcmVlPg0KICA8L2hhc2hU + cmVlPg0KPC9qbWV0ZXJUZXN0UGxhbj4NCg== + - 0 + - null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '4870' + Content-Type: + - application/octet-stream + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://65754dd9-8733-4b76-a403-2968e89cb7dc.eastus.cnt-prod.loadtesting.azure.com/tests/app-component-test-case/files/sample-JMX-file.jmx?fileType=JMX_FILE&api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/30e22852-f00b-44f4-9285-75863a60eb57/b1731366-7f6a-43a9-988c-4ff428d11322?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T21%3A58%3A57Z&sr=b&sp=r&sig=42e1pFD3uukecOaKX8wtx63P%2B0gaAMgbK1SCwpNdy28%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T21:58:57.6227533","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:48:57 GMT + location: + - https://65754dd9-8733-4b76-a403-2968e89cb7dc.eastus.cnt-prod.loadtesting.azure.com/tests/app-component-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + mise-correlation-id: + - 16596c41-8f2c-42db-851a-2943fab62fbd + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://65754dd9-8733-4b76-a403-2968e89cb7dc.eastus.cnt-prod.loadtesting.azure.com/tests/app-component-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/30e22852-f00b-44f4-9285-75863a60eb57/b1731366-7f6a-43a9-988c-4ff428d11322?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T21%3A58%3A57Z&sr=b&sp=r&sig=zT%2Fncqp0wgyrANTbPzKX4VATbwtGpzeH9mURsOyn5Vw%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T21:58:57.9037895","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:48:57 GMT + mise-correlation-id: + - 5527a6db-d133-408e-b5f8-4f24f24a8a52 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://65754dd9-8733-4b76-a403-2968e89cb7dc.eastus.cnt-prod.loadtesting.azure.com/tests/app-component-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/30e22852-f00b-44f4-9285-75863a60eb57/b1731366-7f6a-43a9-988c-4ff428d11322?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T21%3A59%3A03Z&sr=b&sp=r&sig=VIcrkM4gAFGxx22T4xWE%2FpMDHaP2QT4YN0fvvD8Go7M%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T21:59:03.2217837","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:03 GMT + mise-correlation-id: + - 2b1835e6-1d3f-405c-8a89-3f9807320f35 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://65754dd9-8733-4b76-a403-2968e89cb7dc.eastus.cnt-prod.loadtesting.azure.com/tests/app-component-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/30e22852-f00b-44f4-9285-75863a60eb57/b1731366-7f6a-43a9-988c-4ff428d11322?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T21%3A59%3A08Z&sr=b&sp=r&sig=%2BB93E%2B2yqtXCNRCrEAluLQ5%2FJcV42smiyqa60xDvJHU%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T21:59:08.5527955","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '555' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:08 GMT + mise-correlation-id: + - 61b1cebe-7110-4942-9756-620fb306c6e8 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://65754dd9-8733-4b76-a403-2968e89cb7dc.eastus.cnt-prod.loadtesting.azure.com/tests/app-component-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/30e22852-f00b-44f4-9285-75863a60eb57/b1731366-7f6a-43a9-988c-4ff428d11322?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T21%3A59%3A13Z&sr=b&sp=r&sig=opQyVG11iAACUK74MHZa4ofulFCXUr6RaKswPTaPExo%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T21:59:13.8215126","validationStatus":"VALIDATION_SUCCESS"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '547' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:13 GMT + mise-correlation-id: + - 0e005be9-3ef4-4f9f-8e93-88f251780607 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://65754dd9-8733-4b76-a403-2968e89cb7dc.eastus.cnt-prod.loadtesting.azure.com/tests/app-component-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/30e22852-f00b-44f4-9285-75863a60eb57/b1731366-7f6a-43a9-988c-4ff428d11322?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A49%3A15Z&sr=b&sp=r&sig=ryGGCVa7OUQjBiYdh7t%2BqJAN9vPax%2F4Br9N%2F8Dk5ldA%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:49:15.0216508","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"app-component-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:48:56.738Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:49:09.54Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1099' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:15 GMT + mise-correlation-id: + - 57f1912b-b875-4178-93df-cfe3966fb07f + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:48:19.3575376Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:48:19.3575376Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"65754dd9-8733-4b76-a403-2968e89cb7dc.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:16 GMT + etag: + - '"0b00a700-0000-0100-0000-6480fb250000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://65754dd9-8733-4b76-a403-2968e89cb7dc.eastus.cnt-prod.loadtesting.azure.com/tests?api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/30e22852-f00b-44f4-9285-75863a60eb57/b1731366-7f6a-43a9-988c-4ff428d11322?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A49%3A17Z&sr=b&sp=r&sig=NuWxRvxvDWyNhsw0gojRE%2BGY1jQZKcQRIgQ4OwRmVOU%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:49:17.2556792","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"app-component-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:48:56.738Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:49:09.54Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1107' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:17 GMT + mise-correlation-id: + - 5a184470-7125-4b96-a12f-12c270e57d81 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:48:19.3575376Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:48:19.3575376Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"65754dd9-8733-4b76-a403-2968e89cb7dc.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:18 GMT + etag: + - '"0b00a700-0000-0100-0000-6480fb250000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"testId": "app-component-test-case", "components": {"/subscriptions/7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss": + {"resourceId": "/subscriptions/7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss", + "resourceName": "temp-vmss", "resourceType": "Microsoft.Compute/virtualMachineScaleSets"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '457' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://65754dd9-8733-4b76-a403-2968e89cb7dc.eastus.cnt-prod.loadtesting.azure.com/tests/app-component-test-case/app-components?api-version=2022-11-01 + response: + body: + string: '{"components":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss":{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","resourceName":"temp-vmss","resourceType":"Microsoft.Compute/virtualMachineScaleSets","resourceGroup":"hbisht-rg","subscriptionId":"7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a"}},"testId":"app-component-test-case","createdDateTime":"2023-06-07T21:49:19.448Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:49:19.448Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '702' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:19 GMT + location: + - https://65754dd9-8733-4b76-a403-2968e89cb7dc.eastus.cnt-prod.loadtesting.azure.com/tests/app-component-test-case/app-components?api-version=2022-11-01 + mise-correlation-id: + - b8553140-50d2-40ca-9ac2-0a3b0b08e30a + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:48:19.3575376Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:48:19.3575376Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"65754dd9-8733-4b76-a403-2968e89cb7dc.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:20 GMT + etag: + - '"0b00a700-0000-0100-0000-6480fb250000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://65754dd9-8733-4b76-a403-2968e89cb7dc.eastus.cnt-prod.loadtesting.azure.com/tests/app-component-test-case/app-components?api-version=2022-11-01 + response: + body: + string: '{"components":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss":{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","resourceName":"temp-vmss","resourceType":"Microsoft.Compute/virtualMachineScaleSets","resourceGroup":"hbisht-rg","subscriptionId":"7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a"}},"testId":"app-component-test-case","createdDateTime":"2023-06-07T21:49:19.448Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:49:19.448Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '702' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:21 GMT + mise-correlation-id: + - 6da480a6-d13e-4241-ab7b-3f89788e423a + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:48:19.3575376Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:48:19.3575376Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"65754dd9-8733-4b76-a403-2968e89cb7dc.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:22 GMT + etag: + - '"0b00a700-0000-0100-0000-6480fb250000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"testId": "app-component-test-case", "components": {"/subscriptions/7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss": + null}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '208' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://65754dd9-8733-4b76-a403-2968e89cb7dc.eastus.cnt-prod.loadtesting.azure.com/tests/app-component-test-case/app-components?api-version=2022-11-01 + response: + body: + string: '{"components":{},"testId":"app-component-test-case","createdDateTime":"2023-06-07T21:49:19.448Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:49:23.692Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '222' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:23 GMT + mise-correlation-id: + - efb75887-7ebb-4237-a450-42eef44e6d26 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:48:19.3575376Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:48:19.3575376Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"65754dd9-8733-4b76-a403-2968e89cb7dc.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:24 GMT + etag: + - '"0b00a700-0000-0100-0000-6480fb250000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://65754dd9-8733-4b76-a403-2968e89cb7dc.eastus.cnt-prod.loadtesting.azure.com/tests/app-component-test-case/app-components?api-version=2022-11-01 + response: + body: + string: '{"components":{},"testId":"app-component-test-case","createdDateTime":"2023-06-07T21:49:19.448Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:49:23.692Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '222' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:25 GMT + mise-correlation-id: + - c1dc0f0d-aab2-404c-b194-515fe26c17fa + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/load/azext_load/tests/latest/recordings/test_load_test_create.yaml b/src/load/azext_load/tests/latest/recordings/test_load_test_create.yaml new file mode 100644 index 00000000000..037016bc21a --- /dev/null +++ b/src/load/azext_load/tests/latest/recordings/test_load_test_create.yaml @@ -0,0 +1,639 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:49:33.5662059Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:49:33.5662059Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"5f9ef9a4-b3c4-4a69-a44a-50be51aadd09.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:08 GMT + etag: + - '"0b00cc00-0000-0100-0000-6480fb6e0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://5f9ef9a4-b3c4-4a69-a44a-50be51aadd09.eastus.cnt-prod.loadtesting.azure.com/tests/create-test-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestNotFound","message":"Test couldn''t find with + given identifier create-test-case","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Wed, 07 Jun 2023 21:50:09 GMT + mise-correlation-id: + - b9cecb8b-ba78-4189-8d3b-f29925eb3835 + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"displayName": "CLI-Test", "description": "Test created from az load test + command", "keyvaultReferenceIdentityType": "SystemAssigned", "environmentVariables": + {"rps": "10"}, "secrets": {}, "loadTestConfiguration": {"engineInstances": 1, + "quickStartTest": false, "splitAllCSVs": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '286' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://5f9ef9a4-b3c4-4a69-a44a-50be51aadd09.eastus.cnt-prod.loadtesting.azure.com/tests/create-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"10"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"additionalFileInfo":[]},"testId":"create-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:50:09.73Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:50:09.73Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '495' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:09 GMT + location: + - https://5f9ef9a4-b3c4-4a69-a44a-50be51aadd09.eastus.cnt-prod.loadtesting.azure.com/tests/create-test-case?api-version=2022-11-01 + mise-correlation-id: + - ffc2a229-a439-4a60-a056-fa59ac4f174f + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://5f9ef9a4-b3c4-4a69-a44a-50be51aadd09.eastus.cnt-prod.loadtesting.azure.com/tests/create-test-case/files?api-version=2022-11-01 + response: + body: + string: '{"value":[]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:09 GMT + mise-correlation-id: + - 9bdd344e-1e43-4905-a9e6-0843fc600e3d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: !!python/object/new:_io.BytesIO + state: !!python/tuple + - !!binary | + PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxqbWV0ZXJUZXN0UGxhbiB2 + ZXJzaW9uPSIxLjIiIHByb3BlcnRpZXM9IjUuMCIgam1ldGVyPSI1LjUiPg0KICA8aGFzaFRyZWU+ + DQogICAgPFRlc3RQbGFuIGd1aWNsYXNzPSJUZXN0UGxhbkd1aSIgdGVzdGNsYXNzPSJUZXN0UGxh + biIgdGVzdG5hbWU9IkF6dXJlIExvYWQgVGVzdGluZyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICA8 + c3RyaW5nUHJvcCBuYW1lPSJUZXN0UGxhbi5jb21tZW50cyI+PC9zdHJpbmdQcm9wPg0KICAgICAg + PGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLmZ1bmN0aW9uYWxfbW9kZSI+ZmFsc2U8L2Jvb2xQcm9w + Pg0KICAgICAgPGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLnRlYXJEb3duX29uX3NodXRkb3duIj50 + cnVlPC9ib29sUHJvcD4NCiAgICAgIDxib29sUHJvcCBuYW1lPSJUZXN0UGxhbi5zZXJpYWxpemVf + dGhyZWFkZ3JvdXBzIj5mYWxzZTwvYm9vbFByb3A+DQogICAgICA8ZWxlbWVudFByb3AgbmFtZT0i + VGVzdFBsYW4udXNlcl9kZWZpbmVkX3ZhcmlhYmxlcyIgZWxlbWVudFR5cGU9IkFyZ3VtZW50cyIg + Z3VpY2xhc3M9IkFyZ3VtZW50c1BhbmVsIiB0ZXN0Y2xhc3M9IkFyZ3VtZW50cyIgdGVzdG5hbWU9 + IlVzZXIgRGVmaW5lZCBWYXJpYWJsZXMiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICA8Y29sbGVj + dGlvblByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgPC9lbGVtZW50UHJv + cD4NCiAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IlRlc3RQbGFuLnVzZXJfZGVmaW5lX2NsYXNzcGF0 + aCI+PC9zdHJpbmdQcm9wPg0KICAgIDwvVGVzdFBsYW4+DQogICAgPGhhc2hUcmVlPg0KICAgICAg + PEFyZ3VtZW50cyBndWljbGFzcz0iQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRz + IiB0ZXN0bmFtZT0iVXNlciBEZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAg + ICAgIDxjb2xsZWN0aW9uUHJvcCBuYW1lPSJBcmd1bWVudHMuYXJndW1lbnRzIj4NCiAgICAgICAg + ICA8ZWxlbWVudFByb3AgbmFtZT0iZHVyYXRpb25faW5fc2VjIiBlbGVtZW50VHlwZT0iQXJndW1l + bnQiPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubmFtZSI+ZHVyYXRp + b25faW5fc2VjPC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJn + dW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5nZXRlbnYoJnF1b3Q7ZHVyYXRpb25faW5f + c2VjJnF1b3Q7KSA/OiAmcXVvdDsxMCZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAg + IDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAg + ICAgICAgIDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9InJwcyIg + ZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFy + Z3VtZW50Lm5hbWUiPnJwczwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3JwcyZx + dW90OykgPzogJnF1b3Q7MSZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJp + bmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAgICAgICAg + IDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9ImRvbWFpbiIgZWxl + bWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3Vt + ZW50Lm5hbWUiPmRvbWFpbjwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O2RvbWFp + biZxdW90OykgPzogJnF1b3Q7ZXhhbXBsZS5jb20mcXVvdDsgKX08L3N0cmluZ1Byb3A+DQogICAg + ICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5tZXRhZGF0YSI+PTwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICA8L2VsZW1lbnRQcm9wPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1l + PSJwcm90b2NvbCIgZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQ + cm9wIG5hbWU9IkFyZ3VtZW50Lm5hbWUiPnByb3RvY29sPC9zdHJpbmdQcm9wPg0KICAgICAgICAg + ICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5n + ZXRlbnYoJnF1b3Q7cHJvdG9jb2wmcXVvdDspID86ICZxdW90O2h0dHBzJnF1b3Q7ICl9PC9zdHJp + bmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubWV0YWRhdGEi + Pj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAgICAgICA8ZWxl + bWVudFByb3AgbmFtZT0idXJsX3BhdGgiIGVsZW1lbnRUeXBlPSJBcmd1bWVudCI+DQogICAgICAg + ICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5uYW1lIj51cmxfcGF0aDwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jv + b3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3VybF9wYXRoJnF1b3Q7KSA/OiAmcXVvdDsvJnF1b3Q7 + ICl9PC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQu + bWV0YWRhdGEiPj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAg + ICAgPC9jb2xsZWN0aW9uUHJvcD4NCiAgICAgIDwvQXJndW1lbnRzPg0KICAgICAgPGhhc2hUcmVl + Lz4NCiAgICAgIDxPcGVuTW9kZWxUaHJlYWRHcm91cCBndWljbGFzcz0iT3Blbk1vZGVsVGhyZWFk + R3JvdXBHdWkiIHRlc3RjbGFzcz0iT3Blbk1vZGVsVGhyZWFkR3JvdXAiIHRlc3RuYW1lPSJPcGVu + IE1vZGVsIFRocmVhZCBHcm91cCIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgIDxlbGVtZW50UHJv + cCBuYW1lPSJUaHJlYWRHcm91cC5tYWluX2NvbnRyb2xsZXIiIGVsZW1lbnRUeXBlPSJPcGVuTW9k + ZWxUaHJlYWRHcm91cENvbnRyb2xsZXIiLz4NCiAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iVGhy + ZWFkR3JvdXAub25fc2FtcGxlX2Vycm9yIj5jb250aW51ZTwvc3RyaW5nUHJvcD4NCiAgICAgICAg + PHN0cmluZ1Byb3AgbmFtZT0iT3Blbk1vZGVsVGhyZWFkR3JvdXAuc2NoZWR1bGUiPnJhdGUoJHty + cHN9L3NlYykgcmFuZG9tX2Fycml2YWxzKCR7ZHVyYXRpb25faW5fc2VjfSBzZWMpPC9zdHJpbmdQ + cm9wPg0KICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJPcGVuTW9kZWxUaHJlYWRHcm91cC5yYW5k + b21fc2VlZCI+PC9zdHJpbmdQcm9wPg0KICAgICAgPC9PcGVuTW9kZWxUaHJlYWRHcm91cD4NCiAg + ICAgIDxoYXNoVHJlZT4NCiAgICAgICAgPEhUVFBTYW1wbGVyUHJveHkgZ3VpY2xhc3M9Ikh0dHBU + ZXN0U2FtcGxlR3VpIiB0ZXN0Y2xhc3M9IkhUVFBTYW1wbGVyUHJveHkiIHRlc3RuYW1lPSJIVFRQ + IFJlcXVlc3QiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1lPSJI + VFRQc2FtcGxlci5Bcmd1bWVudHMiIGVsZW1lbnRUeXBlPSJBcmd1bWVudHMiIGd1aWNsYXNzPSJI + VFRQQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRzIiB0ZXN0bmFtZT0iVXNlciBE + ZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgICAgICA8Y29sbGVjdGlv + blByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgICAgIDwvZWxlbWVudFBy + b3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBsZXIuZG9tYWluIj4ke2Rv + bWFpbn08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBs + ZXIucG9ydCI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBT + YW1wbGVyLnByb3RvY29sIj4ke3Byb3RvY29sfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3Ry + aW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5jb250ZW50RW5jb2RpbmciPjwvc3RyaW5nUHJvcD4N + CiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5wYXRoIj4ke3VybF9wYXRo + fTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5t + ZXRob2QiPkdFVDwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8Ym9vbFByb3AgbmFtZT0iSFRUUFNh + bXBsZXIuZm9sbG93X3JlZGlyZWN0cyI+dHJ1ZTwvYm9vbFByb3A+DQogICAgICAgICAgPGJvb2xQ + cm9wIG5hbWU9IkhUVFBTYW1wbGVyLmF1dG9fcmVkaXJlY3RzIj5mYWxzZTwvYm9vbFByb3A+DQog + ICAgICAgICAgPGJvb2xQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnVzZV9rZWVwYWxpdmUiPnRydWU8 + L2Jvb2xQcm9wPg0KICAgICAgICAgIDxib29sUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5ET19NVUxU + SVBBUlRfUE9TVCI+ZmFsc2U8L2Jvb2xQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9 + IkhUVFBTYW1wbGVyLmVtYmVkZGVkX3VybF9yZSI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxz + dHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLmNvbm5lY3RfdGltZW91dCI+PC9zdHJpbmdQcm9w + Pg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnJlc3BvbnNlX3RpbWVv + dXQiPjwvc3RyaW5nUHJvcD4NCiAgICAgICAgPC9IVFRQU2FtcGxlclByb3h5Pg0KICAgICAgICA8 + aGFzaFRyZWUvPg0KICAgICAgPC9oYXNoVHJlZT4NCiAgICA8L2hhc2hUcmVlPg0KICA8L2hhc2hU + cmVlPg0KPC9qbWV0ZXJUZXN0UGxhbj4NCg== + - 0 + - null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '4870' + Content-Type: + - application/octet-stream + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://5f9ef9a4-b3c4-4a69-a44a-50be51aadd09.eastus.cnt-prod.loadtesting.azure.com/tests/create-test-case/files/sample-JMX-file.jmx?fileType=JMX_FILE&api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/188de21d-2059-4855-a956-58049be79a86/3f007214-5a4c-45d3-a0b0-5a4cf1a3bd04?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A00%3A10Z&sr=b&sp=r&sig=snFNpWuw%2BptypWFtaS7YvP3dtEEnCThnXCTqGUDAzRA%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:00:10.450946","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '550' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:10 GMT + location: + - https://5f9ef9a4-b3c4-4a69-a44a-50be51aadd09.eastus.cnt-prod.loadtesting.azure.com/tests/create-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + mise-correlation-id: + - a3dec2cb-26df-4152-911a-1dd453d0fca9 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://5f9ef9a4-b3c4-4a69-a44a-50be51aadd09.eastus.cnt-prod.loadtesting.azure.com/tests/create-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/188de21d-2059-4855-a956-58049be79a86/3f007214-5a4c-45d3-a0b0-5a4cf1a3bd04?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A00%3A10Z&sr=b&sp=r&sig=fm6rygXsxppSMSM%2FU89NX%2B3udCoH9Vi1ZIdHRrUhfA0%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:00:10.7211761","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '553' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:10 GMT + mise-correlation-id: + - 90bbaf91-12a8-4abd-af4b-6598e16dc4e6 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://5f9ef9a4-b3c4-4a69-a44a-50be51aadd09.eastus.cnt-prod.loadtesting.azure.com/tests/create-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/188de21d-2059-4855-a956-58049be79a86/3f007214-5a4c-45d3-a0b0-5a4cf1a3bd04?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A00%3A16Z&sr=b&sp=r&sig=WQMTuTsghWbFQ3VZyXZtPZWpGwWNTp%2F6r3W%2BlBveRKM%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:00:16.0341953","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '553' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:16 GMT + mise-correlation-id: + - 27a9c362-90c3-4441-b804-77af54d7aa20 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://5f9ef9a4-b3c4-4a69-a44a-50be51aadd09.eastus.cnt-prod.loadtesting.azure.com/tests/create-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/188de21d-2059-4855-a956-58049be79a86/3f007214-5a4c-45d3-a0b0-5a4cf1a3bd04?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A00%3A21Z&sr=b&sp=r&sig=kHUCx158iLwMv7SwCbXpVAQfSHFUxP%2FoCYxtk3GYN9g%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:00:21.3195177","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:21 GMT + mise-correlation-id: + - 0a701db6-533b-4acd-ada0-5e1bef180fec + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://5f9ef9a4-b3c4-4a69-a44a-50be51aadd09.eastus.cnt-prod.loadtesting.azure.com/tests/create-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/188de21d-2059-4855-a956-58049be79a86/3f007214-5a4c-45d3-a0b0-5a4cf1a3bd04?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A00%3A26Z&sr=b&sp=r&sig=%2FfSIU%2Fleg%2BRJPkmxQIIuUpH30RcWbS41iEXG6sbwxro%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:00:26.7223666","validationStatus":"VALIDATION_SUCCESS"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '553' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:26 GMT + mise-correlation-id: + - 04983851-f60b-4278-9ac4-1730504c4a3c + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://5f9ef9a4-b3c4-4a69-a44a-50be51aadd09.eastus.cnt-prod.loadtesting.azure.com/tests/create-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"10"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/188de21d-2059-4855-a956-58049be79a86/3f007214-5a4c-45d3-a0b0-5a4cf1a3bd04?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A50%3A27Z&sr=b&sp=r&sig=zwplCXQ%2FhLCq%2BqxAjTEFsHvWkROt0UcTBlEA5PjCo8s%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:50:27.5697403","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"create-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:50:09.73Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:50:25.186Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1069' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:27 GMT + mise-correlation-id: + - 21d40f41-3776-4197-8ef7-9acfbc808274 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:49:33.5662059Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:49:33.5662059Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"5f9ef9a4-b3c4-4a69-a44a-50be51aadd09.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:28 GMT + etag: + - '"0b00cc00-0000-0100-0000-6480fb6e0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://5f9ef9a4-b3c4-4a69-a44a-50be51aadd09.eastus.cnt-prod.loadtesting.azure.com/tests?api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"10"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/188de21d-2059-4855-a956-58049be79a86/3f007214-5a4c-45d3-a0b0-5a4cf1a3bd04?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A50%3A29Z&sr=b&sp=r&sig=8kb6kxB7ZlSCA8XWKxNk7Ih3mVQI%2F0SIEB8cZYpoNqg%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:50:29.9329083","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"create-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:50:09.73Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:50:25.186Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1079' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:29 GMT + mise-correlation-id: + - 7ab7097d-0658-4ac9-bc39-e36a96434d25 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:49:33.5662059Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:49:33.5662059Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"5f9ef9a4-b3c4-4a69-a44a-50be51aadd09.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:31 GMT + etag: + - '"0b00cc00-0000-0100-0000-6480fb6e0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: DELETE + uri: https://5f9ef9a4-b3c4-4a69-a44a-50be51aadd09.eastus.cnt-prod.loadtesting.azure.com/tests/create-test-case?api-version=2022-11-01 + response: + body: + string: '' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + date: + - Wed, 07 Jun 2023 21:50:33 GMT + mise-correlation-id: + - dbe38d87-6016-4e03-872b-90d65128c38d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +version: 1 diff --git a/src/load/azext_load/tests/latest/recordings/test_load_test_create_with_args.yaml b/src/load/azext_load/tests/latest/recordings/test_load_test_create_with_args.yaml new file mode 100644 index 00000000000..66e088b7526 --- /dev/null +++ b/src/load/azext_load/tests/latest/recordings/test_load_test_create_with_args.yaml @@ -0,0 +1,525 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:48:18.2542463Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:48:18.2542463Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"94920015-3eb7-4c15-b9d2-77a41105be13.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:48:53 GMT + etag: + - '"0b00a500-0000-0100-0000-6480fb240000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://94920015-3eb7-4c15-b9d2-77a41105be13.eastus.cnt-prod.loadtesting.azure.com/tests/create-with-args-test-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestNotFound","message":"Test couldn''t find with + given identifier create-with-args-test-case","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Wed, 07 Jun 2023 21:48:55 GMT + mise-correlation-id: + - f9bbe767-458a-43c7-976c-c6ca91ed3d65 + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"displayName": "Create_with_args_test", "description": "This is a load + test created with arguments", "keyvaultReferenceIdentityType": "SystemAssigned", + "environmentVariables": {"a": "2", "b": "3"}, "secrets": {}, "loadTestConfiguration": + {"engineInstances": 1, "quickStartTest": false, "splitAllCSVs": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '310' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://94920015-3eb7-4c15-b9d2-77a41105be13.eastus.cnt-prod.loadtesting.azure.com/tests/create-with-args-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"a":"2","b":"3"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"additionalFileInfo":[]},"testId":"create-with-args-test-case","description":"This + is a load test created with arguments","displayName":"Create_with_args_test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:48:55.791Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:48:55.791Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '529' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:48:55 GMT + location: + - https://94920015-3eb7-4c15-b9d2-77a41105be13.eastus.cnt-prod.loadtesting.azure.com/tests/create-with-args-test-case?api-version=2022-11-01 + mise-correlation-id: + - 939fd33a-cc42-4556-80b4-53465b37f262 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://94920015-3eb7-4c15-b9d2-77a41105be13.eastus.cnt-prod.loadtesting.azure.com/tests/create-with-args-test-case/files?api-version=2022-11-01 + response: + body: + string: '{"value":[]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:48:56 GMT + mise-correlation-id: + - 7cf23181-773d-4095-8741-445ac3cfa24c + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: !!python/object/new:_io.BytesIO + state: !!python/tuple + - !!binary | + PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxqbWV0ZXJUZXN0UGxhbiB2 + ZXJzaW9uPSIxLjIiIHByb3BlcnRpZXM9IjUuMCIgam1ldGVyPSI1LjUiPg0KICA8aGFzaFRyZWU+ + DQogICAgPFRlc3RQbGFuIGd1aWNsYXNzPSJUZXN0UGxhbkd1aSIgdGVzdGNsYXNzPSJUZXN0UGxh + biIgdGVzdG5hbWU9IkF6dXJlIExvYWQgVGVzdGluZyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICA8 + c3RyaW5nUHJvcCBuYW1lPSJUZXN0UGxhbi5jb21tZW50cyI+PC9zdHJpbmdQcm9wPg0KICAgICAg + PGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLmZ1bmN0aW9uYWxfbW9kZSI+ZmFsc2U8L2Jvb2xQcm9w + Pg0KICAgICAgPGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLnRlYXJEb3duX29uX3NodXRkb3duIj50 + cnVlPC9ib29sUHJvcD4NCiAgICAgIDxib29sUHJvcCBuYW1lPSJUZXN0UGxhbi5zZXJpYWxpemVf + dGhyZWFkZ3JvdXBzIj5mYWxzZTwvYm9vbFByb3A+DQogICAgICA8ZWxlbWVudFByb3AgbmFtZT0i + VGVzdFBsYW4udXNlcl9kZWZpbmVkX3ZhcmlhYmxlcyIgZWxlbWVudFR5cGU9IkFyZ3VtZW50cyIg + Z3VpY2xhc3M9IkFyZ3VtZW50c1BhbmVsIiB0ZXN0Y2xhc3M9IkFyZ3VtZW50cyIgdGVzdG5hbWU9 + IlVzZXIgRGVmaW5lZCBWYXJpYWJsZXMiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICA8Y29sbGVj + dGlvblByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgPC9lbGVtZW50UHJv + cD4NCiAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IlRlc3RQbGFuLnVzZXJfZGVmaW5lX2NsYXNzcGF0 + aCI+PC9zdHJpbmdQcm9wPg0KICAgIDwvVGVzdFBsYW4+DQogICAgPGhhc2hUcmVlPg0KICAgICAg + PEFyZ3VtZW50cyBndWljbGFzcz0iQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRz + IiB0ZXN0bmFtZT0iVXNlciBEZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAg + ICAgIDxjb2xsZWN0aW9uUHJvcCBuYW1lPSJBcmd1bWVudHMuYXJndW1lbnRzIj4NCiAgICAgICAg + ICA8ZWxlbWVudFByb3AgbmFtZT0iZHVyYXRpb25faW5fc2VjIiBlbGVtZW50VHlwZT0iQXJndW1l + bnQiPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubmFtZSI+ZHVyYXRp + b25faW5fc2VjPC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJn + dW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5nZXRlbnYoJnF1b3Q7ZHVyYXRpb25faW5f + c2VjJnF1b3Q7KSA/OiAmcXVvdDsxMCZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAg + IDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAg + ICAgICAgIDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9InJwcyIg + ZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFy + Z3VtZW50Lm5hbWUiPnJwczwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3JwcyZx + dW90OykgPzogJnF1b3Q7MSZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJp + bmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAgICAgICAg + IDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9ImRvbWFpbiIgZWxl + bWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3Vt + ZW50Lm5hbWUiPmRvbWFpbjwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O2RvbWFp + biZxdW90OykgPzogJnF1b3Q7ZXhhbXBsZS5jb20mcXVvdDsgKX08L3N0cmluZ1Byb3A+DQogICAg + ICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5tZXRhZGF0YSI+PTwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICA8L2VsZW1lbnRQcm9wPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1l + PSJwcm90b2NvbCIgZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQ + cm9wIG5hbWU9IkFyZ3VtZW50Lm5hbWUiPnByb3RvY29sPC9zdHJpbmdQcm9wPg0KICAgICAgICAg + ICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5n + ZXRlbnYoJnF1b3Q7cHJvdG9jb2wmcXVvdDspID86ICZxdW90O2h0dHBzJnF1b3Q7ICl9PC9zdHJp + bmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubWV0YWRhdGEi + Pj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAgICAgICA8ZWxl + bWVudFByb3AgbmFtZT0idXJsX3BhdGgiIGVsZW1lbnRUeXBlPSJBcmd1bWVudCI+DQogICAgICAg + ICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5uYW1lIj51cmxfcGF0aDwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jv + b3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3VybF9wYXRoJnF1b3Q7KSA/OiAmcXVvdDsvJnF1b3Q7 + ICl9PC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQu + bWV0YWRhdGEiPj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAg + ICAgPC9jb2xsZWN0aW9uUHJvcD4NCiAgICAgIDwvQXJndW1lbnRzPg0KICAgICAgPGhhc2hUcmVl + Lz4NCiAgICAgIDxPcGVuTW9kZWxUaHJlYWRHcm91cCBndWljbGFzcz0iT3Blbk1vZGVsVGhyZWFk + R3JvdXBHdWkiIHRlc3RjbGFzcz0iT3Blbk1vZGVsVGhyZWFkR3JvdXAiIHRlc3RuYW1lPSJPcGVu + IE1vZGVsIFRocmVhZCBHcm91cCIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgIDxlbGVtZW50UHJv + cCBuYW1lPSJUaHJlYWRHcm91cC5tYWluX2NvbnRyb2xsZXIiIGVsZW1lbnRUeXBlPSJPcGVuTW9k + ZWxUaHJlYWRHcm91cENvbnRyb2xsZXIiLz4NCiAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iVGhy + ZWFkR3JvdXAub25fc2FtcGxlX2Vycm9yIj5jb250aW51ZTwvc3RyaW5nUHJvcD4NCiAgICAgICAg + PHN0cmluZ1Byb3AgbmFtZT0iT3Blbk1vZGVsVGhyZWFkR3JvdXAuc2NoZWR1bGUiPnJhdGUoJHty + cHN9L3NlYykgcmFuZG9tX2Fycml2YWxzKCR7ZHVyYXRpb25faW5fc2VjfSBzZWMpPC9zdHJpbmdQ + cm9wPg0KICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJPcGVuTW9kZWxUaHJlYWRHcm91cC5yYW5k + b21fc2VlZCI+PC9zdHJpbmdQcm9wPg0KICAgICAgPC9PcGVuTW9kZWxUaHJlYWRHcm91cD4NCiAg + ICAgIDxoYXNoVHJlZT4NCiAgICAgICAgPEhUVFBTYW1wbGVyUHJveHkgZ3VpY2xhc3M9Ikh0dHBU + ZXN0U2FtcGxlR3VpIiB0ZXN0Y2xhc3M9IkhUVFBTYW1wbGVyUHJveHkiIHRlc3RuYW1lPSJIVFRQ + IFJlcXVlc3QiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1lPSJI + VFRQc2FtcGxlci5Bcmd1bWVudHMiIGVsZW1lbnRUeXBlPSJBcmd1bWVudHMiIGd1aWNsYXNzPSJI + VFRQQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRzIiB0ZXN0bmFtZT0iVXNlciBE + ZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgICAgICA8Y29sbGVjdGlv + blByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgICAgIDwvZWxlbWVudFBy + b3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBsZXIuZG9tYWluIj4ke2Rv + bWFpbn08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBs + ZXIucG9ydCI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBT + YW1wbGVyLnByb3RvY29sIj4ke3Byb3RvY29sfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3Ry + aW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5jb250ZW50RW5jb2RpbmciPjwvc3RyaW5nUHJvcD4N + CiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5wYXRoIj4ke3VybF9wYXRo + fTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5t + ZXRob2QiPkdFVDwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8Ym9vbFByb3AgbmFtZT0iSFRUUFNh + bXBsZXIuZm9sbG93X3JlZGlyZWN0cyI+dHJ1ZTwvYm9vbFByb3A+DQogICAgICAgICAgPGJvb2xQ + cm9wIG5hbWU9IkhUVFBTYW1wbGVyLmF1dG9fcmVkaXJlY3RzIj5mYWxzZTwvYm9vbFByb3A+DQog + ICAgICAgICAgPGJvb2xQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnVzZV9rZWVwYWxpdmUiPnRydWU8 + L2Jvb2xQcm9wPg0KICAgICAgICAgIDxib29sUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5ET19NVUxU + SVBBUlRfUE9TVCI+ZmFsc2U8L2Jvb2xQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9 + IkhUVFBTYW1wbGVyLmVtYmVkZGVkX3VybF9yZSI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxz + dHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLmNvbm5lY3RfdGltZW91dCI+PC9zdHJpbmdQcm9w + Pg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnJlc3BvbnNlX3RpbWVv + dXQiPjwvc3RyaW5nUHJvcD4NCiAgICAgICAgPC9IVFRQU2FtcGxlclByb3h5Pg0KICAgICAgICA8 + aGFzaFRyZWUvPg0KICAgICAgPC9oYXNoVHJlZT4NCiAgICA8L2hhc2hUcmVlPg0KICA8L2hhc2hU + cmVlPg0KPC9qbWV0ZXJUZXN0UGxhbj4NCg== + - 0 + - null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '4870' + Content-Type: + - application/octet-stream + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://94920015-3eb7-4c15-b9d2-77a41105be13.eastus.cnt-prod.loadtesting.azure.com/tests/create-with-args-test-case/files/sample-JMX-file.jmx?fileType=JMX_FILE&api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/e793ddeb-e734-481c-be10-e6f73f2108ce/6d41371b-ccc3-4c17-91c2-b75e06824247?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T21%3A58%3A56Z&sr=b&sp=r&sig=6TNzRET2a390tznTkLJChTSx8gI7Bsipwe6XTAmbc4g%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T21:58:56.8988482","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '549' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:48:56 GMT + location: + - https://94920015-3eb7-4c15-b9d2-77a41105be13.eastus.cnt-prod.loadtesting.azure.com/tests/create-with-args-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + mise-correlation-id: + - 55939689-22d1-41a1-b181-66e0aecb5cb0 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://94920015-3eb7-4c15-b9d2-77a41105be13.eastus.cnt-prod.loadtesting.azure.com/tests/create-with-args-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/e793ddeb-e734-481c-be10-e6f73f2108ce/6d41371b-ccc3-4c17-91c2-b75e06824247?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T21%3A58%3A58Z&sr=b&sp=r&sig=qAG%2Bz4qBaxs5EuKU%2B9KxEyMf4fcLCsRtJTTb%2FbIfZyw%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T21:58:58.5221217","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '555' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:48:58 GMT + mise-correlation-id: + - d493861f-445f-49a1-a498-b9b1548daa2b + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://94920015-3eb7-4c15-b9d2-77a41105be13.eastus.cnt-prod.loadtesting.azure.com/tests/create-with-args-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/e793ddeb-e734-481c-be10-e6f73f2108ce/6d41371b-ccc3-4c17-91c2-b75e06824247?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T21%3A59%3A04Z&sr=b&sp=r&sig=7175L%2FihTm%2FURRXBNwkkfAVhK5NCYG6kVENaBKKnvAQ%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T21:59:04.5307492","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '553' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:04 GMT + mise-correlation-id: + - 4164f490-1db9-47e3-844a-a3cf8f547227 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://94920015-3eb7-4c15-b9d2-77a41105be13.eastus.cnt-prod.loadtesting.azure.com/tests/create-with-args-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/e793ddeb-e734-481c-be10-e6f73f2108ce/6d41371b-ccc3-4c17-91c2-b75e06824247?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T21%3A59%3A09Z&sr=b&sp=r&sig=XZWvWDnbzRrs3XEjpHDQ9M77bAhN8Keq02xMhEZK%2Fgw%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T21:59:09.8792225","validationStatus":"VALIDATION_SUCCESS"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '549' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:09 GMT + mise-correlation-id: + - 5a7e338c-145d-4ebb-afd9-963fdb54efb6 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://94920015-3eb7-4c15-b9d2-77a41105be13.eastus.cnt-prod.loadtesting.azure.com/tests/create-with-args-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"a":"2","b":"3"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/e793ddeb-e734-481c-be10-e6f73f2108ce/6d41371b-ccc3-4c17-91c2-b75e06824247?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A49%3A10Z&sr=b&sp=r&sig=slCJk8wCdDH0AnzBSx%2F2hRS1q12PK1NMk4K4V3des4s%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:49:10.215581","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"create-with-args-test-case","description":"This + is a load test created with arguments","displayName":"Create_with_args_test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:48:55.791Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:49:09.397Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1099' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:10 GMT + mise-correlation-id: + - ea906b8d-dd00-4f20-a598-2ab8bdbfbcf5 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:48:18.2542463Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:48:18.2542463Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"94920015-3eb7-4c15-b9d2-77a41105be13.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:11 GMT + etag: + - '"0b00a500-0000-0100-0000-6480fb240000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://94920015-3eb7-4c15-b9d2-77a41105be13.eastus.cnt-prod.loadtesting.azure.com/tests?api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"a":"2","b":"3"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/e793ddeb-e734-481c-be10-e6f73f2108ce/6d41371b-ccc3-4c17-91c2-b75e06824247?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A49%3A12Z&sr=b&sp=r&sig=f9s8Xx0rwFej2tZFz4kd3e4btE%2Flj74gzxBv361vK%2Fg%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:49:12.7454914","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"create-with-args-test-case","description":"This + is a load test created with arguments","displayName":"Create_with_args_test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:48:55.791Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:49:09.397Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1114' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:12 GMT + mise-correlation-id: + - 017b3a1f-3b4a-4e84-9666-80f40f391c3a + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/load/azext_load/tests/latest/recordings/test_load_test_delete.yaml b/src/load/azext_load/tests/latest/recordings/test_load_test_delete.yaml new file mode 100644 index 00000000000..35f5f82e087 --- /dev/null +++ b/src/load/azext_load/tests/latest/recordings/test_load_test_delete.yaml @@ -0,0 +1,799 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:49:26.5348092Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:49:26.5348092Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"6022c184-028e-4221-8031-7a5339548e0f.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:02 GMT + etag: + - '"0b00c600-0000-0100-0000-6480fb680000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6022c184-028e-4221-8031-7a5339548e0f.eastus.cnt-prod.loadtesting.azure.com/tests/delete-test-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestNotFound","message":"Test couldn''t find with + given identifier delete-test-case","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Wed, 07 Jun 2023 21:50:03 GMT + mise-correlation-id: + - 89fb4250-5175-4c8b-b327-6201d9847929 + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"displayName": "CLI-Test", "description": "Test created from az load test + command", "keyvaultReferenceIdentityType": "SystemAssigned", "environmentVariables": + {"rps": 1, "duration_in_sec": "1"}, "secrets": {}, "loadTestConfiguration": + {"engineInstances": 1, "quickStartTest": false, "splitAllCSVs": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '307' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://6022c184-028e-4221-8031-7a5339548e0f.eastus.cnt-prod.loadtesting.azure.com/tests/delete-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"additionalFileInfo":[]},"testId":"delete-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:50:03.588Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:50:03.588Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '518' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:03 GMT + location: + - https://6022c184-028e-4221-8031-7a5339548e0f.eastus.cnt-prod.loadtesting.azure.com/tests/delete-test-case?api-version=2022-11-01 + mise-correlation-id: + - 2f9c7284-1521-41e2-ba28-7ffcffd8d4bb + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6022c184-028e-4221-8031-7a5339548e0f.eastus.cnt-prod.loadtesting.azure.com/tests/delete-test-case/files?api-version=2022-11-01 + response: + body: + string: '{"value":[]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:03 GMT + mise-correlation-id: + - 520a2f62-c682-4a06-9e8f-c6f5de8ec9a7 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: !!python/object/new:_io.BytesIO + state: !!python/tuple + - !!binary | + PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxqbWV0ZXJUZXN0UGxhbiB2 + ZXJzaW9uPSIxLjIiIHByb3BlcnRpZXM9IjUuMCIgam1ldGVyPSI1LjUiPg0KICA8aGFzaFRyZWU+ + DQogICAgPFRlc3RQbGFuIGd1aWNsYXNzPSJUZXN0UGxhbkd1aSIgdGVzdGNsYXNzPSJUZXN0UGxh + biIgdGVzdG5hbWU9IkF6dXJlIExvYWQgVGVzdGluZyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICA8 + c3RyaW5nUHJvcCBuYW1lPSJUZXN0UGxhbi5jb21tZW50cyI+PC9zdHJpbmdQcm9wPg0KICAgICAg + PGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLmZ1bmN0aW9uYWxfbW9kZSI+ZmFsc2U8L2Jvb2xQcm9w + Pg0KICAgICAgPGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLnRlYXJEb3duX29uX3NodXRkb3duIj50 + cnVlPC9ib29sUHJvcD4NCiAgICAgIDxib29sUHJvcCBuYW1lPSJUZXN0UGxhbi5zZXJpYWxpemVf + dGhyZWFkZ3JvdXBzIj5mYWxzZTwvYm9vbFByb3A+DQogICAgICA8ZWxlbWVudFByb3AgbmFtZT0i + VGVzdFBsYW4udXNlcl9kZWZpbmVkX3ZhcmlhYmxlcyIgZWxlbWVudFR5cGU9IkFyZ3VtZW50cyIg + Z3VpY2xhc3M9IkFyZ3VtZW50c1BhbmVsIiB0ZXN0Y2xhc3M9IkFyZ3VtZW50cyIgdGVzdG5hbWU9 + IlVzZXIgRGVmaW5lZCBWYXJpYWJsZXMiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICA8Y29sbGVj + dGlvblByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgPC9lbGVtZW50UHJv + cD4NCiAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IlRlc3RQbGFuLnVzZXJfZGVmaW5lX2NsYXNzcGF0 + aCI+PC9zdHJpbmdQcm9wPg0KICAgIDwvVGVzdFBsYW4+DQogICAgPGhhc2hUcmVlPg0KICAgICAg + PEFyZ3VtZW50cyBndWljbGFzcz0iQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRz + IiB0ZXN0bmFtZT0iVXNlciBEZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAg + ICAgIDxjb2xsZWN0aW9uUHJvcCBuYW1lPSJBcmd1bWVudHMuYXJndW1lbnRzIj4NCiAgICAgICAg + ICA8ZWxlbWVudFByb3AgbmFtZT0iZHVyYXRpb25faW5fc2VjIiBlbGVtZW50VHlwZT0iQXJndW1l + bnQiPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubmFtZSI+ZHVyYXRp + b25faW5fc2VjPC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJn + dW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5nZXRlbnYoJnF1b3Q7ZHVyYXRpb25faW5f + c2VjJnF1b3Q7KSA/OiAmcXVvdDsxMCZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAg + IDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAg + ICAgICAgIDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9InJwcyIg + ZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFy + Z3VtZW50Lm5hbWUiPnJwczwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3JwcyZx + dW90OykgPzogJnF1b3Q7MSZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJp + bmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAgICAgICAg + IDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9ImRvbWFpbiIgZWxl + bWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3Vt + ZW50Lm5hbWUiPmRvbWFpbjwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O2RvbWFp + biZxdW90OykgPzogJnF1b3Q7ZXhhbXBsZS5jb20mcXVvdDsgKX08L3N0cmluZ1Byb3A+DQogICAg + ICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5tZXRhZGF0YSI+PTwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICA8L2VsZW1lbnRQcm9wPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1l + PSJwcm90b2NvbCIgZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQ + cm9wIG5hbWU9IkFyZ3VtZW50Lm5hbWUiPnByb3RvY29sPC9zdHJpbmdQcm9wPg0KICAgICAgICAg + ICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5n + ZXRlbnYoJnF1b3Q7cHJvdG9jb2wmcXVvdDspID86ICZxdW90O2h0dHBzJnF1b3Q7ICl9PC9zdHJp + bmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubWV0YWRhdGEi + Pj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAgICAgICA8ZWxl + bWVudFByb3AgbmFtZT0idXJsX3BhdGgiIGVsZW1lbnRUeXBlPSJBcmd1bWVudCI+DQogICAgICAg + ICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5uYW1lIj51cmxfcGF0aDwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jv + b3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3VybF9wYXRoJnF1b3Q7KSA/OiAmcXVvdDsvJnF1b3Q7 + ICl9PC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQu + bWV0YWRhdGEiPj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAg + ICAgPC9jb2xsZWN0aW9uUHJvcD4NCiAgICAgIDwvQXJndW1lbnRzPg0KICAgICAgPGhhc2hUcmVl + Lz4NCiAgICAgIDxPcGVuTW9kZWxUaHJlYWRHcm91cCBndWljbGFzcz0iT3Blbk1vZGVsVGhyZWFk + R3JvdXBHdWkiIHRlc3RjbGFzcz0iT3Blbk1vZGVsVGhyZWFkR3JvdXAiIHRlc3RuYW1lPSJPcGVu + IE1vZGVsIFRocmVhZCBHcm91cCIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgIDxlbGVtZW50UHJv + cCBuYW1lPSJUaHJlYWRHcm91cC5tYWluX2NvbnRyb2xsZXIiIGVsZW1lbnRUeXBlPSJPcGVuTW9k + ZWxUaHJlYWRHcm91cENvbnRyb2xsZXIiLz4NCiAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iVGhy + ZWFkR3JvdXAub25fc2FtcGxlX2Vycm9yIj5jb250aW51ZTwvc3RyaW5nUHJvcD4NCiAgICAgICAg + PHN0cmluZ1Byb3AgbmFtZT0iT3Blbk1vZGVsVGhyZWFkR3JvdXAuc2NoZWR1bGUiPnJhdGUoJHty + cHN9L3NlYykgcmFuZG9tX2Fycml2YWxzKCR7ZHVyYXRpb25faW5fc2VjfSBzZWMpPC9zdHJpbmdQ + cm9wPg0KICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJPcGVuTW9kZWxUaHJlYWRHcm91cC5yYW5k + b21fc2VlZCI+PC9zdHJpbmdQcm9wPg0KICAgICAgPC9PcGVuTW9kZWxUaHJlYWRHcm91cD4NCiAg + ICAgIDxoYXNoVHJlZT4NCiAgICAgICAgPEhUVFBTYW1wbGVyUHJveHkgZ3VpY2xhc3M9Ikh0dHBU + ZXN0U2FtcGxlR3VpIiB0ZXN0Y2xhc3M9IkhUVFBTYW1wbGVyUHJveHkiIHRlc3RuYW1lPSJIVFRQ + IFJlcXVlc3QiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1lPSJI + VFRQc2FtcGxlci5Bcmd1bWVudHMiIGVsZW1lbnRUeXBlPSJBcmd1bWVudHMiIGd1aWNsYXNzPSJI + VFRQQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRzIiB0ZXN0bmFtZT0iVXNlciBE + ZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgICAgICA8Y29sbGVjdGlv + blByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgICAgIDwvZWxlbWVudFBy + b3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBsZXIuZG9tYWluIj4ke2Rv + bWFpbn08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBs + ZXIucG9ydCI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBT + YW1wbGVyLnByb3RvY29sIj4ke3Byb3RvY29sfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3Ry + aW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5jb250ZW50RW5jb2RpbmciPjwvc3RyaW5nUHJvcD4N + CiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5wYXRoIj4ke3VybF9wYXRo + fTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5t + ZXRob2QiPkdFVDwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8Ym9vbFByb3AgbmFtZT0iSFRUUFNh + bXBsZXIuZm9sbG93X3JlZGlyZWN0cyI+dHJ1ZTwvYm9vbFByb3A+DQogICAgICAgICAgPGJvb2xQ + cm9wIG5hbWU9IkhUVFBTYW1wbGVyLmF1dG9fcmVkaXJlY3RzIj5mYWxzZTwvYm9vbFByb3A+DQog + ICAgICAgICAgPGJvb2xQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnVzZV9rZWVwYWxpdmUiPnRydWU8 + L2Jvb2xQcm9wPg0KICAgICAgICAgIDxib29sUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5ET19NVUxU + SVBBUlRfUE9TVCI+ZmFsc2U8L2Jvb2xQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9 + IkhUVFBTYW1wbGVyLmVtYmVkZGVkX3VybF9yZSI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxz + dHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLmNvbm5lY3RfdGltZW91dCI+PC9zdHJpbmdQcm9w + Pg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnJlc3BvbnNlX3RpbWVv + dXQiPjwvc3RyaW5nUHJvcD4NCiAgICAgICAgPC9IVFRQU2FtcGxlclByb3h5Pg0KICAgICAgICA8 + aGFzaFRyZWUvPg0KICAgICAgPC9oYXNoVHJlZT4NCiAgICA8L2hhc2hUcmVlPg0KICA8L2hhc2hU + cmVlPg0KPC9qbWV0ZXJUZXN0UGxhbj4NCg== + - 0 + - null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '4870' + Content-Type: + - application/octet-stream + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://6022c184-028e-4221-8031-7a5339548e0f.eastus.cnt-prod.loadtesting.azure.com/tests/delete-test-case/files/sample-JMX-file.jmx?fileType=JMX_FILE&api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/2bf454f4-b14e-4c13-a478-015eda213c6f/f1bdc3c2-6e1c-4d49-bdb3-d668d2fcefe1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A00%3A04Z&sr=b&sp=r&sig=NPBRvlmxkBZdm7Fsz314VTZsu4S7VZbF1nWO5vA0Nn4%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:00:04.3747117","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '549' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:04 GMT + location: + - https://6022c184-028e-4221-8031-7a5339548e0f.eastus.cnt-prod.loadtesting.azure.com/tests/delete-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + mise-correlation-id: + - 4895dee8-fdc9-41ba-85d7-a656cb8f87d9 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6022c184-028e-4221-8031-7a5339548e0f.eastus.cnt-prod.loadtesting.azure.com/tests/delete-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/2bf454f4-b14e-4c13-a478-015eda213c6f/f1bdc3c2-6e1c-4d49-bdb3-d668d2fcefe1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A00%3A04Z&sr=b&sp=r&sig=msyrWRrZgZHMrGkKKtA7L2rdEu7IrnqnHkjdTa2LP%2FE%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:00:04.6873544","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:04 GMT + mise-correlation-id: + - 94932690-e9ef-4aed-8a5e-aff258f681fa + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6022c184-028e-4221-8031-7a5339548e0f.eastus.cnt-prod.loadtesting.azure.com/tests/delete-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/2bf454f4-b14e-4c13-a478-015eda213c6f/f1bdc3c2-6e1c-4d49-bdb3-d668d2fcefe1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A00%3A09Z&sr=b&sp=r&sig=BNK8eFU0%2F%2Fb456Yl8BnA6dbIJ1BewHT4IQhR%2BUUJjhQ%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:00:09.9564282","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '555' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:09 GMT + mise-correlation-id: + - 008e31a7-278b-47c6-8551-a9256bd0350b + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6022c184-028e-4221-8031-7a5339548e0f.eastus.cnt-prod.loadtesting.azure.com/tests/delete-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/2bf454f4-b14e-4c13-a478-015eda213c6f/f1bdc3c2-6e1c-4d49-bdb3-d668d2fcefe1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A00%3A15Z&sr=b&sp=r&sig=UdlHfTFk4xBHlBV5%2FvDK84ebPm2Ma0XKN5CgZrQIWqs%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:00:15.2372053","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:15 GMT + mise-correlation-id: + - 17cab968-8fe2-47e7-8ac5-dfaca90f7f1c + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6022c184-028e-4221-8031-7a5339548e0f.eastus.cnt-prod.loadtesting.azure.com/tests/delete-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/2bf454f4-b14e-4c13-a478-015eda213c6f/f1bdc3c2-6e1c-4d49-bdb3-d668d2fcefe1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A00%3A20Z&sr=b&sp=r&sig=HbBiCdnsVTMnA6K6gw%2F0s2kmPOPLg2RuQTISHdjVWXM%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:00:20.509133","validationStatus":"VALIDATION_SUCCESS"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '548' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:20 GMT + mise-correlation-id: + - 5f7de4e5-b970-4383-b034-9afff256e9e6 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6022c184-028e-4221-8031-7a5339548e0f.eastus.cnt-prod.loadtesting.azure.com/tests/delete-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/2bf454f4-b14e-4c13-a478-015eda213c6f/f1bdc3c2-6e1c-4d49-bdb3-d668d2fcefe1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A50%3A20Z&sr=b&sp=r&sig=DwmZSJSXhaKaNu79fA4qqPp28K8x1sRe1FytXcT0Dzs%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:50:20.7810784","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"delete-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:50:03.588Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:50:18.535Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1087' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:20 GMT + mise-correlation-id: + - a4d6661f-dc4d-49fa-b3dc-c96fb9acba52 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:49:26.5348092Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:49:26.5348092Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"6022c184-028e-4221-8031-7a5339548e0f.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:25 GMT + etag: + - '"0b00c600-0000-0100-0000-6480fb680000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6022c184-028e-4221-8031-7a5339548e0f.eastus.cnt-prod.loadtesting.azure.com/tests?api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/2bf454f4-b14e-4c13-a478-015eda213c6f/f1bdc3c2-6e1c-4d49-bdb3-d668d2fcefe1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A50%3A26Z&sr=b&sp=r&sig=lUFMZSfnCzBIddpQZiHR5Hn2ifDtMjc4dajchP8pI0I%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:50:26.8826089","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"delete-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:50:03.588Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:50:18.535Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1099' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:26 GMT + mise-correlation-id: + - c1cc324b-ef52-40aa-8a8f-1a9894b57b22 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:49:26.5348092Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:49:26.5348092Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"6022c184-028e-4221-8031-7a5339548e0f.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:28 GMT + etag: + - '"0b00c600-0000-0100-0000-6480fb680000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: DELETE + uri: https://6022c184-028e-4221-8031-7a5339548e0f.eastus.cnt-prod.loadtesting.azure.com/tests/delete-test-case?api-version=2022-11-01 + response: + body: + string: '' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + date: + - Wed, 07 Jun 2023 21:50:29 GMT + mise-correlation-id: + - 3d54425c-d57a-4f04-bd82-5b3ed7e7fa98 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:49:26.5348092Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:49:26.5348092Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"6022c184-028e-4221-8031-7a5339548e0f.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:30 GMT + etag: + - '"0b00c600-0000-0100-0000-6480fb680000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6022c184-028e-4221-8031-7a5339548e0f.eastus.cnt-prod.loadtesting.azure.com/tests?api-version=2022-11-01 + response: + body: + string: '{"value":[]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:31 GMT + mise-correlation-id: + - 3fcf0150-0a96-4507-be1e-b7af775ba7ee + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:49:26.5348092Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:49:26.5348092Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"6022c184-028e-4221-8031-7a5339548e0f.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:32 GMT + etag: + - '"0b00c600-0000-0100-0000-6480fb680000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6022c184-028e-4221-8031-7a5339548e0f.eastus.cnt-prod.loadtesting.azure.com/tests?api-version=2022-11-01 + response: + body: + string: '{"value":[]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:34 GMT + mise-correlation-id: + - 129a85c5-cd44-4a25-b6ae-2e21141e8a44 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/load/azext_load/tests/latest/recordings/test_load_test_download_files.yaml b/src/load/azext_load/tests/latest/recordings/test_load_test_download_files.yaml new file mode 100644 index 00000000000..bd0a71f0864 --- /dev/null +++ b/src/load/azext_load/tests/latest/recordings/test_load_test_download_files.yaml @@ -0,0 +1,838 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:48:17.5932916Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:48:17.5932916Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"bceb3842-7540-4541-af62-add7e1b2386f.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:48:53 GMT + etag: + - '"0b00a300-0000-0100-0000-6480fb230000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://bceb3842-7540-4541-af62-add7e1b2386f.eastus.cnt-prod.loadtesting.azure.com/tests/download-test-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestNotFound","message":"Test couldn''t find with + given identifier download-test-case","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Wed, 07 Jun 2023 21:48:54 GMT + mise-correlation-id: + - db222b48-b237-438c-8d6b-aac860018bf1 + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"displayName": "CLI-Test", "description": "Test created from az load test + command", "keyvaultReferenceIdentityType": "SystemAssigned", "environmentVariables": + {"rps": 1, "duration_in_sec": "1"}, "secrets": {}, "loadTestConfiguration": + {"engineInstances": 1, "quickStartTest": false, "splitAllCSVs": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '307' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://bceb3842-7540-4541-af62-add7e1b2386f.eastus.cnt-prod.loadtesting.azure.com/tests/download-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"additionalFileInfo":[]},"testId":"download-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:48:54.649Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:48:54.649Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '520' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:48:54 GMT + location: + - https://bceb3842-7540-4541-af62-add7e1b2386f.eastus.cnt-prod.loadtesting.azure.com/tests/download-test-case?api-version=2022-11-01 + mise-correlation-id: + - 2b3207ae-95de-495f-8d83-f617019c5a93 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://bceb3842-7540-4541-af62-add7e1b2386f.eastus.cnt-prod.loadtesting.azure.com/tests/download-test-case/files?api-version=2022-11-01 + response: + body: + string: '{"value":[]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:48:54 GMT + mise-correlation-id: + - 185e525c-80ef-4d70-891d-0bf24d50af6d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: !!python/object/new:_io.BytesIO + state: !!python/tuple + - !!binary | + PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxqbWV0ZXJUZXN0UGxhbiB2 + ZXJzaW9uPSIxLjIiIHByb3BlcnRpZXM9IjUuMCIgam1ldGVyPSI1LjUiPg0KICA8aGFzaFRyZWU+ + DQogICAgPFRlc3RQbGFuIGd1aWNsYXNzPSJUZXN0UGxhbkd1aSIgdGVzdGNsYXNzPSJUZXN0UGxh + biIgdGVzdG5hbWU9IkF6dXJlIExvYWQgVGVzdGluZyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICA8 + c3RyaW5nUHJvcCBuYW1lPSJUZXN0UGxhbi5jb21tZW50cyI+PC9zdHJpbmdQcm9wPg0KICAgICAg + PGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLmZ1bmN0aW9uYWxfbW9kZSI+ZmFsc2U8L2Jvb2xQcm9w + Pg0KICAgICAgPGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLnRlYXJEb3duX29uX3NodXRkb3duIj50 + cnVlPC9ib29sUHJvcD4NCiAgICAgIDxib29sUHJvcCBuYW1lPSJUZXN0UGxhbi5zZXJpYWxpemVf + dGhyZWFkZ3JvdXBzIj5mYWxzZTwvYm9vbFByb3A+DQogICAgICA8ZWxlbWVudFByb3AgbmFtZT0i + VGVzdFBsYW4udXNlcl9kZWZpbmVkX3ZhcmlhYmxlcyIgZWxlbWVudFR5cGU9IkFyZ3VtZW50cyIg + Z3VpY2xhc3M9IkFyZ3VtZW50c1BhbmVsIiB0ZXN0Y2xhc3M9IkFyZ3VtZW50cyIgdGVzdG5hbWU9 + IlVzZXIgRGVmaW5lZCBWYXJpYWJsZXMiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICA8Y29sbGVj + dGlvblByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgPC9lbGVtZW50UHJv + cD4NCiAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IlRlc3RQbGFuLnVzZXJfZGVmaW5lX2NsYXNzcGF0 + aCI+PC9zdHJpbmdQcm9wPg0KICAgIDwvVGVzdFBsYW4+DQogICAgPGhhc2hUcmVlPg0KICAgICAg + PEFyZ3VtZW50cyBndWljbGFzcz0iQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRz + IiB0ZXN0bmFtZT0iVXNlciBEZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAg + ICAgIDxjb2xsZWN0aW9uUHJvcCBuYW1lPSJBcmd1bWVudHMuYXJndW1lbnRzIj4NCiAgICAgICAg + ICA8ZWxlbWVudFByb3AgbmFtZT0iZHVyYXRpb25faW5fc2VjIiBlbGVtZW50VHlwZT0iQXJndW1l + bnQiPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubmFtZSI+ZHVyYXRp + b25faW5fc2VjPC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJn + dW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5nZXRlbnYoJnF1b3Q7ZHVyYXRpb25faW5f + c2VjJnF1b3Q7KSA/OiAmcXVvdDsxMCZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAg + IDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAg + ICAgICAgIDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9InJwcyIg + ZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFy + Z3VtZW50Lm5hbWUiPnJwczwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3JwcyZx + dW90OykgPzogJnF1b3Q7MSZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJp + bmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAgICAgICAg + IDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9ImRvbWFpbiIgZWxl + bWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3Vt + ZW50Lm5hbWUiPmRvbWFpbjwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O2RvbWFp + biZxdW90OykgPzogJnF1b3Q7ZXhhbXBsZS5jb20mcXVvdDsgKX08L3N0cmluZ1Byb3A+DQogICAg + ICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5tZXRhZGF0YSI+PTwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICA8L2VsZW1lbnRQcm9wPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1l + PSJwcm90b2NvbCIgZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQ + cm9wIG5hbWU9IkFyZ3VtZW50Lm5hbWUiPnByb3RvY29sPC9zdHJpbmdQcm9wPg0KICAgICAgICAg + ICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5n + ZXRlbnYoJnF1b3Q7cHJvdG9jb2wmcXVvdDspID86ICZxdW90O2h0dHBzJnF1b3Q7ICl9PC9zdHJp + bmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubWV0YWRhdGEi + Pj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAgICAgICA8ZWxl + bWVudFByb3AgbmFtZT0idXJsX3BhdGgiIGVsZW1lbnRUeXBlPSJBcmd1bWVudCI+DQogICAgICAg + ICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5uYW1lIj51cmxfcGF0aDwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jv + b3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3VybF9wYXRoJnF1b3Q7KSA/OiAmcXVvdDsvJnF1b3Q7 + ICl9PC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQu + bWV0YWRhdGEiPj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAg + ICAgPC9jb2xsZWN0aW9uUHJvcD4NCiAgICAgIDwvQXJndW1lbnRzPg0KICAgICAgPGhhc2hUcmVl + Lz4NCiAgICAgIDxPcGVuTW9kZWxUaHJlYWRHcm91cCBndWljbGFzcz0iT3Blbk1vZGVsVGhyZWFk + R3JvdXBHdWkiIHRlc3RjbGFzcz0iT3Blbk1vZGVsVGhyZWFkR3JvdXAiIHRlc3RuYW1lPSJPcGVu + IE1vZGVsIFRocmVhZCBHcm91cCIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgIDxlbGVtZW50UHJv + cCBuYW1lPSJUaHJlYWRHcm91cC5tYWluX2NvbnRyb2xsZXIiIGVsZW1lbnRUeXBlPSJPcGVuTW9k + ZWxUaHJlYWRHcm91cENvbnRyb2xsZXIiLz4NCiAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iVGhy + ZWFkR3JvdXAub25fc2FtcGxlX2Vycm9yIj5jb250aW51ZTwvc3RyaW5nUHJvcD4NCiAgICAgICAg + PHN0cmluZ1Byb3AgbmFtZT0iT3Blbk1vZGVsVGhyZWFkR3JvdXAuc2NoZWR1bGUiPnJhdGUoJHty + cHN9L3NlYykgcmFuZG9tX2Fycml2YWxzKCR7ZHVyYXRpb25faW5fc2VjfSBzZWMpPC9zdHJpbmdQ + cm9wPg0KICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJPcGVuTW9kZWxUaHJlYWRHcm91cC5yYW5k + b21fc2VlZCI+PC9zdHJpbmdQcm9wPg0KICAgICAgPC9PcGVuTW9kZWxUaHJlYWRHcm91cD4NCiAg + ICAgIDxoYXNoVHJlZT4NCiAgICAgICAgPEhUVFBTYW1wbGVyUHJveHkgZ3VpY2xhc3M9Ikh0dHBU + ZXN0U2FtcGxlR3VpIiB0ZXN0Y2xhc3M9IkhUVFBTYW1wbGVyUHJveHkiIHRlc3RuYW1lPSJIVFRQ + IFJlcXVlc3QiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1lPSJI + VFRQc2FtcGxlci5Bcmd1bWVudHMiIGVsZW1lbnRUeXBlPSJBcmd1bWVudHMiIGd1aWNsYXNzPSJI + VFRQQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRzIiB0ZXN0bmFtZT0iVXNlciBE + ZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgICAgICA8Y29sbGVjdGlv + blByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgICAgIDwvZWxlbWVudFBy + b3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBsZXIuZG9tYWluIj4ke2Rv + bWFpbn08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBs + ZXIucG9ydCI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBT + YW1wbGVyLnByb3RvY29sIj4ke3Byb3RvY29sfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3Ry + aW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5jb250ZW50RW5jb2RpbmciPjwvc3RyaW5nUHJvcD4N + CiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5wYXRoIj4ke3VybF9wYXRo + fTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5t + ZXRob2QiPkdFVDwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8Ym9vbFByb3AgbmFtZT0iSFRUUFNh + bXBsZXIuZm9sbG93X3JlZGlyZWN0cyI+dHJ1ZTwvYm9vbFByb3A+DQogICAgICAgICAgPGJvb2xQ + cm9wIG5hbWU9IkhUVFBTYW1wbGVyLmF1dG9fcmVkaXJlY3RzIj5mYWxzZTwvYm9vbFByb3A+DQog + ICAgICAgICAgPGJvb2xQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnVzZV9rZWVwYWxpdmUiPnRydWU8 + L2Jvb2xQcm9wPg0KICAgICAgICAgIDxib29sUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5ET19NVUxU + SVBBUlRfUE9TVCI+ZmFsc2U8L2Jvb2xQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9 + IkhUVFBTYW1wbGVyLmVtYmVkZGVkX3VybF9yZSI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxz + dHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLmNvbm5lY3RfdGltZW91dCI+PC9zdHJpbmdQcm9w + Pg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnJlc3BvbnNlX3RpbWVv + dXQiPjwvc3RyaW5nUHJvcD4NCiAgICAgICAgPC9IVFRQU2FtcGxlclByb3h5Pg0KICAgICAgICA8 + aGFzaFRyZWUvPg0KICAgICAgPC9oYXNoVHJlZT4NCiAgICA8L2hhc2hUcmVlPg0KICA8L2hhc2hU + cmVlPg0KPC9qbWV0ZXJUZXN0UGxhbj4NCg== + - 0 + - null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '4870' + Content-Type: + - application/octet-stream + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://bceb3842-7540-4541-af62-add7e1b2386f.eastus.cnt-prod.loadtesting.azure.com/tests/download-test-case/files/sample-JMX-file.jmx?fileType=JMX_FILE&api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/28996761-03fe-4665-9aa2-6971de59a977/4f2c8cd0-e20d-4ce5-8292-cb89b00452f9?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T21%3A58%3A55Z&sr=b&sp=r&sig=UAuSZUBL446XYur8AZH8bAwboJQfqYm1%2BxtBbApnAkI%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T21:58:55.4253955","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:48:55 GMT + location: + - https://bceb3842-7540-4541-af62-add7e1b2386f.eastus.cnt-prod.loadtesting.azure.com/tests/download-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + mise-correlation-id: + - d98d36c8-7c71-4230-a5b2-e43b714a678d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://bceb3842-7540-4541-af62-add7e1b2386f.eastus.cnt-prod.loadtesting.azure.com/tests/download-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/28996761-03fe-4665-9aa2-6971de59a977/4f2c8cd0-e20d-4ce5-8292-cb89b00452f9?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T21%3A58%3A55Z&sr=b&sp=r&sig=UAuSZUBL446XYur8AZH8bAwboJQfqYm1%2BxtBbApnAkI%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T21:58:55.6773553","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:48:55 GMT + mise-correlation-id: + - dd37b97a-44f6-4c51-b3dc-6f62d5ad173f + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://bceb3842-7540-4541-af62-add7e1b2386f.eastus.cnt-prod.loadtesting.azure.com/tests/download-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/28996761-03fe-4665-9aa2-6971de59a977/4f2c8cd0-e20d-4ce5-8292-cb89b00452f9?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T21%3A59%3A00Z&sr=b&sp=r&sig=IoXdZTNQ%2BLZFvSdX60KmjiqLc05qq4jLW%2BoXitcBXyw%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T21:59:00.9589916","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '553' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:00 GMT + mise-correlation-id: + - 77af10d2-fc8b-492a-8ebf-b35a0adb6506 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://bceb3842-7540-4541-af62-add7e1b2386f.eastus.cnt-prod.loadtesting.azure.com/tests/download-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/28996761-03fe-4665-9aa2-6971de59a977/4f2c8cd0-e20d-4ce5-8292-cb89b00452f9?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T21%3A59%3A06Z&sr=b&sp=r&sig=6bPLuTAX3oihs%2FC6HAbYbQIM4X7VpqEm9uiX0XADwlc%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T21:59:06.2973055","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:06 GMT + mise-correlation-id: + - 0a3d36e1-ac14-45ac-9ef1-999b39d1c03c + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://bceb3842-7540-4541-af62-add7e1b2386f.eastus.cnt-prod.loadtesting.azure.com/tests/download-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/28996761-03fe-4665-9aa2-6971de59a977/4f2c8cd0-e20d-4ce5-8292-cb89b00452f9?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T21%3A59%3A11Z&sr=b&sp=r&sig=swlmfiyBMeB0omGB9lEJLRj%2BB33YCb%2B1Nxg0klVIDMo%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T21:59:11.6138144","validationStatus":"VALIDATION_SUCCESS"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:11 GMT + mise-correlation-id: + - 4ea68660-1328-4d4f-bddd-8c274c2e1454 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://bceb3842-7540-4541-af62-add7e1b2386f.eastus.cnt-prod.loadtesting.azure.com/tests/download-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/28996761-03fe-4665-9aa2-6971de59a977/4f2c8cd0-e20d-4ce5-8292-cb89b00452f9?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A49%3A11Z&sr=b&sp=r&sig=NpyzTudi%2B8eQ%2FcGHPK8jO9Tn4n0ZX4yO2k83a1HQ9gY%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:49:11.9371261","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"download-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:48:54.649Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:49:08.713Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1093' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:11 GMT + mise-correlation-id: + - 67f131df-9199-459c-a79c-4c9c8d509b67 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:48:17.5932916Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:48:17.5932916Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"bceb3842-7540-4541-af62-add7e1b2386f.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:13 GMT + etag: + - '"0b00a300-0000-0100-0000-6480fb230000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://bceb3842-7540-4541-af62-add7e1b2386f.eastus.cnt-prod.loadtesting.azure.com/tests?api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/28996761-03fe-4665-9aa2-6971de59a977/4f2c8cd0-e20d-4ce5-8292-cb89b00452f9?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A49%3A14Z&sr=b&sp=r&sig=smHELUv1xEwj%2FuqrhT6F%2Bft%2Fz3TV6%2BuQVMbzYRXTTYY%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:49:14.3807286","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"download-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:48:54.649Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:49:08.713Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1109' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:14 GMT + mise-correlation-id: + - 88a7e34e-e146-4ac2-be24-bf2eebfb9b1b + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:48:17.5932916Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:48:17.5932916Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"bceb3842-7540-4541-af62-add7e1b2386f.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:15 GMT + etag: + - '"0b00a300-0000-0100-0000-6480fb230000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://bceb3842-7540-4541-af62-add7e1b2386f.eastus.cnt-prod.loadtesting.azure.com/tests/download-test-case/files?api-version=2022-11-01 + response: + body: + string: '{"value":[{"url":"https://maltccstorageaccounteus.blob.core.windows.net/28996761-03fe-4665-9aa2-6971de59a977/4f2c8cd0-e20d-4ce5-8292-cb89b00452f9?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T21%3A59%3A16Z&sr=b&sp=r&sig=txAM33JwNKYnCwXSzI4bfN1We5FH5PcWEKAEXLS1aNs%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T21:59:16.6392547","validationStatus":"VALIDATION_SUCCESS"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '559' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:16 GMT + mise-correlation-id: + - e47ef553-c69b-4737-b090-ee708b1cc18a + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://maltccstorageaccounteus.blob.core.windows.net/28996761-03fe-4665-9aa2-6971de59a977/4f2c8cd0-e20d-4ce5-8292-cb89b00452f9?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T21%3A59%3A16Z&sr=b&sp=r&sig=txAM33JwNKYnCwXSzI4bfN1We5FH5PcWEKAEXLS1aNs%3D + response: + body: + string: "\r\n\r\n \r\n \r\n \r\ + \n false\r\n \ + \ true\r\n\ + \ false\r\ + \n \r\n \r\n \r\n \r\n \r\n \r\ + \n \r\n \r\n \r\n duration_in_sec\r\n ${__groovy( System.getenv("duration_in_sec") ?: "10"\ + \ )}\r\n =\r\ + \n \r\n \r\n rps\r\ + \n ${__groovy( System.getenv("rps")\ + \ ?: "1" )}\r\n =\r\n \r\n \r\n domain\r\n ${__groovy(\ + \ System.getenv("domain") ?: "example.com" )}\r\ + \n =\r\n \ + \ \r\n \r\n protocol\r\ + \n ${__groovy( System.getenv("protocol")\ + \ ?: "https" )}\r\n =\r\n \r\n \ + \ \r\n \ + \ url_path\r\n \ + \ ${__groovy( System.getenv("url_path")\ + \ ?: "/" )}\r\n =\r\n \r\n \r\ + \n \r\n \r\n \r\n \r\n continue\r\n rate(${rps}/sec) random_arrivals(${duration_in_sec}\ + \ sec)\r\n \r\n \r\n \r\n \ + \ \r\n \r\n \r\n \ + \ \r\n ${domain}\r\ + \n \r\n \ + \ ${protocol}\r\n\ + \ \r\ + \n ${url_path}\r\ + \n GET\r\n \ + \ true\r\ + \n false\r\ + \n true\r\ + \n false\r\ + \n \r\ + \n \r\ + \n \r\ + \n \r\n \r\n \r\ + \n \r\n \r\n\r\n" + headers: + accept-ranges: + - bytes + content-length: + - '4870' + content-md5: + - xGA4QxS45K0eB2EZNBGk8w== + content-type: + - application/octet-stream + date: + - Wed, 07 Jun 2023 21:49:16 GMT + etag: + - '"0x8DB67A0FDC4F082"' + last-modified: + - Wed, 07 Jun 2023 21:48:55 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Wed, 07 Jun 2023 21:48:55 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-meta-filename: + - c2FtcGxlLUpNWC1maWxlLmpteA== + x-ms-meta-isencoded: + - 'true' + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2021-10-04' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:48:17.5932916Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:48:17.5932916Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"bceb3842-7540-4541-af62-add7e1b2386f.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:19 GMT + etag: + - '"0b00a300-0000-0100-0000-6480fb230000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://bceb3842-7540-4541-af62-add7e1b2386f.eastus.cnt-prod.loadtesting.azure.com/tests/download-test-case/files?api-version=2022-11-01 + response: + body: + string: '{"value":[{"url":"https://maltccstorageaccounteus.blob.core.windows.net/28996761-03fe-4665-9aa2-6971de59a977/4f2c8cd0-e20d-4ce5-8292-cb89b00452f9?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T21%3A59%3A20Z&sr=b&sp=r&sig=GWy%2Bq4TrKsAixzjljxsichmF%2FfBI0vwZu2pH4msHLSs%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T21:59:20.0065361","validationStatus":"VALIDATION_SUCCESS"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '563' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:20 GMT + mise-correlation-id: + - 580b01e7-ab4c-44cc-b50c-95c8c8dfcbe8 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/load/azext_load/tests/latest/recordings/test_load_test_file.yaml b/src/load/azext_load/tests/latest/recordings/test_load_test_file.yaml new file mode 100644 index 00000000000..220a938f70e --- /dev/null +++ b/src/load/azext_load/tests/latest/recordings/test_load_test_file.yaml @@ -0,0 +1,1280 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:49:30.7292025Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:49:30.7292025Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"e1e48db9-67c7-40e7-9c47-6085f277e9f1.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:05 GMT + etag: + - '"0b00ca00-0000-0100-0000-6480fb6c0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e1e48db9-67c7-40e7-9c47-6085f277e9f1.eastus.cnt-prod.loadtesting.azure.com/tests/file-test-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestNotFound","message":"Test couldn''t find with + given identifier file-test-case","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Wed, 07 Jun 2023 21:50:06 GMT + mise-correlation-id: + - 040e35e5-4252-49e6-bb2f-506f4c6f4ffb + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"displayName": "CLI-Test", "description": "Test created from az load test + command", "keyvaultReferenceIdentityType": "SystemAssigned", "environmentVariables": + {"rps": 1, "duration_in_sec": "1"}, "secrets": {}, "loadTestConfiguration": + {"engineInstances": 1, "quickStartTest": false, "splitAllCSVs": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '307' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://e1e48db9-67c7-40e7-9c47-6085f277e9f1.eastus.cnt-prod.loadtesting.azure.com/tests/file-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"additionalFileInfo":[]},"testId":"file-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:50:07.225Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:50:07.225Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '516' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:07 GMT + location: + - https://e1e48db9-67c7-40e7-9c47-6085f277e9f1.eastus.cnt-prod.loadtesting.azure.com/tests/file-test-case?api-version=2022-11-01 + mise-correlation-id: + - 7162c422-4b6d-4ee2-ace7-a836a1d5fdae + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e1e48db9-67c7-40e7-9c47-6085f277e9f1.eastus.cnt-prod.loadtesting.azure.com/tests/file-test-case/files?api-version=2022-11-01 + response: + body: + string: '{"value":[]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:07 GMT + mise-correlation-id: + - 3259037f-8648-444e-b7c9-a11f49083ee7 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: !!python/object/new:_io.BytesIO + state: !!python/tuple + - !!binary | + PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxqbWV0ZXJUZXN0UGxhbiB2 + ZXJzaW9uPSIxLjIiIHByb3BlcnRpZXM9IjUuMCIgam1ldGVyPSI1LjUiPg0KICA8aGFzaFRyZWU+ + DQogICAgPFRlc3RQbGFuIGd1aWNsYXNzPSJUZXN0UGxhbkd1aSIgdGVzdGNsYXNzPSJUZXN0UGxh + biIgdGVzdG5hbWU9IkF6dXJlIExvYWQgVGVzdGluZyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICA8 + c3RyaW5nUHJvcCBuYW1lPSJUZXN0UGxhbi5jb21tZW50cyI+PC9zdHJpbmdQcm9wPg0KICAgICAg + PGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLmZ1bmN0aW9uYWxfbW9kZSI+ZmFsc2U8L2Jvb2xQcm9w + Pg0KICAgICAgPGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLnRlYXJEb3duX29uX3NodXRkb3duIj50 + cnVlPC9ib29sUHJvcD4NCiAgICAgIDxib29sUHJvcCBuYW1lPSJUZXN0UGxhbi5zZXJpYWxpemVf + dGhyZWFkZ3JvdXBzIj5mYWxzZTwvYm9vbFByb3A+DQogICAgICA8ZWxlbWVudFByb3AgbmFtZT0i + VGVzdFBsYW4udXNlcl9kZWZpbmVkX3ZhcmlhYmxlcyIgZWxlbWVudFR5cGU9IkFyZ3VtZW50cyIg + Z3VpY2xhc3M9IkFyZ3VtZW50c1BhbmVsIiB0ZXN0Y2xhc3M9IkFyZ3VtZW50cyIgdGVzdG5hbWU9 + IlVzZXIgRGVmaW5lZCBWYXJpYWJsZXMiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICA8Y29sbGVj + dGlvblByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgPC9lbGVtZW50UHJv + cD4NCiAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IlRlc3RQbGFuLnVzZXJfZGVmaW5lX2NsYXNzcGF0 + aCI+PC9zdHJpbmdQcm9wPg0KICAgIDwvVGVzdFBsYW4+DQogICAgPGhhc2hUcmVlPg0KICAgICAg + PEFyZ3VtZW50cyBndWljbGFzcz0iQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRz + IiB0ZXN0bmFtZT0iVXNlciBEZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAg + ICAgIDxjb2xsZWN0aW9uUHJvcCBuYW1lPSJBcmd1bWVudHMuYXJndW1lbnRzIj4NCiAgICAgICAg + ICA8ZWxlbWVudFByb3AgbmFtZT0iZHVyYXRpb25faW5fc2VjIiBlbGVtZW50VHlwZT0iQXJndW1l + bnQiPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubmFtZSI+ZHVyYXRp + b25faW5fc2VjPC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJn + dW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5nZXRlbnYoJnF1b3Q7ZHVyYXRpb25faW5f + c2VjJnF1b3Q7KSA/OiAmcXVvdDsxMCZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAg + IDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAg + ICAgICAgIDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9InJwcyIg + ZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFy + Z3VtZW50Lm5hbWUiPnJwczwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3JwcyZx + dW90OykgPzogJnF1b3Q7MSZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJp + bmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAgICAgICAg + IDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9ImRvbWFpbiIgZWxl + bWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3Vt + ZW50Lm5hbWUiPmRvbWFpbjwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O2RvbWFp + biZxdW90OykgPzogJnF1b3Q7ZXhhbXBsZS5jb20mcXVvdDsgKX08L3N0cmluZ1Byb3A+DQogICAg + ICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5tZXRhZGF0YSI+PTwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICA8L2VsZW1lbnRQcm9wPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1l + PSJwcm90b2NvbCIgZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQ + cm9wIG5hbWU9IkFyZ3VtZW50Lm5hbWUiPnByb3RvY29sPC9zdHJpbmdQcm9wPg0KICAgICAgICAg + ICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5n + ZXRlbnYoJnF1b3Q7cHJvdG9jb2wmcXVvdDspID86ICZxdW90O2h0dHBzJnF1b3Q7ICl9PC9zdHJp + bmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubWV0YWRhdGEi + Pj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAgICAgICA8ZWxl + bWVudFByb3AgbmFtZT0idXJsX3BhdGgiIGVsZW1lbnRUeXBlPSJBcmd1bWVudCI+DQogICAgICAg + ICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5uYW1lIj51cmxfcGF0aDwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jv + b3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3VybF9wYXRoJnF1b3Q7KSA/OiAmcXVvdDsvJnF1b3Q7 + ICl9PC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQu + bWV0YWRhdGEiPj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAg + ICAgPC9jb2xsZWN0aW9uUHJvcD4NCiAgICAgIDwvQXJndW1lbnRzPg0KICAgICAgPGhhc2hUcmVl + Lz4NCiAgICAgIDxPcGVuTW9kZWxUaHJlYWRHcm91cCBndWljbGFzcz0iT3Blbk1vZGVsVGhyZWFk + R3JvdXBHdWkiIHRlc3RjbGFzcz0iT3Blbk1vZGVsVGhyZWFkR3JvdXAiIHRlc3RuYW1lPSJPcGVu + IE1vZGVsIFRocmVhZCBHcm91cCIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgIDxlbGVtZW50UHJv + cCBuYW1lPSJUaHJlYWRHcm91cC5tYWluX2NvbnRyb2xsZXIiIGVsZW1lbnRUeXBlPSJPcGVuTW9k + ZWxUaHJlYWRHcm91cENvbnRyb2xsZXIiLz4NCiAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iVGhy + ZWFkR3JvdXAub25fc2FtcGxlX2Vycm9yIj5jb250aW51ZTwvc3RyaW5nUHJvcD4NCiAgICAgICAg + PHN0cmluZ1Byb3AgbmFtZT0iT3Blbk1vZGVsVGhyZWFkR3JvdXAuc2NoZWR1bGUiPnJhdGUoJHty + cHN9L3NlYykgcmFuZG9tX2Fycml2YWxzKCR7ZHVyYXRpb25faW5fc2VjfSBzZWMpPC9zdHJpbmdQ + cm9wPg0KICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJPcGVuTW9kZWxUaHJlYWRHcm91cC5yYW5k + b21fc2VlZCI+PC9zdHJpbmdQcm9wPg0KICAgICAgPC9PcGVuTW9kZWxUaHJlYWRHcm91cD4NCiAg + ICAgIDxoYXNoVHJlZT4NCiAgICAgICAgPEhUVFBTYW1wbGVyUHJveHkgZ3VpY2xhc3M9Ikh0dHBU + ZXN0U2FtcGxlR3VpIiB0ZXN0Y2xhc3M9IkhUVFBTYW1wbGVyUHJveHkiIHRlc3RuYW1lPSJIVFRQ + IFJlcXVlc3QiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1lPSJI + VFRQc2FtcGxlci5Bcmd1bWVudHMiIGVsZW1lbnRUeXBlPSJBcmd1bWVudHMiIGd1aWNsYXNzPSJI + VFRQQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRzIiB0ZXN0bmFtZT0iVXNlciBE + ZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgICAgICA8Y29sbGVjdGlv + blByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgICAgIDwvZWxlbWVudFBy + b3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBsZXIuZG9tYWluIj4ke2Rv + bWFpbn08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBs + ZXIucG9ydCI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBT + YW1wbGVyLnByb3RvY29sIj4ke3Byb3RvY29sfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3Ry + aW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5jb250ZW50RW5jb2RpbmciPjwvc3RyaW5nUHJvcD4N + CiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5wYXRoIj4ke3VybF9wYXRo + fTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5t + ZXRob2QiPkdFVDwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8Ym9vbFByb3AgbmFtZT0iSFRUUFNh + bXBsZXIuZm9sbG93X3JlZGlyZWN0cyI+dHJ1ZTwvYm9vbFByb3A+DQogICAgICAgICAgPGJvb2xQ + cm9wIG5hbWU9IkhUVFBTYW1wbGVyLmF1dG9fcmVkaXJlY3RzIj5mYWxzZTwvYm9vbFByb3A+DQog + ICAgICAgICAgPGJvb2xQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnVzZV9rZWVwYWxpdmUiPnRydWU8 + L2Jvb2xQcm9wPg0KICAgICAgICAgIDxib29sUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5ET19NVUxU + SVBBUlRfUE9TVCI+ZmFsc2U8L2Jvb2xQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9 + IkhUVFBTYW1wbGVyLmVtYmVkZGVkX3VybF9yZSI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxz + dHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLmNvbm5lY3RfdGltZW91dCI+PC9zdHJpbmdQcm9w + Pg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnJlc3BvbnNlX3RpbWVv + dXQiPjwvc3RyaW5nUHJvcD4NCiAgICAgICAgPC9IVFRQU2FtcGxlclByb3h5Pg0KICAgICAgICA8 + aGFzaFRyZWUvPg0KICAgICAgPC9oYXNoVHJlZT4NCiAgICA8L2hhc2hUcmVlPg0KICA8L2hhc2hU + cmVlPg0KPC9qbWV0ZXJUZXN0UGxhbj4NCg== + - 0 + - null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '4870' + Content-Type: + - application/octet-stream + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://e1e48db9-67c7-40e7-9c47-6085f277e9f1.eastus.cnt-prod.loadtesting.azure.com/tests/file-test-case/files/sample-JMX-file.jmx?fileType=JMX_FILE&api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/bf849637-2f90-4d92-8bfb-9df3e34be4ed/aefedebe-b22e-4348-9aa3-6afb4f4e7b0f?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A00%3A07Z&sr=b&sp=r&sig=FbJDTyfL3MbORsb6Ncx5yDvwDqTyYaSj0J7oYDLWYZc%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:00:07.9561472","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '549' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:07 GMT + location: + - https://e1e48db9-67c7-40e7-9c47-6085f277e9f1.eastus.cnt-prod.loadtesting.azure.com/tests/file-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + mise-correlation-id: + - 3d6273a8-6263-40a8-bca0-3eddc0a5e2d6 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e1e48db9-67c7-40e7-9c47-6085f277e9f1.eastus.cnt-prod.loadtesting.azure.com/tests/file-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/bf849637-2f90-4d92-8bfb-9df3e34be4ed/aefedebe-b22e-4348-9aa3-6afb4f4e7b0f?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A00%3A09Z&sr=b&sp=r&sig=kFtJGFL2rU1W82yuhFv%2FfphgUW4b4vHheZ3rV26t4tw%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:00:09.697305","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '550' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:09 GMT + mise-correlation-id: + - 66632429-0fbd-4d48-8cbb-67fe52d2a26b + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e1e48db9-67c7-40e7-9c47-6085f277e9f1.eastus.cnt-prod.loadtesting.azure.com/tests/file-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/bf849637-2f90-4d92-8bfb-9df3e34be4ed/aefedebe-b22e-4348-9aa3-6afb4f4e7b0f?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A00%3A14Z&sr=b&sp=r&sig=3E5AIBTK87fkX9OLG6F0HWPrzupskMYkyITh%2FcC3JY8%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:00:14.9809831","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:14 GMT + mise-correlation-id: + - 729ed1fd-0543-4443-b25c-11de294f3d52 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e1e48db9-67c7-40e7-9c47-6085f277e9f1.eastus.cnt-prod.loadtesting.azure.com/tests/file-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/bf849637-2f90-4d92-8bfb-9df3e34be4ed/aefedebe-b22e-4348-9aa3-6afb4f4e7b0f?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A00%3A20Z&sr=b&sp=r&sig=SDR1jKA83nNr4WyNxrWFYuwFBXMA2L6vJHQL57QxFSg%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:00:20.2603372","validationStatus":"VALIDATION_SUCCESS"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '547' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:20 GMT + mise-correlation-id: + - 07b34958-81f2-4d41-9665-b1bf9dca92fa + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e1e48db9-67c7-40e7-9c47-6085f277e9f1.eastus.cnt-prod.loadtesting.azure.com/tests/file-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/bf849637-2f90-4d92-8bfb-9df3e34be4ed/aefedebe-b22e-4348-9aa3-6afb4f4e7b0f?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A50%3A20Z&sr=b&sp=r&sig=ppGe7LZVSLdvRSTz64y7N%2F9atIFu5ABaWifXT2XOWhU%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:50:20.5271406","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"file-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:50:07.225Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:50:20.212Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1087' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:20 GMT + mise-correlation-id: + - 69a8f479-af17-4b9c-9001-8503150d8dec + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:49:30.7292025Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:49:30.7292025Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"e1e48db9-67c7-40e7-9c47-6085f277e9f1.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:25 GMT + etag: + - '"0b00ca00-0000-0100-0000-6480fb6c0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e1e48db9-67c7-40e7-9c47-6085f277e9f1.eastus.cnt-prod.loadtesting.azure.com/tests?api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/bf849637-2f90-4d92-8bfb-9df3e34be4ed/aefedebe-b22e-4348-9aa3-6afb4f4e7b0f?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A50%3A27Z&sr=b&sp=r&sig=CslKzlM%2BNIQnphuMt68vdXb9srTlA%2B6Q%2BaKY3mtcwY0%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:50:27.5613994","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"file-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:50:07.225Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:50:20.212Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1103' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:27 GMT + mise-correlation-id: + - 84b5e15d-0a09-430b-a9d0-da39c9d3644d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:49:30.7292025Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:49:30.7292025Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"e1e48db9-67c7-40e7-9c47-6085f277e9f1.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:28 GMT + etag: + - '"0b00ca00-0000-0100-0000-6480fb6c0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: DELETE + uri: https://e1e48db9-67c7-40e7-9c47-6085f277e9f1.eastus.cnt-prod.loadtesting.azure.com/tests/file-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + date: + - Wed, 07 Jun 2023 21:50:30 GMT + mise-correlation-id: + - 0083a30c-b451-414f-a557-f81e9378b956 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:49:30.7292025Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:49:30.7292025Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"e1e48db9-67c7-40e7-9c47-6085f277e9f1.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:31 GMT + etag: + - '"0b00ca00-0000-0100-0000-6480fb6c0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e1e48db9-67c7-40e7-9c47-6085f277e9f1.eastus.cnt-prod.loadtesting.azure.com/tests/file-test-case/files?api-version=2022-11-01 + response: + body: + string: '{"value":[]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:32 GMT + mise-correlation-id: + - ad9856cb-b250-4a39-ac78-e03be12330cb + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:49:30.7292025Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:49:30.7292025Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"e1e48db9-67c7-40e7-9c47-6085f277e9f1.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:33 GMT + etag: + - '"0b00ca00-0000-0100-0000-6480fb6c0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: !!python/object/new:_io.BytesIO + state: !!python/tuple + - !!binary | + PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxqbWV0ZXJUZXN0UGxhbiB2 + ZXJzaW9uPSIxLjIiIHByb3BlcnRpZXM9IjUuMCIgam1ldGVyPSI1LjUiPg0KICA8aGFzaFRyZWU+ + DQogICAgPFRlc3RQbGFuIGd1aWNsYXNzPSJUZXN0UGxhbkd1aSIgdGVzdGNsYXNzPSJUZXN0UGxh + biIgdGVzdG5hbWU9IkF6dXJlIExvYWQgVGVzdGluZyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICA8 + c3RyaW5nUHJvcCBuYW1lPSJUZXN0UGxhbi5jb21tZW50cyI+PC9zdHJpbmdQcm9wPg0KICAgICAg + PGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLmZ1bmN0aW9uYWxfbW9kZSI+ZmFsc2U8L2Jvb2xQcm9w + Pg0KICAgICAgPGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLnRlYXJEb3duX29uX3NodXRkb3duIj50 + cnVlPC9ib29sUHJvcD4NCiAgICAgIDxib29sUHJvcCBuYW1lPSJUZXN0UGxhbi5zZXJpYWxpemVf + dGhyZWFkZ3JvdXBzIj5mYWxzZTwvYm9vbFByb3A+DQogICAgICA8ZWxlbWVudFByb3AgbmFtZT0i + VGVzdFBsYW4udXNlcl9kZWZpbmVkX3ZhcmlhYmxlcyIgZWxlbWVudFR5cGU9IkFyZ3VtZW50cyIg + Z3VpY2xhc3M9IkFyZ3VtZW50c1BhbmVsIiB0ZXN0Y2xhc3M9IkFyZ3VtZW50cyIgdGVzdG5hbWU9 + IlVzZXIgRGVmaW5lZCBWYXJpYWJsZXMiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICA8Y29sbGVj + dGlvblByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgPC9lbGVtZW50UHJv + cD4NCiAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IlRlc3RQbGFuLnVzZXJfZGVmaW5lX2NsYXNzcGF0 + aCI+PC9zdHJpbmdQcm9wPg0KICAgIDwvVGVzdFBsYW4+DQogICAgPGhhc2hUcmVlPg0KICAgICAg + PEFyZ3VtZW50cyBndWljbGFzcz0iQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRz + IiB0ZXN0bmFtZT0iVXNlciBEZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAg + ICAgIDxjb2xsZWN0aW9uUHJvcCBuYW1lPSJBcmd1bWVudHMuYXJndW1lbnRzIj4NCiAgICAgICAg + ICA8ZWxlbWVudFByb3AgbmFtZT0iZHVyYXRpb25faW5fc2VjIiBlbGVtZW50VHlwZT0iQXJndW1l + bnQiPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubmFtZSI+ZHVyYXRp + b25faW5fc2VjPC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJn + dW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5nZXRlbnYoJnF1b3Q7ZHVyYXRpb25faW5f + c2VjJnF1b3Q7KSA/OiAmcXVvdDsxMCZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAg + IDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAg + ICAgICAgIDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9InJwcyIg + ZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFy + Z3VtZW50Lm5hbWUiPnJwczwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3JwcyZx + dW90OykgPzogJnF1b3Q7MSZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJp + bmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAgICAgICAg + IDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9ImRvbWFpbiIgZWxl + bWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3Vt + ZW50Lm5hbWUiPmRvbWFpbjwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O2RvbWFp + biZxdW90OykgPzogJnF1b3Q7ZXhhbXBsZS5jb20mcXVvdDsgKX08L3N0cmluZ1Byb3A+DQogICAg + ICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5tZXRhZGF0YSI+PTwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICA8L2VsZW1lbnRQcm9wPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1l + PSJwcm90b2NvbCIgZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQ + cm9wIG5hbWU9IkFyZ3VtZW50Lm5hbWUiPnByb3RvY29sPC9zdHJpbmdQcm9wPg0KICAgICAgICAg + ICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5n + ZXRlbnYoJnF1b3Q7cHJvdG9jb2wmcXVvdDspID86ICZxdW90O2h0dHBzJnF1b3Q7ICl9PC9zdHJp + bmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubWV0YWRhdGEi + Pj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAgICAgICA8ZWxl + bWVudFByb3AgbmFtZT0idXJsX3BhdGgiIGVsZW1lbnRUeXBlPSJBcmd1bWVudCI+DQogICAgICAg + ICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5uYW1lIj51cmxfcGF0aDwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jv + b3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3VybF9wYXRoJnF1b3Q7KSA/OiAmcXVvdDsvJnF1b3Q7 + ICl9PC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQu + bWV0YWRhdGEiPj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAg + ICAgPC9jb2xsZWN0aW9uUHJvcD4NCiAgICAgIDwvQXJndW1lbnRzPg0KICAgICAgPGhhc2hUcmVl + Lz4NCiAgICAgIDxPcGVuTW9kZWxUaHJlYWRHcm91cCBndWljbGFzcz0iT3Blbk1vZGVsVGhyZWFk + R3JvdXBHdWkiIHRlc3RjbGFzcz0iT3Blbk1vZGVsVGhyZWFkR3JvdXAiIHRlc3RuYW1lPSJPcGVu + IE1vZGVsIFRocmVhZCBHcm91cCIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgIDxlbGVtZW50UHJv + cCBuYW1lPSJUaHJlYWRHcm91cC5tYWluX2NvbnRyb2xsZXIiIGVsZW1lbnRUeXBlPSJPcGVuTW9k + ZWxUaHJlYWRHcm91cENvbnRyb2xsZXIiLz4NCiAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iVGhy + ZWFkR3JvdXAub25fc2FtcGxlX2Vycm9yIj5jb250aW51ZTwvc3RyaW5nUHJvcD4NCiAgICAgICAg + PHN0cmluZ1Byb3AgbmFtZT0iT3Blbk1vZGVsVGhyZWFkR3JvdXAuc2NoZWR1bGUiPnJhdGUoJHty + cHN9L3NlYykgcmFuZG9tX2Fycml2YWxzKCR7ZHVyYXRpb25faW5fc2VjfSBzZWMpPC9zdHJpbmdQ + cm9wPg0KICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJPcGVuTW9kZWxUaHJlYWRHcm91cC5yYW5k + b21fc2VlZCI+PC9zdHJpbmdQcm9wPg0KICAgICAgPC9PcGVuTW9kZWxUaHJlYWRHcm91cD4NCiAg + ICAgIDxoYXNoVHJlZT4NCiAgICAgICAgPEhUVFBTYW1wbGVyUHJveHkgZ3VpY2xhc3M9Ikh0dHBU + ZXN0U2FtcGxlR3VpIiB0ZXN0Y2xhc3M9IkhUVFBTYW1wbGVyUHJveHkiIHRlc3RuYW1lPSJIVFRQ + IFJlcXVlc3QiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1lPSJI + VFRQc2FtcGxlci5Bcmd1bWVudHMiIGVsZW1lbnRUeXBlPSJBcmd1bWVudHMiIGd1aWNsYXNzPSJI + VFRQQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRzIiB0ZXN0bmFtZT0iVXNlciBE + ZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgICAgICA8Y29sbGVjdGlv + blByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgICAgIDwvZWxlbWVudFBy + b3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBsZXIuZG9tYWluIj4ke2Rv + bWFpbn08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBs + ZXIucG9ydCI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBT + YW1wbGVyLnByb3RvY29sIj4ke3Byb3RvY29sfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3Ry + aW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5jb250ZW50RW5jb2RpbmciPjwvc3RyaW5nUHJvcD4N + CiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5wYXRoIj4ke3VybF9wYXRo + fTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5t + ZXRob2QiPkdFVDwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8Ym9vbFByb3AgbmFtZT0iSFRUUFNh + bXBsZXIuZm9sbG93X3JlZGlyZWN0cyI+dHJ1ZTwvYm9vbFByb3A+DQogICAgICAgICAgPGJvb2xQ + cm9wIG5hbWU9IkhUVFBTYW1wbGVyLmF1dG9fcmVkaXJlY3RzIj5mYWxzZTwvYm9vbFByb3A+DQog + ICAgICAgICAgPGJvb2xQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnVzZV9rZWVwYWxpdmUiPnRydWU8 + L2Jvb2xQcm9wPg0KICAgICAgICAgIDxib29sUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5ET19NVUxU + SVBBUlRfUE9TVCI+ZmFsc2U8L2Jvb2xQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9 + IkhUVFBTYW1wbGVyLmVtYmVkZGVkX3VybF9yZSI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxz + dHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLmNvbm5lY3RfdGltZW91dCI+PC9zdHJpbmdQcm9w + Pg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnJlc3BvbnNlX3RpbWVv + dXQiPjwvc3RyaW5nUHJvcD4NCiAgICAgICAgPC9IVFRQU2FtcGxlclByb3h5Pg0KICAgICAgICA8 + aGFzaFRyZWUvPg0KICAgICAgPC9oYXNoVHJlZT4NCiAgICA8L2hhc2hUcmVlPg0KICA8L2hhc2hU + cmVlPg0KPC9qbWV0ZXJUZXN0UGxhbj4NCg== + - 0 + - null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '4870' + Content-Type: + - application/octet-stream + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://e1e48db9-67c7-40e7-9c47-6085f277e9f1.eastus.cnt-prod.loadtesting.azure.com/tests/file-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/bf849637-2f90-4d92-8bfb-9df3e34be4ed/b86bae9f-3f09-4138-9dcc-d5c43e8d0b35?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A00%3A34Z&sr=b&sp=r&sig=Ma1fCnXMa6H5vyrQm022KqnEmwj1L03wiVpTsyDUhKA%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:00:34.8380745","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '549' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:34 GMT + location: + - https://e1e48db9-67c7-40e7-9c47-6085f277e9f1.eastus.cnt-prod.loadtesting.azure.com/tests/file-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + mise-correlation-id: + - 386afdd3-a856-40fa-8182-2a994bc62e7b + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e1e48db9-67c7-40e7-9c47-6085f277e9f1.eastus.cnt-prod.loadtesting.azure.com/tests/file-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/bf849637-2f90-4d92-8bfb-9df3e34be4ed/b86bae9f-3f09-4138-9dcc-d5c43e8d0b35?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A00%3A35Z&sr=b&sp=r&sig=Bm0eDY40DCp%2FYOxqNVpOPOgCqC5rglm7p9kjhBQse7s%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:00:35.1919544","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:35 GMT + mise-correlation-id: + - ee03b9a0-a84a-4281-bc9f-2d4a49f6b3d6 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e1e48db9-67c7-40e7-9c47-6085f277e9f1.eastus.cnt-prod.loadtesting.azure.com/tests/file-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/bf849637-2f90-4d92-8bfb-9df3e34be4ed/b86bae9f-3f09-4138-9dcc-d5c43e8d0b35?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A00%3A40Z&sr=b&sp=r&sig=qBskyvngSnpFbsngbMvmAjTDWFWxeLQukoGxBS5VuqM%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:00:40.5032578","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '549' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:40 GMT + mise-correlation-id: + - ca3dc517-f557-467d-84c9-46c442715d64 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e1e48db9-67c7-40e7-9c47-6085f277e9f1.eastus.cnt-prod.loadtesting.azure.com/tests/file-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/bf849637-2f90-4d92-8bfb-9df3e34be4ed/b86bae9f-3f09-4138-9dcc-d5c43e8d0b35?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A00%3A45Z&sr=b&sp=r&sig=ZZ2uVni2aAp1THi4sfQ%2BDr0szhv4RVzEmqwlraRRzyM%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:00:45.7657613","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:45 GMT + mise-correlation-id: + - d383221c-1fdd-43c8-9388-5ad0bdcbe043 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e1e48db9-67c7-40e7-9c47-6085f277e9f1.eastus.cnt-prod.loadtesting.azure.com/tests/file-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/bf849637-2f90-4d92-8bfb-9df3e34be4ed/b86bae9f-3f09-4138-9dcc-d5c43e8d0b35?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A00%3A51Z&sr=b&sp=r&sig=Qm3vP6RMOg56BDDYUVKlHhgUNmPolyAdGtzfoMFBGO0%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:00:51.1556434","validationStatus":"VALIDATION_SUCCESS"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '547' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:51 GMT + mise-correlation-id: + - 042ce85b-cdb8-4d9f-ac12-dbe89170a6d3 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:49:30.7292025Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:49:30.7292025Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"e1e48db9-67c7-40e7-9c47-6085f277e9f1.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:52 GMT + etag: + - '"0b00ca00-0000-0100-0000-6480fb6c0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e1e48db9-67c7-40e7-9c47-6085f277e9f1.eastus.cnt-prod.loadtesting.azure.com/tests/file-test-case/files?api-version=2022-11-01 + response: + body: + string: '{"value":[{"url":"https://maltccstorageaccounteus.blob.core.windows.net/bf849637-2f90-4d92-8bfb-9df3e34be4ed/b86bae9f-3f09-4138-9dcc-d5c43e8d0b35?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A00%3A53Z&sr=b&sp=r&sig=lvwY1sxPhRNdO10xCdkDklMrJ0mHHlzvrq7C%2FG0ClP4%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:00:53.7599106","validationStatus":"VALIDATION_SUCCESS"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '561' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:53 GMT + mise-correlation-id: + - 26af2a6d-e597-4063-a288-1679535740d0 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:49:30.7292025Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:49:30.7292025Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"e1e48db9-67c7-40e7-9c47-6085f277e9f1.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:55 GMT + etag: + - '"0b00ca00-0000-0100-0000-6480fb6c0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e1e48db9-67c7-40e7-9c47-6085f277e9f1.eastus.cnt-prod.loadtesting.azure.com/tests/file-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/bf849637-2f90-4d92-8bfb-9df3e34be4ed/b86bae9f-3f09-4138-9dcc-d5c43e8d0b35?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A00%3A56Z&sr=b&sp=r&sig=lpbrzRRr4hIgHVcyplkN0H2%2B8P%2BGPiB%2FFMOb9d6NNuc%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:00:56.6367432","validationStatus":"VALIDATION_SUCCESS"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '553' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:56 GMT + mise-correlation-id: + - c1467770-3b3b-45cc-a2ea-adba4a38e915 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://maltccstorageaccounteus.blob.core.windows.net/bf849637-2f90-4d92-8bfb-9df3e34be4ed/b86bae9f-3f09-4138-9dcc-d5c43e8d0b35?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A00%3A56Z&sr=b&sp=r&sig=lpbrzRRr4hIgHVcyplkN0H2%2B8P%2BGPiB%2FFMOb9d6NNuc%3D + response: + body: + string: "\r\n\r\n \r\n \r\n \r\ + \n false\r\n \ + \ true\r\n\ + \ false\r\ + \n \r\n \r\n \r\n \r\n \r\n \r\ + \n \r\n \r\n \r\n duration_in_sec\r\n ${__groovy( System.getenv("duration_in_sec") ?: "10"\ + \ )}\r\n =\r\ + \n \r\n \r\n rps\r\ + \n ${__groovy( System.getenv("rps")\ + \ ?: "1" )}\r\n =\r\n \r\n \r\n domain\r\n ${__groovy(\ + \ System.getenv("domain") ?: "example.com" )}\r\ + \n =\r\n \ + \ \r\n \r\n protocol\r\ + \n ${__groovy( System.getenv("protocol")\ + \ ?: "https" )}\r\n =\r\n \r\n \ + \ \r\n \ + \ url_path\r\n \ + \ ${__groovy( System.getenv("url_path")\ + \ ?: "/" )}\r\n =\r\n \r\n \r\ + \n \r\n \r\n \r\n \r\n continue\r\n rate(${rps}/sec) random_arrivals(${duration_in_sec}\ + \ sec)\r\n \r\n \r\n \r\n \ + \ \r\n \r\n \r\n \ + \ \r\n ${domain}\r\ + \n \r\n \ + \ ${protocol}\r\n\ + \ \r\ + \n ${url_path}\r\ + \n GET\r\n \ + \ true\r\ + \n false\r\ + \n true\r\ + \n false\r\ + \n \r\ + \n \r\ + \n \r\ + \n \r\n \r\n \r\ + \n \r\n \r\n\r\n" + headers: + accept-ranges: + - bytes + content-length: + - '4870' + content-md5: + - xGA4QxS45K0eB2EZNBGk8w== + content-type: + - application/octet-stream + date: + - Wed, 07 Jun 2023 21:50:57 GMT + etag: + - '"0x8DB67A13906AB33"' + last-modified: + - Wed, 07 Jun 2023 21:50:34 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Wed, 07 Jun 2023 21:50:34 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-meta-filename: + - c2FtcGxlLUpNWC1maWxlLmpteA== + x-ms-meta-isencoded: + - 'true' + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2021-10-04' + status: + code: 200 + message: OK +version: 1 diff --git a/src/load/azext_load/tests/latest/recordings/test_load_test_list.yaml b/src/load/azext_load/tests/latest/recordings/test_load_test_list.yaml new file mode 100644 index 00000000000..783cbe92cb3 --- /dev/null +++ b/src/load/azext_load/tests/latest/recordings/test_load_test_list.yaml @@ -0,0 +1,642 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:48:17.6079592Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:48:17.6079592Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"fc55f46c-fdd2-49d6-b52b-5393d0e06855.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:48:54 GMT + etag: + - '"0b00a400-0000-0100-0000-6480fb230000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://fc55f46c-fdd2-49d6-b52b-5393d0e06855.eastus.cnt-prod.loadtesting.azure.com/tests/list-test-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestNotFound","message":"Test couldn''t find with + given identifier list-test-case","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Wed, 07 Jun 2023 21:48:55 GMT + mise-correlation-id: + - 8fe5c7bc-9245-45e4-ab05-e5b8358bff2c + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"displayName": "CLI-Test", "description": "Test created from az load test + command", "keyvaultReferenceIdentityType": "SystemAssigned", "environmentVariables": + {"rps": 1, "duration_in_sec": "1"}, "secrets": {}, "loadTestConfiguration": + {"engineInstances": 1, "quickStartTest": false, "splitAllCSVs": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '307' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://fc55f46c-fdd2-49d6-b52b-5393d0e06855.eastus.cnt-prod.loadtesting.azure.com/tests/list-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"additionalFileInfo":[]},"testId":"list-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:48:59.184Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:48:59.184Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '516' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:48:59 GMT + location: + - https://fc55f46c-fdd2-49d6-b52b-5393d0e06855.eastus.cnt-prod.loadtesting.azure.com/tests/list-test-case?api-version=2022-11-01 + mise-correlation-id: + - 8bd7589f-82f9-46ef-937d-c9c2f0032c5b + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://fc55f46c-fdd2-49d6-b52b-5393d0e06855.eastus.cnt-prod.loadtesting.azure.com/tests/list-test-case/files?api-version=2022-11-01 + response: + body: + string: '{"value":[]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:48:59 GMT + mise-correlation-id: + - 8a6e702e-9250-41d9-a5e9-0138e3815e34 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: !!python/object/new:_io.BytesIO + state: !!python/tuple + - !!binary | + PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxqbWV0ZXJUZXN0UGxhbiB2 + ZXJzaW9uPSIxLjIiIHByb3BlcnRpZXM9IjUuMCIgam1ldGVyPSI1LjUiPg0KICA8aGFzaFRyZWU+ + DQogICAgPFRlc3RQbGFuIGd1aWNsYXNzPSJUZXN0UGxhbkd1aSIgdGVzdGNsYXNzPSJUZXN0UGxh + biIgdGVzdG5hbWU9IkF6dXJlIExvYWQgVGVzdGluZyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICA8 + c3RyaW5nUHJvcCBuYW1lPSJUZXN0UGxhbi5jb21tZW50cyI+PC9zdHJpbmdQcm9wPg0KICAgICAg + PGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLmZ1bmN0aW9uYWxfbW9kZSI+ZmFsc2U8L2Jvb2xQcm9w + Pg0KICAgICAgPGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLnRlYXJEb3duX29uX3NodXRkb3duIj50 + cnVlPC9ib29sUHJvcD4NCiAgICAgIDxib29sUHJvcCBuYW1lPSJUZXN0UGxhbi5zZXJpYWxpemVf + dGhyZWFkZ3JvdXBzIj5mYWxzZTwvYm9vbFByb3A+DQogICAgICA8ZWxlbWVudFByb3AgbmFtZT0i + VGVzdFBsYW4udXNlcl9kZWZpbmVkX3ZhcmlhYmxlcyIgZWxlbWVudFR5cGU9IkFyZ3VtZW50cyIg + Z3VpY2xhc3M9IkFyZ3VtZW50c1BhbmVsIiB0ZXN0Y2xhc3M9IkFyZ3VtZW50cyIgdGVzdG5hbWU9 + IlVzZXIgRGVmaW5lZCBWYXJpYWJsZXMiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICA8Y29sbGVj + dGlvblByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgPC9lbGVtZW50UHJv + cD4NCiAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IlRlc3RQbGFuLnVzZXJfZGVmaW5lX2NsYXNzcGF0 + aCI+PC9zdHJpbmdQcm9wPg0KICAgIDwvVGVzdFBsYW4+DQogICAgPGhhc2hUcmVlPg0KICAgICAg + PEFyZ3VtZW50cyBndWljbGFzcz0iQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRz + IiB0ZXN0bmFtZT0iVXNlciBEZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAg + ICAgIDxjb2xsZWN0aW9uUHJvcCBuYW1lPSJBcmd1bWVudHMuYXJndW1lbnRzIj4NCiAgICAgICAg + ICA8ZWxlbWVudFByb3AgbmFtZT0iZHVyYXRpb25faW5fc2VjIiBlbGVtZW50VHlwZT0iQXJndW1l + bnQiPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubmFtZSI+ZHVyYXRp + b25faW5fc2VjPC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJn + dW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5nZXRlbnYoJnF1b3Q7ZHVyYXRpb25faW5f + c2VjJnF1b3Q7KSA/OiAmcXVvdDsxMCZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAg + IDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAg + ICAgICAgIDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9InJwcyIg + ZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFy + Z3VtZW50Lm5hbWUiPnJwczwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3JwcyZx + dW90OykgPzogJnF1b3Q7MSZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJp + bmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAgICAgICAg + IDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9ImRvbWFpbiIgZWxl + bWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3Vt + ZW50Lm5hbWUiPmRvbWFpbjwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O2RvbWFp + biZxdW90OykgPzogJnF1b3Q7ZXhhbXBsZS5jb20mcXVvdDsgKX08L3N0cmluZ1Byb3A+DQogICAg + ICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5tZXRhZGF0YSI+PTwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICA8L2VsZW1lbnRQcm9wPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1l + PSJwcm90b2NvbCIgZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQ + cm9wIG5hbWU9IkFyZ3VtZW50Lm5hbWUiPnByb3RvY29sPC9zdHJpbmdQcm9wPg0KICAgICAgICAg + ICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5n + ZXRlbnYoJnF1b3Q7cHJvdG9jb2wmcXVvdDspID86ICZxdW90O2h0dHBzJnF1b3Q7ICl9PC9zdHJp + bmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubWV0YWRhdGEi + Pj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAgICAgICA8ZWxl + bWVudFByb3AgbmFtZT0idXJsX3BhdGgiIGVsZW1lbnRUeXBlPSJBcmd1bWVudCI+DQogICAgICAg + ICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5uYW1lIj51cmxfcGF0aDwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jv + b3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3VybF9wYXRoJnF1b3Q7KSA/OiAmcXVvdDsvJnF1b3Q7 + ICl9PC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQu + bWV0YWRhdGEiPj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAg + ICAgPC9jb2xsZWN0aW9uUHJvcD4NCiAgICAgIDwvQXJndW1lbnRzPg0KICAgICAgPGhhc2hUcmVl + Lz4NCiAgICAgIDxPcGVuTW9kZWxUaHJlYWRHcm91cCBndWljbGFzcz0iT3Blbk1vZGVsVGhyZWFk + R3JvdXBHdWkiIHRlc3RjbGFzcz0iT3Blbk1vZGVsVGhyZWFkR3JvdXAiIHRlc3RuYW1lPSJPcGVu + IE1vZGVsIFRocmVhZCBHcm91cCIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgIDxlbGVtZW50UHJv + cCBuYW1lPSJUaHJlYWRHcm91cC5tYWluX2NvbnRyb2xsZXIiIGVsZW1lbnRUeXBlPSJPcGVuTW9k + ZWxUaHJlYWRHcm91cENvbnRyb2xsZXIiLz4NCiAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iVGhy + ZWFkR3JvdXAub25fc2FtcGxlX2Vycm9yIj5jb250aW51ZTwvc3RyaW5nUHJvcD4NCiAgICAgICAg + PHN0cmluZ1Byb3AgbmFtZT0iT3Blbk1vZGVsVGhyZWFkR3JvdXAuc2NoZWR1bGUiPnJhdGUoJHty + cHN9L3NlYykgcmFuZG9tX2Fycml2YWxzKCR7ZHVyYXRpb25faW5fc2VjfSBzZWMpPC9zdHJpbmdQ + cm9wPg0KICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJPcGVuTW9kZWxUaHJlYWRHcm91cC5yYW5k + b21fc2VlZCI+PC9zdHJpbmdQcm9wPg0KICAgICAgPC9PcGVuTW9kZWxUaHJlYWRHcm91cD4NCiAg + ICAgIDxoYXNoVHJlZT4NCiAgICAgICAgPEhUVFBTYW1wbGVyUHJveHkgZ3VpY2xhc3M9Ikh0dHBU + ZXN0U2FtcGxlR3VpIiB0ZXN0Y2xhc3M9IkhUVFBTYW1wbGVyUHJveHkiIHRlc3RuYW1lPSJIVFRQ + IFJlcXVlc3QiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1lPSJI + VFRQc2FtcGxlci5Bcmd1bWVudHMiIGVsZW1lbnRUeXBlPSJBcmd1bWVudHMiIGd1aWNsYXNzPSJI + VFRQQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRzIiB0ZXN0bmFtZT0iVXNlciBE + ZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgICAgICA8Y29sbGVjdGlv + blByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgICAgIDwvZWxlbWVudFBy + b3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBsZXIuZG9tYWluIj4ke2Rv + bWFpbn08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBs + ZXIucG9ydCI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBT + YW1wbGVyLnByb3RvY29sIj4ke3Byb3RvY29sfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3Ry + aW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5jb250ZW50RW5jb2RpbmciPjwvc3RyaW5nUHJvcD4N + CiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5wYXRoIj4ke3VybF9wYXRo + fTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5t + ZXRob2QiPkdFVDwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8Ym9vbFByb3AgbmFtZT0iSFRUUFNh + bXBsZXIuZm9sbG93X3JlZGlyZWN0cyI+dHJ1ZTwvYm9vbFByb3A+DQogICAgICAgICAgPGJvb2xQ + cm9wIG5hbWU9IkhUVFBTYW1wbGVyLmF1dG9fcmVkaXJlY3RzIj5mYWxzZTwvYm9vbFByb3A+DQog + ICAgICAgICAgPGJvb2xQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnVzZV9rZWVwYWxpdmUiPnRydWU8 + L2Jvb2xQcm9wPg0KICAgICAgICAgIDxib29sUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5ET19NVUxU + SVBBUlRfUE9TVCI+ZmFsc2U8L2Jvb2xQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9 + IkhUVFBTYW1wbGVyLmVtYmVkZGVkX3VybF9yZSI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxz + dHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLmNvbm5lY3RfdGltZW91dCI+PC9zdHJpbmdQcm9w + Pg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnJlc3BvbnNlX3RpbWVv + dXQiPjwvc3RyaW5nUHJvcD4NCiAgICAgICAgPC9IVFRQU2FtcGxlclByb3h5Pg0KICAgICAgICA8 + aGFzaFRyZWUvPg0KICAgICAgPC9oYXNoVHJlZT4NCiAgICA8L2hhc2hUcmVlPg0KICA8L2hhc2hU + cmVlPg0KPC9qbWV0ZXJUZXN0UGxhbj4NCg== + - 0 + - null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '4870' + Content-Type: + - application/octet-stream + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://fc55f46c-fdd2-49d6-b52b-5393d0e06855.eastus.cnt-prod.loadtesting.azure.com/tests/list-test-case/files/sample-JMX-file.jmx?fileType=JMX_FILE&api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/cd22b50a-d6fe-44f9-bca2-ea659595f62f/3570757d-4123-44ce-8ee7-01ab295845a8?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T21%3A58%3A59Z&sr=b&sp=r&sig=NGAXiglIKCXazfHW8dRbESMGMG4xX8eoEaE%2BufbMLkc%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T21:58:59.9600812","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:48:59 GMT + location: + - https://fc55f46c-fdd2-49d6-b52b-5393d0e06855.eastus.cnt-prod.loadtesting.azure.com/tests/list-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + mise-correlation-id: + - cd15e627-3ca9-49d2-8464-1511ede97a48 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://fc55f46c-fdd2-49d6-b52b-5393d0e06855.eastus.cnt-prod.loadtesting.azure.com/tests/list-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/cd22b50a-d6fe-44f9-bca2-ea659595f62f/3570757d-4123-44ce-8ee7-01ab295845a8?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T21%3A59%3A00Z&sr=b&sp=r&sig=YKhnAIO7gUAwR0Yy4wMo%2F3fy7TwpN22SLnFuirv8azU%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T21:59:00.2718605","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:00 GMT + mise-correlation-id: + - e82ae5cc-fe5b-4b1b-87da-57ff3b95b16e + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://fc55f46c-fdd2-49d6-b52b-5393d0e06855.eastus.cnt-prod.loadtesting.azure.com/tests/list-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/cd22b50a-d6fe-44f9-bca2-ea659595f62f/3570757d-4123-44ce-8ee7-01ab295845a8?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T21%3A59%3A05Z&sr=b&sp=r&sig=k7CjOWGMiUDCRh8MKBJ36NY2Dd8l%2Be6SU58CoPPrZ7A%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T21:59:05.5427123","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:05 GMT + mise-correlation-id: + - 3cd47707-5655-4ab1-b582-b0fa352abdec + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://fc55f46c-fdd2-49d6-b52b-5393d0e06855.eastus.cnt-prod.loadtesting.azure.com/tests/list-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/cd22b50a-d6fe-44f9-bca2-ea659595f62f/3570757d-4123-44ce-8ee7-01ab295845a8?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T21%3A59%3A10Z&sr=b&sp=r&sig=g%2FFvvwDHwE8rGdohpBlzfMtJe%2Berhb9%2B0la4oPmNu8E%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T21:59:10.8047004","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '555' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:10 GMT + mise-correlation-id: + - 57194b19-4685-41d7-9ef3-008746d2bb0c + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://fc55f46c-fdd2-49d6-b52b-5393d0e06855.eastus.cnt-prod.loadtesting.azure.com/tests/list-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/cd22b50a-d6fe-44f9-bca2-ea659595f62f/3570757d-4123-44ce-8ee7-01ab295845a8?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T21%3A59%3A16Z&sr=b&sp=r&sig=HRVa%2BDWAp3gOgxhU%2BbTkcOOEqrDZQDvBepOjxJxTQTs%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T21:59:16.0780728","validationStatus":"VALIDATION_SUCCESS"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:16 GMT + mise-correlation-id: + - eb08f5e1-6df3-446a-9f09-a443235b482d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://fc55f46c-fdd2-49d6-b52b-5393d0e06855.eastus.cnt-prod.loadtesting.azure.com/tests/list-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/cd22b50a-d6fe-44f9-bca2-ea659595f62f/3570757d-4123-44ce-8ee7-01ab295845a8?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A49%3A16Z&sr=b&sp=r&sig=ERzFT6q9KIBUiOn1Hq%2Fq7zHVMrTLmaYttcKIzoZAXYM%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:49:16.5140791","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"list-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:48:59.184Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:49:14.259Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1087' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:16 GMT + mise-correlation-id: + - 5e2c3daf-96c6-4855-b1fc-85108471159e + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:48:17.6079592Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:48:17.6079592Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"fc55f46c-fdd2-49d6-b52b-5393d0e06855.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:17 GMT + etag: + - '"0b00a400-0000-0100-0000-6480fb230000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://fc55f46c-fdd2-49d6-b52b-5393d0e06855.eastus.cnt-prod.loadtesting.azure.com/tests?api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/cd22b50a-d6fe-44f9-bca2-ea659595f62f/3570757d-4123-44ce-8ee7-01ab295845a8?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A49%3A18Z&sr=b&sp=r&sig=%2FM0MmkB9micatsdb1DgNY8ZEBzPWlEahKc1hIZTBIek%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:49:18.8247335","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"list-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:48:59.184Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:49:14.259Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1099' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:18 GMT + mise-correlation-id: + - f2db3aec-573d-41b8-897f-9cfc7db6e4b3 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:48:17.6079592Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:48:17.6079592Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"fc55f46c-fdd2-49d6-b52b-5393d0e06855.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:20 GMT + etag: + - '"0b00a400-0000-0100-0000-6480fb230000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://fc55f46c-fdd2-49d6-b52b-5393d0e06855.eastus.cnt-prod.loadtesting.azure.com/tests?api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/cd22b50a-d6fe-44f9-bca2-ea659595f62f/3570757d-4123-44ce-8ee7-01ab295845a8?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A49%3A21Z&sr=b&sp=r&sig=zDT0ChX2NgHsAvX6yYA%2BwaJRIzwqadJuCxcouvBlGv8%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:49:21.0249417","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"list-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:48:59.184Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:49:14.259Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1099' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:49:21 GMT + mise-correlation-id: + - 88c95ba1-4ae7-439f-a367-acac412342f9 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/load/azext_load/tests/latest/recordings/test_load_test_run_create.yaml b/src/load/azext_load/tests/latest/recordings/test_load_test_run_create.yaml new file mode 100644 index 00000000000..7f6fc3417cd --- /dev/null +++ b/src/load/azext_load/tests/latest/recordings/test_load_test_run_create.yaml @@ -0,0 +1,1200 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:50:47.1563336Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:50:47.1563336Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:23 GMT + etag: + - '"0b00e000-0000-0100-0000-6480fbb90000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com/tests/create-test-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestNotFound","message":"Test couldn''t find with + given identifier create-test-case","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Wed, 07 Jun 2023 21:51:24 GMT + mise-correlation-id: + - 1a77dc37-80d2-4cef-9421-98fb0d20b7a3 + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"displayName": "CLI-Test", "description": "Test created from az load test + command", "keyvaultReferenceIdentityType": "SystemAssigned", "environmentVariables": + {"rps": 1, "duration_in_sec": "1"}, "secrets": {}, "loadTestConfiguration": + {"engineInstances": 1, "quickStartTest": false, "splitAllCSVs": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '307' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com/tests/create-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"additionalFileInfo":[]},"testId":"create-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:51:24.898Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:24.898Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '518' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:24 GMT + location: + - https://f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com/tests/create-test-case?api-version=2022-11-01 + mise-correlation-id: + - fc2f0466-6f93-46f1-a3f5-b9743b3cd9db + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com/tests/create-test-case/files?api-version=2022-11-01 + response: + body: + string: '{"value":[]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:25 GMT + mise-correlation-id: + - 938e7805-8995-470e-870b-92f184d08fab + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: !!python/object/new:_io.BytesIO + state: !!python/tuple + - !!binary | + PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxqbWV0ZXJUZXN0UGxhbiB2 + ZXJzaW9uPSIxLjIiIHByb3BlcnRpZXM9IjUuMCIgam1ldGVyPSI1LjUiPg0KICA8aGFzaFRyZWU+ + DQogICAgPFRlc3RQbGFuIGd1aWNsYXNzPSJUZXN0UGxhbkd1aSIgdGVzdGNsYXNzPSJUZXN0UGxh + biIgdGVzdG5hbWU9IkF6dXJlIExvYWQgVGVzdGluZyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICA8 + c3RyaW5nUHJvcCBuYW1lPSJUZXN0UGxhbi5jb21tZW50cyI+PC9zdHJpbmdQcm9wPg0KICAgICAg + PGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLmZ1bmN0aW9uYWxfbW9kZSI+ZmFsc2U8L2Jvb2xQcm9w + Pg0KICAgICAgPGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLnRlYXJEb3duX29uX3NodXRkb3duIj50 + cnVlPC9ib29sUHJvcD4NCiAgICAgIDxib29sUHJvcCBuYW1lPSJUZXN0UGxhbi5zZXJpYWxpemVf + dGhyZWFkZ3JvdXBzIj5mYWxzZTwvYm9vbFByb3A+DQogICAgICA8ZWxlbWVudFByb3AgbmFtZT0i + VGVzdFBsYW4udXNlcl9kZWZpbmVkX3ZhcmlhYmxlcyIgZWxlbWVudFR5cGU9IkFyZ3VtZW50cyIg + Z3VpY2xhc3M9IkFyZ3VtZW50c1BhbmVsIiB0ZXN0Y2xhc3M9IkFyZ3VtZW50cyIgdGVzdG5hbWU9 + IlVzZXIgRGVmaW5lZCBWYXJpYWJsZXMiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICA8Y29sbGVj + dGlvblByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgPC9lbGVtZW50UHJv + cD4NCiAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IlRlc3RQbGFuLnVzZXJfZGVmaW5lX2NsYXNzcGF0 + aCI+PC9zdHJpbmdQcm9wPg0KICAgIDwvVGVzdFBsYW4+DQogICAgPGhhc2hUcmVlPg0KICAgICAg + PEFyZ3VtZW50cyBndWljbGFzcz0iQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRz + IiB0ZXN0bmFtZT0iVXNlciBEZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAg + ICAgIDxjb2xsZWN0aW9uUHJvcCBuYW1lPSJBcmd1bWVudHMuYXJndW1lbnRzIj4NCiAgICAgICAg + ICA8ZWxlbWVudFByb3AgbmFtZT0iZHVyYXRpb25faW5fc2VjIiBlbGVtZW50VHlwZT0iQXJndW1l + bnQiPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubmFtZSI+ZHVyYXRp + b25faW5fc2VjPC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJn + dW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5nZXRlbnYoJnF1b3Q7ZHVyYXRpb25faW5f + c2VjJnF1b3Q7KSA/OiAmcXVvdDsxMCZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAg + IDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAg + ICAgICAgIDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9InJwcyIg + ZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFy + Z3VtZW50Lm5hbWUiPnJwczwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3JwcyZx + dW90OykgPzogJnF1b3Q7MSZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJp + bmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAgICAgICAg + IDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9ImRvbWFpbiIgZWxl + bWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3Vt + ZW50Lm5hbWUiPmRvbWFpbjwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O2RvbWFp + biZxdW90OykgPzogJnF1b3Q7ZXhhbXBsZS5jb20mcXVvdDsgKX08L3N0cmluZ1Byb3A+DQogICAg + ICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5tZXRhZGF0YSI+PTwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICA8L2VsZW1lbnRQcm9wPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1l + PSJwcm90b2NvbCIgZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQ + cm9wIG5hbWU9IkFyZ3VtZW50Lm5hbWUiPnByb3RvY29sPC9zdHJpbmdQcm9wPg0KICAgICAgICAg + ICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5n + ZXRlbnYoJnF1b3Q7cHJvdG9jb2wmcXVvdDspID86ICZxdW90O2h0dHBzJnF1b3Q7ICl9PC9zdHJp + bmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubWV0YWRhdGEi + Pj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAgICAgICA8ZWxl + bWVudFByb3AgbmFtZT0idXJsX3BhdGgiIGVsZW1lbnRUeXBlPSJBcmd1bWVudCI+DQogICAgICAg + ICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5uYW1lIj51cmxfcGF0aDwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jv + b3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3VybF9wYXRoJnF1b3Q7KSA/OiAmcXVvdDsvJnF1b3Q7 + ICl9PC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQu + bWV0YWRhdGEiPj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAg + ICAgPC9jb2xsZWN0aW9uUHJvcD4NCiAgICAgIDwvQXJndW1lbnRzPg0KICAgICAgPGhhc2hUcmVl + Lz4NCiAgICAgIDxPcGVuTW9kZWxUaHJlYWRHcm91cCBndWljbGFzcz0iT3Blbk1vZGVsVGhyZWFk + R3JvdXBHdWkiIHRlc3RjbGFzcz0iT3Blbk1vZGVsVGhyZWFkR3JvdXAiIHRlc3RuYW1lPSJPcGVu + IE1vZGVsIFRocmVhZCBHcm91cCIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgIDxlbGVtZW50UHJv + cCBuYW1lPSJUaHJlYWRHcm91cC5tYWluX2NvbnRyb2xsZXIiIGVsZW1lbnRUeXBlPSJPcGVuTW9k + ZWxUaHJlYWRHcm91cENvbnRyb2xsZXIiLz4NCiAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iVGhy + ZWFkR3JvdXAub25fc2FtcGxlX2Vycm9yIj5jb250aW51ZTwvc3RyaW5nUHJvcD4NCiAgICAgICAg + PHN0cmluZ1Byb3AgbmFtZT0iT3Blbk1vZGVsVGhyZWFkR3JvdXAuc2NoZWR1bGUiPnJhdGUoJHty + cHN9L3NlYykgcmFuZG9tX2Fycml2YWxzKCR7ZHVyYXRpb25faW5fc2VjfSBzZWMpPC9zdHJpbmdQ + cm9wPg0KICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJPcGVuTW9kZWxUaHJlYWRHcm91cC5yYW5k + b21fc2VlZCI+PC9zdHJpbmdQcm9wPg0KICAgICAgPC9PcGVuTW9kZWxUaHJlYWRHcm91cD4NCiAg + ICAgIDxoYXNoVHJlZT4NCiAgICAgICAgPEhUVFBTYW1wbGVyUHJveHkgZ3VpY2xhc3M9Ikh0dHBU + ZXN0U2FtcGxlR3VpIiB0ZXN0Y2xhc3M9IkhUVFBTYW1wbGVyUHJveHkiIHRlc3RuYW1lPSJIVFRQ + IFJlcXVlc3QiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1lPSJI + VFRQc2FtcGxlci5Bcmd1bWVudHMiIGVsZW1lbnRUeXBlPSJBcmd1bWVudHMiIGd1aWNsYXNzPSJI + VFRQQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRzIiB0ZXN0bmFtZT0iVXNlciBE + ZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgICAgICA8Y29sbGVjdGlv + blByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgICAgIDwvZWxlbWVudFBy + b3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBsZXIuZG9tYWluIj4ke2Rv + bWFpbn08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBs + ZXIucG9ydCI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBT + YW1wbGVyLnByb3RvY29sIj4ke3Byb3RvY29sfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3Ry + aW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5jb250ZW50RW5jb2RpbmciPjwvc3RyaW5nUHJvcD4N + CiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5wYXRoIj4ke3VybF9wYXRo + fTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5t + ZXRob2QiPkdFVDwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8Ym9vbFByb3AgbmFtZT0iSFRUUFNh + bXBsZXIuZm9sbG93X3JlZGlyZWN0cyI+dHJ1ZTwvYm9vbFByb3A+DQogICAgICAgICAgPGJvb2xQ + cm9wIG5hbWU9IkhUVFBTYW1wbGVyLmF1dG9fcmVkaXJlY3RzIj5mYWxzZTwvYm9vbFByb3A+DQog + ICAgICAgICAgPGJvb2xQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnVzZV9rZWVwYWxpdmUiPnRydWU8 + L2Jvb2xQcm9wPg0KICAgICAgICAgIDxib29sUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5ET19NVUxU + SVBBUlRfUE9TVCI+ZmFsc2U8L2Jvb2xQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9 + IkhUVFBTYW1wbGVyLmVtYmVkZGVkX3VybF9yZSI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxz + dHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLmNvbm5lY3RfdGltZW91dCI+PC9zdHJpbmdQcm9w + Pg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnJlc3BvbnNlX3RpbWVv + dXQiPjwvc3RyaW5nUHJvcD4NCiAgICAgICAgPC9IVFRQU2FtcGxlclByb3h5Pg0KICAgICAgICA8 + aGFzaFRyZWUvPg0KICAgICAgPC9oYXNoVHJlZT4NCiAgICA8L2hhc2hUcmVlPg0KICA8L2hhc2hU + cmVlPg0KPC9qbWV0ZXJUZXN0UGxhbj4NCg== + - 0 + - null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '4870' + Content-Type: + - application/octet-stream + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com/tests/create-test-case/files/sample-JMX-file.jmx?fileType=JMX_FILE&api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/fe835714-16fc-4837-8380-18f784c980eb?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A01%3A25Z&sr=b&sp=r&sig=2QqzHekNaZPs8iHpyyCLNA0Noer6Y0Xqh2K6mZ3lSr8%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:01:25.7761744","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '549' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:25 GMT + location: + - https://f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com/tests/create-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + mise-correlation-id: + - 9eb45ec6-d180-448f-bcd8-da0a31d644ed + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com/tests/create-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/fe835714-16fc-4837-8380-18f784c980eb?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A01%3A26Z&sr=b&sp=r&sig=M91cNB2yZfheog2HIZ%2B%2BgxWByraAGiPMjoUy4Kf3uwk%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:01:26.0871762","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '553' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:26 GMT + mise-correlation-id: + - 9f693bc6-1873-427b-a564-c3e852a241be + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com/tests/create-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/fe835714-16fc-4837-8380-18f784c980eb?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A01%3A31Z&sr=b&sp=r&sig=wWswWa9fIMcYlojfPCM%2FU9q4w%2Fe0pS2v60zSSgna6cU%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:01:31.3623327","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '553' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:31 GMT + mise-correlation-id: + - 676f7f13-b7c2-4390-971d-0c785fce5005 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com/tests/create-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/fe835714-16fc-4837-8380-18f784c980eb?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A01%3A36Z&sr=b&sp=r&sig=LBWLNz16LIBb%2F9Bk%2FwYIl26xrkKBGjSfSI8%2F8VawNTg%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:01:36.6668286","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '555' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:36 GMT + mise-correlation-id: + - b3df0901-6ab0-4e12-8857-39ef22edaefe + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com/tests/create-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/fe835714-16fc-4837-8380-18f784c980eb?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A01%3A41Z&sr=b&sp=r&sig=JeJ3EZ6gJocpXC8p5s0PK3xVpU2z20X37JABUJi1Fns%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:01:41.9466825","validationStatus":"VALIDATION_SUCCESS"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '547' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:41 GMT + mise-correlation-id: + - 8b649c4c-2743-4215-89d4-86ebd56fbb5d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com/tests/create-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/fe835714-16fc-4837-8380-18f784c980eb?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A51%3A42Z&sr=b&sp=r&sig=nANnfRST3PbfDjW9vpJcwqshJsdrvj9UO0hHGXylJbc%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:51:42.772622","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"create-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:51:24.898Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:37.649Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1086' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:42 GMT + mise-correlation-id: + - 33d1eb98-9eb6-4078-86e1-0e9127a19a8c + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:50:47.1563336Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:50:47.1563336Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:44 GMT + etag: + - '"0b00e000-0000-0100-0000-6480fbb90000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com/tests?api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/fe835714-16fc-4837-8380-18f784c980eb?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A51%3A46Z&sr=b&sp=r&sig=30L%2FbGg%2BxlMBqJk2ZxqLSBFsMKKNDMD2sXs3nlfUWBY%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:51:46.1303361","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"create-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:51:24.898Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:37.649Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1103' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:46 GMT + mise-correlation-id: + - b7fe7883-fbf2-47e1-a6f8-1fc8b74a8042 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:50:47.1563336Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:50:47.1563336Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:47 GMT + etag: + - '"0b00e000-0000-0100-0000-6480fbb90000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com/test-runs/create-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestRunNotFound","message":"Test run not found with + given name \"create-test-run-case\".","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Wed, 07 Jun 2023 21:51:48 GMT + mise-correlation-id: + - efe6f22d-4e71-4385-a8ea-063f2e9e7946 + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestRunNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"testId": "create-test-case"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '30' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com/test-runs/create-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/3e9e9bea-e5b5-46f1-92ef-4d46bd2047e0?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A51%3A49Z&sr=b&sp=r&sig=sCuZ%2FifGubPR5oofR%2FHQMIMYlh9%2FXx66LG%2F1WZq4DFA%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:51:49.2948742","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/fe835714-16fc-4837-8380-18f784c980eb?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A51%3A49Z&sr=b&sp=r&sig=PNwPXe%2BZJl8Cwh56BASatKIw7FPnezu8cpAjQ%2FPYY9k%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:51:49.2947608","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/6c197c6d-7053-457e-800c-61a5761fdf3d?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A51%3A49Z&sr=b&sp=r&sig=0RDyB5SEk16GnhQf2xOGiwhc8A0X8R%2FfXd6FTNv3EU4%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:51:49.2948972","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"create-test-run-case","testId":"create-test-case","status":"ACCEPTED","executedDateTime":"2023-06-07T21:51:49.147Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/create-test-case/testRunId/create-test-run-case","createdDateTime":"2023-06-07T21:51:49.606Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:49.606Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2635' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:49 GMT + location: + - https://f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com/test-runs/create-test-run-case?api-version=2022-11-01 + mise-correlation-id: + - fe0b5893-c1ff-49c3-9951-7c82c356305e + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com/test-runs/create-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/3e9e9bea-e5b5-46f1-92ef-4d46bd2047e0?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A51%3A49Z&sr=b&sp=r&sig=Ha5ho49Q%2FMki8hbv%2BtiClk8yFG8mwFy%2FU0jYFV5f9jE%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:51:49.8875716","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/fe835714-16fc-4837-8380-18f784c980eb?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A51%3A49Z&sr=b&sp=r&sig=SNI0C3wzsdSyBqqKIeOaE8CUxITquM0GDSzJC4yBQWQ%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:51:49.8874781","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/6c197c6d-7053-457e-800c-61a5761fdf3d?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A51%3A49Z&sr=b&sp=r&sig=mHiHwsmIYSAQYjYONgrFjl50ImUwuiRiiEa22v7Zc%2FA%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:51:49.8875965","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"create-test-run-case","testId":"create-test-case","status":"NOTSTARTED","startDateTime":"2023-06-07T21:51:49.738Z","executedDateTime":"2023-06-07T21:51:49.147Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/create-test-case/testRunId/create-test-run-case","createdDateTime":"2023-06-07T21:51:49.606Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:49.738Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2674' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:49 GMT + mise-correlation-id: + - b950a1eb-d5c1-432b-93c0-50d3ebb88199 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com/test-runs/create-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/3e9e9bea-e5b5-46f1-92ef-4d46bd2047e0?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A51%3A55Z&sr=b&sp=r&sig=0xH5lRkBbuKwMFMKQB%2BGA85ey85jJiU%2BWHnbO%2FDb%2FBw%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:51:55.1571358","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/fe835714-16fc-4837-8380-18f784c980eb?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A51%3A55Z&sr=b&sp=r&sig=BLKAKGl5u5m97rW7XMl1SKZgixEZio5vqyySgUR0lnQ%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:51:55.1570677","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/6c197c6d-7053-457e-800c-61a5761fdf3d?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A51%3A55Z&sr=b&sp=r&sig=lk4axjKWGjuRWNWYQSwXzLQgfqrKqiVwVYjDo76BVY0%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:51:55.1571511","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"create-test-run-case","testId":"create-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:51:49.738Z","executedDateTime":"2023-06-07T21:51:49.147Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/create-test-case/testRunId/create-test-run-case","createdDateTime":"2023-06-07T21:51:49.606Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:49.985Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2676' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:55 GMT + mise-correlation-id: + - 4c8fe9bd-35e6-4dc5-b307-c7495fd85145 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com/test-runs/create-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/3e9e9bea-e5b5-46f1-92ef-4d46bd2047e0?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A00Z&sr=b&sp=r&sig=fz7we8%2Bc7utl5ToAa3mROdoEQ%2BVikGsQALpYblqwMWg%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:00.435527","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/fe835714-16fc-4837-8380-18f784c980eb?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A00Z&sr=b&sp=r&sig=Lrd5I3BewVwXdkANJjhzV1sGX5tmZ6bdFpSrpIPzz7k%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:00.4354545","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/6c197c6d-7053-457e-800c-61a5761fdf3d?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A00Z&sr=b&sp=r&sig=Q62YttJRT5HAlmb7bBg1YZ1ToIbMPAub4fHwBCDlErg%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:00.4355436","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"create-test-run-case","testId":"create-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:51:49.738Z","executedDateTime":"2023-06-07T21:51:49.147Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/create-test-case/testRunId/create-test-run-case","createdDateTime":"2023-06-07T21:51:49.606Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:49.985Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2671' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:00 GMT + mise-correlation-id: + - 906bd46d-b01d-47a7-ac10-b9e7358e1b67 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com/test-runs/create-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/3e9e9bea-e5b5-46f1-92ef-4d46bd2047e0?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A05Z&sr=b&sp=r&sig=Kyi0mlrbDKG2K6hMz%2Btm%2B1VmcmP0Tw4QJrp2DAReV5Q%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:05.7051853","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/fe835714-16fc-4837-8380-18f784c980eb?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A05Z&sr=b&sp=r&sig=1SBM%2FJ%2Be4jRlE4n6DoO%2FYSoG0cDq7PaJuxo1roimjSA%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:05.7051165","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/6c197c6d-7053-457e-800c-61a5761fdf3d?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A05Z&sr=b&sp=r&sig=xC4ykR%2BkZpA9navzq75K6326ktsVKkwjqIQ4Fqpabvg%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:05.7051998","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"create-test-run-case","testId":"create-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:51:49.738Z","executedDateTime":"2023-06-07T21:51:49.147Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/create-test-case/testRunId/create-test-run-case","createdDateTime":"2023-06-07T21:51:49.606Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:49.985Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2680' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:05 GMT + mise-correlation-id: + - a3cd8b46-4c2b-4fbe-8c39-da23574da568 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com/test-runs/create-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/3e9e9bea-e5b5-46f1-92ef-4d46bd2047e0?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A11Z&sr=b&sp=r&sig=FzQqyxC4NihzEUNdpoASipoXUhT%2FqRHRqnUZzT8qV8E%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:11.528956","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/fe835714-16fc-4837-8380-18f784c980eb?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A11Z&sr=b&sp=r&sig=0FKk2fnjxmklBKM0Br4ZWPGD3mLP%2BV3wWxL1WR14tIs%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:11.5288567","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/6c197c6d-7053-457e-800c-61a5761fdf3d?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A11Z&sr=b&sp=r&sig=Tf7sW7AQoCl25EffVE6BhHD%2FtlPInnxJghs8vWLQAcI%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:11.5289777","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"create-test-run-case","testId":"create-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:51:49.738Z","executedDateTime":"2023-06-07T21:51:49.147Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/create-test-case/testRunId/create-test-run-case","createdDateTime":"2023-06-07T21:51:49.606Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:49.985Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2673' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:11 GMT + mise-correlation-id: + - 7cdf2113-f9eb-4cc8-adcb-b045db02ad5e + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com/test-runs/create-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/3e9e9bea-e5b5-46f1-92ef-4d46bd2047e0?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A17Z&sr=b&sp=r&sig=ad7AJY7MIMSLmypmRPlk4LpuR2TT0ebXdVOYUXSbYg4%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:17.8846999","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/fe835714-16fc-4837-8380-18f784c980eb?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A17Z&sr=b&sp=r&sig=p0Uv45ja4mrWl2e4IBHxbMubcHX96FALe1SJA8u8DBA%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:17.8845667","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/6c197c6d-7053-457e-800c-61a5761fdf3d?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A17Z&sr=b&sp=r&sig=JX3kLPYzmggyLlWvkCHSnQOx2NmDeCcz%2FcgYM%2BmkGrI%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:17.8848055","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"create-test-run-case","testId":"create-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:51:49.738Z","executedDateTime":"2023-06-07T21:51:49.147Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/create-test-case/testRunId/create-test-run-case","createdDateTime":"2023-06-07T21:51:49.606Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:49.985Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2672' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:17 GMT + mise-correlation-id: + - cba6e144-d665-4eb3-9729-1b3f7465bf14 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com/test-runs/create-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/3e9e9bea-e5b5-46f1-92ef-4d46bd2047e0?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A24Z&sr=b&sp=r&sig=a4LdZprtBLRQTpUBMQvmwRYnCYVAHFcOUMPchJFAuMg%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:24.0315346","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/fe835714-16fc-4837-8380-18f784c980eb?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A24Z&sr=b&sp=r&sig=%2FtIbVjtguThWPEIKlB%2FZHlXjZe%2FXnkS%2FuplMrV3b5Bw%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:24.0314378","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/6c197c6d-7053-457e-800c-61a5761fdf3d?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A24Z&sr=b&sp=r&sig=yxFj2Kjpo3qn0C5a801Tn%2B1iiA5sNfLnm%2F1EgNQ2oPE%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:24.0315574","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"create-test-run-case","testId":"create-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:51:49.738Z","executedDateTime":"2023-06-07T21:51:49.147Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/create-test-case/testRunId/create-test-run-case","createdDateTime":"2023-06-07T21:51:49.606Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:49.985Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2680' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:24 GMT + mise-correlation-id: + - a330537d-49d2-43b2-8c3a-feb81ca4fad2 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com/test-runs/create-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/3e9e9bea-e5b5-46f1-92ef-4d46bd2047e0?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A30Z&sr=b&sp=r&sig=w4fTX253O6kX3mrkz%2FAbLx38FKiyTMhagnPt7Hc61Fk%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:30.1365136","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/fe835714-16fc-4837-8380-18f784c980eb?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A30Z&sr=b&sp=r&sig=09wZqrwHyC6i%2FDgfeh039dSHm8tz807R71Yx220P1B4%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:30.1364285","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/6c197c6d-7053-457e-800c-61a5761fdf3d?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A30Z&sr=b&sp=r&sig=5siw1d190UZVAu35hl6utgyNyxSyeFpH2%2FqBbizWAL4%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:30.1365307","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"create-test-run-case","testId":"create-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:51:49.738Z","executedDateTime":"2023-06-07T21:51:49.147Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/create-test-case/testRunId/create-test-run-case","createdDateTime":"2023-06-07T21:51:49.606Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:49.985Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2674' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:30 GMT + mise-correlation-id: + - e949da89-8c79-44e8-bffa-4eccff1da33e + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com/test-runs/create-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/3e9e9bea-e5b5-46f1-92ef-4d46bd2047e0?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A35Z&sr=b&sp=r&sig=W7QtxOoYxsnv0uw7d0sNYLGOb6VQ15AcJ5afXsr6fgs%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:35.4122185","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/fe835714-16fc-4837-8380-18f784c980eb?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A35Z&sr=b&sp=r&sig=REZwF2GK8EF21679kKScFmY0iE4iYrMBZqyWLywVdYI%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:35.4121116","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/6c197c6d-7053-457e-800c-61a5761fdf3d?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A35Z&sr=b&sp=r&sig=mBkviewPX%2FX%2BB0iF%2BvdSC98jdt4P3EVeIVYLB%2FfuXjs%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:35.4122422","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"create-test-run-case","testId":"create-test-case","status":"CONFIGURING","startDateTime":"2023-06-07T21:51:49.738Z","executedDateTime":"2023-06-07T21:51:49.147Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/create-test-case/testRunId/create-test-run-case","createdDateTime":"2023-06-07T21:51:49.606Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:52:31.721Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2675' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:35 GMT + mise-correlation-id: + - 163f7b0d-efce-47d9-8d60-12fa7cd8aed9 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com/test-runs/create-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/3e9e9bea-e5b5-46f1-92ef-4d46bd2047e0?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A41Z&sr=b&sp=r&sig=cfgV%2FSLZzvBIXyncjVXd%2BG79xhz6A%2ByOBOFjXTzp71c%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:41.5334859","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/fe835714-16fc-4837-8380-18f784c980eb?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A41Z&sr=b&sp=r&sig=gfxdAcPe3eALXi4JrcOR2q48IaZTpggNM8yQrKuokd4%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:41.5333865","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/6c197c6d-7053-457e-800c-61a5761fdf3d?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A41Z&sr=b&sp=r&sig=hpKK2UmlX1fKRkAS94%2Fk5P9GUAc23qrfAObiuuAud1A%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:41.5335152","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"create-test-run-case","testId":"create-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:51:49.738Z","executedDateTime":"2023-06-07T21:51:49.147Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/create-test-case/testRunId/create-test-run-case","createdDateTime":"2023-06-07T21:51:49.606Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:52:36.664Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2673' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:41 GMT + mise-correlation-id: + - de8c8927-1dd0-466c-9e10-d443988e3636 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com/test-runs/create-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/3e9e9bea-e5b5-46f1-92ef-4d46bd2047e0?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A46Z&sr=b&sp=r&sig=aedLIw7uhakN0YdqoeocwGd5om%2BfsOdDxkSllS02Tck%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:46.8003022","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/fe835714-16fc-4837-8380-18f784c980eb?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A46Z&sr=b&sp=r&sig=DJQtnR9O0%2BFGjUxFobcNziO8ezw2vDmoEaxilkoOnHI%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:46.8002024","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/6c197c6d-7053-457e-800c-61a5761fdf3d?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A46Z&sr=b&sp=r&sig=G5N57z3f7H5iJoPjg34Y4lqHPUX3osQJ7W%2FYjrwIkQ0%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:46.8003268","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"create-test-run-case","testId":"create-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:51:49.738Z","executedDateTime":"2023-06-07T21:51:49.147Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/create-test-case/testRunId/create-test-run-case","createdDateTime":"2023-06-07T21:51:49.606Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:52:36.664Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2671' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:46 GMT + mise-correlation-id: + - ffcf7898-d1fd-4a62-b429-53577471569b + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com/test-runs/create-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"errorDetails":[{"message":"Processing + error logs, please refresh to check actionable errors."}],"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/3e9e9bea-e5b5-46f1-92ef-4d46bd2047e0?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A52Z&sr=b&sp=r&sig=crn5HW1F%2FPF5z9eVUafY%2BjuNz5DdjmhivKtrf7XZRNM%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:52.0926445","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/fe835714-16fc-4837-8380-18f784c980eb?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A52Z&sr=b&sp=r&sig=K%2FN%2B%2FX86T19SAIgHD4n0V86YW%2FTtvaSVFRaqHJrVypc%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:52.0925663","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/6c197c6d-7053-457e-800c-61a5761fdf3d?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A52Z&sr=b&sp=r&sig=M%2FXgV5P9KLEXPQrdQgORowZ7mVgrPRZHUvVL4hIEAJc%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:52.0926598","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"create-test-run-case","testId":"create-test-case","status":"FAILED","startDateTime":"2023-06-07T21:51:49.738Z","endDateTime":"2023-06-07T21:52:46.952Z","executedDateTime":"2023-06-07T21:51:49.147Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/create-test-case/testRunId/create-test-run-case","createdDateTime":"2023-06-07T21:51:49.606Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:52:50.37Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2813' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:52 GMT + mise-correlation-id: + - 60b358b7-5335-47d3-8217-c92ec35a2aa9 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:50:47.1563336Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:50:47.1563336Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:52 GMT + etag: + - '"0b00e000-0000-0100-0000-6480fbb90000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://f451eda9-ed90-41ba-80f6-0866287e9d6b.eastus.cnt-prod.loadtesting.azure.com/test-runs?testId=create-test-case&api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"errorDetails":[{"message":"Processing + error logs, please refresh to check actionable errors."}],"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/3e9e9bea-e5b5-46f1-92ef-4d46bd2047e0?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A54Z&sr=b&sp=r&sig=roKLBM0Fpib%2BZPKJMJ%2FxMEn40x2zFgQ%2FHdpQ76Yt5YY%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:54.4049467","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/fe835714-16fc-4837-8380-18f784c980eb?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A54Z&sr=b&sp=r&sig=kpMo3GQScZA7pC2XIuDb83RTwzcNtjXLVfxmIRrif3s%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:54.4048701","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/ca31549e-3084-4b9f-91cd-353dcb48ac82/6c197c6d-7053-457e-800c-61a5761fdf3d?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A54Z&sr=b&sp=r&sig=8sKUcUER4XWptrpr3fkBrws88h9%2FgCVy0g%2FIk83ehQI%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:54.4049631","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"create-test-run-case","testId":"create-test-case","status":"FAILED","startDateTime":"2023-06-07T21:51:49.738Z","endDateTime":"2023-06-07T21:52:46.952Z","executedDateTime":"2023-06-07T21:51:49.147Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/create-test-case/testRunId/create-test-run-case","createdDateTime":"2023-06-07T21:51:49.606Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:52:50.37Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2821' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:54 GMT + mise-correlation-id: + - bc032113-63be-4302-9e7c-0ec24273341f + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/load/azext_load/tests/latest/recordings/test_load_test_run_delete.yaml b/src/load/azext_load/tests/latest/recordings/test_load_test_run_delete.yaml new file mode 100644 index 00000000000..bb05702d1b2 --- /dev/null +++ b/src/load/azext_load/tests/latest/recordings/test_load_test_run_delete.yaml @@ -0,0 +1,1358 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:51:54.0602601Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:51:54.0602601Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:28 GMT + etag: + - '"0b00fa00-0000-0100-0000-6480fbfc0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/tests/delete-test-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestNotFound","message":"Test couldn''t find with + given identifier delete-test-case","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Wed, 07 Jun 2023 21:52:30 GMT + mise-correlation-id: + - 5cfe4b33-b569-4912-96b5-36ed33480787 + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"displayName": "CLI-Test", "description": "Test created from az load test + command", "keyvaultReferenceIdentityType": "SystemAssigned", "environmentVariables": + {"rps": 1, "duration_in_sec": "1"}, "secrets": {}, "loadTestConfiguration": + {"engineInstances": 1, "quickStartTest": false, "splitAllCSVs": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '307' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/tests/delete-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"additionalFileInfo":[]},"testId":"delete-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:52:30.62Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:52:30.62Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '516' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:30 GMT + location: + - https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/tests/delete-test-case?api-version=2022-11-01 + mise-correlation-id: + - e92f27d8-7f19-49c0-8f84-384ef72793be + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/tests/delete-test-case/files?api-version=2022-11-01 + response: + body: + string: '{"value":[]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:30 GMT + mise-correlation-id: + - 439cb6b4-0a17-47b3-812e-e3f3cbbc96e8 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: !!python/object/new:_io.BytesIO + state: !!python/tuple + - !!binary | + PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxqbWV0ZXJUZXN0UGxhbiB2 + ZXJzaW9uPSIxLjIiIHByb3BlcnRpZXM9IjUuMCIgam1ldGVyPSI1LjUiPg0KICA8aGFzaFRyZWU+ + DQogICAgPFRlc3RQbGFuIGd1aWNsYXNzPSJUZXN0UGxhbkd1aSIgdGVzdGNsYXNzPSJUZXN0UGxh + biIgdGVzdG5hbWU9IkF6dXJlIExvYWQgVGVzdGluZyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICA8 + c3RyaW5nUHJvcCBuYW1lPSJUZXN0UGxhbi5jb21tZW50cyI+PC9zdHJpbmdQcm9wPg0KICAgICAg + PGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLmZ1bmN0aW9uYWxfbW9kZSI+ZmFsc2U8L2Jvb2xQcm9w + Pg0KICAgICAgPGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLnRlYXJEb3duX29uX3NodXRkb3duIj50 + cnVlPC9ib29sUHJvcD4NCiAgICAgIDxib29sUHJvcCBuYW1lPSJUZXN0UGxhbi5zZXJpYWxpemVf + dGhyZWFkZ3JvdXBzIj5mYWxzZTwvYm9vbFByb3A+DQogICAgICA8ZWxlbWVudFByb3AgbmFtZT0i + VGVzdFBsYW4udXNlcl9kZWZpbmVkX3ZhcmlhYmxlcyIgZWxlbWVudFR5cGU9IkFyZ3VtZW50cyIg + Z3VpY2xhc3M9IkFyZ3VtZW50c1BhbmVsIiB0ZXN0Y2xhc3M9IkFyZ3VtZW50cyIgdGVzdG5hbWU9 + IlVzZXIgRGVmaW5lZCBWYXJpYWJsZXMiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICA8Y29sbGVj + dGlvblByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgPC9lbGVtZW50UHJv + cD4NCiAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IlRlc3RQbGFuLnVzZXJfZGVmaW5lX2NsYXNzcGF0 + aCI+PC9zdHJpbmdQcm9wPg0KICAgIDwvVGVzdFBsYW4+DQogICAgPGhhc2hUcmVlPg0KICAgICAg + PEFyZ3VtZW50cyBndWljbGFzcz0iQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRz + IiB0ZXN0bmFtZT0iVXNlciBEZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAg + ICAgIDxjb2xsZWN0aW9uUHJvcCBuYW1lPSJBcmd1bWVudHMuYXJndW1lbnRzIj4NCiAgICAgICAg + ICA8ZWxlbWVudFByb3AgbmFtZT0iZHVyYXRpb25faW5fc2VjIiBlbGVtZW50VHlwZT0iQXJndW1l + bnQiPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubmFtZSI+ZHVyYXRp + b25faW5fc2VjPC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJn + dW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5nZXRlbnYoJnF1b3Q7ZHVyYXRpb25faW5f + c2VjJnF1b3Q7KSA/OiAmcXVvdDsxMCZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAg + IDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAg + ICAgICAgIDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9InJwcyIg + ZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFy + Z3VtZW50Lm5hbWUiPnJwczwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3JwcyZx + dW90OykgPzogJnF1b3Q7MSZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJp + bmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAgICAgICAg + IDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9ImRvbWFpbiIgZWxl + bWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3Vt + ZW50Lm5hbWUiPmRvbWFpbjwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O2RvbWFp + biZxdW90OykgPzogJnF1b3Q7ZXhhbXBsZS5jb20mcXVvdDsgKX08L3N0cmluZ1Byb3A+DQogICAg + ICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5tZXRhZGF0YSI+PTwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICA8L2VsZW1lbnRQcm9wPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1l + PSJwcm90b2NvbCIgZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQ + cm9wIG5hbWU9IkFyZ3VtZW50Lm5hbWUiPnByb3RvY29sPC9zdHJpbmdQcm9wPg0KICAgICAgICAg + ICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5n + ZXRlbnYoJnF1b3Q7cHJvdG9jb2wmcXVvdDspID86ICZxdW90O2h0dHBzJnF1b3Q7ICl9PC9zdHJp + bmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubWV0YWRhdGEi + Pj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAgICAgICA8ZWxl + bWVudFByb3AgbmFtZT0idXJsX3BhdGgiIGVsZW1lbnRUeXBlPSJBcmd1bWVudCI+DQogICAgICAg + ICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5uYW1lIj51cmxfcGF0aDwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jv + b3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3VybF9wYXRoJnF1b3Q7KSA/OiAmcXVvdDsvJnF1b3Q7 + ICl9PC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQu + bWV0YWRhdGEiPj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAg + ICAgPC9jb2xsZWN0aW9uUHJvcD4NCiAgICAgIDwvQXJndW1lbnRzPg0KICAgICAgPGhhc2hUcmVl + Lz4NCiAgICAgIDxPcGVuTW9kZWxUaHJlYWRHcm91cCBndWljbGFzcz0iT3Blbk1vZGVsVGhyZWFk + R3JvdXBHdWkiIHRlc3RjbGFzcz0iT3Blbk1vZGVsVGhyZWFkR3JvdXAiIHRlc3RuYW1lPSJPcGVu + IE1vZGVsIFRocmVhZCBHcm91cCIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgIDxlbGVtZW50UHJv + cCBuYW1lPSJUaHJlYWRHcm91cC5tYWluX2NvbnRyb2xsZXIiIGVsZW1lbnRUeXBlPSJPcGVuTW9k + ZWxUaHJlYWRHcm91cENvbnRyb2xsZXIiLz4NCiAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iVGhy + ZWFkR3JvdXAub25fc2FtcGxlX2Vycm9yIj5jb250aW51ZTwvc3RyaW5nUHJvcD4NCiAgICAgICAg + PHN0cmluZ1Byb3AgbmFtZT0iT3Blbk1vZGVsVGhyZWFkR3JvdXAuc2NoZWR1bGUiPnJhdGUoJHty + cHN9L3NlYykgcmFuZG9tX2Fycml2YWxzKCR7ZHVyYXRpb25faW5fc2VjfSBzZWMpPC9zdHJpbmdQ + cm9wPg0KICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJPcGVuTW9kZWxUaHJlYWRHcm91cC5yYW5k + b21fc2VlZCI+PC9zdHJpbmdQcm9wPg0KICAgICAgPC9PcGVuTW9kZWxUaHJlYWRHcm91cD4NCiAg + ICAgIDxoYXNoVHJlZT4NCiAgICAgICAgPEhUVFBTYW1wbGVyUHJveHkgZ3VpY2xhc3M9Ikh0dHBU + ZXN0U2FtcGxlR3VpIiB0ZXN0Y2xhc3M9IkhUVFBTYW1wbGVyUHJveHkiIHRlc3RuYW1lPSJIVFRQ + IFJlcXVlc3QiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1lPSJI + VFRQc2FtcGxlci5Bcmd1bWVudHMiIGVsZW1lbnRUeXBlPSJBcmd1bWVudHMiIGd1aWNsYXNzPSJI + VFRQQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRzIiB0ZXN0bmFtZT0iVXNlciBE + ZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgICAgICA8Y29sbGVjdGlv + blByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgICAgIDwvZWxlbWVudFBy + b3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBsZXIuZG9tYWluIj4ke2Rv + bWFpbn08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBs + ZXIucG9ydCI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBT + YW1wbGVyLnByb3RvY29sIj4ke3Byb3RvY29sfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3Ry + aW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5jb250ZW50RW5jb2RpbmciPjwvc3RyaW5nUHJvcD4N + CiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5wYXRoIj4ke3VybF9wYXRo + fTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5t + ZXRob2QiPkdFVDwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8Ym9vbFByb3AgbmFtZT0iSFRUUFNh + bXBsZXIuZm9sbG93X3JlZGlyZWN0cyI+dHJ1ZTwvYm9vbFByb3A+DQogICAgICAgICAgPGJvb2xQ + cm9wIG5hbWU9IkhUVFBTYW1wbGVyLmF1dG9fcmVkaXJlY3RzIj5mYWxzZTwvYm9vbFByb3A+DQog + ICAgICAgICAgPGJvb2xQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnVzZV9rZWVwYWxpdmUiPnRydWU8 + L2Jvb2xQcm9wPg0KICAgICAgICAgIDxib29sUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5ET19NVUxU + SVBBUlRfUE9TVCI+ZmFsc2U8L2Jvb2xQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9 + IkhUVFBTYW1wbGVyLmVtYmVkZGVkX3VybF9yZSI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxz + dHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLmNvbm5lY3RfdGltZW91dCI+PC9zdHJpbmdQcm9w + Pg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnJlc3BvbnNlX3RpbWVv + dXQiPjwvc3RyaW5nUHJvcD4NCiAgICAgICAgPC9IVFRQU2FtcGxlclByb3h5Pg0KICAgICAgICA8 + aGFzaFRyZWUvPg0KICAgICAgPC9oYXNoVHJlZT4NCiAgICA8L2hhc2hUcmVlPg0KICA8L2hhc2hU + cmVlPg0KPC9qbWV0ZXJUZXN0UGxhbj4NCg== + - 0 + - null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '4870' + Content-Type: + - application/octet-stream + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/tests/delete-test-case/files/sample-JMX-file.jmx?fileType=JMX_FILE&api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/569ce56a-7b84-4886-a9ab-4647dbdb439a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A02%3A31Z&sr=b&sp=r&sig=XhxwJMHXiVKXUfjaTDdceYi1WO43h0AwZ3ROfUBkRwk%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:02:31.4489978","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '549' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:31 GMT + location: + - https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/tests/delete-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + mise-correlation-id: + - 5f455138-ff50-48d7-807d-93a019aac7f3 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/tests/delete-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/569ce56a-7b84-4886-a9ab-4647dbdb439a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A02%3A31Z&sr=b&sp=r&sig=M84X7zWD7q6yVg284ju2DdI5cq99Bio%2F1YwlhRuvHns%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:02:31.7309948","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:31 GMT + mise-correlation-id: + - 92e95555-086b-4e76-878f-f36e5d0a2ba8 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/tests/delete-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/569ce56a-7b84-4886-a9ab-4647dbdb439a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A02%3A37Z&sr=b&sp=r&sig=nwYdk2Lxtcuj8bZtmivRD61GeZ5KMAGspjqNX7fRAhk%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:02:37.0758858","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '549' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:37 GMT + mise-correlation-id: + - c1aa283b-b1f5-450f-8a1f-7a92b087ab33 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/tests/delete-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/569ce56a-7b84-4886-a9ab-4647dbdb439a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A02%3A42Z&sr=b&sp=r&sig=qAEdFN%2FTej8txRkgJq9wh2%2BLFntYDzSkpMJkQAMfvmw%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:02:42.3539507","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '553' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:42 GMT + mise-correlation-id: + - 948e02c6-062f-45cf-860a-1f26746d3bea + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/tests/delete-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/569ce56a-7b84-4886-a9ab-4647dbdb439a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A02%3A47Z&sr=b&sp=r&sig=s0Zj%2BTq3reSr1pCdUCGJZxeTuDNd8vioSw4gue%2BWwLg%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:02:47.690543","validationStatus":"VALIDATION_SUCCESS"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '550' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:47 GMT + mise-correlation-id: + - 75dae5e7-6851-4b13-af63-54b506ae0229 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/tests/delete-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/569ce56a-7b84-4886-a9ab-4647dbdb439a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A48Z&sr=b&sp=r&sig=TQzmdGDGMuYDXf2abS0pzgXZ85M7wg6LjSF71gp8P6U%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:48.0167782","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"delete-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:52:30.62Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:52:45.057Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1086' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:48 GMT + mise-correlation-id: + - 34202df2-9ccd-44d0-8657-5e8bcfa645df + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:51:54.0602601Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:51:54.0602601Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:48 GMT + etag: + - '"0b00fa00-0000-0100-0000-6480fbfc0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/tests?api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/569ce56a-7b84-4886-a9ab-4647dbdb439a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A50Z&sr=b&sp=r&sig=BVBsifAnyebL%2BG4aY5T0Koo68rE8uBWMeb%2FC%2FNx90mc%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:50.577383","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"delete-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:52:30.62Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:52:45.057Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1103' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:50 GMT + mise-correlation-id: + - a4b8eeef-76b5-4bda-b42e-2bfc42e8fdd3 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:51:54.0602601Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:51:54.0602601Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:51 GMT + etag: + - '"0b00fa00-0000-0100-0000-6480fbfc0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/test-runs/delete-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestRunNotFound","message":"Test run not found with + given name \"delete-test-run-case\".","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Wed, 07 Jun 2023 21:52:53 GMT + mise-correlation-id: + - 03955f3c-c808-451a-af52-c67149849585 + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestRunNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"testId": "delete-test-case"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '30' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/test-runs/delete-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/41cc3045-f0ff-47f8-9fc8-f36edd4cf464?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A53Z&sr=b&sp=r&sig=VLWNjjDhwCUIkRF%2Ftkb9t%2BT07MLc%2FNXMdWe3mz%2B6BdA%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:53.8697062","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/569ce56a-7b84-4886-a9ab-4647dbdb439a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A53Z&sr=b&sp=r&sig=8reQULiyUuqFTaXTq8EAqP1AYtYUBNVaw0t3A0EkYDg%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:53.8695932","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/c2585762-bc74-40e2-82b8-02cebc29d974?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A53Z&sr=b&sp=r&sig=rHF8MQoW4ntV6vVUgBVjnmeAj%2BnRHeIBhbtMokBermM%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:53.8697223","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"delete-test-run-case","testId":"delete-test-case","status":"ACCEPTED","executedDateTime":"2023-06-07T21:52:53.725Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/delete-test-case/testRunId/delete-test-run-case","createdDateTime":"2023-06-07T21:52:54.204Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:52:54.204Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2631' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:54 GMT + location: + - https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/test-runs/delete-test-run-case?api-version=2022-11-01 + mise-correlation-id: + - cec5b01e-596f-451b-89a2-ad2db486200f + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/test-runs/delete-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/41cc3045-f0ff-47f8-9fc8-f36edd4cf464?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A54Z&sr=b&sp=r&sig=ECAO%2FBWRc1NvErETJuiaS3vDMeuu1mZKUS%2BLbYcm%2BTw%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:54.4871454","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/569ce56a-7b84-4886-a9ab-4647dbdb439a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A54Z&sr=b&sp=r&sig=Hs71Qcc534mDeD3zMePx9e1OBO%2BevWYTRiG5o7LZy%2FY%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:54.4870773","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/c2585762-bc74-40e2-82b8-02cebc29d974?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A54Z&sr=b&sp=r&sig=hrxaJ%2BuAiWoGAAwRADB0GPsukG3eA4LoCZT13icNUF0%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:52:54.4871601","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"delete-test-run-case","testId":"delete-test-case","status":"NOTSTARTED","startDateTime":"2023-06-07T21:52:54.341Z","executedDateTime":"2023-06-07T21:52:53.725Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/delete-test-case/testRunId/delete-test-run-case","createdDateTime":"2023-06-07T21:52:54.204Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:52:54.341Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2678' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:54 GMT + mise-correlation-id: + - 0226d211-0e4e-41cf-8848-f596c1a0c1d5 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/test-runs/delete-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/41cc3045-f0ff-47f8-9fc8-f36edd4cf464?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A00Z&sr=b&sp=r&sig=zfYCuFHqvlCkckvIjBcgBYbO8K9rY6p1Bq6FzQ%2FXE6M%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:00.6303794","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/569ce56a-7b84-4886-a9ab-4647dbdb439a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A00Z&sr=b&sp=r&sig=8AgKj37hz98EcrT7kppZQnk0NhD76LNS6%2FcI3GIvsSA%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:53:00.6302796","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/c2585762-bc74-40e2-82b8-02cebc29d974?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A00Z&sr=b&sp=r&sig=pMSnstOo0lfE8EjHBbc76aWSGvD1u77IKdCgaOfIHA4%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:00.6304087","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"delete-test-run-case","testId":"delete-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:52:54.341Z","executedDateTime":"2023-06-07T21:52:53.725Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/delete-test-case/testRunId/delete-test-run-case","createdDateTime":"2023-06-07T21:52:54.204Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:52:54.549Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2672' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:00 GMT + mise-correlation-id: + - f5e701c1-5deb-40a1-ae35-be150b9cb80b + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/test-runs/delete-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/41cc3045-f0ff-47f8-9fc8-f36edd4cf464?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A06Z&sr=b&sp=r&sig=GJ3cs53Jh2oVtHHOnOeGB0SaHUA4UcU3T%2Busxzr0Ti8%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:06.0285422","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/569ce56a-7b84-4886-a9ab-4647dbdb439a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A06Z&sr=b&sp=r&sig=g9A6cSOJzx2u47jtA6%2BCy2kZRQfkL2tGXaHise599jI%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:53:06.0284634","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/c2585762-bc74-40e2-82b8-02cebc29d974?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A06Z&sr=b&sp=r&sig=VI66c8Ln6%2Bv4JFSFqOzM8238bGf2V6FEFz1YbwaU6gs%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:06.0285596","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"delete-test-run-case","testId":"delete-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:52:54.341Z","executedDateTime":"2023-06-07T21:52:53.725Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/delete-test-case/testRunId/delete-test-run-case","createdDateTime":"2023-06-07T21:52:54.204Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:52:54.549Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2674' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:06 GMT + mise-correlation-id: + - ce4b6b35-9725-46c2-92ed-55d911857172 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/test-runs/delete-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/41cc3045-f0ff-47f8-9fc8-f36edd4cf464?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A11Z&sr=b&sp=r&sig=P0MJgPvuMMSqttkvtagzmhlW9fId6GXI9Iu53bBNwVk%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:11.3118464","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/569ce56a-7b84-4886-a9ab-4647dbdb439a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A11Z&sr=b&sp=r&sig=6HMXcqea%2FnPlObHXW05gTHUAs22mnXn2DixMY4FQZRc%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:53:11.3117483","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/c2585762-bc74-40e2-82b8-02cebc29d974?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A11Z&sr=b&sp=r&sig=Hfv1e%2BbBZlPEOzBpQIptYSdcG0yp8MLkj3ATZzAonPs%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:11.3118764","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"delete-test-run-case","testId":"delete-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:52:54.341Z","executedDateTime":"2023-06-07T21:52:53.725Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/delete-test-case/testRunId/delete-test-run-case","createdDateTime":"2023-06-07T21:52:54.204Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:52:54.549Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2672' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:11 GMT + mise-correlation-id: + - 18c85316-9db3-482d-a29b-5196bf43e657 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/test-runs/delete-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/41cc3045-f0ff-47f8-9fc8-f36edd4cf464?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A16Z&sr=b&sp=r&sig=qWaz0ThpIzJ7Pz8UYNTtequXRIbngE2hOA4JBXIMiGg%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:16.5850894","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/569ce56a-7b84-4886-a9ab-4647dbdb439a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A16Z&sr=b&sp=r&sig=z7Pek%2B0TrucrOvMqotoh2CGTVQAzx93dI2DEvJIaBGI%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:53:16.5850172","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/c2585762-bc74-40e2-82b8-02cebc29d974?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A16Z&sr=b&sp=r&sig=k5Mm0CTByd6uvh%2FyIBbri%2FnDDw5mKemm0osJNCxZoiw%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:16.5851115","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"delete-test-run-case","testId":"delete-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:52:54.341Z","executedDateTime":"2023-06-07T21:52:53.725Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/delete-test-case/testRunId/delete-test-run-case","createdDateTime":"2023-06-07T21:52:54.204Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:52:54.549Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2674' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:16 GMT + mise-correlation-id: + - 3f5c8680-a145-4723-9ac0-e291df3111c7 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/test-runs/delete-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/41cc3045-f0ff-47f8-9fc8-f36edd4cf464?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A21Z&sr=b&sp=r&sig=ZXTHW0ALYxuSLJgdrLoaCGVqe8IL0NdSRBuZabth13k%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:21.8587108","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/569ce56a-7b84-4886-a9ab-4647dbdb439a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A21Z&sr=b&sp=r&sig=XzR3RktWtoMyIfmaWlfGZ1mQH35fSE%2BrkXGRNAhRCWA%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:53:21.8586001","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/c2585762-bc74-40e2-82b8-02cebc29d974?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A21Z&sr=b&sp=r&sig=9vQ7%2FW3P8H0p07yhIytOe%2F2a4yf%2F0ti1%2BZ8I96X7myU%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:21.8587389","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"delete-test-run-case","testId":"delete-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:52:54.341Z","executedDateTime":"2023-06-07T21:52:53.725Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/delete-test-case/testRunId/delete-test-run-case","createdDateTime":"2023-06-07T21:52:54.204Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:52:54.549Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2678' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:21 GMT + mise-correlation-id: + - c26a75ac-79a8-4c1a-a266-2c9b68ae00fc + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/test-runs/delete-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/41cc3045-f0ff-47f8-9fc8-f36edd4cf464?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A27Z&sr=b&sp=r&sig=8YIkw6SfeTAMhII5Y90tfoDX%2BMunHIDDS6vRjEpt%2FYw%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:27.1619833","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/569ce56a-7b84-4886-a9ab-4647dbdb439a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A27Z&sr=b&sp=r&sig=kgkupYWTh29HclzbHhLV1gROnG6L29I0A%2BVeplltmKQ%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:53:27.1619081","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/c2585762-bc74-40e2-82b8-02cebc29d974?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A27Z&sr=b&sp=r&sig=YRpasqt0lG2VM9ylqFlcwWRcjAi5lUADs4SmTY3FiMk%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:27.1619981","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"delete-test-run-case","testId":"delete-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:52:54.341Z","executedDateTime":"2023-06-07T21:52:53.725Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/delete-test-case/testRunId/delete-test-run-case","createdDateTime":"2023-06-07T21:52:54.204Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:52:54.549Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2674' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:27 GMT + mise-correlation-id: + - f04cc653-4eed-4ed8-bd67-9290b84b8aaa + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/test-runs/delete-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/41cc3045-f0ff-47f8-9fc8-f36edd4cf464?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A32Z&sr=b&sp=r&sig=AhFY4XTmfX8hESJjqdBmjdzRHgfl2F6%2FLhZNNWz1V58%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:32.5132241","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/569ce56a-7b84-4886-a9ab-4647dbdb439a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A32Z&sr=b&sp=r&sig=fYnm7rdWNwdjAff8KnT1z7NPn9W%2B6lv1NnXtYnlaCkc%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:53:32.5131271","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/c2585762-bc74-40e2-82b8-02cebc29d974?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A32Z&sr=b&sp=r&sig=E24aTfMm%2FrwqwfPsKOWEFopZWhFgS2xI5tN8YuyYmfY%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:32.5132525","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"delete-test-run-case","testId":"delete-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:52:54.341Z","executedDateTime":"2023-06-07T21:52:53.725Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/delete-test-case/testRunId/delete-test-run-case","createdDateTime":"2023-06-07T21:52:54.204Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:52:54.549Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2674' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:32 GMT + mise-correlation-id: + - 58ab2fe1-63a7-49e8-8664-a7b5be7af09c + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/test-runs/delete-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/41cc3045-f0ff-47f8-9fc8-f36edd4cf464?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A37Z&sr=b&sp=r&sig=DEpMQGGTkUWekYnsy%2BoZ7WCzP5iBN2qUkW9a9CFo2Xo%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:37.7977259","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/569ce56a-7b84-4886-a9ab-4647dbdb439a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A37Z&sr=b&sp=r&sig=DVRrcFFyeY5yhermYA32aznLk0y4utkwEG3QG4D1yWM%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:53:37.7976562","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/c2585762-bc74-40e2-82b8-02cebc29d974?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A37Z&sr=b&sp=r&sig=uOcQa06zvutN5SIkouW359lH9J5VhQWpuv77DNUUpcw%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:37.79774","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"delete-test-run-case","testId":"delete-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:52:54.341Z","executedDateTime":"2023-06-07T21:52:53.725Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/delete-test-case/testRunId/delete-test-run-case","createdDateTime":"2023-06-07T21:52:54.204Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:52:54.549Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2668' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:37 GMT + mise-correlation-id: + - 132860a7-35f1-49e7-9166-6e88733eb023 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/test-runs/delete-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/41cc3045-f0ff-47f8-9fc8-f36edd4cf464?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A43Z&sr=b&sp=r&sig=VeJK3jOvnkcxA5%2Bv8Fy3%2FAanNpkbKS3%2BNNxfhfoNgFw%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:43.0724332","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/569ce56a-7b84-4886-a9ab-4647dbdb439a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A43Z&sr=b&sp=r&sig=6Xs0ioSNrucDxhkI26kgPAcGQ%2Bs%2F8gsCxAy8KuZzlfs%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:53:43.0723506","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/c2585762-bc74-40e2-82b8-02cebc29d974?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A43Z&sr=b&sp=r&sig=76CrbKvJwde5Moda9Ar77YV88wwVEW1JvJMV3pH7jwM%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:43.0724505","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"delete-test-run-case","testId":"delete-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:52:54.341Z","executedDateTime":"2023-06-07T21:52:53.725Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/delete-test-case/testRunId/delete-test-run-case","createdDateTime":"2023-06-07T21:52:54.204Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:53:42.134Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2675' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:43 GMT + mise-correlation-id: + - b9545dc3-5567-48cd-8dd8-29056c3c23d0 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/test-runs/delete-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/41cc3045-f0ff-47f8-9fc8-f36edd4cf464?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A49Z&sr=b&sp=r&sig=UGxzXI8WlamF%2FiE%2BUEb%2FtpnqNAMVacR4g%2BCMscARBTE%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:49.1725335","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/569ce56a-7b84-4886-a9ab-4647dbdb439a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A49Z&sr=b&sp=r&sig=lAFpTflwa%2FfiUAQ0BNQ01EZ%2Fv%2BLMi3ls0bixV5h5%2B7k%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:53:49.1724333","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/c2585762-bc74-40e2-82b8-02cebc29d974?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A49Z&sr=b&sp=r&sig=igS8L5jy1877tFp1%2FuleM9MrzOdXI2Ty4nEKE4eOwHM%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:49.1725612","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"delete-test-run-case","testId":"delete-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:52:54.341Z","executedDateTime":"2023-06-07T21:52:53.725Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/delete-test-case/testRunId/delete-test-run-case","createdDateTime":"2023-06-07T21:52:54.204Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:53:42.134Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2683' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:49 GMT + mise-correlation-id: + - 9793d7ab-977b-4212-98f9-d8a2a5ff255c + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/test-runs/delete-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"errorDetails":[{"message":"Processing + error logs, please refresh to check actionable errors."}],"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/41cc3045-f0ff-47f8-9fc8-f36edd4cf464?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A54Z&sr=b&sp=r&sig=iqJQfEPg0A7nzI5au7J%2FO51xPx%2F%2FFMo8QQkQeAL%2B8C8%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:54.4548023","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/569ce56a-7b84-4886-a9ab-4647dbdb439a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A54Z&sr=b&sp=r&sig=bSNBQ6fbJBII%2FAzClddUOPna3CYtDwZQPStkX9kXHpk%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:53:54.4547363","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/c2585762-bc74-40e2-82b8-02cebc29d974?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A54Z&sr=b&sp=r&sig=fdU4IrmrytTwIY6TZKkBra4OoLC%2Ft2kjy536zgbjdfo%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:54.4548186","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"delete-test-run-case","testId":"delete-test-case","status":"FAILED","startDateTime":"2023-06-07T21:52:54.341Z","endDateTime":"2023-06-07T21:53:52.486Z","executedDateTime":"2023-06-07T21:52:53.725Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/delete-test-case/testRunId/delete-test-run-case","createdDateTime":"2023-06-07T21:52:54.204Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:53:52.577Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2812' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:54 GMT + mise-correlation-id: + - 47707eca-b055-4d92-a2c5-98512af0cbcf + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:51:54.0602601Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:51:54.0602601Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:55 GMT + etag: + - '"0b00fa00-0000-0100-0000-6480fbfc0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/test-runs?testId=delete-test-case&api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"errorDetails":[{"message":"Processing + error logs, please refresh to check actionable errors."}],"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/41cc3045-f0ff-47f8-9fc8-f36edd4cf464?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A57Z&sr=b&sp=r&sig=qBKDDApFPKz4zHNMW8i2PavzxcWjZYg%2FJeRAt532L88%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:57.1272665","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/569ce56a-7b84-4886-a9ab-4647dbdb439a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A57Z&sr=b&sp=r&sig=mVZ%2ByoJQVp%2BKDGE2a6bM%2FiUTt2b0rGNLr4J5XKL3UQo%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:53:57.1271982","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9b18264d-5ebf-4f7a-b065-f3d49e9526ea/c2585762-bc74-40e2-82b8-02cebc29d974?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A57Z&sr=b&sp=r&sig=p6B%2FB9ovS9HXkB6GsahYGm5E72Id4Tr5zwf84%2FbcYUk%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:57.1272809","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"delete-test-run-case","testId":"delete-test-case","status":"FAILED","startDateTime":"2023-06-07T21:52:54.341Z","endDateTime":"2023-06-07T21:53:52.486Z","executedDateTime":"2023-06-07T21:52:53.725Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/delete-test-case/testRunId/delete-test-run-case","createdDateTime":"2023-06-07T21:52:54.204Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:53:55.277Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2824' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:57 GMT + mise-correlation-id: + - d3b3b6d5-e0ea-4fea-ba3a-a977484abe38 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:51:54.0602601Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:51:54.0602601Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:58 GMT + etag: + - '"0b00fa00-0000-0100-0000-6480fbfc0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: DELETE + uri: https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/test-runs/delete-test-run-case?api-version=2022-11-01 + response: + body: + string: '' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + date: + - Wed, 07 Jun 2023 21:54:00 GMT + mise-correlation-id: + - 5e7dc47a-9500-4b46-b408-9d5cc3c7a299 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:51:54.0602601Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:51:54.0602601Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:01 GMT + etag: + - '"0b00fa00-0000-0100-0000-6480fbfc0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://24ebd880-d4a6-4016-b29e-976208264682.eastus.cnt-prod.loadtesting.azure.com/test-runs?testId=delete-test-case&api-version=2022-11-01 + response: + body: + string: '{"value":[]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:02 GMT + mise-correlation-id: + - cc47c569-a8a7-4b54-90bf-35ddf61ee203 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/load/azext_load/tests/latest/recordings/test_load_test_run_download_files.yaml b/src/load/azext_load/tests/latest/recordings/test_load_test_run_download_files.yaml new file mode 100644 index 00000000000..46da322deb8 --- /dev/null +++ b/src/load/azext_load/tests/latest/recordings/test_load_test_run_download_files.yaml @@ -0,0 +1,1601 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:53:05.3624251Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:53:05.3624251Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:40 GMT + etag: + - '"0b000c01-0000-0100-0000-6480fc430000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/tests/download-test-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestNotFound","message":"Test couldn''t find with + given identifier download-test-case","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Wed, 07 Jun 2023 21:53:42 GMT + mise-correlation-id: + - 07de3d4b-a08c-4042-9cec-0abac1c9990c + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"displayName": "CLI-Test", "description": "Test created from az load test + command", "keyvaultReferenceIdentityType": "SystemAssigned", "environmentVariables": + {"rps": 1, "duration_in_sec": "1"}, "secrets": {}, "loadTestConfiguration": + {"engineInstances": 1, "quickStartTest": false, "splitAllCSVs": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '307' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/tests/download-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"additionalFileInfo":[]},"testId":"download-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:53:42.972Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:53:42.972Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '520' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:42 GMT + location: + - https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/tests/download-test-case?api-version=2022-11-01 + mise-correlation-id: + - d2755dfd-141e-4acd-951b-ef54b556fad0 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/tests/download-test-case/files?api-version=2022-11-01 + response: + body: + string: '{"value":[]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:44 GMT + mise-correlation-id: + - e1c90d02-4f46-42fa-8232-07fcfb49eccb + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: !!python/object/new:_io.BytesIO + state: !!python/tuple + - !!binary | + PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxqbWV0ZXJUZXN0UGxhbiB2 + ZXJzaW9uPSIxLjIiIHByb3BlcnRpZXM9IjUuMCIgam1ldGVyPSI1LjUiPg0KICA8aGFzaFRyZWU+ + DQogICAgPFRlc3RQbGFuIGd1aWNsYXNzPSJUZXN0UGxhbkd1aSIgdGVzdGNsYXNzPSJUZXN0UGxh + biIgdGVzdG5hbWU9IkF6dXJlIExvYWQgVGVzdGluZyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICA8 + c3RyaW5nUHJvcCBuYW1lPSJUZXN0UGxhbi5jb21tZW50cyI+PC9zdHJpbmdQcm9wPg0KICAgICAg + PGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLmZ1bmN0aW9uYWxfbW9kZSI+ZmFsc2U8L2Jvb2xQcm9w + Pg0KICAgICAgPGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLnRlYXJEb3duX29uX3NodXRkb3duIj50 + cnVlPC9ib29sUHJvcD4NCiAgICAgIDxib29sUHJvcCBuYW1lPSJUZXN0UGxhbi5zZXJpYWxpemVf + dGhyZWFkZ3JvdXBzIj5mYWxzZTwvYm9vbFByb3A+DQogICAgICA8ZWxlbWVudFByb3AgbmFtZT0i + VGVzdFBsYW4udXNlcl9kZWZpbmVkX3ZhcmlhYmxlcyIgZWxlbWVudFR5cGU9IkFyZ3VtZW50cyIg + Z3VpY2xhc3M9IkFyZ3VtZW50c1BhbmVsIiB0ZXN0Y2xhc3M9IkFyZ3VtZW50cyIgdGVzdG5hbWU9 + IlVzZXIgRGVmaW5lZCBWYXJpYWJsZXMiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICA8Y29sbGVj + dGlvblByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgPC9lbGVtZW50UHJv + cD4NCiAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IlRlc3RQbGFuLnVzZXJfZGVmaW5lX2NsYXNzcGF0 + aCI+PC9zdHJpbmdQcm9wPg0KICAgIDwvVGVzdFBsYW4+DQogICAgPGhhc2hUcmVlPg0KICAgICAg + PEFyZ3VtZW50cyBndWljbGFzcz0iQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRz + IiB0ZXN0bmFtZT0iVXNlciBEZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAg + ICAgIDxjb2xsZWN0aW9uUHJvcCBuYW1lPSJBcmd1bWVudHMuYXJndW1lbnRzIj4NCiAgICAgICAg + ICA8ZWxlbWVudFByb3AgbmFtZT0iZHVyYXRpb25faW5fc2VjIiBlbGVtZW50VHlwZT0iQXJndW1l + bnQiPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubmFtZSI+ZHVyYXRp + b25faW5fc2VjPC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJn + dW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5nZXRlbnYoJnF1b3Q7ZHVyYXRpb25faW5f + c2VjJnF1b3Q7KSA/OiAmcXVvdDsxMCZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAg + IDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAg + ICAgICAgIDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9InJwcyIg + ZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFy + Z3VtZW50Lm5hbWUiPnJwczwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3JwcyZx + dW90OykgPzogJnF1b3Q7MSZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJp + bmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAgICAgICAg + IDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9ImRvbWFpbiIgZWxl + bWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3Vt + ZW50Lm5hbWUiPmRvbWFpbjwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O2RvbWFp + biZxdW90OykgPzogJnF1b3Q7ZXhhbXBsZS5jb20mcXVvdDsgKX08L3N0cmluZ1Byb3A+DQogICAg + ICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5tZXRhZGF0YSI+PTwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICA8L2VsZW1lbnRQcm9wPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1l + PSJwcm90b2NvbCIgZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQ + cm9wIG5hbWU9IkFyZ3VtZW50Lm5hbWUiPnByb3RvY29sPC9zdHJpbmdQcm9wPg0KICAgICAgICAg + ICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5n + ZXRlbnYoJnF1b3Q7cHJvdG9jb2wmcXVvdDspID86ICZxdW90O2h0dHBzJnF1b3Q7ICl9PC9zdHJp + bmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubWV0YWRhdGEi + Pj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAgICAgICA8ZWxl + bWVudFByb3AgbmFtZT0idXJsX3BhdGgiIGVsZW1lbnRUeXBlPSJBcmd1bWVudCI+DQogICAgICAg + ICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5uYW1lIj51cmxfcGF0aDwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jv + b3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3VybF9wYXRoJnF1b3Q7KSA/OiAmcXVvdDsvJnF1b3Q7 + ICl9PC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQu + bWV0YWRhdGEiPj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAg + ICAgPC9jb2xsZWN0aW9uUHJvcD4NCiAgICAgIDwvQXJndW1lbnRzPg0KICAgICAgPGhhc2hUcmVl + Lz4NCiAgICAgIDxPcGVuTW9kZWxUaHJlYWRHcm91cCBndWljbGFzcz0iT3Blbk1vZGVsVGhyZWFk + R3JvdXBHdWkiIHRlc3RjbGFzcz0iT3Blbk1vZGVsVGhyZWFkR3JvdXAiIHRlc3RuYW1lPSJPcGVu + IE1vZGVsIFRocmVhZCBHcm91cCIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgIDxlbGVtZW50UHJv + cCBuYW1lPSJUaHJlYWRHcm91cC5tYWluX2NvbnRyb2xsZXIiIGVsZW1lbnRUeXBlPSJPcGVuTW9k + ZWxUaHJlYWRHcm91cENvbnRyb2xsZXIiLz4NCiAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iVGhy + ZWFkR3JvdXAub25fc2FtcGxlX2Vycm9yIj5jb250aW51ZTwvc3RyaW5nUHJvcD4NCiAgICAgICAg + PHN0cmluZ1Byb3AgbmFtZT0iT3Blbk1vZGVsVGhyZWFkR3JvdXAuc2NoZWR1bGUiPnJhdGUoJHty + cHN9L3NlYykgcmFuZG9tX2Fycml2YWxzKCR7ZHVyYXRpb25faW5fc2VjfSBzZWMpPC9zdHJpbmdQ + cm9wPg0KICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJPcGVuTW9kZWxUaHJlYWRHcm91cC5yYW5k + b21fc2VlZCI+PC9zdHJpbmdQcm9wPg0KICAgICAgPC9PcGVuTW9kZWxUaHJlYWRHcm91cD4NCiAg + ICAgIDxoYXNoVHJlZT4NCiAgICAgICAgPEhUVFBTYW1wbGVyUHJveHkgZ3VpY2xhc3M9Ikh0dHBU + ZXN0U2FtcGxlR3VpIiB0ZXN0Y2xhc3M9IkhUVFBTYW1wbGVyUHJveHkiIHRlc3RuYW1lPSJIVFRQ + IFJlcXVlc3QiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1lPSJI + VFRQc2FtcGxlci5Bcmd1bWVudHMiIGVsZW1lbnRUeXBlPSJBcmd1bWVudHMiIGd1aWNsYXNzPSJI + VFRQQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRzIiB0ZXN0bmFtZT0iVXNlciBE + ZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgICAgICA8Y29sbGVjdGlv + blByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgICAgIDwvZWxlbWVudFBy + b3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBsZXIuZG9tYWluIj4ke2Rv + bWFpbn08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBs + ZXIucG9ydCI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBT + YW1wbGVyLnByb3RvY29sIj4ke3Byb3RvY29sfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3Ry + aW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5jb250ZW50RW5jb2RpbmciPjwvc3RyaW5nUHJvcD4N + CiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5wYXRoIj4ke3VybF9wYXRo + fTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5t + ZXRob2QiPkdFVDwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8Ym9vbFByb3AgbmFtZT0iSFRUUFNh + bXBsZXIuZm9sbG93X3JlZGlyZWN0cyI+dHJ1ZTwvYm9vbFByb3A+DQogICAgICAgICAgPGJvb2xQ + cm9wIG5hbWU9IkhUVFBTYW1wbGVyLmF1dG9fcmVkaXJlY3RzIj5mYWxzZTwvYm9vbFByb3A+DQog + ICAgICAgICAgPGJvb2xQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnVzZV9rZWVwYWxpdmUiPnRydWU8 + L2Jvb2xQcm9wPg0KICAgICAgICAgIDxib29sUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5ET19NVUxU + SVBBUlRfUE9TVCI+ZmFsc2U8L2Jvb2xQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9 + IkhUVFBTYW1wbGVyLmVtYmVkZGVkX3VybF9yZSI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxz + dHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLmNvbm5lY3RfdGltZW91dCI+PC9zdHJpbmdQcm9w + Pg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnJlc3BvbnNlX3RpbWVv + dXQiPjwvc3RyaW5nUHJvcD4NCiAgICAgICAgPC9IVFRQU2FtcGxlclByb3h5Pg0KICAgICAgICA8 + aGFzaFRyZWUvPg0KICAgICAgPC9oYXNoVHJlZT4NCiAgICA8L2hhc2hUcmVlPg0KICA8L2hhc2hU + cmVlPg0KPC9qbWV0ZXJUZXN0UGxhbj4NCg== + - 0 + - null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '4870' + Content-Type: + - application/octet-stream + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/tests/download-test-case/files/sample-JMX-file.jmx?fileType=JMX_FILE&api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/5fc41622-ffd9-4a96-a560-9ee3ca1654ce?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A03%3A44Z&sr=b&sp=r&sig=PMNM7QlPwkGvByeD1%2FiAizFSPgOutPL%2FtGfJoz%2FsfLE%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:03:44.6894225","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '555' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:44 GMT + location: + - https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/tests/download-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + mise-correlation-id: + - fe80b0c1-b4cd-4220-be83-a938a01e3218 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/tests/download-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/5fc41622-ffd9-4a96-a560-9ee3ca1654ce?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A03%3A44Z&sr=b&sp=r&sig=ghO5%2FmOlyhIFX%2BhurazTUWDaqqvBHHlV1vd3sjowSHw%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:03:44.9591562","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '553' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:44 GMT + mise-correlation-id: + - dbb5c108-23c5-4a55-8b0f-8e8c52645c48 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/tests/download-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/5fc41622-ffd9-4a96-a560-9ee3ca1654ce?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A03%3A50Z&sr=b&sp=r&sig=KuGjYNamiMNduBx0PMwBb3Ycg01FD%2FDlitQtfgGVg0M%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:03:50.2269506","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:50 GMT + mise-correlation-id: + - fce93c88-2468-4b0c-9418-0b7c0adb86f6 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/tests/download-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/5fc41622-ffd9-4a96-a560-9ee3ca1654ce?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A03%3A55Z&sr=b&sp=r&sig=scCwoW2OTQJnt3VbRmwg88K%2BjMfW2R3UiQRguUiQXGA%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:03:55.4998009","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:55 GMT + mise-correlation-id: + - 8ed992b7-64f4-4056-b310-3f95ed4ee65a + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/tests/download-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/5fc41622-ffd9-4a96-a560-9ee3ca1654ce?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A04%3A00Z&sr=b&sp=r&sig=pxNlt0ZiJPiaYnFVIk2AXNDFUCTFtnMX8JQWCJS3mxY%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:04:00.8193249","validationStatus":"VALIDATION_SUCCESS"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '547' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:00 GMT + mise-correlation-id: + - 6c9ebee3-ac7a-4f6d-a60f-44c5b52b517b + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/tests/download-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/5fc41622-ffd9-4a96-a560-9ee3ca1654ce?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A01Z&sr=b&sp=r&sig=7OZ9nVvZfagcLLpBjKgrtMsJY2e0eRy96WWwy98ZTAU%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:01.1277897","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"download-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:53:42.972Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:53:58.444Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1089' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:01 GMT + mise-correlation-id: + - c5e7ce95-c313-4695-904c-c9b3386c8971 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:53:05.3624251Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:53:05.3624251Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:02 GMT + etag: + - '"0b000c01-0000-0100-0000-6480fc430000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/tests?api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/5fc41622-ffd9-4a96-a560-9ee3ca1654ce?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A03Z&sr=b&sp=r&sig=tpzqkkfd0gmuCS66NYUMEEW3bGcIj42LG9fK5Uk31ds%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:03.3732362","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"download-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:53:42.972Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:53:58.444Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1101' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:03 GMT + mise-correlation-id: + - 108777fd-ee9d-44da-b147-756783596c61 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:53:05.3624251Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:53:05.3624251Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:03 GMT + etag: + - '"0b000c01-0000-0100-0000-6480fc430000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/test-runs/download-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestRunNotFound","message":"Test run not found with + given name \"download-test-run-case\".","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Wed, 07 Jun 2023 21:54:05 GMT + mise-correlation-id: + - b4ee42bb-d617-4ef7-a2b7-62ac18813f05 + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestRunNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"testId": "download-test-case"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '32' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/test-runs/download-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/9a497510-8757-4b49-815f-4bcb1788da39?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A05Z&sr=b&sp=r&sig=Rbu8cL5Ynu6%2FO%2FErhm7EJv36jXyBfdVmasyNk1e2KrE%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:05.8252165","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/5fc41622-ffd9-4a96-a560-9ee3ca1654ce?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A05Z&sr=b&sp=r&sig=n5SjpisiSnqYl35WCyVLsSYxY9lTm8%2BDzs13d%2BMaiMs%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:05.8251357","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/a845a490-1fa6-4b1a-86d0-978bcab3fa10?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A05Z&sr=b&sp=r&sig=vZ%2FVjud5bFuqxfvuI6LpDV%2Fl%2F4EElFEyfTL6MsQGRmY%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:05.8252317","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"download-test-run-case","testId":"download-test-case","status":"ACCEPTED","executedDateTime":"2023-06-07T21:54:05.676Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/download-test-case/testRunId/download-test-run-case","createdDateTime":"2023-06-07T21:54:06.093Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:06.093Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2643' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:06 GMT + location: + - https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/test-runs/download-test-run-case?api-version=2022-11-01 + mise-correlation-id: + - 684c569d-78e1-4dfe-97d4-37aa7662b55b + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/test-runs/download-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/9a497510-8757-4b49-815f-4bcb1788da39?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A06Z&sr=b&sp=r&sig=tDpDVaEjjsvYlT8AebrBRphBuoqOb8QkEiQjDMqGuvE%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:06.3694945","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/5fc41622-ffd9-4a96-a560-9ee3ca1654ce?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A06Z&sr=b&sp=r&sig=MEwlC11QiGuNVvhB81VMqGPEXCWSANTMW1ZC800bTX8%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:06.3694283","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/a845a490-1fa6-4b1a-86d0-978bcab3fa10?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A06Z&sr=b&sp=r&sig=JuBo4GH77L1TLYloU3WM4MiX541DFrHgVeRy3XDQ6ks%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:06.3695099","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"download-test-run-case","testId":"download-test-case","status":"ACCEPTED","executedDateTime":"2023-06-07T21:54:05.676Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/download-test-case/testRunId/download-test-run-case","createdDateTime":"2023-06-07T21:54:06.093Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:06.093Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2629' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:06 GMT + mise-correlation-id: + - 19316f3d-f265-4172-8de1-d9e31d83e292 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/test-runs/download-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/9a497510-8757-4b49-815f-4bcb1788da39?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A11Z&sr=b&sp=r&sig=jJq2GR3hAPhAhXIlP2NFcWcYqTbbbUnSJc4wvw8xFP0%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:11.6721235","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/5fc41622-ffd9-4a96-a560-9ee3ca1654ce?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A11Z&sr=b&sp=r&sig=qMwOexxodozoVV6Jb4sDH568SLACUI4eu30CWDbjsWY%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:11.6720423","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/a845a490-1fa6-4b1a-86d0-978bcab3fa10?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A11Z&sr=b&sp=r&sig=5fen3oE3iVqjJqI59%2BM0GLBdBb%2B4JRD6LIjd4t6WTX4%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:11.6721406","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"download-test-run-case","testId":"download-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:54:07.156Z","executedDateTime":"2023-06-07T21:54:05.676Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/download-test-case/testRunId/download-test-run-case","createdDateTime":"2023-06-07T21:54:06.093Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:07.31Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2679' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:11 GMT + mise-correlation-id: + - 891ced29-7eee-4b9a-97f2-455a73901d90 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/test-runs/download-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/9a497510-8757-4b49-815f-4bcb1788da39?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A17Z&sr=b&sp=r&sig=OjyvYaxM%2BeHsz1OuZ23b0qY371t5QVM8OWN8nrgZjqk%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:17.0299741","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/5fc41622-ffd9-4a96-a560-9ee3ca1654ce?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A17Z&sr=b&sp=r&sig=NWgrAXlNapV4Q12pCNaS1BkAsDR6z2cBYN%2BNs%2F9sR1c%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:17.029894","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/a845a490-1fa6-4b1a-86d0-978bcab3fa10?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A17Z&sr=b&sp=r&sig=IOUcbQBGPPi6Meg2sDLnMFFZOM4VprFakOAlyri4HnQ%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:17.02999","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"download-test-run-case","testId":"download-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:54:07.156Z","executedDateTime":"2023-06-07T21:54:05.676Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/download-test-case/testRunId/download-test-run-case","createdDateTime":"2023-06-07T21:54:06.093Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:07.31Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2678' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:17 GMT + mise-correlation-id: + - aad7221a-1c4c-47bf-9bce-c4fbd4c51635 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/test-runs/download-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/9a497510-8757-4b49-815f-4bcb1788da39?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A22Z&sr=b&sp=r&sig=F2pz7Itvw0XQWbZRqChCTcFa8tjjH%2F7tIsEX%2FYP9Q84%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:22.3330548","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/5fc41622-ffd9-4a96-a560-9ee3ca1654ce?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A22Z&sr=b&sp=r&sig=p2bsCpQuodL3dtMGh7ifvlpGpnZa6nlxZ0kZoK%2BDoHg%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:22.332944","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/a845a490-1fa6-4b1a-86d0-978bcab3fa10?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A22Z&sr=b&sp=r&sig=dEgoUvIF0Akf3FUP%2BcS7YyE5%2FysumwG42vPWSdJ2fh4%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:22.3330839","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"download-test-run-case","testId":"download-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:54:07.156Z","executedDateTime":"2023-06-07T21:54:05.676Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/download-test-case/testRunId/download-test-run-case","createdDateTime":"2023-06-07T21:54:06.093Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:07.31Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2684' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:22 GMT + mise-correlation-id: + - 9aeca49c-9dc8-4958-ab65-6c27974dcdc0 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/test-runs/download-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/9a497510-8757-4b49-815f-4bcb1788da39?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A27Z&sr=b&sp=r&sig=OyzR66dqZmCz5Q8jTFhqYkbsl1otwjdquBGjk%2Fyb7Qw%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:27.6132182","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/5fc41622-ffd9-4a96-a560-9ee3ca1654ce?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A27Z&sr=b&sp=r&sig=2JSxk2vHY5N7cee%2BL4p%2FjaPD7HW%2F6sH9VqAdfrlPJ2w%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:27.6131285","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/a845a490-1fa6-4b1a-86d0-978bcab3fa10?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A27Z&sr=b&sp=r&sig=%2BxgFJkrRoSf8VqvL4gcmJvofp0HEpCRxLtGK6Ebzdro%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:27.6132424","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"download-test-run-case","testId":"download-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:54:07.156Z","executedDateTime":"2023-06-07T21:54:05.676Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/download-test-case/testRunId/download-test-run-case","createdDateTime":"2023-06-07T21:54:06.093Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:07.31Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2685' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:27 GMT + mise-correlation-id: + - c745a7bd-def3-4f13-aaf3-55761d195c80 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/test-runs/download-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/9a497510-8757-4b49-815f-4bcb1788da39?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A32Z&sr=b&sp=r&sig=oFq0KJn%2FOS368YU8CMUwpxfseLoPWqeMQ1I8Eb%2FZFVA%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:32.8911286","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/5fc41622-ffd9-4a96-a560-9ee3ca1654ce?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A32Z&sr=b&sp=r&sig=Wwa98G96%2Bdx6Ix36DrgEByLE342Wx7tfWYLsuLlrNZs%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:32.8910473","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/a845a490-1fa6-4b1a-86d0-978bcab3fa10?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A32Z&sr=b&sp=r&sig=3fRLuras6eO0sSwp8uFGMAHMLJ8VU5tfqL7ih2JMOTY%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:32.8911469","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"download-test-run-case","testId":"download-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:54:07.156Z","executedDateTime":"2023-06-07T21:54:05.676Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/download-test-case/testRunId/download-test-run-case","createdDateTime":"2023-06-07T21:54:06.093Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:07.31Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2681' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:32 GMT + mise-correlation-id: + - 50e8b4cf-b8f6-40c8-9de0-7ac73b5b3c15 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/test-runs/download-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/9a497510-8757-4b49-815f-4bcb1788da39?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A38Z&sr=b&sp=r&sig=HbMU17EzJFTUolgG%2F%2FVigfzzm4i0AQArEHNsOoPRlNg%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:38.1870539","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/5fc41622-ffd9-4a96-a560-9ee3ca1654ce?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A38Z&sr=b&sp=r&sig=%2FB245COME1xxmwdiDK7gJtXJIaRHQ9EXRGhNVSKfEMo%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:38.1869598","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/a845a490-1fa6-4b1a-86d0-978bcab3fa10?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A38Z&sr=b&sp=r&sig=9Hx%2Fkpo%2FsYDFtVD5LQpD0xwp9S4Rk%2BJ%2BUPK7hhRs1gI%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:38.1870681","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"download-test-run-case","testId":"download-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:54:07.156Z","executedDateTime":"2023-06-07T21:54:05.676Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/download-test-case/testRunId/download-test-run-case","createdDateTime":"2023-06-07T21:54:06.093Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:07.31Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2689' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:38 GMT + mise-correlation-id: + - 60c4431c-93b0-4ba5-8eb9-85771d2d7da7 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/test-runs/download-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/9a497510-8757-4b49-815f-4bcb1788da39?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A43Z&sr=b&sp=r&sig=t2sMG%2BRcpFB3wjBvhtWyqTp05GvBAcRKn2RgMBhRSiQ%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:43.4837016","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/5fc41622-ffd9-4a96-a560-9ee3ca1654ce?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A43Z&sr=b&sp=r&sig=oDsUwtWbVp6W5D3DO2pJ19dy%2BEjMD02R%2FRwlfjuqCsg%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:43.4836299","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/a845a490-1fa6-4b1a-86d0-978bcab3fa10?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A43Z&sr=b&sp=r&sig=3o4IZa1sqlrfebBM8yp9jTWBbk8nDmBxWw5qahIsb3o%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:43.4837159","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"download-test-run-case","testId":"download-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:54:07.156Z","executedDateTime":"2023-06-07T21:54:05.676Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/download-test-case/testRunId/download-test-run-case","createdDateTime":"2023-06-07T21:54:06.093Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:07.31Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2681' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:43 GMT + mise-correlation-id: + - 5d9c982f-31b9-490b-a5cb-c7712da582fe + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/test-runs/download-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/9a497510-8757-4b49-815f-4bcb1788da39?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A50Z&sr=b&sp=r&sig=hIeFrzYne8HuUWEI4VZvZc9%2BxM0wN8IYB6D%2FJ%2BUHg80%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:50.1849545","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/5fc41622-ffd9-4a96-a560-9ee3ca1654ce?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A50Z&sr=b&sp=r&sig=l1kc%2BCZIL42%2BGiTH0IJUvP1ONLug2efpKewg0%2FIpg6c%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:50.1848414","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/a845a490-1fa6-4b1a-86d0-978bcab3fa10?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A50Z&sr=b&sp=r&sig=1CWgf6p1V0IrOyQSwv%2BrYeEtdq1VhJKN%2FMfwYS9F8o0%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:50.1849811","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"download-test-run-case","testId":"download-test-case","status":"CONFIGURING","startDateTime":"2023-06-07T21:54:07.156Z","executedDateTime":"2023-06-07T21:54:05.676Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/download-test-case/testRunId/download-test-run-case","createdDateTime":"2023-06-07T21:54:06.093Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:48.516Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2691' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:50 GMT + mise-correlation-id: + - 92e9451f-8d6a-418a-adaf-c38f4f330b2f + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/test-runs/download-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/9a497510-8757-4b49-815f-4bcb1788da39?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A55Z&sr=b&sp=r&sig=nweJxkLjSk1JpUJ4OiytZPUjJxOuojqBnt0DoDfuLlQ%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:55.4842432","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/5fc41622-ffd9-4a96-a560-9ee3ca1654ce?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A55Z&sr=b&sp=r&sig=jvlCpjGfjK7m2C7MTNFSA%2Bb%2BYJuSH1nq8EMnB%2F58qMg%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:55.4841178","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/a845a490-1fa6-4b1a-86d0-978bcab3fa10?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A55Z&sr=b&sp=r&sig=wsa54xJqUFhahpQxjc6FtVQLR%2B7hN%2FwlWuGjXp3txI8%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:55.4842717","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"download-test-run-case","testId":"download-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:54:07.156Z","executedDateTime":"2023-06-07T21:54:05.676Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/download-test-case/testRunId/download-test-run-case","createdDateTime":"2023-06-07T21:54:06.093Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:52.24Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2682' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:55 GMT + mise-correlation-id: + - 2b42d493-145c-4871-8f40-a74634fb72ca + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/test-runs/download-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/9a497510-8757-4b49-815f-4bcb1788da39?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A00Z&sr=b&sp=r&sig=ZVmpQzPLr7hLuzTUns3uFOTqu7O6PDrrMwYg15pMnMU%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:00.8790341","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/5fc41622-ffd9-4a96-a560-9ee3ca1654ce?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A00Z&sr=b&sp=r&sig=FQts2e%2Fwd9j5tP%2BSVQRGBv0E94gWGBBvPH27X0PckRY%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:00.8789249","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/a845a490-1fa6-4b1a-86d0-978bcab3fa10?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A00Z&sr=b&sp=r&sig=rj9c8RtMQ4M5BTHckRqLxpMG4S7e4FouTNT3ms9yhkc%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:00.879058","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"download-test-run-case","testId":"download-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:54:07.156Z","executedDateTime":"2023-06-07T21:54:05.676Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/download-test-case/testRunId/download-test-run-case","createdDateTime":"2023-06-07T21:54:06.093Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:52.24Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2675' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:00 GMT + mise-correlation-id: + - da275ced-eb74-4a00-9375-3032a5d0d745 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/test-runs/download-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"errorDetails":[{"message":"Processing + error logs, please refresh to check actionable errors."}],"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/9a497510-8757-4b49-815f-4bcb1788da39?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A07Z&sr=b&sp=r&sig=SVS4w0aYEEk9PaxrYfzwL%2FSsYyxkz%2F6sZHlZx4OqoR8%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:07.6625738","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/5fc41622-ffd9-4a96-a560-9ee3ca1654ce?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A07Z&sr=b&sp=r&sig=p5bJQfVP9ZWoWYTd0ARZeDmM6kap9hSgqlPFQiS%2FRE8%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:07.6624859","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/a845a490-1fa6-4b1a-86d0-978bcab3fa10?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A07Z&sr=b&sp=r&sig=JLxhLq5%2B1M5JZkvSJoulEe0uwvznQulQ34J6axh%2F0tc%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:07.6625926","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"download-test-run-case","testId":"download-test-case","status":"FAILED","startDateTime":"2023-06-07T21:54:07.156Z","endDateTime":"2023-06-07T21:55:02.64Z","executedDateTime":"2023-06-07T21:54:05.676Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/download-test-case/testRunId/download-test-run-case","createdDateTime":"2023-06-07T21:54:06.093Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:55:07.37Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2816' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:07 GMT + mise-correlation-id: + - 0e403789-562e-4ba1-8726-97b4fefa3e0b + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:53:05.3624251Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:53:05.3624251Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:08 GMT + etag: + - '"0b000c01-0000-0100-0000-6480fc430000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/test-runs?testId=download-test-case&api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"errorDetails":[{"message":"Processing + error logs, please refresh to check actionable errors."}],"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/9a497510-8757-4b49-815f-4bcb1788da39?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A10Z&sr=b&sp=r&sig=CQ0G5YMlgtqVTyVGlRIykAgZ8VTVcyPBFfya1p85BPQ%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:10.1453133","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/5fc41622-ffd9-4a96-a560-9ee3ca1654ce?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A10Z&sr=b&sp=r&sig=sm3MyJ8IhB1sxXETJMshYLlCPIHOditldCUQLEJvSEw%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:10.1452414","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/a845a490-1fa6-4b1a-86d0-978bcab3fa10?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A10Z&sr=b&sp=r&sig=pFRfpfzBUKmhAevNGYhGb5IE2AHMp%2FOvyEGvrHcf6Ns%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:10.1453278","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"download-test-run-case","testId":"download-test-case","status":"FAILED","startDateTime":"2023-06-07T21:54:07.156Z","endDateTime":"2023-06-07T21:55:02.64Z","executedDateTime":"2023-06-07T21:54:05.676Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/download-test-case/testRunId/download-test-run-case","createdDateTime":"2023-06-07T21:54:06.093Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:55:08.036Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2821' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:10 GMT + mise-correlation-id: + - f092e6c8-39c4-4918-85a9-6fa685cf18b9 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:53:05.3624251Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:53:05.3624251Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:11 GMT + etag: + - '"0b000c01-0000-0100-0000-6480fc430000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://2163482d-ab79-4c7f-b0f5-7c131e437fda.eastus.cnt-prod.loadtesting.azure.com/test-runs/download-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"errorDetails":[{"message":"Processing + error logs, please refresh to check actionable errors."}],"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/9a497510-8757-4b49-815f-4bcb1788da39?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A12Z&sr=b&sp=r&sig=xIzfXBLbIvVqNfDguYstxoiRcg9DTN14JAyllM2fbIU%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:12.6817186","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/5fc41622-ffd9-4a96-a560-9ee3ca1654ce?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A12Z&sr=b&sp=r&sig=wfQp1l1T0CwOIXdGUA6vzOOeZ6cT8T5v0K2Z%2Fcuq64k%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:12.6816489","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/a845a490-1fa6-4b1a-86d0-978bcab3fa10?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A12Z&sr=b&sp=r&sig=dhQMpjx8rqZM3cMcFdexN22bjqP6wy6GxqbZBgW3AeY%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:12.6817339","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"download-test-run-case","testId":"download-test-case","status":"FAILED","startDateTime":"2023-06-07T21:54:07.156Z","endDateTime":"2023-06-07T21:55:02.64Z","executedDateTime":"2023-06-07T21:54:05.676Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/download-test-case/testRunId/download-test-run-case","createdDateTime":"2023-06-07T21:54:06.093Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:55:08.036Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2809' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:12 GMT + mise-correlation-id: + - 1cd129bc-fecb-413d-817e-a99921d7ab44 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/9a497510-8757-4b49-815f-4bcb1788da39?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A12Z&sr=b&sp=r&sig=xIzfXBLbIvVqNfDguYstxoiRcg9DTN14JAyllM2fbIU%3D + response: + body: + string: "displayName: CLI-Test\ntestPlan: sample-JMX-file.jmx\ndescription:\ + \ Test created from az load test command\nengineInstances: 1\ntestId: download-test-case\n\ + splitAllCSVs: False\nenv:\n- name: rps\n value: 1\n- name: duration_in_sec\n\ + \ value: 1\n" + headers: + accept-ranges: + - bytes + content-length: + - '233' + content-md5: + - +b7qlTNhE602n2p8KogOKw== + content-type: + - application/octet-stream + date: + - Wed, 07 Jun 2023 21:55:13 GMT + etag: + - '"0x8DB67A1B6C89FD1"' + last-modified: + - Wed, 07 Jun 2023 21:54:05 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Wed, 07 Jun 2023 21:54:05 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-meta-filename: + - Y29uZmlnLnlhbWw= + x-ms-meta-isencoded: + - 'true' + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2021-10-04' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/5fc41622-ffd9-4a96-a560-9ee3ca1654ce?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A12Z&sr=b&sp=r&sig=wfQp1l1T0CwOIXdGUA6vzOOeZ6cT8T5v0K2Z%2Fcuq64k%3D + response: + body: + string: "\r\n\r\n \r\n \r\n \r\ + \n false\r\n \ + \ true\r\n\ + \ false\r\ + \n \r\n \r\n \r\n \r\n \r\n \r\ + \n \r\n \r\n \r\n duration_in_sec\r\n ${__groovy( System.getenv("duration_in_sec") ?: "10"\ + \ )}\r\n =\r\ + \n \r\n \r\n rps\r\ + \n ${__groovy( System.getenv("rps")\ + \ ?: "1" )}\r\n =\r\n \r\n \r\n domain\r\n ${__groovy(\ + \ System.getenv("domain") ?: "example.com" )}\r\ + \n =\r\n \ + \ \r\n \r\n protocol\r\ + \n ${__groovy( System.getenv("protocol")\ + \ ?: "https" )}\r\n =\r\n \r\n \ + \ \r\n \ + \ url_path\r\n \ + \ ${__groovy( System.getenv("url_path")\ + \ ?: "/" )}\r\n =\r\n \r\n \r\ + \n \r\n \r\n \r\n \r\n continue\r\n rate(${rps}/sec) random_arrivals(${duration_in_sec}\ + \ sec)\r\n \r\n \r\n \r\n \ + \ \r\n \r\n \r\n \ + \ \r\n ${domain}\r\ + \n \r\n \ + \ ${protocol}\r\n\ + \ \r\ + \n ${url_path}\r\ + \n GET\r\n \ + \ true\r\ + \n false\r\ + \n true\r\ + \n false\r\ + \n \r\ + \n \r\ + \n \r\ + \n \r\n \r\n \r\ + \n \r\n \r\n\r\n" + headers: + accept-ranges: + - bytes + content-length: + - '4870' + content-md5: + - xGA4QxS45K0eB2EZNBGk8w== + content-type: + - application/octet-stream + date: + - Wed, 07 Jun 2023 21:55:14 GMT + etag: + - '"0x8DB67A1AA2D5DE3"' + last-modified: + - Wed, 07 Jun 2023 21:53:44 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Wed, 07 Jun 2023 21:53:44 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-meta-filename: + - c2FtcGxlLUpNWC1maWxlLmpteA== + x-ms-meta-isencoded: + - 'true' + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2021-10-04' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.26.0 + method: GET + uri: https://maltccstorageaccounteus.blob.core.windows.net/aced01a2-b420-4f5b-bd64-1108748e344a/a845a490-1fa6-4b1a-86d0-978bcab3fa10?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A12Z&sr=b&sp=r&sig=dhQMpjx8rqZM3cMcFdexN22bjqP6wy6GxqbZBgW3AeY%3D + response: + body: + string: !!binary | + UEsDBC0AAAAIAMKux1YAhZ/u//////////8LABQAY29uZmlnLnlhbWwBABAA6QAAAAAAAADuAAAA + AAAAAAHpABb/ZGlzcGxheU5hbWU6IENMSS1UZXN0CnRlc3RQbGFuOiBzYW1wbGUtSk1YLWZpbGUu + am14CmRlc2NyaXB0aW9uOiBUZXN0IGNyZWF0ZWQgZnJvbSBheiBsb2FkIHRlc3QgY29tbWFuZApl + bmdpbmVJbnN0YW5jZXM6IDEKdGVzdElkOiBkb3dubG9hZC10ZXN0LWNhc2UKc3BsaXRBbGxDU1Zz + OiBGYWxzZQplbnY6Ci0gbmFtZTogcnBzCiAgdmFsdWU6IDEKLSBuYW1lOiBkdXJhdGlvbl9pbl9z + ZWMKICB2YWx1ZTogMQpQSwMELQAAAAgAwq7HVvGb+2///////////xMAFABzYW1wbGUtSk1YLWZp + bGUuam14AQAQAAYTAAAAAAAACxMAAAAAAAABBhP57Dw/eG1sIHZlcnNpb249IjEuMCIgZW5jb2Rp + bmc9IlVURi04Ij8+DQo8am1ldGVyVGVzdFBsYW4gdmVyc2lvbj0iMS4yIiBwcm9wZXJ0aWVzPSI1 + LjAiIGptZXRlcj0iNS41Ij4NCiAgPGhhc2hUcmVlPg0KICAgIDxUZXN0UGxhbiBndWljbGFzcz0i + VGVzdFBsYW5HdWkiIHRlc3RjbGFzcz0iVGVzdFBsYW4iIHRlc3RuYW1lPSJBenVyZSBMb2FkIFRl + c3RpbmciIGVuYWJsZWQ9InRydWUiPg0KICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iVGVzdFBsYW4u + Y29tbWVudHMiPjwvc3RyaW5nUHJvcD4NCiAgICAgIDxib29sUHJvcCBuYW1lPSJUZXN0UGxhbi5m + dW5jdGlvbmFsX21vZGUiPmZhbHNlPC9ib29sUHJvcD4NCiAgICAgIDxib29sUHJvcCBuYW1lPSJU + ZXN0UGxhbi50ZWFyRG93bl9vbl9zaHV0ZG93biI+dHJ1ZTwvYm9vbFByb3A+DQogICAgICA8Ym9v + bFByb3AgbmFtZT0iVGVzdFBsYW4uc2VyaWFsaXplX3RocmVhZGdyb3VwcyI+ZmFsc2U8L2Jvb2xQ + cm9wPg0KICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9IlRlc3RQbGFuLnVzZXJfZGVmaW5lZF92YXJp + YWJsZXMiIGVsZW1lbnRUeXBlPSJBcmd1bWVudHMiIGd1aWNsYXNzPSJBcmd1bWVudHNQYW5lbCIg + dGVzdGNsYXNzPSJBcmd1bWVudHMiIHRlc3RuYW1lPSJVc2VyIERlZmluZWQgVmFyaWFibGVzIiBl + bmFibGVkPSJ0cnVlIj4NCiAgICAgICAgPGNvbGxlY3Rpb25Qcm9wIG5hbWU9IkFyZ3VtZW50cy5h + cmd1bWVudHMiLz4NCiAgICAgIDwvZWxlbWVudFByb3A+DQogICAgICA8c3RyaW5nUHJvcCBuYW1l + PSJUZXN0UGxhbi51c2VyX2RlZmluZV9jbGFzc3BhdGgiPjwvc3RyaW5nUHJvcD4NCiAgICA8L1Rl + c3RQbGFuPg0KICAgIDxoYXNoVHJlZT4NCiAgICAgIDxBcmd1bWVudHMgZ3VpY2xhc3M9IkFyZ3Vt + ZW50c1BhbmVsIiB0ZXN0Y2xhc3M9IkFyZ3VtZW50cyIgdGVzdG5hbWU9IlVzZXIgRGVmaW5lZCBW + YXJpYWJsZXMiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICA8Y29sbGVjdGlvblByb3AgbmFtZT0i + QXJndW1lbnRzLmFyZ3VtZW50cyI+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9ImR1cmF0 + aW9uX2luX3NlYyIgZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQ + cm9wIG5hbWU9IkFyZ3VtZW50Lm5hbWUiPmR1cmF0aW9uX2luX3NlYzwvc3RyaW5nUHJvcD4NCiAg + ICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBT + eXN0ZW0uZ2V0ZW52KCZxdW90O2R1cmF0aW9uX2luX3NlYyZxdW90OykgPzogJnF1b3Q7MTAmcXVv + dDsgKX08L3N0cmluZ1Byb3A+DQogICAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVu + dC5tZXRhZGF0YSI+PTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8L2VsZW1lbnRQcm9wPg0KICAg + ICAgICAgIDxlbGVtZW50UHJvcCBuYW1lPSJycHMiIGVsZW1lbnRUeXBlPSJBcmd1bWVudCI+DQog + ICAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5uYW1lIj5ycHM8L3N0cmluZ1By + b3A+DQogICAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC52YWx1ZSI+JHtfX2dy + b292eSggU3lzdGVtLmdldGVudigmcXVvdDtycHMmcXVvdDspID86ICZxdW90OzEmcXVvdDsgKX08 + L3N0cmluZ1Byb3A+DQogICAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5tZXRh + ZGF0YSI+PTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8L2VsZW1lbnRQcm9wPg0KICAgICAgICAg + IDxlbGVtZW50UHJvcCBuYW1lPSJkb21haW4iIGVsZW1lbnRUeXBlPSJBcmd1bWVudCI+DQogICAg + ICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5uYW1lIj5kb21haW48L3N0cmluZ1By + b3A+DQogICAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC52YWx1ZSI+JHtfX2dy + b292eSggU3lzdGVtLmdldGVudigmcXVvdDtkb21haW4mcXVvdDspID86ICZxdW90O2V4YW1wbGUu + Y29tJnF1b3Q7ICl9PC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0i + QXJndW1lbnQubWV0YWRhdGEiPj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJv + cD4NCiAgICAgICAgICA8ZWxlbWVudFByb3AgbmFtZT0icHJvdG9jb2wiIGVsZW1lbnRUeXBlPSJB + cmd1bWVudCI+DQogICAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5uYW1lIj5w + cm90b2NvbDwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3Vt + ZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3Byb3RvY29sJnF1b3Q7 + KSA/OiAmcXVvdDtodHRwcyZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJp + bmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAgICAgICAg + IDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9InVybF9wYXRoIiBl + bGVtZW50VHlwZT0iQXJndW1lbnQiPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJn + dW1lbnQubmFtZSI+dXJsX3BhdGg8L3N0cmluZ1Byb3A+DQogICAgICAgICAgICA8c3RyaW5nUHJv + cCBuYW1lPSJBcmd1bWVudC52YWx1ZSI+JHtfX2dyb292eSggU3lzdGVtLmdldGVudigmcXVvdDt1 + cmxfcGF0aCZxdW90OykgPzogJnF1b3Q7LyZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAg + ICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0K + ICAgICAgICAgIDwvZWxlbWVudFByb3A+DQogICAgICAgIDwvY29sbGVjdGlvblByb3A+DQogICAg + ICA8L0FyZ3VtZW50cz4NCiAgICAgIDxoYXNoVHJlZS8+DQogICAgICA8T3Blbk1vZGVsVGhyZWFk + R3JvdXAgZ3VpY2xhc3M9Ik9wZW5Nb2RlbFRocmVhZEdyb3VwR3VpIiB0ZXN0Y2xhc3M9Ik9wZW5N + b2RlbFRocmVhZEdyb3VwIiB0ZXN0bmFtZT0iT3BlbiBNb2RlbCBUaHJlYWQgR3JvdXAiIGVuYWJs + ZWQ9InRydWUiPg0KICAgICAgICA8ZWxlbWVudFByb3AgbmFtZT0iVGhyZWFkR3JvdXAubWFpbl9j + b250cm9sbGVyIiBlbGVtZW50VHlwZT0iT3Blbk1vZGVsVGhyZWFkR3JvdXBDb250cm9sbGVyIi8+ + DQogICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IlRocmVhZEdyb3VwLm9uX3NhbXBsZV9lcnJvciI+ + Y29udGludWU8L3N0cmluZ1Byb3A+DQogICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9Ik9wZW5Nb2Rl + bFRocmVhZEdyb3VwLnNjaGVkdWxlIj5yYXRlKCR7cnBzfS9zZWMpIHJhbmRvbV9hcnJpdmFscygk + e2R1cmF0aW9uX2luX3NlY30gc2VjKTwvc3RyaW5nUHJvcD4NCiAgICAgICAgPHN0cmluZ1Byb3Ag + bmFtZT0iT3Blbk1vZGVsVGhyZWFkR3JvdXAucmFuZG9tX3NlZWQiPjwvc3RyaW5nUHJvcD4NCiAg + ICAgIDwvT3Blbk1vZGVsVGhyZWFkR3JvdXA+DQogICAgICA8aGFzaFRyZWU+DQogICAgICAgIDxI + VFRQU2FtcGxlclByb3h5IGd1aWNsYXNzPSJIdHRwVGVzdFNhbXBsZUd1aSIgdGVzdGNsYXNzPSJI + VFRQU2FtcGxlclByb3h5IiB0ZXN0bmFtZT0iSFRUUCBSZXF1ZXN0IiBlbmFibGVkPSJ0cnVlIj4N + CiAgICAgICAgICA8ZWxlbWVudFByb3AgbmFtZT0iSFRUUHNhbXBsZXIuQXJndW1lbnRzIiBlbGVt + ZW50VHlwZT0iQXJndW1lbnRzIiBndWljbGFzcz0iSFRUUEFyZ3VtZW50c1BhbmVsIiB0ZXN0Y2xh + c3M9IkFyZ3VtZW50cyIgdGVzdG5hbWU9IlVzZXIgRGVmaW5lZCBWYXJpYWJsZXMiIGVuYWJsZWQ9 + InRydWUiPg0KICAgICAgICAgICAgPGNvbGxlY3Rpb25Qcm9wIG5hbWU9IkFyZ3VtZW50cy5hcmd1 + bWVudHMiLz4NCiAgICAgICAgICA8L2VsZW1lbnRQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9w + IG5hbWU9IkhUVFBTYW1wbGVyLmRvbWFpbiI+JHtkb21haW59PC9zdHJpbmdQcm9wPg0KICAgICAg + ICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnBvcnQiPjwvc3RyaW5nUHJvcD4NCiAg + ICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5wcm90b2NvbCI+JHtwcm90b2Nv + bH08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBsZXIu + Y29udGVudEVuY29kaW5nIj48L3N0cmluZ1Byb3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFt + ZT0iSFRUUFNhbXBsZXIucGF0aCI+JHt1cmxfcGF0aH08L3N0cmluZ1Byb3A+DQogICAgICAgICAg + PHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBsZXIubWV0aG9kIj5HRVQ8L3N0cmluZ1Byb3A+DQog + ICAgICAgICAgPGJvb2xQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLmZvbGxvd19yZWRpcmVjdHMiPnRy + dWU8L2Jvb2xQcm9wPg0KICAgICAgICAgIDxib29sUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5hdXRv + X3JlZGlyZWN0cyI+ZmFsc2U8L2Jvb2xQcm9wPg0KICAgICAgICAgIDxib29sUHJvcCBuYW1lPSJI + VFRQU2FtcGxlci51c2Vfa2VlcGFsaXZlIj50cnVlPC9ib29sUHJvcD4NCiAgICAgICAgICA8Ym9v + bFByb3AgbmFtZT0iSFRUUFNhbXBsZXIuRE9fTVVMVElQQVJUX1BPU1QiPmZhbHNlPC9ib29sUHJv + cD4NCiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5lbWJlZGRlZF91cmxf + cmUiPjwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxl + ci5jb25uZWN0X3RpbWVvdXQiPjwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3RyaW5nUHJvcCBu + YW1lPSJIVFRQU2FtcGxlci5yZXNwb25zZV90aW1lb3V0Ij48L3N0cmluZ1Byb3A+DQogICAgICAg + IDwvSFRUUFNhbXBsZXJQcm94eT4NCiAgICAgICAgPGhhc2hUcmVlLz4NCiAgICAgIDwvaGFzaFRy + ZWU+DQogICAgPC9oYXNoVHJlZT4NCiAgPC9oYXNoVHJlZT4NCjwvam1ldGVyVGVzdFBsYW4+DQpQ + SwECMwAtAAAACADCrsdWAIWf7v//////////CwAUAAAAAAAAAAAAAAAAAAAAY29uZmlnLnlhbWwB + ABAA6QAAAAAAAADuAAAAAAAAAFBLAQIzAC0AAAAIAMKux1bxm/tv//////////8TABQAAAAAAAAA + AAAAACsBAABzYW1wbGUtSk1YLWZpbGUuam14AQAQAAYTAAAAAAAACxMAAAAAAABQSwUGAAAAAAIA + AgCiAAAAexQAAAAA + headers: + accept-ranges: + - bytes + content-length: + - '5427' + content-md5: + - JhYslmPqhru47BAX6ovOgA== + content-type: + - application/octet-stream + date: + - Wed, 07 Jun 2023 21:55:15 GMT + etag: + - '"0x8DB67A1B6D148AD"' + last-modified: + - Wed, 07 Jun 2023 21:54:05 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Wed, 07 Jun 2023 21:54:05 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-meta-filename: + - aW5wdXRhcnRpZmFjdHMuemlw + x-ms-meta-isencoded: + - 'true' + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2021-10-04' + status: + code: 200 + message: OK +version: 1 diff --git a/src/load/azext_load/tests/latest/recordings/test_load_test_run_list.yaml b/src/load/azext_load/tests/latest/recordings/test_load_test_run_list.yaml new file mode 100644 index 00000000000..00259041435 --- /dev/null +++ b/src/load/azext_load/tests/latest/recordings/test_load_test_run_list.yaml @@ -0,0 +1,1317 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:53:28.3283274Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:53:28.3283274Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:04 GMT + etag: + - '"0b001601-0000-0100-0000-6480fc5b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/tests/list-test-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestNotFound","message":"Test couldn''t find with + given identifier list-test-case","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Wed, 07 Jun 2023 21:54:05 GMT + mise-correlation-id: + - 5b5c7ba8-a548-4f7d-97aa-8bad3c09b540 + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"displayName": "CLI-Test", "description": "Test created from az load test + command", "keyvaultReferenceIdentityType": "SystemAssigned", "environmentVariables": + {"rps": 1, "duration_in_sec": "1"}, "secrets": {}, "loadTestConfiguration": + {"engineInstances": 1, "quickStartTest": false, "splitAllCSVs": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '307' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/tests/list-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"additionalFileInfo":[]},"testId":"list-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:54:05.53Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:05.53Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '514' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:05 GMT + location: + - https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/tests/list-test-case?api-version=2022-11-01 + mise-correlation-id: + - c434713a-984e-43ca-92fb-b1757eeeecbb + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/tests/list-test-case/files?api-version=2022-11-01 + response: + body: + string: '{"value":[]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:05 GMT + mise-correlation-id: + - 80c620a0-fecc-4905-a324-00b9fa22cdce + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: !!python/object/new:_io.BytesIO + state: !!python/tuple + - !!binary | + PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxqbWV0ZXJUZXN0UGxhbiB2 + ZXJzaW9uPSIxLjIiIHByb3BlcnRpZXM9IjUuMCIgam1ldGVyPSI1LjUiPg0KICA8aGFzaFRyZWU+ + DQogICAgPFRlc3RQbGFuIGd1aWNsYXNzPSJUZXN0UGxhbkd1aSIgdGVzdGNsYXNzPSJUZXN0UGxh + biIgdGVzdG5hbWU9IkF6dXJlIExvYWQgVGVzdGluZyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICA8 + c3RyaW5nUHJvcCBuYW1lPSJUZXN0UGxhbi5jb21tZW50cyI+PC9zdHJpbmdQcm9wPg0KICAgICAg + PGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLmZ1bmN0aW9uYWxfbW9kZSI+ZmFsc2U8L2Jvb2xQcm9w + Pg0KICAgICAgPGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLnRlYXJEb3duX29uX3NodXRkb3duIj50 + cnVlPC9ib29sUHJvcD4NCiAgICAgIDxib29sUHJvcCBuYW1lPSJUZXN0UGxhbi5zZXJpYWxpemVf + dGhyZWFkZ3JvdXBzIj5mYWxzZTwvYm9vbFByb3A+DQogICAgICA8ZWxlbWVudFByb3AgbmFtZT0i + VGVzdFBsYW4udXNlcl9kZWZpbmVkX3ZhcmlhYmxlcyIgZWxlbWVudFR5cGU9IkFyZ3VtZW50cyIg + Z3VpY2xhc3M9IkFyZ3VtZW50c1BhbmVsIiB0ZXN0Y2xhc3M9IkFyZ3VtZW50cyIgdGVzdG5hbWU9 + IlVzZXIgRGVmaW5lZCBWYXJpYWJsZXMiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICA8Y29sbGVj + dGlvblByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgPC9lbGVtZW50UHJv + cD4NCiAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IlRlc3RQbGFuLnVzZXJfZGVmaW5lX2NsYXNzcGF0 + aCI+PC9zdHJpbmdQcm9wPg0KICAgIDwvVGVzdFBsYW4+DQogICAgPGhhc2hUcmVlPg0KICAgICAg + PEFyZ3VtZW50cyBndWljbGFzcz0iQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRz + IiB0ZXN0bmFtZT0iVXNlciBEZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAg + ICAgIDxjb2xsZWN0aW9uUHJvcCBuYW1lPSJBcmd1bWVudHMuYXJndW1lbnRzIj4NCiAgICAgICAg + ICA8ZWxlbWVudFByb3AgbmFtZT0iZHVyYXRpb25faW5fc2VjIiBlbGVtZW50VHlwZT0iQXJndW1l + bnQiPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubmFtZSI+ZHVyYXRp + b25faW5fc2VjPC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJn + dW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5nZXRlbnYoJnF1b3Q7ZHVyYXRpb25faW5f + c2VjJnF1b3Q7KSA/OiAmcXVvdDsxMCZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAg + IDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAg + ICAgICAgIDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9InJwcyIg + ZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFy + Z3VtZW50Lm5hbWUiPnJwczwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3JwcyZx + dW90OykgPzogJnF1b3Q7MSZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJp + bmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAgICAgICAg + IDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9ImRvbWFpbiIgZWxl + bWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3Vt + ZW50Lm5hbWUiPmRvbWFpbjwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O2RvbWFp + biZxdW90OykgPzogJnF1b3Q7ZXhhbXBsZS5jb20mcXVvdDsgKX08L3N0cmluZ1Byb3A+DQogICAg + ICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5tZXRhZGF0YSI+PTwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICA8L2VsZW1lbnRQcm9wPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1l + PSJwcm90b2NvbCIgZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQ + cm9wIG5hbWU9IkFyZ3VtZW50Lm5hbWUiPnByb3RvY29sPC9zdHJpbmdQcm9wPg0KICAgICAgICAg + ICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5n + ZXRlbnYoJnF1b3Q7cHJvdG9jb2wmcXVvdDspID86ICZxdW90O2h0dHBzJnF1b3Q7ICl9PC9zdHJp + bmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubWV0YWRhdGEi + Pj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAgICAgICA8ZWxl + bWVudFByb3AgbmFtZT0idXJsX3BhdGgiIGVsZW1lbnRUeXBlPSJBcmd1bWVudCI+DQogICAgICAg + ICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5uYW1lIj51cmxfcGF0aDwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jv + b3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3VybF9wYXRoJnF1b3Q7KSA/OiAmcXVvdDsvJnF1b3Q7 + ICl9PC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQu + bWV0YWRhdGEiPj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAg + ICAgPC9jb2xsZWN0aW9uUHJvcD4NCiAgICAgIDwvQXJndW1lbnRzPg0KICAgICAgPGhhc2hUcmVl + Lz4NCiAgICAgIDxPcGVuTW9kZWxUaHJlYWRHcm91cCBndWljbGFzcz0iT3Blbk1vZGVsVGhyZWFk + R3JvdXBHdWkiIHRlc3RjbGFzcz0iT3Blbk1vZGVsVGhyZWFkR3JvdXAiIHRlc3RuYW1lPSJPcGVu + IE1vZGVsIFRocmVhZCBHcm91cCIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgIDxlbGVtZW50UHJv + cCBuYW1lPSJUaHJlYWRHcm91cC5tYWluX2NvbnRyb2xsZXIiIGVsZW1lbnRUeXBlPSJPcGVuTW9k + ZWxUaHJlYWRHcm91cENvbnRyb2xsZXIiLz4NCiAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iVGhy + ZWFkR3JvdXAub25fc2FtcGxlX2Vycm9yIj5jb250aW51ZTwvc3RyaW5nUHJvcD4NCiAgICAgICAg + PHN0cmluZ1Byb3AgbmFtZT0iT3Blbk1vZGVsVGhyZWFkR3JvdXAuc2NoZWR1bGUiPnJhdGUoJHty + cHN9L3NlYykgcmFuZG9tX2Fycml2YWxzKCR7ZHVyYXRpb25faW5fc2VjfSBzZWMpPC9zdHJpbmdQ + cm9wPg0KICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJPcGVuTW9kZWxUaHJlYWRHcm91cC5yYW5k + b21fc2VlZCI+PC9zdHJpbmdQcm9wPg0KICAgICAgPC9PcGVuTW9kZWxUaHJlYWRHcm91cD4NCiAg + ICAgIDxoYXNoVHJlZT4NCiAgICAgICAgPEhUVFBTYW1wbGVyUHJveHkgZ3VpY2xhc3M9Ikh0dHBU + ZXN0U2FtcGxlR3VpIiB0ZXN0Y2xhc3M9IkhUVFBTYW1wbGVyUHJveHkiIHRlc3RuYW1lPSJIVFRQ + IFJlcXVlc3QiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1lPSJI + VFRQc2FtcGxlci5Bcmd1bWVudHMiIGVsZW1lbnRUeXBlPSJBcmd1bWVudHMiIGd1aWNsYXNzPSJI + VFRQQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRzIiB0ZXN0bmFtZT0iVXNlciBE + ZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgICAgICA8Y29sbGVjdGlv + blByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgICAgIDwvZWxlbWVudFBy + b3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBsZXIuZG9tYWluIj4ke2Rv + bWFpbn08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBs + ZXIucG9ydCI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBT + YW1wbGVyLnByb3RvY29sIj4ke3Byb3RvY29sfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3Ry + aW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5jb250ZW50RW5jb2RpbmciPjwvc3RyaW5nUHJvcD4N + CiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5wYXRoIj4ke3VybF9wYXRo + fTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5t + ZXRob2QiPkdFVDwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8Ym9vbFByb3AgbmFtZT0iSFRUUFNh + bXBsZXIuZm9sbG93X3JlZGlyZWN0cyI+dHJ1ZTwvYm9vbFByb3A+DQogICAgICAgICAgPGJvb2xQ + cm9wIG5hbWU9IkhUVFBTYW1wbGVyLmF1dG9fcmVkaXJlY3RzIj5mYWxzZTwvYm9vbFByb3A+DQog + ICAgICAgICAgPGJvb2xQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnVzZV9rZWVwYWxpdmUiPnRydWU8 + L2Jvb2xQcm9wPg0KICAgICAgICAgIDxib29sUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5ET19NVUxU + SVBBUlRfUE9TVCI+ZmFsc2U8L2Jvb2xQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9 + IkhUVFBTYW1wbGVyLmVtYmVkZGVkX3VybF9yZSI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxz + dHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLmNvbm5lY3RfdGltZW91dCI+PC9zdHJpbmdQcm9w + Pg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnJlc3BvbnNlX3RpbWVv + dXQiPjwvc3RyaW5nUHJvcD4NCiAgICAgICAgPC9IVFRQU2FtcGxlclByb3h5Pg0KICAgICAgICA8 + aGFzaFRyZWUvPg0KICAgICAgPC9oYXNoVHJlZT4NCiAgICA8L2hhc2hUcmVlPg0KICA8L2hhc2hU + cmVlPg0KPC9qbWV0ZXJUZXN0UGxhbj4NCg== + - 0 + - null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '4870' + Content-Type: + - application/octet-stream + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/tests/list-test-case/files/sample-JMX-file.jmx?fileType=JMX_FILE&api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/477a4216-1689-4fd8-80aa-7812c31df8f4?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A04%3A06Z&sr=b&sp=r&sig=2IMeiZeXKUd%2BJ8suNq6J%2Fpx5ntO0KBLU2bBvjl9Ndvk%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:04:06.4410048","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '553' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:06 GMT + location: + - https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/tests/list-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + mise-correlation-id: + - 7740cddd-ea92-4b66-8577-4a0a7da57f28 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/tests/list-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/477a4216-1689-4fd8-80aa-7812c31df8f4?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A04%3A06Z&sr=b&sp=r&sig=4B5VfG4duy1ouO2bbad1dLqWyxwgBzZtvmtAAPvU8Rs%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:04:06.703824","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '548' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:06 GMT + mise-correlation-id: + - 51b9ee87-dfc4-441f-8003-43a8181f16de + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/tests/list-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/477a4216-1689-4fd8-80aa-7812c31df8f4?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A04%3A11Z&sr=b&sp=r&sig=kgMs%2B8uXvZSG4XGPsJIn%2FwlRQKr9MaZVnFIGi2k6264%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:04:11.9795553","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '553' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:11 GMT + mise-correlation-id: + - 7ce0b70b-f8ee-4ac9-952a-774f7b6da9f7 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/tests/list-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/477a4216-1689-4fd8-80aa-7812c31df8f4?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A04%3A17Z&sr=b&sp=r&sig=L2cTRvgvo3TiZHdDnK8cLcxWkhZF9%2BZBSJ3yaT3kvwM%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:04:17.3085947","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:17 GMT + mise-correlation-id: + - c87165fb-318e-4d22-950c-b3b97e3b6b3a + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/tests/list-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/477a4216-1689-4fd8-80aa-7812c31df8f4?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A04%3A22Z&sr=b&sp=r&sig=hs6vYrJuMJHJ%2BB%2BkG0mGW0bIUBYaW9080xKoXEf33v8%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:04:22.5920326","validationStatus":"VALIDATION_SUCCESS"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:22 GMT + mise-correlation-id: + - 3eaa436f-4013-42e6-9dbf-6344c808861f + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/tests/list-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/477a4216-1689-4fd8-80aa-7812c31df8f4?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A22Z&sr=b&sp=r&sig=vKKiwcUd%2BUtSD2lexZjvvL5nfzwMDcVBH60XY%2B7AQKY%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:22.9069026","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"list-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:54:05.53Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:17.964Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1088' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:22 GMT + mise-correlation-id: + - 856e16e6-16ec-43f8-9381-d4679363a8bc + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:53:28.3283274Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:53:28.3283274Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:24 GMT + etag: + - '"0b001601-0000-0100-0000-6480fc5b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/tests?api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/477a4216-1689-4fd8-80aa-7812c31df8f4?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A25Z&sr=b&sp=r&sig=52g37iWwcH8ngR7foGTLLwDDtN%2Bp%2FcCo9BQXYHmW9Tc%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:25.3173234","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"list-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:54:05.53Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:17.964Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1100' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:25 GMT + mise-correlation-id: + - eadd78a0-8568-4195-bb37-049397013413 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:53:28.3283274Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:53:28.3283274Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:26 GMT + etag: + - '"0b001601-0000-0100-0000-6480fc5b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/test-runs/list-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestRunNotFound","message":"Test run not found with + given name \"list-test-run-case\".","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Wed, 07 Jun 2023 21:54:27 GMT + mise-correlation-id: + - 9402ae75-05d6-4004-bb9b-8e710673484b + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestRunNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"testId": "list-test-case"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '28' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/test-runs/list-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/3293e1ee-f5dd-414a-9bd1-8d4e3ae85d81?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A28Z&sr=b&sp=r&sig=hD0ZNbkM2BWhdKXh%2BIarJQ7F9TWP5IEwunOceebpqM8%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:28.2221267","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/477a4216-1689-4fd8-80aa-7812c31df8f4?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A28Z&sr=b&sp=r&sig=kHlbwuuwFNRuCGxjeHDFGfpfcH7hp6L%2BR%2FjFERs0ILE%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:28.222001","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/227f6898-d7a5-4d2a-9a1c-e62ea7d8d063?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A28Z&sr=b&sp=r&sig=qZaTilKisAoLRBKVWB8%2BIovsZWhVa3s3gtKwXLjC5N0%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:28.2221533","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"list-test-run-case","testId":"list-test-case","status":"ACCEPTED","executedDateTime":"2023-06-07T21:54:28.044Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/list-test-case/testRunId/list-test-run-case","createdDateTime":"2023-06-07T21:54:28.499Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:28.499Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2620' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:28 GMT + location: + - https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/test-runs/list-test-run-case?api-version=2022-11-01 + mise-correlation-id: + - 2a144c49-f51e-41d6-a033-ff007f6e8264 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/test-runs/list-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/3293e1ee-f5dd-414a-9bd1-8d4e3ae85d81?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A28Z&sr=b&sp=r&sig=%2BQPwx056BekN1zPSaok69B4ZVx9CMowzy8XlQjc8WlI%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:28.7860753","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/477a4216-1689-4fd8-80aa-7812c31df8f4?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A28Z&sr=b&sp=r&sig=4%2B6Gd6vKxRIXwNLR3orfXgQLcpTjzOE3UboUj1Acls0%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:28.7860039","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/227f6898-d7a5-4d2a-9a1c-e62ea7d8d063?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A28Z&sr=b&sp=r&sig=8KZEWpP%2BAW6qXYzEQFobQ4LBC7I1JpgNR2iUxcIAe3U%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:28.7861085","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"list-test-run-case","testId":"list-test-case","status":"NOTSTARTED","startDateTime":"2023-06-07T21:54:28.665Z","executedDateTime":"2023-06-07T21:54:28.044Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/list-test-case/testRunId/list-test-run-case","createdDateTime":"2023-06-07T21:54:28.499Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:28.665Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2664' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:28 GMT + mise-correlation-id: + - d9125199-3961-4f4c-8281-6f5a064727c6 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/test-runs/list-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/3293e1ee-f5dd-414a-9bd1-8d4e3ae85d81?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A35Z&sr=b&sp=r&sig=2v59SZMFlu1OQGPH00I%2Fz1ACraJB9WNvV71SepYVVik%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:35.2486472","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/477a4216-1689-4fd8-80aa-7812c31df8f4?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A35Z&sr=b&sp=r&sig=gTxZvv9Ttgb6WqaJp%2FZNQifa6UdKUnRauHAnUTGizw0%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:35.2485746","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/227f6898-d7a5-4d2a-9a1c-e62ea7d8d063?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A35Z&sr=b&sp=r&sig=zAAUKLuj1tU7ucgxk8nCOz9Xbxq4zONt%2FoIbjZCeyeA%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:35.2486616","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"list-test-run-case","testId":"list-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:54:28.665Z","executedDateTime":"2023-06-07T21:54:28.044Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/list-test-case/testRunId/list-test-run-case","createdDateTime":"2023-06-07T21:54:28.499Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:28.799Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2666' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:35 GMT + mise-correlation-id: + - c5740a4c-2e12-4c21-9ff7-5ea2de143036 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/test-runs/list-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/3293e1ee-f5dd-414a-9bd1-8d4e3ae85d81?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A40Z&sr=b&sp=r&sig=mbGmEDsOn1Ud0Il3cklOYP3rerMbpSB6RA4KHX2C2qs%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:40.5599136","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/477a4216-1689-4fd8-80aa-7812c31df8f4?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A40Z&sr=b&sp=r&sig=sfiXYDJ4C1TWzbcU49G2fsGsjDaUb6xe%2BbBMSytYW4g%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:40.5598361","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/227f6898-d7a5-4d2a-9a1c-e62ea7d8d063?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A40Z&sr=b&sp=r&sig=U4LXkVx2klZ4jatGb%2B6K%2FmoCWYhM%2BHVUblVtcfVgqZw%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:40.5599291","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"list-test-run-case","testId":"list-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:54:28.665Z","executedDateTime":"2023-06-07T21:54:28.044Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/list-test-case/testRunId/list-test-run-case","createdDateTime":"2023-06-07T21:54:28.499Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:28.799Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2668' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:40 GMT + mise-correlation-id: + - a922109c-bc94-42df-8dbb-ece24e473891 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/test-runs/list-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/3293e1ee-f5dd-414a-9bd1-8d4e3ae85d81?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A45Z&sr=b&sp=r&sig=JSTaPwHrszJPRBGA8KhgvGrxC6gAAT5Pwv%2F21Ggzhao%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:45.8891117","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/477a4216-1689-4fd8-80aa-7812c31df8f4?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A45Z&sr=b&sp=r&sig=hm%2FKN0ADvA5d14pNQmy24m2oBzheUER%2BfG0wmOHbWGo%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:45.8890175","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/227f6898-d7a5-4d2a-9a1c-e62ea7d8d063?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A45Z&sr=b&sp=r&sig=er2Yg6sFX44y1ABPk81Qo%2FNVXUCUhcpHpgAx3qtk0gQ%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:45.8891273","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"list-test-run-case","testId":"list-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:54:28.665Z","executedDateTime":"2023-06-07T21:54:28.044Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/list-test-case/testRunId/list-test-run-case","createdDateTime":"2023-06-07T21:54:28.499Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:28.799Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2668' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:45 GMT + mise-correlation-id: + - bf2e2127-a893-43e5-8ed5-ca2a1169c075 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/test-runs/list-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/3293e1ee-f5dd-414a-9bd1-8d4e3ae85d81?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A51Z&sr=b&sp=r&sig=wlNUM1it962%2F%2F5iExc%2FXprn0CZvby1lJf45AKCo8lDc%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:51.24063","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/477a4216-1689-4fd8-80aa-7812c31df8f4?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A51Z&sr=b&sp=r&sig=BFWuU4R9fiZ6Ts4hSx0Jeiyo5EBbmozC1kwLn5ls0m8%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:51.2405336","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/227f6898-d7a5-4d2a-9a1c-e62ea7d8d063?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A51Z&sr=b&sp=r&sig=3qP%2Be9%2BBbog4VbsfW2rMftv4GAfnWPDe%2Fi%2BLwkJyRtE%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:51.2406572","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"list-test-run-case","testId":"list-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:54:28.665Z","executedDateTime":"2023-06-07T21:54:28.044Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/list-test-case/testRunId/list-test-run-case","createdDateTime":"2023-06-07T21:54:28.499Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:28.799Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2672' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:51 GMT + mise-correlation-id: + - 7267c775-bc00-4bb6-b458-62b317c24f03 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/test-runs/list-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/3293e1ee-f5dd-414a-9bd1-8d4e3ae85d81?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A56Z&sr=b&sp=r&sig=tUiaP7wJYknocQxcOonk1srXbzQ1aQQ5VjtgAN%2Fvs6Q%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:56.5625546","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/477a4216-1689-4fd8-80aa-7812c31df8f4?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A56Z&sr=b&sp=r&sig=BBfEYhx7dGKvZG0%2B4TdOvpMgsONlrgyedOg3Yoseivk%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:56.5624731","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/227f6898-d7a5-4d2a-9a1c-e62ea7d8d063?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A56Z&sr=b&sp=r&sig=E%2BRfdkUAk4wWVq8xZg8LWnflLq1GqRreXu1YQH1nOC8%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:56.5625719","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"list-test-run-case","testId":"list-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:54:28.665Z","executedDateTime":"2023-06-07T21:54:28.044Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/list-test-case/testRunId/list-test-run-case","createdDateTime":"2023-06-07T21:54:28.499Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:28.799Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2666' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:56 GMT + mise-correlation-id: + - 02808ac2-f13c-4a0d-a1ba-72ac8ff8524b + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/test-runs/list-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/3293e1ee-f5dd-414a-9bd1-8d4e3ae85d81?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A01Z&sr=b&sp=r&sig=Ucz9FXcmx2G1Db7Xoxa384CYP4%2FVfAP0p6ly1eK9TzA%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:01.8600861","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/477a4216-1689-4fd8-80aa-7812c31df8f4?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A01Z&sr=b&sp=r&sig=E6B%2BkeZhU%2BnGVDl5xA%2BGKX1%2FSusoO7fCd252ZCh1Oxw%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:01.8600155","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/227f6898-d7a5-4d2a-9a1c-e62ea7d8d063?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A01Z&sr=b&sp=r&sig=BxnfBwrg0dVhK52XhH4RwRYQ4HF8zJ7WpOVKirGNRWo%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:01.8601002","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"list-test-run-case","testId":"list-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:54:28.665Z","executedDateTime":"2023-06-07T21:54:28.044Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/list-test-case/testRunId/list-test-run-case","createdDateTime":"2023-06-07T21:54:28.499Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:28.799Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2670' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:01 GMT + mise-correlation-id: + - 2eac6dbc-870f-4d02-84ea-b1fa4d6ab922 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/test-runs/list-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/3293e1ee-f5dd-414a-9bd1-8d4e3ae85d81?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A07Z&sr=b&sp=r&sig=SFxvz5nstrgDnUBRhPjDNqDVgcvtfzs3td5j3M%2BMfk8%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:07.1663336","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/477a4216-1689-4fd8-80aa-7812c31df8f4?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A07Z&sr=b&sp=r&sig=X%2BdSl%2B%2F%2BBwOc9Tr9R8mG%2Ftpf1irIiMGnbi4Leu3mekM%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:07.1662416","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/227f6898-d7a5-4d2a-9a1c-e62ea7d8d063?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A07Z&sr=b&sp=r&sig=F2TWXK6n%2Fd%2FQ3X22JrBK3hMaS2%2ButzZY0QTexTnHYF4%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:07.1663511","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"list-test-run-case","testId":"list-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:54:28.665Z","executedDateTime":"2023-06-07T21:54:28.044Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/list-test-case/testRunId/list-test-run-case","createdDateTime":"2023-06-07T21:54:28.499Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:28.799Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2678' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:07 GMT + mise-correlation-id: + - 9a03b8b4-f885-46f4-81d6-1466807e53c8 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/test-runs/list-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/3293e1ee-f5dd-414a-9bd1-8d4e3ae85d81?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A12Z&sr=b&sp=r&sig=7QkgUW8toKknw2mAoD%2BEClKUaiuIwd1L8B6D1tfurYo%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:12.4803584","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/477a4216-1689-4fd8-80aa-7812c31df8f4?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A12Z&sr=b&sp=r&sig=4Pm0z2AMABXqfZoluoHSUxASQ5d4fJs2755ypJZeMGo%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:12.480289","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/227f6898-d7a5-4d2a-9a1c-e62ea7d8d063?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A12Z&sr=b&sp=r&sig=15Jk5sPsnrdOu5bLhroI%2BQJH%2F5A1TrC%2BkMKnAiZ9MII%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:12.4803738","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"list-test-run-case","testId":"list-test-case","status":"CONFIGURING","startDateTime":"2023-06-07T21:54:28.665Z","executedDateTime":"2023-06-07T21:54:28.044Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/list-test-case/testRunId/list-test-run-case","createdDateTime":"2023-06-07T21:54:28.499Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:55:10.167Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2666' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:12 GMT + mise-correlation-id: + - 37e67a09-670e-4eba-94ac-77b95280768f + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/test-runs/list-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/3293e1ee-f5dd-414a-9bd1-8d4e3ae85d81?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A17Z&sr=b&sp=r&sig=Xrnd0lYJwvLL3VodSQAY4sSRBHevhT%2BA2MT6fiEYytk%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:17.7486387","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/477a4216-1689-4fd8-80aa-7812c31df8f4?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A17Z&sr=b&sp=r&sig=w%2BTVjAvIRo85gwklbzk27PSsLs6Uy3cqCR%2BBRebTJhc%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:17.7485701","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/227f6898-d7a5-4d2a-9a1c-e62ea7d8d063?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A17Z&sr=b&sp=r&sig=d6dhg1GLid6wxOYqHybf8Hys4hVl0edSrhXtXKsMTzY%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:17.7486548","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"list-test-run-case","testId":"list-test-case","status":"CONFIGURED","startDateTime":"2023-06-07T21:54:28.665Z","executedDateTime":"2023-06-07T21:54:28.044Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/list-test-case/testRunId/list-test-run-case","createdDateTime":"2023-06-07T21:54:28.499Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:55:17.697Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2664' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:17 GMT + mise-correlation-id: + - ad210b89-5e29-4ec3-9386-e59f986c807c + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/test-runs/list-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/3293e1ee-f5dd-414a-9bd1-8d4e3ae85d81?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A23Z&sr=b&sp=r&sig=ODTyM8k0dtcu%2BAGhoEki0dZQVbIGS86ZTNSpdZBYGZI%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:23.0290345","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/477a4216-1689-4fd8-80aa-7812c31df8f4?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A23Z&sr=b&sp=r&sig=HHYoWicl%2FaCeiWh%2FzSUZrIslPO2GWzMeRkWm%2B7yCjsQ%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:23.0289473","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/227f6898-d7a5-4d2a-9a1c-e62ea7d8d063?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A23Z&sr=b&sp=r&sig=Lsjidp8gmsaTIYM7qzyfCmSjmcxnkRwQytuP4H%2BZq44%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:23.0290524","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"list-test-run-case","testId":"list-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:54:28.665Z","executedDateTime":"2023-06-07T21:54:28.044Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/list-test-case/testRunId/list-test-run-case","createdDateTime":"2023-06-07T21:54:28.499Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:55:17.834Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2667' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:23 GMT + mise-correlation-id: + - b7c45a15-e88d-4f7c-8f5e-dbb4a0e75f19 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/test-runs/list-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/3293e1ee-f5dd-414a-9bd1-8d4e3ae85d81?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A28Z&sr=b&sp=r&sig=RrxhAUCFnQKo5cYaAJE692mjkWQi4T%2BnUaE2nxbhlq0%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:28.2978796","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/477a4216-1689-4fd8-80aa-7812c31df8f4?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A28Z&sr=b&sp=r&sig=5re7wmTaUiMgiKAqGMPv67ncSlzRKc%2F5RQH%2FyK0BO%2F4%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:28.2977959","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/227f6898-d7a5-4d2a-9a1c-e62ea7d8d063?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A28Z&sr=b&sp=r&sig=LCXJgAvCbqskhl%2BJehb3lWMGmPRSynXdDdsb8HXUYsU%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:28.2978953","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"list-test-run-case","testId":"list-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:54:28.665Z","executedDateTime":"2023-06-07T21:54:28.044Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/list-test-case/testRunId/list-test-run-case","createdDateTime":"2023-06-07T21:54:28.499Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:55:17.834Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2667' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:28 GMT + mise-correlation-id: + - 79c6f50b-bae5-446d-887b-a78127ccca52 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/test-runs/list-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"errorDetails":[{"message":"Processing + error logs, please refresh to check actionable errors."}],"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/3293e1ee-f5dd-414a-9bd1-8d4e3ae85d81?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A33Z&sr=b&sp=r&sig=i4fQtLdGtwIgGtbVCmxiacsdkp251xaSuK%2FMWv%2FXFmM%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:33.5823149","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/477a4216-1689-4fd8-80aa-7812c31df8f4?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A33Z&sr=b&sp=r&sig=ApnrTmIT8pe1ZziFtn6s63%2FL%2BYCLki6LWs8SZVVIhbE%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:33.5822232","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/227f6898-d7a5-4d2a-9a1c-e62ea7d8d063?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A33Z&sr=b&sp=r&sig=EDi3Od9lO07SlPerHvVK%2FrO0HnXUmo5yF1kz8j7PBv4%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:33.5823377","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"list-test-run-case","testId":"list-test-case","status":"FAILED","startDateTime":"2023-06-07T21:54:28.665Z","endDateTime":"2023-06-07T21:55:28.335Z","executedDateTime":"2023-06-07T21:54:28.044Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/list-test-case/testRunId/list-test-run-case","createdDateTime":"2023-06-07T21:54:28.499Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:55:29.243Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2802' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:33 GMT + mise-correlation-id: + - 942d4d5d-9f96-40b2-be85-4d33de2b5bee + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:53:28.3283274Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:53:28.3283274Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:34 GMT + etag: + - '"0b001601-0000-0100-0000-6480fc5b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/test-runs?testId=list-test-case&api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"errorDetails":[{"message":"Processing + error logs, please refresh to check actionable errors."}],"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/3293e1ee-f5dd-414a-9bd1-8d4e3ae85d81?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A36Z&sr=b&sp=r&sig=1jLYyIhtkWZSa4i02IbHFh0EdMI3ybGLh634jQwbr9g%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:36.0542216","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/477a4216-1689-4fd8-80aa-7812c31df8f4?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A36Z&sr=b&sp=r&sig=55WVNKOClHLwadIVyTXL6psAGN9vSAjInYt2Cmi4q3M%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:36.0541276","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/227f6898-d7a5-4d2a-9a1c-e62ea7d8d063?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A36Z&sr=b&sp=r&sig=yOh%2Bh24fRGRjj9Mc%2FIL8yg02zNazaqNgMoNKn5yX5R0%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:36.0542386","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{"resultFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/0f7b4e3b-9257-4645-adbb-4bd21534a802_results.zip?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A36Z&sr=b&sp=r&sig=E%2Fz3%2F%2BSBhW5G5DmjGMy7L%2FFzu3n97kRme5MHsY%2FH4KQ%3D","fileName":"csv.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:36.0542557","validationStatus":"VALIDATION_NOT_REQUIRED"},"logsFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/0f7b4e3b-9257-4645-adbb-4bd21534a802_logs.zip?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A36Z&sr=b&sp=r&sig=AeqRYajGvNSahQG9R3aV%2FqTz83QxNmp2KYeQG79eZ3s%3D","fileName":"logs.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:36.0542737","validationStatus":"VALIDATION_NOT_REQUIRED"}}},"testResult":"NOT_APPLICABLE","testRunId":"list-test-run-case","testId":"list-test-case","status":"FAILED","startDateTime":"2023-06-07T21:54:28.665Z","endDateTime":"2023-06-07T21:55:28.335Z","executedDateTime":"2023-06-07T21:54:28.044Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/list-test-case/testRunId/list-test-run-case","createdDateTime":"2023-06-07T21:54:28.499Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:55:35.799Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '3979' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:36 GMT + mise-correlation-id: + - 4313eef8-1d7a-4273-92e1-9c1dbb1adca0 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:53:28.3283274Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:53:28.3283274Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:36 GMT + etag: + - '"0b001601-0000-0100-0000-6480fc5b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://865f113e-2058-43ea-acd4-9d039fbe7a6f.eastus.cnt-prod.loadtesting.azure.com/test-runs?testId=list-test-case&api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"errorDetails":[{"message":"Processing + error logs, please refresh to check actionable errors."}],"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/3293e1ee-f5dd-414a-9bd1-8d4e3ae85d81?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A38Z&sr=b&sp=r&sig=nFuP%2FnPGeIsyYScPgUbyZHvD%2BMb0WtgksaFmJwWAz84%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:38.5694889","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/477a4216-1689-4fd8-80aa-7812c31df8f4?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A38Z&sr=b&sp=r&sig=xLPx1Z9pjKRE6NQXpDW4Wey9YVkdfH3t2mQDyWuzK0U%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:38.5694174","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/227f6898-d7a5-4d2a-9a1c-e62ea7d8d063?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A38Z&sr=b&sp=r&sig=Qh2EAhp%2BOATXk%2BmYUF8fIS%2FK3lzNgwFQFp9wW2aM2zE%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:38.5695048","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{"resultFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/0f7b4e3b-9257-4645-adbb-4bd21534a802_results.zip?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A38Z&sr=b&sp=r&sig=sNRGl8943CIf5ob%2FRfV09NufBydpmLL9%2Fc%2BrQO1HdFs%3D","fileName":"csv.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:38.5695211","validationStatus":"VALIDATION_NOT_REQUIRED"},"logsFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1bfa8b97-e436-4722-848e-aeb1d5c9b141/0f7b4e3b-9257-4645-adbb-4bd21534a802_logs.zip?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A38Z&sr=b&sp=r&sig=XMkcwetf2IfKFzfzkBTn43ozRlyVCDjRQAE3IDkt6XY%3D","fileName":"logs.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:38.5695373","validationStatus":"VALIDATION_NOT_REQUIRED"}}},"testResult":"NOT_APPLICABLE","testRunId":"list-test-run-case","testId":"list-test-case","status":"FAILED","startDateTime":"2023-06-07T21:54:28.665Z","endDateTime":"2023-06-07T21:55:28.335Z","executedDateTime":"2023-06-07T21:54:28.044Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/list-test-case/testRunId/list-test-run-case","createdDateTime":"2023-06-07T21:54:28.499Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:55:35.799Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '3979' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:38 GMT + mise-correlation-id: + - b3aaeefb-96a5-4bc2-b775-e272b085d872 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/load/azext_load/tests/latest/recordings/test_load_test_run_metrics.yaml b/src/load/azext_load/tests/latest/recordings/test_load_test_run_metrics.yaml new file mode 100644 index 00000000000..718d691d1b5 --- /dev/null +++ b/src/load/azext_load/tests/latest/recordings/test_load_test_run_metrics.yaml @@ -0,0 +1,2831 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:52:21.0598209Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:52:21.0598209Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:55 GMT + etag: + - '"0b000201-0000-0100-0000-6480fc170000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/tests/metric-test-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestNotFound","message":"Test couldn''t find with + given identifier metric-test-case","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Wed, 07 Jun 2023 21:52:57 GMT + mise-correlation-id: + - cbbc710d-75ea-45e6-ba1e-9121a79181c7 + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"displayName": "CLI-Test", "description": "Test created from az load test + command", "keyvaultReferenceIdentityType": "SystemAssigned", "environmentVariables": + {"rps": 1, "duration_in_sec": "120"}, "secrets": {}, "loadTestConfiguration": + {"engineInstances": 1, "quickStartTest": false, "splitAllCSVs": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '309' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/tests/metric-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"additionalFileInfo":[]},"testId":"metric-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:52:58.817Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:52:58.817Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '520' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:58 GMT + location: + - https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/tests/metric-test-case?api-version=2022-11-01 + mise-correlation-id: + - f3e9abfd-1e46-426d-93ce-c440732e2835 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/tests/metric-test-case/files?api-version=2022-11-01 + response: + body: + string: '{"value":[]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:59 GMT + mise-correlation-id: + - 1398ef66-5d5a-4fbb-aeda-4614f0c2c38c + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: !!python/object/new:_io.BytesIO + state: !!python/tuple + - !!binary | + PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxqbWV0ZXJUZXN0UGxhbiB2 + ZXJzaW9uPSIxLjIiIHByb3BlcnRpZXM9IjUuMCIgam1ldGVyPSI1LjUiPg0KICA8aGFzaFRyZWU+ + DQogICAgPFRlc3RQbGFuIGd1aWNsYXNzPSJUZXN0UGxhbkd1aSIgdGVzdGNsYXNzPSJUZXN0UGxh + biIgdGVzdG5hbWU9IkF6dXJlIExvYWQgVGVzdGluZyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICA8 + c3RyaW5nUHJvcCBuYW1lPSJUZXN0UGxhbi5jb21tZW50cyI+PC9zdHJpbmdQcm9wPg0KICAgICAg + PGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLmZ1bmN0aW9uYWxfbW9kZSI+ZmFsc2U8L2Jvb2xQcm9w + Pg0KICAgICAgPGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLnRlYXJEb3duX29uX3NodXRkb3duIj50 + cnVlPC9ib29sUHJvcD4NCiAgICAgIDxib29sUHJvcCBuYW1lPSJUZXN0UGxhbi5zZXJpYWxpemVf + dGhyZWFkZ3JvdXBzIj5mYWxzZTwvYm9vbFByb3A+DQogICAgICA8ZWxlbWVudFByb3AgbmFtZT0i + VGVzdFBsYW4udXNlcl9kZWZpbmVkX3ZhcmlhYmxlcyIgZWxlbWVudFR5cGU9IkFyZ3VtZW50cyIg + Z3VpY2xhc3M9IkFyZ3VtZW50c1BhbmVsIiB0ZXN0Y2xhc3M9IkFyZ3VtZW50cyIgdGVzdG5hbWU9 + IlVzZXIgRGVmaW5lZCBWYXJpYWJsZXMiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICA8Y29sbGVj + dGlvblByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgPC9lbGVtZW50UHJv + cD4NCiAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IlRlc3RQbGFuLnVzZXJfZGVmaW5lX2NsYXNzcGF0 + aCI+PC9zdHJpbmdQcm9wPg0KICAgIDwvVGVzdFBsYW4+DQogICAgPGhhc2hUcmVlPg0KICAgICAg + PEFyZ3VtZW50cyBndWljbGFzcz0iQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRz + IiB0ZXN0bmFtZT0iVXNlciBEZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAg + ICAgIDxjb2xsZWN0aW9uUHJvcCBuYW1lPSJBcmd1bWVudHMuYXJndW1lbnRzIj4NCiAgICAgICAg + ICA8ZWxlbWVudFByb3AgbmFtZT0iZHVyYXRpb25faW5fc2VjIiBlbGVtZW50VHlwZT0iQXJndW1l + bnQiPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubmFtZSI+ZHVyYXRp + b25faW5fc2VjPC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJn + dW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5nZXRlbnYoJnF1b3Q7ZHVyYXRpb25faW5f + c2VjJnF1b3Q7KSA/OiAmcXVvdDsxMCZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAg + IDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAg + ICAgICAgIDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9InJwcyIg + ZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFy + Z3VtZW50Lm5hbWUiPnJwczwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3JwcyZx + dW90OykgPzogJnF1b3Q7MSZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJp + bmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAgICAgICAg + IDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9ImRvbWFpbiIgZWxl + bWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3Vt + ZW50Lm5hbWUiPmRvbWFpbjwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O2RvbWFp + biZxdW90OykgPzogJnF1b3Q7ZXhhbXBsZS5jb20mcXVvdDsgKX08L3N0cmluZ1Byb3A+DQogICAg + ICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5tZXRhZGF0YSI+PTwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICA8L2VsZW1lbnRQcm9wPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1l + PSJwcm90b2NvbCIgZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQ + cm9wIG5hbWU9IkFyZ3VtZW50Lm5hbWUiPnByb3RvY29sPC9zdHJpbmdQcm9wPg0KICAgICAgICAg + ICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5n + ZXRlbnYoJnF1b3Q7cHJvdG9jb2wmcXVvdDspID86ICZxdW90O2h0dHBzJnF1b3Q7ICl9PC9zdHJp + bmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubWV0YWRhdGEi + Pj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAgICAgICA8ZWxl + bWVudFByb3AgbmFtZT0idXJsX3BhdGgiIGVsZW1lbnRUeXBlPSJBcmd1bWVudCI+DQogICAgICAg + ICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5uYW1lIj51cmxfcGF0aDwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jv + b3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3VybF9wYXRoJnF1b3Q7KSA/OiAmcXVvdDsvJnF1b3Q7 + ICl9PC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQu + bWV0YWRhdGEiPj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAg + ICAgPC9jb2xsZWN0aW9uUHJvcD4NCiAgICAgIDwvQXJndW1lbnRzPg0KICAgICAgPGhhc2hUcmVl + Lz4NCiAgICAgIDxPcGVuTW9kZWxUaHJlYWRHcm91cCBndWljbGFzcz0iT3Blbk1vZGVsVGhyZWFk + R3JvdXBHdWkiIHRlc3RjbGFzcz0iT3Blbk1vZGVsVGhyZWFkR3JvdXAiIHRlc3RuYW1lPSJPcGVu + IE1vZGVsIFRocmVhZCBHcm91cCIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgIDxlbGVtZW50UHJv + cCBuYW1lPSJUaHJlYWRHcm91cC5tYWluX2NvbnRyb2xsZXIiIGVsZW1lbnRUeXBlPSJPcGVuTW9k + ZWxUaHJlYWRHcm91cENvbnRyb2xsZXIiLz4NCiAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iVGhy + ZWFkR3JvdXAub25fc2FtcGxlX2Vycm9yIj5jb250aW51ZTwvc3RyaW5nUHJvcD4NCiAgICAgICAg + PHN0cmluZ1Byb3AgbmFtZT0iT3Blbk1vZGVsVGhyZWFkR3JvdXAuc2NoZWR1bGUiPnJhdGUoJHty + cHN9L3NlYykgcmFuZG9tX2Fycml2YWxzKCR7ZHVyYXRpb25faW5fc2VjfSBzZWMpPC9zdHJpbmdQ + cm9wPg0KICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJPcGVuTW9kZWxUaHJlYWRHcm91cC5yYW5k + b21fc2VlZCI+PC9zdHJpbmdQcm9wPg0KICAgICAgPC9PcGVuTW9kZWxUaHJlYWRHcm91cD4NCiAg + ICAgIDxoYXNoVHJlZT4NCiAgICAgICAgPEhUVFBTYW1wbGVyUHJveHkgZ3VpY2xhc3M9Ikh0dHBU + ZXN0U2FtcGxlR3VpIiB0ZXN0Y2xhc3M9IkhUVFBTYW1wbGVyUHJveHkiIHRlc3RuYW1lPSJIVFRQ + IFJlcXVlc3QiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1lPSJI + VFRQc2FtcGxlci5Bcmd1bWVudHMiIGVsZW1lbnRUeXBlPSJBcmd1bWVudHMiIGd1aWNsYXNzPSJI + VFRQQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRzIiB0ZXN0bmFtZT0iVXNlciBE + ZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgICAgICA8Y29sbGVjdGlv + blByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgICAgIDwvZWxlbWVudFBy + b3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBsZXIuZG9tYWluIj4ke2Rv + bWFpbn08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBs + ZXIucG9ydCI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBT + YW1wbGVyLnByb3RvY29sIj4ke3Byb3RvY29sfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3Ry + aW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5jb250ZW50RW5jb2RpbmciPjwvc3RyaW5nUHJvcD4N + CiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5wYXRoIj4ke3VybF9wYXRo + fTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5t + ZXRob2QiPkdFVDwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8Ym9vbFByb3AgbmFtZT0iSFRUUFNh + bXBsZXIuZm9sbG93X3JlZGlyZWN0cyI+dHJ1ZTwvYm9vbFByb3A+DQogICAgICAgICAgPGJvb2xQ + cm9wIG5hbWU9IkhUVFBTYW1wbGVyLmF1dG9fcmVkaXJlY3RzIj5mYWxzZTwvYm9vbFByb3A+DQog + ICAgICAgICAgPGJvb2xQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnVzZV9rZWVwYWxpdmUiPnRydWU8 + L2Jvb2xQcm9wPg0KICAgICAgICAgIDxib29sUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5ET19NVUxU + SVBBUlRfUE9TVCI+ZmFsc2U8L2Jvb2xQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9 + IkhUVFBTYW1wbGVyLmVtYmVkZGVkX3VybF9yZSI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxz + dHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLmNvbm5lY3RfdGltZW91dCI+PC9zdHJpbmdQcm9w + Pg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnJlc3BvbnNlX3RpbWVv + dXQiPjwvc3RyaW5nUHJvcD4NCiAgICAgICAgPC9IVFRQU2FtcGxlclByb3h5Pg0KICAgICAgICA8 + aGFzaFRyZWUvPg0KICAgICAgPC9oYXNoVHJlZT4NCiAgICA8L2hhc2hUcmVlPg0KICA8L2hhc2hU + cmVlPg0KPC9qbWV0ZXJUZXN0UGxhbj4NCg== + - 0 + - null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '4870' + Content-Type: + - application/octet-stream + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/tests/metric-test-case/files/sample-JMX-file.jmx?fileType=JMX_FILE&api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A02%3A59Z&sr=b&sp=r&sig=GTQwlNtM1yhqbZqasv03vHQTId4w3lgEYpgB6RXq6hs%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:02:59.8487699","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '549' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:59 GMT + location: + - https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/tests/metric-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + mise-correlation-id: + - 1a1040d6-1c1a-4d07-bf6c-4cc5ab17c665 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/tests/metric-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A03%3A00Z&sr=b&sp=r&sig=DrBFCZxSeLpltUGHBXG7PPYbjQYMZAkHsli7sI5id8Q%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:03:00.6450381","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '549' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:00 GMT + mise-correlation-id: + - 136ac789-fecc-42f4-98ae-534568308824 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/tests/metric-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A03%3A06Z&sr=b&sp=r&sig=0rw%2F0C5ymYgpG%2FJacxAiGtPtmHDM0Wrt0dZOZ1T3FxE%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:03:06.5272836","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '553' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:06 GMT + mise-correlation-id: + - ccc9975c-fe5b-494f-a6da-db675f104247 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/tests/metric-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A03%3A11Z&sr=b&sp=r&sig=bPo6RPOtSEdOddm7i7QeFT5u3kKy82LeHyEg%2BMCctbQ%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:03:11.8525117","validationStatus":"VALIDATION_SUCCESS"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '549' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:11 GMT + mise-correlation-id: + - 1f3c21f1-dd4b-4d22-9c06-85d4f07b3dff + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/tests/metric-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A12Z&sr=b&sp=r&sig=%2B%2FnlvI2pvhc%2F1BMEs%2B9ahZ0Pzgm4xEsagDpMCQ2avr0%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:53:12.1125966","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"metric-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:52:58.817Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:53:11.431Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1097' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:12 GMT + mise-correlation-id: + - 56d8f4d4-d224-48a0-be3b-9e2e40a8869c + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:52:21.0598209Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:52:21.0598209Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:13 GMT + etag: + - '"0b000201-0000-0100-0000-6480fc170000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/tests?api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A14Z&sr=b&sp=r&sig=14AX8vsajIDB4GjmZSyEnpTHorryJNEFCQoJbbO08Mk%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:53:14.6029092","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"metric-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:52:58.817Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:53:11.431Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1101' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:14 GMT + mise-correlation-id: + - 5bfc6fe6-f781-424c-871b-1e19f67d0697 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:52:21.0598209Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:52:21.0598209Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:15 GMT + etag: + - '"0b000201-0000-0100-0000-6480fc170000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestRunNotFound","message":"Test run not found with + given name \"metric-test-run-case\".","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Wed, 07 Jun 2023 21:53:17 GMT + mise-correlation-id: + - dd97dba4-d582-47be-ab15-30fbca9f987a + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestRunNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"testId": "metric-test-case"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '30' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A17Z&sr=b&sp=r&sig=o8EDyWsSz7JPjlLHmOarjk2cYaj2zlCqYUkCfCJ3agI%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:17.6430032","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A17Z&sr=b&sp=r&sig=tBJpr%2FNmb4pJPeVyZJVgHrKYWTVCh6zo%2FiJhR0Vg4zU%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:53:17.6428766","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A17Z&sr=b&sp=r&sig=W%2BDo4yExIgBHTqSo9tO1tLKan1D1Hz7%2F0mDfbE1k%2Ff4%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:17.6430245","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"ACCEPTED","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:53:18.067Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2633' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:18 GMT + location: + - https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + mise-correlation-id: + - 922212a8-f7da-4057-be5a-8510388de362 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A18Z&sr=b&sp=r&sig=DuEafYlZkQKzwVUUX34CiIOWHLOe1PCOv3IbcPWQqys%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:18.3413457","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A18Z&sr=b&sp=r&sig=57mRoTcHf1CdgJhea5GImKLc3tjX%2BJXBjvusU7ary0M%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:53:18.3412825","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A18Z&sr=b&sp=r&sig=189gxshtT%2FbVBctXqkXje%2F849pFCvE51ZTq1eP3IoPg%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:18.3413607","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"NOTSTARTED","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:53:18.253Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2674' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:18 GMT + mise-correlation-id: + - ae62f0a2-2c6c-42a0-8cb4-5a85b11eb056 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A23Z&sr=b&sp=r&sig=3D0PdY2n%2BPkcRzpGCKrKXzkt6Pw4OlETJAGTiVB4%2Ffs%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:23.6528729","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A23Z&sr=b&sp=r&sig=LDBN%2Bw2va7guFQ%2FHeRv%2BsxmzzR2t%2BzpEu1PTg9gufOI%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:53:23.6527992","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A23Z&sr=b&sp=r&sig=W0XWrjvdQemraTSYnU6cjBjG0%2Bu0gAaHaBRmfNUmmck%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:23.6528874","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:53:18.383Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2684' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:23 GMT + mise-correlation-id: + - a89e2de2-9a8b-475a-b0df-0c4b049c0392 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A28Z&sr=b&sp=r&sig=Yaui8UlkVdpdvma%2BVsS7FDmvd2q3knEU34q7mTme3R8%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:28.9839975","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A28Z&sr=b&sp=r&sig=kNUf0Y%2B54vDZOKx0GfIdhLo08IEN%2FC5Oje%2F9QtK%2BIcs%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:53:28.9839151","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A28Z&sr=b&sp=r&sig=3Nr2BNrBIu4L3BTT3zNXyOFtYoYys%2F%2BuC3QPw%2F28wQM%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:28.9840143","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:53:18.383Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2686' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:28 GMT + mise-correlation-id: + - bb0eddb1-d7ba-4279-86c4-93733e752ca0 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A34Z&sr=b&sp=r&sig=tOBO5LdwaycTVyrYdo3kSpPAS2ThO36fXW6L5qjJrsA%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:34.3143646","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A34Z&sr=b&sp=r&sig=3vLzU8yThkngBRWoiBXQtQD0H8Rpn6WYnam0BOx%2FdZg%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:53:34.3142923","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A34Z&sr=b&sp=r&sig=XaHtBHzcOc6CGQmp0Ob599nfMbTy1B%2F%2FnQorGURmA%2BE%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:34.3143788","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:53:18.383Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2678' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:34 GMT + mise-correlation-id: + - b8d0f859-7445-4a15-8236-5939b6c8a1ef + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A39Z&sr=b&sp=r&sig=D%2BBxZGO53l%2BEI9A4RubAkz36PvqO9mAwCDtatao0hhU%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:39.6316174","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A39Z&sr=b&sp=r&sig=BJgh5bIDumWXTtl8IEfiRQvlZXojG99FlsIVc%2FX0Ht0%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:53:39.6315392","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A39Z&sr=b&sp=r&sig=IJme972IpxUZTdLM7TW5sQCkgM8hRR%2B0XP%2FUihj2h98%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:39.6316417","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:53:18.383Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2680' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:39 GMT + mise-correlation-id: + - 581d7fdf-e7a3-44e8-9bc2-379d5809916c + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A44Z&sr=b&sp=r&sig=I002G4ttzooojYYxqXINpYCuRKY%2FOJV0kY4y9S5v2po%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:44.9309675","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A44Z&sr=b&sp=r&sig=YLfuiij6ZAlm5ECi%2FLUTPlNJ27E0T8VFiN%2FGr%2FzFQWk%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:53:44.9308964","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A44Z&sr=b&sp=r&sig=sAzhB%2BAEnZPeFfMQPVgHYzKpd7eTQ0FBqW1rAmSk9gQ%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:44.9309813","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:53:18.383Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2680' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:44 GMT + mise-correlation-id: + - 6a1112ca-8e69-483c-8ea2-edf8439278ce + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A50Z&sr=b&sp=r&sig=ldc74C9wrg77AmNyRTLV7wDQVFwt1k2Bssg43dHNako%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:50.229302","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A50Z&sr=b&sp=r&sig=W48CU%2BsJ3Rq%2F086pyCEoPYX3UKLDxb9fx5blG0Ozow8%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:53:50.2291312","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A50Z&sr=b&sp=r&sig=YKQF%2BQrKubcCfkqivseXghIIWYG6QyWHVpnxKN28e4o%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:50.2293291","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:53:18.383Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2675' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:50 GMT + mise-correlation-id: + - 5ac2ab3d-34f6-4c1f-901c-1b522474adf5 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A55Z&sr=b&sp=r&sig=hSzBI8Ffas1DaLW4cnm642cUsYHvloULQO6dL21xBis%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:55.5015888","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A55Z&sr=b&sp=r&sig=jiCHrXKzBhyW23QoIK%2BvjGycBH7eH5lIwSGs9YRdBto%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:53:55.5015186","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A53%3A55Z&sr=b&sp=r&sig=a%2FYh1wq7mw7doOPYLg0FgUce9poNL1lrFIdYpTBGRgA%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:53:55.5016023","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:53:18.383Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2674' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:53:55 GMT + mise-correlation-id: + - 9d0faf93-7f29-486c-8c69-c6a988e8a58c + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A00Z&sr=b&sp=r&sig=ituYK0WWMsGjk7gZxRxewYY4Tgt1DkwE3J%2Fn2Ogc24o%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:00.810793","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A00Z&sr=b&sp=r&sig=Agq%2B58tBfPqgoIQRvWadWbvjt%2B5x0IbHOaHkALbEFfE%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:00.8107114","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A00Z&sr=b&sp=r&sig=ustWyaFJmw4i%2F9IJKH6GxGvhdrqSD5VKuZ2FMv1kXCY%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:00.8108104","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:53:18.383Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2677' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:00 GMT + mise-correlation-id: + - e3fd5273-f1cc-441e-aea0-ec38950ebc7d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A07Z&sr=b&sp=r&sig=rQrHYQA8MbLh7vFxdvV4nUnU7c3EgrUC0cuDXGBXSVo%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:07.1543805","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A07Z&sr=b&sp=r&sig=bL4FSux%2FVIpn1gUG9QaINyd086HwMv2EmioItmnmVVA%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:07.1543256","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A07Z&sr=b&sp=r&sig=0khH%2FEBexSIOKkuTl7zj59Nkyc6f%2B8TM99A1zpNuzCY%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:07.1543962","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:05.84Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2672' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:07 GMT + mise-correlation-id: + - d2730f02-24d1-464e-88d9-5032d0030421 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A12Z&sr=b&sp=r&sig=OiGgEZTw8ugOLOEuHogfRyiuiLfzXR61VSbr7wGyz%2BM%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:12.4171967","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A12Z&sr=b&sp=r&sig=i%2FdbuPTthU362M90LFXssG6nVzrXev7IFjPnknAjRfE%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:12.4171238","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A12Z&sr=b&sp=r&sig=a6HBWEQHfCXavLsztLOpU85d7jQQYjQ3WgMMuQs9WtI%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:12.4172111","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:05.84Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2670' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:12 GMT + mise-correlation-id: + - e0a07c59-4809-453c-9941-31f13cd0c689 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A17Z&sr=b&sp=r&sig=PjH1T91R9r0osoAIx0ONoW0khzDrO2V5ddDeFi%2BgzoY%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:17.6937353","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A17Z&sr=b&sp=r&sig=kaXAhtXTPUevKuHKJaKoU%2BUXXrFxdguGDH%2FfnF4hln4%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:17.6936514","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A17Z&sr=b&sp=r&sig=XKyGpX3sI%2F1CGxbN6zlKbDvoW56nFhBITFLIDRXFxzc%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:17.6937527","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:05.84Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2674' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:17 GMT + mise-correlation-id: + - 45c0d89d-6965-4b20-82cb-266927f1a1f4 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A23Z&sr=b&sp=r&sig=Ghch4cJUoPs5S1SVj5H2AW5x9gkwOWNHClEHJ4KRdwE%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:23.0437196","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A23Z&sr=b&sp=r&sig=CI5pLJaffRdDekbB0eDX%2Bgo8ozq9%2FJqIJHsLgWzEr3c%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:23.0436178","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A23Z&sr=b&sp=r&sig=e2edgLA10YmwmF68JFq5jsk6fiDDfGzoCqrWxkE2wBw%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:23.0437453","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:05.84Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2670' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:23 GMT + mise-correlation-id: + - 6eeabe75-de02-4d32-b2bc-f8887398b54b + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A28Z&sr=b&sp=r&sig=XIdfWhr8sWvFideg6%2Fl26t0Alu255UaSjQ0r6reg59I%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:28.3284887","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A28Z&sr=b&sp=r&sig=Woy%2Fyua5Di2rLTCwmrOUUpmQHU7SyV5KYtHtyxDt7W8%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:28.3284056","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A28Z&sr=b&sp=r&sig=QfQpq7Z4KX%2BSaUjfteCHXL0JsKXEJ4hLew%2Be8pZ54sA%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:28.3285042","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:05.84Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2674' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:28 GMT + mise-correlation-id: + - 9cb2789d-2c50-4ff3-9a55-50cbb0759c3f + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A33Z&sr=b&sp=r&sig=mJQCebXNVJmH8HYcM8jQQGTBNFJkDEoUxQ4JegRTRtI%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:33.7053536","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A33Z&sr=b&sp=r&sig=Wlxc71PyI2gcXHZztY7Z5F%2Bo3CYvdJ0NPCQziWj118Q%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:33.7052586","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A33Z&sr=b&sp=r&sig=gtFiH4V3qfL7Z6mgMEb6Lu0omAIHUo5tKQ5K58ok0vo%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:33.7053794","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:05.84Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2668' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:33 GMT + mise-correlation-id: + - 237147b5-286c-4233-ae5d-94cd64c3e54e + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A40Z&sr=b&sp=r&sig=hQzAdagRqKsZG4Fw2N04RSTCnQyC43kPQzmOGVJ84wM%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:40.233945","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A40Z&sr=b&sp=r&sig=Qovg0iYw6ZHYKLKLmsoxFL97tAtlSQ8dUwlAO%2FO6XtQ%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:40.2338568","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A40Z&sr=b&sp=r&sig=3gQqVntzkZZDBDYYuvmbqjn2DF%2FNVU7Niln3lJMtX2Y%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:40.2339618","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:05.84Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2669' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:40 GMT + mise-correlation-id: + - 45e62334-2b42-47bd-8a2d-1aea3ce4ba2a + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A45Z&sr=b&sp=r&sig=102pwtYptqSSE%2B9YmvKxFy7guodCgdP9Ox3xD4G61mY%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:45.5162938","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A45Z&sr=b&sp=r&sig=rWkR3vaToJVq74za%2FX5ZSSBBCHfRTxnSCdDxu0qIICY%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:45.5162003","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A45Z&sr=b&sp=r&sig=gw57F6jgYCm0GGS%2F1N9ymZxD80kut%2B3saf8Sj%2B%2Bw3cg%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:45.5163156","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:05.84Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2678' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:45 GMT + mise-correlation-id: + - ff61366a-b3ab-4910-954c-d3429b2ca220 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A51Z&sr=b&sp=r&sig=AP7nwOwDm2ACfE6KkGyc4H7I5RJUQSt5SG1R0iaaKWw%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:51.698828","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A51Z&sr=b&sp=r&sig=%2B3myOa1tZ0SdeKm7pWbqUvTdEbMRBWO%2BZRmAgF7MLcw%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:51.6987693","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A51Z&sr=b&sp=r&sig=qgJAVSKHL4Gy%2BPVdXP07r4ExIg5MRDgvZ9qFBi4tDg4%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:51.6988416","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:05.84Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2671' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:51 GMT + mise-correlation-id: + - 751b6c7d-dcaa-41c4-979d-3a9e63b7becf + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A57Z&sr=b&sp=r&sig=BHr0tUN6OolQbU3FbKrbIj5nFgva1aVY2158dykvK14%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:57.1649845","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A57Z&sr=b&sp=r&sig=DAzKPpdPCjUlpzC0eCgt0Cqx5vYhCW%2F%2FKg22LpZTXx4%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:54:57.1648937","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A54%3A57Z&sr=b&sp=r&sig=CxQQI34Uw6RNmabyqUY48DnxZX3MePzZsjeZZ5rXkb0%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:54:57.1650059","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:05.84Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2670' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:57 GMT + mise-correlation-id: + - 7afb8c95-fa2f-4f14-9cb9-bd8f5328d0a4 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A02Z&sr=b&sp=r&sig=JJ40yw3yLDkdZ4OzerwYEs2xRE0Fvq25jfn9MTxOVgs%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:02.4829325","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A02Z&sr=b&sp=r&sig=GqIYgcERak4BX8lN0DT3nhh26YG%2FIiqGptuYk71Q6mU%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:02.4828636","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A02Z&sr=b&sp=r&sig=2kydAdVNWSICwlIMbZCMuy2BiEi4CDbd8KUpei32cAg%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:02.4829466","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:05.84Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2668' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:02 GMT + mise-correlation-id: + - 834f8439-e10d-49eb-bb98-0f051be5818c + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A07Z&sr=b&sp=r&sig=bpXX5m6XJsdPEF5ZSWPMou%2BBQqdnpvK%2F%2BqarWhPB94E%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:07.7814567","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A07Z&sr=b&sp=r&sig=kFATEu%2BN5AD%2FUGToNYYiCfPOBkEiGohB7o1dAh4BPIg%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:07.7813952","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A07Z&sr=b&sp=r&sig=9N4%2B1NzaF6FHgCmkBBGOAp%2FgRYmdq%2FvxgmkCVYT32ak%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:07.7814714","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:05.84Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2682' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:07 GMT + mise-correlation-id: + - b2ccd93f-97b3-4262-9e9c-1cb6a6fb9a62 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A13Z&sr=b&sp=r&sig=VKeCYbFVDJau9hsiB9LylL9I9PKuormo7hAc9AWy7yA%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:13.0566367","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A13Z&sr=b&sp=r&sig=cmEM%2FNJXtvlpCOpLO9mYfD%2B2ZpV5aYYqaGurTsBjimw%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:13.0565648","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A13Z&sr=b&sp=r&sig=%2BsD6psY8Et8XpdCzZmlCnH0rjXIN5lnXIjg1G3L9fP0%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:13.0566515","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:05.84Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2672' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:13 GMT + mise-correlation-id: + - 3fad8276-14bb-486f-8a9b-37339642e401 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A18Z&sr=b&sp=r&sig=0Tf1Ds9eeP2ts4WKtQ9syonboqgQLTFO0SCPikRc3OE%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:18.3231636","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A18Z&sr=b&sp=r&sig=Gdzf45r5NGkuthdPa5QbKVKxBTc7tiaCAGJpqaqg4IA%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:18.3230859","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A18Z&sr=b&sp=r&sig=XaLQXK1ZFujTTj0ajxkSSkHZE4Xo6THZBfVrb6L9vqk%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:18.3231778","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:05.84Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2666' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:18 GMT + mise-correlation-id: + - 8aabe0ea-db55-4522-ad4f-088212b2b012 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A23Z&sr=b&sp=r&sig=TNEshtklswgTqV6Nm5K1zi07meBX9PjSCN%2FfgqcJhoA%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:23.5995594","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A23Z&sr=b&sp=r&sig=UWrJNaLT66L6KPxnXoyeQTjncZvHLtFi%2BtJM2eUKBd0%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:23.599494","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A23Z&sr=b&sp=r&sig=k2h%2B6GrXzvrUiW%2FEfbQjgWcTN2oWN1CN7gLu0N95Mgk%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:23.5995756","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:05.84Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2673' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:23 GMT + mise-correlation-id: + - 5834335b-0f7f-4ebc-8a2d-25bd8d08bcb5 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A28Z&sr=b&sp=r&sig=bioQ0gjJAic5Xtg8PcQrKg%2B%2BqRBx06xnpuqXjUAiWZY%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:28.871018","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A28Z&sr=b&sp=r&sig=4ngAHVsn1L8Uqo5sP5iDAuIDMtXoan9pA%2FBSSW%2BOvUE%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:28.870942","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A28Z&sr=b&sp=r&sig=RQBBCj2PsolV6VkaWEfpk54Bjn%2B0grcvkYz%2FUZfL328%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:28.8710322","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:05.84Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2676' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:28 GMT + mise-correlation-id: + - 135b236f-49ca-4c4a-91ee-224a1ccd456b + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A34Z&sr=b&sp=r&sig=mO4QZqXajBTtcHgl7Jkd1qp%2FyIfJG18jYfgTZ0aHCvE%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:34.1375249","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A34Z&sr=b&sp=r&sig=AoVj8UN4oE63D7G8KjvpxgKOCyKyt5stPlrVE9GPnng%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:34.1374324","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A34Z&sr=b&sp=r&sig=ugEYs%2FgCpOeeP07ArqVgbEXvRWROH0OHQK5q7GM6E8s%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:34.1375513","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:05.84Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2670' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:34 GMT + mise-correlation-id: + - c4ff7495-66fe-413e-bd7e-ccd1e8465388 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A39Z&sr=b&sp=r&sig=wKpWuCdAHZd2BFTLBsMM49KD5S%2ByAkZOtlOyDQKqDUw%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:39.4290198","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A39Z&sr=b&sp=r&sig=FGbQn0BTzIxtN56CuffJZT%2Fd6%2F7cc%2BL%2BMIZQUd9fnK0%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:39.4289342","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A39Z&sr=b&sp=r&sig=9QezNU2lSeLlg4NZmfCwTgK9pOONWWBU5LoD%2FZwbJQ0%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:39.429037","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:05.84Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2677' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:39 GMT + mise-correlation-id: + - 3b666eb4-7b90-4670-8a7a-ce1b84145435 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A44Z&sr=b&sp=r&sig=AUgxIUZHuo%2B0bhAo%2BfQBp9ptd2xy7YHaxHpxYFLqGxA%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:44.7387187","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A44Z&sr=b&sp=r&sig=MyX%2F80ToNtBJOSlhBxe0YCWCCn7Sw%2FPvfCz5N5JqHZA%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:44.7386345","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A44Z&sr=b&sp=r&sig=R7wjdF3aJjadsy6EnsJY%2FMXTtSP2MqcbO3wJSmqQ1mQ%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:44.738736","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:05.84Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2675' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:44 GMT + mise-correlation-id: + - 189a2747-6ada-4708-a4e5-28fb6bf13d2f + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A50Z&sr=b&sp=r&sig=enYPZcqlL1wWZBKRQLGuBrxSx9a1YUV4reopa4GXPKw%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:50.0645966","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A50Z&sr=b&sp=r&sig=f5ppRbjg6%2F%2Ba8r1cbHuXq%2FtKBbv9jRTEYsQrigG2lcY%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:50.0645239","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A50Z&sr=b&sp=r&sig=rdRUjQH7Xr%2FmyX4nnnpGgZb59%2FYjEkx0JaIxdtEIf%2FQ%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:50.0646103","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:05.84Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2678' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:50 GMT + mise-correlation-id: + - 1fa84726-39ee-409f-a4cc-79f040405f20 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A55Z&sr=b&sp=r&sig=eL6b3DRowdEGV3Bsd7RudDcb4FQy3MCrvZr1QNvSnG0%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:55.392688","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A55Z&sr=b&sp=r&sig=rshx3e4mvQNXViw28lzCHVgynfRVAAxw%2BouFrx757iE%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:55.3926075","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A55Z&sr=b&sp=r&sig=C2ZcevDHT8P2h18hXK6UwJGi2wR998Qp5cpjuqAXfvk%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:55.3927048","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:05.84Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2667' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:55 GMT + mise-correlation-id: + - 5aa3dd19-cfd7-47a1-ba5e-e0c2306da21d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A00Z&sr=b&sp=r&sig=5mmUZz%2F1P2eoGJpl3GtEwdMqgAX3VORGqI4uqCstocs%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:00.6802601","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A00Z&sr=b&sp=r&sig=qw%2F37KPV8EGd8JJg0gIQqN9G0NyIv290%2BlprW8i9qCs%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:56:00.6801786","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A00Z&sr=b&sp=r&sig=AENViIvNA%2F2EPjWluOWN2ZpH46tvSqWFLldZR8g5Ymc%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:00.6802744","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:05.84Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2674' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:00 GMT + mise-correlation-id: + - 203ddc40-0f11-4360-81f5-6fcf88870f9c + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A05Z&sr=b&sp=r&sig=v2vJI2nXcum5RyFvdCwUQHl9%2FOn4%2BqrW%2FdKa5kcXuuM%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:05.9752342","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A05Z&sr=b&sp=r&sig=qG4jjNvPFxoaKrK9ab4X01mgZaiTZsnGHYtBzzR4BOs%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:56:05.9751533","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A05Z&sr=b&sp=r&sig=M7y%2FJXf38Cpxp99WCBDEJ4m8qq2E2ad3zXeh7Cxu81A%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:05.9752491","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:05.84Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2674' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:05 GMT + mise-correlation-id: + - e56cd61d-fa40-4e1f-90fa-652b27d6faeb + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A11Z&sr=b&sp=r&sig=dckyAdEPLG0aKsYnhnldUVtlO8MFogmi6Lbsz5Chu5E%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:11.265292","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A11Z&sr=b&sp=r&sig=nXePCUQUKqjCK2GTUHoETMHgd6aG9mErFlII%2FXIKYDU%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:56:11.265197","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A11Z&sr=b&sp=r&sig=whLuswHSX9sBWzhkM%2BISfT6gi7aMcRL19H6IZ5dT2I8%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:11.2653151","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:53:18.253Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:05.84Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2668' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:11 GMT + mise-correlation-id: + - e320d166-6065-4cb6-b5d8-5c19e8f2ad96 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A16Z&sr=b&sp=r&sig=rzJqr26BjuKMUs4BSFdNiKlVafWwmakWHCvbVJatG%2Fc%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:16.5935246","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A16Z&sr=b&sp=r&sig=m%2FA4RE3ar33n5RTDzZriCVHibqL8nG1g5MnU43cgFqM%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:56:16.5934551","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A16Z&sr=b&sp=r&sig=dfQ6alMdn5G%2Fnucwx7XA0g%2FDVo2WFwpZBC8L6x4vf%2BA%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:16.5935384","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"DONE","startDateTime":"2023-06-07T21:53:18.253Z","endDateTime":"2023-06-07T21:56:15.126Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:56:15.652Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2713' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:16 GMT + mise-correlation-id: + - ded62222-a369-4662-b420-b108000590fd + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:52:21.0598209Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:52:21.0598209Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:18 GMT + etag: + - '"0b000201-0000-0100-0000-6480fc170000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs?testId=metric-test-case&api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A19Z&sr=b&sp=r&sig=Q5Ic7ZAdh%2FhSW91XNa2PJ0fhdnRBgLQTv5Ej6OjZrrU%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:19.1561865","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A19Z&sr=b&sp=r&sig=1f0xXpZh2vSqO2FoC9Y%2Bzl%2FqBuLEG8Wq8iRLTjOPxUY%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:56:19.156123","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A19Z&sr=b&sp=r&sig=oKm9HaJknLok4m8IwJpoJpvKOLCLzzR7d3qfvVqugPw%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:19.156203","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"DONE","startDateTime":"2023-06-07T21:53:18.253Z","endDateTime":"2023-06-07T21:56:15.126Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:56:15.652Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2719' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:19 GMT + mise-correlation-id: + - 4ff3f5b8-941e-402b-9562-473951fd16e8 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:52:21.0598209Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:52:21.0598209Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:20 GMT + etag: + - '"0b000201-0000-0100-0000-6480fc170000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A21Z&sr=b&sp=r&sig=1Wd1hnx2cbtLdPnTj8B0RmdughS2lcDuzX176Msnpiw%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:21.6574201","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A21Z&sr=b&sp=r&sig=EIRsT5mYmc%2BSCzyTucf94eiDX6qN%2F1gKALdwdDOtagg%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:56:21.6573393","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A21Z&sr=b&sp=r&sig=yTC9GPxX647XcTgwJRjdPGf%2FwBB0pfHQXZUNZARrtO8%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:21.6574423","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"DONE","startDateTime":"2023-06-07T21:53:18.253Z","endDateTime":"2023-06-07T21:56:15.126Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:56:15.652Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2709' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:21 GMT + mise-correlation-id: + - 44fec6e0-0c60-4290-bf8a-8dd59084a040 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case/metric-definitions?metricNamespace=LoadTestRunMetrics&api-version=2022-11-01 + response: + body: + string: '{"value":[{"dimensions":[{"description":"Request Name","name":"RequestName"}],"description":"No + of concurrent virtual users","name":"VirtualUsers","namespace":"LoadTestRunMetrics","primaryAggregationType":"Total","supportedAggregationTypes":["Total"],"unit":"Count","metricAvailabilities":[{"timeGrain":"PT5S"},{"timeGrain":"PT10S"},{"timeGrain":"PT1M"},{"timeGrain":"PT5M"},{"timeGrain":"PT1H"}]},{"dimensions":[{"description":"Request + Name","name":"RequestName"}],"description":"Response time (Successful request)","name":"ResponseTime","namespace":"LoadTestRunMetrics","primaryAggregationType":"Percentile90","supportedAggregationTypes":["Average","Percentile90","Percentile95","Percentile99"],"unit":"Milliseconds","metricAvailabilities":[{"timeGrain":"PT5S"},{"timeGrain":"PT10S"},{"timeGrain":"PT1M"},{"timeGrain":"PT5M"},{"timeGrain":"PT1H"}]},{"dimensions":[{"description":"Request + Name","name":"RequestName"}],"description":"Total Requests","name":"TotalRequests","namespace":"LoadTestRunMetrics","primaryAggregationType":"Total","supportedAggregationTypes":["Total"],"unit":"Count","metricAvailabilities":[{"timeGrain":"PT5S"},{"timeGrain":"PT10S"},{"timeGrain":"PT1M"},{"timeGrain":"PT5M"},{"timeGrain":"PT1H"}]},{"dimensions":[{"description":"Request + Name","name":"RequestName"},{"description":"Error response code","name":"Errors"}],"description":"Total + Errors","name":"Errors","namespace":"LoadTestRunMetrics","primaryAggregationType":"Total","supportedAggregationTypes":["Total"],"unit":"Count","metricAvailabilities":[{"timeGrain":"PT5S"},{"timeGrain":"PT10S"},{"timeGrain":"PT1M"},{"timeGrain":"PT5M"},{"timeGrain":"PT1H"}]}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1643' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:21 GMT + mise-correlation-id: + - 4325ceeb-21c7-4557-8d14-2cd993abbfe9 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case/metrics?metricname=VirtualUsers&metricNamespace=LoadTestRunMetrics×pan=2023-06-07T21%3A53%3A18.253Z%2F2023-06-07T21%3A56%3A15.126Z&api-version=2022-11-01 + response: + body: + string: '{"value":[{"data":[{"timestamp":"2023-06-07T21:54:00.000Z","value":1.0},{"timestamp":"2023-06-07T21:55:00.000Z","value":1.0},{"timestamp":"2023-06-07T21:56:00.000Z","value":1.0}]}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '181' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:22 GMT + mise-correlation-id: + - 253ef76d-074a-457a-b331-42afebc09cd4 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case/metrics?metricname=ResponseTime&metricNamespace=LoadTestRunMetrics×pan=2023-06-07T21%3A53%3A18.253Z%2F2023-06-07T21%3A56%3A15.126Z&api-version=2022-11-01 + response: + body: + string: '{"value":[{"data":[{"timestamp":"2023-06-07T21:54:00.000Z","value":20.0},{"timestamp":"2023-06-07T21:55:00.000Z","value":15.0},{"timestamp":"2023-06-07T21:56:00.000Z","value":15.0}]}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '184' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:22 GMT + mise-correlation-id: + - b472da4c-8d7d-47d4-9db9-da841128690a + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case/metrics?metricname=TotalRequests&metricNamespace=LoadTestRunMetrics×pan=2023-06-07T21%3A53%3A18.253Z%2F2023-06-07T21%3A56%3A15.126Z&api-version=2022-11-01 + response: + body: + string: '{"value":[{"data":[{"timestamp":"2023-06-07T21:54:00.000Z","value":49.0},{"timestamp":"2023-06-07T21:55:00.000Z","value":61.0},{"timestamp":"2023-06-07T21:56:00.000Z","value":10.0}]}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '184' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:22 GMT + mise-correlation-id: + - 051e6ab7-d3e7-4748-963f-99e15220cf9d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case/metrics?metricname=Errors&metricNamespace=LoadTestRunMetrics×pan=2023-06-07T21%3A53%3A18.253Z%2F2023-06-07T21%3A56%3A15.126Z&api-version=2022-11-01 + response: + body: + string: '{"value":[{"data":[]}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '23' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:23 GMT + mise-correlation-id: + - 35b16b21-5ec3-48f7-beff-718288d9890b + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:52:21.0598209Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:52:21.0598209Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:24 GMT + etag: + - '"0b000201-0000-0100-0000-6480fc170000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A25Z&sr=b&sp=r&sig=omgMnPL0MhMfIt%2FDjGT0cujmvIeWS1yBZ%2FVgLGsRrao%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:25.8184449","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A25Z&sr=b&sp=r&sig=%2B32yaMKNY%2Bune%2BNYXAUtPvyr0vg7%2BJ3TtqpCcP6kGNo%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:56:25.8183591","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A25Z&sr=b&sp=r&sig=Qe3ya3izVmmIfMABIQc4LWNM1cxT3xHH80E8Yh1gABQ%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:25.8184628","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{"resultFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/d3e3e925-1887-4f50-ab4f-bd02d15b3aa1_results.zip?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A25Z&sr=b&sp=r&sig=JyHS4sANAW%2Ba5o2BpJWLmS9rwnVbHNoDRfTMjwC0oL8%3D","fileName":"csv.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:25.8184809","validationStatus":"VALIDATION_NOT_REQUIRED"},"logsFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/d3e3e925-1887-4f50-ab4f-bd02d15b3aa1_logs.zip?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A25Z&sr=b&sp=r&sig=TTBLpund7AEuSuoJEuuNxqG7muIN5Nv3WQfgY0htpEY%3D","fileName":"logs.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:25.8184986","validationStatus":"VALIDATION_NOT_REQUIRED"}}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"DONE","startDateTime":"2023-06-07T21:53:18.253Z","endDateTime":"2023-06-07T21:56:15.126Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:56:21.869Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '3876' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:25 GMT + mise-correlation-id: + - cee57cfe-d407-4bbc-924b-b7f3c4682c39 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"filters": []}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '15' + Content-Type: + - application/json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case/metrics?metricname=VirtualUsers&metricNamespace=LoadTestRunMetrics×pan=2023-06-07T21%3A53%3A18.253Z%2F2023-06-07T21%3A56%3A15.126Z&api-version=2022-11-01 + response: + body: + string: '{"value":[{"data":[{"timestamp":"2023-06-07T21:54:00.000Z","value":1.0},{"timestamp":"2023-06-07T21:55:00.000Z","value":1.0},{"timestamp":"2023-06-07T21:56:00.000Z","value":1.0}]}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '181' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:26 GMT + mise-correlation-id: + - 5d81c78b-a6ab-421b-a495-3fc11c88e52c + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:52:21.0598209Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:52:21.0598209Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:27 GMT + etag: + - '"0b000201-0000-0100-0000-6480fc170000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A28Z&sr=b&sp=r&sig=8TPxGAQ3nC8jVq%2FUJjJaAVbm%2BfG6KkblpqyBJsXg4RY%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:28.3028801","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A28Z&sr=b&sp=r&sig=SA1O9SeKjnDD3uQ5TtVBQqIh73pHio7aqZo2M01x%2F0g%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:56:28.3028074","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A28Z&sr=b&sp=r&sig=WgfaDn5jeXr0of2aIqkURbQQd%2BIxIIkRvm2sNWgTL%2BQ%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:28.3028943","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{"resultFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/d3e3e925-1887-4f50-ab4f-bd02d15b3aa1_results.zip?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A28Z&sr=b&sp=r&sig=G%2F9o7mdQDu5vy2LQfAQqIFP3iUlNv4asM86lCqWgsoM%3D","fileName":"csv.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:28.3029087","validationStatus":"VALIDATION_NOT_REQUIRED"},"logsFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/d3e3e925-1887-4f50-ab4f-bd02d15b3aa1_logs.zip?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A28Z&sr=b&sp=r&sig=NiMCankzAOUtbrXlBH7YqowBTGjyCRqUIBjjmbE7sK4%3D","fileName":"logs.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:28.302923","validationStatus":"VALIDATION_NOT_REQUIRED"}}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"DONE","startDateTime":"2023-06-07T21:53:18.253Z","endDateTime":"2023-06-07T21:56:15.126Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:56:21.869Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '3873' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:28 GMT + mise-correlation-id: + - 9150c0c1-58db-4a93-8eb7-4ad0ac3ef50b + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case/metric-definitions?metricNamespace=LoadTestRunMetrics&api-version=2022-11-01 + response: + body: + string: '{"value":[{"dimensions":[{"description":"Request Name","name":"RequestName"}],"description":"No + of concurrent virtual users","name":"VirtualUsers","namespace":"LoadTestRunMetrics","primaryAggregationType":"Total","supportedAggregationTypes":["Total"],"unit":"Count","metricAvailabilities":[{"timeGrain":"PT5S"},{"timeGrain":"PT10S"},{"timeGrain":"PT1M"},{"timeGrain":"PT5M"},{"timeGrain":"PT1H"}]},{"dimensions":[{"description":"Request + Name","name":"RequestName"}],"description":"Response time (Successful request)","name":"ResponseTime","namespace":"LoadTestRunMetrics","primaryAggregationType":"Percentile90","supportedAggregationTypes":["Average","Percentile90","Percentile95","Percentile99"],"unit":"Milliseconds","metricAvailabilities":[{"timeGrain":"PT5S"},{"timeGrain":"PT10S"},{"timeGrain":"PT1M"},{"timeGrain":"PT5M"},{"timeGrain":"PT1H"}]},{"dimensions":[{"description":"Request + Name","name":"RequestName"}],"description":"Total Requests","name":"TotalRequests","namespace":"LoadTestRunMetrics","primaryAggregationType":"Total","supportedAggregationTypes":["Total"],"unit":"Count","metricAvailabilities":[{"timeGrain":"PT5S"},{"timeGrain":"PT10S"},{"timeGrain":"PT1M"},{"timeGrain":"PT5M"},{"timeGrain":"PT1H"}]},{"dimensions":[{"description":"Request + Name","name":"RequestName"},{"description":"Error response code","name":"Errors"}],"description":"Total + Errors","name":"Errors","namespace":"LoadTestRunMetrics","primaryAggregationType":"Total","supportedAggregationTypes":["Total"],"unit":"Count","metricAvailabilities":[{"timeGrain":"PT5S"},{"timeGrain":"PT10S"},{"timeGrain":"PT1M"},{"timeGrain":"PT5M"},{"timeGrain":"PT1H"}]}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1643' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:28 GMT + mise-correlation-id: + - b4f951ad-8f0d-4b89-aa8b-5aaaa8783d6a + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case/metric-dimensions/RequestName/values?metricname=VirtualUsers&metricNamespace=LoadTestRunMetrics×pan=2023-06-07T21%3A53%3A18.253Z%2F2023-06-07T21%3A56%3A15.126Z&api-version=2022-11-01 + response: + body: + string: '{"value":["HTTP Request"]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '26' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:28 GMT + mise-correlation-id: + - 13511f29-14b7-46eb-bb28-0c92438ffac5 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"filters": [{"name": "RequestName", "values": ["HTTP Request"]}]}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case/metrics?metricname=VirtualUsers&metricNamespace=LoadTestRunMetrics×pan=2023-06-07T21%3A53%3A18.253Z%2F2023-06-07T21%3A56%3A15.126Z&api-version=2022-11-01 + response: + body: + string: '{"value":[{"data":[{"timestamp":"2023-06-07T21:54:00.000Z","value":1.0},{"timestamp":"2023-06-07T21:55:00.000Z","value":1.0},{"timestamp":"2023-06-07T21:56:00.000Z","value":1.0}],"dimensionValues":[{"name":"RequestName","value":"HTTP + Request"}]}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '247' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:29 GMT + mise-correlation-id: + - 92552c29-2801-40bc-a7f8-3b855b74d45e + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:52:21.0598209Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:52:21.0598209Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:29 GMT + etag: + - '"0b000201-0000-0100-0000-6480fc170000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A30Z&sr=b&sp=r&sig=a0QRAGzenJAtdlDVwe97TPqGKT7Nl5%2Boxhz8LY9Ym34%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:30.8327429","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A30Z&sr=b&sp=r&sig=qAyRnCUrpnTujunOiwDHOK8AFNwVN6LU7u0mP0ZVy7s%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:56:30.8326617","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A30Z&sr=b&sp=r&sig=QNK22PiBVhNcfg6egGgXLngI6L%2F0p9Vg6Y%2BJyCiJJaI%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:30.8327601","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{"resultFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/d3e3e925-1887-4f50-ab4f-bd02d15b3aa1_results.zip?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A30Z&sr=b&sp=r&sig=wICLrgHF1%2FPYG%2BKW9td4rW%2B4Lfkts8nC9qJS0pPmvxM%3D","fileName":"csv.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:30.8327852","validationStatus":"VALIDATION_NOT_REQUIRED"},"logsFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/d3e3e925-1887-4f50-ab4f-bd02d15b3aa1_logs.zip?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A30Z&sr=b&sp=r&sig=XzFJ%2F73AZbV7gCDcTPf3Ts%2BsUhpn8t4%2B7YjfQgnGtkE%3D","fileName":"logs.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:30.8328013","validationStatus":"VALIDATION_NOT_REQUIRED"}}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"DONE","startDateTime":"2023-06-07T21:53:18.253Z","endDateTime":"2023-06-07T21:56:15.126Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:56:21.869Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '3880' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:30 GMT + mise-correlation-id: + - 4d718b8d-d820-4c04-bad2-814e01a58176 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case/metric-dimensions/RequestName/values?metricname=VirtualUsers&metricNamespace=LoadTestRunMetrics×pan=2023-06-07T21%3A53%3A18.253Z%2F2023-06-07T21%3A56%3A15.126Z&api-version=2022-11-01 + response: + body: + string: '{"value":["HTTP Request"]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '26' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:31 GMT + mise-correlation-id: + - 739094a7-d4c4-4388-88c7-39d0b18eeb8e + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"filters": [{"name": "RequestName", "values": ["HTTP Request"]}]}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case/metrics?metricname=VirtualUsers&metricNamespace=LoadTestRunMetrics×pan=2023-06-07T21%3A53%3A18.253Z%2F2023-06-07T21%3A56%3A15.126Z&api-version=2022-11-01 + response: + body: + string: '{"value":[{"data":[{"timestamp":"2023-06-07T21:54:00.000Z","value":1.0},{"timestamp":"2023-06-07T21:55:00.000Z","value":1.0},{"timestamp":"2023-06-07T21:56:00.000Z","value":1.0}],"dimensionValues":[{"name":"RequestName","value":"HTTP + Request"}]}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '247' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:31 GMT + mise-correlation-id: + - c2ae48f5-4d2a-4954-896c-6495356e3865 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:52:21.0598209Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:52:21.0598209Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:34 GMT + etag: + - '"0b000201-0000-0100-0000-6480fc170000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/7f56c159-90a8-4469-97a1-a15d14ab54ff?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A35Z&sr=b&sp=r&sig=TII2Z71iJ0Cuy4E88%2Br48FspcLOcXTrWavCIsNVLtw4%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:35.1331489","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/ebfe36cd-cf3a-4cf8-a95e-048d9aa9bb80?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A35Z&sr=b&sp=r&sig=btnnesxTqgfo%2BsukMXxeYHzo7L0E2vCemEZ4XuXElm0%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:56:35.1330779","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/e2bab9a8-f3ae-43a8-9c3f-5db4835434d1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A35Z&sr=b&sp=r&sig=FAdvpdJmeqpfgnebUtlSNHRAt5yjw0JcTMZjLYRqZBQ%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:35.133163","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{"resultFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/d3e3e925-1887-4f50-ab4f-bd02d15b3aa1_results.zip?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A35Z&sr=b&sp=r&sig=lb9jYN47rotrUVGRiuBtKgYP9qLZraaR1VsUDpiIIyI%3D","fileName":"csv.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:35.1331776","validationStatus":"VALIDATION_NOT_REQUIRED"},"logsFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/f44b8f4a-9a7c-4341-a77d-4af34c74e398/d3e3e925-1887-4f50-ab4f-bd02d15b3aa1_logs.zip?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A35Z&sr=b&sp=r&sig=fRZlVt1RKrAyZ17Ev%2FLCm8%2F7B5c%2BIPcbfmzwNLHOPng%3D","fileName":"logs.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:35.1331911","validationStatus":"VALIDATION_NOT_REQUIRED"}}},"testResult":"NOT_APPLICABLE","testRunId":"metric-test-run-case","testId":"metric-test-case","status":"DONE","startDateTime":"2023-06-07T21:53:18.253Z","endDateTime":"2023-06-07T21:56:15.126Z","executedDateTime":"2023-06-07T21:53:17.451Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/metric-test-case/testRunId/metric-test-run-case","createdDateTime":"2023-06-07T21:53:18.067Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:56:21.869Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '3871' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:35 GMT + mise-correlation-id: + - 33ccc5d8-5e58-4fee-a4bf-ef335808b3a3 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"filters": [{"name": "RequestName", "values": ["HTTP Request"]}]}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://4be11ba9-ea30-4efd-9218-3ca4a1949d04.eastus.cnt-prod.loadtesting.azure.com/test-runs/metric-test-run-case/metrics?metricname=VirtualUsers&metricNamespace=LoadTestRunMetrics×pan=2023-06-07T21%3A53%3A18.253Z%2F2023-06-07T21%3A56%3A15.126Z&api-version=2022-11-01 + response: + body: + string: '{"value":[{"data":[{"timestamp":"2023-06-07T21:54:00.000Z","value":1.0},{"timestamp":"2023-06-07T21:55:00.000Z","value":1.0},{"timestamp":"2023-06-07T21:56:00.000Z","value":1.0}],"dimensionValues":[{"name":"RequestName","value":"HTTP + Request"}]}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '247' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:35 GMT + mise-correlation-id: + - f4dced36-7f62-41a4-a747-96443cfdd894 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/load/azext_load/tests/latest/recordings/test_load_test_run_server_metric.yaml b/src/load/azext_load/tests/latest/recordings/test_load_test_run_server_metric.yaml new file mode 100644 index 00000000000..0404797e0b1 --- /dev/null +++ b/src/load/azext_load/tests/latest/recordings/test_load_test_run_server_metric.yaml @@ -0,0 +1,1742 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:54:12.1642195Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:54:12.1642195Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:47 GMT + etag: + - '"0b002601-0000-0100-0000-6480fc860000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestNotFound","message":"Test couldn''t find with + given identifier server-metric-test-case","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Wed, 07 Jun 2023 21:54:49 GMT + mise-correlation-id: + - 3a400394-39da-4604-9c9f-25817d1749cf + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"displayName": "CLI-Test", "description": "Test created from az load test + command", "keyvaultReferenceIdentityType": "SystemAssigned", "environmentVariables": + {"rps": 1, "duration_in_sec": "1"}, "secrets": {}, "loadTestConfiguration": + {"engineInstances": 1, "quickStartTest": false, "splitAllCSVs": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '307' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"additionalFileInfo":[]},"testId":"server-metric-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:54:49.997Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:54:49.997Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '525' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:50 GMT + location: + - https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case?api-version=2022-11-01 + mise-correlation-id: + - 8c62c9b5-94e4-4b3e-8627-f727c3a5ee7d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case/files?api-version=2022-11-01 + response: + body: + string: '{"value":[]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:50 GMT + mise-correlation-id: + - 47161729-d6b1-474f-8aaa-93cfc5278259 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: !!python/object/new:_io.BytesIO + state: !!python/tuple + - !!binary | + PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxqbWV0ZXJUZXN0UGxhbiB2 + ZXJzaW9uPSIxLjIiIHByb3BlcnRpZXM9IjUuMCIgam1ldGVyPSI1LjUiPg0KICA8aGFzaFRyZWU+ + DQogICAgPFRlc3RQbGFuIGd1aWNsYXNzPSJUZXN0UGxhbkd1aSIgdGVzdGNsYXNzPSJUZXN0UGxh + biIgdGVzdG5hbWU9IkF6dXJlIExvYWQgVGVzdGluZyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICA8 + c3RyaW5nUHJvcCBuYW1lPSJUZXN0UGxhbi5jb21tZW50cyI+PC9zdHJpbmdQcm9wPg0KICAgICAg + PGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLmZ1bmN0aW9uYWxfbW9kZSI+ZmFsc2U8L2Jvb2xQcm9w + Pg0KICAgICAgPGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLnRlYXJEb3duX29uX3NodXRkb3duIj50 + cnVlPC9ib29sUHJvcD4NCiAgICAgIDxib29sUHJvcCBuYW1lPSJUZXN0UGxhbi5zZXJpYWxpemVf + dGhyZWFkZ3JvdXBzIj5mYWxzZTwvYm9vbFByb3A+DQogICAgICA8ZWxlbWVudFByb3AgbmFtZT0i + VGVzdFBsYW4udXNlcl9kZWZpbmVkX3ZhcmlhYmxlcyIgZWxlbWVudFR5cGU9IkFyZ3VtZW50cyIg + Z3VpY2xhc3M9IkFyZ3VtZW50c1BhbmVsIiB0ZXN0Y2xhc3M9IkFyZ3VtZW50cyIgdGVzdG5hbWU9 + IlVzZXIgRGVmaW5lZCBWYXJpYWJsZXMiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICA8Y29sbGVj + dGlvblByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgPC9lbGVtZW50UHJv + cD4NCiAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IlRlc3RQbGFuLnVzZXJfZGVmaW5lX2NsYXNzcGF0 + aCI+PC9zdHJpbmdQcm9wPg0KICAgIDwvVGVzdFBsYW4+DQogICAgPGhhc2hUcmVlPg0KICAgICAg + PEFyZ3VtZW50cyBndWljbGFzcz0iQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRz + IiB0ZXN0bmFtZT0iVXNlciBEZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAg + ICAgIDxjb2xsZWN0aW9uUHJvcCBuYW1lPSJBcmd1bWVudHMuYXJndW1lbnRzIj4NCiAgICAgICAg + ICA8ZWxlbWVudFByb3AgbmFtZT0iZHVyYXRpb25faW5fc2VjIiBlbGVtZW50VHlwZT0iQXJndW1l + bnQiPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubmFtZSI+ZHVyYXRp + b25faW5fc2VjPC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJn + dW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5nZXRlbnYoJnF1b3Q7ZHVyYXRpb25faW5f + c2VjJnF1b3Q7KSA/OiAmcXVvdDsxMCZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAg + IDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAg + ICAgICAgIDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9InJwcyIg + ZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFy + Z3VtZW50Lm5hbWUiPnJwczwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3JwcyZx + dW90OykgPzogJnF1b3Q7MSZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJp + bmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAgICAgICAg + IDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9ImRvbWFpbiIgZWxl + bWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3Vt + ZW50Lm5hbWUiPmRvbWFpbjwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O2RvbWFp + biZxdW90OykgPzogJnF1b3Q7ZXhhbXBsZS5jb20mcXVvdDsgKX08L3N0cmluZ1Byb3A+DQogICAg + ICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5tZXRhZGF0YSI+PTwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICA8L2VsZW1lbnRQcm9wPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1l + PSJwcm90b2NvbCIgZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQ + cm9wIG5hbWU9IkFyZ3VtZW50Lm5hbWUiPnByb3RvY29sPC9zdHJpbmdQcm9wPg0KICAgICAgICAg + ICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5n + ZXRlbnYoJnF1b3Q7cHJvdG9jb2wmcXVvdDspID86ICZxdW90O2h0dHBzJnF1b3Q7ICl9PC9zdHJp + bmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubWV0YWRhdGEi + Pj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAgICAgICA8ZWxl + bWVudFByb3AgbmFtZT0idXJsX3BhdGgiIGVsZW1lbnRUeXBlPSJBcmd1bWVudCI+DQogICAgICAg + ICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5uYW1lIj51cmxfcGF0aDwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jv + b3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3VybF9wYXRoJnF1b3Q7KSA/OiAmcXVvdDsvJnF1b3Q7 + ICl9PC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQu + bWV0YWRhdGEiPj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAg + ICAgPC9jb2xsZWN0aW9uUHJvcD4NCiAgICAgIDwvQXJndW1lbnRzPg0KICAgICAgPGhhc2hUcmVl + Lz4NCiAgICAgIDxPcGVuTW9kZWxUaHJlYWRHcm91cCBndWljbGFzcz0iT3Blbk1vZGVsVGhyZWFk + R3JvdXBHdWkiIHRlc3RjbGFzcz0iT3Blbk1vZGVsVGhyZWFkR3JvdXAiIHRlc3RuYW1lPSJPcGVu + IE1vZGVsIFRocmVhZCBHcm91cCIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgIDxlbGVtZW50UHJv + cCBuYW1lPSJUaHJlYWRHcm91cC5tYWluX2NvbnRyb2xsZXIiIGVsZW1lbnRUeXBlPSJPcGVuTW9k + ZWxUaHJlYWRHcm91cENvbnRyb2xsZXIiLz4NCiAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iVGhy + ZWFkR3JvdXAub25fc2FtcGxlX2Vycm9yIj5jb250aW51ZTwvc3RyaW5nUHJvcD4NCiAgICAgICAg + PHN0cmluZ1Byb3AgbmFtZT0iT3Blbk1vZGVsVGhyZWFkR3JvdXAuc2NoZWR1bGUiPnJhdGUoJHty + cHN9L3NlYykgcmFuZG9tX2Fycml2YWxzKCR7ZHVyYXRpb25faW5fc2VjfSBzZWMpPC9zdHJpbmdQ + cm9wPg0KICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJPcGVuTW9kZWxUaHJlYWRHcm91cC5yYW5k + b21fc2VlZCI+PC9zdHJpbmdQcm9wPg0KICAgICAgPC9PcGVuTW9kZWxUaHJlYWRHcm91cD4NCiAg + ICAgIDxoYXNoVHJlZT4NCiAgICAgICAgPEhUVFBTYW1wbGVyUHJveHkgZ3VpY2xhc3M9Ikh0dHBU + ZXN0U2FtcGxlR3VpIiB0ZXN0Y2xhc3M9IkhUVFBTYW1wbGVyUHJveHkiIHRlc3RuYW1lPSJIVFRQ + IFJlcXVlc3QiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1lPSJI + VFRQc2FtcGxlci5Bcmd1bWVudHMiIGVsZW1lbnRUeXBlPSJBcmd1bWVudHMiIGd1aWNsYXNzPSJI + VFRQQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRzIiB0ZXN0bmFtZT0iVXNlciBE + ZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgICAgICA8Y29sbGVjdGlv + blByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgICAgIDwvZWxlbWVudFBy + b3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBsZXIuZG9tYWluIj4ke2Rv + bWFpbn08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBs + ZXIucG9ydCI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBT + YW1wbGVyLnByb3RvY29sIj4ke3Byb3RvY29sfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3Ry + aW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5jb250ZW50RW5jb2RpbmciPjwvc3RyaW5nUHJvcD4N + CiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5wYXRoIj4ke3VybF9wYXRo + fTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5t + ZXRob2QiPkdFVDwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8Ym9vbFByb3AgbmFtZT0iSFRUUFNh + bXBsZXIuZm9sbG93X3JlZGlyZWN0cyI+dHJ1ZTwvYm9vbFByb3A+DQogICAgICAgICAgPGJvb2xQ + cm9wIG5hbWU9IkhUVFBTYW1wbGVyLmF1dG9fcmVkaXJlY3RzIj5mYWxzZTwvYm9vbFByb3A+DQog + ICAgICAgICAgPGJvb2xQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnVzZV9rZWVwYWxpdmUiPnRydWU8 + L2Jvb2xQcm9wPg0KICAgICAgICAgIDxib29sUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5ET19NVUxU + SVBBUlRfUE9TVCI+ZmFsc2U8L2Jvb2xQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9 + IkhUVFBTYW1wbGVyLmVtYmVkZGVkX3VybF9yZSI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxz + dHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLmNvbm5lY3RfdGltZW91dCI+PC9zdHJpbmdQcm9w + Pg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnJlc3BvbnNlX3RpbWVv + dXQiPjwvc3RyaW5nUHJvcD4NCiAgICAgICAgPC9IVFRQU2FtcGxlclByb3h5Pg0KICAgICAgICA8 + aGFzaFRyZWUvPg0KICAgICAgPC9oYXNoVHJlZT4NCiAgICA8L2hhc2hUcmVlPg0KICA8L2hhc2hU + cmVlPg0KPC9qbWV0ZXJUZXN0UGxhbj4NCg== + - 0 + - null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '4870' + Content-Type: + - application/octet-stream + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case/files/sample-JMX-file.jmx?fileType=JMX_FILE&api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/fbd09829-74d4-4932-9515-c37bbb7a115e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A04%3A51Z&sr=b&sp=r&sig=Xv9w3fhY8bW1HYxsS55J0NtW5N%2FYq7xTOIe9RQjJ5K4%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:04:51.4089372","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:51 GMT + location: + - https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + mise-correlation-id: + - d6cd96e9-1693-4317-903a-28671eb75705 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/fbd09829-74d4-4932-9515-c37bbb7a115e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A04%3A51Z&sr=b&sp=r&sig=3TrO9SedY2lyzL4x%2FtNxIJDhxf0praWrGuDAetfbsks%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:04:51.7206648","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:51 GMT + mise-correlation-id: + - ced670be-8276-41ef-bf1e-3774839f78d6 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/fbd09829-74d4-4932-9515-c37bbb7a115e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A04%3A57Z&sr=b&sp=r&sig=rAsG0WbHfI6SdQzoyAhOrXnYyDPzHE6ZxM6I4VIZXOo%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:04:57.1641104","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '549' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:54:57 GMT + mise-correlation-id: + - 9914ba43-6152-4026-8080-f65d85ad2f96 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/fbd09829-74d4-4932-9515-c37bbb7a115e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A05%3A02Z&sr=b&sp=r&sig=JquMLdGDIWGQg9g%2FEPUFc0B4YtXSb29KJQ%2FrKa7PhE8%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:05:02.4869513","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '553' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:02 GMT + mise-correlation-id: + - 560ea6c4-945b-43d3-9562-64c691b32a87 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/fbd09829-74d4-4932-9515-c37bbb7a115e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A05%3A07Z&sr=b&sp=r&sig=iMbZNPp8FtxQITJuTeW%2F3XQ3r0FV%2B7PynT6Ed95Z8yM%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:05:07.7794344","validationStatus":"VALIDATION_SUCCESS"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:07 GMT + mise-correlation-id: + - 1b940a6c-8554-4693-91cc-812fc0d22c1c + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/fbd09829-74d4-4932-9515-c37bbb7a115e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A08Z&sr=b&sp=r&sig=Lpo90olUZesdZEAjT%2BLS7qNj2aJeCHRFqjJU%2FaSq2kg%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:08.0448841","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"server-metric-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:54:49.997Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:55:04.768Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1098' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:08 GMT + mise-correlation-id: + - 2e6cf6ae-c1ec-4974-9fa1-065b97e2a228 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:54:12.1642195Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:54:12.1642195Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:08 GMT + etag: + - '"0b002601-0000-0100-0000-6480fc860000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/tests?api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/fbd09829-74d4-4932-9515-c37bbb7a115e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A10Z&sr=b&sp=r&sig=7PPCUk9dqolQ67P87JSOwyYXRlvs8SmoZ2Decmvooc0%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:10.4492558","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"server-metric-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:54:49.997Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:55:04.768Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1106' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:10 GMT + mise-correlation-id: + - de92e732-483e-4e5f-b427-53301e52f228 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:54:12.1642195Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:54:12.1642195Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:11 GMT + etag: + - '"0b002601-0000-0100-0000-6480fc860000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/test-runs/server-metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestRunNotFound","message":"Test run not found with + given name \"server-metric-test-run-case\".","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Wed, 07 Jun 2023 21:55:12 GMT + mise-correlation-id: + - f2e3cb57-70f9-4ea5-9a16-bbd36d11638c + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestRunNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"testId": "server-metric-test-case"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '37' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/test-runs/server-metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/b5a34c85-6d05-416c-b27a-46434285a54e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A13Z&sr=b&sp=r&sig=62VtwpQBQpfwXk3W9IJXRSkVHtN4K%2FDLF5qX9IDMs%2FU%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:13.2679721","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/fbd09829-74d4-4932-9515-c37bbb7a115e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A13Z&sr=b&sp=r&sig=TfKETcz7x3caYyp8UlmEQtQf5BR%2BmmLd4vznlVSCjCA%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:13.2678723","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/f7196f3d-dcf1-452e-9ad2-17af21478db9?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A13Z&sr=b&sp=r&sig=PMZXBJGGAHV6EX6iJdgre0wCB2C5GNXvBgIWpNAXrcQ%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:13.267996","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"server-metric-test-run-case","testId":"server-metric-test-case","status":"ACCEPTED","executedDateTime":"2023-06-07T21:55:13.113Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/server-metric-test-case/testRunId/server-metric-test-run-case","createdDateTime":"2023-06-07T21:55:15.438Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:55:15.438Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2654' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:15 GMT + location: + - https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/test-runs/server-metric-test-run-case?api-version=2022-11-01 + mise-correlation-id: + - 6cbe0ffb-2da7-4c68-bf27-dc5228165082 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/test-runs/server-metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/b5a34c85-6d05-416c-b27a-46434285a54e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A15Z&sr=b&sp=r&sig=EeuTlj0QMgrX6O6yi4XQ%2F3gQbAQMV4VicbDpjddZERM%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:15.7787384","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/fbd09829-74d4-4932-9515-c37bbb7a115e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A15Z&sr=b&sp=r&sig=7WKoNsvSG26%2F5Gzlvli1rVSilgbD01wg4wbZ2I6IzLY%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:15.7786826","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/f7196f3d-dcf1-452e-9ad2-17af21478db9?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A15Z&sr=b&sp=r&sig=p9WTIU7zjapHMrjpp%2FN2p0tMfCzc7V0Bx7eVWoeb22c%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:15.7787525","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"server-metric-test-run-case","testId":"server-metric-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:55:15.568Z","executedDateTime":"2023-06-07T21:55:13.113Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/server-metric-test-case/testRunId/server-metric-test-run-case","createdDateTime":"2023-06-07T21:55:15.438Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:55:15.739Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2702' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:15 GMT + mise-correlation-id: + - b144f450-e1b8-4f35-b417-9a470975a26c + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/test-runs/server-metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/b5a34c85-6d05-416c-b27a-46434285a54e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A21Z&sr=b&sp=r&sig=zzkJKU%2Bu%2BXXVckEG%2FySmwjHyKEpqaecIE%2BSfZavkaLM%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:21.0926972","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/fbd09829-74d4-4932-9515-c37bbb7a115e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A21Z&sr=b&sp=r&sig=NQSH63L1ZtVAJ0Y1090%2BQWN7TOXk8%2BKt1%2BuBaX39ubw%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:21.0926152","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/f7196f3d-dcf1-452e-9ad2-17af21478db9?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A21Z&sr=b&sp=r&sig=EWFFuaknBWW6pgUVBWWHebpalDQjzpvAjq%2F%2F0Gq9DJM%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:21.0927119","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"server-metric-test-run-case","testId":"server-metric-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:55:15.568Z","executedDateTime":"2023-06-07T21:55:13.113Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/server-metric-test-case/testRunId/server-metric-test-run-case","createdDateTime":"2023-06-07T21:55:15.438Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:55:15.739Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2714' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:21 GMT + mise-correlation-id: + - c766f2a7-c632-4a15-9d1a-a20596900223 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/test-runs/server-metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/b5a34c85-6d05-416c-b27a-46434285a54e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A26Z&sr=b&sp=r&sig=0jKylv94TsmQmLzCNjWz%2Bc7CFNf%2FIQuDN0SQ2dXzBXM%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:26.4229558","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/fbd09829-74d4-4932-9515-c37bbb7a115e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A26Z&sr=b&sp=r&sig=2DcffHpAveSQa1P1%2FtejlMBBIHGoythSu69vySrrMcs%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:26.422889","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/f7196f3d-dcf1-452e-9ad2-17af21478db9?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A26Z&sr=b&sp=r&sig=YHrKPgbtabR6HpLs28XCCGhpXBhGLfGvayn2xj7yqG4%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:26.4229701","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"server-metric-test-run-case","testId":"server-metric-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:55:15.568Z","executedDateTime":"2023-06-07T21:55:13.113Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/server-metric-test-case/testRunId/server-metric-test-run-case","createdDateTime":"2023-06-07T21:55:15.438Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:55:15.739Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2701' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:26 GMT + mise-correlation-id: + - ea362a37-ab32-4281-bb0a-60512dc3d25d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/test-runs/server-metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/b5a34c85-6d05-416c-b27a-46434285a54e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A31Z&sr=b&sp=r&sig=B4ZDBhqJYrfldKku7v%2BZIHj41X3i0c054b6vkDGci3E%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:31.7137519","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/fbd09829-74d4-4932-9515-c37bbb7a115e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A31Z&sr=b&sp=r&sig=aHq5ROMrFZg%2F6XwqUo%2BIkbmSoXQdq5FY44wvas9rhcU%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:31.7136832","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/f7196f3d-dcf1-452e-9ad2-17af21478db9?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A31Z&sr=b&sp=r&sig=g0lHu%2B5LSLI%2BOee%2BYoWeSbfEdLsH0uvxQb8CWnQr%2BPU%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:31.7137675","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"server-metric-test-run-case","testId":"server-metric-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:55:15.568Z","executedDateTime":"2023-06-07T21:55:13.113Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/server-metric-test-case/testRunId/server-metric-test-run-case","createdDateTime":"2023-06-07T21:55:15.438Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:55:15.739Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2710' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:31 GMT + mise-correlation-id: + - 9904e004-1405-4204-95b9-7f226ba10b9f + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/test-runs/server-metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/b5a34c85-6d05-416c-b27a-46434285a54e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A37Z&sr=b&sp=r&sig=zc3dhNstbJlVMtYOh911UEneqtTPUZclFbvd2ZcHp%2BE%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:37.010838","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/fbd09829-74d4-4932-9515-c37bbb7a115e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A37Z&sr=b&sp=r&sig=iAvd3EQKEvRm%2FxqZI6SKHOFcXA05m2%2BC2BNX454YluQ%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:37.010728","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/f7196f3d-dcf1-452e-9ad2-17af21478db9?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A37Z&sr=b&sp=r&sig=akn%2BgOj0iY2MLg4pgGxqtTIrPazpd%2FKXqoxg%2B4%2B32d8%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:37.0108685","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"server-metric-test-run-case","testId":"server-metric-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:55:15.568Z","executedDateTime":"2023-06-07T21:55:13.113Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/server-metric-test-case/testRunId/server-metric-test-run-case","createdDateTime":"2023-06-07T21:55:15.438Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:55:15.739Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2708' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:37 GMT + mise-correlation-id: + - a089b364-7f1c-4dca-b598-78df60dbd825 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/test-runs/server-metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/b5a34c85-6d05-416c-b27a-46434285a54e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A42Z&sr=b&sp=r&sig=HZ1YcdnZRpdqObvM35WujY6L%2BsacusdWD3toQSPQtiA%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:42.3009628","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/fbd09829-74d4-4932-9515-c37bbb7a115e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A42Z&sr=b&sp=r&sig=8EkhagMpvcAk6WSQfFmzrarVV0heIxXCIpJLuEk083k%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:42.3008661","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/f7196f3d-dcf1-452e-9ad2-17af21478db9?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A42Z&sr=b&sp=r&sig=Z9ag2CWPTysFuI5e0u8XBy6rH0KzfqaZD9J8GSak3HQ%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:42.3009844","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"server-metric-test-run-case","testId":"server-metric-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:55:15.568Z","executedDateTime":"2023-06-07T21:55:13.113Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/server-metric-test-case/testRunId/server-metric-test-run-case","createdDateTime":"2023-06-07T21:55:15.438Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:55:15.739Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2698' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:42 GMT + mise-correlation-id: + - e599dbb6-e4bc-4743-a0bd-c6b65c3b199b + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/test-runs/server-metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/b5a34c85-6d05-416c-b27a-46434285a54e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A47Z&sr=b&sp=r&sig=1lTfX81qRp%2BdB10INKSMgjyt9Ofm%2Fryckvi09eBLbQ8%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:47.6047319","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/fbd09829-74d4-4932-9515-c37bbb7a115e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A47Z&sr=b&sp=r&sig=erzFkgw5XkaPpdQ0RnNh0sTV2GX0MoNB5ixNxIkaPCM%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:47.6046621","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/f7196f3d-dcf1-452e-9ad2-17af21478db9?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A47Z&sr=b&sp=r&sig=chng3J3gWSf0a3xYLYy76sO2pzeGaRkua%2BNBTuAPsWE%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:47.6047478","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"server-metric-test-run-case","testId":"server-metric-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:55:15.568Z","executedDateTime":"2023-06-07T21:55:13.113Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/server-metric-test-case/testRunId/server-metric-test-run-case","createdDateTime":"2023-06-07T21:55:15.438Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:55:15.739Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2702' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:47 GMT + mise-correlation-id: + - 8d96e919-c06c-4ede-a875-b904fd4df599 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/test-runs/server-metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/b5a34c85-6d05-416c-b27a-46434285a54e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A52Z&sr=b&sp=r&sig=3fiSbenzLsYlG67otwoeY8nZEK8A9XCf6T1dLFG2IX8%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:52.9283804","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/fbd09829-74d4-4932-9515-c37bbb7a115e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A52Z&sr=b&sp=r&sig=so12mn%2B3otRuMf61sq9MvRfjxvX7sB0gTYZG24FlAPQ%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:52.9283038","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/f7196f3d-dcf1-452e-9ad2-17af21478db9?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A52Z&sr=b&sp=r&sig=mgN67rIgAqlQ%2F7mgtvQEoN5VxhDi%2BpoAjWEuEQd3ju8%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:52.9283959","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"server-metric-test-run-case","testId":"server-metric-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:55:15.568Z","executedDateTime":"2023-06-07T21:55:13.113Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/server-metric-test-case/testRunId/server-metric-test-run-case","createdDateTime":"2023-06-07T21:55:15.438Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:55:15.739Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2702' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:52 GMT + mise-correlation-id: + - fafb8fe2-54a7-4824-8014-f8435a969ca5 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/test-runs/server-metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/b5a34c85-6d05-416c-b27a-46434285a54e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A58Z&sr=b&sp=r&sig=p%2FuxRFspG5LHm7E9UW7wIQC%2FRZy9vFoColPQYeXA6BM%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:58.2766022","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/fbd09829-74d4-4932-9515-c37bbb7a115e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A58Z&sr=b&sp=r&sig=XCTcD4bePI0h5wSpA0EqvBZ2I0keOdZP1de9Wa5FRS4%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:55:58.2765299","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/f7196f3d-dcf1-452e-9ad2-17af21478db9?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A55%3A58Z&sr=b&sp=r&sig=yCHUmX9dLpniwFM4nx%2B2M9nZ%2BsHtjy606oFQ2gVacYQ%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:55:58.276617","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"server-metric-test-run-case","testId":"server-metric-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:55:15.568Z","executedDateTime":"2023-06-07T21:55:13.113Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/server-metric-test-case/testRunId/server-metric-test-run-case","createdDateTime":"2023-06-07T21:55:15.438Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:55:15.739Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2703' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:55:58 GMT + mise-correlation-id: + - b8fb11eb-8d25-4153-b935-2191a6a2402e + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/test-runs/server-metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/b5a34c85-6d05-416c-b27a-46434285a54e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A03Z&sr=b&sp=r&sig=8UAR1nxChw%2Bwx8%2BUQn6AB2R9uuKMMEuyJjHG18WgSCk%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:03.5873577","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/fbd09829-74d4-4932-9515-c37bbb7a115e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A03Z&sr=b&sp=r&sig=6RnCYaTJokQjWXpxqNiDmLPtaokym4ykyZkSWE1Jbjs%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:56:03.5872872","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/f7196f3d-dcf1-452e-9ad2-17af21478db9?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A03Z&sr=b&sp=r&sig=Y7vNc%2Fb86nk%2BNvAof5qDGXmkvbmyfxQ9W45sTnRvUUw%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:03.5873725","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"server-metric-test-run-case","testId":"server-metric-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:55:15.568Z","executedDateTime":"2023-06-07T21:55:13.113Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/server-metric-test-case/testRunId/server-metric-test-run-case","createdDateTime":"2023-06-07T21:55:15.438Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:56:01.968Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2701' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:03 GMT + mise-correlation-id: + - 463cc695-03d8-4e2a-9aa9-f9c8c67937ac + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/test-runs/server-metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/b5a34c85-6d05-416c-b27a-46434285a54e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A08Z&sr=b&sp=r&sig=o0G3%2Ba6TjJuL8jqF0qrPi5sUetWIoNdxsMzU1DfVsZg%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:08.8588891","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/fbd09829-74d4-4932-9515-c37bbb7a115e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A08Z&sr=b&sp=r&sig=BTzrygW4JPVZKK%2BPw3UXKYuIfHXmPSmnuQoAEMwi2yY%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:56:08.8588169","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/f7196f3d-dcf1-452e-9ad2-17af21478db9?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A08Z&sr=b&sp=r&sig=0SWYFf2VKbghusuAoHGbQIY0UxXTx%2FsLgyxzJdT8LsY%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:08.8589029","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"server-metric-test-run-case","testId":"server-metric-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:55:15.568Z","executedDateTime":"2023-06-07T21:55:13.113Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/server-metric-test-case/testRunId/server-metric-test-run-case","createdDateTime":"2023-06-07T21:55:15.438Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:56:01.968Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2699' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:08 GMT + mise-correlation-id: + - d366d6b7-5329-48ce-88a0-262387bd288f + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/test-runs/server-metric-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"errorDetails":[{"message":"Processing + error logs, please refresh to check actionable errors."}],"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/b5a34c85-6d05-416c-b27a-46434285a54e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A15Z&sr=b&sp=r&sig=UIEf%2BgPdN3g1NaF3dd9eoWERQ3pjqhq%2FUV1FRccT%2F5Q%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:15.1445529","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/fbd09829-74d4-4932-9515-c37bbb7a115e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A15Z&sr=b&sp=r&sig=xzKCuUTMJ7tEwvkOoZ0loYuOJQJtyv71KTxdTn8GHN8%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:56:15.1444429","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/f7196f3d-dcf1-452e-9ad2-17af21478db9?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A15Z&sr=b&sp=r&sig=niggFDzFuaUZ7chXVVCjn7aqmDX0XoW1MNVfxwG5R64%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:15.1445983","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"server-metric-test-run-case","testId":"server-metric-test-case","status":"FAILED","startDateTime":"2023-06-07T21:55:15.568Z","endDateTime":"2023-06-07T21:56:12.445Z","executedDateTime":"2023-06-07T21:55:13.113Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/server-metric-test-case/testRunId/server-metric-test-run-case","createdDateTime":"2023-06-07T21:55:15.438Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:56:12.53Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2833' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:15 GMT + mise-correlation-id: + - 8eed9f9b-fd6c-4e22-93f3-3cbafdfe6eef + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:54:12.1642195Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:54:12.1642195Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:16 GMT + etag: + - '"0b002601-0000-0100-0000-6480fc860000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/test-runs?testId=server-metric-test-case&api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"errorDetails":[{"message":"Processing + error logs, please refresh to check actionable errors."}],"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/b5a34c85-6d05-416c-b27a-46434285a54e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A17Z&sr=b&sp=r&sig=6NkIyMTaESjmipzPsFSrLMdrDr3pzIiqvEA8ak4fAOE%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:17.4203504","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/fbd09829-74d4-4932-9515-c37bbb7a115e?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A17Z&sr=b&sp=r&sig=rYz51Y2YW8LFR7%2FZgsjOtqNb890Ts5F0mQ%2Fu2O3iARA%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:56:17.4202297","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/1603c1bb-691c-4a21-925a-980b891243a0/f7196f3d-dcf1-452e-9ad2-17af21478db9?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A56%3A17Z&sr=b&sp=r&sig=VFv83Q1jG6WxGaiUnSespytx9dtkPdXhQuEDuYwhjSI%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:56:17.4203686","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"server-metric-test-run-case","testId":"server-metric-test-case","status":"FAILED","startDateTime":"2023-06-07T21:55:15.568Z","endDateTime":"2023-06-07T21:56:12.445Z","executedDateTime":"2023-06-07T21:55:13.113Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/server-metric-test-case/testRunId/server-metric-test-run-case","createdDateTime":"2023-06-07T21:55:15.438Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:56:16.446Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2844' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:17 GMT + mise-correlation-id: + - c11068e8-93bf-4ee7-9248-9106c6aed80d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:54:12.1642195Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:54:12.1642195Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:18 GMT + etag: + - '"0b002601-0000-0100-0000-6480fc860000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"testRunId": "server-metric-test-run-case", "components": {"/subscriptions/7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss": + {"resourceId": "/subscriptions/7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss", + "resourceName": "temp-vmss", "resourceType": "Microsoft.Compute/virtualMachineScaleSets"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '464' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/test-runs/server-metric-test-run-case/app-components?api-version=2022-11-01 + response: + body: + string: '{"components":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss":{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","resourceName":"temp-vmss","resourceType":"Microsoft.Compute/virtualMachineScaleSets","resourceGroup":"hbisht-rg","subscriptionId":"7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a"}},"testRunId":"server-metric-test-run-case","createdDateTime":"2023-06-07T21:56:19.722Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:56:19.722Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '709' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:19 GMT + location: + - https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/test-runs/server-metric-test-run-case/app-components?api-version=2022-11-01 + mise-correlation-id: + - 703d14ed-ec28-42a6-91b9-ed9d3c7c4984 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:54:12.1642195Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:54:12.1642195Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:20 GMT + etag: + - '"0b002601-0000-0100-0000-6480fc860000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/test-runs/server-metric-test-run-case/app-components?api-version=2022-11-01 + response: + body: + string: '{"components":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss":{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","resourceName":"temp-vmss","resourceType":"Microsoft.Compute/virtualMachineScaleSets","resourceGroup":"hbisht-rg","subscriptionId":"7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a"}},"testRunId":"server-metric-test-run-case","createdDateTime":"2023-06-07T21:56:19.722Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:56:19.722Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '709' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:21 GMT + mise-correlation-id: + - 5631e26d-f40f-43aa-bc22-c91dbeb4e3f3 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:54:12.1642195Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:54:12.1642195Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:21 GMT + etag: + - '"0b002601-0000-0100-0000-6480fc860000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"testRunId": "server-metric-test-run-case", "metrics": {"/subscriptions/7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Percentage + CPU": {"name": "Percentage CPU", "metricNamespace": "microsoft.compute/virtualmachinescalesets", + "aggregation": "Average", "resourceId": "/subscriptions/7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss", + "resourceType": "Microsoft.Compute/virtualMachineScaleSets"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '610' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/test-runs/server-metric-test-run-case/server-metrics-config?api-version=2022-11-01 + response: + body: + string: '{"testRunId":"server-metric-test-run-case","metrics":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/CPU + Credits Consumed":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/CPU + Credits Consumed","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","metricNamespace":"microsoft.compute/virtualmachinescalesets","name":"CPU + Credits Consumed","aggregation":"Average","resourceType":"microsoft.compute/virtualmachinescalesets"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Read Operations/Sec":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Read Operations/Sec","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","metricNamespace":"microsoft.compute/virtualmachinescalesets","name":"Disk + Read Operations/Sec","aggregation":"Average","resourceType":"microsoft.compute/virtualmachinescalesets"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Write Operations/Sec":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Write Operations/Sec","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","metricNamespace":"microsoft.compute/virtualmachinescalesets","name":"Disk + Write Operations/Sec","aggregation":"Average","resourceType":"microsoft.compute/virtualmachinescalesets"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Percentage + CPU":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Percentage + CPU","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","metricNamespace":"microsoft.compute/virtualmachinescalesets","name":"Percentage + CPU","aggregation":"Average","resourceType":"Microsoft.Compute/virtualMachineScaleSets"}},"createdDateTime":"2023-06-07T21:56:19.746Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:56:23.201Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '3334' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:23 GMT + mise-correlation-id: + - ef4d278d-6e58-4e38-8fdd-da176963bada + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:54:12.1642195Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:54:12.1642195Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:23 GMT + etag: + - '"0b002601-0000-0100-0000-6480fc860000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/test-runs/server-metric-test-run-case/server-metrics-config?api-version=2022-11-01 + response: + body: + string: '{"testRunId":"server-metric-test-run-case","metrics":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/CPU + Credits Consumed":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/CPU + Credits Consumed","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","metricNamespace":"microsoft.compute/virtualmachinescalesets","name":"CPU + Credits Consumed","aggregation":"Average","resourceType":"microsoft.compute/virtualmachinescalesets"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Read Operations/Sec":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Read Operations/Sec","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","metricNamespace":"microsoft.compute/virtualmachinescalesets","name":"Disk + Read Operations/Sec","aggregation":"Average","resourceType":"microsoft.compute/virtualmachinescalesets"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Write Operations/Sec":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Write Operations/Sec","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","metricNamespace":"microsoft.compute/virtualmachinescalesets","name":"Disk + Write Operations/Sec","aggregation":"Average","resourceType":"microsoft.compute/virtualmachinescalesets"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Percentage + CPU":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Percentage + CPU","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","metricNamespace":"microsoft.compute/virtualmachinescalesets","name":"Percentage + CPU","aggregation":"Average","resourceType":"Microsoft.Compute/virtualMachineScaleSets"}},"createdDateTime":"2023-06-07T21:56:19.746Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:56:23.201Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '3334' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:24 GMT + mise-correlation-id: + - 86d2a5ce-2b65-42fe-8725-08210f1a3fd9 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:54:12.1642195Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:54:12.1642195Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:25 GMT + etag: + - '"0b002601-0000-0100-0000-6480fc860000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"testRunId": "server-metric-test-run-case", "metrics": {"/subscriptions/7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Percentage + CPU": null}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '274' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/test-runs/server-metric-test-run-case/server-metrics-config?api-version=2022-11-01 + response: + body: + string: '{"testRunId":"server-metric-test-run-case","metrics":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/CPU + Credits Consumed":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/CPU + Credits Consumed","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","metricNamespace":"microsoft.compute/virtualmachinescalesets","name":"CPU + Credits Consumed","aggregation":"Average","resourceType":"microsoft.compute/virtualmachinescalesets"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Read Operations/Sec":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Read Operations/Sec","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","metricNamespace":"microsoft.compute/virtualmachinescalesets","name":"Disk + Read Operations/Sec","aggregation":"Average","resourceType":"microsoft.compute/virtualmachinescalesets"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Write Operations/Sec":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Write Operations/Sec","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","metricNamespace":"microsoft.compute/virtualmachinescalesets","name":"Disk + Write Operations/Sec","aggregation":"Average","resourceType":"microsoft.compute/virtualmachinescalesets"}},"createdDateTime":"2023-06-07T21:56:19.746Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:56:27.049Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2577' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:27 GMT + mise-correlation-id: + - f2c56197-e1fd-4b7a-b260-59be0e4386c2 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:54:12.1642195Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:54:12.1642195Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:28 GMT + etag: + - '"0b002601-0000-0100-0000-6480fc860000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://6635000c-0eed-4e67-ac41-9e51ea9f2fb5.eastus.cnt-prod.loadtesting.azure.com/test-runs/server-metric-test-run-case/server-metrics-config?api-version=2022-11-01 + response: + body: + string: '{"testRunId":"server-metric-test-run-case","metrics":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/CPU + Credits Consumed":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/CPU + Credits Consumed","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","metricNamespace":"microsoft.compute/virtualmachinescalesets","name":"CPU + Credits Consumed","aggregation":"Average","resourceType":"microsoft.compute/virtualmachinescalesets"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Read Operations/Sec":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Read Operations/Sec","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","metricNamespace":"microsoft.compute/virtualmachinescalesets","name":"Disk + Read Operations/Sec","aggregation":"Average","resourceType":"microsoft.compute/virtualmachinescalesets"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Write Operations/Sec":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Write Operations/Sec","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","metricNamespace":"microsoft.compute/virtualmachinescalesets","name":"Disk + Write Operations/Sec","aggregation":"Average","resourceType":"microsoft.compute/virtualmachinescalesets"}},"createdDateTime":"2023-06-07T21:56:19.746Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:56:27.049Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2577' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:56:29 GMT + mise-correlation-id: + - 260c2491-b1bb-434b-90f8-2cac733d90d1 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/load/azext_load/tests/latest/recordings/test_load_test_run_show.yaml b/src/load/azext_load/tests/latest/recordings/test_load_test_run_show.yaml new file mode 100644 index 00000000000..f36fbed2dec --- /dev/null +++ b/src/load/azext_load/tests/latest/recordings/test_load_test_run_show.yaml @@ -0,0 +1,1281 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:56:46.0293119Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:56:46.0293119Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:57:22 GMT + etag: + - '"0b004d01-0000-0100-0000-6480fd200000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/tests/show-test-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestNotFound","message":"Test couldn''t find with + given identifier show-test-case","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Wed, 07 Jun 2023 21:57:23 GMT + mise-correlation-id: + - aa76af06-caa7-4f68-8614-1e6286c8aa97 + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"displayName": "CLI-Test", "description": "Test created from az load test + command", "keyvaultReferenceIdentityType": "SystemAssigned", "environmentVariables": + {"rps": 1, "duration_in_sec": "1"}, "secrets": {}, "loadTestConfiguration": + {"engineInstances": 1, "quickStartTest": false, "splitAllCSVs": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '307' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/tests/show-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"additionalFileInfo":[]},"testId":"show-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:57:23.723Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:57:23.723Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '516' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:57:23 GMT + location: + - https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/tests/show-test-case?api-version=2022-11-01 + mise-correlation-id: + - f332dee8-00d2-4422-975f-53833e8cf507 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/tests/show-test-case/files?api-version=2022-11-01 + response: + body: + string: '{"value":[]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:57:24 GMT + mise-correlation-id: + - 237e6049-54ee-4dd1-906a-d90ae5c282d0 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: !!python/object/new:_io.BytesIO + state: !!python/tuple + - !!binary | + PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxqbWV0ZXJUZXN0UGxhbiB2 + ZXJzaW9uPSIxLjIiIHByb3BlcnRpZXM9IjUuMCIgam1ldGVyPSI1LjUiPg0KICA8aGFzaFRyZWU+ + DQogICAgPFRlc3RQbGFuIGd1aWNsYXNzPSJUZXN0UGxhbkd1aSIgdGVzdGNsYXNzPSJUZXN0UGxh + biIgdGVzdG5hbWU9IkF6dXJlIExvYWQgVGVzdGluZyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICA8 + c3RyaW5nUHJvcCBuYW1lPSJUZXN0UGxhbi5jb21tZW50cyI+PC9zdHJpbmdQcm9wPg0KICAgICAg + PGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLmZ1bmN0aW9uYWxfbW9kZSI+ZmFsc2U8L2Jvb2xQcm9w + Pg0KICAgICAgPGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLnRlYXJEb3duX29uX3NodXRkb3duIj50 + cnVlPC9ib29sUHJvcD4NCiAgICAgIDxib29sUHJvcCBuYW1lPSJUZXN0UGxhbi5zZXJpYWxpemVf + dGhyZWFkZ3JvdXBzIj5mYWxzZTwvYm9vbFByb3A+DQogICAgICA8ZWxlbWVudFByb3AgbmFtZT0i + VGVzdFBsYW4udXNlcl9kZWZpbmVkX3ZhcmlhYmxlcyIgZWxlbWVudFR5cGU9IkFyZ3VtZW50cyIg + Z3VpY2xhc3M9IkFyZ3VtZW50c1BhbmVsIiB0ZXN0Y2xhc3M9IkFyZ3VtZW50cyIgdGVzdG5hbWU9 + IlVzZXIgRGVmaW5lZCBWYXJpYWJsZXMiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICA8Y29sbGVj + dGlvblByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgPC9lbGVtZW50UHJv + cD4NCiAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IlRlc3RQbGFuLnVzZXJfZGVmaW5lX2NsYXNzcGF0 + aCI+PC9zdHJpbmdQcm9wPg0KICAgIDwvVGVzdFBsYW4+DQogICAgPGhhc2hUcmVlPg0KICAgICAg + PEFyZ3VtZW50cyBndWljbGFzcz0iQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRz + IiB0ZXN0bmFtZT0iVXNlciBEZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAg + ICAgIDxjb2xsZWN0aW9uUHJvcCBuYW1lPSJBcmd1bWVudHMuYXJndW1lbnRzIj4NCiAgICAgICAg + ICA8ZWxlbWVudFByb3AgbmFtZT0iZHVyYXRpb25faW5fc2VjIiBlbGVtZW50VHlwZT0iQXJndW1l + bnQiPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubmFtZSI+ZHVyYXRp + b25faW5fc2VjPC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJn + dW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5nZXRlbnYoJnF1b3Q7ZHVyYXRpb25faW5f + c2VjJnF1b3Q7KSA/OiAmcXVvdDsxMCZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAg + IDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAg + ICAgICAgIDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9InJwcyIg + ZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFy + Z3VtZW50Lm5hbWUiPnJwczwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3JwcyZx + dW90OykgPzogJnF1b3Q7MSZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJp + bmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAgICAgICAg + IDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9ImRvbWFpbiIgZWxl + bWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3Vt + ZW50Lm5hbWUiPmRvbWFpbjwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O2RvbWFp + biZxdW90OykgPzogJnF1b3Q7ZXhhbXBsZS5jb20mcXVvdDsgKX08L3N0cmluZ1Byb3A+DQogICAg + ICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5tZXRhZGF0YSI+PTwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICA8L2VsZW1lbnRQcm9wPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1l + PSJwcm90b2NvbCIgZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQ + cm9wIG5hbWU9IkFyZ3VtZW50Lm5hbWUiPnByb3RvY29sPC9zdHJpbmdQcm9wPg0KICAgICAgICAg + ICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5n + ZXRlbnYoJnF1b3Q7cHJvdG9jb2wmcXVvdDspID86ICZxdW90O2h0dHBzJnF1b3Q7ICl9PC9zdHJp + bmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubWV0YWRhdGEi + Pj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAgICAgICA8ZWxl + bWVudFByb3AgbmFtZT0idXJsX3BhdGgiIGVsZW1lbnRUeXBlPSJBcmd1bWVudCI+DQogICAgICAg + ICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5uYW1lIj51cmxfcGF0aDwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jv + b3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3VybF9wYXRoJnF1b3Q7KSA/OiAmcXVvdDsvJnF1b3Q7 + ICl9PC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQu + bWV0YWRhdGEiPj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAg + ICAgPC9jb2xsZWN0aW9uUHJvcD4NCiAgICAgIDwvQXJndW1lbnRzPg0KICAgICAgPGhhc2hUcmVl + Lz4NCiAgICAgIDxPcGVuTW9kZWxUaHJlYWRHcm91cCBndWljbGFzcz0iT3Blbk1vZGVsVGhyZWFk + R3JvdXBHdWkiIHRlc3RjbGFzcz0iT3Blbk1vZGVsVGhyZWFkR3JvdXAiIHRlc3RuYW1lPSJPcGVu + IE1vZGVsIFRocmVhZCBHcm91cCIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgIDxlbGVtZW50UHJv + cCBuYW1lPSJUaHJlYWRHcm91cC5tYWluX2NvbnRyb2xsZXIiIGVsZW1lbnRUeXBlPSJPcGVuTW9k + ZWxUaHJlYWRHcm91cENvbnRyb2xsZXIiLz4NCiAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iVGhy + ZWFkR3JvdXAub25fc2FtcGxlX2Vycm9yIj5jb250aW51ZTwvc3RyaW5nUHJvcD4NCiAgICAgICAg + PHN0cmluZ1Byb3AgbmFtZT0iT3Blbk1vZGVsVGhyZWFkR3JvdXAuc2NoZWR1bGUiPnJhdGUoJHty + cHN9L3NlYykgcmFuZG9tX2Fycml2YWxzKCR7ZHVyYXRpb25faW5fc2VjfSBzZWMpPC9zdHJpbmdQ + cm9wPg0KICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJPcGVuTW9kZWxUaHJlYWRHcm91cC5yYW5k + b21fc2VlZCI+PC9zdHJpbmdQcm9wPg0KICAgICAgPC9PcGVuTW9kZWxUaHJlYWRHcm91cD4NCiAg + ICAgIDxoYXNoVHJlZT4NCiAgICAgICAgPEhUVFBTYW1wbGVyUHJveHkgZ3VpY2xhc3M9Ikh0dHBU + ZXN0U2FtcGxlR3VpIiB0ZXN0Y2xhc3M9IkhUVFBTYW1wbGVyUHJveHkiIHRlc3RuYW1lPSJIVFRQ + IFJlcXVlc3QiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1lPSJI + VFRQc2FtcGxlci5Bcmd1bWVudHMiIGVsZW1lbnRUeXBlPSJBcmd1bWVudHMiIGd1aWNsYXNzPSJI + VFRQQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRzIiB0ZXN0bmFtZT0iVXNlciBE + ZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgICAgICA8Y29sbGVjdGlv + blByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgICAgIDwvZWxlbWVudFBy + b3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBsZXIuZG9tYWluIj4ke2Rv + bWFpbn08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBs + ZXIucG9ydCI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBT + YW1wbGVyLnByb3RvY29sIj4ke3Byb3RvY29sfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3Ry + aW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5jb250ZW50RW5jb2RpbmciPjwvc3RyaW5nUHJvcD4N + CiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5wYXRoIj4ke3VybF9wYXRo + fTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5t + ZXRob2QiPkdFVDwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8Ym9vbFByb3AgbmFtZT0iSFRUUFNh + bXBsZXIuZm9sbG93X3JlZGlyZWN0cyI+dHJ1ZTwvYm9vbFByb3A+DQogICAgICAgICAgPGJvb2xQ + cm9wIG5hbWU9IkhUVFBTYW1wbGVyLmF1dG9fcmVkaXJlY3RzIj5mYWxzZTwvYm9vbFByb3A+DQog + ICAgICAgICAgPGJvb2xQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnVzZV9rZWVwYWxpdmUiPnRydWU8 + L2Jvb2xQcm9wPg0KICAgICAgICAgIDxib29sUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5ET19NVUxU + SVBBUlRfUE9TVCI+ZmFsc2U8L2Jvb2xQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9 + IkhUVFBTYW1wbGVyLmVtYmVkZGVkX3VybF9yZSI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxz + dHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLmNvbm5lY3RfdGltZW91dCI+PC9zdHJpbmdQcm9w + Pg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnJlc3BvbnNlX3RpbWVv + dXQiPjwvc3RyaW5nUHJvcD4NCiAgICAgICAgPC9IVFRQU2FtcGxlclByb3h5Pg0KICAgICAgICA8 + aGFzaFRyZWUvPg0KICAgICAgPC9oYXNoVHJlZT4NCiAgICA8L2hhc2hUcmVlPg0KICA8L2hhc2hU + cmVlPg0KPC9qbWV0ZXJUZXN0UGxhbj4NCg== + - 0 + - null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '4870' + Content-Type: + - application/octet-stream + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/tests/show-test-case/files/sample-JMX-file.jmx?fileType=JMX_FILE&api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/9f1bf32f-2de4-413d-aa1e-90393ffcafd2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A07%3A24Z&sr=b&sp=r&sig=zOOuko7LfoeqolnWA9IyT4OaU4UqAE16e48KiS14zfg%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:07:24.5871789","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '549' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:57:24 GMT + location: + - https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/tests/show-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + mise-correlation-id: + - 80ec0e0b-6bf6-459b-884b-3cf684db5ab8 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/tests/show-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/9f1bf32f-2de4-413d-aa1e-90393ffcafd2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A07%3A24Z&sr=b&sp=r&sig=zOOuko7LfoeqolnWA9IyT4OaU4UqAE16e48KiS14zfg%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:07:24.8977068","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '549' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:57:24 GMT + mise-correlation-id: + - 43cf2627-1a1f-442e-8946-e8fb5623ff32 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/tests/show-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/9f1bf32f-2de4-413d-aa1e-90393ffcafd2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A07%3A30Z&sr=b&sp=r&sig=PDI952Agas5q8C6dHRC7uyW1tF3YTmYdw%2BFMgBUT2Fs%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:07:30.2227323","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:57:30 GMT + mise-correlation-id: + - 7e7d92b9-91f8-42b0-b36e-e6420168c0e3 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/tests/show-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/9f1bf32f-2de4-413d-aa1e-90393ffcafd2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A07%3A35Z&sr=b&sp=r&sig=Zm815XXF9yA98eigntZWy8gGqa5oUUHYELNF1IaWMx8%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:07:35.8219616","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '549' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:57:35 GMT + mise-correlation-id: + - f9cb13ec-615c-4f12-82ee-0dde6fd2b953 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/tests/show-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/9f1bf32f-2de4-413d-aa1e-90393ffcafd2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A07%3A41Z&sr=b&sp=r&sig=8Za9TihIFlUYeexIqWZgGUj4gLvvggQxfsxpUh0qHw0%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:07:41.0969482","validationStatus":"VALIDATION_SUCCESS"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '547' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:57:41 GMT + mise-correlation-id: + - 404724a6-6a65-4b47-b43e-82b31411970f + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/tests/show-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/9f1bf32f-2de4-413d-aa1e-90393ffcafd2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A57%3A41Z&sr=b&sp=r&sig=0C1MOI3rjISguNz7r2nrBF5RpqZHFKjJQ%2BjOrKQJWM8%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:57:41.3906394","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"show-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:57:23.723Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:57:36.997Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1087' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:57:41 GMT + mise-correlation-id: + - d99b8b5e-34d7-4559-a02d-d25dc7a461db + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:56:46.0293119Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:56:46.0293119Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:57:42 GMT + etag: + - '"0b004d01-0000-0100-0000-6480fd200000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/tests?api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/9f1bf32f-2de4-413d-aa1e-90393ffcafd2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A57%3A43Z&sr=b&sp=r&sig=xtuoCUuAws%2FX%2F6JuV4oeAm%2BbJGtKOCPiX%2BH%2Bhcvjw60%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:57:43.7380016","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"show-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:57:23.723Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:57:36.997Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1107' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:57:43 GMT + mise-correlation-id: + - f59fc6e4-2af2-448c-8f6a-f9aa94f32409 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:56:46.0293119Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:56:46.0293119Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:57:45 GMT + etag: + - '"0b004d01-0000-0100-0000-6480fd200000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/test-runs/show-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestRunNotFound","message":"Test run not found with + given name \"show-test-run-case\".","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Wed, 07 Jun 2023 21:57:46 GMT + mise-correlation-id: + - 4045fdb7-a5f6-4fda-8f71-7ae1a5de16bf + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestRunNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"testId": "show-test-case"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '28' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/test-runs/show-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/f8e1f160-81c7-4978-bdf1-05200d63f003?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A57%3A46Z&sr=b&sp=r&sig=05em%2FWRNBjKQYg2PnKe9%2BBqb%2F%2F8u2pfQg%2Fxez408IPc%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:57:46.7889596","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/9f1bf32f-2de4-413d-aa1e-90393ffcafd2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A57%3A46Z&sr=b&sp=r&sig=Wdzo64cu6oF9plTz2X27fKYm80zi4sqp4%2BrZ0aU09pA%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:57:46.788878","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/6795b823-2786-4ada-ac57-ce000687c63a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A57%3A46Z&sr=b&sp=r&sig=JfuyrOw2lcrxrBUs1rbOYLRUn08HF715vvIh%2FbkDtFg%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:57:46.788989","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"show-test-run-case","testId":"show-test-case","status":"ACCEPTED","executedDateTime":"2023-06-07T21:57:46.617Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/show-test-case/testRunId/show-test-run-case","createdDateTime":"2023-06-07T21:57:47.083Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:57:47.083Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2625' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:57:47 GMT + location: + - https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/test-runs/show-test-run-case?api-version=2022-11-01 + mise-correlation-id: + - 1b098472-407f-46c9-8ee0-edee8a40a34e + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/test-runs/show-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/f8e1f160-81c7-4978-bdf1-05200d63f003?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A57%3A47Z&sr=b&sp=r&sig=HEHm980uIp148zl5foU56%2FHOLmSWe2Y3lc9SqhpCCjU%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:57:47.4989462","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/9f1bf32f-2de4-413d-aa1e-90393ffcafd2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A57%3A47Z&sr=b&sp=r&sig=yTmPo3kS8cGfo8UTzWgzS041au906ZkXEN1XOY%2FIPy8%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:57:47.4988755","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/6795b823-2786-4ada-ac57-ce000687c63a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A57%3A47Z&sr=b&sp=r&sig=nhZNDUYqPCIwCGygrZArAtvztfcQrVnDQnx9%2BN4V1To%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:57:47.4989624","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"show-test-run-case","testId":"show-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:57:47.239Z","executedDateTime":"2023-06-07T21:57:46.617Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/show-test-case/testRunId/show-test-run-case","createdDateTime":"2023-06-07T21:57:47.083Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:57:47.389Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2666' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:57:47 GMT + mise-correlation-id: + - a2a04ef7-7894-4706-bc5b-b4c796bf123e + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/test-runs/show-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/f8e1f160-81c7-4978-bdf1-05200d63f003?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A57%3A52Z&sr=b&sp=r&sig=cYv4hEDxtXRpiUd48zQtwxkX7QteCwMBaGgIJzc0oeQ%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:57:52.7999853","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/9f1bf32f-2de4-413d-aa1e-90393ffcafd2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A57%3A52Z&sr=b&sp=r&sig=FPjo9tOA%2B12P7LWZ%2BIULyATrFcZSUhBJZsIAS5WV2c0%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:57:52.799914","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/6795b823-2786-4ada-ac57-ce000687c63a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A57%3A52Z&sr=b&sp=r&sig=a09z8aD7Sjnn4yVLGwRRnBPBZtQ%2BEv9P6PAnDAd5Fns%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:57:52.8000005","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"show-test-run-case","testId":"show-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:57:47.239Z","executedDateTime":"2023-06-07T21:57:46.617Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/show-test-case/testRunId/show-test-run-case","createdDateTime":"2023-06-07T21:57:47.083Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:57:47.389Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2665' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:57:52 GMT + mise-correlation-id: + - 49f644f4-1b63-48fc-a660-41dc41261238 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/test-runs/show-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/f8e1f160-81c7-4978-bdf1-05200d63f003?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A57%3A58Z&sr=b&sp=r&sig=j0089nuVNsp%2B8T3H7g7EKUZPkgaCOCFutEArGEmJnks%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:57:58.0955748","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/9f1bf32f-2de4-413d-aa1e-90393ffcafd2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A57%3A58Z&sr=b&sp=r&sig=dQvR%2BRylc8qGKBcRSlWeCadgSZJhKBH7lA6pFZRsI2Q%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:57:58.0955","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/6795b823-2786-4ada-ac57-ce000687c63a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A57%3A58Z&sr=b&sp=r&sig=KHPUVzDfQCDMXHZoTExrokp9kO%2BSbHoZwwxSk0TFN9U%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:57:58.0955892","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"show-test-run-case","testId":"show-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:57:47.239Z","executedDateTime":"2023-06-07T21:57:46.617Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/show-test-case/testRunId/show-test-run-case","createdDateTime":"2023-06-07T21:57:47.083Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:57:47.389Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2663' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:57:58 GMT + mise-correlation-id: + - 0a8f2786-d1ef-4f29-b752-69094b7f378c + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/test-runs/show-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/f8e1f160-81c7-4978-bdf1-05200d63f003?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A03Z&sr=b&sp=r&sig=GqkyLUerWC9rZvUzyxBqxGsX7fXC%2FEeNmD%2FYKfZyeYI%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:58:03.4209027","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/9f1bf32f-2de4-413d-aa1e-90393ffcafd2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A03Z&sr=b&sp=r&sig=0a%2B2LLh9VghMZVfk4KW856Z%2BRXnW7lg75KKxQgwb6Kc%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:58:03.4208229","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/6795b823-2786-4ada-ac57-ce000687c63a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A03Z&sr=b&sp=r&sig=tI1iv3JoVbtEMV5z3KnXJTS%2BCHjf1PMXU60%2BHDBbAos%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:58:03.4209177","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"show-test-run-case","testId":"show-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:57:47.239Z","executedDateTime":"2023-06-07T21:57:46.617Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/show-test-case/testRunId/show-test-run-case","createdDateTime":"2023-06-07T21:57:47.083Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:57:47.389Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2672' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:58:03 GMT + mise-correlation-id: + - 0ab1d784-02a1-4726-8611-849962b3ec99 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/test-runs/show-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/f8e1f160-81c7-4978-bdf1-05200d63f003?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A08Z&sr=b&sp=r&sig=txn03ZU7vyAtg8%2B8pySTqXEcl794M3T8fiw8WSQHMmc%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:58:08.7368558","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/9f1bf32f-2de4-413d-aa1e-90393ffcafd2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A08Z&sr=b&sp=r&sig=ttLcQczVk4dgyDzV%2FDOW2XmkmMeo2yWwgOSNsduinlI%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:58:08.7367564","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/6795b823-2786-4ada-ac57-ce000687c63a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A08Z&sr=b&sp=r&sig=1IQR0gNlVODneh72ghhjxx9vTkDDCUh4s5QhtHlWuqI%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:58:08.7368767","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"show-test-run-case","testId":"show-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:57:47.239Z","executedDateTime":"2023-06-07T21:57:46.617Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/show-test-case/testRunId/show-test-run-case","createdDateTime":"2023-06-07T21:57:47.083Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:57:47.389Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2664' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:58:08 GMT + mise-correlation-id: + - 8998ac38-6d73-4f09-a97c-df7b50997280 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/test-runs/show-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/f8e1f160-81c7-4978-bdf1-05200d63f003?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A14Z&sr=b&sp=r&sig=AA7nb6Tf0aDvUrNnDov%2FtaUxb2a3ZpBHpIPBSTlXF0Y%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:58:14.0496634","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/9f1bf32f-2de4-413d-aa1e-90393ffcafd2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A14Z&sr=b&sp=r&sig=sRpc3CZ7O4L4a2dw2PdxAW2g9AM%2BqLcjsHxy9T%2Be9aw%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:58:14.0495882","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/6795b823-2786-4ada-ac57-ce000687c63a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A14Z&sr=b&sp=r&sig=SpGZtRzTi2H66WNDI2UhY6zWbQQbgDcml3Xq3IulHWk%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:58:14.0496778","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"show-test-run-case","testId":"show-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:57:47.239Z","executedDateTime":"2023-06-07T21:57:46.617Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/show-test-case/testRunId/show-test-run-case","createdDateTime":"2023-06-07T21:57:47.083Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:57:47.389Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2666' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:58:14 GMT + mise-correlation-id: + - 069bae1c-2acd-45c7-9d29-d7b0a673e3c1 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/test-runs/show-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/f8e1f160-81c7-4978-bdf1-05200d63f003?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A19Z&sr=b&sp=r&sig=tF219sFi80D4PChzQY2JFKqx4rZrudHlq26kZldQSXc%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:58:19.3107816","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/9f1bf32f-2de4-413d-aa1e-90393ffcafd2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A19Z&sr=b&sp=r&sig=AYbKkrZwbMXxV1oAHUY0uwRKN9nD0shD7zzhvPyphVo%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:58:19.3107081","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/6795b823-2786-4ada-ac57-ce000687c63a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A19Z&sr=b&sp=r&sig=ECqduXxiVFWVcIGyB1AcTb1wXW33hB6LemXvVJcJAko%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:58:19.310797","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"show-test-run-case","testId":"show-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:57:47.239Z","executedDateTime":"2023-06-07T21:57:46.617Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/show-test-case/testRunId/show-test-run-case","createdDateTime":"2023-06-07T21:57:47.083Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:57:47.389Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2659' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:58:19 GMT + mise-correlation-id: + - eb17deb2-482a-4746-a49c-7fd1645f21a0 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/test-runs/show-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/f8e1f160-81c7-4978-bdf1-05200d63f003?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A24Z&sr=b&sp=r&sig=mdZPW28j6giiRH4vPw0DQJghAQiGDd8KQ0CmR2OBbOk%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:58:24.5931083","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/9f1bf32f-2de4-413d-aa1e-90393ffcafd2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A24Z&sr=b&sp=r&sig=ZRkShMAdPIJ77LPKq4UGmxbxdPNymX9yH8QT2pQWAUI%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:58:24.5930411","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/6795b823-2786-4ada-ac57-ce000687c63a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A24Z&sr=b&sp=r&sig=fcbJdgpczFNMfayXaJR0AcNd5Pj%2FbZnLkRsCwQiU6Cw%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:58:24.5931229","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"show-test-run-case","testId":"show-test-case","status":"PROVISIONING","startDateTime":"2023-06-07T21:57:47.239Z","executedDateTime":"2023-06-07T21:57:46.617Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/show-test-case/testRunId/show-test-run-case","createdDateTime":"2023-06-07T21:57:47.083Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:57:47.389Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2662' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:58:24 GMT + mise-correlation-id: + - e7e0c503-535f-4127-952f-b6ed46b9a743 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/test-runs/show-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/f8e1f160-81c7-4978-bdf1-05200d63f003?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A30Z&sr=b&sp=r&sig=N3XccdwoBHgFiUZrzaPYuvN1VhmAAEf5DTp3c%2BbPKUA%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:58:30.2447539","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/9f1bf32f-2de4-413d-aa1e-90393ffcafd2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A30Z&sr=b&sp=r&sig=cpTUoaqTJg8zya6RcbU9j9VvfYk2%2B58NcVE81B3pbGs%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:58:30.2446882","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/6795b823-2786-4ada-ac57-ce000687c63a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A30Z&sr=b&sp=r&sig=TJyoXBDntB72G%2Fvr3tFTdXgxyuep32%2FREVlxAQZsv84%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:58:30.2447685","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"show-test-run-case","testId":"show-test-case","status":"CONFIGURING","startDateTime":"2023-06-07T21:57:47.239Z","executedDateTime":"2023-06-07T21:57:46.617Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/show-test-case/testRunId/show-test-run-case","createdDateTime":"2023-06-07T21:57:47.083Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:58:29.029Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2667' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:58:30 GMT + mise-correlation-id: + - 88a3ad61-d864-4d5a-967e-62cbe305d364 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/test-runs/show-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/f8e1f160-81c7-4978-bdf1-05200d63f003?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A35Z&sr=b&sp=r&sig=3QvX9rzEi9CmKahtcgX3b6fcOxxffI15Ap%2B78Lk%2BZyg%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:58:35.5246509","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/9f1bf32f-2de4-413d-aa1e-90393ffcafd2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A35Z&sr=b&sp=r&sig=DLWXUDH4fOIpFNJldCzj%2FHn%2BI%2FhPocc%2F3aTPCSPlPHo%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:58:35.5245972","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/6795b823-2786-4ada-ac57-ce000687c63a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A35Z&sr=b&sp=r&sig=D75pdoZOy26BDMpN%2BQWIewERQAIA9p6w4o47QreS54s%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:58:35.5246648","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"show-test-run-case","testId":"show-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:57:47.239Z","executedDateTime":"2023-06-07T21:57:46.617Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/show-test-case/testRunId/show-test-run-case","createdDateTime":"2023-06-07T21:57:47.083Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:58:32.78Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2670' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:58:35 GMT + mise-correlation-id: + - 447895b4-74d8-43a7-bb59-0f5d652dc128 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/test-runs/show-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/f8e1f160-81c7-4978-bdf1-05200d63f003?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A40Z&sr=b&sp=r&sig=AFOWnJ13XtkknGmaqwyWHirPNq1soOyPRUETRrBnRKI%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:58:40.8810485","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/9f1bf32f-2de4-413d-aa1e-90393ffcafd2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A40Z&sr=b&sp=r&sig=nmZ7Ew%2BMw%2BMefPLwouI2SaUZu52Su5hYU3iGcytYT3Y%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:58:40.8809482","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/6795b823-2786-4ada-ac57-ce000687c63a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A40Z&sr=b&sp=r&sig=0dvLQ355JwHbiUMhtaSDXZ%2Bfg1sIyONPTyQ9Kjo8GoA%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:58:40.8810719","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"show-test-run-case","testId":"show-test-case","status":"EXECUTING","startDateTime":"2023-06-07T21:57:47.239Z","executedDateTime":"2023-06-07T21:57:46.617Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/show-test-case/testRunId/show-test-run-case","createdDateTime":"2023-06-07T21:57:47.083Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:58:32.78Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2662' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:58:40 GMT + mise-correlation-id: + - cb81fd8e-977a-4f4c-9112-b48871b55fe5 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/test-runs/show-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"errorDetails":[{"message":"Processing + error logs, please refresh to check actionable errors."}],"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/f8e1f160-81c7-4978-bdf1-05200d63f003?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A46Z&sr=b&sp=r&sig=Qq1iimvsiGUh9C%2FOF7Up9rEnoX1P%2B%2F4HdJ5JPpnM9tE%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:58:46.2714491","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/9f1bf32f-2de4-413d-aa1e-90393ffcafd2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A46Z&sr=b&sp=r&sig=%2BxFfVYavFXAaeeAIPt%2FZ8z2Wq84nrzUUpbUZhEAmYXA%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:58:46.2713045","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/6795b823-2786-4ada-ac57-ce000687c63a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A46Z&sr=b&sp=r&sig=jxCOyMcqnpW2zPwPfOhD8i95xl8AneiHktE7sbuNDN4%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:58:46.2714753","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"show-test-run-case","testId":"show-test-case","status":"FAILED","startDateTime":"2023-06-07T21:57:47.239Z","endDateTime":"2023-06-07T21:58:43.141Z","executedDateTime":"2023-06-07T21:57:46.617Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/show-test-case/testRunId/show-test-run-case","createdDateTime":"2023-06-07T21:57:47.083Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:58:43.232Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2802' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:58:46 GMT + mise-correlation-id: + - 9ababeb4-3857-4690-8f47-9a881e25ffd2 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:56:46.0293119Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:56:46.0293119Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:58:47 GMT + etag: + - '"0b004d01-0000-0100-0000-6480fd200000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/test-runs?testId=show-test-case&api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"errorDetails":[{"message":"Processing + error logs, please refresh to check actionable errors."}],"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/f8e1f160-81c7-4978-bdf1-05200d63f003?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A48Z&sr=b&sp=r&sig=feT9eY3xTsc1kiptqn6DW6RxFn6DQhmozc%2Bx3vtY5sA%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:58:48.7702676","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/9f1bf32f-2de4-413d-aa1e-90393ffcafd2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A48Z&sr=b&sp=r&sig=0Bjp0dElfEBqzjZLko9Uuu8S93nQfBfIGruIpUOzoug%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:58:48.7701999","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/6795b823-2786-4ada-ac57-ce000687c63a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A48Z&sr=b&sp=r&sig=VHTP3jVcLrlQMfueCZfMbqxIAkUE1MEPr61gKjHpf7I%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:58:48.7702824","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"show-test-run-case","testId":"show-test-case","status":"FAILED","startDateTime":"2023-06-07T21:57:47.239Z","endDateTime":"2023-06-07T21:58:43.141Z","executedDateTime":"2023-06-07T21:57:46.617Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/show-test-case/testRunId/show-test-run-case","createdDateTime":"2023-06-07T21:57:47.083Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:58:48.687Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2806' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:58:48 GMT + mise-correlation-id: + - 1a90db9a-d8c0-4ef8-bb58-bcd147ae16b7 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:56:46.0293119Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:56:46.0293119Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:58:49 GMT + etag: + - '"0b004d01-0000-0100-0000-6480fd200000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://1d99c549-35a8-4b8b-8dcf-0ff75514e4b2.eastus.cnt-prod.loadtesting.azure.com/test-runs/show-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"errorDetails":[{"message":"Processing + error logs, please refresh to check actionable errors."}],"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/f8e1f160-81c7-4978-bdf1-05200d63f003?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A51Z&sr=b&sp=r&sig=DSyxeQKNGSIdQHsBe%2Fa2rGJB4pVG%2B3p5imPjnLIy70Q%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:58:51.1197895","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/9f1bf32f-2de4-413d-aa1e-90393ffcafd2?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A51Z&sr=b&sp=r&sig=5b4bXGzD5RCqAk%2BTT9HjiO9ZYoZw7e%2FQPHrLaMBptds%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:58:51.1196982","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6adfbd04-19b6-43ae-bbe4-77bae8546366/6795b823-2786-4ada-ac57-ce000687c63a?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A58%3A51Z&sr=b&sp=r&sig=A6eaPwfmsdHYpBIjwqG2EOXNi6n1kq76fdUvVCCsqb4%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-07T22:58:51.1198073","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"show-test-run-case","testId":"show-test-case","status":"FAILED","startDateTime":"2023-06-07T21:57:47.239Z","endDateTime":"2023-06-07T21:58:43.141Z","executedDateTime":"2023-06-07T21:57:46.617Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/show-test-case/testRunId/show-test-run-case","createdDateTime":"2023-06-07T21:57:47.083Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:58:48.807Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2800' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:58:51 GMT + mise-correlation-id: + - a0749464-8bfe-46b1-ae14-6bf7199f7a86 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/load/azext_load/tests/latest/recordings/test_load_test_run_stop.yaml b/src/load/azext_load/tests/latest/recordings/test_load_test_run_stop.yaml new file mode 100644 index 00000000000..6d4d8584fd3 --- /dev/null +++ b/src/load/azext_load/tests/latest/recordings/test_load_test_run_stop.yaml @@ -0,0 +1,1064 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-08T12:19:41.5810733Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-08T12:19:41.5810733Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"030de96f-f690-4fe1-9d82-d8fbd37121ae.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:20:16 GMT + etag: + - '"0b009058-0000-0100-0000-6481c75f0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://030de96f-f690-4fe1-9d82-d8fbd37121ae.eastus.cnt-prod.loadtesting.azure.com/tests/stop-test-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestNotFound","message":"Test couldn''t find with + given identifier stop-test-case","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Thu, 08 Jun 2023 12:20:18 GMT + mise-correlation-id: + - 98408a1d-e735-4bd8-bc54-d30a36ea0a5b + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"displayName": "CLI-Test", "description": "Test created from az load test + command", "keyvaultReferenceIdentityType": "SystemAssigned", "environmentVariables": + {"rps": 1, "duration_in_sec": "120"}, "secrets": {}, "loadTestConfiguration": + {"engineInstances": 1, "quickStartTest": false, "splitAllCSVs": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '309' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://030de96f-f690-4fe1-9d82-d8fbd37121ae.eastus.cnt-prod.loadtesting.azure.com/tests/stop-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"additionalFileInfo":[]},"testId":"stop-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-08T12:20:18.588Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:20:18.588Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '518' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:20:18 GMT + location: + - https://030de96f-f690-4fe1-9d82-d8fbd37121ae.eastus.cnt-prod.loadtesting.azure.com/tests/stop-test-case?api-version=2022-11-01 + mise-correlation-id: + - 50d2b8c0-9be7-4107-9aea-56b696c0a5ea + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://030de96f-f690-4fe1-9d82-d8fbd37121ae.eastus.cnt-prod.loadtesting.azure.com/tests/stop-test-case/files?api-version=2022-11-01 + response: + body: + string: '{"value":[]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:20:18 GMT + mise-correlation-id: + - 18808d66-467f-4bc2-a6d5-5b24d98c49d4 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: !!python/object/new:_io.BytesIO + state: !!python/tuple + - !!binary | + PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxqbWV0ZXJUZXN0UGxhbiB2 + ZXJzaW9uPSIxLjIiIHByb3BlcnRpZXM9IjUuMCIgam1ldGVyPSI1LjUiPg0KICA8aGFzaFRyZWU+ + DQogICAgPFRlc3RQbGFuIGd1aWNsYXNzPSJUZXN0UGxhbkd1aSIgdGVzdGNsYXNzPSJUZXN0UGxh + biIgdGVzdG5hbWU9IkF6dXJlIExvYWQgVGVzdGluZyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICA8 + c3RyaW5nUHJvcCBuYW1lPSJUZXN0UGxhbi5jb21tZW50cyI+PC9zdHJpbmdQcm9wPg0KICAgICAg + PGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLmZ1bmN0aW9uYWxfbW9kZSI+ZmFsc2U8L2Jvb2xQcm9w + Pg0KICAgICAgPGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLnRlYXJEb3duX29uX3NodXRkb3duIj50 + cnVlPC9ib29sUHJvcD4NCiAgICAgIDxib29sUHJvcCBuYW1lPSJUZXN0UGxhbi5zZXJpYWxpemVf + dGhyZWFkZ3JvdXBzIj5mYWxzZTwvYm9vbFByb3A+DQogICAgICA8ZWxlbWVudFByb3AgbmFtZT0i + VGVzdFBsYW4udXNlcl9kZWZpbmVkX3ZhcmlhYmxlcyIgZWxlbWVudFR5cGU9IkFyZ3VtZW50cyIg + Z3VpY2xhc3M9IkFyZ3VtZW50c1BhbmVsIiB0ZXN0Y2xhc3M9IkFyZ3VtZW50cyIgdGVzdG5hbWU9 + IlVzZXIgRGVmaW5lZCBWYXJpYWJsZXMiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICA8Y29sbGVj + dGlvblByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgPC9lbGVtZW50UHJv + cD4NCiAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IlRlc3RQbGFuLnVzZXJfZGVmaW5lX2NsYXNzcGF0 + aCI+PC9zdHJpbmdQcm9wPg0KICAgIDwvVGVzdFBsYW4+DQogICAgPGhhc2hUcmVlPg0KICAgICAg + PEFyZ3VtZW50cyBndWljbGFzcz0iQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRz + IiB0ZXN0bmFtZT0iVXNlciBEZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAg + ICAgIDxjb2xsZWN0aW9uUHJvcCBuYW1lPSJBcmd1bWVudHMuYXJndW1lbnRzIj4NCiAgICAgICAg + ICA8ZWxlbWVudFByb3AgbmFtZT0iZHVyYXRpb25faW5fc2VjIiBlbGVtZW50VHlwZT0iQXJndW1l + bnQiPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubmFtZSI+ZHVyYXRp + b25faW5fc2VjPC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJn + dW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5nZXRlbnYoJnF1b3Q7ZHVyYXRpb25faW5f + c2VjJnF1b3Q7KSA/OiAmcXVvdDsxMCZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAg + IDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAg + ICAgICAgIDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9InJwcyIg + ZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFy + Z3VtZW50Lm5hbWUiPnJwczwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3JwcyZx + dW90OykgPzogJnF1b3Q7MSZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJp + bmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAgICAgICAg + IDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9ImRvbWFpbiIgZWxl + bWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3Vt + ZW50Lm5hbWUiPmRvbWFpbjwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O2RvbWFp + biZxdW90OykgPzogJnF1b3Q7ZXhhbXBsZS5jb20mcXVvdDsgKX08L3N0cmluZ1Byb3A+DQogICAg + ICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5tZXRhZGF0YSI+PTwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICA8L2VsZW1lbnRQcm9wPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1l + PSJwcm90b2NvbCIgZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQ + cm9wIG5hbWU9IkFyZ3VtZW50Lm5hbWUiPnByb3RvY29sPC9zdHJpbmdQcm9wPg0KICAgICAgICAg + ICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5n + ZXRlbnYoJnF1b3Q7cHJvdG9jb2wmcXVvdDspID86ICZxdW90O2h0dHBzJnF1b3Q7ICl9PC9zdHJp + bmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubWV0YWRhdGEi + Pj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAgICAgICA8ZWxl + bWVudFByb3AgbmFtZT0idXJsX3BhdGgiIGVsZW1lbnRUeXBlPSJBcmd1bWVudCI+DQogICAgICAg + ICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5uYW1lIj51cmxfcGF0aDwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jv + b3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3VybF9wYXRoJnF1b3Q7KSA/OiAmcXVvdDsvJnF1b3Q7 + ICl9PC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQu + bWV0YWRhdGEiPj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAg + ICAgPC9jb2xsZWN0aW9uUHJvcD4NCiAgICAgIDwvQXJndW1lbnRzPg0KICAgICAgPGhhc2hUcmVl + Lz4NCiAgICAgIDxPcGVuTW9kZWxUaHJlYWRHcm91cCBndWljbGFzcz0iT3Blbk1vZGVsVGhyZWFk + R3JvdXBHdWkiIHRlc3RjbGFzcz0iT3Blbk1vZGVsVGhyZWFkR3JvdXAiIHRlc3RuYW1lPSJPcGVu + IE1vZGVsIFRocmVhZCBHcm91cCIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgIDxlbGVtZW50UHJv + cCBuYW1lPSJUaHJlYWRHcm91cC5tYWluX2NvbnRyb2xsZXIiIGVsZW1lbnRUeXBlPSJPcGVuTW9k + ZWxUaHJlYWRHcm91cENvbnRyb2xsZXIiLz4NCiAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iVGhy + ZWFkR3JvdXAub25fc2FtcGxlX2Vycm9yIj5jb250aW51ZTwvc3RyaW5nUHJvcD4NCiAgICAgICAg + PHN0cmluZ1Byb3AgbmFtZT0iT3Blbk1vZGVsVGhyZWFkR3JvdXAuc2NoZWR1bGUiPnJhdGUoJHty + cHN9L3NlYykgcmFuZG9tX2Fycml2YWxzKCR7ZHVyYXRpb25faW5fc2VjfSBzZWMpPC9zdHJpbmdQ + cm9wPg0KICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJPcGVuTW9kZWxUaHJlYWRHcm91cC5yYW5k + b21fc2VlZCI+PC9zdHJpbmdQcm9wPg0KICAgICAgPC9PcGVuTW9kZWxUaHJlYWRHcm91cD4NCiAg + ICAgIDxoYXNoVHJlZT4NCiAgICAgICAgPEhUVFBTYW1wbGVyUHJveHkgZ3VpY2xhc3M9Ikh0dHBU + ZXN0U2FtcGxlR3VpIiB0ZXN0Y2xhc3M9IkhUVFBTYW1wbGVyUHJveHkiIHRlc3RuYW1lPSJIVFRQ + IFJlcXVlc3QiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1lPSJI + VFRQc2FtcGxlci5Bcmd1bWVudHMiIGVsZW1lbnRUeXBlPSJBcmd1bWVudHMiIGd1aWNsYXNzPSJI + VFRQQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRzIiB0ZXN0bmFtZT0iVXNlciBE + ZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgICAgICA8Y29sbGVjdGlv + blByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgICAgIDwvZWxlbWVudFBy + b3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBsZXIuZG9tYWluIj4ke2Rv + bWFpbn08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBs + ZXIucG9ydCI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBT + YW1wbGVyLnByb3RvY29sIj4ke3Byb3RvY29sfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3Ry + aW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5jb250ZW50RW5jb2RpbmciPjwvc3RyaW5nUHJvcD4N + CiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5wYXRoIj4ke3VybF9wYXRo + fTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5t + ZXRob2QiPkdFVDwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8Ym9vbFByb3AgbmFtZT0iSFRUUFNh + bXBsZXIuZm9sbG93X3JlZGlyZWN0cyI+dHJ1ZTwvYm9vbFByb3A+DQogICAgICAgICAgPGJvb2xQ + cm9wIG5hbWU9IkhUVFBTYW1wbGVyLmF1dG9fcmVkaXJlY3RzIj5mYWxzZTwvYm9vbFByb3A+DQog + ICAgICAgICAgPGJvb2xQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnVzZV9rZWVwYWxpdmUiPnRydWU8 + L2Jvb2xQcm9wPg0KICAgICAgICAgIDxib29sUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5ET19NVUxU + SVBBUlRfUE9TVCI+ZmFsc2U8L2Jvb2xQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9 + IkhUVFBTYW1wbGVyLmVtYmVkZGVkX3VybF9yZSI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxz + dHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLmNvbm5lY3RfdGltZW91dCI+PC9zdHJpbmdQcm9w + Pg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnJlc3BvbnNlX3RpbWVv + dXQiPjwvc3RyaW5nUHJvcD4NCiAgICAgICAgPC9IVFRQU2FtcGxlclByb3h5Pg0KICAgICAgICA8 + aGFzaFRyZWUvPg0KICAgICAgPC9oYXNoVHJlZT4NCiAgICA8L2hhc2hUcmVlPg0KICA8L2hhc2hU + cmVlPg0KPC9qbWV0ZXJUZXN0UGxhbj4NCg== + - 0 + - null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '4870' + Content-Type: + - application/octet-stream + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://030de96f-f690-4fe1-9d82-d8fbd37121ae.eastus.cnt-prod.loadtesting.azure.com/tests/stop-test-case/files/sample-JMX-file.jmx?fileType=JMX_FILE&api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/d5bc4ff6-737b-4881-9264-4148f18304e1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A25%3A45Z&ske=2023-06-09T00%3A25%3A45Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T12%3A30%3A19Z&sr=b&sp=r&sig=XFYyR8qImKcr2aJZ1MgCXRsO5WBd0OS3xqIoE7AmZcI%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T12:30:19.4141675","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '549' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:20:19 GMT + location: + - https://030de96f-f690-4fe1-9d82-d8fbd37121ae.eastus.cnt-prod.loadtesting.azure.com/tests/stop-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + mise-correlation-id: + - 319100fb-f492-495f-88d5-2cc1d0e74289 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://030de96f-f690-4fe1-9d82-d8fbd37121ae.eastus.cnt-prod.loadtesting.azure.com/tests/stop-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/d5bc4ff6-737b-4881-9264-4148f18304e1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T11%3A05%3A12Z&ske=2023-06-09T01%3A05%3A12Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T12%3A30%3A19Z&sr=b&sp=r&sig=cynv8Tol9Q7qCUnwU%2BivvYb%2Bb6N7jH2EksN0milIA54%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T12:30:19.6865527","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '553' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:20:19 GMT + mise-correlation-id: + - 64c4dda5-1e81-4485-a794-e1f36efce69e + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://030de96f-f690-4fe1-9d82-d8fbd37121ae.eastus.cnt-prod.loadtesting.azure.com/tests/stop-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/d5bc4ff6-737b-4881-9264-4148f18304e1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A45%3A20Z&ske=2023-06-09T00%3A45%3A20Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T12%3A30%3A24Z&sr=b&sp=r&sig=I%2BhVkbbDPTQ7zK1mNfTqodpEj0rZSFY4ygQ9DGpGpxA%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T12:30:24.9584588","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:20:24 GMT + mise-correlation-id: + - ed2f97de-8c13-40f7-9639-b7ee951aae82 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://030de96f-f690-4fe1-9d82-d8fbd37121ae.eastus.cnt-prod.loadtesting.azure.com/tests/stop-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/d5bc4ff6-737b-4881-9264-4148f18304e1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A23Z&ske=2023-06-09T00%3A41%3A23Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T12%3A30%3A30Z&sr=b&sp=r&sig=mUCPQLKRf2YNj6IjwCo%2F%2F6sU1o3T%2Bytjq3Bh%2FpfWdcc%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T12:30:30.2788563","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:20:30 GMT + mise-correlation-id: + - 0132ca67-8d9c-4feb-8411-7d486dc32715 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://030de96f-f690-4fe1-9d82-d8fbd37121ae.eastus.cnt-prod.loadtesting.azure.com/tests/stop-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/d5bc4ff6-737b-4881-9264-4148f18304e1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A25%3A45Z&ske=2023-06-09T00%3A25%3A45Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T12%3A30%3A35Z&sr=b&sp=r&sig=D%2FTCuu%2BZPodKDsYvYPWq366fuguUQQg1%2FE40%2BICFboY%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T12:30:35.5642975","validationStatus":"VALIDATION_SUCCESS"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '555' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:20:35 GMT + mise-correlation-id: + - 90c1333d-e774-47c0-b2b8-ab8f94e70ad0 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://030de96f-f690-4fe1-9d82-d8fbd37121ae.eastus.cnt-prod.loadtesting.azure.com/tests/stop-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/d5bc4ff6-737b-4881-9264-4148f18304e1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A34Z&ske=2023-06-09T00%3A41%3A34Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A20%3A35Z&sr=b&sp=r&sig=j7b542SO941%2BozBLpwKTSaguc6f9ra4gmNos3LnUEhI%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:20:35.8319979","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"stop-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-08T12:20:18.588Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:20:31.961Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1089' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:20:35 GMT + mise-correlation-id: + - a176e68d-c626-482c-8626-9bb1ae0bb6f9 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-08T12:19:41.5810733Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-08T12:19:41.5810733Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"030de96f-f690-4fe1-9d82-d8fbd37121ae.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:20:37 GMT + etag: + - '"0b009058-0000-0100-0000-6481c75f0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://030de96f-f690-4fe1-9d82-d8fbd37121ae.eastus.cnt-prod.loadtesting.azure.com/tests?api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/d5bc4ff6-737b-4881-9264-4148f18304e1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A23Z&ske=2023-06-09T00%3A41%3A23Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A20%3A38Z&sr=b&sp=r&sig=U0JSyz9WHLHXqoa6%2Fn0JVKWsnS%2FIkjsHTLnpxWfVjvU%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:20:38.6043269","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"stop-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-08T12:20:18.588Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:20:31.961Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1103' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:20:38 GMT + mise-correlation-id: + - 13036a2f-03d2-4cd1-8086-41c87a32b1a4 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-08T12:19:41.5810733Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-08T12:19:41.5810733Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"030de96f-f690-4fe1-9d82-d8fbd37121ae.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:20:42 GMT + etag: + - '"0b009058-0000-0100-0000-6481c75f0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://030de96f-f690-4fe1-9d82-d8fbd37121ae.eastus.cnt-prod.loadtesting.azure.com/test-runs/stop-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestRunNotFound","message":"Test run not found with + given name \"stop-test-run-case\".","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Thu, 08 Jun 2023 12:20:44 GMT + mise-correlation-id: + - cf441a6a-1ce0-409b-9ce9-6ae83fef4068 + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestRunNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"testId": "stop-test-case"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '28' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://030de96f-f690-4fe1-9d82-d8fbd37121ae.eastus.cnt-prod.loadtesting.azure.com/test-runs/stop-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/bd15d498-736f-4a82-8191-149b9c755567?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A23Z&ske=2023-06-09T00%3A41%3A23Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A20%3A44Z&sr=b&sp=r&sig=uk0pUUqZZGVW39jOTCLvSo5KDFooTvnmKn2H69c%2FAdE%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:20:44.8732208","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/d5bc4ff6-737b-4881-9264-4148f18304e1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A23Z&ske=2023-06-09T00%3A41%3A23Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A20%3A44Z&sr=b&sp=r&sig=mGrO7MmD0EYdgs6G0iDY%2BnQPSgbpULwqlNdwxItUdSc%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:20:44.8731236","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/0d10800f-d10b-49ce-b0c9-a47c20b16774?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A23Z&ske=2023-06-09T00%3A41%3A23Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A20%3A44Z&sr=b&sp=r&sig=dZiCqTTrzJJ4MkqphNuge%2B153uRDQAHMqdPE1zOwxOo%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:20:44.873245","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"stop-test-run-case","testId":"stop-test-case","status":"ACCEPTED","executedDateTime":"2023-06-08T12:20:44.72Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/stop-test-case/testRunId/stop-test-run-case","createdDateTime":"2023-06-08T12:20:45.161Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:20:45.161Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2619' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:20:45 GMT + location: + - https://030de96f-f690-4fe1-9d82-d8fbd37121ae.eastus.cnt-prod.loadtesting.azure.com/test-runs/stop-test-run-case?api-version=2022-11-01 + mise-correlation-id: + - 755e561a-1e9b-4b57-95ab-b86130b6d189 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://030de96f-f690-4fe1-9d82-d8fbd37121ae.eastus.cnt-prod.loadtesting.azure.com/test-runs/stop-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/bd15d498-736f-4a82-8191-149b9c755567?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A38Z&ske=2023-06-09T01%3A11%3A38Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A20%3A45Z&sr=b&sp=r&sig=bHg72ebZHqeOMIEeB3Cy1HESPvyAjTZt%2F3FRHW6gPBs%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:20:45.4923308","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/d5bc4ff6-737b-4881-9264-4148f18304e1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A38Z&ske=2023-06-09T01%3A11%3A38Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A20%3A45Z&sr=b&sp=r&sig=NaFplhbw7r4nikuBfpuRh%2BlFTSc89sOCwvkOMelPlO4%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:20:45.492263","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/0d10800f-d10b-49ce-b0c9-a47c20b16774?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A38Z&ske=2023-06-09T01%3A11%3A38Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A20%3A45Z&sr=b&sp=r&sig=fKFSkDeEOfjy7Zt4CErMZUHTMsCZWnx8P7BVgJcXq6M%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:20:45.4923461","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"stop-test-run-case","testId":"stop-test-case","status":"PROVISIONING","startDateTime":"2023-06-08T12:20:45.3Z","executedDateTime":"2023-06-08T12:20:44.72Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/stop-test-case/testRunId/stop-test-run-case","createdDateTime":"2023-06-08T12:20:45.161Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:20:45.47Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2661' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:20:45 GMT + mise-correlation-id: + - a8f2553f-9b2c-4673-817a-ddafceabe43b + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://030de96f-f690-4fe1-9d82-d8fbd37121ae.eastus.cnt-prod.loadtesting.azure.com/test-runs/stop-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/bd15d498-736f-4a82-8191-149b9c755567?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A23Z&ske=2023-06-09T00%3A41%3A23Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A20%3A50Z&sr=b&sp=r&sig=uvmM%2FONnKlCOxR4cMnx%2FErlbdE0%2BZWSm%2FWRUCaUxLw0%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:20:50.7678334","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/d5bc4ff6-737b-4881-9264-4148f18304e1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A23Z&ske=2023-06-09T00%3A41%3A23Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A20%3A50Z&sr=b&sp=r&sig=YKokLuKk67n6IXwQ%2FJp6y0t95a3fOCVprSTcGGQFdm8%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:20:50.7677576","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/0d10800f-d10b-49ce-b0c9-a47c20b16774?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A23Z&ske=2023-06-09T00%3A41%3A23Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A20%3A50Z&sr=b&sp=r&sig=FmA63HMD%2F4iRbEL7jZ%2FLLwczcbbNk0%2Fr01UUdRqFU5o%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:20:50.7678496","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"stop-test-run-case","testId":"stop-test-case","status":"PROVISIONING","startDateTime":"2023-06-08T12:20:45.3Z","executedDateTime":"2023-06-08T12:20:44.72Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/stop-test-case/testRunId/stop-test-run-case","createdDateTime":"2023-06-08T12:20:45.161Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:20:45.47Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2674' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:20:50 GMT + mise-correlation-id: + - ef7b7b1f-6ae3-43d6-a94e-e080bc67e470 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://030de96f-f690-4fe1-9d82-d8fbd37121ae.eastus.cnt-prod.loadtesting.azure.com/test-runs/stop-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/bd15d498-736f-4a82-8191-149b9c755567?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A23Z&ske=2023-06-09T00%3A41%3A23Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A20%3A56Z&sr=b&sp=r&sig=F6AasVj%2FszaR%2BZl3jAx4b6BIYv88G5ulNt10I660j%2Fs%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:20:56.0356682","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/d5bc4ff6-737b-4881-9264-4148f18304e1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A23Z&ske=2023-06-09T00%3A41%3A23Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A20%3A56Z&sr=b&sp=r&sig=mYIaWix%2Ft1lnrZaFxYpIwMRI%2F%2B5MUkCSU8zZ%2FKxkApY%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:20:56.035604","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/0d10800f-d10b-49ce-b0c9-a47c20b16774?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A23Z&ske=2023-06-09T00%3A41%3A23Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A20%3A56Z&sr=b&sp=r&sig=POI5nQFZ6NBZycZoXq%2BX9TkiueS1VjZjdxB%2FKRTrzKY%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:20:56.0356841","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"stop-test-run-case","testId":"stop-test-case","status":"PROVISIONING","startDateTime":"2023-06-08T12:20:45.3Z","executedDateTime":"2023-06-08T12:20:44.72Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/stop-test-case/testRunId/stop-test-run-case","createdDateTime":"2023-06-08T12:20:45.161Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:20:45.47Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2675' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:20:56 GMT + mise-correlation-id: + - 4b5a2c29-974e-4f65-b9b8-fa927a791347 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://030de96f-f690-4fe1-9d82-d8fbd37121ae.eastus.cnt-prod.loadtesting.azure.com/test-runs/stop-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/bd15d498-736f-4a82-8191-149b9c755567?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A23Z&ske=2023-06-09T00%3A41%3A23Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A21%3A01Z&sr=b&sp=r&sig=wNbv8Si1Tu2pBbyWyltg4l%2Fi%2FnSGipcWPhWi%2BwKrkvM%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:21:01.3050181","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/d5bc4ff6-737b-4881-9264-4148f18304e1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A23Z&ske=2023-06-09T00%3A41%3A23Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A21%3A01Z&sr=b&sp=r&sig=0ZNXEZ3vuVAo2pvBAfKnYy03tgJeq2ZpX8GUml1OS7E%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:21:01.304947","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/0d10800f-d10b-49ce-b0c9-a47c20b16774?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A23Z&ske=2023-06-09T00%3A41%3A23Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A21%3A01Z&sr=b&sp=r&sig=5BA0BDjIcgGcumom4Dg7t6OaEGgfpZo7J1b2sygBJzU%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:21:01.3050342","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"stop-test-run-case","testId":"stop-test-case","status":"PROVISIONING","startDateTime":"2023-06-08T12:20:45.3Z","executedDateTime":"2023-06-08T12:20:44.72Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/stop-test-case/testRunId/stop-test-run-case","createdDateTime":"2023-06-08T12:20:45.161Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:20:45.47Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2663' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:21:01 GMT + mise-correlation-id: + - 6461be29-6ce9-4b2b-9fc7-8584b5e9075c + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://030de96f-f690-4fe1-9d82-d8fbd37121ae.eastus.cnt-prod.loadtesting.azure.com/test-runs/stop-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/bd15d498-736f-4a82-8191-149b9c755567?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A23Z&ske=2023-06-09T00%3A41%3A23Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A21%3A06Z&sr=b&sp=r&sig=BqQsADi4k4pnzzhwK9YNyJ6mAGHKoQ52hTC5E5RiDqI%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:21:06.6248831","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/d5bc4ff6-737b-4881-9264-4148f18304e1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A23Z&ske=2023-06-09T00%3A41%3A23Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A21%3A06Z&sr=b&sp=r&sig=yujevJJxUHXuWOEm6O%2Bt035VGpnUEkThA5Nv19aqnaA%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:21:06.6248157","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/0d10800f-d10b-49ce-b0c9-a47c20b16774?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A23Z&ske=2023-06-09T00%3A41%3A23Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A21%3A06Z&sr=b&sp=r&sig=oOdeQvTTk6I1XB%2FwffproGyz0vit0VRWqN9SFgjtU%2Fc%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:21:06.6248981","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"stop-test-run-case","testId":"stop-test-case","status":"PROVISIONING","startDateTime":"2023-06-08T12:20:45.3Z","executedDateTime":"2023-06-08T12:20:44.72Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/stop-test-case/testRunId/stop-test-run-case","createdDateTime":"2023-06-08T12:20:45.161Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:20:45.47Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2664' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:21:06 GMT + mise-correlation-id: + - cd4529d6-3d32-4a6e-9efd-984c81f3eea8 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-08T12:19:41.5810733Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-08T12:19:41.5810733Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"030de96f-f690-4fe1-9d82-d8fbd37121ae.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:21:05 GMT + etag: + - '"0b009058-0000-0100-0000-6481c75f0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://030de96f-f690-4fe1-9d82-d8fbd37121ae.eastus.cnt-prod.loadtesting.azure.com/test-runs/stop-test-run-case:stop?api-version=2022-11-01 + response: + body: + string: '{"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/bd15d498-736f-4a82-8191-149b9c755567?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A38Z&ske=2023-06-09T01%3A11%3A38Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A21%3A07Z&sr=b&sp=r&sig=fz%2BNOJUWZrxlCxXqGVY0T30%2BMcHghvbrpySFKpvwWE4%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:21:07.6529442","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/d5bc4ff6-737b-4881-9264-4148f18304e1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A38Z&ske=2023-06-09T01%3A11%3A38Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A21%3A07Z&sr=b&sp=r&sig=ry6numv7U0RXGFwA9Mx5To%2Fq%2F2Jcy5urjoRNaUL4MjQ%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:21:07.6528493","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/0d10800f-d10b-49ce-b0c9-a47c20b16774?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A38Z&ske=2023-06-09T01%3A11%3A38Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A21%3A07Z&sr=b&sp=r&sig=OUPIHCl9S9ouIa2V0RTbKPLzo%2FlsOAx15A%2F3xjw4A00%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:21:07.6529677","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"stop-test-run-case","testId":"stop-test-case","status":"PROVISIONING","startDateTime":"2023-06-08T12:20:45.3Z","executedDateTime":"2023-06-08T12:20:44.72Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/stop-test-case/testRunId/stop-test-run-case","createdDateTime":"2023-06-08T12:20:45.161Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:20:45.47Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2611' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:21:07 GMT + mise-correlation-id: + - 37ab81d7-2119-4a07-ac16-3103e22f3326 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://030de96f-f690-4fe1-9d82-d8fbd37121ae.eastus.cnt-prod.loadtesting.azure.com/test-runs/stop-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/bd15d498-736f-4a82-8191-149b9c755567?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A45%3A20Z&ske=2023-06-09T00%3A45%3A20Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A21%3A11Z&sr=b&sp=r&sig=vYVFL1MPfqqzSKTosC3GazjPfHlIkDUWLqTsXZh62D0%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:21:11.919877","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/d5bc4ff6-737b-4881-9264-4148f18304e1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A45%3A20Z&ske=2023-06-09T00%3A45%3A20Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A21%3A11Z&sr=b&sp=r&sig=w8OhJifSQPQrqkJDkH%2Bi3RuoH2fQnwNbrbholAFxgec%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:21:11.9197855","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/0d10800f-d10b-49ce-b0c9-a47c20b16774?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A45%3A20Z&ske=2023-06-09T00%3A45%3A20Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A21%3A11Z&sr=b&sp=r&sig=htSo78w%2BFIeb1kkgCrtCxNG8%2FNemc6TwDUyLMQO7mdU%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:21:11.9199018","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"stop-test-run-case","testId":"stop-test-case","status":"CANCELLED","startDateTime":"2023-06-08T12:20:45.3Z","endDateTime":"2023-06-08T12:21:07.778Z","executedDateTime":"2023-06-08T12:20:44.72Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/stop-test-case/testRunId/stop-test-run-case","createdDateTime":"2023-06-08T12:20:45.161Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:21:08.978Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2702' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:21:11 GMT + mise-correlation-id: + - 3cd0b205-9c0e-497e-b896-8ef073bbf918 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-08T12:19:41.5810733Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-08T12:19:41.5810733Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"030de96f-f690-4fe1-9d82-d8fbd37121ae.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:21:28 GMT + etag: + - '"0b009058-0000-0100-0000-6481c75f0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://030de96f-f690-4fe1-9d82-d8fbd37121ae.eastus.cnt-prod.loadtesting.azure.com/test-runs/stop-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"120"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/bd15d498-736f-4a82-8191-149b9c755567?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A34Z&ske=2023-06-09T00%3A41%3A34Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A21%3A30Z&sr=b&sp=r&sig=8iz9p7N0NlwptOobs8cqaeoz%2BVQ7lqmYx6ECRsGrIqI%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:21:30.1007106","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/d5bc4ff6-737b-4881-9264-4148f18304e1?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A34Z&ske=2023-06-09T00%3A41%3A34Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A21%3A30Z&sr=b&sp=r&sig=o6Cm0X4XN7Q4ttNbrlAN92CmWcMGwsfag3JibPF19pM%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:21:30.1006426","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/107df2b7-77e4-4761-bf05-82dd8a709a3e/0d10800f-d10b-49ce-b0c9-a47c20b16774?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A34Z&ske=2023-06-09T00%3A41%3A34Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A21%3A30Z&sr=b&sp=r&sig=ZSMNokkCZgZ%2Bp7k1g8RGZ8TLoUtzIDtFt5xCM%2F5Xrd4%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:21:30.1007244","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"stop-test-run-case","testId":"stop-test-case","status":"CANCELLED","startDateTime":"2023-06-08T12:20:45.3Z","endDateTime":"2023-06-08T12:21:07.778Z","executedDateTime":"2023-06-08T12:20:44.72Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/stop-test-case/testRunId/stop-test-run-case","createdDateTime":"2023-06-08T12:20:45.161Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:21:27.064Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2703' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:21:30 GMT + mise-correlation-id: + - cf0237e3-6bc6-41ce-9366-dde97cb6f937 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/load/azext_load/tests/latest/recordings/test_load_test_run_update.yaml b/src/load/azext_load/tests/latest/recordings/test_load_test_run_update.yaml new file mode 100644 index 00000000000..3cd014d10dc --- /dev/null +++ b/src/load/azext_load/tests/latest/recordings/test_load_test_run_update.yaml @@ -0,0 +1,1441 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-08T12:22:43.1337973Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-08T12:22:43.1337973Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:23:18 GMT + etag: + - '"0b003767-0000-0100-0000-6481c8150000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/tests/update-test-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestNotFound","message":"Test couldn''t find with + given identifier update-test-case","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Thu, 08 Jun 2023 12:23:20 GMT + mise-correlation-id: + - 135df0e5-aa52-4bcd-8ca8-f6644ceceb3a + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"displayName": "CLI-Test", "description": "Test created from az load test + command", "keyvaultReferenceIdentityType": "SystemAssigned", "environmentVariables": + {"rps": 1, "duration_in_sec": "1"}, "secrets": {}, "loadTestConfiguration": + {"engineInstances": 1, "quickStartTest": false, "splitAllCSVs": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '307' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/tests/update-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"additionalFileInfo":[]},"testId":"update-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-08T12:23:20.732Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:23:20.732Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '518' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:23:20 GMT + location: + - https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/tests/update-test-case?api-version=2022-11-01 + mise-correlation-id: + - 763f74c3-b7ef-41ed-bccd-54e2b7b0267a + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/tests/update-test-case/files?api-version=2022-11-01 + response: + body: + string: '{"value":[]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:23:21 GMT + mise-correlation-id: + - b09c899f-e9ba-46eb-944d-3f98d6021f5e + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: !!python/object/new:_io.BytesIO + state: !!python/tuple + - !!binary | + PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxqbWV0ZXJUZXN0UGxhbiB2 + ZXJzaW9uPSIxLjIiIHByb3BlcnRpZXM9IjUuMCIgam1ldGVyPSI1LjUiPg0KICA8aGFzaFRyZWU+ + DQogICAgPFRlc3RQbGFuIGd1aWNsYXNzPSJUZXN0UGxhbkd1aSIgdGVzdGNsYXNzPSJUZXN0UGxh + biIgdGVzdG5hbWU9IkF6dXJlIExvYWQgVGVzdGluZyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICA8 + c3RyaW5nUHJvcCBuYW1lPSJUZXN0UGxhbi5jb21tZW50cyI+PC9zdHJpbmdQcm9wPg0KICAgICAg + PGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLmZ1bmN0aW9uYWxfbW9kZSI+ZmFsc2U8L2Jvb2xQcm9w + Pg0KICAgICAgPGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLnRlYXJEb3duX29uX3NodXRkb3duIj50 + cnVlPC9ib29sUHJvcD4NCiAgICAgIDxib29sUHJvcCBuYW1lPSJUZXN0UGxhbi5zZXJpYWxpemVf + dGhyZWFkZ3JvdXBzIj5mYWxzZTwvYm9vbFByb3A+DQogICAgICA8ZWxlbWVudFByb3AgbmFtZT0i + VGVzdFBsYW4udXNlcl9kZWZpbmVkX3ZhcmlhYmxlcyIgZWxlbWVudFR5cGU9IkFyZ3VtZW50cyIg + Z3VpY2xhc3M9IkFyZ3VtZW50c1BhbmVsIiB0ZXN0Y2xhc3M9IkFyZ3VtZW50cyIgdGVzdG5hbWU9 + IlVzZXIgRGVmaW5lZCBWYXJpYWJsZXMiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICA8Y29sbGVj + dGlvblByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgPC9lbGVtZW50UHJv + cD4NCiAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IlRlc3RQbGFuLnVzZXJfZGVmaW5lX2NsYXNzcGF0 + aCI+PC9zdHJpbmdQcm9wPg0KICAgIDwvVGVzdFBsYW4+DQogICAgPGhhc2hUcmVlPg0KICAgICAg + PEFyZ3VtZW50cyBndWljbGFzcz0iQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRz + IiB0ZXN0bmFtZT0iVXNlciBEZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAg + ICAgIDxjb2xsZWN0aW9uUHJvcCBuYW1lPSJBcmd1bWVudHMuYXJndW1lbnRzIj4NCiAgICAgICAg + ICA8ZWxlbWVudFByb3AgbmFtZT0iZHVyYXRpb25faW5fc2VjIiBlbGVtZW50VHlwZT0iQXJndW1l + bnQiPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubmFtZSI+ZHVyYXRp + b25faW5fc2VjPC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJn + dW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5nZXRlbnYoJnF1b3Q7ZHVyYXRpb25faW5f + c2VjJnF1b3Q7KSA/OiAmcXVvdDsxMCZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAg + IDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAg + ICAgICAgIDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9InJwcyIg + ZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFy + Z3VtZW50Lm5hbWUiPnJwczwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3JwcyZx + dW90OykgPzogJnF1b3Q7MSZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJp + bmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAgICAgICAg + IDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9ImRvbWFpbiIgZWxl + bWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3Vt + ZW50Lm5hbWUiPmRvbWFpbjwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O2RvbWFp + biZxdW90OykgPzogJnF1b3Q7ZXhhbXBsZS5jb20mcXVvdDsgKX08L3N0cmluZ1Byb3A+DQogICAg + ICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5tZXRhZGF0YSI+PTwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICA8L2VsZW1lbnRQcm9wPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1l + PSJwcm90b2NvbCIgZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQ + cm9wIG5hbWU9IkFyZ3VtZW50Lm5hbWUiPnByb3RvY29sPC9zdHJpbmdQcm9wPg0KICAgICAgICAg + ICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5n + ZXRlbnYoJnF1b3Q7cHJvdG9jb2wmcXVvdDspID86ICZxdW90O2h0dHBzJnF1b3Q7ICl9PC9zdHJp + bmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubWV0YWRhdGEi + Pj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAgICAgICA8ZWxl + bWVudFByb3AgbmFtZT0idXJsX3BhdGgiIGVsZW1lbnRUeXBlPSJBcmd1bWVudCI+DQogICAgICAg + ICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5uYW1lIj51cmxfcGF0aDwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jv + b3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3VybF9wYXRoJnF1b3Q7KSA/OiAmcXVvdDsvJnF1b3Q7 + ICl9PC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQu + bWV0YWRhdGEiPj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAg + ICAgPC9jb2xsZWN0aW9uUHJvcD4NCiAgICAgIDwvQXJndW1lbnRzPg0KICAgICAgPGhhc2hUcmVl + Lz4NCiAgICAgIDxPcGVuTW9kZWxUaHJlYWRHcm91cCBndWljbGFzcz0iT3Blbk1vZGVsVGhyZWFk + R3JvdXBHdWkiIHRlc3RjbGFzcz0iT3Blbk1vZGVsVGhyZWFkR3JvdXAiIHRlc3RuYW1lPSJPcGVu + IE1vZGVsIFRocmVhZCBHcm91cCIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgIDxlbGVtZW50UHJv + cCBuYW1lPSJUaHJlYWRHcm91cC5tYWluX2NvbnRyb2xsZXIiIGVsZW1lbnRUeXBlPSJPcGVuTW9k + ZWxUaHJlYWRHcm91cENvbnRyb2xsZXIiLz4NCiAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iVGhy + ZWFkR3JvdXAub25fc2FtcGxlX2Vycm9yIj5jb250aW51ZTwvc3RyaW5nUHJvcD4NCiAgICAgICAg + PHN0cmluZ1Byb3AgbmFtZT0iT3Blbk1vZGVsVGhyZWFkR3JvdXAuc2NoZWR1bGUiPnJhdGUoJHty + cHN9L3NlYykgcmFuZG9tX2Fycml2YWxzKCR7ZHVyYXRpb25faW5fc2VjfSBzZWMpPC9zdHJpbmdQ + cm9wPg0KICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJPcGVuTW9kZWxUaHJlYWRHcm91cC5yYW5k + b21fc2VlZCI+PC9zdHJpbmdQcm9wPg0KICAgICAgPC9PcGVuTW9kZWxUaHJlYWRHcm91cD4NCiAg + ICAgIDxoYXNoVHJlZT4NCiAgICAgICAgPEhUVFBTYW1wbGVyUHJveHkgZ3VpY2xhc3M9Ikh0dHBU + ZXN0U2FtcGxlR3VpIiB0ZXN0Y2xhc3M9IkhUVFBTYW1wbGVyUHJveHkiIHRlc3RuYW1lPSJIVFRQ + IFJlcXVlc3QiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1lPSJI + VFRQc2FtcGxlci5Bcmd1bWVudHMiIGVsZW1lbnRUeXBlPSJBcmd1bWVudHMiIGd1aWNsYXNzPSJI + VFRQQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRzIiB0ZXN0bmFtZT0iVXNlciBE + ZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgICAgICA8Y29sbGVjdGlv + blByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgICAgIDwvZWxlbWVudFBy + b3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBsZXIuZG9tYWluIj4ke2Rv + bWFpbn08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBs + ZXIucG9ydCI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBT + YW1wbGVyLnByb3RvY29sIj4ke3Byb3RvY29sfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3Ry + aW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5jb250ZW50RW5jb2RpbmciPjwvc3RyaW5nUHJvcD4N + CiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5wYXRoIj4ke3VybF9wYXRo + fTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5t + ZXRob2QiPkdFVDwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8Ym9vbFByb3AgbmFtZT0iSFRUUFNh + bXBsZXIuZm9sbG93X3JlZGlyZWN0cyI+dHJ1ZTwvYm9vbFByb3A+DQogICAgICAgICAgPGJvb2xQ + cm9wIG5hbWU9IkhUVFBTYW1wbGVyLmF1dG9fcmVkaXJlY3RzIj5mYWxzZTwvYm9vbFByb3A+DQog + ICAgICAgICAgPGJvb2xQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnVzZV9rZWVwYWxpdmUiPnRydWU8 + L2Jvb2xQcm9wPg0KICAgICAgICAgIDxib29sUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5ET19NVUxU + SVBBUlRfUE9TVCI+ZmFsc2U8L2Jvb2xQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9 + IkhUVFBTYW1wbGVyLmVtYmVkZGVkX3VybF9yZSI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxz + dHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLmNvbm5lY3RfdGltZW91dCI+PC9zdHJpbmdQcm9w + Pg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnJlc3BvbnNlX3RpbWVv + dXQiPjwvc3RyaW5nUHJvcD4NCiAgICAgICAgPC9IVFRQU2FtcGxlclByb3h5Pg0KICAgICAgICA8 + aGFzaFRyZWUvPg0KICAgICAgPC9oYXNoVHJlZT4NCiAgICA8L2hhc2hUcmVlPg0KICA8L2hhc2hU + cmVlPg0KPC9qbWV0ZXJUZXN0UGxhbj4NCg== + - 0 + - null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '4870' + Content-Type: + - application/octet-stream + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/tests/update-test-case/files/sample-JMX-file.jmx?fileType=JMX_FILE&api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf042021-1d6d-4768-b278-2a378b850e77?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A38Z&ske=2023-06-09T01%3A11%3A38Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T12%3A33%3A21Z&sr=b&sp=r&sig=H%2F4yuEnuXjwKVtAloQOEa5lPO5uQdjCrd3ws1yIx19s%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T12:33:21.8167897","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:23:21 GMT + location: + - https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/tests/update-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + mise-correlation-id: + - f4bf30c4-2cf5-4b1d-861e-5f7e382fb169 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/tests/update-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf042021-1d6d-4768-b278-2a378b850e77?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A45%3A20Z&ske=2023-06-09T00%3A45%3A20Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T12%3A33%3A22Z&sr=b&sp=r&sig=k%2FmzazNsVlgjxPx00jAqQ0dXAwHuMQj1LoXeLlVPXQA%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T12:33:22.1307689","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:23:22 GMT + mise-correlation-id: + - c91726f6-38c3-4b96-98bd-c9e68396592d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/tests/update-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf042021-1d6d-4768-b278-2a378b850e77?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A34Z&ske=2023-06-09T00%3A41%3A34Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T12%3A33%3A27Z&sr=b&sp=r&sig=rdKpoBu7fMvsQFTDL6ZN%2BfJk7XAAvfzJ3ZxJzZjNcU8%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T12:33:27.446336","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '550' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:23:27 GMT + mise-correlation-id: + - 22a4eb34-0197-44bd-8b22-7537c0898450 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/tests/update-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf042021-1d6d-4768-b278-2a378b850e77?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A25%3A45Z&ske=2023-06-09T00%3A25%3A45Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T12%3A33%3A32Z&sr=b&sp=r&sig=TlqgAH6uz3%2FxsMnAlr1HIRA4VNzoCzLqof0MhRt%2F9bs%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T12:33:32.7603861","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '553' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:23:32 GMT + mise-correlation-id: + - 36b88ffb-a173-4a5d-9251-5bf679602d75 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/tests/update-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf042021-1d6d-4768-b278-2a378b850e77?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T11%3A05%3A12Z&ske=2023-06-09T01%3A05%3A12Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T12%3A33%3A38Z&sr=b&sp=r&sig=lgktvUzdndyn6RYxeec0xfkbRAn569z5HXitjV2gF0s%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T12:33:38.0828478","validationStatus":"VALIDATION_SUCCESS"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '547' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:23:38 GMT + mise-correlation-id: + - db044f09-7979-4c0f-893d-6e22744e7f25 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/tests/update-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf042021-1d6d-4768-b278-2a378b850e77?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A38Z&ske=2023-06-09T01%3A11%3A38Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A23%3A38Z&sr=b&sp=r&sig=kz0DSOY5f6FaLC%2F9qkcKg%2B1FKNBDWNXdDOfYyEkK2Vc%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:23:38.415145","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"update-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-08T12:23:20.732Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:23:34.022Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1090' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:23:38 GMT + mise-correlation-id: + - f6bdaae9-aaaa-4219-99cd-2b5e07312a8e + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-08T12:22:43.1337973Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-08T12:22:43.1337973Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:23:39 GMT + etag: + - '"0b003767-0000-0100-0000-6481c8150000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/tests?api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf042021-1d6d-4768-b278-2a378b850e77?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T11%3A05%3A12Z&ske=2023-06-09T01%3A05%3A12Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A23%3A40Z&sr=b&sp=r&sig=OP%2FFhBb%2FJOFRE%2F%2F36Xv3oP8nPNzyHmjPkInvPdQDt%2Fk%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:23:40.8820367","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"update-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-08T12:23:20.732Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:23:34.022Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1109' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:23:40 GMT + mise-correlation-id: + - b0401747-f675-42a4-8278-dad36dbfe6bc + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-08T12:22:43.1337973Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-08T12:22:43.1337973Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:23:42 GMT + etag: + - '"0b003767-0000-0100-0000-6481c8150000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/test-runs/update-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestRunNotFound","message":"Test run not found with + given name \"update-test-run-case\".","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Thu, 08 Jun 2023 12:23:43 GMT + mise-correlation-id: + - 1a04a8e5-b708-479d-8984-82e4086b87b6 + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestRunNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"testId": "update-test-case"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '30' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/test-runs/update-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/83241819-2373-4aa5-afc0-5edbe84c65c8?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A45%3A20Z&ske=2023-06-09T00%3A45%3A20Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A23%3A44Z&sr=b&sp=r&sig=d%2FhzP%2ByC3t9H%2FDbKoCGuXDhuxHE%2BjKp2as6RIu6zy6w%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:23:44.3258104","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf042021-1d6d-4768-b278-2a378b850e77?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A45%3A20Z&ske=2023-06-09T00%3A45%3A20Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A23%3A44Z&sr=b&sp=r&sig=jTWIQgDCfY41ciU8CKSpDhxIziOZNvUxzdP0a45LO44%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:23:44.3256871","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/71e51b33-5d91-4a65-ad59-6a306018ebcd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A45%3A20Z&ske=2023-06-09T00%3A45%3A20Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A23%3A44Z&sr=b&sp=r&sig=dVGqWIPoet6%2FFdPcbcklIhPWbs71AtCdp8ugXiAr8Xc%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:23:44.3258397","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"update-test-run-case","testId":"update-test-case","status":"ACCEPTED","executedDateTime":"2023-06-08T12:23:44.12Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/update-test-case/testRunId/update-test-run-case","createdDateTime":"2023-06-08T12:23:44.667Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:23:44.667Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2630' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:23:44 GMT + location: + - https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/test-runs/update-test-run-case?api-version=2022-11-01 + mise-correlation-id: + - 3b192b61-7a3d-4e0d-b25d-f783a571ed12 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/test-runs/update-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/83241819-2373-4aa5-afc0-5edbe84c65c8?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T11%3A05%3A12Z&ske=2023-06-09T01%3A05%3A12Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A23%3A44Z&sr=b&sp=r&sig=%2B48fWOHAZhtEhoyUl4QCuYxmciCOgdvEPEu9oXeJnNA%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:23:44.9595162","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf042021-1d6d-4768-b278-2a378b850e77?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T11%3A05%3A12Z&ske=2023-06-09T01%3A05%3A12Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A23%3A44Z&sr=b&sp=r&sig=sA%2F9%2FRNn4CkciW4nuH4kMsDAamaajKV8GZMQ8HimkpY%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:23:44.9594491","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/71e51b33-5d91-4a65-ad59-6a306018ebcd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T11%3A05%3A12Z&ske=2023-06-09T01%3A05%3A12Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A23%3A44Z&sr=b&sp=r&sig=j1ya8Ce1X3W78%2Bg7uxktTT48J%2FalGniHtyZi%2BQqld5w%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:23:44.9595308","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"update-test-run-case","testId":"update-test-case","status":"NOTSTARTED","startDateTime":"2023-06-08T12:23:44.778Z","executedDateTime":"2023-06-08T12:23:44.12Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/update-test-case/testRunId/update-test-run-case","createdDateTime":"2023-06-08T12:23:44.667Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:23:44.778Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2677' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:23:44 GMT + mise-correlation-id: + - 78e2d232-b44a-4400-9d3e-cc578f3b4c37 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/test-runs/update-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/83241819-2373-4aa5-afc0-5edbe84c65c8?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A34Z&ske=2023-06-09T00%3A41%3A34Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A23%3A50Z&sr=b&sp=r&sig=91QGYafaCVjGA5lBJt9nUyJjdUbII1cxwtYQ8Whc84M%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:23:50.2771812","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf042021-1d6d-4768-b278-2a378b850e77?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A34Z&ske=2023-06-09T00%3A41%3A34Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A23%3A50Z&sr=b&sp=r&sig=n31iAR7p%2FE858B9JX7FghnzDeX1Fuw9U2gHF4ZwS3yY%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:23:50.2771108","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/71e51b33-5d91-4a65-ad59-6a306018ebcd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A34Z&ske=2023-06-09T00%3A41%3A34Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A23%3A50Z&sr=b&sp=r&sig=F2COl9vDv6DWc%2BafWLyGlQ85NTVPRv1VPGaDQaWZUxw%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:23:50.2771947","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"update-test-run-case","testId":"update-test-case","status":"PROVISIONING","startDateTime":"2023-06-08T12:23:44.778Z","executedDateTime":"2023-06-08T12:23:44.12Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/update-test-case/testRunId/update-test-run-case","createdDateTime":"2023-06-08T12:23:44.667Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:23:45.03Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2670' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:23:50 GMT + mise-correlation-id: + - 9bb9469b-45c9-4291-a2e3-0282a4dac32f + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/test-runs/update-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/83241819-2373-4aa5-afc0-5edbe84c65c8?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A45%3A20Z&ske=2023-06-09T00%3A45%3A20Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A23%3A55Z&sr=b&sp=r&sig=7UKkzZhjaFCaNSXVGCAWGVBmL3GCb%2B30mH9KGVw035c%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:23:55.6504627","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf042021-1d6d-4768-b278-2a378b850e77?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A45%3A20Z&ske=2023-06-09T00%3A45%3A20Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A23%3A55Z&sr=b&sp=r&sig=fYvhGq1At1TIcle8TbFOBEf7kdg7OjiPPwSZZb1Bqt8%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:23:55.6503946","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/71e51b33-5d91-4a65-ad59-6a306018ebcd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A45%3A20Z&ske=2023-06-09T00%3A45%3A20Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A23%3A55Z&sr=b&sp=r&sig=8DIKAztA6JLykxgo0re4%2FSeBvSIdD1WC1JVS5OWam3g%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:23:55.6504773","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"update-test-run-case","testId":"update-test-case","status":"PROVISIONING","startDateTime":"2023-06-08T12:23:44.778Z","executedDateTime":"2023-06-08T12:23:44.12Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/update-test-case/testRunId/update-test-run-case","createdDateTime":"2023-06-08T12:23:44.667Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:23:45.03Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2670' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:23:55 GMT + mise-correlation-id: + - d858c600-7e87-40b3-b7c1-1cc7a714338e + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/test-runs/update-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/83241819-2373-4aa5-afc0-5edbe84c65c8?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A34Z&ske=2023-06-09T00%3A41%3A34Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A00Z&sr=b&sp=r&sig=3rMbhhWddu290DeUOwLeIPymrdTh9K1VnXvGIuj9IoU%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:24:00.9513057","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf042021-1d6d-4768-b278-2a378b850e77?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A34Z&ske=2023-06-09T00%3A41%3A34Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A00Z&sr=b&sp=r&sig=kOq2lo%2BtQFpj%2B5esnpzFIRWlBZZFK%2BasU06Rcx%2BSDc0%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:24:00.9512334","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/71e51b33-5d91-4a65-ad59-6a306018ebcd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A34Z&ske=2023-06-09T00%3A41%3A34Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A00Z&sr=b&sp=r&sig=0Y1%2FrBmxC2U2OD%2FaPair82CsYnZ1CQwwWGOhWOMsFw4%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:24:00.9513195","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"update-test-run-case","testId":"update-test-case","status":"PROVISIONING","startDateTime":"2023-06-08T12:23:44.778Z","executedDateTime":"2023-06-08T12:23:44.12Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/update-test-case/testRunId/update-test-run-case","createdDateTime":"2023-06-08T12:23:44.667Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:23:45.03Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2678' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:24:00 GMT + mise-correlation-id: + - b6350de3-e15d-40cf-a893-74b56048c7bc + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/test-runs/update-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/83241819-2373-4aa5-afc0-5edbe84c65c8?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T11%3A05%3A12Z&ske=2023-06-09T01%3A05%3A12Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A09Z&sr=b&sp=r&sig=y8ehpjkbEnDRbZT9yZF6DrSD0bjhrhNo78LU1uqh%2Bfg%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:24:09.364413","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf042021-1d6d-4768-b278-2a378b850e77?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T11%3A05%3A12Z&ske=2023-06-09T01%3A05%3A12Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A09Z&sr=b&sp=r&sig=JEeUvI4E2U%2FlD7Vll9i%2FJlCi0etD1VWDJK5rn58tVls%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:24:09.3643574","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/71e51b33-5d91-4a65-ad59-6a306018ebcd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T11%3A05%3A12Z&ske=2023-06-09T01%3A05%3A12Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A09Z&sr=b&sp=r&sig=j5eC9pe9Da3yh7xKdY%2F4o32wXU07gramf6VFBX%2BuX34%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:24:09.3644867","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"update-test-run-case","testId":"update-test-case","status":"PROVISIONING","startDateTime":"2023-06-08T12:23:44.778Z","executedDateTime":"2023-06-08T12:23:44.12Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/update-test-case/testRunId/update-test-run-case","createdDateTime":"2023-06-08T12:23:44.667Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:23:45.03Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2675' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:24:09 GMT + mise-correlation-id: + - a88e31d1-6a4f-4413-8c4f-e5ced25b6e8d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/test-runs/update-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/83241819-2373-4aa5-afc0-5edbe84c65c8?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A38Z&ske=2023-06-09T01%3A11%3A38Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A14Z&sr=b&sp=r&sig=ULTu9aabHSextECY%2BpIdJCxYlKBQsZm3qvXzQi7WukU%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:24:14.6439253","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf042021-1d6d-4768-b278-2a378b850e77?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A38Z&ske=2023-06-09T01%3A11%3A38Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A14Z&sr=b&sp=r&sig=T1u7g42XWwA%2BoZnfu9EfgcSIlv%2FcwhkLodn3OOGEkEQ%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:24:14.6438379","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/71e51b33-5d91-4a65-ad59-6a306018ebcd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A38Z&ske=2023-06-09T01%3A11%3A38Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A14Z&sr=b&sp=r&sig=F1K4fkk8U%2BrgPXrlTBS8AXDU4AnaKjLlkmaZz66sGZc%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:24:14.6439465","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"update-test-run-case","testId":"update-test-case","status":"PROVISIONING","startDateTime":"2023-06-08T12:23:44.778Z","executedDateTime":"2023-06-08T12:23:44.12Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/update-test-case/testRunId/update-test-run-case","createdDateTime":"2023-06-08T12:23:44.667Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:23:45.03Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2674' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:24:14 GMT + mise-correlation-id: + - 89a8a96e-6ed5-433d-978b-3aae891a1ac4 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/test-runs/update-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/83241819-2373-4aa5-afc0-5edbe84c65c8?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T11%3A05%3A12Z&ske=2023-06-09T01%3A05%3A12Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A19Z&sr=b&sp=r&sig=NOmvUFo3WosCmgbCJGGoSr1WqOP%2BMQzO7qWH8kOaJgw%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:24:19.9225333","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf042021-1d6d-4768-b278-2a378b850e77?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T11%3A05%3A12Z&ske=2023-06-09T01%3A05%3A12Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A19Z&sr=b&sp=r&sig=%2FlTT9NcJsRXhz4wSnNuBWLgaRBciYZ%2FBGL4tcd%2B6Ltw%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:24:19.9224687","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/71e51b33-5d91-4a65-ad59-6a306018ebcd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T11%3A05%3A12Z&ske=2023-06-09T01%3A05%3A12Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A19Z&sr=b&sp=r&sig=XyRyeUwIBv1U5ok2y%2FHtnWuWuPopL3U5loKuXwWbXBE%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:24:19.9225475","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"update-test-run-case","testId":"update-test-case","status":"PROVISIONING","startDateTime":"2023-06-08T12:23:44.778Z","executedDateTime":"2023-06-08T12:23:44.12Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/update-test-case/testRunId/update-test-run-case","createdDateTime":"2023-06-08T12:23:44.667Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:23:45.03Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2676' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:24:19 GMT + mise-correlation-id: + - eb331173-556b-4f65-acae-da1b5c6aa382 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/test-runs/update-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/83241819-2373-4aa5-afc0-5edbe84c65c8?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T11%3A05%3A12Z&ske=2023-06-09T01%3A05%3A12Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A25Z&sr=b&sp=r&sig=dLieNEV2wFQLhjgmvMNqJil5ASYOplrWubTaU94JGik%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:24:25.2036145","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf042021-1d6d-4768-b278-2a378b850e77?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T11%3A05%3A12Z&ske=2023-06-09T01%3A05%3A12Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A25Z&sr=b&sp=r&sig=PKeV4%2BOo00twHHKMUJ1ANmR25%2FqjAyh0s8vrR%2F7c1Wg%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:24:25.2035472","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/71e51b33-5d91-4a65-ad59-6a306018ebcd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T11%3A05%3A12Z&ske=2023-06-09T01%3A05%3A12Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A25Z&sr=b&sp=r&sig=TDyuARkXL3LTNLxGe8Ep8Z8H%2FiUmTMEm6Lpr4emYgp4%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:24:25.2036289","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"update-test-run-case","testId":"update-test-case","status":"PROVISIONING","startDateTime":"2023-06-08T12:23:44.778Z","executedDateTime":"2023-06-08T12:23:44.12Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/update-test-case/testRunId/update-test-run-case","createdDateTime":"2023-06-08T12:23:44.667Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:23:45.03Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2674' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:24:25 GMT + mise-correlation-id: + - 1b18caf9-db60-4d10-ba7d-05f1cca36c52 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/test-runs/update-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/83241819-2373-4aa5-afc0-5edbe84c65c8?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A23Z&ske=2023-06-09T00%3A41%3A23Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A30Z&sr=b&sp=r&sig=iByDYLtPYwIMHgq%2BneP%2FR0cRy%2Br%2BomOjwTVYuJZlD3E%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:24:30.5093731","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf042021-1d6d-4768-b278-2a378b850e77?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A23Z&ske=2023-06-09T00%3A41%3A23Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A30Z&sr=b&sp=r&sig=ShBSMHwHg%2FXHvc9C0RJe3MYTgwsUNpF6ifJboTfVUtU%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:24:30.5093074","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/71e51b33-5d91-4a65-ad59-6a306018ebcd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A23Z&ske=2023-06-09T00%3A41%3A23Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A30Z&sr=b&sp=r&sig=VmFG3gMuoeVtVK61tWE8EBEJxRCt%2BgW8d5Ct1Eftrpg%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:24:30.5093883","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"update-test-run-case","testId":"update-test-case","status":"PROVISIONING","startDateTime":"2023-06-08T12:23:44.778Z","executedDateTime":"2023-06-08T12:23:44.12Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/update-test-case/testRunId/update-test-run-case","createdDateTime":"2023-06-08T12:23:44.667Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:23:45.03Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2678' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:24:30 GMT + mise-correlation-id: + - 743d9ab4-d2a7-48ca-a150-0a6273786d74 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/test-runs/update-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/83241819-2373-4aa5-afc0-5edbe84c65c8?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A34Z&ske=2023-06-09T00%3A41%3A34Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A35Z&sr=b&sp=r&sig=Z5SbpcohCYWSbQJ5nXoAkt5meaX%2FCec7TWO89OXVMwU%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:24:35.8407172","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf042021-1d6d-4768-b278-2a378b850e77?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A34Z&ske=2023-06-09T00%3A41%3A34Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A35Z&sr=b&sp=r&sig=BXhXvMRHLGKMtzHTtKO4gcNjY9Nlix8xZA4x%2B%2BLC%2Bgc%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:24:35.8406413","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/71e51b33-5d91-4a65-ad59-6a306018ebcd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A34Z&ske=2023-06-09T00%3A41%3A34Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A35Z&sr=b&sp=r&sig=Tyn4RT%2FvKdClakzdSdkiSHHXvERH7%2Fp136JNXbe2vZQ%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:24:35.8407318","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"update-test-run-case","testId":"update-test-case","status":"CONFIGURING","startDateTime":"2023-06-08T12:23:44.778Z","executedDateTime":"2023-06-08T12:23:44.12Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/update-test-case/testRunId/update-test-run-case","createdDateTime":"2023-06-08T12:23:44.667Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:24:31.594Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2678' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:24:35 GMT + mise-correlation-id: + - ba0981bd-3734-421e-afba-621c969825a0 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/test-runs/update-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/83241819-2373-4aa5-afc0-5edbe84c65c8?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T11%3A05%3A12Z&ske=2023-06-09T01%3A05%3A12Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A41Z&sr=b&sp=r&sig=haliq0mL4QiA2Fdbfy0hy0%2FImFcFhq%2BI8fNQwdMHaBM%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:24:41.110384","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf042021-1d6d-4768-b278-2a378b850e77?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T11%3A05%3A12Z&ske=2023-06-09T01%3A05%3A12Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A41Z&sr=b&sp=r&sig=zVHUVdVgkf6G1DbNG6Y84K%2ByHC%2FFnNhvD%2Bicpni%2FlQc%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:24:41.1103169","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/71e51b33-5d91-4a65-ad59-6a306018ebcd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T11%3A05%3A12Z&ske=2023-06-09T01%3A05%3A12Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A41Z&sr=b&sp=r&sig=orMwqvCtg0vgwVBXujdB46B3NO1WrsHPQpJ20%2FEoZOo%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:24:41.110399","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"update-test-run-case","testId":"update-test-case","status":"EXECUTING","startDateTime":"2023-06-08T12:23:44.778Z","executedDateTime":"2023-06-08T12:23:44.12Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/update-test-case/testRunId/update-test-run-case","createdDateTime":"2023-06-08T12:23:44.667Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:24:36.194Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2676' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:24:41 GMT + mise-correlation-id: + - 9d9a0c29-b2b5-411d-8ce5-50adfa6a1608 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/test-runs/update-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/83241819-2373-4aa5-afc0-5edbe84c65c8?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A34Z&ske=2023-06-09T00%3A41%3A34Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A46Z&sr=b&sp=r&sig=cOLne90%2F3vFrOibnqAN40ugdYrh21LEWx2gxtV%2Bqqb4%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:24:46.3874451","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf042021-1d6d-4768-b278-2a378b850e77?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A34Z&ske=2023-06-09T00%3A41%3A34Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A46Z&sr=b&sp=r&sig=FCTsegzMkPWT6M3EzSFRvGWKimfPhaCzX9igG0ewTj4%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:24:46.3873753","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/71e51b33-5d91-4a65-ad59-6a306018ebcd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A34Z&ske=2023-06-09T00%3A41%3A34Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A46Z&sr=b&sp=r&sig=zuf4UFd0JOK%2BM6Xy3QwtNNErl%2Fv47NkF7odxqiwTrAo%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:24:46.3874604","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"update-test-run-case","testId":"update-test-case","status":"EXECUTING","startDateTime":"2023-06-08T12:23:44.778Z","executedDateTime":"2023-06-08T12:23:44.12Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/update-test-case/testRunId/update-test-run-case","createdDateTime":"2023-06-08T12:23:44.667Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:24:36.194Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2672' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:24:46 GMT + mise-correlation-id: + - bb684edf-88f2-4466-86df-7bcfb149c665 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/test-runs/update-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"errorDetails":[{"message":"Processing + error logs, please refresh to check actionable errors."}],"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/83241819-2373-4aa5-afc0-5edbe84c65c8?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A45%3A20Z&ske=2023-06-09T00%3A45%3A20Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A51Z&sr=b&sp=r&sig=blwLuVhi3irJ5%2BkK1pmjMOP19Jb50cDdl2rCsJ3NHUY%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:24:51.7163457","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf042021-1d6d-4768-b278-2a378b850e77?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A45%3A20Z&ske=2023-06-09T00%3A45%3A20Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A51Z&sr=b&sp=r&sig=mpV1ba0q41pbESNT%2BzIT5RJOjRHpvLBzSLyfL3zWbZI%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:24:51.7162795","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/71e51b33-5d91-4a65-ad59-6a306018ebcd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A45%3A20Z&ske=2023-06-09T00%3A45%3A20Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A51Z&sr=b&sp=r&sig=YUlqti3zKnKEcKS4JW1TkVyKdNHMJ8eIc8e5z%2FFC6Sg%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:24:51.7163598","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"update-test-run-case","testId":"update-test-case","status":"FAILED","startDateTime":"2023-06-08T12:23:44.778Z","endDateTime":"2023-06-08T12:24:46.62Z","executedDateTime":"2023-06-08T12:23:44.12Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/update-test-case/testRunId/update-test-run-case","createdDateTime":"2023-06-08T12:23:44.667Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:24:46.717Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2804' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:24:51 GMT + mise-correlation-id: + - cca2fd10-85d7-4da2-8499-1b300fb109b5 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-08T12:22:43.1337973Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-08T12:22:43.1337973Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:24:53 GMT + etag: + - '"0b003767-0000-0100-0000-6481c8150000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/test-runs?testId=update-test-case&api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"errorDetails":[{"message":"Processing + error logs, please refresh to check actionable errors."}],"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/83241819-2373-4aa5-afc0-5edbe84c65c8?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A23Z&ske=2023-06-09T00%3A41%3A23Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A54Z&sr=b&sp=r&sig=ZNXRA3BItiHFEDI9idzL4L2OKlKCswVreEpwWYbDKzg%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:24:54.1730262","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf042021-1d6d-4768-b278-2a378b850e77?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A23Z&ske=2023-06-09T00%3A41%3A23Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A54Z&sr=b&sp=r&sig=Rklnaj%2BdK%2F1cmCr%2Fl5Frltb8gVZCAOg7nTM7LNxJEwY%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:24:54.172943","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/71e51b33-5d91-4a65-ad59-6a306018ebcd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A23Z&ske=2023-06-09T00%3A41%3A23Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A24%3A54Z&sr=b&sp=r&sig=QM8AFFx9qxUCunzrgD1SQUvkvKCXh47TkQuICnrCesk%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:24:54.173048","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{}},"testResult":"NOT_APPLICABLE","testRunId":"update-test-run-case","testId":"update-test-case","status":"FAILED","startDateTime":"2023-06-08T12:23:44.778Z","endDateTime":"2023-06-08T12:24:46.62Z","executedDateTime":"2023-06-08T12:23:44.12Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/update-test-case/testRunId/update-test-run-case","createdDateTime":"2023-06-08T12:23:44.667Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:24:46.717Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2814' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:24:54 GMT + mise-correlation-id: + - 4ad90af1-f979-4276-bfff-b030a8ff4584 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-08T12:22:43.1337973Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-08T12:22:43.1337973Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:25:15 GMT + etag: + - '"0b003767-0000-0100-0000-6481c8150000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/test-runs/update-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"errorDetails":[{"message":"Processing + error logs, please refresh to check actionable errors."}],"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/83241819-2373-4aa5-afc0-5edbe84c65c8?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A45%3A20Z&ske=2023-06-09T00%3A45%3A20Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A25%3A16Z&sr=b&sp=r&sig=Tx8EEweIiDR4Sy%2FjDux9xtFAu6oluZZsf0BWAeQ10Rk%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:25:16.8732509","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf042021-1d6d-4768-b278-2a378b850e77?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A45%3A20Z&ske=2023-06-09T00%3A45%3A20Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A25%3A16Z&sr=b&sp=r&sig=hOF%2F0MLzzYVXKIc4P2z%2FgII%2FDVBAz0wixaSySSh7oFg%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:25:16.8731563","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/71e51b33-5d91-4a65-ad59-6a306018ebcd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A45%3A20Z&ske=2023-06-09T00%3A45%3A20Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A25%3A16Z&sr=b&sp=r&sig=3DAIvHa3vZOy9U3ApQi2i6D43FB%2Biz46hZ3xD%2Ff6jQw%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:25:16.8732718","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{"resultFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf55acf2-3405-4a8a-8a7a-653f3daead89_results.zip?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A45%3A20Z&ske=2023-06-09T00%3A45%3A20Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A25%3A16Z&sr=b&sp=r&sig=AhuMM5%2BrlzXBJQnXnf9kqFXt5yUfjhJxIOA4bJQf78s%3D","fileName":"csv.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:25:16.8732932","validationStatus":"VALIDATION_NOT_REQUIRED"},"logsFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf55acf2-3405-4a8a-8a7a-653f3daead89_logs.zip?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A45%3A20Z&ske=2023-06-09T00%3A45%3A20Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A25%3A16Z&sr=b&sp=r&sig=OMg9By8Zj7HEdtDRwU4QNvYLZyYOgXFrRzHMLFUX%2BIE%3D","fileName":"logs.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:25:16.8733147","validationStatus":"VALIDATION_NOT_REQUIRED"}}},"testResult":"NOT_APPLICABLE","testRunId":"update-test-run-case","testId":"update-test-case","status":"FAILED","startDateTime":"2023-06-08T12:23:44.778Z","endDateTime":"2023-06-08T12:24:46.62Z","executedDateTime":"2023-06-08T12:23:44.12Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/update-test-case/testRunId/update-test-run-case","createdDateTime":"2023-06-08T12:23:44.667Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:25:14.259Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '3973' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:25:16 GMT + mise-correlation-id: + - d6c9193c-b775-416a-a71b-abf4310d3cf4 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"testId": "update-test-case", "description": "Updated test run description"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '77' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/test-runs/update-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"errorDetails":[{"message":"Processing + error logs, please refresh to check actionable errors."}],"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/83241819-2373-4aa5-afc0-5edbe84c65c8?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A23Z&ske=2023-06-09T00%3A41%3A23Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A25%3A17Z&sr=b&sp=r&sig=izp7i31bDBQTez346SXNNiDg5irG7p7amjdiLYMCyDw%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:25:17.2946262","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf042021-1d6d-4768-b278-2a378b850e77?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A23Z&ske=2023-06-09T00%3A41%3A23Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A25%3A17Z&sr=b&sp=r&sig=8N2F%2FQCtHz7j0C4puotuu2lknyw1og2OHnt3cYDdIlk%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:25:17.2945297","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/71e51b33-5d91-4a65-ad59-6a306018ebcd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A23Z&ske=2023-06-09T00%3A41%3A23Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A25%3A17Z&sr=b&sp=r&sig=4atHCJ8KgqmgFr0WPlK6524A3YnfYXk9jyQqH3JYxMs%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:25:17.2946495","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{"resultFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf55acf2-3405-4a8a-8a7a-653f3daead89_results.zip?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A23Z&ske=2023-06-09T00%3A41%3A23Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A25%3A17Z&sr=b&sp=r&sig=I7fr6dbBwmJaCYRXA02Jh16ad1iaUbDZFs16ABTLbuU%3D","fileName":"csv.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:25:17.2946726","validationStatus":"VALIDATION_NOT_REQUIRED"},"logsFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf55acf2-3405-4a8a-8a7a-653f3daead89_logs.zip?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T10%3A41%3A23Z&ske=2023-06-09T00%3A41%3A23Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A25%3A17Z&sr=b&sp=r&sig=kikRYVneqhs8AIQugwub%2BII6YydOwjVyamoQ5e8fX8I%3D","fileName":"logs.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:25:17.2946965","validationStatus":"VALIDATION_NOT_REQUIRED"}}},"testResult":"NOT_APPLICABLE","testRunId":"update-test-run-case","testId":"update-test-case","description":"Updated + test run description","status":"FAILED","startDateTime":"2023-06-08T12:23:44.778Z","endDateTime":"2023-06-08T12:24:46.62Z","executedDateTime":"2023-06-08T12:23:44.12Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/update-test-case/testRunId/update-test-run-case","createdDateTime":"2023-06-08T12:23:44.667Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:25:17.288Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '4006' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:25:17 GMT + mise-correlation-id: + - 4cf4ce67-2251-401e-bab0-e6e3a0f3f63b + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-08T12:22:43.1337973Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-08T12:22:43.1337973Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:25:18 GMT + etag: + - '"0b003767-0000-0100-0000-6481c8150000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://e9b85a77-9ccd-41b9-b562-93efb96db013.eastus.cnt-prod.loadtesting.azure.com/test-runs/update-test-run-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"errorDetails":[{"message":"Processing + error logs, please refresh to check actionable errors."}],"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"testArtifacts":{"inputArtifacts":{"configFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/83241819-2373-4aa5-afc0-5edbe84c65c8?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T11%3A05%3A12Z&ske=2023-06-09T01%3A05%3A12Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A25%3A19Z&sr=b&sp=r&sig=mXonkszdw0ESf9fE2QdQyvSBchs00SSOk8ybfAckGBI%3D","fileName":"config.yaml","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:25:19.9723898","validationStatus":"VALIDATION_NOT_REQUIRED"},"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf042021-1d6d-4768-b278-2a378b850e77?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T11%3A05%3A12Z&ske=2023-06-09T01%3A05%3A12Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A25%3A19Z&sr=b&sp=r&sig=ucUg64vfMz8Ozp565KFgIHnPCH4HN9US1aQ5cNYi9bI%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-08T13:25:19.9723106","validationStatus":"VALIDATION_SUCCESS"},"inputArtifactsZipFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/71e51b33-5d91-4a65-ad59-6a306018ebcd?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T11%3A05%3A12Z&ske=2023-06-09T01%3A05%3A12Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A25%3A19Z&sr=b&sp=r&sig=Zmr3Vk6zTRIiFmN4FD1nCSgyshuvZyBJXHN4UQQnRxI%3D","fileName":"inputartifacts.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:25:19.9724102","validationStatus":"VALIDATION_NOT_REQUIRED"},"additionalFileInfo":[]},"outputArtifacts":{"resultFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf55acf2-3405-4a8a-8a7a-653f3daead89_results.zip?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T11%3A05%3A12Z&ske=2023-06-09T01%3A05%3A12Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A25%3A19Z&sr=b&sp=r&sig=%2FMg5c4opxf%2BRddFZTo%2BbdtBASTgXiGjn3eE%2Fsn7G2XY%3D","fileName":"csv.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:25:19.9724307","validationStatus":"VALIDATION_NOT_REQUIRED"},"logsFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/31998034-7f52-4e3e-9eed-a6ba21980fb8/cf55acf2-3405-4a8a-8a7a-653f3daead89_logs.zip?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-08T11%3A05%3A12Z&ske=2023-06-09T01%3A05%3A12Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-08T13%3A25%3A19Z&sr=b&sp=r&sig=QjhgscEOpJbgf%2FpLcTE2woRhRoLU29Ma6flKbJ4X%2FqI%3D","fileName":"logs.zip","fileType":"ADDITIONAL_ARTIFACTS","expireDateTime":"2023-06-08T13:25:19.9724513","validationStatus":"VALIDATION_NOT_REQUIRED"}}},"testResult":"NOT_APPLICABLE","testRunId":"update-test-run-case","testId":"update-test-case","description":"Updated + test run description","status":"FAILED","startDateTime":"2023-06-08T12:23:44.778Z","endDateTime":"2023-06-08T12:24:46.62Z","executedDateTime":"2023-06-08T12:23:44.12Z","portalUrl":"https://portal.azure.com/#blade/Microsoft_Azure_CloudNativeTesting/NewReport//resourceId/%2fsubscriptions%2f7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a%2fresourcegroups%2fclitest-load-000001%2fproviders%2fmicrosoft.loadtestservice%2floadtests%2fclitest-load-000002/testId/update-test-case/testRunId/update-test-run-case","createdDateTime":"2023-06-08T12:23:44.667Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-08T12:25:17.288Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '4014' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 12:25:19 GMT + mise-correlation-id: + - 5ac5e23a-a94a-45ef-afd8-429b8d9c9eeb + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/load/azext_load/tests/latest/recordings/test_load_test_server_metric.yaml b/src/load/azext_load/tests/latest/recordings/test_load_test_server_metric.yaml new file mode 100644 index 00000000000..b401a29dcc0 --- /dev/null +++ b/src/load/azext_load/tests/latest/recordings/test_load_test_server_metric.yaml @@ -0,0 +1,1103 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:49:33.9019775Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:49:33.9019775Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"a76b4959-4cdf-4511-be40-0c1bac10369c.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:09 GMT + etag: + - '"0b00cf00-0000-0100-0000-6480fb710000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://a76b4959-4cdf-4511-be40-0c1bac10369c.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestNotFound","message":"Test couldn''t find with + given identifier server-metric-test-case","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Wed, 07 Jun 2023 21:50:11 GMT + mise-correlation-id: + - 3daa7a0b-332c-4d65-8593-c5e885d7e2d1 + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"displayName": "CLI-Test", "description": "Test created from az load test + command", "keyvaultReferenceIdentityType": "SystemAssigned", "environmentVariables": + {"rps": 1, "duration_in_sec": "1"}, "secrets": {}, "loadTestConfiguration": + {"engineInstances": 1, "quickStartTest": false, "splitAllCSVs": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '307' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://a76b4959-4cdf-4511-be40-0c1bac10369c.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"additionalFileInfo":[]},"testId":"server-metric-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:50:11.91Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:50:11.91Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '523' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:11 GMT + location: + - https://a76b4959-4cdf-4511-be40-0c1bac10369c.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case?api-version=2022-11-01 + mise-correlation-id: + - a2574836-8b11-4357-90d3-1b1b6e11f520 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://a76b4959-4cdf-4511-be40-0c1bac10369c.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case/files?api-version=2022-11-01 + response: + body: + string: '{"value":[]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:12 GMT + mise-correlation-id: + - 22970309-f412-48a2-a43b-e13f558de14c + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: !!python/object/new:_io.BytesIO + state: !!python/tuple + - !!binary | + PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxqbWV0ZXJUZXN0UGxhbiB2 + ZXJzaW9uPSIxLjIiIHByb3BlcnRpZXM9IjUuMCIgam1ldGVyPSI1LjUiPg0KICA8aGFzaFRyZWU+ + DQogICAgPFRlc3RQbGFuIGd1aWNsYXNzPSJUZXN0UGxhbkd1aSIgdGVzdGNsYXNzPSJUZXN0UGxh + biIgdGVzdG5hbWU9IkF6dXJlIExvYWQgVGVzdGluZyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICA8 + c3RyaW5nUHJvcCBuYW1lPSJUZXN0UGxhbi5jb21tZW50cyI+PC9zdHJpbmdQcm9wPg0KICAgICAg + PGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLmZ1bmN0aW9uYWxfbW9kZSI+ZmFsc2U8L2Jvb2xQcm9w + Pg0KICAgICAgPGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLnRlYXJEb3duX29uX3NodXRkb3duIj50 + cnVlPC9ib29sUHJvcD4NCiAgICAgIDxib29sUHJvcCBuYW1lPSJUZXN0UGxhbi5zZXJpYWxpemVf + dGhyZWFkZ3JvdXBzIj5mYWxzZTwvYm9vbFByb3A+DQogICAgICA8ZWxlbWVudFByb3AgbmFtZT0i + VGVzdFBsYW4udXNlcl9kZWZpbmVkX3ZhcmlhYmxlcyIgZWxlbWVudFR5cGU9IkFyZ3VtZW50cyIg + Z3VpY2xhc3M9IkFyZ3VtZW50c1BhbmVsIiB0ZXN0Y2xhc3M9IkFyZ3VtZW50cyIgdGVzdG5hbWU9 + IlVzZXIgRGVmaW5lZCBWYXJpYWJsZXMiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICA8Y29sbGVj + dGlvblByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgPC9lbGVtZW50UHJv + cD4NCiAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IlRlc3RQbGFuLnVzZXJfZGVmaW5lX2NsYXNzcGF0 + aCI+PC9zdHJpbmdQcm9wPg0KICAgIDwvVGVzdFBsYW4+DQogICAgPGhhc2hUcmVlPg0KICAgICAg + PEFyZ3VtZW50cyBndWljbGFzcz0iQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRz + IiB0ZXN0bmFtZT0iVXNlciBEZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAg + ICAgIDxjb2xsZWN0aW9uUHJvcCBuYW1lPSJBcmd1bWVudHMuYXJndW1lbnRzIj4NCiAgICAgICAg + ICA8ZWxlbWVudFByb3AgbmFtZT0iZHVyYXRpb25faW5fc2VjIiBlbGVtZW50VHlwZT0iQXJndW1l + bnQiPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubmFtZSI+ZHVyYXRp + b25faW5fc2VjPC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJn + dW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5nZXRlbnYoJnF1b3Q7ZHVyYXRpb25faW5f + c2VjJnF1b3Q7KSA/OiAmcXVvdDsxMCZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAg + IDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAg + ICAgICAgIDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9InJwcyIg + ZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFy + Z3VtZW50Lm5hbWUiPnJwczwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3JwcyZx + dW90OykgPzogJnF1b3Q7MSZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJp + bmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAgICAgICAg + IDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9ImRvbWFpbiIgZWxl + bWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3Vt + ZW50Lm5hbWUiPmRvbWFpbjwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O2RvbWFp + biZxdW90OykgPzogJnF1b3Q7ZXhhbXBsZS5jb20mcXVvdDsgKX08L3N0cmluZ1Byb3A+DQogICAg + ICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5tZXRhZGF0YSI+PTwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICA8L2VsZW1lbnRQcm9wPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1l + PSJwcm90b2NvbCIgZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQ + cm9wIG5hbWU9IkFyZ3VtZW50Lm5hbWUiPnByb3RvY29sPC9zdHJpbmdQcm9wPg0KICAgICAgICAg + ICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5n + ZXRlbnYoJnF1b3Q7cHJvdG9jb2wmcXVvdDspID86ICZxdW90O2h0dHBzJnF1b3Q7ICl9PC9zdHJp + bmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubWV0YWRhdGEi + Pj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAgICAgICA8ZWxl + bWVudFByb3AgbmFtZT0idXJsX3BhdGgiIGVsZW1lbnRUeXBlPSJBcmd1bWVudCI+DQogICAgICAg + ICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5uYW1lIj51cmxfcGF0aDwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jv + b3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3VybF9wYXRoJnF1b3Q7KSA/OiAmcXVvdDsvJnF1b3Q7 + ICl9PC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQu + bWV0YWRhdGEiPj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAg + ICAgPC9jb2xsZWN0aW9uUHJvcD4NCiAgICAgIDwvQXJndW1lbnRzPg0KICAgICAgPGhhc2hUcmVl + Lz4NCiAgICAgIDxPcGVuTW9kZWxUaHJlYWRHcm91cCBndWljbGFzcz0iT3Blbk1vZGVsVGhyZWFk + R3JvdXBHdWkiIHRlc3RjbGFzcz0iT3Blbk1vZGVsVGhyZWFkR3JvdXAiIHRlc3RuYW1lPSJPcGVu + IE1vZGVsIFRocmVhZCBHcm91cCIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgIDxlbGVtZW50UHJv + cCBuYW1lPSJUaHJlYWRHcm91cC5tYWluX2NvbnRyb2xsZXIiIGVsZW1lbnRUeXBlPSJPcGVuTW9k + ZWxUaHJlYWRHcm91cENvbnRyb2xsZXIiLz4NCiAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iVGhy + ZWFkR3JvdXAub25fc2FtcGxlX2Vycm9yIj5jb250aW51ZTwvc3RyaW5nUHJvcD4NCiAgICAgICAg + PHN0cmluZ1Byb3AgbmFtZT0iT3Blbk1vZGVsVGhyZWFkR3JvdXAuc2NoZWR1bGUiPnJhdGUoJHty + cHN9L3NlYykgcmFuZG9tX2Fycml2YWxzKCR7ZHVyYXRpb25faW5fc2VjfSBzZWMpPC9zdHJpbmdQ + cm9wPg0KICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJPcGVuTW9kZWxUaHJlYWRHcm91cC5yYW5k + b21fc2VlZCI+PC9zdHJpbmdQcm9wPg0KICAgICAgPC9PcGVuTW9kZWxUaHJlYWRHcm91cD4NCiAg + ICAgIDxoYXNoVHJlZT4NCiAgICAgICAgPEhUVFBTYW1wbGVyUHJveHkgZ3VpY2xhc3M9Ikh0dHBU + ZXN0U2FtcGxlR3VpIiB0ZXN0Y2xhc3M9IkhUVFBTYW1wbGVyUHJveHkiIHRlc3RuYW1lPSJIVFRQ + IFJlcXVlc3QiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1lPSJI + VFRQc2FtcGxlci5Bcmd1bWVudHMiIGVsZW1lbnRUeXBlPSJBcmd1bWVudHMiIGd1aWNsYXNzPSJI + VFRQQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRzIiB0ZXN0bmFtZT0iVXNlciBE + ZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgICAgICA8Y29sbGVjdGlv + blByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgICAgIDwvZWxlbWVudFBy + b3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBsZXIuZG9tYWluIj4ke2Rv + bWFpbn08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBs + ZXIucG9ydCI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBT + YW1wbGVyLnByb3RvY29sIj4ke3Byb3RvY29sfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3Ry + aW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5jb250ZW50RW5jb2RpbmciPjwvc3RyaW5nUHJvcD4N + CiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5wYXRoIj4ke3VybF9wYXRo + fTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5t + ZXRob2QiPkdFVDwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8Ym9vbFByb3AgbmFtZT0iSFRUUFNh + bXBsZXIuZm9sbG93X3JlZGlyZWN0cyI+dHJ1ZTwvYm9vbFByb3A+DQogICAgICAgICAgPGJvb2xQ + cm9wIG5hbWU9IkhUVFBTYW1wbGVyLmF1dG9fcmVkaXJlY3RzIj5mYWxzZTwvYm9vbFByb3A+DQog + ICAgICAgICAgPGJvb2xQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnVzZV9rZWVwYWxpdmUiPnRydWU8 + L2Jvb2xQcm9wPg0KICAgICAgICAgIDxib29sUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5ET19NVUxU + SVBBUlRfUE9TVCI+ZmFsc2U8L2Jvb2xQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9 + IkhUVFBTYW1wbGVyLmVtYmVkZGVkX3VybF9yZSI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxz + dHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLmNvbm5lY3RfdGltZW91dCI+PC9zdHJpbmdQcm9w + Pg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnJlc3BvbnNlX3RpbWVv + dXQiPjwvc3RyaW5nUHJvcD4NCiAgICAgICAgPC9IVFRQU2FtcGxlclByb3h5Pg0KICAgICAgICA8 + aGFzaFRyZWUvPg0KICAgICAgPC9oYXNoVHJlZT4NCiAgICA8L2hhc2hUcmVlPg0KICA8L2hhc2hU + cmVlPg0KPC9qbWV0ZXJUZXN0UGxhbj4NCg== + - 0 + - null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '4870' + Content-Type: + - application/octet-stream + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://a76b4959-4cdf-4511-be40-0c1bac10369c.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case/files/sample-JMX-file.jmx?fileType=JMX_FILE&api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/40b460ef-80bb-4cc4-aa68-a2575dcdbca0/428eec2c-6a70-4028-b732-12b62a408b42?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A00%3A12Z&sr=b&sp=r&sig=IoYAAisn5XwsLaILnGkD9QFgS9CN5%2B%2FloNS9OPa5Lzo%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:00:12.8511978","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '553' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:12 GMT + location: + - https://a76b4959-4cdf-4511-be40-0c1bac10369c.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + mise-correlation-id: + - 10b03dc8-a79b-494d-a21b-04b140241f5a + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://a76b4959-4cdf-4511-be40-0c1bac10369c.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/40b460ef-80bb-4cc4-aa68-a2575dcdbca0/428eec2c-6a70-4028-b732-12b62a408b42?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A00%3A13Z&sr=b&sp=r&sig=Bzzb65au4t%2BjumYMsz6kq0i%2BmR%2F9OGAuoiP5hFPGDB8%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:00:13.1802765","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '555' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:13 GMT + mise-correlation-id: + - 0ff2bc35-07c5-40f4-81e4-9083fe2f6bfa + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://a76b4959-4cdf-4511-be40-0c1bac10369c.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/40b460ef-80bb-4cc4-aa68-a2575dcdbca0/428eec2c-6a70-4028-b732-12b62a408b42?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A00%3A18Z&sr=b&sp=r&sig=V4P%2FoGSTf4qa1E7MDYo6FnC2lPr059Id2OKxjrQqAZY%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:00:18.4864426","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:18 GMT + mise-correlation-id: + - dcf0998f-3b22-4bb5-9e28-b06e31ae18ca + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://a76b4959-4cdf-4511-be40-0c1bac10369c.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/40b460ef-80bb-4cc4-aa68-a2575dcdbca0/428eec2c-6a70-4028-b732-12b62a408b42?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A00%3A24Z&sr=b&sp=r&sig=xbl8Sen6TCPntJpUF09zblOpS1T8rVpNzlQ3QYU3978%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:00:24.5241545","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '549' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:24 GMT + mise-correlation-id: + - 9df057e4-edd6-43db-acc5-1e8ade4dc55c + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://a76b4959-4cdf-4511-be40-0c1bac10369c.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/40b460ef-80bb-4cc4-aa68-a2575dcdbca0/428eec2c-6a70-4028-b732-12b62a408b42?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A00%3A29Z&sr=b&sp=r&sig=KwLI6DopOkWiHQWVV5VZuYSRR11dgTvHzcRfoQwadPU%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:00:29.8833661","validationStatus":"VALIDATION_SUCCESS"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '547' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:29 GMT + mise-correlation-id: + - d534766d-ec83-4f90-bb58-0a5123a3a460 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://a76b4959-4cdf-4511-be40-0c1bac10369c.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/40b460ef-80bb-4cc4-aa68-a2575dcdbca0/428eec2c-6a70-4028-b732-12b62a408b42?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A50%3A30Z&sr=b&sp=r&sig=sSVYEodKwgOWws1m6X3bU5FIC5nwBRHIBLvjI3ENoL8%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:50:30.2612788","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"server-metric-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:50:11.91Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:50:25.264Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1093' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:30 GMT + mise-correlation-id: + - 96e89654-6b46-43ef-bfec-fc34a034f938 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:49:33.9019775Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:49:33.9019775Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"a76b4959-4cdf-4511-be40-0c1bac10369c.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:31 GMT + etag: + - '"0b00cf00-0000-0100-0000-6480fb710000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://a76b4959-4cdf-4511-be40-0c1bac10369c.eastus.cnt-prod.loadtesting.azure.com/tests?api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/40b460ef-80bb-4cc4-aa68-a2575dcdbca0/428eec2c-6a70-4028-b732-12b62a408b42?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A50%3A32Z&sr=b&sp=r&sig=tI%2FswlRgMnLTQh7lkgmMz%2BKVexDw5jPxFVSgbq73kz4%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:50:32.4528848","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"server-metric-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:50:11.91Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:50:25.264Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1109' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:32 GMT + mise-correlation-id: + - e029cd76-54c2-4500-b215-e62da855c020 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:49:33.9019775Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:49:33.9019775Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"a76b4959-4cdf-4511-be40-0c1bac10369c.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:32 GMT + etag: + - '"0b00cf00-0000-0100-0000-6480fb710000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"testId": "server-metric-test-case", "components": {"/subscriptions/7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss": + {"resourceId": "/subscriptions/7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss", + "resourceName": "temp-vmss", "resourceType": "Microsoft.Compute/virtualMachineScaleSets"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '457' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://a76b4959-4cdf-4511-be40-0c1bac10369c.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case/app-components?api-version=2022-11-01 + response: + body: + string: '{"components":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss":{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","resourceName":"temp-vmss","resourceType":"Microsoft.Compute/virtualMachineScaleSets","resourceGroup":"hbisht-rg","subscriptionId":"7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a"}},"testId":"server-metric-test-case","createdDateTime":"2023-06-07T21:50:34.069Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:50:34.069Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '702' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:34 GMT + location: + - https://a76b4959-4cdf-4511-be40-0c1bac10369c.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case/app-components?api-version=2022-11-01 + mise-correlation-id: + - 4d593b3f-fb0e-4b25-9525-3ac363ef45c2 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:49:33.9019775Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:49:33.9019775Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"a76b4959-4cdf-4511-be40-0c1bac10369c.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:34 GMT + etag: + - '"0b00cf00-0000-0100-0000-6480fb710000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://a76b4959-4cdf-4511-be40-0c1bac10369c.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case/app-components?api-version=2022-11-01 + response: + body: + string: '{"components":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss":{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","resourceName":"temp-vmss","resourceType":"Microsoft.Compute/virtualMachineScaleSets","resourceGroup":"hbisht-rg","subscriptionId":"7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a"}},"testId":"server-metric-test-case","createdDateTime":"2023-06-07T21:50:34.069Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:50:34.069Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '702' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:36 GMT + mise-correlation-id: + - 6f194956-9d0b-4aa4-b36b-9bf30e359970 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:49:33.9019775Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:49:33.9019775Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"a76b4959-4cdf-4511-be40-0c1bac10369c.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:36 GMT + etag: + - '"0b00cf00-0000-0100-0000-6480fb710000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"testId": "server-metric-test-case", "metrics": {"/subscriptions/7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Percentage + CPU": {"name": " Percentage CPU", "metricNamespace": "microsoft.compute/virtualmachinescalesets", + "aggregation": "Average", "resourceId": "/subscriptions/7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss", + "resourceType": "Microsoft.Compute/virtualMachineScaleSets"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '604' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://a76b4959-4cdf-4511-be40-0c1bac10369c.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case/server-metrics-config?api-version=2022-11-01 + response: + body: + string: '{"testId":"server-metric-test-case","metrics":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/CPU + Credits Consumed":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/CPU + Credits Consumed","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","metricNamespace":"microsoft.compute/virtualmachinescalesets","name":"CPU + Credits Consumed","aggregation":"Average","resourceType":"microsoft.compute/virtualmachinescalesets"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Read Operations/Sec":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Read Operations/Sec","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","metricNamespace":"microsoft.compute/virtualmachinescalesets","name":"Disk + Read Operations/Sec","aggregation":"Average","resourceType":"microsoft.compute/virtualmachinescalesets"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Write Operations/Sec":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Write Operations/Sec","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","metricNamespace":"microsoft.compute/virtualmachinescalesets","name":"Disk + Write Operations/Sec","aggregation":"Average","resourceType":"microsoft.compute/virtualmachinescalesets"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Percentage + CPU":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/ + Percentage CPU","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","metricNamespace":"microsoft.compute/virtualmachinescalesets","name":" + Percentage CPU","aggregation":"Average","resourceType":"Microsoft.Compute/virtualMachineScaleSets"}},"createdDateTime":"2023-06-07T21:50:34.098Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:50:38.178Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '3329' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:38 GMT + mise-correlation-id: + - c6339111-83fb-4ab1-a8ce-6f355fb2c095 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:49:33.9019775Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:49:33.9019775Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"a76b4959-4cdf-4511-be40-0c1bac10369c.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:38 GMT + etag: + - '"0b00cf00-0000-0100-0000-6480fb710000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://a76b4959-4cdf-4511-be40-0c1bac10369c.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case/server-metrics-config?api-version=2022-11-01 + response: + body: + string: '{"testId":"server-metric-test-case","metrics":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/CPU + Credits Consumed":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/CPU + Credits Consumed","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","metricNamespace":"microsoft.compute/virtualmachinescalesets","name":"CPU + Credits Consumed","aggregation":"Average","resourceType":"microsoft.compute/virtualmachinescalesets"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Read Operations/Sec":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Read Operations/Sec","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","metricNamespace":"microsoft.compute/virtualmachinescalesets","name":"Disk + Read Operations/Sec","aggregation":"Average","resourceType":"microsoft.compute/virtualmachinescalesets"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Write Operations/Sec":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Write Operations/Sec","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","metricNamespace":"microsoft.compute/virtualmachinescalesets","name":"Disk + Write Operations/Sec","aggregation":"Average","resourceType":"microsoft.compute/virtualmachinescalesets"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Percentage + CPU":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/ + Percentage CPU","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","metricNamespace":"microsoft.compute/virtualmachinescalesets","name":" + Percentage CPU","aggregation":"Average","resourceType":"Microsoft.Compute/virtualMachineScaleSets"}},"createdDateTime":"2023-06-07T21:50:34.098Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:50:38.178Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '3329' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:39 GMT + mise-correlation-id: + - 5714d8a9-416b-4432-abb2-47932dd2ea06 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:49:33.9019775Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:49:33.9019775Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"a76b4959-4cdf-4511-be40-0c1bac10369c.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:40 GMT + etag: + - '"0b00cf00-0000-0100-0000-6480fb710000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"testId": "server-metric-test-case", "metrics": {"/subscriptions/7c71b563-0dc0-4bc0-bcf6-06f8f0516c7a/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Percentage + CPU": null}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '267' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://a76b4959-4cdf-4511-be40-0c1bac10369c.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case/server-metrics-config?api-version=2022-11-01 + response: + body: + string: '{"testId":"server-metric-test-case","metrics":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/CPU + Credits Consumed":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/CPU + Credits Consumed","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","metricNamespace":"microsoft.compute/virtualmachinescalesets","name":"CPU + Credits Consumed","aggregation":"Average","resourceType":"microsoft.compute/virtualmachinescalesets"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Read Operations/Sec":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Read Operations/Sec","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","metricNamespace":"microsoft.compute/virtualmachinescalesets","name":"Disk + Read Operations/Sec","aggregation":"Average","resourceType":"microsoft.compute/virtualmachinescalesets"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Write Operations/Sec":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Write Operations/Sec","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","metricNamespace":"microsoft.compute/virtualmachinescalesets","name":"Disk + Write Operations/Sec","aggregation":"Average","resourceType":"microsoft.compute/virtualmachinescalesets"}},"createdDateTime":"2023-06-07T21:50:34.098Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:50:42.259Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2570' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:42 GMT + mise-correlation-id: + - 65e7cf0a-2465-4fbf-b185-2e3ff438346f + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:49:33.9019775Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:49:33.9019775Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"a76b4959-4cdf-4511-be40-0c1bac10369c.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:43 GMT + etag: + - '"0b00cf00-0000-0100-0000-6480fb710000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://a76b4959-4cdf-4511-be40-0c1bac10369c.eastus.cnt-prod.loadtesting.azure.com/tests/server-metric-test-case/server-metrics-config?api-version=2022-11-01 + response: + body: + string: '{"testId":"server-metric-test-case","metrics":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/CPU + Credits Consumed":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/CPU + Credits Consumed","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","metricNamespace":"microsoft.compute/virtualmachinescalesets","name":"CPU + Credits Consumed","aggregation":"Average","resourceType":"microsoft.compute/virtualmachinescalesets"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Read Operations/Sec":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Read Operations/Sec","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","metricNamespace":"microsoft.compute/virtualmachinescalesets","name":"Disk + Read Operations/Sec","aggregation":"Average","resourceType":"microsoft.compute/virtualmachinescalesets"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Write Operations/Sec":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss/providers/microsoft.insights/metricdefinitions/Disk + Write Operations/Sec","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hbisht-rg/providers/Microsoft.Compute/virtualMachineScaleSets/hbisht-temp-vmss","metricNamespace":"microsoft.compute/virtualmachinescalesets","name":"Disk + Write Operations/Sec","aggregation":"Average","resourceType":"microsoft.compute/virtualmachinescalesets"}},"createdDateTime":"2023-06-07T21:50:34.098Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:50:42.259Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '2570' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:50:44 GMT + mise-correlation-id: + - d0325cf9-a204-4a30-9865-2d34785d3975 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/load/azext_load/tests/latest/recordings/test_load_test_show.yaml b/src/load/azext_load/tests/latest/recordings/test_load_test_show.yaml new file mode 100644 index 00000000000..c020a51c5ef --- /dev/null +++ b/src/load/azext_load/tests/latest/recordings/test_load_test_show.yaml @@ -0,0 +1,642 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:50:43.5336685Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:50:43.5336685Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"c7e2086f-f032-4df2-9e02-5fc46a2b3915.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:18 GMT + etag: + - '"0b00de00-0000-0100-0000-6480fbb50000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://c7e2086f-f032-4df2-9e02-5fc46a2b3915.eastus.cnt-prod.loadtesting.azure.com/tests/show-test-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestNotFound","message":"Test couldn''t find with + given identifier show-test-case","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Wed, 07 Jun 2023 21:51:19 GMT + mise-correlation-id: + - 76fee945-71d3-41c0-8952-e88b13802d46 + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"displayName": "CLI-Test", "description": "Test created from az load test + command", "keyvaultReferenceIdentityType": "SystemAssigned", "environmentVariables": + {"rps": 1, "duration_in_sec": "1"}, "secrets": {}, "loadTestConfiguration": + {"engineInstances": 1, "quickStartTest": false, "splitAllCSVs": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '307' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://c7e2086f-f032-4df2-9e02-5fc46a2b3915.eastus.cnt-prod.loadtesting.azure.com/tests/show-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"additionalFileInfo":[]},"testId":"show-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:51:20.249Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:20.249Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '516' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:20 GMT + location: + - https://c7e2086f-f032-4df2-9e02-5fc46a2b3915.eastus.cnt-prod.loadtesting.azure.com/tests/show-test-case?api-version=2022-11-01 + mise-correlation-id: + - c191186a-2cea-4c6a-bb57-3cc238eadbe9 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://c7e2086f-f032-4df2-9e02-5fc46a2b3915.eastus.cnt-prod.loadtesting.azure.com/tests/show-test-case/files?api-version=2022-11-01 + response: + body: + string: '{"value":[]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:20 GMT + mise-correlation-id: + - 050cc1ac-1ec2-427e-b6f6-30aaa377dfea + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: !!python/object/new:_io.BytesIO + state: !!python/tuple + - !!binary | + PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxqbWV0ZXJUZXN0UGxhbiB2 + ZXJzaW9uPSIxLjIiIHByb3BlcnRpZXM9IjUuMCIgam1ldGVyPSI1LjUiPg0KICA8aGFzaFRyZWU+ + DQogICAgPFRlc3RQbGFuIGd1aWNsYXNzPSJUZXN0UGxhbkd1aSIgdGVzdGNsYXNzPSJUZXN0UGxh + biIgdGVzdG5hbWU9IkF6dXJlIExvYWQgVGVzdGluZyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICA8 + c3RyaW5nUHJvcCBuYW1lPSJUZXN0UGxhbi5jb21tZW50cyI+PC9zdHJpbmdQcm9wPg0KICAgICAg + PGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLmZ1bmN0aW9uYWxfbW9kZSI+ZmFsc2U8L2Jvb2xQcm9w + Pg0KICAgICAgPGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLnRlYXJEb3duX29uX3NodXRkb3duIj50 + cnVlPC9ib29sUHJvcD4NCiAgICAgIDxib29sUHJvcCBuYW1lPSJUZXN0UGxhbi5zZXJpYWxpemVf + dGhyZWFkZ3JvdXBzIj5mYWxzZTwvYm9vbFByb3A+DQogICAgICA8ZWxlbWVudFByb3AgbmFtZT0i + VGVzdFBsYW4udXNlcl9kZWZpbmVkX3ZhcmlhYmxlcyIgZWxlbWVudFR5cGU9IkFyZ3VtZW50cyIg + Z3VpY2xhc3M9IkFyZ3VtZW50c1BhbmVsIiB0ZXN0Y2xhc3M9IkFyZ3VtZW50cyIgdGVzdG5hbWU9 + IlVzZXIgRGVmaW5lZCBWYXJpYWJsZXMiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICA8Y29sbGVj + dGlvblByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgPC9lbGVtZW50UHJv + cD4NCiAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IlRlc3RQbGFuLnVzZXJfZGVmaW5lX2NsYXNzcGF0 + aCI+PC9zdHJpbmdQcm9wPg0KICAgIDwvVGVzdFBsYW4+DQogICAgPGhhc2hUcmVlPg0KICAgICAg + PEFyZ3VtZW50cyBndWljbGFzcz0iQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRz + IiB0ZXN0bmFtZT0iVXNlciBEZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAg + ICAgIDxjb2xsZWN0aW9uUHJvcCBuYW1lPSJBcmd1bWVudHMuYXJndW1lbnRzIj4NCiAgICAgICAg + ICA8ZWxlbWVudFByb3AgbmFtZT0iZHVyYXRpb25faW5fc2VjIiBlbGVtZW50VHlwZT0iQXJndW1l + bnQiPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubmFtZSI+ZHVyYXRp + b25faW5fc2VjPC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJn + dW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5nZXRlbnYoJnF1b3Q7ZHVyYXRpb25faW5f + c2VjJnF1b3Q7KSA/OiAmcXVvdDsxMCZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAg + IDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAg + ICAgICAgIDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9InJwcyIg + ZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFy + Z3VtZW50Lm5hbWUiPnJwczwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3JwcyZx + dW90OykgPzogJnF1b3Q7MSZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJp + bmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAgICAgICAg + IDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9ImRvbWFpbiIgZWxl + bWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3Vt + ZW50Lm5hbWUiPmRvbWFpbjwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O2RvbWFp + biZxdW90OykgPzogJnF1b3Q7ZXhhbXBsZS5jb20mcXVvdDsgKX08L3N0cmluZ1Byb3A+DQogICAg + ICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5tZXRhZGF0YSI+PTwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICA8L2VsZW1lbnRQcm9wPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1l + PSJwcm90b2NvbCIgZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQ + cm9wIG5hbWU9IkFyZ3VtZW50Lm5hbWUiPnByb3RvY29sPC9zdHJpbmdQcm9wPg0KICAgICAgICAg + ICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5n + ZXRlbnYoJnF1b3Q7cHJvdG9jb2wmcXVvdDspID86ICZxdW90O2h0dHBzJnF1b3Q7ICl9PC9zdHJp + bmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubWV0YWRhdGEi + Pj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAgICAgICA8ZWxl + bWVudFByb3AgbmFtZT0idXJsX3BhdGgiIGVsZW1lbnRUeXBlPSJBcmd1bWVudCI+DQogICAgICAg + ICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5uYW1lIj51cmxfcGF0aDwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jv + b3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3VybF9wYXRoJnF1b3Q7KSA/OiAmcXVvdDsvJnF1b3Q7 + ICl9PC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQu + bWV0YWRhdGEiPj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAg + ICAgPC9jb2xsZWN0aW9uUHJvcD4NCiAgICAgIDwvQXJndW1lbnRzPg0KICAgICAgPGhhc2hUcmVl + Lz4NCiAgICAgIDxPcGVuTW9kZWxUaHJlYWRHcm91cCBndWljbGFzcz0iT3Blbk1vZGVsVGhyZWFk + R3JvdXBHdWkiIHRlc3RjbGFzcz0iT3Blbk1vZGVsVGhyZWFkR3JvdXAiIHRlc3RuYW1lPSJPcGVu + IE1vZGVsIFRocmVhZCBHcm91cCIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgIDxlbGVtZW50UHJv + cCBuYW1lPSJUaHJlYWRHcm91cC5tYWluX2NvbnRyb2xsZXIiIGVsZW1lbnRUeXBlPSJPcGVuTW9k + ZWxUaHJlYWRHcm91cENvbnRyb2xsZXIiLz4NCiAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iVGhy + ZWFkR3JvdXAub25fc2FtcGxlX2Vycm9yIj5jb250aW51ZTwvc3RyaW5nUHJvcD4NCiAgICAgICAg + PHN0cmluZ1Byb3AgbmFtZT0iT3Blbk1vZGVsVGhyZWFkR3JvdXAuc2NoZWR1bGUiPnJhdGUoJHty + cHN9L3NlYykgcmFuZG9tX2Fycml2YWxzKCR7ZHVyYXRpb25faW5fc2VjfSBzZWMpPC9zdHJpbmdQ + cm9wPg0KICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJPcGVuTW9kZWxUaHJlYWRHcm91cC5yYW5k + b21fc2VlZCI+PC9zdHJpbmdQcm9wPg0KICAgICAgPC9PcGVuTW9kZWxUaHJlYWRHcm91cD4NCiAg + ICAgIDxoYXNoVHJlZT4NCiAgICAgICAgPEhUVFBTYW1wbGVyUHJveHkgZ3VpY2xhc3M9Ikh0dHBU + ZXN0U2FtcGxlR3VpIiB0ZXN0Y2xhc3M9IkhUVFBTYW1wbGVyUHJveHkiIHRlc3RuYW1lPSJIVFRQ + IFJlcXVlc3QiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1lPSJI + VFRQc2FtcGxlci5Bcmd1bWVudHMiIGVsZW1lbnRUeXBlPSJBcmd1bWVudHMiIGd1aWNsYXNzPSJI + VFRQQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRzIiB0ZXN0bmFtZT0iVXNlciBE + ZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgICAgICA8Y29sbGVjdGlv + blByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgICAgIDwvZWxlbWVudFBy + b3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBsZXIuZG9tYWluIj4ke2Rv + bWFpbn08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBs + ZXIucG9ydCI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBT + YW1wbGVyLnByb3RvY29sIj4ke3Byb3RvY29sfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3Ry + aW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5jb250ZW50RW5jb2RpbmciPjwvc3RyaW5nUHJvcD4N + CiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5wYXRoIj4ke3VybF9wYXRo + fTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5t + ZXRob2QiPkdFVDwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8Ym9vbFByb3AgbmFtZT0iSFRUUFNh + bXBsZXIuZm9sbG93X3JlZGlyZWN0cyI+dHJ1ZTwvYm9vbFByb3A+DQogICAgICAgICAgPGJvb2xQ + cm9wIG5hbWU9IkhUVFBTYW1wbGVyLmF1dG9fcmVkaXJlY3RzIj5mYWxzZTwvYm9vbFByb3A+DQog + ICAgICAgICAgPGJvb2xQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnVzZV9rZWVwYWxpdmUiPnRydWU8 + L2Jvb2xQcm9wPg0KICAgICAgICAgIDxib29sUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5ET19NVUxU + SVBBUlRfUE9TVCI+ZmFsc2U8L2Jvb2xQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9 + IkhUVFBTYW1wbGVyLmVtYmVkZGVkX3VybF9yZSI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxz + dHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLmNvbm5lY3RfdGltZW91dCI+PC9zdHJpbmdQcm9w + Pg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnJlc3BvbnNlX3RpbWVv + dXQiPjwvc3RyaW5nUHJvcD4NCiAgICAgICAgPC9IVFRQU2FtcGxlclByb3h5Pg0KICAgICAgICA8 + aGFzaFRyZWUvPg0KICAgICAgPC9oYXNoVHJlZT4NCiAgICA8L2hhc2hUcmVlPg0KICA8L2hhc2hU + cmVlPg0KPC9qbWV0ZXJUZXN0UGxhbj4NCg== + - 0 + - null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '4870' + Content-Type: + - application/octet-stream + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://c7e2086f-f032-4df2-9e02-5fc46a2b3915.eastus.cnt-prod.loadtesting.azure.com/tests/show-test-case/files/sample-JMX-file.jmx?fileType=JMX_FILE&api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9c1e10ef-39c8-4ff3-8f00-fb081639e4a4/f0e2388b-64c7-4162-a250-b2cd21e73162?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A01%3A21Z&sr=b&sp=r&sig=MBzptPaC4D%2Be0H%2B%2BxNKhPPFwLVyAYcIIbh2JaPIPBtI%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:01:21.0472007","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '555' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:21 GMT + location: + - https://c7e2086f-f032-4df2-9e02-5fc46a2b3915.eastus.cnt-prod.loadtesting.azure.com/tests/show-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + mise-correlation-id: + - 4bc050f8-8773-4bb0-9058-7672b78f99dd + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://c7e2086f-f032-4df2-9e02-5fc46a2b3915.eastus.cnt-prod.loadtesting.azure.com/tests/show-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9c1e10ef-39c8-4ff3-8f00-fb081639e4a4/f0e2388b-64c7-4162-a250-b2cd21e73162?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A01%3A22Z&sr=b&sp=r&sig=T8PszDWaZR%2FejKZMzUiTdazajyU8I6fbxMgDl%2Fyxenk%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:01:22.0184919","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '553' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:22 GMT + mise-correlation-id: + - 2f52144f-f304-4055-97ae-610ae3b79ea8 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://c7e2086f-f032-4df2-9e02-5fc46a2b3915.eastus.cnt-prod.loadtesting.azure.com/tests/show-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9c1e10ef-39c8-4ff3-8f00-fb081639e4a4/f0e2388b-64c7-4162-a250-b2cd21e73162?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A01%3A27Z&sr=b&sp=r&sig=oN7zNb%2FuMUf9RWOB1VV1xjGTtsyXtnZcpWt7X7hapjU%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:01:27.304505","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '550' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:27 GMT + mise-correlation-id: + - 5b52c70e-2ac4-456e-bc83-bc1a266e65a5 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://c7e2086f-f032-4df2-9e02-5fc46a2b3915.eastus.cnt-prod.loadtesting.azure.com/tests/show-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9c1e10ef-39c8-4ff3-8f00-fb081639e4a4/f0e2388b-64c7-4162-a250-b2cd21e73162?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A01%3A33Z&sr=b&sp=r&sig=9c%2FB3C5h3eOPICAJ9E0G%2BqXqQfAlucRXQugt9eWaXr4%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:01:33.0776633","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '553' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:33 GMT + mise-correlation-id: + - 454f4cbc-b857-4d4f-a62d-41ed822a74be + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://c7e2086f-f032-4df2-9e02-5fc46a2b3915.eastus.cnt-prod.loadtesting.azure.com/tests/show-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9c1e10ef-39c8-4ff3-8f00-fb081639e4a4/f0e2388b-64c7-4162-a250-b2cd21e73162?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A01%3A38Z&sr=b&sp=r&sig=GjZlJNKATd%2BfhIttG8gVB2ZZ%2BspBggjniyK0SNm9vOE%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:01:38.3650144","validationStatus":"VALIDATION_SUCCESS"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:38 GMT + mise-correlation-id: + - 8cc1b20f-3191-48bc-8a58-9eac063c654a + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://c7e2086f-f032-4df2-9e02-5fc46a2b3915.eastus.cnt-prod.loadtesting.azure.com/tests/show-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9c1e10ef-39c8-4ff3-8f00-fb081639e4a4/f0e2388b-64c7-4162-a250-b2cd21e73162?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A51%3A38Z&sr=b&sp=r&sig=JiKcqN7E8%2F4FA65q8GHIerY5UnnO%2BGFJcVEMy1tTlUo%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:51:38.6777832","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"show-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:51:20.249Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:33.826Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1089' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:38 GMT + mise-correlation-id: + - 820b6e21-a295-438f-b16c-68058b010138 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:50:43.5336685Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:50:43.5336685Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"c7e2086f-f032-4df2-9e02-5fc46a2b3915.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:39 GMT + etag: + - '"0b00de00-0000-0100-0000-6480fbb50000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://c7e2086f-f032-4df2-9e02-5fc46a2b3915.eastus.cnt-prod.loadtesting.azure.com/tests?api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9c1e10ef-39c8-4ff3-8f00-fb081639e4a4/f0e2388b-64c7-4162-a250-b2cd21e73162?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A51%3A41Z&sr=b&sp=r&sig=5GjEa%2BY%2BlC2%2FEBBkLB0Iqyuqc4vJYeoM8o%2FQoDOjrbU%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:51:41.0787846","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"show-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:51:20.249Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:33.826Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1105' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:41 GMT + mise-correlation-id: + - 05351c7e-1774-4be8-9445-c440b9a07ce5 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:50:43.5336685Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:50:43.5336685Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"c7e2086f-f032-4df2-9e02-5fc46a2b3915.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:42 GMT + etag: + - '"0b00de00-0000-0100-0000-6480fbb50000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://c7e2086f-f032-4df2-9e02-5fc46a2b3915.eastus.cnt-prod.loadtesting.azure.com/tests/show-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/9c1e10ef-39c8-4ff3-8f00-fb081639e4a4/f0e2388b-64c7-4162-a250-b2cd21e73162?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A10%3A24Z&ske=2023-06-08T08%3A40%3A24Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A51%3A43Z&sr=b&sp=r&sig=abyvFx0tO1dn9spVaYpRXZ1fyNJbEcLuqC5s%2Br7RCxk%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:51:43.3356196","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"show-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:51:20.249Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:33.826Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1087' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:43 GMT + mise-correlation-id: + - 94fc8635-042b-4b71-a302-53ddd6274cac + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/load/azext_load/tests/latest/recordings/test_load_test_update.yaml b/src/load/azext_load/tests/latest/recordings/test_load_test_update.yaml new file mode 100644 index 00000000000..18c2708a2a5 --- /dev/null +++ b/src/load/azext_load/tests/latest/recordings/test_load_test_update.yaml @@ -0,0 +1,804 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:51:07.2201467Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:51:07.2201467Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"66e8a243-feae-4126-8135-0e787f009587.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:42 GMT + etag: + - '"0b00eb00-0000-0100-0000-6480fbcc0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://66e8a243-feae-4126-8135-0e787f009587.eastus.cnt-prod.loadtesting.azure.com/tests/update-test-case?api-version=2022-11-01 + response: + body: + string: '{"error":{"code":"TestNotFound","message":"Test couldn''t find with + given identifier update-test-case","target":null,"details":null}}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-type: + - application/json + date: + - Wed, 07 Jun 2023 21:51:43 GMT + mise-correlation-id: + - 88e64fc8-9a30-41ee-a1c8-eca956d53782 + strict-transport-security: + - max-age=15724800; includeSubDomains + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-error-code: + - TestNotFound + status: + code: 404 + message: Not Found +- request: + body: '{"displayName": "CLI-Test", "description": "Test created from az load test + command", "keyvaultReferenceIdentityType": "SystemAssigned", "environmentVariables": + {"rps": 1, "duration_in_sec": "1"}, "secrets": {}, "loadTestConfiguration": + {"engineInstances": 1, "quickStartTest": false, "splitAllCSVs": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '307' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://66e8a243-feae-4126-8135-0e787f009587.eastus.cnt-prod.loadtesting.azure.com/tests/update-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"additionalFileInfo":[]},"testId":"update-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:51:43.779Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:43.779Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '518' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:43 GMT + location: + - https://66e8a243-feae-4126-8135-0e787f009587.eastus.cnt-prod.loadtesting.azure.com/tests/update-test-case?api-version=2022-11-01 + mise-correlation-id: + - 2af9b2e8-1bca-4f24-b424-d2a4c9f77ccf + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://66e8a243-feae-4126-8135-0e787f009587.eastus.cnt-prod.loadtesting.azure.com/tests/update-test-case/files?api-version=2022-11-01 + response: + body: + string: '{"value":[]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:44 GMT + mise-correlation-id: + - 44dc1c4f-f681-40e9-a45e-19f88c0b3a46 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: !!python/object/new:_io.BytesIO + state: !!python/tuple + - !!binary | + PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxqbWV0ZXJUZXN0UGxhbiB2 + ZXJzaW9uPSIxLjIiIHByb3BlcnRpZXM9IjUuMCIgam1ldGVyPSI1LjUiPg0KICA8aGFzaFRyZWU+ + DQogICAgPFRlc3RQbGFuIGd1aWNsYXNzPSJUZXN0UGxhbkd1aSIgdGVzdGNsYXNzPSJUZXN0UGxh + biIgdGVzdG5hbWU9IkF6dXJlIExvYWQgVGVzdGluZyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICA8 + c3RyaW5nUHJvcCBuYW1lPSJUZXN0UGxhbi5jb21tZW50cyI+PC9zdHJpbmdQcm9wPg0KICAgICAg + PGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLmZ1bmN0aW9uYWxfbW9kZSI+ZmFsc2U8L2Jvb2xQcm9w + Pg0KICAgICAgPGJvb2xQcm9wIG5hbWU9IlRlc3RQbGFuLnRlYXJEb3duX29uX3NodXRkb3duIj50 + cnVlPC9ib29sUHJvcD4NCiAgICAgIDxib29sUHJvcCBuYW1lPSJUZXN0UGxhbi5zZXJpYWxpemVf + dGhyZWFkZ3JvdXBzIj5mYWxzZTwvYm9vbFByb3A+DQogICAgICA8ZWxlbWVudFByb3AgbmFtZT0i + VGVzdFBsYW4udXNlcl9kZWZpbmVkX3ZhcmlhYmxlcyIgZWxlbWVudFR5cGU9IkFyZ3VtZW50cyIg + Z3VpY2xhc3M9IkFyZ3VtZW50c1BhbmVsIiB0ZXN0Y2xhc3M9IkFyZ3VtZW50cyIgdGVzdG5hbWU9 + IlVzZXIgRGVmaW5lZCBWYXJpYWJsZXMiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICA8Y29sbGVj + dGlvblByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgPC9lbGVtZW50UHJv + cD4NCiAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IlRlc3RQbGFuLnVzZXJfZGVmaW5lX2NsYXNzcGF0 + aCI+PC9zdHJpbmdQcm9wPg0KICAgIDwvVGVzdFBsYW4+DQogICAgPGhhc2hUcmVlPg0KICAgICAg + PEFyZ3VtZW50cyBndWljbGFzcz0iQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRz + IiB0ZXN0bmFtZT0iVXNlciBEZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAg + ICAgIDxjb2xsZWN0aW9uUHJvcCBuYW1lPSJBcmd1bWVudHMuYXJndW1lbnRzIj4NCiAgICAgICAg + ICA8ZWxlbWVudFByb3AgbmFtZT0iZHVyYXRpb25faW5fc2VjIiBlbGVtZW50VHlwZT0iQXJndW1l + bnQiPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubmFtZSI+ZHVyYXRp + b25faW5fc2VjPC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJn + dW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5nZXRlbnYoJnF1b3Q7ZHVyYXRpb25faW5f + c2VjJnF1b3Q7KSA/OiAmcXVvdDsxMCZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAg + IDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAg + ICAgICAgIDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9InJwcyIg + ZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFy + Z3VtZW50Lm5hbWUiPnJwczwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3JwcyZx + dW90OykgPzogJnF1b3Q7MSZxdW90OyApfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJp + bmdQcm9wIG5hbWU9IkFyZ3VtZW50Lm1ldGFkYXRhIj49PC9zdHJpbmdQcm9wPg0KICAgICAgICAg + IDwvZWxlbWVudFByb3A+DQogICAgICAgICAgPGVsZW1lbnRQcm9wIG5hbWU9ImRvbWFpbiIgZWxl + bWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3Vt + ZW50Lm5hbWUiPmRvbWFpbjwvc3RyaW5nUHJvcD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5h + bWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jvb3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O2RvbWFp + biZxdW90OykgPzogJnF1b3Q7ZXhhbXBsZS5jb20mcXVvdDsgKX08L3N0cmluZ1Byb3A+DQogICAg + ICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5tZXRhZGF0YSI+PTwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICA8L2VsZW1lbnRQcm9wPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1l + PSJwcm90b2NvbCIgZWxlbWVudFR5cGU9IkFyZ3VtZW50Ij4NCiAgICAgICAgICAgIDxzdHJpbmdQ + cm9wIG5hbWU9IkFyZ3VtZW50Lm5hbWUiPnByb3RvY29sPC9zdHJpbmdQcm9wPg0KICAgICAgICAg + ICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQudmFsdWUiPiR7X19ncm9vdnkoIFN5c3RlbS5n + ZXRlbnYoJnF1b3Q7cHJvdG9jb2wmcXVvdDspID86ICZxdW90O2h0dHBzJnF1b3Q7ICl9PC9zdHJp + bmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQubWV0YWRhdGEi + Pj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAgICAgICA8ZWxl + bWVudFByb3AgbmFtZT0idXJsX3BhdGgiIGVsZW1lbnRUeXBlPSJBcmd1bWVudCI+DQogICAgICAg + ICAgICA8c3RyaW5nUHJvcCBuYW1lPSJBcmd1bWVudC5uYW1lIj51cmxfcGF0aDwvc3RyaW5nUHJv + cD4NCiAgICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkFyZ3VtZW50LnZhbHVlIj4ke19fZ3Jv + b3Z5KCBTeXN0ZW0uZ2V0ZW52KCZxdW90O3VybF9wYXRoJnF1b3Q7KSA/OiAmcXVvdDsvJnF1b3Q7 + ICl9PC9zdHJpbmdQcm9wPg0KICAgICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iQXJndW1lbnQu + bWV0YWRhdGEiPj08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPC9lbGVtZW50UHJvcD4NCiAgICAg + ICAgPC9jb2xsZWN0aW9uUHJvcD4NCiAgICAgIDwvQXJndW1lbnRzPg0KICAgICAgPGhhc2hUcmVl + Lz4NCiAgICAgIDxPcGVuTW9kZWxUaHJlYWRHcm91cCBndWljbGFzcz0iT3Blbk1vZGVsVGhyZWFk + R3JvdXBHdWkiIHRlc3RjbGFzcz0iT3Blbk1vZGVsVGhyZWFkR3JvdXAiIHRlc3RuYW1lPSJPcGVu + IE1vZGVsIFRocmVhZCBHcm91cCIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgIDxlbGVtZW50UHJv + cCBuYW1lPSJUaHJlYWRHcm91cC5tYWluX2NvbnRyb2xsZXIiIGVsZW1lbnRUeXBlPSJPcGVuTW9k + ZWxUaHJlYWRHcm91cENvbnRyb2xsZXIiLz4NCiAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iVGhy + ZWFkR3JvdXAub25fc2FtcGxlX2Vycm9yIj5jb250aW51ZTwvc3RyaW5nUHJvcD4NCiAgICAgICAg + PHN0cmluZ1Byb3AgbmFtZT0iT3Blbk1vZGVsVGhyZWFkR3JvdXAuc2NoZWR1bGUiPnJhdGUoJHty + cHN9L3NlYykgcmFuZG9tX2Fycml2YWxzKCR7ZHVyYXRpb25faW5fc2VjfSBzZWMpPC9zdHJpbmdQ + cm9wPg0KICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJPcGVuTW9kZWxUaHJlYWRHcm91cC5yYW5k + b21fc2VlZCI+PC9zdHJpbmdQcm9wPg0KICAgICAgPC9PcGVuTW9kZWxUaHJlYWRHcm91cD4NCiAg + ICAgIDxoYXNoVHJlZT4NCiAgICAgICAgPEhUVFBTYW1wbGVyUHJveHkgZ3VpY2xhc3M9Ikh0dHBU + ZXN0U2FtcGxlR3VpIiB0ZXN0Y2xhc3M9IkhUVFBTYW1wbGVyUHJveHkiIHRlc3RuYW1lPSJIVFRQ + IFJlcXVlc3QiIGVuYWJsZWQ9InRydWUiPg0KICAgICAgICAgIDxlbGVtZW50UHJvcCBuYW1lPSJI + VFRQc2FtcGxlci5Bcmd1bWVudHMiIGVsZW1lbnRUeXBlPSJBcmd1bWVudHMiIGd1aWNsYXNzPSJI + VFRQQXJndW1lbnRzUGFuZWwiIHRlc3RjbGFzcz0iQXJndW1lbnRzIiB0ZXN0bmFtZT0iVXNlciBE + ZWZpbmVkIFZhcmlhYmxlcyIgZW5hYmxlZD0idHJ1ZSI+DQogICAgICAgICAgICA8Y29sbGVjdGlv + blByb3AgbmFtZT0iQXJndW1lbnRzLmFyZ3VtZW50cyIvPg0KICAgICAgICAgIDwvZWxlbWVudFBy + b3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBsZXIuZG9tYWluIj4ke2Rv + bWFpbn08L3N0cmluZ1Byb3A+DQogICAgICAgICAgPHN0cmluZ1Byb3AgbmFtZT0iSFRUUFNhbXBs + ZXIucG9ydCI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBT + YW1wbGVyLnByb3RvY29sIj4ke3Byb3RvY29sfTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3Ry + aW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5jb250ZW50RW5jb2RpbmciPjwvc3RyaW5nUHJvcD4N + CiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5wYXRoIj4ke3VybF9wYXRo + fTwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8c3RyaW5nUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5t + ZXRob2QiPkdFVDwvc3RyaW5nUHJvcD4NCiAgICAgICAgICA8Ym9vbFByb3AgbmFtZT0iSFRUUFNh + bXBsZXIuZm9sbG93X3JlZGlyZWN0cyI+dHJ1ZTwvYm9vbFByb3A+DQogICAgICAgICAgPGJvb2xQ + cm9wIG5hbWU9IkhUVFBTYW1wbGVyLmF1dG9fcmVkaXJlY3RzIj5mYWxzZTwvYm9vbFByb3A+DQog + ICAgICAgICAgPGJvb2xQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnVzZV9rZWVwYWxpdmUiPnRydWU8 + L2Jvb2xQcm9wPg0KICAgICAgICAgIDxib29sUHJvcCBuYW1lPSJIVFRQU2FtcGxlci5ET19NVUxU + SVBBUlRfUE9TVCI+ZmFsc2U8L2Jvb2xQcm9wPg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9 + IkhUVFBTYW1wbGVyLmVtYmVkZGVkX3VybF9yZSI+PC9zdHJpbmdQcm9wPg0KICAgICAgICAgIDxz + dHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLmNvbm5lY3RfdGltZW91dCI+PC9zdHJpbmdQcm9w + Pg0KICAgICAgICAgIDxzdHJpbmdQcm9wIG5hbWU9IkhUVFBTYW1wbGVyLnJlc3BvbnNlX3RpbWVv + dXQiPjwvc3RyaW5nUHJvcD4NCiAgICAgICAgPC9IVFRQU2FtcGxlclByb3h5Pg0KICAgICAgICA8 + aGFzaFRyZWUvPg0KICAgICAgPC9oYXNoVHJlZT4NCiAgICA8L2hhc2hUcmVlPg0KICA8L2hhc2hU + cmVlPg0KPC9qbWV0ZXJUZXN0UGxhbj4NCg== + - 0 + - null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '4870' + Content-Type: + - application/octet-stream + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://66e8a243-feae-4126-8135-0e787f009587.eastus.cnt-prod.loadtesting.azure.com/tests/update-test-case/files/sample-JMX-file.jmx?fileType=JMX_FILE&api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6b3a8323-4135-44ef-9e0a-31dec949c4ef/7cc48f7b-6750-4699-a8e2-c2375eafcf7c?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A01%3A47Z&sr=b&sp=r&sig=42SWOVEdLCP3QTvSbayhCcmhmbUmJjIjYBWPNZ9sNuo%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:01:47.4487596","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '549' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:47 GMT + location: + - https://66e8a243-feae-4126-8135-0e787f009587.eastus.cnt-prod.loadtesting.azure.com/tests/update-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + mise-correlation-id: + - c97048e7-e75b-46d8-a428-102a02a4fa21 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://66e8a243-feae-4126-8135-0e787f009587.eastus.cnt-prod.loadtesting.azure.com/tests/update-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6b3a8323-4135-44ef-9e0a-31dec949c4ef/7cc48f7b-6750-4699-a8e2-c2375eafcf7c?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A01%3A47Z&sr=b&sp=r&sig=DvmbEMKHhIFmS4HoE0qdF9qznNBlYD%2BhQVInqpEXCcs%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:01:47.7962281","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:47 GMT + mise-correlation-id: + - ec26b716-5935-46dd-bf5f-6cb2570220a4 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://66e8a243-feae-4126-8135-0e787f009587.eastus.cnt-prod.loadtesting.azure.com/tests/update-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6b3a8323-4135-44ef-9e0a-31dec949c4ef/7cc48f7b-6750-4699-a8e2-c2375eafcf7c?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A01%3A53Z&sr=b&sp=r&sig=M%2F7SzXy%2FnRut9AhpoMb1WhbFqjU46%2FgYx35KcUlAJag%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:01:53.087801","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '554' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:53 GMT + mise-correlation-id: + - d0de04df-59aa-4cc7-960d-b8e2a8077265 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://66e8a243-feae-4126-8135-0e787f009587.eastus.cnt-prod.loadtesting.azure.com/tests/update-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6b3a8323-4135-44ef-9e0a-31dec949c4ef/7cc48f7b-6750-4699-a8e2-c2375eafcf7c?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A01%3A58Z&sr=b&sp=r&sig=rWzDMc8ur3c7bBErKXZ0cd6Xyo%2F3gEmjBPSsTOUECVI%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:01:58.4337006","validationStatus":"VALIDATION_INITIATED"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:51:58 GMT + mise-correlation-id: + - d2da7738-a7f1-4275-b95e-8d8e54585d37 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://66e8a243-feae-4126-8135-0e787f009587.eastus.cnt-prod.loadtesting.azure.com/tests/update-test-case/files/sample-JMX-file.jmx?api-version=2022-11-01 + response: + body: + string: '{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6b3a8323-4135-44ef-9e0a-31dec949c4ef/7cc48f7b-6750-4699-a8e2-c2375eafcf7c?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A02%3A03Z&sr=b&sp=r&sig=bIJ7BudhG7HIcoDn4WCnYP4jwwzY6iaLhGspb9rMJNw%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:02:03.764933","validationStatus":"VALIDATION_SUCCESS"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '546' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:03 GMT + mise-correlation-id: + - 8155b559-a01a-4e2a-ab12-0e0f1640427b + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://66e8a243-feae-4126-8135-0e787f009587.eastus.cnt-prod.loadtesting.azure.com/tests/update-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6b3a8323-4135-44ef-9e0a-31dec949c4ef/7cc48f7b-6750-4699-a8e2-c2375eafcf7c?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A05Z&sr=b&sp=r&sig=EjRbWobSCAG%2FbxHN7OmV%2BQvHhyiPPx8hnnR3KP2ZjvQ%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:05.030256","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"update-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:51:43.779Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:59.167Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1090' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:05 GMT + mise-correlation-id: + - f3e46308-e57d-4469-bf86-4b5bd42871fb + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:51:07.2201467Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:51:07.2201467Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"66e8a243-feae-4126-8135-0e787f009587.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:05 GMT + etag: + - '"0b00eb00-0000-0100-0000-6480fbcc0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://66e8a243-feae-4126-8135-0e787f009587.eastus.cnt-prod.loadtesting.azure.com/tests?api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6b3a8323-4135-44ef-9e0a-31dec949c4ef/7cc48f7b-6750-4699-a8e2-c2375eafcf7c?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T16%3A45%3A15Z&ske=2023-06-08T07%3A15%3A15Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A07Z&sr=b&sp=r&sig=tB23VDa3Uo0XjfuVFbyp77WYzjo68Lt0DiTmqLN%2Fr2g%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:07.5734861","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"update-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:51:43.779Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:59.167Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1101' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:07 GMT + mise-correlation-id: + - 2f295068-a327-4546-b42a-fee59a98d75d + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:51:07.2201467Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:51:07.2201467Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"66e8a243-feae-4126-8135-0e787f009587.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:08 GMT + etag: + - '"0b00eb00-0000-0100-0000-6480fbcc0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://66e8a243-feae-4126-8135-0e787f009587.eastus.cnt-prod.loadtesting.azure.com/tests/update-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":1,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6b3a8323-4135-44ef-9e0a-31dec949c4ef/7cc48f7b-6750-4699-a8e2-c2375eafcf7c?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T17%3A42%3A05Z&ske=2023-06-08T07%3A42%3A05Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A10Z&sr=b&sp=r&sig=0M4LPlveE4snMi5zkyyEPHO9VchIKU6J88wSZ46MUwY%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:10.1147012","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"update-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:51:43.779Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:51:59.167Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1087' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:10 GMT + mise-correlation-id: + - 02de4afc-c1e9-4357-ac83-2f3208c32229 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"displayName": "CLI-Test", "description": "Test created from az load test + command", "keyvaultReferenceIdentityType": "SystemAssigned", "environmentVariables": + {"rps": "1", "duration_in_sec": "1"}, "secrets": {}, "loadTestConfiguration": + {"engineInstances": 11, "splitAllCSVs": false, "quickStartTest": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '310' + Content-Type: + - application/merge-patch+json + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://66e8a243-feae-4126-8135-0e787f009587.eastus.cnt-prod.loadtesting.azure.com/tests/update-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":11,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6b3a8323-4135-44ef-9e0a-31dec949c4ef/7cc48f7b-6750-4699-a8e2-c2375eafcf7c?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T21%3A42%3A03Z&ske=2023-06-08T12%3A12%3A03Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A10Z&sr=b&sp=r&sig=lZp6XsflVnAfu5CpoxKeD9v7mAxiCAQ%2BiajLwiaKmEA%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:10.4613314","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"update-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:51:43.779Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:52:10.454Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1090' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:10 GMT + mise-correlation-id: + - 9b010471-ac41-47d6-ac73-b9c8e407a34f + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://66e8a243-feae-4126-8135-0e787f009587.eastus.cnt-prod.loadtesting.azure.com/tests/update-test-case?api-version=2022-11-01 + response: + body: + string: '{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":11,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6b3a8323-4135-44ef-9e0a-31dec949c4ef/7cc48f7b-6750-4699-a8e2-c2375eafcf7c?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T19%3A28%3A57Z&ske=2023-06-08T09%3A58%3A57Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A10Z&sr=b&sp=r&sig=ETLROyK5ra4SN660TfghRLEoaJ4DS8iKr1%2Bp%2FAScK%2Fc%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:10.7112713","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"update-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:51:43.779Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:52:10.454Z","lastModifiedBy":"hbisht@microsoft.com"}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1094' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:10 GMT + mise-correlation-id: + - 1f776369-9f3f-43ff-a385-59ba9e30ced2 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-mgmt-loadtesting/1.0.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002?api-version=2022-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-load-000001/providers/Microsoft.LoadTestService/loadTests/clitest-load-000002","name":"clitest-load-000002","type":"microsoft.loadtestservice/loadtests","location":"eastus","systemData":{"createdBy":"hbisht@microsoft.com","createdByType":"User","createdAt":"2023-06-07T21:51:07.2201467Z","lastModifiedBy":"hbisht@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-07T21:51:07.2201467Z"},"identity":{"type":"None"},"properties":{"description":null,"dataPlaneURI":"66e8a243-feae-4126-8135-0e787f009587.eastus.cnt-prod.loadtesting.azure.com","encryption":null,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '690' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:11 GMT + etag: + - '"0b00eb00-0000-0100-0000-6480fbcc0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 azsdk-python-core/1.24.0 Python/3.10.6 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://66e8a243-feae-4126-8135-0e787f009587.eastus.cnt-prod.loadtesting.azure.com/tests?api-version=2022-11-01 + response: + body: + string: '{"value":[{"environmentVariables":{"rps":"1","duration_in_sec":"1"},"loadTestConfiguration":{"engineInstances":11,"splitAllCSVs":false,"quickStartTest":false},"inputArtifacts":{"testScriptFileInfo":{"url":"https://maltccstorageaccounteus.blob.core.windows.net/6b3a8323-4135-44ef-9e0a-31dec949c4ef/7cc48f7b-6750-4699-a8e2-c2375eafcf7c?skoid=713ccf3d-dc33-4787-a1ee-6b0cc537c37a&sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d&skt=2023-06-07T18%3A26%3A33Z&ske=2023-06-08T08%3A26%3A33Z&sks=b&skv=2021-10-04&sv=2021-10-04&se=2023-06-07T22%3A52%3A13Z&sr=b&sp=r&sig=xSsDupolCQMu7qdRd4MbepSIOEOkonIpU2CkCDI89%2B4%3D","fileName":"sample-JMX-file.jmx","fileType":"JMX_FILE","expireDateTime":"2023-06-07T22:52:13.0913942","validationStatus":"VALIDATION_SUCCESS"},"additionalFileInfo":[]},"testId":"update-test-case","description":"Test + created from az load test command","displayName":"CLI-Test","keyvaultReferenceIdentityType":"SystemAssigned","createdDateTime":"2023-06-07T21:51:43.779Z","createdBy":"hbisht@microsoft.com","lastModifiedDateTime":"2023-06-07T21:52:10.454Z","lastModifiedBy":"hbisht@microsoft.com"}]}' + headers: + api-supported-versions: + - 2021-07-01-preview, 2022-06-01-preview, 2022-11-01, 2023-04-01-preview + connection: + - keep-alive + content-length: + - '1102' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jun 2023 21:52:13 GMT + mise-correlation-id: + - ecdb22c4-9358-4b07-91ba-79cb4eb29a53 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/load/azext_load/tests/latest/resources/additional-data.csv b/src/load/azext_load/tests/latest/resources/additional-data.csv new file mode 100644 index 00000000000..96dbf5b98a3 --- /dev/null +++ b/src/load/azext_load/tests/latest/resources/additional-data.csv @@ -0,0 +1,2 @@ +a,b,c,d +1,2,3,4 diff --git a/src/load/azext_load/tests/latest/resources/config.yaml b/src/load/azext_load/tests/latest/resources/config.yaml new file mode 100644 index 00000000000..cf79f27d232 --- /dev/null +++ b/src/load/azext_load/tests/latest/resources/config.yaml @@ -0,0 +1,12 @@ +displayName: CLI-Test +testPlan: sample-JMX-file.jmx +description: 'Test created from az load test command' +engineInstances: 1 +env: + - name: 'rps' + value: 1 +splitAllCSVs: True +failureCriteria: [] +autoStop: + errorPercentage: 90 + timeWindow: 60 \ No newline at end of file diff --git a/src/load/azext_load/tests/latest/resources/sample-JMX-file.jmx b/src/load/azext_load/tests/latest/resources/sample-JMX-file.jmx new file mode 100644 index 00000000000..bb5db0d9311 --- /dev/null +++ b/src/load/azext_load/tests/latest/resources/sample-JMX-file.jmx @@ -0,0 +1,74 @@ + + + + + + false + true + false + + + + + + + + + + duration_in_sec + ${__groovy( System.getenv("duration_in_sec") ?: "10" )} + = + + + rps + ${__groovy( System.getenv("rps") ?: "1" )} + = + + + domain + ${__groovy( System.getenv("domain") ?: "example.com" )} + = + + + protocol + ${__groovy( System.getenv("protocol") ?: "https" )} + = + + + url_path + ${__groovy( System.getenv("url_path") ?: "/" )} + = + + + + + + + continue + rate(${rps}/sec) random_arrivals(${duration_in_sec} sec) + + + + + + + + ${domain} + + ${protocol} + + ${url_path} + GET + true + false + true + false + + + + + + + + + diff --git a/src/load/azext_load/tests/latest/test_load.py b/src/load/azext_load/tests/latest/test_load.py index e2fafb4bada..8bd52dc8437 100644 --- a/src/load/azext_load/tests/latest/test_load.py +++ b/src/load/azext_load/tests/latest/test_load.py @@ -7,7 +7,6 @@ from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer, KeyVaultPreparer, JMESPathCheck - class LoadScenario(ScenarioTest): location = 'westus2' identity_name1 = 'clitestid1' @@ -196,4 +195,4 @@ def test_load_scenarios(self, resource_group, key_vault): '--resource-group {rg} --yes') self.cmd('az load delete --name {resource_name_cmk} ' - '--resource-group {rg} --yes') \ No newline at end of file + '--resource-group {rg} --yes') diff --git a/src/load/azext_load/tests/latest/test_load_test.py b/src/load/azext_load/tests/latest/test_load_test.py new file mode 100644 index 00000000000..8761120cacc --- /dev/null +++ b/src/load/azext_load/tests/latest/test_load_test.py @@ -0,0 +1,481 @@ +# -------------------------------------------------------------------------------------------- +# 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 tempfile + +from azext_load.tests.latest.constants import LoadTestConstants +from azext_load.tests.latest.helper import create_test, delete_test +from azext_load.tests.latest.preparers import LoadTestResourcePreparer +from azure.cli.testsdk import ( + JMESPathCheck, + ResourceGroupPreparer, + ScenarioTest, + create_random_name, +) + +rg_params = { + "name_prefix": "clitest-load-", + "location": "eastus", + "key": "resource_group", + "parameter_name": "rg", + "random_name_length": 30, +} +load_params = { + "name_prefix": "clitest-load-", + "location": "eastus", + "key": "load_test_resource", + "parameter_name": "load", + "resource_group_key": "resource_group", + "random_name_length": 30, +} + + +class LoadTestScenario(ScenarioTest): + def __init__(self, *args, **kwargs): + super(LoadTestScenario, self).__init__(*args, **kwargs) + self.kwargs.update({"subscription_id": self.get_subscription_id()}) + + @ResourceGroupPreparer(**rg_params) + @LoadTestResourcePreparer(**load_params) + def test_load_test_create(self, rg, load): + self.kwargs.update( + { + "test_id": LoadTestConstants.CREATE_TEST_ID, + "load_test_config_file": LoadTestConstants.LOAD_TEST_CONFIG_FILE, + } + ) + checks=[JMESPathCheck("testId", self.kwargs["test_id"]), + JMESPathCheck("loadTestConfiguration.engineInstances", 1), + JMESPathCheck("environmentVariables.rps", '10')] + response = self.cmd( + "az load test create " + "--test-id {test_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + '--load-test-config-file "{load_test_config_file}" ' + "--env rps=10 ", + checks=checks, + ).get_output_in_json() + + tests = self.cmd( + "az load test list " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group}" + ).get_output_in_json() + assert self.kwargs["test_id"] in [test.get("testId") for test in tests] + + self.cmd( + "az load test delete " + "--test-id {test_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + "--yes" + ) + + @ResourceGroupPreparer(**rg_params) + @LoadTestResourcePreparer(**load_params) + def test_load_test_list(self, rg, load): + self.kwargs.update( + { + "test_id": LoadTestConstants.LIST_TEST_ID, + "load_test_config_file": LoadTestConstants.LOAD_TEST_CONFIG_FILE, + } + ) + + create_test(self) + + tests = self.cmd( + "az load test list " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group}" + ).get_output_in_json() + + assert len(tests) > 0 + assert "fake_test_id" not in [test["testId"] for test in tests] + assert self.kwargs["test_id"] in [test.get("testId") for test in tests] + + @ResourceGroupPreparer(**rg_params) + @LoadTestResourcePreparer(**load_params) + def test_load_test_show(self, rg, load): + self.kwargs.update( + { + "test_id": LoadTestConstants.SHOW_TEST_ID, + "load_test_config_file": LoadTestConstants.LOAD_TEST_CONFIG_FILE, + } + ) + + create_test(self) + + test = self.cmd( + "az load test show " + "--test-id {test_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} ", + ).get_output_in_json() + + assert self.kwargs["test_id"] == test.get("testId") + + @ResourceGroupPreparer(**rg_params) + @LoadTestResourcePreparer(**load_params) + def test_load_test_delete(self, rg, load): + self.kwargs.update( + { + "test_id": LoadTestConstants.DELETE_TEST_ID, + "load_test_config_file": LoadTestConstants.LOAD_TEST_CONFIG_FILE, + } + ) + + create_test(self) + + delete_test( + self, + load_test_resource=self.kwargs["load_test_resource"], + resource_group=self.kwargs["resource_group"], + test_id=self.kwargs["test_id"], + ) + + tests = self.cmd( + "az load test list " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group}" + ).get_output_in_json() + + assert self.kwargs["test_id"] not in [test.get("testId") for test in tests] + + @ResourceGroupPreparer(**rg_params) + @LoadTestResourcePreparer(**load_params) + def test_load_test_download_files(self): + self.kwargs.update( + { + "test_id": LoadTestConstants.DOWNLOAD_TEST_ID, + "load_test_config_file": LoadTestConstants.LOAD_TEST_CONFIG_FILE, + "test_plan": LoadTestConstants.TEST_PLAN, + } + ) + + with tempfile.TemporaryDirectory( + prefix="clitest-load-", suffix=create_random_name(prefix="", length=5) + ) as temp_dir: + self.kwargs.update({"path": temp_dir}) + + create_test(self) + + self.cmd( + "az load test download-files " + "--test-id {test_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + '--path "{path}"' + ) + + files = self.cmd( + "az load test file list " + "--test-id {test_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} ", + ).get_output_in_json() + + files_in_dir = [ + f + for f in os.listdir(temp_dir) + if os.path.isfile(os.path.join(temp_dir, f)) + ] + for file in files: + assert file["fileName"] in files_in_dir + + @ResourceGroupPreparer(**rg_params) + @LoadTestResourcePreparer(**load_params) + def test_load_test_create_with_args(self, rg, load): + self.kwargs.update( + { + "test_id": LoadTestConstants.CREATE_WITH_ARGS_TEST_ID, + "load_test_config_file": LoadTestConstants.LOAD_TEST_CONFIG_FILE, + "display_name": "Create_with_args_test", + "test_description": "This is a load test created with arguments", + "test_plan": LoadTestConstants.TEST_PLAN, + "engine_instances": "1", + "env": "a=2 b=3", + } + ) + + checks = [ + JMESPathCheck("testId", self.kwargs["test_id"]), + JMESPathCheck("loadTestConfiguration.engineInstances", 1), + JMESPathCheck("environmentVariables.a", 2), + JMESPathCheck("environmentVariables.b", 3), + ] + + test = self.cmd( + "az load test create " + "--test-id {test_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + "--display-name '{display_name}' " + "--description '{test_description}' " + '--test-plan "{test_plan}" ' + "--engine-instances {engine_instances} " + "--env {env} ", + checks=checks, + ).get_output_in_json() + + assert self.kwargs["test_id"] == test.get("testId") + + tests = self.cmd( + "az load test list " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group}" + ).get_output_in_json() + + assert self.kwargs["test_id"] in [test.get("testId") for test in tests] + + @ResourceGroupPreparer(**rg_params) + @LoadTestResourcePreparer(**load_params) + def test_load_test_update(self, rg, load): + self.kwargs.update( + { + "test_id": LoadTestConstants.UPDATE_TEST_ID, + "load_test_config_file": LoadTestConstants.LOAD_TEST_CONFIG_FILE, + "test_plan": LoadTestConstants.TEST_PLAN, + } + ) + + create_test(self) + + self.cmd( + "az load test update " + "--test-id {test_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + "--engine-instances 11 ", + checks=[JMESPathCheck("loadTestConfiguration.engineInstances", 11)], + ).get_output_in_json() + + tests = self.cmd( + "az load test list " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group}" + ).get_output_in_json() + + assert self.kwargs["test_id"] in [test.get("testId") for test in tests] + + @ResourceGroupPreparer(**rg_params) + @LoadTestResourcePreparer(**load_params) + def test_load_test_app_component(self, rg, load): + self.kwargs.update( + { + "test_id": LoadTestConstants.APP_COMPONENT_TEST_ID, + "load_test_config_file": LoadTestConstants.LOAD_TEST_CONFIG_FILE, + "test_plan": LoadTestConstants.TEST_PLAN, + "app_component_id": LoadTestConstants.APP_COMPONENT_ID.format(subscription_id=self.kwargs["subscription_id"]), + "app_component_name": LoadTestConstants.APP_COMPONENT_NAME, + "app_component_type": LoadTestConstants.APP_COMPONENT_TYPE, + } + ) + + create_test(self) + + # TODO: Create an Azure resource for app component + self.cmd( + "az load test app-component add " + "--test-id {test_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + '--app-component-name "{app_component_name}" ' + '--app-component-type "{app_component_type}" ' + '--app-component-id "{app_component_id}" ', + ).get_output_in_json() + + app_components = self.cmd( + "az load test app-component list " + "--test-id {test_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + ).get_output_in_json() + + app_component = app_components.get("components", {}).get( + self.kwargs["app_component_id"] + ) + assert app_component is not None and self.kwargs[ + "app_component_id" + ] == app_component.get("resourceId") + + self.cmd( + "az load test app-component remove " + "--test-id {test_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + '--app-component-id "{app_component_id}" ' + "--yes" + ) + + app_components = self.cmd( + "az load test app-component list " + "--test-id {test_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + ).get_output_in_json() + + assert not app_components.get("components", {}).get( + self.kwargs["app_component_id"] + ) + + @ResourceGroupPreparer(**rg_params) + @LoadTestResourcePreparer(**load_params) + def test_load_test_server_metric(self, rg, load): + self.kwargs.update( + { + "test_id": LoadTestConstants.SERVER_METRIC_TEST_ID, + "load_test_config_file": LoadTestConstants.LOAD_TEST_CONFIG_FILE, + "test_plan": LoadTestConstants.TEST_PLAN, + "app_component_id": LoadTestConstants.APP_COMPONENT_ID.format(subscription_id=self.kwargs["subscription_id"]), + "app_component_name": LoadTestConstants.APP_COMPONENT_NAME, + "app_component_type": LoadTestConstants.APP_COMPONENT_TYPE, + "server_metric_id": LoadTestConstants.SERVER_METRIC_ID.format(subscription_id=self.kwargs["subscription_id"]), + "server_metric_name": LoadTestConstants.SERVER_METRIC_NAME, + "server_metric_namespace": LoadTestConstants.SERVER_METRIC_NAMESPACE, + "aggregation": LoadTestConstants.AGGREGATION, + } + ) + + create_test(self) + + # TODO: Create an Azure resource for app component + self.cmd( + "az load test app-component add " + "--test-id {test_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + '--app-component-name "{app_component_name}" ' + '--app-component-type "{app_component_type}" ' + '--app-component-id "{app_component_id}" ', + ).get_output_in_json() + + app_components = self.cmd( + "az load test app-component list " + "--test-id {test_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + ).get_output_in_json() + + app_component = app_components.get("components", {}).get( + self.kwargs["app_component_id"] + ) + assert app_component is not None and self.kwargs[ + "app_component_id" + ] == app_component.get("resourceId") + + self.cmd( + "az load test server-metric add " + "--test-id {test_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + '--metric-id "{server_metric_id}" ' + '--metric-name " {server_metric_name}" ' + '--metric-namespace "{server_metric_namespace}" ' + "--aggregation {aggregation} " + '--app-component-type "{app_component_type}" ' + '--app-component-id "{app_component_id}" ', + ).get_output_in_json() + + server_metrics = self.cmd( + "az load test server-metric list " + "--test-id {test_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + ).get_output_in_json() + + server_metric = server_metrics.get("metrics", {}).get( + self.kwargs["server_metric_id"] + ) + assert server_metric is not None + # assert self.kwargs[ + # "server_metric_id" + # ] == server_metric.get("id") + + self.cmd( + "az load test server-metric remove " + "--test-id {test_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + '--metric-id "{server_metric_id}" ' + "--yes" + ) + + server_metrics = self.cmd( + "az load test server-metric list " + "--test-id {test_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + ).get_output_in_json() + + assert not server_metrics.get("metrics", {}).get( + self.kwargs["server_metric_id"] + ) + + @ResourceGroupPreparer(**rg_params) + @LoadTestResourcePreparer(**load_params) + def test_load_test_file(self): + self.kwargs.update( + { + "test_id": LoadTestConstants.FILE_TEST_ID, + "load_test_config_file": LoadTestConstants.LOAD_TEST_CONFIG_FILE, + "test_plan": LoadTestConstants.TEST_PLAN, + "file_name": LoadTestConstants.FILE_NAME, + } + ) + + create_test(self) + + self.cmd( + "az load test file delete " + "--test-id {test_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + "--file-name {file_name} " + "--yes" + ) + + files = self.cmd( + "az load test file list " + "--test-id {test_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + ).get_output_in_json() + + assert self.kwargs["file_name"] not in [file["fileName"] for file in files] + + self.cmd( + "az load test file upload " + "--test-id {test_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + '--path "{test_plan}" ' + ) + + files = self.cmd( + "az load test file list " + "--test-id {test_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + ).get_output_in_json() + + assert self.kwargs["file_name"] in [file["fileName"] for file in files] + + with tempfile.TemporaryDirectory( + prefix="clitest-load-", suffix=create_random_name(prefix="", length=5) + ) as temp_dir: + self.kwargs.update({"download_path": temp_dir}) + + self.cmd( + "az load test file download " + "--test-id {test_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + "--file-name {file_name} " + '--path "{download_path}" ' + ) + + assert os.path.exists(os.path.join(temp_dir, self.kwargs["file_name"])) diff --git a/src/load/azext_load/tests/latest/test_load_testrun.py b/src/load/azext_load/tests/latest/test_load_testrun.py new file mode 100644 index 00000000000..a06356a6ce2 --- /dev/null +++ b/src/load/azext_load/tests/latest/test_load_testrun.py @@ -0,0 +1,524 @@ +# -------------------------------------------------------------------------------------------- +# 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 tempfile +import time + +from azext_load.tests.latest.constants import LoadTestRunConstants +from azext_load.tests.latest.helper import ( + create_test, + create_test_run, + delete_test, + delete_test_run, +) +from azext_load.tests.latest.preparers import LoadTestResourcePreparer +from azure.cli.testsdk import ( + JMESPathCheck, + ResourceGroupPreparer, + ScenarioTest, + create_random_name, +) + +rg_params = { + "name_prefix": "clitest-load-", + "location": "eastus", + "key": "resource_group", + "parameter_name": "rg", + "random_name_length": 30, +} +load_params = { + "name_prefix": "clitest-load-", + "location": "eastus", + "key": "load_test_resource", + "parameter_name": "load", + "resource_group_key": "resource_group", + "random_name_length": 30, +} + + +class LoadTestRunScenario(ScenarioTest): + def __init__(self, *args, **kwargs): + super(LoadTestRunScenario, self).__init__(*args, **kwargs) + self.kwargs.update({"subscription_id": self.get_subscription_id()}) + + @ResourceGroupPreparer(**rg_params) + @LoadTestResourcePreparer(**load_params) + def test_load_test_run_stop(self, rg, load): + self.kwargs.update( + { + "test_id": LoadTestRunConstants.STOP_TEST_ID, + "test_run_id": LoadTestRunConstants.STOP_TEST_RUN_ID, + "load_test_config_file": LoadTestRunConstants.LOAD_TEST_CONFIG_FILE, + "test_plan": LoadTestRunConstants.TEST_PLAN, + } + ) + + create_test(self, is_long=True) + self.cmd( + "az load test-run create " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + "--test-id {test_id} " + "--test-run-id {test_run_id} " + "--no-wait", + ) + + #waiting for test to start + if self.is_live: + time.sleep(20) + + test_run = self.cmd( + "az load test-run stop " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + "--test-run-id {test_run_id} " + "--yes" + ).get_output_in_json() + + if self.is_live: + time.sleep(20) + + test_run = self.cmd( + "az load test-run show " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + "--test-run-id {test_run_id} ", + ).get_output_in_json() + + assert test_run.get("status") in ["CANCELLING", "FAILED", "CANCELLED"] + + @ResourceGroupPreparer(**rg_params) + @LoadTestResourcePreparer(**load_params) + def test_load_test_run_list(self, rg, load): + self.kwargs.update( + { + "test_id": LoadTestRunConstants.LIST_TEST_ID, + "test_run_id": LoadTestRunConstants.LIST_TEST_RUN_ID, + "load_test_config_file": LoadTestRunConstants.LOAD_TEST_CONFIG_FILE, + "test_plan": LoadTestRunConstants.TEST_PLAN, + } + ) + + create_test(self) + create_test_run(self) + + test_runs = self.cmd( + "az load test-run list " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + "--test-id {test_id}" + ).get_output_in_json() + + assert len(test_runs) > 0 + test_run_ids = [run.get("testRunId") for run in test_runs] + assert self.kwargs["test_run_id"] in test_run_ids + assert "fake_test_run_id" not in test_run_ids + + @ResourceGroupPreparer(**rg_params) + @LoadTestResourcePreparer(**load_params) + def test_load_test_run_show(self, rg, load): + self.kwargs.update( + { + "test_id": LoadTestRunConstants.SHOW_TEST_ID, + "test_run_id": LoadTestRunConstants.SHOW_TEST_RUN_ID, + "load_test_config_file": LoadTestRunConstants.LOAD_TEST_CONFIG_FILE, + "test_plan": LoadTestRunConstants.TEST_PLAN, + } + ) + create_test(self) + + create_test_run(self) + + self.cmd( + "az load test-run show " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + "--test-run-id {test_run_id}", + checks=[JMESPathCheck("testRunId", self.kwargs["test_run_id"])], + ).get_output_in_json() + + @ResourceGroupPreparer(**rg_params) + @LoadTestResourcePreparer(**load_params) + def test_load_test_run_create(self, rg, load): + self.kwargs.update( + { + "test_id": LoadTestRunConstants.CREATE_TEST_ID, + "test_run_id": LoadTestRunConstants.CREATE_TEST_RUN_ID, + "load_test_config_file": LoadTestRunConstants.LOAD_TEST_CONFIG_FILE, + "test_plan": LoadTestRunConstants.TEST_PLAN, + } + ) + + create_test(self) + create_test_run(self) + + @ResourceGroupPreparer(**rg_params) + @LoadTestResourcePreparer(**load_params) + def test_load_test_run_delete(self, rg, load): + self.kwargs.update( + { + "test_id": LoadTestRunConstants.DELETE_TEST_ID, + "test_run_id": LoadTestRunConstants.DELETE_TEST_RUN_ID, + "load_test_config_file": LoadTestRunConstants.LOAD_TEST_CONFIG_FILE, + "test_plan": LoadTestRunConstants.TEST_PLAN, + } + ) + + create_test(self) + create_test_run(self) + delete_test_run(self) + + @ResourceGroupPreparer(**rg_params) + @LoadTestResourcePreparer(**load_params) + def test_load_test_run_update(self, rg, load): + self.kwargs.update( + { + "test_id": LoadTestRunConstants.UPDATE_TEST_ID, + "test_run_id": LoadTestRunConstants.UPDATE_TEST_RUN_ID, + "load_test_config_file": LoadTestRunConstants.LOAD_TEST_CONFIG_FILE, + "test_plan": LoadTestRunConstants.TEST_PLAN, + "new_description": "Updated test run description", + } + ) + + create_test(self) + create_test_run(self) + if self.is_live: + time.sleep(20) + self.cmd( + "az load test-run update " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + "--test-run-id {test_run_id} " + "--description '{new_description}' ", + checks=[JMESPathCheck("description", self.kwargs["new_description"])], + ).get_output_in_json() + + self.cmd( + "az load test-run show " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + "--test-run-id {test_run_id}", + checks=[JMESPathCheck("description", self.kwargs["new_description"])], + ).get_output_in_json() + + @ResourceGroupPreparer(**rg_params) + @LoadTestResourcePreparer(**load_params) + def test_load_test_run_download_files(self, rg, load): + self.kwargs.update( + { + "test_id": LoadTestRunConstants.DOWNLOAD_TEST_ID, + "test_run_id": LoadTestRunConstants.DOWNLOAD_TEST_RUN_ID, + "load_test_config_file": LoadTestRunConstants.LOAD_TEST_CONFIG_FILE, + "test_plan": LoadTestRunConstants.TEST_PLAN, + } + ) + + create_test(self) + create_test_run(self) + + with tempfile.TemporaryDirectory( + prefix="clitest-load-", suffix=create_random_name(prefix="", length=5) + ) as temp_dir: + self.kwargs.update({"path": temp_dir}) + + self.cmd( + "az load test-run download-files " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + "--test-run-id {test_run_id} " + '--path "{path}" ' + "--input " + "--log " + ) + + files_in_dir = [ + f + for f in os.listdir(temp_dir) + if os.path.isfile(os.path.join(temp_dir, f)) + ] + exts = [os.path.splitext(f)[1].casefold() for f in files_in_dir] + + assert len(files_in_dir) >= 3 + assert all([ext in exts for ext in [".yaml", ".zip", ".jmx"]]) + + @ResourceGroupPreparer(**rg_params) + @LoadTestResourcePreparer(**load_params) + def test_load_app_component(self, rg, load): + self.kwargs.update( + { + "test_id": LoadTestRunConstants.APP_COMPONENT_TEST_ID, + "test_run_id": LoadTestRunConstants.APP_COMPONENT_TEST_RUN_ID, + "load_test_config_file": LoadTestRunConstants.LOAD_TEST_CONFIG_FILE, + "test_plan": LoadTestRunConstants.TEST_PLAN, + "app_component_id": LoadTestRunConstants.APP_COMPONENT_ID.format(subscription_id=self.kwargs["subscription_id"]), + "app_component_name": LoadTestRunConstants.APP_COMPONENT_NAME, + "app_component_type": LoadTestRunConstants.APP_COMPONENT_TYPE, + } + ) + + create_test(self) + create_test_run(self) + if self.is_live: + time.sleep(10) + # TODO: Create an Azure resource for app component + self.cmd( + "az load test-run app-component add " + "--test-run-id {test_run_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + '--app-component-name "{app_component_name}" ' + '--app-component-type "{app_component_type}" ' + '--app-component-id "{app_component_id}" ', + ).get_output_in_json() + + app_components = self.cmd( + "az load test-run app-component list " + "--test-run-id {test_run_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + ).get_output_in_json() + + app_component = app_components.get("components", {}).get( + self.kwargs["app_component_id"] + ) + assert app_component is not None and self.kwargs[ + "app_component_id" + ] == app_component.get("resourceId") + + self.cmd( + "az load test-run app-component remove " + "--test-run-id {test_run_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + '--app-component-id "{app_component_id}" ' + "--yes" + ) + + app_components = self.cmd( + "az load test-run app-component list " + "--test-run-id {test_run_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + ).get_output_in_json() + + assert not app_components.get("components", {}).get( + self.kwargs["app_component_id"] + ) + + @ResourceGroupPreparer(**rg_params) + @LoadTestResourcePreparer(**load_params) + def test_load_test_run_server_metric(self, rg, load): + self.kwargs.update( + { + "test_id": LoadTestRunConstants.SERVER_METRIC_TEST_ID, + "test_run_id": LoadTestRunConstants.SERVER_METRIC_TEST_RUN_ID, + "load_test_config_file": LoadTestRunConstants.LOAD_TEST_CONFIG_FILE, + "test_plan": LoadTestRunConstants.TEST_PLAN, + "server_metric_id": LoadTestRunConstants.SERVER_METRIC_ID.format(subscription_id=self.kwargs["subscription_id"]), + "server_metric_name": LoadTestRunConstants.SERVER_METRIC_NAME, + "server_metric_namespace": LoadTestRunConstants.SERVER_METRIC_NAMESPACE, + "aggregation": LoadTestRunConstants.AGGREGATION, + "app_component_id": LoadTestRunConstants.APP_COMPONENT_ID.format(subscription_id=self.kwargs["subscription_id"]), + "app_component_name": LoadTestRunConstants.APP_COMPONENT_NAME, + "app_component_type": LoadTestRunConstants.APP_COMPONENT_TYPE, + } + ) + + create_test(self) + create_test_run(self) + + self.cmd( + "az load test-run app-component add " + "--test-run-id {test_run_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + '--app-component-name "{app_component_name}" ' + '--app-component-type "{app_component_type}" ' + '--app-component-id "{app_component_id}" ', + ).get_output_in_json() + + app_components = self.cmd( + "az load test-run app-component list " + "--test-run-id {test_run_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + ).get_output_in_json() + + app_component = app_components.get("components", {}).get( + self.kwargs["app_component_id"] + ) + assert app_component is not None and self.kwargs[ + "app_component_id" + ] == app_component.get("resourceId") + + self.cmd( + "az load test-run server-metric add " + "--test-run-id {test_run_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + "--metric-id '{server_metric_id}' " + '--metric-name "{server_metric_name}" ' + '--metric-namespace "{server_metric_namespace}" ' + "--aggregation {aggregation} " + '--app-component-type "{app_component_type}" ' + '--app-component-id "{app_component_id}" ', + ).get_output_in_json() + + server_metrics = self.cmd( + "az load test-run server-metric list " + "--test-run-id {test_run_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + ).get_output_in_json() + + server_metric = server_metrics.get("metrics", {}).get( + self.kwargs["server_metric_id"] + ) + assert server_metric is not None + # assert self.kwargs[ + # "server_metric_id" + # ] == server_metric.get("id") + + self.cmd( + "az load test-run server-metric remove " + "--test-run-id {test_run_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + "--metric-id '{server_metric_id}' " + "--yes" + ) + + server_metrics = self.cmd( + "az load test-run server-metric list " + "--test-run-id {test_run_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + ).get_output_in_json() + + assert not server_metrics.get("metrics", {}).get( + self.kwargs["server_metric_id"] + ) + + @ResourceGroupPreparer(**rg_params) + @LoadTestResourcePreparer(**load_params) + def test_load_test_run_metrics(self, rg, load): + self.kwargs.update( + { + "test_id": LoadTestRunConstants.METRIC_TEST_ID, + "test_run_id": LoadTestRunConstants.METRIC_TEST_RUN_ID, + "load_test_config_file": LoadTestRunConstants.LOAD_TEST_CONFIG_FILE, + "test_plan": LoadTestRunConstants.TEST_PLAN, + "metric_name": LoadTestRunConstants.METRIC_NAME, + "metric_namespace": LoadTestRunConstants.METRIC_NAMESPACE, + "metric_dimension_name": LoadTestRunConstants.METRIC_DIMENSION_NAME, + "metric_dimension_value": LoadTestRunConstants.METRIC_DIMENSION_VALUE, + "metric_filters_all": LoadTestRunConstants.METRIC_FILTERS_ALL, + "metric_filters_dimension_all": LoadTestRunConstants.METRIC_FILTERS_VALUE_ALL, + "metric_filters_dimension_specific": LoadTestRunConstants.METRIC_FILTERS_VALUE_SPECIFIC, + } + ) + + create_test(self, is_long=True) + create_test_run(self) + + # Verify metrics for the test run with no additional parameters + metrics_no_additional_parameters = self.cmd( + "az load test-run metrics list " + "--test-run-id {test_run_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + "--metric-namespace {metric_namespace} ", + ).get_output_in_json() + + assert len(metrics_no_additional_parameters) > 0 + assert self.kwargs["metric_name"] in metrics_no_additional_parameters + + # Verify metrics for the test run with metric name + metrics_with_name = self.cmd( + "az load test-run metrics list " + "--test-run-id {test_run_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + "--metric-namespace {metric_namespace} " + "--metric-name {metric_name} ", + ).get_output_in_json() + + assert len(metrics_with_name) > 0 + assert "data" in metrics_with_name[0] + assert len(metrics_with_name[0]["data"]) > 0 + + # Verify metrics for the test run with metric name and all dimensions and all values + metrics_with_filters_all = self.cmd( + "az load test-run metrics list " + "--test-run-id {test_run_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + "--metric-namespace {metric_namespace} " + "--metric-name {metric_name} " + "--dimension-filters {metric_filters_all} ", + ).get_output_in_json() + + assert len(metrics_with_filters_all) > 0 + dimensions_list = [ + dimension + for metric in metrics_with_filters_all + for dimension in metric["dimensionValues"] + ] + assert self.kwargs["metric_dimension_name"] in set( + [dimension["name"] for dimension in dimensions_list] + ) + assert self.kwargs["metric_dimension_value"] in [ + dimension["value"] for dimension in dimensions_list + ] + + # Verify metrics for the test run with metric name and specific dimension and all values + metrics_with_filters_dimension_all = self.cmd( + "az load test-run metrics list " + "--test-run-id {test_run_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + "--metric-namespace {metric_namespace} " + "--metric-name {metric_name} " + "--dimension-filters {metric_filters_dimension_all} ", + ).get_output_in_json() + + assert len(metrics_with_filters_dimension_all) > 0 + dimensions_list = [ + dimension + for metric in metrics_with_filters_dimension_all + for dimension in metric["dimensionValues"] + ] + assert self.kwargs["metric_dimension_name"] in set( + [dimension["name"] for dimension in dimensions_list] + ) + assert self.kwargs["metric_dimension_value"] in [ + dimension["value"] for dimension in dimensions_list + ] + + # Verify metrics for the test run with metric name and specific dimension and values + metrics_with_filters_dimension_specific = self.cmd( + "az load test-run metrics list " + "--test-run-id {test_run_id} " + "--load-test-resource {load_test_resource} " + "--resource-group {resource_group} " + "--metric-namespace {metric_namespace} " + "--metric-name {metric_name} " + '--dimension-filters "{metric_filters_dimension_specific}" ', + ).get_output_in_json() + + assert len(metrics_with_filters_dimension_specific) > 0 + dimensions_list = [ + dimension + for metric in metrics_with_filters_dimension_specific + for dimension in metric["dimensionValues"] + ] + assert self.kwargs["metric_dimension_name"] in set( + [dimension["name"] for dimension in dimensions_list] + ) + assert self.kwargs["metric_dimension_value"] in [ + dimension["value"] for dimension in dimensions_list + ] \ No newline at end of file diff --git a/src/databox/azext_databox/vendored_sdks/__init__.py b/src/load/azext_load/vendored_sdks/__init__.py similarity index 99% rename from src/databox/azext_databox/vendored_sdks/__init__.py rename to src/load/azext_load/vendored_sdks/__init__.py index 7183870ee56..491add26fd0 100644 --- a/src/databox/azext_databox/vendored_sdks/__init__.py +++ b/src/load/azext_load/vendored_sdks/__init__.py @@ -3,4 +3,4 @@ # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- -__path__ = __import__('pkgutil').extend_path(__path__, __name__) \ No newline at end of file +__path__ = __import__('pkgutil').extend_path(__path__, __name__) diff --git a/src/load/azext_load/vendored_sdks/loadtesting/__init__.py b/src/load/azext_load/vendored_sdks/loadtesting/__init__.py new file mode 100644 index 00000000000..c9943fbd091 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting/__init__.py @@ -0,0 +1,10 @@ +# ------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# -------------------------------------------------------------------------- +from ._client import LoadTestAdministrationClient, LoadTestRunClient +from ._version import VERSION + +__version__ = VERSION +__all__ = ["LoadTestAdministrationClient", "LoadTestRunClient"] diff --git a/src/load/azext_load/vendored_sdks/loadtesting/_client.py b/src/load/azext_load/vendored_sdks/loadtesting/_client.py new file mode 100644 index 00000000000..c5c9808f7ed --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting/_client.py @@ -0,0 +1,97 @@ +# ------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# -------------------------------------------------------------------------- +from copy import deepcopy +from typing import Any, TYPE_CHECKING + +from azure.core import PipelineClient +from azure.core.rest import HttpRequest, HttpResponse + +from ._generated._configuration import LoadTestingClientConfiguration +from ._generated._serialization import Deserializer, Serializer +from ._generated.operations import AdministrationOperations, TestRunOperations + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from azure.core.credentials import TokenCredential + +class _BaseClient: + def __init__(self, endpoint: str, credential: "TokenCredential", **kwargs: Any) -> None: + _endpoint = "https://{Endpoint}" + self._config = LoadTestingClientConfiguration(endpoint=endpoint, credential=credential, **kwargs) + self._client = PipelineClient(base_url=_endpoint, config=self._config, **kwargs) + + self._serialize = Serializer() + self._deserialize = Deserializer() + self._serialize.client_side_validation = False + super().__init__(self._client, self._config, self._serialize, self._deserialize) + + def send_request(self, request: HttpRequest, **kwargs: Any) -> HttpResponse: + """Runs the network request through the client's chained policies. + + >>> from azure.core.rest import HttpRequest + >>> request = HttpRequest("GET", "https://www.example.org/") + + >>> response = client.send_request(request) + + + For more information on this code flow, see https://aka.ms/azsdk/dpcodegen/python/send_request + + :param request: The network request you want to make. Required. + :type request: ~azure.core.rest.HttpRequest + :keyword bool stream: Whether the response payload will be streamed. Defaults to False. + :return: The response of your network call. Does not do error handling on your response. + :rtype: ~azure.core.rest.HttpResponse + """ + + request_copy = deepcopy(request) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + + request_copy.url = self._client.format_url(request_copy.url, **path_format_arguments) + return self._client.send_request(request_copy, **kwargs) + + def close(self): + # type: () -> None + self._client.close() + + def __exit__(self, *exc_details): + # type: (Any) -> None + self._client.__exit__(*exc_details) + + +class LoadTestAdministrationClient(_BaseClient, AdministrationOperations): # pylint: disable=client-accepts-api-version-keyword + """These APIs allow end users to do various administrative operations on Azure Load Test Service. + + :param endpoint: URL to perform data plane API operations on the resource. Required. + :type endpoint: str + :param credential: Credential needed for the client to connect to Azure. Required. + :type credential: ~azure.core.credentials.TokenCredential + :keyword api_version: Api Version. Default value is "2022-11-01". Note that overriding this + default value may result in unsupported behavior. + :paramtype api_version: str + """ + + def __enter__(self) -> "LoadTestAdministrationClient": + self._client.__enter__() + return self + +class LoadTestRunClient(_BaseClient, TestRunOperations): # pylint: disable=client-accepts-api-version-keyword + """These APIs allow end users to run Azure Load Test and manage test run. + + :param endpoint: URL to perform data plane API operations on the resource. Required. + :type endpoint: str + :param credential: Credential needed for the client to connect to Azure. Required. + :type credential: ~azure.core.credentials.TokenCredential + :keyword api_version: Api Version. Default value is "2022-11-01". Note that overriding this + default value may result in unsupported behavior. + :paramtype api_version: str + """ + + def __enter__(self) -> "LoadTestRunClient": + self._client.__enter__() + return self + diff --git a/src/load/azext_load/vendored_sdks/loadtesting/_generated/__init__.py b/src/load/azext_load/vendored_sdks/loadtesting/_generated/__init__.py new file mode 100644 index 00000000000..8e63d39f598 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting/_generated/__init__.py @@ -0,0 +1,26 @@ +# 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 ._client import LoadTestingClient +from ._version import VERSION + +__version__ = VERSION + +try: + from ._patch import __all__ as _patch_all + from ._patch import * # pylint: disable=unused-wildcard-import +except ImportError: + _patch_all = [] +from ._patch import patch_sdk as _patch_sdk + +__all__ = [ + "LoadTestingClient", +] +__all__.extend([p for p in _patch_all if p not in __all__]) + +_patch_sdk() diff --git a/src/load/azext_load/vendored_sdks/loadtesting/_generated/_client.py b/src/load/azext_load/vendored_sdks/loadtesting/_generated/_client.py new file mode 100644 index 00000000000..6512a5c6b7b --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting/_generated/_client.py @@ -0,0 +1,88 @@ +# 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 copy import deepcopy +from typing import Any, TYPE_CHECKING + +from azure.core import PipelineClient +from azure.core.rest import HttpRequest, HttpResponse + +from ._configuration import LoadTestingClientConfiguration +from ._serialization import Deserializer, Serializer +from .operations import AdministrationOperations, TestRunOperations + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from azure.core.credentials import TokenCredential + + +class LoadTestingClient: # pylint: disable=client-accepts-api-version-keyword + """These APIs allow end users to create, view and run load tests using Azure Load Test Service. + + :ivar administration: AdministrationOperations operations + :vartype administration: + azure.developer.loadtesting._generated.operations.AdministrationOperations + :ivar test_run: TestRunOperations operations + :vartype test_run: azure.developer.loadtesting._generated.operations.TestRunOperations + :param endpoint: URL to perform data plane API operations on the resource. Required. + :type endpoint: str + :param credential: Credential needed for the client to connect to Azure. Required. + :type credential: ~azure.core.credentials.TokenCredential + :keyword api_version: Api Version. Default value is "2022-11-01". Note that overriding this + default value may result in unsupported behavior. + :paramtype api_version: str + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no + Retry-After header is present. + """ + + def __init__(self, endpoint: str, credential: "TokenCredential", **kwargs: Any) -> None: + _endpoint = "https://{Endpoint}" + self._config = LoadTestingClientConfiguration(endpoint=endpoint, credential=credential, **kwargs) + self._client = PipelineClient(base_url=_endpoint, config=self._config, **kwargs) + + self._serialize = Serializer() + self._deserialize = Deserializer() + self._serialize.client_side_validation = False + self.administration = AdministrationOperations(self._client, self._config, self._serialize, self._deserialize) + self.test_run = TestRunOperations(self._client, self._config, self._serialize, self._deserialize) + + def send_request(self, request: HttpRequest, **kwargs: Any) -> HttpResponse: + """Runs the network request through the client's chained policies. + + >>> from azure.core.rest import HttpRequest + >>> request = HttpRequest("GET", "https://www.example.org/") + + >>> response = client.send_request(request) + + + For more information on this code flow, see https://aka.ms/azsdk/dpcodegen/python/send_request + + :param request: The network request you want to make. Required. + :type request: ~azure.core.rest.HttpRequest + :keyword bool stream: Whether the response payload will be streamed. Defaults to False. + :return: The response of your network call. Does not do error handling on your response. + :rtype: ~azure.core.rest.HttpResponse + """ + + request_copy = deepcopy(request) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + + request_copy.url = self._client.format_url(request_copy.url, **path_format_arguments) + return self._client.send_request(request_copy, **kwargs) + + def close(self) -> None: + self._client.close() + + def __enter__(self) -> "LoadTestingClient": + self._client.__enter__() + return self + + def __exit__(self, *exc_details: Any) -> None: + self._client.__exit__(*exc_details) diff --git a/src/load/azext_load/vendored_sdks/loadtesting/_generated/_configuration.py b/src/load/azext_load/vendored_sdks/loadtesting/_generated/_configuration.py new file mode 100644 index 00000000000..8731e1db8e0 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting/_generated/_configuration.py @@ -0,0 +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. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +import sys +from typing import Any, TYPE_CHECKING + +from azure.core.configuration import Configuration +from azure.core.pipeline import policies + +from ._version import VERSION + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from azure.core.credentials import TokenCredential + + +class LoadTestingClientConfiguration(Configuration): # pylint: disable=too-many-instance-attributes + """Configuration for LoadTestingClient. + + Note that all parameters used to create this instance are saved as instance + attributes. + + :param endpoint: URL to perform data plane API operations on the resource. Required. + :type endpoint: str + :param credential: Credential needed for the client to connect to Azure. Required. + :type credential: ~azure.core.credentials.TokenCredential + :keyword api_version: Api Version. Default value is "2022-11-01". Note that overriding this + default value may result in unsupported behavior. + :paramtype api_version: str + """ + + def __init__(self, endpoint: str, credential: "TokenCredential", **kwargs: Any) -> None: + super(LoadTestingClientConfiguration, self).__init__(**kwargs) + api_version: Literal["2022-11-01"] = kwargs.pop("api_version", "2022-11-01") + + if endpoint is None: + raise ValueError("Parameter 'endpoint' must not be None.") + if credential is None: + raise ValueError("Parameter 'credential' must not be None.") + + self.endpoint = endpoint + self.credential = credential + self.api_version = api_version + self.credential_scopes = kwargs.pop("credential_scopes", ["https://cnt-prod.loadtesting.azure.com/.default"]) + kwargs.setdefault("sdk_moniker", "developer-loadtesting/{}".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 policies.HttpLoggingPolicy(**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/load/azext_load/vendored_sdks/loadtesting/_generated/_patch.py b/src/load/azext_load/vendored_sdks/loadtesting/_generated/_patch.py new file mode 100644 index 00000000000..7478f85edfe --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting/_generated/_patch.py @@ -0,0 +1,24 @@ +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ +"""Customize generated code here. + +Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize +""" +from typing import TYPE_CHECKING, List + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + pass +__all__: List[str] = [] # Add all objects you want publicly available to users at this +# package level + + +def patch_sdk(): + """Do not remove from this file. + + `patch_sdk` is a last resort escape hatch that allows you to do customizations + you can't accomplish using the techniques described in + https://aka.ms/azsdk/python/dpcodegen/python/customize + """ diff --git a/src/load/azext_load/vendored_sdks/loadtesting/_generated/_serialization.py b/src/load/azext_load/vendored_sdks/loadtesting/_generated/_serialization.py new file mode 100644 index 00000000000..f17c068e833 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting/_generated/_serialization.py @@ -0,0 +1,1996 @@ +# -------------------------------------------------------------------------- +# +# Copyright (c) Microsoft Corporation. All rights reserved. +# +# The MIT License (MIT) +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the ""Software""), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. +# +# -------------------------------------------------------------------------- + +# pylint: skip-file +# pyright: reportUnnecessaryTypeIgnoreComment=false + +from base64 import b64decode, b64encode +import calendar +import datetime +import decimal +import email +from enum import Enum +import json +import logging +import re +import sys +import codecs +from typing import ( + Dict, + Any, + cast, + Optional, + Union, + AnyStr, + IO, + Mapping, + Callable, + TypeVar, + MutableMapping, + Type, + List, + Mapping, +) + +try: + from urllib import quote # type: ignore +except ImportError: + from urllib.parse import quote +import xml.etree.ElementTree as ET + +import isodate # type: ignore + +from azure.core.exceptions import DeserializationError, SerializationError, raise_with_traceback +from azure.core.serialization import NULL as AzureCoreNull + +_BOM = codecs.BOM_UTF8.decode(encoding="utf-8") + +ModelType = TypeVar("ModelType", bound="Model") +JSON = MutableMapping[str, Any] + + +class RawDeserializer: + + # Accept "text" because we're open minded people... + JSON_REGEXP = re.compile(r"^(application|text)/([a-z+.]+\+)?json$") + + # Name used in context + CONTEXT_NAME = "deserialized_data" + + @classmethod + def deserialize_from_text(cls, data: Optional[Union[AnyStr, IO]], content_type: Optional[str] = None) -> Any: + """Decode data according to content-type. + + Accept a stream of data as well, but will be load at once in memory for now. + + If no content-type, will return the string version (not bytes, not stream) + + :param data: Input, could be bytes or stream (will be decoded with UTF8) or text + :type data: str or bytes or IO + :param str content_type: The content type. + """ + if hasattr(data, "read"): + # Assume a stream + data = cast(IO, data).read() + + if isinstance(data, bytes): + data_as_str = data.decode(encoding="utf-8-sig") + else: + # Explain to mypy the correct type. + data_as_str = cast(str, data) + + # Remove Byte Order Mark if present in string + data_as_str = data_as_str.lstrip(_BOM) + + if content_type is None: + return data + + if cls.JSON_REGEXP.match(content_type): + try: + return json.loads(data_as_str) + except ValueError as err: + raise DeserializationError("JSON is invalid: {}".format(err), err) + elif "xml" in (content_type or []): + try: + + try: + if isinstance(data, unicode): # type: ignore + # If I'm Python 2.7 and unicode XML will scream if I try a "fromstring" on unicode string + data_as_str = data_as_str.encode(encoding="utf-8") # type: ignore + except NameError: + pass + + return ET.fromstring(data_as_str) # nosec + except ET.ParseError: + # It might be because the server has an issue, and returned JSON with + # content-type XML.... + # So let's try a JSON load, and if it's still broken + # let's flow the initial exception + def _json_attemp(data): + try: + return True, json.loads(data) + except ValueError: + return False, None # Don't care about this one + + success, json_result = _json_attemp(data) + if success: + return json_result + # If i'm here, it's not JSON, it's not XML, let's scream + # and raise the last context in this block (the XML exception) + # The function hack is because Py2.7 messes up with exception + # context otherwise. + _LOGGER.critical("Wasn't XML not JSON, failing") + raise_with_traceback(DeserializationError, "XML is invalid") + raise DeserializationError("Cannot deserialize content-type: {}".format(content_type)) + + @classmethod + def deserialize_from_http_generics(cls, body_bytes: Optional[Union[AnyStr, IO]], headers: Mapping) -> Any: + """Deserialize from HTTP response. + + Use bytes and headers to NOT use any requests/aiohttp or whatever + specific implementation. + Headers will tested for "content-type" + """ + # Try to use content-type from headers if available + content_type = None + if "content-type" in headers: + content_type = headers["content-type"].split(";")[0].strip().lower() + # Ouch, this server did not declare what it sent... + # Let's guess it's JSON... + # Also, since Autorest was considering that an empty body was a valid JSON, + # need that test as well.... + else: + content_type = "application/json" + + if body_bytes: + return cls.deserialize_from_text(body_bytes, content_type) + return None + + +try: + basestring # type: ignore + unicode_str = unicode # type: ignore +except NameError: + basestring = str + unicode_str = str + +_LOGGER = logging.getLogger(__name__) + +try: + _long_type = long # type: ignore +except NameError: + _long_type = int + + +class UTC(datetime.tzinfo): + """Time Zone info for handling UTC""" + + def utcoffset(self, dt): + """UTF offset for UTC is 0.""" + return datetime.timedelta(0) + + def tzname(self, dt): + """Timestamp representation.""" + return "Z" + + def dst(self, dt): + """No daylight saving for UTC.""" + return datetime.timedelta(hours=1) + + +try: + from datetime import timezone as _FixedOffset # type: ignore +except ImportError: # Python 2.7 + + class _FixedOffset(datetime.tzinfo): # type: ignore + """Fixed offset in minutes east from UTC. + Copy/pasted from Python doc + :param datetime.timedelta offset: offset in timedelta format + """ + + def __init__(self, offset): + self.__offset = offset + + def utcoffset(self, dt): + return self.__offset + + def tzname(self, dt): + return str(self.__offset.total_seconds() / 3600) + + def __repr__(self): + return "".format(self.tzname(None)) + + def dst(self, dt): + return datetime.timedelta(0) + + def __getinitargs__(self): + return (self.__offset,) + + +try: + from datetime import timezone + + TZ_UTC = timezone.utc +except ImportError: + TZ_UTC = UTC() # type: ignore + +_FLATTEN = re.compile(r"(? None: + self.additional_properties: Dict[str, Any] = {} + for k in kwargs: + if k not in self._attribute_map: + _LOGGER.warning("%s is not a known attribute of class %s and will be ignored", k, self.__class__) + elif k in self._validation and self._validation[k].get("readonly", False): + _LOGGER.warning("Readonly attribute %s will be ignored in class %s", k, self.__class__) + else: + setattr(self, k, kwargs[k]) + + def __eq__(self, other: Any) -> bool: + """Compare objects by comparing all attributes.""" + if isinstance(other, self.__class__): + return self.__dict__ == other.__dict__ + return False + + def __ne__(self, other: Any) -> bool: + """Compare objects by comparing all attributes.""" + return not self.__eq__(other) + + def __str__(self) -> str: + return str(self.__dict__) + + @classmethod + def enable_additional_properties_sending(cls) -> None: + cls._attribute_map["additional_properties"] = {"key": "", "type": "{object}"} + + @classmethod + def is_xml_model(cls) -> bool: + try: + cls._xml_map # type: ignore + except AttributeError: + return False + return True + + @classmethod + def _create_xml_node(cls): + """Create XML node.""" + try: + xml_map = cls._xml_map # type: ignore + except AttributeError: + xml_map = {} + + return _create_xml_node(xml_map.get("name", cls.__name__), xml_map.get("prefix", None), xml_map.get("ns", None)) + + def serialize(self, keep_readonly: bool = False, **kwargs: Any) -> JSON: + """Return the JSON that would be sent to azure from this model. + + This is an alias to `as_dict(full_restapi_key_transformer, keep_readonly=False)`. + + If you want XML serialization, you can pass the kwargs is_xml=True. + + :param bool keep_readonly: If you want to serialize the readonly attributes + :returns: A dict JSON compatible object + :rtype: dict + """ + serializer = Serializer(self._infer_class_models()) + return serializer._serialize(self, keep_readonly=keep_readonly, **kwargs) + + def as_dict( + self, + keep_readonly: bool = True, + key_transformer: Callable[[str, Dict[str, Any], Any], Any] = attribute_transformer, + **kwargs: Any + ) -> JSON: + """Return a dict that can be serialized using json.dump. + + Advanced usage might optionally use a callback as parameter: + + .. code::python + + def my_key_transformer(key, attr_desc, value): + return key + + Key is the attribute name used in Python. Attr_desc + is a dict of metadata. Currently contains 'type' with the + msrest type and 'key' with the RestAPI encoded key. + Value is the current value in this object. + + The string returned will be used to serialize the key. + If the return type is a list, this is considered hierarchical + result dict. + + See the three examples in this file: + + - attribute_transformer + - full_restapi_key_transformer + - last_restapi_key_transformer + + If you want XML serialization, you can pass the kwargs is_xml=True. + + :param function key_transformer: A key transformer function. + :returns: A dict JSON compatible object + :rtype: dict + """ + serializer = Serializer(self._infer_class_models()) + return serializer._serialize(self, key_transformer=key_transformer, keep_readonly=keep_readonly, **kwargs) + + @classmethod + def _infer_class_models(cls): + try: + str_models = cls.__module__.rsplit(".", 1)[0] + models = sys.modules[str_models] + client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} + if cls.__name__ not in client_models: + raise ValueError("Not Autorest generated code") + except Exception: + # Assume it's not Autorest generated (tests?). Add ourselves as dependencies. + client_models = {cls.__name__: cls} + return client_models + + @classmethod + def deserialize(cls: Type[ModelType], data: Any, content_type: Optional[str] = None) -> ModelType: + """Parse a str using the RestAPI syntax and return a model. + + :param str data: A str using RestAPI structure. JSON by default. + :param str content_type: JSON by default, set application/xml if XML. + :returns: An instance of this model + :raises: DeserializationError if something went wrong + """ + deserializer = Deserializer(cls._infer_class_models()) + return deserializer(cls.__name__, data, content_type=content_type) + + @classmethod + def from_dict( + cls: Type[ModelType], + data: Any, + key_extractors: Optional[Callable[[str, Dict[str, Any], Any], Any]] = None, + content_type: Optional[str] = None, + ) -> ModelType: + """Parse a dict using given key extractor return a model. + + By default consider key + extractors (rest_key_case_insensitive_extractor, attribute_key_case_insensitive_extractor + and last_rest_key_case_insensitive_extractor) + + :param dict data: A dict using RestAPI structure + :param str content_type: JSON by default, set application/xml if XML. + :returns: An instance of this model + :raises: DeserializationError if something went wrong + """ + deserializer = Deserializer(cls._infer_class_models()) + deserializer.key_extractors = ( # type: ignore + [ # type: ignore + attribute_key_case_insensitive_extractor, + rest_key_case_insensitive_extractor, + last_rest_key_case_insensitive_extractor, + ] + if key_extractors is None + else key_extractors + ) + return deserializer(cls.__name__, data, content_type=content_type) + + @classmethod + def _flatten_subtype(cls, key, objects): + if "_subtype_map" not in cls.__dict__: + return {} + result = dict(cls._subtype_map[key]) + for valuetype in cls._subtype_map[key].values(): + result.update(objects[valuetype]._flatten_subtype(key, objects)) + return result + + @classmethod + def _classify(cls, response, objects): + """Check the class _subtype_map for any child classes. + We want to ignore any inherited _subtype_maps. + Remove the polymorphic key from the initial data. + """ + for subtype_key in cls.__dict__.get("_subtype_map", {}).keys(): + subtype_value = None + + if not isinstance(response, ET.Element): + rest_api_response_key = cls._get_rest_key_parts(subtype_key)[-1] + subtype_value = response.pop(rest_api_response_key, None) or response.pop(subtype_key, None) + else: + subtype_value = xml_key_extractor(subtype_key, cls._attribute_map[subtype_key], response) + if subtype_value: + # Try to match base class. Can be class name only + # (bug to fix in Autorest to support x-ms-discriminator-name) + if cls.__name__ == subtype_value: + return cls + flatten_mapping_type = cls._flatten_subtype(subtype_key, objects) + try: + return objects[flatten_mapping_type[subtype_value]] # type: ignore + except KeyError: + _LOGGER.warning( + "Subtype value %s has no mapping, use base class %s.", + subtype_value, + cls.__name__, + ) + break + else: + _LOGGER.warning("Discriminator %s is absent or null, use base class %s.", subtype_key, cls.__name__) + break + return cls + + @classmethod + def _get_rest_key_parts(cls, attr_key): + """Get the RestAPI key of this attr, split it and decode part + :param str attr_key: Attribute key must be in attribute_map. + :returns: A list of RestAPI part + :rtype: list + """ + rest_split_key = _FLATTEN.split(cls._attribute_map[attr_key]["key"]) + return [_decode_attribute_map_key(key_part) for key_part in rest_split_key] + + +def _decode_attribute_map_key(key): + """This decode a key in an _attribute_map to the actual key we want to look at + inside the received data. + + :param str key: A key string from the generated code + """ + return key.replace("\\.", ".") + + +class Serializer(object): + """Request object model serializer.""" + + basic_types = {str: "str", int: "int", bool: "bool", float: "float"} + + _xml_basic_types_serializers = {"bool": lambda x: str(x).lower()} + days = {0: "Mon", 1: "Tue", 2: "Wed", 3: "Thu", 4: "Fri", 5: "Sat", 6: "Sun"} + months = { + 1: "Jan", + 2: "Feb", + 3: "Mar", + 4: "Apr", + 5: "May", + 6: "Jun", + 7: "Jul", + 8: "Aug", + 9: "Sep", + 10: "Oct", + 11: "Nov", + 12: "Dec", + } + validation = { + "min_length": lambda x, y: len(x) < y, + "max_length": lambda x, y: len(x) > y, + "minimum": lambda x, y: x < y, + "maximum": lambda x, y: x > y, + "minimum_ex": lambda x, y: x <= y, + "maximum_ex": lambda x, y: x >= y, + "min_items": lambda x, y: len(x) < y, + "max_items": lambda x, y: len(x) > y, + "pattern": lambda x, y: not re.match(y, x, re.UNICODE), + "unique": lambda x, y: len(x) != len(set(x)), + "multiple": lambda x, y: x % y != 0, + } + + def __init__(self, classes: Optional[Mapping[str, Type[ModelType]]] = None): + self.serialize_type = { + "iso-8601": Serializer.serialize_iso, + "rfc-1123": Serializer.serialize_rfc, + "unix-time": Serializer.serialize_unix, + "duration": Serializer.serialize_duration, + "date": Serializer.serialize_date, + "time": Serializer.serialize_time, + "decimal": Serializer.serialize_decimal, + "long": Serializer.serialize_long, + "bytearray": Serializer.serialize_bytearray, + "base64": Serializer.serialize_base64, + "object": self.serialize_object, + "[]": self.serialize_iter, + "{}": self.serialize_dict, + } + self.dependencies: Dict[str, Type[ModelType]] = dict(classes) if classes else {} + self.key_transformer = full_restapi_key_transformer + self.client_side_validation = True + + def _serialize(self, target_obj, data_type=None, **kwargs): + """Serialize data into a string according to type. + + :param target_obj: The data to be serialized. + :param str data_type: The type to be serialized from. + :rtype: str, dict + :raises: SerializationError if serialization fails. + """ + key_transformer = kwargs.get("key_transformer", self.key_transformer) + keep_readonly = kwargs.get("keep_readonly", False) + if target_obj is None: + return None + + attr_name = None + class_name = target_obj.__class__.__name__ + + if data_type: + return self.serialize_data(target_obj, data_type, **kwargs) + + if not hasattr(target_obj, "_attribute_map"): + data_type = type(target_obj).__name__ + if data_type in self.basic_types.values(): + return self.serialize_data(target_obj, data_type, **kwargs) + + # Force "is_xml" kwargs if we detect a XML model + try: + is_xml_model_serialization = kwargs["is_xml"] + except KeyError: + is_xml_model_serialization = kwargs.setdefault("is_xml", target_obj.is_xml_model()) + + serialized = {} + if is_xml_model_serialization: + serialized = target_obj._create_xml_node() + try: + attributes = target_obj._attribute_map + for attr, attr_desc in attributes.items(): + attr_name = attr + if not keep_readonly and target_obj._validation.get(attr_name, {}).get("readonly", False): + continue + + if attr_name == "additional_properties" and attr_desc["key"] == "": + if target_obj.additional_properties is not None: + serialized.update(target_obj.additional_properties) + continue + try: + + orig_attr = getattr(target_obj, attr) + if is_xml_model_serialization: + pass # Don't provide "transformer" for XML for now. Keep "orig_attr" + else: # JSON + keys, orig_attr = key_transformer(attr, attr_desc.copy(), orig_attr) + keys = keys if isinstance(keys, list) else [keys] + + kwargs["serialization_ctxt"] = attr_desc + new_attr = self.serialize_data(orig_attr, attr_desc["type"], **kwargs) + + if is_xml_model_serialization: + xml_desc = attr_desc.get("xml", {}) + xml_name = xml_desc.get("name", attr_desc["key"]) + xml_prefix = xml_desc.get("prefix", None) + xml_ns = xml_desc.get("ns", None) + if xml_desc.get("attr", False): + if xml_ns: + ET.register_namespace(xml_prefix, xml_ns) + xml_name = "{}{}".format(xml_ns, xml_name) + serialized.set(xml_name, new_attr) # type: ignore + continue + if xml_desc.get("text", False): + serialized.text = new_attr # type: ignore + continue + if isinstance(new_attr, list): + serialized.extend(new_attr) # type: ignore + elif isinstance(new_attr, ET.Element): + # If the down XML has no XML/Name, we MUST replace the tag with the local tag. But keeping the namespaces. + if "name" not in getattr(orig_attr, "_xml_map", {}): + splitted_tag = new_attr.tag.split("}") + if len(splitted_tag) == 2: # Namespace + new_attr.tag = "}".join([splitted_tag[0], xml_name]) + else: + new_attr.tag = xml_name + serialized.append(new_attr) # type: ignore + else: # That's a basic type + # Integrate namespace if necessary + local_node = _create_xml_node(xml_name, xml_prefix, xml_ns) + local_node.text = unicode_str(new_attr) + serialized.append(local_node) # type: ignore + else: # JSON + for k in reversed(keys): # type: ignore + new_attr = {k: new_attr} + + _new_attr = new_attr + _serialized = serialized + for k in keys: # type: ignore + if k not in _serialized: + _serialized.update(_new_attr) # type: ignore + _new_attr = _new_attr[k] # type: ignore + _serialized = _serialized[k] + except ValueError: + continue + + except (AttributeError, KeyError, TypeError) as err: + msg = "Attribute {} in object {} cannot be serialized.\n{}".format(attr_name, class_name, str(target_obj)) + raise_with_traceback(SerializationError, msg, err) + else: + return serialized + + def body(self, data, data_type, **kwargs): + """Serialize data intended for a request body. + + :param data: The data to be serialized. + :param str data_type: The type to be serialized from. + :rtype: dict + :raises: SerializationError if serialization fails. + :raises: ValueError if data is None + """ + + # Just in case this is a dict + internal_data_type_str = data_type.strip("[]{}") + internal_data_type = self.dependencies.get(internal_data_type_str, None) + try: + is_xml_model_serialization = kwargs["is_xml"] + except KeyError: + if internal_data_type and issubclass(internal_data_type, Model): + is_xml_model_serialization = kwargs.setdefault("is_xml", internal_data_type.is_xml_model()) + else: + is_xml_model_serialization = False + if internal_data_type and not isinstance(internal_data_type, Enum): + try: + deserializer = Deserializer(self.dependencies) + # Since it's on serialization, it's almost sure that format is not JSON REST + # We're not able to deal with additional properties for now. + deserializer.additional_properties_detection = False + if is_xml_model_serialization: + deserializer.key_extractors = [ # type: ignore + attribute_key_case_insensitive_extractor, + ] + else: + deserializer.key_extractors = [ + rest_key_case_insensitive_extractor, + attribute_key_case_insensitive_extractor, + last_rest_key_case_insensitive_extractor, + ] + data = deserializer._deserialize(data_type, data) + except DeserializationError as err: + raise_with_traceback(SerializationError, "Unable to build a model: " + str(err), err) + + return self._serialize(data, data_type, **kwargs) + + def url(self, name, data, data_type, **kwargs): + """Serialize data intended for a URL path. + + :param data: The data to be serialized. + :param str data_type: The type to be serialized from. + :rtype: str + :raises: TypeError if serialization fails. + :raises: ValueError if data is None + """ + try: + output = self.serialize_data(data, data_type, **kwargs) + if data_type == "bool": + output = json.dumps(output) + + if kwargs.get("skip_quote") is True: + output = str(output) + else: + output = quote(str(output), safe="") + except SerializationError: + raise TypeError("{} must be type {}.".format(name, data_type)) + else: + return output + + def query(self, name, data, data_type, **kwargs): + """Serialize data intended for a URL query. + + :param data: The data to be serialized. + :param str data_type: The type to be serialized from. + :rtype: str + :raises: TypeError if serialization fails. + :raises: ValueError if data is None + """ + try: + # Treat the list aside, since we don't want to encode the div separator + if data_type.startswith("["): + internal_data_type = data_type[1:-1] + data = [self.serialize_data(d, internal_data_type, **kwargs) if d is not None else "" for d in data] + if not kwargs.get("skip_quote", False): + data = [quote(str(d), safe="") for d in data] + return str(self.serialize_iter(data, internal_data_type, **kwargs)) + + # Not a list, regular serialization + output = self.serialize_data(data, data_type, **kwargs) + if data_type == "bool": + output = json.dumps(output) + if kwargs.get("skip_quote") is True: + output = str(output) + else: + output = quote(str(output), safe="") + except SerializationError: + raise TypeError("{} must be type {}.".format(name, data_type)) + else: + return str(output) + + def header(self, name, data, data_type, **kwargs): + """Serialize data intended for a request header. + + :param data: The data to be serialized. + :param str data_type: The type to be serialized from. + :rtype: str + :raises: TypeError if serialization fails. + :raises: ValueError if data is None + """ + try: + if data_type in ["[str]"]: + data = ["" if d is None else d for d in data] + + output = self.serialize_data(data, data_type, **kwargs) + if data_type == "bool": + output = json.dumps(output) + except SerializationError: + raise TypeError("{} must be type {}.".format(name, data_type)) + else: + return str(output) + + def serialize_data(self, data, data_type, **kwargs): + """Serialize generic data according to supplied data type. + + :param data: The data to be serialized. + :param str data_type: The type to be serialized from. + :param bool required: Whether it's essential that the data not be + empty or None + :raises: AttributeError if required data is None. + :raises: ValueError if data is None + :raises: SerializationError if serialization fails. + """ + if data is None: + raise ValueError("No value for given attribute") + + try: + if data is AzureCoreNull: + return None + if data_type in self.basic_types.values(): + return self.serialize_basic(data, data_type, **kwargs) + + elif data_type in self.serialize_type: + return self.serialize_type[data_type](data, **kwargs) + + # If dependencies is empty, try with current data class + # It has to be a subclass of Enum anyway + enum_type = self.dependencies.get(data_type, data.__class__) + if issubclass(enum_type, Enum): + return Serializer.serialize_enum(data, enum_obj=enum_type) + + iter_type = data_type[0] + data_type[-1] + if iter_type in self.serialize_type: + return self.serialize_type[iter_type](data, data_type[1:-1], **kwargs) + + except (ValueError, TypeError) as err: + msg = "Unable to serialize value: {!r} as type: {!r}." + raise_with_traceback(SerializationError, msg.format(data, data_type), err) + else: + return self._serialize(data, **kwargs) + + @classmethod + def _get_custom_serializers(cls, data_type, **kwargs): + custom_serializer = kwargs.get("basic_types_serializers", {}).get(data_type) + if custom_serializer: + return custom_serializer + if kwargs.get("is_xml", False): + return cls._xml_basic_types_serializers.get(data_type) + + @classmethod + def serialize_basic(cls, data, data_type, **kwargs): + """Serialize basic builting data type. + Serializes objects to str, int, float or bool. + + Possible kwargs: + - basic_types_serializers dict[str, callable] : If set, use the callable as serializer + - is_xml bool : If set, use xml_basic_types_serializers + + :param data: Object to be serialized. + :param str data_type: Type of object in the iterable. + """ + custom_serializer = cls._get_custom_serializers(data_type, **kwargs) + if custom_serializer: + return custom_serializer(data) + if data_type == "str": + return cls.serialize_unicode(data) + return eval(data_type)(data) # nosec + + @classmethod + def serialize_unicode(cls, data): + """Special handling for serializing unicode strings in Py2. + Encode to UTF-8 if unicode, otherwise handle as a str. + + :param data: Object to be serialized. + :rtype: str + """ + try: # If I received an enum, return its value + return data.value + except AttributeError: + pass + + try: + if isinstance(data, unicode): # type: ignore + # Don't change it, JSON and XML ElementTree are totally able + # to serialize correctly u'' strings + return data + except NameError: + return str(data) + else: + return str(data) + + def serialize_iter(self, data, iter_type, div=None, **kwargs): + """Serialize iterable. + + Supported kwargs: + - serialization_ctxt dict : The current entry of _attribute_map, or same format. + serialization_ctxt['type'] should be same as data_type. + - is_xml bool : If set, serialize as XML + + :param list attr: Object to be serialized. + :param str iter_type: Type of object in the iterable. + :param bool required: Whether the objects in the iterable must + not be None or empty. + :param str div: If set, this str will be used to combine the elements + in the iterable into a combined string. Default is 'None'. + :rtype: list, str + """ + if isinstance(data, str): + raise SerializationError("Refuse str type as a valid iter type.") + + serialization_ctxt = kwargs.get("serialization_ctxt", {}) + is_xml = kwargs.get("is_xml", False) + + serialized = [] + for d in data: + try: + serialized.append(self.serialize_data(d, iter_type, **kwargs)) + except ValueError: + serialized.append(None) + + if div: + serialized = ["" if s is None else str(s) for s in serialized] + serialized = div.join(serialized) + + if "xml" in serialization_ctxt or is_xml: + # XML serialization is more complicated + xml_desc = serialization_ctxt.get("xml", {}) + xml_name = xml_desc.get("name") + if not xml_name: + xml_name = serialization_ctxt["key"] + + # Create a wrap node if necessary (use the fact that Element and list have "append") + is_wrapped = xml_desc.get("wrapped", False) + node_name = xml_desc.get("itemsName", xml_name) + if is_wrapped: + final_result = _create_xml_node(xml_name, xml_desc.get("prefix", None), xml_desc.get("ns", None)) + else: + final_result = [] + # All list elements to "local_node" + for el in serialized: + if isinstance(el, ET.Element): + el_node = el + else: + el_node = _create_xml_node(node_name, xml_desc.get("prefix", None), xml_desc.get("ns", None)) + if el is not None: # Otherwise it writes "None" :-p + el_node.text = str(el) + final_result.append(el_node) + return final_result + return serialized + + def serialize_dict(self, attr, dict_type, **kwargs): + """Serialize a dictionary of objects. + + :param dict attr: Object to be serialized. + :param str dict_type: Type of object in the dictionary. + :param bool required: Whether the objects in the dictionary must + not be None or empty. + :rtype: dict + """ + serialization_ctxt = kwargs.get("serialization_ctxt", {}) + serialized = {} + for key, value in attr.items(): + try: + serialized[self.serialize_unicode(key)] = self.serialize_data(value, dict_type, **kwargs) + except ValueError: + serialized[self.serialize_unicode(key)] = None + + if "xml" in serialization_ctxt: + # XML serialization is more complicated + xml_desc = serialization_ctxt["xml"] + xml_name = xml_desc["name"] + + final_result = _create_xml_node(xml_name, xml_desc.get("prefix", None), xml_desc.get("ns", None)) + for key, value in serialized.items(): + ET.SubElement(final_result, key).text = value + return final_result + + return serialized + + def serialize_object(self, attr, **kwargs): + """Serialize a generic object. + This will be handled as a dictionary. If object passed in is not + a basic type (str, int, float, dict, list) it will simply be + cast to str. + + :param dict attr: Object to be serialized. + :rtype: dict or str + """ + if attr is None: + return None + if isinstance(attr, ET.Element): + return attr + obj_type = type(attr) + if obj_type in self.basic_types: + return self.serialize_basic(attr, self.basic_types[obj_type], **kwargs) + if obj_type is _long_type: + return self.serialize_long(attr) + if obj_type is unicode_str: + return self.serialize_unicode(attr) + if obj_type is datetime.datetime: + return self.serialize_iso(attr) + if obj_type is datetime.date: + return self.serialize_date(attr) + if obj_type is datetime.time: + return self.serialize_time(attr) + if obj_type is datetime.timedelta: + return self.serialize_duration(attr) + if obj_type is decimal.Decimal: + return self.serialize_decimal(attr) + + # If it's a model or I know this dependency, serialize as a Model + elif obj_type in self.dependencies.values() or isinstance(attr, Model): + return self._serialize(attr) + + if obj_type == dict: + serialized = {} + for key, value in attr.items(): + try: + serialized[self.serialize_unicode(key)] = self.serialize_object(value, **kwargs) + except ValueError: + serialized[self.serialize_unicode(key)] = None + return serialized + + if obj_type == list: + serialized = [] + for obj in attr: + try: + serialized.append(self.serialize_object(obj, **kwargs)) + except ValueError: + pass + return serialized + return str(attr) + + @staticmethod + def serialize_enum(attr, enum_obj=None): + try: + result = attr.value + except AttributeError: + result = attr + try: + enum_obj(result) # type: ignore + return result + except ValueError: + for enum_value in enum_obj: # type: ignore + if enum_value.value.lower() == str(attr).lower(): + return enum_value.value + error = "{!r} is not valid value for enum {!r}" + raise SerializationError(error.format(attr, enum_obj)) + + @staticmethod + def serialize_bytearray(attr, **kwargs): + """Serialize bytearray into base-64 string. + + :param attr: Object to be serialized. + :rtype: str + """ + return b64encode(attr).decode() + + @staticmethod + def serialize_base64(attr, **kwargs): + """Serialize str into base-64 string. + + :param attr: Object to be serialized. + :rtype: str + """ + encoded = b64encode(attr).decode("ascii") + return encoded.strip("=").replace("+", "-").replace("/", "_") + + @staticmethod + def serialize_decimal(attr, **kwargs): + """Serialize Decimal object to float. + + :param attr: Object to be serialized. + :rtype: float + """ + return float(attr) + + @staticmethod + def serialize_long(attr, **kwargs): + """Serialize long (Py2) or int (Py3). + + :param attr: Object to be serialized. + :rtype: int/long + """ + return _long_type(attr) + + @staticmethod + def serialize_date(attr, **kwargs): + """Serialize Date object into ISO-8601 formatted string. + + :param Date attr: Object to be serialized. + :rtype: str + """ + if isinstance(attr, str): + attr = isodate.parse_date(attr) + t = "{:04}-{:02}-{:02}".format(attr.year, attr.month, attr.day) + return t + + @staticmethod + def serialize_time(attr, **kwargs): + """Serialize Time object into ISO-8601 formatted string. + + :param datetime.time attr: Object to be serialized. + :rtype: str + """ + if isinstance(attr, str): + attr = isodate.parse_time(attr) + t = "{:02}:{:02}:{:02}".format(attr.hour, attr.minute, attr.second) + if attr.microsecond: + t += ".{:02}".format(attr.microsecond) + return t + + @staticmethod + def serialize_duration(attr, **kwargs): + """Serialize TimeDelta object into ISO-8601 formatted string. + + :param TimeDelta attr: Object to be serialized. + :rtype: str + """ + if isinstance(attr, str): + attr = isodate.parse_duration(attr) + return isodate.duration_isoformat(attr) + + @staticmethod + def serialize_rfc(attr, **kwargs): + """Serialize Datetime object into RFC-1123 formatted string. + + :param Datetime attr: Object to be serialized. + :rtype: str + :raises: TypeError if format invalid. + """ + try: + if not attr.tzinfo: + _LOGGER.warning("Datetime with no tzinfo will be considered UTC.") + utc = attr.utctimetuple() + except AttributeError: + raise TypeError("RFC1123 object must be valid Datetime object.") + + return "{}, {:02} {} {:04} {:02}:{:02}:{:02} GMT".format( + Serializer.days[utc.tm_wday], + utc.tm_mday, + Serializer.months[utc.tm_mon], + utc.tm_year, + utc.tm_hour, + utc.tm_min, + utc.tm_sec, + ) + + @staticmethod + def serialize_iso(attr, **kwargs): + """Serialize Datetime object into ISO-8601 formatted string. + + :param Datetime attr: Object to be serialized. + :rtype: str + :raises: SerializationError if format invalid. + """ + if isinstance(attr, str): + attr = isodate.parse_datetime(attr) + try: + if not attr.tzinfo: + _LOGGER.warning("Datetime with no tzinfo will be considered UTC.") + utc = attr.utctimetuple() + if utc.tm_year > 9999 or utc.tm_year < 1: + raise OverflowError("Hit max or min date") + + microseconds = str(attr.microsecond).rjust(6, "0").rstrip("0").ljust(3, "0") + if microseconds: + microseconds = "." + microseconds + date = "{:04}-{:02}-{:02}T{:02}:{:02}:{:02}".format( + utc.tm_year, utc.tm_mon, utc.tm_mday, utc.tm_hour, utc.tm_min, utc.tm_sec + ) + return date + microseconds + "Z" + except (ValueError, OverflowError) as err: + msg = "Unable to serialize datetime object." + raise_with_traceback(SerializationError, msg, err) + except AttributeError as err: + msg = "ISO-8601 object must be valid Datetime object." + raise_with_traceback(TypeError, msg, err) + + @staticmethod + def serialize_unix(attr, **kwargs): + """Serialize Datetime object into IntTime format. + This is represented as seconds. + + :param Datetime attr: Object to be serialized. + :rtype: int + :raises: SerializationError if format invalid + """ + if isinstance(attr, int): + return attr + try: + if not attr.tzinfo: + _LOGGER.warning("Datetime with no tzinfo will be considered UTC.") + return int(calendar.timegm(attr.utctimetuple())) + except AttributeError: + raise TypeError("Unix time object must be valid Datetime object.") + + +def rest_key_extractor(attr, attr_desc, data): + key = attr_desc["key"] + working_data = data + + while "." in key: + # Need the cast, as for some reasons "split" is typed as list[str | Any] + dict_keys = cast(List[str], _FLATTEN.split(key)) + if len(dict_keys) == 1: + key = _decode_attribute_map_key(dict_keys[0]) + break + working_key = _decode_attribute_map_key(dict_keys[0]) + working_data = working_data.get(working_key, data) + if working_data is None: + # If at any point while following flatten JSON path see None, it means + # that all properties under are None as well + # https://github.com/Azure/msrest-for-python/issues/197 + return None + key = ".".join(dict_keys[1:]) + + return working_data.get(key) + + +def rest_key_case_insensitive_extractor(attr, attr_desc, data): + key = attr_desc["key"] + working_data = data + + while "." in key: + dict_keys = _FLATTEN.split(key) + if len(dict_keys) == 1: + key = _decode_attribute_map_key(dict_keys[0]) + break + working_key = _decode_attribute_map_key(dict_keys[0]) + working_data = attribute_key_case_insensitive_extractor(working_key, None, working_data) + if working_data is None: + # If at any point while following flatten JSON path see None, it means + # that all properties under are None as well + # https://github.com/Azure/msrest-for-python/issues/197 + return None + key = ".".join(dict_keys[1:]) + + if working_data: + return attribute_key_case_insensitive_extractor(key, None, working_data) + + +def last_rest_key_extractor(attr, attr_desc, data): + """Extract the attribute in "data" based on the last part of the JSON path key.""" + key = attr_desc["key"] + dict_keys = _FLATTEN.split(key) + return attribute_key_extractor(dict_keys[-1], None, data) + + +def last_rest_key_case_insensitive_extractor(attr, attr_desc, data): + """Extract the attribute in "data" based on the last part of the JSON path key. + + This is the case insensitive version of "last_rest_key_extractor" + """ + key = attr_desc["key"] + dict_keys = _FLATTEN.split(key) + return attribute_key_case_insensitive_extractor(dict_keys[-1], None, data) + + +def attribute_key_extractor(attr, _, data): + return data.get(attr) + + +def attribute_key_case_insensitive_extractor(attr, _, data): + found_key = None + lower_attr = attr.lower() + for key in data: + if lower_attr == key.lower(): + found_key = key + break + + return data.get(found_key) + + +def _extract_name_from_internal_type(internal_type): + """Given an internal type XML description, extract correct XML name with namespace. + + :param dict internal_type: An model type + :rtype: tuple + :returns: A tuple XML name + namespace dict + """ + internal_type_xml_map = getattr(internal_type, "_xml_map", {}) + xml_name = internal_type_xml_map.get("name", internal_type.__name__) + xml_ns = internal_type_xml_map.get("ns", None) + if xml_ns: + xml_name = "{}{}".format(xml_ns, xml_name) + return xml_name + + +def xml_key_extractor(attr, attr_desc, data): + if isinstance(data, dict): + return None + + # Test if this model is XML ready first + if not isinstance(data, ET.Element): + return None + + xml_desc = attr_desc.get("xml", {}) + xml_name = xml_desc.get("name", attr_desc["key"]) + + # Look for a children + is_iter_type = attr_desc["type"].startswith("[") + is_wrapped = xml_desc.get("wrapped", False) + internal_type = attr_desc.get("internalType", None) + internal_type_xml_map = getattr(internal_type, "_xml_map", {}) + + # Integrate namespace if necessary + xml_ns = xml_desc.get("ns", internal_type_xml_map.get("ns", None)) + if xml_ns: + xml_name = "{}{}".format(xml_ns, xml_name) + + # If it's an attribute, that's simple + if xml_desc.get("attr", False): + return data.get(xml_name) + + # If it's x-ms-text, that's simple too + if xml_desc.get("text", False): + return data.text + + # Scenario where I take the local name: + # - Wrapped node + # - Internal type is an enum (considered basic types) + # - Internal type has no XML/Name node + if is_wrapped or (internal_type and (issubclass(internal_type, Enum) or "name" not in internal_type_xml_map)): + children = data.findall(xml_name) + # If internal type has a local name and it's not a list, I use that name + elif not is_iter_type and internal_type and "name" in internal_type_xml_map: + xml_name = _extract_name_from_internal_type(internal_type) + children = data.findall(xml_name) + # That's an array + else: + if internal_type: # Complex type, ignore itemsName and use the complex type name + items_name = _extract_name_from_internal_type(internal_type) + else: + items_name = xml_desc.get("itemsName", xml_name) + children = data.findall(items_name) + + if len(children) == 0: + if is_iter_type: + if is_wrapped: + return None # is_wrapped no node, we want None + else: + return [] # not wrapped, assume empty list + return None # Assume it's not there, maybe an optional node. + + # If is_iter_type and not wrapped, return all found children + if is_iter_type: + if not is_wrapped: + return children + else: # Iter and wrapped, should have found one node only (the wrap one) + if len(children) != 1: + raise DeserializationError( + "Tried to deserialize an array not wrapped, and found several nodes '{}'. Maybe you should declare this array as wrapped?".format( + xml_name + ) + ) + return list(children[0]) # Might be empty list and that's ok. + + # Here it's not a itertype, we should have found one element only or empty + if len(children) > 1: + raise DeserializationError("Find several XML '{}' where it was not expected".format(xml_name)) + return children[0] + + +class Deserializer(object): + """Response object model deserializer. + + :param dict classes: Class type dictionary for deserializing complex types. + :ivar list key_extractors: Ordered list of extractors to be used by this deserializer. + """ + + basic_types = {str: "str", int: "int", bool: "bool", float: "float"} + + valid_date = re.compile(r"\d{4}[-]\d{2}[-]\d{2}T\d{2}:\d{2}:\d{2}" r"\.?\d*Z?[-+]?[\d{2}]?:?[\d{2}]?") + + def __init__(self, classes: Optional[Mapping[str, Type[ModelType]]] = None): + self.deserialize_type = { + "iso-8601": Deserializer.deserialize_iso, + "rfc-1123": Deserializer.deserialize_rfc, + "unix-time": Deserializer.deserialize_unix, + "duration": Deserializer.deserialize_duration, + "date": Deserializer.deserialize_date, + "time": Deserializer.deserialize_time, + "decimal": Deserializer.deserialize_decimal, + "long": Deserializer.deserialize_long, + "bytearray": Deserializer.deserialize_bytearray, + "base64": Deserializer.deserialize_base64, + "object": self.deserialize_object, + "[]": self.deserialize_iter, + "{}": self.deserialize_dict, + } + self.deserialize_expected_types = { + "duration": (isodate.Duration, datetime.timedelta), + "iso-8601": (datetime.datetime), + } + self.dependencies: Dict[str, Type[ModelType]] = dict(classes) if classes else {} + self.key_extractors = [rest_key_extractor, xml_key_extractor] + # Additional properties only works if the "rest_key_extractor" is used to + # extract the keys. Making it to work whatever the key extractor is too much + # complicated, with no real scenario for now. + # So adding a flag to disable additional properties detection. This flag should be + # used if your expect the deserialization to NOT come from a JSON REST syntax. + # Otherwise, result are unexpected + self.additional_properties_detection = True + + def __call__(self, target_obj, response_data, content_type=None): + """Call the deserializer to process a REST response. + + :param str target_obj: Target data type to deserialize to. + :param requests.Response response_data: REST response object. + :param str content_type: Swagger "produces" if available. + :raises: DeserializationError if deserialization fails. + :return: Deserialized object. + """ + data = self._unpack_content(response_data, content_type) + return self._deserialize(target_obj, data) + + def _deserialize(self, target_obj, data): + """Call the deserializer on a model. + + Data needs to be already deserialized as JSON or XML ElementTree + + :param str target_obj: Target data type to deserialize to. + :param object data: Object to deserialize. + :raises: DeserializationError if deserialization fails. + :return: Deserialized object. + """ + # This is already a model, go recursive just in case + if hasattr(data, "_attribute_map"): + constants = [name for name, config in getattr(data, "_validation", {}).items() if config.get("constant")] + try: + for attr, mapconfig in data._attribute_map.items(): + if attr in constants: + continue + value = getattr(data, attr) + if value is None: + continue + local_type = mapconfig["type"] + internal_data_type = local_type.strip("[]{}") + if internal_data_type not in self.dependencies or isinstance(internal_data_type, Enum): + continue + setattr(data, attr, self._deserialize(local_type, value)) + return data + except AttributeError: + return + + response, class_name = self._classify_target(target_obj, data) + + if isinstance(response, basestring): + return self.deserialize_data(data, response) + elif isinstance(response, type) and issubclass(response, Enum): + return self.deserialize_enum(data, response) + + if data is None: + return data + try: + attributes = response._attribute_map # type: ignore + d_attrs = {} + for attr, attr_desc in attributes.items(): + # Check empty string. If it's not empty, someone has a real "additionalProperties"... + if attr == "additional_properties" and attr_desc["key"] == "": + continue + raw_value = None + # Enhance attr_desc with some dynamic data + attr_desc = attr_desc.copy() # Do a copy, do not change the real one + internal_data_type = attr_desc["type"].strip("[]{}") + if internal_data_type in self.dependencies: + attr_desc["internalType"] = self.dependencies[internal_data_type] + + for key_extractor in self.key_extractors: + found_value = key_extractor(attr, attr_desc, data) + if found_value is not None: + if raw_value is not None and raw_value != found_value: + msg = ( + "Ignoring extracted value '%s' from %s for key '%s'" + " (duplicate extraction, follow extractors order)" + ) + _LOGGER.warning(msg, found_value, key_extractor, attr) + continue + raw_value = found_value + + value = self.deserialize_data(raw_value, attr_desc["type"]) + d_attrs[attr] = value + except (AttributeError, TypeError, KeyError) as err: + msg = "Unable to deserialize to object: " + class_name # type: ignore + raise_with_traceback(DeserializationError, msg, err) + else: + additional_properties = self._build_additional_properties(attributes, data) + return self._instantiate_model(response, d_attrs, additional_properties) + + def _build_additional_properties(self, attribute_map, data): + if not self.additional_properties_detection: + return None + if "additional_properties" in attribute_map and attribute_map.get("additional_properties", {}).get("key") != "": + # Check empty string. If it's not empty, someone has a real "additionalProperties" + return None + if isinstance(data, ET.Element): + data = {el.tag: el.text for el in data} + + known_keys = { + _decode_attribute_map_key(_FLATTEN.split(desc["key"])[0]) + for desc in attribute_map.values() + if desc["key"] != "" + } + present_keys = set(data.keys()) + missing_keys = present_keys - known_keys + return {key: data[key] for key in missing_keys} + + def _classify_target(self, target, data): + """Check to see whether the deserialization target object can + be classified into a subclass. + Once classification has been determined, initialize object. + + :param str target: The target object type to deserialize to. + :param str/dict data: The response data to deserialize. + """ + if target is None: + return None, None + + if isinstance(target, basestring): + try: + target = self.dependencies[target] + except KeyError: + return target, target + + try: + target = target._classify(data, self.dependencies) + except AttributeError: + pass # Target is not a Model, no classify + return target, target.__class__.__name__ # type: ignore + + def failsafe_deserialize(self, target_obj, data, content_type=None): + """Ignores any errors encountered in deserialization, + and falls back to not deserializing the object. Recommended + for use in error deserialization, as we want to return the + HttpResponseError to users, and not have them deal with + a deserialization error. + + :param str target_obj: The target object type to deserialize to. + :param str/dict data: The response data to deserialize. + :param str content_type: Swagger "produces" if available. + """ + try: + return self(target_obj, data, content_type=content_type) + except: + _LOGGER.debug( + "Ran into a deserialization error. Ignoring since this is failsafe deserialization", exc_info=True + ) + return None + + @staticmethod + def _unpack_content(raw_data, content_type=None): + """Extract the correct structure for deserialization. + + If raw_data is a PipelineResponse, try to extract the result of RawDeserializer. + if we can't, raise. Your Pipeline should have a RawDeserializer. + + If not a pipeline response and raw_data is bytes or string, use content-type + to decode it. If no content-type, try JSON. + + If raw_data is something else, bypass all logic and return it directly. + + :param raw_data: Data to be processed. + :param content_type: How to parse if raw_data is a string/bytes. + :raises JSONDecodeError: If JSON is requested and parsing is impossible. + :raises UnicodeDecodeError: If bytes is not UTF8 + """ + # Assume this is enough to detect a Pipeline Response without importing it + context = getattr(raw_data, "context", {}) + if context: + if RawDeserializer.CONTEXT_NAME in context: + return context[RawDeserializer.CONTEXT_NAME] + raise ValueError("This pipeline didn't have the RawDeserializer policy; can't deserialize") + + # Assume this is enough to recognize universal_http.ClientResponse without importing it + if hasattr(raw_data, "body"): + return RawDeserializer.deserialize_from_http_generics(raw_data.text(), raw_data.headers) + + # Assume this enough to recognize requests.Response without importing it. + if hasattr(raw_data, "_content_consumed"): + return RawDeserializer.deserialize_from_http_generics(raw_data.text, raw_data.headers) + + if isinstance(raw_data, (basestring, bytes)) or hasattr(raw_data, "read"): + return RawDeserializer.deserialize_from_text(raw_data, content_type) # type: ignore + return raw_data + + def _instantiate_model(self, response, attrs, additional_properties=None): + """Instantiate a response model passing in deserialized args. + + :param response: The response model class. + :param d_attrs: The deserialized response attributes. + """ + if callable(response): + subtype = getattr(response, "_subtype_map", {}) + try: + readonly = [k for k, v in response._validation.items() if v.get("readonly")] + const = [k for k, v in response._validation.items() if v.get("constant")] + kwargs = {k: v for k, v in attrs.items() if k not in subtype and k not in readonly + const} + response_obj = response(**kwargs) + for attr in readonly: + setattr(response_obj, attr, attrs.get(attr)) + if additional_properties: + response_obj.additional_properties = additional_properties + return response_obj + except TypeError as err: + msg = "Unable to deserialize {} into model {}. ".format(kwargs, response) # type: ignore + raise DeserializationError(msg + str(err)) + else: + try: + for attr, value in attrs.items(): + setattr(response, attr, value) + return response + except Exception as exp: + msg = "Unable to populate response model. " + msg += "Type: {}, Error: {}".format(type(response), exp) + raise DeserializationError(msg) + + def deserialize_data(self, data, data_type): + """Process data for deserialization according to data type. + + :param str data: The response string to be deserialized. + :param str data_type: The type to deserialize to. + :raises: DeserializationError if deserialization fails. + :return: Deserialized object. + """ + if data is None: + return data + + try: + if not data_type: + return data + if data_type in self.basic_types.values(): + return self.deserialize_basic(data, data_type) + if data_type in self.deserialize_type: + if isinstance(data, self.deserialize_expected_types.get(data_type, tuple())): + return data + + is_a_text_parsing_type = lambda x: x not in ["object", "[]", r"{}"] + if isinstance(data, ET.Element) and is_a_text_parsing_type(data_type) and not data.text: + return None + data_val = self.deserialize_type[data_type](data) + return data_val + + iter_type = data_type[0] + data_type[-1] + if iter_type in self.deserialize_type: + return self.deserialize_type[iter_type](data, data_type[1:-1]) + + obj_type = self.dependencies[data_type] + if issubclass(obj_type, Enum): + if isinstance(data, ET.Element): + data = data.text + return self.deserialize_enum(data, obj_type) + + except (ValueError, TypeError, AttributeError) as err: + msg = "Unable to deserialize response data." + msg += " Data: {}, {}".format(data, data_type) + raise_with_traceback(DeserializationError, msg, err) + else: + return self._deserialize(obj_type, data) + + def deserialize_iter(self, attr, iter_type): + """Deserialize an iterable. + + :param list attr: Iterable to be deserialized. + :param str iter_type: The type of object in the iterable. + :rtype: list + """ + if attr is None: + return None + if isinstance(attr, ET.Element): # If I receive an element here, get the children + attr = list(attr) + if not isinstance(attr, (list, set)): + raise DeserializationError("Cannot deserialize as [{}] an object of type {}".format(iter_type, type(attr))) + return [self.deserialize_data(a, iter_type) for a in attr] + + def deserialize_dict(self, attr, dict_type): + """Deserialize a dictionary. + + :param dict/list attr: Dictionary to be deserialized. Also accepts + a list of key, value pairs. + :param str dict_type: The object type of the items in the dictionary. + :rtype: dict + """ + if isinstance(attr, list): + return {x["key"]: self.deserialize_data(x["value"], dict_type) for x in attr} + + if isinstance(attr, ET.Element): + # Transform value into {"Key": "value"} + attr = {el.tag: el.text for el in attr} + return {k: self.deserialize_data(v, dict_type) for k, v in attr.items()} + + def deserialize_object(self, attr, **kwargs): + """Deserialize a generic object. + This will be handled as a dictionary. + + :param dict attr: Dictionary to be deserialized. + :rtype: dict + :raises: TypeError if non-builtin datatype encountered. + """ + if attr is None: + return None + if isinstance(attr, ET.Element): + # Do no recurse on XML, just return the tree as-is + return attr + if isinstance(attr, basestring): + return self.deserialize_basic(attr, "str") + obj_type = type(attr) + if obj_type in self.basic_types: + return self.deserialize_basic(attr, self.basic_types[obj_type]) + if obj_type is _long_type: + return self.deserialize_long(attr) + + if obj_type == dict: + deserialized = {} + for key, value in attr.items(): + try: + deserialized[key] = self.deserialize_object(value, **kwargs) + except ValueError: + deserialized[key] = None + return deserialized + + if obj_type == list: + deserialized = [] + for obj in attr: + try: + deserialized.append(self.deserialize_object(obj, **kwargs)) + except ValueError: + pass + return deserialized + + else: + error = "Cannot deserialize generic object with type: " + raise TypeError(error + str(obj_type)) + + def deserialize_basic(self, attr, data_type): + """Deserialize basic builtin data type from string. + Will attempt to convert to str, int, float and bool. + This function will also accept '1', '0', 'true' and 'false' as + valid bool values. + + :param str attr: response string to be deserialized. + :param str data_type: deserialization data type. + :rtype: str, int, float or bool + :raises: TypeError if string format is not valid. + """ + # If we're here, data is supposed to be a basic type. + # If it's still an XML node, take the text + if isinstance(attr, ET.Element): + attr = attr.text + if not attr: + if data_type == "str": + # None or '', node
is empty string. + return "" + else: + # None or '', node with a strong type is None. + # Don't try to model "empty bool" or "empty int" + return None + + if data_type == "bool": + if attr in [True, False, 1, 0]: + return bool(attr) + elif isinstance(attr, basestring): + if attr.lower() in ["true", "1"]: + return True + elif attr.lower() in ["false", "0"]: + return False + raise TypeError("Invalid boolean value: {}".format(attr)) + + if data_type == "str": + return self.deserialize_unicode(attr) + return eval(data_type)(attr) # nosec + + @staticmethod + def deserialize_unicode(data): + """Preserve unicode objects in Python 2, otherwise return data + as a string. + + :param str data: response string to be deserialized. + :rtype: str or unicode + """ + # We might be here because we have an enum modeled as string, + # and we try to deserialize a partial dict with enum inside + if isinstance(data, Enum): + return data + + # Consider this is real string + try: + if isinstance(data, unicode): # type: ignore + return data + except NameError: + return str(data) + else: + return str(data) + + @staticmethod + def deserialize_enum(data, enum_obj): + """Deserialize string into enum object. + + If the string is not a valid enum value it will be returned as-is + and a warning will be logged. + + :param str data: Response string to be deserialized. If this value is + None or invalid it will be returned as-is. + :param Enum enum_obj: Enum object to deserialize to. + :rtype: Enum + """ + if isinstance(data, enum_obj) or data is None: + return data + if isinstance(data, Enum): + data = data.value + if isinstance(data, int): + # Workaround. We might consider remove it in the future. + # https://github.com/Azure/azure-rest-api-specs/issues/141 + try: + return list(enum_obj.__members__.values())[data] + except IndexError: + error = "{!r} is not a valid index for enum {!r}" + raise DeserializationError(error.format(data, enum_obj)) + try: + return enum_obj(str(data)) + except ValueError: + for enum_value in enum_obj: + if enum_value.value.lower() == str(data).lower(): + return enum_value + # We don't fail anymore for unknown value, we deserialize as a string + _LOGGER.warning("Deserializer is not able to find %s as valid enum in %s", data, enum_obj) + return Deserializer.deserialize_unicode(data) + + @staticmethod + def deserialize_bytearray(attr): + """Deserialize string into bytearray. + + :param str attr: response string to be deserialized. + :rtype: bytearray + :raises: TypeError if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + return bytearray(b64decode(attr)) # type: ignore + + @staticmethod + def deserialize_base64(attr): + """Deserialize base64 encoded string into string. + + :param str attr: response string to be deserialized. + :rtype: bytearray + :raises: TypeError if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + padding = "=" * (3 - (len(attr) + 3) % 4) # type: ignore + attr = attr + padding # type: ignore + encoded = attr.replace("-", "+").replace("_", "/") + return b64decode(encoded) + + @staticmethod + def deserialize_decimal(attr): + """Deserialize string into Decimal object. + + :param str attr: response string to be deserialized. + :rtype: Decimal + :raises: DeserializationError if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + try: + return decimal.Decimal(attr) # type: ignore + except decimal.DecimalException as err: + msg = "Invalid decimal {}".format(attr) + raise_with_traceback(DeserializationError, msg, err) + + @staticmethod + def deserialize_long(attr): + """Deserialize string into long (Py2) or int (Py3). + + :param str attr: response string to be deserialized. + :rtype: long or int + :raises: ValueError if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + return _long_type(attr) # type: ignore + + @staticmethod + def deserialize_duration(attr): + """Deserialize ISO-8601 formatted string into TimeDelta object. + + :param str attr: response string to be deserialized. + :rtype: TimeDelta + :raises: DeserializationError if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + try: + duration = isodate.parse_duration(attr) + except (ValueError, OverflowError, AttributeError) as err: + msg = "Cannot deserialize duration object." + raise_with_traceback(DeserializationError, msg, err) + else: + return duration + + @staticmethod + def deserialize_date(attr): + """Deserialize ISO-8601 formatted string into Date object. + + :param str attr: response string to be deserialized. + :rtype: Date + :raises: DeserializationError if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + if re.search(r"[^\W\d_]", attr, re.I + re.U): # type: ignore + raise DeserializationError("Date must have only digits and -. Received: %s" % attr) + # This must NOT use defaultmonth/defaultday. Using None ensure this raises an exception. + return isodate.parse_date(attr, defaultmonth=None, defaultday=None) + + @staticmethod + def deserialize_time(attr): + """Deserialize ISO-8601 formatted string into time object. + + :param str attr: response string to be deserialized. + :rtype: datetime.time + :raises: DeserializationError if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + if re.search(r"[^\W\d_]", attr, re.I + re.U): # type: ignore + raise DeserializationError("Date must have only digits and -. Received: %s" % attr) + return isodate.parse_time(attr) + + @staticmethod + def deserialize_rfc(attr): + """Deserialize RFC-1123 formatted string into Datetime object. + + :param str attr: response string to be deserialized. + :rtype: Datetime + :raises: DeserializationError if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + try: + parsed_date = email.utils.parsedate_tz(attr) # type: ignore + date_obj = datetime.datetime( + *parsed_date[:6], tzinfo=_FixedOffset(datetime.timedelta(minutes=(parsed_date[9] or 0) / 60)) + ) + if not date_obj.tzinfo: + date_obj = date_obj.astimezone(tz=TZ_UTC) + except ValueError as err: + msg = "Cannot deserialize to rfc datetime object." + raise_with_traceback(DeserializationError, msg, err) + else: + return date_obj + + @staticmethod + def deserialize_iso(attr): + """Deserialize ISO-8601 formatted string into Datetime object. + + :param str attr: response string to be deserialized. + :rtype: Datetime + :raises: DeserializationError if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + try: + attr = attr.upper() # type: ignore + match = Deserializer.valid_date.match(attr) + if not match: + raise ValueError("Invalid datetime string: " + attr) + + check_decimal = attr.split(".") + if len(check_decimal) > 1: + decimal_str = "" + for digit in check_decimal[1]: + if digit.isdigit(): + decimal_str += digit + else: + break + if len(decimal_str) > 6: + attr = attr.replace(decimal_str, decimal_str[0:6]) + + date_obj = isodate.parse_datetime(attr) + test_utc = date_obj.utctimetuple() + if test_utc.tm_year > 9999 or test_utc.tm_year < 1: + raise OverflowError("Hit max or min date") + except (ValueError, OverflowError, AttributeError) as err: + msg = "Cannot deserialize datetime object." + raise_with_traceback(DeserializationError, msg, err) + else: + return date_obj + + @staticmethod + def deserialize_unix(attr): + """Serialize Datetime object into IntTime format. + This is represented as seconds. + + :param int attr: Object to be serialized. + :rtype: Datetime + :raises: DeserializationError if format invalid + """ + if isinstance(attr, ET.Element): + attr = int(attr.text) # type: ignore + try: + date_obj = datetime.datetime.fromtimestamp(attr, TZ_UTC) + except ValueError as err: + msg = "Cannot deserialize to unix datetime object." + raise_with_traceback(DeserializationError, msg, err) + else: + return date_obj diff --git a/src/load/azext_load/vendored_sdks/loadtesting/_generated/_vendor.py b/src/load/azext_load/vendored_sdks/loadtesting/_generated/_vendor.py new file mode 100644 index 00000000000..8598d2b7459 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting/_generated/_vendor.py @@ -0,0 +1,20 @@ +# -------------------------------------------------------------------------- +# 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, cast + + +def _format_url_section(template, **kwargs): + components = template.split("/") + while components: + try: + return template.format(**kwargs) + except KeyError as key: + # Need the cast, as for some reasons "split" is typed as list[str | Any] + formatted_components = cast(List[str], template.split("/")) + components = [c for c in formatted_components if "{}".format(key.args[0]) not in c] + template = "/".join(components) diff --git a/src/databox/azext_databox/vendored_sdks/databox/_version.py b/src/load/azext_load/vendored_sdks/loadtesting/_generated/_version.py similarity index 100% rename from src/databox/azext_databox/vendored_sdks/databox/_version.py rename to src/load/azext_load/vendored_sdks/loadtesting/_generated/_version.py diff --git a/src/databox/azext_databox/vendored_sdks/databox/__init__.py b/src/load/azext_load/vendored_sdks/loadtesting/_generated/aio/__init__.py similarity index 60% rename from src/databox/azext_databox/vendored_sdks/databox/__init__.py rename to src/load/azext_load/vendored_sdks/loadtesting/_generated/aio/__init__.py index f2d0b24d67c..0f9a8d5b46a 100644 --- a/src/databox/azext_databox/vendored_sdks/databox/__init__.py +++ b/src/load/azext_load/vendored_sdks/loadtesting/_generated/aio/__init__.py @@ -6,11 +6,18 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -from ._data_box_management_client import DataBoxManagementClient -__all__ = ['DataBoxManagementClient'] +from ._client import LoadTestingClient try: - from ._patch import patch_sdk # type: ignore - patch_sdk() + from ._patch import __all__ as _patch_all + from ._patch import * # pylint: disable=unused-wildcard-import except ImportError: - pass + _patch_all = [] +from ._patch import patch_sdk as _patch_sdk + +__all__ = [ + "LoadTestingClient", +] +__all__.extend([p for p in _patch_all if p not in __all__]) + +_patch_sdk() diff --git a/src/load/azext_load/vendored_sdks/loadtesting/_generated/aio/_client.py b/src/load/azext_load/vendored_sdks/loadtesting/_generated/aio/_client.py new file mode 100644 index 00000000000..15aa827f8da --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting/_generated/aio/_client.py @@ -0,0 +1,88 @@ +# 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 copy import deepcopy +from typing import Any, Awaitable, TYPE_CHECKING + +from azure.core import AsyncPipelineClient +from azure.core.rest import AsyncHttpResponse, HttpRequest + +from .._serialization import Deserializer, Serializer +from ._configuration import LoadTestingClientConfiguration +from .operations import AdministrationOperations, TestRunOperations + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from azure.core.credentials_async import AsyncTokenCredential + + +class LoadTestingClient: # pylint: disable=client-accepts-api-version-keyword + """These APIs allow end users to create, view and run load tests using Azure Load Test Service. + + :ivar administration: AdministrationOperations operations + :vartype administration: + azure.developer.loadtesting._generated.aio.operations.AdministrationOperations + :ivar test_run: TestRunOperations operations + :vartype test_run: azure.developer.loadtesting._generated.aio.operations.TestRunOperations + :param endpoint: URL to perform data plane API operations on the resource. Required. + :type endpoint: str + :param credential: Credential needed for the client to connect to Azure. Required. + :type credential: ~azure.core.credentials_async.AsyncTokenCredential + :keyword api_version: Api Version. Default value is "2022-11-01". Note that overriding this + default value may result in unsupported behavior. + :paramtype api_version: str + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no + Retry-After header is present. + """ + + def __init__(self, endpoint: str, credential: "AsyncTokenCredential", **kwargs: Any) -> None: + _endpoint = "https://{Endpoint}" + self._config = LoadTestingClientConfiguration(endpoint=endpoint, credential=credential, **kwargs) + self._client = AsyncPipelineClient(base_url=_endpoint, config=self._config, **kwargs) + + self._serialize = Serializer() + self._deserialize = Deserializer() + self._serialize.client_side_validation = False + self.administration = AdministrationOperations(self._client, self._config, self._serialize, self._deserialize) + self.test_run = TestRunOperations(self._client, self._config, self._serialize, self._deserialize) + + def send_request(self, request: HttpRequest, **kwargs: Any) -> Awaitable[AsyncHttpResponse]: + """Runs the network request through the client's chained policies. + + >>> from azure.core.rest import HttpRequest + >>> request = HttpRequest("GET", "https://www.example.org/") + + >>> response = await client.send_request(request) + + + For more information on this code flow, see https://aka.ms/azsdk/dpcodegen/python/send_request + + :param request: The network request you want to make. Required. + :type request: ~azure.core.rest.HttpRequest + :keyword bool stream: Whether the response payload will be streamed. Defaults to False. + :return: The response of your network call. Does not do error handling on your response. + :rtype: ~azure.core.rest.AsyncHttpResponse + """ + + request_copy = deepcopy(request) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + + request_copy.url = self._client.format_url(request_copy.url, **path_format_arguments) + return self._client.send_request(request_copy, **kwargs) + + async def close(self) -> None: + await self._client.close() + + async def __aenter__(self) -> "LoadTestingClient": + await self._client.__aenter__() + return self + + async def __aexit__(self, *exc_details: Any) -> None: + await self._client.__aexit__(*exc_details) diff --git a/src/load/azext_load/vendored_sdks/loadtesting/_generated/aio/_configuration.py b/src/load/azext_load/vendored_sdks/loadtesting/_generated/aio/_configuration.py new file mode 100644 index 00000000000..c6e58b2592e --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting/_generated/aio/_configuration.py @@ -0,0 +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. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +import sys +from typing import Any, TYPE_CHECKING + +from azure.core.configuration import Configuration +from azure.core.pipeline import policies + +from .._version import VERSION + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from azure.core.credentials_async import AsyncTokenCredential + + +class LoadTestingClientConfiguration(Configuration): # pylint: disable=too-many-instance-attributes + """Configuration for LoadTestingClient. + + Note that all parameters used to create this instance are saved as instance + attributes. + + :param endpoint: URL to perform data plane API operations on the resource. Required. + :type endpoint: str + :param credential: Credential needed for the client to connect to Azure. Required. + :type credential: ~azure.core.credentials_async.AsyncTokenCredential + :keyword api_version: Api Version. Default value is "2022-11-01". Note that overriding this + default value may result in unsupported behavior. + :paramtype api_version: str + """ + + def __init__(self, endpoint: str, credential: "AsyncTokenCredential", **kwargs: Any) -> None: + super(LoadTestingClientConfiguration, self).__init__(**kwargs) + api_version: Literal["2022-11-01"] = kwargs.pop("api_version", "2022-11-01") + + if endpoint is None: + raise ValueError("Parameter 'endpoint' must not be None.") + if credential is None: + raise ValueError("Parameter 'credential' must not be None.") + + self.endpoint = endpoint + self.credential = credential + self.api_version = api_version + self.credential_scopes = kwargs.pop("credential_scopes", ["https://cnt-prod.loadtesting.azure.com/.default"]) + kwargs.setdefault("sdk_moniker", "developer-loadtesting/{}".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 policies.HttpLoggingPolicy(**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/load/azext_load/vendored_sdks/loadtesting/_generated/aio/_patch.py b/src/load/azext_load/vendored_sdks/loadtesting/_generated/aio/_patch.py new file mode 100644 index 00000000000..7fa7d5a5e79 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting/_generated/aio/_patch.py @@ -0,0 +1,23 @@ +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ +"""Customize generated code here. + +Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize +""" +from typing import List, TYPE_CHECKING + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + pass +__all__: List[str] = [] # Add all objects you want publicly available to users at this package level + + +def patch_sdk(): + """Do not remove from this file. + + `patch_sdk` is a last resort escape hatch that allows you to do customizations + you can't accomplish using the techniques described in + https://aka.ms/azsdk/python/dpcodegen/python/customize + """ diff --git a/src/load/azext_load/vendored_sdks/loadtesting/_generated/aio/_vendor.py b/src/load/azext_load/vendored_sdks/loadtesting/_generated/aio/_vendor.py new file mode 100644 index 00000000000..3e21ea6effc --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting/_generated/aio/_vendor.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. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + + +def raise_if_not_implemented(cls, abstract_methods): + not_implemented = [f for f in abstract_methods if not callable(getattr(cls, f, None))] + if not_implemented: + raise NotImplementedError( + "The following methods on operation group '{}' are not implemented: '{}'." + " Please refer to https://aka.ms/azsdk/python/dpcodegen/python/customize to learn how to customize.".format( + cls.__name__, "', '".join(not_implemented) + ) + ) diff --git a/src/load/azext_load/vendored_sdks/loadtesting/_generated/aio/operations/__init__.py b/src/load/azext_load/vendored_sdks/loadtesting/_generated/aio/operations/__init__.py new file mode 100644 index 00000000000..499aa580cf0 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting/_generated/aio/operations/__init__.py @@ -0,0 +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. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from ._operations import AdministrationOperations +from ._operations import TestRunOperations + +from ._patch import __all__ as _patch_all +from ._patch import * # pylint: disable=unused-wildcard-import +from ._patch import patch_sdk as _patch_sdk + +__all__ = [ + "AdministrationOperations", + "TestRunOperations", +] +__all__.extend([p for p in _patch_all if p not in __all__]) +_patch_sdk() diff --git a/src/load/azext_load/vendored_sdks/loadtesting/_generated/aio/operations/_operations.py b/src/load/azext_load/vendored_sdks/loadtesting/_generated/aio/operations/_operations.py new file mode 100644 index 00000000000..4c7b5008813 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting/_generated/aio/operations/_operations.py @@ -0,0 +1,6517 @@ +# pylint: disable=too-many-lines +# 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 datetime +import sys +from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, cast, overload +import urllib.parse + +from azure.core.async_paging import AsyncItemPaged, AsyncList +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import AsyncHttpResponse +from azure.core.polling import AsyncLROPoller, AsyncNoPolling, AsyncPollingMethod +from azure.core.polling.async_base_polling import AsyncLROBasePolling +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict + +from ...operations._operations import ( + build_administration_begin_upload_test_file_request, + build_administration_create_or_update_app_components_request, + build_administration_create_or_update_server_metrics_config_request, + build_administration_create_or_update_test_request, + build_administration_delete_test_file_request, + build_administration_delete_test_request, + build_administration_get_app_components_request, + build_administration_get_server_metrics_config_request, + build_administration_get_test_file_request, + build_administration_get_test_request, + build_administration_list_test_files_request, + build_administration_list_tests_request, + build_test_run_create_or_update_app_components_request, + build_test_run_create_or_update_server_metrics_config_request, + build_test_run_delete_test_run_request, + build_test_run_get_app_components_request, + build_test_run_get_metric_definitions_request, + build_test_run_get_metric_namespaces_request, + build_test_run_get_server_metrics_config_request, + build_test_run_get_test_run_file_request, + build_test_run_get_test_run_request, + build_test_run_list_metric_dimension_values_request, + build_test_run_list_metrics_request, + build_test_run_list_test_runs_request, + build_test_run_stop_test_run_request, + build_test_run_test_run_request, +) + +if sys.version_info >= (3, 9): + from collections.abc import MutableMapping +else: + from typing import MutableMapping # type: ignore # pylint: disable=ungrouped-imports +JSON = MutableMapping[str, Any] # pylint: disable=unsubscriptable-object +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class AdministrationOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.developer.loadtesting._generated.aio.LoadTestingClient`'s + :attr:`administration` attribute. + """ + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @overload + async def create_or_update_test( + self, test_id: str, body: JSON, *, content_type: str = "application/merge-patch+json", **kwargs: Any + ) -> JSON: + """Create a new test or update an existing test. + + Create a new test or update an existing test. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :param body: Load test model. Required. + :type body: JSON + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/merge-patch+json". + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # JSON input template you can fill out and use as your body input. + body = { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test description. + "displayName": "str", # Optional. Display name of a test. + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + } + }, + "keyvaultReferenceIdentityId": "str", # Optional. Resource Id of the managed + identity referencing the Key vault. + "keyvaultReferenceIdentityType": "str", # Optional. Type of the managed + identity referencing the Key vault. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testId": "str" # Optional. Unique test name as identifier. + } + + # response body for status code(s): 200, 201 + response == { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test description. + "displayName": "str", # Optional. Display name of a test. + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + } + }, + "keyvaultReferenceIdentityId": "str", # Optional. Resource Id of the managed + identity referencing the Key vault. + "keyvaultReferenceIdentityType": "str", # Optional. Type of the managed + identity referencing the Key vault. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testId": "str" # Optional. Unique test name as identifier. + } + """ + + @overload + async def create_or_update_test( + self, test_id: str, body: IO, *, content_type: str = "application/merge-patch+json", **kwargs: Any + ) -> JSON: + """Create a new test or update an existing test. + + Create a new test or update an existing test. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :param body: Load test model. Required. + :type body: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/merge-patch+json". + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200, 201 + response == { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test description. + "displayName": "str", # Optional. Display name of a test. + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + } + }, + "keyvaultReferenceIdentityId": "str", # Optional. Resource Id of the managed + identity referencing the Key vault. + "keyvaultReferenceIdentityType": "str", # Optional. Type of the managed + identity referencing the Key vault. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testId": "str" # Optional. Unique test name as identifier. + } + """ + + @distributed_trace_async + async def create_or_update_test(self, test_id: str, body: Union[JSON, IO], **kwargs: Any) -> JSON: + """Create a new test or update an existing test. + + Create a new test or update an existing test. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :param body: Load test model. Is either a JSON type or a IO type. Required. + :type body: JSON or IO + :keyword content_type: Body Parameter content-type. Known values are: + 'application/merge-patch+json'. Default value is None. + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # JSON input template you can fill out and use as your body input. + body = { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test description. + "displayName": "str", # Optional. Display name of a test. + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + } + }, + "keyvaultReferenceIdentityId": "str", # Optional. Resource Id of the managed + identity referencing the Key vault. + "keyvaultReferenceIdentityType": "str", # Optional. Type of the managed + identity referencing the Key vault. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testId": "str" # Optional. Unique test name as identifier. + } + + # response body for status code(s): 200, 201 + response == { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test description. + "displayName": "str", # Optional. Display name of a test. + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + } + }, + "keyvaultReferenceIdentityId": "str", # Optional. Resource Id of the managed + identity referencing the Key vault. + "keyvaultReferenceIdentityType": "str", # Optional. Type of the managed + identity referencing the Key vault. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testId": "str" # Optional. Unique test name as identifier. + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = kwargs.pop("params", {}) or {} + + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[JSON] = kwargs.pop("cls", None) + + content_type = content_type or "application/merge-patch+json" + _json = None + _content = None + if isinstance(body, (IO, bytes)): + _content = body + else: + _json = body + + request = build_administration_create_or_update_test_request( + test_id=test_id, + content_type=content_type, + api_version=self._config.api_version, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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) + raise HttpResponseError(response=response) + + if response.status_code == 200: + if response.content: + deserialized = response.json() + else: + deserialized = None + + if response.status_code == 201: + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) # type: ignore + + return cast(JSON, deserialized) # type: ignore + + @distributed_trace_async + async def delete_test(self, test_id: str, **kwargs: Any) -> None: # pylint: disable=inconsistent-return-statements + """Delete a test by its name. + + Delete a test by its name. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :return: None + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_administration_delete_test_request( + test_id=test_id, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=False, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + if cls: + return cls(pipeline_response, None, {}) + + @distributed_trace_async + async def get_test(self, test_id: str, **kwargs: Any) -> JSON: + """Get load test details by test name. + + Get load test details by test name. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test description. + "displayName": "str", # Optional. Display name of a test. + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + } + }, + "keyvaultReferenceIdentityId": "str", # Optional. Resource Id of the managed + identity referencing the Key vault. + "keyvaultReferenceIdentityType": "str", # Optional. Type of the managed + identity referencing the Key vault. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testId": "str" # Optional. Unique test name as identifier. + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + request = build_administration_get_test_request( + test_id=test_id, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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) + + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) + + return cast(JSON, deserialized) + + @distributed_trace + def list_tests( + self, + *, + orderby: Optional[str] = None, + search: Optional[str] = None, + last_modified_start_time: Optional[datetime.datetime] = None, + last_modified_end_time: Optional[datetime.datetime] = None, + **kwargs: Any + ) -> AsyncIterable[JSON]: + """Get all load tests by the fully qualified resource Id e.g + subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. + + Get all load tests by the fully qualified resource Id e.g + subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. + + :keyword orderby: Sort on the supported fields in (field asc/desc) format. eg: + lastModifiedDateTime asc. Supported fields - lastModifiedDateTime. Default value is None. + :paramtype orderby: str + :keyword search: Prefix based, case sensitive search on searchable fields - displayName, + createdBy. For example, to search for a test, with display name is Login Test, the search + parameter can be Login. Default value is None. + :paramtype search: str + :keyword last_modified_start_time: Start DateTime(ISO 8601 literal format) of the last updated + time range to filter tests. Default value is None. + :paramtype last_modified_start_time: ~datetime.datetime + :keyword last_modified_end_time: End DateTime(ISO 8601 literal format) of the last updated time + range to filter tests. Default value is None. + :paramtype last_modified_end_time: ~datetime.datetime + :return: An iterator like instance of JSON object + :rtype: ~azure.core.async_paging.AsyncItemPaged[JSON] + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test description. + "displayName": "str", # Optional. Display name of a test. + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + } + }, + "keyvaultReferenceIdentityId": "str", # Optional. Resource Id of the managed + identity referencing the Key vault. + "keyvaultReferenceIdentityType": "str", # Optional. Type of the managed + identity referencing the Key vault. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testId": "str" # Optional. Unique test name as identifier. + } + """ + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_administration_list_tests_request( + orderby=orderby, + search=search, + last_modified_start_time=last_modified_start_time, + last_modified_end_time=last_modified_end_time, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url( + "self._config.endpoint", self._config.endpoint, "str", skip_quote=True + ), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + path_format_arguments = { + "Endpoint": self._serialize.url( + "self._config.endpoint", self._config.endpoint, "str", skip_quote=True + ), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + return request + + async def extract_data(pipeline_response): + deserialized = pipeline_response.http_response.json() + list_of_elem = deserialized["value"] + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.get("nextLink") or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + @distributed_trace_async + async def begin_upload_test_file( + self, test_id: str, file_name: str, body: IO, *, file_type: Optional[str] = None, **kwargs: Any + ) -> JSON: + """Upload input file for a given test name. File size can't be more than 50 MB. Existing file with + same name for the given test will be overwritten. File should be provided in the request body + as application/octet-stream. + + Upload input file for a given test name. File size can't be more than 50 MB. Existing file with + same name for the given test will be overwritten. File should be provided in the request body + as application/octet-stream. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :param file_name: Unique name for test file with file extension like : App.jmx. Required. + :type file_name: str + :param body: The file content as application/octet-stream. Required. + :type body: IO + :keyword file_type: File type. Known values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". Default value is None. + :paramtype file_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 201 + response == { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry time of the file + (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: "JMX_FILE", + "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation failure error + details. + "validationStatus": "str" # Optional. Validation status of the file. Known + values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", "VALIDATION_FAILURE", + "VALIDATION_INITIATED", and "VALIDATION_NOT_REQUIRED". + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = kwargs.pop("params", {}) or {} + + content_type: str = kwargs.pop("content_type", _headers.pop("Content-Type", "application/octet-stream")) + cls: ClsType[JSON] = kwargs.pop("cls", None) + + _content = body + + request = build_administration_begin_upload_test_file_request( + test_id=test_id, + file_name=file_name, + file_type=file_type, + content_type=content_type, + api_version=self._config.api_version, + content=_content, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=False, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [201]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) + + return cast(JSON, deserialized) + + @distributed_trace_async + async def get_test_file(self, test_id: str, file_name: str, **kwargs: Any) -> JSON: + """Get test file by the file name. + + Get test file by the file name. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :param file_name: File name with file extension like app.jmx. Required. + :type file_name: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry time of the file + (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: "JMX_FILE", + "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation failure error + details. + "validationStatus": "str" # Optional. Validation status of the file. Known + values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", "VALIDATION_FAILURE", + "VALIDATION_INITIATED", and "VALIDATION_NOT_REQUIRED". + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + request = build_administration_get_test_file_request( + test_id=test_id, + file_name=file_name, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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) + + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) + + return cast(JSON, deserialized) + + @distributed_trace_async + async def delete_test_file( # pylint: disable=inconsistent-return-statements + self, test_id: str, file_name: str, **kwargs: Any + ) -> None: + """Delete file by the file name for a test. + + Delete file by the file name for a test. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :param file_name: File name with file extension like app.jmx. Required. + :type file_name: str + :return: None + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_administration_delete_test_file_request( + test_id=test_id, + file_name=file_name, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=False, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + if cls: + return cls(pipeline_response, None, {}) + + @distributed_trace + def list_test_files(self, test_id: str, **kwargs: Any) -> AsyncIterable[JSON]: + """Get all test files. + + Get all test files. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :return: An iterator like instance of JSON object + :rtype: ~azure.core.async_paging.AsyncItemPaged[JSON] + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry time of the file + (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: "JMX_FILE", + "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation failure error + details. + "validationStatus": "str" # Optional. Validation status of the file. Known + values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", "VALIDATION_FAILURE", + "VALIDATION_INITIATED", and "VALIDATION_NOT_REQUIRED". + } + """ + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_administration_list_test_files_request( + test_id=test_id, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url( + "self._config.endpoint", self._config.endpoint, "str", skip_quote=True + ), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + path_format_arguments = { + "Endpoint": self._serialize.url( + "self._config.endpoint", self._config.endpoint, "str", skip_quote=True + ), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + return request + + async def extract_data(pipeline_response): + deserialized = pipeline_response.http_response.json() + list_of_elem = deserialized["value"] + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.get("nextLink") or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + @overload + async def create_or_update_app_components( + self, test_id: str, body: JSON, *, content_type: str = "application/merge-patch+json", **kwargs: Any + ) -> JSON: + """Associate an app component (collection of azure resources) to a test. + + Associate an app component (collection of azure resources) to a test. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :param body: App Component model. Required. + :type body: JSON + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/merge-patch+json". + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # JSON input template you can fill out and use as your body input. + body = { + "components": { + "str": { + "displayName": "str", # Optional. Azure resource display + name. + "kind": "str", # Optional. Kind of Azure resource type. + "resourceGroup": "str", # Optional. Resource group name of + the Azure resource. + "resourceId": "str", # Optional. fully qualified resource Id + e.g + subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. + "resourceName": "str", # Optional. Azure resource name, + required while creating the app component. + "resourceType": "str", # Optional. Azure resource type, + required while creating the app component. + "subscriptionId": "str" # Optional. Subscription Id of the + Azure resource. + } + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "testId": "str" # Optional. Test identifier. + } + + # response body for status code(s): 200, 201 + response == { + "components": { + "str": { + "displayName": "str", # Optional. Azure resource display + name. + "kind": "str", # Optional. Kind of Azure resource type. + "resourceGroup": "str", # Optional. Resource group name of + the Azure resource. + "resourceId": "str", # Optional. fully qualified resource Id + e.g + subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. + "resourceName": "str", # Optional. Azure resource name, + required while creating the app component. + "resourceType": "str", # Optional. Azure resource type, + required while creating the app component. + "subscriptionId": "str" # Optional. Subscription Id of the + Azure resource. + } + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "testId": "str" # Optional. Test identifier. + } + """ + + @overload + async def create_or_update_app_components( + self, test_id: str, body: IO, *, content_type: str = "application/merge-patch+json", **kwargs: Any + ) -> JSON: + """Associate an app component (collection of azure resources) to a test. + + Associate an app component (collection of azure resources) to a test. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :param body: App Component model. Required. + :type body: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/merge-patch+json". + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200, 201 + response == { + "components": { + "str": { + "displayName": "str", # Optional. Azure resource display + name. + "kind": "str", # Optional. Kind of Azure resource type. + "resourceGroup": "str", # Optional. Resource group name of + the Azure resource. + "resourceId": "str", # Optional. fully qualified resource Id + e.g + subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. + "resourceName": "str", # Optional. Azure resource name, + required while creating the app component. + "resourceType": "str", # Optional. Azure resource type, + required while creating the app component. + "subscriptionId": "str" # Optional. Subscription Id of the + Azure resource. + } + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "testId": "str" # Optional. Test identifier. + } + """ + + @distributed_trace_async + async def create_or_update_app_components(self, test_id: str, body: Union[JSON, IO], **kwargs: Any) -> JSON: + """Associate an app component (collection of azure resources) to a test. + + Associate an app component (collection of azure resources) to a test. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :param body: App Component model. Is either a JSON type or a IO type. Required. + :type body: JSON or IO + :keyword content_type: Body Parameter content-type. Known values are: + 'application/merge-patch+json'. Default value is None. + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # JSON input template you can fill out and use as your body input. + body = { + "components": { + "str": { + "displayName": "str", # Optional. Azure resource display + name. + "kind": "str", # Optional. Kind of Azure resource type. + "resourceGroup": "str", # Optional. Resource group name of + the Azure resource. + "resourceId": "str", # Optional. fully qualified resource Id + e.g + subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. + "resourceName": "str", # Optional. Azure resource name, + required while creating the app component. + "resourceType": "str", # Optional. Azure resource type, + required while creating the app component. + "subscriptionId": "str" # Optional. Subscription Id of the + Azure resource. + } + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "testId": "str" # Optional. Test identifier. + } + + # response body for status code(s): 200, 201 + response == { + "components": { + "str": { + "displayName": "str", # Optional. Azure resource display + name. + "kind": "str", # Optional. Kind of Azure resource type. + "resourceGroup": "str", # Optional. Resource group name of + the Azure resource. + "resourceId": "str", # Optional. fully qualified resource Id + e.g + subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. + "resourceName": "str", # Optional. Azure resource name, + required while creating the app component. + "resourceType": "str", # Optional. Azure resource type, + required while creating the app component. + "subscriptionId": "str" # Optional. Subscription Id of the + Azure resource. + } + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "testId": "str" # Optional. Test identifier. + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = kwargs.pop("params", {}) or {} + + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[JSON] = kwargs.pop("cls", None) + + content_type = content_type or "application/merge-patch+json" + _json = None + _content = None + if isinstance(body, (IO, bytes)): + _content = body + else: + _json = body + + request = build_administration_create_or_update_app_components_request( + test_id=test_id, + content_type=content_type, + api_version=self._config.api_version, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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) + raise HttpResponseError(response=response) + + if response.status_code == 200: + if response.content: + deserialized = response.json() + else: + deserialized = None + + if response.status_code == 201: + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) # type: ignore + + return cast(JSON, deserialized) # type: ignore + + @distributed_trace_async + async def get_app_components(self, test_id: str, **kwargs: Any) -> JSON: + """Get associated app component (collection of azure resources) for the given test. + + Get associated app component (collection of azure resources) for the given test. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "components": { + "str": { + "displayName": "str", # Optional. Azure resource display + name. + "kind": "str", # Optional. Kind of Azure resource type. + "resourceGroup": "str", # Optional. Resource group name of + the Azure resource. + "resourceId": "str", # Optional. fully qualified resource Id + e.g + subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. + "resourceName": "str", # Optional. Azure resource name, + required while creating the app component. + "resourceType": "str", # Optional. Azure resource type, + required while creating the app component. + "subscriptionId": "str" # Optional. Subscription Id of the + Azure resource. + } + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "testId": "str" # Optional. Test identifier. + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + request = build_administration_get_app_components_request( + test_id=test_id, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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) + + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) + + return cast(JSON, deserialized) + + @overload + async def create_or_update_server_metrics_config( + self, test_id: str, body: JSON, *, content_type: str = "application/merge-patch+json", **kwargs: Any + ) -> JSON: + """Configure server metrics for a test. + + Configure server metrics for a test. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :param body: Server metric configuration model. Required. + :type body: JSON + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/merge-patch+json". + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # JSON input template you can fill out and use as your body input. + body = { + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "metrics": { + "str": { + "aggregation": "str", # Metric aggregation. Required. + "metricNamespace": "str", # Metric name space. Required. + "name": "str", # The invariant value of metric name. + Required. + "resourceId": "str", # Azure resource id. Required. + "resourceType": "str", # Azure resource type. Required. + "displayDescription": "str", # Optional. Metric description. + "id": "str", # Optional. Unique name for metric. + "unit": "str" # Optional. Metric unit. + } + }, + "testId": "str" # Optional. Test identifier. + } + + # response body for status code(s): 200, 201 + response == { + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "metrics": { + "str": { + "aggregation": "str", # Metric aggregation. Required. + "metricNamespace": "str", # Metric name space. Required. + "name": "str", # The invariant value of metric name. + Required. + "resourceId": "str", # Azure resource id. Required. + "resourceType": "str", # Azure resource type. Required. + "displayDescription": "str", # Optional. Metric description. + "id": "str", # Optional. Unique name for metric. + "unit": "str" # Optional. Metric unit. + } + }, + "testId": "str" # Optional. Test identifier. + } + """ + + @overload + async def create_or_update_server_metrics_config( + self, test_id: str, body: IO, *, content_type: str = "application/merge-patch+json", **kwargs: Any + ) -> JSON: + """Configure server metrics for a test. + + Configure server metrics for a test. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :param body: Server metric configuration model. Required. + :type body: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/merge-patch+json". + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200, 201 + response == { + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "metrics": { + "str": { + "aggregation": "str", # Metric aggregation. Required. + "metricNamespace": "str", # Metric name space. Required. + "name": "str", # The invariant value of metric name. + Required. + "resourceId": "str", # Azure resource id. Required. + "resourceType": "str", # Azure resource type. Required. + "displayDescription": "str", # Optional. Metric description. + "id": "str", # Optional. Unique name for metric. + "unit": "str" # Optional. Metric unit. + } + }, + "testId": "str" # Optional. Test identifier. + } + """ + + @distributed_trace_async + async def create_or_update_server_metrics_config(self, test_id: str, body: Union[JSON, IO], **kwargs: Any) -> JSON: + """Configure server metrics for a test. + + Configure server metrics for a test. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :param body: Server metric configuration model. Is either a JSON type or a IO type. Required. + :type body: JSON or IO + :keyword content_type: Body Parameter content-type. Known values are: + 'application/merge-patch+json'. Default value is None. + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # JSON input template you can fill out and use as your body input. + body = { + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "metrics": { + "str": { + "aggregation": "str", # Metric aggregation. Required. + "metricNamespace": "str", # Metric name space. Required. + "name": "str", # The invariant value of metric name. + Required. + "resourceId": "str", # Azure resource id. Required. + "resourceType": "str", # Azure resource type. Required. + "displayDescription": "str", # Optional. Metric description. + "id": "str", # Optional. Unique name for metric. + "unit": "str" # Optional. Metric unit. + } + }, + "testId": "str" # Optional. Test identifier. + } + + # response body for status code(s): 200, 201 + response == { + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "metrics": { + "str": { + "aggregation": "str", # Metric aggregation. Required. + "metricNamespace": "str", # Metric name space. Required. + "name": "str", # The invariant value of metric name. + Required. + "resourceId": "str", # Azure resource id. Required. + "resourceType": "str", # Azure resource type. Required. + "displayDescription": "str", # Optional. Metric description. + "id": "str", # Optional. Unique name for metric. + "unit": "str" # Optional. Metric unit. + } + }, + "testId": "str" # Optional. Test identifier. + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = kwargs.pop("params", {}) or {} + + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[JSON] = kwargs.pop("cls", None) + + content_type = content_type or "application/merge-patch+json" + _json = None + _content = None + if isinstance(body, (IO, bytes)): + _content = body + else: + _json = body + + request = build_administration_create_or_update_server_metrics_config_request( + test_id=test_id, + content_type=content_type, + api_version=self._config.api_version, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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) + raise HttpResponseError(response=response) + + if response.status_code == 200: + if response.content: + deserialized = response.json() + else: + deserialized = None + + if response.status_code == 201: + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) # type: ignore + + return cast(JSON, deserialized) # type: ignore + + @distributed_trace_async + async def get_server_metrics_config(self, test_id: str, **kwargs: Any) -> JSON: + """List server metrics configuration for the given test. + + List server metrics configuration for the given test. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "metrics": { + "str": { + "aggregation": "str", # Metric aggregation. Required. + "metricNamespace": "str", # Metric name space. Required. + "name": "str", # The invariant value of metric name. + Required. + "resourceId": "str", # Azure resource id. Required. + "resourceType": "str", # Azure resource type. Required. + "displayDescription": "str", # Optional. Metric description. + "id": "str", # Optional. Unique name for metric. + "unit": "str" # Optional. Metric unit. + } + }, + "testId": "str" # Optional. Test identifier. + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + request = build_administration_get_server_metrics_config_request( + test_id=test_id, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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) + + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) + + return cast(JSON, deserialized) + + +class TestRunOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.developer.loadtesting._generated.aio.LoadTestingClient`'s + :attr:`test_run` attribute. + """ + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + async def _test_run_initial( + self, test_run_id: str, body: Union[JSON, IO], *, old_test_run_id: Optional[str] = None, **kwargs: Any + ) -> JSON: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = kwargs.pop("params", {}) or {} + + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[JSON] = kwargs.pop("cls", None) + + content_type = content_type or "application/merge-patch+json" + _json = None + _content = None + if isinstance(body, (IO, bytes)): + _content = body + else: + _json = body + + request = build_test_run_test_run_request( + test_run_id=test_run_id, + old_test_run_id=old_test_run_id, + content_type=content_type, + api_version=self._config.api_version, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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) + raise HttpResponseError(response=response) + + if response.status_code == 200: + if response.content: + deserialized = response.json() + else: + deserialized = None + + if response.status_code == 201: + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) # type: ignore + + return cast(JSON, deserialized) # type: ignore + + @overload + async def begin_test_run( + self, + test_run_id: str, + body: JSON, + *, + old_test_run_id: Optional[str] = None, + content_type: str = "application/merge-patch+json", + **kwargs: Any + ) -> AsyncLROPoller[JSON]: + """Create and start a new test run with the given name. + + Create and start a new test run with the given name. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param body: Load test run model. Required. + :type body: JSON + :keyword old_test_run_id: Existing test run identifier that should be rerun, if this is + provided, the test will run with the JMX file, configuration and app components from the + existing test run. You can override the configuration values for new test run in the request + body. Default value is None. + :paramtype old_test_run_id: str + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/merge-patch+json". + :paramtype content_type: str + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: By default, your polling method will be AsyncLROBasePolling. Pass in False + for this operation to not poll, or pass in your own initialized polling object for a 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 JSON object + :rtype: ~azure.core.polling.AsyncLROPoller[JSON] + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # JSON input template you can fill out and use as your body input. + body = { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test run description. + "displayName": "str", # Optional. Display name of a testRun. + "duration": 0, # Optional. Test run duration in milliseconds. + "endDateTime": "2020-02-20 00:00:00", # Optional. The test run end + DateTime(ISO 8601 literal format). + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "errorDetails": [ + { + "message": "str" # Optional. Error details in case test run + was not successfully run. + } + ], + "executedDateTime": "2020-02-20 00:00:00", # Optional. Test run initiated + time. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "portalUrl": "str", # Optional. Portal url. + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "startDateTime": "2020-02-20 00:00:00", # Optional. The test run start + DateTime(ISO 8601 literal format). + "status": "str", # Optional. The test run status. Known values are: + "ACCEPTED", "NOTSTARTED", "PROVISIONING", "PROVISIONED", "CONFIGURING", + "CONFIGURED", "EXECUTING", "EXECUTED", "DEPROVISIONING", "DEPROVISIONED", "DONE", + "CANCELLING", "CANCELLED", "FAILED", "VALIDATION_SUCCESS", and + "VALIDATION_FAILURE". + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testArtifacts": { + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # + Optional. Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the + file. + "fileType": "str", # Optional. File type. + Known values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # + Optional. Validation failure error details. + "validationStatus": "str" # Optional. + Validation status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", + "VALIDATION_INITIATED", and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + }, + "outputArtifacts": { + "logsFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "resultFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + } + }, + "testId": "str", # Optional. Associated test Id. + "testResult": "str", # Optional. Test result for pass/Fail criteria used + during the test run. Known values are: "PASSED", "NOT_APPLICABLE", and "FAILED". + "testRunId": "str", # Optional. Unique test run name as identifier. + "testRunStatistics": { + "str": { + "errorCount": 0.0, # Optional. Error count. + "errorPct": 0.0, # Optional. Error percentage. + "maxResTime": 0.0, # Optional. Max response time. + "meanResTime": 0.0, # Optional. Mean response time. + "medianResTime": 0.0, # Optional. Median response time. + "minResTime": 0.0, # Optional. Minimum response time. + "pct1ResTime": 0.0, # Optional. 90 percentile response time. + "pct2ResTime": 0.0, # Optional. 95 percentile response time. + "pct3ResTime": 0.0, # Optional. 99 percentile response time. + "receivedKBytesPerSec": 0.0, # Optional. Received network + bytes. + "sampleCount": 0.0, # Optional. Sampler count. + "sentKBytesPerSec": 0.0, # Optional. Send network bytes. + "throughput": 0.0, # Optional. Throughput. + "transaction": "str" # Optional. Transaction name. + } + }, + "virtualUsers": 0 # Optional. Number of virtual users, for which test has + been run. + } + + # response body for status code(s): 200, 201 + response == { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test run description. + "displayName": "str", # Optional. Display name of a testRun. + "duration": 0, # Optional. Test run duration in milliseconds. + "endDateTime": "2020-02-20 00:00:00", # Optional. The test run end + DateTime(ISO 8601 literal format). + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "errorDetails": [ + { + "message": "str" # Optional. Error details in case test run + was not successfully run. + } + ], + "executedDateTime": "2020-02-20 00:00:00", # Optional. Test run initiated + time. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "portalUrl": "str", # Optional. Portal url. + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "startDateTime": "2020-02-20 00:00:00", # Optional. The test run start + DateTime(ISO 8601 literal format). + "status": "str", # Optional. The test run status. Known values are: + "ACCEPTED", "NOTSTARTED", "PROVISIONING", "PROVISIONED", "CONFIGURING", + "CONFIGURED", "EXECUTING", "EXECUTED", "DEPROVISIONING", "DEPROVISIONED", "DONE", + "CANCELLING", "CANCELLED", "FAILED", "VALIDATION_SUCCESS", and + "VALIDATION_FAILURE". + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testArtifacts": { + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # + Optional. Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the + file. + "fileType": "str", # Optional. File type. + Known values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # + Optional. Validation failure error details. + "validationStatus": "str" # Optional. + Validation status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", + "VALIDATION_INITIATED", and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + }, + "outputArtifacts": { + "logsFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "resultFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + } + }, + "testId": "str", # Optional. Associated test Id. + "testResult": "str", # Optional. Test result for pass/Fail criteria used + during the test run. Known values are: "PASSED", "NOT_APPLICABLE", and "FAILED". + "testRunId": "str", # Optional. Unique test run name as identifier. + "testRunStatistics": { + "str": { + "errorCount": 0.0, # Optional. Error count. + "errorPct": 0.0, # Optional. Error percentage. + "maxResTime": 0.0, # Optional. Max response time. + "meanResTime": 0.0, # Optional. Mean response time. + "medianResTime": 0.0, # Optional. Median response time. + "minResTime": 0.0, # Optional. Minimum response time. + "pct1ResTime": 0.0, # Optional. 90 percentile response time. + "pct2ResTime": 0.0, # Optional. 95 percentile response time. + "pct3ResTime": 0.0, # Optional. 99 percentile response time. + "receivedKBytesPerSec": 0.0, # Optional. Received network + bytes. + "sampleCount": 0.0, # Optional. Sampler count. + "sentKBytesPerSec": 0.0, # Optional. Send network bytes. + "throughput": 0.0, # Optional. Throughput. + "transaction": "str" # Optional. Transaction name. + } + }, + "virtualUsers": 0 # Optional. Number of virtual users, for which test has + been run. + } + """ + + @overload + async def begin_test_run( + self, + test_run_id: str, + body: IO, + *, + old_test_run_id: Optional[str] = None, + content_type: str = "application/merge-patch+json", + **kwargs: Any + ) -> AsyncLROPoller[JSON]: + """Create and start a new test run with the given name. + + Create and start a new test run with the given name. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param body: Load test run model. Required. + :type body: IO + :keyword old_test_run_id: Existing test run identifier that should be rerun, if this is + provided, the test will run with the JMX file, configuration and app components from the + existing test run. You can override the configuration values for new test run in the request + body. Default value is None. + :paramtype old_test_run_id: str + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/merge-patch+json". + :paramtype content_type: str + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: By default, your polling method will be AsyncLROBasePolling. Pass in False + for this operation to not poll, or pass in your own initialized polling object for a 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 JSON object + :rtype: ~azure.core.polling.AsyncLROPoller[JSON] + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200, 201 + response == { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test run description. + "displayName": "str", # Optional. Display name of a testRun. + "duration": 0, # Optional. Test run duration in milliseconds. + "endDateTime": "2020-02-20 00:00:00", # Optional. The test run end + DateTime(ISO 8601 literal format). + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "errorDetails": [ + { + "message": "str" # Optional. Error details in case test run + was not successfully run. + } + ], + "executedDateTime": "2020-02-20 00:00:00", # Optional. Test run initiated + time. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "portalUrl": "str", # Optional. Portal url. + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "startDateTime": "2020-02-20 00:00:00", # Optional. The test run start + DateTime(ISO 8601 literal format). + "status": "str", # Optional. The test run status. Known values are: + "ACCEPTED", "NOTSTARTED", "PROVISIONING", "PROVISIONED", "CONFIGURING", + "CONFIGURED", "EXECUTING", "EXECUTED", "DEPROVISIONING", "DEPROVISIONED", "DONE", + "CANCELLING", "CANCELLED", "FAILED", "VALIDATION_SUCCESS", and + "VALIDATION_FAILURE". + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testArtifacts": { + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # + Optional. Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the + file. + "fileType": "str", # Optional. File type. + Known values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # + Optional. Validation failure error details. + "validationStatus": "str" # Optional. + Validation status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", + "VALIDATION_INITIATED", and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + }, + "outputArtifacts": { + "logsFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "resultFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + } + }, + "testId": "str", # Optional. Associated test Id. + "testResult": "str", # Optional. Test result for pass/Fail criteria used + during the test run. Known values are: "PASSED", "NOT_APPLICABLE", and "FAILED". + "testRunId": "str", # Optional. Unique test run name as identifier. + "testRunStatistics": { + "str": { + "errorCount": 0.0, # Optional. Error count. + "errorPct": 0.0, # Optional. Error percentage. + "maxResTime": 0.0, # Optional. Max response time. + "meanResTime": 0.0, # Optional. Mean response time. + "medianResTime": 0.0, # Optional. Median response time. + "minResTime": 0.0, # Optional. Minimum response time. + "pct1ResTime": 0.0, # Optional. 90 percentile response time. + "pct2ResTime": 0.0, # Optional. 95 percentile response time. + "pct3ResTime": 0.0, # Optional. 99 percentile response time. + "receivedKBytesPerSec": 0.0, # Optional. Received network + bytes. + "sampleCount": 0.0, # Optional. Sampler count. + "sentKBytesPerSec": 0.0, # Optional. Send network bytes. + "throughput": 0.0, # Optional. Throughput. + "transaction": "str" # Optional. Transaction name. + } + }, + "virtualUsers": 0 # Optional. Number of virtual users, for which test has + been run. + } + """ + + @distributed_trace_async + async def begin_test_run( + self, test_run_id: str, body: Union[JSON, IO], *, old_test_run_id: Optional[str] = None, **kwargs: Any + ) -> AsyncLROPoller[JSON]: + """Create and start a new test run with the given name. + + Create and start a new test run with the given name. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param body: Load test run model. Is either a JSON type or a IO type. Required. + :type body: JSON or IO + :keyword old_test_run_id: Existing test run identifier that should be rerun, if this is + provided, the test will run with the JMX file, configuration and app components from the + existing test run. You can override the configuration values for new test run in the request + body. Default value is None. + :paramtype old_test_run_id: str + :keyword content_type: Body Parameter content-type. Known values are: + 'application/merge-patch+json'. Default value is None. + :paramtype content_type: str + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: By default, your polling method will be AsyncLROBasePolling. Pass in False + for this operation to not poll, or pass in your own initialized polling object for a 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 JSON object + :rtype: ~azure.core.polling.AsyncLROPoller[JSON] + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # JSON input template you can fill out and use as your body input. + body = { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test run description. + "displayName": "str", # Optional. Display name of a testRun. + "duration": 0, # Optional. Test run duration in milliseconds. + "endDateTime": "2020-02-20 00:00:00", # Optional. The test run end + DateTime(ISO 8601 literal format). + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "errorDetails": [ + { + "message": "str" # Optional. Error details in case test run + was not successfully run. + } + ], + "executedDateTime": "2020-02-20 00:00:00", # Optional. Test run initiated + time. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "portalUrl": "str", # Optional. Portal url. + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "startDateTime": "2020-02-20 00:00:00", # Optional. The test run start + DateTime(ISO 8601 literal format). + "status": "str", # Optional. The test run status. Known values are: + "ACCEPTED", "NOTSTARTED", "PROVISIONING", "PROVISIONED", "CONFIGURING", + "CONFIGURED", "EXECUTING", "EXECUTED", "DEPROVISIONING", "DEPROVISIONED", "DONE", + "CANCELLING", "CANCELLED", "FAILED", "VALIDATION_SUCCESS", and + "VALIDATION_FAILURE". + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testArtifacts": { + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # + Optional. Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the + file. + "fileType": "str", # Optional. File type. + Known values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # + Optional. Validation failure error details. + "validationStatus": "str" # Optional. + Validation status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", + "VALIDATION_INITIATED", and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + }, + "outputArtifacts": { + "logsFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "resultFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + } + }, + "testId": "str", # Optional. Associated test Id. + "testResult": "str", # Optional. Test result for pass/Fail criteria used + during the test run. Known values are: "PASSED", "NOT_APPLICABLE", and "FAILED". + "testRunId": "str", # Optional. Unique test run name as identifier. + "testRunStatistics": { + "str": { + "errorCount": 0.0, # Optional. Error count. + "errorPct": 0.0, # Optional. Error percentage. + "maxResTime": 0.0, # Optional. Max response time. + "meanResTime": 0.0, # Optional. Mean response time. + "medianResTime": 0.0, # Optional. Median response time. + "minResTime": 0.0, # Optional. Minimum response time. + "pct1ResTime": 0.0, # Optional. 90 percentile response time. + "pct2ResTime": 0.0, # Optional. 95 percentile response time. + "pct3ResTime": 0.0, # Optional. 99 percentile response time. + "receivedKBytesPerSec": 0.0, # Optional. Received network + bytes. + "sampleCount": 0.0, # Optional. Sampler count. + "sentKBytesPerSec": 0.0, # Optional. Send network bytes. + "throughput": 0.0, # Optional. Throughput. + "transaction": "str" # Optional. Transaction name. + } + }, + "virtualUsers": 0 # Optional. Number of virtual users, for which test has + been run. + } + + # response body for status code(s): 200, 201 + response == { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test run description. + "displayName": "str", # Optional. Display name of a testRun. + "duration": 0, # Optional. Test run duration in milliseconds. + "endDateTime": "2020-02-20 00:00:00", # Optional. The test run end + DateTime(ISO 8601 literal format). + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "errorDetails": [ + { + "message": "str" # Optional. Error details in case test run + was not successfully run. + } + ], + "executedDateTime": "2020-02-20 00:00:00", # Optional. Test run initiated + time. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "portalUrl": "str", # Optional. Portal url. + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "startDateTime": "2020-02-20 00:00:00", # Optional. The test run start + DateTime(ISO 8601 literal format). + "status": "str", # Optional. The test run status. Known values are: + "ACCEPTED", "NOTSTARTED", "PROVISIONING", "PROVISIONED", "CONFIGURING", + "CONFIGURED", "EXECUTING", "EXECUTED", "DEPROVISIONING", "DEPROVISIONED", "DONE", + "CANCELLING", "CANCELLED", "FAILED", "VALIDATION_SUCCESS", and + "VALIDATION_FAILURE". + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testArtifacts": { + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # + Optional. Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the + file. + "fileType": "str", # Optional. File type. + Known values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # + Optional. Validation failure error details. + "validationStatus": "str" # Optional. + Validation status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", + "VALIDATION_INITIATED", and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + }, + "outputArtifacts": { + "logsFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "resultFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + } + }, + "testId": "str", # Optional. Associated test Id. + "testResult": "str", # Optional. Test result for pass/Fail criteria used + during the test run. Known values are: "PASSED", "NOT_APPLICABLE", and "FAILED". + "testRunId": "str", # Optional. Unique test run name as identifier. + "testRunStatistics": { + "str": { + "errorCount": 0.0, # Optional. Error count. + "errorPct": 0.0, # Optional. Error percentage. + "maxResTime": 0.0, # Optional. Max response time. + "meanResTime": 0.0, # Optional. Mean response time. + "medianResTime": 0.0, # Optional. Median response time. + "minResTime": 0.0, # Optional. Minimum response time. + "pct1ResTime": 0.0, # Optional. 90 percentile response time. + "pct2ResTime": 0.0, # Optional. 95 percentile response time. + "pct3ResTime": 0.0, # Optional. 99 percentile response time. + "receivedKBytesPerSec": 0.0, # Optional. Received network + bytes. + "sampleCount": 0.0, # Optional. Sampler count. + "sentKBytesPerSec": 0.0, # Optional. Send network bytes. + "throughput": 0.0, # Optional. Throughput. + "transaction": "str" # Optional. Transaction name. + } + }, + "virtualUsers": 0 # Optional. Number of virtual users, for which test has + been run. + } + """ + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = kwargs.pop("params", {}) or {} + + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[JSON] = kwargs.pop("cls", None) + polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = await self._test_run_initial( + test_run_id=test_run_id, + body=body, + old_test_run_id=old_test_run_id, + content_type=content_type, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): + response = pipeline_response.http_response + if response.content: + deserialized = response.json() + else: + deserialized = None + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + return deserialized + + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + + if polling is True: + polling_method: AsyncPollingMethod = cast( + AsyncPollingMethod, + AsyncLROBasePolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs), + ) + elif polling is False: + polling_method = cast(AsyncPollingMethod, 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, + ) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + @distributed_trace_async + async def get_test_run(self, test_run_id: str, **kwargs: Any) -> JSON: + """Get test run details by name. + + Get test run details by name. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test run description. + "displayName": "str", # Optional. Display name of a testRun. + "duration": 0, # Optional. Test run duration in milliseconds. + "endDateTime": "2020-02-20 00:00:00", # Optional. The test run end + DateTime(ISO 8601 literal format). + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "errorDetails": [ + { + "message": "str" # Optional. Error details in case test run + was not successfully run. + } + ], + "executedDateTime": "2020-02-20 00:00:00", # Optional. Test run initiated + time. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "portalUrl": "str", # Optional. Portal url. + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "startDateTime": "2020-02-20 00:00:00", # Optional. The test run start + DateTime(ISO 8601 literal format). + "status": "str", # Optional. The test run status. Known values are: + "ACCEPTED", "NOTSTARTED", "PROVISIONING", "PROVISIONED", "CONFIGURING", + "CONFIGURED", "EXECUTING", "EXECUTED", "DEPROVISIONING", "DEPROVISIONED", "DONE", + "CANCELLING", "CANCELLED", "FAILED", "VALIDATION_SUCCESS", and + "VALIDATION_FAILURE". + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testArtifacts": { + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # + Optional. Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the + file. + "fileType": "str", # Optional. File type. + Known values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # + Optional. Validation failure error details. + "validationStatus": "str" # Optional. + Validation status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", + "VALIDATION_INITIATED", and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + }, + "outputArtifacts": { + "logsFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "resultFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + } + }, + "testId": "str", # Optional. Associated test Id. + "testResult": "str", # Optional. Test result for pass/Fail criteria used + during the test run. Known values are: "PASSED", "NOT_APPLICABLE", and "FAILED". + "testRunId": "str", # Optional. Unique test run name as identifier. + "testRunStatistics": { + "str": { + "errorCount": 0.0, # Optional. Error count. + "errorPct": 0.0, # Optional. Error percentage. + "maxResTime": 0.0, # Optional. Max response time. + "meanResTime": 0.0, # Optional. Mean response time. + "medianResTime": 0.0, # Optional. Median response time. + "minResTime": 0.0, # Optional. Minimum response time. + "pct1ResTime": 0.0, # Optional. 90 percentile response time. + "pct2ResTime": 0.0, # Optional. 95 percentile response time. + "pct3ResTime": 0.0, # Optional. 99 percentile response time. + "receivedKBytesPerSec": 0.0, # Optional. Received network + bytes. + "sampleCount": 0.0, # Optional. Sampler count. + "sentKBytesPerSec": 0.0, # Optional. Send network bytes. + "throughput": 0.0, # Optional. Throughput. + "transaction": "str" # Optional. Transaction name. + } + }, + "virtualUsers": 0 # Optional. Number of virtual users, for which test has + been run. + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + request = build_test_run_get_test_run_request( + test_run_id=test_run_id, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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) + + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) + + return cast(JSON, deserialized) + + @distributed_trace_async + async def delete_test_run( # pylint: disable=inconsistent-return-statements + self, test_run_id: str, **kwargs: Any + ) -> None: + """Delete a test run by its name. + + Delete a test run by its name. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :return: None + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_test_run_delete_test_run_request( + test_run_id=test_run_id, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + request, stream=False, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + if cls: + return cls(pipeline_response, None, {}) + + @distributed_trace_async + async def get_test_run_file(self, test_run_id: str, file_name: str, **kwargs: Any) -> JSON: + """Get test run file by file name. + + Get test run file by file name. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param file_name: Test run file name with file extension. Required. + :type file_name: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry time of the file + (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: "JMX_FILE", + "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation failure error + details. + "validationStatus": "str" # Optional. Validation status of the file. Known + values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", "VALIDATION_FAILURE", + "VALIDATION_INITIATED", and "VALIDATION_NOT_REQUIRED". + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + request = build_test_run_get_test_run_file_request( + test_run_id=test_run_id, + file_name=file_name, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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) + + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) + + return cast(JSON, deserialized) + + @distributed_trace + def list_test_runs( + self, + *, + orderby: Optional[str] = None, + search: Optional[str] = None, + test_id: Optional[str] = None, + execution_from: Optional[datetime.datetime] = None, + execution_to: Optional[datetime.datetime] = None, + status: Optional[str] = None, + **kwargs: Any + ) -> AsyncIterable[JSON]: + """Get all test runs with given filters. + + Get all test runs with given filters. + + :keyword orderby: Sort on the supported fields in (field asc/desc) format. eg: executedDateTime + asc. Supported fields - executedDateTime. Default value is None. + :paramtype orderby: str + :keyword search: Prefix based, case sensitive search on searchable fields - description, + executedUser. For example, to search for a test run, with description 500 VUs, the search + parameter can be 500. Default value is None. + :paramtype search: str + :keyword test_id: Unique name of an existing load test. Default value is None. + :paramtype test_id: str + :keyword execution_from: Start DateTime(ISO 8601 literal format) of test-run execution time + filter range. Default value is None. + :paramtype execution_from: ~datetime.datetime + :keyword execution_to: End DateTime(ISO 8601 literal format) of test-run execution time filter + range. Default value is None. + :paramtype execution_to: ~datetime.datetime + :keyword status: Comma separated list of test run status. Default value is None. + :paramtype status: str + :return: An iterator like instance of JSON object + :rtype: ~azure.core.async_paging.AsyncItemPaged[JSON] + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test run description. + "displayName": "str", # Optional. Display name of a testRun. + "duration": 0, # Optional. Test run duration in milliseconds. + "endDateTime": "2020-02-20 00:00:00", # Optional. The test run end + DateTime(ISO 8601 literal format). + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "errorDetails": [ + { + "message": "str" # Optional. Error details in case test run + was not successfully run. + } + ], + "executedDateTime": "2020-02-20 00:00:00", # Optional. Test run initiated + time. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "portalUrl": "str", # Optional. Portal url. + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "startDateTime": "2020-02-20 00:00:00", # Optional. The test run start + DateTime(ISO 8601 literal format). + "status": "str", # Optional. The test run status. Known values are: + "ACCEPTED", "NOTSTARTED", "PROVISIONING", "PROVISIONED", "CONFIGURING", + "CONFIGURED", "EXECUTING", "EXECUTED", "DEPROVISIONING", "DEPROVISIONED", "DONE", + "CANCELLING", "CANCELLED", "FAILED", "VALIDATION_SUCCESS", and + "VALIDATION_FAILURE". + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testArtifacts": { + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # + Optional. Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the + file. + "fileType": "str", # Optional. File type. + Known values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # + Optional. Validation failure error details. + "validationStatus": "str" # Optional. + Validation status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", + "VALIDATION_INITIATED", and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + }, + "outputArtifacts": { + "logsFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "resultFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + } + }, + "testId": "str", # Optional. Associated test Id. + "testResult": "str", # Optional. Test result for pass/Fail criteria used + during the test run. Known values are: "PASSED", "NOT_APPLICABLE", and "FAILED". + "testRunId": "str", # Optional. Unique test run name as identifier. + "testRunStatistics": { + "str": { + "errorCount": 0.0, # Optional. Error count. + "errorPct": 0.0, # Optional. Error percentage. + "maxResTime": 0.0, # Optional. Max response time. + "meanResTime": 0.0, # Optional. Mean response time. + "medianResTime": 0.0, # Optional. Median response time. + "minResTime": 0.0, # Optional. Minimum response time. + "pct1ResTime": 0.0, # Optional. 90 percentile response time. + "pct2ResTime": 0.0, # Optional. 95 percentile response time. + "pct3ResTime": 0.0, # Optional. 99 percentile response time. + "receivedKBytesPerSec": 0.0, # Optional. Received network + bytes. + "sampleCount": 0.0, # Optional. Sampler count. + "sentKBytesPerSec": 0.0, # Optional. Send network bytes. + "throughput": 0.0, # Optional. Throughput. + "transaction": "str" # Optional. Transaction name. + } + }, + "virtualUsers": 0 # Optional. Number of virtual users, for which test has + been run. + } + """ + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_test_run_list_test_runs_request( + orderby=orderby, + search=search, + test_id=test_id, + execution_from=execution_from, + execution_to=execution_to, + status=status, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url( + "self._config.endpoint", self._config.endpoint, "str", skip_quote=True + ), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + path_format_arguments = { + "Endpoint": self._serialize.url( + "self._config.endpoint", self._config.endpoint, "str", skip_quote=True + ), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + return request + + async def extract_data(pipeline_response): + deserialized = pipeline_response.http_response.json() + list_of_elem = deserialized["value"] + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.get("nextLink") or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + @distributed_trace_async + async def stop_test_run(self, test_run_id: str, **kwargs: Any) -> JSON: + """Stop test run by name. + + Stop test run by name. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test run description. + "displayName": "str", # Optional. Display name of a testRun. + "duration": 0, # Optional. Test run duration in milliseconds. + "endDateTime": "2020-02-20 00:00:00", # Optional. The test run end + DateTime(ISO 8601 literal format). + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "errorDetails": [ + { + "message": "str" # Optional. Error details in case test run + was not successfully run. + } + ], + "executedDateTime": "2020-02-20 00:00:00", # Optional. Test run initiated + time. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "portalUrl": "str", # Optional. Portal url. + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "startDateTime": "2020-02-20 00:00:00", # Optional. The test run start + DateTime(ISO 8601 literal format). + "status": "str", # Optional. The test run status. Known values are: + "ACCEPTED", "NOTSTARTED", "PROVISIONING", "PROVISIONED", "CONFIGURING", + "CONFIGURED", "EXECUTING", "EXECUTED", "DEPROVISIONING", "DEPROVISIONED", "DONE", + "CANCELLING", "CANCELLED", "FAILED", "VALIDATION_SUCCESS", and + "VALIDATION_FAILURE". + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testArtifacts": { + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # + Optional. Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the + file. + "fileType": "str", # Optional. File type. + Known values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # + Optional. Validation failure error details. + "validationStatus": "str" # Optional. + Validation status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", + "VALIDATION_INITIATED", and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + }, + "outputArtifacts": { + "logsFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "resultFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + } + }, + "testId": "str", # Optional. Associated test Id. + "testResult": "str", # Optional. Test result for pass/Fail criteria used + during the test run. Known values are: "PASSED", "NOT_APPLICABLE", and "FAILED". + "testRunId": "str", # Optional. Unique test run name as identifier. + "testRunStatistics": { + "str": { + "errorCount": 0.0, # Optional. Error count. + "errorPct": 0.0, # Optional. Error percentage. + "maxResTime": 0.0, # Optional. Max response time. + "meanResTime": 0.0, # Optional. Mean response time. + "medianResTime": 0.0, # Optional. Median response time. + "minResTime": 0.0, # Optional. Minimum response time. + "pct1ResTime": 0.0, # Optional. 90 percentile response time. + "pct2ResTime": 0.0, # Optional. 95 percentile response time. + "pct3ResTime": 0.0, # Optional. 99 percentile response time. + "receivedKBytesPerSec": 0.0, # Optional. Received network + bytes. + "sampleCount": 0.0, # Optional. Sampler count. + "sentKBytesPerSec": 0.0, # Optional. Send network bytes. + "throughput": 0.0, # Optional. Throughput. + "transaction": "str" # Optional. Transaction name. + } + }, + "virtualUsers": 0 # Optional. Number of virtual users, for which test has + been run. + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + request = build_test_run_stop_test_run_request( + test_run_id=test_run_id, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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) + + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) + + return cast(JSON, deserialized) + + @distributed_trace_async + async def get_metric_namespaces(self, test_run_id: str, **kwargs: Any) -> JSON: + """List the metric namespaces for a load test run. + + List the metric namespaces for a load test run. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "value": [ + { + "description": "str", # Optional. The namespace description. + "name": "str" # Optional. The metric namespace name. + } + ] + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + request = build_test_run_get_metric_namespaces_request( + test_run_id=test_run_id, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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) + + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) + + return cast(JSON, deserialized) + + @distributed_trace_async + async def get_metric_definitions(self, test_run_id: str, *, metric_namespace: str, **kwargs: Any) -> JSON: + """List the metric definitions for a load test run. + + List the metric definitions for a load test run. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :keyword metric_namespace: Metric namespace to query metric definitions for. Required. + :paramtype metric_namespace: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "value": [ + { + "description": "str", # Optional. The metric description. + "dimensions": [ + { + "description": "str", # Optional. The + description. + "name": "str" # Optional. The name. + } + ], + "metricAvailabilities": [ + { + "timeGrain": "str" # Optional. The time + grain specifies the aggregation interval for the metric. + Expressed as a duration 'PT1M', 'PT1H', etc. Known values are: + "PT5S", "PT10S", "PT1M", "PT5M", and "PT1H". + } + ], + "name": "str", # Optional. The metric name. + "namespace": "str", # Optional. The namespace the metric + belongs to. + "primaryAggregationType": "str", # Optional. The primary + aggregation type value defining how to use the values for display. Known + values are: "Average", "Count", "None", "Total", "Percentile90", + "Percentile95", and "Percentile99". + "supportedAggregationTypes": [ + "str" # Optional. The collection of what all + aggregation types are supported. + ], + "unit": "str" # Optional. The unit of the metric. Known + values are: "NotSpecified", "Percent", "Count", "Seconds", + "Milliseconds", "Bytes", "BytesPerSecond", and "CountPerSecond". + } + ] + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + request = build_test_run_get_metric_definitions_request( + test_run_id=test_run_id, + metric_namespace=metric_namespace, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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) + + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) + + return cast(JSON, deserialized) + + @overload + def list_metrics( + self, + test_run_id: str, + body: Optional[JSON] = None, + *, + metric_name: str, + metric_namespace: str, + time_interval: str, + aggregation: Optional[str] = None, + interval: Optional[str] = None, + content_type: str = "application/json", + **kwargs: Any + ) -> AsyncIterable[JSON]: + """List the metric values for a load test run. + + List the metric values for a load test run. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param body: Metric dimension filter. Default value is None. + :type body: JSON + :keyword metric_name: Metric name. Required. + :paramtype metric_name: str + :keyword metric_namespace: Metric namespace to query metric definitions for. Required. + :paramtype metric_namespace: str + :keyword time_interval: The timespan of the query. It is a string with the following format + 'startDateTime_ISO/endDateTime_ISO'. Required. + :paramtype time_interval: str + :keyword aggregation: The aggregation. Default value is None. + :paramtype aggregation: str + :keyword interval: The interval (i.e. timegrain) of the query. Known values are: "PT5S", + "PT10S", "PT1M", "PT5M", and "PT1H". Default value is None. + :paramtype interval: str + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: An iterator like instance of JSON object + :rtype: ~azure.core.async_paging.AsyncItemPaged[JSON] + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # JSON input template you can fill out and use as your body input. + body = { + "filters": [ + { + "name": "str", # Optional. The dimension name. + "values": [ + "str" # Optional. The dimension values. Maximum + values can be 20. + ] + } + ] + } + + # response body for status code(s): 200 + response == { + "data": [ + { + "timestamp": "str", # Optional. The timestamp for the metric + value in ISO 8601 format. + "value": 0.0 # Optional. The metric value. + } + ], + "dimensionValues": [ + { + "name": "str", # Optional. The name of the dimension. + "value": "str" # Optional. The value of the dimension. + } + ] + } + """ + + @overload + def list_metrics( + self, + test_run_id: str, + body: Optional[IO] = None, + *, + metric_name: str, + metric_namespace: str, + time_interval: str, + aggregation: Optional[str] = None, + interval: Optional[str] = None, + content_type: str = "application/json", + **kwargs: Any + ) -> AsyncIterable[JSON]: + """List the metric values for a load test run. + + List the metric values for a load test run. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param body: Metric dimension filter. Default value is None. + :type body: IO + :keyword metric_name: Metric name. Required. + :paramtype metric_name: str + :keyword metric_namespace: Metric namespace to query metric definitions for. Required. + :paramtype metric_namespace: str + :keyword time_interval: The timespan of the query. It is a string with the following format + 'startDateTime_ISO/endDateTime_ISO'. Required. + :paramtype time_interval: str + :keyword aggregation: The aggregation. Default value is None. + :paramtype aggregation: str + :keyword interval: The interval (i.e. timegrain) of the query. Known values are: "PT5S", + "PT10S", "PT1M", "PT5M", and "PT1H". Default value is None. + :paramtype interval: str + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: An iterator like instance of JSON object + :rtype: ~azure.core.async_paging.AsyncItemPaged[JSON] + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "data": [ + { + "timestamp": "str", # Optional. The timestamp for the metric + value in ISO 8601 format. + "value": 0.0 # Optional. The metric value. + } + ], + "dimensionValues": [ + { + "name": "str", # Optional. The name of the dimension. + "value": "str" # Optional. The value of the dimension. + } + ] + } + """ + + @distributed_trace + def list_metrics( + self, + test_run_id: str, + body: Optional[Union[JSON, IO]] = None, + *, + metric_name: str, + metric_namespace: str, + time_interval: str, + aggregation: Optional[str] = None, + interval: Optional[str] = None, + **kwargs: Any + ) -> AsyncIterable[JSON]: + """List the metric values for a load test run. + + List the metric values for a load test run. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param body: Metric dimension filter. Is either a JSON type or a IO type. Default value is + None. + :type body: JSON or IO + :keyword metric_name: Metric name. Required. + :paramtype metric_name: str + :keyword metric_namespace: Metric namespace to query metric definitions for. Required. + :paramtype metric_namespace: str + :keyword time_interval: The timespan of the query. It is a string with the following format + 'startDateTime_ISO/endDateTime_ISO'. Required. + :paramtype time_interval: str + :keyword aggregation: The aggregation. Default value is None. + :paramtype aggregation: str + :keyword interval: The interval (i.e. timegrain) of the query. Known values are: "PT5S", + "PT10S", "PT1M", "PT5M", and "PT1H". Default value is None. + :paramtype interval: str + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: str + :return: An iterator like instance of JSON object + :rtype: ~azure.core.async_paging.AsyncItemPaged[JSON] + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # JSON input template you can fill out and use as your body input. + body = { + "filters": [ + { + "name": "str", # Optional. The dimension name. + "values": [ + "str" # Optional. The dimension values. Maximum + values can be 20. + ] + } + ] + } + + # response body for status code(s): 200 + response == { + "data": [ + { + "timestamp": "str", # Optional. The timestamp for the metric + value in ISO 8601 format. + "value": 0.0 # Optional. The metric value. + } + ], + "dimensionValues": [ + { + "name": "str", # Optional. The name of the dimension. + "value": "str" # Optional. The value of the dimension. + } + ] + } + """ + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = kwargs.pop("params", {}) or {} + + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[JSON] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(body, (IO, bytes)): + _content = body + else: + if body is not None: + _json = body + else: + _json = None + + def prepare_request(next_link=None): + if not next_link: + + request = build_test_run_list_metrics_request( + test_run_id=test_run_id, + metric_name=metric_name, + metric_namespace=metric_namespace, + time_interval=time_interval, + aggregation=aggregation, + interval=interval, + content_type=content_type, + api_version=self._config.api_version, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url( + "self._config.endpoint", self._config.endpoint, "str", skip_quote=True + ), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + path_format_arguments = { + "Endpoint": self._serialize.url( + "self._config.endpoint", self._config.endpoint, "str", skip_quote=True + ), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + return request + + async def extract_data(pipeline_response): + deserialized = pipeline_response.http_response.json() + list_of_elem = deserialized["value"] + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.get("nextLink") or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + @distributed_trace + def list_metric_dimension_values( + self, + test_run_id: str, + name: str, + *, + metric_name: str, + metric_namespace: str, + time_interval: str, + interval: Optional[str] = None, + **kwargs: Any + ) -> AsyncIterable[str]: + """List the dimension values for the given metric dimension name. + + List the dimension values for the given metric dimension name. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param name: Dimension name. Required. + :type name: str + :keyword metric_name: Metric name. Required. + :paramtype metric_name: str + :keyword metric_namespace: Metric namespace to query metric definitions for. Required. + :paramtype metric_namespace: str + :keyword time_interval: The timespan of the query. It is a string with the following format + 'startDateTime_ISO/endDateTime_ISO'. Required. + :paramtype time_interval: str + :keyword interval: The interval (i.e. timegrain) of the query. Known values are: "PT5S", + "PT10S", "PT1M", "PT5M", and "PT1H". Default value is None. + :paramtype interval: str + :return: An iterator like instance of str + :rtype: ~azure.core.async_paging.AsyncItemPaged[str] + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == "str" # Optional. + """ + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_test_run_list_metric_dimension_values_request( + test_run_id=test_run_id, + name=name, + metric_name=metric_name, + metric_namespace=metric_namespace, + time_interval=time_interval, + interval=interval, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url( + "self._config.endpoint", self._config.endpoint, "str", skip_quote=True + ), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + path_format_arguments = { + "Endpoint": self._serialize.url( + "self._config.endpoint", self._config.endpoint, "str", skip_quote=True + ), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + return request + + async def extract_data(pipeline_response): + deserialized = pipeline_response.http_response.json() + list_of_elem = deserialized["value"] + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.get("nextLink") or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + @overload + async def create_or_update_app_components( + self, test_run_id: str, body: JSON, *, content_type: str = "application/merge-patch+json", **kwargs: Any + ) -> JSON: + """Associate an app component (collection of azure resources) to a test run. + + Associate an app component (collection of azure resources) to a test run. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param body: App Component model. Required. + :type body: JSON + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/merge-patch+json". + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # JSON input template you can fill out and use as your body input. + body = { + "components": { + "str": { + "displayName": "str", # Optional. Azure resource display + name. + "kind": "str", # Optional. Kind of Azure resource type. + "resourceGroup": "str", # Optional. Resource group name of + the Azure resource. + "resourceId": "str", # Optional. fully qualified resource Id + e.g + subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. + "resourceName": "str", # Optional. Azure resource name, + required while creating the app component. + "resourceType": "str", # Optional. Azure resource type, + required while creating the app component. + "subscriptionId": "str" # Optional. Subscription Id of the + Azure resource. + } + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "testRunId": "str" # Optional. Test run identifier. + } + + # response body for status code(s): 200, 201 + response == { + "components": { + "str": { + "displayName": "str", # Optional. Azure resource display + name. + "kind": "str", # Optional. Kind of Azure resource type. + "resourceGroup": "str", # Optional. Resource group name of + the Azure resource. + "resourceId": "str", # Optional. fully qualified resource Id + e.g + subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. + "resourceName": "str", # Optional. Azure resource name, + required while creating the app component. + "resourceType": "str", # Optional. Azure resource type, + required while creating the app component. + "subscriptionId": "str" # Optional. Subscription Id of the + Azure resource. + } + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "testRunId": "str" # Optional. Test run identifier. + } + """ + + @overload + async def create_or_update_app_components( + self, test_run_id: str, body: IO, *, content_type: str = "application/merge-patch+json", **kwargs: Any + ) -> JSON: + """Associate an app component (collection of azure resources) to a test run. + + Associate an app component (collection of azure resources) to a test run. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param body: App Component model. Required. + :type body: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/merge-patch+json". + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200, 201 + response == { + "components": { + "str": { + "displayName": "str", # Optional. Azure resource display + name. + "kind": "str", # Optional. Kind of Azure resource type. + "resourceGroup": "str", # Optional. Resource group name of + the Azure resource. + "resourceId": "str", # Optional. fully qualified resource Id + e.g + subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. + "resourceName": "str", # Optional. Azure resource name, + required while creating the app component. + "resourceType": "str", # Optional. Azure resource type, + required while creating the app component. + "subscriptionId": "str" # Optional. Subscription Id of the + Azure resource. + } + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "testRunId": "str" # Optional. Test run identifier. + } + """ + + @distributed_trace_async + async def create_or_update_app_components(self, test_run_id: str, body: Union[JSON, IO], **kwargs: Any) -> JSON: + """Associate an app component (collection of azure resources) to a test run. + + Associate an app component (collection of azure resources) to a test run. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param body: App Component model. Is either a JSON type or a IO type. Required. + :type body: JSON or IO + :keyword content_type: Body Parameter content-type. Known values are: + 'application/merge-patch+json'. Default value is None. + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # JSON input template you can fill out and use as your body input. + body = { + "components": { + "str": { + "displayName": "str", # Optional. Azure resource display + name. + "kind": "str", # Optional. Kind of Azure resource type. + "resourceGroup": "str", # Optional. Resource group name of + the Azure resource. + "resourceId": "str", # Optional. fully qualified resource Id + e.g + subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. + "resourceName": "str", # Optional. Azure resource name, + required while creating the app component. + "resourceType": "str", # Optional. Azure resource type, + required while creating the app component. + "subscriptionId": "str" # Optional. Subscription Id of the + Azure resource. + } + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "testRunId": "str" # Optional. Test run identifier. + } + + # response body for status code(s): 200, 201 + response == { + "components": { + "str": { + "displayName": "str", # Optional. Azure resource display + name. + "kind": "str", # Optional. Kind of Azure resource type. + "resourceGroup": "str", # Optional. Resource group name of + the Azure resource. + "resourceId": "str", # Optional. fully qualified resource Id + e.g + subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. + "resourceName": "str", # Optional. Azure resource name, + required while creating the app component. + "resourceType": "str", # Optional. Azure resource type, + required while creating the app component. + "subscriptionId": "str" # Optional. Subscription Id of the + Azure resource. + } + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "testRunId": "str" # Optional. Test run identifier. + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = kwargs.pop("params", {}) or {} + + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[JSON] = kwargs.pop("cls", None) + + content_type = content_type or "application/merge-patch+json" + _json = None + _content = None + if isinstance(body, (IO, bytes)): + _content = body + else: + _json = body + + request = build_test_run_create_or_update_app_components_request( + test_run_id=test_run_id, + content_type=content_type, + api_version=self._config.api_version, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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) + raise HttpResponseError(response=response) + + if response.status_code == 200: + if response.content: + deserialized = response.json() + else: + deserialized = None + + if response.status_code == 201: + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) # type: ignore + + return cast(JSON, deserialized) # type: ignore + + @distributed_trace_async + async def get_app_components(self, test_run_id: str, **kwargs: Any) -> JSON: + """Get associated app component (collection of azure resources) for the given test run. + + Get associated app component (collection of azure resources) for the given test run. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "components": { + "str": { + "displayName": "str", # Optional. Azure resource display + name. + "kind": "str", # Optional. Kind of Azure resource type. + "resourceGroup": "str", # Optional. Resource group name of + the Azure resource. + "resourceId": "str", # Optional. fully qualified resource Id + e.g + subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. + "resourceName": "str", # Optional. Azure resource name, + required while creating the app component. + "resourceType": "str", # Optional. Azure resource type, + required while creating the app component. + "subscriptionId": "str" # Optional. Subscription Id of the + Azure resource. + } + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "testRunId": "str" # Optional. Test run identifier. + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + request = build_test_run_get_app_components_request( + test_run_id=test_run_id, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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) + + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) + + return cast(JSON, deserialized) + + @overload + async def create_or_update_server_metrics_config( + self, test_run_id: str, body: JSON, *, content_type: str = "application/merge-patch+json", **kwargs: Any + ) -> JSON: + """Configure server metrics for a test run. + + Configure server metrics for a test run. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param body: Server metric configuration model. Required. + :type body: JSON + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/merge-patch+json". + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # JSON input template you can fill out and use as your body input. + body = { + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "metrics": { + "str": { + "aggregation": "str", # Metric aggregation. Required. + "metricNamespace": "str", # Metric name space. Required. + "name": "str", # The invariant value of metric name. + Required. + "resourceId": "str", # Azure resource id. Required. + "resourceType": "str", # Azure resource type. Required. + "displayDescription": "str", # Optional. Metric description. + "id": "str", # Optional. Unique name for metric. + "unit": "str" # Optional. Metric unit. + } + }, + "testRunId": "str" # Optional. Test run identifier. + } + + # response body for status code(s): 200, 201 + response == { + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "metrics": { + "str": { + "aggregation": "str", # Metric aggregation. Required. + "metricNamespace": "str", # Metric name space. Required. + "name": "str", # The invariant value of metric name. + Required. + "resourceId": "str", # Azure resource id. Required. + "resourceType": "str", # Azure resource type. Required. + "displayDescription": "str", # Optional. Metric description. + "id": "str", # Optional. Unique name for metric. + "unit": "str" # Optional. Metric unit. + } + }, + "testRunId": "str" # Optional. Test run identifier. + } + """ + + @overload + async def create_or_update_server_metrics_config( + self, test_run_id: str, body: IO, *, content_type: str = "application/merge-patch+json", **kwargs: Any + ) -> JSON: + """Configure server metrics for a test run. + + Configure server metrics for a test run. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param body: Server metric configuration model. Required. + :type body: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/merge-patch+json". + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200, 201 + response == { + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "metrics": { + "str": { + "aggregation": "str", # Metric aggregation. Required. + "metricNamespace": "str", # Metric name space. Required. + "name": "str", # The invariant value of metric name. + Required. + "resourceId": "str", # Azure resource id. Required. + "resourceType": "str", # Azure resource type. Required. + "displayDescription": "str", # Optional. Metric description. + "id": "str", # Optional. Unique name for metric. + "unit": "str" # Optional. Metric unit. + } + }, + "testRunId": "str" # Optional. Test run identifier. + } + """ + + @distributed_trace_async + async def create_or_update_server_metrics_config( + self, test_run_id: str, body: Union[JSON, IO], **kwargs: Any + ) -> JSON: + """Configure server metrics for a test run. + + Configure server metrics for a test run. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param body: Server metric configuration model. Is either a JSON type or a IO type. Required. + :type body: JSON or IO + :keyword content_type: Body Parameter content-type. Known values are: + 'application/merge-patch+json'. Default value is None. + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # JSON input template you can fill out and use as your body input. + body = { + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "metrics": { + "str": { + "aggregation": "str", # Metric aggregation. Required. + "metricNamespace": "str", # Metric name space. Required. + "name": "str", # The invariant value of metric name. + Required. + "resourceId": "str", # Azure resource id. Required. + "resourceType": "str", # Azure resource type. Required. + "displayDescription": "str", # Optional. Metric description. + "id": "str", # Optional. Unique name for metric. + "unit": "str" # Optional. Metric unit. + } + }, + "testRunId": "str" # Optional. Test run identifier. + } + + # response body for status code(s): 200, 201 + response == { + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "metrics": { + "str": { + "aggregation": "str", # Metric aggregation. Required. + "metricNamespace": "str", # Metric name space. Required. + "name": "str", # The invariant value of metric name. + Required. + "resourceId": "str", # Azure resource id. Required. + "resourceType": "str", # Azure resource type. Required. + "displayDescription": "str", # Optional. Metric description. + "id": "str", # Optional. Unique name for metric. + "unit": "str" # Optional. Metric unit. + } + }, + "testRunId": "str" # Optional. Test run identifier. + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = kwargs.pop("params", {}) or {} + + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[JSON] = kwargs.pop("cls", None) + + content_type = content_type or "application/merge-patch+json" + _json = None + _content = None + if isinstance(body, (IO, bytes)): + _content = body + else: + _json = body + + request = build_test_run_create_or_update_server_metrics_config_request( + test_run_id=test_run_id, + content_type=content_type, + api_version=self._config.api_version, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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) + raise HttpResponseError(response=response) + + if response.status_code == 200: + if response.content: + deserialized = response.json() + else: + deserialized = None + + if response.status_code == 201: + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) # type: ignore + + return cast(JSON, deserialized) # type: ignore + + @distributed_trace_async + async def get_server_metrics_config(self, test_run_id: str, **kwargs: Any) -> JSON: + """List server metrics configuration for the given test run. + + List server metrics configuration for the given test run. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "metrics": { + "str": { + "aggregation": "str", # Metric aggregation. Required. + "metricNamespace": "str", # Metric name space. Required. + "name": "str", # The invariant value of metric name. + Required. + "resourceId": "str", # Azure resource id. Required. + "resourceType": "str", # Azure resource type. Required. + "displayDescription": "str", # Optional. Metric description. + "id": "str", # Optional. Unique name for metric. + "unit": "str" # Optional. Metric unit. + } + }, + "testRunId": "str" # Optional. Test run identifier. + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + request = build_test_run_get_server_metrics_config_request( + test_run_id=test_run_id, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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) + + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) + + return cast(JSON, deserialized) diff --git a/src/load/azext_load/vendored_sdks/loadtesting/_generated/aio/operations/_patch.py b/src/load/azext_load/vendored_sdks/loadtesting/_generated/aio/operations/_patch.py new file mode 100644 index 00000000000..644aaddf29d --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting/_generated/aio/operations/_patch.py @@ -0,0 +1,187 @@ +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ +"""Customize generated code here. + +Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize +""" +import asyncio +import logging +from functools import partial +from typing import List, Optional, Any, IO, Union, Callable, overload, Generic, TypeVar + +from azure.core.polling import AsyncPollingMethod, AsyncLROPoller +from azure.core.tracing.decorator import distributed_trace + +from ._operations import AdministrationOperations as AdministrationOperationsGenerated, JSON +from ._operations import TestRunOperations as TestRunOperationsGenerated + +PollingReturnType = TypeVar("PollingReturnType") +logger = logging.getLogger(__name__) + + +class AsyncLoadTestingPollingMethod(AsyncPollingMethod): + """Base class for custom async polling methods.""" + + def _update_status(self) -> None: + raise NotImplementedError("This method needs to be implemented") + + async def _update_resource(self) -> None: + self._resource = await self._command() + + def initialize(self, client, initial_response, deserialization_callback) -> None: + self._command = client + self._initial_response = initial_response + self._resource = initial_response + + def status(self) -> str: + return self._status + + def finished(self) -> bool: + return self._status in self._termination_statuses + + def resource(self) -> JSON: + return self._resource + + async def run(self) -> None: + try: + while not self.finished(): + await self._update_resource() + self._update_status() + + if not self.finished(): + await asyncio.sleep(self._polling_interval) + except Exception as e: + logger.error(e) + raise e + + +class AsyncValidationCheckPoller(AsyncLoadTestingPollingMethod): + def __init__(self, interval=5) -> None: + self._resource = None + self._command = None + self._initial_response = None + self._polling_interval = interval + self._status = None + self._termination_statuses = ["VALIDATION_SUCCESS", "VALIDATION_FAILED", "VALIDATION_NOT_REQUIRED"] + + def _update_status(self) -> None: + self._status = self._resource["validationStatus"] + + +class AsyncTestRunStatusPoller(AsyncLoadTestingPollingMethod): + def __init__(self, interval=5) -> None: + self._resource = None + self._command = None + self._initial_response = None + self._polling_interval = interval + self._status = None + self._termination_statuses = ["DONE", "FAILED", "CANCELLED"] + + def _update_status(self) -> None: + self._status = self._resource["status"] + + +class AdministrationOperations(AdministrationOperationsGenerated): + """ + for performing the operations on test + """ + + def __init__(self, *args, **kwargs): + super(AdministrationOperations, self).__init__(*args, **kwargs) + + @distributed_trace + async def begin_upload_test_file( + self, test_id: str, file_name: str, body: IO, *, file_type: Optional[str] = None, **kwargs: Any + ) -> AsyncLROPoller[JSON]: + """Upload file to the test + + :param test_id: Unique id for the test + :type test_id: str + :param file_name: Name of the file to be uploaded + :type file_name: str + :param body: File content to be uploaded + :type body: IO + :param file_type: Type of the file to be uploaded + :type file_type: str + :return: An instance of LROPoller object to check the validation status of file + :rtype: ~azure.core.polling.LROPoller + :raises ~azure.core.exceptions.HttpResponseError: + :raises ~azure.core.exceptions.ResourceNotFoundError: + """ + + polling_interval = kwargs.pop("_polling_interval", None) + if polling_interval is None: + polling_interval = 5 + upload_test_file_operation = await super().begin_upload_test_file( + test_id=test_id, file_name=file_name, body=body, file_type=file_type, **kwargs + ) + + command = partial(self.get_test_file, test_id=test_id, file_name=file_name) + + create_validation_status_polling = AsyncValidationCheckPoller(interval=polling_interval) + return AsyncLROPoller(command, upload_test_file_operation, lambda *_: None, create_validation_status_polling) + + +class TestRunOperations(TestRunOperationsGenerated): + """ + class to perform operations on TestRun + """ + + def __init__(self, *args, **kwargs): + super(TestRunOperations, self).__init__(*args, **kwargs) + + @distributed_trace + async def begin_test_run( + self, test_run_id: str, body: Union[JSON, IO], *, old_test_run_id: Optional[str] = None, **kwargs: Any + ) -> AsyncLROPoller[JSON]: + """Create and start a new test run with the given name. + + Create and start a new test run with the given name. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param body: Load test run model. Is either a model type or a IO type. Required. + :type body: JSON or IO + :keyword old_test_run_id: Existing test run identifier that should be rerun, if this is + provided, the test will run with the JMX file, configuration and app components from the + existing test run. You can override the configuration values for new test run in the request + body. Default value is None. + :paramtype old_test_run_id: str + :keyword content_type: Body Parameter content-type. Known values are: + 'application/merge-patch+json'. Default value is None. + :paramtype content_type: str + + :rtype: ~azure.developer.loadtesting._polling.LoadTestingLROPoller + :raises ~azure.core.exceptions.HttpResponseError: + :raises ~azure.core.exceptions.ResourceNotFoundError: + """ + + polling_interval = kwargs.pop("_polling_interval", None) + if polling_interval is None: + polling_interval = 5 + create_or_update_test_run_operation = await super()._test_run_initial( + test_run_id, body, old_test_run_id=old_test_run_id, **kwargs + ) + + command = partial(self.get_test_run, test_run_id=test_run_id) + + create_test_run_polling = AsyncTestRunStatusPoller(interval=polling_interval) + return AsyncLROPoller(command, create_or_update_test_run_operation, lambda *_: None, create_test_run_polling) + + +__all__: List[str] = ["AdministrationOperations", "TestRunOperations"] + + +# Add all objects you want publicly available to users at this package level + + +def patch_sdk(): + """Do not remove from this file. + + `patch_sdk` is a last resort escape hatch that allows you to do customizations + you can't accomplish using the techniques described in + https://aka.ms/azsdk/python/dpcodegen/python/customize + """ diff --git a/src/load/azext_load/vendored_sdks/loadtesting/_generated/operations/__init__.py b/src/load/azext_load/vendored_sdks/loadtesting/_generated/operations/__init__.py new file mode 100644 index 00000000000..499aa580cf0 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting/_generated/operations/__init__.py @@ -0,0 +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. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from ._operations import AdministrationOperations +from ._operations import TestRunOperations + +from ._patch import __all__ as _patch_all +from ._patch import * # pylint: disable=unused-wildcard-import +from ._patch import patch_sdk as _patch_sdk + +__all__ = [ + "AdministrationOperations", + "TestRunOperations", +] +__all__.extend([p for p in _patch_all if p not in __all__]) +_patch_sdk() diff --git a/src/load/azext_load/vendored_sdks/loadtesting/_generated/operations/_operations.py b/src/load/azext_load/vendored_sdks/loadtesting/_generated/operations/_operations.py new file mode 100644 index 00000000000..bdec8bddcb5 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting/_generated/operations/_operations.py @@ -0,0 +1,7242 @@ +# pylint: disable=too-many-lines +# 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 datetime +import sys +from typing import Any, Callable, Dict, IO, Iterable, Optional, TypeVar, Union, cast, overload +import urllib.parse + +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.paging import ItemPaged +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import HttpResponse +from azure.core.polling import LROPoller, NoPolling, PollingMethod +from azure.core.polling.base_polling import LROBasePolling +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict + +from .._serialization import Serializer +from .._vendor import _format_url_section + +if sys.version_info >= (3, 9): + from collections.abc import MutableMapping +else: + from typing import MutableMapping # type: ignore # pylint: disable=ungrouped-imports +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +JSON = MutableMapping[str, Any] # pylint: disable=unsubscriptable-object +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_administration_create_or_update_test_request(test_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + api_version: Literal["2022-11-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-11-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = "/tests/{testId}" + path_format_arguments = { + "testId": _SERIALIZER.url("test_id", test_id, "str", max_length=50, min_length=2, pattern=r"^[a-z0-9_-]*$"), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PATCH", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_administration_delete_test_request(test_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-11-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-11-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = "/tests/{testId}" + path_format_arguments = { + "testId": _SERIALIZER.url("test_id", test_id, "str", max_length=50, min_length=2, pattern=r"^[a-z0-9_-]*$"), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="DELETE", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_administration_get_test_request(test_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-11-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-11-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = "/tests/{testId}" + path_format_arguments = { + "testId": _SERIALIZER.url("test_id", test_id, "str", max_length=50, min_length=2, pattern=r"^[a-z0-9_-]*$"), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_administration_list_tests_request( + *, + orderby: Optional[str] = None, + search: Optional[str] = None, + last_modified_start_time: Optional[datetime.datetime] = None, + last_modified_end_time: Optional[datetime.datetime] = None, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-11-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-11-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = "/tests" + + # Construct parameters + if orderby is not None: + _params["orderby"] = _SERIALIZER.query("orderby", orderby, "str") + if search is not None: + _params["search"] = _SERIALIZER.query("search", search, "str") + if last_modified_start_time is not None: + _params["lastModifiedStartTime"] = _SERIALIZER.query( + "last_modified_start_time", last_modified_start_time, "iso-8601" + ) + if last_modified_end_time is not None: + _params["lastModifiedEndTime"] = _SERIALIZER.query("last_modified_end_time", last_modified_end_time, "iso-8601") + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_administration_begin_upload_test_file_request( + test_id: str, file_name: str, *, content: IO, file_type: Optional[str] = None, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + api_version: Literal["2022-11-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-11-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = "/tests/{testId}/files/{fileName}" + path_format_arguments = { + "testId": _SERIALIZER.url("test_id", test_id, "str", max_length=50, min_length=2, pattern=r"^[a-z0-9_-]*$"), + "fileName": _SERIALIZER.url("file_name", file_name, "str"), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + if file_type is not None: + _params["fileType"] = _SERIALIZER.query("file_type", file_type, "str") + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PUT", url=_url, params=_params, headers=_headers, content=content, **kwargs) + + +def build_administration_get_test_file_request(test_id: str, file_name: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-11-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-11-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = "/tests/{testId}/files/{fileName}" + path_format_arguments = { + "testId": _SERIALIZER.url("test_id", test_id, "str", max_length=50, min_length=2, pattern=r"^[a-z0-9_-]*$"), + "fileName": _SERIALIZER.url("file_name", file_name, "str"), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_administration_delete_test_file_request(test_id: str, file_name: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-11-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-11-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = "/tests/{testId}/files/{fileName}" + path_format_arguments = { + "testId": _SERIALIZER.url("test_id", test_id, "str", max_length=50, min_length=2, pattern=r"^[a-z0-9_-]*$"), + "fileName": _SERIALIZER.url("file_name", file_name, "str"), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="DELETE", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_administration_list_test_files_request(test_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-11-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-11-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = "/tests/{testId}/files" + path_format_arguments = { + "testId": _SERIALIZER.url("test_id", test_id, "str", max_length=50, min_length=2, pattern=r"^[a-z0-9_-]*$"), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_administration_create_or_update_app_components_request(test_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + api_version: Literal["2022-11-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-11-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = "/tests/{testId}/app-components" + path_format_arguments = { + "testId": _SERIALIZER.url("test_id", test_id, "str", max_length=50, min_length=2, pattern=r"^[a-z0-9_-]*$"), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PATCH", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_administration_get_app_components_request(test_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-11-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-11-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = "/tests/{testId}/app-components" + path_format_arguments = { + "testId": _SERIALIZER.url("test_id", test_id, "str", max_length=50, min_length=2, pattern=r"^[a-z0-9_-]*$"), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_administration_create_or_update_server_metrics_config_request(test_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + api_version: Literal["2022-11-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-11-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = "/tests/{testId}/server-metrics-config" + path_format_arguments = { + "testId": _SERIALIZER.url("test_id", test_id, "str", max_length=50, min_length=2, pattern=r"^[a-z0-9_-]*$"), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PATCH", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_administration_get_server_metrics_config_request(test_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-11-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-11-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = "/tests/{testId}/server-metrics-config" + path_format_arguments = { + "testId": _SERIALIZER.url("test_id", test_id, "str", max_length=50, min_length=2, pattern=r"^[a-z0-9_-]*$"), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_test_run_test_run_request( + test_run_id: str, *, old_test_run_id: Optional[str] = None, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + api_version: Literal["2022-11-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-11-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = "/test-runs/{testRunId}" + path_format_arguments = { + "testRunId": _SERIALIZER.url( + "test_run_id", test_run_id, "str", max_length=50, min_length=2, pattern=r"^[a-z0-9_-]*$" + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + if old_test_run_id is not None: + _params["oldTestRunId"] = _SERIALIZER.query("old_test_run_id", old_test_run_id, "str") + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PATCH", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_test_run_get_test_run_request(test_run_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-11-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-11-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = "/test-runs/{testRunId}" + path_format_arguments = { + "testRunId": _SERIALIZER.url( + "test_run_id", test_run_id, "str", max_length=50, min_length=2, pattern=r"^[a-z0-9_-]*$" + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_test_run_delete_test_run_request(test_run_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-11-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-11-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = "/test-runs/{testRunId}" + path_format_arguments = { + "testRunId": _SERIALIZER.url( + "test_run_id", test_run_id, "str", max_length=50, min_length=2, pattern=r"^[a-z0-9_-]*$" + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="DELETE", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_test_run_get_test_run_file_request(test_run_id: str, file_name: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-11-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-11-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = "/test-runs/{testRunId}/files/{fileName}" + path_format_arguments = { + "testRunId": _SERIALIZER.url( + "test_run_id", test_run_id, "str", max_length=50, min_length=2, pattern=r"^[a-z0-9_-]*$" + ), + "fileName": _SERIALIZER.url("file_name", file_name, "str"), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_test_run_list_test_runs_request( + *, + orderby: Optional[str] = None, + search: Optional[str] = None, + test_id: Optional[str] = None, + execution_from: Optional[datetime.datetime] = None, + execution_to: Optional[datetime.datetime] = None, + status: Optional[str] = None, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-11-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-11-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = "/test-runs" + + # Construct parameters + if orderby is not None: + _params["orderby"] = _SERIALIZER.query("orderby", orderby, "str") + if search is not None: + _params["search"] = _SERIALIZER.query("search", search, "str") + if test_id is not None: + _params["testId"] = _SERIALIZER.query("test_id", test_id, "str") + if execution_from is not None: + _params["executionFrom"] = _SERIALIZER.query("execution_from", execution_from, "iso-8601") + if execution_to is not None: + _params["executionTo"] = _SERIALIZER.query("execution_to", execution_to, "iso-8601") + if status is not None: + _params["status"] = _SERIALIZER.query("status", status, "str") + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_test_run_stop_test_run_request(test_run_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-11-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-11-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = "/test-runs/{testRunId}:stop" + path_format_arguments = { + "testRunId": _SERIALIZER.url( + "test_run_id", test_run_id, "str", max_length=50, min_length=2, pattern=r"^[a-z0-9_-]*$" + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="POST", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_test_run_get_metric_namespaces_request(test_run_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-11-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-11-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = "/test-runs/{testRunId}/metric-namespaces" + path_format_arguments = { + "testRunId": _SERIALIZER.url( + "test_run_id", test_run_id, "str", max_length=50, min_length=2, pattern=r"^[a-z0-9_-]*$" + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_test_run_get_metric_definitions_request( + test_run_id: str, *, metric_namespace: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-11-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-11-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = "/test-runs/{testRunId}/metric-definitions" + path_format_arguments = { + "testRunId": _SERIALIZER.url( + "test_run_id", test_run_id, "str", max_length=50, min_length=2, pattern=r"^[a-z0-9_-]*$" + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["metricNamespace"] = _SERIALIZER.query("metric_namespace", metric_namespace, "str") + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_test_run_list_metrics_request( + test_run_id: str, + *, + metric_name: str, + metric_namespace: str, + time_interval: str, + aggregation: Optional[str] = None, + interval: Optional[str] = None, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + api_version: Literal["2022-11-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-11-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = "/test-runs/{testRunId}/metrics" + path_format_arguments = { + "testRunId": _SERIALIZER.url( + "test_run_id", test_run_id, "str", max_length=50, min_length=2, pattern=r"^[a-z0-9_-]*$" + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + if aggregation is not None: + _params["aggregation"] = _SERIALIZER.query("aggregation", aggregation, "str") + if interval is not None: + _params["interval"] = _SERIALIZER.query("interval", interval, "str") + _params["metricname"] = _SERIALIZER.query("metric_name", metric_name, "str") + _params["metricNamespace"] = _SERIALIZER.query("metric_namespace", metric_namespace, "str") + _params["timespan"] = _SERIALIZER.query("time_interval", time_interval, "str") + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="POST", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_test_run_list_metric_dimension_values_request( + test_run_id: str, + name: str, + *, + metric_name: str, + metric_namespace: str, + time_interval: str, + interval: Optional[str] = None, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-11-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-11-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = "/test-runs/{testRunId}/metric-dimensions/{name}/values" + path_format_arguments = { + "testRunId": _SERIALIZER.url( + "test_run_id", test_run_id, "str", max_length=50, min_length=2, pattern=r"^[a-z0-9_-]*$" + ), + "name": _SERIALIZER.url("name", name, "str"), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + if interval is not None: + _params["interval"] = _SERIALIZER.query("interval", interval, "str") + _params["metricname"] = _SERIALIZER.query("metric_name", metric_name, "str") + _params["metricNamespace"] = _SERIALIZER.query("metric_namespace", metric_namespace, "str") + _params["timespan"] = _SERIALIZER.query("time_interval", time_interval, "str") + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_test_run_create_or_update_app_components_request(test_run_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + api_version: Literal["2022-11-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-11-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = "/test-runs/{testRunId}/app-components" + path_format_arguments = { + "testRunId": _SERIALIZER.url( + "test_run_id", test_run_id, "str", max_length=50, min_length=2, pattern=r"^[a-z0-9_-]*$" + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PATCH", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_test_run_get_app_components_request(test_run_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-11-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-11-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = "/test-runs/{testRunId}/app-components" + path_format_arguments = { + "testRunId": _SERIALIZER.url( + "test_run_id", test_run_id, "str", max_length=50, min_length=2, pattern=r"^[a-z0-9_-]*$" + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_test_run_create_or_update_server_metrics_config_request(test_run_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + api_version: Literal["2022-11-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-11-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = "/test-runs/{testRunId}/server-metrics-config" + path_format_arguments = { + "testRunId": _SERIALIZER.url( + "test_run_id", test_run_id, "str", max_length=50, min_length=2, pattern=r"^[a-z0-9_-]*$" + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PATCH", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_test_run_get_server_metrics_config_request(test_run_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-11-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-11-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = "/test-runs/{testRunId}/server-metrics-config" + path_format_arguments = { + "testRunId": _SERIALIZER.url( + "test_run_id", test_run_id, "str", max_length=50, min_length=2, pattern=r"^[a-z0-9_-]*$" + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +class AdministrationOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.developer.loadtesting._generated.LoadTestingClient`'s + :attr:`administration` attribute. + """ + + def __init__(self, *args, **kwargs): + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @overload + def create_or_update_test( + self, test_id: str, body: JSON, *, content_type: str = "application/merge-patch+json", **kwargs: Any + ) -> JSON: + """Create a new test or update an existing test. + + Create a new test or update an existing test. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :param body: Load test model. Required. + :type body: JSON + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/merge-patch+json". + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # JSON input template you can fill out and use as your body input. + body = { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test description. + "displayName": "str", # Optional. Display name of a test. + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + } + }, + "keyvaultReferenceIdentityId": "str", # Optional. Resource Id of the managed + identity referencing the Key vault. + "keyvaultReferenceIdentityType": "str", # Optional. Type of the managed + identity referencing the Key vault. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testId": "str" # Optional. Unique test name as identifier. + } + + # response body for status code(s): 200, 201 + response == { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test description. + "displayName": "str", # Optional. Display name of a test. + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + } + }, + "keyvaultReferenceIdentityId": "str", # Optional. Resource Id of the managed + identity referencing the Key vault. + "keyvaultReferenceIdentityType": "str", # Optional. Type of the managed + identity referencing the Key vault. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testId": "str" # Optional. Unique test name as identifier. + } + """ + + @overload + def create_or_update_test( + self, test_id: str, body: IO, *, content_type: str = "application/merge-patch+json", **kwargs: Any + ) -> JSON: + """Create a new test or update an existing test. + + Create a new test or update an existing test. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :param body: Load test model. Required. + :type body: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/merge-patch+json". + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200, 201 + response == { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test description. + "displayName": "str", # Optional. Display name of a test. + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + } + }, + "keyvaultReferenceIdentityId": "str", # Optional. Resource Id of the managed + identity referencing the Key vault. + "keyvaultReferenceIdentityType": "str", # Optional. Type of the managed + identity referencing the Key vault. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testId": "str" # Optional. Unique test name as identifier. + } + """ + + @distributed_trace + def create_or_update_test(self, test_id: str, body: Union[JSON, IO], **kwargs: Any) -> JSON: + """Create a new test or update an existing test. + + Create a new test or update an existing test. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :param body: Load test model. Is either a JSON type or a IO type. Required. + :type body: JSON or IO + :keyword content_type: Body Parameter content-type. Known values are: + 'application/merge-patch+json'. Default value is None. + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # JSON input template you can fill out and use as your body input. + body = { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test description. + "displayName": "str", # Optional. Display name of a test. + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + } + }, + "keyvaultReferenceIdentityId": "str", # Optional. Resource Id of the managed + identity referencing the Key vault. + "keyvaultReferenceIdentityType": "str", # Optional. Type of the managed + identity referencing the Key vault. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testId": "str" # Optional. Unique test name as identifier. + } + + # response body for status code(s): 200, 201 + response == { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test description. + "displayName": "str", # Optional. Display name of a test. + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + } + }, + "keyvaultReferenceIdentityId": "str", # Optional. Resource Id of the managed + identity referencing the Key vault. + "keyvaultReferenceIdentityType": "str", # Optional. Type of the managed + identity referencing the Key vault. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testId": "str" # Optional. Unique test name as identifier. + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = kwargs.pop("params", {}) or {} + + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[JSON] = kwargs.pop("cls", None) + + content_type = content_type or "application/merge-patch+json" + _json = None + _content = None + if isinstance(body, (IO, bytes)): + _content = body + else: + _json = body + + request = build_administration_create_or_update_test_request( + test_id=test_id, + content_type=content_type, + api_version=self._config.api_version, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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) + raise HttpResponseError(response=response) + + if response.status_code == 200: + if response.content: + deserialized = response.json() + else: + deserialized = None + + if response.status_code == 201: + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) # type: ignore + + return cast(JSON, deserialized) # type: ignore + + @distributed_trace + def delete_test(self, test_id: str, **kwargs: Any) -> None: # pylint: disable=inconsistent-return-statements + """Delete a test by its name. + + Delete a test by its name. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :return: None + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_administration_delete_test_request( + test_id=test_id, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=False, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + if cls: + return cls(pipeline_response, None, {}) + + @distributed_trace + def get_test(self, test_id: str, **kwargs: Any) -> JSON: + """Get load test details by test name. + + Get load test details by test name. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test description. + "displayName": "str", # Optional. Display name of a test. + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + } + }, + "keyvaultReferenceIdentityId": "str", # Optional. Resource Id of the managed + identity referencing the Key vault. + "keyvaultReferenceIdentityType": "str", # Optional. Type of the managed + identity referencing the Key vault. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testId": "str" # Optional. Unique test name as identifier. + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + request = build_administration_get_test_request( + test_id=test_id, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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) + + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) + + return cast(JSON, deserialized) + + @distributed_trace + def list_tests( + self, + *, + orderby: Optional[str] = None, + search: Optional[str] = None, + last_modified_start_time: Optional[datetime.datetime] = None, + last_modified_end_time: Optional[datetime.datetime] = None, + **kwargs: Any + ) -> Iterable[JSON]: + """Get all load tests by the fully qualified resource Id e.g + subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. + + Get all load tests by the fully qualified resource Id e.g + subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. + + :keyword orderby: Sort on the supported fields in (field asc/desc) format. eg: + lastModifiedDateTime asc. Supported fields - lastModifiedDateTime. Default value is None. + :paramtype orderby: str + :keyword search: Prefix based, case sensitive search on searchable fields - displayName, + createdBy. For example, to search for a test, with display name is Login Test, the search + parameter can be Login. Default value is None. + :paramtype search: str + :keyword last_modified_start_time: Start DateTime(ISO 8601 literal format) of the last updated + time range to filter tests. Default value is None. + :paramtype last_modified_start_time: ~datetime.datetime + :keyword last_modified_end_time: End DateTime(ISO 8601 literal format) of the last updated time + range to filter tests. Default value is None. + :paramtype last_modified_end_time: ~datetime.datetime + :return: An iterator like instance of JSON object + :rtype: ~azure.core.paging.ItemPaged[JSON] + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test description. + "displayName": "str", # Optional. Display name of a test. + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry + time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: + "JMX_FILE", "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation + failure error details. + "validationStatus": "str" # Optional. Validation status of + the file. Known values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", + "VALIDATION_FAILURE", "VALIDATION_INITIATED", and + "VALIDATION_NOT_REQUIRED". + } + }, + "keyvaultReferenceIdentityId": "str", # Optional. Resource Id of the managed + identity referencing the Key vault. + "keyvaultReferenceIdentityType": "str", # Optional. Type of the managed + identity referencing the Key vault. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testId": "str" # Optional. Unique test name as identifier. + } + """ + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_administration_list_tests_request( + orderby=orderby, + search=search, + last_modified_start_time=last_modified_start_time, + last_modified_end_time=last_modified_end_time, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url( + "self._config.endpoint", self._config.endpoint, "str", skip_quote=True + ), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + path_format_arguments = { + "Endpoint": self._serialize.url( + "self._config.endpoint", self._config.endpoint, "str", skip_quote=True + ), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + return request + + def extract_data(pipeline_response): + deserialized = pipeline_response.http_response.json() + list_of_elem = deserialized["value"] + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.get("nextLink") or None, iter(list_of_elem) + + def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + @distributed_trace + def begin_upload_test_file( + self, test_id: str, file_name: str, body: IO, *, file_type: Optional[str] = None, **kwargs: Any + ) -> JSON: + """Upload input file for a given test name. File size can't be more than 50 MB. Existing file with + same name for the given test will be overwritten. File should be provided in the request body + as application/octet-stream. + + Upload input file for a given test name. File size can't be more than 50 MB. Existing file with + same name for the given test will be overwritten. File should be provided in the request body + as application/octet-stream. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :param file_name: Unique name for test file with file extension like : App.jmx. Required. + :type file_name: str + :param body: The file content as application/octet-stream. Required. + :type body: IO + :keyword file_type: File type. Known values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". Default value is None. + :paramtype file_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 201 + response == { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry time of the file + (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: "JMX_FILE", + "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation failure error + details. + "validationStatus": "str" # Optional. Validation status of the file. Known + values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", "VALIDATION_FAILURE", + "VALIDATION_INITIATED", and "VALIDATION_NOT_REQUIRED". + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = kwargs.pop("params", {}) or {} + + content_type: str = kwargs.pop("content_type", _headers.pop("Content-Type", "application/octet-stream")) + cls: ClsType[JSON] = kwargs.pop("cls", None) + + _content = body + + request = build_administration_begin_upload_test_file_request( + test_id=test_id, + file_name=file_name, + file_type=file_type, + content_type=content_type, + api_version=self._config.api_version, + content=_content, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=False, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [201]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) + + return cast(JSON, deserialized) + + @distributed_trace + def get_test_file(self, test_id: str, file_name: str, **kwargs: Any) -> JSON: + """Get test file by the file name. + + Get test file by the file name. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :param file_name: File name with file extension like app.jmx. Required. + :type file_name: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry time of the file + (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: "JMX_FILE", + "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation failure error + details. + "validationStatus": "str" # Optional. Validation status of the file. Known + values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", "VALIDATION_FAILURE", + "VALIDATION_INITIATED", and "VALIDATION_NOT_REQUIRED". + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + request = build_administration_get_test_file_request( + test_id=test_id, + file_name=file_name, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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) + + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) + + return cast(JSON, deserialized) + + @distributed_trace + def delete_test_file( # pylint: disable=inconsistent-return-statements + self, test_id: str, file_name: str, **kwargs: Any + ) -> None: + """Delete file by the file name for a test. + + Delete file by the file name for a test. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :param file_name: File name with file extension like app.jmx. Required. + :type file_name: str + :return: None + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_administration_delete_test_file_request( + test_id=test_id, + file_name=file_name, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=False, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + if cls: + return cls(pipeline_response, None, {}) + + @distributed_trace + def list_test_files(self, test_id: str, **kwargs: Any) -> Iterable[JSON]: + """Get all test files. + + Get all test files. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :return: An iterator like instance of JSON object + :rtype: ~azure.core.paging.ItemPaged[JSON] + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry time of the file + (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: "JMX_FILE", + "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation failure error + details. + "validationStatus": "str" # Optional. Validation status of the file. Known + values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", "VALIDATION_FAILURE", + "VALIDATION_INITIATED", and "VALIDATION_NOT_REQUIRED". + } + """ + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_administration_list_test_files_request( + test_id=test_id, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url( + "self._config.endpoint", self._config.endpoint, "str", skip_quote=True + ), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + path_format_arguments = { + "Endpoint": self._serialize.url( + "self._config.endpoint", self._config.endpoint, "str", skip_quote=True + ), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + return request + + def extract_data(pipeline_response): + deserialized = pipeline_response.http_response.json() + list_of_elem = deserialized["value"] + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.get("nextLink") or None, iter(list_of_elem) + + def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + @overload + def create_or_update_app_components( + self, test_id: str, body: JSON, *, content_type: str = "application/merge-patch+json", **kwargs: Any + ) -> JSON: + """Associate an app component (collection of azure resources) to a test. + + Associate an app component (collection of azure resources) to a test. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :param body: App Component model. Required. + :type body: JSON + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/merge-patch+json". + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # JSON input template you can fill out and use as your body input. + body = { + "components": { + "str": { + "displayName": "str", # Optional. Azure resource display + name. + "kind": "str", # Optional. Kind of Azure resource type. + "resourceGroup": "str", # Optional. Resource group name of + the Azure resource. + "resourceId": "str", # Optional. fully qualified resource Id + e.g + subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. + "resourceName": "str", # Optional. Azure resource name, + required while creating the app component. + "resourceType": "str", # Optional. Azure resource type, + required while creating the app component. + "subscriptionId": "str" # Optional. Subscription Id of the + Azure resource. + } + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "testId": "str" # Optional. Test identifier. + } + + # response body for status code(s): 200, 201 + response == { + "components": { + "str": { + "displayName": "str", # Optional. Azure resource display + name. + "kind": "str", # Optional. Kind of Azure resource type. + "resourceGroup": "str", # Optional. Resource group name of + the Azure resource. + "resourceId": "str", # Optional. fully qualified resource Id + e.g + subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. + "resourceName": "str", # Optional. Azure resource name, + required while creating the app component. + "resourceType": "str", # Optional. Azure resource type, + required while creating the app component. + "subscriptionId": "str" # Optional. Subscription Id of the + Azure resource. + } + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "testId": "str" # Optional. Test identifier. + } + """ + + @overload + def create_or_update_app_components( + self, test_id: str, body: IO, *, content_type: str = "application/merge-patch+json", **kwargs: Any + ) -> JSON: + """Associate an app component (collection of azure resources) to a test. + + Associate an app component (collection of azure resources) to a test. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :param body: App Component model. Required. + :type body: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/merge-patch+json". + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200, 201 + response == { + "components": { + "str": { + "displayName": "str", # Optional. Azure resource display + name. + "kind": "str", # Optional. Kind of Azure resource type. + "resourceGroup": "str", # Optional. Resource group name of + the Azure resource. + "resourceId": "str", # Optional. fully qualified resource Id + e.g + subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. + "resourceName": "str", # Optional. Azure resource name, + required while creating the app component. + "resourceType": "str", # Optional. Azure resource type, + required while creating the app component. + "subscriptionId": "str" # Optional. Subscription Id of the + Azure resource. + } + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "testId": "str" # Optional. Test identifier. + } + """ + + @distributed_trace + def create_or_update_app_components(self, test_id: str, body: Union[JSON, IO], **kwargs: Any) -> JSON: + """Associate an app component (collection of azure resources) to a test. + + Associate an app component (collection of azure resources) to a test. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :param body: App Component model. Is either a JSON type or a IO type. Required. + :type body: JSON or IO + :keyword content_type: Body Parameter content-type. Known values are: + 'application/merge-patch+json'. Default value is None. + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # JSON input template you can fill out and use as your body input. + body = { + "components": { + "str": { + "displayName": "str", # Optional. Azure resource display + name. + "kind": "str", # Optional. Kind of Azure resource type. + "resourceGroup": "str", # Optional. Resource group name of + the Azure resource. + "resourceId": "str", # Optional. fully qualified resource Id + e.g + subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. + "resourceName": "str", # Optional. Azure resource name, + required while creating the app component. + "resourceType": "str", # Optional. Azure resource type, + required while creating the app component. + "subscriptionId": "str" # Optional. Subscription Id of the + Azure resource. + } + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "testId": "str" # Optional. Test identifier. + } + + # response body for status code(s): 200, 201 + response == { + "components": { + "str": { + "displayName": "str", # Optional. Azure resource display + name. + "kind": "str", # Optional. Kind of Azure resource type. + "resourceGroup": "str", # Optional. Resource group name of + the Azure resource. + "resourceId": "str", # Optional. fully qualified resource Id + e.g + subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. + "resourceName": "str", # Optional. Azure resource name, + required while creating the app component. + "resourceType": "str", # Optional. Azure resource type, + required while creating the app component. + "subscriptionId": "str" # Optional. Subscription Id of the + Azure resource. + } + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "testId": "str" # Optional. Test identifier. + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = kwargs.pop("params", {}) or {} + + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[JSON] = kwargs.pop("cls", None) + + content_type = content_type or "application/merge-patch+json" + _json = None + _content = None + if isinstance(body, (IO, bytes)): + _content = body + else: + _json = body + + request = build_administration_create_or_update_app_components_request( + test_id=test_id, + content_type=content_type, + api_version=self._config.api_version, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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) + raise HttpResponseError(response=response) + + if response.status_code == 200: + if response.content: + deserialized = response.json() + else: + deserialized = None + + if response.status_code == 201: + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) # type: ignore + + return cast(JSON, deserialized) # type: ignore + + @distributed_trace + def get_app_components(self, test_id: str, **kwargs: Any) -> JSON: + """Get associated app component (collection of azure resources) for the given test. + + Get associated app component (collection of azure resources) for the given test. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "components": { + "str": { + "displayName": "str", # Optional. Azure resource display + name. + "kind": "str", # Optional. Kind of Azure resource type. + "resourceGroup": "str", # Optional. Resource group name of + the Azure resource. + "resourceId": "str", # Optional. fully qualified resource Id + e.g + subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. + "resourceName": "str", # Optional. Azure resource name, + required while creating the app component. + "resourceType": "str", # Optional. Azure resource type, + required while creating the app component. + "subscriptionId": "str" # Optional. Subscription Id of the + Azure resource. + } + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "testId": "str" # Optional. Test identifier. + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + request = build_administration_get_app_components_request( + test_id=test_id, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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) + + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) + + return cast(JSON, deserialized) + + @overload + def create_or_update_server_metrics_config( + self, test_id: str, body: JSON, *, content_type: str = "application/merge-patch+json", **kwargs: Any + ) -> JSON: + """Configure server metrics for a test. + + Configure server metrics for a test. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :param body: Server metric configuration model. Required. + :type body: JSON + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/merge-patch+json". + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # JSON input template you can fill out and use as your body input. + body = { + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "metrics": { + "str": { + "aggregation": "str", # Metric aggregation. Required. + "metricNamespace": "str", # Metric name space. Required. + "name": "str", # The invariant value of metric name. + Required. + "resourceId": "str", # Azure resource id. Required. + "resourceType": "str", # Azure resource type. Required. + "displayDescription": "str", # Optional. Metric description. + "id": "str", # Optional. Unique name for metric. + "unit": "str" # Optional. Metric unit. + } + }, + "testId": "str" # Optional. Test identifier. + } + + # response body for status code(s): 200, 201 + response == { + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "metrics": { + "str": { + "aggregation": "str", # Metric aggregation. Required. + "metricNamespace": "str", # Metric name space. Required. + "name": "str", # The invariant value of metric name. + Required. + "resourceId": "str", # Azure resource id. Required. + "resourceType": "str", # Azure resource type. Required. + "displayDescription": "str", # Optional. Metric description. + "id": "str", # Optional. Unique name for metric. + "unit": "str" # Optional. Metric unit. + } + }, + "testId": "str" # Optional. Test identifier. + } + """ + + @overload + def create_or_update_server_metrics_config( + self, test_id: str, body: IO, *, content_type: str = "application/merge-patch+json", **kwargs: Any + ) -> JSON: + """Configure server metrics for a test. + + Configure server metrics for a test. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :param body: Server metric configuration model. Required. + :type body: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/merge-patch+json". + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200, 201 + response == { + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "metrics": { + "str": { + "aggregation": "str", # Metric aggregation. Required. + "metricNamespace": "str", # Metric name space. Required. + "name": "str", # The invariant value of metric name. + Required. + "resourceId": "str", # Azure resource id. Required. + "resourceType": "str", # Azure resource type. Required. + "displayDescription": "str", # Optional. Metric description. + "id": "str", # Optional. Unique name for metric. + "unit": "str" # Optional. Metric unit. + } + }, + "testId": "str" # Optional. Test identifier. + } + """ + + @distributed_trace + def create_or_update_server_metrics_config(self, test_id: str, body: Union[JSON, IO], **kwargs: Any) -> JSON: + """Configure server metrics for a test. + + Configure server metrics for a test. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :param body: Server metric configuration model. Is either a JSON type or a IO type. Required. + :type body: JSON or IO + :keyword content_type: Body Parameter content-type. Known values are: + 'application/merge-patch+json'. Default value is None. + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # JSON input template you can fill out and use as your body input. + body = { + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "metrics": { + "str": { + "aggregation": "str", # Metric aggregation. Required. + "metricNamespace": "str", # Metric name space. Required. + "name": "str", # The invariant value of metric name. + Required. + "resourceId": "str", # Azure resource id. Required. + "resourceType": "str", # Azure resource type. Required. + "displayDescription": "str", # Optional. Metric description. + "id": "str", # Optional. Unique name for metric. + "unit": "str" # Optional. Metric unit. + } + }, + "testId": "str" # Optional. Test identifier. + } + + # response body for status code(s): 200, 201 + response == { + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "metrics": { + "str": { + "aggregation": "str", # Metric aggregation. Required. + "metricNamespace": "str", # Metric name space. Required. + "name": "str", # The invariant value of metric name. + Required. + "resourceId": "str", # Azure resource id. Required. + "resourceType": "str", # Azure resource type. Required. + "displayDescription": "str", # Optional. Metric description. + "id": "str", # Optional. Unique name for metric. + "unit": "str" # Optional. Metric unit. + } + }, + "testId": "str" # Optional. Test identifier. + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = kwargs.pop("params", {}) or {} + + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[JSON] = kwargs.pop("cls", None) + + content_type = content_type or "application/merge-patch+json" + _json = None + _content = None + if isinstance(body, (IO, bytes)): + _content = body + else: + _json = body + + request = build_administration_create_or_update_server_metrics_config_request( + test_id=test_id, + content_type=content_type, + api_version=self._config.api_version, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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) + raise HttpResponseError(response=response) + + if response.status_code == 200: + if response.content: + deserialized = response.json() + else: + deserialized = None + + if response.status_code == 201: + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) # type: ignore + + return cast(JSON, deserialized) # type: ignore + + @distributed_trace + def get_server_metrics_config(self, test_id: str, **kwargs: Any) -> JSON: + """List server metrics configuration for the given test. + + List server metrics configuration for the given test. + + :param test_id: Unique name for the load test, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_id: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "metrics": { + "str": { + "aggregation": "str", # Metric aggregation. Required. + "metricNamespace": "str", # Metric name space. Required. + "name": "str", # The invariant value of metric name. + Required. + "resourceId": "str", # Azure resource id. Required. + "resourceType": "str", # Azure resource type. Required. + "displayDescription": "str", # Optional. Metric description. + "id": "str", # Optional. Unique name for metric. + "unit": "str" # Optional. Metric unit. + } + }, + "testId": "str" # Optional. Test identifier. + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + request = build_administration_get_server_metrics_config_request( + test_id=test_id, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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) + + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) + + return cast(JSON, deserialized) + + +class TestRunOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.developer.loadtesting._generated.LoadTestingClient`'s + :attr:`test_run` attribute. + """ + + def __init__(self, *args, **kwargs): + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + def _test_run_initial( + self, test_run_id: str, body: Union[JSON, IO], *, old_test_run_id: Optional[str] = None, **kwargs: Any + ) -> JSON: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = kwargs.pop("params", {}) or {} + + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[JSON] = kwargs.pop("cls", None) + + content_type = content_type or "application/merge-patch+json" + _json = None + _content = None + if isinstance(body, (IO, bytes)): + _content = body + else: + _json = body + + request = build_test_run_test_run_request( + test_run_id=test_run_id, + old_test_run_id=old_test_run_id, + content_type=content_type, + api_version=self._config.api_version, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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) + raise HttpResponseError(response=response) + + if response.status_code == 200: + if response.content: + deserialized = response.json() + else: + deserialized = None + + if response.status_code == 201: + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) # type: ignore + + return cast(JSON, deserialized) # type: ignore + + @overload + def begin_test_run( + self, + test_run_id: str, + body: JSON, + *, + old_test_run_id: Optional[str] = None, + content_type: str = "application/merge-patch+json", + **kwargs: Any + ) -> LROPoller[JSON]: + """Create and start a new test run with the given name. + + Create and start a new test run with the given name. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param body: Load test run model. Required. + :type body: JSON + :keyword old_test_run_id: Existing test run identifier that should be rerun, if this is + provided, the test will run with the JMX file, configuration and app components from the + existing test run. You can override the configuration values for new test run in the request + body. Default value is None. + :paramtype old_test_run_id: str + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/merge-patch+json". + :paramtype content_type: str + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: By default, your polling method will be LROBasePolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a personal + polling strategy. + :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 JSON object + :rtype: ~azure.core.polling.LROPoller[JSON] + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # JSON input template you can fill out and use as your body input. + body = { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test run description. + "displayName": "str", # Optional. Display name of a testRun. + "duration": 0, # Optional. Test run duration in milliseconds. + "endDateTime": "2020-02-20 00:00:00", # Optional. The test run end + DateTime(ISO 8601 literal format). + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "errorDetails": [ + { + "message": "str" # Optional. Error details in case test run + was not successfully run. + } + ], + "executedDateTime": "2020-02-20 00:00:00", # Optional. Test run initiated + time. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "portalUrl": "str", # Optional. Portal url. + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "startDateTime": "2020-02-20 00:00:00", # Optional. The test run start + DateTime(ISO 8601 literal format). + "status": "str", # Optional. The test run status. Known values are: + "ACCEPTED", "NOTSTARTED", "PROVISIONING", "PROVISIONED", "CONFIGURING", + "CONFIGURED", "EXECUTING", "EXECUTED", "DEPROVISIONING", "DEPROVISIONED", "DONE", + "CANCELLING", "CANCELLED", "FAILED", "VALIDATION_SUCCESS", and + "VALIDATION_FAILURE". + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testArtifacts": { + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # + Optional. Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the + file. + "fileType": "str", # Optional. File type. + Known values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # + Optional. Validation failure error details. + "validationStatus": "str" # Optional. + Validation status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", + "VALIDATION_INITIATED", and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + }, + "outputArtifacts": { + "logsFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "resultFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + } + }, + "testId": "str", # Optional. Associated test Id. + "testResult": "str", # Optional. Test result for pass/Fail criteria used + during the test run. Known values are: "PASSED", "NOT_APPLICABLE", and "FAILED". + "testRunId": "str", # Optional. Unique test run name as identifier. + "testRunStatistics": { + "str": { + "errorCount": 0.0, # Optional. Error count. + "errorPct": 0.0, # Optional. Error percentage. + "maxResTime": 0.0, # Optional. Max response time. + "meanResTime": 0.0, # Optional. Mean response time. + "medianResTime": 0.0, # Optional. Median response time. + "minResTime": 0.0, # Optional. Minimum response time. + "pct1ResTime": 0.0, # Optional. 90 percentile response time. + "pct2ResTime": 0.0, # Optional. 95 percentile response time. + "pct3ResTime": 0.0, # Optional. 99 percentile response time. + "receivedKBytesPerSec": 0.0, # Optional. Received network + bytes. + "sampleCount": 0.0, # Optional. Sampler count. + "sentKBytesPerSec": 0.0, # Optional. Send network bytes. + "throughput": 0.0, # Optional. Throughput. + "transaction": "str" # Optional. Transaction name. + } + }, + "virtualUsers": 0 # Optional. Number of virtual users, for which test has + been run. + } + + # response body for status code(s): 200, 201 + response == { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test run description. + "displayName": "str", # Optional. Display name of a testRun. + "duration": 0, # Optional. Test run duration in milliseconds. + "endDateTime": "2020-02-20 00:00:00", # Optional. The test run end + DateTime(ISO 8601 literal format). + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "errorDetails": [ + { + "message": "str" # Optional. Error details in case test run + was not successfully run. + } + ], + "executedDateTime": "2020-02-20 00:00:00", # Optional. Test run initiated + time. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "portalUrl": "str", # Optional. Portal url. + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "startDateTime": "2020-02-20 00:00:00", # Optional. The test run start + DateTime(ISO 8601 literal format). + "status": "str", # Optional. The test run status. Known values are: + "ACCEPTED", "NOTSTARTED", "PROVISIONING", "PROVISIONED", "CONFIGURING", + "CONFIGURED", "EXECUTING", "EXECUTED", "DEPROVISIONING", "DEPROVISIONED", "DONE", + "CANCELLING", "CANCELLED", "FAILED", "VALIDATION_SUCCESS", and + "VALIDATION_FAILURE". + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testArtifacts": { + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # + Optional. Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the + file. + "fileType": "str", # Optional. File type. + Known values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # + Optional. Validation failure error details. + "validationStatus": "str" # Optional. + Validation status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", + "VALIDATION_INITIATED", and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + }, + "outputArtifacts": { + "logsFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "resultFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + } + }, + "testId": "str", # Optional. Associated test Id. + "testResult": "str", # Optional. Test result for pass/Fail criteria used + during the test run. Known values are: "PASSED", "NOT_APPLICABLE", and "FAILED". + "testRunId": "str", # Optional. Unique test run name as identifier. + "testRunStatistics": { + "str": { + "errorCount": 0.0, # Optional. Error count. + "errorPct": 0.0, # Optional. Error percentage. + "maxResTime": 0.0, # Optional. Max response time. + "meanResTime": 0.0, # Optional. Mean response time. + "medianResTime": 0.0, # Optional. Median response time. + "minResTime": 0.0, # Optional. Minimum response time. + "pct1ResTime": 0.0, # Optional. 90 percentile response time. + "pct2ResTime": 0.0, # Optional. 95 percentile response time. + "pct3ResTime": 0.0, # Optional. 99 percentile response time. + "receivedKBytesPerSec": 0.0, # Optional. Received network + bytes. + "sampleCount": 0.0, # Optional. Sampler count. + "sentKBytesPerSec": 0.0, # Optional. Send network bytes. + "throughput": 0.0, # Optional. Throughput. + "transaction": "str" # Optional. Transaction name. + } + }, + "virtualUsers": 0 # Optional. Number of virtual users, for which test has + been run. + } + """ + + @overload + def begin_test_run( + self, + test_run_id: str, + body: IO, + *, + old_test_run_id: Optional[str] = None, + content_type: str = "application/merge-patch+json", + **kwargs: Any + ) -> LROPoller[JSON]: + """Create and start a new test run with the given name. + + Create and start a new test run with the given name. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param body: Load test run model. Required. + :type body: IO + :keyword old_test_run_id: Existing test run identifier that should be rerun, if this is + provided, the test will run with the JMX file, configuration and app components from the + existing test run. You can override the configuration values for new test run in the request + body. Default value is None. + :paramtype old_test_run_id: str + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/merge-patch+json". + :paramtype content_type: str + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: By default, your polling method will be LROBasePolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a personal + polling strategy. + :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 JSON object + :rtype: ~azure.core.polling.LROPoller[JSON] + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200, 201 + response == { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test run description. + "displayName": "str", # Optional. Display name of a testRun. + "duration": 0, # Optional. Test run duration in milliseconds. + "endDateTime": "2020-02-20 00:00:00", # Optional. The test run end + DateTime(ISO 8601 literal format). + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "errorDetails": [ + { + "message": "str" # Optional. Error details in case test run + was not successfully run. + } + ], + "executedDateTime": "2020-02-20 00:00:00", # Optional. Test run initiated + time. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "portalUrl": "str", # Optional. Portal url. + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "startDateTime": "2020-02-20 00:00:00", # Optional. The test run start + DateTime(ISO 8601 literal format). + "status": "str", # Optional. The test run status. Known values are: + "ACCEPTED", "NOTSTARTED", "PROVISIONING", "PROVISIONED", "CONFIGURING", + "CONFIGURED", "EXECUTING", "EXECUTED", "DEPROVISIONING", "DEPROVISIONED", "DONE", + "CANCELLING", "CANCELLED", "FAILED", "VALIDATION_SUCCESS", and + "VALIDATION_FAILURE". + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testArtifacts": { + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # + Optional. Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the + file. + "fileType": "str", # Optional. File type. + Known values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # + Optional. Validation failure error details. + "validationStatus": "str" # Optional. + Validation status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", + "VALIDATION_INITIATED", and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + }, + "outputArtifacts": { + "logsFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "resultFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + } + }, + "testId": "str", # Optional. Associated test Id. + "testResult": "str", # Optional. Test result for pass/Fail criteria used + during the test run. Known values are: "PASSED", "NOT_APPLICABLE", and "FAILED". + "testRunId": "str", # Optional. Unique test run name as identifier. + "testRunStatistics": { + "str": { + "errorCount": 0.0, # Optional. Error count. + "errorPct": 0.0, # Optional. Error percentage. + "maxResTime": 0.0, # Optional. Max response time. + "meanResTime": 0.0, # Optional. Mean response time. + "medianResTime": 0.0, # Optional. Median response time. + "minResTime": 0.0, # Optional. Minimum response time. + "pct1ResTime": 0.0, # Optional. 90 percentile response time. + "pct2ResTime": 0.0, # Optional. 95 percentile response time. + "pct3ResTime": 0.0, # Optional. 99 percentile response time. + "receivedKBytesPerSec": 0.0, # Optional. Received network + bytes. + "sampleCount": 0.0, # Optional. Sampler count. + "sentKBytesPerSec": 0.0, # Optional. Send network bytes. + "throughput": 0.0, # Optional. Throughput. + "transaction": "str" # Optional. Transaction name. + } + }, + "virtualUsers": 0 # Optional. Number of virtual users, for which test has + been run. + } + """ + + @distributed_trace + def begin_test_run( + self, test_run_id: str, body: Union[JSON, IO], *, old_test_run_id: Optional[str] = None, **kwargs: Any + ) -> LROPoller[JSON]: + """Create and start a new test run with the given name. + + Create and start a new test run with the given name. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param body: Load test run model. Is either a JSON type or a IO type. Required. + :type body: JSON or IO + :keyword old_test_run_id: Existing test run identifier that should be rerun, if this is + provided, the test will run with the JMX file, configuration and app components from the + existing test run. You can override the configuration values for new test run in the request + body. Default value is None. + :paramtype old_test_run_id: str + :keyword content_type: Body Parameter content-type. Known values are: + 'application/merge-patch+json'. Default value is None. + :paramtype content_type: str + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: By default, your polling method will be LROBasePolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a personal + polling strategy. + :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 JSON object + :rtype: ~azure.core.polling.LROPoller[JSON] + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # JSON input template you can fill out and use as your body input. + body = { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test run description. + "displayName": "str", # Optional. Display name of a testRun. + "duration": 0, # Optional. Test run duration in milliseconds. + "endDateTime": "2020-02-20 00:00:00", # Optional. The test run end + DateTime(ISO 8601 literal format). + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "errorDetails": [ + { + "message": "str" # Optional. Error details in case test run + was not successfully run. + } + ], + "executedDateTime": "2020-02-20 00:00:00", # Optional. Test run initiated + time. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "portalUrl": "str", # Optional. Portal url. + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "startDateTime": "2020-02-20 00:00:00", # Optional. The test run start + DateTime(ISO 8601 literal format). + "status": "str", # Optional. The test run status. Known values are: + "ACCEPTED", "NOTSTARTED", "PROVISIONING", "PROVISIONED", "CONFIGURING", + "CONFIGURED", "EXECUTING", "EXECUTED", "DEPROVISIONING", "DEPROVISIONED", "DONE", + "CANCELLING", "CANCELLED", "FAILED", "VALIDATION_SUCCESS", and + "VALIDATION_FAILURE". + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testArtifacts": { + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # + Optional. Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the + file. + "fileType": "str", # Optional. File type. + Known values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # + Optional. Validation failure error details. + "validationStatus": "str" # Optional. + Validation status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", + "VALIDATION_INITIATED", and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + }, + "outputArtifacts": { + "logsFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "resultFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + } + }, + "testId": "str", # Optional. Associated test Id. + "testResult": "str", # Optional. Test result for pass/Fail criteria used + during the test run. Known values are: "PASSED", "NOT_APPLICABLE", and "FAILED". + "testRunId": "str", # Optional. Unique test run name as identifier. + "testRunStatistics": { + "str": { + "errorCount": 0.0, # Optional. Error count. + "errorPct": 0.0, # Optional. Error percentage. + "maxResTime": 0.0, # Optional. Max response time. + "meanResTime": 0.0, # Optional. Mean response time. + "medianResTime": 0.0, # Optional. Median response time. + "minResTime": 0.0, # Optional. Minimum response time. + "pct1ResTime": 0.0, # Optional. 90 percentile response time. + "pct2ResTime": 0.0, # Optional. 95 percentile response time. + "pct3ResTime": 0.0, # Optional. 99 percentile response time. + "receivedKBytesPerSec": 0.0, # Optional. Received network + bytes. + "sampleCount": 0.0, # Optional. Sampler count. + "sentKBytesPerSec": 0.0, # Optional. Send network bytes. + "throughput": 0.0, # Optional. Throughput. + "transaction": "str" # Optional. Transaction name. + } + }, + "virtualUsers": 0 # Optional. Number of virtual users, for which test has + been run. + } + + # response body for status code(s): 200, 201 + response == { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test run description. + "displayName": "str", # Optional. Display name of a testRun. + "duration": 0, # Optional. Test run duration in milliseconds. + "endDateTime": "2020-02-20 00:00:00", # Optional. The test run end + DateTime(ISO 8601 literal format). + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "errorDetails": [ + { + "message": "str" # Optional. Error details in case test run + was not successfully run. + } + ], + "executedDateTime": "2020-02-20 00:00:00", # Optional. Test run initiated + time. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "portalUrl": "str", # Optional. Portal url. + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "startDateTime": "2020-02-20 00:00:00", # Optional. The test run start + DateTime(ISO 8601 literal format). + "status": "str", # Optional. The test run status. Known values are: + "ACCEPTED", "NOTSTARTED", "PROVISIONING", "PROVISIONED", "CONFIGURING", + "CONFIGURED", "EXECUTING", "EXECUTED", "DEPROVISIONING", "DEPROVISIONED", "DONE", + "CANCELLING", "CANCELLED", "FAILED", "VALIDATION_SUCCESS", and + "VALIDATION_FAILURE". + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testArtifacts": { + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # + Optional. Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the + file. + "fileType": "str", # Optional. File type. + Known values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # + Optional. Validation failure error details. + "validationStatus": "str" # Optional. + Validation status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", + "VALIDATION_INITIATED", and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + }, + "outputArtifacts": { + "logsFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "resultFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + } + }, + "testId": "str", # Optional. Associated test Id. + "testResult": "str", # Optional. Test result for pass/Fail criteria used + during the test run. Known values are: "PASSED", "NOT_APPLICABLE", and "FAILED". + "testRunId": "str", # Optional. Unique test run name as identifier. + "testRunStatistics": { + "str": { + "errorCount": 0.0, # Optional. Error count. + "errorPct": 0.0, # Optional. Error percentage. + "maxResTime": 0.0, # Optional. Max response time. + "meanResTime": 0.0, # Optional. Mean response time. + "medianResTime": 0.0, # Optional. Median response time. + "minResTime": 0.0, # Optional. Minimum response time. + "pct1ResTime": 0.0, # Optional. 90 percentile response time. + "pct2ResTime": 0.0, # Optional. 95 percentile response time. + "pct3ResTime": 0.0, # Optional. 99 percentile response time. + "receivedKBytesPerSec": 0.0, # Optional. Received network + bytes. + "sampleCount": 0.0, # Optional. Sampler count. + "sentKBytesPerSec": 0.0, # Optional. Send network bytes. + "throughput": 0.0, # Optional. Throughput. + "transaction": "str" # Optional. Transaction name. + } + }, + "virtualUsers": 0 # Optional. Number of virtual users, for which test has + been run. + } + """ + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = kwargs.pop("params", {}) or {} + + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[JSON] = kwargs.pop("cls", None) + polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = self._test_run_initial( + test_run_id=test_run_id, + body=body, + old_test_run_id=old_test_run_id, + content_type=content_type, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): + response = pipeline_response.http_response + if response.content: + deserialized = response.json() + else: + deserialized = None + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + return deserialized + + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + + if polling is True: + polling_method: PollingMethod = cast( + PollingMethod, LROBasePolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) + ) + elif polling is False: + polling_method = cast(PollingMethod, NoPolling()) + else: + polling_method = polling + 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, + ) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + @distributed_trace + def get_test_run(self, test_run_id: str, **kwargs: Any) -> JSON: + """Get test run details by name. + + Get test run details by name. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test run description. + "displayName": "str", # Optional. Display name of a testRun. + "duration": 0, # Optional. Test run duration in milliseconds. + "endDateTime": "2020-02-20 00:00:00", # Optional. The test run end + DateTime(ISO 8601 literal format). + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "errorDetails": [ + { + "message": "str" # Optional. Error details in case test run + was not successfully run. + } + ], + "executedDateTime": "2020-02-20 00:00:00", # Optional. Test run initiated + time. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "portalUrl": "str", # Optional. Portal url. + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "startDateTime": "2020-02-20 00:00:00", # Optional. The test run start + DateTime(ISO 8601 literal format). + "status": "str", # Optional. The test run status. Known values are: + "ACCEPTED", "NOTSTARTED", "PROVISIONING", "PROVISIONED", "CONFIGURING", + "CONFIGURED", "EXECUTING", "EXECUTED", "DEPROVISIONING", "DEPROVISIONED", "DONE", + "CANCELLING", "CANCELLED", "FAILED", "VALIDATION_SUCCESS", and + "VALIDATION_FAILURE". + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testArtifacts": { + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # + Optional. Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the + file. + "fileType": "str", # Optional. File type. + Known values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # + Optional. Validation failure error details. + "validationStatus": "str" # Optional. + Validation status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", + "VALIDATION_INITIATED", and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + }, + "outputArtifacts": { + "logsFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "resultFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + } + }, + "testId": "str", # Optional. Associated test Id. + "testResult": "str", # Optional. Test result for pass/Fail criteria used + during the test run. Known values are: "PASSED", "NOT_APPLICABLE", and "FAILED". + "testRunId": "str", # Optional. Unique test run name as identifier. + "testRunStatistics": { + "str": { + "errorCount": 0.0, # Optional. Error count. + "errorPct": 0.0, # Optional. Error percentage. + "maxResTime": 0.0, # Optional. Max response time. + "meanResTime": 0.0, # Optional. Mean response time. + "medianResTime": 0.0, # Optional. Median response time. + "minResTime": 0.0, # Optional. Minimum response time. + "pct1ResTime": 0.0, # Optional. 90 percentile response time. + "pct2ResTime": 0.0, # Optional. 95 percentile response time. + "pct3ResTime": 0.0, # Optional. 99 percentile response time. + "receivedKBytesPerSec": 0.0, # Optional. Received network + bytes. + "sampleCount": 0.0, # Optional. Sampler count. + "sentKBytesPerSec": 0.0, # Optional. Send network bytes. + "throughput": 0.0, # Optional. Throughput. + "transaction": "str" # Optional. Transaction name. + } + }, + "virtualUsers": 0 # Optional. Number of virtual users, for which test has + been run. + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + request = build_test_run_get_test_run_request( + test_run_id=test_run_id, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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) + + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) + + return cast(JSON, deserialized) + + @distributed_trace + def delete_test_run( # pylint: disable=inconsistent-return-statements + self, test_run_id: str, **kwargs: Any + ) -> None: + """Delete a test run by its name. + + Delete a test run by its name. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :return: None + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_test_run_delete_test_run_request( + test_run_id=test_run_id, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + request, stream=False, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + if cls: + return cls(pipeline_response, None, {}) + + @distributed_trace + def get_test_run_file(self, test_run_id: str, file_name: str, **kwargs: Any) -> JSON: + """Get test run file by file name. + + Get test run file by file name. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param file_name: Test run file name with file extension. Required. + :type file_name: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "expireDateTime": "2020-02-20 00:00:00", # Optional. Expiry time of the file + (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known values are: "JMX_FILE", + "USER_PROPERTIES", and "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. Validation failure error + details. + "validationStatus": "str" # Optional. Validation status of the file. Known + values are: "NOT_VALIDATED", "VALIDATION_SUCCESS", "VALIDATION_FAILURE", + "VALIDATION_INITIATED", and "VALIDATION_NOT_REQUIRED". + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + request = build_test_run_get_test_run_file_request( + test_run_id=test_run_id, + file_name=file_name, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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) + + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) + + return cast(JSON, deserialized) + + @distributed_trace + def list_test_runs( + self, + *, + orderby: Optional[str] = None, + search: Optional[str] = None, + test_id: Optional[str] = None, + execution_from: Optional[datetime.datetime] = None, + execution_to: Optional[datetime.datetime] = None, + status: Optional[str] = None, + **kwargs: Any + ) -> Iterable[JSON]: + """Get all test runs with given filters. + + Get all test runs with given filters. + + :keyword orderby: Sort on the supported fields in (field asc/desc) format. eg: executedDateTime + asc. Supported fields - executedDateTime. Default value is None. + :paramtype orderby: str + :keyword search: Prefix based, case sensitive search on searchable fields - description, + executedUser. For example, to search for a test run, with description 500 VUs, the search + parameter can be 500. Default value is None. + :paramtype search: str + :keyword test_id: Unique name of an existing load test. Default value is None. + :paramtype test_id: str + :keyword execution_from: Start DateTime(ISO 8601 literal format) of test-run execution time + filter range. Default value is None. + :paramtype execution_from: ~datetime.datetime + :keyword execution_to: End DateTime(ISO 8601 literal format) of test-run execution time filter + range. Default value is None. + :paramtype execution_to: ~datetime.datetime + :keyword status: Comma separated list of test run status. Default value is None. + :paramtype status: str + :return: An iterator like instance of JSON object + :rtype: ~azure.core.paging.ItemPaged[JSON] + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test run description. + "displayName": "str", # Optional. Display name of a testRun. + "duration": 0, # Optional. Test run duration in milliseconds. + "endDateTime": "2020-02-20 00:00:00", # Optional. The test run end + DateTime(ISO 8601 literal format). + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "errorDetails": [ + { + "message": "str" # Optional. Error details in case test run + was not successfully run. + } + ], + "executedDateTime": "2020-02-20 00:00:00", # Optional. Test run initiated + time. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "portalUrl": "str", # Optional. Portal url. + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "startDateTime": "2020-02-20 00:00:00", # Optional. The test run start + DateTime(ISO 8601 literal format). + "status": "str", # Optional. The test run status. Known values are: + "ACCEPTED", "NOTSTARTED", "PROVISIONING", "PROVISIONED", "CONFIGURING", + "CONFIGURED", "EXECUTING", "EXECUTED", "DEPROVISIONING", "DEPROVISIONED", "DONE", + "CANCELLING", "CANCELLED", "FAILED", "VALIDATION_SUCCESS", and + "VALIDATION_FAILURE". + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testArtifacts": { + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # + Optional. Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the + file. + "fileType": "str", # Optional. File type. + Known values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # + Optional. Validation failure error details. + "validationStatus": "str" # Optional. + Validation status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", + "VALIDATION_INITIATED", and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + }, + "outputArtifacts": { + "logsFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "resultFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + } + }, + "testId": "str", # Optional. Associated test Id. + "testResult": "str", # Optional. Test result for pass/Fail criteria used + during the test run. Known values are: "PASSED", "NOT_APPLICABLE", and "FAILED". + "testRunId": "str", # Optional. Unique test run name as identifier. + "testRunStatistics": { + "str": { + "errorCount": 0.0, # Optional. Error count. + "errorPct": 0.0, # Optional. Error percentage. + "maxResTime": 0.0, # Optional. Max response time. + "meanResTime": 0.0, # Optional. Mean response time. + "medianResTime": 0.0, # Optional. Median response time. + "minResTime": 0.0, # Optional. Minimum response time. + "pct1ResTime": 0.0, # Optional. 90 percentile response time. + "pct2ResTime": 0.0, # Optional. 95 percentile response time. + "pct3ResTime": 0.0, # Optional. 99 percentile response time. + "receivedKBytesPerSec": 0.0, # Optional. Received network + bytes. + "sampleCount": 0.0, # Optional. Sampler count. + "sentKBytesPerSec": 0.0, # Optional. Send network bytes. + "throughput": 0.0, # Optional. Throughput. + "transaction": "str" # Optional. Transaction name. + } + }, + "virtualUsers": 0 # Optional. Number of virtual users, for which test has + been run. + } + """ + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_test_run_list_test_runs_request( + orderby=orderby, + search=search, + test_id=test_id, + execution_from=execution_from, + execution_to=execution_to, + status=status, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url( + "self._config.endpoint", self._config.endpoint, "str", skip_quote=True + ), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + path_format_arguments = { + "Endpoint": self._serialize.url( + "self._config.endpoint", self._config.endpoint, "str", skip_quote=True + ), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + return request + + def extract_data(pipeline_response): + deserialized = pipeline_response.http_response.json() + list_of_elem = deserialized["value"] + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.get("nextLink") or None, iter(list_of_elem) + + def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + @distributed_trace + def stop_test_run(self, test_run_id: str, **kwargs: Any) -> JSON: + """Stop test run by name. + + Stop test run by name. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "certificate": { + "name": "str", # Optional. Name of the certificate. + "type": "str", # Optional. Type of certificate. "AKV_CERT_URI" + "value": "str" # Optional. The value of the certificate for + respective type. + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "description": "str", # Optional. The test run description. + "displayName": "str", # Optional. Display name of a testRun. + "duration": 0, # Optional. Test run duration in milliseconds. + "endDateTime": "2020-02-20 00:00:00", # Optional. The test run end + DateTime(ISO 8601 literal format). + "environmentVariables": { + "str": "str" # Optional. Environment variables which are defined as + a set of pairs. + }, + "errorDetails": [ + { + "message": "str" # Optional. Error details in case test run + was not successfully run. + } + ], + "executedDateTime": "2020-02-20 00:00:00", # Optional. Test run initiated + time. + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "loadTestConfiguration": { + "engineInstances": 0, # Optional. The number of engine instances to + execute load test. Supported values are in range of 1-45. Required for + creating a new test. + "optionalLoadTestConfig": { + "duration": 0, # Optional. Test run duration. + "endpointUrl": "str", # Optional. Test URL. Provide the + complete HTTP URL. For example, + http://contoso-app.azurewebsites.net/login. + "rampUpTime": 0, # Optional. Ramp up time. + "virtualUsers": 0 # Optional. No of concurrent virtual + users. + }, + "quickStartTest": False, # Optional. Default value is False. If + true, optionalLoadTestConfig is required and JMX script for the load test is + not required to upload. + "splitAllCSVs": False # Optional. Default value is False. If false, + Azure Load Testing copies and processes your input files unmodified across + all test engine instances. If true, Azure Load Testing splits the CSV input + data evenly across all engine instances. If you provide multiple CSV files, + each file will be split evenly. + }, + "passFailCriteria": { + "passFailMetrics": { + "str": { + "action": "continue", # Optional. Default value is + "continue". Action taken after the threshold is met. Default is + "u2018continue"u2019. Known values are: "continue" and "stop". + "actualValue": 0.0, # Optional. The actual value of + the client metric for the test run. + "aggregate": "str", # Optional. The aggregation + function to be applied on the client metric. Allowed functions - + "u2018percentage"u2019 - for error metric , "u2018avg"u2019, + "u2018p50"u2019, "u2018p90"u2019, "u2018p95"u2019, "u2018p99"u2019, + "u2018min"u2019, "u2018max"u2019 - for response_time_ms and latency + metric, "u2018avg"u2019 - for requests_per_sec, "u2018count"u2019 - + for requests. Known values are: "count", "percentage", "avg", "p50", + "p90", "p95", "p99", "min", and "max". + "clientMetric": "str", # Optional. The client metric + on which the criteria should be applied. Known values are: + "response_time_ms", "latency", "error", "requests", and + "requests_per_sec". + "condition": "str", # Optional. The comparison + operator. Supported types "u2018>"u2019, "u2018<"u2019. + "requestName": "str", # Optional. Request name for + which the Pass fail criteria has to be applied. + "result": "str", # Optional. Outcome of the test + run. Known values are: "passed", "undetermined", and "failed". + "value": 0.0 # Optional. The value to compare with + the client metric. Allowed values - "u2018error : [0.0 , 100.0] unit- + % "u2019, response_time_ms and latency : any integer value unit- ms. + } + } + }, + "portalUrl": "str", # Optional. Portal url. + "secrets": { + "str": { + "type": "str", # Optional. Type of secret. Known values are: + "AKV_SECRET_URI" and "SECRET_VALUE". + "value": "str" # Optional. The value of the secret for the + respective type. + } + }, + "startDateTime": "2020-02-20 00:00:00", # Optional. The test run start + DateTime(ISO 8601 literal format). + "status": "str", # Optional. The test run status. Known values are: + "ACCEPTED", "NOTSTARTED", "PROVISIONING", "PROVISIONED", "CONFIGURING", + "CONFIGURED", "EXECUTING", "EXECUTED", "DEPROVISIONING", "DEPROVISIONED", "DONE", + "CANCELLING", "CANCELLED", "FAILED", "VALIDATION_SUCCESS", and + "VALIDATION_FAILURE". + "subnetId": "str", # Optional. Subnet ID on which the load test instances + should run. + "testArtifacts": { + "inputArtifacts": { + "additionalFileInfo": [ + { + "expireDateTime": "2020-02-20 00:00:00", # + Optional. Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the + file. + "fileType": "str", # Optional. File type. + Known values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # + Optional. Validation failure error details. + "validationStatus": "str" # Optional. + Validation status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", + "VALIDATION_INITIATED", and "VALIDATION_NOT_REQUIRED". + } + ], + "configFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "inputArtifactsZipFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "testScriptFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "userPropFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + }, + "outputArtifacts": { + "logsFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + }, + "resultFileInfo": { + "expireDateTime": "2020-02-20 00:00:00", # Optional. + Expiry time of the file (ISO 8601 literal format). + "fileName": "str", # Optional. Name of the file. + "fileType": "str", # Optional. File type. Known + values are: "JMX_FILE", "USER_PROPERTIES", and + "ADDITIONAL_ARTIFACTS". + "url": "str", # Optional. File URL. + "validationFailureDetails": "str", # Optional. + Validation failure error details. + "validationStatus": "str" # Optional. Validation + status of the file. Known values are: "NOT_VALIDATED", + "VALIDATION_SUCCESS", "VALIDATION_FAILURE", "VALIDATION_INITIATED", + and "VALIDATION_NOT_REQUIRED". + } + } + }, + "testId": "str", # Optional. Associated test Id. + "testResult": "str", # Optional. Test result for pass/Fail criteria used + during the test run. Known values are: "PASSED", "NOT_APPLICABLE", and "FAILED". + "testRunId": "str", # Optional. Unique test run name as identifier. + "testRunStatistics": { + "str": { + "errorCount": 0.0, # Optional. Error count. + "errorPct": 0.0, # Optional. Error percentage. + "maxResTime": 0.0, # Optional. Max response time. + "meanResTime": 0.0, # Optional. Mean response time. + "medianResTime": 0.0, # Optional. Median response time. + "minResTime": 0.0, # Optional. Minimum response time. + "pct1ResTime": 0.0, # Optional. 90 percentile response time. + "pct2ResTime": 0.0, # Optional. 95 percentile response time. + "pct3ResTime": 0.0, # Optional. 99 percentile response time. + "receivedKBytesPerSec": 0.0, # Optional. Received network + bytes. + "sampleCount": 0.0, # Optional. Sampler count. + "sentKBytesPerSec": 0.0, # Optional. Send network bytes. + "throughput": 0.0, # Optional. Throughput. + "transaction": "str" # Optional. Transaction name. + } + }, + "virtualUsers": 0 # Optional. Number of virtual users, for which test has + been run. + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + request = build_test_run_stop_test_run_request( + test_run_id=test_run_id, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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) + + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) + + return cast(JSON, deserialized) + + @distributed_trace + def get_metric_namespaces(self, test_run_id: str, **kwargs: Any) -> JSON: + """List the metric namespaces for a load test run. + + List the metric namespaces for a load test run. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "value": [ + { + "description": "str", # Optional. The namespace description. + "name": "str" # Optional. The metric namespace name. + } + ] + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + request = build_test_run_get_metric_namespaces_request( + test_run_id=test_run_id, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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) + + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) + + return cast(JSON, deserialized) + + @distributed_trace + def get_metric_definitions(self, test_run_id: str, *, metric_namespace: str, **kwargs: Any) -> JSON: + """List the metric definitions for a load test run. + + List the metric definitions for a load test run. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :keyword metric_namespace: Metric namespace to query metric definitions for. Required. + :paramtype metric_namespace: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "value": [ + { + "description": "str", # Optional. The metric description. + "dimensions": [ + { + "description": "str", # Optional. The + description. + "name": "str" # Optional. The name. + } + ], + "metricAvailabilities": [ + { + "timeGrain": "str" # Optional. The time + grain specifies the aggregation interval for the metric. + Expressed as a duration 'PT1M', 'PT1H', etc. Known values are: + "PT5S", "PT10S", "PT1M", "PT5M", and "PT1H". + } + ], + "name": "str", # Optional. The metric name. + "namespace": "str", # Optional. The namespace the metric + belongs to. + "primaryAggregationType": "str", # Optional. The primary + aggregation type value defining how to use the values for display. Known + values are: "Average", "Count", "None", "Total", "Percentile90", + "Percentile95", and "Percentile99". + "supportedAggregationTypes": [ + "str" # Optional. The collection of what all + aggregation types are supported. + ], + "unit": "str" # Optional. The unit of the metric. Known + values are: "NotSpecified", "Percent", "Count", "Seconds", + "Milliseconds", "Bytes", "BytesPerSecond", and "CountPerSecond". + } + ] + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + request = build_test_run_get_metric_definitions_request( + test_run_id=test_run_id, + metric_namespace=metric_namespace, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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) + + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) + + return cast(JSON, deserialized) + + @overload + def list_metrics( + self, + test_run_id: str, + body: Optional[JSON] = None, + *, + metric_name: str, + metric_namespace: str, + time_interval: str, + aggregation: Optional[str] = None, + interval: Optional[str] = None, + content_type: str = "application/json", + **kwargs: Any + ) -> Iterable[JSON]: + """List the metric values for a load test run. + + List the metric values for a load test run. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param body: Metric dimension filter. Default value is None. + :type body: JSON + :keyword metric_name: Metric name. Required. + :paramtype metric_name: str + :keyword metric_namespace: Metric namespace to query metric definitions for. Required. + :paramtype metric_namespace: str + :keyword time_interval: The timespan of the query. It is a string with the following format + 'startDateTime_ISO/endDateTime_ISO'. Required. + :paramtype time_interval: str + :keyword aggregation: The aggregation. Default value is None. + :paramtype aggregation: str + :keyword interval: The interval (i.e. timegrain) of the query. Known values are: "PT5S", + "PT10S", "PT1M", "PT5M", and "PT1H". Default value is None. + :paramtype interval: str + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: An iterator like instance of JSON object + :rtype: ~azure.core.paging.ItemPaged[JSON] + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # JSON input template you can fill out and use as your body input. + body = { + "filters": [ + { + "name": "str", # Optional. The dimension name. + "values": [ + "str" # Optional. The dimension values. Maximum + values can be 20. + ] + } + ] + } + + # response body for status code(s): 200 + response == { + "data": [ + { + "timestamp": "str", # Optional. The timestamp for the metric + value in ISO 8601 format. + "value": 0.0 # Optional. The metric value. + } + ], + "dimensionValues": [ + { + "name": "str", # Optional. The name of the dimension. + "value": "str" # Optional. The value of the dimension. + } + ] + } + """ + + @overload + def list_metrics( + self, + test_run_id: str, + body: Optional[IO] = None, + *, + metric_name: str, + metric_namespace: str, + time_interval: str, + aggregation: Optional[str] = None, + interval: Optional[str] = None, + content_type: str = "application/json", + **kwargs: Any + ) -> Iterable[JSON]: + """List the metric values for a load test run. + + List the metric values for a load test run. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param body: Metric dimension filter. Default value is None. + :type body: IO + :keyword metric_name: Metric name. Required. + :paramtype metric_name: str + :keyword metric_namespace: Metric namespace to query metric definitions for. Required. + :paramtype metric_namespace: str + :keyword time_interval: The timespan of the query. It is a string with the following format + 'startDateTime_ISO/endDateTime_ISO'. Required. + :paramtype time_interval: str + :keyword aggregation: The aggregation. Default value is None. + :paramtype aggregation: str + :keyword interval: The interval (i.e. timegrain) of the query. Known values are: "PT5S", + "PT10S", "PT1M", "PT5M", and "PT1H". Default value is None. + :paramtype interval: str + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: An iterator like instance of JSON object + :rtype: ~azure.core.paging.ItemPaged[JSON] + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "data": [ + { + "timestamp": "str", # Optional. The timestamp for the metric + value in ISO 8601 format. + "value": 0.0 # Optional. The metric value. + } + ], + "dimensionValues": [ + { + "name": "str", # Optional. The name of the dimension. + "value": "str" # Optional. The value of the dimension. + } + ] + } + """ + + @distributed_trace + def list_metrics( + self, + test_run_id: str, + body: Optional[Union[JSON, IO]] = None, + *, + metric_name: str, + metric_namespace: str, + time_interval: str, + aggregation: Optional[str] = None, + interval: Optional[str] = None, + **kwargs: Any + ) -> Iterable[JSON]: + """List the metric values for a load test run. + + List the metric values for a load test run. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param body: Metric dimension filter. Is either a JSON type or a IO type. Default value is + None. + :type body: JSON or IO + :keyword metric_name: Metric name. Required. + :paramtype metric_name: str + :keyword metric_namespace: Metric namespace to query metric definitions for. Required. + :paramtype metric_namespace: str + :keyword time_interval: The timespan of the query. It is a string with the following format + 'startDateTime_ISO/endDateTime_ISO'. Required. + :paramtype time_interval: str + :keyword aggregation: The aggregation. Default value is None. + :paramtype aggregation: str + :keyword interval: The interval (i.e. timegrain) of the query. Known values are: "PT5S", + "PT10S", "PT1M", "PT5M", and "PT1H". Default value is None. + :paramtype interval: str + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: str + :return: An iterator like instance of JSON object + :rtype: ~azure.core.paging.ItemPaged[JSON] + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # JSON input template you can fill out and use as your body input. + body = { + "filters": [ + { + "name": "str", # Optional. The dimension name. + "values": [ + "str" # Optional. The dimension values. Maximum + values can be 20. + ] + } + ] + } + + # response body for status code(s): 200 + response == { + "data": [ + { + "timestamp": "str", # Optional. The timestamp for the metric + value in ISO 8601 format. + "value": 0.0 # Optional. The metric value. + } + ], + "dimensionValues": [ + { + "name": "str", # Optional. The name of the dimension. + "value": "str" # Optional. The value of the dimension. + } + ] + } + """ + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = kwargs.pop("params", {}) or {} + + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[JSON] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(body, (IO, bytes)): + _content = body + else: + if body is not None: + _json = body + else: + _json = None + + def prepare_request(next_link=None): + if not next_link: + + request = build_test_run_list_metrics_request( + test_run_id=test_run_id, + metric_name=metric_name, + metric_namespace=metric_namespace, + time_interval=time_interval, + aggregation=aggregation, + interval=interval, + content_type=content_type, + api_version=self._config.api_version, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url( + "self._config.endpoint", self._config.endpoint, "str", skip_quote=True + ), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + path_format_arguments = { + "Endpoint": self._serialize.url( + "self._config.endpoint", self._config.endpoint, "str", skip_quote=True + ), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + return request + + def extract_data(pipeline_response): + deserialized = pipeline_response.http_response.json() + list_of_elem = deserialized["value"] + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.get("nextLink") or None, iter(list_of_elem) + + def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + @distributed_trace + def list_metric_dimension_values( + self, + test_run_id: str, + name: str, + *, + metric_name: str, + metric_namespace: str, + time_interval: str, + interval: Optional[str] = None, + **kwargs: Any + ) -> Iterable[str]: + """List the dimension values for the given metric dimension name. + + List the dimension values for the given metric dimension name. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param name: Dimension name. Required. + :type name: str + :keyword metric_name: Metric name. Required. + :paramtype metric_name: str + :keyword metric_namespace: Metric namespace to query metric definitions for. Required. + :paramtype metric_namespace: str + :keyword time_interval: The timespan of the query. It is a string with the following format + 'startDateTime_ISO/endDateTime_ISO'. Required. + :paramtype time_interval: str + :keyword interval: The interval (i.e. timegrain) of the query. Known values are: "PT5S", + "PT10S", "PT1M", "PT5M", and "PT1H". Default value is None. + :paramtype interval: str + :return: An iterator like instance of str + :rtype: ~azure.core.paging.ItemPaged[str] + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == "str" # Optional. + """ + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_test_run_list_metric_dimension_values_request( + test_run_id=test_run_id, + name=name, + metric_name=metric_name, + metric_namespace=metric_namespace, + time_interval=time_interval, + interval=interval, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url( + "self._config.endpoint", self._config.endpoint, "str", skip_quote=True + ), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + path_format_arguments = { + "Endpoint": self._serialize.url( + "self._config.endpoint", self._config.endpoint, "str", skip_quote=True + ), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + return request + + def extract_data(pipeline_response): + deserialized = pipeline_response.http_response.json() + list_of_elem = deserialized["value"] + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.get("nextLink") or None, iter(list_of_elem) + + def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + @overload + def create_or_update_app_components( + self, test_run_id: str, body: JSON, *, content_type: str = "application/merge-patch+json", **kwargs: Any + ) -> JSON: + """Associate an app component (collection of azure resources) to a test run. + + Associate an app component (collection of azure resources) to a test run. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param body: App Component model. Required. + :type body: JSON + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/merge-patch+json". + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # JSON input template you can fill out and use as your body input. + body = { + "components": { + "str": { + "displayName": "str", # Optional. Azure resource display + name. + "kind": "str", # Optional. Kind of Azure resource type. + "resourceGroup": "str", # Optional. Resource group name of + the Azure resource. + "resourceId": "str", # Optional. fully qualified resource Id + e.g + subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. + "resourceName": "str", # Optional. Azure resource name, + required while creating the app component. + "resourceType": "str", # Optional. Azure resource type, + required while creating the app component. + "subscriptionId": "str" # Optional. Subscription Id of the + Azure resource. + } + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "testRunId": "str" # Optional. Test run identifier. + } + + # response body for status code(s): 200, 201 + response == { + "components": { + "str": { + "displayName": "str", # Optional. Azure resource display + name. + "kind": "str", # Optional. Kind of Azure resource type. + "resourceGroup": "str", # Optional. Resource group name of + the Azure resource. + "resourceId": "str", # Optional. fully qualified resource Id + e.g + subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. + "resourceName": "str", # Optional. Azure resource name, + required while creating the app component. + "resourceType": "str", # Optional. Azure resource type, + required while creating the app component. + "subscriptionId": "str" # Optional. Subscription Id of the + Azure resource. + } + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "testRunId": "str" # Optional. Test run identifier. + } + """ + + @overload + def create_or_update_app_components( + self, test_run_id: str, body: IO, *, content_type: str = "application/merge-patch+json", **kwargs: Any + ) -> JSON: + """Associate an app component (collection of azure resources) to a test run. + + Associate an app component (collection of azure resources) to a test run. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param body: App Component model. Required. + :type body: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/merge-patch+json". + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200, 201 + response == { + "components": { + "str": { + "displayName": "str", # Optional. Azure resource display + name. + "kind": "str", # Optional. Kind of Azure resource type. + "resourceGroup": "str", # Optional. Resource group name of + the Azure resource. + "resourceId": "str", # Optional. fully qualified resource Id + e.g + subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. + "resourceName": "str", # Optional. Azure resource name, + required while creating the app component. + "resourceType": "str", # Optional. Azure resource type, + required while creating the app component. + "subscriptionId": "str" # Optional. Subscription Id of the + Azure resource. + } + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "testRunId": "str" # Optional. Test run identifier. + } + """ + + @distributed_trace + def create_or_update_app_components(self, test_run_id: str, body: Union[JSON, IO], **kwargs: Any) -> JSON: + """Associate an app component (collection of azure resources) to a test run. + + Associate an app component (collection of azure resources) to a test run. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param body: App Component model. Is either a JSON type or a IO type. Required. + :type body: JSON or IO + :keyword content_type: Body Parameter content-type. Known values are: + 'application/merge-patch+json'. Default value is None. + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # JSON input template you can fill out and use as your body input. + body = { + "components": { + "str": { + "displayName": "str", # Optional. Azure resource display + name. + "kind": "str", # Optional. Kind of Azure resource type. + "resourceGroup": "str", # Optional. Resource group name of + the Azure resource. + "resourceId": "str", # Optional. fully qualified resource Id + e.g + subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. + "resourceName": "str", # Optional. Azure resource name, + required while creating the app component. + "resourceType": "str", # Optional. Azure resource type, + required while creating the app component. + "subscriptionId": "str" # Optional. Subscription Id of the + Azure resource. + } + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "testRunId": "str" # Optional. Test run identifier. + } + + # response body for status code(s): 200, 201 + response == { + "components": { + "str": { + "displayName": "str", # Optional. Azure resource display + name. + "kind": "str", # Optional. Kind of Azure resource type. + "resourceGroup": "str", # Optional. Resource group name of + the Azure resource. + "resourceId": "str", # Optional. fully qualified resource Id + e.g + subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. + "resourceName": "str", # Optional. Azure resource name, + required while creating the app component. + "resourceType": "str", # Optional. Azure resource type, + required while creating the app component. + "subscriptionId": "str" # Optional. Subscription Id of the + Azure resource. + } + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "testRunId": "str" # Optional. Test run identifier. + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = kwargs.pop("params", {}) or {} + + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[JSON] = kwargs.pop("cls", None) + + content_type = content_type or "application/merge-patch+json" + _json = None + _content = None + if isinstance(body, (IO, bytes)): + _content = body + else: + _json = body + + request = build_test_run_create_or_update_app_components_request( + test_run_id=test_run_id, + content_type=content_type, + api_version=self._config.api_version, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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) + raise HttpResponseError(response=response) + + if response.status_code == 200: + if response.content: + deserialized = response.json() + else: + deserialized = None + + if response.status_code == 201: + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) # type: ignore + + return cast(JSON, deserialized) # type: ignore + + @distributed_trace + def get_app_components(self, test_run_id: str, **kwargs: Any) -> JSON: + """Get associated app component (collection of azure resources) for the given test run. + + Get associated app component (collection of azure resources) for the given test run. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "components": { + "str": { + "displayName": "str", # Optional. Azure resource display + name. + "kind": "str", # Optional. Kind of Azure resource type. + "resourceGroup": "str", # Optional. Resource group name of + the Azure resource. + "resourceId": "str", # Optional. fully qualified resource Id + e.g + subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. + "resourceName": "str", # Optional. Azure resource name, + required while creating the app component. + "resourceType": "str", # Optional. Azure resource type, + required while creating the app component. + "subscriptionId": "str" # Optional. Subscription Id of the + Azure resource. + } + }, + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "testRunId": "str" # Optional. Test run identifier. + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + request = build_test_run_get_app_components_request( + test_run_id=test_run_id, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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) + + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) + + return cast(JSON, deserialized) + + @overload + def create_or_update_server_metrics_config( + self, test_run_id: str, body: JSON, *, content_type: str = "application/merge-patch+json", **kwargs: Any + ) -> JSON: + """Configure server metrics for a test run. + + Configure server metrics for a test run. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param body: Server metric configuration model. Required. + :type body: JSON + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/merge-patch+json". + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # JSON input template you can fill out and use as your body input. + body = { + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "metrics": { + "str": { + "aggregation": "str", # Metric aggregation. Required. + "metricNamespace": "str", # Metric name space. Required. + "name": "str", # The invariant value of metric name. + Required. + "resourceId": "str", # Azure resource id. Required. + "resourceType": "str", # Azure resource type. Required. + "displayDescription": "str", # Optional. Metric description. + "id": "str", # Optional. Unique name for metric. + "unit": "str" # Optional. Metric unit. + } + }, + "testRunId": "str" # Optional. Test run identifier. + } + + # response body for status code(s): 200, 201 + response == { + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "metrics": { + "str": { + "aggregation": "str", # Metric aggregation. Required. + "metricNamespace": "str", # Metric name space. Required. + "name": "str", # The invariant value of metric name. + Required. + "resourceId": "str", # Azure resource id. Required. + "resourceType": "str", # Azure resource type. Required. + "displayDescription": "str", # Optional. Metric description. + "id": "str", # Optional. Unique name for metric. + "unit": "str" # Optional. Metric unit. + } + }, + "testRunId": "str" # Optional. Test run identifier. + } + """ + + @overload + def create_or_update_server_metrics_config( + self, test_run_id: str, body: IO, *, content_type: str = "application/merge-patch+json", **kwargs: Any + ) -> JSON: + """Configure server metrics for a test run. + + Configure server metrics for a test run. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param body: Server metric configuration model. Required. + :type body: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/merge-patch+json". + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200, 201 + response == { + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "metrics": { + "str": { + "aggregation": "str", # Metric aggregation. Required. + "metricNamespace": "str", # Metric name space. Required. + "name": "str", # The invariant value of metric name. + Required. + "resourceId": "str", # Azure resource id. Required. + "resourceType": "str", # Azure resource type. Required. + "displayDescription": "str", # Optional. Metric description. + "id": "str", # Optional. Unique name for metric. + "unit": "str" # Optional. Metric unit. + } + }, + "testRunId": "str" # Optional. Test run identifier. + } + """ + + @distributed_trace + def create_or_update_server_metrics_config(self, test_run_id: str, body: Union[JSON, IO], **kwargs: Any) -> JSON: + """Configure server metrics for a test run. + + Configure server metrics for a test run. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param body: Server metric configuration model. Is either a JSON type or a IO type. Required. + :type body: JSON or IO + :keyword content_type: Body Parameter content-type. Known values are: + 'application/merge-patch+json'. Default value is None. + :paramtype content_type: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # JSON input template you can fill out and use as your body input. + body = { + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "metrics": { + "str": { + "aggregation": "str", # Metric aggregation. Required. + "metricNamespace": "str", # Metric name space. Required. + "name": "str", # The invariant value of metric name. + Required. + "resourceId": "str", # Azure resource id. Required. + "resourceType": "str", # Azure resource type. Required. + "displayDescription": "str", # Optional. Metric description. + "id": "str", # Optional. Unique name for metric. + "unit": "str" # Optional. Metric unit. + } + }, + "testRunId": "str" # Optional. Test run identifier. + } + + # response body for status code(s): 200, 201 + response == { + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "metrics": { + "str": { + "aggregation": "str", # Metric aggregation. Required. + "metricNamespace": "str", # Metric name space. Required. + "name": "str", # The invariant value of metric name. + Required. + "resourceId": "str", # Azure resource id. Required. + "resourceType": "str", # Azure resource type. Required. + "displayDescription": "str", # Optional. Metric description. + "id": "str", # Optional. Unique name for metric. + "unit": "str" # Optional. Metric unit. + } + }, + "testRunId": "str" # Optional. Test run identifier. + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = kwargs.pop("params", {}) or {} + + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[JSON] = kwargs.pop("cls", None) + + content_type = content_type or "application/merge-patch+json" + _json = None + _content = None + if isinstance(body, (IO, bytes)): + _content = body + else: + _json = body + + request = build_test_run_create_or_update_server_metrics_config_request( + test_run_id=test_run_id, + content_type=content_type, + api_version=self._config.api_version, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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) + raise HttpResponseError(response=response) + + if response.status_code == 200: + if response.content: + deserialized = response.json() + else: + deserialized = None + + if response.status_code == 201: + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) # type: ignore + + return cast(JSON, deserialized) # type: ignore + + @distributed_trace + def get_server_metrics_config(self, test_run_id: str, **kwargs: Any) -> JSON: + """List server metrics configuration for the given test run. + + List server metrics configuration for the given test run. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :return: JSON object + :rtype: JSON + :raises ~azure.core.exceptions.HttpResponseError: + + Example: + .. code-block:: python + + # response body for status code(s): 200 + response == { + "createdBy": "str", # Optional. The user that created. + "createdDateTime": "2020-02-20 00:00:00", # Optional. The creation + datetime(ISO 8601 literal format). + "lastModifiedBy": "str", # Optional. The user that last modified. + "lastModifiedDateTime": "2020-02-20 00:00:00", # Optional. The last Modified + datetime(ISO 8601 literal format). + "metrics": { + "str": { + "aggregation": "str", # Metric aggregation. Required. + "metricNamespace": "str", # Metric name space. Required. + "name": "str", # The invariant value of metric name. + Required. + "resourceId": "str", # Azure resource id. Required. + "resourceType": "str", # Azure resource type. Required. + "displayDescription": "str", # Optional. Metric description. + "id": "str", # Optional. Unique name for metric. + "unit": "str" # Optional. Metric unit. + } + }, + "testRunId": "str" # Optional. Test run identifier. + } + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = kwargs.pop("params", {}) or {} + + cls: ClsType[JSON] = kwargs.pop("cls", None) + + request = build_test_run_get_server_metrics_config_request( + test_run_id=test_run_id, + api_version=self._config.api_version, + headers=_headers, + params=_params, + ) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + request.url = self._client.format_url(request.url, **path_format_arguments) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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) + + if response.content: + deserialized = response.json() + else: + deserialized = None + + if cls: + return cls(pipeline_response, cast(JSON, deserialized), {}) + + return cast(JSON, deserialized) diff --git a/src/load/azext_load/vendored_sdks/loadtesting/_generated/operations/_patch.py b/src/load/azext_load/vendored_sdks/loadtesting/_generated/operations/_patch.py new file mode 100644 index 00000000000..c8d1b957598 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting/_generated/operations/_patch.py @@ -0,0 +1,195 @@ +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ +"""Customize generated code here. + +Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize +""" +import logging +import time +from functools import partial +from typing import List, IO, Optional, Any, Union, overload, Generic, TypeVar + +from azure.core.polling import PollingMethod +from azure.core.tracing.decorator import distributed_trace +from azure.core.polling import LROPoller + +from ._operations import AdministrationOperations as AdministrationOperationsGenerated, JSON +from ._operations import TestRunOperations as TestRunOperationsGenerated +from .._serialization import Serializer + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + +PollingReturnType = TypeVar("PollingReturnType") + +logger = logging.getLogger(__name__) + + +class LoadTestingPollingMethod(PollingMethod): + """Base class for custom sync polling methods.""" + + def _update_status(self) -> None: + raise NotImplementedError("This method needs to be implemented") + + def _update_resource(self) -> None: + self._resource = self._command() + + def initialize(self, client, initial_response, deserialization_callback) -> None: + self._command = client + self._initial_response = initial_response + self._resource = initial_response + + def status(self) -> str: + return self._status + + def finished(self) -> bool: + return self._status in self._termination_statuses + + def resource(self) -> JSON: + return self._resource + + def run(self) -> None: + try: + while not self.finished(): + self._update_resource() + self._update_status() + + if not self.finished(): + time.sleep(self._polling_interval) + except Exception as e: + logger.error(e) + raise e + + +class ValidationCheckPoller(LoadTestingPollingMethod): + """polling method for long-running validation check operation.""" + + def __init__(self, interval=5) -> None: + self._resource = None + self._command = None + self._initial_response = None + self._polling_interval = interval + self._status = None + self._termination_statuses = ["VALIDATION_SUCCESS", "VALIDATION_FAILED", "VALIDATION_NOT_REQUIRED"] + + def _update_status(self) -> None: + self._status = self._resource["validationStatus"] + + +class TestRunStatusPoller(LoadTestingPollingMethod): + def __init__(self, interval=5) -> None: + self._resource = None + self._command = None + self._initial_response = None + self._polling_interval = interval + self._status = None + self._termination_statuses = ["DONE", "FAILED", "CANCELLED"] + + def _update_status(self) -> None: + self._status = self._resource["status"] + + +class AdministrationOperations(AdministrationOperationsGenerated): + """ + for performing the operations on the Administration Subclient + """ + + def __init__(self, *args, **kwargs): + super(AdministrationOperations, self).__init__(*args, **kwargs) + + @distributed_trace + def begin_upload_test_file( + self, test_id: str, file_name: str, body: IO, *, file_type: Optional[str] = None, **kwargs: Any + ) -> LROPoller[JSON]: + """Upload file to the test + + :param test_id: Unique id for the test + :type test_id: str + :param file_name: Name of the file to be uploaded + :type file_name: str + :param body: File content to be uploaded + :type body: IO + :param file_type: Type of the file to be uploaded + :type file_type: str + :return: An instance of LROPoller object to check the validation status of file + :rtype: ~azure.developer.loadtesting._polling.LoadTestingLROPoller + :raises ~azure.core.exceptions.HttpResponseError: + :raises ~azure.core.exceptions.ResourceNotFoundError: + """ + + polling_interval = kwargs.pop("_polling_interval", None) + if polling_interval is None: + polling_interval = 5 + upload_test_file_operation = super().begin_upload_test_file( + test_id=test_id, file_name=file_name, body=body, file_type=file_type, **kwargs + ) + + command = partial(self.get_test_file, test_id=test_id, file_name=file_name) + + create_validation_status_polling = ValidationCheckPoller(interval=polling_interval) + return LROPoller(command, upload_test_file_operation, lambda *_: None, create_validation_status_polling) + + +class TestRunOperations(TestRunOperationsGenerated): + """ + class to perform operations on TestRun + """ + + def __init__(self, *args, **kwargs): + super(TestRunOperations, self).__init__(*args, **kwargs) + + @distributed_trace + def begin_test_run( + self, test_run_id: str, body: Union[JSON, IO], *, old_test_run_id: Optional[str] = None, **kwargs: Any + ) -> LROPoller[JSON]: + """Create and start a new test run with the given name. + + Create and start a new test run with the given name. + + :param test_run_id: Unique name for the load test run, must contain only lower-case alphabetic, + numeric, underscore or hyphen characters. Required. + :type test_run_id: str + :param body: Load test run model. Is either a model type or a IO type. Required. + :type body: JSON or IO + :keyword old_test_run_id: Existing test run identifier that should be rerun, if this is + provided, the test will run with the JMX file, configuration and app components from the + existing test run. You can override the configuration values for new test run in the request + body. Default value is None. + :paramtype old_test_run_id: str + :keyword content_type: Body Parameter content-type. Known values are: + 'application/merge-patch+json'. Default value is None. + :paramtype content_type: str + + :rtype: ~azure.developer.loadtesting._polling.LoadTestingLROPoller + :raises ~azure.core.exceptions.HttpResponseError: + :raises ~azure.core.exceptions.ResourceNotFoundError: + """ + + polling_interval = kwargs.pop("_polling_interval", None) + if polling_interval is None: + polling_interval = 5 + create_or_update_test_run_operation = super()._test_run_initial( + test_run_id, body, old_test_run_id=old_test_run_id, **kwargs + ) + + command = partial(self.get_test_run, test_run_id=test_run_id) + + create_test_run_polling = TestRunStatusPoller(interval=polling_interval) + return LROPoller(command, create_or_update_test_run_operation, lambda *_: None, create_test_run_polling) + + +__all__: List[str] = ["AdministrationOperations", "TestRunOperations"] + + +# Add all objects you want publicly available to users at this package level + + +def patch_sdk(): + """Do not remove from this file. + + `patch_sdk` is a last resort escape hatch that allows you to do customizations + you can't accomplish using the techniques described in + https://aka.ms/azsdk/python/dpcodegen/python/customize + """ diff --git a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/py.typed b/src/load/azext_load/vendored_sdks/loadtesting/_generated/py.typed similarity index 100% rename from src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/py.typed rename to src/load/azext_load/vendored_sdks/loadtesting/_generated/py.typed diff --git a/src/load/azext_load/vendored_sdks/loadtesting/_version.py b/src/load/azext_load/vendored_sdks/loadtesting/_version.py new file mode 100644 index 00000000000..010063f9dd9 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting/_version.py @@ -0,0 +1,6 @@ +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ + +VERSION = "1.0.1" diff --git a/src/load/azext_load/vendored_sdks/loadtesting/aio/__init__.py b/src/load/azext_load/vendored_sdks/loadtesting/aio/__init__.py new file mode 100644 index 00000000000..e055e16c9f6 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting/aio/__init__.py @@ -0,0 +1,9 @@ + +# ------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# -------------------------------------------------------------------------- +from ._client import LoadTestRunClient, LoadTestAdministrationClient + +__all__ = ["LoadTestAdministrationClient", "LoadTestRunClient"] diff --git a/src/load/azext_load/vendored_sdks/loadtesting/aio/_client.py b/src/load/azext_load/vendored_sdks/loadtesting/aio/_client.py new file mode 100644 index 00000000000..e3ed061bb41 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting/aio/_client.py @@ -0,0 +1,107 @@ +# ------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# -------------------------------------------------------------------------- + +from copy import deepcopy +from typing import Any, Awaitable + +from azure.core.credentials_async import AsyncTokenCredential +from azure.core import AsyncPipelineClient +from azure.core.rest import HttpRequest, AsyncHttpResponse + +from .._generated.aio._configuration import LoadTestingClientConfiguration +from .._generated._serialization import Deserializer, Serializer +from .._generated.aio.operations import AdministrationOperations, TestRunOperations + +class _BaseClient: # pylint: disable=client-accepts-api-version-keyword + """These APIs allow end users to create, view and run load tests using Azure Load Test Service. + + :ivar administration: AdministrationOperations operations + :vartype administration: azure.developer.loadtesting.aio.operations.AdministrationOperations + :ivar test_run: TestRunOperations operations + :vartype test_run: azure.developer.loadtesting.aio.operations.TestRunOperations + :param endpoint: URL to perform data plane API operations on the resource. Required. + :type endpoint: str + :param credential: Credential needed for the client to connect to Azure. Required. + :type credential: ~azure.core.credentials_async.AsyncTokenCredential + :keyword api_version: Api Version. Default value is "2022-11-01". Note that overriding this + default value may result in unsupported behavior. + :paramtype api_version: str + """ + + def __init__(self, endpoint: str, credential: "AsyncTokenCredential", **kwargs: Any) -> None: + _endpoint = "https://{Endpoint}" + self._config = LoadTestingClientConfiguration(endpoint=endpoint, credential=credential, **kwargs) + self._client = AsyncPipelineClient(base_url=_endpoint, config=self._config, **kwargs) + + self._serialize = Serializer() + self._deserialize = Deserializer() + self._serialize.client_side_validation = False + super().__init__(self._client, self._config, self._serialize, self._deserialize) + + def send_request(self, request: HttpRequest, **kwargs: Any) -> Awaitable[AsyncHttpResponse]: + """Runs the network request through the client's chained policies. + + >>> from azure.core.rest import HttpRequest + >>> request = HttpRequest("GET", "https://www.example.org/") + + >>> response = await client.send_request(request) + + + For more information on this code flow, see https://aka.ms/azsdk/dpcodegen/python/send_request + + :param request: The network request you want to make. Required. + :type request: ~azure.core.rest.HttpRequest + :keyword bool stream: Whether the response payload will be streamed. Defaults to False. + :return: The response of your network call. Does not do error handling on your response. + :rtype: ~azure.core.rest.AsyncHttpResponse + """ + + request_copy = deepcopy(request) + path_format_arguments = { + "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, "str", skip_quote=True), + } + + request_copy.url = self._client.format_url(request_copy.url, **path_format_arguments) + return self._client.send_request(request_copy, **kwargs) + + async def close(self) -> None: + await self._client.close() + + async def __aexit__(self, *exc_details) -> None: + await self._client.__aexit__(*exc_details) + + +class LoadTestAdministrationClient(_BaseClient, AdministrationOperations): # pylint: disable=client-accepts-api-version-keyword + """These APIs allow end users to create, view and run load tests using Azure Load Test Service. + + :param endpoint: URL to perform data plane API operations on the resource. Required. + :type endpoint: str + :param credential: Credential needed for the client to connect to Azure. Required. + :type credential: ~azure.core.credentials_async.AsyncTokenCredential + :keyword api_version: Api Version. Default value is "2022-11-01". Note that overriding this + default value may result in unsupported behavior. + :paramtype api_version: str + """ + + async def __aenter__(self) -> "LoadTestAdministrationClient": + await self._client.__aenter__() + return self + +class LoadTestRunClient(_BaseClient, TestRunOperations): # pylint: disable=client-accepts-api-version-keyword + """These APIs allow end users to create, view and run load tests using Azure Load Test Service. + + :param endpoint: URL to perform data plane API operations on the resource. Required. + :type endpoint: str + :param credential: Credential needed for the client to connect to Azure. Required. + :type credential: ~azure.core.credentials_async.AsyncTokenCredential + :keyword api_version: Api Version. Default value is "2022-11-01". Note that overriding this + default value may result in unsupported behavior. + :paramtype api_version: str + """ + + async def __aenter__(self) -> "LoadTestRunClient": + await self._client.__aenter__() + return self diff --git a/src/load/azext_load/vendored_sdks/loadtesting/py.typed b/src/load/azext_load/vendored_sdks/loadtesting/py.typed new file mode 100644 index 00000000000..e5aff4f83af --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting/py.typed @@ -0,0 +1 @@ +# Marker file for PEP 561. \ No newline at end of file diff --git a/src/load/azext_load/vendored_sdks/loadtesting_mgmt/__init__.py b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/__init__.py new file mode 100644 index 00000000000..bf4f4e83189 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/__init__.py @@ -0,0 +1,26 @@ +# 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 ._load_test_mgmt_client import LoadTestMgmtClient +from ._version import VERSION + +__version__ = VERSION + +try: + from ._patch import __all__ as _patch_all + from ._patch import * # pylint: disable=unused-wildcard-import +except ImportError: + _patch_all = [] +from ._patch import patch_sdk as _patch_sdk + +__all__ = [ + "LoadTestMgmtClient", +] +__all__.extend([p for p in _patch_all if p not in __all__]) + +_patch_sdk() diff --git a/src/load/azext_load/vendored_sdks/loadtesting_mgmt/_configuration.py b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/_configuration.py new file mode 100644 index 00000000000..c29be373e5f --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/_configuration.py @@ -0,0 +1,72 @@ +# 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 sys +from typing import Any, TYPE_CHECKING + +from azure.core.configuration import Configuration +from azure.core.pipeline import policies +from azure.mgmt.core.policies import ARMChallengeAuthenticationPolicy, ARMHttpLoggingPolicy + +from ._version import VERSION + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from azure.core.credentials import TokenCredential + + +class LoadTestMgmtClientConfiguration(Configuration): # pylint: disable=too-many-instance-attributes + """Configuration for LoadTestMgmtClient. + + 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. Required. + :type credential: ~azure.core.credentials.TokenCredential + :param subscription_id: The ID of the target subscription. Required. + :type subscription_id: str + :keyword api_version: Api Version. Default value is "2022-12-01". Note that overriding this + default value may result in unsupported behavior. + :paramtype api_version: str + """ + + def __init__(self, credential: "TokenCredential", subscription_id: str, **kwargs: Any) -> None: + super(LoadTestMgmtClientConfiguration, self).__init__(**kwargs) + api_version: Literal["2022-12-01"] = kwargs.pop("api_version", "2022-12-01") + + 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.") + + self.credential = credential + self.subscription_id = subscription_id + self.api_version = api_version + self.credential_scopes = kwargs.pop("credential_scopes", ["https://management.azure.com/.default"]) + kwargs.setdefault("sdk_moniker", "mgmt-loadtesting/{}".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.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 = ARMChallengeAuthenticationPolicy( + self.credential, *self.credential_scopes, **kwargs + ) diff --git a/src/load/azext_load/vendored_sdks/loadtesting_mgmt/_load_test_mgmt_client.py b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/_load_test_mgmt_client.py new file mode 100644 index 00000000000..1be9b7cb0c6 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/_load_test_mgmt_client.py @@ -0,0 +1,95 @@ +# 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 copy import deepcopy +from typing import Any, TYPE_CHECKING + +from azure.core.rest import HttpRequest, HttpResponse +from azure.mgmt.core import ARMPipelineClient + +from . import models as _models +from ._configuration import LoadTestMgmtClientConfiguration +from ._serialization import Deserializer, Serializer +from .operations import LoadTestsOperations, Operations, QuotasOperations + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from azure.core.credentials import TokenCredential + + +class LoadTestMgmtClient: # pylint: disable=client-accepts-api-version-keyword + """LoadTest client provides access to LoadTest Resource and it's status operations. + + :ivar operations: Operations operations + :vartype operations: azure.mgmt.loadtesting.operations.Operations + :ivar quotas: QuotasOperations operations + :vartype quotas: azure.mgmt.loadtesting.operations.QuotasOperations + :ivar load_tests: LoadTestsOperations operations + :vartype load_tests: azure.mgmt.loadtesting.operations.LoadTestsOperations + :param credential: Credential needed for the client to connect to Azure. Required. + :type credential: ~azure.core.credentials.TokenCredential + :param subscription_id: The ID of the target subscription. Required. + :type subscription_id: str + :param base_url: Service URL. Default value is "https://management.azure.com". + :type base_url: str + :keyword api_version: Api Version. Default value is "2022-12-01". Note that overriding this + default value may result in unsupported behavior. + :paramtype api_version: str + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no + Retry-After header is present. + """ + + def __init__( + self, + credential: "TokenCredential", + subscription_id: str, + base_url: str = "https://management.azure.com", + **kwargs: Any + ) -> None: + self._config = LoadTestMgmtClientConfiguration(credential=credential, subscription_id=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._serialize.client_side_validation = False + self.operations = Operations(self._client, self._config, self._serialize, self._deserialize) + self.quotas = QuotasOperations(self._client, self._config, self._serialize, self._deserialize) + self.load_tests = LoadTestsOperations(self._client, self._config, self._serialize, self._deserialize) + + def _send_request(self, request: HttpRequest, **kwargs: Any) -> HttpResponse: + """Runs the network request through the client's chained policies. + + >>> from azure.core.rest import HttpRequest + >>> request = HttpRequest("GET", "https://www.example.org/") + + >>> response = client._send_request(request) + + + For more information on this code flow, see https://aka.ms/azsdk/dpcodegen/python/send_request + + :param request: The network request you want to make. Required. + :type request: ~azure.core.rest.HttpRequest + :keyword bool stream: Whether the response payload will be streamed. Defaults to False. + :return: The response of your network call. Does not do error handling on your response. + :rtype: ~azure.core.rest.HttpResponse + """ + + request_copy = deepcopy(request) + request_copy.url = self._client.format_url(request_copy.url) + return self._client.send_request(request_copy, **kwargs) + + def close(self) -> None: + self._client.close() + + def __enter__(self) -> "LoadTestMgmtClient": + self._client.__enter__() + return self + + def __exit__(self, *exc_details) -> None: + self._client.__exit__(*exc_details) diff --git a/src/load/azext_load/vendored_sdks/loadtesting_mgmt/_patch.py b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/_patch.py new file mode 100644 index 00000000000..f7dd3251033 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/_patch.py @@ -0,0 +1,20 @@ +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ +"""Customize generated code here. + +Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize +""" +from typing import List + +__all__: List[str] = [] # Add all objects you want publicly available to users at this package level + + +def patch_sdk(): + """Do not remove from this file. + + `patch_sdk` is a last resort escape hatch that allows you to do customizations + you can't accomplish using the techniques described in + https://aka.ms/azsdk/python/dpcodegen/python/customize + """ diff --git a/src/load/azext_load/vendored_sdks/loadtesting_mgmt/_serialization.py b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/_serialization.py new file mode 100644 index 00000000000..f17c068e833 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/_serialization.py @@ -0,0 +1,1996 @@ +# -------------------------------------------------------------------------- +# +# Copyright (c) Microsoft Corporation. All rights reserved. +# +# The MIT License (MIT) +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the ""Software""), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. +# +# -------------------------------------------------------------------------- + +# pylint: skip-file +# pyright: reportUnnecessaryTypeIgnoreComment=false + +from base64 import b64decode, b64encode +import calendar +import datetime +import decimal +import email +from enum import Enum +import json +import logging +import re +import sys +import codecs +from typing import ( + Dict, + Any, + cast, + Optional, + Union, + AnyStr, + IO, + Mapping, + Callable, + TypeVar, + MutableMapping, + Type, + List, + Mapping, +) + +try: + from urllib import quote # type: ignore +except ImportError: + from urllib.parse import quote +import xml.etree.ElementTree as ET + +import isodate # type: ignore + +from azure.core.exceptions import DeserializationError, SerializationError, raise_with_traceback +from azure.core.serialization import NULL as AzureCoreNull + +_BOM = codecs.BOM_UTF8.decode(encoding="utf-8") + +ModelType = TypeVar("ModelType", bound="Model") +JSON = MutableMapping[str, Any] + + +class RawDeserializer: + + # Accept "text" because we're open minded people... + JSON_REGEXP = re.compile(r"^(application|text)/([a-z+.]+\+)?json$") + + # Name used in context + CONTEXT_NAME = "deserialized_data" + + @classmethod + def deserialize_from_text(cls, data: Optional[Union[AnyStr, IO]], content_type: Optional[str] = None) -> Any: + """Decode data according to content-type. + + Accept a stream of data as well, but will be load at once in memory for now. + + If no content-type, will return the string version (not bytes, not stream) + + :param data: Input, could be bytes or stream (will be decoded with UTF8) or text + :type data: str or bytes or IO + :param str content_type: The content type. + """ + if hasattr(data, "read"): + # Assume a stream + data = cast(IO, data).read() + + if isinstance(data, bytes): + data_as_str = data.decode(encoding="utf-8-sig") + else: + # Explain to mypy the correct type. + data_as_str = cast(str, data) + + # Remove Byte Order Mark if present in string + data_as_str = data_as_str.lstrip(_BOM) + + if content_type is None: + return data + + if cls.JSON_REGEXP.match(content_type): + try: + return json.loads(data_as_str) + except ValueError as err: + raise DeserializationError("JSON is invalid: {}".format(err), err) + elif "xml" in (content_type or []): + try: + + try: + if isinstance(data, unicode): # type: ignore + # If I'm Python 2.7 and unicode XML will scream if I try a "fromstring" on unicode string + data_as_str = data_as_str.encode(encoding="utf-8") # type: ignore + except NameError: + pass + + return ET.fromstring(data_as_str) # nosec + except ET.ParseError: + # It might be because the server has an issue, and returned JSON with + # content-type XML.... + # So let's try a JSON load, and if it's still broken + # let's flow the initial exception + def _json_attemp(data): + try: + return True, json.loads(data) + except ValueError: + return False, None # Don't care about this one + + success, json_result = _json_attemp(data) + if success: + return json_result + # If i'm here, it's not JSON, it's not XML, let's scream + # and raise the last context in this block (the XML exception) + # The function hack is because Py2.7 messes up with exception + # context otherwise. + _LOGGER.critical("Wasn't XML not JSON, failing") + raise_with_traceback(DeserializationError, "XML is invalid") + raise DeserializationError("Cannot deserialize content-type: {}".format(content_type)) + + @classmethod + def deserialize_from_http_generics(cls, body_bytes: Optional[Union[AnyStr, IO]], headers: Mapping) -> Any: + """Deserialize from HTTP response. + + Use bytes and headers to NOT use any requests/aiohttp or whatever + specific implementation. + Headers will tested for "content-type" + """ + # Try to use content-type from headers if available + content_type = None + if "content-type" in headers: + content_type = headers["content-type"].split(";")[0].strip().lower() + # Ouch, this server did not declare what it sent... + # Let's guess it's JSON... + # Also, since Autorest was considering that an empty body was a valid JSON, + # need that test as well.... + else: + content_type = "application/json" + + if body_bytes: + return cls.deserialize_from_text(body_bytes, content_type) + return None + + +try: + basestring # type: ignore + unicode_str = unicode # type: ignore +except NameError: + basestring = str + unicode_str = str + +_LOGGER = logging.getLogger(__name__) + +try: + _long_type = long # type: ignore +except NameError: + _long_type = int + + +class UTC(datetime.tzinfo): + """Time Zone info for handling UTC""" + + def utcoffset(self, dt): + """UTF offset for UTC is 0.""" + return datetime.timedelta(0) + + def tzname(self, dt): + """Timestamp representation.""" + return "Z" + + def dst(self, dt): + """No daylight saving for UTC.""" + return datetime.timedelta(hours=1) + + +try: + from datetime import timezone as _FixedOffset # type: ignore +except ImportError: # Python 2.7 + + class _FixedOffset(datetime.tzinfo): # type: ignore + """Fixed offset in minutes east from UTC. + Copy/pasted from Python doc + :param datetime.timedelta offset: offset in timedelta format + """ + + def __init__(self, offset): + self.__offset = offset + + def utcoffset(self, dt): + return self.__offset + + def tzname(self, dt): + return str(self.__offset.total_seconds() / 3600) + + def __repr__(self): + return "".format(self.tzname(None)) + + def dst(self, dt): + return datetime.timedelta(0) + + def __getinitargs__(self): + return (self.__offset,) + + +try: + from datetime import timezone + + TZ_UTC = timezone.utc +except ImportError: + TZ_UTC = UTC() # type: ignore + +_FLATTEN = re.compile(r"(? None: + self.additional_properties: Dict[str, Any] = {} + for k in kwargs: + if k not in self._attribute_map: + _LOGGER.warning("%s is not a known attribute of class %s and will be ignored", k, self.__class__) + elif k in self._validation and self._validation[k].get("readonly", False): + _LOGGER.warning("Readonly attribute %s will be ignored in class %s", k, self.__class__) + else: + setattr(self, k, kwargs[k]) + + def __eq__(self, other: Any) -> bool: + """Compare objects by comparing all attributes.""" + if isinstance(other, self.__class__): + return self.__dict__ == other.__dict__ + return False + + def __ne__(self, other: Any) -> bool: + """Compare objects by comparing all attributes.""" + return not self.__eq__(other) + + def __str__(self) -> str: + return str(self.__dict__) + + @classmethod + def enable_additional_properties_sending(cls) -> None: + cls._attribute_map["additional_properties"] = {"key": "", "type": "{object}"} + + @classmethod + def is_xml_model(cls) -> bool: + try: + cls._xml_map # type: ignore + except AttributeError: + return False + return True + + @classmethod + def _create_xml_node(cls): + """Create XML node.""" + try: + xml_map = cls._xml_map # type: ignore + except AttributeError: + xml_map = {} + + return _create_xml_node(xml_map.get("name", cls.__name__), xml_map.get("prefix", None), xml_map.get("ns", None)) + + def serialize(self, keep_readonly: bool = False, **kwargs: Any) -> JSON: + """Return the JSON that would be sent to azure from this model. + + This is an alias to `as_dict(full_restapi_key_transformer, keep_readonly=False)`. + + If you want XML serialization, you can pass the kwargs is_xml=True. + + :param bool keep_readonly: If you want to serialize the readonly attributes + :returns: A dict JSON compatible object + :rtype: dict + """ + serializer = Serializer(self._infer_class_models()) + return serializer._serialize(self, keep_readonly=keep_readonly, **kwargs) + + def as_dict( + self, + keep_readonly: bool = True, + key_transformer: Callable[[str, Dict[str, Any], Any], Any] = attribute_transformer, + **kwargs: Any + ) -> JSON: + """Return a dict that can be serialized using json.dump. + + Advanced usage might optionally use a callback as parameter: + + .. code::python + + def my_key_transformer(key, attr_desc, value): + return key + + Key is the attribute name used in Python. Attr_desc + is a dict of metadata. Currently contains 'type' with the + msrest type and 'key' with the RestAPI encoded key. + Value is the current value in this object. + + The string returned will be used to serialize the key. + If the return type is a list, this is considered hierarchical + result dict. + + See the three examples in this file: + + - attribute_transformer + - full_restapi_key_transformer + - last_restapi_key_transformer + + If you want XML serialization, you can pass the kwargs is_xml=True. + + :param function key_transformer: A key transformer function. + :returns: A dict JSON compatible object + :rtype: dict + """ + serializer = Serializer(self._infer_class_models()) + return serializer._serialize(self, key_transformer=key_transformer, keep_readonly=keep_readonly, **kwargs) + + @classmethod + def _infer_class_models(cls): + try: + str_models = cls.__module__.rsplit(".", 1)[0] + models = sys.modules[str_models] + client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} + if cls.__name__ not in client_models: + raise ValueError("Not Autorest generated code") + except Exception: + # Assume it's not Autorest generated (tests?). Add ourselves as dependencies. + client_models = {cls.__name__: cls} + return client_models + + @classmethod + def deserialize(cls: Type[ModelType], data: Any, content_type: Optional[str] = None) -> ModelType: + """Parse a str using the RestAPI syntax and return a model. + + :param str data: A str using RestAPI structure. JSON by default. + :param str content_type: JSON by default, set application/xml if XML. + :returns: An instance of this model + :raises: DeserializationError if something went wrong + """ + deserializer = Deserializer(cls._infer_class_models()) + return deserializer(cls.__name__, data, content_type=content_type) + + @classmethod + def from_dict( + cls: Type[ModelType], + data: Any, + key_extractors: Optional[Callable[[str, Dict[str, Any], Any], Any]] = None, + content_type: Optional[str] = None, + ) -> ModelType: + """Parse a dict using given key extractor return a model. + + By default consider key + extractors (rest_key_case_insensitive_extractor, attribute_key_case_insensitive_extractor + and last_rest_key_case_insensitive_extractor) + + :param dict data: A dict using RestAPI structure + :param str content_type: JSON by default, set application/xml if XML. + :returns: An instance of this model + :raises: DeserializationError if something went wrong + """ + deserializer = Deserializer(cls._infer_class_models()) + deserializer.key_extractors = ( # type: ignore + [ # type: ignore + attribute_key_case_insensitive_extractor, + rest_key_case_insensitive_extractor, + last_rest_key_case_insensitive_extractor, + ] + if key_extractors is None + else key_extractors + ) + return deserializer(cls.__name__, data, content_type=content_type) + + @classmethod + def _flatten_subtype(cls, key, objects): + if "_subtype_map" not in cls.__dict__: + return {} + result = dict(cls._subtype_map[key]) + for valuetype in cls._subtype_map[key].values(): + result.update(objects[valuetype]._flatten_subtype(key, objects)) + return result + + @classmethod + def _classify(cls, response, objects): + """Check the class _subtype_map for any child classes. + We want to ignore any inherited _subtype_maps. + Remove the polymorphic key from the initial data. + """ + for subtype_key in cls.__dict__.get("_subtype_map", {}).keys(): + subtype_value = None + + if not isinstance(response, ET.Element): + rest_api_response_key = cls._get_rest_key_parts(subtype_key)[-1] + subtype_value = response.pop(rest_api_response_key, None) or response.pop(subtype_key, None) + else: + subtype_value = xml_key_extractor(subtype_key, cls._attribute_map[subtype_key], response) + if subtype_value: + # Try to match base class. Can be class name only + # (bug to fix in Autorest to support x-ms-discriminator-name) + if cls.__name__ == subtype_value: + return cls + flatten_mapping_type = cls._flatten_subtype(subtype_key, objects) + try: + return objects[flatten_mapping_type[subtype_value]] # type: ignore + except KeyError: + _LOGGER.warning( + "Subtype value %s has no mapping, use base class %s.", + subtype_value, + cls.__name__, + ) + break + else: + _LOGGER.warning("Discriminator %s is absent or null, use base class %s.", subtype_key, cls.__name__) + break + return cls + + @classmethod + def _get_rest_key_parts(cls, attr_key): + """Get the RestAPI key of this attr, split it and decode part + :param str attr_key: Attribute key must be in attribute_map. + :returns: A list of RestAPI part + :rtype: list + """ + rest_split_key = _FLATTEN.split(cls._attribute_map[attr_key]["key"]) + return [_decode_attribute_map_key(key_part) for key_part in rest_split_key] + + +def _decode_attribute_map_key(key): + """This decode a key in an _attribute_map to the actual key we want to look at + inside the received data. + + :param str key: A key string from the generated code + """ + return key.replace("\\.", ".") + + +class Serializer(object): + """Request object model serializer.""" + + basic_types = {str: "str", int: "int", bool: "bool", float: "float"} + + _xml_basic_types_serializers = {"bool": lambda x: str(x).lower()} + days = {0: "Mon", 1: "Tue", 2: "Wed", 3: "Thu", 4: "Fri", 5: "Sat", 6: "Sun"} + months = { + 1: "Jan", + 2: "Feb", + 3: "Mar", + 4: "Apr", + 5: "May", + 6: "Jun", + 7: "Jul", + 8: "Aug", + 9: "Sep", + 10: "Oct", + 11: "Nov", + 12: "Dec", + } + validation = { + "min_length": lambda x, y: len(x) < y, + "max_length": lambda x, y: len(x) > y, + "minimum": lambda x, y: x < y, + "maximum": lambda x, y: x > y, + "minimum_ex": lambda x, y: x <= y, + "maximum_ex": lambda x, y: x >= y, + "min_items": lambda x, y: len(x) < y, + "max_items": lambda x, y: len(x) > y, + "pattern": lambda x, y: not re.match(y, x, re.UNICODE), + "unique": lambda x, y: len(x) != len(set(x)), + "multiple": lambda x, y: x % y != 0, + } + + def __init__(self, classes: Optional[Mapping[str, Type[ModelType]]] = None): + self.serialize_type = { + "iso-8601": Serializer.serialize_iso, + "rfc-1123": Serializer.serialize_rfc, + "unix-time": Serializer.serialize_unix, + "duration": Serializer.serialize_duration, + "date": Serializer.serialize_date, + "time": Serializer.serialize_time, + "decimal": Serializer.serialize_decimal, + "long": Serializer.serialize_long, + "bytearray": Serializer.serialize_bytearray, + "base64": Serializer.serialize_base64, + "object": self.serialize_object, + "[]": self.serialize_iter, + "{}": self.serialize_dict, + } + self.dependencies: Dict[str, Type[ModelType]] = dict(classes) if classes else {} + self.key_transformer = full_restapi_key_transformer + self.client_side_validation = True + + def _serialize(self, target_obj, data_type=None, **kwargs): + """Serialize data into a string according to type. + + :param target_obj: The data to be serialized. + :param str data_type: The type to be serialized from. + :rtype: str, dict + :raises: SerializationError if serialization fails. + """ + key_transformer = kwargs.get("key_transformer", self.key_transformer) + keep_readonly = kwargs.get("keep_readonly", False) + if target_obj is None: + return None + + attr_name = None + class_name = target_obj.__class__.__name__ + + if data_type: + return self.serialize_data(target_obj, data_type, **kwargs) + + if not hasattr(target_obj, "_attribute_map"): + data_type = type(target_obj).__name__ + if data_type in self.basic_types.values(): + return self.serialize_data(target_obj, data_type, **kwargs) + + # Force "is_xml" kwargs if we detect a XML model + try: + is_xml_model_serialization = kwargs["is_xml"] + except KeyError: + is_xml_model_serialization = kwargs.setdefault("is_xml", target_obj.is_xml_model()) + + serialized = {} + if is_xml_model_serialization: + serialized = target_obj._create_xml_node() + try: + attributes = target_obj._attribute_map + for attr, attr_desc in attributes.items(): + attr_name = attr + if not keep_readonly and target_obj._validation.get(attr_name, {}).get("readonly", False): + continue + + if attr_name == "additional_properties" and attr_desc["key"] == "": + if target_obj.additional_properties is not None: + serialized.update(target_obj.additional_properties) + continue + try: + + orig_attr = getattr(target_obj, attr) + if is_xml_model_serialization: + pass # Don't provide "transformer" for XML for now. Keep "orig_attr" + else: # JSON + keys, orig_attr = key_transformer(attr, attr_desc.copy(), orig_attr) + keys = keys if isinstance(keys, list) else [keys] + + kwargs["serialization_ctxt"] = attr_desc + new_attr = self.serialize_data(orig_attr, attr_desc["type"], **kwargs) + + if is_xml_model_serialization: + xml_desc = attr_desc.get("xml", {}) + xml_name = xml_desc.get("name", attr_desc["key"]) + xml_prefix = xml_desc.get("prefix", None) + xml_ns = xml_desc.get("ns", None) + if xml_desc.get("attr", False): + if xml_ns: + ET.register_namespace(xml_prefix, xml_ns) + xml_name = "{}{}".format(xml_ns, xml_name) + serialized.set(xml_name, new_attr) # type: ignore + continue + if xml_desc.get("text", False): + serialized.text = new_attr # type: ignore + continue + if isinstance(new_attr, list): + serialized.extend(new_attr) # type: ignore + elif isinstance(new_attr, ET.Element): + # If the down XML has no XML/Name, we MUST replace the tag with the local tag. But keeping the namespaces. + if "name" not in getattr(orig_attr, "_xml_map", {}): + splitted_tag = new_attr.tag.split("}") + if len(splitted_tag) == 2: # Namespace + new_attr.tag = "}".join([splitted_tag[0], xml_name]) + else: + new_attr.tag = xml_name + serialized.append(new_attr) # type: ignore + else: # That's a basic type + # Integrate namespace if necessary + local_node = _create_xml_node(xml_name, xml_prefix, xml_ns) + local_node.text = unicode_str(new_attr) + serialized.append(local_node) # type: ignore + else: # JSON + for k in reversed(keys): # type: ignore + new_attr = {k: new_attr} + + _new_attr = new_attr + _serialized = serialized + for k in keys: # type: ignore + if k not in _serialized: + _serialized.update(_new_attr) # type: ignore + _new_attr = _new_attr[k] # type: ignore + _serialized = _serialized[k] + except ValueError: + continue + + except (AttributeError, KeyError, TypeError) as err: + msg = "Attribute {} in object {} cannot be serialized.\n{}".format(attr_name, class_name, str(target_obj)) + raise_with_traceback(SerializationError, msg, err) + else: + return serialized + + def body(self, data, data_type, **kwargs): + """Serialize data intended for a request body. + + :param data: The data to be serialized. + :param str data_type: The type to be serialized from. + :rtype: dict + :raises: SerializationError if serialization fails. + :raises: ValueError if data is None + """ + + # Just in case this is a dict + internal_data_type_str = data_type.strip("[]{}") + internal_data_type = self.dependencies.get(internal_data_type_str, None) + try: + is_xml_model_serialization = kwargs["is_xml"] + except KeyError: + if internal_data_type and issubclass(internal_data_type, Model): + is_xml_model_serialization = kwargs.setdefault("is_xml", internal_data_type.is_xml_model()) + else: + is_xml_model_serialization = False + if internal_data_type and not isinstance(internal_data_type, Enum): + try: + deserializer = Deserializer(self.dependencies) + # Since it's on serialization, it's almost sure that format is not JSON REST + # We're not able to deal with additional properties for now. + deserializer.additional_properties_detection = False + if is_xml_model_serialization: + deserializer.key_extractors = [ # type: ignore + attribute_key_case_insensitive_extractor, + ] + else: + deserializer.key_extractors = [ + rest_key_case_insensitive_extractor, + attribute_key_case_insensitive_extractor, + last_rest_key_case_insensitive_extractor, + ] + data = deserializer._deserialize(data_type, data) + except DeserializationError as err: + raise_with_traceback(SerializationError, "Unable to build a model: " + str(err), err) + + return self._serialize(data, data_type, **kwargs) + + def url(self, name, data, data_type, **kwargs): + """Serialize data intended for a URL path. + + :param data: The data to be serialized. + :param str data_type: The type to be serialized from. + :rtype: str + :raises: TypeError if serialization fails. + :raises: ValueError if data is None + """ + try: + output = self.serialize_data(data, data_type, **kwargs) + if data_type == "bool": + output = json.dumps(output) + + if kwargs.get("skip_quote") is True: + output = str(output) + else: + output = quote(str(output), safe="") + except SerializationError: + raise TypeError("{} must be type {}.".format(name, data_type)) + else: + return output + + def query(self, name, data, data_type, **kwargs): + """Serialize data intended for a URL query. + + :param data: The data to be serialized. + :param str data_type: The type to be serialized from. + :rtype: str + :raises: TypeError if serialization fails. + :raises: ValueError if data is None + """ + try: + # Treat the list aside, since we don't want to encode the div separator + if data_type.startswith("["): + internal_data_type = data_type[1:-1] + data = [self.serialize_data(d, internal_data_type, **kwargs) if d is not None else "" for d in data] + if not kwargs.get("skip_quote", False): + data = [quote(str(d), safe="") for d in data] + return str(self.serialize_iter(data, internal_data_type, **kwargs)) + + # Not a list, regular serialization + output = self.serialize_data(data, data_type, **kwargs) + if data_type == "bool": + output = json.dumps(output) + if kwargs.get("skip_quote") is True: + output = str(output) + else: + output = quote(str(output), safe="") + except SerializationError: + raise TypeError("{} must be type {}.".format(name, data_type)) + else: + return str(output) + + def header(self, name, data, data_type, **kwargs): + """Serialize data intended for a request header. + + :param data: The data to be serialized. + :param str data_type: The type to be serialized from. + :rtype: str + :raises: TypeError if serialization fails. + :raises: ValueError if data is None + """ + try: + if data_type in ["[str]"]: + data = ["" if d is None else d for d in data] + + output = self.serialize_data(data, data_type, **kwargs) + if data_type == "bool": + output = json.dumps(output) + except SerializationError: + raise TypeError("{} must be type {}.".format(name, data_type)) + else: + return str(output) + + def serialize_data(self, data, data_type, **kwargs): + """Serialize generic data according to supplied data type. + + :param data: The data to be serialized. + :param str data_type: The type to be serialized from. + :param bool required: Whether it's essential that the data not be + empty or None + :raises: AttributeError if required data is None. + :raises: ValueError if data is None + :raises: SerializationError if serialization fails. + """ + if data is None: + raise ValueError("No value for given attribute") + + try: + if data is AzureCoreNull: + return None + if data_type in self.basic_types.values(): + return self.serialize_basic(data, data_type, **kwargs) + + elif data_type in self.serialize_type: + return self.serialize_type[data_type](data, **kwargs) + + # If dependencies is empty, try with current data class + # It has to be a subclass of Enum anyway + enum_type = self.dependencies.get(data_type, data.__class__) + if issubclass(enum_type, Enum): + return Serializer.serialize_enum(data, enum_obj=enum_type) + + iter_type = data_type[0] + data_type[-1] + if iter_type in self.serialize_type: + return self.serialize_type[iter_type](data, data_type[1:-1], **kwargs) + + except (ValueError, TypeError) as err: + msg = "Unable to serialize value: {!r} as type: {!r}." + raise_with_traceback(SerializationError, msg.format(data, data_type), err) + else: + return self._serialize(data, **kwargs) + + @classmethod + def _get_custom_serializers(cls, data_type, **kwargs): + custom_serializer = kwargs.get("basic_types_serializers", {}).get(data_type) + if custom_serializer: + return custom_serializer + if kwargs.get("is_xml", False): + return cls._xml_basic_types_serializers.get(data_type) + + @classmethod + def serialize_basic(cls, data, data_type, **kwargs): + """Serialize basic builting data type. + Serializes objects to str, int, float or bool. + + Possible kwargs: + - basic_types_serializers dict[str, callable] : If set, use the callable as serializer + - is_xml bool : If set, use xml_basic_types_serializers + + :param data: Object to be serialized. + :param str data_type: Type of object in the iterable. + """ + custom_serializer = cls._get_custom_serializers(data_type, **kwargs) + if custom_serializer: + return custom_serializer(data) + if data_type == "str": + return cls.serialize_unicode(data) + return eval(data_type)(data) # nosec + + @classmethod + def serialize_unicode(cls, data): + """Special handling for serializing unicode strings in Py2. + Encode to UTF-8 if unicode, otherwise handle as a str. + + :param data: Object to be serialized. + :rtype: str + """ + try: # If I received an enum, return its value + return data.value + except AttributeError: + pass + + try: + if isinstance(data, unicode): # type: ignore + # Don't change it, JSON and XML ElementTree are totally able + # to serialize correctly u'' strings + return data + except NameError: + return str(data) + else: + return str(data) + + def serialize_iter(self, data, iter_type, div=None, **kwargs): + """Serialize iterable. + + Supported kwargs: + - serialization_ctxt dict : The current entry of _attribute_map, or same format. + serialization_ctxt['type'] should be same as data_type. + - is_xml bool : If set, serialize as XML + + :param list attr: Object to be serialized. + :param str iter_type: Type of object in the iterable. + :param bool required: Whether the objects in the iterable must + not be None or empty. + :param str div: If set, this str will be used to combine the elements + in the iterable into a combined string. Default is 'None'. + :rtype: list, str + """ + if isinstance(data, str): + raise SerializationError("Refuse str type as a valid iter type.") + + serialization_ctxt = kwargs.get("serialization_ctxt", {}) + is_xml = kwargs.get("is_xml", False) + + serialized = [] + for d in data: + try: + serialized.append(self.serialize_data(d, iter_type, **kwargs)) + except ValueError: + serialized.append(None) + + if div: + serialized = ["" if s is None else str(s) for s in serialized] + serialized = div.join(serialized) + + if "xml" in serialization_ctxt or is_xml: + # XML serialization is more complicated + xml_desc = serialization_ctxt.get("xml", {}) + xml_name = xml_desc.get("name") + if not xml_name: + xml_name = serialization_ctxt["key"] + + # Create a wrap node if necessary (use the fact that Element and list have "append") + is_wrapped = xml_desc.get("wrapped", False) + node_name = xml_desc.get("itemsName", xml_name) + if is_wrapped: + final_result = _create_xml_node(xml_name, xml_desc.get("prefix", None), xml_desc.get("ns", None)) + else: + final_result = [] + # All list elements to "local_node" + for el in serialized: + if isinstance(el, ET.Element): + el_node = el + else: + el_node = _create_xml_node(node_name, xml_desc.get("prefix", None), xml_desc.get("ns", None)) + if el is not None: # Otherwise it writes "None" :-p + el_node.text = str(el) + final_result.append(el_node) + return final_result + return serialized + + def serialize_dict(self, attr, dict_type, **kwargs): + """Serialize a dictionary of objects. + + :param dict attr: Object to be serialized. + :param str dict_type: Type of object in the dictionary. + :param bool required: Whether the objects in the dictionary must + not be None or empty. + :rtype: dict + """ + serialization_ctxt = kwargs.get("serialization_ctxt", {}) + serialized = {} + for key, value in attr.items(): + try: + serialized[self.serialize_unicode(key)] = self.serialize_data(value, dict_type, **kwargs) + except ValueError: + serialized[self.serialize_unicode(key)] = None + + if "xml" in serialization_ctxt: + # XML serialization is more complicated + xml_desc = serialization_ctxt["xml"] + xml_name = xml_desc["name"] + + final_result = _create_xml_node(xml_name, xml_desc.get("prefix", None), xml_desc.get("ns", None)) + for key, value in serialized.items(): + ET.SubElement(final_result, key).text = value + return final_result + + return serialized + + def serialize_object(self, attr, **kwargs): + """Serialize a generic object. + This will be handled as a dictionary. If object passed in is not + a basic type (str, int, float, dict, list) it will simply be + cast to str. + + :param dict attr: Object to be serialized. + :rtype: dict or str + """ + if attr is None: + return None + if isinstance(attr, ET.Element): + return attr + obj_type = type(attr) + if obj_type in self.basic_types: + return self.serialize_basic(attr, self.basic_types[obj_type], **kwargs) + if obj_type is _long_type: + return self.serialize_long(attr) + if obj_type is unicode_str: + return self.serialize_unicode(attr) + if obj_type is datetime.datetime: + return self.serialize_iso(attr) + if obj_type is datetime.date: + return self.serialize_date(attr) + if obj_type is datetime.time: + return self.serialize_time(attr) + if obj_type is datetime.timedelta: + return self.serialize_duration(attr) + if obj_type is decimal.Decimal: + return self.serialize_decimal(attr) + + # If it's a model or I know this dependency, serialize as a Model + elif obj_type in self.dependencies.values() or isinstance(attr, Model): + return self._serialize(attr) + + if obj_type == dict: + serialized = {} + for key, value in attr.items(): + try: + serialized[self.serialize_unicode(key)] = self.serialize_object(value, **kwargs) + except ValueError: + serialized[self.serialize_unicode(key)] = None + return serialized + + if obj_type == list: + serialized = [] + for obj in attr: + try: + serialized.append(self.serialize_object(obj, **kwargs)) + except ValueError: + pass + return serialized + return str(attr) + + @staticmethod + def serialize_enum(attr, enum_obj=None): + try: + result = attr.value + except AttributeError: + result = attr + try: + enum_obj(result) # type: ignore + return result + except ValueError: + for enum_value in enum_obj: # type: ignore + if enum_value.value.lower() == str(attr).lower(): + return enum_value.value + error = "{!r} is not valid value for enum {!r}" + raise SerializationError(error.format(attr, enum_obj)) + + @staticmethod + def serialize_bytearray(attr, **kwargs): + """Serialize bytearray into base-64 string. + + :param attr: Object to be serialized. + :rtype: str + """ + return b64encode(attr).decode() + + @staticmethod + def serialize_base64(attr, **kwargs): + """Serialize str into base-64 string. + + :param attr: Object to be serialized. + :rtype: str + """ + encoded = b64encode(attr).decode("ascii") + return encoded.strip("=").replace("+", "-").replace("/", "_") + + @staticmethod + def serialize_decimal(attr, **kwargs): + """Serialize Decimal object to float. + + :param attr: Object to be serialized. + :rtype: float + """ + return float(attr) + + @staticmethod + def serialize_long(attr, **kwargs): + """Serialize long (Py2) or int (Py3). + + :param attr: Object to be serialized. + :rtype: int/long + """ + return _long_type(attr) + + @staticmethod + def serialize_date(attr, **kwargs): + """Serialize Date object into ISO-8601 formatted string. + + :param Date attr: Object to be serialized. + :rtype: str + """ + if isinstance(attr, str): + attr = isodate.parse_date(attr) + t = "{:04}-{:02}-{:02}".format(attr.year, attr.month, attr.day) + return t + + @staticmethod + def serialize_time(attr, **kwargs): + """Serialize Time object into ISO-8601 formatted string. + + :param datetime.time attr: Object to be serialized. + :rtype: str + """ + if isinstance(attr, str): + attr = isodate.parse_time(attr) + t = "{:02}:{:02}:{:02}".format(attr.hour, attr.minute, attr.second) + if attr.microsecond: + t += ".{:02}".format(attr.microsecond) + return t + + @staticmethod + def serialize_duration(attr, **kwargs): + """Serialize TimeDelta object into ISO-8601 formatted string. + + :param TimeDelta attr: Object to be serialized. + :rtype: str + """ + if isinstance(attr, str): + attr = isodate.parse_duration(attr) + return isodate.duration_isoformat(attr) + + @staticmethod + def serialize_rfc(attr, **kwargs): + """Serialize Datetime object into RFC-1123 formatted string. + + :param Datetime attr: Object to be serialized. + :rtype: str + :raises: TypeError if format invalid. + """ + try: + if not attr.tzinfo: + _LOGGER.warning("Datetime with no tzinfo will be considered UTC.") + utc = attr.utctimetuple() + except AttributeError: + raise TypeError("RFC1123 object must be valid Datetime object.") + + return "{}, {:02} {} {:04} {:02}:{:02}:{:02} GMT".format( + Serializer.days[utc.tm_wday], + utc.tm_mday, + Serializer.months[utc.tm_mon], + utc.tm_year, + utc.tm_hour, + utc.tm_min, + utc.tm_sec, + ) + + @staticmethod + def serialize_iso(attr, **kwargs): + """Serialize Datetime object into ISO-8601 formatted string. + + :param Datetime attr: Object to be serialized. + :rtype: str + :raises: SerializationError if format invalid. + """ + if isinstance(attr, str): + attr = isodate.parse_datetime(attr) + try: + if not attr.tzinfo: + _LOGGER.warning("Datetime with no tzinfo will be considered UTC.") + utc = attr.utctimetuple() + if utc.tm_year > 9999 or utc.tm_year < 1: + raise OverflowError("Hit max or min date") + + microseconds = str(attr.microsecond).rjust(6, "0").rstrip("0").ljust(3, "0") + if microseconds: + microseconds = "." + microseconds + date = "{:04}-{:02}-{:02}T{:02}:{:02}:{:02}".format( + utc.tm_year, utc.tm_mon, utc.tm_mday, utc.tm_hour, utc.tm_min, utc.tm_sec + ) + return date + microseconds + "Z" + except (ValueError, OverflowError) as err: + msg = "Unable to serialize datetime object." + raise_with_traceback(SerializationError, msg, err) + except AttributeError as err: + msg = "ISO-8601 object must be valid Datetime object." + raise_with_traceback(TypeError, msg, err) + + @staticmethod + def serialize_unix(attr, **kwargs): + """Serialize Datetime object into IntTime format. + This is represented as seconds. + + :param Datetime attr: Object to be serialized. + :rtype: int + :raises: SerializationError if format invalid + """ + if isinstance(attr, int): + return attr + try: + if not attr.tzinfo: + _LOGGER.warning("Datetime with no tzinfo will be considered UTC.") + return int(calendar.timegm(attr.utctimetuple())) + except AttributeError: + raise TypeError("Unix time object must be valid Datetime object.") + + +def rest_key_extractor(attr, attr_desc, data): + key = attr_desc["key"] + working_data = data + + while "." in key: + # Need the cast, as for some reasons "split" is typed as list[str | Any] + dict_keys = cast(List[str], _FLATTEN.split(key)) + if len(dict_keys) == 1: + key = _decode_attribute_map_key(dict_keys[0]) + break + working_key = _decode_attribute_map_key(dict_keys[0]) + working_data = working_data.get(working_key, data) + if working_data is None: + # If at any point while following flatten JSON path see None, it means + # that all properties under are None as well + # https://github.com/Azure/msrest-for-python/issues/197 + return None + key = ".".join(dict_keys[1:]) + + return working_data.get(key) + + +def rest_key_case_insensitive_extractor(attr, attr_desc, data): + key = attr_desc["key"] + working_data = data + + while "." in key: + dict_keys = _FLATTEN.split(key) + if len(dict_keys) == 1: + key = _decode_attribute_map_key(dict_keys[0]) + break + working_key = _decode_attribute_map_key(dict_keys[0]) + working_data = attribute_key_case_insensitive_extractor(working_key, None, working_data) + if working_data is None: + # If at any point while following flatten JSON path see None, it means + # that all properties under are None as well + # https://github.com/Azure/msrest-for-python/issues/197 + return None + key = ".".join(dict_keys[1:]) + + if working_data: + return attribute_key_case_insensitive_extractor(key, None, working_data) + + +def last_rest_key_extractor(attr, attr_desc, data): + """Extract the attribute in "data" based on the last part of the JSON path key.""" + key = attr_desc["key"] + dict_keys = _FLATTEN.split(key) + return attribute_key_extractor(dict_keys[-1], None, data) + + +def last_rest_key_case_insensitive_extractor(attr, attr_desc, data): + """Extract the attribute in "data" based on the last part of the JSON path key. + + This is the case insensitive version of "last_rest_key_extractor" + """ + key = attr_desc["key"] + dict_keys = _FLATTEN.split(key) + return attribute_key_case_insensitive_extractor(dict_keys[-1], None, data) + + +def attribute_key_extractor(attr, _, data): + return data.get(attr) + + +def attribute_key_case_insensitive_extractor(attr, _, data): + found_key = None + lower_attr = attr.lower() + for key in data: + if lower_attr == key.lower(): + found_key = key + break + + return data.get(found_key) + + +def _extract_name_from_internal_type(internal_type): + """Given an internal type XML description, extract correct XML name with namespace. + + :param dict internal_type: An model type + :rtype: tuple + :returns: A tuple XML name + namespace dict + """ + internal_type_xml_map = getattr(internal_type, "_xml_map", {}) + xml_name = internal_type_xml_map.get("name", internal_type.__name__) + xml_ns = internal_type_xml_map.get("ns", None) + if xml_ns: + xml_name = "{}{}".format(xml_ns, xml_name) + return xml_name + + +def xml_key_extractor(attr, attr_desc, data): + if isinstance(data, dict): + return None + + # Test if this model is XML ready first + if not isinstance(data, ET.Element): + return None + + xml_desc = attr_desc.get("xml", {}) + xml_name = xml_desc.get("name", attr_desc["key"]) + + # Look for a children + is_iter_type = attr_desc["type"].startswith("[") + is_wrapped = xml_desc.get("wrapped", False) + internal_type = attr_desc.get("internalType", None) + internal_type_xml_map = getattr(internal_type, "_xml_map", {}) + + # Integrate namespace if necessary + xml_ns = xml_desc.get("ns", internal_type_xml_map.get("ns", None)) + if xml_ns: + xml_name = "{}{}".format(xml_ns, xml_name) + + # If it's an attribute, that's simple + if xml_desc.get("attr", False): + return data.get(xml_name) + + # If it's x-ms-text, that's simple too + if xml_desc.get("text", False): + return data.text + + # Scenario where I take the local name: + # - Wrapped node + # - Internal type is an enum (considered basic types) + # - Internal type has no XML/Name node + if is_wrapped or (internal_type and (issubclass(internal_type, Enum) or "name" not in internal_type_xml_map)): + children = data.findall(xml_name) + # If internal type has a local name and it's not a list, I use that name + elif not is_iter_type and internal_type and "name" in internal_type_xml_map: + xml_name = _extract_name_from_internal_type(internal_type) + children = data.findall(xml_name) + # That's an array + else: + if internal_type: # Complex type, ignore itemsName and use the complex type name + items_name = _extract_name_from_internal_type(internal_type) + else: + items_name = xml_desc.get("itemsName", xml_name) + children = data.findall(items_name) + + if len(children) == 0: + if is_iter_type: + if is_wrapped: + return None # is_wrapped no node, we want None + else: + return [] # not wrapped, assume empty list + return None # Assume it's not there, maybe an optional node. + + # If is_iter_type and not wrapped, return all found children + if is_iter_type: + if not is_wrapped: + return children + else: # Iter and wrapped, should have found one node only (the wrap one) + if len(children) != 1: + raise DeserializationError( + "Tried to deserialize an array not wrapped, and found several nodes '{}'. Maybe you should declare this array as wrapped?".format( + xml_name + ) + ) + return list(children[0]) # Might be empty list and that's ok. + + # Here it's not a itertype, we should have found one element only or empty + if len(children) > 1: + raise DeserializationError("Find several XML '{}' where it was not expected".format(xml_name)) + return children[0] + + +class Deserializer(object): + """Response object model deserializer. + + :param dict classes: Class type dictionary for deserializing complex types. + :ivar list key_extractors: Ordered list of extractors to be used by this deserializer. + """ + + basic_types = {str: "str", int: "int", bool: "bool", float: "float"} + + valid_date = re.compile(r"\d{4}[-]\d{2}[-]\d{2}T\d{2}:\d{2}:\d{2}" r"\.?\d*Z?[-+]?[\d{2}]?:?[\d{2}]?") + + def __init__(self, classes: Optional[Mapping[str, Type[ModelType]]] = None): + self.deserialize_type = { + "iso-8601": Deserializer.deserialize_iso, + "rfc-1123": Deserializer.deserialize_rfc, + "unix-time": Deserializer.deserialize_unix, + "duration": Deserializer.deserialize_duration, + "date": Deserializer.deserialize_date, + "time": Deserializer.deserialize_time, + "decimal": Deserializer.deserialize_decimal, + "long": Deserializer.deserialize_long, + "bytearray": Deserializer.deserialize_bytearray, + "base64": Deserializer.deserialize_base64, + "object": self.deserialize_object, + "[]": self.deserialize_iter, + "{}": self.deserialize_dict, + } + self.deserialize_expected_types = { + "duration": (isodate.Duration, datetime.timedelta), + "iso-8601": (datetime.datetime), + } + self.dependencies: Dict[str, Type[ModelType]] = dict(classes) if classes else {} + self.key_extractors = [rest_key_extractor, xml_key_extractor] + # Additional properties only works if the "rest_key_extractor" is used to + # extract the keys. Making it to work whatever the key extractor is too much + # complicated, with no real scenario for now. + # So adding a flag to disable additional properties detection. This flag should be + # used if your expect the deserialization to NOT come from a JSON REST syntax. + # Otherwise, result are unexpected + self.additional_properties_detection = True + + def __call__(self, target_obj, response_data, content_type=None): + """Call the deserializer to process a REST response. + + :param str target_obj: Target data type to deserialize to. + :param requests.Response response_data: REST response object. + :param str content_type: Swagger "produces" if available. + :raises: DeserializationError if deserialization fails. + :return: Deserialized object. + """ + data = self._unpack_content(response_data, content_type) + return self._deserialize(target_obj, data) + + def _deserialize(self, target_obj, data): + """Call the deserializer on a model. + + Data needs to be already deserialized as JSON or XML ElementTree + + :param str target_obj: Target data type to deserialize to. + :param object data: Object to deserialize. + :raises: DeserializationError if deserialization fails. + :return: Deserialized object. + """ + # This is already a model, go recursive just in case + if hasattr(data, "_attribute_map"): + constants = [name for name, config in getattr(data, "_validation", {}).items() if config.get("constant")] + try: + for attr, mapconfig in data._attribute_map.items(): + if attr in constants: + continue + value = getattr(data, attr) + if value is None: + continue + local_type = mapconfig["type"] + internal_data_type = local_type.strip("[]{}") + if internal_data_type not in self.dependencies or isinstance(internal_data_type, Enum): + continue + setattr(data, attr, self._deserialize(local_type, value)) + return data + except AttributeError: + return + + response, class_name = self._classify_target(target_obj, data) + + if isinstance(response, basestring): + return self.deserialize_data(data, response) + elif isinstance(response, type) and issubclass(response, Enum): + return self.deserialize_enum(data, response) + + if data is None: + return data + try: + attributes = response._attribute_map # type: ignore + d_attrs = {} + for attr, attr_desc in attributes.items(): + # Check empty string. If it's not empty, someone has a real "additionalProperties"... + if attr == "additional_properties" and attr_desc["key"] == "": + continue + raw_value = None + # Enhance attr_desc with some dynamic data + attr_desc = attr_desc.copy() # Do a copy, do not change the real one + internal_data_type = attr_desc["type"].strip("[]{}") + if internal_data_type in self.dependencies: + attr_desc["internalType"] = self.dependencies[internal_data_type] + + for key_extractor in self.key_extractors: + found_value = key_extractor(attr, attr_desc, data) + if found_value is not None: + if raw_value is not None and raw_value != found_value: + msg = ( + "Ignoring extracted value '%s' from %s for key '%s'" + " (duplicate extraction, follow extractors order)" + ) + _LOGGER.warning(msg, found_value, key_extractor, attr) + continue + raw_value = found_value + + value = self.deserialize_data(raw_value, attr_desc["type"]) + d_attrs[attr] = value + except (AttributeError, TypeError, KeyError) as err: + msg = "Unable to deserialize to object: " + class_name # type: ignore + raise_with_traceback(DeserializationError, msg, err) + else: + additional_properties = self._build_additional_properties(attributes, data) + return self._instantiate_model(response, d_attrs, additional_properties) + + def _build_additional_properties(self, attribute_map, data): + if not self.additional_properties_detection: + return None + if "additional_properties" in attribute_map and attribute_map.get("additional_properties", {}).get("key") != "": + # Check empty string. If it's not empty, someone has a real "additionalProperties" + return None + if isinstance(data, ET.Element): + data = {el.tag: el.text for el in data} + + known_keys = { + _decode_attribute_map_key(_FLATTEN.split(desc["key"])[0]) + for desc in attribute_map.values() + if desc["key"] != "" + } + present_keys = set(data.keys()) + missing_keys = present_keys - known_keys + return {key: data[key] for key in missing_keys} + + def _classify_target(self, target, data): + """Check to see whether the deserialization target object can + be classified into a subclass. + Once classification has been determined, initialize object. + + :param str target: The target object type to deserialize to. + :param str/dict data: The response data to deserialize. + """ + if target is None: + return None, None + + if isinstance(target, basestring): + try: + target = self.dependencies[target] + except KeyError: + return target, target + + try: + target = target._classify(data, self.dependencies) + except AttributeError: + pass # Target is not a Model, no classify + return target, target.__class__.__name__ # type: ignore + + def failsafe_deserialize(self, target_obj, data, content_type=None): + """Ignores any errors encountered in deserialization, + and falls back to not deserializing the object. Recommended + for use in error deserialization, as we want to return the + HttpResponseError to users, and not have them deal with + a deserialization error. + + :param str target_obj: The target object type to deserialize to. + :param str/dict data: The response data to deserialize. + :param str content_type: Swagger "produces" if available. + """ + try: + return self(target_obj, data, content_type=content_type) + except: + _LOGGER.debug( + "Ran into a deserialization error. Ignoring since this is failsafe deserialization", exc_info=True + ) + return None + + @staticmethod + def _unpack_content(raw_data, content_type=None): + """Extract the correct structure for deserialization. + + If raw_data is a PipelineResponse, try to extract the result of RawDeserializer. + if we can't, raise. Your Pipeline should have a RawDeserializer. + + If not a pipeline response and raw_data is bytes or string, use content-type + to decode it. If no content-type, try JSON. + + If raw_data is something else, bypass all logic and return it directly. + + :param raw_data: Data to be processed. + :param content_type: How to parse if raw_data is a string/bytes. + :raises JSONDecodeError: If JSON is requested and parsing is impossible. + :raises UnicodeDecodeError: If bytes is not UTF8 + """ + # Assume this is enough to detect a Pipeline Response without importing it + context = getattr(raw_data, "context", {}) + if context: + if RawDeserializer.CONTEXT_NAME in context: + return context[RawDeserializer.CONTEXT_NAME] + raise ValueError("This pipeline didn't have the RawDeserializer policy; can't deserialize") + + # Assume this is enough to recognize universal_http.ClientResponse without importing it + if hasattr(raw_data, "body"): + return RawDeserializer.deserialize_from_http_generics(raw_data.text(), raw_data.headers) + + # Assume this enough to recognize requests.Response without importing it. + if hasattr(raw_data, "_content_consumed"): + return RawDeserializer.deserialize_from_http_generics(raw_data.text, raw_data.headers) + + if isinstance(raw_data, (basestring, bytes)) or hasattr(raw_data, "read"): + return RawDeserializer.deserialize_from_text(raw_data, content_type) # type: ignore + return raw_data + + def _instantiate_model(self, response, attrs, additional_properties=None): + """Instantiate a response model passing in deserialized args. + + :param response: The response model class. + :param d_attrs: The deserialized response attributes. + """ + if callable(response): + subtype = getattr(response, "_subtype_map", {}) + try: + readonly = [k for k, v in response._validation.items() if v.get("readonly")] + const = [k for k, v in response._validation.items() if v.get("constant")] + kwargs = {k: v for k, v in attrs.items() if k not in subtype and k not in readonly + const} + response_obj = response(**kwargs) + for attr in readonly: + setattr(response_obj, attr, attrs.get(attr)) + if additional_properties: + response_obj.additional_properties = additional_properties + return response_obj + except TypeError as err: + msg = "Unable to deserialize {} into model {}. ".format(kwargs, response) # type: ignore + raise DeserializationError(msg + str(err)) + else: + try: + for attr, value in attrs.items(): + setattr(response, attr, value) + return response + except Exception as exp: + msg = "Unable to populate response model. " + msg += "Type: {}, Error: {}".format(type(response), exp) + raise DeserializationError(msg) + + def deserialize_data(self, data, data_type): + """Process data for deserialization according to data type. + + :param str data: The response string to be deserialized. + :param str data_type: The type to deserialize to. + :raises: DeserializationError if deserialization fails. + :return: Deserialized object. + """ + if data is None: + return data + + try: + if not data_type: + return data + if data_type in self.basic_types.values(): + return self.deserialize_basic(data, data_type) + if data_type in self.deserialize_type: + if isinstance(data, self.deserialize_expected_types.get(data_type, tuple())): + return data + + is_a_text_parsing_type = lambda x: x not in ["object", "[]", r"{}"] + if isinstance(data, ET.Element) and is_a_text_parsing_type(data_type) and not data.text: + return None + data_val = self.deserialize_type[data_type](data) + return data_val + + iter_type = data_type[0] + data_type[-1] + if iter_type in self.deserialize_type: + return self.deserialize_type[iter_type](data, data_type[1:-1]) + + obj_type = self.dependencies[data_type] + if issubclass(obj_type, Enum): + if isinstance(data, ET.Element): + data = data.text + return self.deserialize_enum(data, obj_type) + + except (ValueError, TypeError, AttributeError) as err: + msg = "Unable to deserialize response data." + msg += " Data: {}, {}".format(data, data_type) + raise_with_traceback(DeserializationError, msg, err) + else: + return self._deserialize(obj_type, data) + + def deserialize_iter(self, attr, iter_type): + """Deserialize an iterable. + + :param list attr: Iterable to be deserialized. + :param str iter_type: The type of object in the iterable. + :rtype: list + """ + if attr is None: + return None + if isinstance(attr, ET.Element): # If I receive an element here, get the children + attr = list(attr) + if not isinstance(attr, (list, set)): + raise DeserializationError("Cannot deserialize as [{}] an object of type {}".format(iter_type, type(attr))) + return [self.deserialize_data(a, iter_type) for a in attr] + + def deserialize_dict(self, attr, dict_type): + """Deserialize a dictionary. + + :param dict/list attr: Dictionary to be deserialized. Also accepts + a list of key, value pairs. + :param str dict_type: The object type of the items in the dictionary. + :rtype: dict + """ + if isinstance(attr, list): + return {x["key"]: self.deserialize_data(x["value"], dict_type) for x in attr} + + if isinstance(attr, ET.Element): + # Transform value into {"Key": "value"} + attr = {el.tag: el.text for el in attr} + return {k: self.deserialize_data(v, dict_type) for k, v in attr.items()} + + def deserialize_object(self, attr, **kwargs): + """Deserialize a generic object. + This will be handled as a dictionary. + + :param dict attr: Dictionary to be deserialized. + :rtype: dict + :raises: TypeError if non-builtin datatype encountered. + """ + if attr is None: + return None + if isinstance(attr, ET.Element): + # Do no recurse on XML, just return the tree as-is + return attr + if isinstance(attr, basestring): + return self.deserialize_basic(attr, "str") + obj_type = type(attr) + if obj_type in self.basic_types: + return self.deserialize_basic(attr, self.basic_types[obj_type]) + if obj_type is _long_type: + return self.deserialize_long(attr) + + if obj_type == dict: + deserialized = {} + for key, value in attr.items(): + try: + deserialized[key] = self.deserialize_object(value, **kwargs) + except ValueError: + deserialized[key] = None + return deserialized + + if obj_type == list: + deserialized = [] + for obj in attr: + try: + deserialized.append(self.deserialize_object(obj, **kwargs)) + except ValueError: + pass + return deserialized + + else: + error = "Cannot deserialize generic object with type: " + raise TypeError(error + str(obj_type)) + + def deserialize_basic(self, attr, data_type): + """Deserialize basic builtin data type from string. + Will attempt to convert to str, int, float and bool. + This function will also accept '1', '0', 'true' and 'false' as + valid bool values. + + :param str attr: response string to be deserialized. + :param str data_type: deserialization data type. + :rtype: str, int, float or bool + :raises: TypeError if string format is not valid. + """ + # If we're here, data is supposed to be a basic type. + # If it's still an XML node, take the text + if isinstance(attr, ET.Element): + attr = attr.text + if not attr: + if data_type == "str": + # None or '', node is empty string. + return "" + else: + # None or '', node with a strong type is None. + # Don't try to model "empty bool" or "empty int" + return None + + if data_type == "bool": + if attr in [True, False, 1, 0]: + return bool(attr) + elif isinstance(attr, basestring): + if attr.lower() in ["true", "1"]: + return True + elif attr.lower() in ["false", "0"]: + return False + raise TypeError("Invalid boolean value: {}".format(attr)) + + if data_type == "str": + return self.deserialize_unicode(attr) + return eval(data_type)(attr) # nosec + + @staticmethod + def deserialize_unicode(data): + """Preserve unicode objects in Python 2, otherwise return data + as a string. + + :param str data: response string to be deserialized. + :rtype: str or unicode + """ + # We might be here because we have an enum modeled as string, + # and we try to deserialize a partial dict with enum inside + if isinstance(data, Enum): + return data + + # Consider this is real string + try: + if isinstance(data, unicode): # type: ignore + return data + except NameError: + return str(data) + else: + return str(data) + + @staticmethod + def deserialize_enum(data, enum_obj): + """Deserialize string into enum object. + + If the string is not a valid enum value it will be returned as-is + and a warning will be logged. + + :param str data: Response string to be deserialized. If this value is + None or invalid it will be returned as-is. + :param Enum enum_obj: Enum object to deserialize to. + :rtype: Enum + """ + if isinstance(data, enum_obj) or data is None: + return data + if isinstance(data, Enum): + data = data.value + if isinstance(data, int): + # Workaround. We might consider remove it in the future. + # https://github.com/Azure/azure-rest-api-specs/issues/141 + try: + return list(enum_obj.__members__.values())[data] + except IndexError: + error = "{!r} is not a valid index for enum {!r}" + raise DeserializationError(error.format(data, enum_obj)) + try: + return enum_obj(str(data)) + except ValueError: + for enum_value in enum_obj: + if enum_value.value.lower() == str(data).lower(): + return enum_value + # We don't fail anymore for unknown value, we deserialize as a string + _LOGGER.warning("Deserializer is not able to find %s as valid enum in %s", data, enum_obj) + return Deserializer.deserialize_unicode(data) + + @staticmethod + def deserialize_bytearray(attr): + """Deserialize string into bytearray. + + :param str attr: response string to be deserialized. + :rtype: bytearray + :raises: TypeError if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + return bytearray(b64decode(attr)) # type: ignore + + @staticmethod + def deserialize_base64(attr): + """Deserialize base64 encoded string into string. + + :param str attr: response string to be deserialized. + :rtype: bytearray + :raises: TypeError if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + padding = "=" * (3 - (len(attr) + 3) % 4) # type: ignore + attr = attr + padding # type: ignore + encoded = attr.replace("-", "+").replace("_", "/") + return b64decode(encoded) + + @staticmethod + def deserialize_decimal(attr): + """Deserialize string into Decimal object. + + :param str attr: response string to be deserialized. + :rtype: Decimal + :raises: DeserializationError if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + try: + return decimal.Decimal(attr) # type: ignore + except decimal.DecimalException as err: + msg = "Invalid decimal {}".format(attr) + raise_with_traceback(DeserializationError, msg, err) + + @staticmethod + def deserialize_long(attr): + """Deserialize string into long (Py2) or int (Py3). + + :param str attr: response string to be deserialized. + :rtype: long or int + :raises: ValueError if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + return _long_type(attr) # type: ignore + + @staticmethod + def deserialize_duration(attr): + """Deserialize ISO-8601 formatted string into TimeDelta object. + + :param str attr: response string to be deserialized. + :rtype: TimeDelta + :raises: DeserializationError if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + try: + duration = isodate.parse_duration(attr) + except (ValueError, OverflowError, AttributeError) as err: + msg = "Cannot deserialize duration object." + raise_with_traceback(DeserializationError, msg, err) + else: + return duration + + @staticmethod + def deserialize_date(attr): + """Deserialize ISO-8601 formatted string into Date object. + + :param str attr: response string to be deserialized. + :rtype: Date + :raises: DeserializationError if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + if re.search(r"[^\W\d_]", attr, re.I + re.U): # type: ignore + raise DeserializationError("Date must have only digits and -. Received: %s" % attr) + # This must NOT use defaultmonth/defaultday. Using None ensure this raises an exception. + return isodate.parse_date(attr, defaultmonth=None, defaultday=None) + + @staticmethod + def deserialize_time(attr): + """Deserialize ISO-8601 formatted string into time object. + + :param str attr: response string to be deserialized. + :rtype: datetime.time + :raises: DeserializationError if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + if re.search(r"[^\W\d_]", attr, re.I + re.U): # type: ignore + raise DeserializationError("Date must have only digits and -. Received: %s" % attr) + return isodate.parse_time(attr) + + @staticmethod + def deserialize_rfc(attr): + """Deserialize RFC-1123 formatted string into Datetime object. + + :param str attr: response string to be deserialized. + :rtype: Datetime + :raises: DeserializationError if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + try: + parsed_date = email.utils.parsedate_tz(attr) # type: ignore + date_obj = datetime.datetime( + *parsed_date[:6], tzinfo=_FixedOffset(datetime.timedelta(minutes=(parsed_date[9] or 0) / 60)) + ) + if not date_obj.tzinfo: + date_obj = date_obj.astimezone(tz=TZ_UTC) + except ValueError as err: + msg = "Cannot deserialize to rfc datetime object." + raise_with_traceback(DeserializationError, msg, err) + else: + return date_obj + + @staticmethod + def deserialize_iso(attr): + """Deserialize ISO-8601 formatted string into Datetime object. + + :param str attr: response string to be deserialized. + :rtype: Datetime + :raises: DeserializationError if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + try: + attr = attr.upper() # type: ignore + match = Deserializer.valid_date.match(attr) + if not match: + raise ValueError("Invalid datetime string: " + attr) + + check_decimal = attr.split(".") + if len(check_decimal) > 1: + decimal_str = "" + for digit in check_decimal[1]: + if digit.isdigit(): + decimal_str += digit + else: + break + if len(decimal_str) > 6: + attr = attr.replace(decimal_str, decimal_str[0:6]) + + date_obj = isodate.parse_datetime(attr) + test_utc = date_obj.utctimetuple() + if test_utc.tm_year > 9999 or test_utc.tm_year < 1: + raise OverflowError("Hit max or min date") + except (ValueError, OverflowError, AttributeError) as err: + msg = "Cannot deserialize datetime object." + raise_with_traceback(DeserializationError, msg, err) + else: + return date_obj + + @staticmethod + def deserialize_unix(attr): + """Serialize Datetime object into IntTime format. + This is represented as seconds. + + :param int attr: Object to be serialized. + :rtype: Datetime + :raises: DeserializationError if format invalid + """ + if isinstance(attr, ET.Element): + attr = int(attr.text) # type: ignore + try: + date_obj = datetime.datetime.fromtimestamp(attr, TZ_UTC) + except ValueError as err: + msg = "Cannot deserialize to unix datetime object." + raise_with_traceback(DeserializationError, msg, err) + else: + return date_obj diff --git a/src/load/azext_load/vendored_sdks/loadtesting_mgmt/_vendor.py b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/_vendor.py new file mode 100644 index 00000000000..bd0df84f531 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/_vendor.py @@ -0,0 +1,30 @@ +# -------------------------------------------------------------------------- +# 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, cast + +from azure.core.pipeline.transport import HttpRequest + + +def _convert_request(request, files=None): + data = request.content if not files else None + request = HttpRequest(method=request.method, url=request.url, headers=request.headers, data=data) + if files: + request.set_formdata_body(files) + return request + + +def _format_url_section(template, **kwargs): + components = template.split("/") + while components: + try: + return template.format(**kwargs) + except KeyError as key: + # Need the cast, as for some reasons "split" is typed as list[str | Any] + formatted_components = cast(List[str], template.split("/")) + components = [c for c in formatted_components if "{}".format(key.args[0]) not in c] + template = "/".join(components) diff --git a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/_version.py b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/_version.py similarity index 96% rename from src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/_version.py rename to src/load/azext_load/vendored_sdks/loadtesting_mgmt/_version.py index eae7c95b6fb..c47f66669f1 100644 --- a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/_version.py +++ b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/_version.py @@ -6,4 +6,4 @@ # 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/databox/azext_databox/vendored_sdks/databox/v2019_09_01/aio/operations/__init__.py b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/aio/__init__.py similarity index 57% rename from src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/aio/operations/__init__.py rename to src/load/azext_load/vendored_sdks/loadtesting_mgmt/aio/__init__.py index 9c8fa7a8253..4f62c2a7ace 100644 --- a/src/databox/azext_databox/vendored_sdks/databox/v2019_09_01/aio/operations/__init__.py +++ b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/aio/__init__.py @@ -6,12 +6,18 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -from ._operations import Operations -from ._jobs_operations import JobsOperations -from ._service_operations import ServiceOperations +from ._load_test_mgmt_client import LoadTestMgmtClient + +try: + from ._patch import __all__ as _patch_all + from ._patch import * # pylint: disable=unused-wildcard-import +except ImportError: + _patch_all = [] +from ._patch import patch_sdk as _patch_sdk __all__ = [ - 'Operations', - 'JobsOperations', - 'ServiceOperations', + "LoadTestMgmtClient", ] +__all__.extend([p for p in _patch_all if p not in __all__]) + +_patch_sdk() diff --git a/src/load/azext_load/vendored_sdks/loadtesting_mgmt/aio/_configuration.py b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/aio/_configuration.py new file mode 100644 index 00000000000..557adde7e90 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/aio/_configuration.py @@ -0,0 +1,72 @@ +# 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 sys +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, AsyncARMChallengeAuthenticationPolicy + +from .._version import VERSION + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from azure.core.credentials_async import AsyncTokenCredential + + +class LoadTestMgmtClientConfiguration(Configuration): # pylint: disable=too-many-instance-attributes + """Configuration for LoadTestMgmtClient. + + 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. Required. + :type credential: ~azure.core.credentials_async.AsyncTokenCredential + :param subscription_id: The ID of the target subscription. Required. + :type subscription_id: str + :keyword api_version: Api Version. Default value is "2022-12-01". Note that overriding this + default value may result in unsupported behavior. + :paramtype api_version: str + """ + + def __init__(self, credential: "AsyncTokenCredential", subscription_id: str, **kwargs: Any) -> None: + super(LoadTestMgmtClientConfiguration, self).__init__(**kwargs) + api_version: Literal["2022-12-01"] = kwargs.pop("api_version", "2022-12-01") + + 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.") + + self.credential = credential + self.subscription_id = subscription_id + self.api_version = api_version + self.credential_scopes = kwargs.pop("credential_scopes", ["https://management.azure.com/.default"]) + kwargs.setdefault("sdk_moniker", "mgmt-loadtesting/{}".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 = AsyncARMChallengeAuthenticationPolicy( + self.credential, *self.credential_scopes, **kwargs + ) diff --git a/src/load/azext_load/vendored_sdks/loadtesting_mgmt/aio/_load_test_mgmt_client.py b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/aio/_load_test_mgmt_client.py new file mode 100644 index 00000000000..c623654c866 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/aio/_load_test_mgmt_client.py @@ -0,0 +1,95 @@ +# 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 copy import deepcopy +from typing import Any, Awaitable, TYPE_CHECKING + +from azure.core.rest import AsyncHttpResponse, HttpRequest +from azure.mgmt.core import AsyncARMPipelineClient + +from .. import models as _models +from .._serialization import Deserializer, Serializer +from ._configuration import LoadTestMgmtClientConfiguration +from .operations import LoadTestsOperations, Operations, QuotasOperations + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from azure.core.credentials_async import AsyncTokenCredential + + +class LoadTestMgmtClient: # pylint: disable=client-accepts-api-version-keyword + """LoadTest client provides access to LoadTest Resource and it's status operations. + + :ivar operations: Operations operations + :vartype operations: azure.mgmt.loadtesting.aio.operations.Operations + :ivar quotas: QuotasOperations operations + :vartype quotas: azure.mgmt.loadtesting.aio.operations.QuotasOperations + :ivar load_tests: LoadTestsOperations operations + :vartype load_tests: azure.mgmt.loadtesting.aio.operations.LoadTestsOperations + :param credential: Credential needed for the client to connect to Azure. Required. + :type credential: ~azure.core.credentials_async.AsyncTokenCredential + :param subscription_id: The ID of the target subscription. Required. + :type subscription_id: str + :param base_url: Service URL. Default value is "https://management.azure.com". + :type base_url: str + :keyword api_version: Api Version. Default value is "2022-12-01". Note that overriding this + default value may result in unsupported behavior. + :paramtype api_version: str + :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: str = "https://management.azure.com", + **kwargs: Any + ) -> None: + self._config = LoadTestMgmtClientConfiguration(credential=credential, subscription_id=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._deserialize = Deserializer(client_models) + self._serialize.client_side_validation = False + self.operations = Operations(self._client, self._config, self._serialize, self._deserialize) + self.quotas = QuotasOperations(self._client, self._config, self._serialize, self._deserialize) + self.load_tests = LoadTestsOperations(self._client, self._config, self._serialize, self._deserialize) + + def _send_request(self, request: HttpRequest, **kwargs: Any) -> Awaitable[AsyncHttpResponse]: + """Runs the network request through the client's chained policies. + + >>> from azure.core.rest import HttpRequest + >>> request = HttpRequest("GET", "https://www.example.org/") + + >>> response = await client._send_request(request) + + + For more information on this code flow, see https://aka.ms/azsdk/dpcodegen/python/send_request + + :param request: The network request you want to make. Required. + :type request: ~azure.core.rest.HttpRequest + :keyword bool stream: Whether the response payload will be streamed. Defaults to False. + :return: The response of your network call. Does not do error handling on your response. + :rtype: ~azure.core.rest.AsyncHttpResponse + """ + + request_copy = deepcopy(request) + request_copy.url = self._client.format_url(request_copy.url) + return self._client.send_request(request_copy, **kwargs) + + async def close(self) -> None: + await self._client.close() + + async def __aenter__(self) -> "LoadTestMgmtClient": + await self._client.__aenter__() + return self + + async def __aexit__(self, *exc_details) -> None: + await self._client.__aexit__(*exc_details) diff --git a/src/load/azext_load/vendored_sdks/loadtesting_mgmt/aio/_patch.py b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/aio/_patch.py new file mode 100644 index 00000000000..f7dd3251033 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/aio/_patch.py @@ -0,0 +1,20 @@ +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ +"""Customize generated code here. + +Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize +""" +from typing import List + +__all__: List[str] = [] # Add all objects you want publicly available to users at this package level + + +def patch_sdk(): + """Do not remove from this file. + + `patch_sdk` is a last resort escape hatch that allows you to do customizations + you can't accomplish using the techniques described in + https://aka.ms/azsdk/python/dpcodegen/python/customize + """ diff --git a/src/load/azext_load/vendored_sdks/loadtesting_mgmt/aio/operations/__init__.py b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/aio/operations/__init__.py new file mode 100644 index 00000000000..402d17a0616 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/aio/operations/__init__.py @@ -0,0 +1,23 @@ +# 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 ._operations import Operations +from ._quotas_operations import QuotasOperations +from ._load_tests_operations import LoadTestsOperations + +from ._patch import __all__ as _patch_all +from ._patch import * # pylint: disable=unused-wildcard-import +from ._patch import patch_sdk as _patch_sdk + +__all__ = [ + "Operations", + "QuotasOperations", + "LoadTestsOperations", +] +__all__.extend([p for p in _patch_all if p not in __all__]) +_patch_sdk() diff --git a/src/load/azext_load/vendored_sdks/loadtesting_mgmt/aio/operations/_load_tests_operations.py b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/aio/operations/_load_tests_operations.py new file mode 100644 index 00000000000..59e9fd82fd8 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/aio/operations/_load_tests_operations.py @@ -0,0 +1,1000 @@ +# pylint: disable=too-many-lines +# 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 sys +from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, cast, overload +import urllib.parse + +from azure.core.async_paging import AsyncItemPaged, AsyncList +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import AsyncHttpResponse +from azure.core.polling import AsyncLROPoller, AsyncNoPolling, AsyncPollingMethod +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat +from azure.mgmt.core.polling.async_arm_polling import AsyncARMPolling + +from ... import models as _models +from ..._vendor import _convert_request +from ...operations._load_tests_operations import ( + build_create_or_update_request, + build_delete_request, + build_get_request, + build_list_by_resource_group_request, + build_list_by_subscription_request, + build_list_outbound_network_dependencies_endpoints_request, + build_update_request, +) + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class LoadTestsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.loadtesting.aio.LoadTestMgmtClient`'s + :attr:`load_tests` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list_by_subscription(self, **kwargs: Any) -> AsyncIterable["_models.LoadTestResource"]: + """Lists loadtests resources in a subscription. + + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either LoadTestResource or the result of cls(response) + :rtype: + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.loadtesting.models.LoadTestResource] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop( + "api_version", _params.pop("api-version", self._config.api_version) + ) + cls: ClsType[_models.LoadTestResourcePageList] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_by_subscription_request( + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list_by_subscription.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("LoadTestResourcePageList", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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.failsafe_deserialize(_models.ErrorResponse, pipeline_response) + 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.LoadTestService/loadTests" + } + + @distributed_trace + def list_by_resource_group( + self, resource_group_name: str, **kwargs: Any + ) -> AsyncIterable["_models.LoadTestResource"]: + """Lists loadtest resources in a resource group. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :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 LoadTestResource or the result of cls(response) + :rtype: + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.loadtesting.models.LoadTestResource] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop( + "api_version", _params.pop("api-version", self._config.api_version) + ) + cls: ClsType[_models.LoadTestResourcePageList] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_by_resource_group_request( + resource_group_name=resource_group_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list_by_resource_group.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("LoadTestResourcePageList", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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.failsafe_deserialize(_models.ErrorResponse, pipeline_response) + 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.LoadTestService/loadTests" + } + + @distributed_trace_async + async def get(self, resource_group_name: str, load_test_name: str, **kwargs: Any) -> _models.LoadTestResource: + """Get a LoadTest resource. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param load_test_name: Load Test name. Required. + :type load_test_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: LoadTestResource or the result of cls(response) + :rtype: ~azure.mgmt.loadtesting.models.LoadTestResource + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop( + "api_version", _params.pop("api-version", self._config.api_version) + ) + cls: ClsType[_models.LoadTestResource] = kwargs.pop("cls", None) + + request = build_get_request( + resource_group_name=resource_group_name, + load_test_name=load_test_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.get.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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.failsafe_deserialize(_models.ErrorResponse, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("LoadTestResource", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}" + } + + async def _create_or_update_initial( + self, + resource_group_name: str, + load_test_name: str, + load_test_resource: Union[_models.LoadTestResource, IO], + **kwargs: Any + ) -> _models.LoadTestResource: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop( + "api_version", _params.pop("api-version", self._config.api_version) + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.LoadTestResource] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(load_test_resource, (IO, bytes)): + _content = load_test_resource + else: + _json = self._serialize.body(load_test_resource, "LoadTestResource") + + request = build_create_or_update_request( + resource_group_name=resource_group_name, + load_test_name=load_test_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self._create_or_update_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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.failsafe_deserialize(_models.ErrorResponse, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + response_headers = {} + if response.status_code == 200: + deserialized = self._deserialize("LoadTestResource", pipeline_response) + + if response.status_code == 201: + response_headers["Azure-AsyncOperation"] = self._deserialize( + "str", response.headers.get("Azure-AsyncOperation") + ) + + deserialized = self._deserialize("LoadTestResource", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, response_headers) # type: ignore + + return deserialized # type: ignore + + _create_or_update_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}" + } + + @overload + async def begin_create_or_update( + self, + resource_group_name: str, + load_test_name: str, + load_test_resource: _models.LoadTestResource, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> AsyncLROPoller[_models.LoadTestResource]: + """Create or update LoadTest resource. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param load_test_name: Load Test name. Required. + :type load_test_name: str + :param load_test_resource: LoadTest resource data. Required. + :type load_test_resource: ~azure.mgmt.loadtesting.models.LoadTestResource + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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 LoadTestResource or the result of + cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.loadtesting.models.LoadTestResource] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def begin_create_or_update( + self, + resource_group_name: str, + load_test_name: str, + load_test_resource: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> AsyncLROPoller[_models.LoadTestResource]: + """Create or update LoadTest resource. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param load_test_name: Load Test name. Required. + :type load_test_name: str + :param load_test_resource: LoadTest resource data. Required. + :type load_test_resource: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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 LoadTestResource or the result of + cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.loadtesting.models.LoadTestResource] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def begin_create_or_update( + self, + resource_group_name: str, + load_test_name: str, + load_test_resource: Union[_models.LoadTestResource, IO], + **kwargs: Any + ) -> AsyncLROPoller[_models.LoadTestResource]: + """Create or update LoadTest resource. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param load_test_name: Load Test name. Required. + :type load_test_name: str + :param load_test_resource: LoadTest resource data. Is either a model type or a IO type. + Required. + :type load_test_resource: ~azure.mgmt.loadtesting.models.LoadTestResource or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: 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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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 LoadTestResource or the result of + cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.loadtesting.models.LoadTestResource] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop( + "api_version", _params.pop("api-version", self._config.api_version) + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.LoadTestResource] = kwargs.pop("cls", None) + polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = await self._create_or_update_initial( + resource_group_name=resource_group_name, + load_test_name=load_test_name, + load_test_resource=load_test_resource, + api_version=api_version, + content_type=content_type, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): + deserialized = self._deserialize("LoadTestResource", pipeline_response) + if cls: + return cls(pipeline_response, deserialized, {}) + return deserialized + + if polling is True: + polling_method: AsyncPollingMethod = cast( + AsyncPollingMethod, + AsyncARMPolling(lro_delay, lro_options={"final-state-via": "azure-async-operation"}, **kwargs), + ) + elif polling is False: + polling_method = cast(AsyncPollingMethod, 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, + ) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_create_or_update.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}" + } + + async def _update_initial( + self, + resource_group_name: str, + load_test_name: str, + load_test_resource_patch_request_body: Union[_models.LoadTestResourcePatchRequestBody, IO], + **kwargs: Any + ) -> Optional[_models.LoadTestResource]: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop( + "api_version", _params.pop("api-version", self._config.api_version) + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[Optional[_models.LoadTestResource]] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(load_test_resource_patch_request_body, (IO, bytes)): + _content = load_test_resource_patch_request_body + else: + _json = self._serialize.body(load_test_resource_patch_request_body, "LoadTestResourcePatchRequestBody") + + request = build_update_request( + resource_group_name=resource_group_name, + load_test_name=load_test_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self._update_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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.failsafe_deserialize(_models.ErrorResponse, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = None + response_headers = {} + if response.status_code == 200: + deserialized = self._deserialize("LoadTestResource", pipeline_response) + + if response.status_code == 202: + response_headers["Azure-AsyncOperation"] = self._deserialize( + "str", response.headers.get("Azure-AsyncOperation") + ) + + if cls: + return cls(pipeline_response, deserialized, response_headers) + + return deserialized + + _update_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}" + } + + @overload + async def begin_update( + self, + resource_group_name: str, + load_test_name: str, + load_test_resource_patch_request_body: _models.LoadTestResourcePatchRequestBody, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> AsyncLROPoller[_models.LoadTestResource]: + """Update a loadtest resource. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param load_test_name: Load Test name. Required. + :type load_test_name: str + :param load_test_resource_patch_request_body: LoadTest resource update data. Required. + :type load_test_resource_patch_request_body: + ~azure.mgmt.loadtesting.models.LoadTestResourcePatchRequestBody + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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 LoadTestResource or the result of + cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.loadtesting.models.LoadTestResource] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def begin_update( + self, + resource_group_name: str, + load_test_name: str, + load_test_resource_patch_request_body: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> AsyncLROPoller[_models.LoadTestResource]: + """Update a loadtest resource. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param load_test_name: Load Test name. Required. + :type load_test_name: str + :param load_test_resource_patch_request_body: LoadTest resource update data. Required. + :type load_test_resource_patch_request_body: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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 LoadTestResource or the result of + cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.loadtesting.models.LoadTestResource] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def begin_update( + self, + resource_group_name: str, + load_test_name: str, + load_test_resource_patch_request_body: Union[_models.LoadTestResourcePatchRequestBody, IO], + **kwargs: Any + ) -> AsyncLROPoller[_models.LoadTestResource]: + """Update a loadtest resource. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param load_test_name: Load Test name. Required. + :type load_test_name: str + :param load_test_resource_patch_request_body: LoadTest resource update data. Is either a model + type or a IO type. Required. + :type load_test_resource_patch_request_body: + ~azure.mgmt.loadtesting.models.LoadTestResourcePatchRequestBody or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: 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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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 LoadTestResource or the result of + cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.loadtesting.models.LoadTestResource] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop( + "api_version", _params.pop("api-version", self._config.api_version) + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.LoadTestResource] = kwargs.pop("cls", None) + polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = await self._update_initial( + resource_group_name=resource_group_name, + load_test_name=load_test_name, + load_test_resource_patch_request_body=load_test_resource_patch_request_body, + api_version=api_version, + content_type=content_type, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): + deserialized = self._deserialize("LoadTestResource", pipeline_response) + if cls: + return cls(pipeline_response, deserialized, {}) + return deserialized + + if polling is True: + polling_method: AsyncPollingMethod = cast( + AsyncPollingMethod, + AsyncARMPolling(lro_delay, lro_options={"final-state-via": "azure-async-operation"}, **kwargs), + ) + elif polling is False: + polling_method = cast(AsyncPollingMethod, 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, + ) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_update.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}" + } + + async def _delete_initial( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, load_test_name: str, **kwargs: Any + ) -> None: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop( + "api_version", _params.pop("api-version", self._config.api_version) + ) + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_delete_request( + resource_group_name=resource_group_name, + load_test_name=load_test_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self._delete_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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.failsafe_deserialize(_models.ErrorResponse, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + response_headers = {} + if response.status_code == 202: + response_headers["Location"] = self._deserialize("str", response.headers.get("Location")) + + if cls: + return cls(pipeline_response, None, response_headers) + + _delete_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}" + } + + @distributed_trace_async + async def begin_delete(self, resource_group_name: str, load_test_name: str, **kwargs: Any) -> AsyncLROPoller[None]: + """Delete a LoadTest resource. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param load_test_name: Load Test name. Required. + :type load_test_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: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a 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: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop( + "api_version", _params.pop("api-version", self._config.api_version) + ) + cls: ClsType[None] = kwargs.pop("cls", None) + polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = await self._delete_initial( # type: ignore + resource_group_name=resource_group_name, + load_test_name=load_test_name, + api_version=api_version, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): # pylint: disable=inconsistent-return-statements + if cls: + return cls(pipeline_response, None, {}) + + if polling is True: + polling_method: AsyncPollingMethod = cast( + AsyncPollingMethod, AsyncARMPolling(lro_delay, lro_options={"final-state-via": "location"}, **kwargs) + ) + elif polling is False: + polling_method = cast(AsyncPollingMethod, 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, + ) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_delete.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}" + } + + @distributed_trace + def list_outbound_network_dependencies_endpoints( + self, resource_group_name: str, load_test_name: str, **kwargs: Any + ) -> AsyncIterable["_models.OutboundEnvironmentEndpoint"]: + """Lists the endpoints that agents may call as part of load testing. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param load_test_name: Load Test name. Required. + :type load_test_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either OutboundEnvironmentEndpoint or the result of + cls(response) + :rtype: + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.loadtesting.models.OutboundEnvironmentEndpoint] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop( + "api_version", _params.pop("api-version", self._config.api_version) + ) + cls: ClsType[_models.OutboundEnvironmentEndpointCollection] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_outbound_network_dependencies_endpoints_request( + resource_group_name=resource_group_name, + load_test_name=load_test_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list_outbound_network_dependencies_endpoints.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("OutboundEnvironmentEndpointCollection", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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.failsafe_deserialize(_models.ErrorResponse, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + list_outbound_network_dependencies_endpoints.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}/outboundNetworkDependenciesEndpoints" + } diff --git a/src/load/azext_load/vendored_sdks/loadtesting_mgmt/aio/operations/_operations.py b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/aio/operations/_operations.py new file mode 100644 index 00000000000..3c36c5a6c10 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/aio/operations/_operations.py @@ -0,0 +1,139 @@ +# pylint: disable=too-many-lines +# 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 sys +from typing import Any, AsyncIterable, Callable, Dict, Optional, TypeVar +import urllib.parse + +from azure.core.async_paging import AsyncItemPaged, AsyncList +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import AsyncHttpResponse +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._vendor import _convert_request +from ...operations._operations import build_list_request + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class Operations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.loadtesting.aio.LoadTestMgmtClient`'s + :attr:`operations` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list(self, **kwargs: Any) -> AsyncIterable["_models.Operation"]: + """Lists all the available API operations for Load Test Resource. + + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either Operation or the result of cls(response) + :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.loadtesting.models.Operation] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop( + "api_version", _params.pop("api-version", self._config.api_version) + ) + cls: ClsType[_models.OperationListResult] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_request( + api_version=api_version, + template_url=self.list.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + 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) # type: ignore + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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.failsafe_deserialize(_models.ErrorResponse, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + list.metadata = {"url": "/providers/Microsoft.LoadTestService/operations"} diff --git a/src/load/azext_load/vendored_sdks/loadtesting_mgmt/aio/operations/_patch.py b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/aio/operations/_patch.py new file mode 100644 index 00000000000..f7dd3251033 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/aio/operations/_patch.py @@ -0,0 +1,20 @@ +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ +"""Customize generated code here. + +Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize +""" +from typing import List + +__all__: List[str] = [] # Add all objects you want publicly available to users at this package level + + +def patch_sdk(): + """Do not remove from this file. + + `patch_sdk` is a last resort escape hatch that allows you to do customizations + you can't accomplish using the techniques described in + https://aka.ms/azsdk/python/dpcodegen/python/customize + """ diff --git a/src/load/azext_load/vendored_sdks/loadtesting_mgmt/aio/operations/_quotas_operations.py b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/aio/operations/_quotas_operations.py new file mode 100644 index 00000000000..ff7583191ab --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/aio/operations/_quotas_operations.py @@ -0,0 +1,350 @@ +# pylint: disable=too-many-lines +# 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 sys +from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, overload +import urllib.parse + +from azure.core.async_paging import AsyncItemPaged, AsyncList +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import AsyncHttpResponse +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._vendor import _convert_request +from ...operations._quotas_operations import build_check_availability_request, build_get_request, build_list_request + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class QuotasOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.loadtesting.aio.LoadTestMgmtClient`'s + :attr:`quotas` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list(self, location: str, **kwargs: Any) -> AsyncIterable["_models.QuotaResource"]: + """Lists all the available quota per region per subscription. + + :param location: The name of Azure region. Required. + :type location: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either QuotaResource or the result of cls(response) + :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.loadtesting.models.QuotaResource] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop( + "api_version", _params.pop("api-version", self._config.api_version) + ) + cls: ClsType[_models.QuotaResourceList] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_request( + location=location, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("QuotaResourceList", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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.failsafe_deserialize(_models.ErrorResponse, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + list.metadata = { + "url": "/subscriptions/{subscriptionId}/providers/Microsoft.LoadTestService/locations/{location}/quotas" + } + + @distributed_trace_async + async def get(self, location: str, quota_bucket_name: str, **kwargs: Any) -> _models.QuotaResource: + """Get the available quota for a quota bucket per region per subscription. + + :param location: The name of Azure region. Required. + :type location: str + :param quota_bucket_name: Quota Bucket name. Required. + :type quota_bucket_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: QuotaResource or the result of cls(response) + :rtype: ~azure.mgmt.loadtesting.models.QuotaResource + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop( + "api_version", _params.pop("api-version", self._config.api_version) + ) + cls: ClsType[_models.QuotaResource] = kwargs.pop("cls", None) + + request = build_get_request( + location=location, + quota_bucket_name=quota_bucket_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.get.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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.failsafe_deserialize(_models.ErrorResponse, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("QuotaResource", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get.metadata = { + "url": "/subscriptions/{subscriptionId}/providers/Microsoft.LoadTestService/locations/{location}/quotas/{quotaBucketName}" + } + + @overload + async def check_availability( + self, + location: str, + quota_bucket_name: str, + quota_bucket_request: _models.QuotaBucketRequest, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.CheckQuotaAvailabilityResponse: + """Check Quota Availability on quota bucket per region per subscription. + + :param location: The name of Azure region. Required. + :type location: str + :param quota_bucket_name: Quota Bucket name. Required. + :type quota_bucket_name: str + :param quota_bucket_request: Quota Bucket Request data. Required. + :type quota_bucket_request: ~azure.mgmt.loadtesting.models.QuotaBucketRequest + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: CheckQuotaAvailabilityResponse or the result of cls(response) + :rtype: ~azure.mgmt.loadtesting.models.CheckQuotaAvailabilityResponse + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def check_availability( + self, + location: str, + quota_bucket_name: str, + quota_bucket_request: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.CheckQuotaAvailabilityResponse: + """Check Quota Availability on quota bucket per region per subscription. + + :param location: The name of Azure region. Required. + :type location: str + :param quota_bucket_name: Quota Bucket name. Required. + :type quota_bucket_name: str + :param quota_bucket_request: Quota Bucket Request data. Required. + :type quota_bucket_request: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: CheckQuotaAvailabilityResponse or the result of cls(response) + :rtype: ~azure.mgmt.loadtesting.models.CheckQuotaAvailabilityResponse + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def check_availability( + self, + location: str, + quota_bucket_name: str, + quota_bucket_request: Union[_models.QuotaBucketRequest, IO], + **kwargs: Any + ) -> _models.CheckQuotaAvailabilityResponse: + """Check Quota Availability on quota bucket per region per subscription. + + :param location: The name of Azure region. Required. + :type location: str + :param quota_bucket_name: Quota Bucket name. Required. + :type quota_bucket_name: str + :param quota_bucket_request: Quota Bucket Request data. Is either a model type or a IO type. + Required. + :type quota_bucket_request: ~azure.mgmt.loadtesting.models.QuotaBucketRequest or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: CheckQuotaAvailabilityResponse or the result of cls(response) + :rtype: ~azure.mgmt.loadtesting.models.CheckQuotaAvailabilityResponse + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop( + "api_version", _params.pop("api-version", self._config.api_version) + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.CheckQuotaAvailabilityResponse] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(quota_bucket_request, (IO, bytes)): + _content = quota_bucket_request + else: + _json = self._serialize.body(quota_bucket_request, "QuotaBucketRequest") + + request = build_check_availability_request( + location=location, + quota_bucket_name=quota_bucket_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self.check_availability.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + 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.failsafe_deserialize(_models.ErrorResponse, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("CheckQuotaAvailabilityResponse", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + check_availability.metadata = { + "url": "/subscriptions/{subscriptionId}/providers/Microsoft.LoadTestService/locations/{location}/quotas/{quotaBucketName}/checkAvailability" + } diff --git a/src/load/azext_load/vendored_sdks/loadtesting_mgmt/models/__init__.py b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/models/__init__.py new file mode 100644 index 00000000000..252eddc8a49 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/models/__init__.py @@ -0,0 +1,79 @@ +# 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 ._models_py3 import CheckQuotaAvailabilityResponse +from ._models_py3 import EncryptionProperties +from ._models_py3 import EncryptionPropertiesIdentity +from ._models_py3 import EndpointDependency +from ._models_py3 import EndpointDetail +from ._models_py3 import ErrorAdditionalInfo +from ._models_py3 import ErrorDetail +from ._models_py3 import ErrorResponse +from ._models_py3 import LoadTestResource +from ._models_py3 import LoadTestResourcePageList +from ._models_py3 import LoadTestResourcePatchRequestBody +from ._models_py3 import ManagedServiceIdentity +from ._models_py3 import Operation +from ._models_py3 import OperationDisplay +from ._models_py3 import OperationListResult +from ._models_py3 import OutboundEnvironmentEndpoint +from ._models_py3 import OutboundEnvironmentEndpointCollection +from ._models_py3 import QuotaBucketRequest +from ._models_py3 import QuotaBucketRequestPropertiesDimensions +from ._models_py3 import QuotaResource +from ._models_py3 import QuotaResourceList +from ._models_py3 import Resource +from ._models_py3 import SystemData +from ._models_py3 import TrackedResource +from ._models_py3 import UserAssignedIdentity + +from ._load_test_mgmt_client_enums import ActionType +from ._load_test_mgmt_client_enums import CreatedByType +from ._load_test_mgmt_client_enums import ManagedServiceIdentityType +from ._load_test_mgmt_client_enums import Origin +from ._load_test_mgmt_client_enums import ResourceState +from ._load_test_mgmt_client_enums import Type +from ._patch import __all__ as _patch_all +from ._patch import * # pylint: disable=unused-wildcard-import +from ._patch import patch_sdk as _patch_sdk + +__all__ = [ + "CheckQuotaAvailabilityResponse", + "EncryptionProperties", + "EncryptionPropertiesIdentity", + "EndpointDependency", + "EndpointDetail", + "ErrorAdditionalInfo", + "ErrorDetail", + "ErrorResponse", + "LoadTestResource", + "LoadTestResourcePageList", + "LoadTestResourcePatchRequestBody", + "ManagedServiceIdentity", + "Operation", + "OperationDisplay", + "OperationListResult", + "OutboundEnvironmentEndpoint", + "OutboundEnvironmentEndpointCollection", + "QuotaBucketRequest", + "QuotaBucketRequestPropertiesDimensions", + "QuotaResource", + "QuotaResourceList", + "Resource", + "SystemData", + "TrackedResource", + "UserAssignedIdentity", + "ActionType", + "CreatedByType", + "ManagedServiceIdentityType", + "Origin", + "ResourceState", + "Type", +] +__all__.extend([p for p in _patch_all if p not in __all__]) +_patch_sdk() diff --git a/src/load/azext_load/vendored_sdks/loadtesting_mgmt/models/_load_test_mgmt_client_enums.py b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/models/_load_test_mgmt_client_enums.py new file mode 100644 index 00000000000..4889997b31b --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/models/_load_test_mgmt_client_enums.py @@ -0,0 +1,62 @@ +# 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 +from azure.core import CaseInsensitiveEnumMeta + + +class ActionType(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.""" + + INTERNAL = "Internal" + + +class CreatedByType(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The type of identity that created the resource.""" + + USER = "User" + APPLICATION = "Application" + MANAGED_IDENTITY = "ManagedIdentity" + KEY = "Key" + + +class ManagedServiceIdentityType(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Type of managed service identity (where both SystemAssigned and UserAssigned types are + allowed). + """ + + NONE = "None" + SYSTEM_ASSIGNED = "SystemAssigned" + USER_ASSIGNED = "UserAssigned" + SYSTEM_ASSIGNED_USER_ASSIGNED = "SystemAssigned,UserAssigned" + + +class Origin(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit + logs UX. Default value is "user,system". + """ + + USER = "user" + SYSTEM = "system" + USER_SYSTEM = "user,system" + + +class ResourceState(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Resources provisioning states.""" + + SUCCEEDED = "Succeeded" + FAILED = "Failed" + CANCELED = "Canceled" + DELETED = "Deleted" + + +class Type(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Managed identity type to use for accessing encryption key Url.""" + + SYSTEM_ASSIGNED = "SystemAssigned" + USER_ASSIGNED = "UserAssigned" diff --git a/src/load/azext_load/vendored_sdks/loadtesting_mgmt/models/_models_py3.py b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/models/_models_py3.py new file mode 100644 index 00000000000..75f88378695 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/models/_models_py3.py @@ -0,0 +1,1091 @@ +# coding=utf-8 +# pylint: disable=too-many-lines +# -------------------------------------------------------------------------- +# 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 datetime +from typing import Any, Dict, List, Optional, TYPE_CHECKING, Union + +from .. import _serialization + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from .. import models as _models + + +class Resource(_serialization.Model): + """Common fields that are returned in the response for all Azure Resource Manager resources. + + 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}. + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". + :vartype type: str + :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy + information. + :vartype system_data: ~azure.mgmt.loadtesting.models.SystemData + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "system_data": {"readonly": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "system_data": {"key": "systemData", "type": "SystemData"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.id = None + self.name = None + self.type = None + self.system_data = None + + +class CheckQuotaAvailabilityResponse(Resource): + """Check quota availability response object. + + 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}. + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". + :vartype type: str + :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy + information. + :vartype system_data: ~azure.mgmt.loadtesting.models.SystemData + :ivar is_available: True/False indicating whether the quota request be granted based on + availability. + :vartype is_available: bool + :ivar availability_status: Message indicating additional details to add to quota support + request. + :vartype availability_status: str + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "system_data": {"readonly": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "system_data": {"key": "systemData", "type": "SystemData"}, + "is_available": {"key": "properties.isAvailable", "type": "bool"}, + "availability_status": {"key": "properties.availabilityStatus", "type": "str"}, + } + + def __init__( + self, *, is_available: Optional[bool] = None, availability_status: Optional[str] = None, **kwargs: Any + ) -> None: + """ + :keyword is_available: True/False indicating whether the quota request be granted based on + availability. + :paramtype is_available: bool + :keyword availability_status: Message indicating additional details to add to quota support + request. + :paramtype availability_status: str + """ + super().__init__(**kwargs) + self.is_available = is_available + self.availability_status = availability_status + + +class EncryptionProperties(_serialization.Model): + """Key and identity details for Customer Managed Key encryption of load test resource. + + :ivar identity: All identity configuration for Customer-managed key settings defining which + identity should be used to auth to Key Vault. + :vartype identity: ~azure.mgmt.loadtesting.models.EncryptionPropertiesIdentity + :ivar key_url: key encryption key Url, versioned. Ex: + https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or + https://contosovault.vault.azure.net/keys/contosokek. + :vartype key_url: str + """ + + _attribute_map = { + "identity": {"key": "identity", "type": "EncryptionPropertiesIdentity"}, + "key_url": {"key": "keyUrl", "type": "str"}, + } + + def __init__( + self, + *, + identity: Optional["_models.EncryptionPropertiesIdentity"] = None, + key_url: Optional[str] = None, + **kwargs: Any + ) -> None: + """ + :keyword identity: All identity configuration for Customer-managed key settings defining which + identity should be used to auth to Key Vault. + :paramtype identity: ~azure.mgmt.loadtesting.models.EncryptionPropertiesIdentity + :keyword key_url: key encryption key Url, versioned. Ex: + https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or + https://contosovault.vault.azure.net/keys/contosokek. + :paramtype key_url: str + """ + super().__init__(**kwargs) + self.identity = identity + self.key_url = key_url + + +class EncryptionPropertiesIdentity(_serialization.Model): + """All identity configuration for Customer-managed key settings defining which identity should be + used to auth to Key Vault. + + :ivar type: Managed identity type to use for accessing encryption key Url. Known values are: + "SystemAssigned" and "UserAssigned". + :vartype type: str or ~azure.mgmt.loadtesting.models.Type + :ivar resource_id: user assigned identity to use for accessing key encryption key Url. Ex: + /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/:code:``/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. + :vartype resource_id: str + """ + + _attribute_map = { + "type": {"key": "type", "type": "str"}, + "resource_id": {"key": "resourceId", "type": "str"}, + } + + def __init__( + self, *, type: Optional[Union[str, "_models.Type"]] = None, resource_id: Optional[str] = None, **kwargs: Any + ) -> None: + """ + :keyword type: Managed identity type to use for accessing encryption key Url. Known values are: + "SystemAssigned" and "UserAssigned". + :paramtype type: str or ~azure.mgmt.loadtesting.models.Type + :keyword resource_id: user assigned identity to use for accessing key encryption key Url. Ex: + /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/:code:``/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. + :paramtype resource_id: str + """ + super().__init__(**kwargs) + self.type = type + self.resource_id = resource_id + + +class EndpointDependency(_serialization.Model): + """A domain name and connection details used to access a dependency. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar domain_name: The domain name of the dependency. Domain names may be fully qualified or + may contain a * wildcard. + :vartype domain_name: str + :ivar description: Human-readable supplemental information about the dependency and when it is + applicable. + :vartype description: str + :ivar endpoint_details: The list of connection details for this endpoint. + :vartype endpoint_details: list[~azure.mgmt.loadtesting.models.EndpointDetail] + """ + + _validation = { + "domain_name": {"readonly": True}, + "description": {"readonly": True}, + "endpoint_details": {"readonly": True}, + } + + _attribute_map = { + "domain_name": {"key": "domainName", "type": "str"}, + "description": {"key": "description", "type": "str"}, + "endpoint_details": {"key": "endpointDetails", "type": "[EndpointDetail]"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.domain_name = None + self.description = None + self.endpoint_details = None + + +class EndpointDetail(_serialization.Model): + """Details about the connection between the Batch service and the endpoint. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar port: The port an endpoint is connected to. + :vartype port: int + """ + + _validation = { + "port": {"readonly": True}, + } + + _attribute_map = { + "port": {"key": "port", "type": "int"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.port = None + + +class ErrorAdditionalInfo(_serialization.Model): + """The resource management error additional info. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar type: The additional info type. + :vartype type: str + :ivar info: The additional info. + :vartype info: JSON + """ + + _validation = { + "type": {"readonly": True}, + "info": {"readonly": True}, + } + + _attribute_map = { + "type": {"key": "type", "type": "str"}, + "info": {"key": "info", "type": "object"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.type = None + self.info = None + + +class ErrorDetail(_serialization.Model): + """The error detail. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar code: The error code. + :vartype code: str + :ivar message: The error message. + :vartype message: str + :ivar target: The error target. + :vartype target: str + :ivar details: The error details. + :vartype details: list[~azure.mgmt.loadtesting.models.ErrorDetail] + :ivar additional_info: The error additional info. + :vartype additional_info: list[~azure.mgmt.loadtesting.models.ErrorAdditionalInfo] + """ + + _validation = { + "code": {"readonly": True}, + "message": {"readonly": True}, + "target": {"readonly": True}, + "details": {"readonly": True}, + "additional_info": {"readonly": True}, + } + + _attribute_map = { + "code": {"key": "code", "type": "str"}, + "message": {"key": "message", "type": "str"}, + "target": {"key": "target", "type": "str"}, + "details": {"key": "details", "type": "[ErrorDetail]"}, + "additional_info": {"key": "additionalInfo", "type": "[ErrorAdditionalInfo]"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.code = None + self.message = None + self.target = None + self.details = None + self.additional_info = None + + +class ErrorResponse(_serialization.Model): + """Common error response for all Azure Resource Manager APIs to return error details for failed + operations. (This also follows the OData error response format.). + + :ivar error: The error object. + :vartype error: ~azure.mgmt.loadtesting.models.ErrorDetail + """ + + _attribute_map = { + "error": {"key": "error", "type": "ErrorDetail"}, + } + + def __init__(self, *, error: Optional["_models.ErrorDetail"] = None, **kwargs: Any) -> None: + """ + :keyword error: The error object. + :paramtype error: ~azure.mgmt.loadtesting.models.ErrorDetail + """ + super().__init__(**kwargs) + self.error = error + + +class TrackedResource(Resource): + """The resource model definition for an Azure Resource Manager tracked top level resource which + has 'tags' and a 'location'. + + 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}. + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". + :vartype type: str + :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy + information. + :vartype system_data: ~azure.mgmt.loadtesting.models.SystemData + :ivar tags: Resource tags. + :vartype tags: dict[str, str] + :ivar location: The geo-location where the resource lives. Required. + :vartype location: str + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "system_data": {"readonly": True}, + "location": {"required": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "system_data": {"key": "systemData", "type": "SystemData"}, + "tags": {"key": "tags", "type": "{str}"}, + "location": {"key": "location", "type": "str"}, + } + + def __init__(self, *, location: str, tags: Optional[Dict[str, str]] = None, **kwargs: Any) -> None: + """ + :keyword tags: Resource tags. + :paramtype tags: dict[str, str] + :keyword location: The geo-location where the resource lives. Required. + :paramtype location: str + """ + super().__init__(**kwargs) + self.tags = tags + self.location = location + + +class LoadTestResource(TrackedResource): # pylint: disable=too-many-instance-attributes + """LoadTest details. + + 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}. + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". + :vartype type: str + :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy + information. + :vartype system_data: ~azure.mgmt.loadtesting.models.SystemData + :ivar tags: Resource tags. + :vartype tags: dict[str, str] + :ivar location: The geo-location where the resource lives. Required. + :vartype location: str + :ivar identity: The type of identity used for the resource. + :vartype identity: ~azure.mgmt.loadtesting.models.ManagedServiceIdentity + :ivar description: Description of the resource. + :vartype description: str + :ivar provisioning_state: Resource provisioning state. Known values are: "Succeeded", "Failed", + "Canceled", and "Deleted". + :vartype provisioning_state: str or ~azure.mgmt.loadtesting.models.ResourceState + :ivar data_plane_uri: Resource data plane URI. + :vartype data_plane_uri: str + :ivar encryption: CMK Encryption property. + :vartype encryption: ~azure.mgmt.loadtesting.models.EncryptionProperties + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "system_data": {"readonly": True}, + "location": {"required": True}, + "description": {"max_length": 512}, + "provisioning_state": {"readonly": True}, + "data_plane_uri": {"readonly": True, "max_length": 2083}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "system_data": {"key": "systemData", "type": "SystemData"}, + "tags": {"key": "tags", "type": "{str}"}, + "location": {"key": "location", "type": "str"}, + "identity": {"key": "identity", "type": "ManagedServiceIdentity"}, + "description": {"key": "properties.description", "type": "str"}, + "provisioning_state": {"key": "properties.provisioningState", "type": "str"}, + "data_plane_uri": {"key": "properties.dataPlaneURI", "type": "str"}, + "encryption": {"key": "properties.encryption", "type": "EncryptionProperties"}, + } + + def __init__( + self, + *, + location: str, + tags: Optional[Dict[str, str]] = None, + identity: Optional["_models.ManagedServiceIdentity"] = None, + description: Optional[str] = None, + encryption: Optional["_models.EncryptionProperties"] = None, + **kwargs: Any + ) -> None: + """ + :keyword tags: Resource tags. + :paramtype tags: dict[str, str] + :keyword location: The geo-location where the resource lives. Required. + :paramtype location: str + :keyword identity: The type of identity used for the resource. + :paramtype identity: ~azure.mgmt.loadtesting.models.ManagedServiceIdentity + :keyword description: Description of the resource. + :paramtype description: str + :keyword encryption: CMK Encryption property. + :paramtype encryption: ~azure.mgmt.loadtesting.models.EncryptionProperties + """ + super().__init__(tags=tags, location=location, **kwargs) + self.identity = identity + self.description = description + self.provisioning_state = None + self.data_plane_uri = None + self.encryption = encryption + + +class LoadTestResourcePageList(_serialization.Model): + """List of resources page result. + + :ivar value: List of resources in current page. + :vartype value: list[~azure.mgmt.loadtesting.models.LoadTestResource] + :ivar next_link: Link to next page of resources. + :vartype next_link: str + """ + + _attribute_map = { + "value": {"key": "value", "type": "[LoadTestResource]"}, + "next_link": {"key": "nextLink", "type": "str"}, + } + + def __init__( + self, + *, + value: Optional[List["_models.LoadTestResource"]] = None, + next_link: Optional[str] = None, + **kwargs: Any + ) -> None: + """ + :keyword value: List of resources in current page. + :paramtype value: list[~azure.mgmt.loadtesting.models.LoadTestResource] + :keyword next_link: Link to next page of resources. + :paramtype next_link: str + """ + super().__init__(**kwargs) + self.value = value + self.next_link = next_link + + +class LoadTestResourcePatchRequestBody(_serialization.Model): + """LoadTest resource patch request body. + + :ivar tags: Resource tags. + :vartype tags: dict[str, str] + :ivar identity: The type of identity used for the resource. + :vartype identity: ~azure.mgmt.loadtesting.models.ManagedServiceIdentity + :ivar description: Description of the resource. + :vartype description: str + :ivar encryption: CMK Encryption property. + :vartype encryption: ~azure.mgmt.loadtesting.models.EncryptionProperties + """ + + _validation = { + "description": {"max_length": 512}, + } + + _attribute_map = { + "tags": {"key": "tags", "type": "{str}"}, + "identity": {"key": "identity", "type": "ManagedServiceIdentity"}, + "description": {"key": "properties.description", "type": "str"}, + "encryption": {"key": "properties.encryption", "type": "EncryptionProperties"}, + } + + def __init__( + self, + *, + tags: Optional[Dict[str, str]] = None, + identity: Optional["_models.ManagedServiceIdentity"] = None, + description: Optional[str] = None, + encryption: Optional["_models.EncryptionProperties"] = None, + **kwargs: Any + ) -> None: + """ + :keyword tags: Resource tags. + :paramtype tags: dict[str, str] + :keyword identity: The type of identity used for the resource. + :paramtype identity: ~azure.mgmt.loadtesting.models.ManagedServiceIdentity + :keyword description: Description of the resource. + :paramtype description: str + :keyword encryption: CMK Encryption property. + :paramtype encryption: ~azure.mgmt.loadtesting.models.EncryptionProperties + """ + super().__init__(**kwargs) + self.tags = tags + self.identity = identity + self.description = description + self.encryption = encryption + + +class ManagedServiceIdentity(_serialization.Model): + """Managed service identity (system assigned and/or user assigned identities). + + 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 principal_id: The service principal ID of the system assigned identity. This property + will only be provided for a system assigned identity. + :vartype principal_id: str + :ivar tenant_id: The tenant ID of the system assigned identity. This property will only be + provided for a system assigned identity. + :vartype tenant_id: str + :ivar type: Type of managed service identity (where both SystemAssigned and UserAssigned types + are allowed). Required. Known values are: "None", "SystemAssigned", "UserAssigned", and + "SystemAssigned,UserAssigned". + :vartype type: str or ~azure.mgmt.loadtesting.models.ManagedServiceIdentityType + :ivar user_assigned_identities: The set of user assigned identities associated with the + resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: + '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. + The dictionary values can be empty objects ({}) in requests. + :vartype user_assigned_identities: dict[str, + ~azure.mgmt.loadtesting.models.UserAssignedIdentity] + """ + + _validation = { + "principal_id": {"readonly": True}, + "tenant_id": {"readonly": True}, + "type": {"required": True}, + } + + _attribute_map = { + "principal_id": {"key": "principalId", "type": "str"}, + "tenant_id": {"key": "tenantId", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "user_assigned_identities": {"key": "userAssignedIdentities", "type": "{UserAssignedIdentity}"}, + } + + def __init__( + self, + *, + type: Union[str, "_models.ManagedServiceIdentityType"], + user_assigned_identities: Optional[Dict[str, "_models.UserAssignedIdentity"]] = None, + **kwargs: Any + ) -> None: + """ + :keyword type: Type of managed service identity (where both SystemAssigned and UserAssigned + types are allowed). Required. Known values are: "None", "SystemAssigned", "UserAssigned", and + "SystemAssigned,UserAssigned". + :paramtype type: str or ~azure.mgmt.loadtesting.models.ManagedServiceIdentityType + :keyword user_assigned_identities: The set of user assigned identities associated with the + resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: + '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. + The dictionary values can be empty objects ({}) in requests. + :paramtype user_assigned_identities: dict[str, + ~azure.mgmt.loadtesting.models.UserAssignedIdentity] + """ + super().__init__(**kwargs) + self.principal_id = None + self.tenant_id = None + self.type = type + self.user_assigned_identities = user_assigned_identities + + +class Operation(_serialization.Model): + """Details of a REST API operation, returned from the Resource Provider Operations API. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar name: The name of the operation, as per Resource-Based Access Control (RBAC). Examples: + "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action". + :vartype name: str + :ivar is_data_action: Whether the operation applies to data-plane. This is "true" for + data-plane operations and "false" for ARM/control-plane operations. + :vartype is_data_action: bool + :ivar display: Localized display information for this particular operation. + :vartype display: ~azure.mgmt.loadtesting.models.OperationDisplay + :ivar origin: The intended executor of the operation; as in Resource Based Access Control + (RBAC) and audit logs UX. Default value is "user,system". Known values are: "user", "system", + and "user,system". + :vartype origin: str or ~azure.mgmt.loadtesting.models.Origin + :ivar action_type: Enum. Indicates the action type. "Internal" refers to actions that are for + internal only APIs. "Internal" + :vartype action_type: str or ~azure.mgmt.loadtesting.models.ActionType + """ + + _validation = { + "name": {"readonly": True}, + "is_data_action": {"readonly": True}, + "origin": {"readonly": True}, + "action_type": {"readonly": True}, + } + + _attribute_map = { + "name": {"key": "name", "type": "str"}, + "is_data_action": {"key": "isDataAction", "type": "bool"}, + "display": {"key": "display", "type": "OperationDisplay"}, + "origin": {"key": "origin", "type": "str"}, + "action_type": {"key": "actionType", "type": "str"}, + } + + def __init__(self, *, display: Optional["_models.OperationDisplay"] = None, **kwargs: Any) -> None: + """ + :keyword display: Localized display information for this particular operation. + :paramtype display: ~azure.mgmt.loadtesting.models.OperationDisplay + """ + super().__init__(**kwargs) + self.name = None + self.is_data_action = None + self.display = display + self.origin = None + self.action_type = None + + +class OperationDisplay(_serialization.Model): + """Localized display information for this particular operation. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar provider: The localized friendly form of the resource provider name, e.g. "Microsoft + Monitoring Insights" or "Microsoft Compute". + :vartype provider: str + :ivar resource: The localized friendly name of the resource type related to this operation. + E.g. "Virtual Machines" or "Job Schedule Collections". + :vartype resource: str + :ivar operation: The concise, localized friendly name for the operation; suitable for + dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". + :vartype operation: str + :ivar description: The short, localized friendly description of the operation; suitable for + tool tips and detailed views. + :vartype description: str + """ + + _validation = { + "provider": {"readonly": True}, + "resource": {"readonly": True}, + "operation": {"readonly": True}, + "description": {"readonly": True}, + } + + _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: Any) -> None: + """ """ + super().__init__(**kwargs) + self.provider = None + self.resource = None + self.operation = None + self.description = None + + +class OperationListResult(_serialization.Model): + """A list of REST API operations supported by an Azure Resource Provider. It contains an URL link + to get the next set of results. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar value: List of operations supported by the resource provider. + :vartype value: list[~azure.mgmt.loadtesting.models.Operation] + :ivar next_link: URL to get the next set of operation list results (if there are any). + :vartype next_link: str + """ + + _validation = { + "value": {"readonly": True}, + "next_link": {"readonly": True}, + } + + _attribute_map = { + "value": {"key": "value", "type": "[Operation]"}, + "next_link": {"key": "nextLink", "type": "str"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.value = None + self.next_link = None + + +class OutboundEnvironmentEndpoint(_serialization.Model): + """A collection of related endpoints from the same service for which the Batch service requires + outbound access. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar category: The type of service that Azure Load Testing connects to. + :vartype category: str + :ivar endpoints: The endpoints for this service to which the Batch service makes outbound + calls. + :vartype endpoints: list[~azure.mgmt.loadtesting.models.EndpointDependency] + """ + + _validation = { + "category": {"readonly": True}, + "endpoints": {"readonly": True}, + } + + _attribute_map = { + "category": {"key": "category", "type": "str"}, + "endpoints": {"key": "endpoints", "type": "[EndpointDependency]"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.category = None + self.endpoints = None + + +class OutboundEnvironmentEndpointCollection(_serialization.Model): + """Values returned by the List operation. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar value: The collection of outbound network dependency endpoints returned by the listing + operation. + :vartype value: list[~azure.mgmt.loadtesting.models.OutboundEnvironmentEndpoint] + :ivar next_link: The continuation token. + :vartype next_link: str + """ + + _validation = { + "value": {"readonly": True}, + } + + _attribute_map = { + "value": {"key": "value", "type": "[OutboundEnvironmentEndpoint]"}, + "next_link": {"key": "nextLink", "type": "str"}, + } + + def __init__(self, *, next_link: Optional[str] = None, **kwargs: Any) -> None: + """ + :keyword next_link: The continuation token. + :paramtype next_link: str + """ + super().__init__(**kwargs) + self.value = None + self.next_link = next_link + + +class QuotaBucketRequest(Resource): + """Request object of new quota for a quota bucket. + + 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}. + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". + :vartype type: str + :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy + information. + :vartype system_data: ~azure.mgmt.loadtesting.models.SystemData + :ivar current_usage: Current quota usage of the quota bucket. + :vartype current_usage: int + :ivar current_quota: Current quota limit of the quota bucket. + :vartype current_quota: int + :ivar new_quota: New quota limit of the quota bucket. + :vartype new_quota: int + :ivar dimensions: Dimensions for new quota request. + :vartype dimensions: ~azure.mgmt.loadtesting.models.QuotaBucketRequestPropertiesDimensions + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "system_data": {"readonly": True}, + "current_usage": {"minimum": 0}, + "current_quota": {"minimum": 0}, + "new_quota": {"minimum": 0}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "system_data": {"key": "systemData", "type": "SystemData"}, + "current_usage": {"key": "properties.currentUsage", "type": "int"}, + "current_quota": {"key": "properties.currentQuota", "type": "int"}, + "new_quota": {"key": "properties.newQuota", "type": "int"}, + "dimensions": {"key": "properties.dimensions", "type": "QuotaBucketRequestPropertiesDimensions"}, + } + + def __init__( + self, + *, + current_usage: Optional[int] = None, + current_quota: Optional[int] = None, + new_quota: Optional[int] = None, + dimensions: Optional["_models.QuotaBucketRequestPropertiesDimensions"] = None, + **kwargs: Any + ) -> None: + """ + :keyword current_usage: Current quota usage of the quota bucket. + :paramtype current_usage: int + :keyword current_quota: Current quota limit of the quota bucket. + :paramtype current_quota: int + :keyword new_quota: New quota limit of the quota bucket. + :paramtype new_quota: int + :keyword dimensions: Dimensions for new quota request. + :paramtype dimensions: ~azure.mgmt.loadtesting.models.QuotaBucketRequestPropertiesDimensions + """ + super().__init__(**kwargs) + self.current_usage = current_usage + self.current_quota = current_quota + self.new_quota = new_quota + self.dimensions = dimensions + + +class QuotaBucketRequestPropertiesDimensions(_serialization.Model): + """Dimensions for new quota request. + + :ivar subscription_id: Subscription Id dimension for new quota request of the quota bucket. + :vartype subscription_id: str + :ivar location: Location dimension for new quota request of the quota bucket. + :vartype location: str + """ + + _validation = { + "subscription_id": {"min_length": 1}, + "location": {"min_length": 1}, + } + + _attribute_map = { + "subscription_id": {"key": "subscriptionId", "type": "str"}, + "location": {"key": "location", "type": "str"}, + } + + def __init__(self, *, subscription_id: Optional[str] = None, location: Optional[str] = None, **kwargs: Any) -> None: + """ + :keyword subscription_id: Subscription Id dimension for new quota request of the quota bucket. + :paramtype subscription_id: str + :keyword location: Location dimension for new quota request of the quota bucket. + :paramtype location: str + """ + super().__init__(**kwargs) + self.subscription_id = subscription_id + self.location = location + + +class QuotaResource(Resource): + """Quota bucket details object. + + 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}. + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". + :vartype type: str + :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy + information. + :vartype system_data: ~azure.mgmt.loadtesting.models.SystemData + :ivar limit: Current quota limit of the quota bucket. + :vartype limit: int + :ivar usage: Current quota usage of the quota bucket. + :vartype usage: int + :ivar provisioning_state: Resource provisioning state. Known values are: "Succeeded", "Failed", + "Canceled", and "Deleted". + :vartype provisioning_state: str or ~azure.mgmt.loadtesting.models.ResourceState + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "system_data": {"readonly": True}, + "limit": {"minimum": 0}, + "usage": {"minimum": 0}, + "provisioning_state": {"readonly": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "system_data": {"key": "systemData", "type": "SystemData"}, + "limit": {"key": "properties.limit", "type": "int"}, + "usage": {"key": "properties.usage", "type": "int"}, + "provisioning_state": {"key": "properties.provisioningState", "type": "str"}, + } + + def __init__(self, *, limit: Optional[int] = None, usage: Optional[int] = None, **kwargs: Any) -> None: + """ + :keyword limit: Current quota limit of the quota bucket. + :paramtype limit: int + :keyword usage: Current quota usage of the quota bucket. + :paramtype usage: int + """ + super().__init__(**kwargs) + self.limit = limit + self.usage = usage + self.provisioning_state = None + + +class QuotaResourceList(_serialization.Model): + """List of quota bucket objects. It contains a URL link to get the next set of results. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar value: List of quota bucket objects provided by the loadtestservice. + :vartype value: list[~azure.mgmt.loadtesting.models.QuotaResource] + :ivar next_link: URL to get the next set of quota bucket objects results (if there are any). + :vartype next_link: str + """ + + _validation = { + "value": {"readonly": True}, + "next_link": {"readonly": True}, + } + + _attribute_map = { + "value": {"key": "value", "type": "[QuotaResource]"}, + "next_link": {"key": "nextLink", "type": "str"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.value = None + self.next_link = None + + +class SystemData(_serialization.Model): + """Metadata pertaining to creation and last modification of the resource. + + :ivar created_by: The identity that created the resource. + :vartype created_by: str + :ivar created_by_type: The type of identity that created the resource. Known values are: + "User", "Application", "ManagedIdentity", and "Key". + :vartype created_by_type: str or ~azure.mgmt.loadtesting.models.CreatedByType + :ivar created_at: The timestamp of resource creation (UTC). + :vartype created_at: ~datetime.datetime + :ivar last_modified_by: The identity that last modified the resource. + :vartype last_modified_by: str + :ivar last_modified_by_type: The type of identity that last modified the resource. Known values + are: "User", "Application", "ManagedIdentity", and "Key". + :vartype last_modified_by_type: str or ~azure.mgmt.loadtesting.models.CreatedByType + :ivar last_modified_at: The timestamp of resource last modification (UTC). + :vartype last_modified_at: ~datetime.datetime + """ + + _attribute_map = { + "created_by": {"key": "createdBy", "type": "str"}, + "created_by_type": {"key": "createdByType", "type": "str"}, + "created_at": {"key": "createdAt", "type": "iso-8601"}, + "last_modified_by": {"key": "lastModifiedBy", "type": "str"}, + "last_modified_by_type": {"key": "lastModifiedByType", "type": "str"}, + "last_modified_at": {"key": "lastModifiedAt", "type": "iso-8601"}, + } + + def __init__( + self, + *, + created_by: Optional[str] = None, + created_by_type: Optional[Union[str, "_models.CreatedByType"]] = None, + created_at: Optional[datetime.datetime] = None, + last_modified_by: Optional[str] = None, + last_modified_by_type: Optional[Union[str, "_models.CreatedByType"]] = None, + last_modified_at: Optional[datetime.datetime] = None, + **kwargs: Any + ) -> None: + """ + :keyword created_by: The identity that created the resource. + :paramtype created_by: str + :keyword created_by_type: The type of identity that created the resource. Known values are: + "User", "Application", "ManagedIdentity", and "Key". + :paramtype created_by_type: str or ~azure.mgmt.loadtesting.models.CreatedByType + :keyword created_at: The timestamp of resource creation (UTC). + :paramtype created_at: ~datetime.datetime + :keyword last_modified_by: The identity that last modified the resource. + :paramtype last_modified_by: str + :keyword last_modified_by_type: The type of identity that last modified the resource. Known + values are: "User", "Application", "ManagedIdentity", and "Key". + :paramtype last_modified_by_type: str or ~azure.mgmt.loadtesting.models.CreatedByType + :keyword last_modified_at: The timestamp of resource last modification (UTC). + :paramtype last_modified_at: ~datetime.datetime + """ + super().__init__(**kwargs) + self.created_by = created_by + self.created_by_type = created_by_type + self.created_at = created_at + self.last_modified_by = last_modified_by + self.last_modified_by_type = last_modified_by_type + self.last_modified_at = last_modified_at + + +class UserAssignedIdentity(_serialization.Model): + """User assigned identity properties. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar principal_id: The principal ID of the assigned identity. + :vartype principal_id: str + :ivar client_id: The client ID of the assigned identity. + :vartype client_id: str + """ + + _validation = { + "principal_id": {"readonly": True}, + "client_id": {"readonly": True}, + } + + _attribute_map = { + "principal_id": {"key": "principalId", "type": "str"}, + "client_id": {"key": "clientId", "type": "str"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.principal_id = None + self.client_id = None diff --git a/src/load/azext_load/vendored_sdks/loadtesting_mgmt/models/_patch.py b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/models/_patch.py new file mode 100644 index 00000000000..f7dd3251033 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/models/_patch.py @@ -0,0 +1,20 @@ +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ +"""Customize generated code here. + +Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize +""" +from typing import List + +__all__: List[str] = [] # Add all objects you want publicly available to users at this package level + + +def patch_sdk(): + """Do not remove from this file. + + `patch_sdk` is a last resort escape hatch that allows you to do customizations + you can't accomplish using the techniques described in + https://aka.ms/azsdk/python/dpcodegen/python/customize + """ diff --git a/src/load/azext_load/vendored_sdks/loadtesting_mgmt/operations/__init__.py b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/operations/__init__.py new file mode 100644 index 00000000000..402d17a0616 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/operations/__init__.py @@ -0,0 +1,23 @@ +# 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 ._operations import Operations +from ._quotas_operations import QuotasOperations +from ._load_tests_operations import LoadTestsOperations + +from ._patch import __all__ as _patch_all +from ._patch import * # pylint: disable=unused-wildcard-import +from ._patch import patch_sdk as _patch_sdk + +__all__ = [ + "Operations", + "QuotasOperations", + "LoadTestsOperations", +] +__all__.extend([p for p in _patch_all if p not in __all__]) +_patch_sdk() diff --git a/src/load/azext_load/vendored_sdks/loadtesting_mgmt/operations/_load_tests_operations.py b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/operations/_load_tests_operations.py new file mode 100644 index 00000000000..50aed759e6b --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/operations/_load_tests_operations.py @@ -0,0 +1,1213 @@ +# pylint: disable=too-many-lines +# 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 sys +from typing import Any, Callable, Dict, IO, Iterable, Optional, TypeVar, Union, cast, overload +import urllib.parse + +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.paging import ItemPaged +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import HttpResponse +from azure.core.polling import LROPoller, NoPolling, PollingMethod +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat +from azure.mgmt.core.polling.arm_polling import ARMPolling + +from .. import models as _models +from .._serialization import Serializer +from .._vendor import _convert_request, _format_url_section + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_list_by_subscription_request(subscription_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-12-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/providers/Microsoft.LoadTestService/loadTests") + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_list_by_resource_group_request(resource_group_name: str, subscription_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-12-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_get_request( + resource_group_name: str, load_test_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-12-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "loadTestName": _SERIALIZER.url("load_test_name", load_test_name, "str"), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_create_or_update_request( + resource_group_name: str, load_test_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-12-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "loadTestName": _SERIALIZER.url("load_test_name", load_test_name, "str"), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PUT", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_update_request( + resource_group_name: str, load_test_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-12-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "loadTestName": _SERIALIZER.url("load_test_name", load_test_name, "str"), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PATCH", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_delete_request( + resource_group_name: str, load_test_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-12-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "loadTestName": _SERIALIZER.url("load_test_name", load_test_name, "str"), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="DELETE", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_list_outbound_network_dependencies_endpoints_request( + resource_group_name: str, load_test_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-12-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}/outboundNetworkDependenciesEndpoints", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "loadTestName": _SERIALIZER.url("load_test_name", load_test_name, "str"), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +class LoadTestsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.loadtesting.LoadTestMgmtClient`'s + :attr:`load_tests` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs): + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list_by_subscription(self, **kwargs: Any) -> Iterable["_models.LoadTestResource"]: + """Lists loadtests resources in a subscription. + + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either LoadTestResource or the result of cls(response) + :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.loadtesting.models.LoadTestResource] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop( + "api_version", _params.pop("api-version", self._config.api_version) + ) + cls: ClsType[_models.LoadTestResourcePageList] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_by_subscription_request( + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list_by_subscription.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + def extract_data(pipeline_response): + deserialized = self._deserialize("LoadTestResourcePageList", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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.failsafe_deserialize(_models.ErrorResponse, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + list_by_subscription.metadata = { + "url": "/subscriptions/{subscriptionId}/providers/Microsoft.LoadTestService/loadTests" + } + + @distributed_trace + def list_by_resource_group(self, resource_group_name: str, **kwargs: Any) -> Iterable["_models.LoadTestResource"]: + """Lists loadtest resources in a resource group. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :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 LoadTestResource or the result of cls(response) + :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.loadtesting.models.LoadTestResource] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop( + "api_version", _params.pop("api-version", self._config.api_version) + ) + cls: ClsType[_models.LoadTestResourcePageList] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_by_resource_group_request( + resource_group_name=resource_group_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list_by_resource_group.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + def extract_data(pipeline_response): + deserialized = self._deserialize("LoadTestResourcePageList", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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.failsafe_deserialize(_models.ErrorResponse, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + list_by_resource_group.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests" + } + + @distributed_trace + def get(self, resource_group_name: str, load_test_name: str, **kwargs: Any) -> _models.LoadTestResource: + """Get a LoadTest resource. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param load_test_name: Load Test name. Required. + :type load_test_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: LoadTestResource or the result of cls(response) + :rtype: ~azure.mgmt.loadtesting.models.LoadTestResource + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop( + "api_version", _params.pop("api-version", self._config.api_version) + ) + cls: ClsType[_models.LoadTestResource] = kwargs.pop("cls", None) + + request = build_get_request( + resource_group_name=resource_group_name, + load_test_name=load_test_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.get.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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.failsafe_deserialize(_models.ErrorResponse, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("LoadTestResource", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}" + } + + def _create_or_update_initial( + self, + resource_group_name: str, + load_test_name: str, + load_test_resource: Union[_models.LoadTestResource, IO], + **kwargs: Any + ) -> _models.LoadTestResource: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop( + "api_version", _params.pop("api-version", self._config.api_version) + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.LoadTestResource] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(load_test_resource, (IO, bytes)): + _content = load_test_resource + else: + _json = self._serialize.body(load_test_resource, "LoadTestResource") + + request = build_create_or_update_request( + resource_group_name=resource_group_name, + load_test_name=load_test_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self._create_or_update_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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.failsafe_deserialize(_models.ErrorResponse, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + response_headers = {} + if response.status_code == 200: + deserialized = self._deserialize("LoadTestResource", pipeline_response) + + if response.status_code == 201: + response_headers["Azure-AsyncOperation"] = self._deserialize( + "str", response.headers.get("Azure-AsyncOperation") + ) + + deserialized = self._deserialize("LoadTestResource", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, response_headers) # type: ignore + + return deserialized # type: ignore + + _create_or_update_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}" + } + + @overload + def begin_create_or_update( + self, + resource_group_name: str, + load_test_name: str, + load_test_resource: _models.LoadTestResource, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> LROPoller[_models.LoadTestResource]: + """Create or update LoadTest resource. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param load_test_name: Load Test name. Required. + :type load_test_name: str + :param load_test_resource: LoadTest resource data. Required. + :type load_test_resource: ~azure.mgmt.loadtesting.models.LoadTestResource + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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 LoadTestResource or the result of + cls(response) + :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.loadtesting.models.LoadTestResource] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def begin_create_or_update( + self, + resource_group_name: str, + load_test_name: str, + load_test_resource: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> LROPoller[_models.LoadTestResource]: + """Create or update LoadTest resource. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param load_test_name: Load Test name. Required. + :type load_test_name: str + :param load_test_resource: LoadTest resource data. Required. + :type load_test_resource: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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 LoadTestResource or the result of + cls(response) + :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.loadtesting.models.LoadTestResource] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def begin_create_or_update( + self, + resource_group_name: str, + load_test_name: str, + load_test_resource: Union[_models.LoadTestResource, IO], + **kwargs: Any + ) -> LROPoller[_models.LoadTestResource]: + """Create or update LoadTest resource. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param load_test_name: Load Test name. Required. + :type load_test_name: str + :param load_test_resource: LoadTest resource data. Is either a model type or a IO type. + Required. + :type load_test_resource: ~azure.mgmt.loadtesting.models.LoadTestResource or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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 LoadTestResource or the result of + cls(response) + :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.loadtesting.models.LoadTestResource] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop( + "api_version", _params.pop("api-version", self._config.api_version) + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.LoadTestResource] = kwargs.pop("cls", None) + polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = self._create_or_update_initial( + resource_group_name=resource_group_name, + load_test_name=load_test_name, + load_test_resource=load_test_resource, + api_version=api_version, + content_type=content_type, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): + deserialized = self._deserialize("LoadTestResource", pipeline_response) + if cls: + return cls(pipeline_response, deserialized, {}) + return deserialized + + if polling is True: + polling_method: PollingMethod = cast( + PollingMethod, ARMPolling(lro_delay, lro_options={"final-state-via": "azure-async-operation"}, **kwargs) + ) + elif polling is False: + polling_method = cast(PollingMethod, NoPolling()) + else: + polling_method = polling + 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, + ) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_create_or_update.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}" + } + + def _update_initial( + self, + resource_group_name: str, + load_test_name: str, + load_test_resource_patch_request_body: Union[_models.LoadTestResourcePatchRequestBody, IO], + **kwargs: Any + ) -> Optional[_models.LoadTestResource]: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop( + "api_version", _params.pop("api-version", self._config.api_version) + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[Optional[_models.LoadTestResource]] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(load_test_resource_patch_request_body, (IO, bytes)): + _content = load_test_resource_patch_request_body + else: + _json = self._serialize.body(load_test_resource_patch_request_body, "LoadTestResourcePatchRequestBody") + + request = build_update_request( + resource_group_name=resource_group_name, + load_test_name=load_test_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self._update_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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.failsafe_deserialize(_models.ErrorResponse, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = None + response_headers = {} + if response.status_code == 200: + deserialized = self._deserialize("LoadTestResource", pipeline_response) + + if response.status_code == 202: + response_headers["Azure-AsyncOperation"] = self._deserialize( + "str", response.headers.get("Azure-AsyncOperation") + ) + + if cls: + return cls(pipeline_response, deserialized, response_headers) + + return deserialized + + _update_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}" + } + + @overload + def begin_update( + self, + resource_group_name: str, + load_test_name: str, + load_test_resource_patch_request_body: _models.LoadTestResourcePatchRequestBody, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> LROPoller[_models.LoadTestResource]: + """Update a loadtest resource. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param load_test_name: Load Test name. Required. + :type load_test_name: str + :param load_test_resource_patch_request_body: LoadTest resource update data. Required. + :type load_test_resource_patch_request_body: + ~azure.mgmt.loadtesting.models.LoadTestResourcePatchRequestBody + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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 LoadTestResource or the result of + cls(response) + :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.loadtesting.models.LoadTestResource] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def begin_update( + self, + resource_group_name: str, + load_test_name: str, + load_test_resource_patch_request_body: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> LROPoller[_models.LoadTestResource]: + """Update a loadtest resource. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param load_test_name: Load Test name. Required. + :type load_test_name: str + :param load_test_resource_patch_request_body: LoadTest resource update data. Required. + :type load_test_resource_patch_request_body: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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 LoadTestResource or the result of + cls(response) + :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.loadtesting.models.LoadTestResource] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def begin_update( + self, + resource_group_name: str, + load_test_name: str, + load_test_resource_patch_request_body: Union[_models.LoadTestResourcePatchRequestBody, IO], + **kwargs: Any + ) -> LROPoller[_models.LoadTestResource]: + """Update a loadtest resource. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param load_test_name: Load Test name. Required. + :type load_test_name: str + :param load_test_resource_patch_request_body: LoadTest resource update data. Is either a model + type or a IO type. Required. + :type load_test_resource_patch_request_body: + ~azure.mgmt.loadtesting.models.LoadTestResourcePatchRequestBody or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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 LoadTestResource or the result of + cls(response) + :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.loadtesting.models.LoadTestResource] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop( + "api_version", _params.pop("api-version", self._config.api_version) + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.LoadTestResource] = kwargs.pop("cls", None) + polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = self._update_initial( + resource_group_name=resource_group_name, + load_test_name=load_test_name, + load_test_resource_patch_request_body=load_test_resource_patch_request_body, + api_version=api_version, + content_type=content_type, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): + deserialized = self._deserialize("LoadTestResource", pipeline_response) + if cls: + return cls(pipeline_response, deserialized, {}) + return deserialized + + if polling is True: + polling_method: PollingMethod = cast( + PollingMethod, ARMPolling(lro_delay, lro_options={"final-state-via": "azure-async-operation"}, **kwargs) + ) + elif polling is False: + polling_method = cast(PollingMethod, NoPolling()) + else: + polling_method = polling + 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, + ) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_update.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}" + } + + def _delete_initial( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, load_test_name: str, **kwargs: Any + ) -> None: + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop( + "api_version", _params.pop("api-version", self._config.api_version) + ) + cls: ClsType[None] = kwargs.pop("cls", None) + + request = build_delete_request( + resource_group_name=resource_group_name, + load_test_name=load_test_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self._delete_initial.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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.failsafe_deserialize(_models.ErrorResponse, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + response_headers = {} + if response.status_code == 202: + response_headers["Location"] = self._deserialize("str", response.headers.get("Location")) + + if cls: + return cls(pipeline_response, None, response_headers) + + _delete_initial.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}" + } + + @distributed_trace + def begin_delete(self, resource_group_name: str, load_test_name: str, **kwargs: Any) -> LROPoller[None]: + """Delete a LoadTest resource. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param load_test_name: Load Test name. Required. + :type load_test_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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop( + "api_version", _params.pop("api-version", self._config.api_version) + ) + cls: ClsType[None] = kwargs.pop("cls", None) + polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) + lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) + cont_token: Optional[str] = kwargs.pop("continuation_token", None) + if cont_token is None: + raw_result = self._delete_initial( # type: ignore + resource_group_name=resource_group_name, + load_test_name=load_test_name, + api_version=api_version, + cls=lambda x, y, z: x, + headers=_headers, + params=_params, + **kwargs + ) + kwargs.pop("error_map", None) + + def get_long_running_output(pipeline_response): # pylint: disable=inconsistent-return-statements + if cls: + return cls(pipeline_response, None, {}) + + if polling is True: + polling_method: PollingMethod = cast( + PollingMethod, ARMPolling(lro_delay, lro_options={"final-state-via": "location"}, **kwargs) + ) + elif polling is False: + polling_method = cast(PollingMethod, NoPolling()) + else: + polling_method = polling + 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, + ) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) # type: ignore + + begin_delete.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}" + } + + @distributed_trace + def list_outbound_network_dependencies_endpoints( + self, resource_group_name: str, load_test_name: str, **kwargs: Any + ) -> Iterable["_models.OutboundEnvironmentEndpoint"]: + """Lists the endpoints that agents may call as part of load testing. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param load_test_name: Load Test name. Required. + :type load_test_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either OutboundEnvironmentEndpoint or the result of + cls(response) + :rtype: + ~azure.core.paging.ItemPaged[~azure.mgmt.loadtesting.models.OutboundEnvironmentEndpoint] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop( + "api_version", _params.pop("api-version", self._config.api_version) + ) + cls: ClsType[_models.OutboundEnvironmentEndpointCollection] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_outbound_network_dependencies_endpoints_request( + resource_group_name=resource_group_name, + load_test_name=load_test_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list_outbound_network_dependencies_endpoints.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + def extract_data(pipeline_response): + deserialized = self._deserialize("OutboundEnvironmentEndpointCollection", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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.failsafe_deserialize(_models.ErrorResponse, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + list_outbound_network_dependencies_endpoints.metadata = { + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}/outboundNetworkDependenciesEndpoints" + } diff --git a/src/load/azext_load/vendored_sdks/loadtesting_mgmt/operations/_operations.py b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/operations/_operations.py new file mode 100644 index 00000000000..759798b1c5c --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/operations/_operations.py @@ -0,0 +1,161 @@ +# pylint: disable=too-many-lines +# 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 sys +from typing import Any, Callable, Dict, Iterable, Optional, TypeVar +import urllib.parse + +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.paging import ItemPaged +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import HttpResponse +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from .._serialization import Serializer +from .._vendor import _convert_request + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_list_request(**kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-12-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop("template_url", "/providers/Microsoft.LoadTestService/operations") + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +class Operations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.loadtesting.LoadTestMgmtClient`'s + :attr:`operations` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs): + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list(self, **kwargs: Any) -> Iterable["_models.Operation"]: + """Lists all the available API operations for Load Test Resource. + + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either Operation or the result of cls(response) + :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.loadtesting.models.Operation] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop( + "api_version", _params.pop("api-version", self._config.api_version) + ) + cls: ClsType[_models.OperationListResult] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_request( + api_version=api_version, + template_url=self.list.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + 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) # type: ignore + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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.failsafe_deserialize(_models.ErrorResponse, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + list.metadata = {"url": "/providers/Microsoft.LoadTestService/operations"} diff --git a/src/load/azext_load/vendored_sdks/loadtesting_mgmt/operations/_patch.py b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/operations/_patch.py new file mode 100644 index 00000000000..f7dd3251033 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/operations/_patch.py @@ -0,0 +1,20 @@ +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ +"""Customize generated code here. + +Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize +""" +from typing import List + +__all__: List[str] = [] # Add all objects you want publicly available to users at this package level + + +def patch_sdk(): + """Do not remove from this file. + + `patch_sdk` is a last resort escape hatch that allows you to do customizations + you can't accomplish using the techniques described in + https://aka.ms/azsdk/python/dpcodegen/python/customize + """ diff --git a/src/load/azext_load/vendored_sdks/loadtesting_mgmt/operations/_quotas_operations.py b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/operations/_quotas_operations.py new file mode 100644 index 00000000000..6bcf28a1df4 --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/operations/_quotas_operations.py @@ -0,0 +1,443 @@ +# pylint: disable=too-many-lines +# 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 sys +from typing import Any, Callable, Dict, IO, Iterable, Optional, TypeVar, Union, overload +import urllib.parse + +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.paging import ItemPaged +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import HttpResponse +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from .._serialization import Serializer +from .._vendor import _convert_request, _format_url_section + +if sys.version_info >= (3, 8): + from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports +else: + from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_list_request(location: str, subscription_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-12-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/providers/Microsoft.LoadTestService/locations/{location}/quotas", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "location": _SERIALIZER.url("location", location, "str", min_length=1), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_get_request(location: str, quota_bucket_name: str, subscription_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-12-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/providers/Microsoft.LoadTestService/locations/{location}/quotas/{quotaBucketName}", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "location": _SERIALIZER.url("location", location, "str", min_length=1), + "quotaBucketName": _SERIALIZER.url("quota_bucket_name", quota_bucket_name, "str"), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_check_availability_request( + location: str, quota_bucket_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop("api_version", _params.pop("api-version", "2022-12-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/providers/Microsoft.LoadTestService/locations/{location}/quotas/{quotaBucketName}/checkAvailability", + ) # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "location": _SERIALIZER.url("location", location, "str", min_length=1), + "quotaBucketName": _SERIALIZER.url("quota_bucket_name", quota_bucket_name, "str"), + } + + _url: str = _format_url_section(_url, **path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="POST", url=_url, params=_params, headers=_headers, **kwargs) + + +class QuotasOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.loadtesting.LoadTestMgmtClient`'s + :attr:`quotas` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs): + input_args = list(args) + self._client = input_args.pop(0) if input_args else kwargs.pop("client") + self._config = input_args.pop(0) if input_args else kwargs.pop("config") + self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list(self, location: str, **kwargs: Any) -> Iterable["_models.QuotaResource"]: + """Lists all the available quota per region per subscription. + + :param location: The name of Azure region. Required. + :type location: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either QuotaResource or the result of cls(response) + :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.loadtesting.models.QuotaResource] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop( + "api_version", _params.pop("api-version", self._config.api_version) + ) + cls: ClsType[_models.QuotaResourceList] = kwargs.pop("cls", None) + + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + request = build_list_request( + location=location, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.list.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + # make call to next link with the client's api-version + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) + _next_request_params["api-version"] = self._config.api_version + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + def extract_data(pipeline_response): + deserialized = self._deserialize("QuotaResourceList", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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.failsafe_deserialize(_models.ErrorResponse, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + list.metadata = { + "url": "/subscriptions/{subscriptionId}/providers/Microsoft.LoadTestService/locations/{location}/quotas" + } + + @distributed_trace + def get(self, location: str, quota_bucket_name: str, **kwargs: Any) -> _models.QuotaResource: + """Get the available quota for a quota bucket per region per subscription. + + :param location: The name of Azure region. Required. + :type location: str + :param quota_bucket_name: Quota Bucket name. Required. + :type quota_bucket_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: QuotaResource or the result of cls(response) + :rtype: ~azure.mgmt.loadtesting.models.QuotaResource + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop( + "api_version", _params.pop("api-version", self._config.api_version) + ) + cls: ClsType[_models.QuotaResource] = kwargs.pop("cls", None) + + request = build_get_request( + location=location, + quota_bucket_name=quota_bucket_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + template_url=self.get.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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.failsafe_deserialize(_models.ErrorResponse, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("QuotaResource", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get.metadata = { + "url": "/subscriptions/{subscriptionId}/providers/Microsoft.LoadTestService/locations/{location}/quotas/{quotaBucketName}" + } + + @overload + def check_availability( + self, + location: str, + quota_bucket_name: str, + quota_bucket_request: _models.QuotaBucketRequest, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.CheckQuotaAvailabilityResponse: + """Check Quota Availability on quota bucket per region per subscription. + + :param location: The name of Azure region. Required. + :type location: str + :param quota_bucket_name: Quota Bucket name. Required. + :type quota_bucket_name: str + :param quota_bucket_request: Quota Bucket Request data. Required. + :type quota_bucket_request: ~azure.mgmt.loadtesting.models.QuotaBucketRequest + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: CheckQuotaAvailabilityResponse or the result of cls(response) + :rtype: ~azure.mgmt.loadtesting.models.CheckQuotaAvailabilityResponse + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def check_availability( + self, + location: str, + quota_bucket_name: str, + quota_bucket_request: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.CheckQuotaAvailabilityResponse: + """Check Quota Availability on quota bucket per region per subscription. + + :param location: The name of Azure region. Required. + :type location: str + :param quota_bucket_name: Quota Bucket name. Required. + :type quota_bucket_name: str + :param quota_bucket_request: Quota Bucket Request data. Required. + :type quota_bucket_request: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: CheckQuotaAvailabilityResponse or the result of cls(response) + :rtype: ~azure.mgmt.loadtesting.models.CheckQuotaAvailabilityResponse + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def check_availability( + self, + location: str, + quota_bucket_name: str, + quota_bucket_request: Union[_models.QuotaBucketRequest, IO], + **kwargs: Any + ) -> _models.CheckQuotaAvailabilityResponse: + """Check Quota Availability on quota bucket per region per subscription. + + :param location: The name of Azure region. Required. + :type location: str + :param quota_bucket_name: Quota Bucket name. Required. + :type quota_bucket_name: str + :param quota_bucket_request: Quota Bucket Request data. Is either a model type or a IO type. + Required. + :type quota_bucket_request: ~azure.mgmt.loadtesting.models.QuotaBucketRequest or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: CheckQuotaAvailabilityResponse or the result of cls(response) + :rtype: ~azure.mgmt.loadtesting.models.CheckQuotaAvailabilityResponse + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: Literal["2022-12-01"] = kwargs.pop( + "api_version", _params.pop("api-version", self._config.api_version) + ) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.CheckQuotaAvailabilityResponse] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(quota_bucket_request, (IO, bytes)): + _content = quota_bucket_request + else: + _json = self._serialize.body(quota_bucket_request, "QuotaBucketRequest") + + request = build_check_availability_request( + location=location, + quota_bucket_name=quota_bucket_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + template_url=self.check_availability.metadata["url"], + headers=_headers, + params=_params, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + 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.failsafe_deserialize(_models.ErrorResponse, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("CheckQuotaAvailabilityResponse", pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + check_availability.metadata = { + "url": "/subscriptions/{subscriptionId}/providers/Microsoft.LoadTestService/locations/{location}/quotas/{quotaBucketName}/checkAvailability" + } diff --git a/src/load/azext_load/vendored_sdks/loadtesting_mgmt/py.typed b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/py.typed new file mode 100644 index 00000000000..e5aff4f83af --- /dev/null +++ b/src/load/azext_load/vendored_sdks/loadtesting_mgmt/py.typed @@ -0,0 +1 @@ +# Marker file for PEP 561. \ No newline at end of file diff --git a/src/load/setup.py b/src/load/setup.py index bdd8a200136..722d9786883 100644 --- a/src/load/setup.py +++ b/src/load/setup.py @@ -10,7 +10,7 @@ # HISTORY.rst entry. -VERSION = '0.2.0' +VERSION = '0.3.0' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers @@ -26,7 +26,7 @@ 'License :: OSI Approved :: MIT License', ] -DEPENDENCIES = [] +DEPENDENCIES = ["azure-core", "pyyaml"] with open('README.md', 'r', encoding='utf-8') as f: README = f.read() @@ -36,7 +36,7 @@ setup( name='load', version=VERSION, - description='Microsoft Azure Command-Line Tools Load Extension.', + description='Microsoft Azure Command-Line Tools Load Testing Extension.', long_description=README + '\n\n' + HISTORY, license='MIT', author='Microsoft Corporation', diff --git a/src/traffic-controller/HISTORY.rst b/src/managednetworkfabric/HISTORY.rst similarity index 90% rename from src/traffic-controller/HISTORY.rst rename to src/managednetworkfabric/HISTORY.rst index 8c34bccfff8..abbff5a61a7 100644 --- a/src/traffic-controller/HISTORY.rst +++ b/src/managednetworkfabric/HISTORY.rst @@ -3,6 +3,6 @@ Release History =============== -0.1.0 +1.0.0b1 ++++++ * Initial release. \ No newline at end of file diff --git a/src/managednetworkfabric/README.md b/src/managednetworkfabric/README.md new file mode 100644 index 00000000000..53009b777f4 --- /dev/null +++ b/src/managednetworkfabric/README.md @@ -0,0 +1,41 @@ +# Azure CLI Managednetworkfabric Extension # +This is an extension to Azure CLI to manage Managednetworkfabric resources. + +## How to use ## + +Install the extension: + +``` +az extension add --name managednetworkfabric +``` + +Validate that the extension is installed correctly: + +``` +az networkfabric --help +``` + +## Included Features ## + +Below is a high-level overview of managednetworkfabric commands. + +| Commands | Description| +| ------------- | ------------- | +| az networkfabric acl | Manage Access Control List Resource. | +| az networkfabric controller | Manage Network Fabric Controller Resource. | +| az networkfabric device | Manage Network Device Resource. | +| az networkfabric devicesku | Manage Network Device SKU Resource. | +| az networkfabric externalnetwork | Manage External Network Resource. | +| az networkfabric fabric | Manage Network Fabric Resource. | +| az networkfabric fabricsku | Manage Network Fabric SKU Resource. | +| az networkfabric interface | Manage Network Interface Resource. | +| az networkfabric internalnetwork | Manage Internal Network Resource. | +| az networkfabric ipcommunity | Manage Ip Community Resource. | +| az networkfabric ipextendedcommunity | Manage Ip Extended Community Resource. | +| az networkfabric ipprefix | Manage Ip Prefix Resource. | +| az networkfabric l2domain | Manage L2 Isolation Domain Resource. | +| az networkfabric l3domain | Manage L3 Isolation Domain Resource. | +| az networkfabric nni | Manage Network To Network Interconnect Resource. | +| az networkfabric rack | Manage Network Rack Resource. | +| az networkfabric racksku | Manage Network Rack SKU Resource. | +| az networkfabric routepolicy | Manage Route Policy Resource. | \ No newline at end of file diff --git a/src/managednetworkfabric/azext_managednetworkfabric/__init__.py b/src/managednetworkfabric/azext_managednetworkfabric/__init__.py new file mode 100644 index 00000000000..7f2b6447119 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/__init__.py @@ -0,0 +1,42 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +from azure.cli.core import AzCommandsLoader +from azext_managednetworkfabric._help import helps # pylint: disable=unused-import + + +class ManagednetworkfabricCommandsLoader(AzCommandsLoader): + + def __init__(self, cli_ctx=None): + from azure.cli.core.commands import CliCommandType + custom_command_type = CliCommandType( + operations_tmpl='azext_managednetworkfabric.custom#{}') + super().__init__(cli_ctx=cli_ctx, + custom_command_type=custom_command_type) + + def load_command_table(self, args): + from azext_managednetworkfabric.commands import load_command_table + from azure.cli.core.aaz import load_aaz_command_table + try: + from . import aaz + except ImportError: + aaz = None + if aaz: + load_aaz_command_table( + loader=self, + aaz_pkg_name=aaz.__name__, + args=args + ) + load_command_table(self, args) + return self.command_table + + def load_arguments(self, command): + from azext_managednetworkfabric._params import load_arguments + load_arguments(self, command) + + +COMMAND_LOADER_CLS = ManagednetworkfabricCommandsLoader diff --git a/src/managednetworkfabric/azext_managednetworkfabric/_help.py b/src/managednetworkfabric/azext_managednetworkfabric/_help.py new file mode 100644 index 00000000000..126d5d00714 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/_help.py @@ -0,0 +1,11 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: disable=line-too-long +# pylint: disable=too-many-lines + +from knack.help_files import helps # pylint: disable=unused-import diff --git a/src/managednetworkfabric/azext_managednetworkfabric/_params.py b/src/managednetworkfabric/azext_managednetworkfabric/_params.py new file mode 100644 index 00000000000..cfcec717c9c --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/_params.py @@ -0,0 +1,13 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: disable=too-many-lines +# pylint: disable=too-many-statements + + +def load_arguments(self, _): # pylint: disable=unused-argument + pass diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/__init__.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/__init__.py new file mode 100644 index 00000000000..5757aea3175 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/__init__.py @@ -0,0 +1,6 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/__init__.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/__init__.py new file mode 100644 index 00000000000..5757aea3175 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/__init__.py @@ -0,0 +1,6 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/__cmd_group.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/__cmd_group.py new file mode 100644 index 00000000000..d8432a8994d --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/__cmd_group.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkfabric", +) +class __CMDGroup(AAZCommandGroup): + """Manage Azure Network Fabric Management Service API + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/__init__.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/__init__.py new file mode 100644 index 00000000000..5a9d61963d6 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/__init__.py @@ -0,0 +1,11 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/acl/__cmd_group.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/acl/__cmd_group.py new file mode 100644 index 00000000000..ec881b4c5a8 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/acl/__cmd_group.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkfabric acl", +) +class __CMDGroup(AAZCommandGroup): + """Manage Access Control List Resource + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/acl/__init__.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/acl/__init__.py new file mode 100644 index 00000000000..efc3964e3fb --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/acl/__init__.py @@ -0,0 +1,15 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._list import * +from ._show import * diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/acl/_create.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/acl/_create.py new file mode 100644 index 00000000000..9fbbf0e57fb --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/acl/_create.py @@ -0,0 +1,384 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric acl create", +) +class Create(AAZCommand): + """Create a Access Control List resource + + :example: Creates a Access Control List resource. + az networkfabric acl create --resource-group "example-rg" --location "westus3" --resource-name "example-accesscontrollist" --address-family "ipv4" --conditions "[{sequenceNumber:123,action:allow,destinationAddress:'1.1.10.10',destinationPort:1254,sourceAddress:'1.1.1.0/24',sourcePort:1276,protocol:255,annotation:asdf}]" + + :example: Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + az networkfabric acl create --conditions ?? + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the Access Control List", + required=True, + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + + # define Arg Group "Body" + + _args_schema = cls._args_schema + _args_schema.location = AAZResourceLocationArg( + arg_group="Body", + help="Location of Azure region", + required=True, + fmt=AAZResourceLocationArgFormat( + resource_group_arg="resource_group", + ), + ) + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="Body", + help="Resource tags.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.address_family = AAZStrArg( + options=["--address-family"], + arg_group="Properties", + help="IP address family. Example: ipv4 | ipv6.", + required=True, + enum={"ipv4": "ipv4", "ipv6": "ipv6"}, + ) + _args_schema.annotation = AAZStrArg( + options=["--annotation"], + arg_group="Properties", + help="Switch configuration description.", + ) + _args_schema.conditions = AAZListArg( + options=["--conditions"], + arg_group="Properties", + help="Access Control List conditions.", + required=True, + ) + + conditions = cls._args_schema.conditions + conditions.Element = AAZObjectArg() + + _element = cls._args_schema.conditions.Element + _element.action = AAZStrArg( + options=["action"], + help="action. Example: allow | deny.", + required=True, + enum={"allow": "allow", "deny": "deny"}, + ) + _element.annotation = AAZStrArg( + options=["annotation"], + help="Switch configuration description.", + ) + _element.destination_address = AAZStrArg( + options=["destination-address"], + help="destinationAddress. Example: any | 1.1.1.0/24 | 1.1.10.10", + required=True, + ) + _element.destination_port = AAZStrArg( + options=["destination-port"], + help="destinationPort. Example: any | 1253", + required=True, + ) + _element.protocol = AAZIntArg( + options=["protocol"], + help="TCP/IP protocol as defined in the list of IP protocol numbers. Example: 255 (any) | 0 | 1.", + required=True, + ) + _element.sequence_number = AAZIntArg( + options=["sequence-number"], + help="sequenceNumber of the Access Control List.", + required=True, + ) + _element.source_address = AAZStrArg( + options=["source-address"], + help="sourceAddress. Example: any | 1.1.1.0/24 | 1.1.10.10", + required=True, + ) + _element.source_port = AAZStrArg( + options=["source-port"], + help="sourcePort. Example: any | 1253", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.AccessControlListsCreate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class AccessControlListsCreate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{accessControlListName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "accessControlListName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("location", AAZStrType, ".location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("properties", AAZObjectType, ".", typ_kwargs={"flags": {"required": True, "client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("addressFamily", AAZStrType, ".address_family", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("annotation", AAZStrType, ".annotation") + properties.set_prop("conditions", AAZListType, ".conditions", typ_kwargs={"flags": {"required": True}}) + + conditions = _builder.get(".properties.conditions") + if conditions is not None: + conditions.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.conditions[]") + if _elements is not None: + _elements.set_prop("action", AAZStrType, ".action", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("annotation", AAZStrType, ".annotation") + _elements.set_prop("destinationAddress", AAZStrType, ".destination_address", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("destinationPort", AAZStrType, ".destination_port", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("protocol", AAZIntType, ".protocol", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("sequenceNumber", AAZIntType, ".sequence_number", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("sourceAddress", AAZStrType, ".source_address", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("sourcePort", AAZStrType, ".source_port", typ_kwargs={"flags": {"required": True}}) + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.address_family = AAZStrType( + serialized_name="addressFamily", + flags={"required": True}, + ) + properties.annotation = AAZStrType() + properties.conditions = AAZListType( + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + conditions = cls._schema_on_200.properties.conditions + conditions.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.conditions.Element + _element.action = AAZStrType( + flags={"required": True}, + ) + _element.annotation = AAZStrType() + _element.destination_address = AAZStrType( + serialized_name="destinationAddress", + flags={"required": True}, + ) + _element.destination_port = AAZStrType( + serialized_name="destinationPort", + flags={"required": True}, + ) + _element.protocol = AAZIntType( + flags={"required": True}, + ) + _element.sequence_number = AAZIntType( + serialized_name="sequenceNumber", + flags={"required": True}, + ) + _element.source_address = AAZStrType( + serialized_name="sourceAddress", + flags={"required": True}, + ) + _element.source_port = AAZStrType( + serialized_name="sourcePort", + flags={"required": True}, + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _CreateHelper: + """Helper class for Create""" + + +__all__ = ["Create"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/acl/_delete.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/acl/_delete.py new file mode 100644 index 00000000000..b53b431fe14 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/acl/_delete.py @@ -0,0 +1,139 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric acl delete", +) +class Delete(AAZCommand): + """Delete the Access Control List resource + + :example: Delete a Access Control List resource + az networkfabric acl delete --resource-group "example-rg" --resource-name "example-acl" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return None + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the Access Control List", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.AccessControlListsDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class AccessControlListsDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + if session.http_response.status_code in [204]: + return self.on_204(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{accessControlListName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "accessControlListName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/acl/_list.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/acl/_list.py new file mode 100644 index 00000000000..fe449f0e53e --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/acl/_list.py @@ -0,0 +1,432 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric acl list", +) +class List(AAZCommand): + """List all Access Control Lists in the provided resource group or subscription + + :example: List all Access Control Lists + az networkfabric acl list --resource-group "example-rg" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.managednetworkfabric/accesscontrollists", "2023-02-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + condition_0 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) + condition_1 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + if condition_0: + self.AccessControlListsListByResourceGroup(ctx=self.ctx)() + if condition_1: + self.AccessControlListsListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class AccessControlListsListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/accessControlLists", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.address_family = AAZStrType( + serialized_name="addressFamily", + flags={"required": True}, + ) + properties.annotation = AAZStrType() + properties.conditions = AAZListType( + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + conditions = cls._schema_on_200.value.Element.properties.conditions + conditions.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.conditions.Element + _element.action = AAZStrType( + flags={"required": True}, + ) + _element.annotation = AAZStrType() + _element.destination_address = AAZStrType( + serialized_name="destinationAddress", + flags={"required": True}, + ) + _element.destination_port = AAZStrType( + serialized_name="destinationPort", + flags={"required": True}, + ) + _element.protocol = AAZIntType( + flags={"required": True}, + ) + _element.sequence_number = AAZIntType( + serialized_name="sequenceNumber", + flags={"required": True}, + ) + _element.source_address = AAZStrType( + serialized_name="sourceAddress", + flags={"required": True}, + ) + _element.source_port = AAZStrType( + serialized_name="sourcePort", + flags={"required": True}, + ) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + class AccessControlListsListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/accessControlLists", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.address_family = AAZStrType( + serialized_name="addressFamily", + flags={"required": True}, + ) + properties.annotation = AAZStrType() + properties.conditions = AAZListType( + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + conditions = cls._schema_on_200.value.Element.properties.conditions + conditions.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.conditions.Element + _element.action = AAZStrType( + flags={"required": True}, + ) + _element.annotation = AAZStrType() + _element.destination_address = AAZStrType( + serialized_name="destinationAddress", + flags={"required": True}, + ) + _element.destination_port = AAZStrType( + serialized_name="destinationPort", + flags={"required": True}, + ) + _element.protocol = AAZIntType( + flags={"required": True}, + ) + _element.sequence_number = AAZIntType( + serialized_name="sequenceNumber", + flags={"required": True}, + ) + _element.source_address = AAZStrType( + serialized_name="sourceAddress", + flags={"required": True}, + ) + _element.source_port = AAZStrType( + serialized_name="sourcePort", + flags={"required": True}, + ) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/acl/_show.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/acl/_show.py new file mode 100644 index 00000000000..3a8271f8235 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/acl/_show.py @@ -0,0 +1,254 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric acl show", +) +class Show(AAZCommand): + """Show details of the provided Access Control List resource + + :example: Show the Access Control List resource + az networkfabric acl show --resource-group "example-rg" --resource-name "example-acl" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the Access Control List", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.AccessControlListsGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class AccessControlListsGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{accessControlListName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "accessControlListName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.address_family = AAZStrType( + serialized_name="addressFamily", + flags={"required": True}, + ) + properties.annotation = AAZStrType() + properties.conditions = AAZListType( + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + conditions = cls._schema_on_200.properties.conditions + conditions.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.conditions.Element + _element.action = AAZStrType( + flags={"required": True}, + ) + _element.annotation = AAZStrType() + _element.destination_address = AAZStrType( + serialized_name="destinationAddress", + flags={"required": True}, + ) + _element.destination_port = AAZStrType( + serialized_name="destinationPort", + flags={"required": True}, + ) + _element.protocol = AAZIntType( + flags={"required": True}, + ) + _element.sequence_number = AAZIntType( + serialized_name="sequenceNumber", + flags={"required": True}, + ) + _element.source_address = AAZStrType( + serialized_name="sourceAddress", + flags={"required": True}, + ) + _element.source_port = AAZStrType( + serialized_name="sourcePort", + flags={"required": True}, + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/controller/__cmd_group.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/controller/__cmd_group.py new file mode 100644 index 00000000000..82612e70310 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/controller/__cmd_group.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkfabric controller", +) +class __CMDGroup(AAZCommandGroup): + """Manage Network Fabric Controller Resource + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/controller/__init__.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/controller/__init__.py new file mode 100644 index 00000000000..2d1a2078686 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/controller/__init__.py @@ -0,0 +1,16 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._list import * +from ._show import * +from ._wait import * diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/controller/_create.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/controller/_create.py new file mode 100644 index 00000000000..43a7b523f7e --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/controller/_create.py @@ -0,0 +1,483 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric controller create", +) +class Create(AAZCommand): + """Create a Network Fabric Controller resource. + + :example: Create a Network Fabric Controller. For RE-PUT with 'mrg' parameter, both name and location properties are required. + az networkfabric controller create --resource-group "example-rg" --location "westus3" --resource-name "example-nfc" --ipv4-address-space "10.0.0.0/19" --infra-er-connections "[{expressRouteCircuitId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.Network/expressRouteCircuits/example-expressRouteCircuit',expressRouteAuthorizationKey:'auth-key'},{expressRouteCircuitId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.Network/expressRouteCircuits/example-expressRouteCircuit',expressRouteAuthorizationKey:'auth-key'}]" --workload-er-connections "[{expressRouteCircuitId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.Network/expressRouteCircuits/example-expressRouteCircuit',expressRouteAuthorizationKey:'auth-key'},{expressRouteCircuitId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.Network/expressRouteCircuits/example-expressRouteCircuit',expressRouteAuthorizationKey:'auth-key'}]" --mrg name=example-mrgName location=eastus + + :example: Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + az networkfabric controller create --infra-er-connections ?? + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers/{}", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the Network Fabric Controller", + required=True, + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + + # define Arg Group "Body" + + _args_schema = cls._args_schema + _args_schema.location = AAZResourceLocationArg( + arg_group="Body", + help="Location of Azure region", + required=True, + fmt=AAZResourceLocationArgFormat( + resource_group_arg="resource_group", + ), + ) + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="Body", + help="Resource tags.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.annotation = AAZStrArg( + options=["--annotation"], + arg_group="Properties", + help="Switch configuration description.", + ) + _args_schema.infra_er_connections = AAZListArg( + options=["--infra-er-connections"], + arg_group="Properties", + help="Infra ER connections to manage infra resources.", + ) + _args_schema.ipv4_address_space = AAZStrArg( + options=["--ipv4-address-space"], + arg_group="Properties", + help="IPv4 Network Fabric Controller Address Space.", + ) + _args_schema.ipv6_address_space = AAZStrArg( + options=["--ipv6-address-space"], + arg_group="Properties", + help="IPv6 Network Fabric Controller Address Space.", + ) + _args_schema.managed_resource_group_configuration = AAZObjectArg( + options=["--mrg", "--managed-resource-group-configuration"], + arg_group="Properties", + help="Managed Resource Group configuration properties.", + ) + _args_schema.workload_er_connections = AAZListArg( + options=["--workload-er-connections"], + arg_group="Properties", + help="workload management Network for hosting Proxy, NTP and DNS for workloads.", + ) + + infra_er_connections = cls._args_schema.infra_er_connections + infra_er_connections.Element = AAZObjectArg() + cls._build_args_express_route_connection_information_create(infra_er_connections.Element) + + managed_resource_group_configuration = cls._args_schema.managed_resource_group_configuration + managed_resource_group_configuration.location = AAZStrArg( + options=["location"], + help="Managed resource group location.", + ) + managed_resource_group_configuration.name = AAZStrArg( + options=["name"], + help="The NFC service will be hosted in a Managed resource group.", + ) + + workload_er_connections = cls._args_schema.workload_er_connections + workload_er_connections.Element = AAZObjectArg() + cls._build_args_express_route_connection_information_create(workload_er_connections.Element) + return cls._args_schema + + _args_express_route_connection_information_create = None + + @classmethod + def _build_args_express_route_connection_information_create(cls, _schema): + if cls._args_express_route_connection_information_create is not None: + _schema.express_route_authorization_key = cls._args_express_route_connection_information_create.express_route_authorization_key + _schema.express_route_circuit_id = cls._args_express_route_connection_information_create.express_route_circuit_id + return + + cls._args_express_route_connection_information_create = AAZObjectArg() + + express_route_connection_information_create = cls._args_express_route_connection_information_create + express_route_connection_information_create.express_route_authorization_key = AAZStrArg( + options=["express-route-authorization-key"], + help="Authorization key for the circuit, must be of type Microsoft.Network/expressRouteCircuits/authorizations.", + required=True, + ) + express_route_connection_information_create.express_route_circuit_id = AAZStrArg( + options=["express-route-circuit-id"], + help="The name of express route circuit, must be of type Microsoft.NetworkexpressRouteCircuits/circuitName.", + required=True, + ) + + _schema.express_route_authorization_key = cls._args_express_route_connection_information_create.express_route_authorization_key + _schema.express_route_circuit_id = cls._args_express_route_connection_information_create.express_route_circuit_id + + def _execute_operations(self): + self.pre_operations() + yield self.NetworkFabricControllersCreate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class NetworkFabricControllersCreate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkFabricControllerName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("location", AAZStrType, ".location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("properties", AAZObjectType, typ_kwargs={"flags": {"client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("annotation", AAZStrType, ".annotation") + properties.set_prop("infrastructureExpressRouteConnections", AAZListType, ".infra_er_connections") + properties.set_prop("ipv4AddressSpace", AAZStrType, ".ipv4_address_space") + properties.set_prop("ipv6AddressSpace", AAZStrType, ".ipv6_address_space") + properties.set_prop("managedResourceGroupConfiguration", AAZObjectType, ".managed_resource_group_configuration") + properties.set_prop("workloadExpressRouteConnections", AAZListType, ".workload_er_connections") + + infrastructure_express_route_connections = _builder.get(".properties.infrastructureExpressRouteConnections") + if infrastructure_express_route_connections is not None: + _CreateHelper._build_schema_express_route_connection_information_create(infrastructure_express_route_connections.set_elements(AAZObjectType, ".")) + + managed_resource_group_configuration = _builder.get(".properties.managedResourceGroupConfiguration") + if managed_resource_group_configuration is not None: + managed_resource_group_configuration.set_prop("location", AAZStrType, ".location") + managed_resource_group_configuration.set_prop("name", AAZStrType, ".name") + + workload_express_route_connections = _builder.get(".properties.workloadExpressRouteConnections") + if workload_express_route_connections is not None: + _CreateHelper._build_schema_express_route_connection_information_create(workload_express_route_connections.set_elements(AAZObjectType, ".")) + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + + _schema_on_200_201 = cls._schema_on_200_201 + _schema_on_200_201.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200_201.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200_201.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200_201.tags = AAZDictType() + _schema_on_200_201.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200_201.properties + properties.annotation = AAZStrType() + properties.infrastructure_express_route_connections = AAZListType( + serialized_name="infrastructureExpressRouteConnections", + ) + properties.infrastructure_services = AAZObjectType( + serialized_name="infrastructureServices", + flags={"read_only": True}, + ) + properties.ipv4_address_space = AAZStrType( + serialized_name="ipv4AddressSpace", + ) + properties.ipv6_address_space = AAZStrType( + serialized_name="ipv6AddressSpace", + ) + properties.managed_resource_group_configuration = AAZObjectType( + serialized_name="managedResourceGroupConfiguration", + ) + properties.network_fabric_ids = AAZListType( + serialized_name="networkFabricIds", + flags={"read_only": True}, + ) + properties.operational_state = AAZStrType( + serialized_name="operationalState", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.workload_express_route_connections = AAZListType( + serialized_name="workloadExpressRouteConnections", + ) + properties.workload_management_network = AAZBoolType( + serialized_name="workloadManagementNetwork", + flags={"read_only": True}, + ) + properties.workload_services = AAZObjectType( + serialized_name="workloadServices", + flags={"read_only": True}, + ) + + infrastructure_express_route_connections = cls._schema_on_200_201.properties.infrastructure_express_route_connections + infrastructure_express_route_connections.Element = AAZObjectType() + _CreateHelper._build_schema_express_route_connection_information_read(infrastructure_express_route_connections.Element) + + infrastructure_services = cls._schema_on_200_201.properties.infrastructure_services + infrastructure_services.ipv4_address_spaces = AAZListType( + serialized_name="ipv4AddressSpaces", + ) + infrastructure_services.ipv6_address_spaces = AAZListType( + serialized_name="ipv6AddressSpaces", + ) + + ipv4_address_spaces = cls._schema_on_200_201.properties.infrastructure_services.ipv4_address_spaces + ipv4_address_spaces.Element = AAZStrType() + + ipv6_address_spaces = cls._schema_on_200_201.properties.infrastructure_services.ipv6_address_spaces + ipv6_address_spaces.Element = AAZStrType() + + managed_resource_group_configuration = cls._schema_on_200_201.properties.managed_resource_group_configuration + managed_resource_group_configuration.location = AAZStrType() + managed_resource_group_configuration.name = AAZStrType() + + network_fabric_ids = cls._schema_on_200_201.properties.network_fabric_ids + network_fabric_ids.Element = AAZStrType() + + workload_express_route_connections = cls._schema_on_200_201.properties.workload_express_route_connections + workload_express_route_connections.Element = AAZObjectType() + _CreateHelper._build_schema_express_route_connection_information_read(workload_express_route_connections.Element) + + workload_services = cls._schema_on_200_201.properties.workload_services + workload_services.ipv4_address_spaces = AAZListType( + serialized_name="ipv4AddressSpaces", + ) + workload_services.ipv6_address_spaces = AAZListType( + serialized_name="ipv6AddressSpaces", + ) + + ipv4_address_spaces = cls._schema_on_200_201.properties.workload_services.ipv4_address_spaces + ipv4_address_spaces.Element = AAZStrType() + + ipv6_address_spaces = cls._schema_on_200_201.properties.workload_services.ipv6_address_spaces + ipv6_address_spaces.Element = AAZStrType() + + system_data = cls._schema_on_200_201.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200_201.tags + tags.Element = AAZStrType() + + return cls._schema_on_200_201 + + +class _CreateHelper: + """Helper class for Create""" + + @classmethod + def _build_schema_express_route_connection_information_create(cls, _builder): + if _builder is None: + return + _builder.set_prop("expressRouteAuthorizationKey", AAZStrType, ".express_route_authorization_key", typ_kwargs={"flags": {"required": True, "secret": True}}) + _builder.set_prop("expressRouteCircuitId", AAZStrType, ".express_route_circuit_id", typ_kwargs={"flags": {"required": True}}) + + _schema_express_route_connection_information_read = None + + @classmethod + def _build_schema_express_route_connection_information_read(cls, _schema): + if cls._schema_express_route_connection_information_read is not None: + _schema.express_route_authorization_key = cls._schema_express_route_connection_information_read.express_route_authorization_key + _schema.express_route_circuit_id = cls._schema_express_route_connection_information_read.express_route_circuit_id + return + + cls._schema_express_route_connection_information_read = _schema_express_route_connection_information_read = AAZObjectType() + + express_route_connection_information_read = _schema_express_route_connection_information_read + express_route_connection_information_read.express_route_authorization_key = AAZStrType( + serialized_name="expressRouteAuthorizationKey", + flags={"required": True, "secret": True}, + ) + express_route_connection_information_read.express_route_circuit_id = AAZStrType( + serialized_name="expressRouteCircuitId", + flags={"required": True}, + ) + + _schema.express_route_authorization_key = cls._schema_express_route_connection_information_read.express_route_authorization_key + _schema.express_route_circuit_id = cls._schema_express_route_connection_information_read.express_route_circuit_id + + +__all__ = ["Create"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/controller/_delete.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/controller/_delete.py new file mode 100644 index 00000000000..da4bb5f5cd0 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/controller/_delete.py @@ -0,0 +1,163 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric controller delete", +) +class Delete(AAZCommand): + """Delete the Network Fabric Controller resource. + + :example: Delete the Network Fabric Controller + az networkfabric controller delete --resource-group "example-rg" --resource-name "example-nfc" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers/{}", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the Network Fabric Controller", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.NetworkFabricControllersDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class NetworkFabricControllersDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkFabricControllerName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/controller/_list.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/controller/_list.py new file mode 100644 index 00000000000..c10fb6f53a9 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/controller/_list.py @@ -0,0 +1,538 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric controller list", +) +class List(AAZCommand): + """List all Network Fabric Controllers in the provided resource group or subscription. + + :example: List the Network Fabric Controllers for Resource group + az networkfabric controller list --resource-group "example-rg" + az networkfabric controller list -g "example-rg" + + :example: List the Network Fabric Controllers for Subscription. + az networkfabric controller list --subscription "" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers", "2023-02-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + condition_0 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) + condition_1 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + if condition_0: + self.NetworkFabricControllersListByResourceGroup(ctx=self.ctx)() + if condition_1: + self.NetworkFabricControllersListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class NetworkFabricControllersListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.annotation = AAZStrType() + properties.infrastructure_express_route_connections = AAZListType( + serialized_name="infrastructureExpressRouteConnections", + ) + properties.infrastructure_services = AAZObjectType( + serialized_name="infrastructureServices", + flags={"read_only": True}, + ) + properties.ipv4_address_space = AAZStrType( + serialized_name="ipv4AddressSpace", + ) + properties.ipv6_address_space = AAZStrType( + serialized_name="ipv6AddressSpace", + ) + properties.managed_resource_group_configuration = AAZObjectType( + serialized_name="managedResourceGroupConfiguration", + ) + properties.network_fabric_ids = AAZListType( + serialized_name="networkFabricIds", + flags={"read_only": True}, + ) + properties.operational_state = AAZStrType( + serialized_name="operationalState", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.workload_express_route_connections = AAZListType( + serialized_name="workloadExpressRouteConnections", + ) + properties.workload_management_network = AAZBoolType( + serialized_name="workloadManagementNetwork", + flags={"read_only": True}, + ) + properties.workload_services = AAZObjectType( + serialized_name="workloadServices", + flags={"read_only": True}, + ) + + infrastructure_express_route_connections = cls._schema_on_200.value.Element.properties.infrastructure_express_route_connections + infrastructure_express_route_connections.Element = AAZObjectType() + _ListHelper._build_schema_express_route_connection_information_read(infrastructure_express_route_connections.Element) + + infrastructure_services = cls._schema_on_200.value.Element.properties.infrastructure_services + infrastructure_services.ipv4_address_spaces = AAZListType( + serialized_name="ipv4AddressSpaces", + ) + infrastructure_services.ipv6_address_spaces = AAZListType( + serialized_name="ipv6AddressSpaces", + ) + + ipv4_address_spaces = cls._schema_on_200.value.Element.properties.infrastructure_services.ipv4_address_spaces + ipv4_address_spaces.Element = AAZStrType() + + ipv6_address_spaces = cls._schema_on_200.value.Element.properties.infrastructure_services.ipv6_address_spaces + ipv6_address_spaces.Element = AAZStrType() + + managed_resource_group_configuration = cls._schema_on_200.value.Element.properties.managed_resource_group_configuration + managed_resource_group_configuration.location = AAZStrType() + managed_resource_group_configuration.name = AAZStrType() + + network_fabric_ids = cls._schema_on_200.value.Element.properties.network_fabric_ids + network_fabric_ids.Element = AAZStrType() + + workload_express_route_connections = cls._schema_on_200.value.Element.properties.workload_express_route_connections + workload_express_route_connections.Element = AAZObjectType() + _ListHelper._build_schema_express_route_connection_information_read(workload_express_route_connections.Element) + + workload_services = cls._schema_on_200.value.Element.properties.workload_services + workload_services.ipv4_address_spaces = AAZListType( + serialized_name="ipv4AddressSpaces", + ) + workload_services.ipv6_address_spaces = AAZListType( + serialized_name="ipv6AddressSpaces", + ) + + ipv4_address_spaces = cls._schema_on_200.value.Element.properties.workload_services.ipv4_address_spaces + ipv4_address_spaces.Element = AAZStrType() + + ipv6_address_spaces = cls._schema_on_200.value.Element.properties.workload_services.ipv6_address_spaces + ipv6_address_spaces.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + class NetworkFabricControllersListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.annotation = AAZStrType() + properties.infrastructure_express_route_connections = AAZListType( + serialized_name="infrastructureExpressRouteConnections", + ) + properties.infrastructure_services = AAZObjectType( + serialized_name="infrastructureServices", + flags={"read_only": True}, + ) + properties.ipv4_address_space = AAZStrType( + serialized_name="ipv4AddressSpace", + ) + properties.ipv6_address_space = AAZStrType( + serialized_name="ipv6AddressSpace", + ) + properties.managed_resource_group_configuration = AAZObjectType( + serialized_name="managedResourceGroupConfiguration", + ) + properties.network_fabric_ids = AAZListType( + serialized_name="networkFabricIds", + flags={"read_only": True}, + ) + properties.operational_state = AAZStrType( + serialized_name="operationalState", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.workload_express_route_connections = AAZListType( + serialized_name="workloadExpressRouteConnections", + ) + properties.workload_management_network = AAZBoolType( + serialized_name="workloadManagementNetwork", + flags={"read_only": True}, + ) + properties.workload_services = AAZObjectType( + serialized_name="workloadServices", + flags={"read_only": True}, + ) + + infrastructure_express_route_connections = cls._schema_on_200.value.Element.properties.infrastructure_express_route_connections + infrastructure_express_route_connections.Element = AAZObjectType() + _ListHelper._build_schema_express_route_connection_information_read(infrastructure_express_route_connections.Element) + + infrastructure_services = cls._schema_on_200.value.Element.properties.infrastructure_services + infrastructure_services.ipv4_address_spaces = AAZListType( + serialized_name="ipv4AddressSpaces", + ) + infrastructure_services.ipv6_address_spaces = AAZListType( + serialized_name="ipv6AddressSpaces", + ) + + ipv4_address_spaces = cls._schema_on_200.value.Element.properties.infrastructure_services.ipv4_address_spaces + ipv4_address_spaces.Element = AAZStrType() + + ipv6_address_spaces = cls._schema_on_200.value.Element.properties.infrastructure_services.ipv6_address_spaces + ipv6_address_spaces.Element = AAZStrType() + + managed_resource_group_configuration = cls._schema_on_200.value.Element.properties.managed_resource_group_configuration + managed_resource_group_configuration.location = AAZStrType() + managed_resource_group_configuration.name = AAZStrType() + + network_fabric_ids = cls._schema_on_200.value.Element.properties.network_fabric_ids + network_fabric_ids.Element = AAZStrType() + + workload_express_route_connections = cls._schema_on_200.value.Element.properties.workload_express_route_connections + workload_express_route_connections.Element = AAZObjectType() + _ListHelper._build_schema_express_route_connection_information_read(workload_express_route_connections.Element) + + workload_services = cls._schema_on_200.value.Element.properties.workload_services + workload_services.ipv4_address_spaces = AAZListType( + serialized_name="ipv4AddressSpaces", + ) + workload_services.ipv6_address_spaces = AAZListType( + serialized_name="ipv6AddressSpaces", + ) + + ipv4_address_spaces = cls._schema_on_200.value.Element.properties.workload_services.ipv4_address_spaces + ipv4_address_spaces.Element = AAZStrType() + + ipv6_address_spaces = cls._schema_on_200.value.Element.properties.workload_services.ipv6_address_spaces + ipv6_address_spaces.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + _schema_express_route_connection_information_read = None + + @classmethod + def _build_schema_express_route_connection_information_read(cls, _schema): + if cls._schema_express_route_connection_information_read is not None: + _schema.express_route_authorization_key = cls._schema_express_route_connection_information_read.express_route_authorization_key + _schema.express_route_circuit_id = cls._schema_express_route_connection_information_read.express_route_circuit_id + return + + cls._schema_express_route_connection_information_read = _schema_express_route_connection_information_read = AAZObjectType() + + express_route_connection_information_read = _schema_express_route_connection_information_read + express_route_connection_information_read.express_route_authorization_key = AAZStrType( + serialized_name="expressRouteAuthorizationKey", + flags={"required": True, "secret": True}, + ) + express_route_connection_information_read.express_route_circuit_id = AAZStrType( + serialized_name="expressRouteCircuitId", + flags={"required": True}, + ) + + _schema.express_route_authorization_key = cls._schema_express_route_connection_information_read.express_route_authorization_key + _schema.express_route_circuit_id = cls._schema_express_route_connection_information_read.express_route_circuit_id + + +__all__ = ["List"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/controller/_show.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/controller/_show.py new file mode 100644 index 00000000000..801fe5085e6 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/controller/_show.py @@ -0,0 +1,317 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric controller show", +) +class Show(AAZCommand): + """Show details of the provided Network Fabric Controller resource. + + :example: Show the Network Fabric Controller + az networkfabric controller show --resource-group "example-rg" --resource-name "example-nfc" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the Network Fabric Controller", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.NetworkFabricControllersGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class NetworkFabricControllersGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkFabricControllerName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.annotation = AAZStrType() + properties.infrastructure_express_route_connections = AAZListType( + serialized_name="infrastructureExpressRouteConnections", + ) + properties.infrastructure_services = AAZObjectType( + serialized_name="infrastructureServices", + flags={"read_only": True}, + ) + properties.ipv4_address_space = AAZStrType( + serialized_name="ipv4AddressSpace", + ) + properties.ipv6_address_space = AAZStrType( + serialized_name="ipv6AddressSpace", + ) + properties.managed_resource_group_configuration = AAZObjectType( + serialized_name="managedResourceGroupConfiguration", + ) + properties.network_fabric_ids = AAZListType( + serialized_name="networkFabricIds", + flags={"read_only": True}, + ) + properties.operational_state = AAZStrType( + serialized_name="operationalState", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.workload_express_route_connections = AAZListType( + serialized_name="workloadExpressRouteConnections", + ) + properties.workload_management_network = AAZBoolType( + serialized_name="workloadManagementNetwork", + flags={"read_only": True}, + ) + properties.workload_services = AAZObjectType( + serialized_name="workloadServices", + flags={"read_only": True}, + ) + + infrastructure_express_route_connections = cls._schema_on_200.properties.infrastructure_express_route_connections + infrastructure_express_route_connections.Element = AAZObjectType() + _ShowHelper._build_schema_express_route_connection_information_read(infrastructure_express_route_connections.Element) + + infrastructure_services = cls._schema_on_200.properties.infrastructure_services + infrastructure_services.ipv4_address_spaces = AAZListType( + serialized_name="ipv4AddressSpaces", + ) + infrastructure_services.ipv6_address_spaces = AAZListType( + serialized_name="ipv6AddressSpaces", + ) + + ipv4_address_spaces = cls._schema_on_200.properties.infrastructure_services.ipv4_address_spaces + ipv4_address_spaces.Element = AAZStrType() + + ipv6_address_spaces = cls._schema_on_200.properties.infrastructure_services.ipv6_address_spaces + ipv6_address_spaces.Element = AAZStrType() + + managed_resource_group_configuration = cls._schema_on_200.properties.managed_resource_group_configuration + managed_resource_group_configuration.location = AAZStrType() + managed_resource_group_configuration.name = AAZStrType() + + network_fabric_ids = cls._schema_on_200.properties.network_fabric_ids + network_fabric_ids.Element = AAZStrType() + + workload_express_route_connections = cls._schema_on_200.properties.workload_express_route_connections + workload_express_route_connections.Element = AAZObjectType() + _ShowHelper._build_schema_express_route_connection_information_read(workload_express_route_connections.Element) + + workload_services = cls._schema_on_200.properties.workload_services + workload_services.ipv4_address_spaces = AAZListType( + serialized_name="ipv4AddressSpaces", + ) + workload_services.ipv6_address_spaces = AAZListType( + serialized_name="ipv6AddressSpaces", + ) + + ipv4_address_spaces = cls._schema_on_200.properties.workload_services.ipv4_address_spaces + ipv4_address_spaces.Element = AAZStrType() + + ipv6_address_spaces = cls._schema_on_200.properties.workload_services.ipv6_address_spaces + ipv6_address_spaces.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + _schema_express_route_connection_information_read = None + + @classmethod + def _build_schema_express_route_connection_information_read(cls, _schema): + if cls._schema_express_route_connection_information_read is not None: + _schema.express_route_authorization_key = cls._schema_express_route_connection_information_read.express_route_authorization_key + _schema.express_route_circuit_id = cls._schema_express_route_connection_information_read.express_route_circuit_id + return + + cls._schema_express_route_connection_information_read = _schema_express_route_connection_information_read = AAZObjectType() + + express_route_connection_information_read = _schema_express_route_connection_information_read + express_route_connection_information_read.express_route_authorization_key = AAZStrType( + serialized_name="expressRouteAuthorizationKey", + flags={"required": True, "secret": True}, + ) + express_route_connection_information_read.express_route_circuit_id = AAZStrType( + serialized_name="expressRouteCircuitId", + flags={"required": True}, + ) + + _schema.express_route_authorization_key = cls._schema_express_route_connection_information_read.express_route_authorization_key + _schema.express_route_circuit_id = cls._schema_express_route_connection_information_read.express_route_circuit_id + + +__all__ = ["Show"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/controller/_wait.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/controller/_wait.py new file mode 100644 index 00000000000..e56903fe6d0 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/controller/_wait.py @@ -0,0 +1,313 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric controller wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the Network Fabric Controller", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.NetworkFabricControllersGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class NetworkFabricControllersGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkFabricControllerName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.annotation = AAZStrType() + properties.infrastructure_express_route_connections = AAZListType( + serialized_name="infrastructureExpressRouteConnections", + ) + properties.infrastructure_services = AAZObjectType( + serialized_name="infrastructureServices", + flags={"read_only": True}, + ) + properties.ipv4_address_space = AAZStrType( + serialized_name="ipv4AddressSpace", + ) + properties.ipv6_address_space = AAZStrType( + serialized_name="ipv6AddressSpace", + ) + properties.managed_resource_group_configuration = AAZObjectType( + serialized_name="managedResourceGroupConfiguration", + ) + properties.network_fabric_ids = AAZListType( + serialized_name="networkFabricIds", + flags={"read_only": True}, + ) + properties.operational_state = AAZStrType( + serialized_name="operationalState", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.workload_express_route_connections = AAZListType( + serialized_name="workloadExpressRouteConnections", + ) + properties.workload_management_network = AAZBoolType( + serialized_name="workloadManagementNetwork", + flags={"read_only": True}, + ) + properties.workload_services = AAZObjectType( + serialized_name="workloadServices", + flags={"read_only": True}, + ) + + infrastructure_express_route_connections = cls._schema_on_200.properties.infrastructure_express_route_connections + infrastructure_express_route_connections.Element = AAZObjectType() + _WaitHelper._build_schema_express_route_connection_information_read(infrastructure_express_route_connections.Element) + + infrastructure_services = cls._schema_on_200.properties.infrastructure_services + infrastructure_services.ipv4_address_spaces = AAZListType( + serialized_name="ipv4AddressSpaces", + ) + infrastructure_services.ipv6_address_spaces = AAZListType( + serialized_name="ipv6AddressSpaces", + ) + + ipv4_address_spaces = cls._schema_on_200.properties.infrastructure_services.ipv4_address_spaces + ipv4_address_spaces.Element = AAZStrType() + + ipv6_address_spaces = cls._schema_on_200.properties.infrastructure_services.ipv6_address_spaces + ipv6_address_spaces.Element = AAZStrType() + + managed_resource_group_configuration = cls._schema_on_200.properties.managed_resource_group_configuration + managed_resource_group_configuration.location = AAZStrType() + managed_resource_group_configuration.name = AAZStrType() + + network_fabric_ids = cls._schema_on_200.properties.network_fabric_ids + network_fabric_ids.Element = AAZStrType() + + workload_express_route_connections = cls._schema_on_200.properties.workload_express_route_connections + workload_express_route_connections.Element = AAZObjectType() + _WaitHelper._build_schema_express_route_connection_information_read(workload_express_route_connections.Element) + + workload_services = cls._schema_on_200.properties.workload_services + workload_services.ipv4_address_spaces = AAZListType( + serialized_name="ipv4AddressSpaces", + ) + workload_services.ipv6_address_spaces = AAZListType( + serialized_name="ipv6AddressSpaces", + ) + + ipv4_address_spaces = cls._schema_on_200.properties.workload_services.ipv4_address_spaces + ipv4_address_spaces.Element = AAZStrType() + + ipv6_address_spaces = cls._schema_on_200.properties.workload_services.ipv6_address_spaces + ipv6_address_spaces.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + _schema_express_route_connection_information_read = None + + @classmethod + def _build_schema_express_route_connection_information_read(cls, _schema): + if cls._schema_express_route_connection_information_read is not None: + _schema.express_route_authorization_key = cls._schema_express_route_connection_information_read.express_route_authorization_key + _schema.express_route_circuit_id = cls._schema_express_route_connection_information_read.express_route_circuit_id + return + + cls._schema_express_route_connection_information_read = _schema_express_route_connection_information_read = AAZObjectType() + + express_route_connection_information_read = _schema_express_route_connection_information_read + express_route_connection_information_read.express_route_authorization_key = AAZStrType( + serialized_name="expressRouteAuthorizationKey", + flags={"required": True, "secret": True}, + ) + express_route_connection_information_read.express_route_circuit_id = AAZStrType( + serialized_name="expressRouteCircuitId", + flags={"required": True}, + ) + + _schema.express_route_authorization_key = cls._schema_express_route_connection_information_read.express_route_authorization_key + _schema.express_route_circuit_id = cls._schema_express_route_connection_information_read.express_route_circuit_id + + +__all__ = ["Wait"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/device/__cmd_group.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/device/__cmd_group.py new file mode 100644 index 00000000000..21a72accce1 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/device/__cmd_group.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkfabric device", +) +class __CMDGroup(AAZCommandGroup): + """Manage Network Device Resource + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/device/__init__.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/device/__init__.py new file mode 100644 index 00000000000..f32b66e3eeb --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/device/__init__.py @@ -0,0 +1,16 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._delete import * +from ._list import * +from ._show import * +from ._update import * +from ._wait import * diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/device/_delete.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/device/_delete.py new file mode 100644 index 00000000000..4d242ac3d42 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/device/_delete.py @@ -0,0 +1,163 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric device delete", +) +class Delete(AAZCommand): + """Delete the Network Device resource. + + :example: Delete the Network Device + az networkfabric device delete --resource-group "example-rg" --resource-name "example-device" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the Network Device", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.NetworkDevicesDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class NetworkDevicesDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkDeviceName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/device/_list.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/device/_list.py new file mode 100644 index 00000000000..f1547c33df1 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/device/_list.py @@ -0,0 +1,401 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric device list", +) +class List(AAZCommand): + """List all Network Devices in the provided resource group or subscription. + + :example: List the Network Devices for Resource Group + az networkfabric device list --resource-group "example-rg" + + :example: List the Network Devices for Subscription + az networkfabric device list --subscription "" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkdevices", "2023-02-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + condition_0 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) + condition_1 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + if condition_0: + self.NetworkDevicesListByResourceGroup(ctx=self.ctx)() + if condition_1: + self.NetworkDevicesListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class NetworkDevicesListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.annotation = AAZStrType() + properties.host_name = AAZStrType( + serialized_name="hostName", + ) + properties.network_device_role = AAZStrType( + serialized_name="networkDeviceRole", + flags={"required": True}, + ) + properties.network_device_sku = AAZStrType( + serialized_name="networkDeviceSku", + flags={"required": True}, + ) + properties.network_rack_id = AAZStrType( + serialized_name="networkRackId", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"required": True}, + ) + properties.version = AAZStrType( + flags={"read_only": True}, + ) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + class NetworkDevicesListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkDevices", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.annotation = AAZStrType() + properties.host_name = AAZStrType( + serialized_name="hostName", + ) + properties.network_device_role = AAZStrType( + serialized_name="networkDeviceRole", + flags={"required": True}, + ) + properties.network_device_sku = AAZStrType( + serialized_name="networkDeviceSku", + flags={"required": True}, + ) + properties.network_rack_id = AAZStrType( + serialized_name="networkRackId", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"required": True}, + ) + properties.version = AAZStrType( + flags={"read_only": True}, + ) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/device/_show.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/device/_show.py new file mode 100644 index 00000000000..eb1e63cf01f --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/device/_show.py @@ -0,0 +1,237 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric device show", +) +class Show(AAZCommand): + """Show details of the provided Network Device resource. + + :example: Show the Network Device + az networkfabric device show --resource-group "example-rg" --resource-name "example-device" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the Network Device", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.NetworkDevicesGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class NetworkDevicesGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkDeviceName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.annotation = AAZStrType() + properties.host_name = AAZStrType( + serialized_name="hostName", + ) + properties.network_device_role = AAZStrType( + serialized_name="networkDeviceRole", + flags={"required": True}, + ) + properties.network_device_sku = AAZStrType( + serialized_name="networkDeviceSku", + flags={"required": True}, + ) + properties.network_rack_id = AAZStrType( + serialized_name="networkRackId", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"required": True}, + ) + properties.version = AAZStrType( + flags={"read_only": True}, + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/device/_update.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/device/_update.py new file mode 100644 index 00000000000..ac00a1d604b --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/device/_update.py @@ -0,0 +1,310 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric device update", +) +class Update(AAZCommand): + """Update the properties of the provided Network Device resource. + + :example: Update the Network Device + az networkfabric device update --resource-group "example-rg" --resource-name "example-device" --host-name "AustinNF-AR-CE1" --serial-number "Arista;DCS-7280DR3-24;12.05;JPE21115446" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the Network Device", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + + # define Arg Group "Body" + + _args_schema = cls._args_schema + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="Body", + help="Azure resource tags that will replace the existing ones.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.annotation = AAZStrArg( + options=["--annotation"], + arg_group="Properties", + help="Switch configuration description.", + ) + _args_schema.host_name = AAZStrArg( + options=["--host-name"], + arg_group="Properties", + help="The Host Name of the device. All Network Device names should follow the format --. Example: AustinNF-AR-CE1", + ) + _args_schema.serial_number = AAZStrArg( + options=["--serial-number"], + arg_group="Properties", + help="serialNumber of the format Make;Model;HardwareRevisionId;SerialNumber. Example: Arista;DCS-7280DR3-24;12.05;JPE21116969", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.NetworkDevicesUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class NetworkDevicesUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", + **self.url_parameters + ) + + @property + def method(self): + return "PATCH" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkDeviceName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("properties", AAZObjectType, typ_kwargs={"flags": {"client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("annotation", AAZStrType, ".annotation") + properties.set_prop("hostName", AAZStrType, ".host_name") + properties.set_prop("serialNumber", AAZStrType, ".serial_number") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.annotation = AAZStrType() + properties.host_name = AAZStrType( + serialized_name="hostName", + ) + properties.network_device_role = AAZStrType( + serialized_name="networkDeviceRole", + flags={"required": True}, + ) + properties.network_device_sku = AAZStrType( + serialized_name="networkDeviceSku", + flags={"required": True}, + ) + properties.network_rack_id = AAZStrType( + serialized_name="networkRackId", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"required": True}, + ) + properties.version = AAZStrType( + flags={"read_only": True}, + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _UpdateHelper: + """Helper class for Update""" + + +__all__ = ["Update"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/device/_wait.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/device/_wait.py new file mode 100644 index 00000000000..81b174ceca0 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/device/_wait.py @@ -0,0 +1,233 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric device wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the Network Device", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.NetworkDevicesGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class NetworkDevicesGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkDeviceName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.annotation = AAZStrType() + properties.host_name = AAZStrType( + serialized_name="hostName", + ) + properties.network_device_role = AAZStrType( + serialized_name="networkDeviceRole", + flags={"required": True}, + ) + properties.network_device_sku = AAZStrType( + serialized_name="networkDeviceSku", + flags={"required": True}, + ) + properties.network_rack_id = AAZStrType( + serialized_name="networkRackId", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"required": True}, + ) + properties.version = AAZStrType( + flags={"read_only": True}, + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + +__all__ = ["Wait"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/devicesku/__cmd_group.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/devicesku/__cmd_group.py new file mode 100644 index 00000000000..2fb4cb6bac5 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/devicesku/__cmd_group.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkfabric devicesku", +) +class __CMDGroup(AAZCommandGroup): + """Manage Network Device SKU Resource + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/devicesku/__init__.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/devicesku/__init__.py new file mode 100644 index 00000000000..2df85698253 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/devicesku/__init__.py @@ -0,0 +1,13 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._list import * +from ._show import * diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/devicesku/_list.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/devicesku/_list.py new file mode 100644 index 00000000000..65b43628773 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/devicesku/_list.py @@ -0,0 +1,272 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric devicesku list", +) +class List(AAZCommand): + """List all Network Device SKUs in the provided subscription. + + :example: List the DeviceSKU for Subscription + az networkfabric devicesku list --subscription + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkdeviceskus", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.NetworkDeviceSkusListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class NetworkDeviceSkusListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkDeviceSkus", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.interfaces = AAZListType() + properties.limits = AAZObjectType() + properties.manufacturer = AAZStrType() + properties.model = AAZStrType( + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.supported_role_types = AAZListType( + serialized_name="supportedRoleTypes", + ) + properties.supported_versions = AAZListType( + serialized_name="supportedVersions", + ) + + interfaces = cls._schema_on_200.value.Element.properties.interfaces + interfaces.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.interfaces.Element + _element.identifier = AAZStrType() + _element.interface_type = AAZStrType( + serialized_name="interfaceType", + ) + _element.supported_connector_types = AAZListType( + serialized_name="supportedConnectorTypes", + ) + + supported_connector_types = cls._schema_on_200.value.Element.properties.interfaces.Element.supported_connector_types + supported_connector_types.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.interfaces.Element.supported_connector_types.Element + _element.connector_type = AAZStrType( + serialized_name="connectorType", + ) + _element.max_speed_in_mbps = AAZIntType( + serialized_name="maxSpeedInMbps", + ) + + limits = cls._schema_on_200.value.Element.properties.limits + limits.max_bidirectional_forwarding_detection_peers = AAZIntType( + serialized_name="maxBidirectionalForwardingDetectionPeers", + ) + limits.max_border_gateway_protocol_peers = AAZIntType( + serialized_name="maxBorderGatewayProtocolPeers", + ) + limits.max_sub_interfaces = AAZIntType( + serialized_name="maxSubInterfaces", + ) + limits.max_tunnel_interfaces = AAZIntType( + serialized_name="maxTunnelInterfaces", + ) + limits.max_virtual_router_functions = AAZIntType( + serialized_name="maxVirtualRouterFunctions", + ) + limits.physical_interface_count = AAZIntType( + serialized_name="physicalInterfaceCount", + ) + + supported_role_types = cls._schema_on_200.value.Element.properties.supported_role_types + supported_role_types.Element = AAZStrType() + + supported_versions = cls._schema_on_200.value.Element.properties.supported_versions + supported_versions.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.supported_versions.Element + _element.is_current = AAZStrType( + serialized_name="isCurrent", + ) + _element.is_test = AAZStrType( + serialized_name="isTest", + ) + _element.vendor_firmware_version = AAZStrType( + serialized_name="vendorFirmwareVersion", + ) + _element.vendor_os_version = AAZStrType( + serialized_name="vendorOsVersion", + ) + _element.version = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/devicesku/_show.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/devicesku/_show.py new file mode 100644 index 00000000000..5d15f86e1ea --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/devicesku/_show.py @@ -0,0 +1,272 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric devicesku show", +) +class Show(AAZCommand): + """Show details of the provided Network Device SKU resource. + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkdeviceskus/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the Network Device Sku", + required=True, + id_part="name", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.NetworkDeviceSkusGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class NetworkDeviceSkusGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkDeviceSkus/{networkDeviceSkuName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkDeviceSkuName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.interfaces = AAZListType() + properties.limits = AAZObjectType() + properties.manufacturer = AAZStrType() + properties.model = AAZStrType( + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.supported_role_types = AAZListType( + serialized_name="supportedRoleTypes", + ) + properties.supported_versions = AAZListType( + serialized_name="supportedVersions", + ) + + interfaces = cls._schema_on_200.properties.interfaces + interfaces.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.interfaces.Element + _element.identifier = AAZStrType() + _element.interface_type = AAZStrType( + serialized_name="interfaceType", + ) + _element.supported_connector_types = AAZListType( + serialized_name="supportedConnectorTypes", + ) + + supported_connector_types = cls._schema_on_200.properties.interfaces.Element.supported_connector_types + supported_connector_types.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.interfaces.Element.supported_connector_types.Element + _element.connector_type = AAZStrType( + serialized_name="connectorType", + ) + _element.max_speed_in_mbps = AAZIntType( + serialized_name="maxSpeedInMbps", + ) + + limits = cls._schema_on_200.properties.limits + limits.max_bidirectional_forwarding_detection_peers = AAZIntType( + serialized_name="maxBidirectionalForwardingDetectionPeers", + ) + limits.max_border_gateway_protocol_peers = AAZIntType( + serialized_name="maxBorderGatewayProtocolPeers", + ) + limits.max_sub_interfaces = AAZIntType( + serialized_name="maxSubInterfaces", + ) + limits.max_tunnel_interfaces = AAZIntType( + serialized_name="maxTunnelInterfaces", + ) + limits.max_virtual_router_functions = AAZIntType( + serialized_name="maxVirtualRouterFunctions", + ) + limits.physical_interface_count = AAZIntType( + serialized_name="physicalInterfaceCount", + ) + + supported_role_types = cls._schema_on_200.properties.supported_role_types + supported_role_types.Element = AAZStrType() + + supported_versions = cls._schema_on_200.properties.supported_versions + supported_versions.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.supported_versions.Element + _element.is_current = AAZStrType( + serialized_name="isCurrent", + ) + _element.is_test = AAZStrType( + serialized_name="isTest", + ) + _element.vendor_firmware_version = AAZStrType( + serialized_name="vendorFirmwareVersion", + ) + _element.vendor_os_version = AAZStrType( + serialized_name="vendorOsVersion", + ) + _element.version = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/externalnetwork/__cmd_group.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/externalnetwork/__cmd_group.py new file mode 100644 index 00000000000..522fa739a50 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/externalnetwork/__cmd_group.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkfabric externalnetwork", +) +class __CMDGroup(AAZCommandGroup): + """Manage External Network Resource + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/externalnetwork/__init__.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/externalnetwork/__init__.py new file mode 100644 index 00000000000..2b037f08f76 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/externalnetwork/__init__.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._list import * +from ._show import * +from ._update_admin_state import * +from ._wait import * diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/externalnetwork/_create.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/externalnetwork/_create.py new file mode 100644 index 00000000000..d929cf8c348 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/externalnetwork/_create.py @@ -0,0 +1,469 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric externalnetwork create", +) +class Create(AAZCommand): + """Create a External Network resource + + :example: Create a External Network with option B properties + az networkfabric externalnetwork create --resource-group "example-rg" --l3domain "example-l3domain" --resource-name "example-externalNetwork" --peering-option "OptionB" --import-route-policy-id "/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy" --export-route-policy-id "/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy" --option-b-properties "{importRouteTargets:['65541:2001','65542:2002'],exportRouteTargets:['65531:2001','65532:2002']}" + + :example: Create a External Network with option A properties + az networkfabric externalnetwork create --resource-group "example-rg" --l3domain "example-l3domain" --resource-name "example-externalNetwork" --peering-option "OptionA" --import-route-policy-id "/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy" --export-route-policy-id "/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy" --option-a-properties "{peerASN:65234,vlanId:501,mtu:1500,primaryIpv4Prefix:'172.23.1.0/31',secondaryIpv4Prefix:'172.23.1.2/31'}" + + :example: Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + az networkfabric externalnetwork create --option-a-properties ?? + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks/{}", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the ExternalNetwork", + required=True, + ) + _args_schema.l3_isolation_domain_name = AAZStrArg( + options=["--l3domain", "--l3-isolation-domain-name"], + help="Name of the L3IsolationDomain", + required=True, + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.annotation = AAZStrArg( + options=["--annotation"], + arg_group="Properties", + help="Switch configuration description.", + ) + _args_schema.export_route_policy_id = AAZStrArg( + options=["--export-route-policy-id"], + arg_group="Properties", + help="ARM resource ID of exportRoutePolicy.", + ) + _args_schema.import_route_policy_id = AAZStrArg( + options=["--import-route-policy-id"], + arg_group="Properties", + help="ARM resource ID of importRoutePolicy.", + ) + _args_schema.option_a_properties = AAZObjectArg( + options=["--option-a-properties"], + arg_group="Properties", + help="option A properties object.", + ) + _args_schema.option_b_properties = AAZObjectArg( + options=["--option-b-properties"], + arg_group="Properties", + help="option B properties object.", + ) + _args_schema.peering_option = AAZStrArg( + options=["--peering-option"], + arg_group="Properties", + help="Peering option list.", + required=True, + enum={"OptionA": "OptionA", "OptionB": "OptionB"}, + ) + + option_a_properties = cls._args_schema.option_a_properties + option_a_properties.mtu = AAZIntArg( + options=["mtu"], + help="MTU to use for option A peering. The value should be between 1500 to 9000.Default Value is 1500. Example : 1650.", + default=1500, + fmt=AAZIntArgFormat( + maximum=9000, + minimum=1500, + ), + ) + option_a_properties.peer_asn = AAZIntArg( + options=["peer-asn"], + help="Peer ASN number. The value should be between 1 to 65535. Example : 65234.", + required=True, + fmt=AAZIntArgFormat( + maximum=65535, + minimum=1, + ), + ) + option_a_properties.primary_ipv4_prefix = AAZStrArg( + options=["primary-ipv4-prefix"], + help="IPv4 Address Prefix of CE-PE interconnect links. Default value is 172.23.1.0/31.", + ) + option_a_properties.primary_ipv6_prefix = AAZStrArg( + options=["primary-ipv6-prefix"], + help="IPv6 Address Prefix of CE-PE interconnect links. Default value is 3FFE:FFFF:0:CD30::a1/126.", + ) + option_a_properties.secondary_ipv4_prefix = AAZStrArg( + options=["secondary-ipv4-prefix"], + help="Secondary IPv4 Address Prefix of CE-PE interconnect links. Default value is 172.23.1.2/31.", + ) + option_a_properties.secondary_ipv6_prefix = AAZStrArg( + options=["secondary-ipv6-prefix"], + help="Secondary IPv6 Address Prefix of CE-PE interconnect links. Default value is 3FFE:FFFF:0:CD30::a1/126.", + ) + option_a_properties.vlan_id = AAZIntArg( + options=["vlan-id"], + help="Vlan identifier. The value should be between 501 to 4095. Example : 501.", + required=True, + fmt=AAZIntArgFormat( + maximum=4095, + minimum=501, + ), + ) + + option_b_properties = cls._args_schema.option_b_properties + option_b_properties.export_route_targets = AAZListArg( + options=["export-route-targets"], + help="Route Targets to be applied for outgoing routes from CE.", + ) + option_b_properties.import_route_targets = AAZListArg( + options=["import-route-targets"], + help="Route Targets to be applied for incoming routes into CE.", + ) + + export_route_targets = cls._args_schema.option_b_properties.export_route_targets + export_route_targets.Element = AAZStrArg() + + import_route_targets = cls._args_schema.option_b_properties.import_route_targets + import_route_targets.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.ExternalNetworksCreate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class ExternalNetworksCreate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/externalNetworks/{externalNetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "externalNetworkName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "l3IsolationDomainName", self.ctx.args.l3_isolation_domain_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("properties", AAZObjectType, ".", typ_kwargs={"flags": {"required": True, "client_flatten": True}}) + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("annotation", AAZStrType, ".annotation") + properties.set_prop("exportRoutePolicyId", AAZStrType, ".export_route_policy_id") + properties.set_prop("importRoutePolicyId", AAZStrType, ".import_route_policy_id") + properties.set_prop("optionAProperties", AAZObjectType, ".option_a_properties") + properties.set_prop("optionBProperties", AAZObjectType, ".option_b_properties") + properties.set_prop("peeringOption", AAZStrType, ".peering_option", typ_kwargs={"flags": {"required": True}}) + + option_a_properties = _builder.get(".properties.optionAProperties") + if option_a_properties is not None: + option_a_properties.set_prop("mtu", AAZIntType, ".mtu") + option_a_properties.set_prop("peerASN", AAZIntType, ".peer_asn", typ_kwargs={"flags": {"required": True}}) + option_a_properties.set_prop("primaryIpv4Prefix", AAZStrType, ".primary_ipv4_prefix") + option_a_properties.set_prop("primaryIpv6Prefix", AAZStrType, ".primary_ipv6_prefix") + option_a_properties.set_prop("secondaryIpv4Prefix", AAZStrType, ".secondary_ipv4_prefix") + option_a_properties.set_prop("secondaryIpv6Prefix", AAZStrType, ".secondary_ipv6_prefix") + option_a_properties.set_prop("vlanId", AAZIntType, ".vlan_id", typ_kwargs={"flags": {"required": True}}) + + option_b_properties = _builder.get(".properties.optionBProperties") + if option_b_properties is not None: + option_b_properties.set_prop("exportRouteTargets", AAZListType, ".export_route_targets") + option_b_properties.set_prop("importRouteTargets", AAZListType, ".import_route_targets") + + export_route_targets = _builder.get(".properties.optionBProperties.exportRouteTargets") + if export_route_targets is not None: + export_route_targets.set_elements(AAZStrType, ".") + + import_route_targets = _builder.get(".properties.optionBProperties.importRouteTargets") + if import_route_targets is not None: + import_route_targets.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + + _schema_on_200_201 = cls._schema_on_200_201 + _schema_on_200_201.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200_201.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200_201.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200_201.properties + properties.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + properties.annotation = AAZStrType() + properties.disabled_on_resources = AAZListType( + serialized_name="disabledOnResources", + flags={"read_only": True}, + ) + properties.export_route_policy_id = AAZStrType( + serialized_name="exportRoutePolicyId", + ) + properties.import_route_policy_id = AAZStrType( + serialized_name="importRoutePolicyId", + ) + properties.network_to_network_interconnect_id = AAZStrType( + serialized_name="networkToNetworkInterconnectId", + flags={"read_only": True}, + ) + properties.option_a_properties = AAZObjectType( + serialized_name="optionAProperties", + ) + properties.option_b_properties = AAZObjectType( + serialized_name="optionBProperties", + ) + properties.peering_option = AAZStrType( + serialized_name="peeringOption", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + disabled_on_resources = cls._schema_on_200_201.properties.disabled_on_resources + disabled_on_resources.Element = AAZStrType() + + option_a_properties = cls._schema_on_200_201.properties.option_a_properties + option_a_properties.bfd_configuration = AAZObjectType( + serialized_name="bfdConfiguration", + ) + option_a_properties.fabric_asn = AAZIntType( + serialized_name="fabricASN", + flags={"read_only": True}, + ) + option_a_properties.mtu = AAZIntType() + option_a_properties.peer_asn = AAZIntType( + serialized_name="peerASN", + flags={"required": True}, + ) + option_a_properties.primary_ipv4_prefix = AAZStrType( + serialized_name="primaryIpv4Prefix", + ) + option_a_properties.primary_ipv6_prefix = AAZStrType( + serialized_name="primaryIpv6Prefix", + ) + option_a_properties.secondary_ipv4_prefix = AAZStrType( + serialized_name="secondaryIpv4Prefix", + ) + option_a_properties.secondary_ipv6_prefix = AAZStrType( + serialized_name="secondaryIpv6Prefix", + ) + option_a_properties.vlan_id = AAZIntType( + serialized_name="vlanId", + flags={"required": True}, + ) + + bfd_configuration = cls._schema_on_200_201.properties.option_a_properties.bfd_configuration + bfd_configuration.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + bfd_configuration.interval = AAZIntType( + flags={"read_only": True}, + ) + bfd_configuration.multiplier = AAZIntType( + flags={"read_only": True}, + ) + + option_b_properties = cls._schema_on_200_201.properties.option_b_properties + option_b_properties.export_route_targets = AAZListType( + serialized_name="exportRouteTargets", + ) + option_b_properties.import_route_targets = AAZListType( + serialized_name="importRouteTargets", + ) + + export_route_targets = cls._schema_on_200_201.properties.option_b_properties.export_route_targets + export_route_targets.Element = AAZStrType() + + import_route_targets = cls._schema_on_200_201.properties.option_b_properties.import_route_targets + import_route_targets.Element = AAZStrType() + + system_data = cls._schema_on_200_201.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200_201 + + +class _CreateHelper: + """Helper class for Create""" + + +__all__ = ["Create"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/externalnetwork/_delete.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/externalnetwork/_delete.py new file mode 100644 index 00000000000..01acfcdc8a8 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/externalnetwork/_delete.py @@ -0,0 +1,173 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric externalnetwork delete", +) +class Delete(AAZCommand): + """Delete the External Network resource. + + :example: Delete the External Network + az networkfabric externalnetwork delete --resource-group "example-rg" --l3domain "example-l3domain" --resource-name "example-externalnetwork" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks/{}", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the ExternalNetwork", + required=True, + id_part="child_name_1", + ) + _args_schema.l3_isolation_domain_name = AAZStrArg( + options=["--l3domain", "--l3-isolation-domain-name"], + help="Name of the L3IsolationDomain", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.ExternalNetworksDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class ExternalNetworksDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/externalNetworks/{externalNetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "externalNetworkName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "l3IsolationDomainName", self.ctx.args.l3_isolation_domain_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/externalnetwork/_list.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/externalnetwork/_list.py new file mode 100644 index 00000000000..8eafb44ccf3 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/externalnetwork/_list.py @@ -0,0 +1,303 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric externalnetwork list", +) +class List(AAZCommand): + """List all External Networks in the provided resource group. + + :example: List the External Network for Resource Group + az networkfabric externalnetwork list --resource-group "example-rg" --l3domain "example-l3domain" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.l3_isolation_domain_name = AAZStrArg( + options=["--l3domain", "--l3-isolation-domain-name"], + help="Name of the L3IsolationDomain", + required=True, + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.ExternalNetworksList(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class ExternalNetworksList(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/externalNetworks", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "l3IsolationDomainName", self.ctx.args.l3_isolation_domain_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + properties.annotation = AAZStrType() + properties.disabled_on_resources = AAZListType( + serialized_name="disabledOnResources", + flags={"read_only": True}, + ) + properties.export_route_policy_id = AAZStrType( + serialized_name="exportRoutePolicyId", + ) + properties.import_route_policy_id = AAZStrType( + serialized_name="importRoutePolicyId", + ) + properties.network_to_network_interconnect_id = AAZStrType( + serialized_name="networkToNetworkInterconnectId", + flags={"read_only": True}, + ) + properties.option_a_properties = AAZObjectType( + serialized_name="optionAProperties", + ) + properties.option_b_properties = AAZObjectType( + serialized_name="optionBProperties", + ) + properties.peering_option = AAZStrType( + serialized_name="peeringOption", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + disabled_on_resources = cls._schema_on_200.value.Element.properties.disabled_on_resources + disabled_on_resources.Element = AAZStrType() + + option_a_properties = cls._schema_on_200.value.Element.properties.option_a_properties + option_a_properties.bfd_configuration = AAZObjectType( + serialized_name="bfdConfiguration", + ) + option_a_properties.fabric_asn = AAZIntType( + serialized_name="fabricASN", + flags={"read_only": True}, + ) + option_a_properties.mtu = AAZIntType() + option_a_properties.peer_asn = AAZIntType( + serialized_name="peerASN", + flags={"required": True}, + ) + option_a_properties.primary_ipv4_prefix = AAZStrType( + serialized_name="primaryIpv4Prefix", + ) + option_a_properties.primary_ipv6_prefix = AAZStrType( + serialized_name="primaryIpv6Prefix", + ) + option_a_properties.secondary_ipv4_prefix = AAZStrType( + serialized_name="secondaryIpv4Prefix", + ) + option_a_properties.secondary_ipv6_prefix = AAZStrType( + serialized_name="secondaryIpv6Prefix", + ) + option_a_properties.vlan_id = AAZIntType( + serialized_name="vlanId", + flags={"required": True}, + ) + + bfd_configuration = cls._schema_on_200.value.Element.properties.option_a_properties.bfd_configuration + bfd_configuration.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + bfd_configuration.interval = AAZIntType( + flags={"read_only": True}, + ) + bfd_configuration.multiplier = AAZIntType( + flags={"read_only": True}, + ) + + option_b_properties = cls._schema_on_200.value.Element.properties.option_b_properties + option_b_properties.export_route_targets = AAZListType( + serialized_name="exportRouteTargets", + ) + option_b_properties.import_route_targets = AAZListType( + serialized_name="importRouteTargets", + ) + + export_route_targets = cls._schema_on_200.value.Element.properties.option_b_properties.export_route_targets + export_route_targets.Element = AAZStrType() + + import_route_targets = cls._schema_on_200.value.Element.properties.option_b_properties.import_route_targets + import_route_targets.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/externalnetwork/_show.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/externalnetwork/_show.py new file mode 100644 index 00000000000..853c8f71844 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/externalnetwork/_show.py @@ -0,0 +1,305 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric externalnetwork show", +) +class Show(AAZCommand): + """Show details of the provided External Network resource. + + :example: Show the External Network + az networkfabric externalnetwork show --resource-group "example-rg" --l3domain "example-l3domain" --resource-name "example-externalnetwork" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the ExternalNetwork", + required=True, + id_part="child_name_1", + ) + _args_schema.l3_isolation_domain_name = AAZStrArg( + options=["--l3domain", "--l3-isolation-domain-name"], + help="Name of the L3IsolationDomain", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.ExternalNetworksGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class ExternalNetworksGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/externalNetworks/{externalNetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "externalNetworkName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "l3IsolationDomainName", self.ctx.args.l3_isolation_domain_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + properties.annotation = AAZStrType() + properties.disabled_on_resources = AAZListType( + serialized_name="disabledOnResources", + flags={"read_only": True}, + ) + properties.export_route_policy_id = AAZStrType( + serialized_name="exportRoutePolicyId", + ) + properties.import_route_policy_id = AAZStrType( + serialized_name="importRoutePolicyId", + ) + properties.network_to_network_interconnect_id = AAZStrType( + serialized_name="networkToNetworkInterconnectId", + flags={"read_only": True}, + ) + properties.option_a_properties = AAZObjectType( + serialized_name="optionAProperties", + ) + properties.option_b_properties = AAZObjectType( + serialized_name="optionBProperties", + ) + properties.peering_option = AAZStrType( + serialized_name="peeringOption", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + disabled_on_resources = cls._schema_on_200.properties.disabled_on_resources + disabled_on_resources.Element = AAZStrType() + + option_a_properties = cls._schema_on_200.properties.option_a_properties + option_a_properties.bfd_configuration = AAZObjectType( + serialized_name="bfdConfiguration", + ) + option_a_properties.fabric_asn = AAZIntType( + serialized_name="fabricASN", + flags={"read_only": True}, + ) + option_a_properties.mtu = AAZIntType() + option_a_properties.peer_asn = AAZIntType( + serialized_name="peerASN", + flags={"required": True}, + ) + option_a_properties.primary_ipv4_prefix = AAZStrType( + serialized_name="primaryIpv4Prefix", + ) + option_a_properties.primary_ipv6_prefix = AAZStrType( + serialized_name="primaryIpv6Prefix", + ) + option_a_properties.secondary_ipv4_prefix = AAZStrType( + serialized_name="secondaryIpv4Prefix", + ) + option_a_properties.secondary_ipv6_prefix = AAZStrType( + serialized_name="secondaryIpv6Prefix", + ) + option_a_properties.vlan_id = AAZIntType( + serialized_name="vlanId", + flags={"required": True}, + ) + + bfd_configuration = cls._schema_on_200.properties.option_a_properties.bfd_configuration + bfd_configuration.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + bfd_configuration.interval = AAZIntType( + flags={"read_only": True}, + ) + bfd_configuration.multiplier = AAZIntType( + flags={"read_only": True}, + ) + + option_b_properties = cls._schema_on_200.properties.option_b_properties + option_b_properties.export_route_targets = AAZListType( + serialized_name="exportRouteTargets", + ) + option_b_properties.import_route_targets = AAZListType( + serialized_name="importRouteTargets", + ) + + export_route_targets = cls._schema_on_200.properties.option_b_properties.export_route_targets + export_route_targets.Element = AAZStrType() + + import_route_targets = cls._schema_on_200.properties.option_b_properties.import_route_targets + import_route_targets.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/externalnetwork/_update_admin_state.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/externalnetwork/_update_admin_state.py new file mode 100644 index 00000000000..9d8b7a02b9b --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/externalnetwork/_update_admin_state.py @@ -0,0 +1,204 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric externalnetwork update-admin-state", +) +class UpdateAdminState(AAZCommand): + """Update the admin state of the provided External Network resource. + + :example: Update admin state of External Network + az networkfabric externalnetwork update-admin-state --resource-group "example-rg" --l3domain "example-l3domain" --resource-name "example-externalNetwork" --state "Enable" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks/{}/updateadministrativestate", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the ExternalNetwork.", + required=True, + id_part="child_name_1", + ) + _args_schema.l3_isolation_domain_name = AAZStrArg( + options=["--l3domain", "--l3-isolation-domain-name"], + help="Name of the L3IsolationDomain", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + + # define Arg Group "Body" + + _args_schema = cls._args_schema + _args_schema.resource_ids = AAZListArg( + options=["--resource-ids"], + arg_group="Body", + help="Network Fabrics or Network Rack resource Id.", + ) + _args_schema.state = AAZStrArg( + options=["--state"], + arg_group="Body", + help="Administrative state.", + enum={"Disable": "Disable", "Enable": "Enable"}, + ) + + resource_ids = cls._args_schema.resource_ids + resource_ids.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.ExternalNetworksUpdateAdministrativeState(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class ExternalNetworksUpdateAdministrativeState(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/externalNetworks/{externalNetworkName}/updateAdministrativeState", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "externalNetworkName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "l3IsolationDomainName", self.ctx.args.l3_isolation_domain_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("resourceIds", AAZListType, ".resource_ids") + _builder.set_prop("state", AAZStrType, ".state") + + resource_ids = _builder.get(".resourceIds") + if resource_ids is not None: + resource_ids.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + pass + + +class _UpdateAdminStateHelper: + """Helper class for UpdateAdminState""" + + +__all__ = ["UpdateAdminState"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/externalnetwork/_wait.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/externalnetwork/_wait.py new file mode 100644 index 00000000000..846d2ff72c9 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/externalnetwork/_wait.py @@ -0,0 +1,301 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric externalnetwork wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the ExternalNetwork", + required=True, + id_part="child_name_1", + ) + _args_schema.l3_isolation_domain_name = AAZStrArg( + options=["--l3domain", "--l3-isolation-domain-name"], + help="Name of the L3IsolationDomain", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.ExternalNetworksGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class ExternalNetworksGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/externalNetworks/{externalNetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "externalNetworkName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "l3IsolationDomainName", self.ctx.args.l3_isolation_domain_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + properties.annotation = AAZStrType() + properties.disabled_on_resources = AAZListType( + serialized_name="disabledOnResources", + flags={"read_only": True}, + ) + properties.export_route_policy_id = AAZStrType( + serialized_name="exportRoutePolicyId", + ) + properties.import_route_policy_id = AAZStrType( + serialized_name="importRoutePolicyId", + ) + properties.network_to_network_interconnect_id = AAZStrType( + serialized_name="networkToNetworkInterconnectId", + flags={"read_only": True}, + ) + properties.option_a_properties = AAZObjectType( + serialized_name="optionAProperties", + ) + properties.option_b_properties = AAZObjectType( + serialized_name="optionBProperties", + ) + properties.peering_option = AAZStrType( + serialized_name="peeringOption", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + disabled_on_resources = cls._schema_on_200.properties.disabled_on_resources + disabled_on_resources.Element = AAZStrType() + + option_a_properties = cls._schema_on_200.properties.option_a_properties + option_a_properties.bfd_configuration = AAZObjectType( + serialized_name="bfdConfiguration", + ) + option_a_properties.fabric_asn = AAZIntType( + serialized_name="fabricASN", + flags={"read_only": True}, + ) + option_a_properties.mtu = AAZIntType() + option_a_properties.peer_asn = AAZIntType( + serialized_name="peerASN", + flags={"required": True}, + ) + option_a_properties.primary_ipv4_prefix = AAZStrType( + serialized_name="primaryIpv4Prefix", + ) + option_a_properties.primary_ipv6_prefix = AAZStrType( + serialized_name="primaryIpv6Prefix", + ) + option_a_properties.secondary_ipv4_prefix = AAZStrType( + serialized_name="secondaryIpv4Prefix", + ) + option_a_properties.secondary_ipv6_prefix = AAZStrType( + serialized_name="secondaryIpv6Prefix", + ) + option_a_properties.vlan_id = AAZIntType( + serialized_name="vlanId", + flags={"required": True}, + ) + + bfd_configuration = cls._schema_on_200.properties.option_a_properties.bfd_configuration + bfd_configuration.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + bfd_configuration.interval = AAZIntType( + flags={"read_only": True}, + ) + bfd_configuration.multiplier = AAZIntType( + flags={"read_only": True}, + ) + + option_b_properties = cls._schema_on_200.properties.option_b_properties + option_b_properties.export_route_targets = AAZListType( + serialized_name="exportRouteTargets", + ) + option_b_properties.import_route_targets = AAZListType( + serialized_name="importRouteTargets", + ) + + export_route_targets = cls._schema_on_200.properties.option_b_properties.export_route_targets + export_route_targets.Element = AAZStrType() + + import_route_targets = cls._schema_on_200.properties.option_b_properties.import_route_targets + import_route_targets.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + +__all__ = ["Wait"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/__cmd_group.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/__cmd_group.py new file mode 100644 index 00000000000..9bb85d1ad2c --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/__cmd_group.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkfabric fabric", +) +class __CMDGroup(AAZCommandGroup): + """Manage Network Fabric Resource + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/__init__.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/__init__.py new file mode 100644 index 00000000000..258a2235bbb --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/__init__.py @@ -0,0 +1,18 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._deprovision import * +from ._list import * +from ._provision import * +from ._show import * +from ._wait import * diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/_create.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/_create.py new file mode 100644 index 00000000000..0e57224a62e --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/_create.py @@ -0,0 +1,825 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric fabric create", +) +class Create(AAZCommand): + """Create a Network Fabric resource. + + :example: Create a Network Fabric with option B Properties + az networkfabric fabric create --resource-group "example-rg" --location "westus3" --resource-name "example-fabric" --nf-sku "fab1" --nfc-id "/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/example-NFC" --fabric-asn 20 --ipv4-prefix 10.1.0.0/19 --rack-count 3 --server-count-per-rack 7 --ts-config "{primaryIpv4Prefix:'172.31.0.0/30',secondaryIpv4Prefix:'172.31.0.20/30',username:'****',password:'*****',serialNumber:'1234'}" --managed-network-config "{infrastructureVpnConfiguration:{peeringOption:OptionB,optionBProperties:{importRouteTargets:['65541:2001','65542:2001'],exportRouteTargets:['65531:1002','65531:1002']}},workloadVpnConfiguration:{peeringOption:OptionB,optionBProperties:{importRouteTargets:['65541:2001','65542:2001'],exportRouteTargets:['65531:1002','65531:1002']}}}" + + :example: Create a Network Fabric with option A Properties + az networkfabric fabric create --resource-group "example-rg" --location "westus3" --resource-name "example-fabric" --nf-sku "fab1" --nfc-id "/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/example-NFC" --fabric-asn 20 --ipv4-prefix "10.1.0.0/19" --rack-count 3 --server-count-per-rack 7 --ts-config "{primaryIpv4Prefix:'172.31.0.0/30',secondaryIpv4Prefix:'172.31.0.20/30',username:'****',password:'*****',serialNumber:1234}" --managed-network-config "{infrastructureVpnConfiguration:{peeringOption:OptionA,optionAProperties:{mtu:1500,vlanId:520,peerASN:65133,primaryIpv4Prefix:'172.31.0.0/31',secondaryIpv4Prefix:'172.31.0.20/31'}},workloadVpnConfiguration:{peeringOption:OptionA,optionAProperties:{mtu:1500,vlanId:520,peerASN:65133,primaryIpv4Prefix:'172.31.0.0/31',secondaryIpv4Prefix:'172.31.0.20/31'}}}" + + :example: Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + az networkfabric fabric create --ts-config ?? + az networkfabric fabric create --managed-network-config "{infrastructureVpnConfiguration:??" + az networkfabric fabric create --managed-network-config "{infrastructureVpnConfiguration:{option-b-properties:??" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the Network Fabric", + required=True, + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + + # define Arg Group "Body" + + _args_schema = cls._args_schema + _args_schema.location = AAZResourceLocationArg( + arg_group="Body", + help="Location of Azure region", + required=True, + fmt=AAZResourceLocationArgFormat( + resource_group_arg="resource_group", + ), + ) + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="Body", + help="Resource tags.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.annotation = AAZStrArg( + options=["--annotation"], + arg_group="Properties", + help="Switch configuration description.", + ) + _args_schema.fabric_asn = AAZIntArg( + options=["--fabric-asn"], + arg_group="Properties", + help="ASN of CE devices for CE/PE connectivity. The value should be between 1 to 65535. Example : 65123", + fmt=AAZIntArgFormat( + maximum=65535, + minimum=1, + ), + ) + _args_schema.ipv4_prefix = AAZStrArg( + options=["--ipv4-prefix"], + arg_group="Properties", + help="IPv4Prefix for Management Network. Example : 10.1.0.0/19.", + ) + _args_schema.ipv6_prefix = AAZStrArg( + options=["--ipv6-prefix"], + arg_group="Properties", + help="IPv6Prefix for Management Network. Example : 3FFE:FFFF:0:CD40::/59.", + ) + _args_schema.managed_network_config = AAZObjectArg( + options=["--managed-network-config"], + arg_group="Properties", + help="Configuration to be used to setup the management network.", + ) + _args_schema.nfc_id = AAZStrArg( + options=["--nfc-id"], + arg_group="Properties", + help="Network Fabric Controller ARM resource id", + ) + _args_schema.nf_sku = AAZStrArg( + options=["--nf-sku"], + arg_group="Properties", + help="Fabric SKU id based on the SKU of the BoM that was ordered", + ) + _args_schema.rack_count = AAZIntArg( + options=["--rack-count"], + arg_group="Properties", + help="Number of racks associated to Network Fabric.Possible values are from 2-8.", + fmt=AAZIntArgFormat( + maximum=8, + minimum=2, + ), + ) + _args_schema.server_count_per_rack = AAZIntArg( + options=["--server-count-per-rack"], + arg_group="Properties", + help="Number of servers.Possible values are from 1-16.", + fmt=AAZIntArgFormat( + maximum=16, + minimum=1, + ), + ) + _args_schema.ts_config = AAZObjectArg( + options=["--ts-config"], + arg_group="Properties", + help="Network and credentials configuration currently applied to terminal server.", + ) + + managed_network_config = cls._args_schema.managed_network_config + managed_network_config.infrastructure_vpn_configuration = AAZObjectArg( + options=["infrastructure-vpn-configuration"], + help="Configuration for infrastructure vpn.", + required=True, + ) + managed_network_config.workload_vpn_configuration = AAZObjectArg( + options=["workload-vpn-configuration"], + help="Configuration for workload vpn.", + required=True, + ) + + infrastructure_vpn_configuration = cls._args_schema.managed_network_config.infrastructure_vpn_configuration + infrastructure_vpn_configuration.option_a_properties = AAZObjectArg( + options=["option-a-properties"], + help="Peering option A properties.", + ) + cls._build_args_option_a_properties_create(infrastructure_vpn_configuration.option_a_properties) + infrastructure_vpn_configuration.option_b_properties = AAZObjectArg( + options=["option-b-properties"], + help="Option B configuration to be used for management vpn.", + ) + cls._build_args_option_b_properties_create(infrastructure_vpn_configuration.option_b_properties) + infrastructure_vpn_configuration.peering_option = AAZStrArg( + options=["peering-option"], + help="Peering option list.", + required=True, + enum={"OptionA": "OptionA", "OptionB": "OptionB"}, + ) + + workload_vpn_configuration = cls._args_schema.managed_network_config.workload_vpn_configuration + workload_vpn_configuration.option_a_properties = AAZObjectArg( + options=["option-a-properties"], + help="Peering option A properties.", + ) + cls._build_args_option_a_properties_create(workload_vpn_configuration.option_a_properties) + workload_vpn_configuration.option_b_properties = AAZObjectArg( + options=["option-b-properties"], + help="Option B configuration to be used for management vpn.", + ) + cls._build_args_option_b_properties_create(workload_vpn_configuration.option_b_properties) + workload_vpn_configuration.peering_option = AAZStrArg( + options=["peering-option"], + help="Peering option list.", + required=True, + enum={"OptionA": "OptionA", "OptionB": "OptionB"}, + ) + + ts_config = cls._args_schema.ts_config + ts_config.password = AAZStrArg( + options=["password"], + help="Password of terminal server.", + required=True, + ) + ts_config.primary_ipv4_prefix = AAZStrArg( + options=["primary-ipv4-prefix"], + help="IPv4 Address Prefix of CE-PE interconnect links. Example : 172.31.0.0/31.", + required=True, + ) + ts_config.primary_ipv6_prefix = AAZStrArg( + options=["primary-ipv6-prefix"], + help="IPv6 Address Prefix of CE-PE interconnect links. Example : 3FFE:FFFF:0:CD30::a0/126.", + ) + ts_config.secondary_ipv4_prefix = AAZStrArg( + options=["secondary-ipv4-prefix"], + help="Secondary IPv4 Address Prefix of CE-PE interconnect links. Example : 172.31.0.20/31.", + required=True, + ) + ts_config.secondary_ipv6_prefix = AAZStrArg( + options=["secondary-ipv6-prefix"], + help="Secondary IPv6 Address Prefix of CE-PE interconnect links. Example : 3FFE:FFFF:0:CD30::a4/126.", + ) + ts_config.serial_number = AAZStrArg( + options=["serial-number"], + help="Serial Number of Terminal server.", + ) + ts_config.username = AAZStrArg( + options=["username"], + help="Username of terminal server.", + required=True, + ) + return cls._args_schema + + _args_option_a_properties_create = None + + @classmethod + def _build_args_option_a_properties_create(cls, _schema): + if cls._args_option_a_properties_create is not None: + _schema.mtu = cls._args_option_a_properties_create.mtu + _schema.peer_asn = cls._args_option_a_properties_create.peer_asn + _schema.primary_ipv4_prefix = cls._args_option_a_properties_create.primary_ipv4_prefix + _schema.primary_ipv6_prefix = cls._args_option_a_properties_create.primary_ipv6_prefix + _schema.secondary_ipv4_prefix = cls._args_option_a_properties_create.secondary_ipv4_prefix + _schema.secondary_ipv6_prefix = cls._args_option_a_properties_create.secondary_ipv6_prefix + _schema.vlan_id = cls._args_option_a_properties_create.vlan_id + return + + cls._args_option_a_properties_create = AAZObjectArg() + + option_a_properties_create = cls._args_option_a_properties_create + option_a_properties_create.mtu = AAZIntArg( + options=["mtu"], + help="MTU to use for option A peering. The value should be between 1500 to 9000. Default value is 1500.", + fmt=AAZIntArgFormat( + maximum=9000, + minimum=1500, + ), + ) + option_a_properties_create.peer_asn = AAZIntArg( + options=["peer-asn"], + help="Peer ASN number. The value should be between 1 to 65535. Example : 28.", + fmt=AAZIntArgFormat( + maximum=65535, + minimum=1, + ), + ) + option_a_properties_create.primary_ipv4_prefix = AAZStrArg( + options=["primary-ipv4-prefix"], + help="IPv4 Address Prefix of CE-PE interconnect links. Example : 172.31.0.0/31.", + ) + option_a_properties_create.primary_ipv6_prefix = AAZStrArg( + options=["primary-ipv6-prefix"], + help="IPv6 Address Prefix of CE-PE interconnect links. Example : 3FFE:FFFF:0:CD30::a0/126.", + ) + option_a_properties_create.secondary_ipv4_prefix = AAZStrArg( + options=["secondary-ipv4-prefix"], + help="Secondary IPv4 Address Prefix of CE-PE interconnect links. Example : 172.31.0.20/31.", + ) + option_a_properties_create.secondary_ipv6_prefix = AAZStrArg( + options=["secondary-ipv6-prefix"], + help="Secondary IPv6 Address Prefix of CE-PE interconnect links. Example : 3FFE:FFFF:0:CD30::a4/126.", + ) + option_a_properties_create.vlan_id = AAZIntArg( + options=["vlan-id"], + help="Vlan Id. The value should be between 501 to 4095. Example : 501.", + fmt=AAZIntArgFormat( + maximum=4095, + minimum=501, + ), + ) + + _schema.mtu = cls._args_option_a_properties_create.mtu + _schema.peer_asn = cls._args_option_a_properties_create.peer_asn + _schema.primary_ipv4_prefix = cls._args_option_a_properties_create.primary_ipv4_prefix + _schema.primary_ipv6_prefix = cls._args_option_a_properties_create.primary_ipv6_prefix + _schema.secondary_ipv4_prefix = cls._args_option_a_properties_create.secondary_ipv4_prefix + _schema.secondary_ipv6_prefix = cls._args_option_a_properties_create.secondary_ipv6_prefix + _schema.vlan_id = cls._args_option_a_properties_create.vlan_id + + _args_option_b_properties_create = None + + @classmethod + def _build_args_option_b_properties_create(cls, _schema): + if cls._args_option_b_properties_create is not None: + _schema.export_route_targets = cls._args_option_b_properties_create.export_route_targets + _schema.import_route_targets = cls._args_option_b_properties_create.import_route_targets + return + + cls._args_option_b_properties_create = AAZObjectArg() + + option_b_properties_create = cls._args_option_b_properties_create + option_b_properties_create.export_route_targets = AAZListArg( + options=["export-route-targets"], + help="Route Targets to be applied for outgoing routes from CE. Example: 65541:2001.", + required=True, + ) + option_b_properties_create.import_route_targets = AAZListArg( + options=["import-route-targets"], + help="Route Targets to be applied for incoming routes into CE. Example: 65311:2001, 65412:2001.", + required=True, + ) + + export_route_targets = cls._args_option_b_properties_create.export_route_targets + export_route_targets.Element = AAZStrArg() + + import_route_targets = cls._args_option_b_properties_create.import_route_targets + import_route_targets.Element = AAZStrArg() + + _schema.export_route_targets = cls._args_option_b_properties_create.export_route_targets + _schema.import_route_targets = cls._args_option_b_properties_create.import_route_targets + + def _execute_operations(self): + self.pre_operations() + yield self.NetworkFabricsCreate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class NetworkFabricsCreate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkFabricName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("location", AAZStrType, ".location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("properties", AAZObjectType, typ_kwargs={"flags": {"client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("annotation", AAZStrType, ".annotation") + properties.set_prop("fabricASN", AAZIntType, ".fabric_asn", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("ipv4Prefix", AAZStrType, ".ipv4_prefix") + properties.set_prop("ipv6Prefix", AAZStrType, ".ipv6_prefix") + properties.set_prop("managementNetworkConfiguration", AAZObjectType, ".managed_network_config", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("networkFabricControllerId", AAZStrType, ".nfc_id", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("networkFabricSku", AAZStrType, ".nf_sku", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("rackCount", AAZIntType, ".rack_count", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("serverCountPerRack", AAZIntType, ".server_count_per_rack", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("terminalServerConfiguration", AAZObjectType, ".ts_config", typ_kwargs={"flags": {"required": True}}) + + management_network_configuration = _builder.get(".properties.managementNetworkConfiguration") + if management_network_configuration is not None: + management_network_configuration.set_prop("infrastructureVpnConfiguration", AAZObjectType, ".infrastructure_vpn_configuration", typ_kwargs={"flags": {"required": True}}) + management_network_configuration.set_prop("workloadVpnConfiguration", AAZObjectType, ".workload_vpn_configuration", typ_kwargs={"flags": {"required": True}}) + + infrastructure_vpn_configuration = _builder.get(".properties.managementNetworkConfiguration.infrastructureVpnConfiguration") + if infrastructure_vpn_configuration is not None: + _CreateHelper._build_schema_option_a_properties_create(infrastructure_vpn_configuration.set_prop("optionAProperties", AAZObjectType, ".option_a_properties")) + _CreateHelper._build_schema_option_b_properties_create(infrastructure_vpn_configuration.set_prop("optionBProperties", AAZObjectType, ".option_b_properties")) + infrastructure_vpn_configuration.set_prop("peeringOption", AAZStrType, ".peering_option", typ_kwargs={"flags": {"required": True}}) + + workload_vpn_configuration = _builder.get(".properties.managementNetworkConfiguration.workloadVpnConfiguration") + if workload_vpn_configuration is not None: + _CreateHelper._build_schema_option_a_properties_create(workload_vpn_configuration.set_prop("optionAProperties", AAZObjectType, ".option_a_properties")) + _CreateHelper._build_schema_option_b_properties_create(workload_vpn_configuration.set_prop("optionBProperties", AAZObjectType, ".option_b_properties")) + workload_vpn_configuration.set_prop("peeringOption", AAZStrType, ".peering_option", typ_kwargs={"flags": {"required": True}}) + + terminal_server_configuration = _builder.get(".properties.terminalServerConfiguration") + if terminal_server_configuration is not None: + terminal_server_configuration.set_prop("password", AAZStrType, ".password", typ_kwargs={"flags": {"required": True, "secret": True}}) + terminal_server_configuration.set_prop("primaryIpv4Prefix", AAZStrType, ".primary_ipv4_prefix", typ_kwargs={"flags": {"required": True}}) + terminal_server_configuration.set_prop("primaryIpv6Prefix", AAZStrType, ".primary_ipv6_prefix") + terminal_server_configuration.set_prop("secondaryIpv4Prefix", AAZStrType, ".secondary_ipv4_prefix", typ_kwargs={"flags": {"required": True}}) + terminal_server_configuration.set_prop("secondaryIpv6Prefix", AAZStrType, ".secondary_ipv6_prefix") + terminal_server_configuration.set_prop("serialNumber", AAZStrType, ".serial_number") + terminal_server_configuration.set_prop("username", AAZStrType, ".username", typ_kwargs={"flags": {"required": True}}) + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + + _schema_on_200_201 = cls._schema_on_200_201 + _schema_on_200_201.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200_201.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200_201.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200_201.tags = AAZDictType() + _schema_on_200_201.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200_201.properties + properties.annotation = AAZStrType() + properties.fabric_asn = AAZIntType( + serialized_name="fabricASN", + flags={"required": True}, + ) + properties.ipv4_prefix = AAZStrType( + serialized_name="ipv4Prefix", + ) + properties.ipv6_prefix = AAZStrType( + serialized_name="ipv6Prefix", + ) + properties.l2_isolation_domains = AAZListType( + serialized_name="l2IsolationDomains", + flags={"read_only": True}, + ) + properties.l3_isolation_domains = AAZListType( + serialized_name="l3IsolationDomains", + flags={"read_only": True}, + ) + properties.management_network_configuration = AAZObjectType( + serialized_name="managementNetworkConfiguration", + flags={"required": True}, + ) + properties.network_fabric_controller_id = AAZStrType( + serialized_name="networkFabricControllerId", + flags={"required": True}, + ) + properties.network_fabric_sku = AAZStrType( + serialized_name="networkFabricSku", + flags={"required": True}, + ) + properties.operational_state = AAZStrType( + serialized_name="operationalState", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.rack_count = AAZIntType( + serialized_name="rackCount", + flags={"required": True}, + ) + properties.racks = AAZListType( + flags={"read_only": True}, + ) + properties.router_id = AAZStrType( + serialized_name="routerId", + flags={"read_only": True}, + ) + properties.server_count_per_rack = AAZIntType( + serialized_name="serverCountPerRack", + flags={"required": True}, + ) + properties.terminal_server_configuration = AAZObjectType( + serialized_name="terminalServerConfiguration", + flags={"required": True}, + ) + + l2_isolation_domains = cls._schema_on_200_201.properties.l2_isolation_domains + l2_isolation_domains.Element = AAZStrType() + + l3_isolation_domains = cls._schema_on_200_201.properties.l3_isolation_domains + l3_isolation_domains.Element = AAZStrType() + + management_network_configuration = cls._schema_on_200_201.properties.management_network_configuration + management_network_configuration.infrastructure_vpn_configuration = AAZObjectType( + serialized_name="infrastructureVpnConfiguration", + flags={"required": True}, + ) + management_network_configuration.workload_vpn_configuration = AAZObjectType( + serialized_name="workloadVpnConfiguration", + flags={"required": True}, + ) + + infrastructure_vpn_configuration = cls._schema_on_200_201.properties.management_network_configuration.infrastructure_vpn_configuration + infrastructure_vpn_configuration.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + infrastructure_vpn_configuration.network_to_network_interconnect_id = AAZStrType( + serialized_name="networkToNetworkInterconnectId", + flags={"read_only": True}, + ) + infrastructure_vpn_configuration.option_a_properties = AAZObjectType( + serialized_name="optionAProperties", + ) + _CreateHelper._build_schema_option_a_properties_read(infrastructure_vpn_configuration.option_a_properties) + infrastructure_vpn_configuration.option_b_properties = AAZObjectType( + serialized_name="optionBProperties", + ) + _CreateHelper._build_schema_option_b_properties_read(infrastructure_vpn_configuration.option_b_properties) + infrastructure_vpn_configuration.peering_option = AAZStrType( + serialized_name="peeringOption", + flags={"required": True}, + ) + + workload_vpn_configuration = cls._schema_on_200_201.properties.management_network_configuration.workload_vpn_configuration + workload_vpn_configuration.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + workload_vpn_configuration.network_to_network_interconnect_id = AAZStrType( + serialized_name="networkToNetworkInterconnectId", + flags={"read_only": True}, + ) + workload_vpn_configuration.option_a_properties = AAZObjectType( + serialized_name="optionAProperties", + ) + _CreateHelper._build_schema_option_a_properties_read(workload_vpn_configuration.option_a_properties) + workload_vpn_configuration.option_b_properties = AAZObjectType( + serialized_name="optionBProperties", + ) + _CreateHelper._build_schema_option_b_properties_read(workload_vpn_configuration.option_b_properties) + workload_vpn_configuration.peering_option = AAZStrType( + serialized_name="peeringOption", + flags={"required": True}, + ) + + racks = cls._schema_on_200_201.properties.racks + racks.Element = AAZStrType() + + terminal_server_configuration = cls._schema_on_200_201.properties.terminal_server_configuration + terminal_server_configuration.network_device_id = AAZStrType( + serialized_name="networkDeviceId", + flags={"read_only": True}, + ) + terminal_server_configuration.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + terminal_server_configuration.primary_ipv4_prefix = AAZStrType( + serialized_name="primaryIpv4Prefix", + flags={"required": True}, + ) + terminal_server_configuration.primary_ipv6_prefix = AAZStrType( + serialized_name="primaryIpv6Prefix", + ) + terminal_server_configuration.secondary_ipv4_prefix = AAZStrType( + serialized_name="secondaryIpv4Prefix", + flags={"required": True}, + ) + terminal_server_configuration.secondary_ipv6_prefix = AAZStrType( + serialized_name="secondaryIpv6Prefix", + ) + terminal_server_configuration.serial_number = AAZStrType( + serialized_name="serialNumber", + ) + terminal_server_configuration.username = AAZStrType( + flags={"required": True}, + ) + + system_data = cls._schema_on_200_201.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200_201.tags + tags.Element = AAZStrType() + + return cls._schema_on_200_201 + + +class _CreateHelper: + """Helper class for Create""" + + @classmethod + def _build_schema_option_a_properties_create(cls, _builder): + if _builder is None: + return + _builder.set_prop("mtu", AAZIntType, ".mtu") + _builder.set_prop("peerASN", AAZIntType, ".peer_asn") + _builder.set_prop("primaryIpv4Prefix", AAZStrType, ".primary_ipv4_prefix") + _builder.set_prop("primaryIpv6Prefix", AAZStrType, ".primary_ipv6_prefix") + _builder.set_prop("secondaryIpv4Prefix", AAZStrType, ".secondary_ipv4_prefix") + _builder.set_prop("secondaryIpv6Prefix", AAZStrType, ".secondary_ipv6_prefix") + _builder.set_prop("vlanId", AAZIntType, ".vlan_id") + + @classmethod + def _build_schema_option_b_properties_create(cls, _builder): + if _builder is None: + return + _builder.set_prop("exportRouteTargets", AAZListType, ".export_route_targets", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("importRouteTargets", AAZListType, ".import_route_targets", typ_kwargs={"flags": {"required": True}}) + + export_route_targets = _builder.get(".exportRouteTargets") + if export_route_targets is not None: + export_route_targets.set_elements(AAZStrType, ".") + + import_route_targets = _builder.get(".importRouteTargets") + if import_route_targets is not None: + import_route_targets.set_elements(AAZStrType, ".") + + _schema_option_a_properties_read = None + + @classmethod + def _build_schema_option_a_properties_read(cls, _schema): + if cls._schema_option_a_properties_read is not None: + _schema.bfd_configuration = cls._schema_option_a_properties_read.bfd_configuration + _schema.mtu = cls._schema_option_a_properties_read.mtu + _schema.peer_asn = cls._schema_option_a_properties_read.peer_asn + _schema.primary_ipv4_prefix = cls._schema_option_a_properties_read.primary_ipv4_prefix + _schema.primary_ipv6_prefix = cls._schema_option_a_properties_read.primary_ipv6_prefix + _schema.secondary_ipv4_prefix = cls._schema_option_a_properties_read.secondary_ipv4_prefix + _schema.secondary_ipv6_prefix = cls._schema_option_a_properties_read.secondary_ipv6_prefix + _schema.vlan_id = cls._schema_option_a_properties_read.vlan_id + return + + cls._schema_option_a_properties_read = _schema_option_a_properties_read = AAZObjectType() + + option_a_properties_read = _schema_option_a_properties_read + option_a_properties_read.bfd_configuration = AAZObjectType( + serialized_name="bfdConfiguration", + ) + option_a_properties_read.mtu = AAZIntType() + option_a_properties_read.peer_asn = AAZIntType( + serialized_name="peerASN", + ) + option_a_properties_read.primary_ipv4_prefix = AAZStrType( + serialized_name="primaryIpv4Prefix", + ) + option_a_properties_read.primary_ipv6_prefix = AAZStrType( + serialized_name="primaryIpv6Prefix", + ) + option_a_properties_read.secondary_ipv4_prefix = AAZStrType( + serialized_name="secondaryIpv4Prefix", + ) + option_a_properties_read.secondary_ipv6_prefix = AAZStrType( + serialized_name="secondaryIpv6Prefix", + ) + option_a_properties_read.vlan_id = AAZIntType( + serialized_name="vlanId", + ) + + bfd_configuration = _schema_option_a_properties_read.bfd_configuration + bfd_configuration.interval = AAZIntType( + flags={"read_only": True}, + ) + bfd_configuration.multiplier = AAZIntType( + flags={"read_only": True}, + ) + + _schema.bfd_configuration = cls._schema_option_a_properties_read.bfd_configuration + _schema.mtu = cls._schema_option_a_properties_read.mtu + _schema.peer_asn = cls._schema_option_a_properties_read.peer_asn + _schema.primary_ipv4_prefix = cls._schema_option_a_properties_read.primary_ipv4_prefix + _schema.primary_ipv6_prefix = cls._schema_option_a_properties_read.primary_ipv6_prefix + _schema.secondary_ipv4_prefix = cls._schema_option_a_properties_read.secondary_ipv4_prefix + _schema.secondary_ipv6_prefix = cls._schema_option_a_properties_read.secondary_ipv6_prefix + _schema.vlan_id = cls._schema_option_a_properties_read.vlan_id + + _schema_option_b_properties_read = None + + @classmethod + def _build_schema_option_b_properties_read(cls, _schema): + if cls._schema_option_b_properties_read is not None: + _schema.export_route_targets = cls._schema_option_b_properties_read.export_route_targets + _schema.import_route_targets = cls._schema_option_b_properties_read.import_route_targets + return + + cls._schema_option_b_properties_read = _schema_option_b_properties_read = AAZObjectType() + + option_b_properties_read = _schema_option_b_properties_read + option_b_properties_read.export_route_targets = AAZListType( + serialized_name="exportRouteTargets", + flags={"required": True}, + ) + option_b_properties_read.import_route_targets = AAZListType( + serialized_name="importRouteTargets", + flags={"required": True}, + ) + + export_route_targets = _schema_option_b_properties_read.export_route_targets + export_route_targets.Element = AAZStrType() + + import_route_targets = _schema_option_b_properties_read.import_route_targets + import_route_targets.Element = AAZStrType() + + _schema.export_route_targets = cls._schema_option_b_properties_read.export_route_targets + _schema.import_route_targets = cls._schema_option_b_properties_read.import_route_targets + + +__all__ = ["Create"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/_delete.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/_delete.py new file mode 100644 index 00000000000..a7016e16619 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/_delete.py @@ -0,0 +1,163 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric fabric delete", +) +class Delete(AAZCommand): + """Delete the Network Fabric resource. + + :example: Delete the Network Fabric + az networkfabric fabric delete --resource-group "example-rg" --resource-name "example-fabric" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the Network Fabric", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.NetworkFabricsDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class NetworkFabricsDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkFabricName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/_deprovision.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/_deprovision.py new file mode 100644 index 00000000000..eeed40f1263 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/_deprovision.py @@ -0,0 +1,151 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric fabric deprovision", +) +class Deprovision(AAZCommand): + """Deprovisions the underlying hardware. + + :example: Deprovision the Network Fabric + az networkfabric fabric deprovision --resource-group "example-rg" --resource-name "example-fabric" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/deprovision", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the NetworkFabric.", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.NetworkFabricsDeprovision(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class NetworkFabricsDeprovision(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/deprovision", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkFabricName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + +class _DeprovisionHelper: + """Helper class for Deprovision""" + + +__all__ = ["Deprovision"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/_list.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/_list.py new file mode 100644 index 00000000000..438a39db43f --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/_list.py @@ -0,0 +1,735 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric fabric list", +) +class List(AAZCommand): + """List all Network Fabrics in the provided resource group or subscription. + + :example: List the Network Fabrics for Resource Group + az networkfabric fabric list --resource-group "example-rg" + + :example: List the Network Fabrics for Subscription + az networkfabric fabric list --subscription "" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkfabrics", "2023-02-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + condition_0 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) + condition_1 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + if condition_0: + self.NetworkFabricsListByResourceGroup(ctx=self.ctx)() + if condition_1: + self.NetworkFabricsListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class NetworkFabricsListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.annotation = AAZStrType() + properties.fabric_asn = AAZIntType( + serialized_name="fabricASN", + flags={"required": True}, + ) + properties.ipv4_prefix = AAZStrType( + serialized_name="ipv4Prefix", + ) + properties.ipv6_prefix = AAZStrType( + serialized_name="ipv6Prefix", + ) + properties.l2_isolation_domains = AAZListType( + serialized_name="l2IsolationDomains", + flags={"read_only": True}, + ) + properties.l3_isolation_domains = AAZListType( + serialized_name="l3IsolationDomains", + flags={"read_only": True}, + ) + properties.management_network_configuration = AAZObjectType( + serialized_name="managementNetworkConfiguration", + flags={"required": True}, + ) + properties.network_fabric_controller_id = AAZStrType( + serialized_name="networkFabricControllerId", + flags={"required": True}, + ) + properties.network_fabric_sku = AAZStrType( + serialized_name="networkFabricSku", + flags={"required": True}, + ) + properties.operational_state = AAZStrType( + serialized_name="operationalState", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.rack_count = AAZIntType( + serialized_name="rackCount", + flags={"required": True}, + ) + properties.racks = AAZListType( + flags={"read_only": True}, + ) + properties.router_id = AAZStrType( + serialized_name="routerId", + flags={"read_only": True}, + ) + properties.server_count_per_rack = AAZIntType( + serialized_name="serverCountPerRack", + flags={"required": True}, + ) + properties.terminal_server_configuration = AAZObjectType( + serialized_name="terminalServerConfiguration", + flags={"required": True}, + ) + + l2_isolation_domains = cls._schema_on_200.value.Element.properties.l2_isolation_domains + l2_isolation_domains.Element = AAZStrType() + + l3_isolation_domains = cls._schema_on_200.value.Element.properties.l3_isolation_domains + l3_isolation_domains.Element = AAZStrType() + + management_network_configuration = cls._schema_on_200.value.Element.properties.management_network_configuration + management_network_configuration.infrastructure_vpn_configuration = AAZObjectType( + serialized_name="infrastructureVpnConfiguration", + flags={"required": True}, + ) + management_network_configuration.workload_vpn_configuration = AAZObjectType( + serialized_name="workloadVpnConfiguration", + flags={"required": True}, + ) + + infrastructure_vpn_configuration = cls._schema_on_200.value.Element.properties.management_network_configuration.infrastructure_vpn_configuration + infrastructure_vpn_configuration.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + infrastructure_vpn_configuration.network_to_network_interconnect_id = AAZStrType( + serialized_name="networkToNetworkInterconnectId", + flags={"read_only": True}, + ) + infrastructure_vpn_configuration.option_a_properties = AAZObjectType( + serialized_name="optionAProperties", + ) + _ListHelper._build_schema_option_a_properties_read(infrastructure_vpn_configuration.option_a_properties) + infrastructure_vpn_configuration.option_b_properties = AAZObjectType( + serialized_name="optionBProperties", + ) + _ListHelper._build_schema_option_b_properties_read(infrastructure_vpn_configuration.option_b_properties) + infrastructure_vpn_configuration.peering_option = AAZStrType( + serialized_name="peeringOption", + flags={"required": True}, + ) + + workload_vpn_configuration = cls._schema_on_200.value.Element.properties.management_network_configuration.workload_vpn_configuration + workload_vpn_configuration.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + workload_vpn_configuration.network_to_network_interconnect_id = AAZStrType( + serialized_name="networkToNetworkInterconnectId", + flags={"read_only": True}, + ) + workload_vpn_configuration.option_a_properties = AAZObjectType( + serialized_name="optionAProperties", + ) + _ListHelper._build_schema_option_a_properties_read(workload_vpn_configuration.option_a_properties) + workload_vpn_configuration.option_b_properties = AAZObjectType( + serialized_name="optionBProperties", + ) + _ListHelper._build_schema_option_b_properties_read(workload_vpn_configuration.option_b_properties) + workload_vpn_configuration.peering_option = AAZStrType( + serialized_name="peeringOption", + flags={"required": True}, + ) + + racks = cls._schema_on_200.value.Element.properties.racks + racks.Element = AAZStrType() + + terminal_server_configuration = cls._schema_on_200.value.Element.properties.terminal_server_configuration + terminal_server_configuration.network_device_id = AAZStrType( + serialized_name="networkDeviceId", + flags={"read_only": True}, + ) + terminal_server_configuration.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + terminal_server_configuration.primary_ipv4_prefix = AAZStrType( + serialized_name="primaryIpv4Prefix", + flags={"required": True}, + ) + terminal_server_configuration.primary_ipv6_prefix = AAZStrType( + serialized_name="primaryIpv6Prefix", + ) + terminal_server_configuration.secondary_ipv4_prefix = AAZStrType( + serialized_name="secondaryIpv4Prefix", + flags={"required": True}, + ) + terminal_server_configuration.secondary_ipv6_prefix = AAZStrType( + serialized_name="secondaryIpv6Prefix", + ) + terminal_server_configuration.serial_number = AAZStrType( + serialized_name="serialNumber", + ) + terminal_server_configuration.username = AAZStrType( + flags={"required": True}, + ) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + class NetworkFabricsListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkFabrics", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.annotation = AAZStrType() + properties.fabric_asn = AAZIntType( + serialized_name="fabricASN", + flags={"required": True}, + ) + properties.ipv4_prefix = AAZStrType( + serialized_name="ipv4Prefix", + ) + properties.ipv6_prefix = AAZStrType( + serialized_name="ipv6Prefix", + ) + properties.l2_isolation_domains = AAZListType( + serialized_name="l2IsolationDomains", + flags={"read_only": True}, + ) + properties.l3_isolation_domains = AAZListType( + serialized_name="l3IsolationDomains", + flags={"read_only": True}, + ) + properties.management_network_configuration = AAZObjectType( + serialized_name="managementNetworkConfiguration", + flags={"required": True}, + ) + properties.network_fabric_controller_id = AAZStrType( + serialized_name="networkFabricControllerId", + flags={"required": True}, + ) + properties.network_fabric_sku = AAZStrType( + serialized_name="networkFabricSku", + flags={"required": True}, + ) + properties.operational_state = AAZStrType( + serialized_name="operationalState", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.rack_count = AAZIntType( + serialized_name="rackCount", + flags={"required": True}, + ) + properties.racks = AAZListType( + flags={"read_only": True}, + ) + properties.router_id = AAZStrType( + serialized_name="routerId", + flags={"read_only": True}, + ) + properties.server_count_per_rack = AAZIntType( + serialized_name="serverCountPerRack", + flags={"required": True}, + ) + properties.terminal_server_configuration = AAZObjectType( + serialized_name="terminalServerConfiguration", + flags={"required": True}, + ) + + l2_isolation_domains = cls._schema_on_200.value.Element.properties.l2_isolation_domains + l2_isolation_domains.Element = AAZStrType() + + l3_isolation_domains = cls._schema_on_200.value.Element.properties.l3_isolation_domains + l3_isolation_domains.Element = AAZStrType() + + management_network_configuration = cls._schema_on_200.value.Element.properties.management_network_configuration + management_network_configuration.infrastructure_vpn_configuration = AAZObjectType( + serialized_name="infrastructureVpnConfiguration", + flags={"required": True}, + ) + management_network_configuration.workload_vpn_configuration = AAZObjectType( + serialized_name="workloadVpnConfiguration", + flags={"required": True}, + ) + + infrastructure_vpn_configuration = cls._schema_on_200.value.Element.properties.management_network_configuration.infrastructure_vpn_configuration + infrastructure_vpn_configuration.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + infrastructure_vpn_configuration.network_to_network_interconnect_id = AAZStrType( + serialized_name="networkToNetworkInterconnectId", + flags={"read_only": True}, + ) + infrastructure_vpn_configuration.option_a_properties = AAZObjectType( + serialized_name="optionAProperties", + ) + _ListHelper._build_schema_option_a_properties_read(infrastructure_vpn_configuration.option_a_properties) + infrastructure_vpn_configuration.option_b_properties = AAZObjectType( + serialized_name="optionBProperties", + ) + _ListHelper._build_schema_option_b_properties_read(infrastructure_vpn_configuration.option_b_properties) + infrastructure_vpn_configuration.peering_option = AAZStrType( + serialized_name="peeringOption", + flags={"required": True}, + ) + + workload_vpn_configuration = cls._schema_on_200.value.Element.properties.management_network_configuration.workload_vpn_configuration + workload_vpn_configuration.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + workload_vpn_configuration.network_to_network_interconnect_id = AAZStrType( + serialized_name="networkToNetworkInterconnectId", + flags={"read_only": True}, + ) + workload_vpn_configuration.option_a_properties = AAZObjectType( + serialized_name="optionAProperties", + ) + _ListHelper._build_schema_option_a_properties_read(workload_vpn_configuration.option_a_properties) + workload_vpn_configuration.option_b_properties = AAZObjectType( + serialized_name="optionBProperties", + ) + _ListHelper._build_schema_option_b_properties_read(workload_vpn_configuration.option_b_properties) + workload_vpn_configuration.peering_option = AAZStrType( + serialized_name="peeringOption", + flags={"required": True}, + ) + + racks = cls._schema_on_200.value.Element.properties.racks + racks.Element = AAZStrType() + + terminal_server_configuration = cls._schema_on_200.value.Element.properties.terminal_server_configuration + terminal_server_configuration.network_device_id = AAZStrType( + serialized_name="networkDeviceId", + flags={"read_only": True}, + ) + terminal_server_configuration.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + terminal_server_configuration.primary_ipv4_prefix = AAZStrType( + serialized_name="primaryIpv4Prefix", + flags={"required": True}, + ) + terminal_server_configuration.primary_ipv6_prefix = AAZStrType( + serialized_name="primaryIpv6Prefix", + ) + terminal_server_configuration.secondary_ipv4_prefix = AAZStrType( + serialized_name="secondaryIpv4Prefix", + flags={"required": True}, + ) + terminal_server_configuration.secondary_ipv6_prefix = AAZStrType( + serialized_name="secondaryIpv6Prefix", + ) + terminal_server_configuration.serial_number = AAZStrType( + serialized_name="serialNumber", + ) + terminal_server_configuration.username = AAZStrType( + flags={"required": True}, + ) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + _schema_option_a_properties_read = None + + @classmethod + def _build_schema_option_a_properties_read(cls, _schema): + if cls._schema_option_a_properties_read is not None: + _schema.bfd_configuration = cls._schema_option_a_properties_read.bfd_configuration + _schema.mtu = cls._schema_option_a_properties_read.mtu + _schema.peer_asn = cls._schema_option_a_properties_read.peer_asn + _schema.primary_ipv4_prefix = cls._schema_option_a_properties_read.primary_ipv4_prefix + _schema.primary_ipv6_prefix = cls._schema_option_a_properties_read.primary_ipv6_prefix + _schema.secondary_ipv4_prefix = cls._schema_option_a_properties_read.secondary_ipv4_prefix + _schema.secondary_ipv6_prefix = cls._schema_option_a_properties_read.secondary_ipv6_prefix + _schema.vlan_id = cls._schema_option_a_properties_read.vlan_id + return + + cls._schema_option_a_properties_read = _schema_option_a_properties_read = AAZObjectType() + + option_a_properties_read = _schema_option_a_properties_read + option_a_properties_read.bfd_configuration = AAZObjectType( + serialized_name="bfdConfiguration", + ) + option_a_properties_read.mtu = AAZIntType() + option_a_properties_read.peer_asn = AAZIntType( + serialized_name="peerASN", + ) + option_a_properties_read.primary_ipv4_prefix = AAZStrType( + serialized_name="primaryIpv4Prefix", + ) + option_a_properties_read.primary_ipv6_prefix = AAZStrType( + serialized_name="primaryIpv6Prefix", + ) + option_a_properties_read.secondary_ipv4_prefix = AAZStrType( + serialized_name="secondaryIpv4Prefix", + ) + option_a_properties_read.secondary_ipv6_prefix = AAZStrType( + serialized_name="secondaryIpv6Prefix", + ) + option_a_properties_read.vlan_id = AAZIntType( + serialized_name="vlanId", + ) + + bfd_configuration = _schema_option_a_properties_read.bfd_configuration + bfd_configuration.interval = AAZIntType( + flags={"read_only": True}, + ) + bfd_configuration.multiplier = AAZIntType( + flags={"read_only": True}, + ) + + _schema.bfd_configuration = cls._schema_option_a_properties_read.bfd_configuration + _schema.mtu = cls._schema_option_a_properties_read.mtu + _schema.peer_asn = cls._schema_option_a_properties_read.peer_asn + _schema.primary_ipv4_prefix = cls._schema_option_a_properties_read.primary_ipv4_prefix + _schema.primary_ipv6_prefix = cls._schema_option_a_properties_read.primary_ipv6_prefix + _schema.secondary_ipv4_prefix = cls._schema_option_a_properties_read.secondary_ipv4_prefix + _schema.secondary_ipv6_prefix = cls._schema_option_a_properties_read.secondary_ipv6_prefix + _schema.vlan_id = cls._schema_option_a_properties_read.vlan_id + + _schema_option_b_properties_read = None + + @classmethod + def _build_schema_option_b_properties_read(cls, _schema): + if cls._schema_option_b_properties_read is not None: + _schema.export_route_targets = cls._schema_option_b_properties_read.export_route_targets + _schema.import_route_targets = cls._schema_option_b_properties_read.import_route_targets + return + + cls._schema_option_b_properties_read = _schema_option_b_properties_read = AAZObjectType() + + option_b_properties_read = _schema_option_b_properties_read + option_b_properties_read.export_route_targets = AAZListType( + serialized_name="exportRouteTargets", + flags={"required": True}, + ) + option_b_properties_read.import_route_targets = AAZListType( + serialized_name="importRouteTargets", + flags={"required": True}, + ) + + export_route_targets = _schema_option_b_properties_read.export_route_targets + export_route_targets.Element = AAZStrType() + + import_route_targets = _schema_option_b_properties_read.import_route_targets + import_route_targets.Element = AAZStrType() + + _schema.export_route_targets = cls._schema_option_b_properties_read.export_route_targets + _schema.import_route_targets = cls._schema_option_b_properties_read.import_route_targets + + +__all__ = ["List"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/_provision.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/_provision.py new file mode 100644 index 00000000000..5201acdeea3 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/_provision.py @@ -0,0 +1,151 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric fabric provision", +) +class Provision(AAZCommand): + """Provisions the underlying hardware. + + :example: Provision the Network Fabric + az networkfabric fabric provision --resource-group "example-rg" --resource-name "example-fabric" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/provision", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the NetworkFabric.", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.NetworkFabricsProvision(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class NetworkFabricsProvision(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/provision", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkFabricName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + +class _ProvisionHelper: + """Helper class for Provision""" + + +__all__ = ["Provision"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/_show.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/_show.py new file mode 100644 index 00000000000..de5970c0d84 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/_show.py @@ -0,0 +1,448 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric fabric show", +) +class Show(AAZCommand): + """Show details of the provided Network Fabric resource. + + :example: Show the Network Fabric + az networkfabric fabric show --resource-group "example-rg" --resource-name "example-fabric" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the Network Fabric", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.NetworkFabricsGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class NetworkFabricsGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkFabricName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.annotation = AAZStrType() + properties.fabric_asn = AAZIntType( + serialized_name="fabricASN", + flags={"required": True}, + ) + properties.ipv4_prefix = AAZStrType( + serialized_name="ipv4Prefix", + ) + properties.ipv6_prefix = AAZStrType( + serialized_name="ipv6Prefix", + ) + properties.l2_isolation_domains = AAZListType( + serialized_name="l2IsolationDomains", + flags={"read_only": True}, + ) + properties.l3_isolation_domains = AAZListType( + serialized_name="l3IsolationDomains", + flags={"read_only": True}, + ) + properties.management_network_configuration = AAZObjectType( + serialized_name="managementNetworkConfiguration", + flags={"required": True}, + ) + properties.network_fabric_controller_id = AAZStrType( + serialized_name="networkFabricControllerId", + flags={"required": True}, + ) + properties.network_fabric_sku = AAZStrType( + serialized_name="networkFabricSku", + flags={"required": True}, + ) + properties.operational_state = AAZStrType( + serialized_name="operationalState", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.rack_count = AAZIntType( + serialized_name="rackCount", + flags={"required": True}, + ) + properties.racks = AAZListType( + flags={"read_only": True}, + ) + properties.router_id = AAZStrType( + serialized_name="routerId", + flags={"read_only": True}, + ) + properties.server_count_per_rack = AAZIntType( + serialized_name="serverCountPerRack", + flags={"required": True}, + ) + properties.terminal_server_configuration = AAZObjectType( + serialized_name="terminalServerConfiguration", + flags={"required": True}, + ) + + l2_isolation_domains = cls._schema_on_200.properties.l2_isolation_domains + l2_isolation_domains.Element = AAZStrType() + + l3_isolation_domains = cls._schema_on_200.properties.l3_isolation_domains + l3_isolation_domains.Element = AAZStrType() + + management_network_configuration = cls._schema_on_200.properties.management_network_configuration + management_network_configuration.infrastructure_vpn_configuration = AAZObjectType( + serialized_name="infrastructureVpnConfiguration", + flags={"required": True}, + ) + management_network_configuration.workload_vpn_configuration = AAZObjectType( + serialized_name="workloadVpnConfiguration", + flags={"required": True}, + ) + + infrastructure_vpn_configuration = cls._schema_on_200.properties.management_network_configuration.infrastructure_vpn_configuration + infrastructure_vpn_configuration.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + infrastructure_vpn_configuration.network_to_network_interconnect_id = AAZStrType( + serialized_name="networkToNetworkInterconnectId", + flags={"read_only": True}, + ) + infrastructure_vpn_configuration.option_a_properties = AAZObjectType( + serialized_name="optionAProperties", + ) + _ShowHelper._build_schema_option_a_properties_read(infrastructure_vpn_configuration.option_a_properties) + infrastructure_vpn_configuration.option_b_properties = AAZObjectType( + serialized_name="optionBProperties", + ) + _ShowHelper._build_schema_option_b_properties_read(infrastructure_vpn_configuration.option_b_properties) + infrastructure_vpn_configuration.peering_option = AAZStrType( + serialized_name="peeringOption", + flags={"required": True}, + ) + + workload_vpn_configuration = cls._schema_on_200.properties.management_network_configuration.workload_vpn_configuration + workload_vpn_configuration.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + workload_vpn_configuration.network_to_network_interconnect_id = AAZStrType( + serialized_name="networkToNetworkInterconnectId", + flags={"read_only": True}, + ) + workload_vpn_configuration.option_a_properties = AAZObjectType( + serialized_name="optionAProperties", + ) + _ShowHelper._build_schema_option_a_properties_read(workload_vpn_configuration.option_a_properties) + workload_vpn_configuration.option_b_properties = AAZObjectType( + serialized_name="optionBProperties", + ) + _ShowHelper._build_schema_option_b_properties_read(workload_vpn_configuration.option_b_properties) + workload_vpn_configuration.peering_option = AAZStrType( + serialized_name="peeringOption", + flags={"required": True}, + ) + + racks = cls._schema_on_200.properties.racks + racks.Element = AAZStrType() + + terminal_server_configuration = cls._schema_on_200.properties.terminal_server_configuration + terminal_server_configuration.network_device_id = AAZStrType( + serialized_name="networkDeviceId", + flags={"read_only": True}, + ) + terminal_server_configuration.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + terminal_server_configuration.primary_ipv4_prefix = AAZStrType( + serialized_name="primaryIpv4Prefix", + flags={"required": True}, + ) + terminal_server_configuration.primary_ipv6_prefix = AAZStrType( + serialized_name="primaryIpv6Prefix", + ) + terminal_server_configuration.secondary_ipv4_prefix = AAZStrType( + serialized_name="secondaryIpv4Prefix", + flags={"required": True}, + ) + terminal_server_configuration.secondary_ipv6_prefix = AAZStrType( + serialized_name="secondaryIpv6Prefix", + ) + terminal_server_configuration.serial_number = AAZStrType( + serialized_name="serialNumber", + ) + terminal_server_configuration.username = AAZStrType( + flags={"required": True}, + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + _schema_option_a_properties_read = None + + @classmethod + def _build_schema_option_a_properties_read(cls, _schema): + if cls._schema_option_a_properties_read is not None: + _schema.bfd_configuration = cls._schema_option_a_properties_read.bfd_configuration + _schema.mtu = cls._schema_option_a_properties_read.mtu + _schema.peer_asn = cls._schema_option_a_properties_read.peer_asn + _schema.primary_ipv4_prefix = cls._schema_option_a_properties_read.primary_ipv4_prefix + _schema.primary_ipv6_prefix = cls._schema_option_a_properties_read.primary_ipv6_prefix + _schema.secondary_ipv4_prefix = cls._schema_option_a_properties_read.secondary_ipv4_prefix + _schema.secondary_ipv6_prefix = cls._schema_option_a_properties_read.secondary_ipv6_prefix + _schema.vlan_id = cls._schema_option_a_properties_read.vlan_id + return + + cls._schema_option_a_properties_read = _schema_option_a_properties_read = AAZObjectType() + + option_a_properties_read = _schema_option_a_properties_read + option_a_properties_read.bfd_configuration = AAZObjectType( + serialized_name="bfdConfiguration", + ) + option_a_properties_read.mtu = AAZIntType() + option_a_properties_read.peer_asn = AAZIntType( + serialized_name="peerASN", + ) + option_a_properties_read.primary_ipv4_prefix = AAZStrType( + serialized_name="primaryIpv4Prefix", + ) + option_a_properties_read.primary_ipv6_prefix = AAZStrType( + serialized_name="primaryIpv6Prefix", + ) + option_a_properties_read.secondary_ipv4_prefix = AAZStrType( + serialized_name="secondaryIpv4Prefix", + ) + option_a_properties_read.secondary_ipv6_prefix = AAZStrType( + serialized_name="secondaryIpv6Prefix", + ) + option_a_properties_read.vlan_id = AAZIntType( + serialized_name="vlanId", + ) + + bfd_configuration = _schema_option_a_properties_read.bfd_configuration + bfd_configuration.interval = AAZIntType( + flags={"read_only": True}, + ) + bfd_configuration.multiplier = AAZIntType( + flags={"read_only": True}, + ) + + _schema.bfd_configuration = cls._schema_option_a_properties_read.bfd_configuration + _schema.mtu = cls._schema_option_a_properties_read.mtu + _schema.peer_asn = cls._schema_option_a_properties_read.peer_asn + _schema.primary_ipv4_prefix = cls._schema_option_a_properties_read.primary_ipv4_prefix + _schema.primary_ipv6_prefix = cls._schema_option_a_properties_read.primary_ipv6_prefix + _schema.secondary_ipv4_prefix = cls._schema_option_a_properties_read.secondary_ipv4_prefix + _schema.secondary_ipv6_prefix = cls._schema_option_a_properties_read.secondary_ipv6_prefix + _schema.vlan_id = cls._schema_option_a_properties_read.vlan_id + + _schema_option_b_properties_read = None + + @classmethod + def _build_schema_option_b_properties_read(cls, _schema): + if cls._schema_option_b_properties_read is not None: + _schema.export_route_targets = cls._schema_option_b_properties_read.export_route_targets + _schema.import_route_targets = cls._schema_option_b_properties_read.import_route_targets + return + + cls._schema_option_b_properties_read = _schema_option_b_properties_read = AAZObjectType() + + option_b_properties_read = _schema_option_b_properties_read + option_b_properties_read.export_route_targets = AAZListType( + serialized_name="exportRouteTargets", + flags={"required": True}, + ) + option_b_properties_read.import_route_targets = AAZListType( + serialized_name="importRouteTargets", + flags={"required": True}, + ) + + export_route_targets = _schema_option_b_properties_read.export_route_targets + export_route_targets.Element = AAZStrType() + + import_route_targets = _schema_option_b_properties_read.import_route_targets + import_route_targets.Element = AAZStrType() + + _schema.export_route_targets = cls._schema_option_b_properties_read.export_route_targets + _schema.import_route_targets = cls._schema_option_b_properties_read.import_route_targets + + +__all__ = ["Show"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/_wait.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/_wait.py new file mode 100644 index 00000000000..32dc647225b --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/_wait.py @@ -0,0 +1,444 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric fabric wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the Network Fabric", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.NetworkFabricsGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class NetworkFabricsGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkFabricName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.annotation = AAZStrType() + properties.fabric_asn = AAZIntType( + serialized_name="fabricASN", + flags={"required": True}, + ) + properties.ipv4_prefix = AAZStrType( + serialized_name="ipv4Prefix", + ) + properties.ipv6_prefix = AAZStrType( + serialized_name="ipv6Prefix", + ) + properties.l2_isolation_domains = AAZListType( + serialized_name="l2IsolationDomains", + flags={"read_only": True}, + ) + properties.l3_isolation_domains = AAZListType( + serialized_name="l3IsolationDomains", + flags={"read_only": True}, + ) + properties.management_network_configuration = AAZObjectType( + serialized_name="managementNetworkConfiguration", + flags={"required": True}, + ) + properties.network_fabric_controller_id = AAZStrType( + serialized_name="networkFabricControllerId", + flags={"required": True}, + ) + properties.network_fabric_sku = AAZStrType( + serialized_name="networkFabricSku", + flags={"required": True}, + ) + properties.operational_state = AAZStrType( + serialized_name="operationalState", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.rack_count = AAZIntType( + serialized_name="rackCount", + flags={"required": True}, + ) + properties.racks = AAZListType( + flags={"read_only": True}, + ) + properties.router_id = AAZStrType( + serialized_name="routerId", + flags={"read_only": True}, + ) + properties.server_count_per_rack = AAZIntType( + serialized_name="serverCountPerRack", + flags={"required": True}, + ) + properties.terminal_server_configuration = AAZObjectType( + serialized_name="terminalServerConfiguration", + flags={"required": True}, + ) + + l2_isolation_domains = cls._schema_on_200.properties.l2_isolation_domains + l2_isolation_domains.Element = AAZStrType() + + l3_isolation_domains = cls._schema_on_200.properties.l3_isolation_domains + l3_isolation_domains.Element = AAZStrType() + + management_network_configuration = cls._schema_on_200.properties.management_network_configuration + management_network_configuration.infrastructure_vpn_configuration = AAZObjectType( + serialized_name="infrastructureVpnConfiguration", + flags={"required": True}, + ) + management_network_configuration.workload_vpn_configuration = AAZObjectType( + serialized_name="workloadVpnConfiguration", + flags={"required": True}, + ) + + infrastructure_vpn_configuration = cls._schema_on_200.properties.management_network_configuration.infrastructure_vpn_configuration + infrastructure_vpn_configuration.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + infrastructure_vpn_configuration.network_to_network_interconnect_id = AAZStrType( + serialized_name="networkToNetworkInterconnectId", + flags={"read_only": True}, + ) + infrastructure_vpn_configuration.option_a_properties = AAZObjectType( + serialized_name="optionAProperties", + ) + _WaitHelper._build_schema_option_a_properties_read(infrastructure_vpn_configuration.option_a_properties) + infrastructure_vpn_configuration.option_b_properties = AAZObjectType( + serialized_name="optionBProperties", + ) + _WaitHelper._build_schema_option_b_properties_read(infrastructure_vpn_configuration.option_b_properties) + infrastructure_vpn_configuration.peering_option = AAZStrType( + serialized_name="peeringOption", + flags={"required": True}, + ) + + workload_vpn_configuration = cls._schema_on_200.properties.management_network_configuration.workload_vpn_configuration + workload_vpn_configuration.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + workload_vpn_configuration.network_to_network_interconnect_id = AAZStrType( + serialized_name="networkToNetworkInterconnectId", + flags={"read_only": True}, + ) + workload_vpn_configuration.option_a_properties = AAZObjectType( + serialized_name="optionAProperties", + ) + _WaitHelper._build_schema_option_a_properties_read(workload_vpn_configuration.option_a_properties) + workload_vpn_configuration.option_b_properties = AAZObjectType( + serialized_name="optionBProperties", + ) + _WaitHelper._build_schema_option_b_properties_read(workload_vpn_configuration.option_b_properties) + workload_vpn_configuration.peering_option = AAZStrType( + serialized_name="peeringOption", + flags={"required": True}, + ) + + racks = cls._schema_on_200.properties.racks + racks.Element = AAZStrType() + + terminal_server_configuration = cls._schema_on_200.properties.terminal_server_configuration + terminal_server_configuration.network_device_id = AAZStrType( + serialized_name="networkDeviceId", + flags={"read_only": True}, + ) + terminal_server_configuration.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + terminal_server_configuration.primary_ipv4_prefix = AAZStrType( + serialized_name="primaryIpv4Prefix", + flags={"required": True}, + ) + terminal_server_configuration.primary_ipv6_prefix = AAZStrType( + serialized_name="primaryIpv6Prefix", + ) + terminal_server_configuration.secondary_ipv4_prefix = AAZStrType( + serialized_name="secondaryIpv4Prefix", + flags={"required": True}, + ) + terminal_server_configuration.secondary_ipv6_prefix = AAZStrType( + serialized_name="secondaryIpv6Prefix", + ) + terminal_server_configuration.serial_number = AAZStrType( + serialized_name="serialNumber", + ) + terminal_server_configuration.username = AAZStrType( + flags={"required": True}, + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + _schema_option_a_properties_read = None + + @classmethod + def _build_schema_option_a_properties_read(cls, _schema): + if cls._schema_option_a_properties_read is not None: + _schema.bfd_configuration = cls._schema_option_a_properties_read.bfd_configuration + _schema.mtu = cls._schema_option_a_properties_read.mtu + _schema.peer_asn = cls._schema_option_a_properties_read.peer_asn + _schema.primary_ipv4_prefix = cls._schema_option_a_properties_read.primary_ipv4_prefix + _schema.primary_ipv6_prefix = cls._schema_option_a_properties_read.primary_ipv6_prefix + _schema.secondary_ipv4_prefix = cls._schema_option_a_properties_read.secondary_ipv4_prefix + _schema.secondary_ipv6_prefix = cls._schema_option_a_properties_read.secondary_ipv6_prefix + _schema.vlan_id = cls._schema_option_a_properties_read.vlan_id + return + + cls._schema_option_a_properties_read = _schema_option_a_properties_read = AAZObjectType() + + option_a_properties_read = _schema_option_a_properties_read + option_a_properties_read.bfd_configuration = AAZObjectType( + serialized_name="bfdConfiguration", + ) + option_a_properties_read.mtu = AAZIntType() + option_a_properties_read.peer_asn = AAZIntType( + serialized_name="peerASN", + ) + option_a_properties_read.primary_ipv4_prefix = AAZStrType( + serialized_name="primaryIpv4Prefix", + ) + option_a_properties_read.primary_ipv6_prefix = AAZStrType( + serialized_name="primaryIpv6Prefix", + ) + option_a_properties_read.secondary_ipv4_prefix = AAZStrType( + serialized_name="secondaryIpv4Prefix", + ) + option_a_properties_read.secondary_ipv6_prefix = AAZStrType( + serialized_name="secondaryIpv6Prefix", + ) + option_a_properties_read.vlan_id = AAZIntType( + serialized_name="vlanId", + ) + + bfd_configuration = _schema_option_a_properties_read.bfd_configuration + bfd_configuration.interval = AAZIntType( + flags={"read_only": True}, + ) + bfd_configuration.multiplier = AAZIntType( + flags={"read_only": True}, + ) + + _schema.bfd_configuration = cls._schema_option_a_properties_read.bfd_configuration + _schema.mtu = cls._schema_option_a_properties_read.mtu + _schema.peer_asn = cls._schema_option_a_properties_read.peer_asn + _schema.primary_ipv4_prefix = cls._schema_option_a_properties_read.primary_ipv4_prefix + _schema.primary_ipv6_prefix = cls._schema_option_a_properties_read.primary_ipv6_prefix + _schema.secondary_ipv4_prefix = cls._schema_option_a_properties_read.secondary_ipv4_prefix + _schema.secondary_ipv6_prefix = cls._schema_option_a_properties_read.secondary_ipv6_prefix + _schema.vlan_id = cls._schema_option_a_properties_read.vlan_id + + _schema_option_b_properties_read = None + + @classmethod + def _build_schema_option_b_properties_read(cls, _schema): + if cls._schema_option_b_properties_read is not None: + _schema.export_route_targets = cls._schema_option_b_properties_read.export_route_targets + _schema.import_route_targets = cls._schema_option_b_properties_read.import_route_targets + return + + cls._schema_option_b_properties_read = _schema_option_b_properties_read = AAZObjectType() + + option_b_properties_read = _schema_option_b_properties_read + option_b_properties_read.export_route_targets = AAZListType( + serialized_name="exportRouteTargets", + flags={"required": True}, + ) + option_b_properties_read.import_route_targets = AAZListType( + serialized_name="importRouteTargets", + flags={"required": True}, + ) + + export_route_targets = _schema_option_b_properties_read.export_route_targets + export_route_targets.Element = AAZStrType() + + import_route_targets = _schema_option_b_properties_read.import_route_targets + import_route_targets.Element = AAZStrType() + + _schema.export_route_targets = cls._schema_option_b_properties_read.export_route_targets + _schema.import_route_targets = cls._schema_option_b_properties_read.import_route_targets + + +__all__ = ["Wait"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabricsku/__cmd_group.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabricsku/__cmd_group.py new file mode 100644 index 00000000000..d8fa0089af2 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabricsku/__cmd_group.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkfabric fabricsku", +) +class __CMDGroup(AAZCommandGroup): + """Manage Network Fabric SKU Resource + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabricsku/__init__.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabricsku/__init__.py new file mode 100644 index 00000000000..2df85698253 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabricsku/__init__.py @@ -0,0 +1,13 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._list import * +from ._show import * diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabricsku/_list.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabricsku/_list.py new file mode 100644 index 00000000000..2817932e28c --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabricsku/_list.py @@ -0,0 +1,214 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric fabricsku list", +) +class List(AAZCommand): + """List all Network Fabric SKUs in the provided subscription. + + :example: List the FabricSKU for Subscription + az networkfabric fabricsku list --subscription + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkfabricskus", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.NetworkFabricSkusListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class NetworkFabricSkusListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkFabricSkus", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.details_uri = AAZStrType( + serialized_name="detailsUri", + flags={"read_only": True}, + ) + properties.max_compute_racks = AAZIntType( + serialized_name="maxComputeRacks", + ) + properties.max_supported_ver = AAZStrType( + serialized_name="maxSupportedVer", + flags={"read_only": True}, + ) + properties.min_supported_ver = AAZStrType( + serialized_name="minSupportedVer", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.type = AAZStrType( + flags={"read_only": True}, + ) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabricsku/_show.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabricsku/_show.py new file mode 100644 index 00000000000..cd9e9c94a12 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabricsku/_show.py @@ -0,0 +1,214 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric fabricsku show", +) +class Show(AAZCommand): + """Show details of the provided Network Fabric SKU resource. + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkfabricskus/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the Network Fabric Sku", + required=True, + id_part="name", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.NetworkFabricSkusGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class NetworkFabricSkusGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkFabricSkus/{networkFabricSkuName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkFabricSkuName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.details_uri = AAZStrType( + serialized_name="detailsUri", + flags={"read_only": True}, + ) + properties.max_compute_racks = AAZIntType( + serialized_name="maxComputeRacks", + ) + properties.max_supported_ver = AAZStrType( + serialized_name="maxSupportedVer", + flags={"read_only": True}, + ) + properties.min_supported_ver = AAZStrType( + serialized_name="minSupportedVer", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.type = AAZStrType( + flags={"read_only": True}, + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/interface/__cmd_group.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/interface/__cmd_group.py new file mode 100644 index 00000000000..a8e50985e3b --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/interface/__cmd_group.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkfabric interface", +) +class __CMDGroup(AAZCommandGroup): + """Manage Network Interface Resource + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/interface/__init__.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/interface/__init__.py new file mode 100644 index 00000000000..f57c4ff856e --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/interface/__init__.py @@ -0,0 +1,16 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._delete import * +from ._list import * +from ._show import * +from ._update_admin_state import * +from ._wait import * diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/interface/_delete.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/interface/_delete.py new file mode 100644 index 00000000000..3706bd665a4 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/interface/_delete.py @@ -0,0 +1,173 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric interface delete", +) +class Delete(AAZCommand): + """Delete the Network Interface resource. + + :example: Delete the Network Interface + az networkfabric interface delete -g "example-rg" --network-device-name "example-device" --resource-name "example-interface" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.network_device_name = AAZStrArg( + options=["--device", "--network-device-name"], + help="Name of the Network Device", + required=True, + id_part="name", + ) + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the NetworkInterfaceName", + required=True, + id_part="child_name_1", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.NetworkInterfacesDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class NetworkInterfacesDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkDeviceName", self.ctx.args.network_device_name, + required=True, + ), + **self.serialize_url_param( + "networkInterfaceName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/interface/_list.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/interface/_list.py new file mode 100644 index 00000000000..c9058b601b5 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/interface/_list.py @@ -0,0 +1,240 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric interface list", +) +class List(AAZCommand): + """List all Network Interfaces in the provided resource group. + + :example: List the Network Interfaces for Resource Group + az networkfabric interface list -g "example-rg" --network-device-name "example-device" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.network_device_name = AAZStrArg( + options=["--device", "--network-device-name"], + help="Name of the Network Device", + required=True, + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.NetworkInterfacesList(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class NetworkInterfacesList(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkDeviceName", self.ctx.args.network_device_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + properties.annotation = AAZStrType() + properties.connected_to = AAZStrType( + serialized_name="connectedTo", + flags={"read_only": True}, + ) + properties.interface_type = AAZStrType( + serialized_name="interfaceType", + flags={"read_only": True}, + ) + properties.ipv4_address = AAZStrType( + serialized_name="ipv4Address", + flags={"read_only": True}, + ) + properties.ipv6_address = AAZStrType( + serialized_name="ipv6Address", + flags={"read_only": True}, + ) + properties.physical_identifier = AAZStrType( + serialized_name="physicalIdentifier", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/interface/_show.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/interface/_show.py new file mode 100644 index 00000000000..8d12ac81328 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/interface/_show.py @@ -0,0 +1,242 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric interface show", +) +class Show(AAZCommand): + """Show details of the provided Network Interface resource. + + :example: Show the Network Interface + az networkfabric interface show -g "example-rg" --network-device-name "example-device" --resource-name "example-interface" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.network_device_name = AAZStrArg( + options=["--device", "--network-device-name"], + help="Name of the Network Device", + required=True, + id_part="name", + ) + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the NetworkInterfaceName", + required=True, + id_part="child_name_1", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.NetworkInterfacesGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class NetworkInterfacesGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkDeviceName", self.ctx.args.network_device_name, + required=True, + ), + **self.serialize_url_param( + "networkInterfaceName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + properties.annotation = AAZStrType() + properties.connected_to = AAZStrType( + serialized_name="connectedTo", + flags={"read_only": True}, + ) + properties.interface_type = AAZStrType( + serialized_name="interfaceType", + flags={"read_only": True}, + ) + properties.ipv4_address = AAZStrType( + serialized_name="ipv4Address", + flags={"read_only": True}, + ) + properties.ipv6_address = AAZStrType( + serialized_name="ipv6Address", + flags={"read_only": True}, + ) + properties.physical_identifier = AAZStrType( + serialized_name="physicalIdentifier", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/interface/_update_admin_state.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/interface/_update_admin_state.py new file mode 100644 index 00000000000..97b2a2092c8 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/interface/_update_admin_state.py @@ -0,0 +1,204 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric interface update-admin-state", +) +class UpdateAdminState(AAZCommand): + """Update the admin state of the provided Network Interface resource. + + :example: Update admin state of Network Interface + az networkfabric interface update-admin-state -g "example-rg" --network-device-name "example-device" --resource-name "example-interface" --state "Enable" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}/updateadministrativestate", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.network_device_name = AAZStrArg( + options=["--device", "--network-device-name"], + help="Name of the Network Device", + required=True, + id_part="name", + ) + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the NetworkInterface", + required=True, + id_part="child_name_1", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + + # define Arg Group "Body" + + _args_schema = cls._args_schema + _args_schema.resource_ids = AAZListArg( + options=["--resource-ids"], + arg_group="Body", + help="Network Fabrics or Network Rack resource Id.", + ) + _args_schema.state = AAZStrArg( + options=["--state"], + arg_group="Body", + help="Administrative state.", + enum={"Disable": "Disable", "Enable": "Enable"}, + ) + + resource_ids = cls._args_schema.resource_ids + resource_ids.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.NetworkInterfacesUpdateAdministrativeState(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class NetworkInterfacesUpdateAdministrativeState(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}/updateAdministrativeState", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkDeviceName", self.ctx.args.network_device_name, + required=True, + ), + **self.serialize_url_param( + "networkInterfaceName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("resourceIds", AAZListType, ".resource_ids") + _builder.set_prop("state", AAZStrType, ".state") + + resource_ids = _builder.get(".resourceIds") + if resource_ids is not None: + resource_ids.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + pass + + +class _UpdateAdminStateHelper: + """Helper class for UpdateAdminState""" + + +__all__ = ["UpdateAdminState"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/interface/_wait.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/interface/_wait.py new file mode 100644 index 00000000000..f9b186bb091 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/interface/_wait.py @@ -0,0 +1,238 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric interface wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.network_device_name = AAZStrArg( + options=["--device", "--network-device-name"], + help="Name of the Network Device", + required=True, + id_part="name", + ) + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the NetworkInterfaceName", + required=True, + id_part="child_name_1", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.NetworkInterfacesGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class NetworkInterfacesGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkDeviceName", self.ctx.args.network_device_name, + required=True, + ), + **self.serialize_url_param( + "networkInterfaceName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + properties.annotation = AAZStrType() + properties.connected_to = AAZStrType( + serialized_name="connectedTo", + flags={"read_only": True}, + ) + properties.interface_type = AAZStrType( + serialized_name="interfaceType", + flags={"read_only": True}, + ) + properties.ipv4_address = AAZStrType( + serialized_name="ipv4Address", + flags={"read_only": True}, + ) + properties.ipv6_address = AAZStrType( + serialized_name="ipv6Address", + flags={"read_only": True}, + ) + properties.physical_identifier = AAZStrType( + serialized_name="physicalIdentifier", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + +__all__ = ["Wait"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/internalnetwork/__cmd_group.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/internalnetwork/__cmd_group.py new file mode 100644 index 00000000000..25db67bbd03 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/internalnetwork/__cmd_group.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkfabric internalnetwork", +) +class __CMDGroup(AAZCommandGroup): + """Manage Internal Network Resource + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/internalnetwork/__init__.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/internalnetwork/__init__.py new file mode 100644 index 00000000000..2b037f08f76 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/internalnetwork/__init__.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._list import * +from ._show import * +from ._update_admin_state import * +from ._wait import * diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/internalnetwork/_create.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/internalnetwork/_create.py new file mode 100644 index 00000000000..3dd6ddfce4e --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/internalnetwork/_create.py @@ -0,0 +1,753 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric internalnetwork create", +) +class Create(AAZCommand): + """Create a Internal Network resource. + + :example: Create a Internal Network + az networkfabric internalnetwork create --resource-group "example-rg" --l3-isolation-domain-name "example-l3domain" --resource-name "example-internalNetwork" --vlan-id 2600 --mtu 1500 --connected-ipv4-subnets "[{prefix:'10.0.0.1/21'},{prefix:'10.0.0.1/22'}]" --static-route-configuration "{ipv4Routes:[{prefix:'10.1.0.0/24',nextHop:['10.0.0.1','10.0.0.2']},{prefix:'10.1.0.0/24',nextHop:['10.0.0.1','10.0.0.2']}]}" --bgp-configuration "{defaultRouteOriginate:True,allowAS:2,allowASOverride:Enable,peerASN:65047,ipv4ListenRangePrefixes:['10.1.0.0/28','10.1.0.1/28'],ipv4NeighborAddress:[{address:'10.0.0.11'},{address:'10.0.0.12'}]}" --export-route-policy-id "/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy" --import-route-policy-id "/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy" + + :example: Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + az networkfabric internalnetwork create --static-route-configuration ?? + az networkfabric internalnetwork create --static-route-configuration "{ipv4-routes:??" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks/{}", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the InternalNetwork", + required=True, + ) + _args_schema.l3_isolation_domain_name = AAZStrArg( + options=["--l3domain", "--l3-isolation-domain-name"], + help="Name of the L3IsolationDomain", + required=True, + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.annotation = AAZStrArg( + options=["--annotation"], + arg_group="Properties", + help="Switch configuration description.", + ) + _args_schema.bgp_configuration = AAZObjectArg( + options=["--bgp-configuration"], + arg_group="Properties", + help="BGP configuration properties", + ) + _args_schema.connected_ipv4_subnets = AAZListArg( + options=["--connected-ipv4-subnets"], + arg_group="Properties", + help="List with object connectedIPv4Subnets.", + ) + _args_schema.connected_ipv6_subnets = AAZListArg( + options=["--connected-ipv6-subnets"], + arg_group="Properties", + help="List with object connectedIPv6Subnets.", + ) + _args_schema.export_route_policy_id = AAZStrArg( + options=["--export-route-policy-id"], + arg_group="Properties", + help="ARM resource ID of importRoutePolicy.", + ) + _args_schema.import_route_policy_id = AAZStrArg( + options=["--import-route-policy-id"], + arg_group="Properties", + help="ARM resource ID of importRoutePolicy.", + ) + _args_schema.mtu = AAZIntArg( + options=["--mtu"], + arg_group="Properties", + help="Maximum transmission unit: The value should be between 1500-9000. Default value is 1500", + fmt=AAZIntArgFormat( + maximum=9000, + minimum=1500, + ), + ) + _args_schema.static_route_configuration = AAZObjectArg( + options=["--static-route-configuration"], + arg_group="Properties", + help="staticRouteConfiguration model.", + ) + _args_schema.vlan_id = AAZIntArg( + options=["--vlan-id"], + arg_group="Properties", + help="Vlan identifier value. The value should be between 501-4095. Example: 501.", + required=True, + fmt=AAZIntArgFormat( + maximum=4095, + minimum=100, + ), + ) + + bgp_configuration = cls._args_schema.bgp_configuration + bgp_configuration.allow_as = AAZIntArg( + options=["allow-as"], + help="Allows for routes to be received and processed even if the router detects its own ASN in the AS-Path. 0 is disable, Possible values are 1-10, default is 2.", + default=2, + fmt=AAZIntArgFormat( + maximum=10, + minimum=0, + ), + ) + bgp_configuration.allow_as_override = AAZStrArg( + options=["allow-as-override"], + help="Enable Or Disable state.", + enum={"Disable": "Disable", "Enable": "Enable"}, + ) + bgp_configuration.annotation = AAZStrArg( + options=["annotation"], + help="Switch configuration description.", + ) + bgp_configuration.default_route_originate = AAZStrArg( + options=["default-route-originate"], + help="Enables default route to be originated when advertising routes via BGP.", + enum={"False": "False", "True": "True"}, + ) + bgp_configuration.ipv4_listen_range_prefixes = AAZListArg( + options=["ipv4-listen-range-prefixes"], + help="BGP Ipv4 ListenRange. Example: 10.1.0.0/28.", + ) + bgp_configuration.ipv4_neighbor_address = AAZListArg( + options=["ipv4-neighbor-address"], + help="Specific IPv4 address for peering.", + ) + bgp_configuration.ipv6_listen_range_prefixes = AAZListArg( + options=["ipv6-listen-range-prefixes"], + help="BGP Ipv6 ListenRange.", + ) + bgp_configuration.ipv6_neighbor_address = AAZListArg( + options=["ipv6-neighbor-address"], + help="Specific IPv6 address for peering.", + ) + bgp_configuration.peer_asn = AAZIntArg( + options=["peer-asn"], + help="Peer ASN of Network Function. The value should be between 1 to 65535. Example: 65047.", + required=True, + fmt=AAZIntArgFormat( + maximum=65535, + minimum=1, + ), + ) + + ipv4_listen_range_prefixes = cls._args_schema.bgp_configuration.ipv4_listen_range_prefixes + ipv4_listen_range_prefixes.Element = AAZStrArg() + + ipv4_neighbor_address = cls._args_schema.bgp_configuration.ipv4_neighbor_address + ipv4_neighbor_address.Element = AAZObjectArg() + + _element = cls._args_schema.bgp_configuration.ipv4_neighbor_address.Element + _element.address = AAZStrArg( + options=["address"], + help="IP Address of the IPv4NeighborAddress. Example: \"10.0.0.11\".", + ) + + ipv6_listen_range_prefixes = cls._args_schema.bgp_configuration.ipv6_listen_range_prefixes + ipv6_listen_range_prefixes.Element = AAZStrArg() + + ipv6_neighbor_address = cls._args_schema.bgp_configuration.ipv6_neighbor_address + ipv6_neighbor_address.Element = AAZObjectArg() + + _element = cls._args_schema.bgp_configuration.ipv6_neighbor_address.Element + _element.address = AAZStrArg( + options=["address"], + help="IP address of the ipv6NeighborAddress. Example: \"3FFE:FFFF:0:CD31::a4\"", + ) + + connected_ipv4_subnets = cls._args_schema.connected_ipv4_subnets + connected_ipv4_subnets.Element = AAZObjectArg() + + _element = cls._args_schema.connected_ipv4_subnets.Element + _element.annotation = AAZStrArg( + options=["annotation"], + help="Switch configuration description.", + ) + _element.prefix = AAZStrArg( + options=["prefix"], + help="IPv4 Prefix of the subnet in the VLAN. Subnet length range should be from 8 to 28. Example: \"10.0.0.1/21\"", + ) + + connected_ipv6_subnets = cls._args_schema.connected_ipv6_subnets + connected_ipv6_subnets.Element = AAZObjectArg() + + _element = cls._args_schema.connected_ipv6_subnets.Element + _element.annotation = AAZStrArg( + options=["annotation"], + help="Switch configuration description.", + ) + _element.prefix = AAZStrArg( + options=["prefix"], + help="IPv6 Prefix of the subnet in the VLAN. Subnet length range should be from 16 to 124. Example: \"3FFE:FFFF:0:CD30::a4/121\"", + ) + + static_route_configuration = cls._args_schema.static_route_configuration + static_route_configuration.ipv4_routes = AAZListArg( + options=["ipv4-routes"], + help="Static IPv4 routes configuration.", + ) + static_route_configuration.ipv6_routes = AAZListArg( + options=["ipv6-routes"], + help="Static IPv6 routes configuration.", + ) + + ipv4_routes = cls._args_schema.static_route_configuration.ipv4_routes + ipv4_routes.Element = AAZObjectArg() + + _element = cls._args_schema.static_route_configuration.ipv4_routes.Element + _element.next_hop = AAZListArg( + options=["next-hop"], + help="List of next hop IPv4 addresses. Example: \"10.0.0.1\"", + required=True, + ) + _element.prefix = AAZStrArg( + options=["prefix"], + help="IPv4 prefix of the staticIpv4Route. Example: \"10.1.0.0/24\"", + required=True, + ) + + next_hop = cls._args_schema.static_route_configuration.ipv4_routes.Element.next_hop + next_hop.Element = AAZStrArg() + + ipv6_routes = cls._args_schema.static_route_configuration.ipv6_routes + ipv6_routes.Element = AAZObjectArg() + + _element = cls._args_schema.static_route_configuration.ipv6_routes.Element + _element.next_hop = AAZListArg( + options=["next-hop"], + help="List of next hop IPv6 addresses. Example: \"2ffe::1\"", + required=True, + ) + _element.prefix = AAZStrArg( + options=["prefix"], + help="IPv6 prefix of the staticIPv6Route. Example: \"2fff::/64\"", + required=True, + ) + + next_hop = cls._args_schema.static_route_configuration.ipv6_routes.Element.next_hop + next_hop.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.InternalNetworksCreate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class InternalNetworksCreate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/internalNetworks/{internalNetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "internalNetworkName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "l3IsolationDomainName", self.ctx.args.l3_isolation_domain_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("properties", AAZObjectType, ".", typ_kwargs={"flags": {"required": True, "client_flatten": True}}) + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("annotation", AAZStrType, ".annotation") + properties.set_prop("bgpConfiguration", AAZObjectType, ".bgp_configuration") + properties.set_prop("connectedIPv4Subnets", AAZListType, ".connected_ipv4_subnets") + properties.set_prop("connectedIPv6Subnets", AAZListType, ".connected_ipv6_subnets") + properties.set_prop("exportRoutePolicyId", AAZStrType, ".export_route_policy_id") + properties.set_prop("importRoutePolicyId", AAZStrType, ".import_route_policy_id") + properties.set_prop("mtu", AAZIntType, ".mtu") + properties.set_prop("staticRouteConfiguration", AAZObjectType, ".static_route_configuration") + properties.set_prop("vlanId", AAZIntType, ".vlan_id", typ_kwargs={"flags": {"required": True}}) + + bgp_configuration = _builder.get(".properties.bgpConfiguration") + if bgp_configuration is not None: + bgp_configuration.set_prop("allowAS", AAZIntType, ".allow_as") + bgp_configuration.set_prop("allowASOverride", AAZStrType, ".allow_as_override") + bgp_configuration.set_prop("annotation", AAZStrType, ".annotation") + bgp_configuration.set_prop("defaultRouteOriginate", AAZStrType, ".default_route_originate") + bgp_configuration.set_prop("ipv4ListenRangePrefixes", AAZListType, ".ipv4_listen_range_prefixes") + bgp_configuration.set_prop("ipv4NeighborAddress", AAZListType, ".ipv4_neighbor_address") + bgp_configuration.set_prop("ipv6ListenRangePrefixes", AAZListType, ".ipv6_listen_range_prefixes") + bgp_configuration.set_prop("ipv6NeighborAddress", AAZListType, ".ipv6_neighbor_address") + bgp_configuration.set_prop("peerASN", AAZIntType, ".peer_asn", typ_kwargs={"flags": {"required": True}}) + + ipv4_listen_range_prefixes = _builder.get(".properties.bgpConfiguration.ipv4ListenRangePrefixes") + if ipv4_listen_range_prefixes is not None: + ipv4_listen_range_prefixes.set_elements(AAZStrType, ".") + + ipv4_neighbor_address = _builder.get(".properties.bgpConfiguration.ipv4NeighborAddress") + if ipv4_neighbor_address is not None: + ipv4_neighbor_address.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.bgpConfiguration.ipv4NeighborAddress[]") + if _elements is not None: + _elements.set_prop("address", AAZStrType, ".address") + + ipv6_listen_range_prefixes = _builder.get(".properties.bgpConfiguration.ipv6ListenRangePrefixes") + if ipv6_listen_range_prefixes is not None: + ipv6_listen_range_prefixes.set_elements(AAZStrType, ".") + + ipv6_neighbor_address = _builder.get(".properties.bgpConfiguration.ipv6NeighborAddress") + if ipv6_neighbor_address is not None: + ipv6_neighbor_address.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.bgpConfiguration.ipv6NeighborAddress[]") + if _elements is not None: + _elements.set_prop("address", AAZStrType, ".address") + + connected_i_pv4_subnets = _builder.get(".properties.connectedIPv4Subnets") + if connected_i_pv4_subnets is not None: + connected_i_pv4_subnets.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.connectedIPv4Subnets[]") + if _elements is not None: + _elements.set_prop("annotation", AAZStrType, ".annotation") + _elements.set_prop("prefix", AAZStrType, ".prefix") + + connected_i_pv6_subnets = _builder.get(".properties.connectedIPv6Subnets") + if connected_i_pv6_subnets is not None: + connected_i_pv6_subnets.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.connectedIPv6Subnets[]") + if _elements is not None: + _elements.set_prop("annotation", AAZStrType, ".annotation") + _elements.set_prop("prefix", AAZStrType, ".prefix") + + static_route_configuration = _builder.get(".properties.staticRouteConfiguration") + if static_route_configuration is not None: + static_route_configuration.set_prop("ipv4Routes", AAZListType, ".ipv4_routes") + static_route_configuration.set_prop("ipv6Routes", AAZListType, ".ipv6_routes") + + ipv4_routes = _builder.get(".properties.staticRouteConfiguration.ipv4Routes") + if ipv4_routes is not None: + ipv4_routes.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.staticRouteConfiguration.ipv4Routes[]") + if _elements is not None: + _elements.set_prop("nextHop", AAZListType, ".next_hop", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("prefix", AAZStrType, ".prefix", typ_kwargs={"flags": {"required": True}}) + + next_hop = _builder.get(".properties.staticRouteConfiguration.ipv4Routes[].nextHop") + if next_hop is not None: + next_hop.set_elements(AAZStrType, ".") + + ipv6_routes = _builder.get(".properties.staticRouteConfiguration.ipv6Routes") + if ipv6_routes is not None: + ipv6_routes.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.staticRouteConfiguration.ipv6Routes[]") + if _elements is not None: + _elements.set_prop("nextHop", AAZListType, ".next_hop", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("prefix", AAZStrType, ".prefix", typ_kwargs={"flags": {"required": True}}) + + next_hop = _builder.get(".properties.staticRouteConfiguration.ipv6Routes[].nextHop") + if next_hop is not None: + next_hop.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + + _schema_on_200_201 = cls._schema_on_200_201 + _schema_on_200_201.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200_201.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200_201.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200_201.properties + properties.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + properties.annotation = AAZStrType() + properties.bfd_disabled_on_resources = AAZListType( + serialized_name="bfdDisabledOnResources", + flags={"read_only": True}, + ) + properties.bfd_for_static_routes_disabled_on_resources = AAZListType( + serialized_name="bfdForStaticRoutesDisabledOnResources", + flags={"read_only": True}, + ) + properties.bgp_configuration = AAZObjectType( + serialized_name="bgpConfiguration", + ) + properties.bgp_disabled_on_resources = AAZListType( + serialized_name="bgpDisabledOnResources", + flags={"read_only": True}, + ) + properties.connected_i_pv4_subnets = AAZListType( + serialized_name="connectedIPv4Subnets", + ) + properties.connected_i_pv6_subnets = AAZListType( + serialized_name="connectedIPv6Subnets", + ) + properties.disabled_on_resources = AAZListType( + serialized_name="disabledOnResources", + flags={"read_only": True}, + ) + properties.export_route_policy_id = AAZStrType( + serialized_name="exportRoutePolicyId", + ) + properties.import_route_policy_id = AAZStrType( + serialized_name="importRoutePolicyId", + ) + properties.mtu = AAZIntType() + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.static_route_configuration = AAZObjectType( + serialized_name="staticRouteConfiguration", + ) + properties.vlan_id = AAZIntType( + serialized_name="vlanId", + flags={"required": True}, + ) + + bfd_disabled_on_resources = cls._schema_on_200_201.properties.bfd_disabled_on_resources + bfd_disabled_on_resources.Element = AAZStrType() + + bfd_for_static_routes_disabled_on_resources = cls._schema_on_200_201.properties.bfd_for_static_routes_disabled_on_resources + bfd_for_static_routes_disabled_on_resources.Element = AAZStrType() + + bgp_configuration = cls._schema_on_200_201.properties.bgp_configuration + bgp_configuration.allow_as = AAZIntType( + serialized_name="allowAS", + ) + bgp_configuration.allow_as_override = AAZStrType( + serialized_name="allowASOverride", + ) + bgp_configuration.annotation = AAZStrType() + bgp_configuration.bfd_configuration = AAZObjectType( + serialized_name="bfdConfiguration", + ) + _CreateHelper._build_schema_bfd_configuration_read(bgp_configuration.bfd_configuration) + bgp_configuration.default_route_originate = AAZStrType( + serialized_name="defaultRouteOriginate", + ) + bgp_configuration.fabric_asn = AAZIntType( + serialized_name="fabricASN", + flags={"read_only": True}, + ) + bgp_configuration.ipv4_listen_range_prefixes = AAZListType( + serialized_name="ipv4ListenRangePrefixes", + ) + bgp_configuration.ipv4_neighbor_address = AAZListType( + serialized_name="ipv4NeighborAddress", + ) + bgp_configuration.ipv6_listen_range_prefixes = AAZListType( + serialized_name="ipv6ListenRangePrefixes", + ) + bgp_configuration.ipv6_neighbor_address = AAZListType( + serialized_name="ipv6NeighborAddress", + ) + bgp_configuration.peer_asn = AAZIntType( + serialized_name="peerASN", + flags={"required": True}, + ) + + ipv4_listen_range_prefixes = cls._schema_on_200_201.properties.bgp_configuration.ipv4_listen_range_prefixes + ipv4_listen_range_prefixes.Element = AAZStrType() + + ipv4_neighbor_address = cls._schema_on_200_201.properties.bgp_configuration.ipv4_neighbor_address + ipv4_neighbor_address.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.bgp_configuration.ipv4_neighbor_address.Element + _element.address = AAZStrType() + _element.operational_state = AAZStrType( + serialized_name="operationalState", + flags={"read_only": True}, + ) + + ipv6_listen_range_prefixes = cls._schema_on_200_201.properties.bgp_configuration.ipv6_listen_range_prefixes + ipv6_listen_range_prefixes.Element = AAZStrType() + + ipv6_neighbor_address = cls._schema_on_200_201.properties.bgp_configuration.ipv6_neighbor_address + ipv6_neighbor_address.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.bgp_configuration.ipv6_neighbor_address.Element + _element.address = AAZStrType() + _element.operational_state = AAZStrType( + serialized_name="operationalState", + flags={"read_only": True}, + ) + + bgp_disabled_on_resources = cls._schema_on_200_201.properties.bgp_disabled_on_resources + bgp_disabled_on_resources.Element = AAZStrType() + + connected_i_pv4_subnets = cls._schema_on_200_201.properties.connected_i_pv4_subnets + connected_i_pv4_subnets.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.connected_i_pv4_subnets.Element + _element.annotation = AAZStrType() + _element.prefix = AAZStrType() + + connected_i_pv6_subnets = cls._schema_on_200_201.properties.connected_i_pv6_subnets + connected_i_pv6_subnets.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.connected_i_pv6_subnets.Element + _element.annotation = AAZStrType() + _element.prefix = AAZStrType() + + disabled_on_resources = cls._schema_on_200_201.properties.disabled_on_resources + disabled_on_resources.Element = AAZStrType() + + static_route_configuration = cls._schema_on_200_201.properties.static_route_configuration + static_route_configuration.bfd_configuration = AAZObjectType( + serialized_name="bfdConfiguration", + ) + _CreateHelper._build_schema_bfd_configuration_read(static_route_configuration.bfd_configuration) + static_route_configuration.ipv4_routes = AAZListType( + serialized_name="ipv4Routes", + ) + static_route_configuration.ipv6_routes = AAZListType( + serialized_name="ipv6Routes", + ) + + ipv4_routes = cls._schema_on_200_201.properties.static_route_configuration.ipv4_routes + ipv4_routes.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.static_route_configuration.ipv4_routes.Element + _element.next_hop = AAZListType( + serialized_name="nextHop", + flags={"required": True}, + ) + _element.prefix = AAZStrType( + flags={"required": True}, + ) + + next_hop = cls._schema_on_200_201.properties.static_route_configuration.ipv4_routes.Element.next_hop + next_hop.Element = AAZStrType() + + ipv6_routes = cls._schema_on_200_201.properties.static_route_configuration.ipv6_routes + ipv6_routes.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.static_route_configuration.ipv6_routes.Element + _element.next_hop = AAZListType( + serialized_name="nextHop", + flags={"required": True}, + ) + _element.prefix = AAZStrType( + flags={"required": True}, + ) + + next_hop = cls._schema_on_200_201.properties.static_route_configuration.ipv6_routes.Element.next_hop + next_hop.Element = AAZStrType() + + system_data = cls._schema_on_200_201.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200_201 + + +class _CreateHelper: + """Helper class for Create""" + + _schema_bfd_configuration_read = None + + @classmethod + def _build_schema_bfd_configuration_read(cls, _schema): + if cls._schema_bfd_configuration_read is not None: + _schema.administrative_state = cls._schema_bfd_configuration_read.administrative_state + _schema.interval = cls._schema_bfd_configuration_read.interval + _schema.multiplier = cls._schema_bfd_configuration_read.multiplier + return + + cls._schema_bfd_configuration_read = _schema_bfd_configuration_read = AAZObjectType() + + bfd_configuration_read = _schema_bfd_configuration_read + bfd_configuration_read.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + bfd_configuration_read.interval = AAZIntType( + flags={"read_only": True}, + ) + bfd_configuration_read.multiplier = AAZIntType( + flags={"read_only": True}, + ) + + _schema.administrative_state = cls._schema_bfd_configuration_read.administrative_state + _schema.interval = cls._schema_bfd_configuration_read.interval + _schema.multiplier = cls._schema_bfd_configuration_read.multiplier + + +__all__ = ["Create"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/internalnetwork/_delete.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/internalnetwork/_delete.py new file mode 100644 index 00000000000..f42daa052fe --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/internalnetwork/_delete.py @@ -0,0 +1,173 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric internalnetwork delete", +) +class Delete(AAZCommand): + """Delete the Internal Network resource. + + :example: Delete the Internal Network + az networkfabric internalnetwork delete --resource-group "example-rg" --l3domain "example-l3domain" --resource-name "example-internalnetwork" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks/{}", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the InternalNetwork", + required=True, + id_part="child_name_1", + ) + _args_schema.l3_isolation_domain_name = AAZStrArg( + options=["--l3domain", "--l3-isolation-domain-name"], + help="Name of the L3IsolationDomain", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.InternalNetworksDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class InternalNetworksDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/internalNetworks/{internalNetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "internalNetworkName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "l3IsolationDomainName", self.ctx.args.l3_isolation_domain_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/internalnetwork/_list.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/internalnetwork/_list.py new file mode 100644 index 00000000000..f6e341001a9 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/internalnetwork/_list.py @@ -0,0 +1,417 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric internalnetwork list", +) +class List(AAZCommand): + """List all Internal Networks in the provided resource group. + + :example: List the Internal Networks for Resource Group + az networkfabric internalnetwork list --resource-group "example-rg" --l3domain "example-l3domain" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.l3_isolation_domain_name = AAZStrArg( + options=["--l3domain", "--l3-isolation-domain-name"], + help="Name of the L3IsolationDomain", + required=True, + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.InternalNetworksList(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class InternalNetworksList(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/internalNetworks", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "l3IsolationDomainName", self.ctx.args.l3_isolation_domain_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + properties.annotation = AAZStrType() + properties.bfd_disabled_on_resources = AAZListType( + serialized_name="bfdDisabledOnResources", + flags={"read_only": True}, + ) + properties.bfd_for_static_routes_disabled_on_resources = AAZListType( + serialized_name="bfdForStaticRoutesDisabledOnResources", + flags={"read_only": True}, + ) + properties.bgp_configuration = AAZObjectType( + serialized_name="bgpConfiguration", + ) + properties.bgp_disabled_on_resources = AAZListType( + serialized_name="bgpDisabledOnResources", + flags={"read_only": True}, + ) + properties.connected_i_pv4_subnets = AAZListType( + serialized_name="connectedIPv4Subnets", + ) + properties.connected_i_pv6_subnets = AAZListType( + serialized_name="connectedIPv6Subnets", + ) + properties.disabled_on_resources = AAZListType( + serialized_name="disabledOnResources", + flags={"read_only": True}, + ) + properties.export_route_policy_id = AAZStrType( + serialized_name="exportRoutePolicyId", + ) + properties.import_route_policy_id = AAZStrType( + serialized_name="importRoutePolicyId", + ) + properties.mtu = AAZIntType() + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.static_route_configuration = AAZObjectType( + serialized_name="staticRouteConfiguration", + ) + properties.vlan_id = AAZIntType( + serialized_name="vlanId", + flags={"required": True}, + ) + + bfd_disabled_on_resources = cls._schema_on_200.value.Element.properties.bfd_disabled_on_resources + bfd_disabled_on_resources.Element = AAZStrType() + + bfd_for_static_routes_disabled_on_resources = cls._schema_on_200.value.Element.properties.bfd_for_static_routes_disabled_on_resources + bfd_for_static_routes_disabled_on_resources.Element = AAZStrType() + + bgp_configuration = cls._schema_on_200.value.Element.properties.bgp_configuration + bgp_configuration.allow_as = AAZIntType( + serialized_name="allowAS", + ) + bgp_configuration.allow_as_override = AAZStrType( + serialized_name="allowASOverride", + ) + bgp_configuration.annotation = AAZStrType() + bgp_configuration.bfd_configuration = AAZObjectType( + serialized_name="bfdConfiguration", + ) + _ListHelper._build_schema_bfd_configuration_read(bgp_configuration.bfd_configuration) + bgp_configuration.default_route_originate = AAZStrType( + serialized_name="defaultRouteOriginate", + ) + bgp_configuration.fabric_asn = AAZIntType( + serialized_name="fabricASN", + flags={"read_only": True}, + ) + bgp_configuration.ipv4_listen_range_prefixes = AAZListType( + serialized_name="ipv4ListenRangePrefixes", + ) + bgp_configuration.ipv4_neighbor_address = AAZListType( + serialized_name="ipv4NeighborAddress", + ) + bgp_configuration.ipv6_listen_range_prefixes = AAZListType( + serialized_name="ipv6ListenRangePrefixes", + ) + bgp_configuration.ipv6_neighbor_address = AAZListType( + serialized_name="ipv6NeighborAddress", + ) + bgp_configuration.peer_asn = AAZIntType( + serialized_name="peerASN", + flags={"required": True}, + ) + + ipv4_listen_range_prefixes = cls._schema_on_200.value.Element.properties.bgp_configuration.ipv4_listen_range_prefixes + ipv4_listen_range_prefixes.Element = AAZStrType() + + ipv4_neighbor_address = cls._schema_on_200.value.Element.properties.bgp_configuration.ipv4_neighbor_address + ipv4_neighbor_address.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.bgp_configuration.ipv4_neighbor_address.Element + _element.address = AAZStrType() + _element.operational_state = AAZStrType( + serialized_name="operationalState", + flags={"read_only": True}, + ) + + ipv6_listen_range_prefixes = cls._schema_on_200.value.Element.properties.bgp_configuration.ipv6_listen_range_prefixes + ipv6_listen_range_prefixes.Element = AAZStrType() + + ipv6_neighbor_address = cls._schema_on_200.value.Element.properties.bgp_configuration.ipv6_neighbor_address + ipv6_neighbor_address.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.bgp_configuration.ipv6_neighbor_address.Element + _element.address = AAZStrType() + _element.operational_state = AAZStrType( + serialized_name="operationalState", + flags={"read_only": True}, + ) + + bgp_disabled_on_resources = cls._schema_on_200.value.Element.properties.bgp_disabled_on_resources + bgp_disabled_on_resources.Element = AAZStrType() + + connected_i_pv4_subnets = cls._schema_on_200.value.Element.properties.connected_i_pv4_subnets + connected_i_pv4_subnets.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.connected_i_pv4_subnets.Element + _element.annotation = AAZStrType() + _element.prefix = AAZStrType() + + connected_i_pv6_subnets = cls._schema_on_200.value.Element.properties.connected_i_pv6_subnets + connected_i_pv6_subnets.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.connected_i_pv6_subnets.Element + _element.annotation = AAZStrType() + _element.prefix = AAZStrType() + + disabled_on_resources = cls._schema_on_200.value.Element.properties.disabled_on_resources + disabled_on_resources.Element = AAZStrType() + + static_route_configuration = cls._schema_on_200.value.Element.properties.static_route_configuration + static_route_configuration.bfd_configuration = AAZObjectType( + serialized_name="bfdConfiguration", + ) + _ListHelper._build_schema_bfd_configuration_read(static_route_configuration.bfd_configuration) + static_route_configuration.ipv4_routes = AAZListType( + serialized_name="ipv4Routes", + ) + static_route_configuration.ipv6_routes = AAZListType( + serialized_name="ipv6Routes", + ) + + ipv4_routes = cls._schema_on_200.value.Element.properties.static_route_configuration.ipv4_routes + ipv4_routes.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.static_route_configuration.ipv4_routes.Element + _element.next_hop = AAZListType( + serialized_name="nextHop", + flags={"required": True}, + ) + _element.prefix = AAZStrType( + flags={"required": True}, + ) + + next_hop = cls._schema_on_200.value.Element.properties.static_route_configuration.ipv4_routes.Element.next_hop + next_hop.Element = AAZStrType() + + ipv6_routes = cls._schema_on_200.value.Element.properties.static_route_configuration.ipv6_routes + ipv6_routes.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.static_route_configuration.ipv6_routes.Element + _element.next_hop = AAZListType( + serialized_name="nextHop", + flags={"required": True}, + ) + _element.prefix = AAZStrType( + flags={"required": True}, + ) + + next_hop = cls._schema_on_200.value.Element.properties.static_route_configuration.ipv6_routes.Element.next_hop + next_hop.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + _schema_bfd_configuration_read = None + + @classmethod + def _build_schema_bfd_configuration_read(cls, _schema): + if cls._schema_bfd_configuration_read is not None: + _schema.administrative_state = cls._schema_bfd_configuration_read.administrative_state + _schema.interval = cls._schema_bfd_configuration_read.interval + _schema.multiplier = cls._schema_bfd_configuration_read.multiplier + return + + cls._schema_bfd_configuration_read = _schema_bfd_configuration_read = AAZObjectType() + + bfd_configuration_read = _schema_bfd_configuration_read + bfd_configuration_read.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + bfd_configuration_read.interval = AAZIntType( + flags={"read_only": True}, + ) + bfd_configuration_read.multiplier = AAZIntType( + flags={"read_only": True}, + ) + + _schema.administrative_state = cls._schema_bfd_configuration_read.administrative_state + _schema.interval = cls._schema_bfd_configuration_read.interval + _schema.multiplier = cls._schema_bfd_configuration_read.multiplier + + +__all__ = ["List"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/internalnetwork/_show.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/internalnetwork/_show.py new file mode 100644 index 00000000000..67300f33ba7 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/internalnetwork/_show.py @@ -0,0 +1,419 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric internalnetwork show", +) +class Show(AAZCommand): + """Show details of the provided Internal Network resource. + + :example: Show the Internal Network + az networkfabric internalnetwork show --resource-group "example-rg" --resource-name "example-internalnetwork" --l3domain "example-l3domain" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the InternalNetwork", + required=True, + id_part="child_name_1", + ) + _args_schema.l3_isolation_domain_name = AAZStrArg( + options=["--l3domain", "--l3-isolation-domain-name"], + help="Name of the L3IsolationDomain", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.InternalNetworksGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class InternalNetworksGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/internalNetworks/{internalNetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "internalNetworkName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "l3IsolationDomainName", self.ctx.args.l3_isolation_domain_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + properties.annotation = AAZStrType() + properties.bfd_disabled_on_resources = AAZListType( + serialized_name="bfdDisabledOnResources", + flags={"read_only": True}, + ) + properties.bfd_for_static_routes_disabled_on_resources = AAZListType( + serialized_name="bfdForStaticRoutesDisabledOnResources", + flags={"read_only": True}, + ) + properties.bgp_configuration = AAZObjectType( + serialized_name="bgpConfiguration", + ) + properties.bgp_disabled_on_resources = AAZListType( + serialized_name="bgpDisabledOnResources", + flags={"read_only": True}, + ) + properties.connected_i_pv4_subnets = AAZListType( + serialized_name="connectedIPv4Subnets", + ) + properties.connected_i_pv6_subnets = AAZListType( + serialized_name="connectedIPv6Subnets", + ) + properties.disabled_on_resources = AAZListType( + serialized_name="disabledOnResources", + flags={"read_only": True}, + ) + properties.export_route_policy_id = AAZStrType( + serialized_name="exportRoutePolicyId", + ) + properties.import_route_policy_id = AAZStrType( + serialized_name="importRoutePolicyId", + ) + properties.mtu = AAZIntType() + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.static_route_configuration = AAZObjectType( + serialized_name="staticRouteConfiguration", + ) + properties.vlan_id = AAZIntType( + serialized_name="vlanId", + flags={"required": True}, + ) + + bfd_disabled_on_resources = cls._schema_on_200.properties.bfd_disabled_on_resources + bfd_disabled_on_resources.Element = AAZStrType() + + bfd_for_static_routes_disabled_on_resources = cls._schema_on_200.properties.bfd_for_static_routes_disabled_on_resources + bfd_for_static_routes_disabled_on_resources.Element = AAZStrType() + + bgp_configuration = cls._schema_on_200.properties.bgp_configuration + bgp_configuration.allow_as = AAZIntType( + serialized_name="allowAS", + ) + bgp_configuration.allow_as_override = AAZStrType( + serialized_name="allowASOverride", + ) + bgp_configuration.annotation = AAZStrType() + bgp_configuration.bfd_configuration = AAZObjectType( + serialized_name="bfdConfiguration", + ) + _ShowHelper._build_schema_bfd_configuration_read(bgp_configuration.bfd_configuration) + bgp_configuration.default_route_originate = AAZStrType( + serialized_name="defaultRouteOriginate", + ) + bgp_configuration.fabric_asn = AAZIntType( + serialized_name="fabricASN", + flags={"read_only": True}, + ) + bgp_configuration.ipv4_listen_range_prefixes = AAZListType( + serialized_name="ipv4ListenRangePrefixes", + ) + bgp_configuration.ipv4_neighbor_address = AAZListType( + serialized_name="ipv4NeighborAddress", + ) + bgp_configuration.ipv6_listen_range_prefixes = AAZListType( + serialized_name="ipv6ListenRangePrefixes", + ) + bgp_configuration.ipv6_neighbor_address = AAZListType( + serialized_name="ipv6NeighborAddress", + ) + bgp_configuration.peer_asn = AAZIntType( + serialized_name="peerASN", + flags={"required": True}, + ) + + ipv4_listen_range_prefixes = cls._schema_on_200.properties.bgp_configuration.ipv4_listen_range_prefixes + ipv4_listen_range_prefixes.Element = AAZStrType() + + ipv4_neighbor_address = cls._schema_on_200.properties.bgp_configuration.ipv4_neighbor_address + ipv4_neighbor_address.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.bgp_configuration.ipv4_neighbor_address.Element + _element.address = AAZStrType() + _element.operational_state = AAZStrType( + serialized_name="operationalState", + flags={"read_only": True}, + ) + + ipv6_listen_range_prefixes = cls._schema_on_200.properties.bgp_configuration.ipv6_listen_range_prefixes + ipv6_listen_range_prefixes.Element = AAZStrType() + + ipv6_neighbor_address = cls._schema_on_200.properties.bgp_configuration.ipv6_neighbor_address + ipv6_neighbor_address.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.bgp_configuration.ipv6_neighbor_address.Element + _element.address = AAZStrType() + _element.operational_state = AAZStrType( + serialized_name="operationalState", + flags={"read_only": True}, + ) + + bgp_disabled_on_resources = cls._schema_on_200.properties.bgp_disabled_on_resources + bgp_disabled_on_resources.Element = AAZStrType() + + connected_i_pv4_subnets = cls._schema_on_200.properties.connected_i_pv4_subnets + connected_i_pv4_subnets.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.connected_i_pv4_subnets.Element + _element.annotation = AAZStrType() + _element.prefix = AAZStrType() + + connected_i_pv6_subnets = cls._schema_on_200.properties.connected_i_pv6_subnets + connected_i_pv6_subnets.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.connected_i_pv6_subnets.Element + _element.annotation = AAZStrType() + _element.prefix = AAZStrType() + + disabled_on_resources = cls._schema_on_200.properties.disabled_on_resources + disabled_on_resources.Element = AAZStrType() + + static_route_configuration = cls._schema_on_200.properties.static_route_configuration + static_route_configuration.bfd_configuration = AAZObjectType( + serialized_name="bfdConfiguration", + ) + _ShowHelper._build_schema_bfd_configuration_read(static_route_configuration.bfd_configuration) + static_route_configuration.ipv4_routes = AAZListType( + serialized_name="ipv4Routes", + ) + static_route_configuration.ipv6_routes = AAZListType( + serialized_name="ipv6Routes", + ) + + ipv4_routes = cls._schema_on_200.properties.static_route_configuration.ipv4_routes + ipv4_routes.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.static_route_configuration.ipv4_routes.Element + _element.next_hop = AAZListType( + serialized_name="nextHop", + flags={"required": True}, + ) + _element.prefix = AAZStrType( + flags={"required": True}, + ) + + next_hop = cls._schema_on_200.properties.static_route_configuration.ipv4_routes.Element.next_hop + next_hop.Element = AAZStrType() + + ipv6_routes = cls._schema_on_200.properties.static_route_configuration.ipv6_routes + ipv6_routes.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.static_route_configuration.ipv6_routes.Element + _element.next_hop = AAZListType( + serialized_name="nextHop", + flags={"required": True}, + ) + _element.prefix = AAZStrType( + flags={"required": True}, + ) + + next_hop = cls._schema_on_200.properties.static_route_configuration.ipv6_routes.Element.next_hop + next_hop.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + _schema_bfd_configuration_read = None + + @classmethod + def _build_schema_bfd_configuration_read(cls, _schema): + if cls._schema_bfd_configuration_read is not None: + _schema.administrative_state = cls._schema_bfd_configuration_read.administrative_state + _schema.interval = cls._schema_bfd_configuration_read.interval + _schema.multiplier = cls._schema_bfd_configuration_read.multiplier + return + + cls._schema_bfd_configuration_read = _schema_bfd_configuration_read = AAZObjectType() + + bfd_configuration_read = _schema_bfd_configuration_read + bfd_configuration_read.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + bfd_configuration_read.interval = AAZIntType( + flags={"read_only": True}, + ) + bfd_configuration_read.multiplier = AAZIntType( + flags={"read_only": True}, + ) + + _schema.administrative_state = cls._schema_bfd_configuration_read.administrative_state + _schema.interval = cls._schema_bfd_configuration_read.interval + _schema.multiplier = cls._schema_bfd_configuration_read.multiplier + + +__all__ = ["Show"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/internalnetwork/_update_admin_state.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/internalnetwork/_update_admin_state.py new file mode 100644 index 00000000000..07882eab323 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/internalnetwork/_update_admin_state.py @@ -0,0 +1,204 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric internalnetwork update-admin-state", +) +class UpdateAdminState(AAZCommand): + """Update the admin state of the provided Internal Network resource. + + :example: Update admin state of Internal Network + az networkfabric internalnetwork update-admin-state --resource-group "example-rg" --l3domain "example-l3domain" --resource-name "example-internalNetwork" --state "Enable" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks/{}/updateadministrativestate", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the InternalNetwork.", + required=True, + id_part="child_name_1", + ) + _args_schema.l3_isolation_domain_name = AAZStrArg( + options=["--l3domain", "--l3-isolation-domain-name"], + help="Name of the L3IsolationDomain", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + + # define Arg Group "Body" + + _args_schema = cls._args_schema + _args_schema.resource_ids = AAZListArg( + options=["--resource-ids"], + arg_group="Body", + help="Network Fabrics or Network Rack resource Id.", + ) + _args_schema.state = AAZStrArg( + options=["--state"], + arg_group="Body", + help="Administrative state.", + enum={"Disable": "Disable", "Enable": "Enable"}, + ) + + resource_ids = cls._args_schema.resource_ids + resource_ids.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.InternalNetworksUpdateAdministrativeState(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class InternalNetworksUpdateAdministrativeState(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/internalNetworks/{internalNetworkName}/updateAdministrativeState", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "internalNetworkName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "l3IsolationDomainName", self.ctx.args.l3_isolation_domain_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("resourceIds", AAZListType, ".resource_ids") + _builder.set_prop("state", AAZStrType, ".state") + + resource_ids = _builder.get(".resourceIds") + if resource_ids is not None: + resource_ids.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + pass + + +class _UpdateAdminStateHelper: + """Helper class for UpdateAdminState""" + + +__all__ = ["UpdateAdminState"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/internalnetwork/_wait.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/internalnetwork/_wait.py new file mode 100644 index 00000000000..157a5b63405 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/internalnetwork/_wait.py @@ -0,0 +1,415 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric internalnetwork wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the InternalNetwork", + required=True, + id_part="child_name_1", + ) + _args_schema.l3_isolation_domain_name = AAZStrArg( + options=["--l3domain", "--l3-isolation-domain-name"], + help="Name of the L3IsolationDomain", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.InternalNetworksGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class InternalNetworksGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/internalNetworks/{internalNetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "internalNetworkName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "l3IsolationDomainName", self.ctx.args.l3_isolation_domain_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + properties.annotation = AAZStrType() + properties.bfd_disabled_on_resources = AAZListType( + serialized_name="bfdDisabledOnResources", + flags={"read_only": True}, + ) + properties.bfd_for_static_routes_disabled_on_resources = AAZListType( + serialized_name="bfdForStaticRoutesDisabledOnResources", + flags={"read_only": True}, + ) + properties.bgp_configuration = AAZObjectType( + serialized_name="bgpConfiguration", + ) + properties.bgp_disabled_on_resources = AAZListType( + serialized_name="bgpDisabledOnResources", + flags={"read_only": True}, + ) + properties.connected_i_pv4_subnets = AAZListType( + serialized_name="connectedIPv4Subnets", + ) + properties.connected_i_pv6_subnets = AAZListType( + serialized_name="connectedIPv6Subnets", + ) + properties.disabled_on_resources = AAZListType( + serialized_name="disabledOnResources", + flags={"read_only": True}, + ) + properties.export_route_policy_id = AAZStrType( + serialized_name="exportRoutePolicyId", + ) + properties.import_route_policy_id = AAZStrType( + serialized_name="importRoutePolicyId", + ) + properties.mtu = AAZIntType() + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.static_route_configuration = AAZObjectType( + serialized_name="staticRouteConfiguration", + ) + properties.vlan_id = AAZIntType( + serialized_name="vlanId", + flags={"required": True}, + ) + + bfd_disabled_on_resources = cls._schema_on_200.properties.bfd_disabled_on_resources + bfd_disabled_on_resources.Element = AAZStrType() + + bfd_for_static_routes_disabled_on_resources = cls._schema_on_200.properties.bfd_for_static_routes_disabled_on_resources + bfd_for_static_routes_disabled_on_resources.Element = AAZStrType() + + bgp_configuration = cls._schema_on_200.properties.bgp_configuration + bgp_configuration.allow_as = AAZIntType( + serialized_name="allowAS", + ) + bgp_configuration.allow_as_override = AAZStrType( + serialized_name="allowASOverride", + ) + bgp_configuration.annotation = AAZStrType() + bgp_configuration.bfd_configuration = AAZObjectType( + serialized_name="bfdConfiguration", + ) + _WaitHelper._build_schema_bfd_configuration_read(bgp_configuration.bfd_configuration) + bgp_configuration.default_route_originate = AAZStrType( + serialized_name="defaultRouteOriginate", + ) + bgp_configuration.fabric_asn = AAZIntType( + serialized_name="fabricASN", + flags={"read_only": True}, + ) + bgp_configuration.ipv4_listen_range_prefixes = AAZListType( + serialized_name="ipv4ListenRangePrefixes", + ) + bgp_configuration.ipv4_neighbor_address = AAZListType( + serialized_name="ipv4NeighborAddress", + ) + bgp_configuration.ipv6_listen_range_prefixes = AAZListType( + serialized_name="ipv6ListenRangePrefixes", + ) + bgp_configuration.ipv6_neighbor_address = AAZListType( + serialized_name="ipv6NeighborAddress", + ) + bgp_configuration.peer_asn = AAZIntType( + serialized_name="peerASN", + flags={"required": True}, + ) + + ipv4_listen_range_prefixes = cls._schema_on_200.properties.bgp_configuration.ipv4_listen_range_prefixes + ipv4_listen_range_prefixes.Element = AAZStrType() + + ipv4_neighbor_address = cls._schema_on_200.properties.bgp_configuration.ipv4_neighbor_address + ipv4_neighbor_address.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.bgp_configuration.ipv4_neighbor_address.Element + _element.address = AAZStrType() + _element.operational_state = AAZStrType( + serialized_name="operationalState", + flags={"read_only": True}, + ) + + ipv6_listen_range_prefixes = cls._schema_on_200.properties.bgp_configuration.ipv6_listen_range_prefixes + ipv6_listen_range_prefixes.Element = AAZStrType() + + ipv6_neighbor_address = cls._schema_on_200.properties.bgp_configuration.ipv6_neighbor_address + ipv6_neighbor_address.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.bgp_configuration.ipv6_neighbor_address.Element + _element.address = AAZStrType() + _element.operational_state = AAZStrType( + serialized_name="operationalState", + flags={"read_only": True}, + ) + + bgp_disabled_on_resources = cls._schema_on_200.properties.bgp_disabled_on_resources + bgp_disabled_on_resources.Element = AAZStrType() + + connected_i_pv4_subnets = cls._schema_on_200.properties.connected_i_pv4_subnets + connected_i_pv4_subnets.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.connected_i_pv4_subnets.Element + _element.annotation = AAZStrType() + _element.prefix = AAZStrType() + + connected_i_pv6_subnets = cls._schema_on_200.properties.connected_i_pv6_subnets + connected_i_pv6_subnets.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.connected_i_pv6_subnets.Element + _element.annotation = AAZStrType() + _element.prefix = AAZStrType() + + disabled_on_resources = cls._schema_on_200.properties.disabled_on_resources + disabled_on_resources.Element = AAZStrType() + + static_route_configuration = cls._schema_on_200.properties.static_route_configuration + static_route_configuration.bfd_configuration = AAZObjectType( + serialized_name="bfdConfiguration", + ) + _WaitHelper._build_schema_bfd_configuration_read(static_route_configuration.bfd_configuration) + static_route_configuration.ipv4_routes = AAZListType( + serialized_name="ipv4Routes", + ) + static_route_configuration.ipv6_routes = AAZListType( + serialized_name="ipv6Routes", + ) + + ipv4_routes = cls._schema_on_200.properties.static_route_configuration.ipv4_routes + ipv4_routes.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.static_route_configuration.ipv4_routes.Element + _element.next_hop = AAZListType( + serialized_name="nextHop", + flags={"required": True}, + ) + _element.prefix = AAZStrType( + flags={"required": True}, + ) + + next_hop = cls._schema_on_200.properties.static_route_configuration.ipv4_routes.Element.next_hop + next_hop.Element = AAZStrType() + + ipv6_routes = cls._schema_on_200.properties.static_route_configuration.ipv6_routes + ipv6_routes.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.static_route_configuration.ipv6_routes.Element + _element.next_hop = AAZListType( + serialized_name="nextHop", + flags={"required": True}, + ) + _element.prefix = AAZStrType( + flags={"required": True}, + ) + + next_hop = cls._schema_on_200.properties.static_route_configuration.ipv6_routes.Element.next_hop + next_hop.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + _schema_bfd_configuration_read = None + + @classmethod + def _build_schema_bfd_configuration_read(cls, _schema): + if cls._schema_bfd_configuration_read is not None: + _schema.administrative_state = cls._schema_bfd_configuration_read.administrative_state + _schema.interval = cls._schema_bfd_configuration_read.interval + _schema.multiplier = cls._schema_bfd_configuration_read.multiplier + return + + cls._schema_bfd_configuration_read = _schema_bfd_configuration_read = AAZObjectType() + + bfd_configuration_read = _schema_bfd_configuration_read + bfd_configuration_read.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + bfd_configuration_read.interval = AAZIntType( + flags={"read_only": True}, + ) + bfd_configuration_read.multiplier = AAZIntType( + flags={"read_only": True}, + ) + + _schema.administrative_state = cls._schema_bfd_configuration_read.administrative_state + _schema.interval = cls._schema_bfd_configuration_read.interval + _schema.multiplier = cls._schema_bfd_configuration_read.multiplier + + +__all__ = ["Wait"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipcommunity/__cmd_group.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipcommunity/__cmd_group.py new file mode 100644 index 00000000000..d10e0a7b81b --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipcommunity/__cmd_group.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkfabric ipcommunity", +) +class __CMDGroup(AAZCommandGroup): + """Manage Ip Community Resource + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipcommunity/__init__.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipcommunity/__init__.py new file mode 100644 index 00000000000..2d1a2078686 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipcommunity/__init__.py @@ -0,0 +1,16 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._list import * +from ._show import * +from ._wait import * diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipcommunity/_create.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipcommunity/_create.py new file mode 100644 index 00000000000..1df43ed2f82 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipcommunity/_create.py @@ -0,0 +1,338 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric ipcommunity create", +) +class Create(AAZCommand): + """Create a Ip Community resource. + + :example: Create a Ip Community + az networkfabric ipcommunity create --resource-group "example-rg" --location "westus3" --resource-name "example-ipcommunity" --action "Deny" --well-known-communities "LocalAS" "GShut" --community-members "100:200" "101:201" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipcommunities/{}", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the IP Community", + required=True, + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + + # define Arg Group "Body" + + _args_schema = cls._args_schema + _args_schema.location = AAZResourceLocationArg( + arg_group="Body", + help="Location of Azure region", + required=True, + fmt=AAZResourceLocationArgFormat( + resource_group_arg="resource_group", + ), + ) + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="Body", + help="Resource tags.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.action = AAZStrArg( + options=["--action"], + arg_group="Properties", + help="Action to be taken on the configuration. Example: Permit | Deny.", + enum={"Deny": "Deny", "Permit": "Permit"}, + ) + _args_schema.annotation = AAZStrArg( + options=["--annotation"], + arg_group="Properties", + help="Switch configuration description.", + ) + _args_schema.community_members = AAZListArg( + options=["--community-members"], + arg_group="Properties", + help="List the communityMembers of IP Community.", + ) + _args_schema.well_known_communities = AAZListArg( + options=["--well-known-communities"], + arg_group="Properties", + help="Supported well known Community List.", + fmt=AAZListArgFormat( + unique=True, + ), + ) + + community_members = cls._args_schema.community_members + community_members.Element = AAZStrArg() + + well_known_communities = cls._args_schema.well_known_communities + well_known_communities.Element = AAZStrArg( + enum={"GShut": "GShut", "Internet": "Internet", "LocalAS": "LocalAS", "NoAdvertise": "NoAdvertise", "NoExport": "NoExport"}, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.IpCommunitiesCreate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class IpCommunitiesCreate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{ipCommunityName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "ipCommunityName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("location", AAZStrType, ".location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("properties", AAZObjectType, typ_kwargs={"flags": {"client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("action", AAZStrType, ".action", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("annotation", AAZStrType, ".annotation") + properties.set_prop("communityMembers", AAZListType, ".community_members", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("wellKnownCommunities", AAZListType, ".well_known_communities") + + community_members = _builder.get(".properties.communityMembers") + if community_members is not None: + community_members.set_elements(AAZStrType, ".") + + well_known_communities = _builder.get(".properties.wellKnownCommunities") + if well_known_communities is not None: + well_known_communities.set_elements(AAZStrType, ".") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + + _schema_on_200_201 = cls._schema_on_200_201 + _schema_on_200_201.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200_201.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200_201.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200_201.tags = AAZDictType() + _schema_on_200_201.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200_201.properties + properties.action = AAZStrType( + flags={"required": True}, + ) + properties.annotation = AAZStrType() + properties.community_members = AAZListType( + serialized_name="communityMembers", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.well_known_communities = AAZListType( + serialized_name="wellKnownCommunities", + ) + + community_members = cls._schema_on_200_201.properties.community_members + community_members.Element = AAZStrType() + + well_known_communities = cls._schema_on_200_201.properties.well_known_communities + well_known_communities.Element = AAZStrType() + + system_data = cls._schema_on_200_201.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200_201.tags + tags.Element = AAZStrType() + + return cls._schema_on_200_201 + + +class _CreateHelper: + """Helper class for Create""" + + +__all__ = ["Create"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipcommunity/_delete.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipcommunity/_delete.py new file mode 100644 index 00000000000..74e5728f64c --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipcommunity/_delete.py @@ -0,0 +1,163 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric ipcommunity delete", +) +class Delete(AAZCommand): + """Delete the Ip Community resource. + + :example: Delete the Ip Community + az networkfabric ipcommunity delete --resource-group "example-rg" --resource-name "example-ipcommunity" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipcommunities/{}", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the IP Community", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.IpCommunitiesDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class IpCommunitiesDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{ipCommunityName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "ipCommunityName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipcommunity/_list.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipcommunity/_list.py new file mode 100644 index 00000000000..fce3604ddd5 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipcommunity/_list.py @@ -0,0 +1,389 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric ipcommunity list", +) +class List(AAZCommand): + """List all Ip Communities in the provided resource group or subscription. + + :example: List the Ip Communities for Resource Group + az networkfabric ipcommunity list --resource-group "example-rg" + + :example: List the Ip Communities for Subscription + az networkfabric ipcommunity list --subscription "" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.managednetworkfabric/ipcommunities", "2023-02-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipcommunities", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + condition_0 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) + condition_1 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + if condition_0: + self.IpCommunitiesListByResourceGroup(ctx=self.ctx)() + if condition_1: + self.IpCommunitiesListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class IpCommunitiesListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipCommunities", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.action = AAZStrType( + flags={"required": True}, + ) + properties.annotation = AAZStrType() + properties.community_members = AAZListType( + serialized_name="communityMembers", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.well_known_communities = AAZListType( + serialized_name="wellKnownCommunities", + ) + + community_members = cls._schema_on_200.value.Element.properties.community_members + community_members.Element = AAZStrType() + + well_known_communities = cls._schema_on_200.value.Element.properties.well_known_communities + well_known_communities.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + class IpCommunitiesListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/ipCommunities", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.action = AAZStrType( + flags={"required": True}, + ) + properties.annotation = AAZStrType() + properties.community_members = AAZListType( + serialized_name="communityMembers", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.well_known_communities = AAZListType( + serialized_name="wellKnownCommunities", + ) + + community_members = cls._schema_on_200.value.Element.properties.community_members + community_members.Element = AAZStrType() + + well_known_communities = cls._schema_on_200.value.Element.properties.well_known_communities + well_known_communities.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipcommunity/_show.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipcommunity/_show.py new file mode 100644 index 00000000000..901fdf39a87 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipcommunity/_show.py @@ -0,0 +1,231 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric ipcommunity show", +) +class Show(AAZCommand): + """Show details of the provided Ip Community resource. + + :example: Show the Ip Community + az networkfabric ipcommunity show --resource-group "example-rg" --resource-name "example-ipcommunity" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipcommunities/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the IP Community", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.IpCommunitiesGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class IpCommunitiesGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{ipCommunityName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "ipCommunityName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.action = AAZStrType( + flags={"required": True}, + ) + properties.annotation = AAZStrType() + properties.community_members = AAZListType( + serialized_name="communityMembers", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.well_known_communities = AAZListType( + serialized_name="wellKnownCommunities", + ) + + community_members = cls._schema_on_200.properties.community_members + community_members.Element = AAZStrType() + + well_known_communities = cls._schema_on_200.properties.well_known_communities + well_known_communities.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipcommunity/_wait.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipcommunity/_wait.py new file mode 100644 index 00000000000..bfd25640ed8 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipcommunity/_wait.py @@ -0,0 +1,227 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric ipcommunity wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipcommunities/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the IP Community", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.IpCommunitiesGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class IpCommunitiesGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{ipCommunityName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "ipCommunityName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.action = AAZStrType( + flags={"required": True}, + ) + properties.annotation = AAZStrType() + properties.community_members = AAZListType( + serialized_name="communityMembers", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.well_known_communities = AAZListType( + serialized_name="wellKnownCommunities", + ) + + community_members = cls._schema_on_200.properties.community_members + community_members.Element = AAZStrType() + + well_known_communities = cls._schema_on_200.properties.well_known_communities + well_known_communities.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + +__all__ = ["Wait"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipextendedcommunity/__cmd_group.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipextendedcommunity/__cmd_group.py new file mode 100644 index 00000000000..ebd5b468807 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipextendedcommunity/__cmd_group.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkfabric ipextendedcommunity", +) +class __CMDGroup(AAZCommandGroup): + """Manage Ip Extended Community Resource + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipextendedcommunity/__init__.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipextendedcommunity/__init__.py new file mode 100644 index 00000000000..2d1a2078686 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipextendedcommunity/__init__.py @@ -0,0 +1,16 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._list import * +from ._show import * +from ._wait import * diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipextendedcommunity/_create.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipextendedcommunity/_create.py new file mode 100644 index 00000000000..51d844609d5 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipextendedcommunity/_create.py @@ -0,0 +1,314 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric ipextendedcommunity create", +) +class Create(AAZCommand): + """Create a Ip Extended Community resource. + + :example: Create a Ip Extended Community + az networkfabric ipextendedcommunity create --resource-group "example-rg" --location "westus3" --resource-name "example-ipextendedcommunity" --action "Deny" --route-targets "1024:219" "1001:200" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipextendedcommunities/{}", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the IP Extended Community", + required=True, + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + + # define Arg Group "Body" + + _args_schema = cls._args_schema + _args_schema.location = AAZResourceLocationArg( + arg_group="Body", + help="Location of Azure region", + required=True, + fmt=AAZResourceLocationArgFormat( + resource_group_arg="resource_group", + ), + ) + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="Body", + help="Resource tags.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.action = AAZStrArg( + options=["--action"], + arg_group="Properties", + help="Action to be taken on the configuration. Example: Permit | Deny.", + enum={"Deny": "Deny", "Permit": "Permit"}, + ) + _args_schema.annotation = AAZStrArg( + options=["--annotation"], + arg_group="Properties", + help="Switch configuration description.", + ) + _args_schema.route_targets = AAZListArg( + options=["--route-targets"], + arg_group="Properties", + help="Route Target List.The expected formats are ASN(plain):NN >> example 4294967294:50, ASN.ASN:NN >> example 65533.65333:40, IP-address:NN >> example 10.10.10.10:65535. The possible values of ASN,NN are in range of 0-65535, ASN(plain) is in range of 0-4294967295.", + ) + + route_targets = cls._args_schema.route_targets + route_targets.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.IpExtendedCommunitiesCreate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class IpExtendedCommunitiesCreate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/{ipExtendedCommunityName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "ipExtendedCommunityName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("location", AAZStrType, ".location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("properties", AAZObjectType, typ_kwargs={"flags": {"client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("action", AAZStrType, ".action", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("annotation", AAZStrType, ".annotation") + properties.set_prop("routeTargets", AAZListType, ".route_targets", typ_kwargs={"flags": {"required": True}}) + + route_targets = _builder.get(".properties.routeTargets") + if route_targets is not None: + route_targets.set_elements(AAZStrType, ".") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + + _schema_on_200_201 = cls._schema_on_200_201 + _schema_on_200_201.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200_201.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200_201.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200_201.tags = AAZDictType() + _schema_on_200_201.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200_201.properties + properties.action = AAZStrType( + flags={"required": True}, + ) + properties.annotation = AAZStrType() + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.route_targets = AAZListType( + serialized_name="routeTargets", + flags={"required": True}, + ) + + route_targets = cls._schema_on_200_201.properties.route_targets + route_targets.Element = AAZStrType() + + system_data = cls._schema_on_200_201.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200_201.tags + tags.Element = AAZStrType() + + return cls._schema_on_200_201 + + +class _CreateHelper: + """Helper class for Create""" + + +__all__ = ["Create"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipextendedcommunity/_delete.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipextendedcommunity/_delete.py new file mode 100644 index 00000000000..81de3dfa820 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipextendedcommunity/_delete.py @@ -0,0 +1,163 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric ipextendedcommunity delete", +) +class Delete(AAZCommand): + """Delete the Ip Extended Community resource. + + :example: Delete the Ip Extended Community + az networkfabric ipextendedcommunity delete --resource-group "example-rg" --resource-name "example-ipextendedcommunity" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipextendedcommunities/{}", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the IP Extended Community", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.IpExtendedCommunitiesDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class IpExtendedCommunitiesDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/{ipExtendedCommunityName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "ipExtendedCommunityName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipextendedcommunity/_list.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipextendedcommunity/_list.py new file mode 100644 index 00000000000..bb4a8cab654 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipextendedcommunity/_list.py @@ -0,0 +1,377 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric ipextendedcommunity list", +) +class List(AAZCommand): + """List all Ip Extended Communities in the provided resource group or subscription. + + :example: List the Ip Extended Communities for Resource Group + az networkfabric ipextendedcommunity list --resource-group "example-rg" + + :example: List the Ip Extended Communities for Subscription + az networkfabric ipextendedcommunity list --subscription "" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.managednetworkfabric/ipextendedcommunities", "2023-02-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipextendedcommunities", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + condition_0 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) + condition_1 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + if condition_0: + self.IpExtendedCommunitiesListByResourceGroup(ctx=self.ctx)() + if condition_1: + self.IpExtendedCommunitiesListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class IpExtendedCommunitiesListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.action = AAZStrType( + flags={"required": True}, + ) + properties.annotation = AAZStrType() + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.route_targets = AAZListType( + serialized_name="routeTargets", + flags={"required": True}, + ) + + route_targets = cls._schema_on_200.value.Element.properties.route_targets + route_targets.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + class IpExtendedCommunitiesListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.action = AAZStrType( + flags={"required": True}, + ) + properties.annotation = AAZStrType() + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.route_targets = AAZListType( + serialized_name="routeTargets", + flags={"required": True}, + ) + + route_targets = cls._schema_on_200.value.Element.properties.route_targets + route_targets.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipextendedcommunity/_show.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipextendedcommunity/_show.py new file mode 100644 index 00000000000..5d53469804f --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipextendedcommunity/_show.py @@ -0,0 +1,225 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric ipextendedcommunity show", +) +class Show(AAZCommand): + """Show details of the provided Ip Extended Community resource. + + :example: Show the Ip Community + az networkfabric ipextendedcommunity show --resource-group "example-rg" --resource-name "example-ipextendedcommunity" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipextendedcommunities/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the IP Extended Community", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.IpExtendedCommunitiesGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class IpExtendedCommunitiesGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/{ipExtendedCommunityName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "ipExtendedCommunityName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.action = AAZStrType( + flags={"required": True}, + ) + properties.annotation = AAZStrType() + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.route_targets = AAZListType( + serialized_name="routeTargets", + flags={"required": True}, + ) + + route_targets = cls._schema_on_200.properties.route_targets + route_targets.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipextendedcommunity/_wait.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipextendedcommunity/_wait.py new file mode 100644 index 00000000000..d5a38a24527 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipextendedcommunity/_wait.py @@ -0,0 +1,221 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric ipextendedcommunity wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipextendedcommunities/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the IP Extended Community", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.IpExtendedCommunitiesGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class IpExtendedCommunitiesGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/{ipExtendedCommunityName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "ipExtendedCommunityName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.action = AAZStrType( + flags={"required": True}, + ) + properties.annotation = AAZStrType() + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.route_targets = AAZListType( + serialized_name="routeTargets", + flags={"required": True}, + ) + + route_targets = cls._schema_on_200.properties.route_targets + route_targets.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + +__all__ = ["Wait"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipprefix/__cmd_group.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipprefix/__cmd_group.py new file mode 100644 index 00000000000..4b50c432451 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipprefix/__cmd_group.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkfabric ipprefix", +) +class __CMDGroup(AAZCommandGroup): + """Manage Ip Prefix Resource + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipprefix/__init__.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipprefix/__init__.py new file mode 100644 index 00000000000..2d1a2078686 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipprefix/__init__.py @@ -0,0 +1,16 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._list import * +from ._show import * +from ._wait import * diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipprefix/_create.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipprefix/_create.py new file mode 100644 index 00000000000..64700557bc5 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipprefix/_create.py @@ -0,0 +1,368 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric ipprefix create", +) +class Create(AAZCommand): + """Create a Ip Prefix resource. + + :example: Create a Ip Prefix + az networkfabric ipprefix create --resource-group "example-rg" --location "westus3" --resource-name "example-ipprefix" --ip-prefix-rules "[{action:Permit,sequenceNumber:1234,networkPrefix:'1.1.1.0/24',condition:EqualTo,subnetMaskLength:24}]" + + :example: Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + az networkfabric ipprefix create --ip-prefix-rules ?? + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipprefixes/{}", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the IP Prefix", + required=True, + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + + # define Arg Group "Body" + + _args_schema = cls._args_schema + _args_schema.location = AAZResourceLocationArg( + arg_group="Body", + help="Location of Azure region", + required=True, + fmt=AAZResourceLocationArgFormat( + resource_group_arg="resource_group", + ), + ) + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="Body", + help="Resource tags.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.annotation = AAZStrArg( + options=["--annotation"], + arg_group="Properties", + help="Switch configuration description.", + ) + _args_schema.ip_prefix_rules = AAZListArg( + options=["--ip-prefix-rules"], + arg_group="Properties", + help="IpPrefix contains the list of IP PrefixRules objects.", + required=True, + ) + + ip_prefix_rules = cls._args_schema.ip_prefix_rules + ip_prefix_rules.Element = AAZObjectArg() + + _element = cls._args_schema.ip_prefix_rules.Element + _element.action = AAZStrArg( + options=["action"], + help="Action to be taken on the configuration. Example: Permit | Deny.", + required=True, + enum={"Deny": "Deny", "Permit": "Permit"}, + ) + _element.condition = AAZStrArg( + options=["condition"], + help="Specify prefix-list bounds.", + enum={"EqualTo": "EqualTo", "GreaterThanOrEqualTo": "GreaterThanOrEqualTo", "LesserThanOrEqualTo": "LesserThanOrEqualTo"}, + ) + _element.network_prefix = AAZStrArg( + options=["network-prefix"], + help="Network Prefix specifying IPv4/IPv6 packets to be permitted or denied. Example: 1.1.1.0/24 | 3FFE:FFFF:0:CD30::/126 ", + required=True, + ) + _element.sequence_number = AAZIntArg( + options=["sequence-number"], + help="Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored. The value should be between 1 to 4294967295.", + required=True, + fmt=AAZIntArgFormat( + maximum=4294967295, + minimum=1, + ), + ) + _element.subnet_mask_length = AAZIntArg( + options=["subnet-mask-length"], + help="SubnetMaskLength gives the minimum NetworkPrefix length to be matched.Possible values for IPv4 are 1 - 32. Possible values of IPv6 are 1 - 128.", + fmt=AAZIntArgFormat( + maximum=128, + minimum=1, + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.IpPrefixesCreate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class IpPrefixesCreate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/{ipPrefixName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "ipPrefixName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("location", AAZStrType, ".location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("properties", AAZObjectType, ".", typ_kwargs={"flags": {"required": True, "client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("annotation", AAZStrType, ".annotation") + properties.set_prop("ipPrefixRules", AAZListType, ".ip_prefix_rules", typ_kwargs={"flags": {"required": True}}) + + ip_prefix_rules = _builder.get(".properties.ipPrefixRules") + if ip_prefix_rules is not None: + ip_prefix_rules.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.ipPrefixRules[]") + if _elements is not None: + _elements.set_prop("action", AAZStrType, ".action", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("condition", AAZStrType, ".condition") + _elements.set_prop("networkPrefix", AAZStrType, ".network_prefix", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("sequenceNumber", AAZIntType, ".sequence_number", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("subnetMaskLength", AAZIntType, ".subnet_mask_length") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + + _schema_on_200_201 = cls._schema_on_200_201 + _schema_on_200_201.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200_201.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200_201.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200_201.tags = AAZDictType() + _schema_on_200_201.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200_201.properties + properties.annotation = AAZStrType() + properties.ip_prefix_rules = AAZListType( + serialized_name="ipPrefixRules", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + ip_prefix_rules = cls._schema_on_200_201.properties.ip_prefix_rules + ip_prefix_rules.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.ip_prefix_rules.Element + _element.action = AAZStrType( + flags={"required": True}, + ) + _element.condition = AAZStrType() + _element.network_prefix = AAZStrType( + serialized_name="networkPrefix", + flags={"required": True}, + ) + _element.sequence_number = AAZIntType( + serialized_name="sequenceNumber", + flags={"required": True}, + ) + _element.subnet_mask_length = AAZIntType( + serialized_name="subnetMaskLength", + ) + + system_data = cls._schema_on_200_201.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200_201.tags + tags.Element = AAZStrType() + + return cls._schema_on_200_201 + + +class _CreateHelper: + """Helper class for Create""" + + +__all__ = ["Create"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipprefix/_delete.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipprefix/_delete.py new file mode 100644 index 00000000000..ab1276fe386 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipprefix/_delete.py @@ -0,0 +1,163 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric ipprefix delete", +) +class Delete(AAZCommand): + """Delete the Ip Prefix resource. + + :example: Delete the Ip Prefix + az networkfabric ipprefix delete --resource-group "example-rg" --resource-name "example-ipprefix" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipprefixes/{}", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the IP Prefix", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.IpPrefixesDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class IpPrefixesDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/{ipPrefixName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "ipPrefixName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipprefix/_list.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipprefix/_list.py new file mode 100644 index 00000000000..2f8de8f162a --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipprefix/_list.py @@ -0,0 +1,405 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric ipprefix list", +) +class List(AAZCommand): + """List all Ip Prefixes in the provided resource group or subscription. + + :example: List the Ip Prefixes for Resource Group + az networkfabric ipprefix list --resource-group "example-rg" + + :example: List the Ip Prefixes for Subscription + az networkfabric ipprefix list --subscription "" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.managednetworkfabric/ipprefixes", "2023-02-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipprefixes", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + condition_0 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) + condition_1 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + if condition_0: + self.IpPrefixesListByResourceGroup(ctx=self.ctx)() + if condition_1: + self.IpPrefixesListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class IpPrefixesListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.annotation = AAZStrType() + properties.ip_prefix_rules = AAZListType( + serialized_name="ipPrefixRules", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + ip_prefix_rules = cls._schema_on_200.value.Element.properties.ip_prefix_rules + ip_prefix_rules.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.ip_prefix_rules.Element + _element.action = AAZStrType( + flags={"required": True}, + ) + _element.condition = AAZStrType() + _element.network_prefix = AAZStrType( + serialized_name="networkPrefix", + flags={"required": True}, + ) + _element.sequence_number = AAZIntType( + serialized_name="sequenceNumber", + flags={"required": True}, + ) + _element.subnet_mask_length = AAZIntType( + serialized_name="subnetMaskLength", + ) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + class IpPrefixesListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.annotation = AAZStrType() + properties.ip_prefix_rules = AAZListType( + serialized_name="ipPrefixRules", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + ip_prefix_rules = cls._schema_on_200.value.Element.properties.ip_prefix_rules + ip_prefix_rules.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.ip_prefix_rules.Element + _element.action = AAZStrType( + flags={"required": True}, + ) + _element.condition = AAZStrType() + _element.network_prefix = AAZStrType( + serialized_name="networkPrefix", + flags={"required": True}, + ) + _element.sequence_number = AAZIntType( + serialized_name="sequenceNumber", + flags={"required": True}, + ) + _element.subnet_mask_length = AAZIntType( + serialized_name="subnetMaskLength", + ) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipprefix/_show.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipprefix/_show.py new file mode 100644 index 00000000000..0322df6859d --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipprefix/_show.py @@ -0,0 +1,239 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric ipprefix show", +) +class Show(AAZCommand): + """Show details of the provided Ip Prefix resource. + + :example: Show the Ip Prefix + az networkfabric ipprefix show --resource-group "example-rg" --resource-name "example-ipprefix" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipprefixes/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the IP Prefix", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.IpPrefixesGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class IpPrefixesGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/{ipPrefixName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "ipPrefixName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.annotation = AAZStrType() + properties.ip_prefix_rules = AAZListType( + serialized_name="ipPrefixRules", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + ip_prefix_rules = cls._schema_on_200.properties.ip_prefix_rules + ip_prefix_rules.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.ip_prefix_rules.Element + _element.action = AAZStrType( + flags={"required": True}, + ) + _element.condition = AAZStrType() + _element.network_prefix = AAZStrType( + serialized_name="networkPrefix", + flags={"required": True}, + ) + _element.sequence_number = AAZIntType( + serialized_name="sequenceNumber", + flags={"required": True}, + ) + _element.subnet_mask_length = AAZIntType( + serialized_name="subnetMaskLength", + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipprefix/_wait.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipprefix/_wait.py new file mode 100644 index 00000000000..9c8f863d142 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/ipprefix/_wait.py @@ -0,0 +1,235 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric ipprefix wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipprefixes/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the IP Prefix", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.IpPrefixesGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class IpPrefixesGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/{ipPrefixName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "ipPrefixName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.annotation = AAZStrType() + properties.ip_prefix_rules = AAZListType( + serialized_name="ipPrefixRules", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + ip_prefix_rules = cls._schema_on_200.properties.ip_prefix_rules + ip_prefix_rules.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.ip_prefix_rules.Element + _element.action = AAZStrType( + flags={"required": True}, + ) + _element.condition = AAZStrType() + _element.network_prefix = AAZStrType( + serialized_name="networkPrefix", + flags={"required": True}, + ) + _element.sequence_number = AAZIntType( + serialized_name="sequenceNumber", + flags={"required": True}, + ) + _element.subnet_mask_length = AAZIntType( + serialized_name="subnetMaskLength", + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + +__all__ = ["Wait"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l2domain/__cmd_group.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l2domain/__cmd_group.py new file mode 100644 index 00000000000..452a509a456 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l2domain/__cmd_group.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkfabric l2domain", +) +class __CMDGroup(AAZCommandGroup): + """Manage L2 Isolation Domain Resource + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l2domain/__init__.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l2domain/__init__.py new file mode 100644 index 00000000000..2b037f08f76 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l2domain/__init__.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._list import * +from ._show import * +from ._update_admin_state import * +from ._wait import * diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l2domain/_create.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l2domain/_create.py new file mode 100644 index 00000000000..5b35efabdca --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l2domain/_create.py @@ -0,0 +1,322 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric l2domain create", +) +class Create(AAZCommand): + """Create a L2 Isolation Domain resource. + + :example: Create a L2 Isolation Domain + az networkfabric l2domain create --resource-group "example-rg" --resource-name "example-l2domain" --location "westus3" --nf-id "/subscriptions/xxxxxx-xxxxxx-xxxx-xxxx-xxxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/NetworkFabrics/example-fabricName" --vlan-id 501 --mtu 1500 + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the L2 Isolation Domain", + required=True, + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + + # define Arg Group "Body" + + _args_schema = cls._args_schema + _args_schema.location = AAZResourceLocationArg( + arg_group="Body", + help="Location of Azure region", + required=True, + fmt=AAZResourceLocationArgFormat( + resource_group_arg="resource_group", + ), + ) + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="Body", + help="Resource tags.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.annotation = AAZStrArg( + options=["--annotation"], + arg_group="Properties", + help="Switch configuration description.", + ) + _args_schema.mtu = AAZIntArg( + options=["--mtu"], + arg_group="Properties", + help="Maximum transmission unit: The value should be between 1500-9000. Default value is 1500", + ) + _args_schema.nf_id = AAZStrArg( + options=["--nf-id"], + arg_group="Properties", + help="Resource ID of the Network Fabric resource", + ) + _args_schema.vlan_id = AAZIntArg( + options=["--vlan-id"], + arg_group="Properties", + help="Vlan identifier value. The value should be between 501-4095. Example: 501.", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.L2IsolationDomainsCreate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class L2IsolationDomainsCreate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "l2IsolationDomainName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("location", AAZStrType, ".location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("properties", AAZObjectType, typ_kwargs={"flags": {"client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("annotation", AAZStrType, ".annotation") + properties.set_prop("mtu", AAZIntType, ".mtu") + properties.set_prop("networkFabricId", AAZStrType, ".nf_id", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("vlanId", AAZIntType, ".vlan_id", typ_kwargs={"flags": {"required": True}}) + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + + _schema_on_200_201 = cls._schema_on_200_201 + _schema_on_200_201.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200_201.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200_201.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200_201.tags = AAZDictType() + _schema_on_200_201.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200_201.properties + properties.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + properties.annotation = AAZStrType() + properties.disabled_on_resources = AAZListType( + serialized_name="disabledOnResources", + flags={"read_only": True}, + ) + properties.mtu = AAZIntType() + properties.network_fabric_id = AAZStrType( + serialized_name="networkFabricId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.vlan_id = AAZIntType( + serialized_name="vlanId", + flags={"required": True}, + ) + + disabled_on_resources = cls._schema_on_200_201.properties.disabled_on_resources + disabled_on_resources.Element = AAZStrType() + + system_data = cls._schema_on_200_201.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200_201.tags + tags.Element = AAZStrType() + + return cls._schema_on_200_201 + + +class _CreateHelper: + """Helper class for Create""" + + +__all__ = ["Create"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l2domain/_delete.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l2domain/_delete.py new file mode 100644 index 00000000000..14cfe307877 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l2domain/_delete.py @@ -0,0 +1,163 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric l2domain delete", +) +class Delete(AAZCommand): + """Delete the L2 Isolation Domain resource. + + :example: Delete the L2 Isolation Domain + az networkfabric l2domain delete --resource-group "example-rg" --resource-name "example-l2domain" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the L2 Isolation Domain", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.L2IsolationDomainsDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class L2IsolationDomainsDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "l2IsolationDomainName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l2domain/_list.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l2domain/_list.py new file mode 100644 index 00000000000..bcf75a9fee5 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l2domain/_list.py @@ -0,0 +1,397 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric l2domain list", +) +class List(AAZCommand): + """List all L2 Isolation Domains in the provided resource group or subscription. + + :example: List the L2 Isolation Domains for Resource Group + az networkfabric l2domain list --resource-group "example-rg" + + :example: List the L2 Isolation Domains for Subscription + az networkfabric l2domain list --subscription "" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.managednetworkfabric/l2isolationdomains", "2023-02-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + condition_0 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) + condition_1 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + if condition_0: + self.L2IsolationDomainsListByResourceGroup(ctx=self.ctx)() + if condition_1: + self.L2IsolationDomainsListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class L2IsolationDomainsListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + properties.annotation = AAZStrType() + properties.disabled_on_resources = AAZListType( + serialized_name="disabledOnResources", + flags={"read_only": True}, + ) + properties.mtu = AAZIntType() + properties.network_fabric_id = AAZStrType( + serialized_name="networkFabricId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.vlan_id = AAZIntType( + serialized_name="vlanId", + flags={"required": True}, + ) + + disabled_on_resources = cls._schema_on_200.value.Element.properties.disabled_on_resources + disabled_on_resources.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + class L2IsolationDomainsListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + properties.annotation = AAZStrType() + properties.disabled_on_resources = AAZListType( + serialized_name="disabledOnResources", + flags={"read_only": True}, + ) + properties.mtu = AAZIntType() + properties.network_fabric_id = AAZStrType( + serialized_name="networkFabricId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.vlan_id = AAZIntType( + serialized_name="vlanId", + flags={"required": True}, + ) + + disabled_on_resources = cls._schema_on_200.value.Element.properties.disabled_on_resources + disabled_on_resources.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l2domain/_show.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l2domain/_show.py new file mode 100644 index 00000000000..5afae145a3e --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l2domain/_show.py @@ -0,0 +1,235 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric l2domain show", +) +class Show(AAZCommand): + """Show details of the provided L2 Isolation Domain resource. + + :example: Show the L2 Isolation Domain + az networkfabric l2domain show --resource-group "example-rg" --resource-name "example-l2domain" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the L2 Isolation Domain", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.L2IsolationDomainsGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class L2IsolationDomainsGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "l2IsolationDomainName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + properties.annotation = AAZStrType() + properties.disabled_on_resources = AAZListType( + serialized_name="disabledOnResources", + flags={"read_only": True}, + ) + properties.mtu = AAZIntType() + properties.network_fabric_id = AAZStrType( + serialized_name="networkFabricId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.vlan_id = AAZIntType( + serialized_name="vlanId", + flags={"required": True}, + ) + + disabled_on_resources = cls._schema_on_200.properties.disabled_on_resources + disabled_on_resources.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l2domain/_update_admin_state.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l2domain/_update_admin_state.py new file mode 100644 index 00000000000..866910fa59f --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l2domain/_update_admin_state.py @@ -0,0 +1,194 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric l2domain update-admin-state", +) +class UpdateAdminState(AAZCommand): + """Enables isolation domain across the fabric or on specified racks. + + :example: Update admin state of L2 Isolation Domain + az networkfabric l2domain update-admin-state --resource-group "example-rg" --resource-name "example-l2domain" --state "Enable" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}/updateadministrativestate", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the L2IsolationDomain.", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + + # define Arg Group "Body" + + _args_schema = cls._args_schema + _args_schema.resource_ids = AAZListArg( + options=["--resource-ids"], + arg_group="Body", + help="Network Fabrics or Network Rack resource Id.", + ) + _args_schema.state = AAZStrArg( + options=["--state"], + arg_group="Body", + help="Administrative state.", + enum={"Disable": "Disable", "Enable": "Enable"}, + ) + + resource_ids = cls._args_schema.resource_ids + resource_ids.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.L2IsolationDomainsUpdateAdministrativeState(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class L2IsolationDomainsUpdateAdministrativeState(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}/updateAdministrativeState", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "l2IsolationDomainName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("resourceIds", AAZListType, ".resource_ids") + _builder.set_prop("state", AAZStrType, ".state") + + resource_ids = _builder.get(".resourceIds") + if resource_ids is not None: + resource_ids.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + pass + + +class _UpdateAdminStateHelper: + """Helper class for UpdateAdminState""" + + +__all__ = ["UpdateAdminState"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l2domain/_wait.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l2domain/_wait.py new file mode 100644 index 00000000000..aee06eed985 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l2domain/_wait.py @@ -0,0 +1,231 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric l2domain wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the L2 Isolation Domain", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.L2IsolationDomainsGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class L2IsolationDomainsGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "l2IsolationDomainName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + properties.annotation = AAZStrType() + properties.disabled_on_resources = AAZListType( + serialized_name="disabledOnResources", + flags={"read_only": True}, + ) + properties.mtu = AAZIntType() + properties.network_fabric_id = AAZStrType( + serialized_name="networkFabricId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.vlan_id = AAZIntType( + serialized_name="vlanId", + flags={"required": True}, + ) + + disabled_on_resources = cls._schema_on_200.properties.disabled_on_resources + disabled_on_resources.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + +__all__ = ["Wait"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l3domain/__cmd_group.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l3domain/__cmd_group.py new file mode 100644 index 00000000000..c4a1d581873 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l3domain/__cmd_group.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkfabric l3domain", +) +class __CMDGroup(AAZCommandGroup): + """Manage L3 Isolation Domain Resource + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l3domain/__init__.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l3domain/__init__.py new file mode 100644 index 00000000000..2b037f08f76 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l3domain/__init__.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._list import * +from ._show import * +from ._update_admin_state import * +from ._wait import * diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l3domain/_create.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l3domain/_create.py new file mode 100644 index 00000000000..192eaf5edef --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l3domain/_create.py @@ -0,0 +1,448 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric l3domain create", +) +class Create(AAZCommand): + """Create a L3 Isolation Domain resource. + + :example: Create a L3 Isolation Domain + az networkfabric l3domain create --resource-group "example-rg" --resource-name "example-l3domain" --location "westus3" --nf-id "/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabrics/example-fabricName" --redistribute-connected-subnets "True" --redistribute-static-routes "True" --aggregate-route-configuration "{ipv4Routes:[{prefix:'10.0.0.1/28'},{prefix:'10.0.0.2/28'}],ipv6Routes:[{prefix:'2fff::/64'},{prefix:'2fff::/65'}]}" --connected-subnet-route-policy "{exportRoutePolicyId:'exportRoutePolicyId'}" + + :example: Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + az networkfabric l3domain create --connected-subnet-route-policy ?? + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the L3 Isolation Domain", + required=True, + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + + # define Arg Group "Body" + + _args_schema = cls._args_schema + _args_schema.location = AAZResourceLocationArg( + arg_group="Body", + help="Location of Azure region", + required=True, + fmt=AAZResourceLocationArgFormat( + resource_group_arg="resource_group", + ), + ) + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="Body", + help="Resource tags.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.aggregate_route_configuration = AAZObjectArg( + options=["--aggregate-route-configuration"], + arg_group="Properties", + help="List of Ipv4 and Ipv6 route configurations.", + ) + _args_schema.annotation = AAZStrArg( + options=["--annotation"], + arg_group="Properties", + help="Switch configuration description.", + ) + _args_schema.connected_subnet_route_policy = AAZObjectArg( + options=["--connected-subnet-route-policy"], + arg_group="Properties", + help="Connected Subnet RoutePolicy", + ) + _args_schema.description = AAZStrArg( + options=["--description"], + arg_group="Properties", + help="L3 Isolation Domain description.", + ) + _args_schema.nf_id = AAZStrArg( + options=["--nf-id"], + arg_group="Properties", + help="Resource ID of the Network Fabric resource", + ) + _args_schema.redistribute_connected_subnets = AAZStrArg( + options=["--redistribute-connected-subnets"], + arg_group="Properties", + help="Advertise Connected Subnets. Default Value is True. Ex: \"True\" | \"False\".", + enum={"False": "False", "True": "True"}, + ) + _args_schema.redistribute_static_routes = AAZStrArg( + options=["--redistribute-static-routes"], + arg_group="Properties", + help="Advertise Static Routes. Default Value is False. Ex: \"True\" | \"False\".", + enum={"False": "False", "True": "True"}, + ) + + aggregate_route_configuration = cls._args_schema.aggregate_route_configuration + aggregate_route_configuration.ipv4_routes = AAZListArg( + options=["ipv4-routes"], + help="List of Ipv4Route prefixes.", + ) + aggregate_route_configuration.ipv6_routes = AAZListArg( + options=["ipv6-routes"], + help="List of Ipv6Routes prefixes.", + ) + + ipv4_routes = cls._args_schema.aggregate_route_configuration.ipv4_routes + ipv4_routes.Element = AAZObjectArg() + + _element = cls._args_schema.aggregate_route_configuration.ipv4_routes.Element + _element.prefix = AAZStrArg( + options=["prefix"], + help="IPv4 Prefix of the aggregate Ipv4Route.", + ) + + ipv6_routes = cls._args_schema.aggregate_route_configuration.ipv6_routes + ipv6_routes.Element = AAZObjectArg() + + _element = cls._args_schema.aggregate_route_configuration.ipv6_routes.Element + _element.prefix = AAZStrArg( + options=["prefix"], + help="IPv6 Prefix of the aggregate IPv6 Route.", + ) + + connected_subnet_route_policy = cls._args_schema.connected_subnet_route_policy + connected_subnet_route_policy.export_route_policy_id = AAZStrArg( + options=["export-route-policy-id"], + help="exportRoutePolicyId value.", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.L3IsolationDomainsCreate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class L3IsolationDomainsCreate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "l3IsolationDomainName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("location", AAZStrType, ".location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("properties", AAZObjectType, typ_kwargs={"flags": {"client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("aggregateRouteConfiguration", AAZObjectType, ".aggregate_route_configuration") + properties.set_prop("annotation", AAZStrType, ".annotation") + properties.set_prop("connectedSubnetRoutePolicy", AAZObjectType, ".connected_subnet_route_policy") + properties.set_prop("description", AAZStrType, ".description") + properties.set_prop("networkFabricId", AAZStrType, ".nf_id", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("redistributeConnectedSubnets", AAZStrType, ".redistribute_connected_subnets") + properties.set_prop("redistributeStaticRoutes", AAZStrType, ".redistribute_static_routes") + + aggregate_route_configuration = _builder.get(".properties.aggregateRouteConfiguration") + if aggregate_route_configuration is not None: + aggregate_route_configuration.set_prop("ipv4Routes", AAZListType, ".ipv4_routes") + aggregate_route_configuration.set_prop("ipv6Routes", AAZListType, ".ipv6_routes") + + ipv4_routes = _builder.get(".properties.aggregateRouteConfiguration.ipv4Routes") + if ipv4_routes is not None: + ipv4_routes.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.aggregateRouteConfiguration.ipv4Routes[]") + if _elements is not None: + _elements.set_prop("prefix", AAZStrType, ".prefix") + + ipv6_routes = _builder.get(".properties.aggregateRouteConfiguration.ipv6Routes") + if ipv6_routes is not None: + ipv6_routes.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.aggregateRouteConfiguration.ipv6Routes[]") + if _elements is not None: + _elements.set_prop("prefix", AAZStrType, ".prefix") + + connected_subnet_route_policy = _builder.get(".properties.connectedSubnetRoutePolicy") + if connected_subnet_route_policy is not None: + connected_subnet_route_policy.set_prop("exportRoutePolicyId", AAZStrType, ".export_route_policy_id") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + + _schema_on_200_201 = cls._schema_on_200_201 + _schema_on_200_201.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200_201.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200_201.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200_201.tags = AAZDictType() + _schema_on_200_201.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200_201.properties + properties.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + properties.aggregate_route_configuration = AAZObjectType( + serialized_name="aggregateRouteConfiguration", + ) + properties.annotation = AAZStrType() + properties.connected_subnet_route_policy = AAZObjectType( + serialized_name="connectedSubnetRoutePolicy", + ) + properties.description = AAZStrType() + properties.disabled_on_resources = AAZListType( + serialized_name="disabledOnResources", + flags={"read_only": True}, + ) + properties.network_fabric_id = AAZStrType( + serialized_name="networkFabricId", + flags={"required": True}, + ) + properties.option_b_disabled_on_resources = AAZListType( + serialized_name="optionBDisabledOnResources", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.redistribute_connected_subnets = AAZStrType( + serialized_name="redistributeConnectedSubnets", + ) + properties.redistribute_static_routes = AAZStrType( + serialized_name="redistributeStaticRoutes", + ) + + aggregate_route_configuration = cls._schema_on_200_201.properties.aggregate_route_configuration + aggregate_route_configuration.ipv4_routes = AAZListType( + serialized_name="ipv4Routes", + ) + aggregate_route_configuration.ipv6_routes = AAZListType( + serialized_name="ipv6Routes", + ) + + ipv4_routes = cls._schema_on_200_201.properties.aggregate_route_configuration.ipv4_routes + ipv4_routes.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.aggregate_route_configuration.ipv4_routes.Element + _element.prefix = AAZStrType() + + ipv6_routes = cls._schema_on_200_201.properties.aggregate_route_configuration.ipv6_routes + ipv6_routes.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.aggregate_route_configuration.ipv6_routes.Element + _element.prefix = AAZStrType() + + connected_subnet_route_policy = cls._schema_on_200_201.properties.connected_subnet_route_policy + connected_subnet_route_policy.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + connected_subnet_route_policy.export_route_policy_id = AAZStrType( + serialized_name="exportRoutePolicyId", + ) + + disabled_on_resources = cls._schema_on_200_201.properties.disabled_on_resources + disabled_on_resources.Element = AAZStrType() + + option_b_disabled_on_resources = cls._schema_on_200_201.properties.option_b_disabled_on_resources + option_b_disabled_on_resources.Element = AAZStrType() + + system_data = cls._schema_on_200_201.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200_201.tags + tags.Element = AAZStrType() + + return cls._schema_on_200_201 + + +class _CreateHelper: + """Helper class for Create""" + + +__all__ = ["Create"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l3domain/_delete.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l3domain/_delete.py new file mode 100644 index 00000000000..09c9a2132bd --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l3domain/_delete.py @@ -0,0 +1,163 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric l3domain delete", +) +class Delete(AAZCommand): + """Delete the L3 Isolation Domain resource. + + :example: Delete the L3 Isolation Domain + az networkfabric l3domain delete --resource-group "example-rg" --resource-name "example-l3domain" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the L3 Isolation Domain", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.L3IsolationDomainsDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class L3IsolationDomainsDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "l3IsolationDomainName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l3domain/_list.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l3domain/_list.py new file mode 100644 index 00000000000..d7ce742dea1 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l3domain/_list.py @@ -0,0 +1,485 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric l3domain list", +) +class List(AAZCommand): + """List all L3 Isolation Domains in the provided resource group or subscription. + + :example: List the L3 Isolation Domains for Resource Group + az networkfabric l3domain list --resource-group "example-rg" + + :example: List the L3 Isolation Domains for Subscription + az networkfabric l3domain list --subscription "" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.managednetworkfabric/l3isolationdomains", "2023-02-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + condition_0 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) + condition_1 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + if condition_0: + self.L3IsolationDomainsListByResourceGroup(ctx=self.ctx)() + if condition_1: + self.L3IsolationDomainsListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class L3IsolationDomainsListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + properties.aggregate_route_configuration = AAZObjectType( + serialized_name="aggregateRouteConfiguration", + ) + properties.annotation = AAZStrType() + properties.connected_subnet_route_policy = AAZObjectType( + serialized_name="connectedSubnetRoutePolicy", + ) + properties.description = AAZStrType() + properties.disabled_on_resources = AAZListType( + serialized_name="disabledOnResources", + flags={"read_only": True}, + ) + properties.network_fabric_id = AAZStrType( + serialized_name="networkFabricId", + flags={"required": True}, + ) + properties.option_b_disabled_on_resources = AAZListType( + serialized_name="optionBDisabledOnResources", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.redistribute_connected_subnets = AAZStrType( + serialized_name="redistributeConnectedSubnets", + ) + properties.redistribute_static_routes = AAZStrType( + serialized_name="redistributeStaticRoutes", + ) + + aggregate_route_configuration = cls._schema_on_200.value.Element.properties.aggregate_route_configuration + aggregate_route_configuration.ipv4_routes = AAZListType( + serialized_name="ipv4Routes", + ) + aggregate_route_configuration.ipv6_routes = AAZListType( + serialized_name="ipv6Routes", + ) + + ipv4_routes = cls._schema_on_200.value.Element.properties.aggregate_route_configuration.ipv4_routes + ipv4_routes.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.aggregate_route_configuration.ipv4_routes.Element + _element.prefix = AAZStrType() + + ipv6_routes = cls._schema_on_200.value.Element.properties.aggregate_route_configuration.ipv6_routes + ipv6_routes.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.aggregate_route_configuration.ipv6_routes.Element + _element.prefix = AAZStrType() + + connected_subnet_route_policy = cls._schema_on_200.value.Element.properties.connected_subnet_route_policy + connected_subnet_route_policy.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + connected_subnet_route_policy.export_route_policy_id = AAZStrType( + serialized_name="exportRoutePolicyId", + ) + + disabled_on_resources = cls._schema_on_200.value.Element.properties.disabled_on_resources + disabled_on_resources.Element = AAZStrType() + + option_b_disabled_on_resources = cls._schema_on_200.value.Element.properties.option_b_disabled_on_resources + option_b_disabled_on_resources.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + class L3IsolationDomainsListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + properties.aggregate_route_configuration = AAZObjectType( + serialized_name="aggregateRouteConfiguration", + ) + properties.annotation = AAZStrType() + properties.connected_subnet_route_policy = AAZObjectType( + serialized_name="connectedSubnetRoutePolicy", + ) + properties.description = AAZStrType() + properties.disabled_on_resources = AAZListType( + serialized_name="disabledOnResources", + flags={"read_only": True}, + ) + properties.network_fabric_id = AAZStrType( + serialized_name="networkFabricId", + flags={"required": True}, + ) + properties.option_b_disabled_on_resources = AAZListType( + serialized_name="optionBDisabledOnResources", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.redistribute_connected_subnets = AAZStrType( + serialized_name="redistributeConnectedSubnets", + ) + properties.redistribute_static_routes = AAZStrType( + serialized_name="redistributeStaticRoutes", + ) + + aggregate_route_configuration = cls._schema_on_200.value.Element.properties.aggregate_route_configuration + aggregate_route_configuration.ipv4_routes = AAZListType( + serialized_name="ipv4Routes", + ) + aggregate_route_configuration.ipv6_routes = AAZListType( + serialized_name="ipv6Routes", + ) + + ipv4_routes = cls._schema_on_200.value.Element.properties.aggregate_route_configuration.ipv4_routes + ipv4_routes.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.aggregate_route_configuration.ipv4_routes.Element + _element.prefix = AAZStrType() + + ipv6_routes = cls._schema_on_200.value.Element.properties.aggregate_route_configuration.ipv6_routes + ipv6_routes.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.aggregate_route_configuration.ipv6_routes.Element + _element.prefix = AAZStrType() + + connected_subnet_route_policy = cls._schema_on_200.value.Element.properties.connected_subnet_route_policy + connected_subnet_route_policy.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + connected_subnet_route_policy.export_route_policy_id = AAZStrType( + serialized_name="exportRoutePolicyId", + ) + + disabled_on_resources = cls._schema_on_200.value.Element.properties.disabled_on_resources + disabled_on_resources.Element = AAZStrType() + + option_b_disabled_on_resources = cls._schema_on_200.value.Element.properties.option_b_disabled_on_resources + option_b_disabled_on_resources.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l3domain/_show.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l3domain/_show.py new file mode 100644 index 00000000000..27f45f36bd0 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l3domain/_show.py @@ -0,0 +1,279 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric l3domain show", +) +class Show(AAZCommand): + """Show details of the provided L3 Isolation Domain resource. + + :example: Show the L3 Isolation Domain + az networkfabric l3domain show --resource-group "example-rg" --resource-name "example-l3domain" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the L3 Isolation Domain", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.L3IsolationDomainsGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class L3IsolationDomainsGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "l3IsolationDomainName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + properties.aggregate_route_configuration = AAZObjectType( + serialized_name="aggregateRouteConfiguration", + ) + properties.annotation = AAZStrType() + properties.connected_subnet_route_policy = AAZObjectType( + serialized_name="connectedSubnetRoutePolicy", + ) + properties.description = AAZStrType() + properties.disabled_on_resources = AAZListType( + serialized_name="disabledOnResources", + flags={"read_only": True}, + ) + properties.network_fabric_id = AAZStrType( + serialized_name="networkFabricId", + flags={"required": True}, + ) + properties.option_b_disabled_on_resources = AAZListType( + serialized_name="optionBDisabledOnResources", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.redistribute_connected_subnets = AAZStrType( + serialized_name="redistributeConnectedSubnets", + ) + properties.redistribute_static_routes = AAZStrType( + serialized_name="redistributeStaticRoutes", + ) + + aggregate_route_configuration = cls._schema_on_200.properties.aggregate_route_configuration + aggregate_route_configuration.ipv4_routes = AAZListType( + serialized_name="ipv4Routes", + ) + aggregate_route_configuration.ipv6_routes = AAZListType( + serialized_name="ipv6Routes", + ) + + ipv4_routes = cls._schema_on_200.properties.aggregate_route_configuration.ipv4_routes + ipv4_routes.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.aggregate_route_configuration.ipv4_routes.Element + _element.prefix = AAZStrType() + + ipv6_routes = cls._schema_on_200.properties.aggregate_route_configuration.ipv6_routes + ipv6_routes.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.aggregate_route_configuration.ipv6_routes.Element + _element.prefix = AAZStrType() + + connected_subnet_route_policy = cls._schema_on_200.properties.connected_subnet_route_policy + connected_subnet_route_policy.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + connected_subnet_route_policy.export_route_policy_id = AAZStrType( + serialized_name="exportRoutePolicyId", + ) + + disabled_on_resources = cls._schema_on_200.properties.disabled_on_resources + disabled_on_resources.Element = AAZStrType() + + option_b_disabled_on_resources = cls._schema_on_200.properties.option_b_disabled_on_resources + option_b_disabled_on_resources.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l3domain/_update_admin_state.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l3domain/_update_admin_state.py new file mode 100644 index 00000000000..4fc68b749cf --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l3domain/_update_admin_state.py @@ -0,0 +1,194 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric l3domain update-admin-state", +) +class UpdateAdminState(AAZCommand): + """Enables racks for this Isolation Domain. + + :example: Update admin state of L3 Isolation Domain + az networkfabric l3domain update-admin-state --resource-group "example-rg" --resource-name "example-l3domain" --state "Enable" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/updateadministrativestate", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the L3IsolationDomain", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + + # define Arg Group "Body" + + _args_schema = cls._args_schema + _args_schema.resource_ids = AAZListArg( + options=["--resource-ids"], + arg_group="Body", + help="Network Fabrics or Network Rack resource Id.", + ) + _args_schema.state = AAZStrArg( + options=["--state"], + arg_group="Body", + help="Administrative state.", + enum={"Disable": "Disable", "Enable": "Enable"}, + ) + + resource_ids = cls._args_schema.resource_ids + resource_ids.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.L3IsolationDomainsUpdateAdministrativeState(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class L3IsolationDomainsUpdateAdministrativeState(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/updateAdministrativeState", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "l3IsolationDomainName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("resourceIds", AAZListType, ".resource_ids") + _builder.set_prop("state", AAZStrType, ".state") + + resource_ids = _builder.get(".resourceIds") + if resource_ids is not None: + resource_ids.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + pass + + +class _UpdateAdminStateHelper: + """Helper class for UpdateAdminState""" + + +__all__ = ["UpdateAdminState"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l3domain/_wait.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l3domain/_wait.py new file mode 100644 index 00000000000..0c83413c50f --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/l3domain/_wait.py @@ -0,0 +1,275 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric l3domain wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the L3 Isolation Domain", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.L3IsolationDomainsGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class L3IsolationDomainsGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "l3IsolationDomainName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + properties.aggregate_route_configuration = AAZObjectType( + serialized_name="aggregateRouteConfiguration", + ) + properties.annotation = AAZStrType() + properties.connected_subnet_route_policy = AAZObjectType( + serialized_name="connectedSubnetRoutePolicy", + ) + properties.description = AAZStrType() + properties.disabled_on_resources = AAZListType( + serialized_name="disabledOnResources", + flags={"read_only": True}, + ) + properties.network_fabric_id = AAZStrType( + serialized_name="networkFabricId", + flags={"required": True}, + ) + properties.option_b_disabled_on_resources = AAZListType( + serialized_name="optionBDisabledOnResources", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.redistribute_connected_subnets = AAZStrType( + serialized_name="redistributeConnectedSubnets", + ) + properties.redistribute_static_routes = AAZStrType( + serialized_name="redistributeStaticRoutes", + ) + + aggregate_route_configuration = cls._schema_on_200.properties.aggregate_route_configuration + aggregate_route_configuration.ipv4_routes = AAZListType( + serialized_name="ipv4Routes", + ) + aggregate_route_configuration.ipv6_routes = AAZListType( + serialized_name="ipv6Routes", + ) + + ipv4_routes = cls._schema_on_200.properties.aggregate_route_configuration.ipv4_routes + ipv4_routes.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.aggregate_route_configuration.ipv4_routes.Element + _element.prefix = AAZStrType() + + ipv6_routes = cls._schema_on_200.properties.aggregate_route_configuration.ipv6_routes + ipv6_routes.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.aggregate_route_configuration.ipv6_routes.Element + _element.prefix = AAZStrType() + + connected_subnet_route_policy = cls._schema_on_200.properties.connected_subnet_route_policy + connected_subnet_route_policy.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + connected_subnet_route_policy.export_route_policy_id = AAZStrType( + serialized_name="exportRoutePolicyId", + ) + + disabled_on_resources = cls._schema_on_200.properties.disabled_on_resources + disabled_on_resources.Element = AAZStrType() + + option_b_disabled_on_resources = cls._schema_on_200.properties.option_b_disabled_on_resources + option_b_disabled_on_resources.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + +__all__ = ["Wait"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/nni/__cmd_group.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/nni/__cmd_group.py new file mode 100644 index 00000000000..ce55747d19d --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/nni/__cmd_group.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkfabric nni", +) +class __CMDGroup(AAZCommandGroup): + """Manage Network To Network Interconnect Resource + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/nni/__init__.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/nni/__init__.py new file mode 100644 index 00000000000..2d1a2078686 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/nni/__init__.py @@ -0,0 +1,16 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._list import * +from ._show import * +from ._wait import * diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/nni/_create.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/nni/_create.py new file mode 100644 index 00000000000..f3aa85b3d02 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/nni/_create.py @@ -0,0 +1,427 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric nni create", +) +class Create(AAZCommand): + """Create a Network To Network Interconnect resource. + + :example: Create a Network To Network Interconnect + az networkfabric nni create --resource-group "example-rg" --fabric "example-fabric" --resource-name "example-nni" --nni-type "CE" --is-management-type "True" --use-option-b "True" --layer2-configuration "{portCount:3,mtu:1500}" --layer3-configuration "{importRoutePolicyId:'importRoutePolicyId',exportRoutePolicyId:'exportRoutePolicyId',peerASN:28,vlanId:501,primaryIpv4Prefix:'172.31.0.0/31',secondaryIpv4Prefix:'172.31.0.20/31'}" + + :example: Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + az networkfabric nni create --layer2-configuration ?? + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/networktonetworkinterconnects/{}", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.fabric_name = AAZStrArg( + options=["--fabric", "--fabric-name"], + help="Name of the Network Fabric.", + required=True, + ) + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the NetworkToNetworkInterconnect Name", + required=True, + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.is_management_type = AAZStrArg( + options=["--is-management-type"], + arg_group="Properties", + help="Configuration to use NNI for Infrastructure Management. Example: True/False.", + enum={"False": "False", "True": "True"}, + ) + _args_schema.layer2_configuration = AAZObjectArg( + options=["--layer2-configuration"], + arg_group="Properties", + help="Common properties for Layer2Configuration.", + ) + _args_schema.layer3_configuration = AAZObjectArg( + options=["--layer3-configuration"], + arg_group="Properties", + help="Common properties for Layer3Configuration.", + ) + _args_schema.nni_type = AAZStrArg( + options=["--nni-type"], + arg_group="Properties", + help="Type of NNI used. Example: CE | NPB", + enum={"CE": "CE", "NPB": "NPB"}, + ) + _args_schema.use_option_b = AAZStrArg( + options=["--use-option-b"], + arg_group="Properties", + help="Parameter to configure option B for NNI. If set to True, Layer3 configuration is mandatory.", + enum={"False": "False", "True": "True"}, + ) + + layer2_configuration = cls._args_schema.layer2_configuration + layer2_configuration.mtu = AAZIntArg( + options=["mtu"], + help="MTU of the packets between PE & CE. The value is between 1500 to 9000. Default value is 1500", + required=True, + fmt=AAZIntArgFormat( + maximum=9000, + minimum=1500, + ), + ) + layer2_configuration.port_count = AAZIntArg( + options=["port-count"], + help="Number of ports connected between PE/CE. Maximum value depends on FabricSKU.", + ) + + layer3_configuration = cls._args_schema.layer3_configuration + layer3_configuration.export_route_policy_id = AAZStrArg( + options=["export-route-policy-id"], + help="exportRoutePolicyId", + ) + layer3_configuration.import_route_policy_id = AAZStrArg( + options=["import-route-policy-id"], + help="importRoutePolicyId", + ) + layer3_configuration.peer_asn = AAZIntArg( + options=["peer-asn"], + help="ASN of PE devices for CE/PE connectivity. The value should be between 1 to 65535. Example : 28", + fmt=AAZIntArgFormat( + maximum=65535, + minimum=1, + ), + ) + layer3_configuration.primary_ipv4_prefix = AAZStrArg( + options=["primary-ipv4-prefix"], + help="IPv4 Address Prefix of CE-PE interconnect links. Default value is 172.31.0.0/31.", + ) + layer3_configuration.primary_ipv6_prefix = AAZStrArg( + options=["primary-ipv6-prefix"], + help="IPv6 Address Prefix of CE-PE interconnect links. Default value is 3FFE:FFFF:0:CD30::a0/126.", + ) + layer3_configuration.secondary_ipv4_prefix = AAZStrArg( + options=["secondary-ipv4-prefix"], + help="Secondary IPv4 Address Prefix of CE-PE interconnect links. Default value is 172.31.0.20/31.", + ) + layer3_configuration.secondary_ipv6_prefix = AAZStrArg( + options=["secondary-ipv6-prefix"], + help="Secondary IPv6 Address Prefix of CE-PE interconnect links. Default value is 3FFE:FFFF:0:CD30::a4/126.", + ) + layer3_configuration.vlan_id = AAZIntArg( + options=["vlan-id"], + help="VLAN for CE/PE Layer 3 connectivity. The value should be between 501 to 4095. Example : 501", + fmt=AAZIntArgFormat( + maximum=4095, + minimum=501, + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.NetworkToNetworkInterconnectsCreate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class NetworkToNetworkInterconnectsCreate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkFabricName", self.ctx.args.fabric_name, + required=True, + ), + **self.serialize_url_param( + "networkToNetworkInterconnectName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("properties", AAZObjectType, typ_kwargs={"flags": {"client_flatten": True}}) + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("isManagementType", AAZStrType, ".is_management_type", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("layer2Configuration", AAZObjectType, ".layer2_configuration") + properties.set_prop("layer3Configuration", AAZObjectType, ".layer3_configuration") + properties.set_prop("nniType", AAZStrType, ".nni_type") + properties.set_prop("useOptionB", AAZStrType, ".use_option_b", typ_kwargs={"flags": {"required": True}}) + + layer2_configuration = _builder.get(".properties.layer2Configuration") + if layer2_configuration is not None: + layer2_configuration.set_prop("mtu", AAZIntType, ".mtu", typ_kwargs={"flags": {"required": True}}) + layer2_configuration.set_prop("portCount", AAZIntType, ".port_count") + + layer3_configuration = _builder.get(".properties.layer3Configuration") + if layer3_configuration is not None: + layer3_configuration.set_prop("exportRoutePolicyId", AAZStrType, ".export_route_policy_id") + layer3_configuration.set_prop("importRoutePolicyId", AAZStrType, ".import_route_policy_id") + layer3_configuration.set_prop("peerASN", AAZIntType, ".peer_asn") + layer3_configuration.set_prop("primaryIpv4Prefix", AAZStrType, ".primary_ipv4_prefix") + layer3_configuration.set_prop("primaryIpv6Prefix", AAZStrType, ".primary_ipv6_prefix") + layer3_configuration.set_prop("secondaryIpv4Prefix", AAZStrType, ".secondary_ipv4_prefix") + layer3_configuration.set_prop("secondaryIpv6Prefix", AAZStrType, ".secondary_ipv6_prefix") + layer3_configuration.set_prop("vlanId", AAZIntType, ".vlan_id") + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + + _schema_on_200_201 = cls._schema_on_200_201 + _schema_on_200_201.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200_201.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200_201.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200_201.properties + properties.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + properties.is_management_type = AAZStrType( + serialized_name="isManagementType", + flags={"required": True}, + ) + properties.layer2_configuration = AAZObjectType( + serialized_name="layer2Configuration", + ) + properties.layer3_configuration = AAZObjectType( + serialized_name="layer3Configuration", + ) + properties.nni_type = AAZStrType( + serialized_name="nniType", + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.use_option_b = AAZStrType( + serialized_name="useOptionB", + flags={"required": True}, + ) + + layer2_configuration = cls._schema_on_200_201.properties.layer2_configuration + layer2_configuration.interfaces = AAZListType( + flags={"read_only": True}, + ) + layer2_configuration.mtu = AAZIntType( + flags={"required": True}, + ) + layer2_configuration.port_count = AAZIntType( + serialized_name="portCount", + ) + + interfaces = cls._schema_on_200_201.properties.layer2_configuration.interfaces + interfaces.Element = AAZStrType() + + layer3_configuration = cls._schema_on_200_201.properties.layer3_configuration + layer3_configuration.export_route_policy_id = AAZStrType( + serialized_name="exportRoutePolicyId", + ) + layer3_configuration.fabric_asn = AAZIntType( + serialized_name="fabricASN", + flags={"read_only": True}, + ) + layer3_configuration.import_route_policy_id = AAZStrType( + serialized_name="importRoutePolicyId", + ) + layer3_configuration.peer_asn = AAZIntType( + serialized_name="peerASN", + ) + layer3_configuration.primary_ipv4_prefix = AAZStrType( + serialized_name="primaryIpv4Prefix", + ) + layer3_configuration.primary_ipv6_prefix = AAZStrType( + serialized_name="primaryIpv6Prefix", + ) + layer3_configuration.secondary_ipv4_prefix = AAZStrType( + serialized_name="secondaryIpv4Prefix", + ) + layer3_configuration.secondary_ipv6_prefix = AAZStrType( + serialized_name="secondaryIpv6Prefix", + ) + layer3_configuration.vlan_id = AAZIntType( + serialized_name="vlanId", + ) + + system_data = cls._schema_on_200_201.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200_201 + + +class _CreateHelper: + """Helper class for Create""" + + +__all__ = ["Create"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/nni/_delete.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/nni/_delete.py new file mode 100644 index 00000000000..ea498b66a27 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/nni/_delete.py @@ -0,0 +1,173 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric nni delete", +) +class Delete(AAZCommand): + """Delete the Network To Network Interconnect resource. + + :example: Delete the Network To Network Interconnect + az networkfabric nni delete --resource-group "example-rg" --fabric "example-fabric" --resource-name "example-nni" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/networktonetworkinterconnects/{}", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.fabric_name = AAZStrArg( + options=["--fabric", "--fabric-name"], + help="Name of the Network Fabric.", + required=True, + id_part="name", + ) + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the NetworkToNetworkInterconnect Name", + required=True, + id_part="child_name_1", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.NetworkToNetworkInterconnectsDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class NetworkToNetworkInterconnectsDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkFabricName", self.ctx.args.fabric_name, + required=True, + ), + **self.serialize_url_param( + "networkToNetworkInterconnectName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/nni/_list.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/nni/_list.py new file mode 100644 index 00000000000..8a319213e8b --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/nni/_list.py @@ -0,0 +1,280 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric nni list", +) +class List(AAZCommand): + """List all Network To Network Interconnects in the provided resource group. + + :example: List the Network To Network Interconnects for Resource Group + az networkfabric nni list --resource-group "example-rg" --fabric "example-fabric" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/networktonetworkinterconnects", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.fabric_name = AAZStrArg( + options=["--fabric", "--fabric-name"], + help="Name of the Network Fabric.", + required=True, + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.NetworkToNetworkInterconnectsList(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class NetworkToNetworkInterconnectsList(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkFabricName", self.ctx.args.fabric_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + properties.is_management_type = AAZStrType( + serialized_name="isManagementType", + flags={"required": True}, + ) + properties.layer2_configuration = AAZObjectType( + serialized_name="layer2Configuration", + ) + properties.layer3_configuration = AAZObjectType( + serialized_name="layer3Configuration", + ) + properties.nni_type = AAZStrType( + serialized_name="nniType", + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.use_option_b = AAZStrType( + serialized_name="useOptionB", + flags={"required": True}, + ) + + layer2_configuration = cls._schema_on_200.value.Element.properties.layer2_configuration + layer2_configuration.interfaces = AAZListType( + flags={"read_only": True}, + ) + layer2_configuration.mtu = AAZIntType( + flags={"required": True}, + ) + layer2_configuration.port_count = AAZIntType( + serialized_name="portCount", + ) + + interfaces = cls._schema_on_200.value.Element.properties.layer2_configuration.interfaces + interfaces.Element = AAZStrType() + + layer3_configuration = cls._schema_on_200.value.Element.properties.layer3_configuration + layer3_configuration.export_route_policy_id = AAZStrType( + serialized_name="exportRoutePolicyId", + ) + layer3_configuration.fabric_asn = AAZIntType( + serialized_name="fabricASN", + flags={"read_only": True}, + ) + layer3_configuration.import_route_policy_id = AAZStrType( + serialized_name="importRoutePolicyId", + ) + layer3_configuration.peer_asn = AAZIntType( + serialized_name="peerASN", + ) + layer3_configuration.primary_ipv4_prefix = AAZStrType( + serialized_name="primaryIpv4Prefix", + ) + layer3_configuration.primary_ipv6_prefix = AAZStrType( + serialized_name="primaryIpv6Prefix", + ) + layer3_configuration.secondary_ipv4_prefix = AAZStrType( + serialized_name="secondaryIpv4Prefix", + ) + layer3_configuration.secondary_ipv6_prefix = AAZStrType( + serialized_name="secondaryIpv6Prefix", + ) + layer3_configuration.vlan_id = AAZIntType( + serialized_name="vlanId", + ) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/nni/_show.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/nni/_show.py new file mode 100644 index 00000000000..3076d5c9977 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/nni/_show.py @@ -0,0 +1,282 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric nni show", +) +class Show(AAZCommand): + """Show details of the provided Network To Network Interconnect resource. + + :example: Show the Network To Network Interconnect + az networkfabric nni show --resource-group "example-rg" --fabric "example-fabric" --resource-name "example-nni" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/networktonetworkinterconnects/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.fabric_name = AAZStrArg( + options=["--fabric", "--fabric-name"], + help="Name of the Network Fabric.", + required=True, + id_part="name", + ) + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the NetworkToNetworkInterconnect Name", + required=True, + id_part="child_name_1", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.NetworkToNetworkInterconnectsGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class NetworkToNetworkInterconnectsGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkFabricName", self.ctx.args.fabric_name, + required=True, + ), + **self.serialize_url_param( + "networkToNetworkInterconnectName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + properties.is_management_type = AAZStrType( + serialized_name="isManagementType", + flags={"required": True}, + ) + properties.layer2_configuration = AAZObjectType( + serialized_name="layer2Configuration", + ) + properties.layer3_configuration = AAZObjectType( + serialized_name="layer3Configuration", + ) + properties.nni_type = AAZStrType( + serialized_name="nniType", + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.use_option_b = AAZStrType( + serialized_name="useOptionB", + flags={"required": True}, + ) + + layer2_configuration = cls._schema_on_200.properties.layer2_configuration + layer2_configuration.interfaces = AAZListType( + flags={"read_only": True}, + ) + layer2_configuration.mtu = AAZIntType( + flags={"required": True}, + ) + layer2_configuration.port_count = AAZIntType( + serialized_name="portCount", + ) + + interfaces = cls._schema_on_200.properties.layer2_configuration.interfaces + interfaces.Element = AAZStrType() + + layer3_configuration = cls._schema_on_200.properties.layer3_configuration + layer3_configuration.export_route_policy_id = AAZStrType( + serialized_name="exportRoutePolicyId", + ) + layer3_configuration.fabric_asn = AAZIntType( + serialized_name="fabricASN", + flags={"read_only": True}, + ) + layer3_configuration.import_route_policy_id = AAZStrType( + serialized_name="importRoutePolicyId", + ) + layer3_configuration.peer_asn = AAZIntType( + serialized_name="peerASN", + ) + layer3_configuration.primary_ipv4_prefix = AAZStrType( + serialized_name="primaryIpv4Prefix", + ) + layer3_configuration.primary_ipv6_prefix = AAZStrType( + serialized_name="primaryIpv6Prefix", + ) + layer3_configuration.secondary_ipv4_prefix = AAZStrType( + serialized_name="secondaryIpv4Prefix", + ) + layer3_configuration.secondary_ipv6_prefix = AAZStrType( + serialized_name="secondaryIpv6Prefix", + ) + layer3_configuration.vlan_id = AAZIntType( + serialized_name="vlanId", + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/nni/_wait.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/nni/_wait.py new file mode 100644 index 00000000000..89ce2491a29 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/nni/_wait.py @@ -0,0 +1,278 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric nni wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/networktonetworkinterconnects/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.fabric_name = AAZStrArg( + options=["--fabric", "--fabric-name"], + help="Name of the Network Fabric.", + required=True, + id_part="name", + ) + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the NetworkToNetworkInterconnect Name", + required=True, + id_part="child_name_1", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.NetworkToNetworkInterconnectsGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class NetworkToNetworkInterconnectsGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkFabricName", self.ctx.args.fabric_name, + required=True, + ), + **self.serialize_url_param( + "networkToNetworkInterconnectName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.administrative_state = AAZStrType( + serialized_name="administrativeState", + flags={"read_only": True}, + ) + properties.is_management_type = AAZStrType( + serialized_name="isManagementType", + flags={"required": True}, + ) + properties.layer2_configuration = AAZObjectType( + serialized_name="layer2Configuration", + ) + properties.layer3_configuration = AAZObjectType( + serialized_name="layer3Configuration", + ) + properties.nni_type = AAZStrType( + serialized_name="nniType", + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.use_option_b = AAZStrType( + serialized_name="useOptionB", + flags={"required": True}, + ) + + layer2_configuration = cls._schema_on_200.properties.layer2_configuration + layer2_configuration.interfaces = AAZListType( + flags={"read_only": True}, + ) + layer2_configuration.mtu = AAZIntType( + flags={"required": True}, + ) + layer2_configuration.port_count = AAZIntType( + serialized_name="portCount", + ) + + interfaces = cls._schema_on_200.properties.layer2_configuration.interfaces + interfaces.Element = AAZStrType() + + layer3_configuration = cls._schema_on_200.properties.layer3_configuration + layer3_configuration.export_route_policy_id = AAZStrType( + serialized_name="exportRoutePolicyId", + ) + layer3_configuration.fabric_asn = AAZIntType( + serialized_name="fabricASN", + flags={"read_only": True}, + ) + layer3_configuration.import_route_policy_id = AAZStrType( + serialized_name="importRoutePolicyId", + ) + layer3_configuration.peer_asn = AAZIntType( + serialized_name="peerASN", + ) + layer3_configuration.primary_ipv4_prefix = AAZStrType( + serialized_name="primaryIpv4Prefix", + ) + layer3_configuration.primary_ipv6_prefix = AAZStrType( + serialized_name="primaryIpv6Prefix", + ) + layer3_configuration.secondary_ipv4_prefix = AAZStrType( + serialized_name="secondaryIpv4Prefix", + ) + layer3_configuration.secondary_ipv6_prefix = AAZStrType( + serialized_name="secondaryIpv6Prefix", + ) + layer3_configuration.vlan_id = AAZIntType( + serialized_name="vlanId", + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + +__all__ = ["Wait"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/rack/__cmd_group.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/rack/__cmd_group.py new file mode 100644 index 00000000000..75bd0f5062a --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/rack/__cmd_group.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkfabric rack", +) +class __CMDGroup(AAZCommandGroup): + """Manage Network Rack Resource + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/rack/__init__.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/rack/__init__.py new file mode 100644 index 00000000000..2d1a2078686 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/rack/__init__.py @@ -0,0 +1,16 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._list import * +from ._show import * +from ._wait import * diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/rack/_create.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/rack/_create.py new file mode 100644 index 00000000000..d07c101d592 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/rack/_create.py @@ -0,0 +1,313 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric rack create", +) +class Create(AAZCommand): + """Create a Network Rack resource. + + :example: Create a Network Rack + az networkfabric rack create --resource-group "example-rg" --location "westus3" --network-rack-sku "rackskuname" --nf-id "/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/NetworkFabrics/example-fabricName" --resource-name "example-rack" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkracks/{}", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the Network Rack", + required=True, + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + + # define Arg Group "Body" + + _args_schema = cls._args_schema + _args_schema.location = AAZResourceLocationArg( + arg_group="Body", + help="Location of Azure region", + required=True, + fmt=AAZResourceLocationArgFormat( + resource_group_arg="resource_group", + ), + ) + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="Body", + help="Resource tags.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.annotation = AAZStrArg( + options=["--annotation"], + arg_group="Properties", + help="Switch configuration description.", + ) + _args_schema.nf_id = AAZStrArg( + options=["--nf-id"], + arg_group="Properties", + help="Resource ID of the Network Fabric resource", + required=True, + ) + _args_schema.network_rack_sku = AAZStrArg( + options=["--network-rack-sku"], + arg_group="Properties", + help="Network Rack SKU name.", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.NetworkRacksCreate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class NetworkRacksCreate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkRacks/{networkRackName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkRackName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("location", AAZStrType, ".location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("properties", AAZObjectType, ".", typ_kwargs={"flags": {"required": True, "client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("annotation", AAZStrType, ".annotation") + properties.set_prop("networkFabricId", AAZStrType, ".nf_id", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("networkRackSku", AAZStrType, ".network_rack_sku", typ_kwargs={"flags": {"required": True}}) + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + + _schema_on_200_201 = cls._schema_on_200_201 + _schema_on_200_201.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200_201.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200_201.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200_201.tags = AAZDictType() + _schema_on_200_201.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200_201.properties + properties.annotation = AAZStrType() + properties.network_devices = AAZListType( + serialized_name="networkDevices", + flags={"read_only": True}, + ) + properties.network_fabric_id = AAZStrType( + serialized_name="networkFabricId", + flags={"required": True}, + ) + properties.network_rack_sku = AAZStrType( + serialized_name="networkRackSku", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + network_devices = cls._schema_on_200_201.properties.network_devices + network_devices.Element = AAZStrType() + + system_data = cls._schema_on_200_201.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200_201.tags + tags.Element = AAZStrType() + + return cls._schema_on_200_201 + + +class _CreateHelper: + """Helper class for Create""" + + +__all__ = ["Create"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/rack/_delete.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/rack/_delete.py new file mode 100644 index 00000000000..28a790e46ee --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/rack/_delete.py @@ -0,0 +1,151 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric rack delete", +) +class Delete(AAZCommand): + """Delete the Network Rack resource. + + :example: Delete the Network Rack + az networkfabric rack delete --resource-group "example-rg" --resource-name "example-rack" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkracks/{}", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the Network Rack", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.NetworkRacksDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class NetworkRacksDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + None, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkRacks/{networkRackName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkRackName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/rack/_list.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/rack/_list.py new file mode 100644 index 00000000000..f977c814f7e --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/rack/_list.py @@ -0,0 +1,384 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric rack list", +) +class List(AAZCommand): + """List all Network Racks in the provided resource group or subscription. + + :example: List the Network Racks for Resource Group. + az networkfabric rack list --resource-group "example-rg" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkracks", "2023-02-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkracks", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + condition_0 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) + condition_1 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + if condition_0: + self.NetworkRacksListByResourceGroup(ctx=self.ctx)() + if condition_1: + self.NetworkRacksListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class NetworkRacksListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkRacks", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.annotation = AAZStrType() + properties.network_devices = AAZListType( + serialized_name="networkDevices", + flags={"read_only": True}, + ) + properties.network_fabric_id = AAZStrType( + serialized_name="networkFabricId", + flags={"required": True}, + ) + properties.network_rack_sku = AAZStrType( + serialized_name="networkRackSku", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + network_devices = cls._schema_on_200.value.Element.properties.network_devices + network_devices.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + class NetworkRacksListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkRacks", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.annotation = AAZStrType() + properties.network_devices = AAZListType( + serialized_name="networkDevices", + flags={"read_only": True}, + ) + properties.network_fabric_id = AAZStrType( + serialized_name="networkFabricId", + flags={"required": True}, + ) + properties.network_rack_sku = AAZStrType( + serialized_name="networkRackSku", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + network_devices = cls._schema_on_200.value.Element.properties.network_devices + network_devices.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/rack/_show.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/rack/_show.py new file mode 100644 index 00000000000..b7c5fcfec3a --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/rack/_show.py @@ -0,0 +1,230 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric rack show", +) +class Show(AAZCommand): + """Show details of the provided Network Rack resource. + + :example: Show the Network Rack + az networkfabric rack show --resource-group "example-rg" --resource-name "example-rack" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkracks/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the Network Rack", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.NetworkRacksGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class NetworkRacksGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkRacks/{networkRackName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkRackName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.annotation = AAZStrType() + properties.network_devices = AAZListType( + serialized_name="networkDevices", + flags={"read_only": True}, + ) + properties.network_fabric_id = AAZStrType( + serialized_name="networkFabricId", + flags={"required": True}, + ) + properties.network_rack_sku = AAZStrType( + serialized_name="networkRackSku", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + network_devices = cls._schema_on_200.properties.network_devices + network_devices.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/rack/_wait.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/rack/_wait.py new file mode 100644 index 00000000000..f3ce857ece1 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/rack/_wait.py @@ -0,0 +1,226 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric rack wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkracks/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the Network Rack", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.NetworkRacksGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class NetworkRacksGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkRacks/{networkRackName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkRackName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.annotation = AAZStrType() + properties.network_devices = AAZListType( + serialized_name="networkDevices", + flags={"read_only": True}, + ) + properties.network_fabric_id = AAZStrType( + serialized_name="networkFabricId", + flags={"required": True}, + ) + properties.network_rack_sku = AAZStrType( + serialized_name="networkRackSku", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + network_devices = cls._schema_on_200.properties.network_devices + network_devices.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + +__all__ = ["Wait"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/racksku/__cmd_group.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/racksku/__cmd_group.py new file mode 100644 index 00000000000..7742a381ff4 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/racksku/__cmd_group.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkfabric racksku", +) +class __CMDGroup(AAZCommandGroup): + """Manage Network Rack SKU Resource + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/racksku/__init__.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/racksku/__init__.py new file mode 100644 index 00000000000..2df85698253 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/racksku/__init__.py @@ -0,0 +1,13 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._list import * +from ._show import * diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/racksku/_list.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/racksku/_list.py new file mode 100644 index 00000000000..3c217cd6e68 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/racksku/_list.py @@ -0,0 +1,226 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric racksku list", +) +class List(AAZCommand): + """List all Network Rack SKUs in the provided subscription. + + :example: List the RackSKU for Subscription + az networkfabric racksku list --subscription + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkrackskus", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.NetworkRackSkusListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class NetworkRackSkusListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkRackSkus", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.maximum_server_count = AAZIntType( + serialized_name="maximumServerCount", + ) + properties.maximum_storage_count = AAZIntType( + serialized_name="maximumStorageCount", + ) + properties.maximum_uplinks = AAZIntType( + serialized_name="maximumUplinks", + ) + properties.network_devices = AAZListType( + serialized_name="networkDevices", + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.role_name = AAZStrType( + serialized_name="roleName", + flags={"required": True}, + ) + + network_devices = cls._schema_on_200.value.Element.properties.network_devices + network_devices.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.network_devices.Element + _element.network_device_sku_name = AAZStrType( + serialized_name="networkDeviceSkuName", + ) + _element.rack_slot = AAZIntType( + serialized_name="rackSlot", + ) + _element.role_type = AAZStrType( + serialized_name="roleType", + ) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/racksku/_show.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/racksku/_show.py new file mode 100644 index 00000000000..d4d73ac4600 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/racksku/_show.py @@ -0,0 +1,226 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric racksku show", +) +class Show(AAZCommand): + """Show details of the provided Network Rack SKU resource. + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkrackskus/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the Network Rack Sku", + required=True, + id_part="name", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.NetworkRackSkusGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class NetworkRackSkusGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkRackSkus/{networkRackSkuName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "networkRackSkuName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.maximum_server_count = AAZIntType( + serialized_name="maximumServerCount", + ) + properties.maximum_storage_count = AAZIntType( + serialized_name="maximumStorageCount", + ) + properties.maximum_uplinks = AAZIntType( + serialized_name="maximumUplinks", + ) + properties.network_devices = AAZListType( + serialized_name="networkDevices", + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.role_name = AAZStrType( + serialized_name="roleName", + flags={"required": True}, + ) + + network_devices = cls._schema_on_200.properties.network_devices + network_devices.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.network_devices.Element + _element.network_device_sku_name = AAZStrType( + serialized_name="networkDeviceSkuName", + ) + _element.rack_slot = AAZIntType( + serialized_name="rackSlot", + ) + _element.role_type = AAZStrType( + serialized_name="roleType", + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/routepolicy/__cmd_group.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/routepolicy/__cmd_group.py new file mode 100644 index 00000000000..dc0610de264 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/routepolicy/__cmd_group.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkfabric routepolicy", +) +class __CMDGroup(AAZCommandGroup): + """Manage Route Policy Resource + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/routepolicy/__init__.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/routepolicy/__init__.py new file mode 100644 index 00000000000..2d1a2078686 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/routepolicy/__init__.py @@ -0,0 +1,16 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._list import * +from ._show import * +from ._wait import * diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/routepolicy/_create.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/routepolicy/_create.py new file mode 100644 index 00000000000..10b20d4250b --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/routepolicy/_create.py @@ -0,0 +1,654 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric routepolicy create", +) +class Create(AAZCommand): + """Create a Route Policy resource. + + :example: Create a Route Policy Example 1 + az networkfabric routepolicy create --resource-group "example-rg" --resource-name "example-routepolicy" --location "westus3" --statements "[{sequenceNumber:1234,condition:{ipCommunityIds:['/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/ipCommunities/example-ipCommunityName'],ipPrefixId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/example-ipPrefixName'},action:{localPreference:123,actionType:Permit,ipCommunityProperties:{add:{ipCommunityIds:['/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/ipCommunities/example-ipCommunityName']}}}}]" + + :example: Create a Route Policy Example 2 + az networkfabric routepolicy create --resource-group "example-rg" --resource-name "example-routepolicy" --location "westus3" --statements "[{sequenceNumber:1235,condition:{ipExtendedCommunityIds:['/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/example-ipExtendedCommunityName']},action:{localPreference:1235,actionType:Deny,ipExtendedCommunityProperties:{set:{ipExtendedCommunityIds:['/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/example-ipExtendedCommunityName']}}}}]" + + :example: Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + az networkfabric routepolicy create --statements ?? + az networkfabric routepolicy create --statements "[{action:??" + az networkfabric routepolicy create --statements "[{action:{ip-community-properties:??" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/routepolicies/{}", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the Route Policy", + required=True, + ) + + # define Arg Group "Body" + + _args_schema = cls._args_schema + _args_schema.location = AAZResourceLocationArg( + arg_group="Body", + help="Location of Azure region", + required=True, + fmt=AAZResourceLocationArgFormat( + resource_group_arg="resource_group", + ), + ) + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="Body", + help="Resource tags.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.annotation = AAZStrArg( + options=["--annotation"], + arg_group="Properties", + help="Switch configuration description.", + ) + _args_schema.statements = AAZListArg( + options=["--statements"], + arg_group="Properties", + help="Route Policy statements.", + required=True, + ) + + statements = cls._args_schema.statements + statements.Element = AAZObjectArg() + + _element = cls._args_schema.statements.Element + _element.action = AAZObjectArg( + options=["action"], + help="Route policy action properties.", + required=True, + ) + _element.annotation = AAZStrArg( + options=["annotation"], + help="Switch configuration description.", + ) + _element.condition = AAZObjectArg( + options=["condition"], + help="Route policy condition properties.", + required=True, + ) + _element.sequence_number = AAZIntArg( + options=["sequence-number"], + help="Sequence to insert to/delete from existing route. The value should be between 1 to 4294967295.", + required=True, + fmt=AAZIntArgFormat( + maximum=4294967295, + minimum=1, + ), + ) + + action = cls._args_schema.statements.Element.action + action.action_type = AAZStrArg( + options=["action-type"], + help="action. Example: Permit | Deny.", + required=True, + enum={"Deny": "Deny", "Permit": "Permit"}, + ) + action.ip_community_properties = AAZObjectArg( + options=["ip-community-properties"], + help="ipCommunity Properties.", + ) + action.ip_extended_community_properties = AAZObjectArg( + options=["ip-extended-community-properties"], + help="IP Extended Community Properties.", + ) + action.local_preference = AAZIntArg( + options=["local-preference"], + help="localPreference of the route policy. The value should be between 0 to 4294967295", + fmt=AAZIntArgFormat( + maximum=4294967295, + minimum=0, + ), + ) + + ip_community_properties = cls._args_schema.statements.Element.action.ip_community_properties + ip_community_properties.add = AAZObjectArg( + options=["add"], + help="Route policy add manipulations.", + ) + ip_community_properties.delete = AAZObjectArg( + options=["delete"], + help="Route policy delete manipulations.", + ) + ip_community_properties.set = AAZObjectArg( + options=["set"], + help="Route policy set manipulations.", + ) + + add = cls._args_schema.statements.Element.action.ip_community_properties.add + add.ip_community_ids = AAZListArg( + options=["ip-community-ids"], + help="List of IPCommunity resource IDs.", + ) + + ip_community_ids = cls._args_schema.statements.Element.action.ip_community_properties.add.ip_community_ids + ip_community_ids.Element = AAZStrArg() + + delete = cls._args_schema.statements.Element.action.ip_community_properties.delete + delete.ip_community_ids = AAZListArg( + options=["ip-community-ids"], + help="List of IPCommunity resource IDs.", + ) + + ip_community_ids = cls._args_schema.statements.Element.action.ip_community_properties.delete.ip_community_ids + ip_community_ids.Element = AAZStrArg() + + set = cls._args_schema.statements.Element.action.ip_community_properties.set + set.ip_community_ids = AAZListArg( + options=["ip-community-ids"], + help="List of IPCommunity resource IDs.", + ) + + ip_community_ids = cls._args_schema.statements.Element.action.ip_community_properties.set.ip_community_ids + ip_community_ids.Element = AAZStrArg() + + ip_extended_community_properties = cls._args_schema.statements.Element.action.ip_extended_community_properties + ip_extended_community_properties.add = AAZObjectArg( + options=["add"], + help="Route policy add manipulations.", + ) + ip_extended_community_properties.delete = AAZObjectArg( + options=["delete"], + help="Route policy delete manipulations.", + ) + ip_extended_community_properties.set = AAZObjectArg( + options=["set"], + help="Route policy set manipulations.", + ) + + add = cls._args_schema.statements.Element.action.ip_extended_community_properties.add + add.ip_extended_community_ids = AAZListArg( + options=["ip-extended-community-ids"], + help="List of IPExtendedCommunity resource IDs.", + ) + + ip_extended_community_ids = cls._args_schema.statements.Element.action.ip_extended_community_properties.add.ip_extended_community_ids + ip_extended_community_ids.Element = AAZStrArg() + + delete = cls._args_schema.statements.Element.action.ip_extended_community_properties.delete + delete.ip_extended_community_ids = AAZListArg( + options=["ip-extended-community-ids"], + help="List of IPExtendedCommunity resource IDs.", + ) + + ip_extended_community_ids = cls._args_schema.statements.Element.action.ip_extended_community_properties.delete.ip_extended_community_ids + ip_extended_community_ids.Element = AAZStrArg() + + set = cls._args_schema.statements.Element.action.ip_extended_community_properties.set + set.ip_extended_community_ids = AAZListArg( + options=["ip-extended-community-ids"], + help="List of IPExtendedCommunity resource IDs.", + ) + + ip_extended_community_ids = cls._args_schema.statements.Element.action.ip_extended_community_properties.set.ip_extended_community_ids + ip_extended_community_ids.Element = AAZStrArg() + + condition = cls._args_schema.statements.Element.condition + condition.ip_community_ids = AAZListArg( + options=["ip-community-ids"], + help="List of IPCommunity ARM resource IDs", + ) + condition.ip_extended_community_ids = AAZListArg( + options=["ip-extended-community-ids"], + help="List of IPExtendedCommunity ARM resource IDs", + ) + condition.ip_prefix_id = AAZStrArg( + options=["ip-prefix-id"], + help="ARM Resource Id of IpPrefix", + ) + + ip_community_ids = cls._args_schema.statements.Element.condition.ip_community_ids + ip_community_ids.Element = AAZStrArg() + + ip_extended_community_ids = cls._args_schema.statements.Element.condition.ip_extended_community_ids + ip_extended_community_ids.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.RoutePoliciesCreate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class RoutePoliciesCreate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{routePolicyName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "routePolicyName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("location", AAZStrType, ".location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("properties", AAZObjectType, ".", typ_kwargs={"flags": {"required": True, "client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("annotation", AAZStrType, ".annotation") + properties.set_prop("statements", AAZListType, ".statements", typ_kwargs={"flags": {"required": True}}) + + statements = _builder.get(".properties.statements") + if statements is not None: + statements.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.statements[]") + if _elements is not None: + _elements.set_prop("action", AAZObjectType, ".action", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("annotation", AAZStrType, ".annotation") + _elements.set_prop("condition", AAZObjectType, ".condition", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("sequenceNumber", AAZIntType, ".sequence_number", typ_kwargs={"flags": {"required": True}}) + + action = _builder.get(".properties.statements[].action") + if action is not None: + action.set_prop("actionType", AAZStrType, ".action_type", typ_kwargs={"flags": {"required": True}}) + action.set_prop("ipCommunityProperties", AAZObjectType, ".ip_community_properties") + action.set_prop("ipExtendedCommunityProperties", AAZObjectType, ".ip_extended_community_properties") + action.set_prop("localPreference", AAZIntType, ".local_preference") + + ip_community_properties = _builder.get(".properties.statements[].action.ipCommunityProperties") + if ip_community_properties is not None: + ip_community_properties.set_prop("add", AAZObjectType, ".add") + ip_community_properties.set_prop("delete", AAZObjectType, ".delete") + ip_community_properties.set_prop("set", AAZObjectType, ".set") + + add = _builder.get(".properties.statements[].action.ipCommunityProperties.add") + if add is not None: + add.set_prop("ipCommunityIds", AAZListType, ".ip_community_ids") + + ip_community_ids = _builder.get(".properties.statements[].action.ipCommunityProperties.add.ipCommunityIds") + if ip_community_ids is not None: + ip_community_ids.set_elements(AAZStrType, ".") + + delete = _builder.get(".properties.statements[].action.ipCommunityProperties.delete") + if delete is not None: + delete.set_prop("ipCommunityIds", AAZListType, ".ip_community_ids") + + ip_community_ids = _builder.get(".properties.statements[].action.ipCommunityProperties.delete.ipCommunityIds") + if ip_community_ids is not None: + ip_community_ids.set_elements(AAZStrType, ".") + + set = _builder.get(".properties.statements[].action.ipCommunityProperties.set") + if set is not None: + set.set_prop("ipCommunityIds", AAZListType, ".ip_community_ids") + + ip_community_ids = _builder.get(".properties.statements[].action.ipCommunityProperties.set.ipCommunityIds") + if ip_community_ids is not None: + ip_community_ids.set_elements(AAZStrType, ".") + + ip_extended_community_properties = _builder.get(".properties.statements[].action.ipExtendedCommunityProperties") + if ip_extended_community_properties is not None: + ip_extended_community_properties.set_prop("add", AAZObjectType, ".add") + ip_extended_community_properties.set_prop("delete", AAZObjectType, ".delete") + ip_extended_community_properties.set_prop("set", AAZObjectType, ".set") + + add = _builder.get(".properties.statements[].action.ipExtendedCommunityProperties.add") + if add is not None: + add.set_prop("ipExtendedCommunityIds", AAZListType, ".ip_extended_community_ids") + + ip_extended_community_ids = _builder.get(".properties.statements[].action.ipExtendedCommunityProperties.add.ipExtendedCommunityIds") + if ip_extended_community_ids is not None: + ip_extended_community_ids.set_elements(AAZStrType, ".") + + delete = _builder.get(".properties.statements[].action.ipExtendedCommunityProperties.delete") + if delete is not None: + delete.set_prop("ipExtendedCommunityIds", AAZListType, ".ip_extended_community_ids") + + ip_extended_community_ids = _builder.get(".properties.statements[].action.ipExtendedCommunityProperties.delete.ipExtendedCommunityIds") + if ip_extended_community_ids is not None: + ip_extended_community_ids.set_elements(AAZStrType, ".") + + set = _builder.get(".properties.statements[].action.ipExtendedCommunityProperties.set") + if set is not None: + set.set_prop("ipExtendedCommunityIds", AAZListType, ".ip_extended_community_ids") + + ip_extended_community_ids = _builder.get(".properties.statements[].action.ipExtendedCommunityProperties.set.ipExtendedCommunityIds") + if ip_extended_community_ids is not None: + ip_extended_community_ids.set_elements(AAZStrType, ".") + + condition = _builder.get(".properties.statements[].condition") + if condition is not None: + condition.set_prop("ipCommunityIds", AAZListType, ".ip_community_ids") + condition.set_prop("ipExtendedCommunityIds", AAZListType, ".ip_extended_community_ids") + condition.set_prop("ipPrefixId", AAZStrType, ".ip_prefix_id") + + ip_community_ids = _builder.get(".properties.statements[].condition.ipCommunityIds") + if ip_community_ids is not None: + ip_community_ids.set_elements(AAZStrType, ".") + + ip_extended_community_ids = _builder.get(".properties.statements[].condition.ipExtendedCommunityIds") + if ip_extended_community_ids is not None: + ip_extended_community_ids.set_elements(AAZStrType, ".") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + + _schema_on_200_201 = cls._schema_on_200_201 + _schema_on_200_201.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200_201.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200_201.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200_201.tags = AAZDictType() + _schema_on_200_201.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200_201.properties + properties.annotation = AAZStrType() + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.statements = AAZListType( + flags={"required": True}, + ) + + statements = cls._schema_on_200_201.properties.statements + statements.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.statements.Element + _element.action = AAZObjectType( + flags={"required": True}, + ) + _element.annotation = AAZStrType() + _element.condition = AAZObjectType( + flags={"required": True}, + ) + _element.sequence_number = AAZIntType( + serialized_name="sequenceNumber", + flags={"required": True}, + ) + + action = cls._schema_on_200_201.properties.statements.Element.action + action.action_type = AAZStrType( + serialized_name="actionType", + flags={"required": True}, + ) + action.ip_community_properties = AAZObjectType( + serialized_name="ipCommunityProperties", + ) + action.ip_extended_community_properties = AAZObjectType( + serialized_name="ipExtendedCommunityProperties", + ) + action.local_preference = AAZIntType( + serialized_name="localPreference", + ) + + ip_community_properties = cls._schema_on_200_201.properties.statements.Element.action.ip_community_properties + ip_community_properties.add = AAZObjectType() + ip_community_properties.delete = AAZObjectType() + ip_community_properties.set = AAZObjectType() + + add = cls._schema_on_200_201.properties.statements.Element.action.ip_community_properties.add + add.ip_community_ids = AAZListType( + serialized_name="ipCommunityIds", + ) + + ip_community_ids = cls._schema_on_200_201.properties.statements.Element.action.ip_community_properties.add.ip_community_ids + ip_community_ids.Element = AAZStrType() + + delete = cls._schema_on_200_201.properties.statements.Element.action.ip_community_properties.delete + delete.ip_community_ids = AAZListType( + serialized_name="ipCommunityIds", + ) + + ip_community_ids = cls._schema_on_200_201.properties.statements.Element.action.ip_community_properties.delete.ip_community_ids + ip_community_ids.Element = AAZStrType() + + set = cls._schema_on_200_201.properties.statements.Element.action.ip_community_properties.set + set.ip_community_ids = AAZListType( + serialized_name="ipCommunityIds", + ) + + ip_community_ids = cls._schema_on_200_201.properties.statements.Element.action.ip_community_properties.set.ip_community_ids + ip_community_ids.Element = AAZStrType() + + ip_extended_community_properties = cls._schema_on_200_201.properties.statements.Element.action.ip_extended_community_properties + ip_extended_community_properties.add = AAZObjectType() + ip_extended_community_properties.delete = AAZObjectType() + ip_extended_community_properties.set = AAZObjectType() + + add = cls._schema_on_200_201.properties.statements.Element.action.ip_extended_community_properties.add + add.ip_extended_community_ids = AAZListType( + serialized_name="ipExtendedCommunityIds", + ) + + ip_extended_community_ids = cls._schema_on_200_201.properties.statements.Element.action.ip_extended_community_properties.add.ip_extended_community_ids + ip_extended_community_ids.Element = AAZStrType() + + delete = cls._schema_on_200_201.properties.statements.Element.action.ip_extended_community_properties.delete + delete.ip_extended_community_ids = AAZListType( + serialized_name="ipExtendedCommunityIds", + ) + + ip_extended_community_ids = cls._schema_on_200_201.properties.statements.Element.action.ip_extended_community_properties.delete.ip_extended_community_ids + ip_extended_community_ids.Element = AAZStrType() + + set = cls._schema_on_200_201.properties.statements.Element.action.ip_extended_community_properties.set + set.ip_extended_community_ids = AAZListType( + serialized_name="ipExtendedCommunityIds", + ) + + ip_extended_community_ids = cls._schema_on_200_201.properties.statements.Element.action.ip_extended_community_properties.set.ip_extended_community_ids + ip_extended_community_ids.Element = AAZStrType() + + condition = cls._schema_on_200_201.properties.statements.Element.condition + condition.ip_community_ids = AAZListType( + serialized_name="ipCommunityIds", + ) + condition.ip_extended_community_ids = AAZListType( + serialized_name="ipExtendedCommunityIds", + ) + condition.ip_prefix_id = AAZStrType( + serialized_name="ipPrefixId", + ) + + ip_community_ids = cls._schema_on_200_201.properties.statements.Element.condition.ip_community_ids + ip_community_ids.Element = AAZStrType() + + ip_extended_community_ids = cls._schema_on_200_201.properties.statements.Element.condition.ip_extended_community_ids + ip_extended_community_ids.Element = AAZStrType() + + system_data = cls._schema_on_200_201.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200_201.tags + tags.Element = AAZStrType() + + return cls._schema_on_200_201 + + +class _CreateHelper: + """Helper class for Create""" + + +__all__ = ["Create"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/routepolicy/_delete.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/routepolicy/_delete.py new file mode 100644 index 00000000000..1b74e936ddb --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/routepolicy/_delete.py @@ -0,0 +1,163 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric routepolicy delete", +) +class Delete(AAZCommand): + """Delete the Route Policy resource. + + :example: Delete the Route Policy + az networkfabric routepolicy delete --resource-group "example-rg" --resource-name "example-routepolicy" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/routepolicies/{}", "2023-02-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the Route Policy", + required=True, + id_part="name", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.RoutePoliciesDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class RoutePoliciesDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{routePolicyName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "routePolicyName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/routepolicy/_list.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/routepolicy/_list.py new file mode 100644 index 00000000000..6c5d54f59ab --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/routepolicy/_list.py @@ -0,0 +1,575 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric routepolicy list", +) +class List(AAZCommand): + """List all Route Policies in the provided resource group or subscription. + + :example: List the Route Policies for Resource Group + az networkfabric routepolicy list --resource-group "example-rg" + + :example: List the Route Policies for Subscription + az networkfabric routepolicy list --subscription "" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.managednetworkfabric/routepolicies", "2023-02-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/routepolicies", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + condition_0 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) + condition_1 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + if condition_0: + self.RoutePoliciesListByResourceGroup(ctx=self.ctx)() + if condition_1: + self.RoutePoliciesListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class RoutePoliciesListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/routePolicies", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.annotation = AAZStrType() + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.statements = AAZListType( + flags={"required": True}, + ) + + statements = cls._schema_on_200.value.Element.properties.statements + statements.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.statements.Element + _element.action = AAZObjectType( + flags={"required": True}, + ) + _element.annotation = AAZStrType() + _element.condition = AAZObjectType( + flags={"required": True}, + ) + _element.sequence_number = AAZIntType( + serialized_name="sequenceNumber", + flags={"required": True}, + ) + + action = cls._schema_on_200.value.Element.properties.statements.Element.action + action.action_type = AAZStrType( + serialized_name="actionType", + flags={"required": True}, + ) + action.ip_community_properties = AAZObjectType( + serialized_name="ipCommunityProperties", + ) + action.ip_extended_community_properties = AAZObjectType( + serialized_name="ipExtendedCommunityProperties", + ) + action.local_preference = AAZIntType( + serialized_name="localPreference", + ) + + ip_community_properties = cls._schema_on_200.value.Element.properties.statements.Element.action.ip_community_properties + ip_community_properties.add = AAZObjectType() + ip_community_properties.delete = AAZObjectType() + ip_community_properties.set = AAZObjectType() + + add = cls._schema_on_200.value.Element.properties.statements.Element.action.ip_community_properties.add + add.ip_community_ids = AAZListType( + serialized_name="ipCommunityIds", + ) + + ip_community_ids = cls._schema_on_200.value.Element.properties.statements.Element.action.ip_community_properties.add.ip_community_ids + ip_community_ids.Element = AAZStrType() + + delete = cls._schema_on_200.value.Element.properties.statements.Element.action.ip_community_properties.delete + delete.ip_community_ids = AAZListType( + serialized_name="ipCommunityIds", + ) + + ip_community_ids = cls._schema_on_200.value.Element.properties.statements.Element.action.ip_community_properties.delete.ip_community_ids + ip_community_ids.Element = AAZStrType() + + set = cls._schema_on_200.value.Element.properties.statements.Element.action.ip_community_properties.set + set.ip_community_ids = AAZListType( + serialized_name="ipCommunityIds", + ) + + ip_community_ids = cls._schema_on_200.value.Element.properties.statements.Element.action.ip_community_properties.set.ip_community_ids + ip_community_ids.Element = AAZStrType() + + ip_extended_community_properties = cls._schema_on_200.value.Element.properties.statements.Element.action.ip_extended_community_properties + ip_extended_community_properties.add = AAZObjectType() + ip_extended_community_properties.delete = AAZObjectType() + ip_extended_community_properties.set = AAZObjectType() + + add = cls._schema_on_200.value.Element.properties.statements.Element.action.ip_extended_community_properties.add + add.ip_extended_community_ids = AAZListType( + serialized_name="ipExtendedCommunityIds", + ) + + ip_extended_community_ids = cls._schema_on_200.value.Element.properties.statements.Element.action.ip_extended_community_properties.add.ip_extended_community_ids + ip_extended_community_ids.Element = AAZStrType() + + delete = cls._schema_on_200.value.Element.properties.statements.Element.action.ip_extended_community_properties.delete + delete.ip_extended_community_ids = AAZListType( + serialized_name="ipExtendedCommunityIds", + ) + + ip_extended_community_ids = cls._schema_on_200.value.Element.properties.statements.Element.action.ip_extended_community_properties.delete.ip_extended_community_ids + ip_extended_community_ids.Element = AAZStrType() + + set = cls._schema_on_200.value.Element.properties.statements.Element.action.ip_extended_community_properties.set + set.ip_extended_community_ids = AAZListType( + serialized_name="ipExtendedCommunityIds", + ) + + ip_extended_community_ids = cls._schema_on_200.value.Element.properties.statements.Element.action.ip_extended_community_properties.set.ip_extended_community_ids + ip_extended_community_ids.Element = AAZStrType() + + condition = cls._schema_on_200.value.Element.properties.statements.Element.condition + condition.ip_community_ids = AAZListType( + serialized_name="ipCommunityIds", + ) + condition.ip_extended_community_ids = AAZListType( + serialized_name="ipExtendedCommunityIds", + ) + condition.ip_prefix_id = AAZStrType( + serialized_name="ipPrefixId", + ) + + ip_community_ids = cls._schema_on_200.value.Element.properties.statements.Element.condition.ip_community_ids + ip_community_ids.Element = AAZStrType() + + ip_extended_community_ids = cls._schema_on_200.value.Element.properties.statements.Element.condition.ip_extended_community_ids + ip_extended_community_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + class RoutePoliciesListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/routePolicies", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.annotation = AAZStrType() + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.statements = AAZListType( + flags={"required": True}, + ) + + statements = cls._schema_on_200.value.Element.properties.statements + statements.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.statements.Element + _element.action = AAZObjectType( + flags={"required": True}, + ) + _element.annotation = AAZStrType() + _element.condition = AAZObjectType( + flags={"required": True}, + ) + _element.sequence_number = AAZIntType( + serialized_name="sequenceNumber", + flags={"required": True}, + ) + + action = cls._schema_on_200.value.Element.properties.statements.Element.action + action.action_type = AAZStrType( + serialized_name="actionType", + flags={"required": True}, + ) + action.ip_community_properties = AAZObjectType( + serialized_name="ipCommunityProperties", + ) + action.ip_extended_community_properties = AAZObjectType( + serialized_name="ipExtendedCommunityProperties", + ) + action.local_preference = AAZIntType( + serialized_name="localPreference", + ) + + ip_community_properties = cls._schema_on_200.value.Element.properties.statements.Element.action.ip_community_properties + ip_community_properties.add = AAZObjectType() + ip_community_properties.delete = AAZObjectType() + ip_community_properties.set = AAZObjectType() + + add = cls._schema_on_200.value.Element.properties.statements.Element.action.ip_community_properties.add + add.ip_community_ids = AAZListType( + serialized_name="ipCommunityIds", + ) + + ip_community_ids = cls._schema_on_200.value.Element.properties.statements.Element.action.ip_community_properties.add.ip_community_ids + ip_community_ids.Element = AAZStrType() + + delete = cls._schema_on_200.value.Element.properties.statements.Element.action.ip_community_properties.delete + delete.ip_community_ids = AAZListType( + serialized_name="ipCommunityIds", + ) + + ip_community_ids = cls._schema_on_200.value.Element.properties.statements.Element.action.ip_community_properties.delete.ip_community_ids + ip_community_ids.Element = AAZStrType() + + set = cls._schema_on_200.value.Element.properties.statements.Element.action.ip_community_properties.set + set.ip_community_ids = AAZListType( + serialized_name="ipCommunityIds", + ) + + ip_community_ids = cls._schema_on_200.value.Element.properties.statements.Element.action.ip_community_properties.set.ip_community_ids + ip_community_ids.Element = AAZStrType() + + ip_extended_community_properties = cls._schema_on_200.value.Element.properties.statements.Element.action.ip_extended_community_properties + ip_extended_community_properties.add = AAZObjectType() + ip_extended_community_properties.delete = AAZObjectType() + ip_extended_community_properties.set = AAZObjectType() + + add = cls._schema_on_200.value.Element.properties.statements.Element.action.ip_extended_community_properties.add + add.ip_extended_community_ids = AAZListType( + serialized_name="ipExtendedCommunityIds", + ) + + ip_extended_community_ids = cls._schema_on_200.value.Element.properties.statements.Element.action.ip_extended_community_properties.add.ip_extended_community_ids + ip_extended_community_ids.Element = AAZStrType() + + delete = cls._schema_on_200.value.Element.properties.statements.Element.action.ip_extended_community_properties.delete + delete.ip_extended_community_ids = AAZListType( + serialized_name="ipExtendedCommunityIds", + ) + + ip_extended_community_ids = cls._schema_on_200.value.Element.properties.statements.Element.action.ip_extended_community_properties.delete.ip_extended_community_ids + ip_extended_community_ids.Element = AAZStrType() + + set = cls._schema_on_200.value.Element.properties.statements.Element.action.ip_extended_community_properties.set + set.ip_extended_community_ids = AAZListType( + serialized_name="ipExtendedCommunityIds", + ) + + ip_extended_community_ids = cls._schema_on_200.value.Element.properties.statements.Element.action.ip_extended_community_properties.set.ip_extended_community_ids + ip_extended_community_ids.Element = AAZStrType() + + condition = cls._schema_on_200.value.Element.properties.statements.Element.condition + condition.ip_community_ids = AAZListType( + serialized_name="ipCommunityIds", + ) + condition.ip_extended_community_ids = AAZListType( + serialized_name="ipExtendedCommunityIds", + ) + condition.ip_prefix_id = AAZStrType( + serialized_name="ipPrefixId", + ) + + ip_community_ids = cls._schema_on_200.value.Element.properties.statements.Element.condition.ip_community_ids + ip_community_ids.Element = AAZStrType() + + ip_extended_community_ids = cls._schema_on_200.value.Element.properties.statements.Element.condition.ip_extended_community_ids + ip_extended_community_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/routepolicy/_show.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/routepolicy/_show.py new file mode 100644 index 00000000000..bfc393d4dc7 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/routepolicy/_show.py @@ -0,0 +1,324 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric routepolicy show", +) +class Show(AAZCommand): + """Show details of the provided Route Policy resource. + + :example: Show the Route Policy + az networkfabric routepolicy show --resource-group "example-rg" --resource-name "example-routepolicy" + """ + + _aaz_info = { + "version": "2023-02-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/routepolicies/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the Route Policy", + required=True, + id_part="name", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.RoutePoliciesGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class RoutePoliciesGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{routePolicyName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "routePolicyName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.annotation = AAZStrType() + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.statements = AAZListType( + flags={"required": True}, + ) + + statements = cls._schema_on_200.properties.statements + statements.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.statements.Element + _element.action = AAZObjectType( + flags={"required": True}, + ) + _element.annotation = AAZStrType() + _element.condition = AAZObjectType( + flags={"required": True}, + ) + _element.sequence_number = AAZIntType( + serialized_name="sequenceNumber", + flags={"required": True}, + ) + + action = cls._schema_on_200.properties.statements.Element.action + action.action_type = AAZStrType( + serialized_name="actionType", + flags={"required": True}, + ) + action.ip_community_properties = AAZObjectType( + serialized_name="ipCommunityProperties", + ) + action.ip_extended_community_properties = AAZObjectType( + serialized_name="ipExtendedCommunityProperties", + ) + action.local_preference = AAZIntType( + serialized_name="localPreference", + ) + + ip_community_properties = cls._schema_on_200.properties.statements.Element.action.ip_community_properties + ip_community_properties.add = AAZObjectType() + ip_community_properties.delete = AAZObjectType() + ip_community_properties.set = AAZObjectType() + + add = cls._schema_on_200.properties.statements.Element.action.ip_community_properties.add + add.ip_community_ids = AAZListType( + serialized_name="ipCommunityIds", + ) + + ip_community_ids = cls._schema_on_200.properties.statements.Element.action.ip_community_properties.add.ip_community_ids + ip_community_ids.Element = AAZStrType() + + delete = cls._schema_on_200.properties.statements.Element.action.ip_community_properties.delete + delete.ip_community_ids = AAZListType( + serialized_name="ipCommunityIds", + ) + + ip_community_ids = cls._schema_on_200.properties.statements.Element.action.ip_community_properties.delete.ip_community_ids + ip_community_ids.Element = AAZStrType() + + set = cls._schema_on_200.properties.statements.Element.action.ip_community_properties.set + set.ip_community_ids = AAZListType( + serialized_name="ipCommunityIds", + ) + + ip_community_ids = cls._schema_on_200.properties.statements.Element.action.ip_community_properties.set.ip_community_ids + ip_community_ids.Element = AAZStrType() + + ip_extended_community_properties = cls._schema_on_200.properties.statements.Element.action.ip_extended_community_properties + ip_extended_community_properties.add = AAZObjectType() + ip_extended_community_properties.delete = AAZObjectType() + ip_extended_community_properties.set = AAZObjectType() + + add = cls._schema_on_200.properties.statements.Element.action.ip_extended_community_properties.add + add.ip_extended_community_ids = AAZListType( + serialized_name="ipExtendedCommunityIds", + ) + + ip_extended_community_ids = cls._schema_on_200.properties.statements.Element.action.ip_extended_community_properties.add.ip_extended_community_ids + ip_extended_community_ids.Element = AAZStrType() + + delete = cls._schema_on_200.properties.statements.Element.action.ip_extended_community_properties.delete + delete.ip_extended_community_ids = AAZListType( + serialized_name="ipExtendedCommunityIds", + ) + + ip_extended_community_ids = cls._schema_on_200.properties.statements.Element.action.ip_extended_community_properties.delete.ip_extended_community_ids + ip_extended_community_ids.Element = AAZStrType() + + set = cls._schema_on_200.properties.statements.Element.action.ip_extended_community_properties.set + set.ip_extended_community_ids = AAZListType( + serialized_name="ipExtendedCommunityIds", + ) + + ip_extended_community_ids = cls._schema_on_200.properties.statements.Element.action.ip_extended_community_properties.set.ip_extended_community_ids + ip_extended_community_ids.Element = AAZStrType() + + condition = cls._schema_on_200.properties.statements.Element.condition + condition.ip_community_ids = AAZListType( + serialized_name="ipCommunityIds", + ) + condition.ip_extended_community_ids = AAZListType( + serialized_name="ipExtendedCommunityIds", + ) + condition.ip_prefix_id = AAZStrType( + serialized_name="ipPrefixId", + ) + + ip_community_ids = cls._schema_on_200.properties.statements.Element.condition.ip_community_ids + ip_community_ids.Element = AAZStrType() + + ip_extended_community_ids = cls._schema_on_200.properties.statements.Element.condition.ip_extended_community_ids + ip_extended_community_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/routepolicy/_wait.py b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/routepolicy/_wait.py new file mode 100644 index 00000000000..359f1f5e7a7 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/routepolicy/_wait.py @@ -0,0 +1,320 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkfabric routepolicy wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/routepolicies/{}", "2023-02-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + help="Name of the resource group", + required=True, + ) + _args_schema.resource_name = AAZStrArg( + options=["--resource-name"], + help="Name of the Route Policy", + required=True, + id_part="name", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.RoutePoliciesGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class RoutePoliciesGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{routePolicyName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "routePolicyName", self.ctx.args.resource_name, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-02-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.annotation = AAZStrType() + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.statements = AAZListType( + flags={"required": True}, + ) + + statements = cls._schema_on_200.properties.statements + statements.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.statements.Element + _element.action = AAZObjectType( + flags={"required": True}, + ) + _element.annotation = AAZStrType() + _element.condition = AAZObjectType( + flags={"required": True}, + ) + _element.sequence_number = AAZIntType( + serialized_name="sequenceNumber", + flags={"required": True}, + ) + + action = cls._schema_on_200.properties.statements.Element.action + action.action_type = AAZStrType( + serialized_name="actionType", + flags={"required": True}, + ) + action.ip_community_properties = AAZObjectType( + serialized_name="ipCommunityProperties", + ) + action.ip_extended_community_properties = AAZObjectType( + serialized_name="ipExtendedCommunityProperties", + ) + action.local_preference = AAZIntType( + serialized_name="localPreference", + ) + + ip_community_properties = cls._schema_on_200.properties.statements.Element.action.ip_community_properties + ip_community_properties.add = AAZObjectType() + ip_community_properties.delete = AAZObjectType() + ip_community_properties.set = AAZObjectType() + + add = cls._schema_on_200.properties.statements.Element.action.ip_community_properties.add + add.ip_community_ids = AAZListType( + serialized_name="ipCommunityIds", + ) + + ip_community_ids = cls._schema_on_200.properties.statements.Element.action.ip_community_properties.add.ip_community_ids + ip_community_ids.Element = AAZStrType() + + delete = cls._schema_on_200.properties.statements.Element.action.ip_community_properties.delete + delete.ip_community_ids = AAZListType( + serialized_name="ipCommunityIds", + ) + + ip_community_ids = cls._schema_on_200.properties.statements.Element.action.ip_community_properties.delete.ip_community_ids + ip_community_ids.Element = AAZStrType() + + set = cls._schema_on_200.properties.statements.Element.action.ip_community_properties.set + set.ip_community_ids = AAZListType( + serialized_name="ipCommunityIds", + ) + + ip_community_ids = cls._schema_on_200.properties.statements.Element.action.ip_community_properties.set.ip_community_ids + ip_community_ids.Element = AAZStrType() + + ip_extended_community_properties = cls._schema_on_200.properties.statements.Element.action.ip_extended_community_properties + ip_extended_community_properties.add = AAZObjectType() + ip_extended_community_properties.delete = AAZObjectType() + ip_extended_community_properties.set = AAZObjectType() + + add = cls._schema_on_200.properties.statements.Element.action.ip_extended_community_properties.add + add.ip_extended_community_ids = AAZListType( + serialized_name="ipExtendedCommunityIds", + ) + + ip_extended_community_ids = cls._schema_on_200.properties.statements.Element.action.ip_extended_community_properties.add.ip_extended_community_ids + ip_extended_community_ids.Element = AAZStrType() + + delete = cls._schema_on_200.properties.statements.Element.action.ip_extended_community_properties.delete + delete.ip_extended_community_ids = AAZListType( + serialized_name="ipExtendedCommunityIds", + ) + + ip_extended_community_ids = cls._schema_on_200.properties.statements.Element.action.ip_extended_community_properties.delete.ip_extended_community_ids + ip_extended_community_ids.Element = AAZStrType() + + set = cls._schema_on_200.properties.statements.Element.action.ip_extended_community_properties.set + set.ip_extended_community_ids = AAZListType( + serialized_name="ipExtendedCommunityIds", + ) + + ip_extended_community_ids = cls._schema_on_200.properties.statements.Element.action.ip_extended_community_properties.set.ip_extended_community_ids + ip_extended_community_ids.Element = AAZStrType() + + condition = cls._schema_on_200.properties.statements.Element.condition + condition.ip_community_ids = AAZListType( + serialized_name="ipCommunityIds", + ) + condition.ip_extended_community_ids = AAZListType( + serialized_name="ipExtendedCommunityIds", + ) + condition.ip_prefix_id = AAZStrType( + serialized_name="ipPrefixId", + ) + + ip_community_ids = cls._schema_on_200.properties.statements.Element.condition.ip_community_ids + ip_community_ids.Element = AAZStrType() + + ip_extended_community_ids = cls._schema_on_200.properties.statements.Element.condition.ip_extended_community_ids + ip_extended_community_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + +__all__ = ["Wait"] diff --git a/src/traffic-controller/azext_traffic_controller/azext_metadata.json b/src/managednetworkfabric/azext_managednetworkfabric/azext_metadata.json similarity index 100% rename from src/traffic-controller/azext_traffic_controller/azext_metadata.json rename to src/managednetworkfabric/azext_managednetworkfabric/azext_metadata.json diff --git a/src/managednetworkfabric/azext_managednetworkfabric/commands.py b/src/managednetworkfabric/azext_managednetworkfabric/commands.py new file mode 100644 index 00000000000..b0d842e4993 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/commands.py @@ -0,0 +1,15 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: disable=too-many-lines +# pylint: disable=too-many-statements + +# from azure.cli.core.commands import CliCommandType + + +def load_command_table(self, _): # pylint: disable=unused-argument + pass diff --git a/src/load/azext_load/custom.py b/src/managednetworkfabric/azext_managednetworkfabric/custom.py similarity index 100% rename from src/load/azext_load/custom.py rename to src/managednetworkfabric/azext_managednetworkfabric/custom.py diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/__init__.py b/src/managednetworkfabric/azext_managednetworkfabric/tests/__init__.py new file mode 100644 index 00000000000..5757aea3175 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/__init__.py @@ -0,0 +1,6 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/__init__.py b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/__init__.py new file mode 100644 index 00000000000..5757aea3175 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/__init__.py @@ -0,0 +1,6 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/config.ini b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/config.ini new file mode 100644 index 00000000000..9c3dfbb91a7 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/config.ini @@ -0,0 +1,126 @@ +# The config contains sections ["resourcename"] specific to each API resource +# Add the parameters relevant to each resource in the corresponding section + +[NETWORK_FABRIC_CONTROLLER] +name="nfa-tool-ts-cli-nfc061423" +resource_group="nfa-tool-ts-clisdktest-nfcrg060523" +location="East US" +infra_ER_Connections='[{"expressRouteCircuitId": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/example-rg/providers/Microsoft.Network/expressRouteCircuits/example-circuit", "expressRouteAuthorizationKey": ""}]' +workload_ER_Connections='[{"expressRouteCircuitId": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/example-rg/providers/Microsoft.Network/expressRouteCircuits/example-circuit", "expressRouteAuthorizationKey": ""}]' +ipv4_address_space="20.0.0.0/19" +nameDelete="nfa-tool-ts-cli-nfc061323" + +[NETWORK_FABRIC] +name="nfa-tool-ts-cli-nf061423" +resource_group="nfa-tool-ts-clisdktest-nfrg060523" +location="East US" +nf_sku="fab1" +nfc_id="/subscriptions/61065ccc-9543-4b91-b2d1-0ce42a914507/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-nfc060223" +fabric_asn=65523 +ipv4_prefix="10.1.0.0/19" +ipv6_prefix="2fff::/59" +rack_count=3 +server_count_per_rack=7 +terminalServerConf="{'primaryIpv4Prefix':'20.20.0.0/27', 'secondaryIpv4Prefix':'20.20.0.0/25', 'username':'****', 'password':'*****', 'serialNumber':'1234'}" +managedNetworkConf="{'infrastructureVpnConfiguration':{'peeringOption': 'OptionB', 'optionBProperties': {'importRouteTargets': ['65521:2001','65512:2002'], 'exportRouteTargets': ['65531:1002','65532:1003']}}, 'workloadVpnConfiguration':{'peeringOption': 'OptionB', 'optionBProperties': {'importRouteTargets': ['65541:2001','65542:2002'], 'exportRouteTargets': ['65531:1230','65532:2301']}}}" +# To test provision and deprovision commands +resource_name="nfa-tool-ts-cli-nf1-061223" + +[NETWORK_RACK] +name="nfa-tool-ts-nf060523-comprack1" +resource_group="nfa-tool-ts-clisdktest-nfrg060523" + +[NETWORK_DEVICE] +name="nfa-tool-ts-cli-nf1-061223-AggrRack-CE1" +resource_group="nfa-tool-ts-clisdktest-nfrg060523" +host_name="hostName" +serial_number="1234abcd5678" + +[NETWORK_INTERFACE] +name="Ethernet1" +resource_group="nfa-tool-ts-clisdktest-nfrg060523" +device_name="nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1" +state_Enable="Enable" +state_Disable="Disable" + +[NETWORK_TO_NETWORK_INTERCONNECT] +name="nfa-tool-ts-cli-nni061223" +resource_group="nfa-tool-ts-clisdktest-nfrg060523" +fabric="nfa-tool-ts-cli-nf1-061223" +is_management_type="True" +use_option_b="True" +layer2_Configuration="{'portCount': 3, 'mtu': 1500}" +layer3_Configuration="{'importRoutePolicyId': '', 'exportRoutePolicyId': '', 'peerASN': 65535, 'vlanId': 600, 'primaryIpv4Prefix': '20.20.0.0/27', 'secondaryIpv4Prefix': '20.20.0.0/25', 'primaryIpv6Prefix': '3FFE:FFFF:0:CD30::a4/127', 'secondaryIpv6Prefix':'3FFE:FFFF:0:CD30::a4/127'}" + +[L2_ISOLATION_DOMAIN] +name="nfa-tool-ts-cli-l2domain1-061423" +resource_group="nfa-tool-ts-clisdktest-nfrg060523" +location="East US" +nf_id="/subscriptions/61065ccc-9543-4b91-b2d1-0ce42a914507/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-nf060523" +mtu="1512" +vlan_id="524" +state_Enable="Enable" +state_Disable="Disable" + +[L3_ISOLATION_DOMAIN] +name="nfa-tool-ts-cli-l3domain061423" +resource_group="nfa-tool-ts-clisdktest-nfrg060523" +location="East US" +nf_id="/subscriptions/61065ccc-9543-4b91-b2d1-0ce42a914507/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-nf060523" +redistribute_connected_subnets="True" +redistribute_static_routes="True" +aggregate_route_conf='{"ipv4Routes":[{"prefix": "10.0.0.1/27"}], "ipv6Routes":[{"prefix": "2fff::/59"}]}' +connected_subnet_route_policy="{'exportRoutePolicyId': ''}" +state_Enable="Enable" +state_Disable="Disable" +# To test update admin state command +resource_name="nfa-tool-ts-cli-l3domain1-061223" + +[IP_PREFIX] +name="nfa-tool-ts-cli-ipprefix061423" +resource_group="nfa-tool-ts-clisdktest-nfrg060523" +location="East US" +ip_prefix_rules="[{'action': 'Permit', 'sequenceNumber': 10, 'networkPrefix': '10.12.14.0/24', 'condition': 'EqualTo', 'subnetMaskLength': 24}]" + +[IP_COMMUNITY] +name="nfa-tool-ts-cli-ipcommunity061423" +resource_group="nfa-tool-ts-clisdktest-nfrg060523" +location="East US" +action="Deny" +well_known_communities="LocalAS" "GShut" +community_members="101:200" "101:201" + +[IP_EXTENDED_COMMUNITY] +name="nfa-tool-ts-cli-ipextcommunity061423" +resource_group="nfa-tool-ts-clisdktest-nfrg060523" +location="East US" +action="Deny" +route_targets="1024:219" "1001:200" + +[ROUTE_POLICY] +name="nfa-tool-ts-cli-routepolicy061423" +resource_group="nfa-tool-ts-clisdktest-nfrg060523" +location="East US" +statements_with_ipcommunity='[{"sequenceNumber": 1214, "condition": {"ipCommunityIds": ["/subscriptions/61065ccc-9543-4b91-b2d1-0ce42a914507/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipCommunities/nfa-tool-ts-cli-ipcommunity1-061223"], "ipPrefixId": "/subscriptions/61065ccc-9543-4b91-b2d1-0ce42a914507/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/nfa-tool-ts-cli-ipprefix1-061223"}, "action":{"localPreference": 113, "actionType": "Permit", "ipCommunityProperties": {"add":{"ipCommunityIds":["/subscriptions/61065ccc-9543-4b91-b2d1-0ce42a914507/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipCommunities/nfa-tool-ts-cli-ipcommunity1-061223"]}}}}]' +statements_with_ipextcommunity='[{"sequenceNumber": 1214, "condition": {"ipExtendedCommunityIds": ["/subscriptions/61065ccc-9543-4b91-b2d1-0ce42a914507/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/nfa-tool-ts-cli-ipextcommunity1-061223"], "ipPrefixId": "/subscriptions/61065ccc-9543-4b91-b2d1-0ce42a914507/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/nfa-tool-ts-cli-ipprefix1-061223"}, "action":{"localPreference": 113, "actionType": "Permit", "ipExtendedCommunityProperties": {"add":{"ipExtendedCommunityIds":["/subscriptions/61065ccc-9543-4b91-b2d1-0ce42a914507/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/nfa-tool-ts-cli-ipextcommunity1-061223"]}}}}]' + +[Internal_Network] +name="nfa-tool-ts-cli-internalnetwork061423" +l3domain="nfa-tool-ts-cli-l3domain1-061223" +resource_group="nfa-tool-ts-clisdktest-nfrg060523" +vlan_id=2600 +mtu=1500 +connected_Ipv4_subnets='[{"prefix":"10.1.1.1/24"}]' +connected_Ipv6_subnets='[{"prefix":"2fff::/59"}]' +static_route_conf="{'ipv4Routes':[{'prefix':'10.0.0.1/28','nextHop':['10.0.1.1']}],'ipv6Routes':[{'prefix':'2fff::/59','nextHop':['3fff::']}]}" +bgp_conf="{'defaultRouteOriginate':'True','allowAS':2,'allowASOverride':'Enable','peerASN':65535,'ipv4ListenRangePrefixes':['10.1.1.0/28'],'ipv4NeighborAddress':[{'address': '10.1.1.0'}]}" + +[External_Network] +name="nfa-tool-ts-cli-externalnetwork061423" +l3domain="nfa-tool-ts-cli-l3domain1-061223" +resource_group="nfa-tool-ts-clisdktest-nfrg060523" +peering_option="OptionB" +import_route_policy_id="importroutepolicyid" +export_route_policy_id="exportroutepolicyid" +option_b_properties='{"importRouteTargets":["65541:2001"],"exportRouteTargets":["65531:2001"]}' +option_a_properties='{"peerASN":65234,"vlanId":513,"mtu":1500,"primaryIpv4Prefix":"172.23.1.0/31","secondaryIpv4Prefix":"172.23.1.2/31"}' diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/config.py b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/config.py new file mode 100644 index 00000000000..aa48b0bb487 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/config.py @@ -0,0 +1,41 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods + +""" ManagedNetworkFabric resource specific configuration""" + +import configparser +from os import path + + +class LoadConfig: + ''' Loads the resource specific configuration for managednetworkfabric resources from config.ini. + This configuration is loaded at the first instance and stored in the _config_instance + Global parameter CONFIG can be used by calling classes to use the configuration values + ''' + config = None + + def __init__(self): + self._config_instance = None # Initial value + filename = path.dirname(__file__)+"/config.ini" + self.config = self.readconfig(filename) + + def readconfig(self, filename): + ''' Load resource config from configuration file''' + if self._config_instance: + return self._config_instance + self._config_instance = configparser.ConfigParser() + self._config_instance.read(filename) + return self._config_instance + + +def get_config(): + ''' Load the config and return the class instance''' + load_cnfig = LoadConfig() + return load_cnfig.config + + +CONFIG = get_config() \ No newline at end of file diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_Device_scenario1.yaml b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_Device_scenario1.yaml new file mode 100644 index 00000000000..d21fb00b75f --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_Device_scenario1.yaml @@ -0,0 +1,198 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric device show + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-CE1?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-CE1","name":"nfa-tool-ts-cli-nf1-061223-AggrRack-CE1","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:50.9265263Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-12T09:45:43.21043Z"},"properties":{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"CE1","hostName":"AR-CE1","serialNumber":"1234abcd5678","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '951' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:25:37 GMT + etag: + - '"fe057878-0000-0100-0000-6486e9480000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric device list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/networkDevices?api-version=2023-02-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfTestD15180423-AggrRack-CE1","name":"nfTestD15180423-AggrRack-CE1","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus2euap","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-04-18T10:02:23.2032787Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T10:02:23.2032787Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfTestD15180423-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"CE1","hostName":"AggRack-CE1","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfTestD15180423-AggrRack-CE2","name":"nfTestD15180423-AggrRack-CE2","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus2euap","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-04-18T10:02:24.4376686Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T10:02:24.4376686Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfTestD15180423-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"CE2","hostName":"AggRack-CE2","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfTestD15180423-AggrRack-TOR17","name":"nfTestD15180423-AggrRack-TOR17","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus2euap","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-04-18T10:02:25.703311Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T10:02:25.703311Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfTestD15180423-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR17","hostName":"AggRack-TOR17","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfTestD15180423-AggrRack-TOR18","name":"nfTestD15180423-AggrRack-TOR18","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus2euap","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-04-18T10:02:26.9377019Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T10:02:26.9377019Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfTestD15180423-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR18","hostName":"AggRack-TOR18","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfTestD15180423-AggrRack-MgmtSwitch1","name":"nfTestD15180423-AggrRack-MgmtSwitch1","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus2euap","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-04-18T10:02:28.2189712Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T10:02:28.2189712Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfTestD15180423-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"MgmtSwitch1","hostName":"AggRack-MGMT1","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfTestD15180423-AggrRack-MgmtSwitch2","name":"nfTestD15180423-AggrRack-MgmtSwitch2","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus2euap","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-04-18T10:02:29.5003026Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T10:02:29.5003026Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfTestD15180423-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"MgmtSwitch2","hostName":"AggRack-MGMT2","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfTestD15180423-AggrRack-NPB1","name":"nfTestD15180423-AggrRack-NPB1","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus2euap","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-04-18T10:02:30.7033823Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T10:02:30.7033823Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfTestD15180423-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"NPB1","hostName":"AggRack-NPB1","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfTestD15180423-AggrRack-NPB2","name":"nfTestD15180423-AggrRack-NPB2","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus2euap","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-04-18T10:02:31.8440728Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T10:02:31.8440728Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfTestD15180423-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"NPB2","hostName":"AggRack-NPB2","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfTestD15180423-CompRack1-TOR1","name":"nfTestD15180423-CompRack1-TOR1","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus2euap","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-04-18T10:02:34.7660407Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T10:02:34.7660407Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfTestD15180423-comprack1","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR1","hostName":"CompRack1-TOR1","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfTestD15180423-CompRack1-TOR2","name":"nfTestD15180423-CompRack1-TOR2","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus2euap","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-04-18T10:02:35.9378315Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T10:02:35.9378315Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfTestD15180423-comprack1","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR2","hostName":"CompRack1-TOR2","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfTestD15180423-CompRack1-MgmtSwitch","name":"nfTestD15180423-CompRack1-MgmtSwitch","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus2euap","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-04-18T10:02:37.2034743Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T10:02:37.2034743Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfTestD15180423-comprack1","networkDeviceSku":"DefaultSku","networkDeviceRole":"MgmtSwitch","hostName":"CompRack1-MGMT","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfTestD15180423-CompRack2-TOR3","name":"nfTestD15180423-CompRack2-TOR3","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus2euap","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-04-18T10:02:39.8910125Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T10:02:39.8910125Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfTestD15180423-comprack2","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR3","hostName":"CompRack2-TOR3","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfTestD15180423-CompRack2-TOR4","name":"nfTestD15180423-CompRack2-TOR4","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus2euap","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-04-18T10:02:41.125408Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T10:02:41.125408Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfTestD15180423-comprack2","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR4","hostName":"CompRack2-TOR4","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfTestD15180423-CompRack2-MgmtSwitch","name":"nfTestD15180423-CompRack2-MgmtSwitch","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus2euap","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-04-18T10:02:42.2972959Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T10:02:42.2972959Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfTestD15180423-comprack2","networkDeviceSku":"DefaultSku","networkDeviceRole":"MgmtSwitch","hostName":"CompRack2-MGMT","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkDevices/nffab1061323-AggrRack-CE1","name":"nffab1061323-AggrRack-CE1","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus2euap","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-13T12:06:34.7625024Z","lastModifiedBy":"edf733ea-9067-4115-8588-b12c62d25d45","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T12:06:38.1089791Z"},"properties":{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkRacks/nffab1061323-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"CE1","hostName":"AR-CE1","serialNumber":"Arista;DCS-7280PR3-24;12.05;JPE21330382","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkDevices/nffab1061323-AggrRack-CE2","name":"nffab1061323-AggrRack-CE2","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus2euap","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-13T12:06:36.262504Z","lastModifiedBy":"edf733ea-9067-4115-8588-b12c62d25d45","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T12:06:40.0934647Z"},"properties":{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkRacks/nffab1061323-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"CE2","hostName":"AR-CE2","serialNumber":"Arista;DCS-7280PR3-24;12.05;JPE21330442","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkDevices/nffab1061323-AggrRack-TOR17","name":"nffab1061323-AggrRack-TOR17","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus2euap","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-13T12:06:37.7625346Z","lastModifiedBy":"edf733ea-9067-4115-8588-b12c62d25d45","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T12:07:03.2978681Z"},"properties":{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkRacks/nffab1061323-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR17","hostName":"AR-TOR17","serialNumber":"Arista;DCS-7280CR3-32P4;11.01;XXXXXXXXXXX","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkDevices/nffab1061323-AggrRack-TOR18","name":"nffab1061323-AggrRack-TOR18","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus2euap","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-13T12:06:38.9812545Z","lastModifiedBy":"edf733ea-9067-4115-8588-b12c62d25d45","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T12:07:05.3448521Z"},"properties":{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkRacks/nffab1061323-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR18","hostName":"AR-TOR18","serialNumber":"Arista;DCS-7280CR3-32P4;11.01;XXXXXXXXXXX","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkDevices/nffab1061323-AggrRack-MgmtSwitch1","name":"nffab1061323-AggrRack-MgmtSwitch1","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus2euap","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-13T12:06:40.1375008Z","lastModifiedBy":"edf733ea-9067-4115-8588-b12c62d25d45","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T12:06:42.3123433Z"},"properties":{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkRacks/nffab1061323-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"MgmtSwitch1","hostName":"AR-MGMT1","serialNumber":"Arista;DCS-7010TX-48;12.00;JPE21372286","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkDevices/nffab1061323-AggrRack-MgmtSwitch2","name":"nffab1061323-AggrRack-MgmtSwitch2","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus2euap","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-13T12:06:41.2937499Z","lastModifiedBy":"edf733ea-9067-4115-8588-b12c62d25d45","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T12:07:01.2508818Z"},"properties":{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkRacks/nffab1061323-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"MgmtSwitch2","hostName":"AR-MGMT2","serialNumber":"Arista;DCS-7010TX-48;12.00;XXXXXXXXXXX","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkDevices/nffab1061323-AggrRack-NPB1","name":"nffab1061323-AggrRack-NPB1","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus2euap","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-13T12:06:42.4187838Z","lastModifiedBy":"edf733ea-9067-4115-8588-b12c62d25d45","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T12:07:07.4543336Z"},"properties":{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkRacks/nffab1061323-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"NPB1","hostName":"AR-NPB1","serialNumber":"Arista;DCS-7280CR3-32P4;11.00;JPE19460696","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkDevices/nffab1061323-AggrRack-NPB2","name":"nffab1061323-AggrRack-NPB2","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus2euap","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-13T12:06:43.5437515Z","lastModifiedBy":"edf733ea-9067-4115-8588-b12c62d25d45","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T12:07:09.5013191Z"},"properties":{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkRacks/nffab1061323-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"NPB2","hostName":"AR-NPB2","serialNumber":"Arista;DCS-7280CR3-32P4;11.00;xxxxxxxxxxx","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkDevices/nffab1061323-CompRack1-TOR1","name":"nffab1061323-CompRack1-TOR1","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus2euap","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-13T12:06:46.9968779Z","lastModifiedBy":"edf733ea-9067-4115-8588-b12c62d25d45","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T12:06:50.1409036Z"},"properties":{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkRacks/nffab1061323-comprack1","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR1","hostName":"CR1-TOR1","serialNumber":"Arista;DCS-7280CR3MK-32P4;11.00;JPE20101872","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkDevices/nffab1061323-CompRack1-TOR2","name":"nffab1061323-CompRack1-TOR2","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus2euap","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-13T12:06:48.1374996Z","lastModifiedBy":"edf733ea-9067-4115-8588-b12c62d25d45","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T12:06:52.0628837Z"},"properties":{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkRacks/nffab1061323-comprack1","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR2","hostName":"CR1-TOR2","serialNumber":"Arista;DCS-7280CR3MK-32P4;11.00;JPE20101885","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkDevices/nffab1061323-CompRack1-MgmtSwitch","name":"nffab1061323-CompRack1-MgmtSwitch","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus2euap","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-13T12:06:49.3250521Z","lastModifiedBy":"edf733ea-9067-4115-8588-b12c62d25d45","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T12:06:53.7817277Z"},"properties":{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkRacks/nffab1061323-comprack1","networkDeviceSku":"DefaultSku","networkDeviceRole":"MgmtSwitch","hostName":"CR1-MGMT","serialNumber":"Arista;DCS-7010TX-48;12.00;JPE21400271","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkDevices/nffab1061323-CompRack2-TOR3","name":"nffab1061323-CompRack2-TOR3","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus2euap","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-13T12:06:52.3249977Z","lastModifiedBy":"edf733ea-9067-4115-8588-b12c62d25d45","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T12:06:55.5787023Z"},"properties":{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkRacks/nffab1061323-comprack2","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR3","hostName":"CR2-TOR3","serialNumber":"Arista;DCS-7280CR3MK-32P4;11.00;JPE20101859","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkDevices/nffab1061323-CompRack2-TOR4","name":"nffab1061323-CompRack2-TOR4","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus2euap","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-13T12:06:53.621924Z","lastModifiedBy":"edf733ea-9067-4115-8588-b12c62d25d45","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T12:06:57.4694255Z"},"properties":{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkRacks/nffab1061323-comprack2","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR4","hostName":"CR2-TOR4","serialNumber":"Arista;DCS-7280CR3MK-32P4;11.00;JPE20101830","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkDevices/nffab1061323-CompRack2-MgmtSwitch","name":"nffab1061323-CompRack2-MgmtSwitch","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus2euap","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-13T12:06:54.7781293Z","lastModifiedBy":"edf733ea-9067-4115-8588-b12c62d25d45","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T12:06:59.3601542Z"},"properties":{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkRacks/nffab1061323-comprack2","networkDeviceSku":"DefaultSku","networkDeviceRole":"MgmtSwitch","hostName":"CR2-MGMT","serialNumber":"Arista;DCS-7010TX-48;12.00;JPE21383405","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-CE1","name":"nfa-tool-ts-nf060523-AggrRack-CE1","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T07:01:34.4530435Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:34.4530435Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"CE1","hostName":"AR-CE1","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-CE2","name":"nfa-tool-ts-nf060523-AggrRack-CE2","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T07:01:34.7811728Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:34.7811728Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"CE2","hostName":"AR-CE2","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-TOR17","name":"nfa-tool-ts-nf060523-AggrRack-TOR17","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T07:01:34.9531789Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:34.9531789Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR17","hostName":"AR-TOR17","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-TOR18","name":"nfa-tool-ts-nf060523-AggrRack-TOR18","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T07:01:35.1561799Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:35.1561799Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR18","hostName":"AR-TOR18","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1","name":"nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T07:01:35.3749354Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:35.3749354Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"MgmtSwitch1","hostName":"AR-MGMT1","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch2","name":"nfa-tool-ts-nf060523-AggrRack-MgmtSwitch2","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T07:01:35.5624385Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:35.5624385Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"MgmtSwitch2","hostName":"AR-MGMT2","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-NPB1","name":"nfa-tool-ts-nf060523-AggrRack-NPB1","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T07:01:35.7499449Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:35.7499449Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"NPB1","hostName":"AR-NPB1","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-NPB2","name":"nfa-tool-ts-nf060523-AggrRack-NPB2","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T07:01:35.9530723Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:35.9530723Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"NPB2","hostName":"AR-NPB2","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-CompRack1-TOR1","name":"nfa-tool-ts-nf060523-CompRack1-TOR1","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T07:01:36.7655878Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:36.7655878Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-comprack1","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR1","hostName":"CR1-TOR1","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-CompRack1-TOR2","name":"nfa-tool-ts-nf060523-CompRack1-TOR2","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T07:01:36.9999672Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:36.9999672Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-comprack1","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR2","hostName":"CR1-TOR2","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-CompRack1-MgmtSwitch","name":"nfa-tool-ts-nf060523-CompRack1-MgmtSwitch","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T07:01:37.2187216Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:37.2187216Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-comprack1","networkDeviceSku":"DefaultSku","networkDeviceRole":"MgmtSwitch","hostName":"CR1-MGMT","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-CompRack2-TOR3","name":"nfa-tool-ts-nf060523-CompRack2-TOR3","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T07:01:37.9218621Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:37.9218621Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-comprack2","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR3","hostName":"CR2-TOR3","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-CompRack2-TOR4","name":"nfa-tool-ts-nf060523-CompRack2-TOR4","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T07:01:38.1718627Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:38.1718627Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-comprack2","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR4","hostName":"CR2-TOR4","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-CompRack2-MgmtSwitch","name":"nfa-tool-ts-nf060523-CompRack2-MgmtSwitch","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T07:01:38.3906215Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:38.3906215Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-comprack2","networkDeviceSku":"DefaultSku","networkDeviceRole":"MgmtSwitch","hostName":"CR2-MGMT","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-CE1","name":"nfa-tool-ts-cli-nf1-061223-AggrRack-CE1","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:50.9265263Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-12T09:45:43.21043Z"},"properties":{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"CE1","hostName":"AR-CE1","serialNumber":"1234abcd5678","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-CE2","name":"nfa-tool-ts-cli-nf1-061223-AggrRack-CE2","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:51.2234024Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T09:42:51.2234024Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"CE2","hostName":"AR-CE2","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-TOR17","name":"nfa-tool-ts-cli-nf1-061223-AggrRack-TOR17","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:51.3796554Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T09:42:51.3796554Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR17","hostName":"AR-TOR17","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-TOR18","name":"nfa-tool-ts-cli-nf1-061223-AggrRack-TOR18","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:51.5827846Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T09:42:51.5827846Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR18","hostName":"AR-TOR18","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-MgmtSwitch1","name":"nfa-tool-ts-cli-nf1-061223-AggrRack-MgmtSwitch1","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:51.7702844Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T09:42:51.7702844Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"MgmtSwitch1","hostName":"AR-MGMT1","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-MgmtSwitch2","name":"nfa-tool-ts-cli-nf1-061223-AggrRack-MgmtSwitch2","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:51.989179Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T09:42:51.989179Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"MgmtSwitch2","hostName":"AR-MGMT2","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-NPB1","name":"nfa-tool-ts-cli-nf1-061223-AggrRack-NPB1","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:52.1609203Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T09:42:52.1609203Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"NPB1","hostName":"AR-NPB1","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-NPB2","name":"nfa-tool-ts-cli-nf1-061223-AggrRack-NPB2","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:52.3484212Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T09:42:52.3484212Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"NPB2","hostName":"AR-NPB2","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-CompRack1-TOR1","name":"nfa-tool-ts-cli-nf1-061223-CompRack1-TOR1","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:53.0203043Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T09:42:53.0203043Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-comprack1","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR1","hostName":"CR1-TOR1","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-CompRack1-TOR2","name":"nfa-tool-ts-cli-nf1-061223-CompRack1-TOR2","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:53.1765575Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T09:42:53.1765575Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-comprack1","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR2","hostName":"CR1-TOR2","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-CompRack1-MgmtSwitch","name":"nfa-tool-ts-cli-nf1-061223-CompRack1-MgmtSwitch","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:53.3484356Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T09:42:53.3484356Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-comprack1","networkDeviceSku":"DefaultSku","networkDeviceRole":"MgmtSwitch","hostName":"CR1-MGMT","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-CompRack2-TOR3","name":"nfa-tool-ts-cli-nf1-061223-CompRack2-TOR3","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:53.8484863Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T09:42:53.8484863Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-comprack2","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR3","hostName":"CR2-TOR3","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-CompRack2-TOR4","name":"nfa-tool-ts-cli-nf1-061223-CompRack2-TOR4","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:54.035944Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T09:42:54.035944Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-comprack2","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR4","hostName":"CR2-TOR4","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-CompRack2-MgmtSwitch","name":"nfa-tool-ts-cli-nf1-061223-CompRack2-MgmtSwitch","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:54.2078228Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T09:42:54.2078228Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-comprack2","networkDeviceSku":"DefaultSku","networkDeviceRole":"MgmtSwitch","hostName":"CR2-MGMT","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '54241' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:25:39 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: + - ae600948-b0e6-4468-9a7a-678034de0ace + - f610ff1e-215e-4cca-b666-cea5793a84b7 + - aacd6aa2-db49-4192-9963-58f81bf2936a + - 2b2aa925-c66a-4109-a9d3-0328807acb3e + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric device list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices?api-version=2023-02-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-CE1","name":"nfa-tool-ts-nf060523-AggrRack-CE1","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T07:01:34.4530435Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:34.4530435Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"CE1","hostName":"AR-CE1","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-CE2","name":"nfa-tool-ts-nf060523-AggrRack-CE2","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T07:01:34.7811728Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:34.7811728Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"CE2","hostName":"AR-CE2","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-TOR17","name":"nfa-tool-ts-nf060523-AggrRack-TOR17","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T07:01:34.9531789Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:34.9531789Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR17","hostName":"AR-TOR17","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-TOR18","name":"nfa-tool-ts-nf060523-AggrRack-TOR18","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T07:01:35.1561799Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:35.1561799Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR18","hostName":"AR-TOR18","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1","name":"nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T07:01:35.3749354Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:35.3749354Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"MgmtSwitch1","hostName":"AR-MGMT1","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch2","name":"nfa-tool-ts-nf060523-AggrRack-MgmtSwitch2","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T07:01:35.5624385Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:35.5624385Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"MgmtSwitch2","hostName":"AR-MGMT2","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-NPB1","name":"nfa-tool-ts-nf060523-AggrRack-NPB1","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T07:01:35.7499449Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:35.7499449Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"NPB1","hostName":"AR-NPB1","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-NPB2","name":"nfa-tool-ts-nf060523-AggrRack-NPB2","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T07:01:35.9530723Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:35.9530723Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"NPB2","hostName":"AR-NPB2","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-CompRack1-TOR1","name":"nfa-tool-ts-nf060523-CompRack1-TOR1","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T07:01:36.7655878Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:36.7655878Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-comprack1","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR1","hostName":"CR1-TOR1","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-CompRack1-TOR2","name":"nfa-tool-ts-nf060523-CompRack1-TOR2","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T07:01:36.9999672Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:36.9999672Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-comprack1","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR2","hostName":"CR1-TOR2","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-CompRack1-MgmtSwitch","name":"nfa-tool-ts-nf060523-CompRack1-MgmtSwitch","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T07:01:37.2187216Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:37.2187216Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-comprack1","networkDeviceSku":"DefaultSku","networkDeviceRole":"MgmtSwitch","hostName":"CR1-MGMT","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-CompRack2-TOR3","name":"nfa-tool-ts-nf060523-CompRack2-TOR3","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T07:01:37.9218621Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:37.9218621Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-comprack2","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR3","hostName":"CR2-TOR3","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-CompRack2-TOR4","name":"nfa-tool-ts-nf060523-CompRack2-TOR4","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T07:01:38.1718627Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:38.1718627Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-comprack2","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR4","hostName":"CR2-TOR4","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-CompRack2-MgmtSwitch","name":"nfa-tool-ts-nf060523-CompRack2-MgmtSwitch","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T07:01:38.3906215Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:38.3906215Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-comprack2","networkDeviceSku":"DefaultSku","networkDeviceRole":"MgmtSwitch","hostName":"CR2-MGMT","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-CE1","name":"nfa-tool-ts-cli-nf1-061223-AggrRack-CE1","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:50.9265263Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-12T09:45:43.21043Z"},"properties":{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"CE1","hostName":"AR-CE1","serialNumber":"1234abcd5678","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-CE2","name":"nfa-tool-ts-cli-nf1-061223-AggrRack-CE2","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:51.2234024Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T09:42:51.2234024Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"CE2","hostName":"AR-CE2","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-TOR17","name":"nfa-tool-ts-cli-nf1-061223-AggrRack-TOR17","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:51.3796554Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T09:42:51.3796554Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR17","hostName":"AR-TOR17","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-TOR18","name":"nfa-tool-ts-cli-nf1-061223-AggrRack-TOR18","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:51.5827846Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T09:42:51.5827846Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR18","hostName":"AR-TOR18","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-MgmtSwitch1","name":"nfa-tool-ts-cli-nf1-061223-AggrRack-MgmtSwitch1","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:51.7702844Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T09:42:51.7702844Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"MgmtSwitch1","hostName":"AR-MGMT1","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-MgmtSwitch2","name":"nfa-tool-ts-cli-nf1-061223-AggrRack-MgmtSwitch2","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:51.989179Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T09:42:51.989179Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"MgmtSwitch2","hostName":"AR-MGMT2","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-NPB1","name":"nfa-tool-ts-cli-nf1-061223-AggrRack-NPB1","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:52.1609203Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T09:42:52.1609203Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"NPB1","hostName":"AR-NPB1","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-NPB2","name":"nfa-tool-ts-cli-nf1-061223-AggrRack-NPB2","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:52.3484212Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T09:42:52.3484212Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"NPB2","hostName":"AR-NPB2","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-CompRack1-TOR1","name":"nfa-tool-ts-cli-nf1-061223-CompRack1-TOR1","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:53.0203043Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T09:42:53.0203043Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-comprack1","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR1","hostName":"CR1-TOR1","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-CompRack1-TOR2","name":"nfa-tool-ts-cli-nf1-061223-CompRack1-TOR2","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:53.1765575Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T09:42:53.1765575Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-comprack1","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR2","hostName":"CR1-TOR2","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-CompRack1-MgmtSwitch","name":"nfa-tool-ts-cli-nf1-061223-CompRack1-MgmtSwitch","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:53.3484356Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T09:42:53.3484356Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-comprack1","networkDeviceSku":"DefaultSku","networkDeviceRole":"MgmtSwitch","hostName":"CR1-MGMT","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-CompRack2-TOR3","name":"nfa-tool-ts-cli-nf1-061223-CompRack2-TOR3","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:53.8484863Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T09:42:53.8484863Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-comprack2","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR3","hostName":"CR2-TOR3","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-CompRack2-TOR4","name":"nfa-tool-ts-cli-nf1-061223-CompRack2-TOR4","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:54.035944Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T09:42:54.035944Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-comprack2","networkDeviceSku":"DefaultSku","networkDeviceRole":"TOR4","hostName":"CR2-TOR4","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-CompRack2-MgmtSwitch","name":"nfa-tool-ts-cli-nf1-061223-CompRack2-MgmtSwitch","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:54.2078228Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T09:42:54.2078228Z"},"properties":{"annotation":null,"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-comprack2","networkDeviceSku":"DefaultSku","networkDeviceRole":"MgmtSwitch","hostName":"CR2-MGMT","serialNumber":"NA","version":null,"provisioningState":"Succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '27877' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:25: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: + - ed4dd35b-9315-499f-98d3-a1cd3796b947 + - 906b7e97-acc3-4873-825f-0a82f82fda1c + - 39a53023-68fd-4fe7-811a-d93e54fca6b1 + - 192b481d-a863-4a0e-82fd-3f8b53b6e6a9 + status: + code: 200 + message: OK +- request: + body: '{"properties": {"serialNumber": "1234abcd5678"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric device update + Connection: + - keep-alive + Content-Length: + - '48' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --resource-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-CE1?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-CE1","name":"nfa-tool-ts-cli-nf1-061223-AggrRack-CE1","type":"microsoft.managednetworkfabric/networkdevices","location":"eastus","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-12T09:42:50.9265263Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:25:42.5674188Z"},"properties":{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-aggrack","networkDeviceSku":"DefaultSku","networkDeviceRole":"CE1","hostName":"AR-CE1","serialNumber":"1234abcd5678","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '953' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:25:43 GMT + etag: + - '"65062cdc-0000-0100-0000-648925270000"' + expires: + - '-1' + mise-correlation-id: + - 0b85f392-9621-4101-8da4-1c1038eeb42a + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +version: 1 diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_Interface_scenario1.yaml b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_Interface_scenario1.yaml new file mode 100644 index 00000000000..ecefd8d9059 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_Interface_scenario1.yaml @@ -0,0 +1,934 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric interface show + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group --device + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet1?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet1","name":"Ethernet1","type":"microsoft.managednetworkfabric/networkdevices/networkinterfaces","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T09:06:17.6766588Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T10:55:00.594884Z"},"properties":{"physicalIdentifier":"Ethernet1","administrativeState":"Enabled","provisioningState":"Succeeded","interfaceType":"Data"}}' + headers: + cache-control: + - no-cache + content-length: + - '739' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:25:22 GMT + etag: + - '"e802052d-0000-0100-0000-6486f9840000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric interface list + Connection: + - keep-alive + ParameterSetName: + - --resource-group --device + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces?api-version=2023-02-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet1","name":"Ethernet1","type":"microsoft.managednetworkfabric/networkdevices/networkinterfaces","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T09:06:17.6766588Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T10:55:00.594884Z"},"properties":{"physicalIdentifier":"Ethernet1","administrativeState":"Enabled","provisioningState":"Succeeded","interfaceType":"Data"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet2","name":"Ethernet2","type":"microsoft.managednetworkfabric/networkdevices/networkinterfaces","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T09:06:17.7703487Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T09:06:17.7703487Z"},"properties":{"physicalIdentifier":"Ethernet2","administrativeState":"Enabled","provisioningState":"Succeeded","interfaceType":"Data"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet9","name":"Ethernet9","type":"microsoft.managednetworkfabric/networkdevices/networkinterfaces","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T09:06:17.8484729Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T09:06:17.8484729Z"},"properties":{"physicalIdentifier":"Ethernet9","administrativeState":"Enabled","provisioningState":"Succeeded","interfaceType":"Data"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet10","name":"Ethernet10","type":"microsoft.managednetworkfabric/networkdevices/networkinterfaces","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T09:06:17.957852Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T09:06:17.957852Z"},"properties":{"physicalIdentifier":"Ethernet10","administrativeState":"Enabled","provisioningState":"Succeeded","interfaceType":"Data"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet11","name":"Ethernet11","type":"microsoft.managednetworkfabric/networkdevices/networkinterfaces","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T09:06:18.0359711Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T09:06:18.0359711Z"},"properties":{"physicalIdentifier":"Ethernet11","administrativeState":"Enabled","provisioningState":"Succeeded","interfaceType":"Data"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet12","name":"Ethernet12","type":"microsoft.managednetworkfabric/networkdevices/networkinterfaces","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T09:06:18.1297223Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T09:06:18.1297223Z"},"properties":{"physicalIdentifier":"Ethernet12","administrativeState":"Enabled","provisioningState":"Succeeded","interfaceType":"Data"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet17","name":"Ethernet17","type":"microsoft.managednetworkfabric/networkdevices/networkinterfaces","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T09:06:18.2078476Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T09:06:18.2078476Z"},"properties":{"physicalIdentifier":"Ethernet17","administrativeState":"Enabled","provisioningState":"Succeeded","interfaceType":"Data"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet47","name":"Ethernet47","type":"microsoft.managednetworkfabric/networkdevices/networkinterfaces","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T09:06:18.2859719Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T09:06:18.2859719Z"},"properties":{"physicalIdentifier":"Ethernet47","administrativeState":"Enabled","provisioningState":"Succeeded","interfaceType":"Data"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet48","name":"Ethernet48","type":"microsoft.managednetworkfabric/networkdevices/networkinterfaces","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T09:06:18.3641003Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T09:06:18.3641003Z"},"properties":{"physicalIdentifier":"Ethernet48","administrativeState":"Enabled","provisioningState":"Succeeded","interfaceType":"Data"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet49","name":"Ethernet49","type":"microsoft.managednetworkfabric/networkdevices/networkinterfaces","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T09:06:18.4578504Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T09:06:18.4578504Z"},"properties":{"physicalIdentifier":"Ethernet49","administrativeState":"Enabled","provisioningState":"Succeeded","interfaceType":"Data"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet50","name":"Ethernet50","type":"microsoft.managednetworkfabric/networkdevices/networkinterfaces","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T09:06:18.5360123Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T09:06:18.5360123Z"},"properties":{"physicalIdentifier":"Ethernet50","administrativeState":"Enabled","provisioningState":"Succeeded","interfaceType":"Data"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Management1","name":"Management1","type":"microsoft.managednetworkfabric/networkdevices/networkinterfaces","systemData":{"createdBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","createdByType":"Application","createdAt":"2023-06-05T09:06:18.6297768Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T09:06:18.6297768Z"},"properties":{"physicalIdentifier":"Management","administrativeState":"Enabled","provisioningState":"Succeeded","interfaceType":"Management","ipv4Address":"10.1.2.6"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '8960' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:25:24 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"state": "Disable"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric interface update-admin-state + Connection: + - keep-alive + Content-Length: + - '20' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --device --resource-name --state + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet1/updateAdministrativeState?api-version=2023-02-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532?api-version=2023-02-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:25:25 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532?api-version=2023-02-01-preview + mise-correlation-id: + - b7828ca6-ded4-484a-9b2a-ee5549746427 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric interface update-admin-state + Connection: + - keep-alive + ParameterSetName: + - --resource-group --device --resource-name --state + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","name":"48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet1","status":"Updating","startTime":"2023-06-14T02:25:25.3804054Z"}' + headers: + cache-control: + - no-cache + content-length: + - '654' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:25:26 GMT + etag: + - '"98030836-0000-0100-0000-648925160000"' + expires: + - '-1' + 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: + - networkfabric interface update-admin-state + Connection: + - keep-alive + ParameterSetName: + - --resource-group --device --resource-name --state + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","name":"48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet1","status":"Updating","startTime":"2023-06-14T02:25:25.3804054Z"}' + headers: + cache-control: + - no-cache + content-length: + - '654' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:25:58 GMT + etag: + - '"98030836-0000-0100-0000-648925160000"' + expires: + - '-1' + 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: + - networkfabric interface update-admin-state + Connection: + - keep-alive + ParameterSetName: + - --resource-group --device --resource-name --state + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","name":"48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet1","status":"Updating","startTime":"2023-06-14T02:25:25.3804054Z"}' + headers: + cache-control: + - no-cache + content-length: + - '654' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:26:27 GMT + etag: + - '"98030836-0000-0100-0000-648925160000"' + expires: + - '-1' + 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: + - networkfabric interface update-admin-state + Connection: + - keep-alive + ParameterSetName: + - --resource-group --device --resource-name --state + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","name":"48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet1","status":"Updating","startTime":"2023-06-14T02:25:25.3804054Z"}' + headers: + cache-control: + - no-cache + content-length: + - '654' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:26:58 GMT + etag: + - '"98030836-0000-0100-0000-648925160000"' + expires: + - '-1' + 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: + - networkfabric interface update-admin-state + Connection: + - keep-alive + ParameterSetName: + - --resource-group --device --resource-name --state + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","name":"48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet1","status":"Updating","startTime":"2023-06-14T02:25:25.3804054Z"}' + headers: + cache-control: + - no-cache + content-length: + - '654' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:27:28 GMT + etag: + - '"98030836-0000-0100-0000-648925160000"' + expires: + - '-1' + 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: + - networkfabric interface update-admin-state + Connection: + - keep-alive + ParameterSetName: + - --resource-group --device --resource-name --state + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","name":"48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet1","status":"Updating","startTime":"2023-06-14T02:25:25.3804054Z"}' + headers: + cache-control: + - no-cache + content-length: + - '654' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:28:00 GMT + etag: + - '"98030836-0000-0100-0000-648925160000"' + expires: + - '-1' + 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: + - networkfabric interface update-admin-state + Connection: + - keep-alive + ParameterSetName: + - --resource-group --device --resource-name --state + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","name":"48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet1","status":"Updating","startTime":"2023-06-14T02:25:25.3804054Z"}' + headers: + cache-control: + - no-cache + content-length: + - '654' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:28:30 GMT + etag: + - '"98030836-0000-0100-0000-648925160000"' + expires: + - '-1' + 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: + - networkfabric interface update-admin-state + Connection: + - keep-alive + ParameterSetName: + - --resource-group --device --resource-name --state + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","name":"48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet1","status":"Updating","startTime":"2023-06-14T02:25:25.3804054Z"}' + headers: + cache-control: + - no-cache + content-length: + - '654' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:29:01 GMT + etag: + - '"98030836-0000-0100-0000-648925160000"' + expires: + - '-1' + 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: + - networkfabric interface update-admin-state + Connection: + - keep-alive + ParameterSetName: + - --resource-group --device --resource-name --state + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","name":"48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet1","status":"Updating","startTime":"2023-06-14T02:25:25.3804054Z"}' + headers: + cache-control: + - no-cache + content-length: + - '654' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:29:31 GMT + etag: + - '"98030836-0000-0100-0000-648925160000"' + expires: + - '-1' + 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: + - networkfabric interface update-admin-state + Connection: + - keep-alive + ParameterSetName: + - --resource-group --device --resource-name --state + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","name":"48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet1","status":"Updating","startTime":"2023-06-14T02:25:25.3804054Z"}' + headers: + cache-control: + - no-cache + content-length: + - '654' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:30:03 GMT + etag: + - '"98030836-0000-0100-0000-648925160000"' + expires: + - '-1' + 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: + - networkfabric interface update-admin-state + Connection: + - keep-alive + ParameterSetName: + - --resource-group --device --resource-name --state + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","name":"48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet1","status":"Succeeded","startTime":"2023-06-14T02:25:25.3804054Z","endTime":"2023-06-14T02:30:22.8832411Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '714' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:30:33 GMT + etag: + - '"9803b341-0000-0100-0000-6489263e0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric interface update-admin-state + Connection: + - keep-alive + ParameterSetName: + - --resource-group --device --resource-name --state + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","name":"48e4e8ba-882d-440b-90f7-5acbe0db4afc*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet1","status":"Succeeded","startTime":"2023-06-14T02:25:25.3804054Z","endTime":"2023-06-14T02:30:22.8832411Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '714' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:30:33 GMT + etag: + - '"9803b341-0000-0100-0000-6489263e0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"state": "Enable"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric interface update-admin-state + Connection: + - keep-alive + Content-Length: + - '19' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --device --resource-name --state + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet1/updateAdministrativeState?api-version=2023-02-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/543c15ae-0bc9-4f6a-b98e-53d6296a2012*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532?api-version=2023-02-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:30:35 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/543c15ae-0bc9-4f6a-b98e-53d6296a2012*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532?api-version=2023-02-01-preview + mise-correlation-id: + - 85a82cb9-06f2-4bfc-bef5-a1fc1b8de4da + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric interface update-admin-state + Connection: + - keep-alive + ParameterSetName: + - --resource-group --device --resource-name --state + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/543c15ae-0bc9-4f6a-b98e-53d6296a2012*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/543c15ae-0bc9-4f6a-b98e-53d6296a2012*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","name":"543c15ae-0bc9-4f6a-b98e-53d6296a2012*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet1","status":"Updating","startTime":"2023-06-14T02:30:35.3800559Z"}' + headers: + cache-control: + - no-cache + content-length: + - '654' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:30:36 GMT + etag: + - '"98030e42-0000-0100-0000-6489264b0000"' + expires: + - '-1' + 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: + - networkfabric interface update-admin-state + Connection: + - keep-alive + ParameterSetName: + - --resource-group --device --resource-name --state + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/543c15ae-0bc9-4f6a-b98e-53d6296a2012*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/543c15ae-0bc9-4f6a-b98e-53d6296a2012*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","name":"543c15ae-0bc9-4f6a-b98e-53d6296a2012*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet1","status":"Updating","startTime":"2023-06-14T02:30:35.3800559Z"}' + headers: + cache-control: + - no-cache + content-length: + - '654' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:31:06 GMT + etag: + - '"98030e42-0000-0100-0000-6489264b0000"' + expires: + - '-1' + 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: + - networkfabric interface update-admin-state + Connection: + - keep-alive + ParameterSetName: + - --resource-group --device --resource-name --state + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/543c15ae-0bc9-4f6a-b98e-53d6296a2012*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/543c15ae-0bc9-4f6a-b98e-53d6296a2012*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","name":"543c15ae-0bc9-4f6a-b98e-53d6296a2012*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet1","status":"Updating","startTime":"2023-06-14T02:30:35.3800559Z"}' + headers: + cache-control: + - no-cache + content-length: + - '654' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:31:38 GMT + etag: + - '"98030e42-0000-0100-0000-6489264b0000"' + expires: + - '-1' + 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: + - networkfabric interface update-admin-state + Connection: + - keep-alive + ParameterSetName: + - --resource-group --device --resource-name --state + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/543c15ae-0bc9-4f6a-b98e-53d6296a2012*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/543c15ae-0bc9-4f6a-b98e-53d6296a2012*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","name":"543c15ae-0bc9-4f6a-b98e-53d6296a2012*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet1","status":"Succeeded","startTime":"2023-06-14T02:30:35.3800559Z","endTime":"2023-06-14T02:31:49.0464774Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '714' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:32:08 GMT + etag: + - '"9803e944-0000-0100-0000-648926950000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric interface update-admin-state + Connection: + - keep-alive + ParameterSetName: + - --resource-group --device --resource-name --state + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/543c15ae-0bc9-4f6a-b98e-53d6296a2012*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/543c15ae-0bc9-4f6a-b98e-53d6296a2012*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","name":"543c15ae-0bc9-4f6a-b98e-53d6296a2012*7EC1A5A11DED54BDA41F0BA9BAB23A2F8BE0395BD7BB9375A74DCEBA7EF21532","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1/networkInterfaces/Ethernet1","status":"Succeeded","startTime":"2023-06-14T02:30:35.3800559Z","endTime":"2023-06-14T02:31:49.0464774Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '714' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:32:09 GMT + etag: + - '"9803e944-0000-0100-0000-648926950000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_Rack_scenario1.yaml b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_Rack_scenario1.yaml new file mode 100644 index 00000000000..feb6c81c5d9 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_Rack_scenario1.yaml @@ -0,0 +1,142 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric rack show + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-comprack1?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-comprack1","name":"nfa-tool-ts-nf060523-comprack1","type":"microsoft.managednetworkfabric/networkracks","location":"eastus","systemData":{"createdBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","createdByType":"Application","createdAt":"2023-06-05T07:01:22.4996838Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T09:06:13.0515749Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-nf060523","networkRackSku":"fab1","networkDevices":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-CompRack1-TOR1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-CompRack1-TOR2","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-CompRack1-MgmtSwitch"],"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1464' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:25:53 GMT + etag: + - '"2f0cbb39-0000-0100-0000-647da5850000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric rack list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks?api-version=2023-02-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-aggrack","name":"nfa-tool-ts-nf060523-aggrack","type":"microsoft.managednetworkfabric/networkracks","location":"eastus","systemData":{"createdBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","createdByType":"Application","createdAt":"2023-06-05T07:01:21.87467Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T09:06:12.8172367Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-nf060523","networkRackSku":"fab1","networkDevices":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-CE1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-CE2","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-TOR17","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-TOR18","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch2","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-NPB1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-NPB2"],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-comprack1","name":"nfa-tool-ts-nf060523-comprack1","type":"microsoft.managednetworkfabric/networkracks","location":"eastus","systemData":{"createdBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","createdByType":"Application","createdAt":"2023-06-05T07:01:22.4996838Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T09:06:13.0515749Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-nf060523","networkRackSku":"fab1","networkDevices":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-CompRack1-TOR1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-CompRack1-TOR2","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-CompRack1-MgmtSwitch"],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-comprack2","name":"nfa-tool-ts-nf060523-comprack2","type":"microsoft.managednetworkfabric/networkracks","location":"eastus","systemData":{"createdBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","createdByType":"Application","createdAt":"2023-06-05T07:01:22.8434406Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T09:06:13.192202Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-nf060523","networkRackSku":"fab1","networkDevices":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-CompRack2-TOR3","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-CompRack2-TOR4","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-CompRack2-MgmtSwitch"],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-comprack3","name":"nfa-tool-ts-nf060523-comprack3","type":"microsoft.managednetworkfabric/networkracks","location":"eastus","systemData":{"createdBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","createdByType":"Application","createdAt":"2023-06-05T07:01:23.2965728Z","lastModifiedBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:23.2965728Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-nf060523","networkRackSku":"fab1","provisioningState":"Failed"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-aggrack","name":"nfa-tool-ts-cli-nf1-061223-aggrack","type":"microsoft.managednetworkfabric/networkracks","location":"eastus","systemData":{"createdBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","createdByType":"Application","createdAt":"2023-06-12T09:42:45.3972158Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T10:05:24.1624224Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf1-061223","networkRackSku":"fab1","networkDevices":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-CE1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-CE2","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-TOR17","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-TOR18","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-MgmtSwitch1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-MgmtSwitch2","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-NPB1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-NPB2"],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-comprack1","name":"nfa-tool-ts-cli-nf1-061223-comprack1","type":"microsoft.managednetworkfabric/networkracks","location":"eastus","systemData":{"createdBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","createdByType":"Application","createdAt":"2023-06-12T09:42:45.8659203Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T10:05:24.3030529Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf1-061223","networkRackSku":"fab1","networkDevices":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-CompRack1-TOR1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-CompRack1-TOR2","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-CompRack1-MgmtSwitch"],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-comprack2","name":"nfa-tool-ts-cli-nf1-061223-comprack2","type":"microsoft.managednetworkfabric/networkracks","location":"eastus","systemData":{"createdBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","createdByType":"Application","createdAt":"2023-06-12T09:42:46.2253027Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T10:05:24.4593089Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf1-061223","networkRackSku":"fab1","networkDevices":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-CompRack2-TOR3","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-CompRack2-TOR4","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-CompRack2-MgmtSwitch"],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-comprack3","name":"nfa-tool-ts-cli-nf1-061223-comprack3","type":"microsoft.managednetworkfabric/networkracks","location":"eastus","systemData":{"createdBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","createdByType":"Application","createdAt":"2023-06-12T09:42:46.4909285Z","lastModifiedBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T09:42:46.4909285Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf1-061223","networkRackSku":"fab1","provisioningState":"Failed"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf061223-comprack3","name":"nfa-tool-ts-cli-nf061223-comprack3","type":"microsoft.managednetworkfabric/networkracks","location":"eastus","systemData":{"createdBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","createdByType":"Application","createdAt":"2023-06-12T10:05:31.303302Z","lastModifiedBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T10:05:31.303302Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf061223","networkRackSku":"fab1","provisioningState":"Failed"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '13462' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:25:54 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: + - 63f48323-9f67-43fd-8311-4d426f70e0de + - ad195fd5-d379-463e-a48a-fc05fc7306a8 + - a9861b67-e387-4bb8-9e16-6941b45ceb95 + - 8ed749cc-7cfe-4540-930b-effec2400a2a + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric rack list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/networkRacks?api-version=2023-02-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfTestD15180423-aggrack","name":"nfTestD15180423-aggrack","type":"microsoft.managednetworkfabric/networkracks","location":"eastus2euap","systemData":{"createdBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","createdByType":"Application","createdAt":"2023-04-18T10:01:53.6403598Z","lastModifiedBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T10:01:53.6403598Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfTestD15180423","networkRackSku":"M4-A400-A100-C16-aa","provisioningState":"Succeeded","networkDevices":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfTestD15180423-AggrRack-CE1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfTestD15180423-AggrRack-CE2","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfTestD15180423-AggrRack-TOR17","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfTestD15180423-AggrRack-TOR18","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfTestD15180423-AggrRack-MgmtSwitch1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfTestD15180423-AggrRack-MgmtSwitch2","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfTestD15180423-AggrRack-NPB1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfTestD15180423-AggrRack-NPB2"]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfTestD15180423-comprack1","name":"nfTestD15180423-comprack1","type":"microsoft.managednetworkfabric/networkracks","location":"eastus2euap","systemData":{"createdBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","createdByType":"Application","createdAt":"2023-04-18T10:01:56.3122706Z","lastModifiedBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T10:01:56.3122706Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfTestD15180423","networkRackSku":"M4-A400-A100-C16-aa","provisioningState":"Succeeded","networkDevices":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfTestD15180423-CompRack1-TOR1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfTestD15180423-CompRack1-TOR2","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfTestD15180423-CompRack1-MgmtSwitch"]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfTestD15180423-comprack2","name":"nfTestD15180423-comprack2","type":"microsoft.managednetworkfabric/networkracks","location":"eastus2euap","systemData":{"createdBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","createdByType":"Application","createdAt":"2023-04-18T10:01:57.9217212Z","lastModifiedBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T10:01:57.9217212Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfTestD15180423","networkRackSku":"M4-A400-A100-C16-aa","provisioningState":"Succeeded","networkDevices":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfTestD15180423-CompRack2-TOR3","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfTestD15180423-CompRack2-TOR4","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfTestD15180423-CompRack2-MgmtSwitch"]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkRacks/nffab1061323-aggrack","name":"nffab1061323-aggrack","type":"microsoft.managednetworkfabric/networkracks","location":"eastus2euap","systemData":{"createdBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","createdByType":"Application","createdAt":"2023-06-13T12:06:12.4656442Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T15:44:26.1328925Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/fab1nfrg061323/providers/microsoft.managednetworkfabric/networkfabrics/nffab1061323","networkRackSku":"fab1","networkDevices":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkDevices/nffab1061323-AggrRack-CE1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkDevices/nffab1061323-AggrRack-CE2","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkDevices/nffab1061323-AggrRack-TOR17","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkDevices/nffab1061323-AggrRack-TOR18","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkDevices/nffab1061323-AggrRack-MgmtSwitch1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkDevices/nffab1061323-AggrRack-MgmtSwitch2","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkDevices/nffab1061323-AggrRack-NPB1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkDevices/nffab1061323-AggrRack-NPB2"],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkRacks/nffab1061323-comprack1","name":"nffab1061323-comprack1","type":"microsoft.managednetworkfabric/networkracks","location":"eastus2euap","systemData":{"createdBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","createdByType":"Application","createdAt":"2023-06-13T12:06:14.8250101Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T15:44:27.5547849Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/fab1nfrg061323/providers/microsoft.managednetworkfabric/networkfabrics/nffab1061323","networkRackSku":"fab1","networkDevices":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkDevices/nffab1061323-CompRack1-TOR1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkDevices/nffab1061323-CompRack1-TOR2","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkDevices/nffab1061323-CompRack1-MgmtSwitch"],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkRacks/nffab1061323-comprack2","name":"nffab1061323-comprack2","type":"microsoft.managednetworkfabric/networkracks","location":"eastus2euap","systemData":{"createdBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","createdByType":"Application","createdAt":"2023-06-13T12:06:16.4343832Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T15:44:28.3360444Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/fab1nfrg061323/providers/microsoft.managednetworkfabric/networkfabrics/nffab1061323","networkRackSku":"fab1","networkDevices":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkDevices/nffab1061323-CompRack2-TOR3","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkDevices/nffab1061323-CompRack2-TOR4","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkDevices/nffab1061323-CompRack2-MgmtSwitch"],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-aggrack","name":"nfa-tool-ts-nf060523-aggrack","type":"microsoft.managednetworkfabric/networkracks","location":"eastus","systemData":{"createdBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","createdByType":"Application","createdAt":"2023-06-05T07:01:21.87467Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T09:06:12.8172367Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-nf060523","networkRackSku":"fab1","networkDevices":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-CE1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-CE2","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-TOR17","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-TOR18","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-MgmtSwitch2","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-NPB1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-AggrRack-NPB2"],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-comprack1","name":"nfa-tool-ts-nf060523-comprack1","type":"microsoft.managednetworkfabric/networkracks","location":"eastus","systemData":{"createdBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","createdByType":"Application","createdAt":"2023-06-05T07:01:22.4996838Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T09:06:13.0515749Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-nf060523","networkRackSku":"fab1","networkDevices":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-CompRack1-TOR1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-CompRack1-TOR2","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-CompRack1-MgmtSwitch"],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-comprack2","name":"nfa-tool-ts-nf060523-comprack2","type":"microsoft.managednetworkfabric/networkracks","location":"eastus","systemData":{"createdBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","createdByType":"Application","createdAt":"2023-06-05T07:01:22.8434406Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T09:06:13.192202Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-nf060523","networkRackSku":"fab1","networkDevices":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-CompRack2-TOR3","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-CompRack2-TOR4","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-nf060523-CompRack2-MgmtSwitch"],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-nf060523-comprack3","name":"nfa-tool-ts-nf060523-comprack3","type":"microsoft.managednetworkfabric/networkracks","location":"eastus","systemData":{"createdBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","createdByType":"Application","createdAt":"2023-06-05T07:01:23.2965728Z","lastModifiedBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","lastModifiedByType":"Application","lastModifiedAt":"2023-06-05T07:01:23.2965728Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-nf060523","networkRackSku":"fab1","provisioningState":"Failed"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-aggrack","name":"nfa-tool-ts-cli-nf1-061223-aggrack","type":"microsoft.managednetworkfabric/networkracks","location":"eastus","systemData":{"createdBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","createdByType":"Application","createdAt":"2023-06-12T09:42:45.3972158Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T10:05:24.1624224Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf1-061223","networkRackSku":"fab1","networkDevices":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-CE1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-CE2","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-TOR17","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-TOR18","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-MgmtSwitch1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-MgmtSwitch2","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-NPB1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-AggrRack-NPB2"],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-comprack1","name":"nfa-tool-ts-cli-nf1-061223-comprack1","type":"microsoft.managednetworkfabric/networkracks","location":"eastus","systemData":{"createdBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","createdByType":"Application","createdAt":"2023-06-12T09:42:45.8659203Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T10:05:24.3030529Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf1-061223","networkRackSku":"fab1","networkDevices":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-CompRack1-TOR1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-CompRack1-TOR2","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-CompRack1-MgmtSwitch"],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-comprack2","name":"nfa-tool-ts-cli-nf1-061223-comprack2","type":"microsoft.managednetworkfabric/networkracks","location":"eastus","systemData":{"createdBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","createdByType":"Application","createdAt":"2023-06-12T09:42:46.2253027Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T10:05:24.4593089Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf1-061223","networkRackSku":"fab1","networkDevices":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-CompRack2-TOR3","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-CompRack2-TOR4","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkDevices/nfa-tool-ts-cli-nf1-061223-CompRack2-MgmtSwitch"],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf1-061223-comprack3","name":"nfa-tool-ts-cli-nf1-061223-comprack3","type":"microsoft.managednetworkfabric/networkracks","location":"eastus","systemData":{"createdBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","createdByType":"Application","createdAt":"2023-06-12T09:42:46.4909285Z","lastModifiedBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T09:42:46.4909285Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf1-061223","networkRackSku":"fab1","provisioningState":"Failed"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf061223-comprack3","name":"nfa-tool-ts-cli-nf061223-comprack3","type":"microsoft.managednetworkfabric/networkracks","location":"eastus","systemData":{"createdBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","createdByType":"Application","createdAt":"2023-06-12T10:03:30.0178203Z","lastModifiedBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T10:03:30.0178203Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf061223","networkRackSku":"fab1","provisioningState":"Failed"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkRacks/nfa-tool-ts-cli-nf061223-comprack3","name":"nfa-tool-ts-cli-nf061223-comprack3","type":"microsoft.managednetworkfabric/networkracks","location":"eastus","systemData":{"createdBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","createdByType":"Application","createdAt":"2023-06-12T10:05:31.303302Z","lastModifiedBy":"a893dadc-5c8e-47f4-8379-6afb34bdbe12","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T10:05:31.303302Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf061223","networkRackSku":"fab1","provisioningState":"Failed"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '24096' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:25:56 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: + - ce942059-fe2a-47f7-a44d-89c4bc6505d4 + - 17354809-073d-4249-a98a-4078b49340b1 + - 25c8f420-f05a-42f5-ada2-d7f2ecb4447a + - ff24887d-3d75-4e2b-916d-f41edd23f924 + status: + code: 200 + message: OK +version: 1 diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_externalnetwork_scenario1.yaml b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_externalnetwork_scenario1.yaml new file mode 100644 index 00000000000..a922dd35bbc --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_externalnetwork_scenario1.yaml @@ -0,0 +1,443 @@ +interactions: +- request: + body: '{"properties": {"optionAProperties": {"mtu": 1500, "peerASN": 65234, "primaryIpv4Prefix": + "172.23.1.0/31", "secondaryIpv4Prefix": "172.23.1.2/31", "vlanId": 513}, "optionBProperties": + {"exportRouteTargets": ["65531:2001"], "importRouteTargets": ["65541:2001"]}, + "peeringOption": "OptionB"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric externalnetwork create + Connection: + - keep-alive + Content-Length: + - '290' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --l3domain --resource-name --peering-option --option-a-properties + --option-b-properties + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain1-061223/externalNetworks/nfa-tool-ts-cli-externalnetwork061423?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain1-061223/externalNetworks/nfa-tool-ts-cli-externalnetwork061423","name":"nfa-tool-ts-cli-externalnetwork061423","type":"microsoft.managednetworkfabric/l3isolationdomains/externalnetworks","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:47:17.2355165Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:47:17.2355165Z"},"properties":{"annotation":null,"importRoutePolicyId":null,"exportRoutePolicyId":null,"peeringOption":"OptionB","optionAProperties":{"mtu":1500,"vlanId":513,"peerASN":65234,"bfdConfiguration":null,"primaryIpv4Prefix":"172.23.1.0/31","secondaryIpv4Prefix":"172.23.1.2/31"},"optionBProperties":{"importRouteTargets":["65541:2001"],"exportRouteTargets":["65531:2001"]},"disabledOnResources":null,"networkToNetworkInterconnectId":null,"administrativeState":"Enabled","provisioningState":"Accepted"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/c70bfbbd-79e8-401d-a0d5-3f43e0208c45*B8936469377DCF712EBF1B54EF566E983F05FB70DBE8D83E4988B9B1DBB1AD1E?api-version=2023-02-01-preview + cache-control: + - no-cache + content-length: + - '1119' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:47:17 GMT + etag: + - '"dd058f69-0000-0100-0000-64892a350000"' + expires: + - '-1' + mise-correlation-id: + - 6405b29c-cb28-4005-b884-312acf45e338 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric externalnetwork create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --l3domain --resource-name --peering-option --option-a-properties + --option-b-properties + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/c70bfbbd-79e8-401d-a0d5-3f43e0208c45*B8936469377DCF712EBF1B54EF566E983F05FB70DBE8D83E4988B9B1DBB1AD1E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/c70bfbbd-79e8-401d-a0d5-3f43e0208c45*B8936469377DCF712EBF1B54EF566E983F05FB70DBE8D83E4988B9B1DBB1AD1E","name":"c70bfbbd-79e8-401d-a0d5-3f43e0208c45*B8936469377DCF712EBF1B54EF566E983F05FB70DBE8D83E4988B9B1DBB1AD1E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain1-061223/externalNetworks/nfa-tool-ts-cli-externalnetwork061423","status":"Accepted","startTime":"2023-06-14T02:47:17.8375616Z"}' + headers: + cache-control: + - no-cache + content-length: + - '676' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:47:18 GMT + etag: + - '"9803b55c-0000-0100-0000-64892a350000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric externalnetwork create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --l3domain --resource-name --peering-option --option-a-properties + --option-b-properties + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/c70bfbbd-79e8-401d-a0d5-3f43e0208c45*B8936469377DCF712EBF1B54EF566E983F05FB70DBE8D83E4988B9B1DBB1AD1E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/c70bfbbd-79e8-401d-a0d5-3f43e0208c45*B8936469377DCF712EBF1B54EF566E983F05FB70DBE8D83E4988B9B1DBB1AD1E","name":"c70bfbbd-79e8-401d-a0d5-3f43e0208c45*B8936469377DCF712EBF1B54EF566E983F05FB70DBE8D83E4988B9B1DBB1AD1E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain1-061223/externalNetworks/nfa-tool-ts-cli-externalnetwork061423","status":"Succeeded","startTime":"2023-06-14T02:47:17.8375616Z","endTime":"2023-06-14T02:47:20.6157292Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '736' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:47:48 GMT + etag: + - '"9803b75c-0000-0100-0000-64892a380000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric externalnetwork create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --l3domain --resource-name --peering-option --option-a-properties + --option-b-properties + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain1-061223/externalNetworks/nfa-tool-ts-cli-externalnetwork061423?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain1-061223/externalNetworks/nfa-tool-ts-cli-externalnetwork061423","name":"nfa-tool-ts-cli-externalnetwork061423","type":"microsoft.managednetworkfabric/l3isolationdomains/externalnetworks","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:47:17.2355165Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:47:17.2355165Z"},"properties":{"peeringOption":"OptionB","optionAProperties":{"mtu":1500,"vlanId":513,"peerASN":65234,"primaryIpv4Prefix":"172.23.1.0/31","secondaryIpv4Prefix":"172.23.1.2/31","fabricASN":20},"optionBProperties":{"importRouteTargets":["65541:2001"],"exportRouteTargets":["65531:2001"]},"administrativeState":"Enabled","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '974' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:47:49 GMT + etag: + - '"dd05be69-0000-0100-0000-64892a380000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric externalnetwork show + Connection: + - keep-alive + ParameterSetName: + - --resource-name --l3domain --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain1-061223/externalNetworks/nfa-tool-ts-cli-externalnetwork061423?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain1-061223/externalNetworks/nfa-tool-ts-cli-externalnetwork061423","name":"nfa-tool-ts-cli-externalnetwork061423","type":"microsoft.managednetworkfabric/l3isolationdomains/externalnetworks","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:47:17.2355165Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:47:17.2355165Z"},"properties":{"peeringOption":"OptionB","optionAProperties":{"mtu":1500,"vlanId":513,"peerASN":65234,"primaryIpv4Prefix":"172.23.1.0/31","secondaryIpv4Prefix":"172.23.1.2/31","fabricASN":20},"optionBProperties":{"importRouteTargets":["65541:2001"],"exportRouteTargets":["65531:2001"]},"administrativeState":"Enabled","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '974' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:47:50 GMT + etag: + - '"dd05be69-0000-0100-0000-64892a380000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric externalnetwork list + Connection: + - keep-alive + ParameterSetName: + - --resource-group --l3domain + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain1-061223/externalNetworks?api-version=2023-02-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain1-061223/externalNetworks/nfa-tool-ts-cli-externalnetwork061423","name":"nfa-tool-ts-cli-externalnetwork061423","type":"microsoft.managednetworkfabric/l3isolationdomains/externalnetworks","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:47:17.2355165Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:47:17.2355165Z"},"properties":{"peeringOption":"OptionB","optionAProperties":{"mtu":1500,"vlanId":513,"peerASN":65234,"primaryIpv4Prefix":"172.23.1.0/31","secondaryIpv4Prefix":"172.23.1.2/31","fabricASN":20},"optionBProperties":{"importRouteTargets":["65541:2001"],"exportRouteTargets":["65531:2001"]},"administrativeState":"Enabled","provisioningState":"Succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '986' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:47:52 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric externalnetwork delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-name --l3domain --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain1-061223/externalNetworks/nfa-tool-ts-cli-externalnetwork061423?api-version=2023-02-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/1770998f-255b-4548-a195-67a104a57d9a*B8936469377DCF712EBF1B54EF566E983F05FB70DBE8D83E4988B9B1DBB1AD1E?api-version=2023-02-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:47:54 GMT + etag: + - '"dd05d96b-0000-0100-0000-64892a5a0000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/1770998f-255b-4548-a195-67a104a57d9a*B8936469377DCF712EBF1B54EF566E983F05FB70DBE8D83E4988B9B1DBB1AD1E?api-version=2023-02-01-preview + mise-correlation-id: + - dc2c451c-21c9-4c38-ba2b-99c311f037ea + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric externalnetwork delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --l3domain --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/1770998f-255b-4548-a195-67a104a57d9a*B8936469377DCF712EBF1B54EF566E983F05FB70DBE8D83E4988B9B1DBB1AD1E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/1770998f-255b-4548-a195-67a104a57d9a*B8936469377DCF712EBF1B54EF566E983F05FB70DBE8D83E4988B9B1DBB1AD1E","name":"1770998f-255b-4548-a195-67a104a57d9a*B8936469377DCF712EBF1B54EF566E983F05FB70DBE8D83E4988B9B1DBB1AD1E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain1-061223/externalNetworks/nfa-tool-ts-cli-externalnetwork061423","status":"Succeeded","startTime":"2023-06-14T02:47:54.3044856Z","endTime":"2023-06-14T02:47:54.7412168Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '736' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:47:55 GMT + etag: + - '"9803f05e-0000-0100-0000-64892a5a0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric externalnetwork delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --l3domain --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/1770998f-255b-4548-a195-67a104a57d9a*B8936469377DCF712EBF1B54EF566E983F05FB70DBE8D83E4988B9B1DBB1AD1E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/1770998f-255b-4548-a195-67a104a57d9a*B8936469377DCF712EBF1B54EF566E983F05FB70DBE8D83E4988B9B1DBB1AD1E","name":"1770998f-255b-4548-a195-67a104a57d9a*B8936469377DCF712EBF1B54EF566E983F05FB70DBE8D83E4988B9B1DBB1AD1E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain1-061223/externalNetworks/nfa-tool-ts-cli-externalnetwork061423","status":"Succeeded","startTime":"2023-06-14T02:47:54.3044856Z","endTime":"2023-06-14T02:47:54.7412168Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '736' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:47:55 GMT + etag: + - '"9803f05e-0000-0100-0000-64892a5a0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_internalnetwork_scenario1.yaml b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_internalnetwork_scenario1.yaml new file mode 100644 index 00000000000..0a9bd23b5d1 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_internalnetwork_scenario1.yaml @@ -0,0 +1,346 @@ +interactions: +- request: + body: '{"properties": {"bgpConfiguration": {"allowAS": 2, "allowASOverride": "Enable", + "defaultRouteOriginate": "True", "ipv4ListenRangePrefixes": ["10.1.1.0/28"], + "ipv4NeighborAddress": [{"address": "10.1.1.0"}], "peerASN": 65535}, "connectedIPv4Subnets": + [{"prefix": "10.1.1.1/24"}], "connectedIPv6Subnets": [{"prefix": "2fff::/59"}], + "mtu": 1500, "staticRouteConfiguration": {"ipv4Routes": [{"nextHop": ["10.0.1.1"], + "prefix": "10.0.0.1/28"}], "ipv6Routes": [{"nextHop": ["3fff::"], "prefix": + "2fff::/59"}]}, "vlanId": 2600}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric internalnetwork create + Connection: + - keep-alive + Content-Length: + - '521' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --l3-isolation-domain-name --resource-name --vlan-id --mtu + --connected-ipv4-subnets --connected-ipv6-subnets --static-route-configuration + --bgp-configuration --no-wait + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain1-061223/internalNetworks/nfa-tool-ts-cli-internalnetwork061423?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain1-061223/internalNetworks/nfa-tool-ts-cli-internalnetwork061423","name":"nfa-tool-ts-cli-internalnetwork061423","type":"microsoft.managednetworkfabric/l3isolationdomains/internalnetworks","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:46:55.4079717Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:46:55.4079717Z"},"properties":{"annotation":null,"vlanId":2600,"mtu":1500,"connectedIPv4Subnets":[{"prefix":"10.1.1.1/24","annotation":null}],"connectedIPv6Subnets":[{"prefix":"2fff::/59","annotation":null}],"staticRouteConfiguration":{"bfdConfiguration":null,"ipv4Routes":[{"prefix":"10.0.0.1/28","nextHop":["10.0.1.1"]}],"ipv6Routes":[{"prefix":"2fff::/59","nextHop":["3fff::"]}]},"bgpConfiguration":{"bfdConfiguration":null,"defaultRouteOriginate":"True","allowAS":2,"allowASOverride":"Enable","fabricASN":null,"peerASN":65535,"ipv4ListenRangePrefixes":["10.1.1.0/28"],"ipv6ListenRangePrefixes":null,"ipv4NeighborAddress":[{"address":"10.1.1.0","operationalState":"Disabled"}],"ipv6NeighborAddress":null,"annotation":null},"importRoutePolicyId":null,"exportRoutePolicyId":null,"disabledOnResources":null,"bgpDisabledOnResources":null,"bfdDisabledOnResources":null,"bfdForStaticRoutesDisabledOnResources":null,"administrativeState":"Enabled","provisioningState":"Accepted"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/04431658-abac-4e0a-a601-cfa252a5503b*EC12B68F1844CC1BBFABE56D24D2F348B87929F1FD252DB0D540E6E3E9B69D90?api-version=2023-02-01-preview + cache-control: + - no-cache + content-length: + - '1583' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:46:57 GMT + etag: + - '"b2089ae3-0000-0100-0000-64892a210000"' + expires: + - '-1' + mise-correlation-id: + - 3373e8f1-29d0-4561-9515-3e0a95ccaf22 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric internalnetwork show + Connection: + - keep-alive + ParameterSetName: + - --resource-name --l3domain --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain1-061223/internalNetworks/nfa-tool-ts-cli-internalnetwork061423?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain1-061223/internalNetworks/nfa-tool-ts-cli-internalnetwork061423","name":"nfa-tool-ts-cli-internalnetwork061423","type":"microsoft.managednetworkfabric/l3isolationdomains/internalnetworks","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:46:55.4079717Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:46:55.4079717Z"},"properties":{"vlanId":2600,"mtu":1500,"connectedIPv4Subnets":[{"prefix":"10.1.1.1/24"}],"connectedIPv6Subnets":[{"prefix":"2fff::/59"}],"staticRouteConfiguration":{"ipv4Routes":[{"prefix":"10.0.0.1/28","nextHop":["10.0.1.1"]}],"ipv6Routes":[{"prefix":"2fff::/59","nextHop":["3fff::"]}]},"bgpConfiguration":{"defaultRouteOriginate":"True","allowAS":2,"allowASOverride":"Enable","fabricASN":20,"peerASN":65535,"ipv4ListenRangePrefixes":["10.1.1.0/28"],"ipv4NeighborAddress":[{"address":"10.1.1.0","operationalState":"Disabled"}]},"administrativeState":"Enabled","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1218' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:46:58 GMT + etag: + - '"b208a8e3-0000-0100-0000-64892a220000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric internalnetwork list + Connection: + - keep-alive + ParameterSetName: + - --resource-group --l3domain + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain1-061223/internalNetworks?api-version=2023-02-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain1-061223/internalNetworks/nfa-tool-ts-cli-internalnetwork061423","name":"nfa-tool-ts-cli-internalnetwork061423","type":"microsoft.managednetworkfabric/l3isolationdomains/internalnetworks","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:46:55.4079717Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:46:55.4079717Z"},"properties":{"vlanId":2600,"mtu":1500,"connectedIPv4Subnets":[{"prefix":"10.1.1.1/24"}],"connectedIPv6Subnets":[{"prefix":"2fff::/59"}],"staticRouteConfiguration":{"ipv4Routes":[{"prefix":"10.0.0.1/28","nextHop":["10.0.1.1"]}],"ipv6Routes":[{"prefix":"2fff::/59","nextHop":["3fff::"]}]},"bgpConfiguration":{"defaultRouteOriginate":"True","allowAS":2,"allowASOverride":"Enable","fabricASN":20,"peerASN":65535,"ipv4ListenRangePrefixes":["10.1.1.0/28"],"ipv4NeighborAddress":[{"address":"10.1.1.0","operationalState":"Disabled"}]},"administrativeState":"Enabled","provisioningState":"Succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1230' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:47:00 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric internalnetwork delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-name --l3domain --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain1-061223/internalNetworks/nfa-tool-ts-cli-internalnetwork061423?api-version=2023-02-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8b5c6d3-127a-498a-9ceb-0e936f5f6700*EC12B68F1844CC1BBFABE56D24D2F348B87929F1FD252DB0D540E6E3E9B69D90?api-version=2023-02-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:47:03 GMT + etag: + - '"b208f6e3-0000-0100-0000-64892a270000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8b5c6d3-127a-498a-9ceb-0e936f5f6700*EC12B68F1844CC1BBFABE56D24D2F348B87929F1FD252DB0D540E6E3E9B69D90?api-version=2023-02-01-preview + mise-correlation-id: + - ecf49052-14f0-4b4c-a83e-54ec51a9a9ec + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric internalnetwork delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --l3domain --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8b5c6d3-127a-498a-9ceb-0e936f5f6700*EC12B68F1844CC1BBFABE56D24D2F348B87929F1FD252DB0D540E6E3E9B69D90?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8b5c6d3-127a-498a-9ceb-0e936f5f6700*EC12B68F1844CC1BBFABE56D24D2F348B87929F1FD252DB0D540E6E3E9B69D90","name":"e8b5c6d3-127a-498a-9ceb-0e936f5f6700*EC12B68F1844CC1BBFABE56D24D2F348B87929F1FD252DB0D540E6E3E9B69D90","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain1-061223/internalNetworks/nfa-tool-ts-cli-internalnetwork061423","status":"Deleting","startTime":"2023-06-14T02:47:03.2108319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '676' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:47:04 GMT + etag: + - '"9803995c-0000-0100-0000-64892a270000"' + expires: + - '-1' + 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: + - networkfabric internalnetwork delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --l3domain --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8b5c6d3-127a-498a-9ceb-0e936f5f6700*EC12B68F1844CC1BBFABE56D24D2F348B87929F1FD252DB0D540E6E3E9B69D90?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8b5c6d3-127a-498a-9ceb-0e936f5f6700*EC12B68F1844CC1BBFABE56D24D2F348B87929F1FD252DB0D540E6E3E9B69D90","name":"e8b5c6d3-127a-498a-9ceb-0e936f5f6700*EC12B68F1844CC1BBFABE56D24D2F348B87929F1FD252DB0D540E6E3E9B69D90","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain1-061223/internalNetworks/nfa-tool-ts-cli-internalnetwork061423","status":"Succeeded","startTime":"2023-06-14T02:47:03.2108319Z","endTime":"2023-06-14T02:47:05.731778Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '735' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:47:34 GMT + etag: + - '"9803a25c-0000-0100-0000-64892a290000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric internalnetwork delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --l3domain --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8b5c6d3-127a-498a-9ceb-0e936f5f6700*EC12B68F1844CC1BBFABE56D24D2F348B87929F1FD252DB0D540E6E3E9B69D90?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8b5c6d3-127a-498a-9ceb-0e936f5f6700*EC12B68F1844CC1BBFABE56D24D2F348B87929F1FD252DB0D540E6E3E9B69D90","name":"e8b5c6d3-127a-498a-9ceb-0e936f5f6700*EC12B68F1844CC1BBFABE56D24D2F348B87929F1FD252DB0D540E6E3E9B69D90","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain1-061223/internalNetworks/nfa-tool-ts-cli-internalnetwork061423","status":"Succeeded","startTime":"2023-06-14T02:47:03.2108319Z","endTime":"2023-06-14T02:47:05.731778Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '735' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:47:34 GMT + etag: + - '"9803a25c-0000-0100-0000-64892a290000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_ipcommunity_scenario1.yaml b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_ipcommunity_scenario1.yaml new file mode 100644 index 00000000000..1ce2ad5cf3c --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_ipcommunity_scenario1.yaml @@ -0,0 +1,385 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric ipcommunity create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --location --resource-name --action --well-known-communities + --community-members + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/locations?api-version=2019-11-01 + response: + body: + string: "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus\",\"name\":\"eastus\",\"displayName\":\"East + US\",\"regionalDisplayName\":\"(US) East US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-79.8164\",\"latitude\":\"37.3719\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"westus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2\",\"name\":\"eastus2\",\"displayName\":\"East + US 2\",\"regionalDisplayName\":\"(US) East US 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-78.3889\",\"latitude\":\"36.6681\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"centralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralus\",\"name\":\"southcentralus\",\"displayName\":\"South + Central US\",\"regionalDisplayName\":\"(US) South Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-98.5\",\"latitude\":\"29.4167\",\"physicalLocation\":\"Texas\",\"pairedRegion\":[{\"name\":\"northcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus2\",\"name\":\"westus2\",\"displayName\":\"West + US 2\",\"regionalDisplayName\":\"(US) West US 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-119.852\",\"latitude\":\"47.233\",\"physicalLocation\":\"Washington\",\"pairedRegion\":[{\"name\":\"westcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus3\",\"name\":\"westus3\",\"displayName\":\"West + US 3\",\"regionalDisplayName\":\"(US) West US 3\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-112.074036\",\"latitude\":\"33.448376\",\"physicalLocation\":\"Phoenix\",\"pairedRegion\":[{\"name\":\"eastus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiaeast\",\"name\":\"australiaeast\",\"displayName\":\"Australia + East\",\"regionalDisplayName\":\"(Asia Pacific) Australia East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"151.2094\",\"latitude\":\"-33.86\",\"physicalLocation\":\"New + South Wales\",\"pairedRegion\":[{\"name\":\"australiasoutheast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiasoutheast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southeastasia\",\"name\":\"southeastasia\",\"displayName\":\"Southeast + Asia\",\"regionalDisplayName\":\"(Asia Pacific) Southeast Asia\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"103.833\",\"latitude\":\"1.283\",\"physicalLocation\":\"Singapore\",\"pairedRegion\":[{\"name\":\"eastasia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastasia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northeurope\",\"name\":\"northeurope\",\"displayName\":\"North + Europe\",\"regionalDisplayName\":\"(Europe) North Europe\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"-6.2597\",\"latitude\":\"53.3478\",\"physicalLocation\":\"Ireland\",\"pairedRegion\":[{\"name\":\"westeurope\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westeurope\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/swedencentral\",\"name\":\"swedencentral\",\"displayName\":\"Sweden + Central\",\"regionalDisplayName\":\"(Europe) Sweden Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"17.14127\",\"latitude\":\"60.67488\",\"physicalLocation\":\"G\xE4vle\",\"pairedRegion\":[{\"name\":\"swedensouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/swedensouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uksouth\",\"name\":\"uksouth\",\"displayName\":\"UK + South\",\"regionalDisplayName\":\"(Europe) UK South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"-0.799\",\"latitude\":\"50.941\",\"physicalLocation\":\"London\",\"pairedRegion\":[{\"name\":\"ukwest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/ukwest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westeurope\",\"name\":\"westeurope\",\"displayName\":\"West + Europe\",\"regionalDisplayName\":\"(Europe) West Europe\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"4.9\",\"latitude\":\"52.3667\",\"physicalLocation\":\"Netherlands\",\"pairedRegion\":[{\"name\":\"northeurope\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northeurope\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralus\",\"name\":\"centralus\",\"displayName\":\"Central + US\",\"regionalDisplayName\":\"(US) Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-93.6208\",\"latitude\":\"41.5908\",\"physicalLocation\":\"Iowa\",\"pairedRegion\":[{\"name\":\"eastus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricanorth\",\"name\":\"southafricanorth\",\"displayName\":\"South + Africa North\",\"regionalDisplayName\":\"(Africa) South Africa North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Africa\",\"longitude\":\"28.21837\",\"latitude\":\"-25.73134\",\"physicalLocation\":\"Johannesburg\",\"pairedRegion\":[{\"name\":\"southafricawest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricawest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralindia\",\"name\":\"centralindia\",\"displayName\":\"Central + India\",\"regionalDisplayName\":\"(Asia Pacific) Central India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"73.9197\",\"latitude\":\"18.5822\",\"physicalLocation\":\"Pune\",\"pairedRegion\":[{\"name\":\"southindia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southindia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastasia\",\"name\":\"eastasia\",\"displayName\":\"East + Asia\",\"regionalDisplayName\":\"(Asia Pacific) East Asia\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"114.188\",\"latitude\":\"22.267\",\"physicalLocation\":\"Hong + Kong\",\"pairedRegion\":[{\"name\":\"southeastasia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southeastasia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japaneast\",\"name\":\"japaneast\",\"displayName\":\"Japan + East\",\"regionalDisplayName\":\"(Asia Pacific) Japan East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"139.77\",\"latitude\":\"35.68\",\"physicalLocation\":\"Tokyo, + Saitama\",\"pairedRegion\":[{\"name\":\"japanwest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japanwest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreacentral\",\"name\":\"koreacentral\",\"displayName\":\"Korea + Central\",\"regionalDisplayName\":\"(Asia Pacific) Korea Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"126.978\",\"latitude\":\"37.5665\",\"physicalLocation\":\"Seoul\",\"pairedRegion\":[{\"name\":\"koreasouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreasouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadacentral\",\"name\":\"canadacentral\",\"displayName\":\"Canada + Central\",\"regionalDisplayName\":\"(Canada) Canada Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Canada\",\"longitude\":\"-79.383\",\"latitude\":\"43.653\",\"physicalLocation\":\"Toronto\",\"pairedRegion\":[{\"name\":\"canadaeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadaeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francecentral\",\"name\":\"francecentral\",\"displayName\":\"France + Central\",\"regionalDisplayName\":\"(Europe) France Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"2.373\",\"latitude\":\"46.3772\",\"physicalLocation\":\"Paris\",\"pairedRegion\":[{\"name\":\"francesouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francesouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanywestcentral\",\"name\":\"germanywestcentral\",\"displayName\":\"Germany + West Central\",\"regionalDisplayName\":\"(Europe) Germany West Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.682127\",\"latitude\":\"50.110924\",\"physicalLocation\":\"Frankfurt\",\"pairedRegion\":[{\"name\":\"germanynorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanynorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwayeast\",\"name\":\"norwayeast\",\"displayName\":\"Norway + East\",\"regionalDisplayName\":\"(Europe) Norway East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"10.752245\",\"latitude\":\"59.913868\",\"physicalLocation\":\"Norway\",\"pairedRegion\":[{\"name\":\"norwaywest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwaywest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/polandcentral\",\"name\":\"polandcentral\",\"displayName\":\"Poland + Central\",\"regionalDisplayName\":\"(Europe) Poland Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"21.01666\",\"latitude\":\"52.23334\",\"physicalLocation\":\"Warsaw\",\"pairedRegion\":[]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandnorth\",\"name\":\"switzerlandnorth\",\"displayName\":\"Switzerland + North\",\"regionalDisplayName\":\"(Europe) Switzerland North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.564572\",\"latitude\":\"47.451542\",\"physicalLocation\":\"Zurich\",\"pairedRegion\":[{\"name\":\"switzerlandwest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandwest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaenorth\",\"name\":\"uaenorth\",\"displayName\":\"UAE + North\",\"regionalDisplayName\":\"(Middle East) UAE North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Middle + East\",\"longitude\":\"55.316666\",\"latitude\":\"25.266666\",\"physicalLocation\":\"Dubai\",\"pairedRegion\":[{\"name\":\"uaecentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaecentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsouth\",\"name\":\"brazilsouth\",\"displayName\":\"Brazil + South\",\"regionalDisplayName\":\"(South America) Brazil South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"South + America\",\"longitude\":\"-46.633\",\"latitude\":\"-23.55\",\"physicalLocation\":\"Sao + Paulo State\",\"pairedRegion\":[{\"name\":\"southcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centraluseuap\",\"name\":\"centraluseuap\",\"displayName\":\"Central + US EUAP\",\"regionalDisplayName\":\"(US) Central US EUAP\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-93.6208\",\"latitude\":\"41.5908\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"eastus2euap\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2euap\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2euap\",\"name\":\"eastus2euap\",\"displayName\":\"East + US 2 EUAP\",\"regionalDisplayName\":\"(US) East US 2 EUAP\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-78.3889\",\"latitude\":\"36.6681\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"centraluseuap\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centraluseuap\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/qatarcentral\",\"name\":\"qatarcentral\",\"displayName\":\"Qatar + Central\",\"regionalDisplayName\":\"(Middle East) Qatar Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Middle + East\",\"longitude\":\"51.439327\",\"latitude\":\"25.551462\",\"physicalLocation\":\"Doha\",\"pairedRegion\":[]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralusstage\",\"name\":\"centralusstage\",\"displayName\":\"Central + US (Stage)\",\"regionalDisplayName\":\"(US) Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstage\",\"name\":\"eastusstage\",\"displayName\":\"East + US (Stage)\",\"regionalDisplayName\":\"(US) East US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2stage\",\"name\":\"eastus2stage\",\"displayName\":\"East + US 2 (Stage)\",\"regionalDisplayName\":\"(US) East US 2 (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralusstage\",\"name\":\"northcentralusstage\",\"displayName\":\"North + Central US (Stage)\",\"regionalDisplayName\":\"(US) North Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstage\",\"name\":\"southcentralusstage\",\"displayName\":\"South + Central US (Stage)\",\"regionalDisplayName\":\"(US) South Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westusstage\",\"name\":\"westusstage\",\"displayName\":\"West + US (Stage)\",\"regionalDisplayName\":\"(US) West US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus2stage\",\"name\":\"westus2stage\",\"displayName\":\"West + US 2 (Stage)\",\"regionalDisplayName\":\"(US) West US 2 (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/asia\",\"name\":\"asia\",\"displayName\":\"Asia\",\"regionalDisplayName\":\"Asia\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/asiapacific\",\"name\":\"asiapacific\",\"displayName\":\"Asia + Pacific\",\"regionalDisplayName\":\"Asia Pacific\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australia\",\"name\":\"australia\",\"displayName\":\"Australia\",\"regionalDisplayName\":\"Australia\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazil\",\"name\":\"brazil\",\"displayName\":\"Brazil\",\"regionalDisplayName\":\"Brazil\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canada\",\"name\":\"canada\",\"displayName\":\"Canada\",\"regionalDisplayName\":\"Canada\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/europe\",\"name\":\"europe\",\"displayName\":\"Europe\",\"regionalDisplayName\":\"Europe\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/france\",\"name\":\"france\",\"displayName\":\"France\",\"regionalDisplayName\":\"France\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germany\",\"name\":\"germany\",\"displayName\":\"Germany\",\"regionalDisplayName\":\"Germany\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/global\",\"name\":\"global\",\"displayName\":\"Global\",\"regionalDisplayName\":\"Global\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/india\",\"name\":\"india\",\"displayName\":\"India\",\"regionalDisplayName\":\"India\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japan\",\"name\":\"japan\",\"displayName\":\"Japan\",\"regionalDisplayName\":\"Japan\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/korea\",\"name\":\"korea\",\"displayName\":\"Korea\",\"regionalDisplayName\":\"Korea\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norway\",\"name\":\"norway\",\"displayName\":\"Norway\",\"regionalDisplayName\":\"Norway\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/singapore\",\"name\":\"singapore\",\"displayName\":\"Singapore\",\"regionalDisplayName\":\"Singapore\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafrica\",\"name\":\"southafrica\",\"displayName\":\"South + Africa\",\"regionalDisplayName\":\"South Africa\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerland\",\"name\":\"switzerland\",\"displayName\":\"Switzerland\",\"regionalDisplayName\":\"Switzerland\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uae\",\"name\":\"uae\",\"displayName\":\"United + Arab Emirates\",\"regionalDisplayName\":\"United Arab Emirates\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uk\",\"name\":\"uk\",\"displayName\":\"United + Kingdom\",\"regionalDisplayName\":\"United Kingdom\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/unitedstates\",\"name\":\"unitedstates\",\"displayName\":\"United + States\",\"regionalDisplayName\":\"United States\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/unitedstateseuap\",\"name\":\"unitedstateseuap\",\"displayName\":\"United + States EUAP\",\"regionalDisplayName\":\"United States EUAP\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastasiastage\",\"name\":\"eastasiastage\",\"displayName\":\"East + Asia (Stage)\",\"regionalDisplayName\":\"(Asia Pacific) East Asia (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southeastasiastage\",\"name\":\"southeastasiastage\",\"displayName\":\"Southeast + Asia (Stage)\",\"regionalDisplayName\":\"(Asia Pacific) Southeast Asia (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilus\",\"name\":\"brazilus\",\"displayName\":\"Brazil + US\",\"regionalDisplayName\":\"(South America) Brazil US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"South + America\",\"longitude\":\"0\",\"latitude\":\"0\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"brazilsoutheast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsoutheast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstg\",\"name\":\"eastusstg\",\"displayName\":\"East + US STG\",\"regionalDisplayName\":\"(US) East US STG\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-79.8164\",\"latitude\":\"37.3719\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"southcentralusstg\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstg\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralus\",\"name\":\"northcentralus\",\"displayName\":\"North + Central US\",\"regionalDisplayName\":\"(US) North Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-87.6278\",\"latitude\":\"41.8819\",\"physicalLocation\":\"Illinois\",\"pairedRegion\":[{\"name\":\"southcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus\",\"name\":\"westus\",\"displayName\":\"West + US\",\"regionalDisplayName\":\"(US) West US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-122.417\",\"latitude\":\"37.783\",\"physicalLocation\":\"California\",\"pairedRegion\":[{\"name\":\"eastus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiawest\",\"name\":\"jioindiawest\",\"displayName\":\"Jio + India West\",\"regionalDisplayName\":\"(Asia Pacific) Jio India West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"70.05773\",\"latitude\":\"22.470701\",\"physicalLocation\":\"Jamnagar\",\"pairedRegion\":[{\"name\":\"jioindiacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstg\",\"name\":\"southcentralusstg\",\"displayName\":\"South + Central US STG\",\"regionalDisplayName\":\"(US) South Central US STG\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-98.5\",\"latitude\":\"29.4167\",\"physicalLocation\":\"Texas\",\"pairedRegion\":[{\"name\":\"eastusstg\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstg\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westcentralus\",\"name\":\"westcentralus\",\"displayName\":\"West + Central US\",\"regionalDisplayName\":\"(US) West Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-110.234\",\"latitude\":\"40.89\",\"physicalLocation\":\"Wyoming\",\"pairedRegion\":[{\"name\":\"westus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus2\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricawest\",\"name\":\"southafricawest\",\"displayName\":\"South + Africa West\",\"regionalDisplayName\":\"(Africa) South Africa West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Africa\",\"longitude\":\"18.843266\",\"latitude\":\"-34.075691\",\"physicalLocation\":\"Cape + Town\",\"pairedRegion\":[{\"name\":\"southafricanorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricanorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral\",\"name\":\"australiacentral\",\"displayName\":\"Australia + Central\",\"regionalDisplayName\":\"(Asia Pacific) Australia Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"149.1244\",\"latitude\":\"-35.3075\",\"physicalLocation\":\"Canberra\",\"pairedRegion\":[{\"name\":\"australiacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral2\",\"name\":\"australiacentral2\",\"displayName\":\"Australia + Central 2\",\"regionalDisplayName\":\"(Asia Pacific) Australia Central 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"149.1244\",\"latitude\":\"-35.3075\",\"physicalLocation\":\"Canberra\",\"pairedRegion\":[{\"name\":\"australiacentral2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral2\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiasoutheast\",\"name\":\"australiasoutheast\",\"displayName\":\"Australia + Southeast\",\"regionalDisplayName\":\"(Asia Pacific) Australia Southeast\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"144.9631\",\"latitude\":\"-37.8136\",\"physicalLocation\":\"Victoria\",\"pairedRegion\":[{\"name\":\"australiaeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiaeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japanwest\",\"name\":\"japanwest\",\"displayName\":\"Japan + West\",\"regionalDisplayName\":\"(Asia Pacific) Japan West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"135.5022\",\"latitude\":\"34.6939\",\"physicalLocation\":\"Osaka\",\"pairedRegion\":[{\"name\":\"japaneast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japaneast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiacentral\",\"name\":\"jioindiacentral\",\"displayName\":\"Jio + India Central\",\"regionalDisplayName\":\"(Asia Pacific) Jio India Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"79.08886\",\"latitude\":\"21.146633\",\"physicalLocation\":\"Nagpur\",\"pairedRegion\":[{\"name\":\"jioindiawest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiawest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreasouth\",\"name\":\"koreasouth\",\"displayName\":\"Korea + South\",\"regionalDisplayName\":\"(Asia Pacific) Korea South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"129.0756\",\"latitude\":\"35.1796\",\"physicalLocation\":\"Busan\",\"pairedRegion\":[{\"name\":\"koreacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southindia\",\"name\":\"southindia\",\"displayName\":\"South + India\",\"regionalDisplayName\":\"(Asia Pacific) South India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"80.1636\",\"latitude\":\"12.9822\",\"physicalLocation\":\"Chennai\",\"pairedRegion\":[{\"name\":\"centralindia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralindia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westindia\",\"name\":\"westindia\",\"displayName\":\"West + India\",\"regionalDisplayName\":\"(Asia Pacific) West India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"72.868\",\"latitude\":\"19.088\",\"physicalLocation\":\"Mumbai\",\"pairedRegion\":[{\"name\":\"southindia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southindia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadaeast\",\"name\":\"canadaeast\",\"displayName\":\"Canada + East\",\"regionalDisplayName\":\"(Canada) Canada East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Canada\",\"longitude\":\"-71.217\",\"latitude\":\"46.817\",\"physicalLocation\":\"Quebec\",\"pairedRegion\":[{\"name\":\"canadacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francesouth\",\"name\":\"francesouth\",\"displayName\":\"France + South\",\"regionalDisplayName\":\"(Europe) France South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"2.1972\",\"latitude\":\"43.8345\",\"physicalLocation\":\"Marseille\",\"pairedRegion\":[{\"name\":\"francecentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francecentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanynorth\",\"name\":\"germanynorth\",\"displayName\":\"Germany + North\",\"regionalDisplayName\":\"(Europe) Germany North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.806422\",\"latitude\":\"53.073635\",\"physicalLocation\":\"Berlin\",\"pairedRegion\":[{\"name\":\"germanywestcentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanywestcentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwaywest\",\"name\":\"norwaywest\",\"displayName\":\"Norway + West\",\"regionalDisplayName\":\"(Europe) Norway West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"5.733107\",\"latitude\":\"58.969975\",\"physicalLocation\":\"Norway\",\"pairedRegion\":[{\"name\":\"norwayeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwayeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandwest\",\"name\":\"switzerlandwest\",\"displayName\":\"Switzerland + West\",\"regionalDisplayName\":\"(Europe) Switzerland West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"6.143158\",\"latitude\":\"46.204391\",\"physicalLocation\":\"Geneva\",\"pairedRegion\":[{\"name\":\"switzerlandnorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandnorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/ukwest\",\"name\":\"ukwest\",\"displayName\":\"UK + West\",\"regionalDisplayName\":\"(Europe) UK West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"-3.084\",\"latitude\":\"53.427\",\"physicalLocation\":\"Cardiff\",\"pairedRegion\":[{\"name\":\"uksouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uksouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaecentral\",\"name\":\"uaecentral\",\"displayName\":\"UAE + Central\",\"regionalDisplayName\":\"(Middle East) UAE Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Middle + East\",\"longitude\":\"54.366669\",\"latitude\":\"24.466667\",\"physicalLocation\":\"Abu + Dhabi\",\"pairedRegion\":[{\"name\":\"uaenorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaenorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsoutheast\",\"name\":\"brazilsoutheast\",\"displayName\":\"Brazil + Southeast\",\"regionalDisplayName\":\"(South America) Brazil Southeast\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"South + America\",\"longitude\":\"-43.2075\",\"latitude\":\"-22.90278\",\"physicalLocation\":\"Rio\",\"pairedRegion\":[{\"name\":\"brazilsouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsouth\"}]}}]}" + headers: + cache-control: + - no-cache + content-length: + - '31169' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:19:08 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus", "properties": {"action": "Deny", "communityMembers": + ["101:200", "101:201"], "wellKnownCommunities": ["LocalAS", "GShut"]}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric ipcommunity create + Connection: + - keep-alive + Content-Length: + - '146' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --location --resource-name --action --well-known-communities + --community-members + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/ipCommunities/nfa-tool-ts-cli-ipcommunity061423?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/ipCommunities/nfa-tool-ts-cli-ipcommunity061423","name":"nfa-tool-ts-cli-ipcommunity061423","type":"microsoft.managednetworkfabric/ipcommunities","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:19:13.7467102Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:19:13.7467102Z"},"properties":{"action":"Deny","wellKnownCommunities":["LocalAS","GShut"],"communityMembers":["101:200","101:201"],"provisioningState":"Succeeded","annotation":null}}' + headers: + cache-control: + - no-cache + content-length: + - '724' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:19:15 GMT + etag: + - '"190317e3-0000-0100-0000-648923a20000"' + expires: + - '-1' + mise-correlation-id: + - 6cddb279-1449-48a1-9386-b2d55f63b0ff + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric ipcommunity show + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/ipCommunities/nfa-tool-ts-cli-ipcommunity061423?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/ipCommunities/nfa-tool-ts-cli-ipcommunity061423","name":"nfa-tool-ts-cli-ipcommunity061423","type":"microsoft.managednetworkfabric/ipcommunities","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:19:13.7467102Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:19:13.7467102Z"},"properties":{"action":"Deny","wellKnownCommunities":["LocalAS","GShut"],"communityMembers":["101:200","101:201"],"provisioningState":"Succeeded","annotation":null}}' + headers: + cache-control: + - no-cache + content-length: + - '724' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:19:19 GMT + etag: + - '"190317e3-0000-0100-0000-648923a20000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric ipcommunity list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/ipCommunities?api-version=2023-02-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/ipCommunities/ipcommunityinternalexport","name":"ipcommunityinternalexport","type":"microsoft.managednetworkfabric/ipcommunities","location":"eastus2euap","systemData":{"createdBy":"v-abalka@microsoft.com","createdByType":"User","createdAt":"2023-06-13T17:40:36.8275492Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T17:42:20.4575383Z"},"properties":{"action":"Permit","wellKnownCommunities":["Internet","LocalAS","GShut"],"communityMembers":["65048:20050"],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/ipCommunities/ipcommunityinternalimport","name":"ipcommunityinternalimport","type":"microsoft.managednetworkfabric/ipcommunities","location":"eastus2euap","systemData":{"createdBy":"v-abalka@microsoft.com","createdByType":"User","createdAt":"2023-06-13T17:43:37.3695554Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T17:53:11.8688461Z"},"properties":{"action":"Permit","wellKnownCommunities":["Internet","LocalAS","GShut"],"communityMembers":["65048:20030"],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipCommunities/nfa-tool-ts-cli-ipcommunity1-061223","name":"nfa-tool-ts-cli-ipcommunity1-061223","type":"microsoft.managednetworkfabric/ipcommunities","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-12T07:12:15.2138953Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T07:41:36.932096Z"},"properties":{"action":"Deny","wellKnownCommunities":["LocalAS","GShut"],"communityMembers":["100:200","101:201"],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/ipCommunities/nfa-tool-ts-cli-ipcommunity061423","name":"nfa-tool-ts-cli-ipcommunity061423","type":"microsoft.managednetworkfabric/ipcommunities","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:19:13.7467102Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:19:13.7467102Z"},"properties":{"action":"Deny","wellKnownCommunities":["LocalAS","GShut"],"communityMembers":["101:200","101:201"],"provisioningState":"Succeeded","annotation":null}}]}' + headers: + cache-control: + - no-cache + content-length: + - '2858' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:19:19 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: + - 5c70741b-ddd4-4dcd-9064-ecaa1fd2eaab + - 4b3b60d0-25e2-48d2-b43b-10f5301a0086 + - 42ecb827-aa4b-4384-a4a9-327900015ab1 + - d03418ca-97fd-48c4-838a-5b5e9f44e35b + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric ipcommunity list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/ipCommunities?api-version=2023-02-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/ipCommunities/nfa-tool-ts-cli-ipcommunity061423","name":"nfa-tool-ts-cli-ipcommunity061423","type":"microsoft.managednetworkfabric/ipcommunities","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:19:13.7467102Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:19:13.7467102Z"},"properties":{"action":"Deny","wellKnownCommunities":["LocalAS","GShut"],"communityMembers":["101:200","101:201"],"provisioningState":"Succeeded","annotation":null}}]}' + headers: + cache-control: + - no-cache + content-length: + - '736' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:19:22 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: + - d44cf8ed-8265-4302-8c70-955c3845dd17 + - 9909b4f6-38c8-477d-8b72-f96d09f6f95c + - a21fb145-c51b-472e-92be-f5926ad1b6cc + - c39c9395-9ef4-4c17-8232-0c44a1a2ddf0 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric ipcommunity delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/ipCommunities/nfa-tool-ts-cli-ipcommunity061423?api-version=2023-02-01-preview + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 14 Jun 2023 02:19:26 GMT + expires: + - '-1' + mise-correlation-id: + - 100f6b5e-550b-4c8c-9c42-4810cfa3ccc5 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 200 + message: OK +version: 1 diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_ipextendedcommunity_scenario1.yaml b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_ipextendedcommunity_scenario1.yaml new file mode 100644 index 00000000000..0ebf4b9ff22 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_ipextendedcommunity_scenario1.yaml @@ -0,0 +1,383 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric ipextendedcommunity create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --location --resource-name --action --route-targets + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/locations?api-version=2019-11-01 + response: + body: + string: "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus\",\"name\":\"eastus\",\"displayName\":\"East + US\",\"regionalDisplayName\":\"(US) East US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-79.8164\",\"latitude\":\"37.3719\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"westus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2\",\"name\":\"eastus2\",\"displayName\":\"East + US 2\",\"regionalDisplayName\":\"(US) East US 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-78.3889\",\"latitude\":\"36.6681\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"centralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralus\",\"name\":\"southcentralus\",\"displayName\":\"South + Central US\",\"regionalDisplayName\":\"(US) South Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-98.5\",\"latitude\":\"29.4167\",\"physicalLocation\":\"Texas\",\"pairedRegion\":[{\"name\":\"northcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus2\",\"name\":\"westus2\",\"displayName\":\"West + US 2\",\"regionalDisplayName\":\"(US) West US 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-119.852\",\"latitude\":\"47.233\",\"physicalLocation\":\"Washington\",\"pairedRegion\":[{\"name\":\"westcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus3\",\"name\":\"westus3\",\"displayName\":\"West + US 3\",\"regionalDisplayName\":\"(US) West US 3\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-112.074036\",\"latitude\":\"33.448376\",\"physicalLocation\":\"Phoenix\",\"pairedRegion\":[{\"name\":\"eastus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiaeast\",\"name\":\"australiaeast\",\"displayName\":\"Australia + East\",\"regionalDisplayName\":\"(Asia Pacific) Australia East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"151.2094\",\"latitude\":\"-33.86\",\"physicalLocation\":\"New + South Wales\",\"pairedRegion\":[{\"name\":\"australiasoutheast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiasoutheast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southeastasia\",\"name\":\"southeastasia\",\"displayName\":\"Southeast + Asia\",\"regionalDisplayName\":\"(Asia Pacific) Southeast Asia\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"103.833\",\"latitude\":\"1.283\",\"physicalLocation\":\"Singapore\",\"pairedRegion\":[{\"name\":\"eastasia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastasia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northeurope\",\"name\":\"northeurope\",\"displayName\":\"North + Europe\",\"regionalDisplayName\":\"(Europe) North Europe\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"-6.2597\",\"latitude\":\"53.3478\",\"physicalLocation\":\"Ireland\",\"pairedRegion\":[{\"name\":\"westeurope\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westeurope\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/swedencentral\",\"name\":\"swedencentral\",\"displayName\":\"Sweden + Central\",\"regionalDisplayName\":\"(Europe) Sweden Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"17.14127\",\"latitude\":\"60.67488\",\"physicalLocation\":\"G\xE4vle\",\"pairedRegion\":[{\"name\":\"swedensouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/swedensouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uksouth\",\"name\":\"uksouth\",\"displayName\":\"UK + South\",\"regionalDisplayName\":\"(Europe) UK South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"-0.799\",\"latitude\":\"50.941\",\"physicalLocation\":\"London\",\"pairedRegion\":[{\"name\":\"ukwest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/ukwest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westeurope\",\"name\":\"westeurope\",\"displayName\":\"West + Europe\",\"regionalDisplayName\":\"(Europe) West Europe\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"4.9\",\"latitude\":\"52.3667\",\"physicalLocation\":\"Netherlands\",\"pairedRegion\":[{\"name\":\"northeurope\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northeurope\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralus\",\"name\":\"centralus\",\"displayName\":\"Central + US\",\"regionalDisplayName\":\"(US) Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-93.6208\",\"latitude\":\"41.5908\",\"physicalLocation\":\"Iowa\",\"pairedRegion\":[{\"name\":\"eastus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricanorth\",\"name\":\"southafricanorth\",\"displayName\":\"South + Africa North\",\"regionalDisplayName\":\"(Africa) South Africa North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Africa\",\"longitude\":\"28.21837\",\"latitude\":\"-25.73134\",\"physicalLocation\":\"Johannesburg\",\"pairedRegion\":[{\"name\":\"southafricawest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricawest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralindia\",\"name\":\"centralindia\",\"displayName\":\"Central + India\",\"regionalDisplayName\":\"(Asia Pacific) Central India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"73.9197\",\"latitude\":\"18.5822\",\"physicalLocation\":\"Pune\",\"pairedRegion\":[{\"name\":\"southindia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southindia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastasia\",\"name\":\"eastasia\",\"displayName\":\"East + Asia\",\"regionalDisplayName\":\"(Asia Pacific) East Asia\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"114.188\",\"latitude\":\"22.267\",\"physicalLocation\":\"Hong + Kong\",\"pairedRegion\":[{\"name\":\"southeastasia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southeastasia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japaneast\",\"name\":\"japaneast\",\"displayName\":\"Japan + East\",\"regionalDisplayName\":\"(Asia Pacific) Japan East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"139.77\",\"latitude\":\"35.68\",\"physicalLocation\":\"Tokyo, + Saitama\",\"pairedRegion\":[{\"name\":\"japanwest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japanwest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreacentral\",\"name\":\"koreacentral\",\"displayName\":\"Korea + Central\",\"regionalDisplayName\":\"(Asia Pacific) Korea Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"126.978\",\"latitude\":\"37.5665\",\"physicalLocation\":\"Seoul\",\"pairedRegion\":[{\"name\":\"koreasouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreasouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadacentral\",\"name\":\"canadacentral\",\"displayName\":\"Canada + Central\",\"regionalDisplayName\":\"(Canada) Canada Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Canada\",\"longitude\":\"-79.383\",\"latitude\":\"43.653\",\"physicalLocation\":\"Toronto\",\"pairedRegion\":[{\"name\":\"canadaeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadaeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francecentral\",\"name\":\"francecentral\",\"displayName\":\"France + Central\",\"regionalDisplayName\":\"(Europe) France Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"2.373\",\"latitude\":\"46.3772\",\"physicalLocation\":\"Paris\",\"pairedRegion\":[{\"name\":\"francesouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francesouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanywestcentral\",\"name\":\"germanywestcentral\",\"displayName\":\"Germany + West Central\",\"regionalDisplayName\":\"(Europe) Germany West Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.682127\",\"latitude\":\"50.110924\",\"physicalLocation\":\"Frankfurt\",\"pairedRegion\":[{\"name\":\"germanynorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanynorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwayeast\",\"name\":\"norwayeast\",\"displayName\":\"Norway + East\",\"regionalDisplayName\":\"(Europe) Norway East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"10.752245\",\"latitude\":\"59.913868\",\"physicalLocation\":\"Norway\",\"pairedRegion\":[{\"name\":\"norwaywest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwaywest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/polandcentral\",\"name\":\"polandcentral\",\"displayName\":\"Poland + Central\",\"regionalDisplayName\":\"(Europe) Poland Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"21.01666\",\"latitude\":\"52.23334\",\"physicalLocation\":\"Warsaw\",\"pairedRegion\":[]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandnorth\",\"name\":\"switzerlandnorth\",\"displayName\":\"Switzerland + North\",\"regionalDisplayName\":\"(Europe) Switzerland North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.564572\",\"latitude\":\"47.451542\",\"physicalLocation\":\"Zurich\",\"pairedRegion\":[{\"name\":\"switzerlandwest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandwest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaenorth\",\"name\":\"uaenorth\",\"displayName\":\"UAE + North\",\"regionalDisplayName\":\"(Middle East) UAE North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Middle + East\",\"longitude\":\"55.316666\",\"latitude\":\"25.266666\",\"physicalLocation\":\"Dubai\",\"pairedRegion\":[{\"name\":\"uaecentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaecentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsouth\",\"name\":\"brazilsouth\",\"displayName\":\"Brazil + South\",\"regionalDisplayName\":\"(South America) Brazil South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"South + America\",\"longitude\":\"-46.633\",\"latitude\":\"-23.55\",\"physicalLocation\":\"Sao + Paulo State\",\"pairedRegion\":[{\"name\":\"southcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centraluseuap\",\"name\":\"centraluseuap\",\"displayName\":\"Central + US EUAP\",\"regionalDisplayName\":\"(US) Central US EUAP\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-93.6208\",\"latitude\":\"41.5908\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"eastus2euap\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2euap\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2euap\",\"name\":\"eastus2euap\",\"displayName\":\"East + US 2 EUAP\",\"regionalDisplayName\":\"(US) East US 2 EUAP\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-78.3889\",\"latitude\":\"36.6681\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"centraluseuap\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centraluseuap\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/qatarcentral\",\"name\":\"qatarcentral\",\"displayName\":\"Qatar + Central\",\"regionalDisplayName\":\"(Middle East) Qatar Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Middle + East\",\"longitude\":\"51.439327\",\"latitude\":\"25.551462\",\"physicalLocation\":\"Doha\",\"pairedRegion\":[]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralusstage\",\"name\":\"centralusstage\",\"displayName\":\"Central + US (Stage)\",\"regionalDisplayName\":\"(US) Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstage\",\"name\":\"eastusstage\",\"displayName\":\"East + US (Stage)\",\"regionalDisplayName\":\"(US) East US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2stage\",\"name\":\"eastus2stage\",\"displayName\":\"East + US 2 (Stage)\",\"regionalDisplayName\":\"(US) East US 2 (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralusstage\",\"name\":\"northcentralusstage\",\"displayName\":\"North + Central US (Stage)\",\"regionalDisplayName\":\"(US) North Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstage\",\"name\":\"southcentralusstage\",\"displayName\":\"South + Central US (Stage)\",\"regionalDisplayName\":\"(US) South Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westusstage\",\"name\":\"westusstage\",\"displayName\":\"West + US (Stage)\",\"regionalDisplayName\":\"(US) West US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus2stage\",\"name\":\"westus2stage\",\"displayName\":\"West + US 2 (Stage)\",\"regionalDisplayName\":\"(US) West US 2 (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/asia\",\"name\":\"asia\",\"displayName\":\"Asia\",\"regionalDisplayName\":\"Asia\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/asiapacific\",\"name\":\"asiapacific\",\"displayName\":\"Asia + Pacific\",\"regionalDisplayName\":\"Asia Pacific\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australia\",\"name\":\"australia\",\"displayName\":\"Australia\",\"regionalDisplayName\":\"Australia\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazil\",\"name\":\"brazil\",\"displayName\":\"Brazil\",\"regionalDisplayName\":\"Brazil\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canada\",\"name\":\"canada\",\"displayName\":\"Canada\",\"regionalDisplayName\":\"Canada\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/europe\",\"name\":\"europe\",\"displayName\":\"Europe\",\"regionalDisplayName\":\"Europe\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/france\",\"name\":\"france\",\"displayName\":\"France\",\"regionalDisplayName\":\"France\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germany\",\"name\":\"germany\",\"displayName\":\"Germany\",\"regionalDisplayName\":\"Germany\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/global\",\"name\":\"global\",\"displayName\":\"Global\",\"regionalDisplayName\":\"Global\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/india\",\"name\":\"india\",\"displayName\":\"India\",\"regionalDisplayName\":\"India\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japan\",\"name\":\"japan\",\"displayName\":\"Japan\",\"regionalDisplayName\":\"Japan\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/korea\",\"name\":\"korea\",\"displayName\":\"Korea\",\"regionalDisplayName\":\"Korea\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norway\",\"name\":\"norway\",\"displayName\":\"Norway\",\"regionalDisplayName\":\"Norway\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/singapore\",\"name\":\"singapore\",\"displayName\":\"Singapore\",\"regionalDisplayName\":\"Singapore\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafrica\",\"name\":\"southafrica\",\"displayName\":\"South + Africa\",\"regionalDisplayName\":\"South Africa\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerland\",\"name\":\"switzerland\",\"displayName\":\"Switzerland\",\"regionalDisplayName\":\"Switzerland\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uae\",\"name\":\"uae\",\"displayName\":\"United + Arab Emirates\",\"regionalDisplayName\":\"United Arab Emirates\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uk\",\"name\":\"uk\",\"displayName\":\"United + Kingdom\",\"regionalDisplayName\":\"United Kingdom\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/unitedstates\",\"name\":\"unitedstates\",\"displayName\":\"United + States\",\"regionalDisplayName\":\"United States\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/unitedstateseuap\",\"name\":\"unitedstateseuap\",\"displayName\":\"United + States EUAP\",\"regionalDisplayName\":\"United States EUAP\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastasiastage\",\"name\":\"eastasiastage\",\"displayName\":\"East + Asia (Stage)\",\"regionalDisplayName\":\"(Asia Pacific) East Asia (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southeastasiastage\",\"name\":\"southeastasiastage\",\"displayName\":\"Southeast + Asia (Stage)\",\"regionalDisplayName\":\"(Asia Pacific) Southeast Asia (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilus\",\"name\":\"brazilus\",\"displayName\":\"Brazil + US\",\"regionalDisplayName\":\"(South America) Brazil US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"South + America\",\"longitude\":\"0\",\"latitude\":\"0\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"brazilsoutheast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsoutheast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstg\",\"name\":\"eastusstg\",\"displayName\":\"East + US STG\",\"regionalDisplayName\":\"(US) East US STG\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-79.8164\",\"latitude\":\"37.3719\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"southcentralusstg\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstg\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralus\",\"name\":\"northcentralus\",\"displayName\":\"North + Central US\",\"regionalDisplayName\":\"(US) North Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-87.6278\",\"latitude\":\"41.8819\",\"physicalLocation\":\"Illinois\",\"pairedRegion\":[{\"name\":\"southcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus\",\"name\":\"westus\",\"displayName\":\"West + US\",\"regionalDisplayName\":\"(US) West US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-122.417\",\"latitude\":\"37.783\",\"physicalLocation\":\"California\",\"pairedRegion\":[{\"name\":\"eastus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiawest\",\"name\":\"jioindiawest\",\"displayName\":\"Jio + India West\",\"regionalDisplayName\":\"(Asia Pacific) Jio India West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"70.05773\",\"latitude\":\"22.470701\",\"physicalLocation\":\"Jamnagar\",\"pairedRegion\":[{\"name\":\"jioindiacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstg\",\"name\":\"southcentralusstg\",\"displayName\":\"South + Central US STG\",\"regionalDisplayName\":\"(US) South Central US STG\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-98.5\",\"latitude\":\"29.4167\",\"physicalLocation\":\"Texas\",\"pairedRegion\":[{\"name\":\"eastusstg\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstg\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westcentralus\",\"name\":\"westcentralus\",\"displayName\":\"West + Central US\",\"regionalDisplayName\":\"(US) West Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-110.234\",\"latitude\":\"40.89\",\"physicalLocation\":\"Wyoming\",\"pairedRegion\":[{\"name\":\"westus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus2\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricawest\",\"name\":\"southafricawest\",\"displayName\":\"South + Africa West\",\"regionalDisplayName\":\"(Africa) South Africa West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Africa\",\"longitude\":\"18.843266\",\"latitude\":\"-34.075691\",\"physicalLocation\":\"Cape + Town\",\"pairedRegion\":[{\"name\":\"southafricanorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricanorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral\",\"name\":\"australiacentral\",\"displayName\":\"Australia + Central\",\"regionalDisplayName\":\"(Asia Pacific) Australia Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"149.1244\",\"latitude\":\"-35.3075\",\"physicalLocation\":\"Canberra\",\"pairedRegion\":[{\"name\":\"australiacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral2\",\"name\":\"australiacentral2\",\"displayName\":\"Australia + Central 2\",\"regionalDisplayName\":\"(Asia Pacific) Australia Central 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"149.1244\",\"latitude\":\"-35.3075\",\"physicalLocation\":\"Canberra\",\"pairedRegion\":[{\"name\":\"australiacentral2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral2\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiasoutheast\",\"name\":\"australiasoutheast\",\"displayName\":\"Australia + Southeast\",\"regionalDisplayName\":\"(Asia Pacific) Australia Southeast\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"144.9631\",\"latitude\":\"-37.8136\",\"physicalLocation\":\"Victoria\",\"pairedRegion\":[{\"name\":\"australiaeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiaeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japanwest\",\"name\":\"japanwest\",\"displayName\":\"Japan + West\",\"regionalDisplayName\":\"(Asia Pacific) Japan West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"135.5022\",\"latitude\":\"34.6939\",\"physicalLocation\":\"Osaka\",\"pairedRegion\":[{\"name\":\"japaneast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japaneast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiacentral\",\"name\":\"jioindiacentral\",\"displayName\":\"Jio + India Central\",\"regionalDisplayName\":\"(Asia Pacific) Jio India Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"79.08886\",\"latitude\":\"21.146633\",\"physicalLocation\":\"Nagpur\",\"pairedRegion\":[{\"name\":\"jioindiawest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiawest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreasouth\",\"name\":\"koreasouth\",\"displayName\":\"Korea + South\",\"regionalDisplayName\":\"(Asia Pacific) Korea South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"129.0756\",\"latitude\":\"35.1796\",\"physicalLocation\":\"Busan\",\"pairedRegion\":[{\"name\":\"koreacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southindia\",\"name\":\"southindia\",\"displayName\":\"South + India\",\"regionalDisplayName\":\"(Asia Pacific) South India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"80.1636\",\"latitude\":\"12.9822\",\"physicalLocation\":\"Chennai\",\"pairedRegion\":[{\"name\":\"centralindia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralindia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westindia\",\"name\":\"westindia\",\"displayName\":\"West + India\",\"regionalDisplayName\":\"(Asia Pacific) West India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"72.868\",\"latitude\":\"19.088\",\"physicalLocation\":\"Mumbai\",\"pairedRegion\":[{\"name\":\"southindia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southindia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadaeast\",\"name\":\"canadaeast\",\"displayName\":\"Canada + East\",\"regionalDisplayName\":\"(Canada) Canada East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Canada\",\"longitude\":\"-71.217\",\"latitude\":\"46.817\",\"physicalLocation\":\"Quebec\",\"pairedRegion\":[{\"name\":\"canadacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francesouth\",\"name\":\"francesouth\",\"displayName\":\"France + South\",\"regionalDisplayName\":\"(Europe) France South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"2.1972\",\"latitude\":\"43.8345\",\"physicalLocation\":\"Marseille\",\"pairedRegion\":[{\"name\":\"francecentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francecentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanynorth\",\"name\":\"germanynorth\",\"displayName\":\"Germany + North\",\"regionalDisplayName\":\"(Europe) Germany North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.806422\",\"latitude\":\"53.073635\",\"physicalLocation\":\"Berlin\",\"pairedRegion\":[{\"name\":\"germanywestcentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanywestcentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwaywest\",\"name\":\"norwaywest\",\"displayName\":\"Norway + West\",\"regionalDisplayName\":\"(Europe) Norway West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"5.733107\",\"latitude\":\"58.969975\",\"physicalLocation\":\"Norway\",\"pairedRegion\":[{\"name\":\"norwayeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwayeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandwest\",\"name\":\"switzerlandwest\",\"displayName\":\"Switzerland + West\",\"regionalDisplayName\":\"(Europe) Switzerland West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"6.143158\",\"latitude\":\"46.204391\",\"physicalLocation\":\"Geneva\",\"pairedRegion\":[{\"name\":\"switzerlandnorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandnorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/ukwest\",\"name\":\"ukwest\",\"displayName\":\"UK + West\",\"regionalDisplayName\":\"(Europe) UK West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"-3.084\",\"latitude\":\"53.427\",\"physicalLocation\":\"Cardiff\",\"pairedRegion\":[{\"name\":\"uksouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uksouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaecentral\",\"name\":\"uaecentral\",\"displayName\":\"UAE + Central\",\"regionalDisplayName\":\"(Middle East) UAE Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Middle + East\",\"longitude\":\"54.366669\",\"latitude\":\"24.466667\",\"physicalLocation\":\"Abu + Dhabi\",\"pairedRegion\":[{\"name\":\"uaenorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaenorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsoutheast\",\"name\":\"brazilsoutheast\",\"displayName\":\"Brazil + Southeast\",\"regionalDisplayName\":\"(South America) Brazil Southeast\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"South + America\",\"longitude\":\"-43.2075\",\"latitude\":\"-22.90278\",\"physicalLocation\":\"Rio\",\"pairedRegion\":[{\"name\":\"brazilsouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsouth\"}]}}]}" + headers: + cache-control: + - no-cache + content-length: + - '31169' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:19:10 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": "eastus", "properties": {"action": "Deny", "routeTargets": + ["1024:219", "1001:200"]}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric ipextendedcommunity create + Connection: + - keep-alive + Content-Length: + - '98' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --location --resource-name --action --route-targets + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/nfa-tool-ts-cli-ipextcommunity061423?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/nfa-tool-ts-cli-ipextcommunity061423","name":"nfa-tool-ts-cli-ipextcommunity061423","type":"microsoft.managednetworkfabric/ipextendedcommunities","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:19:16.1299414Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:19:16.1299414Z"},"properties":{"action":"Deny","routeTargets":["1024:219","1001:200"],"provisioningState":"Succeeded","annotation":null}}' + headers: + cache-control: + - no-cache + content-length: + - '701' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:19:18 GMT + etag: + - '"5d037bb9-0000-0100-0000-648923a50000"' + expires: + - '-1' + mise-correlation-id: + - d00f87bc-f58b-4667-a69d-71f295de3521 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric ipextendedcommunity show + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/nfa-tool-ts-cli-ipextcommunity061423?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/nfa-tool-ts-cli-ipextcommunity061423","name":"nfa-tool-ts-cli-ipextcommunity061423","type":"microsoft.managednetworkfabric/ipextendedcommunities","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:19:16.1299414Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:19:16.1299414Z"},"properties":{"action":"Deny","routeTargets":["1024:219","1001:200"],"provisioningState":"Succeeded","annotation":null}}' + headers: + cache-control: + - no-cache + content-length: + - '701' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:19:19 GMT + etag: + - '"5d037bb9-0000-0100-0000-648923a50000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric ipextendedcommunity list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities?api-version=2023-02-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/nfa-tool-ts-cli-ipextcommunity1-061223","name":"nfa-tool-ts-cli-ipextcommunity1-061223","type":"microsoft.managednetworkfabric/ipextendedcommunities","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-12T07:12:11.9881136Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T02:19:19.8195482Z"},"properties":{"action":"Deny","routeTargets":["1024:219","1001:200"],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/nfa-tool-ts-cli-ipextcommunity061423","name":"nfa-tool-ts-cli-ipextcommunity061423","type":"microsoft.managednetworkfabric/ipextendedcommunities","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:19:16.1299414Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:19:16.1299414Z"},"properties":{"action":"Deny","routeTargets":["1024:219","1001:200"],"provisioningState":"Succeeded","annotation":null}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1419' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:19:20 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: + - f54e41ea-97fb-410e-95b6-62a60a825e89 + - 677b65cd-6196-42da-b385-0117263dd21b + - 50c3c554-3bff-448a-934c-48073e2ec24a + - 686864d1-39cb-4c77-b8bb-b1c3d8ff0933 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric ipextendedcommunity list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities?api-version=2023-02-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/nfa-tool-ts-cli-ipextcommunity061423","name":"nfa-tool-ts-cli-ipextcommunity061423","type":"microsoft.managednetworkfabric/ipextendedcommunities","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:19:16.1299414Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:19:16.1299414Z"},"properties":{"action":"Deny","routeTargets":["1024:219","1001:200"],"provisioningState":"Succeeded","annotation":null}}]}' + headers: + cache-control: + - no-cache + content-length: + - '713' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:19:21 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: + - 167436ba-43ab-42cc-afa9-5c2eb64efe25 + - 90bfc08d-bc27-4717-a465-a41e92724ab7 + - c7b84492-936d-4db1-9355-af7ec0ddc3b4 + - 18a1837d-e899-4d22-9143-ebb7f045856d + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric ipextendedcommunity delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/nfa-tool-ts-cli-ipextcommunity061423?api-version=2023-02-01-preview + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 14 Jun 2023 02:19:24 GMT + expires: + - '-1' + mise-correlation-id: + - 554bff15-ada9-4ad5-8ef2-99bc96a996e2 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 200 + message: OK +version: 1 diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_ipprefix_scenario1.yaml b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_ipprefix_scenario1.yaml new file mode 100644 index 00000000000..da9ec61bf6d --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_ipprefix_scenario1.yaml @@ -0,0 +1,384 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric ipprefix create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --location --resource-name --ip-prefix-rules + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/locations?api-version=2019-11-01 + response: + body: + string: "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus\",\"name\":\"eastus\",\"displayName\":\"East + US\",\"regionalDisplayName\":\"(US) East US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-79.8164\",\"latitude\":\"37.3719\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"westus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2\",\"name\":\"eastus2\",\"displayName\":\"East + US 2\",\"regionalDisplayName\":\"(US) East US 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-78.3889\",\"latitude\":\"36.6681\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"centralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralus\",\"name\":\"southcentralus\",\"displayName\":\"South + Central US\",\"regionalDisplayName\":\"(US) South Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-98.5\",\"latitude\":\"29.4167\",\"physicalLocation\":\"Texas\",\"pairedRegion\":[{\"name\":\"northcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus2\",\"name\":\"westus2\",\"displayName\":\"West + US 2\",\"regionalDisplayName\":\"(US) West US 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-119.852\",\"latitude\":\"47.233\",\"physicalLocation\":\"Washington\",\"pairedRegion\":[{\"name\":\"westcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus3\",\"name\":\"westus3\",\"displayName\":\"West + US 3\",\"regionalDisplayName\":\"(US) West US 3\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-112.074036\",\"latitude\":\"33.448376\",\"physicalLocation\":\"Phoenix\",\"pairedRegion\":[{\"name\":\"eastus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiaeast\",\"name\":\"australiaeast\",\"displayName\":\"Australia + East\",\"regionalDisplayName\":\"(Asia Pacific) Australia East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"151.2094\",\"latitude\":\"-33.86\",\"physicalLocation\":\"New + South Wales\",\"pairedRegion\":[{\"name\":\"australiasoutheast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiasoutheast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southeastasia\",\"name\":\"southeastasia\",\"displayName\":\"Southeast + Asia\",\"regionalDisplayName\":\"(Asia Pacific) Southeast Asia\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"103.833\",\"latitude\":\"1.283\",\"physicalLocation\":\"Singapore\",\"pairedRegion\":[{\"name\":\"eastasia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastasia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northeurope\",\"name\":\"northeurope\",\"displayName\":\"North + Europe\",\"regionalDisplayName\":\"(Europe) North Europe\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"-6.2597\",\"latitude\":\"53.3478\",\"physicalLocation\":\"Ireland\",\"pairedRegion\":[{\"name\":\"westeurope\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westeurope\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/swedencentral\",\"name\":\"swedencentral\",\"displayName\":\"Sweden + Central\",\"regionalDisplayName\":\"(Europe) Sweden Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"17.14127\",\"latitude\":\"60.67488\",\"physicalLocation\":\"G\xE4vle\",\"pairedRegion\":[{\"name\":\"swedensouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/swedensouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uksouth\",\"name\":\"uksouth\",\"displayName\":\"UK + South\",\"regionalDisplayName\":\"(Europe) UK South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"-0.799\",\"latitude\":\"50.941\",\"physicalLocation\":\"London\",\"pairedRegion\":[{\"name\":\"ukwest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/ukwest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westeurope\",\"name\":\"westeurope\",\"displayName\":\"West + Europe\",\"regionalDisplayName\":\"(Europe) West Europe\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"4.9\",\"latitude\":\"52.3667\",\"physicalLocation\":\"Netherlands\",\"pairedRegion\":[{\"name\":\"northeurope\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northeurope\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralus\",\"name\":\"centralus\",\"displayName\":\"Central + US\",\"regionalDisplayName\":\"(US) Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-93.6208\",\"latitude\":\"41.5908\",\"physicalLocation\":\"Iowa\",\"pairedRegion\":[{\"name\":\"eastus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricanorth\",\"name\":\"southafricanorth\",\"displayName\":\"South + Africa North\",\"regionalDisplayName\":\"(Africa) South Africa North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Africa\",\"longitude\":\"28.21837\",\"latitude\":\"-25.73134\",\"physicalLocation\":\"Johannesburg\",\"pairedRegion\":[{\"name\":\"southafricawest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricawest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralindia\",\"name\":\"centralindia\",\"displayName\":\"Central + India\",\"regionalDisplayName\":\"(Asia Pacific) Central India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"73.9197\",\"latitude\":\"18.5822\",\"physicalLocation\":\"Pune\",\"pairedRegion\":[{\"name\":\"southindia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southindia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastasia\",\"name\":\"eastasia\",\"displayName\":\"East + Asia\",\"regionalDisplayName\":\"(Asia Pacific) East Asia\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"114.188\",\"latitude\":\"22.267\",\"physicalLocation\":\"Hong + Kong\",\"pairedRegion\":[{\"name\":\"southeastasia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southeastasia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japaneast\",\"name\":\"japaneast\",\"displayName\":\"Japan + East\",\"regionalDisplayName\":\"(Asia Pacific) Japan East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"139.77\",\"latitude\":\"35.68\",\"physicalLocation\":\"Tokyo, + Saitama\",\"pairedRegion\":[{\"name\":\"japanwest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japanwest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreacentral\",\"name\":\"koreacentral\",\"displayName\":\"Korea + Central\",\"regionalDisplayName\":\"(Asia Pacific) Korea Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"126.978\",\"latitude\":\"37.5665\",\"physicalLocation\":\"Seoul\",\"pairedRegion\":[{\"name\":\"koreasouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreasouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadacentral\",\"name\":\"canadacentral\",\"displayName\":\"Canada + Central\",\"regionalDisplayName\":\"(Canada) Canada Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Canada\",\"longitude\":\"-79.383\",\"latitude\":\"43.653\",\"physicalLocation\":\"Toronto\",\"pairedRegion\":[{\"name\":\"canadaeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadaeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francecentral\",\"name\":\"francecentral\",\"displayName\":\"France + Central\",\"regionalDisplayName\":\"(Europe) France Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"2.373\",\"latitude\":\"46.3772\",\"physicalLocation\":\"Paris\",\"pairedRegion\":[{\"name\":\"francesouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francesouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanywestcentral\",\"name\":\"germanywestcentral\",\"displayName\":\"Germany + West Central\",\"regionalDisplayName\":\"(Europe) Germany West Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.682127\",\"latitude\":\"50.110924\",\"physicalLocation\":\"Frankfurt\",\"pairedRegion\":[{\"name\":\"germanynorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanynorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwayeast\",\"name\":\"norwayeast\",\"displayName\":\"Norway + East\",\"regionalDisplayName\":\"(Europe) Norway East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"10.752245\",\"latitude\":\"59.913868\",\"physicalLocation\":\"Norway\",\"pairedRegion\":[{\"name\":\"norwaywest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwaywest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/polandcentral\",\"name\":\"polandcentral\",\"displayName\":\"Poland + Central\",\"regionalDisplayName\":\"(Europe) Poland Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"21.01666\",\"latitude\":\"52.23334\",\"physicalLocation\":\"Warsaw\",\"pairedRegion\":[]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandnorth\",\"name\":\"switzerlandnorth\",\"displayName\":\"Switzerland + North\",\"regionalDisplayName\":\"(Europe) Switzerland North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.564572\",\"latitude\":\"47.451542\",\"physicalLocation\":\"Zurich\",\"pairedRegion\":[{\"name\":\"switzerlandwest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandwest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaenorth\",\"name\":\"uaenorth\",\"displayName\":\"UAE + North\",\"regionalDisplayName\":\"(Middle East) UAE North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Middle + East\",\"longitude\":\"55.316666\",\"latitude\":\"25.266666\",\"physicalLocation\":\"Dubai\",\"pairedRegion\":[{\"name\":\"uaecentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaecentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsouth\",\"name\":\"brazilsouth\",\"displayName\":\"Brazil + South\",\"regionalDisplayName\":\"(South America) Brazil South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"South + America\",\"longitude\":\"-46.633\",\"latitude\":\"-23.55\",\"physicalLocation\":\"Sao + Paulo State\",\"pairedRegion\":[{\"name\":\"southcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centraluseuap\",\"name\":\"centraluseuap\",\"displayName\":\"Central + US EUAP\",\"regionalDisplayName\":\"(US) Central US EUAP\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-93.6208\",\"latitude\":\"41.5908\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"eastus2euap\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2euap\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2euap\",\"name\":\"eastus2euap\",\"displayName\":\"East + US 2 EUAP\",\"regionalDisplayName\":\"(US) East US 2 EUAP\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-78.3889\",\"latitude\":\"36.6681\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"centraluseuap\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centraluseuap\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/qatarcentral\",\"name\":\"qatarcentral\",\"displayName\":\"Qatar + Central\",\"regionalDisplayName\":\"(Middle East) Qatar Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Middle + East\",\"longitude\":\"51.439327\",\"latitude\":\"25.551462\",\"physicalLocation\":\"Doha\",\"pairedRegion\":[]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralusstage\",\"name\":\"centralusstage\",\"displayName\":\"Central + US (Stage)\",\"regionalDisplayName\":\"(US) Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstage\",\"name\":\"eastusstage\",\"displayName\":\"East + US (Stage)\",\"regionalDisplayName\":\"(US) East US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2stage\",\"name\":\"eastus2stage\",\"displayName\":\"East + US 2 (Stage)\",\"regionalDisplayName\":\"(US) East US 2 (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralusstage\",\"name\":\"northcentralusstage\",\"displayName\":\"North + Central US (Stage)\",\"regionalDisplayName\":\"(US) North Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstage\",\"name\":\"southcentralusstage\",\"displayName\":\"South + Central US (Stage)\",\"regionalDisplayName\":\"(US) South Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westusstage\",\"name\":\"westusstage\",\"displayName\":\"West + US (Stage)\",\"regionalDisplayName\":\"(US) West US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus2stage\",\"name\":\"westus2stage\",\"displayName\":\"West + US 2 (Stage)\",\"regionalDisplayName\":\"(US) West US 2 (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/asia\",\"name\":\"asia\",\"displayName\":\"Asia\",\"regionalDisplayName\":\"Asia\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/asiapacific\",\"name\":\"asiapacific\",\"displayName\":\"Asia + Pacific\",\"regionalDisplayName\":\"Asia Pacific\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australia\",\"name\":\"australia\",\"displayName\":\"Australia\",\"regionalDisplayName\":\"Australia\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazil\",\"name\":\"brazil\",\"displayName\":\"Brazil\",\"regionalDisplayName\":\"Brazil\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canada\",\"name\":\"canada\",\"displayName\":\"Canada\",\"regionalDisplayName\":\"Canada\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/europe\",\"name\":\"europe\",\"displayName\":\"Europe\",\"regionalDisplayName\":\"Europe\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/france\",\"name\":\"france\",\"displayName\":\"France\",\"regionalDisplayName\":\"France\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germany\",\"name\":\"germany\",\"displayName\":\"Germany\",\"regionalDisplayName\":\"Germany\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/global\",\"name\":\"global\",\"displayName\":\"Global\",\"regionalDisplayName\":\"Global\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/india\",\"name\":\"india\",\"displayName\":\"India\",\"regionalDisplayName\":\"India\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japan\",\"name\":\"japan\",\"displayName\":\"Japan\",\"regionalDisplayName\":\"Japan\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/korea\",\"name\":\"korea\",\"displayName\":\"Korea\",\"regionalDisplayName\":\"Korea\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norway\",\"name\":\"norway\",\"displayName\":\"Norway\",\"regionalDisplayName\":\"Norway\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/singapore\",\"name\":\"singapore\",\"displayName\":\"Singapore\",\"regionalDisplayName\":\"Singapore\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafrica\",\"name\":\"southafrica\",\"displayName\":\"South + Africa\",\"regionalDisplayName\":\"South Africa\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerland\",\"name\":\"switzerland\",\"displayName\":\"Switzerland\",\"regionalDisplayName\":\"Switzerland\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uae\",\"name\":\"uae\",\"displayName\":\"United + Arab Emirates\",\"regionalDisplayName\":\"United Arab Emirates\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uk\",\"name\":\"uk\",\"displayName\":\"United + Kingdom\",\"regionalDisplayName\":\"United Kingdom\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/unitedstates\",\"name\":\"unitedstates\",\"displayName\":\"United + States\",\"regionalDisplayName\":\"United States\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/unitedstateseuap\",\"name\":\"unitedstateseuap\",\"displayName\":\"United + States EUAP\",\"regionalDisplayName\":\"United States EUAP\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastasiastage\",\"name\":\"eastasiastage\",\"displayName\":\"East + Asia (Stage)\",\"regionalDisplayName\":\"(Asia Pacific) East Asia (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southeastasiastage\",\"name\":\"southeastasiastage\",\"displayName\":\"Southeast + Asia (Stage)\",\"regionalDisplayName\":\"(Asia Pacific) Southeast Asia (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilus\",\"name\":\"brazilus\",\"displayName\":\"Brazil + US\",\"regionalDisplayName\":\"(South America) Brazil US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"South + America\",\"longitude\":\"0\",\"latitude\":\"0\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"brazilsoutheast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsoutheast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstg\",\"name\":\"eastusstg\",\"displayName\":\"East + US STG\",\"regionalDisplayName\":\"(US) East US STG\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-79.8164\",\"latitude\":\"37.3719\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"southcentralusstg\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstg\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralus\",\"name\":\"northcentralus\",\"displayName\":\"North + Central US\",\"regionalDisplayName\":\"(US) North Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-87.6278\",\"latitude\":\"41.8819\",\"physicalLocation\":\"Illinois\",\"pairedRegion\":[{\"name\":\"southcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus\",\"name\":\"westus\",\"displayName\":\"West + US\",\"regionalDisplayName\":\"(US) West US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-122.417\",\"latitude\":\"37.783\",\"physicalLocation\":\"California\",\"pairedRegion\":[{\"name\":\"eastus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiawest\",\"name\":\"jioindiawest\",\"displayName\":\"Jio + India West\",\"regionalDisplayName\":\"(Asia Pacific) Jio India West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"70.05773\",\"latitude\":\"22.470701\",\"physicalLocation\":\"Jamnagar\",\"pairedRegion\":[{\"name\":\"jioindiacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstg\",\"name\":\"southcentralusstg\",\"displayName\":\"South + Central US STG\",\"regionalDisplayName\":\"(US) South Central US STG\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-98.5\",\"latitude\":\"29.4167\",\"physicalLocation\":\"Texas\",\"pairedRegion\":[{\"name\":\"eastusstg\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstg\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westcentralus\",\"name\":\"westcentralus\",\"displayName\":\"West + Central US\",\"regionalDisplayName\":\"(US) West Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-110.234\",\"latitude\":\"40.89\",\"physicalLocation\":\"Wyoming\",\"pairedRegion\":[{\"name\":\"westus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus2\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricawest\",\"name\":\"southafricawest\",\"displayName\":\"South + Africa West\",\"regionalDisplayName\":\"(Africa) South Africa West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Africa\",\"longitude\":\"18.843266\",\"latitude\":\"-34.075691\",\"physicalLocation\":\"Cape + Town\",\"pairedRegion\":[{\"name\":\"southafricanorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricanorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral\",\"name\":\"australiacentral\",\"displayName\":\"Australia + Central\",\"regionalDisplayName\":\"(Asia Pacific) Australia Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"149.1244\",\"latitude\":\"-35.3075\",\"physicalLocation\":\"Canberra\",\"pairedRegion\":[{\"name\":\"australiacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral2\",\"name\":\"australiacentral2\",\"displayName\":\"Australia + Central 2\",\"regionalDisplayName\":\"(Asia Pacific) Australia Central 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"149.1244\",\"latitude\":\"-35.3075\",\"physicalLocation\":\"Canberra\",\"pairedRegion\":[{\"name\":\"australiacentral2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral2\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiasoutheast\",\"name\":\"australiasoutheast\",\"displayName\":\"Australia + Southeast\",\"regionalDisplayName\":\"(Asia Pacific) Australia Southeast\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"144.9631\",\"latitude\":\"-37.8136\",\"physicalLocation\":\"Victoria\",\"pairedRegion\":[{\"name\":\"australiaeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiaeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japanwest\",\"name\":\"japanwest\",\"displayName\":\"Japan + West\",\"regionalDisplayName\":\"(Asia Pacific) Japan West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"135.5022\",\"latitude\":\"34.6939\",\"physicalLocation\":\"Osaka\",\"pairedRegion\":[{\"name\":\"japaneast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japaneast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiacentral\",\"name\":\"jioindiacentral\",\"displayName\":\"Jio + India Central\",\"regionalDisplayName\":\"(Asia Pacific) Jio India Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"79.08886\",\"latitude\":\"21.146633\",\"physicalLocation\":\"Nagpur\",\"pairedRegion\":[{\"name\":\"jioindiawest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiawest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreasouth\",\"name\":\"koreasouth\",\"displayName\":\"Korea + South\",\"regionalDisplayName\":\"(Asia Pacific) Korea South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"129.0756\",\"latitude\":\"35.1796\",\"physicalLocation\":\"Busan\",\"pairedRegion\":[{\"name\":\"koreacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southindia\",\"name\":\"southindia\",\"displayName\":\"South + India\",\"regionalDisplayName\":\"(Asia Pacific) South India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"80.1636\",\"latitude\":\"12.9822\",\"physicalLocation\":\"Chennai\",\"pairedRegion\":[{\"name\":\"centralindia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralindia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westindia\",\"name\":\"westindia\",\"displayName\":\"West + India\",\"regionalDisplayName\":\"(Asia Pacific) West India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"72.868\",\"latitude\":\"19.088\",\"physicalLocation\":\"Mumbai\",\"pairedRegion\":[{\"name\":\"southindia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southindia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadaeast\",\"name\":\"canadaeast\",\"displayName\":\"Canada + East\",\"regionalDisplayName\":\"(Canada) Canada East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Canada\",\"longitude\":\"-71.217\",\"latitude\":\"46.817\",\"physicalLocation\":\"Quebec\",\"pairedRegion\":[{\"name\":\"canadacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francesouth\",\"name\":\"francesouth\",\"displayName\":\"France + South\",\"regionalDisplayName\":\"(Europe) France South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"2.1972\",\"latitude\":\"43.8345\",\"physicalLocation\":\"Marseille\",\"pairedRegion\":[{\"name\":\"francecentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francecentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanynorth\",\"name\":\"germanynorth\",\"displayName\":\"Germany + North\",\"regionalDisplayName\":\"(Europe) Germany North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.806422\",\"latitude\":\"53.073635\",\"physicalLocation\":\"Berlin\",\"pairedRegion\":[{\"name\":\"germanywestcentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanywestcentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwaywest\",\"name\":\"norwaywest\",\"displayName\":\"Norway + West\",\"regionalDisplayName\":\"(Europe) Norway West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"5.733107\",\"latitude\":\"58.969975\",\"physicalLocation\":\"Norway\",\"pairedRegion\":[{\"name\":\"norwayeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwayeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandwest\",\"name\":\"switzerlandwest\",\"displayName\":\"Switzerland + West\",\"regionalDisplayName\":\"(Europe) Switzerland West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"6.143158\",\"latitude\":\"46.204391\",\"physicalLocation\":\"Geneva\",\"pairedRegion\":[{\"name\":\"switzerlandnorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandnorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/ukwest\",\"name\":\"ukwest\",\"displayName\":\"UK + West\",\"regionalDisplayName\":\"(Europe) UK West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"-3.084\",\"latitude\":\"53.427\",\"physicalLocation\":\"Cardiff\",\"pairedRegion\":[{\"name\":\"uksouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uksouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaecentral\",\"name\":\"uaecentral\",\"displayName\":\"UAE + Central\",\"regionalDisplayName\":\"(Middle East) UAE Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Middle + East\",\"longitude\":\"54.366669\",\"latitude\":\"24.466667\",\"physicalLocation\":\"Abu + Dhabi\",\"pairedRegion\":[{\"name\":\"uaenorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaenorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsoutheast\",\"name\":\"brazilsoutheast\",\"displayName\":\"Brazil + Southeast\",\"regionalDisplayName\":\"(South America) Brazil Southeast\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"South + America\",\"longitude\":\"-43.2075\",\"latitude\":\"-22.90278\",\"physicalLocation\":\"Rio\",\"pairedRegion\":[{\"name\":\"brazilsouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsouth\"}]}}]}" + headers: + cache-control: + - no-cache + content-length: + - '31169' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:19:05 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": "eastus", "properties": {"ipPrefixRules": [{"action": "Permit", + "condition": "EqualTo", "networkPrefix": "10.12.14.0/24", "sequenceNumber": + 10, "subnetMaskLength": 24}]}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric ipprefix create + Connection: + - keep-alive + Content-Length: + - '183' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --location --resource-name --ip-prefix-rules + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/nfa-tool-ts-cli-ipprefix061423?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/nfa-tool-ts-cli-ipprefix061423","name":"nfa-tool-ts-cli-ipprefix061423","type":"microsoft.managednetworkfabric/ipprefixes","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:19:10.5116474Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:19:10.5116474Z"},"properties":{"ipPrefixRules":[{"action":"Permit","sequenceNumber":10,"networkPrefix":"10.12.14.0/24","condition":"EqualTo","subnetMaskLength":24}],"provisioningState":"Succeeded","annotation":null}}' + headers: + cache-control: + - no-cache + content-length: + - '746' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:19:12 GMT + etag: + - '"5b0b517e-0000-0100-0000-6489239f0000"' + expires: + - '-1' + mise-correlation-id: + - 2ccc8904-4711-40db-9e4a-e742cacd66e0 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric ipprefix show + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/nfa-tool-ts-cli-ipprefix061423?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/nfa-tool-ts-cli-ipprefix061423","name":"nfa-tool-ts-cli-ipprefix061423","type":"microsoft.managednetworkfabric/ipprefixes","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:19:10.5116474Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:19:10.5116474Z"},"properties":{"ipPrefixRules":[{"action":"Permit","sequenceNumber":10,"networkPrefix":"10.12.14.0/24","condition":"EqualTo","subnetMaskLength":24}],"provisioningState":"Succeeded","annotation":null}}' + headers: + cache-control: + - no-cache + content-length: + - '746' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:19:14 GMT + etag: + - '"5b0b517e-0000-0100-0000-6489239f0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric ipprefix list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/ipPrefixes?api-version=2023-02-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/ipprefixv4internalnetwork1export","name":"ipprefixv4internalnetwork1export","type":"microsoft.managednetworkfabric/ipprefixes","location":"eastus2euap","systemData":{"createdBy":"v-abalka@microsoft.com","createdByType":"User","createdAt":"2023-06-13T17:39:58.7873258Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T17:42:21.0825226Z"},"properties":{"ipPrefixRules":[{"action":"Deny","sequenceNumber":10,"networkPrefix":"10.2.36.0/28","condition":"EqualTo","subnetMaskLength":28},{"action":"Permit","sequenceNumber":12,"networkPrefix":"10.2.38.0/24","condition":"EqualTo","subnetMaskLength":24}],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/ipprefixv4internalnetwork1import","name":"ipprefixv4internalnetwork1import","type":"microsoft.managednetworkfabric/ipprefixes","location":"eastus2euap","systemData":{"createdBy":"v-abalka@microsoft.com","createdByType":"User","createdAt":"2023-06-13T17:43:12.5580655Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T17:53:12.5563511Z"},"properties":{"ipPrefixRules":[{"action":"Deny","sequenceNumber":10,"networkPrefix":"10.2.39.0/24","condition":"EqualTo","subnetMaskLength":24},{"action":"Permit","sequenceNumber":12,"networkPrefix":"10.2.40.0/24","condition":"EqualTo","subnetMaskLength":24}],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/nfa-tool-ts-cli-ipprefix1-061223","name":"nfa-tool-ts-cli-ipprefix1-061223","type":"microsoft.managednetworkfabric/ipprefixes","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-12T07:12:57.3440245Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T07:41:37.0570622Z"},"properties":{"ipPrefixRules":[{"action":"Permit","sequenceNumber":1234,"networkPrefix":"1.1.10.10/20","condition":"EqualTo","subnetMaskLength":25}],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/nfa-tool-ts-cli-ipprefix061423","name":"nfa-tool-ts-cli-ipprefix061423","type":"microsoft.managednetworkfabric/ipprefixes","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:19:10.5116474Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:19:10.5116474Z"},"properties":{"ipPrefixRules":[{"action":"Permit","sequenceNumber":10,"networkPrefix":"10.12.14.0/24","condition":"EqualTo","subnetMaskLength":24}],"provisioningState":"Succeeded","annotation":null}}]}' + headers: + cache-control: + - no-cache + content-length: + - '3198' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:19:16 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: + - 41b58a1f-3212-45e3-aed9-a23ce979ec6a + - 72f58113-2332-45ed-84f9-b4e0879e6eff + - 832b0b9a-0559-42d6-8095-1caa539bf6ea + - 875394df-7998-4873-bad3-78d851607475 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric ipprefix list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/ipPrefixes?api-version=2023-02-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/nfa-tool-ts-cli-ipprefix061423","name":"nfa-tool-ts-cli-ipprefix061423","type":"microsoft.managednetworkfabric/ipprefixes","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:19:10.5116474Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:19:10.5116474Z"},"properties":{"ipPrefixRules":[{"action":"Permit","sequenceNumber":10,"networkPrefix":"10.12.14.0/24","condition":"EqualTo","subnetMaskLength":24}],"provisioningState":"Succeeded","annotation":null}}]}' + headers: + cache-control: + - no-cache + content-length: + - '758' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:19:18 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: + - 3c952dca-b6ef-46d2-b8df-58517f0e3222 + - 53514860-233d-4cc3-a005-669ba81ce409 + - c792a3af-62c6-4d6f-8ee0-13ae6192ddbf + - 5c09c302-4008-43ca-ae23-089e695d0a92 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric ipprefix delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/nfa-tool-ts-cli-ipprefix061423?api-version=2023-02-01-preview + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 14 Jun 2023 02:19:22 GMT + expires: + - '-1' + mise-correlation-id: + - 0a643b65-1dc1-447f-8b9e-80b8ad1a51fc + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 200 + message: OK +version: 1 diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_l2domain_scenario1.yaml b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_l2domain_scenario1.yaml new file mode 100644 index 00000000000..1aa47b475a5 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_l2domain_scenario1.yaml @@ -0,0 +1,1871 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l2domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --vlan-id + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/locations?api-version=2019-11-01 + response: + body: + string: "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus\",\"name\":\"eastus\",\"displayName\":\"East + US\",\"regionalDisplayName\":\"(US) East US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-79.8164\",\"latitude\":\"37.3719\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"westus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2\",\"name\":\"eastus2\",\"displayName\":\"East + US 2\",\"regionalDisplayName\":\"(US) East US 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-78.3889\",\"latitude\":\"36.6681\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"centralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralus\",\"name\":\"southcentralus\",\"displayName\":\"South + Central US\",\"regionalDisplayName\":\"(US) South Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-98.5\",\"latitude\":\"29.4167\",\"physicalLocation\":\"Texas\",\"pairedRegion\":[{\"name\":\"northcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus2\",\"name\":\"westus2\",\"displayName\":\"West + US 2\",\"regionalDisplayName\":\"(US) West US 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-119.852\",\"latitude\":\"47.233\",\"physicalLocation\":\"Washington\",\"pairedRegion\":[{\"name\":\"westcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus3\",\"name\":\"westus3\",\"displayName\":\"West + US 3\",\"regionalDisplayName\":\"(US) West US 3\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-112.074036\",\"latitude\":\"33.448376\",\"physicalLocation\":\"Phoenix\",\"pairedRegion\":[{\"name\":\"eastus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiaeast\",\"name\":\"australiaeast\",\"displayName\":\"Australia + East\",\"regionalDisplayName\":\"(Asia Pacific) Australia East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"151.2094\",\"latitude\":\"-33.86\",\"physicalLocation\":\"New + South Wales\",\"pairedRegion\":[{\"name\":\"australiasoutheast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiasoutheast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southeastasia\",\"name\":\"southeastasia\",\"displayName\":\"Southeast + Asia\",\"regionalDisplayName\":\"(Asia Pacific) Southeast Asia\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"103.833\",\"latitude\":\"1.283\",\"physicalLocation\":\"Singapore\",\"pairedRegion\":[{\"name\":\"eastasia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastasia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northeurope\",\"name\":\"northeurope\",\"displayName\":\"North + Europe\",\"regionalDisplayName\":\"(Europe) North Europe\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"-6.2597\",\"latitude\":\"53.3478\",\"physicalLocation\":\"Ireland\",\"pairedRegion\":[{\"name\":\"westeurope\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westeurope\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/swedencentral\",\"name\":\"swedencentral\",\"displayName\":\"Sweden + Central\",\"regionalDisplayName\":\"(Europe) Sweden Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"17.14127\",\"latitude\":\"60.67488\",\"physicalLocation\":\"G\xE4vle\",\"pairedRegion\":[{\"name\":\"swedensouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/swedensouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uksouth\",\"name\":\"uksouth\",\"displayName\":\"UK + South\",\"regionalDisplayName\":\"(Europe) UK South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"-0.799\",\"latitude\":\"50.941\",\"physicalLocation\":\"London\",\"pairedRegion\":[{\"name\":\"ukwest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/ukwest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westeurope\",\"name\":\"westeurope\",\"displayName\":\"West + Europe\",\"regionalDisplayName\":\"(Europe) West Europe\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"4.9\",\"latitude\":\"52.3667\",\"physicalLocation\":\"Netherlands\",\"pairedRegion\":[{\"name\":\"northeurope\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northeurope\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralus\",\"name\":\"centralus\",\"displayName\":\"Central + US\",\"regionalDisplayName\":\"(US) Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-93.6208\",\"latitude\":\"41.5908\",\"physicalLocation\":\"Iowa\",\"pairedRegion\":[{\"name\":\"eastus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricanorth\",\"name\":\"southafricanorth\",\"displayName\":\"South + Africa North\",\"regionalDisplayName\":\"(Africa) South Africa North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Africa\",\"longitude\":\"28.21837\",\"latitude\":\"-25.73134\",\"physicalLocation\":\"Johannesburg\",\"pairedRegion\":[{\"name\":\"southafricawest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricawest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralindia\",\"name\":\"centralindia\",\"displayName\":\"Central + India\",\"regionalDisplayName\":\"(Asia Pacific) Central India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"73.9197\",\"latitude\":\"18.5822\",\"physicalLocation\":\"Pune\",\"pairedRegion\":[{\"name\":\"southindia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southindia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastasia\",\"name\":\"eastasia\",\"displayName\":\"East + Asia\",\"regionalDisplayName\":\"(Asia Pacific) East Asia\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"114.188\",\"latitude\":\"22.267\",\"physicalLocation\":\"Hong + Kong\",\"pairedRegion\":[{\"name\":\"southeastasia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southeastasia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japaneast\",\"name\":\"japaneast\",\"displayName\":\"Japan + East\",\"regionalDisplayName\":\"(Asia Pacific) Japan East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"139.77\",\"latitude\":\"35.68\",\"physicalLocation\":\"Tokyo, + Saitama\",\"pairedRegion\":[{\"name\":\"japanwest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japanwest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreacentral\",\"name\":\"koreacentral\",\"displayName\":\"Korea + Central\",\"regionalDisplayName\":\"(Asia Pacific) Korea Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"126.978\",\"latitude\":\"37.5665\",\"physicalLocation\":\"Seoul\",\"pairedRegion\":[{\"name\":\"koreasouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreasouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadacentral\",\"name\":\"canadacentral\",\"displayName\":\"Canada + Central\",\"regionalDisplayName\":\"(Canada) Canada Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Canada\",\"longitude\":\"-79.383\",\"latitude\":\"43.653\",\"physicalLocation\":\"Toronto\",\"pairedRegion\":[{\"name\":\"canadaeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadaeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francecentral\",\"name\":\"francecentral\",\"displayName\":\"France + Central\",\"regionalDisplayName\":\"(Europe) France Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"2.373\",\"latitude\":\"46.3772\",\"physicalLocation\":\"Paris\",\"pairedRegion\":[{\"name\":\"francesouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francesouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanywestcentral\",\"name\":\"germanywestcentral\",\"displayName\":\"Germany + West Central\",\"regionalDisplayName\":\"(Europe) Germany West Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.682127\",\"latitude\":\"50.110924\",\"physicalLocation\":\"Frankfurt\",\"pairedRegion\":[{\"name\":\"germanynorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanynorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwayeast\",\"name\":\"norwayeast\",\"displayName\":\"Norway + East\",\"regionalDisplayName\":\"(Europe) Norway East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"10.752245\",\"latitude\":\"59.913868\",\"physicalLocation\":\"Norway\",\"pairedRegion\":[{\"name\":\"norwaywest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwaywest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/polandcentral\",\"name\":\"polandcentral\",\"displayName\":\"Poland + Central\",\"regionalDisplayName\":\"(Europe) Poland Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"21.01666\",\"latitude\":\"52.23334\",\"physicalLocation\":\"Warsaw\",\"pairedRegion\":[]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandnorth\",\"name\":\"switzerlandnorth\",\"displayName\":\"Switzerland + North\",\"regionalDisplayName\":\"(Europe) Switzerland North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.564572\",\"latitude\":\"47.451542\",\"physicalLocation\":\"Zurich\",\"pairedRegion\":[{\"name\":\"switzerlandwest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandwest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaenorth\",\"name\":\"uaenorth\",\"displayName\":\"UAE + North\",\"regionalDisplayName\":\"(Middle East) UAE North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Middle + East\",\"longitude\":\"55.316666\",\"latitude\":\"25.266666\",\"physicalLocation\":\"Dubai\",\"pairedRegion\":[{\"name\":\"uaecentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaecentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsouth\",\"name\":\"brazilsouth\",\"displayName\":\"Brazil + South\",\"regionalDisplayName\":\"(South America) Brazil South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"South + America\",\"longitude\":\"-46.633\",\"latitude\":\"-23.55\",\"physicalLocation\":\"Sao + Paulo State\",\"pairedRegion\":[{\"name\":\"southcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centraluseuap\",\"name\":\"centraluseuap\",\"displayName\":\"Central + US EUAP\",\"regionalDisplayName\":\"(US) Central US EUAP\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-93.6208\",\"latitude\":\"41.5908\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"eastus2euap\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2euap\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2euap\",\"name\":\"eastus2euap\",\"displayName\":\"East + US 2 EUAP\",\"regionalDisplayName\":\"(US) East US 2 EUAP\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-78.3889\",\"latitude\":\"36.6681\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"centraluseuap\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centraluseuap\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/qatarcentral\",\"name\":\"qatarcentral\",\"displayName\":\"Qatar + Central\",\"regionalDisplayName\":\"(Middle East) Qatar Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Middle + East\",\"longitude\":\"51.439327\",\"latitude\":\"25.551462\",\"physicalLocation\":\"Doha\",\"pairedRegion\":[]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralusstage\",\"name\":\"centralusstage\",\"displayName\":\"Central + US (Stage)\",\"regionalDisplayName\":\"(US) Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstage\",\"name\":\"eastusstage\",\"displayName\":\"East + US (Stage)\",\"regionalDisplayName\":\"(US) East US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2stage\",\"name\":\"eastus2stage\",\"displayName\":\"East + US 2 (Stage)\",\"regionalDisplayName\":\"(US) East US 2 (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralusstage\",\"name\":\"northcentralusstage\",\"displayName\":\"North + Central US (Stage)\",\"regionalDisplayName\":\"(US) North Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstage\",\"name\":\"southcentralusstage\",\"displayName\":\"South + Central US (Stage)\",\"regionalDisplayName\":\"(US) South Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westusstage\",\"name\":\"westusstage\",\"displayName\":\"West + US (Stage)\",\"regionalDisplayName\":\"(US) West US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus2stage\",\"name\":\"westus2stage\",\"displayName\":\"West + US 2 (Stage)\",\"regionalDisplayName\":\"(US) West US 2 (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/asia\",\"name\":\"asia\",\"displayName\":\"Asia\",\"regionalDisplayName\":\"Asia\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/asiapacific\",\"name\":\"asiapacific\",\"displayName\":\"Asia + Pacific\",\"regionalDisplayName\":\"Asia Pacific\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australia\",\"name\":\"australia\",\"displayName\":\"Australia\",\"regionalDisplayName\":\"Australia\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazil\",\"name\":\"brazil\",\"displayName\":\"Brazil\",\"regionalDisplayName\":\"Brazil\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canada\",\"name\":\"canada\",\"displayName\":\"Canada\",\"regionalDisplayName\":\"Canada\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/europe\",\"name\":\"europe\",\"displayName\":\"Europe\",\"regionalDisplayName\":\"Europe\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/france\",\"name\":\"france\",\"displayName\":\"France\",\"regionalDisplayName\":\"France\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germany\",\"name\":\"germany\",\"displayName\":\"Germany\",\"regionalDisplayName\":\"Germany\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/global\",\"name\":\"global\",\"displayName\":\"Global\",\"regionalDisplayName\":\"Global\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/india\",\"name\":\"india\",\"displayName\":\"India\",\"regionalDisplayName\":\"India\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japan\",\"name\":\"japan\",\"displayName\":\"Japan\",\"regionalDisplayName\":\"Japan\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/korea\",\"name\":\"korea\",\"displayName\":\"Korea\",\"regionalDisplayName\":\"Korea\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norway\",\"name\":\"norway\",\"displayName\":\"Norway\",\"regionalDisplayName\":\"Norway\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/singapore\",\"name\":\"singapore\",\"displayName\":\"Singapore\",\"regionalDisplayName\":\"Singapore\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafrica\",\"name\":\"southafrica\",\"displayName\":\"South + Africa\",\"regionalDisplayName\":\"South Africa\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerland\",\"name\":\"switzerland\",\"displayName\":\"Switzerland\",\"regionalDisplayName\":\"Switzerland\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uae\",\"name\":\"uae\",\"displayName\":\"United + Arab Emirates\",\"regionalDisplayName\":\"United Arab Emirates\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uk\",\"name\":\"uk\",\"displayName\":\"United + Kingdom\",\"regionalDisplayName\":\"United Kingdom\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/unitedstates\",\"name\":\"unitedstates\",\"displayName\":\"United + States\",\"regionalDisplayName\":\"United States\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/unitedstateseuap\",\"name\":\"unitedstateseuap\",\"displayName\":\"United + States EUAP\",\"regionalDisplayName\":\"United States EUAP\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastasiastage\",\"name\":\"eastasiastage\",\"displayName\":\"East + Asia (Stage)\",\"regionalDisplayName\":\"(Asia Pacific) East Asia (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southeastasiastage\",\"name\":\"southeastasiastage\",\"displayName\":\"Southeast + Asia (Stage)\",\"regionalDisplayName\":\"(Asia Pacific) Southeast Asia (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilus\",\"name\":\"brazilus\",\"displayName\":\"Brazil + US\",\"regionalDisplayName\":\"(South America) Brazil US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"South + America\",\"longitude\":\"0\",\"latitude\":\"0\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"brazilsoutheast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsoutheast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstg\",\"name\":\"eastusstg\",\"displayName\":\"East + US STG\",\"regionalDisplayName\":\"(US) East US STG\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-79.8164\",\"latitude\":\"37.3719\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"southcentralusstg\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstg\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralus\",\"name\":\"northcentralus\",\"displayName\":\"North + Central US\",\"regionalDisplayName\":\"(US) North Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-87.6278\",\"latitude\":\"41.8819\",\"physicalLocation\":\"Illinois\",\"pairedRegion\":[{\"name\":\"southcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus\",\"name\":\"westus\",\"displayName\":\"West + US\",\"regionalDisplayName\":\"(US) West US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-122.417\",\"latitude\":\"37.783\",\"physicalLocation\":\"California\",\"pairedRegion\":[{\"name\":\"eastus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiawest\",\"name\":\"jioindiawest\",\"displayName\":\"Jio + India West\",\"regionalDisplayName\":\"(Asia Pacific) Jio India West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"70.05773\",\"latitude\":\"22.470701\",\"physicalLocation\":\"Jamnagar\",\"pairedRegion\":[{\"name\":\"jioindiacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstg\",\"name\":\"southcentralusstg\",\"displayName\":\"South + Central US STG\",\"regionalDisplayName\":\"(US) South Central US STG\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-98.5\",\"latitude\":\"29.4167\",\"physicalLocation\":\"Texas\",\"pairedRegion\":[{\"name\":\"eastusstg\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstg\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westcentralus\",\"name\":\"westcentralus\",\"displayName\":\"West + Central US\",\"regionalDisplayName\":\"(US) West Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-110.234\",\"latitude\":\"40.89\",\"physicalLocation\":\"Wyoming\",\"pairedRegion\":[{\"name\":\"westus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus2\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricawest\",\"name\":\"southafricawest\",\"displayName\":\"South + Africa West\",\"regionalDisplayName\":\"(Africa) South Africa West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Africa\",\"longitude\":\"18.843266\",\"latitude\":\"-34.075691\",\"physicalLocation\":\"Cape + Town\",\"pairedRegion\":[{\"name\":\"southafricanorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricanorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral\",\"name\":\"australiacentral\",\"displayName\":\"Australia + Central\",\"regionalDisplayName\":\"(Asia Pacific) Australia Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"149.1244\",\"latitude\":\"-35.3075\",\"physicalLocation\":\"Canberra\",\"pairedRegion\":[{\"name\":\"australiacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral2\",\"name\":\"australiacentral2\",\"displayName\":\"Australia + Central 2\",\"regionalDisplayName\":\"(Asia Pacific) Australia Central 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"149.1244\",\"latitude\":\"-35.3075\",\"physicalLocation\":\"Canberra\",\"pairedRegion\":[{\"name\":\"australiacentral2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral2\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiasoutheast\",\"name\":\"australiasoutheast\",\"displayName\":\"Australia + Southeast\",\"regionalDisplayName\":\"(Asia Pacific) Australia Southeast\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"144.9631\",\"latitude\":\"-37.8136\",\"physicalLocation\":\"Victoria\",\"pairedRegion\":[{\"name\":\"australiaeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiaeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japanwest\",\"name\":\"japanwest\",\"displayName\":\"Japan + West\",\"regionalDisplayName\":\"(Asia Pacific) Japan West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"135.5022\",\"latitude\":\"34.6939\",\"physicalLocation\":\"Osaka\",\"pairedRegion\":[{\"name\":\"japaneast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japaneast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiacentral\",\"name\":\"jioindiacentral\",\"displayName\":\"Jio + India Central\",\"regionalDisplayName\":\"(Asia Pacific) Jio India Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"79.08886\",\"latitude\":\"21.146633\",\"physicalLocation\":\"Nagpur\",\"pairedRegion\":[{\"name\":\"jioindiawest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiawest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreasouth\",\"name\":\"koreasouth\",\"displayName\":\"Korea + South\",\"regionalDisplayName\":\"(Asia Pacific) Korea South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"129.0756\",\"latitude\":\"35.1796\",\"physicalLocation\":\"Busan\",\"pairedRegion\":[{\"name\":\"koreacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southindia\",\"name\":\"southindia\",\"displayName\":\"South + India\",\"regionalDisplayName\":\"(Asia Pacific) South India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"80.1636\",\"latitude\":\"12.9822\",\"physicalLocation\":\"Chennai\",\"pairedRegion\":[{\"name\":\"centralindia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralindia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westindia\",\"name\":\"westindia\",\"displayName\":\"West + India\",\"regionalDisplayName\":\"(Asia Pacific) West India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"72.868\",\"latitude\":\"19.088\",\"physicalLocation\":\"Mumbai\",\"pairedRegion\":[{\"name\":\"southindia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southindia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadaeast\",\"name\":\"canadaeast\",\"displayName\":\"Canada + East\",\"regionalDisplayName\":\"(Canada) Canada East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Canada\",\"longitude\":\"-71.217\",\"latitude\":\"46.817\",\"physicalLocation\":\"Quebec\",\"pairedRegion\":[{\"name\":\"canadacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francesouth\",\"name\":\"francesouth\",\"displayName\":\"France + South\",\"regionalDisplayName\":\"(Europe) France South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"2.1972\",\"latitude\":\"43.8345\",\"physicalLocation\":\"Marseille\",\"pairedRegion\":[{\"name\":\"francecentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francecentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanynorth\",\"name\":\"germanynorth\",\"displayName\":\"Germany + North\",\"regionalDisplayName\":\"(Europe) Germany North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.806422\",\"latitude\":\"53.073635\",\"physicalLocation\":\"Berlin\",\"pairedRegion\":[{\"name\":\"germanywestcentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanywestcentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwaywest\",\"name\":\"norwaywest\",\"displayName\":\"Norway + West\",\"regionalDisplayName\":\"(Europe) Norway West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"5.733107\",\"latitude\":\"58.969975\",\"physicalLocation\":\"Norway\",\"pairedRegion\":[{\"name\":\"norwayeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwayeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandwest\",\"name\":\"switzerlandwest\",\"displayName\":\"Switzerland + West\",\"regionalDisplayName\":\"(Europe) Switzerland West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"6.143158\",\"latitude\":\"46.204391\",\"physicalLocation\":\"Geneva\",\"pairedRegion\":[{\"name\":\"switzerlandnorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandnorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/ukwest\",\"name\":\"ukwest\",\"displayName\":\"UK + West\",\"regionalDisplayName\":\"(Europe) UK West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"-3.084\",\"latitude\":\"53.427\",\"physicalLocation\":\"Cardiff\",\"pairedRegion\":[{\"name\":\"uksouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uksouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaecentral\",\"name\":\"uaecentral\",\"displayName\":\"UAE + Central\",\"regionalDisplayName\":\"(Middle East) UAE Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Middle + East\",\"longitude\":\"54.366669\",\"latitude\":\"24.466667\",\"physicalLocation\":\"Abu + Dhabi\",\"pairedRegion\":[{\"name\":\"uaenorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaenorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsoutheast\",\"name\":\"brazilsoutheast\",\"displayName\":\"Brazil + Southeast\",\"regionalDisplayName\":\"(South America) Brazil Southeast\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"South + America\",\"longitude\":\"-43.2075\",\"latitude\":\"-22.90278\",\"physicalLocation\":\"Rio\",\"pairedRegion\":[{\"name\":\"brazilsouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsouth\"}]}}]}" + headers: + cache-control: + - no-cache + content-length: + - '31169' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:29:01 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": "eastus", "properties": {"networkFabricId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-nf060523", + "vlanId": 524}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l2domain create + Connection: + - keep-alive + Content-Length: + - '253' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --resource-name --location --nf-id --vlan-id + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","name":"nfa-tool-ts-cli-l2domain1-061423","type":"microsoft.managednetworkfabric/l2isolationdomains","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:29:06.0954467Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:29:06.0954467Z"},"properties":{"provisioningState":"Accepted","vlanId":524,"mtu":1500,"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-nf060523","administrativeState":"Disabled"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/9d4e52ab-548a-4f48-995b-285e302a639e*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + cache-control: + - no-cache + content-length: + - '868' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:29:08 GMT + etag: + - '"b20ea4f4-0000-0100-0000-648925f30000"' + expires: + - '-1' + mise-correlation-id: + - 63f1e2ef-c864-4da6-a5be-4fce0b0ad6e3 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l2domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --vlan-id + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/9d4e52ab-548a-4f48-995b-285e302a639e*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/9d4e52ab-548a-4f48-995b-285e302a639e*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"9d4e52ab-548a-4f48-995b-285e302a639e*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Accepted","startTime":"2023-06-14T02:29:07.1830312Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:29:08 GMT + etag: + - '"98038b3d-0000-0100-0000-648925f30000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l2domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --vlan-id + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/9d4e52ab-548a-4f48-995b-285e302a639e*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/9d4e52ab-548a-4f48-995b-285e302a639e*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"9d4e52ab-548a-4f48-995b-285e302a639e*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Accepted","startTime":"2023-06-14T02:29:07.1830312Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:29:38 GMT + etag: + - '"98038b3d-0000-0100-0000-648925f30000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l2domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --vlan-id + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/9d4e52ab-548a-4f48-995b-285e302a639e*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/9d4e52ab-548a-4f48-995b-285e302a639e*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"9d4e52ab-548a-4f48-995b-285e302a639e*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Accepted","startTime":"2023-06-14T02:29:07.1830312Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:30:09 GMT + etag: + - '"98038b3d-0000-0100-0000-648925f30000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l2domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --vlan-id + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/9d4e52ab-548a-4f48-995b-285e302a639e*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/9d4e52ab-548a-4f48-995b-285e302a639e*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"9d4e52ab-548a-4f48-995b-285e302a639e*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Succeeded","startTime":"2023-06-14T02:29:07.1830312Z","endTime":"2023-06-14T02:30:23.3302462Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '681' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:30:39 GMT + etag: + - '"9803b741-0000-0100-0000-6489263f0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l2domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --vlan-id + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","name":"nfa-tool-ts-cli-l2domain1-061423","type":"microsoft.managednetworkfabric/l2isolationdomains","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:29:06.0954467Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T02:30:23.5917732Z"},"properties":{"provisioningState":"Succeeded","vlanId":524,"mtu":1500,"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-nf060523","administrativeState":"Disabled"}}' + headers: + cache-control: + - no-cache + content-length: + - '886' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:30:41 GMT + etag: + - '"b20ed4fb-0000-0100-0000-6489263f0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l2domain show + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","name":"nfa-tool-ts-cli-l2domain1-061423","type":"microsoft.managednetworkfabric/l2isolationdomains","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:29:06.0954467Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T02:30:23.5917732Z"},"properties":{"provisioningState":"Succeeded","vlanId":524,"mtu":1500,"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-nf060523","administrativeState":"Disabled"}}' + headers: + cache-control: + - no-cache + content-length: + - '886' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:30:42 GMT + etag: + - '"b20ed4fb-0000-0100-0000-6489263f0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l2domain list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains?api-version=2023-02-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/l2isd0613","name":"l2isd0613","type":"microsoft.managednetworkfabric/l2isolationdomains","location":"eastus2euap","systemData":{"createdBy":"v-abalka@microsoft.com","createdByType":"User","createdAt":"2023-06-13T16:45:48.9685191Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T16:48:21.339616Z"},"properties":{"provisioningState":"Succeeded","vlanId":900,"mtu":1500,"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nffab1061323","administrativeState":"Enabled"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","name":"nfa-tool-ts-cli-l2domain1-061423","type":"microsoft.managednetworkfabric/l2isolationdomains","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:29:06.0954467Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T02:30:23.5917732Z"},"properties":{"provisioningState":"Succeeded","vlanId":524,"mtu":1500,"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-nf060523","administrativeState":"Disabled"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1692' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:30:44 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: + - 18b56fad-930c-4d2f-9277-6fccc55c0ae9 + - ce46a6c0-e3d9-4fff-8782-7bb38171c607 + - de5f21f9-41f5-4fb8-a67f-b2bd4baa7b2a + - 059d9763-300f-4048-85fd-8f3d159883ec + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l2domain list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains?api-version=2023-02-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","name":"nfa-tool-ts-cli-l2domain1-061423","type":"microsoft.managednetworkfabric/l2isolationdomains","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:29:06.0954467Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T02:30:23.5917732Z"},"properties":{"provisioningState":"Succeeded","vlanId":524,"mtu":1500,"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-nf060523","administrativeState":"Disabled"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '898' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:30:45 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: + - d8dad407-a273-40a7-a8bb-d0c47fe9a38c + - 02caf1b6-f831-45f7-890b-1ed414981b0c + - 0d083550-ff4d-4f0b-8072-6062a8370e5b + - 89f68b32-971c-4f8d-92fc-38e6761e57b7 + status: + code: 200 + message: OK +- request: + body: '{"state": "Enable"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l2domain update-admin-state + Connection: + - keep-alive + Content-Length: + - '19' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --resource-name --state --no-wait + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423/updateAdministrativeState?api-version=2023-02-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/321a80e6-a740-49a6-b032-58e2d7ee56e9*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:30:48 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/321a80e6-a740-49a6-b032-58e2d7ee56e9*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + mise-correlation-id: + - 71fc1c06-f74f-4cd3-8bb9-0b94ed948315 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: '{"state": "Disable"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l2domain update-admin-state + Connection: + - keep-alive + Content-Length: + - '20' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --resource-name --state --no-wait + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423/updateAdministrativeState?api-version=2023-02-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/93ef4aa4-d305-4935-a7f3-22a7221e81d9*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:30:49 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/93ef4aa4-d305-4935-a7f3-22a7221e81d9*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + mise-correlation-id: + - df14b4d7-5665-4f5e-a6ef-3ba391444ce5 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l2domain delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423?api-version=2023-02-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:30:50 GMT + etag: + - '"b20ee2fd-0000-0100-0000-6489265a0000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + mise-correlation-id: + - 556e9926-a04c-4d43-86ae-883331f0d276 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14998' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l2domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Deleting","startTime":"2023-06-14T02:30:50.6584821Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:30:51 GMT + etag: + - '"98034f42-0000-0100-0000-6489265a0000"' + expires: + - '-1' + 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: + - networkfabric l2domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Deleting","startTime":"2023-06-14T02:30:50.6584821Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:31:23 GMT + etag: + - '"98034f42-0000-0100-0000-6489265a0000"' + expires: + - '-1' + 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: + - networkfabric l2domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Deleting","startTime":"2023-06-14T02:30:50.6584821Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:31:53 GMT + etag: + - '"98034f42-0000-0100-0000-6489265a0000"' + expires: + - '-1' + 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: + - networkfabric l2domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Deleting","startTime":"2023-06-14T02:30:50.6584821Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:32:24 GMT + etag: + - '"98034f42-0000-0100-0000-6489265a0000"' + expires: + - '-1' + 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: + - networkfabric l2domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Deleting","startTime":"2023-06-14T02:30:50.6584821Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:32:55 GMT + etag: + - '"98034f42-0000-0100-0000-6489265a0000"' + expires: + - '-1' + 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: + - networkfabric l2domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Deleting","startTime":"2023-06-14T02:30:50.6584821Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:33:27 GMT + etag: + - '"98034f42-0000-0100-0000-6489265a0000"' + expires: + - '-1' + 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: + - networkfabric l2domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Deleting","startTime":"2023-06-14T02:30:50.6584821Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:33:57 GMT + etag: + - '"98034f42-0000-0100-0000-6489265a0000"' + expires: + - '-1' + 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: + - networkfabric l2domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Deleting","startTime":"2023-06-14T02:30:50.6584821Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:34:29 GMT + etag: + - '"98034f42-0000-0100-0000-6489265a0000"' + expires: + - '-1' + 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: + - networkfabric l2domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Deleting","startTime":"2023-06-14T02:30:50.6584821Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:34:59 GMT + etag: + - '"98034f42-0000-0100-0000-6489265a0000"' + expires: + - '-1' + 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: + - networkfabric l2domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Deleting","startTime":"2023-06-14T02:30:50.6584821Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:35:31 GMT + etag: + - '"98034f42-0000-0100-0000-6489265a0000"' + expires: + - '-1' + 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: + - networkfabric l2domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Deleting","startTime":"2023-06-14T02:30:50.6584821Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:36:01 GMT + etag: + - '"98034f42-0000-0100-0000-6489265a0000"' + expires: + - '-1' + 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: + - networkfabric l2domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Deleting","startTime":"2023-06-14T02:30:50.6584821Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:36:32 GMT + etag: + - '"98034f42-0000-0100-0000-6489265a0000"' + expires: + - '-1' + 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: + - networkfabric l2domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Deleting","startTime":"2023-06-14T02:30:50.6584821Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:37:04 GMT + etag: + - '"98034f42-0000-0100-0000-6489265a0000"' + expires: + - '-1' + 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: + - networkfabric l2domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Deleting","startTime":"2023-06-14T02:30:50.6584821Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:37:34 GMT + etag: + - '"98034f42-0000-0100-0000-6489265a0000"' + expires: + - '-1' + 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: + - networkfabric l2domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Deleting","startTime":"2023-06-14T02:30:50.6584821Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:38:06 GMT + etag: + - '"98034f42-0000-0100-0000-6489265a0000"' + expires: + - '-1' + 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: + - networkfabric l2domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Deleting","startTime":"2023-06-14T02:30:50.6584821Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:38:37 GMT + etag: + - '"98034f42-0000-0100-0000-6489265a0000"' + expires: + - '-1' + 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: + - networkfabric l2domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Deleting","startTime":"2023-06-14T02:30:50.6584821Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:39:08 GMT + etag: + - '"98034f42-0000-0100-0000-6489265a0000"' + expires: + - '-1' + 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: + - networkfabric l2domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Deleting","startTime":"2023-06-14T02:30:50.6584821Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:39:38 GMT + etag: + - '"98034f42-0000-0100-0000-6489265a0000"' + expires: + - '-1' + 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: + - networkfabric l2domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Deleting","startTime":"2023-06-14T02:30:50.6584821Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:40:10 GMT + etag: + - '"98034f42-0000-0100-0000-6489265a0000"' + expires: + - '-1' + 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: + - networkfabric l2domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Deleting","startTime":"2023-06-14T02:30:50.6584821Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:40:41 GMT + etag: + - '"98034f42-0000-0100-0000-6489265a0000"' + expires: + - '-1' + 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: + - networkfabric l2domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Deleting","startTime":"2023-06-14T02:30:50.6584821Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:41:12 GMT + etag: + - '"98034f42-0000-0100-0000-6489265a0000"' + expires: + - '-1' + 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: + - networkfabric l2domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Deleting","startTime":"2023-06-14T02:30:50.6584821Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:41:43 GMT + etag: + - '"98034f42-0000-0100-0000-6489265a0000"' + expires: + - '-1' + 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: + - networkfabric l2domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Deleting","startTime":"2023-06-14T02:30:50.6584821Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:42:14 GMT + etag: + - '"98034f42-0000-0100-0000-6489265a0000"' + expires: + - '-1' + 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: + - networkfabric l2domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Deleting","startTime":"2023-06-14T02:30:50.6584821Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:42:45 GMT + etag: + - '"98034f42-0000-0100-0000-6489265a0000"' + expires: + - '-1' + 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: + - networkfabric l2domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Deleting","startTime":"2023-06-14T02:30:50.6584821Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:43:16 GMT + etag: + - '"98034f42-0000-0100-0000-6489265a0000"' + expires: + - '-1' + 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: + - networkfabric l2domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Succeeded","startTime":"2023-06-14T02:30:50.6584821Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '640' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:43:47 GMT + etag: + - '"140098df-0000-4d00-0000-648929620000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l2domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","name":"e8c18c1f-2371-44ba-bbd6-7117a237a638*7BD55571C1569E037DB50487975B48A6800423FE90E7DF81F509EA414FA94456","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/nfa-tool-ts-cli-l2domain1-061423","status":"Succeeded","startTime":"2023-06-14T02:30:50.6584821Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '640' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:43:47 GMT + etag: + - '"140098df-0000-4d00-0000-648929620000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_l3domain_scenario1.yaml b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_l3domain_scenario1.yaml new file mode 100644 index 00000000000..fe7e813a0e4 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_l3domain_scenario1.yaml @@ -0,0 +1,1752 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --redistribute-connected-subnets + --redistribute-static-routes --aggregate-route-configuration --connected-subnet-route-policy + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/locations?api-version=2019-11-01 + response: + body: + string: "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus\",\"name\":\"eastus\",\"displayName\":\"East + US\",\"regionalDisplayName\":\"(US) East US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-79.8164\",\"latitude\":\"37.3719\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"westus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2\",\"name\":\"eastus2\",\"displayName\":\"East + US 2\",\"regionalDisplayName\":\"(US) East US 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-78.3889\",\"latitude\":\"36.6681\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"centralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralus\",\"name\":\"southcentralus\",\"displayName\":\"South + Central US\",\"regionalDisplayName\":\"(US) South Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-98.5\",\"latitude\":\"29.4167\",\"physicalLocation\":\"Texas\",\"pairedRegion\":[{\"name\":\"northcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus2\",\"name\":\"westus2\",\"displayName\":\"West + US 2\",\"regionalDisplayName\":\"(US) West US 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-119.852\",\"latitude\":\"47.233\",\"physicalLocation\":\"Washington\",\"pairedRegion\":[{\"name\":\"westcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus3\",\"name\":\"westus3\",\"displayName\":\"West + US 3\",\"regionalDisplayName\":\"(US) West US 3\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-112.074036\",\"latitude\":\"33.448376\",\"physicalLocation\":\"Phoenix\",\"pairedRegion\":[{\"name\":\"eastus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiaeast\",\"name\":\"australiaeast\",\"displayName\":\"Australia + East\",\"regionalDisplayName\":\"(Asia Pacific) Australia East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"151.2094\",\"latitude\":\"-33.86\",\"physicalLocation\":\"New + South Wales\",\"pairedRegion\":[{\"name\":\"australiasoutheast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiasoutheast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southeastasia\",\"name\":\"southeastasia\",\"displayName\":\"Southeast + Asia\",\"regionalDisplayName\":\"(Asia Pacific) Southeast Asia\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"103.833\",\"latitude\":\"1.283\",\"physicalLocation\":\"Singapore\",\"pairedRegion\":[{\"name\":\"eastasia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastasia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northeurope\",\"name\":\"northeurope\",\"displayName\":\"North + Europe\",\"regionalDisplayName\":\"(Europe) North Europe\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"-6.2597\",\"latitude\":\"53.3478\",\"physicalLocation\":\"Ireland\",\"pairedRegion\":[{\"name\":\"westeurope\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westeurope\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/swedencentral\",\"name\":\"swedencentral\",\"displayName\":\"Sweden + Central\",\"regionalDisplayName\":\"(Europe) Sweden Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"17.14127\",\"latitude\":\"60.67488\",\"physicalLocation\":\"G\xE4vle\",\"pairedRegion\":[{\"name\":\"swedensouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/swedensouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uksouth\",\"name\":\"uksouth\",\"displayName\":\"UK + South\",\"regionalDisplayName\":\"(Europe) UK South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"-0.799\",\"latitude\":\"50.941\",\"physicalLocation\":\"London\",\"pairedRegion\":[{\"name\":\"ukwest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/ukwest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westeurope\",\"name\":\"westeurope\",\"displayName\":\"West + Europe\",\"regionalDisplayName\":\"(Europe) West Europe\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"4.9\",\"latitude\":\"52.3667\",\"physicalLocation\":\"Netherlands\",\"pairedRegion\":[{\"name\":\"northeurope\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northeurope\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralus\",\"name\":\"centralus\",\"displayName\":\"Central + US\",\"regionalDisplayName\":\"(US) Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-93.6208\",\"latitude\":\"41.5908\",\"physicalLocation\":\"Iowa\",\"pairedRegion\":[{\"name\":\"eastus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricanorth\",\"name\":\"southafricanorth\",\"displayName\":\"South + Africa North\",\"regionalDisplayName\":\"(Africa) South Africa North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Africa\",\"longitude\":\"28.21837\",\"latitude\":\"-25.73134\",\"physicalLocation\":\"Johannesburg\",\"pairedRegion\":[{\"name\":\"southafricawest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricawest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralindia\",\"name\":\"centralindia\",\"displayName\":\"Central + India\",\"regionalDisplayName\":\"(Asia Pacific) Central India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"73.9197\",\"latitude\":\"18.5822\",\"physicalLocation\":\"Pune\",\"pairedRegion\":[{\"name\":\"southindia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southindia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastasia\",\"name\":\"eastasia\",\"displayName\":\"East + Asia\",\"regionalDisplayName\":\"(Asia Pacific) East Asia\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"114.188\",\"latitude\":\"22.267\",\"physicalLocation\":\"Hong + Kong\",\"pairedRegion\":[{\"name\":\"southeastasia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southeastasia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japaneast\",\"name\":\"japaneast\",\"displayName\":\"Japan + East\",\"regionalDisplayName\":\"(Asia Pacific) Japan East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"139.77\",\"latitude\":\"35.68\",\"physicalLocation\":\"Tokyo, + Saitama\",\"pairedRegion\":[{\"name\":\"japanwest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japanwest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreacentral\",\"name\":\"koreacentral\",\"displayName\":\"Korea + Central\",\"regionalDisplayName\":\"(Asia Pacific) Korea Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"126.978\",\"latitude\":\"37.5665\",\"physicalLocation\":\"Seoul\",\"pairedRegion\":[{\"name\":\"koreasouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreasouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadacentral\",\"name\":\"canadacentral\",\"displayName\":\"Canada + Central\",\"regionalDisplayName\":\"(Canada) Canada Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Canada\",\"longitude\":\"-79.383\",\"latitude\":\"43.653\",\"physicalLocation\":\"Toronto\",\"pairedRegion\":[{\"name\":\"canadaeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadaeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francecentral\",\"name\":\"francecentral\",\"displayName\":\"France + Central\",\"regionalDisplayName\":\"(Europe) France Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"2.373\",\"latitude\":\"46.3772\",\"physicalLocation\":\"Paris\",\"pairedRegion\":[{\"name\":\"francesouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francesouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanywestcentral\",\"name\":\"germanywestcentral\",\"displayName\":\"Germany + West Central\",\"regionalDisplayName\":\"(Europe) Germany West Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.682127\",\"latitude\":\"50.110924\",\"physicalLocation\":\"Frankfurt\",\"pairedRegion\":[{\"name\":\"germanynorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanynorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwayeast\",\"name\":\"norwayeast\",\"displayName\":\"Norway + East\",\"regionalDisplayName\":\"(Europe) Norway East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"10.752245\",\"latitude\":\"59.913868\",\"physicalLocation\":\"Norway\",\"pairedRegion\":[{\"name\":\"norwaywest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwaywest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/polandcentral\",\"name\":\"polandcentral\",\"displayName\":\"Poland + Central\",\"regionalDisplayName\":\"(Europe) Poland Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"21.01666\",\"latitude\":\"52.23334\",\"physicalLocation\":\"Warsaw\",\"pairedRegion\":[]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandnorth\",\"name\":\"switzerlandnorth\",\"displayName\":\"Switzerland + North\",\"regionalDisplayName\":\"(Europe) Switzerland North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.564572\",\"latitude\":\"47.451542\",\"physicalLocation\":\"Zurich\",\"pairedRegion\":[{\"name\":\"switzerlandwest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandwest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaenorth\",\"name\":\"uaenorth\",\"displayName\":\"UAE + North\",\"regionalDisplayName\":\"(Middle East) UAE North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Middle + East\",\"longitude\":\"55.316666\",\"latitude\":\"25.266666\",\"physicalLocation\":\"Dubai\",\"pairedRegion\":[{\"name\":\"uaecentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaecentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsouth\",\"name\":\"brazilsouth\",\"displayName\":\"Brazil + South\",\"regionalDisplayName\":\"(South America) Brazil South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"South + America\",\"longitude\":\"-46.633\",\"latitude\":\"-23.55\",\"physicalLocation\":\"Sao + Paulo State\",\"pairedRegion\":[{\"name\":\"southcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centraluseuap\",\"name\":\"centraluseuap\",\"displayName\":\"Central + US EUAP\",\"regionalDisplayName\":\"(US) Central US EUAP\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-93.6208\",\"latitude\":\"41.5908\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"eastus2euap\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2euap\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2euap\",\"name\":\"eastus2euap\",\"displayName\":\"East + US 2 EUAP\",\"regionalDisplayName\":\"(US) East US 2 EUAP\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-78.3889\",\"latitude\":\"36.6681\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"centraluseuap\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centraluseuap\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/qatarcentral\",\"name\":\"qatarcentral\",\"displayName\":\"Qatar + Central\",\"regionalDisplayName\":\"(Middle East) Qatar Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Middle + East\",\"longitude\":\"51.439327\",\"latitude\":\"25.551462\",\"physicalLocation\":\"Doha\",\"pairedRegion\":[]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralusstage\",\"name\":\"centralusstage\",\"displayName\":\"Central + US (Stage)\",\"regionalDisplayName\":\"(US) Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstage\",\"name\":\"eastusstage\",\"displayName\":\"East + US (Stage)\",\"regionalDisplayName\":\"(US) East US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2stage\",\"name\":\"eastus2stage\",\"displayName\":\"East + US 2 (Stage)\",\"regionalDisplayName\":\"(US) East US 2 (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralusstage\",\"name\":\"northcentralusstage\",\"displayName\":\"North + Central US (Stage)\",\"regionalDisplayName\":\"(US) North Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstage\",\"name\":\"southcentralusstage\",\"displayName\":\"South + Central US (Stage)\",\"regionalDisplayName\":\"(US) South Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westusstage\",\"name\":\"westusstage\",\"displayName\":\"West + US (Stage)\",\"regionalDisplayName\":\"(US) West US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus2stage\",\"name\":\"westus2stage\",\"displayName\":\"West + US 2 (Stage)\",\"regionalDisplayName\":\"(US) West US 2 (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/asia\",\"name\":\"asia\",\"displayName\":\"Asia\",\"regionalDisplayName\":\"Asia\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/asiapacific\",\"name\":\"asiapacific\",\"displayName\":\"Asia + Pacific\",\"regionalDisplayName\":\"Asia Pacific\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australia\",\"name\":\"australia\",\"displayName\":\"Australia\",\"regionalDisplayName\":\"Australia\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazil\",\"name\":\"brazil\",\"displayName\":\"Brazil\",\"regionalDisplayName\":\"Brazil\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canada\",\"name\":\"canada\",\"displayName\":\"Canada\",\"regionalDisplayName\":\"Canada\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/europe\",\"name\":\"europe\",\"displayName\":\"Europe\",\"regionalDisplayName\":\"Europe\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/france\",\"name\":\"france\",\"displayName\":\"France\",\"regionalDisplayName\":\"France\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germany\",\"name\":\"germany\",\"displayName\":\"Germany\",\"regionalDisplayName\":\"Germany\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/global\",\"name\":\"global\",\"displayName\":\"Global\",\"regionalDisplayName\":\"Global\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/india\",\"name\":\"india\",\"displayName\":\"India\",\"regionalDisplayName\":\"India\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japan\",\"name\":\"japan\",\"displayName\":\"Japan\",\"regionalDisplayName\":\"Japan\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/korea\",\"name\":\"korea\",\"displayName\":\"Korea\",\"regionalDisplayName\":\"Korea\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norway\",\"name\":\"norway\",\"displayName\":\"Norway\",\"regionalDisplayName\":\"Norway\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/singapore\",\"name\":\"singapore\",\"displayName\":\"Singapore\",\"regionalDisplayName\":\"Singapore\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafrica\",\"name\":\"southafrica\",\"displayName\":\"South + Africa\",\"regionalDisplayName\":\"South Africa\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerland\",\"name\":\"switzerland\",\"displayName\":\"Switzerland\",\"regionalDisplayName\":\"Switzerland\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uae\",\"name\":\"uae\",\"displayName\":\"United + Arab Emirates\",\"regionalDisplayName\":\"United Arab Emirates\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uk\",\"name\":\"uk\",\"displayName\":\"United + Kingdom\",\"regionalDisplayName\":\"United Kingdom\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/unitedstates\",\"name\":\"unitedstates\",\"displayName\":\"United + States\",\"regionalDisplayName\":\"United States\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/unitedstateseuap\",\"name\":\"unitedstateseuap\",\"displayName\":\"United + States EUAP\",\"regionalDisplayName\":\"United States EUAP\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastasiastage\",\"name\":\"eastasiastage\",\"displayName\":\"East + Asia (Stage)\",\"regionalDisplayName\":\"(Asia Pacific) East Asia (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southeastasiastage\",\"name\":\"southeastasiastage\",\"displayName\":\"Southeast + Asia (Stage)\",\"regionalDisplayName\":\"(Asia Pacific) Southeast Asia (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilus\",\"name\":\"brazilus\",\"displayName\":\"Brazil + US\",\"regionalDisplayName\":\"(South America) Brazil US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"South + America\",\"longitude\":\"0\",\"latitude\":\"0\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"brazilsoutheast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsoutheast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstg\",\"name\":\"eastusstg\",\"displayName\":\"East + US STG\",\"regionalDisplayName\":\"(US) East US STG\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-79.8164\",\"latitude\":\"37.3719\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"southcentralusstg\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstg\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralus\",\"name\":\"northcentralus\",\"displayName\":\"North + Central US\",\"regionalDisplayName\":\"(US) North Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-87.6278\",\"latitude\":\"41.8819\",\"physicalLocation\":\"Illinois\",\"pairedRegion\":[{\"name\":\"southcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus\",\"name\":\"westus\",\"displayName\":\"West + US\",\"regionalDisplayName\":\"(US) West US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-122.417\",\"latitude\":\"37.783\",\"physicalLocation\":\"California\",\"pairedRegion\":[{\"name\":\"eastus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiawest\",\"name\":\"jioindiawest\",\"displayName\":\"Jio + India West\",\"regionalDisplayName\":\"(Asia Pacific) Jio India West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"70.05773\",\"latitude\":\"22.470701\",\"physicalLocation\":\"Jamnagar\",\"pairedRegion\":[{\"name\":\"jioindiacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstg\",\"name\":\"southcentralusstg\",\"displayName\":\"South + Central US STG\",\"regionalDisplayName\":\"(US) South Central US STG\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-98.5\",\"latitude\":\"29.4167\",\"physicalLocation\":\"Texas\",\"pairedRegion\":[{\"name\":\"eastusstg\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstg\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westcentralus\",\"name\":\"westcentralus\",\"displayName\":\"West + Central US\",\"regionalDisplayName\":\"(US) West Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-110.234\",\"latitude\":\"40.89\",\"physicalLocation\":\"Wyoming\",\"pairedRegion\":[{\"name\":\"westus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus2\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricawest\",\"name\":\"southafricawest\",\"displayName\":\"South + Africa West\",\"regionalDisplayName\":\"(Africa) South Africa West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Africa\",\"longitude\":\"18.843266\",\"latitude\":\"-34.075691\",\"physicalLocation\":\"Cape + Town\",\"pairedRegion\":[{\"name\":\"southafricanorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricanorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral\",\"name\":\"australiacentral\",\"displayName\":\"Australia + Central\",\"regionalDisplayName\":\"(Asia Pacific) Australia Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"149.1244\",\"latitude\":\"-35.3075\",\"physicalLocation\":\"Canberra\",\"pairedRegion\":[{\"name\":\"australiacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral2\",\"name\":\"australiacentral2\",\"displayName\":\"Australia + Central 2\",\"regionalDisplayName\":\"(Asia Pacific) Australia Central 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"149.1244\",\"latitude\":\"-35.3075\",\"physicalLocation\":\"Canberra\",\"pairedRegion\":[{\"name\":\"australiacentral2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral2\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiasoutheast\",\"name\":\"australiasoutheast\",\"displayName\":\"Australia + Southeast\",\"regionalDisplayName\":\"(Asia Pacific) Australia Southeast\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"144.9631\",\"latitude\":\"-37.8136\",\"physicalLocation\":\"Victoria\",\"pairedRegion\":[{\"name\":\"australiaeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiaeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japanwest\",\"name\":\"japanwest\",\"displayName\":\"Japan + West\",\"regionalDisplayName\":\"(Asia Pacific) Japan West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"135.5022\",\"latitude\":\"34.6939\",\"physicalLocation\":\"Osaka\",\"pairedRegion\":[{\"name\":\"japaneast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japaneast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiacentral\",\"name\":\"jioindiacentral\",\"displayName\":\"Jio + India Central\",\"regionalDisplayName\":\"(Asia Pacific) Jio India Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"79.08886\",\"latitude\":\"21.146633\",\"physicalLocation\":\"Nagpur\",\"pairedRegion\":[{\"name\":\"jioindiawest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiawest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreasouth\",\"name\":\"koreasouth\",\"displayName\":\"Korea + South\",\"regionalDisplayName\":\"(Asia Pacific) Korea South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"129.0756\",\"latitude\":\"35.1796\",\"physicalLocation\":\"Busan\",\"pairedRegion\":[{\"name\":\"koreacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southindia\",\"name\":\"southindia\",\"displayName\":\"South + India\",\"regionalDisplayName\":\"(Asia Pacific) South India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"80.1636\",\"latitude\":\"12.9822\",\"physicalLocation\":\"Chennai\",\"pairedRegion\":[{\"name\":\"centralindia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralindia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westindia\",\"name\":\"westindia\",\"displayName\":\"West + India\",\"regionalDisplayName\":\"(Asia Pacific) West India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"72.868\",\"latitude\":\"19.088\",\"physicalLocation\":\"Mumbai\",\"pairedRegion\":[{\"name\":\"southindia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southindia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadaeast\",\"name\":\"canadaeast\",\"displayName\":\"Canada + East\",\"regionalDisplayName\":\"(Canada) Canada East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Canada\",\"longitude\":\"-71.217\",\"latitude\":\"46.817\",\"physicalLocation\":\"Quebec\",\"pairedRegion\":[{\"name\":\"canadacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francesouth\",\"name\":\"francesouth\",\"displayName\":\"France + South\",\"regionalDisplayName\":\"(Europe) France South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"2.1972\",\"latitude\":\"43.8345\",\"physicalLocation\":\"Marseille\",\"pairedRegion\":[{\"name\":\"francecentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francecentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanynorth\",\"name\":\"germanynorth\",\"displayName\":\"Germany + North\",\"regionalDisplayName\":\"(Europe) Germany North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.806422\",\"latitude\":\"53.073635\",\"physicalLocation\":\"Berlin\",\"pairedRegion\":[{\"name\":\"germanywestcentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanywestcentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwaywest\",\"name\":\"norwaywest\",\"displayName\":\"Norway + West\",\"regionalDisplayName\":\"(Europe) Norway West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"5.733107\",\"latitude\":\"58.969975\",\"physicalLocation\":\"Norway\",\"pairedRegion\":[{\"name\":\"norwayeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwayeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandwest\",\"name\":\"switzerlandwest\",\"displayName\":\"Switzerland + West\",\"regionalDisplayName\":\"(Europe) Switzerland West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"6.143158\",\"latitude\":\"46.204391\",\"physicalLocation\":\"Geneva\",\"pairedRegion\":[{\"name\":\"switzerlandnorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandnorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/ukwest\",\"name\":\"ukwest\",\"displayName\":\"UK + West\",\"regionalDisplayName\":\"(Europe) UK West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"-3.084\",\"latitude\":\"53.427\",\"physicalLocation\":\"Cardiff\",\"pairedRegion\":[{\"name\":\"uksouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uksouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaecentral\",\"name\":\"uaecentral\",\"displayName\":\"UAE + Central\",\"regionalDisplayName\":\"(Middle East) UAE Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Middle + East\",\"longitude\":\"54.366669\",\"latitude\":\"24.466667\",\"physicalLocation\":\"Abu + Dhabi\",\"pairedRegion\":[{\"name\":\"uaenorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaenorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsoutheast\",\"name\":\"brazilsoutheast\",\"displayName\":\"Brazil + Southeast\",\"regionalDisplayName\":\"(South America) Brazil Southeast\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"South + America\",\"longitude\":\"-43.2075\",\"latitude\":\"-22.90278\",\"physicalLocation\":\"Rio\",\"pairedRegion\":[{\"name\":\"brazilsouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsouth\"}]}}]}" + headers: + cache-control: + - no-cache + content-length: + - '31169' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:31:06 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": "eastus", "properties": {"aggregateRouteConfiguration": {"ipv4Routes": + [{"prefix": "10.0.0.1/27"}], "ipv6Routes": [{"prefix": "2fff::/59"}]}, "connectedSubnetRoutePolicy": + {"exportRoutePolicyId": ""}, "networkFabricId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-nf060523", + "redistributeConnectedSubnets": "True", "redistributeStaticRoutes": "True"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain create + Connection: + - keep-alive + Content-Length: + - '511' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --resource-name --location --nf-id --redistribute-connected-subnets + --redistribute-static-routes --aggregate-route-configuration --connected-subnet-route-policy + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","name":"nfa-tool-ts-cli-l3domain061423","type":"microsoft.managednetworkfabric/l3isolationdomains","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:31:11.535147Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:31:11.535147Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-nf060523","provisioningState":"Accepted","administrativeState":"Disabled","redistributeConnectedSubnets":"True","redistributeStaticRoutes":"True","aggregateRouteConfiguration":{"ipv4Routes":[{"prefix":"10.0.0.1/27"}],"ipv6Routes":[{"prefix":"2fff::/59"}]},"connectedSubnetRoutePolicy":{"exportRoutePolicyId":"","administrativeState":"Disabled"}}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + cache-control: + - no-cache + content-length: + - '1130' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:31:13 GMT + etag: + - '"a50b7294-0000-0100-0000-648926700000"' + expires: + - '-1' + mise-correlation-id: + - de7996f3-2317-4a25-ba09-d774162d63fb + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --redistribute-connected-subnets + --redistribute-static-routes --aggregate-route-configuration --connected-subnet-route-policy + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","name":"eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","status":"Accepted","startTime":"2023-06-14T02:31:12.4900543Z"}' + headers: + cache-control: + - no-cache + content-length: + - '619' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:31:14 GMT + etag: + - '"9803ad42-0000-0100-0000-648926700000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --redistribute-connected-subnets + --redistribute-static-routes --aggregate-route-configuration --connected-subnet-route-policy + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","name":"eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","status":"Accepted","startTime":"2023-06-14T02:31:12.4900543Z"}' + headers: + cache-control: + - no-cache + content-length: + - '619' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:31:45 GMT + etag: + - '"9803ad42-0000-0100-0000-648926700000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --redistribute-connected-subnets + --redistribute-static-routes --aggregate-route-configuration --connected-subnet-route-policy + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","name":"eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","status":"Accepted","startTime":"2023-06-14T02:31:12.4900543Z"}' + headers: + cache-control: + - no-cache + content-length: + - '619' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:32:16 GMT + etag: + - '"9803ad42-0000-0100-0000-648926700000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --redistribute-connected-subnets + --redistribute-static-routes --aggregate-route-configuration --connected-subnet-route-policy + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","name":"eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","status":"Accepted","startTime":"2023-06-14T02:31:12.4900543Z"}' + headers: + cache-control: + - no-cache + content-length: + - '619' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:32:46 GMT + etag: + - '"9803ad42-0000-0100-0000-648926700000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --redistribute-connected-subnets + --redistribute-static-routes --aggregate-route-configuration --connected-subnet-route-policy + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","name":"eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","status":"Accepted","startTime":"2023-06-14T02:31:12.4900543Z"}' + headers: + cache-control: + - no-cache + content-length: + - '619' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:33:17 GMT + etag: + - '"9803ad42-0000-0100-0000-648926700000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --redistribute-connected-subnets + --redistribute-static-routes --aggregate-route-configuration --connected-subnet-route-policy + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","name":"eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","status":"Accepted","startTime":"2023-06-14T02:31:12.4900543Z"}' + headers: + cache-control: + - no-cache + content-length: + - '619' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:33:49 GMT + etag: + - '"9803ad42-0000-0100-0000-648926700000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --redistribute-connected-subnets + --redistribute-static-routes --aggregate-route-configuration --connected-subnet-route-policy + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","name":"eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","status":"Accepted","startTime":"2023-06-14T02:31:12.4900543Z"}' + headers: + cache-control: + - no-cache + content-length: + - '619' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:34:19 GMT + etag: + - '"9803ad42-0000-0100-0000-648926700000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --redistribute-connected-subnets + --redistribute-static-routes --aggregate-route-configuration --connected-subnet-route-policy + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","name":"eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","status":"Accepted","startTime":"2023-06-14T02:31:12.4900543Z"}' + headers: + cache-control: + - no-cache + content-length: + - '619' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:34:51 GMT + etag: + - '"9803ad42-0000-0100-0000-648926700000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --redistribute-connected-subnets + --redistribute-static-routes --aggregate-route-configuration --connected-subnet-route-policy + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","name":"eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","status":"Accepted","startTime":"2023-06-14T02:31:12.4900543Z"}' + headers: + cache-control: + - no-cache + content-length: + - '619' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:35:21 GMT + etag: + - '"9803ad42-0000-0100-0000-648926700000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --redistribute-connected-subnets + --redistribute-static-routes --aggregate-route-configuration --connected-subnet-route-policy + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","name":"eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","status":"Accepted","startTime":"2023-06-14T02:31:12.4900543Z"}' + headers: + cache-control: + - no-cache + content-length: + - '619' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:35:53 GMT + etag: + - '"9803ad42-0000-0100-0000-648926700000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --redistribute-connected-subnets + --redistribute-static-routes --aggregate-route-configuration --connected-subnet-route-policy + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","name":"eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","status":"Accepted","startTime":"2023-06-14T02:31:12.4900543Z"}' + headers: + cache-control: + - no-cache + content-length: + - '619' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:36:24 GMT + etag: + - '"9803ad42-0000-0100-0000-648926700000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --redistribute-connected-subnets + --redistribute-static-routes --aggregate-route-configuration --connected-subnet-route-policy + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","name":"eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","status":"Accepted","startTime":"2023-06-14T02:31:12.4900543Z"}' + headers: + cache-control: + - no-cache + content-length: + - '619' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:36:55 GMT + etag: + - '"9803ad42-0000-0100-0000-648926700000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --redistribute-connected-subnets + --redistribute-static-routes --aggregate-route-configuration --connected-subnet-route-policy + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","name":"eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","status":"Accepted","startTime":"2023-06-14T02:31:12.4900543Z"}' + headers: + cache-control: + - no-cache + content-length: + - '619' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:37:26 GMT + etag: + - '"9803ad42-0000-0100-0000-648926700000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --redistribute-connected-subnets + --redistribute-static-routes --aggregate-route-configuration --connected-subnet-route-policy + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","name":"eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","status":"Accepted","startTime":"2023-06-14T02:31:12.4900543Z"}' + headers: + cache-control: + - no-cache + content-length: + - '619' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:37:57 GMT + etag: + - '"9803ad42-0000-0100-0000-648926700000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --redistribute-connected-subnets + --redistribute-static-routes --aggregate-route-configuration --connected-subnet-route-policy + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","name":"eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","status":"Accepted","startTime":"2023-06-14T02:31:12.4900543Z"}' + headers: + cache-control: + - no-cache + content-length: + - '619' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:38:27 GMT + etag: + - '"9803ad42-0000-0100-0000-648926700000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --redistribute-connected-subnets + --redistribute-static-routes --aggregate-route-configuration --connected-subnet-route-policy + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","name":"eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","status":"Accepted","startTime":"2023-06-14T02:31:12.4900543Z"}' + headers: + cache-control: + - no-cache + content-length: + - '619' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:38:58 GMT + etag: + - '"9803ad42-0000-0100-0000-648926700000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --redistribute-connected-subnets + --redistribute-static-routes --aggregate-route-configuration --connected-subnet-route-policy + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","name":"eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","status":"Accepted","startTime":"2023-06-14T02:31:12.4900543Z"}' + headers: + cache-control: + - no-cache + content-length: + - '619' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:39:30 GMT + etag: + - '"9803ad42-0000-0100-0000-648926700000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --redistribute-connected-subnets + --redistribute-static-routes --aggregate-route-configuration --connected-subnet-route-policy + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","name":"eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","status":"Accepted","startTime":"2023-06-14T02:31:12.4900543Z"}' + headers: + cache-control: + - no-cache + content-length: + - '619' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:40:00 GMT + etag: + - '"9803ad42-0000-0100-0000-648926700000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --redistribute-connected-subnets + --redistribute-static-routes --aggregate-route-configuration --connected-subnet-route-policy + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","name":"eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","status":"Accepted","startTime":"2023-06-14T02:31:12.4900543Z"}' + headers: + cache-control: + - no-cache + content-length: + - '619' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:40:31 GMT + etag: + - '"9803ad42-0000-0100-0000-648926700000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --redistribute-connected-subnets + --redistribute-static-routes --aggregate-route-configuration --connected-subnet-route-policy + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","name":"eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","status":"Accepted","startTime":"2023-06-14T02:31:12.4900543Z"}' + headers: + cache-control: + - no-cache + content-length: + - '619' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:41:02 GMT + etag: + - '"9803ad42-0000-0100-0000-648926700000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --redistribute-connected-subnets + --redistribute-static-routes --aggregate-route-configuration --connected-subnet-route-policy + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","name":"eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","status":"Accepted","startTime":"2023-06-14T02:31:12.4900543Z"}' + headers: + cache-control: + - no-cache + content-length: + - '619' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:41:33 GMT + etag: + - '"9803ad42-0000-0100-0000-648926700000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --redistribute-connected-subnets + --redistribute-static-routes --aggregate-route-configuration --connected-subnet-route-policy + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","name":"eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","status":"Accepted","startTime":"2023-06-14T02:31:12.4900543Z"}' + headers: + cache-control: + - no-cache + content-length: + - '619' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:42:03 GMT + etag: + - '"9803ad42-0000-0100-0000-648926700000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --redistribute-connected-subnets + --redistribute-static-routes --aggregate-route-configuration --connected-subnet-route-policy + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","name":"eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","status":"Accepted","startTime":"2023-06-14T02:31:12.4900543Z"}' + headers: + cache-control: + - no-cache + content-length: + - '619' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:42:34 GMT + etag: + - '"9803ad42-0000-0100-0000-648926700000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --redistribute-connected-subnets + --redistribute-static-routes --aggregate-route-configuration --connected-subnet-route-policy + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","name":"eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","status":"Accepted","startTime":"2023-06-14T02:31:12.4900543Z"}' + headers: + cache-control: + - no-cache + content-length: + - '619' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:43:05 GMT + etag: + - '"9803ad42-0000-0100-0000-648926700000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --redistribute-connected-subnets + --redistribute-static-routes --aggregate-route-configuration --connected-subnet-route-policy + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","name":"eba2dc51-da28-407d-a981-11c7f47c999b*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","status":"Succeeded","startTime":"2023-06-14T02:31:12.4900543Z","endTime":"2023-06-14T02:43:10.4801396Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '679' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:43:36 GMT + etag: + - '"98033755-0000-0100-0000-6489293e0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --nf-id --redistribute-connected-subnets + --redistribute-static-routes --aggregate-route-configuration --connected-subnet-route-policy + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","name":"nfa-tool-ts-cli-l3domain061423","type":"microsoft.managednetworkfabric/l3isolationdomains","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:31:11.535147Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T02:43:10.9241818Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-nf060523","provisioningState":"Succeeded","administrativeState":"Disabled","redistributeConnectedSubnets":"True","redistributeStaticRoutes":"True","aggregateRouteConfiguration":{"ipv4Routes":[{"prefix":"10.0.0.1/27"}],"ipv6Routes":[{"prefix":"2fff::/59"}]},"connectedSubnetRoutePolicy":{"exportRoutePolicyId":"","administrativeState":"Disabled"}}}' + headers: + cache-control: + - no-cache + content-length: + - '1149' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:43:38 GMT + etag: + - '"a50b7594-0000-0100-0000-6489293f0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain show + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","name":"nfa-tool-ts-cli-l3domain061423","type":"microsoft.managednetworkfabric/l3isolationdomains","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:31:11.535147Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T02:43:10.9241818Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-nf060523","provisioningState":"Succeeded","administrativeState":"Disabled","redistributeConnectedSubnets":"True","redistributeStaticRoutes":"True","aggregateRouteConfiguration":{"ipv4Routes":[{"prefix":"10.0.0.1/27"}],"ipv6Routes":[{"prefix":"2fff::/59"}]},"connectedSubnetRoutePolicy":{"exportRoutePolicyId":"","administrativeState":"Disabled"}}}' + headers: + cache-control: + - no-cache + content-length: + - '1149' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:43:39 GMT + etag: + - '"a50b7594-0000-0100-0000-6489293f0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains?api-version=2023-02-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/microsoft.managednetworkfabric/L3IsolationDomains/nfcfab1061323-nffab1061323-l3isd3-1196","name":"nfcfab1061323-nffab1061323-l3isd3-1196","type":"microsoft.managednetworkfabric/l3isolationdomains","location":"eastus2euap","systemData":{"createdBy":"v-sayyalu@microsoft.com","createdByType":"User","createdAt":"2023-06-13T15:39:13.6717174Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T15:39:24.8509154Z"},"properties":{"description":"creating + L3 isolation domain","networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkfabrics/nffab1061323","provisioningState":"Succeeded","administrativeState":"Disabled","redistributeConnectedSubnets":"True","redistributeStaticRoutes":"True","aggregateRouteConfiguration":null,"connectedSubnetRoutePolicy":null}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/fab1l3isd0613","name":"fab1l3isd0613","type":"microsoft.managednetworkfabric/l3isolationdomains","location":"eastus2euap","systemData":{"createdBy":"v-abalka@microsoft.com","createdByType":"User","createdAt":"2023-06-13T16:51:35.1423501Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T16:58:29.60611Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nffab1061323","provisioningState":"Succeeded","administrativeState":"Enabled","redistributeConnectedSubnets":"True","redistributeStaticRoutes":"False"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/fab1l3isd6132023","name":"fab1l3isd6132023","type":"microsoft.managednetworkfabric/l3isolationdomains","location":"eastus2euap","systemData":{"createdBy":"v-abalka@microsoft.com","createdByType":"User","createdAt":"2023-06-13T17:53:51.4453156Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T17:54:00.0354264Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nffab1061323","provisioningState":"Succeeded","administrativeState":"Disabled","redistributeConnectedSubnets":"True","redistributeStaticRoutes":"False","aggregateRouteConfiguration":null,"connectedSubnetRoutePolicy":null}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/fab1isdl3","name":"fab1isdl3","type":"microsoft.managednetworkfabric/l3isolationdomains","location":"eastus2euap","systemData":{"createdBy":"v-abalka@microsoft.com","createdByType":"User","createdAt":"2023-06-13T18:05:14.7506065Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T18:10:38.1979226Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nffab1061323","provisioningState":"Succeeded","administrativeState":"Enabled","redistributeConnectedSubnets":"True","redistributeStaticRoutes":"False"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain1-061223","name":"nfa-tool-ts-cli-l3domain1-061223","type":"microsoft.managednetworkfabric/l3isolationdomains","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-12T10:28:05.8232857Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T10:31:33.5671461Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-nf060523","provisioningState":"Succeeded","administrativeState":"Disabled","redistributeConnectedSubnets":"True","redistributeStaticRoutes":"True","aggregateRouteConfiguration":{"ipv4Routes":[{"prefix":"10.0.0.1/28"},{"prefix":"10.0.0.2/28"}],"ipv6Routes":[{"prefix":"2fff::/64"},{"prefix":"2fff::/65"}]},"connectedSubnetRoutePolicy":{"exportRoutePolicyId":"","administrativeState":"Disabled"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","name":"nfa-tool-ts-cli-l3domain061423","type":"microsoft.managednetworkfabric/l3isolationdomains","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:31:11.535147Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T02:43:10.9241818Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-nf060523","provisioningState":"Succeeded","administrativeState":"Disabled","redistributeConnectedSubnets":"True","redistributeStaticRoutes":"True","aggregateRouteConfiguration":{"ipv4Routes":[{"prefix":"10.0.0.1/27"}],"ipv6Routes":[{"prefix":"2fff::/59"}]},"connectedSubnetRoutePolicy":{"exportRoutePolicyId":"","administrativeState":"Disabled"}}}]}' + headers: + cache-control: + - no-cache + content-length: + - '6003' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:43: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: + - 14caa56b-c383-4591-a498-debe6f35948f + - d7ff8327-6930-4848-bf1e-442079f52d74 + - ffd3c86b-4307-4188-9d8f-625a5ca134ac + - 7740c65d-89a5-48d9-829c-4799681e28c8 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains?api-version=2023-02-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain1-061223","name":"nfa-tool-ts-cli-l3domain1-061223","type":"microsoft.managednetworkfabric/l3isolationdomains","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-12T10:28:05.8232857Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T10:31:33.5671461Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-nf060523","provisioningState":"Succeeded","administrativeState":"Disabled","redistributeConnectedSubnets":"True","redistributeStaticRoutes":"True","aggregateRouteConfiguration":{"ipv4Routes":[{"prefix":"10.0.0.1/28"},{"prefix":"10.0.0.2/28"}],"ipv6Routes":[{"prefix":"2fff::/64"},{"prefix":"2fff::/65"}]},"connectedSubnetRoutePolicy":{"exportRoutePolicyId":"","administrativeState":"Disabled"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","name":"nfa-tool-ts-cli-l3domain061423","type":"microsoft.managednetworkfabric/l3isolationdomains","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:31:11.535147Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T02:43:10.9241818Z"},"properties":{"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-nf060523","provisioningState":"Succeeded","administrativeState":"Disabled","redistributeConnectedSubnets":"True","redistributeStaticRoutes":"True","aggregateRouteConfiguration":{"ipv4Routes":[{"prefix":"10.0.0.1/27"}],"ipv6Routes":[{"prefix":"2fff::/59"}]},"connectedSubnetRoutePolicy":{"exportRoutePolicyId":"","administrativeState":"Disabled"}}}]}' + headers: + cache-control: + - no-cache + content-length: + - '2364' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:43:42 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: + - d0a1c454-61cb-4139-8771-d844231267a5 + - e8e20aa6-93ba-4571-85e2-6b1bfe0c97db + - a3cbba4d-254b-40ad-bd6b-49db494630aa + - d1aa8aae-ade2-4b46-8a7e-8bec03390056 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423?api-version=2023-02-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/30948e2c-610b-4bf4-a36b-a308d8c01b3d*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:43:44 GMT + etag: + - '"a50b7694-0000-0100-0000-648929600000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/30948e2c-610b-4bf4-a36b-a308d8c01b3d*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + mise-correlation-id: + - f4681368-5fbd-4698-8e75-6921173113c5 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14998' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/30948e2c-610b-4bf4-a36b-a308d8c01b3d*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/30948e2c-610b-4bf4-a36b-a308d8c01b3d*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","name":"30948e2c-610b-4bf4-a36b-a308d8c01b3d*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","status":"Deleting","startTime":"2023-06-14T02:43:44.6975062Z"}' + headers: + cache-control: + - no-cache + content-length: + - '619' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:43:44 GMT + etag: + - '"98032956-0000-0100-0000-648929600000"' + expires: + - '-1' + 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: + - networkfabric l3domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/30948e2c-610b-4bf4-a36b-a308d8c01b3d*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/30948e2c-610b-4bf4-a36b-a308d8c01b3d*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","name":"30948e2c-610b-4bf4-a36b-a308d8c01b3d*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","status":"Succeeded","startTime":"2023-06-14T02:43:44.6975062Z","endTime":"2023-06-14T02:43:45.2399666Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '679' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:44:14 GMT + etag: + - '"98033e56-0000-0100-0000-648929610000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/30948e2c-610b-4bf4-a36b-a308d8c01b3d*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/30948e2c-610b-4bf4-a36b-a308d8c01b3d*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","name":"30948e2c-610b-4bf4-a36b-a308d8c01b3d*CA27A4C70B6569659C9D40D40FC4AAE70C745165DF32F8AAD90DDA984F07131E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain061423","status":"Succeeded","startTime":"2023-06-14T02:43:44.6975062Z","endTime":"2023-06-14T02:43:45.2399666Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '679' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:44:15 GMT + etag: + - '"98033e56-0000-0100-0000-648929610000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_l3domain_scenario2.yaml b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_l3domain_scenario2.yaml new file mode 100644 index 00000000000..1001c57f51b --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_l3domain_scenario2.yaml @@ -0,0 +1,110 @@ +interactions: +- request: + body: '{"state": "Enable"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain update-admin-state + Connection: + - keep-alive + Content-Length: + - '19' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --resource-name --state --no-wait + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain1-061223/updateAdministrativeState?api-version=2023-02-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/915601b0-2dd0-4089-987b-fc313678109d*DEA98479DEAB952D2C7B3E1C1A127F4A7E2CC5EB9A1ACE6FA862E69C2ED32F04?api-version=2023-02-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:31:06 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/915601b0-2dd0-4089-987b-fc313678109d*DEA98479DEAB952D2C7B3E1C1A127F4A7E2CC5EB9A1ACE6FA862E69C2ED32F04?api-version=2023-02-01-preview + mise-correlation-id: + - c91ac431-adce-4832-9f7e-fbcacf83fbf3 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: '{"state": "Disable"}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric l3domain update-admin-state + Connection: + - keep-alive + Content-Length: + - '20' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --resource-name --state --no-wait + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/nfa-tool-ts-cli-l3domain1-061223/updateAdministrativeState?api-version=2023-02-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/ac3666b4-07dc-42af-bfc2-eabf50ccba86*DEA98479DEAB952D2C7B3E1C1A127F4A7E2CC5EB9A1ACE6FA862E69C2ED32F04?api-version=2023-02-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:31:09 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/ac3666b4-07dc-42af-bfc2-eabf50ccba86*DEA98479DEAB952D2C7B3E1C1A127F4A7E2CC5EB9A1ACE6FA862E69C2ED32F04?api-version=2023-02-01-preview + mise-correlation-id: + - 55b58ccf-4181-4a8e-86e4-e32927594a50 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +version: 1 diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_nf_scenario1.yaml b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_nf_scenario1.yaml new file mode 100644 index 00000000000..773fded3ad0 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_nf_scenario1.yaml @@ -0,0 +1,807 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric fabric create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --location --resource-name --nf-sku --nfc-id --fabric-asn + --ipv4-prefix --ipv6-prefix --rack-count --server-count-per-rack --ts-config + --managed-network-config + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/locations?api-version=2019-11-01 + response: + body: + string: "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus\",\"name\":\"eastus\",\"displayName\":\"East + US\",\"regionalDisplayName\":\"(US) East US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-79.8164\",\"latitude\":\"37.3719\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"westus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2\",\"name\":\"eastus2\",\"displayName\":\"East + US 2\",\"regionalDisplayName\":\"(US) East US 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-78.3889\",\"latitude\":\"36.6681\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"centralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralus\",\"name\":\"southcentralus\",\"displayName\":\"South + Central US\",\"regionalDisplayName\":\"(US) South Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-98.5\",\"latitude\":\"29.4167\",\"physicalLocation\":\"Texas\",\"pairedRegion\":[{\"name\":\"northcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus2\",\"name\":\"westus2\",\"displayName\":\"West + US 2\",\"regionalDisplayName\":\"(US) West US 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-119.852\",\"latitude\":\"47.233\",\"physicalLocation\":\"Washington\",\"pairedRegion\":[{\"name\":\"westcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus3\",\"name\":\"westus3\",\"displayName\":\"West + US 3\",\"regionalDisplayName\":\"(US) West US 3\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-112.074036\",\"latitude\":\"33.448376\",\"physicalLocation\":\"Phoenix\",\"pairedRegion\":[{\"name\":\"eastus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiaeast\",\"name\":\"australiaeast\",\"displayName\":\"Australia + East\",\"regionalDisplayName\":\"(Asia Pacific) Australia East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"151.2094\",\"latitude\":\"-33.86\",\"physicalLocation\":\"New + South Wales\",\"pairedRegion\":[{\"name\":\"australiasoutheast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiasoutheast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southeastasia\",\"name\":\"southeastasia\",\"displayName\":\"Southeast + Asia\",\"regionalDisplayName\":\"(Asia Pacific) Southeast Asia\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"103.833\",\"latitude\":\"1.283\",\"physicalLocation\":\"Singapore\",\"pairedRegion\":[{\"name\":\"eastasia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastasia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northeurope\",\"name\":\"northeurope\",\"displayName\":\"North + Europe\",\"regionalDisplayName\":\"(Europe) North Europe\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"-6.2597\",\"latitude\":\"53.3478\",\"physicalLocation\":\"Ireland\",\"pairedRegion\":[{\"name\":\"westeurope\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westeurope\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/swedencentral\",\"name\":\"swedencentral\",\"displayName\":\"Sweden + Central\",\"regionalDisplayName\":\"(Europe) Sweden Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"17.14127\",\"latitude\":\"60.67488\",\"physicalLocation\":\"G\xE4vle\",\"pairedRegion\":[{\"name\":\"swedensouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/swedensouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uksouth\",\"name\":\"uksouth\",\"displayName\":\"UK + South\",\"regionalDisplayName\":\"(Europe) UK South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"-0.799\",\"latitude\":\"50.941\",\"physicalLocation\":\"London\",\"pairedRegion\":[{\"name\":\"ukwest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/ukwest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westeurope\",\"name\":\"westeurope\",\"displayName\":\"West + Europe\",\"regionalDisplayName\":\"(Europe) West Europe\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"4.9\",\"latitude\":\"52.3667\",\"physicalLocation\":\"Netherlands\",\"pairedRegion\":[{\"name\":\"northeurope\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northeurope\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralus\",\"name\":\"centralus\",\"displayName\":\"Central + US\",\"regionalDisplayName\":\"(US) Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-93.6208\",\"latitude\":\"41.5908\",\"physicalLocation\":\"Iowa\",\"pairedRegion\":[{\"name\":\"eastus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricanorth\",\"name\":\"southafricanorth\",\"displayName\":\"South + Africa North\",\"regionalDisplayName\":\"(Africa) South Africa North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Africa\",\"longitude\":\"28.21837\",\"latitude\":\"-25.73134\",\"physicalLocation\":\"Johannesburg\",\"pairedRegion\":[{\"name\":\"southafricawest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricawest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralindia\",\"name\":\"centralindia\",\"displayName\":\"Central + India\",\"regionalDisplayName\":\"(Asia Pacific) Central India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"73.9197\",\"latitude\":\"18.5822\",\"physicalLocation\":\"Pune\",\"pairedRegion\":[{\"name\":\"southindia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southindia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastasia\",\"name\":\"eastasia\",\"displayName\":\"East + Asia\",\"regionalDisplayName\":\"(Asia Pacific) East Asia\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"114.188\",\"latitude\":\"22.267\",\"physicalLocation\":\"Hong + Kong\",\"pairedRegion\":[{\"name\":\"southeastasia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southeastasia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japaneast\",\"name\":\"japaneast\",\"displayName\":\"Japan + East\",\"regionalDisplayName\":\"(Asia Pacific) Japan East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"139.77\",\"latitude\":\"35.68\",\"physicalLocation\":\"Tokyo, + Saitama\",\"pairedRegion\":[{\"name\":\"japanwest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japanwest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreacentral\",\"name\":\"koreacentral\",\"displayName\":\"Korea + Central\",\"regionalDisplayName\":\"(Asia Pacific) Korea Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"126.978\",\"latitude\":\"37.5665\",\"physicalLocation\":\"Seoul\",\"pairedRegion\":[{\"name\":\"koreasouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreasouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadacentral\",\"name\":\"canadacentral\",\"displayName\":\"Canada + Central\",\"regionalDisplayName\":\"(Canada) Canada Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Canada\",\"longitude\":\"-79.383\",\"latitude\":\"43.653\",\"physicalLocation\":\"Toronto\",\"pairedRegion\":[{\"name\":\"canadaeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadaeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francecentral\",\"name\":\"francecentral\",\"displayName\":\"France + Central\",\"regionalDisplayName\":\"(Europe) France Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"2.373\",\"latitude\":\"46.3772\",\"physicalLocation\":\"Paris\",\"pairedRegion\":[{\"name\":\"francesouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francesouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanywestcentral\",\"name\":\"germanywestcentral\",\"displayName\":\"Germany + West Central\",\"regionalDisplayName\":\"(Europe) Germany West Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.682127\",\"latitude\":\"50.110924\",\"physicalLocation\":\"Frankfurt\",\"pairedRegion\":[{\"name\":\"germanynorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanynorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwayeast\",\"name\":\"norwayeast\",\"displayName\":\"Norway + East\",\"regionalDisplayName\":\"(Europe) Norway East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"10.752245\",\"latitude\":\"59.913868\",\"physicalLocation\":\"Norway\",\"pairedRegion\":[{\"name\":\"norwaywest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwaywest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/polandcentral\",\"name\":\"polandcentral\",\"displayName\":\"Poland + Central\",\"regionalDisplayName\":\"(Europe) Poland Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"21.01666\",\"latitude\":\"52.23334\",\"physicalLocation\":\"Warsaw\",\"pairedRegion\":[]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandnorth\",\"name\":\"switzerlandnorth\",\"displayName\":\"Switzerland + North\",\"regionalDisplayName\":\"(Europe) Switzerland North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.564572\",\"latitude\":\"47.451542\",\"physicalLocation\":\"Zurich\",\"pairedRegion\":[{\"name\":\"switzerlandwest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandwest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaenorth\",\"name\":\"uaenorth\",\"displayName\":\"UAE + North\",\"regionalDisplayName\":\"(Middle East) UAE North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Middle + East\",\"longitude\":\"55.316666\",\"latitude\":\"25.266666\",\"physicalLocation\":\"Dubai\",\"pairedRegion\":[{\"name\":\"uaecentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaecentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsouth\",\"name\":\"brazilsouth\",\"displayName\":\"Brazil + South\",\"regionalDisplayName\":\"(South America) Brazil South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"South + America\",\"longitude\":\"-46.633\",\"latitude\":\"-23.55\",\"physicalLocation\":\"Sao + Paulo State\",\"pairedRegion\":[{\"name\":\"southcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centraluseuap\",\"name\":\"centraluseuap\",\"displayName\":\"Central + US EUAP\",\"regionalDisplayName\":\"(US) Central US EUAP\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-93.6208\",\"latitude\":\"41.5908\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"eastus2euap\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2euap\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2euap\",\"name\":\"eastus2euap\",\"displayName\":\"East + US 2 EUAP\",\"regionalDisplayName\":\"(US) East US 2 EUAP\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-78.3889\",\"latitude\":\"36.6681\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"centraluseuap\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centraluseuap\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/qatarcentral\",\"name\":\"qatarcentral\",\"displayName\":\"Qatar + Central\",\"regionalDisplayName\":\"(Middle East) Qatar Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Middle + East\",\"longitude\":\"51.439327\",\"latitude\":\"25.551462\",\"physicalLocation\":\"Doha\",\"pairedRegion\":[]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralusstage\",\"name\":\"centralusstage\",\"displayName\":\"Central + US (Stage)\",\"regionalDisplayName\":\"(US) Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstage\",\"name\":\"eastusstage\",\"displayName\":\"East + US (Stage)\",\"regionalDisplayName\":\"(US) East US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2stage\",\"name\":\"eastus2stage\",\"displayName\":\"East + US 2 (Stage)\",\"regionalDisplayName\":\"(US) East US 2 (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralusstage\",\"name\":\"northcentralusstage\",\"displayName\":\"North + Central US (Stage)\",\"regionalDisplayName\":\"(US) North Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstage\",\"name\":\"southcentralusstage\",\"displayName\":\"South + Central US (Stage)\",\"regionalDisplayName\":\"(US) South Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westusstage\",\"name\":\"westusstage\",\"displayName\":\"West + US (Stage)\",\"regionalDisplayName\":\"(US) West US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus2stage\",\"name\":\"westus2stage\",\"displayName\":\"West + US 2 (Stage)\",\"regionalDisplayName\":\"(US) West US 2 (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/asia\",\"name\":\"asia\",\"displayName\":\"Asia\",\"regionalDisplayName\":\"Asia\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/asiapacific\",\"name\":\"asiapacific\",\"displayName\":\"Asia + Pacific\",\"regionalDisplayName\":\"Asia Pacific\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australia\",\"name\":\"australia\",\"displayName\":\"Australia\",\"regionalDisplayName\":\"Australia\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazil\",\"name\":\"brazil\",\"displayName\":\"Brazil\",\"regionalDisplayName\":\"Brazil\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canada\",\"name\":\"canada\",\"displayName\":\"Canada\",\"regionalDisplayName\":\"Canada\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/europe\",\"name\":\"europe\",\"displayName\":\"Europe\",\"regionalDisplayName\":\"Europe\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/france\",\"name\":\"france\",\"displayName\":\"France\",\"regionalDisplayName\":\"France\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germany\",\"name\":\"germany\",\"displayName\":\"Germany\",\"regionalDisplayName\":\"Germany\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/global\",\"name\":\"global\",\"displayName\":\"Global\",\"regionalDisplayName\":\"Global\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/india\",\"name\":\"india\",\"displayName\":\"India\",\"regionalDisplayName\":\"India\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japan\",\"name\":\"japan\",\"displayName\":\"Japan\",\"regionalDisplayName\":\"Japan\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/korea\",\"name\":\"korea\",\"displayName\":\"Korea\",\"regionalDisplayName\":\"Korea\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norway\",\"name\":\"norway\",\"displayName\":\"Norway\",\"regionalDisplayName\":\"Norway\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/singapore\",\"name\":\"singapore\",\"displayName\":\"Singapore\",\"regionalDisplayName\":\"Singapore\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafrica\",\"name\":\"southafrica\",\"displayName\":\"South + Africa\",\"regionalDisplayName\":\"South Africa\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerland\",\"name\":\"switzerland\",\"displayName\":\"Switzerland\",\"regionalDisplayName\":\"Switzerland\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uae\",\"name\":\"uae\",\"displayName\":\"United + Arab Emirates\",\"regionalDisplayName\":\"United Arab Emirates\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uk\",\"name\":\"uk\",\"displayName\":\"United + Kingdom\",\"regionalDisplayName\":\"United Kingdom\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/unitedstates\",\"name\":\"unitedstates\",\"displayName\":\"United + States\",\"regionalDisplayName\":\"United States\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/unitedstateseuap\",\"name\":\"unitedstateseuap\",\"displayName\":\"United + States EUAP\",\"regionalDisplayName\":\"United States EUAP\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastasiastage\",\"name\":\"eastasiastage\",\"displayName\":\"East + Asia (Stage)\",\"regionalDisplayName\":\"(Asia Pacific) East Asia (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southeastasiastage\",\"name\":\"southeastasiastage\",\"displayName\":\"Southeast + Asia (Stage)\",\"regionalDisplayName\":\"(Asia Pacific) Southeast Asia (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilus\",\"name\":\"brazilus\",\"displayName\":\"Brazil + US\",\"regionalDisplayName\":\"(South America) Brazil US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"South + America\",\"longitude\":\"0\",\"latitude\":\"0\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"brazilsoutheast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsoutheast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstg\",\"name\":\"eastusstg\",\"displayName\":\"East + US STG\",\"regionalDisplayName\":\"(US) East US STG\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-79.8164\",\"latitude\":\"37.3719\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"southcentralusstg\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstg\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralus\",\"name\":\"northcentralus\",\"displayName\":\"North + Central US\",\"regionalDisplayName\":\"(US) North Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-87.6278\",\"latitude\":\"41.8819\",\"physicalLocation\":\"Illinois\",\"pairedRegion\":[{\"name\":\"southcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus\",\"name\":\"westus\",\"displayName\":\"West + US\",\"regionalDisplayName\":\"(US) West US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-122.417\",\"latitude\":\"37.783\",\"physicalLocation\":\"California\",\"pairedRegion\":[{\"name\":\"eastus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiawest\",\"name\":\"jioindiawest\",\"displayName\":\"Jio + India West\",\"regionalDisplayName\":\"(Asia Pacific) Jio India West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"70.05773\",\"latitude\":\"22.470701\",\"physicalLocation\":\"Jamnagar\",\"pairedRegion\":[{\"name\":\"jioindiacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstg\",\"name\":\"southcentralusstg\",\"displayName\":\"South + Central US STG\",\"regionalDisplayName\":\"(US) South Central US STG\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-98.5\",\"latitude\":\"29.4167\",\"physicalLocation\":\"Texas\",\"pairedRegion\":[{\"name\":\"eastusstg\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstg\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westcentralus\",\"name\":\"westcentralus\",\"displayName\":\"West + Central US\",\"regionalDisplayName\":\"(US) West Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-110.234\",\"latitude\":\"40.89\",\"physicalLocation\":\"Wyoming\",\"pairedRegion\":[{\"name\":\"westus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus2\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricawest\",\"name\":\"southafricawest\",\"displayName\":\"South + Africa West\",\"regionalDisplayName\":\"(Africa) South Africa West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Africa\",\"longitude\":\"18.843266\",\"latitude\":\"-34.075691\",\"physicalLocation\":\"Cape + Town\",\"pairedRegion\":[{\"name\":\"southafricanorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricanorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral\",\"name\":\"australiacentral\",\"displayName\":\"Australia + Central\",\"regionalDisplayName\":\"(Asia Pacific) Australia Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"149.1244\",\"latitude\":\"-35.3075\",\"physicalLocation\":\"Canberra\",\"pairedRegion\":[{\"name\":\"australiacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral2\",\"name\":\"australiacentral2\",\"displayName\":\"Australia + Central 2\",\"regionalDisplayName\":\"(Asia Pacific) Australia Central 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"149.1244\",\"latitude\":\"-35.3075\",\"physicalLocation\":\"Canberra\",\"pairedRegion\":[{\"name\":\"australiacentral2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral2\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiasoutheast\",\"name\":\"australiasoutheast\",\"displayName\":\"Australia + Southeast\",\"regionalDisplayName\":\"(Asia Pacific) Australia Southeast\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"144.9631\",\"latitude\":\"-37.8136\",\"physicalLocation\":\"Victoria\",\"pairedRegion\":[{\"name\":\"australiaeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiaeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japanwest\",\"name\":\"japanwest\",\"displayName\":\"Japan + West\",\"regionalDisplayName\":\"(Asia Pacific) Japan West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"135.5022\",\"latitude\":\"34.6939\",\"physicalLocation\":\"Osaka\",\"pairedRegion\":[{\"name\":\"japaneast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japaneast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiacentral\",\"name\":\"jioindiacentral\",\"displayName\":\"Jio + India Central\",\"regionalDisplayName\":\"(Asia Pacific) Jio India Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"79.08886\",\"latitude\":\"21.146633\",\"physicalLocation\":\"Nagpur\",\"pairedRegion\":[{\"name\":\"jioindiawest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiawest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreasouth\",\"name\":\"koreasouth\",\"displayName\":\"Korea + South\",\"regionalDisplayName\":\"(Asia Pacific) Korea South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"129.0756\",\"latitude\":\"35.1796\",\"physicalLocation\":\"Busan\",\"pairedRegion\":[{\"name\":\"koreacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southindia\",\"name\":\"southindia\",\"displayName\":\"South + India\",\"regionalDisplayName\":\"(Asia Pacific) South India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"80.1636\",\"latitude\":\"12.9822\",\"physicalLocation\":\"Chennai\",\"pairedRegion\":[{\"name\":\"centralindia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralindia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westindia\",\"name\":\"westindia\",\"displayName\":\"West + India\",\"regionalDisplayName\":\"(Asia Pacific) West India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"72.868\",\"latitude\":\"19.088\",\"physicalLocation\":\"Mumbai\",\"pairedRegion\":[{\"name\":\"southindia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southindia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadaeast\",\"name\":\"canadaeast\",\"displayName\":\"Canada + East\",\"regionalDisplayName\":\"(Canada) Canada East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Canada\",\"longitude\":\"-71.217\",\"latitude\":\"46.817\",\"physicalLocation\":\"Quebec\",\"pairedRegion\":[{\"name\":\"canadacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francesouth\",\"name\":\"francesouth\",\"displayName\":\"France + South\",\"regionalDisplayName\":\"(Europe) France South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"2.1972\",\"latitude\":\"43.8345\",\"physicalLocation\":\"Marseille\",\"pairedRegion\":[{\"name\":\"francecentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francecentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanynorth\",\"name\":\"germanynorth\",\"displayName\":\"Germany + North\",\"regionalDisplayName\":\"(Europe) Germany North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.806422\",\"latitude\":\"53.073635\",\"physicalLocation\":\"Berlin\",\"pairedRegion\":[{\"name\":\"germanywestcentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanywestcentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwaywest\",\"name\":\"norwaywest\",\"displayName\":\"Norway + West\",\"regionalDisplayName\":\"(Europe) Norway West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"5.733107\",\"latitude\":\"58.969975\",\"physicalLocation\":\"Norway\",\"pairedRegion\":[{\"name\":\"norwayeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwayeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandwest\",\"name\":\"switzerlandwest\",\"displayName\":\"Switzerland + West\",\"regionalDisplayName\":\"(Europe) Switzerland West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"6.143158\",\"latitude\":\"46.204391\",\"physicalLocation\":\"Geneva\",\"pairedRegion\":[{\"name\":\"switzerlandnorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandnorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/ukwest\",\"name\":\"ukwest\",\"displayName\":\"UK + West\",\"regionalDisplayName\":\"(Europe) UK West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"-3.084\",\"latitude\":\"53.427\",\"physicalLocation\":\"Cardiff\",\"pairedRegion\":[{\"name\":\"uksouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uksouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaecentral\",\"name\":\"uaecentral\",\"displayName\":\"UAE + Central\",\"regionalDisplayName\":\"(Middle East) UAE Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Middle + East\",\"longitude\":\"54.366669\",\"latitude\":\"24.466667\",\"physicalLocation\":\"Abu + Dhabi\",\"pairedRegion\":[{\"name\":\"uaenorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaenorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsoutheast\",\"name\":\"brazilsoutheast\",\"displayName\":\"Brazil + Southeast\",\"regionalDisplayName\":\"(South America) Brazil Southeast\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"South + America\",\"longitude\":\"-43.2075\",\"latitude\":\"-22.90278\",\"physicalLocation\":\"Rio\",\"pairedRegion\":[{\"name\":\"brazilsouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsouth\"}]}}]}" + headers: + cache-control: + - no-cache + content-length: + - '31169' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:41: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: '{"location": "eastus", "properties": {"fabricASN": 65523, "ipv4Prefix": + "10.1.0.0/19", "ipv6Prefix": "2fff::/59", "managementNetworkConfiguration": + {"infrastructureVpnConfiguration": {"optionBProperties": {"exportRouteTargets": + ["65531:1002", "65532:1003"], "importRouteTargets": ["65521:2001", "65512:2002"]}, + "peeringOption": "OptionB"}, "workloadVpnConfiguration": {"optionBProperties": + {"exportRouteTargets": ["65531:1230", "65532:2301"], "importRouteTargets": ["65541:2001", + "65542:2002"]}, "peeringOption": "OptionB"}}, "networkFabricControllerId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-nfc060223", + "networkFabricSku": "fab1", "rackCount": 3, "serverCountPerRack": 7, "terminalServerConfiguration": + {"password": "*****", "primaryIpv4Prefix": "20.20.0.0/27", "secondaryIpv4Prefix": + "20.20.0.0/25", "serialNumber": "1234", "username": "****"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric fabric create + Connection: + - keep-alive + Content-Length: + - '991' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --location --resource-name --nf-sku --nfc-id --fabric-asn + --ipv4-prefix --ipv6-prefix --rack-count --server-count-per-rack --ts-config + --managed-network-config + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf061423?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf061423","name":"nfa-tool-ts-cli-nf061423","type":"microsoft.managednetworkfabric/networkfabrics","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:41:51.9063112Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:41:51.9063112Z"},"properties":{"networkFabricSku":"fab1","networkFabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-nfc060223","terminalServerConfiguration":{"username":"****","serialNumber":"1234","primaryIpv4Prefix":"20.20.0.0/27","secondaryIpv4Prefix":"20.20.0.0/25"},"managementNetworkConfiguration":{"infrastructureVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionB","optionBProperties":{"importRouteTargets":["65521:2001","65512:2002"],"exportRouteTargets":["65531:1002","65532:1003"]}},"workloadVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionB","optionBProperties":{"importRouteTargets":["65541:2001","65542:2002"],"exportRouteTargets":["65531:1230","65532:2301"]}}},"provisioningState":"Accepted","rackCount":3,"serverCountPerRack":7,"ipv4Prefix":"10.1.0.0/19","ipv6Prefix":"2fff::/59","fabricASN":65523}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/9d7d7de2-23dc-4519-8873-8a2a6dfd732a*06B444CFAD82356ABCBF81C55D0B7BFB64D899B1AA2AFD31EAA1B2209FC40064?api-version=2023-02-01-preview + cache-control: + - no-cache + content-length: + - '1541' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:41:54 GMT + etag: + - '"4e018de2-0000-0100-0000-648928f00000"' + expires: + - '-1' + mise-correlation-id: + - 00d2a1d9-12a6-4909-b719-cab75bdbe22e + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric fabric create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --location --resource-name --nf-sku --nfc-id --fabric-asn + --ipv4-prefix --ipv6-prefix --rack-count --server-count-per-rack --ts-config + --managed-network-config + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/9d7d7de2-23dc-4519-8873-8a2a6dfd732a*06B444CFAD82356ABCBF81C55D0B7BFB64D899B1AA2AFD31EAA1B2209FC40064?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/9d7d7de2-23dc-4519-8873-8a2a6dfd732a*06B444CFAD82356ABCBF81C55D0B7BFB64D899B1AA2AFD31EAA1B2209FC40064","name":"9d7d7de2-23dc-4519-8873-8a2a6dfd732a*06B444CFAD82356ABCBF81C55D0B7BFB64D899B1AA2AFD31EAA1B2209FC40064","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf061423","status":"Updating","startTime":"2023-06-14T02:41:52.8206847Z"}' + headers: + cache-control: + - no-cache + content-length: + - '609' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:41:55 GMT + etag: + - '"98038051-0000-0100-0000-648928f00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric fabric create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --location --resource-name --nf-sku --nfc-id --fabric-asn + --ipv4-prefix --ipv6-prefix --rack-count --server-count-per-rack --ts-config + --managed-network-config + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/9d7d7de2-23dc-4519-8873-8a2a6dfd732a*06B444CFAD82356ABCBF81C55D0B7BFB64D899B1AA2AFD31EAA1B2209FC40064?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/9d7d7de2-23dc-4519-8873-8a2a6dfd732a*06B444CFAD82356ABCBF81C55D0B7BFB64D899B1AA2AFD31EAA1B2209FC40064","name":"9d7d7de2-23dc-4519-8873-8a2a6dfd732a*06B444CFAD82356ABCBF81C55D0B7BFB64D899B1AA2AFD31EAA1B2209FC40064","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf061423","status":"Succeeded","startTime":"2023-06-14T02:41:52.8206847Z","endTime":"2023-06-14T02:42:02.6485409Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '669' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:42:26 GMT + etag: + - '"98039251-0000-0100-0000-648928fa0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric fabric create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --location --resource-name --nf-sku --nfc-id --fabric-asn + --ipv4-prefix --ipv6-prefix --rack-count --server-count-per-rack --ts-config + --managed-network-config + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf061423?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf061423","name":"nfa-tool-ts-cli-nf061423","type":"microsoft.managednetworkfabric/networkfabrics","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:41:51.9063112Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T02:42:07.492859Z"},"properties":{"racks":["/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/networkracks/nfa-tool-ts-cli-nf061423-aggrack","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/networkracks/nfa-tool-ts-cli-nf061423-comprack1","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/networkracks/nfa-tool-ts-cli-nf061423-comprack2"],"networkFabricSku":"fab1","networkFabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-nfc060223","terminalServerConfiguration":{"username":"****","serialNumber":"1234","primaryIpv4Prefix":"20.20.0.0/27","secondaryIpv4Prefix":"20.20.0.0/25"},"managementNetworkConfiguration":{"infrastructureVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionB","optionBProperties":{"importRouteTargets":["65521:2001","65512:2002"],"exportRouteTargets":["65531:1002","65532:1003"]}},"workloadVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionB","optionBProperties":{"importRouteTargets":["65541:2001","65542:2002"],"exportRouteTargets":["65531:1230","65532:2301"]}}},"provisioningState":"Succeeded","rackCount":3,"serverCountPerRack":7,"ipv4Prefix":"10.1.0.0/19","ipv6Prefix":"2fff::/59","fabricASN":65523}}' + headers: + cache-control: + - no-cache + content-length: + - '2142' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:42:26 GMT + etag: + - '"4e0198e2-0000-0100-0000-648928ff0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric fabric show + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf061423?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf061423","name":"nfa-tool-ts-cli-nf061423","type":"microsoft.managednetworkfabric/networkfabrics","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:41:51.9063112Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T02:42:07.492859Z"},"properties":{"racks":["/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/networkracks/nfa-tool-ts-cli-nf061423-aggrack","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/networkracks/nfa-tool-ts-cli-nf061423-comprack1","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/networkracks/nfa-tool-ts-cli-nf061423-comprack2"],"networkFabricSku":"fab1","networkFabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-nfc060223","terminalServerConfiguration":{"username":"****","serialNumber":"1234","primaryIpv4Prefix":"20.20.0.0/27","secondaryIpv4Prefix":"20.20.0.0/25"},"managementNetworkConfiguration":{"infrastructureVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionB","optionBProperties":{"importRouteTargets":["65521:2001","65512:2002"],"exportRouteTargets":["65531:1002","65532:1003"]}},"workloadVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionB","optionBProperties":{"importRouteTargets":["65541:2001","65542:2002"],"exportRouteTargets":["65531:1230","65532:2301"]}}},"provisioningState":"Succeeded","rackCount":3,"serverCountPerRack":7,"ipv4Prefix":"10.1.0.0/19","ipv6Prefix":"2fff::/59","fabricASN":65523}}' + headers: + cache-control: + - no-cache + content-length: + - '2142' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:42:30 GMT + etag: + - '"4e0198e2-0000-0100-0000-648928ff0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric fabric list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/networkFabrics?api-version=2023-02-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestD15nf180423/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfTestD15180423","name":"nfTestD15180423","type":"microsoft.managednetworkfabric/networkfabrics","location":"eastus2euap","systemData":{"createdBy":"v-samkan@microsoft.com","createdByType":"User","createdAt":"2023-04-18T10:01:50.5560968Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T13:31:51.7541029Z"},"properties":{"racks":["/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/testd15nf180423/providers/microsoft.managednetworkfabric/networkracks/nftestd15180423-aggrack","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/testd15nf180423/providers/microsoft.managednetworkfabric/networkracks/nftestd15180423-comprack1","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/testd15nf180423/providers/microsoft.managednetworkfabric/networkracks/nftestd15180423-comprack2"],"networkFabricSku":"M4-A400-A100-C16-aa","networkFabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testnfcrg032323-reg/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/testnfc032323-reg","terminalServerConfiguration":{"username":"root","serialNumber":"22482205168838","primaryIpv4Prefix":"10.11.255.248/30","secondaryIpv4Prefix":"10.11.255.240/30"},"managementNetworkConfiguration":{"infrastructureVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionA","optionAProperties":{"mtu":1500,"vlanId":512,"peerASN":64433,"bfdConfiguration":null,"primaryIpv4Prefix":"10.11.0.132/30","secondaryIpv4Prefix":"10.11.0.136/30"},"optionBProperties":{"importRouteTargets":["10000:64433","10000:64433"],"exportRouteTargets":["10000:64433","10000:64433"]}},"workloadVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionA","optionAProperties":{"mtu":1500,"vlanId":513,"peerASN":64433,"bfdConfiguration":null,"primaryIpv4Prefix":"10.11.0.120/30","secondaryIpv4Prefix":"10.11.0.116/30"},"optionBProperties":{"importRouteTargets":["10000:64433","10000:64433"],"exportRouteTargets":["10000:64433","10000:64433"]}}},"provisioningState":"Succeeded","rackCount":2,"serverCountPerRack":4,"ipv4Prefix":"10.11.0.0/19","ipv6Prefix":"fda0:d59c:da11::/59","fabricASN":10000}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/labtestnfcrg120922/providers/microsoft.managednetworkfabric/networkfabrics/testnfrg040423-e2etest-01","name":"testnfrg040423-e2etest-01","type":"microsoft.managednetworkfabric/networkfabrics","location":"eastus2euap","systemData":{"createdBy":"edf733ea-9067-4115-8588-b12c62d25d45","createdByType":"Application","createdAt":"2023-05-15T13:46:32.7512554Z","lastModifiedBy":"edf733ea-9067-4115-8588-b12c62d25d45","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T13:50:53.4374126Z"},"properties":{"networkFabricSku":"fab1","networkFabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/labtestnfcrg120922/providers/microsoft.managednetworkfabric/networkfabriccontrollers/labtest022323","terminalServerConfiguration":{"username":"root","serialNumber":"22482301206308","primaryIpv4Prefix":"20.0.0.13/30","secondaryIpv4Prefix":"20.0.1.13/30"},"managementNetworkConfiguration":{"infrastructureVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionB","optionBProperties":{"importRouteTargets":["65046:10039"],"exportRouteTargets":["65046:10039"]}},"workloadVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionB","optionBProperties":{"importRouteTargets":["65046:10050"],"exportRouteTargets":["65046:10050"]}}},"provisioningState":"Failed","rackCount":2,"serverCountPerRack":7,"ipv4Prefix":"10.2.0.0/19","fabricASN":65046}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/labtestnfcrg150523/providers/microsoft.managednetworkfabric/networkfabrics/testnfrg040423-e2etest-01","name":"testnfrg040423-e2etest-01","type":"microsoft.managednetworkfabric/networkfabrics","location":"eastus2euap","systemData":{"createdBy":"edf733ea-9067-4115-8588-b12c62d25d45","createdByType":"Application","createdAt":"2023-05-16T05:52:29.6655592Z","lastModifiedBy":"edf733ea-9067-4115-8588-b12c62d25d45","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T05:56:44.8087551Z"},"properties":{"networkFabricSku":"fab1","networkFabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/labtestnfcrg150523/providers/microsoft.managednetworkfabric/networkfabriccontrollers/NFC0516","terminalServerConfiguration":{"username":"root","serialNumber":"22482301206308","primaryIpv4Prefix":"20.0.0.13/30","secondaryIpv4Prefix":"20.0.1.13/30"},"managementNetworkConfiguration":{"infrastructureVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionB","optionBProperties":{"importRouteTargets":["65046:10039"],"exportRouteTargets":["65046:10039"]}},"workloadVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionB","optionBProperties":{"importRouteTargets":["65046:10050"],"exportRouteTargets":["65046:10050"]}}},"provisioningState":"Failed","rackCount":2,"serverCountPerRack":7,"ipv4Prefix":"10.2.0.0/19","fabricASN":65046}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/labtestnfcrg120922/providers/microsoft.managednetworkfabric/networkfabrics/NF-test-0515","name":"NF-test-0515","type":"microsoft.managednetworkfabric/networkfabrics","location":"eastus2euap","systemData":{"createdBy":"edf733ea-9067-4115-8588-b12c62d25d45","createdByType":"Application","createdAt":"2023-05-16T07:03:48.2720556Z","lastModifiedBy":"edf733ea-9067-4115-8588-b12c62d25d45","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T07:07:30.0234852Z"},"properties":{"networkFabricSku":"fab1","networkFabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/labtestnfcrg120922/providers/microsoft.managednetworkfabric/networkfabriccontrollers/NFC-test-0515","terminalServerConfiguration":{"username":"root","serialNumber":"22482301206308","primaryIpv4Prefix":"20.0.0.13/30","secondaryIpv4Prefix":"20.0.1.13/30"},"managementNetworkConfiguration":{"infrastructureVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionB","optionBProperties":{"importRouteTargets":["65046:10039"],"exportRouteTargets":["65046:10039"]}},"workloadVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionB","optionBProperties":{"importRouteTargets":["65046:10050"],"exportRouteTargets":["65046:10050"]}}},"operationalState":"Deprovisioned","provisioningState":"Failed","rackCount":2,"serverCountPerRack":7,"ipv4Prefix":"10.2.0.0/19","fabricASN":65046}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/microsoft.managednetworkfabric/networkfabrics/nffab1061323","name":"nffab1061323","type":"microsoft.managednetworkfabric/networkfabrics","location":"eastus2euap","systemData":{"createdBy":"edf733ea-9067-4115-8588-b12c62d25d45","createdByType":"Application","createdAt":"2023-06-13T12:06:09.8729126Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T18:10:08.3273262Z"},"properties":{"racks":["/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/fab1nfrg061323/providers/microsoft.managednetworkfabric/networkracks/nffab1061323-aggrack","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/fab1nfrg061323/providers/microsoft.managednetworkfabric/networkracks/nffab1061323-comprack1","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/fab1nfrg061323/providers/microsoft.managednetworkfabric/networkracks/nffab1061323-comprack2"],"l2IsolationDomains":["/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/fab1nfrg061323/providers/microsoft.managednetworkfabric/l2isolationdomains/l2isd0613"],"l3IsolationDomains":["/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/fab1nfrg061323/providers/microsoft.managednetworkfabric/l3isolationdomains/nfcfab1061323-nffab1061323-l3isd3-1196","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/fab1nfrg061323/providers/microsoft.managednetworkfabric/l3isolationdomains/fab1l3isd0613","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/fab1nfrg061323/providers/microsoft.managednetworkfabric/l3isolationdomains/fab1l3isd6132023","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/fab1nfrg061323/providers/microsoft.managednetworkfabric/l3isolationdomains/fab1isdl3"],"networkFabricSku":"fab1","networkFabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfcrg061323/providers/microsoft.managednetworkfabric/networkfabriccontrollers/nfcfab1061323","terminalServerConfiguration":{"username":"root","serialNumber":"22482112150801","primaryIpv4Prefix":"20.0.1.0/30","secondaryIpv4Prefix":"20.0.0.0/30"},"managementNetworkConfiguration":{"infrastructureVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionB","optionBProperties":{"importRouteTargets":["65048:10039"],"exportRouteTargets":["65048:10039"]}},"workloadVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionB","optionBProperties":{"importRouteTargets":["65048:10050"],"exportRouteTargets":["65048:10050"]}}},"operationalState":"Provisioned","provisioningState":"Succeeded","rackCount":2,"serverCountPerRack":7,"ipv4Prefix":"10.2.0.0/19","ipv6Prefix":"fda0:d59c:da02::/59","fabricASN":65048}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scusnfrgsanity042323/providers/Microsoft.ManagedNetworkFabric/networkFabrics/scusnfsanity042323","name":"scusnfsanity042323","type":"microsoft.managednetworkfabric/networkfabrics","location":"eastus","systemData":{"createdBy":"v-kokreddy@microsoft.com","createdByType":"User","createdAt":"2023-04-23T08:58:57.6893718Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-04-23T08:59:00.1542758Z"},"properties":{"networkFabricSku":"M4-A400-A100-C16-aa","networkFabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/d15fixnfcrg042023/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/d15fixnfc042023","terminalServerConfiguration":{"username":"root","serialNumber":"22482301206308","primaryIpv4Prefix":"20.0.0.12/30","secondaryIpv4Prefix":"20.0.1.12/30"},"managementNetworkConfiguration":{"infrastructureVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionB","optionBProperties":{"importRouteTargets":["65046:10039"],"exportRouteTargets":["65046:10039"]}},"workloadVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionB","optionBProperties":{"importRouteTargets":["65046:10050"],"exportRouteTargets":["65046:10050"]}}},"provisioningState":"Failed","rackCount":2,"serverCountPerRack":2,"ipv4Prefix":"10.18.0.0/16","ipv6Prefix":"fda0:d59c:da12::/59","fabricASN":65046}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-nf060523","name":"nfa-tool-ts-nf060523","type":"microsoft.managednetworkfabric/networkfabrics","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-05T07:01:20.2777059Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T02:36:52.733968Z"},"properties":{"racks":["/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/networkracks/nfa-tool-ts-nf060523-aggrack","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/networkracks/nfa-tool-ts-nf060523-comprack1","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/networkracks/nfa-tool-ts-nf060523-comprack2"],"l2IsolationDomains":["/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/l2isolationdomains/nfa-tool-ts-cli-l2domain1-061423"],"l3IsolationDomains":["/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/l3isolationdomains/nfa-tool-ts-cli-l3domain1-061223"],"networkFabricSku":"fab1","networkFabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-nfc060223","terminalServerConfiguration":{"username":"qwer","serialNumber":"1234","primaryIpv4Prefix":"172.31.0.0/30","secondaryIpv4Prefix":"172.31.0.20/30"},"managementNetworkConfiguration":{"infrastructureVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionA","optionAProperties":{"mtu":1500,"vlanId":501,"peerASN":65133,"primaryIpv4Prefix":"172.31.0.0/31","secondaryIpv4Prefix":"172.31.0.0/31"}},"workloadVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionA","optionAProperties":{"mtu":1500,"vlanId":501,"peerASN":65133,"primaryIpv4Prefix":"172.31.0.0/31","secondaryIpv4Prefix":"172.31.0.0/31"}}},"operationalState":"Provisioned","provisioningState":"Succeeded","rackCount":3,"serverCountPerRack":7,"ipv4Prefix":"10.1.0.0/19","fabricASN":20}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf1-061223","name":"nfa-tool-ts-cli-nf1-061223","type":"microsoft.managednetworkfabric/networkfabrics","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-12T09:42:43.9104581Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T02:42:21.2279339Z"},"properties":{"racks":["/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/networkracks/nfa-tool-ts-cli-nf1-061223-aggrack","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/networkracks/nfa-tool-ts-cli-nf1-061223-comprack1","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/networkracks/nfa-tool-ts-cli-nf1-061223-comprack2"],"networkFabricSku":"fab1","networkFabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clitestrg/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061223","terminalServerConfiguration":{"username":"****","serialNumber":"1234","primaryIpv4Prefix":"172.31.0.0/30","secondaryIpv4Prefix":"172.31.0.20/30"},"managementNetworkConfiguration":{"infrastructureVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionB","optionBProperties":{"importRouteTargets":["65541:2001","65542:2002"],"exportRouteTargets":["65531:1002","65532:1003"]}},"workloadVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionB","optionBProperties":{"importRouteTargets":["65541:2001","65542:2002"],"exportRouteTargets":["65531:1230","65532:2301"]}}},"operationalState":"Deprovisioned","provisioningState":"Succeeded","rackCount":3,"serverCountPerRack":7,"ipv4Prefix":"10.1.0.0/19","fabricASN":20}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf061423","name":"nfa-tool-ts-cli-nf061423","type":"microsoft.managednetworkfabric/networkfabrics","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:41:51.9063112Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T02:42:07.492859Z"},"properties":{"racks":["/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/networkracks/nfa-tool-ts-cli-nf061423-aggrack","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/networkracks/nfa-tool-ts-cli-nf061423-comprack1","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/networkracks/nfa-tool-ts-cli-nf061423-comprack2"],"networkFabricSku":"fab1","networkFabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-nfc060223","terminalServerConfiguration":{"username":"****","serialNumber":"1234","primaryIpv4Prefix":"20.20.0.0/27","secondaryIpv4Prefix":"20.20.0.0/25"},"managementNetworkConfiguration":{"infrastructureVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionB","optionBProperties":{"importRouteTargets":["65521:2001","65512:2002"],"exportRouteTargets":["65531:1002","65532:1003"]}},"workloadVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionB","optionBProperties":{"importRouteTargets":["65541:2001","65542:2002"],"exportRouteTargets":["65531:1230","65532:2301"]}}},"provisioningState":"Succeeded","rackCount":3,"serverCountPerRack":7,"ipv4Prefix":"10.1.0.0/19","ipv6Prefix":"2fff::/59","fabricASN":65523}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ankitha-rg/providers/microsoft.managednetworkfabric/networkfabrics/testnfrg040423-e2etest-01","name":"testnfrg040423-e2etest-01","type":"microsoft.managednetworkfabric/networkfabrics","location":"westus3","systemData":{"createdBy":"v-akurapati@microsoft.com","createdByType":"User","createdAt":"2023-04-26T09:09:39.7050638Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-04-26T09:09:43.5022299Z"},"properties":{"networkFabricSku":"fab1","networkFabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ankitha-rg/providers/microsoft.managednetworkfabric/networkfabriccontrollers/nfcankitha","terminalServerConfiguration":{"username":"root","serialNumber":"22482301206308","primaryIpv4Prefix":"20.0.0.13/30","secondaryIpv4Prefix":"20.0.1.13/30"},"managementNetworkConfiguration":{"infrastructureVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionB","optionBProperties":{"importRouteTargets":["65046:10039"],"exportRouteTargets":["65046:10039"]}},"workloadVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionB","optionBProperties":{"importRouteTargets":["65046:10050"],"exportRouteTargets":["65046:10050"]}}},"provisioningState":"Succeeded","rackCount":2,"serverCountPerRack":7,"ipv4Prefix":"10.2.0.0/19","fabricASN":65046}}]}' + headers: + cache-control: + - no-cache + content-length: + - '19533' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:42:31 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: + - c8a15783-919e-448c-b667-d0995eba6a35 + - 8c104cb8-a1f5-428e-ae67-cea7a471e077 + - ec0998d5-ab96-4c8f-9f4b-c77cacd0401e + - d516509a-3562-42e2-a995-d4387202a6f5 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric fabric list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics?api-version=2023-02-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-nf060523","name":"nfa-tool-ts-nf060523","type":"microsoft.managednetworkfabric/networkfabrics","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-05T07:01:20.2777059Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T02:36:52.733968Z"},"properties":{"racks":["/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/networkracks/nfa-tool-ts-nf060523-aggrack","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/networkracks/nfa-tool-ts-nf060523-comprack1","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/networkracks/nfa-tool-ts-nf060523-comprack2"],"l2IsolationDomains":["/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/l2isolationdomains/nfa-tool-ts-cli-l2domain1-061423"],"l3IsolationDomains":["/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/l3isolationdomains/nfa-tool-ts-cli-l3domain1-061223"],"networkFabricSku":"fab1","networkFabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-nfc060223","terminalServerConfiguration":{"username":"qwer","serialNumber":"1234","primaryIpv4Prefix":"172.31.0.0/30","secondaryIpv4Prefix":"172.31.0.20/30"},"managementNetworkConfiguration":{"infrastructureVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionA","optionAProperties":{"mtu":1500,"vlanId":501,"peerASN":65133,"primaryIpv4Prefix":"172.31.0.0/31","secondaryIpv4Prefix":"172.31.0.0/31"}},"workloadVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionA","optionAProperties":{"mtu":1500,"vlanId":501,"peerASN":65133,"primaryIpv4Prefix":"172.31.0.0/31","secondaryIpv4Prefix":"172.31.0.0/31"}}},"operationalState":"Provisioned","provisioningState":"Succeeded","rackCount":3,"serverCountPerRack":7,"ipv4Prefix":"10.1.0.0/19","fabricASN":20}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf1-061223","name":"nfa-tool-ts-cli-nf1-061223","type":"microsoft.managednetworkfabric/networkfabrics","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-12T09:42:43.9104581Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T02:42:21.2279339Z"},"properties":{"racks":["/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/networkracks/nfa-tool-ts-cli-nf1-061223-aggrack","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/networkracks/nfa-tool-ts-cli-nf1-061223-comprack1","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/networkracks/nfa-tool-ts-cli-nf1-061223-comprack2"],"networkFabricSku":"fab1","networkFabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clitestrg/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061223","terminalServerConfiguration":{"username":"****","serialNumber":"1234","primaryIpv4Prefix":"172.31.0.0/30","secondaryIpv4Prefix":"172.31.0.20/30"},"managementNetworkConfiguration":{"infrastructureVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionB","optionBProperties":{"importRouteTargets":["65541:2001","65542:2002"],"exportRouteTargets":["65531:1002","65532:1003"]}},"workloadVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionB","optionBProperties":{"importRouteTargets":["65541:2001","65542:2002"],"exportRouteTargets":["65531:1230","65532:2301"]}}},"operationalState":"Deprovisioned","provisioningState":"Succeeded","rackCount":3,"serverCountPerRack":7,"ipv4Prefix":"10.1.0.0/19","fabricASN":20}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf061423","name":"nfa-tool-ts-cli-nf061423","type":"microsoft.managednetworkfabric/networkfabrics","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:41:51.9063112Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T02:42:07.492859Z"},"properties":{"racks":["/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/networkracks/nfa-tool-ts-cli-nf061423-aggrack","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/networkracks/nfa-tool-ts-cli-nf061423-comprack1","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/networkracks/nfa-tool-ts-cli-nf061423-comprack2"],"networkFabricSku":"fab1","networkFabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-nfc060223","terminalServerConfiguration":{"username":"****","serialNumber":"1234","primaryIpv4Prefix":"20.20.0.0/27","secondaryIpv4Prefix":"20.20.0.0/25"},"managementNetworkConfiguration":{"infrastructureVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionB","optionBProperties":{"importRouteTargets":["65521:2001","65512:2002"],"exportRouteTargets":["65531:1002","65532:1003"]}},"workloadVpnConfiguration":{"administrativeState":"Enabled","peeringOption":"OptionB","optionBProperties":{"importRouteTargets":["65541:2001","65542:2002"],"exportRouteTargets":["65531:1230","65532:2301"]}}},"provisioningState":"Succeeded","rackCount":3,"serverCountPerRack":7,"ipv4Prefix":"10.1.0.0/19","ipv6Prefix":"2fff::/59","fabricASN":65523}}]}' + headers: + cache-control: + - no-cache + content-length: + - '6910' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:42:32 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: + - e4c48a79-9fca-4dd3-8e6c-3d475975a6fb + - 24c763dd-0e47-4b25-86a8-37ddd0366bda + - d3154929-6ad4-4182-8fe2-07c9ed70b4d4 + - 815b602b-6d51-439f-bc28-459eeadc6c77 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric fabric delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf061423?api-version=2023-02-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/ba0e919e-6d1c-44e3-b5de-8079756e4d07*06B444CFAD82356ABCBF81C55D0B7BFB64D899B1AA2AFD31EAA1B2209FC40064?api-version=2023-02-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:42:35 GMT + etag: + - '"4e0128e3-0000-0100-0000-6489291b0000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/ba0e919e-6d1c-44e3-b5de-8079756e4d07*06B444CFAD82356ABCBF81C55D0B7BFB64D899B1AA2AFD31EAA1B2209FC40064?api-version=2023-02-01-preview + mise-correlation-id: + - eedf6041-65e4-4715-9c80-b2099f7b2afb + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric fabric delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/ba0e919e-6d1c-44e3-b5de-8079756e4d07*06B444CFAD82356ABCBF81C55D0B7BFB64D899B1AA2AFD31EAA1B2209FC40064?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/ba0e919e-6d1c-44e3-b5de-8079756e4d07*06B444CFAD82356ABCBF81C55D0B7BFB64D899B1AA2AFD31EAA1B2209FC40064","name":"ba0e919e-6d1c-44e3-b5de-8079756e4d07*06B444CFAD82356ABCBF81C55D0B7BFB64D899B1AA2AFD31EAA1B2209FC40064","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf061423","status":"Deleting","startTime":"2023-06-14T02:42:35.7337268Z"}' + headers: + cache-control: + - no-cache + content-length: + - '609' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:42:36 GMT + etag: + - '"9803ce52-0000-0100-0000-6489291b0000"' + expires: + - '-1' + 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: + - networkfabric fabric delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/ba0e919e-6d1c-44e3-b5de-8079756e4d07*06B444CFAD82356ABCBF81C55D0B7BFB64D899B1AA2AFD31EAA1B2209FC40064?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/ba0e919e-6d1c-44e3-b5de-8079756e4d07*06B444CFAD82356ABCBF81C55D0B7BFB64D899B1AA2AFD31EAA1B2209FC40064","name":"ba0e919e-6d1c-44e3-b5de-8079756e4d07*06B444CFAD82356ABCBF81C55D0B7BFB64D899B1AA2AFD31EAA1B2209FC40064","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf061423","status":"Deleting","startTime":"2023-06-14T02:42:35.7337268Z"}' + headers: + cache-control: + - no-cache + content-length: + - '609' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:43:08 GMT + etag: + - '"9803ce52-0000-0100-0000-6489291b0000"' + expires: + - '-1' + 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: + - networkfabric fabric delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/ba0e919e-6d1c-44e3-b5de-8079756e4d07*06B444CFAD82356ABCBF81C55D0B7BFB64D899B1AA2AFD31EAA1B2209FC40064?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/ba0e919e-6d1c-44e3-b5de-8079756e4d07*06B444CFAD82356ABCBF81C55D0B7BFB64D899B1AA2AFD31EAA1B2209FC40064","name":"ba0e919e-6d1c-44e3-b5de-8079756e4d07*06B444CFAD82356ABCBF81C55D0B7BFB64D899B1AA2AFD31EAA1B2209FC40064","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf061423","status":"Deleting","startTime":"2023-06-14T02:42:35.7337268Z"}' + headers: + cache-control: + - no-cache + content-length: + - '609' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:43:39 GMT + etag: + - '"9803ce52-0000-0100-0000-6489291b0000"' + expires: + - '-1' + 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: + - networkfabric fabric delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/ba0e919e-6d1c-44e3-b5de-8079756e4d07*06B444CFAD82356ABCBF81C55D0B7BFB64D899B1AA2AFD31EAA1B2209FC40064?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/ba0e919e-6d1c-44e3-b5de-8079756e4d07*06B444CFAD82356ABCBF81C55D0B7BFB64D899B1AA2AFD31EAA1B2209FC40064","name":"ba0e919e-6d1c-44e3-b5de-8079756e4d07*06B444CFAD82356ABCBF81C55D0B7BFB64D899B1AA2AFD31EAA1B2209FC40064","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf061423","status":"Deleting","startTime":"2023-06-14T02:42:35.7337268Z"}' + headers: + cache-control: + - no-cache + content-length: + - '609' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:44:10 GMT + etag: + - '"9803ce52-0000-0100-0000-6489291b0000"' + expires: + - '-1' + 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: + - networkfabric fabric delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/ba0e919e-6d1c-44e3-b5de-8079756e4d07*06B444CFAD82356ABCBF81C55D0B7BFB64D899B1AA2AFD31EAA1B2209FC40064?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/ba0e919e-6d1c-44e3-b5de-8079756e4d07*06B444CFAD82356ABCBF81C55D0B7BFB64D899B1AA2AFD31EAA1B2209FC40064","name":"ba0e919e-6d1c-44e3-b5de-8079756e4d07*06B444CFAD82356ABCBF81C55D0B7BFB64D899B1AA2AFD31EAA1B2209FC40064","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf061423","status":"Succeeded","startTime":"2023-06-14T02:42:35.7337268Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '628' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:44:41 GMT + etag: + - '"98039f57-0000-0100-0000-648929900000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric fabric delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/ba0e919e-6d1c-44e3-b5de-8079756e4d07*06B444CFAD82356ABCBF81C55D0B7BFB64D899B1AA2AFD31EAA1B2209FC40064?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/ba0e919e-6d1c-44e3-b5de-8079756e4d07*06B444CFAD82356ABCBF81C55D0B7BFB64D899B1AA2AFD31EAA1B2209FC40064","name":"ba0e919e-6d1c-44e3-b5de-8079756e4d07*06B444CFAD82356ABCBF81C55D0B7BFB64D899B1AA2AFD31EAA1B2209FC40064","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf061423","status":"Succeeded","startTime":"2023-06-14T02:42:35.7337268Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '628' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:44:41 GMT + etag: + - '"98039f57-0000-0100-0000-648929900000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_nf_scenario2.yaml b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_nf_scenario2.yaml new file mode 100644 index 00000000000..bbc8e8a523f --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_nf_scenario2.yaml @@ -0,0 +1,332 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric fabric provision + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf1-061223/provision?api-version=2023-02-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/1cf02001-4892-41c8-bf9e-1370d871f8dc*97DE87ADBFC177CE87465E8A2DF1C29B9AE0E2DA47FB007591B8D2C8B84804D1?api-version=2023-02-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:41:46 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/1cf02001-4892-41c8-bf9e-1370d871f8dc*97DE87ADBFC177CE87465E8A2DF1C29B9AE0E2DA47FB007591B8D2C8B84804D1?api-version=2023-02-01-preview + mise-correlation-id: + - d064b810-a2ab-46b2-afb1-cea7cc2a2d51 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric fabric provision + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/1cf02001-4892-41c8-bf9e-1370d871f8dc*97DE87ADBFC177CE87465E8A2DF1C29B9AE0E2DA47FB007591B8D2C8B84804D1?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/1cf02001-4892-41c8-bf9e-1370d871f8dc*97DE87ADBFC177CE87465E8A2DF1C29B9AE0E2DA47FB007591B8D2C8B84804D1","name":"1cf02001-4892-41c8-bf9e-1370d871f8dc*97DE87ADBFC177CE87465E8A2DF1C29B9AE0E2DA47FB007591B8D2C8B84804D1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf1-061223","status":"Updating","startTime":"2023-06-14T02:41:46.894624Z"}' + headers: + cache-control: + - no-cache + content-length: + - '610' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:41:47 GMT + etag: + - '"98036b51-0000-0100-0000-648928eb0000"' + expires: + - '-1' + 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: + - networkfabric fabric provision + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/1cf02001-4892-41c8-bf9e-1370d871f8dc*97DE87ADBFC177CE87465E8A2DF1C29B9AE0E2DA47FB007591B8D2C8B84804D1?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/1cf02001-4892-41c8-bf9e-1370d871f8dc*97DE87ADBFC177CE87465E8A2DF1C29B9AE0E2DA47FB007591B8D2C8B84804D1","name":"1cf02001-4892-41c8-bf9e-1370d871f8dc*97DE87ADBFC177CE87465E8A2DF1C29B9AE0E2DA47FB007591B8D2C8B84804D1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf1-061223","status":"Succeeded","startTime":"2023-06-14T02:41:46.894624Z","endTime":"2023-06-14T02:42:01.6041882Z","error":{"code":"NetworkFabricProvisionFailed","message":"!isProcessed"},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '743' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:42:19 GMT + etag: + - '"98039051-0000-0100-0000-648928f90000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric fabric provision + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/1cf02001-4892-41c8-bf9e-1370d871f8dc*97DE87ADBFC177CE87465E8A2DF1C29B9AE0E2DA47FB007591B8D2C8B84804D1?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/1cf02001-4892-41c8-bf9e-1370d871f8dc*97DE87ADBFC177CE87465E8A2DF1C29B9AE0E2DA47FB007591B8D2C8B84804D1","name":"1cf02001-4892-41c8-bf9e-1370d871f8dc*97DE87ADBFC177CE87465E8A2DF1C29B9AE0E2DA47FB007591B8D2C8B84804D1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf1-061223","status":"Succeeded","startTime":"2023-06-14T02:41:46.894624Z","endTime":"2023-06-14T02:42:01.6041882Z","error":{"code":"NetworkFabricProvisionFailed","message":"!isProcessed"},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '743' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:42:19 GMT + etag: + - '"98039051-0000-0100-0000-648928f90000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric fabric deprovision + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf1-061223/deprovision?api-version=2023-02-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/208168bd-2573-451d-807b-0c205ac8f760*97DE87ADBFC177CE87465E8A2DF1C29B9AE0E2DA47FB007591B8D2C8B84804D1?api-version=2023-02-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:42:20 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/208168bd-2573-451d-807b-0c205ac8f760*97DE87ADBFC177CE87465E8A2DF1C29B9AE0E2DA47FB007591B8D2C8B84804D1?api-version=2023-02-01-preview + mise-correlation-id: + - 184f03f7-ce3d-478c-b88e-fa59c0f8b171 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric fabric deprovision + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/208168bd-2573-451d-807b-0c205ac8f760*97DE87ADBFC177CE87465E8A2DF1C29B9AE0E2DA47FB007591B8D2C8B84804D1?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/208168bd-2573-451d-807b-0c205ac8f760*97DE87ADBFC177CE87465E8A2DF1C29B9AE0E2DA47FB007591B8D2C8B84804D1","name":"208168bd-2573-451d-807b-0c205ac8f760*97DE87ADBFC177CE87465E8A2DF1C29B9AE0E2DA47FB007591B8D2C8B84804D1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf1-061223","status":"Succeeded","startTime":"2023-06-14T02:42:20.9647164Z","endTime":"2023-06-14T02:42:21.3640861Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '671' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:42:21 GMT + etag: + - '"98037452-0000-0100-0000-6489290d0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric fabric deprovision + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/208168bd-2573-451d-807b-0c205ac8f760*97DE87ADBFC177CE87465E8A2DF1C29B9AE0E2DA47FB007591B8D2C8B84804D1?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/208168bd-2573-451d-807b-0c205ac8f760*97DE87ADBFC177CE87465E8A2DF1C29B9AE0E2DA47FB007591B8D2C8B84804D1","name":"208168bd-2573-451d-807b-0c205ac8f760*97DE87ADBFC177CE87465E8A2DF1C29B9AE0E2DA47FB007591B8D2C8B84804D1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf1-061223","status":"Succeeded","startTime":"2023-06-14T02:42:20.9647164Z","endTime":"2023-06-14T02:42:21.3640861Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '671' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:42:21 GMT + etag: + - '"98037452-0000-0100-0000-6489290d0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_nfc_scenario1.yaml b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_nfc_scenario1.yaml new file mode 100644 index 00000000000..f8ede792671 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_nfc_scenario1.yaml @@ -0,0 +1,340 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric controller create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --location --resource-name --infra-er-connections --workload-er-connections + --ipv4-address-space --no-wait + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/locations?api-version=2019-11-01 + response: + body: + string: "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus\",\"name\":\"eastus\",\"displayName\":\"East + US\",\"regionalDisplayName\":\"(US) East US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-79.8164\",\"latitude\":\"37.3719\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"westus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2\",\"name\":\"eastus2\",\"displayName\":\"East + US 2\",\"regionalDisplayName\":\"(US) East US 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-78.3889\",\"latitude\":\"36.6681\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"centralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralus\",\"name\":\"southcentralus\",\"displayName\":\"South + Central US\",\"regionalDisplayName\":\"(US) South Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-98.5\",\"latitude\":\"29.4167\",\"physicalLocation\":\"Texas\",\"pairedRegion\":[{\"name\":\"northcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus2\",\"name\":\"westus2\",\"displayName\":\"West + US 2\",\"regionalDisplayName\":\"(US) West US 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-119.852\",\"latitude\":\"47.233\",\"physicalLocation\":\"Washington\",\"pairedRegion\":[{\"name\":\"westcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus3\",\"name\":\"westus3\",\"displayName\":\"West + US 3\",\"regionalDisplayName\":\"(US) West US 3\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-112.074036\",\"latitude\":\"33.448376\",\"physicalLocation\":\"Phoenix\",\"pairedRegion\":[{\"name\":\"eastus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiaeast\",\"name\":\"australiaeast\",\"displayName\":\"Australia + East\",\"regionalDisplayName\":\"(Asia Pacific) Australia East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"151.2094\",\"latitude\":\"-33.86\",\"physicalLocation\":\"New + South Wales\",\"pairedRegion\":[{\"name\":\"australiasoutheast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiasoutheast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southeastasia\",\"name\":\"southeastasia\",\"displayName\":\"Southeast + Asia\",\"regionalDisplayName\":\"(Asia Pacific) Southeast Asia\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"103.833\",\"latitude\":\"1.283\",\"physicalLocation\":\"Singapore\",\"pairedRegion\":[{\"name\":\"eastasia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastasia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northeurope\",\"name\":\"northeurope\",\"displayName\":\"North + Europe\",\"regionalDisplayName\":\"(Europe) North Europe\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"-6.2597\",\"latitude\":\"53.3478\",\"physicalLocation\":\"Ireland\",\"pairedRegion\":[{\"name\":\"westeurope\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westeurope\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/swedencentral\",\"name\":\"swedencentral\",\"displayName\":\"Sweden + Central\",\"regionalDisplayName\":\"(Europe) Sweden Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"17.14127\",\"latitude\":\"60.67488\",\"physicalLocation\":\"G\xE4vle\",\"pairedRegion\":[{\"name\":\"swedensouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/swedensouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uksouth\",\"name\":\"uksouth\",\"displayName\":\"UK + South\",\"regionalDisplayName\":\"(Europe) UK South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"-0.799\",\"latitude\":\"50.941\",\"physicalLocation\":\"London\",\"pairedRegion\":[{\"name\":\"ukwest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/ukwest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westeurope\",\"name\":\"westeurope\",\"displayName\":\"West + Europe\",\"regionalDisplayName\":\"(Europe) West Europe\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"4.9\",\"latitude\":\"52.3667\",\"physicalLocation\":\"Netherlands\",\"pairedRegion\":[{\"name\":\"northeurope\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northeurope\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralus\",\"name\":\"centralus\",\"displayName\":\"Central + US\",\"regionalDisplayName\":\"(US) Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-93.6208\",\"latitude\":\"41.5908\",\"physicalLocation\":\"Iowa\",\"pairedRegion\":[{\"name\":\"eastus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricanorth\",\"name\":\"southafricanorth\",\"displayName\":\"South + Africa North\",\"regionalDisplayName\":\"(Africa) South Africa North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Africa\",\"longitude\":\"28.21837\",\"latitude\":\"-25.73134\",\"physicalLocation\":\"Johannesburg\",\"pairedRegion\":[{\"name\":\"southafricawest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricawest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralindia\",\"name\":\"centralindia\",\"displayName\":\"Central + India\",\"regionalDisplayName\":\"(Asia Pacific) Central India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"73.9197\",\"latitude\":\"18.5822\",\"physicalLocation\":\"Pune\",\"pairedRegion\":[{\"name\":\"southindia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southindia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastasia\",\"name\":\"eastasia\",\"displayName\":\"East + Asia\",\"regionalDisplayName\":\"(Asia Pacific) East Asia\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"114.188\",\"latitude\":\"22.267\",\"physicalLocation\":\"Hong + Kong\",\"pairedRegion\":[{\"name\":\"southeastasia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southeastasia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japaneast\",\"name\":\"japaneast\",\"displayName\":\"Japan + East\",\"regionalDisplayName\":\"(Asia Pacific) Japan East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"139.77\",\"latitude\":\"35.68\",\"physicalLocation\":\"Tokyo, + Saitama\",\"pairedRegion\":[{\"name\":\"japanwest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japanwest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreacentral\",\"name\":\"koreacentral\",\"displayName\":\"Korea + Central\",\"regionalDisplayName\":\"(Asia Pacific) Korea Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"126.978\",\"latitude\":\"37.5665\",\"physicalLocation\":\"Seoul\",\"pairedRegion\":[{\"name\":\"koreasouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreasouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadacentral\",\"name\":\"canadacentral\",\"displayName\":\"Canada + Central\",\"regionalDisplayName\":\"(Canada) Canada Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Canada\",\"longitude\":\"-79.383\",\"latitude\":\"43.653\",\"physicalLocation\":\"Toronto\",\"pairedRegion\":[{\"name\":\"canadaeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadaeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francecentral\",\"name\":\"francecentral\",\"displayName\":\"France + Central\",\"regionalDisplayName\":\"(Europe) France Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"2.373\",\"latitude\":\"46.3772\",\"physicalLocation\":\"Paris\",\"pairedRegion\":[{\"name\":\"francesouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francesouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanywestcentral\",\"name\":\"germanywestcentral\",\"displayName\":\"Germany + West Central\",\"regionalDisplayName\":\"(Europe) Germany West Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.682127\",\"latitude\":\"50.110924\",\"physicalLocation\":\"Frankfurt\",\"pairedRegion\":[{\"name\":\"germanynorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanynorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwayeast\",\"name\":\"norwayeast\",\"displayName\":\"Norway + East\",\"regionalDisplayName\":\"(Europe) Norway East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"10.752245\",\"latitude\":\"59.913868\",\"physicalLocation\":\"Norway\",\"pairedRegion\":[{\"name\":\"norwaywest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwaywest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/polandcentral\",\"name\":\"polandcentral\",\"displayName\":\"Poland + Central\",\"regionalDisplayName\":\"(Europe) Poland Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"21.01666\",\"latitude\":\"52.23334\",\"physicalLocation\":\"Warsaw\",\"pairedRegion\":[]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandnorth\",\"name\":\"switzerlandnorth\",\"displayName\":\"Switzerland + North\",\"regionalDisplayName\":\"(Europe) Switzerland North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.564572\",\"latitude\":\"47.451542\",\"physicalLocation\":\"Zurich\",\"pairedRegion\":[{\"name\":\"switzerlandwest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandwest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaenorth\",\"name\":\"uaenorth\",\"displayName\":\"UAE + North\",\"regionalDisplayName\":\"(Middle East) UAE North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Middle + East\",\"longitude\":\"55.316666\",\"latitude\":\"25.266666\",\"physicalLocation\":\"Dubai\",\"pairedRegion\":[{\"name\":\"uaecentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaecentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsouth\",\"name\":\"brazilsouth\",\"displayName\":\"Brazil + South\",\"regionalDisplayName\":\"(South America) Brazil South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"South + America\",\"longitude\":\"-46.633\",\"latitude\":\"-23.55\",\"physicalLocation\":\"Sao + Paulo State\",\"pairedRegion\":[{\"name\":\"southcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centraluseuap\",\"name\":\"centraluseuap\",\"displayName\":\"Central + US EUAP\",\"regionalDisplayName\":\"(US) Central US EUAP\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-93.6208\",\"latitude\":\"41.5908\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"eastus2euap\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2euap\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2euap\",\"name\":\"eastus2euap\",\"displayName\":\"East + US 2 EUAP\",\"regionalDisplayName\":\"(US) East US 2 EUAP\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-78.3889\",\"latitude\":\"36.6681\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"centraluseuap\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centraluseuap\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/qatarcentral\",\"name\":\"qatarcentral\",\"displayName\":\"Qatar + Central\",\"regionalDisplayName\":\"(Middle East) Qatar Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Middle + East\",\"longitude\":\"51.439327\",\"latitude\":\"25.551462\",\"physicalLocation\":\"Doha\",\"pairedRegion\":[]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralusstage\",\"name\":\"centralusstage\",\"displayName\":\"Central + US (Stage)\",\"regionalDisplayName\":\"(US) Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstage\",\"name\":\"eastusstage\",\"displayName\":\"East + US (Stage)\",\"regionalDisplayName\":\"(US) East US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2stage\",\"name\":\"eastus2stage\",\"displayName\":\"East + US 2 (Stage)\",\"regionalDisplayName\":\"(US) East US 2 (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralusstage\",\"name\":\"northcentralusstage\",\"displayName\":\"North + Central US (Stage)\",\"regionalDisplayName\":\"(US) North Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstage\",\"name\":\"southcentralusstage\",\"displayName\":\"South + Central US (Stage)\",\"regionalDisplayName\":\"(US) South Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westusstage\",\"name\":\"westusstage\",\"displayName\":\"West + US (Stage)\",\"regionalDisplayName\":\"(US) West US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus2stage\",\"name\":\"westus2stage\",\"displayName\":\"West + US 2 (Stage)\",\"regionalDisplayName\":\"(US) West US 2 (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/asia\",\"name\":\"asia\",\"displayName\":\"Asia\",\"regionalDisplayName\":\"Asia\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/asiapacific\",\"name\":\"asiapacific\",\"displayName\":\"Asia + Pacific\",\"regionalDisplayName\":\"Asia Pacific\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australia\",\"name\":\"australia\",\"displayName\":\"Australia\",\"regionalDisplayName\":\"Australia\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazil\",\"name\":\"brazil\",\"displayName\":\"Brazil\",\"regionalDisplayName\":\"Brazil\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canada\",\"name\":\"canada\",\"displayName\":\"Canada\",\"regionalDisplayName\":\"Canada\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/europe\",\"name\":\"europe\",\"displayName\":\"Europe\",\"regionalDisplayName\":\"Europe\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/france\",\"name\":\"france\",\"displayName\":\"France\",\"regionalDisplayName\":\"France\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germany\",\"name\":\"germany\",\"displayName\":\"Germany\",\"regionalDisplayName\":\"Germany\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/global\",\"name\":\"global\",\"displayName\":\"Global\",\"regionalDisplayName\":\"Global\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/india\",\"name\":\"india\",\"displayName\":\"India\",\"regionalDisplayName\":\"India\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japan\",\"name\":\"japan\",\"displayName\":\"Japan\",\"regionalDisplayName\":\"Japan\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/korea\",\"name\":\"korea\",\"displayName\":\"Korea\",\"regionalDisplayName\":\"Korea\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norway\",\"name\":\"norway\",\"displayName\":\"Norway\",\"regionalDisplayName\":\"Norway\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/singapore\",\"name\":\"singapore\",\"displayName\":\"Singapore\",\"regionalDisplayName\":\"Singapore\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafrica\",\"name\":\"southafrica\",\"displayName\":\"South + Africa\",\"regionalDisplayName\":\"South Africa\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerland\",\"name\":\"switzerland\",\"displayName\":\"Switzerland\",\"regionalDisplayName\":\"Switzerland\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uae\",\"name\":\"uae\",\"displayName\":\"United + Arab Emirates\",\"regionalDisplayName\":\"United Arab Emirates\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uk\",\"name\":\"uk\",\"displayName\":\"United + Kingdom\",\"regionalDisplayName\":\"United Kingdom\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/unitedstates\",\"name\":\"unitedstates\",\"displayName\":\"United + States\",\"regionalDisplayName\":\"United States\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/unitedstateseuap\",\"name\":\"unitedstateseuap\",\"displayName\":\"United + States EUAP\",\"regionalDisplayName\":\"United States EUAP\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastasiastage\",\"name\":\"eastasiastage\",\"displayName\":\"East + Asia (Stage)\",\"regionalDisplayName\":\"(Asia Pacific) East Asia (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southeastasiastage\",\"name\":\"southeastasiastage\",\"displayName\":\"Southeast + Asia (Stage)\",\"regionalDisplayName\":\"(Asia Pacific) Southeast Asia (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilus\",\"name\":\"brazilus\",\"displayName\":\"Brazil + US\",\"regionalDisplayName\":\"(South America) Brazil US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"South + America\",\"longitude\":\"0\",\"latitude\":\"0\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"brazilsoutheast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsoutheast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstg\",\"name\":\"eastusstg\",\"displayName\":\"East + US STG\",\"regionalDisplayName\":\"(US) East US STG\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-79.8164\",\"latitude\":\"37.3719\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"southcentralusstg\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstg\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralus\",\"name\":\"northcentralus\",\"displayName\":\"North + Central US\",\"regionalDisplayName\":\"(US) North Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-87.6278\",\"latitude\":\"41.8819\",\"physicalLocation\":\"Illinois\",\"pairedRegion\":[{\"name\":\"southcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus\",\"name\":\"westus\",\"displayName\":\"West + US\",\"regionalDisplayName\":\"(US) West US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-122.417\",\"latitude\":\"37.783\",\"physicalLocation\":\"California\",\"pairedRegion\":[{\"name\":\"eastus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiawest\",\"name\":\"jioindiawest\",\"displayName\":\"Jio + India West\",\"regionalDisplayName\":\"(Asia Pacific) Jio India West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"70.05773\",\"latitude\":\"22.470701\",\"physicalLocation\":\"Jamnagar\",\"pairedRegion\":[{\"name\":\"jioindiacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstg\",\"name\":\"southcentralusstg\",\"displayName\":\"South + Central US STG\",\"regionalDisplayName\":\"(US) South Central US STG\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-98.5\",\"latitude\":\"29.4167\",\"physicalLocation\":\"Texas\",\"pairedRegion\":[{\"name\":\"eastusstg\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstg\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westcentralus\",\"name\":\"westcentralus\",\"displayName\":\"West + Central US\",\"regionalDisplayName\":\"(US) West Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-110.234\",\"latitude\":\"40.89\",\"physicalLocation\":\"Wyoming\",\"pairedRegion\":[{\"name\":\"westus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus2\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricawest\",\"name\":\"southafricawest\",\"displayName\":\"South + Africa West\",\"regionalDisplayName\":\"(Africa) South Africa West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Africa\",\"longitude\":\"18.843266\",\"latitude\":\"-34.075691\",\"physicalLocation\":\"Cape + Town\",\"pairedRegion\":[{\"name\":\"southafricanorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricanorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral\",\"name\":\"australiacentral\",\"displayName\":\"Australia + Central\",\"regionalDisplayName\":\"(Asia Pacific) Australia Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"149.1244\",\"latitude\":\"-35.3075\",\"physicalLocation\":\"Canberra\",\"pairedRegion\":[{\"name\":\"australiacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral2\",\"name\":\"australiacentral2\",\"displayName\":\"Australia + Central 2\",\"regionalDisplayName\":\"(Asia Pacific) Australia Central 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"149.1244\",\"latitude\":\"-35.3075\",\"physicalLocation\":\"Canberra\",\"pairedRegion\":[{\"name\":\"australiacentral2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral2\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiasoutheast\",\"name\":\"australiasoutheast\",\"displayName\":\"Australia + Southeast\",\"regionalDisplayName\":\"(Asia Pacific) Australia Southeast\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"144.9631\",\"latitude\":\"-37.8136\",\"physicalLocation\":\"Victoria\",\"pairedRegion\":[{\"name\":\"australiaeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiaeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japanwest\",\"name\":\"japanwest\",\"displayName\":\"Japan + West\",\"regionalDisplayName\":\"(Asia Pacific) Japan West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"135.5022\",\"latitude\":\"34.6939\",\"physicalLocation\":\"Osaka\",\"pairedRegion\":[{\"name\":\"japaneast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japaneast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiacentral\",\"name\":\"jioindiacentral\",\"displayName\":\"Jio + India Central\",\"regionalDisplayName\":\"(Asia Pacific) Jio India Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"79.08886\",\"latitude\":\"21.146633\",\"physicalLocation\":\"Nagpur\",\"pairedRegion\":[{\"name\":\"jioindiawest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiawest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreasouth\",\"name\":\"koreasouth\",\"displayName\":\"Korea + South\",\"regionalDisplayName\":\"(Asia Pacific) Korea South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"129.0756\",\"latitude\":\"35.1796\",\"physicalLocation\":\"Busan\",\"pairedRegion\":[{\"name\":\"koreacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southindia\",\"name\":\"southindia\",\"displayName\":\"South + India\",\"regionalDisplayName\":\"(Asia Pacific) South India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"80.1636\",\"latitude\":\"12.9822\",\"physicalLocation\":\"Chennai\",\"pairedRegion\":[{\"name\":\"centralindia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralindia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westindia\",\"name\":\"westindia\",\"displayName\":\"West + India\",\"regionalDisplayName\":\"(Asia Pacific) West India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"72.868\",\"latitude\":\"19.088\",\"physicalLocation\":\"Mumbai\",\"pairedRegion\":[{\"name\":\"southindia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southindia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadaeast\",\"name\":\"canadaeast\",\"displayName\":\"Canada + East\",\"regionalDisplayName\":\"(Canada) Canada East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Canada\",\"longitude\":\"-71.217\",\"latitude\":\"46.817\",\"physicalLocation\":\"Quebec\",\"pairedRegion\":[{\"name\":\"canadacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francesouth\",\"name\":\"francesouth\",\"displayName\":\"France + South\",\"regionalDisplayName\":\"(Europe) France South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"2.1972\",\"latitude\":\"43.8345\",\"physicalLocation\":\"Marseille\",\"pairedRegion\":[{\"name\":\"francecentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francecentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanynorth\",\"name\":\"germanynorth\",\"displayName\":\"Germany + North\",\"regionalDisplayName\":\"(Europe) Germany North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.806422\",\"latitude\":\"53.073635\",\"physicalLocation\":\"Berlin\",\"pairedRegion\":[{\"name\":\"germanywestcentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanywestcentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwaywest\",\"name\":\"norwaywest\",\"displayName\":\"Norway + West\",\"regionalDisplayName\":\"(Europe) Norway West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"5.733107\",\"latitude\":\"58.969975\",\"physicalLocation\":\"Norway\",\"pairedRegion\":[{\"name\":\"norwayeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwayeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandwest\",\"name\":\"switzerlandwest\",\"displayName\":\"Switzerland + West\",\"regionalDisplayName\":\"(Europe) Switzerland West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"6.143158\",\"latitude\":\"46.204391\",\"physicalLocation\":\"Geneva\",\"pairedRegion\":[{\"name\":\"switzerlandnorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandnorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/ukwest\",\"name\":\"ukwest\",\"displayName\":\"UK + West\",\"regionalDisplayName\":\"(Europe) UK West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"-3.084\",\"latitude\":\"53.427\",\"physicalLocation\":\"Cardiff\",\"pairedRegion\":[{\"name\":\"uksouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uksouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaecentral\",\"name\":\"uaecentral\",\"displayName\":\"UAE + Central\",\"regionalDisplayName\":\"(Middle East) UAE Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Middle + East\",\"longitude\":\"54.366669\",\"latitude\":\"24.466667\",\"physicalLocation\":\"Abu + Dhabi\",\"pairedRegion\":[{\"name\":\"uaenorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaenorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsoutheast\",\"name\":\"brazilsoutheast\",\"displayName\":\"Brazil + Southeast\",\"regionalDisplayName\":\"(South America) Brazil Southeast\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"South + America\",\"longitude\":\"-43.2075\",\"latitude\":\"-22.90278\",\"physicalLocation\":\"Rio\",\"pairedRegion\":[{\"name\":\"brazilsouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsouth\"}]}}]}" + headers: + cache-control: + - no-cache + content-length: + - '31169' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:41:33 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus", "properties": {"infrastructureExpressRouteConnections": + [{"expressRouteAuthorizationKey": "", "expressRouteCircuitId": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/example-rg/providers/Microsoft.Network/expressRouteCircuits/example-circuit"}], + "ipv4AddressSpace": "20.0.0.0/19", "workloadExpressRouteConnections": [{"expressRouteAuthorizationKey": + "", "expressRouteCircuitId": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/example-rg/providers/Microsoft.Network/expressRouteCircuits/example-circuit"}]}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric controller create + Connection: + - keep-alive + Content-Length: + - '591' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --location --resource-name --infra-er-connections --workload-er-connections + --ipv4-address-space --no-wait + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061423?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061423","name":"nfa-tool-ts-cli-nfc061423","type":"microsoft.managednetworkfabric/networkfabriccontrollers","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:41:36.8480599Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:41:36.8480599Z"},"properties":{"infrastructureExpressRouteConnections":[{"expressRouteCircuitId":"/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/example-rg/providers/Microsoft.Network/expressRouteCircuits/example-circuit"}],"ipv4AddressSpace":"20.0.0.0/19","workloadExpressRouteConnections":[{"expressRouteCircuitId":"/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/example-rg/providers/Microsoft.Network/expressRouteCircuits/example-circuit"}],"managedResourceGroupConfiguration":{"location":"eastus","name":"nfa-tool-ts-cli-nfc061423-HostedResources-13F9FE1E"},"provisioningState":"Accepted"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/2a554f30-f7cc-4f9c-8687-e4e716bf2aed*BF0EC37D727A07AC136C27B1027D25E70E4F7370176FB8B200B9C1ED5C03BE96?api-version=2023-02-01-preview + cache-control: + - no-cache + content-length: + - '1183' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:41:39 GMT + etag: + - '"69045598-0000-0100-0000-648928e20000"' + expires: + - '-1' + mise-correlation-id: + - 5d62fd81-23ed-491c-82aa-6ad288c366ed + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric controller show + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061423?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061423","name":"nfa-tool-ts-cli-nfc061423","type":"microsoft.managednetworkfabric/networkfabriccontrollers","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:41:36.8480599Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:41:36.8480599Z"},"properties":{"infrastructureExpressRouteConnections":[{"expressRouteCircuitId":"/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/example-rg/providers/Microsoft.Network/expressRouteCircuits/example-circuit"}],"ipv4AddressSpace":"20.0.0.0/19","workloadExpressRouteConnections":[{"expressRouteCircuitId":"/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/example-rg/providers/Microsoft.Network/expressRouteCircuits/example-circuit"}],"managedResourceGroupConfiguration":{"location":"eastus","name":"nfa-tool-ts-cli-nfc061423-HostedResources-13F9FE1E"},"provisioningState":"Accepted"}}' + headers: + cache-control: + - no-cache + content-length: + - '1183' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:41:41 GMT + etag: + - '"69045598-0000-0100-0000-648928e20000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric controller list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers?api-version=2023-02-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/labtestnfcrg150523/providers/microsoft.managednetworkfabric/networkFabriccontrollers/NFC-Test-172023","name":"NFC-Test-172023","type":"microsoft.managednetworkfabric/networkfabriccontrollers","location":"eastus2euap","systemData":{"createdBy":"v-thvishnupr@microsoft.com","createdByType":"User","createdAt":"2023-05-17T07:19:00.9840797Z","lastModifiedBy":"v-thvishnupr@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-17T07:19:00.9840797Z"},"properties":{"managedResourceGroupConfiguration":{"location":"eastus2euap","name":"managedResourceGroupName"},"ipv4AddressSpace":"10.245.160.0/19","annotation":"lab1","infrastructureExpressRouteConnections":[{"expressRouteCircuitId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ER-Dedicated-WUS2-AFO-Circuits/providers/Microsoft.Network/expressRouteCircuits/MSFT-ER-Dedicated-PvtPeering-WestUS2-AFO-Ckt-11"}],"workloadExpressRouteConnections":[{"expressRouteCircuitId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ER-Dedicated-WUS2-AFO-Circuits/providers/Microsoft.Network/expressRouteCircuits/MSFT-ER-Dedicated-PvtPeering-WestUS2-AFO-Ckt-12"}],"provisioningState":"Failed"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/labtestnfcrg120922/providers/microsoft.managednetworkfabric/networkFabriccontrollers/nffab303012023","name":"nffab303012023","type":"microsoft.managednetworkfabric/networkfabriccontrollers","location":"eastus2euap","systemData":{"createdBy":"v-rajonnalag@microsoft.com","createdByType":"User","createdAt":"2023-05-17T10:39:01.7469605Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T12:44:47.8088911Z"},"properties":{"provisioningState":"Failed","operationalState":"Succeeded","workloadManagementNetwork":true,"infrastructureServices":{"ipv4AddressSpaces":["10.0.0.0/21"],"ipv6AddressSpaces":[]},"workloadServices":{"ipv4AddressSpaces":["10.0.28.0/22"],"ipv6AddressSpaces":[]},"ipv4AddressSpace":"10.0.0.0/19","infrastructureExpressRouteConnections":[{"expressRouteCircuitId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ER-Dedicated-WUS2-AFO-Circuits/providers/Microsoft.Network/expressRouteCircuits/MSFT-ER-Dedicated-PvtPeering-WestUS2-AFO-Ckt-13"}],"workloadExpressRouteConnections":[{"expressRouteCircuitId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ER-Dedicated-WUS2-AFO-Circuits/providers/Microsoft.Network/expressRouteCircuits/MSFT-ER-Dedicated-PvtPeering-WestUS2-AFO-Ckt-14"}],"managedResourceGroupConfiguration":{"location":"eastus2euap","name":"nffab303012023-HostedResources-4985EE11"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/labtestnfcrg150523/providers/microsoft.managednetworkfabric/networkFabriccontrollers/nfc240523","name":"nfc240523","type":"microsoft.managednetworkfabric/networkfabriccontrollers","location":"eastus2euap","systemData":{"createdBy":"edf733ea-9067-4115-8588-b12c62d25d45","createdByType":"Application","createdAt":"2023-05-24T09:51:45.7718562Z","lastModifiedBy":"edf733ea-9067-4115-8588-b12c62d25d45","lastModifiedByType":"Application","lastModifiedAt":"2023-05-24T09:51:45.7718562Z"},"properties":{"ipv4AddressSpace":"10.0.0.0/19","annotation":"Fab2","infrastructureExpressRouteConnections":[{"expressRouteCircuitId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ER-Dedicated-WUS2-AFO-Circuits/providers/Microsoft.Network/expressRouteCircuits/MSFT-ER-Dedicated-PvtPeering-WestUS2-AFO-Ckt-13"}],"workloadExpressRouteConnections":[{"expressRouteCircuitId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ER-Dedicated-WUS2-AFO-Circuits/providers/Microsoft.Network/expressRouteCircuits/MSFT-ER-Dedicated-PvtPeering-WestUS2-AFO-Ckt-14"}],"managedResourceGroupConfiguration":{"location":"eastus2euap","name":"nfc240523-HostedResources-0C087F5B"},"provisioningState":"Failed","operationalState":"Succeeded","workloadManagementNetwork":true,"infrastructureServices":{"ipv4AddressSpaces":["10.0.0.0/21"],"ipv6AddressSpaces":[]},"workloadServices":{"ipv4AddressSpaces":["10.0.28.0/22"],"ipv6AddressSpaces":[]}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfcrg061323/providers/microsoft.managednetworkfabric/networkFabriccontrollers/nfcfab1061323","name":"nfcfab1061323","type":"microsoft.managednetworkfabric/networkfabriccontrollers","location":"eastus2euap","systemData":{"createdBy":"edf733ea-9067-4115-8588-b12c62d25d45","createdByType":"Application","createdAt":"2023-06-13T11:08:17.9826172Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T12:06:30.512505Z"},"properties":{"managedResourceGroupConfiguration":{"location":"eastus2euap","name":"nfcfab1061323-HostedResources-1AEC8AB2"},"ipv4AddressSpace":"10.245.96.0/19","annotation":"fab1","infrastructureExpressRouteConnections":[{"expressRouteCircuitId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ER-Dedicated-WUS2-AFO-Circuits/providers/Microsoft.Network/expressRouteCircuits/MSFT-ER-Dedicated-PvtPeering-WestUS2-AFO-Ckt-01"}],"workloadExpressRouteConnections":[{"expressRouteCircuitId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ER-Dedicated-WUS2-AFO-Circuits/providers/Microsoft.Network/expressRouteCircuits/MSFT-ER-Dedicated-PvtPeering-WestUS2-AFO-Ckt-04"}],"provisioningState":"Succeeded","operationalState":"Succeeded","workloadManagementNetwork":true,"infrastructureServices":{"ipv4AddressSpaces":["10.245.96.0/21"],"ipv6AddressSpaces":[]},"workloadServices":{"ipv4AddressSpaces":["10.245.124.0/22"],"ipv6AddressSpaces":[]},"networkFabricIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/fab1nfrg061323/providers/microsoft.managednetworkfabric/networkfabrics/nffab1061323"]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-nfc060223","name":"nfa-tool-ts-nfc060223","type":"microsoft.managednetworkfabric/networkfabriccontrollers","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-05T05:39:38.5844335Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T10:07:08.746557Z"},"properties":{"infrastructureExpressRouteConnections":[{"expressRouteCircuitId":"ssabcdefghabcdefgh"}],"ipv4AddressSpace":"10.0.0.0/19","workloadExpressRouteConnections":[{"expressRouteCircuitId":"ssabcdefghabcdefgh"}],"managedResourceGroupConfiguration":{"location":"eastus","name":"nfa-tool-ts-nfc060223-HostedResources-4166D7B2"},"provisioningState":"Succeeded","operationalState":"Succeeded","workloadManagementNetwork":true,"infrastructureServices":{"ipv4AddressSpaces":["10.0.0.0/21"],"ipv6AddressSpaces":[]},"workloadServices":{"ipv4AddressSpaces":["10.0.28.0/22"],"ipv6AddressSpaces":[]},"networkFabricIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/networkfabrics/nfa-tool-ts-nf060523"]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","name":"nfa-tool-ts-cli-nfc061323","type":"microsoft.managednetworkfabric/networkfabriccontrollers","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:07:44.2597811Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:07:44.2597811Z"},"properties":{"infrastructureExpressRouteConnections":[{"expressRouteCircuitId":"/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/example-rg/providers/Microsoft.Network/expressRouteCircuits/example-circuit"}],"ipv4AddressSpace":"20.0.0.0/19","workloadExpressRouteConnections":[{"expressRouteCircuitId":"/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/example-rg/providers/Microsoft.Network/expressRouteCircuits/example-circuit"}],"managedResourceGroupConfiguration":{"location":"eastus","name":"nfa-tool-ts-cli-nfc061323-HostedResources-6EDA7BAC"},"provisioningState":"Deleting","operationalState":"Succeeded","workloadManagementNetwork":true,"infrastructureServices":{"ipv4AddressSpaces":["20.0.0.0/21"],"ipv6AddressSpaces":[]},"workloadServices":{"ipv4AddressSpaces":["20.0.28.0/22"],"ipv6AddressSpaces":[]}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061423","name":"nfa-tool-ts-cli-nfc061423","type":"microsoft.managednetworkfabric/networkfabriccontrollers","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:41:36.8480599Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:41:36.8480599Z"},"properties":{"infrastructureExpressRouteConnections":[{"expressRouteCircuitId":"/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/example-rg/providers/Microsoft.Network/expressRouteCircuits/example-circuit"}],"ipv4AddressSpace":"20.0.0.0/19","workloadExpressRouteConnections":[{"expressRouteCircuitId":"/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/example-rg/providers/Microsoft.Network/expressRouteCircuits/example-circuit"}],"managedResourceGroupConfiguration":{"location":"eastus","name":"nfa-tool-ts-cli-nfc061423-HostedResources-13F9FE1E"},"provisioningState":"Accepted"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ankitha-rg/providers/microsoft.managednetworkfabric/networkfabriccontrollers/E2E-Test-NFC","name":"E2E-Test-NFC","type":"microsoft.managednetworkfabric/networkfabriccontrollers","location":"westus3","systemData":{"createdBy":"v-akurapati@microsoft.com","createdByType":"User","createdAt":"2023-04-26T05:50:56.589034Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-04-26T06:39:57.993253Z"},"properties":{"provisioningState":"Succeeded","operationalState":"Succeeded","workloadManagementNetwork":true,"infrastructureServices":{"ipv4AddressSpaces":["172.253.0.0/21"],"ipv6AddressSpaces":[]},"workloadServices":{"ipv4AddressSpaces":["172.253.28.0/22"],"ipv6AddressSpaces":[]},"managedResourceGroupConfiguration":{"location":"westus3","name":"managedResourceGroupName"},"ipv4AddressSpace":"172.253.0.0/19","annotation":"lab + 1","infrastructureExpressRouteConnections":[{"expressRouteCircuitId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ER-Dedicated-WUS2-AFO-Circuits/providers/Microsoft.Network/expressRouteCircuits/MSFT-ER-Dedicated-PvtPeering-WestUS2-AFO-Ckt-13"}],"workloadExpressRouteConnections":[{"expressRouteCircuitId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ER-Dedicated-WUS2-AFO-Circuits/providers/Microsoft.Network/expressRouteCircuits/MSFT-ER-Dedicated-PvtPeering-WestUS2-AFO-Ckt-14"}]}}]}' + headers: + cache-control: + - no-cache + content-length: + - '11454' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:41:43 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: + - 0edc3f7f-6e53-465d-b58f-1eff38d98144 + - e9e9774b-d3ab-4954-ae89-90417cb4b53d + - 1153211c-c739-478e-8096-9bda7fcde96c + - fd207c7d-0981-4be5-94b3-46fe533f698f + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric controller list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers?api-version=2023-02-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-nfc060223","name":"nfa-tool-ts-nfc060223","type":"microsoft.managednetworkfabric/networkfabriccontrollers","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-05T05:39:38.5844335Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T10:07:08.746557Z"},"properties":{"infrastructureExpressRouteConnections":[{"expressRouteCircuitId":"ssabcdefghabcdefgh"}],"ipv4AddressSpace":"10.0.0.0/19","workloadExpressRouteConnections":[{"expressRouteCircuitId":"ssabcdefghabcdefgh"}],"managedResourceGroupConfiguration":{"location":"eastus","name":"nfa-tool-ts-nfc060223-HostedResources-4166D7B2"},"provisioningState":"Succeeded","operationalState":"Succeeded","workloadManagementNetwork":true,"infrastructureServices":{"ipv4AddressSpaces":["10.0.0.0/21"],"ipv6AddressSpaces":[]},"workloadServices":{"ipv4AddressSpaces":["10.0.28.0/22"],"ipv6AddressSpaces":[]},"networkFabricIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/nfa-tool-ts-clisdktest-nfrg060523/providers/microsoft.managednetworkfabric/networkfabrics/nfa-tool-ts-nf060523"]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","name":"nfa-tool-ts-cli-nfc061323","type":"microsoft.managednetworkfabric/networkfabriccontrollers","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:07:44.2597811Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:07:44.2597811Z"},"properties":{"infrastructureExpressRouteConnections":[{"expressRouteCircuitId":"/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/example-rg/providers/Microsoft.Network/expressRouteCircuits/example-circuit"}],"ipv4AddressSpace":"20.0.0.0/19","workloadExpressRouteConnections":[{"expressRouteCircuitId":"/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/example-rg/providers/Microsoft.Network/expressRouteCircuits/example-circuit"}],"managedResourceGroupConfiguration":{"location":"eastus","name":"nfa-tool-ts-cli-nfc061323-HostedResources-6EDA7BAC"},"provisioningState":"Deleting","operationalState":"Succeeded","workloadManagementNetwork":true,"infrastructureServices":{"ipv4AddressSpaces":["20.0.0.0/21"],"ipv6AddressSpaces":[]},"workloadServices":{"ipv4AddressSpaces":["20.0.28.0/22"],"ipv6AddressSpaces":[]}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061423","name":"nfa-tool-ts-cli-nfc061423","type":"microsoft.managednetworkfabric/networkfabriccontrollers","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:41:36.8480599Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:41:36.8480599Z"},"properties":{"infrastructureExpressRouteConnections":[{"expressRouteCircuitId":"/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/example-rg/providers/Microsoft.Network/expressRouteCircuits/example-circuit"}],"ipv4AddressSpace":"20.0.0.0/19","workloadExpressRouteConnections":[{"expressRouteCircuitId":"/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/example-rg/providers/Microsoft.Network/expressRouteCircuits/example-circuit"}],"managedResourceGroupConfiguration":{"location":"eastus","name":"nfa-tool-ts-cli-nfc061423-HostedResources-13F9FE1E"},"provisioningState":"Accepted"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '3983' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:41:44 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: + - 6fcdcbf3-f298-48fa-b034-409cebeb65ed + - f4a7e40b-7bad-49bc-8216-fa0f330e80f0 + - ad7e805c-cd6d-4708-a9f2-14001343e74e + - 5610433d-bdb2-4982-919a-5970e5ea92ac + status: + code: 200 + message: OK +version: 1 diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_nfc_scenario2.yaml b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_nfc_scenario2.yaml new file mode 100644 index 00000000000..81d0b3e3829 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_nfc_scenario2.yaml @@ -0,0 +1,1408 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric controller delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323?api-version=2023-02-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:41:33 GMT + etag: + - '"69049a94-0000-0100-0000-648928de0000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + mise-correlation-id: + - a8368d95-b7a3-49b7-82e2-f2934e7868d8 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14998' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:41:34 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:42:06 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:42:37 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:43:10 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:43:42 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:44:13 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:44:44 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:45:15 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:45:46 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:46:16 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:46:48 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:47:19 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:47:50 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:48:21 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:48:53 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:49:23 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:49:54 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:50:25 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:50:56 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:51:27 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:51:58 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:52:29 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:53:00 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:53:31 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:54:02 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:54:34 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:55:04 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:55:35 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:56:06 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Deleting","startTime":"2023-06-14T02:41:33.9881954Z"}' + headers: + cache-control: + - no-cache + content-length: + - '621' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:56:37 GMT + etag: + - '"9803714f-0000-0100-0000-648928dd0000"' + expires: + - '-1' + 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: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Succeeded","startTime":"2023-06-14T02:41:33.9881954Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '640' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:57:07 GMT + etag: + - '"7900ad8d-0000-0500-0000-64892c6f0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric controller delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","name":"50127353-88d8-4784-b92f-810ed1933c64*DE16F89F06C07A6C8C27BC39D75105791A82DC987E769F64C2ADD4E9D32EC112","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/nfa-tool-ts-cli-nfc061323","status":"Succeeded","startTime":"2023-06-14T02:41:33.9881954Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '640' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:57:08 GMT + etag: + - '"7900ad8d-0000-0500-0000-64892c6f0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_nni_scenario1.yaml b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_nni_scenario1.yaml new file mode 100644 index 00000000000..0ace1eb9bae --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_nni_scenario1.yaml @@ -0,0 +1,204 @@ +interactions: +- request: + body: '{"properties": {"isManagementType": "True", "layer2Configuration": {"mtu": + 1500, "portCount": 3}, "layer3Configuration": {"exportRoutePolicyId": "", + "importRoutePolicyId": "", "peerASN": 65535, "primaryIpv4Prefix": + "20.20.0.0/27", "primaryIpv6Prefix": "3FFE:FFFF:0:CD30::a4/127", "secondaryIpv4Prefix": + "20.20.0.0/25", "secondaryIpv6Prefix": "3FFE:FFFF:0:CD30::a4/127", "vlanId": + 600}, "useOptionB": "True"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric nni create + Connection: + - keep-alive + Content-Length: + - '450' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --resource-name --fabric --is-management-type --use-option-b + --layer2-configuration --layer3-configuration + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf1-061223/networkToNetworkInterconnects/nfa-tool-ts-cli-nni061223?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf1-061223/networkToNetworkInterconnects/nfa-tool-ts-cli-nni061223","name":"nfa-tool-ts-cli-nni061223","type":"microsoft.managednetworkfabric/networkfabrics/networktonetworkinterconnects","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:52:47.6736218Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:52:47.6736218Z"},"properties":{"isManagementType":"True","layer2Configuration":{"mtu":1500,"portCount":3},"layer3Configuration":{"exportRoutePolicyId":"","importRoutePolicyId":"","peerASN":65535,"primaryIpv4Prefix":"20.20.0.0/27","primaryIpv6Prefix":"3FFE:FFFF:0:CD30::a4/127","secondaryIpv4Prefix":"20.20.0.0/25","secondaryIpv6Prefix":"3FFE:FFFF:0:CD30::a4/127","vlanId":600},"useOptionB":"True","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1067' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:52:48 GMT + etag: + - '"0000ae21-0000-0100-0000-64892b810000"' + expires: + - '-1' + mise-correlation-id: + - bea7fb64-41dd-4262-a01c-229c53c73799 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric nni show + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group --fabric + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf1-061223/networkToNetworkInterconnects/nfa-tool-ts-cli-nni061223?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf1-061223/networkToNetworkInterconnects/nfa-tool-ts-cli-nni061223","name":"nfa-tool-ts-cli-nni061223","type":"microsoft.managednetworkfabric/networkfabrics/networktonetworkinterconnects","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:52:47.6736218Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:52:47.6736218Z"},"properties":{"isManagementType":"True","layer2Configuration":{"mtu":1500,"portCount":3},"layer3Configuration":{"exportRoutePolicyId":"","importRoutePolicyId":"","peerASN":65535,"primaryIpv4Prefix":"20.20.0.0/27","primaryIpv6Prefix":"3FFE:FFFF:0:CD30::a4/127","secondaryIpv4Prefix":"20.20.0.0/25","secondaryIpv6Prefix":"3FFE:FFFF:0:CD30::a4/127","vlanId":600},"useOptionB":"True","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1067' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:52:50 GMT + etag: + - '"0000ae21-0000-0100-0000-64892b810000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric nni list + Connection: + - keep-alive + ParameterSetName: + - --resource-group --fabric + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf1-061223/networkToNetworkInterconnects?api-version=2023-02-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf1-061223/networkToNetworkInterconnects/nfa-tool-ts-cli-nni061223","name":"nfa-tool-ts-cli-nni061223","type":"microsoft.managednetworkfabric/networkfabrics/networktonetworkinterconnects","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:52:47.6736218Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:52:47.6736218Z"},"properties":{"isManagementType":"True","layer2Configuration":{"mtu":1500,"portCount":3},"layer3Configuration":{"exportRoutePolicyId":"","importRoutePolicyId":"","peerASN":65535,"primaryIpv4Prefix":"20.20.0.0/27","primaryIpv6Prefix":"3FFE:FFFF:0:CD30::a4/127","secondaryIpv4Prefix":"20.20.0.0/25","secondaryIpv6Prefix":"3FFE:FFFF:0:CD30::a4/127","vlanId":600},"useOptionB":"True","provisioningState":"Succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1079' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:52:51 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric nni delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-name --resource-group --fabric + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/networkFabrics/nfa-tool-ts-cli-nf1-061223/networkToNetworkInterconnects/nfa-tool-ts-cli-nni061223?api-version=2023-02-01-preview + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 14 Jun 2023 02:52:54 GMT + expires: + - '-1' + mise-correlation-id: + - 4e14dcb7-5ec1-4894-8012-d2135ded66cc + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14998' + status: + code: 200 + message: OK +version: 1 diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_route_policy_scenario1.yaml b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_route_policy_scenario1.yaml new file mode 100644 index 00000000000..d2f89693889 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_route_policy_scenario1.yaml @@ -0,0 +1,578 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric routepolicy create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --statements + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/locations?api-version=2019-11-01 + response: + body: + string: "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus\",\"name\":\"eastus\",\"displayName\":\"East + US\",\"regionalDisplayName\":\"(US) East US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-79.8164\",\"latitude\":\"37.3719\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"westus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2\",\"name\":\"eastus2\",\"displayName\":\"East + US 2\",\"regionalDisplayName\":\"(US) East US 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-78.3889\",\"latitude\":\"36.6681\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"centralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralus\",\"name\":\"southcentralus\",\"displayName\":\"South + Central US\",\"regionalDisplayName\":\"(US) South Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-98.5\",\"latitude\":\"29.4167\",\"physicalLocation\":\"Texas\",\"pairedRegion\":[{\"name\":\"northcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus2\",\"name\":\"westus2\",\"displayName\":\"West + US 2\",\"regionalDisplayName\":\"(US) West US 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-119.852\",\"latitude\":\"47.233\",\"physicalLocation\":\"Washington\",\"pairedRegion\":[{\"name\":\"westcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus3\",\"name\":\"westus3\",\"displayName\":\"West + US 3\",\"regionalDisplayName\":\"(US) West US 3\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-112.074036\",\"latitude\":\"33.448376\",\"physicalLocation\":\"Phoenix\",\"pairedRegion\":[{\"name\":\"eastus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiaeast\",\"name\":\"australiaeast\",\"displayName\":\"Australia + East\",\"regionalDisplayName\":\"(Asia Pacific) Australia East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"151.2094\",\"latitude\":\"-33.86\",\"physicalLocation\":\"New + South Wales\",\"pairedRegion\":[{\"name\":\"australiasoutheast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiasoutheast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southeastasia\",\"name\":\"southeastasia\",\"displayName\":\"Southeast + Asia\",\"regionalDisplayName\":\"(Asia Pacific) Southeast Asia\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"103.833\",\"latitude\":\"1.283\",\"physicalLocation\":\"Singapore\",\"pairedRegion\":[{\"name\":\"eastasia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastasia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northeurope\",\"name\":\"northeurope\",\"displayName\":\"North + Europe\",\"regionalDisplayName\":\"(Europe) North Europe\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"-6.2597\",\"latitude\":\"53.3478\",\"physicalLocation\":\"Ireland\",\"pairedRegion\":[{\"name\":\"westeurope\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westeurope\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/swedencentral\",\"name\":\"swedencentral\",\"displayName\":\"Sweden + Central\",\"regionalDisplayName\":\"(Europe) Sweden Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"17.14127\",\"latitude\":\"60.67488\",\"physicalLocation\":\"G\xE4vle\",\"pairedRegion\":[{\"name\":\"swedensouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/swedensouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uksouth\",\"name\":\"uksouth\",\"displayName\":\"UK + South\",\"regionalDisplayName\":\"(Europe) UK South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"-0.799\",\"latitude\":\"50.941\",\"physicalLocation\":\"London\",\"pairedRegion\":[{\"name\":\"ukwest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/ukwest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westeurope\",\"name\":\"westeurope\",\"displayName\":\"West + Europe\",\"regionalDisplayName\":\"(Europe) West Europe\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"4.9\",\"latitude\":\"52.3667\",\"physicalLocation\":\"Netherlands\",\"pairedRegion\":[{\"name\":\"northeurope\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northeurope\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralus\",\"name\":\"centralus\",\"displayName\":\"Central + US\",\"regionalDisplayName\":\"(US) Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-93.6208\",\"latitude\":\"41.5908\",\"physicalLocation\":\"Iowa\",\"pairedRegion\":[{\"name\":\"eastus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricanorth\",\"name\":\"southafricanorth\",\"displayName\":\"South + Africa North\",\"regionalDisplayName\":\"(Africa) South Africa North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Africa\",\"longitude\":\"28.21837\",\"latitude\":\"-25.73134\",\"physicalLocation\":\"Johannesburg\",\"pairedRegion\":[{\"name\":\"southafricawest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricawest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralindia\",\"name\":\"centralindia\",\"displayName\":\"Central + India\",\"regionalDisplayName\":\"(Asia Pacific) Central India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"73.9197\",\"latitude\":\"18.5822\",\"physicalLocation\":\"Pune\",\"pairedRegion\":[{\"name\":\"southindia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southindia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastasia\",\"name\":\"eastasia\",\"displayName\":\"East + Asia\",\"regionalDisplayName\":\"(Asia Pacific) East Asia\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"114.188\",\"latitude\":\"22.267\",\"physicalLocation\":\"Hong + Kong\",\"pairedRegion\":[{\"name\":\"southeastasia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southeastasia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japaneast\",\"name\":\"japaneast\",\"displayName\":\"Japan + East\",\"regionalDisplayName\":\"(Asia Pacific) Japan East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"139.77\",\"latitude\":\"35.68\",\"physicalLocation\":\"Tokyo, + Saitama\",\"pairedRegion\":[{\"name\":\"japanwest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japanwest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreacentral\",\"name\":\"koreacentral\",\"displayName\":\"Korea + Central\",\"regionalDisplayName\":\"(Asia Pacific) Korea Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"126.978\",\"latitude\":\"37.5665\",\"physicalLocation\":\"Seoul\",\"pairedRegion\":[{\"name\":\"koreasouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreasouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadacentral\",\"name\":\"canadacentral\",\"displayName\":\"Canada + Central\",\"regionalDisplayName\":\"(Canada) Canada Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Canada\",\"longitude\":\"-79.383\",\"latitude\":\"43.653\",\"physicalLocation\":\"Toronto\",\"pairedRegion\":[{\"name\":\"canadaeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadaeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francecentral\",\"name\":\"francecentral\",\"displayName\":\"France + Central\",\"regionalDisplayName\":\"(Europe) France Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"2.373\",\"latitude\":\"46.3772\",\"physicalLocation\":\"Paris\",\"pairedRegion\":[{\"name\":\"francesouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francesouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanywestcentral\",\"name\":\"germanywestcentral\",\"displayName\":\"Germany + West Central\",\"regionalDisplayName\":\"(Europe) Germany West Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.682127\",\"latitude\":\"50.110924\",\"physicalLocation\":\"Frankfurt\",\"pairedRegion\":[{\"name\":\"germanynorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanynorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwayeast\",\"name\":\"norwayeast\",\"displayName\":\"Norway + East\",\"regionalDisplayName\":\"(Europe) Norway East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"10.752245\",\"latitude\":\"59.913868\",\"physicalLocation\":\"Norway\",\"pairedRegion\":[{\"name\":\"norwaywest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwaywest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/polandcentral\",\"name\":\"polandcentral\",\"displayName\":\"Poland + Central\",\"regionalDisplayName\":\"(Europe) Poland Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"21.01666\",\"latitude\":\"52.23334\",\"physicalLocation\":\"Warsaw\",\"pairedRegion\":[]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandnorth\",\"name\":\"switzerlandnorth\",\"displayName\":\"Switzerland + North\",\"regionalDisplayName\":\"(Europe) Switzerland North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.564572\",\"latitude\":\"47.451542\",\"physicalLocation\":\"Zurich\",\"pairedRegion\":[{\"name\":\"switzerlandwest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandwest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaenorth\",\"name\":\"uaenorth\",\"displayName\":\"UAE + North\",\"regionalDisplayName\":\"(Middle East) UAE North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Middle + East\",\"longitude\":\"55.316666\",\"latitude\":\"25.266666\",\"physicalLocation\":\"Dubai\",\"pairedRegion\":[{\"name\":\"uaecentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaecentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsouth\",\"name\":\"brazilsouth\",\"displayName\":\"Brazil + South\",\"regionalDisplayName\":\"(South America) Brazil South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"South + America\",\"longitude\":\"-46.633\",\"latitude\":\"-23.55\",\"physicalLocation\":\"Sao + Paulo State\",\"pairedRegion\":[{\"name\":\"southcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centraluseuap\",\"name\":\"centraluseuap\",\"displayName\":\"Central + US EUAP\",\"regionalDisplayName\":\"(US) Central US EUAP\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-93.6208\",\"latitude\":\"41.5908\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"eastus2euap\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2euap\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2euap\",\"name\":\"eastus2euap\",\"displayName\":\"East + US 2 EUAP\",\"regionalDisplayName\":\"(US) East US 2 EUAP\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-78.3889\",\"latitude\":\"36.6681\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"centraluseuap\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centraluseuap\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/qatarcentral\",\"name\":\"qatarcentral\",\"displayName\":\"Qatar + Central\",\"regionalDisplayName\":\"(Middle East) Qatar Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Middle + East\",\"longitude\":\"51.439327\",\"latitude\":\"25.551462\",\"physicalLocation\":\"Doha\",\"pairedRegion\":[]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralusstage\",\"name\":\"centralusstage\",\"displayName\":\"Central + US (Stage)\",\"regionalDisplayName\":\"(US) Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstage\",\"name\":\"eastusstage\",\"displayName\":\"East + US (Stage)\",\"regionalDisplayName\":\"(US) East US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2stage\",\"name\":\"eastus2stage\",\"displayName\":\"East + US 2 (Stage)\",\"regionalDisplayName\":\"(US) East US 2 (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralusstage\",\"name\":\"northcentralusstage\",\"displayName\":\"North + Central US (Stage)\",\"regionalDisplayName\":\"(US) North Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstage\",\"name\":\"southcentralusstage\",\"displayName\":\"South + Central US (Stage)\",\"regionalDisplayName\":\"(US) South Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westusstage\",\"name\":\"westusstage\",\"displayName\":\"West + US (Stage)\",\"regionalDisplayName\":\"(US) West US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus2stage\",\"name\":\"westus2stage\",\"displayName\":\"West + US 2 (Stage)\",\"regionalDisplayName\":\"(US) West US 2 (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/asia\",\"name\":\"asia\",\"displayName\":\"Asia\",\"regionalDisplayName\":\"Asia\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/asiapacific\",\"name\":\"asiapacific\",\"displayName\":\"Asia + Pacific\",\"regionalDisplayName\":\"Asia Pacific\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australia\",\"name\":\"australia\",\"displayName\":\"Australia\",\"regionalDisplayName\":\"Australia\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazil\",\"name\":\"brazil\",\"displayName\":\"Brazil\",\"regionalDisplayName\":\"Brazil\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canada\",\"name\":\"canada\",\"displayName\":\"Canada\",\"regionalDisplayName\":\"Canada\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/europe\",\"name\":\"europe\",\"displayName\":\"Europe\",\"regionalDisplayName\":\"Europe\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/france\",\"name\":\"france\",\"displayName\":\"France\",\"regionalDisplayName\":\"France\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germany\",\"name\":\"germany\",\"displayName\":\"Germany\",\"regionalDisplayName\":\"Germany\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/global\",\"name\":\"global\",\"displayName\":\"Global\",\"regionalDisplayName\":\"Global\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/india\",\"name\":\"india\",\"displayName\":\"India\",\"regionalDisplayName\":\"India\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japan\",\"name\":\"japan\",\"displayName\":\"Japan\",\"regionalDisplayName\":\"Japan\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/korea\",\"name\":\"korea\",\"displayName\":\"Korea\",\"regionalDisplayName\":\"Korea\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norway\",\"name\":\"norway\",\"displayName\":\"Norway\",\"regionalDisplayName\":\"Norway\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/singapore\",\"name\":\"singapore\",\"displayName\":\"Singapore\",\"regionalDisplayName\":\"Singapore\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafrica\",\"name\":\"southafrica\",\"displayName\":\"South + Africa\",\"regionalDisplayName\":\"South Africa\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerland\",\"name\":\"switzerland\",\"displayName\":\"Switzerland\",\"regionalDisplayName\":\"Switzerland\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uae\",\"name\":\"uae\",\"displayName\":\"United + Arab Emirates\",\"regionalDisplayName\":\"United Arab Emirates\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uk\",\"name\":\"uk\",\"displayName\":\"United + Kingdom\",\"regionalDisplayName\":\"United Kingdom\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/unitedstates\",\"name\":\"unitedstates\",\"displayName\":\"United + States\",\"regionalDisplayName\":\"United States\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/unitedstateseuap\",\"name\":\"unitedstateseuap\",\"displayName\":\"United + States EUAP\",\"regionalDisplayName\":\"United States EUAP\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastasiastage\",\"name\":\"eastasiastage\",\"displayName\":\"East + Asia (Stage)\",\"regionalDisplayName\":\"(Asia Pacific) East Asia (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southeastasiastage\",\"name\":\"southeastasiastage\",\"displayName\":\"Southeast + Asia (Stage)\",\"regionalDisplayName\":\"(Asia Pacific) Southeast Asia (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilus\",\"name\":\"brazilus\",\"displayName\":\"Brazil + US\",\"regionalDisplayName\":\"(South America) Brazil US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"South + America\",\"longitude\":\"0\",\"latitude\":\"0\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"brazilsoutheast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsoutheast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstg\",\"name\":\"eastusstg\",\"displayName\":\"East + US STG\",\"regionalDisplayName\":\"(US) East US STG\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-79.8164\",\"latitude\":\"37.3719\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"southcentralusstg\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstg\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralus\",\"name\":\"northcentralus\",\"displayName\":\"North + Central US\",\"regionalDisplayName\":\"(US) North Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-87.6278\",\"latitude\":\"41.8819\",\"physicalLocation\":\"Illinois\",\"pairedRegion\":[{\"name\":\"southcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus\",\"name\":\"westus\",\"displayName\":\"West + US\",\"regionalDisplayName\":\"(US) West US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-122.417\",\"latitude\":\"37.783\",\"physicalLocation\":\"California\",\"pairedRegion\":[{\"name\":\"eastus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiawest\",\"name\":\"jioindiawest\",\"displayName\":\"Jio + India West\",\"regionalDisplayName\":\"(Asia Pacific) Jio India West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"70.05773\",\"latitude\":\"22.470701\",\"physicalLocation\":\"Jamnagar\",\"pairedRegion\":[{\"name\":\"jioindiacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstg\",\"name\":\"southcentralusstg\",\"displayName\":\"South + Central US STG\",\"regionalDisplayName\":\"(US) South Central US STG\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-98.5\",\"latitude\":\"29.4167\",\"physicalLocation\":\"Texas\",\"pairedRegion\":[{\"name\":\"eastusstg\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstg\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westcentralus\",\"name\":\"westcentralus\",\"displayName\":\"West + Central US\",\"regionalDisplayName\":\"(US) West Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-110.234\",\"latitude\":\"40.89\",\"physicalLocation\":\"Wyoming\",\"pairedRegion\":[{\"name\":\"westus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus2\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricawest\",\"name\":\"southafricawest\",\"displayName\":\"South + Africa West\",\"regionalDisplayName\":\"(Africa) South Africa West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Africa\",\"longitude\":\"18.843266\",\"latitude\":\"-34.075691\",\"physicalLocation\":\"Cape + Town\",\"pairedRegion\":[{\"name\":\"southafricanorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricanorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral\",\"name\":\"australiacentral\",\"displayName\":\"Australia + Central\",\"regionalDisplayName\":\"(Asia Pacific) Australia Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"149.1244\",\"latitude\":\"-35.3075\",\"physicalLocation\":\"Canberra\",\"pairedRegion\":[{\"name\":\"australiacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral2\",\"name\":\"australiacentral2\",\"displayName\":\"Australia + Central 2\",\"regionalDisplayName\":\"(Asia Pacific) Australia Central 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"149.1244\",\"latitude\":\"-35.3075\",\"physicalLocation\":\"Canberra\",\"pairedRegion\":[{\"name\":\"australiacentral2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral2\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiasoutheast\",\"name\":\"australiasoutheast\",\"displayName\":\"Australia + Southeast\",\"regionalDisplayName\":\"(Asia Pacific) Australia Southeast\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"144.9631\",\"latitude\":\"-37.8136\",\"physicalLocation\":\"Victoria\",\"pairedRegion\":[{\"name\":\"australiaeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiaeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japanwest\",\"name\":\"japanwest\",\"displayName\":\"Japan + West\",\"regionalDisplayName\":\"(Asia Pacific) Japan West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"135.5022\",\"latitude\":\"34.6939\",\"physicalLocation\":\"Osaka\",\"pairedRegion\":[{\"name\":\"japaneast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japaneast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiacentral\",\"name\":\"jioindiacentral\",\"displayName\":\"Jio + India Central\",\"regionalDisplayName\":\"(Asia Pacific) Jio India Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"79.08886\",\"latitude\":\"21.146633\",\"physicalLocation\":\"Nagpur\",\"pairedRegion\":[{\"name\":\"jioindiawest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiawest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreasouth\",\"name\":\"koreasouth\",\"displayName\":\"Korea + South\",\"regionalDisplayName\":\"(Asia Pacific) Korea South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"129.0756\",\"latitude\":\"35.1796\",\"physicalLocation\":\"Busan\",\"pairedRegion\":[{\"name\":\"koreacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southindia\",\"name\":\"southindia\",\"displayName\":\"South + India\",\"regionalDisplayName\":\"(Asia Pacific) South India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"80.1636\",\"latitude\":\"12.9822\",\"physicalLocation\":\"Chennai\",\"pairedRegion\":[{\"name\":\"centralindia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralindia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westindia\",\"name\":\"westindia\",\"displayName\":\"West + India\",\"regionalDisplayName\":\"(Asia Pacific) West India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"72.868\",\"latitude\":\"19.088\",\"physicalLocation\":\"Mumbai\",\"pairedRegion\":[{\"name\":\"southindia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southindia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadaeast\",\"name\":\"canadaeast\",\"displayName\":\"Canada + East\",\"regionalDisplayName\":\"(Canada) Canada East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Canada\",\"longitude\":\"-71.217\",\"latitude\":\"46.817\",\"physicalLocation\":\"Quebec\",\"pairedRegion\":[{\"name\":\"canadacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francesouth\",\"name\":\"francesouth\",\"displayName\":\"France + South\",\"regionalDisplayName\":\"(Europe) France South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"2.1972\",\"latitude\":\"43.8345\",\"physicalLocation\":\"Marseille\",\"pairedRegion\":[{\"name\":\"francecentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francecentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanynorth\",\"name\":\"germanynorth\",\"displayName\":\"Germany + North\",\"regionalDisplayName\":\"(Europe) Germany North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.806422\",\"latitude\":\"53.073635\",\"physicalLocation\":\"Berlin\",\"pairedRegion\":[{\"name\":\"germanywestcentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanywestcentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwaywest\",\"name\":\"norwaywest\",\"displayName\":\"Norway + West\",\"regionalDisplayName\":\"(Europe) Norway West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"5.733107\",\"latitude\":\"58.969975\",\"physicalLocation\":\"Norway\",\"pairedRegion\":[{\"name\":\"norwayeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwayeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandwest\",\"name\":\"switzerlandwest\",\"displayName\":\"Switzerland + West\",\"regionalDisplayName\":\"(Europe) Switzerland West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"6.143158\",\"latitude\":\"46.204391\",\"physicalLocation\":\"Geneva\",\"pairedRegion\":[{\"name\":\"switzerlandnorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandnorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/ukwest\",\"name\":\"ukwest\",\"displayName\":\"UK + West\",\"regionalDisplayName\":\"(Europe) UK West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"-3.084\",\"latitude\":\"53.427\",\"physicalLocation\":\"Cardiff\",\"pairedRegion\":[{\"name\":\"uksouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uksouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaecentral\",\"name\":\"uaecentral\",\"displayName\":\"UAE + Central\",\"regionalDisplayName\":\"(Middle East) UAE Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Middle + East\",\"longitude\":\"54.366669\",\"latitude\":\"24.466667\",\"physicalLocation\":\"Abu + Dhabi\",\"pairedRegion\":[{\"name\":\"uaenorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaenorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsoutheast\",\"name\":\"brazilsoutheast\",\"displayName\":\"Brazil + Southeast\",\"regionalDisplayName\":\"(South America) Brazil Southeast\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"South + America\",\"longitude\":\"-43.2075\",\"latitude\":\"-22.90278\",\"physicalLocation\":\"Rio\",\"pairedRegion\":[{\"name\":\"brazilsouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsouth\"}]}}]}" + headers: + cache-control: + - no-cache + content-length: + - '31169' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:20: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: '{"location": "eastus", "properties": {"statements": [{"action": {"actionType": + "Permit", "ipCommunityProperties": {"add": {"ipCommunityIds": ["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipCommunities/nfa-tool-ts-cli-ipcommunity1-061223"]}}, + "localPreference": 113}, "condition": {"ipCommunityIds": ["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipCommunities/nfa-tool-ts-cli-ipcommunity1-061223"], + "ipPrefixId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/nfa-tool-ts-cli-ipprefix1-061223"}, + "sequenceNumber": 1214}]}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric routepolicy create + Connection: + - keep-alive + Content-Length: + - '827' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --resource-name --location --statements + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/routePolicies/nfa-tool-ts-cli-routepolicy061423?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/routePolicies/nfa-tool-ts-cli-routepolicy061423","name":"nfa-tool-ts-cli-routepolicy061423","type":"microsoft.managednetworkfabric/routepolicies","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:20:51.042021Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:20:53.9117788Z"},"properties":{"statements":[{"sequenceNumber":1214,"condition":{"ipCommunityIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipCommunities/nfa-tool-ts-cli-ipcommunity1-061223"],"ipPrefixId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/nfa-tool-ts-cli-ipprefix1-061223"},"action":{"localPreference":113,"actionType":"Permit","ipCommunityProperties":{"add":{"ipCommunityIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipCommunities/nfa-tool-ts-cli-ipcommunity1-061223"]}}}}],"provisioningState":"Accepted"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e036a575-e2a3-43bd-8d1a-5bd32b12c150*D151D6B4864CA13859B46DA8F0E329119AD80990BFB1F452E9AD20500DF473C0?api-version=2023-02-01-preview + cache-control: + - no-cache + content-length: + - '1376' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:20:54 GMT + etag: + - '"b80bff46-0000-0100-0000-648924060000"' + expires: + - '-1' + mise-correlation-id: + - 408a2089-e880-41f6-a3c7-1d403d22f00f + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric routepolicy create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --statements + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e036a575-e2a3-43bd-8d1a-5bd32b12c150*D151D6B4864CA13859B46DA8F0E329119AD80990BFB1F452E9AD20500DF473C0?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/e036a575-e2a3-43bd-8d1a-5bd32b12c150*D151D6B4864CA13859B46DA8F0E329119AD80990BFB1F452E9AD20500DF473C0","name":"e036a575-e2a3-43bd-8d1a-5bd32b12c150*D151D6B4864CA13859B46DA8F0E329119AD80990BFB1F452E9AD20500DF473C0","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/routePolicies/nfa-tool-ts-cli-routepolicy061423","status":"Succeeded","startTime":"2023-06-14T02:20:54.0981648Z","endTime":"2023-06-14T02:20:54.6778839Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '677' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:20:55 GMT + etag: + - '"98038628-0000-0100-0000-648924060000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric routepolicy create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --statements + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/routePolicies/nfa-tool-ts-cli-routepolicy061423?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/routePolicies/nfa-tool-ts-cli-routepolicy061423","name":"nfa-tool-ts-cli-routepolicy061423","type":"microsoft.managednetworkfabric/routepolicies","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:20:51.042021Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:20:53.9117788Z"},"properties":{"statements":[{"sequenceNumber":1214,"condition":{"ipCommunityIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipCommunities/nfa-tool-ts-cli-ipcommunity1-061223"],"ipPrefixId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/nfa-tool-ts-cli-ipprefix1-061223"},"action":{"localPreference":113,"actionType":"Permit","ipCommunityProperties":{"add":{"ipCommunityIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipCommunities/nfa-tool-ts-cli-ipcommunity1-061223"]}}}}],"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1377' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:20:56 GMT + etag: + - '"b80b0847-0000-0100-0000-648924060000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric routepolicy show + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/routePolicies/nfa-tool-ts-cli-routepolicy061423?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/routePolicies/nfa-tool-ts-cli-routepolicy061423","name":"nfa-tool-ts-cli-routepolicy061423","type":"microsoft.managednetworkfabric/routepolicies","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:20:51.042021Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:20:53.9117788Z"},"properties":{"statements":[{"sequenceNumber":1214,"condition":{"ipCommunityIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipCommunities/nfa-tool-ts-cli-ipcommunity1-061223"],"ipPrefixId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/nfa-tool-ts-cli-ipprefix1-061223"},"action":{"localPreference":113,"actionType":"Permit","ipCommunityProperties":{"add":{"ipCommunityIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipCommunities/nfa-tool-ts-cli-ipcommunity1-061223"]}}}}],"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1377' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:20:57 GMT + etag: + - '"b80b0847-0000-0100-0000-648924060000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric routepolicy list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/routePolicies?api-version=2023-02-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/routePolicies/rcf-fab1-l3domain-exp-policy","name":"rcf-fab1-l3domain-exp-policy","type":"microsoft.managednetworkfabric/routepolicies","location":"eastus2euap","systemData":{"createdBy":"v-abalka@microsoft.com","createdByType":"User","createdAt":"2023-06-13T17:42:17.2794193Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T18:10:06.5772621Z"},"properties":{"statements":[{"sequenceNumber":10,"condition":{"ipPrefixId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/ipprefixv4internalnetwork1export"},"action":{"actionType":"Permit","ipCommunityProperties":{"set":{"ipCommunityIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/ipCommunities/ipcommunityinternalexport"]}}}}],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/routePolicies/rcf-fab1-l3domain-imp-policy","name":"rcf-fab1-l3domain-imp-policy","type":"microsoft.managednetworkfabric/routepolicies","location":"eastus2euap","systemData":{"createdBy":"v-abalka@microsoft.com","createdByType":"User","createdAt":"2023-06-13T17:53:09.3010194Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T18:10:05.5146214Z"},"properties":{"statements":[{"sequenceNumber":10,"condition":{"ipPrefixId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/ipprefixv4internalnetwork1import"},"action":{"actionType":"Permit","ipCommunityProperties":{"set":{"ipCommunityIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/ipCommunities/ipcommunityinternalimport"]}}}}],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ankitha-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/rcf-Fab1-l3domain-connsubnet-ext-policy","name":"rcf-Fab1-l3domain-connsubnet-ext-policy","type":"microsoft.managednetworkfabric/routepolicies","location":"westus3","systemData":{"createdBy":"v-akurapati@microsoft.com","createdByType":"User","createdAt":"2023-05-09T10:31:48.9140534Z","lastModifiedBy":"v-akurapati@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-09T10:31:48.9140534Z"},"properties":{"statements":[{"sequenceNumber":10,"condition":{},"action":{"actionType":"Permit","ipCommunityProperties":{"set":{"ipCommunityIds":[""]}}}}],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/routePolicies/nfa-tool-ts-cli-routepolicy061423","name":"nfa-tool-ts-cli-routepolicy061423","type":"microsoft.managednetworkfabric/routepolicies","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:20:51.042021Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:20:53.9117788Z"},"properties":{"statements":[{"sequenceNumber":1214,"condition":{"ipCommunityIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipCommunities/nfa-tool-ts-cli-ipcommunity1-061223"],"ipPrefixId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/nfa-tool-ts-cli-ipprefix1-061223"},"action":{"localPreference":113,"actionType":"Permit","ipCommunityProperties":{"add":{"ipCommunityIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipCommunities/nfa-tool-ts-cli-ipcommunity1-061223"]}}}}],"provisioningState":"Succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '4318' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:20:58 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: + - 4d1dbfa1-da7d-42b3-897e-9f329c636e0d + - c858f513-69d5-49e4-b063-857ea972c517 + - 85d7c9d4-b403-4a10-ab1a-3aa5d07b9e6e + - e4a06bcf-2ba3-48b8-a2b7-32745857b7d5 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric routepolicy list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/routePolicies?api-version=2023-02-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/routePolicies/nfa-tool-ts-cli-routepolicy061423","name":"nfa-tool-ts-cli-routepolicy061423","type":"microsoft.managednetworkfabric/routepolicies","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:20:51.042021Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:20:53.9117788Z"},"properties":{"statements":[{"sequenceNumber":1214,"condition":{"ipCommunityIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipCommunities/nfa-tool-ts-cli-ipcommunity1-061223"],"ipPrefixId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/nfa-tool-ts-cli-ipprefix1-061223"},"action":{"localPreference":113,"actionType":"Permit","ipCommunityProperties":{"add":{"ipCommunityIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipCommunities/nfa-tool-ts-cli-ipcommunity1-061223"]}}}}],"provisioningState":"Succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1389' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:21:00 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: + - 70e0ad17-5a66-41b6-8b05-a34a85775320 + - 234f26bf-ac73-49ec-9e60-fcff20f5cd30 + - 4d5f0258-63fe-4888-972d-2cf203bcdf31 + - 64d9a8a7-312a-4e0b-af52-a4523ef19071 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric routepolicy delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/routePolicies/nfa-tool-ts-cli-routepolicy061423?api-version=2023-02-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/fb628b55-7ac3-4190-8a1a-c7d295efbf78*D151D6B4864CA13859B46DA8F0E329119AD80990BFB1F452E9AD20500DF473C0?api-version=2023-02-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:21:02 GMT + etag: + - '"b80b4448-0000-0100-0000-6489240e0000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/fb628b55-7ac3-4190-8a1a-c7d295efbf78*D151D6B4864CA13859B46DA8F0E329119AD80990BFB1F452E9AD20500DF473C0?api-version=2023-02-01-preview + mise-correlation-id: + - 26e5a4d2-1a83-477e-ae88-130ad14bcf5e + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric routepolicy delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/fb628b55-7ac3-4190-8a1a-c7d295efbf78*D151D6B4864CA13859B46DA8F0E329119AD80990BFB1F452E9AD20500DF473C0?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/fb628b55-7ac3-4190-8a1a-c7d295efbf78*D151D6B4864CA13859B46DA8F0E329119AD80990BFB1F452E9AD20500DF473C0","name":"fb628b55-7ac3-4190-8a1a-c7d295efbf78*D151D6B4864CA13859B46DA8F0E329119AD80990BFB1F452E9AD20500DF473C0","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/routePolicies/nfa-tool-ts-cli-routepolicy061423","status":"Succeeded","startTime":"2023-06-14T02:21:02.4686135Z","endTime":"2023-06-14T02:21:02.9327073Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '677' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:21:03 GMT + etag: + - '"9803a228-0000-0100-0000-6489240e0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric routepolicy delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/fb628b55-7ac3-4190-8a1a-c7d295efbf78*D151D6B4864CA13859B46DA8F0E329119AD80990BFB1F452E9AD20500DF473C0?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/fb628b55-7ac3-4190-8a1a-c7d295efbf78*D151D6B4864CA13859B46DA8F0E329119AD80990BFB1F452E9AD20500DF473C0","name":"fb628b55-7ac3-4190-8a1a-c7d295efbf78*D151D6B4864CA13859B46DA8F0E329119AD80990BFB1F452E9AD20500DF473C0","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/routePolicies/nfa-tool-ts-cli-routepolicy061423","status":"Succeeded","startTime":"2023-06-14T02:21:02.4686135Z","endTime":"2023-06-14T02:21:02.9327073Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '677' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:21:03 GMT + etag: + - '"9803a228-0000-0100-0000-6489240e0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_route_policy_scenario2.yaml b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_route_policy_scenario2.yaml new file mode 100644 index 00000000000..b2176ba7718 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/recordings/test_route_policy_scenario2.yaml @@ -0,0 +1,621 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric routepolicy create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --statements + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/locations?api-version=2019-11-01 + response: + body: + string: "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus\",\"name\":\"eastus\",\"displayName\":\"East + US\",\"regionalDisplayName\":\"(US) East US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-79.8164\",\"latitude\":\"37.3719\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"westus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2\",\"name\":\"eastus2\",\"displayName\":\"East + US 2\",\"regionalDisplayName\":\"(US) East US 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-78.3889\",\"latitude\":\"36.6681\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"centralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralus\",\"name\":\"southcentralus\",\"displayName\":\"South + Central US\",\"regionalDisplayName\":\"(US) South Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-98.5\",\"latitude\":\"29.4167\",\"physicalLocation\":\"Texas\",\"pairedRegion\":[{\"name\":\"northcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus2\",\"name\":\"westus2\",\"displayName\":\"West + US 2\",\"regionalDisplayName\":\"(US) West US 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-119.852\",\"latitude\":\"47.233\",\"physicalLocation\":\"Washington\",\"pairedRegion\":[{\"name\":\"westcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus3\",\"name\":\"westus3\",\"displayName\":\"West + US 3\",\"regionalDisplayName\":\"(US) West US 3\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-112.074036\",\"latitude\":\"33.448376\",\"physicalLocation\":\"Phoenix\",\"pairedRegion\":[{\"name\":\"eastus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiaeast\",\"name\":\"australiaeast\",\"displayName\":\"Australia + East\",\"regionalDisplayName\":\"(Asia Pacific) Australia East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"151.2094\",\"latitude\":\"-33.86\",\"physicalLocation\":\"New + South Wales\",\"pairedRegion\":[{\"name\":\"australiasoutheast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiasoutheast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southeastasia\",\"name\":\"southeastasia\",\"displayName\":\"Southeast + Asia\",\"regionalDisplayName\":\"(Asia Pacific) Southeast Asia\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"103.833\",\"latitude\":\"1.283\",\"physicalLocation\":\"Singapore\",\"pairedRegion\":[{\"name\":\"eastasia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastasia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northeurope\",\"name\":\"northeurope\",\"displayName\":\"North + Europe\",\"regionalDisplayName\":\"(Europe) North Europe\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"-6.2597\",\"latitude\":\"53.3478\",\"physicalLocation\":\"Ireland\",\"pairedRegion\":[{\"name\":\"westeurope\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westeurope\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/swedencentral\",\"name\":\"swedencentral\",\"displayName\":\"Sweden + Central\",\"regionalDisplayName\":\"(Europe) Sweden Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"17.14127\",\"latitude\":\"60.67488\",\"physicalLocation\":\"G\xE4vle\",\"pairedRegion\":[{\"name\":\"swedensouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/swedensouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uksouth\",\"name\":\"uksouth\",\"displayName\":\"UK + South\",\"regionalDisplayName\":\"(Europe) UK South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"-0.799\",\"latitude\":\"50.941\",\"physicalLocation\":\"London\",\"pairedRegion\":[{\"name\":\"ukwest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/ukwest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westeurope\",\"name\":\"westeurope\",\"displayName\":\"West + Europe\",\"regionalDisplayName\":\"(Europe) West Europe\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"4.9\",\"latitude\":\"52.3667\",\"physicalLocation\":\"Netherlands\",\"pairedRegion\":[{\"name\":\"northeurope\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northeurope\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralus\",\"name\":\"centralus\",\"displayName\":\"Central + US\",\"regionalDisplayName\":\"(US) Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-93.6208\",\"latitude\":\"41.5908\",\"physicalLocation\":\"Iowa\",\"pairedRegion\":[{\"name\":\"eastus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricanorth\",\"name\":\"southafricanorth\",\"displayName\":\"South + Africa North\",\"regionalDisplayName\":\"(Africa) South Africa North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Africa\",\"longitude\":\"28.21837\",\"latitude\":\"-25.73134\",\"physicalLocation\":\"Johannesburg\",\"pairedRegion\":[{\"name\":\"southafricawest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricawest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralindia\",\"name\":\"centralindia\",\"displayName\":\"Central + India\",\"regionalDisplayName\":\"(Asia Pacific) Central India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"73.9197\",\"latitude\":\"18.5822\",\"physicalLocation\":\"Pune\",\"pairedRegion\":[{\"name\":\"southindia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southindia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastasia\",\"name\":\"eastasia\",\"displayName\":\"East + Asia\",\"regionalDisplayName\":\"(Asia Pacific) East Asia\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"114.188\",\"latitude\":\"22.267\",\"physicalLocation\":\"Hong + Kong\",\"pairedRegion\":[{\"name\":\"southeastasia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southeastasia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japaneast\",\"name\":\"japaneast\",\"displayName\":\"Japan + East\",\"regionalDisplayName\":\"(Asia Pacific) Japan East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"139.77\",\"latitude\":\"35.68\",\"physicalLocation\":\"Tokyo, + Saitama\",\"pairedRegion\":[{\"name\":\"japanwest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japanwest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreacentral\",\"name\":\"koreacentral\",\"displayName\":\"Korea + Central\",\"regionalDisplayName\":\"(Asia Pacific) Korea Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"126.978\",\"latitude\":\"37.5665\",\"physicalLocation\":\"Seoul\",\"pairedRegion\":[{\"name\":\"koreasouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreasouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadacentral\",\"name\":\"canadacentral\",\"displayName\":\"Canada + Central\",\"regionalDisplayName\":\"(Canada) Canada Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Canada\",\"longitude\":\"-79.383\",\"latitude\":\"43.653\",\"physicalLocation\":\"Toronto\",\"pairedRegion\":[{\"name\":\"canadaeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadaeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francecentral\",\"name\":\"francecentral\",\"displayName\":\"France + Central\",\"regionalDisplayName\":\"(Europe) France Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"2.373\",\"latitude\":\"46.3772\",\"physicalLocation\":\"Paris\",\"pairedRegion\":[{\"name\":\"francesouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francesouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanywestcentral\",\"name\":\"germanywestcentral\",\"displayName\":\"Germany + West Central\",\"regionalDisplayName\":\"(Europe) Germany West Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.682127\",\"latitude\":\"50.110924\",\"physicalLocation\":\"Frankfurt\",\"pairedRegion\":[{\"name\":\"germanynorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanynorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwayeast\",\"name\":\"norwayeast\",\"displayName\":\"Norway + East\",\"regionalDisplayName\":\"(Europe) Norway East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"10.752245\",\"latitude\":\"59.913868\",\"physicalLocation\":\"Norway\",\"pairedRegion\":[{\"name\":\"norwaywest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwaywest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/polandcentral\",\"name\":\"polandcentral\",\"displayName\":\"Poland + Central\",\"regionalDisplayName\":\"(Europe) Poland Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"21.01666\",\"latitude\":\"52.23334\",\"physicalLocation\":\"Warsaw\",\"pairedRegion\":[]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandnorth\",\"name\":\"switzerlandnorth\",\"displayName\":\"Switzerland + North\",\"regionalDisplayName\":\"(Europe) Switzerland North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.564572\",\"latitude\":\"47.451542\",\"physicalLocation\":\"Zurich\",\"pairedRegion\":[{\"name\":\"switzerlandwest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandwest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaenorth\",\"name\":\"uaenorth\",\"displayName\":\"UAE + North\",\"regionalDisplayName\":\"(Middle East) UAE North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Middle + East\",\"longitude\":\"55.316666\",\"latitude\":\"25.266666\",\"physicalLocation\":\"Dubai\",\"pairedRegion\":[{\"name\":\"uaecentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaecentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsouth\",\"name\":\"brazilsouth\",\"displayName\":\"Brazil + South\",\"regionalDisplayName\":\"(South America) Brazil South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"South + America\",\"longitude\":\"-46.633\",\"latitude\":\"-23.55\",\"physicalLocation\":\"Sao + Paulo State\",\"pairedRegion\":[{\"name\":\"southcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centraluseuap\",\"name\":\"centraluseuap\",\"displayName\":\"Central + US EUAP\",\"regionalDisplayName\":\"(US) Central US EUAP\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-93.6208\",\"latitude\":\"41.5908\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"eastus2euap\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2euap\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2euap\",\"name\":\"eastus2euap\",\"displayName\":\"East + US 2 EUAP\",\"regionalDisplayName\":\"(US) East US 2 EUAP\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"US\",\"longitude\":\"-78.3889\",\"latitude\":\"36.6681\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"centraluseuap\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centraluseuap\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/qatarcentral\",\"name\":\"qatarcentral\",\"displayName\":\"Qatar + Central\",\"regionalDisplayName\":\"(Middle East) Qatar Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geographyGroup\":\"Middle + East\",\"longitude\":\"51.439327\",\"latitude\":\"25.551462\",\"physicalLocation\":\"Doha\",\"pairedRegion\":[]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralusstage\",\"name\":\"centralusstage\",\"displayName\":\"Central + US (Stage)\",\"regionalDisplayName\":\"(US) Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstage\",\"name\":\"eastusstage\",\"displayName\":\"East + US (Stage)\",\"regionalDisplayName\":\"(US) East US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus2stage\",\"name\":\"eastus2stage\",\"displayName\":\"East + US 2 (Stage)\",\"regionalDisplayName\":\"(US) East US 2 (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralusstage\",\"name\":\"northcentralusstage\",\"displayName\":\"North + Central US (Stage)\",\"regionalDisplayName\":\"(US) North Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstage\",\"name\":\"southcentralusstage\",\"displayName\":\"South + Central US (Stage)\",\"regionalDisplayName\":\"(US) South Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westusstage\",\"name\":\"westusstage\",\"displayName\":\"West + US (Stage)\",\"regionalDisplayName\":\"(US) West US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus2stage\",\"name\":\"westus2stage\",\"displayName\":\"West + US 2 (Stage)\",\"regionalDisplayName\":\"(US) West US 2 (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/asia\",\"name\":\"asia\",\"displayName\":\"Asia\",\"regionalDisplayName\":\"Asia\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/asiapacific\",\"name\":\"asiapacific\",\"displayName\":\"Asia + Pacific\",\"regionalDisplayName\":\"Asia Pacific\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australia\",\"name\":\"australia\",\"displayName\":\"Australia\",\"regionalDisplayName\":\"Australia\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazil\",\"name\":\"brazil\",\"displayName\":\"Brazil\",\"regionalDisplayName\":\"Brazil\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canada\",\"name\":\"canada\",\"displayName\":\"Canada\",\"regionalDisplayName\":\"Canada\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/europe\",\"name\":\"europe\",\"displayName\":\"Europe\",\"regionalDisplayName\":\"Europe\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/france\",\"name\":\"france\",\"displayName\":\"France\",\"regionalDisplayName\":\"France\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germany\",\"name\":\"germany\",\"displayName\":\"Germany\",\"regionalDisplayName\":\"Germany\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/global\",\"name\":\"global\",\"displayName\":\"Global\",\"regionalDisplayName\":\"Global\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/india\",\"name\":\"india\",\"displayName\":\"India\",\"regionalDisplayName\":\"India\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japan\",\"name\":\"japan\",\"displayName\":\"Japan\",\"regionalDisplayName\":\"Japan\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/korea\",\"name\":\"korea\",\"displayName\":\"Korea\",\"regionalDisplayName\":\"Korea\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norway\",\"name\":\"norway\",\"displayName\":\"Norway\",\"regionalDisplayName\":\"Norway\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/singapore\",\"name\":\"singapore\",\"displayName\":\"Singapore\",\"regionalDisplayName\":\"Singapore\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafrica\",\"name\":\"southafrica\",\"displayName\":\"South + Africa\",\"regionalDisplayName\":\"South Africa\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerland\",\"name\":\"switzerland\",\"displayName\":\"Switzerland\",\"regionalDisplayName\":\"Switzerland\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uae\",\"name\":\"uae\",\"displayName\":\"United + Arab Emirates\",\"regionalDisplayName\":\"United Arab Emirates\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uk\",\"name\":\"uk\",\"displayName\":\"United + Kingdom\",\"regionalDisplayName\":\"United Kingdom\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/unitedstates\",\"name\":\"unitedstates\",\"displayName\":\"United + States\",\"regionalDisplayName\":\"United States\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/unitedstateseuap\",\"name\":\"unitedstateseuap\",\"displayName\":\"United + States EUAP\",\"regionalDisplayName\":\"United States EUAP\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastasiastage\",\"name\":\"eastasiastage\",\"displayName\":\"East + Asia (Stage)\",\"regionalDisplayName\":\"(Asia Pacific) East Asia (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southeastasiastage\",\"name\":\"southeastasiastage\",\"displayName\":\"Southeast + Asia (Stage)\",\"regionalDisplayName\":\"(Asia Pacific) Southeast Asia (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilus\",\"name\":\"brazilus\",\"displayName\":\"Brazil + US\",\"regionalDisplayName\":\"(South America) Brazil US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"South + America\",\"longitude\":\"0\",\"latitude\":\"0\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"brazilsoutheast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsoutheast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstg\",\"name\":\"eastusstg\",\"displayName\":\"East + US STG\",\"regionalDisplayName\":\"(US) East US STG\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-79.8164\",\"latitude\":\"37.3719\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"southcentralusstg\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstg\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralus\",\"name\":\"northcentralus\",\"displayName\":\"North + Central US\",\"regionalDisplayName\":\"(US) North Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-87.6278\",\"latitude\":\"41.8819\",\"physicalLocation\":\"Illinois\",\"pairedRegion\":[{\"name\":\"southcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus\",\"name\":\"westus\",\"displayName\":\"West + US\",\"regionalDisplayName\":\"(US) West US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-122.417\",\"latitude\":\"37.783\",\"physicalLocation\":\"California\",\"pairedRegion\":[{\"name\":\"eastus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiawest\",\"name\":\"jioindiawest\",\"displayName\":\"Jio + India West\",\"regionalDisplayName\":\"(Asia Pacific) Jio India West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"70.05773\",\"latitude\":\"22.470701\",\"physicalLocation\":\"Jamnagar\",\"pairedRegion\":[{\"name\":\"jioindiacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstg\",\"name\":\"southcentralusstg\",\"displayName\":\"South + Central US STG\",\"regionalDisplayName\":\"(US) South Central US STG\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-98.5\",\"latitude\":\"29.4167\",\"physicalLocation\":\"Texas\",\"pairedRegion\":[{\"name\":\"eastusstg\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstg\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westcentralus\",\"name\":\"westcentralus\",\"displayName\":\"West + Central US\",\"regionalDisplayName\":\"(US) West Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-110.234\",\"latitude\":\"40.89\",\"physicalLocation\":\"Wyoming\",\"pairedRegion\":[{\"name\":\"westus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus2\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricawest\",\"name\":\"southafricawest\",\"displayName\":\"South + Africa West\",\"regionalDisplayName\":\"(Africa) South Africa West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Africa\",\"longitude\":\"18.843266\",\"latitude\":\"-34.075691\",\"physicalLocation\":\"Cape + Town\",\"pairedRegion\":[{\"name\":\"southafricanorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southafricanorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral\",\"name\":\"australiacentral\",\"displayName\":\"Australia + Central\",\"regionalDisplayName\":\"(Asia Pacific) Australia Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"149.1244\",\"latitude\":\"-35.3075\",\"physicalLocation\":\"Canberra\",\"pairedRegion\":[{\"name\":\"australiacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral2\",\"name\":\"australiacentral2\",\"displayName\":\"Australia + Central 2\",\"regionalDisplayName\":\"(Asia Pacific) Australia Central 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"149.1244\",\"latitude\":\"-35.3075\",\"physicalLocation\":\"Canberra\",\"pairedRegion\":[{\"name\":\"australiacentral2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiacentral2\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiasoutheast\",\"name\":\"australiasoutheast\",\"displayName\":\"Australia + Southeast\",\"regionalDisplayName\":\"(Asia Pacific) Australia Southeast\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"144.9631\",\"latitude\":\"-37.8136\",\"physicalLocation\":\"Victoria\",\"pairedRegion\":[{\"name\":\"australiaeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/australiaeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japanwest\",\"name\":\"japanwest\",\"displayName\":\"Japan + West\",\"regionalDisplayName\":\"(Asia Pacific) Japan West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"135.5022\",\"latitude\":\"34.6939\",\"physicalLocation\":\"Osaka\",\"pairedRegion\":[{\"name\":\"japaneast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/japaneast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiacentral\",\"name\":\"jioindiacentral\",\"displayName\":\"Jio + India Central\",\"regionalDisplayName\":\"(Asia Pacific) Jio India Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"79.08886\",\"latitude\":\"21.146633\",\"physicalLocation\":\"Nagpur\",\"pairedRegion\":[{\"name\":\"jioindiawest\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiawest\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreasouth\",\"name\":\"koreasouth\",\"displayName\":\"Korea + South\",\"regionalDisplayName\":\"(Asia Pacific) Korea South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"129.0756\",\"latitude\":\"35.1796\",\"physicalLocation\":\"Busan\",\"pairedRegion\":[{\"name\":\"koreacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/koreacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southindia\",\"name\":\"southindia\",\"displayName\":\"South + India\",\"regionalDisplayName\":\"(Asia Pacific) South India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"80.1636\",\"latitude\":\"12.9822\",\"physicalLocation\":\"Chennai\",\"pairedRegion\":[{\"name\":\"centralindia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/centralindia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westindia\",\"name\":\"westindia\",\"displayName\":\"West + India\",\"regionalDisplayName\":\"(Asia Pacific) West India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia + Pacific\",\"longitude\":\"72.868\",\"latitude\":\"19.088\",\"physicalLocation\":\"Mumbai\",\"pairedRegion\":[{\"name\":\"southindia\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southindia\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadaeast\",\"name\":\"canadaeast\",\"displayName\":\"Canada + East\",\"regionalDisplayName\":\"(Canada) Canada East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Canada\",\"longitude\":\"-71.217\",\"latitude\":\"46.817\",\"physicalLocation\":\"Quebec\",\"pairedRegion\":[{\"name\":\"canadacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francesouth\",\"name\":\"francesouth\",\"displayName\":\"France + South\",\"regionalDisplayName\":\"(Europe) France South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"2.1972\",\"latitude\":\"43.8345\",\"physicalLocation\":\"Marseille\",\"pairedRegion\":[{\"name\":\"francecentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francecentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanynorth\",\"name\":\"germanynorth\",\"displayName\":\"Germany + North\",\"regionalDisplayName\":\"(Europe) Germany North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.806422\",\"latitude\":\"53.073635\",\"physicalLocation\":\"Berlin\",\"pairedRegion\":[{\"name\":\"germanywestcentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanywestcentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwaywest\",\"name\":\"norwaywest\",\"displayName\":\"Norway + West\",\"regionalDisplayName\":\"(Europe) Norway West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"5.733107\",\"latitude\":\"58.969975\",\"physicalLocation\":\"Norway\",\"pairedRegion\":[{\"name\":\"norwayeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwayeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandwest\",\"name\":\"switzerlandwest\",\"displayName\":\"Switzerland + West\",\"regionalDisplayName\":\"(Europe) Switzerland West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"6.143158\",\"latitude\":\"46.204391\",\"physicalLocation\":\"Geneva\",\"pairedRegion\":[{\"name\":\"switzerlandnorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandnorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/ukwest\",\"name\":\"ukwest\",\"displayName\":\"UK + West\",\"regionalDisplayName\":\"(Europe) UK West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"-3.084\",\"latitude\":\"53.427\",\"physicalLocation\":\"Cardiff\",\"pairedRegion\":[{\"name\":\"uksouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uksouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaecentral\",\"name\":\"uaecentral\",\"displayName\":\"UAE + Central\",\"regionalDisplayName\":\"(Middle East) UAE Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Middle + East\",\"longitude\":\"54.366669\",\"latitude\":\"24.466667\",\"physicalLocation\":\"Abu + Dhabi\",\"pairedRegion\":[{\"name\":\"uaenorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaenorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsoutheast\",\"name\":\"brazilsoutheast\",\"displayName\":\"Brazil + Southeast\",\"regionalDisplayName\":\"(South America) Brazil Southeast\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"South + America\",\"longitude\":\"-43.2075\",\"latitude\":\"-22.90278\",\"physicalLocation\":\"Rio\",\"pairedRegion\":[{\"name\":\"brazilsouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsouth\"}]}}]}" + headers: + cache-control: + - no-cache + content-length: + - '31169' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:19:13 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": "eastus", "properties": {"statements": [{"action": {"actionType": + "Permit", "ipExtendedCommunityProperties": {"add": {"ipExtendedCommunityIds": + ["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/nfa-tool-ts-cli-ipextcommunity1-061223"]}}, + "localPreference": 113}, "condition": {"ipExtendedCommunityIds": ["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/nfa-tool-ts-cli-ipextcommunity1-061223"], + "ipPrefixId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/nfa-tool-ts-cli-ipprefix1-061223"}, + "sequenceNumber": 1214}]}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric routepolicy create + Connection: + - keep-alive + Content-Length: + - '873' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --resource-name --location --statements + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/routePolicies/nfa-tool-ts-cli-routepolicy061423?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/routePolicies/nfa-tool-ts-cli-routepolicy061423","name":"nfa-tool-ts-cli-routepolicy061423","type":"microsoft.managednetworkfabric/routepolicies","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:19:17.7706101Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:19:17.7706101Z"},"properties":{"statements":[{"sequenceNumber":1214,"condition":{"ipExtendedCommunityIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/nfa-tool-ts-cli-ipextcommunity1-061223"],"ipPrefixId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/nfa-tool-ts-cli-ipprefix1-061223"},"action":{"localPreference":113,"actionType":"Permit","ipExtendedCommunityProperties":{"add":{"ipExtendedCommunityIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/nfa-tool-ts-cli-ipextcommunity1-061223"]}}}}],"provisioningState":"Accepted"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/8f802884-6dd3-48db-a839-3f83adf2545d*D151D6B4864CA13859B46DA8F0E329119AD80990BFB1F452E9AD20500DF473C0?api-version=2023-02-01-preview + cache-control: + - no-cache + content-length: + - '1423' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:19:19 GMT + etag: + - '"b80b513b-0000-0100-0000-648923a60000"' + expires: + - '-1' + mise-correlation-id: + - fa8ed602-33ec-483e-84df-f012028010ac + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric routepolicy create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --statements + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/8f802884-6dd3-48db-a839-3f83adf2545d*D151D6B4864CA13859B46DA8F0E329119AD80990BFB1F452E9AD20500DF473C0?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/8f802884-6dd3-48db-a839-3f83adf2545d*D151D6B4864CA13859B46DA8F0E329119AD80990BFB1F452E9AD20500DF473C0","name":"8f802884-6dd3-48db-a839-3f83adf2545d*D151D6B4864CA13859B46DA8F0E329119AD80990BFB1F452E9AD20500DF473C0","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/routePolicies/nfa-tool-ts-cli-routepolicy061423","status":"Succeeded","startTime":"2023-06-14T02:19:18.8674088Z","endTime":"2023-06-14T02:19:20.146161Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '676' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:19:20 GMT + etag: + - '"98037522-0000-0100-0000-648923a80000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric routepolicy create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --resource-name --location --statements + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/routePolicies/nfa-tool-ts-cli-routepolicy061423?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/routePolicies/nfa-tool-ts-cli-routepolicy061423","name":"nfa-tool-ts-cli-routepolicy061423","type":"microsoft.managednetworkfabric/routepolicies","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:19:17.7706101Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:19:17.7706101Z"},"properties":{"statements":[{"sequenceNumber":1214,"condition":{"ipExtendedCommunityIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/nfa-tool-ts-cli-ipextcommunity1-061223"],"ipPrefixId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/nfa-tool-ts-cli-ipprefix1-061223"},"action":{"localPreference":113,"actionType":"Permit","ipExtendedCommunityProperties":{"add":{"ipExtendedCommunityIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/nfa-tool-ts-cli-ipextcommunity1-061223"]}}}}],"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1424' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:19:21 GMT + etag: + - '"b80b643b-0000-0100-0000-648923a80000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric routepolicy show + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/routePolicies/nfa-tool-ts-cli-routepolicy061423?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/routePolicies/nfa-tool-ts-cli-routepolicy061423","name":"nfa-tool-ts-cli-routepolicy061423","type":"microsoft.managednetworkfabric/routepolicies","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:19:17.7706101Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:19:20.7209453Z"},"properties":{"statements":[{"sequenceNumber":1214,"condition":{"ipExtendedCommunityIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/nfa-tool-ts-cli-ipextcommunity1-061223"],"ipPrefixId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/nfa-tool-ts-cli-ipprefix1-061223"},"action":{"localPreference":113,"actionType":"Permit","ipExtendedCommunityProperties":{"add":{"ipExtendedCommunityIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/nfa-tool-ts-cli-ipextcommunity1-061223"]}}}}],"provisioningState":"Updating"}}' + headers: + cache-control: + - no-cache + content-length: + - '1423' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:19:22 GMT + etag: + - '"b80b7e3b-0000-0100-0000-648923aa0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric routepolicy list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/routePolicies?api-version=2023-02-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/routePolicies/rcf-fab1-l3domain-exp-policy","name":"rcf-fab1-l3domain-exp-policy","type":"microsoft.managednetworkfabric/routepolicies","location":"eastus2euap","systemData":{"createdBy":"v-abalka@microsoft.com","createdByType":"User","createdAt":"2023-06-13T17:42:17.2794193Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T18:10:06.5772621Z"},"properties":{"statements":[{"sequenceNumber":10,"condition":{"ipPrefixId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/ipprefixv4internalnetwork1export"},"action":{"actionType":"Permit","ipCommunityProperties":{"set":{"ipCommunityIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/ipCommunities/ipcommunityinternalexport"]}}}}],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/routePolicies/rcf-fab1-l3domain-imp-policy","name":"rcf-fab1-l3domain-imp-policy","type":"microsoft.managednetworkfabric/routepolicies","location":"eastus2euap","systemData":{"createdBy":"v-abalka@microsoft.com","createdByType":"User","createdAt":"2023-06-13T17:53:09.3010194Z","lastModifiedBy":"d1bd24c7-b27f-477e-86dd-939e107873d7","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T18:10:05.5146214Z"},"properties":{"statements":[{"sequenceNumber":10,"condition":{"ipPrefixId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/ipprefixv4internalnetwork1import"},"action":{"actionType":"Permit","ipCommunityProperties":{"set":{"ipCommunityIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fab1nfrg061323/providers/Microsoft.ManagedNetworkFabric/ipCommunities/ipcommunityinternalimport"]}}}}],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ankitha-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/rcf-Fab1-l3domain-connsubnet-ext-policy","name":"rcf-Fab1-l3domain-connsubnet-ext-policy","type":"microsoft.managednetworkfabric/routepolicies","location":"westus3","systemData":{"createdBy":"v-akurapati@microsoft.com","createdByType":"User","createdAt":"2023-05-09T10:31:48.9140534Z","lastModifiedBy":"v-akurapati@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-09T10:31:48.9140534Z"},"properties":{"statements":[{"sequenceNumber":10,"condition":{},"action":{"actionType":"Permit","ipCommunityProperties":{"set":{"ipCommunityIds":[""]}}}}],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/routePolicies/nfa-tool-ts-cli-routepolicy061423","name":"nfa-tool-ts-cli-routepolicy061423","type":"microsoft.managednetworkfabric/routepolicies","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:19:17.7706101Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:19:20.7209453Z"},"properties":{"statements":[{"sequenceNumber":1214,"condition":{"ipExtendedCommunityIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/nfa-tool-ts-cli-ipextcommunity1-061223"],"ipPrefixId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/nfa-tool-ts-cli-ipprefix1-061223"},"action":{"localPreference":113,"actionType":"Permit","ipExtendedCommunityProperties":{"add":{"ipExtendedCommunityIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/nfa-tool-ts-cli-ipextcommunity1-061223"]}}}}],"provisioningState":"Succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '4365' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:19:23 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: + - f597a045-d1bf-44f6-bb65-85bf82041b03 + - 3efe5dae-dd24-4dcc-b66c-3ec46f96a169 + - 5d821260-a2c3-4cda-a510-19fd3aea2fe6 + - 4c7843ed-1532-4a1d-8369-5cb8b9ca92f3 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric routepolicy list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/routePolicies?api-version=2023-02-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/routePolicies/nfa-tool-ts-cli-routepolicy061423","name":"nfa-tool-ts-cli-routepolicy061423","type":"microsoft.managednetworkfabric/routepolicies","location":"eastus","systemData":{"createdBy":"v-rmarimuthu@microsoft.com","createdByType":"User","createdAt":"2023-06-14T02:19:17.7706101Z","lastModifiedBy":"v-rmarimuthu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T02:19:20.7209453Z"},"properties":{"statements":[{"sequenceNumber":1214,"condition":{"ipExtendedCommunityIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/nfa-tool-ts-cli-ipextcommunity1-061223"],"ipPrefixId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/nfa-tool-ts-cli-ipprefix1-061223"},"action":{"localPreference":113,"actionType":"Permit","ipExtendedCommunityProperties":{"add":{"ipExtendedCommunityIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfcrg060523/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/nfa-tool-ts-cli-ipextcommunity1-061223"]}}}}],"provisioningState":"Succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1436' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:19:23 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: + - 2eb08301-d5ad-4647-9929-3f2e3867d17b + - 07fb955a-de23-4b4c-bdce-3155f5f9e40a + - a92a8ae4-bc7f-40bb-a092-56b1a8b1f5cd + - a1d93668-5e42-4a53-9ab9-632183eb5142 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric routepolicy delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/routePolicies/nfa-tool-ts-cli-routepolicy061423?api-version=2023-02-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/c1db0ca8-5bc9-40b7-ab44-b89e7772bca0*D151D6B4864CA13859B46DA8F0E329119AD80990BFB1F452E9AD20500DF473C0?api-version=2023-02-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:19:24 GMT + etag: + - '"b80b9c3b-0000-0100-0000-648923ad0000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/c1db0ca8-5bc9-40b7-ab44-b89e7772bca0*D151D6B4864CA13859B46DA8F0E329119AD80990BFB1F452E9AD20500DF473C0?api-version=2023-02-01-preview + mise-correlation-id: + - 71a5fc37-da9d-4a0f-835a-60b06ac053db + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric routepolicy delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/c1db0ca8-5bc9-40b7-ab44-b89e7772bca0*D151D6B4864CA13859B46DA8F0E329119AD80990BFB1F452E9AD20500DF473C0?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/c1db0ca8-5bc9-40b7-ab44-b89e7772bca0*D151D6B4864CA13859B46DA8F0E329119AD80990BFB1F452E9AD20500DF473C0","name":"c1db0ca8-5bc9-40b7-ab44-b89e7772bca0*D151D6B4864CA13859B46DA8F0E329119AD80990BFB1F452E9AD20500DF473C0","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/routePolicies/nfa-tool-ts-cli-routepolicy061423","status":"Updating","startTime":"2023-06-14T02:19:25.4538713Z"}' + headers: + cache-control: + - no-cache + content-length: + - '617' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:19:25 GMT + etag: + - '"9803b422-0000-0100-0000-648923ad0000"' + expires: + - '-1' + 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: + - networkfabric routepolicy delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/c1db0ca8-5bc9-40b7-ab44-b89e7772bca0*D151D6B4864CA13859B46DA8F0E329119AD80990BFB1F452E9AD20500DF473C0?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/c1db0ca8-5bc9-40b7-ab44-b89e7772bca0*D151D6B4864CA13859B46DA8F0E329119AD80990BFB1F452E9AD20500DF473C0","name":"c1db0ca8-5bc9-40b7-ab44-b89e7772bca0*D151D6B4864CA13859B46DA8F0E329119AD80990BFB1F452E9AD20500DF473C0","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/routePolicies/nfa-tool-ts-cli-routepolicy061423","status":"Succeeded","startTime":"2023-06-14T02:19:25.4538713Z","endTime":"2023-06-14T02:19:25.8861701Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '677' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:19:55 GMT + etag: + - '"9803ba22-0000-0100-0000-648923ad0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkfabric routepolicy delete + Connection: + - keep-alive + ParameterSetName: + - --resource-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/c1db0ca8-5bc9-40b7-ab44-b89e7772bca0*D151D6B4864CA13859B46DA8F0E329119AD80990BFB1F452E9AD20500DF473C0?api-version=2023-02-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/c1db0ca8-5bc9-40b7-ab44-b89e7772bca0*D151D6B4864CA13859B46DA8F0E329119AD80990BFB1F452E9AD20500DF473C0","name":"c1db0ca8-5bc9-40b7-ab44-b89e7772bca0*D151D6B4864CA13859B46DA8F0E329119AD80990BFB1F452E9AD20500DF473C0","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nfa-tool-ts-clisdktest-nfrg060523/providers/Microsoft.ManagedNetworkFabric/routePolicies/nfa-tool-ts-cli-routepolicy061423","status":"Succeeded","startTime":"2023-06-14T02:19:25.4538713Z","endTime":"2023-06-14T02:19:25.8861701Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '677' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 02:19:56 GMT + etag: + - '"9803ba22-0000-0100-0000-648923ad0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_device.py b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_device.py new file mode 100644 index 00000000000..5d7b55c1812 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_device.py @@ -0,0 +1,75 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +from azure.cli.testsdk.scenario_tests import AllowLargeResponse + +""" +Device tests scenarios +""" + +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer +from .config import CONFIG + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + pass + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + pass + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_show(test, checks=[]) + step_list_subscription(test, checks=[]) + step_list_resource_group(test, checks=[]) + step_update(test, checks=[]) + cleanup_scenario1(test) + +def step_update(test, checks=None): + '''Device create operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric device update --resource-group {rg} --resource-name {name} ' + ' --serial-number {serial_number}', checks=checks) + +def step_show(test, checks=None): + '''Device show operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkfabric device show --resource-name {name} --resource-group {rg}') + +def step_list_resource_group(test, checks=None): + '''Device list by resource group operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric device list --resource-group {rg}') + +def step_list_subscription(test, checks=None): + '''Device list by subscription operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric device list') + +class DeviceScenarioTest1(ScenarioTest): + ''' DeviceScenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + 'name': CONFIG.get('NETWORK_DEVICE', 'name'), + 'rg': CONFIG.get('NETWORK_DEVICE', 'resource_group'), + 'host_name': CONFIG.get('NETWORK_DEVICE', 'host_name'), + 'serial_number': CONFIG.get('NETWORK_DEVICE', 'serial_number') + }) + + @AllowLargeResponse() + def test_Device_scenario1(self): + ''' test scenario for Device CRUD operations''' + call_scenario1(self) \ No newline at end of file diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_externalnetwork.py b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_externalnetwork.py new file mode 100644 index 00000000000..a3e9b0614c7 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_externalnetwork.py @@ -0,0 +1,76 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +External Network tests scenarios +""" + +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer +from .config import CONFIG + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + pass + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + pass + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_create(test, checks=[]) + step_show(test, checks=[]) + step_list_resource_group(test, checks=[]) + step_delete(test, checks=[]) + cleanup_scenario1(test) + +def step_create(test, checks=None): + '''externalnetwork create operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric externalnetwork create --resource-group {rg} --l3domain {l3domain} --resource-name {name} --peering-option {peering_option} --option-a-properties {optionAProperties} --option-b-properties {optionBProperties}', checks=checks) + +def step_show(test, checks=None): + '''externalnetwork show operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkfabric externalnetwork show --resource-name {name} --l3domain {l3domain} --resource-group {rg}') + +def step_delete(test, checks=None): + '''externalnetwork delete operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkfabric externalnetwork delete --resource-name {name} --l3domain {l3domain} --resource-group {rg}') + +def step_list_resource_group(test, checks=None): + '''externalnetwork list by resource group operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric externalnetwork list --resource-group {rg} --l3domain {l3domain}') + +class ExternalNetworkScenarioTest1(ScenarioTest): + ''' External Network Scenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + 'name': CONFIG.get('External_Network', 'name'), + 'rg': CONFIG.get('External_Network', 'resource_group'), + 'l3domain': CONFIG.get('External_Network', 'l3domain'), + 'peering_option': CONFIG.get('External_Network', 'peering_option'), + 'importRoutePolicyId': CONFIG.get('External_Network', 'import_route_policy_id'), + 'exportRoutePolicyId': CONFIG.get('External_Network', 'export_route_policy_id'), + 'optionBProperties': CONFIG.get('External_Network', 'option_b_properties'), + 'optionAProperties': CONFIG.get('External_Network', 'option_a_properties') + }) + + def test_externalnetwork_scenario1(self): + ''' test scenario for externalnetwork CRUD operations''' + call_scenario1(self) \ No newline at end of file diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_interface.py b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_interface.py new file mode 100644 index 00000000000..079e4a01a93 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_interface.py @@ -0,0 +1,72 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +Interface tests scenarios +""" + +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer +from .config import CONFIG + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + pass + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + pass + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_show(test, checks=[]) + step_list_resource_group(test, checks=[]) + step_update_admin_state_Disable(test, checks=[]) + step_update_admin_state_Enable(test, checks=[]) + cleanup_scenario1(test) + +def step_show(test, checks=None): + '''Interface show operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkfabric interface show --resource-name {name} --resource-group {rg} --device {device_name}') + +def step_list_resource_group(test, checks=None): + '''Interface list by resource group operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric interface list --resource-group {rg} --device {device_name}') + +def step_update_admin_state_Enable(test, checks=None): + '''Interface Update admin state Enable operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric interface update-admin-state --resource-group {rg} --device {device_name} --resource-name {name} --state {state_Enable}') + +def step_update_admin_state_Disable(test, checks=None): + '''Interface Update admin state Disable operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric interface update-admin-state --resource-group {rg} --device {device_name} --resource-name {name} --state {state_Disable}') + +class InterfaceScenarioTest1(ScenarioTest): + ''' InterfaceScenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + 'name': CONFIG.get('NETWORK_INTERFACE', 'name'), + 'rg': CONFIG.get('NETWORK_INTERFACE', 'resource_group'), + 'device_name': CONFIG.get('NETWORK_INTERFACE', 'device_name'), + 'state_Enable': CONFIG.get('NETWORK_INTERFACE', 'state_Enable'), + 'state_Disable': CONFIG.get('NETWORK_INTERFACE', 'state_Disable') + }) + + def test_Interface_scenario1(self): + ''' test scenario for Interface CRUD operations''' + call_scenario1(self) \ No newline at end of file diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_internalnetwork.py b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_internalnetwork.py new file mode 100644 index 00000000000..143832a3321 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_internalnetwork.py @@ -0,0 +1,78 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +Internal Network tests scenarios +""" + +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer +from .config import CONFIG + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + pass + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + pass + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_create(test, checks=[]) + step_show(test, checks=[]) + step_list_resource_group(test, checks=[]) + step_delete(test, checks=[]) + cleanup_scenario1(test) + +def step_create(test, checks=None): + '''internalnetwork create operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric internalnetwork create --resource-group {rg} --l3-isolation-domain-name {l3domain} --resource-name {name} --vlan-id {vlan_id}' + ' --mtu {mtu} --connected-ipv4-subnets {connectedIpv4Subnets} --connected-ipv6-subnets {connectedIpv6Subnets} --static-route-configuration {staticRouteConf} --bgp-configuration {bgpConf} --no-wait', checks=checks) + +def step_show(test, checks=None): + '''internalnetwork show operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkfabric internalnetwork show --resource-name {name} --l3domain {l3domain} --resource-group {rg}') + +def step_delete(test, checks=None): + '''internalnetwork delete operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkfabric internalnetwork delete --resource-name {name} --l3domain {l3domain} --resource-group {rg}') + +def step_list_resource_group(test, checks=None): + '''internalnetwork list by resource group operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric internalnetwork list --resource-group {rg} --l3domain {l3domain}') + +class InternalNetworkScenarioTest1(ScenarioTest): + ''' Internal Network Scenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + 'name': CONFIG.get('Internal_Network', 'name'), + 'rg': CONFIG.get('Internal_Network', 'resource_group'), + 'l3domain': CONFIG.get('Internal_Network', 'l3domain'), + 'vlan_id': CONFIG.get('Internal_Network', 'vlan_id'), + 'mtu': CONFIG.get('Internal_Network', 'mtu'), + 'connectedIpv4Subnets': CONFIG.get('Internal_Network', 'connected_Ipv4_subnets'), + 'connectedIpv6Subnets': CONFIG.get('Internal_Network', 'connected_Ipv6_subnets'), + 'staticRouteConf': CONFIG.get('Internal_Network', 'static_route_conf'), + 'bgpConf': CONFIG.get('Internal_Network', 'bgp_conf') + }) + + def test_internalnetwork_scenario1(self): + ''' test scenario for internalnetwork CRUD operations''' + call_scenario1(self) \ No newline at end of file diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_ipcommunity.py b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_ipcommunity.py new file mode 100644 index 00000000000..652680f8fe2 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_ipcommunity.py @@ -0,0 +1,82 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +Ip Community tests scenarios +""" + +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer +from .config import CONFIG + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + pass + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + pass + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_create(test, checks=[]) + step_show(test, checks=[]) + step_list_subscription(test, checks=[]) + step_list_resource_group(test, checks=[]) + step_delete(test, checks=[]) + cleanup_scenario1(test) + +def step_create(test, checks=None): + '''ipcommunity create operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric ipcommunity create --resource-group {rg} --location {location} --resource-name {name} ' + ' --action {action} --well-known-communities {well_known_communities} --community-members {community_members}', checks=checks) + +def step_show(test, checks=None): + '''ipcommunity show operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkfabric ipcommunity show --resource-name {name} --resource-group {rg}') + +def step_delete(test, checks=None): + '''ipcommunity delete operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkfabric ipcommunity delete --resource-name {name} --resource-group {rg}') + +def step_list_resource_group(test, checks=None): + '''ipcommunity list by resource group operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric ipcommunity list --resource-group {rg}') + +def step_list_subscription(test, checks=None): + '''ipcommunity list by subscription operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric ipcommunity list') + +class IpCommunityScenarioTest1(ScenarioTest): + ''' Ip Community Scenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + 'name': CONFIG.get('IP_COMMUNITY', 'name'), + 'rg': CONFIG.get('IP_COMMUNITY', 'resource_group'), + 'location': CONFIG.get('IP_COMMUNITY', 'location'), + 'action': CONFIG.get('IP_COMMUNITY', 'action'), + 'well_known_communities': CONFIG.get('IP_COMMUNITY', 'well_known_communities'), + 'community_members': CONFIG.get('IP_COMMUNITY', 'community_members') + }) + + def test_ipcommunity_scenario1(self): + ''' test scenario for IpCommunity CRUD operations''' + call_scenario1(self) \ No newline at end of file diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_ipextendedcommunity.py b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_ipextendedcommunity.py new file mode 100644 index 00000000000..01d6ca8d1cc --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_ipextendedcommunity.py @@ -0,0 +1,79 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +Ip Extended Community tests scenarios +""" + +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer +from .config import CONFIG + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + pass + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + pass + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_create(test, checks=[]) + step_show(test, checks=[]) + step_list_subscription(test, checks=[]) + step_list_resource_group(test, checks=[]) + step_delete(test, checks=[]) + cleanup_scenario1(test) + +def step_create(test, checks=None): + '''ipextendedcommunity create operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric ipextendedcommunity create --resource-group {rg} --location {location} --resource-name {name}' + ' --action {action} --route-targets {route_targets}', checks=checks) + +def step_show(test, checks=None): + '''ipextendedcommunity show operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric ipextendedcommunity show --resource-name {name} --resource-group {rg}') + +def step_delete(test, checks=None): + '''ipextendedcommunity delete operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric ipextendedcommunity delete --resource-name {name} --resource-group {rg}') + +def step_list_resource_group(test, checks=None): + '''ipextendedcommunity list by resource group operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric ipextendedcommunity list --resource-group {rg}') + +def step_list_subscription(test, checks=None): + '''ipextendedcommunity list by subscription operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric ipextendedcommunity list') + +class IpExtendedCommunityScenarioTest1(ScenarioTest): + ''' Ip Extended Community Scenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + 'name': CONFIG.get('IP_EXTENDED_COMMUNITY', 'name'), + 'rg': CONFIG.get('IP_EXTENDED_COMMUNITY', 'resource_group'), + 'location': CONFIG.get('IP_EXTENDED_COMMUNITY', 'location'), + 'action': CONFIG.get('IP_EXTENDED_COMMUNITY', 'action'), + 'route_targets': CONFIG.get('IP_EXTENDED_COMMUNITY', 'route_targets') + }) + + def test_ipextendedcommunity_scenario1(self): + ''' test scenario for IpExtendedCommunity CRUD operations''' + call_scenario1(self) \ No newline at end of file diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_ipprefix.py b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_ipprefix.py new file mode 100644 index 00000000000..7298703cb9a --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_ipprefix.py @@ -0,0 +1,82 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +Ip Prefix tests scenarios +""" + +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer +from .config import CONFIG + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + pass + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + pass + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_create(test, checks=[]) + step_show(test, checks=[]) + step_list_subscription(test, checks=[]) + step_list_resource_group(test, checks=[]) + step_delete(test, checks=[]) + cleanup_scenario1(test) + +def step_create(test, checks=None): + '''ipprefix create operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkfabric ipprefix create --resource-group {rg} --location {location} --resource-name {name} --ip-prefix-rules {ipPrefixRules} ', checks=checks) + +def step_show(test, checks=None): + '''ipprefix show operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkfabric ipprefix show --resource-name {name} --resource-group {rg}') + +def step_delete(test, checks=None): + '''ipprefix delete operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkfabric ipprefix delete --resource-name {name} --resource-group {rg}') + +def step_list_resource_group(test, checks=None): + '''ipprefix list by resource group operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkfabric ipprefix list --resource-group {rg}') + +def step_list_subscription(test, checks=None): + '''ipprefix list by subscription operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkfabric ipprefix list') + +class IpPrefixScenarioTest1(ScenarioTest): + ''' IpPrefix Scenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + 'name': CONFIG.get('IP_PREFIX', 'name'), + 'rg': CONFIG.get('IP_PREFIX', 'resource_group'), + 'location': CONFIG.get('IP_PREFIX', 'location'), + 'ipPrefixRules': CONFIG.get('IP_PREFIX', 'ip_prefix_rules') + }) + + def test_ipprefix_scenario1(self): + ''' test scenario for IpPrefix CRUD operations''' + call_scenario1(self) \ No newline at end of file diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_l2domain.py b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_l2domain.py new file mode 100644 index 00000000000..83a5a0650f9 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_l2domain.py @@ -0,0 +1,97 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +L2 Domain tests scenarios +""" + +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer +from .config import CONFIG + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + pass + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + pass + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_create(test, checks=[]) + step_show(test, checks=[]) + step_list_subscription(test, checks=[]) + step_list_resource_group(test, checks=[]) + step_update_admin_state_Enable(test, checks=[]) + step_update_admin_state_Disable(test, checks=[]) + step_delete(test, checks=[]) + cleanup_scenario1(test) + +def step_create(test, checks=None): + '''l2domain create operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric l2domain create --resource-group {rg} --resource-name {name} --location {location} --nf-id {nf_id} --vlan-id {vlan_id}', checks=checks) + +def step_show(test, checks=None): + '''l2domain show operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkfabric l2domain show --resource-name {name} --resource-group {rg}') + +def step_delete(test, checks=None): + '''l2domain delete operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkfabric l2domain delete --resource-name {name} --resource-group {rg}') + +def step_list_subscription(test, checks=None): + '''l2domain list by subscription operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric l2domain list') + +def step_list_resource_group(test, checks=None): + '''l2domain list by resource group operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric l2domain list --resource-group {rg}') + +def step_update_admin_state_Enable(test, checks=None): + '''l2domain Update admin state operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric l2domain update-admin-state --resource-group {rg} --resource-name {name} --state {state_Enable} --no-wait') + +def step_update_admin_state_Disable(test, checks=None): + '''l2domain Update admin state operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric l2domain update-admin-state --resource-group {rg} --resource-name {name} --state {state_Disable} --no-wait') + +class L2DomainScenarioTest1(ScenarioTest): + ''' L2 Domain Scenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + 'name': CONFIG.get('L2_ISOLATION_DOMAIN', 'name'), + 'rg': CONFIG.get('L2_ISOLATION_DOMAIN', 'resource_group'), + 'location': CONFIG.get('L2_ISOLATION_DOMAIN', 'location'), + 'nf_id': CONFIG.get('L2_ISOLATION_DOMAIN', 'nf_id'), + 'mtu': CONFIG.get('L2_ISOLATION_DOMAIN', 'mtu'), + 'vlan_id': CONFIG.get('L2_ISOLATION_DOMAIN', 'vlan_id'), + 'state_Enable': CONFIG.get('L2_ISOLATION_DOMAIN', 'state_Enable'), + 'state_Disable': CONFIG.get('L2_ISOLATION_DOMAIN', 'state_Disable') + }) + + def test_l2domain_scenario1(self): + ''' test scenario for L2 Domain CRUD operations''' + call_scenario1(self) \ No newline at end of file diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_l3domain.py b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_l3domain.py new file mode 100644 index 00000000000..7dcb2557e03 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_l3domain.py @@ -0,0 +1,118 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +L3 Domain tests scenarios +""" + +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer +from .config import CONFIG + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + pass + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + pass + +def setup_scenario2(test): + ''' Env setup_scenario2 ''' + pass + +def cleanup_scenario2(test): + '''Env cleanup_scenario2 ''' + pass + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_create(test, checks=[]) + step_show(test, checks=[]) + step_list_subscription(test, checks=[]) + step_list_resource_group(test, checks=[]) + step_delete(test, checks=[]) + cleanup_scenario1(test) + +def call_scenario2(test): + ''' # Testcase: scenario2''' + step_update_admin_state_Enable(test, checks=[]) + step_update_admin_state_Disable(test, checks=[]) + cleanup_scenario2(test) + +def step_create(test, checks=None): + '''l3domain create operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric l3domain create --resource-group {rg} --resource-name {name} --location {location} --nf-id {nf_id}' + ' --redistribute-connected-subnets {redistributeConnectedSubnets} --redistribute-static-routes {redistributeStaticRoutes} ' + ' --aggregate-route-configuration {aggregateRouteConf} --connected-subnet-route-policy {connectedSubnetRoutePolicy}', checks=checks) + +def step_show(test, checks=None): + '''l3domain show operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkfabric l3domain show --resource-name {name} --resource-group {rg}') + +def step_delete(test, checks=None): + '''l3domain delete operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkfabric l3domain delete --resource-name {name} --resource-group {rg}') + +def step_list_resource_group(test, checks=None): + '''l3domain list by resource group operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric l3domain list --resource-group {rg}') + +def step_list_subscription(test, checks=None): + '''l3domain list by subscription operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric l3domain list') + +def step_update_admin_state_Enable(test, checks=None): + '''l3domain Update admin state operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric l3domain update-admin-state --resource-group {rg} --resource-name {resource_name} --state {state_Enable} --no-wait') + +def step_update_admin_state_Disable(test, checks=None): + '''l3domain Update admin state operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric l3domain update-admin-state --resource-group {rg} --resource-name {resource_name} --state {state_Disable} --no-wait') + +class L3DomainScenarioTest1(ScenarioTest): + ''' L3 Domain Scenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + 'name': CONFIG.get('L3_ISOLATION_DOMAIN', 'name'), + 'rg': CONFIG.get('L3_ISOLATION_DOMAIN', 'resource_group'), + 'location': CONFIG.get('L3_ISOLATION_DOMAIN', 'location'), + 'nf_id': CONFIG.get('L3_ISOLATION_DOMAIN', 'nf_id'), + 'redistributeConnectedSubnets': CONFIG.get('L3_ISOLATION_DOMAIN', 'redistribute_connected_subnets'), + 'redistributeStaticRoutes': CONFIG.get('L3_ISOLATION_DOMAIN', 'redistribute_static_routes'), + 'connectedSubnetRoutePolicy': CONFIG.get('L3_ISOLATION_DOMAIN', 'connected_subnet_route_policy'), + 'aggregateRouteConf': CONFIG.get('L3_ISOLATION_DOMAIN', 'aggregate_route_conf'), + 'state_Enable': CONFIG.get('L3_ISOLATION_DOMAIN', 'state_Enable'), + 'state_Disable': CONFIG.get('L3_ISOLATION_DOMAIN', 'state_Disable'), + 'resource_name': CONFIG.get('L3_ISOLATION_DOMAIN', 'resource_name') + }) + + def test_l3domain_scenario1(self): + ''' test scenario for L3 Domain CRUD operations''' + call_scenario1(self) + + def test_l3domain_scenario2(self): + ''' test scenario for L3 Domain CRUD operations''' + call_scenario2(self) \ No newline at end of file diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_managednetworkfabric.py b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_managednetworkfabric.py new file mode 100644 index 00000000000..5fac61a85f4 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_managednetworkfabric.py @@ -0,0 +1,13 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +from azure.cli.testsdk import * + + +class ManagednetworkfabricScenario(ScenarioTest): + # TODO: add tests here + pass diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_nf.py b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_nf.py new file mode 100644 index 00000000000..8cac4ae12f6 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_nf.py @@ -0,0 +1,123 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +NF tests scenarios +""" + +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer +from .config import CONFIG + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + pass + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + pass + +def setup_scenario2(test): + ''' Env setup_scenario2 ''' + pass + +def cleanup_scenario2(test): + '''Env cleanup_scenario2 ''' + pass + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_create(test, checks=[]) + step_show(test, checks=[]) + step_list_subscription(test, checks=[]) + step_list_resource_group(test, checks=[]) + step_delete(test, checks=[]) + cleanup_scenario1(test) + +def call_scenario2(test): + ''' # Testcase: scenario2''' + setup_scenario2(test) + step_provision(test) + step_deprovision(test) + cleanup_scenario2(test) + +def step_create(test, checks=None): + '''nf create operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric fabric create --resource-group {rg} --location {location} --resource-name {name} --nf-sku {nf_sku} --nfc-id {nfc_id}' + ' --fabric-asn {fabric_asn} --ipv4-prefix {ipv4_prefix} --ipv6-prefix {ipv6_prefix} --rack-count {rack_count} --server-count-per-rack {server_count_per_rack}' + ' --ts-config {terminalServerConf} --managed-network-config {managedNetworkConf}', checks=checks) + +def step_show(test, checks=None): + '''nf show operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkfabric fabric show --resource-name {name} --resource-group {rg}') + +def step_delete(test, checks=None): + '''nf delete operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkfabric fabric delete --resource-name {name} --resource-group {rg}') + +def step_list_resource_group(test, checks=None): + '''nf list by resource group operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric fabric list --resource-group {rg}') + +def step_list_subscription(test, checks=None): + '''nf list by subscription operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric fabric list') + +def step_provision(test, checks=None): + '''nf provision operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkfabric fabric provision --resource-name {resource_name} --resource-group {rg}') + +def step_deprovision(test, checks=None): + '''nf deprovision operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkfabric fabric deprovision --resource-name {resource_name} --resource-group {rg}') + +class NFScenarioTest1(ScenarioTest): + ''' NFScenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + 'name': CONFIG.get('NETWORK_FABRIC', 'name'), + 'rg': CONFIG.get('NETWORK_FABRIC', 'resource_group'), + 'location': CONFIG.get('NETWORK_FABRIC', 'location'), + 'nf_sku': CONFIG.get('NETWORK_FABRIC', 'nf_sku'), + 'nfc_id': CONFIG.get('NETWORK_FABRIC', 'nfc_id'), + 'fabric_asn': CONFIG.get('NETWORK_FABRIC', 'fabric_asn'), + 'ipv4_prefix': CONFIG.get('NETWORK_FABRIC', 'ipv4_prefix'), + 'ipv6_prefix': CONFIG.get('NETWORK_FABRIC', 'ipv6_prefix'), + 'rack_count': CONFIG.get('NETWORK_FABRIC', 'rack_count'), + 'server_count_per_rack': CONFIG.get('NETWORK_FABRIC', 'server_count_per_rack'), + 'terminalServerConf': CONFIG.get('NETWORK_FABRIC', 'terminalServerConf'), + 'managedNetworkConf': CONFIG.get('NETWORK_FABRIC', 'managedNetworkConf'), + 'resource_name': CONFIG.get('NETWORK_FABRIC', 'resource_name') + }) + + def test_nf_scenario1(self): + ''' test scenario for NF CRUD operations''' + call_scenario1(self) + + def test_nf_scenario2(self): + ''' test scenario for NF Provision/Deprovision operations''' + call_scenario2(self) \ No newline at end of file diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_nfc.py b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_nfc.py new file mode 100644 index 00000000000..ac25e284fb2 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_nfc.py @@ -0,0 +1,103 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +NFC tests scenarios +""" + +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer +from .config import CONFIG + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + pass + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + pass + +def setup_scenario2(test): + ''' Env setup_scenario2 ''' + pass + +def cleanup_scenario2(test): + '''Env cleanup_scenario2 ''' + pass + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_create(test, checks=[]) + step_show(test, checks=[]) + step_list_subscription(test, checks=[]) + step_list_resource_group(test, checks=[]) + # skip testing delete until the Network Fabric Controller can be deleted without being created + # Instead we will delete in scenario 2 + # step_delete(test, checks=[]) + cleanup_scenario1(test) + +def call_scenario2(test): + setup_scenario2(test) + step_delete(test, checks=[]) + cleanup_scenario2(test) + +def step_create(test, checks=None): + '''nfc create operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric controller create --resource-group {rg} --location {location} --resource-name {name}' + ' --infra-er-connections {infraERConnections} --workload-er-connections {workloadERConnections}' + ' --ipv4-address-space {ipv4AddressSpace} --no-wait' , checks=checks) + +def step_show(test, checks=None): + '''nfc show operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkfabric controller show --resource-name {name} --resource-group {rg}') + +def step_delete(test, checks=None): + '''nfc delete operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkfabric controller delete --resource-name {nameDelete} --resource-group {rg}') + +def step_list_resource_group(test, checks=None): + '''nfc list by resource group operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric controller list --resource-group {rg}') + +def step_list_subscription(test, checks=None): + '''nfc list by subscription operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric controller list') + +class NFCScenarioTest1(ScenarioTest): + ''' NFCScenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + 'name': CONFIG.get('NETWORK_FABRIC_CONTROLLER', 'name'), + 'nameDelete': CONFIG.get('NETWORK_FABRIC_CONTROLLER', 'nameDelete'), + 'rg': CONFIG.get('NETWORK_FABRIC_CONTROLLER', 'resource_group'), + 'location': CONFIG.get('NETWORK_FABRIC_CONTROLLER', 'location'), + 'infraERConnections': CONFIG.get('NETWORK_FABRIC_CONTROLLER', 'infra_ER_Connections'), + 'workloadERConnections': CONFIG.get('NETWORK_FABRIC_CONTROLLER', 'workload_ER_Connections'), + 'ipv4AddressSpace': CONFIG.get('NETWORK_FABRIC_CONTROLLER', 'ipv4_address_space') + }) + + def test_nfc_scenario1(self): + ''' test scenario for NFC CRUD operations''' + call_scenario1(self) + + def test_nfc_scenario2(self): + ''' test scenario for NFC CRUD operations''' + call_scenario2(self) \ No newline at end of file diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_nni.py b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_nni.py new file mode 100644 index 00000000000..acc18496ecc --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_nni.py @@ -0,0 +1,78 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +NNI tests scenarios +""" + +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer +from .config import CONFIG + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + pass + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + pass + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_create(test, checks=[]) + step_show(test, checks=[]) + step_list_resource_group(test, checks=[]) + step_delete(test, checks=[]) + cleanup_scenario1(test) + +def step_create(test, checks=None): + '''nni create operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric nni create --resource-group {rg} --resource-name {name} --fabric {fabric}' + ' --is-management-type {isManagementType} --use-option-b {useOptionB}' + ' --layer2-configuration {layer2Configuration}' + ' --layer3-configuration {layer3Configuration}', checks=checks) + +def step_show(test, checks=None): + '''nni show operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkfabric nni show --resource-name {name} --resource-group {rg} --fabric {fabric}') + +def step_delete(test, checks=None): + '''nni delete operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkfabric nni delete --resource-name {name} --resource-group {rg} --fabric {fabric}') + +def step_list_resource_group(test, checks=None): + '''nni list by resource group operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric nni list --resource-group {rg} --fabric {fabric}') + +class NNIScenarioTest1(ScenarioTest): + ''' NNIScenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + 'name': CONFIG.get('NETWORK_TO_NETWORK_INTERCONNECT', 'name'), + 'rg': CONFIG.get('NETWORK_TO_NETWORK_INTERCONNECT', 'resource_group'), + 'fabric': CONFIG.get('NETWORK_TO_NETWORK_INTERCONNECT', 'fabric'), + 'isManagementType': CONFIG.get('NETWORK_TO_NETWORK_INTERCONNECT', 'is_management_type'), + 'useOptionB': CONFIG.get('NETWORK_TO_NETWORK_INTERCONNECT', 'use_option_b'), + 'layer2Configuration': CONFIG.get('NETWORK_TO_NETWORK_INTERCONNECT', 'layer2_Configuration'), + 'layer3Configuration': CONFIG.get('NETWORK_TO_NETWORK_INTERCONNECT', 'layer3_Configuration') + }) + + def test_nni_scenario1(self): + ''' test scenario for NNI CRUD operations''' + call_scenario1(self) \ No newline at end of file diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_rack.py b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_rack.py new file mode 100644 index 00000000000..1d8856e209f --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_rack.py @@ -0,0 +1,63 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +Rack tests scenarios +""" + +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer +from .config import CONFIG + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + pass + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + pass + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_show(test, checks=[]) + step_list_resource_group(test, checks=[]) + step_list_subscription(test, checks=[]) + cleanup_scenario1(test) + +def step_show(test, checks=None): + '''Rack show operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkfabric rack show --resource-name {name} --resource-group {rg}') + +def step_list_resource_group(test, checks=None): + '''Rack list by resource group operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric rack list --resource-group {rg}') + +def step_list_subscription(test, checks=None): + '''Rack list by subscription''' + if checks is None: + checks = [] + test.cmd('az networkfabric rack list') + +class RackScenarioTest1(ScenarioTest): + ''' RackScenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + 'name': CONFIG.get('NETWORK_RACK', 'name'), + 'rg': CONFIG.get('NETWORK_RACK', 'resource_group') + }) + + #@ResourceGroupPreparer(name_prefix='cli_test_rack_rg_', key='rg', parameter_name='rg', location="westus3") + def test_Rack_scenario1(self): + ''' test scenario for Rack CRUD operations''' + call_scenario1(self) \ No newline at end of file diff --git a/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_routepolicy.py b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_routepolicy.py new file mode 100644 index 00000000000..0f5954b5394 --- /dev/null +++ b/src/managednetworkfabric/azext_managednetworkfabric/tests/latest/test_routepolicy.py @@ -0,0 +1,108 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +Route Policy tests scenarios +""" + +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer +from .config import CONFIG + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + pass + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + pass + +def setup_scenario2(test): + ''' Env setup_scenario1 ''' + pass + +def cleanup_scenario2(test): + '''Env cleanup_scenario1 ''' + pass + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_create_s1(test, checks=[]) + step_show(test, checks=[]) + step_list_subscription(test, checks=[]) + step_list_resource_group(test, checks=[]) + step_delete(test, checks=[]) + cleanup_scenario1(test) + +def call_scenario2(test): + ''' # Testcase: scenario1''' + setup_scenario2(test) + step_create_s2(test, checks=[]) + step_show(test, checks=[]) + step_list_subscription(test, checks=[]) + step_list_resource_group(test, checks=[]) + step_delete(test, checks=[]) + cleanup_scenario2(test) + +def step_create_s1(test, checks=None): + '''routepolicy create operation with IpCommunities''' + if checks is None: + checks = [] + test.cmd('az networkfabric routepolicy create --resource-group {rg} --resource-name {name} --location {location} --statements {statements_with_ipcommunity}', checks=checks) + +def step_create_s2(test, checks=None): + '''routepolicy create operation with IpExtendedCommunities''' + if checks is None: + checks = [] + test.cmd('az networkfabric routepolicy create --resource-group {rg} --resource-name {name} --location {location} --statements {statements_with_ipextcommunity}', checks=checks) + +def step_show(test, checks=None): + '''routepolicy show operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkfabric routepolicy show --resource-name {name} --resource-group {rg}') + +def step_delete(test, checks=None): + '''routepolicy delete operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkfabric routepolicy delete --resource-name {name} --resource-group {rg}') + +def step_list_resource_group(test, checks=None): + '''routepolicy list by resource group operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric routepolicy list --resource-group {rg}') + +def step_list_subscription(test, checks=None): + '''routepolicy list by subscription operation''' + if checks is None: + checks = [] + test.cmd('az networkfabric routepolicy list') + +class RoutePolicyScenarioTest1(ScenarioTest): + ''' Route Policy Scenario1 test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + 'name': CONFIG.get('ROUTE_POLICY', 'name'), + 'rg': CONFIG.get('ROUTE_POLICY', 'resource_group'), + 'location': CONFIG.get('ROUTE_POLICY', 'location'), + 'statements_with_ipcommunity': CONFIG.get('ROUTE_POLICY', 'statements_with_ipcommunity'), + 'statements_with_ipextcommunity': CONFIG.get('ROUTE_POLICY', 'statements_with_ipextcommunity') + }) + + def test_route_policy_scenario1(self): + ''' test scenario for Route Policy CRUD operations''' + call_scenario1(self) + + def test_route_policy_scenario2(self): + ''' test scenario for Route Policy CRUD operations''' + call_scenario2(self) diff --git a/src/managednetworkfabric/setup.cfg b/src/managednetworkfabric/setup.cfg new file mode 100644 index 00000000000..2fdd96e5d39 --- /dev/null +++ b/src/managednetworkfabric/setup.cfg @@ -0,0 +1 @@ +#setup.cfg \ No newline at end of file diff --git a/src/managednetworkfabric/setup.py b/src/managednetworkfabric/setup.py new file mode 100644 index 00000000000..5491bfcaf8c --- /dev/null +++ b/src/managednetworkfabric/setup.py @@ -0,0 +1,49 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +from codecs import open +from setuptools import setup, find_packages + + +# HISTORY.rst entry. +VERSION = '1.0.0b1' + +# 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.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'License :: OSI Approved :: MIT License', +] + +DEPENDENCIES = [] + +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='managednetworkfabric', + version=VERSION, + description='Support for managednetworkfabric commands based on 2023-02-01-preview API version.', + long_description=README + '\n\n' + HISTORY, + license='MIT', + author='Microsoft Corporation', + author_email='azpycli@microsoft.com', + url='https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric', + classifiers=CLASSIFIERS, + packages=find_packages(exclude=["tests"]), + package_data={'azext_managednetworkfabric': ['azext_metadata.json']}, + install_requires=DEPENDENCIES +) diff --git a/src/networkcloud/HISTORY.rst b/src/networkcloud/HISTORY.rst new file mode 100644 index 00000000000..64e8a8c6a07 --- /dev/null +++ b/src/networkcloud/HISTORY.rst @@ -0,0 +1,9 @@ +.. :changelog: + +Release History +=============== + +0.3.0 +++++++ +* Initial release. This version supports NetworkCloud 2022-12-12-preview APIs. +* This version is experimental. Changes to the interface are expected but will be done in backward compatible way where possible. diff --git a/src/networkcloud/README.md b/src/networkcloud/README.md new file mode 100644 index 00000000000..d41f70ad928 --- /dev/null +++ b/src/networkcloud/README.md @@ -0,0 +1,40 @@ +# Azure CLI Networkcloud Extension # +This is an extension to Azure CLI to manage Azure Operator Nexus - Network Cloud on-premises clusters and their resources, such as racks, bare metal hosts, virtual machines, workload networks and more. + +## How to use ## + +Install the extension: + +``` +az extension add --name networkcloud +``` + +Validate that the extension is installed correctly: + +``` +az networkcloud --help +``` + +## Included Features ## + +Below is a high-level overview of networkcloud commands. + +| Commands | Description| +| ------------- | ------------- | +| az networkcloud baremetalmachine | Provides commands to manage bare metal machines. | +| az networkcloud cluster | Provides commands to manage clusters. | +| az networkcloud cluster baremetalmachinekeyset | Provides commands to manage cluster's bare metal machines access via SSH key sets. | +| az networkcloud cluster bmckeyset | Provides commands to manage cluster's baseboard management controller key set. | +| az networkcloud cluster metricsconfiguration | Provides commands to manage cluster's metrics configurations. | +| az networkcloud clustermanager | Provides commands to manage cluster managers. | +| az networkcloud defaultcninetwork | Provides commands to manage default CNI networks. | +| az networkcloud hybridakscluster | Provides commands to manage additional details of Hybrid Aks provisioned clusters. | +| az networkcloud l2network | Provides commands to manage layer 2 (L2) networks. | +| az networkcloud l3network | Provides commands to manage layer 3 (L3) networks. | +| az networkcloud rack | Provides commands to manage racks. | +| az networkcloud racksku | Provides commands to display rack Skus information. | +| az networkcloud storageappliance | Provides commands to manage storage appliances. | +| az networkcloud trunkednetwork | Provides commands to manage trunked networks. | +| az networkcloud virtualmachine | Provides commands to manage virtual machines. | + +For more details, please refer to [Azure Operator Nexus - NetworkCloud](https://learn.microsoft.com/en-us/azure/operator-nexus/). diff --git a/src/networkcloud/azext_networkcloud/__init__.py b/src/networkcloud/azext_networkcloud/__init__.py new file mode 100644 index 00000000000..c89820d8a56 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/__init__.py @@ -0,0 +1,42 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +from azure.cli.core import AzCommandsLoader +from azext_networkcloud._help import helps # pylint: disable=unused-import + + +class NetworkcloudCommandsLoader(AzCommandsLoader): + + def __init__(self, cli_ctx=None): + from azure.cli.core.commands import CliCommandType + custom_command_type = CliCommandType( + operations_tmpl='azext_networkcloud.custom#{}') + super().__init__(cli_ctx=cli_ctx, + custom_command_type=custom_command_type) + + def load_command_table(self, args): + from azext_networkcloud.commands import load_command_table + from azure.cli.core.aaz import load_aaz_command_table + try: + from . import aaz + except ImportError: + aaz = None + if aaz: + load_aaz_command_table( + loader=self, + aaz_pkg_name=aaz.__name__, + args=args + ) + load_command_table(self, args) + return self.command_table + + def load_arguments(self, command): + from azext_networkcloud._params import load_arguments + load_arguments(self, command) + + +COMMAND_LOADER_CLS = NetworkcloudCommandsLoader diff --git a/src/networkcloud/azext_networkcloud/_help.py b/src/networkcloud/azext_networkcloud/_help.py new file mode 100644 index 00000000000..126d5d00714 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/_help.py @@ -0,0 +1,11 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: disable=line-too-long +# pylint: disable=too-many-lines + +from knack.help_files import helps # pylint: disable=unused-import diff --git a/src/networkcloud/azext_networkcloud/_params.py b/src/networkcloud/azext_networkcloud/_params.py new file mode 100644 index 00000000000..cfcec717c9c --- /dev/null +++ b/src/networkcloud/azext_networkcloud/_params.py @@ -0,0 +1,13 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: disable=too-many-lines +# pylint: disable=too-many-statements + + +def load_arguments(self, _): # pylint: disable=unused-argument + pass diff --git a/src/networkcloud/azext_networkcloud/aaz/__init__.py b/src/networkcloud/azext_networkcloud/aaz/__init__.py new file mode 100644 index 00000000000..5757aea3175 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/__init__.py @@ -0,0 +1,6 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/__init__.py b/src/networkcloud/azext_networkcloud/aaz/latest/__init__.py new file mode 100644 index 00000000000..5757aea3175 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/__init__.py @@ -0,0 +1,6 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/__cmd_group.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/__cmd_group.py new file mode 100644 index 00000000000..624144bf828 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/__cmd_group.py @@ -0,0 +1,24 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkcloud", + is_experimental=True, +) +class __CMDGroup(AAZCommandGroup): + """Manage Network Cloud resources + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/__init__.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/__init__.py new file mode 100644 index 00000000000..5a9d61963d6 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/__init__.py @@ -0,0 +1,11 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/__cmd_group.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/__cmd_group.py new file mode 100644 index 00000000000..c6373a67441 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/__cmd_group.py @@ -0,0 +1,24 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkcloud baremetalmachine", + is_experimental=True, +) +class __CMDGroup(AAZCommandGroup): + """Manage bare metal machine + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/__init__.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/__init__.py new file mode 100644 index 00000000000..600b0ea88c2 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/__init__.py @@ -0,0 +1,24 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._cordon import * +from ._list import * +from ._power_off import * +from ._reimage import * +from ._restart import * +from ._run_command import * +from ._run_data_extract import * +from ._run_read_command import * +from ._show import * +from ._start import * +from ._uncordon import * +from ._update import * +from ._wait import * diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_cordon.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_cordon.py new file mode 100644 index 00000000000..0546b85b5c3 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_cordon.py @@ -0,0 +1,326 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud baremetalmachine cordon", + is_experimental=True, +) +class Cordon(AAZCommand): + """Cordon the provided bare metal machine's Kubernetes node. + + :example: Cordon bare metal machine + az networkcloud baremetalmachine cordon --evacuate "True" --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/cordon", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.bare_metal_machine_name = AAZStrArg( + options=["-n", "--name", "--bare-metal-machine-name"], + help="The name of the bare metal machine.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "BareMetalMachineCordonParameters" + + _args_schema = cls._args_schema + _args_schema.evacuate = AAZStrArg( + options=["--evacuate"], + arg_group="BareMetalMachineCordonParameters", + help="The indicator of whether to evacuate the node workload when the bare metal machine is cordoned.", + default="False", + enum={"False": "False", "True": "True"}, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.BareMetalMachinesCordon(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class BareMetalMachinesCordon(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/bareMetalMachines/{bareMetalMachineName}/cordon", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "bareMetalMachineName", self.ctx.args.bare_metal_machine_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"client_flatten": True}} + ) + _builder.set_prop("evacuate", AAZStrType, ".evacuate") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _CordonHelper._build_schema_operation_status_result_read(cls._schema_on_200) + + return cls._schema_on_200 + + def on_204(self, session): + pass + + +class _CordonHelper: + """Helper class for Cordon""" + + _schema_error_detail_read = None + + @classmethod + def _build_schema_error_detail_read(cls, _schema): + if cls._schema_error_detail_read is not None: + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + return + + cls._schema_error_detail_read = _schema_error_detail_read = AAZObjectType() + + error_detail_read = _schema_error_detail_read + error_detail_read.additional_info = AAZListType( + serialized_name="additionalInfo", + flags={"read_only": True}, + ) + error_detail_read.code = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.details = AAZListType( + flags={"read_only": True}, + ) + error_detail_read.message = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.target = AAZStrType( + flags={"read_only": True}, + ) + + additional_info = _schema_error_detail_read.additional_info + additional_info.Element = AAZObjectType() + + _element = _schema_error_detail_read.additional_info.Element + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + details = _schema_error_detail_read.details + details.Element = AAZObjectType() + cls._build_schema_error_detail_read(details.Element) + + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + + _schema_operation_status_result_read = None + + @classmethod + def _build_schema_operation_status_result_read(cls, _schema): + if cls._schema_operation_status_result_read is not None: + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + return + + cls._schema_operation_status_result_read = _schema_operation_status_result_read = AAZObjectType() + + operation_status_result_read = _schema_operation_status_result_read + operation_status_result_read.end_time = AAZStrType( + serialized_name="endTime", + ) + operation_status_result_read.error = AAZObjectType() + cls._build_schema_error_detail_read(operation_status_result_read.error) + operation_status_result_read.id = AAZStrType() + operation_status_result_read.name = AAZStrType() + operation_status_result_read.operations = AAZListType() + operation_status_result_read.percent_complete = AAZFloatType( + serialized_name="percentComplete", + ) + operation_status_result_read.resource_id = AAZStrType( + serialized_name="resourceId", + flags={"read_only": True}, + ) + operation_status_result_read.start_time = AAZStrType( + serialized_name="startTime", + ) + operation_status_result_read.status = AAZStrType( + flags={"required": True}, + ) + + operations = _schema_operation_status_result_read.operations + operations.Element = AAZObjectType() + cls._build_schema_operation_status_result_read(operations.Element) + + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + + +__all__ = ["Cordon"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_list.py new file mode 100644 index 00000000000..913b825a960 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_list.py @@ -0,0 +1,758 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud baremetalmachine list", + is_experimental=True, +) +class List(AAZCommand): + """List bare metal machines in the provided resource group or subscription. + + :example: List bare metal machines for resource group + az networkcloud baremetalmachine list --resource-group "resourceGroupName" + + :example: List bare metal machines for subscription + az networkcloud baremetalmachine list + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/baremetalmachines", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + condition_0 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) + condition_1 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + if condition_0: + self.BareMetalMachinesListByResourceGroup(ctx=self.ctx)() + if condition_1: + self.BareMetalMachinesListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class BareMetalMachinesListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/bareMetalMachines", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.bmc_connection_string = AAZStrType( + serialized_name="bmcConnectionString", + flags={"required": True}, + ) + properties.bmc_credentials = AAZObjectType( + serialized_name="bmcCredentials", + flags={"required": True}, + ) + properties.bmc_mac_address = AAZStrType( + serialized_name="bmcMacAddress", + flags={"required": True}, + ) + properties.boot_mac_address = AAZStrType( + serialized_name="bootMacAddress", + flags={"required": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.cordon_status = AAZStrType( + serialized_name="cordonStatus", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hardware_inventory = AAZObjectType( + serialized_name="hardwareInventory", + ) + properties.hardware_validation_status = AAZObjectType( + serialized_name="hardwareValidationStatus", + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.kubernetes_node_name = AAZStrType( + serialized_name="kubernetesNodeName", + flags={"read_only": True}, + ) + properties.kubernetes_version = AAZStrType( + serialized_name="kubernetesVersion", + flags={"read_only": True}, + ) + properties.machine_details = AAZStrType( + serialized_name="machineDetails", + flags={"required": True}, + ) + properties.machine_name = AAZStrType( + serialized_name="machineName", + flags={"required": True}, + ) + properties.machine_sku_id = AAZStrType( + serialized_name="machineSkuId", + flags={"required": True}, + ) + properties.oam_ipv4_address = AAZStrType( + serialized_name="oamIpv4Address", + flags={"read_only": True}, + ) + properties.oam_ipv6_address = AAZStrType( + serialized_name="oamIpv6Address", + flags={"read_only": True}, + ) + properties.os_image = AAZStrType( + serialized_name="osImage", + flags={"read_only": True}, + ) + properties.power_state = AAZStrType( + serialized_name="powerState", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.rack_id = AAZStrType( + serialized_name="rackId", + flags={"required": True}, + ) + properties.rack_slot = AAZIntType( + serialized_name="rackSlot", + flags={"required": True}, + ) + properties.ready_state = AAZStrType( + serialized_name="readyState", + flags={"read_only": True}, + ) + properties.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"required": True}, + ) + properties.service_tag = AAZStrType( + serialized_name="serviceTag", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + + bmc_credentials = cls._schema_on_200.value.Element.properties.bmc_credentials + bmc_credentials.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + bmc_credentials.username = AAZStrType( + flags={"required": True}, + ) + + hardware_inventory = cls._schema_on_200.value.Element.properties.hardware_inventory + hardware_inventory.additional_host_information = AAZStrType( + serialized_name="additionalHostInformation", + flags={"read_only": True}, + ) + hardware_inventory.interfaces = AAZListType( + flags={"read_only": True}, + ) + hardware_inventory.nics = AAZListType( + flags={"read_only": True}, + ) + + interfaces = cls._schema_on_200.value.Element.properties.hardware_inventory.interfaces + interfaces.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.hardware_inventory.interfaces.Element + _element.link_status = AAZStrType( + serialized_name="linkStatus", + flags={"read_only": True}, + ) + _element.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.network_interface_id = AAZStrType( + serialized_name="networkInterfaceId", + flags={"read_only": True}, + ) + + nics = cls._schema_on_200.value.Element.properties.hardware_inventory.nics + nics.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.hardware_inventory.nics.Element + _element.lldp_neighbor = AAZObjectType( + serialized_name="lldpNeighbor", + ) + _element.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + + lldp_neighbor = cls._schema_on_200.value.Element.properties.hardware_inventory.nics.Element.lldp_neighbor + lldp_neighbor.port_description = AAZStrType( + serialized_name="portDescription", + flags={"read_only": True}, + ) + lldp_neighbor.port_name = AAZStrType( + serialized_name="portName", + flags={"read_only": True}, + ) + lldp_neighbor.system_description = AAZStrType( + serialized_name="systemDescription", + flags={"read_only": True}, + ) + lldp_neighbor.system_name = AAZStrType( + serialized_name="systemName", + flags={"read_only": True}, + ) + + hardware_validation_status = cls._schema_on_200.value.Element.properties.hardware_validation_status + hardware_validation_status.last_validation_time = AAZStrType( + serialized_name="lastValidationTime", + flags={"read_only": True}, + ) + hardware_validation_status.result = AAZStrType( + flags={"read_only": True}, + ) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200.value.Element.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + virtual_machines_associated_ids = cls._schema_on_200.value.Element.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + class BareMetalMachinesListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.NetworkCloud/bareMetalMachines", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.bmc_connection_string = AAZStrType( + serialized_name="bmcConnectionString", + flags={"required": True}, + ) + properties.bmc_credentials = AAZObjectType( + serialized_name="bmcCredentials", + flags={"required": True}, + ) + properties.bmc_mac_address = AAZStrType( + serialized_name="bmcMacAddress", + flags={"required": True}, + ) + properties.boot_mac_address = AAZStrType( + serialized_name="bootMacAddress", + flags={"required": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.cordon_status = AAZStrType( + serialized_name="cordonStatus", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hardware_inventory = AAZObjectType( + serialized_name="hardwareInventory", + ) + properties.hardware_validation_status = AAZObjectType( + serialized_name="hardwareValidationStatus", + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.kubernetes_node_name = AAZStrType( + serialized_name="kubernetesNodeName", + flags={"read_only": True}, + ) + properties.kubernetes_version = AAZStrType( + serialized_name="kubernetesVersion", + flags={"read_only": True}, + ) + properties.machine_details = AAZStrType( + serialized_name="machineDetails", + flags={"required": True}, + ) + properties.machine_name = AAZStrType( + serialized_name="machineName", + flags={"required": True}, + ) + properties.machine_sku_id = AAZStrType( + serialized_name="machineSkuId", + flags={"required": True}, + ) + properties.oam_ipv4_address = AAZStrType( + serialized_name="oamIpv4Address", + flags={"read_only": True}, + ) + properties.oam_ipv6_address = AAZStrType( + serialized_name="oamIpv6Address", + flags={"read_only": True}, + ) + properties.os_image = AAZStrType( + serialized_name="osImage", + flags={"read_only": True}, + ) + properties.power_state = AAZStrType( + serialized_name="powerState", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.rack_id = AAZStrType( + serialized_name="rackId", + flags={"required": True}, + ) + properties.rack_slot = AAZIntType( + serialized_name="rackSlot", + flags={"required": True}, + ) + properties.ready_state = AAZStrType( + serialized_name="readyState", + flags={"read_only": True}, + ) + properties.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"required": True}, + ) + properties.service_tag = AAZStrType( + serialized_name="serviceTag", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + + bmc_credentials = cls._schema_on_200.value.Element.properties.bmc_credentials + bmc_credentials.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + bmc_credentials.username = AAZStrType( + flags={"required": True}, + ) + + hardware_inventory = cls._schema_on_200.value.Element.properties.hardware_inventory + hardware_inventory.additional_host_information = AAZStrType( + serialized_name="additionalHostInformation", + flags={"read_only": True}, + ) + hardware_inventory.interfaces = AAZListType( + flags={"read_only": True}, + ) + hardware_inventory.nics = AAZListType( + flags={"read_only": True}, + ) + + interfaces = cls._schema_on_200.value.Element.properties.hardware_inventory.interfaces + interfaces.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.hardware_inventory.interfaces.Element + _element.link_status = AAZStrType( + serialized_name="linkStatus", + flags={"read_only": True}, + ) + _element.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.network_interface_id = AAZStrType( + serialized_name="networkInterfaceId", + flags={"read_only": True}, + ) + + nics = cls._schema_on_200.value.Element.properties.hardware_inventory.nics + nics.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.hardware_inventory.nics.Element + _element.lldp_neighbor = AAZObjectType( + serialized_name="lldpNeighbor", + ) + _element.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + + lldp_neighbor = cls._schema_on_200.value.Element.properties.hardware_inventory.nics.Element.lldp_neighbor + lldp_neighbor.port_description = AAZStrType( + serialized_name="portDescription", + flags={"read_only": True}, + ) + lldp_neighbor.port_name = AAZStrType( + serialized_name="portName", + flags={"read_only": True}, + ) + lldp_neighbor.system_description = AAZStrType( + serialized_name="systemDescription", + flags={"read_only": True}, + ) + lldp_neighbor.system_name = AAZStrType( + serialized_name="systemName", + flags={"read_only": True}, + ) + + hardware_validation_status = cls._schema_on_200.value.Element.properties.hardware_validation_status + hardware_validation_status.last_validation_time = AAZStrType( + serialized_name="lastValidationTime", + flags={"read_only": True}, + ) + hardware_validation_status.result = AAZStrType( + flags={"read_only": True}, + ) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200.value.Element.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + virtual_machines_associated_ids = cls._schema_on_200.value.Element.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_power_off.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_power_off.py new file mode 100644 index 00000000000..5eea8bd181a --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_power_off.py @@ -0,0 +1,326 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud baremetalmachine power-off", + is_experimental=True, +) +class PowerOff(AAZCommand): + """Power off the provided bare metal machine. + + :example: Power off bare metal machine + az networkcloud baremetalmachine power-off --bare-metal-machine-name "bareMetalMachineName" --skip-shutdown "True" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/poweroff", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.bare_metal_machine_name = AAZStrArg( + options=["-n", "--name", "--bare-metal-machine-name"], + help="The name of the bare metal machine.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "BareMetalMachinePowerOffParameters" + + _args_schema = cls._args_schema + _args_schema.skip_shutdown = AAZStrArg( + options=["--skip-shutdown"], + arg_group="BareMetalMachinePowerOffParameters", + help="The indicator of whether to skip the graceful OS shutdown and power off the bare metal machine immediately.", + default="False", + enum={"False": "False", "True": "True"}, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.BareMetalMachinesPowerOff(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class BareMetalMachinesPowerOff(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/bareMetalMachines/{bareMetalMachineName}/powerOff", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "bareMetalMachineName", self.ctx.args.bare_metal_machine_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"client_flatten": True}} + ) + _builder.set_prop("skipShutdown", AAZStrType, ".skip_shutdown") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _PowerOffHelper._build_schema_operation_status_result_read(cls._schema_on_200) + + return cls._schema_on_200 + + def on_204(self, session): + pass + + +class _PowerOffHelper: + """Helper class for PowerOff""" + + _schema_error_detail_read = None + + @classmethod + def _build_schema_error_detail_read(cls, _schema): + if cls._schema_error_detail_read is not None: + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + return + + cls._schema_error_detail_read = _schema_error_detail_read = AAZObjectType() + + error_detail_read = _schema_error_detail_read + error_detail_read.additional_info = AAZListType( + serialized_name="additionalInfo", + flags={"read_only": True}, + ) + error_detail_read.code = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.details = AAZListType( + flags={"read_only": True}, + ) + error_detail_read.message = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.target = AAZStrType( + flags={"read_only": True}, + ) + + additional_info = _schema_error_detail_read.additional_info + additional_info.Element = AAZObjectType() + + _element = _schema_error_detail_read.additional_info.Element + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + details = _schema_error_detail_read.details + details.Element = AAZObjectType() + cls._build_schema_error_detail_read(details.Element) + + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + + _schema_operation_status_result_read = None + + @classmethod + def _build_schema_operation_status_result_read(cls, _schema): + if cls._schema_operation_status_result_read is not None: + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + return + + cls._schema_operation_status_result_read = _schema_operation_status_result_read = AAZObjectType() + + operation_status_result_read = _schema_operation_status_result_read + operation_status_result_read.end_time = AAZStrType( + serialized_name="endTime", + ) + operation_status_result_read.error = AAZObjectType() + cls._build_schema_error_detail_read(operation_status_result_read.error) + operation_status_result_read.id = AAZStrType() + operation_status_result_read.name = AAZStrType() + operation_status_result_read.operations = AAZListType() + operation_status_result_read.percent_complete = AAZFloatType( + serialized_name="percentComplete", + ) + operation_status_result_read.resource_id = AAZStrType( + serialized_name="resourceId", + flags={"read_only": True}, + ) + operation_status_result_read.start_time = AAZStrType( + serialized_name="startTime", + ) + operation_status_result_read.status = AAZStrType( + flags={"required": True}, + ) + + operations = _schema_operation_status_result_read.operations + operations.Element = AAZObjectType() + cls._build_schema_operation_status_result_read(operations.Element) + + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + + +__all__ = ["PowerOff"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_reimage.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_reimage.py new file mode 100644 index 00000000000..dd8efc63ee1 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_reimage.py @@ -0,0 +1,301 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud baremetalmachine reimage", + is_experimental=True, +) +class Reimage(AAZCommand): + """Reimage the provided bare metal machine. + + :example: Reimage bare metal machine + az networkcloud baremetalmachine reimage --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/reimage", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.bare_metal_machine_name = AAZStrArg( + options=["-n", "--name", "--bare-metal-machine-name"], + help="The name of the bare metal machine.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.BareMetalMachinesReimage(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class BareMetalMachinesReimage(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/bareMetalMachines/{bareMetalMachineName}/reimage", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "bareMetalMachineName", self.ctx.args.bare_metal_machine_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _ReimageHelper._build_schema_operation_status_result_read(cls._schema_on_200) + + return cls._schema_on_200 + + def on_204(self, session): + pass + + +class _ReimageHelper: + """Helper class for Reimage""" + + _schema_error_detail_read = None + + @classmethod + def _build_schema_error_detail_read(cls, _schema): + if cls._schema_error_detail_read is not None: + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + return + + cls._schema_error_detail_read = _schema_error_detail_read = AAZObjectType() + + error_detail_read = _schema_error_detail_read + error_detail_read.additional_info = AAZListType( + serialized_name="additionalInfo", + flags={"read_only": True}, + ) + error_detail_read.code = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.details = AAZListType( + flags={"read_only": True}, + ) + error_detail_read.message = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.target = AAZStrType( + flags={"read_only": True}, + ) + + additional_info = _schema_error_detail_read.additional_info + additional_info.Element = AAZObjectType() + + _element = _schema_error_detail_read.additional_info.Element + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + details = _schema_error_detail_read.details + details.Element = AAZObjectType() + cls._build_schema_error_detail_read(details.Element) + + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + + _schema_operation_status_result_read = None + + @classmethod + def _build_schema_operation_status_result_read(cls, _schema): + if cls._schema_operation_status_result_read is not None: + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + return + + cls._schema_operation_status_result_read = _schema_operation_status_result_read = AAZObjectType() + + operation_status_result_read = _schema_operation_status_result_read + operation_status_result_read.end_time = AAZStrType( + serialized_name="endTime", + ) + operation_status_result_read.error = AAZObjectType() + cls._build_schema_error_detail_read(operation_status_result_read.error) + operation_status_result_read.id = AAZStrType() + operation_status_result_read.name = AAZStrType() + operation_status_result_read.operations = AAZListType() + operation_status_result_read.percent_complete = AAZFloatType( + serialized_name="percentComplete", + ) + operation_status_result_read.resource_id = AAZStrType( + serialized_name="resourceId", + flags={"read_only": True}, + ) + operation_status_result_read.start_time = AAZStrType( + serialized_name="startTime", + ) + operation_status_result_read.status = AAZStrType( + flags={"required": True}, + ) + + operations = _schema_operation_status_result_read.operations + operations.Element = AAZObjectType() + cls._build_schema_operation_status_result_read(operations.Element) + + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + + +__all__ = ["Reimage"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_restart.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_restart.py new file mode 100644 index 00000000000..50baaa0378a --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_restart.py @@ -0,0 +1,301 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud baremetalmachine restart", + is_experimental=True, +) +class Restart(AAZCommand): + """Restart the provided bare metal machine. + + :example: Restart bare metal machine + az networkcloud baremetalmachine restart --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/restart", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.bare_metal_machine_name = AAZStrArg( + options=["-n", "--name", "--bare-metal-machine-name"], + help="The name of the bare metal machine.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.BareMetalMachinesRestart(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class BareMetalMachinesRestart(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/bareMetalMachines/{bareMetalMachineName}/restart", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "bareMetalMachineName", self.ctx.args.bare_metal_machine_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _RestartHelper._build_schema_operation_status_result_read(cls._schema_on_200) + + return cls._schema_on_200 + + def on_204(self, session): + pass + + +class _RestartHelper: + """Helper class for Restart""" + + _schema_error_detail_read = None + + @classmethod + def _build_schema_error_detail_read(cls, _schema): + if cls._schema_error_detail_read is not None: + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + return + + cls._schema_error_detail_read = _schema_error_detail_read = AAZObjectType() + + error_detail_read = _schema_error_detail_read + error_detail_read.additional_info = AAZListType( + serialized_name="additionalInfo", + flags={"read_only": True}, + ) + error_detail_read.code = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.details = AAZListType( + flags={"read_only": True}, + ) + error_detail_read.message = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.target = AAZStrType( + flags={"read_only": True}, + ) + + additional_info = _schema_error_detail_read.additional_info + additional_info.Element = AAZObjectType() + + _element = _schema_error_detail_read.additional_info.Element + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + details = _schema_error_detail_read.details + details.Element = AAZObjectType() + cls._build_schema_error_detail_read(details.Element) + + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + + _schema_operation_status_result_read = None + + @classmethod + def _build_schema_operation_status_result_read(cls, _schema): + if cls._schema_operation_status_result_read is not None: + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + return + + cls._schema_operation_status_result_read = _schema_operation_status_result_read = AAZObjectType() + + operation_status_result_read = _schema_operation_status_result_read + operation_status_result_read.end_time = AAZStrType( + serialized_name="endTime", + ) + operation_status_result_read.error = AAZObjectType() + cls._build_schema_error_detail_read(operation_status_result_read.error) + operation_status_result_read.id = AAZStrType() + operation_status_result_read.name = AAZStrType() + operation_status_result_read.operations = AAZListType() + operation_status_result_read.percent_complete = AAZFloatType( + serialized_name="percentComplete", + ) + operation_status_result_read.resource_id = AAZStrType( + serialized_name="resourceId", + flags={"read_only": True}, + ) + operation_status_result_read.start_time = AAZStrType( + serialized_name="startTime", + ) + operation_status_result_read.status = AAZStrType( + flags={"required": True}, + ) + + operations = _schema_operation_status_result_read.operations + operations.Element = AAZObjectType() + cls._build_schema_operation_status_result_read(operations.Element) + + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + + +__all__ = ["Restart"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_command.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_command.py new file mode 100644 index 00000000000..6fccacf1b61 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_command.py @@ -0,0 +1,349 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud baremetalmachine run-command", + is_experimental=True, +) +class RunCommand(AAZCommand): + """Run the command or the script on the provided bare metal machine. The URL to storage account with the command execution results and the command exit code can be retrieved from the operation status API once available. + + :example: Run command on bare metal machine + az networkcloud baremetalmachine run-command --bare-metal-machine-name "bareMetalMachineName" --arguments "--argument1" "argument2" --limit-time-seconds 60 --script "cHdkCg==" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/runcommand", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.bare_metal_machine_name = AAZStrArg( + options=["-n", "--name", "--bare-metal-machine-name"], + help="The name of the bare metal machine.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "BareMetalMachineRunCommandParameters" + + _args_schema = cls._args_schema + _args_schema.arguments = AAZListArg( + options=["--arguments"], + arg_group="BareMetalMachineRunCommandParameters", + help="The list of string arguments that will be passed to the script in order as separate arguments.", + ) + _args_schema.limit_time_seconds = AAZIntArg( + options=["--limit-time-seconds"], + arg_group="BareMetalMachineRunCommandParameters", + help="The maximum time the script is allowed to run. If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252).", + required=True, + fmt=AAZIntArgFormat( + maximum=14400, + minimum=60, + ), + ) + _args_schema.script = AAZStrArg( + options=["--script"], + arg_group="BareMetalMachineRunCommandParameters", + help="The base64 encoded script to execute on the bare metal machine.", + required=True, + ) + + arguments = cls._args_schema.arguments + arguments.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.BareMetalMachinesRunCommand(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class BareMetalMachinesRunCommand(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/bareMetalMachines/{bareMetalMachineName}/runCommand", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "bareMetalMachineName", self.ctx.args.bare_metal_machine_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("arguments", AAZListType, ".arguments") + _builder.set_prop("limitTimeSeconds", AAZIntType, ".limit_time_seconds", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("script", AAZStrType, ".script", typ_kwargs={"flags": {"required": True}}) + + arguments = _builder.get(".arguments") + if arguments is not None: + arguments.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _RunCommandHelper._build_schema_operation_status_result_read(cls._schema_on_200) + + return cls._schema_on_200 + + def on_204(self, session): + pass + + +class _RunCommandHelper: + """Helper class for RunCommand""" + + _schema_error_detail_read = None + + @classmethod + def _build_schema_error_detail_read(cls, _schema): + if cls._schema_error_detail_read is not None: + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + return + + cls._schema_error_detail_read = _schema_error_detail_read = AAZObjectType() + + error_detail_read = _schema_error_detail_read + error_detail_read.additional_info = AAZListType( + serialized_name="additionalInfo", + flags={"read_only": True}, + ) + error_detail_read.code = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.details = AAZListType( + flags={"read_only": True}, + ) + error_detail_read.message = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.target = AAZStrType( + flags={"read_only": True}, + ) + + additional_info = _schema_error_detail_read.additional_info + additional_info.Element = AAZObjectType() + + _element = _schema_error_detail_read.additional_info.Element + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + details = _schema_error_detail_read.details + details.Element = AAZObjectType() + cls._build_schema_error_detail_read(details.Element) + + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + + _schema_operation_status_result_read = None + + @classmethod + def _build_schema_operation_status_result_read(cls, _schema): + if cls._schema_operation_status_result_read is not None: + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + return + + cls._schema_operation_status_result_read = _schema_operation_status_result_read = AAZObjectType() + + operation_status_result_read = _schema_operation_status_result_read + operation_status_result_read.end_time = AAZStrType( + serialized_name="endTime", + ) + operation_status_result_read.error = AAZObjectType() + cls._build_schema_error_detail_read(operation_status_result_read.error) + operation_status_result_read.id = AAZStrType() + operation_status_result_read.name = AAZStrType() + operation_status_result_read.operations = AAZListType() + operation_status_result_read.percent_complete = AAZFloatType( + serialized_name="percentComplete", + ) + operation_status_result_read.resource_id = AAZStrType( + serialized_name="resourceId", + flags={"read_only": True}, + ) + operation_status_result_read.start_time = AAZStrType( + serialized_name="startTime", + ) + operation_status_result_read.status = AAZStrType( + flags={"required": True}, + ) + + operations = _schema_operation_status_result_read.operations + operations.Element = AAZObjectType() + cls._build_schema_operation_status_result_read(operations.Element) + + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + + +__all__ = ["RunCommand"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_data_extract.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_data_extract.py new file mode 100644 index 00000000000..f467cce1630 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_data_extract.py @@ -0,0 +1,366 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud baremetalmachine run-data-extract", + is_experimental=True, +) +class RunDataExtract(AAZCommand): + """Run one or more data extractions on the provided bare metal machine. The URL to storage account with the command execution results and the command exit code can be retrieved from the operation status API once available. + + :example: Run data extraction on bare metal machine + az networkcloud baremetalmachine run-data-extract --bare-metal-machine-name "bareMetalMachineName" --limit-time-seconds 360 --commands "[{arguments:['SysInfo','TTYLog'],command:'hardware-support-data-collection'}]" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/rundataextracts", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.bare_metal_machine_name = AAZStrArg( + options=["-n", "--name", "--bare-metal-machine-name"], + help="The name of the bare metal machine.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "BareMetalMachineRunDataExtractsParameters" + + _args_schema = cls._args_schema + _args_schema.commands = AAZListArg( + options=["--commands"], + arg_group="BareMetalMachineRunDataExtractsParameters", + help="The list of curated data extraction commands to be executed directly against the target machine.", + required=True, + ) + _args_schema.limit_time_seconds = AAZIntArg( + options=["--limit-time-seconds"], + arg_group="BareMetalMachineRunDataExtractsParameters", + help="The maximum time the commands are allowed to run. If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252).", + required=True, + fmt=AAZIntArgFormat( + maximum=14400, + minimum=60, + ), + ) + + commands = cls._args_schema.commands + commands.Element = AAZObjectArg() + + _element = cls._args_schema.commands.Element + _element.arguments = AAZListArg( + options=["arguments"], + help="The list of string arguments that will be passed to the script in order as separate arguments.", + ) + _element.command = AAZStrArg( + options=["command"], + help="The command to execute against the bare metal machine.", + required=True, + ) + + arguments = cls._args_schema.commands.Element.arguments + arguments.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.BareMetalMachinesRunDataExtracts(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class BareMetalMachinesRunDataExtracts(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/bareMetalMachines/{bareMetalMachineName}/runDataExtracts", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "bareMetalMachineName", self.ctx.args.bare_metal_machine_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("commands", AAZListType, ".commands", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("limitTimeSeconds", AAZIntType, ".limit_time_seconds", typ_kwargs={"flags": {"required": True}}) + + commands = _builder.get(".commands") + if commands is not None: + commands.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".commands[]") + if _elements is not None: + _elements.set_prop("arguments", AAZListType, ".arguments") + _elements.set_prop("command", AAZStrType, ".command", typ_kwargs={"flags": {"required": True}}) + + arguments = _builder.get(".commands[].arguments") + if arguments is not None: + arguments.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _RunDataExtractHelper._build_schema_operation_status_result_read(cls._schema_on_200) + + return cls._schema_on_200 + + def on_204(self, session): + pass + + +class _RunDataExtractHelper: + """Helper class for RunDataExtract""" + + _schema_error_detail_read = None + + @classmethod + def _build_schema_error_detail_read(cls, _schema): + if cls._schema_error_detail_read is not None: + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + return + + cls._schema_error_detail_read = _schema_error_detail_read = AAZObjectType() + + error_detail_read = _schema_error_detail_read + error_detail_read.additional_info = AAZListType( + serialized_name="additionalInfo", + flags={"read_only": True}, + ) + error_detail_read.code = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.details = AAZListType( + flags={"read_only": True}, + ) + error_detail_read.message = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.target = AAZStrType( + flags={"read_only": True}, + ) + + additional_info = _schema_error_detail_read.additional_info + additional_info.Element = AAZObjectType() + + _element = _schema_error_detail_read.additional_info.Element + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + details = _schema_error_detail_read.details + details.Element = AAZObjectType() + cls._build_schema_error_detail_read(details.Element) + + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + + _schema_operation_status_result_read = None + + @classmethod + def _build_schema_operation_status_result_read(cls, _schema): + if cls._schema_operation_status_result_read is not None: + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + return + + cls._schema_operation_status_result_read = _schema_operation_status_result_read = AAZObjectType() + + operation_status_result_read = _schema_operation_status_result_read + operation_status_result_read.end_time = AAZStrType( + serialized_name="endTime", + ) + operation_status_result_read.error = AAZObjectType() + cls._build_schema_error_detail_read(operation_status_result_read.error) + operation_status_result_read.id = AAZStrType() + operation_status_result_read.name = AAZStrType() + operation_status_result_read.operations = AAZListType() + operation_status_result_read.percent_complete = AAZFloatType( + serialized_name="percentComplete", + ) + operation_status_result_read.resource_id = AAZStrType( + serialized_name="resourceId", + flags={"read_only": True}, + ) + operation_status_result_read.start_time = AAZStrType( + serialized_name="startTime", + ) + operation_status_result_read.status = AAZStrType( + flags={"required": True}, + ) + + operations = _schema_operation_status_result_read.operations + operations.Element = AAZObjectType() + cls._build_schema_operation_status_result_read(operations.Element) + + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + + +__all__ = ["RunDataExtract"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_read_command.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_read_command.py new file mode 100644 index 00000000000..af029cf4fe9 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_read_command.py @@ -0,0 +1,366 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud baremetalmachine run-read-command", + is_experimental=True, +) +class RunReadCommand(AAZCommand): + """Run one or more read-only commands on the provided bare metal machine. The URL to storage account with the command execution results and the command exit code can be retrieved from the operation status API once available. + + :example: Run and retrieve output from read only commands on bare metal machine + az networkcloud baremetalmachine run-read-command --bare-metal-machine-name "bareMetalMachineName" --limit-time-seconds 60 --commands '[{"command":"kubectl get","arguments":["pods","-A"]},{"command":"ping", "arguments":["192.168.0.99","-c","3"]}]' --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/runreadcommands", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.bare_metal_machine_name = AAZStrArg( + options=["-n", "--name", "--bare-metal-machine-name"], + help="The name of the bare metal machine.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "BareMetalMachineRunReadCommandsParameters" + + _args_schema = cls._args_schema + _args_schema.commands = AAZListArg( + options=["--commands"], + arg_group="BareMetalMachineRunReadCommandsParameters", + help="The list of read-only commands to be executed directly against the target machine.", + required=True, + ) + _args_schema.limit_time_seconds = AAZIntArg( + options=["--limit-time-seconds"], + arg_group="BareMetalMachineRunReadCommandsParameters", + help="The maximum time the commands are allowed to run. If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252).", + required=True, + fmt=AAZIntArgFormat( + maximum=14400, + minimum=60, + ), + ) + + commands = cls._args_schema.commands + commands.Element = AAZObjectArg() + + _element = cls._args_schema.commands.Element + _element.arguments = AAZListArg( + options=["arguments"], + help="The list of string arguments that will be passed to the script in order as separate arguments.", + ) + _element.command = AAZStrArg( + options=["command"], + help="The command to execute against the bare metal machine.", + required=True, + ) + + arguments = cls._args_schema.commands.Element.arguments + arguments.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.BareMetalMachinesRunReadCommands(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class BareMetalMachinesRunReadCommands(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/bareMetalMachines/{bareMetalMachineName}/runReadCommands", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "bareMetalMachineName", self.ctx.args.bare_metal_machine_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("commands", AAZListType, ".commands", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("limitTimeSeconds", AAZIntType, ".limit_time_seconds", typ_kwargs={"flags": {"required": True}}) + + commands = _builder.get(".commands") + if commands is not None: + commands.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".commands[]") + if _elements is not None: + _elements.set_prop("arguments", AAZListType, ".arguments") + _elements.set_prop("command", AAZStrType, ".command", typ_kwargs={"flags": {"required": True}}) + + arguments = _builder.get(".commands[].arguments") + if arguments is not None: + arguments.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _RunReadCommandHelper._build_schema_operation_status_result_read(cls._schema_on_200) + + return cls._schema_on_200 + + def on_204(self, session): + pass + + +class _RunReadCommandHelper: + """Helper class for RunReadCommand""" + + _schema_error_detail_read = None + + @classmethod + def _build_schema_error_detail_read(cls, _schema): + if cls._schema_error_detail_read is not None: + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + return + + cls._schema_error_detail_read = _schema_error_detail_read = AAZObjectType() + + error_detail_read = _schema_error_detail_read + error_detail_read.additional_info = AAZListType( + serialized_name="additionalInfo", + flags={"read_only": True}, + ) + error_detail_read.code = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.details = AAZListType( + flags={"read_only": True}, + ) + error_detail_read.message = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.target = AAZStrType( + flags={"read_only": True}, + ) + + additional_info = _schema_error_detail_read.additional_info + additional_info.Element = AAZObjectType() + + _element = _schema_error_detail_read.additional_info.Element + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + details = _schema_error_detail_read.details + details.Element = AAZObjectType() + cls._build_schema_error_detail_read(details.Element) + + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + + _schema_operation_status_result_read = None + + @classmethod + def _build_schema_operation_status_result_read(cls, _schema): + if cls._schema_operation_status_result_read is not None: + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + return + + cls._schema_operation_status_result_read = _schema_operation_status_result_read = AAZObjectType() + + operation_status_result_read = _schema_operation_status_result_read + operation_status_result_read.end_time = AAZStrType( + serialized_name="endTime", + ) + operation_status_result_read.error = AAZObjectType() + cls._build_schema_error_detail_read(operation_status_result_read.error) + operation_status_result_read.id = AAZStrType() + operation_status_result_read.name = AAZStrType() + operation_status_result_read.operations = AAZListType() + operation_status_result_read.percent_complete = AAZFloatType( + serialized_name="percentComplete", + ) + operation_status_result_read.resource_id = AAZStrType( + serialized_name="resourceId", + flags={"read_only": True}, + ) + operation_status_result_read.start_time = AAZStrType( + serialized_name="startTime", + ) + operation_status_result_read.status = AAZStrType( + flags={"required": True}, + ) + + operations = _schema_operation_status_result_read.operations + operations.Element = AAZObjectType() + cls._build_schema_operation_status_result_read(operations.Element) + + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + + +__all__ = ["RunReadCommand"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_show.py new file mode 100644 index 00000000000..8a377c1150b --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_show.py @@ -0,0 +1,419 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud baremetalmachine show", + is_experimental=True, +) +class Show(AAZCommand): + """Get properties of the provided bare metal machine. + + :example: Get bare metal machine + az networkcloud baremetalmachine show --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.bare_metal_machine_name = AAZStrArg( + options=["-n", "--name", "--bare-metal-machine-name"], + help="The name of the bare metal machine.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.BareMetalMachinesGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class BareMetalMachinesGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/bareMetalMachines/{bareMetalMachineName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "bareMetalMachineName", self.ctx.args.bare_metal_machine_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.bmc_connection_string = AAZStrType( + serialized_name="bmcConnectionString", + flags={"required": True}, + ) + properties.bmc_credentials = AAZObjectType( + serialized_name="bmcCredentials", + flags={"required": True}, + ) + properties.bmc_mac_address = AAZStrType( + serialized_name="bmcMacAddress", + flags={"required": True}, + ) + properties.boot_mac_address = AAZStrType( + serialized_name="bootMacAddress", + flags={"required": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.cordon_status = AAZStrType( + serialized_name="cordonStatus", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hardware_inventory = AAZObjectType( + serialized_name="hardwareInventory", + ) + properties.hardware_validation_status = AAZObjectType( + serialized_name="hardwareValidationStatus", + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.kubernetes_node_name = AAZStrType( + serialized_name="kubernetesNodeName", + flags={"read_only": True}, + ) + properties.kubernetes_version = AAZStrType( + serialized_name="kubernetesVersion", + flags={"read_only": True}, + ) + properties.machine_details = AAZStrType( + serialized_name="machineDetails", + flags={"required": True}, + ) + properties.machine_name = AAZStrType( + serialized_name="machineName", + flags={"required": True}, + ) + properties.machine_sku_id = AAZStrType( + serialized_name="machineSkuId", + flags={"required": True}, + ) + properties.oam_ipv4_address = AAZStrType( + serialized_name="oamIpv4Address", + flags={"read_only": True}, + ) + properties.oam_ipv6_address = AAZStrType( + serialized_name="oamIpv6Address", + flags={"read_only": True}, + ) + properties.os_image = AAZStrType( + serialized_name="osImage", + flags={"read_only": True}, + ) + properties.power_state = AAZStrType( + serialized_name="powerState", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.rack_id = AAZStrType( + serialized_name="rackId", + flags={"required": True}, + ) + properties.rack_slot = AAZIntType( + serialized_name="rackSlot", + flags={"required": True}, + ) + properties.ready_state = AAZStrType( + serialized_name="readyState", + flags={"read_only": True}, + ) + properties.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"required": True}, + ) + properties.service_tag = AAZStrType( + serialized_name="serviceTag", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + + bmc_credentials = cls._schema_on_200.properties.bmc_credentials + bmc_credentials.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + bmc_credentials.username = AAZStrType( + flags={"required": True}, + ) + + hardware_inventory = cls._schema_on_200.properties.hardware_inventory + hardware_inventory.additional_host_information = AAZStrType( + serialized_name="additionalHostInformation", + flags={"read_only": True}, + ) + hardware_inventory.interfaces = AAZListType( + flags={"read_only": True}, + ) + hardware_inventory.nics = AAZListType( + flags={"read_only": True}, + ) + + interfaces = cls._schema_on_200.properties.hardware_inventory.interfaces + interfaces.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.hardware_inventory.interfaces.Element + _element.link_status = AAZStrType( + serialized_name="linkStatus", + flags={"read_only": True}, + ) + _element.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.network_interface_id = AAZStrType( + serialized_name="networkInterfaceId", + flags={"read_only": True}, + ) + + nics = cls._schema_on_200.properties.hardware_inventory.nics + nics.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.hardware_inventory.nics.Element + _element.lldp_neighbor = AAZObjectType( + serialized_name="lldpNeighbor", + ) + _element.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + + lldp_neighbor = cls._schema_on_200.properties.hardware_inventory.nics.Element.lldp_neighbor + lldp_neighbor.port_description = AAZStrType( + serialized_name="portDescription", + flags={"read_only": True}, + ) + lldp_neighbor.port_name = AAZStrType( + serialized_name="portName", + flags={"read_only": True}, + ) + lldp_neighbor.system_description = AAZStrType( + serialized_name="systemDescription", + flags={"read_only": True}, + ) + lldp_neighbor.system_name = AAZStrType( + serialized_name="systemName", + flags={"read_only": True}, + ) + + hardware_validation_status = cls._schema_on_200.properties.hardware_validation_status + hardware_validation_status.last_validation_time = AAZStrType( + serialized_name="lastValidationTime", + flags={"read_only": True}, + ) + hardware_validation_status.result = AAZStrType( + flags={"read_only": True}, + ) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + virtual_machines_associated_ids = cls._schema_on_200.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_start.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_start.py new file mode 100644 index 00000000000..5dbed671584 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_start.py @@ -0,0 +1,301 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud baremetalmachine start", + is_experimental=True, +) +class Start(AAZCommand): + """Start the provided bare metal machine. + + :example: Start bare metal machine + az networkcloud baremetalmachine start --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/start", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.bare_metal_machine_name = AAZStrArg( + options=["-n", "--name", "--bare-metal-machine-name"], + help="The name of the bare metal machine.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.BareMetalMachinesStart(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class BareMetalMachinesStart(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/bareMetalMachines/{bareMetalMachineName}/start", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "bareMetalMachineName", self.ctx.args.bare_metal_machine_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _StartHelper._build_schema_operation_status_result_read(cls._schema_on_200) + + return cls._schema_on_200 + + def on_204(self, session): + pass + + +class _StartHelper: + """Helper class for Start""" + + _schema_error_detail_read = None + + @classmethod + def _build_schema_error_detail_read(cls, _schema): + if cls._schema_error_detail_read is not None: + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + return + + cls._schema_error_detail_read = _schema_error_detail_read = AAZObjectType() + + error_detail_read = _schema_error_detail_read + error_detail_read.additional_info = AAZListType( + serialized_name="additionalInfo", + flags={"read_only": True}, + ) + error_detail_read.code = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.details = AAZListType( + flags={"read_only": True}, + ) + error_detail_read.message = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.target = AAZStrType( + flags={"read_only": True}, + ) + + additional_info = _schema_error_detail_read.additional_info + additional_info.Element = AAZObjectType() + + _element = _schema_error_detail_read.additional_info.Element + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + details = _schema_error_detail_read.details + details.Element = AAZObjectType() + cls._build_schema_error_detail_read(details.Element) + + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + + _schema_operation_status_result_read = None + + @classmethod + def _build_schema_operation_status_result_read(cls, _schema): + if cls._schema_operation_status_result_read is not None: + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + return + + cls._schema_operation_status_result_read = _schema_operation_status_result_read = AAZObjectType() + + operation_status_result_read = _schema_operation_status_result_read + operation_status_result_read.end_time = AAZStrType( + serialized_name="endTime", + ) + operation_status_result_read.error = AAZObjectType() + cls._build_schema_error_detail_read(operation_status_result_read.error) + operation_status_result_read.id = AAZStrType() + operation_status_result_read.name = AAZStrType() + operation_status_result_read.operations = AAZListType() + operation_status_result_read.percent_complete = AAZFloatType( + serialized_name="percentComplete", + ) + operation_status_result_read.resource_id = AAZStrType( + serialized_name="resourceId", + flags={"read_only": True}, + ) + operation_status_result_read.start_time = AAZStrType( + serialized_name="startTime", + ) + operation_status_result_read.status = AAZStrType( + flags={"required": True}, + ) + + operations = _schema_operation_status_result_read.operations + operations.Element = AAZObjectType() + cls._build_schema_operation_status_result_read(operations.Element) + + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + + +__all__ = ["Start"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_uncordon.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_uncordon.py new file mode 100644 index 00000000000..785c664cbe7 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_uncordon.py @@ -0,0 +1,301 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud baremetalmachine uncordon", + is_experimental=True, +) +class Uncordon(AAZCommand): + """Uncordon the provided bare metal machine's Kubernetes node. + + :example: Uncordon bare metal machine + az networkcloud baremetalmachine uncordon --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/uncordon", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.bare_metal_machine_name = AAZStrArg( + options=["-n", "--name", "--bare-metal-machine-name"], + help="The name of the bare metal machine.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.BareMetalMachinesUncordon(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class BareMetalMachinesUncordon(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/bareMetalMachines/{bareMetalMachineName}/uncordon", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "bareMetalMachineName", self.ctx.args.bare_metal_machine_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _UncordonHelper._build_schema_operation_status_result_read(cls._schema_on_200) + + return cls._schema_on_200 + + def on_204(self, session): + pass + + +class _UncordonHelper: + """Helper class for Uncordon""" + + _schema_error_detail_read = None + + @classmethod + def _build_schema_error_detail_read(cls, _schema): + if cls._schema_error_detail_read is not None: + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + return + + cls._schema_error_detail_read = _schema_error_detail_read = AAZObjectType() + + error_detail_read = _schema_error_detail_read + error_detail_read.additional_info = AAZListType( + serialized_name="additionalInfo", + flags={"read_only": True}, + ) + error_detail_read.code = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.details = AAZListType( + flags={"read_only": True}, + ) + error_detail_read.message = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.target = AAZStrType( + flags={"read_only": True}, + ) + + additional_info = _schema_error_detail_read.additional_info + additional_info.Element = AAZObjectType() + + _element = _schema_error_detail_read.additional_info.Element + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + details = _schema_error_detail_read.details + details.Element = AAZObjectType() + cls._build_schema_error_detail_read(details.Element) + + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + + _schema_operation_status_result_read = None + + @classmethod + def _build_schema_operation_status_result_read(cls, _schema): + if cls._schema_operation_status_result_read is not None: + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + return + + cls._schema_operation_status_result_read = _schema_operation_status_result_read = AAZObjectType() + + operation_status_result_read = _schema_operation_status_result_read + operation_status_result_read.end_time = AAZStrType( + serialized_name="endTime", + ) + operation_status_result_read.error = AAZObjectType() + cls._build_schema_error_detail_read(operation_status_result_read.error) + operation_status_result_read.id = AAZStrType() + operation_status_result_read.name = AAZStrType() + operation_status_result_read.operations = AAZListType() + operation_status_result_read.percent_complete = AAZFloatType( + serialized_name="percentComplete", + ) + operation_status_result_read.resource_id = AAZStrType( + serialized_name="resourceId", + flags={"read_only": True}, + ) + operation_status_result_read.start_time = AAZStrType( + serialized_name="startTime", + ) + operation_status_result_read.status = AAZStrType( + flags={"required": True}, + ) + + operations = _schema_operation_status_result_read.operations + operations.Element = AAZObjectType() + cls._build_schema_operation_status_result_read(operations.Element) + + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + + +__all__ = ["Uncordon"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_update.py new file mode 100644 index 00000000000..9d84558c4ac --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_update.py @@ -0,0 +1,510 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud baremetalmachine update", + is_experimental=True, +) +class Update(AAZCommand): + """Update properties of the provided bare metal machine, or update tags associated with the bare metal machine. Properties and tag updates can be done independently. + + :example: Patch bare metal machine + az networkcloud baremetalmachine update --bare-metal-machine-name "bareMetalMachineName" --machine-details "machinedetails" --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.bare_metal_machine_name = AAZStrArg( + options=["-n", "--name", "--bare-metal-machine-name"], + help="The name of the bare metal machine.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "BareMetalMachineUpdateParameters" + + _args_schema = cls._args_schema + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="BareMetalMachineUpdateParameters", + help="The Azure resource tags that will replace the existing ones.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.machine_details = AAZStrArg( + options=["--machine-details"], + arg_group="Properties", + help="The details provided by the customer during the creation of rack manifests that allows for custom data to be associated with this machine.", + fmt=AAZStrArgFormat( + max_length=256, + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.BareMetalMachinesUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class BareMetalMachinesUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/bareMetalMachines/{bareMetalMachineName}", + **self.url_parameters + ) + + @property + def method(self): + return "PATCH" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "bareMetalMachineName", self.ctx.args.bare_metal_machine_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"client_flatten": True}} + ) + _builder.set_prop("properties", AAZObjectType, typ_kwargs={"flags": {"client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("machineDetails", AAZStrType, ".machine_details") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _UpdateHelper._build_schema_bare_metal_machine_read(cls._schema_on_200) + + return cls._schema_on_200 + + +class _UpdateHelper: + """Helper class for Update""" + + _schema_bare_metal_machine_read = None + + @classmethod + def _build_schema_bare_metal_machine_read(cls, _schema): + if cls._schema_bare_metal_machine_read is not None: + _schema.extended_location = cls._schema_bare_metal_machine_read.extended_location + _schema.id = cls._schema_bare_metal_machine_read.id + _schema.location = cls._schema_bare_metal_machine_read.location + _schema.name = cls._schema_bare_metal_machine_read.name + _schema.properties = cls._schema_bare_metal_machine_read.properties + _schema.system_data = cls._schema_bare_metal_machine_read.system_data + _schema.tags = cls._schema_bare_metal_machine_read.tags + _schema.type = cls._schema_bare_metal_machine_read.type + return + + cls._schema_bare_metal_machine_read = _schema_bare_metal_machine_read = AAZObjectType() + + bare_metal_machine_read = _schema_bare_metal_machine_read + bare_metal_machine_read.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + bare_metal_machine_read.id = AAZStrType( + flags={"read_only": True}, + ) + bare_metal_machine_read.location = AAZStrType( + flags={"required": True}, + ) + bare_metal_machine_read.name = AAZStrType( + flags={"read_only": True}, + ) + bare_metal_machine_read.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + bare_metal_machine_read.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + bare_metal_machine_read.tags = AAZDictType() + bare_metal_machine_read.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = _schema_bare_metal_machine_read.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = _schema_bare_metal_machine_read.properties + properties.bmc_connection_string = AAZStrType( + serialized_name="bmcConnectionString", + flags={"required": True}, + ) + properties.bmc_credentials = AAZObjectType( + serialized_name="bmcCredentials", + flags={"required": True}, + ) + properties.bmc_mac_address = AAZStrType( + serialized_name="bmcMacAddress", + flags={"required": True}, + ) + properties.boot_mac_address = AAZStrType( + serialized_name="bootMacAddress", + flags={"required": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.cordon_status = AAZStrType( + serialized_name="cordonStatus", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hardware_inventory = AAZObjectType( + serialized_name="hardwareInventory", + ) + properties.hardware_validation_status = AAZObjectType( + serialized_name="hardwareValidationStatus", + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.kubernetes_node_name = AAZStrType( + serialized_name="kubernetesNodeName", + flags={"read_only": True}, + ) + properties.kubernetes_version = AAZStrType( + serialized_name="kubernetesVersion", + flags={"read_only": True}, + ) + properties.machine_details = AAZStrType( + serialized_name="machineDetails", + flags={"required": True}, + ) + properties.machine_name = AAZStrType( + serialized_name="machineName", + flags={"required": True}, + ) + properties.machine_sku_id = AAZStrType( + serialized_name="machineSkuId", + flags={"required": True}, + ) + properties.oam_ipv4_address = AAZStrType( + serialized_name="oamIpv4Address", + flags={"read_only": True}, + ) + properties.oam_ipv6_address = AAZStrType( + serialized_name="oamIpv6Address", + flags={"read_only": True}, + ) + properties.os_image = AAZStrType( + serialized_name="osImage", + flags={"read_only": True}, + ) + properties.power_state = AAZStrType( + serialized_name="powerState", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.rack_id = AAZStrType( + serialized_name="rackId", + flags={"required": True}, + ) + properties.rack_slot = AAZIntType( + serialized_name="rackSlot", + flags={"required": True}, + ) + properties.ready_state = AAZStrType( + serialized_name="readyState", + flags={"read_only": True}, + ) + properties.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"required": True}, + ) + properties.service_tag = AAZStrType( + serialized_name="serviceTag", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + + bmc_credentials = _schema_bare_metal_machine_read.properties.bmc_credentials + bmc_credentials.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + bmc_credentials.username = AAZStrType( + flags={"required": True}, + ) + + hardware_inventory = _schema_bare_metal_machine_read.properties.hardware_inventory + hardware_inventory.additional_host_information = AAZStrType( + serialized_name="additionalHostInformation", + flags={"read_only": True}, + ) + hardware_inventory.interfaces = AAZListType( + flags={"read_only": True}, + ) + hardware_inventory.nics = AAZListType( + flags={"read_only": True}, + ) + + interfaces = _schema_bare_metal_machine_read.properties.hardware_inventory.interfaces + interfaces.Element = AAZObjectType() + + _element = _schema_bare_metal_machine_read.properties.hardware_inventory.interfaces.Element + _element.link_status = AAZStrType( + serialized_name="linkStatus", + flags={"read_only": True}, + ) + _element.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.network_interface_id = AAZStrType( + serialized_name="networkInterfaceId", + flags={"read_only": True}, + ) + + nics = _schema_bare_metal_machine_read.properties.hardware_inventory.nics + nics.Element = AAZObjectType() + + _element = _schema_bare_metal_machine_read.properties.hardware_inventory.nics.Element + _element.lldp_neighbor = AAZObjectType( + serialized_name="lldpNeighbor", + ) + _element.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + + lldp_neighbor = _schema_bare_metal_machine_read.properties.hardware_inventory.nics.Element.lldp_neighbor + lldp_neighbor.port_description = AAZStrType( + serialized_name="portDescription", + flags={"read_only": True}, + ) + lldp_neighbor.port_name = AAZStrType( + serialized_name="portName", + flags={"read_only": True}, + ) + lldp_neighbor.system_description = AAZStrType( + serialized_name="systemDescription", + flags={"read_only": True}, + ) + lldp_neighbor.system_name = AAZStrType( + serialized_name="systemName", + flags={"read_only": True}, + ) + + hardware_validation_status = _schema_bare_metal_machine_read.properties.hardware_validation_status + hardware_validation_status.last_validation_time = AAZStrType( + serialized_name="lastValidationTime", + flags={"read_only": True}, + ) + hardware_validation_status.result = AAZStrType( + flags={"read_only": True}, + ) + + hybrid_aks_clusters_associated_ids = _schema_bare_metal_machine_read.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + virtual_machines_associated_ids = _schema_bare_metal_machine_read.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + system_data = _schema_bare_metal_machine_read.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = _schema_bare_metal_machine_read.tags + tags.Element = AAZStrType() + + _schema.extended_location = cls._schema_bare_metal_machine_read.extended_location + _schema.id = cls._schema_bare_metal_machine_read.id + _schema.location = cls._schema_bare_metal_machine_read.location + _schema.name = cls._schema_bare_metal_machine_read.name + _schema.properties = cls._schema_bare_metal_machine_read.properties + _schema.system_data = cls._schema_bare_metal_machine_read.system_data + _schema.tags = cls._schema_bare_metal_machine_read.tags + _schema.type = cls._schema_bare_metal_machine_read.type + + +__all__ = ["Update"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_wait.py new file mode 100644 index 00000000000..99f75197d8d --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_wait.py @@ -0,0 +1,414 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud baremetalmachine wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.bare_metal_machine_name = AAZStrArg( + options=["-n", "--name", "--bare-metal-machine-name"], + help="The name of the bare metal machine.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.BareMetalMachinesGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class BareMetalMachinesGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/bareMetalMachines/{bareMetalMachineName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "bareMetalMachineName", self.ctx.args.bare_metal_machine_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.bmc_connection_string = AAZStrType( + serialized_name="bmcConnectionString", + flags={"required": True}, + ) + properties.bmc_credentials = AAZObjectType( + serialized_name="bmcCredentials", + flags={"required": True}, + ) + properties.bmc_mac_address = AAZStrType( + serialized_name="bmcMacAddress", + flags={"required": True}, + ) + properties.boot_mac_address = AAZStrType( + serialized_name="bootMacAddress", + flags={"required": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.cordon_status = AAZStrType( + serialized_name="cordonStatus", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hardware_inventory = AAZObjectType( + serialized_name="hardwareInventory", + ) + properties.hardware_validation_status = AAZObjectType( + serialized_name="hardwareValidationStatus", + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.kubernetes_node_name = AAZStrType( + serialized_name="kubernetesNodeName", + flags={"read_only": True}, + ) + properties.kubernetes_version = AAZStrType( + serialized_name="kubernetesVersion", + flags={"read_only": True}, + ) + properties.machine_details = AAZStrType( + serialized_name="machineDetails", + flags={"required": True}, + ) + properties.machine_name = AAZStrType( + serialized_name="machineName", + flags={"required": True}, + ) + properties.machine_sku_id = AAZStrType( + serialized_name="machineSkuId", + flags={"required": True}, + ) + properties.oam_ipv4_address = AAZStrType( + serialized_name="oamIpv4Address", + flags={"read_only": True}, + ) + properties.oam_ipv6_address = AAZStrType( + serialized_name="oamIpv6Address", + flags={"read_only": True}, + ) + properties.os_image = AAZStrType( + serialized_name="osImage", + flags={"read_only": True}, + ) + properties.power_state = AAZStrType( + serialized_name="powerState", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.rack_id = AAZStrType( + serialized_name="rackId", + flags={"required": True}, + ) + properties.rack_slot = AAZIntType( + serialized_name="rackSlot", + flags={"required": True}, + ) + properties.ready_state = AAZStrType( + serialized_name="readyState", + flags={"read_only": True}, + ) + properties.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"required": True}, + ) + properties.service_tag = AAZStrType( + serialized_name="serviceTag", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + + bmc_credentials = cls._schema_on_200.properties.bmc_credentials + bmc_credentials.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + bmc_credentials.username = AAZStrType( + flags={"required": True}, + ) + + hardware_inventory = cls._schema_on_200.properties.hardware_inventory + hardware_inventory.additional_host_information = AAZStrType( + serialized_name="additionalHostInformation", + flags={"read_only": True}, + ) + hardware_inventory.interfaces = AAZListType( + flags={"read_only": True}, + ) + hardware_inventory.nics = AAZListType( + flags={"read_only": True}, + ) + + interfaces = cls._schema_on_200.properties.hardware_inventory.interfaces + interfaces.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.hardware_inventory.interfaces.Element + _element.link_status = AAZStrType( + serialized_name="linkStatus", + flags={"read_only": True}, + ) + _element.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.network_interface_id = AAZStrType( + serialized_name="networkInterfaceId", + flags={"read_only": True}, + ) + + nics = cls._schema_on_200.properties.hardware_inventory.nics + nics.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.hardware_inventory.nics.Element + _element.lldp_neighbor = AAZObjectType( + serialized_name="lldpNeighbor", + ) + _element.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + + lldp_neighbor = cls._schema_on_200.properties.hardware_inventory.nics.Element.lldp_neighbor + lldp_neighbor.port_description = AAZStrType( + serialized_name="portDescription", + flags={"read_only": True}, + ) + lldp_neighbor.port_name = AAZStrType( + serialized_name="portName", + flags={"read_only": True}, + ) + lldp_neighbor.system_description = AAZStrType( + serialized_name="systemDescription", + flags={"read_only": True}, + ) + lldp_neighbor.system_name = AAZStrType( + serialized_name="systemName", + flags={"read_only": True}, + ) + + hardware_validation_status = cls._schema_on_200.properties.hardware_validation_status + hardware_validation_status.last_validation_time = AAZStrType( + serialized_name="lastValidationTime", + flags={"read_only": True}, + ) + hardware_validation_status.result = AAZStrType( + flags={"read_only": True}, + ) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + virtual_machines_associated_ids = cls._schema_on_200.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + +__all__ = ["Wait"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/__cmd_group.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/__cmd_group.py new file mode 100644 index 00000000000..e3efc20fe08 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/__cmd_group.py @@ -0,0 +1,24 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkcloud cloudservicesnetwork", + is_experimental=True, +) +class __CMDGroup(AAZCommandGroup): + """Manage cloud services network + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/__init__.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/__init__.py new file mode 100644 index 00000000000..db73033039b --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/__init__.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._list import * +from ._show import * +from ._update import * +from ._wait import * diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_create.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_create.py new file mode 100644 index 00000000000..8c2e796e793 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_create.py @@ -0,0 +1,461 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cloudservicesnetwork create", + is_experimental=True, +) +class Create(AAZCommand): + """Create a new cloud services network or update the properties of the existing cloud services network. + + :example: Create or update cloud services network + az networkcloud cloudservicesnetwork create --name "cloudServicesNetworkName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --additional-egress-endpoints "[{category:'azure-resource-management',endpoints:[{domainName:'https://storageaccountex.blob.core.windows.net',port:443}]}]" --enable-default-egress-endpoints "False" --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/cloudservicesnetworks/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.cloud_services_network_name = AAZStrArg( + options=["-n", "--name", "--cloud-services-network-name"], + help="The name of the cloud services network.", + required=True, + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "CloudServicesNetworkParameters" + + _args_schema = cls._args_schema + _args_schema.extended_location = AAZObjectArg( + options=["--extended-location"], + arg_group="CloudServicesNetworkParameters", + help="The extended location of the cluster associated with the resource.", + required=True, + ) + _args_schema.location = AAZResourceLocationArg( + arg_group="CloudServicesNetworkParameters", + help="The geo-location where the resource lives", + required=True, + fmt=AAZResourceLocationArgFormat( + resource_group_arg="resource_group", + ), + ) + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="CloudServicesNetworkParameters", + help="Resource tags.", + ) + + extended_location = cls._args_schema.extended_location + extended_location.name = AAZStrArg( + options=["name"], + help="The resource ID of the extended location on which the resource will be created.", + required=True, + ) + extended_location.type = AAZStrArg( + options=["type"], + help="The extended location type, for example, CustomLocation.", + required=True, + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.additional_egress_endpoints = AAZListArg( + options=["--additional-egress-endpoints"], + arg_group="Properties", + help="The list of egress endpoints. This allows for connection from a Hybrid AKS cluster to the specified endpoint.", + ) + _args_schema.enable_default_egress_endpoints = AAZStrArg( + options=["--enable-default-egress-endpoints"], + arg_group="Properties", + help="The indicator of whether the platform default endpoints are allowed for the egress traffic.", + default="True", + enum={"False": "False", "True": "True"}, + ) + + additional_egress_endpoints = cls._args_schema.additional_egress_endpoints + additional_egress_endpoints.Element = AAZObjectArg() + + _element = cls._args_schema.additional_egress_endpoints.Element + _element.category = AAZStrArg( + options=["category"], + help="The descriptive category name of endpoints accessible by the AKS agent node. For example, azure-resource-management, API server, etc. The platform egress endpoints provided by default will use the category 'default'.", + required=True, + ) + _element.endpoints = AAZListArg( + options=["endpoints"], + help="The list of endpoint dependencies.", + required=True, + ) + + endpoints = cls._args_schema.additional_egress_endpoints.Element.endpoints + endpoints.Element = AAZObjectArg() + + _element = cls._args_schema.additional_egress_endpoints.Element.endpoints.Element + _element.domain_name = AAZStrArg( + options=["domain-name"], + help="The domain name of the dependency.", + required=True, + ) + _element.port = AAZIntArg( + options=["port"], + help="The port of this endpoint.", + fmt=AAZIntArgFormat( + maximum=65535, + minimum=1, + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.CloudServicesNetworksCreateOrUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class CloudServicesNetworksCreateOrUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/cloudServicesNetworks/{cloudServicesNetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "cloudServicesNetworkName", self.ctx.args.cloud_services_network_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("extendedLocation", AAZObjectType, ".extended_location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("location", AAZStrType, ".location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("properties", AAZObjectType, typ_kwargs={"flags": {"client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + extended_location = _builder.get(".extendedLocation") + if extended_location is not None: + extended_location.set_prop("name", AAZStrType, ".name", typ_kwargs={"flags": {"required": True}}) + extended_location.set_prop("type", AAZStrType, ".type", typ_kwargs={"flags": {"required": True}}) + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("additionalEgressEndpoints", AAZListType, ".additional_egress_endpoints") + properties.set_prop("enableDefaultEgressEndpoints", AAZStrType, ".enable_default_egress_endpoints") + + additional_egress_endpoints = _builder.get(".properties.additionalEgressEndpoints") + if additional_egress_endpoints is not None: + additional_egress_endpoints.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.additionalEgressEndpoints[]") + if _elements is not None: + _elements.set_prop("category", AAZStrType, ".category", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("endpoints", AAZListType, ".endpoints", typ_kwargs={"flags": {"required": True}}) + + endpoints = _builder.get(".properties.additionalEgressEndpoints[].endpoints") + if endpoints is not None: + endpoints.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.additionalEgressEndpoints[].endpoints[]") + if _elements is not None: + _elements.set_prop("domainName", AAZStrType, ".domain_name", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("port", AAZIntType, ".port") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + + _schema_on_200_201 = cls._schema_on_200_201 + _schema_on_200_201.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200_201.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200_201.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200_201.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200_201.tags = AAZDictType() + _schema_on_200_201.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200_201.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200_201.properties + properties.additional_egress_endpoints = AAZListType( + serialized_name="additionalEgressEndpoints", + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.enable_default_egress_endpoints = AAZStrType( + serialized_name="enableDefaultEgressEndpoints", + ) + properties.enabled_egress_endpoints = AAZListType( + serialized_name="enabledEgressEndpoints", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + + additional_egress_endpoints = cls._schema_on_200_201.properties.additional_egress_endpoints + additional_egress_endpoints.Element = AAZObjectType() + _CreateHelper._build_schema_egress_endpoint_read(additional_egress_endpoints.Element) + + enabled_egress_endpoints = cls._schema_on_200_201.properties.enabled_egress_endpoints + enabled_egress_endpoints.Element = AAZObjectType() + _CreateHelper._build_schema_egress_endpoint_read(enabled_egress_endpoints.Element) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200_201.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + virtual_machines_associated_ids = cls._schema_on_200_201.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + system_data = cls._schema_on_200_201.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200_201.tags + tags.Element = AAZStrType() + + return cls._schema_on_200_201 + + +class _CreateHelper: + """Helper class for Create""" + + _schema_egress_endpoint_read = None + + @classmethod + def _build_schema_egress_endpoint_read(cls, _schema): + if cls._schema_egress_endpoint_read is not None: + _schema.category = cls._schema_egress_endpoint_read.category + _schema.endpoints = cls._schema_egress_endpoint_read.endpoints + return + + cls._schema_egress_endpoint_read = _schema_egress_endpoint_read = AAZObjectType() + + egress_endpoint_read = _schema_egress_endpoint_read + egress_endpoint_read.category = AAZStrType( + flags={"required": True}, + ) + egress_endpoint_read.endpoints = AAZListType( + flags={"required": True}, + ) + + endpoints = _schema_egress_endpoint_read.endpoints + endpoints.Element = AAZObjectType() + + _element = _schema_egress_endpoint_read.endpoints.Element + _element.domain_name = AAZStrType( + serialized_name="domainName", + flags={"required": True}, + ) + _element.port = AAZIntType() + + _schema.category = cls._schema_egress_endpoint_read.category + _schema.endpoints = cls._schema_egress_endpoint_read.endpoints + + +__all__ = ["Create"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_delete.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_delete.py new file mode 100644 index 00000000000..f97e33ab1ea --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_delete.py @@ -0,0 +1,167 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cloudservicesnetwork delete", + is_experimental=True, + confirmation="Are you sure you want to perform this operation?", +) +class Delete(AAZCommand): + """Delete the provided cloud services network. + + :example: Delete cloud services network + az networkcloud cloudservicesnetwork delete --name "cloudServicesNetworkName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/cloudservicesnetworks/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.cloud_services_network_name = AAZStrArg( + options=["-n", "--name", "--cloud-services-network-name"], + help="The name of the cloud services network.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.CloudServicesNetworksDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class CloudServicesNetworksDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/cloudServicesNetworks/{cloudServicesNetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "cloudServicesNetworkName", self.ctx.args.cloud_services_network_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_list.py new file mode 100644 index 00000000000..70c1bc57f4d --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_list.py @@ -0,0 +1,506 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cloudservicesnetwork list", + is_experimental=True, +) +class List(AAZCommand): + """List cloud services networks in the provided resource group or subscription. + + :example: List cloud services networks for subscription + az networkcloud cloudservicesnetwork list + + :example: List cloud services networks for resource group + az networkcloud cloudservicesnetwork list --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/cloudservicesnetworks", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/cloudservicesnetworks", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + condition_0 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) + condition_1 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + if condition_0: + self.CloudServicesNetworksListByResourceGroup(ctx=self.ctx)() + if condition_1: + self.CloudServicesNetworksListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class CloudServicesNetworksListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/cloudServicesNetworks", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.additional_egress_endpoints = AAZListType( + serialized_name="additionalEgressEndpoints", + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.enable_default_egress_endpoints = AAZStrType( + serialized_name="enableDefaultEgressEndpoints", + ) + properties.enabled_egress_endpoints = AAZListType( + serialized_name="enabledEgressEndpoints", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + + additional_egress_endpoints = cls._schema_on_200.value.Element.properties.additional_egress_endpoints + additional_egress_endpoints.Element = AAZObjectType() + _ListHelper._build_schema_egress_endpoint_read(additional_egress_endpoints.Element) + + enabled_egress_endpoints = cls._schema_on_200.value.Element.properties.enabled_egress_endpoints + enabled_egress_endpoints.Element = AAZObjectType() + _ListHelper._build_schema_egress_endpoint_read(enabled_egress_endpoints.Element) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200.value.Element.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + virtual_machines_associated_ids = cls._schema_on_200.value.Element.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + class CloudServicesNetworksListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.NetworkCloud/cloudServicesNetworks", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.additional_egress_endpoints = AAZListType( + serialized_name="additionalEgressEndpoints", + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.enable_default_egress_endpoints = AAZStrType( + serialized_name="enableDefaultEgressEndpoints", + ) + properties.enabled_egress_endpoints = AAZListType( + serialized_name="enabledEgressEndpoints", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + + additional_egress_endpoints = cls._schema_on_200.value.Element.properties.additional_egress_endpoints + additional_egress_endpoints.Element = AAZObjectType() + _ListHelper._build_schema_egress_endpoint_read(additional_egress_endpoints.Element) + + enabled_egress_endpoints = cls._schema_on_200.value.Element.properties.enabled_egress_endpoints + enabled_egress_endpoints.Element = AAZObjectType() + _ListHelper._build_schema_egress_endpoint_read(enabled_egress_endpoints.Element) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200.value.Element.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + virtual_machines_associated_ids = cls._schema_on_200.value.Element.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + _schema_egress_endpoint_read = None + + @classmethod + def _build_schema_egress_endpoint_read(cls, _schema): + if cls._schema_egress_endpoint_read is not None: + _schema.category = cls._schema_egress_endpoint_read.category + _schema.endpoints = cls._schema_egress_endpoint_read.endpoints + return + + cls._schema_egress_endpoint_read = _schema_egress_endpoint_read = AAZObjectType() + + egress_endpoint_read = _schema_egress_endpoint_read + egress_endpoint_read.category = AAZStrType( + flags={"required": True}, + ) + egress_endpoint_read.endpoints = AAZListType( + flags={"required": True}, + ) + + endpoints = _schema_egress_endpoint_read.endpoints + endpoints.Element = AAZObjectType() + + _element = _schema_egress_endpoint_read.endpoints.Element + _element.domain_name = AAZStrType( + serialized_name="domainName", + flags={"required": True}, + ) + _element.port = AAZIntType() + + _schema.category = cls._schema_egress_endpoint_read.category + _schema.endpoints = cls._schema_egress_endpoint_read.endpoints + + +__all__ = ["List"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_show.py new file mode 100644 index 00000000000..bcfcf691f84 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_show.py @@ -0,0 +1,309 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cloudservicesnetwork show", + is_experimental=True, +) +class Show(AAZCommand): + """Get properties of the provided cloud services network. + + :example: Get cloud services network + az networkcloud cloudservicesnetwork show --name "cloudServicesNetworkName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/cloudservicesnetworks/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.cloud_services_network_name = AAZStrArg( + options=["-n", "--name", "--cloud-services-network-name"], + help="The name of the cloud services network.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.CloudServicesNetworksGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class CloudServicesNetworksGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/cloudServicesNetworks/{cloudServicesNetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "cloudServicesNetworkName", self.ctx.args.cloud_services_network_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.additional_egress_endpoints = AAZListType( + serialized_name="additionalEgressEndpoints", + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.enable_default_egress_endpoints = AAZStrType( + serialized_name="enableDefaultEgressEndpoints", + ) + properties.enabled_egress_endpoints = AAZListType( + serialized_name="enabledEgressEndpoints", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + + additional_egress_endpoints = cls._schema_on_200.properties.additional_egress_endpoints + additional_egress_endpoints.Element = AAZObjectType() + _ShowHelper._build_schema_egress_endpoint_read(additional_egress_endpoints.Element) + + enabled_egress_endpoints = cls._schema_on_200.properties.enabled_egress_endpoints + enabled_egress_endpoints.Element = AAZObjectType() + _ShowHelper._build_schema_egress_endpoint_read(enabled_egress_endpoints.Element) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + virtual_machines_associated_ids = cls._schema_on_200.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + _schema_egress_endpoint_read = None + + @classmethod + def _build_schema_egress_endpoint_read(cls, _schema): + if cls._schema_egress_endpoint_read is not None: + _schema.category = cls._schema_egress_endpoint_read.category + _schema.endpoints = cls._schema_egress_endpoint_read.endpoints + return + + cls._schema_egress_endpoint_read = _schema_egress_endpoint_read = AAZObjectType() + + egress_endpoint_read = _schema_egress_endpoint_read + egress_endpoint_read.category = AAZStrType( + flags={"required": True}, + ) + egress_endpoint_read.endpoints = AAZListType( + flags={"required": True}, + ) + + endpoints = _schema_egress_endpoint_read.endpoints + endpoints.Element = AAZObjectType() + + _element = _schema_egress_endpoint_read.endpoints.Element + _element.domain_name = AAZStrType( + serialized_name="domainName", + flags={"required": True}, + ) + _element.port = AAZIntType() + + _schema.category = cls._schema_egress_endpoint_read.category + _schema.endpoints = cls._schema_egress_endpoint_read.endpoints + + +__all__ = ["Show"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_update.py new file mode 100644 index 00000000000..78964bd6e4c --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_update.py @@ -0,0 +1,456 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cloudservicesnetwork update", + is_experimental=True, +) +class Update(AAZCommand): + """Update properties of the provided cloud services network, or update the tags associated with it. Properties and tag updates can be done independently. + + :example: Patch cloud services network + az networkcloud cloudservicesnetwork update --name "cloudServicesNetworkName" --additional-egress-endpoints "[{category:'azure-resource-management',endpoints:[{domainName:'https://storageaccountex.blob.core.windows.net',port:443}]}]" --enable-default-egress-endpoints "False" --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/cloudservicesnetworks/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.cloud_services_network_name = AAZStrArg( + options=["-n", "--name", "--cloud-services-network-name"], + help="The name of the cloud services network.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "CloudServicesNetworkUpdateParameters" + + _args_schema = cls._args_schema + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="CloudServicesNetworkUpdateParameters", + help="The Azure resource tags that will replace the existing ones.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.additional_egress_endpoints = AAZListArg( + options=["--additional-egress-endpoints"], + arg_group="Properties", + help="The list of egress endpoints. This allows for connection from a Hybrid AKS cluster to the specified endpoint.", + ) + _args_schema.enable_default_egress_endpoints = AAZStrArg( + options=["--enable-default-egress-endpoints"], + arg_group="Properties", + help="The indicator of whether the platform default endpoints are allowed for the egress traffic.", + default="True", + enum={"False": "False", "True": "True"}, + ) + + additional_egress_endpoints = cls._args_schema.additional_egress_endpoints + additional_egress_endpoints.Element = AAZObjectArg() + + _element = cls._args_schema.additional_egress_endpoints.Element + _element.category = AAZStrArg( + options=["category"], + help="The descriptive category name of endpoints accessible by the AKS agent node. For example, azure-resource-management, API server, etc. The platform egress endpoints provided by default will use the category 'default'.", + required=True, + ) + _element.endpoints = AAZListArg( + options=["endpoints"], + help="The list of endpoint dependencies.", + required=True, + ) + + endpoints = cls._args_schema.additional_egress_endpoints.Element.endpoints + endpoints.Element = AAZObjectArg() + + _element = cls._args_schema.additional_egress_endpoints.Element.endpoints.Element + _element.domain_name = AAZStrArg( + options=["domain-name"], + help="The domain name of the dependency.", + required=True, + ) + _element.port = AAZIntArg( + options=["port"], + help="The port of this endpoint.", + fmt=AAZIntArgFormat( + maximum=65535, + minimum=1, + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.CloudServicesNetworksUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class CloudServicesNetworksUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/cloudServicesNetworks/{cloudServicesNetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "PATCH" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "cloudServicesNetworkName", self.ctx.args.cloud_services_network_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"client_flatten": True}} + ) + _builder.set_prop("properties", AAZObjectType, typ_kwargs={"flags": {"client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("additionalEgressEndpoints", AAZListType, ".additional_egress_endpoints") + properties.set_prop("enableDefaultEgressEndpoints", AAZStrType, ".enable_default_egress_endpoints") + + additional_egress_endpoints = _builder.get(".properties.additionalEgressEndpoints") + if additional_egress_endpoints is not None: + additional_egress_endpoints.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.additionalEgressEndpoints[]") + if _elements is not None: + _elements.set_prop("category", AAZStrType, ".category", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("endpoints", AAZListType, ".endpoints", typ_kwargs={"flags": {"required": True}}) + + endpoints = _builder.get(".properties.additionalEgressEndpoints[].endpoints") + if endpoints is not None: + endpoints.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.additionalEgressEndpoints[].endpoints[]") + if _elements is not None: + _elements.set_prop("domainName", AAZStrType, ".domain_name", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("port", AAZIntType, ".port") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _UpdateHelper._build_schema_cloud_services_network_read(cls._schema_on_200) + + return cls._schema_on_200 + + +class _UpdateHelper: + """Helper class for Update""" + + _schema_cloud_services_network_read = None + + @classmethod + def _build_schema_cloud_services_network_read(cls, _schema): + if cls._schema_cloud_services_network_read is not None: + _schema.extended_location = cls._schema_cloud_services_network_read.extended_location + _schema.id = cls._schema_cloud_services_network_read.id + _schema.location = cls._schema_cloud_services_network_read.location + _schema.name = cls._schema_cloud_services_network_read.name + _schema.properties = cls._schema_cloud_services_network_read.properties + _schema.system_data = cls._schema_cloud_services_network_read.system_data + _schema.tags = cls._schema_cloud_services_network_read.tags + _schema.type = cls._schema_cloud_services_network_read.type + return + + cls._schema_cloud_services_network_read = _schema_cloud_services_network_read = AAZObjectType() + + cloud_services_network_read = _schema_cloud_services_network_read + cloud_services_network_read.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + cloud_services_network_read.id = AAZStrType( + flags={"read_only": True}, + ) + cloud_services_network_read.location = AAZStrType( + flags={"required": True}, + ) + cloud_services_network_read.name = AAZStrType( + flags={"read_only": True}, + ) + cloud_services_network_read.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + cloud_services_network_read.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + cloud_services_network_read.tags = AAZDictType() + cloud_services_network_read.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = _schema_cloud_services_network_read.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = _schema_cloud_services_network_read.properties + properties.additional_egress_endpoints = AAZListType( + serialized_name="additionalEgressEndpoints", + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.enable_default_egress_endpoints = AAZStrType( + serialized_name="enableDefaultEgressEndpoints", + ) + properties.enabled_egress_endpoints = AAZListType( + serialized_name="enabledEgressEndpoints", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + + additional_egress_endpoints = _schema_cloud_services_network_read.properties.additional_egress_endpoints + additional_egress_endpoints.Element = AAZObjectType() + cls._build_schema_egress_endpoint_read(additional_egress_endpoints.Element) + + enabled_egress_endpoints = _schema_cloud_services_network_read.properties.enabled_egress_endpoints + enabled_egress_endpoints.Element = AAZObjectType() + cls._build_schema_egress_endpoint_read(enabled_egress_endpoints.Element) + + hybrid_aks_clusters_associated_ids = _schema_cloud_services_network_read.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + virtual_machines_associated_ids = _schema_cloud_services_network_read.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + system_data = _schema_cloud_services_network_read.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = _schema_cloud_services_network_read.tags + tags.Element = AAZStrType() + + _schema.extended_location = cls._schema_cloud_services_network_read.extended_location + _schema.id = cls._schema_cloud_services_network_read.id + _schema.location = cls._schema_cloud_services_network_read.location + _schema.name = cls._schema_cloud_services_network_read.name + _schema.properties = cls._schema_cloud_services_network_read.properties + _schema.system_data = cls._schema_cloud_services_network_read.system_data + _schema.tags = cls._schema_cloud_services_network_read.tags + _schema.type = cls._schema_cloud_services_network_read.type + + _schema_egress_endpoint_read = None + + @classmethod + def _build_schema_egress_endpoint_read(cls, _schema): + if cls._schema_egress_endpoint_read is not None: + _schema.category = cls._schema_egress_endpoint_read.category + _schema.endpoints = cls._schema_egress_endpoint_read.endpoints + return + + cls._schema_egress_endpoint_read = _schema_egress_endpoint_read = AAZObjectType() + + egress_endpoint_read = _schema_egress_endpoint_read + egress_endpoint_read.category = AAZStrType( + flags={"required": True}, + ) + egress_endpoint_read.endpoints = AAZListType( + flags={"required": True}, + ) + + endpoints = _schema_egress_endpoint_read.endpoints + endpoints.Element = AAZObjectType() + + _element = _schema_egress_endpoint_read.endpoints.Element + _element.domain_name = AAZStrType( + serialized_name="domainName", + flags={"required": True}, + ) + _element.port = AAZIntType() + + _schema.category = cls._schema_egress_endpoint_read.category + _schema.endpoints = cls._schema_egress_endpoint_read.endpoints + + +__all__ = ["Update"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_wait.py new file mode 100644 index 00000000000..6c39a7c26b5 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_wait.py @@ -0,0 +1,304 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cloudservicesnetwork wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/cloudservicesnetworks/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.cloud_services_network_name = AAZStrArg( + options=["-n", "--name", "--cloud-services-network-name"], + help="The name of the cloud services network.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.CloudServicesNetworksGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class CloudServicesNetworksGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/cloudServicesNetworks/{cloudServicesNetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "cloudServicesNetworkName", self.ctx.args.cloud_services_network_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.additional_egress_endpoints = AAZListType( + serialized_name="additionalEgressEndpoints", + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.enable_default_egress_endpoints = AAZStrType( + serialized_name="enableDefaultEgressEndpoints", + ) + properties.enabled_egress_endpoints = AAZListType( + serialized_name="enabledEgressEndpoints", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + + additional_egress_endpoints = cls._schema_on_200.properties.additional_egress_endpoints + additional_egress_endpoints.Element = AAZObjectType() + _WaitHelper._build_schema_egress_endpoint_read(additional_egress_endpoints.Element) + + enabled_egress_endpoints = cls._schema_on_200.properties.enabled_egress_endpoints + enabled_egress_endpoints.Element = AAZObjectType() + _WaitHelper._build_schema_egress_endpoint_read(enabled_egress_endpoints.Element) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + virtual_machines_associated_ids = cls._schema_on_200.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + _schema_egress_endpoint_read = None + + @classmethod + def _build_schema_egress_endpoint_read(cls, _schema): + if cls._schema_egress_endpoint_read is not None: + _schema.category = cls._schema_egress_endpoint_read.category + _schema.endpoints = cls._schema_egress_endpoint_read.endpoints + return + + cls._schema_egress_endpoint_read = _schema_egress_endpoint_read = AAZObjectType() + + egress_endpoint_read = _schema_egress_endpoint_read + egress_endpoint_read.category = AAZStrType( + flags={"required": True}, + ) + egress_endpoint_read.endpoints = AAZListType( + flags={"required": True}, + ) + + endpoints = _schema_egress_endpoint_read.endpoints + endpoints.Element = AAZObjectType() + + _element = _schema_egress_endpoint_read.endpoints.Element + _element.domain_name = AAZStrType( + serialized_name="domainName", + flags={"required": True}, + ) + _element.port = AAZIntType() + + _schema.category = cls._schema_egress_endpoint_read.category + _schema.endpoints = cls._schema_egress_endpoint_read.endpoints + + +__all__ = ["Wait"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/__cmd_group.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/__cmd_group.py new file mode 100644 index 00000000000..920d32a227c --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/__cmd_group.py @@ -0,0 +1,24 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkcloud cluster", + is_experimental=True, +) +class __CMDGroup(AAZCommandGroup): + """Manage cluster + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/__init__.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/__init__.py new file mode 100644 index 00000000000..542ab6cdee0 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/__init__.py @@ -0,0 +1,19 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._deploy import * +from ._list import * +from ._show import * +from ._update import * +from ._update_version import * +from ._wait import * diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_create.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_create.py new file mode 100644 index 00000000000..e25dadb7dca --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_create.py @@ -0,0 +1,1026 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cluster create", + is_experimental=True, +) +class Create(AAZCommand): + """Create a new cluster or update the properties of the cluster if it exists. + + :example: Create or update single rack cluster + az networkcloud cluster create --name "clusterName" -g "resourceGroupName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterManagerExtendedLocationName" type="CustomLocation" --location "eastus" --analytics-workspace-id "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/microsoft.operationalInsights/workspaces/logAnalyticsWorkspaceName" --cluster-location "Foo Street, 3rd Floor, row 9" --cluster-service-principal application-id="12345678-1234-1234-1234-123456789012" password="password" principal-id="00000008-0004-0004-0004-000000000012" tenant-id="80000000-4000-4000-4000-120000000000" --cluster-type "SingleRack" --cluster-version "3.0.0" --compute-deployment-threshold type="PercentSuccess" grouping="PerCluster" value=90 --network-fabric-id "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/default" --aggregator-or-single-rack-definition "{networkRackId:'/subscriptions/subscriptionId/resourceGroups/rgName/providers/Microsoft.Network/virtualNetworks/cmName/subnets/ClusterManagerSubnet',rackSkuId:'/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/VLab_Single_DellR750_8C2M_x70r3_9',rackSerialNumber:b99m99r1,rackLocation:b99m99r1,availabilityZone:1,storageApplianceConfigurationData:[{rackSlot:1,adminCredentials:{username:'adminuser',password:'password'},storageApplianceName:name,serialNumber:serial}],bareMetalMachineConfigurationData:[{bmcCredentials:{password:'bmcPassword',username:'root'},bmcMacAddress:'AA:BB:CC:DD:E7:08',bootMacAddress:'AA:BB:CC:F8:71:2E',machineName:lab00r750wkr1,rackSlot:2,serialNumber:5HS7PK3},{bmcCredentials:{password:'bmcPassword',username:'root'},bmcMacAddress:'AA:BB:CC:FD:DC:76',bootMacAddress:'AA:BB:CC:F8:50:CA',machineName:lab00r750wkr8,rackSlot:11,serialNumber:9M56PK3}]}" --tags key1="myvalue1" key2="myvalue2" + + :example: Create or update single rack cluster using json file input + az networkcloud cluster create --name "clusterName" -g "resourceGroupName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterManagerExtendedLocationName" type="CustomLocation" --location "eastus" --analytics-workspace-id "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/microsoft.operationalInsights/workspaces/logAnalyticsWorkspaceName" --cluster-location "Foo Street, 3rd Floor, row 9" --cluster-service-principal application-id="12345678-1234-1234-1234-123456789012" password="password" principal-id="00000008-0004-0004-0004-000000000012" tenant-id="80000000-4000-4000-4000-120000000000" --cluster-type "SingleRack" --cluster-version "3.0.0" --compute-deployment-threshold type="PercentSuccess" grouping="PerCluster" value=90 --network-fabric-id "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/default" --aggregator-or-single-rack-definition ./aggregator-or-single-rack-definition.json --tags key1="myvalue1" key2="myvalue2" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.cluster_name = AAZStrArg( + options=["-n", "--name", "--cluster-name"], + help="The name of the cluster.", + required=True, + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "ClusterParameters" + + _args_schema = cls._args_schema + _args_schema.extended_location = AAZObjectArg( + options=["--extended-location"], + arg_group="ClusterParameters", + help="The extended location of the cluster manager associated with the cluster.", + required=True, + ) + _args_schema.location = AAZResourceLocationArg( + arg_group="ClusterParameters", + help="The geo-location where the resource lives", + required=True, + fmt=AAZResourceLocationArgFormat( + resource_group_arg="resource_group", + ), + ) + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="ClusterParameters", + help="Resource tags.", + ) + + extended_location = cls._args_schema.extended_location + extended_location.name = AAZStrArg( + options=["name"], + help="The resource ID of the extended location on which the resource will be created.", + required=True, + ) + extended_location.type = AAZStrArg( + options=["type"], + help="The extended location type, for example, CustomLocation.", + required=True, + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.aggregator_or_single_rack_definition = AAZObjectArg( + options=["--aggregator-or-single-rack-definition"], + arg_group="Properties", + help="The rack definition that is intended to reflect only a single rack in a single rack cluster, or an aggregator rack in a multi-rack cluster.", + required=True, + ) + cls._build_args_rack_definition_create(_args_schema.aggregator_or_single_rack_definition) + _args_schema.analytics_workspace_id = AAZStrArg( + options=["--analytics-workspace-id"], + arg_group="Properties", + help="The resource ID of the Log Analytics Workspace that will be used for storing relevant logs.", + required=True, + ) + _args_schema.cluster_location = AAZStrArg( + options=["--cluster-location"], + arg_group="Properties", + help="The customer-provided location information to identify where the cluster resides.", + fmt=AAZStrArgFormat( + max_length=256, + ), + ) + _args_schema.cluster_service_principal = AAZObjectArg( + options=["--cluster-service-principal"], + arg_group="Properties", + help="The service principal to be used by the cluster during Arc Appliance installation.", + ) + _args_schema.cluster_type = AAZStrArg( + options=["--cluster-type"], + arg_group="Properties", + help="The type of rack configuration for the cluster.", + required=True, + enum={"MultiRack": "MultiRack", "SingleRack": "SingleRack"}, + ) + _args_schema.cluster_version = AAZStrArg( + options=["--cluster-version"], + arg_group="Properties", + help="The current runtime version of the cluster.", + required=True, + ) + _args_schema.compute_deployment_threshold = AAZObjectArg( + options=["--compute-deployment-threshold"], + arg_group="Properties", + help="The validation threshold indicating the allowable failures of compute machines during environment validation and deployment.", + ) + _args_schema.compute_rack_definitions = AAZListArg( + options=["--compute-rack-definitions"], + arg_group="Properties", + help="The list of rack definitions for the compute racks in a multi-rack cluster, or an empty list in a single-rack cluster.", + ) + _args_schema.managed_resource_group_configuration = AAZObjectArg( + options=["--managed-resource-group-configuration"], + arg_group="Properties", + help="The configuration of the managed resource group associated with the resource.", + ) + _args_schema.network_fabric_id = AAZStrArg( + options=["--network-fabric-id"], + arg_group="Properties", + help="The resource ID of the Network Fabric associated with the cluster.", + required=True, + ) + + cluster_service_principal = cls._args_schema.cluster_service_principal + cluster_service_principal.application_id = AAZStrArg( + options=["application-id"], + help="The application ID, also known as client ID, of the service principal.", + required=True, + ) + cluster_service_principal.password = AAZStrArg( + options=["password"], + help="The password of the service principal.", + required=True, + ) + cluster_service_principal.principal_id = AAZStrArg( + options=["principal-id"], + help="The principal ID, also known as the object ID, of the service principal.", + required=True, + ) + cluster_service_principal.tenant_id = AAZStrArg( + options=["tenant-id"], + help="The tenant ID, also known as the directory ID, of the tenant in which the service principal is created.", + required=True, + ) + + compute_deployment_threshold = cls._args_schema.compute_deployment_threshold + compute_deployment_threshold.grouping = AAZStrArg( + options=["grouping"], + help="Selection of how the type evaluation is applied to the cluster calculation.", + required=True, + enum={"PerCluster": "PerCluster", "PerRack": "PerRack"}, + ) + compute_deployment_threshold.type = AAZStrArg( + options=["type"], + help="Selection of how the threshold should be evaluated.", + required=True, + enum={"CountSuccess": "CountSuccess", "PercentSuccess": "PercentSuccess"}, + ) + compute_deployment_threshold.value = AAZIntArg( + options=["value"], + help="The numeric threshold value.", + required=True, + fmt=AAZIntArgFormat( + minimum=0, + ), + ) + + compute_rack_definitions = cls._args_schema.compute_rack_definitions + compute_rack_definitions.Element = AAZObjectArg() + cls._build_args_rack_definition_create(compute_rack_definitions.Element) + + managed_resource_group_configuration = cls._args_schema.managed_resource_group_configuration + managed_resource_group_configuration.location = AAZStrArg( + options=["location"], + help="The location of the managed resource group. If not specified, the location of the parent resource is chosen.", + ) + managed_resource_group_configuration.name = AAZStrArg( + options=["name"], + help="The name for the managed resource group. If not specified, the unique name is automatically generated.", + fmt=AAZStrArgFormat( + max_length=75, + ), + ) + return cls._args_schema + + _args_administrative_credentials_create = None + + @classmethod + def _build_args_administrative_credentials_create(cls, _schema): + if cls._args_administrative_credentials_create is not None: + _schema.password = cls._args_administrative_credentials_create.password + _schema.username = cls._args_administrative_credentials_create.username + return + + cls._args_administrative_credentials_create = AAZObjectArg() + + administrative_credentials_create = cls._args_administrative_credentials_create + administrative_credentials_create.password = AAZStrArg( + options=["password"], + help="The password of the administrator of the device used during initialization.", + required=True, + fmt=AAZStrArgFormat( + min_length=1, + ), + ) + administrative_credentials_create.username = AAZStrArg( + options=["username"], + help="The username of the administrator of the device used during initialization.", + required=True, + fmt=AAZStrArgFormat( + min_length=1, + ), + ) + + _schema.password = cls._args_administrative_credentials_create.password + _schema.username = cls._args_administrative_credentials_create.username + + _args_rack_definition_create = None + + @classmethod + def _build_args_rack_definition_create(cls, _schema): + if cls._args_rack_definition_create is not None: + _schema.availability_zone = cls._args_rack_definition_create.availability_zone + _schema.bare_metal_machine_configuration_data = cls._args_rack_definition_create.bare_metal_machine_configuration_data + _schema.network_rack_id = cls._args_rack_definition_create.network_rack_id + _schema.rack_location = cls._args_rack_definition_create.rack_location + _schema.rack_serial_number = cls._args_rack_definition_create.rack_serial_number + _schema.rack_sku_id = cls._args_rack_definition_create.rack_sku_id + _schema.storage_appliance_configuration_data = cls._args_rack_definition_create.storage_appliance_configuration_data + return + + cls._args_rack_definition_create = AAZObjectArg() + + rack_definition_create = cls._args_rack_definition_create + rack_definition_create.availability_zone = AAZStrArg( + options=["availability-zone"], + help="The zone name used for this rack when created.", + fmt=AAZStrArgFormat( + pattern="^[a-zA-Z0-9]{1,10}$", + ), + ) + rack_definition_create.bare_metal_machine_configuration_data = AAZListArg( + options=["bare-metal-machine-configuration-data"], + help="The unordered list of bare metal machine configuration.", + ) + rack_definition_create.network_rack_id = AAZStrArg( + options=["network-rack-id"], + help="The resource ID of the network rack that matches this rack definition.", + required=True, + ) + rack_definition_create.rack_location = AAZStrArg( + options=["rack-location"], + help="The free-form description of the rack's location.", + fmt=AAZStrArgFormat( + max_length=256, + ), + ) + rack_definition_create.rack_serial_number = AAZStrArg( + options=["rack-serial-number"], + help="The unique identifier for the rack within Network Cloud cluster. An alternate unique alphanumeric value other than a serial number may be provided if desired.", + required=True, + fmt=AAZStrArgFormat( + max_length=64, + min_length=1, + ), + ) + rack_definition_create.rack_sku_id = AAZStrArg( + options=["rack-sku-id"], + help="The resource ID of the sku for the rack being added.", + required=True, + ) + rack_definition_create.storage_appliance_configuration_data = AAZListArg( + options=["storage-appliance-configuration-data"], + help="The list of storage appliance configuration data for this rack.", + ) + + bare_metal_machine_configuration_data = cls._args_rack_definition_create.bare_metal_machine_configuration_data + bare_metal_machine_configuration_data.Element = AAZObjectArg() + + _element = cls._args_rack_definition_create.bare_metal_machine_configuration_data.Element + _element.bmc_credentials = AAZObjectArg( + options=["bmc-credentials"], + help="The credentials of the baseboard management controller on this bare metal machine.", + required=True, + ) + cls._build_args_administrative_credentials_create(_element.bmc_credentials) + _element.bmc_mac_address = AAZStrArg( + options=["bmc-mac-address"], + help="The MAC address of the BMC for this machine.", + required=True, + fmt=AAZStrArgFormat( + pattern="^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$", + ), + ) + _element.boot_mac_address = AAZStrArg( + options=["boot-mac-address"], + help="The MAC address associated with the PXE NIC card.", + required=True, + fmt=AAZStrArgFormat( + pattern="^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$", + ), + ) + _element.machine_details = AAZStrArg( + options=["machine-details"], + help="The free-form additional information about the machine, e.g. an asset tag.", + fmt=AAZStrArgFormat( + max_length=256, + ), + ) + _element.machine_name = AAZStrArg( + options=["machine-name"], + help="The user-provided name for the bare metal machine created from this specification. If not provided, the machine name will be generated programmatically.", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + _element.rack_slot = AAZIntArg( + options=["rack-slot"], + help="The slot the physical machine is in the rack based on the BOM configuration.", + required=True, + fmt=AAZIntArgFormat( + maximum=256, + minimum=1, + ), + ) + _element.serial_number = AAZStrArg( + options=["serial-number"], + help="The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag.", + required=True, + fmt=AAZStrArgFormat( + max_length=64, + ), + ) + + storage_appliance_configuration_data = cls._args_rack_definition_create.storage_appliance_configuration_data + storage_appliance_configuration_data.Element = AAZObjectArg() + + _element = cls._args_rack_definition_create.storage_appliance_configuration_data.Element + _element.admin_credentials = AAZObjectArg( + options=["admin-credentials"], + help="The credentials of the administrative interface on this storage appliance.", + required=True, + ) + cls._build_args_administrative_credentials_create(_element.admin_credentials) + _element.rack_slot = AAZIntArg( + options=["rack-slot"], + help="The slot that storage appliance is in the rack based on the BOM configuration.", + required=True, + fmt=AAZIntArgFormat( + maximum=256, + minimum=1, + ), + ) + _element.serial_number = AAZStrArg( + options=["serial-number"], + help="The serial number of the appliance.", + required=True, + ) + _element.storage_appliance_name = AAZStrArg( + options=["storage-appliance-name"], + help="The user-provided name for the storage appliance that will be created from this specification.", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + + _schema.availability_zone = cls._args_rack_definition_create.availability_zone + _schema.bare_metal_machine_configuration_data = cls._args_rack_definition_create.bare_metal_machine_configuration_data + _schema.network_rack_id = cls._args_rack_definition_create.network_rack_id + _schema.rack_location = cls._args_rack_definition_create.rack_location + _schema.rack_serial_number = cls._args_rack_definition_create.rack_serial_number + _schema.rack_sku_id = cls._args_rack_definition_create.rack_sku_id + _schema.storage_appliance_configuration_data = cls._args_rack_definition_create.storage_appliance_configuration_data + + def _execute_operations(self): + self.pre_operations() + yield self.ClustersCreateOrUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class ClustersCreateOrUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("extendedLocation", AAZObjectType, ".extended_location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("location", AAZStrType, ".location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("properties", AAZObjectType, ".", typ_kwargs={"flags": {"required": True, "client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + extended_location = _builder.get(".extendedLocation") + if extended_location is not None: + extended_location.set_prop("name", AAZStrType, ".name", typ_kwargs={"flags": {"required": True}}) + extended_location.set_prop("type", AAZStrType, ".type", typ_kwargs={"flags": {"required": True}}) + + properties = _builder.get(".properties") + if properties is not None: + _CreateHelper._build_schema_rack_definition_create(properties.set_prop("aggregatorOrSingleRackDefinition", AAZObjectType, ".aggregator_or_single_rack_definition", typ_kwargs={"flags": {"required": True}})) + properties.set_prop("analyticsWorkspaceId", AAZStrType, ".analytics_workspace_id", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("clusterLocation", AAZStrType, ".cluster_location") + properties.set_prop("clusterServicePrincipal", AAZObjectType, ".cluster_service_principal") + properties.set_prop("clusterType", AAZStrType, ".cluster_type", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("clusterVersion", AAZStrType, ".cluster_version", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("computeDeploymentThreshold", AAZObjectType, ".compute_deployment_threshold") + properties.set_prop("computeRackDefinitions", AAZListType, ".compute_rack_definitions") + properties.set_prop("managedResourceGroupConfiguration", AAZObjectType, ".managed_resource_group_configuration") + properties.set_prop("networkFabricId", AAZStrType, ".network_fabric_id", typ_kwargs={"flags": {"required": True}}) + + cluster_service_principal = _builder.get(".properties.clusterServicePrincipal") + if cluster_service_principal is not None: + cluster_service_principal.set_prop("applicationId", AAZStrType, ".application_id", typ_kwargs={"flags": {"required": True}}) + cluster_service_principal.set_prop("password", AAZStrType, ".password", typ_kwargs={"flags": {"required": True, "secret": True}}) + cluster_service_principal.set_prop("principalId", AAZStrType, ".principal_id", typ_kwargs={"flags": {"required": True}}) + cluster_service_principal.set_prop("tenantId", AAZStrType, ".tenant_id", typ_kwargs={"flags": {"required": True}}) + + compute_deployment_threshold = _builder.get(".properties.computeDeploymentThreshold") + if compute_deployment_threshold is not None: + compute_deployment_threshold.set_prop("grouping", AAZStrType, ".grouping", typ_kwargs={"flags": {"required": True}}) + compute_deployment_threshold.set_prop("type", AAZStrType, ".type", typ_kwargs={"flags": {"required": True}}) + compute_deployment_threshold.set_prop("value", AAZIntType, ".value", typ_kwargs={"flags": {"required": True}}) + + compute_rack_definitions = _builder.get(".properties.computeRackDefinitions") + if compute_rack_definitions is not None: + _CreateHelper._build_schema_rack_definition_create(compute_rack_definitions.set_elements(AAZObjectType, ".")) + + managed_resource_group_configuration = _builder.get(".properties.managedResourceGroupConfiguration") + if managed_resource_group_configuration is not None: + managed_resource_group_configuration.set_prop("location", AAZStrType, ".location") + managed_resource_group_configuration.set_prop("name", AAZStrType, ".name") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + + _schema_on_200_201 = cls._schema_on_200_201 + _schema_on_200_201.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _CreateHelper._build_schema_extended_location_read(_schema_on_200_201.extended_location) + _schema_on_200_201.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200_201.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200_201.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200_201.tags = AAZDictType() + _schema_on_200_201.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200_201.properties + properties.aggregator_or_single_rack_definition = AAZObjectType( + serialized_name="aggregatorOrSingleRackDefinition", + flags={"required": True}, + ) + _CreateHelper._build_schema_rack_definition_read(properties.aggregator_or_single_rack_definition) + properties.analytics_workspace_id = AAZStrType( + serialized_name="analyticsWorkspaceId", + flags={"required": True}, + ) + properties.available_upgrade_versions = AAZListType( + serialized_name="availableUpgradeVersions", + flags={"read_only": True}, + ) + properties.cluster_capacity = AAZObjectType( + serialized_name="clusterCapacity", + ) + properties.cluster_connection_status = AAZStrType( + serialized_name="clusterConnectionStatus", + flags={"read_only": True}, + ) + properties.cluster_extended_location = AAZObjectType( + serialized_name="clusterExtendedLocation", + ) + _CreateHelper._build_schema_extended_location_read(properties.cluster_extended_location) + properties.cluster_location = AAZStrType( + serialized_name="clusterLocation", + ) + properties.cluster_manager_connection_status = AAZStrType( + serialized_name="clusterManagerConnectionStatus", + flags={"read_only": True}, + ) + properties.cluster_manager_id = AAZStrType( + serialized_name="clusterManagerId", + flags={"read_only": True}, + ) + properties.cluster_service_principal = AAZObjectType( + serialized_name="clusterServicePrincipal", + ) + properties.cluster_type = AAZStrType( + serialized_name="clusterType", + flags={"required": True}, + ) + properties.cluster_version = AAZStrType( + serialized_name="clusterVersion", + flags={"required": True}, + ) + properties.compute_deployment_threshold = AAZObjectType( + serialized_name="computeDeploymentThreshold", + ) + properties.compute_rack_definitions = AAZListType( + serialized_name="computeRackDefinitions", + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_extended_location = AAZObjectType( + serialized_name="hybridAksExtendedLocation", + ) + _CreateHelper._build_schema_extended_location_read(properties.hybrid_aks_extended_location) + properties.managed_resource_group_configuration = AAZObjectType( + serialized_name="managedResourceGroupConfiguration", + ) + properties.manual_action_count = AAZIntType( + serialized_name="manualActionCount", + flags={"read_only": True}, + ) + properties.network_fabric_id = AAZStrType( + serialized_name="networkFabricId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.support_expiry_date = AAZStrType( + serialized_name="supportExpiryDate", + flags={"read_only": True}, + ) + properties.workload_resource_ids = AAZListType( + serialized_name="workloadResourceIds", + flags={"read_only": True}, + ) + + available_upgrade_versions = cls._schema_on_200_201.properties.available_upgrade_versions + available_upgrade_versions.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.available_upgrade_versions.Element + _element.control_impact = AAZStrType( + serialized_name="controlImpact", + flags={"read_only": True}, + ) + _element.expected_duration = AAZStrType( + serialized_name="expectedDuration", + flags={"read_only": True}, + ) + _element.impact_description = AAZStrType( + serialized_name="impactDescription", + flags={"read_only": True}, + ) + _element.support_expiry_date = AAZStrType( + serialized_name="supportExpiryDate", + flags={"read_only": True}, + ) + _element.target_cluster_version = AAZStrType( + serialized_name="targetClusterVersion", + flags={"read_only": True}, + ) + _element.workload_impact = AAZStrType( + serialized_name="workloadImpact", + flags={"read_only": True}, + ) + + cluster_capacity = cls._schema_on_200_201.properties.cluster_capacity + cluster_capacity.available_appliance_storage_gb = AAZIntType( + serialized_name="availableApplianceStorageGB", + ) + cluster_capacity.available_core_count = AAZIntType( + serialized_name="availableCoreCount", + ) + cluster_capacity.available_host_storage_gb = AAZIntType( + serialized_name="availableHostStorageGB", + ) + cluster_capacity.available_memory_gb = AAZIntType( + serialized_name="availableMemoryGB", + ) + cluster_capacity.total_appliance_storage_gb = AAZIntType( + serialized_name="totalApplianceStorageGB", + ) + cluster_capacity.total_core_count = AAZIntType( + serialized_name="totalCoreCount", + ) + cluster_capacity.total_host_storage_gb = AAZIntType( + serialized_name="totalHostStorageGB", + ) + cluster_capacity.total_memory_gb = AAZIntType( + serialized_name="totalMemoryGB", + ) + + cluster_service_principal = cls._schema_on_200_201.properties.cluster_service_principal + cluster_service_principal.application_id = AAZStrType( + serialized_name="applicationId", + flags={"required": True}, + ) + cluster_service_principal.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + cluster_service_principal.principal_id = AAZStrType( + serialized_name="principalId", + flags={"required": True}, + ) + cluster_service_principal.tenant_id = AAZStrType( + serialized_name="tenantId", + flags={"required": True}, + ) + + compute_deployment_threshold = cls._schema_on_200_201.properties.compute_deployment_threshold + compute_deployment_threshold.grouping = AAZStrType( + flags={"required": True}, + ) + compute_deployment_threshold.type = AAZStrType( + flags={"required": True}, + ) + compute_deployment_threshold.value = AAZIntType( + flags={"required": True}, + ) + + compute_rack_definitions = cls._schema_on_200_201.properties.compute_rack_definitions + compute_rack_definitions.Element = AAZObjectType() + _CreateHelper._build_schema_rack_definition_read(compute_rack_definitions.Element) + + managed_resource_group_configuration = cls._schema_on_200_201.properties.managed_resource_group_configuration + managed_resource_group_configuration.location = AAZStrType() + managed_resource_group_configuration.name = AAZStrType() + + workload_resource_ids = cls._schema_on_200_201.properties.workload_resource_ids + workload_resource_ids.Element = AAZStrType() + + system_data = cls._schema_on_200_201.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200_201.tags + tags.Element = AAZStrType() + + return cls._schema_on_200_201 + + +class _CreateHelper: + """Helper class for Create""" + + @classmethod + def _build_schema_administrative_credentials_create(cls, _builder): + if _builder is None: + return + _builder.set_prop("password", AAZStrType, ".password", typ_kwargs={"flags": {"required": True, "secret": True}}) + _builder.set_prop("username", AAZStrType, ".username", typ_kwargs={"flags": {"required": True}}) + + @classmethod + def _build_schema_rack_definition_create(cls, _builder): + if _builder is None: + return + _builder.set_prop("availabilityZone", AAZStrType, ".availability_zone") + _builder.set_prop("bareMetalMachineConfigurationData", AAZListType, ".bare_metal_machine_configuration_data") + _builder.set_prop("networkRackId", AAZStrType, ".network_rack_id", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("rackLocation", AAZStrType, ".rack_location") + _builder.set_prop("rackSerialNumber", AAZStrType, ".rack_serial_number", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("rackSkuId", AAZStrType, ".rack_sku_id", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("storageApplianceConfigurationData", AAZListType, ".storage_appliance_configuration_data") + + bare_metal_machine_configuration_data = _builder.get(".bareMetalMachineConfigurationData") + if bare_metal_machine_configuration_data is not None: + bare_metal_machine_configuration_data.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".bareMetalMachineConfigurationData[]") + if _elements is not None: + cls._build_schema_administrative_credentials_create(_elements.set_prop("bmcCredentials", AAZObjectType, ".bmc_credentials", typ_kwargs={"flags": {"required": True}})) + _elements.set_prop("bmcMacAddress", AAZStrType, ".bmc_mac_address", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("bootMacAddress", AAZStrType, ".boot_mac_address", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("machineDetails", AAZStrType, ".machine_details") + _elements.set_prop("machineName", AAZStrType, ".machine_name") + _elements.set_prop("rackSlot", AAZIntType, ".rack_slot", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("serialNumber", AAZStrType, ".serial_number", typ_kwargs={"flags": {"required": True}}) + + storage_appliance_configuration_data = _builder.get(".storageApplianceConfigurationData") + if storage_appliance_configuration_data is not None: + storage_appliance_configuration_data.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".storageApplianceConfigurationData[]") + if _elements is not None: + cls._build_schema_administrative_credentials_create(_elements.set_prop("adminCredentials", AAZObjectType, ".admin_credentials", typ_kwargs={"flags": {"required": True}})) + _elements.set_prop("rackSlot", AAZIntType, ".rack_slot", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("serialNumber", AAZStrType, ".serial_number", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("storageApplianceName", AAZStrType, ".storage_appliance_name") + + _schema_administrative_credentials_read = None + + @classmethod + def _build_schema_administrative_credentials_read(cls, _schema): + if cls._schema_administrative_credentials_read is not None: + _schema.password = cls._schema_administrative_credentials_read.password + _schema.username = cls._schema_administrative_credentials_read.username + return + + cls._schema_administrative_credentials_read = _schema_administrative_credentials_read = AAZObjectType() + + administrative_credentials_read = _schema_administrative_credentials_read + administrative_credentials_read.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + administrative_credentials_read.username = AAZStrType( + flags={"required": True}, + ) + + _schema.password = cls._schema_administrative_credentials_read.password + _schema.username = cls._schema_administrative_credentials_read.username + + _schema_extended_location_read = None + + @classmethod + def _build_schema_extended_location_read(cls, _schema): + if cls._schema_extended_location_read is not None: + _schema.name = cls._schema_extended_location_read.name + _schema.type = cls._schema_extended_location_read.type + return + + cls._schema_extended_location_read = _schema_extended_location_read = AAZObjectType() + + extended_location_read = _schema_extended_location_read + extended_location_read.name = AAZStrType( + flags={"required": True}, + ) + extended_location_read.type = AAZStrType( + flags={"required": True}, + ) + + _schema.name = cls._schema_extended_location_read.name + _schema.type = cls._schema_extended_location_read.type + + _schema_rack_definition_read = None + + @classmethod + def _build_schema_rack_definition_read(cls, _schema): + if cls._schema_rack_definition_read is not None: + _schema.availability_zone = cls._schema_rack_definition_read.availability_zone + _schema.bare_metal_machine_configuration_data = cls._schema_rack_definition_read.bare_metal_machine_configuration_data + _schema.network_rack_id = cls._schema_rack_definition_read.network_rack_id + _schema.rack_location = cls._schema_rack_definition_read.rack_location + _schema.rack_serial_number = cls._schema_rack_definition_read.rack_serial_number + _schema.rack_sku_id = cls._schema_rack_definition_read.rack_sku_id + _schema.storage_appliance_configuration_data = cls._schema_rack_definition_read.storage_appliance_configuration_data + return + + cls._schema_rack_definition_read = _schema_rack_definition_read = AAZObjectType() + + rack_definition_read = _schema_rack_definition_read + rack_definition_read.availability_zone = AAZStrType( + serialized_name="availabilityZone", + ) + rack_definition_read.bare_metal_machine_configuration_data = AAZListType( + serialized_name="bareMetalMachineConfigurationData", + ) + rack_definition_read.network_rack_id = AAZStrType( + serialized_name="networkRackId", + flags={"required": True}, + ) + rack_definition_read.rack_location = AAZStrType( + serialized_name="rackLocation", + ) + rack_definition_read.rack_serial_number = AAZStrType( + serialized_name="rackSerialNumber", + flags={"required": True}, + ) + rack_definition_read.rack_sku_id = AAZStrType( + serialized_name="rackSkuId", + flags={"required": True}, + ) + rack_definition_read.storage_appliance_configuration_data = AAZListType( + serialized_name="storageApplianceConfigurationData", + ) + + bare_metal_machine_configuration_data = _schema_rack_definition_read.bare_metal_machine_configuration_data + bare_metal_machine_configuration_data.Element = AAZObjectType() + + _element = _schema_rack_definition_read.bare_metal_machine_configuration_data.Element + _element.bmc_connection_string = AAZStrType( + serialized_name="bmcConnectionString", + flags={"read_only": True}, + ) + _element.bmc_credentials = AAZObjectType( + serialized_name="bmcCredentials", + flags={"required": True}, + ) + cls._build_schema_administrative_credentials_read(_element.bmc_credentials) + _element.bmc_mac_address = AAZStrType( + serialized_name="bmcMacAddress", + flags={"required": True}, + ) + _element.boot_mac_address = AAZStrType( + serialized_name="bootMacAddress", + flags={"required": True}, + ) + _element.machine_details = AAZStrType( + serialized_name="machineDetails", + ) + _element.machine_name = AAZStrType( + serialized_name="machineName", + ) + _element.rack_slot = AAZIntType( + serialized_name="rackSlot", + flags={"required": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"required": True}, + ) + + storage_appliance_configuration_data = _schema_rack_definition_read.storage_appliance_configuration_data + storage_appliance_configuration_data.Element = AAZObjectType() + + _element = _schema_rack_definition_read.storage_appliance_configuration_data.Element + _element.admin_credentials = AAZObjectType( + serialized_name="adminCredentials", + flags={"required": True}, + ) + cls._build_schema_administrative_credentials_read(_element.admin_credentials) + _element.rack_slot = AAZIntType( + serialized_name="rackSlot", + flags={"required": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"required": True}, + ) + _element.storage_appliance_name = AAZStrType( + serialized_name="storageApplianceName", + ) + + _schema.availability_zone = cls._schema_rack_definition_read.availability_zone + _schema.bare_metal_machine_configuration_data = cls._schema_rack_definition_read.bare_metal_machine_configuration_data + _schema.network_rack_id = cls._schema_rack_definition_read.network_rack_id + _schema.rack_location = cls._schema_rack_definition_read.rack_location + _schema.rack_serial_number = cls._schema_rack_definition_read.rack_serial_number + _schema.rack_sku_id = cls._schema_rack_definition_read.rack_sku_id + _schema.storage_appliance_configuration_data = cls._schema_rack_definition_read.storage_appliance_configuration_data + + +__all__ = ["Create"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_delete.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_delete.py new file mode 100644 index 00000000000..cc773441933 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_delete.py @@ -0,0 +1,167 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cluster delete", + is_experimental=True, + confirmation="Are you sure you want to perform this operation?", +) +class Delete(AAZCommand): + """Delete the provided cluster. + + :example: Delete cluster + az networkcloud cluster delete --name "clusterName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.cluster_name = AAZStrArg( + options=["-n", "--name", "--cluster-name"], + help="The name of the cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.ClustersDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class ClustersDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_deploy.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_deploy.py new file mode 100644 index 00000000000..749aedb9936 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_deploy.py @@ -0,0 +1,331 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cluster deploy", + is_experimental=True, +) +class Deploy(AAZCommand): + """Deploy the cluster. + + :example: Deploy cluster + az networkcloud cluster deploy --name "clusterName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/deploy", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.cluster_name = AAZStrArg( + options=["-n", "--name", "--cluster-name"], + help="The name of the cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "ClusterDeployParameters" + + _args_schema = cls._args_schema + _args_schema.skip_validations_for_machines = AAZListArg( + options=["--skip-validations-for-machines"], + arg_group="ClusterDeployParameters", + help="The names of bare metal machines in the cluster that should be skipped during environment validation.", + ) + + skip_validations_for_machines = cls._args_schema.skip_validations_for_machines + skip_validations_for_machines.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.ClustersDeploy(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class ClustersDeploy(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/deploy", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"client_flatten": True}} + ) + _builder.set_prop("skipValidationsForMachines", AAZListType, ".skip_validations_for_machines") + + skip_validations_for_machines = _builder.get(".skipValidationsForMachines") + if skip_validations_for_machines is not None: + skip_validations_for_machines.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _DeployHelper._build_schema_operation_status_result_read(cls._schema_on_200) + + return cls._schema_on_200 + + def on_204(self, session): + pass + + +class _DeployHelper: + """Helper class for Deploy""" + + _schema_error_detail_read = None + + @classmethod + def _build_schema_error_detail_read(cls, _schema): + if cls._schema_error_detail_read is not None: + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + return + + cls._schema_error_detail_read = _schema_error_detail_read = AAZObjectType() + + error_detail_read = _schema_error_detail_read + error_detail_read.additional_info = AAZListType( + serialized_name="additionalInfo", + flags={"read_only": True}, + ) + error_detail_read.code = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.details = AAZListType( + flags={"read_only": True}, + ) + error_detail_read.message = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.target = AAZStrType( + flags={"read_only": True}, + ) + + additional_info = _schema_error_detail_read.additional_info + additional_info.Element = AAZObjectType() + + _element = _schema_error_detail_read.additional_info.Element + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + details = _schema_error_detail_read.details + details.Element = AAZObjectType() + cls._build_schema_error_detail_read(details.Element) + + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + + _schema_operation_status_result_read = None + + @classmethod + def _build_schema_operation_status_result_read(cls, _schema): + if cls._schema_operation_status_result_read is not None: + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + return + + cls._schema_operation_status_result_read = _schema_operation_status_result_read = AAZObjectType() + + operation_status_result_read = _schema_operation_status_result_read + operation_status_result_read.end_time = AAZStrType( + serialized_name="endTime", + ) + operation_status_result_read.error = AAZObjectType() + cls._build_schema_error_detail_read(operation_status_result_read.error) + operation_status_result_read.id = AAZStrType() + operation_status_result_read.name = AAZStrType() + operation_status_result_read.operations = AAZListType() + operation_status_result_read.percent_complete = AAZFloatType( + serialized_name="percentComplete", + ) + operation_status_result_read.resource_id = AAZStrType( + serialized_name="resourceId", + flags={"read_only": True}, + ) + operation_status_result_read.start_time = AAZStrType( + serialized_name="startTime", + ) + operation_status_result_read.status = AAZStrType( + flags={"required": True}, + ) + + operations = _schema_operation_status_result_read.operations + operations.Element = AAZObjectType() + cls._build_schema_operation_status_result_read(operations.Element) + + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + + +__all__ = ["Deploy"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_list.py new file mode 100644 index 00000000000..19bf063f0a8 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_list.py @@ -0,0 +1,869 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cluster list", + is_experimental=True, +) +class List(AAZCommand): + """List clusters in the provided resource group or subscription. + + :example: List clusters for resource group + az networkcloud cluster list --resource-group "resourceGroupName" + + :example: List clusters for subscription + az networkcloud cluster list + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/clusters", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + condition_0 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) + condition_1 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + if condition_0: + self.ClustersListByResourceGroup(ctx=self.ctx)() + if condition_1: + self.ClustersListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class ClustersListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _ListHelper._build_schema_extended_location_read(_element.extended_location) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.aggregator_or_single_rack_definition = AAZObjectType( + serialized_name="aggregatorOrSingleRackDefinition", + flags={"required": True}, + ) + _ListHelper._build_schema_rack_definition_read(properties.aggregator_or_single_rack_definition) + properties.analytics_workspace_id = AAZStrType( + serialized_name="analyticsWorkspaceId", + flags={"required": True}, + ) + properties.available_upgrade_versions = AAZListType( + serialized_name="availableUpgradeVersions", + flags={"read_only": True}, + ) + properties.cluster_capacity = AAZObjectType( + serialized_name="clusterCapacity", + ) + properties.cluster_connection_status = AAZStrType( + serialized_name="clusterConnectionStatus", + flags={"read_only": True}, + ) + properties.cluster_extended_location = AAZObjectType( + serialized_name="clusterExtendedLocation", + ) + _ListHelper._build_schema_extended_location_read(properties.cluster_extended_location) + properties.cluster_location = AAZStrType( + serialized_name="clusterLocation", + ) + properties.cluster_manager_connection_status = AAZStrType( + serialized_name="clusterManagerConnectionStatus", + flags={"read_only": True}, + ) + properties.cluster_manager_id = AAZStrType( + serialized_name="clusterManagerId", + flags={"read_only": True}, + ) + properties.cluster_service_principal = AAZObjectType( + serialized_name="clusterServicePrincipal", + ) + properties.cluster_type = AAZStrType( + serialized_name="clusterType", + flags={"required": True}, + ) + properties.cluster_version = AAZStrType( + serialized_name="clusterVersion", + flags={"required": True}, + ) + properties.compute_deployment_threshold = AAZObjectType( + serialized_name="computeDeploymentThreshold", + ) + properties.compute_rack_definitions = AAZListType( + serialized_name="computeRackDefinitions", + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_extended_location = AAZObjectType( + serialized_name="hybridAksExtendedLocation", + ) + _ListHelper._build_schema_extended_location_read(properties.hybrid_aks_extended_location) + properties.managed_resource_group_configuration = AAZObjectType( + serialized_name="managedResourceGroupConfiguration", + ) + properties.manual_action_count = AAZIntType( + serialized_name="manualActionCount", + flags={"read_only": True}, + ) + properties.network_fabric_id = AAZStrType( + serialized_name="networkFabricId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.support_expiry_date = AAZStrType( + serialized_name="supportExpiryDate", + flags={"read_only": True}, + ) + properties.workload_resource_ids = AAZListType( + serialized_name="workloadResourceIds", + flags={"read_only": True}, + ) + + available_upgrade_versions = cls._schema_on_200.value.Element.properties.available_upgrade_versions + available_upgrade_versions.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.available_upgrade_versions.Element + _element.control_impact = AAZStrType( + serialized_name="controlImpact", + flags={"read_only": True}, + ) + _element.expected_duration = AAZStrType( + serialized_name="expectedDuration", + flags={"read_only": True}, + ) + _element.impact_description = AAZStrType( + serialized_name="impactDescription", + flags={"read_only": True}, + ) + _element.support_expiry_date = AAZStrType( + serialized_name="supportExpiryDate", + flags={"read_only": True}, + ) + _element.target_cluster_version = AAZStrType( + serialized_name="targetClusterVersion", + flags={"read_only": True}, + ) + _element.workload_impact = AAZStrType( + serialized_name="workloadImpact", + flags={"read_only": True}, + ) + + cluster_capacity = cls._schema_on_200.value.Element.properties.cluster_capacity + cluster_capacity.available_appliance_storage_gb = AAZIntType( + serialized_name="availableApplianceStorageGB", + ) + cluster_capacity.available_core_count = AAZIntType( + serialized_name="availableCoreCount", + ) + cluster_capacity.available_host_storage_gb = AAZIntType( + serialized_name="availableHostStorageGB", + ) + cluster_capacity.available_memory_gb = AAZIntType( + serialized_name="availableMemoryGB", + ) + cluster_capacity.total_appliance_storage_gb = AAZIntType( + serialized_name="totalApplianceStorageGB", + ) + cluster_capacity.total_core_count = AAZIntType( + serialized_name="totalCoreCount", + ) + cluster_capacity.total_host_storage_gb = AAZIntType( + serialized_name="totalHostStorageGB", + ) + cluster_capacity.total_memory_gb = AAZIntType( + serialized_name="totalMemoryGB", + ) + + cluster_service_principal = cls._schema_on_200.value.Element.properties.cluster_service_principal + cluster_service_principal.application_id = AAZStrType( + serialized_name="applicationId", + flags={"required": True}, + ) + cluster_service_principal.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + cluster_service_principal.principal_id = AAZStrType( + serialized_name="principalId", + flags={"required": True}, + ) + cluster_service_principal.tenant_id = AAZStrType( + serialized_name="tenantId", + flags={"required": True}, + ) + + compute_deployment_threshold = cls._schema_on_200.value.Element.properties.compute_deployment_threshold + compute_deployment_threshold.grouping = AAZStrType( + flags={"required": True}, + ) + compute_deployment_threshold.type = AAZStrType( + flags={"required": True}, + ) + compute_deployment_threshold.value = AAZIntType( + flags={"required": True}, + ) + + compute_rack_definitions = cls._schema_on_200.value.Element.properties.compute_rack_definitions + compute_rack_definitions.Element = AAZObjectType() + _ListHelper._build_schema_rack_definition_read(compute_rack_definitions.Element) + + managed_resource_group_configuration = cls._schema_on_200.value.Element.properties.managed_resource_group_configuration + managed_resource_group_configuration.location = AAZStrType() + managed_resource_group_configuration.name = AAZStrType() + + workload_resource_ids = cls._schema_on_200.value.Element.properties.workload_resource_ids + workload_resource_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + class ClustersListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.NetworkCloud/clusters", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _ListHelper._build_schema_extended_location_read(_element.extended_location) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.aggregator_or_single_rack_definition = AAZObjectType( + serialized_name="aggregatorOrSingleRackDefinition", + flags={"required": True}, + ) + _ListHelper._build_schema_rack_definition_read(properties.aggregator_or_single_rack_definition) + properties.analytics_workspace_id = AAZStrType( + serialized_name="analyticsWorkspaceId", + flags={"required": True}, + ) + properties.available_upgrade_versions = AAZListType( + serialized_name="availableUpgradeVersions", + flags={"read_only": True}, + ) + properties.cluster_capacity = AAZObjectType( + serialized_name="clusterCapacity", + ) + properties.cluster_connection_status = AAZStrType( + serialized_name="clusterConnectionStatus", + flags={"read_only": True}, + ) + properties.cluster_extended_location = AAZObjectType( + serialized_name="clusterExtendedLocation", + ) + _ListHelper._build_schema_extended_location_read(properties.cluster_extended_location) + properties.cluster_location = AAZStrType( + serialized_name="clusterLocation", + ) + properties.cluster_manager_connection_status = AAZStrType( + serialized_name="clusterManagerConnectionStatus", + flags={"read_only": True}, + ) + properties.cluster_manager_id = AAZStrType( + serialized_name="clusterManagerId", + flags={"read_only": True}, + ) + properties.cluster_service_principal = AAZObjectType( + serialized_name="clusterServicePrincipal", + ) + properties.cluster_type = AAZStrType( + serialized_name="clusterType", + flags={"required": True}, + ) + properties.cluster_version = AAZStrType( + serialized_name="clusterVersion", + flags={"required": True}, + ) + properties.compute_deployment_threshold = AAZObjectType( + serialized_name="computeDeploymentThreshold", + ) + properties.compute_rack_definitions = AAZListType( + serialized_name="computeRackDefinitions", + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_extended_location = AAZObjectType( + serialized_name="hybridAksExtendedLocation", + ) + _ListHelper._build_schema_extended_location_read(properties.hybrid_aks_extended_location) + properties.managed_resource_group_configuration = AAZObjectType( + serialized_name="managedResourceGroupConfiguration", + ) + properties.manual_action_count = AAZIntType( + serialized_name="manualActionCount", + flags={"read_only": True}, + ) + properties.network_fabric_id = AAZStrType( + serialized_name="networkFabricId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.support_expiry_date = AAZStrType( + serialized_name="supportExpiryDate", + flags={"read_only": True}, + ) + properties.workload_resource_ids = AAZListType( + serialized_name="workloadResourceIds", + flags={"read_only": True}, + ) + + available_upgrade_versions = cls._schema_on_200.value.Element.properties.available_upgrade_versions + available_upgrade_versions.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.available_upgrade_versions.Element + _element.control_impact = AAZStrType( + serialized_name="controlImpact", + flags={"read_only": True}, + ) + _element.expected_duration = AAZStrType( + serialized_name="expectedDuration", + flags={"read_only": True}, + ) + _element.impact_description = AAZStrType( + serialized_name="impactDescription", + flags={"read_only": True}, + ) + _element.support_expiry_date = AAZStrType( + serialized_name="supportExpiryDate", + flags={"read_only": True}, + ) + _element.target_cluster_version = AAZStrType( + serialized_name="targetClusterVersion", + flags={"read_only": True}, + ) + _element.workload_impact = AAZStrType( + serialized_name="workloadImpact", + flags={"read_only": True}, + ) + + cluster_capacity = cls._schema_on_200.value.Element.properties.cluster_capacity + cluster_capacity.available_appliance_storage_gb = AAZIntType( + serialized_name="availableApplianceStorageGB", + ) + cluster_capacity.available_core_count = AAZIntType( + serialized_name="availableCoreCount", + ) + cluster_capacity.available_host_storage_gb = AAZIntType( + serialized_name="availableHostStorageGB", + ) + cluster_capacity.available_memory_gb = AAZIntType( + serialized_name="availableMemoryGB", + ) + cluster_capacity.total_appliance_storage_gb = AAZIntType( + serialized_name="totalApplianceStorageGB", + ) + cluster_capacity.total_core_count = AAZIntType( + serialized_name="totalCoreCount", + ) + cluster_capacity.total_host_storage_gb = AAZIntType( + serialized_name="totalHostStorageGB", + ) + cluster_capacity.total_memory_gb = AAZIntType( + serialized_name="totalMemoryGB", + ) + + cluster_service_principal = cls._schema_on_200.value.Element.properties.cluster_service_principal + cluster_service_principal.application_id = AAZStrType( + serialized_name="applicationId", + flags={"required": True}, + ) + cluster_service_principal.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + cluster_service_principal.principal_id = AAZStrType( + serialized_name="principalId", + flags={"required": True}, + ) + cluster_service_principal.tenant_id = AAZStrType( + serialized_name="tenantId", + flags={"required": True}, + ) + + compute_deployment_threshold = cls._schema_on_200.value.Element.properties.compute_deployment_threshold + compute_deployment_threshold.grouping = AAZStrType( + flags={"required": True}, + ) + compute_deployment_threshold.type = AAZStrType( + flags={"required": True}, + ) + compute_deployment_threshold.value = AAZIntType( + flags={"required": True}, + ) + + compute_rack_definitions = cls._schema_on_200.value.Element.properties.compute_rack_definitions + compute_rack_definitions.Element = AAZObjectType() + _ListHelper._build_schema_rack_definition_read(compute_rack_definitions.Element) + + managed_resource_group_configuration = cls._schema_on_200.value.Element.properties.managed_resource_group_configuration + managed_resource_group_configuration.location = AAZStrType() + managed_resource_group_configuration.name = AAZStrType() + + workload_resource_ids = cls._schema_on_200.value.Element.properties.workload_resource_ids + workload_resource_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + _schema_administrative_credentials_read = None + + @classmethod + def _build_schema_administrative_credentials_read(cls, _schema): + if cls._schema_administrative_credentials_read is not None: + _schema.password = cls._schema_administrative_credentials_read.password + _schema.username = cls._schema_administrative_credentials_read.username + return + + cls._schema_administrative_credentials_read = _schema_administrative_credentials_read = AAZObjectType() + + administrative_credentials_read = _schema_administrative_credentials_read + administrative_credentials_read.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + administrative_credentials_read.username = AAZStrType( + flags={"required": True}, + ) + + _schema.password = cls._schema_administrative_credentials_read.password + _schema.username = cls._schema_administrative_credentials_read.username + + _schema_extended_location_read = None + + @classmethod + def _build_schema_extended_location_read(cls, _schema): + if cls._schema_extended_location_read is not None: + _schema.name = cls._schema_extended_location_read.name + _schema.type = cls._schema_extended_location_read.type + return + + cls._schema_extended_location_read = _schema_extended_location_read = AAZObjectType() + + extended_location_read = _schema_extended_location_read + extended_location_read.name = AAZStrType( + flags={"required": True}, + ) + extended_location_read.type = AAZStrType( + flags={"required": True}, + ) + + _schema.name = cls._schema_extended_location_read.name + _schema.type = cls._schema_extended_location_read.type + + _schema_rack_definition_read = None + + @classmethod + def _build_schema_rack_definition_read(cls, _schema): + if cls._schema_rack_definition_read is not None: + _schema.availability_zone = cls._schema_rack_definition_read.availability_zone + _schema.bare_metal_machine_configuration_data = cls._schema_rack_definition_read.bare_metal_machine_configuration_data + _schema.network_rack_id = cls._schema_rack_definition_read.network_rack_id + _schema.rack_location = cls._schema_rack_definition_read.rack_location + _schema.rack_serial_number = cls._schema_rack_definition_read.rack_serial_number + _schema.rack_sku_id = cls._schema_rack_definition_read.rack_sku_id + _schema.storage_appliance_configuration_data = cls._schema_rack_definition_read.storage_appliance_configuration_data + return + + cls._schema_rack_definition_read = _schema_rack_definition_read = AAZObjectType() + + rack_definition_read = _schema_rack_definition_read + rack_definition_read.availability_zone = AAZStrType( + serialized_name="availabilityZone", + ) + rack_definition_read.bare_metal_machine_configuration_data = AAZListType( + serialized_name="bareMetalMachineConfigurationData", + ) + rack_definition_read.network_rack_id = AAZStrType( + serialized_name="networkRackId", + flags={"required": True}, + ) + rack_definition_read.rack_location = AAZStrType( + serialized_name="rackLocation", + ) + rack_definition_read.rack_serial_number = AAZStrType( + serialized_name="rackSerialNumber", + flags={"required": True}, + ) + rack_definition_read.rack_sku_id = AAZStrType( + serialized_name="rackSkuId", + flags={"required": True}, + ) + rack_definition_read.storage_appliance_configuration_data = AAZListType( + serialized_name="storageApplianceConfigurationData", + ) + + bare_metal_machine_configuration_data = _schema_rack_definition_read.bare_metal_machine_configuration_data + bare_metal_machine_configuration_data.Element = AAZObjectType() + + _element = _schema_rack_definition_read.bare_metal_machine_configuration_data.Element + _element.bmc_connection_string = AAZStrType( + serialized_name="bmcConnectionString", + flags={"read_only": True}, + ) + _element.bmc_credentials = AAZObjectType( + serialized_name="bmcCredentials", + flags={"required": True}, + ) + cls._build_schema_administrative_credentials_read(_element.bmc_credentials) + _element.bmc_mac_address = AAZStrType( + serialized_name="bmcMacAddress", + flags={"required": True}, + ) + _element.boot_mac_address = AAZStrType( + serialized_name="bootMacAddress", + flags={"required": True}, + ) + _element.machine_details = AAZStrType( + serialized_name="machineDetails", + ) + _element.machine_name = AAZStrType( + serialized_name="machineName", + ) + _element.rack_slot = AAZIntType( + serialized_name="rackSlot", + flags={"required": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"required": True}, + ) + + storage_appliance_configuration_data = _schema_rack_definition_read.storage_appliance_configuration_data + storage_appliance_configuration_data.Element = AAZObjectType() + + _element = _schema_rack_definition_read.storage_appliance_configuration_data.Element + _element.admin_credentials = AAZObjectType( + serialized_name="adminCredentials", + flags={"required": True}, + ) + cls._build_schema_administrative_credentials_read(_element.admin_credentials) + _element.rack_slot = AAZIntType( + serialized_name="rackSlot", + flags={"required": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"required": True}, + ) + _element.storage_appliance_name = AAZStrType( + serialized_name="storageApplianceName", + ) + + _schema.availability_zone = cls._schema_rack_definition_read.availability_zone + _schema.bare_metal_machine_configuration_data = cls._schema_rack_definition_read.bare_metal_machine_configuration_data + _schema.network_rack_id = cls._schema_rack_definition_read.network_rack_id + _schema.rack_location = cls._schema_rack_definition_read.rack_location + _schema.rack_serial_number = cls._schema_rack_definition_read.rack_serial_number + _schema.rack_sku_id = cls._schema_rack_definition_read.rack_sku_id + _schema.storage_appliance_configuration_data = cls._schema_rack_definition_read.storage_appliance_configuration_data + + +__all__ = ["List"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_show.py new file mode 100644 index 00000000000..f1639d2be91 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_show.py @@ -0,0 +1,550 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cluster show", + is_experimental=True, +) +class Show(AAZCommand): + """Get properties of the provided cluster. + + :example: Get cluster + az networkcloud cluster show --name "clusterName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.cluster_name = AAZStrArg( + options=["-n", "--name", "--cluster-name"], + help="The name of the cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.ClustersGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class ClustersGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _ShowHelper._build_schema_extended_location_read(_schema_on_200.extended_location) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.aggregator_or_single_rack_definition = AAZObjectType( + serialized_name="aggregatorOrSingleRackDefinition", + flags={"required": True}, + ) + _ShowHelper._build_schema_rack_definition_read(properties.aggregator_or_single_rack_definition) + properties.analytics_workspace_id = AAZStrType( + serialized_name="analyticsWorkspaceId", + flags={"required": True}, + ) + properties.available_upgrade_versions = AAZListType( + serialized_name="availableUpgradeVersions", + flags={"read_only": True}, + ) + properties.cluster_capacity = AAZObjectType( + serialized_name="clusterCapacity", + ) + properties.cluster_connection_status = AAZStrType( + serialized_name="clusterConnectionStatus", + flags={"read_only": True}, + ) + properties.cluster_extended_location = AAZObjectType( + serialized_name="clusterExtendedLocation", + ) + _ShowHelper._build_schema_extended_location_read(properties.cluster_extended_location) + properties.cluster_location = AAZStrType( + serialized_name="clusterLocation", + ) + properties.cluster_manager_connection_status = AAZStrType( + serialized_name="clusterManagerConnectionStatus", + flags={"read_only": True}, + ) + properties.cluster_manager_id = AAZStrType( + serialized_name="clusterManagerId", + flags={"read_only": True}, + ) + properties.cluster_service_principal = AAZObjectType( + serialized_name="clusterServicePrincipal", + ) + properties.cluster_type = AAZStrType( + serialized_name="clusterType", + flags={"required": True}, + ) + properties.cluster_version = AAZStrType( + serialized_name="clusterVersion", + flags={"required": True}, + ) + properties.compute_deployment_threshold = AAZObjectType( + serialized_name="computeDeploymentThreshold", + ) + properties.compute_rack_definitions = AAZListType( + serialized_name="computeRackDefinitions", + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_extended_location = AAZObjectType( + serialized_name="hybridAksExtendedLocation", + ) + _ShowHelper._build_schema_extended_location_read(properties.hybrid_aks_extended_location) + properties.managed_resource_group_configuration = AAZObjectType( + serialized_name="managedResourceGroupConfiguration", + ) + properties.manual_action_count = AAZIntType( + serialized_name="manualActionCount", + flags={"read_only": True}, + ) + properties.network_fabric_id = AAZStrType( + serialized_name="networkFabricId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.support_expiry_date = AAZStrType( + serialized_name="supportExpiryDate", + flags={"read_only": True}, + ) + properties.workload_resource_ids = AAZListType( + serialized_name="workloadResourceIds", + flags={"read_only": True}, + ) + + available_upgrade_versions = cls._schema_on_200.properties.available_upgrade_versions + available_upgrade_versions.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.available_upgrade_versions.Element + _element.control_impact = AAZStrType( + serialized_name="controlImpact", + flags={"read_only": True}, + ) + _element.expected_duration = AAZStrType( + serialized_name="expectedDuration", + flags={"read_only": True}, + ) + _element.impact_description = AAZStrType( + serialized_name="impactDescription", + flags={"read_only": True}, + ) + _element.support_expiry_date = AAZStrType( + serialized_name="supportExpiryDate", + flags={"read_only": True}, + ) + _element.target_cluster_version = AAZStrType( + serialized_name="targetClusterVersion", + flags={"read_only": True}, + ) + _element.workload_impact = AAZStrType( + serialized_name="workloadImpact", + flags={"read_only": True}, + ) + + cluster_capacity = cls._schema_on_200.properties.cluster_capacity + cluster_capacity.available_appliance_storage_gb = AAZIntType( + serialized_name="availableApplianceStorageGB", + ) + cluster_capacity.available_core_count = AAZIntType( + serialized_name="availableCoreCount", + ) + cluster_capacity.available_host_storage_gb = AAZIntType( + serialized_name="availableHostStorageGB", + ) + cluster_capacity.available_memory_gb = AAZIntType( + serialized_name="availableMemoryGB", + ) + cluster_capacity.total_appliance_storage_gb = AAZIntType( + serialized_name="totalApplianceStorageGB", + ) + cluster_capacity.total_core_count = AAZIntType( + serialized_name="totalCoreCount", + ) + cluster_capacity.total_host_storage_gb = AAZIntType( + serialized_name="totalHostStorageGB", + ) + cluster_capacity.total_memory_gb = AAZIntType( + serialized_name="totalMemoryGB", + ) + + cluster_service_principal = cls._schema_on_200.properties.cluster_service_principal + cluster_service_principal.application_id = AAZStrType( + serialized_name="applicationId", + flags={"required": True}, + ) + cluster_service_principal.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + cluster_service_principal.principal_id = AAZStrType( + serialized_name="principalId", + flags={"required": True}, + ) + cluster_service_principal.tenant_id = AAZStrType( + serialized_name="tenantId", + flags={"required": True}, + ) + + compute_deployment_threshold = cls._schema_on_200.properties.compute_deployment_threshold + compute_deployment_threshold.grouping = AAZStrType( + flags={"required": True}, + ) + compute_deployment_threshold.type = AAZStrType( + flags={"required": True}, + ) + compute_deployment_threshold.value = AAZIntType( + flags={"required": True}, + ) + + compute_rack_definitions = cls._schema_on_200.properties.compute_rack_definitions + compute_rack_definitions.Element = AAZObjectType() + _ShowHelper._build_schema_rack_definition_read(compute_rack_definitions.Element) + + managed_resource_group_configuration = cls._schema_on_200.properties.managed_resource_group_configuration + managed_resource_group_configuration.location = AAZStrType() + managed_resource_group_configuration.name = AAZStrType() + + workload_resource_ids = cls._schema_on_200.properties.workload_resource_ids + workload_resource_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + _schema_administrative_credentials_read = None + + @classmethod + def _build_schema_administrative_credentials_read(cls, _schema): + if cls._schema_administrative_credentials_read is not None: + _schema.password = cls._schema_administrative_credentials_read.password + _schema.username = cls._schema_administrative_credentials_read.username + return + + cls._schema_administrative_credentials_read = _schema_administrative_credentials_read = AAZObjectType() + + administrative_credentials_read = _schema_administrative_credentials_read + administrative_credentials_read.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + administrative_credentials_read.username = AAZStrType( + flags={"required": True}, + ) + + _schema.password = cls._schema_administrative_credentials_read.password + _schema.username = cls._schema_administrative_credentials_read.username + + _schema_extended_location_read = None + + @classmethod + def _build_schema_extended_location_read(cls, _schema): + if cls._schema_extended_location_read is not None: + _schema.name = cls._schema_extended_location_read.name + _schema.type = cls._schema_extended_location_read.type + return + + cls._schema_extended_location_read = _schema_extended_location_read = AAZObjectType() + + extended_location_read = _schema_extended_location_read + extended_location_read.name = AAZStrType( + flags={"required": True}, + ) + extended_location_read.type = AAZStrType( + flags={"required": True}, + ) + + _schema.name = cls._schema_extended_location_read.name + _schema.type = cls._schema_extended_location_read.type + + _schema_rack_definition_read = None + + @classmethod + def _build_schema_rack_definition_read(cls, _schema): + if cls._schema_rack_definition_read is not None: + _schema.availability_zone = cls._schema_rack_definition_read.availability_zone + _schema.bare_metal_machine_configuration_data = cls._schema_rack_definition_read.bare_metal_machine_configuration_data + _schema.network_rack_id = cls._schema_rack_definition_read.network_rack_id + _schema.rack_location = cls._schema_rack_definition_read.rack_location + _schema.rack_serial_number = cls._schema_rack_definition_read.rack_serial_number + _schema.rack_sku_id = cls._schema_rack_definition_read.rack_sku_id + _schema.storage_appliance_configuration_data = cls._schema_rack_definition_read.storage_appliance_configuration_data + return + + cls._schema_rack_definition_read = _schema_rack_definition_read = AAZObjectType() + + rack_definition_read = _schema_rack_definition_read + rack_definition_read.availability_zone = AAZStrType( + serialized_name="availabilityZone", + ) + rack_definition_read.bare_metal_machine_configuration_data = AAZListType( + serialized_name="bareMetalMachineConfigurationData", + ) + rack_definition_read.network_rack_id = AAZStrType( + serialized_name="networkRackId", + flags={"required": True}, + ) + rack_definition_read.rack_location = AAZStrType( + serialized_name="rackLocation", + ) + rack_definition_read.rack_serial_number = AAZStrType( + serialized_name="rackSerialNumber", + flags={"required": True}, + ) + rack_definition_read.rack_sku_id = AAZStrType( + serialized_name="rackSkuId", + flags={"required": True}, + ) + rack_definition_read.storage_appliance_configuration_data = AAZListType( + serialized_name="storageApplianceConfigurationData", + ) + + bare_metal_machine_configuration_data = _schema_rack_definition_read.bare_metal_machine_configuration_data + bare_metal_machine_configuration_data.Element = AAZObjectType() + + _element = _schema_rack_definition_read.bare_metal_machine_configuration_data.Element + _element.bmc_connection_string = AAZStrType( + serialized_name="bmcConnectionString", + flags={"read_only": True}, + ) + _element.bmc_credentials = AAZObjectType( + serialized_name="bmcCredentials", + flags={"required": True}, + ) + cls._build_schema_administrative_credentials_read(_element.bmc_credentials) + _element.bmc_mac_address = AAZStrType( + serialized_name="bmcMacAddress", + flags={"required": True}, + ) + _element.boot_mac_address = AAZStrType( + serialized_name="bootMacAddress", + flags={"required": True}, + ) + _element.machine_details = AAZStrType( + serialized_name="machineDetails", + ) + _element.machine_name = AAZStrType( + serialized_name="machineName", + ) + _element.rack_slot = AAZIntType( + serialized_name="rackSlot", + flags={"required": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"required": True}, + ) + + storage_appliance_configuration_data = _schema_rack_definition_read.storage_appliance_configuration_data + storage_appliance_configuration_data.Element = AAZObjectType() + + _element = _schema_rack_definition_read.storage_appliance_configuration_data.Element + _element.admin_credentials = AAZObjectType( + serialized_name="adminCredentials", + flags={"required": True}, + ) + cls._build_schema_administrative_credentials_read(_element.admin_credentials) + _element.rack_slot = AAZIntType( + serialized_name="rackSlot", + flags={"required": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"required": True}, + ) + _element.storage_appliance_name = AAZStrType( + serialized_name="storageApplianceName", + ) + + _schema.availability_zone = cls._schema_rack_definition_read.availability_zone + _schema.bare_metal_machine_configuration_data = cls._schema_rack_definition_read.bare_metal_machine_configuration_data + _schema.network_rack_id = cls._schema_rack_definition_read.network_rack_id + _schema.rack_location = cls._schema_rack_definition_read.rack_location + _schema.rack_serial_number = cls._schema_rack_definition_read.rack_serial_number + _schema.rack_sku_id = cls._schema_rack_definition_read.rack_sku_id + _schema.storage_appliance_configuration_data = cls._schema_rack_definition_read.storage_appliance_configuration_data + + +__all__ = ["Show"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_update.py new file mode 100644 index 00000000000..efd4bc4e986 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_update.py @@ -0,0 +1,967 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cluster update", + is_experimental=True, +) +class Update(AAZCommand): + """Update the properties of the provided cluster, or update the tags associated with the cluster. Properties and tag updates can be done independently. + + :example: Patch cluster location + az networkcloud cluster update --name "clusterName" --cluster-location "Foo Street, 3rd Floor, row 9" --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" + + :example: Patch cluster aggregatorOrSingleRackDefinition + az networkcloud cluster update --name "clusterName" --aggregator-or-single-rack-definition "{networkRackId:'/subscriptions/subscriptionId/resourceGroups/rgName/providers/Microsoft.Network/virtualNetworks/cmName/subnets/ClusterManagerSubnet',rackSkuId:'/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/VLab_Single_DellR750_8C2M_x70r3_9',rackSerialNumber:b99m99r1,rackLocation:b99m99r1,availabilityZone:1,storageApplianceConfigurationData:[{rackSlot:1,adminCredentials:{username:'adminuser',password:'password'},storageApplianceName:name,serialNumber:serial}],bareMetalMachineConfigurationData:[{bmcCredentials:{password:'bmcPassword',username:'root'},bmcMacAddress:'AA:BB:CC:DD:E7:08',bootMacAddress:'AA:BB:CC:F8:71:2E',machineName:lab00r750wkr1,rackSlot:2,serialNumber:5HS7PK3},{bmcCredentials:{password:'bmcPassword',username:'root'},bmcMacAddress:'AA:BB:CC:FD:DC:76',bootMacAddress:'AA:BB:CC:F8:50:CA',machineName:lab00r750wkr8,rackSlot:11,serialNumber:9M56PK3}]}" --compute-deployment-threshold type="PercentSuccess" grouping="PerCluster" value=90 --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" + + :example: Patch cluster aggregatorOrSingleRackDefinition using json file input + az networkcloud cluster update --name "clusterName" --aggregator-or-single-rack-definition ./aggregator-or-single-rack-definition.json --compute-deployment-threshold type="PercentSuccess" grouping="PerCluster" value=90 --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.cluster_name = AAZStrArg( + options=["-n", "--name", "--cluster-name"], + help="The name of the cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "ClusterUpdateParameters" + + _args_schema = cls._args_schema + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="ClusterUpdateParameters", + help="The Azure resource tags that will replace the existing ones.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.aggregator_or_single_rack_definition = AAZObjectArg( + options=["--aggregator-or-single-rack-definition"], + arg_group="Properties", + help="The rack definition that is intended to reflect only a single rack in a single rack cluster, or an aggregator rack in a multi-rack cluster.", + ) + cls._build_args_rack_definition_update(_args_schema.aggregator_or_single_rack_definition) + _args_schema.cluster_location = AAZStrArg( + options=["--cluster-location"], + arg_group="Properties", + help="The customer-provided location information to identify where the cluster resides.", + ) + _args_schema.cluster_service_principal = AAZObjectArg( + options=["--cluster-service-principal"], + arg_group="Properties", + help="The service principal to be used by the cluster during Arc Appliance installation.", + ) + _args_schema.compute_deployment_threshold = AAZObjectArg( + options=["--compute-deployment-threshold"], + arg_group="Properties", + help="The validation threshold indicating the allowable failures of compute machines during environment validation and deployment.", + ) + _args_schema.compute_rack_definitions = AAZListArg( + options=["--compute-rack-definitions"], + arg_group="Properties", + help="The list of rack definitions for the compute racks in a multi-rack cluster, or an empty list in a single-rack cluster.", + ) + + cluster_service_principal = cls._args_schema.cluster_service_principal + cluster_service_principal.application_id = AAZStrArg( + options=["application-id"], + help="The application ID, also known as client ID, of the service principal.", + required=True, + ) + cluster_service_principal.password = AAZStrArg( + options=["password"], + help="The password of the service principal.", + required=True, + ) + cluster_service_principal.principal_id = AAZStrArg( + options=["principal-id"], + help="The principal ID, also known as the object ID, of the service principal.", + required=True, + ) + cluster_service_principal.tenant_id = AAZStrArg( + options=["tenant-id"], + help="The tenant ID, also known as the directory ID, of the tenant in which the service principal is created.", + required=True, + ) + + compute_deployment_threshold = cls._args_schema.compute_deployment_threshold + compute_deployment_threshold.grouping = AAZStrArg( + options=["grouping"], + help="Selection of how the type evaluation is applied to the cluster calculation.", + required=True, + enum={"PerCluster": "PerCluster", "PerRack": "PerRack"}, + ) + compute_deployment_threshold.type = AAZStrArg( + options=["type"], + help="Selection of how the threshold should be evaluated.", + required=True, + enum={"CountSuccess": "CountSuccess", "PercentSuccess": "PercentSuccess"}, + ) + compute_deployment_threshold.value = AAZIntArg( + options=["value"], + help="The numeric threshold value.", + required=True, + fmt=AAZIntArgFormat( + minimum=0, + ), + ) + + compute_rack_definitions = cls._args_schema.compute_rack_definitions + compute_rack_definitions.Element = AAZObjectArg() + cls._build_args_rack_definition_update(compute_rack_definitions.Element) + return cls._args_schema + + _args_administrative_credentials_update = None + + @classmethod + def _build_args_administrative_credentials_update(cls, _schema): + if cls._args_administrative_credentials_update is not None: + _schema.password = cls._args_administrative_credentials_update.password + _schema.username = cls._args_administrative_credentials_update.username + return + + cls._args_administrative_credentials_update = AAZObjectArg() + + administrative_credentials_update = cls._args_administrative_credentials_update + administrative_credentials_update.password = AAZStrArg( + options=["password"], + help="The password of the administrator of the device used during initialization.", + required=True, + fmt=AAZStrArgFormat( + min_length=1, + ), + ) + administrative_credentials_update.username = AAZStrArg( + options=["username"], + help="The username of the administrator of the device used during initialization.", + required=True, + fmt=AAZStrArgFormat( + min_length=1, + ), + ) + + _schema.password = cls._args_administrative_credentials_update.password + _schema.username = cls._args_administrative_credentials_update.username + + _args_rack_definition_update = None + + @classmethod + def _build_args_rack_definition_update(cls, _schema): + if cls._args_rack_definition_update is not None: + _schema.availability_zone = cls._args_rack_definition_update.availability_zone + _schema.bare_metal_machine_configuration_data = cls._args_rack_definition_update.bare_metal_machine_configuration_data + _schema.network_rack_id = cls._args_rack_definition_update.network_rack_id + _schema.rack_location = cls._args_rack_definition_update.rack_location + _schema.rack_serial_number = cls._args_rack_definition_update.rack_serial_number + _schema.rack_sku_id = cls._args_rack_definition_update.rack_sku_id + _schema.storage_appliance_configuration_data = cls._args_rack_definition_update.storage_appliance_configuration_data + return + + cls._args_rack_definition_update = AAZObjectArg() + + rack_definition_update = cls._args_rack_definition_update + rack_definition_update.availability_zone = AAZStrArg( + options=["availability-zone"], + help="The zone name used for this rack when created.", + fmt=AAZStrArgFormat( + pattern="^[a-zA-Z0-9]{1,10}$", + ), + ) + rack_definition_update.bare_metal_machine_configuration_data = AAZListArg( + options=["bare-metal-machine-configuration-data"], + help="The unordered list of bare metal machine configuration.", + ) + rack_definition_update.network_rack_id = AAZStrArg( + options=["network-rack-id"], + help="The resource ID of the network rack that matches this rack definition.", + required=True, + ) + rack_definition_update.rack_location = AAZStrArg( + options=["rack-location"], + help="The free-form description of the rack's location.", + fmt=AAZStrArgFormat( + max_length=256, + ), + ) + rack_definition_update.rack_serial_number = AAZStrArg( + options=["rack-serial-number"], + help="The unique identifier for the rack within Network Cloud cluster. An alternate unique alphanumeric value other than a serial number may be provided if desired.", + required=True, + fmt=AAZStrArgFormat( + max_length=64, + min_length=1, + ), + ) + rack_definition_update.rack_sku_id = AAZStrArg( + options=["rack-sku-id"], + help="The resource ID of the sku for the rack being added.", + required=True, + ) + rack_definition_update.storage_appliance_configuration_data = AAZListArg( + options=["storage-appliance-configuration-data"], + help="The list of storage appliance configuration data for this rack.", + ) + + bare_metal_machine_configuration_data = cls._args_rack_definition_update.bare_metal_machine_configuration_data + bare_metal_machine_configuration_data.Element = AAZObjectArg() + + _element = cls._args_rack_definition_update.bare_metal_machine_configuration_data.Element + _element.bmc_credentials = AAZObjectArg( + options=["bmc-credentials"], + help="The credentials of the baseboard management controller on this bare metal machine.", + required=True, + ) + cls._build_args_administrative_credentials_update(_element.bmc_credentials) + _element.bmc_mac_address = AAZStrArg( + options=["bmc-mac-address"], + help="The MAC address of the BMC for this machine.", + required=True, + fmt=AAZStrArgFormat( + pattern="^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$", + ), + ) + _element.boot_mac_address = AAZStrArg( + options=["boot-mac-address"], + help="The MAC address associated with the PXE NIC card.", + required=True, + fmt=AAZStrArgFormat( + pattern="^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$", + ), + ) + _element.machine_details = AAZStrArg( + options=["machine-details"], + help="The free-form additional information about the machine, e.g. an asset tag.", + fmt=AAZStrArgFormat( + max_length=256, + ), + ) + _element.machine_name = AAZStrArg( + options=["machine-name"], + help="The user-provided name for the bare metal machine created from this specification. If not provided, the machine name will be generated programmatically.", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + _element.rack_slot = AAZIntArg( + options=["rack-slot"], + help="The slot the physical machine is in the rack based on the BOM configuration.", + required=True, + fmt=AAZIntArgFormat( + maximum=256, + minimum=1, + ), + ) + _element.serial_number = AAZStrArg( + options=["serial-number"], + help="The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag.", + required=True, + fmt=AAZStrArgFormat( + max_length=64, + ), + ) + + storage_appliance_configuration_data = cls._args_rack_definition_update.storage_appliance_configuration_data + storage_appliance_configuration_data.Element = AAZObjectArg() + + _element = cls._args_rack_definition_update.storage_appliance_configuration_data.Element + _element.admin_credentials = AAZObjectArg( + options=["admin-credentials"], + help="The credentials of the administrative interface on this storage appliance.", + required=True, + ) + cls._build_args_administrative_credentials_update(_element.admin_credentials) + _element.rack_slot = AAZIntArg( + options=["rack-slot"], + help="The slot that storage appliance is in the rack based on the BOM configuration.", + required=True, + fmt=AAZIntArgFormat( + maximum=256, + minimum=1, + ), + ) + _element.serial_number = AAZStrArg( + options=["serial-number"], + help="The serial number of the appliance.", + required=True, + ) + _element.storage_appliance_name = AAZStrArg( + options=["storage-appliance-name"], + help="The user-provided name for the storage appliance that will be created from this specification.", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + + _schema.availability_zone = cls._args_rack_definition_update.availability_zone + _schema.bare_metal_machine_configuration_data = cls._args_rack_definition_update.bare_metal_machine_configuration_data + _schema.network_rack_id = cls._args_rack_definition_update.network_rack_id + _schema.rack_location = cls._args_rack_definition_update.rack_location + _schema.rack_serial_number = cls._args_rack_definition_update.rack_serial_number + _schema.rack_sku_id = cls._args_rack_definition_update.rack_sku_id + _schema.storage_appliance_configuration_data = cls._args_rack_definition_update.storage_appliance_configuration_data + + def _execute_operations(self): + self.pre_operations() + yield self.ClustersUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class ClustersUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}", + **self.url_parameters + ) + + @property + def method(self): + return "PATCH" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"client_flatten": True}} + ) + _builder.set_prop("properties", AAZObjectType, typ_kwargs={"flags": {"client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + properties = _builder.get(".properties") + if properties is not None: + _UpdateHelper._build_schema_rack_definition_update(properties.set_prop("aggregatorOrSingleRackDefinition", AAZObjectType, ".aggregator_or_single_rack_definition")) + properties.set_prop("clusterLocation", AAZStrType, ".cluster_location") + properties.set_prop("clusterServicePrincipal", AAZObjectType, ".cluster_service_principal") + properties.set_prop("computeDeploymentThreshold", AAZObjectType, ".compute_deployment_threshold") + properties.set_prop("computeRackDefinitions", AAZListType, ".compute_rack_definitions") + + cluster_service_principal = _builder.get(".properties.clusterServicePrincipal") + if cluster_service_principal is not None: + cluster_service_principal.set_prop("applicationId", AAZStrType, ".application_id", typ_kwargs={"flags": {"required": True}}) + cluster_service_principal.set_prop("password", AAZStrType, ".password", typ_kwargs={"flags": {"required": True, "secret": True}}) + cluster_service_principal.set_prop("principalId", AAZStrType, ".principal_id", typ_kwargs={"flags": {"required": True}}) + cluster_service_principal.set_prop("tenantId", AAZStrType, ".tenant_id", typ_kwargs={"flags": {"required": True}}) + + compute_deployment_threshold = _builder.get(".properties.computeDeploymentThreshold") + if compute_deployment_threshold is not None: + compute_deployment_threshold.set_prop("grouping", AAZStrType, ".grouping", typ_kwargs={"flags": {"required": True}}) + compute_deployment_threshold.set_prop("type", AAZStrType, ".type", typ_kwargs={"flags": {"required": True}}) + compute_deployment_threshold.set_prop("value", AAZIntType, ".value", typ_kwargs={"flags": {"required": True}}) + + compute_rack_definitions = _builder.get(".properties.computeRackDefinitions") + if compute_rack_definitions is not None: + _UpdateHelper._build_schema_rack_definition_update(compute_rack_definitions.set_elements(AAZObjectType, ".")) + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _UpdateHelper._build_schema_cluster_read(cls._schema_on_200) + + return cls._schema_on_200 + + +class _UpdateHelper: + """Helper class for Update""" + + @classmethod + def _build_schema_administrative_credentials_update(cls, _builder): + if _builder is None: + return + _builder.set_prop("password", AAZStrType, ".password", typ_kwargs={"flags": {"required": True, "secret": True}}) + _builder.set_prop("username", AAZStrType, ".username", typ_kwargs={"flags": {"required": True}}) + + @classmethod + def _build_schema_rack_definition_update(cls, _builder): + if _builder is None: + return + _builder.set_prop("availabilityZone", AAZStrType, ".availability_zone") + _builder.set_prop("bareMetalMachineConfigurationData", AAZListType, ".bare_metal_machine_configuration_data") + _builder.set_prop("networkRackId", AAZStrType, ".network_rack_id", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("rackLocation", AAZStrType, ".rack_location") + _builder.set_prop("rackSerialNumber", AAZStrType, ".rack_serial_number", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("rackSkuId", AAZStrType, ".rack_sku_id", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("storageApplianceConfigurationData", AAZListType, ".storage_appliance_configuration_data") + + bare_metal_machine_configuration_data = _builder.get(".bareMetalMachineConfigurationData") + if bare_metal_machine_configuration_data is not None: + bare_metal_machine_configuration_data.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".bareMetalMachineConfigurationData[]") + if _elements is not None: + cls._build_schema_administrative_credentials_update(_elements.set_prop("bmcCredentials", AAZObjectType, ".bmc_credentials", typ_kwargs={"flags": {"required": True}})) + _elements.set_prop("bmcMacAddress", AAZStrType, ".bmc_mac_address", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("bootMacAddress", AAZStrType, ".boot_mac_address", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("machineDetails", AAZStrType, ".machine_details") + _elements.set_prop("machineName", AAZStrType, ".machine_name") + _elements.set_prop("rackSlot", AAZIntType, ".rack_slot", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("serialNumber", AAZStrType, ".serial_number", typ_kwargs={"flags": {"required": True}}) + + storage_appliance_configuration_data = _builder.get(".storageApplianceConfigurationData") + if storage_appliance_configuration_data is not None: + storage_appliance_configuration_data.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".storageApplianceConfigurationData[]") + if _elements is not None: + cls._build_schema_administrative_credentials_update(_elements.set_prop("adminCredentials", AAZObjectType, ".admin_credentials", typ_kwargs={"flags": {"required": True}})) + _elements.set_prop("rackSlot", AAZIntType, ".rack_slot", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("serialNumber", AAZStrType, ".serial_number", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("storageApplianceName", AAZStrType, ".storage_appliance_name") + + _schema_administrative_credentials_read = None + + @classmethod + def _build_schema_administrative_credentials_read(cls, _schema): + if cls._schema_administrative_credentials_read is not None: + _schema.password = cls._schema_administrative_credentials_read.password + _schema.username = cls._schema_administrative_credentials_read.username + return + + cls._schema_administrative_credentials_read = _schema_administrative_credentials_read = AAZObjectType() + + administrative_credentials_read = _schema_administrative_credentials_read + administrative_credentials_read.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + administrative_credentials_read.username = AAZStrType( + flags={"required": True}, + ) + + _schema.password = cls._schema_administrative_credentials_read.password + _schema.username = cls._schema_administrative_credentials_read.username + + _schema_cluster_read = None + + @classmethod + def _build_schema_cluster_read(cls, _schema): + if cls._schema_cluster_read is not None: + _schema.extended_location = cls._schema_cluster_read.extended_location + _schema.id = cls._schema_cluster_read.id + _schema.location = cls._schema_cluster_read.location + _schema.name = cls._schema_cluster_read.name + _schema.properties = cls._schema_cluster_read.properties + _schema.system_data = cls._schema_cluster_read.system_data + _schema.tags = cls._schema_cluster_read.tags + _schema.type = cls._schema_cluster_read.type + return + + cls._schema_cluster_read = _schema_cluster_read = AAZObjectType() + + cluster_read = _schema_cluster_read + cluster_read.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + cls._build_schema_extended_location_read(cluster_read.extended_location) + cluster_read.id = AAZStrType( + flags={"read_only": True}, + ) + cluster_read.location = AAZStrType( + flags={"required": True}, + ) + cluster_read.name = AAZStrType( + flags={"read_only": True}, + ) + cluster_read.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + cluster_read.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + cluster_read.tags = AAZDictType() + cluster_read.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = _schema_cluster_read.properties + properties.aggregator_or_single_rack_definition = AAZObjectType( + serialized_name="aggregatorOrSingleRackDefinition", + flags={"required": True}, + ) + cls._build_schema_rack_definition_read(properties.aggregator_or_single_rack_definition) + properties.analytics_workspace_id = AAZStrType( + serialized_name="analyticsWorkspaceId", + flags={"required": True}, + ) + properties.available_upgrade_versions = AAZListType( + serialized_name="availableUpgradeVersions", + flags={"read_only": True}, + ) + properties.cluster_capacity = AAZObjectType( + serialized_name="clusterCapacity", + ) + properties.cluster_connection_status = AAZStrType( + serialized_name="clusterConnectionStatus", + flags={"read_only": True}, + ) + properties.cluster_extended_location = AAZObjectType( + serialized_name="clusterExtendedLocation", + ) + cls._build_schema_extended_location_read(properties.cluster_extended_location) + properties.cluster_location = AAZStrType( + serialized_name="clusterLocation", + ) + properties.cluster_manager_connection_status = AAZStrType( + serialized_name="clusterManagerConnectionStatus", + flags={"read_only": True}, + ) + properties.cluster_manager_id = AAZStrType( + serialized_name="clusterManagerId", + flags={"read_only": True}, + ) + properties.cluster_service_principal = AAZObjectType( + serialized_name="clusterServicePrincipal", + ) + properties.cluster_type = AAZStrType( + serialized_name="clusterType", + flags={"required": True}, + ) + properties.cluster_version = AAZStrType( + serialized_name="clusterVersion", + flags={"required": True}, + ) + properties.compute_deployment_threshold = AAZObjectType( + serialized_name="computeDeploymentThreshold", + ) + properties.compute_rack_definitions = AAZListType( + serialized_name="computeRackDefinitions", + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_extended_location = AAZObjectType( + serialized_name="hybridAksExtendedLocation", + ) + cls._build_schema_extended_location_read(properties.hybrid_aks_extended_location) + properties.managed_resource_group_configuration = AAZObjectType( + serialized_name="managedResourceGroupConfiguration", + ) + properties.manual_action_count = AAZIntType( + serialized_name="manualActionCount", + flags={"read_only": True}, + ) + properties.network_fabric_id = AAZStrType( + serialized_name="networkFabricId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.support_expiry_date = AAZStrType( + serialized_name="supportExpiryDate", + flags={"read_only": True}, + ) + properties.workload_resource_ids = AAZListType( + serialized_name="workloadResourceIds", + flags={"read_only": True}, + ) + + available_upgrade_versions = _schema_cluster_read.properties.available_upgrade_versions + available_upgrade_versions.Element = AAZObjectType() + + _element = _schema_cluster_read.properties.available_upgrade_versions.Element + _element.control_impact = AAZStrType( + serialized_name="controlImpact", + flags={"read_only": True}, + ) + _element.expected_duration = AAZStrType( + serialized_name="expectedDuration", + flags={"read_only": True}, + ) + _element.impact_description = AAZStrType( + serialized_name="impactDescription", + flags={"read_only": True}, + ) + _element.support_expiry_date = AAZStrType( + serialized_name="supportExpiryDate", + flags={"read_only": True}, + ) + _element.target_cluster_version = AAZStrType( + serialized_name="targetClusterVersion", + flags={"read_only": True}, + ) + _element.workload_impact = AAZStrType( + serialized_name="workloadImpact", + flags={"read_only": True}, + ) + + cluster_capacity = _schema_cluster_read.properties.cluster_capacity + cluster_capacity.available_appliance_storage_gb = AAZIntType( + serialized_name="availableApplianceStorageGB", + ) + cluster_capacity.available_core_count = AAZIntType( + serialized_name="availableCoreCount", + ) + cluster_capacity.available_host_storage_gb = AAZIntType( + serialized_name="availableHostStorageGB", + ) + cluster_capacity.available_memory_gb = AAZIntType( + serialized_name="availableMemoryGB", + ) + cluster_capacity.total_appliance_storage_gb = AAZIntType( + serialized_name="totalApplianceStorageGB", + ) + cluster_capacity.total_core_count = AAZIntType( + serialized_name="totalCoreCount", + ) + cluster_capacity.total_host_storage_gb = AAZIntType( + serialized_name="totalHostStorageGB", + ) + cluster_capacity.total_memory_gb = AAZIntType( + serialized_name="totalMemoryGB", + ) + + cluster_service_principal = _schema_cluster_read.properties.cluster_service_principal + cluster_service_principal.application_id = AAZStrType( + serialized_name="applicationId", + flags={"required": True}, + ) + cluster_service_principal.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + cluster_service_principal.principal_id = AAZStrType( + serialized_name="principalId", + flags={"required": True}, + ) + cluster_service_principal.tenant_id = AAZStrType( + serialized_name="tenantId", + flags={"required": True}, + ) + + compute_deployment_threshold = _schema_cluster_read.properties.compute_deployment_threshold + compute_deployment_threshold.grouping = AAZStrType( + flags={"required": True}, + ) + compute_deployment_threshold.type = AAZStrType( + flags={"required": True}, + ) + compute_deployment_threshold.value = AAZIntType( + flags={"required": True}, + ) + + compute_rack_definitions = _schema_cluster_read.properties.compute_rack_definitions + compute_rack_definitions.Element = AAZObjectType() + cls._build_schema_rack_definition_read(compute_rack_definitions.Element) + + managed_resource_group_configuration = _schema_cluster_read.properties.managed_resource_group_configuration + managed_resource_group_configuration.location = AAZStrType() + managed_resource_group_configuration.name = AAZStrType() + + workload_resource_ids = _schema_cluster_read.properties.workload_resource_ids + workload_resource_ids.Element = AAZStrType() + + system_data = _schema_cluster_read.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = _schema_cluster_read.tags + tags.Element = AAZStrType() + + _schema.extended_location = cls._schema_cluster_read.extended_location + _schema.id = cls._schema_cluster_read.id + _schema.location = cls._schema_cluster_read.location + _schema.name = cls._schema_cluster_read.name + _schema.properties = cls._schema_cluster_read.properties + _schema.system_data = cls._schema_cluster_read.system_data + _schema.tags = cls._schema_cluster_read.tags + _schema.type = cls._schema_cluster_read.type + + _schema_extended_location_read = None + + @classmethod + def _build_schema_extended_location_read(cls, _schema): + if cls._schema_extended_location_read is not None: + _schema.name = cls._schema_extended_location_read.name + _schema.type = cls._schema_extended_location_read.type + return + + cls._schema_extended_location_read = _schema_extended_location_read = AAZObjectType() + + extended_location_read = _schema_extended_location_read + extended_location_read.name = AAZStrType( + flags={"required": True}, + ) + extended_location_read.type = AAZStrType( + flags={"required": True}, + ) + + _schema.name = cls._schema_extended_location_read.name + _schema.type = cls._schema_extended_location_read.type + + _schema_rack_definition_read = None + + @classmethod + def _build_schema_rack_definition_read(cls, _schema): + if cls._schema_rack_definition_read is not None: + _schema.availability_zone = cls._schema_rack_definition_read.availability_zone + _schema.bare_metal_machine_configuration_data = cls._schema_rack_definition_read.bare_metal_machine_configuration_data + _schema.network_rack_id = cls._schema_rack_definition_read.network_rack_id + _schema.rack_location = cls._schema_rack_definition_read.rack_location + _schema.rack_serial_number = cls._schema_rack_definition_read.rack_serial_number + _schema.rack_sku_id = cls._schema_rack_definition_read.rack_sku_id + _schema.storage_appliance_configuration_data = cls._schema_rack_definition_read.storage_appliance_configuration_data + return + + cls._schema_rack_definition_read = _schema_rack_definition_read = AAZObjectType() + + rack_definition_read = _schema_rack_definition_read + rack_definition_read.availability_zone = AAZStrType( + serialized_name="availabilityZone", + ) + rack_definition_read.bare_metal_machine_configuration_data = AAZListType( + serialized_name="bareMetalMachineConfigurationData", + ) + rack_definition_read.network_rack_id = AAZStrType( + serialized_name="networkRackId", + flags={"required": True}, + ) + rack_definition_read.rack_location = AAZStrType( + serialized_name="rackLocation", + ) + rack_definition_read.rack_serial_number = AAZStrType( + serialized_name="rackSerialNumber", + flags={"required": True}, + ) + rack_definition_read.rack_sku_id = AAZStrType( + serialized_name="rackSkuId", + flags={"required": True}, + ) + rack_definition_read.storage_appliance_configuration_data = AAZListType( + serialized_name="storageApplianceConfigurationData", + ) + + bare_metal_machine_configuration_data = _schema_rack_definition_read.bare_metal_machine_configuration_data + bare_metal_machine_configuration_data.Element = AAZObjectType() + + _element = _schema_rack_definition_read.bare_metal_machine_configuration_data.Element + _element.bmc_connection_string = AAZStrType( + serialized_name="bmcConnectionString", + flags={"read_only": True}, + ) + _element.bmc_credentials = AAZObjectType( + serialized_name="bmcCredentials", + flags={"required": True}, + ) + cls._build_schema_administrative_credentials_read(_element.bmc_credentials) + _element.bmc_mac_address = AAZStrType( + serialized_name="bmcMacAddress", + flags={"required": True}, + ) + _element.boot_mac_address = AAZStrType( + serialized_name="bootMacAddress", + flags={"required": True}, + ) + _element.machine_details = AAZStrType( + serialized_name="machineDetails", + ) + _element.machine_name = AAZStrType( + serialized_name="machineName", + ) + _element.rack_slot = AAZIntType( + serialized_name="rackSlot", + flags={"required": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"required": True}, + ) + + storage_appliance_configuration_data = _schema_rack_definition_read.storage_appliance_configuration_data + storage_appliance_configuration_data.Element = AAZObjectType() + + _element = _schema_rack_definition_read.storage_appliance_configuration_data.Element + _element.admin_credentials = AAZObjectType( + serialized_name="adminCredentials", + flags={"required": True}, + ) + cls._build_schema_administrative_credentials_read(_element.admin_credentials) + _element.rack_slot = AAZIntType( + serialized_name="rackSlot", + flags={"required": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"required": True}, + ) + _element.storage_appliance_name = AAZStrType( + serialized_name="storageApplianceName", + ) + + _schema.availability_zone = cls._schema_rack_definition_read.availability_zone + _schema.bare_metal_machine_configuration_data = cls._schema_rack_definition_read.bare_metal_machine_configuration_data + _schema.network_rack_id = cls._schema_rack_definition_read.network_rack_id + _schema.rack_location = cls._schema_rack_definition_read.rack_location + _schema.rack_serial_number = cls._schema_rack_definition_read.rack_serial_number + _schema.rack_sku_id = cls._schema_rack_definition_read.rack_sku_id + _schema.storage_appliance_configuration_data = cls._schema_rack_definition_read.storage_appliance_configuration_data + + +__all__ = ["Update"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_update_version.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_update_version.py new file mode 100644 index 00000000000..1b66a4a2b24 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_update_version.py @@ -0,0 +1,325 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cluster update-version", + is_experimental=True, +) +class UpdateVersion(AAZCommand): + """Update the version of the provided cluster to one of the available supported versions. + + :example: Update cluster version + az networkcloud cluster update-version --cluster-name "clusterName" --target-cluster-version "2.0" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/updateversion", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.cluster_name = AAZStrArg( + options=["-n", "--name", "--cluster-name"], + help="The name of the cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "ClusterUpdateVersionParameters" + + _args_schema = cls._args_schema + _args_schema.target_cluster_version = AAZStrArg( + options=["--target-cluster-version"], + arg_group="ClusterUpdateVersionParameters", + help="The version to be applied to the cluster during update.", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.ClustersUpdateVersion(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class ClustersUpdateVersion(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/updateVersion", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("targetClusterVersion", AAZStrType, ".target_cluster_version", typ_kwargs={"flags": {"required": True}}) + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _UpdateVersionHelper._build_schema_operation_status_result_read(cls._schema_on_200) + + return cls._schema_on_200 + + def on_204(self, session): + pass + + +class _UpdateVersionHelper: + """Helper class for UpdateVersion""" + + _schema_error_detail_read = None + + @classmethod + def _build_schema_error_detail_read(cls, _schema): + if cls._schema_error_detail_read is not None: + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + return + + cls._schema_error_detail_read = _schema_error_detail_read = AAZObjectType() + + error_detail_read = _schema_error_detail_read + error_detail_read.additional_info = AAZListType( + serialized_name="additionalInfo", + flags={"read_only": True}, + ) + error_detail_read.code = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.details = AAZListType( + flags={"read_only": True}, + ) + error_detail_read.message = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.target = AAZStrType( + flags={"read_only": True}, + ) + + additional_info = _schema_error_detail_read.additional_info + additional_info.Element = AAZObjectType() + + _element = _schema_error_detail_read.additional_info.Element + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + details = _schema_error_detail_read.details + details.Element = AAZObjectType() + cls._build_schema_error_detail_read(details.Element) + + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + + _schema_operation_status_result_read = None + + @classmethod + def _build_schema_operation_status_result_read(cls, _schema): + if cls._schema_operation_status_result_read is not None: + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + return + + cls._schema_operation_status_result_read = _schema_operation_status_result_read = AAZObjectType() + + operation_status_result_read = _schema_operation_status_result_read + operation_status_result_read.end_time = AAZStrType( + serialized_name="endTime", + ) + operation_status_result_read.error = AAZObjectType() + cls._build_schema_error_detail_read(operation_status_result_read.error) + operation_status_result_read.id = AAZStrType() + operation_status_result_read.name = AAZStrType() + operation_status_result_read.operations = AAZListType() + operation_status_result_read.percent_complete = AAZFloatType( + serialized_name="percentComplete", + ) + operation_status_result_read.resource_id = AAZStrType( + serialized_name="resourceId", + flags={"read_only": True}, + ) + operation_status_result_read.start_time = AAZStrType( + serialized_name="startTime", + ) + operation_status_result_read.status = AAZStrType( + flags={"required": True}, + ) + + operations = _schema_operation_status_result_read.operations + operations.Element = AAZObjectType() + cls._build_schema_operation_status_result_read(operations.Element) + + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + + +__all__ = ["UpdateVersion"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_wait.py new file mode 100644 index 00000000000..295f82a525e --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_wait.py @@ -0,0 +1,545 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cluster wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.cluster_name = AAZStrArg( + options=["-n", "--name", "--cluster-name"], + help="The name of the cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.ClustersGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class ClustersGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _WaitHelper._build_schema_extended_location_read(_schema_on_200.extended_location) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.aggregator_or_single_rack_definition = AAZObjectType( + serialized_name="aggregatorOrSingleRackDefinition", + flags={"required": True}, + ) + _WaitHelper._build_schema_rack_definition_read(properties.aggregator_or_single_rack_definition) + properties.analytics_workspace_id = AAZStrType( + serialized_name="analyticsWorkspaceId", + flags={"required": True}, + ) + properties.available_upgrade_versions = AAZListType( + serialized_name="availableUpgradeVersions", + flags={"read_only": True}, + ) + properties.cluster_capacity = AAZObjectType( + serialized_name="clusterCapacity", + ) + properties.cluster_connection_status = AAZStrType( + serialized_name="clusterConnectionStatus", + flags={"read_only": True}, + ) + properties.cluster_extended_location = AAZObjectType( + serialized_name="clusterExtendedLocation", + ) + _WaitHelper._build_schema_extended_location_read(properties.cluster_extended_location) + properties.cluster_location = AAZStrType( + serialized_name="clusterLocation", + ) + properties.cluster_manager_connection_status = AAZStrType( + serialized_name="clusterManagerConnectionStatus", + flags={"read_only": True}, + ) + properties.cluster_manager_id = AAZStrType( + serialized_name="clusterManagerId", + flags={"read_only": True}, + ) + properties.cluster_service_principal = AAZObjectType( + serialized_name="clusterServicePrincipal", + ) + properties.cluster_type = AAZStrType( + serialized_name="clusterType", + flags={"required": True}, + ) + properties.cluster_version = AAZStrType( + serialized_name="clusterVersion", + flags={"required": True}, + ) + properties.compute_deployment_threshold = AAZObjectType( + serialized_name="computeDeploymentThreshold", + ) + properties.compute_rack_definitions = AAZListType( + serialized_name="computeRackDefinitions", + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_extended_location = AAZObjectType( + serialized_name="hybridAksExtendedLocation", + ) + _WaitHelper._build_schema_extended_location_read(properties.hybrid_aks_extended_location) + properties.managed_resource_group_configuration = AAZObjectType( + serialized_name="managedResourceGroupConfiguration", + ) + properties.manual_action_count = AAZIntType( + serialized_name="manualActionCount", + flags={"read_only": True}, + ) + properties.network_fabric_id = AAZStrType( + serialized_name="networkFabricId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.support_expiry_date = AAZStrType( + serialized_name="supportExpiryDate", + flags={"read_only": True}, + ) + properties.workload_resource_ids = AAZListType( + serialized_name="workloadResourceIds", + flags={"read_only": True}, + ) + + available_upgrade_versions = cls._schema_on_200.properties.available_upgrade_versions + available_upgrade_versions.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.available_upgrade_versions.Element + _element.control_impact = AAZStrType( + serialized_name="controlImpact", + flags={"read_only": True}, + ) + _element.expected_duration = AAZStrType( + serialized_name="expectedDuration", + flags={"read_only": True}, + ) + _element.impact_description = AAZStrType( + serialized_name="impactDescription", + flags={"read_only": True}, + ) + _element.support_expiry_date = AAZStrType( + serialized_name="supportExpiryDate", + flags={"read_only": True}, + ) + _element.target_cluster_version = AAZStrType( + serialized_name="targetClusterVersion", + flags={"read_only": True}, + ) + _element.workload_impact = AAZStrType( + serialized_name="workloadImpact", + flags={"read_only": True}, + ) + + cluster_capacity = cls._schema_on_200.properties.cluster_capacity + cluster_capacity.available_appliance_storage_gb = AAZIntType( + serialized_name="availableApplianceStorageGB", + ) + cluster_capacity.available_core_count = AAZIntType( + serialized_name="availableCoreCount", + ) + cluster_capacity.available_host_storage_gb = AAZIntType( + serialized_name="availableHostStorageGB", + ) + cluster_capacity.available_memory_gb = AAZIntType( + serialized_name="availableMemoryGB", + ) + cluster_capacity.total_appliance_storage_gb = AAZIntType( + serialized_name="totalApplianceStorageGB", + ) + cluster_capacity.total_core_count = AAZIntType( + serialized_name="totalCoreCount", + ) + cluster_capacity.total_host_storage_gb = AAZIntType( + serialized_name="totalHostStorageGB", + ) + cluster_capacity.total_memory_gb = AAZIntType( + serialized_name="totalMemoryGB", + ) + + cluster_service_principal = cls._schema_on_200.properties.cluster_service_principal + cluster_service_principal.application_id = AAZStrType( + serialized_name="applicationId", + flags={"required": True}, + ) + cluster_service_principal.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + cluster_service_principal.principal_id = AAZStrType( + serialized_name="principalId", + flags={"required": True}, + ) + cluster_service_principal.tenant_id = AAZStrType( + serialized_name="tenantId", + flags={"required": True}, + ) + + compute_deployment_threshold = cls._schema_on_200.properties.compute_deployment_threshold + compute_deployment_threshold.grouping = AAZStrType( + flags={"required": True}, + ) + compute_deployment_threshold.type = AAZStrType( + flags={"required": True}, + ) + compute_deployment_threshold.value = AAZIntType( + flags={"required": True}, + ) + + compute_rack_definitions = cls._schema_on_200.properties.compute_rack_definitions + compute_rack_definitions.Element = AAZObjectType() + _WaitHelper._build_schema_rack_definition_read(compute_rack_definitions.Element) + + managed_resource_group_configuration = cls._schema_on_200.properties.managed_resource_group_configuration + managed_resource_group_configuration.location = AAZStrType() + managed_resource_group_configuration.name = AAZStrType() + + workload_resource_ids = cls._schema_on_200.properties.workload_resource_ids + workload_resource_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + _schema_administrative_credentials_read = None + + @classmethod + def _build_schema_administrative_credentials_read(cls, _schema): + if cls._schema_administrative_credentials_read is not None: + _schema.password = cls._schema_administrative_credentials_read.password + _schema.username = cls._schema_administrative_credentials_read.username + return + + cls._schema_administrative_credentials_read = _schema_administrative_credentials_read = AAZObjectType() + + administrative_credentials_read = _schema_administrative_credentials_read + administrative_credentials_read.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + administrative_credentials_read.username = AAZStrType( + flags={"required": True}, + ) + + _schema.password = cls._schema_administrative_credentials_read.password + _schema.username = cls._schema_administrative_credentials_read.username + + _schema_extended_location_read = None + + @classmethod + def _build_schema_extended_location_read(cls, _schema): + if cls._schema_extended_location_read is not None: + _schema.name = cls._schema_extended_location_read.name + _schema.type = cls._schema_extended_location_read.type + return + + cls._schema_extended_location_read = _schema_extended_location_read = AAZObjectType() + + extended_location_read = _schema_extended_location_read + extended_location_read.name = AAZStrType( + flags={"required": True}, + ) + extended_location_read.type = AAZStrType( + flags={"required": True}, + ) + + _schema.name = cls._schema_extended_location_read.name + _schema.type = cls._schema_extended_location_read.type + + _schema_rack_definition_read = None + + @classmethod + def _build_schema_rack_definition_read(cls, _schema): + if cls._schema_rack_definition_read is not None: + _schema.availability_zone = cls._schema_rack_definition_read.availability_zone + _schema.bare_metal_machine_configuration_data = cls._schema_rack_definition_read.bare_metal_machine_configuration_data + _schema.network_rack_id = cls._schema_rack_definition_read.network_rack_id + _schema.rack_location = cls._schema_rack_definition_read.rack_location + _schema.rack_serial_number = cls._schema_rack_definition_read.rack_serial_number + _schema.rack_sku_id = cls._schema_rack_definition_read.rack_sku_id + _schema.storage_appliance_configuration_data = cls._schema_rack_definition_read.storage_appliance_configuration_data + return + + cls._schema_rack_definition_read = _schema_rack_definition_read = AAZObjectType() + + rack_definition_read = _schema_rack_definition_read + rack_definition_read.availability_zone = AAZStrType( + serialized_name="availabilityZone", + ) + rack_definition_read.bare_metal_machine_configuration_data = AAZListType( + serialized_name="bareMetalMachineConfigurationData", + ) + rack_definition_read.network_rack_id = AAZStrType( + serialized_name="networkRackId", + flags={"required": True}, + ) + rack_definition_read.rack_location = AAZStrType( + serialized_name="rackLocation", + ) + rack_definition_read.rack_serial_number = AAZStrType( + serialized_name="rackSerialNumber", + flags={"required": True}, + ) + rack_definition_read.rack_sku_id = AAZStrType( + serialized_name="rackSkuId", + flags={"required": True}, + ) + rack_definition_read.storage_appliance_configuration_data = AAZListType( + serialized_name="storageApplianceConfigurationData", + ) + + bare_metal_machine_configuration_data = _schema_rack_definition_read.bare_metal_machine_configuration_data + bare_metal_machine_configuration_data.Element = AAZObjectType() + + _element = _schema_rack_definition_read.bare_metal_machine_configuration_data.Element + _element.bmc_connection_string = AAZStrType( + serialized_name="bmcConnectionString", + flags={"read_only": True}, + ) + _element.bmc_credentials = AAZObjectType( + serialized_name="bmcCredentials", + flags={"required": True}, + ) + cls._build_schema_administrative_credentials_read(_element.bmc_credentials) + _element.bmc_mac_address = AAZStrType( + serialized_name="bmcMacAddress", + flags={"required": True}, + ) + _element.boot_mac_address = AAZStrType( + serialized_name="bootMacAddress", + flags={"required": True}, + ) + _element.machine_details = AAZStrType( + serialized_name="machineDetails", + ) + _element.machine_name = AAZStrType( + serialized_name="machineName", + ) + _element.rack_slot = AAZIntType( + serialized_name="rackSlot", + flags={"required": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"required": True}, + ) + + storage_appliance_configuration_data = _schema_rack_definition_read.storage_appliance_configuration_data + storage_appliance_configuration_data.Element = AAZObjectType() + + _element = _schema_rack_definition_read.storage_appliance_configuration_data.Element + _element.admin_credentials = AAZObjectType( + serialized_name="adminCredentials", + flags={"required": True}, + ) + cls._build_schema_administrative_credentials_read(_element.admin_credentials) + _element.rack_slot = AAZIntType( + serialized_name="rackSlot", + flags={"required": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"required": True}, + ) + _element.storage_appliance_name = AAZStrType( + serialized_name="storageApplianceName", + ) + + _schema.availability_zone = cls._schema_rack_definition_read.availability_zone + _schema.bare_metal_machine_configuration_data = cls._schema_rack_definition_read.bare_metal_machine_configuration_data + _schema.network_rack_id = cls._schema_rack_definition_read.network_rack_id + _schema.rack_location = cls._schema_rack_definition_read.rack_location + _schema.rack_serial_number = cls._schema_rack_definition_read.rack_serial_number + _schema.rack_sku_id = cls._schema_rack_definition_read.rack_sku_id + _schema.storage_appliance_configuration_data = cls._schema_rack_definition_read.storage_appliance_configuration_data + + +__all__ = ["Wait"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/__cmd_group.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/__cmd_group.py new file mode 100644 index 00000000000..b3a32404039 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/__cmd_group.py @@ -0,0 +1,24 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkcloud cluster baremetalmachinekeyset", + is_experimental=True, +) +class __CMDGroup(AAZCommandGroup): + """Manage cluster's bare metal machine key set + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/__init__.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/__init__.py new file mode 100644 index 00000000000..db73033039b --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/__init__.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._list import * +from ._show import * +from ._update import * +from ._wait import * diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_create.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_create.py new file mode 100644 index 00000000000..80327582c3c --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_create.py @@ -0,0 +1,504 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cluster baremetalmachinekeyset create", + is_experimental=True, +) +class Create(AAZCommand): + """Create a new bare metal machine key set or update the existing one for the provided cluster. + + :example: Create or update bare metal machine key set of cluster + az networkcloud cluster baremetalmachinekeyset create --name "bareMetalMachineKeySetName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --azure-group-id "f110271b-XXXX-4163-9b99-214d91660f0e" --expiration "2022-12-31T23:59:59.008Z" --jump-hosts-allowed "192.0.2.1" "192.0.2.5" --os-group-name "standardAccessGroup" --privilege-level "Standard" --user-list "[{description:'User description',azureUserName:userABC,sshPublicKey:{keyData:'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWtG2RiEGfXs+RK19UmovAJiIVUbT6YaYc/t5SjWU=admin@vm'}}]" --tags key1="myvalue1" key2="myvalue2" --cluster-name "clusterName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/baremetalmachinekeysets/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.bare_metal_machine_key_set_name = AAZStrArg( + options=["-n", "--name", "--bare-metal-machine-key-set-name"], + help="The name of the bare metal machine key set.", + required=True, + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.cluster_name = AAZStrArg( + options=["--cluster-name"], + help="The name of the cluster.", + required=True, + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "BareMetalMachineKeySetParameters" + + _args_schema = cls._args_schema + _args_schema.extended_location = AAZObjectArg( + options=["--extended-location"], + arg_group="BareMetalMachineKeySetParameters", + help="The extended location of the cluster associated with the resource.", + required=True, + ) + _args_schema.location = AAZResourceLocationArg( + arg_group="BareMetalMachineKeySetParameters", + help="The geo-location where the resource lives", + required=True, + fmt=AAZResourceLocationArgFormat( + resource_group_arg="resource_group", + ), + ) + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="BareMetalMachineKeySetParameters", + help="Resource tags.", + ) + + extended_location = cls._args_schema.extended_location + extended_location.name = AAZStrArg( + options=["name"], + help="The resource ID of the extended location on which the resource will be created.", + required=True, + ) + extended_location.type = AAZStrArg( + options=["type"], + help="The extended location type, for example, CustomLocation.", + required=True, + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.azure_group_id = AAZStrArg( + options=["--azure-group-id"], + arg_group="Properties", + help="The object ID of Azure Active Directory group that all users in the list must be in for access to be granted. Users that are not in the group will not have access.", + required=True, + ) + _args_schema.expiration = AAZDateTimeArg( + options=["--expiration"], + arg_group="Properties", + help="The date and time after which the users in this key set will be removed from the bare metal machines.", + required=True, + ) + _args_schema.jump_hosts_allowed = AAZListArg( + options=["--jump-hosts-allowed"], + arg_group="Properties", + help="The list of IP addresses of jump hosts with management network access from which a login will be allowed for the users.", + required=True, + ) + _args_schema.os_group_name = AAZStrArg( + options=["--os-group-name"], + arg_group="Properties", + help="The name of the group that users will be assigned to on the operating system of the machines.", + fmt=AAZStrArgFormat( + pattern="^([A-Za-z]([A-Za-z0-9]*))$", + max_length=32, + ), + ) + _args_schema.privilege_level = AAZStrArg( + options=["--privilege-level"], + arg_group="Properties", + help="The access level allowed for the users in this key set.", + required=True, + enum={"Standard": "Standard", "Superuser": "Superuser"}, + ) + _args_schema.user_list = AAZListArg( + options=["--user-list"], + arg_group="Properties", + help="The unique list of permitted users.", + required=True, + ) + + jump_hosts_allowed = cls._args_schema.jump_hosts_allowed + jump_hosts_allowed.Element = AAZStrArg() + + user_list = cls._args_schema.user_list + user_list.Element = AAZObjectArg() + + _element = cls._args_schema.user_list.Element + _element.azure_user_name = AAZStrArg( + options=["azure-user-name"], + help="The Azure Active Directory user name (email name).", + required=True, + ) + _element.description = AAZStrArg( + options=["description"], + help="The free-form description for this user.", + fmt=AAZStrArgFormat( + max_length=256, + ), + ) + _element.ssh_public_key = AAZObjectArg( + options=["ssh-public-key"], + help="The SSH public key for this user.", + required=True, + ) + + ssh_public_key = cls._args_schema.user_list.Element.ssh_public_key + ssh_public_key.key_data = AAZStrArg( + options=["key-data"], + help="The public ssh key of the user.", + required=True, + fmt=AAZStrArgFormat( + min_length=1, + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.BareMetalMachineKeySetsCreateOrUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class BareMetalMachineKeySetsCreateOrUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/bareMetalMachineKeySets/{bareMetalMachineKeySetName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "bareMetalMachineKeySetName", self.ctx.args.bare_metal_machine_key_set_name, + required=True, + ), + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("extendedLocation", AAZObjectType, ".extended_location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("location", AAZStrType, ".location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("properties", AAZObjectType, ".", typ_kwargs={"flags": {"required": True, "client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + extended_location = _builder.get(".extendedLocation") + if extended_location is not None: + extended_location.set_prop("name", AAZStrType, ".name", typ_kwargs={"flags": {"required": True}}) + extended_location.set_prop("type", AAZStrType, ".type", typ_kwargs={"flags": {"required": True}}) + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("azureGroupId", AAZStrType, ".azure_group_id", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("expiration", AAZStrType, ".expiration", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("jumpHostsAllowed", AAZListType, ".jump_hosts_allowed", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("osGroupName", AAZStrType, ".os_group_name") + properties.set_prop("privilegeLevel", AAZStrType, ".privilege_level", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("userList", AAZListType, ".user_list", typ_kwargs={"flags": {"required": True}}) + + jump_hosts_allowed = _builder.get(".properties.jumpHostsAllowed") + if jump_hosts_allowed is not None: + jump_hosts_allowed.set_elements(AAZStrType, ".") + + user_list = _builder.get(".properties.userList") + if user_list is not None: + user_list.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.userList[]") + if _elements is not None: + _elements.set_prop("azureUserName", AAZStrType, ".azure_user_name", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("description", AAZStrType, ".description") + _elements.set_prop("sshPublicKey", AAZObjectType, ".ssh_public_key", typ_kwargs={"flags": {"required": True}}) + + ssh_public_key = _builder.get(".properties.userList[].sshPublicKey") + if ssh_public_key is not None: + ssh_public_key.set_prop("keyData", AAZStrType, ".key_data", typ_kwargs={"flags": {"required": True}}) + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + + _schema_on_200_201 = cls._schema_on_200_201 + _schema_on_200_201.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200_201.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200_201.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200_201.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200_201.tags = AAZDictType() + _schema_on_200_201.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200_201.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200_201.properties + properties.azure_group_id = AAZStrType( + serialized_name="azureGroupId", + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.expiration = AAZStrType( + flags={"required": True}, + ) + properties.jump_hosts_allowed = AAZListType( + serialized_name="jumpHostsAllowed", + flags={"required": True}, + ) + properties.last_validation = AAZStrType( + serialized_name="lastValidation", + flags={"read_only": True}, + ) + properties.os_group_name = AAZStrType( + serialized_name="osGroupName", + ) + properties.privilege_level = AAZStrType( + serialized_name="privilegeLevel", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.user_list = AAZListType( + serialized_name="userList", + flags={"required": True}, + ) + properties.user_list_status = AAZListType( + serialized_name="userListStatus", + flags={"read_only": True}, + ) + + jump_hosts_allowed = cls._schema_on_200_201.properties.jump_hosts_allowed + jump_hosts_allowed.Element = AAZStrType() + + user_list = cls._schema_on_200_201.properties.user_list + user_list.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.user_list.Element + _element.azure_user_name = AAZStrType( + serialized_name="azureUserName", + flags={"required": True}, + ) + _element.description = AAZStrType() + _element.ssh_public_key = AAZObjectType( + serialized_name="sshPublicKey", + flags={"required": True}, + ) + + ssh_public_key = cls._schema_on_200_201.properties.user_list.Element.ssh_public_key + ssh_public_key.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + user_list_status = cls._schema_on_200_201.properties.user_list_status + user_list_status.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.user_list_status.Element + _element.azure_user_name = AAZStrType( + serialized_name="azureUserName", + flags={"read_only": True}, + ) + _element.status = AAZStrType( + flags={"read_only": True}, + ) + _element.status_message = AAZStrType( + serialized_name="statusMessage", + flags={"read_only": True}, + ) + + system_data = cls._schema_on_200_201.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200_201.tags + tags.Element = AAZStrType() + + return cls._schema_on_200_201 + + +class _CreateHelper: + """Helper class for Create""" + + +__all__ = ["Create"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_delete.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_delete.py new file mode 100644 index 00000000000..769e0473b81 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_delete.py @@ -0,0 +1,180 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cluster baremetalmachinekeyset delete", + is_experimental=True, + confirmation="Are you sure you want to perform this operation?", +) +class Delete(AAZCommand): + """Delete the bare metal machine key set of the provided cluster. + + :example: Delete bare metal machine key set of cluster + az networkcloud cluster baremetalmachinekeyset delete --name "bareMetalMachineKeySetName" --cluster-name "clusterName" --resource-group "resourceGroupName + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/baremetalmachinekeysets/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.bare_metal_machine_key_set_name = AAZStrArg( + options=["-n", "--name", "--bare-metal-machine-key-set-name"], + help="The name of the bare metal machine key set.", + required=True, + id_part="child_name_1", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.cluster_name = AAZStrArg( + options=["--cluster-name"], + help="The name of the cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.BareMetalMachineKeySetsDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class BareMetalMachineKeySetsDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/bareMetalMachineKeySets/{bareMetalMachineKeySetName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "bareMetalMachineKeySetName", self.ctx.args.bare_metal_machine_key_set_name, + required=True, + ), + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_list.py new file mode 100644 index 00000000000..ede817b761b --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_list.py @@ -0,0 +1,314 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cluster baremetalmachinekeyset list", + is_experimental=True, +) +class List(AAZCommand): + """List bare metal machine key sets of the cluster. + + :example: List bare metal machine key sets of the cluster + az networkcloud cluster baremetalmachinekeyset list --cluster-name "clusterName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/baremetalmachinekeysets", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.cluster_name = AAZStrArg( + options=["--cluster-name"], + help="The name of the cluster.", + required=True, + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.BareMetalMachineKeySetsListByResourceGroup(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class BareMetalMachineKeySetsListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/bareMetalMachineKeySets", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.azure_group_id = AAZStrType( + serialized_name="azureGroupId", + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.expiration = AAZStrType( + flags={"required": True}, + ) + properties.jump_hosts_allowed = AAZListType( + serialized_name="jumpHostsAllowed", + flags={"required": True}, + ) + properties.last_validation = AAZStrType( + serialized_name="lastValidation", + flags={"read_only": True}, + ) + properties.os_group_name = AAZStrType( + serialized_name="osGroupName", + ) + properties.privilege_level = AAZStrType( + serialized_name="privilegeLevel", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.user_list = AAZListType( + serialized_name="userList", + flags={"required": True}, + ) + properties.user_list_status = AAZListType( + serialized_name="userListStatus", + flags={"read_only": True}, + ) + + jump_hosts_allowed = cls._schema_on_200.value.Element.properties.jump_hosts_allowed + jump_hosts_allowed.Element = AAZStrType() + + user_list = cls._schema_on_200.value.Element.properties.user_list + user_list.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.user_list.Element + _element.azure_user_name = AAZStrType( + serialized_name="azureUserName", + flags={"required": True}, + ) + _element.description = AAZStrType() + _element.ssh_public_key = AAZObjectType( + serialized_name="sshPublicKey", + flags={"required": True}, + ) + + ssh_public_key = cls._schema_on_200.value.Element.properties.user_list.Element.ssh_public_key + ssh_public_key.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + user_list_status = cls._schema_on_200.value.Element.properties.user_list_status + user_list_status.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.user_list_status.Element + _element.azure_user_name = AAZStrType( + serialized_name="azureUserName", + flags={"read_only": True}, + ) + _element.status = AAZStrType( + flags={"read_only": True}, + ) + _element.status_message = AAZStrType( + serialized_name="statusMessage", + flags={"read_only": True}, + ) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_show.py new file mode 100644 index 00000000000..980114833fe --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_show.py @@ -0,0 +1,319 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cluster baremetalmachinekeyset show", + is_experimental=True, +) +class Show(AAZCommand): + """Get bare metal machine key set of the provided cluster. + + :example: Get bare metal machine key set of cluster + az networkcloud cluster baremetalmachinekeyset show --name "bareMetalMachineKeySetName" --cluster-name "clusterName" --resource-group "resourceGroupName + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/baremetalmachinekeysets/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.bare_metal_machine_key_set_name = AAZStrArg( + options=["-n", "--name", "--bare-metal-machine-key-set-name"], + help="The name of the bare metal machine key set.", + required=True, + id_part="child_name_1", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.cluster_name = AAZStrArg( + options=["--cluster-name"], + help="The name of the cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.BareMetalMachineKeySetsGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class BareMetalMachineKeySetsGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/bareMetalMachineKeySets/{bareMetalMachineKeySetName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "bareMetalMachineKeySetName", self.ctx.args.bare_metal_machine_key_set_name, + required=True, + ), + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.azure_group_id = AAZStrType( + serialized_name="azureGroupId", + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.expiration = AAZStrType( + flags={"required": True}, + ) + properties.jump_hosts_allowed = AAZListType( + serialized_name="jumpHostsAllowed", + flags={"required": True}, + ) + properties.last_validation = AAZStrType( + serialized_name="lastValidation", + flags={"read_only": True}, + ) + properties.os_group_name = AAZStrType( + serialized_name="osGroupName", + ) + properties.privilege_level = AAZStrType( + serialized_name="privilegeLevel", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.user_list = AAZListType( + serialized_name="userList", + flags={"required": True}, + ) + properties.user_list_status = AAZListType( + serialized_name="userListStatus", + flags={"read_only": True}, + ) + + jump_hosts_allowed = cls._schema_on_200.properties.jump_hosts_allowed + jump_hosts_allowed.Element = AAZStrType() + + user_list = cls._schema_on_200.properties.user_list + user_list.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.user_list.Element + _element.azure_user_name = AAZStrType( + serialized_name="azureUserName", + flags={"required": True}, + ) + _element.description = AAZStrType() + _element.ssh_public_key = AAZObjectType( + serialized_name="sshPublicKey", + flags={"required": True}, + ) + + ssh_public_key = cls._schema_on_200.properties.user_list.Element.ssh_public_key + ssh_public_key.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + user_list_status = cls._schema_on_200.properties.user_list_status + user_list_status.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.user_list_status.Element + _element.azure_user_name = AAZStrType( + serialized_name="azureUserName", + flags={"read_only": True}, + ) + _element.status = AAZStrType( + flags={"read_only": True}, + ) + _element.status_message = AAZStrType( + serialized_name="statusMessage", + flags={"read_only": True}, + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_update.py new file mode 100644 index 00000000000..82209089390 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_update.py @@ -0,0 +1,472 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cluster baremetalmachinekeyset update", + is_experimental=True, +) +class Update(AAZCommand): + """Update properties of bare metal machine key set for the provided cluster, or update the tags associated with it. Properties and tag updates can be done independently. + + :example: Patch bare metal machine key set of cluster + az networkcloud cluster baremetalmachinekeyset update --name "bareMetalMachineKeySetName" --expiration "2022-12-31T23:59:59.008Z" --jump-hosts-allowed "192.0.2.1" "192.0.2.5" --user-list "[{description:'User description',azureUserName:userABC,sshPublicKey:{keyData:'ssh-rsa AAtsE3njSONzDYRIZv/WLjVuMfrUSByHp+/ojNZfpB3af/YDzwQCZzXnblrv9d3q4c2tWmm/SyFqthaqd0= admin@vm'}}]" --tags key1="myvalue1" key2="myvalue2" --cluster-name "clusterName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/baremetalmachinekeysets/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.bare_metal_machine_key_set_name = AAZStrArg( + options=["-n", "--name", "--bare-metal-machine-key-set-name"], + help="The name of the bare metal machine key set.", + required=True, + id_part="child_name_1", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.cluster_name = AAZStrArg( + options=["--cluster-name"], + help="The name of the cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "BareMetalMachineKeySetUpdateParameters" + + _args_schema = cls._args_schema + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="BareMetalMachineKeySetUpdateParameters", + help="The Azure resource tags that will replace the existing ones.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.expiration = AAZDateTimeArg( + options=["--expiration"], + arg_group="Properties", + help="The date and time after which the users in this key set will be removed from the bare metal machines.", + ) + _args_schema.jump_hosts_allowed = AAZListArg( + options=["--jump-hosts-allowed"], + arg_group="Properties", + help="The list of IP addresses of jump hosts with management network access from which a login will be allowed for the users.", + ) + _args_schema.user_list = AAZListArg( + options=["--user-list"], + arg_group="Properties", + help="The unique list of permitted users.", + ) + + jump_hosts_allowed = cls._args_schema.jump_hosts_allowed + jump_hosts_allowed.Element = AAZStrArg() + + user_list = cls._args_schema.user_list + user_list.Element = AAZObjectArg() + + _element = cls._args_schema.user_list.Element + _element.azure_user_name = AAZStrArg( + options=["azure-user-name"], + help="The Azure Active Directory user name (email name).", + required=True, + ) + _element.description = AAZStrArg( + options=["description"], + help="The free-form description for this user.", + fmt=AAZStrArgFormat( + max_length=256, + ), + ) + _element.ssh_public_key = AAZObjectArg( + options=["ssh-public-key"], + help="The SSH public key for this user.", + required=True, + ) + + ssh_public_key = cls._args_schema.user_list.Element.ssh_public_key + ssh_public_key.key_data = AAZStrArg( + options=["key-data"], + help="The public ssh key of the user.", + required=True, + fmt=AAZStrArgFormat( + min_length=1, + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.BareMetalMachineKeySetsUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class BareMetalMachineKeySetsUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/bareMetalMachineKeySets/{bareMetalMachineKeySetName}", + **self.url_parameters + ) + + @property + def method(self): + return "PATCH" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "bareMetalMachineKeySetName", self.ctx.args.bare_metal_machine_key_set_name, + required=True, + ), + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"client_flatten": True}} + ) + _builder.set_prop("properties", AAZObjectType, typ_kwargs={"flags": {"client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("expiration", AAZStrType, ".expiration") + properties.set_prop("jumpHostsAllowed", AAZListType, ".jump_hosts_allowed") + properties.set_prop("userList", AAZListType, ".user_list") + + jump_hosts_allowed = _builder.get(".properties.jumpHostsAllowed") + if jump_hosts_allowed is not None: + jump_hosts_allowed.set_elements(AAZStrType, ".") + + user_list = _builder.get(".properties.userList") + if user_list is not None: + user_list.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.userList[]") + if _elements is not None: + _elements.set_prop("azureUserName", AAZStrType, ".azure_user_name", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("description", AAZStrType, ".description") + _elements.set_prop("sshPublicKey", AAZObjectType, ".ssh_public_key", typ_kwargs={"flags": {"required": True}}) + + ssh_public_key = _builder.get(".properties.userList[].sshPublicKey") + if ssh_public_key is not None: + ssh_public_key.set_prop("keyData", AAZStrType, ".key_data", typ_kwargs={"flags": {"required": True}}) + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _UpdateHelper._build_schema_bare_metal_machine_key_set_read(cls._schema_on_200) + + return cls._schema_on_200 + + +class _UpdateHelper: + """Helper class for Update""" + + _schema_bare_metal_machine_key_set_read = None + + @classmethod + def _build_schema_bare_metal_machine_key_set_read(cls, _schema): + if cls._schema_bare_metal_machine_key_set_read is not None: + _schema.extended_location = cls._schema_bare_metal_machine_key_set_read.extended_location + _schema.id = cls._schema_bare_metal_machine_key_set_read.id + _schema.location = cls._schema_bare_metal_machine_key_set_read.location + _schema.name = cls._schema_bare_metal_machine_key_set_read.name + _schema.properties = cls._schema_bare_metal_machine_key_set_read.properties + _schema.system_data = cls._schema_bare_metal_machine_key_set_read.system_data + _schema.tags = cls._schema_bare_metal_machine_key_set_read.tags + _schema.type = cls._schema_bare_metal_machine_key_set_read.type + return + + cls._schema_bare_metal_machine_key_set_read = _schema_bare_metal_machine_key_set_read = AAZObjectType() + + bare_metal_machine_key_set_read = _schema_bare_metal_machine_key_set_read + bare_metal_machine_key_set_read.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + bare_metal_machine_key_set_read.id = AAZStrType( + flags={"read_only": True}, + ) + bare_metal_machine_key_set_read.location = AAZStrType( + flags={"required": True}, + ) + bare_metal_machine_key_set_read.name = AAZStrType( + flags={"read_only": True}, + ) + bare_metal_machine_key_set_read.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + bare_metal_machine_key_set_read.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + bare_metal_machine_key_set_read.tags = AAZDictType() + bare_metal_machine_key_set_read.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = _schema_bare_metal_machine_key_set_read.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = _schema_bare_metal_machine_key_set_read.properties + properties.azure_group_id = AAZStrType( + serialized_name="azureGroupId", + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.expiration = AAZStrType( + flags={"required": True}, + ) + properties.jump_hosts_allowed = AAZListType( + serialized_name="jumpHostsAllowed", + flags={"required": True}, + ) + properties.last_validation = AAZStrType( + serialized_name="lastValidation", + flags={"read_only": True}, + ) + properties.os_group_name = AAZStrType( + serialized_name="osGroupName", + ) + properties.privilege_level = AAZStrType( + serialized_name="privilegeLevel", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.user_list = AAZListType( + serialized_name="userList", + flags={"required": True}, + ) + properties.user_list_status = AAZListType( + serialized_name="userListStatus", + flags={"read_only": True}, + ) + + jump_hosts_allowed = _schema_bare_metal_machine_key_set_read.properties.jump_hosts_allowed + jump_hosts_allowed.Element = AAZStrType() + + user_list = _schema_bare_metal_machine_key_set_read.properties.user_list + user_list.Element = AAZObjectType() + + _element = _schema_bare_metal_machine_key_set_read.properties.user_list.Element + _element.azure_user_name = AAZStrType( + serialized_name="azureUserName", + flags={"required": True}, + ) + _element.description = AAZStrType() + _element.ssh_public_key = AAZObjectType( + serialized_name="sshPublicKey", + flags={"required": True}, + ) + + ssh_public_key = _schema_bare_metal_machine_key_set_read.properties.user_list.Element.ssh_public_key + ssh_public_key.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + user_list_status = _schema_bare_metal_machine_key_set_read.properties.user_list_status + user_list_status.Element = AAZObjectType() + + _element = _schema_bare_metal_machine_key_set_read.properties.user_list_status.Element + _element.azure_user_name = AAZStrType( + serialized_name="azureUserName", + flags={"read_only": True}, + ) + _element.status = AAZStrType( + flags={"read_only": True}, + ) + _element.status_message = AAZStrType( + serialized_name="statusMessage", + flags={"read_only": True}, + ) + + system_data = _schema_bare_metal_machine_key_set_read.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = _schema_bare_metal_machine_key_set_read.tags + tags.Element = AAZStrType() + + _schema.extended_location = cls._schema_bare_metal_machine_key_set_read.extended_location + _schema.id = cls._schema_bare_metal_machine_key_set_read.id + _schema.location = cls._schema_bare_metal_machine_key_set_read.location + _schema.name = cls._schema_bare_metal_machine_key_set_read.name + _schema.properties = cls._schema_bare_metal_machine_key_set_read.properties + _schema.system_data = cls._schema_bare_metal_machine_key_set_read.system_data + _schema.tags = cls._schema_bare_metal_machine_key_set_read.tags + _schema.type = cls._schema_bare_metal_machine_key_set_read.type + + +__all__ = ["Update"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_wait.py new file mode 100644 index 00000000000..9233740102a --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_wait.py @@ -0,0 +1,314 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cluster baremetalmachinekeyset wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/baremetalmachinekeysets/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.bare_metal_machine_key_set_name = AAZStrArg( + options=["-n", "--name", "--bare-metal-machine-key-set-name"], + help="The name of the bare metal machine key set.", + required=True, + id_part="child_name_1", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.cluster_name = AAZStrArg( + options=["--cluster-name"], + help="The name of the cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.BareMetalMachineKeySetsGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class BareMetalMachineKeySetsGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/bareMetalMachineKeySets/{bareMetalMachineKeySetName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "bareMetalMachineKeySetName", self.ctx.args.bare_metal_machine_key_set_name, + required=True, + ), + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.azure_group_id = AAZStrType( + serialized_name="azureGroupId", + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.expiration = AAZStrType( + flags={"required": True}, + ) + properties.jump_hosts_allowed = AAZListType( + serialized_name="jumpHostsAllowed", + flags={"required": True}, + ) + properties.last_validation = AAZStrType( + serialized_name="lastValidation", + flags={"read_only": True}, + ) + properties.os_group_name = AAZStrType( + serialized_name="osGroupName", + ) + properties.privilege_level = AAZStrType( + serialized_name="privilegeLevel", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.user_list = AAZListType( + serialized_name="userList", + flags={"required": True}, + ) + properties.user_list_status = AAZListType( + serialized_name="userListStatus", + flags={"read_only": True}, + ) + + jump_hosts_allowed = cls._schema_on_200.properties.jump_hosts_allowed + jump_hosts_allowed.Element = AAZStrType() + + user_list = cls._schema_on_200.properties.user_list + user_list.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.user_list.Element + _element.azure_user_name = AAZStrType( + serialized_name="azureUserName", + flags={"required": True}, + ) + _element.description = AAZStrType() + _element.ssh_public_key = AAZObjectType( + serialized_name="sshPublicKey", + flags={"required": True}, + ) + + ssh_public_key = cls._schema_on_200.properties.user_list.Element.ssh_public_key + ssh_public_key.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + user_list_status = cls._schema_on_200.properties.user_list_status + user_list_status.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.user_list_status.Element + _element.azure_user_name = AAZStrType( + serialized_name="azureUserName", + flags={"read_only": True}, + ) + _element.status = AAZStrType( + flags={"read_only": True}, + ) + _element.status_message = AAZStrType( + serialized_name="statusMessage", + flags={"read_only": True}, + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + +__all__ = ["Wait"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/__cmd_group.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/__cmd_group.py new file mode 100644 index 00000000000..33cc7ecd500 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/__cmd_group.py @@ -0,0 +1,24 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkcloud cluster bmckeyset", + is_experimental=True, +) +class __CMDGroup(AAZCommandGroup): + """Manage cluster's baseboard management controller key set + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/__init__.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/__init__.py new file mode 100644 index 00000000000..db73033039b --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/__init__.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._list import * +from ._show import * +from ._update import * +from ._wait import * diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_create.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_create.py new file mode 100644 index 00000000000..f7e92a78a9b --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_create.py @@ -0,0 +1,470 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cluster bmckeyset create", + is_experimental=True, +) +class Create(AAZCommand): + """Create a new baseboard management controller key set or update the existing one for the provided cluster. + + :example: Create or update baseboard management controller key set of cluster + az networkcloud cluster bmckeyset create --name "bmcKeySetName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --azure-group-id "f110271b-XXXX-4163-9b99-214d91660f0e" --expiration "2022-12-31T23:59:59.008Z" --privilege-level "Administrator" --user-list "[{description:'User description',azureUserName:userABC,sshPublicKey:{keyData:'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWtG2RiEGfXs+RK19HU/G8EdEnbTlkl8Kkb5xv6nm+ttTb9FrW/dc9RQvai24VEFJmG4Fmi6Ow/yjxq+jTDuWOSs+Lo= admin@vm'}}]" --tags key1="myvalue1" key2="myvalue2" --cluster-name "clusterName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/bmckeysets/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.bmc_key_set_name = AAZStrArg( + options=["-n", "--name", "--bmc-key-set-name"], + help="The name of the baseboard management controller key set.", + required=True, + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.cluster_name = AAZStrArg( + options=["--cluster-name"], + help="The name of the cluster.", + required=True, + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "BmcKeySetParameters" + + _args_schema = cls._args_schema + _args_schema.extended_location = AAZObjectArg( + options=["--extended-location"], + arg_group="BmcKeySetParameters", + help="The extended location of the cluster associated with the resource.", + required=True, + ) + _args_schema.location = AAZResourceLocationArg( + arg_group="BmcKeySetParameters", + help="The geo-location where the resource lives", + required=True, + fmt=AAZResourceLocationArgFormat( + resource_group_arg="resource_group", + ), + ) + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="BmcKeySetParameters", + help="Resource tags.", + ) + + extended_location = cls._args_schema.extended_location + extended_location.name = AAZStrArg( + options=["name"], + help="The resource ID of the extended location on which the resource will be created.", + required=True, + ) + extended_location.type = AAZStrArg( + options=["type"], + help="The extended location type, for example, CustomLocation.", + required=True, + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.azure_group_id = AAZStrArg( + options=["--azure-group-id"], + arg_group="Properties", + help="The object ID of Azure Active Directory group that all users in the list must be in for access to be granted. Users that are not in the group will not have access.", + required=True, + ) + _args_schema.expiration = AAZDateTimeArg( + options=["--expiration"], + arg_group="Properties", + help="The date and time after which the users in this key set will be removed from the baseboard management controllers.", + required=True, + ) + _args_schema.privilege_level = AAZStrArg( + options=["--privilege-level"], + arg_group="Properties", + help="The access level allowed for the users in this key set.", + required=True, + enum={"Administrator": "Administrator", "ReadOnly": "ReadOnly"}, + ) + _args_schema.user_list = AAZListArg( + options=["--user-list"], + arg_group="Properties", + help="The unique list of permitted users.", + required=True, + ) + + user_list = cls._args_schema.user_list + user_list.Element = AAZObjectArg() + + _element = cls._args_schema.user_list.Element + _element.azure_user_name = AAZStrArg( + options=["azure-user-name"], + help="The Azure Active Directory user name (email name).", + required=True, + ) + _element.description = AAZStrArg( + options=["description"], + help="The free-form description for this user.", + fmt=AAZStrArgFormat( + max_length=256, + ), + ) + _element.ssh_public_key = AAZObjectArg( + options=["ssh-public-key"], + help="The SSH public key for this user.", + required=True, + ) + + ssh_public_key = cls._args_schema.user_list.Element.ssh_public_key + ssh_public_key.key_data = AAZStrArg( + options=["key-data"], + help="The public ssh key of the user.", + required=True, + fmt=AAZStrArgFormat( + min_length=1, + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.BmcKeySetsCreateOrUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class BmcKeySetsCreateOrUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/bmcKeySets/{bmcKeySetName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "bmcKeySetName", self.ctx.args.bmc_key_set_name, + required=True, + ), + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("extendedLocation", AAZObjectType, ".extended_location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("location", AAZStrType, ".location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("properties", AAZObjectType, ".", typ_kwargs={"flags": {"required": True, "client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + extended_location = _builder.get(".extendedLocation") + if extended_location is not None: + extended_location.set_prop("name", AAZStrType, ".name", typ_kwargs={"flags": {"required": True}}) + extended_location.set_prop("type", AAZStrType, ".type", typ_kwargs={"flags": {"required": True}}) + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("azureGroupId", AAZStrType, ".azure_group_id", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("expiration", AAZStrType, ".expiration", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("privilegeLevel", AAZStrType, ".privilege_level", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("userList", AAZListType, ".user_list", typ_kwargs={"flags": {"required": True}}) + + user_list = _builder.get(".properties.userList") + if user_list is not None: + user_list.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.userList[]") + if _elements is not None: + _elements.set_prop("azureUserName", AAZStrType, ".azure_user_name", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("description", AAZStrType, ".description") + _elements.set_prop("sshPublicKey", AAZObjectType, ".ssh_public_key", typ_kwargs={"flags": {"required": True}}) + + ssh_public_key = _builder.get(".properties.userList[].sshPublicKey") + if ssh_public_key is not None: + ssh_public_key.set_prop("keyData", AAZStrType, ".key_data", typ_kwargs={"flags": {"required": True}}) + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + + _schema_on_200_201 = cls._schema_on_200_201 + _schema_on_200_201.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200_201.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200_201.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200_201.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200_201.tags = AAZDictType() + _schema_on_200_201.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200_201.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200_201.properties + properties.azure_group_id = AAZStrType( + serialized_name="azureGroupId", + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.expiration = AAZStrType( + flags={"required": True}, + ) + properties.last_validation = AAZStrType( + serialized_name="lastValidation", + flags={"read_only": True}, + ) + properties.privilege_level = AAZStrType( + serialized_name="privilegeLevel", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.user_list = AAZListType( + serialized_name="userList", + flags={"required": True}, + ) + properties.user_list_status = AAZListType( + serialized_name="userListStatus", + flags={"read_only": True}, + ) + + user_list = cls._schema_on_200_201.properties.user_list + user_list.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.user_list.Element + _element.azure_user_name = AAZStrType( + serialized_name="azureUserName", + flags={"required": True}, + ) + _element.description = AAZStrType() + _element.ssh_public_key = AAZObjectType( + serialized_name="sshPublicKey", + flags={"required": True}, + ) + + ssh_public_key = cls._schema_on_200_201.properties.user_list.Element.ssh_public_key + ssh_public_key.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + user_list_status = cls._schema_on_200_201.properties.user_list_status + user_list_status.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.user_list_status.Element + _element.azure_user_name = AAZStrType( + serialized_name="azureUserName", + flags={"read_only": True}, + ) + _element.status = AAZStrType( + flags={"read_only": True}, + ) + _element.status_message = AAZStrType( + serialized_name="statusMessage", + flags={"read_only": True}, + ) + + system_data = cls._schema_on_200_201.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200_201.tags + tags.Element = AAZStrType() + + return cls._schema_on_200_201 + + +class _CreateHelper: + """Helper class for Create""" + + +__all__ = ["Create"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_delete.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_delete.py new file mode 100644 index 00000000000..58b926c8b9a --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_delete.py @@ -0,0 +1,180 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cluster bmckeyset delete", + is_experimental=True, + confirmation="Are you sure you want to perform this operation?", +) +class Delete(AAZCommand): + """Delete the baseboard management controller key set of the provided cluster. + + :example: Delete baseboard management controller key set of cluster + az networkcloud cluster bmckeyset delete --name "bmcKeySetName" --cluster-name "clusterName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/bmckeysets/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.bmc_key_set_name = AAZStrArg( + options=["-n", "--name", "--bmc-key-set-name"], + help="The name of the baseboard management controller key set.", + required=True, + id_part="child_name_1", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.cluster_name = AAZStrArg( + options=["--cluster-name"], + help="The name of the cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.BmcKeySetsDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class BmcKeySetsDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/bmcKeySets/{bmcKeySetName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "bmcKeySetName", self.ctx.args.bmc_key_set_name, + required=True, + ), + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_list.py new file mode 100644 index 00000000000..dca0020a9fd --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_list.py @@ -0,0 +1,304 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cluster bmckeyset list", + is_experimental=True, +) +class List(AAZCommand): + """List baseboard management controller key sets of the cluster. + + :example: List baseboard management controller key sets of the cluster + az networkcloud cluster bmckeyset list --cluster-name "clusterName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/bmckeysets", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.cluster_name = AAZStrArg( + options=["--cluster-name"], + help="The name of the cluster.", + required=True, + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.BmcKeySetsListByResourceGroup(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class BmcKeySetsListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/bmcKeySets", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.azure_group_id = AAZStrType( + serialized_name="azureGroupId", + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.expiration = AAZStrType( + flags={"required": True}, + ) + properties.last_validation = AAZStrType( + serialized_name="lastValidation", + flags={"read_only": True}, + ) + properties.privilege_level = AAZStrType( + serialized_name="privilegeLevel", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.user_list = AAZListType( + serialized_name="userList", + flags={"required": True}, + ) + properties.user_list_status = AAZListType( + serialized_name="userListStatus", + flags={"read_only": True}, + ) + + user_list = cls._schema_on_200.value.Element.properties.user_list + user_list.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.user_list.Element + _element.azure_user_name = AAZStrType( + serialized_name="azureUserName", + flags={"required": True}, + ) + _element.description = AAZStrType() + _element.ssh_public_key = AAZObjectType( + serialized_name="sshPublicKey", + flags={"required": True}, + ) + + ssh_public_key = cls._schema_on_200.value.Element.properties.user_list.Element.ssh_public_key + ssh_public_key.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + user_list_status = cls._schema_on_200.value.Element.properties.user_list_status + user_list_status.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.user_list_status.Element + _element.azure_user_name = AAZStrType( + serialized_name="azureUserName", + flags={"read_only": True}, + ) + _element.status = AAZStrType( + flags={"read_only": True}, + ) + _element.status_message = AAZStrType( + serialized_name="statusMessage", + flags={"read_only": True}, + ) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_show.py new file mode 100644 index 00000000000..913565988a6 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_show.py @@ -0,0 +1,309 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cluster bmckeyset show", + is_experimental=True, +) +class Show(AAZCommand): + """Get baseboard management controller key set of the provided cluster. + + :example: Get baseboard management controller key set of cluster + az networkcloud cluster bmckeyset show --name "bmcKeySetName" --cluster-name "clusterName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/bmckeysets/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.bmc_key_set_name = AAZStrArg( + options=["-n", "--name", "--bmc-key-set-name"], + help="The name of the baseboard management controller key set.", + required=True, + id_part="child_name_1", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.cluster_name = AAZStrArg( + options=["--cluster-name"], + help="The name of the cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.BmcKeySetsGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class BmcKeySetsGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/bmcKeySets/{bmcKeySetName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "bmcKeySetName", self.ctx.args.bmc_key_set_name, + required=True, + ), + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.azure_group_id = AAZStrType( + serialized_name="azureGroupId", + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.expiration = AAZStrType( + flags={"required": True}, + ) + properties.last_validation = AAZStrType( + serialized_name="lastValidation", + flags={"read_only": True}, + ) + properties.privilege_level = AAZStrType( + serialized_name="privilegeLevel", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.user_list = AAZListType( + serialized_name="userList", + flags={"required": True}, + ) + properties.user_list_status = AAZListType( + serialized_name="userListStatus", + flags={"read_only": True}, + ) + + user_list = cls._schema_on_200.properties.user_list + user_list.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.user_list.Element + _element.azure_user_name = AAZStrType( + serialized_name="azureUserName", + flags={"required": True}, + ) + _element.description = AAZStrType() + _element.ssh_public_key = AAZObjectType( + serialized_name="sshPublicKey", + flags={"required": True}, + ) + + ssh_public_key = cls._schema_on_200.properties.user_list.Element.ssh_public_key + ssh_public_key.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + user_list_status = cls._schema_on_200.properties.user_list_status + user_list_status.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.user_list_status.Element + _element.azure_user_name = AAZStrType( + serialized_name="azureUserName", + flags={"read_only": True}, + ) + _element.status = AAZStrType( + flags={"read_only": True}, + ) + _element.status_message = AAZStrType( + serialized_name="statusMessage", + flags={"read_only": True}, + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_update.py new file mode 100644 index 00000000000..170cf1664bf --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_update.py @@ -0,0 +1,449 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cluster bmckeyset update", + is_experimental=True, +) +class Update(AAZCommand): + """Update properties of baseboard management controller key set for the provided cluster, or update the tags associated with it. Properties and tag updates can be done independently. + + :example: Patch baseboard management controller key set of cluster + az networkcloud cluster bmckeyset update --name "bmcKeySetName" --expiration "2022-12-31T23:59:59.008Z" --user-list "[{description:'User description',azureUserName:userABC,sshPublicKey:{keyData:'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWtG2RiEGfXs+RK19HU/G8EdEnbTlkl8Kkb5xv6nm+ttTb9FrW/dc9RQvai24VEFJmG4Fmi6Ow/yjxq+jTDuWOSs+LovQpOKm9D8p05JcIOpdCPGA5S+dWIVL+a9jsQmzBbWYx= admin@vm'}}]" --tags key1="myvalue1" key2="myvalue2" --cluster-name "clusterName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/bmckeysets/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.bmc_key_set_name = AAZStrArg( + options=["-n", "--name", "--bmc-key-set-name"], + help="The name of the baseboard management controller key set.", + required=True, + id_part="child_name_1", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.cluster_name = AAZStrArg( + options=["--cluster-name"], + help="The name of the cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "BmcKeySetUpdateParameters" + + _args_schema = cls._args_schema + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="BmcKeySetUpdateParameters", + help="The Azure resource tags that will replace the existing ones.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.expiration = AAZDateTimeArg( + options=["--expiration"], + arg_group="Properties", + help="The date and time after which the users in this key set will be removed from the baseboard management controllers.", + ) + _args_schema.user_list = AAZListArg( + options=["--user-list"], + arg_group="Properties", + help="The unique list of permitted users.", + ) + + user_list = cls._args_schema.user_list + user_list.Element = AAZObjectArg() + + _element = cls._args_schema.user_list.Element + _element.azure_user_name = AAZStrArg( + options=["azure-user-name"], + help="The Azure Active Directory user name (email name).", + required=True, + ) + _element.description = AAZStrArg( + options=["description"], + help="The free-form description for this user.", + fmt=AAZStrArgFormat( + max_length=256, + ), + ) + _element.ssh_public_key = AAZObjectArg( + options=["ssh-public-key"], + help="The SSH public key for this user.", + required=True, + ) + + ssh_public_key = cls._args_schema.user_list.Element.ssh_public_key + ssh_public_key.key_data = AAZStrArg( + options=["key-data"], + help="The public ssh key of the user.", + required=True, + fmt=AAZStrArgFormat( + min_length=1, + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.BmcKeySetsUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class BmcKeySetsUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/bmcKeySets/{bmcKeySetName}", + **self.url_parameters + ) + + @property + def method(self): + return "PATCH" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "bmcKeySetName", self.ctx.args.bmc_key_set_name, + required=True, + ), + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"client_flatten": True}} + ) + _builder.set_prop("properties", AAZObjectType, typ_kwargs={"flags": {"client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("expiration", AAZStrType, ".expiration") + properties.set_prop("userList", AAZListType, ".user_list") + + user_list = _builder.get(".properties.userList") + if user_list is not None: + user_list.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.userList[]") + if _elements is not None: + _elements.set_prop("azureUserName", AAZStrType, ".azure_user_name", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("description", AAZStrType, ".description") + _elements.set_prop("sshPublicKey", AAZObjectType, ".ssh_public_key", typ_kwargs={"flags": {"required": True}}) + + ssh_public_key = _builder.get(".properties.userList[].sshPublicKey") + if ssh_public_key is not None: + ssh_public_key.set_prop("keyData", AAZStrType, ".key_data", typ_kwargs={"flags": {"required": True}}) + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _UpdateHelper._build_schema_bmc_key_set_read(cls._schema_on_200) + + return cls._schema_on_200 + + +class _UpdateHelper: + """Helper class for Update""" + + _schema_bmc_key_set_read = None + + @classmethod + def _build_schema_bmc_key_set_read(cls, _schema): + if cls._schema_bmc_key_set_read is not None: + _schema.extended_location = cls._schema_bmc_key_set_read.extended_location + _schema.id = cls._schema_bmc_key_set_read.id + _schema.location = cls._schema_bmc_key_set_read.location + _schema.name = cls._schema_bmc_key_set_read.name + _schema.properties = cls._schema_bmc_key_set_read.properties + _schema.system_data = cls._schema_bmc_key_set_read.system_data + _schema.tags = cls._schema_bmc_key_set_read.tags + _schema.type = cls._schema_bmc_key_set_read.type + return + + cls._schema_bmc_key_set_read = _schema_bmc_key_set_read = AAZObjectType() + + bmc_key_set_read = _schema_bmc_key_set_read + bmc_key_set_read.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + bmc_key_set_read.id = AAZStrType( + flags={"read_only": True}, + ) + bmc_key_set_read.location = AAZStrType( + flags={"required": True}, + ) + bmc_key_set_read.name = AAZStrType( + flags={"read_only": True}, + ) + bmc_key_set_read.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + bmc_key_set_read.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + bmc_key_set_read.tags = AAZDictType() + bmc_key_set_read.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = _schema_bmc_key_set_read.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = _schema_bmc_key_set_read.properties + properties.azure_group_id = AAZStrType( + serialized_name="azureGroupId", + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.expiration = AAZStrType( + flags={"required": True}, + ) + properties.last_validation = AAZStrType( + serialized_name="lastValidation", + flags={"read_only": True}, + ) + properties.privilege_level = AAZStrType( + serialized_name="privilegeLevel", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.user_list = AAZListType( + serialized_name="userList", + flags={"required": True}, + ) + properties.user_list_status = AAZListType( + serialized_name="userListStatus", + flags={"read_only": True}, + ) + + user_list = _schema_bmc_key_set_read.properties.user_list + user_list.Element = AAZObjectType() + + _element = _schema_bmc_key_set_read.properties.user_list.Element + _element.azure_user_name = AAZStrType( + serialized_name="azureUserName", + flags={"required": True}, + ) + _element.description = AAZStrType() + _element.ssh_public_key = AAZObjectType( + serialized_name="sshPublicKey", + flags={"required": True}, + ) + + ssh_public_key = _schema_bmc_key_set_read.properties.user_list.Element.ssh_public_key + ssh_public_key.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + user_list_status = _schema_bmc_key_set_read.properties.user_list_status + user_list_status.Element = AAZObjectType() + + _element = _schema_bmc_key_set_read.properties.user_list_status.Element + _element.azure_user_name = AAZStrType( + serialized_name="azureUserName", + flags={"read_only": True}, + ) + _element.status = AAZStrType( + flags={"read_only": True}, + ) + _element.status_message = AAZStrType( + serialized_name="statusMessage", + flags={"read_only": True}, + ) + + system_data = _schema_bmc_key_set_read.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = _schema_bmc_key_set_read.tags + tags.Element = AAZStrType() + + _schema.extended_location = cls._schema_bmc_key_set_read.extended_location + _schema.id = cls._schema_bmc_key_set_read.id + _schema.location = cls._schema_bmc_key_set_read.location + _schema.name = cls._schema_bmc_key_set_read.name + _schema.properties = cls._schema_bmc_key_set_read.properties + _schema.system_data = cls._schema_bmc_key_set_read.system_data + _schema.tags = cls._schema_bmc_key_set_read.tags + _schema.type = cls._schema_bmc_key_set_read.type + + +__all__ = ["Update"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_wait.py new file mode 100644 index 00000000000..8eb4cfdc1cf --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_wait.py @@ -0,0 +1,304 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cluster bmckeyset wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/bmckeysets/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.bmc_key_set_name = AAZStrArg( + options=["-n", "--name", "--bmc-key-set-name"], + help="The name of the baseboard management controller key set.", + required=True, + id_part="child_name_1", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.cluster_name = AAZStrArg( + options=["--cluster-name"], + help="The name of the cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.BmcKeySetsGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class BmcKeySetsGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/bmcKeySets/{bmcKeySetName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "bmcKeySetName", self.ctx.args.bmc_key_set_name, + required=True, + ), + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.azure_group_id = AAZStrType( + serialized_name="azureGroupId", + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.expiration = AAZStrType( + flags={"required": True}, + ) + properties.last_validation = AAZStrType( + serialized_name="lastValidation", + flags={"read_only": True}, + ) + properties.privilege_level = AAZStrType( + serialized_name="privilegeLevel", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.user_list = AAZListType( + serialized_name="userList", + flags={"required": True}, + ) + properties.user_list_status = AAZListType( + serialized_name="userListStatus", + flags={"read_only": True}, + ) + + user_list = cls._schema_on_200.properties.user_list + user_list.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.user_list.Element + _element.azure_user_name = AAZStrType( + serialized_name="azureUserName", + flags={"required": True}, + ) + _element.description = AAZStrType() + _element.ssh_public_key = AAZObjectType( + serialized_name="sshPublicKey", + flags={"required": True}, + ) + + ssh_public_key = cls._schema_on_200.properties.user_list.Element.ssh_public_key + ssh_public_key.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + user_list_status = cls._schema_on_200.properties.user_list_status + user_list_status.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.user_list_status.Element + _element.azure_user_name = AAZStrType( + serialized_name="azureUserName", + flags={"read_only": True}, + ) + _element.status = AAZStrType( + flags={"read_only": True}, + ) + _element.status_message = AAZStrType( + serialized_name="statusMessage", + flags={"read_only": True}, + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + +__all__ = ["Wait"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/__cmd_group.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/__cmd_group.py new file mode 100644 index 00000000000..8c2d04d7321 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/__cmd_group.py @@ -0,0 +1,24 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkcloud cluster metricsconfiguration", + is_experimental=True, +) +class __CMDGroup(AAZCommandGroup): + """Manage cluster's metrics configuration + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/__init__.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/__init__.py new file mode 100644 index 00000000000..db73033039b --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/__init__.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._list import * +from ._show import * +from ._update import * +from ._wait import * diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_create.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_create.py new file mode 100644 index 00000000000..d80c8d2c9b3 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_create.py @@ -0,0 +1,377 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cluster metricsconfiguration create", + is_experimental=True, +) +class Create(AAZCommand): + """Create the metrics configuration of the provided cluster. + + :example: Update metrics configuration of cluster + az networkcloud cluster metricsconfiguration create --cluster-name "clusterName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --collection-interval 15 --enabled-metrics "metric1" "metric2" --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/metricsconfigurations/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.cluster_name = AAZStrArg( + options=["--cluster-name"], + help="The name of the cluster.", + required=True, + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.metrics_configuration_name = AAZStrArg( + options=["-n", "--name", "--metrics-configuration-name"], + help="The name of the metrics configuration for the cluster.", + required=True, + fmt=AAZStrArgFormat( + pattern="^default$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "MetricsConfigurationParameters" + + _args_schema = cls._args_schema + _args_schema.extended_location = AAZObjectArg( + options=["--extended-location"], + arg_group="MetricsConfigurationParameters", + help="The extended location of the cluster associated with the resource.", + required=True, + ) + _args_schema.location = AAZResourceLocationArg( + arg_group="MetricsConfigurationParameters", + help="The geo-location where the resource lives", + required=True, + fmt=AAZResourceLocationArgFormat( + resource_group_arg="resource_group", + ), + ) + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="MetricsConfigurationParameters", + help="Resource tags.", + ) + + extended_location = cls._args_schema.extended_location + extended_location.name = AAZStrArg( + options=["name"], + help="The resource ID of the extended location on which the resource will be created.", + required=True, + ) + extended_location.type = AAZStrArg( + options=["type"], + help="The extended location type, for example, CustomLocation.", + required=True, + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.collection_interval = AAZIntArg( + options=["--collection-interval"], + arg_group="Properties", + help="The interval in minutes by which metrics will be collected.", + required=True, + fmt=AAZIntArgFormat( + maximum=1440, + minimum=1, + ), + ) + _args_schema.enabled_metrics = AAZListArg( + options=["--enabled-metrics"], + arg_group="Properties", + help="The list of metric names that have been chosen to be enabled in addition to the core set of enabled metrics.", + ) + + enabled_metrics = cls._args_schema.enabled_metrics + enabled_metrics.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.MetricsConfigurationsCreateOrUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class MetricsConfigurationsCreateOrUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/metricsConfigurations/{metricsConfigurationName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "metricsConfigurationName", self.ctx.args.metrics_configuration_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("extendedLocation", AAZObjectType, ".extended_location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("location", AAZStrType, ".location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("properties", AAZObjectType, ".", typ_kwargs={"flags": {"required": True, "client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + extended_location = _builder.get(".extendedLocation") + if extended_location is not None: + extended_location.set_prop("name", AAZStrType, ".name", typ_kwargs={"flags": {"required": True}}) + extended_location.set_prop("type", AAZStrType, ".type", typ_kwargs={"flags": {"required": True}}) + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("collectionInterval", AAZIntType, ".collection_interval", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("enabledMetrics", AAZListType, ".enabled_metrics") + + enabled_metrics = _builder.get(".properties.enabledMetrics") + if enabled_metrics is not None: + enabled_metrics.set_elements(AAZStrType, ".") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + + _schema_on_200_201 = cls._schema_on_200_201 + _schema_on_200_201.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200_201.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200_201.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200_201.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200_201.tags = AAZDictType() + _schema_on_200_201.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200_201.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200_201.properties + properties.collection_interval = AAZIntType( + serialized_name="collectionInterval", + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.disabled_metrics = AAZListType( + serialized_name="disabledMetrics", + flags={"read_only": True}, + ) + properties.enabled_metrics = AAZListType( + serialized_name="enabledMetrics", + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + disabled_metrics = cls._schema_on_200_201.properties.disabled_metrics + disabled_metrics.Element = AAZStrType() + + enabled_metrics = cls._schema_on_200_201.properties.enabled_metrics + enabled_metrics.Element = AAZStrType() + + system_data = cls._schema_on_200_201.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200_201.tags + tags.Element = AAZStrType() + + return cls._schema_on_200_201 + + +class _CreateHelper: + """Helper class for Create""" + + +__all__ = ["Create"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_delete.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_delete.py new file mode 100644 index 00000000000..e6b23870885 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_delete.py @@ -0,0 +1,180 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cluster metricsconfiguration delete", + is_experimental=True, + confirmation="Are you sure you want to perform this operation?", +) +class Delete(AAZCommand): + """Delete the metrics configuration of the provided cluster. + + :example: Delete metrics configuration of cluster + az networkcloud cluster metricsconfiguration delete --cluster-name "clusterName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/metricsconfigurations/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.cluster_name = AAZStrArg( + options=["--cluster-name"], + help="The name of the cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.metrics_configuration_name = AAZStrArg( + options=["-n", "--name", "--metrics-configuration-name"], + help="The name of the metrics configuration for the cluster.", + required=True, + id_part="child_name_1", + fmt=AAZStrArgFormat( + pattern="^default$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.MetricsConfigurationsDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class MetricsConfigurationsDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/metricsConfigurations/{metricsConfigurationName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "metricsConfigurationName", self.ctx.args.metrics_configuration_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_list.py new file mode 100644 index 00000000000..d0f8a61a44a --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_list.py @@ -0,0 +1,262 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cluster metricsconfiguration list", + is_experimental=True, +) +class List(AAZCommand): + """List metrics configurations of the cluster. + + :example: List metrics configurations of the cluster + az networkcloud cluster metricsconfiguration list --cluster-name "clusterName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/metricsconfigurations", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.cluster_name = AAZStrArg( + options=["--cluster-name"], + help="The name of the cluster.", + required=True, + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.MetricsConfigurationsListByResourceGroup(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class MetricsConfigurationsListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/metricsConfigurations", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.collection_interval = AAZIntType( + serialized_name="collectionInterval", + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.disabled_metrics = AAZListType( + serialized_name="disabledMetrics", + flags={"read_only": True}, + ) + properties.enabled_metrics = AAZListType( + serialized_name="enabledMetrics", + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + disabled_metrics = cls._schema_on_200.value.Element.properties.disabled_metrics + disabled_metrics.Element = AAZStrType() + + enabled_metrics = cls._schema_on_200.value.Element.properties.enabled_metrics + enabled_metrics.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_show.py new file mode 100644 index 00000000000..f315716de45 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_show.py @@ -0,0 +1,267 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cluster metricsconfiguration show", + is_experimental=True, +) +class Show(AAZCommand): + """Get metrics configuration of the provided cluster. + + :example: Get metrics configuration of cluster + az networkcloud cluster metricsconfiguration show --cluster-name "clusterName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/metricsconfigurations/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.cluster_name = AAZStrArg( + options=["--cluster-name"], + help="The name of the cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.metrics_configuration_name = AAZStrArg( + options=["-n", "--name", "--metrics-configuration-name"], + help="The name of the metrics configuration for the cluster.", + required=True, + id_part="child_name_1", + fmt=AAZStrArgFormat( + pattern="^default$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.MetricsConfigurationsGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class MetricsConfigurationsGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/metricsConfigurations/{metricsConfigurationName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "metricsConfigurationName", self.ctx.args.metrics_configuration_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.collection_interval = AAZIntType( + serialized_name="collectionInterval", + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.disabled_metrics = AAZListType( + serialized_name="disabledMetrics", + flags={"read_only": True}, + ) + properties.enabled_metrics = AAZListType( + serialized_name="enabledMetrics", + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + disabled_metrics = cls._schema_on_200.properties.disabled_metrics + disabled_metrics.Element = AAZStrType() + + enabled_metrics = cls._schema_on_200.properties.enabled_metrics + enabled_metrics.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_update.py new file mode 100644 index 00000000000..0ec45b5c31b --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_update.py @@ -0,0 +1,372 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cluster metricsconfiguration update", + is_experimental=True, +) +class Update(AAZCommand): + """Update properties of metrics configuration for the provided cluster, or update the tags associated with it. Properties and tag updates can be done independently. + + :example: Patch metrics configuration of cluster + az networkcloud cluster metricsconfiguration update --cluster-name "clusterName" --collection-interval 15 --enabled-metrics "metric1" "metric2" --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/metricsconfigurations/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.cluster_name = AAZStrArg( + options=["--cluster-name"], + help="The name of the cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.metrics_configuration_name = AAZStrArg( + options=["-n", "--name", "--metrics-configuration-name"], + help="The name of the metrics configuration for the cluster.", + required=True, + id_part="child_name_1", + fmt=AAZStrArgFormat( + pattern="^default$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "MetricsConfigurationUpdateParameters" + + _args_schema = cls._args_schema + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="MetricsConfigurationUpdateParameters", + help="The Azure resource tags that will replace the existing ones.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.collection_interval = AAZIntArg( + options=["--collection-interval"], + arg_group="Properties", + help="The interval in minutes by which metrics will be collected.", + fmt=AAZIntArgFormat( + maximum=1440, + minimum=1, + ), + ) + _args_schema.enabled_metrics = AAZListArg( + options=["--enabled-metrics"], + arg_group="Properties", + help="The list of metric names that have been chosen to be enabled in addition to the core set of enabled metrics.", + ) + + enabled_metrics = cls._args_schema.enabled_metrics + enabled_metrics.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.MetricsConfigurationsUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class MetricsConfigurationsUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/metricsConfigurations/{metricsConfigurationName}", + **self.url_parameters + ) + + @property + def method(self): + return "PATCH" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "metricsConfigurationName", self.ctx.args.metrics_configuration_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"client_flatten": True}} + ) + _builder.set_prop("properties", AAZObjectType, typ_kwargs={"flags": {"client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("collectionInterval", AAZIntType, ".collection_interval") + properties.set_prop("enabledMetrics", AAZListType, ".enabled_metrics") + + enabled_metrics = _builder.get(".properties.enabledMetrics") + if enabled_metrics is not None: + enabled_metrics.set_elements(AAZStrType, ".") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _UpdateHelper._build_schema_cluster_metrics_configuration_read(cls._schema_on_200) + + return cls._schema_on_200 + + +class _UpdateHelper: + """Helper class for Update""" + + _schema_cluster_metrics_configuration_read = None + + @classmethod + def _build_schema_cluster_metrics_configuration_read(cls, _schema): + if cls._schema_cluster_metrics_configuration_read is not None: + _schema.extended_location = cls._schema_cluster_metrics_configuration_read.extended_location + _schema.id = cls._schema_cluster_metrics_configuration_read.id + _schema.location = cls._schema_cluster_metrics_configuration_read.location + _schema.name = cls._schema_cluster_metrics_configuration_read.name + _schema.properties = cls._schema_cluster_metrics_configuration_read.properties + _schema.system_data = cls._schema_cluster_metrics_configuration_read.system_data + _schema.tags = cls._schema_cluster_metrics_configuration_read.tags + _schema.type = cls._schema_cluster_metrics_configuration_read.type + return + + cls._schema_cluster_metrics_configuration_read = _schema_cluster_metrics_configuration_read = AAZObjectType() + + cluster_metrics_configuration_read = _schema_cluster_metrics_configuration_read + cluster_metrics_configuration_read.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + cluster_metrics_configuration_read.id = AAZStrType( + flags={"read_only": True}, + ) + cluster_metrics_configuration_read.location = AAZStrType( + flags={"required": True}, + ) + cluster_metrics_configuration_read.name = AAZStrType( + flags={"read_only": True}, + ) + cluster_metrics_configuration_read.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + cluster_metrics_configuration_read.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + cluster_metrics_configuration_read.tags = AAZDictType() + cluster_metrics_configuration_read.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = _schema_cluster_metrics_configuration_read.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = _schema_cluster_metrics_configuration_read.properties + properties.collection_interval = AAZIntType( + serialized_name="collectionInterval", + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.disabled_metrics = AAZListType( + serialized_name="disabledMetrics", + flags={"read_only": True}, + ) + properties.enabled_metrics = AAZListType( + serialized_name="enabledMetrics", + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + disabled_metrics = _schema_cluster_metrics_configuration_read.properties.disabled_metrics + disabled_metrics.Element = AAZStrType() + + enabled_metrics = _schema_cluster_metrics_configuration_read.properties.enabled_metrics + enabled_metrics.Element = AAZStrType() + + system_data = _schema_cluster_metrics_configuration_read.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = _schema_cluster_metrics_configuration_read.tags + tags.Element = AAZStrType() + + _schema.extended_location = cls._schema_cluster_metrics_configuration_read.extended_location + _schema.id = cls._schema_cluster_metrics_configuration_read.id + _schema.location = cls._schema_cluster_metrics_configuration_read.location + _schema.name = cls._schema_cluster_metrics_configuration_read.name + _schema.properties = cls._schema_cluster_metrics_configuration_read.properties + _schema.system_data = cls._schema_cluster_metrics_configuration_read.system_data + _schema.tags = cls._schema_cluster_metrics_configuration_read.tags + _schema.type = cls._schema_cluster_metrics_configuration_read.type + + +__all__ = ["Update"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_wait.py new file mode 100644 index 00000000000..8f9e568762b --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_wait.py @@ -0,0 +1,262 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud cluster metricsconfiguration wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/metricsconfigurations/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.cluster_name = AAZStrArg( + options=["--cluster-name"], + help="The name of the cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.metrics_configuration_name = AAZStrArg( + options=["-n", "--name", "--metrics-configuration-name"], + help="The name of the metrics configuration for the cluster.", + required=True, + id_part="child_name_1", + fmt=AAZStrArgFormat( + pattern="^default$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.MetricsConfigurationsGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class MetricsConfigurationsGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/metricsConfigurations/{metricsConfigurationName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "metricsConfigurationName", self.ctx.args.metrics_configuration_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.collection_interval = AAZIntType( + serialized_name="collectionInterval", + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.disabled_metrics = AAZListType( + serialized_name="disabledMetrics", + flags={"read_only": True}, + ) + properties.enabled_metrics = AAZListType( + serialized_name="enabledMetrics", + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + disabled_metrics = cls._schema_on_200.properties.disabled_metrics + disabled_metrics.Element = AAZStrType() + + enabled_metrics = cls._schema_on_200.properties.enabled_metrics + enabled_metrics.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + +__all__ = ["Wait"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/__cmd_group.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/__cmd_group.py new file mode 100644 index 00000000000..d10df556dad --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/__cmd_group.py @@ -0,0 +1,24 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkcloud clustermanager", + is_experimental=True, +) +class __CMDGroup(AAZCommandGroup): + """Manage cluster manager + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/__init__.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/__init__.py new file mode 100644 index 00000000000..db73033039b --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/__init__.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._list import * +from ._show import * +from ._update import * +from ._wait import * diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_create.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_create.py new file mode 100644 index 00000000000..17de61aba3e --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_create.py @@ -0,0 +1,395 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud clustermanager create", + is_experimental=True, +) +class Create(AAZCommand): + """Create a new cluster manager or update properties of the cluster manager if it exists. + + :example: Create or update cluster manager + az networkcloud clustermanager create --name "clusterManagerName" --location "location" --analytics-workspace-id "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/microsoft.operationalInsights/workspaces/logAnalyticsWorkspaceName" --fabric-controller-id "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/fabricControllerName" --managed-resource-group-configuration name="my-managed-rg" --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clustermanagers/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.cluster_manager_name = AAZStrArg( + options=["-n", "--name", "--cluster-manager-name"], + help="The name of the cluster manager.", + required=True, + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "ClusterManagerParameters" + + _args_schema = cls._args_schema + _args_schema.location = AAZResourceLocationArg( + arg_group="ClusterManagerParameters", + help="The geo-location where the resource lives", + required=True, + fmt=AAZResourceLocationArgFormat( + resource_group_arg="resource_group", + ), + ) + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="ClusterManagerParameters", + help="Resource tags.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.analytics_workspace_id = AAZStrArg( + options=["--analytics-workspace-id"], + arg_group="Properties", + help="The resource ID of the Log Analytics workspace that is used for the logs collection.", + ) + _args_schema.availability_zones = AAZListArg( + options=["--availability-zones"], + arg_group="Properties", + help="Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The Azure availability zones within the region that will be used to support the cluster manager resource.", + ) + _args_schema.fabric_controller_id = AAZStrArg( + options=["--fabric-controller-id"], + arg_group="Properties", + help="The resource ID of the fabric controller that has one to one mapping with the cluster manager.", + required=True, + ) + _args_schema.managed_resource_group_configuration = AAZObjectArg( + options=["--managed-resource-group-configuration"], + arg_group="Properties", + help="The configuration of the managed resource group associated with the resource.", + ) + _args_schema.vm_size = AAZStrArg( + options=["--vm-size"], + arg_group="Properties", + help="Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The size of the Azure virtual machines to use for hosting the cluster manager resource.", + ) + + availability_zones = cls._args_schema.availability_zones + availability_zones.Element = AAZStrArg() + + managed_resource_group_configuration = cls._args_schema.managed_resource_group_configuration + managed_resource_group_configuration.location = AAZStrArg( + options=["location"], + help="The location of the managed resource group. If not specified, the location of the parent resource is chosen.", + ) + managed_resource_group_configuration.name = AAZStrArg( + options=["name"], + help="The name for the managed resource group. If not specified, the unique name is automatically generated.", + fmt=AAZStrArgFormat( + max_length=75, + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.ClusterManagersCreateOrUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class ClusterManagersCreateOrUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusterManagers/{clusterManagerName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "clusterManagerName", self.ctx.args.cluster_manager_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("location", AAZStrType, ".location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("properties", AAZObjectType, ".", typ_kwargs={"flags": {"required": True, "client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("analyticsWorkspaceId", AAZStrType, ".analytics_workspace_id") + properties.set_prop("availabilityZones", AAZListType, ".availability_zones") + properties.set_prop("fabricControllerId", AAZStrType, ".fabric_controller_id", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("managedResourceGroupConfiguration", AAZObjectType, ".managed_resource_group_configuration") + properties.set_prop("vmSize", AAZStrType, ".vm_size") + + availability_zones = _builder.get(".properties.availabilityZones") + if availability_zones is not None: + availability_zones.set_elements(AAZStrType, ".") + + managed_resource_group_configuration = _builder.get(".properties.managedResourceGroupConfiguration") + if managed_resource_group_configuration is not None: + managed_resource_group_configuration.set_prop("location", AAZStrType, ".location") + managed_resource_group_configuration.set_prop("name", AAZStrType, ".name") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + + _schema_on_200_201 = cls._schema_on_200_201 + _schema_on_200_201.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200_201.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200_201.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200_201.tags = AAZDictType() + _schema_on_200_201.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200_201.properties + properties.analytics_workspace_id = AAZStrType( + serialized_name="analyticsWorkspaceId", + ) + properties.availability_zones = AAZListType( + serialized_name="availabilityZones", + ) + properties.cluster_versions = AAZListType( + serialized_name="clusterVersions", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.fabric_controller_id = AAZStrType( + serialized_name="fabricControllerId", + flags={"required": True}, + ) + properties.managed_resource_group_configuration = AAZObjectType( + serialized_name="managedResourceGroupConfiguration", + ) + properties.manager_extended_location = AAZObjectType( + serialized_name="managerExtendedLocation", + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.vm_size = AAZStrType( + serialized_name="vmSize", + ) + + availability_zones = cls._schema_on_200_201.properties.availability_zones + availability_zones.Element = AAZStrType() + + cluster_versions = cls._schema_on_200_201.properties.cluster_versions + cluster_versions.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.cluster_versions.Element + _element.support_expiry_date = AAZStrType( + serialized_name="supportExpiryDate", + flags={"read_only": True}, + ) + _element.target_cluster_version = AAZStrType( + serialized_name="targetClusterVersion", + flags={"read_only": True}, + ) + + managed_resource_group_configuration = cls._schema_on_200_201.properties.managed_resource_group_configuration + managed_resource_group_configuration.location = AAZStrType() + managed_resource_group_configuration.name = AAZStrType() + + manager_extended_location = cls._schema_on_200_201.properties.manager_extended_location + manager_extended_location.name = AAZStrType( + flags={"required": True}, + ) + manager_extended_location.type = AAZStrType( + flags={"required": True}, + ) + + system_data = cls._schema_on_200_201.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200_201.tags + tags.Element = AAZStrType() + + return cls._schema_on_200_201 + + +class _CreateHelper: + """Helper class for Create""" + + +__all__ = ["Create"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_delete.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_delete.py new file mode 100644 index 00000000000..15ee9471b67 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_delete.py @@ -0,0 +1,167 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud clustermanager delete", + is_experimental=True, + confirmation="Are you sure you want to perform this operation?", +) +class Delete(AAZCommand): + """Delete the provided cluster manager. + + :example: Delete cluster manager + az networkcloud clustermanager delete --name "clusterManagerName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clustermanagers/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.cluster_manager_name = AAZStrArg( + options=["-n", "--name", "--cluster-manager-name"], + help="The name of the cluster manager.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.ClusterManagersDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class ClusterManagersDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusterManagers/{clusterManagerName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "clusterManagerName", self.ctx.args.cluster_manager_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_list.py new file mode 100644 index 00000000000..3d868d924b2 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_list.py @@ -0,0 +1,472 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud clustermanager list", + is_experimental=True, +) +class List(AAZCommand): + """List cluster managers in the provided resource group or subscription. + + :example: List cluster managers for subscription + az networkcloud clustermanager list + + :example: List cluster managers for resource group + az networkcloud clustermanager list --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/clustermanagers", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clustermanagers", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + condition_0 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) + condition_1 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + if condition_0: + self.ClusterManagersListByResourceGroup(ctx=self.ctx)() + if condition_1: + self.ClusterManagersListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class ClusterManagersListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusterManagers", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.analytics_workspace_id = AAZStrType( + serialized_name="analyticsWorkspaceId", + ) + properties.availability_zones = AAZListType( + serialized_name="availabilityZones", + ) + properties.cluster_versions = AAZListType( + serialized_name="clusterVersions", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.fabric_controller_id = AAZStrType( + serialized_name="fabricControllerId", + flags={"required": True}, + ) + properties.managed_resource_group_configuration = AAZObjectType( + serialized_name="managedResourceGroupConfiguration", + ) + properties.manager_extended_location = AAZObjectType( + serialized_name="managerExtendedLocation", + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.vm_size = AAZStrType( + serialized_name="vmSize", + ) + + availability_zones = cls._schema_on_200.value.Element.properties.availability_zones + availability_zones.Element = AAZStrType() + + cluster_versions = cls._schema_on_200.value.Element.properties.cluster_versions + cluster_versions.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.cluster_versions.Element + _element.support_expiry_date = AAZStrType( + serialized_name="supportExpiryDate", + flags={"read_only": True}, + ) + _element.target_cluster_version = AAZStrType( + serialized_name="targetClusterVersion", + flags={"read_only": True}, + ) + + managed_resource_group_configuration = cls._schema_on_200.value.Element.properties.managed_resource_group_configuration + managed_resource_group_configuration.location = AAZStrType() + managed_resource_group_configuration.name = AAZStrType() + + manager_extended_location = cls._schema_on_200.value.Element.properties.manager_extended_location + manager_extended_location.name = AAZStrType( + flags={"required": True}, + ) + manager_extended_location.type = AAZStrType( + flags={"required": True}, + ) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + class ClusterManagersListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.NetworkCloud/clusterManagers", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.analytics_workspace_id = AAZStrType( + serialized_name="analyticsWorkspaceId", + ) + properties.availability_zones = AAZListType( + serialized_name="availabilityZones", + ) + properties.cluster_versions = AAZListType( + serialized_name="clusterVersions", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.fabric_controller_id = AAZStrType( + serialized_name="fabricControllerId", + flags={"required": True}, + ) + properties.managed_resource_group_configuration = AAZObjectType( + serialized_name="managedResourceGroupConfiguration", + ) + properties.manager_extended_location = AAZObjectType( + serialized_name="managerExtendedLocation", + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.vm_size = AAZStrType( + serialized_name="vmSize", + ) + + availability_zones = cls._schema_on_200.value.Element.properties.availability_zones + availability_zones.Element = AAZStrType() + + cluster_versions = cls._schema_on_200.value.Element.properties.cluster_versions + cluster_versions.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.cluster_versions.Element + _element.support_expiry_date = AAZStrType( + serialized_name="supportExpiryDate", + flags={"read_only": True}, + ) + _element.target_cluster_version = AAZStrType( + serialized_name="targetClusterVersion", + flags={"read_only": True}, + ) + + managed_resource_group_configuration = cls._schema_on_200.value.Element.properties.managed_resource_group_configuration + managed_resource_group_configuration.location = AAZStrType() + managed_resource_group_configuration.name = AAZStrType() + + manager_extended_location = cls._schema_on_200.value.Element.properties.manager_extended_location + manager_extended_location.name = AAZStrType( + flags={"required": True}, + ) + manager_extended_location.type = AAZStrType( + flags={"required": True}, + ) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_show.py new file mode 100644 index 00000000000..971e149bd8c --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_show.py @@ -0,0 +1,276 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud clustermanager show", + is_experimental=True, +) +class Show(AAZCommand): + """Get the properties of the provided cluster manager. + + :example: Get cluster manager + az networkcloud clustermanager show --name "clusterManagerName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clustermanagers/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.cluster_manager_name = AAZStrArg( + options=["-n", "--name", "--cluster-manager-name"], + help="The name of the cluster manager.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.ClusterManagersGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class ClusterManagersGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusterManagers/{clusterManagerName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "clusterManagerName", self.ctx.args.cluster_manager_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.analytics_workspace_id = AAZStrType( + serialized_name="analyticsWorkspaceId", + ) + properties.availability_zones = AAZListType( + serialized_name="availabilityZones", + ) + properties.cluster_versions = AAZListType( + serialized_name="clusterVersions", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.fabric_controller_id = AAZStrType( + serialized_name="fabricControllerId", + flags={"required": True}, + ) + properties.managed_resource_group_configuration = AAZObjectType( + serialized_name="managedResourceGroupConfiguration", + ) + properties.manager_extended_location = AAZObjectType( + serialized_name="managerExtendedLocation", + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.vm_size = AAZStrType( + serialized_name="vmSize", + ) + + availability_zones = cls._schema_on_200.properties.availability_zones + availability_zones.Element = AAZStrType() + + cluster_versions = cls._schema_on_200.properties.cluster_versions + cluster_versions.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.cluster_versions.Element + _element.support_expiry_date = AAZStrType( + serialized_name="supportExpiryDate", + flags={"read_only": True}, + ) + _element.target_cluster_version = AAZStrType( + serialized_name="targetClusterVersion", + flags={"read_only": True}, + ) + + managed_resource_group_configuration = cls._schema_on_200.properties.managed_resource_group_configuration + managed_resource_group_configuration.location = AAZStrType() + managed_resource_group_configuration.name = AAZStrType() + + manager_extended_location = cls._schema_on_200.properties.manager_extended_location + manager_extended_location.name = AAZStrType( + flags={"required": True}, + ) + manager_extended_location.type = AAZStrType( + flags={"required": True}, + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_update.py new file mode 100644 index 00000000000..fdca7c39b24 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_update.py @@ -0,0 +1,306 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud clustermanager update", + is_experimental=True, +) +class Update(AAZCommand): + """Update properties of the provided cluster manager, or update the tags assigned to the cluster manager. Properties and tag updates can be done independently. + + :example: Update tags for cluster manager + az networkcloud clustermanager update --name "clusterManagerName" --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clustermanagers/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.cluster_manager_name = AAZStrArg( + options=["-n", "--name", "--cluster-manager-name"], + help="The name of the cluster manager.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "ClusterManagerUpdateParameters" + + _args_schema = cls._args_schema + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="ClusterManagerUpdateParameters", + help="The Azure resource tags that will replace the existing ones.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.ClusterManagersUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class ClusterManagersUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusterManagers/{clusterManagerName}", + **self.url_parameters + ) + + @property + def method(self): + return "PATCH" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "clusterManagerName", self.ctx.args.cluster_manager_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"client_flatten": True}} + ) + _builder.set_prop("tags", AAZDictType, ".tags") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.analytics_workspace_id = AAZStrType( + serialized_name="analyticsWorkspaceId", + ) + properties.availability_zones = AAZListType( + serialized_name="availabilityZones", + ) + properties.cluster_versions = AAZListType( + serialized_name="clusterVersions", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.fabric_controller_id = AAZStrType( + serialized_name="fabricControllerId", + flags={"required": True}, + ) + properties.managed_resource_group_configuration = AAZObjectType( + serialized_name="managedResourceGroupConfiguration", + ) + properties.manager_extended_location = AAZObjectType( + serialized_name="managerExtendedLocation", + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.vm_size = AAZStrType( + serialized_name="vmSize", + ) + + availability_zones = cls._schema_on_200.properties.availability_zones + availability_zones.Element = AAZStrType() + + cluster_versions = cls._schema_on_200.properties.cluster_versions + cluster_versions.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.cluster_versions.Element + _element.support_expiry_date = AAZStrType( + serialized_name="supportExpiryDate", + flags={"read_only": True}, + ) + _element.target_cluster_version = AAZStrType( + serialized_name="targetClusterVersion", + flags={"read_only": True}, + ) + + managed_resource_group_configuration = cls._schema_on_200.properties.managed_resource_group_configuration + managed_resource_group_configuration.location = AAZStrType() + managed_resource_group_configuration.name = AAZStrType() + + manager_extended_location = cls._schema_on_200.properties.manager_extended_location + manager_extended_location.name = AAZStrType( + flags={"required": True}, + ) + manager_extended_location.type = AAZStrType( + flags={"required": True}, + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _UpdateHelper: + """Helper class for Update""" + + +__all__ = ["Update"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_wait.py new file mode 100644 index 00000000000..8e86ae52140 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_wait.py @@ -0,0 +1,271 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud clustermanager wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clustermanagers/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.cluster_manager_name = AAZStrArg( + options=["-n", "--name", "--cluster-manager-name"], + help="The name of the cluster manager.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.ClusterManagersGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class ClusterManagersGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusterManagers/{clusterManagerName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "clusterManagerName", self.ctx.args.cluster_manager_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.analytics_workspace_id = AAZStrType( + serialized_name="analyticsWorkspaceId", + ) + properties.availability_zones = AAZListType( + serialized_name="availabilityZones", + ) + properties.cluster_versions = AAZListType( + serialized_name="clusterVersions", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.fabric_controller_id = AAZStrType( + serialized_name="fabricControllerId", + flags={"required": True}, + ) + properties.managed_resource_group_configuration = AAZObjectType( + serialized_name="managedResourceGroupConfiguration", + ) + properties.manager_extended_location = AAZObjectType( + serialized_name="managerExtendedLocation", + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.vm_size = AAZStrType( + serialized_name="vmSize", + ) + + availability_zones = cls._schema_on_200.properties.availability_zones + availability_zones.Element = AAZStrType() + + cluster_versions = cls._schema_on_200.properties.cluster_versions + cluster_versions.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.cluster_versions.Element + _element.support_expiry_date = AAZStrType( + serialized_name="supportExpiryDate", + flags={"read_only": True}, + ) + _element.target_cluster_version = AAZStrType( + serialized_name="targetClusterVersion", + flags={"read_only": True}, + ) + + managed_resource_group_configuration = cls._schema_on_200.properties.managed_resource_group_configuration + managed_resource_group_configuration.location = AAZStrType() + managed_resource_group_configuration.name = AAZStrType() + + manager_extended_location = cls._schema_on_200.properties.manager_extended_location + manager_extended_location.name = AAZStrType( + flags={"required": True}, + ) + manager_extended_location.type = AAZStrType( + flags={"required": True}, + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + +__all__ = ["Wait"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/defaultcninetwork/__cmd_group.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/defaultcninetwork/__cmd_group.py new file mode 100644 index 00000000000..8509d39c70b --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/defaultcninetwork/__cmd_group.py @@ -0,0 +1,24 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkcloud defaultcninetwork", + is_experimental=True, +) +class __CMDGroup(AAZCommandGroup): + """Manage default CNI network + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/defaultcninetwork/__init__.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/defaultcninetwork/__init__.py new file mode 100644 index 00000000000..db73033039b --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/defaultcninetwork/__init__.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._list import * +from ._show import * +from ._update import * +from ._wait import * diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/defaultcninetwork/_create.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/defaultcninetwork/_create.py new file mode 100644 index 00000000000..7a4a2c2f05e --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/defaultcninetwork/_create.py @@ -0,0 +1,593 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud defaultcninetwork create", + is_experimental=True, +) +class Create(AAZCommand): + """Create a new default CNI network or update the properties of the existing default CNI network. + + :example: Create or update default CNI network + az networkcloud defaultcninetwork create --name "defaultCniNetworkName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --cni-bgp-configuration "{bgpPeers:[{asNumber:64497,peerIp:'203.0.113.254'}],communityAdvertisements:[{communities:['64512','100'],subnetPrefix:'192.0.2.0/27'}],serviceExternalPrefixes:['192.0.2.0/28'],serviceLoadBalancerPrefixes:['192.0.2.16/28']}" --ip-allocation-type "DualStack" --ipv4-connected-prefix "203.0.113.0/24" --ipv6-connected-prefix "2001:db8:0:3::/64" --l3-isolation-domain-id "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/l3IsolationDomainName" --vlan 12 --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/defaultcninetworks/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.default_cni_network_name = AAZStrArg( + options=["-n", "--name", "--default-cni-network-name"], + help="The name of the default CNI network.", + required=True, + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "DefaultCniNetworkParameters" + + _args_schema = cls._args_schema + _args_schema.extended_location = AAZObjectArg( + options=["--extended-location"], + arg_group="DefaultCniNetworkParameters", + help="The extended location of the cluster associated with the resource.", + required=True, + ) + _args_schema.location = AAZResourceLocationArg( + arg_group="DefaultCniNetworkParameters", + help="The geo-location where the resource lives", + required=True, + fmt=AAZResourceLocationArgFormat( + resource_group_arg="resource_group", + ), + ) + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="DefaultCniNetworkParameters", + help="Resource tags.", + ) + + extended_location = cls._args_schema.extended_location + extended_location.name = AAZStrArg( + options=["name"], + help="The resource ID of the extended location on which the resource will be created.", + required=True, + ) + extended_location.type = AAZStrArg( + options=["type"], + help="The extended location type, for example, CustomLocation.", + required=True, + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.cni_bgp_configuration = AAZObjectArg( + options=["--cni-bgp-configuration"], + arg_group="Properties", + help="The Calico BGP configuration.", + ) + _args_schema.ip_allocation_type = AAZStrArg( + options=["--ip-allocation-type"], + arg_group="Properties", + help="The type of the IP address allocation.", + default="DualStack", + enum={"DualStack": "DualStack", "IPV4": "IPV4", "IPV6": "IPV6"}, + ) + _args_schema.ipv4_connected_prefix = AAZStrArg( + options=["--ipv4-connected-prefix"], + arg_group="Properties", + help="The IPV4 prefix (CIDR) assigned to this default CNI network. It is required when the IP allocation type is IPV4 or DualStack.", + ) + _args_schema.ipv6_connected_prefix = AAZStrArg( + options=["--ipv6-connected-prefix"], + arg_group="Properties", + help="The IPV6 prefix (CIDR) assigned to this default CNI network. It is required when the IP allocation type is IPV6 or DualStack.", + ) + _args_schema.l3_isolation_domain_id = AAZStrArg( + options=["--l3-isolation-domain-id"], + arg_group="Properties", + help="The resource ID of the Network Fabric l3IsolationDomain.", + required=True, + ) + _args_schema.vlan = AAZIntArg( + options=["--vlan"], + arg_group="Properties", + help="The VLAN from the l3IsolationDomain that is used for this network.", + required=True, + fmt=AAZIntArgFormat( + maximum=4094, + minimum=1, + ), + ) + + cni_bgp_configuration = cls._args_schema.cni_bgp_configuration + cni_bgp_configuration.bgp_peers = AAZListArg( + options=["bgp-peers"], + help="The list of BgpPeer entities that the Hybrid AKS cluster will peer with in addition to peering that occurs automatically with the switch fabric.", + ) + cni_bgp_configuration.community_advertisements = AAZListArg( + options=["community-advertisements"], + help="The list of prefix community advertisement properties. Each prefix community specifies a prefix, and the communities that should be associated with that prefix when it is announced.", + ) + cni_bgp_configuration.node_mesh_password = AAZStrArg( + options=["node-mesh-password"], + help="The password of the Calico node mesh. It defaults to a randomly-generated string when not provided.", + fmt=AAZStrArgFormat( + pattern="^[a-zA-Z0-9]{0,80}$", + max_length=80, + ), + ) + cni_bgp_configuration.service_external_prefixes = AAZListArg( + options=["service-external-prefixes"], + help="The subnet blocks in CIDR format for Kubernetes service external IPs to be advertised over BGP.", + ) + cni_bgp_configuration.service_load_balancer_prefixes = AAZListArg( + options=["service-load-balancer-prefixes"], + help="The subnet blocks in CIDR format for Kubernetes load balancers. Load balancer IPs will only be advertised if they are within one of these blocks.", + ) + + bgp_peers = cls._args_schema.cni_bgp_configuration.bgp_peers + bgp_peers.Element = AAZObjectArg() + + _element = cls._args_schema.cni_bgp_configuration.bgp_peers.Element + _element.as_number = AAZIntArg( + options=["as-number"], + help="The ASN (Autonomous System Number) of the BGP peer.", + required=True, + fmt=AAZIntArgFormat( + maximum=4294967295, + minimum=0, + ), + ) + _element.password = AAZStrArg( + options=["password"], + help="The password for this peering neighbor. It defaults to no password if not specified.", + fmt=AAZStrArgFormat( + pattern="^[a-zA-Z0-9]{0,80}$", + max_length=80, + ), + ) + _element.peer_ip = AAZStrArg( + options=["peer-ip"], + help="The IPv4 or IPv6 address to peer with the associated CNI Network. The IP version type will drive a peering with the same version type from the Default CNI Network. For example, IPv4 to IPv4 or IPv6 to IPv6.", + required=True, + ) + + community_advertisements = cls._args_schema.cni_bgp_configuration.community_advertisements + community_advertisements.Element = AAZObjectArg() + + _element = cls._args_schema.cni_bgp_configuration.community_advertisements.Element + _element.communities = AAZListArg( + options=["communities"], + help="The list of community strings to announce with this prefix.", + required=True, + ) + _element.subnet_prefix = AAZStrArg( + options=["subnet-prefix"], + help="The subnet in CIDR format for which properties should be advertised.", + required=True, + ) + + communities = cls._args_schema.cni_bgp_configuration.community_advertisements.Element.communities + communities.Element = AAZStrArg() + + service_external_prefixes = cls._args_schema.cni_bgp_configuration.service_external_prefixes + service_external_prefixes.Element = AAZStrArg() + + service_load_balancer_prefixes = cls._args_schema.cni_bgp_configuration.service_load_balancer_prefixes + service_load_balancer_prefixes.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.DefaultCniNetworksCreateOrUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class DefaultCniNetworksCreateOrUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/defaultCniNetworks/{defaultCniNetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "defaultCniNetworkName", self.ctx.args.default_cni_network_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("extendedLocation", AAZObjectType, ".extended_location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("location", AAZStrType, ".location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("properties", AAZObjectType, ".", typ_kwargs={"flags": {"required": True, "client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + extended_location = _builder.get(".extendedLocation") + if extended_location is not None: + extended_location.set_prop("name", AAZStrType, ".name", typ_kwargs={"flags": {"required": True}}) + extended_location.set_prop("type", AAZStrType, ".type", typ_kwargs={"flags": {"required": True}}) + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("cniBgpConfiguration", AAZObjectType, ".cni_bgp_configuration") + properties.set_prop("ipAllocationType", AAZStrType, ".ip_allocation_type") + properties.set_prop("ipv4ConnectedPrefix", AAZStrType, ".ipv4_connected_prefix") + properties.set_prop("ipv6ConnectedPrefix", AAZStrType, ".ipv6_connected_prefix") + properties.set_prop("l3IsolationDomainId", AAZStrType, ".l3_isolation_domain_id", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("vlan", AAZIntType, ".vlan", typ_kwargs={"flags": {"required": True}}) + + cni_bgp_configuration = _builder.get(".properties.cniBgpConfiguration") + if cni_bgp_configuration is not None: + cni_bgp_configuration.set_prop("bgpPeers", AAZListType, ".bgp_peers") + cni_bgp_configuration.set_prop("communityAdvertisements", AAZListType, ".community_advertisements") + cni_bgp_configuration.set_prop("nodeMeshPassword", AAZStrType, ".node_mesh_password", typ_kwargs={"flags": {"secret": True}}) + cni_bgp_configuration.set_prop("serviceExternalPrefixes", AAZListType, ".service_external_prefixes") + cni_bgp_configuration.set_prop("serviceLoadBalancerPrefixes", AAZListType, ".service_load_balancer_prefixes") + + bgp_peers = _builder.get(".properties.cniBgpConfiguration.bgpPeers") + if bgp_peers is not None: + bgp_peers.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.cniBgpConfiguration.bgpPeers[]") + if _elements is not None: + _elements.set_prop("asNumber", AAZIntType, ".as_number", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("password", AAZStrType, ".password", typ_kwargs={"flags": {"secret": True}}) + _elements.set_prop("peerIp", AAZStrType, ".peer_ip", typ_kwargs={"flags": {"required": True}}) + + community_advertisements = _builder.get(".properties.cniBgpConfiguration.communityAdvertisements") + if community_advertisements is not None: + community_advertisements.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.cniBgpConfiguration.communityAdvertisements[]") + if _elements is not None: + _elements.set_prop("communities", AAZListType, ".communities", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("subnetPrefix", AAZStrType, ".subnet_prefix", typ_kwargs={"flags": {"required": True}}) + + communities = _builder.get(".properties.cniBgpConfiguration.communityAdvertisements[].communities") + if communities is not None: + communities.set_elements(AAZStrType, ".") + + service_external_prefixes = _builder.get(".properties.cniBgpConfiguration.serviceExternalPrefixes") + if service_external_prefixes is not None: + service_external_prefixes.set_elements(AAZStrType, ".") + + service_load_balancer_prefixes = _builder.get(".properties.cniBgpConfiguration.serviceLoadBalancerPrefixes") + if service_load_balancer_prefixes is not None: + service_load_balancer_prefixes.set_elements(AAZStrType, ".") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + + _schema_on_200_201 = cls._schema_on_200_201 + _schema_on_200_201.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200_201.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200_201.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200_201.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200_201.tags = AAZDictType() + _schema_on_200_201.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200_201.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200_201.properties + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.cni_as_number = AAZIntType( + serialized_name="cniAsNumber", + flags={"read_only": True}, + ) + properties.cni_bgp_configuration = AAZObjectType( + serialized_name="cniBgpConfiguration", + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.fabric_bgp_peers = AAZListType( + serialized_name="fabricBgpPeers", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + flags={"read_only": True}, + ) + properties.ip_allocation_type = AAZStrType( + serialized_name="ipAllocationType", + ) + properties.ipv4_connected_prefix = AAZStrType( + serialized_name="ipv4ConnectedPrefix", + ) + properties.ipv6_connected_prefix = AAZStrType( + serialized_name="ipv6ConnectedPrefix", + ) + properties.l3_isolation_domain_id = AAZStrType( + serialized_name="l3IsolationDomainId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.vlan = AAZIntType( + flags={"required": True}, + ) + + cni_bgp_configuration = cls._schema_on_200_201.properties.cni_bgp_configuration + cni_bgp_configuration.bgp_peers = AAZListType( + serialized_name="bgpPeers", + ) + cni_bgp_configuration.community_advertisements = AAZListType( + serialized_name="communityAdvertisements", + ) + cni_bgp_configuration.service_external_prefixes = AAZListType( + serialized_name="serviceExternalPrefixes", + ) + cni_bgp_configuration.service_load_balancer_prefixes = AAZListType( + serialized_name="serviceLoadBalancerPrefixes", + ) + + bgp_peers = cls._schema_on_200_201.properties.cni_bgp_configuration.bgp_peers + bgp_peers.Element = AAZObjectType() + _CreateHelper._build_schema_bgp_peer_read(bgp_peers.Element) + + community_advertisements = cls._schema_on_200_201.properties.cni_bgp_configuration.community_advertisements + community_advertisements.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.cni_bgp_configuration.community_advertisements.Element + _element.communities = AAZListType( + flags={"required": True}, + ) + _element.subnet_prefix = AAZStrType( + serialized_name="subnetPrefix", + flags={"required": True}, + ) + + communities = cls._schema_on_200_201.properties.cni_bgp_configuration.community_advertisements.Element.communities + communities.Element = AAZStrType() + + service_external_prefixes = cls._schema_on_200_201.properties.cni_bgp_configuration.service_external_prefixes + service_external_prefixes.Element = AAZStrType() + + service_load_balancer_prefixes = cls._schema_on_200_201.properties.cni_bgp_configuration.service_load_balancer_prefixes + service_load_balancer_prefixes.Element = AAZStrType() + + fabric_bgp_peers = cls._schema_on_200_201.properties.fabric_bgp_peers + fabric_bgp_peers.Element = AAZObjectType() + _CreateHelper._build_schema_bgp_peer_read(fabric_bgp_peers.Element) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200_201.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + system_data = cls._schema_on_200_201.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200_201.tags + tags.Element = AAZStrType() + + return cls._schema_on_200_201 + + +class _CreateHelper: + """Helper class for Create""" + + _schema_bgp_peer_read = None + + @classmethod + def _build_schema_bgp_peer_read(cls, _schema): + if cls._schema_bgp_peer_read is not None: + _schema.as_number = cls._schema_bgp_peer_read.as_number + _schema.peer_ip = cls._schema_bgp_peer_read.peer_ip + return + + cls._schema_bgp_peer_read = _schema_bgp_peer_read = AAZObjectType() + + bgp_peer_read = _schema_bgp_peer_read + bgp_peer_read.as_number = AAZIntType( + serialized_name="asNumber", + flags={"required": True}, + ) + bgp_peer_read.peer_ip = AAZStrType( + serialized_name="peerIp", + flags={"required": True}, + ) + + _schema.as_number = cls._schema_bgp_peer_read.as_number + _schema.peer_ip = cls._schema_bgp_peer_read.peer_ip + + +__all__ = ["Create"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/defaultcninetwork/_delete.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/defaultcninetwork/_delete.py new file mode 100644 index 00000000000..511228d2850 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/defaultcninetwork/_delete.py @@ -0,0 +1,167 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud defaultcninetwork delete", + is_experimental=True, + confirmation="Are you sure you want to perform this operation?", +) +class Delete(AAZCommand): + """Delete the provided default CNI network. + + :example: Delete default CNI network + az networkcloud defaultcninetwork delete --name "defaultCniNetworkName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/defaultcninetworks/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.default_cni_network_name = AAZStrArg( + options=["-n", "--name", "--default-cni-network-name"], + help="The name of the default CNI network.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.DefaultCniNetworksDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class DefaultCniNetworksDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/defaultCniNetworks/{defaultCniNetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "defaultCniNetworkName", self.ctx.args.default_cni_network_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/defaultcninetwork/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/defaultcninetwork/_list.py new file mode 100644 index 00000000000..6be1a6d447a --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/defaultcninetwork/_list.py @@ -0,0 +1,588 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud defaultcninetwork list", + is_experimental=True, +) +class List(AAZCommand): + """List default CNI networks in the provided resource group or subscription. + + :example: List default CNI networks for resource group + az networkcloud defaultcninetwork list --resource-group "resourceGroupName" + + :example: List default CNI networks for subscription + az networkcloud defaultcninetwork list + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/defaultcninetworks", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/defaultcninetworks", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + condition_0 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) + condition_1 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + if condition_0: + self.DefaultCniNetworksListByResourceGroup(ctx=self.ctx)() + if condition_1: + self.DefaultCniNetworksListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class DefaultCniNetworksListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/defaultCniNetworks", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.cni_as_number = AAZIntType( + serialized_name="cniAsNumber", + flags={"read_only": True}, + ) + properties.cni_bgp_configuration = AAZObjectType( + serialized_name="cniBgpConfiguration", + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.fabric_bgp_peers = AAZListType( + serialized_name="fabricBgpPeers", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + flags={"read_only": True}, + ) + properties.ip_allocation_type = AAZStrType( + serialized_name="ipAllocationType", + ) + properties.ipv4_connected_prefix = AAZStrType( + serialized_name="ipv4ConnectedPrefix", + ) + properties.ipv6_connected_prefix = AAZStrType( + serialized_name="ipv6ConnectedPrefix", + ) + properties.l3_isolation_domain_id = AAZStrType( + serialized_name="l3IsolationDomainId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.vlan = AAZIntType( + flags={"required": True}, + ) + + cni_bgp_configuration = cls._schema_on_200.value.Element.properties.cni_bgp_configuration + cni_bgp_configuration.bgp_peers = AAZListType( + serialized_name="bgpPeers", + ) + cni_bgp_configuration.community_advertisements = AAZListType( + serialized_name="communityAdvertisements", + ) + cni_bgp_configuration.service_external_prefixes = AAZListType( + serialized_name="serviceExternalPrefixes", + ) + cni_bgp_configuration.service_load_balancer_prefixes = AAZListType( + serialized_name="serviceLoadBalancerPrefixes", + ) + + bgp_peers = cls._schema_on_200.value.Element.properties.cni_bgp_configuration.bgp_peers + bgp_peers.Element = AAZObjectType() + _ListHelper._build_schema_bgp_peer_read(bgp_peers.Element) + + community_advertisements = cls._schema_on_200.value.Element.properties.cni_bgp_configuration.community_advertisements + community_advertisements.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.cni_bgp_configuration.community_advertisements.Element + _element.communities = AAZListType( + flags={"required": True}, + ) + _element.subnet_prefix = AAZStrType( + serialized_name="subnetPrefix", + flags={"required": True}, + ) + + communities = cls._schema_on_200.value.Element.properties.cni_bgp_configuration.community_advertisements.Element.communities + communities.Element = AAZStrType() + + service_external_prefixes = cls._schema_on_200.value.Element.properties.cni_bgp_configuration.service_external_prefixes + service_external_prefixes.Element = AAZStrType() + + service_load_balancer_prefixes = cls._schema_on_200.value.Element.properties.cni_bgp_configuration.service_load_balancer_prefixes + service_load_balancer_prefixes.Element = AAZStrType() + + fabric_bgp_peers = cls._schema_on_200.value.Element.properties.fabric_bgp_peers + fabric_bgp_peers.Element = AAZObjectType() + _ListHelper._build_schema_bgp_peer_read(fabric_bgp_peers.Element) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200.value.Element.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + class DefaultCniNetworksListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.NetworkCloud/defaultCniNetworks", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.cni_as_number = AAZIntType( + serialized_name="cniAsNumber", + flags={"read_only": True}, + ) + properties.cni_bgp_configuration = AAZObjectType( + serialized_name="cniBgpConfiguration", + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.fabric_bgp_peers = AAZListType( + serialized_name="fabricBgpPeers", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + flags={"read_only": True}, + ) + properties.ip_allocation_type = AAZStrType( + serialized_name="ipAllocationType", + ) + properties.ipv4_connected_prefix = AAZStrType( + serialized_name="ipv4ConnectedPrefix", + ) + properties.ipv6_connected_prefix = AAZStrType( + serialized_name="ipv6ConnectedPrefix", + ) + properties.l3_isolation_domain_id = AAZStrType( + serialized_name="l3IsolationDomainId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.vlan = AAZIntType( + flags={"required": True}, + ) + + cni_bgp_configuration = cls._schema_on_200.value.Element.properties.cni_bgp_configuration + cni_bgp_configuration.bgp_peers = AAZListType( + serialized_name="bgpPeers", + ) + cni_bgp_configuration.community_advertisements = AAZListType( + serialized_name="communityAdvertisements", + ) + cni_bgp_configuration.service_external_prefixes = AAZListType( + serialized_name="serviceExternalPrefixes", + ) + cni_bgp_configuration.service_load_balancer_prefixes = AAZListType( + serialized_name="serviceLoadBalancerPrefixes", + ) + + bgp_peers = cls._schema_on_200.value.Element.properties.cni_bgp_configuration.bgp_peers + bgp_peers.Element = AAZObjectType() + _ListHelper._build_schema_bgp_peer_read(bgp_peers.Element) + + community_advertisements = cls._schema_on_200.value.Element.properties.cni_bgp_configuration.community_advertisements + community_advertisements.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.cni_bgp_configuration.community_advertisements.Element + _element.communities = AAZListType( + flags={"required": True}, + ) + _element.subnet_prefix = AAZStrType( + serialized_name="subnetPrefix", + flags={"required": True}, + ) + + communities = cls._schema_on_200.value.Element.properties.cni_bgp_configuration.community_advertisements.Element.communities + communities.Element = AAZStrType() + + service_external_prefixes = cls._schema_on_200.value.Element.properties.cni_bgp_configuration.service_external_prefixes + service_external_prefixes.Element = AAZStrType() + + service_load_balancer_prefixes = cls._schema_on_200.value.Element.properties.cni_bgp_configuration.service_load_balancer_prefixes + service_load_balancer_prefixes.Element = AAZStrType() + + fabric_bgp_peers = cls._schema_on_200.value.Element.properties.fabric_bgp_peers + fabric_bgp_peers.Element = AAZObjectType() + _ListHelper._build_schema_bgp_peer_read(fabric_bgp_peers.Element) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200.value.Element.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + _schema_bgp_peer_read = None + + @classmethod + def _build_schema_bgp_peer_read(cls, _schema): + if cls._schema_bgp_peer_read is not None: + _schema.as_number = cls._schema_bgp_peer_read.as_number + _schema.peer_ip = cls._schema_bgp_peer_read.peer_ip + return + + cls._schema_bgp_peer_read = _schema_bgp_peer_read = AAZObjectType() + + bgp_peer_read = _schema_bgp_peer_read + bgp_peer_read.as_number = AAZIntType( + serialized_name="asNumber", + flags={"required": True}, + ) + bgp_peer_read.peer_ip = AAZStrType( + serialized_name="peerIp", + flags={"required": True}, + ) + + _schema.as_number = cls._schema_bgp_peer_read.as_number + _schema.peer_ip = cls._schema_bgp_peer_read.peer_ip + + +__all__ = ["List"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/defaultcninetwork/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/defaultcninetwork/_show.py new file mode 100644 index 00000000000..a72f1a7f60d --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/defaultcninetwork/_show.py @@ -0,0 +1,346 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud defaultcninetwork show", + is_experimental=True, +) +class Show(AAZCommand): + """Get properties of the provided default CNI network. + + :example: Get default CNI network + az networkcloud defaultcninetwork show --name "defaultCniNetworkName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/defaultcninetworks/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.default_cni_network_name = AAZStrArg( + options=["-n", "--name", "--default-cni-network-name"], + help="The name of the default CNI network.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.DefaultCniNetworksGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class DefaultCniNetworksGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/defaultCniNetworks/{defaultCniNetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "defaultCniNetworkName", self.ctx.args.default_cni_network_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.cni_as_number = AAZIntType( + serialized_name="cniAsNumber", + flags={"read_only": True}, + ) + properties.cni_bgp_configuration = AAZObjectType( + serialized_name="cniBgpConfiguration", + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.fabric_bgp_peers = AAZListType( + serialized_name="fabricBgpPeers", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + flags={"read_only": True}, + ) + properties.ip_allocation_type = AAZStrType( + serialized_name="ipAllocationType", + ) + properties.ipv4_connected_prefix = AAZStrType( + serialized_name="ipv4ConnectedPrefix", + ) + properties.ipv6_connected_prefix = AAZStrType( + serialized_name="ipv6ConnectedPrefix", + ) + properties.l3_isolation_domain_id = AAZStrType( + serialized_name="l3IsolationDomainId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.vlan = AAZIntType( + flags={"required": True}, + ) + + cni_bgp_configuration = cls._schema_on_200.properties.cni_bgp_configuration + cni_bgp_configuration.bgp_peers = AAZListType( + serialized_name="bgpPeers", + ) + cni_bgp_configuration.community_advertisements = AAZListType( + serialized_name="communityAdvertisements", + ) + cni_bgp_configuration.service_external_prefixes = AAZListType( + serialized_name="serviceExternalPrefixes", + ) + cni_bgp_configuration.service_load_balancer_prefixes = AAZListType( + serialized_name="serviceLoadBalancerPrefixes", + ) + + bgp_peers = cls._schema_on_200.properties.cni_bgp_configuration.bgp_peers + bgp_peers.Element = AAZObjectType() + _ShowHelper._build_schema_bgp_peer_read(bgp_peers.Element) + + community_advertisements = cls._schema_on_200.properties.cni_bgp_configuration.community_advertisements + community_advertisements.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.cni_bgp_configuration.community_advertisements.Element + _element.communities = AAZListType( + flags={"required": True}, + ) + _element.subnet_prefix = AAZStrType( + serialized_name="subnetPrefix", + flags={"required": True}, + ) + + communities = cls._schema_on_200.properties.cni_bgp_configuration.community_advertisements.Element.communities + communities.Element = AAZStrType() + + service_external_prefixes = cls._schema_on_200.properties.cni_bgp_configuration.service_external_prefixes + service_external_prefixes.Element = AAZStrType() + + service_load_balancer_prefixes = cls._schema_on_200.properties.cni_bgp_configuration.service_load_balancer_prefixes + service_load_balancer_prefixes.Element = AAZStrType() + + fabric_bgp_peers = cls._schema_on_200.properties.fabric_bgp_peers + fabric_bgp_peers.Element = AAZObjectType() + _ShowHelper._build_schema_bgp_peer_read(fabric_bgp_peers.Element) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + _schema_bgp_peer_read = None + + @classmethod + def _build_schema_bgp_peer_read(cls, _schema): + if cls._schema_bgp_peer_read is not None: + _schema.as_number = cls._schema_bgp_peer_read.as_number + _schema.peer_ip = cls._schema_bgp_peer_read.peer_ip + return + + cls._schema_bgp_peer_read = _schema_bgp_peer_read = AAZObjectType() + + bgp_peer_read = _schema_bgp_peer_read + bgp_peer_read.as_number = AAZIntType( + serialized_name="asNumber", + flags={"required": True}, + ) + bgp_peer_read.peer_ip = AAZStrType( + serialized_name="peerIp", + flags={"required": True}, + ) + + _schema.as_number = cls._schema_bgp_peer_read.as_number + _schema.peer_ip = cls._schema_bgp_peer_read.peer_ip + + +__all__ = ["Show"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/defaultcninetwork/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/defaultcninetwork/_update.py new file mode 100644 index 00000000000..aba1d4c4a4c --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/defaultcninetwork/_update.py @@ -0,0 +1,376 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud defaultcninetwork update", + is_experimental=True, +) +class Update(AAZCommand): + """Update tags associated with the provided default CNI network. + + :example: Update tags for CNI network + az networkcloud defaultcninetwork update --tags key1="myvalue1" key2="myvalue2" --name "defaultCniNetworkName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/defaultcninetworks/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.default_cni_network_name = AAZStrArg( + options=["-n", "--name", "--default-cni-network-name"], + help="The name of the default CNI network.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "DefaultCniNetworkUpdateParameters" + + _args_schema = cls._args_schema + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="DefaultCniNetworkUpdateParameters", + help="The Azure resource tags that will replace the existing ones.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.DefaultCniNetworksUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class DefaultCniNetworksUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/defaultCniNetworks/{defaultCniNetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "PATCH" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "defaultCniNetworkName", self.ctx.args.default_cni_network_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"client_flatten": True}} + ) + _builder.set_prop("tags", AAZDictType, ".tags") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.cni_as_number = AAZIntType( + serialized_name="cniAsNumber", + flags={"read_only": True}, + ) + properties.cni_bgp_configuration = AAZObjectType( + serialized_name="cniBgpConfiguration", + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.fabric_bgp_peers = AAZListType( + serialized_name="fabricBgpPeers", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + flags={"read_only": True}, + ) + properties.ip_allocation_type = AAZStrType( + serialized_name="ipAllocationType", + ) + properties.ipv4_connected_prefix = AAZStrType( + serialized_name="ipv4ConnectedPrefix", + ) + properties.ipv6_connected_prefix = AAZStrType( + serialized_name="ipv6ConnectedPrefix", + ) + properties.l3_isolation_domain_id = AAZStrType( + serialized_name="l3IsolationDomainId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.vlan = AAZIntType( + flags={"required": True}, + ) + + cni_bgp_configuration = cls._schema_on_200.properties.cni_bgp_configuration + cni_bgp_configuration.bgp_peers = AAZListType( + serialized_name="bgpPeers", + ) + cni_bgp_configuration.community_advertisements = AAZListType( + serialized_name="communityAdvertisements", + ) + cni_bgp_configuration.service_external_prefixes = AAZListType( + serialized_name="serviceExternalPrefixes", + ) + cni_bgp_configuration.service_load_balancer_prefixes = AAZListType( + serialized_name="serviceLoadBalancerPrefixes", + ) + + bgp_peers = cls._schema_on_200.properties.cni_bgp_configuration.bgp_peers + bgp_peers.Element = AAZObjectType() + _UpdateHelper._build_schema_bgp_peer_read(bgp_peers.Element) + + community_advertisements = cls._schema_on_200.properties.cni_bgp_configuration.community_advertisements + community_advertisements.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.cni_bgp_configuration.community_advertisements.Element + _element.communities = AAZListType( + flags={"required": True}, + ) + _element.subnet_prefix = AAZStrType( + serialized_name="subnetPrefix", + flags={"required": True}, + ) + + communities = cls._schema_on_200.properties.cni_bgp_configuration.community_advertisements.Element.communities + communities.Element = AAZStrType() + + service_external_prefixes = cls._schema_on_200.properties.cni_bgp_configuration.service_external_prefixes + service_external_prefixes.Element = AAZStrType() + + service_load_balancer_prefixes = cls._schema_on_200.properties.cni_bgp_configuration.service_load_balancer_prefixes + service_load_balancer_prefixes.Element = AAZStrType() + + fabric_bgp_peers = cls._schema_on_200.properties.fabric_bgp_peers + fabric_bgp_peers.Element = AAZObjectType() + _UpdateHelper._build_schema_bgp_peer_read(fabric_bgp_peers.Element) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _UpdateHelper: + """Helper class for Update""" + + _schema_bgp_peer_read = None + + @classmethod + def _build_schema_bgp_peer_read(cls, _schema): + if cls._schema_bgp_peer_read is not None: + _schema.as_number = cls._schema_bgp_peer_read.as_number + _schema.peer_ip = cls._schema_bgp_peer_read.peer_ip + return + + cls._schema_bgp_peer_read = _schema_bgp_peer_read = AAZObjectType() + + bgp_peer_read = _schema_bgp_peer_read + bgp_peer_read.as_number = AAZIntType( + serialized_name="asNumber", + flags={"required": True}, + ) + bgp_peer_read.peer_ip = AAZStrType( + serialized_name="peerIp", + flags={"required": True}, + ) + + _schema.as_number = cls._schema_bgp_peer_read.as_number + _schema.peer_ip = cls._schema_bgp_peer_read.peer_ip + + +__all__ = ["Update"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/defaultcninetwork/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/defaultcninetwork/_wait.py new file mode 100644 index 00000000000..6e99d2b1335 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/defaultcninetwork/_wait.py @@ -0,0 +1,341 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud defaultcninetwork wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/defaultcninetworks/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.default_cni_network_name = AAZStrArg( + options=["-n", "--name", "--default-cni-network-name"], + help="The name of the default CNI network.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.DefaultCniNetworksGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class DefaultCniNetworksGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/defaultCniNetworks/{defaultCniNetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "defaultCniNetworkName", self.ctx.args.default_cni_network_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.cni_as_number = AAZIntType( + serialized_name="cniAsNumber", + flags={"read_only": True}, + ) + properties.cni_bgp_configuration = AAZObjectType( + serialized_name="cniBgpConfiguration", + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.fabric_bgp_peers = AAZListType( + serialized_name="fabricBgpPeers", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + flags={"read_only": True}, + ) + properties.ip_allocation_type = AAZStrType( + serialized_name="ipAllocationType", + ) + properties.ipv4_connected_prefix = AAZStrType( + serialized_name="ipv4ConnectedPrefix", + ) + properties.ipv6_connected_prefix = AAZStrType( + serialized_name="ipv6ConnectedPrefix", + ) + properties.l3_isolation_domain_id = AAZStrType( + serialized_name="l3IsolationDomainId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.vlan = AAZIntType( + flags={"required": True}, + ) + + cni_bgp_configuration = cls._schema_on_200.properties.cni_bgp_configuration + cni_bgp_configuration.bgp_peers = AAZListType( + serialized_name="bgpPeers", + ) + cni_bgp_configuration.community_advertisements = AAZListType( + serialized_name="communityAdvertisements", + ) + cni_bgp_configuration.service_external_prefixes = AAZListType( + serialized_name="serviceExternalPrefixes", + ) + cni_bgp_configuration.service_load_balancer_prefixes = AAZListType( + serialized_name="serviceLoadBalancerPrefixes", + ) + + bgp_peers = cls._schema_on_200.properties.cni_bgp_configuration.bgp_peers + bgp_peers.Element = AAZObjectType() + _WaitHelper._build_schema_bgp_peer_read(bgp_peers.Element) + + community_advertisements = cls._schema_on_200.properties.cni_bgp_configuration.community_advertisements + community_advertisements.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.cni_bgp_configuration.community_advertisements.Element + _element.communities = AAZListType( + flags={"required": True}, + ) + _element.subnet_prefix = AAZStrType( + serialized_name="subnetPrefix", + flags={"required": True}, + ) + + communities = cls._schema_on_200.properties.cni_bgp_configuration.community_advertisements.Element.communities + communities.Element = AAZStrType() + + service_external_prefixes = cls._schema_on_200.properties.cni_bgp_configuration.service_external_prefixes + service_external_prefixes.Element = AAZStrType() + + service_load_balancer_prefixes = cls._schema_on_200.properties.cni_bgp_configuration.service_load_balancer_prefixes + service_load_balancer_prefixes.Element = AAZStrType() + + fabric_bgp_peers = cls._schema_on_200.properties.fabric_bgp_peers + fabric_bgp_peers.Element = AAZObjectType() + _WaitHelper._build_schema_bgp_peer_read(fabric_bgp_peers.Element) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + _schema_bgp_peer_read = None + + @classmethod + def _build_schema_bgp_peer_read(cls, _schema): + if cls._schema_bgp_peer_read is not None: + _schema.as_number = cls._schema_bgp_peer_read.as_number + _schema.peer_ip = cls._schema_bgp_peer_read.peer_ip + return + + cls._schema_bgp_peer_read = _schema_bgp_peer_read = AAZObjectType() + + bgp_peer_read = _schema_bgp_peer_read + bgp_peer_read.as_number = AAZIntType( + serialized_name="asNumber", + flags={"required": True}, + ) + bgp_peer_read.peer_ip = AAZStrType( + serialized_name="peerIp", + flags={"required": True}, + ) + + _schema.as_number = cls._schema_bgp_peer_read.as_number + _schema.peer_ip = cls._schema_bgp_peer_read.peer_ip + + +__all__ = ["Wait"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/hybridakscluster/__cmd_group.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/hybridakscluster/__cmd_group.py new file mode 100644 index 00000000000..ccbeea9f1f1 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/hybridakscluster/__cmd_group.py @@ -0,0 +1,24 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkcloud hybridakscluster", + is_experimental=True, +) +class __CMDGroup(AAZCommandGroup): + """Manage additional details of Hybrid AKS provisioned cluster + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/hybridakscluster/__init__.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/hybridakscluster/__init__.py new file mode 100644 index 00000000000..8287c45a4be --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/hybridakscluster/__init__.py @@ -0,0 +1,15 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._list import * +from ._show import * +from ._update import * +from ._wait import * diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/hybridakscluster/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/hybridakscluster/_list.py new file mode 100644 index 00000000000..10a6d40da4e --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/hybridakscluster/_list.py @@ -0,0 +1,619 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud hybridakscluster list", + is_experimental=True, +) +class List(AAZCommand): + """List additional details related to Hybrid AKS provisioned clusters in the provided resource group or subscription. + + :example: List Hybrid AKS provisioned clusters data for resource group + az networkcloud hybridakscluster list --resource-group "resourceGroupName" + + :example: List Hybrid AKS provisioned clusters data for subscription + az networkcloud hybridakscluster list + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/hybridaksclusters", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/hybridaksclusters", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + condition_0 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) + condition_1 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + if condition_0: + self.HybridAksClustersListByResourceGroup(ctx=self.ctx)() + if condition_1: + self.HybridAksClustersListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class HybridAksClustersListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/hybridAksClusters", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.associated_network_ids = AAZListType( + serialized_name="associatedNetworkIds", + flags={"required": True}, + ) + properties.cloud_services_network_id = AAZStrType( + serialized_name="cloudServicesNetworkId", + flags={"read_only": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.control_plane_count = AAZIntType( + serialized_name="controlPlaneCount", + flags={"required": True}, + ) + properties.control_plane_nodes = AAZListType( + serialized_name="controlPlaneNodes", + flags={"read_only": True}, + ) + properties.default_cni_network_id = AAZStrType( + serialized_name="defaultCniNetworkId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_provisioned_cluster_id = AAZStrType( + serialized_name="hybridAksProvisionedClusterId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.volumes = AAZListType( + flags={"read_only": True}, + ) + properties.worker_count = AAZIntType( + serialized_name="workerCount", + flags={"required": True}, + ) + properties.worker_nodes = AAZListType( + serialized_name="workerNodes", + flags={"read_only": True}, + ) + + associated_network_ids = cls._schema_on_200.value.Element.properties.associated_network_ids + associated_network_ids.Element = AAZStrType() + + control_plane_nodes = cls._schema_on_200.value.Element.properties.control_plane_nodes + control_plane_nodes.Element = AAZObjectType() + _ListHelper._build_schema_node_configuration_read(control_plane_nodes.Element) + + volumes = cls._schema_on_200.value.Element.properties.volumes + volumes.Element = AAZStrType() + + worker_nodes = cls._schema_on_200.value.Element.properties.worker_nodes + worker_nodes.Element = AAZObjectType() + _ListHelper._build_schema_node_configuration_read(worker_nodes.Element) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + class HybridAksClustersListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.NetworkCloud/hybridAksClusters", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.associated_network_ids = AAZListType( + serialized_name="associatedNetworkIds", + flags={"required": True}, + ) + properties.cloud_services_network_id = AAZStrType( + serialized_name="cloudServicesNetworkId", + flags={"read_only": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.control_plane_count = AAZIntType( + serialized_name="controlPlaneCount", + flags={"required": True}, + ) + properties.control_plane_nodes = AAZListType( + serialized_name="controlPlaneNodes", + flags={"read_only": True}, + ) + properties.default_cni_network_id = AAZStrType( + serialized_name="defaultCniNetworkId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_provisioned_cluster_id = AAZStrType( + serialized_name="hybridAksProvisionedClusterId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.volumes = AAZListType( + flags={"read_only": True}, + ) + properties.worker_count = AAZIntType( + serialized_name="workerCount", + flags={"required": True}, + ) + properties.worker_nodes = AAZListType( + serialized_name="workerNodes", + flags={"read_only": True}, + ) + + associated_network_ids = cls._schema_on_200.value.Element.properties.associated_network_ids + associated_network_ids.Element = AAZStrType() + + control_plane_nodes = cls._schema_on_200.value.Element.properties.control_plane_nodes + control_plane_nodes.Element = AAZObjectType() + _ListHelper._build_schema_node_configuration_read(control_plane_nodes.Element) + + volumes = cls._schema_on_200.value.Element.properties.volumes + volumes.Element = AAZStrType() + + worker_nodes = cls._schema_on_200.value.Element.properties.worker_nodes + worker_nodes.Element = AAZObjectType() + _ListHelper._build_schema_node_configuration_read(worker_nodes.Element) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + _schema_node_configuration_read = None + + @classmethod + def _build_schema_node_configuration_read(cls, _schema): + if cls._schema_node_configuration_read is not None: + _schema.agent_pool_id = cls._schema_node_configuration_read.agent_pool_id + _schema.agent_pool_name = cls._schema_node_configuration_read.agent_pool_name + _schema.cpu_cores = cls._schema_node_configuration_read.cpu_cores + _schema.disk_size_gb = cls._schema_node_configuration_read.disk_size_gb + _schema.memory_size_gb = cls._schema_node_configuration_read.memory_size_gb + _schema.node_pool_name = cls._schema_node_configuration_read.node_pool_name + _schema.nodes = cls._schema_node_configuration_read.nodes + _schema.vm_count = cls._schema_node_configuration_read.vm_count + _schema.vm_size = cls._schema_node_configuration_read.vm_size + return + + cls._schema_node_configuration_read = _schema_node_configuration_read = AAZObjectType() + + node_configuration_read = _schema_node_configuration_read + node_configuration_read.agent_pool_id = AAZStrType( + serialized_name="agentPoolId", + flags={"read_only": True}, + ) + node_configuration_read.agent_pool_name = AAZStrType( + serialized_name="agentPoolName", + flags={"read_only": True}, + ) + node_configuration_read.cpu_cores = AAZIntType( + serialized_name="cpuCores", + flags={"read_only": True}, + ) + node_configuration_read.disk_size_gb = AAZIntType( + serialized_name="diskSizeGB", + flags={"read_only": True}, + ) + node_configuration_read.memory_size_gb = AAZIntType( + serialized_name="memorySizeGB", + flags={"read_only": True}, + ) + node_configuration_read.node_pool_name = AAZStrType( + serialized_name="nodePoolName", + flags={"read_only": True}, + ) + node_configuration_read.nodes = AAZListType( + flags={"read_only": True}, + ) + node_configuration_read.vm_count = AAZIntType( + serialized_name="vmCount", + flags={"read_only": True}, + ) + node_configuration_read.vm_size = AAZStrType( + serialized_name="vmSize", + flags={"read_only": True}, + ) + + nodes = _schema_node_configuration_read.nodes + nodes.Element = AAZObjectType() + + _element = _schema_node_configuration_read.nodes.Element + _element.bare_metal_machine_id = AAZStrType( + serialized_name="bareMetalMachineId", + flags={"read_only": True}, + ) + _element.image_id = AAZStrType( + serialized_name="imageId", + flags={"read_only": True}, + ) + _element.network_attachments = AAZListType( + serialized_name="networkAttachments", + flags={"read_only": True}, + ) + _element.node_name = AAZStrType( + serialized_name="nodeName", + flags={"read_only": True}, + ) + _element.power_state = AAZStrType( + serialized_name="powerState", + flags={"read_only": True}, + ) + + network_attachments = _schema_node_configuration_read.nodes.Element.network_attachments + network_attachments.Element = AAZObjectType() + + _element = _schema_node_configuration_read.nodes.Element.network_attachments.Element + _element.attached_network_id = AAZStrType( + serialized_name="attachedNetworkId", + flags={"required": True}, + ) + _element.default_gateway = AAZStrType( + serialized_name="defaultGateway", + ) + _element.ip_allocation_method = AAZStrType( + serialized_name="ipAllocationMethod", + flags={"required": True}, + ) + _element.ipv4_address = AAZStrType( + serialized_name="ipv4Address", + ) + _element.ipv6_address = AAZStrType( + serialized_name="ipv6Address", + ) + _element.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + _element.network_attachment_name = AAZStrType( + serialized_name="networkAttachmentName", + ) + + _schema.agent_pool_id = cls._schema_node_configuration_read.agent_pool_id + _schema.agent_pool_name = cls._schema_node_configuration_read.agent_pool_name + _schema.cpu_cores = cls._schema_node_configuration_read.cpu_cores + _schema.disk_size_gb = cls._schema_node_configuration_read.disk_size_gb + _schema.memory_size_gb = cls._schema_node_configuration_read.memory_size_gb + _schema.node_pool_name = cls._schema_node_configuration_read.node_pool_name + _schema.nodes = cls._schema_node_configuration_read.nodes + _schema.vm_count = cls._schema_node_configuration_read.vm_count + _schema.vm_size = cls._schema_node_configuration_read.vm_size + + +__all__ = ["List"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/hybridakscluster/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/hybridakscluster/_show.py new file mode 100644 index 00000000000..98ab31db8dc --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/hybridakscluster/_show.py @@ -0,0 +1,409 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud hybridakscluster show", + is_experimental=True, +) +class Show(AAZCommand): + """Get the additional details related to the provided Hybrid AKS provisioned cluster. + + :example: Get Hybrid AKS provisioned cluster data + az networkcloud hybridakscluster show --name "hybridAksClusterName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/hybridaksclusters/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.hybrid_aks_cluster_name = AAZStrArg( + options=["-n", "--name", "--hybrid-aks-cluster-name"], + help="The name of the Hybrid AKS cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,61}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.HybridAksClustersGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class HybridAksClustersGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/hybridAksClusters/{hybridAksClusterName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "hybridAksClusterName", self.ctx.args.hybrid_aks_cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.associated_network_ids = AAZListType( + serialized_name="associatedNetworkIds", + flags={"required": True}, + ) + properties.cloud_services_network_id = AAZStrType( + serialized_name="cloudServicesNetworkId", + flags={"read_only": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.control_plane_count = AAZIntType( + serialized_name="controlPlaneCount", + flags={"required": True}, + ) + properties.control_plane_nodes = AAZListType( + serialized_name="controlPlaneNodes", + flags={"read_only": True}, + ) + properties.default_cni_network_id = AAZStrType( + serialized_name="defaultCniNetworkId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_provisioned_cluster_id = AAZStrType( + serialized_name="hybridAksProvisionedClusterId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.volumes = AAZListType( + flags={"read_only": True}, + ) + properties.worker_count = AAZIntType( + serialized_name="workerCount", + flags={"required": True}, + ) + properties.worker_nodes = AAZListType( + serialized_name="workerNodes", + flags={"read_only": True}, + ) + + associated_network_ids = cls._schema_on_200.properties.associated_network_ids + associated_network_ids.Element = AAZStrType() + + control_plane_nodes = cls._schema_on_200.properties.control_plane_nodes + control_plane_nodes.Element = AAZObjectType() + _ShowHelper._build_schema_node_configuration_read(control_plane_nodes.Element) + + volumes = cls._schema_on_200.properties.volumes + volumes.Element = AAZStrType() + + worker_nodes = cls._schema_on_200.properties.worker_nodes + worker_nodes.Element = AAZObjectType() + _ShowHelper._build_schema_node_configuration_read(worker_nodes.Element) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + _schema_node_configuration_read = None + + @classmethod + def _build_schema_node_configuration_read(cls, _schema): + if cls._schema_node_configuration_read is not None: + _schema.agent_pool_id = cls._schema_node_configuration_read.agent_pool_id + _schema.agent_pool_name = cls._schema_node_configuration_read.agent_pool_name + _schema.cpu_cores = cls._schema_node_configuration_read.cpu_cores + _schema.disk_size_gb = cls._schema_node_configuration_read.disk_size_gb + _schema.memory_size_gb = cls._schema_node_configuration_read.memory_size_gb + _schema.node_pool_name = cls._schema_node_configuration_read.node_pool_name + _schema.nodes = cls._schema_node_configuration_read.nodes + _schema.vm_count = cls._schema_node_configuration_read.vm_count + _schema.vm_size = cls._schema_node_configuration_read.vm_size + return + + cls._schema_node_configuration_read = _schema_node_configuration_read = AAZObjectType() + + node_configuration_read = _schema_node_configuration_read + node_configuration_read.agent_pool_id = AAZStrType( + serialized_name="agentPoolId", + flags={"read_only": True}, + ) + node_configuration_read.agent_pool_name = AAZStrType( + serialized_name="agentPoolName", + flags={"read_only": True}, + ) + node_configuration_read.cpu_cores = AAZIntType( + serialized_name="cpuCores", + flags={"read_only": True}, + ) + node_configuration_read.disk_size_gb = AAZIntType( + serialized_name="diskSizeGB", + flags={"read_only": True}, + ) + node_configuration_read.memory_size_gb = AAZIntType( + serialized_name="memorySizeGB", + flags={"read_only": True}, + ) + node_configuration_read.node_pool_name = AAZStrType( + serialized_name="nodePoolName", + flags={"read_only": True}, + ) + node_configuration_read.nodes = AAZListType( + flags={"read_only": True}, + ) + node_configuration_read.vm_count = AAZIntType( + serialized_name="vmCount", + flags={"read_only": True}, + ) + node_configuration_read.vm_size = AAZStrType( + serialized_name="vmSize", + flags={"read_only": True}, + ) + + nodes = _schema_node_configuration_read.nodes + nodes.Element = AAZObjectType() + + _element = _schema_node_configuration_read.nodes.Element + _element.bare_metal_machine_id = AAZStrType( + serialized_name="bareMetalMachineId", + flags={"read_only": True}, + ) + _element.image_id = AAZStrType( + serialized_name="imageId", + flags={"read_only": True}, + ) + _element.network_attachments = AAZListType( + serialized_name="networkAttachments", + flags={"read_only": True}, + ) + _element.node_name = AAZStrType( + serialized_name="nodeName", + flags={"read_only": True}, + ) + _element.power_state = AAZStrType( + serialized_name="powerState", + flags={"read_only": True}, + ) + + network_attachments = _schema_node_configuration_read.nodes.Element.network_attachments + network_attachments.Element = AAZObjectType() + + _element = _schema_node_configuration_read.nodes.Element.network_attachments.Element + _element.attached_network_id = AAZStrType( + serialized_name="attachedNetworkId", + flags={"required": True}, + ) + _element.default_gateway = AAZStrType( + serialized_name="defaultGateway", + ) + _element.ip_allocation_method = AAZStrType( + serialized_name="ipAllocationMethod", + flags={"required": True}, + ) + _element.ipv4_address = AAZStrType( + serialized_name="ipv4Address", + ) + _element.ipv6_address = AAZStrType( + serialized_name="ipv6Address", + ) + _element.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + _element.network_attachment_name = AAZStrType( + serialized_name="networkAttachmentName", + ) + + _schema.agent_pool_id = cls._schema_node_configuration_read.agent_pool_id + _schema.agent_pool_name = cls._schema_node_configuration_read.agent_pool_name + _schema.cpu_cores = cls._schema_node_configuration_read.cpu_cores + _schema.disk_size_gb = cls._schema_node_configuration_read.disk_size_gb + _schema.memory_size_gb = cls._schema_node_configuration_read.memory_size_gb + _schema.node_pool_name = cls._schema_node_configuration_read.node_pool_name + _schema.nodes = cls._schema_node_configuration_read.nodes + _schema.vm_count = cls._schema_node_configuration_read.vm_count + _schema.vm_size = cls._schema_node_configuration_read.vm_size + + +__all__ = ["Show"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/hybridakscluster/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/hybridakscluster/_update.py new file mode 100644 index 00000000000..ba277cd6a89 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/hybridakscluster/_update.py @@ -0,0 +1,439 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud hybridakscluster update", + is_experimental=True, +) +class Update(AAZCommand): + """Update tags associated with the additional details related to the Hybrid AKS provisioned cluster. + + :example: Update tags for Hybrid AKS provisioned cluster data + az networkcloud hybridakscluster update --name "hybridAksClusterName" --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/hybridaksclusters/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.hybrid_aks_cluster_name = AAZStrArg( + options=["-n", "--name", "--hybrid-aks-cluster-name"], + help="The name of the Hybrid AKS cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,61}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "HybridAksClusterUpdateParameters" + + _args_schema = cls._args_schema + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="HybridAksClusterUpdateParameters", + help="The Azure resource tags that will replace the existing ones.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.HybridAksClustersUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class HybridAksClustersUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/hybridAksClusters/{hybridAksClusterName}", + **self.url_parameters + ) + + @property + def method(self): + return "PATCH" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "hybridAksClusterName", self.ctx.args.hybrid_aks_cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"client_flatten": True}} + ) + _builder.set_prop("tags", AAZDictType, ".tags") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.associated_network_ids = AAZListType( + serialized_name="associatedNetworkIds", + flags={"required": True}, + ) + properties.cloud_services_network_id = AAZStrType( + serialized_name="cloudServicesNetworkId", + flags={"read_only": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.control_plane_count = AAZIntType( + serialized_name="controlPlaneCount", + flags={"required": True}, + ) + properties.control_plane_nodes = AAZListType( + serialized_name="controlPlaneNodes", + flags={"read_only": True}, + ) + properties.default_cni_network_id = AAZStrType( + serialized_name="defaultCniNetworkId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_provisioned_cluster_id = AAZStrType( + serialized_name="hybridAksProvisionedClusterId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.volumes = AAZListType( + flags={"read_only": True}, + ) + properties.worker_count = AAZIntType( + serialized_name="workerCount", + flags={"required": True}, + ) + properties.worker_nodes = AAZListType( + serialized_name="workerNodes", + flags={"read_only": True}, + ) + + associated_network_ids = cls._schema_on_200.properties.associated_network_ids + associated_network_ids.Element = AAZStrType() + + control_plane_nodes = cls._schema_on_200.properties.control_plane_nodes + control_plane_nodes.Element = AAZObjectType() + _UpdateHelper._build_schema_node_configuration_read(control_plane_nodes.Element) + + volumes = cls._schema_on_200.properties.volumes + volumes.Element = AAZStrType() + + worker_nodes = cls._schema_on_200.properties.worker_nodes + worker_nodes.Element = AAZObjectType() + _UpdateHelper._build_schema_node_configuration_read(worker_nodes.Element) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _UpdateHelper: + """Helper class for Update""" + + _schema_node_configuration_read = None + + @classmethod + def _build_schema_node_configuration_read(cls, _schema): + if cls._schema_node_configuration_read is not None: + _schema.agent_pool_id = cls._schema_node_configuration_read.agent_pool_id + _schema.agent_pool_name = cls._schema_node_configuration_read.agent_pool_name + _schema.cpu_cores = cls._schema_node_configuration_read.cpu_cores + _schema.disk_size_gb = cls._schema_node_configuration_read.disk_size_gb + _schema.memory_size_gb = cls._schema_node_configuration_read.memory_size_gb + _schema.node_pool_name = cls._schema_node_configuration_read.node_pool_name + _schema.nodes = cls._schema_node_configuration_read.nodes + _schema.vm_count = cls._schema_node_configuration_read.vm_count + _schema.vm_size = cls._schema_node_configuration_read.vm_size + return + + cls._schema_node_configuration_read = _schema_node_configuration_read = AAZObjectType() + + node_configuration_read = _schema_node_configuration_read + node_configuration_read.agent_pool_id = AAZStrType( + serialized_name="agentPoolId", + flags={"read_only": True}, + ) + node_configuration_read.agent_pool_name = AAZStrType( + serialized_name="agentPoolName", + flags={"read_only": True}, + ) + node_configuration_read.cpu_cores = AAZIntType( + serialized_name="cpuCores", + flags={"read_only": True}, + ) + node_configuration_read.disk_size_gb = AAZIntType( + serialized_name="diskSizeGB", + flags={"read_only": True}, + ) + node_configuration_read.memory_size_gb = AAZIntType( + serialized_name="memorySizeGB", + flags={"read_only": True}, + ) + node_configuration_read.node_pool_name = AAZStrType( + serialized_name="nodePoolName", + flags={"read_only": True}, + ) + node_configuration_read.nodes = AAZListType( + flags={"read_only": True}, + ) + node_configuration_read.vm_count = AAZIntType( + serialized_name="vmCount", + flags={"read_only": True}, + ) + node_configuration_read.vm_size = AAZStrType( + serialized_name="vmSize", + flags={"read_only": True}, + ) + + nodes = _schema_node_configuration_read.nodes + nodes.Element = AAZObjectType() + + _element = _schema_node_configuration_read.nodes.Element + _element.bare_metal_machine_id = AAZStrType( + serialized_name="bareMetalMachineId", + flags={"read_only": True}, + ) + _element.image_id = AAZStrType( + serialized_name="imageId", + flags={"read_only": True}, + ) + _element.network_attachments = AAZListType( + serialized_name="networkAttachments", + flags={"read_only": True}, + ) + _element.node_name = AAZStrType( + serialized_name="nodeName", + flags={"read_only": True}, + ) + _element.power_state = AAZStrType( + serialized_name="powerState", + flags={"read_only": True}, + ) + + network_attachments = _schema_node_configuration_read.nodes.Element.network_attachments + network_attachments.Element = AAZObjectType() + + _element = _schema_node_configuration_read.nodes.Element.network_attachments.Element + _element.attached_network_id = AAZStrType( + serialized_name="attachedNetworkId", + flags={"required": True}, + ) + _element.default_gateway = AAZStrType( + serialized_name="defaultGateway", + ) + _element.ip_allocation_method = AAZStrType( + serialized_name="ipAllocationMethod", + flags={"required": True}, + ) + _element.ipv4_address = AAZStrType( + serialized_name="ipv4Address", + ) + _element.ipv6_address = AAZStrType( + serialized_name="ipv6Address", + ) + _element.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + _element.network_attachment_name = AAZStrType( + serialized_name="networkAttachmentName", + ) + + _schema.agent_pool_id = cls._schema_node_configuration_read.agent_pool_id + _schema.agent_pool_name = cls._schema_node_configuration_read.agent_pool_name + _schema.cpu_cores = cls._schema_node_configuration_read.cpu_cores + _schema.disk_size_gb = cls._schema_node_configuration_read.disk_size_gb + _schema.memory_size_gb = cls._schema_node_configuration_read.memory_size_gb + _schema.node_pool_name = cls._schema_node_configuration_read.node_pool_name + _schema.nodes = cls._schema_node_configuration_read.nodes + _schema.vm_count = cls._schema_node_configuration_read.vm_count + _schema.vm_size = cls._schema_node_configuration_read.vm_size + + +__all__ = ["Update"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/hybridakscluster/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/hybridakscluster/_wait.py new file mode 100644 index 00000000000..605b38e8bec --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/hybridakscluster/_wait.py @@ -0,0 +1,404 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud hybridakscluster wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/hybridaksclusters/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.hybrid_aks_cluster_name = AAZStrArg( + options=["-n", "--name", "--hybrid-aks-cluster-name"], + help="The name of the Hybrid AKS cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,61}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.HybridAksClustersGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class HybridAksClustersGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/hybridAksClusters/{hybridAksClusterName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "hybridAksClusterName", self.ctx.args.hybrid_aks_cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.associated_network_ids = AAZListType( + serialized_name="associatedNetworkIds", + flags={"required": True}, + ) + properties.cloud_services_network_id = AAZStrType( + serialized_name="cloudServicesNetworkId", + flags={"read_only": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.control_plane_count = AAZIntType( + serialized_name="controlPlaneCount", + flags={"required": True}, + ) + properties.control_plane_nodes = AAZListType( + serialized_name="controlPlaneNodes", + flags={"read_only": True}, + ) + properties.default_cni_network_id = AAZStrType( + serialized_name="defaultCniNetworkId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_provisioned_cluster_id = AAZStrType( + serialized_name="hybridAksProvisionedClusterId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.volumes = AAZListType( + flags={"read_only": True}, + ) + properties.worker_count = AAZIntType( + serialized_name="workerCount", + flags={"required": True}, + ) + properties.worker_nodes = AAZListType( + serialized_name="workerNodes", + flags={"read_only": True}, + ) + + associated_network_ids = cls._schema_on_200.properties.associated_network_ids + associated_network_ids.Element = AAZStrType() + + control_plane_nodes = cls._schema_on_200.properties.control_plane_nodes + control_plane_nodes.Element = AAZObjectType() + _WaitHelper._build_schema_node_configuration_read(control_plane_nodes.Element) + + volumes = cls._schema_on_200.properties.volumes + volumes.Element = AAZStrType() + + worker_nodes = cls._schema_on_200.properties.worker_nodes + worker_nodes.Element = AAZObjectType() + _WaitHelper._build_schema_node_configuration_read(worker_nodes.Element) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + _schema_node_configuration_read = None + + @classmethod + def _build_schema_node_configuration_read(cls, _schema): + if cls._schema_node_configuration_read is not None: + _schema.agent_pool_id = cls._schema_node_configuration_read.agent_pool_id + _schema.agent_pool_name = cls._schema_node_configuration_read.agent_pool_name + _schema.cpu_cores = cls._schema_node_configuration_read.cpu_cores + _schema.disk_size_gb = cls._schema_node_configuration_read.disk_size_gb + _schema.memory_size_gb = cls._schema_node_configuration_read.memory_size_gb + _schema.node_pool_name = cls._schema_node_configuration_read.node_pool_name + _schema.nodes = cls._schema_node_configuration_read.nodes + _schema.vm_count = cls._schema_node_configuration_read.vm_count + _schema.vm_size = cls._schema_node_configuration_read.vm_size + return + + cls._schema_node_configuration_read = _schema_node_configuration_read = AAZObjectType() + + node_configuration_read = _schema_node_configuration_read + node_configuration_read.agent_pool_id = AAZStrType( + serialized_name="agentPoolId", + flags={"read_only": True}, + ) + node_configuration_read.agent_pool_name = AAZStrType( + serialized_name="agentPoolName", + flags={"read_only": True}, + ) + node_configuration_read.cpu_cores = AAZIntType( + serialized_name="cpuCores", + flags={"read_only": True}, + ) + node_configuration_read.disk_size_gb = AAZIntType( + serialized_name="diskSizeGB", + flags={"read_only": True}, + ) + node_configuration_read.memory_size_gb = AAZIntType( + serialized_name="memorySizeGB", + flags={"read_only": True}, + ) + node_configuration_read.node_pool_name = AAZStrType( + serialized_name="nodePoolName", + flags={"read_only": True}, + ) + node_configuration_read.nodes = AAZListType( + flags={"read_only": True}, + ) + node_configuration_read.vm_count = AAZIntType( + serialized_name="vmCount", + flags={"read_only": True}, + ) + node_configuration_read.vm_size = AAZStrType( + serialized_name="vmSize", + flags={"read_only": True}, + ) + + nodes = _schema_node_configuration_read.nodes + nodes.Element = AAZObjectType() + + _element = _schema_node_configuration_read.nodes.Element + _element.bare_metal_machine_id = AAZStrType( + serialized_name="bareMetalMachineId", + flags={"read_only": True}, + ) + _element.image_id = AAZStrType( + serialized_name="imageId", + flags={"read_only": True}, + ) + _element.network_attachments = AAZListType( + serialized_name="networkAttachments", + flags={"read_only": True}, + ) + _element.node_name = AAZStrType( + serialized_name="nodeName", + flags={"read_only": True}, + ) + _element.power_state = AAZStrType( + serialized_name="powerState", + flags={"read_only": True}, + ) + + network_attachments = _schema_node_configuration_read.nodes.Element.network_attachments + network_attachments.Element = AAZObjectType() + + _element = _schema_node_configuration_read.nodes.Element.network_attachments.Element + _element.attached_network_id = AAZStrType( + serialized_name="attachedNetworkId", + flags={"required": True}, + ) + _element.default_gateway = AAZStrType( + serialized_name="defaultGateway", + ) + _element.ip_allocation_method = AAZStrType( + serialized_name="ipAllocationMethod", + flags={"required": True}, + ) + _element.ipv4_address = AAZStrType( + serialized_name="ipv4Address", + ) + _element.ipv6_address = AAZStrType( + serialized_name="ipv6Address", + ) + _element.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + _element.network_attachment_name = AAZStrType( + serialized_name="networkAttachmentName", + ) + + _schema.agent_pool_id = cls._schema_node_configuration_read.agent_pool_id + _schema.agent_pool_name = cls._schema_node_configuration_read.agent_pool_name + _schema.cpu_cores = cls._schema_node_configuration_read.cpu_cores + _schema.disk_size_gb = cls._schema_node_configuration_read.disk_size_gb + _schema.memory_size_gb = cls._schema_node_configuration_read.memory_size_gb + _schema.node_pool_name = cls._schema_node_configuration_read.node_pool_name + _schema.nodes = cls._schema_node_configuration_read.nodes + _schema.vm_count = cls._schema_node_configuration_read.vm_count + _schema.vm_size = cls._schema_node_configuration_read.vm_size + + +__all__ = ["Wait"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/__cmd_group.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/__cmd_group.py new file mode 100644 index 00000000000..33f157c3a69 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/__cmd_group.py @@ -0,0 +1,24 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkcloud l2network", + is_experimental=True, +) +class __CMDGroup(AAZCommandGroup): + """Manage layer 2 (l2) network + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/__init__.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/__init__.py new file mode 100644 index 00000000000..db73033039b --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/__init__.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._list import * +from ._show import * +from ._update import * +from ._wait import * diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_create.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_create.py new file mode 100644 index 00000000000..cd9aa1db946 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_create.py @@ -0,0 +1,377 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud l2network create", + is_experimental=True, +) +class Create(AAZCommand): + """Create a new layer 2 (L2) network or update the properties of the existing network. + + :example: Create or update L2 network + az networkcloud l2network create --name "l2NetworkName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --hybrid-aks-plugin-type "DPDK" --interface-name "eth0" --l2-isolation-domain-id "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/l2IsolationDomainName" --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l2networks/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.l2_network_name = AAZStrArg( + options=["-n", "--name", "--l2-network-name"], + help="The name of the L2 network.", + required=True, + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "L2NetworkParameters" + + _args_schema = cls._args_schema + _args_schema.extended_location = AAZObjectArg( + options=["--extended-location"], + arg_group="L2NetworkParameters", + help="The extended location of the cluster associated with the resource.", + required=True, + ) + _args_schema.location = AAZResourceLocationArg( + arg_group="L2NetworkParameters", + help="The geo-location where the resource lives", + required=True, + fmt=AAZResourceLocationArgFormat( + resource_group_arg="resource_group", + ), + ) + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="L2NetworkParameters", + help="Resource tags.", + ) + + extended_location = cls._args_schema.extended_location + extended_location.name = AAZStrArg( + options=["name"], + help="The resource ID of the extended location on which the resource will be created.", + required=True, + ) + extended_location.type = AAZStrArg( + options=["type"], + help="The extended location type, for example, CustomLocation.", + required=True, + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.hybrid_aks_plugin_type = AAZStrArg( + options=["--hybrid-aks-plugin-type"], + arg_group="Properties", + help="The network plugin type for Hybrid AKS.", + default="SRIOV", + enum={"DPDK": "DPDK", "OSDevice": "OSDevice", "SRIOV": "SRIOV"}, + ) + _args_schema.interface_name = AAZStrArg( + options=["--interface-name"], + arg_group="Properties", + help="The default interface name for this L2 network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine.", + fmt=AAZStrArgFormat( + pattern="^[a-zA-Z0-9@._-]*$", + max_length=12, + ), + ) + _args_schema.l2_isolation_domain_id = AAZStrArg( + options=["--l2-isolation-domain-id"], + arg_group="Properties", + help="The resource ID of the Network Fabric l2IsolationDomain.", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.L2NetworksCreateOrUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class L2NetworksCreateOrUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/l2Networks/{l2NetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "l2NetworkName", self.ctx.args.l2_network_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("extendedLocation", AAZObjectType, ".extended_location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("location", AAZStrType, ".location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("properties", AAZObjectType, ".", typ_kwargs={"flags": {"required": True, "client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + extended_location = _builder.get(".extendedLocation") + if extended_location is not None: + extended_location.set_prop("name", AAZStrType, ".name", typ_kwargs={"flags": {"required": True}}) + extended_location.set_prop("type", AAZStrType, ".type", typ_kwargs={"flags": {"required": True}}) + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("hybridAksPluginType", AAZStrType, ".hybrid_aks_plugin_type") + properties.set_prop("interfaceName", AAZStrType, ".interface_name") + properties.set_prop("l2IsolationDomainId", AAZStrType, ".l2_isolation_domain_id", typ_kwargs={"flags": {"required": True}}) + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + + _schema_on_200_201 = cls._schema_on_200_201 + _schema_on_200_201.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200_201.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200_201.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200_201.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200_201.tags = AAZDictType() + _schema_on_200_201.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200_201.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200_201.properties + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.hybrid_aks_plugin_type = AAZStrType( + serialized_name="hybridAksPluginType", + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + ) + properties.l2_isolation_domain_id = AAZStrType( + serialized_name="l2IsolationDomainId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200_201.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + virtual_machines_associated_ids = cls._schema_on_200_201.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + system_data = cls._schema_on_200_201.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200_201.tags + tags.Element = AAZStrType() + + return cls._schema_on_200_201 + + +class _CreateHelper: + """Helper class for Create""" + + +__all__ = ["Create"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_delete.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_delete.py new file mode 100644 index 00000000000..a02511ac472 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_delete.py @@ -0,0 +1,167 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud l2network delete", + is_experimental=True, + confirmation="Are you sure you want to perform this operation?", +) +class Delete(AAZCommand): + """Delete the provided layer 2 (L2) network. + + :example: Delete L2 network + az networkcloud l2network delete --name "l2NetworkName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l2networks/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.l2_network_name = AAZStrArg( + options=["-n", "--name", "--l2-network-name"], + help="The name of the L2 network.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.L2NetworksDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class L2NetworksDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/l2Networks/{l2NetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "l2NetworkName", self.ctx.args.l2_network_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_list.py new file mode 100644 index 00000000000..36472cfe809 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_list.py @@ -0,0 +1,450 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud l2network list", + is_experimental=True, +) +class List(AAZCommand): + """List layer 2 (L2) networks in the provided resource group or subscription. + + :example: List L2 networks for subscription + az networkcloud l2network list + + :example: List L2 networks for resourcegroup + az networkcloud l2network list --resource-group "resourcegroupname" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/l2networks", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l2networks", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + condition_0 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) + condition_1 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + if condition_0: + self.L2NetworksListByResourceGroup(ctx=self.ctx)() + if condition_1: + self.L2NetworksListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class L2NetworksListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/l2Networks", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.hybrid_aks_plugin_type = AAZStrType( + serialized_name="hybridAksPluginType", + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + ) + properties.l2_isolation_domain_id = AAZStrType( + serialized_name="l2IsolationDomainId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200.value.Element.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + virtual_machines_associated_ids = cls._schema_on_200.value.Element.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + class L2NetworksListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.NetworkCloud/l2Networks", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.hybrid_aks_plugin_type = AAZStrType( + serialized_name="hybridAksPluginType", + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + ) + properties.l2_isolation_domain_id = AAZStrType( + serialized_name="l2IsolationDomainId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200.value.Element.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + virtual_machines_associated_ids = cls._schema_on_200.value.Element.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_show.py new file mode 100644 index 00000000000..32f22b64a45 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_show.py @@ -0,0 +1,265 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud l2network show", + is_experimental=True, +) +class Show(AAZCommand): + """Get properties of the provided layer 2 (L2) network. + + :example: Get L2 network + az networkcloud l2network show --name "l2NetworkName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l2networks/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.l2_network_name = AAZStrArg( + options=["-n", "--name", "--l2-network-name"], + help="The name of the L2 network.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.L2NetworksGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class L2NetworksGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/l2Networks/{l2NetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "l2NetworkName", self.ctx.args.l2_network_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.hybrid_aks_plugin_type = AAZStrType( + serialized_name="hybridAksPluginType", + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + ) + properties.l2_isolation_domain_id = AAZStrType( + serialized_name="l2IsolationDomainId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + virtual_machines_associated_ids = cls._schema_on_200.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_update.py new file mode 100644 index 00000000000..081ff8bb27e --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_update.py @@ -0,0 +1,295 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud l2network update", + is_experimental=True, +) +class Update(AAZCommand): + """Update tags associated with the provided layer 2 (L2) network. + + :example: Update tags for L2 network + az networkcloud l2network update --name "l2NetworkName" --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l2networks/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.l2_network_name = AAZStrArg( + options=["-n", "--name", "--l2-network-name"], + help="The name of the L2 network.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "L2NetworkUpdateParameters" + + _args_schema = cls._args_schema + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="L2NetworkUpdateParameters", + help="The Azure resource tags that will replace the existing ones.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.L2NetworksUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class L2NetworksUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/l2Networks/{l2NetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "PATCH" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "l2NetworkName", self.ctx.args.l2_network_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"client_flatten": True}} + ) + _builder.set_prop("tags", AAZDictType, ".tags") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.hybrid_aks_plugin_type = AAZStrType( + serialized_name="hybridAksPluginType", + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + ) + properties.l2_isolation_domain_id = AAZStrType( + serialized_name="l2IsolationDomainId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + virtual_machines_associated_ids = cls._schema_on_200.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _UpdateHelper: + """Helper class for Update""" + + +__all__ = ["Update"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_wait.py new file mode 100644 index 00000000000..b85a23c30c7 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_wait.py @@ -0,0 +1,260 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud l2network wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l2networks/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.l2_network_name = AAZStrArg( + options=["-n", "--name", "--l2-network-name"], + help="The name of the L2 network.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.L2NetworksGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class L2NetworksGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/l2Networks/{l2NetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "l2NetworkName", self.ctx.args.l2_network_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.hybrid_aks_plugin_type = AAZStrType( + serialized_name="hybridAksPluginType", + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + ) + properties.l2_isolation_domain_id = AAZStrType( + serialized_name="l2IsolationDomainId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + virtual_machines_associated_ids = cls._schema_on_200.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + +__all__ = ["Wait"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/__cmd_group.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/__cmd_group.py new file mode 100644 index 00000000000..813bfe1268d --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/__cmd_group.py @@ -0,0 +1,24 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkcloud l3network", + is_experimental=True, +) +class __CMDGroup(AAZCommandGroup): + """Manage layer 3 (l3) network + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/__init__.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/__init__.py new file mode 100644 index 00000000000..db73033039b --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/__init__.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._list import * +from ._show import * +from ._update import * +from ._wait import * diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_create.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_create.py new file mode 100644 index 00000000000..39ba6942a97 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_create.py @@ -0,0 +1,427 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud l3network create", + is_experimental=True, +) +class Create(AAZCommand): + """Create a new layer 3 (L3) network or update the properties of the existing network. + + :example: Create or update L3 network + az networkcloud l3network create --name "l3NetworkName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --hybrid-aks-ipam-enabled "True" --hybrid-aks-plugin-type "DPDK" --interface-name "eth0" --ip-allocation-type "DualStack" --ipv4-connected-prefix "198.51.100.0/24" --ipv6-connected-prefix "2001:db8::/64" --l3-isolation-domain-id "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/l3IsolationDomainName" --vlan 12 --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l3networks/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.l3_network_name = AAZStrArg( + options=["-n", "--name", "--l3-network-name"], + help="The name of the L3 network.", + required=True, + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "L3NetworkParameters" + + _args_schema = cls._args_schema + _args_schema.extended_location = AAZObjectArg( + options=["--extended-location"], + arg_group="L3NetworkParameters", + help="The extended location of the cluster associated with the resource.", + required=True, + ) + _args_schema.location = AAZResourceLocationArg( + arg_group="L3NetworkParameters", + help="The geo-location where the resource lives", + required=True, + fmt=AAZResourceLocationArgFormat( + resource_group_arg="resource_group", + ), + ) + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="L3NetworkParameters", + help="Resource tags.", + ) + + extended_location = cls._args_schema.extended_location + extended_location.name = AAZStrArg( + options=["name"], + help="The resource ID of the extended location on which the resource will be created.", + required=True, + ) + extended_location.type = AAZStrArg( + options=["type"], + help="The extended location type, for example, CustomLocation.", + required=True, + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.hybrid_aks_ipam_enabled = AAZStrArg( + options=["--hybrid-aks-ipam-enabled"], + arg_group="Properties", + help="The indicator of whether or not to disable IPAM allocation on the network attachment definition injected into the Hybrid AKS Cluster.", + default="True", + enum={"False": "False", "True": "True"}, + ) + _args_schema.hybrid_aks_plugin_type = AAZStrArg( + options=["--hybrid-aks-plugin-type"], + arg_group="Properties", + help="The network plugin type for Hybrid AKS.", + default="SRIOV", + enum={"DPDK": "DPDK", "OSDevice": "OSDevice", "SRIOV": "SRIOV"}, + ) + _args_schema.interface_name = AAZStrArg( + options=["--interface-name"], + arg_group="Properties", + help="The default interface name for this L3 network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine.", + fmt=AAZStrArgFormat( + pattern="^[a-zA-Z0-9@._-]*$", + max_length=12, + ), + ) + _args_schema.ip_allocation_type = AAZStrArg( + options=["--ip-allocation-type"], + arg_group="Properties", + help="The type of the IP address allocation, defaulted to \"DualStack\".", + default="DualStack", + enum={"DualStack": "DualStack", "IPV4": "IPV4", "IPV6": "IPV6"}, + ) + _args_schema.ipv4_connected_prefix = AAZStrArg( + options=["--ipv4-connected-prefix"], + arg_group="Properties", + help="The IPV4 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type is IPV4 or DualStack.", + ) + _args_schema.ipv6_connected_prefix = AAZStrArg( + options=["--ipv6-connected-prefix"], + arg_group="Properties", + help="The IPV6 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type is IPV6 or DualStack.", + ) + _args_schema.l3_isolation_domain_id = AAZStrArg( + options=["--l3-isolation-domain-id"], + arg_group="Properties", + help="The resource ID of the Network Fabric l3IsolationDomain.", + required=True, + ) + _args_schema.vlan = AAZIntArg( + options=["--vlan"], + arg_group="Properties", + help="The VLAN from the l3IsolationDomain that is used for this network.", + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.L3NetworksCreateOrUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class L3NetworksCreateOrUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/l3Networks/{l3NetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "l3NetworkName", self.ctx.args.l3_network_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("extendedLocation", AAZObjectType, ".extended_location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("location", AAZStrType, ".location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("properties", AAZObjectType, ".", typ_kwargs={"flags": {"required": True, "client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + extended_location = _builder.get(".extendedLocation") + if extended_location is not None: + extended_location.set_prop("name", AAZStrType, ".name", typ_kwargs={"flags": {"required": True}}) + extended_location.set_prop("type", AAZStrType, ".type", typ_kwargs={"flags": {"required": True}}) + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("hybridAksIpamEnabled", AAZStrType, ".hybrid_aks_ipam_enabled") + properties.set_prop("hybridAksPluginType", AAZStrType, ".hybrid_aks_plugin_type") + properties.set_prop("interfaceName", AAZStrType, ".interface_name") + properties.set_prop("ipAllocationType", AAZStrType, ".ip_allocation_type") + properties.set_prop("ipv4ConnectedPrefix", AAZStrType, ".ipv4_connected_prefix") + properties.set_prop("ipv6ConnectedPrefix", AAZStrType, ".ipv6_connected_prefix") + properties.set_prop("l3IsolationDomainId", AAZStrType, ".l3_isolation_domain_id", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("vlan", AAZIntType, ".vlan", typ_kwargs={"flags": {"required": True}}) + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + + _schema_on_200_201 = cls._schema_on_200_201 + _schema_on_200_201.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200_201.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200_201.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200_201.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200_201.tags = AAZDictType() + _schema_on_200_201.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200_201.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200_201.properties + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.hybrid_aks_ipam_enabled = AAZStrType( + serialized_name="hybridAksIpamEnabled", + ) + properties.hybrid_aks_plugin_type = AAZStrType( + serialized_name="hybridAksPluginType", + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + ) + properties.ip_allocation_type = AAZStrType( + serialized_name="ipAllocationType", + ) + properties.ipv4_connected_prefix = AAZStrType( + serialized_name="ipv4ConnectedPrefix", + ) + properties.ipv6_connected_prefix = AAZStrType( + serialized_name="ipv6ConnectedPrefix", + ) + properties.l3_isolation_domain_id = AAZStrType( + serialized_name="l3IsolationDomainId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + properties.vlan = AAZIntType( + flags={"required": True}, + ) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200_201.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + virtual_machines_associated_ids = cls._schema_on_200_201.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + system_data = cls._schema_on_200_201.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200_201.tags + tags.Element = AAZStrType() + + return cls._schema_on_200_201 + + +class _CreateHelper: + """Helper class for Create""" + + +__all__ = ["Create"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_delete.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_delete.py new file mode 100644 index 00000000000..d1833e46a18 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_delete.py @@ -0,0 +1,167 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud l3network delete", + is_experimental=True, + confirmation="Are you sure you want to perform this operation?", +) +class Delete(AAZCommand): + """Delete the provided layer 3 (L3) network. + + :example: Delete L3 network + az networkcloud l3network delete --name "l3NetworkName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l3networks/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.l3_network_name = AAZStrArg( + options=["-n", "--name", "--l3-network-name"], + help="The name of the L3 network.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.L3NetworksDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class L3NetworksDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/l3Networks/{l3NetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "l3NetworkName", self.ctx.args.l3_network_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_list.py new file mode 100644 index 00000000000..e52b323404c --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_list.py @@ -0,0 +1,480 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud l3network list", + is_experimental=True, +) +class List(AAZCommand): + """List layer 3 (L3) networks in the provided resource group or subscription. + + :example: List L3 networks for subscription + az networkcloud l3network list + + :example: List L3networks for resource group + az networkcloud l3network list --resource-group "resourcegroupname" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/l3networks", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l3networks", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + condition_0 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) + condition_1 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + if condition_0: + self.L3NetworksListByResourceGroup(ctx=self.ctx)() + if condition_1: + self.L3NetworksListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class L3NetworksListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/l3Networks", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.hybrid_aks_ipam_enabled = AAZStrType( + serialized_name="hybridAksIpamEnabled", + ) + properties.hybrid_aks_plugin_type = AAZStrType( + serialized_name="hybridAksPluginType", + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + ) + properties.ip_allocation_type = AAZStrType( + serialized_name="ipAllocationType", + ) + properties.ipv4_connected_prefix = AAZStrType( + serialized_name="ipv4ConnectedPrefix", + ) + properties.ipv6_connected_prefix = AAZStrType( + serialized_name="ipv6ConnectedPrefix", + ) + properties.l3_isolation_domain_id = AAZStrType( + serialized_name="l3IsolationDomainId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + properties.vlan = AAZIntType( + flags={"required": True}, + ) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200.value.Element.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + virtual_machines_associated_ids = cls._schema_on_200.value.Element.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + class L3NetworksListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.NetworkCloud/l3Networks", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.hybrid_aks_ipam_enabled = AAZStrType( + serialized_name="hybridAksIpamEnabled", + ) + properties.hybrid_aks_plugin_type = AAZStrType( + serialized_name="hybridAksPluginType", + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + ) + properties.ip_allocation_type = AAZStrType( + serialized_name="ipAllocationType", + ) + properties.ipv4_connected_prefix = AAZStrType( + serialized_name="ipv4ConnectedPrefix", + ) + properties.ipv6_connected_prefix = AAZStrType( + serialized_name="ipv6ConnectedPrefix", + ) + properties.l3_isolation_domain_id = AAZStrType( + serialized_name="l3IsolationDomainId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + properties.vlan = AAZIntType( + flags={"required": True}, + ) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200.value.Element.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + virtual_machines_associated_ids = cls._schema_on_200.value.Element.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_show.py new file mode 100644 index 00000000000..c0094836e83 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_show.py @@ -0,0 +1,280 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud l3network show", + is_experimental=True, +) +class Show(AAZCommand): + """Get properties of the provided layer 3 (L3) network. + + :example: Get L3 network + az networkcloud l3network show --name "l2NetworkName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l3networks/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.l3_network_name = AAZStrArg( + options=["-n", "--name", "--l3-network-name"], + help="The name of the L3 network.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.L3NetworksGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class L3NetworksGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/l3Networks/{l3NetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "l3NetworkName", self.ctx.args.l3_network_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.hybrid_aks_ipam_enabled = AAZStrType( + serialized_name="hybridAksIpamEnabled", + ) + properties.hybrid_aks_plugin_type = AAZStrType( + serialized_name="hybridAksPluginType", + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + ) + properties.ip_allocation_type = AAZStrType( + serialized_name="ipAllocationType", + ) + properties.ipv4_connected_prefix = AAZStrType( + serialized_name="ipv4ConnectedPrefix", + ) + properties.ipv6_connected_prefix = AAZStrType( + serialized_name="ipv6ConnectedPrefix", + ) + properties.l3_isolation_domain_id = AAZStrType( + serialized_name="l3IsolationDomainId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + properties.vlan = AAZIntType( + flags={"required": True}, + ) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + virtual_machines_associated_ids = cls._schema_on_200.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_update.py new file mode 100644 index 00000000000..68dd09732d2 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_update.py @@ -0,0 +1,310 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud l3network update", + is_experimental=True, +) +class Update(AAZCommand): + """Update tags associated with the provided layer 3 (L3) network. + + :example: Update tags for L3 network + az networkcloud l3network update --name "l3NetworkName" --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l3networks/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.l3_network_name = AAZStrArg( + options=["-n", "--name", "--l3-network-name"], + help="The name of the L3 network.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "L3NetworkUpdateParameters" + + _args_schema = cls._args_schema + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="L3NetworkUpdateParameters", + help="The Azure resource tags that will replace the existing ones.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.L3NetworksUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class L3NetworksUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/l3Networks/{l3NetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "PATCH" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "l3NetworkName", self.ctx.args.l3_network_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"client_flatten": True}} + ) + _builder.set_prop("tags", AAZDictType, ".tags") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.hybrid_aks_ipam_enabled = AAZStrType( + serialized_name="hybridAksIpamEnabled", + ) + properties.hybrid_aks_plugin_type = AAZStrType( + serialized_name="hybridAksPluginType", + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + ) + properties.ip_allocation_type = AAZStrType( + serialized_name="ipAllocationType", + ) + properties.ipv4_connected_prefix = AAZStrType( + serialized_name="ipv4ConnectedPrefix", + ) + properties.ipv6_connected_prefix = AAZStrType( + serialized_name="ipv6ConnectedPrefix", + ) + properties.l3_isolation_domain_id = AAZStrType( + serialized_name="l3IsolationDomainId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + properties.vlan = AAZIntType( + flags={"required": True}, + ) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + virtual_machines_associated_ids = cls._schema_on_200.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _UpdateHelper: + """Helper class for Update""" + + +__all__ = ["Update"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_wait.py new file mode 100644 index 00000000000..e901e7842d3 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_wait.py @@ -0,0 +1,275 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud l3network wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l3networks/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.l3_network_name = AAZStrArg( + options=["-n", "--name", "--l3-network-name"], + help="The name of the L3 network.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.L3NetworksGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class L3NetworksGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/l3Networks/{l3NetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "l3NetworkName", self.ctx.args.l3_network_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.hybrid_aks_ipam_enabled = AAZStrType( + serialized_name="hybridAksIpamEnabled", + ) + properties.hybrid_aks_plugin_type = AAZStrType( + serialized_name="hybridAksPluginType", + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + ) + properties.ip_allocation_type = AAZStrType( + serialized_name="ipAllocationType", + ) + properties.ipv4_connected_prefix = AAZStrType( + serialized_name="ipv4ConnectedPrefix", + ) + properties.ipv6_connected_prefix = AAZStrType( + serialized_name="ipv6ConnectedPrefix", + ) + properties.l3_isolation_domain_id = AAZStrType( + serialized_name="l3IsolationDomainId", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + properties.vlan = AAZIntType( + flags={"required": True}, + ) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + virtual_machines_associated_ids = cls._schema_on_200.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + +__all__ = ["Wait"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/__cmd_group.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/__cmd_group.py new file mode 100644 index 00000000000..532b047ed2f --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/__cmd_group.py @@ -0,0 +1,24 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkcloud rack", + is_experimental=True, +) +class __CMDGroup(AAZCommandGroup): + """Manage rack + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/__init__.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/__init__.py new file mode 100644 index 00000000000..8287c45a4be --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/__init__.py @@ -0,0 +1,15 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._list import * +from ._show import * +from ._update import * +from ._wait import * diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_list.py new file mode 100644 index 00000000000..5c94d19e681 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_list.py @@ -0,0 +1,434 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud rack list", + is_experimental=True, +) +class List(AAZCommand): + """List racks in the provided resource group or subscription. + + :example: List racks for subscription + az networkcloud rack list + + :example: List racks for resource group + az networkcloud rack list --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/racks", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/racks", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + condition_0 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) + condition_1 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + if condition_0: + self.RacksListByResourceGroup(ctx=self.ctx)() + if condition_1: + self.RacksListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class RacksListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/racks", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.availability_zone = AAZStrType( + serialized_name="availabilityZone", + flags={"required": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.rack_location = AAZStrType( + serialized_name="rackLocation", + flags={"required": True}, + ) + properties.rack_serial_number = AAZStrType( + serialized_name="rackSerialNumber", + flags={"required": True}, + ) + properties.rack_sku_id = AAZStrType( + serialized_name="rackSkuId", + flags={"required": True}, + ) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + class RacksListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.NetworkCloud/racks", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.availability_zone = AAZStrType( + serialized_name="availabilityZone", + flags={"required": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.rack_location = AAZStrType( + serialized_name="rackLocation", + flags={"required": True}, + ) + properties.rack_serial_number = AAZStrType( + serialized_name="rackSerialNumber", + flags={"required": True}, + ) + properties.rack_sku_id = AAZStrType( + serialized_name="rackSkuId", + flags={"required": True}, + ) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_show.py new file mode 100644 index 00000000000..a74b2c94b81 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_show.py @@ -0,0 +1,257 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud rack show", + is_experimental=True, +) +class Show(AAZCommand): + """Get properties of the provided rack. + + :example: Get rack + az networkcloud rack show --name "rackName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/racks/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.rack_name = AAZStrArg( + options=["-n", "--name", "--rack-name"], + help="The name of the rack.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.RacksGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class RacksGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/racks/{rackName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "rackName", self.ctx.args.rack_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.availability_zone = AAZStrType( + serialized_name="availabilityZone", + flags={"required": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.rack_location = AAZStrType( + serialized_name="rackLocation", + flags={"required": True}, + ) + properties.rack_serial_number = AAZStrType( + serialized_name="rackSerialNumber", + flags={"required": True}, + ) + properties.rack_sku_id = AAZStrType( + serialized_name="rackSkuId", + flags={"required": True}, + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_update.py new file mode 100644 index 00000000000..d2c753d65e3 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_update.py @@ -0,0 +1,358 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud rack update", + is_experimental=True, +) +class Update(AAZCommand): + """Update properties of the provided rack, or update the tags associated with the rack. Properties and tag updates can be done independently. + + :example: Patch rack + az networkcloud rack update --name "rackName" --rack-location "Rack 2B" --rack-serial-number "RACK_SERIAL_NUMBER" --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/racks/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.rack_name = AAZStrArg( + options=["-n", "--name", "--rack-name"], + help="The name of the rack.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.rack_location = AAZStrArg( + options=["--rack-location"], + arg_group="Properties", + help="The free-form description of the rack location. (e.g. “DTN Datacenter, Floor 3, Isle 9, Rack 2B”)", + fmt=AAZStrArgFormat( + max_length=256, + ), + ) + _args_schema.rack_serial_number = AAZStrArg( + options=["--rack-serial-number"], + arg_group="Properties", + help="The globally unique identifier for the rack.", + fmt=AAZStrArgFormat( + max_length=64, + min_length=1, + ), + ) + + # define Arg Group "RackUpdateParameters" + + _args_schema = cls._args_schema + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="RackUpdateParameters", + help="The Azure resource tags that will replace the existing ones.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.RacksUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class RacksUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/racks/{rackName}", + **self.url_parameters + ) + + @property + def method(self): + return "PATCH" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "rackName", self.ctx.args.rack_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"client_flatten": True}} + ) + _builder.set_prop("properties", AAZObjectType, typ_kwargs={"flags": {"client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("rackLocation", AAZStrType, ".rack_location") + properties.set_prop("rackSerialNumber", AAZStrType, ".rack_serial_number") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _UpdateHelper._build_schema_rack_read(cls._schema_on_200) + + return cls._schema_on_200 + + +class _UpdateHelper: + """Helper class for Update""" + + _schema_rack_read = None + + @classmethod + def _build_schema_rack_read(cls, _schema): + if cls._schema_rack_read is not None: + _schema.extended_location = cls._schema_rack_read.extended_location + _schema.id = cls._schema_rack_read.id + _schema.location = cls._schema_rack_read.location + _schema.name = cls._schema_rack_read.name + _schema.properties = cls._schema_rack_read.properties + _schema.system_data = cls._schema_rack_read.system_data + _schema.tags = cls._schema_rack_read.tags + _schema.type = cls._schema_rack_read.type + return + + cls._schema_rack_read = _schema_rack_read = AAZObjectType() + + rack_read = _schema_rack_read + rack_read.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + rack_read.id = AAZStrType( + flags={"read_only": True}, + ) + rack_read.location = AAZStrType( + flags={"required": True}, + ) + rack_read.name = AAZStrType( + flags={"read_only": True}, + ) + rack_read.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + rack_read.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + rack_read.tags = AAZDictType() + rack_read.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = _schema_rack_read.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = _schema_rack_read.properties + properties.availability_zone = AAZStrType( + serialized_name="availabilityZone", + flags={"required": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.rack_location = AAZStrType( + serialized_name="rackLocation", + flags={"required": True}, + ) + properties.rack_serial_number = AAZStrType( + serialized_name="rackSerialNumber", + flags={"required": True}, + ) + properties.rack_sku_id = AAZStrType( + serialized_name="rackSkuId", + flags={"required": True}, + ) + + system_data = _schema_rack_read.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = _schema_rack_read.tags + tags.Element = AAZStrType() + + _schema.extended_location = cls._schema_rack_read.extended_location + _schema.id = cls._schema_rack_read.id + _schema.location = cls._schema_rack_read.location + _schema.name = cls._schema_rack_read.name + _schema.properties = cls._schema_rack_read.properties + _schema.system_data = cls._schema_rack_read.system_data + _schema.tags = cls._schema_rack_read.tags + _schema.type = cls._schema_rack_read.type + + +__all__ = ["Update"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_wait.py new file mode 100644 index 00000000000..47073ae16c9 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_wait.py @@ -0,0 +1,252 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud rack wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/racks/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.rack_name = AAZStrArg( + options=["-n", "--name", "--rack-name"], + help="The name of the rack.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.RacksGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class RacksGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/racks/{rackName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "rackName", self.ctx.args.rack_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.availability_zone = AAZStrType( + serialized_name="availabilityZone", + flags={"required": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.rack_location = AAZStrType( + serialized_name="rackLocation", + flags={"required": True}, + ) + properties.rack_serial_number = AAZStrType( + serialized_name="rackSerialNumber", + flags={"required": True}, + ) + properties.rack_sku_id = AAZStrType( + serialized_name="rackSkuId", + flags={"required": True}, + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + +__all__ = ["Wait"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/racksku/__cmd_group.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/racksku/__cmd_group.py new file mode 100644 index 00000000000..cad912cd8b3 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/racksku/__cmd_group.py @@ -0,0 +1,24 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkcloud racksku", + is_experimental=True, +) +class __CMDGroup(AAZCommandGroup): + """Manage rack SKU + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/racksku/__init__.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/racksku/__init__.py new file mode 100644 index 00000000000..2df85698253 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/racksku/__init__.py @@ -0,0 +1,13 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._list import * +from ._show import * diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/racksku/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/racksku/_list.py new file mode 100644 index 00000000000..ab81909f9bb --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/racksku/_list.py @@ -0,0 +1,366 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud racksku list", + is_experimental=True, +) +class List(AAZCommand): + """List rack SKUs in the provided subscription. + + :example: List rack SKUs for subscription + az networkcloud racksku list + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/rackskus", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.RackSkusListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class RackSkusListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.NetworkCloud/rackSkus", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.compute_machines = AAZListType( + serialized_name="computeMachines", + flags={"read_only": True}, + ) + properties.controller_machines = AAZListType( + serialized_name="controllerMachines", + flags={"read_only": True}, + ) + properties.description = AAZStrType( + flags={"read_only": True}, + ) + properties.max_cluster_slots = AAZIntType( + serialized_name="maxClusterSlots", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.rack_type = AAZStrType( + serialized_name="rackType", + flags={"read_only": True}, + ) + properties.storage_appliances = AAZListType( + serialized_name="storageAppliances", + flags={"read_only": True}, + ) + properties.supported_rack_sku_ids = AAZListType( + serialized_name="supportedRackSkuIds", + flags={"read_only": True}, + ) + + compute_machines = cls._schema_on_200.value.Element.properties.compute_machines + compute_machines.Element = AAZObjectType() + _ListHelper._build_schema_machine_sku_slot_read(compute_machines.Element) + + controller_machines = cls._schema_on_200.value.Element.properties.controller_machines + controller_machines.Element = AAZObjectType() + _ListHelper._build_schema_machine_sku_slot_read(controller_machines.Element) + + storage_appliances = cls._schema_on_200.value.Element.properties.storage_appliances + storage_appliances.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.storage_appliances.Element + _element.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _element.rack_slot = AAZIntType( + serialized_name="rackSlot", + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.value.Element.properties.storage_appliances.Element.properties + properties.capacity_gb = AAZIntType( + serialized_name="capacityGB", + flags={"read_only": True}, + ) + properties.model = AAZStrType( + flags={"read_only": True}, + ) + + supported_rack_sku_ids = cls._schema_on_200.value.Element.properties.supported_rack_sku_ids + supported_rack_sku_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + _schema_machine_sku_slot_read = None + + @classmethod + def _build_schema_machine_sku_slot_read(cls, _schema): + if cls._schema_machine_sku_slot_read is not None: + _schema.properties = cls._schema_machine_sku_slot_read.properties + _schema.rack_slot = cls._schema_machine_sku_slot_read.rack_slot + return + + cls._schema_machine_sku_slot_read = _schema_machine_sku_slot_read = AAZObjectType() + + machine_sku_slot_read = _schema_machine_sku_slot_read + machine_sku_slot_read.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + machine_sku_slot_read.rack_slot = AAZIntType( + serialized_name="rackSlot", + flags={"read_only": True}, + ) + + properties = _schema_machine_sku_slot_read.properties + properties.bootstrap_protocol = AAZStrType( + serialized_name="bootstrapProtocol", + flags={"read_only": True}, + ) + properties.cpu_cores = AAZIntType( + serialized_name="cpuCores", + flags={"read_only": True}, + ) + properties.cpu_sockets = AAZIntType( + serialized_name="cpuSockets", + flags={"read_only": True}, + ) + properties.disks = AAZListType( + flags={"read_only": True}, + ) + properties.generation = AAZStrType( + flags={"read_only": True}, + ) + properties.hardware_version = AAZStrType( + serialized_name="hardwareVersion", + flags={"read_only": True}, + ) + properties.memory_capacity_gb = AAZIntType( + serialized_name="memoryCapacityGB", + flags={"read_only": True}, + ) + properties.model = AAZStrType( + flags={"read_only": True}, + ) + properties.network_interfaces = AAZListType( + serialized_name="networkInterfaces", + flags={"read_only": True}, + ) + properties.total_threads = AAZIntType( + serialized_name="totalThreads", + flags={"read_only": True}, + ) + properties.vendor = AAZStrType( + flags={"read_only": True}, + ) + + disks = _schema_machine_sku_slot_read.properties.disks + disks.Element = AAZObjectType() + + _element = _schema_machine_sku_slot_read.properties.disks.Element + _element.capacity_gb = AAZIntType( + serialized_name="capacityGB", + flags={"read_only": True}, + ) + _element.connection = AAZStrType( + flags={"read_only": True}, + ) + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + network_interfaces = _schema_machine_sku_slot_read.properties.network_interfaces + network_interfaces.Element = AAZObjectType() + + _element = _schema_machine_sku_slot_read.properties.network_interfaces.Element + _element.address = AAZStrType( + flags={"read_only": True}, + ) + _element.device_connection_type = AAZStrType( + serialized_name="deviceConnectionType", + flags={"read_only": True}, + ) + _element.model = AAZStrType( + flags={"read_only": True}, + ) + _element.physical_slot = AAZIntType( + serialized_name="physicalSlot", + flags={"read_only": True}, + ) + _element.port_count = AAZIntType( + serialized_name="portCount", + flags={"read_only": True}, + ) + _element.port_speed = AAZIntType( + serialized_name="portSpeed", + flags={"read_only": True}, + ) + _element.vendor = AAZStrType( + flags={"read_only": True}, + ) + + _schema.properties = cls._schema_machine_sku_slot_read.properties + _schema.rack_slot = cls._schema_machine_sku_slot_read.rack_slot + + +__all__ = ["List"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/racksku/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/racksku/_show.py new file mode 100644 index 00000000000..db486d527e4 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/racksku/_show.py @@ -0,0 +1,369 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud racksku show", + is_experimental=True, +) +class Show(AAZCommand): + """Get the properties of the provided rack SKU. + + :example: Get rack SKU resource + az networkcloud racksku show --name "rackSkuName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/rackskus/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.rack_sku_name = AAZStrArg( + options=["-n", "--name", "--rack-sku-name"], + help="The name of the rack SKU.", + required=True, + id_part="name", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.RackSkusGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class RackSkusGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.NetworkCloud/rackSkus/{rackSkuName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "rackSkuName", self.ctx.args.rack_sku_name, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.compute_machines = AAZListType( + serialized_name="computeMachines", + flags={"read_only": True}, + ) + properties.controller_machines = AAZListType( + serialized_name="controllerMachines", + flags={"read_only": True}, + ) + properties.description = AAZStrType( + flags={"read_only": True}, + ) + properties.max_cluster_slots = AAZIntType( + serialized_name="maxClusterSlots", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.rack_type = AAZStrType( + serialized_name="rackType", + flags={"read_only": True}, + ) + properties.storage_appliances = AAZListType( + serialized_name="storageAppliances", + flags={"read_only": True}, + ) + properties.supported_rack_sku_ids = AAZListType( + serialized_name="supportedRackSkuIds", + flags={"read_only": True}, + ) + + compute_machines = cls._schema_on_200.properties.compute_machines + compute_machines.Element = AAZObjectType() + _ShowHelper._build_schema_machine_sku_slot_read(compute_machines.Element) + + controller_machines = cls._schema_on_200.properties.controller_machines + controller_machines.Element = AAZObjectType() + _ShowHelper._build_schema_machine_sku_slot_read(controller_machines.Element) + + storage_appliances = cls._schema_on_200.properties.storage_appliances + storage_appliances.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.storage_appliances.Element + _element.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _element.rack_slot = AAZIntType( + serialized_name="rackSlot", + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties.storage_appliances.Element.properties + properties.capacity_gb = AAZIntType( + serialized_name="capacityGB", + flags={"read_only": True}, + ) + properties.model = AAZStrType( + flags={"read_only": True}, + ) + + supported_rack_sku_ids = cls._schema_on_200.properties.supported_rack_sku_ids + supported_rack_sku_ids.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + _schema_machine_sku_slot_read = None + + @classmethod + def _build_schema_machine_sku_slot_read(cls, _schema): + if cls._schema_machine_sku_slot_read is not None: + _schema.properties = cls._schema_machine_sku_slot_read.properties + _schema.rack_slot = cls._schema_machine_sku_slot_read.rack_slot + return + + cls._schema_machine_sku_slot_read = _schema_machine_sku_slot_read = AAZObjectType() + + machine_sku_slot_read = _schema_machine_sku_slot_read + machine_sku_slot_read.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + machine_sku_slot_read.rack_slot = AAZIntType( + serialized_name="rackSlot", + flags={"read_only": True}, + ) + + properties = _schema_machine_sku_slot_read.properties + properties.bootstrap_protocol = AAZStrType( + serialized_name="bootstrapProtocol", + flags={"read_only": True}, + ) + properties.cpu_cores = AAZIntType( + serialized_name="cpuCores", + flags={"read_only": True}, + ) + properties.cpu_sockets = AAZIntType( + serialized_name="cpuSockets", + flags={"read_only": True}, + ) + properties.disks = AAZListType( + flags={"read_only": True}, + ) + properties.generation = AAZStrType( + flags={"read_only": True}, + ) + properties.hardware_version = AAZStrType( + serialized_name="hardwareVersion", + flags={"read_only": True}, + ) + properties.memory_capacity_gb = AAZIntType( + serialized_name="memoryCapacityGB", + flags={"read_only": True}, + ) + properties.model = AAZStrType( + flags={"read_only": True}, + ) + properties.network_interfaces = AAZListType( + serialized_name="networkInterfaces", + flags={"read_only": True}, + ) + properties.total_threads = AAZIntType( + serialized_name="totalThreads", + flags={"read_only": True}, + ) + properties.vendor = AAZStrType( + flags={"read_only": True}, + ) + + disks = _schema_machine_sku_slot_read.properties.disks + disks.Element = AAZObjectType() + + _element = _schema_machine_sku_slot_read.properties.disks.Element + _element.capacity_gb = AAZIntType( + serialized_name="capacityGB", + flags={"read_only": True}, + ) + _element.connection = AAZStrType( + flags={"read_only": True}, + ) + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + network_interfaces = _schema_machine_sku_slot_read.properties.network_interfaces + network_interfaces.Element = AAZObjectType() + + _element = _schema_machine_sku_slot_read.properties.network_interfaces.Element + _element.address = AAZStrType( + flags={"read_only": True}, + ) + _element.device_connection_type = AAZStrType( + serialized_name="deviceConnectionType", + flags={"read_only": True}, + ) + _element.model = AAZStrType( + flags={"read_only": True}, + ) + _element.physical_slot = AAZIntType( + serialized_name="physicalSlot", + flags={"read_only": True}, + ) + _element.port_count = AAZIntType( + serialized_name="portCount", + flags={"read_only": True}, + ) + _element.port_speed = AAZIntType( + serialized_name="portSpeed", + flags={"read_only": True}, + ) + _element.vendor = AAZStrType( + flags={"read_only": True}, + ) + + _schema.properties = cls._schema_machine_sku_slot_read.properties + _schema.rack_slot = cls._schema_machine_sku_slot_read.rack_slot + + +__all__ = ["Show"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/__cmd_group.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/__cmd_group.py new file mode 100644 index 00000000000..344e532f814 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/__cmd_group.py @@ -0,0 +1,24 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkcloud storageappliance", + is_experimental=True, +) +class __CMDGroup(AAZCommandGroup): + """Manage storage appliance + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/__init__.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/__init__.py new file mode 100644 index 00000000000..2523b255828 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/__init__.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._disable_remote_vendor_management import * +from ._enable_remote_vendor_management import * +from ._list import * +from ._show import * +from ._update import * +from ._wait import * diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_disable_remote_vendor_management.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_disable_remote_vendor_management.py new file mode 100644 index 00000000000..1e56aefdcb6 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_disable_remote_vendor_management.py @@ -0,0 +1,301 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud storageappliance disable-remote-vendor-management", + is_experimental=True, +) +class DisableRemoteVendorManagement(AAZCommand): + """Disable remote vendor management of the provided storage appliance. + + :example: Turn off remote vendor management for storage appliance + az networkcloud storageappliance disable-remote-vendor-management --resource-group "resourceGroupName" --storage-appliance-name "storageApplianceName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/storageappliances/{}/disableremotevendormanagement", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.storage_appliance_name = AAZStrArg( + options=["-n", "--name", "--storage-appliance-name"], + help="The name of the storage appliance.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.StorageAppliancesDisableRemoteVendorManagement(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class StorageAppliancesDisableRemoteVendorManagement(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/storageAppliances/{storageApplianceName}/disableRemoteVendorManagement", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "storageApplianceName", self.ctx.args.storage_appliance_name, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _DisableRemoteVendorManagementHelper._build_schema_operation_status_result_read(cls._schema_on_200) + + return cls._schema_on_200 + + def on_204(self, session): + pass + + +class _DisableRemoteVendorManagementHelper: + """Helper class for DisableRemoteVendorManagement""" + + _schema_error_detail_read = None + + @classmethod + def _build_schema_error_detail_read(cls, _schema): + if cls._schema_error_detail_read is not None: + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + return + + cls._schema_error_detail_read = _schema_error_detail_read = AAZObjectType() + + error_detail_read = _schema_error_detail_read + error_detail_read.additional_info = AAZListType( + serialized_name="additionalInfo", + flags={"read_only": True}, + ) + error_detail_read.code = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.details = AAZListType( + flags={"read_only": True}, + ) + error_detail_read.message = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.target = AAZStrType( + flags={"read_only": True}, + ) + + additional_info = _schema_error_detail_read.additional_info + additional_info.Element = AAZObjectType() + + _element = _schema_error_detail_read.additional_info.Element + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + details = _schema_error_detail_read.details + details.Element = AAZObjectType() + cls._build_schema_error_detail_read(details.Element) + + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + + _schema_operation_status_result_read = None + + @classmethod + def _build_schema_operation_status_result_read(cls, _schema): + if cls._schema_operation_status_result_read is not None: + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + return + + cls._schema_operation_status_result_read = _schema_operation_status_result_read = AAZObjectType() + + operation_status_result_read = _schema_operation_status_result_read + operation_status_result_read.end_time = AAZStrType( + serialized_name="endTime", + ) + operation_status_result_read.error = AAZObjectType() + cls._build_schema_error_detail_read(operation_status_result_read.error) + operation_status_result_read.id = AAZStrType() + operation_status_result_read.name = AAZStrType() + operation_status_result_read.operations = AAZListType() + operation_status_result_read.percent_complete = AAZFloatType( + serialized_name="percentComplete", + ) + operation_status_result_read.resource_id = AAZStrType( + serialized_name="resourceId", + flags={"read_only": True}, + ) + operation_status_result_read.start_time = AAZStrType( + serialized_name="startTime", + ) + operation_status_result_read.status = AAZStrType( + flags={"required": True}, + ) + + operations = _schema_operation_status_result_read.operations + operations.Element = AAZObjectType() + cls._build_schema_operation_status_result_read(operations.Element) + + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + + +__all__ = ["DisableRemoteVendorManagement"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_enable_remote_vendor_management.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_enable_remote_vendor_management.py new file mode 100644 index 00000000000..9fb69789837 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_enable_remote_vendor_management.py @@ -0,0 +1,316 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud storageappliance enable-remote-vendor-management", + is_experimental=True, +) +class EnableRemoteVendorManagement(AAZCommand): + """Enable remote vendor management of the provided storage appliance. + + :example: Turn on remote vendor management for storage appliance + az networkcloud storageappliance enable-remote-vendor-management --resource-group "resourceGroupName" --storage-appliance-name "storageApplianceName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/storageappliances/{}/enableremotevendormanagement", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.storage_appliance_name = AAZStrArg( + options=["-n", "--name", "--storage-appliance-name"], + help="The name of the storage appliance.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + + # define Arg Group "StorageApplianceEnableRemoteVendorManagementParameters" + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.StorageAppliancesEnableRemoteVendorManagement(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class StorageAppliancesEnableRemoteVendorManagement(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/storageAppliances/{storageApplianceName}/enableRemoteVendorManagement", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "storageApplianceName", self.ctx.args.storage_appliance_name, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"client_flatten": True}} + ) + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _EnableRemoteVendorManagementHelper._build_schema_operation_status_result_read(cls._schema_on_200) + + return cls._schema_on_200 + + def on_204(self, session): + pass + + +class _EnableRemoteVendorManagementHelper: + """Helper class for EnableRemoteVendorManagement""" + + _schema_error_detail_read = None + + @classmethod + def _build_schema_error_detail_read(cls, _schema): + if cls._schema_error_detail_read is not None: + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + return + + cls._schema_error_detail_read = _schema_error_detail_read = AAZObjectType() + + error_detail_read = _schema_error_detail_read + error_detail_read.additional_info = AAZListType( + serialized_name="additionalInfo", + flags={"read_only": True}, + ) + error_detail_read.code = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.details = AAZListType( + flags={"read_only": True}, + ) + error_detail_read.message = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.target = AAZStrType( + flags={"read_only": True}, + ) + + additional_info = _schema_error_detail_read.additional_info + additional_info.Element = AAZObjectType() + + _element = _schema_error_detail_read.additional_info.Element + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + details = _schema_error_detail_read.details + details.Element = AAZObjectType() + cls._build_schema_error_detail_read(details.Element) + + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + + _schema_operation_status_result_read = None + + @classmethod + def _build_schema_operation_status_result_read(cls, _schema): + if cls._schema_operation_status_result_read is not None: + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + return + + cls._schema_operation_status_result_read = _schema_operation_status_result_read = AAZObjectType() + + operation_status_result_read = _schema_operation_status_result_read + operation_status_result_read.end_time = AAZStrType( + serialized_name="endTime", + ) + operation_status_result_read.error = AAZObjectType() + cls._build_schema_error_detail_read(operation_status_result_read.error) + operation_status_result_read.id = AAZStrType() + operation_status_result_read.name = AAZStrType() + operation_status_result_read.operations = AAZListType() + operation_status_result_read.percent_complete = AAZFloatType( + serialized_name="percentComplete", + ) + operation_status_result_read.resource_id = AAZStrType( + serialized_name="resourceId", + flags={"read_only": True}, + ) + operation_status_result_read.start_time = AAZStrType( + serialized_name="startTime", + ) + operation_status_result_read.status = AAZStrType( + flags={"required": True}, + ) + + operations = _schema_operation_status_result_read.operations + operations.Element = AAZObjectType() + cls._build_schema_operation_status_result_read(operations.Element) + + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + + +__all__ = ["EnableRemoteVendorManagement"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_list.py new file mode 100644 index 00000000000..6952e77d322 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_list.py @@ -0,0 +1,496 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud storageappliance list", + is_experimental=True, +) +class List(AAZCommand): + """List storage appliances in the provided resource group or subscription. + + :example: List storage appliances for subscription + az networkcloud storageappliance list + + :example: List storage appliances for resource group + az networkcloud storageappliance list --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/storageappliances", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/storageappliances", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + condition_0 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) + condition_1 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + if condition_0: + self.StorageAppliancesListByResourceGroup(ctx=self.ctx)() + if condition_1: + self.StorageAppliancesListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class StorageAppliancesListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/storageAppliances", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.administrator_credentials = AAZObjectType( + serialized_name="administratorCredentials", + flags={"required": True}, + ) + properties.capacity = AAZIntType( + flags={"read_only": True}, + ) + properties.capacity_used = AAZIntType( + serialized_name="capacityUsed", + flags={"read_only": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.management_ipv4_address = AAZStrType( + serialized_name="managementIpv4Address", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.rack_id = AAZStrType( + serialized_name="rackId", + flags={"required": True}, + ) + properties.rack_slot = AAZIntType( + serialized_name="rackSlot", + flags={"required": True}, + ) + properties.remote_vendor_management_feature = AAZStrType( + serialized_name="remoteVendorManagementFeature", + flags={"read_only": True}, + ) + properties.remote_vendor_management_status = AAZStrType( + serialized_name="remoteVendorManagementStatus", + flags={"read_only": True}, + ) + properties.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"required": True}, + ) + properties.storage_appliance_sku_id = AAZStrType( + serialized_name="storageApplianceSkuId", + flags={"required": True}, + ) + + administrator_credentials = cls._schema_on_200.value.Element.properties.administrator_credentials + administrator_credentials.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + administrator_credentials.username = AAZStrType( + flags={"required": True}, + ) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + class StorageAppliancesListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.NetworkCloud/storageAppliances", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.administrator_credentials = AAZObjectType( + serialized_name="administratorCredentials", + flags={"required": True}, + ) + properties.capacity = AAZIntType( + flags={"read_only": True}, + ) + properties.capacity_used = AAZIntType( + serialized_name="capacityUsed", + flags={"read_only": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.management_ipv4_address = AAZStrType( + serialized_name="managementIpv4Address", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.rack_id = AAZStrType( + serialized_name="rackId", + flags={"required": True}, + ) + properties.rack_slot = AAZIntType( + serialized_name="rackSlot", + flags={"required": True}, + ) + properties.remote_vendor_management_feature = AAZStrType( + serialized_name="remoteVendorManagementFeature", + flags={"read_only": True}, + ) + properties.remote_vendor_management_status = AAZStrType( + serialized_name="remoteVendorManagementStatus", + flags={"read_only": True}, + ) + properties.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"required": True}, + ) + properties.storage_appliance_sku_id = AAZStrType( + serialized_name="storageApplianceSkuId", + flags={"required": True}, + ) + + administrator_credentials = cls._schema_on_200.value.Element.properties.administrator_credentials + administrator_credentials.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + administrator_credentials.username = AAZStrType( + flags={"required": True}, + ) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_show.py new file mode 100644 index 00000000000..c58881a2d60 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_show.py @@ -0,0 +1,288 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud storageappliance show", + is_experimental=True, +) +class Show(AAZCommand): + """Get properties of the provided storage appliance. + + :example: Get storage appliance + az networkcloud storageappliance show --resource-group "resourceGroupName" --storage-appliance-name "storageApplianceName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/storageappliances/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.storage_appliance_name = AAZStrArg( + options=["-n", "--name", "--storage-appliance-name"], + help="The name of the storage appliance.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.StorageAppliancesGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class StorageAppliancesGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/storageAppliances/{storageApplianceName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "storageApplianceName", self.ctx.args.storage_appliance_name, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.administrator_credentials = AAZObjectType( + serialized_name="administratorCredentials", + flags={"required": True}, + ) + properties.capacity = AAZIntType( + flags={"read_only": True}, + ) + properties.capacity_used = AAZIntType( + serialized_name="capacityUsed", + flags={"read_only": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.management_ipv4_address = AAZStrType( + serialized_name="managementIpv4Address", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.rack_id = AAZStrType( + serialized_name="rackId", + flags={"required": True}, + ) + properties.rack_slot = AAZIntType( + serialized_name="rackSlot", + flags={"required": True}, + ) + properties.remote_vendor_management_feature = AAZStrType( + serialized_name="remoteVendorManagementFeature", + flags={"read_only": True}, + ) + properties.remote_vendor_management_status = AAZStrType( + serialized_name="remoteVendorManagementStatus", + flags={"read_only": True}, + ) + properties.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"required": True}, + ) + properties.storage_appliance_sku_id = AAZStrType( + serialized_name="storageApplianceSkuId", + flags={"required": True}, + ) + + administrator_credentials = cls._schema_on_200.properties.administrator_credentials + administrator_credentials.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + administrator_credentials.username = AAZStrType( + flags={"required": True}, + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_update.py new file mode 100644 index 00000000000..edf7f84d09c --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_update.py @@ -0,0 +1,376 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud storageappliance update", + is_experimental=True, +) +class Update(AAZCommand): + """Update properties of the provided bare metal machine, or update tags associated with the bare metal machine. Properties and tag updates can be done independently. + + :example: Patch storage appliance + az networkcloud storageappliance update --resource-group "resourceGroupName" --storage-appliance-name "storageApplianceName" --serial-number "BM1219XXX" --tags key1="myvalue1" key2="myvalue2" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/storageappliances/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.storage_appliance_name = AAZStrArg( + options=["-n", "--name", "--storage-appliance-name"], + help="The name of the storage appliance.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.serial_number = AAZStrArg( + options=["--serial-number"], + arg_group="Properties", + help="The serial number for the storage appliance.", + ) + + # define Arg Group "StorageApplianceUpdateParameters" + + _args_schema = cls._args_schema + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="StorageApplianceUpdateParameters", + help="The Azure resource tags that will replace the existing ones.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.StorageAppliancesUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class StorageAppliancesUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/storageAppliances/{storageApplianceName}", + **self.url_parameters + ) + + @property + def method(self): + return "PATCH" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "storageApplianceName", self.ctx.args.storage_appliance_name, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"client_flatten": True}} + ) + _builder.set_prop("properties", AAZObjectType, typ_kwargs={"flags": {"client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("serialNumber", AAZStrType, ".serial_number") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _UpdateHelper._build_schema_storage_appliance_read(cls._schema_on_200) + + return cls._schema_on_200 + + +class _UpdateHelper: + """Helper class for Update""" + + _schema_storage_appliance_read = None + + @classmethod + def _build_schema_storage_appliance_read(cls, _schema): + if cls._schema_storage_appliance_read is not None: + _schema.extended_location = cls._schema_storage_appliance_read.extended_location + _schema.id = cls._schema_storage_appliance_read.id + _schema.location = cls._schema_storage_appliance_read.location + _schema.name = cls._schema_storage_appliance_read.name + _schema.properties = cls._schema_storage_appliance_read.properties + _schema.system_data = cls._schema_storage_appliance_read.system_data + _schema.tags = cls._schema_storage_appliance_read.tags + _schema.type = cls._schema_storage_appliance_read.type + return + + cls._schema_storage_appliance_read = _schema_storage_appliance_read = AAZObjectType() + + storage_appliance_read = _schema_storage_appliance_read + storage_appliance_read.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + storage_appliance_read.id = AAZStrType( + flags={"read_only": True}, + ) + storage_appliance_read.location = AAZStrType( + flags={"required": True}, + ) + storage_appliance_read.name = AAZStrType( + flags={"read_only": True}, + ) + storage_appliance_read.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + storage_appliance_read.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + storage_appliance_read.tags = AAZDictType() + storage_appliance_read.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = _schema_storage_appliance_read.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = _schema_storage_appliance_read.properties + properties.administrator_credentials = AAZObjectType( + serialized_name="administratorCredentials", + flags={"required": True}, + ) + properties.capacity = AAZIntType( + flags={"read_only": True}, + ) + properties.capacity_used = AAZIntType( + serialized_name="capacityUsed", + flags={"read_only": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.management_ipv4_address = AAZStrType( + serialized_name="managementIpv4Address", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.rack_id = AAZStrType( + serialized_name="rackId", + flags={"required": True}, + ) + properties.rack_slot = AAZIntType( + serialized_name="rackSlot", + flags={"required": True}, + ) + properties.remote_vendor_management_feature = AAZStrType( + serialized_name="remoteVendorManagementFeature", + flags={"read_only": True}, + ) + properties.remote_vendor_management_status = AAZStrType( + serialized_name="remoteVendorManagementStatus", + flags={"read_only": True}, + ) + properties.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"required": True}, + ) + properties.storage_appliance_sku_id = AAZStrType( + serialized_name="storageApplianceSkuId", + flags={"required": True}, + ) + + administrator_credentials = _schema_storage_appliance_read.properties.administrator_credentials + administrator_credentials.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + administrator_credentials.username = AAZStrType( + flags={"required": True}, + ) + + system_data = _schema_storage_appliance_read.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = _schema_storage_appliance_read.tags + tags.Element = AAZStrType() + + _schema.extended_location = cls._schema_storage_appliance_read.extended_location + _schema.id = cls._schema_storage_appliance_read.id + _schema.location = cls._schema_storage_appliance_read.location + _schema.name = cls._schema_storage_appliance_read.name + _schema.properties = cls._schema_storage_appliance_read.properties + _schema.system_data = cls._schema_storage_appliance_read.system_data + _schema.tags = cls._schema_storage_appliance_read.tags + _schema.type = cls._schema_storage_appliance_read.type + + +__all__ = ["Update"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_wait.py new file mode 100644 index 00000000000..7bcd1c3991f --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_wait.py @@ -0,0 +1,283 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud storageappliance wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/storageappliances/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.storage_appliance_name = AAZStrArg( + options=["-n", "--name", "--storage-appliance-name"], + help="The name of the storage appliance.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.StorageAppliancesGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class StorageAppliancesGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/storageAppliances/{storageApplianceName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "storageApplianceName", self.ctx.args.storage_appliance_name, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.administrator_credentials = AAZObjectType( + serialized_name="administratorCredentials", + flags={"required": True}, + ) + properties.capacity = AAZIntType( + flags={"read_only": True}, + ) + properties.capacity_used = AAZIntType( + serialized_name="capacityUsed", + flags={"read_only": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.management_ipv4_address = AAZStrType( + serialized_name="managementIpv4Address", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.rack_id = AAZStrType( + serialized_name="rackId", + flags={"required": True}, + ) + properties.rack_slot = AAZIntType( + serialized_name="rackSlot", + flags={"required": True}, + ) + properties.remote_vendor_management_feature = AAZStrType( + serialized_name="remoteVendorManagementFeature", + flags={"read_only": True}, + ) + properties.remote_vendor_management_status = AAZStrType( + serialized_name="remoteVendorManagementStatus", + flags={"read_only": True}, + ) + properties.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"required": True}, + ) + properties.storage_appliance_sku_id = AAZStrType( + serialized_name="storageApplianceSkuId", + flags={"required": True}, + ) + + administrator_credentials = cls._schema_on_200.properties.administrator_credentials + administrator_credentials.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + administrator_credentials.username = AAZStrType( + flags={"required": True}, + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + +__all__ = ["Wait"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/__cmd_group.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/__cmd_group.py new file mode 100644 index 00000000000..4e2f5d3e066 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/__cmd_group.py @@ -0,0 +1,24 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkcloud trunkednetwork", + is_experimental=True, +) +class __CMDGroup(AAZCommandGroup): + """Manage trunked network + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/__init__.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/__init__.py new file mode 100644 index 00000000000..db73033039b --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/__init__.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._list import * +from ._show import * +from ._update import * +from ._wait import * diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_create.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_create.py new file mode 100644 index 00000000000..e697f49ae44 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_create.py @@ -0,0 +1,407 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud trunkednetwork create", + is_experimental=True, +) +class Create(AAZCommand): + """Create a new trunked network or update the properties of the existing trunked network. + + :example: Create or update trunked network + az networkcloud trunkednetwork create --resource-group "resourceGroupName" --name "trunkedNetworkName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --hybrid-aks-plugin-type "DPDK" --interface-name "eth0" --isolation-domain-ids "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/l2IsolationDomainName" "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/l3IsolationDomainName" --vlans 12 14 --tags key1="myvalue1" key2="myvalue2" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/trunkednetworks/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.trunked_network_name = AAZStrArg( + options=["-n", "--name", "--trunked-network-name"], + help="The name of the trunked network.", + required=True, + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.hybrid_aks_plugin_type = AAZStrArg( + options=["--hybrid-aks-plugin-type"], + arg_group="Properties", + help="The network plugin type for Hybrid AKS.", + default="SRIOV", + enum={"DPDK": "DPDK", "OSDevice": "OSDevice", "SRIOV": "SRIOV"}, + ) + _args_schema.interface_name = AAZStrArg( + options=["--interface-name"], + arg_group="Properties", + help="The default interface name for this trunked network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine.", + fmt=AAZStrArgFormat( + pattern="^[a-zA-Z0-9@._-]*$", + max_length=12, + ), + ) + _args_schema.isolation_domain_ids = AAZListArg( + options=["--isolation-domain-ids"], + arg_group="Properties", + help="The list of resource IDs representing the Network Fabric isolation domains. It can be any combination of l2IsolationDomain and l3IsolationDomain resources.", + required=True, + ) + _args_schema.vlans = AAZListArg( + options=["--vlans"], + arg_group="Properties", + help="The list of vlans that are selected from the isolation domains for trunking.", + required=True, + ) + + isolation_domain_ids = cls._args_schema.isolation_domain_ids + isolation_domain_ids.Element = AAZStrArg() + + vlans = cls._args_schema.vlans + vlans.Element = AAZIntArg() + + # define Arg Group "TrunkedNetworkParameters" + + _args_schema = cls._args_schema + _args_schema.extended_location = AAZObjectArg( + options=["--extended-location"], + arg_group="TrunkedNetworkParameters", + help="The extended location of the cluster associated with the resource.", + required=True, + ) + _args_schema.location = AAZResourceLocationArg( + arg_group="TrunkedNetworkParameters", + help="The geo-location where the resource lives", + required=True, + fmt=AAZResourceLocationArgFormat( + resource_group_arg="resource_group", + ), + ) + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="TrunkedNetworkParameters", + help="Resource tags.", + ) + + extended_location = cls._args_schema.extended_location + extended_location.name = AAZStrArg( + options=["name"], + help="The resource ID of the extended location on which the resource will be created.", + required=True, + ) + extended_location.type = AAZStrArg( + options=["type"], + help="The extended location type, for example, CustomLocation.", + required=True, + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.TrunkedNetworksCreateOrUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class TrunkedNetworksCreateOrUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/trunkedNetworks/{trunkedNetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "trunkedNetworkName", self.ctx.args.trunked_network_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("extendedLocation", AAZObjectType, ".extended_location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("location", AAZStrType, ".location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("properties", AAZObjectType, ".", typ_kwargs={"flags": {"required": True, "client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + extended_location = _builder.get(".extendedLocation") + if extended_location is not None: + extended_location.set_prop("name", AAZStrType, ".name", typ_kwargs={"flags": {"required": True}}) + extended_location.set_prop("type", AAZStrType, ".type", typ_kwargs={"flags": {"required": True}}) + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("hybridAksPluginType", AAZStrType, ".hybrid_aks_plugin_type") + properties.set_prop("interfaceName", AAZStrType, ".interface_name") + properties.set_prop("isolationDomainIds", AAZListType, ".isolation_domain_ids", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("vlans", AAZListType, ".vlans", typ_kwargs={"flags": {"required": True}}) + + isolation_domain_ids = _builder.get(".properties.isolationDomainIds") + if isolation_domain_ids is not None: + isolation_domain_ids.set_elements(AAZStrType, ".") + + vlans = _builder.get(".properties.vlans") + if vlans is not None: + vlans.set_elements(AAZIntType, ".") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + + _schema_on_200_201 = cls._schema_on_200_201 + _schema_on_200_201.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200_201.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200_201.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200_201.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200_201.tags = AAZDictType() + _schema_on_200_201.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200_201.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200_201.properties + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.hybrid_aks_plugin_type = AAZStrType( + serialized_name="hybridAksPluginType", + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + ) + properties.isolation_domain_ids = AAZListType( + serialized_name="isolationDomainIds", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + properties.vlans = AAZListType( + flags={"required": True}, + ) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200_201.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + isolation_domain_ids = cls._schema_on_200_201.properties.isolation_domain_ids + isolation_domain_ids.Element = AAZStrType() + + virtual_machines_associated_ids = cls._schema_on_200_201.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + vlans = cls._schema_on_200_201.properties.vlans + vlans.Element = AAZIntType() + + system_data = cls._schema_on_200_201.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200_201.tags + tags.Element = AAZStrType() + + return cls._schema_on_200_201 + + +class _CreateHelper: + """Helper class for Create""" + + +__all__ = ["Create"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_delete.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_delete.py new file mode 100644 index 00000000000..115d23b3a86 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_delete.py @@ -0,0 +1,167 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud trunkednetwork delete", + is_experimental=True, + confirmation="Are you sure you want to perform this operation?", +) +class Delete(AAZCommand): + """Delete the provided trunked network. + + :example: Delete trunked network + az networkcloud trunkednetwork delete --resource-group "resourceGroupName" --name "trunkedNetworkName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/trunkednetworks/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.trunked_network_name = AAZStrArg( + options=["-n", "--name", "--trunked-network-name"], + help="The name of the trunked network.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.TrunkedNetworksDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class TrunkedNetworksDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/trunkedNetworks/{trunkedNetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "trunkedNetworkName", self.ctx.args.trunked_network_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_list.py new file mode 100644 index 00000000000..5bb479fac4b --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_list.py @@ -0,0 +1,468 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud trunkednetwork list", + is_experimental=True, +) +class List(AAZCommand): + """List trunked networks in the provided resource group or subscription. + + :example: List trunked networks for subscription + az networkcloud trunkednetwork list + + :example: List trunked networks for resource group + az networkcloud trunkednetwork list --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/trunkednetworks", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/trunkednetworks", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + condition_0 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) + condition_1 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + if condition_0: + self.TrunkedNetworksListByResourceGroup(ctx=self.ctx)() + if condition_1: + self.TrunkedNetworksListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class TrunkedNetworksListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/trunkedNetworks", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.hybrid_aks_plugin_type = AAZStrType( + serialized_name="hybridAksPluginType", + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + ) + properties.isolation_domain_ids = AAZListType( + serialized_name="isolationDomainIds", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + properties.vlans = AAZListType( + flags={"required": True}, + ) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200.value.Element.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + isolation_domain_ids = cls._schema_on_200.value.Element.properties.isolation_domain_ids + isolation_domain_ids.Element = AAZStrType() + + virtual_machines_associated_ids = cls._schema_on_200.value.Element.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + vlans = cls._schema_on_200.value.Element.properties.vlans + vlans.Element = AAZIntType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + class TrunkedNetworksListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.NetworkCloud/trunkedNetworks", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.hybrid_aks_plugin_type = AAZStrType( + serialized_name="hybridAksPluginType", + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + ) + properties.isolation_domain_ids = AAZListType( + serialized_name="isolationDomainIds", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + properties.vlans = AAZListType( + flags={"required": True}, + ) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200.value.Element.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + isolation_domain_ids = cls._schema_on_200.value.Element.properties.isolation_domain_ids + isolation_domain_ids.Element = AAZStrType() + + virtual_machines_associated_ids = cls._schema_on_200.value.Element.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + vlans = cls._schema_on_200.value.Element.properties.vlans + vlans.Element = AAZIntType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_show.py new file mode 100644 index 00000000000..e87f547bbab --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_show.py @@ -0,0 +1,274 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud trunkednetwork show", + is_experimental=True, +) +class Show(AAZCommand): + """Get properties of the provided trunked network. + + :example: Get trunked network + az networkcloud trunkednetwork show --resource-group "resourceGroupName" --name "trunkedNetworkName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/trunkednetworks/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.trunked_network_name = AAZStrArg( + options=["-n", "--name", "--trunked-network-name"], + help="The name of the trunked network.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.TrunkedNetworksGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class TrunkedNetworksGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/trunkedNetworks/{trunkedNetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "trunkedNetworkName", self.ctx.args.trunked_network_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.hybrid_aks_plugin_type = AAZStrType( + serialized_name="hybridAksPluginType", + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + ) + properties.isolation_domain_ids = AAZListType( + serialized_name="isolationDomainIds", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + properties.vlans = AAZListType( + flags={"required": True}, + ) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + isolation_domain_ids = cls._schema_on_200.properties.isolation_domain_ids + isolation_domain_ids.Element = AAZStrType() + + virtual_machines_associated_ids = cls._schema_on_200.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + vlans = cls._schema_on_200.properties.vlans + vlans.Element = AAZIntType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_update.py new file mode 100644 index 00000000000..2be5e148df8 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_update.py @@ -0,0 +1,304 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud trunkednetwork update", + is_experimental=True, +) +class Update(AAZCommand): + """Update tags associated with the provided trunked network. + + :example: Update tags for trunked network + az networkcloud trunkednetwork update --resource-group "resourceGroupName" --name "trunkedNetworkName" --tags key1="myvalue1" key2="myvalue2" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/trunkednetworks/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.trunked_network_name = AAZStrArg( + options=["-n", "--name", "--trunked-network-name"], + help="The name of the trunked network.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + + # define Arg Group "TrunkedNetworkUpdateParameters" + + _args_schema = cls._args_schema + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="TrunkedNetworkUpdateParameters", + help="The Azure resource tags that will replace the existing ones.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.TrunkedNetworksUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class TrunkedNetworksUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/trunkedNetworks/{trunkedNetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "PATCH" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "trunkedNetworkName", self.ctx.args.trunked_network_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"client_flatten": True}} + ) + _builder.set_prop("tags", AAZDictType, ".tags") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.hybrid_aks_plugin_type = AAZStrType( + serialized_name="hybridAksPluginType", + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + ) + properties.isolation_domain_ids = AAZListType( + serialized_name="isolationDomainIds", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + properties.vlans = AAZListType( + flags={"required": True}, + ) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + isolation_domain_ids = cls._schema_on_200.properties.isolation_domain_ids + isolation_domain_ids.Element = AAZStrType() + + virtual_machines_associated_ids = cls._schema_on_200.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + vlans = cls._schema_on_200.properties.vlans + vlans.Element = AAZIntType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _UpdateHelper: + """Helper class for Update""" + + +__all__ = ["Update"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_wait.py new file mode 100644 index 00000000000..0c44dee1e93 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_wait.py @@ -0,0 +1,269 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud trunkednetwork wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/trunkednetworks/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.trunked_network_name = AAZStrArg( + options=["-n", "--name", "--trunked-network-name"], + help="The name of the trunked network.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.TrunkedNetworksGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class TrunkedNetworksGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/trunkedNetworks/{trunkedNetworkName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "trunkedNetworkName", self.ctx.args.trunked_network_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.hybrid_aks_clusters_associated_ids = AAZListType( + serialized_name="hybridAksClustersAssociatedIds", + flags={"read_only": True}, + ) + properties.hybrid_aks_plugin_type = AAZStrType( + serialized_name="hybridAksPluginType", + ) + properties.interface_name = AAZStrType( + serialized_name="interfaceName", + ) + properties.isolation_domain_ids = AAZListType( + serialized_name="isolationDomainIds", + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.virtual_machines_associated_ids = AAZListType( + serialized_name="virtualMachinesAssociatedIds", + flags={"read_only": True}, + ) + properties.vlans = AAZListType( + flags={"required": True}, + ) + + hybrid_aks_clusters_associated_ids = cls._schema_on_200.properties.hybrid_aks_clusters_associated_ids + hybrid_aks_clusters_associated_ids.Element = AAZStrType() + + isolation_domain_ids = cls._schema_on_200.properties.isolation_domain_ids + isolation_domain_ids.Element = AAZStrType() + + virtual_machines_associated_ids = cls._schema_on_200.properties.virtual_machines_associated_ids + virtual_machines_associated_ids.Element = AAZStrType() + + vlans = cls._schema_on_200.properties.vlans + vlans.Element = AAZIntType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + +__all__ = ["Wait"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/__cmd_group.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/__cmd_group.py new file mode 100644 index 00000000000..eb036b1b396 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/__cmd_group.py @@ -0,0 +1,24 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkcloud virtualmachine", + is_experimental=True, +) +class __CMDGroup(AAZCommandGroup): + """Manage virtual machine + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/__init__.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/__init__.py new file mode 100644 index 00000000000..d3240b86dca --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/__init__.py @@ -0,0 +1,21 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._list import * +from ._power_off import * +from ._reimage import * +from ._restart import * +from ._show import * +from ._start import * +from ._update import * +from ._wait import * diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_create.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_create.py new file mode 100644 index 00000000000..e19efe86a3b --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_create.py @@ -0,0 +1,861 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud virtualmachine create", + is_experimental=True, +) +class Create(AAZCommand): + """Create a new virtual machine or update the properties of the existing virtual machine. + + :example: Create virtual machine + az networkcloud virtualmachine create --resource-group "resourceGroupName" --name "virtualMachineName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --admin-username "admin" --boot-method "UEFI" --cloud-services-network-attachment attached-network-id="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/CloudServicesNetworks/cloudServicesNetworkName" --cpu-cores 2 --isolate-emulator-thread "True" --memory-size 8 --network-attachments "[{attachedNetworkId:'/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/l3Networks/l3NetworkName',defaultGateway:'True',ipAllocationMethod:'Dynamic',ipv4Address:'198.51.100.1',ipv6Address:'2001:0db8:0000:0000:0000:0000:0000:0000',networkAttachmentName:'networkAttachmentName'}]" --network-data "bmV0d29ya0RhdGVTYW1wbGU=" --placement-hints "[{hintType:'Affinity',resourceId:'/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/racks/rackName',schedulingExecution:'Hard,scope:''}]" --ssh-key-values "ssh-rsa AAtsE3njSONzDYRIZv/WLjVuMfrUSByHp+jfaaOLHTIIB4fJvo6dQUZxE20w2iDHV3tEkmnTo84eba97VMueQD6OzJPEyWZMRpz8UYWOd0IXeRqiFu1lawNblZhwNT= admin@vm" --storage-profile disk-size=120 create-option="Ephemeral" delete-option="Delete" --tags key1="myvalues1" --tags key2="myvalues2" --user-data "dXNlckRhdGVTYW1wbGU=" --virtio-interface "Modern" --vm-image "myacr.azurecr.io/ubuntu-pw:20.04" --vm-image-repository-credentials password="password" registry-url="myacr.azurecr.io" username="username" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.virtual_machine_name = AAZStrArg( + options=["-n", "--name", "--virtual-machine-name"], + help="The name of the virtual machine.", + required=True, + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.admin_username = AAZStrArg( + options=["--admin-username"], + arg_group="Properties", + help="The name of the administrator to which the ssh public keys will be added into the authorized keys.", + required=True, + fmt=AAZStrArgFormat( + pattern="^[a-z_][a-z0-9_]{0,31}$", + max_length=32, + min_length=1, + ), + ) + _args_schema.boot_method = AAZStrArg( + options=["--boot-method"], + arg_group="Properties", + help="Selects the boot method for the virtual machine.", + default="UEFI", + enum={"BIOS": "BIOS", "UEFI": "UEFI"}, + ) + _args_schema.cloud_services_network_attachment = AAZObjectArg( + options=["--csn", "--cloud-services-network-attachment"], + arg_group="Properties", + help="The cloud service network that provides platform-level services for the virtual machine.", + required=True, + ) + _args_schema.cpu_cores = AAZIntArg( + options=["--cpu-cores"], + arg_group="Properties", + help="The number of CPU cores in the virtual machine.", + required=True, + fmt=AAZIntArgFormat( + minimum=2, + ), + ) + _args_schema.isolate_emulator_thread = AAZStrArg( + options=["--isolate-emulator-thread"], + arg_group="Properties", + help="Field Deprecated, the value will be ignored if provided. The indicator of whether one of the specified CPU cores is isolated to run the emulator thread for this virtual machine.", + default="True", + enum={"False": "False", "True": "True"}, + ) + _args_schema.memory_size_gb = AAZIntArg( + options=["--memory-size", "--memory-size-gb"], + arg_group="Properties", + help="The memory size of the virtual machine in GB.", + required=True, + fmt=AAZIntArgFormat( + minimum=1, + ), + ) + _args_schema.network_attachments = AAZListArg( + options=["--na", "--network-attachments"], + arg_group="Properties", + help="The list of network attachments to the virtual machine.", + ) + _args_schema.network_data = AAZStrArg( + options=["--nd", "--network-data"], + arg_group="Properties", + help="The Base64 encoded cloud-init network data.", + ) + _args_schema.placement_hints = AAZListArg( + options=["--ph", "--placement-hints"], + arg_group="Properties", + help="The scheduling hints for the virtual machine.", + ) + _args_schema.ssh_public_keys = AAZListArg( + options=["--ssh-public-keys"], + arg_group="Properties", + help="The list of ssh public keys. Each key will be added to the virtual machine using the cloud-init ssh_authorized_keys mechanism for the adminUsername.", + ) + _args_schema.storage_profile = AAZObjectArg( + options=["--storage-profile"], + arg_group="Properties", + help="The storage profile that specifies size and other parameters about the disks related to the virtual machine.", + required=True, + ) + _args_schema.user_data = AAZStrArg( + options=["--ud", "--user-data"], + arg_group="Properties", + help="The Base64 encoded cloud-init user data.", + ) + _args_schema.virtio_interface = AAZStrArg( + options=["--vi", "--virtio-interface"], + arg_group="Properties", + help="Field Deprecated, use virtualizationModel instead. The type of the virtio interface.", + default="Modern", + enum={"Modern": "Modern", "Transitional": "Transitional"}, + ) + _args_schema.vm_device_model = AAZStrArg( + options=["--vm-device-model"], + arg_group="Properties", + help="The type of the device model to use.", + default="T2", + enum={"T1": "T1", "T2": "T2"}, + ) + _args_schema.vm_image = AAZStrArg( + options=["--vm-image"], + arg_group="Properties", + help="The virtual machine image that is currently provisioned to the OS disk, using the full url and tag notation used to pull the image.", + required=True, + ) + _args_schema.vm_image_repository_credentials = AAZObjectArg( + options=["--vmi-creds", "--vm-image-repository-credentials"], + arg_group="Properties", + help="The credentials used to login to the image repository that has access to the specified image.", + ) + + cloud_services_network_attachment = cls._args_schema.cloud_services_network_attachment + cloud_services_network_attachment.attached_network_id = AAZStrArg( + options=["attached-network-id"], + help="The resource ID of the associated network attached to the virtual machine. It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources.", + required=True, + ) + cloud_services_network_attachment.default_gateway = AAZStrArg( + options=["default-gateway"], + help="The indicator of whether this is the default gateway. Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True.", + enum={"False": "False", "True": "True"}, + ) + cloud_services_network_attachment.ip_allocation_method = AAZStrArg( + options=["ip-allocation-method"], + help="The IP allocation mechanism for the virtual machine. Dynamic and Static are only valid for l3Network which may also specify Disabled. Otherwise, Disabled is the only permitted value.", + required=True, + enum={"Disabled": "Disabled", "Dynamic": "Dynamic", "Static": "Static"}, + ) + cloud_services_network_attachment.ipv4_address = AAZStrArg( + options=["ipv4-address"], + help="The IPv4 address of the virtual machine. This field is used only if the attached network has IPAllocationType of IPV4 or DualStack. If IPAllocationMethod is: Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network. Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network. Disabled - this field will be empty.", + ) + cloud_services_network_attachment.ipv6_address = AAZStrArg( + options=["ipv6-address"], + help="The IPv6 address of the virtual machine. This field is used only if the attached network has IPAllocationType of IPV6 or DualStack. If IPAllocationMethod is: Static - this field must contain an IPv6 address range from within the range specified in the attached network. Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network. Disabled - this field will be empty.", + ) + cloud_services_network_attachment.network_attachment_name = AAZStrArg( + options=["network-attachment-name"], + help="The associated network's interface name. If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine. If the user doesn’t specify this value, the default interface name of the network resource will be used. For a CloudServicesNetwork resource, this name will be ignored.", + fmt=AAZStrArgFormat( + max_length=15, + ), + ) + + network_attachments = cls._args_schema.network_attachments + network_attachments.Element = AAZObjectArg() + + _element = cls._args_schema.network_attachments.Element + _element.attached_network_id = AAZStrArg( + options=["attached-network-id"], + help="The resource ID of the associated network attached to the virtual machine. It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources.", + required=True, + ) + _element.default_gateway = AAZStrArg( + options=["default-gateway"], + help="The indicator of whether this is the default gateway. Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True.", + enum={"False": "False", "True": "True"}, + ) + _element.ip_allocation_method = AAZStrArg( + options=["ip-allocation-method"], + help="The IP allocation mechanism for the virtual machine. Dynamic and Static are only valid for l3Network which may also specify Disabled. Otherwise, Disabled is the only permitted value.", + required=True, + enum={"Disabled": "Disabled", "Dynamic": "Dynamic", "Static": "Static"}, + ) + _element.ipv4_address = AAZStrArg( + options=["ipv4-address"], + help="The IPv4 address of the virtual machine. This field is used only if the attached network has IPAllocationType of IPV4 or DualStack. If IPAllocationMethod is: Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network. Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network. Disabled - this field will be empty.", + ) + _element.ipv6_address = AAZStrArg( + options=["ipv6-address"], + help="The IPv6 address of the virtual machine. This field is used only if the attached network has IPAllocationType of IPV6 or DualStack. If IPAllocationMethod is: Static - this field must contain an IPv6 address range from within the range specified in the attached network. Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network. Disabled - this field will be empty.", + ) + _element.network_attachment_name = AAZStrArg( + options=["network-attachment-name"], + help="The associated network's interface name. If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine. If the user doesn’t specify this value, the default interface name of the network resource will be used. For a CloudServicesNetwork resource, this name will be ignored.", + fmt=AAZStrArgFormat( + max_length=15, + ), + ) + + placement_hints = cls._args_schema.placement_hints + placement_hints.Element = AAZObjectArg() + + _element = cls._args_schema.placement_hints.Element + _element.hint_type = AAZStrArg( + options=["hint-type"], + help="The specification of whether this hint supports affinity or anti-affinity with the referenced resources.", + required=True, + enum={"Affinity": "Affinity", "AntiAffinity": "AntiAffinity"}, + ) + _element.resource_id = AAZStrArg( + options=["resource-id"], + help="The resource ID of the target object that the placement hints will be checked against, e.g., the bare metal node to host the virtual machine.", + required=True, + fmt=AAZStrArgFormat( + min_length=1, + ), + ) + _element.scheduling_execution = AAZStrArg( + options=["scheduling-execution"], + help="The indicator of whether the hint is a hard or soft requirement during scheduling.", + required=True, + enum={"Hard": "Hard", "Soft": "Soft"}, + ) + _element.scope = AAZStrArg( + options=["scope"], + help="The scope for the virtual machine affinity or anti-affinity placement hint. It should always be \"Machine\" in the case of node affinity.", + required=True, + enum={"Machine": "Machine", "Rack": "Rack"}, + ) + + ssh_public_keys = cls._args_schema.ssh_public_keys + ssh_public_keys.Element = AAZObjectArg() + + _element = cls._args_schema.ssh_public_keys.Element + _element.key_data = AAZStrArg( + options=["key-data"], + help="The public ssh key of the user.", + required=True, + fmt=AAZStrArgFormat( + min_length=1, + ), + ) + + storage_profile = cls._args_schema.storage_profile + storage_profile.create_option = AAZStrArg( + options=["create-option"], + help="The strategy for creating the OS disk.", + default="Ephemeral", + enum={"Ephemeral": "Ephemeral"}, + ) + storage_profile.delete_option = AAZStrArg( + options=["delete-option"], + help="The strategy for deleting the OS disk.", + default="Delete", + enum={"Delete": "Delete"}, + ) + storage_profile.disk_size_gb = AAZIntArg( + options=["disk-size", "disk-size-gb"], + help="The size of the disk in gigabytes. Required if the createOption is Ephemeral.", + required=True, + ) + storage_profile.volume_attachments = AAZListArg( + options=["volume-attachments"], + help="The resource IDs of volumes that are requested to be attached to the virtual machine.", + ) + + volume_attachments = cls._args_schema.storage_profile.volume_attachments + volume_attachments.Element = AAZStrArg() + + vm_image_repository_credentials = cls._args_schema.vm_image_repository_credentials + vm_image_repository_credentials.password = AAZStrArg( + options=["password"], + help="The password or token used to access an image in the target repository.", + required=True, + fmt=AAZStrArgFormat( + min_length=1, + ), + ) + vm_image_repository_credentials.registry_url = AAZStrArg( + options=["registry-url"], + help="The URL of the authentication server used to validate the repository credentials.", + required=True, + ) + vm_image_repository_credentials.username = AAZStrArg( + options=["username"], + help="The username used to access an image in the target repository.", + required=True, + fmt=AAZStrArgFormat( + min_length=1, + ), + ) + + # define Arg Group "VirtualMachineParameters" + + _args_schema = cls._args_schema + _args_schema.extended_location = AAZObjectArg( + options=["--extended-location"], + arg_group="VirtualMachineParameters", + help="The extended location of the cluster associated with the resource.", + required=True, + ) + _args_schema.location = AAZResourceLocationArg( + arg_group="VirtualMachineParameters", + help="The geo-location where the resource lives", + required=True, + fmt=AAZResourceLocationArgFormat( + resource_group_arg="resource_group", + ), + ) + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="VirtualMachineParameters", + help="Resource tags.", + ) + + extended_location = cls._args_schema.extended_location + extended_location.name = AAZStrArg( + options=["name"], + help="The resource ID of the extended location on which the resource will be created.", + required=True, + ) + extended_location.type = AAZStrArg( + options=["type"], + help="The extended location type, for example, CustomLocation.", + required=True, + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.VirtualMachinesCreateOrUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class VirtualMachinesCreateOrUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/virtualMachines/{virtualMachineName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "virtualMachineName", self.ctx.args.virtual_machine_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("extendedLocation", AAZObjectType, ".extended_location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("location", AAZStrType, ".location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("properties", AAZObjectType, ".", typ_kwargs={"flags": {"required": True, "client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + extended_location = _builder.get(".extendedLocation") + if extended_location is not None: + extended_location.set_prop("name", AAZStrType, ".name", typ_kwargs={"flags": {"required": True}}) + extended_location.set_prop("type", AAZStrType, ".type", typ_kwargs={"flags": {"required": True}}) + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("adminUsername", AAZStrType, ".admin_username", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("bootMethod", AAZStrType, ".boot_method") + properties.set_prop("cloudServicesNetworkAttachment", AAZObjectType, ".cloud_services_network_attachment", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("cpuCores", AAZIntType, ".cpu_cores", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("isolateEmulatorThread", AAZStrType, ".isolate_emulator_thread") + properties.set_prop("memorySizeGB", AAZIntType, ".memory_size_gb", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("networkAttachments", AAZListType, ".network_attachments") + properties.set_prop("networkData", AAZStrType, ".network_data") + properties.set_prop("placementHints", AAZListType, ".placement_hints") + properties.set_prop("sshPublicKeys", AAZListType, ".ssh_public_keys") + properties.set_prop("storageProfile", AAZObjectType, ".storage_profile", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("userData", AAZStrType, ".user_data") + properties.set_prop("virtioInterface", AAZStrType, ".virtio_interface") + properties.set_prop("vmDeviceModel", AAZStrType, ".vm_device_model") + properties.set_prop("vmImage", AAZStrType, ".vm_image", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("vmImageRepositoryCredentials", AAZObjectType, ".vm_image_repository_credentials") + + cloud_services_network_attachment = _builder.get(".properties.cloudServicesNetworkAttachment") + if cloud_services_network_attachment is not None: + cloud_services_network_attachment.set_prop("attachedNetworkId", AAZStrType, ".attached_network_id", typ_kwargs={"flags": {"required": True}}) + cloud_services_network_attachment.set_prop("defaultGateway", AAZStrType, ".default_gateway") + cloud_services_network_attachment.set_prop("ipAllocationMethod", AAZStrType, ".ip_allocation_method", typ_kwargs={"flags": {"required": True}}) + cloud_services_network_attachment.set_prop("ipv4Address", AAZStrType, ".ipv4_address") + cloud_services_network_attachment.set_prop("ipv6Address", AAZStrType, ".ipv6_address") + cloud_services_network_attachment.set_prop("networkAttachmentName", AAZStrType, ".network_attachment_name") + + network_attachments = _builder.get(".properties.networkAttachments") + if network_attachments is not None: + network_attachments.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.networkAttachments[]") + if _elements is not None: + _elements.set_prop("attachedNetworkId", AAZStrType, ".attached_network_id", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("defaultGateway", AAZStrType, ".default_gateway") + _elements.set_prop("ipAllocationMethod", AAZStrType, ".ip_allocation_method", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("ipv4Address", AAZStrType, ".ipv4_address") + _elements.set_prop("ipv6Address", AAZStrType, ".ipv6_address") + _elements.set_prop("networkAttachmentName", AAZStrType, ".network_attachment_name") + + placement_hints = _builder.get(".properties.placementHints") + if placement_hints is not None: + placement_hints.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.placementHints[]") + if _elements is not None: + _elements.set_prop("hintType", AAZStrType, ".hint_type", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("resourceId", AAZStrType, ".resource_id", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("schedulingExecution", AAZStrType, ".scheduling_execution", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("scope", AAZStrType, ".scope", typ_kwargs={"flags": {"required": True}}) + + ssh_public_keys = _builder.get(".properties.sshPublicKeys") + if ssh_public_keys is not None: + ssh_public_keys.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.sshPublicKeys[]") + if _elements is not None: + _elements.set_prop("keyData", AAZStrType, ".key_data", typ_kwargs={"flags": {"required": True}}) + + storage_profile = _builder.get(".properties.storageProfile") + if storage_profile is not None: + storage_profile.set_prop("osDisk", AAZObjectType, ".", typ_kwargs={"flags": {"required": True}}) + storage_profile.set_prop("volumeAttachments", AAZListType, ".volume_attachments") + + os_disk = _builder.get(".properties.storageProfile.osDisk") + if os_disk is not None: + os_disk.set_prop("createOption", AAZStrType, ".create_option") + os_disk.set_prop("deleteOption", AAZStrType, ".delete_option") + os_disk.set_prop("diskSizeGB", AAZIntType, ".disk_size_gb", typ_kwargs={"flags": {"required": True}}) + + volume_attachments = _builder.get(".properties.storageProfile.volumeAttachments") + if volume_attachments is not None: + volume_attachments.set_elements(AAZStrType, ".") + + vm_image_repository_credentials = _builder.get(".properties.vmImageRepositoryCredentials") + if vm_image_repository_credentials is not None: + vm_image_repository_credentials.set_prop("password", AAZStrType, ".password", typ_kwargs={"flags": {"required": True, "secret": True}}) + vm_image_repository_credentials.set_prop("registryUrl", AAZStrType, ".registry_url", typ_kwargs={"flags": {"required": True}}) + vm_image_repository_credentials.set_prop("username", AAZStrType, ".username", typ_kwargs={"flags": {"required": True}}) + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + + _schema_on_200_201 = cls._schema_on_200_201 + _schema_on_200_201.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200_201.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200_201.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200_201.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200_201.tags = AAZDictType() + _schema_on_200_201.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200_201.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200_201.properties + properties.admin_username = AAZStrType( + serialized_name="adminUsername", + flags={"required": True}, + ) + properties.bare_metal_machine_id = AAZStrType( + serialized_name="bareMetalMachineId", + flags={"read_only": True}, + ) + properties.boot_method = AAZStrType( + serialized_name="bootMethod", + ) + properties.cloud_services_network_attachment = AAZObjectType( + serialized_name="cloudServicesNetworkAttachment", + flags={"required": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.cpu_cores = AAZIntType( + serialized_name="cpuCores", + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.isolate_emulator_thread = AAZStrType( + serialized_name="isolateEmulatorThread", + ) + properties.memory_size_gb = AAZIntType( + serialized_name="memorySizeGB", + flags={"required": True}, + ) + properties.network_attachments = AAZListType( + serialized_name="networkAttachments", + ) + properties.network_data = AAZStrType( + serialized_name="networkData", + ) + properties.placement_hints = AAZListType( + serialized_name="placementHints", + ) + properties.power_state = AAZStrType( + serialized_name="powerState", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + properties.storage_profile = AAZObjectType( + serialized_name="storageProfile", + flags={"required": True}, + ) + properties.user_data = AAZStrType( + serialized_name="userData", + ) + properties.virtio_interface = AAZStrType( + serialized_name="virtioInterface", + ) + properties.vm_device_model = AAZStrType( + serialized_name="vmDeviceModel", + ) + properties.vm_image = AAZStrType( + serialized_name="vmImage", + flags={"required": True}, + ) + properties.vm_image_repository_credentials = AAZObjectType( + serialized_name="vmImageRepositoryCredentials", + ) + properties.volumes = AAZListType( + flags={"read_only": True}, + ) + + cloud_services_network_attachment = cls._schema_on_200_201.properties.cloud_services_network_attachment + cloud_services_network_attachment.attached_network_id = AAZStrType( + serialized_name="attachedNetworkId", + flags={"required": True}, + ) + cloud_services_network_attachment.default_gateway = AAZStrType( + serialized_name="defaultGateway", + ) + cloud_services_network_attachment.ip_allocation_method = AAZStrType( + serialized_name="ipAllocationMethod", + flags={"required": True}, + ) + cloud_services_network_attachment.ipv4_address = AAZStrType( + serialized_name="ipv4Address", + ) + cloud_services_network_attachment.ipv6_address = AAZStrType( + serialized_name="ipv6Address", + ) + cloud_services_network_attachment.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + cloud_services_network_attachment.network_attachment_name = AAZStrType( + serialized_name="networkAttachmentName", + ) + + network_attachments = cls._schema_on_200_201.properties.network_attachments + network_attachments.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.network_attachments.Element + _element.attached_network_id = AAZStrType( + serialized_name="attachedNetworkId", + flags={"required": True}, + ) + _element.default_gateway = AAZStrType( + serialized_name="defaultGateway", + ) + _element.ip_allocation_method = AAZStrType( + serialized_name="ipAllocationMethod", + flags={"required": True}, + ) + _element.ipv4_address = AAZStrType( + serialized_name="ipv4Address", + ) + _element.ipv6_address = AAZStrType( + serialized_name="ipv6Address", + ) + _element.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + _element.network_attachment_name = AAZStrType( + serialized_name="networkAttachmentName", + ) + + placement_hints = cls._schema_on_200_201.properties.placement_hints + placement_hints.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.placement_hints.Element + _element.hint_type = AAZStrType( + serialized_name="hintType", + flags={"required": True}, + ) + _element.resource_id = AAZStrType( + serialized_name="resourceId", + flags={"required": True}, + ) + _element.scheduling_execution = AAZStrType( + serialized_name="schedulingExecution", + flags={"required": True}, + ) + _element.scope = AAZStrType( + flags={"required": True}, + ) + + ssh_public_keys = cls._schema_on_200_201.properties.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.ssh_public_keys.Element + _element.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + storage_profile = cls._schema_on_200_201.properties.storage_profile + storage_profile.os_disk = AAZObjectType( + serialized_name="osDisk", + flags={"required": True}, + ) + storage_profile.volume_attachments = AAZListType( + serialized_name="volumeAttachments", + ) + + os_disk = cls._schema_on_200_201.properties.storage_profile.os_disk + os_disk.create_option = AAZStrType( + serialized_name="createOption", + ) + os_disk.delete_option = AAZStrType( + serialized_name="deleteOption", + ) + os_disk.disk_size_gb = AAZIntType( + serialized_name="diskSizeGB", + flags={"required": True}, + ) + + volume_attachments = cls._schema_on_200_201.properties.storage_profile.volume_attachments + volume_attachments.Element = AAZStrType() + + vm_image_repository_credentials = cls._schema_on_200_201.properties.vm_image_repository_credentials + vm_image_repository_credentials.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + vm_image_repository_credentials.registry_url = AAZStrType( + serialized_name="registryUrl", + flags={"required": True}, + ) + vm_image_repository_credentials.username = AAZStrType( + flags={"required": True}, + ) + + volumes = cls._schema_on_200_201.properties.volumes + volumes.Element = AAZStrType() + + system_data = cls._schema_on_200_201.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200_201.tags + tags.Element = AAZStrType() + + return cls._schema_on_200_201 + + +class _CreateHelper: + """Helper class for Create""" + + +__all__ = ["Create"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_delete.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_delete.py new file mode 100644 index 00000000000..9f4118a828e --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_delete.py @@ -0,0 +1,167 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud virtualmachine delete", + is_experimental=True, + confirmation="Are you sure you want to perform this operation?", +) +class Delete(AAZCommand): + """Delete the provided virtual machine. + + :example: Delete virtual machine + az networkcloud virtualmachine delete --resource-group "resourceGroupName" --name "virtualMachineName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.virtual_machine_name = AAZStrArg( + options=["-n", "--name", "--virtual-machine-name"], + help="The name of the virtual machine.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.VirtualMachinesDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class VirtualMachinesDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/virtualMachines/{virtualMachineName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "virtualMachineName", self.ctx.args.virtual_machine_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_list.py new file mode 100644 index 00000000000..a1986e3dbd7 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_list.py @@ -0,0 +1,778 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud virtualmachine list", + is_experimental=True, +) +class List(AAZCommand): + """List virtual machines in the provided resource group or subscription. + + :example: List virtual machines for resource group + az networkcloud virtualmachine list --resource-group "resourceGroupName" + + :example: List virtual machines for subscription + az networkcloud virtualmachine list + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/virtualmachines", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + condition_0 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) + condition_1 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + if condition_0: + self.VirtualMachinesListByResourceGroup(ctx=self.ctx)() + if condition_1: + self.VirtualMachinesListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class VirtualMachinesListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/virtualMachines", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.admin_username = AAZStrType( + serialized_name="adminUsername", + flags={"required": True}, + ) + properties.bare_metal_machine_id = AAZStrType( + serialized_name="bareMetalMachineId", + flags={"read_only": True}, + ) + properties.boot_method = AAZStrType( + serialized_name="bootMethod", + ) + properties.cloud_services_network_attachment = AAZObjectType( + serialized_name="cloudServicesNetworkAttachment", + flags={"required": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.cpu_cores = AAZIntType( + serialized_name="cpuCores", + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.isolate_emulator_thread = AAZStrType( + serialized_name="isolateEmulatorThread", + ) + properties.memory_size_gb = AAZIntType( + serialized_name="memorySizeGB", + flags={"required": True}, + ) + properties.network_attachments = AAZListType( + serialized_name="networkAttachments", + ) + properties.network_data = AAZStrType( + serialized_name="networkData", + ) + properties.placement_hints = AAZListType( + serialized_name="placementHints", + ) + properties.power_state = AAZStrType( + serialized_name="powerState", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + properties.storage_profile = AAZObjectType( + serialized_name="storageProfile", + flags={"required": True}, + ) + properties.user_data = AAZStrType( + serialized_name="userData", + ) + properties.virtio_interface = AAZStrType( + serialized_name="virtioInterface", + ) + properties.vm_device_model = AAZStrType( + serialized_name="vmDeviceModel", + ) + properties.vm_image = AAZStrType( + serialized_name="vmImage", + flags={"required": True}, + ) + properties.vm_image_repository_credentials = AAZObjectType( + serialized_name="vmImageRepositoryCredentials", + ) + properties.volumes = AAZListType( + flags={"read_only": True}, + ) + + cloud_services_network_attachment = cls._schema_on_200.value.Element.properties.cloud_services_network_attachment + cloud_services_network_attachment.attached_network_id = AAZStrType( + serialized_name="attachedNetworkId", + flags={"required": True}, + ) + cloud_services_network_attachment.default_gateway = AAZStrType( + serialized_name="defaultGateway", + ) + cloud_services_network_attachment.ip_allocation_method = AAZStrType( + serialized_name="ipAllocationMethod", + flags={"required": True}, + ) + cloud_services_network_attachment.ipv4_address = AAZStrType( + serialized_name="ipv4Address", + ) + cloud_services_network_attachment.ipv6_address = AAZStrType( + serialized_name="ipv6Address", + ) + cloud_services_network_attachment.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + cloud_services_network_attachment.network_attachment_name = AAZStrType( + serialized_name="networkAttachmentName", + ) + + network_attachments = cls._schema_on_200.value.Element.properties.network_attachments + network_attachments.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.network_attachments.Element + _element.attached_network_id = AAZStrType( + serialized_name="attachedNetworkId", + flags={"required": True}, + ) + _element.default_gateway = AAZStrType( + serialized_name="defaultGateway", + ) + _element.ip_allocation_method = AAZStrType( + serialized_name="ipAllocationMethod", + flags={"required": True}, + ) + _element.ipv4_address = AAZStrType( + serialized_name="ipv4Address", + ) + _element.ipv6_address = AAZStrType( + serialized_name="ipv6Address", + ) + _element.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + _element.network_attachment_name = AAZStrType( + serialized_name="networkAttachmentName", + ) + + placement_hints = cls._schema_on_200.value.Element.properties.placement_hints + placement_hints.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.placement_hints.Element + _element.hint_type = AAZStrType( + serialized_name="hintType", + flags={"required": True}, + ) + _element.resource_id = AAZStrType( + serialized_name="resourceId", + flags={"required": True}, + ) + _element.scheduling_execution = AAZStrType( + serialized_name="schedulingExecution", + flags={"required": True}, + ) + _element.scope = AAZStrType( + flags={"required": True}, + ) + + ssh_public_keys = cls._schema_on_200.value.Element.properties.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.ssh_public_keys.Element + _element.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + storage_profile = cls._schema_on_200.value.Element.properties.storage_profile + storage_profile.os_disk = AAZObjectType( + serialized_name="osDisk", + flags={"required": True}, + ) + storage_profile.volume_attachments = AAZListType( + serialized_name="volumeAttachments", + ) + + os_disk = cls._schema_on_200.value.Element.properties.storage_profile.os_disk + os_disk.create_option = AAZStrType( + serialized_name="createOption", + ) + os_disk.delete_option = AAZStrType( + serialized_name="deleteOption", + ) + os_disk.disk_size_gb = AAZIntType( + serialized_name="diskSizeGB", + flags={"required": True}, + ) + + volume_attachments = cls._schema_on_200.value.Element.properties.storage_profile.volume_attachments + volume_attachments.Element = AAZStrType() + + vm_image_repository_credentials = cls._schema_on_200.value.Element.properties.vm_image_repository_credentials + vm_image_repository_credentials.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + vm_image_repository_credentials.registry_url = AAZStrType( + serialized_name="registryUrl", + flags={"required": True}, + ) + vm_image_repository_credentials.username = AAZStrType( + flags={"required": True}, + ) + + volumes = cls._schema_on_200.value.Element.properties.volumes + volumes.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + class VirtualMachinesListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.NetworkCloud/virtualMachines", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.admin_username = AAZStrType( + serialized_name="adminUsername", + flags={"required": True}, + ) + properties.bare_metal_machine_id = AAZStrType( + serialized_name="bareMetalMachineId", + flags={"read_only": True}, + ) + properties.boot_method = AAZStrType( + serialized_name="bootMethod", + ) + properties.cloud_services_network_attachment = AAZObjectType( + serialized_name="cloudServicesNetworkAttachment", + flags={"required": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.cpu_cores = AAZIntType( + serialized_name="cpuCores", + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.isolate_emulator_thread = AAZStrType( + serialized_name="isolateEmulatorThread", + ) + properties.memory_size_gb = AAZIntType( + serialized_name="memorySizeGB", + flags={"required": True}, + ) + properties.network_attachments = AAZListType( + serialized_name="networkAttachments", + ) + properties.network_data = AAZStrType( + serialized_name="networkData", + ) + properties.placement_hints = AAZListType( + serialized_name="placementHints", + ) + properties.power_state = AAZStrType( + serialized_name="powerState", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + properties.storage_profile = AAZObjectType( + serialized_name="storageProfile", + flags={"required": True}, + ) + properties.user_data = AAZStrType( + serialized_name="userData", + ) + properties.virtio_interface = AAZStrType( + serialized_name="virtioInterface", + ) + properties.vm_device_model = AAZStrType( + serialized_name="vmDeviceModel", + ) + properties.vm_image = AAZStrType( + serialized_name="vmImage", + flags={"required": True}, + ) + properties.vm_image_repository_credentials = AAZObjectType( + serialized_name="vmImageRepositoryCredentials", + ) + properties.volumes = AAZListType( + flags={"read_only": True}, + ) + + cloud_services_network_attachment = cls._schema_on_200.value.Element.properties.cloud_services_network_attachment + cloud_services_network_attachment.attached_network_id = AAZStrType( + serialized_name="attachedNetworkId", + flags={"required": True}, + ) + cloud_services_network_attachment.default_gateway = AAZStrType( + serialized_name="defaultGateway", + ) + cloud_services_network_attachment.ip_allocation_method = AAZStrType( + serialized_name="ipAllocationMethod", + flags={"required": True}, + ) + cloud_services_network_attachment.ipv4_address = AAZStrType( + serialized_name="ipv4Address", + ) + cloud_services_network_attachment.ipv6_address = AAZStrType( + serialized_name="ipv6Address", + ) + cloud_services_network_attachment.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + cloud_services_network_attachment.network_attachment_name = AAZStrType( + serialized_name="networkAttachmentName", + ) + + network_attachments = cls._schema_on_200.value.Element.properties.network_attachments + network_attachments.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.network_attachments.Element + _element.attached_network_id = AAZStrType( + serialized_name="attachedNetworkId", + flags={"required": True}, + ) + _element.default_gateway = AAZStrType( + serialized_name="defaultGateway", + ) + _element.ip_allocation_method = AAZStrType( + serialized_name="ipAllocationMethod", + flags={"required": True}, + ) + _element.ipv4_address = AAZStrType( + serialized_name="ipv4Address", + ) + _element.ipv6_address = AAZStrType( + serialized_name="ipv6Address", + ) + _element.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + _element.network_attachment_name = AAZStrType( + serialized_name="networkAttachmentName", + ) + + placement_hints = cls._schema_on_200.value.Element.properties.placement_hints + placement_hints.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.placement_hints.Element + _element.hint_type = AAZStrType( + serialized_name="hintType", + flags={"required": True}, + ) + _element.resource_id = AAZStrType( + serialized_name="resourceId", + flags={"required": True}, + ) + _element.scheduling_execution = AAZStrType( + serialized_name="schedulingExecution", + flags={"required": True}, + ) + _element.scope = AAZStrType( + flags={"required": True}, + ) + + ssh_public_keys = cls._schema_on_200.value.Element.properties.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.ssh_public_keys.Element + _element.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + storage_profile = cls._schema_on_200.value.Element.properties.storage_profile + storage_profile.os_disk = AAZObjectType( + serialized_name="osDisk", + flags={"required": True}, + ) + storage_profile.volume_attachments = AAZListType( + serialized_name="volumeAttachments", + ) + + os_disk = cls._schema_on_200.value.Element.properties.storage_profile.os_disk + os_disk.create_option = AAZStrType( + serialized_name="createOption", + ) + os_disk.delete_option = AAZStrType( + serialized_name="deleteOption", + ) + os_disk.disk_size_gb = AAZIntType( + serialized_name="diskSizeGB", + flags={"required": True}, + ) + + volume_attachments = cls._schema_on_200.value.Element.properties.storage_profile.volume_attachments + volume_attachments.Element = AAZStrType() + + vm_image_repository_credentials = cls._schema_on_200.value.Element.properties.vm_image_repository_credentials + vm_image_repository_credentials.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + vm_image_repository_credentials.registry_url = AAZStrType( + serialized_name="registryUrl", + flags={"required": True}, + ) + vm_image_repository_credentials.username = AAZStrType( + flags={"required": True}, + ) + + volumes = cls._schema_on_200.value.Element.properties.volumes + volumes.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_power_off.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_power_off.py new file mode 100644 index 00000000000..7e52a6e399f --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_power_off.py @@ -0,0 +1,326 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud virtualmachine power-off", + is_experimental=True, +) +class PowerOff(AAZCommand): + """Power off the provided virtual machine. + + :example: Power off virtual machine + az networkcloud virtualmachine power-off --resource-group "resourceGroupName" --name "virtualMachineName" --skip-shutdown "True" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}/poweroff", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.virtual_machine_name = AAZStrArg( + options=["-n", "--name", "--virtual-machine-name"], + help="The name of the virtual machine.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + + # define Arg Group "VirtualMachinePowerOffParameters" + + _args_schema = cls._args_schema + _args_schema.skip_shutdown = AAZStrArg( + options=["--skip-shutdown"], + arg_group="VirtualMachinePowerOffParameters", + help="The indicator of whether to skip the graceful OS shutdown and power off the virtual machine immediately.", + default="False", + enum={"False": "False", "True": "True"}, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.VirtualMachinesPowerOff(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class VirtualMachinesPowerOff(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/virtualMachines/{virtualMachineName}/powerOff", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "virtualMachineName", self.ctx.args.virtual_machine_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"client_flatten": True}} + ) + _builder.set_prop("skipShutdown", AAZStrType, ".skip_shutdown") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _PowerOffHelper._build_schema_operation_status_result_read(cls._schema_on_200) + + return cls._schema_on_200 + + def on_204(self, session): + pass + + +class _PowerOffHelper: + """Helper class for PowerOff""" + + _schema_error_detail_read = None + + @classmethod + def _build_schema_error_detail_read(cls, _schema): + if cls._schema_error_detail_read is not None: + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + return + + cls._schema_error_detail_read = _schema_error_detail_read = AAZObjectType() + + error_detail_read = _schema_error_detail_read + error_detail_read.additional_info = AAZListType( + serialized_name="additionalInfo", + flags={"read_only": True}, + ) + error_detail_read.code = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.details = AAZListType( + flags={"read_only": True}, + ) + error_detail_read.message = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.target = AAZStrType( + flags={"read_only": True}, + ) + + additional_info = _schema_error_detail_read.additional_info + additional_info.Element = AAZObjectType() + + _element = _schema_error_detail_read.additional_info.Element + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + details = _schema_error_detail_read.details + details.Element = AAZObjectType() + cls._build_schema_error_detail_read(details.Element) + + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + + _schema_operation_status_result_read = None + + @classmethod + def _build_schema_operation_status_result_read(cls, _schema): + if cls._schema_operation_status_result_read is not None: + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + return + + cls._schema_operation_status_result_read = _schema_operation_status_result_read = AAZObjectType() + + operation_status_result_read = _schema_operation_status_result_read + operation_status_result_read.end_time = AAZStrType( + serialized_name="endTime", + ) + operation_status_result_read.error = AAZObjectType() + cls._build_schema_error_detail_read(operation_status_result_read.error) + operation_status_result_read.id = AAZStrType() + operation_status_result_read.name = AAZStrType() + operation_status_result_read.operations = AAZListType() + operation_status_result_read.percent_complete = AAZFloatType( + serialized_name="percentComplete", + ) + operation_status_result_read.resource_id = AAZStrType( + serialized_name="resourceId", + flags={"read_only": True}, + ) + operation_status_result_read.start_time = AAZStrType( + serialized_name="startTime", + ) + operation_status_result_read.status = AAZStrType( + flags={"required": True}, + ) + + operations = _schema_operation_status_result_read.operations + operations.Element = AAZObjectType() + cls._build_schema_operation_status_result_read(operations.Element) + + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + + +__all__ = ["PowerOff"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_reimage.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_reimage.py new file mode 100644 index 00000000000..ce7a3f2579f --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_reimage.py @@ -0,0 +1,301 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud virtualmachine reimage", + is_experimental=True, +) +class Reimage(AAZCommand): + """Reimage the provided virtual machine. + + :example: Reimage virtual machine + az networkcloud virtualmachine reimage --resource-group "resourceGroupName" --name "virtualMachineName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}/reimage", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.virtual_machine_name = AAZStrArg( + options=["-n", "--name", "--virtual-machine-name"], + help="The name of the virtual machine.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.VirtualMachinesReimage(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class VirtualMachinesReimage(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/virtualMachines/{virtualMachineName}/reimage", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "virtualMachineName", self.ctx.args.virtual_machine_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _ReimageHelper._build_schema_operation_status_result_read(cls._schema_on_200) + + return cls._schema_on_200 + + def on_204(self, session): + pass + + +class _ReimageHelper: + """Helper class for Reimage""" + + _schema_error_detail_read = None + + @classmethod + def _build_schema_error_detail_read(cls, _schema): + if cls._schema_error_detail_read is not None: + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + return + + cls._schema_error_detail_read = _schema_error_detail_read = AAZObjectType() + + error_detail_read = _schema_error_detail_read + error_detail_read.additional_info = AAZListType( + serialized_name="additionalInfo", + flags={"read_only": True}, + ) + error_detail_read.code = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.details = AAZListType( + flags={"read_only": True}, + ) + error_detail_read.message = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.target = AAZStrType( + flags={"read_only": True}, + ) + + additional_info = _schema_error_detail_read.additional_info + additional_info.Element = AAZObjectType() + + _element = _schema_error_detail_read.additional_info.Element + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + details = _schema_error_detail_read.details + details.Element = AAZObjectType() + cls._build_schema_error_detail_read(details.Element) + + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + + _schema_operation_status_result_read = None + + @classmethod + def _build_schema_operation_status_result_read(cls, _schema): + if cls._schema_operation_status_result_read is not None: + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + return + + cls._schema_operation_status_result_read = _schema_operation_status_result_read = AAZObjectType() + + operation_status_result_read = _schema_operation_status_result_read + operation_status_result_read.end_time = AAZStrType( + serialized_name="endTime", + ) + operation_status_result_read.error = AAZObjectType() + cls._build_schema_error_detail_read(operation_status_result_read.error) + operation_status_result_read.id = AAZStrType() + operation_status_result_read.name = AAZStrType() + operation_status_result_read.operations = AAZListType() + operation_status_result_read.percent_complete = AAZFloatType( + serialized_name="percentComplete", + ) + operation_status_result_read.resource_id = AAZStrType( + serialized_name="resourceId", + flags={"read_only": True}, + ) + operation_status_result_read.start_time = AAZStrType( + serialized_name="startTime", + ) + operation_status_result_read.status = AAZStrType( + flags={"required": True}, + ) + + operations = _schema_operation_status_result_read.operations + operations.Element = AAZObjectType() + cls._build_schema_operation_status_result_read(operations.Element) + + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + + +__all__ = ["Reimage"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_restart.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_restart.py new file mode 100644 index 00000000000..e0ae3ce0567 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_restart.py @@ -0,0 +1,301 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud virtualmachine restart", + is_experimental=True, +) +class Restart(AAZCommand): + """Restart the provided virtual machine. + + :example: Restart virtual machine + az networkcloud virtualmachine restart --resource-group "resourceGroupName" --name "virtualMachineName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}/restart", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.virtual_machine_name = AAZStrArg( + options=["-n", "--name", "--virtual-machine-name"], + help="The name of the virtual machine.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.VirtualMachinesRestart(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class VirtualMachinesRestart(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/virtualMachines/{virtualMachineName}/restart", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "virtualMachineName", self.ctx.args.virtual_machine_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _RestartHelper._build_schema_operation_status_result_read(cls._schema_on_200) + + return cls._schema_on_200 + + def on_204(self, session): + pass + + +class _RestartHelper: + """Helper class for Restart""" + + _schema_error_detail_read = None + + @classmethod + def _build_schema_error_detail_read(cls, _schema): + if cls._schema_error_detail_read is not None: + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + return + + cls._schema_error_detail_read = _schema_error_detail_read = AAZObjectType() + + error_detail_read = _schema_error_detail_read + error_detail_read.additional_info = AAZListType( + serialized_name="additionalInfo", + flags={"read_only": True}, + ) + error_detail_read.code = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.details = AAZListType( + flags={"read_only": True}, + ) + error_detail_read.message = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.target = AAZStrType( + flags={"read_only": True}, + ) + + additional_info = _schema_error_detail_read.additional_info + additional_info.Element = AAZObjectType() + + _element = _schema_error_detail_read.additional_info.Element + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + details = _schema_error_detail_read.details + details.Element = AAZObjectType() + cls._build_schema_error_detail_read(details.Element) + + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + + _schema_operation_status_result_read = None + + @classmethod + def _build_schema_operation_status_result_read(cls, _schema): + if cls._schema_operation_status_result_read is not None: + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + return + + cls._schema_operation_status_result_read = _schema_operation_status_result_read = AAZObjectType() + + operation_status_result_read = _schema_operation_status_result_read + operation_status_result_read.end_time = AAZStrType( + serialized_name="endTime", + ) + operation_status_result_read.error = AAZObjectType() + cls._build_schema_error_detail_read(operation_status_result_read.error) + operation_status_result_read.id = AAZStrType() + operation_status_result_read.name = AAZStrType() + operation_status_result_read.operations = AAZListType() + operation_status_result_read.percent_complete = AAZFloatType( + serialized_name="percentComplete", + ) + operation_status_result_read.resource_id = AAZStrType( + serialized_name="resourceId", + flags={"read_only": True}, + ) + operation_status_result_read.start_time = AAZStrType( + serialized_name="startTime", + ) + operation_status_result_read.status = AAZStrType( + flags={"required": True}, + ) + + operations = _schema_operation_status_result_read.operations + operations.Element = AAZObjectType() + cls._build_schema_operation_status_result_read(operations.Element) + + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + + +__all__ = ["Restart"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_show.py new file mode 100644 index 00000000000..34e49596aeb --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_show.py @@ -0,0 +1,429 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud virtualmachine show", + is_experimental=True, +) +class Show(AAZCommand): + """Get properties of the provided virtual machine. + + :example: Get virtual machine + az networkcloud virtualmachine show --resource-group "resourceGroupName" --name "virtualMachineName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.virtual_machine_name = AAZStrArg( + options=["-n", "--name", "--virtual-machine-name"], + help="The name of the virtual machine.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.VirtualMachinesGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class VirtualMachinesGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/virtualMachines/{virtualMachineName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "virtualMachineName", self.ctx.args.virtual_machine_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.admin_username = AAZStrType( + serialized_name="adminUsername", + flags={"required": True}, + ) + properties.bare_metal_machine_id = AAZStrType( + serialized_name="bareMetalMachineId", + flags={"read_only": True}, + ) + properties.boot_method = AAZStrType( + serialized_name="bootMethod", + ) + properties.cloud_services_network_attachment = AAZObjectType( + serialized_name="cloudServicesNetworkAttachment", + flags={"required": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.cpu_cores = AAZIntType( + serialized_name="cpuCores", + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.isolate_emulator_thread = AAZStrType( + serialized_name="isolateEmulatorThread", + ) + properties.memory_size_gb = AAZIntType( + serialized_name="memorySizeGB", + flags={"required": True}, + ) + properties.network_attachments = AAZListType( + serialized_name="networkAttachments", + ) + properties.network_data = AAZStrType( + serialized_name="networkData", + ) + properties.placement_hints = AAZListType( + serialized_name="placementHints", + ) + properties.power_state = AAZStrType( + serialized_name="powerState", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + properties.storage_profile = AAZObjectType( + serialized_name="storageProfile", + flags={"required": True}, + ) + properties.user_data = AAZStrType( + serialized_name="userData", + ) + properties.virtio_interface = AAZStrType( + serialized_name="virtioInterface", + ) + properties.vm_device_model = AAZStrType( + serialized_name="vmDeviceModel", + ) + properties.vm_image = AAZStrType( + serialized_name="vmImage", + flags={"required": True}, + ) + properties.vm_image_repository_credentials = AAZObjectType( + serialized_name="vmImageRepositoryCredentials", + ) + properties.volumes = AAZListType( + flags={"read_only": True}, + ) + + cloud_services_network_attachment = cls._schema_on_200.properties.cloud_services_network_attachment + cloud_services_network_attachment.attached_network_id = AAZStrType( + serialized_name="attachedNetworkId", + flags={"required": True}, + ) + cloud_services_network_attachment.default_gateway = AAZStrType( + serialized_name="defaultGateway", + ) + cloud_services_network_attachment.ip_allocation_method = AAZStrType( + serialized_name="ipAllocationMethod", + flags={"required": True}, + ) + cloud_services_network_attachment.ipv4_address = AAZStrType( + serialized_name="ipv4Address", + ) + cloud_services_network_attachment.ipv6_address = AAZStrType( + serialized_name="ipv6Address", + ) + cloud_services_network_attachment.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + cloud_services_network_attachment.network_attachment_name = AAZStrType( + serialized_name="networkAttachmentName", + ) + + network_attachments = cls._schema_on_200.properties.network_attachments + network_attachments.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.network_attachments.Element + _element.attached_network_id = AAZStrType( + serialized_name="attachedNetworkId", + flags={"required": True}, + ) + _element.default_gateway = AAZStrType( + serialized_name="defaultGateway", + ) + _element.ip_allocation_method = AAZStrType( + serialized_name="ipAllocationMethod", + flags={"required": True}, + ) + _element.ipv4_address = AAZStrType( + serialized_name="ipv4Address", + ) + _element.ipv6_address = AAZStrType( + serialized_name="ipv6Address", + ) + _element.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + _element.network_attachment_name = AAZStrType( + serialized_name="networkAttachmentName", + ) + + placement_hints = cls._schema_on_200.properties.placement_hints + placement_hints.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.placement_hints.Element + _element.hint_type = AAZStrType( + serialized_name="hintType", + flags={"required": True}, + ) + _element.resource_id = AAZStrType( + serialized_name="resourceId", + flags={"required": True}, + ) + _element.scheduling_execution = AAZStrType( + serialized_name="schedulingExecution", + flags={"required": True}, + ) + _element.scope = AAZStrType( + flags={"required": True}, + ) + + ssh_public_keys = cls._schema_on_200.properties.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.ssh_public_keys.Element + _element.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + storage_profile = cls._schema_on_200.properties.storage_profile + storage_profile.os_disk = AAZObjectType( + serialized_name="osDisk", + flags={"required": True}, + ) + storage_profile.volume_attachments = AAZListType( + serialized_name="volumeAttachments", + ) + + os_disk = cls._schema_on_200.properties.storage_profile.os_disk + os_disk.create_option = AAZStrType( + serialized_name="createOption", + ) + os_disk.delete_option = AAZStrType( + serialized_name="deleteOption", + ) + os_disk.disk_size_gb = AAZIntType( + serialized_name="diskSizeGB", + flags={"required": True}, + ) + + volume_attachments = cls._schema_on_200.properties.storage_profile.volume_attachments + volume_attachments.Element = AAZStrType() + + vm_image_repository_credentials = cls._schema_on_200.properties.vm_image_repository_credentials + vm_image_repository_credentials.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + vm_image_repository_credentials.registry_url = AAZStrType( + serialized_name="registryUrl", + flags={"required": True}, + ) + vm_image_repository_credentials.username = AAZStrType( + flags={"required": True}, + ) + + volumes = cls._schema_on_200.properties.volumes + volumes.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_start.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_start.py new file mode 100644 index 00000000000..5f2cfffdb6b --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_start.py @@ -0,0 +1,301 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud virtualmachine start", + is_experimental=True, +) +class Start(AAZCommand): + """Start the provided virtual machine. + + :example: Start virtual machine + az networkcloud virtualmachine start --resource-group "resourceGroupName" --name "virtualMachineName" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}/start", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.virtual_machine_name = AAZStrArg( + options=["-n", "--name", "--virtual-machine-name"], + help="The name of the virtual machine.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.VirtualMachinesStart(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class VirtualMachinesStart(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/virtualMachines/{virtualMachineName}/start", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "virtualMachineName", self.ctx.args.virtual_machine_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _StartHelper._build_schema_operation_status_result_read(cls._schema_on_200) + + return cls._schema_on_200 + + def on_204(self, session): + pass + + +class _StartHelper: + """Helper class for Start""" + + _schema_error_detail_read = None + + @classmethod + def _build_schema_error_detail_read(cls, _schema): + if cls._schema_error_detail_read is not None: + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + return + + cls._schema_error_detail_read = _schema_error_detail_read = AAZObjectType() + + error_detail_read = _schema_error_detail_read + error_detail_read.additional_info = AAZListType( + serialized_name="additionalInfo", + flags={"read_only": True}, + ) + error_detail_read.code = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.details = AAZListType( + flags={"read_only": True}, + ) + error_detail_read.message = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.target = AAZStrType( + flags={"read_only": True}, + ) + + additional_info = _schema_error_detail_read.additional_info + additional_info.Element = AAZObjectType() + + _element = _schema_error_detail_read.additional_info.Element + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + details = _schema_error_detail_read.details + details.Element = AAZObjectType() + cls._build_schema_error_detail_read(details.Element) + + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + + _schema_operation_status_result_read = None + + @classmethod + def _build_schema_operation_status_result_read(cls, _schema): + if cls._schema_operation_status_result_read is not None: + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + return + + cls._schema_operation_status_result_read = _schema_operation_status_result_read = AAZObjectType() + + operation_status_result_read = _schema_operation_status_result_read + operation_status_result_read.end_time = AAZStrType( + serialized_name="endTime", + ) + operation_status_result_read.error = AAZObjectType() + cls._build_schema_error_detail_read(operation_status_result_read.error) + operation_status_result_read.id = AAZStrType() + operation_status_result_read.name = AAZStrType() + operation_status_result_read.operations = AAZListType() + operation_status_result_read.percent_complete = AAZFloatType( + serialized_name="percentComplete", + ) + operation_status_result_read.resource_id = AAZStrType( + serialized_name="resourceId", + flags={"read_only": True}, + ) + operation_status_result_read.start_time = AAZStrType( + serialized_name="startTime", + ) + operation_status_result_read.status = AAZStrType( + flags={"required": True}, + ) + + operations = _schema_operation_status_result_read.operations + operations.Element = AAZObjectType() + cls._build_schema_operation_status_result_read(operations.Element) + + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + + +__all__ = ["Start"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_update.py new file mode 100644 index 00000000000..f38eb4a4a87 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_update.py @@ -0,0 +1,546 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud virtualmachine update", + is_experimental=True, +) +class Update(AAZCommand): + """Update the properties of the provided virtual machine, or update the tags associated with the virtual machine. Properties and tag updates can be done independently. + + :example: Patch virtual machine + az networkcloud virtualmachine update --resource-group "resourceGroupName" --name "virtualMachineName" --vm-image-repository-credentials password="password" registry-url="myacr.azurecr.io" username="myuser" --tags key1="myvalue1" key2="myvalue2" + """ + + _aaz_info = { + "version": "2022-12-12-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}", "2022-12-12-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.virtual_machine_name = AAZStrArg( + options=["-n", "--name", "--virtual-machine-name"], + help="The name of the virtual machine.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.vm_image_repository_credentials = AAZObjectArg( + options=["--vmi-creds", "--vm-image-repository-credentials"], + arg_group="Properties", + help="The credentials used to login to the image repository that has access to the specified image.", + ) + + vm_image_repository_credentials = cls._args_schema.vm_image_repository_credentials + vm_image_repository_credentials.password = AAZStrArg( + options=["password"], + help="The password or token used to access an image in the target repository.", + required=True, + fmt=AAZStrArgFormat( + min_length=1, + ), + ) + vm_image_repository_credentials.registry_url = AAZStrArg( + options=["registry-url"], + help="The URL of the authentication server used to validate the repository credentials.", + required=True, + ) + vm_image_repository_credentials.username = AAZStrArg( + options=["username"], + help="The username used to access an image in the target repository.", + required=True, + fmt=AAZStrArgFormat( + min_length=1, + ), + ) + + # define Arg Group "VirtualMachineUpdateParameters" + + _args_schema = cls._args_schema + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="VirtualMachineUpdateParameters", + help="The Azure resource tags that will replace the existing ones.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.VirtualMachinesUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class VirtualMachinesUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/virtualMachines/{virtualMachineName}", + **self.url_parameters + ) + + @property + def method(self): + return "PATCH" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "virtualMachineName", self.ctx.args.virtual_machine_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"client_flatten": True}} + ) + _builder.set_prop("properties", AAZObjectType, typ_kwargs={"flags": {"client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("vmImageRepositoryCredentials", AAZObjectType, ".vm_image_repository_credentials") + + vm_image_repository_credentials = _builder.get(".properties.vmImageRepositoryCredentials") + if vm_image_repository_credentials is not None: + vm_image_repository_credentials.set_prop("password", AAZStrType, ".password", typ_kwargs={"flags": {"required": True, "secret": True}}) + vm_image_repository_credentials.set_prop("registryUrl", AAZStrType, ".registry_url", typ_kwargs={"flags": {"required": True}}) + vm_image_repository_credentials.set_prop("username", AAZStrType, ".username", typ_kwargs={"flags": {"required": True}}) + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _UpdateHelper._build_schema_virtual_machine_read(cls._schema_on_200) + + return cls._schema_on_200 + + +class _UpdateHelper: + """Helper class for Update""" + + _schema_virtual_machine_read = None + + @classmethod + def _build_schema_virtual_machine_read(cls, _schema): + if cls._schema_virtual_machine_read is not None: + _schema.extended_location = cls._schema_virtual_machine_read.extended_location + _schema.id = cls._schema_virtual_machine_read.id + _schema.location = cls._schema_virtual_machine_read.location + _schema.name = cls._schema_virtual_machine_read.name + _schema.properties = cls._schema_virtual_machine_read.properties + _schema.system_data = cls._schema_virtual_machine_read.system_data + _schema.tags = cls._schema_virtual_machine_read.tags + _schema.type = cls._schema_virtual_machine_read.type + return + + cls._schema_virtual_machine_read = _schema_virtual_machine_read = AAZObjectType() + + virtual_machine_read = _schema_virtual_machine_read + virtual_machine_read.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + virtual_machine_read.id = AAZStrType( + flags={"read_only": True}, + ) + virtual_machine_read.location = AAZStrType( + flags={"required": True}, + ) + virtual_machine_read.name = AAZStrType( + flags={"read_only": True}, + ) + virtual_machine_read.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + virtual_machine_read.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + virtual_machine_read.tags = AAZDictType() + virtual_machine_read.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = _schema_virtual_machine_read.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = _schema_virtual_machine_read.properties + properties.admin_username = AAZStrType( + serialized_name="adminUsername", + flags={"required": True}, + ) + properties.bare_metal_machine_id = AAZStrType( + serialized_name="bareMetalMachineId", + flags={"read_only": True}, + ) + properties.boot_method = AAZStrType( + serialized_name="bootMethod", + ) + properties.cloud_services_network_attachment = AAZObjectType( + serialized_name="cloudServicesNetworkAttachment", + flags={"required": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.cpu_cores = AAZIntType( + serialized_name="cpuCores", + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.isolate_emulator_thread = AAZStrType( + serialized_name="isolateEmulatorThread", + ) + properties.memory_size_gb = AAZIntType( + serialized_name="memorySizeGB", + flags={"required": True}, + ) + properties.network_attachments = AAZListType( + serialized_name="networkAttachments", + ) + properties.network_data = AAZStrType( + serialized_name="networkData", + ) + properties.placement_hints = AAZListType( + serialized_name="placementHints", + ) + properties.power_state = AAZStrType( + serialized_name="powerState", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + properties.storage_profile = AAZObjectType( + serialized_name="storageProfile", + flags={"required": True}, + ) + properties.user_data = AAZStrType( + serialized_name="userData", + ) + properties.virtio_interface = AAZStrType( + serialized_name="virtioInterface", + ) + properties.vm_device_model = AAZStrType( + serialized_name="vmDeviceModel", + ) + properties.vm_image = AAZStrType( + serialized_name="vmImage", + flags={"required": True}, + ) + properties.vm_image_repository_credentials = AAZObjectType( + serialized_name="vmImageRepositoryCredentials", + ) + properties.volumes = AAZListType( + flags={"read_only": True}, + ) + + cloud_services_network_attachment = _schema_virtual_machine_read.properties.cloud_services_network_attachment + cloud_services_network_attachment.attached_network_id = AAZStrType( + serialized_name="attachedNetworkId", + flags={"required": True}, + ) + cloud_services_network_attachment.default_gateway = AAZStrType( + serialized_name="defaultGateway", + ) + cloud_services_network_attachment.ip_allocation_method = AAZStrType( + serialized_name="ipAllocationMethod", + flags={"required": True}, + ) + cloud_services_network_attachment.ipv4_address = AAZStrType( + serialized_name="ipv4Address", + ) + cloud_services_network_attachment.ipv6_address = AAZStrType( + serialized_name="ipv6Address", + ) + cloud_services_network_attachment.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + cloud_services_network_attachment.network_attachment_name = AAZStrType( + serialized_name="networkAttachmentName", + ) + + network_attachments = _schema_virtual_machine_read.properties.network_attachments + network_attachments.Element = AAZObjectType() + + _element = _schema_virtual_machine_read.properties.network_attachments.Element + _element.attached_network_id = AAZStrType( + serialized_name="attachedNetworkId", + flags={"required": True}, + ) + _element.default_gateway = AAZStrType( + serialized_name="defaultGateway", + ) + _element.ip_allocation_method = AAZStrType( + serialized_name="ipAllocationMethod", + flags={"required": True}, + ) + _element.ipv4_address = AAZStrType( + serialized_name="ipv4Address", + ) + _element.ipv6_address = AAZStrType( + serialized_name="ipv6Address", + ) + _element.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + _element.network_attachment_name = AAZStrType( + serialized_name="networkAttachmentName", + ) + + placement_hints = _schema_virtual_machine_read.properties.placement_hints + placement_hints.Element = AAZObjectType() + + _element = _schema_virtual_machine_read.properties.placement_hints.Element + _element.hint_type = AAZStrType( + serialized_name="hintType", + flags={"required": True}, + ) + _element.resource_id = AAZStrType( + serialized_name="resourceId", + flags={"required": True}, + ) + _element.scheduling_execution = AAZStrType( + serialized_name="schedulingExecution", + flags={"required": True}, + ) + _element.scope = AAZStrType( + flags={"required": True}, + ) + + ssh_public_keys = _schema_virtual_machine_read.properties.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + + _element = _schema_virtual_machine_read.properties.ssh_public_keys.Element + _element.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + storage_profile = _schema_virtual_machine_read.properties.storage_profile + storage_profile.os_disk = AAZObjectType( + serialized_name="osDisk", + flags={"required": True}, + ) + storage_profile.volume_attachments = AAZListType( + serialized_name="volumeAttachments", + ) + + os_disk = _schema_virtual_machine_read.properties.storage_profile.os_disk + os_disk.create_option = AAZStrType( + serialized_name="createOption", + ) + os_disk.delete_option = AAZStrType( + serialized_name="deleteOption", + ) + os_disk.disk_size_gb = AAZIntType( + serialized_name="diskSizeGB", + flags={"required": True}, + ) + + volume_attachments = _schema_virtual_machine_read.properties.storage_profile.volume_attachments + volume_attachments.Element = AAZStrType() + + vm_image_repository_credentials = _schema_virtual_machine_read.properties.vm_image_repository_credentials + vm_image_repository_credentials.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + vm_image_repository_credentials.registry_url = AAZStrType( + serialized_name="registryUrl", + flags={"required": True}, + ) + vm_image_repository_credentials.username = AAZStrType( + flags={"required": True}, + ) + + volumes = _schema_virtual_machine_read.properties.volumes + volumes.Element = AAZStrType() + + system_data = _schema_virtual_machine_read.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = _schema_virtual_machine_read.tags + tags.Element = AAZStrType() + + _schema.extended_location = cls._schema_virtual_machine_read.extended_location + _schema.id = cls._schema_virtual_machine_read.id + _schema.location = cls._schema_virtual_machine_read.location + _schema.name = cls._schema_virtual_machine_read.name + _schema.properties = cls._schema_virtual_machine_read.properties + _schema.system_data = cls._schema_virtual_machine_read.system_data + _schema.tags = cls._schema_virtual_machine_read.tags + _schema.type = cls._schema_virtual_machine_read.type + + +__all__ = ["Update"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_wait.py new file mode 100644 index 00000000000..416db8d37ae --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_wait.py @@ -0,0 +1,424 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud virtualmachine wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}", "2022-12-12-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.virtual_machine_name = AAZStrArg( + options=["-n", "--name", "--virtual-machine-name"], + help="The name of the virtual machine.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.VirtualMachinesGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class VirtualMachinesGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/virtualMachines/{virtualMachineName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "virtualMachineName", self.ctx.args.virtual_machine_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2022-12-12-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.admin_username = AAZStrType( + serialized_name="adminUsername", + flags={"required": True}, + ) + properties.bare_metal_machine_id = AAZStrType( + serialized_name="bareMetalMachineId", + flags={"read_only": True}, + ) + properties.boot_method = AAZStrType( + serialized_name="bootMethod", + ) + properties.cloud_services_network_attachment = AAZObjectType( + serialized_name="cloudServicesNetworkAttachment", + flags={"required": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.cpu_cores = AAZIntType( + serialized_name="cpuCores", + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.isolate_emulator_thread = AAZStrType( + serialized_name="isolateEmulatorThread", + ) + properties.memory_size_gb = AAZIntType( + serialized_name="memorySizeGB", + flags={"required": True}, + ) + properties.network_attachments = AAZListType( + serialized_name="networkAttachments", + ) + properties.network_data = AAZStrType( + serialized_name="networkData", + ) + properties.placement_hints = AAZListType( + serialized_name="placementHints", + ) + properties.power_state = AAZStrType( + serialized_name="powerState", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + properties.storage_profile = AAZObjectType( + serialized_name="storageProfile", + flags={"required": True}, + ) + properties.user_data = AAZStrType( + serialized_name="userData", + ) + properties.virtio_interface = AAZStrType( + serialized_name="virtioInterface", + ) + properties.vm_device_model = AAZStrType( + serialized_name="vmDeviceModel", + ) + properties.vm_image = AAZStrType( + serialized_name="vmImage", + flags={"required": True}, + ) + properties.vm_image_repository_credentials = AAZObjectType( + serialized_name="vmImageRepositoryCredentials", + ) + properties.volumes = AAZListType( + flags={"read_only": True}, + ) + + cloud_services_network_attachment = cls._schema_on_200.properties.cloud_services_network_attachment + cloud_services_network_attachment.attached_network_id = AAZStrType( + serialized_name="attachedNetworkId", + flags={"required": True}, + ) + cloud_services_network_attachment.default_gateway = AAZStrType( + serialized_name="defaultGateway", + ) + cloud_services_network_attachment.ip_allocation_method = AAZStrType( + serialized_name="ipAllocationMethod", + flags={"required": True}, + ) + cloud_services_network_attachment.ipv4_address = AAZStrType( + serialized_name="ipv4Address", + ) + cloud_services_network_attachment.ipv6_address = AAZStrType( + serialized_name="ipv6Address", + ) + cloud_services_network_attachment.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + cloud_services_network_attachment.network_attachment_name = AAZStrType( + serialized_name="networkAttachmentName", + ) + + network_attachments = cls._schema_on_200.properties.network_attachments + network_attachments.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.network_attachments.Element + _element.attached_network_id = AAZStrType( + serialized_name="attachedNetworkId", + flags={"required": True}, + ) + _element.default_gateway = AAZStrType( + serialized_name="defaultGateway", + ) + _element.ip_allocation_method = AAZStrType( + serialized_name="ipAllocationMethod", + flags={"required": True}, + ) + _element.ipv4_address = AAZStrType( + serialized_name="ipv4Address", + ) + _element.ipv6_address = AAZStrType( + serialized_name="ipv6Address", + ) + _element.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + _element.network_attachment_name = AAZStrType( + serialized_name="networkAttachmentName", + ) + + placement_hints = cls._schema_on_200.properties.placement_hints + placement_hints.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.placement_hints.Element + _element.hint_type = AAZStrType( + serialized_name="hintType", + flags={"required": True}, + ) + _element.resource_id = AAZStrType( + serialized_name="resourceId", + flags={"required": True}, + ) + _element.scheduling_execution = AAZStrType( + serialized_name="schedulingExecution", + flags={"required": True}, + ) + _element.scope = AAZStrType( + flags={"required": True}, + ) + + ssh_public_keys = cls._schema_on_200.properties.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.ssh_public_keys.Element + _element.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + storage_profile = cls._schema_on_200.properties.storage_profile + storage_profile.os_disk = AAZObjectType( + serialized_name="osDisk", + flags={"required": True}, + ) + storage_profile.volume_attachments = AAZListType( + serialized_name="volumeAttachments", + ) + + os_disk = cls._schema_on_200.properties.storage_profile.os_disk + os_disk.create_option = AAZStrType( + serialized_name="createOption", + ) + os_disk.delete_option = AAZStrType( + serialized_name="deleteOption", + ) + os_disk.disk_size_gb = AAZIntType( + serialized_name="diskSizeGB", + flags={"required": True}, + ) + + volume_attachments = cls._schema_on_200.properties.storage_profile.volume_attachments + volume_attachments.Element = AAZStrType() + + vm_image_repository_credentials = cls._schema_on_200.properties.vm_image_repository_credentials + vm_image_repository_credentials.password = AAZStrType( + flags={"required": True, "secret": True}, + ) + vm_image_repository_credentials.registry_url = AAZStrType( + serialized_name="registryUrl", + flags={"required": True}, + ) + vm_image_repository_credentials.username = AAZStrType( + flags={"required": True}, + ) + + volumes = cls._schema_on_200.properties.volumes + volumes.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + +__all__ = ["Wait"] diff --git a/src/networkcloud/azext_networkcloud/azext_metadata.json b/src/networkcloud/azext_networkcloud/azext_metadata.json new file mode 100644 index 00000000000..daed0119d22 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/azext_metadata.json @@ -0,0 +1,4 @@ +{ + "azext.isExperimental": true, + "azext.minCliCoreVersion": "2.45.0" +} \ No newline at end of file diff --git a/src/networkcloud/azext_networkcloud/commands.py b/src/networkcloud/azext_networkcloud/commands.py new file mode 100644 index 00000000000..d54b16b0919 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/commands.py @@ -0,0 +1,54 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code originally generated by aaz-dev-tools and facilitates integration of custom code +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-many-lines,import-outside-toplevel +# pylint: disable=too-many-statements + +''' Load Command model table importing custom commands''' + + +def load_command_table(self, _): # pylint: disable=unused-argument + ''' Custom code imported in this function is loaded via: + cli-ext/v20221212preview/ext/src/networkcloud/azext_networkcloud/__init__.py + ''' + # baremetalmachine + from .operations.baremetalmachine._run_command import RunCommand + self.command_table["networkcloud baremetalmachine run-command"] = RunCommand( + loader=self) + from .operations.baremetalmachine._run_read_command import \ + RunReadCommand + self.command_table["networkcloud baremetalmachine run-read-command"] = RunReadCommand( + loader=self) + from .operations.baremetalmachine._run_data_extract import \ + RunDataExtract + self.command_table["networkcloud baremetalmachine run-data-extract"] = RunDataExtract( + loader=self) + + # cluster + from .operations.cluster.metricsconfiguration._create import \ + ClusterMetricsConfigurationCreate + self.command_table["networkcloud cluster metricsconfiguration create"] = \ + ClusterMetricsConfigurationCreate(loader=self) + + from .operations.cluster.metricsconfiguration._update import \ + ClusterMetricsConfigurationUpdate + self.command_table["networkcloud cluster metricsconfiguration update"] = \ + ClusterMetricsConfigurationUpdate(loader=self) + + from .operations.cluster.metricsconfiguration._delete import \ + ClusterMetricsConfigurationDelete + self.command_table["networkcloud cluster metricsconfiguration delete"] = \ + ClusterMetricsConfigurationDelete(loader=self) + + from .operations.cluster.metricsconfiguration._show import \ + ClusterMetricsConfigurationShow + self.command_table["networkcloud cluster metricsconfiguration show"] = \ + ClusterMetricsConfigurationShow(loader=self) + + # virtualmachine + from .operations.virtualmachine._create import VirtualMachineCreate + self.command_table["networkcloud virtualmachine create"] = VirtualMachineCreate( + loader=self) diff --git a/src/networkcloud/azext_networkcloud/custom.py b/src/networkcloud/azext_networkcloud/custom.py new file mode 100644 index 00000000000..86df1e48ef5 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/custom.py @@ -0,0 +1,14 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: disable=too-many-lines +# pylint: disable=too-many-statements + +from knack.log import get_logger + + +logger = get_logger(__name__) diff --git a/src/networkcloud/azext_networkcloud/operations/__init__.py b/src/networkcloud/azext_networkcloud/operations/__init__.py new file mode 100644 index 00000000000..34913fb394d --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/__init__.py @@ -0,0 +1,4 @@ +# -------------------------------------------------------------------------------------------- +# 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/networkcloud/azext_networkcloud/operations/baremetalmachine/__init__.py b/src/networkcloud/azext_networkcloud/operations/baremetalmachine/__init__.py new file mode 100644 index 00000000000..34913fb394d --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/baremetalmachine/__init__.py @@ -0,0 +1,4 @@ +# -------------------------------------------------------------------------------------------- +# 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/networkcloud/azext_networkcloud/operations/baremetalmachine/_run_command.py b/src/networkcloud/azext_networkcloud/operations/baremetalmachine/_run_command.py new file mode 100644 index 00000000000..6214e48ae2e --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/baremetalmachine/_run_command.py @@ -0,0 +1,74 @@ +# -------------------------------------------------------------------------------------------- +# 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-wildcard-import,anomalous-backslash-in-string,wildcard-import +# pylint: disable=protected-access,duplicate-code +# flake8: noqa + +""" +This custom code inherits the auto-generated code for BMM run command and adds: + - retrieval of custom properties returned on the success using CustomActionProperties class. +""" + +from pathlib import Path + +from azure.cli.core.aaz import * +from azure.cli.core.azclierror import FileOperationError + +from ...aaz.latest.networkcloud.baremetalmachine import RunCommand as _RunCommand +from ..custom_properties import CustomActionProperties + + +class RunCommand(_RunCommand): + '''Custom class for baremetalmachine run command ''' + + # Handle custom properties returned by the actions + # when run command is executed. + # The properties object is defined as an interface in the Azure common spec. + def _output(self, *args, **kwargs): + return CustomActionProperties._output(self, args, kwargs) + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + args_schema = super()._build_arguments_schema(*args, **kwargs) + args_schema.output = AAZStrArg( + options=["--output-directory"], + arg_group="BareMetalMachineRunCommandParameters", + help="The output directory where the script execution results will be" + + "downloaded to from storage blob. Accepts relative or qualified directory path.", + required=False, + fmt=AAZStrArgFormat( + pattern="^(.+)([^\/]*)$" + ) + ) + return args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.BareMetalMachinesRunCommand(ctx=self.ctx)() + self.post_operations() + + def pre_operations(self): + args = self.ctx.args + output_directory = args.output + if has_value(args.output): + try: + Path(f"{output_directory}").mkdir( + parents=True, exist_ok=True) + except OSError as ex: + raise FileOperationError(ex) from ex + + class BareMetalMachinesRunCommand(_RunCommand.BareMetalMachinesRunCommand): + ''' Custom class for baremetal machine run command''' + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + CustomActionProperties._build_schema_operation_status_result_read( + cls._schema_on_200) + + return cls._schema_on_200 diff --git a/src/networkcloud/azext_networkcloud/operations/baremetalmachine/_run_data_extract.py b/src/networkcloud/azext_networkcloud/operations/baremetalmachine/_run_data_extract.py new file mode 100644 index 00000000000..33651b0d81c --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/baremetalmachine/_run_data_extract.py @@ -0,0 +1,80 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=wildcard-import,unused-wildcard-import,protected-access,duplicate-code +# pylint: disable=anomalous-backslash-in-string +# flake8: noqa + + +""" +This code inherits the auto-generated code for BMM run data extracts command, and adds retrieval +of custom properties. It also processes the output directory if given and downloads +the results of the command. +""" + + +from pathlib import Path + +from azure.cli.core.aaz import * +from azure.cli.core.azclierror import FileOperationError + +from ...aaz.latest.networkcloud.baremetalmachine import \ + RunDataExtract as _RunDataExtract +from ..custom_properties import CustomActionProperties + + +class RunDataExtract(_RunDataExtract): + '''Custom class for baremetalmachine run data extract command ''' + + # Handle custom properties returned by the actions + # when run data extract command is executed. + # The properties object is defined as an interface in the Azure common spec. + def _output(self, *args, **kwargs): + return CustomActionProperties._output(self, args, kwargs) + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + args_schema = super()._build_arguments_schema(*args, **kwargs) + args_schema.output = AAZStrArg( + options=["--output-directory"], + arg_group="BareMetalMachineRunDataExtractsParameters", + help="The output directory where the script execution results will " + + "be downloaded to from storage blob. Accepts relative or qualified directory path.", + required=False, + fmt=AAZStrArgFormat( + pattern="^(.+)([^\/]*)$" + ) + ) + return args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.BareMetalMachinesRunDataExtract(ctx=self.ctx)() + self.post_operations() + + def pre_operations(self): + args = self.ctx.args + output_directory = args.output + if has_value(args.output): + try: + Path(f"{output_directory}").mkdir( + parents=True, exist_ok=True) + except OSError as ex: + raise FileOperationError(ex) from ex + + class BareMetalMachinesRunDataExtract(_RunDataExtract.BareMetalMachinesRunDataExtracts): + '''Custom class for baremetalmachine run data extract command ''' + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + CustomActionProperties._build_schema_operation_status_result_read( + cls._schema_on_200) + + return cls._schema_on_200 + diff --git a/src/networkcloud/azext_networkcloud/operations/baremetalmachine/_run_read_command.py b/src/networkcloud/azext_networkcloud/operations/baremetalmachine/_run_read_command.py new file mode 100644 index 00000000000..6c82ebd3a60 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/baremetalmachine/_run_read_command.py @@ -0,0 +1,78 @@ +# -------------------------------------------------------------------------------------------- +# 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-wildcard-import,anomalous-backslash-in-string,wildcard-import +# pylint: disable=protected-access,duplicate-code +# flake8: noqa + +""" + This code inherits the auto-generated code for BMM run read command, and adds retrieval of + custom properties. It also processes the output directory if given and downloads the results + of the command. +""" + +from pathlib import Path + +from azure.cli.core.aaz import * +from azure.cli.core.azclierror import FileOperationError + +from ...aaz.latest.networkcloud.baremetalmachine import \ + RunReadCommand as _RunReadCommand +from ..custom_properties import CustomActionProperties + + +class RunReadCommand(_RunReadCommand): + '''Custom class for baremetalmachine run read command ''' + + # Handle custom properties returned by the actions + # when run read command is executed. + # The properties object is defined as an interface in the Azure common spec. + def _output(self, *args, **kwargs): + return CustomActionProperties._output(self, args, kwargs) + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + args_schema = super()._build_arguments_schema(*args, **kwargs) + args_schema.output = AAZStrArg( + options=["--output-directory"], + arg_group="BareMetalMachineRunReadCommandsParameters", + help="The output directory where the script execution results will be" + + " downloaded to from storage blob. Accepts relative or qualified directory path.", + required=False, + fmt=AAZStrArgFormat( + pattern="^(.+)([^\/]*)$" + ) + ) + return args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.BareMetalMachineRunReadCommand(ctx=self.ctx)() + self.post_operations() + + def pre_operations(self): + args = self.ctx.args + output_directory = args.output + if has_value(args.output): + try: + Path(f"{output_directory}").mkdir( + parents=True, exist_ok=True) + except OSError as ex: + raise FileOperationError(ex) from ex + + class BareMetalMachineRunReadCommand(_RunReadCommand.BareMetalMachinesRunReadCommands): + '''Custom class for baremetalmachine run read command ''' + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + CustomActionProperties._build_schema_operation_status_result_read( + cls._schema_on_200) + + return cls._schema_on_200 + diff --git a/src/networkcloud/azext_networkcloud/operations/cluster/__init__.py b/src/networkcloud/azext_networkcloud/operations/cluster/__init__.py new file mode 100644 index 00000000000..34913fb394d --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/cluster/__init__.py @@ -0,0 +1,4 @@ +# -------------------------------------------------------------------------------------------- +# 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/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/__init__.py b/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/__init__.py new file mode 100644 index 00000000000..34913fb394d --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/__init__.py @@ -0,0 +1,4 @@ +# -------------------------------------------------------------------------------------------- +# 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/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/_create.py b/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/_create.py new file mode 100644 index 00000000000..b9cbbed568e --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/_create.py @@ -0,0 +1,31 @@ + +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +# pylint: disable= protected-access, too-few-public-methods +# pylint: disable=duplicate-code + +""" +This custom code inherits from generate cluster metrics configuration +functions. It is integrated into the generated code via: + cli-ext/v20221212preview/ext/src/networkcloud/azext_networkcloud/commands.py +""" + +from azure.cli.core.aaz import register_callback +from azext_networkcloud.aaz.latest.networkcloud.cluster.metricsconfiguration._create import \ + Create +from .common import ClusterMetricsConfiguration + + +class ClusterMetricsConfigurationCreate(Create): + ''' Custom class for create operation of cluster's metrics configuration ''' + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + args_schema = super()._build_arguments_schema(*args, **kwargs) + return ClusterMetricsConfiguration._build_arguments_schema(args_schema) + + @register_callback + def pre_operations(self): + ClusterMetricsConfiguration.pre_operations(self.ctx.args) diff --git a/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/_delete.py b/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/_delete.py new file mode 100644 index 00000000000..6ccdcb03352 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/_delete.py @@ -0,0 +1,32 @@ + +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +# pylint: disable=protected-access, too-few-public-methods +# pylint: disable=duplicate-code + +""" +This custom code inherits from generate cluster metrics configuration +functions. It is integrated into the generated code via: + cli-ext/v20221212preview/ext/src/networkcloud/azext_networkcloud/commands.py +""" + +from azure.cli.core.aaz import register_callback +from azext_networkcloud.aaz.latest.networkcloud.cluster.metricsconfiguration._delete import \ + Delete +from .common import ClusterMetricsConfiguration + + +class ClusterMetricsConfigurationDelete(Delete): + ''' Custom class for delete operation of cluster's metrics configuration ''' + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + args_schema = super()._build_arguments_schema(*args, **kwargs) + return ClusterMetricsConfiguration._build_arguments_schema(args_schema) + + @register_callback + def pre_operations(self): + ClusterMetricsConfiguration.pre_operations(self.ctx.args) diff --git a/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/_show.py b/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/_show.py new file mode 100644 index 00000000000..bfe40f28412 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/_show.py @@ -0,0 +1,33 @@ + +# -------------------------------------------------------------------------------------------- +# 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, protected-access, too-few-public-methods +# pylint: disable=duplicate-code + +""" +This custom code inherits from generate cluster metrics configuration functions. It is integrated into the generated code via: + cli-ext/v20221212preview/ext/src/networkcloud/azext_networkcloud/commands.py +""" + +from azure.cli.core.aaz import register_callback +from azext_networkcloud.aaz.latest.networkcloud.cluster.metricsconfiguration._show import \ + Show +from .common import ClusterMetricsConfiguration + +# This custom code inherits from generate cluster metrics configuration functions. It is integrated into the generated code via: +# cli-ext/v20221212preview/ext/src/networkcloud/azext_networkcloud/commands.py + + +class ClusterMetricsConfigurationShow(Show): + ''' Custom class for show operation of cluster's metrics configuration ''' + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + args_schema = super()._build_arguments_schema(*args, **kwargs) + return ClusterMetricsConfiguration._build_arguments_schema(args_schema) + + @register_callback + def pre_operations(self): + ClusterMetricsConfiguration.pre_operations(self.ctx.args) diff --git a/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/_update.py b/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/_update.py new file mode 100644 index 00000000000..ea2e0addd3f --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/_update.py @@ -0,0 +1,31 @@ + +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- +# pylint: disable=protected-access, too-few-public-methods +# pylint: disable=duplicate-code + +""" +This custom code inherits from generate cluster metrics configuration functions. +It is integrated into the generated code via: +cli-ext/v20221212preview/ext/src/networkcloud/azext_networkcloud/commands.py +""" + +from azure.cli.core.aaz import register_callback +from azext_networkcloud.aaz.latest.networkcloud.cluster.metricsconfiguration._update import \ + Update +from .common import ClusterMetricsConfiguration + + +class ClusterMetricsConfigurationUpdate(Update): + ''' Custom class for update operation of cluster's metrics configuration ''' + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + args_schema = super()._build_arguments_schema(*args, **kwargs) + return ClusterMetricsConfiguration._build_arguments_schema(args_schema) + + @register_callback + def pre_operations(self): + ClusterMetricsConfiguration.pre_operations(self.ctx.args) diff --git a/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/common.py b/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/common.py new file mode 100644 index 00000000000..e72974d6677 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/common.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=protected-access, too-few-public-methods +# pylint: disable=duplicate-code + +""" +This custom code deregisters the 'metrics_configuration_name' argument and sets +the default value to "default". +""" + + +class ClusterMetricsConfiguration: + ''' Common custom class cluster's metrics configuration CRUD operations''' + + @classmethod + def _build_arguments_schema(cls, args_schema): + # deregister the Cluster metrics configuration name argument which users + # should not interact with + args_schema.metrics_configuration_name._registered = False + args_schema.metrics_configuration_name._required = False + return args_schema + + @classmethod + def pre_operations(cls, args): + ''' "default" is the default name for the metrics configuration name ''' + args.metrics_configuration_name = "default" diff --git a/src/networkcloud/azext_networkcloud/operations/custom_properties.py b/src/networkcloud/azext_networkcloud/operations/custom_properties.py new file mode 100644 index 00000000000..ed737303a85 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/custom_properties.py @@ -0,0 +1,200 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Custom code that is added in addition to auto-generated by aaz-dev code. +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-many-lines,no-member,inconsistent-return-statements +# pylint: disable=too-many-statements,too-few-public-methods,unused-wildcard-import,wildcard-import +# flake8: noqa + +""" +Helper class for all POST commands that return extra properties back to the customer +""" + +import tarfile +import urllib + +from azure.cli.core.aaz import * +from knack.log import get_logger +from azure.cli.core.azclierror import AzureInternalError + +logger = get_logger(__name__) + + +class CustomActionProperties: + """Helper class for all POST commands that return extra properties back to the customer""" + + _schema_error_detail_read = None + _schema_properties_read = None + + @classmethod + def _build_schema_error_detail_read(cls, _schema): + if cls._schema_error_detail_read is not None: + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + return + + cls._schema_error_detail_read = _schema_error_detail_read = AAZObjectType() + + error_detail_read = _schema_error_detail_read + error_detail_read.additional_info = AAZListType( + serialized_name="additionalInfo", + flags={"read_only": True}, + ) + error_detail_read.code = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.details = AAZListType( + flags={"read_only": True}, + ) + error_detail_read.message = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.target = AAZStrType( + flags={"read_only": True}, + ) + + additional_info = _schema_error_detail_read.additional_info + additional_info.Element = AAZObjectType() + + _element = _schema_error_detail_read.additional_info.Element + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + details = _schema_error_detail_read.details + details.Element = AAZObjectType() + cls._build_schema_error_detail_read(details.Element) + + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + + @classmethod + def _build_schema_properties_read(cls, _schema): + if cls._schema_properties_read is not None: + _schema.exit_code = cls._schema_properties_read.exit_code + _schema.output_head = cls._schema_properties_read.output_head + _schema.result_url = cls._schema_properties_read.result_url + return + + cls._schema_properties_read = _schema_properties_read = AAZObjectType() + + properties_read = _schema_properties_read + properties_read.exit_code = AAZStrType( + flags={"read_only": True}, + ) + properties_read.output_head = AAZStrType( + flags={"read_only": True}, + ) + properties_read.result_url = AAZStrType( + flags={"read_only": True}, + ) + + _schema.exit_code = cls._schema_properties_read.exit_code + _schema.output_head = cls._schema_properties_read.output_head + _schema.result_url = cls._schema_properties_read.result_url + + _schema_operation_status_result_read = None + + @classmethod + def _build_schema_operation_status_result_read(cls, _schema): + if cls._schema_operation_status_result_read is not None: + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.properties = cls._schema_operation_status_result_read.properties + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + return + + cls._schema_operation_status_result_read = _schema_operation_status_result_read \ + = AAZObjectType() + + operation_status_result_read = _schema_operation_status_result_read + operation_status_result_read.end_time = AAZStrType( + serialized_name="endTime", + ) + operation_status_result_read.error = AAZObjectType() + cls._build_schema_error_detail_read(operation_status_result_read.error) + + operation_status_result_read.properties = AAZObjectType() + cls._build_schema_properties_read( + operation_status_result_read.properties) + + operation_status_result_read.id = AAZStrType() + operation_status_result_read.name = AAZStrType() + operation_status_result_read.operations = AAZListType() + operation_status_result_read.percent_complete = AAZFloatType( + serialized_name="percentComplete", + ) + operation_status_result_read.resource_id = AAZStrType( + serialized_name="resourceId", + flags={"read_only": True}, + ) + operation_status_result_read.start_time = AAZStrType( + serialized_name="startTime", + ) + operation_status_result_read.status = AAZStrType( + flags={"required": True}, + ) + + operations = _schema_operation_status_result_read.operations + operations.Element = AAZObjectType() + cls._build_schema_operation_status_result_read(operations.Element) + + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.properties = cls._schema_operation_status_result_read.properties + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + + # Custom handling of response will display the output head and the result URL + # it will also save files into output directory if provided + @staticmethod + def _output(self, *args, **kwargs): + args = self.ctx.args + properties = self.ctx.vars.instance.properties + + # Display the output head to the console + if has_value(properties.output_head): + logger.warning(properties.output_head.to_serialized_data()) + logger.warning("\n================================") + + # Display the result URL + if has_value(properties.result_url): + result_url = properties.result_url.to_serialized_data() + logger.warning( + "Script execution result can be found in storage account:\n" + result_url + "\n") + + # extract result to the provided directory + if has_value(args.output): + output_directory = args.output.to_serialized_data() + + try: + with urllib.request.urlopen(result_url) as result: + with tarfile.open(fileobj=result, mode="r:gz") as tar: + tar.extractall(path=output_directory) + logger.warning( + "Extracted results are available in directory: " + output_directory) + except Exception as excep: + raise AzureInternalError( + f"failed to retrieve output, error {excep}") from excep + else: + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result diff --git a/src/networkcloud/azext_networkcloud/operations/storageappliance/__init__.py b/src/networkcloud/azext_networkcloud/operations/storageappliance/__init__.py new file mode 100644 index 00000000000..34913fb394d --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/storageappliance/__init__.py @@ -0,0 +1,4 @@ +# -------------------------------------------------------------------------------------------- +# 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/networkcloud/azext_networkcloud/operations/storageappliance/_run_read_command.py b/src/networkcloud/azext_networkcloud/operations/storageappliance/_run_read_command.py new file mode 100644 index 00000000000..c9bddbe69e7 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/storageappliance/_run_read_command.py @@ -0,0 +1,78 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=protected-access,wildcard-import,unused-wildcard-import,anomalous-backslash-in-string +# pylint: disable=R0801,no-name-in-module,too-few-public-methods +# flake8: noqa + +""" +Storage appliance commands themselves are not implemented yet. +This code inherits the auto-generated code for storage appliance run read command, +and adds retrieval of custom properties. +It also processes the output directory if given and downloads the results of the command. +""" + +from pathlib import Path + +from azure.cli.core.aaz import * +from azure.cli.core.azclierror import FileOperationError + +from ...aaz.latest.networkcloud.storageappliance import \ + RunReadCommand as _RunReadCommand +from ..custom_properties import CustomActionProperties + + +class RunReadCommand(_RunReadCommand): + '''Custom class for Storage appliance run command ''' + + # Handle custom properties returned by the actions + # when run read command is executed. + # The properties object is defined as an interface in the Azure common spec. + def _output(self, *args, **kwargs): + return CustomActionProperties._output(self, args, kwargs) + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + args_schema = super()._build_arguments_schema(*args, **kwargs) + args_schema.output = AAZStrArg( + options=["--output-directory"], + arg_group="StorageApplianceRunReadCommandsParameters", + help="The output directory where the script execution results will " + + "be downloaded to from storage blob. Accepts relative or qualified directory path.", + required=False, + fmt=AAZStrArgFormat( + pattern="^(.+)([^\/]*)$" + ) + ) + return args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.StorageApplianceRunReadCommands(ctx=self.ctx)() + self.post_operations() + + def pre_operations(self): + args = self.ctx.args + output_directory = args.output + if has_value(args.output): + try: + Path(f"{output_directory}").mkdir( + parents=True, exist_ok=True) + except OSError as ex: + raise FileOperationError(ex) from ex + + class StorageApplianceRunReadCommands(_RunReadCommand.StorageAppliancesRunReadCommands): + '''Custom class for Storage appliance run command ''' + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + CustomActionProperties._build_schema_operation_status_result_read( + cls._schema_on_200) + + return cls._schema_on_200 diff --git a/src/networkcloud/azext_networkcloud/operations/virtualmachine/__init__.py b/src/networkcloud/azext_networkcloud/operations/virtualmachine/__init__.py new file mode 100644 index 00000000000..34913fb394d --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/virtualmachine/__init__.py @@ -0,0 +1,4 @@ +# -------------------------------------------------------------------------------------------- +# 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/networkcloud/azext_networkcloud/operations/virtualmachine/_create.py b/src/networkcloud/azext_networkcloud/operations/virtualmachine/_create.py new file mode 100644 index 00000000000..1ef761da34d --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/virtualmachine/_create.py @@ -0,0 +1,149 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- +# pylint: disable=wildcard-import,unused-wildcard-import,too-many-nested-blocks +# pylint: disable=protected-access, too-few-public-methods,line-too-long +# flake8: noqa + +""" +Provides VirtualMachineCreate customization +""" + +import os + +from azure.cli.core import keys +from azure.cli.core.aaz import * +from knack.log import get_logger +from azure.cli.core.azclierror import InvalidArgumentValueError + +from ...aaz.latest.networkcloud.virtualmachine import \ + Create as _VirtualMachineCreate + +logger = get_logger(__name__) + +class VirtualMachineCreate(_VirtualMachineCreate): + ''' + This custom code inherits from generate virtual machine functions. It is + integrated into the generated code via: + cli-ext/v20221212preview/ext/src/networkcloud/azext_networkcloud/commands.py + ''' + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + args_schema = super()._build_arguments_schema(*args, **kwargs) + + # Build VM Authentication args + args_schema.generate_ssh_keys = AAZBoolArg( + options=["--generate-ssh-keys"], + arg_group="Authentication", + help="Generate SSH public and private key files if missing. The keys will " + + "be stored under '~/.ssh'." + ) + + args_schema.ssh_dest_key_path = AAZListArg( + options=["--ssh-dest-key-path"], + arg_group="Authentication", + help="The list of space-separated paths to ssh public keys. A file path can be " + + "provided or a directory. If a directory is provided will attempt to load all the " + + "public keys (.pub) found." + ) + args_schema.ssh_dest_key_path.Element = AAZStrArg() + + args_schema.ssh_key_values = AAZListArg( + options=["--ssh-key-values"], + arg_group="Authentication", + help="The list of space-separated SSH public keys." + ) + args_schema.ssh_key_values.Element = AAZStrArg() + + # deregister the VM cli arguments which users should not interact with + args_schema.ssh_public_keys._registered = False + args_schema.cloud_services_network_attachment.ip_allocation_method._required = False + args_schema.cloud_services_network_attachment.ip_allocation_method._registered = False + + return args_schema + + @register_callback + def pre_operations(self): + args = self.ctx.args + + # Dynamic is the default allocation method for the cloud services network attachment + args.cloud_services_network_attachment.ip_allocation_method = "Dynamic" + + ssh_keys = [] + if bool(args.generate_ssh_keys): + ssh_keys += generate_ssh_keys() + if list(args.ssh_dest_key_path): + ssh_keys += get_ssh_keys_from_path(list(args.ssh_dest_key_path)) + if list(args.ssh_key_values): + ssh_keys += add_ssh_key_action(list(args.ssh_key_values)) + if len(ssh_keys) == 0: + logger.warning('No keys are selected for insertion into the vm. The image will need to have keys or credentials setup in order to access.') + args.ssh_public_keys = ssh_keys + + return args + + +def generate_ssh_keys(): + ''' generates ssh keys in user .ssh folder ''' + + key_name = "id_rsa" + private_key_path = os.path.join(os.path.expanduser('~'), '.ssh', key_name) + public_key_path = os.path.join( + os.path.expanduser('~'), '.ssh', f"{key_name}.pub") + logger.warning(f"Attempted to find or generate SSH key files {key_name} and {key_name}.pub under ~/.ssh to allow SSH access " + "to the vm. If using machines without permanent storage, back up your keys to a safe location.") + return [{'keyData': keys.generate_ssh_keys(private_key_path, public_key_path)}] + + +def get_ssh_keys_from_path(values): + ''' get ssh keys from the provided path ''' + + key_list = [] + for path in values: + # Casting is necessary to get away from the custom type AAZSimpleType wrapping the string we want + path = str(path) + if os.path.isdir(path): + content = "" + for key in os.listdir(path): + if key.endswith(".pub"): + with open(os.path.join(path, key,), 'r', encoding="utf-8") as k: + content = k.read() + try: + if keys.is_valid_ssh_rsa_public_key(content): + key_list.append({'keyData': content}) + except Exception as exception: + raise InvalidArgumentValueError( + f'Unsupported Key {key} is provided.\nContent:\n{content}.') from exception + if len(key_list) == 0: + raise InvalidArgumentValueError( + f'No public keys found in the path: {path}') + elif os.path.isfile(path): + with open(path, 'r', encoding="utf-8") as k: + content = k.read() + try: + if keys.is_valid_ssh_rsa_public_key(content): + key_list.append({'keyData': content}) + except Exception as excep: + raise InvalidArgumentValueError( + f'Unsupported Key {path} is provided.\nContent:\n{content}') from excep + else: + raise InvalidArgumentValueError(f'An invalid directory or key was provided: {path}') + return key_list + + +def add_ssh_key_action(values): + '''validate and add ssh key to the list ''' + + key_data = [] + for key in values: + # Casting is necessary to get away from the custom type AAZSimpleType wrapping the string we want + key = str(key) + try: + if keys.is_valid_ssh_rsa_public_key(key): + key_data.append({'keyData': key}) + except Exception as excep: + raise CLIError( + f'Unsupported Key is provided.\nContent:\n{key}') from excep + return key_data diff --git a/src/networkcloud/azext_networkcloud/tests/__init__.py b/src/networkcloud/azext_networkcloud/tests/__init__.py new file mode 100644 index 00000000000..5757aea3175 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/__init__.py @@ -0,0 +1,6 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- diff --git a/src/networkcloud/azext_networkcloud/tests/latest/__init__.py b/src/networkcloud/azext_networkcloud/tests/latest/__init__.py new file mode 100644 index 00000000000..5757aea3175 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/__init__.py @@ -0,0 +1,6 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- diff --git a/src/networkcloud/azext_networkcloud/tests/latest/config.ini b/src/networkcloud/azext_networkcloud/tests/latest/config.ini new file mode 100644 index 00000000000..1c385b4e25a --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/config.ini @@ -0,0 +1,218 @@ +# The config contains sections ["resourcename"] specific to each API resource +# Add the parameters relevant to each resource in the corresponding section +[BAREMETALMACHINE] +name_run_command='rack1compute02' +name_run_data_extract='rack1compute03' +name_run_read_command='rack1control01' +resource_group_commands='simulator-HostedResources-02DDCFD2' +limit_time_seconds=60 +script='bHM=' +run_command_arguments='["-l"]' +data_extract_commands='[{"arguments":["SysInfo", "TTYLog"],"command":"hardware-support-data-collection"}]' +run_read_commands='[{"command":"kubectl get","arguments":["pods","-A"]}]' +name_crud='rack1compute01' +resource_group_crud='simulator-HostedResources-02DDCFD2' +type='Custom' +tags='{"tag1":"tag1"}' +tags_update='{"tag1":"tag1","tag2":"tag2update"}' +machine_details='customer-specific-tag' +name_cordon='rack1control01' +resource_group_cordon='simulator-HostedResources-27E40714' +cordon_evacuate='False' +name_restart='j18r750wkr5' +name_power='j18r750wkr3' +skip_shutdown='False' +resource_group_power='j18-c0d28c8f7cd3-HostedResources-3781AC00' +name_reimage='rack1compute01' +name_validate='rack1compute03' +resource_group_validate='simulator-HostedResources-11C855AF' +validation_category='BasicValidation' + +[BAREMETALMACHINE_KEYSET] +location = 'eastus' +type = "CustomLocation" +tags = '{"tag1":"tag1"}' +tags_update = '{"tag1":"tag1","tag2":"tag2update"}' +extended_location = "/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc" +azure_group_id = "azGroup" +expiration = "2023-12-31T23:59:59.008Z" +jump_hosts_allowed = '["192.0.2.1","10.23.25.1"]' +jump_hosts_allowed_update = '["192.0.2.1","192.0.2.3","10.23.25.1"]' +os_group_name = "standardAccessGroup" +privilege_level = "Standard" +user_list = '[{"description":"UserDesc","azureUserName":"userABC","ssh-public-key":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= cloudtest@simulator"}}]' +user_list_update = '[{"description":"UserDesc XYZ","azureUserName":"userXYZ","ssh-public-key":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= cloudtest@simulator"}}]' +cluster_name = "simulator" +resource_group = "ps-cli-test-rg" + +[BMC_KEYSET] +location = 'eastus' +type = "CustomLocation" +tags = '{"tag1":"tag1"}' +tags_update = '{"tag1":"tag1","tag2":"tag2update"}' +extended_location = "/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc" +azure_group_id = "testGroup" +expiration = "2023-12-31T23:59:59.008Z" +expirationUpdate = "2024-01-31T23:59:59.008Z" +privilege_level = "ReadOnly" +user_list = '[{"description":"UserDesc","azureUserName":"userABC","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= fake-public-key"}}]' +user_list_update = '[{"description":"UserDesc","azureUserName":"userXYZ","ssh-public-key":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= fake-public-key"}}]' +cluster_name = "m15-e4f14334258d" +resource_group = "m15-cluster" + +[CLOUD_SERVICES_NETWORK] +location = 'eastus' +type = "CustomLocation" +tags = '{"tag1":"tag1"}' +tags_update = '{"tag1":"tag1","tag2":"tag2update"}' +extended_location = '/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc' +additional_egress_endpoint = "[{\"category\":\"azure-resource-management\",\"endpoints\":[{\"domainName\":\"https://storageaccountex.blob.core.windows.net\",\"port\":443}]}]" +default_egress_endpoint = "False" + +[CLUSTER] +extended_location = '/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl' +extended_location_type = "CustomLocation" +location = 'eastus' +analytics_workspace_id = '/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai' +cluster_location = 'Foo Street, 3rd Floor, row 9' +cluster_location_update = 'Foo Street, 4rd Floor, row 10' +application_id = '12345678-1234-1234-1234-123456789012' +password = 'password' +principal_id = '00000008-0004-0004-0004-000000000012' +tenant_id = '80000000-4000-4000-4000-120000000000' +cluster_type = 'SingleRack' +cluster_version = '3.1.0' +threshold_type = 'PercentSuccess' +threshold_grouping = 'PerCluster' +threshold_value = 90 +network_fabric_id = '/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet' +aggregator_or_single_rack_definition = '{"networkRackId":"/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackSkuId":"/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","rackSerialNumber":"b99m99r1","rackLocation":"b99m99r1","availabilityZone":"1","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin","password":"admin"},"storageApplianceName":"name","serialNumber":"serial"}],"bareMetalMachineConfigurationData":[{"bmcCredentials":{"password":"bmcPassword","username":"root"},"bmcMacAddress":"AA:BB:CC:DD:E7:08","bootMacAddress":"AA:BB:CC:F8:71:2E","machineName":"lab00r750wkr1","rackSlot":2,"serialNumber":"5HS7PK3"},{"bmcCredentials":{"password":"bmcPassword","username":"root"},"bmcMacAddress":"B0:7B:25:FD:E6:CC","bootMacAddress":"B0:7B:25:F8:78:C0","machineName":"lab00r750wkr2","rackSlot":3,"serialNumber":"4HS7PK3"},{"bmcCredentials":{"password":"bmcPassword","username":"root"},"bmcMacAddress":"B0:7B:25:FD:D8:A4","bootMacAddress":"B0:7B:25:F8:50:C6","machineName":"lab00r750wkr3","rackSlot":4,"serialNumber":"FM56PK3"},{"bmcCredentials":{"password":"bmcPassword","username":"root"},"bmcMacAddress":"B0:7B:25:FE:82:4E","bootMacAddress":"B0:7B:25:F8:5B:C8","machineName":"lab00r750wkr4","rackSlot":5,"serialNumber":"7M56PK3"},{"bmcCredentials":{"password":"bmcPassword","username":"root"},"bmcMacAddress":"B0:7B:25:EF:5E:B8","bootMacAddress":"B0:7B:25:DE:7F:F4","machineName":"lab00r750mgr1","rackSlot":6,"serialNumber":"6P56PK3"},{"bmcCredentials":{"password":"bmcPassword","username":"root"},"bmcMacAddress":"B0:7B:25:EF:60:20","bootMacAddress":"B0:7B:25:DE:79:FC","machineName":"lab00r750mgr2","rackSlot":7,"serialNumber":"7P56PK3"},{"bmcCredentials":{"password":"bmcPassword","username":"root"},"bmcMacAddress":"B0:7B:25:FD:E9:4E","bootMacAddress":"B0:7B:25:F8:5B:12","machineName":"lab00r750wkr5","rackSlot":8,"serialNumber":"8HS7PK3"},{"bmcCredentials":{"password":"bmcPassword","username":"root"},"bmcMacAddress":"B0:7B:25:FD:E8:52","bootMacAddress":"B0:7B:25:F8:76:A6","machineName":"lab00r750wkr6","rackSlot":9,"serialNumber":"2N56PK3"},{"bmcCredentials":{"password":"bmcPassword","username":"root"},"bmcMacAddress":"B0:7B:25:FD:E8:40","bootMacAddress":"B0:7B:25:F8:60:4C","machineName":"lab00r750wkr7","rackSlot":10,"serialNumber":"GM56PK3"},{"bmcCredentials":{"password":"bmcPassword","username":"root"},"bmcMacAddress":"B0:7B:25:FD:DC:76","bootMacAddress":"B0:7B:25:F8:50:CA","machineName":"lab00r750wkr8","rackSlot":11,"serialNumber":"9M56PK3"}]}' +aggregator_or_single_rack_definition_directory = './cli-ext/v20221212preview/ext/src/networkcloud/azext_networkcloud/tests/testdata/aggregatorOrSingleRackDefinition.json' +tags = '{"tag1":"tag1"}' +tags_update = '{"tag1":"tag1","tag2":"tag2update"}' +skip_validations_for_machines = "[]" +name_delete = "simulator" +rg_delete = "cli-test-delete-rg" +name_deploy = "simulator" +rg_deploy = "cli-test-delete-rg" +name_update_version = "simulator" +rg_update_version = "cli-test-cluster-update-version-rg" +version_update_version = "3.2.0-pr14470" + +[CLUSTER_MANAGER] +analytics_workspace_id = '' +fabric_controller_id = '/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.Network/virtualNetworks/CM_vNet/subnets/azcli3' +location = 'eastus' +mrg_name = 'cli-cm-mrg' +tags = '{"DisableFabricIntegration":"true"}' +tags_update = '{"DisableFabricIntegration":"true","tagUpdate":"NewTag"}' + +[DEFAULT_CNI_NETWORK] +location = 'eastus' +type = "CustomLocation" +tags = '{"tag1":"tag1"}' +tags_update = '{"tag1":"tag1","tag2":"tag2update"}' +extended_location = '/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc' +cni_bgp_configuration = '{"bgp-peers":[{"as-number":"64497","peer-ip":"203.0.113.254"}],"communityAdvertisements":[{"communities":["64512","100"],"subnet-prefix":"192.0.2.0/27"}],"service-external-prefixes":["192.0.2.0/28"],"service-load-balancer-prefixes":["192.0.2.16/28"]}' +ip_allocation_type = "DualStack" +ipv4prefix = "10.20.101.0/24" +ipv6prefix = "fd01:20::0/64" +l3_isolation_domain_id = '/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2' +vlan = 1004 + +[HYBRID_AKS_CLUSTER] +name = 'pipelinehaks-chntu7pwke7sq-39b7aff3' +resource_group = 'm15-e4f14334258d-HostedResources-49660092' +tags = '{"tag1":"tag1"}' +tags_update = '{"tag1":"tag1","tag2":"tag2update"}' + +[L2_NETWORK] +location = 'eastus' +type = "CustomLocation" +tags = '{"tag1":"tag1"}' +tags_update = '{"tag1":"tag1","tag2":"tag2update"}' +extended_location = '/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc' +hybrid_aks_plugin_type = "DPDK" +interface_name = "eth0" +l2_isolation_domain_id = "/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L2IsolationDomains/l2isolationdomain1" + +[L3_NETWORK] +location = 'eastus' +type = "CustomLocation" +tags = '{"tag1":"tag1"}' +tags_update = '{"tag1":"tag1","tag2":"tag2update"}' +extended_location = '/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/simulator-hostedresources-6ef92725/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc' +vlan = 1001 +ipv4prefix = "10.1.100.0/24" +ipv6prefix = "fd01:1::0/64" +ip_allocation_type = "DualStack" +hybrid_aks_ipam_enabled = "True" +hybrid_aks_plugin_type = "DPDK" +interface_name = "eth0" +l3_isolation_domain_id = "/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain1" + +[METRICSCONFIGURATION] +location = 'eastus' +type = "CustomLocation" +tags = '{"tag1":"tag1"}' +tags_update = '{"tag1":"tag1","tag2":"tag2update"}' +collection_interval = 15 +enabled_metrics = 'node_os_version' +extended_location = "/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc" +cluster_name = "simulator" +resource_group = "cli-automation-rg" + +[RACKSKU] +name = 'V1_5_4_Compute_DellR750_8C2M' + +[RACK] +location = 'eastus' +name = 'aa1234' +resource_group = 'simulator-HostedResources-432A8F10' +rack_location = 'Microsoft Datacenter, Floor 2, Aisle 1, Rack 1' +serial_number = '0000-AAA-1234' +tags = '{"tag1":"tag1"}' +tags_update = '{"tag1":"tag1","tag2":"tag2update"}' + +[STORAGE_APPLIANCE] +name = "b37m16purestor1" +rg = "m16-1-9c522075177c-HostedResources-07ABB5FF" +tags_update = '{"CreatedBy":"/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"}' +serial_number = "serial" + +[TRUNKED_NETWORK] +location = "eastus" +type = "CustomLocation" +tags = '{"tag1":"tag1"}' +tags_update = '{"tag1":"tag1","tag2":"tag2update"}' +extended_location = '/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc' +vlans = "['1004']" +hybrid_aks_plugin_type = "DPDK" +interface_name = "eth0" +isolation_domain_ids = "/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2" + +[VIRTUALMACHINE] +location = "eastus" +type = "CustomLocation" +tags = '{"tag1":"tag1"}' +tags_update = '{"tag1":"tag1","tag2":"tag2update"}' +extended_location = '/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/simulator-hostedresources-02cda526/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc' +admin_user_name = "admin" +boot_method = "UEFI" +attached_network_id = '/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1' +cpu_cores = 2 +isolate_emulator_thread = "False" +memory_size = 4 +network_attachments = "[{"attachedNetworkId":"/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1","defaultGateway":"True","ipAllocationMethod":"Dynamic"}]" +network_data = "bmV0d29ya0RhdGVTYW1wbGU=" +placement_hints = "[]" +ssh_key_values = "ssh-rsa AAtsE3njSONzDYRIZv/WLjVuMfrUSByHp+jfaaOLHTIIB4fJvo6dQUZxE20w2iDHV3tEkmnTo84eba97VMueQD6OzJPEyWZMRpz8UYWOd0IXeRqiFu1lawNblZhwNT/ojNZfpB3af/YDzwQCZgTcTRyNNhL4o/blKUmug0daSsSXISTRnIDpcf5qytjs1Xo+yYyJMvzLL59mhAyb3p/cD+Y3/s3WhAx+l0XOKpzXnblrv9d3q4c2tWmm/SyFqthaqd0=admin@vm" +disk_size = 4 +create_opt = "Ephemeral" +delete_opt = "Delete" +user_data = "dXNlckRhdGVTYW1wbGU=" +virtio_interface = "Modern" +vm_name = "hbusipalleacr2.azurecr.io/ubuntu:20.04" +password = "password" +registry_url = "hbusipalleacr2.azurecr.io" +user_name = "user" diff --git a/src/networkcloud/azext_networkcloud/tests/latest/config.py b/src/networkcloud/azext_networkcloud/tests/latest/config.py new file mode 100644 index 00000000000..4f4c4bf65a0 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/config.py @@ -0,0 +1,41 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods + +""" Network cloud resource specific configuration""" + +import configparser +from os import path + + +class LoadConfig: + ''' Loads the resource specific configuration for network cloud resources from config.ini. + This configuration is loaded at the first instance and stored in the _config_instance + Global parameter CONFIG can be used by calling classes to use the configuration values + ''' + config = None + + def __init__(self): + self._config_instance = None # Initial value + filename = path.dirname(__file__) + "/config.ini" + self.config = self.readconfig(filename) + + def readconfig(self, filename): + ''' Load resource config from configuration file''' + if self._config_instance: + return self._config_instance + self._config_instance = configparser.ConfigParser() + self._config_instance.read(filename) + return self._config_instance + + +def get_config(): + ''' Load the config and return the class instance''' + load_cnfig = LoadConfig() + return load_cnfig.config + + +CONFIG = get_config() diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_baremetalmachinekeyset_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_baremetalmachinekeyset_scenario1.yaml new file mode 100644 index 00000000000..d22de40e6f9 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_baremetalmachinekeyset_scenario1.yaml @@ -0,0 +1,717 @@ +interactions: +- request: + body: '{"extendedLocation": {"name": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc", + "type": "CustomLocation"}, "location": "eastus", "properties": {"azureGroupId": + "azGroup", "expiration": "2023-12-31T23:59:59.008Z", "jumpHostsAllowed": ["192.0.2.1", + "10.23.25.1"], "osGroupName": "standardAccessGroup", "privilegeLevel": "Standard", + "userList": [{"azureUserName": "userABC", "description": "UserDesc", "sshPublicKey": + {"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= + cloudtest@simulator"}}]}, "tags": {"key1": "myvalue1", "key2": "myvalue2"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster baremetalmachinekeyset create + Connection: + - keep-alive + Content-Length: + - '1183' + Content-Type: + - application/json + ParameterSetName: + - --name --extended-location --location --azure-group-id --expiration --jump-hosts-allowed + --os-group-name --privilege-level --user-list --tags --cluster-name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","name":"cli-test-bmmks-000001","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T18:28:53.955844Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-16T18:28:53.955844Z"},"properties":{"provisioningState":"Accepted","azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= + cloudtest@simulator"}}]}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/82749677-37b3-4ea6-8113-70fa4b2a758c*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '1702' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 16 May 2023 18:28:55 GMT + etag: + - '"0100c56b-0000-0100-0000-6463cb670000"' + expires: + - '-1' + mise-correlation-id: + - 5a7961d2-c777-4f36-b447-1d09db4cf31b + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster baremetalmachinekeyset create + Connection: + - keep-alive + ParameterSetName: + - --name --extended-location --location --azure-group-id --expiration --jump-hosts-allowed + --os-group-name --privilege-level --user-list --tags --cluster-name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/82749677-37b3-4ea6-8113-70fa4b2a758c*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/82749677-37b3-4ea6-8113-70fa4b2a758c*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682","name":"82749677-37b3-4ea6-8113-70fa4b2a758c*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","status":"Accepted","startTime":"2023-05-16T18:28:54.0828518Z"}' + headers: + cache-control: + - no-cache + content-length: + - '599' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 16 May 2023 18:28:55 GMT + etag: + - '"0a00393c-0000-0100-0000-6463cb660000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster baremetalmachinekeyset create + Connection: + - keep-alive + ParameterSetName: + - --name --extended-location --location --azure-group-id --expiration --jump-hosts-allowed + --os-group-name --privilege-level --user-list --tags --cluster-name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/82749677-37b3-4ea6-8113-70fa4b2a758c*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/82749677-37b3-4ea6-8113-70fa4b2a758c*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682","name":"82749677-37b3-4ea6-8113-70fa4b2a758c*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","status":"Succeeded","startTime":"2023-05-16T18:28:54.0828518Z","endTime":"2023-05-16T18:29:10.8750644Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '670' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 16 May 2023 18:29:26 GMT + etag: + - '"0a00873c-0000-0100-0000-6463cb760000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster baremetalmachinekeyset create + Connection: + - keep-alive + ParameterSetName: + - --name --extended-location --location --azure-group-id --expiration --jump-hosts-allowed + --os-group-name --privilege-level --user-list --tags --cluster-name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","name":"cli-test-bmmks-000001","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T18:28:53.955844Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:29:11.3576356Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= + cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-16T18:28:59Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated + users on all the nodes"}}' + headers: + cache-control: + - no-cache + content-length: + - '1915' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 16 May 2023 18:29:26 GMT + etag: + - '"0100ed6b-0000-0100-0000-6463cb770000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"properties": {"jumpHostsAllowed": ["192.0.2.1", "192.0.2.3", "10.23.25.1"], + "userList": [{"azureUserName": "userXYZ", "description": "UserDesc XYZ", "sshPublicKey": + {"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= + cloudtest@simulator"}}]}, "tags": {"tag1": "tag1", "tag2": "tag2update"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster baremetalmachinekeyset update + Connection: + - keep-alive + Content-Length: + - '806' + Content-Type: + - application/json + ParameterSetName: + - --name --tags --cluster-name --jump-hosts-allowed --user-list --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0bf01e77-f02a-44bb-95a3-385a5363e354*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 16 May 2023 18:29:26 GMT + etag: + - '"0100fe6b-0000-0100-0000-6463cb870000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0bf01e77-f02a-44bb-95a3-385a5363e354*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682?api-version=2022-12-12-preview + mise-correlation-id: + - 779b3142-07f3-4a98-9c84-7b8bc96e6ef2 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster baremetalmachinekeyset update + Connection: + - keep-alive + ParameterSetName: + - --name --tags --cluster-name --jump-hosts-allowed --user-list --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0bf01e77-f02a-44bb-95a3-385a5363e354*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0bf01e77-f02a-44bb-95a3-385a5363e354*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682","name":"0bf01e77-f02a-44bb-95a3-385a5363e354*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","status":"Accepted","startTime":"2023-05-16T18:29:26.7611566Z"}' + headers: + cache-control: + - no-cache + content-length: + - '599' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 16 May 2023 18:29:26 GMT + etag: + - '"0a00283f-0000-0100-0000-6463cb860000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster baremetalmachinekeyset update + Connection: + - keep-alive + ParameterSetName: + - --name --tags --cluster-name --jump-hosts-allowed --user-list --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0bf01e77-f02a-44bb-95a3-385a5363e354*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0bf01e77-f02a-44bb-95a3-385a5363e354*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682","name":"0bf01e77-f02a-44bb-95a3-385a5363e354*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","status":"Succeeded","startTime":"2023-05-16T18:29:26.7611566Z","endTime":"2023-05-16T18:29:31.1640242Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '670' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 16 May 2023 18:29:56 GMT + etag: + - '"0a00483f-0000-0100-0000-6463cb8b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster baremetalmachinekeyset update + Connection: + - keep-alive + ParameterSetName: + - --name --tags --cluster-name --jump-hosts-allowed --user-list --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","name":"cli-test-bmmks-000001","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T18:28:53.955844Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:29:31.645928Z"},"properties":{"azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","192.0.2.3","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userXYZ","description":"UserDesc + XYZ","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= + cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Invalid"},{"azureUserName":"userXYZ","status":"Active"}],"lastValidation":"2023-05-16T18:29:29Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated + users on all the nodes","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1975' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 16 May 2023 18:29:56 GMT + etag: + - '"0100146c-0000-0100-0000-6463cb8b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster baremetalmachinekeyset show + Connection: + - keep-alive + ParameterSetName: + - --name --cluster-name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","name":"cli-test-bmmks-000001","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T18:28:53.955844Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:29:31.645928Z"},"properties":{"azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","192.0.2.3","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userXYZ","description":"UserDesc + XYZ","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= + cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Invalid"},{"azureUserName":"userXYZ","status":"Active"}],"lastValidation":"2023-05-16T18:29:29Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated + users on all the nodes","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1975' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 16 May 2023 18:29:57 GMT + etag: + - '"0100146c-0000-0100-0000-6463cb8b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster baremetalmachinekeyset list + Connection: + - keep-alive + ParameterSetName: + - --cluster-name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets?api-version=2022-12-12-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/bmmkeyset","name":"bmmkeyset","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T14:29:12.3090237Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:29:30.3416366Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= + cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-16T18:29:29Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated + users on all the nodes"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-xynwswzaa","name":"cli-test-bmmks-xynwswzaa","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T14:59:52.2162738Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:29:31.7245853Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= + cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-16T18:29:29Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated + users on all the nodes"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-hzwxelijo","name":"cli-test-bmmks-hzwxelijo","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T15:01:26.98329Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:29:31.099528Z"},"properties":{"azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= + cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-16T18:29:29Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated + users on all the nodes","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-ht3xwfxrr","name":"cli-test-bmmks-ht3xwfxrr","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T16:54:43.7213887Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:29:30.8872341Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= + cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-16T18:29:29Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated + users on all the nodes"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-5pfigx6gp","name":"cli-test-bmmks-5pfigx6gp","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T16:57:35.406716Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:29:30.5731448Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= + cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-16T18:29:29Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated + users on all the nodes"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-2p5vucc62","name":"cli-test-bmmks-2p5vucc62","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T16:58:04.294448Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:29:30.3731881Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= + cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-16T18:29:29Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated + users on all the nodes"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-de5tjkjmu","name":"cli-test-bmmks-de5tjkjmu","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T16:59:31.4836541Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:29:30.7353296Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= + cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-16T18:29:29Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated + users on all the nodes"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-o7giacghf","name":"cli-test-bmmks-o7giacghf","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T17:01:29.2122117Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:29:32.4759203Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= + cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-16T18:29:29Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated + users on all the nodes"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","name":"cli-test-bmmks-000001","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T18:28:53.955844Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:29:31.645928Z"},"properties":{"azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","192.0.2.3","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userXYZ","description":"UserDesc + XYZ","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= + cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Invalid"},{"azureUserName":"userXYZ","status":"Active"}],"lastValidation":"2023-05-16T18:29:29Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated + users on all the nodes","provisioningState":"Succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '17334' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 16 May 2023 18:29:58 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster baremetalmachinekeyset delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --cluster-name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/97f57960-c2d8-4155-81f6-824e891121fe*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 16 May 2023 18:29:59 GMT + etag: + - '"01009f6c-0000-0100-0000-6463cba70000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/97f57960-c2d8-4155-81f6-824e891121fe*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682?api-version=2022-12-12-preview + mise-correlation-id: + - cef5c068-abe2-464e-a9cf-86ffb318d4a8 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster baremetalmachinekeyset delete + Connection: + - keep-alive + ParameterSetName: + - --name --cluster-name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/97f57960-c2d8-4155-81f6-824e891121fe*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/97f57960-c2d8-4155-81f6-824e891121fe*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682","name":"97f57960-c2d8-4155-81f6-824e891121fe*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","status":"Deleting","startTime":"2023-05-16T18:29:58.8302522Z"}' + headers: + cache-control: + - no-cache + content-length: + - '599' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 16 May 2023 18:29:59 GMT + etag: + - '"0a00b33f-0000-0100-0000-6463cba60000"' + expires: + - '-1' + 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: + - networkcloud cluster baremetalmachinekeyset delete + Connection: + - keep-alive + ParameterSetName: + - --name --cluster-name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/97f57960-c2d8-4155-81f6-824e891121fe*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/97f57960-c2d8-4155-81f6-824e891121fe*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682","name":"97f57960-c2d8-4155-81f6-824e891121fe*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","status":"Succeeded","startTime":"2023-05-16T18:29:58.8302522Z","endTime":"2023-05-16T18:30:02.8966405Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '659' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 16 May 2023 18:30:29 GMT + etag: + - '"0a00c03f-0000-0100-0000-6463cbaa0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster baremetalmachinekeyset delete + Connection: + - keep-alive + ParameterSetName: + - --name --cluster-name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/97f57960-c2d8-4155-81f6-824e891121fe*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/97f57960-c2d8-4155-81f6-824e891121fe*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682","name":"97f57960-c2d8-4155-81f6-824e891121fe*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","status":"Succeeded","startTime":"2023-05-16T18:29:58.8302522Z","endTime":"2023-05-16T18:30:02.8966405Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '659' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 16 May 2023 18:30:30 GMT + etag: + - '"0a00c03f-0000-0100-0000-6463cbaa0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmckeyset_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmckeyset_scenario1.yaml new file mode 100644 index 00000000000..95c53e95d8e --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmckeyset_scenario1.yaml @@ -0,0 +1,720 @@ +interactions: +- request: + body: '{"extendedLocation": {"name": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc", + "type": "CustomLocation"}, "location": "eastus", "properties": {"azureGroupId": + "testGroup", "expiration": "2023-12-31T23:59:59.008Z", "privilegeLevel": "ReadOnly", + "userList": [{"azureUserName": "userABC", "description": "UserDesc", "sshPublicKey": + {"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= + fake-public-key"}}]}, "tags": {"tag1": "tag1"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster bmckeyset create + Connection: + - keep-alive + Content-Length: + - '1084' + Content-Type: + - application/json + ParameterSetName: + - --name --cluster-name --extended-location --location --azure-group-id --expiration + --privilege-level --user-list --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1036-azure-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","name":"cli-test-bmcks-000001","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T19:48:38.4151306Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T19:48:38.4151306Z"},"properties":{"provisioningState":"Accepted","azureGroupId":"testGroup","expiration":"2023-12-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= + fake-public-key"}}]}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/add4f457-8177-4cee-99e1-7ce85d524a48*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '1590' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 22 May 2023 19:48:39 GMT + etag: + - '"ff0455a1-0000-0100-0000-646bc7160000"' + expires: + - '-1' + mise-correlation-id: + - d2e52bf0-afd1-452d-a32b-4ad07fc05005 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster bmckeyset create + Connection: + - keep-alive + ParameterSetName: + - --name --cluster-name --extended-location --location --azure-group-id --expiration + --privilege-level --user-list --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1036-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/add4f457-8177-4cee-99e1-7ce85d524a48*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/add4f457-8177-4cee-99e1-7ce85d524a48*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB","name":"add4f457-8177-4cee-99e1-7ce85d524a48*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","status":"Accepted","startTime":"2023-05-22T19:48:38.5324934Z"}' + headers: + cache-control: + - no-cache + content-length: + - '590' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 22 May 2023 19:48:39 GMT + etag: + - '"4301663b-0000-0100-0000-646bc7160000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster bmckeyset create + Connection: + - keep-alive + ParameterSetName: + - --name --cluster-name --extended-location --location --azure-group-id --expiration + --privilege-level --user-list --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1036-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/add4f457-8177-4cee-99e1-7ce85d524a48*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/add4f457-8177-4cee-99e1-7ce85d524a48*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB","name":"add4f457-8177-4cee-99e1-7ce85d524a48*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","status":"Succeeded","startTime":"2023-05-22T19:48:38.5324934Z","endTime":"2023-05-22T19:48:53.8858669Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '661' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 22 May 2023 19:49:08 GMT + etag: + - '"4301d840-0000-0100-0000-646bc7250000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster bmckeyset create + Connection: + - keep-alive + ParameterSetName: + - --name --cluster-name --extended-location --location --azure-group-id --expiration + --privilege-level --user-list --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1036-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","name":"cli-test-bmcks-000001","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T19:48:38.4151306Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:48:54.4370251Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"testGroup","expiration":"2023-12-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= + fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-22T19:48:52Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed + to update users on following nodes: "}}' + headers: + cache-control: + - no-cache + content-length: + - '1816' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 22 May 2023 19:49:09 GMT + etag: + - '"ff0422b6-0000-0100-0000-646bc7260000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"properties": {"expiration": "2024-01-31T23:59:59.008Z", "userList": [{"azureUserName": + "userXYZ", "description": "UserDesc", "sshPublicKey": {"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= + fake-public-key"}}]}, "tags": {"tag1": "tag1", "tag2": "tag2update"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster bmckeyset update + Connection: + - keep-alive + Content-Length: + - '778' + Content-Type: + - application/json + ParameterSetName: + - --name --cluster-name --tags --user-list --expiration --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1036-azure-x86_64-with-glibc2.29) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ea608706-6767-4e49-b314-5c38192e03b1*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 22 May 2023 19:49:09 GMT + etag: + - '"ff045cc5-0000-0100-0000-646bc7360000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ea608706-6767-4e49-b314-5c38192e03b1*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB?api-version=2022-12-12-preview + mise-correlation-id: + - b39570af-2de4-465a-8c3f-96ce7db8a9d2 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster bmckeyset update + Connection: + - keep-alive + ParameterSetName: + - --name --cluster-name --tags --user-list --expiration --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1036-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ea608706-6767-4e49-b314-5c38192e03b1*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ea608706-6767-4e49-b314-5c38192e03b1*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB","name":"ea608706-6767-4e49-b314-5c38192e03b1*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","status":"Accepted","startTime":"2023-05-22T19:49:09.85348Z"}' + headers: + cache-control: + - no-cache + content-length: + - '588' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 22 May 2023 19:49:09 GMT + etag: + - '"43014c45-0000-0100-0000-646bc7350000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster bmckeyset update + Connection: + - keep-alive + ParameterSetName: + - --name --cluster-name --tags --user-list --expiration --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1036-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ea608706-6767-4e49-b314-5c38192e03b1*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ea608706-6767-4e49-b314-5c38192e03b1*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB","name":"ea608706-6767-4e49-b314-5c38192e03b1*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","status":"Succeeded","startTime":"2023-05-22T19:49:09.85348Z","endTime":"2023-05-22T19:49:24.9543125Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '659' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 22 May 2023 19:49:39 GMT + etag: + - '"43010d4a-0000-0100-0000-646bc7440000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster bmckeyset update + Connection: + - keep-alive + ParameterSetName: + - --name --cluster-name --tags --user-list --expiration --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1036-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","name":"cli-test-bmcks-000001","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T19:48:38.4151306Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:49:25.402787Z"},"properties":{"azureGroupId":"testGroup","expiration":"2024-01-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userXYZ","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= + fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Invalid"},{"azureUserName":"userXYZ","status":"Active"}],"lastValidation":"2023-05-22T19:49:23Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed + to update users on following nodes: ","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1882' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 22 May 2023 19:49:39 GMT + etag: + - '"ff0440d9-0000-0100-0000-646bc7450000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster bmckeyset show + Connection: + - keep-alive + ParameterSetName: + - --name --cluster-name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1036-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","name":"cli-test-bmcks-000001","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T19:48:38.4151306Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:49:25.402787Z"},"properties":{"azureGroupId":"testGroup","expiration":"2024-01-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userXYZ","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= + fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Invalid"},{"azureUserName":"userXYZ","status":"Active"}],"lastValidation":"2023-05-22T19:49:23Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed + to update users on following nodes: ","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1882' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 22 May 2023 19:49:39 GMT + etag: + - '"ff0440d9-0000-0100-0000-646bc7450000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster bmckeyset list + Connection: + - keep-alive + ParameterSetName: + - --cluster-name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1036-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets?api-version=2022-12-12-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/bmcKeySetTest1","name":"bmcKeySetTest1","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T16:28:40.886915Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:49:27.2317098Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"testGroup","expiration":"2023-12-31T23:59:59.008Z","privilegeLevel":"Administrator","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= + fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-22T19:49:23Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed + to update users on following nodes: "}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/bmcKeySetTest2","name":"bmcKeySetTest2","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T16:45:01.2113816Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:49:24.6781625Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"testGroup","expiration":"2023-12-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= + fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-22T19:49:23Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed + to update users on following nodes: "}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmmks-rjoaugddr","name":"cli-test-bmmks-rjoaugddr","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T16:51:18.0861144Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:49:26.6222904Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"testGroup","expiration":"2023-12-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= + fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-22T19:49:23Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed + to update users on following nodes: "}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmmks-piqx3qaq6","name":"cli-test-bmmks-piqx3qaq6","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T16:53:08.6904405Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:49:26.0795088Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"testGroup","expiration":"2023-12-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= + fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-22T19:49:23Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed + to update users on following nodes: "}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmmks-brsbvzy2d","name":"cli-test-bmmks-brsbvzy2d","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T17:06:45.4716677Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:49:25.407607Z"},"properties":{"azureGroupId":"testGroup","expiration":"2023-12-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= + fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-22T19:49:23Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed + to update users on following nodes: ","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmmks-fel5x27wj","name":"cli-test-bmmks-fel5x27wj","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T17:17:18.347882Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:49:26.0753763Z"},"properties":{"azureGroupId":"testGroup","expiration":"2023-12-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= + fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-22T19:49:23Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed + to update users on following nodes: ","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmmks-qu5mxsatk","name":"cli-test-bmmks-qu5mxsatk","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T17:18:57.8981505Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:49:26.4021468Z"},"properties":{"azureGroupId":"testGroup","expiration":"2023-12-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= + fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-22T19:49:23Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed + to update users on following nodes: ","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","name":"cli-test-bmcks-000001","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T19:48:38.4151306Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:49:25.402787Z"},"properties":{"azureGroupId":"testGroup","expiration":"2024-01-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userXYZ","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= + fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Invalid"},{"azureUserName":"userXYZ","status":"Active"}],"lastValidation":"2023-05-22T19:49:23Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed + to update users on following nodes: ","provisioningState":"Succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '14765' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 22 May 2023 19:49:40 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster bmckeyset delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --cluster-name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1036-azure-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/38c0df50-5758-49ba-8516-9ab6c11ed357*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 22 May 2023 19:49:41 GMT + etag: + - '"ff04b2ee-0000-0100-0000-646bc7550000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/38c0df50-5758-49ba-8516-9ab6c11ed357*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB?api-version=2022-12-12-preview + mise-correlation-id: + - 9b2f8c25-381b-4c93-b1e7-709f81e417bc + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster bmckeyset delete + Connection: + - keep-alive + ParameterSetName: + - --name --cluster-name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1036-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/38c0df50-5758-49ba-8516-9ab6c11ed357*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/38c0df50-5758-49ba-8516-9ab6c11ed357*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB","name":"38c0df50-5758-49ba-8516-9ab6c11ed357*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","status":"Deleting","startTime":"2023-05-22T19:49:41.1604923Z"}' + headers: + cache-control: + - no-cache + content-length: + - '590' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 22 May 2023 19:49:41 GMT + etag: + - '"43015d50-0000-0100-0000-646bc7550000"' + expires: + - '-1' + 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: + - networkcloud cluster bmckeyset delete + Connection: + - keep-alive + ParameterSetName: + - --name --cluster-name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1036-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/38c0df50-5758-49ba-8516-9ab6c11ed357*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/38c0df50-5758-49ba-8516-9ab6c11ed357*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB","name":"38c0df50-5758-49ba-8516-9ab6c11ed357*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","status":"Succeeded","startTime":"2023-05-22T19:49:41.1604923Z","endTime":"2023-05-22T19:50:01.9379486Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '650' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 22 May 2023 19:50:11 GMT + etag: + - '"43012659-0000-0100-0000-646bc7690000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster bmckeyset delete + Connection: + - keep-alive + ParameterSetName: + - --name --cluster-name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1036-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/38c0df50-5758-49ba-8516-9ab6c11ed357*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/38c0df50-5758-49ba-8516-9ab6c11ed357*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB","name":"38c0df50-5758-49ba-8516-9ab6c11ed357*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","status":"Succeeded","startTime":"2023-05-22T19:49:41.1604923Z","endTime":"2023-05-22T19:50:01.9379486Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '650' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 22 May 2023 19:50:11 GMT + etag: + - '"43012659-0000-0100-0000-646bc7690000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_commands_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_commands_scenario1.yaml new file mode 100644 index 00000000000..55b2b3ba3ee --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_commands_scenario1.yaml @@ -0,0 +1,582 @@ +interactions: +- request: + body: '{"arguments": ["-l"], "limitTimeSeconds": 60, "script": "bHM="}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine run-command + Connection: + - keep-alive + Content-Length: + - '63' + Content-Type: + - application/json + ParameterSetName: + - --name --resource-group --arguments --limit-time-seconds --script + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02/runCommand?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2a172226-7d0c-437b-944f-69faccaa1574*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:24:31 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2a172226-7d0c-437b-944f-69faccaa1574*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A?api-version=2022-12-12-preview + mise-correlation-id: + - 417e90e4-b36c-43f7-9e22-7261d2af3d2a + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine run-command + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --arguments --limit-time-seconds --script + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2a172226-7d0c-437b-944f-69faccaa1574*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2a172226-7d0c-437b-944f-69faccaa1574*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A","name":"2a172226-7d0c-437b-944f-69faccaa1574*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-05-23T20:24:30.0351173Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:24:31 GMT + etag: + - '"9c019d7b-0000-0100-0000-646d20fe0000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine run-command + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --arguments --limit-time-seconds --script + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2a172226-7d0c-437b-944f-69faccaa1574*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2a172226-7d0c-437b-944f-69faccaa1574*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A","name":"2a172226-7d0c-437b-944f-69faccaa1574*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Succeeded","startTime":"2023-05-23T20:24:30.0351173Z","endTime":"2023-05-23T20:24:51.3781381Z","error":{},"properties":{"exitCode":"0","outputHead":"====Action + Command Output====\nbin\nboot\ndev\netc\nhome\nlib\nlib64\nlost+found\nmedia\nmnt\nopt\nproc\nroot\nrun\nsbin\nsrv\nsys\ntmp\nusr\nvar\n","resultUrl":"https://cmhdx4xtxhqdst.blob.core.windows.net/bmm-run-command-output/3aa54a62-b1e6-492c-9102-f7f5f276402a-action-bmmruncmd.tar.gz?se=2023-05-24T00%3A24%3A49Z&sig=M%2B%2BvpU%2BWo14Zlx7uuTU1Z79QNzyRUzS7VlUBJrh3pzo%3D&sp=r&spr=https&sr=b&st=2023-05-23T20%3A24%3A49Z&sv=2019-12-12"}}' + headers: + cache-control: + - no-cache + content-length: + - '1123' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:25:01 GMT + etag: + - '"9c014182-0000-0100-0000-646d21130000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine run-command + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --arguments --limit-time-seconds --script + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2a172226-7d0c-437b-944f-69faccaa1574*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2a172226-7d0c-437b-944f-69faccaa1574*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A","name":"2a172226-7d0c-437b-944f-69faccaa1574*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Succeeded","startTime":"2023-05-23T20:24:30.0351173Z","endTime":"2023-05-23T20:24:51.3781381Z","error":{},"properties":{"exitCode":"0","outputHead":"====Action + Command Output====\nbin\nboot\ndev\netc\nhome\nlib\nlib64\nlost+found\nmedia\nmnt\nopt\nproc\nroot\nrun\nsbin\nsrv\nsys\ntmp\nusr\nvar\n","resultUrl":"https://cmhdx4xtxhqdst.blob.core.windows.net/bmm-run-command-output/3aa54a62-b1e6-492c-9102-f7f5f276402a-action-bmmruncmd.tar.gz?se=2023-05-24T00%3A24%3A49Z&sig=M%2B%2BvpU%2BWo14Zlx7uuTU1Z79QNzyRUzS7VlUBJrh3pzo%3D&sp=r&spr=https&sr=b&st=2023-05-23T20%3A24%3A49Z&sv=2019-12-12"}}' + headers: + cache-control: + - no-cache + content-length: + - '1123' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:25:01 GMT + etag: + - '"9c014182-0000-0100-0000-646d21130000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"commands": [{"arguments": ["SysInfo", "TTYLog"], "command": "hardware-support-data-collection"}], + "limitTimeSeconds": 60}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine run-data-extract + Connection: + - keep-alive + Content-Length: + - '123' + Content-Type: + - application/json + ParameterSetName: + - --name --resource-group --limit-time-seconds --commands + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03/runDataExtracts?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b5a868f-ad11-4058-b1e2-109e8a081a3e*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:25:01 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b5a868f-ad11-4058-b1e2-109e8a081a3e*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277?api-version=2022-12-12-preview + mise-correlation-id: + - f59c4b89-1544-4c44-96a3-492b1a38dbdf + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine run-data-extract + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --limit-time-seconds --commands + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b5a868f-ad11-4058-b1e2-109e8a081a3e*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b5a868f-ad11-4058-b1e2-109e8a081a3e*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277","name":"9b5a868f-ad11-4058-b1e2-109e8a081a3e*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","status":"Accepted","startTime":"2023-05-23T20:25:02.138345Z"}' + headers: + cache-control: + - no-cache + content-length: + - '586' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:25:01 GMT + etag: + - '"9c011285-0000-0100-0000-646d211e0000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine run-data-extract + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --limit-time-seconds --commands + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b5a868f-ad11-4058-b1e2-109e8a081a3e*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b5a868f-ad11-4058-b1e2-109e8a081a3e*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277","name":"9b5a868f-ad11-4058-b1e2-109e8a081a3e*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","status":"Succeeded","startTime":"2023-05-23T20:25:02.138345Z","endTime":"2023-05-23T20:25:27.0573871Z","error":{},"properties":{"exitCode":"1","outputHead":"====Action + Command Output====\nExecuting hardware-support-data-collection command\nGetting + following hardware support logs: SysInfo,TTYLog\nERROR: Unable to connect + to RAC at specified IP address.\n","resultUrl":"https://cmhdx4xtxhqdst.blob.core.windows.net/bmm-run-command-output/5f26b4e1-21ff-441d-808b-9beb7969b7d7-action-bmmdataextcmd.tar.gz?se=2023-05-24T00%3A25%3A26Z&sig=NSbOdzFL9ER0tlajw7cyHtT21Kv0u8nkGVqP3%2BAo2RE%3D&sp=r&spr=https&sr=b&st=2023-05-23T20%3A25%3A26Z&sv=2019-12-12"}}' + headers: + cache-control: + - no-cache + content-length: + - '1173' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:25:31 GMT + etag: + - '"9c016d8e-0000-0100-0000-646d21370000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine run-data-extract + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --limit-time-seconds --commands + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b5a868f-ad11-4058-b1e2-109e8a081a3e*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b5a868f-ad11-4058-b1e2-109e8a081a3e*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277","name":"9b5a868f-ad11-4058-b1e2-109e8a081a3e*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","status":"Succeeded","startTime":"2023-05-23T20:25:02.138345Z","endTime":"2023-05-23T20:25:27.0573871Z","error":{},"properties":{"exitCode":"1","outputHead":"====Action + Command Output====\nExecuting hardware-support-data-collection command\nGetting + following hardware support logs: SysInfo,TTYLog\nERROR: Unable to connect + to RAC at specified IP address.\n","resultUrl":"https://cmhdx4xtxhqdst.blob.core.windows.net/bmm-run-command-output/5f26b4e1-21ff-441d-808b-9beb7969b7d7-action-bmmdataextcmd.tar.gz?se=2023-05-24T00%3A25%3A26Z&sig=NSbOdzFL9ER0tlajw7cyHtT21Kv0u8nkGVqP3%2BAo2RE%3D&sp=r&spr=https&sr=b&st=2023-05-23T20%3A25%3A26Z&sv=2019-12-12"}}' + headers: + cache-control: + - no-cache + content-length: + - '1173' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:25:31 GMT + etag: + - '"9c016d8e-0000-0100-0000-646d21370000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"commands": [{"arguments": ["pods", "-A"], "command": "kubectl get"}], + "limitTimeSeconds": 60}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine run-read-command + Connection: + - keep-alive + Content-Length: + - '95' + Content-Type: + - application/json + ParameterSetName: + - --name --resource-group --limit-time-seconds --commands + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01/runReadCommands?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b90ff85-4129-41df-bcb8-5852e7cf88ad*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:25:33 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b90ff85-4129-41df-bcb8-5852e7cf88ad*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E?api-version=2022-12-12-preview + mise-correlation-id: + - 41c7fe2f-d867-4300-ad26-7e5011884ff1 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine run-read-command + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --limit-time-seconds --commands + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b90ff85-4129-41df-bcb8-5852e7cf88ad*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b90ff85-4129-41df-bcb8-5852e7cf88ad*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E","name":"9b90ff85-4129-41df-bcb8-5852e7cf88ad*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Accepted","startTime":"2023-05-23T20:25:33.2683909Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:25:33 GMT + etag: + - '"9c011e91-0000-0100-0000-646d213d0000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine run-read-command + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --limit-time-seconds --commands + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b90ff85-4129-41df-bcb8-5852e7cf88ad*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b90ff85-4129-41df-bcb8-5852e7cf88ad*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E","name":"9b90ff85-4129-41df-bcb8-5852e7cf88ad*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Succeeded","startTime":"2023-05-23T20:25:33.2683909Z","endTime":"2023-05-23T20:25:46.5117116Z","error":{},"properties":{"exitCode":"0","outputHead":"====Action + Command Output====\n+ kubectl get pods -A\nNAMESPACE NAME READY STATUS RESTARTS AGE\nazure-arc cluster-metadata-operator-588699ff86-ctqp6 2/2 Running 0 19h\nazure-arc clusterconnect-agent-7bdff7d9c-8jwjd 3/3 Running 0 19h\nazure-arc clusteridentityoperator-594dc877c4-6xdvp 2/2 Running 0 19h\nazure-arc config-agent-67f895bb-7rvzq 2/2 Running 0 19h\nazure-arc controller-manager-789c84c597-rt6z9 2/2 Running 0 19h\nazure-arc extension-events-collector-85976b75d8-bzgqd 2/2 Running 0 19h\nazure-arc extension-manager-66667799b-gxdkz 3/3 Running 56 + (41m ago) 19h\nazure-arc flux-logs-agent-7f698cb569-lq7hl 1/1 Running 0 19h\nazure-arc kube-aad-proxy-895645cc9-nmjk4 2/2 Running 0 19h\nazure-arc metrics-agent-7d858b555c-5rzfr 2/2 Running 0 19h\nazure-arc resource-sync-agent-6c7499c544-zrgvp 2/2 Running 0 19h\ncalico-apiserver calico-apiserver-598c8f75f9-lqw29 1/1 Running 0 19h\ncalico-apiserver calico-apiserver-598c8f75f9-nswbg 1/1 Running 0 19h\ncalico-system calico-kube-controllers-55965d5d75-jqndf 1/1 Running 0 19h\ncalico-system calico-node-8ncj7 1/1 Running 1 + (18h ago) 18h\ncalico-system calico-node-ck2rf 1/1 Running 0 19h\ncalico-system calico-node-g95mt 1/1 Running 1 + (18h ago) 18h\ncalico-system calico-node-zlscp 1/1 Running 0 18h\ncalico-system calico-typha-745f74b4c6-phxm8 1/1 Running 0 19h\ncalico-system calico-typha-745f74b4c6-px4tn 1/1 Running 1 + (18h ago) 18h\ncalico-system csi-node-driver-628k6 2/2 Running 1 + (18h ago) 18h\ncalico-system csi-node-driver-8pf7n 2/2 Running 0 18h\ncalico-system csi-node-driver-rx5hw 2/2 Running 1 + (18h ago) 18h\ncalico-system csi-node-driver-v8qhv 2/2 Running 0 19h\ndefault virt-launcher-d82a9e1edcd5586b9c4c8e667dd73eb3d1e12c0a32db65v9g 1/1 Running 0 18h\ngatekeeper-system gatekeeper-audit-5c55fc4ddf-p99r8 1/1 Running 0 19h\ngatekeeper-system gatekeeper-controller-manager-59c95b76c4-2qnjz 1/1 Running 0 19h\ngatekeeper-system gatekeeper-controller-manager-59c95b76c4-4cwgh 1/1 Running 0 19h\nkube-system ama-logs-2x5bp ","resultUrl":"https://cmhdx4xtxhqdst.blob.core.windows.net/bmm-run-command-output/c0243a2f-0a6d-4f0b-a6c1-811a26047da3-action-bmmrunreadcmd.tar.gz?se=2023-05-24T00%3A25%3A45Z&sig=TUuoO0oB5N5%2B0k8Rks%2Br4Vslm4qXlvNhcY%2FVqGVHgEk%3D&sp=r&spr=https&sr=b&st=2023-05-23T20%3A25%3A45Z&sv=2019-12-12"}}' + headers: + cache-control: + - no-cache + content-length: + - '5107' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:26:03 GMT + etag: + - '"9c012f95-0000-0100-0000-646d214a0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine run-read-command + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --limit-time-seconds --commands + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b90ff85-4129-41df-bcb8-5852e7cf88ad*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b90ff85-4129-41df-bcb8-5852e7cf88ad*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E","name":"9b90ff85-4129-41df-bcb8-5852e7cf88ad*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Succeeded","startTime":"2023-05-23T20:25:33.2683909Z","endTime":"2023-05-23T20:25:46.5117116Z","error":{},"properties":{"exitCode":"0","outputHead":"====Action + Command Output====\n+ kubectl get pods -A\nNAMESPACE NAME READY STATUS RESTARTS AGE\nazure-arc cluster-metadata-operator-588699ff86-ctqp6 2/2 Running 0 19h\nazure-arc clusterconnect-agent-7bdff7d9c-8jwjd 3/3 Running 0 19h\nazure-arc clusteridentityoperator-594dc877c4-6xdvp 2/2 Running 0 19h\nazure-arc config-agent-67f895bb-7rvzq 2/2 Running 0 19h\nazure-arc controller-manager-789c84c597-rt6z9 2/2 Running 0 19h\nazure-arc extension-events-collector-85976b75d8-bzgqd 2/2 Running 0 19h\nazure-arc extension-manager-66667799b-gxdkz 3/3 Running 56 + (41m ago) 19h\nazure-arc flux-logs-agent-7f698cb569-lq7hl 1/1 Running 0 19h\nazure-arc kube-aad-proxy-895645cc9-nmjk4 2/2 Running 0 19h\nazure-arc metrics-agent-7d858b555c-5rzfr 2/2 Running 0 19h\nazure-arc resource-sync-agent-6c7499c544-zrgvp 2/2 Running 0 19h\ncalico-apiserver calico-apiserver-598c8f75f9-lqw29 1/1 Running 0 19h\ncalico-apiserver calico-apiserver-598c8f75f9-nswbg 1/1 Running 0 19h\ncalico-system calico-kube-controllers-55965d5d75-jqndf 1/1 Running 0 19h\ncalico-system calico-node-8ncj7 1/1 Running 1 + (18h ago) 18h\ncalico-system calico-node-ck2rf 1/1 Running 0 19h\ncalico-system calico-node-g95mt 1/1 Running 1 + (18h ago) 18h\ncalico-system calico-node-zlscp 1/1 Running 0 18h\ncalico-system calico-typha-745f74b4c6-phxm8 1/1 Running 0 19h\ncalico-system calico-typha-745f74b4c6-px4tn 1/1 Running 1 + (18h ago) 18h\ncalico-system csi-node-driver-628k6 2/2 Running 1 + (18h ago) 18h\ncalico-system csi-node-driver-8pf7n 2/2 Running 0 18h\ncalico-system csi-node-driver-rx5hw 2/2 Running 1 + (18h ago) 18h\ncalico-system csi-node-driver-v8qhv 2/2 Running 0 19h\ndefault virt-launcher-d82a9e1edcd5586b9c4c8e667dd73eb3d1e12c0a32db65v9g 1/1 Running 0 18h\ngatekeeper-system gatekeeper-audit-5c55fc4ddf-p99r8 1/1 Running 0 19h\ngatekeeper-system gatekeeper-controller-manager-59c95b76c4-2qnjz 1/1 Running 0 19h\ngatekeeper-system gatekeeper-controller-manager-59c95b76c4-4cwgh 1/1 Running 0 19h\nkube-system ama-logs-2x5bp ","resultUrl":"https://cmhdx4xtxhqdst.blob.core.windows.net/bmm-run-command-output/c0243a2f-0a6d-4f0b-a6c1-811a26047da3-action-bmmrunreadcmd.tar.gz?se=2023-05-24T00%3A25%3A45Z&sig=TUuoO0oB5N5%2B0k8Rks%2Br4Vslm4qXlvNhcY%2FVqGVHgEk%3D&sp=r&spr=https&sr=b&st=2023-05-23T20%3A25%3A45Z&sv=2019-12-12"}}' + headers: + cache-control: + - no-cache + content-length: + - '5107' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:26:03 GMT + etag: + - '"9c012f95-0000-0100-0000-646d214a0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_cordon_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_cordon_scenario1.yaml new file mode 100644 index 00000000000..e3ade99f99b --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_cordon_scenario1.yaml @@ -0,0 +1,460 @@ +interactions: +- request: + body: '{"evacuate": "False"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine cordon + Connection: + - keep-alive + Content-Length: + - '21' + Content-Type: + - application/json + ParameterSetName: + - --evacuate --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01/cordon?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/26263777-7b9e-4b53-a428-11367c75ee92*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:22:06 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/26263777-7b9e-4b53-a428-11367c75ee92*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1?api-version=2022-12-12-preview + mise-correlation-id: + - a2f7efee-575d-4d91-8780-26fa45682089 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine cordon + Connection: + - keep-alive + ParameterSetName: + - --evacuate --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/26263777-7b9e-4b53-a428-11367c75ee92*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/26263777-7b9e-4b53-a428-11367c75ee92*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","name":"26263777-7b9e-4b53-a428-11367c75ee92*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Accepted","startTime":"2023-05-23T20:22:05.6597287Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:22:06 GMT + etag: + - '"9c01e742-0000-0100-0000-646d206d0000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine cordon + Connection: + - keep-alive + ParameterSetName: + - --evacuate --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/26263777-7b9e-4b53-a428-11367c75ee92*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/26263777-7b9e-4b53-a428-11367c75ee92*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","name":"26263777-7b9e-4b53-a428-11367c75ee92*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Accepted","startTime":"2023-05-23T20:22:05.6597287Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:22:35 GMT + etag: + - '"9c01d544-0000-0100-0000-646d20720000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine cordon + Connection: + - keep-alive + ParameterSetName: + - --evacuate --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/26263777-7b9e-4b53-a428-11367c75ee92*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/26263777-7b9e-4b53-a428-11367c75ee92*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","name":"26263777-7b9e-4b53-a428-11367c75ee92*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Succeeded","startTime":"2023-05-23T20:22:05.6597287Z","endTime":"2023-05-23T20:22:41.6761079Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '658' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:23:06 GMT + etag: + - '"9c016f4f-0000-0100-0000-646d20910000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine cordon + Connection: + - keep-alive + ParameterSetName: + - --evacuate --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/26263777-7b9e-4b53-a428-11367c75ee92*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/26263777-7b9e-4b53-a428-11367c75ee92*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","name":"26263777-7b9e-4b53-a428-11367c75ee92*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Succeeded","startTime":"2023-05-23T20:22:05.6597287Z","endTime":"2023-05-23T20:22:41.6761079Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '658' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:23:06 GMT + etag: + - '"9c016f4f-0000-0100-0000-646d20910000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine uncordon + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01/uncordon?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/49f5fa7d-21b2-4eb9-8b0f-d9996fb283ce*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:23:07 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/49f5fa7d-21b2-4eb9-8b0f-d9996fb283ce*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1?api-version=2022-12-12-preview + mise-correlation-id: + - 30e11f8c-2ec5-4c48-9575-a912b7e15e0f + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine uncordon + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/49f5fa7d-21b2-4eb9-8b0f-d9996fb283ce*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/49f5fa7d-21b2-4eb9-8b0f-d9996fb283ce*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","name":"49f5fa7d-21b2-4eb9-8b0f-d9996fb283ce*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Accepted","startTime":"2023-05-23T20:23:07.3005144Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:23:07 GMT + etag: + - '"9c019458-0000-0100-0000-646d20ab0000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine uncordon + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/49f5fa7d-21b2-4eb9-8b0f-d9996fb283ce*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/49f5fa7d-21b2-4eb9-8b0f-d9996fb283ce*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","name":"49f5fa7d-21b2-4eb9-8b0f-d9996fb283ce*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Accepted","startTime":"2023-05-23T20:23:07.3005144Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:23:37 GMT + etag: + - '"9c01125a-0000-0100-0000-646d20af0000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine uncordon + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/49f5fa7d-21b2-4eb9-8b0f-d9996fb283ce*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/49f5fa7d-21b2-4eb9-8b0f-d9996fb283ce*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","name":"49f5fa7d-21b2-4eb9-8b0f-d9996fb283ce*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Succeeded","startTime":"2023-05-23T20:23:07.3005144Z","endTime":"2023-05-23T20:23:42.474462Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '657' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:24:08 GMT + etag: + - '"9c01e16a-0000-0100-0000-646d20ce0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine uncordon + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/49f5fa7d-21b2-4eb9-8b0f-d9996fb283ce*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/49f5fa7d-21b2-4eb9-8b0f-d9996fb283ce*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","name":"49f5fa7d-21b2-4eb9-8b0f-d9996fb283ce*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Succeeded","startTime":"2023-05-23T20:23:07.3005144Z","endTime":"2023-05-23T20:23:42.474462Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '657' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:24:08 GMT + etag: + - '"9c01e16a-0000-0100-0000-646d20ce0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_crud_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_crud_scenario1.yaml new file mode 100644 index 00000000000..0229f113341 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_crud_scenario1.yaml @@ -0,0 +1,957 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine show + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:43.6984147Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:24:39.4088164Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"customer-specific-tag","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '2625' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:26:51 GMT + etag: + - '"c3002ba1-0000-0100-0000-646d21070000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"properties": {"machineDetails": "customer-specific-tag"}, "tags": {"tag1": + "tag1", "tag2": "tag2update"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine update + Connection: + - keep-alive + Content-Length: + - '107' + Content-Type: + - application/json + ParameterSetName: + - --name --tags --machine-details --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8ec802d4-daf8-44ef-a258-e0518cf3d6f3*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:26:52 GMT + etag: + - '"c30047a8-0000-0100-0000-646d218c0000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8ec802d4-daf8-44ef-a258-e0518cf3d6f3*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2022-12-12-preview + mise-correlation-id: + - 21ec0465-c56d-4098-b8cf-fed6e78f8d3b + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine update + Connection: + - keep-alive + ParameterSetName: + - --name --tags --machine-details --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8ec802d4-daf8-44ef-a258-e0518cf3d6f3*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8ec802d4-daf8-44ef-a258-e0518cf3d6f3*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"8ec802d4-daf8-44ef-a258-e0518cf3d6f3*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-23T20:26:52.64127Z"}' + headers: + cache-control: + - no-cache + content-length: + - '585' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:26:52 GMT + etag: + - '"9c01d1ab-0000-0100-0000-646d218c0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine update + Connection: + - keep-alive + ParameterSetName: + - --name --tags --machine-details --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8ec802d4-daf8-44ef-a258-e0518cf3d6f3*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8ec802d4-daf8-44ef-a258-e0518cf3d6f3*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"8ec802d4-daf8-44ef-a258-e0518cf3d6f3*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Succeeded","startTime":"2023-05-23T20:26:52.64127Z","endTime":"2023-05-23T20:26:57.4322326Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '656' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:27:22 GMT + etag: + - '"9c0149ae-0000-0100-0000-646d21910000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine update + Connection: + - keep-alive + ParameterSetName: + - --name --tags --machine-details --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:43.6984147Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:26:57.9127141Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"customer-specific-tag","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '2625' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:27:22 GMT + etag: + - '"c30071a8-0000-0100-0000-646d21910000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/bareMetalMachines?api-version=2022-12-12-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-79D8EB80/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"westus3","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-79d8eb80/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-79d8eb80/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-03-30T18:24:35.7499783Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-03-31T19:44:03.7722357Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-79D8EB80/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-main1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-79D8EB80/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"westus3","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-79d8eb80/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-79d8eb80/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-03-30T18:24:35.7577431Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-03-31T19:44:09.1454754Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-79D8EB80/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-main1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-79D8EB80/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"westus3","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-79d8eb80/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-79d8eb80/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-03-30T18:24:38.7039413Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-03-30T18:32:57.8338363Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-79D8EB80/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-main1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:41","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:41","name":"enp0s5"},{"macAddress":"52:54:00:9e:ba:71","name":"enp0s6"},{"macAddress":"52:54:00:24:93:71","name":"enp0s4"}],"nics":[{"macAddress":"52:54:00:9b:27:41","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:41","name":"enp0s5"},{"macAddress":"52:54:00:9e:ba:71","name":"enp0s6"},{"macAddress":"52:54:00:24:93:71","name":"enp0s4"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-79D8EB80/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"westus3","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-79d8eb80/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-79d8eb80/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-03-30T18:24:39.4989177Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-03-31T19:43:53.691796Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-79D8EB80/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-main1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-79D8EB80/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"westus3","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-79d8eb80/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-79d8eb80/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-03-30T18:24:40.1877548Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-03-31T19:43:34.5671269Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-79D8EB80/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-main1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amyscich-rg/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amyscich-rg/providers/microsoft.extendedlocation/customlocations/simulator198285751-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amyscich-rg/providers/microsoft.extendedlocation/customlocations/simulator198285751-cstm-loc/resourcesyncrules/bmmhydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-10-12T17:00:30.1067119Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-10-29T15:32:20.0008526Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amyscich-rg/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amyscich-rg/providers/Microsoft.NetworkCloud/clusters/simulator198285751","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"pxe"},{"macAddress":"52:54:00:73:6f:01","name":"oam"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/worker.raw","kubernetesNodeName":"rack1compute03"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amyscich-rg/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amyscich-rg/providers/microsoft.extendedlocation/customlocations/simulator198285751-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amyscich-rg/providers/microsoft.extendedlocation/customlocations/simulator198285751-cstm-loc/resourcesyncrules/bmmhydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-10-12T17:00:30.5273994Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-10-29T15:32:19.5769946Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amyscich-rg/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amyscich-rg/providers/Microsoft.NetworkCloud/clusters/simulator198285751","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amyscich-rg/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amyscich-rg/providers/microsoft.extendedlocation/customlocations/simulator198285751-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amyscich-rg/providers/microsoft.extendedlocation/customlocations/simulator198285751-cstm-loc/resourcesyncrules/bmmhydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-10-12T17:00:30.6535852Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-10-29T15:32:14.5475577Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amyscich-rg/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amyscich-rg/providers/Microsoft.NetworkCloud/clusters/simulator198285751","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:9b:27:01","name":"pxe"},{"macAddress":"52:54:00:76:0d:91","name":"oam"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/worker.raw","kubernetesNodeName":"rack1compute01"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amyscich-rg/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amyscich-rg/providers/microsoft.extendedlocation/customlocations/simulator198285751-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amyscich-rg/providers/microsoft.extendedlocation/customlocations/simulator198285751-cstm-loc/resourcesyncrules/bmmhydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-10-12T17:00:30.7847859Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-10-29T15:32:14.7420576Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amyscich-rg/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amyscich-rg/providers/Microsoft.NetworkCloud/clusters/simulator198285751","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"pxe"},{"macAddress":"52:54:00:a7:17:a1","name":"oam"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/worker.raw","kubernetesNodeName":"rack1compute02"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amyscich-rg/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amyscich-rg/providers/microsoft.extendedlocation/customlocations/simulator198285751-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amyscich-rg/providers/microsoft.extendedlocation/customlocations/simulator198285751-cstm-loc/resourcesyncrules/bmmhydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-10-12T17:00:32.4838599Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-10-29T15:32:20.3034352Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amyscich-rg/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/amyscich-rg/providers/Microsoft.NetworkCloud/clusters/simulator198285751","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:9b:27:41","name":"pxe"},{"macAddress":"52:54:00:24:93:71","name":"oam"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","osImage":"http://10.10.10.13:80/control.raw","oamIpv4Address":"10.23.25.101","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-HostedResources-5997170C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3control02","name":"rack3control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-hostedresources-5997170c/providers/microsoft.extendedlocation/customlocations/simulator212981102-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-hostedresources-5997170c/providers/microsoft.extendedlocation/customlocations/simulator212981102-cstm-loc/resourcesyncrules/bmmhydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-17T21:50:00.6542782Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-19T01:47:48.2820626Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-HostedResources-5997170C/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack3control02","bootMacAddress":"52:54:00:9b:27:43","bmcMacAddress":"AA:BB:CC:DD:CC:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3control02","machineDetails":"","serialNumber":"BM1219XZ3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rundataextract-test/providers/Microsoft.NetworkCloud/clusters/simulator212981102","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack3control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.102"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-HostedResources-5997170C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3control01","name":"rack3control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-hostedresources-5997170c/providers/microsoft.extendedlocation/customlocations/simulator212981102-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-hostedresources-5997170c/providers/microsoft.extendedlocation/customlocations/simulator212981102-cstm-loc/resourcesyncrules/bmmhydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-17T21:50:03.1919595Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-19T01:44:47.0899645Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-HostedResources-5997170C/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack3control01","bootMacAddress":"52:54:00:b6:ed:33","bmcMacAddress":"AA:BB:CC:DD:CC:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3control01","machineDetails":"","serialNumber":"BM1219XZ2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rundataextract-test/providers/Microsoft.NetworkCloud/clusters/simulator212981102","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:d9:a4:23","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:33","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:33","name":"enp0s5"},{"macAddress":"52:54:00:53:70:63","name":"enp0s6"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-HostedResources-5997170C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2compute01","name":"rack2compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-hostedresources-5997170c/providers/microsoft.extendedlocation/customlocations/simulator212981102-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-hostedresources-5997170c/providers/microsoft.extendedlocation/customlocations/simulator212981102-cstm-loc/resourcesyncrules/bmmhydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-17T21:50:03.6808353Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-19T01:47:58.3168377Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-HostedResources-5997170C/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack2compute01","bootMacAddress":"52:54:00:9b:27:02","bmcMacAddress":"AA:BB:CC:DD:DD:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2compute01","machineDetails":"","serialNumber":"BM1219XY1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rundataextract-test/providers/Microsoft.NetworkCloud/clusters/simulator212981102","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:76:0d:92","name":"enp0s4"},{"macAddress":"52:54:00:9b:27:02","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:02","name":"enp0s5"},{"macAddress":"52:54:00:20:28:62","name":"enp0s6"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.105","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack2compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-HostedResources-5997170C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-hostedresources-5997170c/providers/microsoft.extendedlocation/customlocations/simulator212981102-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-hostedresources-5997170c/providers/microsoft.extendedlocation/customlocations/simulator212981102-cstm-loc/resourcesyncrules/bmmhydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-17T21:50:03.8701855Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-19T01:44:47.5674657Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-HostedResources-5997170C/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rundataextract-test/providers/Microsoft.NetworkCloud/clusters/simulator212981102","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-HostedResources-5997170C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-hostedresources-5997170c/providers/microsoft.extendedlocation/customlocations/simulator212981102-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-hostedresources-5997170c/providers/microsoft.extendedlocation/customlocations/simulator212981102-cstm-loc/resourcesyncrules/bmmhydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-17T21:50:04.1228674Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-19T01:48:20.4676381Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-HostedResources-5997170C/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rundataextract-test/providers/Microsoft.NetworkCloud/clusters/simulator212981102","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.103"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-HostedResources-5997170C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2control01","name":"rack2control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-hostedresources-5997170c/providers/microsoft.extendedlocation/customlocations/simulator212981102-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-hostedresources-5997170c/providers/microsoft.extendedlocation/customlocations/simulator212981102-cstm-loc/resourcesyncrules/bmmhydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-17T21:50:04.1761437Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-19T01:44:47.3227828Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-HostedResources-5997170C/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack2control01","bootMacAddress":"52:54:00:b6:ed:32","bmcMacAddress":"AA:BB:CC:DD:DD:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2control01","machineDetails":"","serialNumber":"BM1219XY2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rundataextract-test/providers/Microsoft.NetworkCloud/clusters/simulator212981102","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:d9:a4:22","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:32","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:32","name":"enp0s5"},{"macAddress":"52:54:00:53:70:62","name":"enp0s6"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-HostedResources-5997170C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2control02","name":"rack2control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-hostedresources-5997170c/providers/microsoft.extendedlocation/customlocations/simulator212981102-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-hostedresources-5997170c/providers/microsoft.extendedlocation/customlocations/simulator212981102-cstm-loc/resourcesyncrules/bmmhydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-17T21:50:07.0111699Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-19T01:48:21.6422159Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-HostedResources-5997170C/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack2control02","bootMacAddress":"52:54:00:9b:27:42","bmcMacAddress":"AA:BB:CC:DD:DD:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2control02","machineDetails":"","serialNumber":"BM1219XY3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rundataextract-test/providers/Microsoft.NetworkCloud/clusters/simulator212981102","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack2control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-HostedResources-5997170C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3compute01","name":"rack3compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-hostedresources-5997170c/providers/microsoft.extendedlocation/customlocations/simulator212981102-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-hostedresources-5997170c/providers/microsoft.extendedlocation/customlocations/simulator212981102-cstm-loc/resourcesyncrules/bmmhydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-17T21:50:07.087973Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-19T01:48:06.5989299Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-HostedResources-5997170C/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack3compute01","bootMacAddress":"52:54:00:9b:27:03","bmcMacAddress":"AA:BB:CC:DD:CC:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3compute01","machineDetails":"","serialNumber":"BM1219XZ1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rundataextract-test/providers/Microsoft.NetworkCloud/clusters/simulator212981102","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:9b:27:03","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:03","name":"enp0s5"},{"macAddress":"52:54:00:20:28:63","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:93","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack3compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-HostedResources-5997170C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-hostedresources-5997170c/providers/microsoft.extendedlocation/customlocations/simulator212981102-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-hostedresources-5997170c/providers/microsoft.extendedlocation/customlocations/simulator212981102-cstm-loc/resourcesyncrules/bmmhydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-17T21:50:07.1479651Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-19T01:47:57.6772851Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-HostedResources-5997170C/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rundataextract-test/providers/Microsoft.NetworkCloud/clusters/simulator212981102","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.106","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator993130908-HostedResources-622723AD/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator993130908-hostedresources-622723ad/providers/microsoft.extendedlocation/customlocations/simulator993130908-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator993130908-hostedresources-622723ad/providers/microsoft.extendedlocation/customlocations/simulator993130908-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-17T23:49:30.3029153Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-18T22:01:32.2014931Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator993130908-HostedResources-622723AD/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jm-sim-2/providers/Microsoft.NetworkCloud/clusters/simulator993130908","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator993130908-HostedResources-622723AD/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator993130908-hostedresources-622723ad/providers/microsoft.extendedlocation/customlocations/simulator993130908-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator993130908-hostedresources-622723ad/providers/microsoft.extendedlocation/customlocations/simulator993130908-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-17T23:49:30.2753212Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-18T22:01:58.204687Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator993130908-HostedResources-622723AD/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jm-sim-2/providers/Microsoft.NetworkCloud/clusters/simulator993130908","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator993130908-HostedResources-622723AD/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator993130908-hostedresources-622723ad/providers/microsoft.extendedlocation/customlocations/simulator993130908-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator993130908-hostedresources-622723ad/providers/microsoft.extendedlocation/customlocations/simulator993130908-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-17T23:49:30.3438695Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-18T22:01:32.1898956Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator993130908-HostedResources-622723AD/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jm-sim-2/providers/Microsoft.NetworkCloud/clusters/simulator993130908","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator993130908-HostedResources-622723AD/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator993130908-hostedresources-622723ad/providers/microsoft.extendedlocation/customlocations/simulator993130908-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator993130908-hostedresources-622723ad/providers/microsoft.extendedlocation/customlocations/simulator993130908-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-17T23:49:30.9528124Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-18T22:01:37.426932Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator993130908-HostedResources-622723AD/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jm-sim-2/providers/Microsoft.NetworkCloud/clusters/simulator993130908","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator993130908-HostedResources-622723AD/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator993130908-hostedresources-622723ad/providers/microsoft.extendedlocation/customlocations/simulator993130908-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator993130908-hostedresources-622723ad/providers/microsoft.extendedlocation/customlocations/simulator993130908-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-17T23:49:32.7487551Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-18T21:54:00.3235133Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator993130908-HostedResources-622723AD/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jm-sim-2/providers/Microsoft.NetworkCloud/clusters/simulator993130908","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator3183210073-HostedResources-48C8BD25/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator3183210073-hostedresources-48c8bd25/providers/microsoft.extendedlocation/customlocations/simulator3183210073-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator3183210073-hostedresources-48c8bd25/providers/microsoft.extendedlocation/customlocations/simulator3183210073-cstm-loc/resourcesyncrules/bmmhydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-18T17:40:32.8680113Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-18T23:11:00.0884746Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator3183210073-HostedResources-48C8BD25/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mattj-sim-rg2/providers/Microsoft.NetworkCloud/clusters/simulator3183210073","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator3183210073-HostedResources-48C8BD25/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator3183210073-hostedresources-48c8bd25/providers/microsoft.extendedlocation/customlocations/simulator3183210073-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator3183210073-hostedresources-48c8bd25/providers/microsoft.extendedlocation/customlocations/simulator3183210073-cstm-loc/resourcesyncrules/bmmhydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-18T17:40:33.0152815Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-18T23:10:43.1028926Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator3183210073-HostedResources-48C8BD25/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mattj-sim-rg2/providers/Microsoft.NetworkCloud/clusters/simulator3183210073","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator3183210073-HostedResources-48C8BD25/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator3183210073-hostedresources-48c8bd25/providers/microsoft.extendedlocation/customlocations/simulator3183210073-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator3183210073-hostedresources-48c8bd25/providers/microsoft.extendedlocation/customlocations/simulator3183210073-cstm-loc/resourcesyncrules/bmmhydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-18T17:40:33.3453311Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-18T23:10:58.4384142Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator3183210073-HostedResources-48C8BD25/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mattj-sim-rg2/providers/Microsoft.NetworkCloud/clusters/simulator3183210073","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator3183210073-HostedResources-48C8BD25/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator3183210073-hostedresources-48c8bd25/providers/microsoft.extendedlocation/customlocations/simulator3183210073-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator3183210073-hostedresources-48c8bd25/providers/microsoft.extendedlocation/customlocations/simulator3183210073-cstm-loc/resourcesyncrules/bmmhydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-18T17:40:33.7544455Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-18T23:05:07.9392692Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator3183210073-HostedResources-48C8BD25/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mattj-sim-rg2/providers/Microsoft.NetworkCloud/clusters/simulator3183210073","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator3183210073-HostedResources-48C8BD25/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator3183210073-hostedresources-48c8bd25/providers/microsoft.extendedlocation/customlocations/simulator3183210073-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator3183210073-hostedresources-48c8bd25/providers/microsoft.extendedlocation/customlocations/simulator3183210073-cstm-loc/resourcesyncrules/bmmhydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-18T17:40:38.3643024Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-18T23:10:58.2935438Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator3183210073-HostedResources-48C8BD25/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mattj-sim-rg2/providers/Microsoft.NetworkCloud/clusters/simulator3183210073","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-HostedResources-688157B8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3control01","name":"rack3control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-hostedresources-688157b8/providers/microsoft.extendedlocation/customlocations/simulator2196025594-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-hostedresources-688157b8/providers/microsoft.extendedlocation/customlocations/simulator2196025594-cstm-loc/resourcesyncrules/bmmhydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-18T18:55:00.2860734Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-18T22:56:19.9820491Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-HostedResources-688157B8/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack3control01","bootMacAddress":"52:54:00:b6:ed:33","bmcMacAddress":"AA:BB:CC:DD:CC:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3control01","machineDetails":"","serialNumber":"BM1219XZ2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jm-test/providers/Microsoft.NetworkCloud/clusters/simulator2196025594","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:53:70:63","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:23","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:33","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:33","name":"enp0s5"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-HostedResources-688157B8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2control02","name":"rack2control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-hostedresources-688157b8/providers/microsoft.extendedlocation/customlocations/simulator2196025594-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-hostedresources-688157b8/providers/microsoft.extendedlocation/customlocations/simulator2196025594-cstm-loc/resourcesyncrules/bmmhydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-18T18:55:00.254298Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-18T22:58:54.666186Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-HostedResources-688157B8/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack2control02","bootMacAddress":"52:54:00:9b:27:42","bmcMacAddress":"AA:BB:CC:DD:DD:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2control02","machineDetails":"","serialNumber":"BM1219XY3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jm-test/providers/Microsoft.NetworkCloud/clusters/simulator2196025594","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack2control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-HostedResources-688157B8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2control01","name":"rack2control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-hostedresources-688157b8/providers/microsoft.extendedlocation/customlocations/simulator2196025594-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-hostedresources-688157b8/providers/microsoft.extendedlocation/customlocations/simulator2196025594-cstm-loc/resourcesyncrules/bmmhydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-18T18:55:00.3026629Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-18T22:56:24.6487613Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-HostedResources-688157B8/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack2control01","bootMacAddress":"52:54:00:b6:ed:32","bmcMacAddress":"AA:BB:CC:DD:DD:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2control01","machineDetails":"","serialNumber":"BM1219XY2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jm-test/providers/Microsoft.NetworkCloud/clusters/simulator2196025594","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:53:70:62","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:22","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:32","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:32","name":"enp0s5"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-HostedResources-688157B8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-hostedresources-688157b8/providers/microsoft.extendedlocation/customlocations/simulator2196025594-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-hostedresources-688157b8/providers/microsoft.extendedlocation/customlocations/simulator2196025594-cstm-loc/resourcesyncrules/bmmhydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-18T18:55:00.3482922Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-18T22:58:57.1162653Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-HostedResources-688157B8/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jm-test/providers/Microsoft.NetworkCloud/clusters/simulator2196025594","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.103"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-HostedResources-688157B8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3compute01","name":"rack3compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-hostedresources-688157b8/providers/microsoft.extendedlocation/customlocations/simulator2196025594-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-hostedresources-688157b8/providers/microsoft.extendedlocation/customlocations/simulator2196025594-cstm-loc/resourcesyncrules/bmmhydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-18T18:55:00.4459367Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-18T22:58:52.0473045Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-HostedResources-688157B8/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack3compute01","bootMacAddress":"52:54:00:9b:27:03","bmcMacAddress":"AA:BB:CC:DD:CC:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3compute01","machineDetails":"","serialNumber":"BM1219XZ1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jm-test/providers/Microsoft.NetworkCloud/clusters/simulator2196025594","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:20:28:63","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:93","name":"enp0s4"},{"macAddress":"52:54:00:9b:27:03","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:03","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.105","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack3compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-HostedResources-688157B8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-hostedresources-688157b8/providers/microsoft.extendedlocation/customlocations/simulator2196025594-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-hostedresources-688157b8/providers/microsoft.extendedlocation/customlocations/simulator2196025594-cstm-loc/resourcesyncrules/bmmhydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-18T18:55:00.4672387Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-18T22:56:24.6066922Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-HostedResources-688157B8/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jm-test/providers/Microsoft.NetworkCloud/clusters/simulator2196025594","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-HostedResources-688157B8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-hostedresources-688157b8/providers/microsoft.extendedlocation/customlocations/simulator2196025594-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-hostedresources-688157b8/providers/microsoft.extendedlocation/customlocations/simulator2196025594-cstm-loc/resourcesyncrules/bmmhydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-18T18:55:00.5091135Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-18T22:58:27.5177958Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-HostedResources-688157B8/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jm-test/providers/Microsoft.NetworkCloud/clusters/simulator2196025594","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-HostedResources-688157B8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3control02","name":"rack3control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-hostedresources-688157b8/providers/microsoft.extendedlocation/customlocations/simulator2196025594-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-hostedresources-688157b8/providers/microsoft.extendedlocation/customlocations/simulator2196025594-cstm-loc/resourcesyncrules/bmmhydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-18T18:55:02.6654603Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-18T22:58:52.7768601Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-HostedResources-688157B8/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack3control02","bootMacAddress":"52:54:00:9b:27:43","bmcMacAddress":"AA:BB:CC:DD:CC:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3control02","machineDetails":"","serialNumber":"BM1219XZ3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jm-test/providers/Microsoft.NetworkCloud/clusters/simulator2196025594","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack3control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.102"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-HostedResources-688157B8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2compute01","name":"rack2compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-hostedresources-688157b8/providers/microsoft.extendedlocation/customlocations/simulator2196025594-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-hostedresources-688157b8/providers/microsoft.extendedlocation/customlocations/simulator2196025594-cstm-loc/resourcesyncrules/bmmhydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-18T18:55:03.7088278Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-18T22:58:29.4986901Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-HostedResources-688157B8/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack2compute01","bootMacAddress":"52:54:00:9b:27:02","bmcMacAddress":"AA:BB:CC:DD:DD:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2compute01","machineDetails":"","serialNumber":"BM1219XY1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jm-test/providers/Microsoft.NetworkCloud/clusters/simulator2196025594","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:9b:27:02","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:02","name":"enp0s5"},{"macAddress":"52:54:00:20:28:62","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:92","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.106","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack2compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0C81871F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0c81871f/providers/microsoft.extendedlocation/customlocations/simulator-2afe96c8-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0c81871f/providers/microsoft.extendedlocation/customlocations/simulator-2afe96c8-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-29T18:18:31.1574343Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-02T16:03:43.9963368Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0C81871F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rickbartra-simulator/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0C81871F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0c81871f/providers/microsoft.extendedlocation/customlocations/simulator-2afe96c8-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0c81871f/providers/microsoft.extendedlocation/customlocations/simulator-2afe96c8-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-29T18:18:31.4360476Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-02T16:03:41.7495365Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0C81871F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rickbartra-simulator/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0C81871F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0c81871f/providers/microsoft.extendedlocation/customlocations/simulator-2afe96c8-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0c81871f/providers/microsoft.extendedlocation/customlocations/simulator-2afe96c8-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-29T18:18:31.8356479Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-02T15:48:02.7775061Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0C81871F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rickbartra-simulator/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0C81871F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0c81871f/providers/microsoft.extendedlocation/customlocations/simulator-2afe96c8-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0c81871f/providers/microsoft.extendedlocation/customlocations/simulator-2afe96c8-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-29T18:18:34.1807745Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-02T16:03:42.3439116Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0C81871F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rickbartra-simulator/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0C81871F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0c81871f/providers/microsoft.extendedlocation/customlocations/simulator-2afe96c8-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0c81871f/providers/microsoft.extendedlocation/customlocations/simulator-2afe96c8-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-29T18:18:34.2842189Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-02T16:03:42.2857409Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0C81871F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rickbartra-simulator/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0B3185B8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0b3185b8/providers/microsoft.extendedlocation/customlocations/simulator-bc2c0821-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0b3185b8/providers/microsoft.extendedlocation/customlocations/simulator-bc2c0821-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-30T20:15:48.2453032Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-30T22:20:21.0896154Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0B3185B8/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sidneyshiba-refactor-deploy-action/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0B3185B8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0b3185b8/providers/microsoft.extendedlocation/customlocations/simulator-bc2c0821-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0b3185b8/providers/microsoft.extendedlocation/customlocations/simulator-bc2c0821-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-30T20:15:50.0655391Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-30T22:36:22.0080327Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0B3185B8/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sidneyshiba-refactor-deploy-action/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0B3185B8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0b3185b8/providers/microsoft.extendedlocation/customlocations/simulator-bc2c0821-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0b3185b8/providers/microsoft.extendedlocation/customlocations/simulator-bc2c0821-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-30T20:15:51.3906747Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-30T22:36:08.1913846Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0B3185B8/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sidneyshiba-refactor-deploy-action/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0B3185B8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0b3185b8/providers/microsoft.extendedlocation/customlocations/simulator-bc2c0821-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0b3185b8/providers/microsoft.extendedlocation/customlocations/simulator-bc2c0821-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-30T20:15:51.4230982Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-30T22:36:08.1363211Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0B3185B8/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sidneyshiba-refactor-deploy-action/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0B3185B8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0b3185b8/providers/microsoft.extendedlocation/customlocations/simulator-bc2c0821-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0b3185b8/providers/microsoft.extendedlocation/customlocations/simulator-bc2c0821-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-30T20:15:51.9418193Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-30T22:35:39.2554299Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0B3185B8/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sidneyshiba-refactor-deploy-action/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1554043A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1554043a/providers/microsoft.extendedlocation/customlocations/simulator-c968e63b-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1554043a/providers/microsoft.extendedlocation/customlocations/simulator-c968e63b-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-30T21:06:38.8351683Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-30T21:31:26.3573846Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1554043A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1554043A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1554043a/providers/microsoft.extendedlocation/customlocations/simulator-c968e63b-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1554043a/providers/microsoft.extendedlocation/customlocations/simulator-c968e63b-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-30T21:06:44.0780938Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-30T21:32:57.5940132Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1554043A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1554043A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1554043a/providers/microsoft.extendedlocation/customlocations/simulator-c968e63b-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1554043a/providers/microsoft.extendedlocation/customlocations/simulator-c968e63b-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-30T21:06:43.9954918Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-30T21:32:57.5610179Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1554043A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1554043A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1554043a/providers/microsoft.extendedlocation/customlocations/simulator-c968e63b-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1554043a/providers/microsoft.extendedlocation/customlocations/simulator-c968e63b-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-30T21:06:46.1690885Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-30T21:32:51.5867259Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1554043A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1554043A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1554043a/providers/microsoft.extendedlocation/customlocations/simulator-c968e63b-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1554043a/providers/microsoft.extendedlocation/customlocations/simulator-c968e63b-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-30T21:06:59.5595075Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-30T21:32:18.2580789Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1554043A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2787B8A8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2787b8a8/providers/microsoft.extendedlocation/customlocations/simulator-e247b819-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2787b8a8/providers/microsoft.extendedlocation/customlocations/simulator-e247b819-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-01T20:11:04.1130832Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T22:50:57.2730979Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2787B8A8/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-sim/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2787B8A8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2787b8a8/providers/microsoft.extendedlocation/customlocations/simulator-e247b819-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2787b8a8/providers/microsoft.extendedlocation/customlocations/simulator-e247b819-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-01T20:11:04.1159809Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T22:50:57.3530332Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2787B8A8/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/a3edb848-695a-4ahf-20a4-ez490930fr24/resourceGroups/nc-westus3-rg/providers/Microsoft.NetworkCloud/VirtualMachines/virtualmachine-sample"],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-sim/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2787B8A8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2787b8a8/providers/microsoft.extendedlocation/customlocations/simulator-e247b819-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2787b8a8/providers/microsoft.extendedlocation/customlocations/simulator-e247b819-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-01T20:11:04.2225469Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T22:40:55.4038943Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2787B8A8/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-sim/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2787B8A8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2787b8a8/providers/microsoft.extendedlocation/customlocations/simulator-e247b819-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2787b8a8/providers/microsoft.extendedlocation/customlocations/simulator-e247b819-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-01T20:11:04.3306175Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T22:50:59.6805216Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2787B8A8/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-sim/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2787B8A8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2787b8a8/providers/microsoft.extendedlocation/customlocations/simulator-e247b819-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2787b8a8/providers/microsoft.extendedlocation/customlocations/simulator-e247b819-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-01T20:11:04.9736464Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T22:50:59.4883995Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2787B8A8/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-sim/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38438A51/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38438a51/providers/microsoft.extendedlocation/customlocations/simulator-85fdbee1-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38438a51/providers/microsoft.extendedlocation/customlocations/simulator-85fdbee1-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-01T23:34:36.7176601Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T14:17:30.0739212Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38438A51/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-east-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38438A51/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38438a51/providers/microsoft.extendedlocation/customlocations/simulator-85fdbee1-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38438a51/providers/microsoft.extendedlocation/customlocations/simulator-85fdbee1-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-01T23:34:37.4709411Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T14:10:12.6578133Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38438A51/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-east-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38438A51/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38438a51/providers/microsoft.extendedlocation/customlocations/simulator-85fdbee1-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38438a51/providers/microsoft.extendedlocation/customlocations/simulator-85fdbee1-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-01T23:34:37.6469472Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T14:10:13.5006508Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38438A51/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-east-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38438A51/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38438a51/providers/microsoft.extendedlocation/customlocations/simulator-85fdbee1-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38438a51/providers/microsoft.extendedlocation/customlocations/simulator-85fdbee1-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-01T23:34:37.6863789Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T14:10:13.3135928Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38438A51/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-east-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38438A51/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38438a51/providers/microsoft.extendedlocation/customlocations/simulator-85fdbee1-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38438a51/providers/microsoft.extendedlocation/customlocations/simulator-85fdbee1-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-01T23:34:37.7479143Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T14:10:13.3367592Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38438A51/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-east-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-77C46866/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-77c46866/providers/microsoft.extendedlocation/customlocations/simulator-5a6aed92-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-77c46866/providers/microsoft.extendedlocation/customlocations/simulator-5a6aed92-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-02T18:59:16.9813398Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-03T17:04:03.1801311Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-77C46866/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sidneyshiba-refactor-deploy-action/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-77C46866/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-77c46866/providers/microsoft.extendedlocation/customlocations/simulator-5a6aed92-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-77c46866/providers/microsoft.extendedlocation/customlocations/simulator-5a6aed92-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-02T18:59:17.4825839Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-03T17:11:29.7487788Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-77C46866/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sidneyshiba-refactor-deploy-action/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-77C46866/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-77c46866/providers/microsoft.extendedlocation/customlocations/simulator-5a6aed92-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-77c46866/providers/microsoft.extendedlocation/customlocations/simulator-5a6aed92-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-02T18:59:17.6198155Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-03T17:11:29.7585653Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-77C46866/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sidneyshiba-refactor-deploy-action/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-77C46866/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-77c46866/providers/microsoft.extendedlocation/customlocations/simulator-5a6aed92-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-77c46866/providers/microsoft.extendedlocation/customlocations/simulator-5a6aed92-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-02T18:59:19.5580024Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-03T17:11:28.4750349Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-77C46866/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sidneyshiba-refactor-deploy-action/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-77C46866/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-77c46866/providers/microsoft.extendedlocation/customlocations/simulator-5a6aed92-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-77c46866/providers/microsoft.extendedlocation/customlocations/simulator-5a6aed92-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-02T18:59:20.1005463Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-03T17:11:28.2999674Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-77C46866/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sidneyshiba-refactor-deploy-action/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5DAAE664/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5daae664/providers/microsoft.extendedlocation/customlocations/simulator-5702f4d5-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5daae664/providers/microsoft.extendedlocation/customlocations/simulator-5702f4d5-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-02T20:20:46.7869401Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-02T21:02:02.9927278Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5DAAE664/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-test-sleep/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5DAAE664/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5daae664/providers/microsoft.extendedlocation/customlocations/simulator-5702f4d5-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5daae664/providers/microsoft.extendedlocation/customlocations/simulator-5702f4d5-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-02T20:20:47.4223525Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-02T21:04:58.6167236Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5DAAE664/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-test-sleep/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5DAAE664/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5daae664/providers/microsoft.extendedlocation/customlocations/simulator-5702f4d5-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5daae664/providers/microsoft.extendedlocation/customlocations/simulator-5702f4d5-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-02T20:20:47.4124699Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-02T21:04:58.6503555Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5DAAE664/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-test-sleep/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5DAAE664/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5daae664/providers/microsoft.extendedlocation/customlocations/simulator-5702f4d5-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5daae664/providers/microsoft.extendedlocation/customlocations/simulator-5702f4d5-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-02T20:20:48.3285646Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-02T21:05:28.4613129Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5DAAE664/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-test-sleep/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5DAAE664/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5daae664/providers/microsoft.extendedlocation/customlocations/simulator-5702f4d5-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5daae664/providers/microsoft.extendedlocation/customlocations/simulator-5702f4d5-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-02T20:20:48.3688547Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-02T21:04:58.5409514Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5DAAE664/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-test-sleep/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-19849A19/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-19849a19/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-19849a19/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-03T07:02:10.3065244Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-05T17:32:09.9603679Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-19849A19/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:53:70:61","name":"enp0s6"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-19849A19/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-19849a19/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-19849a19/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-03T07:02:11.6129481Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-05T17:39:25.0593149Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-19849A19/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-19849A19/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-19849a19/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-19849a19/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-03T07:02:12.4904185Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-05T17:39:25.1227278Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-19849A19/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-19849A19/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-19849a19/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-19849a19/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-03T07:02:12.5197912Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-05T17:39:25.1691543Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-19849A19/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-19849A19/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-19849a19/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-19849a19/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-03T07:02:14.3293578Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-05T17:39:24.287548Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-19849A19/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6406EE8D/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6406ee8d/providers/microsoft.extendedlocation/customlocations/simulator-65a9d3f2-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6406ee8d/providers/microsoft.extendedlocation/customlocations/simulator-65a9d3f2-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-03T09:23:41.5473638Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-03T13:08:39.2802828Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6406EE8D/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-isol1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6406EE8D/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6406ee8d/providers/microsoft.extendedlocation/customlocations/simulator-65a9d3f2-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6406ee8d/providers/microsoft.extendedlocation/customlocations/simulator-65a9d3f2-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-03T09:23:43.4359872Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-03T13:20:22.2228958Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6406EE8D/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-isol1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6406EE8D/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6406ee8d/providers/microsoft.extendedlocation/customlocations/simulator-65a9d3f2-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6406ee8d/providers/microsoft.extendedlocation/customlocations/simulator-65a9d3f2-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-03T09:23:43.9462214Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-03T13:20:20.0520535Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6406EE8D/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-isol1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","oamIpv4Address":"10.23.25.104","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6406EE8D/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6406ee8d/providers/microsoft.extendedlocation/customlocations/simulator-65a9d3f2-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6406ee8d/providers/microsoft.extendedlocation/customlocations/simulator-65a9d3f2-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-03T09:23:43.9884228Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-03T13:20:12.0494584Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6406EE8D/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-isol1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6406EE8D/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6406ee8d/providers/microsoft.extendedlocation/customlocations/simulator-65a9d3f2-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6406ee8d/providers/microsoft.extendedlocation/customlocations/simulator-65a9d3f2-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-03T09:23:46.6067267Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-03T13:20:22.6605657Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6406EE8D/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-isol1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-134F0A55/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-134f0a55/providers/microsoft.extendedlocation/customlocations/simulator-fbe2f63a-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-134f0a55/providers/microsoft.extendedlocation/customlocations/simulator-fbe2f63a-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-05T02:55:05.6771453Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-05T16:39:49.4487569Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-134F0A55/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-134F0A55/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-134f0a55/providers/microsoft.extendedlocation/customlocations/simulator-fbe2f63a-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-134f0a55/providers/microsoft.extendedlocation/customlocations/simulator-fbe2f63a-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-05T02:55:05.7116374Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-05T16:54:51.18208Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-134F0A55/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-134F0A55/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-134f0a55/providers/microsoft.extendedlocation/customlocations/simulator-fbe2f63a-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-134f0a55/providers/microsoft.extendedlocation/customlocations/simulator-fbe2f63a-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-05T02:55:06.7949117Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-05T16:54:52.4912013Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-134F0A55/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-134F0A55/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-134f0a55/providers/microsoft.extendedlocation/customlocations/simulator-fbe2f63a-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-134f0a55/providers/microsoft.extendedlocation/customlocations/simulator-fbe2f63a-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-05T02:55:08.7422366Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-05T16:54:51.1787027Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-134F0A55/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-134F0A55/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-134f0a55/providers/microsoft.extendedlocation/customlocations/simulator-fbe2f63a-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-134f0a55/providers/microsoft.extendedlocation/customlocations/simulator-fbe2f63a-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-05T02:55:14.4744793Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-05T16:54:56.8645611Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-134F0A55/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1A44F0D9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1a44f0d9/providers/microsoft.extendedlocation/customlocations/simulator-3684adfc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1a44f0d9/providers/microsoft.extendedlocation/customlocations/simulator-3684adfc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-05T17:27:45.1751989Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T15:32:21.247078Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1A44F0D9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mmceuen1-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1A44F0D9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1a44f0d9/providers/microsoft.extendedlocation/customlocations/simulator-3684adfc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1a44f0d9/providers/microsoft.extendedlocation/customlocations/simulator-3684adfc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-05T17:27:46.3715339Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T15:41:59.7835515Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1A44F0D9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mmceuen1-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1A44F0D9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1a44f0d9/providers/microsoft.extendedlocation/customlocations/simulator-3684adfc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1a44f0d9/providers/microsoft.extendedlocation/customlocations/simulator-3684adfc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-05T17:27:46.3550905Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T15:42:29.7859224Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1A44F0D9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mmceuen1-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1A44F0D9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1a44f0d9/providers/microsoft.extendedlocation/customlocations/simulator-3684adfc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1a44f0d9/providers/microsoft.extendedlocation/customlocations/simulator-3684adfc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-05T17:27:46.4436231Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T15:41:52.036321Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1A44F0D9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mmceuen1-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1A44F0D9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1a44f0d9/providers/microsoft.extendedlocation/customlocations/simulator-3684adfc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1a44f0d9/providers/microsoft.extendedlocation/customlocations/simulator-3684adfc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-05T17:27:46.767286Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T15:42:08.8400453Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1A44F0D9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mmceuen1-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1A4D5A8F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1a4d5a8f/providers/microsoft.extendedlocation/customlocations/simulator-2540ad11-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1a4d5a8f/providers/microsoft.extendedlocation/customlocations/simulator-2540ad11-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-05T19:28:41.2832687Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-05T20:26:37.4734497Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1A4D5A8F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-test-uplift/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1A4D5A8F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1a4d5a8f/providers/microsoft.extendedlocation/customlocations/simulator-2540ad11-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1a4d5a8f/providers/microsoft.extendedlocation/customlocations/simulator-2540ad11-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-05T19:28:41.629996Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-05T20:33:25.3654577Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1A4D5A8F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-test-uplift/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","oamIpv4Address":"10.23.25.104","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1A4D5A8F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1a4d5a8f/providers/microsoft.extendedlocation/customlocations/simulator-2540ad11-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1a4d5a8f/providers/microsoft.extendedlocation/customlocations/simulator-2540ad11-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-05T19:28:41.827874Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-05T20:34:01.8332591Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1A4D5A8F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-test-uplift/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1A4D5A8F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1a4d5a8f/providers/microsoft.extendedlocation/customlocations/simulator-2540ad11-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1a4d5a8f/providers/microsoft.extendedlocation/customlocations/simulator-2540ad11-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-05T19:28:43.1191796Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-05T20:34:00.3922742Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1A4D5A8F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-test-uplift/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1A4D5A8F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1a4d5a8f/providers/microsoft.extendedlocation/customlocations/simulator-2540ad11-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1a4d5a8f/providers/microsoft.extendedlocation/customlocations/simulator-2540ad11-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-05T19:28:43.208827Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-05T20:33:29.5236305Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1A4D5A8F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-test-uplift/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-24260F61/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-24260f61/providers/microsoft.extendedlocation/customlocations/simulator-c70ce43d-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-24260f61/providers/microsoft.extendedlocation/customlocations/simulator-c70ce43d-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-05T20:13:23.3947255Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-05T20:37:55.3661863Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-24260F61/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rickbartra-sim/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-24260F61/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-24260f61/providers/microsoft.extendedlocation/customlocations/simulator-c70ce43d-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-24260f61/providers/microsoft.extendedlocation/customlocations/simulator-c70ce43d-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-05T20:13:24.8178867Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-05T20:50:33.2294741Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-24260F61/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rickbartra-sim/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-24260F61/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-24260f61/providers/microsoft.extendedlocation/customlocations/simulator-c70ce43d-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-24260f61/providers/microsoft.extendedlocation/customlocations/simulator-c70ce43d-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-05T20:13:24.8817651Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-05T20:50:38.079792Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-24260F61/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rickbartra-sim/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","oamIpv4Address":"10.23.25.102","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-24260F61/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-24260f61/providers/microsoft.extendedlocation/customlocations/simulator-c70ce43d-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-24260f61/providers/microsoft.extendedlocation/customlocations/simulator-c70ce43d-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-05T20:13:24.95749Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-05T20:51:06.9269978Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-24260F61/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rickbartra-sim/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-24260F61/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-24260f61/providers/microsoft.extendedlocation/customlocations/simulator-c70ce43d-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-24260f61/providers/microsoft.extendedlocation/customlocations/simulator-c70ce43d-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-05T20:13:24.9758104Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-05T20:50:38.120452Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-24260F61/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rickbartra-sim/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7F76AE64/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7f76ae64/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7f76ae64/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-05T21:46:47.7678622Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-05T21:52:27.4653912Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7F76AE64/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-grp203/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7F76AE64/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7f76ae64/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7f76ae64/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-05T21:46:49.5540739Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-05T21:52:38.5633355Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7F76AE64/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-grp203/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.2/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7F76AE64/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7f76ae64/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7f76ae64/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-05T21:46:50.0706611Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-05T21:52:26.7217184Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7F76AE64/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-grp203/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7F76AE64/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7f76ae64/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7f76ae64/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-05T21:46:50.1888775Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-05T21:52:26.6990781Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7F76AE64/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-grp203/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7F76AE64/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7f76ae64/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7f76ae64/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-05T21:46:51.1872534Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-05T21:52:27.3796129Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7F76AE64/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-grp203/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2FA92510/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2fa92510/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2fa92510/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T00:43:18.9089857Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T23:01:33.0409407Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2FA92510/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aysen_pfmain/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2FA92510/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2fa92510/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2fa92510/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T00:43:19.3934052Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T23:01:33.5630992Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2FA92510/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aysen_pfmain/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2FA92510/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2fa92510/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2fa92510/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T00:43:19.3678377Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T23:01:36.962865Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2FA92510/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aysen_pfmain/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2FA92510/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2fa92510/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2fa92510/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T00:43:21.6100717Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T23:01:33.0262028Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2FA92510/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aysen_pfmain/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2FA92510/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2fa92510/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2fa92510/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T00:43:26.5141584Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T22:48:01.7413736Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2FA92510/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aysen_pfmain/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-688FE7FB/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-688fe7fb/providers/microsoft.extendedlocation/customlocations/simulator-ec0578be-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-688fe7fb/providers/microsoft.extendedlocation/customlocations/simulator-ec0578be-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T02:30:44.9302068Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T05:58:51.1710126Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-688FE7FB/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-test-bigger-disk1/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-688FE7FB/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-688fe7fb/providers/microsoft.extendedlocation/customlocations/simulator-ec0578be-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-688fe7fb/providers/microsoft.extendedlocation/customlocations/simulator-ec0578be-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T02:30:45.8237029Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T06:11:16.505279Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-688FE7FB/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-test-bigger-disk1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-688FE7FB/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-688fe7fb/providers/microsoft.extendedlocation/customlocations/simulator-ec0578be-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-688fe7fb/providers/microsoft.extendedlocation/customlocations/simulator-ec0578be-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T02:30:45.9443788Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T06:11:16.7065475Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-688FE7FB/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-test-bigger-disk1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-688FE7FB/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-688fe7fb/providers/microsoft.extendedlocation/customlocations/simulator-ec0578be-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-688fe7fb/providers/microsoft.extendedlocation/customlocations/simulator-ec0578be-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T02:30:46.9528661Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T06:11:16.1248564Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-688FE7FB/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-test-bigger-disk1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","oamIpv4Address":"10.23.25.102","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-688FE7FB/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-688fe7fb/providers/microsoft.extendedlocation/customlocations/simulator-ec0578be-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-688fe7fb/providers/microsoft.extendedlocation/customlocations/simulator-ec0578be-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T02:30:50.9630694Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T06:11:13.9205009Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-688FE7FB/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-test-bigger-disk1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4BA55DF0/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ba55df0/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ba55df0/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T02:56:09.6318975Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-07T00:43:10.3966035Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4BA55DF0/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-grp321/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4BA55DF0/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ba55df0/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ba55df0/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T02:56:11.7107664Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-07T00:51:58.2896662Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4BA55DF0/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-grp321/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.2/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4BA55DF0/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ba55df0/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ba55df0/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T02:56:11.7769779Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-07T00:52:01.2153636Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4BA55DF0/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-grp321/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.2/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4BA55DF0/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ba55df0/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ba55df0/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T02:56:14.6000847Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-07T00:52:01.3012165Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4BA55DF0/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-grp321/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.2/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4BA55DF0/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ba55df0/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ba55df0/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T02:56:18.4447141Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-07T00:52:01.248015Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4BA55DF0/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-grp321/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.2/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-72350F04/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-72350f04/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-72350f04/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T14:29:27.6865076Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T15:03:06.5384693Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-72350F04/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","oamIpv4Address":"10.23.25.104","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-72350F04/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-72350f04/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-72350f04/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T14:29:27.7037661Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T15:02:39.9520116Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-72350F04/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-72350F04/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-72350f04/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-72350f04/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T14:29:27.9233783Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T15:03:08.9861404Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-72350F04/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-72350F04/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-72350f04/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-72350f04/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T14:29:27.8237312Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T14:54:09.1221655Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-72350F04/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-72350F04/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-72350f04/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-72350f04/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T14:29:29.3449902Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T15:02:42.7604247Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-72350F04/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4C5E9F92/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4c5e9f92/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4c5e9f92/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T16:14:55.8194309Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T17:01:13.3004137Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4C5E9F92/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4C5E9F92/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4c5e9f92/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4c5e9f92/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T16:14:55.9644142Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T17:01:13.3299061Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4C5E9F92/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4C5E9F92/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4c5e9f92/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4c5e9f92/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T16:14:55.9713841Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T16:56:03.8073173Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4C5E9F92/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4C5E9F92/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4c5e9f92/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4c5e9f92/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T16:14:56.021422Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T17:01:13.5272531Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4C5E9F92/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4C5E9F92/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4c5e9f92/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4c5e9f92/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T16:14:58.5852675Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T17:00:37.3630362Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4C5E9F92/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1FACC0C5/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1facc0c5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1facc0c5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T18:18:05.2311939Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T18:31:44.2813484Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1FACC0C5/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/maxweiss-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1FACC0C5/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1facc0c5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1facc0c5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T18:18:05.271731Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T18:39:29.6231737Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1FACC0C5/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/maxweiss-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1FACC0C5/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1facc0c5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1facc0c5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T18:18:05.3268189Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T18:39:29.6851294Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1FACC0C5/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/maxweiss-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1FACC0C5/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1facc0c5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1facc0c5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T18:18:11.7856934Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T18:39:16.0689662Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1FACC0C5/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/maxweiss-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1FACC0C5/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1facc0c5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1facc0c5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T18:18:13.9620225Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T18:38:48.3298083Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1FACC0C5/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/maxweiss-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5F0C2AEF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5f0c2aef/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5f0c2aef/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T19:44:38.8678774Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-07T11:22:58.2894002Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5F0C2AEF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg-fluent/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5F0C2AEF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5f0c2aef/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5f0c2aef/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T19:44:39.2653158Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-07T11:23:03.3662105Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5F0C2AEF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg-fluent/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5F0C2AEF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5f0c2aef/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5f0c2aef/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T19:44:50.1299387Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-07T11:09:11.2814922Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5F0C2AEF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg-fluent/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5F0C2AEF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5f0c2aef/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5f0c2aef/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T19:44:53.411298Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-07T11:23:34.3312058Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5F0C2AEF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg-fluent/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5F0C2AEF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5f0c2aef/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5f0c2aef/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T19:44:54.0040209Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-07T11:22:57.3874269Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5F0C2AEF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg-fluent/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A904C9E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a904c9e/providers/microsoft.extendedlocation/customlocations/simulator-7d6b7b9e-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a904c9e/providers/microsoft.extendedlocation/customlocations/simulator-7d6b7b9e-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T21:03:38.156147Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T21:17:16.2820142Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A904C9E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A904C9E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a904c9e/providers/microsoft.extendedlocation/customlocations/simulator-7d6b7b9e-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a904c9e/providers/microsoft.extendedlocation/customlocations/simulator-7d6b7b9e-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T21:03:38.8474689Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T21:22:20.1711349Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A904C9E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A904C9E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a904c9e/providers/microsoft.extendedlocation/customlocations/simulator-7d6b7b9e-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a904c9e/providers/microsoft.extendedlocation/customlocations/simulator-7d6b7b9e-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T21:03:41.8384372Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T21:22:15.2594187Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A904C9E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","oamIpv4Address":"10.23.25.102","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A904C9E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a904c9e/providers/microsoft.extendedlocation/customlocations/simulator-7d6b7b9e-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a904c9e/providers/microsoft.extendedlocation/customlocations/simulator-7d6b7b9e-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T21:03:41.8699661Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T21:22:15.2939136Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A904C9E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","oamIpv4Address":"10.23.25.104","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A904C9E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a904c9e/providers/microsoft.extendedlocation/customlocations/simulator-7d6b7b9e-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a904c9e/providers/microsoft.extendedlocation/customlocations/simulator-7d6b7b9e-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-06T21:03:42.086426Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-06T21:22:16.0431158Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A904C9E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5FD941FD/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5fd941fd/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5fd941fd/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-07T20:55:58.6914355Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-07T23:17:05.4859771Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5FD941FD/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/maxweiss-sim4-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5FD941FD/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5fd941fd/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5fd941fd/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-07T20:56:04.1663709Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-07T23:27:29.5702692Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5FD941FD/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/maxweiss-sim4-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","oamIpv4Address":"10.23.25.103","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5FD941FD/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5fd941fd/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5fd941fd/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-07T20:56:04.4039254Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-07T23:27:29.5519643Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5FD941FD/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/maxweiss-sim4-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5FD941FD/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5fd941fd/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5fd941fd/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-07T20:56:20.0748694Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-07T23:27:28.8247722Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5FD941FD/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/maxweiss-sim4-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5FD941FD/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5fd941fd/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5fd941fd/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-07T20:56:42.0270206Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-07T23:27:36.9585306Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5FD941FD/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/maxweiss-sim4-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2FBCBD51/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2fbcbd51/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2fbcbd51/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-07T21:05:31.3550442Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-07T21:11:05.6123456Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2FBCBD51/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-new-version1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2FBCBD51/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2fbcbd51/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2fbcbd51/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-07T21:05:31.8316477Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-07T21:11:05.7021387Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2FBCBD51/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-new-version1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2FBCBD51/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2fbcbd51/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2fbcbd51/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-07T21:05:31.9344486Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-07T21:11:06.6395418Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2FBCBD51/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-new-version1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2FBCBD51/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2fbcbd51/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2fbcbd51/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-07T21:05:32.2229686Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-07T21:11:06.6151515Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2FBCBD51/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-new-version1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2FBCBD51/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2fbcbd51/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2fbcbd51/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-07T21:05:38.1128054Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-07T21:11:18.4648666Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2FBCBD51/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-new-version1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7064A809/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7064a809/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7064a809/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-07T22:06:35.1581575Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-07T23:28:29.5321642Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7064A809/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/maxweiss-sim8-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7064A809/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7064a809/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7064a809/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-07T22:06:35.3130152Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-07T23:28:29.5481303Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7064A809/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/maxweiss-sim8-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7064A809/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7064a809/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7064a809/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-07T22:06:36.6902866Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-07T23:21:12.9231103Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7064A809/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/maxweiss-sim8-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:53:70:61","name":"enp0s6"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7064A809/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7064a809/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7064a809/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-07T22:06:38.1902951Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-07T23:28:27.3089131Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7064A809/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/maxweiss-sim8-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7064A809/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7064a809/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7064a809/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-07T22:06:38.6872768Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-07T23:28:30.646913Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7064A809/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/maxweiss-sim8-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-22714085/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-22714085/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-22714085/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-08T01:32:07.7317784Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-08T02:27:25.1204383Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-22714085/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-new-version1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.2/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-22714085/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-22714085/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-22714085/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-08T01:32:07.8110152Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-08T02:27:25.0428504Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-22714085/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-new-version1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.2/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-22714085/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-22714085/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-22714085/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-08T01:32:09.4272585Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-08T02:13:26.2518642Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-22714085/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-new-version1/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-22714085/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-22714085/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-22714085/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-08T01:32:11.0196447Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-08T02:27:32.5650847Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-22714085/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-new-version1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.2/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-22714085/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-22714085/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-22714085/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-08T01:32:11.1270802Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-08T02:26:54.1724878Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-22714085/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-new-version1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.2/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A708F2B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a708f2b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a708f2b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-22T21:15:26.7670576Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-02-11T15:43:04.1226815Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A708F2B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-rundataextract-aw2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:53:70:61","name":"enp0s6"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A708F2B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a708f2b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a708f2b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-22T21:15:29.9735012Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-02-11T15:42:48.5763116Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A708F2B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-rundataextract-aw2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.4/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A708F2B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a708f2b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a708f2b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-22T21:15:30.1484202Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-02-11T15:42:42.0733487Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A708F2B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-rundataextract-aw2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.4/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A708F2B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a708f2b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a708f2b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-22T21:15:30.2333755Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-02-11T15:42:41.807717Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A708F2B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-rundataextract-aw2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.4/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A708F2B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a708f2b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a708f2b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-22T21:15:56.7441436Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-02-11T15:42:40.055629Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A708F2B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-rundataextract-aw2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.4/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-183468FB/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-183468fb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-183468fb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-11T06:32:59.4736952Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-11T15:48:15.4901127Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-183468FB/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-grp004/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.5/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-183468FB/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-183468fb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-183468fb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-11T06:33:00.6545937Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-11T15:49:02.0565076Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-183468FB/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-grp004/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-183468FB/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-183468fb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-183468fb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-11T06:33:01.5778027Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-11T15:49:07.5456636Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-183468FB/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-grp004/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.5/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-183468FB/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-183468fb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-183468fb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-11T06:33:01.9197339Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-11T15:49:00.9059176Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-183468FB/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-grp004/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.5/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-183468FB/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-183468fb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-183468fb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-11T06:33:02.1613984Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-11T15:48:14.5826661Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-183468FB/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-grp004/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.5/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-12DBD87B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-12dbd87b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-12dbd87b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-11T18:34:19.7301652Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-12T12:05:18.9225554Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-12DBD87B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/digpatil-rrrr-redfishtest/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-12DBD87B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-12dbd87b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-12dbd87b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-11T18:34:20.9780555Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-12T12:04:46.833173Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-12DBD87B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/digpatil-rrrr-redfishtest/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.5/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-12DBD87B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-12dbd87b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-12dbd87b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-11T18:34:39.4028654Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-12T12:04:47.6000034Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-12DBD87B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/digpatil-rrrr-redfishtest/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.5/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-12DBD87B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-12dbd87b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-12dbd87b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-11T18:34:41.728152Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-12T12:04:48.2658943Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-12DBD87B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/digpatil-rrrr-redfishtest/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.5/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-12DBD87B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-12dbd87b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-12dbd87b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-11T18:35:02.6912652Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-12T12:04:52.4814749Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-12DBD87B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/digpatil-rrrr-redfishtest/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.5/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2BF8075E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2bf8075e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2bf8075e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-11T21:14:28.3659894Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-12T19:02:23.6231107Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2BF8075E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.5/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2BF8075E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2bf8075e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2bf8075e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-11T21:14:28.3856399Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-12T19:03:05.9322021Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2BF8075E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:53:70:61","name":"enp0s6"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2BF8075E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2bf8075e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2bf8075e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-11T21:14:28.4979444Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-12T19:02:23.5271364Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2BF8075E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.5/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2BF8075E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2bf8075e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2bf8075e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-11T21:14:28.9122607Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-12T19:02:34.6249855Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2BF8075E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.5/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2BF8075E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2bf8075e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2bf8075e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-11T21:14:30.3046186Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-12T19:02:35.5459368Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2BF8075E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.5/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3AF04B83/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3af04b83/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3af04b83/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-13T19:23:54.4830074Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-13T20:20:37.6203207Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3AF04B83/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mmceuen3-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3AF04B83/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3af04b83/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3af04b83/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-13T19:23:55.3232084Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-13T20:20:11.390463Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3AF04B83/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mmceuen3-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.5/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3AF04B83/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3af04b83/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3af04b83/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-13T19:23:55.9529567Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-13T20:20:05.1514891Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3AF04B83/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mmceuen3-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.5/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3AF04B83/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3af04b83/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3af04b83/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-13T19:23:56.2527742Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-13T20:20:29.8929712Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3AF04B83/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mmceuen3-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.5/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3AF04B83/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3af04b83/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3af04b83/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-13T19:23:56.7094574Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-13T20:20:29.1617426Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3AF04B83/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mmceuen3-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.5/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-350B739D/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-350b739d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-350b739d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-13T20:32:51.0352065Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-14T18:41:50.3604383Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-350B739D/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ceridavies-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.5/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-350B739D/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-350b739d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-350b739d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-13T20:32:51.1452121Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-14T18:42:09.0752006Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-350B739D/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ceridavies-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-350B739D/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-350b739d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-350b739d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-13T20:32:51.2015304Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-14T18:41:48.0613548Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-350B739D/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ceridavies-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.5/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-350B739D/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-350b739d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-350b739d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-13T20:32:51.2350601Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-14T18:41:47.9250935Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-350B739D/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ceridavies-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.5/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-350B739D/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-350b739d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-350b739d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-13T20:32:51.9157857Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-14T18:41:47.0936948Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-350B739D/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ceridavies-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.5/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-60084C01/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-60084c01/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-60084c01/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-13T22:27:56.0539842Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-13T23:14:04.572174Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-60084C01/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jalfred-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-60084C01/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-60084c01/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-60084c01/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-13T22:27:56.5742257Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-13T23:13:48.4081194Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-60084C01/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jalfred-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.5/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-60084C01/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-60084c01/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-60084c01/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-13T22:27:56.9869011Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-13T23:13:47.4533622Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-60084C01/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jalfred-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.5/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-60084C01/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-60084c01/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-60084c01/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-13T22:27:57.9940106Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-13T23:13:47.0125074Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-60084C01/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jalfred-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.5/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-60084C01/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-60084c01/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-60084c01/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-13T22:27:58.3454981Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-13T23:13:52.2862515Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-60084C01/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jalfred-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.5/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-21C5D965/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-21c5d965/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-21c5d965/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-14T00:09:06.4032392Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-14T22:12:06.3023825Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-21C5D965/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/matfuller-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-21C5D965/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-21c5d965/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-21c5d965/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-14T00:09:08.0777544Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-14T22:11:41.5366749Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-21C5D965/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/matfuller-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.5/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-21C5D965/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-21c5d965/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-21c5d965/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-14T00:09:08.5867303Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-14T22:11:40.3023083Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-21C5D965/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/matfuller-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.5/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-21C5D965/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-21c5d965/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-21c5d965/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-14T00:09:09.1336194Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-14T22:11:42.0014252Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-21C5D965/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/matfuller-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.5/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-21C5D965/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-21c5d965/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-21c5d965/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-14T00:09:12.729282Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-14T22:11:40.6363267Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-21C5D965/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/matfuller-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.5/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11786698/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-11786698/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-11786698/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-31T18:55:24.7036127Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-02-03T03:01:55.7498742Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11786698/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fstestpipeline-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.6/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11786698/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-11786698/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-11786698/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-31T18:55:25.5329396Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-02-03T03:01:53.4059561Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11786698/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fstestpipeline-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:31","name":"enp0s5"},{"macAddress":"52:54:00:53:70:61","name":"enp0s6"},{"macAddress":"52:54:00:d9:a4:21","name":"enp0s4"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11786698/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-11786698/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-11786698/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-31T18:55:27.219789Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-02-03T03:04:40.179104Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11786698/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fstestpipeline-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control02","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.6/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11786698/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-11786698/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-11786698/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-31T18:55:29.2340734Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-02-03T03:01:44.5229159Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11786698/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fstestpipeline-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"}]},"detailedStatus":"Provisioning","detailedStatusMessage":"Provisioning + in progress","oamIpv4Address":"10.23.25.102"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11786698/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-11786698/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-11786698/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-31T18:55:29.2456557Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-02-03T03:01:56.4213019Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11786698/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fstestpipeline-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.6/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4DEB0127/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4deb0127/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4deb0127/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-03-11T22:21:15.9938838Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-03-16T19:09:14.654672Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4DEB0127/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/syzehra-sim-1/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9e:ba:71","name":"enp0s6"},{"macAddress":"52:54:00:24:93:71","name":"enp0s4"},{"macAddress":"52:54:00:9b:27:41","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:41","name":"enp0s5"}],"nics":[{"macAddress":"52:54:00:9e:ba:71","name":"enp0s6"},{"macAddress":"52:54:00:24:93:71","name":"enp0s4"},{"macAddress":"52:54:00:9b:27:41","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:41","name":"enp0s5"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4DEB0127/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4deb0127/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4deb0127/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-03-11T22:21:16.828899Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-03-16T19:09:15.9381174Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4DEB0127/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/syzehra-sim-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"}],"nics":[{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/0.1.7/worker.raw"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4DEB0127/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4deb0127/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4deb0127/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-03-11T22:21:16.8638867Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-03-16T19:09:16.5218851Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4DEB0127/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/syzehra-sim-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/0.1.7/worker.raw"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4DEB0127/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4deb0127/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4deb0127/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-03-11T22:21:21.4794472Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-03-16T19:09:18.2758723Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4DEB0127/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/syzehra-sim-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/0.1.7/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4DEB0127/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4deb0127/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4deb0127/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-03-11T22:21:22.3004714Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-03-16T19:09:18.0010215Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4DEB0127/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/syzehra-sim-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"}],"nics":[{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/0.1.7/worker.raw"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7CA83657/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7ca83657/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7ca83657/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-03-28T00:38:47.8693467Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-03-28T23:14:38.1126515Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7CA83657/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-shoebox2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/3.0.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7CA83657/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7ca83657/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7ca83657/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-03-28T00:38:48.093687Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-03-28T23:15:12.7265543Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7CA83657/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-shoebox2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.0.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7CA83657/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7ca83657/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7ca83657/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-03-28T00:38:48.2021463Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-03-28T00:53:37.0900216Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7CA83657/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-shoebox2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp0s4"},{"macAddress":"52:54:00:9b:27:41","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:41","name":"enp0s5"},{"macAddress":"52:54:00:9e:ba:71","name":"enp0s6"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp0s4"},{"macAddress":"52:54:00:9b:27:41","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:41","name":"enp0s5"},{"macAddress":"52:54:00:9e:ba:71","name":"enp0s6"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7CA83657/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7ca83657/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7ca83657/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-03-28T00:38:50.1038323Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-03-28T23:15:43.6112146Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7CA83657/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-shoebox2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.0.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7CA83657/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7ca83657/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7ca83657/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-03-28T00:38:50.3553668Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-03-28T21:18:01.1178063Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7CA83657/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-shoebox2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"}],"nics":[{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.0.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-229F0678/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-229f0678/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-229f0678/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-03-29T05:36:47.9715341Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T16:33:15.8906799Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-229F0678/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rlalwani-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/3.0.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-229F0678/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-229f0678/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-229f0678/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-03-29T05:36:49.0239176Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-03-29T05:50:11.8357052Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-229F0678/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rlalwani-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:41","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:41","name":"enp0s5"},{"macAddress":"52:54:00:9e:ba:71","name":"enp0s6"},{"macAddress":"52:54:00:24:93:71","name":"enp0s4"}],"nics":[{"macAddress":"52:54:00:9b:27:41","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:41","name":"enp0s5"},{"macAddress":"52:54:00:9e:ba:71","name":"enp0s6"},{"macAddress":"52:54:00:24:93:71","name":"enp0s4"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-229F0678/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-229f0678/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-229f0678/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-03-29T05:36:51.3187052Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T16:34:39.7366898Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-229F0678/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rlalwani-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.0.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-229F0678/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-229f0678/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-229f0678/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-03-29T05:36:51.3392708Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T16:35:30.5391875Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-229F0678/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rlalwani-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:9b:27:01","name":"enp0s5"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.0.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-229F0678/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-229f0678/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-229f0678/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-03-29T05:36:51.7411299Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T16:34:15.2580378Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-229F0678/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rlalwani-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"}],"nics":[{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp0s4"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"},{"macAddress":"52:54:00:68:9b:b1","name":"enp0s5"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.0.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02640C46/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02640c46/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02640c46/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-10T18:48:10.8042034Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-21T13:31:06.5492972Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02640C46/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/munish-dev/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02640C46/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02640c46/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02640c46/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-10T18:48:10.8876578Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-21T18:51:21.7997078Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02640C46/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/munish-dev/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02640C46/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02640c46/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02640c46/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-10T18:48:11.5473765Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-10T20:58:33.3538579Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02640C46/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/munish-dev/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9e:ba:71","name":"enp0s6"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"}],"nics":[{"macAddress":"52:54:00:9e:ba:71","name":"enp0s6"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02640C46/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02640c46/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02640c46/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-10T18:48:12.8706695Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-21T13:30:47.0645069Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02640C46/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/munish-dev/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02640C46/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02640c46/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02640c46/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-10T18:48:12.8920964Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-21T13:31:10.0369738Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02640C46/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/munish-dev/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6FE37EDD/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6fe37edd/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6fe37edd/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-10T19:13:27.6492353Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-17T07:57:37.7814346Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6FE37EDD/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ceridavies-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:20:28:61","name":"enp0s6"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6FE37EDD/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6fe37edd/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6fe37edd/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-10T19:13:27.7936556Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-17T08:02:58.1803404Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6FE37EDD/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ceridavies-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6FE37EDD/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6fe37edd/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6fe37edd/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-10T19:13:29.3048908Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-17T13:18:19.2107693Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6FE37EDD/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ceridavies-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6FE37EDD/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6fe37edd/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6fe37edd/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-10T19:13:29.4930553Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-17T07:53:10.0474409Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6FE37EDD/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ceridavies-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:7c:d8:01","name":"enp0s6"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6FE37EDD/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6fe37edd/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6fe37edd/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-10T19:13:31.0692027Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-10T19:25:06.3098436Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6FE37EDD/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ceridavies-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9e:ba:71","name":"enp0s6"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9e:ba:71","name":"enp0s6"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-726F306F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-726f306f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-726f306f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-11T16:13:38.7695394Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-11T16:25:36.0619767Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-726F306F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-04110929/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-726F306F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-726f306f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-726f306f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-11T16:13:40.8449931Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T16:58:21.7470901Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-726F306F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-04110929/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-726F306F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-726f306f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-726f306f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-11T16:13:40.9448582Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T16:49:32.8783686Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-726F306F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-04110929/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-726F306F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-726f306f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-726f306f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-11T16:13:42.2651419Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T16:16:55.221828Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-726F306F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-04110929/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-726F306F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-726f306f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-726f306f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-11T16:13:42.2718092Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T16:50:24.4912931Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-726F306F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-04110929/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-26EA89B4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-26ea89b4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-26ea89b4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-11T20:02:59.8187147Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-15T14:38:51.8934032Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-26EA89B4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sfitzpatrick-main-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-26EA89B4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-26ea89b4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-26ea89b4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-11T20:02:59.9580329Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-15T14:58:03.5256051Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-26EA89B4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/a3edb848-695a-4ahf-20a4-ez490930fr24/resourceGroups/nc-westus3-rg/providers/Microsoft.NetworkCloud/VirtualMachines/virtualmachine-sample"],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sfitzpatrick-main-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-26EA89B4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-26ea89b4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-26ea89b4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-11T20:03:00.1744784Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-15T14:06:06.0900651Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-26EA89B4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sfitzpatrick-main-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-26EA89B4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-26ea89b4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-26ea89b4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-11T20:03:00.9699483Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-15T14:40:04.4102119Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-26EA89B4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sfitzpatrick-main-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-26EA89B4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-26ea89b4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-26ea89b4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-11T20:03:02.0444356Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-11T20:18:24.2852332Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-26EA89B4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sfitzpatrick-main-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78C6FD74/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78c6fd74/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78c6fd74/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-11T21:45:33.8391631Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-12T17:55:50.5208482Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78C6FD74/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/abellino23-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine","oamIpv4Address":"10.23.25.102","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78C6FD74/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78c6fd74/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78c6fd74/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-11T21:45:33.9022337Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T17:35:55.7434755Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78C6FD74/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/abellino23-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78C6FD74/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78c6fd74/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78c6fd74/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-11T21:45:33.9916814Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-12T21:50:11.7484776Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78C6FD74/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/abellino23-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78C6FD74/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78c6fd74/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78c6fd74/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-11T21:45:34.1039825Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T15:50:27.7722137Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78C6FD74/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/abellino23-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78C6FD74/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78c6fd74/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78c6fd74/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-11T21:45:37.6854258Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-11T22:00:58.4050322Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78C6FD74/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/abellino23-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2EB5D98E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2eb5d98e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2eb5d98e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-12T23:54:14.712428Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T17:58:12.4406719Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2EB5D98E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/omprakash_rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2EB5D98E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2eb5d98e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2eb5d98e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-12T23:54:14.869069Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T18:29:30.7270742Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2EB5D98E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/omprakash_rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2EB5D98E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2eb5d98e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2eb5d98e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-12T23:54:14.8855668Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T02:03:55.2090686Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2EB5D98E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/omprakash_rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2EB5D98E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2eb5d98e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2eb5d98e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-12T23:54:14.8863601Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T18:29:33.7174789Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2EB5D98E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/omprakash_rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2EB5D98E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2eb5d98e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2eb5d98e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-12T23:54:14.9770117Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T18:36:24.6455364Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2EB5D98E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/omprakash_rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-082A8C2F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-082a8c2f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-082a8c2f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T00:33:52.5241856Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T02:43:10.0384874Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-082A8C2F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/graymark-mdetesting/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-082A8C2F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-082a8c2f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-082a8c2f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T00:33:52.5671167Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T19:09:41.4896772Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-082A8C2F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/graymark-mdetesting/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-082A8C2F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-082a8c2f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-082a8c2f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T00:33:52.9337508Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T18:37:49.1727064Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-082A8C2F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/graymark-mdetesting/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-082A8C2F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-082a8c2f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-082a8c2f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T00:33:58.1769315Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T19:19:53.5981153Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-082A8C2F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/graymark-mdetesting/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-082A8C2F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-082a8c2f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-082a8c2f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T00:33:58.2032671Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T19:13:45.1797867Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-082A8C2F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/graymark-mdetesting/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F9F8378/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f9f8378/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f9f8378/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T15:45:15.0069163Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T16:02:41.843716Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F9F8378/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tconnor-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F9F8378/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f9f8378/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f9f8378/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T15:45:15.3240999Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T10:20:53.4436696Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F9F8378/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tconnor-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F9F8378/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f9f8378/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f9f8378/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T15:45:15.4573712Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T10:20:33.4286014Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F9F8378/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tconnor-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F9F8378/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f9f8378/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f9f8378/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T15:45:15.4794328Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T09:49:44.1016175Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F9F8378/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tconnor-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F9F8378/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f9f8378/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f9f8378/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T15:45:23.0558288Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T10:21:19.0971998Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F9F8378/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tconnor-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T16:21:28.4133043Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-20T11:28:14.755858Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-multirack-resiliency-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3compute01","name":"rack3compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T16:21:28.6110048Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:33:55.7198337Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack3compute01","bootMacAddress":"52:54:00:9b:27:03","bmcMacAddress":"AA:BB:CC:DD:CC:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3compute01","machineDetails":"","serialNumber":"BM1219XZ1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-multirack-resiliency-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:1d:93","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:93","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:1d:93","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:93","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.108","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack3compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2control02","name":"rack2control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T16:21:29.5730817Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:37:00.2237843Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack2control02","bootMacAddress":"52:54:00:9b:27:42","bmcMacAddress":"AA:BB:CC:DD:DD:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2control02","machineDetails":"","serialNumber":"BM1219XY3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-multirack-resiliency-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack2control02","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.104"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T16:21:31.5622494Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:36:05.2855497Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-multirack-resiliency-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3control01","name":"rack3control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T16:21:31.7575881Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T14:49:11.3139024Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack3control01","bootMacAddress":"52:54:00:b6:ed:33","bmcMacAddress":"AA:BB:CC:DD:CC:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3control01","machineDetails":"","serialNumber":"BM1219XZ2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-multirack-resiliency-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack3control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.103"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T16:21:31.869134Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:19:21.5145788Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-multirack-resiliency-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.106","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2control01","name":"rack2control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T16:21:32.8151145Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:35:51.0358213Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack2control01","bootMacAddress":"52:54:00:b6:ed:32","bmcMacAddress":"AA:BB:CC:DD:DD:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2control01","machineDetails":"","serialNumber":"BM1219XY2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-multirack-resiliency-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack2control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.102"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3control02","name":"rack3control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T16:21:32.9246411Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:31:47.0738614Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack3control02","bootMacAddress":"52:54:00:9b:27:43","bmcMacAddress":"AA:BB:CC:DD:CC:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3control02","machineDetails":"","serialNumber":"BM1219XZ3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-multirack-resiliency-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack3control02","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.105"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2compute01","name":"rack2compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T16:21:32.9619077Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:39:01.032944Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack2compute01","bootMacAddress":"52:54:00:9b:27:02","bmcMacAddress":"AA:BB:CC:DD:DD:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2compute01","machineDetails":"","serialNumber":"BM1219XY1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-multirack-resiliency-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:1d:92","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:92","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:1d:92","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:92","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.107","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack2compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-008A04C5/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-008a04c5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-008a04c5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T17:59:04.7375619Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T18:36:22.1127228Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-008A04C5/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-04131110/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-008A04C5/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-008a04c5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-008a04c5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T17:59:04.897996Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T18:02:32.4213674Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-008A04C5/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-04131110/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-008A04C5/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-008a04c5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-008a04c5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T17:59:06.9673576Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T18:37:48.1171258Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-008A04C5/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-04131110/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-008A04C5/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-008a04c5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-008a04c5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T17:59:06.9708403Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T18:40:56.0543718Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-008A04C5/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-04131110/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-008A04C5/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-008a04c5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-008a04c5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T17:59:07.335929Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T18:10:05.7739984Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-008A04C5/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-04131110/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-18B98F7B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-18b98f7b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-18b98f7b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T19:26:30.7281598Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T14:07:14.7950703Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-18B98F7B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aysen-main/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-18B98F7B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-18b98f7b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-18b98f7b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T19:26:30.933297Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T14:09:40.0877086Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-18B98F7B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aysen-main/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-18B98F7B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-18b98f7b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-18b98f7b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T19:26:31.0372695Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T13:31:46.0331256Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-18B98F7B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aysen-main/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-18B98F7B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-18b98f7b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-18b98f7b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T19:26:31.2453779Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T14:10:12.9044562Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-18B98F7B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aysen-main/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-18B98F7B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-18b98f7b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-18b98f7b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T19:26:31.2335962Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T19:38:14.2909403Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-18B98F7B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aysen-main/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-008A04C5/providers/Microsoft.NetworkCloud/bareMetalMachines/dummeh","name":"dummeh","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-008a04c5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-008a04c5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T19:44:38.9499533Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T19:44:43.4931211Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-008A04C5/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"dummeh","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"00:00:00:00:00:01","bmcCredentials":{"username":"foo"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/dummeh","machineDetails":"","serialNumber":"BM1234","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-385386E3/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-385386e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-385386e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T19:52:16.6867175Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T19:52:20.6129285Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-385386E3/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-385386E3/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-385386e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-385386e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T19:52:16.7659637Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T19:52:20.567441Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-385386E3/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-385386E3/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-385386e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-385386e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T19:52:16.8498682Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T19:52:21.057158Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-385386E3/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-385386E3/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-385386e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-385386e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T19:52:16.9201721Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T19:52:21.1077747Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-385386E3/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-385386E3/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-385386e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-385386e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T19:52:18.2267629Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T19:52:25.6006175Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-385386E3/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7413AB46/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7413ab46/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7413ab46/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T20:04:35.6982255Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T20:26:37.5027161Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7413AB46/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/abellino26s-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.1.0/worker.raw"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7413AB46/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7413ab46/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7413ab46/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T20:04:35.7666523Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T14:16:31.8189169Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7413AB46/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/abellino26s-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}]},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine","oamIpv4Address":"10.23.25.104","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7413AB46/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7413ab46/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7413ab46/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T20:04:39.8291324Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T22:14:43.4544206Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7413AB46/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/abellino26s-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"}],"nics":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7413AB46/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7413ab46/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7413ab46/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T20:04:48.0173128Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-16T02:39:01.1138186Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7413AB46/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/abellino26s-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7413AB46/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7413ab46/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7413ab46/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T20:04:48.1139042Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-16T02:09:55.6116987Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7413AB46/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/abellino26s-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-758148F4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-758148f4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-758148f4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T22:56:22.5435383Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T22:56:27.0490925Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-758148F4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-758148F4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-758148f4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-758148f4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T22:56:22.5284076Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T22:56:26.934754Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-758148F4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-758148F4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-758148f4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-758148f4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T22:56:23.3367879Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T22:56:28.4264529Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-758148F4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-758148F4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-758148f4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-758148f4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T22:56:23.4626373Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T22:56:28.4426991Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-758148F4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-758148F4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-758148f4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-758148f4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T22:56:26.1016913Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T22:56:28.4304723Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-758148F4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-366A66BF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-366a66bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-366a66bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T23:22:01.6990637Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T23:22:05.4878829Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-366A66BF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-366A66BF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-366a66bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-366a66bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T23:22:01.7808484Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T23:22:05.0482667Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-366A66BF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-366A66BF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-366a66bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-366a66bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T23:22:01.8195129Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T23:22:05.0482667Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-366A66BF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-366A66BF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-366a66bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-366a66bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T23:22:03.1551982Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T23:22:06.7021626Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-366A66BF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-366A66BF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-366a66bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-366a66bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T23:22:03.1806662Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T23:22:06.7150307Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-366A66BF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-26BD7EE9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-26bd7ee9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-26bd7ee9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T02:07:58.8258145Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T20:45:47.3677488Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-26BD7EE9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kmorgan-vmdef/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-26BD7EE9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-26bd7ee9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-26bd7ee9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T02:07:59.712833Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T20:12:12.8025837Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-26BD7EE9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kmorgan-vmdef/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-26BD7EE9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-26bd7ee9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-26bd7ee9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T02:07:59.8738013Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T20:46:16.4499202Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-26BD7EE9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kmorgan-vmdef/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-26BD7EE9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-26bd7ee9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-26bd7ee9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T02:07:59.9988133Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T02:18:08.7429037Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-26BD7EE9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kmorgan-vmdef/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-26BD7EE9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-26bd7ee9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-26bd7ee9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T02:08:03.2252503Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T20:52:13.7891567Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-26BD7EE9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kmorgan-vmdef/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6D2DD82B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6d2dd82b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6d2dd82b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T14:43:14.2791899Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T14:43:22.7167958Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6D2DD82B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6D2DD82B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6d2dd82b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6d2dd82b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T14:43:14.5760868Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T14:43:17.7711564Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6D2DD82B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6D2DD82B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6d2dd82b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6d2dd82b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T14:43:14.6837122Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T14:43:17.7397196Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6D2DD82B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6D2DD82B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6d2dd82b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6d2dd82b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T14:43:14.7437852Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T14:43:17.7218112Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6D2DD82B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6D2DD82B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6d2dd82b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6d2dd82b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T14:43:14.770891Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T14:43:17.7634682Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6D2DD82B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4891EB1B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4891eb1b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4891eb1b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T15:19:15.2947817Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T15:21:58.2652908Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4891EB1B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg-logs/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4891EB1B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4891eb1b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4891eb1b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T15:19:15.4973989Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T15:21:58.4283769Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4891EB1B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg-logs/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4891EB1B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4891eb1b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4891eb1b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T15:19:15.4855699Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-15T09:24:31.0875432Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4891EB1B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg-logs/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4891EB1B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4891eb1b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4891eb1b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T15:19:15.5337774Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T15:21:49.7617473Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4891EB1B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg-logs/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4891EB1B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4891eb1b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4891eb1b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T15:19:16.4566722Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T15:21:49.7952634Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4891EB1B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg-logs/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1728BE2E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1728be2e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1728be2e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T17:17:56.0112234Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T17:30:52.5854783Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1728BE2E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-aks/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioning","detailedStatusMessage":"Provisioning + in progress","oamIpv4Address":"10.23.25.102"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1728BE2E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1728be2e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1728be2e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T17:17:56.2425741Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T17:30:56.3441162Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1728BE2E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-aks/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}]},"detailedStatus":"Provisioning","detailedStatusMessage":"Provisioning + in progress","oamIpv4Address":"10.23.25.103"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1728BE2E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1728be2e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1728be2e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T17:17:56.3010495Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T17:20:31.2423321Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1728BE2E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-aks/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1728BE2E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1728be2e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1728be2e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T17:18:10.1811641Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T17:22:23.6733782Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1728BE2E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-aks/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1728BE2E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1728be2e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1728be2e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T17:18:10.4903309Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T17:31:00.7027806Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1728BE2E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-aks/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioning","detailedStatusMessage":"Provisioning + in progress","oamIpv4Address":"10.23.25.104"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DCC2B4B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dcc2b4b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dcc2b4b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T22:12:37.2800057Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T22:16:58.8686481Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DCC2B4B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-limit-2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DCC2B4B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dcc2b4b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dcc2b4b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T22:12:37.3472009Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T22:28:15.0891604Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DCC2B4B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-limit-2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster","oamIpv4Address":"10.23.25.104"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DCC2B4B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dcc2b4b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dcc2b4b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T22:12:37.3940768Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T22:28:15.3916669Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DCC2B4B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-limit-2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster","oamIpv4Address":"10.23.25.102"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DCC2B4B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dcc2b4b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dcc2b4b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T22:12:37.571796Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T22:28:15.4169276Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DCC2B4B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-limit-2/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster","oamIpv4Address":"10.23.25.103"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DCC2B4B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dcc2b4b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dcc2b4b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T22:12:41.0319877Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T22:17:22.9145257Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DCC2B4B/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-limit-2/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-18F23801/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-18f23801/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-18f23801/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T23:07:28.9484086Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-15T20:14:52.6840254Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-18F23801/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-bmcbug/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioning","detailedStatusMessage":"Provisioning + in progress","oamIpv4Address":"10.23.25.102"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-18F23801/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-18f23801/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-18f23801/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T23:07:29.2122276Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-15T18:12:04.9942948Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-18F23801/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-bmcbug/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioning","detailedStatusMessage":"Provisioning + in progress","oamIpv4Address":"10.23.25.104"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-18F23801/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-18f23801/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-18f23801/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T23:07:29.767803Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-15T17:12:26.9355294Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-18F23801/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-bmcbug/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-18F23801/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-18f23801/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-18f23801/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T23:07:30.1674004Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-15T20:13:37.9767413Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-18F23801/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-bmcbug/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}]},"detailedStatus":"Provisioning","detailedStatusMessage":"Provisioning + in progress","oamIpv4Address":"10.23.25.103"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-18F23801/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-18f23801/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-18f23801/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T23:07:32.5066447Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T23:23:54.4734999Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-18F23801/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-bmcbug/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0015B1E3/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0015b1e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0015b1e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-15T12:38:47.8641631Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-15T12:42:21.0868336Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0015B1E3/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mattj-sim-rg1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0015B1E3/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0015b1e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0015b1e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-15T12:38:47.9465129Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-15T13:11:04.1342312Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0015B1E3/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mattj-sim-rg1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0015B1E3/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0015b1e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0015b1e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-15T12:38:49.0361717Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-15T13:11:37.2908097Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0015B1E3/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mattj-sim-rg1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0015B1E3/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0015b1e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0015b1e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-15T12:38:49.0616528Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-15T13:11:37.3689358Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0015B1E3/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mattj-sim-rg1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0015B1E3/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0015b1e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0015b1e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-15T12:38:49.46227Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-15T12:55:07.8675257Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0015B1E3/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mattj-sim-rg1/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-51A2601C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-51a2601c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-51a2601c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-17T17:39:55.8044214Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T11:45:40.1902866Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-51A2601C/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sfitzpatrick-main-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-51A2601C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2control01","name":"rack2control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-51a2601c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-51a2601c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-17T17:39:56.7374673Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T11:43:28.8067496Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-51A2601C/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack2control01","bootMacAddress":"52:54:00:b6:ed:32","bmcMacAddress":"AA:BB:CC:DD:DD:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2control01","machineDetails":"","serialNumber":"BM1219XY2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sfitzpatrick-main-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack2control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.103"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-51A2601C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2compute01","name":"rack2compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-51a2601c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-51a2601c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-17T17:39:56.7263831Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T12:19:23.2409565Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-51A2601C/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack2compute01","bootMacAddress":"52:54:00:9b:27:02","bmcMacAddress":"AA:BB:CC:DD:DD:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2compute01","machineDetails":"","serialNumber":"BM1219XY1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sfitzpatrick-main-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:92","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:92","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:92","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:92","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.107","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack2compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-51A2601C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2control02","name":"rack2control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-51a2601c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-51a2601c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-17T17:39:56.7600206Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T11:43:28.721604Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-51A2601C/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack2control02","bootMacAddress":"52:54:00:9b:27:42","bmcMacAddress":"AA:BB:CC:DD:DD:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2control02","machineDetails":"","serialNumber":"BM1219XY3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sfitzpatrick-main-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack2control02","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.105"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-51A2601C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3compute01","name":"rack3compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-51a2601c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-51a2601c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-17T17:39:57.1275202Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T12:22:25.6313441Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-51A2601C/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack3compute01","bootMacAddress":"52:54:00:9b:27:03","bmcMacAddress":"AA:BB:CC:DD:CC:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3compute01","machineDetails":"","serialNumber":"BM1219XZ1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sfitzpatrick-main-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:1d:93","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:93","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:76:1d:93","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:93","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.108","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack3compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-51A2601C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3control02","name":"rack3control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-51a2601c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-51a2601c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-17T17:39:57.4219698Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T11:44:30.6440387Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-51A2601C/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack3control02","bootMacAddress":"52:54:00:9b:27:43","bmcMacAddress":"AA:BB:CC:DD:CC:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3control02","machineDetails":"","serialNumber":"BM1219XZ3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sfitzpatrick-main-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack3control02","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.104"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-51A2601C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-51a2601c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-51a2601c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-17T17:39:57.5879586Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-17T19:48:51.7299063Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-51A2601C/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sfitzpatrick-main-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-51A2601C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3control01","name":"rack3control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-51a2601c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-51a2601c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-17T17:40:00.1555006Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T11:43:37.4816529Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-51A2601C/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack3control01","bootMacAddress":"52:54:00:b6:ed:33","bmcMacAddress":"AA:BB:CC:DD:CC:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3control01","machineDetails":"","serialNumber":"BM1219XZ2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sfitzpatrick-main-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack3control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.102"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-51A2601C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-51a2601c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-51a2601c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-17T17:40:00.1918897Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T12:40:10.4546889Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-51A2601C/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/a3edb848-695a-4ahf-20a4-ez490930fr24/resourceGroups/nc-westus3-rg/providers/Microsoft.NetworkCloud/VirtualMachines/virtualmachine-sample"],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sfitzpatrick-main-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.106","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-480FF5E3/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-480ff5e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-480ff5e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-17T22:15:12.6355458Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-17T22:17:50.1235042Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-480FF5E3/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mmceuen-mdc13-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-480FF5E3/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-480ff5e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-480ff5e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-17T22:15:13.5938977Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-17T22:36:48.5579825Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-480FF5E3/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mmceuen-mdc13-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.1.0/worker.raw"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-480FF5E3/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-480ff5e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-480ff5e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-17T22:15:13.5977055Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-17T22:37:00.0328728Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-480FF5E3/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mmceuen-mdc13-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.1.0/worker.raw"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-480FF5E3/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-480ff5e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-480ff5e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-17T22:15:14.0547917Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-17T22:36:56.7754554Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-480FF5E3/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mmceuen-mdc13-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.1.0/worker.raw"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-480FF5E3/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-480ff5e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-480ff5e3/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-17T22:15:14.0632464Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-17T22:18:46.6556829Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-480FF5E3/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mmceuen-mdc13-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2EA00BF4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2ea00bf4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2ea00bf4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-18T02:07:18.1956645Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T02:11:49.664959Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2EA00BF4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kellysim/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.22.2","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2EA00BF4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2ea00bf4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2ea00bf4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-18T02:07:18.2246708Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T02:52:13.1044231Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2EA00BF4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kellysim/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2EA00BF4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2ea00bf4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2ea00bf4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-18T02:07:18.9096251Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T02:23:05.1829577Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2EA00BF4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kellysim/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2EA00BF4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2ea00bf4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2ea00bf4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-18T02:07:20.034278Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T02:53:14.6229698Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2EA00BF4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kellysim/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2EA00BF4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2ea00bf4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2ea00bf4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-18T02:07:20.8710422Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T02:43:13.66913Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2EA00BF4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kellysim/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.22.2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02B61484/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02b61484/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02b61484/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-18T16:51:32.9144142Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T16:54:17.2771506Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02B61484/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-retry-sleep/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02B61484/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02b61484/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02b61484/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-18T16:51:34.7265288Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T16:54:11.2675648Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02B61484/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-retry-sleep/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02B61484/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02b61484/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02b61484/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-18T16:51:34.8334827Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T16:56:07.3473895Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02B61484/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-retry-sleep/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02B61484/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02b61484/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02b61484/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-18T16:51:35.5982907Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T16:54:16.8386451Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02B61484/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-retry-sleep/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02B61484/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02b61484/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02b61484/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-18T16:51:35.7139727Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T16:54:16.7690013Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02B61484/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-retry-sleep/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-27T23:41:58.3567104Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T20:50:08.1645572Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"customer-specific-tag","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}]},"detailedStatus":"Provisioning","detailedStatusMessage":"Provisioning + in progress","oamIpv4Address":"10.23.25.104","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-27T23:41:58.721099Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T22:09:05.5328001Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-27T23:41:59.7767148Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-28T01:52:31.5747902Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}],"nics":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-27T23:42:01.1978046Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T22:10:05.5787275Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-27T23:42:01.2842983Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-23T18:17:49.7362611Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"customer-specific-tag","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.23.12","provisioningState":"Failed"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule","e2eTestSuiteTag":"E2E-API-BM-TAG"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T15:33:03.7764791Z","lastModifiedBy":"76a1c3a1-1aaa-4cbe-b809-1b4f9dfe41e0","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:13:24.8924246Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-official-05-02/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster","provisioningState":"Failed"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T15:33:04.0681108Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T03:36:15.8047911Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-official-05-02/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T15:33:04.1758525Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T04:22:17.518115Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-official-05-02/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T15:33:11.0307839Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T04:11:17.3985273Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-official-05-02/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T15:33:11.1227506Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T04:12:17.1077213Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-official-05-02/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r650mgr2","name":"j20r650mgr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:47.3502367Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-02T19:24:12.6426006Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":7,"machineName":"j20r650mgr2","bootMacAddress":"EC:2A:72:19:91:8C","bmcMacAddress":"EC:2A:72:19:91:8D","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.16/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"H3TBRN3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"ec:2a:72:19:91:8d","name":"eno8403"},{"macAddress":"08:c0:eb:99:c3:bc","name":"ens1f0"},{"macAddress":"ec:2a:72:19:91:8c","name":"eno8303"},{"macAddress":"ec:2a:72:19:91:8c","name":"eno8303"},{"macAddress":"84:16:0c:ab:39:29","name":"eno12429"},{"macAddress":"84:16:0c:ab:39:28","name":"eno12419"},{"macAddress":"84:16:0c:ab:39:27","name":"eno12409"},{"macAddress":"84:16:0c:ab:39:26","name":"eno12399"},{"macAddress":"08:c0:eb:99:c3:bd","name":"ens1f1"}],"nics":[{"macAddress":"ec:2a:72:19:91:8d","name":"eno8403"},{"macAddress":"08:c0:eb:99:c3:bc","name":"ens1f0"},{"macAddress":"ec:2a:72:19:91:8c","name":"eno8303"},{"macAddress":"ec:2a:72:19:91:8c","name":"eno8303"},{"macAddress":"84:16:0c:ab:39:29","name":"eno12429"},{"macAddress":"84:16:0c:ab:39:28","name":"eno12419"},{"macAddress":"84:16:0c:ab:39:27","name":"eno12409"},{"macAddress":"84:16:0c:ab:39:26","name":"eno12399"},{"macAddress":"08:c0:eb:99:c3:bd","name":"ens1f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r750wkr1","name":"j20r750wkr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:48.0948048Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-02T20:11:40.9620666Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":2,"machineName":"j20r750wkr1","bootMacAddress":"D0:8E:79:F3:71:6E","bmcMacAddress":"D0:8E:79:F3:71:6F","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.11/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"F91XWP3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r750wkr4","name":"j20r750wkr4","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:48.3396988Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-04T21:07:26.1007496Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":5,"machineName":"j20r750wkr4","bootMacAddress":"D0:8E:79:F3:8A:3A","bmcMacAddress":"D0:8E:79:F3:8A:3B","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.14/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"5SSFRN3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"10:70:fd:74:14:d8","name":"ens6f0"},{"macAddress":"d0:8e:79:f3:8a:3a","name":"eno8303"},{"macAddress":"d0:8e:79:f3:8a:3a","name":"eno8303"},{"macAddress":"10:70:fd:74:16:f1","name":"ens3f1"},{"macAddress":"10:70:fd:74:14:d9","name":"ens6f1"},{"macAddress":"d0:8e:79:f3:8a:3b","name":"eno8403"},{"macAddress":"10:70:fd:74:16:f0","name":"ens3f0"}],"nics":[{"macAddress":"10:70:fd:74:14:d8","name":"ens6f0"},{"macAddress":"d0:8e:79:f3:8a:3a","name":"eno8303"},{"macAddress":"d0:8e:79:f3:8a:3a","name":"eno8303"},{"macAddress":"10:70:fd:74:16:f1","name":"ens3f1"},{"macAddress":"10:70:fd:74:14:d9","name":"ens6f1"},{"macAddress":"d0:8e:79:f3:8a:3b","name":"eno8403"},{"macAddress":"10:70:fd:74:16:f0","name":"ens3f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.19.6.24","kubernetesNodeName":"j20r750wkr4","kubernetesVersion":"v1.23.12","osImage":"http://10.19.4.13:80/3.2.0/worker.raw"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r750wkr5","name":"j20r750wkr5","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:48.9531186Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-04T20:50:32.6779221Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":8,"machineName":"j20r750wkr5","bootMacAddress":"D0:8E:79:F0:47:B4","bmcMacAddress":"D0:8E:79:F0:47:B5","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.17/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"4SSFRN3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"10:70:fd:74:1a:49","name":"ens6f1"},{"macAddress":"10:70:fd:74:18:80","name":"ens3f0"},{"macAddress":"10:70:fd:74:1a:48","name":"ens6f0"},{"macAddress":"d0:8e:79:f0:47:b5","name":"eno8403"},{"macAddress":"10:70:fd:74:18:81","name":"ens3f1"},{"macAddress":"d0:8e:79:f0:47:b4","name":"eno8303"},{"macAddress":"d0:8e:79:f0:47:b4","name":"eno8303"}],"nics":[{"macAddress":"10:70:fd:74:1a:49","name":"ens6f1"},{"macAddress":"10:70:fd:74:18:80","name":"ens3f0"},{"macAddress":"10:70:fd:74:1a:48","name":"ens6f0"},{"macAddress":"d0:8e:79:f0:47:b5","name":"eno8403"},{"macAddress":"10:70:fd:74:18:81","name":"ens3f1"},{"macAddress":"d0:8e:79:f0:47:b4","name":"eno8303"},{"macAddress":"d0:8e:79:f0:47:b4","name":"eno8303"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.19.6.23","osImage":"http://10.19.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j20r750wkr5","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r750wkr3","name":"j20r750wkr3","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:49.2754569Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-04T20:38:13.9623975Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":4,"machineName":"j20r750wkr3","bootMacAddress":"D0:8E:79:F0:4C:EE","bmcMacAddress":"D0:8E:79:F0:4C:EF","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.13/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"7SSFRN3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"10:70:fd:74:11:21","name":"ens3f1"},{"macAddress":"10:70:fd:74:19:29","name":"ens6f1"},{"macAddress":"10:70:fd:74:11:20","name":"ens3f0"},{"macAddress":"d0:8e:79:f0:4c:ef","name":"eno8403"},{"macAddress":"10:70:fd:74:19:28","name":"ens6f0"},{"macAddress":"d0:8e:79:f0:4c:ee","name":"eno8303"},{"macAddress":"d0:8e:79:f0:4c:ee","name":"eno8303"}],"nics":[{"macAddress":"10:70:fd:74:11:21","name":"ens3f1"},{"macAddress":"10:70:fd:74:19:29","name":"ens6f1"},{"macAddress":"10:70:fd:74:11:20","name":"ens3f0"},{"macAddress":"d0:8e:79:f0:4c:ef","name":"eno8403"},{"macAddress":"10:70:fd:74:19:28","name":"ens6f0"},{"macAddress":"d0:8e:79:f0:4c:ee","name":"eno8303"},{"macAddress":"d0:8e:79:f0:4c:ee","name":"eno8303"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.19.6.21","osImage":"http://10.19.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j20r750wkr3","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r750wkr7","name":"j20r750wkr7","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:49.3578837Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-05T01:17:16.6480354Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":10,"machineName":"j20r750wkr7","bootMacAddress":"D0:8E:79:F1:3B:0A","bmcMacAddress":"D0:8E:79:F1:3B:0B","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.19/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"2LLBRN3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"d0:8e:79:f1:3b:0b","name":"eno8403"},{"macAddress":"08:c0:eb:9d:5d:08","name":"ens3f0"},{"macAddress":"08:c0:eb:9d:6c:70","name":"ens6f0"},{"macAddress":"d0:8e:79:f1:3b:0a","name":"eno8303"},{"macAddress":"d0:8e:79:f1:3b:0a","name":"eno8303"},{"macAddress":"08:c0:eb:9d:5d:09","name":"ens3f1"},{"macAddress":"08:c0:eb:9d:6c:71","name":"ens6f1"}],"nics":[{"macAddress":"d0:8e:79:f1:3b:0b","name":"eno8403"},{"macAddress":"08:c0:eb:9d:5d:08","name":"ens3f0"},{"macAddress":"08:c0:eb:9d:6c:70","name":"ens6f0"},{"macAddress":"d0:8e:79:f1:3b:0a","name":"eno8303"},{"macAddress":"d0:8e:79:f1:3b:0a","name":"eno8303"},{"macAddress":"08:c0:eb:9d:5d:09","name":"ens3f1"},{"macAddress":"08:c0:eb:9d:6c:71","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.19.6.26","osImage":"http://10.19.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j20r750wkr7","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r650mgr1","name":"j20r650mgr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:50.0224691Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-05T01:11:21.178001Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":6,"machineName":"j20r650mgr1","bootMacAddress":"EC:2A:72:19:58:40","bmcMacAddress":"EC:2A:72:19:58:41","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.15/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"55TBRN3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"j20r650mgr1","kubernetesVersion":"v1.23.12","osImage":"http://10.19.4.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.19.6.20"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r750wkr2","name":"j20r750wkr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:51.3130578Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-05T02:21:40.692223Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":3,"machineName":"j20r750wkr2","bootMacAddress":"D0:8E:79:F3:7B:F0","bmcMacAddress":"D0:8E:79:F3:7B:F1","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.12/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"HJVWWP3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"d0:8e:79:f3:7b:f1","name":"eno8403"},{"macAddress":"10:70:fd:73:9d:5f","name":"ens3f1"},{"macAddress":"10:70:fd:73:a0:3f","name":"ens6f1"},{"macAddress":"d0:8e:79:f3:7b:f0","name":"eno8303"},{"macAddress":"d0:8e:79:f3:7b:f0","name":"eno8303"},{"macAddress":"10:70:fd:73:9d:5e","name":"ens3f0"},{"macAddress":"10:70:fd:73:a0:3e","name":"ens6f0"}],"nics":[{"macAddress":"d0:8e:79:f3:7b:f1","name":"eno8403"},{"macAddress":"10:70:fd:73:9d:5f","name":"ens3f1"},{"macAddress":"10:70:fd:73:a0:3f","name":"ens6f1"},{"macAddress":"d0:8e:79:f3:7b:f0","name":"eno8303"},{"macAddress":"d0:8e:79:f3:7b:f0","name":"eno8303"},{"macAddress":"10:70:fd:73:9d:5e","name":"ens3f0"},{"macAddress":"10:70:fd:73:a0:3e","name":"ens6f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.19.6.27","osImage":"http://10.19.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j20r750wkr2","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r750wkr6","name":"j20r750wkr6","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:53.9096994Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-04T20:53:27.5478354Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":9,"machineName":"j20r750wkr6","bootMacAddress":"D0:8E:79:F0:4F:34","bmcMacAddress":"D0:8E:79:F0:4F:35","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.18/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"JKLBRN3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"08:c0:eb:ef:0d:02","name":"ens3f0"},{"macAddress":"08:c0:eb:ef:0d:3a","name":"ens6f0"},{"macAddress":"d0:8e:79:f0:4f:35","name":"eno8403"},{"macAddress":"d0:8e:79:f0:4f:34","name":"eno8303"},{"macAddress":"d0:8e:79:f0:4f:34","name":"eno8303"},{"macAddress":"08:c0:eb:ef:0d:03","name":"ens3f1"},{"macAddress":"08:c0:eb:ef:0d:3b","name":"ens6f1"}],"nics":[{"macAddress":"08:c0:eb:ef:0d:02","name":"ens3f0"},{"macAddress":"08:c0:eb:ef:0d:3a","name":"ens6f0"},{"macAddress":"d0:8e:79:f0:4f:35","name":"eno8403"},{"macAddress":"d0:8e:79:f0:4f:34","name":"eno8303"},{"macAddress":"d0:8e:79:f0:4f:34","name":"eno8303"},{"macAddress":"08:c0:eb:ef:0d:03","name":"ens3f1"},{"macAddress":"08:c0:eb:ef:0d:3b","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.19.6.22","osImage":"http://10.19.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j20r750wkr6","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r750wkr8","name":"j20r750wkr8","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:54.9389203Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-05T01:19:23.258452Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":11,"machineName":"j20r750wkr8","bootMacAddress":"D0:8E:79:F0:48:A2","bmcMacAddress":"D0:8E:79:F0:48:A3","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.20/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"6LLBRN3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"d0:8e:79:f0:48:a3","name":"eno8403"},{"macAddress":"08:c0:eb:ef:0d:42","name":"ens6f0"},{"macAddress":"d0:8e:79:f0:48:a2","name":"eno8303"},{"macAddress":"d0:8e:79:f0:48:a2","name":"eno8303"},{"macAddress":"08:c0:eb:ef:0d:5b","name":"ens3f1"},{"macAddress":"08:c0:eb:ef:0d:43","name":"ens6f1"},{"macAddress":"08:c0:eb:ef:0d:5a","name":"ens3f0"}],"nics":[{"macAddress":"d0:8e:79:f0:48:a3","name":"eno8403"},{"macAddress":"08:c0:eb:ef:0d:42","name":"ens6f0"},{"macAddress":"d0:8e:79:f0:48:a2","name":"eno8303"},{"macAddress":"d0:8e:79:f0:48:a2","name":"eno8303"},{"macAddress":"08:c0:eb:ef:0d:5b","name":"ens3f1"},{"macAddress":"08:c0:eb:ef:0d:43","name":"ens6f1"},{"macAddress":"08:c0:eb:ef:0d:5a","name":"ens3f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.19.6.25","osImage":"http://10.19.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j20r750wkr8","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-03T03:57:03.9806378Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:20:36.004645Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-asomya-ncrg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-03T03:57:04.0243596Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T14:58:52.249835Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-asomya-ncrg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-03T03:57:06.148323Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:37:55.1349956Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-asomya-ncrg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-03T03:57:06.1728467Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:00:56.3041453Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-asomya-ncrg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-03T03:57:09.9668274Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-20T11:48:49.4243085Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-asomya-ncrg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r650mgr1","name":"m16r650mgr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-09T04:48:37.6140881Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T14:36:26.3790838Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":6,"machineName":"m16r650mgr1","bootMacAddress":"B0:7B:25:DE:7F:7C","bmcMacAddress":"B0:7B:25:DE:7F:7B","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.3.15/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"8P56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"m16r650mgr1","kubernetesVersion":"v1.23.12","osImage":"http://10.1.4.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.1.6.20"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r750wkr4","name":"m16r750wkr4","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-09T04:48:37.6074651Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:29:58.4106918Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":5,"machineName":"m16r750wkr4","bootMacAddress":"B0:7B:25:F8:5B:DE","bmcMacAddress":"B0:7B:25:F8:5B:DD","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.3.14/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"4N56PK3","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/hybridAksClusters/pipelinehaks-xeazhs8atcaipq-2eeb17fd"],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:5b:de","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:de","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:df","name":"eno8403"},{"macAddress":"08:c0:eb:70:d7:2a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:d7:2b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:c6:12","name":"ens6f0"},{"macAddress":"08:c0:eb:70:c6:13","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:5b:de","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:de","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:df","name":"eno8403"},{"macAddress":"08:c0:eb:70:d7:2a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:d7:2b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:c6:12","name":"ens6f0"},{"macAddress":"08:c0:eb:70:c6:13","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.1.6.24","osImage":"http://10.1.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"m16r750wkr4","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r750wkr1","name":"m16r750wkr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-09T04:48:37.8013963Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:29:17.7325878Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":2,"machineName":"m16r750wkr1","bootMacAddress":"B0:7B:25:F8:60:F6","bmcMacAddress":"B0:7B:25:F8:60:F5","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.3.11/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"6M56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:60:f6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:60:f6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:60:f7","name":"eno8403"},{"macAddress":"08:c0:eb:70:b5:ea","name":"ens3f0"},{"macAddress":"08:c0:eb:70:b5:eb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b5:ba","name":"ens6f0"},{"macAddress":"08:c0:eb:70:b5:bb","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:60:f6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:60:f6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:60:f7","name":"eno8403"},{"macAddress":"08:c0:eb:70:b5:ea","name":"ens3f0"},{"macAddress":"08:c0:eb:70:b5:eb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b5:ba","name":"ens6f0"},{"macAddress":"08:c0:eb:70:b5:bb","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.1.6.22","osImage":"http://10.1.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"m16r750wkr1","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r750wkr3","name":"m16r750wkr3","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-09T04:48:37.8418799Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:29:19.649874Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":4,"machineName":"m16r750wkr3","bootMacAddress":"B0:7B:25:F8:71:4E","bmcMacAddress":"B0:7B:25:F8:71:4D","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.3.13/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"HM56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:71:4e","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:4e","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:4f","name":"eno8403"},{"macAddress":"08:c0:eb:70:d7:72","name":"ens3f0"},{"macAddress":"08:c0:eb:70:d7:73","name":"ens3f1"},{"macAddress":"08:c0:eb:70:d7:a2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:d7:a3","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:71:4e","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:4e","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:4f","name":"eno8403"},{"macAddress":"08:c0:eb:70:d7:72","name":"ens3f0"},{"macAddress":"08:c0:eb:70:d7:73","name":"ens3f1"},{"macAddress":"08:c0:eb:70:d7:a2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:d7:a3","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.1.6.21","osImage":"http://10.1.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"m16r750wkr3","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r750wkr2","name":"m16r750wkr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-09T04:50:37.4885825Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:29:57.9576271Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":3,"machineName":"m16r750wkr2","bootMacAddress":"B0:7B:25:F8:5B:14","bmcMacAddress":"B0:7B:25:F8:5B:13","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.3.12/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"3N56PK3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:5b:14","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:14","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:15","name":"eno8403"},{"macAddress":"08:c0:eb:70:e9:fa","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e9:fb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e9:e2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:e9:e3","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:5b:14","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:14","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:15","name":"eno8403"},{"macAddress":"08:c0:eb:70:e9:fa","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e9:fb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e9:e2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:e9:e3","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/hybridAksClusters/pipelinehaks-xeazhs8atcaipq-2eeb17fd"],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.1.6.23","osImage":"http://10.1.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"m16r750wkr2","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-15T23:17:33.479027Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T17:52:44.9176869Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-15T23:17:33.5433327Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:31:03.4013768Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-15T23:17:33.722288Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T23:35:12.3177586Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-15T23:17:33.9530486Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:29:59.5385892Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-15T23:17:35.3017728Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T17:52:21.0801218Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-16T20:59:24.4088853Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:36:53.9792269Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-01/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-16T20:59:24.5187515Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:03:18.7904866Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-01/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-16T20:59:24.601897Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-20T11:52:49.9869533Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-01/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-16T20:59:25.2025889Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:35:00.066489Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-01/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-16T20:59:25.6856426Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:36:53.8836476Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-01/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T16:49:23.81316Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T16:59:07.109411Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/briantray-sim-1709/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T16:49:23.943357Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-20T11:14:22.8369333Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/briantray-sim-1709/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T16:49:24.0933507Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-20T06:56:14.4418508Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/briantray-sim-1709/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T16:49:24.8350521Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-20T10:52:54.3025623Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/briantray-sim-1709/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T16:49:25.3507571Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-20T07:42:46.4058481Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/briantray-sim-1709/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T18:38:14.6605791Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T19:19:13.9766934Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171137/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T18:38:14.6980929Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T19:19:18.8109411Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171137/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T18:38:14.8542527Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T18:41:45.9949824Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171137/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T18:38:15.0085616Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T19:21:39.2533631Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171137/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T18:38:15.9457424Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T18:56:31.1353113Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171137/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule","e2eTestSuiteTag":"E2E-API-BM-TAG"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T19:52:05.3427301Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:44:02.7997713Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-05-17/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T19:52:05.8302925Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T20:02:46.8213939Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-05-17/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T19:52:05.9376439Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:39:24.8499409Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-05-17/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T19:52:05.9328558Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T14:34:07.5089094Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-05-17/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T19:52:06.046151Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:55:54.2936215Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-05-17/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:08:38.8740305Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T11:52:14.2800098Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171612/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:08:39.1705517Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T11:53:09.1649057Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171612/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:08:39.2655113Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T11:11:45.741459Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171612/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:08:39.466023Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T23:24:10.0737065Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171612/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"}],"nics":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:08:39.9412476Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T11:55:03.8123203Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171612/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:36:13.5610688Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:13:19.0972497Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:36:13.695164Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T23:48:21.6085636Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:36:14.2616643Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:12:32.2624461Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:36:14.3110102Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:39:30.9506889Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:36:15.6465201Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:10:04.1472377Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:06:02.3016075Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-20T11:54:38.8358686Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sirajsim_rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:06:02.3554305Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-20T11:54:38.3508499Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sirajsim_rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/worker.raw"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:06:02.9451989Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T00:46:10.6259677Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sirajsim_rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:06:03.8085574Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T00:09:11.3761632Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sirajsim_rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:06:03.8258551Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T00:44:30.3714343Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sirajsim_rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:38:20.0354155Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:14:39.8638534Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:38:20.6334598Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:23:41.6631046Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:38:20.724734Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:32:11.7910498Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Cordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}]},"detailedStatus":"Provisioning","detailedStatusMessage":"Provisioning + in progress","oamIpv4Address":"10.23.25.104"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:38:21.0173786Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:22:12.9823948Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}],"nics":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:38:21.5307787Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:15:20.8210427Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T19:28:56.0415837Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T21:38:07.2660433Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesting-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T19:28:56.2278331Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T14:03:56.2698733Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesting-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T19:28:56.2431666Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T13:33:13.264131Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesting-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T19:28:56.3357111Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T14:08:13.8366195Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesting-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T19:28:56.671318Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T14:05:31.5336842Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesting-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-19T15:09:20.9766601Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:56:58.8183004Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2control02","name":"rack2control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-19T15:09:21.5681569Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:00:22.4522597Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack2control02","bootMacAddress":"52:54:00:9b:27:42","bmcMacAddress":"AA:BB:CC:DD:DD:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2control02","machineDetails":"","serialNumber":"BM1219XY3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack2control02","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.104"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3control01","name":"rack3control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-19T15:09:21.5591813Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:58:31.5681181Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack3control01","bootMacAddress":"52:54:00:b6:ed:33","bmcMacAddress":"AA:BB:CC:DD:CC:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3control01","machineDetails":"","serialNumber":"BM1219XZ2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack3control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.103"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3control02","name":"rack3control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-19T15:09:21.8631287Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:57:01.0438459Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack3control02","bootMacAddress":"52:54:00:9b:27:43","bmcMacAddress":"AA:BB:CC:DD:CC:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3control02","machineDetails":"","serialNumber":"BM1219XZ3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack3control02","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.105"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-19T15:09:21.9610246Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:56:58.3872845Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-19T15:09:22.400256Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:56:57.7908102Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.108","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2compute01","name":"rack2compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-19T15:09:22.4713918Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:01:22.1409789Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack2compute01","bootMacAddress":"52:54:00:9b:27:02","bmcMacAddress":"AA:BB:CC:DD:DD:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2compute01","machineDetails":"","serialNumber":"BM1219XY1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:0d:92","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:92","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:76:0d:92","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:92","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.107","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack2compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2control01","name":"rack2control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-19T15:09:23.7553506Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:00:41.6167834Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack2control01","bootMacAddress":"52:54:00:b6:ed:32","bmcMacAddress":"AA:BB:CC:DD:DD:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2control01","machineDetails":"","serialNumber":"BM1219XY2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack2control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.102"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3compute01","name":"rack3compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-19T15:09:25.4807919Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:57:00.3722371Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack3compute01","bootMacAddress":"52:54:00:9b:27:03","bmcMacAddress":"AA:BB:CC:DD:CC:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3compute01","machineDetails":"","serialNumber":"BM1219XZ1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:93","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:93","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:93","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:93","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.106","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack3compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r750wkr8","name":"m16r750wkr8","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-21T09:03:32.2899125Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:43:36.4689693Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":4,"machineName":"m16r750wkr8","bootMacAddress":"B0:7B:25:F8:50:A8","bmcMacAddress":"B0:7B:25:F8:50:A7","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.13.14/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"BM56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-cluster/providers/Microsoft.NetworkCloud/clusters/m16-2-c0832ee8be53","readyState":"False","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:50:a8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:50:a8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:50:a9","name":"eno8403"},{"macAddress":"08:c0:eb:70:e2:c2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e2:c3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:eb:32","name":"ens6f0"},{"macAddress":"08:c0:eb:70:eb:33","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:50:a8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:50:a8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:50:a9","name":"eno8403"},{"macAddress":"08:c0:eb:70:e2:c2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e2:c3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:eb:32","name":"ens6f0"},{"macAddress":"08:c0:eb:70:eb:33","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.1.16.24","kubernetesNodeName":"m16r750wkr8","kubernetesVersion":"v1.24.9","osImage":"http://10.1.14.13:80/3.2.0/worker.raw"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r750wkr7","name":"m16r750wkr7","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-21T09:03:32.6401447Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:57:24.6888065Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":3,"machineName":"m16r750wkr7","bootMacAddress":"B0:7B:25:F8:72:10","bmcMacAddress":"B0:7B:25:F8:72:09","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.13.13/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"CM56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-cluster/providers/Microsoft.NetworkCloud/clusters/m16-2-c0832ee8be53","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:72:10","name":"eno8303"},{"macAddress":"b0:7b:25:f8:72:10","name":"eno8303"},{"macAddress":"b0:7b:25:f8:72:11","name":"eno8403"},{"macAddress":"08:c0:eb:70:db:a2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:db:a3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e2:ba","name":"ens6f0"},{"macAddress":"08:c0:eb:70:e2:bb","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:72:10","name":"eno8303"},{"macAddress":"b0:7b:25:f8:72:10","name":"eno8303"},{"macAddress":"b0:7b:25:f8:72:11","name":"eno8403"},{"macAddress":"08:c0:eb:70:db:a2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:db:a3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e2:ba","name":"ens6f0"},{"macAddress":"08:c0:eb:70:e2:bb","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.1.16.22","osImage":"http://10.1.14.13:80/3.2.0/worker.raw","kubernetesNodeName":"m16r750wkr7","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r650mgr2","name":"m16r650mgr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-21T09:03:33.1175046Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:07:03.2502747Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":5,"machineName":"m16r650mgr2","bootMacAddress":"C8:4B:D6:90:14:90","bmcMacAddress":"C8:4B:D6:92:A7:69","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.13.15/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"9N9T7V3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-cluster/providers/Microsoft.NetworkCloud/clusters/m16-2-c0832ee8be53","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"m16r650mgr2","kubernetesVersion":"v1.24.9","osImage":"http://10.1.14.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.1.16.20"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r750wkr5","name":"m16r750wkr5","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-21T09:03:33.1489725Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-21T09:46:00.8788986Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":1,"machineName":"m16r750wkr5","bootMacAddress":"B0:7B:25:E9:DB:B8","bmcMacAddress":"B0:7B:25:E9:DB:B7","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.13.11/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"5N56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-cluster/providers/Microsoft.NetworkCloud/clusters/m16-2-c0832ee8be53","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:e9:db:b8","name":"eno8303"},{"macAddress":"b0:7b:25:e9:db:b8","name":"eno8303"},{"macAddress":"b0:7b:25:e9:db:b9","name":"eno8403"},{"macAddress":"08:c0:eb:70:aa:6a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:aa:6b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:a7:1a","name":"ens6f0"},{"macAddress":"08:c0:eb:70:a7:1b","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:e9:db:b8","name":"eno8303"},{"macAddress":"b0:7b:25:e9:db:b8","name":"eno8303"},{"macAddress":"b0:7b:25:e9:db:b9","name":"eno8403"},{"macAddress":"08:c0:eb:70:aa:6a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:aa:6b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:a7:1a","name":"ens6f0"},{"macAddress":"08:c0:eb:70:a7:1b","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.1.16.23","osImage":"http://10.1.14.13:80/3.2.0/worker.raw"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r750wkr6","name":"m16r750wkr6","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-21T09:03:33.329739Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:38:30.5480897Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":2,"machineName":"m16r750wkr6","bootMacAddress":"B0:7B:25:F8:56:C2","bmcMacAddress":"B0:7B:25:F8:56:C1","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.13.12/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"JM56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-cluster/providers/Microsoft.NetworkCloud/clusters/m16-2-c0832ee8be53","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:56:c2","name":"eno8303"},{"macAddress":"b0:7b:25:f8:56:c2","name":"eno8303"},{"macAddress":"b0:7b:25:f8:56:c3","name":"eno8403"},{"macAddress":"08:c0:eb:70:e2:72","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e2:73","name":"ens3f1"},{"macAddress":"08:c0:eb:70:d7:c2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:d7:c3","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:56:c2","name":"eno8303"},{"macAddress":"b0:7b:25:f8:56:c2","name":"eno8303"},{"macAddress":"b0:7b:25:f8:56:c3","name":"eno8403"},{"macAddress":"08:c0:eb:70:e2:72","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e2:73","name":"ens3f1"},{"macAddress":"08:c0:eb:70:d7:c2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:d7:c3","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.1.16.21","osImage":"http://10.1.14.13:80/3.2.0/worker.raw","kubernetesNodeName":"m16r750wkr6","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T16:51:20.3219481Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:27:06.0379555Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-geneva-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T16:51:20.4048026Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:54:46.4265241Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-geneva-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T16:51:20.4012507Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:01:09.656785Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-geneva-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T16:51:21.8330558Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:31:39.9579244Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-geneva-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T16:52:35.2581935Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:31:50.3105544Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-geneva-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-684D603A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-684d603a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-684d603a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T17:12:27.4814618Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T05:46:40.5985447Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-684D603A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/olipratt-rampup/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-684D603A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-684d603a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-684d603a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T17:12:27.5855977Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T05:51:46.8684763Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-684D603A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/olipratt-rampup/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-684D603A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-684d603a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-684d603a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T17:12:27.757533Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T17:29:08.2883406Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-684D603A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/olipratt-rampup/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-684D603A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-684d603a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-684d603a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T17:12:27.8528383Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T05:16:32.3643775Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-684D603A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/olipratt-rampup/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-684D603A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-684d603a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-684d603a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T17:12:54.3358894Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T06:00:11.9066317Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-684D603A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/olipratt-rampup/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EE7CF24/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ee7cf24/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ee7cf24/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T18:03:57.3479489Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T18:16:41.8261244Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EE7CF24/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EE7CF24/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ee7cf24/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ee7cf24/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T18:03:57.4899053Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:41:27.9443529Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EE7CF24/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EE7CF24/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ee7cf24/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ee7cf24/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T18:03:57.9292125Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:07:34.1177289Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EE7CF24/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EE7CF24/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ee7cf24/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ee7cf24/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T18:03:58.1144882Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:41:59.2807771Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EE7CF24/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EE7CF24/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ee7cf24/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ee7cf24/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T18:04:25.1481508Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:46:39.0815885Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EE7CF24/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T20:56:12.6441064Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:01:35.7947073Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kellysim3/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T20:56:12.7378264Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:34:18.637059Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kellysim3/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T20:56:13.1319547Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T21:07:16.5985255Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kellysim3/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T20:56:13.4422113Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:33:30.1617644Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kellysim3/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T20:58:03.9073247Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:38:17.6424045Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kellysim3/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:26:03.973917Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:10:18.6867981Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-geneva-add-metrics-rg-3/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:26:04.1921363Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:30:26.9849584Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-geneva-add-metrics-rg-3/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:26:04.4047522Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T22:41:58.1464898Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-geneva-add-metrics-rg-3/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:26:04.601984Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:08:52.6725132Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-geneva-add-metrics-rg-3/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:28:00.8702156Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:13:15.9976052Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-geneva-add-metrics-rg-3/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:34:32.0765913Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T22:52:56.8219513Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg-2/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:34:32.3846091Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:16:54.0532443Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg-2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:34:32.3833293Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:14:00.208521Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg-2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:34:32.4796207Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:37:52.6797706Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg-2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:36:45.8199694Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:13:16.0924726Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg-2/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:43.6984147Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:26:57.9127141Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"customer-specific-tag","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:43.9386035Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:32:47.853781Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:44.1968808Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T01:41:19.8195649Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:47.6446574Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:16:05.7920724Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:31:22.3686582Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:17:05.2282486Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-65283AA4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-65283aa4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-65283aa4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:44:48.4329184Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:21:14.1355189Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-65283AA4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-65283AA4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-65283aa4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-65283aa4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:44:48.5102999Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T03:53:36.7478245Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-65283AA4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-65283AA4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-65283aa4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-65283aa4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:44:50.2308747Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:19:21.4818651Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-65283AA4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-65283AA4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-65283aa4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-65283aa4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:44:50.2577918Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:49:53.3294411Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-65283AA4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-65283AA4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-65283aa4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-65283aa4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:46:17.2361854Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:19:45.533685Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-65283AA4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-HostedResources-178C8553/providers/Microsoft.NetworkCloud/bareMetalMachines/j28mec2650svr3","name":"j28mec2650svr3","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-hostedresources-178c8553/providers/microsoft.extendedlocation/customlocations/mec2-e0716d4c0564-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-hostedresources-178c8553/providers/microsoft.extendedlocation/customlocations/mec2-e0716d4c0564-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:10:04.6007034Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:11:57.5656281Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-HostedResources-178C8553/providers/Microsoft.NetworkCloud/racks/b37mec2r1","machineSkuId":"Compute_DellR650_8C_128GB_2d8n_trialedge","rackSlot":3,"machineName":"j28mec2650svr3","bootMacAddress":"D0:8E:79:F4:6D:62","bmcMacAddress":"D0:8E:79:F5:D9:B0","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.24.3.13/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"GNL33Q3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-cluster/providers/Microsoft.NetworkCloud/clusters/mec2-e0716d4c0564","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"j28mec2650svr3","kubernetesVersion":"v1.24.9","osImage":"http://10.24.4.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.24.6.20"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-HostedResources-178C8553/providers/Microsoft.NetworkCloud/bareMetalMachines/j28mec2650svr1","name":"j28mec2650svr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-hostedresources-178c8553/providers/microsoft.extendedlocation/customlocations/mec2-e0716d4c0564-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-hostedresources-178c8553/providers/microsoft.extendedlocation/customlocations/mec2-e0716d4c0564-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:10:04.6231106Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:11:56.4580918Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-HostedResources-178C8553/providers/Microsoft.NetworkCloud/racks/b37mec2r1","machineSkuId":"Compute_DellR650_8C_128GB_2d8n_trialedge","rackSlot":1,"machineName":"j28mec2650svr1","bootMacAddress":"D0:8E:79:F3:63:8E","bmcMacAddress":"D0:8E:79:F6:9E:6A","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.24.3.11/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"JNL33Q3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-cluster/providers/Microsoft.NetworkCloud/clusters/mec2-e0716d4c0564","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"j28mec2650svr1","kubernetesVersion":"v1.24.9","osImage":"http://10.24.4.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.24.6.21"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-HostedResources-178C8553/providers/Microsoft.NetworkCloud/bareMetalMachines/j28mec2650svr2","name":"j28mec2650svr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-hostedresources-178c8553/providers/microsoft.extendedlocation/customlocations/mec2-e0716d4c0564-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-hostedresources-178c8553/providers/microsoft.extendedlocation/customlocations/mec2-e0716d4c0564-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:10:05.2369309Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:11:57.5337777Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-HostedResources-178C8553/providers/Microsoft.NetworkCloud/racks/b37mec2r1","machineSkuId":"Compute_DellR650_8C_128GB_2d8n_trialedge","rackSlot":2,"machineName":"j28mec2650svr2","bootMacAddress":"C8:4B:D6:8F:DD:A2","bmcMacAddress":"C8:4B:D6:92:95:39","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.24.3.12/redfish/v1/Systems/System.Embedded.1","machineDetails":"16628585","serialNumber":"FC1Y7V3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-cluster/providers/Microsoft.NetworkCloud/clusters/mec2-e0716d4c0564","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"j28mec2650svr2","kubernetesVersion":"v1.24.9","osImage":"http://10.24.4.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.24.6.22"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-HostedResources-178C8553/providers/Microsoft.NetworkCloud/bareMetalMachines/j28mec2650svr4","name":"j28mec2650svr4","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-hostedresources-178c8553/providers/microsoft.extendedlocation/customlocations/mec2-e0716d4c0564-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-hostedresources-178c8553/providers/microsoft.extendedlocation/customlocations/mec2-e0716d4c0564-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:10:07.5925337Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T03:25:45.9247754Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-HostedResources-178C8553/providers/Microsoft.NetworkCloud/racks/b37mec2r1","machineSkuId":"Compute_DellR650_8C_128GB_2d8n_trialedge","rackSlot":4,"machineName":"j28mec2650svr4","bootMacAddress":"D0:8E:79:F4:B9:8E","bmcMacAddress":"D0:8E:79:F5:08:F6","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.24.3.14/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"DNL33Q3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-cluster/providers/Microsoft.NetworkCloud/clusters/mec2-e0716d4c0564","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"84:16:0c:ab:28:34","name":"eno12399"},{"macAddress":"84:16:0c:ab:28:35","name":"eno12409"},{"macAddress":"84:16:0c:ab:28:36","name":"eno12419"},{"macAddress":"84:16:0c:ab:28:37","name":"eno12429"},{"macAddress":"d0:8e:79:f4:b9:8e","name":"eno8303"},{"macAddress":"d0:8e:79:f4:b9:8e","name":"eno8303"},{"macAddress":"d0:8e:79:f4:b9:8f","name":"eno8403"},{"macAddress":"08:c0:eb:91:b9:a0","name":"ens1f0"},{"macAddress":"08:c0:eb:91:b9:a1","name":"ens1f1"}],"nics":[{"macAddress":"84:16:0c:ab:28:34","name":"eno12399"},{"macAddress":"84:16:0c:ab:28:35","name":"eno12409"},{"macAddress":"84:16:0c:ab:28:36","name":"eno12419"},{"macAddress":"84:16:0c:ab:28:37","name":"eno12429"},{"macAddress":"d0:8e:79:f4:b9:8e","name":"eno8303"},{"macAddress":"d0:8e:79:f4:b9:8e","name":"eno8303"},{"macAddress":"d0:8e:79:f4:b9:8f","name":"eno8403"},{"macAddress":"08:c0:eb:91:b9:a0","name":"ens1f0"},{"macAddress":"08:c0:eb:91:b9:a1","name":"ens1f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r750wkr7","name":"j25r750wkr7","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:42.7178031Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:29:56.2445145Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":10,"machineName":"j25r750wkr7","bootMacAddress":"B0:7B:25:F8:4E:C4","bmcMacAddress":"B0:7B:25:F8:4E:C3","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.19/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"HJS7PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:4e:c4","name":"eno8303"},{"macAddress":"b0:7b:25:f8:4e:c4","name":"eno8303"},{"macAddress":"b0:7b:25:f8:4e:c5","name":"eno8403"},{"macAddress":"08:c0:eb:70:c2:3a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:c2:3b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:c2:2a","name":"ens6f0"},{"macAddress":"08:c0:eb:70:c2:2b","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:4e:c4","name":"eno8303"},{"macAddress":"b0:7b:25:f8:4e:c4","name":"eno8303"},{"macAddress":"b0:7b:25:f8:4e:c5","name":"eno8403"},{"macAddress":"08:c0:eb:70:c2:3a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:c2:3b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:c2:2a","name":"ens6f0"},{"macAddress":"08:c0:eb:70:c2:2b","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.7.6.22","osImage":"http://10.7.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j25r750wkr7","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r750wkr6","name":"j25r750wkr6","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:42.7432515Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:25:12.49954Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":9,"machineName":"j25r750wkr6","bootMacAddress":"B0:7B:25:F8:5B:74","bmcMacAddress":"B0:7B:25:F8:5B:73","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.18/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"1HS7PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:5b:74","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:74","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:75","name":"eno8403"},{"macAddress":"08:c0:eb:70:a8:f2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:a8:f3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:bb:4a","name":"ens6f0"},{"macAddress":"08:c0:eb:70:bb:4b","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:5b:74","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:74","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:75","name":"eno8403"},{"macAddress":"08:c0:eb:70:a8:f2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:a8:f3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:bb:4a","name":"ens6f0"},{"macAddress":"08:c0:eb:70:bb:4b","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.7.6.26","osImage":"http://10.7.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j25r750wkr6","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r750wkr2","name":"j25r750wkr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:42.8366394Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:30:25.2476636Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":3,"machineName":"j25r750wkr2","bootMacAddress":"B0:7B:25:F8:4F:E6","bmcMacAddress":"B0:7B:25:F8:4F:E5","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.12/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"CKS7PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:4f:e6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:4f:e6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:4f:e7","name":"eno8403"},{"macAddress":"08:c0:eb:70:b5:82","name":"ens3f0"},{"macAddress":"08:c0:eb:70:b5:83","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b5:fa","name":"ens6f0"},{"macAddress":"08:c0:eb:70:b5:fb","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:4f:e6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:4f:e6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:4f:e7","name":"eno8403"},{"macAddress":"08:c0:eb:70:b5:82","name":"ens3f0"},{"macAddress":"08:c0:eb:70:b5:83","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b5:fa","name":"ens6f0"},{"macAddress":"08:c0:eb:70:b5:fb","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.7.6.23","osImage":"http://10.7.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j25r750wkr2","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r750wkr8","name":"j25r750wkr8","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:44.0539531Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:28:56.90226Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":11,"machineName":"j25r750wkr8","bootMacAddress":"B0:7B:25:F8:5A:F8","bmcMacAddress":"B0:7B:25:F8:5A:F7","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.20/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"GJS7PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:5a:f8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5a:f8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5a:f9","name":"eno8403"},{"macAddress":"08:c0:eb:70:a6:ca","name":"ens3f0"},{"macAddress":"08:c0:eb:70:a6:cb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:eb:8a","name":"ens6f0"},{"macAddress":"08:c0:eb:70:eb:8b","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:5a:f8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5a:f8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5a:f9","name":"eno8403"},{"macAddress":"08:c0:eb:70:a6:ca","name":"ens3f0"},{"macAddress":"08:c0:eb:70:a6:cb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:eb:8a","name":"ens6f0"},{"macAddress":"08:c0:eb:70:eb:8b","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.7.6.21","osImage":"http://10.7.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j25r750wkr8","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r750wkr1","name":"j25r750wkr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:44.0692896Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:00:23.3335853Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":2,"machineName":"j25r750wkr1","bootMacAddress":"B0:7B:25:F8:5B:92","bmcMacAddress":"B0:7B:25:F8:5B:93","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.11/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"DKS7PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:5b:92","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:92","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:93","name":"eno8403"},{"macAddress":"08:c0:eb:70:e9:22","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e9:23","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b5:f2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:b5:f3","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:5b:92","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:92","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:93","name":"eno8403"},{"macAddress":"08:c0:eb:70:e9:22","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e9:23","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b5:f2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:b5:f3","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.7.6.28","osImage":"http://10.7.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j25r750wkr1","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r750wkr4","name":"j25r750wkr4","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:44.1241402Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:28:57.2125903Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":5,"machineName":"j25r750wkr4","bootMacAddress":"B0:7B:25:F8:5A:FC","bmcMacAddress":"B0:7B:25:F8:5A:FB","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.14/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"BJS7PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:5a:fc","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5a:fc","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5a:fd","name":"eno8403"},{"macAddress":"08:c0:eb:70:e0:ca","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e0:cb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e9:12","name":"ens6f0"},{"macAddress":"08:c0:eb:70:e9:13","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:5a:fc","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5a:fc","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5a:fd","name":"eno8403"},{"macAddress":"08:c0:eb:70:e0:ca","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e0:cb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e9:12","name":"ens6f0"},{"macAddress":"08:c0:eb:70:e9:13","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.7.6.25","osImage":"http://10.7.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j25r750wkr4","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r650mgr2","name":"j25r650mgr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:44.4195674Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T03:48:26.7372646Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":7,"machineName":"j25r650mgr2","bootMacAddress":"B0:7B:25:DE:79:F6","bmcMacAddress":"B0:7B:25:DE:79:F5","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.16/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"5Q56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"e4:3d:1a:61:57:d2","name":"eno12399"},{"macAddress":"e4:3d:1a:61:57:d3","name":"eno12409"},{"macAddress":"e4:3d:1a:61:57:d4","name":"eno12419"},{"macAddress":"e4:3d:1a:61:57:d5","name":"eno12429"},{"macAddress":"b0:7b:25:de:79:f6","name":"eno8303"},{"macAddress":"b0:7b:25:de:79:f6","name":"eno8303"},{"macAddress":"b0:7b:25:de:79:f7","name":"eno8403"},{"macAddress":"b8:ce:f6:d6:52:0a","name":"ens1f0"},{"macAddress":"b8:ce:f6:d6:52:0b","name":"ens1f1"}],"nics":[{"macAddress":"e4:3d:1a:61:57:d2","name":"eno12399"},{"macAddress":"e4:3d:1a:61:57:d3","name":"eno12409"},{"macAddress":"e4:3d:1a:61:57:d4","name":"eno12419"},{"macAddress":"e4:3d:1a:61:57:d5","name":"eno12429"},{"macAddress":"b0:7b:25:de:79:f6","name":"eno8303"},{"macAddress":"b0:7b:25:de:79:f6","name":"eno8303"},{"macAddress":"b0:7b:25:de:79:f7","name":"eno8403"},{"macAddress":"b8:ce:f6:d6:52:0a","name":"ens1f0"},{"macAddress":"b8:ce:f6:d6:52:0b","name":"ens1f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r650mgr1","name":"j25r650mgr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:44.4461715Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:34:38.3361212Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":6,"machineName":"j25r650mgr1","bootMacAddress":"B0:7B:25:DE:7F:8E","bmcMacAddress":"B0:7B:25:DE:7F:8D","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.15/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"JP56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"j25r650mgr1","kubernetesVersion":"v1.24.9","osImage":"http://10.7.4.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.7.6.20"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r750wkr3","name":"j25r750wkr3","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:44.7008296Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:30:25.7575076Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":4,"machineName":"j25r750wkr3","bootMacAddress":"B0:7B:25:F8:57:50","bmcMacAddress":"B0:7B:25:F8:57:49","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.13/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"3HS7PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:57:50","name":"eno8303"},{"macAddress":"b0:7b:25:f8:57:50","name":"eno8303"},{"macAddress":"b0:7b:25:f8:57:51","name":"eno8403"},{"macAddress":"08:c0:eb:70:db:62","name":"ens3f0"},{"macAddress":"08:c0:eb:70:db:63","name":"ens3f1"},{"macAddress":"08:c0:eb:70:dc:02","name":"ens6f0"},{"macAddress":"08:c0:eb:70:dc:03","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:57:50","name":"eno8303"},{"macAddress":"b0:7b:25:f8:57:50","name":"eno8303"},{"macAddress":"b0:7b:25:f8:57:51","name":"eno8403"},{"macAddress":"08:c0:eb:70:db:62","name":"ens3f0"},{"macAddress":"08:c0:eb:70:db:63","name":"ens3f1"},{"macAddress":"08:c0:eb:70:dc:02","name":"ens6f0"},{"macAddress":"08:c0:eb:70:dc:03","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.7.6.24","osImage":"http://10.7.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j25r750wkr3","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r750wkr5","name":"j25r750wkr5","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:45.7037646Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:29:11.2419386Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":8,"machineName":"j25r750wkr5","bootMacAddress":"B0:7B:25:F8:71:B0","bmcMacAddress":"B0:7B:25:F8:71:B1","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.17/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"BKS7PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:71:b0","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:b0","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:b1","name":"eno8403"},{"macAddress":"08:c0:eb:70:aa:c2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:aa:c3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e1:ca","name":"ens6f0"},{"macAddress":"08:c0:eb:70:e1:cb","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:71:b0","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:b0","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:b1","name":"eno8403"},{"macAddress":"08:c0:eb:70:aa:c2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:aa:c3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e1:ca","name":"ens6f0"},{"macAddress":"08:c0:eb:70:e1:cb","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.7.6.27","osImage":"http://10.7.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j25r750wkr5","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7149A068/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7149a068/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7149a068/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T06:19:11.1994335Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T06:30:16.4332635Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7149A068/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-single-rack-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7149A068/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7149a068/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7149a068/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T06:19:11.5176765Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:53:45.8921381Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7149A068/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-single-rack-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7149A068/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7149a068/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7149a068/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T06:19:11.5262861Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:23:11.7409907Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7149A068/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-single-rack-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7149A068/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7149a068/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7149a068/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T06:19:13.3049182Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:59:30.9108915Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7149A068/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-single-rack-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7149A068/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7149a068/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7149a068/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T06:20:27.7991276Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:51:14.606119Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7149A068/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-single-rack-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr2","name":"m15r750wkr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule","e2eTestSuiteTag":"E2E-API-BM-TAG"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:54.626895Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-23T20:03:16.5696568Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":3,"machineName":"m15r750wkr2","bootMacAddress":"B0:7B:25:F8:78:C0","bmcMacAddress":"B0:7B:25:FD:E6:CC","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.12/redfish/v1/Systems/System.Embedded.1","machineDetails":"16628585","serialNumber":"4HS7PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Error","detailedStatusMessage":"This + machine has failed hardware validation","provisioningState":"Provisioning"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr6","name":"m15r750wkr6","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:54.8828605Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:25:32.7536537Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":9,"machineName":"m15r750wkr6","bootMacAddress":"B0:7B:25:F8:76:A6","bmcMacAddress":"B0:7B:25:FD:E8:52","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.18/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"2N56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr8","name":"m15r750wkr8","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:55.0869999Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:33:23.0789594Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":11,"machineName":"m15r750wkr8","bootMacAddress":"B0:7B:25:F8:50:CA","bmcMacAddress":"B0:7B:25:FD:DC:76","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.20/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"9M56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr5","name":"m15r750wkr5","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:55.1885053Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:25:27.5540073Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":8,"machineName":"m15r750wkr5","bootMacAddress":"B0:7B:25:F8:5B:12","bmcMacAddress":"B0:7B:25:FD:E9:4E","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.17/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"8HS7PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Error","detailedStatusMessage":"This + machine has failed hardware validation"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr7","name":"m15r750wkr7","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:55.2813564Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:25:35.2144149Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":10,"machineName":"m15r750wkr7","bootMacAddress":"B0:7B:25:F8:60:4C","bmcMacAddress":"B0:7B:25:FD:E8:40","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.19/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"GM56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr3","name":"m15r750wkr3","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:55.9385171Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:25:31.3968645Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":4,"machineName":"m15r750wkr3","bootMacAddress":"B0:7B:25:F8:50:C6","bmcMacAddress":"B0:7B:25:FD:D8:A4","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.13/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"FM56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr1","name":"m15r750wkr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:55.967907Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:25:30.5530612Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":2,"machineName":"m15r750wkr1","bootMacAddress":"B0:7B:25:F8:71:2E","bmcMacAddress":"B0:7B:25:FD:E7:08","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.11/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"5HS7PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r650mgr1","name":"m15r650mgr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:56.048776Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:27:33.7033555Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":6,"machineName":"m15r650mgr1","bootMacAddress":"B0:7B:25:DE:7F:F4","bmcMacAddress":"B0:7B:25:EF:5E:B8","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.15/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"6P56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"m15r650mgr1","kubernetesVersion":"v1.24.9","osImage":"http://10.0.4.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.0.6.20"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr4","name":"m15r750wkr4","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:56.2340438Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:25:34.4406899Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":5,"machineName":"m15r750wkr4","bootMacAddress":"B0:7B:25:F8:5B:C8","bmcMacAddress":"B0:7B:25:FE:82:4E","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.14/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"7M56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r650mgr2","name":"m15r650mgr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:58.2973361Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:39:07.232919Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":7,"machineName":"m15r650mgr2","bootMacAddress":"B0:7B:25:DE:79:FC","bmcMacAddress":"B0:7B:25:EF:60:20","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.16/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"7P56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"e4:3d:1a:61:65:d0","name":"eno12399"},{"macAddress":"e4:3d:1a:61:65:d1","name":"eno12409"},{"macAddress":"e4:3d:1a:61:65:d2","name":"eno12419"},{"macAddress":"e4:3d:1a:61:65:d3","name":"eno12429"},{"macAddress":"b0:7b:25:de:79:fc","name":"eno8303"},{"macAddress":"b0:7b:25:de:79:fc","name":"eno8303"},{"macAddress":"b0:7b:25:de:79:fd","name":"eno8403"},{"macAddress":"b8:ce:f6:d6:41:6a","name":"ens1f0"},{"macAddress":"b8:ce:f6:d6:41:6b","name":"ens1f1"}],"nics":[{"macAddress":"e4:3d:1a:61:65:d0","name":"eno12399"},{"macAddress":"e4:3d:1a:61:65:d1","name":"eno12409"},{"macAddress":"e4:3d:1a:61:65:d2","name":"eno12419"},{"macAddress":"e4:3d:1a:61:65:d3","name":"eno12429"},{"macAddress":"b0:7b:25:de:79:fc","name":"eno8303"},{"macAddress":"b0:7b:25:de:79:fc","name":"eno8303"},{"macAddress":"b0:7b:25:de:79:fd","name":"eno8403"},{"macAddress":"b8:ce:f6:d6:41:6a","name":"ens1f0"},{"macAddress":"b8:ce:f6:d6:41:6b","name":"ens1f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3control02","name":"rack3control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:29:51.5777261Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:34:41.4889829Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack3control02","bootMacAddress":"52:54:00:9b:27:43","bmcMacAddress":"AA:BB:CC:DD:CC:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3control02","machineDetails":"","serialNumber":"BM1219XZ3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-multi-rack-rg-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack3control02","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.104"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3compute01","name":"rack3compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:29:51.8931574Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:03:01.402737Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack3compute01","bootMacAddress":"52:54:00:9b:27:03","bmcMacAddress":"AA:BB:CC:DD:CC:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3compute01","machineDetails":"","serialNumber":"BM1219XZ1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-multi-rack-rg-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:93","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:93","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:93","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:93","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.106","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack3compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2control02","name":"rack2control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:29:51.9289623Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:34:40.9064938Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack2control02","bootMacAddress":"52:54:00:9b:27:42","bmcMacAddress":"AA:BB:CC:DD:DD:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2control02","machineDetails":"","serialNumber":"BM1219XY3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-multi-rack-rg-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack2control02","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.105"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2compute01","name":"rack2compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:29:52.282646Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:01:01.4596001Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack2compute01","bootMacAddress":"52:54:00:9b:27:02","bmcMacAddress":"AA:BB:CC:DD:DD:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2compute01","machineDetails":"","serialNumber":"BM1219XY1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-multi-rack-rg-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:92","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:92","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:92","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:92","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.108","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack2compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:29:53.4864822Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:35:40.3047434Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-multi-rack-rg-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.102"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:29:53.7488647Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:06:01.054755Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-multi-rack-rg-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.107","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:29:54.6649346Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:40:27.1229283Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-multi-rack-rg-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2control01","name":"rack2control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:29:54.7387511Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:33:40.5310505Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack2control01","bootMacAddress":"52:54:00:b6:ed:32","bmcMacAddress":"AA:BB:CC:DD:DD:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2control01","machineDetails":"","serialNumber":"BM1219XY2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-multi-rack-rg-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack2control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3control01","name":"rack3control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:30:39.8441816Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:36:54.3406283Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack3control01","bootMacAddress":"52:54:00:b6:ed:33","bmcMacAddress":"AA:BB:CC:DD:CC:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3control01","machineDetails":"","serialNumber":"BM1219XZ2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-multi-rack-rg-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack3control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.103"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:38:35.0429474Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:13:58.9980282Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ankychow-test1-0523-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:38:35.0754137Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:44:09.4417787Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ankychow-test1-0523-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:38:35.2893489Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:10:28.6419447Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ankychow-test1-0523-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:38:35.5618629Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:49:56.4552148Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ankychow-test1-0523-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:40:27.8178465Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:16:37.1389756Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ankychow-test1-0523-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T17:08:49.7509026Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:37:54.8346897Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/volume-hydrate-test-in-sim/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T17:08:49.7918849Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:12:20.5547626Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/volume-hydrate-test-in-sim/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T17:08:49.8328491Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:41:53.8089447Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/volume-hydrate-test-in-sim/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T17:08:50.2003987Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:20:52.313688Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/volume-hydrate-test-in-sim/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T17:13:16.5601244Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:43:19.7852357Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/volume-hydrate-test-in-sim/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1260C728/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1260c728/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1260c728/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:07:34.6098667Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:13:51.2471576Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1260C728/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test-ap/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1260C728/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1260c728/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1260c728/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:07:34.6138491Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:46:39.4619629Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1260C728/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test-ap/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1260C728/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1260c728/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1260c728/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:07:35.0184604Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:40:15.5815968Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1260C728/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test-ap/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1260C728/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1260c728/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1260c728/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:07:35.5499781Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:19:53.4093249Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1260C728/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test-ap/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1260C728/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1260c728/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1260c728/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:10:44.9286681Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:43:42.4736069Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1260C728/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test-ap/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2E8A0A09/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2e8a0a09/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2e8a0a09/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:27:01.188122Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:04:36.6259643Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2E8A0A09/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2E8A0A09/providers/Microsoft.NetworkCloud/virtualMachines/defaultVm"],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbethi-liquid-comma-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2E8A0A09/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2e8a0a09/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2e8a0a09/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:27:01.3515868Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:56:37.5789664Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2E8A0A09/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbethi-liquid-comma-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2E8A0A09/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2e8a0a09/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2e8a0a09/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:27:01.455726Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:38:10.2257886Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2E8A0A09/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbethi-liquid-comma-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2E8A0A09/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2e8a0a09/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2e8a0a09/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:27:02.0795428Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:59:38.0526294Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2E8A0A09/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbethi-liquid-comma-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2E8A0A09/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2e8a0a09/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2e8a0a09/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:27:02.2394816Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:30:32.910865Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2E8A0A09/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbethi-liquid-comma-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:36:52.3700484Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:07:44.519331Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/abellino33-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:36:53.0308464Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:41:25.9585779Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/abellino33-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:36:53.0759859Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:11:15.14167Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/abellino33-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:36:53.1009037Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:13:14.8493034Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/abellino33-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:36:56.0816214Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:48:59.7767157Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/abellino33-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:54:56.8804603Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:25:48.3912454Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-33333/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:54:57.1922466Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:00:29.4046891Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-33333/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:54:57.3347517Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:26:18.9575123Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-33333/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:54:58.3216751Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:26:48.6500684Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-33333/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:54:59.1067505Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:08:16.3523112Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-33333/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:59:50.4863426Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:03:21.9692063Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-333333/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:59:50.7561532Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:25:24.7246179Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-333333/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:59:50.9916607Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:24:54.2684712Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-333333/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:59:52.1922412Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:25:25.5492661Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-333333/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:59:53.9078885Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:12:53.3526755Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-333333/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3E3C5196/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3e3c5196/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3e3c5196/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T17:27:55.6271563Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T17:31:25.3196702Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3E3C5196/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main-no-rp/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3E3C5196/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3e3c5196/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3e3c5196/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T17:27:55.5930629Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T17:52:00.4152479Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3E3C5196/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main-no-rp/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}]},"detailedStatus":"Provisioning","detailedStatusMessage":"Provisioning + in progress","oamIpv4Address":"10.23.25.102"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3E3C5196/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3e3c5196/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3e3c5196/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T17:27:55.5098027Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T17:51:24.7322634Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3E3C5196/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main-no-rp/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"}]},"detailedStatus":"Provisioning","detailedStatusMessage":"Provisioning + in progress","oamIpv4Address":"10.23.25.103"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3E3C5196/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3e3c5196/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3e3c5196/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T17:27:55.80564Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T17:51:30.2411097Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3E3C5196/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main-no-rp/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}]},"detailedStatus":"Provisioning","detailedStatusMessage":"Provisioning + in progress","oamIpv4Address":"10.23.25.104"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3E3C5196/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3e3c5196/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3e3c5196/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T17:28:01.6918356Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T17:39:05.3565858Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3E3C5196/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main-no-rp/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"}],"nics":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2A3414D4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2a3414d4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2a3414d4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T17:34:16.1612779Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T18:15:10.3838197Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2A3414D4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-test-mariner1/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2A3414D4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2a3414d4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2a3414d4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T17:34:16.2450356Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T17:38:45.6774718Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2A3414D4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-test-mariner1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2A3414D4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2a3414d4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2a3414d4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T17:34:21.9846156Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T18:19:11.2358857Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2A3414D4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-test-mariner1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2A3414D4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2a3414d4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2a3414d4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T17:34:22.6925585Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T17:50:42.1496386Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2A3414D4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-test-mariner1/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2A3414D4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2a3414d4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2a3414d4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T17:34:22.5634376Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T18:45:20.4746143Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2A3414D4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/a3edb848-695a-4ahf-20a4-ez490930fr24/resourceGroups/nc-westus3-rg/providers/Microsoft.NetworkCloud/VirtualMachines/virtualmachine-sample"],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-test-mariner1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0321C92A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3compute01","name":"rack3compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0321c92a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0321c92a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T22:13:15.4862593Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T16:53:18.8901732Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0321C92A/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack3compute01","bootMacAddress":"52:54:00:9b:27:03","bmcMacAddress":"AA:BB:CC:DD:CC:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3compute01","machineDetails":"","serialNumber":"BM1219XZ1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:93","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:93","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:93","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:93","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.107","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack3compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0321C92A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0321c92a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0321c92a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T22:13:15.7545984Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T16:17:30.1683194Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0321C92A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.102"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0321C92A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2compute01","name":"rack2compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0321c92a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0321c92a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T22:13:15.9988879Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T16:49:16.9457563Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0321C92A/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack2compute01","bootMacAddress":"52:54:00:9b:27:02","bmcMacAddress":"AA:BB:CC:DD:DD:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2compute01","machineDetails":"","serialNumber":"BM1219XY1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:92","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:92","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:92","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:92","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.108","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack2compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0321C92A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3control02","name":"rack3control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0321c92a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0321c92a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T22:13:15.999902Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T16:16:31.3609762Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0321C92A/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack3control02","bootMacAddress":"52:54:00:9b:27:43","bmcMacAddress":"AA:BB:CC:DD:CC:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3control02","machineDetails":"","serialNumber":"BM1219XZ3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack3control02","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.104"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0321C92A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2control02","name":"rack2control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0321c92a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0321c92a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T22:13:16.2888975Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T16:18:27.9571161Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0321C92A/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack2control02","bootMacAddress":"52:54:00:9b:27:42","bmcMacAddress":"AA:BB:CC:DD:DD:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2control02","machineDetails":"","serialNumber":"BM1219XY3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack2control02","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.105"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0321C92A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2control01","name":"rack2control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0321c92a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0321c92a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T22:13:16.163129Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T16:17:28.25799Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0321C92A/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack2control01","bootMacAddress":"52:54:00:b6:ed:32","bmcMacAddress":"AA:BB:CC:DD:DD:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2control01","machineDetails":"","serialNumber":"BM1219XY2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack2control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0321C92A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0321c92a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0321c92a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T22:13:22.3211769Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T00:21:24.0227385Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0321C92A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0321C92A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3control01","name":"rack3control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0321c92a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0321c92a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T22:13:23.1970029Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T16:16:31.2263531Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0321C92A/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack3control01","bootMacAddress":"52:54:00:b6:ed:33","bmcMacAddress":"AA:BB:CC:DD:CC:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3control01","machineDetails":"","serialNumber":"BM1219XZ2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack3control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.103"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0321C92A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0321c92a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0321c92a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T22:13:23.6768901Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T16:52:51.2130109Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0321C92A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.106","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B9E64EA/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b9e64ea/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b9e64ea/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T23:07:13.2585016Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T17:44:48.0738103Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B9E64EA/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-worker-no-pinning/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B9E64EA/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b9e64ea/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b9e64ea/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T23:07:13.5226297Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T23:28:13.7177684Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B9E64EA/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-worker-no-pinning/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.1.0/worker.raw"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B9E64EA/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b9e64ea/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b9e64ea/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T23:07:13.6935994Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T17:10:21.632964Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B9E64EA/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-worker-no-pinning/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B9E64EA/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b9e64ea/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b9e64ea/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T23:07:13.8815106Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T23:20:24.8069475Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B9E64EA/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-worker-no-pinning/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"}],"nics":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B9E64EA/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b9e64ea/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b9e64ea/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T23:07:20.0735605Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T23:29:13.0575547Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B9E64EA/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-worker-no-pinning/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.1.0/worker.raw"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-45E5A599/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-45e5a599/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-45e5a599/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T13:59:03.3637522Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-15T08:37:30.0210426Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-45E5A599/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-adapt2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-45E5A599/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-45e5a599/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-45e5a599/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T13:59:03.7461363Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-15T08:03:03.2595937Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-45E5A599/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-adapt2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-45E5A599/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-45e5a599/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-45e5a599/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T13:59:04.6284198Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T20:19:16.3023766Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-45E5A599/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/a3edb848-695a-4ahf-20a4-ez490930fr24/resourceGroups/nc-westus3-rg/providers/Microsoft.NetworkCloud/VirtualMachines/virtualmachine-sample"],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-adapt2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-45E5A599/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-45e5a599/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-45e5a599/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T13:59:04.7056657Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-15T08:32:32.4672635Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-45E5A599/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-adapt2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-45E5A599/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-45e5a599/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-45e5a599/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T13:59:10.0519992Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T14:11:57.2930689Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-45E5A599/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-adapt2/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-285AE092/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-285ae092/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-285ae092/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T14:08:28.3704776Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-15T09:02:51.120178Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-285AE092/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/a3edb848-695a-4ahf-20a4-ez490930fr24/resourceGroups/nc-westus3-rg/providers/Microsoft.NetworkCloud/VirtualMachines/virtualmachine-sample"],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-adapt/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-285AE092/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-285ae092/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-285ae092/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T14:08:29.2555309Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-15T08:42:51.9912426Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-285AE092/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-adapt/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-285AE092/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-285ae092/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-285ae092/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T14:08:29.4629295Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-15T08:12:51.8534992Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-285AE092/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-adapt/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-285AE092/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-285ae092/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-285ae092/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T14:08:34.5373338Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T14:19:39.7655479Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-285AE092/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-adapt/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-285AE092/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-285ae092/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-285ae092/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-14T14:08:34.6709931Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-15T08:43:53.2786495Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-285AE092/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-adapt/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2CBF0F17/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2cbf0f17/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2cbf0f17/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-17T18:13:16.9840233Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-17T18:52:47.7653283Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2CBF0F17/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2CBF0F17/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2cbf0f17/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2cbf0f17/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-17T18:13:17.4576036Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-17T18:51:47.6734547Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2CBF0F17/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2CBF0F17/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2cbf0f17/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2cbf0f17/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-17T18:13:17.2598394Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-17T19:17:02.1640321Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2CBF0F17/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/a3edb848-695a-4ahf-20a4-ez490930fr24/resourceGroups/nc-westus3-rg/providers/Microsoft.NetworkCloud/VirtualMachines/virtualmachine-sample"],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2CBF0F17/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2cbf0f17/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2cbf0f17/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-17T18:13:22.4299038Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-17T18:28:27.5184184Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2CBF0F17/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2CBF0F17/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2cbf0f17/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2cbf0f17/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-17T18:13:23.7272986Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-17T18:17:43.4771134Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2CBF0F17/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-62C76143/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-62c76143/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-62c76143/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-17T20:31:02.2692207Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T15:09:30.779892Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-62C76143/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-62C76143/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-62c76143/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-62c76143/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-17T20:31:03.4560359Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-17T20:43:57.7035218Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-62C76143/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-62C76143/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-62c76143/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-62c76143/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-17T20:31:09.0989492Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T14:35:26.7579651Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-62C76143/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-62C76143/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-62c76143/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-62c76143/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-17T20:31:09.8703844Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T15:13:30.2387388Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-62C76143/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-62C76143/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-62c76143/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-62c76143/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-17T20:31:10.2989228Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T15:29:31.8844891Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-62C76143/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/a3edb848-695a-4ahf-20a4-ez490930fr24/resourceGroups/nc-westus3-rg/providers/Microsoft.NetworkCloud/VirtualMachines/virtualmachine-sample"],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-20T00:22:52.6362806Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:32:54.2793898Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-20T00:22:53.1325166Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:32:52.8849028Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/virtualMachines/simvm"],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-20T00:22:53.4780613Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-06T02:31:41.6108478Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-20T00:22:58.7151469Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:32:53.6736524Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-20T00:22:59.3166156Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:32:54.8366073Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/virtualMachines/rgvm15"],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr7","name":"j18r750wkr7","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule","e2eTestSuiteTag":"E2E-API-BM-TAG"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:26.6434128Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:25:48.7564956Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":10,"machineName":"j18r750wkr7","bootMacAddress":"B0:7B:25:F8:50:D8","bmcMacAddress":"B0:7B:25:F8:50:D9","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.19/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"9JS7PK3","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/resourcetesthaks7e4fd-11c50af8","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/nc-resource-testing-krb-6886adf0"],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm01"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"08:c0:eb:70:a7:a3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b0:a3","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:50:d9","name":"eno8403"},{"macAddress":"08:c0:eb:70:a7:a2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:b0:a2","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:50:d8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:50:d8","name":"eno8303"}],"nics":[{"macAddress":"08:c0:eb:70:a7:a3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b0:a3","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:50:d9","name":"eno8403"},{"macAddress":"08:c0:eb:70:a7:a2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:b0:a2","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:50:d8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:50:d8","name":"eno8303"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.6.6.26","osImage":"http://10.6.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j18r750wkr7","kubernetesVersion":"v1.23.12","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","name":"j18r750wkr3","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:26.5021395Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:23:26.8874243Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":4,"machineName":"j18r750wkr3","bootMacAddress":"B0:7B:25:F8:59:2E","bmcMacAddress":"B0:7B:25:F8:59:2F","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.13/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"5KS7PK3","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/mattjtest-haks2-75cec535","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/resourcetesthaks7e4fd-11c50af8"],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm02","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/pipelinevmHjfxOFWK0XXjvw"],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"08:c0:eb:70:aa:7a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:aa:ca","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:59:2f","name":"eno8403"},{"macAddress":"b0:7b:25:f8:59:2e","name":"eno8303"},{"macAddress":"b0:7b:25:f8:59:2e","name":"eno8303"},{"macAddress":"08:c0:eb:70:aa:7b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:aa:cb","name":"ens6f1"}],"nics":[{"macAddress":"08:c0:eb:70:aa:7a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:aa:ca","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:59:2f","name":"eno8403"},{"macAddress":"b0:7b:25:f8:59:2e","name":"eno8303"},{"macAddress":"b0:7b:25:f8:59:2e","name":"eno8303"},{"macAddress":"08:c0:eb:70:aa:7b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:aa:cb","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.6.6.27","osImage":"http://10.6.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j18r750wkr3","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r650mgr1","name":"j18r650mgr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:27.7542814Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:04:27.8279768Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":6,"machineName":"j18r650mgr1","bootMacAddress":"B0:7B:25:DE:80:22","bmcMacAddress":"B0:7B:25:DE:80:23","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.15/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"9Q56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"j18r650mgr1","kubernetesVersion":"v1.23.12","osImage":"http://10.6.4.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.6.6.20"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r650mgr2","name":"j18r650mgr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:27.7855097Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-02T02:18:19.910367Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":7,"machineName":"j18r650mgr2","bootMacAddress":"B0:7B:25:DE:7A:1E","bmcMacAddress":"B0:7B:25:DE:7A:1F","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.16/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"7Q56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"08:c0:eb:70:d1:aa","name":"ens1f0"},{"macAddress":"e4:3d:1a:61:5a:4b","name":"eno12429"},{"macAddress":"e4:3d:1a:61:5a:4a","name":"eno12419"},{"macAddress":"b0:7b:25:de:7a:1f","name":"eno8403"},{"macAddress":"e4:3d:1a:61:5a:49","name":"eno12409"},{"macAddress":"e4:3d:1a:61:5a:48","name":"eno12399"},{"macAddress":"b0:7b:25:de:7a:1e","name":"eno8303"},{"macAddress":"b0:7b:25:de:7a:1e","name":"eno8303"},{"macAddress":"08:c0:eb:70:d1:ab","name":"ens1f1"}],"nics":[{"macAddress":"08:c0:eb:70:d1:aa","name":"ens1f0"},{"macAddress":"e4:3d:1a:61:5a:4b","name":"eno12429"},{"macAddress":"e4:3d:1a:61:5a:4a","name":"eno12419"},{"macAddress":"b0:7b:25:de:7a:1f","name":"eno8403"},{"macAddress":"e4:3d:1a:61:5a:49","name":"eno12409"},{"macAddress":"e4:3d:1a:61:5a:48","name":"eno12399"},{"macAddress":"b0:7b:25:de:7a:1e","name":"eno8303"},{"macAddress":"b0:7b:25:de:7a:1e","name":"eno8303"},{"macAddress":"08:c0:eb:70:d1:ab","name":"ens1f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr4","name":"j18r750wkr4","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:33.3690132Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:27:23.2618924Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":5,"machineName":"j18r750wkr4","bootMacAddress":"B0:7B:25:F8:61:FC","bmcMacAddress":"B0:7B:25:F8:61:FD","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.14/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"6KS7PK3","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/nc-resource-testing-krb-6886adf0","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/mm6-test-haks-0d342645"],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"08:c0:eb:70:a7:b2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e5:5a","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:61:fd","name":"eno8403"},{"macAddress":"08:c0:eb:70:a7:b3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e5:5b","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:61:fc","name":"eno8303"},{"macAddress":"b0:7b:25:f8:61:fc","name":"eno8303"}],"nics":[{"macAddress":"08:c0:eb:70:a7:b2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e5:5a","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:61:fd","name":"eno8403"},{"macAddress":"08:c0:eb:70:a7:b3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e5:5b","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:61:fc","name":"eno8303"},{"macAddress":"b0:7b:25:f8:61:fc","name":"eno8303"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.6.6.25","osImage":"http://10.6.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j18r750wkr4","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr8","name":"j18r750wkr8","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:33.6190877Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:24:27.0743699Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":11,"machineName":"j18r750wkr8","bootMacAddress":"B0:7B:25:F8:5B:10","bmcMacAddress":"B0:7B:25:F8:5B:11","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.20/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"JKS7PK3","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/pipelinehaks-hjfxofwk0xxjvw-5200285b","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/mattjtest-haks2-75cec535","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/mm2-test-haks-7f076633","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/mm6-test-haks-0d342645","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/resourcetesthaks7e4fd-11c50af8"],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:5b:10","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:10","name":"eno8303"},{"macAddress":"08:c0:eb:70:c1:8a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:c1:82","name":"ens6f0"},{"macAddress":"08:c0:eb:70:c1:8b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:c1:83","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:5b:11","name":"eno8403"}],"nics":[{"macAddress":"b0:7b:25:f8:5b:10","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:10","name":"eno8303"},{"macAddress":"08:c0:eb:70:c1:8a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:c1:82","name":"ens6f0"},{"macAddress":"08:c0:eb:70:c1:8b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:c1:83","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:5b:11","name":"eno8403"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.6.6.21","osImage":"http://10.6.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j18r750wkr8","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr1","name":"j18r750wkr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:33.9498312Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-02T13:34:15.133968Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":2,"machineName":"j18r750wkr1","bootMacAddress":"B0:7B:25:F8:35:A0","bmcMacAddress":"B0:7B:25:F8:35:A1","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.11/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"9LS7PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","readyState":"False","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"08:c0:eb:70:b5:cb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b5:03","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:35:a1","name":"eno8403"},{"macAddress":"08:c0:eb:70:b5:ca","name":"ens3f0"},{"macAddress":"08:c0:eb:70:b5:02","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:35:a0","name":"eno8303"},{"macAddress":"b0:7b:25:f8:35:a0","name":"eno8303"}],"nics":[{"macAddress":"08:c0:eb:70:b5:cb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b5:03","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:35:a1","name":"eno8403"},{"macAddress":"08:c0:eb:70:b5:ca","name":"ens3f0"},{"macAddress":"08:c0:eb:70:b5:02","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:35:a0","name":"eno8303"},{"macAddress":"b0:7b:25:f8:35:a0","name":"eno8303"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.6.6.22","osImage":"http://10.6.4.13:80/3.2.0/worker.raw"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr2","name":"j18r750wkr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:34.0739317Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:26:27.9370121Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":3,"machineName":"j18r750wkr2","bootMacAddress":"B0:7B:25:F8:76:B6","bmcMacAddress":"B0:7B:25:F8:76:B7","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.12/redfish/v1/Systems/System.Embedded.1","machineDetails":"16628585","serialNumber":"3M56PK3","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/mm6-test-haks-0d342645","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/pipelinehaks-hjfxofwk0xxjvw-5200285b"],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/pipelinevmSWpNeawejGsjOQ"],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:76:b7","name":"eno8403"},{"macAddress":"08:c0:eb:70:c5:fa","name":"ens3f0"},{"macAddress":"08:c0:eb:70:c6:3a","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:76:b6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:76:b6","name":"eno8303"},{"macAddress":"08:c0:eb:70:c5:fb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:c6:3b","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:76:b7","name":"eno8403"},{"macAddress":"08:c0:eb:70:c5:fa","name":"ens3f0"},{"macAddress":"08:c0:eb:70:c6:3a","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:76:b6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:76:b6","name":"eno8303"},{"macAddress":"08:c0:eb:70:c5:fb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:c6:3b","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.6.6.23","osImage":"http://10.6.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j18r750wkr2","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr6","name":"j18r750wkr6","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:35.5854848Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:46:08.9045655Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":9,"machineName":"j18r750wkr6","bootMacAddress":"B0:7B:25:F8:59:E4","bmcMacAddress":"B0:7B:25:F8:59:E5","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.18/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"2HS7PK3","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/mm2-test-haks-7f076633"],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"08:c0:eb:70:bb:5a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:d7:d2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:bb:5b","name":"ens3f1"},{"macAddress":"b0:7b:25:f8:59:e5","name":"eno8403"},{"macAddress":"08:c0:eb:70:d7:d3","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:59:e4","name":"eno8303"},{"macAddress":"b0:7b:25:f8:59:e4","name":"eno8303"}],"nics":[{"macAddress":"08:c0:eb:70:bb:5a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:d7:d2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:bb:5b","name":"ens3f1"},{"macAddress":"b0:7b:25:f8:59:e5","name":"eno8403"},{"macAddress":"08:c0:eb:70:d7:d3","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:59:e4","name":"eno8303"},{"macAddress":"b0:7b:25:f8:59:e4","name":"eno8303"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.6.6.28","osImage":"http://10.6.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j18r750wkr6","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr5","name":"j18r750wkr5","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:35.3781751Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:24:24.6708118Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":8,"machineName":"j18r750wkr5","bootMacAddress":"B0:7B:25:F8:71:38","bmcMacAddress":"B0:7B:25:F8:71:39","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.17/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"8M56PK3","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/nc-resource-testing-krb-6886adf0","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/mattjtest-haks2-75cec535","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/mm2-test-haks-7f076633"],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"08:c0:eb:70:e2:d2","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:71:39","name":"eno8403"},{"macAddress":"b0:7b:25:f8:71:38","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:38","name":"eno8303"},{"macAddress":"08:c0:eb:70:dc:3b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e2:d3","name":"ens6f1"},{"macAddress":"08:c0:eb:70:dc:3a","name":"ens3f0"}],"nics":[{"macAddress":"08:c0:eb:70:e2:d2","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:71:39","name":"eno8403"},{"macAddress":"b0:7b:25:f8:71:38","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:38","name":"eno8303"},{"macAddress":"08:c0:eb:70:dc:3b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e2:d3","name":"ens6f1"},{"macAddress":"08:c0:eb:70:dc:3a","name":"ens3f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.6.6.24","osImage":"http://10.6.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j18r750wkr5","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T18:44:45.5811936Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:17:42.7455222Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/gagehugo-sim-idrac-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T18:44:46.0894237Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:17:27.891873Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/gagehugo-sim-idrac-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T18:44:46.4948505Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:50:11.8725583Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/gagehugo-sim-idrac-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T18:44:46.5545119Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:39:00.3936618Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/a3edb848-695a-4ahf-20a4-ez490930fr24/resourceGroups/nc-westus3-rg/providers/Microsoft.NetworkCloud/VirtualMachines/virtualmachine-sample"],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/gagehugo-sim-idrac-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T18:44:46.5777911Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:55:41.7961362Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/gagehugo-sim-idrac-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1573972' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:27:23 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-original-request-ids: + - f51820b6-75ac-40f3-9d38-9ebd959a9bea + - 73b4062d-b783-4cab-98e8-57aeb792aa2d + - 3ba51fd4-b873-40ea-a39b-e125f27dba4c + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines?api-version=2022-12-12-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:43.6984147Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:26:57.9127141Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"customer-specific-tag","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:43.9386035Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:32:47.853781Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:44.1968808Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T01:41:19.8195649Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:47.6446574Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:16:05.7920724Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:31:22.3686582Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:17:05.2282486Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '13072' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 May 2023 20:27:25 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-original-request-ids: + - 771d73a2-be5f-4a54-8c4f-771bcc1d0776 + - 9d698c10-6d84-4abc-8e53-cf084056b61e + - 6a67bddb-7173-4675-91f9-3b3f43bb0d8a + status: + code: 200 + message: OK +version: 1 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_power_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_power_scenario1.yaml new file mode 100644 index 00000000000..ca98f0a2e89 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_power_scenario1.yaml @@ -0,0 +1,1024 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine restart + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr5/restart?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/44e9174d-4826-4995-83cb-c2409cbf4c4a*DB077D3E0A50B1B04A7C0DD5D3D698A5DB6F47941A8B580ECC8472C1F3229675?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 17:36:42 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/44e9174d-4826-4995-83cb-c2409cbf4c4a*DB077D3E0A50B1B04A7C0DD5D3D698A5DB6F47941A8B580ECC8472C1F3229675?api-version=2022-12-12-preview + mise-correlation-id: + - a779d744-36aa-498b-8f67-48a46b37cd0a + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine restart + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/44e9174d-4826-4995-83cb-c2409cbf4c4a*DB077D3E0A50B1B04A7C0DD5D3D698A5DB6F47941A8B580ECC8472C1F3229675?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/44e9174d-4826-4995-83cb-c2409cbf4c4a*DB077D3E0A50B1B04A7C0DD5D3D698A5DB6F47941A8B580ECC8472C1F3229675","name":"44e9174d-4826-4995-83cb-c2409cbf4c4a*DB077D3E0A50B1B04A7C0DD5D3D698A5DB6F47941A8B580ECC8472C1F3229675","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr5","status":"Accepted","startTime":"2023-05-26T17:36:42.865824Z"}' + headers: + cache-control: + - no-cache + content-length: + - '595' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 17:36:42 GMT + etag: + - '"0000f20d-0000-3400-0000-6470ee2a0000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine restart + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/44e9174d-4826-4995-83cb-c2409cbf4c4a*DB077D3E0A50B1B04A7C0DD5D3D698A5DB6F47941A8B580ECC8472C1F3229675?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/44e9174d-4826-4995-83cb-c2409cbf4c4a*DB077D3E0A50B1B04A7C0DD5D3D698A5DB6F47941A8B580ECC8472C1F3229675","name":"44e9174d-4826-4995-83cb-c2409cbf4c4a*DB077D3E0A50B1B04A7C0DD5D3D698A5DB6F47941A8B580ECC8472C1F3229675","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr5","status":"Succeeded","startTime":"2023-05-26T17:36:42.865824Z","endTime":"2023-05-26T17:36:50.6037558Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '666' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 17:37:13 GMT + etag: + - '"0000f40d-0000-3400-0000-6470ee320000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine restart + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/44e9174d-4826-4995-83cb-c2409cbf4c4a*DB077D3E0A50B1B04A7C0DD5D3D698A5DB6F47941A8B580ECC8472C1F3229675?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/44e9174d-4826-4995-83cb-c2409cbf4c4a*DB077D3E0A50B1B04A7C0DD5D3D698A5DB6F47941A8B580ECC8472C1F3229675","name":"44e9174d-4826-4995-83cb-c2409cbf4c4a*DB077D3E0A50B1B04A7C0DD5D3D698A5DB6F47941A8B580ECC8472C1F3229675","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr5","status":"Succeeded","startTime":"2023-05-26T17:36:42.865824Z","endTime":"2023-05-26T17:36:50.6037558Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '666' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 17:37:13 GMT + etag: + - '"0000f40d-0000-3400-0000-6470ee320000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"skipShutdown": "False"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine power-off + Connection: + - keep-alive + Content-Length: + - '25' + Content-Type: + - application/json + ParameterSetName: + - --name --skip-shutdown --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3/powerOff?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 17:37:14 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + mise-correlation-id: + - 7e3d256d-7e76-436a-9ba5-61aaec0cd942 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine power-off + Connection: + - keep-alive + ParameterSetName: + - --name --skip-shutdown --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Accepted","startTime":"2023-05-26T17:37:13.8639161Z"}' + headers: + cache-control: + - no-cache + content-length: + - '596' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 17:37:15 GMT + etag: + - '"0000f60d-0000-3400-0000-6470ee490000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine power-off + Connection: + - keep-alive + ParameterSetName: + - --name --skip-shutdown --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Accepted","startTime":"2023-05-26T17:37:13.8639161Z"}' + headers: + cache-control: + - no-cache + content-length: + - '596' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 17:37:44 GMT + etag: + - '"0000f70d-0000-3400-0000-6470ee510000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine power-off + Connection: + - keep-alive + ParameterSetName: + - --name --skip-shutdown --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Accepted","startTime":"2023-05-26T17:37:13.8639161Z"}' + headers: + cache-control: + - no-cache + content-length: + - '596' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 17:38:14 GMT + etag: + - '"0000f70d-0000-3400-0000-6470ee510000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine power-off + Connection: + - keep-alive + ParameterSetName: + - --name --skip-shutdown --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Accepted","startTime":"2023-05-26T17:37:13.8639161Z"}' + headers: + cache-control: + - no-cache + content-length: + - '596' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 17:38:44 GMT + etag: + - '"0000f70d-0000-3400-0000-6470ee510000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine power-off + Connection: + - keep-alive + ParameterSetName: + - --name --skip-shutdown --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Accepted","startTime":"2023-05-26T17:37:13.8639161Z"}' + headers: + cache-control: + - no-cache + content-length: + - '596' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 17:39:14 GMT + etag: + - '"0000f70d-0000-3400-0000-6470ee510000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine power-off + Connection: + - keep-alive + ParameterSetName: + - --name --skip-shutdown --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Accepted","startTime":"2023-05-26T17:37:13.8639161Z"}' + headers: + cache-control: + - no-cache + content-length: + - '596' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 17:39:45 GMT + etag: + - '"0000f70d-0000-3400-0000-6470ee510000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine power-off + Connection: + - keep-alive + ParameterSetName: + - --name --skip-shutdown --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Accepted","startTime":"2023-05-26T17:37:13.8639161Z"}' + headers: + cache-control: + - no-cache + content-length: + - '596' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 17:40:15 GMT + etag: + - '"0000f70d-0000-3400-0000-6470ee510000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine power-off + Connection: + - keep-alive + ParameterSetName: + - --name --skip-shutdown --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Accepted","startTime":"2023-05-26T17:37:13.8639161Z"}' + headers: + cache-control: + - no-cache + content-length: + - '596' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 17:40:45 GMT + etag: + - '"0000f70d-0000-3400-0000-6470ee510000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine power-off + Connection: + - keep-alive + ParameterSetName: + - --name --skip-shutdown --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Accepted","startTime":"2023-05-26T17:37:13.8639161Z"}' + headers: + cache-control: + - no-cache + content-length: + - '596' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 17:41:15 GMT + etag: + - '"0000f70d-0000-3400-0000-6470ee510000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine power-off + Connection: + - keep-alive + ParameterSetName: + - --name --skip-shutdown --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Succeeded","startTime":"2023-05-26T17:37:13.8639161Z","endTime":"2023-05-26T17:41:23.2403578Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '667' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 17:41:45 GMT + etag: + - '"00000b0e-0000-3400-0000-6470ef430000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine power-off + Connection: + - keep-alive + ParameterSetName: + - --name --skip-shutdown --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Succeeded","startTime":"2023-05-26T17:37:13.8639161Z","endTime":"2023-05-26T17:41:23.2403578Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '667' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 17:41:45 GMT + etag: + - '"00000b0e-0000-3400-0000-6470ef430000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine start + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3/start?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 17:41:46 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + mise-correlation-id: + - 6b255a09-d093-453c-a7d4-518d1db12d12 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine start + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Accepted","startTime":"2023-05-26T17:41:46.2407584Z"}' + headers: + cache-control: + - no-cache + content-length: + - '596' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 17:41:46 GMT + etag: + - '"0000100e-0000-3400-0000-6470ef5a0000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine start + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Accepted","startTime":"2023-05-26T17:41:46.2407584Z"}' + headers: + cache-control: + - no-cache + content-length: + - '596' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 17:42:16 GMT + etag: + - '"0000120e-0000-3400-0000-6470ef610000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine start + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Accepted","startTime":"2023-05-26T17:41:46.2407584Z"}' + headers: + cache-control: + - no-cache + content-length: + - '596' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 17:42:45 GMT + etag: + - '"0000120e-0000-3400-0000-6470ef610000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine start + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Accepted","startTime":"2023-05-26T17:41:46.2407584Z"}' + headers: + cache-control: + - no-cache + content-length: + - '596' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 17:43:16 GMT + etag: + - '"0000120e-0000-3400-0000-6470ef610000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine start + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Succeeded","startTime":"2023-05-26T17:41:46.2407584Z","endTime":"2023-05-26T17:43:24.6576776Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '667' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 17:43:46 GMT + etag: + - '"0000180e-0000-3400-0000-6470efbc0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine start + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Succeeded","startTime":"2023-05-26T17:41:46.2407584Z","endTime":"2023-05-26T17:43:24.6576776Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '667' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 26 May 2023 17:43:46 GMT + etag: + - '"0000180e-0000-3400-0000-6470efbc0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_reimage_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_reimage_scenario1.yaml new file mode 100644 index 00000000000..bc2c5449aad --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_reimage_scenario1.yaml @@ -0,0 +1,1700 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01/reimage?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:01:05 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + mise-correlation-id: + - 9d75bca8-a275-4328-8e1f-587d84994ad2 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:01:05 GMT + etag: + - '"5f024117-0000-0100-0000-646fdaa10000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:01:35 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:02:05 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:02:35 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:03:05 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:03:35 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:04:06 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:04:36 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:05:05 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:05:35 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:06:05 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:06:35 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:07:06 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:07:36 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:08:06 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:08:36 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:09:06 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:09:36 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:10:06 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:10:36 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:11:07 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:11:37 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:12:07 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:12:37 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:13:07 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:13:37 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:14:07 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:14:37 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:15:07 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:15:37 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:16:07 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:16:37 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:17:07 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:17:38 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:18:08 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:18:38 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:19:07 GMT + etag: + - '"5f027218-0000-0100-0000-646fdaa50000"' + expires: + - '-1' + 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: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Succeeded","startTime":"2023-05-25T22:01:05.5285902Z","endTime":"2023-05-25T22:19:10.9879415Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '658' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:19:37 GMT + etag: + - '"5f0290fd-0000-0100-0000-646fdede0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Succeeded","startTime":"2023-05-25T22:01:05.5285902Z","endTime":"2023-05-25T22:19:10.9879415Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '658' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 22:19:37 GMT + etag: + - '"5f0290fd-0000-0100-0000-646fdede0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cloudservicesnetwork_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cloudservicesnetwork_scenario1.yaml new file mode 100644 index 00000000000..dd02f2ab5f6 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cloudservicesnetwork_scenario1.yaml @@ -0,0 +1,754 @@ +interactions: +- request: + body: '{"extendedLocation": {"name": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc", + "type": "CustomLocation"}, "location": "eastus", "properties": {"additionalEgressEndpoints": + [{"category": "azure-resource-management", "endpoints": [{"domainName": "https://storageaccountex.blob.core.windows.net", + "port": 443}]}], "enableDefaultEgressEndpoints": "False"}, "tags": {"tag1": + "tag1"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cloudservicesnetwork create + Connection: + - keep-alive + Content-Length: + - '506' + Content-Type: + - application/json + ParameterSetName: + - --name --extended-location --location --additional-egress-endpoints --enable-default-egress-endpoints + --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","name":"cli-test-csn-000001","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T18:53:32.8791981Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T18:53:32.8791981Z"},"properties":{"provisioningState":"Accepted","additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]}],"enableDefaultEgressEndpoints":"False"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8a612b78-30b5-4995-af7a-4cae0c0ce028*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '1001' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 18:53:33 GMT + etag: + - '"ce101978-0000-0100-0000-64627fad0000"' + expires: + - '-1' + mise-correlation-id: + - 760069a9-e9db-4cda-ae68-75d43ccc498e + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cloudservicesnetwork create + Connection: + - keep-alive + ParameterSetName: + - --name --extended-location --location --additional-egress-endpoints --enable-default-egress-endpoints + --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8a612b78-30b5-4995-af7a-4cae0c0ce028*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8a612b78-30b5-4995-af7a-4cae0c0ce028*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A","name":"8a612b78-30b5-4995-af7a-4cae0c0ce028*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","status":"Accepted","startTime":"2023-05-15T18:53:32.9630291Z"}' + headers: + cache-control: + - no-cache + content-length: + - '575' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 18:53:33 GMT + etag: + - '"b801f77d-0000-0100-0000-64627fac0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cloudservicesnetwork create + Connection: + - keep-alive + ParameterSetName: + - --name --extended-location --location --additional-egress-endpoints --enable-default-egress-endpoints + --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8a612b78-30b5-4995-af7a-4cae0c0ce028*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8a612b78-30b5-4995-af7a-4cae0c0ce028*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A","name":"8a612b78-30b5-4995-af7a-4cae0c0ce028*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","status":"Succeeded","startTime":"2023-05-15T18:53:32.9630291Z","endTime":"2023-05-15T18:53:41.5619673Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '646' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 18:54:03 GMT + etag: + - '"b8012e7e-0000-0100-0000-64627fb50000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cloudservicesnetwork create + Connection: + - keep-alive + ParameterSetName: + - --name --extended-location --location --additional-egress-endpoints --enable-default-egress-endpoints + --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","name":"cli-test-csn-000001","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T18:53:32.8791981Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T18:53:42.2484214Z"},"properties":{"provisioningState":"Succeeded","additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]}],"enableDefaultEgressEndpoints":"False","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1364' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 18:54:04 GMT + etag: + - '"ce10927a-0000-0100-0000-64627fb60000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"properties": {"additionalEgressEndpoints": [{"category": "azure-resource-management", + "endpoints": [{"domainName": "https://storageaccountex.blob.core.windows.net", + "port": 443}]}], "enableDefaultEgressEndpoints": "False"}, "tags": {"tag1": + "tag1,tagUpdate=NewTag"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cloudservicesnetwork update + Connection: + - keep-alive + Content-Length: + - '268' + Content-Type: + - application/json + ParameterSetName: + - --name --additional-egress-endpoints --enable-default-egress-endpoints --tags + --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b3f479ed-1943-41aa-a93e-acc4d149a468*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 18:54:06 GMT + etag: + - '"ce103a83-0000-0100-0000-64627fce0000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b3f479ed-1943-41aa-a93e-acc4d149a468*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A?api-version=2022-12-12-preview + mise-correlation-id: + - 4cc6cdef-36b4-420b-91e1-87162f374a66 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cloudservicesnetwork update + Connection: + - keep-alive + ParameterSetName: + - --name --additional-egress-endpoints --enable-default-egress-endpoints --tags + --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b3f479ed-1943-41aa-a93e-acc4d149a468*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b3f479ed-1943-41aa-a93e-acc4d149a468*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A","name":"b3f479ed-1943-41aa-a93e-acc4d149a468*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","status":"Accepted","startTime":"2023-05-15T18:54:05.6743895Z"}' + headers: + cache-control: + - no-cache + content-length: + - '575' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 18:54:06 GMT + etag: + - '"b801547e-0000-0100-0000-64627fcd0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cloudservicesnetwork update + Connection: + - keep-alive + ParameterSetName: + - --name --additional-egress-endpoints --enable-default-egress-endpoints --tags + --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b3f479ed-1943-41aa-a93e-acc4d149a468*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b3f479ed-1943-41aa-a93e-acc4d149a468*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A","name":"b3f479ed-1943-41aa-a93e-acc4d149a468*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","status":"Succeeded","startTime":"2023-05-15T18:54:05.6743895Z","endTime":"2023-05-15T18:54:11.7462666Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '646' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 18:54:36 GMT + etag: + - '"b8015a7e-0000-0100-0000-64627fd30000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cloudservicesnetwork update + Connection: + - keep-alive + ParameterSetName: + - --name --additional-egress-endpoints --enable-default-egress-endpoints --tags + --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","name":"cli-test-csn-000001","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1,tagUpdate=NewTag"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T18:53:32.8791981Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T18:54:12.3936756Z"},"properties":{"additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]}],"enableDefaultEgressEndpoints":"False","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1381' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 18:54:36 GMT + etag: + - '"ce105a83-0000-0100-0000-64627fd40000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cloudservicesnetwork show + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","name":"cli-test-csn-000001","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1,tagUpdate=NewTag"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T18:53:32.8791981Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T18:54:12.3936756Z"},"properties":{"additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]}],"enableDefaultEgressEndpoints":"False","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1381' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 18:54:37 GMT + etag: + - '"ce105a83-0000-0100-0000-64627fd40000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cloudservicesnetwork list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/cloudServicesNetworks?api-version=2022-12-12-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-596E8427/providers/Microsoft.NetworkCloud/cloudServicesNetworks/vmconsolecsn","name":"vmconsolecsn","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-596e8427/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-03-30T16:33:03.9106147Z","lastModifiedBy":"REDACTED","createdByType":"User","createdAt":"2023-05-03T21:57:32.8318455Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-03T21:57:45.4068869Z"},"properties":{"provisioningState":"Succeeded","additionalEgressEndpoints":[],"enableDefaultEgressEndpoints":"True","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cs1","name":"cs1","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-03T21:58:27.4139204Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-12T20:36:38.6730886Z"},"properties":{"provisioningState":"Succeeded","additionalEgressEndpoints":[],"enableDefaultEgressEndpoints":"True","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/virtualMachines/mikevm"],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","interfaceName":"cloudservices"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn2","name":"csn2","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-03T22:00:09.085924Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-03T22:00:18.6518674Z"},"properties":{"provisioningState":"Deleting","additionalEgressEndpoints":[],"enableDefaultEgressEndpoints":"True","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/roytang-rg-east/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsnecsqvgqqyl4o2","name":"testcsnecsqvgqqyl4o2","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cf6ad1968a64-HostedResources-3BA50481/providers/Microsoft.ExtendedLocation/customLocations/m15-cf6ad1968a64-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-resource-testing","CleanupFrequency":"Daily","Purpose":"QA"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-04T20:12:05.4816435Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-04T21:20:28.1071816Z"},"properties":{"provisioningState":"Failed","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-cf6ad1968a64","detailedStatusMessage":"all + resource creation succeeded","additionalEgressEndpoints":[{"category":"ubuntu","endpoints":[{"domainName":".ubuntu.com","port":443},{"domainName":".ubuntu.com","port":80},{"domainName":"aka.ms","port":80},{"domainName":"aka.ms","port":443},{"domainName":"packages.microsoft.com","port":80},{"domainName":"packages.microsoft.com","port":443}]}],"enableDefaultEgressEndpoints":"True"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","name":"pipelinecsn","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"cloudservicesnetwork","ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-09T06:05:38.7263088Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-11T22:42:55.250362Z"},"properties":{"provisioningState":"Succeeded","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-xEaZHs8atcaIPQ"],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","detailedStatusMessage":"all + resource creation succeeded","additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]},{"category":"other","endpoints":[{"domainName":".google.com","port":443},{"domainName":".nc-system.svc.networkcloud.local","port":443},{"domainName":".ubuntu.com","port":443},{"domainName":".ubuntu.com","port":80}]},{"category":"nccacheacr","endpoints":[{"domainName":".sophiehuangacr.azurecr.io","port":443},{"domainName":".sophiehuangacr.azurecr.io","port":80}]},{"category":"nccacheacr","endpoints":[{"domainName":".nccacheacr.azurecr.io","port":443},{"domainName":".nccacheacr.azurecr.io","port":80}]},{"category":"nccachepublicacr","endpoints":[{"domainName":".nccachepublicacr.azurecr.io","port":80},{"domainName":".nccachepublicacr.azurecr.io","port":443}]}],"enableDefaultEgressEndpoints":"True"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","name":"cloudservicesnetwork","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceType":"cloudservicesnetwork"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-09T12:16:24.1223228Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T16:03:41.8381682Z"},"properties":{"provisioningState":"Succeeded","additionalEgressEndpoints":[],"enableDefaultEgressEndpoints":"True","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/naks-csn","name":"naks-csn","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceType":"cloudservicesnetwork"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-11T20:48:36.1341701Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T16:52:55.2123619Z"},"properties":{"additionalEgressEndpoints":[{"category":"sophiehuangacr","endpoints":[{"domainName":".sophiehuangacr.azurecr.io","port":443},{"domainName":".sophiehuangacr.azurecr.io","port":80}]},{"category":"nccachepublicacr","endpoints":[{"domainName":".nccachepublicacr.azurecr.io","port":80},{"domainName":".nccachepublicacr.azurecr.io","port":443}]}],"enableDefaultEgressEndpoints":"True","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/travisneely-sim-rg/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-trav","name":"csn-trav","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-5a3087f7/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T14:27:48.8932573Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T17:39:19.8662971Z"},"properties":{"provisioningState":"Succeeded","additionalEgressEndpoints":[],"enableDefaultEgressEndpoints":"True","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/travisneely-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/travisneely-sim-rg/providers/Microsoft.NetworkCloud/virtualMachines/testvm1230501"],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestzj2nav6onk4ica5l3aq2kqbkhcexa6eygxvs4axtxj3rs7rxotsnw5swe5r27mjuvpxw/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-w7bquhdz5uf","name":"cli-test-csn-w7bquhdz5uf","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T18:47:56.7131644Z","lastModifiedBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T18:53:32.8791981Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T18:54:12.3936756Z"},"properties":{"additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]}],"enableDefaultEgressEndpoints":"False","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/cloudServicesNetworks/rgcsn","name":"rgcsn","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-20T14:42:17.0443909Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-06T02:31:41.9170079Z"},"properties":{"provisioningState":"Succeeded","additionalEgressEndpoints":[],"enableDefaultEgressEndpoints":"True","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/virtualMachines/rgvm15","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/virtualMachines/simvm"],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","interfaceName":"cloudservices"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/cloudServicesNetworks/rg-csn112","name":"rg-csn112","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-25T15:45:32.4391673Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-06T02:31:40.331553Z"},"properties":{"provisioningState":"Succeeded","additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"","port":443}]}],"enableDefaultEgressEndpoints":"False","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/clusters/simulator","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","name":"pipelinecsn","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"cloudservicesnetwork","ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-02T06:59:34.9788753Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-02T07:00:25.6962917Z"},"properties":{"provisioningState":"Succeeded","additionalEgressEndpoints":[],"enableDefaultEgressEndpoints":"True","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-HjfxOFWK0XXjvw"],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/pipelinevmHjfxOFWK0XXjvw"],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsn","name":"testcsn","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceType":"cloudservicesnetwork"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-02T17:19:19.1346885Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-10T18:06:48.4775738Z"},"properties":{"additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]},{"category":"ubuntu","endpoints":[{"domainName":".ubuntu.com","port":443},{"domainName":".ubuntu.com","port":80}]},{"category":"microsoft","endpoints":[{"domainName":".microsoft.com","port":80},{"domainName":".microsoft.com","port":443},{"domainName":".azurecr.io","port":80},{"domainName":".azurecr.io","port":443},{"domainName":".aka.ms","port":80},{"domainName":".aka.ms","port":443}]}],"enableDefaultEgressEndpoints":"True","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/mm2-test-haks","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/mm6-test-haks"],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","detailedStatusMessage":"all + resource creation succeeded","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/mattj-csn1","name":"mattj-csn1","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-03T16:00:57.8924442Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-05T15:42:32.596417Z"},"properties":{"provisioningState":"Succeeded","additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]},{"category":"ubuntu","endpoints":[{"domainName":".ubuntu.com","port":443},{"domainName":".ubuntu.com","port":80}]},{"category":"google","endpoints":[{"domainName":".google.com","port":80},{"domainName":".google.com","port":443}]},{"category":"ipinfo","endpoints":[{"domainName":".ipinfo.io","port":80},{"domainName":".ipinfo.io","port":443}]},{"category":"ubuntumirror","endpoints":[{"domainName":".mirror.wayne.edu","port":80},{"domainName":".mirror.wayne.edu","port":443}]},{"category":"docker.io","endpoints":[{"domainName":".docker.io","port":80},{"domainName":".docker.io","port":443}]},{"category":"docker.com","endpoints":[{"domainName":".docker.com","port":80},{"domainName":".docker.com","port":443}]},{"category":"packages.microsoft.com","endpoints":[{"domainName":"packages.microsoft.com","port":80},{"domainName":"packages.microsoft.com","port":443}]},{"category":"bitnami","endpoints":[{"domainName":".bitnami.com","port":80},{"domainName":".bitnami.com","port":443}]},{"category":"mattjdevacr","endpoints":[{"domainName":"mattjdevacr.azurecr.io","port":80},{"domainName":"mattjdevacr.azurecr.io","port":443},{"domainName":"mattjprivdevacr.azurecr.io","port":80},{"domainName":"mattjprivdevacr.azurecr.io","port":443}]}],"enableDefaultEgressEndpoints":"True","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/mattjtest-haks2"],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/mattjtestvm1"],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork-devkrb","name":"cloudservicesnetwork-devkrb","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceType":"cloudservicesnetwork"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-05T06:00:15.441869Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-05T06:08:03.1427579Z"},"properties":{"additionalEgressEndpoints":[{"category":"azcopy","endpoints":[{"domainName":".azureedge.net","port":443},{"domainName":".azureedge.net","port":80}]},{"category":"azcli","endpoints":[{"domainName":".microsoft.com","port":443},{"domainName":".microsoft.com","port":80}]},{"category":"azure","endpoints":[{"domainName":".azure.com","port":443},{"domainName":".azure.com","port":80}]},{"category":"kubectl","endpoints":[{"domainName":".googleapis.com","port":443},{"domainName":".googleapis.com","port":80}]},{"category":"ubuntu","endpoints":[{"domainName":".ubuntu.com","port":443},{"domainName":".ubuntu.com","port":80}]},{"category":"yq","endpoints":[{"domainName":".github.com","port":443},{"domainName":".github.com","port":80},{"domainName":".githubusercontent.com","port":443},{"domainName":".githubusercontent.com","port":80}]}],"enableDefaultEgressEndpoints":"True","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/nc-resource-testing-krb"],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","detailedStatusMessage":"all + resource creation succeeded","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/afo-sandbox-deploy-rg/providers/Microsoft.NetworkCloud/cloudServicesNetworks/asdfasdf","name":"asdfasdf","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j17-f0ca0b2a3feb-hostedresources-3f425ecb/providers/microsoft.extendedlocation/customlocations/j17-f0ca0b2a3feb-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-05T17:05:24.0796893Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-08T03:59:50.3353609Z"},"properties":{"provisioningState":"Succeeded","additionalEgressEndpoints":[{"category":"some-cat","endpoints":[{"domainName":"microsfot.com","port":5555}]}],"enableDefaultEgressEndpoints":"True","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.NetworkCloud/clusters/j17-f0ca0b2a3feb","detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","name":"j18-csnet-21","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-10T17:05:56.0851217Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-10T17:06:13.5695352Z"},"properties":{"provisioningState":"Succeeded","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]},{"category":"ubuntu","endpoints":[{"domainName":".ubuntu.com","port":443},{"domainName":".ubuntu.com","port":80}]},{"category":"smuggler","endpoints":[{"domainName":".smuggler.com","port":8280},{"domainName":".smuggler.com","port":4443}]}],"enableDefaultEgressEndpoints":"True","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","detailedStatusMessage":"all + resource creation succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '31922' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 18:54:38 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: + - 69bdd2db-ba77-429d-976c-ca72196b9c39 + - 47fc7ecf-d38a-4653-9429-0bfe8b8f3dc7 + - fe285863-d7cc-4b77-b0f4-5aa1d05c67f4 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cloudservicesnetwork list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks?api-version=2022-12-12-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","name":"cli-test-csn-000001","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1,tagUpdate=NewTag"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T18:53:32.8791981Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T18:54:12.3936756Z"},"properties":{"additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]}],"enableDefaultEgressEndpoints":"False","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","provisioningState":"Succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1393' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 18:54:39 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: + - 4bc1b118-f1cc-441c-8658-ab37a5fb0af2 + - 8c1769e2-b3f0-4d43-90b4-6b93b2a0af62 + - 6df4987f-3fb5-4da7-931c-25bc573e9b13 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cloudservicesnetwork delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/15f2907e-6318-4100-8bb4-e825b0147b44*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 18:54:39 GMT + etag: + - '"ce106189-0000-0100-0000-64627fef0000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/15f2907e-6318-4100-8bb4-e825b0147b44*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A?api-version=2022-12-12-preview + mise-correlation-id: + - 7d1f37e6-320e-4835-9e3a-92ac7070c0d8 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cloudservicesnetwork delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/15f2907e-6318-4100-8bb4-e825b0147b44*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/15f2907e-6318-4100-8bb4-e825b0147b44*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A","name":"15f2907e-6318-4100-8bb4-e825b0147b44*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","status":"Deleting","startTime":"2023-05-15T18:54:39.5641071Z"}' + headers: + cache-control: + - no-cache + content-length: + - '575' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 18:54:39 GMT + etag: + - '"b801d87e-0000-0100-0000-64627fef0000"' + expires: + - '-1' + 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: + - networkcloud cloudservicesnetwork delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/15f2907e-6318-4100-8bb4-e825b0147b44*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/15f2907e-6318-4100-8bb4-e825b0147b44*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A","name":"15f2907e-6318-4100-8bb4-e825b0147b44*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","status":"Succeeded","startTime":"2023-05-15T18:54:39.5641071Z","endTime":"2023-05-15T18:54:45.0931794Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '635' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 18:55:09 GMT + etag: + - '"b801e87e-0000-0100-0000-64627ff50000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cloudservicesnetwork delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/15f2907e-6318-4100-8bb4-e825b0147b44*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/15f2907e-6318-4100-8bb4-e825b0147b44*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A","name":"15f2907e-6318-4100-8bb4-e825b0147b44*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","status":"Succeeded","startTime":"2023-05-15T18:54:39.5641071Z","endTime":"2023-05-15T18:54:45.0931794Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '635' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 18:55:09 GMT + etag: + - '"b801e87e-0000-0100-0000-64627ff50000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario1.yaml new file mode 100644 index 00000000000..102ea1369ce --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario1.yaml @@ -0,0 +1,891 @@ +interactions: +- request: + body: '{"extendedLocation": {"name": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl", + "type": "CustomLocation"}, "location": "eastus", "properties": {"aggregatorOrSingleRackDefinition": + {"availabilityZone": "1", "bareMetalMachineConfigurationData": [{"bmcCredentials": + {"password": "password", "username": "root"}, "bmcMacAddress": "AA:BB:CC:DD:E7:08", + "bootMacAddress": "AA:BB:CC:F8:71:2E", "machineName": "lab00r750wkr1", "rackSlot": + 2, "serialNumber": "5HS7PK3"}, {"bmcCredentials": {"password": "bmcPassword", + "username": "root"}, "bmcMacAddress": "B0:7B:25:FD:E6:CC", "bootMacAddress": + "B0:7B:25:F8:78:C0", "machineName": "lab00r750wkr2", "rackSlot": 3, "serialNumber": + "4HS7PK3"}, {"bmcCredentials": {"password": "password", "username": "root"}, + "bmcMacAddress": "B0:7B:25:FD:D8:A4", "bootMacAddress": "B0:7B:25:F8:50:C6", + "machineName": "lab00r750wkr3", "rackSlot": 4, "serialNumber": "FM56PK3"}, {"bmcCredentials": + {"password": "password", "username": "root"}, "bmcMacAddress": "B0:7B:25:FE:82:4E", + "bootMacAddress": "B0:7B:25:F8:5B:C8", "machineName": "lab00r750wkr4", "rackSlot": + 5, "serialNumber": "7M56PK3"}, {"bmcCredentials": {"password": "bmcPassword", + "username": "root"}, "bmcMacAddress": "B0:7B:25:EF:5E:B8", "bootMacAddress": + "B0:7B:25:DE:7F:F4", "machineName": "lab00r750mgr1", "rackSlot": 6, "serialNumber": + "6P56PK3"}, {"bmcCredentials": {"password": "password", "username": "root"}, + "bmcMacAddress": "B0:7B:25:EF:60:20", "bootMacAddress": "B0:7B:25:DE:79:FC", + "machineName": "lab00r750mgr2", "rackSlot": 7, "serialNumber": "7P56PK3"}, {"bmcCredentials": + {"password": "password", "username": "root"}, "bmcMacAddress": "B0:7B:25:FD:E9:4E", + "bootMacAddress": "B0:7B:25:F8:5B:12", "machineName": "lab00r750wkr5", "rackSlot": + 8, "serialNumber": "8HS7PK3"}, {"bmcCredentials": {"password": "bmcPassword", + "username": "root"}, "bmcMacAddress": "B0:7B:25:FD:E8:52", "bootMacAddress": + "B0:7B:25:F8:76:A6", "machineName": "lab00r750wkr6", "rackSlot": 9, "serialNumber": + "2N56PK3"}, {"bmcCredentials": {"password": "password", "username": "root"}, + "bmcMacAddress": "B0:7B:25:FD:E8:40", "bootMacAddress": "B0:7B:25:F8:60:4C", + "machineName": "lab00r750wkr7", "rackSlot": 10, "serialNumber": "GM56PK3"}, + {"bmcCredentials": {"password": "password", "username": "root"}, "bmcMacAddress": + "B0:7B:25:FD:DC:76", "bootMacAddress": "B0:7B:25:F8:50:CA", "machineName": "lab00r750wkr8", + "rackSlot": 11, "serialNumber": "9M56PK3"}], "networkRackId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet", + "rackLocation": "b99m99r1", "rackSerialNumber": "b99m99r1", "rackSkuId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly", + "storageApplianceConfigurationData": [{"adminCredentials": {"password": "admin", + "username": "admin"}, "rackSlot": 1, "serialNumber": "serial", "storageApplianceName": + "name"}]}, "analyticsWorkspaceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai", + "clusterLocation": "Foo Street, 3rd Floor, row 9", "clusterServicePrincipal": + {"applicationId": "12345678-1234-1234-1234-123456789012", "password": "password", + "principalId": "00000008-0004-0004-0004-000000000012", "tenantId": "80000000-4000-4000-4000-120000000000"}, + "clusterType": "SingleRack", "clusterVersion": "3.1.0", "computeDeploymentThreshold": + {"grouping": "PerCluster", "type": "PercentSuccess", "value": 90}, "networkFabricId": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet"}, + "tags": {"tag1": "tag1"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster create + Connection: + - keep-alive + Content-Length: + - '3963' + Content-Type: + - application/json + ParameterSetName: + - --name --resource-group --extended-location --location --analytics-workspace-id + --cluster-location --cluster-service-principal --cluster-type --cluster-version + --compute-deployment-threshold --network-fabric-id --aggregator-or-single-rack-definition + --tags + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","name":"cli-test-cluster-000001","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T22:30:07.2322835Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:30:07.2322835Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"bmcCredentials":{"username":"root"},"bmcMacAddress":"AA:BB:CC:DD:E7:08","bootMacAddress":"AA:BB:CC:F8:71:2E","machineName":"lab00r750wkr1","rackSlot":2,"serialNumber":"5HS7PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:E6:CC","bootMacAddress":"B0:7B:25:F8:78:C0","machineName":"lab00r750wkr2","rackSlot":3,"serialNumber":"4HS7PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:D8:A4","bootMacAddress":"B0:7B:25:F8:50:C6","machineName":"lab00r750wkr3","rackSlot":4,"serialNumber":"FM56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FE:82:4E","bootMacAddress":"B0:7B:25:F8:5B:C8","machineName":"lab00r750wkr4","rackSlot":5,"serialNumber":"7M56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:EF:5E:B8","bootMacAddress":"B0:7B:25:DE:7F:F4","machineName":"lab00r750mgr1","rackSlot":6,"serialNumber":"6P56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:EF:60:20","bootMacAddress":"B0:7B:25:DE:79:FC","machineName":"lab00r750mgr2","rackSlot":7,"serialNumber":"7P56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:E9:4E","bootMacAddress":"B0:7B:25:F8:5B:12","machineName":"lab00r750wkr5","rackSlot":8,"serialNumber":"8HS7PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:E8:52","bootMacAddress":"B0:7B:25:F8:76:A6","machineName":"lab00r750wkr6","rackSlot":9,"serialNumber":"2N56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:E8:40","bootMacAddress":"B0:7B:25:F8:60:4C","machineName":"lab00r750wkr7","rackSlot":10,"serialNumber":"GM56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:DC:76","bootMacAddress":"B0:7B:25:F8:50:CA","machineName":"lab00r750wkr8","rackSlot":11,"serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"adminCredentials":{"username":"admin"},"rackSlot":1,"serialNumber":"serial","storageApplianceName":"name"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-000001-HostedResources-0A152959"},"provisioningState":"Accepted"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4077' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 22:30:07 GMT + etag: + - '"05076f98-0000-0100-0000-6462b26f0000"' + expires: + - '-1' + mise-correlation-id: + - a2c22064-ac53-491b-aaf4-13779f099dfd + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --extended-location --location --analytics-workspace-id + --cluster-location --cluster-service-principal --cluster-type --cluster-version + --compute-deployment-threshold --network-fabric-id --aggregator-or-single-rack-definition + --tags + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","name":"c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","status":"Accepted","startTime":"2023-05-15T22:30:07.4840331Z"}' + headers: + cache-control: + - no-cache + content-length: + - '566' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 22:30:07 GMT + etag: + - '"b9010108-0000-0100-0000-6462b26f0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --extended-location --location --analytics-workspace-id + --cluster-location --cluster-service-principal --cluster-type --cluster-version + --compute-deployment-threshold --network-fabric-id --aggregator-or-single-rack-definition + --tags + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","name":"c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","status":"Accepted","startTime":"2023-05-15T22:30:07.4840331Z"}' + headers: + cache-control: + - no-cache + content-length: + - '566' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 22:30:38 GMT + etag: + - '"b9010108-0000-0100-0000-6462b26f0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --extended-location --location --analytics-workspace-id + --cluster-location --cluster-service-principal --cluster-type --cluster-version + --compute-deployment-threshold --network-fabric-id --aggregator-or-single-rack-definition + --tags + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","name":"c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","status":"Accepted","startTime":"2023-05-15T22:30:07.4840331Z"}' + headers: + cache-control: + - no-cache + content-length: + - '566' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 22:31:08 GMT + etag: + - '"b9010108-0000-0100-0000-6462b26f0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --extended-location --location --analytics-workspace-id + --cluster-location --cluster-service-principal --cluster-type --cluster-version + --compute-deployment-threshold --network-fabric-id --aggregator-or-single-rack-definition + --tags + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","name":"c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","status":"Accepted","startTime":"2023-05-15T22:30:07.4840331Z"}' + headers: + cache-control: + - no-cache + content-length: + - '566' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 22:31:38 GMT + etag: + - '"b9010108-0000-0100-0000-6462b26f0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --extended-location --location --analytics-workspace-id + --cluster-location --cluster-service-principal --cluster-type --cluster-version + --compute-deployment-threshold --network-fabric-id --aggregator-or-single-rack-definition + --tags + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","name":"c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","status":"Accepted","startTime":"2023-05-15T22:30:07.4840331Z"}' + headers: + cache-control: + - no-cache + content-length: + - '566' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 22:32:08 GMT + etag: + - '"b9010108-0000-0100-0000-6462b26f0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --extended-location --location --analytics-workspace-id + --cluster-location --cluster-service-principal --cluster-type --cluster-version + --compute-deployment-threshold --network-fabric-id --aggregator-or-single-rack-definition + --tags + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","name":"c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","status":"Succeeded","startTime":"2023-05-15T22:30:07.4840331Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '585' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 22:32:38 GMT + etag: + - '"da00f6b3-0000-4d00-0000-6462b2f00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --extended-location --location --analytics-workspace-id + --cluster-location --cluster-service-principal --cluster-type --cluster-version + --compute-deployment-threshold --network-fabric-id --aggregator-or-single-rack-definition + --tags + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","name":"cli-test-cluster-000001","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T22:30:07.2322835Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:31:46.5661664Z"},"properties":{"provisioningState":"Succeeded","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-000001-HostedResources-0A152959"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment."}}' + headers: + cache-control: + - no-cache + content-length: + - '4461' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 22:32:38 GMT + etag: + - '"05076d99-0000-0100-0000-6462b2d20000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"properties": {"clusterLocation": "Foo Street, 4rd Floor, row 10"}, "tags": + {"tag1": "tag1", "tag2": "tag2update"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster update + Connection: + - keep-alive + Content-Length: + - '116' + Content-Type: + - application/json + ParameterSetName: + - --name --cluster-location --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7be9c549-f6b2-4d78-8d61-1c41042eaed7*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 22:32:40 GMT + etag: + - '"0507c799-0000-0100-0000-6462b3090000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7be9c549-f6b2-4d78-8d61-1c41042eaed7*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147?api-version=2022-12-12-preview + mise-correlation-id: + - 729fca89-9f81-4963-ba82-44d41def06cd + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster update + Connection: + - keep-alive + ParameterSetName: + - --name --cluster-location --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7be9c549-f6b2-4d78-8d61-1c41042eaed7*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7be9c549-f6b2-4d78-8d61-1c41042eaed7*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","name":"7be9c549-f6b2-4d78-8d61-1c41042eaed7*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","status":"Accepted","startTime":"2023-05-15T22:32:40.2040751Z"}' + headers: + cache-control: + - no-cache + content-length: + - '566' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 22:32:40 GMT + etag: + - '"b9016a09-0000-0100-0000-6462b3080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster update + Connection: + - keep-alive + ParameterSetName: + - --name --cluster-location --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7be9c549-f6b2-4d78-8d61-1c41042eaed7*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7be9c549-f6b2-4d78-8d61-1c41042eaed7*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","name":"7be9c549-f6b2-4d78-8d61-1c41042eaed7*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","status":"Succeeded","startTime":"2023-05-15T22:32:40.2040751Z","endTime":"2023-05-15T22:32:48.8685113Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '637' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 22:33:11 GMT + etag: + - '"b9016d09-0000-0100-0000-6462b3100000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster update + Connection: + - keep-alive + ParameterSetName: + - --name --cluster-location --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","name":"cli-test-cluster-000001","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T22:30:07.2322835Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:32:53.1375945Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-000001-HostedResources-0A152959"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment.","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '4482' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 22:33:11 GMT + etag: + - '"0507d499-0000-0100-0000-6462b3150000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster show + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","name":"cli-test-cluster-000001","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T22:30:07.2322835Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:32:53.1375945Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-000001-HostedResources-0A152959"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment.","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '4482' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 22:33:12 GMT + etag: + - '"0507d499-0000-0100-0000-6462b3150000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/clusters?api-version=2022-12-12-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synt-test-FunctionalTests-APITestingTemplateJob-westus3_USWest-lg2heycz/providers/Microsoft.NetworkCloud/clusters/cluster8eeb38","name":"cluster8eeb38","type":"microsoft.networkcloud/clusters","location":"westus3","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clustermgr21f81c-hostedresources-46676782/providers/microsoft.extendedlocation/customlocations/clustermgr21f81c-cl","type":"customLocation"},"tags":{"some_key":"some_value"},"systemData":{"createdBy":"7767ac4b-77d4-43ad-ae5d-daf53d32ed03","createdByType":"Application","createdAt":"2023-05-15T21:39:22.0853403Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T21:43:43.6383224Z"},"properties":{"provisioningState":"Deleting","availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synt-test-functionaltests-apitestingtemplatejob-westus3_uswest-lg2heycz/providers/Microsoft.NetworkCloud/clusterManagers/clustermgr21f81c","detailedStatus":"Deleting","detailedStatusMessage":"Cluster + is in the process of being deleted.","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"B0:7B:25:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr1","bmcMacAddress":"B0:7B:25:FD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr2","machineDetails":"16628585","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"m15r650mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"m15r650mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-lab/providers/Microsoft.Network/virtualNetworks/m15-vnet/subnets/ClusterManagerSubnet","rackLocation":"b37m15r1","rackSerialNumber":"b37m15r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"pureuser"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"testAnalyticsWorkspaceID","clusterType":"SingleRack","clusterVersion":"0.1.6","computeRackDefinitions":[],"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-lab/providers/Microsoft.Network/virtualNetworks/m15-vnet/subnets/M15ClusterManagerSubnet","managedResourceGroupConfiguration":{"location":"westus3","name":"cluster8eeb38-HostedResources-43217B43"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synt-test-FunctionalTests-APITestingTemplateJob-westus3_USEast-pzutykri/providers/Microsoft.NetworkCloud/clusters/cluster5ded35","name":"cluster5ded35","type":"microsoft.networkcloud/clusters","location":"westus3","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clustermgrab2d61-hostedresources-7087cdea/providers/microsoft.extendedlocation/customlocations/clustermgrab2d61-cl","type":"customLocation"},"tags":{"patch_key":"patch_value"},"systemData":{"createdBy":"7767ac4b-77d4-43ad-ae5d-daf53d32ed03","createdByType":"Application","createdAt":"2023-05-15T22:30:22.302789Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:33:07.8149101Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"B0:7B:25:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr1","bmcMacAddress":"B0:7B:25:FD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr2","machineDetails":"16628585","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"m15r650mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"m15r650mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-lab/providers/Microsoft.Network/virtualNetworks/m15-vnet/subnets/ClusterManagerSubnet","rackLocation":"b37m15r1","rackSerialNumber":"b37m15r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"pureuser"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"testAnalyticsWorkspaceID","clusterType":"SingleRack","clusterVersion":"0.1.6","computeRackDefinitions":[],"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-lab/providers/Microsoft.Network/virtualNetworks/m15-vnet/subnets/M15ClusterManagerSubnet","managedResourceGroupConfiguration":{"location":"westus3","name":"cluster5ded35-HostedResources-6D63A01B"},"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synt-test-functionaltests-apitestingtemplatejob-westus3_useast-pzutykri/providers/Microsoft.NetworkCloud/clusterManagers/clustermgrab2d61","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment.","clusterLocation":"westus3","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shared-dev-rajeshwarig/providers/Microsoft.NetworkCloud/clusters/arctestcluster1","name":"arctestcluster1","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/arctestcm-hostedresources-5f0deae8/providers/microsoft.extendedlocation/customlocations/arctestcm-cl","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-03T19:02:01.5367298Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-03T19:04:06.7977506Z"},"properties":{"provisioningState":"Succeeded","analyticsWorkspaceId":"","networkFabricId":"/subscriptions/subscriptionId/resourceGroups/rgName/providers/Microsoft.Network/virtualNetworks/cmName/subnets/ClusterManagerSubnet","clusterType":"SingleRack","clusterVersion":"3.1.0","aggregatorOrSingleRackDefinition":{"networkRackId":"/subscriptions/subscriptionId/resourceGroups/rgName/providers/Microsoft.Network/virtualNetworks/cmName/subnets/ClusterManagerSubnet","rackSkuId":"/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","rackSerialNumber":"b99m99r1","rackLocation":"b99m99r1","availabilityZone":"1","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}],"bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"AA:BB:CC:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","machineDetails":"16628585","bmcMacAddress":"AA:BB:CC:DD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"AA:BB:CC:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"AA:BB:CC:DD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"AA:BB:CC:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"AA:BB:CC:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"AA:BB:CC:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr1","bmcMacAddress":"AA:BB:CC:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"AA:BB:CC:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr2","bmcMacAddress":"AA:BB:CC:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"AA:BB:CC:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"AA:BB:CC:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"AA:BB:CC:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"AA:BB:CC:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"AA:BB:CC:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"AA:BB:CC:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"AA:BB:CC:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"AA:BB:CC:FD:DC:76","serialNumber":"9M56PK3"}]},"computeRackDefinitions":[],"managedResourceGroupConfiguration":{"location":"eastus","name":"arctestcluster1-HostedResources-2C8B664A"},"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shared-dev-rajeshwarig/providers/Microsoft.NetworkCloud/clusterManagers/arctestcm","availableUpgradeVersions":[],"detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment.","workloadResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","name":"k5-0907401cb287","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-clustermgr-mrg-meqgnoh7o7aoc/providers/microsoft.extendedlocation/customlocations/k5-meqgnoh7o7aoc-cl","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"k5","ResourceType":"cluster","sshKeyUrl":"https://aka.ms/aods-nc-ssh","SkipHardwareValidation":"false"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-04T05:12:40.3420134Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-11T11:27:54.4586314Z"},"properties":{"provisioningState":"Succeeded","analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.OperationalInsights/workspaces/k5-law-2hjayrnsj555y","networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m20-lab/providers/Microsoft.Network/virtualNetworks/m20-vnet/subnets/ClusterManagerSubnet","clusterType":"SingleRack","clusterVersion":"0.1.6","aggregatorOrSingleRackDefinition":{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m20-lab/providers/Microsoft.Network/virtualNetworks/m20-vnet/subnets/ClusterManagerSubnet","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","rackSerialNumber":"b37k5r1","rackLocation":"b37k5r1","availabilityZone":"1","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"pureuser"},"storageApplianceName":"b37k5purestor1","serialNumber":"serial"}],"bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"D0:8E:79:EB:D3:40","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.12.3.11/redfish/v1/Systems/System.Embedded.1","machineName":"k5r750wkr1","bmcMacAddress":"D0:8E:79:EB:D3:41","serialNumber":"6SSFRN3"},{"rackSlot":3,"bootMacAddress":"D0:8E:79:F3:7A:DA","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.12.3.12/redfish/v1/Systems/System.Embedded.1","machineName":"k5r750wkr2","bmcMacAddress":"D0:8E:79:F3:7A:DB","serialNumber":"1KVWWP3"},{"rackSlot":4,"bootMacAddress":"D0:8E:79:F0:BA:B6","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.12.3.13/redfish/v1/Systems/System.Embedded.1","machineName":"k5r750wkr3","bmcMacAddress":"D0:8E:79:F0:BA:B7","serialNumber":"3SSFRN3"},{"rackSlot":5,"bootMacAddress":"D0:8E:79:F0:4F:A6","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.12.3.14/redfish/v1/Systems/System.Embedded.1","machineName":"k5r750wkr4","bmcMacAddress":"D0:8E:79:F0:4F:A7","serialNumber":"90XFRN3"},{"rackSlot":6,"bootMacAddress":"EC:2A:72:19:8D:D2","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.12.3.15/redfish/v1/Systems/System.Embedded.1","machineName":"k5r650mgr1","bmcMacAddress":"EC:2A:72:19:8D:D3","serialNumber":"65TBRN3"},{"rackSlot":7,"bootMacAddress":"EC:2A:72:19:8E:50","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.12.3.16/redfish/v1/Systems/System.Embedded.1","machineName":"k5r650mgr2","bmcMacAddress":"EC:2A:72:19:8E:51","serialNumber":"45TBRN3"},{"rackSlot":8,"bootMacAddress":"D0:8E:79:F3:82:88","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.12.3.17/redfish/v1/Systems/System.Embedded.1","machineName":"k5r750wkr5","bmcMacAddress":"D0:8E:79:F3:82:89","serialNumber":"FDHBRN3"},{"rackSlot":9,"bootMacAddress":"D0:8E:79:F0:47:BC","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.12.3.18/redfish/v1/Systems/System.Embedded.1","machineName":"k5r750wkr6","bmcMacAddress":"D0:8E:79:F0:47:BD","serialNumber":"C0XFRN3"},{"rackSlot":10,"bootMacAddress":"D0:8E:79:F0:C9:98","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.12.3.19/redfish/v1/Systems/System.Embedded.1","machineName":"k5r750wkr7","bmcMacAddress":"D0:8E:79:F0:C9:99","serialNumber":"F0XFRN3"},{"rackSlot":11,"bootMacAddress":"D0:8E:79:F0:4C:96","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.12.3.20/redfish/v1/Systems/System.Embedded.1","machineName":"k5r750wkr8","bmcMacAddress":"D0:8E:79:F0:4C:97","serialNumber":"70XFRN3"}]},"computeRackDefinitions":[],"clusterServicePrincipal":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","applicationId":"89726d3e-60df-49e5-81a4-3fc5f5b16133","principalId":"1f83d5e1-1bcd-4e73-91d9-1b1bea2b81b6"},"managedResourceGroupConfiguration":{"location":"eastus","name":"k5-0907401cb287-HostedResources-27FBCFCB"},"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shared-dev-k5-clustermanager-1/providers/Microsoft.NetworkCloud/clusterManagers/k5-meqgnoh7o7aoc","availableUpgradeVersions":[],"detailedStatus":"Running","detailedStatusMessage":"Cluster + is up and running.","workloadResourceIds":[],"supportExpiryDate":"2023-07-31","clusterExtendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"hybridAksExtendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.ExtendedLocation/customLocations/k5-0907401cb287-haks-cstm-loc","type":"CustomLocation"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestmbpt7csa76papzyqizakemvejzuzkkgpdvpxdcujztoml7aqu76ntfghuydnskm5wiln/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-m4w55dj","name":"cli-test-cluster-m4w55dj","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-09T22:09:08.2624169Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-09T22:10:35.3922079Z"},"properties":{"provisioningState":"Deleting","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/NetworkFabrics/networkfabric1","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-m4w55dj-HostedResources-77B08A28"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"Deleting","detailedStatusMessage":"Cluster + is in the process of being deleted.","workloadResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest524ovttmm4hwwrqmqg46gecgsafcsdz7u2bu6i2v3aohbloyoz2ruis2exmdhqtyvshr/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-xbrh7wz","name":"cli-test-cluster-xbrh7wz","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-09T23:39:44.2424645Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-09T23:42:27.6321598Z"},"properties":{"provisioningState":"Deleting","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/NetworkFabrics/networkfabric1","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-xbrh7wz-HostedResources-05D61B4F"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"Failed","detailedStatusMessage":"Cluster + deployment is in failed state.","workloadResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/clusters/j27-9ea78fd44a90","name":"j27-9ea78fd44a90","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j27-clustermgr-mrg-jnzebpxrmmdrg/providers/microsoft.extendedlocation/customlocations/j27-jnzebpxrmmdrg-cl","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"j27","ResourceType":"cluster","sshKeyUrl":"https://aka.ms/aods-nc-ssh"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-10T15:37:27.1159114Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-10T18:03:15.1275572Z"},"properties":{"provisioningState":"Succeeded","analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.OperationalInsights/workspaces/j27-law-ib36rbc5sdo5s","networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m20-lab/providers/Microsoft.Network/virtualNetworks/m20-vnet/subnets/ClusterManagerSubnet","clusterType":"SingleRack","clusterVersion":"0.1.6","aggregatorOrSingleRackDefinition":{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m20-lab/providers/Microsoft.Network/virtualNetworks/m20-vnet/subnets/ClusterManagerSubnet","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","rackSerialNumber":"b37j27r1","rackLocation":"b37j27r1","availabilityZone":"1","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"pureuser"},"storageApplianceName":"b37j27purestor1","serialNumber":"serial"}],"bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"B0:4F:13:BE:42:D0","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.9.3.11/redfish/v1/Systems/System.Embedded.1","machineName":"j27r750wkr1","bmcMacAddress":"B0:4F:13:BE:42:D1","serialNumber":"8TNJ0M3"},{"rackSlot":3,"bootMacAddress":"B0:4F:13:BE:4A:32","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.9.3.12/redfish/v1/Systems/System.Embedded.1","machineName":"j27r750wkr2","machineDetails":"16628585","bmcMacAddress":"B0:4F:13:BE:4A:33","serialNumber":"9TNJ0M3"},{"rackSlot":4,"bootMacAddress":"B0:4F:13:BE:7D:F2","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.9.3.13/redfish/v1/Systems/System.Embedded.1","machineName":"j27r750wkr3","bmcMacAddress":"B0:4F:13:BE:7D:F3","serialNumber":"DTNJ0M3"},{"rackSlot":5,"bootMacAddress":"D0:8E:79:EB:56:C4","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.9.3.14/redfish/v1/Systems/System.Embedded.1","machineName":"j27r750wkr4","bmcMacAddress":"D0:8E:79:EB:56:C5","serialNumber":"2RNJ0M3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:80:F2","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.9.3.15/redfish/v1/Systems/System.Embedded.1","machineName":"j27r650mgr1","bmcMacAddress":"B0:7B:25:DE:80:F3","serialNumber":"DP56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:82:42","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.9.3.16/redfish/v1/Systems/System.Embedded.1","machineName":"j27r650mgr2","bmcMacAddress":"B0:7B:25:DE:82:43","serialNumber":"HP56PK3"},{"rackSlot":8,"bootMacAddress":"B0:4F:13:BE:43:D8","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.9.3.17/redfish/v1/Systems/System.Embedded.1","machineName":"j27r750wkr5","bmcMacAddress":"B0:4F:13:BE:43:D9","serialNumber":"6TNJ0M3"},{"rackSlot":9,"bootMacAddress":"D0:8E:79:EB:4E:8A","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.9.3.18/redfish/v1/Systems/System.Embedded.1","machineName":"j27r750wkr6","bmcMacAddress":"D0:8E:79:EB:4E:8B","serialNumber":"CTNJ0M3"},{"rackSlot":10,"bootMacAddress":"B0:4F:13:BE:3D:1E","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.9.3.19/redfish/v1/Systems/System.Embedded.1","machineName":"j27r750wkr7","bmcMacAddress":"B0:4F:13:BE:3D:1F","serialNumber":"FTNJ0M3"},{"rackSlot":11,"bootMacAddress":"B0:4F:13:BE:3B:B8","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.9.3.20/redfish/v1/Systems/System.Embedded.1","machineName":"j27r750wkr8","bmcMacAddress":"B0:4F:13:BE:3B:B9","serialNumber":"BTNJ0M3"}]},"computeRackDefinitions":[],"clusterServicePrincipal":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","applicationId":"89726d3e-60df-49e5-81a4-3fc5f5b16133","principalId":"1f83d5e1-1bcd-4e73-91d9-1b1bea2b81b6"},"managedResourceGroupConfiguration":{"location":"eastus","name":"j27-9ea78fd44a90-HostedResources-3111A879"},"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shared-dev-j27-clustermgr/providers/Microsoft.NetworkCloud/clusterManagers/j27-jnzebpxrmmdrg","availableUpgradeVersions":[],"detailedStatus":"Running","detailedStatusMessage":"Cluster + is up and running.","workloadResourceIds":[],"supportExpiryDate":"2023-07-31","clusterExtendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j27-9ea78fd44a90-hostedresources-3111a879/providers/microsoft.extendedlocation/customlocations/j27-9ea78fd44a90-cstm-loc","type":"CustomLocation"},"hybridAksExtendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-9ea78fd44a90-HostedResources-3111A879/providers/Microsoft.ExtendedLocation/customLocations/j27-9ea78fd44a90-haks-cstm-loc","type":"CustomLocation"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestuszwoc5ki47gcjktpjsywyll5hjhzbicunw5vpel665gwa63tdfdpfhstgdd3vas4lnf/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-kyk6t6z","name":"cli-test-cluster-kyk6t6z","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-10T23:12:27.9693781Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-10T23:15:10.6906711Z"},"properties":{"provisioningState":"Deleting","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-kyk6t6z-HostedResources-27AB2AB9"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"Failed","detailedStatusMessage":"Cluster + deployment is in failed state.","workloadResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestunupyx2ftqtysbsymhfx7h2mikyfvgj4rglwpkunn7caa57i4wnpubwalct4rnana2j6/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-bgoqp4g","name":"cli-test-cluster-bgoqp4g","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\",tagUpdate=NewTag"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-10T23:53:18.6304851Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-10T23:56:05.1942581Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-bgoqp4g-HostedResources-26A0A954"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"Deleting","detailedStatusMessage":"Cluster + is in the process of being deleted.","workloadResourceIds":[],"provisioningState":"Deleting"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesteaqrqp5lp3xhqen6mqa67wgu7o5gfxbitm4jmxd7m7hyhao5nluajt3n2qhlv7xvgyox/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-vxag4h7","name":"cli-test-cluster-vxag4h7","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-11T03:59:31.6464055Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-11T04:01:04.509642Z"},"properties":{"provisioningState":"Deleting","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-vxag4h7-HostedResources-0C07FE60"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"Deleting","detailedStatusMessage":"Cluster + is in the process of being deleted.","workloadResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestgkpsvpkrwv2r5233d3scyieogvcjsvvrnakkwouyxfh44lep5o3lqrbx3la2ju6f2ddx/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-nl34mph","name":"cli-test-cluster-nl34mph","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-11T06:21:02.4852628Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-11T06:22:27.9954679Z"},"properties":{"provisioningState":"Deleting","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-nl34mph-HostedResources-621ED1BD"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"Deleting","detailedStatusMessage":"Cluster + is in the process of being deleted.","workloadResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestlxllq5bjehtqhkodhbypjdvakryr54gl7qdasof7wzzlngu3w7yoq2hbhfqpgj6ppqzy/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-i52j3ve","name":"cli-test-cluster-i52j3ve","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-11T20:46:09.1295649Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-12T21:35:55.6594996Z"},"properties":{"provisioningState":"Deleting","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-i52j3ve-HostedResources-3E540D9F"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"Deleting","detailedStatusMessage":"Cluster + is in the process of being deleted.","workloadResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest63f5nhahjo24gcuw5qmylzq63zsipa3nb3enhymxha7q5v2h53fe2k3xlxo3q5nt4nbn/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-rhne2bi","name":"cli-test-cluster-rhne2bi","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-11T20:50:29.343059Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-12T21:35:46.2545564Z"},"properties":{"provisioningState":"Deleting","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-rhne2bi-HostedResources-350F2CB4"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"Deleting","detailedStatusMessage":"Cluster + is in the process of being deleted.","workloadResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestrffz3ega3fkfcgmxtptrqvo7u7gapttaoe5dltb6mt644pjopxbbqbqc7tvuu3tp673g/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-63fjv26","name":"cli-test-cluster-63fjv26","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-11T21:32:55.6451163Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-12T21:36:35.2322154Z"},"properties":{"provisioningState":"Deleting","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-63fjv26-HostedResources-13621B62"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"Deleting","detailedStatusMessage":"Cluster + is in the process of being deleted.","workloadResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestrlshqau6iifxddxc2gkrrfuhbtgo2ouf6ixhunopoazvggmwakh6xxuljbfkhlxwdran/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-ngflhlr","name":"cli-test-cluster-ngflhlr","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-11T21:40:05.2976066Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-12T21:35:52.1270481Z"},"properties":{"provisioningState":"Deleting","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-ngflhlr-HostedResources-0005E1C4"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"Deleting","detailedStatusMessage":"Cluster + is in the process of being deleted.","workloadResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitests7mf2tpikm5h6sdlliijfyqsayfmvg4zhzdkahz4fdke5nxgde3qnfjwcsx7sjueurmv/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-sypfzvg","name":"cli-test-cluster-sypfzvg","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-11T21:52:14.1512631Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-12T21:36:35.1451355Z"},"properties":{"provisioningState":"Deleting","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-sypfzvg-HostedResources-59241201"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"Deleting","detailedStatusMessage":"Cluster + is in the process of being deleted.","workloadResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestsd7n3pns4taope74c/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-dnhyvcu","name":"cli-test-cluster-dnhyvcu","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\",tagUpdate=NewTag"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-11T23:24:27.1460532Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-12T21:35:54.9551726Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-dnhyvcu-HostedResources-12D59AE2"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"Deleting","detailedStatusMessage":"Cluster + is in the process of being deleted.","workloadResourceIds":[],"provisioningState":"Deleting"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestw4opps2p5cgwfjcxl/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-shyirng","name":"cli-test-cluster-shyirng","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-12T01:06:34.6037978Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-12T21:35:54.9876259Z"},"properties":{"provisioningState":"Deleting","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"AA:BB:CC:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","machineDetails":"16628585","bmcMacAddress":"AA:BB:CC:DD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"AA:BB:CC:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"AA:BB:CC:DD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"AA:BB:CC:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"AA:BB:CC:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"AA:BB:CC:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr1","bmcMacAddress":"AA:BB:CC:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"AA:BB:CC:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr2","bmcMacAddress":"AA:BB:CC:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"AA:BB:CC:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"AA:BB:CC:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"AA:BB:CC:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"AA:BB:CC:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"AA:BB:CC:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"AA:BB:CC:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"AA:BB:CC:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"AA:BB:CC:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-shyirng-HostedResources-0838A3D3"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"Deleting","detailedStatusMessage":"Cluster + is in the process of being deleted.","workloadResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest2l5o6taozhhdrouzv/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-6iqbejt","name":"cli-test-cluster-6iqbejt","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-12T02:24:56.8841429Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-12T21:35:52.1126446Z"},"properties":{"provisioningState":"Deleting","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"AA:BB:CC:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","machineDetails":"16628585","bmcMacAddress":"AA:BB:CC:DD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"AA:BB:CC:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"AA:BB:CC:DD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"AA:BB:CC:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"AA:BB:CC:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"AA:BB:CC:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr1","bmcMacAddress":"AA:BB:CC:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"AA:BB:CC:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr2","bmcMacAddress":"AA:BB:CC:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"AA:BB:CC:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"AA:BB:CC:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"AA:BB:CC:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"AA:BB:CC:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"AA:BB:CC:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"AA:BB:CC:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"AA:BB:CC:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"AA:BB:CC:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-6iqbejt-HostedResources-049F1454"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"Deleting","detailedStatusMessage":"Cluster + is in the process of being deleted."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestrntwkewniuadcd2zv/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-rgcqlxf","name":"cli-test-cluster-rgcqlxf","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-12T17:33:39.8198867Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-12T21:35:52.4712983Z"},"properties":{"provisioningState":"Deleting","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"AA:BB:CC:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","machineDetails":"16628585","bmcMacAddress":"AA:BB:CC:DD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"AA:BB:CC:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"AA:BB:CC:DD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"AA:BB:CC:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"AA:BB:CC:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"AA:BB:CC:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr1","bmcMacAddress":"AA:BB:CC:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"AA:BB:CC:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr2","bmcMacAddress":"AA:BB:CC:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"AA:BB:CC:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"AA:BB:CC:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"AA:BB:CC:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"AA:BB:CC:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"AA:BB:CC:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"AA:BB:CC:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"AA:BB:CC:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"AA:BB:CC:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-rgcqlxf-HostedResources-1D9FA22E"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"Deleting","detailedStatusMessage":"Cluster + is in the process of being deleted.","workloadResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestr6ldeouvthqlhyy66/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-gksf44l","name":"cli-test-cluster-gksf44l","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\",tagUpdate=NewTag"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-14T19:12:38.7076567Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-14T19:15:24.6659303Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-gksf44l-HostedResources-1578E052"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment.","workloadResourceIds":[],"provisioningState":"Deleting"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestsq6wksnkgslzzrva7/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-3ema376","name":"cli-test-cluster-3ema376","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\",tagUpdate=NewTag"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-14T19:14:36.3523393Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-14T19:17:22.0477639Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-3ema376-HostedResources-07CDA11E"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment.","workloadResourceIds":[],"provisioningState":"Deleting"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestv63lgnhzshxh3n5q6/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-p66r2fy","name":"cli-test-cluster-p66r2fy","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\",tagUpdate=NewTag"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-14T19:39:30.060435Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-14T19:42:13.520433Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-p66r2fy-HostedResources-2C96328B"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment.","workloadResourceIds":[],"provisioningState":"Deleting"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest7ct5w523ytnji5etf/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-ukf2nrd","name":"cli-test-cluster-ukf2nrd","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-14T19:39:30.824276Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-14T23:17:13.5465817Z"},"properties":{"provisioningState":"Deleting","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"AA:BB:CC:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","machineDetails":"16628585","bmcMacAddress":"AA:BB:CC:DD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"AA:BB:CC:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"AA:BB:CC:DD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"AA:BB:CC:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"AA:BB:CC:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"AA:BB:CC:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr1","bmcMacAddress":"AA:BB:CC:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"AA:BB:CC:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr2","bmcMacAddress":"AA:BB:CC:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"AA:BB:CC:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"AA:BB:CC:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"AA:BB:CC:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"AA:BB:CC:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"AA:BB:CC:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"AA:BB:CC:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"AA:BB:CC:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"AA:BB:CC:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-ukf2nrd-HostedResources-1F816153"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"Deleting","detailedStatusMessage":"Cluster + is in the process of being deleted.","workloadResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestu22av3jle2tf2p7wd/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-3iwmckq","name":"cli-test-cluster-3iwmckq","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-14T19:52:01.8616484Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-14T19:53:31.6753016Z"},"properties":{"provisioningState":"Deleting","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"AA:BB:CC:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","machineDetails":"16628585","bmcMacAddress":"AA:BB:CC:DD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"AA:BB:CC:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"AA:BB:CC:DD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"AA:BB:CC:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"AA:BB:CC:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"AA:BB:CC:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr1","bmcMacAddress":"AA:BB:CC:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"AA:BB:CC:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr2","bmcMacAddress":"AA:BB:CC:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"AA:BB:CC:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"AA:BB:CC:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"AA:BB:CC:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"AA:BB:CC:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"AA:BB:CC:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"AA:BB:CC:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"AA:BB:CC:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"AA:BB:CC:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-3iwmckq-HostedResources-2E4CF043"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest3lik4ou2crzfilnul/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-xd4k65c","name":"cli-test-cluster-xd4k65c","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\",tagUpdate=NewTag"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-14T19:52:02.7716328Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-14T19:54:46.9370927Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-xd4k65c-HostedResources-120A1CFF"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment.","provisioningState":"Deleting"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestkriokt3qhinf4bgxa/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-5p2px45","name":"cli-test-cluster-5p2px45","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-14T20:19:46.4883676Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-14T20:21:15.5546396Z"},"properties":{"provisioningState":"Deleting","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"AA:BB:CC:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","machineDetails":"16628585","bmcMacAddress":"AA:BB:CC:DD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"AA:BB:CC:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"AA:BB:CC:DD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"AA:BB:CC:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"AA:BB:CC:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"AA:BB:CC:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr1","bmcMacAddress":"AA:BB:CC:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"AA:BB:CC:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr2","bmcMacAddress":"AA:BB:CC:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"AA:BB:CC:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"AA:BB:CC:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"AA:BB:CC:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"AA:BB:CC:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"AA:BB:CC:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"AA:BB:CC:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"AA:BB:CC:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"AA:BB:CC:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-5p2px45-HostedResources-41056AA5"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestltjogd7kepn4dzo4i/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-jk2a5kq","name":"cli-test-cluster-jk2a5kq","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-14T20:19:46.8919744Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T02:53:50.7029663Z"},"properties":{"provisioningState":"Deleting","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-jk2a5kq-HostedResources-0DAD977C"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"Deleting","detailedStatusMessage":"Cluster + is in the process of being deleted.","workloadResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestnlp765bip4cjr2ovz/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-dk7nceh","name":"cli-test-cluster-dk7nceh","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-14T20:37:59.1350696Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-14T20:39:30.9841105Z"},"properties":{"provisioningState":"Deleting","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"AA:BB:CC:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","machineDetails":"16628585","bmcMacAddress":"AA:BB:CC:DD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"AA:BB:CC:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"AA:BB:CC:DD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"AA:BB:CC:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"AA:BB:CC:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"AA:BB:CC:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr1","bmcMacAddress":"AA:BB:CC:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"AA:BB:CC:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr2","bmcMacAddress":"AA:BB:CC:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"AA:BB:CC:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"AA:BB:CC:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"AA:BB:CC:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"AA:BB:CC:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"AA:BB:CC:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"AA:BB:CC:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"AA:BB:CC:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"AA:BB:CC:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-dk7nceh-HostedResources-53579A29"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestbwzcwbghpyefzkm4o/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-3ohvumf","name":"cli-test-cluster-3ohvumf","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-14T20:37:59.01663Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T02:54:09.5359631Z"},"properties":{"provisioningState":"Deleting","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-3ohvumf-HostedResources-59853272"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"Deleting","detailedStatusMessage":"Cluster + is in the process of being deleted.","workloadResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesti47n37m5b6pfqq6cg/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-2tlkqo3","name":"cli-test-cluster-2tlkqo3","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-14T20:58:35.7209035Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T03:47:22.2959176Z"},"properties":{"provisioningState":"Deleting","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"AA:BB:CC:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","machineDetails":"16628585","bmcMacAddress":"AA:BB:CC:DD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"AA:BB:CC:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"AA:BB:CC:DD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"AA:BB:CC:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"AA:BB:CC:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"AA:BB:CC:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr1","bmcMacAddress":"AA:BB:CC:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"AA:BB:CC:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr2","bmcMacAddress":"AA:BB:CC:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"AA:BB:CC:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"AA:BB:CC:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"AA:BB:CC:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"AA:BB:CC:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"AA:BB:CC:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"AA:BB:CC:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"AA:BB:CC:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"AA:BB:CC:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-2tlkqo3-HostedResources-1DD05A80"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"Deleting","detailedStatusMessage":"Cluster + is in the process of being deleted.","workloadResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest4ox7cwz5mg5pq6p3s/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-knxibmd","name":"cli-test-cluster-knxibmd","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-14T20:58:36.2401439Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T01:36:20.6981727Z"},"properties":{"provisioningState":"Deleting","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-knxibmd-HostedResources-2D16B48D"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"Deleting","detailedStatusMessage":"Cluster + is in the process of being deleted.","workloadResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestsvq2rwl7l2xbcgx6b/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-u5fk5m3","name":"cli-test-cluster-u5fk5m3","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\",tagUpdate=NewTag"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-14T21:01:14.0607188Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-14T21:03:58.3017279Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-u5fk5m3-HostedResources-5F919280"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment.","provisioningState":"Failed"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestazhnxvumsg3mrsqlp/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-4s5dlyr","name":"cli-test-cluster-4s5dlyr","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-14T21:01:14.5436401Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-14T21:02:52.3118138Z"},"properties":{"provisioningState":"Failed","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"AA:BB:CC:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","machineDetails":"16628585","bmcMacAddress":"AA:BB:CC:DD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"AA:BB:CC:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"AA:BB:CC:DD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"AA:BB:CC:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"AA:BB:CC:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"AA:BB:CC:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr1","bmcMacAddress":"AA:BB:CC:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"AA:BB:CC:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr2","bmcMacAddress":"AA:BB:CC:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"AA:BB:CC:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"AA:BB:CC:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"AA:BB:CC:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"AA:BB:CC:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"AA:BB:CC:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"AA:BB:CC:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"AA:BB:CC:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"AA:BB:CC:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-4s5dlyr-HostedResources-314C756A"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestdqev5twzfim4pwwfl/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-ecyoamu","name":"cli-test-cluster-ecyoamu","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\",tagUpdate=NewTag"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-14T21:15:12.7232483Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-14T21:17:59.4755157Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-ecyoamu-HostedResources-4AB5915F"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment.","workloadResourceIds":[],"provisioningState":"Failed"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesttzjay5px33ngk4ct4/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-6gixpzr","name":"cli-test-cluster-6gixpzr","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\",tagUpdate=NewTag"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-14T21:16:27.4828491Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T03:21:13.8994959Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-6gixpzr-HostedResources-4C7EDF3F"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"Deleting","detailedStatusMessage":"Cluster + is in the process of being deleted.","workloadResourceIds":[],"provisioningState":"Deleting"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest2xycsu5czn7a7rrdn/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-bbj6h6o","name":"cli-test-cluster-bbj6h6o","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-14T21:16:27.7304001Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-14T21:18:09.0634198Z"},"properties":{"provisioningState":"Failed","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"AA:BB:CC:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","machineDetails":"16628585","bmcMacAddress":"AA:BB:CC:DD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"AA:BB:CC:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"AA:BB:CC:DD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"AA:BB:CC:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"AA:BB:CC:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"AA:BB:CC:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr1","bmcMacAddress":"AA:BB:CC:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"AA:BB:CC:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr2","bmcMacAddress":"AA:BB:CC:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"AA:BB:CC:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"AA:BB:CC:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"AA:BB:CC:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"AA:BB:CC:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"AA:BB:CC:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"AA:BB:CC:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"AA:BB:CC:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"AA:BB:CC:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-bbj6h6o-HostedResources-57B0264F"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment.","workloadResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestyzekhvs4uaqoxgcje/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-5reg6ie","name":"cli-test-cluster-5reg6ie","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T16:20:01.7051151Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T21:00:36.5978489Z"},"properties":{"provisioningState":"Failed","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-5reg6ie-HostedResources-08BDD2D1"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"Deleting","detailedStatusMessage":"Cluster + is in the process of being deleted.","workloadResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestbnycjrqjgn6ray32b/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-y4zlf3p","name":"cli-test-cluster-y4zlf3p","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:56:18.3573251Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T19:57:49.3254053Z"},"properties":{"provisioningState":"Failed","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-y4zlf3p-HostedResources-6DE17483"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest75l47lx4n6vux6e2l/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-7dagoov","name":"cli-test-cluster-7dagoov","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T20:00:09.8508555Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T20:02:54.7251554Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-7dagoov-HostedResources-5D715BB4"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment.","workloadResourceIds":[],"provisioningState":"Failed"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestlfcncgf2vq5etwken/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-jr2s5bp","name":"cli-test-cluster-jr2s5bp","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T20:10:38.4438713Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T21:13:36.6697879Z"},"properties":{"provisioningState":"Succeeded","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-jr2s5bp-HostedResources-4BDFC425"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment.","workloadResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesthkkt6yxrnfnip53vk/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-q7qvkrx","name":"cli-test-cluster-q7qvkrx","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T20:22:22.3361439Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T20:25:06.8929207Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-q7qvkrx-HostedResources-1A0BE30F"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment.","workloadResourceIds":[],"provisioningState":"Failed"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestgq2p23mf3lfqyb4kv/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-bnj2oyp","name":"cli-test-cluster-bnj2oyp","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T20:22:22.5856979Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T20:23:57.6069853Z"},"properties":{"provisioningState":"Failed","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"AA:BB:CC:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","machineDetails":"16628585","bmcMacAddress":"AA:BB:CC:DD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"AA:BB:CC:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"AA:BB:CC:DD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"AA:BB:CC:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"AA:BB:CC:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"AA:BB:CC:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr1","bmcMacAddress":"AA:BB:CC:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"AA:BB:CC:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr2","bmcMacAddress":"AA:BB:CC:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"AA:BB:CC:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"AA:BB:CC:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"AA:BB:CC:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"AA:BB:CC:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"AA:BB:CC:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"AA:BB:CC:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"AA:BB:CC:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"AA:BB:CC:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-bnj2oyp-HostedResources-5935ED29"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest7ubbhbignot4nxu5q/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-ujxr54u","name":"cli-test-cluster-ujxr54u","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\" + tagUpdate=\"NewTag\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T20:36:55.4657776Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T20:39:40.5685692Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-ujxr54u-HostedResources-390C7F41"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment.","provisioningState":"Deleting"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestfxlntgltlsnadufpy/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-ajl5xcw","name":"cli-test-cluster-ajl5xcw","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T20:36:55.6903631Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T21:04:35.351201Z"},"properties":{"provisioningState":"Deleting","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"AA:BB:CC:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","machineDetails":"16628585","bmcMacAddress":"AA:BB:CC:DD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"AA:BB:CC:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"AA:BB:CC:DD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"AA:BB:CC:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"AA:BB:CC:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"AA:BB:CC:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr1","bmcMacAddress":"AA:BB:CC:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"AA:BB:CC:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr2","bmcMacAddress":"AA:BB:CC:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"AA:BB:CC:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"AA:BB:CC:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"AA:BB:CC:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"AA:BB:CC:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"AA:BB:CC:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"AA:BB:CC:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"AA:BB:CC:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"AA:BB:CC:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-ajl5xcw-HostedResources-5D35EA00"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment.","workloadResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestzdhgvqjj5hn25haxh/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-ei3bhhp","name":"cli-test-cluster-ei3bhhp","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\" + tagUpdate=\"NewTag\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T21:16:38.76834Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T21:19:23.7558503Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-ei3bhhp-HostedResources-78936BBA"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment.","workloadResourceIds":[],"provisioningState":"Deleting"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synt-test-FunctionalTests-APITestingTemplateJob-eastus_USWest-w804wl03/providers/Microsoft.NetworkCloud/clusters/cluster29ec8c","name":"cluster29ec8c","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clustermgr731d82-hostedresources-01438537/providers/microsoft.extendedlocation/customlocations/clustermgr731d82-cl","type":"customLocation"},"tags":{"some_key":"some_value"},"systemData":{"createdBy":"7767ac4b-77d4-43ad-ae5d-daf53d32ed03","createdByType":"Application","createdAt":"2023-05-15T21:26:52.1613886Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T21:31:15.6209247Z"},"properties":{"provisioningState":"Failed","clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synt-test-functionaltests-apitestingtemplatejob-eastus_uswest-w804wl03/providers/Microsoft.NetworkCloud/clusterManagers/clustermgr731d82","availableUpgradeVersions":[],"detailedStatus":"Deleting","detailedStatusMessage":"Cluster + is in the process of being deleted.","workloadResourceIds":[],"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"B0:7B:25:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr1","bmcMacAddress":"B0:7B:25:FD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr2","machineDetails":"16628585","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"m15r650mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"m15r650mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-lab/providers/Microsoft.Network/virtualNetworks/m15-vnet/subnets/ClusterManagerSubnet","rackLocation":"b37m15r1","rackSerialNumber":"b37m15r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"pureuser"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"testAnalyticsWorkspaceID","clusterType":"SingleRack","clusterVersion":"0.1.6","computeRackDefinitions":[],"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-lab/providers/Microsoft.Network/virtualNetworks/m15-vnet/subnets/M15ClusterManagerSubnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cluster29ec8c-HostedResources-6C348B0C"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev7-cluster/providers/Microsoft.NetworkCloud/clusters/dev7-0a34116c4ef9","name":"dev7-0a34116c4ef9","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/dev7-clustermgr-mrg-7vmurr2cqnoh4/providers/microsoft.extendedlocation/customlocations/dev7-7vmurr2cqnoh4-cl","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"dev7","ResourceType":"cluster","sshKeyUrl":"https://aka.ms/aods-nc-ssh","SkipHardwareValidation":"true"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-15T21:51:57.6832891Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:15:07.5291436Z"},"properties":{"provisioningState":"Succeeded","analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev7-cluster/providers/Microsoft.OperationalInsights/workspaces/dev7-law-un7yhky5tw7mq","networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev7lab01-nf/providers/Microsoft.ManagedNetworkFabric/networkFabrics/dev7labnf02","clusterType":"MultiRack","clusterVersion":"0.1.6","aggregatorOrSingleRackDefinition":{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev7lab01-nf/providers/Microsoft.ManagedNetworkFabric/networkRacks/dev7labnf02-aggrack","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Aggregator_x70r3_9","rackSerialNumber":"b37dev7","rackLocation":"agg1","availabilityZone":"1","bareMetalMachineConfigurationData":[],"storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"pureuser"},"storageApplianceName":"b37dev7purestor1","serialNumber":"serial"}]},"computeRackDefinitions":[{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev7lab01-nf/providers/Microsoft.ManagedNetworkFabric/networkracks/dev7labnf02-comprack1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_8C2M","rackSerialNumber":"rs1111","rackLocation":"Foo + Datacenter Floor 3 Aisle 9 Rack 1","availabilityZone":"1","storageApplianceConfigurationData":[],"bareMetalMachineConfigurationData":[{"rackSlot":10,"bootMacAddress":"EC:2A:72:19:90:EA","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.20/redfish/v1/Systems/System.Embedded.1","machineName":"k2r650mgr2","bmcMacAddress":"EC:2A:72:19:90:EB","serialNumber":"35TBRN3"},{"rackSlot":9,"bootMacAddress":"EC:2A:72:19:90:FE","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.19/redfish/v1/Systems/System.Embedded.1","machineName":"k2r650mgr1","bmcMacAddress":"EC:2A:72:19:90:FD","serialNumber":"25TBRN3"},{"rackSlot":8,"bootMacAddress":"D0:8E:79:F4:BD:A4","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.18/redfish/v1/Systems/System.Embedded.1","machineName":"k2r750wkr8","bmcMacAddress":"D0:8E:79:F4:BD:A5","serialNumber":"9B1LRN3"},{"rackSlot":7,"bootMacAddress":"D0:8E:79:F4:5C:BA","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.17/redfish/v1/Systems/System.Embedded.1","machineName":"k2r750wkr7","bmcMacAddress":"D0:8E:79:F4:5C:BB","serialNumber":"6B1LRN3"},{"rackSlot":6,"bootMacAddress":"EC:2A:72:0A:1A:00","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.16/redfish/v1/Systems/System.Embedded.1","machineName":"k2r750wkr6","bmcMacAddress":"EC:2A:72:0A:1A:01","serialNumber":"FD1LRN3"},{"rackSlot":5,"bootMacAddress":"EC:2A:72:0A:13:D4","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.15/redfish/v1/Systems/System.Embedded.1","machineName":"k2r750wkr5","bmcMacAddress":"EC:2A:72:0A:13:D5","serialNumber":"1F1LRN3"},{"rackSlot":4,"bootMacAddress":"EC:2A:72:0A:29:18","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.14/redfish/v1/Systems/System.Embedded.1","machineName":"k2r750wkr4","bmcMacAddress":"EC:2A:72:0A:29:19","serialNumber":"DD1LRN3"},{"rackSlot":3,"bootMacAddress":"EC:2A:72:0A:08:B6","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.13/redfish/v1/Systems/System.Embedded.1","machineName":"k2r750wkr3","bmcMacAddress":"EC:2A:72:0A:08:B7","serialNumber":"2F1LRN3"},{"rackSlot":2,"bootMacAddress":"EC:2A:72:0A:27:1E","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.12/redfish/v1/Systems/System.Embedded.1","machineName":"k2r750wkr2","bmcMacAddress":"EC:2A:72:0A:27:1F","serialNumber":"3F1LRN3"},{"rackSlot":1,"bootMacAddress":"EC:2A:72:09:DE:4C","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.11/redfish/v1/Systems/System.Embedded.1","machineName":"k2r750wkr1","bmcMacAddress":"EC:2A:72:09:DE:4D","serialNumber":"JD1LRN3"}]},{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev7lab01-nf/providers/Microsoft.ManagedNetworkFabric/networkracks/dev7labnf02-comprack2","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_8C2M","rackSerialNumber":"rs2222","rackLocation":"Foo + Datacenter Floor 3 Aisle 9 Rack 1","availabilityZone":"2","storageApplianceConfigurationData":[],"bareMetalMachineConfigurationData":[{"rackSlot":10,"bootMacAddress":"C8:4B:D6:90:00:90","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.30/redfish/v1/Systems/System.Embedded.1","machineName":"k4r650mgr2","bmcMacAddress":"C8:4B:D6:90:00:91","serialNumber":"BN9T7V3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:E9:DA:BE","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.29/redfish/v1/Systems/System.Embedded.1","machineName":"k4r650mgr1","bmcMacAddress":"B0:7B:25:E9:DA:BF","serialNumber":"9P56PK3"},{"rackSlot":8,"bootMacAddress":"C8:4B:D6:80:0B:48","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.28/redfish/v1/Systems/System.Embedded.1","machineName":"k4r750wkr8","bmcMacAddress":"C8:4B:D6:80:0B:49","serialNumber":"HYNZ5S3"},{"rackSlot":7,"bootMacAddress":"C8:4B:D6:7F:D8:BE","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.27/redfish/v1/Systems/System.Embedded.1","machineName":"k4r750wkr7","bmcMacAddress":"C8:4B:D6:7F:D8:BF","serialNumber":"FYNZ5S3"},{"rackSlot":6,"bootMacAddress":"C8:4B:D6:7F:D9:C2","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.26/redfish/v1/Systems/System.Embedded.1","machineName":"k4r750wkr6","bmcMacAddress":"C8:4B:D6:7F:D9:C3","serialNumber":"CYNZ5S3"},{"rackSlot":5,"bootMacAddress":"C8:4B:D6:80:01:E4","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.25/redfish/v1/Systems/System.Embedded.1","machineName":"k4r750wkr5","bmcMacAddress":"C8:4B:D6:80:01:E5","serialNumber":"9YNZ5S3"},{"rackSlot":4,"bootMacAddress":"C8:4B:D6:7F:EF:F2","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.24/redfish/v1/Systems/System.Embedded.1","machineName":"k4r750wkr4","bmcMacAddress":"C8:4B:D6:7F:EF:F3","serialNumber":"DYNZ5S3"},{"rackSlot":3,"bootMacAddress":"C8:4B:D6:80:11:CE","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.23/redfish/v1/Systems/System.Embedded.1","machineName":"k4r750wkr3","bmcMacAddress":"C8:4B:D6:80:11:CD","serialNumber":"BYNZ5S3"},{"rackSlot":2,"bootMacAddress":"C8:4B:D6:80:0A:66","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.22/redfish/v1/Systems/System.Embedded.1","machineName":"k4r750wkr2","bmcMacAddress":"C8:4B:D6:80:0A:67","serialNumber":"8YNZ5S3"},{"rackSlot":1,"bootMacAddress":"D0:8E:79:F6:CA:B0","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.21/redfish/v1/Systems/System.Embedded.1","machineName":"k4r750wkr1","bmcMacAddress":"D0:8E:79:F6:CA:B1","serialNumber":"7K4X5S3"}]}],"clusterServicePrincipal":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","applicationId":"89726d3e-60df-49e5-81a4-3fc5f5b16133","principalId":"1f83d5e1-1bcd-4e73-91d9-1b1bea2b81b6"},"managedResourceGroupConfiguration":{"location":"eastus","name":"dev7-0a34116c4ef9-HostedResources-669CA3B7"},"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shared-dev-dev7-clustermanager/providers/Microsoft.NetworkCloud/clusterManagers/dev7-7vmurr2cqnoh4","availableUpgradeVersions":[],"detailedStatus":"Deploying","detailedStatusMessage":"Cluster + is currently deploying.","workloadResourceIds":[],"supportExpiryDate":"2023-07-31"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestpd4dujusw3ylhvfmo/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-r77cral","name":"cli-test-cluster-r77cral","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T22:04:52.6613735Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:07:40.0984414Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-r77cral-HostedResources-75E932B1"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment.","provisioningState":"Deleting"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest2adpyeb2tkvubf3cc/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-uqjqcqy","name":"cli-test-cluster-uqjqcqy","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T22:04:53.7091687Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:06:27.781933Z"},"properties":{"provisioningState":"Deleting","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"AA:BB:CC:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","machineDetails":"16628585","bmcMacAddress":"AA:BB:CC:DD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"AA:BB:CC:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"AA:BB:CC:DD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"AA:BB:CC:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"AA:BB:CC:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"AA:BB:CC:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr1","bmcMacAddress":"AA:BB:CC:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"AA:BB:CC:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr2","bmcMacAddress":"AA:BB:CC:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"AA:BB:CC:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"AA:BB:CC:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"AA:BB:CC:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"AA:BB:CC:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"AA:BB:CC:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"AA:BB:CC:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"AA:BB:CC:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"AA:BB:CC:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-uqjqcqy-HostedResources-31F3C269"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m20-cluster/providers/Microsoft.NetworkCloud/clusters/m20-e79aa519002f","name":"m20-e79aa519002f","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m20-clustermgr-mrg-u7anuycowevms/providers/microsoft.extendedlocation/customlocations/m20-u7anuycowevms-cl","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"m20","ResourceType":"cluster","sshKeyUrl":"https://aka.ms/aods-nc-ssh","SkipHardwareValidation":"false"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-15T22:18:23.394155Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:30:17.1515364Z"},"properties":{"provisioningState":"Succeeded","analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m20-cluster/providers/Microsoft.OperationalInsights/workspaces/m20-law-w57kpc7lrp3ky","networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m20-lab/providers/Microsoft.Network/virtualNetworks/m20-vnet/subnets/ClusterManagerSubnet","clusterType":"SingleRack","clusterVersion":"3.1.0","aggregatorOrSingleRackDefinition":{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m20-lab/providers/Microsoft.Network/virtualNetworks/m20-vnet/subnets/ClusterManagerSubnet","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","rackSerialNumber":"b37m20r1","rackLocation":"b37m20r1","availabilityZone":"1","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"pureuser"},"storageApplianceName":"b37m20purestor1","serialNumber":"serial"}],"bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"B0:7B:25:F8:5B:C0","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.4.3.11/redfish/v1/Systems/System.Embedded.1","machineName":"m20r750wkr1","bmcMacAddress":"B0:7B:25:F8:5B:C1","serialNumber":"HKS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:58:D0","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.4.3.12/redfish/v1/Systems/System.Embedded.1","machineName":"m20r750wkr2","bmcMacAddress":"B0:7B:25:F8:58:D1","serialNumber":"3KS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:59:A0","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.4.3.13/redfish/v1/Systems/System.Embedded.1","machineName":"m20r750wkr3","bmcMacAddress":"B0:7B:25:F8:59:A1","serialNumber":"2KS7PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:9C","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.4.3.14/redfish/v1/Systems/System.Embedded.1","machineName":"m20r750wkr4","bmcMacAddress":"B0:7B:25:F8:5B:9D","serialNumber":"4KS7PK3"},{"rackSlot":6,"bootMacAddress":"D0:8E:79:EB:A7:4E","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.4.3.15/redfish/v1/Systems/System.Embedded.1","machineName":"m20r650mgr1","bmcMacAddress":"D0:8E:79:EB:A7:4F","serialNumber":"CPVK0M3"},{"rackSlot":7,"bootMacAddress":"D0:8E:79:EC:42:9A","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.4.3.16/redfish/v1/Systems/System.Embedded.1","machineName":"m20r650mgr2","bmcMacAddress":"D0:8E:79:EC:42:9B","serialNumber":"FPVK0M3"},{"rackSlot":8,"bootMacAddress":"D0:8E:79:EB:4E:4A","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.4.3.17/redfish/v1/Systems/System.Embedded.1","machineName":"m20r750wkr5","bmcMacAddress":"D0:8E:79:EB:4E:4B","serialNumber":"JSNJ0M3"},{"rackSlot":9,"bootMacAddress":"B0:4F:13:BE:46:B4","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.4.3.18/redfish/v1/Systems/System.Embedded.1","machineName":"m20r750wkr6","bmcMacAddress":"B0:4F:13:BE:46:B5","serialNumber":"3TNJ0M3"},{"rackSlot":10,"bootMacAddress":"D0:8E:79:EB:50:84","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.4.3.19/redfish/v1/Systems/System.Embedded.1","machineName":"m20r750wkr7","bmcMacAddress":"D0:8E:79:EB:50:85","serialNumber":"GSNJ0M3"},{"rackSlot":11,"bootMacAddress":"D0:8E:79:EB:4B:9A","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.4.3.20/redfish/v1/Systems/System.Embedded.1","machineName":"m20r750wkr8","bmcMacAddress":"D0:8E:79:EB:4B:9B","serialNumber":"HSNJ0M3"}]},"computeRackDefinitions":[],"clusterServicePrincipal":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","applicationId":"89726d3e-60df-49e5-81a4-3fc5f5b16133","principalId":"1f83d5e1-1bcd-4e73-91d9-1b1bea2b81b6"},"managedResourceGroupConfiguration":{"location":"eastus","name":"m20-e79aa519002f-HostedResources-3CB9B33B"},"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m20-clustermanager/providers/Microsoft.NetworkCloud/clusterManagers/m20-u7anuycowevms","availableUpgradeVersions":[],"detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment.","workloadResourceIds":[],"supportExpiryDate":"2023-07-31"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synt-test-FunctionalTests-APITestingTemplateJob-eastus_USEast-x9kk0utk/providers/Microsoft.NetworkCloud/clusters/clusterd3de25","name":"clusterd3de25","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clustermgr641d31-hostedresources-2642e5fe/providers/microsoft.extendedlocation/customlocations/clustermgr641d31-cl","type":"customLocation"},"tags":{"some_key":"some_value"},"systemData":{"createdBy":"7767ac4b-77d4-43ad-ae5d-daf53d32ed03","createdByType":"Application","createdAt":"2023-05-15T22:29:13.413351Z","lastModifiedBy":"7767ac4b-77d4-43ad-ae5d-daf53d32ed03","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:32:16.8085249Z"},"properties":{"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synt-test-functionaltests-apitestingtemplatejob-eastus_useast-x9kk0utk/providers/Microsoft.NetworkCloud/clusterManagers/clustermgr641d31","availableUpgradeVersions":[],"detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment.","workloadResourceIds":[],"provisioningState":"Accepted","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:E7:08","bootMacAddress":"B0:7B:25:F8:71:2E","machineName":"m15r750wkr1","rackSlot":2,"serialNumber":"5HS7PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:E6:CC","bootMacAddress":"B0:7B:25:F8:78:C0","machineDetails":"16628585","machineName":"m15r750wkr2","rackSlot":3,"serialNumber":"4HS7PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:D8:A4","bootMacAddress":"B0:7B:25:F8:50:C6","machineName":"m15r750wkr3","rackSlot":4,"serialNumber":"FM56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FE:82:4E","bootMacAddress":"B0:7B:25:F8:5B:C8","machineName":"m15r750wkr4","rackSlot":5,"serialNumber":"7M56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:EF:5E:B8","bootMacAddress":"B0:7B:25:DE:7F:F4","machineName":"m15r650mgr1","rackSlot":6,"serialNumber":"6P56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:EF:60:20","bootMacAddress":"B0:7B:25:DE:79:FC","machineName":"m15r650mgr2","rackSlot":7,"serialNumber":"7P56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:E9:4E","bootMacAddress":"B0:7B:25:F8:5B:12","machineName":"m15r750wkr5","rackSlot":8,"serialNumber":"8HS7PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:E8:52","bootMacAddress":"B0:7B:25:F8:76:A6","machineName":"m15r750wkr6","rackSlot":9,"serialNumber":"2N56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:E8:40","bootMacAddress":"B0:7B:25:F8:60:4C","machineName":"m15r750wkr7","rackSlot":10,"serialNumber":"GM56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:DC:76","bootMacAddress":"B0:7B:25:F8:50:CA","machineName":"m15r750wkr8","rackSlot":11,"serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-lab/providers/Microsoft.Network/virtualNetworks/m15-vnet/subnets/ClusterManagerSubnet","rackLocation":"b37m15r1","rackSerialNumber":"b37m15r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"adminCredentials":{"username":"pureuser"},"rackSlot":1,"serialNumber":"serial","storageApplianceName":"name"}]},"analyticsWorkspaceId":"testAnalyticsWorkspaceID","clusterType":"SingleRack","clusterVersion":"0.1.6","computeRackDefinitions":[],"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-lab/providers/Microsoft.Network/virtualNetworks/m15-vnet/subnets/M15ClusterManagerSubnet","managedResourceGroupConfiguration":{"location":"eastus","name":"clusterd3de25-HostedResources-5BDE9064"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","name":"cli-test-cluster-000001","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T22:30:07.2322835Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:32:53.1375945Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-000001-HostedResources-0A152959"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment.","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest73ygdrdn7ihch2vh3/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-zed3p76","name":"cli-test-cluster-zed3p76","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T22:30:07.7766354Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:31:39.9626072Z"},"properties":{"provisioningState":"Succeeded","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"AA:BB:CC:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","machineDetails":"16628585","bmcMacAddress":"AA:BB:CC:DD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"AA:BB:CC:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"AA:BB:CC:DD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"AA:BB:CC:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"AA:BB:CC:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"AA:BB:CC:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr1","bmcMacAddress":"AA:BB:CC:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"AA:BB:CC:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr2","bmcMacAddress":"AA:BB:CC:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"AA:BB:CC:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"AA:BB:CC:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"AA:BB:CC:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"AA:BB:CC:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"AA:BB:CC:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"AA:BB:CC:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"AA:BB:CC:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"AA:BB:CC:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-zed3p76-HostedResources-1742E977"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment."}}]}' + headers: + cache-control: + - no-cache + content-length: + - '248651' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 22:33:14 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: + - 297bd83c-768f-4661-962e-8908d07bd005 + - 537d73b1-b772-43ee-a8c2-d98aafa75814 + - 45a3afd3-d8f4-486b-89cc-9fc03ec66f90 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters?api-version=2022-12-12-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","name":"cli-test-cluster-000001","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T22:30:07.2322835Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:32:53.1375945Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-000001-HostedResources-0A152959"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment.","provisioningState":"Succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '4494' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 22:33:15 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: + - 5d6f3fbf-2b09-4f10-a603-fd811df8900d + - ab662184-fa9e-4685-8069-f0a803f70159 + - ecbed564-f86a-4ffb-a40a-358168743320 + status: + code: 200 + message: OK +version: 1 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario2.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario2.yaml new file mode 100644 index 00000000000..4ca1bb2c8a7 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario2.yaml @@ -0,0 +1,1364 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 17:52:02 GMT + etag: + - '"1300a6fe-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 17:52:02 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 17:52:32 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 17:53:02 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 17:53:33 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 17:54:03 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 17:54:32 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 17:55:02 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 17:55:33 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 17:56:03 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 17:56:33 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 17:57:03 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 17:57:34 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 17:58:03 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 17:58:34 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 17:59:04 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 17:59:34 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 18:00:04 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 18:00:34 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 18:01:04 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 18:01:34 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 18:02:05 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 18:02:35 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 18:03:04 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 18:03:35 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 18:04:05 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 18:04:35 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 18:05:05 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 18:05:36 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 18:06:05 GMT + etag: + - '"db018e50-0000-0100-0000-646e4ec20000"' + expires: + - '-1' + 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: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Succeeded","startTime":"2023-05-24T17:52:02.6085066Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '576' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 18:06:35 GMT + etag: + - '"9d01d4a2-0000-0500-0000-646e52160000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Succeeded","startTime":"2023-05-24T17:52:02.6085066Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '576' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 18:06:35 GMT + etag: + - '"9d01d4a2-0000-0500-0000-646e52160000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario3.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario3.yaml new file mode 100644 index 00000000000..6428feb37b3 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario3.yaml @@ -0,0 +1,56 @@ +interactions: +- request: + body: '{"skipValidationsForMachines": []}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster deploy + Connection: + - keep-alive + Content-Length: + - '34' + Content-Type: + - application/json + ParameterSetName: + - --no-wait --name --resource-group --skip-validations-for-machines + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator/deploy?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e015c92a-a39c-44b6-a813-dc6489400e64*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 May 2023 16:12:22 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e015c92a-a39c-44b6-a813-dc6489400e64*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + mise-correlation-id: + - 1ac4e3c6-0e6b-488e-94e4-24cccac529ac + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +version: 1 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario4.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario4.yaml new file mode 100644 index 00000000000..d495e61e45a --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario4.yaml @@ -0,0 +1,56 @@ +interactions: +- request: + body: '{"targetClusterVersion": "3.2.0-pr14470"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster update-version + Connection: + - keep-alive + Content-Length: + - '41' + Content-Type: + - application/json + ParameterSetName: + - --cluster-name --target-cluster-version --resource-group --no-wait + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-update-version-rg/providers/Microsoft.NetworkCloud/clusters/simulator/updateVersion?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/550a09a0-a4ce-4fb6-abb9-e5b3f06d817c*999F10CE134857AD111BF10A8F2ADC5A0E7A3E4607E74CC382E6295837760E68?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 20:34:33 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/550a09a0-a4ce-4fb6-abb9-e5b3f06d817c*999F10CE134857AD111BF10A8F2ADC5A0E7A3E4607E74CC382E6295837760E68?api-version=2022-12-12-preview + mise-correlation-id: + - d3ccb351-409d-45c4-943a-d2b98882d7db + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +version: 1 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_clustermanager_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_clustermanager_scenario1.yaml new file mode 100644 index 00000000000..88539ea1198 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_clustermanager_scenario1.yaml @@ -0,0 +1,2813 @@ +interactions: +- request: + body: '{"location": "eastus", "properties": {"analyticsWorkspaceId": "", "fabricControllerId": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.Network/virtualNetworks/CM_vNet/subnets/azcli3", + "managedResourceGroupConfiguration": {"name": "cli-test-cm-mrg-000002"}}, "tags": + {"DisableFabricIntegration": "true"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + Content-Length: + - '364' + Content-Type: + - application/json + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","name":"cli-test-cm-000001","type":"microsoft.networkcloud/clustermanagers","location":"eastus","tags":{"DisableFabricIntegration":"true"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T18:11:12.2648025Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T18:11:12.2648025Z"},"properties":{"analyticsWorkspaceId":"","fabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.Network/virtualNetworks/CM_vNet/subnets/azcli3","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cm-mrg-000002"},"provisioningState":"Accepted"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '877' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:11:12 GMT + etag: + - '"21003d93-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:11:12 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:11:42 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:12:12 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:12:42 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:13:14 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:13:44 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:14:13 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:14:43 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:15:14 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:15:44 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:16:14 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:16:44 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:17:15 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:17:45 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:18:15 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:18:45 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:19:15 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:19:46 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:20:16 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:20:46 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:21:16 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:21:46 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:22:16 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:22:46 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:23:17 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:23:47 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:24:17 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:24:48 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:25:18 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:25:48 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:26:18 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:26:49 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:27:19 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:27:49 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:28:19 GMT + etag: + - '"8a0094fc-0000-0100-0000-6467bbc00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Succeeded","startTime":"2023-05-19T18:11:12.3390319Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:28:50 GMT + etag: + - '"04009651-0000-4d00-0000-6467bfc80000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","name":"cli-test-cm-000001","type":"microsoft.networkcloud/clustermanagers","location":"eastus","tags":{"DisableFabricIntegration":"true","nc:environment":"sandbox"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T18:11:12.2648025Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T18:11:12.2648025Z"},"properties":{"analyticsWorkspaceId":"","fabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.Network/virtualNetworks/CM_vNet/subnets/azcli3","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cm-mrg-000002"},"provisioningState":"Succeeded","availabilityZones":["1","2","3"],"vmSize":"Standard_D4_v2","clusterVersions":[{"supportExpiryDate":"2023-07-31 + 00:00:00 +0000 UTC","targetClusterVersion":"3.1.0"},{"supportExpiryDate":"2023-07-31 + 00:00:00 +0000 UTC","targetClusterVersion":"3.2.0"}],"managerExtendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli-test-cm-mrg-000002/providers/microsoft.extendedlocation/customlocations/cli-test-cm-000001-cl","type":"CustomLocation"}}}' + headers: + cache-control: + - no-cache + content-length: + - '1381' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:28:50 GMT + etag: + - '"210044c4-0000-0100-0000-6467bfc30000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"tags": {"DisableFabricIntegration": "true", "tagUpdate": "NewTag"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager update + Connection: + - keep-alive + Content-Length: + - '69' + Content-Type: + - application/json + ParameterSetName: + - --name --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","name":"cli-test-cm-000001","type":"microsoft.networkcloud/clustermanagers","location":"eastus","tags":{"DisableFabricIntegration":"true","tagUpdate":"NewTag"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T18:11:12.2648025Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T18:28:51.5647522Z"},"properties":{"analyticsWorkspaceId":"","fabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.Network/virtualNetworks/CM_vNet/subnets/azcli3","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cm-mrg-000002"},"provisioningState":"Succeeded","availabilityZones":["1","2","3"],"vmSize":"Standard_D4_v2","clusterVersions":[{"supportExpiryDate":"2023-07-31 + 00:00:00 +0000 UTC","targetClusterVersion":"3.1.0"},{"supportExpiryDate":"2023-07-31 + 00:00:00 +0000 UTC","targetClusterVersion":"3.2.0"}],"managerExtendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli-test-cm-mrg-000002/providers/microsoft.extendedlocation/customlocations/cli-test-cm-000001-cl","type":"CustomLocation"}}}' + headers: + cache-control: + - no-cache + content-length: + - '1375' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:28:52 GMT + etag: + - '"2100bbc5-0000-0100-0000-6467bfe30000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager show + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","name":"cli-test-cm-000001","type":"microsoft.networkcloud/clustermanagers","location":"eastus","tags":{"DisableFabricIntegration":"true","tagUpdate":"NewTag"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T18:11:12.2648025Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T18:28:51.5647522Z"},"properties":{"analyticsWorkspaceId":"","fabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.Network/virtualNetworks/CM_vNet/subnets/azcli3","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cm-mrg-000002"},"provisioningState":"Succeeded","availabilityZones":["1","2","3"],"vmSize":"Standard_D4_v2","clusterVersions":[{"supportExpiryDate":"2023-07-31 + 00:00:00 +0000 UTC","targetClusterVersion":"3.1.0"},{"supportExpiryDate":"2023-07-31 + 00:00:00 +0000 UTC","targetClusterVersion":"3.2.0"}],"managerExtendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli-test-cm-mrg-000002/providers/microsoft.extendedlocation/customlocations/cli-test-cm-000001-cl","type":"CustomLocation"}}}' + headers: + cache-control: + - no-cache + content-length: + - '1375' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:28:52 GMT + etag: + - '"2100bbc5-0000-0100-0000-6467bfe30000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers?api-version=2022-12-12-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","name":"cli-test-cm-000001","type":"microsoft.networkcloud/clustermanagers","location":"eastus","tags":{"DisableFabricIntegration":"true","tagUpdate":"NewTag"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T18:11:12.2648025Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T18:28:51.5647522Z"},"properties":{"analyticsWorkspaceId":"","fabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.Network/virtualNetworks/CM_vNet/subnets/azcli3","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cm-mrg-000002"},"provisioningState":"Succeeded","availabilityZones":["1","2","3"],"vmSize":"Standard_D4_v2","clusterVersions":[{"supportExpiryDate":"2023-07-31 + 00:00:00 +0000 UTC","targetClusterVersion":"3.1.0"},{"supportExpiryDate":"2023-07-31 + 00:00:00 +0000 UTC","targetClusterVersion":"3.2.0"}],"managerExtendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli-test-cm-mrg-000002/providers/microsoft.extendedlocation/customlocations/cli-test-cm-000001-cl","type":"CustomLocation"}}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1387' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:28:53 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: + - 94816504-2e14-41b0-b78a-a251db2ef181 + - da54713d-824d-4df3-9b13-a0b93a4a6fa9 + - 55dbd84d-bdf2-4bdb-9995-462e473c8863 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:28:54 GMT + etag: + - '"2100e9c5-0000-0100-0000-6467bfe70000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:28:54 GMT + etag: + - '"8c004d9f-0000-0100-0000-6467bfe70000"' + expires: + - '-1' + 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: + - networkcloud clustermanager delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:29:25 GMT + etag: + - '"8c004d9f-0000-0100-0000-6467bfe70000"' + expires: + - '-1' + 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: + - networkcloud clustermanager delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:29:55 GMT + etag: + - '"8c004d9f-0000-0100-0000-6467bfe70000"' + expires: + - '-1' + 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: + - networkcloud clustermanager delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:30:25 GMT + etag: + - '"8c004d9f-0000-0100-0000-6467bfe70000"' + expires: + - '-1' + 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: + - networkcloud clustermanager delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:30:56 GMT + etag: + - '"8c004d9f-0000-0100-0000-6467bfe70000"' + expires: + - '-1' + 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: + - networkcloud clustermanager delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:31:26 GMT + etag: + - '"8c004d9f-0000-0100-0000-6467bfe70000"' + expires: + - '-1' + 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: + - networkcloud clustermanager delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:31:55 GMT + etag: + - '"8c004d9f-0000-0100-0000-6467bfe70000"' + expires: + - '-1' + 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: + - networkcloud clustermanager delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:32:26 GMT + etag: + - '"8c004d9f-0000-0100-0000-6467bfe70000"' + expires: + - '-1' + 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: + - networkcloud clustermanager delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:32:56 GMT + etag: + - '"8c004d9f-0000-0100-0000-6467bfe70000"' + expires: + - '-1' + 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: + - networkcloud clustermanager delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:33:26 GMT + etag: + - '"8c004d9f-0000-0100-0000-6467bfe70000"' + expires: + - '-1' + 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: + - networkcloud clustermanager delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:33:57 GMT + etag: + - '"8c004d9f-0000-0100-0000-6467bfe70000"' + expires: + - '-1' + 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: + - networkcloud clustermanager delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:34:26 GMT + etag: + - '"8c004d9f-0000-0100-0000-6467bfe70000"' + expires: + - '-1' + 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: + - networkcloud clustermanager delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:34:56 GMT + etag: + - '"8c004d9f-0000-0100-0000-6467bfe70000"' + expires: + - '-1' + 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: + - networkcloud clustermanager delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:35:27 GMT + etag: + - '"8c004d9f-0000-0100-0000-6467bfe70000"' + expires: + - '-1' + 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: + - networkcloud clustermanager delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:35:57 GMT + etag: + - '"8c004d9f-0000-0100-0000-6467bfe70000"' + expires: + - '-1' + 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: + - networkcloud clustermanager delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:36:27 GMT + etag: + - '"8c004d9f-0000-0100-0000-6467bfe70000"' + expires: + - '-1' + 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: + - networkcloud clustermanager delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:36:57 GMT + etag: + - '"8c004d9f-0000-0100-0000-6467bfe70000"' + expires: + - '-1' + 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: + - networkcloud clustermanager delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Succeeded","startTime":"2023-05-19T18:28:55.0925582Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:37:28 GMT + etag: + - '"04004b54-0000-4d00-0000-6467c1cf0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Succeeded","startTime":"2023-05-19T18:28:55.0925582Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 18:37:28 GMT + etag: + - '"04004b54-0000-4d00-0000-6467c1cf0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_defaultcninetwork_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_defaultcninetwork_scenario1.yaml new file mode 100644 index 00000000000..b348ec10aff --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_defaultcninetwork_scenario1.yaml @@ -0,0 +1,601 @@ +interactions: +- request: + body: '{"extendedLocation": {"name": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc", + "type": "CustomLocation"}, "location": "eastus", "properties": {"cniBgpConfiguration": + {"bgpPeers": [{"asNumber": 64497, "peerIp": "203.0.113.254"}], "communityAdvertisements": + [{"communities": ["64512", "100"], "subnetPrefix": "192.0.2.0/27"}], "serviceExternalPrefixes": + ["192.0.2.0/28"], "serviceLoadBalancerPrefixes": ["192.0.2.16/28"]}, "ipAllocationType": + "DualStack", "ipv4ConnectedPrefix": "10.20.101.0/24", "ipv6ConnectedPrefix": + "fd01:20::0/64", "l3IsolationDomainId": "/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2", + "vlan": 1004}, "tags": {"tag1": "tag1"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud defaultcninetwork create + Connection: + - keep-alive + Content-Length: + - '852' + Content-Type: + - application/json + ParameterSetName: + - --name --extended-location --location --cni-bgp-configuration --ip-allocation-type + --ipv4-connected-prefix --ipv6-connected-prefix --l3-isolation-domain-id --vlan + --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","name":"cli-test-defaultcni-000001","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:26:17.3644734Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:26:17.3644734Z"},"properties":{"provisioningState":"Accepted","cniBgpConfiguration":{"bgpPeers":[{"asNumber":64497,"peerIp":"203.0.113.254"}],"communityAdvertisements":[{"communities":["64512","100"],"subnetPrefix":"192.0.2.0/27"}],"serviceExternalPrefixes":["192.0.2.0/28"],"serviceLoadBalancerPrefixes":["192.0.2.16/28"]},"ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.20.101.0/24","ipv6ConnectedPrefix":"fd01:20::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2","vlan":1004}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2f075a00-c600-42ea-823f-cb33068b39d3*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '1339' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:26:18 GMT + etag: + - '"b8059cc4-0000-0100-0000-6462875a0000"' + expires: + - '-1' + mise-correlation-id: + - 5649efa9-54da-4933-b749-a8ab89c19c01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud defaultcninetwork create + Connection: + - keep-alive + ParameterSetName: + - --name --extended-location --location --cni-bgp-configuration --ip-allocation-type + --ipv4-connected-prefix --ipv6-connected-prefix --l3-isolation-domain-id --vlan + --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2f075a00-c600-42ea-823f-cb33068b39d3*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2f075a00-c600-42ea-823f-cb33068b39d3*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8","name":"2f075a00-c600-42ea-823f-cb33068b39d3*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","status":"Accepted","startTime":"2023-05-15T19:26:17.411158Z"}' + headers: + cache-control: + - no-cache + content-length: + - '578' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:26:18 GMT + etag: + - '"b8015c92-0000-0100-0000-646287590000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud defaultcninetwork create + Connection: + - keep-alive + ParameterSetName: + - --name --extended-location --location --cni-bgp-configuration --ip-allocation-type + --ipv4-connected-prefix --ipv6-connected-prefix --l3-isolation-domain-id --vlan + --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2f075a00-c600-42ea-823f-cb33068b39d3*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2f075a00-c600-42ea-823f-cb33068b39d3*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8","name":"2f075a00-c600-42ea-823f-cb33068b39d3*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","status":"Succeeded","startTime":"2023-05-15T19:26:17.411158Z","endTime":"2023-05-15T19:26:23.5196698Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '649' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:26:49 GMT + etag: + - '"b8017b92-0000-0100-0000-6462875f0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud defaultcninetwork create + Connection: + - keep-alive + ParameterSetName: + - --name --extended-location --location --cni-bgp-configuration --ip-allocation-type + --ipv4-connected-prefix --ipv6-connected-prefix --l3-isolation-domain-id --vlan + --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","name":"cli-test-defaultcni-000001","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:26:17.3644734Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T19:26:24.1107609Z"},"properties":{"provisioningState":"Succeeded","cniBgpConfiguration":{"bgpPeers":[{"asNumber":64497,"peerIp":"203.0.113.254"}],"communityAdvertisements":[{"communities":["64512","100"],"subnetPrefix":"192.0.2.0/27"}],"serviceExternalPrefixes":["192.0.2.0/28"],"serviceLoadBalancerPrefixes":["192.0.2.16/28"]},"ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.20.101.0/24","ipv6ConnectedPrefix":"fd01:20::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2","vlan":1004,"interfaceName":"defaultcni","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","fabricBgpPeers":[{"asNumber":1001,"peerIp":"10.10.100.2"},{"asNumber":1001,"peerIp":"10.10.100.3"},{"asNumber":1001,"peerIp":"fd01:10::2"},{"asNumber":1001,"peerIp":"fd01:10::3"}],"cniAsNumber":1002,"hybridAksClustersAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1865' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:26:49 GMT + etag: + - '"b805abc4-0000-0100-0000-646287600000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"tags": {"tag1": "tag1", "tag2": "tag2update"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud defaultcninetwork update + Connection: + - keep-alive + Content-Length: + - '48' + Content-Type: + - application/json + ParameterSetName: + - --name --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","name":"cli-test-defaultcni-000001","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:26:17.3644734Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:26:50.2377899Z"},"properties":{"provisioningState":"Succeeded","cniBgpConfiguration":{"bgpPeers":[{"asNumber":64497,"peerIp":"203.0.113.254"}],"communityAdvertisements":[{"communities":["64512","100"],"subnetPrefix":"192.0.2.0/27"}],"serviceExternalPrefixes":["192.0.2.0/28"],"serviceLoadBalancerPrefixes":["192.0.2.16/28"]},"ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.20.101.0/24","ipv6ConnectedPrefix":"fd01:20::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2","vlan":1004,"interfaceName":"defaultcni","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","fabricBgpPeers":[{"asNumber":1001,"peerIp":"10.10.100.2"},{"asNumber":1001,"peerIp":"10.10.100.3"},{"asNumber":1001,"peerIp":"fd01:10::2"},{"asNumber":1001,"peerIp":"fd01:10::3"}],"cniAsNumber":1002,"hybridAksClustersAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1865' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:26:51 GMT + etag: + - '"b805d8c4-0000-0100-0000-6462877a0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud defaultcninetwork show + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","name":"cli-test-defaultcni-000001","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:26:17.3644734Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:26:50.2377899Z"},"properties":{"provisioningState":"Succeeded","cniBgpConfiguration":{"bgpPeers":[{"asNumber":64497,"peerIp":"203.0.113.254"}],"communityAdvertisements":[{"communities":["64512","100"],"subnetPrefix":"192.0.2.0/27"}],"serviceExternalPrefixes":["192.0.2.0/28"],"serviceLoadBalancerPrefixes":["192.0.2.16/28"]},"ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.20.101.0/24","ipv6ConnectedPrefix":"fd01:20::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2","vlan":1004,"interfaceName":"defaultcni","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","fabricBgpPeers":[{"asNumber":1001,"peerIp":"10.10.100.2"},{"asNumber":1001,"peerIp":"10.10.100.3"},{"asNumber":1001,"peerIp":"fd01:10::2"},{"asNumber":1001,"peerIp":"fd01:10::3"}],"cniAsNumber":1002,"hybridAksClustersAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1865' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:26:51 GMT + etag: + - '"b805d8c4-0000-0100-0000-6462877a0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud defaultcninetwork list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/defaultCniNetworks?api-version=2022-12-12-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/defaultCniNetworks/defaultcninetwork-529","name":"defaultcninetwork-529","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"defaultcninetwork","ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-09T06:05:38.593992Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-11T13:19:15.5105119Z"},"properties":{"provisioningState":"Succeeded","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m16-1-l3domain-2","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.1.88.0/24","vlan":529,"cniBgpConfiguration":{"bgpPeers":[],"serviceExternalPrefixes":["10.1.89.0/25"],"serviceLoadBalancerPrefixes":["10.1.89.0/25"],"communityAdvertisements":[{"communities":["65535:65281","65535:65282"],"subnetPrefix":"10.244.0.0/16"}]},"interfaceName":"defaultcni","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","fabricBgpPeers":[{"asNumber":65018,"peerIp":"10.1.88.2"},{"asNumber":65018,"peerIp":"10.1.88.3"}],"cniAsNumber":64516,"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-xEaZHs8atcaIPQ"],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/defaultCniNetworks/defaultcninetwork-536","name":"defaultcninetwork-536","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceType":"defaultcninetworks"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-09T12:15:10.9951609Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-11T13:19:19.9161191Z"},"properties":{"provisioningState":"Succeeded","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m16-1-l3domain-2","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.1.102.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:166::/64","vlan":536,"cniBgpConfiguration":{"bgpPeers":[],"serviceExternalPrefixes":["10.1.103.0/25"],"serviceLoadBalancerPrefixes":["10.1.103.128/25"],"communityAdvertisements":[{"communities":["65535:65281","65535:65282"],"subnetPrefix":"10.244.0.0/16"}]},"interfaceName":"defaultcni","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","fabricBgpPeers":[{"asNumber":65018,"peerIp":"10.1.102.2"},{"asNumber":65018,"peerIp":"10.1.102.3"}],"cniAsNumber":64517,"hybridAksClustersAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest7k2wrr4qi5ggkrxbgvlk3xbgvy5qd7hb7dsno3gz6jthpkjrh2gmarnkia4fnxqobquq/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-47su","name":"cli-test-defaultcni-47su","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:23:40.0601688Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:26:50.2377899Z"},"properties":{"provisioningState":"Succeeded","cniBgpConfiguration":{"bgpPeers":[{"asNumber":64497,"peerIp":"203.0.113.254"}],"communityAdvertisements":[{"communities":["64512","100"],"subnetPrefix":"192.0.2.0/27"}],"serviceExternalPrefixes":["192.0.2.0/28"],"serviceLoadBalancerPrefixes":["192.0.2.16/28"]},"ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.20.101.0/24","ipv6ConnectedPrefix":"fd01:20::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2","vlan":1004,"interfaceName":"defaultcni","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","fabricBgpPeers":[{"asNumber":1001,"peerIp":"10.10.100.2"},{"asNumber":1001,"peerIp":"10.10.100.3"},{"asNumber":1001,"peerIp":"fd01:10::2"},{"asNumber":1001,"peerIp":"fd01:10::3"}],"cniAsNumber":1002,"hybridAksClustersAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/defaultcniNetworks/defaultcninetwork7-rg","name":"defaultcninetwork7-rg","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-21T16:52:48.6134153Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-04-21T16:52:48.6134153Z"},"properties":{"provisioningState":"Failed","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkFabric/IsolationDomains/isodomain-55","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"203.0.113.0/24","ipv6ConnectedPrefix":"2001:db8:0:3::/64","vlan":567,"cniBgpConfiguration":{"bgpPeers":[{"peerIp":"203.0.113.254","asNumber":65549}],"serviceExternalPrefixes":["192.0.2.0/28"],"serviceLoadBalancerPrefixes":["192.0.2.16/28"],"communityAdvertisements":[{"communities":["64512:100"],"subnetPrefix":"192.0.2.0/27"}]}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/defaultCniNetworks/defaultcninetwork-529","name":"defaultcninetwork-529","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"defaultcninetwork","ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-02T06:59:28.9020676Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-10T15:27:26.2822225Z"},"properties":{"provisioningState":"Succeeded","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-2","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.6.88.0/24","vlan":529,"cniBgpConfiguration":{"bgpPeers":[],"serviceExternalPrefixes":["10.6.89.0/25"],"serviceLoadBalancerPrefixes":["10.6.89.0/25"],"communityAdvertisements":[{"communities":["65535:65281","65535:65282"],"subnetPrefix":"10.244.0.0/16"}]},"interfaceName":"defaultcni","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","fabricBgpPeers":[{"asNumber":65017,"peerIp":"10.6.88.2"},{"asNumber":65017,"peerIp":"10.6.88.3"}],"cniAsNumber":64516,"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-HjfxOFWK0XXjvw","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/mm2-test-haks","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/mm6-test-haks"],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/defaultCniNetworks/mattj-dcn-522","name":"mattj-dcn-522","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-03T16:10:41.2888885Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-05T15:42:32.2060855Z"},"properties":{"provisioningState":"Succeeded","cniBgpConfiguration":{"bgpPeers":[],"communityAdvertisements":[{"communities":["65535:65281","65535:65282"],"subnetPrefix":"10.244.0.0/16"}],"serviceExternalPrefixes":["10.6.75.0/25"],"serviceLoadBalancerPrefixes":["10.6.75.128/25"]},"ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.6.74.0/24","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-1","vlan":522,"fabricBgpPeers":[{"asNumber":65017,"peerIp":"10.6.74.2"},{"asNumber":65017,"peerIp":"10.6.74.3"}],"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/mattjtest-haks2"],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","interfaceName":"defaultcni","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","cniAsNumber":64515}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/defaultCniNetworks/defaultcninetwork-501","name":"defaultcninetwork-501","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceType":"defaultcninetworks"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-05T06:03:28.9765583Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-05T06:08:03.0976558Z"},"properties":{"provisioningState":"Succeeded","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-1","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.6.32.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:620::/64","vlan":501,"cniBgpConfiguration":{"bgpPeers":[],"serviceExternalPrefixes":["10.6.33.0/25"],"serviceLoadBalancerPrefixes":["10.6.33.128/25"],"communityAdvertisements":[{"communities":["65535:65281","65535:65282"],"subnetPrefix":"10.244.0.0/16"}]},"fabricBgpPeers":[{"asNumber":65017,"peerIp":"10.6.32.2"},{"asNumber":65017,"peerIp":"10.6.32.3"}],"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/nc-resource-testing-krb"],"interfaceName":"defaultcni","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","cniAsNumber":64512,"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '14808' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:26:52 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: + - 37ca653e-7c67-4f63-a4f4-3c36e3bbd722 + - 8f395978-f76d-469b-8c28-efcfc5e03b07 + - bad72221-fad4-476f-b7ab-4925b669189f + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud defaultcninetwork list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks?api-version=2022-12-12-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","name":"cli-test-defaultcni-000001","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:26:17.3644734Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:26:50.2377899Z"},"properties":{"provisioningState":"Succeeded","cniBgpConfiguration":{"bgpPeers":[{"asNumber":64497,"peerIp":"203.0.113.254"}],"communityAdvertisements":[{"communities":["64512","100"],"subnetPrefix":"192.0.2.0/27"}],"serviceExternalPrefixes":["192.0.2.0/28"],"serviceLoadBalancerPrefixes":["192.0.2.16/28"]},"ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.20.101.0/24","ipv6ConnectedPrefix":"fd01:20::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2","vlan":1004,"interfaceName":"defaultcni","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","fabricBgpPeers":[{"asNumber":1001,"peerIp":"10.10.100.2"},{"asNumber":1001,"peerIp":"10.10.100.3"},{"asNumber":1001,"peerIp":"fd01:10::2"},{"asNumber":1001,"peerIp":"fd01:10::3"}],"cniAsNumber":1002,"hybridAksClustersAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1877' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:26:52 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: + - 843acd1a-dbc4-460b-87ba-d19471752d26 + - e86961ea-f53d-4e49-9d29-d1355016de2b + - 9654acdf-f283-465f-8fe5-6b97b2d76438 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud defaultcninetwork delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/59547c40-6af8-42de-9759-4684485536dd*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:26:53 GMT + etag: + - '"b805e1c4-0000-0100-0000-6462877e0000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/59547c40-6af8-42de-9759-4684485536dd*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8?api-version=2022-12-12-preview + mise-correlation-id: + - 3c4d375f-5e8d-4a11-9143-d763d60fdee6 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud defaultcninetwork delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/59547c40-6af8-42de-9759-4684485536dd*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/59547c40-6af8-42de-9759-4684485536dd*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8","name":"59547c40-6af8-42de-9759-4684485536dd*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","status":"Deleting","startTime":"2023-05-15T19:26:53.8136904Z"}' + headers: + cache-control: + - no-cache + content-length: + - '579' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:26:53 GMT + etag: + - '"b801c092-0000-0100-0000-6462877d0000"' + expires: + - '-1' + 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: + - networkcloud defaultcninetwork delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/59547c40-6af8-42de-9759-4684485536dd*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/59547c40-6af8-42de-9759-4684485536dd*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8","name":"59547c40-6af8-42de-9759-4684485536dd*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","status":"Succeeded","startTime":"2023-05-15T19:26:53.8136904Z","endTime":"2023-05-15T19:27:02.746178Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '638' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:27:23 GMT + etag: + - '"b801e192-0000-0100-0000-646287860000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud defaultcninetwork delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/59547c40-6af8-42de-9759-4684485536dd*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/59547c40-6af8-42de-9759-4684485536dd*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8","name":"59547c40-6af8-42de-9759-4684485536dd*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","status":"Succeeded","startTime":"2023-05-15T19:26:53.8136904Z","endTime":"2023-05-15T19:27:02.746178Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '638' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:27:23 GMT + etag: + - '"b801e192-0000-0100-0000-646287860000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_hybridakscluster_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_hybridakscluster_scenario1.yaml new file mode 100644 index 00000000000..482340b3397 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_hybridakscluster_scenario1.yaml @@ -0,0 +1,154 @@ +interactions: +- request: + body: '{"tags": {"tag1": "tag1", "tag2": "tag2update"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud hybridakscluster update + Connection: + - keep-alive + Content-Length: + - '48' + Content-Type: + - application/json + ParameterSetName: + - --name --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/hybridAksClusters/pipelinehaks-chntu7pwke7sq-39b7aff3?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/hybridAksClusters/pipelinehaks-chntu7pwke7sq-39b7aff3","name":"pipelinehaks-chntu7pwke7sq-39b7aff3","type":"microsoft.networkcloud/hybridaksclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T09:14:20.9806707Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T20:52:22.5867701Z"},"properties":{"hybridAksProvisionedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-chNTU7pWkE7SQ","associatedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-529","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530"],"controlPlaneCount":1,"workerCount":1,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d","cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultCniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-529","controlPlaneNodes":[{"cpuCores":2,"diskSizeGB":300,"memorySizeGB":4,"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr3","imageId":"Linux-K8s-1.22.11-0.0.3.05041.qcow2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:3e:68:6a","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultCniNetworks/defaultcninetwork-529","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.0.88.12","macAddress":"aa:bb:cc:08:c7:5b","networkAttachmentName":"defaultcni"}],"nodeName":"pipelinehaks-chntu7pwke7sq-39b7aff3-control-plane-mhtf8","powerState":"On"}],"vmCount":0}],"workerNodes":[{"cpuCores":2,"diskSizeGB":300,"memorySizeGB":4,"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr7","imageId":"Linux-K8s-1.22.11-0.0.3.05041.qcow2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultCniNetworks/defaultcninetwork-529","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.0.88.13","macAddress":"aa:bb:cc:64:d2:ec","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.3","macAddress":"aa:bb:cc:16:80:78","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:4c:c3:0e","networkAttachmentName":"l2netw-dfa2b"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:92:ce:78","networkAttachmentName":"vlan-530"}],"nodeName":"pipelinehaks-chntu7pwke7sq-39b7aff3-nodepool1-md-55xmk","powerState":"On"}],"vmCount":0}],"detailedStatus":"Available","provisioningState":"Succeeded","detailedStatusMessage":"Cluster + is available for workload provisioning"}}' + headers: + cache-control: + - no-cache + content-length: + - '5138' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 22 May 2023 20:52:23 GMT + etag: + - '"140064f9-0000-0100-0000-646bd6060000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud hybridakscluster show + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/hybridAksClusters/pipelinehaks-chntu7pwke7sq-39b7aff3?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/hybridAksClusters/pipelinehaks-chntu7pwke7sq-39b7aff3","name":"pipelinehaks-chntu7pwke7sq-39b7aff3","type":"microsoft.networkcloud/hybridaksclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T09:14:20.9806707Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T20:52:22.5867701Z"},"properties":{"hybridAksProvisionedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-chNTU7pWkE7SQ","associatedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-529","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530"],"controlPlaneCount":1,"workerCount":1,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d","cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultCniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-529","controlPlaneNodes":[{"cpuCores":2,"diskSizeGB":300,"memorySizeGB":4,"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr3","imageId":"Linux-K8s-1.22.11-0.0.3.05041.qcow2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:3e:68:6a","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultCniNetworks/defaultcninetwork-529","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.0.88.12","macAddress":"aa:bb:cc:08:c7:5b","networkAttachmentName":"defaultcni"}],"nodeName":"pipelinehaks-chntu7pwke7sq-39b7aff3-control-plane-mhtf8","powerState":"On"}],"vmCount":0}],"workerNodes":[{"cpuCores":2,"diskSizeGB":300,"memorySizeGB":4,"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr7","imageId":"Linux-K8s-1.22.11-0.0.3.05041.qcow2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultCniNetworks/defaultcninetwork-529","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.0.88.13","macAddress":"aa:bb:cc:64:d2:ec","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.3","macAddress":"aa:bb:cc:16:80:78","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:4c:c3:0e","networkAttachmentName":"l2netw-dfa2b"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:92:ce:78","networkAttachmentName":"vlan-530"}],"nodeName":"pipelinehaks-chntu7pwke7sq-39b7aff3-nodepool1-md-55xmk","powerState":"On"}],"vmCount":0}],"detailedStatus":"Available","provisioningState":"Succeeded","detailedStatusMessage":"Cluster + is available for workload provisioning"}}' + headers: + cache-control: + - no-cache + content-length: + - '5138' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 22 May 2023 20:52:23 GMT + etag: + - '"140064f9-0000-0100-0000-646bd6060000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud hybridakscluster list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/hybridAksClusters?api-version=2022-12-12-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/hybridAksClusters/pipelinehaks-chntu7pwke7sq-39b7aff3","name":"pipelinehaks-chntu7pwke7sq-39b7aff3","type":"microsoft.networkcloud/hybridaksclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T09:14:20.9806707Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T20:52:22.5867701Z"},"properties":{"hybridAksProvisionedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-chNTU7pWkE7SQ","associatedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-529","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530"],"controlPlaneCount":1,"workerCount":1,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d","cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultCniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-529","controlPlaneNodes":[{"cpuCores":2,"diskSizeGB":300,"memorySizeGB":4,"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr3","imageId":"Linux-K8s-1.22.11-0.0.3.05041.qcow2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:3e:68:6a","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultCniNetworks/defaultcninetwork-529","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.0.88.12","macAddress":"aa:bb:cc:08:c7:5b","networkAttachmentName":"defaultcni"}],"nodeName":"pipelinehaks-chntu7pwke7sq-39b7aff3-control-plane-mhtf8","powerState":"On"}],"vmCount":0}],"workerNodes":[{"cpuCores":2,"diskSizeGB":300,"memorySizeGB":4,"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr7","imageId":"Linux-K8s-1.22.11-0.0.3.05041.qcow2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultCniNetworks/defaultcninetwork-529","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.0.88.13","macAddress":"aa:bb:cc:64:d2:ec","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.3","macAddress":"aa:bb:cc:16:80:78","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:4c:c3:0e","networkAttachmentName":"l2netw-dfa2b"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:92:ce:78","networkAttachmentName":"vlan-530"}],"nodeName":"pipelinehaks-chntu7pwke7sq-39b7aff3-nodepool1-md-55xmk","powerState":"On"}],"vmCount":0}],"detailedStatus":"Available","provisioningState":"Succeeded","detailedStatusMessage":"Cluster + is available for workload provisioning"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/hybridAksClusters/resourcetesthaks68687-0d5f7742","name":"resourcetesthaks68687-0d5f7742","type":"microsoft.networkcloud/hybridaksclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc/resourcesyncrules/hybridaksclustershydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T09:22:45.2210876Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T10:09:31.9613643Z"},"properties":{"hybridAksProvisionedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-63efba/providers/Microsoft.HybridContainerService/provisionedClusters/resourcetesthaks68687","associatedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-63efba/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsn3pwn23fiitsig","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-63efba/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-515","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-63efba/providers/Microsoft.NetworkCloud/l3Networks/l3network-502","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-63efba/providers/Microsoft.NetworkCloud/trunkedNetworks/trunk-537-542","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-63efba/providers/Microsoft.NetworkCloud/trunkedNetworks/trunk-537-542"],"controlPlaneCount":1,"workerCount":0,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d","cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-63efba/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsn3pwn23fiitsig","defaultCniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-63efba/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-515","controlPlaneNodes":[{"cpuCores":4,"diskSizeGB":300,"memorySizeGB":8,"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr6","imageId":"Linux-K8s-1.22.11-0.0.3.05041.qcow2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-63efba/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsn3pwn23fiitsig","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","macAddress":"aa:bb:cc:53:ad:68","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-63efba/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-515","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.0.60.12","macAddress":"aa:bb:cc:30:12:5d","networkAttachmentName":"defaultcni"}],"nodeName":"resourcetesthaks68687-0d5f7742-control-plane-kxgq5","powerState":"On"}],"vmCount":0}],"workerNodes":[],"detailedStatus":"Available","provisioningState":"Succeeded","detailedStatusMessage":"Cluster + is available for workload provisioning"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/hybridAksClusters/resourcetesthaks3b677-1c6fc138","name":"resourcetesthaks3b677-1c6fc138","type":"microsoft.networkcloud/hybridaksclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc/resourcesyncrules/hybridaksclustershydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T09:25:13.9770096Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T09:52:39.5902621Z"},"properties":{"hybridAksProvisionedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-5e13c6/providers/Microsoft.HybridContainerService/provisionedClusters/resourcetesthaks3b677","associatedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-5e13c6/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsnppb3wd4gkisag","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-5e13c6/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-508"],"controlPlaneCount":1,"workerCount":0,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d","cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-5e13c6/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsnppb3wd4gkisag","defaultCniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-5e13c6/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-508","controlPlaneNodes":[{"cpuCores":4,"diskSizeGB":300,"memorySizeGB":8,"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr4","imageId":"Linux-K8s-1.22.11-0.0.3.05041.qcow2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-5e13c6/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-508","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.0.46.12","macAddress":"aa:bb:cc:68:bb:c8","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-5e13c6/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsnppb3wd4gkisag","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","macAddress":"aa:bb:cc:1d:62:e0","networkAttachmentName":"cloudservices"}],"nodeName":"resourcetesthaks3b677-1c6fc138-control-plane-7kbcc","powerState":"On"}],"vmCount":0}],"workerNodes":[],"detailedStatus":"Available","provisioningState":"Succeeded","detailedStatusMessage":"Cluster + is available for workload provisioning"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/hybridAksClusters/resourcetesthaks20da1-0ccf375e","name":"resourcetesthaks20da1-0ccf375e","type":"microsoft.networkcloud/hybridaksclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc/resourcesyncrules/hybridaksclustershydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T11:15:20.8708754Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T11:41:29.3163429Z"},"properties":{"hybridAksProvisionedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-52d009/providers/Microsoft.HybridContainerService/provisionedClusters/resourcetesthaks20da1","associatedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-52d009/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsnb2yun4frirje2","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-52d009/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-515"],"controlPlaneCount":1,"workerCount":0,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d","cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-52d009/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsnb2yun4frirje2","defaultCniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-52d009/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-515","controlPlaneNodes":[{"cpuCores":4,"diskSizeGB":300,"memorySizeGB":8,"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr6","imageId":"Linux-K8s-1.22.11-0.0.3.05041.qcow2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-52d009/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsnb2yun4frirje2","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","macAddress":"aa:bb:cc:2e:d7:e4","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-52d009/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-515","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.0.60.12","macAddress":"aa:bb:cc:ae:3c:04","networkAttachmentName":"defaultcni"}],"nodeName":"resourcetesthaks20da1-0ccf375e-control-plane-jwlhg","powerState":"Off"}],"vmCount":0}],"workerNodes":[],"detailedStatus":"Available","provisioningState":"Succeeded","detailedStatusMessage":"Cluster + is available for workload provisioning"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/hybridAksClusters/resourcetesthaks3c952-37251d1b","name":"resourcetesthaks3c952-37251d1b","type":"microsoft.networkcloud/hybridaksclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc/resourcesyncrules/hybridaksclustershydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T11:16:32.9909907Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T11:55:47.6487213Z"},"properties":{"hybridAksProvisionedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-6613f8/providers/Microsoft.HybridContainerService/provisionedClusters/resourcetesthaks3c952","associatedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-6613f8/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsnhotjzvnpsxsfs","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-6613f8/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-522"],"controlPlaneCount":1,"workerCount":0,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d","cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-6613f8/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsnhotjzvnpsxsfs","defaultCniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-6613f8/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-522","controlPlaneNodes":[{"cpuCores":4,"diskSizeGB":300,"memorySizeGB":8,"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr1","imageId":"Linux-K8s-1.22.11-0.0.3.05041.qcow2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-6613f8/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsnhotjzvnpsxsfs","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","macAddress":"aa:bb:cc:37:c9:d4","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-6613f8/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-522","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.0.74.12","macAddress":"aa:bb:cc:c2:4d:da","networkAttachmentName":"defaultcni"}],"nodeName":"resourcetesthaks3c952-37251d1b-control-plane-nhhz5","powerState":"Off"}],"vmCount":0}],"workerNodes":[],"detailedStatus":"Available","provisioningState":"Succeeded","detailedStatusMessage":"Cluster + is available for workload provisioning"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/hybridAksClusters/resourcetesthaks6b8d2-6b815eb1","name":"resourcetesthaks6b8d2-6b815eb1","type":"microsoft.networkcloud/hybridaksclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc/resourcesyncrules/hybridaksclustershydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T11:16:36.8958851Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T12:04:33.665441Z"},"properties":{"hybridAksProvisionedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-2296de/providers/Microsoft.HybridContainerService/provisionedClusters/resourcetesthaks6b8d2","associatedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-2296de/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsn2ttyvt7lczw32","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-2296de/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-508","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-2296de/providers/Microsoft.NetworkCloud/l3Networks/l3network-507","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-2296de/providers/Microsoft.NetworkCloud/trunkedNetworks/trunk-502-507","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-2296de/providers/Microsoft.NetworkCloud/trunkedNetworks/trunk-502-507"],"controlPlaneCount":1,"workerCount":0,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d","cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-2296de/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsn2ttyvt7lczw32","defaultCniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-2296de/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-508","controlPlaneNodes":[{"cpuCores":4,"diskSizeGB":300,"memorySizeGB":8,"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr5","imageId":"Linux-K8s-1.22.11-0.0.3.05041.qcow2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-2296de/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-508","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.0.46.12","macAddress":"aa:bb:cc:12:a3:1d","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-2296de/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsn2ttyvt7lczw32","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","macAddress":"aa:bb:cc:98:1d:64","networkAttachmentName":"cloudservices"}],"nodeName":"resourcetesthaks6b8d2-6b815eb1-control-plane-msmts","powerState":"On"}],"vmCount":0}],"workerNodes":[],"detailedStatus":"Available","provisioningState":"Succeeded","detailedStatusMessage":"Cluster + is available for workload provisioning"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '24029' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 22 May 2023 20:52:24 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: + - 236881bd-b175-40ca-9984-fd4fefa73f96 + - f6b218bd-e662-40ed-93e5-eba01ccea550 + - 0ba511ee-167f-4c22-818c-84596d0bedf6 + status: + code: 200 + message: OK +version: 1 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_l2network_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_l2network_scenario1.yaml new file mode 100644 index 00000000000..db926b4814c --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_l2network_scenario1.yaml @@ -0,0 +1,586 @@ +interactions: +- request: + body: '{"extendedLocation": {"name": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc", + "type": "CustomLocation"}, "location": "eastus", "properties": {"hybridAksPluginType": + "DPDK", "interfaceName": "eth0", "l2IsolationDomainId": "/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L2IsolationDomains/l2isolationdomain1"}, + "tags": {"tag1": "tag1"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud l2network create + Connection: + - keep-alive + Content-Length: + - '502' + Content-Type: + - application/json + ParameterSetName: + - --name --extended-location --location --hybrid-aks-plugin-type --interface-name + --l2-isolation-domain-id --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","name":"cli-test-l2-000001","type":"microsoft.networkcloud/l2networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:08:09.521542Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:08:09.521542Z"},"properties":{"provisioningState":"Accepted","hybridAksPluginType":"DPDK","interfaceName":"eth0","l2IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L2IsolationDomains/l2isolationdomain1"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c301bfc3-12de-447d-8e8a-09717618992d*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '975' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:08:10 GMT + etag: + - '"0600f339-0000-0100-0000-646283190000"' + expires: + - '-1' + mise-correlation-id: + - 8f3db77a-faca-4046-b5ba-d4744a1451c1 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud l2network create + Connection: + - keep-alive + ParameterSetName: + - --name --extended-location --location --hybrid-aks-plugin-type --interface-name + --l2-isolation-domain-id --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c301bfc3-12de-447d-8e8a-09717618992d*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c301bfc3-12de-447d-8e8a-09717618992d*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217","name":"c301bfc3-12de-447d-8e8a-09717618992d*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","status":"Accepted","startTime":"2023-05-15T19:08:09.6060449Z"}' + headers: + cache-control: + - no-cache + content-length: + - '563' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:08:10 GMT + etag: + - '"b8018087-0000-0100-0000-646283190000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud l2network create + Connection: + - keep-alive + ParameterSetName: + - --name --extended-location --location --hybrid-aks-plugin-type --interface-name + --l2-isolation-domain-id --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c301bfc3-12de-447d-8e8a-09717618992d*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c301bfc3-12de-447d-8e8a-09717618992d*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217","name":"c301bfc3-12de-447d-8e8a-09717618992d*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","status":"Succeeded","startTime":"2023-05-15T19:08:09.6060449Z","endTime":"2023-05-15T19:08:19.9396107Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '634' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:08:40 GMT + etag: + - '"b8018e87-0000-0100-0000-646283230000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud l2network create + Connection: + - keep-alive + ParameterSetName: + - --name --extended-location --location --hybrid-aks-plugin-type --interface-name + --l2-isolation-domain-id --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","name":"cli-test-l2-000001","type":"microsoft.networkcloud/l2networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:08:09.521542Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T19:08:21.2796508Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"DPDK","interfaceName":"eth0","l2IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L2IsolationDomains/l2isolationdomain1","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1307' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:08:40 GMT + etag: + - '"0600f539-0000-0100-0000-646283250000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"tags": {"tag1": "tag1", "tag2": "tag2update"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud l2network update + Connection: + - keep-alive + Content-Length: + - '48' + Content-Type: + - application/json + ParameterSetName: + - --name --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","name":"cli-test-l2-000001","type":"microsoft.networkcloud/l2networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:08:09.521542Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:08:42.0350329Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"DPDK","interfaceName":"eth0","l2IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L2IsolationDomains/l2isolationdomain1","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1307' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:08:42 GMT + etag: + - '"0600f739-0000-0100-0000-6462833a0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1193' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud l2network show + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","name":"cli-test-l2-000001","type":"microsoft.networkcloud/l2networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:08:09.521542Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:08:42.0350329Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"DPDK","interfaceName":"eth0","l2IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L2IsolationDomains/l2isolationdomain1","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1307' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:08:43 GMT + etag: + - '"0600f739-0000-0100-0000-6462833a0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud l2network list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/l2Networks?api-version=2022-12-12-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","name":"l2network-569","type":"microsoft.networkcloud/l2networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"l2Network","ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-09T06:05:38.5742447Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-09T06:08:20.0601402Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"DPDK","l2IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/m16-1-l2domain-569","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-xEaZHs8atcaIPQ"],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","interfaceName":"l2netw-18581","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/travisneely-sim-rg/providers/Microsoft.NetworkCloud/l2Networks/l2n-trav-1003","name":"l2n-trav-1003","type":"microsoft.networkcloud/l2networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-5a3087f7/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T14:31:22.4158644Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T18:54:43.3812522Z"},"properties":{"provisioningState":"Succeeded","l2IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/l2IsolationDomains/l2isolationdomain2","interfaceName":"l2n-tr-c67db","hybridAksPluginType":"SRIOV","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/travisneely-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/travisneely-sim-rg/providers/Microsoft.NetworkCloud/virtualMachines/testvm1230501"],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/travisneely-sim-rg/providers/Microsoft.NetworkCloud/l2Networks/l2n-trav-1011","name":"l2n-trav-1011","type":"microsoft.networkcloud/l2networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-5a3087f7/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T14:34:10.4008341Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:08:42.0350329Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"DPDK","interfaceName":"eth0","l2IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L2IsolationDomains/l2isolationdomain1","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/l2Networks/rgl2testnetwork","name":"rgl2testnetwork","type":"microsoft.networkcloud/l2networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-21T14:13:42.5377154Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-04-21T14:13:42.5377154Z"},"properties":{"provisioningState":"Failed","hybridAksPluginType":"DPDK","interfaceName":"l2netw-5","l2IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/rprelight-l2domain-5"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","name":"l2network-569","type":"microsoft.networkcloud/l2networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"l2Network","ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-02T06:59:28.3535233Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-02T07:00:25.447391Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"DPDK","interfaceName":"l2netw-51d93","l2IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/j18-l2domain-569","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-HjfxOFWK0XXjvw"],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-570","name":"l2network-570","type":"microsoft.networkcloud/l2networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceType":"l2Network"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-02T17:25:39.9900275Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-02T22:34:43.6270002Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-570","l2IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/j18-l2domain-570","hybridAksPluginType":"SRIOV","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","detailedStatusMessage":"all + resource creation succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '10429' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:08:43 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-original-request-ids: + - c89fce4d-da46-48b1-b970-0e37e1e91756 + - 8b011d34-d196-4ee2-9264-fc19fc3798a3 + - af7dd352-2fbd-4002-a46a-b21d4db61a54 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud l2network list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks?api-version=2022-12-12-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","name":"cli-test-l2-000001","type":"microsoft.networkcloud/l2networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:08:09.521542Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:08:42.0350329Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"DPDK","interfaceName":"eth0","l2IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L2IsolationDomains/l2isolationdomain1","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1319' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:08:44 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: + - 5f98b752-381e-4b51-8e36-47aec96f633d + - 254b943b-f7af-47e5-99db-e290e064d5f4 + - e31bbdc3-03d6-42f1-987d-baae308d53a6 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud l2network delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/81d31434-e325-4a7c-b452-570ff827749b*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:08:45 GMT + etag: + - '"0600f839-0000-0100-0000-6462833d0000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/81d31434-e325-4a7c-b452-570ff827749b*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217?api-version=2022-12-12-preview + mise-correlation-id: + - 1c94b9a0-a4a1-4e9a-8599-e90871dcae47 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14998' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud l2network delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/81d31434-e325-4a7c-b452-570ff827749b*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/81d31434-e325-4a7c-b452-570ff827749b*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217","name":"81d31434-e325-4a7c-b452-570ff827749b*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","status":"Deleting","startTime":"2023-05-15T19:08:45.5277725Z"}' + headers: + cache-control: + - no-cache + content-length: + - '563' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:08:45 GMT + etag: + - '"b801d687-0000-0100-0000-6462833d0000"' + expires: + - '-1' + 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: + - networkcloud l2network delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/81d31434-e325-4a7c-b452-570ff827749b*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/81d31434-e325-4a7c-b452-570ff827749b*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217","name":"81d31434-e325-4a7c-b452-570ff827749b*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","status":"Succeeded","startTime":"2023-05-15T19:08:45.5277725Z","endTime":"2023-05-15T19:09:00.4031821Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '623' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:09:15 GMT + etag: + - '"b801e787-0000-0100-0000-6462834c0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud l2network delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/81d31434-e325-4a7c-b452-570ff827749b*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/81d31434-e325-4a7c-b452-570ff827749b*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217","name":"81d31434-e325-4a7c-b452-570ff827749b*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","status":"Succeeded","startTime":"2023-05-15T19:08:45.5277725Z","endTime":"2023-05-15T19:09:00.4031821Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '623' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:09:15 GMT + etag: + - '"b801e787-0000-0100-0000-6462834c0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_l3network_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_l3network_scenario1.yaml new file mode 100644 index 00000000000..07520b7851e --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_l3network_scenario1.yaml @@ -0,0 +1,612 @@ +interactions: +- request: + body: '{"extendedLocation": {"name": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-6ef92725/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc", + "type": "CustomLocation"}, "location": "eastus", "properties": {"hybridAksIpamEnabled": + "True", "hybridAksPluginType": "DPDK", "interfaceName": "eth0", "ipAllocationType": + "DualStack", "ipv4ConnectedPrefix": "10.1.100.0/24", "ipv6ConnectedPrefix": + "fd01:1::0/64", "l3IsolationDomainId": "/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain1", + "vlan": 1001}, "tags": {"tag1": "tag1"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud l3network create + Connection: + - keep-alive + Content-Length: + - '660' + Content-Type: + - application/json + ParameterSetName: + - --name --extended-location --location --hybrid-aks-ipam-enabled --hybrid-aks-plugin-type + --interface-name --ip-allocation-type --ipv4-connected-prefix --ipv6-connected-prefix + --l3-isolation-domain-id --vlan --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","name":"cli-test-l3-000001","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-6ef92725/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T21:18:55.1688434Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T21:18:55.1688434Z"},"properties":{"provisioningState":"Accepted","hybridAksIpamEnabled":"True","hybridAksPluginType":"DPDK","interfaceName":"eth0","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.1.100.0/24","ipv6ConnectedPrefix":"fd01:1::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain1","vlan":1001}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ac1fc159-1cdf-4e20-915b-e1867696d02d*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '1125' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 21:18:55 GMT + etag: + - '"5507f495-0000-0100-0000-6462a1bf0000"' + expires: + - '-1' + mise-correlation-id: + - 95d2fc12-fdff-4ddb-a9a3-6c2919676a28 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud l3network create + Connection: + - keep-alive + ParameterSetName: + - --name --extended-location --location --hybrid-aks-ipam-enabled --hybrid-aks-plugin-type + --interface-name --ip-allocation-type --ipv4-connected-prefix --ipv6-connected-prefix + --l3-isolation-domain-id --vlan --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ac1fc159-1cdf-4e20-915b-e1867696d02d*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ac1fc159-1cdf-4e20-915b-e1867696d02d*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2","name":"ac1fc159-1cdf-4e20-915b-e1867696d02d*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","status":"Accepted","startTime":"2023-05-15T21:18:55.2106944Z"}' + headers: + cache-control: + - no-cache + content-length: + - '563' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 21:18:55 GMT + etag: + - '"b80145d9-0000-0100-0000-6462a1bf0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud l3network create + Connection: + - keep-alive + ParameterSetName: + - --name --extended-location --location --hybrid-aks-ipam-enabled --hybrid-aks-plugin-type + --interface-name --ip-allocation-type --ipv4-connected-prefix --ipv6-connected-prefix + --l3-isolation-domain-id --vlan --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ac1fc159-1cdf-4e20-915b-e1867696d02d*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ac1fc159-1cdf-4e20-915b-e1867696d02d*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2","name":"ac1fc159-1cdf-4e20-915b-e1867696d02d*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","status":"Succeeded","startTime":"2023-05-15T21:18:55.2106944Z","endTime":"2023-05-15T21:19:00.4357523Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '634' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 21:19:26 GMT + etag: + - '"b80147d9-0000-0100-0000-6462a1c40000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud l3network create + Connection: + - keep-alive + ParameterSetName: + - --name --extended-location --location --hybrid-aks-ipam-enabled --hybrid-aks-plugin-type + --interface-name --ip-allocation-type --ipv4-connected-prefix --ipv6-connected-prefix + --l3-isolation-domain-id --vlan --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","name":"cli-test-l3-000001","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-6ef92725/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T21:18:55.1688434Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T21:19:02.2880127Z"},"properties":{"provisioningState":"Succeeded","hybridAksIpamEnabled":"True","hybridAksPluginType":"DPDK","interfaceName":"eth0","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.1.100.0/24","ipv6ConnectedPrefix":"fd01:1::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain1","vlan":1001,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1451' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 21:19:26 GMT + etag: + - '"5507f795-0000-0100-0000-6462a1c60000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"tags": {"tag1": "tag1", "tag2": "tag2update"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud l3network update + Connection: + - keep-alive + Content-Length: + - '48' + Content-Type: + - application/json + ParameterSetName: + - --name --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","name":"cli-test-l3-000001","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-6ef92725/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T21:18:55.1688434Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T21:19:27.4577897Z"},"properties":{"provisioningState":"Succeeded","hybridAksIpamEnabled":"True","hybridAksPluginType":"DPDK","interfaceName":"eth0","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.1.100.0/24","ipv6ConnectedPrefix":"fd01:1::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain1","vlan":1001,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1451' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 21:19:28 GMT + etag: + - '"55072796-0000-0100-0000-6462a1df0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud l3network show + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","name":"cli-test-l3-000001","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-6ef92725/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T21:18:55.1688434Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T21:19:27.4577897Z"},"properties":{"provisioningState":"Succeeded","hybridAksIpamEnabled":"True","hybridAksPluginType":"DPDK","interfaceName":"eth0","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.1.100.0/24","ipv6ConnectedPrefix":"fd01:1::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain1","vlan":1001,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1451' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 21:19:28 GMT + etag: + - '"55072796-0000-0100-0000-6462a1df0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud l3network list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/l3Networks?api-version=2022-12-12-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/syzehra-sim-1/providers/Microsoft.NetworkCloud/l3Networks/l3networksy1","name":"l3networksy1","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4deb0127/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"simulator","ResourceType":"l3Network"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-03-13T16:09:59.889044Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-03-13T17:43:50.9523433Z"},"properties":{"provisioningState":"Failed","hybridAksIpamEnabled":"True","hybridAksPluginType":"DPDK","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.1.154.1","ipv6ConnectedPrefix":"fda0:d59c:da0b:9a::/64","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m15-l3domain-1","vlan":567}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","name":"l3network-530","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"l3network","ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-09T06:05:38.6546818Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-09T06:08:35.6046892Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-530","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m16-1-l3domain-2","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.1.90.0/24","vlan":530,"hybridAksPluginType":"DPDK","hybridAksIpamEnabled":"False","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-xEaZHs8atcaIPQ"],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","name":"l3network-535","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"l3network","ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-09T06:05:41.5271162Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-10T12:04:26.285629Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-535","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m16-1-l3domain-2","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.1.100.0/24","vlan":535,"hybridAksPluginType":"DPDK","hybridAksIpamEnabled":"False","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-537","name":"l3network-537","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceType":"l3Network"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-09T12:12:49.5039345Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-09T12:13:07.6034087Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-537","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m16-1-l3domain-2","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.1.104.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:168::/64","vlan":537,"hybridAksPluginType":"SRIOV","hybridAksIpamEnabled":"True","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-538","name":"l3network-538","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceType":"l3Network"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-09T12:13:57.5059434Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-09T12:14:08.0092682Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-538","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m16-1-l3domain-2","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.1.106.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:16a::/64","vlan":538,"hybridAksPluginType":"SRIOV","hybridAksIpamEnabled":"True","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-560","name":"l3network-560","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceType":"l3Network"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-11T20:44:09.6125142Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-11T20:44:53.4039386Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-560","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m16-1-l3domain-1","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.1.147.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:193::/64","vlan":560,"hybridAksPluginType":"SRIOV","hybridAksIpamEnabled":"True","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-561","name":"l3network-561","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceType":"l3Network"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-11T20:46:34.0149104Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-11T20:46:51.0931785Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-561","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m16-1-l3domain-1","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.1.148.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:194::/64","vlan":561,"hybridAksPluginType":"SRIOV","hybridAksIpamEnabled":"True","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-502","name":"l3network-502","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceType":"l3Network"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-11T23:56:35.976497Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-11T23:56:48.0685307Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-502","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m16-1-l3domain-1","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.1.34.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:122::/64","vlan":502,"hybridAksPluginType":"SRIOV","hybridAksIpamEnabled":"True","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-503","name":"l3network-503","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceType":"l3Network"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-11T23:56:57.0170717Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-11T23:57:05.5730514Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-503","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m16-1-l3domain-1","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.1.36.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:124::/64","vlan":503,"hybridAksPluginType":"SRIOV","hybridAksIpamEnabled":"True","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/l3Networks/l3Networkmikepvm","name":"l3Networkmikepvm","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T20:05:18.082584Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T21:12:41.7285977Z"},"properties":{"provisioningState":"Succeeded","hybridAksIpamEnabled":"True","hybridAksPluginType":"DPDK","interfaceName":"eth0","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.1.100.0/24","ipv6ConnectedPrefix":"fd01:1::0/64","l3IsolationDomainId":"//subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain1","vlan":1001,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/virtualMachines/mikepvm1"],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestd73duvbzijikmg4exrualhb3rijs6cmfqqhbspbvejs66ppc5dutnvl3spiidetnzstv/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-4lrgjkw3wz36","name":"cli-test-l3-4lrgjkw3wz36","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T21:09:34.183334Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T21:19:27.4577897Z"},"properties":{"provisioningState":"Succeeded","hybridAksIpamEnabled":"True","hybridAksPluginType":"DPDK","interfaceName":"eth0","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.1.100.0/24","ipv6ConnectedPrefix":"fd01:1::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain1","vlan":1001,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/l3Networks/rg2l3test5network","name":"rg2l3test5network","type":"microsoft.networkcloud/l3networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-21T16:29:18.7249247Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-04-21T16:45:52.7312663Z"},"properties":{"provisioningState":"Failed","interfaceName":"vlan-55","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkFabric/IsolationDomains/isodomain-55","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.121.5.0/24","vlan":55,"hybridAksPluginType":"HostDevice","hybridAksIpamEnabled":"False"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","name":"l3network-535","type":"microsoft.networkcloud/l3networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"l3network","ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-02T06:59:28.5494222Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-05T20:42:31.2803425Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-535","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-2","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.6.100.0/24","vlan":535,"hybridAksPluginType":"DPDK","hybridAksIpamEnabled":"False","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/pipelinevmHjfxOFWK0XXjvw"],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","name":"l3network-530","type":"microsoft.networkcloud/l3networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"l3network","ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-02T06:59:33.7840574Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-05T15:42:33.7751937Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-530","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-2","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.6.90.0/24","vlan":530,"hybridAksPluginType":"DPDK","hybridAksIpamEnabled":"False","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-HjfxOFWK0XXjvw","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/mattjtest-haks2"],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-509","name":"l3network-509","type":"microsoft.networkcloud/l3networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceType":"l3Network"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-02T17:23:06.5903572Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-02T22:34:43.3295422Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-509","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-1","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.6.48.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:630::/64","vlan":509,"hybridAksPluginType":"SRIOV","hybridAksIpamEnabled":"True","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/mattj-l3n-527","name":"mattj-l3n-527","type":"microsoft.networkcloud/l3networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-03T16:13:22.835009Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-05T15:42:37.8623978Z"},"properties":{"provisioningState":"Succeeded","hybridAksIpamEnabled":"False","hybridAksPluginType":"SRIOV","interfaceName":"vlan-527","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.6.84.0/24","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-1","vlan":527,"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/mattjtest-haks2"],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/mattjtestvm1"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-568","name":"l3network-568","type":"microsoft.networkcloud/l3networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-08T18:59:06.756052Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-10T15:06:12.7890793Z"},"properties":{"provisioningState":"Succeeded","hybridAksIpamEnabled":"False","hybridAksPluginType":"OSDevice","interfaceName":"l3n568","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.6.155.0/28","ipv6ConnectedPrefix":"fda0:d59c:da0a:69b::/64","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-2","vlan":568,"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j18-c0d28c8f7cd3-zvy0v/providers/Microsoft.NetworkCloud/l3Networks/l3network-502","name":"l3network-502","type":"microsoft.networkcloud/l3networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CleanupFrequency":"Daily","ManagedBy":"nc-resource-testing","Purpose":"QA"},"systemData":{"createdBy":"76a1c3a1-1aaa-4cbe-b809-1b4f9dfe41e0","createdByType":"Application","createdAt":"2023-05-15T15:53:31.8202168Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T15:53:43.7069395Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"OSDevice","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.6.34.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:622::/64","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-1","vlan":502,"hybridAksIpamEnabled":"True","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","interfaceName":"l3netw-6a28b","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j18-c0d28c8f7cd3-zvy0v/providers/Microsoft.NetworkCloud/l3Networks/l3network-503","name":"l3network-503","type":"microsoft.networkcloud/l3networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CleanupFrequency":"Daily","ManagedBy":"nc-resource-testing","Purpose":"QA"},"systemData":{"createdBy":"76a1c3a1-1aaa-4cbe-b809-1b4f9dfe41e0","createdByType":"Application","createdAt":"2023-05-15T15:54:03.5399806Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T15:54:17.1904358Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"OSDevice","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.6.36.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:624::/64","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-1","vlan":503,"hybridAksIpamEnabled":"True","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","interfaceName":"l3netw-b70b5","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j18-c0d28c8f7cd3-flekj/providers/Microsoft.NetworkCloud/l3Networks/l3network-504","name":"l3network-504","type":"microsoft.networkcloud/l3networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CleanupFrequency":"Daily","ManagedBy":"nc-resource-testing","Purpose":"QA"},"systemData":{"createdBy":"76a1c3a1-1aaa-4cbe-b809-1b4f9dfe41e0","createdByType":"Application","createdAt":"2023-05-15T17:27:37.8452194Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T17:27:49.1872489Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"OSDevice","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.6.38.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:626::/64","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-1","vlan":504,"hybridAksIpamEnabled":"True","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","interfaceName":"l3netw-6db69","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j18-c0d28c8f7cd3-flekj/providers/Microsoft.NetworkCloud/l3Networks/l3network-505","name":"l3network-505","type":"microsoft.networkcloud/l3networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CleanupFrequency":"Daily","ManagedBy":"nc-resource-testing","Purpose":"QA"},"systemData":{"createdBy":"76a1c3a1-1aaa-4cbe-b809-1b4f9dfe41e0","createdByType":"Application","createdAt":"2023-05-15T17:28:09.9235739Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T17:28:19.8752128Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"OSDevice","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.6.40.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:628::/64","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-1","vlan":505,"hybridAksIpamEnabled":"True","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"interfaceName":"l3netw-0c755","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '36540' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 21:19:28 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: + - f62aad66-9bad-4731-bb17-6216558e7638 + - e2e50927-b404-42b4-bb98-9bfa005da973 + - f0b8c36a-f0f2-4faf-84d2-f8e6486f9530 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud l3network list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks?api-version=2022-12-12-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","name":"cli-test-l3-000001","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-6ef92725/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T21:18:55.1688434Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T21:19:27.4577897Z"},"properties":{"provisioningState":"Succeeded","hybridAksIpamEnabled":"True","hybridAksPluginType":"DPDK","interfaceName":"eth0","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.1.100.0/24","ipv6ConnectedPrefix":"fd01:1::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain1","vlan":1001,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1463' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 21:19:30 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: + - 8246cbb1-e089-42fd-957c-186c613030a0 + - 8bfff394-ac69-417e-89eb-c51d35d168a3 + - 422fd4e1-c54c-4a7c-856f-38593079037e + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud l3network delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f638f213-b21f-40bd-ae99-b09c25b5c062*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 21:19:31 GMT + etag: + - '"55072996-0000-0100-0000-6462a1e30000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f638f213-b21f-40bd-ae99-b09c25b5c062*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2?api-version=2022-12-12-preview + mise-correlation-id: + - 088f3117-4895-415a-965e-5cd1c928ca77 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14997' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud l3network delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f638f213-b21f-40bd-ae99-b09c25b5c062*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f638f213-b21f-40bd-ae99-b09c25b5c062*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2","name":"f638f213-b21f-40bd-ae99-b09c25b5c062*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","status":"Deleting","startTime":"2023-05-15T21:19:31.2431539Z"}' + headers: + cache-control: + - no-cache + content-length: + - '563' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 21:19:31 GMT + etag: + - '"b801b4d9-0000-0100-0000-6462a1e30000"' + expires: + - '-1' + 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: + - networkcloud l3network delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f638f213-b21f-40bd-ae99-b09c25b5c062*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f638f213-b21f-40bd-ae99-b09c25b5c062*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2","name":"f638f213-b21f-40bd-ae99-b09c25b5c062*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","status":"Succeeded","startTime":"2023-05-15T21:19:31.2431539Z","endTime":"2023-05-15T21:19:37.9545859Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '623' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 21:20:01 GMT + etag: + - '"b801e0d9-0000-0100-0000-6462a1e90000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud l3network delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f638f213-b21f-40bd-ae99-b09c25b5c062*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f638f213-b21f-40bd-ae99-b09c25b5c062*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2","name":"f638f213-b21f-40bd-ae99-b09c25b5c062*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","status":"Succeeded","startTime":"2023-05-15T21:19:31.2431539Z","endTime":"2023-05-15T21:19:37.9545859Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '623' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 21:20:01 GMT + etag: + - '"b801e0d9-0000-0100-0000-6462a1e90000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_metricsconfiguration_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_metricsconfiguration_scenario1.yaml new file mode 100644 index 00000000000..73c44d4a4ec --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_metricsconfiguration_scenario1.yaml @@ -0,0 +1,681 @@ +interactions: +- request: + body: '{"extendedLocation": {"name": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc", + "type": "CustomLocation"}, "location": "eastus", "properties": {"collectionInterval": + 15, "enabledMetrics": ["node_os_version"]}, "tags": {"tag1": "tag1"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster metricsconfiguration create + Connection: + - keep-alive + Content-Length: + - '362' + Content-Type: + - application/json + ParameterSetName: + - --cluster-name --extended-location --location --collection-interval --enabled-metrics + --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","name":"default","type":"microsoft.networkcloud/clusters/metricsconfigurations","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T19:50:10.0389925Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T19:50:10.0389925Z"},"properties":{"provisioningState":"Accepted","collectionInterval":15,"enabledMetrics":["node_os_version"]}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0813b286-590c-40e6-ba3f-074a27047035*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '875' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 19:50:10 GMT + etag: + - '"75001e4a-0000-0100-0000-6467d2f20000"' + expires: + - '-1' + mise-correlation-id: + - 60449cf2-37ea-4082-bf24-2439a8f44661 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster metricsconfiguration create + Connection: + - keep-alive + ParameterSetName: + - --cluster-name --extended-location --location --collection-interval --enabled-metrics + --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0813b286-590c-40e6-ba3f-074a27047035*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0813b286-590c-40e6-ba3f-074a27047035*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","name":"0813b286-590c-40e6-ba3f-074a27047035*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","status":"Accepted","startTime":"2023-05-19T19:50:10.2362258Z"}' + headers: + cache-control: + - no-cache + content-length: + - '586' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 19:50:11 GMT + etag: + - '"9400881d-0000-0100-0000-6467d2f20000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster metricsconfiguration create + Connection: + - keep-alive + ParameterSetName: + - --cluster-name --extended-location --location --collection-interval --enabled-metrics + --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0813b286-590c-40e6-ba3f-074a27047035*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0813b286-590c-40e6-ba3f-074a27047035*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","name":"0813b286-590c-40e6-ba3f-074a27047035*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","status":"Succeeded","startTime":"2023-05-19T19:50:10.2362258Z","endTime":"2023-05-19T19:50:15.6726569Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '657' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 19:50:41 GMT + etag: + - '"9400691f-0000-0100-0000-6467d2f70000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster metricsconfiguration create + Connection: + - keep-alive + ParameterSetName: + - --cluster-name --extended-location --location --collection-interval --enabled-metrics + --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","name":"default","type":"microsoft.networkcloud/clusters/metricsconfigurations","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T19:50:10.0389925Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T19:50:16.2529578Z"},"properties":{"provisioningState":"Succeeded","collectionInterval":15,"enabledMetrics":["node_os_version"],"disabledMetrics":["apiserver_client_certificate_expiration_seconds_bucket","container_file_descriptors","container_fs_io_current","container_fs_io_time_weighted_seconds_total","container_fs_read_seconds_total","container_fs_reads_bytes_total","container_fs_reads_total","container_fs_sector_reads_total","container_fs_sector_writes_total","container_fs_usage_bytes","container_fs_write_seconds_total","container_fs_writes_bytes_total","container_fs_writes_total","container_memory_cache","container_memory_failures_total","container_memory_mapped_file","container_memory_max_usage_bytes","container_memory_rss","container_memory_swap","container_memory_working_set_bytes","container_network_receive_errors_total","container_network_receive_packets_total","container_network_transmit_errors_total","container_network_transmit_packets_total","container_scrape_error","container_sockets","container_spec_cpu_quota","container_spec_memory_limit_bytes","coredns_build_info","coredns_cache_hits_total","coredns_dns_request_duration_seconds_bucket","coredns_dns_request_duration_seconds_count","coredns_dns_request_duration_seconds_sum","coredns_forward_healthcheck_broken_total","coredns_forward_max_concurrent_rejects_total","coredns_reload_failed_total","etcd_disk_backend_commit_duration_seconds_bucket","etcd_disk_backend_commit_duration_seconds_count","etcd_disk_wal_fsync_duration_seconds_bucket","etcd_disk_wal_fsync_duration_seconds_count","etcd_disk_wal_write_bytes_total","etcd_server_has_leader","etcd_server_health_failures","etcd_server_slow_apply_total","felix_active_local_policies","felix_bpf_dirty_dataplane_endpoints","felix_bpf_happy_dataplane_endpoints","felix_calc_graph_output_events","felix_calc_graph_update_time_seconds","felix_calc_graph_updates_processed","felix_cluster_num_policies","felix_exec_time_micros","felix_int_dataplane_apply_time_seconds","felix_ipset_calls","felix_ipset_lines_executed","felix_iptables_chains","felix_iptables_lines_executed","felix_iptables_lock_acquire_secs_count","felix_iptables_lock_acquire_secs_sum","felix_iptables_lock_retries","felix_iptables_restore_calls","felix_iptables_save_calls","felix_log_errors","felix_logs_dropped","felix_route_table_list_seconds","felix_route_table_per_iface_sync_seconds","get_token_fail_count","kube_endpoint_address_not_ready","kube_persistentvolumeclaim_access_mode","kube_pod_spec_volumes_persistentvolumeclaims_readonly","kube_replicaset_status_replicas","kubelet_certificate_manager_client_expiration_renew_errors","kubelet_run_podsandbox_errors_total","kubelet_started_pods_errors_total","kubelet_volume_stats_inodes","kubelet_volume_stats_inodes_free","kubelet_volume_stats_inodes_used","kubevirt_vmi_memory_pgmajfault","kubevirt_vmi_memory_pgminfault","kubevirt_vmi_memory_resident_bytes","kubevirt_vmi_memory_usable_bytes","kubevirt_vmi_network_receive_bytes_total","kubevirt_vmi_network_receive_errors_total","kubevirt_vmi_network_receive_packets_dropped_total","kubevirt_vmi_network_transmit_bytes_total","kubevirt_vmi_network_transmit_errors_total","kubevirt_vmi_non_evictable","kubevirt_vmi_phase_transition_time_from_creation_seconds_count","kubevirt_vmi_storage_flush_requests_total","kubevirt_vmi_storage_flush_times_ms_total","kubevirt_vmi_storage_read_traffic_bytes_total","kubevirt_vmi_storage_write_traffic_bytes_total","kubevirt_vmi_vcpu_seconds","kubevirt_vmi_vcpu_wait_seconds","kubevirt_workqueue_depth","kubevirt_workqueue_longest_running_processor_seconds","kubevirt_workqueue_retries_total","kubevirt_workqueue_unfinished_work_seconds","machine_cpu_cores","namedprocess_namegroup_context_switches_total","namedprocess_namegroup_oldest_start_time_seconds","namedprocess_namegroup_states","node_arp_entries","node_bonding_active","node_bonding_slaves","node_cpu_guest_seconds_total","node_disk_flush_requests_time_seconds_total","node_disk_flush_requests_total","node_disk_io_now","node_entropy_pool_size_bits","node_filefd_allocated","node_filefd_maximum","node_forks_total","node_infiniband_excessive_buffer_overrun_errors_total","node_infiniband_link_downed_total","node_infiniband_link_error_recovery_total","node_infiniband_local_link_integrity_errors_total","node_infiniband_vl15_dropped_total","node_intr_total","node_ipvs_backend_weight","node_ipvs_connections_total","node_ipvs_incoming_bytes_total","node_ipvs_incoming_packets_total","node_ipvs_outgoing_bytes_total","node_ipvs_outgoing_packets_total","node_memory_Active_bytes","node_memory_Active_file_bytes","node_memory_Bounce_bytes","node_memory_Buffers_bytes","node_memory_Cached_bytes","node_memory_CommitLimit_bytes","node_memory_Committed_AS_bytes","node_memory_DirectMap1G_bytes","node_memory_DirectMap2M_bytes","node_memory_DirectMap4k_bytes","node_memory_Dirty_bytes","node_memory_FileHugePages_bytes","node_memory_FilePmdMapped_bytes","node_memory_HugePages_Free","node_memory_HugePages_Rsvd","node_memory_HugePages_Surp","node_memory_HugePages_Total","node_memory_Hugepagesize_bytes","node_memory_Hugetlb_bytes","node_memory_Inactive_anon_bytes","node_memory_Inactive_bytes","node_memory_Inactive_file_bytes","node_memory_KReclaimable_bytes","node_memory_KernelStack_bytes","node_memory_Mapped_bytes","node_memory_Mlocked_bytes","node_memory_PageTables_bytes","node_memory_Percpu_bytes","node_memory_SReclaimable_bytes","node_memory_SUnreclaim_bytes","node_memory_ShmemHugePages_bytes","node_memory_ShmemPmdMapped_bytes","node_memory_Shmem_bytes","node_memory_Slab_bytes","node_memory_SwapCached_bytes","node_memory_SwapFree_bytes","node_memory_SwapTotal_bytes","node_memory_Unevictable_bytes","node_memory_VmallocChunk_bytes","node_memory_VmallocTotal_bytes","node_memory_VmallocUsed_bytes","node_memory_WritebackTmp_bytes","node_memory_Writeback_bytes","node_memory_numa_Active","node_memory_numa_Active_anon","node_memory_numa_Active_file","node_memory_numa_AnonHugePages","node_memory_numa_AnonPages","node_memory_numa_Bounce","node_memory_numa_Dirty","node_memory_numa_FileHugePages","node_memory_numa_FilePages","node_memory_numa_FilePmdMapped","node_memory_numa_HugePages_Surp","node_memory_numa_Inactive","node_memory_numa_Inactive_anon","node_memory_numa_Inactive_file","node_memory_numa_KReclaimable","node_memory_numa_KernelStack","node_memory_numa_Mapped","node_memory_numa_Mlocked","node_memory_numa_PageTables","node_memory_numa_SReclaimable","node_memory_numa_SUnreclaim","node_memory_numa_ShmemHugePages","node_memory_numa_ShmemPmdMapped","node_memory_numa_Slab","node_memory_numa_SwapCached","node_memory_numa_Unevictable","node_memory_numa_Writeback","node_memory_numa_WritebackTmp","node_memory_numa_interleave_hit_total","node_memory_numa_local_node_total","node_memory_numa_numa_foreign_total","node_memory_numa_numa_hit_total","node_memory_numa_numa_miss_total","node_memory_numa_other_node_total","node_netstat_Icmp6_InMsgs","node_netstat_Icmp6_OutMsgs","node_netstat_Icmp_InErrors","node_netstat_Icmp_InMsgs","node_netstat_Icmp_OutMsgs","node_netstat_Ip6_InOctets","node_netstat_Ip6_OutOctets","node_netstat_IpExt_InOctets","node_netstat_IpExt_OutOctets","node_netstat_Ip_Forwarding","node_netstat_TcpExt_ListenDrops","node_netstat_TcpExt_ListenOverflows","node_netstat_TcpExt_SyncookiesFailed","node_netstat_TcpExt_SyncookiesRecv","node_netstat_TcpExt_SyncookiesSent","node_netstat_TcpExt_TCPSynRetrans","node_netstat_TcpExt_TCPTimeouts","node_netstat_Tcp_ActiveOpens","node_netstat_Tcp_CurrEstab","node_netstat_Tcp_InErrs","node_netstat_Tcp_InSegs","node_netstat_Tcp_OutRsts","node_netstat_Tcp_OutSegs","node_netstat_Tcp_PassiveOpens","node_netstat_Tcp_RetransSegs","node_netstat_Udp6_InDatagrams","node_netstat_Udp6_NoPorts","node_netstat_Udp6_OutDatagrams","node_netstat_UdpLite_InErrors","node_netstat_Udp_InDatagrams","node_netstat_Udp_InErrors","node_netstat_Udp_NoPorts","node_netstat_Udp_OutDatagrams","node_netstat_Udp_RcvbufErrors","node_netstat_Udp_SndbufErrors","node_network_address_assign_type","node_network_carrier","node_network_carrier_down_changes_total","node_network_carrier_up_changes_total","node_network_device_id","node_network_dormant","node_network_flags","node_network_iface_id","node_network_iface_link","node_network_iface_link_mode","node_network_name_assign_type","node_network_net_dev_group","node_network_protocol_type","node_network_receive_bytes_total","node_network_receive_compressed_total","node_network_receive_drop_total","node_network_receive_fifo_total","node_network_receive_frame_total","node_network_transmit_bytes_total","node_network_transmit_carrier_total","node_network_transmit_colls_total","node_network_transmit_compressed_total","node_network_transmit_drop_total","node_network_transmit_fifo_total","node_network_transmit_queue_length","node_nf_conntrack_stat_found","node_nf_conntrack_stat_ignore","node_nf_conntrack_stat_insert","node_nf_conntrack_stat_insert_failed","node_nf_conntrack_stat_invalid","node_nf_conntrack_stat_search_restart","node_nvme_info","node_pressure_cpu_waiting_seconds_total","node_pressure_io_stalled_seconds_total","node_pressure_io_waiting_seconds_total","node_pressure_memory_stalled_seconds_total","node_pressure_memory_waiting_seconds_total","node_processes_max_processes","node_processes_max_threads","node_processes_pids","node_processes_state","node_processes_threads","node_processes_threads_state","node_procs_blocked","node_procs_running","node_schedstat_running_seconds_total","node_schedstat_timeslices_total","node_schedstat_waiting_seconds_total","node_sockstat_FRAG6_inuse","node_sockstat_FRAG6_memory","node_sockstat_FRAG_inuse","node_sockstat_FRAG_memory","node_sockstat_RAW6_inuse","node_sockstat_RAW_inuse","node_sockstat_TCP6_inuse","node_sockstat_TCP_alloc","node_sockstat_TCP_inuse","node_sockstat_TCP_mem","node_sockstat_TCP_mem_bytes","node_sockstat_TCP_orphan","node_sockstat_TCP_tw","node_sockstat_UDP6_inuse","node_sockstat_UDPLITE6_inuse","node_sockstat_UDPLITE_inuse","node_sockstat_UDP_inuse","node_sockstat_UDP_mem","node_sockstat_UDP_mem_bytes","node_sockstat_sockets_used","node_softnet_dropped_total","node_softnet_processed_total","node_timex_loop_time_constant","node_timex_pps_error_total","node_timex_pps_frequency_hertz","node_timex_pps_jitter_seconds","node_timex_pps_jitter_total","node_timex_pps_shift_seconds","node_timex_pps_stability_exceeded_total","node_timex_pps_stability_hertz","node_timex_status","node_timex_tick_seconds","node_uname_info","node_vmstat_pgfault","node_vmstat_pgmajfault","node_vmstat_pgpgin","node_vmstat_pgpgout","process_cpu_seconds_total","process_resident_memory_bytes","process_start_time_seconds","process_virtual_memory_bytes","process_virtual_memory_max_bytes","promhttp_metric_handler_requests_in_flight","promhttp_metric_handler_requests_total","purefa_hardware_chassis_health","purefa_hardware_controller_health","storage_operation_errors_total","typha_breadcrumb_block","typha_breadcrumb_non_block","typha_breadcrumb_seq_number","typha_breadcrumb_size","typha_client_latency_secs","typha_client_write_latency_secs","typha_connections_grace_used","typha_kvs_per_msg","typha_log_errors","typha_logs_dropped","typha_ping_latency","typha_updates_skipped","typha_updates_total"],"detailedStatus":"Applied"}}' + headers: + cache-control: + - no-cache + content-length: + - '12073' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 19:50:41 GMT + etag: + - '"75008f4b-0000-0100-0000-6467d2f80000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"properties": {"collectionInterval": 15, "enabledMetrics": ["node_os_version"]}, + "tags": {"tag1": "tag1", "tag2": "tag2update"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster metricsconfiguration update + Connection: + - keep-alive + Content-Length: + - '129' + Content-Type: + - application/json + ParameterSetName: + - --cluster-name --tags --enabled-metrics --collection-interval --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/da1ce988-53ce-4faa-a21e-3ce4113613a0*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 19:50:43 GMT + etag: + - '"75001f52-0000-0100-0000-6467d3130000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/da1ce988-53ce-4faa-a21e-3ce4113613a0*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2022-12-12-preview + mise-correlation-id: + - 93c9d891-93f8-45e0-8300-53d1fd2cf862 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster metricsconfiguration update + Connection: + - keep-alive + ParameterSetName: + - --cluster-name --tags --enabled-metrics --collection-interval --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/da1ce988-53ce-4faa-a21e-3ce4113613a0*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/da1ce988-53ce-4faa-a21e-3ce4113613a0*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","name":"da1ce988-53ce-4faa-a21e-3ce4113613a0*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","status":"Accepted","startTime":"2023-05-19T19:50:43.5105484Z"}' + headers: + cache-control: + - no-cache + content-length: + - '586' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 19:50:43 GMT + etag: + - '"9400b327-0000-0100-0000-6467d3130000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster metricsconfiguration update + Connection: + - keep-alive + ParameterSetName: + - --cluster-name --tags --enabled-metrics --collection-interval --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/da1ce988-53ce-4faa-a21e-3ce4113613a0*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/da1ce988-53ce-4faa-a21e-3ce4113613a0*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","name":"da1ce988-53ce-4faa-a21e-3ce4113613a0*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","status":"Succeeded","startTime":"2023-05-19T19:50:43.5105484Z","endTime":"2023-05-19T19:50:49.6094627Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '657' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 19:51:13 GMT + etag: + - '"94003429-0000-0100-0000-6467d3190000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster metricsconfiguration update + Connection: + - keep-alive + ParameterSetName: + - --cluster-name --tags --enabled-metrics --collection-interval --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","name":"default","type":"microsoft.networkcloud/clusters/metricsconfigurations","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T19:50:10.0389925Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T19:50:50.159703Z"},"properties":{"collectionInterval":15,"enabledMetrics":["node_os_version"],"disabledMetrics":["apiserver_client_certificate_expiration_seconds_bucket","container_file_descriptors","container_fs_io_current","container_fs_io_time_weighted_seconds_total","container_fs_read_seconds_total","container_fs_reads_bytes_total","container_fs_reads_total","container_fs_sector_reads_total","container_fs_sector_writes_total","container_fs_usage_bytes","container_fs_write_seconds_total","container_fs_writes_bytes_total","container_fs_writes_total","container_memory_cache","container_memory_failures_total","container_memory_mapped_file","container_memory_max_usage_bytes","container_memory_rss","container_memory_swap","container_memory_working_set_bytes","container_network_receive_errors_total","container_network_receive_packets_total","container_network_transmit_errors_total","container_network_transmit_packets_total","container_scrape_error","container_sockets","container_spec_cpu_quota","container_spec_memory_limit_bytes","coredns_build_info","coredns_cache_hits_total","coredns_dns_request_duration_seconds_bucket","coredns_dns_request_duration_seconds_count","coredns_dns_request_duration_seconds_sum","coredns_forward_healthcheck_broken_total","coredns_forward_max_concurrent_rejects_total","coredns_reload_failed_total","etcd_disk_backend_commit_duration_seconds_bucket","etcd_disk_backend_commit_duration_seconds_count","etcd_disk_wal_fsync_duration_seconds_bucket","etcd_disk_wal_fsync_duration_seconds_count","etcd_disk_wal_write_bytes_total","etcd_server_has_leader","etcd_server_health_failures","etcd_server_slow_apply_total","felix_active_local_policies","felix_bpf_dirty_dataplane_endpoints","felix_bpf_happy_dataplane_endpoints","felix_calc_graph_output_events","felix_calc_graph_update_time_seconds","felix_calc_graph_updates_processed","felix_cluster_num_policies","felix_exec_time_micros","felix_int_dataplane_apply_time_seconds","felix_ipset_calls","felix_ipset_lines_executed","felix_iptables_chains","felix_iptables_lines_executed","felix_iptables_lock_acquire_secs_count","felix_iptables_lock_acquire_secs_sum","felix_iptables_lock_retries","felix_iptables_restore_calls","felix_iptables_save_calls","felix_log_errors","felix_logs_dropped","felix_route_table_list_seconds","felix_route_table_per_iface_sync_seconds","get_token_fail_count","kube_endpoint_address_not_ready","kube_persistentvolumeclaim_access_mode","kube_pod_spec_volumes_persistentvolumeclaims_readonly","kube_replicaset_status_replicas","kubelet_certificate_manager_client_expiration_renew_errors","kubelet_run_podsandbox_errors_total","kubelet_started_pods_errors_total","kubelet_volume_stats_inodes","kubelet_volume_stats_inodes_free","kubelet_volume_stats_inodes_used","kubevirt_vmi_memory_pgmajfault","kubevirt_vmi_memory_pgminfault","kubevirt_vmi_memory_resident_bytes","kubevirt_vmi_memory_usable_bytes","kubevirt_vmi_network_receive_bytes_total","kubevirt_vmi_network_receive_errors_total","kubevirt_vmi_network_receive_packets_dropped_total","kubevirt_vmi_network_transmit_bytes_total","kubevirt_vmi_network_transmit_errors_total","kubevirt_vmi_non_evictable","kubevirt_vmi_phase_transition_time_from_creation_seconds_count","kubevirt_vmi_storage_flush_requests_total","kubevirt_vmi_storage_flush_times_ms_total","kubevirt_vmi_storage_read_traffic_bytes_total","kubevirt_vmi_storage_write_traffic_bytes_total","kubevirt_vmi_vcpu_seconds","kubevirt_vmi_vcpu_wait_seconds","kubevirt_workqueue_depth","kubevirt_workqueue_longest_running_processor_seconds","kubevirt_workqueue_retries_total","kubevirt_workqueue_unfinished_work_seconds","machine_cpu_cores","namedprocess_namegroup_context_switches_total","namedprocess_namegroup_oldest_start_time_seconds","namedprocess_namegroup_states","node_arp_entries","node_bonding_active","node_bonding_slaves","node_cpu_guest_seconds_total","node_disk_flush_requests_time_seconds_total","node_disk_flush_requests_total","node_disk_io_now","node_entropy_pool_size_bits","node_filefd_allocated","node_filefd_maximum","node_forks_total","node_infiniband_excessive_buffer_overrun_errors_total","node_infiniband_link_downed_total","node_infiniband_link_error_recovery_total","node_infiniband_local_link_integrity_errors_total","node_infiniband_vl15_dropped_total","node_intr_total","node_ipvs_backend_weight","node_ipvs_connections_total","node_ipvs_incoming_bytes_total","node_ipvs_incoming_packets_total","node_ipvs_outgoing_bytes_total","node_ipvs_outgoing_packets_total","node_memory_Active_bytes","node_memory_Active_file_bytes","node_memory_Bounce_bytes","node_memory_Buffers_bytes","node_memory_Cached_bytes","node_memory_CommitLimit_bytes","node_memory_Committed_AS_bytes","node_memory_DirectMap1G_bytes","node_memory_DirectMap2M_bytes","node_memory_DirectMap4k_bytes","node_memory_Dirty_bytes","node_memory_FileHugePages_bytes","node_memory_FilePmdMapped_bytes","node_memory_HugePages_Free","node_memory_HugePages_Rsvd","node_memory_HugePages_Surp","node_memory_HugePages_Total","node_memory_Hugepagesize_bytes","node_memory_Hugetlb_bytes","node_memory_Inactive_anon_bytes","node_memory_Inactive_bytes","node_memory_Inactive_file_bytes","node_memory_KReclaimable_bytes","node_memory_KernelStack_bytes","node_memory_Mapped_bytes","node_memory_Mlocked_bytes","node_memory_PageTables_bytes","node_memory_Percpu_bytes","node_memory_SReclaimable_bytes","node_memory_SUnreclaim_bytes","node_memory_ShmemHugePages_bytes","node_memory_ShmemPmdMapped_bytes","node_memory_Shmem_bytes","node_memory_Slab_bytes","node_memory_SwapCached_bytes","node_memory_SwapFree_bytes","node_memory_SwapTotal_bytes","node_memory_Unevictable_bytes","node_memory_VmallocChunk_bytes","node_memory_VmallocTotal_bytes","node_memory_VmallocUsed_bytes","node_memory_WritebackTmp_bytes","node_memory_Writeback_bytes","node_memory_numa_Active","node_memory_numa_Active_anon","node_memory_numa_Active_file","node_memory_numa_AnonHugePages","node_memory_numa_AnonPages","node_memory_numa_Bounce","node_memory_numa_Dirty","node_memory_numa_FileHugePages","node_memory_numa_FilePages","node_memory_numa_FilePmdMapped","node_memory_numa_HugePages_Surp","node_memory_numa_Inactive","node_memory_numa_Inactive_anon","node_memory_numa_Inactive_file","node_memory_numa_KReclaimable","node_memory_numa_KernelStack","node_memory_numa_Mapped","node_memory_numa_Mlocked","node_memory_numa_PageTables","node_memory_numa_SReclaimable","node_memory_numa_SUnreclaim","node_memory_numa_ShmemHugePages","node_memory_numa_ShmemPmdMapped","node_memory_numa_Slab","node_memory_numa_SwapCached","node_memory_numa_Unevictable","node_memory_numa_Writeback","node_memory_numa_WritebackTmp","node_memory_numa_interleave_hit_total","node_memory_numa_local_node_total","node_memory_numa_numa_foreign_total","node_memory_numa_numa_hit_total","node_memory_numa_numa_miss_total","node_memory_numa_other_node_total","node_netstat_Icmp6_InMsgs","node_netstat_Icmp6_OutMsgs","node_netstat_Icmp_InErrors","node_netstat_Icmp_InMsgs","node_netstat_Icmp_OutMsgs","node_netstat_Ip6_InOctets","node_netstat_Ip6_OutOctets","node_netstat_IpExt_InOctets","node_netstat_IpExt_OutOctets","node_netstat_Ip_Forwarding","node_netstat_TcpExt_ListenDrops","node_netstat_TcpExt_ListenOverflows","node_netstat_TcpExt_SyncookiesFailed","node_netstat_TcpExt_SyncookiesRecv","node_netstat_TcpExt_SyncookiesSent","node_netstat_TcpExt_TCPSynRetrans","node_netstat_TcpExt_TCPTimeouts","node_netstat_Tcp_ActiveOpens","node_netstat_Tcp_CurrEstab","node_netstat_Tcp_InErrs","node_netstat_Tcp_InSegs","node_netstat_Tcp_OutRsts","node_netstat_Tcp_OutSegs","node_netstat_Tcp_PassiveOpens","node_netstat_Tcp_RetransSegs","node_netstat_Udp6_InDatagrams","node_netstat_Udp6_NoPorts","node_netstat_Udp6_OutDatagrams","node_netstat_UdpLite_InErrors","node_netstat_Udp_InDatagrams","node_netstat_Udp_InErrors","node_netstat_Udp_NoPorts","node_netstat_Udp_OutDatagrams","node_netstat_Udp_RcvbufErrors","node_netstat_Udp_SndbufErrors","node_network_address_assign_type","node_network_carrier","node_network_carrier_down_changes_total","node_network_carrier_up_changes_total","node_network_device_id","node_network_dormant","node_network_flags","node_network_iface_id","node_network_iface_link","node_network_iface_link_mode","node_network_name_assign_type","node_network_net_dev_group","node_network_protocol_type","node_network_receive_bytes_total","node_network_receive_compressed_total","node_network_receive_drop_total","node_network_receive_fifo_total","node_network_receive_frame_total","node_network_transmit_bytes_total","node_network_transmit_carrier_total","node_network_transmit_colls_total","node_network_transmit_compressed_total","node_network_transmit_drop_total","node_network_transmit_fifo_total","node_network_transmit_queue_length","node_nf_conntrack_stat_found","node_nf_conntrack_stat_ignore","node_nf_conntrack_stat_insert","node_nf_conntrack_stat_insert_failed","node_nf_conntrack_stat_invalid","node_nf_conntrack_stat_search_restart","node_nvme_info","node_pressure_cpu_waiting_seconds_total","node_pressure_io_stalled_seconds_total","node_pressure_io_waiting_seconds_total","node_pressure_memory_stalled_seconds_total","node_pressure_memory_waiting_seconds_total","node_processes_max_processes","node_processes_max_threads","node_processes_pids","node_processes_state","node_processes_threads","node_processes_threads_state","node_procs_blocked","node_procs_running","node_schedstat_running_seconds_total","node_schedstat_timeslices_total","node_schedstat_waiting_seconds_total","node_sockstat_FRAG6_inuse","node_sockstat_FRAG6_memory","node_sockstat_FRAG_inuse","node_sockstat_FRAG_memory","node_sockstat_RAW6_inuse","node_sockstat_RAW_inuse","node_sockstat_TCP6_inuse","node_sockstat_TCP_alloc","node_sockstat_TCP_inuse","node_sockstat_TCP_mem","node_sockstat_TCP_mem_bytes","node_sockstat_TCP_orphan","node_sockstat_TCP_tw","node_sockstat_UDP6_inuse","node_sockstat_UDPLITE6_inuse","node_sockstat_UDPLITE_inuse","node_sockstat_UDP_inuse","node_sockstat_UDP_mem","node_sockstat_UDP_mem_bytes","node_sockstat_sockets_used","node_softnet_dropped_total","node_softnet_processed_total","node_timex_loop_time_constant","node_timex_pps_error_total","node_timex_pps_frequency_hertz","node_timex_pps_jitter_seconds","node_timex_pps_jitter_total","node_timex_pps_shift_seconds","node_timex_pps_stability_exceeded_total","node_timex_pps_stability_hertz","node_timex_status","node_timex_tick_seconds","node_uname_info","node_vmstat_pgfault","node_vmstat_pgmajfault","node_vmstat_pgpgin","node_vmstat_pgpgout","process_cpu_seconds_total","process_resident_memory_bytes","process_start_time_seconds","process_virtual_memory_bytes","process_virtual_memory_max_bytes","promhttp_metric_handler_requests_in_flight","promhttp_metric_handler_requests_total","purefa_hardware_chassis_health","purefa_hardware_controller_health","storage_operation_errors_total","typha_breadcrumb_block","typha_breadcrumb_non_block","typha_breadcrumb_seq_number","typha_breadcrumb_size","typha_client_latency_secs","typha_client_write_latency_secs","typha_connections_grace_used","typha_kvs_per_msg","typha_log_errors","typha_logs_dropped","typha_ping_latency","typha_updates_skipped","typha_updates_total"],"detailedStatus":"Applied","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '12092' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 19:51:13 GMT + etag: + - '"7500b753-0000-0100-0000-6467d31a0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster metricsconfiguration show + Connection: + - keep-alive + ParameterSetName: + - --cluster-name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","name":"default","type":"microsoft.networkcloud/clusters/metricsconfigurations","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T19:50:10.0389925Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T19:50:50.159703Z"},"properties":{"collectionInterval":15,"enabledMetrics":["node_os_version"],"disabledMetrics":["apiserver_client_certificate_expiration_seconds_bucket","container_file_descriptors","container_fs_io_current","container_fs_io_time_weighted_seconds_total","container_fs_read_seconds_total","container_fs_reads_bytes_total","container_fs_reads_total","container_fs_sector_reads_total","container_fs_sector_writes_total","container_fs_usage_bytes","container_fs_write_seconds_total","container_fs_writes_bytes_total","container_fs_writes_total","container_memory_cache","container_memory_failures_total","container_memory_mapped_file","container_memory_max_usage_bytes","container_memory_rss","container_memory_swap","container_memory_working_set_bytes","container_network_receive_errors_total","container_network_receive_packets_total","container_network_transmit_errors_total","container_network_transmit_packets_total","container_scrape_error","container_sockets","container_spec_cpu_quota","container_spec_memory_limit_bytes","coredns_build_info","coredns_cache_hits_total","coredns_dns_request_duration_seconds_bucket","coredns_dns_request_duration_seconds_count","coredns_dns_request_duration_seconds_sum","coredns_forward_healthcheck_broken_total","coredns_forward_max_concurrent_rejects_total","coredns_reload_failed_total","etcd_disk_backend_commit_duration_seconds_bucket","etcd_disk_backend_commit_duration_seconds_count","etcd_disk_wal_fsync_duration_seconds_bucket","etcd_disk_wal_fsync_duration_seconds_count","etcd_disk_wal_write_bytes_total","etcd_server_has_leader","etcd_server_health_failures","etcd_server_slow_apply_total","felix_active_local_policies","felix_bpf_dirty_dataplane_endpoints","felix_bpf_happy_dataplane_endpoints","felix_calc_graph_output_events","felix_calc_graph_update_time_seconds","felix_calc_graph_updates_processed","felix_cluster_num_policies","felix_exec_time_micros","felix_int_dataplane_apply_time_seconds","felix_ipset_calls","felix_ipset_lines_executed","felix_iptables_chains","felix_iptables_lines_executed","felix_iptables_lock_acquire_secs_count","felix_iptables_lock_acquire_secs_sum","felix_iptables_lock_retries","felix_iptables_restore_calls","felix_iptables_save_calls","felix_log_errors","felix_logs_dropped","felix_route_table_list_seconds","felix_route_table_per_iface_sync_seconds","get_token_fail_count","kube_endpoint_address_not_ready","kube_persistentvolumeclaim_access_mode","kube_pod_spec_volumes_persistentvolumeclaims_readonly","kube_replicaset_status_replicas","kubelet_certificate_manager_client_expiration_renew_errors","kubelet_run_podsandbox_errors_total","kubelet_started_pods_errors_total","kubelet_volume_stats_inodes","kubelet_volume_stats_inodes_free","kubelet_volume_stats_inodes_used","kubevirt_vmi_memory_pgmajfault","kubevirt_vmi_memory_pgminfault","kubevirt_vmi_memory_resident_bytes","kubevirt_vmi_memory_usable_bytes","kubevirt_vmi_network_receive_bytes_total","kubevirt_vmi_network_receive_errors_total","kubevirt_vmi_network_receive_packets_dropped_total","kubevirt_vmi_network_transmit_bytes_total","kubevirt_vmi_network_transmit_errors_total","kubevirt_vmi_non_evictable","kubevirt_vmi_phase_transition_time_from_creation_seconds_count","kubevirt_vmi_storage_flush_requests_total","kubevirt_vmi_storage_flush_times_ms_total","kubevirt_vmi_storage_read_traffic_bytes_total","kubevirt_vmi_storage_write_traffic_bytes_total","kubevirt_vmi_vcpu_seconds","kubevirt_vmi_vcpu_wait_seconds","kubevirt_workqueue_depth","kubevirt_workqueue_longest_running_processor_seconds","kubevirt_workqueue_retries_total","kubevirt_workqueue_unfinished_work_seconds","machine_cpu_cores","namedprocess_namegroup_context_switches_total","namedprocess_namegroup_oldest_start_time_seconds","namedprocess_namegroup_states","node_arp_entries","node_bonding_active","node_bonding_slaves","node_cpu_guest_seconds_total","node_disk_flush_requests_time_seconds_total","node_disk_flush_requests_total","node_disk_io_now","node_entropy_pool_size_bits","node_filefd_allocated","node_filefd_maximum","node_forks_total","node_infiniband_excessive_buffer_overrun_errors_total","node_infiniband_link_downed_total","node_infiniband_link_error_recovery_total","node_infiniband_local_link_integrity_errors_total","node_infiniband_vl15_dropped_total","node_intr_total","node_ipvs_backend_weight","node_ipvs_connections_total","node_ipvs_incoming_bytes_total","node_ipvs_incoming_packets_total","node_ipvs_outgoing_bytes_total","node_ipvs_outgoing_packets_total","node_memory_Active_bytes","node_memory_Active_file_bytes","node_memory_Bounce_bytes","node_memory_Buffers_bytes","node_memory_Cached_bytes","node_memory_CommitLimit_bytes","node_memory_Committed_AS_bytes","node_memory_DirectMap1G_bytes","node_memory_DirectMap2M_bytes","node_memory_DirectMap4k_bytes","node_memory_Dirty_bytes","node_memory_FileHugePages_bytes","node_memory_FilePmdMapped_bytes","node_memory_HugePages_Free","node_memory_HugePages_Rsvd","node_memory_HugePages_Surp","node_memory_HugePages_Total","node_memory_Hugepagesize_bytes","node_memory_Hugetlb_bytes","node_memory_Inactive_anon_bytes","node_memory_Inactive_bytes","node_memory_Inactive_file_bytes","node_memory_KReclaimable_bytes","node_memory_KernelStack_bytes","node_memory_Mapped_bytes","node_memory_Mlocked_bytes","node_memory_PageTables_bytes","node_memory_Percpu_bytes","node_memory_SReclaimable_bytes","node_memory_SUnreclaim_bytes","node_memory_ShmemHugePages_bytes","node_memory_ShmemPmdMapped_bytes","node_memory_Shmem_bytes","node_memory_Slab_bytes","node_memory_SwapCached_bytes","node_memory_SwapFree_bytes","node_memory_SwapTotal_bytes","node_memory_Unevictable_bytes","node_memory_VmallocChunk_bytes","node_memory_VmallocTotal_bytes","node_memory_VmallocUsed_bytes","node_memory_WritebackTmp_bytes","node_memory_Writeback_bytes","node_memory_numa_Active","node_memory_numa_Active_anon","node_memory_numa_Active_file","node_memory_numa_AnonHugePages","node_memory_numa_AnonPages","node_memory_numa_Bounce","node_memory_numa_Dirty","node_memory_numa_FileHugePages","node_memory_numa_FilePages","node_memory_numa_FilePmdMapped","node_memory_numa_HugePages_Surp","node_memory_numa_Inactive","node_memory_numa_Inactive_anon","node_memory_numa_Inactive_file","node_memory_numa_KReclaimable","node_memory_numa_KernelStack","node_memory_numa_Mapped","node_memory_numa_Mlocked","node_memory_numa_PageTables","node_memory_numa_SReclaimable","node_memory_numa_SUnreclaim","node_memory_numa_ShmemHugePages","node_memory_numa_ShmemPmdMapped","node_memory_numa_Slab","node_memory_numa_SwapCached","node_memory_numa_Unevictable","node_memory_numa_Writeback","node_memory_numa_WritebackTmp","node_memory_numa_interleave_hit_total","node_memory_numa_local_node_total","node_memory_numa_numa_foreign_total","node_memory_numa_numa_hit_total","node_memory_numa_numa_miss_total","node_memory_numa_other_node_total","node_netstat_Icmp6_InMsgs","node_netstat_Icmp6_OutMsgs","node_netstat_Icmp_InErrors","node_netstat_Icmp_InMsgs","node_netstat_Icmp_OutMsgs","node_netstat_Ip6_InOctets","node_netstat_Ip6_OutOctets","node_netstat_IpExt_InOctets","node_netstat_IpExt_OutOctets","node_netstat_Ip_Forwarding","node_netstat_TcpExt_ListenDrops","node_netstat_TcpExt_ListenOverflows","node_netstat_TcpExt_SyncookiesFailed","node_netstat_TcpExt_SyncookiesRecv","node_netstat_TcpExt_SyncookiesSent","node_netstat_TcpExt_TCPSynRetrans","node_netstat_TcpExt_TCPTimeouts","node_netstat_Tcp_ActiveOpens","node_netstat_Tcp_CurrEstab","node_netstat_Tcp_InErrs","node_netstat_Tcp_InSegs","node_netstat_Tcp_OutRsts","node_netstat_Tcp_OutSegs","node_netstat_Tcp_PassiveOpens","node_netstat_Tcp_RetransSegs","node_netstat_Udp6_InDatagrams","node_netstat_Udp6_NoPorts","node_netstat_Udp6_OutDatagrams","node_netstat_UdpLite_InErrors","node_netstat_Udp_InDatagrams","node_netstat_Udp_InErrors","node_netstat_Udp_NoPorts","node_netstat_Udp_OutDatagrams","node_netstat_Udp_RcvbufErrors","node_netstat_Udp_SndbufErrors","node_network_address_assign_type","node_network_carrier","node_network_carrier_down_changes_total","node_network_carrier_up_changes_total","node_network_device_id","node_network_dormant","node_network_flags","node_network_iface_id","node_network_iface_link","node_network_iface_link_mode","node_network_name_assign_type","node_network_net_dev_group","node_network_protocol_type","node_network_receive_bytes_total","node_network_receive_compressed_total","node_network_receive_drop_total","node_network_receive_fifo_total","node_network_receive_frame_total","node_network_transmit_bytes_total","node_network_transmit_carrier_total","node_network_transmit_colls_total","node_network_transmit_compressed_total","node_network_transmit_drop_total","node_network_transmit_fifo_total","node_network_transmit_queue_length","node_nf_conntrack_stat_found","node_nf_conntrack_stat_ignore","node_nf_conntrack_stat_insert","node_nf_conntrack_stat_insert_failed","node_nf_conntrack_stat_invalid","node_nf_conntrack_stat_search_restart","node_nvme_info","node_pressure_cpu_waiting_seconds_total","node_pressure_io_stalled_seconds_total","node_pressure_io_waiting_seconds_total","node_pressure_memory_stalled_seconds_total","node_pressure_memory_waiting_seconds_total","node_processes_max_processes","node_processes_max_threads","node_processes_pids","node_processes_state","node_processes_threads","node_processes_threads_state","node_procs_blocked","node_procs_running","node_schedstat_running_seconds_total","node_schedstat_timeslices_total","node_schedstat_waiting_seconds_total","node_sockstat_FRAG6_inuse","node_sockstat_FRAG6_memory","node_sockstat_FRAG_inuse","node_sockstat_FRAG_memory","node_sockstat_RAW6_inuse","node_sockstat_RAW_inuse","node_sockstat_TCP6_inuse","node_sockstat_TCP_alloc","node_sockstat_TCP_inuse","node_sockstat_TCP_mem","node_sockstat_TCP_mem_bytes","node_sockstat_TCP_orphan","node_sockstat_TCP_tw","node_sockstat_UDP6_inuse","node_sockstat_UDPLITE6_inuse","node_sockstat_UDPLITE_inuse","node_sockstat_UDP_inuse","node_sockstat_UDP_mem","node_sockstat_UDP_mem_bytes","node_sockstat_sockets_used","node_softnet_dropped_total","node_softnet_processed_total","node_timex_loop_time_constant","node_timex_pps_error_total","node_timex_pps_frequency_hertz","node_timex_pps_jitter_seconds","node_timex_pps_jitter_total","node_timex_pps_shift_seconds","node_timex_pps_stability_exceeded_total","node_timex_pps_stability_hertz","node_timex_status","node_timex_tick_seconds","node_uname_info","node_vmstat_pgfault","node_vmstat_pgmajfault","node_vmstat_pgpgin","node_vmstat_pgpgout","process_cpu_seconds_total","process_resident_memory_bytes","process_start_time_seconds","process_virtual_memory_bytes","process_virtual_memory_max_bytes","promhttp_metric_handler_requests_in_flight","promhttp_metric_handler_requests_total","purefa_hardware_chassis_health","purefa_hardware_controller_health","storage_operation_errors_total","typha_breadcrumb_block","typha_breadcrumb_non_block","typha_breadcrumb_seq_number","typha_breadcrumb_size","typha_client_latency_secs","typha_client_write_latency_secs","typha_connections_grace_used","typha_kvs_per_msg","typha_log_errors","typha_logs_dropped","typha_ping_latency","typha_updates_skipped","typha_updates_total"],"detailedStatus":"Applied","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '12092' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 19:51:15 GMT + etag: + - '"7500b753-0000-0100-0000-6467d31a0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster metricsconfiguration list + Connection: + - keep-alive + ParameterSetName: + - --cluster-name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations?api-version=2022-12-12-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","name":"default","type":"microsoft.networkcloud/clusters/metricsconfigurations","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T19:50:10.0389925Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T19:50:50.159703Z"},"properties":{"collectionInterval":15,"enabledMetrics":["node_os_version"],"disabledMetrics":["apiserver_client_certificate_expiration_seconds_bucket","container_file_descriptors","container_fs_io_current","container_fs_io_time_weighted_seconds_total","container_fs_read_seconds_total","container_fs_reads_bytes_total","container_fs_reads_total","container_fs_sector_reads_total","container_fs_sector_writes_total","container_fs_usage_bytes","container_fs_write_seconds_total","container_fs_writes_bytes_total","container_fs_writes_total","container_memory_cache","container_memory_failures_total","container_memory_mapped_file","container_memory_max_usage_bytes","container_memory_rss","container_memory_swap","container_memory_working_set_bytes","container_network_receive_errors_total","container_network_receive_packets_total","container_network_transmit_errors_total","container_network_transmit_packets_total","container_scrape_error","container_sockets","container_spec_cpu_quota","container_spec_memory_limit_bytes","coredns_build_info","coredns_cache_hits_total","coredns_dns_request_duration_seconds_bucket","coredns_dns_request_duration_seconds_count","coredns_dns_request_duration_seconds_sum","coredns_forward_healthcheck_broken_total","coredns_forward_max_concurrent_rejects_total","coredns_reload_failed_total","etcd_disk_backend_commit_duration_seconds_bucket","etcd_disk_backend_commit_duration_seconds_count","etcd_disk_wal_fsync_duration_seconds_bucket","etcd_disk_wal_fsync_duration_seconds_count","etcd_disk_wal_write_bytes_total","etcd_server_has_leader","etcd_server_health_failures","etcd_server_slow_apply_total","felix_active_local_policies","felix_bpf_dirty_dataplane_endpoints","felix_bpf_happy_dataplane_endpoints","felix_calc_graph_output_events","felix_calc_graph_update_time_seconds","felix_calc_graph_updates_processed","felix_cluster_num_policies","felix_exec_time_micros","felix_int_dataplane_apply_time_seconds","felix_ipset_calls","felix_ipset_lines_executed","felix_iptables_chains","felix_iptables_lines_executed","felix_iptables_lock_acquire_secs_count","felix_iptables_lock_acquire_secs_sum","felix_iptables_lock_retries","felix_iptables_restore_calls","felix_iptables_save_calls","felix_log_errors","felix_logs_dropped","felix_route_table_list_seconds","felix_route_table_per_iface_sync_seconds","get_token_fail_count","kube_endpoint_address_not_ready","kube_persistentvolumeclaim_access_mode","kube_pod_spec_volumes_persistentvolumeclaims_readonly","kube_replicaset_status_replicas","kubelet_certificate_manager_client_expiration_renew_errors","kubelet_run_podsandbox_errors_total","kubelet_started_pods_errors_total","kubelet_volume_stats_inodes","kubelet_volume_stats_inodes_free","kubelet_volume_stats_inodes_used","kubevirt_vmi_memory_pgmajfault","kubevirt_vmi_memory_pgminfault","kubevirt_vmi_memory_resident_bytes","kubevirt_vmi_memory_usable_bytes","kubevirt_vmi_network_receive_bytes_total","kubevirt_vmi_network_receive_errors_total","kubevirt_vmi_network_receive_packets_dropped_total","kubevirt_vmi_network_transmit_bytes_total","kubevirt_vmi_network_transmit_errors_total","kubevirt_vmi_non_evictable","kubevirt_vmi_phase_transition_time_from_creation_seconds_count","kubevirt_vmi_storage_flush_requests_total","kubevirt_vmi_storage_flush_times_ms_total","kubevirt_vmi_storage_read_traffic_bytes_total","kubevirt_vmi_storage_write_traffic_bytes_total","kubevirt_vmi_vcpu_seconds","kubevirt_vmi_vcpu_wait_seconds","kubevirt_workqueue_depth","kubevirt_workqueue_longest_running_processor_seconds","kubevirt_workqueue_retries_total","kubevirt_workqueue_unfinished_work_seconds","machine_cpu_cores","namedprocess_namegroup_context_switches_total","namedprocess_namegroup_oldest_start_time_seconds","namedprocess_namegroup_states","node_arp_entries","node_bonding_active","node_bonding_slaves","node_cpu_guest_seconds_total","node_disk_flush_requests_time_seconds_total","node_disk_flush_requests_total","node_disk_io_now","node_entropy_pool_size_bits","node_filefd_allocated","node_filefd_maximum","node_forks_total","node_infiniband_excessive_buffer_overrun_errors_total","node_infiniband_link_downed_total","node_infiniband_link_error_recovery_total","node_infiniband_local_link_integrity_errors_total","node_infiniband_vl15_dropped_total","node_intr_total","node_ipvs_backend_weight","node_ipvs_connections_total","node_ipvs_incoming_bytes_total","node_ipvs_incoming_packets_total","node_ipvs_outgoing_bytes_total","node_ipvs_outgoing_packets_total","node_memory_Active_bytes","node_memory_Active_file_bytes","node_memory_Bounce_bytes","node_memory_Buffers_bytes","node_memory_Cached_bytes","node_memory_CommitLimit_bytes","node_memory_Committed_AS_bytes","node_memory_DirectMap1G_bytes","node_memory_DirectMap2M_bytes","node_memory_DirectMap4k_bytes","node_memory_Dirty_bytes","node_memory_FileHugePages_bytes","node_memory_FilePmdMapped_bytes","node_memory_HugePages_Free","node_memory_HugePages_Rsvd","node_memory_HugePages_Surp","node_memory_HugePages_Total","node_memory_Hugepagesize_bytes","node_memory_Hugetlb_bytes","node_memory_Inactive_anon_bytes","node_memory_Inactive_bytes","node_memory_Inactive_file_bytes","node_memory_KReclaimable_bytes","node_memory_KernelStack_bytes","node_memory_Mapped_bytes","node_memory_Mlocked_bytes","node_memory_PageTables_bytes","node_memory_Percpu_bytes","node_memory_SReclaimable_bytes","node_memory_SUnreclaim_bytes","node_memory_ShmemHugePages_bytes","node_memory_ShmemPmdMapped_bytes","node_memory_Shmem_bytes","node_memory_Slab_bytes","node_memory_SwapCached_bytes","node_memory_SwapFree_bytes","node_memory_SwapTotal_bytes","node_memory_Unevictable_bytes","node_memory_VmallocChunk_bytes","node_memory_VmallocTotal_bytes","node_memory_VmallocUsed_bytes","node_memory_WritebackTmp_bytes","node_memory_Writeback_bytes","node_memory_numa_Active","node_memory_numa_Active_anon","node_memory_numa_Active_file","node_memory_numa_AnonHugePages","node_memory_numa_AnonPages","node_memory_numa_Bounce","node_memory_numa_Dirty","node_memory_numa_FileHugePages","node_memory_numa_FilePages","node_memory_numa_FilePmdMapped","node_memory_numa_HugePages_Surp","node_memory_numa_Inactive","node_memory_numa_Inactive_anon","node_memory_numa_Inactive_file","node_memory_numa_KReclaimable","node_memory_numa_KernelStack","node_memory_numa_Mapped","node_memory_numa_Mlocked","node_memory_numa_PageTables","node_memory_numa_SReclaimable","node_memory_numa_SUnreclaim","node_memory_numa_ShmemHugePages","node_memory_numa_ShmemPmdMapped","node_memory_numa_Slab","node_memory_numa_SwapCached","node_memory_numa_Unevictable","node_memory_numa_Writeback","node_memory_numa_WritebackTmp","node_memory_numa_interleave_hit_total","node_memory_numa_local_node_total","node_memory_numa_numa_foreign_total","node_memory_numa_numa_hit_total","node_memory_numa_numa_miss_total","node_memory_numa_other_node_total","node_netstat_Icmp6_InMsgs","node_netstat_Icmp6_OutMsgs","node_netstat_Icmp_InErrors","node_netstat_Icmp_InMsgs","node_netstat_Icmp_OutMsgs","node_netstat_Ip6_InOctets","node_netstat_Ip6_OutOctets","node_netstat_IpExt_InOctets","node_netstat_IpExt_OutOctets","node_netstat_Ip_Forwarding","node_netstat_TcpExt_ListenDrops","node_netstat_TcpExt_ListenOverflows","node_netstat_TcpExt_SyncookiesFailed","node_netstat_TcpExt_SyncookiesRecv","node_netstat_TcpExt_SyncookiesSent","node_netstat_TcpExt_TCPSynRetrans","node_netstat_TcpExt_TCPTimeouts","node_netstat_Tcp_ActiveOpens","node_netstat_Tcp_CurrEstab","node_netstat_Tcp_InErrs","node_netstat_Tcp_InSegs","node_netstat_Tcp_OutRsts","node_netstat_Tcp_OutSegs","node_netstat_Tcp_PassiveOpens","node_netstat_Tcp_RetransSegs","node_netstat_Udp6_InDatagrams","node_netstat_Udp6_NoPorts","node_netstat_Udp6_OutDatagrams","node_netstat_UdpLite_InErrors","node_netstat_Udp_InDatagrams","node_netstat_Udp_InErrors","node_netstat_Udp_NoPorts","node_netstat_Udp_OutDatagrams","node_netstat_Udp_RcvbufErrors","node_netstat_Udp_SndbufErrors","node_network_address_assign_type","node_network_carrier","node_network_carrier_down_changes_total","node_network_carrier_up_changes_total","node_network_device_id","node_network_dormant","node_network_flags","node_network_iface_id","node_network_iface_link","node_network_iface_link_mode","node_network_name_assign_type","node_network_net_dev_group","node_network_protocol_type","node_network_receive_bytes_total","node_network_receive_compressed_total","node_network_receive_drop_total","node_network_receive_fifo_total","node_network_receive_frame_total","node_network_transmit_bytes_total","node_network_transmit_carrier_total","node_network_transmit_colls_total","node_network_transmit_compressed_total","node_network_transmit_drop_total","node_network_transmit_fifo_total","node_network_transmit_queue_length","node_nf_conntrack_stat_found","node_nf_conntrack_stat_ignore","node_nf_conntrack_stat_insert","node_nf_conntrack_stat_insert_failed","node_nf_conntrack_stat_invalid","node_nf_conntrack_stat_search_restart","node_nvme_info","node_pressure_cpu_waiting_seconds_total","node_pressure_io_stalled_seconds_total","node_pressure_io_waiting_seconds_total","node_pressure_memory_stalled_seconds_total","node_pressure_memory_waiting_seconds_total","node_processes_max_processes","node_processes_max_threads","node_processes_pids","node_processes_state","node_processes_threads","node_processes_threads_state","node_procs_blocked","node_procs_running","node_schedstat_running_seconds_total","node_schedstat_timeslices_total","node_schedstat_waiting_seconds_total","node_sockstat_FRAG6_inuse","node_sockstat_FRAG6_memory","node_sockstat_FRAG_inuse","node_sockstat_FRAG_memory","node_sockstat_RAW6_inuse","node_sockstat_RAW_inuse","node_sockstat_TCP6_inuse","node_sockstat_TCP_alloc","node_sockstat_TCP_inuse","node_sockstat_TCP_mem","node_sockstat_TCP_mem_bytes","node_sockstat_TCP_orphan","node_sockstat_TCP_tw","node_sockstat_UDP6_inuse","node_sockstat_UDPLITE6_inuse","node_sockstat_UDPLITE_inuse","node_sockstat_UDP_inuse","node_sockstat_UDP_mem","node_sockstat_UDP_mem_bytes","node_sockstat_sockets_used","node_softnet_dropped_total","node_softnet_processed_total","node_timex_loop_time_constant","node_timex_pps_error_total","node_timex_pps_frequency_hertz","node_timex_pps_jitter_seconds","node_timex_pps_jitter_total","node_timex_pps_shift_seconds","node_timex_pps_stability_exceeded_total","node_timex_pps_stability_hertz","node_timex_status","node_timex_tick_seconds","node_uname_info","node_vmstat_pgfault","node_vmstat_pgmajfault","node_vmstat_pgpgin","node_vmstat_pgpgout","process_cpu_seconds_total","process_resident_memory_bytes","process_start_time_seconds","process_virtual_memory_bytes","process_virtual_memory_max_bytes","promhttp_metric_handler_requests_in_flight","promhttp_metric_handler_requests_total","purefa_hardware_chassis_health","purefa_hardware_controller_health","storage_operation_errors_total","typha_breadcrumb_block","typha_breadcrumb_non_block","typha_breadcrumb_seq_number","typha_breadcrumb_size","typha_client_latency_secs","typha_client_write_latency_secs","typha_connections_grace_used","typha_kvs_per_msg","typha_log_errors","typha_logs_dropped","typha_ping_latency","typha_updates_skipped","typha_updates_total"],"detailedStatus":"Applied","provisioningState":"Succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '12104' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 19:51:15 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster metricsconfiguration delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --cluster-name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cf712f73-d541-4293-acff-9b19e9019c2d*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 19:51:18 GMT + etag: + - '"7500e65a-0000-0100-0000-6467d3360000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cf712f73-d541-4293-acff-9b19e9019c2d*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2022-12-12-preview + mise-correlation-id: + - 86e475e3-c24a-4268-aef6-c1963cffa714 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster metricsconfiguration delete + Connection: + - keep-alive + ParameterSetName: + - --cluster-name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cf712f73-d541-4293-acff-9b19e9019c2d*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cf712f73-d541-4293-acff-9b19e9019c2d*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","name":"cf712f73-d541-4293-acff-9b19e9019c2d*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","status":"Deleting","startTime":"2023-05-19T19:51:18.4919593Z"}' + headers: + cache-control: + - no-cache + content-length: + - '586' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 19:51:18 GMT + etag: + - '"9400ab32-0000-0100-0000-6467d3360000"' + expires: + - '-1' + 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: + - networkcloud cluster metricsconfiguration delete + Connection: + - keep-alive + ParameterSetName: + - --cluster-name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cf712f73-d541-4293-acff-9b19e9019c2d*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cf712f73-d541-4293-acff-9b19e9019c2d*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","name":"cf712f73-d541-4293-acff-9b19e9019c2d*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","status":"Succeeded","startTime":"2023-05-19T19:51:18.4919593Z","endTime":"2023-05-19T19:51:22.5890805Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '646' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 19:51:48 GMT + etag: + - '"94009b34-0000-0100-0000-6467d33a0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud cluster metricsconfiguration delete + Connection: + - keep-alive + ParameterSetName: + - --cluster-name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cf712f73-d541-4293-acff-9b19e9019c2d*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cf712f73-d541-4293-acff-9b19e9019c2d*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","name":"cf712f73-d541-4293-acff-9b19e9019c2d*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","status":"Succeeded","startTime":"2023-05-19T19:51:18.4919593Z","endTime":"2023-05-19T19:51:22.5890805Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '646' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 19:51:48 GMT + etag: + - '"94009b34-0000-0100-0000-6467d33a0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_rack_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_rack_scenario1.yaml new file mode 100644 index 00000000000..1f4fe4f5084 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_rack_scenario1.yaml @@ -0,0 +1,298 @@ +interactions: +- request: + body: '{"properties": {"rackLocation": "Microsoft Datacenter, Floor 2, Aisle 1, + Rack 1", "rackSerialNumber": "0000-AAA-1234"}, "tags": {"tag1": "tag1", "tag2": + "tag2update"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud rack update + Connection: + - keep-alive + Content-Length: + - '167' + Content-Type: + - application/json + ParameterSetName: + - --name --rack-location --rack-serial-number --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa1234?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/207cb0d2-2da3-4ec4-8dce-8baeb575a997*DDAD25BBFF8762B51EE0F248FA38106393C035850ED8D54A20C74AF5A72E3ACE?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 18 May 2023 19:00:17 GMT + etag: + - '"9f00f064-0000-0100-0000-646675c10000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/207cb0d2-2da3-4ec4-8dce-8baeb575a997*DDAD25BBFF8762B51EE0F248FA38106393C035850ED8D54A20C74AF5A72E3ACE?api-version=2022-12-12-preview + mise-correlation-id: + - 42ebfd05-eb53-4f6b-8dc7-deba67879368 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud rack update + Connection: + - keep-alive + ParameterSetName: + - --name --rack-location --rack-serial-number --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/207cb0d2-2da3-4ec4-8dce-8baeb575a997*DDAD25BBFF8762B51EE0F248FA38106393C035850ED8D54A20C74AF5A72E3ACE?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/207cb0d2-2da3-4ec4-8dce-8baeb575a997*DDAD25BBFF8762B51EE0F248FA38106393C035850ED8D54A20C74AF5A72E3ACE","name":"207cb0d2-2da3-4ec4-8dce-8baeb575a997*DDAD25BBFF8762B51EE0F248FA38106393C035850ED8D54A20C74AF5A72E3ACE","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa1234","status":"Accepted","startTime":"2023-05-18T19:00:16.986548Z"}' + headers: + cache-control: + - no-cache + content-length: + - '566' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 18 May 2023 19:00:17 GMT + etag: + - '"390025fa-0000-0100-0000-646675c00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud rack update + Connection: + - keep-alive + ParameterSetName: + - --name --rack-location --rack-serial-number --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/207cb0d2-2da3-4ec4-8dce-8baeb575a997*DDAD25BBFF8762B51EE0F248FA38106393C035850ED8D54A20C74AF5A72E3ACE?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/207cb0d2-2da3-4ec4-8dce-8baeb575a997*DDAD25BBFF8762B51EE0F248FA38106393C035850ED8D54A20C74AF5A72E3ACE","name":"207cb0d2-2da3-4ec4-8dce-8baeb575a997*DDAD25BBFF8762B51EE0F248FA38106393C035850ED8D54A20C74AF5A72E3ACE","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa1234","status":"Succeeded","startTime":"2023-05-18T19:00:16.986548Z","endTime":"2023-05-18T19:00:23.0751428Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '637' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 18 May 2023 19:00:47 GMT + etag: + - '"39003afd-0000-0100-0000-646675c70000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud rack update + Connection: + - keep-alive + ParameterSetName: + - --name --rack-location --rack-serial-number --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa1234?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa1234","name":"aa1234","type":"microsoft.networkcloud/racks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:36:13.8044524Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T19:00:24.3847549Z"},"properties":{"rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/VLab1_4_Aggregator_x70r3_9_sim","rackSerialNumber":"0000-AAA-1234","availabilityZone":"A","rackLocation":"Microsoft + Datacenter, Floor 2, Aisle 1, Rack 1","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","detailedStatus":"Available","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1269' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 18 May 2023 19:00:47 GMT + etag: + - '"9f00cf68-0000-0100-0000-646675c80000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud rack show + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa1234?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa1234","name":"aa1234","type":"microsoft.networkcloud/racks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:36:13.8044524Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T19:00:24.3847549Z"},"properties":{"rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/VLab1_4_Aggregator_x70r3_9_sim","rackSerialNumber":"0000-AAA-1234","availabilityZone":"A","rackLocation":"Microsoft + Datacenter, Floor 2, Aisle 1, Rack 1","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","detailedStatus":"Available","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1269' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 18 May 2023 19:00:49 GMT + etag: + - '"9f00cf68-0000-0100-0000-646675c80000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud rack list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks?api-version=2022-12-12-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa5678","name":"aa5678","type":"microsoft.networkcloud/racks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/rackshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:36:12.9156732Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T23:38:44.7324911Z"},"properties":{"rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/VLab1_4_Compute_DellR750_3C2M_sim","rackSerialNumber":"aa5678","availabilityZone":"1","rackLocation":"Foo + Datacenter, Floor 3, Aisle 9, Rack 2","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","detailedStatus":"Available","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa1234","name":"aa1234","type":"microsoft.networkcloud/racks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:36:13.8044524Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T19:00:24.3847549Z"},"properties":{"rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/VLab1_4_Aggregator_x70r3_9_sim","rackSerialNumber":"0000-AAA-1234","availabilityZone":"A","rackLocation":"Microsoft + Datacenter, Floor 2, Aisle 1, Rack 1","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","detailedStatus":"Available","provisioningState":"Succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '2732' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 18 May 2023 19:00:51 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: + - 48f7fc74-2482-46d2-9339-9f62a71172dc + - 48bbd8e1-4d39-4122-8104-a42893ca089e + - 5172356d-1b77-49cc-a37e-a3220b19dd0e + status: + code: 200 + message: OK +version: 1 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_racksku_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_racksku_scenario1.yaml new file mode 100644 index 00000000000..d1735f046c8 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_racksku_scenario1.yaml @@ -0,0 +1,98 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud racksku show + Connection: + - keep-alive + ParameterSetName: + - --name + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_8C2M?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_8C2M","name":"V1_5_4_Compute_DellR750_8C2M","type":"Microsoft.NetworkCloud/rackSkus","properties":{"provisioningState":"Succeeded","rackType":"Compute","maxClusterSlots":0,"description":"A + compute rack with eight Dell750 computes and two Dell650 controllers","controllerMachines":[{"properties":{"vendor":"Dell","model":"R650","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":1,"cpuCores":8,"totalThreads":16,"memoryCapacityGB":128,"disks":[{"capacityGB":446,"type":"SAS","connection":"TBD"},{"capacityGB":446,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"8a:00.0","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"8a:00.1","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":9},{"properties":{"vendor":"Dell","model":"R650","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":1,"cpuCores":8,"totalThreads":16,"memoryCapacityGB":128,"disks":[{"capacityGB":446,"type":"SAS","connection":"TBD"},{"capacityGB":446,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"8a:00.0","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"8a:00.1","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":10}],"computeMachines":[{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":1},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":2},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":3},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":4},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":5},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":6},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":7},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":8}]}}' + headers: + cache-control: + - no-cache + content-length: + - '13323' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 16 May 2023 23:04:49 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud racksku list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus?api-version=2022-12-12-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_8C2M","name":"V1_5_4_Compute_DellR750_8C2M","type":"Microsoft.NetworkCloud/rackSkus","properties":{"provisioningState":"Succeeded","rackType":"Compute","maxClusterSlots":0,"description":"A + compute rack with eight Dell750 computes and two Dell650 controllers","controllerMachines":[{"properties":{"vendor":"Dell","model":"R650","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":1,"cpuCores":8,"totalThreads":16,"memoryCapacityGB":128,"disks":[{"capacityGB":446,"type":"SAS","connection":"TBD"},{"capacityGB":446,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"8a:00.0","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"8a:00.1","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":9},{"properties":{"vendor":"Dell","model":"R650","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":1,"cpuCores":8,"totalThreads":16,"memoryCapacityGB":128,"disks":[{"capacityGB":446,"type":"SAS","connection":"TBD"},{"capacityGB":446,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"8a:00.0","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"8a:00.1","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":10}],"computeMachines":[{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":1},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":2},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":3},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":4},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":5},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":6},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":7},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":8}]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_12C2M","name":"V1_5_4_Compute_DellR750_12C2M","type":"Microsoft.NetworkCloud/rackSkus","properties":{"provisioningState":"Succeeded","rackType":"Compute","maxClusterSlots":0,"description":"A + compute rack with twelve Dell750 computes and two Dell650 controllers","controllerMachines":[{"properties":{"vendor":"Dell","model":"R650","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":1,"cpuCores":8,"totalThreads":16,"memoryCapacityGB":128,"disks":[{"capacityGB":446,"type":"SAS","connection":"TBD"},{"capacityGB":446,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"8a:00.0","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"8a:00.1","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":13},{"properties":{"vendor":"Dell","model":"R650","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":1,"cpuCores":8,"totalThreads":16,"memoryCapacityGB":128,"disks":[{"capacityGB":446,"type":"SAS","connection":"TBD"},{"capacityGB":446,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"8a:00.0","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"8a:00.1","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":14}],"computeMachines":[{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":1},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":2},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":3},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":4},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":5},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":6},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":7},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":8},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":9},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":10},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":11},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":12}]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_16C2M","name":"V1_5_4_Compute_DellR750_16C2M","type":"Microsoft.NetworkCloud/rackSkus","properties":{"provisioningState":"Succeeded","rackType":"Compute","maxClusterSlots":0,"description":"A + compute rack with sixteen Dell750 computes and two Dell650 controllers","controllerMachines":[{"properties":{"vendor":"Dell","model":"R650","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":1,"cpuCores":8,"totalThreads":16,"memoryCapacityGB":128,"disks":[{"capacityGB":446,"type":"SAS","connection":"TBD"},{"capacityGB":446,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"8a:00.0","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"8a:00.1","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":17},{"properties":{"vendor":"Dell","model":"R650","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":1,"cpuCores":8,"totalThreads":16,"memoryCapacityGB":128,"disks":[{"capacityGB":446,"type":"SAS","connection":"TBD"},{"capacityGB":446,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"8a:00.0","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"8a:00.1","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":18}],"computeMachines":[{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":1},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":2},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":3},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":4},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":5},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":6},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":7},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":8},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":9},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":10},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":11},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":12},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":13},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":14},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":15},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":16}]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Aggregator_x70r3_9","name":"V1_5_4_Aggregator_x70r3_9","type":"Microsoft.NetworkCloud/rackSkus","properties":{"provisioningState":"Succeeded","supportedRackSkuIds":["/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_8C2M","/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_12C2M","/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_16C2M","/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_4C2M"],"rackType":"Aggregator","maxClusterSlots":8,"description":"An + aggregator rack with one Pure device","storageAppliances":[{"properties":{"capacityGB":91000,"model":"x70r3-9"},"rackSlot":1}]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/VLab1_4_Compute_DellR750_8C2M","name":"VLab1_4_Compute_DellR750_8C2M","type":"Microsoft.NetworkCloud/rackSkus","properties":{"provisioningState":"Succeeded","rackType":"Compute","maxClusterSlots":0,"description":"A + compute rack with eight Dell750 computes and two Dell650 controllers","controllerMachines":[{"properties":{"vendor":"Dell","model":"R650","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":1,"cpuCores":8,"totalThreads":16,"memoryCapacityGB":128,"disks":[{"capacityGB":446,"type":"SAS","connection":"TBD"},{"capacityGB":446,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"8a:00.0","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"8a:00.1","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":41},{"properties":{"vendor":"Dell","model":"R650","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":1,"cpuCores":8,"totalThreads":16,"memoryCapacityGB":128,"disks":[{"capacityGB":446,"type":"SAS","connection":"TBD"},{"capacityGB":446,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"8a:00.0","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"8a:00.1","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":42}],"computeMachines":[{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":31},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":29},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":27},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":25},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":16},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":14},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":12},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":10}]}}]}' + headers: + cache-control: + - no-cache + content-length: + - '69412' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 16 May 2023 23:04:49 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +version: 1 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_storage_appliance_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_storage_appliance_scenario1.yaml new file mode 100644 index 00000000000..0240bb2c1d8 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_storage_appliance_scenario1.yaml @@ -0,0 +1,767 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud storageappliance enable-remote-vendor-management + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --storage-appliance-name + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1/enableRemoteVendorManagement?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3f7e5a8f-844d-4e2c-9066-b81b2d3a5dcf*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 18 May 2023 23:41:04 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3f7e5a8f-844d-4e2c-9066-b81b2d3a5dcf*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2022-12-12-preview + mise-correlation-id: + - fce8bdd7-1152-4fa4-be35-b09f286fdbc2 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud storageappliance enable-remote-vendor-management + Connection: + - keep-alive + ParameterSetName: + - --resource-group --storage-appliance-name + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3f7e5a8f-844d-4e2c-9066-b81b2d3a5dcf*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3f7e5a8f-844d-4e2c-9066-b81b2d3a5dcf*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","name":"3f7e5a8f-844d-4e2c-9066-b81b2d3a5dcf*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","status":"Accepted","startTime":"2023-05-18T23:41:04.4001581Z"}' + headers: + cache-control: + - no-cache + content-length: + - '597' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 18 May 2023 23:41:04 GMT + etag: + - '"4c0083aa-0000-0100-0000-6466b7900000"' + expires: + - '-1' + 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: + - networkcloud storageappliance enable-remote-vendor-management + Connection: + - keep-alive + ParameterSetName: + - --resource-group --storage-appliance-name + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3f7e5a8f-844d-4e2c-9066-b81b2d3a5dcf*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3f7e5a8f-844d-4e2c-9066-b81b2d3a5dcf*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","name":"3f7e5a8f-844d-4e2c-9066-b81b2d3a5dcf*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","status":"Succeeded","startTime":"2023-05-18T23:41:04.4001581Z","endTime":"2023-05-18T23:41:12.9991829Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '668' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 18 May 2023 23:41:34 GMT + etag: + - '"4c00e4ab-0000-0100-0000-6466b7980000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud storageappliance enable-remote-vendor-management + Connection: + - keep-alive + ParameterSetName: + - --resource-group --storage-appliance-name + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3f7e5a8f-844d-4e2c-9066-b81b2d3a5dcf*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3f7e5a8f-844d-4e2c-9066-b81b2d3a5dcf*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","name":"3f7e5a8f-844d-4e2c-9066-b81b2d3a5dcf*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","status":"Succeeded","startTime":"2023-05-18T23:41:04.4001581Z","endTime":"2023-05-18T23:41:12.9991829Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '668' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 18 May 2023 23:41:34 GMT + etag: + - '"4c00e4ab-0000-0100-0000-6466b7980000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud storageappliance disable-remote-vendor-management + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --storage-appliance-name + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1/disableRemoteVendorManagement?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c0810bc-678c-43e5-88d0-82e6ed00a14f*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 18 May 2023 23:41:39 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c0810bc-678c-43e5-88d0-82e6ed00a14f*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2022-12-12-preview + mise-correlation-id: + - 07f19833-9319-4ce2-a90b-029e4fe05b66 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud storageappliance disable-remote-vendor-management + Connection: + - keep-alive + ParameterSetName: + - --resource-group --storage-appliance-name + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c0810bc-678c-43e5-88d0-82e6ed00a14f*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c0810bc-678c-43e5-88d0-82e6ed00a14f*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","name":"7c0810bc-678c-43e5-88d0-82e6ed00a14f*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","status":"Accepted","startTime":"2023-05-18T23:41:37.3829492Z"}' + headers: + cache-control: + - no-cache + content-length: + - '597' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 18 May 2023 23:41:39 GMT + etag: + - '"4c002fae-0000-0100-0000-6466b7b10000"' + expires: + - '-1' + 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: + - networkcloud storageappliance disable-remote-vendor-management + Connection: + - keep-alive + ParameterSetName: + - --resource-group --storage-appliance-name + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c0810bc-678c-43e5-88d0-82e6ed00a14f*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c0810bc-678c-43e5-88d0-82e6ed00a14f*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","name":"7c0810bc-678c-43e5-88d0-82e6ed00a14f*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","status":"Succeeded","startTime":"2023-05-18T23:41:37.3829492Z","endTime":"2023-05-18T23:41:44.9626342Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '668' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 18 May 2023 23:42:09 GMT + etag: + - '"4c0083af-0000-0100-0000-6466b7b80000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud storageappliance disable-remote-vendor-management + Connection: + - keep-alive + ParameterSetName: + - --resource-group --storage-appliance-name + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c0810bc-678c-43e5-88d0-82e6ed00a14f*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c0810bc-678c-43e5-88d0-82e6ed00a14f*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","name":"7c0810bc-678c-43e5-88d0-82e6ed00a14f*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","status":"Succeeded","startTime":"2023-05-18T23:41:37.3829492Z","endTime":"2023-05-18T23:41:44.9626342Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '668' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 18 May 2023 23:42:09 GMT + etag: + - '"4c0083af-0000-0100-0000-6466b7b80000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud storageappliance show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --storage-appliance-name + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","name":"b37m16purestor1","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-09T04:49:02.2693193Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T23:41:45.8909539Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/racks/b37m16r1","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"serial","rackSlot":1,"administratorCredentials":{"username":"pureuser"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","detailedStatus":"Available","detailedStatusMessage":"OK","managementIpv4Address":"172.29.70.60","capacity":11792,"capacityUsed":1,"remoteVendorManagementStatus":"Disabled","remoteVendorManagementFeature":"Supported","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1794' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 18 May 2023 23:42:11 GMT + etag: + - '"420000ef-0000-0100-0000-6466b7b90000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud storageappliance list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/storageAppliances?api-version=2022-12-12-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-79D8EB80/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"westus3","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-79d8eb80/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-79d8eb80/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-03-30T18:27:12.6434249Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-03-30T18:27:15.644596Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-79D8EB80/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance + pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-HostedResources-5997170C/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance-82vpzkg46x","name":"storage-appliance-82vpzkg46x","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-hostedresources-5997170c/providers/microsoft.extendedlocation/customlocations/simulator212981102-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-hostedresources-5997170c/providers/microsoft.extendedlocation/customlocations/simulator212981102-cstm-loc/resourcesyncrules/sahydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-17T21:52:43.0753182Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-17T21:53:14.2164037Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator212981102-HostedResources-5997170C/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA13120XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rundataextract-test/providers/Microsoft.NetworkCloud/clusters/simulator212981102","managementIpv4Address":"10.10.0.210"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator993130908-HostedResources-622723AD/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance-n8q5wd9sl4","name":"storage-appliance-n8q5wd9sl4","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator993130908-hostedresources-622723ad/providers/microsoft.extendedlocation/customlocations/simulator993130908-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator993130908-hostedresources-622723ad/providers/microsoft.extendedlocation/customlocations/simulator993130908-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-17T23:52:01.1704546Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-17T23:53:02.5759256Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator993130908-HostedResources-622723AD/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jm-sim-2/providers/Microsoft.NetworkCloud/clusters/simulator993130908","managementIpv4Address":"10.10.0.91"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator3183210073-HostedResources-48C8BD25/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance-vbl96spw7d","name":"storage-appliance-vbl96spw7d","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator3183210073-hostedresources-48c8bd25/providers/microsoft.extendedlocation/customlocations/simulator3183210073-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator3183210073-hostedresources-48c8bd25/providers/microsoft.extendedlocation/customlocations/simulator3183210073-cstm-loc/resourcesyncrules/sahydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-18T17:43:06.6813943Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-18T17:43:08.775222Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator3183210073-HostedResources-48C8BD25/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mattj-sim-rg2/providers/Microsoft.NetworkCloud/clusters/simulator3183210073","managementIpv4Address":"10.10.0.168","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-HostedResources-688157B8/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance-6d66hnzmfq","name":"storage-appliance-6d66hnzmfq","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-hostedresources-688157b8/providers/microsoft.extendedlocation/customlocations/simulator2196025594-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-hostedresources-688157b8/providers/microsoft.extendedlocation/customlocations/simulator2196025594-cstm-loc/resourcesyncrules/sahydrationproc"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-18T18:57:41.425167Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-18T18:57:49.6598886Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator2196025594-HostedResources-688157B8/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA13120XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jm-test/providers/Microsoft.NetworkCloud/clusters/simulator2196025594","managementIpv4Address":"10.10.0.116"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0C81871F/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance-qpt4bm98b4","name":"storage-appliance-qpt4bm98b4","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0c81871f/providers/microsoft.extendedlocation/customlocations/simulator-2afe96c8-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0c81871f/providers/microsoft.extendedlocation/customlocations/simulator-2afe96c8-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-29T18:21:16.806028Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-29T18:21:48.1691894Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0C81871F/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rickbartra-simulator/providers/Microsoft.NetworkCloud/clusters/simulator","managementIpv4Address":"10.10.0.188"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0B3185B8/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance-cdfzrhh2n6","name":"storage-appliance-cdfzrhh2n6","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0b3185b8/providers/microsoft.extendedlocation/customlocations/simulator-bc2c0821-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0b3185b8/providers/microsoft.extendedlocation/customlocations/simulator-bc2c0821-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-30T20:18:20.3753823Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-30T20:18:59.018495Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0B3185B8/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sidneyshiba-refactor-deploy-action/providers/Microsoft.NetworkCloud/clusters/simulator","managementIpv4Address":"10.10.0.154"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1554043A/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance-mrf4tgwvrs","name":"storage-appliance-mrf4tgwvrs","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1554043a/providers/microsoft.extendedlocation/customlocations/simulator-c968e63b-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1554043a/providers/microsoft.extendedlocation/customlocations/simulator-c968e63b-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-11-30T21:09:13.9268444Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-11-30T21:09:46.0066359Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1554043A/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","managementIpv4Address":"10.10.0.201"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2787B8A8/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance-6xdqvmgqkw","name":"storage-appliance-6xdqvmgqkw","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2787b8a8/providers/microsoft.extendedlocation/customlocations/simulator-e247b819-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2787b8a8/providers/microsoft.extendedlocation/customlocations/simulator-e247b819-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-01T20:13:39.433766Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-01T20:14:39.9313069Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2787B8A8/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-sim/providers/Microsoft.NetworkCloud/clusters/simulator","managementIpv4Address":"10.10.0.7"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38438A51/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance-crd2jrpdfr","name":"storage-appliance-crd2jrpdfr","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38438a51/providers/microsoft.extendedlocation/customlocations/simulator-85fdbee1-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38438a51/providers/microsoft.extendedlocation/customlocations/simulator-85fdbee1-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-01T23:37:10.6250416Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-01T23:37:42.3878238Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38438A51/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-east-rg/providers/Microsoft.NetworkCloud/clusters/simulator","managementIpv4Address":"10.10.0.221"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5DAAE664/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance-c4l7n47n72","name":"storage-appliance-c4l7n47n72","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5daae664/providers/microsoft.extendedlocation/customlocations/simulator-5702f4d5-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5daae664/providers/microsoft.extendedlocation/customlocations/simulator-5702f4d5-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-02T20:23:23.2979109Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-02T20:23:55.0653392Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5DAAE664/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-test-sleep/providers/Microsoft.NetworkCloud/clusters/simulator","managementIpv4Address":"10.10.0.202"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6406EE8D/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance-x2qhwd2dfx","name":"storage-appliance-x2qhwd2dfx","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6406ee8d/providers/microsoft.extendedlocation/customlocations/simulator-65a9d3f2-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6406ee8d/providers/microsoft.extendedlocation/customlocations/simulator-65a9d3f2-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-03T09:26:17.5149342Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-03T09:27:22.0646509Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6406EE8D/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-isol1/providers/Microsoft.NetworkCloud/clusters/simulator","managementIpv4Address":"10.10.0.115"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1A44F0D9/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance-lrjql5sxtg","name":"storage-appliance-lrjql5sxtg","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1a44f0d9/providers/microsoft.extendedlocation/customlocations/simulator-3684adfc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1a44f0d9/providers/microsoft.extendedlocation/customlocations/simulator-3684adfc-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-05T17:30:17.9689527Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-05T17:31:17.3898737Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1A44F0D9/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mmceuen1-rg/providers/Microsoft.NetworkCloud/clusters/simulator","managementIpv4Address":"10.10.0.106"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-24260F61/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance-49hl5krzn9","name":"storage-appliance-49hl5krzn9","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-24260f61/providers/microsoft.extendedlocation/customlocations/simulator-c70ce43d-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-24260f61/providers/microsoft.extendedlocation/customlocations/simulator-c70ce43d-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-05T20:15:56.1098883Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-12-05T20:16:28.9581948Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-24260F61/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rickbartra-sim/providers/Microsoft.NetworkCloud/clusters/simulator","managementIpv4Address":"10.10.0.184"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A708F2B/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance-zqp7dxrvz6","name":"storage-appliance-zqp7dxrvz6","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a708f2b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a708f2b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-12-22T21:18:21.4825192Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-02-11T16:01:41.2928237Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A708F2B/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-rundataextract-aw2/providers/Microsoft.NetworkCloud/clusters/simulator","detailedStatus":"Error","detailedStatusMessage":"Creating + state handler error: error logging into Pure array","managementIpv4Address":"10.10.0.27","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-183468FB/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance-wh9cppt6b8","name":"storage-appliance-wh9cppt6b8","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-183468fb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-183468fb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-11T06:35:47.267387Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-11T06:35:49.886002Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-183468FB/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-grp004/providers/Microsoft.NetworkCloud/clusters/simulator","detailedStatus":"Error","detailedStatusMessage":"Creating + state handler error: error logging into Pure array","managementIpv4Address":"10.10.0.120","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-12DBD87B/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance-pbtzcps8t7","name":"storage-appliance-pbtzcps8t7","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-12dbd87b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-12dbd87b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-11T18:38:00.2852465Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-11T18:38:22.3119818Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-12DBD87B/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Error","detailedStatusMessage":"Creating + state handler error: error logging into Pure array","provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/digpatil-rrrr-redfishtest/providers/Microsoft.NetworkCloud/clusters/simulator","managementIpv4Address":"10.10.0.234"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2BF8075E/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance-nnxj2xrd9x","name":"storage-appliance-nnxj2xrd9x","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2bf8075e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2bf8075e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-11T21:17:16.4847761Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-11T21:17:19.8326475Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2BF8075E/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-rg/providers/Microsoft.NetworkCloud/clusters/simulator","detailedStatus":"Error","detailedStatusMessage":"Creating + state handler error: error logging into Pure array","managementIpv4Address":"10.10.0.127","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3AF04B83/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance-dzj5h4xvnx","name":"storage-appliance-dzj5h4xvnx","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3af04b83/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3af04b83/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-13T19:26:42.4336324Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-13T19:27:44.7659534Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3AF04B83/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Error","detailedStatusMessage":"Creating + state handler error: error logging into Pure array","provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mmceuen3-rg/providers/Microsoft.NetworkCloud/clusters/simulator","managementIpv4Address":"10.10.0.237"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-350B739D/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance-wgrf7qbxpp","name":"storage-appliance-wgrf7qbxpp","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-350b739d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-350b739d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-13T20:35:34.4103246Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-13T20:36:34.288286Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-350B739D/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Error","detailedStatusMessage":"Creating + state handler error: error logging into Pure array","provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ceridavies-rg/providers/Microsoft.NetworkCloud/clusters/simulator","managementIpv4Address":"10.10.0.220"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-60084C01/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance-xs2vcrhtwb","name":"storage-appliance-xs2vcrhtwb","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-60084c01/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-60084c01/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-13T22:30:39.1254405Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-13T22:31:10.7390236Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-60084C01/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Error","detailedStatusMessage":"Creating + state handler error: error logging into Pure array","provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jalfred-rg/providers/Microsoft.NetworkCloud/clusters/simulator","managementIpv4Address":"10.10.0.21"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-21C5D965/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance-h6rmkn7xfq","name":"storage-appliance-h6rmkn7xfq","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-21c5d965/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-21c5d965/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-14T00:11:55.2763957Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-14T00:12:56.2226689Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-21C5D965/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Error","detailedStatusMessage":"Creating + state handler error: error logging into Pure array","provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/matfuller-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","managementIpv4Address":"10.10.0.51"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11786698/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance-pnnh4sll5p","name":"storage-appliance-pnnh4sll5p","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-11786698/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-11786698/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-01-31T18:57:53.4964554Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-31T18:58:22.7233091Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11786698/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Error","detailedStatusMessage":"Creating + state handler error: error logging into Pure array","provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fstestpipeline-rg/providers/Microsoft.NetworkCloud/clusters/simulator","managementIpv4Address":"10.10.0.95"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4DEB0127/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4deb0127/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4deb0127/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-03-11T22:23:39.5818203Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-03-16T19:09:17.1148765Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4DEB0127/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance + pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7CA83657/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7ca83657/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7ca83657/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-03-28T00:41:13.4514606Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-03-28T00:41:19.4010614Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7CA83657/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance + pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-229F0678/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-229f0678/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-229f0678/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-03-29T05:39:14.2447835Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-03-29T05:39:16.0028173Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-229F0678/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance + pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7ED45DDF/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7ed45ddf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7ed45ddf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-10T17:28:45.3637766Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-10T17:28:50.6942705Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7ED45DDF/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA13120XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance + pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02640C46/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02640c46/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02640c46/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-10T18:50:34.9737955Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-10T18:50:38.4372274Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02640C46/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance + pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T16:24:05.0577399Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:13:52.8707609Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA13120XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance + pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-27T23:44:28.0969312Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-27T23:44:30.7440975Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance + pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T15:35:29.9086094Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-02T15:35:37.7378944Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance + pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/storageAppliances/b37j20purestor1","name":"b37j20purestor1","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:09:09.304441Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-04T22:33:01.2844254Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"serial","rackSlot":1,"administratorCredentials":{"username":"pureuser"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","detailedStatus":"Available","detailedStatusMessage":"OK","managementIpv4Address":"172.29.19.68","provisioningState":"Succeeded","capacity":11792,"capacityUsed":33,"remoteVendorManagementStatus":"Disabled","remoteVendorManagementFeature":"Supported"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-03T03:59:31.9441453Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-08T23:50:34.3601307Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance + pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-43afbbb97bf3-HostedResources-32AB8B27/providers/Microsoft.NetworkCloud/storageAppliances/b37j25purestor1","name":"b37j25purestor1","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-43afbbb97bf3-hostedresources-32ab8b27/providers/microsoft.extendedlocation/customlocations/j25-43afbbb97bf3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-43afbbb97bf3-hostedresources-32ab8b27/providers/microsoft.extendedlocation/customlocations/j25-43afbbb97bf3-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-05T17:50:09.6859612Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T04:49:21.8551949Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-43afbbb97bf3-HostedResources-32AB8B27/providers/Microsoft.NetworkCloud/racks/b37j25r1","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"serial","rackSlot":1,"administratorCredentials":{"username":"pureuser"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-43afbbb97bf3","remoteVendorManagementStatus":"Disabled","remoteVendorManagementFeature":"Supported","detailedStatus":"Error","detailedStatusMessage":"Creating + state handler error: error configuring syslog server on Pure array, name: + syslog","managementIpv4Address":"172.29.99.20","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","name":"b37m16purestor1","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-09T04:49:02.2693193Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T23:41:45.8909539Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/racks/b37m16r1","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"serial","rackSlot":1,"administratorCredentials":{"username":"pureuser"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","detailedStatus":"Available","detailedStatusMessage":"OK","managementIpv4Address":"172.29.70.60","capacity":11792,"capacityUsed":1,"remoteVendorManagementStatus":"Disabled","remoteVendorManagementFeature":"Supported","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A3087F7/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a3087f7/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a3087f7/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-11T22:35:18.0612358Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-11T22:35:22.2961546Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A3087F7/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance + pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EF92725/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ef92725/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-13T01:23:28.8959836Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T20:36:07.4723853Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EF92725/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance + pureCfg not ready","provisioningState":"Failed"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-15T23:20:04.4511357Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T23:20:07.10317Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance + pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02CDA526/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02cda526/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02cda526/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-15T23:47:48.5015602Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T23:47:51.7728002Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02CDA526/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance + pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-327ABD59/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-327abd59/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-327abd59/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-16T02:13:32.8599833Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T02:13:35.6400389Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-327ABD59/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance + pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1EB7466E/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1eb7466e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1eb7466e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-16T05:16:41.8542582Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T05:16:44.4782017Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1EB7466E/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance + pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-62871B54/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-62871b54/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-62871b54/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-16T15:47:50.5770953Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T15:47:53.5867523Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-62871B54/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance + pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A34CBD8/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a34cbd8/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a34cbd8/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-16T16:58:22.799628Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T16:58:25.6951355Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A34CBD8/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance + pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-16T21:01:54.4840834Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T21:01:57.3015553Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance + pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T16:51:53.1125216Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T16:51:55.55004Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance + pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T18:40:44.4965986Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T18:40:47.6216344Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"failed + to retrieve storage appliance configuration","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T19:54:37.2646944Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T19:54:39.9406593Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance + pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:11:09.9772966Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T23:11:13.3522831Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"failed + to retrieve storage appliance configuration","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:38:42.9591052Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T23:38:45.8879993Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance + pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:08:32.6717366Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T00:08:36.0857763Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"failed + to retrieve storage appliance configuration","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:40:50.486203Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T00:40:54.8442754Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"failed + to retrieve storage appliance configuration","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2782B6C2/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2782b6c2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2782b6c2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T01:46:43.005718Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T01:46:45.896723Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2782B6C2/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"failed + to retrieve storage appliance configuration","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-36A09266/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-36a09266/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-36a09266/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T02:17:20.1510657Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T02:17:22.7793781Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-36A09266/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"failed + to retrieve storage appliance configuration","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-49AD5594/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-49ad5594/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-49ad5594/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T02:45:37.4439538Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T02:45:40.2439032Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-49AD5594/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"failed + to retrieve storage appliance configuration","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5EEC4457/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5eec4457/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5eec4457/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T06:25:54.5940363Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T06:25:57.5029057Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5EEC4457/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"failed + to retrieve storage appliance configuration","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3FACCDA7/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3faccda7/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3faccda7/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T06:36:48.8495426Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T06:36:51.9248146Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3FACCDA7/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"failed + to retrieve storage appliance configuration","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-209B2767/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-209b2767/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-209b2767/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T13:57:25.1290842Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T13:57:27.0393277Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-209B2767/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"failed + to retrieve storage appliance configuration","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A7AEED0/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a7aeed0/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a7aeed0/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T18:09:25.2847768Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T18:09:27.595882Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A7AEED0/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA13120XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"failed + to retrieve storage appliance configuration","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-32F08284/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-32f08284/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-32f08284/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T19:23:20.9131888Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T19:23:26.9758111Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-32F08284/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"failed + to retrieve storage appliance configuration","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7CF3F9E8/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7cf3f9e8/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7cf3f9e8/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T19:26:55.3433141Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T19:26:58.2340982Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7CF3F9E8/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"failed + to retrieve storage appliance configuration","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T19:31:29.6862533Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T19:31:33.7349673Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"failed + to retrieve storage appliance configuration","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4984CAC9/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4984cac9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4984cac9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T20:02:16.2175463Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T20:02:18.273756Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4984CAC9/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"failed + to retrieve storage appliance configuration","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4AC996B5/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ac996b5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ac996b5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T20:03:29.1808869Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T20:04:06.251947Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4AC996B5/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"provisioningState":"Succeeded","detailedStatus":"Provisioning","detailedStatusMessage":"failed + to retrieve storage appliance configuration"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1836DB5F/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1836db5f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1836db5f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T20:09:05.5566105Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T20:09:10.2177644Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1836DB5F/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"failed + to retrieve storage appliance configuration","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6474DECD/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6474decd/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6474decd/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T21:21:17.9684905Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T21:21:20.1490858Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6474DECD/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance + pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7E8A3EEF/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7e8a3eef/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7e8a3eef/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T21:44:02.1948885Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T21:44:05.648Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7E8A3EEF/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"failed + to retrieve storage appliance configuration","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2316405F/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2316405f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2316405f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T22:19:20.8598962Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T22:19:23.1652569Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2316405F/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"failed + to retrieve storage appliance configuration","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4C9BF5DF/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4c9bf5df/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4c9bf5df/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T22:19:36.0419563Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T22:19:39.0315593Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4C9BF5DF/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"failed + to retrieve storage appliance configuration","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-f4e07a9971e4-HostedResources-000AEA6E/providers/Microsoft.NetworkCloud/storageAppliances/b37m15purestor1","name":"b37m15purestor1","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-f4e07a9971e4-hostedresources-000aea6e/providers/microsoft.extendedlocation/customlocations/m15-f4e07a9971e4-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-f4e07a9971e4-hostedresources-000aea6e/providers/microsoft.extendedlocation/customlocations/m15-f4e07a9971e4-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T23:08:17.3154987Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T23:34:32.2580073Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-f4e07a9971e4-HostedResources-000AEA6E/providers/Microsoft.NetworkCloud/racks/b37m15r1","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"serial","rackSlot":1,"administratorCredentials":{"username":"pureuser"},"detailedStatus":"Available","detailedStatusMessage":"OK","provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-f4e07a9971e4","managementIpv4Address":"172.29.136.109","capacity":50982,"capacityUsed":100,"remoteVendorManagementStatus":"Disabled","remoteVendorManagementFeature":"Supported"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1CFDCF3E/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1cfdcf3e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1cfdcf3e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T23:19:22.7306658Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T23:19:25.9996921Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1CFDCF3E/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"failed + to retrieve storage appliance configuration","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-20T00:25:19.4866736Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-06T02:31:43.3759701Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance + pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/storageAppliances/b37j18purestor1","name":"b37j18purestor1","type":"microsoft.networkcloud/storageappliances","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:48.8103485Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T23:41:01.857031Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"serial","rackSlot":1,"administratorCredentials":{"username":"pureuser"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","detailedStatus":"Available","detailedStatusMessage":"OK","managementIpv4Address":"172.29.251.218","provisioningState":"Succeeded","capacity":11792,"capacityUsed":21,"remoteVendorManagementStatus":"Disabled","remoteVendorManagementFeature":"Supported"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-09D5FD05/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-09d5fd05/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-09d5fd05/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T20:40:42.0274853Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T20:40:46.38695Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-09D5FD05/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"failed + to retrieve storage appliance configuration","provisioningState":"Succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '113051' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 18 May 2023 23:42:12 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: + - a3261241-8945-44b7-8ecd-649539abff2c + - 3a00be00-e512-4c6a-bf22-05912d364835 + - 51e7c240-6a51-465e-b36d-010bc65f3fce + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud storageappliance list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances?api-version=2022-12-12-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","name":"b37m16purestor1","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-09T04:49:02.2693193Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T23:41:45.8909539Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/racks/b37m16r1","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"serial","rackSlot":1,"administratorCredentials":{"username":"pureuser"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","detailedStatus":"Available","detailedStatusMessage":"OK","managementIpv4Address":"172.29.70.60","capacity":11792,"capacityUsed":1,"remoteVendorManagementStatus":"Disabled","remoteVendorManagementFeature":"Supported","provisioningState":"Succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1806' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 18 May 2023 23:42:15 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: + - f6c1cb13-f62d-49fb-8dda-79cc5ae4c16b + - be63f0b0-26a6-4b02-b029-caa69d975994 + - a1850d1b-e7a9-46e8-b19a-f53d6c2a4a90 + status: + code: 200 + message: OK +- request: + body: '{"properties": {"serialNumber": "serial"}, "tags": {"CreatedBy": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud storageappliance update + Connection: + - keep-alive + Content-Length: + - '309' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --storage-appliance-name --serial-number --tags + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/92c16567-fc04-4a43-8fe6-ed04964ff583*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 18 May 2023 23:42:18 GMT + etag: + - '"420022f9-0000-0100-0000-6466b7da0000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/92c16567-fc04-4a43-8fe6-ed04964ff583*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2022-12-12-preview + mise-correlation-id: + - 24df2d04-0998-4331-a0f8-84bb638bea54 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud storageappliance update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --storage-appliance-name --serial-number --tags + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/92c16567-fc04-4a43-8fe6-ed04964ff583*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/92c16567-fc04-4a43-8fe6-ed04964ff583*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","name":"92c16567-fc04-4a43-8fe6-ed04964ff583*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","status":"Accepted","startTime":"2023-05-18T23:42:17.4432092Z"}' + headers: + cache-control: + - no-cache + content-length: + - '597' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 18 May 2023 23:42:18 GMT + etag: + - '"4c0041b5-0000-0100-0000-6466b7d90000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud storageappliance update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --storage-appliance-name --serial-number --tags + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/92c16567-fc04-4a43-8fe6-ed04964ff583*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/92c16567-fc04-4a43-8fe6-ed04964ff583*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","name":"92c16567-fc04-4a43-8fe6-ed04964ff583*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","status":"Succeeded","startTime":"2023-05-18T23:42:17.4432092Z","endTime":"2023-05-18T23:42:23.9340203Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '668' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 18 May 2023 23:42:48 GMT + etag: + - '"4c0003b6-0000-0100-0000-6466b7df0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud storageappliance update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --storage-appliance-name --serial-number --tags + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","name":"b37m16purestor1","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-09T04:49:02.2693193Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T23:42:24.8889447Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/racks/b37m16r1","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"serial","rackSlot":1,"administratorCredentials":{"username":"pureuser"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","detailedStatus":"Available","detailedStatusMessage":"OK","managementIpv4Address":"172.29.70.60","capacity":11792,"capacityUsed":1,"remoteVendorManagementStatus":"Disabled","remoteVendorManagementFeature":"Supported","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1794' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 18 May 2023 23:42:48 GMT + etag: + - '"4200d6fc-0000-0100-0000-6466b7e00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +version: 1 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_trunkednetwork_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_trunkednetwork_scenario1.yaml new file mode 100644 index 00000000000..14869ef05aa --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_trunkednetwork_scenario1.yaml @@ -0,0 +1,577 @@ +interactions: +- request: + body: '{"extendedLocation": {"name": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc", + "type": "CustomLocation"}, "location": "eastus", "properties": {"hybridAksPluginType": + "DPDK", "interfaceName": "eth0", "isolationDomainIds": ["/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2"], + "vlans": [1004]}, "tags": {"tag1": "tag1"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud trunkednetwork create + Connection: + - keep-alive + Content-Length: + - '520' + Content-Type: + - application/json + ParameterSetName: + - --name --extended-location --location --hybrid-aks-plugin-type --interface-name + --isolation-domain-ids --vlans --tags --resource-group --debug + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","name":"cli-test-trunkednw-000001","type":"microsoft.networkcloud/trunkednetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:10:14.8363841Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:10:14.8363841Z"},"properties":{"provisioningState":"Accepted","hybridAksPluginType":"DPDK","interfaceName":"eth0","isolationDomainIds":["/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2"],"vlans":[1004]}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ec010caa-21e4-44b9-b9f9-9e16669672c2*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '1017' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:10:16 GMT + etag: + - '"af11ad63-0000-0100-0000-646283970000"' + expires: + - '-1' + mise-correlation-id: + - 8ea1051c-f6bf-433a-984c-68c703b75681 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud trunkednetwork create + Connection: + - keep-alive + ParameterSetName: + - --name --extended-location --location --hybrid-aks-plugin-type --interface-name + --isolation-domain-ids --vlans --tags --resource-group --debug + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ec010caa-21e4-44b9-b9f9-9e16669672c2*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ec010caa-21e4-44b9-b9f9-9e16669672c2*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C","name":"ec010caa-21e4-44b9-b9f9-9e16669672c2*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","status":"Accepted","startTime":"2023-05-15T19:10:14.9067156Z"}' + headers: + cache-control: + - no-cache + content-length: + - '575' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:10:16 GMT + etag: + - '"b8018788-0000-0100-0000-646283960000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud trunkednetwork create + Connection: + - keep-alive + ParameterSetName: + - --name --extended-location --location --hybrid-aks-plugin-type --interface-name + --isolation-domain-ids --vlans --tags --resource-group --debug + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ec010caa-21e4-44b9-b9f9-9e16669672c2*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ec010caa-21e4-44b9-b9f9-9e16669672c2*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C","name":"ec010caa-21e4-44b9-b9f9-9e16669672c2*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","status":"Succeeded","startTime":"2023-05-15T19:10:14.9067156Z","endTime":"2023-05-15T19:10:22.6875229Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '646' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:10:46 GMT + etag: + - '"b801a288-0000-0100-0000-6462839e0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud trunkednetwork create + Connection: + - keep-alive + ParameterSetName: + - --name --extended-location --location --hybrid-aks-plugin-type --interface-name + --isolation-domain-ids --vlans --tags --resource-group --debug + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","name":"cli-test-trunkednw-000001","type":"microsoft.networkcloud/trunkednetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:10:14.8363841Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T19:10:23.6154631Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"DPDK","interfaceName":"eth0","isolationDomainIds":["/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2"],"vlans":[1004],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1348' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:10:46 GMT + etag: + - '"af11556a-0000-0100-0000-6462839f0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"tags": {"tag1": "tag1", "tag2": "tag2update"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud trunkednetwork update + Connection: + - keep-alive + Content-Length: + - '48' + Content-Type: + - application/json + ParameterSetName: + - --name --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","name":"cli-test-trunkednw-000001","type":"microsoft.networkcloud/trunkednetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:10:14.8363841Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:10:47.2127805Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"DPDK","interfaceName":"eth0","isolationDomainIds":["/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2"],"vlans":[1004],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1348' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:10:48 GMT + etag: + - '"af11607d-0000-0100-0000-646283b70000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud trunkednetwork show + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","name":"cli-test-trunkednw-000001","type":"microsoft.networkcloud/trunkednetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:10:14.8363841Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:10:47.2127805Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"DPDK","interfaceName":"eth0","isolationDomainIds":["/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2"],"vlans":[1004],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1348' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:10:48 GMT + etag: + - '"af11607d-0000-0100-0000-646283b70000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud trunkednetwork list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/trunkedNetworks?api-version=2022-12-12-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/trunkedNetworks/trunk-530-535","name":"trunk-530-535","type":"microsoft.networkcloud/trunkednetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"trunkednetwork","ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-09T06:05:41.7087607Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-09T06:05:54.8876338Z"},"properties":{"provisioningState":"Succeeded","isolationDomainIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m16-1-l3domain-2"],"interfaceName":"trunk--8f23d","hybridAksPluginType":"DPDK","vlans":[530,531,532,533,534,535],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","name":"cli-test-trunkednw-000001","type":"microsoft.networkcloud/trunkednetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:10:14.8363841Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:10:47.2127805Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"DPDK","interfaceName":"eth0","isolationDomainIds":["/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2"],"vlans":[1004],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/trunkedNetworks/rg5trunk1","name":"rg5trunk1","type":"microsoft.networkcloud/trunkednetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-21T17:21:19.9896443Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-04-21T17:22:56.1359986Z"},"properties":{"provisioningState":"Failed","isolationDomainIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkFabric/IsolationDomains/isodomain-55"],"interfaceName":"rg3trunk528","hybridAksPluginType":"DPDK","vlans":[544]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/trunkedNetworks/trunk-530-535","name":"trunk-530-535","type":"microsoft.networkcloud/trunkednetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"trunkednetwork","ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-02T06:59:33.928901Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-10T15:27:25.0551686Z"},"properties":{"provisioningState":"Succeeded","isolationDomainIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-2"],"hybridAksPluginType":"DPDK","vlans":[530,531,532,533,534,535],"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/mm2-test-haks","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/mm6-test-haks"],"virtualMachinesAssociatedIds":[],"interfaceName":"trunk--20dea","detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/trunkedNetworks/trunk-502-507","name":"trunk-502-507","type":"microsoft.networkcloud/trunkednetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceType":"trunkedNetwork"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-02T17:29:17.3884708Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-02T22:34:44.3180865Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"trunk-502-5","isolationDomainIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-1"],"vlans":[502,503,504,505,506,507],"hybridAksPluginType":"SRIOV","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","detailedStatusMessage":"all + resource creation succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '8209' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:10:49 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: + - f1b6667b-f961-4a2c-b319-69ea12fdd1ef + - 49a74524-375a-4d28-a106-4b389e635b9f + - 70a86f94-fd35-49e8-9f58-632311c39097 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud trunkednetwork list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks?api-version=2022-12-12-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","name":"cli-test-trunkednw-000001","type":"microsoft.networkcloud/trunkednetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:10:14.8363841Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:10:47.2127805Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"DPDK","interfaceName":"eth0","isolationDomainIds":["/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2"],"vlans":[1004],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1360' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:10:49 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-original-request-ids: + - fa431595-c440-4781-8bdc-47fb99401ae4 + - 3d3d2e33-058a-4e04-864c-64645ee5348c + - cdc32b80-d832-465f-8552-3c7032b75b8a + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud trunkednetwork delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/4ae727de-8b17-48fc-be94-4054ab11612c*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:10:51 GMT + etag: + - '"af110281-0000-0100-0000-646283bb0000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/4ae727de-8b17-48fc-be94-4054ab11612c*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C?api-version=2022-12-12-preview + mise-correlation-id: + - d84f7104-0c28-440e-9a99-4165b7209428 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud trunkednetwork delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/4ae727de-8b17-48fc-be94-4054ab11612c*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/4ae727de-8b17-48fc-be94-4054ab11612c*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C","name":"4ae727de-8b17-48fc-be94-4054ab11612c*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","status":"Deleting","startTime":"2023-05-15T19:10:51.6251811Z"}' + headers: + cache-control: + - no-cache + content-length: + - '575' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:10:51 GMT + etag: + - '"b801e588-0000-0100-0000-646283bb0000"' + expires: + - '-1' + 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: + - networkcloud trunkednetwork delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/4ae727de-8b17-48fc-be94-4054ab11612c*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/4ae727de-8b17-48fc-be94-4054ab11612c*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C","name":"4ae727de-8b17-48fc-be94-4054ab11612c*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","status":"Succeeded","startTime":"2023-05-15T19:10:51.6251811Z","endTime":"2023-05-15T19:10:58.8791456Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '635' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:11:21 GMT + etag: + - '"b801ed88-0000-0100-0000-646283c20000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud trunkednetwork delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/4ae727de-8b17-48fc-be94-4054ab11612c*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/4ae727de-8b17-48fc-be94-4054ab11612c*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C","name":"4ae727de-8b17-48fc-be94-4054ab11612c*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","status":"Succeeded","startTime":"2023-05-15T19:10:51.6251811Z","endTime":"2023-05-15T19:10:58.8791456Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '635' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 15 May 2023 19:11:21 GMT + etag: + - '"b801ed88-0000-0100-0000-646283c20000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_virtualmachine_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_virtualmachine_scenario1.yaml new file mode 100644 index 00000000000..826c07c6d54 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_virtualmachine_scenario1.yaml @@ -0,0 +1,1986 @@ +interactions: +- request: + body: '{"extendedLocation": {"name": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-02cda526/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc", + "type": "CustomLocation"}, "location": "eastus", "properties": {"adminUsername": + "admin", "bootMethod": "UEFI", "cloudServicesNetworkAttachment": {"attachedNetworkId": + "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1", + "ipAllocationMethod": "Dynamic"}, "cpuCores": 2, "isolateEmulatorThread": "False", + "memorySizeGB": 4, "networkAttachments": [{"attachedNetworkId": "/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1", + "defaultGateway": "True", "ipAllocationMethod": "Dynamic"}], "networkData": + "bmV0d29ya0RhdGVTYW1wbGU=", "placementHints": [], "sshPublicKeys": [], "storageProfile": + {"osDisk": {"createOption": "Ephemeral", "deleteOption": "Delete", "diskSizeGB": + 4}}, "userData": "dXNlckRhdGVTYW1wbGU=", "virtioInterface": "Modern", "vmDeviceModel": + "T2", "vmImage": "hbusipalleacr2.azurecr.io/ubuntu:20.04", "vmImageRepositoryCredentials": + {"password": "password", "registryUrl":"REDACTED", "username": + "user"}}, "tags": {"tag1": "tag1"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine create + Connection: + - keep-alive + Content-Length: + - '1299' + Content-Type: + - application/json + ParameterSetName: + - --name --extended-location --location --admin-username --boot-method --cloud-services-network-attachment + --cpu-cores --isolate-emulator-thread --memory-size --network-attachments + --network-data --placement-hints --ssh-key-values --storage-profile --tags + --user-data --virtio-interface --vm-image --vm-image-repository-credentials + --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","name":"cliTestVM000001","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-02cda526/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T21:02:48.8052813Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-17T21:02:48.8052813Z"},"properties":{"provisioningState":"Accepted","adminUsername":"admin","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1","ipAllocationMethod":"Dynamic"},"cpuCores":2,"isolateEmulatorThread":"False","memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1","defaultGateway":"True","ipAllocationMethod":"Dynamic"}],"networkData":"bmV0d29ya0RhdGVTYW1wbGU=","placementHints":[],"sshPublicKeys":[],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":4}},"userData":"dXNlckRhdGVTYW1wbGU=","virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04","vmImageRepositoryCredentials":{"registryUrl":"hbusipalleacr2.azurecr.io","username":"user"}}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '1709' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:02:48 GMT + etag: + - '"960082b0-0000-0100-0000-646540f90000"' + expires: + - '-1' + mise-correlation-id: + - 018c19c2-64a1-4d24-b109-f56c9c9bc4c0 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine create + Connection: + - keep-alive + ParameterSetName: + - --name --extended-location --location --admin-username --boot-method --cloud-services-network-attachment + --cpu-cores --isolate-emulator-thread --memory-size --network-attachments + --network-data --placement-hints --ssh-key-values --storage-profile --tags + --user-data --virtio-interface --vm-image --vm-image-repository-credentials + --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Accepted","startTime":"2023-05-17T21:02:49.0229471Z"}' + headers: + cache-control: + - no-cache + content-length: + - '565' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:02:49 GMT + etag: + - '"5700159a-0000-0100-0000-646540f90000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine create + Connection: + - keep-alive + ParameterSetName: + - --name --extended-location --location --admin-username --boot-method --cloud-services-network-attachment + --cpu-cores --isolate-emulator-thread --memory-size --network-attachments + --network-data --placement-hints --ssh-key-values --storage-profile --tags + --user-data --virtio-interface --vm-image --vm-image-repository-credentials + --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Provisioning","startTime":"2023-05-17T21:02:49.0229471Z","error":{}}' + headers: + cache-control: + - no-cache + content-length: + - '580' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:03:20 GMT + etag: + - '"570049a9-0000-0100-0000-646541130000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine create + Connection: + - keep-alive + ParameterSetName: + - --name --extended-location --location --admin-username --boot-method --cloud-services-network-attachment + --cpu-cores --isolate-emulator-thread --memory-size --network-attachments + --network-data --placement-hints --ssh-key-values --storage-profile --tags + --user-data --virtio-interface --vm-image --vm-image-repository-credentials + --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Provisioning","startTime":"2023-05-17T21:02:49.0229471Z","error":{}}' + headers: + cache-control: + - no-cache + content-length: + - '580' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:03:50 GMT + etag: + - '"57003eb9-0000-0100-0000-646541310000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine create + Connection: + - keep-alive + ParameterSetName: + - --name --extended-location --location --admin-username --boot-method --cloud-services-network-attachment + --cpu-cores --isolate-emulator-thread --memory-size --network-attachments + --network-data --placement-hints --ssh-key-values --storage-profile --tags + --user-data --virtio-interface --vm-image --vm-image-repository-credentials + --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Provisioning","startTime":"2023-05-17T21:02:49.0229471Z","error":{}}' + headers: + cache-control: + - no-cache + content-length: + - '580' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:04:20 GMT + etag: + - '"5700bec8-0000-0100-0000-6465414f0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine create + Connection: + - keep-alive + ParameterSetName: + - --name --extended-location --location --admin-username --boot-method --cloud-services-network-attachment + --cpu-cores --isolate-emulator-thread --memory-size --network-attachments + --network-data --placement-hints --ssh-key-values --storage-profile --tags + --user-data --virtio-interface --vm-image --vm-image-repository-credentials + --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-05-17T21:02:49.0229471Z","endTime":"2023-05-17T21:04:47.9259175Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '636' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:04:50 GMT + etag: + - '"57007eda-0000-0100-0000-6465416f0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine create + Connection: + - keep-alive + ParameterSetName: + - --name --extended-location --location --admin-username --boot-method --cloud-services-network-attachment + --cpu-cores --isolate-emulator-thread --memory-size --network-attachments + --network-data --placement-hints --ssh-key-values --storage-profile --tags + --user-data --virtio-interface --vm-image --vm-image-repository-credentials + --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","name":"cliTestVM000001","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-02cda526/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T21:02:48.8052813Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:04:48.6192448Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"admin","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1","ipAllocationMethod":"Dynamic","defaultGateway":"False","macAddress":"02:00:00:37:47:f9","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.2"},"cpuCores":2,"isolateEmulatorThread":"False","memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.10.100.9","macAddress":"02:00:00:20:6e:b4","networkAttachmentName":"l3netw-e0b7c"}],"networkData":"bmV0d29ya0RhdGVTYW1wbGU=","placementHints":[],"sshPublicKeys":[],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":4}},"userData":"dXNlckRhdGVTYW1wbGU=","virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04","vmImageRepositoryCredentials":{"registryUrl":"hbusipalleacr2.azurecr.io","username":"user"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mikep-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02CDA526/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01"}}' + headers: + cache-control: + - no-cache + content-length: + - '2405' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:04:50 GMT + etag: + - '"960072ea-0000-0100-0000-646541700000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"properties": {"vmImageRepositoryCredentials": {"password": "password", + "registryUrl":"REDACTED", "username": "user"}}, "tags": {"tag1": + "tag1", "tag2": "tag2update"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine update + Connection: + - keep-alive + Content-Length: + - '186' + Content-Type: + - application/json + ParameterSetName: + - --name --vm-image-repository-credentials --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ba8a0318-63d0-46ff-a0a9-3a10073a6cee*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:04:52 GMT + etag: + - '"9600f2ec-0000-0100-0000-646541750000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ba8a0318-63d0-46ff-a0a9-3a10073a6cee*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + mise-correlation-id: + - 90a09361-1f4c-44f5-a5a1-9e33f65b55c5 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine update + Connection: + - keep-alive + ParameterSetName: + - --name --vm-image-repository-credentials --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ba8a0318-63d0-46ff-a0a9-3a10073a6cee*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ba8a0318-63d0-46ff-a0a9-3a10073a6cee*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"ba8a0318-63d0-46ff-a0a9-3a10073a6cee*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Accepted","startTime":"2023-05-17T21:04:52.7307558Z"}' + headers: + cache-control: + - no-cache + content-length: + - '565' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:04:52 GMT + etag: + - '"57000add-0000-0100-0000-646541740000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine update + Connection: + - keep-alive + ParameterSetName: + - --name --vm-image-repository-credentials --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ba8a0318-63d0-46ff-a0a9-3a10073a6cee*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ba8a0318-63d0-46ff-a0a9-3a10073a6cee*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"ba8a0318-63d0-46ff-a0a9-3a10073a6cee*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-05-17T21:04:52.7307558Z","endTime":"2023-05-17T21:05:09.332191Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '635' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:05:23 GMT + etag: + - '"570078e5-0000-0100-0000-646541850000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine update + Connection: + - keep-alive + ParameterSetName: + - --name --vm-image-repository-credentials --tags --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","name":"cliTestVM000001","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-02cda526/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T21:02:48.8052813Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:05:19.514639Z"},"properties":{"adminUsername":"admin","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1","ipAllocationMethod":"Dynamic","defaultGateway":"False","macAddress":"02:00:00:37:47:f9","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.2"},"cpuCores":2,"isolateEmulatorThread":"False","memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.10.100.9","macAddress":"02:00:00:20:6e:b4","networkAttachmentName":"l3netw-e0b7c"}],"networkData":"bmV0d29ya0RhdGVTYW1wbGU=","placementHints":[],"sshPublicKeys":[],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":4}},"userData":"dXNlckRhdGVTYW1wbGU=","virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04","vmImageRepositoryCredentials":{"registryUrl":"hbusipalleacr2.azurecr.io","username":"user"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mikep-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatus":"Available","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02CDA526/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","provisioningState":"Succeeded","detailedStatusMessage":"Running + - virtual machine is running."}}' + headers: + cache-control: + - no-cache + content-length: + - '2424' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:05:23 GMT + etag: + - '"9600d2f9-0000-0100-0000-6465418f0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine show + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","name":"cliTestVM000001","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-02cda526/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T21:02:48.8052813Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:05:19.514639Z"},"properties":{"adminUsername":"admin","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1","ipAllocationMethod":"Dynamic","defaultGateway":"False","macAddress":"02:00:00:37:47:f9","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.2"},"cpuCores":2,"isolateEmulatorThread":"False","memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.10.100.9","macAddress":"02:00:00:20:6e:b4","networkAttachmentName":"l3netw-e0b7c"}],"networkData":"bmV0d29ya0RhdGVTYW1wbGU=","placementHints":[],"sshPublicKeys":[],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":4}},"userData":"dXNlckRhdGVTYW1wbGU=","virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04","vmImageRepositoryCredentials":{"registryUrl":"hbusipalleacr2.azurecr.io","username":"user"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mikep-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatus":"Available","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02CDA526/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","provisioningState":"Succeeded","detailedStatusMessage":"Running + - virtual machine is running."}}' + headers: + cache-control: + - no-cache + content-length: + - '2424' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:05:24 GMT + etag: + - '"9600d2f9-0000-0100-0000-6465418f0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/virtualMachines?api-version=2022-12-12-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arijitbose-rg/providers/Microsoft.NetworkCloud/virtualMachines/k5ubuntuab","name":"k5ubuntuab","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-cb777500db29-hostedresources-27b6583a/providers/microsoft.extendedlocation/customlocations/k5-cb777500db29-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-01-03T21:31:11.6582304Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-03T21:31:53.0685445Z"},"properties":{"provisioningState":"Failed","adminUsername":"root","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","macAddress":"02:00:00:e2:b9:0a","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.2"},"cpuCores":10,"memorySizeGB":24,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-502","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.34.9","macAddress":"02:00:00:38:0e:4b","networkAttachmentName":"vlan-502"}],"placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCvqUbdqkqLxq7cpR5sYYlsxIL77afxHBOL0N7gmCkThP111oDoPONnwPjNT2ciMOcp9/6N6Qc7cN40cr3KyZcVOymp5/6b5tYb1xWj6+f8qwKvxXc4hHGL1OYkpVph3Q3tYNz2F77ublnI8/FqLX9YUnnP9IwqWNObIc6buoN5cKR9AZoXecT95q7bKJsAj/JetB/xL7tI3F68mceUhV+45rJDHGeKTDBeVUbG7usRYwpbBtUIm8KTXtF0RkiHRh0i9y1vKBNRSi7y4xTmstWUr3/wuBInVl4LlG7gVG37ZvmSgSfy5ZwJEnuLAClZSMYbpoObcN9Q4dsDrlXBL1wHhfu+nGyNsFPC48H1qoNEPh6S5Z1/TQephSXSlhu6ahegMlKf/EygRr3s6FUTBGtGLgoUrCifVEMVykyDsMJCNw/1SH53eYVF87yV0NbaJVQAkk5BaX2vX0ek5FNpFYy9id3p04PzmDqTf1YOvaLXRWAXAVwiDazukIyURLb+ujs= + arijitbose@Arijits-MacBook-Pro-2.local"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":30}},"vmImage":"hbusipalleacr1.azurecr.io/ubuntu-pw:20.04","vmImageRepositoryCredentials":{"registryUrl":"hbusipalleacr1.azurecr.io/ubuntu-pw:20.04","username":"arijitbose"},"virtioInterface":"Modern","isolateEmulatorThread":"False","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster/providers/Microsoft.NetworkCloud/clusters/k5-cb777500db29","powerState":"On","detailedStatus":"Error","detailedStatusMessage":"DataVolumeError + - an error has been reported by one of the DataVolumes referenced by the virtual + machines."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arijitbose-rg/providers/Microsoft.NetworkCloud/virtualMachines/k5testvm","name":"k5testvm","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-cb777500db29-hostedresources-27b6583a/providers/microsoft.extendedlocation/customlocations/k5-cb777500db29-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-01-03T21:35:54.6543497Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-03T21:36:21.6725758Z"},"properties":{"provisioningState":"Failed","adminUsername":"root","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.3","macAddress":"02:00:00:cf:59:b8","networkAttachmentName":"cloudservices"},"cpuCores":16,"memorySizeGB":24,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-502","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.34.10","macAddress":"02:00:00:ed:9e:e8","networkAttachmentName":"vlan-502"}],"placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCvqUbdqkqLxq7cpR5sYYlsxIL77afxHBOL0N7gmCkThP111oDoPONnwPjNT2ciMOcp9/6N6Qc7cN40cr3KyZcVOymp5/6b5tYb1xWj6+f8qwKvxXc4hHGL1OYkpVph3Q3tYNz2F77ublnI8/FqLX9YUnnP9IwqWNObIc6buoN5cKR9AZoXecT95q7bKJsAj/JetB/xL7tI3F68mceUhV+45rJDHGeKTDBeVUbG7usRYwpbBtUIm8KTXtF0RkiHRh0i9y1vKBNRSi7y4xTmstWUr3/wuBInVl4LlG7gVG37ZvmSgSfy5ZwJEnuLAClZSMYbpoObcN9Q4dsDrlXBL1wHhfu+nGyNsFPC48H1qoNEPh6S5Z1/TQephSXSlhu6ahegMlKf/EygRr3s6FUTBGtGLgoUrCifVEMVykyDsMJCNw/1SH53eYVF87yV0NbaJVQAkk5BaX2vX0ek5FNpFYy9id3p04PzmDqTf1YOvaLXRWAXAVwiDazukIyURLb+ujs= + arijitbose@Arijits-MacBook-Pro-2.local"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":30}},"vmImage":"afoinctempacr.azurecr.io/ubuntu:20.04","vmImageRepositoryCredentials":{"registryUrl":"afoinctempacr.azurecr.io/ubuntu:20.04","username":"arijitbose"},"virtioInterface":"Modern","isolateEmulatorThread":"False","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster/providers/Microsoft.NetworkCloud/clusters/k5-cb777500db29","powerState":"On","detailedStatus":"Error","detailedStatusMessage":"DataVolumeError + - an error has been reported by one of the DataVolumes referenced by the virtual + machines."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arijitbose-rg/providers/Microsoft.NetworkCloud/virtualMachines/k5arijitvm","name":"k5arijitvm","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-cb777500db29-hostedresources-27b6583a/providers/microsoft.extendedlocation/customlocations/k5-cb777500db29-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-01-03T21:52:58.5985792Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-03-13T21:59:04.9919676Z"},"properties":{"provisioningState":"Failed","adminUsername":"root","bootMethod":"BIOS","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":16,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-537","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"ge0-0-0"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-538","defaultGateway":"False","ipAllocationMethod":"Dynamic","networkAttachmentName":"ge0-0-1"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-539","defaultGateway":"False","ipAllocationMethod":"Dynamic","networkAttachmentName":"ge0-0-2"}],"networkData":"I2p1bm9zLWNvbmZpZwpzeXN0ZW0gewogICAgcm9vdC1hdXRoZW50aWNhdGlvbiB7CiAgICAgICAgZW5jcnlwdGVkLXBhc3N3b3JkICIkNiRQMVl6WmtqeCRnNXo0cWZUajM3OVFjRi54Q2ZRMVdGSWVzRi94Yy45WW9hUFhLT21nUmpYUXZ1OE11dkhvWXN2a1BGanlDOWdCOGR5Q3czY3JoWURTYVRzSmxrcmZpLiI7ICMjIFNFQ1JFVC1EQVRBICA8PDw8PCBKdW5pcGVyMTIzIGlzIHRoZSBwYXNzd29yZAogICAgfQogICAgc2VydmljZXMgewogICAgICAgIHNzaCB7CiAgICAgICAgICAgIHJvb3QtbG9naW4gYWxsb3c7CiAgICAgICAgfQogICAgICAgIHdlYi1tYW5hZ2VtZW50IHsKICAgICAgICAgICAgaHR0cCB7CiAgICAgICAgICAgICAgICBpbnRlcmZhY2UgZnhwMC4wOwogICAgICAgICAgICB9CiAgICAgICAgICAgIGh0dHBzIHsKICAgICAgICAgICAgICAgIHN5c3RlbS1nZW5lcmF0ZWQtY2VydGlmaWNhdGU7CiAgICAgICAgICAgICAgICBpbnRlcmZhY2UgZnhwMC4wOwogICAgICAgICAgICB9CiAgICAgICAgfQogICAgfQogICAgbGljZW5zZSB7CiAgICAgICAgYXV0b3VwZGF0ZSB7CiAgICAgICAgICAgIHVybCBodHRwczovL2FlMS5qdW5pcGVyLm5ldC9qdW5vcy9rZXlfcmV0cmlldmFsOwogICAgICAgIH0KICAgIH0KfQpzZWN1cml0eSB7CiAgICB6b25lcyB7CiAgICAgICAgc2VjdXJpdHktem9uZSBNR1QgewogICAgICAgICAgICBpbnRlcmZhY2VzIHsKICAgICAgICAgICAgICAgIGdlLTAvMC8wLjAgewogICAgICAgICAgICAgICAgICAgIGhvc3QtaW5ib3VuZC10cmFmZmljIHsKICAgICAgICAgICAgICAgICAgICAgICAgc3lzdGVtLXNlcnZpY2VzIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFsbDsKICAgICAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgICAgICBwcm90b2NvbHMgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgYWxsOwogICAgICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgfQogICAgfQp9CmludGVyZmFjZXMgewogICAgZ2UtMC8wLzAgewogICAgICAgIHVuaXQgMCB7CiAgICAgICAgICAgIGZhbWlseSBpbmV0IHsKICAgICAgICAgICAgICAgIHt7LSByYW5nZSAkaW5kZXgsICRlbGVtZW50IDo9IC4gfX0KICAgICAgICAgICAgICAgIHt7LSBpZiAoZXEgLkludGVyZmFjZU5hbWUgImdlMC0wLTAiKX19CiAgICAgICAgICAgICAgICBhZGRyZXNzIHt7IC5JUHY0QWRkcmVzcyB9fTsKICAgICAgICAgICAgICAgIHt7LSBlbmR9fQogICAgICAgICAgICAgICAge3stIGVuZH19CiAgICAgICAgICAgIH0KICAgICAgICB9CiAgICB9CiAgICBnZS0wLzAvMiB7CiAgICAgICAgdW5pdCAwIHsKICAgICAgICAgICAgZmFtaWx5IGluZXQgewogICAgICAgICAgICAgICAge3stIHJhbmdlICRpbmRleCwgJGVsZW1lbnQgOj0gLiB9fQogICAgICAgICAgICAgICAge3stIGlmIChlcSAuSW50ZXJmYWNlTmFtZSAiZ2UwLTAtMiIpfX0KICAgICAgICAgICAgICAgIGFkZHJlc3Mge3sgLklQdjRBZGRyZXNzIH19OwogICAgICAgICAgICAgICAge3stIGVuZH19CiAgICAgICAgICAgICAgICB7ey0gZW5kfX0KICAgICAgICAgICAgfQogICAgICAgIH0KICAgIH0KICAgIGdlLTAvMC8xIHsKICAgICAgICB1bml0IDAgewogICAgICAgICAgICBmYW1pbHkgaW5ldCB7CiAgICAgICAgICAgICAgICB7ey0gcmFuZ2UgJGluZGV4LCAkZWxlbWVudCA6PSAuIH19CiAgICAgICAgICAgICAgICB7ey0gaWYgKGVxIC5JbnRlcmZhY2VOYW1lICJnZTAtMC0xIil9fQogICAgICAgICAgICAgICAgYWRkcmVzcyB7eyAuSVB2NEFkZHJlc3MgfX07CiAgICAgICAgICAgICAgICB7ey0gZW5kfX0KICAgICAgICAgICAgICAgIHt7LSBlbmR9fQogICAgICAgICAgICB9CiAgICAgICAgfQogICAgfQogICAgZnhwMCB7CiAgICAgICAgdW5pdCAwIHsKICAgICAgICAgICAgZmFtaWx5IGluZXQgewogICAgICAgICAgICAgICAge3stIHJhbmdlICRpbmRleCwgJGVsZW1lbnQgOj0gLiB9fQogICAgICAgICAgICAgICAge3stIGlmIChlcSAuSW50ZXJmYWNlTmFtZSAiY2xvdWRzZXJ2aWNlcyIpfX0KICAgICAgICAgICAgICAgIGFkZHJlc3Mge3sgLklQdjRBZGRyZXNzIH19OwogICAgICAgICAgICAgICAge3stIGVuZH19CiAgICAgICAgICAgICAgICB7ey0gZW5kfX0KICAgICAgICAgICAgfQogICAgICAgIH0KICAgIH0KfQpyb3V0aW5nLWluc3RhbmNlcyB7CiAgICBNR1QgewogICAgICAgIGluc3RhbmNlLXR5cGUgdmlydHVhbC1yb3V0ZXI7CiAgICAgICAgcm91dGluZy1vcHRpb25zIHsKICAgICAgICAgICAgc3RhdGljIHsKICAgICAgICAgICAgICAgIHt7LSByYW5nZSAkaW5kZXgsICRlbGVtZW50IDo9IC4gfX0KICAgICAgICAgICAgICAgIHt7LSBpZiAoZXEgLkRlZmF1bHRHYXRld2F5ICJUcnVlIil9fQogICAgICAgICAgICAgICAge3stIGlmIChuZSAuSVB2NEdhdGV3YXkgIiIpIH19CiAgICAgICAgICAgICAgICByb3V0ZSAwLjAuMC4wLzAgbmV4dC1ob3Age3sgLklQdjRHYXRld2F5IH19OwogICAgICAgICAgICAgICAge3stIGVuZH19CiAgICAgICAgICAgICAgICB7ey0gZW5kfX0KICAgICAgICAgICAgICAgIHt7LSBlbmR9fQogICAgICAgICAgICB9CiAgICAgICAgfQogICAgICAgIGludGVyZmFjZSBnZS0wLzAvMC4wOwogICAgfQp9Cg==","placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC7gM31o+AjEcDpaqnvxxeIaoJCPt62GUzfFmZdFOzq4gPmHKZLWEBpX+xgGRQsOC1mb2oaNwcB6A8wwb5uitsPhJCfPKrM5AOZkvIESBMLpfzMBQqwKvHudy4r3lzSYFneYrkwr9MvokAidllSRbcn43zrFLExVSYca15nYzo28YdgMR77uS6OkvGbVmk89KUr5t9/Iuve3A40zqUyhCPWkC4M2sDS/3brvNSalcpDQo68gFgiWK9V0wMWhAFP2gPCpWbQYmyFX7T0PRuuPliB0X3o8V+gY4Ag0stHvJiwSF1/g6sJMw3PEBhR7I9MfwJiKuwlD8WGd6RPG8lPWLklFEzAhBSGVKL4yj/oD3Pr3azebbxOAd11lEYu+KKqXK2IVxkhXXg8zpWWJjZipDP3M+1zJBHtdmXEgnE9lKyopUwOOt4sDKx1tuimuya/IE79eiXKcg/jI5FSW75H4/7HhkWEDJggecBVWQxIzdRA5WuaAwQDPPZdl6NB2k/qNyc= + azureuser@ipv6jump01"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":30}},"userData":"I2Nsb3VkLWNvbmZpZwpydW5jbWQ6CiAgIC0gdG91Y2ggL3Zhci90bXAveHl6CiAgIC0gY3AgL3Zhci9saWIvY2xvdWQvc2VlZC9ub2Nsb3VkL25ldHdvcmstY29uZmlnIC9jb25maWcvanVuaXBlci5jb25mCg==","virtioInterface":"Transitional","vmImage":"afoinctempacr.azurecr.io/vsrx_0311:latest","vmImageRepositoryCredentials":{"registryUrl":"afoinctempacr.azurecr.io","username":"afoinctempacr"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jnath-rg/providers/Microsoft.NetworkCloud/virtualMachines/jnvsrx0311v2","name":"jnvsrx0311v2","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-31ff9d11b6e8-HostedResources-48314E37/providers/microsoft.extendedlocation/customlocations/j18-31ff9d11b6e8-cstm-loc","type":"CustomLocation"},"tags":{"nepname":"Juniper"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-03-13T22:59:44.5453463Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-03-23T13:59:22.8892235Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"root","bootMethod":"BIOS","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","ipAllocationMethod":"Dynamic","defaultGateway":"False","macAddress":"02:00:00:2d:39:79","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.1"},"cpuCores":5,"isolateEmulatorThread":"True","memorySizeGB":16,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-537","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.6.104.8","macAddress":"02:00:00:2f:b5:dd","networkAttachmentName":"ge0-0-0"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-538","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.6.106.8","macAddress":"02:00:00:ed:97:05","networkAttachmentName":"ge0-0-1"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-539","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.6.108.8","macAddress":"02:00:00:2b:a6:0b","networkAttachmentName":"ge0-0-2"}],"networkData":"I2p1bm9zLWNvbmZpZwpzeXN0ZW0gewogICAgcm9vdC1hdXRoZW50aWNhdGlvbiB7CiAgICAgICAgZW5jcnlwdGVkLXBhc3N3b3JkICIkNiRQMVl6WmtqeCRnNXo0cWZUajM3OVFjRi54Q2ZRMVdGSWVzRi94Yy45WW9hUFhLT21nUmpYUXZ1OE11dkhvWXN2a1BGanlDOWdCOGR5Q3czY3JoWURTYVRzSmxrcmZpLiI7ICMjIFNFQ1JFVC1EQVRBICA8PDw8PCBKdW5pcGVyMTIzIGlzIHRoZSBwYXNzd29yZAogICAgfQogICAgc2VydmljZXMgewogICAgICAgIHNzaCB7CiAgICAgICAgICAgIHJvb3QtbG9naW4gYWxsb3c7CiAgICAgICAgfQogICAgICAgIHdlYi1tYW5hZ2VtZW50IHsKICAgICAgICAgICAgaHR0cCB7CiAgICAgICAgICAgICAgICBpbnRlcmZhY2UgZnhwMC4wOwogICAgICAgICAgICB9CiAgICAgICAgICAgIGh0dHBzIHsKICAgICAgICAgICAgICAgIHN5c3RlbS1nZW5lcmF0ZWQtY2VydGlmaWNhdGU7CiAgICAgICAgICAgICAgICBpbnRlcmZhY2UgZnhwMC4wOwogICAgICAgICAgICB9CiAgICAgICAgfQogICAgfQogICAgbGljZW5zZSB7CiAgICAgICAgYXV0b3VwZGF0ZSB7CiAgICAgICAgICAgIHVybCBodHRwczovL2FlMS5qdW5pcGVyLm5ldC9qdW5vcy9rZXlfcmV0cmlldmFsOwogICAgICAgIH0KICAgIH0KfQpzZWN1cml0eSB7CiAgICB6b25lcyB7CiAgICAgICAgc2VjdXJpdHktem9uZSBNR1QgewogICAgICAgICAgICBpbnRlcmZhY2VzIHsKICAgICAgICAgICAgICAgIGdlLTAvMC8wLjAgewogICAgICAgICAgICAgICAgICAgIGhvc3QtaW5ib3VuZC10cmFmZmljIHsKICAgICAgICAgICAgICAgICAgICAgICAgc3lzdGVtLXNlcnZpY2VzIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFsbDsKICAgICAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgICAgICBwcm90b2NvbHMgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgYWxsOwogICAgICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgfQogICAgfQp9CmludGVyZmFjZXMgewogICAgZ2UtMC8wLzAgewogICAgICAgIHVuaXQgMCB7CiAgICAgICAgICAgIGZhbWlseSBpbmV0IHsKICAgICAgICAgICAgICAgIHt7LSByYW5nZSAkaW5kZXgsICRlbGVtZW50IDo9IC4gfX0KICAgICAgICAgICAgICAgIHt7LSBpZiAoZXEgLkludGVyZmFjZU5hbWUgImdlMC0wLTAiKX19CiAgICAgICAgICAgICAgICBhZGRyZXNzIHt7IC5JUHY0QWRkcmVzcyB9fTsKICAgICAgICAgICAgICAgIHt7LSBlbmR9fQogICAgICAgICAgICAgICAge3stIGVuZH19CiAgICAgICAgICAgIH0KICAgICAgICB9CiAgICB9CiAgICBnZS0wLzAvMiB7CiAgICAgICAgdW5pdCAwIHsKICAgICAgICAgICAgZmFtaWx5IGluZXQgewogICAgICAgICAgICAgICAge3stIHJhbmdlICRpbmRleCwgJGVsZW1lbnQgOj0gLiB9fQogICAgICAgICAgICAgICAge3stIGlmIChlcSAuSW50ZXJmYWNlTmFtZSAiZ2UwLTAtMiIpfX0KICAgICAgICAgICAgICAgIGFkZHJlc3Mge3sgLklQdjRBZGRyZXNzIH19OwogICAgICAgICAgICAgICAge3stIGVuZH19CiAgICAgICAgICAgICAgICB7ey0gZW5kfX0KICAgICAgICAgICAgfQogICAgICAgIH0KICAgIH0KICAgIGdlLTAvMC8xIHsKICAgICAgICB1bml0IDAgewogICAgICAgICAgICBmYW1pbHkgaW5ldCB7CiAgICAgICAgICAgICAgICB7ey0gcmFuZ2UgJGluZGV4LCAkZWxlbWVudCA6PSAuIH19CiAgICAgICAgICAgICAgICB7ey0gaWYgKGVxIC5JbnRlcmZhY2VOYW1lICJnZTAtMC0xIil9fQogICAgICAgICAgICAgICAgYWRkcmVzcyB7eyAuSVB2NEFkZHJlc3MgfX07CiAgICAgICAgICAgICAgICB7ey0gZW5kfX0KICAgICAgICAgICAgICAgIHt7LSBlbmR9fQogICAgICAgICAgICB9CiAgICAgICAgfQogICAgfQogICAgZnhwMCB7CiAgICAgICAgdW5pdCAwIHsKICAgICAgICAgICAgZmFtaWx5IGluZXQgewogICAgICAgICAgICAgICAge3stIHJhbmdlICRpbmRleCwgJGVsZW1lbnQgOj0gLiB9fQogICAgICAgICAgICAgICAge3stIGlmIChlcSAuSW50ZXJmYWNlTmFtZSAiY2xvdWRzZXJ2aWNlcyIpfX0KICAgICAgICAgICAgICAgIGFkZHJlc3Mge3sgLklQdjRBZGRyZXNzIH19OwogICAgICAgICAgICAgICAge3stIGVuZH19CiAgICAgICAgICAgICAgICB7ey0gZW5kfX0KICAgICAgICAgICAgfQogICAgICAgIH0KICAgIH0KfQpyb3V0aW5nLWluc3RhbmNlcyB7CiAgICBNR1QgewogICAgICAgIGluc3RhbmNlLXR5cGUgdmlydHVhbC1yb3V0ZXI7CiAgICAgICAgcm91dGluZy1vcHRpb25zIHsKICAgICAgICAgICAgc3RhdGljIHsKICAgICAgICAgICAgICAgIHt7LSByYW5nZSAkaW5kZXgsICRlbGVtZW50IDo9IC4gfX0KICAgICAgICAgICAgICAgIHt7LSBpZiAoZXEgLkRlZmF1bHRHYXRld2F5ICJUcnVlIil9fQogICAgICAgICAgICAgICAge3stIGlmIChuZSAuSVB2NEdhdGV3YXkgIiIpIH19CiAgICAgICAgICAgICAgICByb3V0ZSAwLjAuMC4wLzAgbmV4dC1ob3Age3sgLklQdjRHYXRld2F5IH19OwogICAgICAgICAgICAgICAge3stIGVuZH19CiAgICAgICAgICAgICAgICB7ey0gZW5kfX0KICAgICAgICAgICAgICAgIHt7LSBlbmR9fQogICAgICAgICAgICB9CiAgICAgICAgfQogICAgICAgIGludGVyZmFjZSBnZS0wLzAvMC4wOwogICAgfQp9Cg==","placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC7gM31o+AjEcDpaqnvxxeIaoJCPt62GUzfFmZdFOzq4gPmHKZLWEBpX+xgGRQsOC1mb2oaNwcB6A8wwb5uitsPhJCfPKrM5AOZkvIESBMLpfzMBQqwKvHudy4r3lzSYFneYrkwr9MvokAidllSRbcn43zrFLExVSYca15nYzo28YdgMR77uS6OkvGbVmk89KUr5t9/Iuve3A40zqUyhCPWkC4M2sDS/3brvNSalcpDQo68gFgiWK9V0wMWhAFP2gPCpWbQYmyFX7T0PRuuPliB0X3o8V+gY4Ag0stHvJiwSF1/g6sJMw3PEBhR7I9MfwJiKuwlD8WGd6RPG8lPWLklFEzAhBSGVKL4yj/oD3Pr3azebbxOAd11lEYu+KKqXK2IVxkhXXg8zpWWJjZipDP3M+1zJBHtdmXEgnE9lKyopUwOOt4sDKx1tuimuya/IE79eiXKcg/jI5FSW75H4/7HhkWEDJggecBVWQxIzdRA5WuaAwQDPPZdl6NB2k/qNyc= + azureuser@ipv6jump01"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":30}},"userData":"I2Nsb3VkLWNvbmZpZwpydW5jbWQ6CiAgIC0gdG91Y2ggL3Zhci90bXAveHl6CiAgIC0gY3AgL3Zhci9saWIvY2xvdWQvc2VlZC9ub2Nsb3VkL25ldHdvcmstY29uZmlnIC9jb25maWcvanVuaXBlci5jb25mCg==","virtioInterface":"Transitional","vmImage":"afoinctempacr.azurecr.io/vsrx_0311:latest","vmImageRepositoryCredentials":{"registryUrl":"afoinctempacr.azurecr.io","username":"afoinctempacr"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-31ff9d11b6e8","powerState":"On","detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jnath-rg/providers/Microsoft.NetworkCloud/virtualMachines/jnvsrx0421v4","name":"jnvsrx0421v4","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-a2308c7d5495-hostedresources-12cf30c0/providers/microsoft.extendedlocation/customlocations/j18-a2308c7d5495-cstm-loc","type":"CustomLocation"},"tags":{"nepname":"Juniper"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-24T19:21:46.9230371Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-01T20:05:10.9605617Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"root","bootMethod":"BIOS","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","ipAllocationMethod":"Dynamic","defaultGateway":"False","ipv4Address":"169.254.8.4","macAddress":"02:00:00:34:4f:c8","networkAttachmentName":"cloudservices"},"cpuCores":5,"isolateEmulatorThread":"True","memorySizeGB":16,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.6.90.8","macAddress":"02:00:00:31:1f:ac","networkAttachmentName":"ge0-0-0"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.6.100.9","macAddress":"02:00:00:d5:30:11","networkAttachmentName":"ge0-0-1"}],"networkData":"bmV0d29yazoKICB2ZXJzaW9uOiAyCiAgZXRoZXJuZXRzOgogICAgaWQwOgogICAgICBtYXRjaDoKICAgICAgICBuYW1lOiBmeHAwCiAgICAgIHNldC1uYW1lOiBjbG91ZHNlcnZpY2VzCiAgICAgIGFkZHJlc3NlczoKICAgICAgIHt7cmFuZ2UgJGluZGV4LCAkZWxlbWVudCA6PSAuIH19CiAgICAgICB7e2lmIChlcSAuSW50ZXJmYWNlTmFtZSAiY2xvdWRzZXJ2aWNlcyIpfX0KICAgICAgICAtIHt7IC5JUHY0QWRkcmVzcyB9fQogICAgICAge3tlbmQgfX0KICAgICAgIHt7ZW5kIH19CiAgICAgIG5hbWVzZXJ2ZXJzOgogICAgICAgIGFkZHJlc3NlczoKICAgICAgICAgIC0gMTY5LjI1NC4wLjEyCiAgICBpZDE6CiAgICAgIG1hdGNoOgogICAgICAgIG5hbWU6IGdlLTAvMC8wCiAgICAgIHNldC1uYW1lOiBnZTAtMC0wCiAgICAgIGFkZHJlc3NlczoKICAgICAgIHt7cmFuZ2UgJGluZGV4LCAkZWxlbWVudCA6PSAuIH19CiAgICAgICB7e2lmIChlcSAuSW50ZXJmYWNlTmFtZSAiZ2UwLTAtMCIpfX0KICAgICAgICAtIHt7IC5JUHY0QWRkcmVzcyB9fQogICAgICAge3tlbmQgfX0KICAgICAgIHt7ZW5kIH19CiAgICAge3tyYW5nZSAkaW5kZXgsICRlbGVtZW50IDo9IC4gfX0KICAgICB7e2lmIChlcSAuRGVmYXVsdEdhdGV3YXkgIlRydWUiKX19CiAgICAge3tpZiAobmUgLklQdjRHYXRld2F5ICIiKX19CiAgICAgIGdhdGV3YXk0OiB7eyAuSVB2NEdhdGV3YXkgfX0KICAgICB7e2VuZCB9fQogICAgIHt7ZW5kIH19CiAgICAge3tlbmQgfX0KICAgICAgbXR1OiAxNTAwCiAgICBpZDI6CiAgICAgIG1hdGNoOgogICAgICAgIG5hbWU6IGdlLTAvMC8xCiAgICAgIHNldC1uYW1lOiBnZTAtMC0xCiAgICAgIGFkZHJlc3NlczoKICAgICAgIHt7cmFuZ2UgJGluZGV4LCAkZWxlbWVudCA6PSAuIH19CiAgICAgICB7e2lmIChlcSAuSW50ZXJmYWNlTmFtZSAiZ2UwLTAtMSIpfX0KICAgICAgICAtIHt7IC5JUHY0QWRkcmVzcyB9fQogICAgICAge3tlbmQgfX0KICAgICAgIHt7ZW5kIH19CiAgICAgIG10dTogOTAwMAo=","placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC7gM31o+AjEcDpaqnvxxeIaoJCPt62GUzfFmZdFOzq4gPmHKZLWEBpX+xgGRQsOC1mb2oaNwcB6A8wwb5uitsPhJCfPKrM5AOZkvIESBMLpfzMBQqwKvHudy4r3lzSYFneYrkwr9MvokAidllSRbcn43zrFLExVSYca15nYzo28YdgMR77uS6OkvGbVmk89KUr5t9/Iuve3A40zqUyhCPWkC4M2sDS/3brvNSalcpDQo68gFgiWK9V0wMWhAFP2gPCpWbQYmyFX7T0PRuuPliB0X3o8V+gY4Ag0stHvJiwSF1/g6sJMw3PEBhR7I9MfwJiKuwlD8WGd6RPG8lPWLklFEzAhBSGVKL4yj/oD3Pr3azebbxOAd11lEYu+KKqXK2IVxkhXXg8zpWWJjZipDP3M+1zJBHtdmXEgnE9lKyopUwOOt4sDKx1tuimuya/IE79eiXKcg/jI5FSW75H4/7HhkWEDJggecBVWQxIzdRA5WuaAwQDPPZdl6NB2k/qNyc= + azureuser@ipv6jump01"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":30}},"userData":"I2Nsb3VkLWNvbmZpZwoKd3JpdGVfZmlsZXM6CiAgLSBjb250ZW50OiB8CiAgICAgICNqdW5vcy1jb25maWcKICAgICAgc3lzdGVtIHsKICAgICAgICAgIHJvb3QtYXV0aGVudGljYXRpb24gewogICAgICAgICAgICAgIGVuY3J5cHRlZC1wYXNzd29yZCAiJDYkUDFZelprangkZzV6NHFmVGozNzlRY0YueENmUTFXRkllc0YveGMuOVlvYVBYS09tZ1JqWFF2dThNdXZIb1lzdmtQRmp5QzlnQjhkeUN3M2NyaFlEU2FUc0psa3JmaS4iOyAjIyBTRUNSRVQtREFUQSAgPDw8PDwgSnVuaXBlcjEyMyBpcyB0aGUgcGFzc3dvcmQKICAgICAgICAgIH0KICAgICAgICAgIHNlcnZpY2VzIHsKICAgICAgICAgICAgICBzc2ggewogICAgICAgICAgICAgICAgICByb290LWxvZ2luIGFsbG93OwogICAgICAgICAgICAgIH0KICAgICAgICAgICAgICB3ZWItbWFuYWdlbWVudCB7CiAgICAgICAgICAgICAgICAgIGh0dHAgewogICAgICAgICAgICAgICAgICAgICAgaW50ZXJmYWNlIGZ4cDAuMDsKICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICBodHRwcyB7CiAgICAgICAgICAgICAgICAgICAgICBzeXN0ZW0tZ2VuZXJhdGVkLWNlcnRpZmljYXRlOwogICAgICAgICAgICAgICAgICAgICAgaW50ZXJmYWNlIGZ4cDAuMDsKICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIH0KICAgICAgICAgIH0KICAgICAgICAgIGxpY2Vuc2UgewogICAgICAgICAgICAgIGF1dG91cGRhdGUgewogICAgICAgICAgICAgICAgICB1cmwgaHR0cHM6Ly9hZTEuanVuaXBlci5uZXQvanVub3Mva2V5X3JldHJpZXZhbDsKICAgICAgICAgICAgICB9CiAgICAgICAgICB9CiAgICAgICAgICBudHAgewogICAgICAgICAgICBzZXJ2ZXIgMTY5LjI1NC4wLjEzOwogICAgICAgICAgICBzZXJ2ZXIgMTY5LjI1NC4wLjE0OwogICAgICAgICAgfQogICAgICB9CiAgICAgIHNlY3VyaXR5IHsKICAgICAgICAgIHpvbmVzIHsKICAgICAgICAgICAgICBzZWN1cml0eS16b25lIE1HVCB7CiAgICAgICAgICAgICAgICAgIGludGVyZmFjZXMgewogICAgICAgICAgICAgICAgICAgICAgZ2UtMC8wLzAuMCB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgaG9zdC1pbmJvdW5kLXRyYWZmaWMgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzeXN0ZW0tc2VydmljZXMgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYWxsOwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHByb3RvY29scyB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBhbGw7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICB9CiAgICAgICAgICB9CiAgICAgIH0KICAgIHBhdGg6IC92YXIvdG1wL2p1bmlwZXIuY29uZgpydW5jbWQ6CiAgLSBjYXQgL3Zhci90bXAvanVuaXBlci5jb25mID4+IC9jb25maWcvanVuaXBlci5jb25mCg==","virtioInterface":"Transitional","vmImage":"afoinctempacr.azurecr.io/vsrx_0421:latest","vmImageRepositoryCredentials":{"registryUrl":"afoinctempacr.azurecr.io","username":"afoinctempacr"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-a2308c7d5495","powerState":"On","detailedStatus":"Error","detailedStatusMessage":"ErrorUnschedulable + - an error has occurred while scheduling the virtual machine, e.g. due to + unsatisfiable resource requests or unsatisfiable scheduling constraints."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jnath-rg/providers/Microsoft.NetworkCloud/virtualMachines/jnvsrx0421v4e","name":"jnvsrx0421v4e","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-a2308c7d5495-hostedresources-12cf30c0/providers/microsoft.extendedlocation/customlocations/j18-a2308c7d5495-cstm-loc","type":"CustomLocation"},"tags":{"nepname":"Juniper"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-25T21:52:42.9930771Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-01T21:08:37.4959428Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"root","bootMethod":"BIOS","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","ipAllocationMethod":"Dynamic","defaultGateway":"False","ipv4Address":"169.254.8.8","macAddress":"02:00:00:a2:d8:fc","networkAttachmentName":"cloudservices"},"cpuCores":5,"isolateEmulatorThread":"True","memorySizeGB":16,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.6.90.12","macAddress":"02:00:00:b5:db:58","networkAttachmentName":"ge0-0-0"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.6.100.10","macAddress":"02:00:00:67:cb:ff","networkAttachmentName":"ge0-0-1"}],"networkData":"bmV0d29yazoKICB2ZXJzaW9uOiAyCiAgZXRoZXJuZXRzOgogICAgaWQwOgogICAgICBtYXRjaDoKICAgICAgICBuYW1lOiBmeHAwCiAgICAgIHNldC1uYW1lOiBjbG91ZHNlcnZpY2VzCiAgICAgIGFkZHJlc3NlczoKICAgICAgIHt7cmFuZ2UgJGluZGV4LCAkZWxlbWVudCA6PSAuIH19CiAgICAgICB7e2lmIChlcSAuSW50ZXJmYWNlTmFtZSAiY2xvdWRzZXJ2aWNlcyIpfX0KICAgICAgICAtIHt7IC5JUHY0QWRkcmVzcyB9fQogICAgICAge3tlbmQgfX0KICAgICAgIHt7ZW5kIH19CiAgICAgIG5hbWVzZXJ2ZXJzOgogICAgICAgIGFkZHJlc3NlczoKICAgICAgICAgIC0gMTY5LjI1NC4wLjEyCiAgICBpZDE6CiAgICAgIG1hdGNoOgogICAgICAgIG5hbWU6IGdlLTAvMC8wCiAgICAgIHNldC1uYW1lOiBnZTAtMC0wCiAgICAgIGFkZHJlc3NlczoKICAgICAgIHt7cmFuZ2UgJGluZGV4LCAkZWxlbWVudCA6PSAuIH19CiAgICAgICB7e2lmIChlcSAuSW50ZXJmYWNlTmFtZSAiZ2UwLTAtMCIpfX0KICAgICAgICAtIHt7IC5JUHY0QWRkcmVzcyB9fQogICAgICAge3tlbmQgfX0KICAgICAgIHt7ZW5kIH19CiAgICAge3tyYW5nZSAkaW5kZXgsICRlbGVtZW50IDo9IC4gfX0KICAgICB7e2lmIChlcSAuRGVmYXVsdEdhdGV3YXkgIlRydWUiKX19CiAgICAge3tpZiAobmUgLklQdjRHYXRld2F5ICIiKX19CiAgICAgIGdhdGV3YXk0OiB7eyAuSVB2NEdhdGV3YXkgfX0KICAgICB7e2VuZCB9fQogICAgIHt7ZW5kIH19CiAgICAge3tlbmQgfX0KICAgICAgbXR1OiAxNTAwCiAgICBpZDI6CiAgICAgIG1hdGNoOgogICAgICAgIG5hbWU6IGdlLTAvMC8xCiAgICAgIHNldC1uYW1lOiBnZTAtMC0xCiAgICAgIGFkZHJlc3NlczoKICAgICAgIHt7cmFuZ2UgJGluZGV4LCAkZWxlbWVudCA6PSAuIH19CiAgICAgICB7e2lmIChlcSAuSW50ZXJmYWNlTmFtZSAiZ2UwLTAtMSIpfX0KICAgICAgICAtIHt7IC5JUHY0QWRkcmVzcyB9fQogICAgICAge3tlbmQgfX0KICAgICAgIHt7ZW5kIH19CiAgICAgIG10dTogOTAwMAo=","placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC7gM31o+AjEcDpaqnvxxeIaoJCPt62GUzfFmZdFOzq4gPmHKZLWEBpX+xgGRQsOC1mb2oaNwcB6A8wwb5uitsPhJCfPKrM5AOZkvIESBMLpfzMBQqwKvHudy4r3lzSYFneYrkwr9MvokAidllSRbcn43zrFLExVSYca15nYzo28YdgMR77uS6OkvGbVmk89KUr5t9/Iuve3A40zqUyhCPWkC4M2sDS/3brvNSalcpDQo68gFgiWK9V0wMWhAFP2gPCpWbQYmyFX7T0PRuuPliB0X3o8V+gY4Ag0stHvJiwSF1/g6sJMw3PEBhR7I9MfwJiKuwlD8WGd6RPG8lPWLklFEzAhBSGVKL4yj/oD3Pr3azebbxOAd11lEYu+KKqXK2IVxkhXXg8zpWWJjZipDP3M+1zJBHtdmXEgnE9lKyopUwOOt4sDKx1tuimuya/IE79eiXKcg/jI5FSW75H4/7HhkWEDJggecBVWQxIzdRA5WuaAwQDPPZdl6NB2k/qNyc= + azureuser@ipv6jump01"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":30}},"userData":"I2Nsb3VkLWNvbmZpZwoKd3JpdGVfZmlsZXM6CiAgLSBjb250ZW50OiB8CiAgICAgICNqdW5vcy1jb25maWcKICAgICAgc3lzdGVtIHsKICAgICAgICAgIHJvb3QtYXV0aGVudGljYXRpb24gewogICAgICAgICAgICAgIGVuY3J5cHRlZC1wYXNzd29yZCAiJDYkUDFZelprangkZzV6NHFmVGozNzlRY0YueENmUTFXRkllc0YveGMuOVlvYVBYS09tZ1JqWFF2dThNdXZIb1lzdmtQRmp5QzlnQjhkeUN3M2NyaFlEU2FUc0psa3JmaS4iOyAjIyBTRUNSRVQtREFUQSAgPDw8PDwgSnVuaXBlcjEyMyBpcyB0aGUgcGFzc3dvcmQKICAgICAgICAgIH0KICAgICAgICAgIHNlcnZpY2VzIHsKICAgICAgICAgICAgICBzc2ggewogICAgICAgICAgICAgICAgICByb290LWxvZ2luIGFsbG93OwogICAgICAgICAgICAgIH0KICAgICAgICAgICAgICB3ZWItbWFuYWdlbWVudCB7CiAgICAgICAgICAgICAgICAgIGh0dHAgewogICAgICAgICAgICAgICAgICAgICAgaW50ZXJmYWNlIGZ4cDAuMDsKICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICBodHRwcyB7CiAgICAgICAgICAgICAgICAgICAgICBzeXN0ZW0tZ2VuZXJhdGVkLWNlcnRpZmljYXRlOwogICAgICAgICAgICAgICAgICAgICAgaW50ZXJmYWNlIGZ4cDAuMDsKICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIH0KICAgICAgICAgIH0KICAgICAgICAgIGxpY2Vuc2UgewogICAgICAgICAgICAgIGF1dG91cGRhdGUgewogICAgICAgICAgICAgICAgICB1cmwgaHR0cHM6Ly9hZTEuanVuaXBlci5uZXQvanVub3Mva2V5X3JldHJpZXZhbDsKICAgICAgICAgICAgICB9CiAgICAgICAgICB9CiAgICAgICAgICBudHAgewogICAgICAgICAgICBzZXJ2ZXIgMTY5LjI1NC4wLjEzOwogICAgICAgICAgICBzZXJ2ZXIgMTY5LjI1NC4wLjE0OwogICAgICAgICAgfQogICAgICB9CiAgICAgIHNlY3VyaXR5IHsKICAgICAgICAgIHpvbmVzIHsKICAgICAgICAgICAgICBzZWN1cml0eS16b25lIE1HVCB7CiAgICAgICAgICAgICAgICAgIGludGVyZmFjZXMgewogICAgICAgICAgICAgICAgICAgICAgZ2UtMC8wLzAuMCB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgaG9zdC1pbmJvdW5kLXRyYWZmaWMgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzeXN0ZW0tc2VydmljZXMgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYWxsOwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHByb3RvY29scyB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBhbGw7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICB9CiAgICAgICAgICB9CiAgICAgIH0KICAgIHBhdGg6IC92YXIvdG1wL2p1bmlwZXIuY29uZgpydW5jbWQ6CiAgLSBjYXQgL3Zhci90bXAvanVuaXBlci5jb25mID4+IC9jb25maWcvanVuaXBlci5jb25mCg==","virtioInterface":"Transitional","vmImage":"afoinctempacr.azurecr.io/vsrx_0421:latest","vmImageRepositoryCredentials":{"registryUrl":"afoinctempacr.azurecr.io","username":"afoinctempacr"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-a2308c7d5495","powerState":"On","detailedStatus":"Provisioning","detailedStatusMessage":"Terminating + - virtual machine is in the process of deletion as well as its associated + resources (VirtualMachineInstance, DataVolumes,)"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jnath-rg/providers/Microsoft.NetworkCloud/virtualMachines/jnvsrx0421v4e2","name":"jnvsrx0421v4e2","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-a2308c7d5495-hostedresources-12cf30c0/providers/microsoft.extendedlocation/customlocations/j18-a2308c7d5495-cstm-loc","type":"CustomLocation"},"tags":{"nepname":"Juniper"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-25T22:08:04.3455718Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-01T21:08:32.3150726Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"root","bootMethod":"BIOS","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","ipAllocationMethod":"Dynamic","defaultGateway":"False","ipv4Address":"169.254.8.9","macAddress":"02:00:00:34:74:16","networkAttachmentName":"cloudservices"},"cpuCores":5,"isolateEmulatorThread":"True","memorySizeGB":16,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.6.90.13","macAddress":"02:00:00:87:2e:39","networkAttachmentName":"ge0-0-0"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.6.100.11","macAddress":"02:00:00:1a:53:bc","networkAttachmentName":"ge0-0-1"}],"networkData":"bmV0d29yazoKICB2ZXJzaW9uOiAyCiAgZXRoZXJuZXRzOgogICAgaWQwOgogICAgICBtYXRjaDoKICAgICAgICBuYW1lOiBmeHAwCiAgICAgIHNldC1uYW1lOiBjbG91ZHNlcnZpY2VzCiAgICAgIGFkZHJlc3NlczoKICAgICAgIHt7cmFuZ2UgJGluZGV4LCAkZWxlbWVudCA6PSAuIH19CiAgICAgICB7e2lmIChlcSAuSW50ZXJmYWNlTmFtZSAiY2xvdWRzZXJ2aWNlcyIpfX0KICAgICAgICAtIHt7IC5JUHY0QWRkcmVzcyB9fQogICAgICAge3tlbmQgfX0KICAgICAgIHt7ZW5kIH19CiAgICAgIG5hbWVzZXJ2ZXJzOgogICAgICAgIGFkZHJlc3NlczoKICAgICAgICAgIC0gMTY5LjI1NC4wLjEyCiAgICBpZDE6CiAgICAgIG1hdGNoOgogICAgICAgIG5hbWU6IGdlLTAvMC8wCiAgICAgIHNldC1uYW1lOiBnZTAtMC0wCiAgICAgIGFkZHJlc3NlczoKICAgICAgIHt7cmFuZ2UgJGluZGV4LCAkZWxlbWVudCA6PSAuIH19CiAgICAgICB7e2lmIChlcSAuSW50ZXJmYWNlTmFtZSAiZ2UwLTAtMCIpfX0KICAgICAgICAtIHt7IC5JUHY0QWRkcmVzcyB9fQogICAgICAge3tlbmQgfX0KICAgICAgIHt7ZW5kIH19CiAgICAge3tyYW5nZSAkaW5kZXgsICRlbGVtZW50IDo9IC4gfX0KICAgICB7e2lmIChlcSAuRGVmYXVsdEdhdGV3YXkgIlRydWUiKX19CiAgICAge3tpZiAobmUgLklQdjRHYXRld2F5ICIiKX19CiAgICAgIGdhdGV3YXk0OiB7eyAuSVB2NEdhdGV3YXkgfX0KICAgICB7e2VuZCB9fQogICAgIHt7ZW5kIH19CiAgICAge3tlbmQgfX0KICAgICAgbXR1OiAxNTAwCiAgICBpZDI6CiAgICAgIG1hdGNoOgogICAgICAgIG5hbWU6IGdlLTAvMC8xCiAgICAgIHNldC1uYW1lOiBnZTAtMC0xCiAgICAgIGFkZHJlc3NlczoKICAgICAgIHt7cmFuZ2UgJGluZGV4LCAkZWxlbWVudCA6PSAuIH19CiAgICAgICB7e2lmIChlcSAuSW50ZXJmYWNlTmFtZSAiZ2UwLTAtMSIpfX0KICAgICAgICAtIHt7IC5JUHY0QWRkcmVzcyB9fQogICAgICAge3tlbmQgfX0KICAgICAgIHt7ZW5kIH19CiAgICAgIG10dTogOTAwMAo=","placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC7gM31o+AjEcDpaqnvxxeIaoJCPt62GUzfFmZdFOzq4gPmHKZLWEBpX+xgGRQsOC1mb2oaNwcB6A8wwb5uitsPhJCfPKrM5AOZkvIESBMLpfzMBQqwKvHudy4r3lzSYFneYrkwr9MvokAidllSRbcn43zrFLExVSYca15nYzo28YdgMR77uS6OkvGbVmk89KUr5t9/Iuve3A40zqUyhCPWkC4M2sDS/3brvNSalcpDQo68gFgiWK9V0wMWhAFP2gPCpWbQYmyFX7T0PRuuPliB0X3o8V+gY4Ag0stHvJiwSF1/g6sJMw3PEBhR7I9MfwJiKuwlD8WGd6RPG8lPWLklFEzAhBSGVKL4yj/oD3Pr3azebbxOAd11lEYu+KKqXK2IVxkhXXg8zpWWJjZipDP3M+1zJBHtdmXEgnE9lKyopUwOOt4sDKx1tuimuya/IE79eiXKcg/jI5FSW75H4/7HhkWEDJggecBVWQxIzdRA5WuaAwQDPPZdl6NB2k/qNyc= + azureuser@ipv6jump01"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":30}},"userData":"I2Nsb3VkLWNvbmZpZwoKd3JpdGVfZmlsZXM6CiAgLSBjb250ZW50OiB8CiAgICAgICNqdW5vcy1jb25maWcKICAgICAgc3lzdGVtIHsKICAgICAgICAgIHJvb3QtYXV0aGVudGljYXRpb24gewogICAgICAgICAgICAgIGVuY3J5cHRlZC1wYXNzd29yZCAiJDYkUDFZelprangkZzV6NHFmVGozNzlRY0YueENmUTFXRkllc0YveGMuOVlvYVBYS09tZ1JqWFF2dThNdXZIb1lzdmtQRmp5QzlnQjhkeUN3M2NyaFlEU2FUc0psa3JmaS4iOyAjIyBTRUNSRVQtREFUQSAgPDw8PDwgSnVuaXBlcjEyMyBpcyB0aGUgcGFzc3dvcmQKICAgICAgICAgIH0KICAgICAgICAgIHNlcnZpY2VzIHsKICAgICAgICAgICAgICBzc2ggewogICAgICAgICAgICAgICAgICByb290LWxvZ2luIGFsbG93OwogICAgICAgICAgICAgIH0KICAgICAgICAgICAgICB3ZWItbWFuYWdlbWVudCB7CiAgICAgICAgICAgICAgICAgIGh0dHAgewogICAgICAgICAgICAgICAgICAgICAgaW50ZXJmYWNlIGZ4cDAuMDsKICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICBodHRwcyB7CiAgICAgICAgICAgICAgICAgICAgICBzeXN0ZW0tZ2VuZXJhdGVkLWNlcnRpZmljYXRlOwogICAgICAgICAgICAgICAgICAgICAgaW50ZXJmYWNlIGZ4cDAuMDsKICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIH0KICAgICAgICAgIH0KICAgICAgICAgIGxpY2Vuc2UgewogICAgICAgICAgICAgIGF1dG91cGRhdGUgewogICAgICAgICAgICAgICAgICB1cmwgaHR0cHM6Ly9hZTEuanVuaXBlci5uZXQvanVub3Mva2V5X3JldHJpZXZhbDsKICAgICAgICAgICAgICB9CiAgICAgICAgICB9CiAgICAgICAgICBudHAgewogICAgICAgICAgICBzZXJ2ZXIgMTY5LjI1NC4wLjEzOwogICAgICAgICAgICBzZXJ2ZXIgMTY5LjI1NC4wLjE0OwogICAgICAgICAgfQogICAgICB9CiAgICAgIHNlY3VyaXR5IHsKICAgICAgICAgIHpvbmVzIHsKICAgICAgICAgICAgICBzZWN1cml0eS16b25lIE1HVCB7CiAgICAgICAgICAgICAgICAgIGludGVyZmFjZXMgewogICAgICAgICAgICAgICAgICAgICAgZnhwMC4wIHsKICAgICAgICAgICAgICAgICAgICAgICAgICBob3N0LWluYm91bmQtdHJhZmZpYyB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN5c3RlbS1zZXJ2aWNlcyB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBhbGw7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcHJvdG9jb2xzIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFsbDsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIH0KICAgICAgICAgIH0KICAgICAgfQogICAgcGF0aDogL3Zhci90bXAvanVuaXBlci5jb25mCnJ1bmNtZDoKICAtIGNhdCAvdmFyL3RtcC9qdW5pcGVyLmNvbmYgPj4gL2NvbmZpZy9qdW5pcGVyLmNvbmYKCg==","virtioInterface":"Transitional","vmImage":"afoinctempacr.azurecr.io/vsrx_0421:latest","vmImageRepositoryCredentials":{"registryUrl":"afoinctempacr.azurecr.io","username":"afoinctempacr"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-a2308c7d5495","detailedStatus":"Provisioning","detailedStatusMessage":"Terminating + - virtual machine is in the process of deletion as well as its associated + resources (VirtualMachineInstance, DataVolumes,)","powerState":"On"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jnath-rg/providers/Microsoft.NetworkCloud/virtualMachines/jntestubuntu1","name":"jntestubuntu1","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-a2308c7d5495-hostedresources-12cf30c0/providers/microsoft.extendedlocation/customlocations/j18-a2308c7d5495-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-25T22:46:55.7980537Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-01T20:05:06.2714019Z"},"properties":{"provisioningState":"Failed","adminUsername":"root","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","macAddress":"02:00:00:8c:2e:55","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.12"},"cpuCores":4,"memorySizeGB":16,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.6.90.16","macAddress":"02:00:00:37:52:f9","networkAttachmentName":"eth1"}],"placementHints":[],"sshPublicKeys":[],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":100}},"vmImage":"jnathacr.azurecr.io/ubuntu:20.04","vmImageRepositoryCredentials":{"registryUrl":"jnathacr.azurecr.io/ubuntu:20.04","username":"jnathacrtoken"},"virtioInterface":"Modern","isolateEmulatorThread":"False","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-a2308c7d5495","powerState":"On","detailedStatus":"Error","detailedStatusMessage":"DataVolumeError + - an error has been reported by one of the DataVolumes referenced by the virtual + machines."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jnath-rg/providers/Microsoft.NetworkCloud/virtualMachines/jnubuntu7","name":"jnubuntu7","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-a2308c7d5495-hostedresources-12cf30c0/providers/microsoft.extendedlocation/customlocations/j18-a2308c7d5495-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-26T00:37:10.6951884Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-01T21:08:30.6633573Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"root","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","macAddress":"02:00:00:70:82:1b","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.13"},"cpuCores":4,"memorySizeGB":16,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.6.90.17","macAddress":"02:00:00:09:16:c9","networkAttachmentName":"eth1"}],"placementHints":[],"sshPublicKeys":[],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":100}},"vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04","vmImageRepositoryCredentials":{"registryUrl":"hbusipalleacr2.azurecr.io/ubuntu:20.04","username":"a"},"virtioInterface":"Modern","isolateEmulatorThread":"False","detailedStatus":"Provisioning","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-a2308c7d5495","powerState":"On","detailedStatusMessage":"Terminating + - virtual machine is in the process of deletion as well as its associated + resources (VirtualMachineInstance, DataVolumes,)"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-clustermgr-mrg-qvduxzffwnrxy/providers/Microsoft.NetworkCloud/virtualMachines/asdfasdfasdf","name":"asdfasdfasdf","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-2df77f5c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-05T17:43:36.9757625Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-05T17:43:36.9757625Z"},"properties":{"provisioningState":"Failed","adminUsername":"test","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn2","defaultGateway":"False","ipAllocationMethod":"Dynamic"},"cpuCores":4,"memorySizeGB":4,"networkAttachments":[{"ipAllocationMethod":"Disabled","ipv4Address":"","ipv6Address":"","attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/l2Networks/rgl2testnetwork","defaultGateway":"False","networkAttachmentName":"asdfasdfasdf"}],"networkData":"","placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-79D8EB80/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","schedulingExecution":"Hard","scope":"Machine"}],"sshPublicKeys":[],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":4}},"userData":"","vmImage":"afoinctempacr.azurecr.io/ubuntu-2204-cloudimg:20230110","vmDeviceModel":"T2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/virtualMachines/pipelinevmxEaZHs8atcaIPQ","name":"pipelinevmxEaZHs8atcaIPQ","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"virtualmachine","ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-09T06:06:15.2084021Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-10T12:04:26.7669607Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"clouduser","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","ipAllocationMethod":"Dynamic","defaultGateway":"False","ipv4Address":"169.254.8.1","macAddress":"02:00:00:e4:f4:58","networkAttachmentName":"cloudservices"},"cpuCores":2,"memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.1.100.8","macAddress":"02:00:00:f4:d0:8b","networkAttachmentName":"vlan-535"}],"placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"vmImage":"nccacheacr.azurecr.io/nc-resource-custom:0.1.7-217","vmImageRepositoryCredentials":{"username":"00000000-0000-0000-0000-000000000000","registryUrl":"nc-resource-custom"},"virtioInterface":"Modern","isolateEmulatorThread":"False","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","detailedStatus":"Provisioning","detailedStatusMessage":"resource + location is empty","powerState":"On","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r750wkr3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/travisneely-sim-rg/providers/Microsoft.NetworkCloud/virtualMachines/testvm1230501","name":"testvm1230501","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-5a3087f7/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T17:39:13.1307312Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T17:39:13.1307312Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"travis","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/travisneely-sim-rg/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-trav","ipAllocationMethod":"Dynamic"},"cpuCores":2,"isolateEmulatorThread":"True","memorySizeGB":2,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/travisneely-sim-rg/providers/Microsoft.NetworkCloud/l2Networks/l2n-trav-1003","ipAllocationMethod":"Dynamic"}],"networkData":"bmV0d29ya0RhdGVTYW1wbGU=","placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQDGukpcx6fe6Zg9KDKOnuOmNs6k+6pfV1cX68pSS3eip4qInXLsOUMyFivYbMDB7tZ/9wI7gL6VXXDUXVYmrq6N1qY+7G+9iitc8+jsrR/LRN/cm039hRXlXTGsS+Ce4saTop1oe52De/+oolx+pK1x1fAdn1g7TXj+jYEKm6XvnA/yWBsxJRtmmJZLff3RfdwXni7BFeAwJI8XH51NB4BvvG5sXjgK/8QCC7pXtdQr0THMipmce/2QPIAcl0WzOFxLX49KznTBw/4YBygFux/PNFgQUfph5dMMZKTcOkOkrIzny5Ryp3Q+Qvx3aTkf22CS9nDvEPSNW8BsXOmtlcfN"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":4}},"userData":"dXNlckRhdGVTYW1wbGU=","virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-api-testing-8afd54d7-1d41-4fc0-88f4-ede587cf4920/providers/Microsoft.NetworkCloud/virtualMachines/VirtualMachinesfcc518","name":"VirtualMachinesfcc518","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-62d91b0b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"from":"local-azureuser"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T22:00:50.8719283Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T22:11:46.5744212Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"admin","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-api-testing-8afd54d7-1d41-4fc0-88f4-ede587cf4920/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudServicesNetworks753154","defaultGateway":"False","ipAllocationMethod":"Dynamic","networkAttachmentName":"cloudservices","macAddress":"02:00:00:f9:75:7d","ipv4Address":"169.254.8.1"},"cpuCores":2,"isolateEmulatorThread":"False","memorySizeGB":1,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-api-testing-8afd54d7-1d41-4fc0-88f4-ede587cf4920/providers/Microsoft.NetworkCloud/l3Networks/l3network2","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.20.101.8","macAddress":"02:00:00:24:7a:a4","networkAttachmentName":"vlan-1004"}],"placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDLYVAibDxCYQcs4xeiGLcHMw+DvwKVAhMPG0OP85JKsBmFkeMPm5+2fEzQqjmE2r46V0+Idjdq3BYHwOzxPVb0p0Ekb4o7G3eEE/aCoSkr9S+cTn2CzCgDn3S8d1Muee56XlVJU4Z3G2oIcQchXetqYdD5NNwTyYZuDIaPoxCkGy1g+mYHsj7yxs65KfBNM/ucnvKy5cphI/uGNgcYUki0tRPT2/3H2QGVQVDfIficjPKBt9Jp08psvdJGs2Lk0Z5KrkgKyzb4VCDYmgV5AYoCPIO640n97nBwZlhVXkd4hSWHksVBBN+sajoWrWlU7h4ihwwwZcO90RYIiaHrJm9YmSMO3Y4AARHIKJ1+UerpAloAR3Jp01gTVzZdQrd9T0YfNnF7/ltg7OTo9m/mDn7zh1ZKFjyJv7bPQdhSIGbhdGrewyPe04+tSDGyH7bjpjm1A99qDYj6SeoEr790N0Lw2QGdP10Lo55+uMwzzbLyyIWzodHVIH4pPfz7mg1oWAs= + osh@osh"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":5}},"virtioInterface":"Modern","vmImage":"afoinctempacr.azurecr.io/ubuntu:20.04","vmImageRepositoryCredentials":{"registryUrl":"azurecr.io","username":"afoinctempacr"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-05-16/providers/Microsoft.NetworkCloud/clusters/simulator","detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","powerState":"On","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-62D91B0B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mikep-sim-rg/providers/Microsoft.NetworkCloud/virtualMachines/mikepvm3","name":"mikepvm3","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-02cda526/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalues1","key2":"myvalues2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T14:24:12.8944749Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:05:15.663854Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"admin","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1","ipAllocationMethod":"Dynamic","defaultGateway":"False","macAddress":"02:00:00:45:f9:dc","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.1"},"cpuCores":2,"isolateEmulatorThread":"False","memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.10.100.8","macAddress":"02:00:00:a8:e6:fb","networkAttachmentName":"l3netw-e0b7c"}],"networkData":"bmV0d29ya0RhdGVTYW1wbGU=","placementHints":[],"sshPublicKeys":[],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":4}},"userData":"dXNlckRhdGVTYW1wbGU=","virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04","vmImageRepositoryCredentials":{"registryUrl":"hbusipalleacr2.azurecr.io","username":"mikep"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mikep-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02CDA526/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cparsons-rg/providers/Microsoft.NetworkCloud/virtualMachines/cparsonsVM4","name":"cparsonsVM4","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-0265ada4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T16:02:32.3178174Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:05:20.2523865Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"root","bootMethod":"BIOS","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cparsons-rg/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cparsons-csn","defaultGateway":"False","ipAllocationMethod":"Dynamic","macAddress":"02:00:00:88:0e:4b","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.1"},"cpuCores":2,"memorySizeGB":1,"networkAttachments":[],"placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCt+CQ58V8cSAotdbMkS91DdaTmcGa7jUuygGczvzNsEab3NZ71Q12jGnEF+2vQqhit+JjUBRE5lYsKHmml4lXhZbvoJQIlJd+hol9COe4cfvWcDkrcExPI+66t6HQ6kN1cWZqgdxzgZep3sqLPu2m2giCraf29eIITFeUF558fvDhQz2oO02n5hyNRiwsroxzRsVSbJ+v04B41mwBsJDmIcaiCfXmdjcPKs9/72+eqn941lGtOlE0Ex8jyoRJqh9JueJL9rgcT15lYjMw4ZDK6P+TNCYdHY4qumFKpCt9um2lkA5SWmB8fM+5n/Ap3y6eJ+M1islW1fFUjsElHeUzSFA5y8b3dxQCKpAPQuoy3nFaMYIgo52kR3G+1MRda5ZxqZB8LMyx+WMKcVkbcoGv47d6ljUu6RAJxmHK5OZSPf2KptksVgoQCF/DQpneUwhb4nApySWFSxZFGK+id9D72f2MvpQDtwOZ3o5jlff2w4+BBHKVkhE9MPibn6cZ06lk= + NORTHAMERICA+cparsons@CPMSComputer"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":30}},"vmImage":"afoinctempacr.azurecr.io/ubuntu-2204-cloudimg:20230110","vmImageRepositoryCredentials":{"registryUrl":"afoinctempacr.azurecr.io","username":"afoinctempacr"},"vmDeviceModel":"T2","virtioInterface":"Modern","isolateEmulatorThread":"False","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cparsons-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0265ADA4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-15DE6B95/providers/Microsoft.NetworkCloud/virtualMachines/consoleVm","name":"consoleVm","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-15DE6B95/providers/Microsoft.ExtendedLocation/customLocations/simulator-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T18:01:01.5098761Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:05:15.2700951Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"admin","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1","ipAllocationMethod":"Dynamic","defaultGateway":"False","macAddress":"02:00:00:6e:4a:b1","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.1"},"cpuCores":2,"isolateEmulatorThread":"False","memorySizeGB":1,"networkAttachments":[{"attachedNetworkId":"/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.10.100.8","macAddress":"02:00:00:ba:b5:81","networkAttachmentName":"l3network1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/${SUBSCRIPTION_ID}/resourceGroups/${MANAGED_RESOURCE_GROUP}/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","schedulingExecution":"Hard","scope":"Machine"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCuubOYQlkSRRZ4OqhnH5GhQwmNM0L8tpx2SJHpeXJmmJNjtE4XPo7uKhOMqE6AOnTJ2aIRtqSPhhYWxlLU65wVdzcnIdil0l/bru8DUlAIFrqKJ0XE/9QXTBws2uPHcSdzEF+4zxpgBD/fsEmzKP2e8KOkwhjjLlcv3+bJLTpYrerYrg89926OnSikg1QYUzXz8lOnx+2cM3kqs0aATNgvWAE9a9dF8aPrr/DzPr9pep1DUIB28zq0r5JGoYqGzGW5w3RaRUabI9qwJgYftjSJS+GSLexaO8HUnodqa2QAhTppybBMKVgnR+clcnf9KT5RHGi/hbP9J3dzYremmwe6Tmi+GTTNm3bYSUIzTHgNAAOYDPNMF3g3f5+LmW4D7LXJh7FsMrvpUvnOGWTCqZuWgOLvjUJ2zA5R1NKtYSvCR7SiINYv3z1owTni0vZL4rZr47Phka8+Y9MKUse/9h5+obtHM9MMDj2a5iiZGEUpZty9gzzLjRYwVOlYjbCH4Ok= + azureuser@manasabethi-vm"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":16}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"afoinccitools.azurecr.io/manual/cirros-kubevirt:0.5.2","vmImageRepositoryCredentials":{"registryUrl":"afoinccitools.azurecr.io","username":"00000000-0000-0000-0000-000000000000"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbethi-console_controller-tests-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-15DE6B95/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-04C0495D/providers/Microsoft.NetworkCloud/virtualMachines/consoleVm","name":"consoleVm","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-04C0495D/providers/Microsoft.ExtendedLocation/customLocations/simulator-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T19:54:54.5000035Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:05:23.4448205Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"admin","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1","ipAllocationMethod":"Dynamic","defaultGateway":"False","macAddress":"02:00:00:28:58:41","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.1"},"cpuCores":2,"isolateEmulatorThread":"False","memorySizeGB":1,"networkAttachments":[{"attachedNetworkId":"/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.10.100.8","macAddress":"02:00:00:a2:7f:dd","networkAttachmentName":"l3network1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/${SUBSCRIPTION_ID}/resourceGroups/${MANAGED_RESOURCE_GROUP}/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","schedulingExecution":"Hard","scope":"Machine"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCuubOYQlkSRRZ4OqhnH5GhQwmNM0L8tpx2SJHpeXJmmJNjtE4XPo7uKhOMqE6AOnTJ2aIRtqSPhhYWxlLU65wVdzcnIdil0l/bru8DUlAIFrqKJ0XE/9QXTBws2uPHcSdzEF+4zxpgBD/fsEmzKP2e8KOkwhjjLlcv3+bJLTpYrerYrg89926OnSikg1QYUzXz8lOnx+2cM3kqs0aATNgvWAE9a9dF8aPrr/DzPr9pep1DUIB28zq0r5JGoYqGzGW5w3RaRUabI9qwJgYftjSJS+GSLexaO8HUnodqa2QAhTppybBMKVgnR+clcnf9KT5RHGi/hbP9J3dzYremmwe6Tmi+GTTNm3bYSUIzTHgNAAOYDPNMF3g3f5+LmW4D7LXJh7FsMrvpUvnOGWTCqZuWgOLvjUJ2zA5R1NKtYSvCR7SiINYv3z1owTni0vZL4rZr47Phka8+Y9MKUse/9h5+obtHM9MMDj2a5iiZGEUpZty9gzzLjRYwVOlYjbCH4Ok= + azureuser@manasabethi-vm"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":16}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"afoinccitools.azurecr.io/manual/cirros-kubevirt:0.5.2","vmImageRepositoryCredentials":{"registryUrl":"afoinccitools.azurecr.io","username":"00000000-0000-0000-0000-000000000000"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbethi-get-vm-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-04C0495D/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","name":"cliTestVM000001","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-02cda526/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T21:02:48.8052813Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:05:19.514639Z"},"properties":{"adminUsername":"admin","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1","ipAllocationMethod":"Dynamic","defaultGateway":"False","macAddress":"02:00:00:37:47:f9","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.2"},"cpuCores":2,"isolateEmulatorThread":"False","memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.10.100.9","macAddress":"02:00:00:20:6e:b4","networkAttachmentName":"l3netw-e0b7c"}],"networkData":"bmV0d29ya0RhdGVTYW1wbGU=","placementHints":[],"sshPublicKeys":[],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":4}},"userData":"dXNlckRhdGVTYW1wbGU=","virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04","vmImageRepositoryCredentials":{"registryUrl":"hbusipalleacr2.azurecr.io","username":"user"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mikep-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatus":"Available","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02CDA526/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","provisioningState":"Succeeded","detailedStatusMessage":"Running + - virtual machine is running."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/virtualMachines/simvm","name":"simvm","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-20T18:58:23.4532151Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:05:21.2230998Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"root","bootMethod":"BIOS","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/cloudServicesNetworks/rgcsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","macAddress":"02:00:00:e1:65:a5","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.4"},"cpuCores":3,"memorySizeGB":1,"networkAttachments":[],"placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC7gM31o+AjEcDpaqnvxxeIaoJCPt62GUzfFmZdFOzq4gPmHKZLWEBpX+xgGRQsOC1mb2oaNwcB6A8wwb5uitsPhJCfPKrM5AOZkvIESBMLpfzMBQqwKvHudy4r3lzSYFneYrkwr9MvokAidllSRbcn43zrFLExVSYca15nYzo28YdgMR77uS6OkvGbVmk89KUr5t9/Iuve3A40zqUyhCPWkC4M2sDS/3brvNSalcpDQo68gFgiWK9V0wMWhAFP2gPCpWbQYmyFX7T0PRuuPliB0X3o8V+gY4Ag0stHvJiwSF1/g6sJMw3PEBhR7I9MfwJiKuwlD8WGd6RPG8lPWLklFEzAhBSGVKL4yj/oD3Pr3azebbxOAd11lEYu+KKqXK2IVxkhXXg8zpWWJjZipDP3M+1zJBHtdmXEgnE9lKyopUwOOt4sDKx1tuimuya/IE79eiXKcg/jI5FSW75H4/7HhkWEDJggecBVWQxIzdRA5WuaAwQDPPZdl6NB2k/qNyc= + azureuser@ipv6jump01"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"vmImage":"afoinctempacr.azurecr.io/ubuntu-2204-cloudimg:20230110","vmImageRepositoryCredentials":{"registryUrl":"afoinctempacr.azurecr.io","username":"afoinctempacr"},"virtioInterface":"Transitional","isolateEmulatorThread":"True","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/virtualMachines/rgvm15","name":"rgvm15","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-20T21:13:46.8121512Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:05:20.9210007Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"root","bootMethod":"BIOS","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/cloudServicesNetworks/rgcsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","ipv6Address":"","networkAttachmentName":"cloudservices","macAddress":"02:00:00:ee:f3:e6"},"cpuCores":2,"memorySizeGB":1,"networkAttachments":[],"networkData":"bmV0d29ya0RhdGVTYW1wbGU=","placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC7gM31o+AjEcDpaqnvxxeIaoJCPt62GUzfFmZdFOzq4gPmHKZLWEBpX+xgGRQsOC1mb2oaNwcB6A8wwb5uitsPhJCfPKrM5AOZkvIESBMLpfzMBQqwKvHudy4r3lzSYFneYrkwr9MvokAidllSRbcn43zrFLExVSYca15nYzo28YdgMR77uS6OkvGbVmk89KUr5t9/Iuve3A40zqUyhCPWkC4M2sDS/3brvNSalcpDQo68gFgiWK9V0wMWhAFP2gPCpWbQYmyFX7T0PRuuPliB0X3o8V+gY4Ag0stHvJiwSF1/g6sJMw3PEBhR7I9MfwJiKuwlD8WGd6RPG8lPWLklFEzAhBSGVKL4yj/oD3Pr3azebbxOAd11lEYu+KKqXK2IVxkhXXg8zpWWJjZipDP3M+1zJBHtdmXEgnE9lKyopUwOOt4sDKx1tuimuya/IE79eiXKcg/jI5FSW75H4/7HhkWEDJggecBVWQxIzdRA5WuaAwQDPPZdl6NB2k/qNyc= + azureuser@ipv6jump01"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":30},"volumeAttachments":[]},"userData":"dXNlckRhdGVTYW1wbGU=","vmImage":"afoinctempacr.azurecr.io/ubuntu-2204-cloudimg:20230110","vmImageRepositoryCredentials":{"registryUrl":"afoinctempacr.azurecr.io","username":"afoinctempacr"},"vmDeviceModel":"T2","virtioInterface":"Transitional","isolateEmulatorThread":"True","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/virtualMachines/rgvirtualm","name":"rgvirtualm","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-24T15:12:01.8117211Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-04-24T15:12:01.8117211Z"},"properties":{"provisioningState":"Failed","adminUsername":"root","bootMethod":"BIOS","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/cloudServicesNetworks/rgcsn","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"","ipv6Address":"","networkAttachmentName":"cloudservices"},"cpuCores":2,"memorySizeGB":1,"networkAttachments":[],"networkData":"bmV0d29ya0RhdGVTYW1wbGU=","placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC7gM31o+AjEcDpaqnvxxeIaoJCPt62GUzfFmZdFOzq4gPmHKZLWEBpX+xgGRQsOC1mb2oaNwcB6A8wwb5uitsPhJCfPKrM5AOZkvIESBMLpfzMBQqwKvHudy4r3lzSYFneYrkwr9MvokAidllSRbcn43zrFLExVSYca15nYzo28YdgMR77uS6OkvGbVmk89KUr5t9/Iuve3A40zqUyhCPWkC4M2sDS/3brvNSalcpDQo68gFgiWK9V0wMWhAFP2gPCpWbQYmyFX7T0PRuuPliB0X3o8V+gY4Ag0stHvJiwSF1/g6sJMw3PEBhR7I9MfwJiKuwlD8WGd6RPG8lPWLklFEzAhBSGVKL4yj/oD3Pr3azebbxOAd11lEYu+KKqXK2IVxkhXXg8zpWWJjZipDP3M+1zJBHtdmXEgnE9lKyopUwOOt4sDKx1tuimuya/IE79eiXKcg/jI5FSW75H4/7HhkWEDJggecBVWQxIzdRA5WuaAwQDPPZdl6NB2k/qNyc= + azureuser@ipv6jump01"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":30},"volumeAttachments":[]},"userData":"dXNlckRhdGVTYW1wbGU=","vmImage":"afoinctempacr.azurecr.io/ubuntu-2204-cloudimg:20230110","vmImageRepositoryCredentials":{"registryUrl":"afoinctempacr.azurecr.io","username":"afoinctempacr"},"vmDeviceModel":"T2","virtioInterface":"Transitional","isolateEmulatorThread":"True"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/pipelinevmHjfxOFWK0XXjvw","name":"pipelinevmHjfxOFWK0XXjvw","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"virtualmachine","ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-02T07:00:07.9263194Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:05:15.625795Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"clouduser","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","ipAllocationMethod":"Dynamic","defaultGateway":"False","macAddress":"02:00:00:75:42:cb","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.1"},"cpuCores":2,"memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.6.100.8","macAddress":"02:00:00:a7:24:ee","networkAttachmentName":"vlan-535"}],"placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"vmImage":"nccacheacr.azurecr.io/nc-resource-custom:0.1.7-217","vmImageRepositoryCredentials":{"username":"00000000-0000-0000-0000-000000000000","registryUrl":"nc-resource-custom"},"virtioInterface":"Modern","isolateEmulatorThread":"False","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","powerState":"On","detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/mattjtestvm1","name":"mattjtestvm1","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-03T17:42:31.9874366Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:05:22.6413038Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"BIOS","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/mattj-csn1","ipAllocationMethod":"Dynamic","defaultGateway":"False","macAddress":"02:00:00:b3:71:c7","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.3"},"cpuCores":6,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/mattj-l3n-527","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.6.84.8","macAddress":"02:00:00:ab:6e:3e","networkAttachmentName":"mattj-l3n-527"}],"placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCib9pCMCi9MqxRc8UAm1cGnImhXqCS6S1TVs5/3EmdLl0YIwrzL7jbqpcV+yq1OUqffkKkXYe+F+gz11KYtC6bP27j6XUHU4B7cUAi9pXqpk/qvT/ykIekobF4pDOXULAubpcSBYqZXBAMbnxpsUDaVysRcL33PyyV6XqfmoJ8j5N1dISQduzhnD9foxOoC49N5UYJWgaoZDFqSTeUa/irthdW10sC6gDySuO8RMKwiI2q9z7TLWJV3/ldf0ntV3mteNattdAWsdcbkgzhrub22Z4YZICqPGbhOWjuDniB+Ix8r58ER5GtzbngfPPRddNdSWir3Q3pseFZdosQjH0X5t/OSzBuhvk+rX9RlyjcGAImEsrhhhYU3TGJmZhk++KAN6AmB8E9DJHeyYZ0RBG9ryt99RwzTdBylvncFMshC5CsNwW4vtZIkeDGML5vlGWgh4bk8HAGmLwzBFkLRBGuFSWhQs6X5s0mggdwM18GelBxOpZ2vuGulJVnUwYMt9E= + mjeanneret@microsoft - azure infrastructure"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":45}},"userData":"I2Nsb3VkLWNvbmZpZwoKdXNlcnM6CiAgICAtIG5hbWU6IHJvb3QKICAgICAgc3NoX2F1dGhvcml6ZWRfa2V5czoKICAgICAgICAtIHNzaC1yc2Egc3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDOFFBaFE3SFdWMGNnaWowWE1DMjQwQk5tbzk0VW1FMlJjZnMrTTdkZHJBSFlJQlMxODJtVzg2QVNJTTQzOGZONUxTaVNiT3BPdHpOcEl1QmJOaThBZ21jeCtDUnF3NXZ0bWxmQUp1Sk9VWlBpV2wvSmVXSnU2ejN3ZkwvOWpZbUpMUk1pUy81cks5a01LRHd6Q09QRzBhOGpRV3RERWovRzRYSEJGbVJ5YmtZbHhXRVVwM3N3WG1ZUUFxZTRPb0d3NG5IQTlLSERvYWxmQTlZNkVmWS81UHdjSjl2bFR2VWxidUcxemJReVlVZ1hReHc0dGI2em5EaFh3NmNQcVM2cUU0czVlMkJnMGlPMVE5RE55b1M1cVJjSmxubUxQYlF3blNtampyUlFmWWk1ZXh4V3BDVk1OT1QwMUtRSGRMbmgwQ0xaNDlOSUxrM3dpV2xHM3NHbmZsL2pTR0dVNDJkdENhRW9HcTJUNzN5MHNXakFqaXAxMHRaVXk2NzJQamtOV1BFRExjcTZBKzhUWFNrUjBGclZoY0pRTTFLd3dwczlQajVIRFNjR2lzNFBSNHdZOU4xUTM0Z0NCVXA3UjNIV0dCQThqaHVtM1BoWm1WMG5FWStGV1h5QlR5NTI4dnFpQjhENmphMUo1cWsreXV5eXhkN3lpenIrL3djbkNxTjg9IGF6dXJldXNlckBiMzdqdW1wc2VydmVyNAogICAgICBzdWRvOiBBTEw9KEFMTCkgTk9QQVNTV0Q6QUxMCgp3cml0ZV9maWxlczoKICAgIC0gY29udGVudDogfC0KICAgICAgICAjanVub3MtY29uZmlnCiAgICAgICAgc3lzdGVtIHsKICAgICAgICAgICAgcm9vdC1hdXRoZW50aWNhdGlvbiB7CiAgICAgICAgICAgICAgICBlbmNyeXB0ZWQtcGFzc3dvcmQgLnhDZlExV0ZJZXNGL3hjLjlZb2FQWEtPbWdSalhRdnU4TXV2SG9Zc3ZrUEZqeUM5Z0I4ZHlDdzNjcmhZRFNhVHNKbGtyZmkuOyAjIyBTRUNSRVQtREFUQSAgPDw8PDwgSnVuaXBlcjEyMyBpcyB0aGUgcGFzc3dvcmQKICAgICAgICAgICAgfQogICAgICAgICAgICBzZXJ2aWNlcyB7CiAgICAgICAgICAgICAgICBzc2ggewogICAgICAgICAgICAgICAgICAgIHJvb3QtbG9naW4gYWxsb3c7CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICB3ZWItbWFuYWdlbWVudCB7CiAgICAgICAgICAgICAgICAgICAgaHR0cCB7CiAgICAgICAgICAgICAgICAgICAgICAgIGludGVyZmFjZSBmeHAwLjA7CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgIGh0dHBzIHsKICAgICAgICAgICAgICAgICAgICAgICAgc3lzdGVtLWdlbmVyYXRlZC1jZXJ0aWZpY2F0ZTsKICAgICAgICAgICAgICAgICAgICAgICAgaW50ZXJmYWNlIGZ4cDAuMDsKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgbGljZW5zZSB7CiAgICAgICAgICAgICAgICBhdXRvdXBkYXRlIHsKICAgICAgICAgICAgICAgICAgICB1cmwgaHR0cHM6Ly9hZTEuanVuaXBlci5uZXQvanVub3Mva2V5X3JldHJpZXZhbDsKICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfQogICAgICAgIH0KICAgICAgICBzZWN1cml0eSB7CiAgICAgICAgICAgIHpvbmVzIHsKICAgICAgICAgICAgICAgIHNlY3VyaXR5LXpvbmUgTUdUIHsKICAgICAgICAgICAgICAgICAgICBpbnRlcmZhY2VzIHsKICAgICAgICAgICAgICAgICAgICAgICAgZ2UtMC8wLzAuMCB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICBob3N0LWluYm91bmQtdHJhZmZpYyB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc3lzdGVtLXNlcnZpY2VzIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYWxsOwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBwcm90b2NvbHMgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBhbGw7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgfQogICAgICAgIGludGVyZmFjZXMgewogICAgICAgICAgICBnZS0wLzAvMCB7CiAgICAgICAgICAgICAgICB1bml0IDAgewogICAgICAgICAgICAgICAgICAgIGZhbWlseSBpbmV0IHsKICAgICAgICAgICAgICAgICAgICAgICAgYWRkcmVzcyAxMC4xMDEuMi4yMS8yNDsKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgZ2UtMC8wLzEgewogICAgICAgICAgICAgICAgdW5pdCAwIHsKICAgICAgICAgICAgICAgICAgICBmYW1pbHkgaW5ldCB7CiAgICAgICAgICAgICAgICAgICAgICAgIGFkZHJlc3MgMTAuMTAxLjMuMjEvMjQ7CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgICAgIGdlLTAvMC8yIHsKICAgICAgICAgICAgICAgIHVuaXQgMCB7CiAgICAgICAgICAgICAgICAgICAgZmFtaWx5IGluZXQgewogICAgICAgICAgICAgICAgICAgICAgICBhZGRyZXNzIDEwLjEwMS40LjIxLzI0OwogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfQogICAgICAgICAgICBmeHAwIHsKICAgICAgICAgICAgICAgIHVuaXQgMCB7CiAgICAgICAgICAgICAgICAgICAgZmFtaWx5IGluZXQgewogICAgICAgICAgICAgICAgICAgICAgICBhZGRyZXNzIDE2OS4yNTQuOC4yMS8yNDsKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICB9CiAgICAgICAgcm91dGluZy1pbnN0YW5jZXMgewogICAgICAgICAgICBNR1QgewogICAgICAgICAgICAgICAgaW5zdGFuY2UtdHlwZSB2aXJ0dWFsLXJvdXRlcjsKICAgICAgICAgICAgICAgIHJvdXRpbmctb3B0aW9ucyB7CiAgICAgICAgICAgICAgICAgICAgc3RhdGljIHsKICAgICAgICAgICAgICAgICAgICAgICAgcm91dGUgMC4wLjAuMC8wIG5leHQtaG9wIDEwLjEwMS4yLjE7CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgaW50ZXJmYWNlIGdlLTAvMC8wLjA7CiAgICAgICAgICAgIH0KICAgICAgICB9CiAgICAgIHBhdGg6IC90bXAvZXhhbXBsZS1maWxlLnR4dAo=","virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"mattjprivdevacr.azurecr.io/vnf-clone-ubuntu-2204:v2","vmImageRepositoryCredentials":{"registryUrl":"mattjprivdevacr.azurecr.io","username":"mattjprivtoken"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","powerState":"On","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr6"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm01","name":"j18vm01","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T14:55:43.8542214Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-17T14:55:43.8542214Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-568","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo--placement-hints"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm02","name":"j18vm02","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T15:10:06.2676838Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-17T15:10:06.2676838Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"False","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-568","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo--placement-hints"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm03","name":"j18vm03","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T15:50:56.8512117Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:05:17.1277639Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic","defaultGateway":"False","macAddress":"02:00:00:71:1c:5b","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.3"},"cpuCores":4,"isolateEmulatorThread":"False","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-568","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.6.155.10","macAddress":"02:00:00:b4:fa:58","networkAttachmentName":"l3n1"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo--placement-hints"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"vmImage":"nccacheacr.azurecr.io/nc-resource-custom:0.1.7-217","vmImageRepositoryCredentials":{"registryUrl":"nccacheacr.azurecr.io","username":"00000000-0000-0000-0000-000000000000"},"virtioInterface":"Modern","placementHints":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","powerState":"On","detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr6"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '95360' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:05:24 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: + - 93f482ae-f206-46e1-a108-a5417f23a14d + - b3200adc-99ce-44c9-960e-f883fba70d68 + - 66e404b2-949d-4179-b2cb-9016537f082d + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines?api-version=2022-12-12-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","name":"cliTestVM000001","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-02cda526/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T21:02:48.8052813Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:05:19.514639Z"},"properties":{"adminUsername":"admin","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1","ipAllocationMethod":"Dynamic","defaultGateway":"False","macAddress":"02:00:00:37:47:f9","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.2"},"cpuCores":2,"isolateEmulatorThread":"False","memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.10.100.9","macAddress":"02:00:00:20:6e:b4","networkAttachmentName":"l3netw-e0b7c"}],"networkData":"bmV0d29ya0RhdGVTYW1wbGU=","placementHints":[],"sshPublicKeys":[],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":4}},"userData":"dXNlckRhdGVTYW1wbGU=","virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04","vmImageRepositoryCredentials":{"registryUrl":"hbusipalleacr2.azurecr.io","username":"user"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mikep-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatus":"Available","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02CDA526/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","provisioningState":"Succeeded","detailedStatusMessage":"Running + - virtual machine is running."}}]}' + headers: + cache-control: + - no-cache + content-length: + - '2436' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:05:25 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: + - e1858908-03fc-4bd6-b642-f60a0cfe5f4b + - 66c2997b-ef44-46a1-b2c4-c749538603c7 + - 56978b43-f400-4243-ab15-b4c1ffd56305 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine reimage + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001/reimage?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:05:26 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + mise-correlation-id: + - 16693139-0210-4243-8de9-2a1332c2e23c + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Accepted","startTime":"2023-05-17T21:05:26.2204445Z"}' + headers: + cache-control: + - no-cache + content-length: + - '565' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:05:26 GMT + etag: + - '"570003ee-0000-0100-0000-646541960000"' + expires: + - '-1' + 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: + - networkcloud virtualmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Provisioning","startTime":"2023-05-17T21:05:26.2204445Z","error":{}}' + headers: + cache-control: + - no-cache + content-length: + - '580' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:05:55 GMT + etag: + - '"570076f0-0000-0100-0000-6465419a0000"' + expires: + - '-1' + 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: + - networkcloud virtualmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Provisioning","startTime":"2023-05-17T21:05:26.2204445Z","error":{}}' + headers: + cache-control: + - no-cache + content-length: + - '580' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:06:26 GMT + etag: + - '"570076f0-0000-0100-0000-6465419a0000"' + expires: + - '-1' + 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: + - networkcloud virtualmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Provisioning","startTime":"2023-05-17T21:05:26.2204445Z","error":{}}' + headers: + cache-control: + - no-cache + content-length: + - '580' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:06:56 GMT + etag: + - '"570076f0-0000-0100-0000-6465419a0000"' + expires: + - '-1' + 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: + - networkcloud virtualmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Provisioning","startTime":"2023-05-17T21:05:26.2204445Z","error":{}}' + headers: + cache-control: + - no-cache + content-length: + - '580' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:07:26 GMT + etag: + - '"570076f0-0000-0100-0000-6465419a0000"' + expires: + - '-1' + 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: + - networkcloud virtualmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Provisioning","startTime":"2023-05-17T21:05:26.2204445Z","error":{}}' + headers: + cache-control: + - no-cache + content-length: + - '580' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:07:56 GMT + etag: + - '"570076f0-0000-0100-0000-6465419a0000"' + expires: + - '-1' + 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: + - networkcloud virtualmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-05-17T21:05:26.2204445Z","endTime":"2023-05-17T21:08:19.847004Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '635' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:08:26 GMT + etag: + - '"5800a744-0000-0100-0000-646542430000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine reimage + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-05-17T21:05:26.2204445Z","endTime":"2023-05-17T21:08:19.847004Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '635' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:08:26 GMT + etag: + - '"5800a744-0000-0100-0000-646542430000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine restart + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001/restart?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5f5bdade-e38b-4822-932f-e8dadb975ddc*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:08:27 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5f5bdade-e38b-4822-932f-e8dadb975ddc*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + mise-correlation-id: + - 8d39e9c4-43ac-45f9-a463-54e96137f01a + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine restart + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5f5bdade-e38b-4822-932f-e8dadb975ddc*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5f5bdade-e38b-4822-932f-e8dadb975ddc*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"5f5bdade-e38b-4822-932f-e8dadb975ddc*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Accepted","startTime":"2023-05-17T21:08:27.9005392Z"}' + headers: + cache-control: + - no-cache + content-length: + - '565' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:08:27 GMT + etag: + - '"58005648-0000-0100-0000-6465424b0000"' + expires: + - '-1' + 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: + - networkcloud virtualmachine restart + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5f5bdade-e38b-4822-932f-e8dadb975ddc*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5f5bdade-e38b-4822-932f-e8dadb975ddc*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"5f5bdade-e38b-4822-932f-e8dadb975ddc*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Provisioning","startTime":"2023-05-17T21:08:27.9005392Z","error":{}}' + headers: + cache-control: + - no-cache + content-length: + - '580' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:08:58 GMT + etag: + - '"5800bf4b-0000-0100-0000-646542530000"' + expires: + - '-1' + 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: + - networkcloud virtualmachine restart + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5f5bdade-e38b-4822-932f-e8dadb975ddc*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5f5bdade-e38b-4822-932f-e8dadb975ddc*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"5f5bdade-e38b-4822-932f-e8dadb975ddc*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-05-17T21:08:27.9005392Z","endTime":"2023-05-17T21:09:24.9463452Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '636' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:09:28 GMT + etag: + - '"5800b962-0000-0100-0000-646542840000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine restart + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5f5bdade-e38b-4822-932f-e8dadb975ddc*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5f5bdade-e38b-4822-932f-e8dadb975ddc*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"5f5bdade-e38b-4822-932f-e8dadb975ddc*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-05-17T21:08:27.9005392Z","endTime":"2023-05-17T21:09:24.9463452Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '636' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:09:28 GMT + etag: + - '"5800b962-0000-0100-0000-646542840000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"skipShutdown": "True"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine power-off + Connection: + - keep-alive + Content-Length: + - '24' + Content-Type: + - application/json + ParameterSetName: + - --name --resource-group --skip-shutdown + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001/powerOff?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5b74d9da-5169-460c-b836-3126f828aafa*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:09:29 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5b74d9da-5169-460c-b836-3126f828aafa*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + mise-correlation-id: + - 0b4fba23-07e0-4708-bf12-556db3ad49f9 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine power-off + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --skip-shutdown + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5b74d9da-5169-460c-b836-3126f828aafa*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5b74d9da-5169-460c-b836-3126f828aafa*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"5b74d9da-5169-460c-b836-3126f828aafa*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Accepted","startTime":"2023-05-17T21:09:29.700068Z"}' + headers: + cache-control: + - no-cache + content-length: + - '564' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:09:29 GMT + etag: + - '"58001e65-0000-0100-0000-646542890000"' + expires: + - '-1' + 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: + - networkcloud virtualmachine power-off + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --skip-shutdown + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5b74d9da-5169-460c-b836-3126f828aafa*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5b74d9da-5169-460c-b836-3126f828aafa*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"5b74d9da-5169-460c-b836-3126f828aafa*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-05-17T21:09:29.700068Z","endTime":"2023-05-17T21:09:39.8222599Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '635' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:09:59 GMT + etag: + - '"5800036a-0000-0100-0000-646542930000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine power-off + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --skip-shutdown + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5b74d9da-5169-460c-b836-3126f828aafa*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5b74d9da-5169-460c-b836-3126f828aafa*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"5b74d9da-5169-460c-b836-3126f828aafa*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-05-17T21:09:29.700068Z","endTime":"2023-05-17T21:09:39.8222599Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '635' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:09:59 GMT + etag: + - '"5800036a-0000-0100-0000-646542930000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine start + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001/start?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9831e60e-20c7-4da1-862b-46fc45ce2486*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:10:01 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9831e60e-20c7-4da1-862b-46fc45ce2486*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + mise-correlation-id: + - b07d3680-cea8-4260-8e47-aea7ac4b00c7 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine start + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9831e60e-20c7-4da1-862b-46fc45ce2486*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9831e60e-20c7-4da1-862b-46fc45ce2486*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"9831e60e-20c7-4da1-862b-46fc45ce2486*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Accepted","startTime":"2023-05-17T21:10:01.1782188Z"}' + headers: + cache-control: + - no-cache + content-length: + - '565' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:10:01 GMT + etag: + - '"5800f473-0000-0100-0000-646542a90000"' + expires: + - '-1' + 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: + - networkcloud virtualmachine start + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9831e60e-20c7-4da1-862b-46fc45ce2486*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9831e60e-20c7-4da1-862b-46fc45ce2486*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"9831e60e-20c7-4da1-862b-46fc45ce2486*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-05-17T21:10:01.1782188Z","endTime":"2023-05-17T21:10:25.6186911Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '636' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:10:30 GMT + etag: + - '"58000e7f-0000-0100-0000-646542c10000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine start + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9831e60e-20c7-4da1-862b-46fc45ce2486*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9831e60e-20c7-4da1-862b-46fc45ce2486*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"9831e60e-20c7-4da1-862b-46fc45ce2486*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-05-17T21:10:01.1782188Z","endTime":"2023-05-17T21:10:25.6186911Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '636' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:10:30 GMT + etag: + - '"58000e7f-0000-0100-0000-646542c10000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001?api-version=2022-12-12-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/27b41081-68bf-40b1-b0a3-88d74ca702a3*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:10:33 GMT + etag: + - '"97006290-0000-0100-0000-646542c90000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/27b41081-68bf-40b1-b0a3-88d74ca702a3*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + mise-correlation-id: + - 2b77cb0b-0bee-4e8c-89d6-e07f0f7fd78a + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/27b41081-68bf-40b1-b0a3-88d74ca702a3*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/27b41081-68bf-40b1-b0a3-88d74ca702a3*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"27b41081-68bf-40b1-b0a3-88d74ca702a3*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Deleting","startTime":"2023-05-17T21:10:32.7060619Z"}' + headers: + cache-control: + - no-cache + content-length: + - '565' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:10:33 GMT + etag: + - '"58005282-0000-0100-0000-646542c80000"' + expires: + - '-1' + 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: + - networkcloud virtualmachine delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/27b41081-68bf-40b1-b0a3-88d74ca702a3*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/27b41081-68bf-40b1-b0a3-88d74ca702a3*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"27b41081-68bf-40b1-b0a3-88d74ca702a3*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Deleting","startTime":"2023-05-17T21:10:32.7060619Z"}' + headers: + cache-control: + - no-cache + content-length: + - '565' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:11:03 GMT + etag: + - '"58007084-0000-0100-0000-646542cd0000"' + expires: + - '-1' + 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: + - networkcloud virtualmachine delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/27b41081-68bf-40b1-b0a3-88d74ca702a3*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/27b41081-68bf-40b1-b0a3-88d74ca702a3*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"27b41081-68bf-40b1-b0a3-88d74ca702a3*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-05-17T21:10:32.7060619Z","endTime":"2023-05-17T21:11:20.7846199Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '625' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:11:32 GMT + etag: + - '"58002598-0000-0100-0000-646542f80000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/27b41081-68bf-40b1-b0a3-88d74ca702a3*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/27b41081-68bf-40b1-b0a3-88d74ca702a3*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"27b41081-68bf-40b1-b0a3-88d74ca702a3*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-05-17T21:10:32.7060619Z","endTime":"2023-05-17T21:11:20.7846199Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '625' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 17 May 2023 21:11:33 GMT + etag: + - '"58002598-0000-0100-0000-646542f80000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_baremetalmachine.py b/src/networkcloud/azext_networkcloud/tests/latest/test_baremetalmachine.py new file mode 100644 index 00000000000..b4d9bcf5dc2 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_baremetalmachine.py @@ -0,0 +1,273 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +BareMetalMachine test scenarios +""" + +from azure.cli.testsdk import ScenarioTest +from azure.cli.testsdk.scenario_tests import AllowLargeResponse +from .config import CONFIG + + +def setup_scenario1(test): + '''Env setup_scenario1 ''' + pass + + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + pass + + +def call_scenario1(test): + '''Testcase: scenario1''' + setup_scenario1(test) + step_show(test, checks=[]) + step_update(test, checks=[]) + step_list_subscription(test, checks=[]) + step_list_resource_group(test, checks=[]) + cleanup_scenario1(test) + + +def setup_scenario2(test): + pass + + +def cleanup_scenario2(test): + pass + + +def call_scenario2(test): + setup_scenario2(test) + step_run_command(test, checks=[]) + step_run_data_extract(test, checks=[]) + step_run_read_command(test, checks=[]) + cleanup_scenario2(test) + + +def setup_scenario3(test): + pass + + +def cleanup_scenario3(test): + pass + + +def call_scenario3(test): + setup_scenario3(test) + step_cordon(test, checks=[]) + step_uncordon(test, checks=[]) + cleanup_scenario3(test) + + +def setup_scenario4(test): + pass + + +def cleanup_scenario4(test): + pass + + +def call_scenario4(test): + setup_scenario4(test) + step_restart(test, checks=[]) + step_power_off(test, checks=[]) + step_start(test, checks=[]) + cleanup_scenario4(test) + + +def setup_scenario5(test): + pass + + +def cleanup_scenario5(test): + pass + + +def call_scenario5(test): + setup_scenario5(test) + step_reimage(test, checks=[]) + cleanup_scenario5(test) + + +def step_show(test, checks=None): + '''BareMetalMachine show operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud baremetalmachine show --name {nameCrud} --resource-group {rgCrud}') + + +def step_update(test, checks=None): + '''BareMetalMachine update operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud baremetalmachine update --name {nameCrud} --tags {tagsUpdate} --machine-details {machineDetails} --resource-group {rgCrud}') + + +def step_list_subscription(test, checks=None): + '''BareMetalMachine list by subscription operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud baremetalmachine list') + + +def step_list_resource_group(test, checks=None): + '''BareMetalMachine list by resource group operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud baremetalmachine list --resource-group {rgCrud}') + + +def step_run_command(test, checks=None): + '''BareMetalMachine run command operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud baremetalmachine run-command --name {nameRunCommand} --resource-group {rgCommands} --arguments {runCommandArguments} --limit-time-seconds {limitTimeSeconds} --script {script}') + + +def step_run_data_extract(test, checks=None): + '''BareMetalMachine run data extract operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud baremetalmachine run-data-extract --name {nameRunDataExtract} --resource-group {rgCommands} --limit-time-seconds {limitTimeSeconds} --commands {dataExtractCommands}') + + +def step_run_read_command(test, checks=None): + '''BareMetalMachine run read command operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud baremetalmachine run-read-command --name {nameRunReadCommand} --resource-group {rgCommands} --limit-time-seconds {limitTimeSeconds} --commands {runReadCommands}') + + +def step_cordon(test, checks=None): + '''BareMetalMachine cordon operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud baremetalmachine cordon --evacuate {cordonEvacuate} --name {nameCordon} --resource-group {rgCordon}') + + +def step_uncordon(test, checks=None): + '''BareMetalMachine uncordon operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud baremetalmachine uncordon --name {nameCordon} --resource-group {rgCordon}') + + +def step_restart(test, checks=None): + '''BareMetalMachine restart operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud baremetalmachine restart --name {nameRestart} --resource-group {rgPower}') + + +def step_power_off(test, checks=None): + '''BareMetalMachine power off operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud baremetalmachine power-off --name {namePower} --skip-shutdown {skipShutdown} --resource-group {rgPower}') + + +def step_start(test, checks=None): + '''BareMetalMachine start operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud baremetalmachine start --name {namePower} --resource-group {rgPower}') + + +def step_reimage(test, checks=None): + '''BareMetalMachine reimage operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud baremetalmachine reimage --name {nameReimage} --resource-group {rgValidate}') + + +def step_replace(test, checks=None): + '''BareMetalMachine replace operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud baremetalmachine replace --name {nameReplace} --resource-group {rgValidate} --bmc-credentials {bmcCreds} --bmc-mac-address {bmcMacAddress} --boot-mac-address {bootMacAddress} --machine-name {newBmmName} --serial-number {serialNumber}') + + +def step_validate_hardware(test, checks=None): + '''BareMetalMachine validate hardware operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud baremetalmachine validate-hardware --name {nameValidate} --resource-group {rgValidate} --validation-category {validationCategory}') + + +class BareMetalMachineScenarioTest1(ScenarioTest): + '''BMMScenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + # We are unable to create hydrated resources from the CLI, + # so we are using existing baremetalmachine names and + # resource groups. + 'nameCrud': CONFIG.get('BAREMETALMACHINE', 'name_crud'), + 'rgCrud': CONFIG.get('BAREMETALMACHINE', 'resource_group_crud'), + 'tags': CONFIG.get('BAREMETALMACHINE', 'tags'), + 'tagsUpdate': CONFIG.get('BAREMETALMACHINE', 'tags_update'), + 'machineDetails': CONFIG.get('BAREMETALMACHINE', 'machine_details'), + 'nameRunCommand': CONFIG.get('BAREMETALMACHINE', 'name_run_command'), + 'nameRunDataExtract': CONFIG.get('BAREMETALMACHINE', 'name_run_data_extract'), + 'nameRunReadCommand': CONFIG.get('BAREMETALMACHINE', 'name_run_read_command'), + 'rgCommands': CONFIG.get('BAREMETALMACHINE', 'resource_group_commands'), + 'runCommandArguments': CONFIG.get('BAREMETALMACHINE', 'run_command_arguments'), + 'dataExtractCommands': CONFIG.get('BAREMETALMACHINE', 'data_extract_commands'), + 'runReadCommands': CONFIG.get('BAREMETALMACHINE', 'run_read_commands'), + 'limitTimeSeconds': CONFIG.get('BAREMETALMACHINE', 'limit_time_seconds'), + 'script': CONFIG.get('BAREMETALMACHINE', 'script'), + 'nameCordon': CONFIG.get('BAREMETALMACHINE', 'name_cordon'), + 'rgCordon': CONFIG.get('BAREMETALMACHINE', 'resource_group_cordon'), + 'cordonEvacuate': CONFIG.get('BAREMETALMACHINE', 'cordon_evacuate'), + 'nameRestart': CONFIG.get('BAREMETALMACHINE', 'name_restart'), + 'namePower': CONFIG.get('BAREMETALMACHINE', 'name_power'), + 'rgPower': CONFIG.get('BAREMETALMACHINE', 'resource_group_power'), + 'skipShutdown': CONFIG.get('BAREMETALMACHINE', 'skip_shutdown'), + 'nameReimage': CONFIG.get('BAREMETALMACHINE', 'name_reimage'), + 'nameValidate': CONFIG.get('BAREMETALMACHINE', 'name_validate'), + 'rgValidate': CONFIG.get('BAREMETALMACHINE', 'resource_group_validate'), + 'validationCategory': CONFIG.get('BAREMETALMACHINE', 'validation_category'), + }) + + @AllowLargeResponse() + def test_bmm_crud_scenario1(self): + ''' test scenario for BareMetalMachine CRUD operations''' + call_scenario1(self) + + @AllowLargeResponse() + def test_bmm_commands_scenario1(self): + ''' test scenario for BareMetalMachine run command operations''' + call_scenario2(self) + + @AllowLargeResponse() + def test_bmm_cordon_scenario1(self): + ''' test scenario for BareMetalMachine cordon operations''' + call_scenario3(self) + + def test_bmm_power_scenario1(self): + ''' test scenario for BareMetalMachine power operations''' + call_scenario4(self) + + def test_bmm_reimage_scenario1(self): + ''' test scenario for BareMetalMachine reimage operation''' + call_scenario5(self) diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_baremetalmachinekeyset.py b/src/networkcloud/azext_networkcloud/tests/latest/test_baremetalmachinekeyset.py new file mode 100644 index 00000000000..c2076bcefa8 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_baremetalmachinekeyset.py @@ -0,0 +1,119 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +BaremetalMachineKeyset tests scenarios +""" + +from azure.cli.testsdk import ScenarioTest +from .config import CONFIG + + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_create(test, checks=[ + test.check('name', '{name}'), + test.check('provisioningState', 'Succeeded') + ]) + step_update(test, checks=[ + test.check('tags', '{tagsUpdate}'), + test.check('provisioningState', 'Succeeded') + ]) + step_show(test, checks=[]) + step_list_resource_group(test, checks=[]) + step_delete(test, checks=[]) + cleanup_scenario1(test) + + +def step_create(test, checks=None): + '''BaremetalMachineKeyset create operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud cluster baremetalmachinekeyset create --name {name} ' + '--extended-location name={extendedLocation} type="CustomLocation" ' + '--location {location} --azure-group-id {azureGroupId} --expiration {expiration} ' + '--jump-hosts-allowed {jumpHostsAllowed} --os-group-name {osGroupName} ' + '--privilege-level {privilegeLevel} --user-list {userList} ' + '--tags key1="myvalue1" key2="myvalue2" --cluster-name {clusterName} ' + '--resource-group {rg}', checks=checks) + + +def step_show(test, checks=None): + '''BaremetalMachineKeyset show operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud cluster baremetalmachinekeyset show --name {name} ' + '--cluster-name {clusterName} --resource-group {rg}') + + +def step_delete(test, checks=None): + '''BaremetalMachineKeyset delete operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud cluster baremetalmachinekeyset delete --name {name} ' + '--cluster-name {clusterName} --resource-group {rg} -y') + + +def step_list_resource_group(test, checks=None): + '''BaremetalMachineKeyset list by resource group operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud cluster baremetalmachinekeyset list ' + '--cluster-name {clusterName} --resource-group {rg}') + + +def step_update(test, checks=None): + '''BaremetalMachineKeyset update operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud cluster baremetalmachinekeyset update ' + '--name {name} --tags {tagsUpdate} --cluster-name {clusterName} ' + '--jump-hosts-allowed {jumpHostsAllowedUpdate} ' + '--user-list {userListUpdate} --resource-group {rg}') + + +class BaremetalMachineKeysetScenarioTest(ScenarioTest): + ''' BaremetalMachineKeyset scenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + # Autogenerated resource group is not used in this scenario as it depeneds on the + # parent resource cluster to be present in the RG + 'rg': CONFIG.get('BAREMETALMACHINE_KEYSET', 'resource_group'), + 'name': self.create_random_name(prefix="cli-test-bmmks-", length=24), + 'location': CONFIG.get('BAREMETALMACHINE_KEYSET', 'location'), + 'extendedLocation': CONFIG.get('BAREMETALMACHINE_KEYSET', 'extended_location'), + 'tags': CONFIG.get('BAREMETALMACHINE_KEYSET', 'tags'), + 'tagsUpdate': CONFIG.get('BAREMETALMACHINE_KEYSET', 'tags_update'), + "azureGroupId": CONFIG.get('BAREMETALMACHINE_KEYSET', 'azure_group_id'), + 'expiration': CONFIG.get('BAREMETALMACHINE_KEYSET', 'expiration'), + "jumpHostsAllowed": CONFIG.get('BAREMETALMACHINE_KEYSET', 'jump_hosts_allowed'), + "jumpHostsAllowedUpdate": CONFIG.get('BAREMETALMACHINE_KEYSET', 'jump_hosts_allowed_update'), + "osGroupName": CONFIG.get('BAREMETALMACHINE_KEYSET', 'os_group_name'), + "privilegeLevel": CONFIG.get('BAREMETALMACHINE_KEYSET', 'privilege_level'), + "userList": CONFIG.get('BAREMETALMACHINE_KEYSET', 'user_list'), + "userListUpdate": CONFIG.get('BAREMETALMACHINE_KEYSET', 'user_list_update'), + "clusterName": CONFIG.get('BAREMETALMACHINE_KEYSET', 'cluster_name'), + }) + + def test_baremetalmachinekeyset_scenario1(self): + ''' test scenario for BaremetalMachineKeyset CRUD operations''' + call_scenario1(self) diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_bmckeyset.py b/src/networkcloud/azext_networkcloud/tests/latest/test_bmckeyset.py new file mode 100644 index 00000000000..5a0e5bfff15 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_bmckeyset.py @@ -0,0 +1,112 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +BMCKeySet tests scenarios +""" + +from azure.cli.testsdk import ScenarioTest + +from .config import CONFIG + + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_create(test, checks=[ + test.check('name', '{name}'), + test.check('provisioningState', 'Succeeded') + ]) + step_update(test, checks=[ + test.check('tags', '{tagsUpdate}'), + test.check('provisioningState', 'Succeeded') + ]) + step_show(test, checks=[]) + step_list_resource_group(test, checks=[]) + step_delete(test, checks=[]) + cleanup_scenario1(test) + + +def step_create(test, checks=None): + '''BMCKeySet create operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud cluster bmckeyset create --name {name} --cluster-name {clusterName} ' + '--extended-location name={extendedLocation} type="CustomLocation" ' + '--location {location} --azure-group-id {azureGroupId} --expiration {expiration} ' + '--privilege-level {privilegeLevel} --user-list {userList} ' + '--tags {tags} --resource-group {rg}', checks=checks) + + +def step_show(test, checks=None): + '''BMCKeySet show operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud cluster bmckeyset show --name {name} --cluster-name {clusterName} --resource-group {rg}') + + +def step_delete(test, checks=None): + '''BMCKeySet delete operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud cluster bmckeyset delete --name {name} --cluster-name {clusterName} --resource-group {rg} -y') + + +def step_list_resource_group(test, checks=None): + '''BMCKeySet list by resource group operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud cluster bmckeyset list --cluster-name {clusterName} --resource-group {rg}') + + +def step_update(test, checks=None): + '''BMCKeySet update operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud cluster bmckeyset update --name {name} --cluster-name {clusterName} ' + '--tags {tagsUpdate} --user-list {userListUpdate} --expiration {expirationUpdate} ' + '--resource-group {rg}') + + +class BMCKeySetScenarioTest(ScenarioTest): + ''' BMCKeySet scenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + # Autogenerated resource group is not used in this scenario as it depeneds on the + # parent resource cluster to be present in the RG + 'rg': CONFIG.get('BMC_KEYSET', 'resource_group'), + 'name': self.create_random_name(prefix="cli-test-bmcks-", length=24), + 'location': CONFIG.get('BMC_KEYSET', 'location'), + 'extendedLocation': CONFIG.get('BMC_KEYSET', 'extended_location'), + 'tags': CONFIG.get('BMC_KEYSET', 'tags'), + 'tagsUpdate': CONFIG.get('BMC_KEYSET', 'tags_update'), + "azureGroupId": CONFIG.get('BMC_KEYSET', 'azure_group_id'), + 'expiration': CONFIG.get('BMC_KEYSET', 'expiration'), + 'expirationUpdate': CONFIG.get('BMC_KEYSET', 'expirationUpdate'), + "privilegeLevel": CONFIG.get('BMC_KEYSET', 'privilege_level'), + "userList": CONFIG.get('BMC_KEYSET', 'user_list'), + "userListUpdate": CONFIG.get('BMC_KEYSET', 'user_list_update'), + "clusterName": CONFIG.get('BMC_KEYSET', 'cluster_name'), + }) + + def test_bmckeyset_scenario1(self): + ''' test scenario for BMCKeySet CRUD operations''' + call_scenario1(self) diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_cloudservicesnetwork.py b/src/networkcloud/azext_networkcloud/tests/latest/test_cloudservicesnetwork.py new file mode 100644 index 00000000000..cf82eef58ef --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_cloudservicesnetwork.py @@ -0,0 +1,114 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +CloudServicesNetwork tests scenarios +""" + +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer +from .config import CONFIG + + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_create(test, checks=[ + test.check('name', '{name}'), + test.check('provisioningState', 'Succeeded') + ]) + step_update(test, checks=[ + test.check('tags', '{tagsUpdate}'), + test.check('provisioningState', 'Succeeded') + ]) + step_show(test, checks=[]) + step_list_subscription(test, checks=[]) + step_list_resource_group(test, checks=[]) + step_delete(test, checks=[]) + cleanup_scenario1(test) + + +def step_create(test, checks=None): + '''cloudservicesnetwork create operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud cloudservicesnetwork create --name {name} --extended-location ' + 'name={extendedLocation} type="CustomLocation" --location {location} ' + '--additional-egress-endpoints {additionalEgressEndpoint} ' + '--enable-default-egress-endpoints {defaultEgressEndpoint} ' + ' --tags {tags} ' + ' --resource-group {rg}', checks=checks) + + +def step_show(test, checks=None): + '''cloudservicesnetwork show operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud cloudservicesnetwork show --name {name} --resource-group {rg}') + + +def step_delete(test, checks=None): + '''cloudservicesnetwork delete operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud cloudservicesnetwork delete --name {name} --resource-group {rg} -y') + + +def step_list_resource_group(test, checks=None): + '''cloudservicesnetwork list by resource group operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud cloudservicesnetwork list --resource-group {rg}') + + +def step_list_subscription(test, checks=None): + '''cloudservicesnetwork list by subscription operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud cloudservicesnetwork list') + + +def step_update(test, checks=None): + '''cloudservicesnetwork update operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud cloudservicesnetwork update --name {name} ' + '--additional-egress-endpoints {additionalEgressEndpoint} ' + '--enable-default-egress-endpoints {defaultEgressEndpoint} ' + '--tags {tagsUpdate} ' + '--resource-group {rg}') + + +class CloudServicesNetworkScenarioTest(ScenarioTest): + ''' CloudServicesNetwork scenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + 'name': self.create_random_name(prefix="cli-test-csn-", length=24), + 'location': CONFIG.get('CLOUD_SERVICES_NETWORK', 'location'), + 'extendedLocation': CONFIG.get('CLOUD_SERVICES_NETWORK', 'extended_location'), + 'additionalEgressEndpoint': CONFIG.get('CLOUD_SERVICES_NETWORK', 'additional_egress_endpoint'), + 'defaultEgressEndpoint': CONFIG.get('CLOUD_SERVICES_NETWORK', 'default_egress_endpoint'), + 'tags': CONFIG.get('CLOUD_SERVICES_NETWORK', 'tags'), + 'tagsUpdate': CONFIG.get('CLOUD_SERVICES_NETWORK', 'tags_update'), + }) + + @ResourceGroupPreparer(name_prefix='clitest_rg'[:7], key='rg', parameter_name='rg') + def test_cloudservicesnetwork_scenario1(self): + ''' test scenario for CloudServicesNetwork CRUD operations''' + call_scenario1(self) diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_cluster.py b/src/networkcloud/azext_networkcloud/tests/latest/test_cluster.py new file mode 100644 index 00000000000..a6d5ea1dec6 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_cluster.py @@ -0,0 +1,274 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +Cluster tests scenarios +""" + +from azure.cli.testsdk.scenario_tests import AllowLargeResponse +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer +from .config import CONFIG + + +def setup_scenario1(test): + """Env setup_scenario1""" + + +def cleanup_scenario1(test): + """Env cleanup_scenario1""" + + +def call_scenario1(test): + """# Testcase: scenario1""" + setup_scenario1(test) + step_create( + test, + checks=[ + test.check("name", "{name}"), + test.check("provisioningState", "Succeeded"), + ], + ) + step_update( + test, + checks=[ + test.check("tags", "{tagsUpdate}"), + test.check("provisioningState", "Succeeded"), + ], + ) + step_show(test, checks=[]) + step_list_subscription(test, checks=[]) + step_list_resource_group(test, checks=[]) + # skip testing delete until the cluster can be deleted without being deployed + # bug reference: https://dev.azure.com/msazuredev/AzureForOperatorsIndustry/_workitems/edit/710955/?triage=true + # step_delete(test, checks=[]) + # instead the delete is tested in scenario2 + cleanup_scenario1(test) + + +def setup_scenario2(test): + """Env setup_scenario2""" + + +def cleanup_scenario2(test): + """Env cleanup_scenario2""" + + +def call_scenario2(test): + """# Testcase: scenario2 temporary split of cluster delete operation to work with the already created and deployed simulator""" + setup_scenario2(test) + step_delete_sim(test, checks=[]) + cleanup_scenario2(test) + + +def setup_scenario3(test): + """Env setup_scenario3""" + + +def cleanup_scenario3(test): + """Env cleanup_scenario3""" + + +def call_scenario3(test): + """# Testcase: scenario3 temporary split of cluster deploy operation to work with the already created and deployed simulator""" + setup_scenario3(test) + step_deploy_sim(test, checks=[]) + cleanup_scenario3(test) + + +def setup_scenario4(test): + """Env setup_scenario4""" + + +def cleanup_scenario4(test): + """Env cleanup_scenario4""" + + +def call_scenario4(test): + """# Testcase: scenario4 temporary split of cluster update version operation to work with the already created and deployed simulator""" + setup_scenario4(test) + step_update_version_sim(test, checks=[]) + cleanup_scenario4(test) + + +def step_create(test, checks=None): + """cluster create operation""" + if checks is None: + checks = [] + test.cmd( + "az networkcloud cluster create --name {name} --resource-group {rg} --extended-location " + "name={extendedLocation} type={extendedLocationType} --location {location} " + "--analytics-workspace-id {analyticsWorkspaceId} --cluster-location {clusterLocation} " + "--cluster-service-principal application-id={applicationId} password={password} principal-id={principalId} " + "tenant-id={tenantId} --cluster-type {clusterType} --cluster-version {clusterVersion} " + "--compute-deployment-threshold type={thresholdType} grouping={thresholdGrouping} value={thresholdValue} " + "--network-fabric-id {networkFabricId} --aggregator-or-single-rack-definition {aggregatorOrSingleRackDefinition} " + "--tags {tags}", + checks=checks, + ) + + +def step_json_create(test, checks=None): + """cluster create operation""" + if checks is None: + checks = [] + test.cmd( + "az networkcloud cluster create --name {name} --resource-group {rg} --extended-location " + "name={extendedLocation} type={extendedLocationType} --location {location} " + "--analytics-workspace-id {analyticsWorkspaceId} --cluster-location {clusterLocation} " + "--cluster-service-principal application-id={applicationId} password={password} principal-id={principalId} " + "tenant-id={tenantId} --cluster-type {clusterType} --cluster-version {clusterVersion} " + "--compute-deployment-threshold type={thresholdType} grouping={thresholdGrouping} value={thresholdValue} " + "--network-fabric-id {networkFabricId} --aggregator-or-single-rack-definition {aggregatorOrSingleRackDefinitionDirectory} " + "--tags {tags}", + checks=checks, + ) + + +# Cluster deploy action takes hours and requires at the moment a real lab or updates to the simulator to support it. +# The current test will execute the deploy command in async mode. +def step_deploy_sim(test, checks=None): + """cluster deploy operation""" + if checks is None: + checks = [] + test.cmd( + "az networkcloud cluster deploy --no-wait --name {nameDeploy} --resource-group {rgDeploy} --skip-validations-for-machines {skipValidationForMachines}", + checks=checks, + ) + + +def step_show(test, checks=None): + """cluster show operation""" + if checks is None: + checks = [] + test.cmd( + "az networkcloud cluster show --name {name} --resource-group {rg}") + + +def step_delete(test, checks=None): + """cluster delete operation""" + if checks is None: + checks = [] + test.cmd( + "az networkcloud cluster delete --name {name} --resource-group {rg} -y") + + +def step_delete_sim(test, checks=None): + """cluster delete operation""" + if checks is None: + checks = [] + test.cmd( + "az networkcloud cluster delete --name {nameDelete} --resource-group {rgDelete} -y" + ) + + +def step_list_resource_group(test, checks=None): + """cluster list by resource group operation""" + if checks is None: + checks = [] + test.cmd("az networkcloud cluster list --resource-group {rg}") + + +def step_list_subscription(test, checks=None): + """cluster list by subscription operation""" + if checks is None: + checks = [] + test.cmd("az networkcloud cluster list") + + +def step_update(test, checks=None): + """cluster update operation""" + if checks is None: + checks = [] + test.cmd( + "az networkcloud cluster update --name {name} --cluster-location {clusterLocationUpdate}" + " --tags {tagsUpdate} --resource-group {rg}" + ) + + +# Cluster update-version action will take hours to complete. +# The current test will execute the command in async mode. +def step_update_version_sim(test, checks=None): + """cluster update-version operation""" + if checks is None: + checks = [] + test.cmd( + "az networkcloud cluster update-version --cluster-name {nameUpdateVersion} --target-cluster-version {versionUpdateVersion} --resource-group {rgUpdateVersion} --no-wait" + ) + + +class ClusterScenarioTest(ScenarioTest): + """Cluster scenario test""" + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update( + { + "name": self.create_random_name(prefix="cli-test-cluster-", length=24), + "extendedLocation": CONFIG.get("CLUSTER", "extended_location"), + "extendedLocationType": CONFIG.get("CLUSTER", "extended_location_type"), + "location": CONFIG.get("CLUSTER", "location"), + "analyticsWorkspaceId": CONFIG.get("CLUSTER", "analytics_workspace_id"), + "clusterLocation": CONFIG.get("CLUSTER", "cluster_location"), + "clusterLocationUpdate": CONFIG.get( + "CLUSTER", "cluster_location_update" + ), + "applicationId": CONFIG.get("CLUSTER", "application_id"), + "password": CONFIG.get("CLUSTER", "password"), + "principalId": CONFIG.get("CLUSTER", "principal_id"), + "tenantId": CONFIG.get("CLUSTER", "tenant_id"), + "clusterType": CONFIG.get("CLUSTER", "cluster_type"), + "clusterVersion": CONFIG.get("CLUSTER", "cluster_version"), + "thresholdType": CONFIG.get("CLUSTER", "threshold_type"), + "thresholdGrouping": CONFIG.get("CLUSTER", "threshold_grouping"), + "thresholdValue": CONFIG.get("CLUSTER", "threshold_value"), + "networkFabricId": CONFIG.get("CLUSTER", "network_fabric_id"), + "aggregatorOrSingleRackDefinition": CONFIG.get( + "CLUSTER", "aggregator_or_single_rack_definition" + ), + "aggregatorOrSingleRackDefinitionDirectory": CONFIG.get( + "CLUSTER", "aggregator_or_single_rack_definition_directory" + ), + "tags": CONFIG.get("CLUSTER", "tags"), + "tagsUpdate": CONFIG.get("CLUSTER", "tags_update"), + "nameUpdateVersion": CONFIG.get("CLUSTER", "name_update_version"), + "rgUpdateVersion": CONFIG.get("CLUSTER", "rg_update_version"), + "versionUpdateVersion": CONFIG.get("CLUSTER", "version_update_version"), + "nameDelete": CONFIG.get("CLUSTER", "name_delete"), + "rgDelete": CONFIG.get("CLUSTER", "rg_delete"), + "nameDeploy": CONFIG.get("CLUSTER", "name_deploy"), + "rgDeploy": CONFIG.get("CLUSTER", "rg_deploy"), + "skipValidationForMachines": CONFIG.get( + "CLUSTER", "skip_validations_for_machines" + ), + } + ) + + @AllowLargeResponse() + @ResourceGroupPreparer( + name_prefix="clitest_rg"[:7], + key="rg", + parameter_name="rg", + random_name_length=24, + ) + def test_cluster_scenario1(self): + """test scenario for Cluster CRU operations (delete is tested separately for now)""" + call_scenario1(self) + + # scenario2 will use the existing cluster resources created outside of the testing framework because of the API limitations + def test_cluster_scenario2(self): + """test scenario for Cluster delete operation""" + call_scenario2(self) + + # scenario3 will use the existing cluster resources created outside of the testing framework because of the API limitations + def test_cluster_scenario3(self): + """test scenario for Cluster deploy operation""" + call_scenario3(self) + + # scenario4 will use the existing cluster resources created outside of the testing framework because of the API limitations + def test_cluster_scenario4(self): + """test scenario for Cluster version update operation""" + call_scenario4(self) diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_clustermanager.py b/src/networkcloud/azext_networkcloud/tests/latest/test_clustermanager.py new file mode 100644 index 00000000000..41464ea3bd3 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_clustermanager.py @@ -0,0 +1,112 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +ClusterManager test scenarios +""" + +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer +from azure.cli.testsdk.scenario_tests import AllowLargeResponse +from .config import CONFIG + + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_create(test, checks=[ + test.check('name', '{name}'), + test.check('provisioningState', 'Succeeded') + ]) + step_update(test, checks=[ + test.check('tags', '{tagsUpdate}'), + test.check('provisioningState', 'Succeeded') + ]) + step_show(test, checks=[]) + step_list_subscription(test) + step_list_resource_group(test, checks=[]) + step_delete(test, checks=[]) + cleanup_scenario1(test) + + +def step_create(test, checks=None): + '''ClusterManager create operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud clustermanager create --name {name} ' + '--location {location} --resource-group {rg} ' + '--fabric-controller-id {fabricControllerId} ' + '--tags {tags} ' + '--managed-resource-group-configuration name={mrg_name} ' + '--analytics-workspace-id {analyticsWorkspaceId}', + checks=checks) + + +def step_delete(test, checks=None): + '''ClusterManager delete operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud clustermanager delete --name {name} ' + '--resource-group {rg} -y', checks=checks) + + +def step_show(test, checks=None): + '''ClusterManager show operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud clustermanager show --name {name} ' + '--resource-group {rg}', checks=checks) + + +def step_list_resource_group(test, checks=None): + '''ClusterManager list by resource group operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud clustermanager list --resource-group {rg}') + + +@AllowLargeResponse +def step_list_subscription(test): + '''ClusterManager list by subscription operation''' + test.cmd('az networkcloud clustermanager list') + + +def step_update(test, checks=None): + '''ClusterManager update operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud clustermanager update --name {name} ' + '--tags {tagsUpdate} --resource-group {rg}') + + +class ClusterManagerScenarioTest(ScenarioTest): + '''ClusterManager scenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + 'name': self.create_random_name(prefix="cli-test-cm-", length=24), + 'mrg_name': self.create_random_name(prefix="cli-test-cm-mrg-", length=24), + 'location': CONFIG.get('CLUSTER_MANAGER', 'location'), + 'analyticsWorkspaceId': CONFIG.get('CLUSTER_MANAGER', 'analytics_workspace_id'), + 'fabricControllerId': CONFIG.get('CLUSTER_MANAGER', 'fabric_controller_id'), + 'tags': CONFIG.get('CLUSTER_MANAGER', 'tags'), + 'tagsUpdate': CONFIG.get('CLUSTER_MANAGER', 'tags_update'), + }) + + @ResourceGroupPreparer(name_prefix='clitest_rg'[:7], key='rg', parameter_name='rg') + def test_clustermanager_scenario1(self): + ''' test scenario for ClusterManager CRUD operations''' + call_scenario1(self) diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_defaultcninetwork.py b/src/networkcloud/azext_networkcloud/tests/latest/test_defaultcninetwork.py new file mode 100644 index 00000000000..b5b9f6cf381 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_defaultcninetwork.py @@ -0,0 +1,115 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +DefaultCNINetwork tests scenarios +""" + +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer +from .config import CONFIG + + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_create(test, checks=[ + test.check('name', '{name}'), + test.check('provisioningState', 'Succeeded') + ]) + step_update(test, checks=[ + test.check('tags', '{tagsUpdate}'), + test.check('provisioningState', 'Succeeded') + ]) + step_show(test, checks=[]) + step_list_subscription(test, checks=[]) + step_list_resource_group(test, checks=[]) + step_delete(test, checks=[]) + cleanup_scenario1(test) + + +def step_create(test, checks=None): + '''DefaultCNINetwork create operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud defaultcninetwork create --name {name} --extended-location ' + ' name={extendedLocation} type="CustomLocation" --location {location} ' + ' --cni-bgp-configuration {cniBgpConfiguration} --ip-allocation-type {ipAllocationType}' + ' --ipv4-connected-prefix {ipv4prefix} --ipv6-connected-prefix {ipv6prefix} ' + ' --l3-isolation-domain-id {l3_isolation_domain_id} --vlan {vlan}' + ' --tags {tags} --resource-group {rg}', checks=checks) + + +def step_show(test, checks=None): + '''DefaultCNINetwork show operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud defaultcninetwork show --name {name} --resource-group {rg}') + + +def step_delete(test, checks=None): + '''DefaultCNINetwork delete operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud defaultcninetwork delete --name {name} --resource-group {rg} -y') + + +def step_list_resource_group(test, checks=None): + '''DefaultCNINetwork list by resource group operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud defaultcninetwork list --resource-group {rg}') + + +def step_list_subscription(test, checks=None): + '''DefaultCNINetwork list by subscription operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud defaultcninetwork list') + + +def step_update(test, checks=None): + '''DefaultCNINetwork update operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud defaultcninetwork update --name {name} --tags {tagsUpdate} --resource-group {rg}') + + +class DefaultCNINetworkScenarioTest(ScenarioTest): + ''' DefaultCNINetwork scenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + 'name': self.create_random_name(prefix="cli-test-defaultcni-", length=24), + 'location': CONFIG.get('DEFAULT_CNI_NETWORK', 'location'), + 'extendedLocation': CONFIG.get('DEFAULT_CNI_NETWORK', 'extended_location'), + 'tags': CONFIG.get('DEFAULT_CNI_NETWORK', 'tags'), + 'tagsUpdate': CONFIG.get('DEFAULT_CNI_NETWORK', 'tags_update'), + "type": CONFIG.get('DEFAULT_CNI_NETWORK', 'type'), + 'vlan': CONFIG.get('DEFAULT_CNI_NETWORK', 'vlan'), + "ipAllocationType": CONFIG.get('DEFAULT_CNI_NETWORK', 'ip_allocation_type'), + "cniBgpConfiguration": CONFIG.get('DEFAULT_CNI_NETWORK', 'cni_bgp_configuration'), + "ipv4prefix": CONFIG.get('DEFAULT_CNI_NETWORK', 'ipv4prefix'), + "ipv6prefix": CONFIG.get('DEFAULT_CNI_NETWORK', 'ipv6prefix'), + "l3_isolation_domain_id": CONFIG.get('DEFAULT_CNI_NETWORK', 'l3_isolation_domain_id'), + }) + + @ResourceGroupPreparer(name_prefix='clitest_rg'[:7], key='rg', parameter_name='rg') + def test_defaultcninetwork_scenario1(self): + ''' test scenario for DefaultCNINetwork CRUD operations''' + call_scenario1(self) diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_hybridakscluster.py b/src/networkcloud/azext_networkcloud/tests/latest/test_hybridakscluster.py new file mode 100644 index 00000000000..cf652c9b5ef --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_hybridakscluster.py @@ -0,0 +1,84 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +HybridAksCluster test scenarios +""" + +from azure.cli.testsdk import ScenarioTest +from azure.cli.testsdk.scenario_tests import AllowLargeResponse +from .config import CONFIG + + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_update(test, checks=[ + test.check('tags', '{tagsUpdate}'), + test.check('provisioningState', 'Succeeded') + ]) + step_show(test, checks=[]) + step_list_subscription(test) + step_list_resource_group(test, checks=[]) + cleanup_scenario1(test) + + +def step_show(test, checks=None): + '''hybridakscluster show operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud hybridakscluster show --name {name} ' + '--resource-group {rg}', checks=checks) + + +def step_list_resource_group(test, checks=None): + '''hybridakscluster list by resource group operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud hybridakscluster list --resource-group {rg}') + + +@AllowLargeResponse +def step_list_subscription(test): + '''hybridakscluster list by subscription operation''' + test.cmd('az networkcloud hybridakscluster list') + + +def step_update(test, checks=None): + '''hybridakscluster update operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud hybridakscluster update --name {name} ' + '--tags {tagsUpdate} --resource-group {rg}') + + +class HybridAksClusterScenarioTest1(ScenarioTest): + '''hybridakscluster Scenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + # Autogenerated resource group and name are not used in this scenario because the Hybrid AKS Cluster + # is created when a tenant creates the provisioned cluster + 'name': CONFIG.get('HYBRID_AKS_CLUSTER', 'name'), + 'rg': CONFIG.get('HYBRID_AKS_CLUSTER', 'resource_group'), + 'tags': CONFIG.get('HYBRID_AKS_CLUSTER', 'tags'), + 'tagsUpdate': CONFIG.get('HYBRID_AKS_CLUSTER', 'tags_update'), + }) + + def test_hybridakscluster_scenario1(self): + ''' test scenario for hybridakscluster CRUD operations''' + call_scenario1(self) diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_l2network.py b/src/networkcloud/azext_networkcloud/tests/latest/test_l2network.py new file mode 100644 index 00000000000..ab6718a7d8f --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_l2network.py @@ -0,0 +1,112 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +L2Network tests scenarios +""" + +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer +from .config import CONFIG + + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_create(test, checks=[ + test.check('name', '{name}'), + test.check('provisioningState', 'Succeeded') + ]) + step_update(test, checks=[ + test.check('tags', '{tagsUpdate}'), + test.check('provisioningState', 'Succeeded') + ]) + step_show(test, checks=[]) + step_list_subscription(test, checks=[]) + step_list_resource_group(test, checks=[]) + step_delete(test, checks=[]) + cleanup_scenario1(test) + + +def step_create(test, checks=None): + '''L2Network create operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud l2network create --name {name} --extended-location ' + 'name={extendedLocation} type={type} --location {location} ' + '--hybrid-aks-plugin-type {hybridAksPluginType} ' + '--interface-name {interfaceName} ' + '--l2-isolation-domain-id {l2_isolation_domain_id} --tags ' + ' {tags} --resource-group {rg}', checks=checks) + + +def step_show(test, checks=None): + '''L2Network show operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud l2network show --name {name} --resource-group {rg}') + + +def step_delete(test, checks=None): + '''L2Network delete operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud l2network delete --name {name} --resource-group {rg} -y') + + +def step_list_resource_group(test, checks=None): + '''L2Network list by resource group operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud l2network list --resource-group {rg}') + + +def step_list_subscription(test, checks=None): + '''L2Network list by subscription operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud l2network list') + + +def step_update(test, checks=None): + '''L2Network update operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud l2network update --name {name} --tags {tagsUpdate} --resource-group {rg}') + + +class L2NetworkScenarioTest(ScenarioTest): + '''L2Network scenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + 'name': self.create_random_name(prefix="cli-test-l2-", length=24), + 'location': CONFIG.get('L2_NETWORK', 'location'), + 'extendedLocation': CONFIG.get('L2_NETWORK', 'extended_location'), + 'tags': CONFIG.get('L2_NETWORK', 'tags'), + 'tagsUpdate': CONFIG.get('L2_NETWORK', 'tags_update'), + "type": CONFIG.get('L2_NETWORK', 'type'), + "interfaceName": CONFIG.get('L2_NETWORK', 'interface_name'), + "hybridAksPluginType": CONFIG.get('L2_NETWORK', 'hybrid_aks_plugin_type'), + "l2_isolation_domain_id": CONFIG.get('L2_NETWORK', 'l2_isolation_domain_id'), + }) + + @ResourceGroupPreparer(name_prefix='clitest_rg'[:7], key='rg', parameter_name='rg') + def test_l2network_scenario1(self): + '''test scenario for L2Network CRUD operations''' + call_scenario1(self) diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_l3network.py b/src/networkcloud/azext_networkcloud/tests/latest/test_l3network.py new file mode 100644 index 00000000000..f963cf6f1a9 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_l3network.py @@ -0,0 +1,118 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +L3Network tests scenarios +""" + +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer +from .config import CONFIG + + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_create(test, checks=[ + test.check('name', '{name}'), + test.check('provisioningState', 'Succeeded') + ]) + step_update(test, checks=[ + test.check('tags', '{tagsUpdate}'), + test.check('provisioningState', 'Succeeded') + ]) + step_show(test, checks=[]) + step_list_subscription(test, checks=[]) + step_list_resource_group(test, checks=[]) + step_delete(test, checks=[]) + cleanup_scenario1(test) + + +def step_create(test, checks=None): + '''L3Network create operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud l3network create --name {name} --extended-location ' + 'name={extendedLocation} type="CustomLocation" --location {location} ' + '--hybrid-aks-ipam-enabled {hybridAksIpamEnabled} ' + '--hybrid-aks-plugin-type {hybridAksPluginType} ' + ' --interface-name "eth0" --ip-allocation-type {ipAllocationType}' + ' --ipv4-connected-prefix {ipv4prefix} --ipv6-connected-prefix {ipv6prefix} ' + '--l3-isolation-domain-id {l3_isolation_domain_id} --vlan {vlan} --tags ' + ' {tags} --resource-group {rg}', checks=checks) + + +def step_show(test, checks=None): + '''L3Network show operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud l3network show --name {name} --resource-group {rg}') + + +def step_delete(test, checks=None): + '''L3Network delete operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud l3network delete --name {name} --resource-group {rg} -y') + + +def step_list_resource_group(test, checks=None): + '''L3Network list by resource group operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud l3network list --resource-group {rg}') + + +def step_list_subscription(test, checks=None): + '''L3Network list by subscription operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud l3network list') + + +def step_update(test, checks=None): + '''L3Network update operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud l3network update --name {name} --tags {tagsUpdate} --resource-group {rg}') + + +class L3NetworkScenarioTest(ScenarioTest): + ''' L3Network scenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + 'name': self.create_random_name(prefix="cli-test-l3-", length=24), + 'location': CONFIG.get('L3_NETWORK', 'location'), + 'extendedLocation': CONFIG.get('L3_NETWORK', 'extended_location'), + 'tags': CONFIG.get('L3_NETWORK', 'tags'), + 'tagsUpdate': CONFIG.get('L3_NETWORK', 'tags_update'), + "type": CONFIG.get('L3_NETWORK', 'type'), + 'vlan': CONFIG.get('L3_NETWORK', 'vlan'), + "ipAllocationType": CONFIG.get('L3_NETWORK', 'ip_allocation_type'), + "hybridAksPluginType": CONFIG.get('L3_NETWORK', 'hybrid_aks_plugin_type'), + "hybridAksIpamEnabled": CONFIG.get('L3_NETWORK', 'hybrid_aks_ipam_enabled'), + "ipv4prefix": CONFIG.get('L3_NETWORK', 'ipv4prefix'), + "ipv6prefix": CONFIG.get('L3_NETWORK', 'ipv6prefix'), + "l3_isolation_domain_id": CONFIG.get('L3_NETWORK', 'l3_isolation_domain_id'), + }) + + @ResourceGroupPreparer(name_prefix='clitest_rg'[:7], key='rg', parameter_name='rg') + def test_l3network_scenario1(self): + ''' test scenario for L3Network CRUD operations''' + call_scenario1(self) diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_metricsconfiguration.py b/src/networkcloud/azext_networkcloud/tests/latest/test_metricsconfiguration.py new file mode 100644 index 00000000000..c4b0a1a1cce --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_metricsconfiguration.py @@ -0,0 +1,105 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +MetricsConfiguration tests scenarios +""" + +from azure.cli.testsdk import ScenarioTest +from .config import CONFIG + + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_create(test, checks=[test.check('provisioningState', 'Succeeded')]) + step_update(test, checks=[ + test.check('tags', '{tagsUpdate}'), + test.check('provisioningState', 'Succeeded') + ]) + step_show(test, checks=[]) + step_list_resource_group(test, checks=[]) + step_delete(test, checks=[]) + cleanup_scenario1(test) + + +def step_create(test, checks=None): + '''MetricsConfiguration create operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud cluster metricsconfiguration create --cluster-name {clusterName} ' + '--extended-location name={extendedLocation} type="CustomLocation" ' + '--location {location} --collection-interval {collectionInterval} ' + '--enabled-metrics {enabledMetrics} --tags {tags} ' + '--resource-group {rg}', checks=checks) + + +def step_show(test, checks=None): + '''MetricsConfiguration show operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud cluster metricsconfiguration show --cluster-name {clusterName} --resource-group {rg}') + + +def step_delete(test, checks=None): + '''MetricsConfiguration delete operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud cluster metricsconfiguration delete --cluster-name {clusterName} --resource-group {rg} -y') + + +def step_list_resource_group(test, checks=None): + '''MetricsConfiguration list by resource group operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud cluster metricsconfiguration list ' + '--cluster-name {clusterName} --resource-group {rg}') + + +def step_update(test, checks=None): + '''MetricsConfiguration update operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud cluster metricsconfiguration update ' + '--cluster-name {clusterName} --tags {tagsUpdate} ' + '--enabled-metrics {enabledMetrics} ' + '--collection-interval {collectionInterval} --resource-group {rg}') + + +class MetricsConfigurationScenarioTest(ScenarioTest): + ''' MetricsConfiguration scenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + # Autogenerated resource group is not used in this scenario as it depends on the + # parent resource cluster to be present in the RG + 'rg': CONFIG.get('METRICSCONFIGURATION', 'resource_group'), + 'location': CONFIG.get('METRICSCONFIGURATION', 'location'), + 'extendedLocation': CONFIG.get('METRICSCONFIGURATION', 'extended_location'), + 'tags': CONFIG.get('METRICSCONFIGURATION', 'tags'), + 'collectionInterval': CONFIG.get('METRICSCONFIGURATION', 'collection_interval'), + 'enabledMetrics': CONFIG.get('METRICSCONFIGURATION', 'enabled_metrics'), + 'tagsUpdate': CONFIG.get('METRICSCONFIGURATION', 'tags_update'), + "clusterName": CONFIG.get('METRICSCONFIGURATION', 'cluster_name'), + }) + + def test_metricsconfiguration_scenario1(self): + ''' test scenario for MetricsConfiguration CRUD operations''' + call_scenario1(self) diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_networkcloud.py b/src/networkcloud/azext_networkcloud/tests/latest/test_networkcloud.py new file mode 100644 index 00000000000..0b1fc947ba0 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_networkcloud.py @@ -0,0 +1,13 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +from azure.cli.testsdk import ScenarioTest + + +class NetworkcloudScenario(ScenarioTest): + # TODO: add tests here + pass diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_rack.py b/src/networkcloud/azext_networkcloud/tests/latest/test_rack.py new file mode 100644 index 00000000000..246f2408efa --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_rack.py @@ -0,0 +1,89 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +Rack test scenarios +""" + +from azure.cli.testsdk import ScenarioTest +from azure.cli.testsdk.scenario_tests import AllowLargeResponse +from .config import CONFIG + + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_update(test, checks=[ + test.check('tags', '{tagsUpdate}'), + test.check('provisioningState', 'Succeeded') + ]) + step_show(test, checks=[]) + step_list_subscription(test) + step_list_resource_group(test, checks=[]) + cleanup_scenario1(test) + + +def step_show(test, checks=None): + '''Rack show operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud rack show --name {name} ' + '--resource-group {rg}', checks=checks) + + +def step_list_resource_group(test=None, checks=None): + '''Rack list by resource group operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud rack list --resource-group {rg}') + + +@AllowLargeResponse +def step_list_subscription(test): + '''Rack list by subscription operation''' + test.cmd('az networkcloud rack list') + + +def step_update(test, checks=None): + '''Rack update operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud rack update --name {name} ' + '--rack-location {rackLocation} ' + '--rack-serial-number {serialNumber} ' + '--tags {tagsUpdate} --resource-group {rg}') + + +# As Rack is a hydrated resource, it won't be provisioned in a testing rg +# instead, we will use a resource created as a part of cluster deployment for testing +class RackScenarioTest(ScenarioTest): + '''Rack scenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + 'name': CONFIG.get('RACK', 'name'), + 'location': CONFIG.get('RACK', 'location'), + 'rackLocation': CONFIG.get('RACK', 'rack_location'), + 'rg': CONFIG.get('RACK', 'resource_group'), + 'serialNumber': CONFIG.get('RACK', 'serial_number'), + 'tags': CONFIG.get('RACK', 'tags'), + 'tagsUpdate': CONFIG.get('RACK', 'tags_update'), + }) + + def test_rack_scenario1(self): + ''' test scenario for Rack read and update operations''' + call_scenario1(self) diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_racksku.py b/src/networkcloud/azext_networkcloud/tests/latest/test_racksku.py new file mode 100644 index 00000000000..e4c918955e8 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_racksku.py @@ -0,0 +1,57 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +RackSku tests scenarios +""" + +from azure.cli.testsdk import ScenarioTest +from .config import CONFIG + + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_show(test, checks=None) + step_list_subscription(test, checks=[]) + cleanup_scenario1(test) + + +def step_show(test, checks=None): + '''RackSku show operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud racksku show --name {rackskuname}') + + +def step_list_subscription(test, checks=None): + '''RackSku list by subscription operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud racksku list') + + +class RackSkuScenarioTest(ScenarioTest): + ''' RackSku scenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + 'rackskuname': CONFIG.get('RACKSKU', 'name') + }) + + def test_racksku_scenario1(self): + ''' test scenario for RackSku operations''' + call_scenario1(self) diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_storageappliance.py b/src/networkcloud/azext_networkcloud/tests/latest/test_storageappliance.py new file mode 100644 index 00000000000..fba213b7764 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_storageappliance.py @@ -0,0 +1,124 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +StorageAppliance tests scenarios +""" + +from azure.cli.testsdk.scenario_tests import AllowLargeResponse +from azure.cli.testsdk import ScenarioTest +from .config import CONFIG + + +def setup_scenario1(test): + """Env setup_scenario1""" + + +def cleanup_scenario1(test): + """Env cleanup_scenario1""" + + +def call_scenario1(test): + """# Testcase: scenario1""" + setup_scenario1(test) + step_enable_remote_vendor_management( + test, + checks=[test.check("status", "Succeeded")], + ) + step_disable_remote_vendor_management( + test, + checks=[test.check("status", "Succeeded")], + ) + step_show(test, checks=[]) + step_list_subscription(test, checks=[]) + step_list_resource_group(test, checks=[]) + step_update( + test, + checks=[ + test.check("tags", "{tagsUpdate}"), + test.check("provisioningState", "Succeeded"), + ], + ) + cleanup_scenario1(test) + + +def step_enable_remote_vendor_management(test, checks=None): + """StorageAppliance enable remote vendor management operation""" + if checks is None: + checks = [] + test.cmd( + "az networkcloud storageappliance enable-remote-vendor-management --resource-group {rg} --storage-appliance-name {name}", + checks=checks, + ) + + +def step_disable_remote_vendor_management(test, checks=None): + """StorageAppliance disable remote vendor management operation""" + if checks is None: + checks = [] + test.cmd( + "az networkcloud storageappliance disable-remote-vendor-management --resource-group {rg} --storage-appliance-name {name}", + checks=checks, + ) + + +def step_show(test, checks=None): + """StorageAppliance show operation""" + if checks is None: + checks = [] + test.cmd( + "az networkcloud storageappliance show --resource-group {rg} --storage-appliance-name {name}" + ) + + +def step_list_resource_group(test, checks=None): + """StorageAppliance list by resource group operation""" + if checks is None: + checks = [] + test.cmd("az networkcloud storageappliance list --resource-group {rg}") + + +def step_list_subscription(test, checks=None): + """StorageAppliance list by subscription operation""" + if checks is None: + checks = [] + test.cmd("az networkcloud storageappliance list") + + +# skip run-read-command as it's not implemented yet +# def step_run_read_command(test, checks=None): + + +def step_update(test, checks=None): + """StorageAppliance update operation""" + if checks is None: + checks = [] + test.cmd( + "az networkcloud storageappliance update --resource-group {rg} --storage-appliance-name {name} --serial-number {serialNumber} --tags {tagsUpdate}" + ) + + +# As storage appliance is hydrated resource, it won't be provisioned in a testing rg +# instead, we will use a pre-provisioned storage appliance (from an actual lab) for testing +class StorageApplianceScenarioTest(ScenarioTest): + """StorageAppliance scenario test""" + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update( + { + "name": CONFIG.get("STORAGE_APPLIANCE", "name"), + "rg": CONFIG.get("STORAGE_APPLIANCE", "rg"), + "tagsUpdate": CONFIG.get("STORAGE_APPLIANCE", "tags_update"), + "serialNumber": CONFIG.get("STORAGE_APPLIANCE", "serial_number"), + } + ) + + @AllowLargeResponse() + def test_storage_appliance_scenario1(self): + """test scenario for StorageAppliance CRUD operations""" + call_scenario1(self) diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_trunkednetwork.py b/src/networkcloud/azext_networkcloud/tests/latest/test_trunkednetwork.py new file mode 100644 index 00000000000..a15d6e40b0c --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_trunkednetwork.py @@ -0,0 +1,112 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +TrunkedNetwork tests scenarios +""" + +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer +from .config import CONFIG + + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_create(test, checks=[ + test.check('name', '{name}'), + test.check('provisioningState', 'Succeeded') + ]) + step_update(test, checks=[ + test.check('tags', '{tagsUpdate}'), + test.check('provisioningState', 'Succeeded') + ]) + step_show(test, checks=[]) + step_list_subscription(test, checks=[]) + step_list_resource_group(test, checks=[]) + step_delete(test, checks=[]) + cleanup_scenario1(test) + + +def step_create(test, checks=None): + '''TrunkedNetwork create operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud trunkednetwork create --name {name} --extended-location ' + ' name={extendedLocation} type="CustomLocation" --location {location} ' + '--hybrid-aks-plugin-type "{hybridAksPluginType}" --interface-name "{interfaceName}" ' + '--isolation-domain-ids {isolationDomainIds} --vlans {vlans} ' + '--tags {tags} --resource-group {rg} --debug', checks=checks) + + +def step_show(test, checks=None): + '''TrunkedNetwork show operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud trunkednetwork show --name {name} --resource-group {rg}') + + +def step_delete(test, checks=None): + '''TrunkedNetwork delete operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud trunkednetwork delete --name {name} --resource-group {rg} -y') + + +def step_list_resource_group(test, checks=None): + '''TrunkedNetwork list by resource group operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud trunkednetwork list --resource-group {rg}') + + +def step_list_subscription(test, checks=None): + '''TrunkedNetwork list by subscription operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud trunkednetwork list') + + +def step_update(test, checks=None): + '''TrunkedNetwork update operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud trunkednetwork update --name {name} --tags {tagsUpdate} --resource-group {rg}') + + +class TrunkedNetworkScenarioTest(ScenarioTest): + '''TrunkedNetwork scenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + 'name': self.create_random_name(prefix="cli-test-trunkednw-", length=24), + 'location': CONFIG.get('TRUNKED_NETWORK', 'location'), + 'extendedLocation': CONFIG.get('TRUNKED_NETWORK', 'extended_location'), + 'tags': CONFIG.get('TRUNKED_NETWORK', 'tags'), + 'tagsUpdate': CONFIG.get('TRUNKED_NETWORK', 'tags_update'), + "type": CONFIG.get('TRUNKED_NETWORK', 'type'), + 'vlans': CONFIG.get('TRUNKED_NETWORK', 'vlans'), + "interfaceName": CONFIG.get('TRUNKED_NETWORK', 'interface_name'), + "hybridAksPluginType": CONFIG.get('TRUNKED_NETWORK', 'hybrid_aks_plugin_type'), + "isolationDomainIds": CONFIG.get('TRUNKED_NETWORK', 'isolation_domain_ids'), + }) + + @ResourceGroupPreparer(name_prefix='clitest_rg'[:7], key='rg', parameter_name='rg') + def test_trunkednetwork_scenario1(self): + '''test scenario for TrunkedNetwork CRUD operations''' + call_scenario1(self) diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_virtualmachine.py b/src/networkcloud/azext_networkcloud/tests/latest/test_virtualmachine.py new file mode 100644 index 00000000000..62eb8383376 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_virtualmachine.py @@ -0,0 +1,173 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +VirtualMachine tests scenarios +""" + +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer +from .config import CONFIG + + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_create(test, checks=[ + test.check('name', '{name}'), + test.check('provisioningState', 'Succeeded') + ]) + step_update(test, checks=[ + test.check('tags', '{tagsUpdate}'), + test.check('provisioningState', 'Succeeded') + ]) + step_show(test, checks=[]) + step_list_subscription(test, checks=[]) + step_list_resource_group(test, checks=[]) + step_reimage(test, checks=[]) + step_restart(test, checks=[]) + step_power_off(test, checks=[]) + step_start(test, checks=[]) + step_delete(test, checks=[]) + cleanup_scenario1(test) + + +def step_create(test, checks=None): + '''VirtualMachine create operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud virtualmachine create --name {name} --extended-location ' + 'name={extendedLocation} type="CustomLocation" --location {location} ' + '--admin-username {adminUserName} --boot-method {bootMethod} ' + '--cloud-services-network-attachment attached-network-id={attachedNetworkID} ' + '--cpu-cores {cpuCores} --isolate-emulator-thread {isolateEmulatorThread} ' + '--memory-size {memorySize} --network-attachments {networkAttachments} ' + '--network-data {networkData} --placement-hints {placementHints} ' + '--ssh-key-values {sshKeyValues} --storage-profile disk-size={diskSize} create-option={createOpt} ' + ' delete-option={deleteOpt} --tags {tags} ' + '--user-data {userData} --virtio-interface {virtioInterface} ' + '--vm-image {vmName} --vm-image-repository-credentials password={password} ' + 'registry-url={registryURL} username={userName} --resource-group {rg}', checks=checks) + + +def step_show(test, checks=None): + '''VirtualMachine show operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud virtualmachine show --name {name} --resource-group {rg}') + + +def step_reimage(test, checks=None): + '''VirtualMachine reimage operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud virtualmachine reimage --name {name} --resource-group {rg} ') + + +def step_restart(test, checks=None): + '''VirtualMachine restart operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud virtualmachine restart --name {name} --resource-group {rg} ') + + +def step_power_off(test, checks=None): + '''VirtualMachine power off operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud virtualmachine power-off --name {name} --resource-group {rg} ' + '--skip-shutdown "True"') + + +def step_start(test, checks=None): + '''VirtualMachine start operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud virtualmachine start --name {name} --resource-group {rg} ') + + +def step_delete(test, checks=None): + '''VirtualMachine delete operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud virtualmachine delete --name {name} --resource-group {rg} -y') + + +def step_list_resource_group(test, checks=None): + '''VirtualMachine list by resource group operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud virtualmachine list --resource-group {rg}') + + +def step_list_subscription(test, checks=None): + '''VirtualMachine list by subscription operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud virtualmachine list') + + +def step_update(test, checks=None): + '''VirtualMachine update operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud virtualmachine update --name {name} ' + '--vm-image-repository-credentials password={password} registry-url={registryURL} username={userName} ' + '--tags {tagsUpdate} --resource-group {rg}') + + +# VirtualMachine has a different name regex. The commonly used pattern "cli-test-vm-" cannot be used as the dashes are not accepted. +class VirtualMachineScenarioTest(ScenarioTest): + '''VirtualMachine scenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + 'name': self.create_random_name(prefix="cliTestVM", length=24), + 'location': CONFIG.get('VIRTUALMACHINE', 'location'), + 'extendedLocation': CONFIG.get('VIRTUALMACHINE', 'extended_location'), + 'adminUserName': CONFIG.get('VIRTUALMACHINE', 'admin_user_name'), + 'bootMethod': CONFIG.get('VIRTUALMACHINE', 'boot_method'), + 'attachedNetworkID': CONFIG.get('VIRTUALMACHINE', 'attached_network_id'), + 'cpuCores': CONFIG.get('VIRTUALMACHINE', 'cpu_cores'), + 'isolateEmulatorThread': CONFIG.get('VIRTUALMACHINE', 'isolate_emulator_thread'), + 'memorySize': CONFIG.get('VIRTUALMACHINE', 'memory_size'), + 'networkAttachments': CONFIG.get('VIRTUALMACHINE', 'network_attachments'), + 'networkData': CONFIG.get('VIRTUALMACHINE', 'network_data'), + 'placementHints': CONFIG.get('VIRTUALMACHINE', 'placement_hints'), + 'sshKeyValues': CONFIG.get('VIRTUALMACHINE', 'ssh_key_values'), + 'diskSize': CONFIG.get('VIRTUALMACHINE', 'disk_size'), + 'createOpt': CONFIG.get('VIRTUALMACHINE', 'create_opt'), + 'deleteOpt': CONFIG.get('VIRTUALMACHINE', 'delete_opt'), + 'tags': CONFIG.get('VIRTUALMACHINE', 'tags'), + 'tagsUpdate': CONFIG.get('VIRTUALMACHINE', 'tags_update'), + 'userData': CONFIG.get('VIRTUALMACHINE', 'user_data'), + 'virtioInterface': CONFIG.get('VIRTUALMACHINE', 'virtio_interface'), + 'vmName': CONFIG.get('VIRTUALMACHINE', 'vm_name'), + 'password': CONFIG.get('VIRTUALMACHINE', 'password'), + 'registryURL': CONFIG.get('VIRTUALMACHINE', 'registry_url'), + 'userName': CONFIG.get('VIRTUALMACHINE', 'user_name'), + }) + + @ResourceGroupPreparer(name_prefix='clitest_rg'[:7], key='rg', parameter_name='rg') + def test_virtualmachine_scenario1(self): + ''' test scenario for VirtualMachine CRUD operations''' + call_scenario1(self) diff --git a/src/networkcloud/azext_networkcloud/tests/testdata/aggregatorOrSingleRackDefinition.json b/src/networkcloud/azext_networkcloud/tests/testdata/aggregatorOrSingleRackDefinition.json new file mode 100644 index 00000000000..1ffc141632b --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/testdata/aggregatorOrSingleRackDefinition.json @@ -0,0 +1,131 @@ +{ + "networkRackId": "/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet", + "rackSkuId": "/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly", + "rackSerialNumber": "b99m99r1", + "rackLocation": "b99m99r1", + "availabilityZone": "1", + "storageApplianceConfigurationData": [ + { + "rackSlot": 1, + "adminCredentials": { + "username": "admin", + "password": "admin" + }, + "storageApplianceName": "name", + "serialNumber": "serial" + } + ], + "bareMetalMachineConfigurationData": [ + { + "bmcCredentials": { + "password": "bmcPassword", + "username": "root" + }, + "bmcMacAddress": "AA:BB:CC:DD:E7:08", + "bootMacAddress": "AA:BB:CC:F8:71:2E", + "machineName": "lab00r750wkr1", + "rackSlot": 2, + "serialNumber": "5HS7PK3" + }, + { + "bmcCredentials": { + "password": "bmcPassword", + "username": "root" + }, + "bmcMacAddress": "AA:BB:CC:DD:E6:CC", + "bootMacAddress": "AA:BB:CC:F8:78:C0", + "machineDetails": "16628585", + "machineName": "lab00r750wkr2", + "rackSlot": 3, + "serialNumber": "4HS7PK3" + }, + { + "bmcCredentials": { + "password": "bmcPassword", + "username": "root" + }, + "bmcMacAddress": "AA:BB:CC:DD:D8:A4", + "bootMacAddress": "AA:BB:CC:F8:50:C6", + "machineName": "lab00r750wkr3", + "rackSlot": 4, + "serialNumber": "FM56PK3" + }, + { + "bmcCredentials": { + "password": "bmcPassword", + "username": "root" + }, + "bmcMacAddress": "AA:BB:CC:FE:82:4E", + "bootMacAddress": "AA:BB:CC:F8:5B:C8", + "machineName": "lab00r750wkr4", + "rackSlot": 5, + "serialNumber": "7M56PK3" + }, + { + "bmcCredentials": { + "password": "bmcPassword", + "username": "root" + }, + "bmcMacAddress": "AA:BB:CC:EF:5E:B8", + "bootMacAddress": "AA:BB:CC:DE:7F:F4", + "machineName": "lab00r650mgr1", + "rackSlot": 6, + "serialNumber": "6P56PK3" + }, + { + "bmcCredentials": { + "password": "bmcPassword", + "username": "root" + }, + "bmcMacAddress": "AA:BB:CC:EF:60:20", + "bootMacAddress": "AA:BB:CC:DE:79:FC", + "machineName": "lab00r650mgr2", + "rackSlot": 7, + "serialNumber": "7P56PK3" + }, + { + "bmcCredentials": { + "password": "bmcPassword", + "username": "root" + }, + "bmcMacAddress": "AA:BB:CC:FD:E9:4E", + "bootMacAddress": "AA:BB:CC:F8:5B:12", + "machineName": "lab00r750wkr5", + "rackSlot": 8, + "serialNumber": "8HS7PK3" + }, + { + "bmcCredentials": { + "password": "bmcPassword", + "username": "root" + }, + "bmcMacAddress": "AA:BB:CC:FD:E8:52", + "bootMacAddress": "AA:BB:CC:F8:76:A6", + "machineName": "lab00r750wkr6", + "rackSlot": 9, + "serialNumber": "2N56PK3" + }, + { + "bmcCredentials": { + "password": "bmcPassword", + "username": "root" + }, + "bmcMacAddress": "AA:BB:CC:FD:E8:40", + "bootMacAddress": "AA:BB:CC:F8:60:4C", + "machineName": "lab00r750wkr7", + "rackSlot": 10, + "serialNumber": "GM56PK3" + }, + { + "bmcCredentials": { + "password": "bmcPassword", + "username": "root" + }, + "bmcMacAddress": "AA:BB:CC:FD:DC:76", + "bootMacAddress": "AA:BB:CC:F8:50:CA", + "machineName": "lab00r750wkr8", + "rackSlot": 11, + "serialNumber": "9M56PK3" + } + ] +} \ No newline at end of file diff --git a/src/networkcloud/azext_networkcloud/tests/unit/__init__.py b/src/networkcloud/azext_networkcloud/tests/unit/__init__.py new file mode 100644 index 00000000000..5757aea3175 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/unit/__init__.py @@ -0,0 +1,6 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- diff --git a/src/networkcloud/azext_networkcloud/tests/unit/test_virtualmachine.py b/src/networkcloud/azext_networkcloud/tests/unit/test_virtualmachine.py new file mode 100644 index 00000000000..7aab09905f0 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/unit/test_virtualmachine.py @@ -0,0 +1,124 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- +import unittest +from unittest import mock + +from azure.cli.core.aaz import AAZStrType +from azure.cli.core.commands import AzCliCommand +from azure.cli.core.mock import DummyCli + +from cryptography.hazmat.primitives.asymmetric import rsa +from cryptography.hazmat.primitives import serialization + +from azure.cli.core.azclierror import InvalidArgumentValueError + +from azext_networkcloud import NetworkcloudCommandsLoader +from azext_networkcloud.aaz.operations.virtualmachine._create import add_ssh_key_action, generate_ssh_keys, get_ssh_keys_from_path + + +class TestVirtualMachineCreate(unittest.TestCase): + def setUp(self): + self._cli_ctx = DummyCli() + loader = NetworkcloudCommandsLoader(self._cli_ctx) + self._cmd = AzCliCommand(loader, 'test', None) + + @mock.patch('azure.cli.core.keys.generate_ssh_keys') + @mock.patch('os.path.expanduser') + def test_generate_ssh_keys(self, mock_expand_user, mock_keys): + # Mock user home dir path + mock_expand_user.assert_called_with = '~' + test_home_dir = '/home/user' + mock_expand_user.return_value = test_home_dir + + # Mock generated keys return values + test_key_contents = '======ssh-rsa foo' + mock_keys.return_value = test_key_contents + + # Call func + result = generate_ssh_keys() + + # Validate call values match mock home dir + mock_keys.assert_called_with('{}/.ssh/id_rsa'.format(test_home_dir), + '{}/.ssh/id_rsa.pub'.format(test_home_dir)) + + # Validate result matches key returned by azcli lib + self.assertEqual(result, [{'keyData': test_key_contents}]) + + @mock.patch('os.listdir') + @mock.patch('os.path.isdir') + @mock.patch('os.path.isfile') + def test_get_ssh_keys_from_path(self, mock_isfile, mock_isdir, mock_listdir): + key = rsa.generate_private_key(65537, 2048) + valid_key = str(key.public_key().public_bytes(serialization.Encoding.OpenSSH, + serialization.PublicFormat.OpenSSH), 'UTF-8') + invalid_key = '==== ssh-rsa' + + # Create a list of paths + paths = ['/home/user/.ssh/id_rsa.pub', '/home/user2/.ssh/id_rsa.pub'] + mock_listdir.return_value = ['/dir/key.pub', '/dir/id_rsa.pub'] + + # Test that a path that is not a dir nor a file raises exception + mock_isdir.return_value = False + mock_isfile.return_value = False + with self.assertRaises(InvalidArgumentValueError): + get_ssh_keys_from_path(paths) + + # Test that a valid file path to a valid key results in a list of keys + mock_isfile.return_value = True + with mock.patch('builtins.open', mock.mock_open(None, valid_key)): + result = get_ssh_keys_from_path(paths) + self.assertEqual([{'keyData': valid_key} for _ in paths], result) + + # Test that a valid file path to a invalid key raises exception + with mock.patch('builtins.open', mock.mock_open(None, invalid_key)): + with self.assertRaises(InvalidArgumentValueError): + get_ssh_keys_from_path(paths) + + # Test that a valid dir path to valid keys results in a list of keys + mock_isdir.return_value = True + mock_isfile.return_value = False + with mock.patch('builtins.open', mock.mock_open(None, valid_key)): + result = get_ssh_keys_from_path(paths) + self.assertEqual([{'keyData': valid_key} + for _ in range(4)], result) + + # Test that a valid dir path to invalid keys raises exception + with mock.patch('builtins.open', mock.mock_open(None, invalid_key)): + with self.assertRaises(InvalidArgumentValueError): + get_ssh_keys_from_path(paths) + + # Test that a valid dir path with no keys raises exception + mock_listdir.return_value = [] + with self.assertRaises(InvalidArgumentValueError): + get_ssh_keys_from_path(paths) + + # Test that a valid dir path with no .pub files raises exception + mock_listdir.return_value = ['/home/user/.ssh/id_rsa'] + with self.assertRaises(InvalidArgumentValueError): + get_ssh_keys_from_path(paths) + + def test_add_key_action(self): + # Generate some valid public keys for testing + keys = [] + for _ in range(5): + key = rsa.generate_private_key(65537, 2048) + pub = key.public_key().public_bytes(serialization.Encoding.OpenSSH, + serialization.PublicFormat.OpenSSH) + # Convert from bytes + keys.append(str(pub, 'UTF-8')) + + # Wrap keys in expected return format + expected_result = [{'keyData': x} for x in keys] + + # TODO(drewwalters): a future enhancement would be to figure out how to + # pass keys wrapped in the type the code expects. Passing as a string + # achieves the same result for now. Example: + # values = [AAZStrType(x) for x in keys] + self.assertEqual(expected_result, add_ssh_key_action(keys)) + + # Change a key to an invalid type and validate it raises exception + keys[1] = '==== ssh-rsa invalid-key' + with self.assertRaises(InvalidArgumentValueError): + add_ssh_key_action(keys) diff --git a/src/networkcloud/setup.cfg b/src/networkcloud/setup.cfg new file mode 100644 index 00000000000..2fdd96e5d39 --- /dev/null +++ b/src/networkcloud/setup.cfg @@ -0,0 +1 @@ +#setup.cfg \ No newline at end of file diff --git a/src/networkcloud/setup.py b/src/networkcloud/setup.py new file mode 100644 index 00000000000..97ef8c3fee9 --- /dev/null +++ b/src/networkcloud/setup.py @@ -0,0 +1,49 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +from codecs import open +from setuptools import setup, find_packages + + +# HISTORY.rst entry. +VERSION = '0.3.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.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'License :: OSI Approved :: MIT License', +] + +DEPENDENCIES = [] + +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='networkcloud', + version=VERSION, + description='Support for Azure Operator Nexus network cloud commands based on 2022-12-12-preview API version.', + long_description=README + '\n\n' + HISTORY, + license='MIT', + author='Microsoft Corporation', + author_email='azpycli@microsoft.com', + url='https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud', + classifiers=CLASSIFIERS, + packages=find_packages(exclude=["tests"]), + package_data={'azext_networkcloud': ['azext_metadata.json']}, + install_requires=DEPENDENCIES +) diff --git a/src/scvmm/HISTORY.rst b/src/scvmm/HISTORY.rst index ff342fd53f6..adf1858590d 100644 --- a/src/scvmm/HISTORY.rst +++ b/src/scvmm/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +0.1.8 +++++++ +* Added support for checkpoint operations to create, delete and restore checkpoints +* Added deleteFromHost flag to delete VM from on-prem 0.1.7 ++++++ diff --git a/src/scvmm/azext_scvmm/_help.py b/src/scvmm/azext_scvmm/_help.py index 04257f0665d..5619abcdef3 100644 --- a/src/scvmm/azext_scvmm/_help.py +++ b/src/scvmm/azext_scvmm/_help.py @@ -608,6 +608,11 @@ text: |- az scvmm vm delete --subscription contoso-sub \ --resource-group contoso-rg --name contoso-avset --force + + - name: Delete the VM from SCVMM + text: |- + az scvmm vm delete --subscription contoso-sub \ +--resource-group contoso-rg --name contoso-avset --deleteFromHost """ helps[ @@ -684,6 +689,43 @@ --resource-group contoso-rg --name contoso-vm """ +helps[ + 'scvmm vm create-checkpoint' +] = """ + type: command + short-summary: Create a VM checkpoint + examples: + - name: Create VM checkpoint + text: |- + az scvmm vm create-checkpoint --subscription contoso-sub \ +--resource-group contoso-rg --name contoso-vm --checkpoint-name contoso-chkpt-name \ +--checkpoint-description contoso-chkpt-description +""" + +helps[ + 'scvmm vm delete-checkpoint' +] = """ + type: command + short-summary: Delete the specified VM checkpoint + examples: + - name: Delete VM checkpoint + text: |- + az scvmm vm delete-checkpoint --subscription contoso-sub \ +--resource-group contoso-rg --name contoso-vm --checkpoint-id checkpoint-guid +""" + +helps[ + 'scvmm vm restore-checkpoint' +] = """ + type: command + short-summary: Restore VM checkpoint + examples: + - name: Restore VM checkpoint + text: |- + az scvmm vm restore-checkpoint --subscription contoso-sub \ +--resource-group contoso-rg --name contoso-vm --checkpoint-id checkpoint-guid +""" + helps[ 'scvmm vm update' ] = """ diff --git a/src/scvmm/azext_scvmm/_params.py b/src/scvmm/azext_scvmm/_params.py index f23ba1055ac..e0e4c85b488 100644 --- a/src/scvmm/azext_scvmm/_params.py +++ b/src/scvmm/azext_scvmm/_params.py @@ -170,6 +170,29 @@ def load_arguments(self: AzCommandsLoader, _): help="Skip shutdown and power-off immediately.", ) + with self.argument_context('scvmm vm create-checkpoint') as c: + c.argument( + 'checkpoint_name', + help="Name of the checkpoint to be created.", + ) + + c.argument( + 'checkpoint_description', + help="Description of the checkpoint to be created.", + ) + + with self.argument_context('scvmm vm delete-checkpoint') as c: + c.argument( + 'checkpoint_id', + help="Checkpoint UUID.", + ) + + with self.argument_context('scvmm vm restore-checkpoint') as c: + c.argument( + 'checkpoint_id', + help="Checkpoint UUID.", + ) + with self.argument_context('scvmm vm nic') as c: c.argument('nic_name', options_list=['--name', '-n'], help="Name of the NIC.") c.argument('nic_id', options_list=['--nic-id'], help="UUID of the NIC.") @@ -255,6 +278,11 @@ def load_arguments(self: AzCommandsLoader, _): action='store_true', help='Disable the VM from azure but retain the VM in VMM.', ) + c.argument( + 'deleteFromHost', + action='store_true', + help='Delete the VM from the SCVMM.', + ) with self.argument_context('scvmm avset') as c: c.argument( diff --git a/src/scvmm/azext_scvmm/commands.py b/src/scvmm/azext_scvmm/commands.py index c43a9335a9b..9ca577645f9 100644 --- a/src/scvmm/azext_scvmm/commands.py +++ b/src/scvmm/azext_scvmm/commands.py @@ -146,6 +146,9 @@ def load_command_table(self: AzCommandsLoader, _): g.custom_command('start', 'start_vm', supports_no_wait=True) g.custom_command('stop', 'stop_vm', supports_no_wait=True) g.custom_command('restart', 'restart_vm', supports_no_wait=True) + g.custom_command('create-checkpoint', 'create_vm_checkpoint', supports_no_wait=True) + g.custom_command('delete-checkpoint', 'delete_vm_checkpoint', supports_no_wait=True) + g.custom_command('restore-checkpoint', 'restore_vm_checkpoint', supports_no_wait=True) g.wait_command('wait') with self.command_group( diff --git a/src/scvmm/azext_scvmm/custom.py b/src/scvmm/azext_scvmm/custom.py index 36789a94291..c6f27a6036e 100644 --- a/src/scvmm/azext_scvmm/custom.py +++ b/src/scvmm/azext_scvmm/custom.py @@ -43,6 +43,9 @@ HardwareProfileUpdate, OsProfile, VirtualMachine, + VirtualMachineCreateCheckpoint, + VirtualMachineDeleteCheckpoint, + VirtualMachineRestoreCheckpoint, VirtualMachineUpdate, VirtualMachineUpdateProperties, VirtualMachineTemplate, @@ -607,6 +610,7 @@ def delete_vm( resource_name, retain=None, force=None, + deleteFromHost=None, no_wait=False, ): return sdk_no_wait( @@ -616,6 +620,7 @@ def delete_vm( resource_name, retain, force, + deleteFromHost, ) @@ -665,6 +670,49 @@ def restart_vm( ) +def create_vm_checkpoint( + cmd, + client: VirtualMachinesOperations, + resource_group_name, + resource_name, + checkpoint_name, + checkpoint_description, + no_wait=False, +): + body = VirtualMachineCreateCheckpoint(name=checkpoint_name, description=checkpoint_description) + return sdk_no_wait( + no_wait, client.begin_create_checkpoint, resource_group_name, resource_name, body + ) + + +def delete_vm_checkpoint( + cmd, + client: VirtualMachinesOperations, + resource_group_name, + resource_name, + checkpoint_id, + no_wait=False, +): + body = VirtualMachineDeleteCheckpoint(id=checkpoint_id) + return sdk_no_wait( + no_wait, client.begin_delete_checkpoint, resource_group_name, resource_name, body + ) + + +def restore_vm_checkpoint( + cmd, + client: VirtualMachinesOperations, + resource_group_name, + resource_name, + checkpoint_id, + no_wait=False, +): + body = VirtualMachineRestoreCheckpoint(id=checkpoint_id) + return sdk_no_wait( + no_wait, client.begin_restore_checkpoint, resource_group_name, resource_name, body + ) + + def get_network_interfaces( cmd, client: VirtualMachinesOperations, resource_group_name, input_nics ): diff --git a/src/scvmm/azext_scvmm/tests/latest/recordings/test_scvmm.yaml b/src/scvmm/azext_scvmm/tests/latest/recordings/test_scvmm.yaml index 394d8976dda..b4a5673cdba 100644 --- a/src/scvmm/azext_scvmm/tests/latest/recordings/test_scvmm.yaml +++ b/src/scvmm/azext_scvmm/tests/latest/recordings/test_scvmm.yaml @@ -13,23 +13,23 @@ interactions: ParameterSetName: - -g --name User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver?api-version=2020-06-05-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver","name":"arcvmm-azcli-test-vmmserver","type":"microsoft.scvmm/vmmservers","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/aadk8test/providers/microsoft.extendedlocation/customlocations/arcvmm-azcli-test-cl","type":"customLocation"},"systemData":{"createdBy":"snaskar@microsoft.com","createdByType":"User","createdAt":"2022-04-03T06:00:50.6377329Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-04-05T14:12:00.8107436Z"},"properties":{"provisioningState":"Succeeded","credentials":{"username":"cdmlab\\cdmlabuser"},"fqdn":"10.225.91.184","port":8100,"connectionStatus":"Connected","uuid":"5049e45d-ad6d-4616-9938-c2ba0bc52e77","version":"10.22.1089.0"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver","name":"arcvmm-azcli-test-vmmserver","type":"microsoft.scvmm/vmmservers","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"systemData":{"createdBy":"mchoubey@microsoft.com","createdByType":"User","createdAt":"2023-05-25T12:35:02.2007184Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-29T07:28:07.0538225Z"},"properties":{"provisioningState":"Succeeded","credentials":{"username":"cdmlab\\cdmlabuser"},"fqdn":"10.225.91.184","port":8100,"connectionStatus":"Connected","uuid":"5049e45d-ad6d-4616-9938-c2ba0bc52e77","version":"10.22.1089.0"}}' headers: cache-control: - no-cache content-length: - - '941' + - '942' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:22:37 GMT + - Mon, 29 May 2023 07:30:14 GMT etag: - - '"52004be9-0000-3400-0000-624c4e300000"' + - '"0000d66b-0000-3400-0000-647454070000"' expires: - '-1' pragma: @@ -61,21 +61,21 @@ interactions: ParameterSetName: - -g User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers?api-version=2020-06-05-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-scale3-vmmserver","name":"arcvmm-scale3-vmmserver","type":"microsoft.scvmm/vmmservers","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/aadk8test/providers/microsoft.extendedlocation/customlocations/arcvmm-scale3-cl","type":"customLocation"},"systemData":{"createdBy":"snaskar@microsoft.com","createdByType":"User","createdAt":"2022-02-28T06:09:02.5774126Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-03-30T15:15:09.1263314Z"},"properties":{"provisioningState":"Succeeded","connectionStatus":"Connected","credentials":{"username":"cdmlab\\cdmlabuser"},"fqdn":"10.225.95.100","port":8100,"uuid":"4ca12c05-1317-41b0-89b0-703dba704188","version":"10.19.2591.0"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-partners-vmmserver","name":"arcvmm-partners-vmmserver","type":"microsoft.scvmm/vmmservers","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-partners-cl","type":"customLocation"},"systemData":{"createdBy":"snaskar@microsoft.com","createdByType":"User","createdAt":"2022-03-01T17:23:06.8783877Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-04-05T14:08:00.8550309Z"},"properties":{"provisioningState":"Succeeded","connectionStatus":"Connected","uuid":"5049e45d-ad6d-4616-9938-c2ba0bc52e77","version":"10.22.1089.0","credentials":{"username":"cdmlab\\cdmlabuser"},"fqdn":"10.225.91.184","port":8100}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver","name":"arcvmm-azcli-test-vmmserver","type":"microsoft.scvmm/vmmservers","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/aadk8test/providers/microsoft.extendedlocation/customlocations/arcvmm-azcli-test-cl","type":"customLocation"},"systemData":{"createdBy":"snaskar@microsoft.com","createdByType":"User","createdAt":"2022-04-03T06:00:50.6377329Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-04-05T14:12:00.8107436Z"},"properties":{"provisioningState":"Succeeded","credentials":{"username":"cdmlab\\cdmlabuser"},"fqdn":"10.225.91.184","port":8100,"connectionStatus":"Connected","uuid":"5049e45d-ad6d-4616-9938-c2ba0bc52e77","version":"10.22.1089.0"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/sofiya-testCC01-vmm01","name":"sofiya-testCC01-vmm01","type":"Microsoft.ScVmm/vmmServers","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/microsoft.extendedlocation/customlocations/sofiya-cl01","type":"CustomLocation"},"systemData":{"createdBy":"sojilani@microsoft.com","createdByType":"User","createdAt":"2021-01-22T23:08:06.3424817Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2021-01-22T23:08:44.3010611Z"},"properties":{"provisioningState":"Failed","credentials":{"username":"cdmlab\\cdmlabuser"},"fqdn":"10.248.164.85","port":443,"connectionStatus":"Connected","uuid":"62843e17-0695-423e-ac5f-1bca0014e658","version":"10.19.1013.0"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-scale3-vmmserver","name":"arcvmm-scale3-vmmserver","type":"microsoft.scvmm/vmmservers","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/aadk8test/providers/microsoft.extendedlocation/customlocations/arcvmm-scale3-cl","type":"customLocation"},"systemData":{"createdBy":"snaskar@microsoft.com","createdByType":"User","createdAt":"2022-02-28T06:09:02.5774126Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-03-30T15:15:09.1263314Z"},"properties":{"provisioningState":"Succeeded","connectionStatus":"Connected","credentials":{"username":"cdmlab\\cdmlabuser"},"fqdn":"10.225.95.100","port":8100,"uuid":"4ca12c05-1317-41b0-89b0-703dba704188","version":"10.19.2591.0"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-partners-vmmserver","name":"arcvmm-partners-vmmserver","type":"microsoft.scvmm/vmmservers","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-partners-cl","type":"customLocation"},"systemData":{"createdBy":"snaskar@microsoft.com","createdByType":"User","createdAt":"2022-03-01T17:23:06.8783877Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-09-02T09:30:12.5083634Z"},"properties":{"provisioningState":"Succeeded","connectionStatus":"Connected","uuid":"5049e45d-ad6d-4616-9938-c2ba0bc52e77","version":"10.22.1089.0","credentials":{"username":"cdmlab\\cdmlabuser"},"fqdn":"10.225.91.184","port":8100}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-upgrade-vmmserver","name":"arcvmm-upgrade-vmmserver","type":"microsoft.scvmm/vmmservers","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/aadk8test/providers/microsoft.extendedlocation/customlocations/arcvmm-upgrade-cl","type":"customLocation"},"systemData":{"createdBy":"snaskar@microsoft.com","createdByType":"User","createdAt":"2022-04-05T17:40:50.0636184Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-04-06T06:34:07.0820639Z"},"properties":{"provisioningState":"Succeeded","connectionStatus":"Connected","uuid":"5049e45d-ad6d-4616-9938-c2ba0bc52e77","version":"10.22.1089.0","credentials":{"username":"cdmlab\\cdmlabuser"},"fqdn":"10.225.91.184","port":8100}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-scale-vmmserver","name":"arcvmm-scale-vmmserver","type":"microsoft.scvmm/vmmservers","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-scale-cl","type":"customLocation"},"systemData":{"createdBy":"snaskar@microsoft.com","createdByType":"User","createdAt":"2022-04-09T15:59:30.237313Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-04-26T06:27:23.8331214Z"},"properties":{"provisioningState":"Succeeded","credentials":{"username":"cdmlab\\cdmlabuser"},"fqdn":"10.225.95.100","port":8100,"connectionStatus":"Connected","uuid":"4ca12c05-1317-41b0-89b0-703dba704188","version":"10.19.2591.0"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/microsoft.scvmm/vmmservers/rebro-vmmserver","name":"rebro-vmmserver","type":"microsoft.scvmm/vmmservers","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/CustomLocations/rebro-cl-2","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"rebro@microsoft.com","createdByType":"User","createdAt":"2022-04-18T20:35:29.9475462Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-09-02T09:30:00.9329969Z"},"properties":{"provisioningState":"Succeeded","connectionStatus":"Connected","credentials":{"username":"cdmlab\\cdmlabuser"},"fqdn":"10.184.155.2","port":8100,"uuid":"cc9ace74-7781-4fdc-acb7-bef71416cea6","version":"10.19.2591.0"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-partners-scvmmserver","name":"arcvmm-partners-scvmmserver","type":"microsoft.scvmm/vmmservers","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/aadk8test/providers/microsoft.extendedlocation/customlocations/arcvmm-partners-cloc","type":"customLocation"},"systemData":{"createdBy":"mchoubey@microsoft.com","createdByType":"User","createdAt":"2022-10-10T13:05:08.7198754Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T16:39:17.402021Z"},"properties":{"provisioningState":"Succeeded","credentials":{"username":"cdmlab\\cdmlabuser"},"fqdn":"10.225.91.184","port":8100,"connectionStatus":"Connected","uuid":"5049e45d-ad6d-4616-9938-c2ba0bc52e77","version":"10.22.1089.0"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcscvmm-partners-ga-vmmserver","name":"arcscvmm-partners-ga-vmmserver","type":"microsoft.scvmm/vmmservers","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcscvmm-partners-ga-cl","type":"customLocation"},"systemData":{"createdBy":"siddhsingh@microsoft.com","createdByType":"User","createdAt":"2023-02-22T07:36:52.3596666Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-29T07:23:35.6252855Z"},"properties":{"provisioningState":"Succeeded","credentials":{"username":"cdmlab\\cdmlabuser"},"fqdn":"10.184.138.246","port":8100,"connectionStatus":"Connected","uuid":"90c890d7-c976-47a5-ae78-ef44856024e4","version":"10.22.1495.0"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-partners-ga-vmmserver","name":"arcvmm-partners-ga-vmmserver","type":"microsoft.scvmm/vmmservers","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-partners-ga-cl","type":"customLocation"},"tags":{},"systemData":{"createdBy":"siddhsingh@microsoft.com","createdByType":"User","createdAt":"2023-05-19T15:50:01.0666345Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-29T07:20:45.0560114Z"},"properties":{"provisioningState":"Succeeded","connectionStatus":"Connected","credentials":{"username":"cdmlab\\cdmlabuser"},"fqdn":"10.229.240.204","port":8100,"uuid":"911e8773-fc32-49a6-8f67-dca0d7dc0e82","version":"10.22.1508.0"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-nrm-partners-vmmserver","name":"arcvmm-nrm-partners-vmmserver","type":"microsoft.scvmm/vmmservers","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-nrm-partners-cl","type":"customLocation"},"systemData":{"createdBy":"siddhsingh@microsoft.com","createdByType":"User","createdAt":"2023-05-23T08:55:19.4906888Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-29T07:23:04.6929927Z"},"properties":{"provisioningState":"Succeeded","credentials":{"username":"cdmlab\\cdmlabuser"},"fqdn":"10.229.240.204","port":8100,"connectionStatus":"Connected","uuid":"911e8773-fc32-49a6-8f67-dca0d7dc0e82","version":"10.22.1508.0"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver","name":"arcvmm-azcli-test-vmmserver","type":"microsoft.scvmm/vmmservers","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"systemData":{"createdBy":"mchoubey@microsoft.com","createdByType":"User","createdAt":"2023-05-25T12:35:02.2007184Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-29T07:28:07.0538225Z"},"properties":{"provisioningState":"Succeeded","credentials":{"username":"cdmlab\\cdmlabuser"},"fqdn":"10.225.91.184","port":8100,"connectionStatus":"Connected","uuid":"5049e45d-ad6d-4616-9938-c2ba0bc52e77","version":"10.22.1089.0"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/sofiya-testCC01-vmm01","name":"sofiya-testCC01-vmm01","type":"Microsoft.ScVmm/vmmServers","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/microsoft.extendedlocation/customlocations/sofiya-cl01","type":"CustomLocation"},"systemData":{"createdBy":"sojilani@microsoft.com","createdByType":"User","createdAt":"2021-01-22T23:08:06.3424817Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2021-01-22T23:08:44.3010611Z"},"properties":{"provisioningState":"Failed","credentials":{"username":"cdmlab\\cdmlabuser"},"fqdn":"10.248.164.85","port":443,"connectionStatus":"Connected","uuid":"62843e17-0695-423e-ac5f-1bca0014e658","version":"10.19.1013.0"}}]}' headers: cache-control: - no-cache content-length: - - '3737' + - '10320' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:22:40 GMT + - Mon, 29 May 2023 07:30:16 GMT expires: - '-1' pragma: @@ -87,10 +87,12 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 61998e48-7bf7-43cf-a931-7536d11159bf - - 67ebac8c-d0ab-4229-b098-fc558f7249fe - - bb45a7dd-28a0-4be7-83bf-83311d6bc1b0 - - a3034b9d-f1e1-470c-a623-7c16bc5211f6 + - f55b6100-8a77-4c45-9106-0210c341980c + - 86d71ccb-27f0-48ef-87df-6b31bd712e45 + - 039d75b6-efe5-491d-a2e8-5d182fe441a9 + - e425cd15-ff8c-4816-9452-ad4a0429636c + - 00772693-5142-46ed-a017-1c145766a6b3 + - 9b20e892-23f6-40ad-ada6-85b11c56f0d5 status: code: 200 message: OK @@ -108,23 +110,23 @@ interactions: ParameterSetName: - -g -v -i User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver/inventoryItems/3e1798f2-32a5-4121-8ed7-2527bf4e23d9?api-version=2020-06-05-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver/inventoryItems/ca912988-afcf-4c2e-b3c1-b1ddc8392f6b?api-version=2020-06-05-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver/InventoryItems/3e1798f2-32a5-4121-8ed7-2527bf4e23d9","name":"3e1798f2-32a5-4121-8ed7-2527bf4e23d9","type":"microsoft.scvmm/vmmservers/inventoryitems","kind":"Cloud","systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-04-03T06:02:17.9993989Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-04-05T11:14:29.603183Z"},"properties":{"inventoryItemName":"cloud-qos","uuid":"3e1798f2-32a5-4121-8ed7-2527bf4e23d9","inventoryType":"Cloud","provisioningState":"Succeeded","managedResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-cloud-qos"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver/InventoryItems/ca912988-afcf-4c2e-b3c1-b1ddc8392f6b","name":"ca912988-afcf-4c2e-b3c1-b1ddc8392f6b","type":"microsoft.scvmm/vmmservers/inventoryitems","kind":"Cloud","systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-24T12:00:19.5686406Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-29T07:28:05.8373762Z"},"properties":{"inventoryItemName":"sojilani","uuid":"ca912988-afcf-4c2e-b3c1-b1ddc8392f6b","inventoryType":"Cloud","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '900' + - '740' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:22:41 GMT + - Mon, 29 May 2023 07:30:20 GMT etag: - - '"520065c3-0000-3400-0000-624c24950000"' + - '"010052c0-0000-3400-0000-647454050000"' expires: - '-1' pragma: @@ -156,23 +158,24 @@ interactions: ParameterSetName: - -g -v -i User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver/inventoryItems/da3bed37-98f9-444f-badd-268a90924937?api-version=2020-06-05-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver/inventoryItems/97df5464-106e-4f82-8508-1ac3767adde6?api-version=2020-06-05-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver/InventoryItems/da3bed37-98f9-444f-badd-268a90924937","name":"da3bed37-98f9-444f-badd-268a90924937","type":"microsoft.scvmm/vmmservers/inventoryitems","kind":"VirtualMachineTemplate","systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-04-03T06:02:22.682563Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-04-05T13:36:11.3687413Z"},"properties":{"inventoryItemName":"vmt-minion","uuid":"da3bed37-98f9-444f-badd-268a90924937","cpuCount":1,"memoryMB":32,"osType":"Other","osName":"Unknown","inventoryType":"VirtualMachineTemplate","provisioningState":"Succeeded","managedResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-minion"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver/InventoryItems/97df5464-106e-4f82-8508-1ac3767adde6","name":"97df5464-106e-4f82-8508-1ac3767adde6","type":"microsoft.scvmm/vmmservers/inventoryitems","kind":"VirtualMachineTemplate","systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-24T12:00:07.1312083Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-29T07:28:05.5112019Z"},"properties":{"inventoryItemName":"vmt-win","uuid":"97df5464-106e-4f82-8508-1ac3767adde6","cpuCount":1,"memoryMB":1024,"osType":"Windows","osName":"Windows + Server 2019 Standard","inventoryType":"VirtualMachineTemplate","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '1016' + - '861' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:22:42 GMT + - Mon, 29 May 2023 07:30:22 GMT etag: - - '"53007306-0000-3400-0000-624c45cb0000"' + - '"010051c0-0000-3400-0000-647454050000"' expires: - '-1' pragma: @@ -204,23 +207,23 @@ interactions: ParameterSetName: - -g -v -i User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver/inventoryItems/19cab3a9-e51d-48ef-9944-2ef6dc5d98a4?api-version=2020-06-05-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver/inventoryItems/a6f9432f-23d7-4124-9887-11c3ab173463?api-version=2020-06-05-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver/InventoryItems/19cab3a9-e51d-48ef-9944-2ef6dc5d98a4","name":"19cab3a9-e51d-48ef-9944-2ef6dc5d98a4","type":"microsoft.scvmm/vmmservers/inventoryitems","kind":"VirtualNetwork","systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2022-04-03T06:02:21.6790403Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-04-05T13:36:57.4602759Z"},"properties":{"inventoryItemName":"vnet-561","uuid":"19cab3a9-e51d-48ef-9944-2ef6dc5d98a4","inventoryType":"VirtualNetwork","provisioningState":"Succeeded","managedResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-561"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver/InventoryItems/a6f9432f-23d7-4124-9887-11c3ab173463","name":"a6f9432f-23d7-4124-9887-11c3ab173463","type":"microsoft.scvmm/vmmservers/inventoryitems","kind":"VirtualNetwork","systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-24T12:00:07.2298124Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-29T07:28:05.8505021Z"},"properties":{"inventoryItemName":"vnet-562","uuid":"a6f9432f-23d7-4124-9887-11c3ab173463","inventoryType":"VirtualNetwork","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '926' + - '758' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:22:43 GMT + - Mon, 29 May 2023 07:30:24 GMT etag: - - '"5300cc06-0000-3400-0000-624c45f90000"' + - '"010053c0-0000-3400-0000-647454050000"' expires: - '-1' pragma: @@ -241,7 +244,7 @@ interactions: - request: body: '{"location": "eastus2euap", "extendedLocation": {"type": "customLocation", "name": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl"}, - "properties": {"inventoryItemId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver/InventoryItems/3e1798f2-32a5-4121-8ed7-2527bf4e23d9", + "properties": {"inventoryItemId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver/InventoryItems/ca912988-afcf-4c2e-b3c1-b1ddc8392f6b", "vmmServerId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver"}}' headers: Accept: @@ -259,29 +262,29 @@ interactions: ParameterSetName: - -g -l --custom-location -v -i --name User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-cloud-qos?api-version=2020-06-05-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-sojilani?api-version=2020-06-05-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-cloud-qos","name":"arcvmm-azcli-test-cloud-qos","type":"microsoft.scvmm/clouds","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"systemData":{"createdBy":"snaskar@microsoft.com","createdByType":"User","createdAt":"2022-04-05T11:14:09.5654479Z","lastModifiedBy":"snaskar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-04-05T14:22:45.2041749Z"},"properties":{"provisioningState":"Accepted","cloudName":"cloud-qos","cloudCapacity":{"cpuCount":10,"memoryMB":10240,"vmCount":10},"storageQoSPolicies":[{"name":"qos-1","id":"5c2c2051-d744-4e7a-b1f8-36e81e5a9acb","iopsMaximum":50,"bandwidthLimit":52428800,"policyId":"b921948b-1eff-4bcd-ade7-207e531b0d6d"},{"name":"qos-2","id":"54d0024e-9d11-4e0b-be92-fdd689021b84","iopsMaximum":60,"iopsMinimum":10,"bandwidthLimit":62914560,"policyId":"2d43029a-632e-4363-bd05-02d8b7238b22"}],"inventoryItemId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver/InventoryItems/3e1798f2-32a5-4121-8ed7-2527bf4e23d9","vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-sojilani","name":"arcvmm-azcli-test-sojilani","type":"microsoft.scvmm/clouds","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"systemData":{"createdBy":"mchoubey@microsoft.com","createdByType":"User","createdAt":"2023-05-29T07:30:27.9361767Z","lastModifiedBy":"mchoubey@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-29T07:30:27.9361767Z"},"properties":{"provisioningState":"Accepted","inventoryItemId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver/InventoryItems/ca912988-afcf-4c2e-b3c1-b1ddc8392f6b","vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver"}}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/4b7dc543-5424-4a89-b527-6c3575c5beb7*00D351E59CE5C7BAE560A23B7CE642CA874C04DCED48ADC36D03FDA88ED2B68E?api-version=2020-06-05-preview + - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/a4475fb6-281a-402c-94c9-80d2ba57c3da*2EDA8D9118282A62FB001D3C62530D12555F87DB9925F20E0366225C7F21D6F6?api-version=2020-06-05-preview cache-control: - no-cache content-length: - - '1531' + - '1097' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:22:46 GMT + - Mon, 29 May 2023 07:30:31 GMT etag: - - '"0f0026d3-0000-3400-0000-624c50b60000"' + - '"00007107-0000-3400-0000-647454960000"' expires: - '-1' mise-correlation-id: - - 89a50bda-698c-434d-9c50-8a7841eaa74c + - d1227119-7a9e-443d-b434-701ee5cf3008 pragma: - no-cache strict-transport-security: @@ -291,7 +294,7 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -309,23 +312,69 @@ interactions: ParameterSetName: - -g -l --custom-location -v -i --name User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/a4475fb6-281a-402c-94c9-80d2ba57c3da*2EDA8D9118282A62FB001D3C62530D12555F87DB9925F20E0366225C7F21D6F6?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/a4475fb6-281a-402c-94c9-80d2ba57c3da*2EDA8D9118282A62FB001D3C62530D12555F87DB9925F20E0366225C7F21D6F6","name":"a4475fb6-281a-402c-94c9-80d2ba57c3da*2EDA8D9118282A62FB001D3C62530D12555F87DB9925F20E0366225C7F21D6F6","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-sojilani","status":"Accepted","startTime":"2023-05-29T07:30:28.7837023Z"}' + headers: + cache-control: + - no-cache + content-length: + - '503' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:30:32 GMT + etag: + - '"03002631-0000-3400-0000-647454940000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm cloud create + Connection: + - keep-alive + ParameterSetName: + - -g -l --custom-location -v -i --name + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/4b7dc543-5424-4a89-b527-6c3575c5beb7*00D351E59CE5C7BAE560A23B7CE642CA874C04DCED48ADC36D03FDA88ED2B68E?api-version=2020-06-05-preview + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/a4475fb6-281a-402c-94c9-80d2ba57c3da*2EDA8D9118282A62FB001D3C62530D12555F87DB9925F20E0366225C7F21D6F6?api-version=2020-06-05-preview response: body: - string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/4b7dc543-5424-4a89-b527-6c3575c5beb7*00D351E59CE5C7BAE560A23B7CE642CA874C04DCED48ADC36D03FDA88ED2B68E","name":"4b7dc543-5424-4a89-b527-6c3575c5beb7*00D351E59CE5C7BAE560A23B7CE642CA874C04DCED48ADC36D03FDA88ED2B68E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-cloud-qos","status":"Succeeded","startTime":"2022-04-05T14:22:46.1335391Z","endTime":"2022-04-05T14:23:01.6237305Z","error":{},"properties":null}' + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/a4475fb6-281a-402c-94c9-80d2ba57c3da*2EDA8D9118282A62FB001D3C62530D12555F87DB9925F20E0366225C7F21D6F6","name":"a4475fb6-281a-402c-94c9-80d2ba57c3da*2EDA8D9118282A62FB001D3C62530D12555F87DB9925F20E0366225C7F21D6F6","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-sojilani","status":"Succeeded","startTime":"2023-05-29T07:30:28.7837023Z","endTime":"2023-05-29T07:30:49.1142882Z","error":{},"properties":null}' headers: cache-control: - no-cache content-length: - - '575' + - '574' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:23:16 GMT + - Mon, 29 May 2023 07:31:02 GMT etag: - - '"070075b0-0000-3400-0000-624c50c50000"' + - '"03004e31-0000-3400-0000-647454a90000"' expires: - '-1' pragma: @@ -355,23 +404,23 @@ interactions: ParameterSetName: - -g -l --custom-location -v -i --name User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-cloud-qos?api-version=2020-06-05-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-sojilani?api-version=2020-06-05-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-cloud-qos","name":"arcvmm-azcli-test-cloud-qos","type":"microsoft.scvmm/clouds","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"systemData":{"createdBy":"snaskar@microsoft.com","createdByType":"User","createdAt":"2022-04-05T11:14:09.5654479Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-04-05T14:23:02.5609213Z"},"properties":{"provisioningState":"Succeeded","cloudName":"cloud-qos","cloudCapacity":{"cpuCount":10,"memoryMB":10240,"vmCount":10},"storageQoSPolicies":[{"name":"qos-1","id":"5c2c2051-d744-4e7a-b1f8-36e81e5a9acb","iopsMaximum":50,"bandwidthLimit":52428800,"policyId":"b921948b-1eff-4bcd-ade7-207e531b0d6d"},{"name":"qos-2","id":"54d0024e-9d11-4e0b-be92-fdd689021b84","iopsMaximum":60,"iopsMinimum":10,"bandwidthLimit":62914560,"policyId":"2d43029a-632e-4363-bd05-02d8b7238b22"}],"inventoryItemId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver/InventoryItems/3e1798f2-32a5-4121-8ed7-2527bf4e23d9","vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver","uuid":"3e1798f2-32a5-4121-8ed7-2527bf4e23d9"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-sojilani","name":"arcvmm-azcli-test-sojilani","type":"microsoft.scvmm/clouds","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"systemData":{"createdBy":"mchoubey@microsoft.com","createdByType":"User","createdAt":"2023-05-29T07:30:27.9361767Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-29T07:30:52.3245872Z"},"properties":{"provisioningState":"Succeeded","inventoryItemId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver/InventoryItems/ca912988-afcf-4c2e-b3c1-b1ddc8392f6b","vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver","storageQoSPolicies":[],"uuid":"ca912988-afcf-4c2e-b3c1-b1ddc8392f6b","cloudName":"sojilani","cloudCapacity":{"cpuCount":10,"memoryMB":10240,"vmCount":10}}}' headers: cache-control: - no-cache content-length: - - '1600' + - '1274' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:23:16 GMT + - Mon, 29 May 2023 07:31:03 GMT etag: - - '"0f002dd3-0000-3400-0000-624c50c60000"' + - '"00007407-0000-3400-0000-647454ac0000"' expires: - '-1' pragma: @@ -392,7 +441,7 @@ interactions: - request: body: '{"location": "eastus2euap", "extendedLocation": {"type": "customLocation", "name": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl"}, - "properties": {"inventoryItemId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver/InventoryItems/da3bed37-98f9-444f-badd-268a90924937", + "properties": {"inventoryItemId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver/InventoryItems/97df5464-106e-4f82-8508-1ac3767adde6", "vmmServerId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver"}}' headers: Accept: @@ -410,30 +459,29 @@ interactions: ParameterSetName: - -g -l --custom-location -v -i --name User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-minion?api-version=2020-06-05-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-win?api-version=2020-06-05-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-minion","name":"arcvmm-azcli-test-vmt-minion","type":"microsoft.scvmm/virtualmachinetemplates","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"systemData":{"createdBy":"snaskar@microsoft.com","createdByType":"User","createdAt":"2022-04-05T13:35:54.8142941Z","lastModifiedBy":"snaskar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-04-05T14:23:19.0964343Z"},"properties":{"provisioningState":"Accepted","cpuCount":1,"limitCpuForMigration":"false","dynamicMemoryEnabled":"true","dynamicMemoryMaxMB":32,"dynamicMemoryMinMB":32,"isHighlyAvailable":"false","isCustomizable":"false","osType":"Other","osName":"Unknown","memoryMB":32,"networkInterfaces":[],"disks":[{"name":"disk_1","displayName":"Blank - Disk - 10GB.vhd","diskId":"c9f7e2f7-e887-4454-9d9f-611b89c02c4c","diskSizeGB":0,"maxDiskSizeGB":10,"bus":0,"lun":0,"busType":"IDE","vhdType":"Dynamic","volumeType":"BootAndSystem","vhdFormatType":"VHD","createDiffDisk":"false"}],"generation":1,"inventoryItemId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver/InventoryItems/da3bed37-98f9-444f-badd-268a90924937","vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-win","name":"arcvmm-azcli-test-vmt-win","type":"microsoft.scvmm/virtualmachinetemplates","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"systemData":{"createdBy":"mchoubey@microsoft.com","createdByType":"User","createdAt":"2023-05-29T07:31:07.8603593Z","lastModifiedBy":"mchoubey@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-29T07:31:07.8603593Z"},"properties":{"provisioningState":"Accepted","inventoryItemId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver/InventoryItems/97df5464-106e-4f82-8508-1ac3767adde6","vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver"}}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/173bc93e-266d-46ff-8ec2-aa775bed2e14*07D501074EA68410A305106B55ECB6B53617534DD52A1D88F39AA1113A711D69?api-version=2020-06-05-preview + - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/72e49ecb-ff78-46e5-9c19-ece83cfcf752*6DEC3B10D7AF3A09EF815493D0516DB8AE85D691688D8CAA6D18748E7413D645?api-version=2020-06-05-preview cache-control: - no-cache content-length: - - '1672' + - '1129' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:23:20 GMT + - Mon, 29 May 2023 07:31:10 GMT etag: - - '"03006cd0-0000-3400-0000-624c50d80000"' + - '"0100f7f0-0000-3400-0000-647454bd0000"' expires: - '-1' mise-correlation-id: - - 6de1cd48-4dde-4498-9c1b-de22d18acb88 + - 3cd655e3-a1e5-4d92-a1a9-7e401697b3f2 pragma: - no-cache strict-transport-security: @@ -461,23 +509,69 @@ interactions: ParameterSetName: - -g -l --custom-location -v -i --name User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/72e49ecb-ff78-46e5-9c19-ece83cfcf752*6DEC3B10D7AF3A09EF815493D0516DB8AE85D691688D8CAA6D18748E7413D645?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/72e49ecb-ff78-46e5-9c19-ece83cfcf752*6DEC3B10D7AF3A09EF815493D0516DB8AE85D691688D8CAA6D18748E7413D645","name":"72e49ecb-ff78-46e5-9c19-ece83cfcf752*6DEC3B10D7AF3A09EF815493D0516DB8AE85D691688D8CAA6D18748E7413D645","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-win","status":"Accepted","startTime":"2023-05-29T07:31:08.6956241Z"}' + headers: + cache-control: + - no-cache + content-length: + - '519' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:31:11 GMT + etag: + - '"03008a31-0000-3400-0000-647454bc0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm-template create + Connection: + - keep-alive + ParameterSetName: + - -g -l --custom-location -v -i --name + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/173bc93e-266d-46ff-8ec2-aa775bed2e14*07D501074EA68410A305106B55ECB6B53617534DD52A1D88F39AA1113A711D69?api-version=2020-06-05-preview + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/72e49ecb-ff78-46e5-9c19-ece83cfcf752*6DEC3B10D7AF3A09EF815493D0516DB8AE85D691688D8CAA6D18748E7413D645?api-version=2020-06-05-preview response: body: - string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/173bc93e-266d-46ff-8ec2-aa775bed2e14*07D501074EA68410A305106B55ECB6B53617534DD52A1D88F39AA1113A711D69","name":"173bc93e-266d-46ff-8ec2-aa775bed2e14*07D501074EA68410A305106B55ECB6B53617534DD52A1D88F39AA1113A711D69","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-minion","status":"Succeeded","startTime":"2022-04-05T14:23:20.1384381Z","endTime":"2022-04-05T14:23:35.2909066Z","error":{},"properties":null}' + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/72e49ecb-ff78-46e5-9c19-ece83cfcf752*6DEC3B10D7AF3A09EF815493D0516DB8AE85D691688D8CAA6D18748E7413D645","name":"72e49ecb-ff78-46e5-9c19-ece83cfcf752*6DEC3B10D7AF3A09EF815493D0516DB8AE85D691688D8CAA6D18748E7413D645","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-win","status":"Succeeded","startTime":"2023-05-29T07:31:08.6956241Z","endTime":"2023-05-29T07:31:30.8766279Z","error":{},"properties":null}' headers: cache-control: - no-cache content-length: - - '593' + - '590' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:23:50 GMT + - Mon, 29 May 2023 07:31:41 GMT etag: - - '"070080b0-0000-3400-0000-624c50e70000"' + - '"0300c931-0000-3400-0000-647454d20000"' expires: - '-1' pragma: @@ -507,24 +601,26 @@ interactions: ParameterSetName: - -g -l --custom-location -v -i --name User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-minion?api-version=2020-06-05-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-win?api-version=2020-06-05-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-minion","name":"arcvmm-azcli-test-vmt-minion","type":"microsoft.scvmm/virtualmachinetemplates","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"systemData":{"createdBy":"snaskar@microsoft.com","createdByType":"User","createdAt":"2022-04-05T13:35:54.8142941Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-04-05T14:23:36.2345052Z"},"properties":{"provisioningState":"Succeeded","cpuCount":1,"limitCpuForMigration":"false","dynamicMemoryEnabled":"true","dynamicMemoryMaxMB":32,"dynamicMemoryMinMB":32,"isHighlyAvailable":"false","isCustomizable":"false","osType":"Other","osName":"Unknown","memoryMB":32,"networkInterfaces":[],"disks":[{"name":"disk_1","displayName":"Blank - Disk - 10GB.vhd","diskId":"c9f7e2f7-e887-4454-9d9f-611b89c02c4c","diskSizeGB":0,"maxDiskSizeGB":10,"bus":0,"lun":0,"busType":"IDE","vhdType":"Dynamic","volumeType":"BootAndSystem","vhdFormatType":"VHD","createDiffDisk":"false"}],"generation":1,"inventoryItemId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver/InventoryItems/da3bed37-98f9-444f-badd-268a90924937","vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver","uuid":"da3bed37-98f9-444f-badd-268a90924937"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-win","name":"arcvmm-azcli-test-vmt-win","type":"microsoft.scvmm/virtualmachinetemplates","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"systemData":{"createdBy":"mchoubey@microsoft.com","createdByType":"User","createdAt":"2023-05-29T07:31:07.8603593Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-29T07:31:33.5468333Z"},"properties":{"provisioningState":"Succeeded","inventoryItemId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver/InventoryItems/97df5464-106e-4f82-8508-1ac3767adde6","vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver","uuid":"97df5464-106e-4f82-8508-1ac3767adde6","limitCpuForMigration":"false","dynamicMemoryEnabled":"false","isHighlyAvailable":"false","isCustomizable":"true","networkInterfaces":[{"name":"nic_1","displayName":"Network + Adapter 1","nicId":"72a93206-e753-4d7f-b47b-e6a93c6e4b8e","networkName":"a6f9432f-23d7-4124-9887-11c3ab173463","ipv4AddressType":"Dynamic","ipv6AddressType":"Dynamic","macAddressType":"Dynamic"}],"disks":[{"name":"disk_1","displayName":"X64-EN-WINDOWS + SERVER 2016 RTM-ServerDataCenter-VL.vhd","diskId":"855eaf0e-1951-4f56-887a-9c57756eef09","diskSizeGB":10,"maxDiskSizeGB":40,"bus":0,"lun":0,"busType":"IDE","vhdType":"Dynamic","volumeType":"BootAndSystem","vhdFormatType":"VHD","createDiffDisk":"false"}],"cpuCount":1,"osType":"Windows","osName":"Windows + Server 2019 Standard","computerName":"*","memoryMB":1024,"generation":1}}' headers: cache-control: - no-cache content-length: - - '1741' + - '1999' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:23:50 GMT + - Mon, 29 May 2023 07:31:41 GMT etag: - - '"030070d0-0000-3400-0000-624c50e80000"' + - '"01000af1-0000-3400-0000-647454d50000"' expires: - '-1' pragma: @@ -545,7 +641,7 @@ interactions: - request: body: '{"location": "eastus2euap", "extendedLocation": {"type": "customLocation", "name": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl"}, - "properties": {"inventoryItemId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver/InventoryItems/19cab3a9-e51d-48ef-9944-2ef6dc5d98a4", + "properties": {"inventoryItemId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver/InventoryItems/a6f9432f-23d7-4124-9887-11c3ab173463", "vmmServerId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver"}}' headers: Accept: @@ -563,29 +659,29 @@ interactions: ParameterSetName: - -g -l --custom-location -v -i --name User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-561?api-version=2020-06-05-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-562?api-version=2020-06-05-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-561","name":"arcvmm-azcli-test-vnet-561","type":"microsoft.scvmm/virtualnetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"systemData":{"createdBy":"snaskar@microsoft.com","createdByType":"User","createdAt":"2022-04-05T13:36:37.472999Z","lastModifiedBy":"snaskar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-04-05T14:23:52.6880854Z"},"properties":{"provisioningState":"Accepted","networkName":"vnet-561","inventoryItemId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver/InventoryItems/19cab3a9-e51d-48ef-9944-2ef6dc5d98a4","vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-562","name":"arcvmm-azcli-test-vnet-562","type":"microsoft.scvmm/virtualnetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"systemData":{"createdBy":"mchoubey@microsoft.com","createdByType":"User","createdAt":"2023-05-29T07:31:46.2939449Z","lastModifiedBy":"mchoubey@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-29T07:31:46.2939449Z"},"properties":{"provisioningState":"Accepted","inventoryItemId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver/InventoryItems/a6f9432f-23d7-4124-9887-11c3ab173463","vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver"}}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/f2a15d06-a146-4d72-9ada-6eb0c0c9135e*5185FDB71673A180F0D01735B380CC0EC9FFF83AD49A4CB5B88F8B4CB2B58AEB?api-version=2020-06-05-preview + - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2597794b-5c1f-4a79-8eff-9469e16061ae*CCBE86A1D972D2BC5D217644C279B339AC8665C34A4DF8CF38631170BE934D0F?api-version=2020-06-05-preview cache-control: - no-cache content-length: - - '1137' + - '1115' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:23:54 GMT + - Mon, 29 May 2023 07:31:50 GMT etag: - - '"02008419-0000-3400-0000-624c50fa0000"' + - '"0000abec-0000-3400-0000-647454e50000"' expires: - '-1' mise-correlation-id: - - 9a8eafb1-c30f-4b04-9428-a986242c4c01 + - 083ec187-46f5-4dda-affd-3b2411539d59 pragma: - no-cache strict-transport-security: @@ -613,23 +709,69 @@ interactions: ParameterSetName: - -g -l --custom-location -v -i --name User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2597794b-5c1f-4a79-8eff-9469e16061ae*CCBE86A1D972D2BC5D217644C279B339AC8665C34A4DF8CF38631170BE934D0F?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2597794b-5c1f-4a79-8eff-9469e16061ae*CCBE86A1D972D2BC5D217644C279B339AC8665C34A4DF8CF38631170BE934D0F","name":"2597794b-5c1f-4a79-8eff-9469e16061ae*CCBE86A1D972D2BC5D217644C279B339AC8665C34A4DF8CF38631170BE934D0F","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-562","status":"Accepted","startTime":"2023-05-29T07:31:47.255495Z"}' + headers: + cache-control: + - no-cache + content-length: + - '511' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:31:51 GMT + etag: + - '"0300fe31-0000-3400-0000-647454e30000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm virtual-network create + Connection: + - keep-alive + ParameterSetName: + - -g -l --custom-location -v -i --name + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/f2a15d06-a146-4d72-9ada-6eb0c0c9135e*5185FDB71673A180F0D01735B380CC0EC9FFF83AD49A4CB5B88F8B4CB2B58AEB?api-version=2020-06-05-preview + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2597794b-5c1f-4a79-8eff-9469e16061ae*CCBE86A1D972D2BC5D217644C279B339AC8665C34A4DF8CF38631170BE934D0F?api-version=2020-06-05-preview response: body: - string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/f2a15d06-a146-4d72-9ada-6eb0c0c9135e*5185FDB71673A180F0D01735B380CC0EC9FFF83AD49A4CB5B88F8B4CB2B58AEB","name":"f2a15d06-a146-4d72-9ada-6eb0c0c9135e*5185FDB71673A180F0D01735B380CC0EC9FFF83AD49A4CB5B88F8B4CB2B58AEB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-561","status":"Succeeded","startTime":"2022-04-05T14:23:53.6139665Z","endTime":"2022-04-05T14:24:07.6596082Z","error":{},"properties":null}' + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2597794b-5c1f-4a79-8eff-9469e16061ae*CCBE86A1D972D2BC5D217644C279B339AC8665C34A4DF8CF38631170BE934D0F","name":"2597794b-5c1f-4a79-8eff-9469e16061ae*CCBE86A1D972D2BC5D217644C279B339AC8665C34A4DF8CF38631170BE934D0F","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-562","status":"Succeeded","startTime":"2023-05-29T07:31:47.255495Z","endTime":"2023-05-29T07:31:59.3107042Z","error":{},"properties":null}' headers: cache-control: - no-cache content-length: - - '583' + - '582' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:24:24 GMT + - Mon, 29 May 2023 07:32:21 GMT etag: - - '"07008bb0-0000-3400-0000-624c51070000"' + - '"03001d32-0000-3400-0000-647454ef0000"' expires: - '-1' pragma: @@ -659,23 +801,23 @@ interactions: ParameterSetName: - -g -l --custom-location -v -i --name User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-561?api-version=2020-06-05-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-562?api-version=2020-06-05-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-561","name":"arcvmm-azcli-test-vnet-561","type":"microsoft.scvmm/virtualnetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"systemData":{"createdBy":"snaskar@microsoft.com","createdByType":"User","createdAt":"2022-04-05T13:36:37.472999Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-04-05T14:24:08.5348357Z"},"properties":{"provisioningState":"Succeeded","networkName":"vnet-561","inventoryItemId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver/InventoryItems/19cab3a9-e51d-48ef-9944-2ef6dc5d98a4","vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver","uuid":"19cab3a9-e51d-48ef-9944-2ef6dc5d98a4"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-562","name":"arcvmm-azcli-test-vnet-562","type":"microsoft.scvmm/virtualnetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"systemData":{"createdBy":"mchoubey@microsoft.com","createdByType":"User","createdAt":"2023-05-29T07:31:46.2939449Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-29T07:32:02.0069982Z"},"properties":{"provisioningState":"Succeeded","inventoryItemId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver/InventoryItems/a6f9432f-23d7-4124-9887-11c3ab173463","vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver","uuid":"a6f9432f-23d7-4124-9887-11c3ab173463","networkName":"vnet-562"}}' headers: cache-control: - no-cache content-length: - - '1206' + - '1208' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:24:24 GMT + - Mon, 29 May 2023 07:32:22 GMT etag: - - '"02008619-0000-3400-0000-624c51080000"' + - '"0000b1ec-0000-3400-0000-647454f20000"' expires: - '-1' pragma: @@ -713,29 +855,29 @@ interactions: ParameterSetName: - -g -l --custom-location -v -a --name User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitySets/arcvmm-azcli-test-avset1?api-version=2020-06-05-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitySets/arcvmm-azcli-test-avset1","name":"arcvmm-azcli-test-avset1","type":"microsoft.scvmm/availabilitysets","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"systemData":{"createdBy":"snaskar@microsoft.com","createdByType":"User","createdAt":"2022-04-05T13:37:21.1502109Z","lastModifiedBy":"snaskar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-04-05T14:24:26.0580714Z"},"properties":{"provisioningState":"Accepted","availabilitySetName":"avset1","vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitySets/arcvmm-azcli-test-avset1","name":"arcvmm-azcli-test-avset1","type":"microsoft.scvmm/availabilitysets","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"systemData":{"createdBy":"mchoubey@microsoft.com","createdByType":"User","createdAt":"2023-05-29T07:32:26.3137487Z","lastModifiedBy":"mchoubey@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-29T07:32:26.3137487Z"},"properties":{"provisioningState":"Accepted","availabilitySetName":"avset1","vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver"}}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/c5d323fb-663a-426f-8034-27c9b254b837*CA70B4D15B8EC5C2594E080EC48999CDCC1852601A471074E2D7D73F401F0766?api-version=2020-06-05-preview + - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/c7664096-1eb5-43d9-b072-e5019f1dba11*CA70B4D15B8EC5C2594E080EC48999CDCC1852601A471074E2D7D73F401F0766?api-version=2020-06-05-preview cache-control: - no-cache content-length: - - '928' + - '930' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:24:26 GMT + - Mon, 29 May 2023 07:32:29 GMT etag: - - '"1200479e-0000-3400-0000-624c511a0000"' + - '"00002ac3-0000-3400-0000-6474550c0000"' expires: - '-1' mise-correlation-id: - - 2c78fab4-e588-45ff-9457-f84ea97b86a5 + - 22564074-00c2-44ac-abd6-91f7757f6697 pragma: - no-cache strict-transport-security: @@ -745,7 +887,7 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -763,23 +905,69 @@ interactions: ParameterSetName: - -g -l --custom-location -v -a --name User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/c7664096-1eb5-43d9-b072-e5019f1dba11*CA70B4D15B8EC5C2594E080EC48999CDCC1852601A471074E2D7D73F401F0766?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/c7664096-1eb5-43d9-b072-e5019f1dba11*CA70B4D15B8EC5C2594E080EC48999CDCC1852601A471074E2D7D73F401F0766","name":"c7664096-1eb5-43d9-b072-e5019f1dba11*CA70B4D15B8EC5C2594E080EC48999CDCC1852601A471074E2D7D73F401F0766","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitySets/arcvmm-azcli-test-avset1","status":"Accepted","startTime":"2023-05-29T07:32:27.3294014Z"}' + headers: + cache-control: + - no-cache + content-length: + - '511' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:32:30 GMT + etag: + - '"03005232-0000-3400-0000-6474550b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm avset create + Connection: + - keep-alive + ParameterSetName: + - -g -l --custom-location -v -a --name + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/c5d323fb-663a-426f-8034-27c9b254b837*CA70B4D15B8EC5C2594E080EC48999CDCC1852601A471074E2D7D73F401F0766?api-version=2020-06-05-preview + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/c7664096-1eb5-43d9-b072-e5019f1dba11*CA70B4D15B8EC5C2594E080EC48999CDCC1852601A471074E2D7D73F401F0766?api-version=2020-06-05-preview response: body: - string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/c5d323fb-663a-426f-8034-27c9b254b837*CA70B4D15B8EC5C2594E080EC48999CDCC1852601A471074E2D7D73F401F0766","name":"c5d323fb-663a-426f-8034-27c9b254b837*CA70B4D15B8EC5C2594E080EC48999CDCC1852601A471074E2D7D73F401F0766","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitySets/arcvmm-azcli-test-avset1","status":"Succeeded","startTime":"2022-04-05T14:24:26.3339768Z","endTime":"2022-04-05T14:24:33.585381Z","properties":null}' + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/c7664096-1eb5-43d9-b072-e5019f1dba11*CA70B4D15B8EC5C2594E080EC48999CDCC1852601A471074E2D7D73F401F0766","name":"c7664096-1eb5-43d9-b072-e5019f1dba11*CA70B4D15B8EC5C2594E080EC48999CDCC1852601A471074E2D7D73F401F0766","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitySets/arcvmm-azcli-test-avset1","status":"Succeeded","startTime":"2023-05-29T07:32:27.3294014Z","endTime":"2023-05-29T07:32:34.6863478Z","properties":null}' headers: cache-control: - no-cache content-length: - - '570' + - '571' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:24:57 GMT + - Mon, 29 May 2023 07:33:00 GMT etag: - - '"070095b0-0000-3400-0000-624c51210000"' + - '"03006432-0000-3400-0000-647455120000"' expires: - '-1' pragma: @@ -809,23 +997,23 @@ interactions: ParameterSetName: - -g -l --custom-location -v -a --name User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitySets/arcvmm-azcli-test-avset1?api-version=2020-06-05-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitySets/arcvmm-azcli-test-avset1","name":"arcvmm-azcli-test-avset1","type":"microsoft.scvmm/availabilitysets","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"systemData":{"createdBy":"snaskar@microsoft.com","createdByType":"User","createdAt":"2022-04-05T13:37:21.1502109Z","lastModifiedBy":"snaskar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-04-05T14:24:26.0580714Z"},"properties":{"provisioningState":"Succeeded","availabilitySetName":"avset1","vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitySets/arcvmm-azcli-test-avset1","name":"arcvmm-azcli-test-avset1","type":"microsoft.scvmm/availabilitysets","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"systemData":{"createdBy":"mchoubey@microsoft.com","createdByType":"User","createdAt":"2023-05-29T07:32:26.3137487Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-29T07:32:37.3199697Z"},"properties":{"provisioningState":"Succeeded","availabilitySetName":"avset1","vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmservers/arcvmm-azcli-test-vmmserver"}}' headers: cache-control: - no-cache content-length: - - '929' + - '952' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:24:57 GMT + - Mon, 29 May 2023 07:33:00 GMT etag: - - '"12004f9e-0000-3400-0000-624c51210000"' + - '"00002cc3-0000-3400-0000-647455150000"' expires: - '-1' pragma: @@ -846,11 +1034,11 @@ interactions: - request: body: '{"location": "eastus2euap", "extendedLocation": {"type": "customLocation", "name": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl"}, - "properties": {"cloudId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-cloud-qos", - "templateId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualmachinetemplates/arcvmm-azcli-test-vmt-minion", + "properties": {"cloudId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-sojilani", + "templateId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualmachinetemplates/arcvmm-azcli-test-vmt-win", "availabilitySets": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitysets/arcvmm-azcli-test-avset1"}], "networkProfile": {"networkInterfaces": [{"name": "nic_1", "virtualNetworkId": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualnetworks/arcvmm-azcli-test-vnet-561", + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualnetworks/arcvmm-azcli-test-vnet-562", "ipv4AddressType": "Dynamic", "ipv6AddressType": "Dynamic", "macAddressType": "Dynamic"}]}, "storageProfile": {"disks": [{"name": "disk_1", "diskSizeGB": 2, "bus": 0}]}}}' @@ -864,35 +1052,35 @@ interactions: Connection: - keep-alive Content-Length: - - '1154' + - '1150' Content-Type: - application/json ParameterSetName: - -g -l --custom-location -c -t -a -n --disk --nic User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1?api-version=2020-06-05-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","name":"arcvmm-azcli-test-vm-1","type":"microsoft.scvmm/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"systemData":{"createdBy":"snaskar@microsoft.com","createdByType":"User","createdAt":"2022-04-05T14:25:07.6128963Z","lastModifiedBy":"snaskar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-04-05T14:25:07.6128963Z"},"properties":{"provisioningState":"Accepted","cloudId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-cloud-qos","templateId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualmachinetemplates/arcvmm-azcli-test-vmt-minion","availabilitySets":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitysets/arcvmm-azcli-test-avset1"}],"networkProfile":{"networkInterfaces":[{"name":"nic_1","virtualNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualnetworks/arcvmm-azcli-test-vnet-561","ipv4AddressType":"Dynamic","ipv6AddressType":"Dynamic","macAddressType":"Dynamic"}]},"storageProfile":{"disks":[{"name":"disk_1","diskSizeGB":2,"bus":0}]}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","name":"arcvmm-azcli-test-vm-1","type":"microsoft.scvmm/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"systemData":{"createdBy":"mchoubey@microsoft.com","createdByType":"User","createdAt":"2023-05-29T07:33:07.2852855Z","lastModifiedBy":"mchoubey@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-29T07:33:07.2852855Z"},"properties":{"provisioningState":"Accepted","cloudId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-sojilani","templateId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualmachinetemplates/arcvmm-azcli-test-vmt-win","availabilitySets":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitysets/arcvmm-azcli-test-avset1"}],"networkProfile":{"networkInterfaces":[{"name":"nic_1","virtualNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualnetworks/arcvmm-azcli-test-vnet-562","ipv4AddressType":"Dynamic","ipv6AddressType":"Dynamic","macAddressType":"Dynamic"}]},"storageProfile":{"disks":[{"name":"disk_1","diskSizeGB":2,"bus":0}]}}}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/0d2cb7d4-6941-49ed-9654-c42eb713746b*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview cache-control: - no-cache content-length: - - '1607' + - '1605' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:25:09 GMT + - Mon, 29 May 2023 07:33:08 GMT etag: - - '"0a00aaf9-0000-3400-0000-624c51440000"' + - '"0000416c-0000-3400-0000-647455340000"' expires: - '-1' mise-correlation-id: - - afe85d9e-c1f6-499f-a6bc-095c00f64d0f + - d0775f65-51c7-46b6-8ac4-b8255b1d43a9 pragma: - no-cache strict-transport-security: @@ -920,12 +1108,12 @@ interactions: ParameterSetName: - -g -l --custom-location -c -t -a -n --disk --nic User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/0d2cb7d4-6941-49ed-9654-c42eb713746b*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview response: body: - string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/0d2cb7d4-6941-49ed-9654-c42eb713746b*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"0d2cb7d4-6941-49ed-9654-c42eb713746b*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Accepted","startTime":"2022-04-05T14:25:08.4735642Z"}' + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Accepted","startTime":"2023-05-29T07:33:08.0747558Z"}' headers: cache-control: - no-cache @@ -934,9 +1122,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:25:39 GMT + - Mon, 29 May 2023 07:33:09 GMT etag: - - '"0700a2b0-0000-3400-0000-624c514c0000"' + - '"0300e232-0000-3400-0000-647455340000"' expires: - '-1' pragma: @@ -966,12 +1154,12 @@ interactions: ParameterSetName: - -g -l --custom-location -c -t -a -n --disk --nic User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/0d2cb7d4-6941-49ed-9654-c42eb713746b*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview response: body: - string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/0d2cb7d4-6941-49ed-9654-c42eb713746b*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"0d2cb7d4-6941-49ed-9654-c42eb713746b*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Accepted","startTime":"2022-04-05T14:25:08.4735642Z"}' + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Accepted","startTime":"2023-05-29T07:33:08.0747558Z"}' headers: cache-control: - no-cache @@ -980,9 +1168,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:26:10 GMT + - Mon, 29 May 2023 07:33:40 GMT etag: - - '"0700a2b0-0000-3400-0000-624c514c0000"' + - '"0300eb32-0000-3400-0000-6474553c0000"' expires: - '-1' pragma: @@ -1012,23 +1200,23 @@ interactions: ParameterSetName: - -g -l --custom-location -c -t -a -n --disk --nic User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/0d2cb7d4-6941-49ed-9654-c42eb713746b*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview response: body: - string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/0d2cb7d4-6941-49ed-9654-c42eb713746b*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"0d2cb7d4-6941-49ed-9654-c42eb713746b*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Succeeded","startTime":"2022-04-05T14:25:08.4735642Z","endTime":"2022-04-05T14:26:15.662406Z","error":{},"properties":null}' + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Accepted","startTime":"2023-05-29T07:33:08.0747558Z"}' headers: cache-control: - no-cache content-length: - - '578' + - '508' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:26:41 GMT + - Mon, 29 May 2023 07:34:11 GMT etag: - - '"0700b3b0-0000-3400-0000-624c51870000"' + - '"0300eb32-0000-3400-0000-6474553c0000"' expires: - '-1' pragma: @@ -1058,25 +1246,23 @@ interactions: ParameterSetName: - -g -l --custom-location -c -t -a -n --disk --nic User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1?api-version=2020-06-05-preview + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","name":"arcvmm-azcli-test-vm-1","type":"microsoft.scvmm/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"tags":{},"systemData":{"createdBy":"snaskar@microsoft.com","createdByType":"User","createdAt":"2022-04-05T14:25:07.6128963Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-04-05T14:26:17.1089417Z"},"properties":{"provisioningState":"Succeeded","cloudId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-cloud-qos","templateId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-minion","availabilitySets":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitySets/arcvmm-azcli-test-avset1","name":"avset1"}],"networkProfile":{"networkInterfaces":[{"name":"nic_1","displayName":"Network - Adapter 1","virtualNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-561","nicId":"11204484-85ff-45ba-871b-40ca5f86ac33","networkName":"19cab3a9-e51d-48ef-9944-2ef6dc5d98a4","ipv4AddressType":"Dynamic","ipv6AddressType":"Dynamic","macAddressType":"Dynamic"}]},"storageProfile":{"disks":[{"displayName":"Blank - Disk - 10GB.vhd","diskId":"c4db07c9-8ff7-42af-9965-c091be8ac933","diskSizeGB":0,"maxDiskSizeGB":10,"bus":0,"lun":0,"busType":"IDE","vhdType":"Dynamic","volumeType":"BootAndSystem","vhdFormatType":"VHD","createDiffDisk":"false"},{"name":"disk_1","displayName":"arcvmm-azcli-test-vm-1_disk_1","diskId":"644ef4bd-d33d-4bec-adb6-f1498d27b4c3","diskSizeGB":0,"maxDiskSizeGB":2,"bus":0,"lun":0,"busType":"SCSI","vhdType":"Dynamic","volumeType":"None","vhdFormatType":"VHDX","createDiffDisk":"false"}]},"osProfile":{"osType":"Other","osName":"Unknown"},"hardwareProfile":{"limitCpuForMigration":"false","dynamicMemoryEnabled":"true","isHighlyAvailable":"false","memoryMB":32,"cpuCount":1,"dynamicMemoryMaxMB":32,"dynamicMemoryMinMB":32},"checkpoints":[],"vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver","uuid":"377c0252-f0e6-45ca-8239-d39acc86eee5","powerState":"Stopped","generation":1,"checkpointType":"Production"}}' + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Accepted","startTime":"2023-05-29T07:33:08.0747558Z"}' headers: cache-control: - no-cache content-length: - - '2788' + - '508' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:26:42 GMT + - Mon, 29 May 2023 07:34:42 GMT etag: - - '"0a00bff9-0000-3400-0000-624c51890000"' + - '"0300eb32-0000-3400-0000-6474553c0000"' expires: - '-1' pragma: @@ -1089,68 +1275,55 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-providerhub-traffic: - - 'True' status: code: 200 message: OK - request: - body: '{"properties": {"hardwareProfile": {"cpuCount": 2, "dynamicMemoryEnabled": - "true"}}, "tags": {"client": "azcli"}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - scvmm vm update + - scvmm vm create Connection: - keep-alive - Content-Length: - - '113' - Content-Type: - - application/json ParameterSetName: - - -g -n --cpu-count --dynamic-memory-enabled --tags + - -g -l --custom-location -c -t -a -n --disk --nic User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) - method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1?api-version=2020-06-05-preview + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","name":"arcvmm-azcli-test-vm-1","type":"microsoft.scvmm/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"tags":{"client":"azcli"},"systemData":{"createdBy":"snaskar@microsoft.com","createdByType":"User","createdAt":"2022-04-05T14:25:07.6128963Z","lastModifiedBy":"snaskar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-04-05T14:26:46.138008Z"},"properties":{"cloudId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-cloud-qos","templateId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-minion","availabilitySets":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitySets/arcvmm-azcli-test-avset1","name":"avset1"}],"networkProfile":{"networkInterfaces":[{"name":"nic_1","displayName":"Network - Adapter 1","virtualNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-561","nicId":"11204484-85ff-45ba-871b-40ca5f86ac33","networkName":"19cab3a9-e51d-48ef-9944-2ef6dc5d98a4","ipv4AddressType":"Dynamic","ipv6AddressType":"Dynamic","macAddressType":"Dynamic"}]},"storageProfile":{"disks":[{"displayName":"Blank - Disk - 10GB.vhd","diskId":"c4db07c9-8ff7-42af-9965-c091be8ac933","diskSizeGB":0,"maxDiskSizeGB":10,"bus":0,"lun":0,"busType":"IDE","vhdType":"Dynamic","volumeType":"BootAndSystem","vhdFormatType":"VHD","createDiffDisk":"false"},{"name":"disk_1","displayName":"arcvmm-azcli-test-vm-1_disk_1","diskId":"644ef4bd-d33d-4bec-adb6-f1498d27b4c3","diskSizeGB":0,"maxDiskSizeGB":2,"bus":0,"lun":0,"busType":"SCSI","vhdType":"Dynamic","volumeType":"None","vhdFormatType":"VHDX","createDiffDisk":"false"}]},"osProfile":{"osType":"Other","osName":"Unknown"},"hardwareProfile":{"limitCpuForMigration":"false","dynamicMemoryEnabled":"true","isHighlyAvailable":"false","memoryMB":32,"cpuCount":2,"dynamicMemoryMaxMB":32,"dynamicMemoryMinMB":32},"checkpoints":[],"vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver","uuid":"377c0252-f0e6-45ca-8239-d39acc86eee5","powerState":"Stopped","generation":1,"checkpointType":"Production","provisioningState":"Accepted"}}' + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Accepted","startTime":"2023-05-29T07:33:08.0747558Z"}' headers: - azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/7de487b3-e950-403d-ae0f-7380fac2f70f*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview cache-control: - no-cache content-length: - - '2780' + - '508' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:26:50 GMT + - Mon, 29 May 2023 07:35:12 GMT etag: - - '"0a00c4f9-0000-3400-0000-624c51a70000"' + - '"0300eb32-0000-3400-0000-6474553c0000"' expires: - '-1' - mise-correlation-id: - - 0d40fea1-9af3-4d7a-8fc0-f80bffbbc55b pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff - x-ms-providerhub-traffic: - - 'True' - x-ms-ratelimit-remaining-subscription-writes: - - '1198' status: - code: 201 - message: Created + code: 200 + message: OK - request: body: null headers: @@ -1159,18 +1332,18 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - scvmm vm update + - scvmm vm create Connection: - keep-alive ParameterSetName: - - -g -n --cpu-count --dynamic-memory-enabled --tags + - -g -l --custom-location -c -t -a -n --disk --nic User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/7de487b3-e950-403d-ae0f-7380fac2f70f*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview response: body: - string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/7de487b3-e950-403d-ae0f-7380fac2f70f*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"7de487b3-e950-403d-ae0f-7380fac2f70f*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Accepted","startTime":"2022-04-05T14:26:46.9782407Z"}' + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Accepted","startTime":"2023-05-29T07:33:08.0747558Z"}' headers: cache-control: - no-cache @@ -1179,9 +1352,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:27:20 GMT + - Mon, 29 May 2023 07:35:43 GMT etag: - - '"0700bfb0-0000-3400-0000-624c51ae0000"' + - '"0300eb32-0000-3400-0000-6474553c0000"' expires: - '-1' pragma: @@ -1205,29 +1378,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - scvmm vm update + - scvmm vm create Connection: - keep-alive ParameterSetName: - - -g -n --cpu-count --dynamic-memory-enabled --tags + - -g -l --custom-location -c -t -a -n --disk --nic User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/7de487b3-e950-403d-ae0f-7380fac2f70f*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview response: body: - string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/7de487b3-e950-403d-ae0f-7380fac2f70f*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"7de487b3-e950-403d-ae0f-7380fac2f70f*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Succeeded","startTime":"2022-04-05T14:26:46.9782407Z","endTime":"2022-04-05T14:27:32.0469289Z","error":{},"properties":null}' + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Accepted","startTime":"2023-05-29T07:33:08.0747558Z"}' headers: cache-control: - no-cache content-length: - - '579' + - '508' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:27:50 GMT + - Mon, 29 May 2023 07:36:13 GMT etag: - - '"0700cab0-0000-3400-0000-624c51d40000"' + - '"0300eb32-0000-3400-0000-6474553c0000"' expires: - '-1' pragma: @@ -1251,31 +1424,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - scvmm vm update + - scvmm vm create Connection: - keep-alive ParameterSetName: - - -g -n --cpu-count --dynamic-memory-enabled --tags + - -g -l --custom-location -c -t -a -n --disk --nic User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1?api-version=2020-06-05-preview + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","name":"arcvmm-azcli-test-vm-1","type":"microsoft.scvmm/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"tags":{"client":"azcli"},"systemData":{"createdBy":"snaskar@microsoft.com","createdByType":"User","createdAt":"2022-04-05T14:25:07.6128963Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-04-05T14:27:33.5251828Z"},"properties":{"cloudId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-cloud-qos","templateId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-minion","availabilitySets":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitySets/arcvmm-azcli-test-avset1","name":"avset1"}],"networkProfile":{"networkInterfaces":[{"name":"nic_1","displayName":"Network - Adapter 1","virtualNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-561","nicId":"11204484-85ff-45ba-871b-40ca5f86ac33","networkName":"19cab3a9-e51d-48ef-9944-2ef6dc5d98a4","ipv4AddressType":"Dynamic","ipv6AddressType":"Dynamic","macAddressType":"Dynamic"}]},"storageProfile":{"disks":[{"displayName":"Blank - Disk - 10GB.vhd","diskId":"c4db07c9-8ff7-42af-9965-c091be8ac933","diskSizeGB":0,"maxDiskSizeGB":10,"bus":0,"lun":0,"busType":"IDE","vhdType":"Dynamic","volumeType":"BootAndSystem","vhdFormatType":"VHD","createDiffDisk":"false"},{"name":"disk_1","displayName":"arcvmm-azcli-test-vm-1_disk_1","diskId":"644ef4bd-d33d-4bec-adb6-f1498d27b4c3","diskSizeGB":0,"maxDiskSizeGB":2,"bus":0,"lun":0,"busType":"SCSI","vhdType":"Dynamic","volumeType":"None","vhdFormatType":"VHDX","createDiffDisk":"false"}]},"osProfile":{"osType":"Other","osName":"Unknown"},"hardwareProfile":{"limitCpuForMigration":"false","dynamicMemoryEnabled":"true","isHighlyAvailable":"false","memoryMB":32,"cpuCount":2,"dynamicMemoryMaxMB":32,"dynamicMemoryMinMB":32},"checkpoints":[],"vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver","uuid":"377c0252-f0e6-45ca-8239-d39acc86eee5","powerState":"Stopped","generation":1,"checkpointType":"Production","provisioningState":"Succeeded"}}' + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Accepted","startTime":"2023-05-29T07:33:08.0747558Z"}' headers: cache-control: - no-cache content-length: - - '2804' + - '508' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:27:50 GMT + - Mon, 29 May 2023 07:36:43 GMT etag: - - '"0a00d0f9-0000-3400-0000-624c51d50000"' + - '"0300eb32-0000-3400-0000-6474553c0000"' expires: - '-1' pragma: @@ -1288,8 +1459,6 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-providerhub-traffic: - - 'True' status: code: 200 message: OK @@ -1297,35 +1466,33 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - scvmm vm disk show + - scvmm vm create Connection: - keep-alive ParameterSetName: - - -g --vm-name -n + - -g -l --custom-location -c -t -a -n --disk --nic User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1?api-version=2020-06-05-preview + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","name":"arcvmm-azcli-test-vm-1","type":"microsoft.scvmm/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"tags":{"client":"azcli"},"systemData":{"createdBy":"snaskar@microsoft.com","createdByType":"User","createdAt":"2022-04-05T14:25:07.6128963Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-04-05T14:27:33.5251828Z"},"properties":{"cloudId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-cloud-qos","templateId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-minion","availabilitySets":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitySets/arcvmm-azcli-test-avset1","name":"avset1"}],"networkProfile":{"networkInterfaces":[{"name":"nic_1","displayName":"Network - Adapter 1","virtualNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-561","nicId":"11204484-85ff-45ba-871b-40ca5f86ac33","networkName":"19cab3a9-e51d-48ef-9944-2ef6dc5d98a4","ipv4AddressType":"Dynamic","ipv6AddressType":"Dynamic","macAddressType":"Dynamic"}]},"storageProfile":{"disks":[{"displayName":"Blank - Disk - 10GB.vhd","diskId":"c4db07c9-8ff7-42af-9965-c091be8ac933","diskSizeGB":0,"maxDiskSizeGB":10,"bus":0,"lun":0,"busType":"IDE","vhdType":"Dynamic","volumeType":"BootAndSystem","vhdFormatType":"VHD","createDiffDisk":"false"},{"name":"disk_1","displayName":"arcvmm-azcli-test-vm-1_disk_1","diskId":"644ef4bd-d33d-4bec-adb6-f1498d27b4c3","diskSizeGB":0,"maxDiskSizeGB":2,"bus":0,"lun":0,"busType":"SCSI","vhdType":"Dynamic","volumeType":"None","vhdFormatType":"VHDX","createDiffDisk":"false"}]},"osProfile":{"osType":"Other","osName":"Unknown"},"hardwareProfile":{"limitCpuForMigration":"false","dynamicMemoryEnabled":"true","isHighlyAvailable":"false","memoryMB":32,"cpuCount":2,"dynamicMemoryMaxMB":32,"dynamicMemoryMinMB":32},"checkpoints":[],"vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver","uuid":"377c0252-f0e6-45ca-8239-d39acc86eee5","powerState":"Stopped","generation":1,"checkpointType":"Production","provisioningState":"Succeeded"}}' + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Accepted","startTime":"2023-05-29T07:33:08.0747558Z"}' headers: cache-control: - no-cache content-length: - - '2804' + - '508' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:27:51 GMT + - Mon, 29 May 2023 07:37:14 GMT etag: - - '"0a00d0f9-0000-3400-0000-624c51d50000"' + - '"0300eb32-0000-3400-0000-6474553c0000"' expires: - '-1' pragma: @@ -1338,8 +1505,6 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-providerhub-traffic: - - 'True' status: code: 200 message: OK @@ -1347,35 +1512,33 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - scvmm vm nic show + - scvmm vm create Connection: - keep-alive ParameterSetName: - - -g --vm-name -n + - -g -l --custom-location -c -t -a -n --disk --nic User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1?api-version=2020-06-05-preview + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","name":"arcvmm-azcli-test-vm-1","type":"microsoft.scvmm/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"tags":{"client":"azcli"},"systemData":{"createdBy":"snaskar@microsoft.com","createdByType":"User","createdAt":"2022-04-05T14:25:07.6128963Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2022-04-05T14:27:33.5251828Z"},"properties":{"cloudId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-cloud-qos","templateId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-minion","availabilitySets":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitySets/arcvmm-azcli-test-avset1","name":"avset1"}],"networkProfile":{"networkInterfaces":[{"name":"nic_1","displayName":"Network - Adapter 1","virtualNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-561","nicId":"11204484-85ff-45ba-871b-40ca5f86ac33","networkName":"19cab3a9-e51d-48ef-9944-2ef6dc5d98a4","ipv4AddressType":"Dynamic","ipv6AddressType":"Dynamic","macAddressType":"Dynamic"}]},"storageProfile":{"disks":[{"displayName":"Blank - Disk - 10GB.vhd","diskId":"c4db07c9-8ff7-42af-9965-c091be8ac933","diskSizeGB":0,"maxDiskSizeGB":10,"bus":0,"lun":0,"busType":"IDE","vhdType":"Dynamic","volumeType":"BootAndSystem","vhdFormatType":"VHD","createDiffDisk":"false"},{"name":"disk_1","displayName":"arcvmm-azcli-test-vm-1_disk_1","diskId":"644ef4bd-d33d-4bec-adb6-f1498d27b4c3","diskSizeGB":0,"maxDiskSizeGB":2,"bus":0,"lun":0,"busType":"SCSI","vhdType":"Dynamic","volumeType":"None","vhdFormatType":"VHDX","createDiffDisk":"false"}]},"osProfile":{"osType":"Other","osName":"Unknown"},"hardwareProfile":{"limitCpuForMigration":"false","dynamicMemoryEnabled":"true","isHighlyAvailable":"false","memoryMB":32,"cpuCount":2,"dynamicMemoryMaxMB":32,"dynamicMemoryMinMB":32},"checkpoints":[],"vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver","uuid":"377c0252-f0e6-45ca-8239-d39acc86eee5","powerState":"Stopped","generation":1,"checkpointType":"Production","provisioningState":"Succeeded"}}' + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Accepted","startTime":"2023-05-29T07:33:08.0747558Z"}' headers: cache-control: - no-cache content-length: - - '2804' + - '508' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:27:53 GMT + - Mon, 29 May 2023 07:37:44 GMT etag: - - '"0a00d0f9-0000-3400-0000-624c51d50000"' + - '"0300eb32-0000-3400-0000-6474553c0000"' expires: - '-1' pragma: @@ -1388,8 +1551,6 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-providerhub-traffic: - - 'True' status: code: 200 message: OK @@ -1397,51 +1558,1558 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - scvmm vm start + - scvmm vm create Connection: - keep-alive - Content-Length: - - '0' ParameterSetName: - - -g --name + - -g -l --custom-location -c -t -a -n --disk --nic User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1/start?api-version=2020-06-05-preview + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview response: body: - string: 'null' + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Accepted","startTime":"2023-05-29T07:33:08.0747558Z"}' headers: - azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/d88ef92a-2aa4-4520-91d1-b2eb556bb5e4*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview cache-control: - no-cache content-length: - - '4' + - '508' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:27:54 GMT + - Mon, 29 May 2023 07:38:15 GMT + etag: + - '"0300eb32-0000-3400-0000-6474553c0000"' expires: - '-1' - location: - - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/d88ef92a-2aa4-4520-91d1-b2eb556bb5e4*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm create + Connection: + - keep-alive + ParameterSetName: + - -g -l --custom-location -c -t -a -n --disk --nic + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Accepted","startTime":"2023-05-29T07:33:08.0747558Z"}' + headers: + cache-control: + - no-cache + content-length: + - '508' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:38:44 GMT + etag: + - '"0300eb32-0000-3400-0000-6474553c0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm create + Connection: + - keep-alive + ParameterSetName: + - -g -l --custom-location -c -t -a -n --disk --nic + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Accepted","startTime":"2023-05-29T07:33:08.0747558Z"}' + headers: + cache-control: + - no-cache + content-length: + - '508' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:39:15 GMT + etag: + - '"0300eb32-0000-3400-0000-6474553c0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm create + Connection: + - keep-alive + ParameterSetName: + - -g -l --custom-location -c -t -a -n --disk --nic + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Accepted","startTime":"2023-05-29T07:33:08.0747558Z"}' + headers: + cache-control: + - no-cache + content-length: + - '508' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:39:45 GMT + etag: + - '"0300eb32-0000-3400-0000-6474553c0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm create + Connection: + - keep-alive + ParameterSetName: + - -g -l --custom-location -c -t -a -n --disk --nic + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Accepted","startTime":"2023-05-29T07:33:08.0747558Z"}' + headers: + cache-control: + - no-cache + content-length: + - '508' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:40:16 GMT + etag: + - '"0300eb32-0000-3400-0000-6474553c0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm create + Connection: + - keep-alive + ParameterSetName: + - -g -l --custom-location -c -t -a -n --disk --nic + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Accepted","startTime":"2023-05-29T07:33:08.0747558Z"}' + headers: + cache-control: + - no-cache + content-length: + - '508' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:40:46 GMT + etag: + - '"0300eb32-0000-3400-0000-6474553c0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm create + Connection: + - keep-alive + ParameterSetName: + - -g -l --custom-location -c -t -a -n --disk --nic + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Accepted","startTime":"2023-05-29T07:33:08.0747558Z"}' + headers: + cache-control: + - no-cache + content-length: + - '508' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:41:17 GMT + etag: + - '"0300eb32-0000-3400-0000-6474553c0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm create + Connection: + - keep-alive + ParameterSetName: + - -g -l --custom-location -c -t -a -n --disk --nic + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Accepted","startTime":"2023-05-29T07:33:08.0747558Z"}' + headers: + cache-control: + - no-cache + content-length: + - '508' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:41:47 GMT + etag: + - '"0300eb32-0000-3400-0000-6474553c0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm create + Connection: + - keep-alive + ParameterSetName: + - -g -l --custom-location -c -t -a -n --disk --nic + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Accepted","startTime":"2023-05-29T07:33:08.0747558Z"}' + headers: + cache-control: + - no-cache + content-length: + - '508' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:42:17 GMT + etag: + - '"0300eb32-0000-3400-0000-6474553c0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm create + Connection: + - keep-alive + ParameterSetName: + - -g -l --custom-location -c -t -a -n --disk --nic + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"2c972cb1-f55f-4bd3-83a3-734adf4e84ed*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Succeeded","startTime":"2023-05-29T07:33:08.0747558Z","endTime":"2023-05-29T07:42:36.9260148Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '579' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:42:47 GMT + etag: + - '"03009736-0000-3400-0000-6474576c0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm create + Connection: + - keep-alive + ParameterSetName: + - -g -l --custom-location -c -t -a -n --disk --nic + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","name":"arcvmm-azcli-test-vm-1","type":"microsoft.scvmm/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"tags":{},"systemData":{"createdBy":"mchoubey@microsoft.com","createdByType":"User","createdAt":"2023-05-29T07:33:07.2852855Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-29T07:42:41.7793187Z"},"properties":{"provisioningState":"Succeeded","cloudId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-sojilani","templateId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-win","availabilitySets":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitySets/arcvmm-azcli-test-avset1","name":"avset1"}],"networkProfile":{"networkInterfaces":[{"name":"nic_1","displayName":"nic_1","virtualNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-562","nicId":"11c84618-b482-427f-9d61-914f7adcbac5","networkName":"a6f9432f-23d7-4124-9887-11c3ab173463","ipv4AddressType":"Dynamic","ipv6AddressType":"Dynamic","macAddressType":"Dynamic"}]},"storageProfile":{"disks":[{"displayName":"X64-EN-WINDOWS + SERVER 2016 RTM-ServerDataCenter-VL.vhd","diskId":"153c1531-c223-407b-8342-cf6d25d44496","diskSizeGB":10,"maxDiskSizeGB":40,"bus":0,"lun":0,"busType":"IDE","vhdType":"Dynamic","volumeType":"BootAndSystem","vhdFormatType":"VHD","createDiffDisk":"false"},{"name":"disk_1","displayName":"disk_1","diskId":"6ed94bbd-35f1-4095-ac31-2404198cdac3","diskSizeGB":0,"maxDiskSizeGB":2,"bus":0,"lun":0,"busType":"SCSI","vhdType":"Dynamic","volumeType":"None","vhdFormatType":"VHDX","createDiffDisk":"false"}]},"osProfile":{"computerName":"AO3ZY6UIDW21CHF","osType":"Windows","osName":"Windows + Server 2019 Standard"},"hardwareProfile":{"limitCpuForMigration":"false","dynamicMemoryEnabled":"false","isHighlyAvailable":"false","memoryMB":1024,"cpuCount":1},"checkpoints":[],"vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver","uuid":"2b65bf43-d720-4502-a8c6-8048a68c5dbe","powerState":"Stopped","generation":1,"checkpointType":"Production"}}' + headers: + cache-control: + - no-cache + content-length: + - '2795' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:42:49 GMT + etag: + - '"0000176d-0000-3400-0000-647457710000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"properties": {"hardwareProfile": {"cpuCount": 2, "dynamicMemoryEnabled": + "true"}}, "tags": {"client": "azcli"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm update + Connection: + - keep-alive + Content-Length: + - '113' + Content-Type: + - application/json + ParameterSetName: + - -g -n --cpu-count --dynamic-memory-enabled --tags + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","name":"arcvmm-azcli-test-vm-1","type":"microsoft.scvmm/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"tags":{"client":"azcli"},"systemData":{"createdBy":"mchoubey@microsoft.com","createdByType":"User","createdAt":"2023-05-29T07:33:07.2852855Z","lastModifiedBy":"mchoubey@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-29T07:42:51.2937856Z"},"properties":{"cloudId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-sojilani","templateId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-win","availabilitySets":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitySets/arcvmm-azcli-test-avset1","name":"avset1"}],"networkProfile":{"networkInterfaces":[{"name":"nic_1","displayName":"nic_1","virtualNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-562","nicId":"11c84618-b482-427f-9d61-914f7adcbac5","networkName":"a6f9432f-23d7-4124-9887-11c3ab173463","ipv4AddressType":"Dynamic","ipv6AddressType":"Dynamic","macAddressType":"Dynamic"}]},"storageProfile":{"disks":[{"displayName":"X64-EN-WINDOWS + SERVER 2016 RTM-ServerDataCenter-VL.vhd","diskId":"153c1531-c223-407b-8342-cf6d25d44496","diskSizeGB":10,"maxDiskSizeGB":40,"bus":0,"lun":0,"busType":"IDE","vhdType":"Dynamic","volumeType":"BootAndSystem","vhdFormatType":"VHD","createDiffDisk":"false"},{"name":"disk_1","displayName":"disk_1","diskId":"6ed94bbd-35f1-4095-ac31-2404198cdac3","diskSizeGB":0,"maxDiskSizeGB":2,"bus":0,"lun":0,"busType":"SCSI","vhdType":"Dynamic","volumeType":"None","vhdFormatType":"VHDX","createDiffDisk":"false"}]},"osProfile":{"computerName":"AO3ZY6UIDW21CHF","osType":"Windows","osName":"Windows + Server 2019 Standard"},"hardwareProfile":{"limitCpuForMigration":"false","dynamicMemoryEnabled":"true","isHighlyAvailable":"false","memoryMB":1024,"cpuCount":2},"checkpoints":[],"vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver","uuid":"2b65bf43-d720-4502-a8c6-8048a68c5dbe","powerState":"Stopped","generation":1,"checkpointType":"Production","provisioningState":"Accepted"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/40f7a8f9-0459-4b91-bbf3-f8a5a1b8e9de*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + cache-control: + - no-cache + content-length: + - '2788' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:42:54 GMT + etag: + - '"00001c6d-0000-3400-0000-6474577b0000"' + expires: + - '-1' + mise-correlation-id: + - 87f9991b-bbb5-40d1-adfa-f7604fb77378 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm update + Connection: + - keep-alive + ParameterSetName: + - -g -n --cpu-count --dynamic-memory-enabled --tags + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/40f7a8f9-0459-4b91-bbf3-f8a5a1b8e9de*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/40f7a8f9-0459-4b91-bbf3-f8a5a1b8e9de*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"40f7a8f9-0459-4b91-bbf3-f8a5a1b8e9de*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Accepted","startTime":"2023-05-29T07:42:51.4719694Z"}' + headers: + cache-control: + - no-cache + content-length: + - '508' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:42:55 GMT + etag: + - '"0300b836-0000-3400-0000-6474577b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm update + Connection: + - keep-alive + ParameterSetName: + - -g -n --cpu-count --dynamic-memory-enabled --tags + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/40f7a8f9-0459-4b91-bbf3-f8a5a1b8e9de*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/40f7a8f9-0459-4b91-bbf3-f8a5a1b8e9de*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"40f7a8f9-0459-4b91-bbf3-f8a5a1b8e9de*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Succeeded","startTime":"2023-05-29T07:42:51.4719694Z","endTime":"2023-05-29T07:43:16.3029243Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '579' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:43:24 GMT + etag: + - '"03000037-0000-3400-0000-647457940000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm update + Connection: + - keep-alive + ParameterSetName: + - -g -n --cpu-count --dynamic-memory-enabled --tags + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","name":"arcvmm-azcli-test-vm-1","type":"microsoft.scvmm/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"tags":{"client":"azcli"},"systemData":{"createdBy":"mchoubey@microsoft.com","createdByType":"User","createdAt":"2023-05-29T07:33:07.2852855Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-29T07:43:19.5304356Z"},"properties":{"cloudId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-sojilani","templateId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-win","availabilitySets":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitySets/arcvmm-azcli-test-avset1","name":"avset1"}],"networkProfile":{"networkInterfaces":[{"name":"nic_1","displayName":"nic_1","virtualNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-562","nicId":"11c84618-b482-427f-9d61-914f7adcbac5","networkName":"a6f9432f-23d7-4124-9887-11c3ab173463","ipv4AddressType":"Dynamic","ipv6AddressType":"Dynamic","macAddressType":"Dynamic"}]},"storageProfile":{"disks":[{"displayName":"X64-EN-WINDOWS + SERVER 2016 RTM-ServerDataCenter-VL.vhd","diskId":"153c1531-c223-407b-8342-cf6d25d44496","diskSizeGB":10,"maxDiskSizeGB":40,"bus":0,"lun":0,"busType":"IDE","vhdType":"Dynamic","volumeType":"BootAndSystem","vhdFormatType":"VHD","createDiffDisk":"false"},{"name":"disk_1","displayName":"disk_1","diskId":"6ed94bbd-35f1-4095-ac31-2404198cdac3","diskSizeGB":0,"maxDiskSizeGB":2,"bus":0,"lun":0,"busType":"SCSI","vhdType":"Dynamic","volumeType":"None","vhdFormatType":"VHDX","createDiffDisk":"false"}]},"osProfile":{"computerName":"AO3ZY6UIDW21CHF","osType":"Windows","osName":"Windows + Server 2019 Standard"},"hardwareProfile":{"limitCpuForMigration":"false","dynamicMemoryEnabled":"true","isHighlyAvailable":"false","memoryMB":1024,"cpuCount":2,"dynamicMemoryMaxMB":1048576,"dynamicMemoryMinMB":32},"checkpoints":[],"vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver","uuid":"2b65bf43-d720-4502-a8c6-8048a68c5dbe","powerState":"Stopped","generation":1,"checkpointType":"Production","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '2863' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:43:25 GMT + etag: + - '"0000286d-0000-3400-0000-647457970000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm disk show + Connection: + - keep-alive + ParameterSetName: + - -g --vm-name -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","name":"arcvmm-azcli-test-vm-1","type":"microsoft.scvmm/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"tags":{"client":"azcli"},"systemData":{"createdBy":"mchoubey@microsoft.com","createdByType":"User","createdAt":"2023-05-29T07:33:07.2852855Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-29T07:43:19.5304356Z"},"properties":{"cloudId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-sojilani","templateId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-win","availabilitySets":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitySets/arcvmm-azcli-test-avset1","name":"avset1"}],"networkProfile":{"networkInterfaces":[{"name":"nic_1","displayName":"nic_1","virtualNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-562","nicId":"11c84618-b482-427f-9d61-914f7adcbac5","networkName":"a6f9432f-23d7-4124-9887-11c3ab173463","ipv4AddressType":"Dynamic","ipv6AddressType":"Dynamic","macAddressType":"Dynamic"}]},"storageProfile":{"disks":[{"displayName":"X64-EN-WINDOWS + SERVER 2016 RTM-ServerDataCenter-VL.vhd","diskId":"153c1531-c223-407b-8342-cf6d25d44496","diskSizeGB":10,"maxDiskSizeGB":40,"bus":0,"lun":0,"busType":"IDE","vhdType":"Dynamic","volumeType":"BootAndSystem","vhdFormatType":"VHD","createDiffDisk":"false"},{"name":"disk_1","displayName":"disk_1","diskId":"6ed94bbd-35f1-4095-ac31-2404198cdac3","diskSizeGB":0,"maxDiskSizeGB":2,"bus":0,"lun":0,"busType":"SCSI","vhdType":"Dynamic","volumeType":"None","vhdFormatType":"VHDX","createDiffDisk":"false"}]},"osProfile":{"computerName":"AO3ZY6UIDW21CHF","osType":"Windows","osName":"Windows + Server 2019 Standard"},"hardwareProfile":{"limitCpuForMigration":"false","dynamicMemoryEnabled":"true","isHighlyAvailable":"false","memoryMB":1024,"cpuCount":2,"dynamicMemoryMaxMB":1048576,"dynamicMemoryMinMB":32},"checkpoints":[],"vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver","uuid":"2b65bf43-d720-4502-a8c6-8048a68c5dbe","powerState":"Stopped","generation":1,"checkpointType":"Production","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '2863' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:43:27 GMT + etag: + - '"0000286d-0000-3400-0000-647457970000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm nic show + Connection: + - keep-alive + ParameterSetName: + - -g --vm-name -n + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","name":"arcvmm-azcli-test-vm-1","type":"microsoft.scvmm/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"tags":{"client":"azcli"},"systemData":{"createdBy":"mchoubey@microsoft.com","createdByType":"User","createdAt":"2023-05-29T07:33:07.2852855Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-29T07:43:19.5304356Z"},"properties":{"cloudId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-sojilani","templateId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-win","availabilitySets":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitySets/arcvmm-azcli-test-avset1","name":"avset1"}],"networkProfile":{"networkInterfaces":[{"name":"nic_1","displayName":"nic_1","virtualNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-562","nicId":"11c84618-b482-427f-9d61-914f7adcbac5","networkName":"a6f9432f-23d7-4124-9887-11c3ab173463","ipv4AddressType":"Dynamic","ipv6AddressType":"Dynamic","macAddressType":"Dynamic"}]},"storageProfile":{"disks":[{"displayName":"X64-EN-WINDOWS + SERVER 2016 RTM-ServerDataCenter-VL.vhd","diskId":"153c1531-c223-407b-8342-cf6d25d44496","diskSizeGB":10,"maxDiskSizeGB":40,"bus":0,"lun":0,"busType":"IDE","vhdType":"Dynamic","volumeType":"BootAndSystem","vhdFormatType":"VHD","createDiffDisk":"false"},{"name":"disk_1","displayName":"disk_1","diskId":"6ed94bbd-35f1-4095-ac31-2404198cdac3","diskSizeGB":0,"maxDiskSizeGB":2,"bus":0,"lun":0,"busType":"SCSI","vhdType":"Dynamic","volumeType":"None","vhdFormatType":"VHDX","createDiffDisk":"false"}]},"osProfile":{"computerName":"AO3ZY6UIDW21CHF","osType":"Windows","osName":"Windows + Server 2019 Standard"},"hardwareProfile":{"limitCpuForMigration":"false","dynamicMemoryEnabled":"true","isHighlyAvailable":"false","memoryMB":1024,"cpuCount":2,"dynamicMemoryMaxMB":1048576,"dynamicMemoryMinMB":32},"checkpoints":[],"vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver","uuid":"2b65bf43-d720-4502-a8c6-8048a68c5dbe","powerState":"Stopped","generation":1,"checkpointType":"Production","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '2863' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:43:28 GMT + etag: + - '"0000286d-0000-3400-0000-647457970000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm start + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g --name + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1/start?api-version=2020-06-05-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/56d0850e-d103-4088-b217-671e9347961b*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:43:31 GMT + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/56d0850e-d103-4088-b217-671e9347961b*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + mise-correlation-id: + - 3f04f33f-adb2-44d0-b8b0-e666eed5ec9d + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm start + Connection: + - keep-alive + ParameterSetName: + - -g --name + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/56d0850e-d103-4088-b217-671e9347961b*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/56d0850e-d103-4088-b217-671e9347961b*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"56d0850e-d103-4088-b217-671e9347961b*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Accepted","startTime":"2023-05-29T07:43:31.017692Z"}' + headers: + cache-control: + - no-cache + content-length: + - '507' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:43:32 GMT + etag: + - '"03001937-0000-3400-0000-647457a30000"' + expires: + - '-1' + 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: + - scvmm vm start + Connection: + - keep-alive + ParameterSetName: + - -g --name + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/56d0850e-d103-4088-b217-671e9347961b*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/56d0850e-d103-4088-b217-671e9347961b*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"56d0850e-d103-4088-b217-671e9347961b*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Succeeded","startTime":"2023-05-29T07:43:31.017692Z","endTime":"2023-05-29T07:43:52.4003519Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '578' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:44:02 GMT + etag: + - '"03004137-0000-3400-0000-647457b80000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm start + Connection: + - keep-alive + ParameterSetName: + - -g --name + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/56d0850e-d103-4088-b217-671e9347961b*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/56d0850e-d103-4088-b217-671e9347961b*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"56d0850e-d103-4088-b217-671e9347961b*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Succeeded","startTime":"2023-05-29T07:43:31.017692Z","endTime":"2023-05-29T07:43:52.4003519Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '578' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:44:02 GMT + etag: + - '"03004137-0000-3400-0000-647457b80000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"skipShutdown": true}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm stop + Connection: + - keep-alive + Content-Length: + - '22' + Content-Type: + - application/json + ParameterSetName: + - -g --name --skip-shutdown + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1/stop?api-version=2020-06-05-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/f29572c5-afd8-4e4e-a320-b811afb03633*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:44:05 GMT + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/f29572c5-afd8-4e4e-a320-b811afb03633*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + mise-correlation-id: + - c156f7f2-bc02-4fd6-a465-03cccb504ded + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm stop + Connection: + - keep-alive + ParameterSetName: + - -g --name --skip-shutdown + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/f29572c5-afd8-4e4e-a320-b811afb03633*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/f29572c5-afd8-4e4e-a320-b811afb03633*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"f29572c5-afd8-4e4e-a320-b811afb03633*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Accepted","startTime":"2023-05-29T07:44:05.1940668Z"}' + headers: + cache-control: + - no-cache + content-length: + - '508' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:44:06 GMT + etag: + - '"03005537-0000-3400-0000-647457c50000"' + expires: + - '-1' + 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: + - scvmm vm stop + Connection: + - keep-alive + ParameterSetName: + - -g --name --skip-shutdown + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/f29572c5-afd8-4e4e-a320-b811afb03633*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/f29572c5-afd8-4e4e-a320-b811afb03633*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"f29572c5-afd8-4e4e-a320-b811afb03633*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Succeeded","startTime":"2023-05-29T07:44:05.1940668Z","endTime":"2023-05-29T07:44:23.1763245Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '579' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:44:36 GMT + etag: + - '"03006a37-0000-3400-0000-647457d70000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm stop + Connection: + - keep-alive + ParameterSetName: + - -g --name --skip-shutdown + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/f29572c5-afd8-4e4e-a320-b811afb03633*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/f29572c5-afd8-4e4e-a320-b811afb03633*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"f29572c5-afd8-4e4e-a320-b811afb03633*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Succeeded","startTime":"2023-05-29T07:44:05.1940668Z","endTime":"2023-05-29T07:44:23.1763245Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '579' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:44:36 GMT + etag: + - '"03006a37-0000-3400-0000-647457d70000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"name": "arcvmm-azcli-checkpoint", "description": "arcvmm-azcli-checkpoint"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm create-checkpoint + Connection: + - keep-alive + Content-Length: + - '77' + Content-Type: + - application/json + ParameterSetName: + - -g --name --checkpoint-name --checkpoint-description + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1/createCheckpoint?api-version=2020-06-05-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/4400659e-fefd-4463-90d3-c2ee27531633*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:44:38 GMT + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/4400659e-fefd-4463-90d3-c2ee27531633*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + mise-correlation-id: + - 5989e6d1-f650-43b7-880a-a8ca236b7686 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm create-checkpoint + Connection: + - keep-alive + ParameterSetName: + - -g --name --checkpoint-name --checkpoint-description + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/4400659e-fefd-4463-90d3-c2ee27531633*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/4400659e-fefd-4463-90d3-c2ee27531633*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"4400659e-fefd-4463-90d3-c2ee27531633*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Accepted","startTime":"2023-05-29T07:44:39.3953635Z"}' + headers: + cache-control: + - no-cache + content-length: + - '508' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:44:40 GMT + etag: + - '"03008e37-0000-3400-0000-647457e70000"' + expires: + - '-1' + 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: + - scvmm vm create-checkpoint + Connection: + - keep-alive + ParameterSetName: + - -g --name --checkpoint-name --checkpoint-description + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/4400659e-fefd-4463-90d3-c2ee27531633*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/4400659e-fefd-4463-90d3-c2ee27531633*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"4400659e-fefd-4463-90d3-c2ee27531633*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Succeeded","startTime":"2023-05-29T07:44:39.3953635Z","endTime":"2023-05-29T07:45:01.2127604Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '579' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:45:10 GMT + etag: + - '"0300b037-0000-3400-0000-647457fd0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm create-checkpoint + Connection: + - keep-alive + ParameterSetName: + - -g --name --checkpoint-name --checkpoint-description + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/4400659e-fefd-4463-90d3-c2ee27531633*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/4400659e-fefd-4463-90d3-c2ee27531633*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"4400659e-fefd-4463-90d3-c2ee27531633*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Succeeded","startTime":"2023-05-29T07:44:39.3953635Z","endTime":"2023-05-29T07:45:01.2127604Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '579' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:45:11 GMT + etag: + - '"0300b037-0000-3400-0000-647457fd0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm show + Connection: + - keep-alive + ParameterSetName: + - -g --name + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","name":"arcvmm-azcli-test-vm-1","type":"microsoft.scvmm/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"tags":{"client":"azcli"},"systemData":{"createdBy":"mchoubey@microsoft.com","createdByType":"User","createdAt":"2023-05-29T07:33:07.2852855Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-29T07:45:03.7800069Z"},"properties":{"cloudId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-sojilani","templateId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-win","availabilitySets":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitySets/arcvmm-azcli-test-avset1","name":"avset1"}],"networkProfile":{"networkInterfaces":[{"name":"nic_1","displayName":"nic_1","virtualNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-562","nicId":"11c84618-b482-427f-9d61-914f7adcbac5","networkName":"a6f9432f-23d7-4124-9887-11c3ab173463","ipv4AddressType":"Dynamic","ipv6AddressType":"Dynamic","macAddressType":"Dynamic"}]},"storageProfile":{"disks":[{"displayName":"X64-EN-WINDOWS + SERVER 2016 RTM-ServerDataCenter-VL_4EB59B55-7EFD-472F-9BB0-58C62260242D","diskId":"586bc467-071a-4808-9758-9d1811ae0ba8","diskSizeGB":0,"maxDiskSizeGB":40,"bus":0,"lun":0,"busType":"IDE","vhdType":"Differencing","volumeType":"BootAndSystem","vhdFormatType":"VHD","createDiffDisk":"false"},{"displayName":"arcvmm-azcli-test-vm-1-503b32d3_disk_1_ACAC1CE3-6500-4268-BA59-F5BD6310880B","diskId":"8863337b-806c-4667-9c0f-deaa9ad70199","diskSizeGB":0,"maxDiskSizeGB":2,"bus":0,"lun":0,"busType":"SCSI","vhdType":"Differencing","volumeType":"None","vhdFormatType":"VHDX","createDiffDisk":"false"}]},"osProfile":{"computerName":"AO3ZY6UIDW21CHF","osType":"Windows","osName":"Windows + Server 2019 Standard"},"hardwareProfile":{"limitCpuForMigration":"false","dynamicMemoryEnabled":"true","isHighlyAvailable":"false","memoryMB":1024,"cpuCount":2,"dynamicMemoryMaxMB":1048576,"dynamicMemoryMinMB":32},"checkpoints":[{"parentCheckpointID":"A1C2E1E5-90CB-465E-BF61-84FAF537F59C","checkpointID":"49D72360-1E5B-43FA-961C-E57A1261A7CE","name":"arcvmm-azcli-checkpoint","description":"arcvmm-azcli-checkpoint"}],"vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver","uuid":"2b65bf43-d720-4502-a8c6-8048a68c5dbe","powerState":"Stopped","generation":1,"checkpointType":"Production","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '3146' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:45:13 GMT + etag: + - '"00004c6d-0000-3400-0000-647457ff0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"id": "49D72360-1E5B-43FA-961C-E57A1261A7CE"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm restore-checkpoint + Connection: + - keep-alive + Content-Length: + - '46' + Content-Type: + - application/json + ParameterSetName: + - -g --name --checkpoint-id + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1/restoreCheckpoint?api-version=2020-06-05-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/f943ddc1-59cc-4eec-a477-f8cac892066a*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:45:14 GMT + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/f943ddc1-59cc-4eec-a477-f8cac892066a*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview mise-correlation-id: - - d8beb3fa-62d1-4601-a413-8fa201510fe8 + - 0283977c-730c-4de8-ba58-68e128fdbc16 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm restore-checkpoint + Connection: + - keep-alive + ParameterSetName: + - -g --name --checkpoint-id + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/f943ddc1-59cc-4eec-a477-f8cac892066a*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/f943ddc1-59cc-4eec-a477-f8cac892066a*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"f943ddc1-59cc-4eec-a477-f8cac892066a*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Accepted","startTime":"2023-05-29T07:45:14.7434625Z"}' + headers: + cache-control: + - no-cache + content-length: + - '508' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:45:15 GMT + etag: + - '"0300bc37-0000-3400-0000-6474580a0000"' + expires: + - '-1' + 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: + - scvmm vm restore-checkpoint + Connection: + - keep-alive + ParameterSetName: + - -g --name --checkpoint-id + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/f943ddc1-59cc-4eec-a477-f8cac892066a*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/f943ddc1-59cc-4eec-a477-f8cac892066a*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"f943ddc1-59cc-4eec-a477-f8cac892066a*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"InProgress","startTime":"2023-05-29T07:45:14.7434625Z","error":{}}' + headers: + cache-control: + - no-cache + content-length: + - '521' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:45:46 GMT + etag: + - '"0300c937-0000-3400-0000-647458130000"' + expires: + - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff - x-ms-providerhub-traffic: - - 'True' - x-ms-ratelimit-remaining-subscription-writes: - - '1199' status: code: 202 message: Accepted @@ -1453,40 +3121,44 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - scvmm vm start + - scvmm vm restore-checkpoint Connection: - keep-alive ParameterSetName: - - -g --name + - -g --name --checkpoint-id User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/d88ef92a-2aa4-4520-91d1-b2eb556bb5e4*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/f943ddc1-59cc-4eec-a477-f8cac892066a*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview response: body: - string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/d88ef92a-2aa4-4520-91d1-b2eb556bb5e4*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"d88ef92a-2aa4-4520-91d1-b2eb556bb5e4*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"InProgress","startTime":"2022-04-05T14:27:55.0218353Z","error":{}}' + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/f943ddc1-59cc-4eec-a477-f8cac892066a*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"f943ddc1-59cc-4eec-a477-f8cac892066a*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Succeeded","startTime":"2023-05-29T07:45:14.7434625Z","endTime":"2023-05-29T07:45:47.3915695Z","error":{},"properties":null}' headers: cache-control: - no-cache content-length: - - '521' + - '579' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:28:25 GMT + - Mon, 29 May 2023 07:46:16 GMT etag: - - '"0700d3b0-0000-3400-0000-624c51f30000"' + - '"0300e937-0000-3400-0000-6474582b0000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -1495,18 +3167,18 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - scvmm vm start + - scvmm vm restore-checkpoint Connection: - keep-alive ParameterSetName: - - -g --name + - -g --name --checkpoint-id User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/d88ef92a-2aa4-4520-91d1-b2eb556bb5e4*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/f943ddc1-59cc-4eec-a477-f8cac892066a*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview response: body: - string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/d88ef92a-2aa4-4520-91d1-b2eb556bb5e4*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"d88ef92a-2aa4-4520-91d1-b2eb556bb5e4*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Succeeded","startTime":"2022-04-05T14:27:55.0218353Z","endTime":"2022-04-05T14:28:31.2367437Z","error":{},"properties":null}' + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/f943ddc1-59cc-4eec-a477-f8cac892066a*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"f943ddc1-59cc-4eec-a477-f8cac892066a*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Succeeded","startTime":"2023-05-29T07:45:14.7434625Z","endTime":"2023-05-29T07:45:47.3915695Z","error":{},"properties":null}' headers: cache-control: - no-cache @@ -1515,9 +3187,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:28:55 GMT + - Mon, 29 May 2023 07:46:16 GMT etag: - - '"0700dbb0-0000-3400-0000-624c520f0000"' + - '"0300e937-0000-3400-0000-6474582b0000"' expires: - '-1' pragma: @@ -1537,33 +3209,35 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - scvmm vm start + - scvmm vm show Connection: - keep-alive ParameterSetName: - -g --name User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/d88ef92a-2aa4-4520-91d1-b2eb556bb5e4*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1?api-version=2020-06-05-preview response: body: - string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/d88ef92a-2aa4-4520-91d1-b2eb556bb5e4*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"d88ef92a-2aa4-4520-91d1-b2eb556bb5e4*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Succeeded","startTime":"2022-04-05T14:27:55.0218353Z","endTime":"2022-04-05T14:28:31.2367437Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","name":"arcvmm-azcli-test-vm-1","type":"microsoft.scvmm/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"tags":{"client":"azcli"},"systemData":{"createdBy":"mchoubey@microsoft.com","createdByType":"User","createdAt":"2023-05-29T07:33:07.2852855Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-29T07:45:51.5551393Z"},"properties":{"cloudId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-sojilani","templateId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-win","availabilitySets":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitySets/arcvmm-azcli-test-avset1","name":"avset1"}],"networkProfile":{"networkInterfaces":[{"name":"nic_1","displayName":"nic_1","virtualNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-562","nicId":"11c84618-b482-427f-9d61-914f7adcbac5","networkName":"a6f9432f-23d7-4124-9887-11c3ab173463","macAddress":"00:15:5D:AD:58:38","ipv4AddressType":"Dynamic","ipv6AddressType":"Dynamic","macAddressType":"Dynamic"}]},"storageProfile":{"disks":[{"displayName":"X64-EN-WINDOWS + SERVER 2016 RTM-ServerDataCenter-VL_0561FB75-A599-47FE-B76D-D989F9FBD3DC","diskId":"da24dfd2-4752-490a-9d67-f5f6544fda31","diskSizeGB":0,"maxDiskSizeGB":40,"bus":0,"lun":0,"busType":"IDE","vhdType":"Differencing","volumeType":"BootAndSystem","vhdFormatType":"VHD","createDiffDisk":"false"},{"displayName":"arcvmm-azcli-test-vm-1-503b32d3_disk_1_90E2380A-D2E3-41BE-A632-32BF2899C402","diskId":"31b3260e-927a-4234-a6fe-7ac3e20563dc","diskSizeGB":0,"maxDiskSizeGB":2,"bus":0,"lun":0,"busType":"SCSI","vhdType":"Differencing","volumeType":"None","vhdFormatType":"VHDX","createDiffDisk":"false"}]},"osProfile":{"computerName":"AO3ZY6UIDW21CHF","osType":"Windows","osName":"Windows + Server 2019 Standard"},"hardwareProfile":{"limitCpuForMigration":"false","dynamicMemoryEnabled":"true","isHighlyAvailable":"false","memoryMB":1024,"cpuCount":2,"dynamicMemoryMaxMB":1048576,"dynamicMemoryMinMB":32},"checkpoints":[{"parentCheckpointID":"A1C2E1E5-90CB-465E-BF61-84FAF537F59C","checkpointID":"49D72360-1E5B-43FA-961C-E57A1261A7CE","name":"arcvmm-azcli-checkpoint","description":"arcvmm-azcli-checkpoint"}],"vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver","uuid":"2b65bf43-d720-4502-a8c6-8048a68c5dbe","powerState":"Stopped","generation":1,"checkpointType":"Production","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '579' + - '3179' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:28:55 GMT + - Mon, 29 May 2023 07:46:19 GMT etag: - - '"0700dbb0-0000-3400-0000-624c520f0000"' + - '"00005d6d-0000-3400-0000-647458300000"' expires: - '-1' pragma: @@ -1576,36 +3250,38 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff + x-ms-providerhub-traffic: + - 'True' status: code: 200 message: OK - request: - body: '{"skipShutdown": true}' + body: '{"id": "49D72360-1E5B-43FA-961C-E57A1261A7CE"}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - scvmm vm stop + - scvmm vm delete-checkpoint Connection: - keep-alive Content-Length: - - '22' + - '46' Content-Type: - application/json ParameterSetName: - - -g --name --skip-shutdown + - -g --name --checkpoint-id User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1/stop?api-version=2020-06-05-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1/deleteCheckpoint?api-version=2020-06-05-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/66a9706f-376f-4f3d-a332-352e48435adf*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/66107224-6163-4f45-a84b-8ef2d75ab638*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview cache-control: - no-cache content-length: @@ -1613,13 +3289,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:28:57 GMT + - Mon, 29 May 2023 07:46:20 GMT expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/66a9706f-376f-4f3d-a332-352e48435adf*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/66107224-6163-4f45-a84b-8ef2d75ab638*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview mise-correlation-id: - - b89409d0-51fa-49dd-85ea-361f6fd561b6 + - 29fd5114-624a-4b2e-8740-26250c3182d9 pragma: - no-cache strict-transport-security: @@ -1641,29 +3317,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - scvmm vm stop + - scvmm vm delete-checkpoint Connection: - keep-alive ParameterSetName: - - -g --name --skip-shutdown + - -g --name --checkpoint-id User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/66a9706f-376f-4f3d-a332-352e48435adf*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/66107224-6163-4f45-a84b-8ef2d75ab638*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview response: body: - string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/66a9706f-376f-4f3d-a332-352e48435adf*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"66a9706f-376f-4f3d-a332-352e48435adf*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"InProgress","startTime":"2022-04-05T14:28:57.7849806Z","error":{}}' + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/66107224-6163-4f45-a84b-8ef2d75ab638*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"66107224-6163-4f45-a84b-8ef2d75ab638*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Accepted","startTime":"2023-05-29T07:46:20.7540381Z"}' headers: cache-control: - no-cache content-length: - - '521' + - '508' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:29:27 GMT + - Mon, 29 May 2023 07:46:21 GMT etag: - - '"0700e7b0-0000-3400-0000-624c522f0000"' + - '"03004438-0000-3400-0000-6474584c0000"' expires: - '-1' pragma: @@ -1683,29 +3359,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - scvmm vm stop + - scvmm vm delete-checkpoint Connection: - keep-alive ParameterSetName: - - -g --name --skip-shutdown + - -g --name --checkpoint-id User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/66a9706f-376f-4f3d-a332-352e48435adf*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/66107224-6163-4f45-a84b-8ef2d75ab638*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview response: body: - string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/66a9706f-376f-4f3d-a332-352e48435adf*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"66a9706f-376f-4f3d-a332-352e48435adf*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Succeeded","startTime":"2022-04-05T14:28:57.7849806Z","endTime":"2022-04-05T14:29:30.1273503Z","error":{},"properties":null}' + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/66107224-6163-4f45-a84b-8ef2d75ab638*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"66107224-6163-4f45-a84b-8ef2d75ab638*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Succeeded","startTime":"2023-05-29T07:46:20.7540381Z","endTime":"2023-05-29T07:46:39.894378Z","error":{},"properties":null}' headers: cache-control: - no-cache content-length: - - '579' + - '578' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:29:58 GMT + - Mon, 29 May 2023 07:46:52 GMT etag: - - '"0700edb0-0000-3400-0000-624c524a0000"' + - '"03009438-0000-3400-0000-6474585f0000"' expires: - '-1' pragma: @@ -1729,29 +3405,77 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - scvmm vm stop + - scvmm vm delete-checkpoint Connection: - keep-alive ParameterSetName: - - -g --name --skip-shutdown + - -g --name --checkpoint-id User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/66a9706f-376f-4f3d-a332-352e48435adf*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/66107224-6163-4f45-a84b-8ef2d75ab638*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview response: body: - string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/66a9706f-376f-4f3d-a332-352e48435adf*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"66a9706f-376f-4f3d-a332-352e48435adf*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Succeeded","startTime":"2022-04-05T14:28:57.7849806Z","endTime":"2022-04-05T14:29:30.1273503Z","error":{},"properties":null}' + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/66107224-6163-4f45-a84b-8ef2d75ab638*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"66107224-6163-4f45-a84b-8ef2d75ab638*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Succeeded","startTime":"2023-05-29T07:46:20.7540381Z","endTime":"2023-05-29T07:46:39.894378Z","error":{},"properties":null}' headers: cache-control: - no-cache content-length: - - '579' + - '578' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:46:52 GMT + etag: + - '"03009438-0000-3400-0000-6474585f0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm vm show + Connection: + - keep-alive + ParameterSetName: + - -g --name + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","name":"arcvmm-azcli-test-vm-1","type":"microsoft.scvmm/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ExtendedLocation/customLocations/arcvmm-azcli-test-cl","type":"customLocation"},"tags":{"client":"azcli"},"systemData":{"createdBy":"mchoubey@microsoft.com","createdByType":"User","createdAt":"2023-05-29T07:33:07.2852855Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-29T07:46:47.1206898Z"},"properties":{"cloudId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-sojilani","templateId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-win","availabilitySets":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitySets/arcvmm-azcli-test-avset1","name":"avset1"}],"networkProfile":{"networkInterfaces":[{"name":"nic_1","displayName":"nic_1","virtualNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-562","nicId":"11c84618-b482-427f-9d61-914f7adcbac5","networkName":"a6f9432f-23d7-4124-9887-11c3ab173463","macAddress":"00:15:5D:AD:58:38","ipv4AddressType":"Dynamic","ipv6AddressType":"Dynamic","macAddressType":"Dynamic"}]},"storageProfile":{"disks":[{"displayName":"X64-EN-WINDOWS + SERVER 2016 RTM-ServerDataCenter-VL.vhd","diskId":"2bb15e23-3c16-4a54-8f98-91b0069c4150","diskSizeGB":11,"maxDiskSizeGB":40,"bus":0,"lun":0,"busType":"IDE","vhdType":"Dynamic","volumeType":"BootAndSystem","vhdFormatType":"VHD","createDiffDisk":"false"},{"displayName":"arcvmm-azcli-test-vm-1-503b32d3_disk_1","diskId":"d25d0285-7db8-4f44-b946-e4ad6360afec","diskSizeGB":0,"maxDiskSizeGB":2,"bus":0,"lun":0,"busType":"SCSI","vhdType":"Dynamic","volumeType":"None","vhdFormatType":"VHDX","createDiffDisk":"false"}]},"osProfile":{"computerName":"AO3ZY6UIDW21CHF","osType":"Windows","osName":"Windows + Server 2019 Standard"},"hardwareProfile":{"limitCpuForMigration":"false","dynamicMemoryEnabled":"true","isHighlyAvailable":"false","memoryMB":1024,"cpuCount":2,"dynamicMemoryMaxMB":1048576,"dynamicMemoryMinMB":32},"checkpoints":[],"vmmServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/vmmServers/arcvmm-azcli-test-vmmserver","uuid":"2b65bf43-d720-4502-a8c6-8048a68c5dbe","powerState":"Stopped","generation":1,"checkpointType":"Production","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '2912' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:29:58 GMT + - Mon, 29 May 2023 07:46:54 GMT etag: - - '"0700edb0-0000-3400-0000-624c524a0000"' + - '"0000776d-0000-3400-0000-647458670000"' expires: - '-1' pragma: @@ -1764,6 +3488,8 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff + x-ms-providerhub-traffic: + - 'True' status: code: 200 message: OK @@ -1781,17 +3507,17 @@ interactions: Content-Length: - '0' ParameterSetName: - - -g --name -y + - -g --name --deleteFromHost -y User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1?api-version=2020-06-05-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1?api-version=2020-06-05-preview&deleteFromHost=true response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/63e736dc-319d-459f-a7c6-abcd221cd07f*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/448f842b-8d59-42fd-9b54-4f336dbea560*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview cache-control: - no-cache content-length: @@ -1799,15 +3525,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:30:00 GMT + - Mon, 29 May 2023 07:46:56 GMT etag: - - '"0a00fcf9-0000-3400-0000-624c52690000"' + - '"00007a6d-0000-3400-0000-6474586f0000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/63e736dc-319d-459f-a7c6-abcd221cd07f*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview - mise-correlation-id: - - 28dc778a-1b98-4342-a445-58a5986a5752 + - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/448f842b-8d59-42fd-9b54-4f336dbea560*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview pragma: - no-cache strict-transport-security: @@ -1833,14 +3557,14 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g --name -y + - -g --name --deleteFromHost -y User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/63e736dc-319d-459f-a7c6-abcd221cd07f*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/448f842b-8d59-42fd-9b54-4f336dbea560*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview response: body: - string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/63e736dc-319d-459f-a7c6-abcd221cd07f*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"63e736dc-319d-459f-a7c6-abcd221cd07f*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Deleting","startTime":"2022-04-05T14:30:00.8627835Z"}' + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/448f842b-8d59-42fd-9b54-4f336dbea560*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"448f842b-8d59-42fd-9b54-4f336dbea560*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Deleting","startTime":"2023-05-29T07:46:55.8493221Z"}' headers: cache-control: - no-cache @@ -1849,9 +3573,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:30:31 GMT + - Mon, 29 May 2023 07:47:56 GMT etag: - - '"0700fab0-0000-3400-0000-624c52700000"' + - '"0300b638-0000-3400-0000-6474586f0000"' expires: - '-1' pragma: @@ -1875,25 +3599,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g --name -y + - -g --name --deleteFromHost -y User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/63e736dc-319d-459f-a7c6-abcd221cd07f*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/448f842b-8d59-42fd-9b54-4f336dbea560*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12?api-version=2020-06-05-preview response: body: - string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/63e736dc-319d-459f-a7c6-abcd221cd07f*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"63e736dc-319d-459f-a7c6-abcd221cd07f*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Succeeded","startTime":"2022-04-05T14:30:00.8627835Z","endTime":"2022-04-05T14:30:47.5648538Z","properties":null}' + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/448f842b-8d59-42fd-9b54-4f336dbea560*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","name":"448f842b-8d59-42fd-9b54-4f336dbea560*2A1B91730DFF216246896099A6CC078F1AE10B5EE4CF4D09873D40CAF26B8F12","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachines/arcvmm-azcli-test-vm-1","status":"Succeeded","startTime":"2023-05-29T07:46:55.8493221Z","properties":null}' headers: cache-control: - no-cache content-length: - - '568' + - '527' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:31:00 GMT + - Mon, 29 May 2023 07:48:27 GMT etag: - - '"07000bb1-0000-3400-0000-624c52970000"' + - '"03004739-0000-3400-0000-647458c50000"' expires: - '-1' pragma: @@ -1925,7 +3649,7 @@ interactions: ParameterSetName: - -g --name -y User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitySets/arcvmm-azcli-test-avset1?api-version=2020-06-05-preview response: @@ -1933,7 +3657,7 @@ interactions: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/808b8954-7971-4845-a3d3-7cb14bbd2203*CA70B4D15B8EC5C2594E080EC48999CDCC1852601A471074E2D7D73F401F0766?api-version=2020-06-05-preview + - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/eb2fc0eb-74b2-45a1-ae1f-c43d2b2b2f6f*CA70B4D15B8EC5C2594E080EC48999CDCC1852601A471074E2D7D73F401F0766?api-version=2020-06-05-preview cache-control: - no-cache content-length: @@ -1941,15 +3665,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:31:06 GMT + - Mon, 29 May 2023 07:48:30 GMT etag: - - '"1200649f-0000-3400-0000-624c52aa0000"' + - '"0000dbc4-0000-3400-0000-647458cf0000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/808b8954-7971-4845-a3d3-7cb14bbd2203*CA70B4D15B8EC5C2594E080EC48999CDCC1852601A471074E2D7D73F401F0766?api-version=2020-06-05-preview + - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/eb2fc0eb-74b2-45a1-ae1f-c43d2b2b2f6f*CA70B4D15B8EC5C2594E080EC48999CDCC1852601A471074E2D7D73F401F0766?api-version=2020-06-05-preview mise-correlation-id: - - c70197a1-a39e-4f2d-aa17-4be1ba6f62fc + - 958e4af0-e490-42b5-95de-8a16df7242f5 pragma: - no-cache strict-transport-security: @@ -1977,12 +3701,54 @@ interactions: ParameterSetName: - -g --name -y User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/eb2fc0eb-74b2-45a1-ae1f-c43d2b2b2f6f*CA70B4D15B8EC5C2594E080EC48999CDCC1852601A471074E2D7D73F401F0766?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/eb2fc0eb-74b2-45a1-ae1f-c43d2b2b2f6f*CA70B4D15B8EC5C2594E080EC48999CDCC1852601A471074E2D7D73F401F0766","name":"eb2fc0eb-74b2-45a1-ae1f-c43d2b2b2f6f*CA70B4D15B8EC5C2594E080EC48999CDCC1852601A471074E2D7D73F401F0766","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitySets/arcvmm-azcli-test-avset1","status":"Deleting","startTime":"2023-05-29T07:48:31.0425154Z"}' + headers: + cache-control: + - no-cache + content-length: + - '511' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:48:31 GMT + etag: + - '"03005539-0000-3400-0000-647458cf0000"' + expires: + - '-1' + 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: + - scvmm avset delete + Connection: + - keep-alive + ParameterSetName: + - -g --name -y + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/808b8954-7971-4845-a3d3-7cb14bbd2203*CA70B4D15B8EC5C2594E080EC48999CDCC1852601A471074E2D7D73F401F0766?api-version=2020-06-05-preview + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/eb2fc0eb-74b2-45a1-ae1f-c43d2b2b2f6f*CA70B4D15B8EC5C2594E080EC48999CDCC1852601A471074E2D7D73F401F0766?api-version=2020-06-05-preview response: body: - string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/808b8954-7971-4845-a3d3-7cb14bbd2203*CA70B4D15B8EC5C2594E080EC48999CDCC1852601A471074E2D7D73F401F0766","name":"808b8954-7971-4845-a3d3-7cb14bbd2203*CA70B4D15B8EC5C2594E080EC48999CDCC1852601A471074E2D7D73F401F0766","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitySets/arcvmm-azcli-test-avset1","status":"Succeeded","startTime":"2022-04-05T14:31:06.1714166Z","endTime":"2022-04-05T14:31:11.8350103Z","properties":null}' + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/eb2fc0eb-74b2-45a1-ae1f-c43d2b2b2f6f*CA70B4D15B8EC5C2594E080EC48999CDCC1852601A471074E2D7D73F401F0766","name":"eb2fc0eb-74b2-45a1-ae1f-c43d2b2b2f6f*CA70B4D15B8EC5C2594E080EC48999CDCC1852601A471074E2D7D73F401F0766","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/availabilitySets/arcvmm-azcli-test-avset1","status":"Succeeded","startTime":"2023-05-29T07:48:31.0425154Z","endTime":"2023-05-29T07:48:37.4639013Z","properties":null}' headers: cache-control: - no-cache @@ -1991,9 +3757,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:31:36 GMT + - Mon, 29 May 2023 07:49:02 GMT etag: - - '"070012b1-0000-3400-0000-624c52af0000"' + - '"03006939-0000-3400-0000-647458d50000"' expires: - '-1' pragma: @@ -2025,15 +3791,15 @@ interactions: ParameterSetName: - -g --name -y User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-561?api-version=2020-06-05-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-562?api-version=2020-06-05-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/c67bb15e-a275-4a64-a7af-cf5bde18e2f4*5185FDB71673A180F0D01735B380CC0EC9FFF83AD49A4CB5B88F8B4CB2B58AEB?api-version=2020-06-05-preview + - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/7972283a-38ce-4a7e-a710-d06582fc45da*CCBE86A1D972D2BC5D217644C279B339AC8665C34A4DF8CF38631170BE934D0F?api-version=2020-06-05-preview cache-control: - no-cache content-length: @@ -2041,15 +3807,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:31:39 GMT + - Mon, 29 May 2023 07:49:04 GMT etag: - - '"0200c419-0000-3400-0000-624c52cc0000"' + - '"000046f2-0000-3400-0000-647458f00000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/c67bb15e-a275-4a64-a7af-cf5bde18e2f4*5185FDB71673A180F0D01735B380CC0EC9FFF83AD49A4CB5B88F8B4CB2B58AEB?api-version=2020-06-05-preview + - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/7972283a-38ce-4a7e-a710-d06582fc45da*CCBE86A1D972D2BC5D217644C279B339AC8665C34A4DF8CF38631170BE934D0F?api-version=2020-06-05-preview mise-correlation-id: - - 28f55fc1-0053-4317-9c1c-6e5978ad504b + - 1b1b4897-a199-42fe-8c82-ab328843e60f pragma: - no-cache strict-transport-security: @@ -2077,12 +3843,54 @@ interactions: ParameterSetName: - -g --name -y User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/7972283a-38ce-4a7e-a710-d06582fc45da*CCBE86A1D972D2BC5D217644C279B339AC8665C34A4DF8CF38631170BE934D0F?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/7972283a-38ce-4a7e-a710-d06582fc45da*CCBE86A1D972D2BC5D217644C279B339AC8665C34A4DF8CF38631170BE934D0F","name":"7972283a-38ce-4a7e-a710-d06582fc45da*CCBE86A1D972D2BC5D217644C279B339AC8665C34A4DF8CF38631170BE934D0F","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-562","status":"Deleting","startTime":"2023-05-29T07:49:04.7641386Z"}' + headers: + cache-control: + - no-cache + content-length: + - '512' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:49:05 GMT + etag: + - '"03009739-0000-3400-0000-647458f00000"' + expires: + - '-1' + 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: + - scvmm virtual-network delete + Connection: + - keep-alive + ParameterSetName: + - -g --name -y + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/c67bb15e-a275-4a64-a7af-cf5bde18e2f4*5185FDB71673A180F0D01735B380CC0EC9FFF83AD49A4CB5B88F8B4CB2B58AEB?api-version=2020-06-05-preview + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/7972283a-38ce-4a7e-a710-d06582fc45da*CCBE86A1D972D2BC5D217644C279B339AC8665C34A4DF8CF38631170BE934D0F?api-version=2020-06-05-preview response: body: - string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/c67bb15e-a275-4a64-a7af-cf5bde18e2f4*5185FDB71673A180F0D01735B380CC0EC9FFF83AD49A4CB5B88F8B4CB2B58AEB","name":"c67bb15e-a275-4a64-a7af-cf5bde18e2f4*5185FDB71673A180F0D01735B380CC0EC9FFF83AD49A4CB5B88F8B4CB2B58AEB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-561","status":"Succeeded","startTime":"2022-04-05T14:31:39.8448862Z","endTime":"2022-04-05T14:31:49.0503937Z","properties":null}' + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/7972283a-38ce-4a7e-a710-d06582fc45da*CCBE86A1D972D2BC5D217644C279B339AC8665C34A4DF8CF38631170BE934D0F","name":"7972283a-38ce-4a7e-a710-d06582fc45da*CCBE86A1D972D2BC5D217644C279B339AC8665C34A4DF8CF38631170BE934D0F","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualNetworks/arcvmm-azcli-test-vnet-562","status":"Succeeded","startTime":"2023-05-29T07:49:04.7641386Z","endTime":"2023-05-29T07:49:15.8886638Z","properties":null}' headers: cache-control: - no-cache @@ -2091,9 +3899,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:32:10 GMT + - Mon, 29 May 2023 07:49:35 GMT etag: - - '"070020b1-0000-3400-0000-624c52d50000"' + - '"0300ac39-0000-3400-0000-647458fb0000"' expires: - '-1' pragma: @@ -2125,15 +3933,15 @@ interactions: ParameterSetName: - -g --name -y User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-minion?api-version=2020-06-05-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-win?api-version=2020-06-05-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/1b99b1d1-0499-4711-93bb-26720463a456*07D501074EA68410A305106B55ECB6B53617534DD52A1D88F39AA1113A711D69?api-version=2020-06-05-preview + - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/fc203aee-8b6d-48c7-9c6a-b1362be7113b*6DEC3B10D7AF3A09EF815493D0516DB8AE85D691688D8CAA6D18748E7413D645?api-version=2020-06-05-preview cache-control: - no-cache content-length: @@ -2141,15 +3949,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:32:15 GMT + - Mon, 29 May 2023 07:49:38 GMT etag: - - '"030092d0-0000-3400-0000-624c52ef0000"' + - '"0100b4f7-0000-3400-0000-647459120000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/1b99b1d1-0499-4711-93bb-26720463a456*07D501074EA68410A305106B55ECB6B53617534DD52A1D88F39AA1113A711D69?api-version=2020-06-05-preview + - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/fc203aee-8b6d-48c7-9c6a-b1362be7113b*6DEC3B10D7AF3A09EF815493D0516DB8AE85D691688D8CAA6D18748E7413D645?api-version=2020-06-05-preview mise-correlation-id: - - f0204faa-7aa5-4b8e-a410-ce1166a7c3a2 + - 4c1515a2-e957-43cb-873d-755f2383ebe3 pragma: - no-cache strict-transport-security: @@ -2177,23 +3985,65 @@ interactions: ParameterSetName: - -g --name -y User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/1b99b1d1-0499-4711-93bb-26720463a456*07D501074EA68410A305106B55ECB6B53617534DD52A1D88F39AA1113A711D69?api-version=2020-06-05-preview + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/fc203aee-8b6d-48c7-9c6a-b1362be7113b*6DEC3B10D7AF3A09EF815493D0516DB8AE85D691688D8CAA6D18748E7413D645?api-version=2020-06-05-preview response: body: - string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/1b99b1d1-0499-4711-93bb-26720463a456*07D501074EA68410A305106B55ECB6B53617534DD52A1D88F39AA1113A711D69","name":"1b99b1d1-0499-4711-93bb-26720463a456*07D501074EA68410A305106B55ECB6B53617534DD52A1D88F39AA1113A711D69","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-minion","status":"Succeeded","startTime":"2022-04-05T14:32:15.7178176Z","endTime":"2022-04-05T14:32:24.5176699Z","properties":null}' + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/fc203aee-8b6d-48c7-9c6a-b1362be7113b*6DEC3B10D7AF3A09EF815493D0516DB8AE85D691688D8CAA6D18748E7413D645","name":"fc203aee-8b6d-48c7-9c6a-b1362be7113b*6DEC3B10D7AF3A09EF815493D0516DB8AE85D691688D8CAA6D18748E7413D645","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-win","status":"Deleting","startTime":"2023-05-29T07:49:38.5475823Z"}' headers: cache-control: - no-cache content-length: - - '582' + - '519' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:49:39 GMT + etag: + - '"0300e539-0000-3400-0000-647459120000"' + expires: + - '-1' + 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: + - scvmm vm-template delete + Connection: + - keep-alive + ParameterSetName: + - -g --name -y + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/fc203aee-8b6d-48c7-9c6a-b1362be7113b*6DEC3B10D7AF3A09EF815493D0516DB8AE85D691688D8CAA6D18748E7413D645?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/fc203aee-8b6d-48c7-9c6a-b1362be7113b*6DEC3B10D7AF3A09EF815493D0516DB8AE85D691688D8CAA6D18748E7413D645","name":"fc203aee-8b6d-48c7-9c6a-b1362be7113b*6DEC3B10D7AF3A09EF815493D0516DB8AE85D691688D8CAA6D18748E7413D645","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/virtualMachineTemplates/arcvmm-azcli-test-vmt-win","status":"Succeeded","startTime":"2023-05-29T07:49:38.5475823Z","endTime":"2023-05-29T07:49:49.2761988Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '579' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:32:46 GMT + - Mon, 29 May 2023 07:50:09 GMT etag: - - '"07002bb1-0000-3400-0000-624c52f80000"' + - '"0300ef39-0000-3400-0000-6474591d0000"' expires: - '-1' pragma: @@ -2225,15 +4075,15 @@ interactions: ParameterSetName: - -g --name -y User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-cloud-qos?api-version=2020-06-05-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-sojilani?api-version=2020-06-05-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/645683d5-de9a-446a-8668-f4a696344f93*00D351E59CE5C7BAE560A23B7CE642CA874C04DCED48ADC36D03FDA88ED2B68E?api-version=2020-06-05-preview + - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/d8799dcf-cc71-44f2-9c10-a911eac4a2be*2EDA8D9118282A62FB001D3C62530D12555F87DB9925F20E0366225C7F21D6F6?api-version=2020-06-05-preview cache-control: - no-cache content-length: @@ -2241,15 +4091,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:32:47 GMT + - Mon, 29 May 2023 07:50:13 GMT etag: - - '"0f004ad5-0000-3400-0000-624c53100000"' + - '"0000a507-0000-3400-0000-647459340000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/645683d5-de9a-446a-8668-f4a696344f93*00D351E59CE5C7BAE560A23B7CE642CA874C04DCED48ADC36D03FDA88ED2B68E?api-version=2020-06-05-preview + - https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/d8799dcf-cc71-44f2-9c10-a911eac4a2be*2EDA8D9118282A62FB001D3C62530D12555F87DB9925F20E0366225C7F21D6F6?api-version=2020-06-05-preview mise-correlation-id: - - 591e0b49-a49b-4ed7-8be7-03a37168b625 + - 3d598072-0a3c-477f-b7df-d908da12c614 pragma: - no-cache strict-transport-security: @@ -2259,7 +4109,49 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14999' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - scvmm cloud delete + Connection: + - keep-alive + ParameterSetName: + - -g --name -y + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/d8799dcf-cc71-44f2-9c10-a911eac4a2be*2EDA8D9118282A62FB001D3C62530D12555F87DB9925F20E0366225C7F21D6F6?api-version=2020-06-05-preview + response: + body: + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/d8799dcf-cc71-44f2-9c10-a911eac4a2be*2EDA8D9118282A62FB001D3C62530D12555F87DB9925F20E0366225C7F21D6F6","name":"d8799dcf-cc71-44f2-9c10-a911eac4a2be*2EDA8D9118282A62FB001D3C62530D12555F87DB9925F20E0366225C7F21D6F6","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-sojilani","status":"Deleting","startTime":"2023-05-29T07:50:12.7366383Z"}' + headers: + cache-control: + - no-cache + content-length: + - '503' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 07:50:13 GMT + etag: + - '"03001f3a-0000-3400-0000-647459340000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff status: code: 202 message: Accepted @@ -2277,23 +4169,23 @@ interactions: ParameterSetName: - -g --name -y User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.10.0 (Linux-5.13.0-28-generic-x86_64-with-glibc2.31) + - AZURECLI/2.48.1 azsdk-python-mgmt-scvmm/1.0.0b1 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/645683d5-de9a-446a-8668-f4a696344f93*00D351E59CE5C7BAE560A23B7CE642CA874C04DCED48ADC36D03FDA88ED2B68E?api-version=2020-06-05-preview + uri: https://management.azure.com/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/d8799dcf-cc71-44f2-9c10-a911eac4a2be*2EDA8D9118282A62FB001D3C62530D12555F87DB9925F20E0366225C7F21D6F6?api-version=2020-06-05-preview response: body: - string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/645683d5-de9a-446a-8668-f4a696344f93*00D351E59CE5C7BAE560A23B7CE642CA874C04DCED48ADC36D03FDA88ED2B68E","name":"645683d5-de9a-446a-8668-f4a696344f93*00D351E59CE5C7BAE560A23B7CE642CA874C04DCED48ADC36D03FDA88ED2B68E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-cloud-qos","status":"Succeeded","startTime":"2022-04-05T14:32:48.4104554Z","endTime":"2022-04-05T14:32:58.2290062Z","properties":null}' + string: '{"id":"/providers/Microsoft.ScVmm/locations/EASTUS2EUAP/operationStatuses/d8799dcf-cc71-44f2-9c10-a911eac4a2be*2EDA8D9118282A62FB001D3C62530D12555F87DB9925F20E0366225C7F21D6F6","name":"d8799dcf-cc71-44f2-9c10-a911eac4a2be*2EDA8D9118282A62FB001D3C62530D12555F87DB9925F20E0366225C7F21D6F6","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aadk8test/providers/Microsoft.ScVmm/clouds/arcvmm-azcli-test-sojilani","status":"Succeeded","startTime":"2023-05-29T07:50:12.7366383Z","endTime":"2023-05-29T07:50:21.5214042Z","properties":null}' headers: cache-control: - no-cache content-length: - - '564' + - '563' content-type: - application/json; charset=utf-8 date: - - Tue, 05 Apr 2022 14:33:18 GMT + - Mon, 29 May 2023 07:50:43 GMT etag: - - '"070036b1-0000-3400-0000-624c531a0000"' + - '"03002b3a-0000-3400-0000-6474593d0000"' expires: - '-1' pragma: diff --git a/src/scvmm/azext_scvmm/tests/latest/test_scvmm_scenario.py b/src/scvmm/azext_scvmm/tests/latest/test_scvmm_scenario.py index d780af0869c..4df2c00bfd8 100644 --- a/src/scvmm/azext_scvmm/tests/latest/test_scvmm_scenario.py +++ b/src/scvmm/azext_scvmm/tests/latest/test_scvmm_scenario.py @@ -19,20 +19,22 @@ def test_scvmm(self): 'location': 'eastus2euap', 'custom_location': 'arcvmm-azcli-test-cl', 'vmmserver_name': 'arcvmm-azcli-test-vmmserver', - 'icloud_name': 'cloud-qos', - 'icloud_uuid': '3e1798f2-32a5-4121-8ed7-2527bf4e23d9', - 'cloud_name': 'arcvmm-azcli-test-cloud-qos', - 'ivmt_name': 'vmt-minion', - 'ivmt_uuid': 'da3bed37-98f9-444f-badd-268a90924937', - 'vmt_name': 'arcvmm-azcli-test-vmt-minion', - 'ivnet_name': 'vnet-561', - 'ivnet_uuid': '19cab3a9-e51d-48ef-9944-2ef6dc5d98a4', - 'vnet_name': 'arcvmm-azcli-test-vnet-561', + 'icloud_name': 'sojilani', + 'icloud_uuid': 'ca912988-afcf-4c2e-b3c1-b1ddc8392f6b', + 'cloud_name': 'arcvmm-azcli-test-sojilani', + 'ivmt_name': 'vmt-win', + 'ivmt_uuid': '97df5464-106e-4f82-8508-1ac3767adde6', + 'vmt_name': 'arcvmm-azcli-test-vmt-win', + 'ivnet_name': 'vnet-562', + 'ivnet_uuid': 'a6f9432f-23d7-4124-9887-11c3ab173463', + 'vnet_name': 'arcvmm-azcli-test-vnet-562', 'avset_string': 'avset1', 'avset_name': 'arcvmm-azcli-test-avset1', 'vm_name': 'arcvmm-azcli-test-vm-1', 'disk_name': 'disk_1', 'nic_name': 'nic_1', + 'checkpoint_name': 'arcvmm-azcli-checkpoint', + 'checkpoint_description': 'arcvmm-azcli-checkpoint', } ) @@ -151,7 +153,39 @@ def test_scvmm(self): 'az scvmm vm stop -g {resource_group} --name {vm_name} --skip-shutdown' ) - self.cmd('az scvmm vm delete -g {resource_group} --name {vm_name} -y') + self.cmd( + 'az scvmm vm create-checkpoint -g {resource_group} --name {vm_name} --checkpoint-name {checkpoint_name} --checkpoint-description {checkpoint_description}', + ) + alias_sub = self.cmd('az scvmm vm show -g {resource_group} --name {vm_name}', + checks=[ + self.check('provisioningState', 'Succeeded'), + self.greater_than('checkpoints | length(@)', 0), + ]).get_output_in_json() + checkpoint_id = alias_sub['checkpoints'][0]['checkpointId'] + self.kwargs.update({'checkpoint_id': checkpoint_id}) + + self.cmd( + 'az scvmm vm restore-checkpoint -g {resource_group} --name {vm_name} --checkpoint-id {checkpoint_id}', + ) + self.cmd( + 'az scvmm vm show -g {resource_group} --name {vm_name}', + checks=[ + self.check('provisioningState', 'Succeeded'), + ] + ) + + self.cmd( + 'az scvmm vm delete-checkpoint -g {resource_group} --name {vm_name} --checkpoint-id {checkpoint_id}', + ) + self.cmd( + 'az scvmm vm show -g {resource_group} --name {vm_name}', + checks=[ + self.check('provisioningState', 'Succeeded'), + self.check('checkpoints | length(@)', 0), + ] + ) + + self.cmd('az scvmm vm delete -g {resource_group} --name {vm_name} --deleteFromHost -y') self.cmd('az scvmm avset delete -g {resource_group} --name {avset_name} -y') diff --git a/src/scvmm/azext_scvmm/vendored_sdks/aio/operations/_virtual_machines_operations.py b/src/scvmm/azext_scvmm/vendored_sdks/aio/operations/_virtual_machines_operations.py index 5f6589550ac..31cf81c824a 100644 --- a/src/scvmm/azext_scvmm/vendored_sdks/aio/operations/_virtual_machines_operations.py +++ b/src/scvmm/azext_scvmm/vendored_sdks/aio/operations/_virtual_machines_operations.py @@ -241,6 +241,7 @@ async def _delete_initial( # pylint: disable=inconsistent-return-statements virtual_machine_name: str, retain: Optional[bool] = None, force: Optional[bool] = None, + delete_from_host: Optional[bool] = None, **kwargs: Any ) -> None: cls = kwargs.pop('cls', None) # type: ClsType[None] @@ -259,6 +260,7 @@ async def _delete_initial( # pylint: disable=inconsistent-return-statements api_version=api_version, retain=retain, force=force, + delete_from_host=delete_from_host, template_url=self._delete_initial.metadata['url'], ) request = _convert_request(request) @@ -288,6 +290,7 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements virtual_machine_name: str, retain: Optional[bool] = None, force: Optional[bool] = None, + delete_from_host: Optional[bool] = None, **kwargs: Any ) -> AsyncLROPoller[None]: """Implements VirtualMachine DELETE method. @@ -304,6 +307,8 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :param force: Forces the resource to be deleted from azure. The corresponding CR would be attempted to be deleted too. Default value is None. :type force: bool + :param delete_from_host: Delete the VM from SCVMM. Default value is None. + :type delete_from_host: bool :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: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -330,6 +335,7 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements virtual_machine_name=virtual_machine_name, retain=retain, force=force, + delete_from_host=delete_from_host, api_version=api_version, cls=lambda x,y,z: x, **kwargs diff --git a/src/scvmm/azext_scvmm/vendored_sdks/operations/_virtual_machines_operations.py b/src/scvmm/azext_scvmm/vendored_sdks/operations/_virtual_machines_operations.py index 590ec93982b..53e6fc025e0 100644 --- a/src/scvmm/azext_scvmm/vendored_sdks/operations/_virtual_machines_operations.py +++ b/src/scvmm/azext_scvmm/vendored_sdks/operations/_virtual_machines_operations.py @@ -120,6 +120,7 @@ def build_delete_request_initial( api_version = kwargs.pop('api_version', "2020-06-05-preview") # type: str retain = kwargs.pop('retain', None) # type: Optional[bool] force = kwargs.pop('force', None) # type: Optional[bool] + deleteFromHost = kwargs.pop('deleteFromHost', None) # type: Optional[bool] accept = "application/json" # Construct URL @@ -139,6 +140,8 @@ def build_delete_request_initial( _query_parameters['retain'] = _SERIALIZER.query("retain", retain, 'bool') if force is not None: _query_parameters['force'] = _SERIALIZER.query("force", force, 'bool') + if deleteFromHost is not None: + _query_parameters['deleteFromHost'] = _SERIALIZER.query("deleteFromHost", deleteFromHost, 'bool') # Construct headers _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] @@ -714,6 +717,7 @@ def _delete_initial( # pylint: disable=inconsistent-return-statements virtual_machine_name, # type: str retain=None, # type: Optional[bool] force=None, # type: Optional[bool] + deleteFromHost=None, # type: Optional[bool] **kwargs # type: Any ): # type: (...) -> None @@ -733,6 +737,7 @@ def _delete_initial( # pylint: disable=inconsistent-return-statements api_version=api_version, retain=retain, force=force, + deleteFromHost=deleteFromHost, template_url=self._delete_initial.metadata['url'], ) request = _convert_request(request) @@ -762,6 +767,7 @@ def begin_delete( # pylint: disable=inconsistent-return-statements virtual_machine_name, # type: str retain=None, # type: Optional[bool] force=None, # type: Optional[bool] + deleteFromHost=None, # type: Optional[bool] **kwargs # type: Any ): # type: (...) -> LROPoller[None] @@ -779,6 +785,8 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :param force: Forces the resource to be deleted from azure. The corresponding CR would be attempted to be deleted too. Default value is None. :type force: bool + :param deleteFromHost: Deletes the VM from the SCVMM. Default value is None. + :type deleteFromHost: bool :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: By default, your polling method will be ARMPolling. Pass in False for this @@ -805,6 +813,7 @@ def begin_delete( # pylint: disable=inconsistent-return-statements virtual_machine_name=virtual_machine_name, retain=retain, force=force, + deleteFromHost=deleteFromHost, api_version=api_version, cls=lambda x,y,z: x, **kwargs diff --git a/src/scvmm/setup.py b/src/scvmm/setup.py index de231fe8e25..52a11aa672b 100644 --- a/src/scvmm/setup.py +++ b/src/scvmm/setup.py @@ -16,7 +16,7 @@ logger.warn("Wheel is not available, disabling bdist_wheel hook") -VERSION = '0.1.7' +VERSION = '0.1.8' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers diff --git a/src/serial-console/HISTORY.rst b/src/serial-console/HISTORY.rst index 08985326f72..c19c3858f5d 100644 --- a/src/serial-console/HISTORY.rst +++ b/src/serial-console/HISTORY.rst @@ -1,6 +1,10 @@ Release History =============== +0.1.6 +++++++ +* Fix pair region mapping for eastus to westus + 0.1.5 ++++++ * Fix resource group for custom storage account diff --git a/src/serial-console/azext_serialconsole/_arm_endpoints.py b/src/serial-console/azext_serialconsole/_arm_endpoints.py index 1bad0cd2e27..7c3abc3fb2e 100644 --- a/src/serial-console/azext_serialconsole/_arm_endpoints.py +++ b/src/serial-console/azext_serialconsole/_arm_endpoints.py @@ -15,6 +15,7 @@ class ArmEndpoints: # pylint: disable=too-few-public-methods 'centralus': 'westcentralus', 'centraluseuap': 'eastus2euap', 'eastasia': 'southeastasia', + 'eastus': 'westus', 'eastus2': 'westus2', # pairing eastus2 + westus2 ensure that INT works as expected 'eastus2euap': 'centraluseuap', 'francecentral': 'francesouth', @@ -41,6 +42,7 @@ class ArmEndpoints: # pylint: disable=too-few-public-methods 'ukwest': 'uksouth', 'westcentralus': 'centralus', 'westeurope': 'northeurope', + 'westus': 'eastus', 'westus2': 'eastus2', 'usgovarizona': 'usgoveast', # usgoveast == usgovvirginia 'usgovvirginia': 'usgovsw', # usgovsw == usgovarizona 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 index 992c1f21199..a1f563245fc 100644 --- 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 @@ -11,7 +11,7 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?$expand=instanceView&api-version=2022-11-01 response: @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:54:44 GMT + - Wed, 31 May 2023 18:42:04 GMT expires: - '-1' pragma: @@ -53,7 +53,7 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2022-11-01 response: @@ -69,7 +69,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:54:44 GMT + - Wed, 31 May 2023 18:42:04 GMT expires: - '-1' pragma: @@ -95,7 +95,7 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualMachines/0/instanceView?api-version=2022-11-01 response: @@ -111,7 +111,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:54:44 GMT + - Wed, 31 May 2023 18:42:04 GMT expires: - '-1' pragma: @@ -146,23 +146,44 @@ interactions: \"object\",\n \"value\": {\n \"Linux\": {\n \"CentOS\": {\n \"publisher\": \"OpenLogic\",\n \"offer\": \"CentOS\",\n \ \"sku\": \"7.5\",\n \"version\": \"latest\",\n \"architecture\": + \"x64\"\n },\n \"CentOS85Gen2\": {\n \"publisher\": + \ \"OpenLogic\",\n \"offer\": \"CentOS\",\n \"sku\": + \ \"8_5-gen2\",\n \"version\": \"latest\",\n \"architecture\": \"x64\"\n },\n \"Debian\": {\n \"publisher\": \"Debian\",\n \"offer\": \"debian-10\",\n \"sku\": \"10\",\n \ \"version\": \"latest\",\n \"architecture\": \"x64\"\n + \ },\n \"Debian11\": {\n \"publisher\": \"Debian\",\n + \ \"offer\": \"debian-11\",\n \"sku\": \"11-backports-gen2\",\n + \ \"version\": \"latest\",\n \"architecture\": \"x64\"\n \ },\n \"Flatcar\": {\n \"publisher\": \"kinvolk\",\n \ \"offer\": \"flatcar-container-linux-free\",\n \"sku\": \"stable\",\n \"version\": \"latest\",\n \"architecture\": - \"x64\"\n },\n \"openSUSE-Leap\": {\n \"publisher\": - \"SUSE\",\n \"offer\": \"opensuse-leap-15-3\",\n \"sku\": - \"gen2\",\n \"version\": \"latest\",\n \"architecture\": + \"x64\"\n },\n \"FlatcarLinuxFreeGen2\": {\n \"publisher\": + \ \"kinvolk\",\n \"offer\": \"flatcar-container-linux-free\",\n + \ \"sku\": \"stable-gen2\",\n \"version\": \"latest\",\n + \ \"architecture\": \"x64\"\n },\n \"openSUSE-Leap\": + {\n \"publisher\": \"SUSE\",\n \"offer\": \"opensuse-leap-15-3\",\n + \ \"sku\": \"gen2\",\n \"version\": \"latest\",\n \"architecture\": + \"x64\"\n },\n \"OpenSuseLeap154Gen2\": {\n \"publisher\": + \ \"SUSE\",\n \"offer\": \"openSUSE-leap-15-4\",\n \"sku\": + \ \"gen2\",\n \"version\": \"latest\",\n \"architecture\": \"x64\"\n },\n \"RHEL\": {\n \"publisher\": \"RedHat\",\n \ \"offer\": \"RHEL\",\n \"sku\": \"7-LVM\",\n \"version\": - \"latest\",\n \"architecture\": \"x64\"\n },\n \"SLES\": - {\n \"publisher\": \"SUSE\",\n \"offer\": \"sles-15-sp3\",\n + \"latest\",\n \"architecture\": \"x64\"\n },\n \"RHELRaw8LVMGen2\": + \ {\n \"publisher\": \"RedHat\",\n \"offer\": \"RHEL\",\n + \ \"sku\": \"8-lvm-gen2\",\n \"version\": \"latest\",\n + \ \"architecture\": \"x64\"\n },\n \"SLES\": {\n + \ \"publisher\": \"SUSE\",\n \"offer\": \"sles-15-sp3\",\n \ \"sku\": \"gen2\",\n \"version\": \"latest\",\n \"architecture\": - \"x64\"\n },\n \"UbuntuLTS\": {\n \"publisher\": - \"Canonical\",\n \"offer\": \"UbuntuServer\",\n \"sku\": - \"18.04-LTS\",\n \"version\": \"latest\",\n \"architecture\": + \"x64\"\n },\n \"SuseSles15SP3\": {\n \"publisher\": + \"SUSE\",\n \"offer\": \"sles-15-sp3\",\n \"sku\": \"gen2\",\n + \ \"version\": \"latest\",\n \"architecture\": \"x64\"\n + \ },\n \"UbuntuLTS\": {\n \"publisher\": \"Canonical\",\n + \ \"offer\": \"UbuntuServer\",\n \"sku\": \"18.04-LTS\",\n + \ \"version\": \"latest\",\n \"architecture\": \"x64\"\n + \ },\n \"Ubuntu2204\": {\n \"publisher\": \"Canonical\",\n + \ \"offer\": \"0001-com-ubuntu-server-jammy\",\n \"sku\": + \ \"22_04-lts-gen2\",\n \"version\": \"latest\",\n \"architecture\": \"x64\"\n }\n },\n \"Windows\": {\n \"Win2022Datacenter\": {\n \"publisher\": \"MicrosoftWindowsServer\",\n \"offer\": \"WindowsServer\",\n \"sku\": \"2022-Datacenter\",\n \"version\": @@ -185,7 +206,7 @@ interactions: \"x64\"\n },\n \"Win2008R2SP1\": {\n \"publisher\": \"MicrosoftWindowsServer\",\n \"offer\": \"WindowsServer\",\n \"sku\": \"2008-R2-SP1\",\n \"version\": \"latest\",\n \"architecture\": - \"x64\"\n }\n }\n }\n }\n }\n}" + \"x64\"\n }\n }\n }\n }\n }\n}\n" headers: accept-ranges: - bytes @@ -196,19 +217,19 @@ interactions: connection: - keep-alive content-length: - - '3463' + - '5018' content-security-policy: - default-src 'none'; style-src 'unsafe-inline'; sandbox content-type: - text/plain; charset=utf-8 date: - - Mon, 06 Mar 2023 14:54:46 GMT + - Wed, 31 May 2023 18:42:05 GMT etag: - - W/"41b202f4dc5098d126019dc00721a4c5e30df0c5196794514fadc3710ee2a5cb" + - W/"0a553f088c358b909a2940b5a97fcb731c1d443cb7a332ca4933eb2b7df38468" expires: - - Mon, 06 Mar 2023 14:59:46 GMT + - Wed, 31 May 2023 18:47:05 GMT source-age: - - '0' + - '1' strict-transport-security: - max-age=31536000 vary: @@ -222,15 +243,15 @@ interactions: x-content-type-options: - nosniff x-fastly-request-id: - - 0896e7fa97402d8f83fbb89be7912979e4b4e7b6 + - f505cc821d1ab24fc04a3c79681214f548a35aaf x-frame-options: - deny x-github-request-id: - - 2404:0661:52C8DE:6E0168:6405FB51 + - 53AA:0CBF:22747A:2923B4:64775006 x-served-by: - - cache-dal21277-DAL + - cache-dal2120106-DAL x-timer: - - S1678114487.737419,VS0,VE1 + - S1685558526.797369,VS0,VE1 x-xss-protection: - 1; mode=block status: @@ -250,13 +271,13 @@ interactions: ParameterSetName: - -g -n --image -l --generate-ssh-keys User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus/18.04-LTS/versions?$top=1&$orderby=name%20desc&api-version=2022-11-01 response: body: - string: "[\r\n {\r\n \"location\": \"westus2\",\r\n \"name\": \"18.04.202302100\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-LTS/Versions/18.04.202302100\"\r\n + string: "[\r\n {\r\n \"location\": \"westus2\",\r\n \"name\": \"18.04.202305220\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-LTS/Versions/18.04.202305220\"\r\n \ }\r\n]" headers: cache-control: @@ -266,7 +287,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:54:47 GMT + - Wed, 31 May 2023 18:42:05 GMT expires: - '-1' pragma: @@ -283,7 +304,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15997,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43988 + - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15993,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43993 status: code: 200 message: OK @@ -301,9 +322,9 @@ interactions: ParameterSetName: - -g -n --image -l --generate-ssh-keys User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus/18.04-LTS/versions/18.04.202302100?api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus/18.04-LTS/versions/18.04.202305220?api-version=2022-11-01 response: body: string: "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": @@ -317,8 +338,8 @@ interactions: \"IsHibernateSupported\",\r\n \"value\": \"True\"\r\n }\r\n ],\r\n \ \"osDiskImage\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": 31,\r\n \"sizeInBytes\": 32213303808\r\n },\r\n \"dataDiskImages\": - []\r\n },\r\n \"location\": \"westus2\",\r\n \"name\": \"18.04.202302100\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-LTS/Versions/18.04.202302100\"\r\n}" + []\r\n },\r\n \"location\": \"westus2\",\r\n \"name\": \"18.04.202305220\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-LTS/Versions/18.04.202305220\"\r\n}" headers: cache-control: - no-cache @@ -327,7 +348,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:54:47 GMT + - Wed, 31 May 2023 18:42:05 GMT expires: - '-1' pragma: @@ -344,7 +365,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMImageFromLocation3Min;12996,Microsoft.Compute/GetVMImageFromLocation30Min;73992 + - Microsoft.Compute/GetVMImageFromLocation3Min;12993,Microsoft.Compute/GetVMImageFromLocation30Min;73993 status: code: 200 message: OK @@ -362,7 +383,7 @@ interactions: ParameterSetName: - -g -n --image -l --generate-ssh-keys User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks?api-version=2022-01-01 response: @@ -376,7 +397,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:54:47 GMT + - Wed, 31 May 2023 18:42:07 GMT expires: - '-1' pragma: @@ -411,23 +432,44 @@ interactions: \"object\",\n \"value\": {\n \"Linux\": {\n \"CentOS\": {\n \"publisher\": \"OpenLogic\",\n \"offer\": \"CentOS\",\n \ \"sku\": \"7.5\",\n \"version\": \"latest\",\n \"architecture\": + \"x64\"\n },\n \"CentOS85Gen2\": {\n \"publisher\": + \ \"OpenLogic\",\n \"offer\": \"CentOS\",\n \"sku\": + \ \"8_5-gen2\",\n \"version\": \"latest\",\n \"architecture\": \"x64\"\n },\n \"Debian\": {\n \"publisher\": \"Debian\",\n \"offer\": \"debian-10\",\n \"sku\": \"10\",\n \ \"version\": \"latest\",\n \"architecture\": \"x64\"\n + \ },\n \"Debian11\": {\n \"publisher\": \"Debian\",\n + \ \"offer\": \"debian-11\",\n \"sku\": \"11-backports-gen2\",\n + \ \"version\": \"latest\",\n \"architecture\": \"x64\"\n \ },\n \"Flatcar\": {\n \"publisher\": \"kinvolk\",\n \ \"offer\": \"flatcar-container-linux-free\",\n \"sku\": \"stable\",\n \"version\": \"latest\",\n \"architecture\": - \"x64\"\n },\n \"openSUSE-Leap\": {\n \"publisher\": - \"SUSE\",\n \"offer\": \"opensuse-leap-15-3\",\n \"sku\": - \"gen2\",\n \"version\": \"latest\",\n \"architecture\": + \"x64\"\n },\n \"FlatcarLinuxFreeGen2\": {\n \"publisher\": + \ \"kinvolk\",\n \"offer\": \"flatcar-container-linux-free\",\n + \ \"sku\": \"stable-gen2\",\n \"version\": \"latest\",\n + \ \"architecture\": \"x64\"\n },\n \"openSUSE-Leap\": + {\n \"publisher\": \"SUSE\",\n \"offer\": \"opensuse-leap-15-3\",\n + \ \"sku\": \"gen2\",\n \"version\": \"latest\",\n \"architecture\": + \"x64\"\n },\n \"OpenSuseLeap154Gen2\": {\n \"publisher\": + \ \"SUSE\",\n \"offer\": \"openSUSE-leap-15-4\",\n \"sku\": + \ \"gen2\",\n \"version\": \"latest\",\n \"architecture\": \"x64\"\n },\n \"RHEL\": {\n \"publisher\": \"RedHat\",\n \ \"offer\": \"RHEL\",\n \"sku\": \"7-LVM\",\n \"version\": - \"latest\",\n \"architecture\": \"x64\"\n },\n \"SLES\": - {\n \"publisher\": \"SUSE\",\n \"offer\": \"sles-15-sp3\",\n + \"latest\",\n \"architecture\": \"x64\"\n },\n \"RHELRaw8LVMGen2\": + \ {\n \"publisher\": \"RedHat\",\n \"offer\": \"RHEL\",\n + \ \"sku\": \"8-lvm-gen2\",\n \"version\": \"latest\",\n + \ \"architecture\": \"x64\"\n },\n \"SLES\": {\n + \ \"publisher\": \"SUSE\",\n \"offer\": \"sles-15-sp3\",\n \ \"sku\": \"gen2\",\n \"version\": \"latest\",\n \"architecture\": - \"x64\"\n },\n \"UbuntuLTS\": {\n \"publisher\": - \"Canonical\",\n \"offer\": \"UbuntuServer\",\n \"sku\": - \"18.04-LTS\",\n \"version\": \"latest\",\n \"architecture\": + \"x64\"\n },\n \"SuseSles15SP3\": {\n \"publisher\": + \"SUSE\",\n \"offer\": \"sles-15-sp3\",\n \"sku\": \"gen2\",\n + \ \"version\": \"latest\",\n \"architecture\": \"x64\"\n + \ },\n \"UbuntuLTS\": {\n \"publisher\": \"Canonical\",\n + \ \"offer\": \"UbuntuServer\",\n \"sku\": \"18.04-LTS\",\n + \ \"version\": \"latest\",\n \"architecture\": \"x64\"\n + \ },\n \"Ubuntu2204\": {\n \"publisher\": \"Canonical\",\n + \ \"offer\": \"0001-com-ubuntu-server-jammy\",\n \"sku\": + \ \"22_04-lts-gen2\",\n \"version\": \"latest\",\n \"architecture\": \"x64\"\n }\n },\n \"Windows\": {\n \"Win2022Datacenter\": {\n \"publisher\": \"MicrosoftWindowsServer\",\n \"offer\": \"WindowsServer\",\n \"sku\": \"2022-Datacenter\",\n \"version\": @@ -450,7 +492,7 @@ interactions: \"x64\"\n },\n \"Win2008R2SP1\": {\n \"publisher\": \"MicrosoftWindowsServer\",\n \"offer\": \"WindowsServer\",\n \"sku\": \"2008-R2-SP1\",\n \"version\": \"latest\",\n \"architecture\": - \"x64\"\n }\n }\n }\n }\n }\n}" + \"x64\"\n }\n }\n }\n }\n }\n}\n" headers: accept-ranges: - bytes @@ -461,19 +503,19 @@ interactions: connection: - keep-alive content-length: - - '3463' + - '5018' content-security-policy: - default-src 'none'; style-src 'unsafe-inline'; sandbox content-type: - text/plain; charset=utf-8 date: - - Mon, 06 Mar 2023 14:54:48 GMT + - Wed, 31 May 2023 18:42:07 GMT etag: - - W/"41b202f4dc5098d126019dc00721a4c5e30df0c5196794514fadc3710ee2a5cb" + - W/"0a553f088c358b909a2940b5a97fcb731c1d443cb7a332ca4933eb2b7df38468" expires: - - Mon, 06 Mar 2023 14:59:48 GMT + - Wed, 31 May 2023 18:47:07 GMT source-age: - - '2' + - '3' strict-transport-security: - max-age=31536000 vary: @@ -487,15 +529,15 @@ interactions: x-content-type-options: - nosniff x-fastly-request-id: - - fef67b7095eb01a152aea6c331106d4070da187b + - 2fc0f487232e02028e6872ee90afa95a6c4643b1 x-frame-options: - deny x-github-request-id: - - 2404:0661:52C8DE:6E0168:6405FB51 + - 53AA:0CBF:22747A:2923B4:64775006 x-served-by: - - cache-dal2120116-DAL + - cache-dal2120145-DAL x-timer: - - S1678114488.085066,VS0,VE1 + - S1685558527.264853,VS0,VE1 x-xss-protection: - 1; mode=block status: @@ -515,13 +557,13 @@ interactions: ParameterSetName: - -g -n --image -l --generate-ssh-keys User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus/18.04-LTS/versions?$top=1&$orderby=name%20desc&api-version=2022-11-01 response: body: - string: "[\r\n {\r\n \"location\": \"westus2\",\r\n \"name\": \"18.04.202302100\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-LTS/Versions/18.04.202302100\"\r\n + string: "[\r\n {\r\n \"location\": \"westus2\",\r\n \"name\": \"18.04.202305220\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-LTS/Versions/18.04.202305220\"\r\n \ }\r\n]" headers: cache-control: @@ -531,7 +573,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:54:47 GMT + - Wed, 31 May 2023 18:42:07 GMT expires: - '-1' pragma: @@ -548,7 +590,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15993,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43984 + - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15990,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43990 status: code: 200 message: OK @@ -566,9 +608,9 @@ interactions: ParameterSetName: - -g -n --image -l --generate-ssh-keys User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus/18.04-LTS/versions/18.04.202302100?api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus/18.04-LTS/versions/18.04.202305220?api-version=2022-11-01 response: body: string: "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": @@ -582,8 +624,8 @@ interactions: \"IsHibernateSupported\",\r\n \"value\": \"True\"\r\n }\r\n ],\r\n \ \"osDiskImage\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": 31,\r\n \"sizeInBytes\": 32213303808\r\n },\r\n \"dataDiskImages\": - []\r\n },\r\n \"location\": \"westus2\",\r\n \"name\": \"18.04.202302100\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-LTS/Versions/18.04.202302100\"\r\n}" + []\r\n },\r\n \"location\": \"westus2\",\r\n \"name\": \"18.04.202305220\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-LTS/Versions/18.04.202305220\"\r\n}" headers: cache-control: - no-cache @@ -592,7 +634,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:54:48 GMT + - Wed, 31 May 2023 18:42:07 GMT expires: - '-1' pragma: @@ -609,7 +651,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMImageFromLocation3Min;12993,Microsoft.Compute/GetVMImageFromLocation30Min;73989 + - Microsoft.Compute/GetVMImageFromLocation3Min;12990,Microsoft.Compute/GetVMImageFromLocation30Min;73990 status: code: 200 message: OK @@ -627,13 +669,13 @@ interactions: ParameterSetName: - -g -n --image -l --generate-ssh-keys User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus/18.04-LTS/versions?$top=1&$orderby=name%20desc&api-version=2022-11-01 response: body: - string: "[\r\n {\r\n \"location\": \"westus2\",\r\n \"name\": \"18.04.202302100\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-LTS/Versions/18.04.202302100\"\r\n + string: "[\r\n {\r\n \"location\": \"westus2\",\r\n \"name\": \"18.04.202305220\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-LTS/Versions/18.04.202305220\"\r\n \ }\r\n]" headers: cache-control: @@ -643,7 +685,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:54:48 GMT + - Wed, 31 May 2023 18:42:08 GMT expires: - '-1' pragma: @@ -660,7 +702,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15989,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43980 + - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15988,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43988 status: code: 200 message: OK @@ -678,9 +720,9 @@ interactions: ParameterSetName: - -g -n --image -l --generate-ssh-keys User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus/18.04-LTS/versions/18.04.202302100?api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus/18.04-LTS/versions/18.04.202305220?api-version=2022-11-01 response: body: string: "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": @@ -694,8 +736,8 @@ interactions: \"IsHibernateSupported\",\r\n \"value\": \"True\"\r\n }\r\n ],\r\n \ \"osDiskImage\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": 31,\r\n \"sizeInBytes\": 32213303808\r\n },\r\n \"dataDiskImages\": - []\r\n },\r\n \"location\": \"westus2\",\r\n \"name\": \"18.04.202302100\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-LTS/Versions/18.04.202302100\"\r\n}" + []\r\n },\r\n \"location\": \"westus2\",\r\n \"name\": \"18.04.202305220\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-LTS/Versions/18.04.202305220\"\r\n}" headers: cache-control: - no-cache @@ -704,7 +746,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:54:49 GMT + - Wed, 31 May 2023 18:42:08 GMT expires: - '-1' pragma: @@ -721,7 +763,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMImageFromLocation3Min;12988,Microsoft.Compute/GetVMImageFromLocation30Min;73984 + - Microsoft.Compute/GetVMImageFromLocation3Min;12988,Microsoft.Compute/GetVMImageFromLocation30Min;73988 status: code: 200 message: OK @@ -755,9 +797,9 @@ interactions: "fromImage", "name": null, "caching": "ReadWrite", "managedDisk": {"storageAccountType": null}}, "imageReference": {"publisher": "Canonical", "offer": "UbuntuServer", "sku": "18.04-LTS", "version": "latest"}}, "osProfile": {"computerName": "cli000003", - "adminUsername": "rhoover", "linuxConfiguration": {"disablePasswordAuthentication": - true, "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\n", "path": "/home/rhoover/.ssh/authorized_keys"}]}}}}}], + "adminUsername": "rhkodiak", "linuxConfiguration": {"disablePasswordAuthentication": + true, "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\n", "path": "/home/rhkodiak/.ssh/authorized_keys"}]}}}}}], "outputs": {}}, "parameters": {}, "mode": "incremental"}}' headers: Accept: @@ -769,29 +811,29 @@ interactions: Connection: - keep-alive Content-Length: - - '3818' + - '3813' Content-Type: - application/json ParameterSetName: - -g -n --image -l --generate-ssh-keys User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/vm_deploy_enG16AZR2oQ6uJMv0NAOrzPAuDb9eYIt","name":"vm_deploy_enG16AZR2oQ6uJMv0NAOrzPAuDb9eYIt","type":"Microsoft.Resources/deployments","properties":{"templateHash":"10496909535467993346","parameters":{},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2023-03-06T14:54:51.7854151Z","duration":"PT0.0007293S","correlationId":"2e90cf2b-4e0d-47fc-9483-71aa69a8b8f6","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"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/vm_deploy_pHvT0VQiKdZ5UKktHSJlvISUaLvFWqVQ","name":"vm_deploy_pHvT0VQiKdZ5UKktHSJlvISUaLvFWqVQ","type":"Microsoft.Resources/deployments","properties":{"templateHash":"1624000696316662269","parameters":{},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2023-05-31T18:42:10.8653633Z","duration":"PT0.0005589S","correlationId":"237cf3a1-c918-49e2-a308-9d795cb13f7b","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_enG16AZR2oQ6uJMv0NAOrzPAuDb9eYIt/operationStatuses/08585234923949369219?api-version=2021-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/vm_deploy_pHvT0VQiKdZ5UKktHSJlvISUaLvFWqVQ/operationStatuses/08585160483556587818?api-version=2022-09-01 cache-control: - no-cache content-length: - - '2491' + - '2490' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:54:51 GMT + - Wed, 31 May 2023 18:42:10 GMT expires: - '-1' pragma: @@ -801,7 +843,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -819,21 +861,21 @@ interactions: ParameterSetName: - -g -n --image -l --generate-ssh-keys User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585234923949369219?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585160483556587818?api-version=2022-09-01 response: body: - string: '{"status":"Running"}' + string: '{"status":"Accepted"}' headers: cache-control: - no-cache content-length: - - '20' + - '21' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:55:22 GMT + - Wed, 31 May 2023 18:42:10 GMT expires: - '-1' pragma: @@ -861,9 +903,9 @@ interactions: ParameterSetName: - -g -n --image -l --generate-ssh-keys User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585234923949369219?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585160483556587818?api-version=2022-09-01 response: body: string: '{"status":"Succeeded"}' @@ -875,7 +917,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:55:51 GMT + - Wed, 31 May 2023 18:42:40 GMT expires: - '-1' pragma: @@ -903,21 +945,21 @@ interactions: ParameterSetName: - -g -n --image -l --generate-ssh-keys User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/vm_deploy_enG16AZR2oQ6uJMv0NAOrzPAuDb9eYIt","name":"vm_deploy_enG16AZR2oQ6uJMv0NAOrzPAuDb9eYIt","type":"Microsoft.Resources/deployments","properties":{"templateHash":"10496909535467993346","parameters":{},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2023-03-06T14:55:34.2193327Z","duration":"PT42.4346469S","correlationId":"2e90cf2b-4e0d-47fc-9483-71aa69a8b8f6","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"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/vm_deploy_pHvT0VQiKdZ5UKktHSJlvISUaLvFWqVQ","name":"vm_deploy_pHvT0VQiKdZ5UKktHSJlvISUaLvFWqVQ","type":"Microsoft.Resources/deployments","properties":{"templateHash":"1624000696316662269","parameters":{},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2023-05-31T18:42:34.8775688Z","duration":"PT24.0127644S","correlationId":"237cf3a1-c918-49e2-a308-9d795cb13f7b","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: - - '3351' + - '3350' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:55:52 GMT + - Wed, 31 May 2023 18:42:41 GMT expires: - '-1' pragma: @@ -945,7 +987,7 @@ interactions: ParameterSetName: - -g -n --image -l --generate-ssh-keys User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?$expand=instanceView&api-version=2022-11-01 response: @@ -953,57 +995,57 @@ interactions: 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\": \"94bb0e59-1bcd-493b-aa53-580e2ad730d7\",\r\n + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e1276c35-281a-423c-bf10-584729040d4b\",\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.202302100\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": - \"Linux\",\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n + \"18.04.202305220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\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_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/disks/cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": - {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhoover\",\r\n + {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhkodiak\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n \ \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \ \"enableVMAgentPlatformUpdates\": false\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 \"computerName\": - \"cli000003\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n - \ \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.9.0.4\",\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\": - \"2023-03-06T14:55:40+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": - []\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n - \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\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\": \"2023-05-31T18:42:42+00:00\"\r\n }\r\n + \ ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": + \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\r\n \"statuses\": + [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2023-03-06T14:55:03.5039962+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T18:42:19.9599656+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\": \"2023-03-06T14:55:32.0038923+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T18:42:33.0069064+00:00\"\r\n \ },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n - \ }\r\n ]\r\n },\r\n \"timeCreated\": \"2023-03-06T14:55:01.5508486+00:00\"\r\n + \ }\r\n ]\r\n },\r\n \"timeCreated\": \"2023-05-31T18:42:17.6161655+00:00\"\r\n \ }\r\n}" headers: cache-control: - no-cache content-length: - - '4248' + - '4141' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:55:52 GMT + - Wed, 31 May 2023 18:42:41 GMT expires: - '-1' pragma: @@ -1020,7 +1062,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31989 + - Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997 status: code: 200 message: OK @@ -1038,18 +1080,18 @@ interactions: ParameterSetName: - -g -n --image -l --generate-ssh-keys User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic?api-version=2022-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/\\\"195bbb90-e7d0-463e-8bc8-da845b58c4e8\\\"\",\r\n \"tags\": + \ \"etag\": \"W/\\\"12d788c0-e96f-44ef-8edd-caf97b3999c4\\\"\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"b62843c1-739d-4770-8213-804bb9514703\",\r\n \"ipConfigurations\": + \ \"resourceGuid\": \"c12aaaa8-ebec-43f0-9e8e-b39d31b9a397\",\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/\\\"195bbb90-e7d0-463e-8bc8-da845b58c4e8\\\"\",\r\n + \ \"etag\": \"W/\\\"12d788c0-e96f-44ef-8edd-caf97b3999c4\\\"\",\r\n \ \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": @@ -1058,8 +1100,8 @@ interactions: \ },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": - \"y03vf0ig2cxudefxvezcko31zg.xx.internal.cloudapp.net\"\r\n },\r\n \"macAddress\": - \"00-22-48-BE-A7-BF\",\r\n \"enableAcceleratedNetworking\": false,\r\n + \"p3tx5hihmgaujkylfnactagyjd.xx.internal.cloudapp.net\"\r\n },\r\n \"macAddress\": + \"00-0D-3A-F5-B5-D9\",\r\n \"enableAcceleratedNetworking\": false,\r\n \ \"vnetEncryptionSupported\": 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\": @@ -1076,9 +1118,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:55:53 GMT + - Wed, 31 May 2023 18:42:42 GMT etag: - - W/"195bbb90-e7d0-463e-8bc8-da845b58c4e8" + - W/"12d788c0-e96f-44ef-8edd-caf97b3999c4" expires: - '-1' pragma: @@ -1095,7 +1137,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 966abf28-31bc-44a5-927b-a74021f797de + - 7d74c7a8-5535-44d3-a603-f4c423c3ce84 status: code: 200 message: OK @@ -1113,16 +1155,16 @@ interactions: ParameterSetName: - -g -n --image -l --generate-ssh-keys User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/publicIPAddresses/cli000003PublicIP?api-version=2022-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/\\\"d0a56808-1a6a-4eb9-8bf3-aee6572ce2bb\\\"\",\r\n \"location\": + \ \"etag\": \"W/\\\"99b33897-9424-40ed-9ad5-807ce5d6893e\\\"\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": - \"Succeeded\",\r\n \"resourceGuid\": \"7fb39d32-d47e-490d-83b5-2053aa110005\",\r\n - \ \"ipAddress\": \"20.3.93.238\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n + \"Succeeded\",\r\n \"resourceGuid\": \"1a633685-e4e2-4e08-b61e-d2c1f05bd16f\",\r\n + \ \"ipAddress\": \"20.94.255.213\",\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 @@ -1132,13 +1174,13 @@ interactions: cache-control: - no-cache content-length: - - '951' + - '953' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:55:53 GMT + - Wed, 31 May 2023 18:42:43 GMT etag: - - W/"d0a56808-1a6a-4eb9-8bf3-aee6572ce2bb" + - W/"99b33897-9424-40ed-9ad5-807ce5d6893e" expires: - '-1' pragma: @@ -1155,7 +1197,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6d876143-9993-47b3-a5a3-4dbb15c389f3 + - 1b103de0-cd41-4ae6-bdde-92d4affbdc3c status: code: 200 message: OK @@ -1173,7 +1215,7 @@ interactions: ParameterSetName: - -g -n --image -l --generate-ssh-keys User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?$expand=instanceView&api-version=2022-11-01 response: @@ -1181,57 +1223,57 @@ interactions: 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\": \"94bb0e59-1bcd-493b-aa53-580e2ad730d7\",\r\n + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e1276c35-281a-423c-bf10-584729040d4b\",\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.202302100\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": - \"Linux\",\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n + \"18.04.202305220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\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_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/disks/cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": - {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhoover\",\r\n + {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhkodiak\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n \ \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \ \"enableVMAgentPlatformUpdates\": false\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 \"computerName\": - \"cli000003\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n - \ \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.9.0.4\",\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\": - \"2023-03-06T14:55:40+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": - []\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n - \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\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\": \"2023-05-31T18:42:43+00:00\"\r\n }\r\n + \ ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": + \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\r\n \"statuses\": + [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2023-03-06T14:55:03.5039962+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T18:42:19.9599656+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\": \"2023-03-06T14:55:32.0038923+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T18:42:33.0069064+00:00\"\r\n \ },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n - \ }\r\n ]\r\n },\r\n \"timeCreated\": \"2023-03-06T14:55:01.5508486+00:00\"\r\n + \ }\r\n ]\r\n },\r\n \"timeCreated\": \"2023-05-31T18:42:17.6161655+00:00\"\r\n \ }\r\n}" headers: cache-control: - no-cache content-length: - - '4248' + - '4141' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:55:53 GMT + - Wed, 31 May 2023 18:42:42 GMT expires: - '-1' pragma: @@ -1248,7 +1290,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31987 + - Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31996 status: code: 200 message: OK @@ -1266,7 +1308,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?api-version=2022-11-01 response: @@ -1274,40 +1316,40 @@ interactions: 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\": \"94bb0e59-1bcd-493b-aa53-580e2ad730d7\",\r\n + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e1276c35-281a-423c-bf10-584729040d4b\",\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.202302100\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": - \"Linux\",\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n + \"18.04.202305220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\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_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/disks/cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": - {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhoover\",\r\n + {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhkodiak\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n \ \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \ \"enableVMAgentPlatformUpdates\": false\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 \"timeCreated\": \"2023-03-06T14:55:01.5508486+00:00\"\r\n + \ \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2023-05-31T18:42:17.6161655+00:00\"\r\n \ }\r\n}" headers: cache-control: - no-cache content-length: - - '2943' + - '2932' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:55:53 GMT + - Wed, 31 May 2023 18:42:43 GMT expires: - '-1' pragma: @@ -1324,22 +1366,22 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3992,Microsoft.Compute/LowCostGet30Min;31986 + - Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31995 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_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f", + {"osDisk": {"osType": "Linux", "name": "cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8", "caching": "ReadWrite", "createOption": "FromImage", "diskSizeGB": 30, "managedDisk": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/disks/cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f", + {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/disks/cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8", "storageAccountType": "Premium_LRS"}, "deleteOption": "Detach"}, "dataDisks": - []}, "osProfile": {"computerName": "cli000003", "adminUsername": "rhoover", + []}, "osProfile": {"computerName": "cli000003", "adminUsername": "rhkodiak", "linuxConfiguration": {"disablePasswordAuthentication": true, "ssh": {"publicKeys": - [{"path": "/home/rhoover/.ssh/authorized_keys", "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\n"}]}, "provisionVMAgent": true, "patchSettings": - {"patchMode": "ImageDefault", "assessmentMode": "ImageDefault"}, "enableVMAgentPlatformUpdates": + [{"path": "/home/rhkodiak/.ssh/authorized_keys", "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\n"}]}, "provisionVMAgent": true, "patchSettings": {"patchMode": + "ImageDefault", "assessmentMode": "ImageDefault"}, "enableVMAgentPlatformUpdates": false}, "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}}}}' @@ -1353,13 +1395,13 @@ interactions: Connection: - keep-alive Content-Length: - - '1995' + - '1984' Content-Type: - application/json ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?api-version=2022-11-01 response: @@ -1367,24 +1409,24 @@ interactions: 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\": \"94bb0e59-1bcd-493b-aa53-580e2ad730d7\",\r\n + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e1276c35-281a-423c-bf10-584729040d4b\",\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.202302100\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": - \"Linux\",\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n + \"18.04.202305220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\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_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/disks/cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": - {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhoover\",\r\n + {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhkodiak\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n \ \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \ \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": @@ -1392,20 +1434,20 @@ interactions: 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 - \ \"timeCreated\": \"2023-03-06T14:55:01.5508486+00:00\"\r\n }\r\n}" + \ \"timeCreated\": \"2023-05-31T18:42:17.6161655+00:00\"\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/1c5c8e64-eb83-44a7-b392-aa99e1ab8937?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/8ac12251-a93f-4141-94f9-77390c39dd77?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 cache-control: - no-cache content-length: - - '3041' + - '3030' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:55:55 GMT + - Wed, 31 May 2023 18:42:45 GMT expires: - '-1' pragma: @@ -1422,7 +1464,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/PutVM3Min;615,Microsoft.Compute/PutVM30Min;3091 + - Microsoft.Compute/PutVM3Min;524,Microsoft.Compute/PutVM30Min;2632 x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -1442,23 +1484,73 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/1c5c8e64-eb83-44a7-b392-aa99e1ab8937?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/8ac12251-a93f-4141-94f9-77390c39dd77?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T14:55:55.2070149+00:00\",\r\n \"endTime\": - \"2023-03-06T14:55:58.3632002+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"1c5c8e64-eb83-44a7-b392-aa99e1ab8937\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:42:45.4600522+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"8ac12251-a93f-4141-94f9-77390c39dd77\"\r\n}" headers: cache-control: - no-cache content-length: - - '184' + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 18:42:45 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;14998,Microsoft.Compute/GetOperation30Min;29998 + 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.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/8ac12251-a93f-4141-94f9-77390c39dd77?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 + response: + body: + string: "{\r\n \"startTime\": \"2023-05-31T18:42:45.4600522+00:00\",\r\n \"endTime\": + \"2023-05-31T18:42:51.928803+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"8ac12251-a93f-4141-94f9-77390c39dd77\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '183' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:56:25 GMT + - Wed, 31 May 2023 18:43:15 GMT expires: - '-1' pragma: @@ -1475,7 +1567,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29929 + - Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29996 status: code: 200 message: OK @@ -1493,7 +1585,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?api-version=2022-11-01 response: @@ -1501,24 +1593,24 @@ interactions: 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\": \"94bb0e59-1bcd-493b-aa53-580e2ad730d7\",\r\n + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e1276c35-281a-423c-bf10-584729040d4b\",\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.202302100\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": - \"Linux\",\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n + \"18.04.202305220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\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_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/disks/cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": - {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhoover\",\r\n + {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhkodiak\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n \ \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \ \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": @@ -1526,16 +1618,16 @@ interactions: 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 - \ \"timeCreated\": \"2023-03-06T14:55:01.5508486+00:00\"\r\n }\r\n}" + \ \"timeCreated\": \"2023-05-31T18:42:17.6161655+00:00\"\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '3042' + - '3031' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:56:26 GMT + - Wed, 31 May 2023 18:43:15 GMT expires: - '-1' pragma: @@ -1552,7 +1644,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3987,Microsoft.Compute/LowCostGet30Min;31981 + - Microsoft.Compute/LowCostGet3Min;3989,Microsoft.Compute/LowCostGet30Min;31989 status: code: 200 message: OK @@ -1570,7 +1662,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?$expand=instanceView&api-version=2022-11-01 response: @@ -1578,24 +1670,24 @@ interactions: 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\": \"94bb0e59-1bcd-493b-aa53-580e2ad730d7\",\r\n + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e1276c35-281a-423c-bf10-584729040d4b\",\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.202302100\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": - \"Linux\",\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n + \"18.04.202305220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\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_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/disks/cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": - {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhoover\",\r\n + {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhkodiak\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n \ \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \ \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": @@ -1608,30 +1700,30 @@ interactions: \ \"vmAgentVersion\": \"2.9.0.4\",\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\": \"2023-03-06T14:55:58+00:00\"\r\n + \"Guest Agent is running\",\r\n \"time\": \"2023-05-31T18:42:56+00:00\"\r\n \ }\r\n ],\r\n \"extensionHandlers\": []\r\n },\r\n - \ \"disks\": [\r\n {\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n + \ \"disks\": [\r\n {\r\n \"name\": \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\r\n \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2023-03-06T14:55:55.8319572+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T18:42:46.1162775+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\": \"2023-03-06T14:55:58.3319893+00:00\"\r\n },\r\n + \ \"time\": \"2023-05-31T18:42:51.788212+00:00\"\r\n },\r\n \ {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n - \ ]\r\n },\r\n \"timeCreated\": \"2023-03-06T14:55:01.5508486+00:00\"\r\n + \ ]\r\n },\r\n \"timeCreated\": \"2023-05-31T18:42:17.6161655+00:00\"\r\n \ }\r\n}" headers: cache-control: - no-cache content-length: - - '4377' + - '4362' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:56:26 GMT + - Wed, 31 May 2023 18:43:16 GMT expires: - '-1' pragma: @@ -1648,7 +1740,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3986,Microsoft.Compute/LowCostGet30Min;31980 + - Microsoft.Compute/LowCostGet3Min;3988,Microsoft.Compute/LowCostGet30Min;31988 status: code: 200 message: OK @@ -1666,8 +1758,8 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 response: @@ -1681,7 +1773,7 @@ interactions: content-type: - application/json; charset=UTF-8 date: - - Mon, 06 Mar 2023 14:56:26 GMT + - Wed, 31 May 2023 18:43:17 GMT expires: - '-1' pragma: @@ -1717,7 +1809,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003/deallocate?api-version=2022-11-01 response: @@ -1727,17 +1819,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/fddf7569-6fd9-4e68-8799-e6090646cbaf?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/39d23923-3356-4f92-98f8-5d1e29440ade?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 cache-control: - no-cache content-length: - '0' date: - - Mon, 06 Mar 2023 14:56:28 GMT + - Wed, 31 May 2023 18:43:17 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/fddf7569-6fd9-4e68-8799-e6090646cbaf?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/39d23923-3356-4f92-98f8-5d1e29440ade?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 pragma: - no-cache server: @@ -1768,13 +1860,63 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/39d23923-3356-4f92-98f8-5d1e29440ade?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 + response: + body: + string: "{\r\n \"startTime\": \"2023-05-31T18:43:18.3507906+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"39d23923-3356-4f92-98f8-5d1e29440ade\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 18:43: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/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995 + 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.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/fddf7569-6fd9-4e68-8799-e6090646cbaf?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/39d23923-3356-4f92-98f8-5d1e29440ade?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T14:56:28.0037527+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"fddf7569-6fd9-4e68-8799-e6090646cbaf\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:43:18.3507906+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"39d23923-3356-4f92-98f8-5d1e29440ade\"\r\n}" headers: cache-control: - no-cache @@ -1783,7 +1925,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:56:38 GMT + - Wed, 31 May 2023 18:43:48 GMT expires: - '-1' pragma: @@ -1800,7 +1942,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29928 + - Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29990 status: code: 200 message: OK @@ -1818,14 +1960,14 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/fddf7569-6fd9-4e68-8799-e6090646cbaf?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/39d23923-3356-4f92-98f8-5d1e29440ade?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T14:56:28.0037527+00:00\",\r\n \"endTime\": - \"2023-03-06T14:56:57.1130086+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"fddf7569-6fd9-4e68-8799-e6090646cbaf\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:43:18.3507906+00:00\",\r\n \"endTime\": + \"2023-05-31T18:43:51.1478505+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"39d23923-3356-4f92-98f8-5d1e29440ade\"\r\n}" headers: cache-control: - no-cache @@ -1834,7 +1976,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:57:07 GMT + - Wed, 31 May 2023 18:43:58 GMT expires: - '-1' pragma: @@ -1851,7 +1993,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29918 + - Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29988 status: code: 200 message: OK @@ -1869,9 +2011,9 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/fddf7569-6fd9-4e68-8799-e6090646cbaf?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/39d23923-3356-4f92-98f8-5d1e29440ade?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 response: body: string: '' @@ -1881,7 +2023,7 @@ interactions: content-length: - '0' date: - - Mon, 06 Mar 2023 14:57:07 GMT + - Wed, 31 May 2023 18:43:58 GMT expires: - '-1' pragma: @@ -1894,7 +2036,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29917 + - Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29987 status: code: 200 message: OK @@ -1912,7 +2054,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?$expand=instanceView&api-version=2022-11-01 response: @@ -1920,22 +2062,22 @@ interactions: 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\": \"94bb0e59-1bcd-493b-aa53-580e2ad730d7\",\r\n + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e1276c35-281a-423c-bf10-584729040d4b\",\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.202302100\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": - \"Linux\",\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n + \"18.04.202305220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\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_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\"\r\n + \ \"managedDisk\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/disks/cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\"\r\n \ },\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"cli000003\",\r\n - \ \"adminUsername\": \"rhoover\",\r\n \"linuxConfiguration\": {\r\n + \ \"adminUsername\": \"rhkodiak\",\r\n \"linuxConfiguration\": {\r\n \ \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n - \ \"publicKeys\": [\r\n {\r\n \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n - \ \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"publicKeys\": [\r\n {\r\n \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n + \ \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n \ \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \ \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": @@ -1944,28 +2086,28 @@ interactions: \ \"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_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n \"statuses\": + \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2023-03-06T14:56:56.9411976+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T18:43:50.9602999+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\": \"2023-03-06T14:56:56.9567536+00:00\"\r\n },\r\n + \ \"time\": \"2023-05-31T18:43:50.9761362+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 \"timeCreated\": \"2023-03-06T14:55:01.5508486+00:00\"\r\n + \ ]\r\n },\r\n \"timeCreated\": \"2023-05-31T18:42:17.6161655+00:00\"\r\n \ }\r\n}" headers: cache-control: - no-cache content-length: - - '3836' + - '3822' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:57:08 GMT + - Wed, 31 May 2023 18:43:59 GMT expires: - '-1' pragma: @@ -1982,7 +2124,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3977,Microsoft.Compute/LowCostGet30Min;31971 + - Microsoft.Compute/LowCostGet3Min;3982,Microsoft.Compute/LowCostGet30Min;31982 status: code: 200 message: OK @@ -2000,8 +2142,8 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 response: @@ -2015,7 +2157,7 @@ interactions: content-type: - application/json; charset=UTF-8 date: - - Mon, 06 Mar 2023 14:57:08 GMT + - Wed, 31 May 2023 18:43:59 GMT expires: - '-1' pragma: @@ -2051,7 +2193,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003/start?api-version=2022-11-01 response: @@ -2061,17 +2203,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/1d2958fc-ef91-4d87-92dd-93d69bcbda2f?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5d6c489f-8743-4ebd-9590-2cc20225b4f3?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 cache-control: - no-cache content-length: - '0' date: - - Mon, 06 Mar 2023 14:57:09 GMT + - Wed, 31 May 2023 18:44:00 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/1d2958fc-ef91-4d87-92dd-93d69bcbda2f?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5d6c489f-8743-4ebd-9590-2cc20225b4f3?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 pragma: - no-cache server: @@ -2102,13 +2244,13 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/1d2958fc-ef91-4d87-92dd-93d69bcbda2f?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5d6c489f-8743-4ebd-9590-2cc20225b4f3?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T14:57:09.6911417+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"1d2958fc-ef91-4d87-92dd-93d69bcbda2f\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:44:00.6009707+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"5d6c489f-8743-4ebd-9590-2cc20225b4f3\"\r\n}" headers: cache-control: - no-cache @@ -2117,7 +2259,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:57:19 GMT + - Wed, 31 May 2023 18:44:00 GMT expires: - '-1' pragma: @@ -2134,7 +2276,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29915 + - Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29986 status: code: 200 message: OK @@ -2152,14 +2294,64 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/1d2958fc-ef91-4d87-92dd-93d69bcbda2f?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5d6c489f-8743-4ebd-9590-2cc20225b4f3?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T14:57:09.6911417+00:00\",\r\n \"endTime\": - \"2023-03-06T14:57:21.0503975+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"1d2958fc-ef91-4d87-92dd-93d69bcbda2f\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:44:00.6009707+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"5d6c489f-8743-4ebd-9590-2cc20225b4f3\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 18:44: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;14985,Microsoft.Compute/GetOperation30Min;29985 + 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.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5d6c489f-8743-4ebd-9590-2cc20225b4f3?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 + response: + body: + string: "{\r\n \"startTime\": \"2023-05-31T18:44:00.6009707+00:00\",\r\n \"endTime\": + \"2023-05-31T18:44:16.9292039+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"5d6c489f-8743-4ebd-9590-2cc20225b4f3\"\r\n}" headers: cache-control: - no-cache @@ -2168,7 +2360,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:57:29 GMT + - Wed, 31 May 2023 18:44:20 GMT expires: - '-1' pragma: @@ -2185,7 +2377,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14974,Microsoft.Compute/GetOperation30Min;29910 + - Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29981 status: code: 200 message: OK @@ -2203,9 +2395,9 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/1d2958fc-ef91-4d87-92dd-93d69bcbda2f?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5d6c489f-8743-4ebd-9590-2cc20225b4f3?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 response: body: string: '' @@ -2215,7 +2407,7 @@ interactions: content-length: - '0' date: - - Mon, 06 Mar 2023 14:57:29 GMT + - Wed, 31 May 2023 18:44:20 GMT expires: - '-1' pragma: @@ -2228,7 +2420,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14973,Microsoft.Compute/GetOperation30Min;29909 + - Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29980 status: code: 200 message: OK @@ -2248,7 +2440,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003/powerOff?skipShutdown=false&api-version=2022-11-01 response: @@ -2258,17 +2450,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/f42bfb17-72c5-4351-973e-100910e7b7bb?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/b1752107-7eb4-4b7a-8972-dd468bb5918c?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 cache-control: - no-cache content-length: - '0' date: - - Mon, 06 Mar 2023 14:57:30 GMT + - Wed, 31 May 2023 18:44:20 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/f42bfb17-72c5-4351-973e-100910e7b7bb?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/b1752107-7eb4-4b7a-8972-dd468bb5918c?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 pragma: - no-cache server: @@ -2299,14 +2491,64 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/f42bfb17-72c5-4351-973e-100910e7b7bb?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/b1752107-7eb4-4b7a-8972-dd468bb5918c?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T14:57:31.0816733+00:00\",\r\n \"endTime\": - \"2023-03-06T14:57:34.2691356+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"f42bfb17-72c5-4351-973e-100910e7b7bb\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:44:21.7104522+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"b1752107-7eb4-4b7a-8972-dd468bb5918c\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 18:44:20 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29979 + 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.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/b1752107-7eb4-4b7a-8972-dd468bb5918c?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 + response: + body: + string: "{\r\n \"startTime\": \"2023-05-31T18:44:21.7104522+00:00\",\r\n \"endTime\": + \"2023-05-31T18:44:27.6636592+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"b1752107-7eb4-4b7a-8972-dd468bb5918c\"\r\n}" headers: cache-control: - no-cache @@ -2315,7 +2557,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:58:00 GMT + - Wed, 31 May 2023 18:44:51 GMT expires: - '-1' pragma: @@ -2332,7 +2574,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14967,Microsoft.Compute/GetOperation30Min;29901 + - Microsoft.Compute/GetOperation3Min;14969,Microsoft.Compute/GetOperation30Min;29969 status: code: 200 message: OK @@ -2350,9 +2592,9 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/f42bfb17-72c5-4351-973e-100910e7b7bb?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/b1752107-7eb4-4b7a-8972-dd468bb5918c?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 response: body: string: '' @@ -2362,7 +2604,7 @@ interactions: content-length: - '0' date: - - Mon, 06 Mar 2023 14:58:00 GMT + - Wed, 31 May 2023 18:44:51 GMT expires: - '-1' pragma: @@ -2375,7 +2617,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14966,Microsoft.Compute/GetOperation30Min;29900 + - Microsoft.Compute/GetOperation3Min;14968,Microsoft.Compute/GetOperation30Min;29968 status: code: 200 message: OK @@ -2393,7 +2635,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?$expand=instanceView&api-version=2022-11-01 response: @@ -2401,28 +2643,24 @@ interactions: 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 \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n - \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-westus2\": - {\r\n \"principalId\": \"684d55e2-8922-4966-a660-2d38ca4a1711\",\r\n - \ \"clientId\": \"6d45cf55-f311-4228-97b0-c22ae418aad6\"\r\n }\r\n - \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"94bb0e59-1bcd-493b-aa53-580e2ad730d7\",\r\n + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e1276c35-281a-423c-bf10-584729040d4b\",\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.202302100\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": - \"Linux\",\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n + \"18.04.202305220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\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_SERIALCONSOLE46W4L74TUUPDKTQIUNEVCDRGNWE77YHJM4DVRHN3I4J7UGNGQPGEM/providers/Microsoft.Compute/disks/cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLEYBTDMPVFAMGGCCEFYJE723YI3KNDBDCKZ3B7FO5KTOR5EQHAWV4LC/providers/Microsoft.Compute/disks/cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": - {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhoover\",\r\n + {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhkodiak\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n \ \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \ \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": @@ -2435,29 +2673,29 @@ interactions: \"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\": - \"2023-03-06T14:58:02+00:00\"\r\n }\r\n ]\r\n },\r\n - \ \"disks\": [\r\n {\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n + \"2023-05-31T18:44:52+00:00\"\r\n }\r\n ]\r\n },\r\n + \ \"disks\": [\r\n {\r\n \"name\": \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\r\n \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2023-03-06T14:57:37.691+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T18:44:01.9760082+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\": \"2023-03-06T14:57:38.9878913+00:00\"\r\n },\r\n + \ \"time\": \"2023-05-31T18:44:27.523006+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 \"timeCreated\": \"2023-03-06T14:55:01.5508486+00:00\"\r\n + \ ]\r\n },\r\n \"timeCreated\": \"2023-05-31T18:42:17.6161655+00:00\"\r\n \ }\r\n}" headers: cache-control: - no-cache content-length: - - '4742' + - '4316' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:58:01 GMT + - Wed, 31 May 2023 18:44:52 GMT expires: - '-1' pragma: @@ -2474,7 +2712,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3961,Microsoft.Compute/LowCostGet30Min;31953 + - Microsoft.Compute/LowCostGet3Min;3969,Microsoft.Compute/LowCostGet30Min;31969 status: code: 200 message: OK @@ -2492,8 +2730,8 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 response: @@ -2507,7 +2745,7 @@ interactions: content-type: - application/json; charset=UTF-8 date: - - Mon, 06 Mar 2023 14:58:02 GMT + - Wed, 31 May 2023 18:44:52 GMT expires: - '-1' pragma: @@ -2541,7 +2779,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?api-version=2022-11-01 response: @@ -2549,28 +2787,24 @@ interactions: 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 \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n - \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-westus2\": - {\r\n \"principalId\": \"684d55e2-8922-4966-a660-2d38ca4a1711\",\r\n - \ \"clientId\": \"6d45cf55-f311-4228-97b0-c22ae418aad6\"\r\n }\r\n - \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"94bb0e59-1bcd-493b-aa53-580e2ad730d7\",\r\n + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e1276c35-281a-423c-bf10-584729040d4b\",\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.202302100\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": - \"Linux\",\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n + \"18.04.202305220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\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_SERIALCONSOLE46W4L74TUUPDKTQIUNEVCDRGNWE77YHJM4DVRHN3I4J7UGNGQPGEM/providers/Microsoft.Compute/disks/cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLEYBTDMPVFAMGGCCEFYJE723YI3KNDBDCKZ3B7FO5KTOR5EQHAWV4LC/providers/Microsoft.Compute/disks/cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": - {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhoover\",\r\n + {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhkodiak\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n \ \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \ \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": @@ -2578,16 +2812,16 @@ interactions: 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 - \ \"timeCreated\": \"2023-03-06T14:55:01.5508486+00:00\"\r\n }\r\n}" + \ \"timeCreated\": \"2023-05-31T18:42:17.6161655+00:00\"\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '3504' + - '3078' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:58:02 GMT + - Wed, 31 May 2023 18:44:52 GMT expires: - '-1' pragma: @@ -2604,23 +2838,22 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3960,Microsoft.Compute/LowCostGet30Min;31952 + - Microsoft.Compute/LowCostGet3Min;3968,Microsoft.Compute/LowCostGet30Min;31968 status: code: 200 message: OK - request: body: '{"location": "westus2", "tags": {"azsecpack": "nonprod", "platformsettings.host_environment.service.platform_optedin_for_rootcerts": - "true"}, "identity": {"type": "UserAssigned", "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-westus2": - {}}}, "properties": {"hardwareProfile": {"vmSize": "Standard_DS1_v2"}, "storageProfile": - {"osDisk": {"osType": "Linux", "name": "cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f", + "true"}, "properties": {"hardwareProfile": {"vmSize": "Standard_DS1_v2"}, "storageProfile": + {"osDisk": {"osType": "Linux", "name": "cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8", "caching": "ReadWrite", "createOption": "FromImage", "diskSizeGB": 30, "managedDisk": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLE46W4L74TUUPDKTQIUNEVCDRGNWE77YHJM4DVRHN3I4J7UGNGQPGEM/providers/Microsoft.Compute/disks/cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f", + {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLEYBTDMPVFAMGGCCEFYJE723YI3KNDBDCKZ3B7FO5KTOR5EQHAWV4LC/providers/Microsoft.Compute/disks/cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8", "storageAccountType": "Premium_LRS"}, "deleteOption": "Detach"}, "dataDisks": - []}, "osProfile": {"computerName": "cli000003", "adminUsername": "rhoover", + []}, "osProfile": {"computerName": "cli000003", "adminUsername": "rhkodiak", "linuxConfiguration": {"disablePasswordAuthentication": true, "ssh": {"publicKeys": - [{"path": "/home/rhoover/.ssh/authorized_keys", "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\n"}]}, "provisionVMAgent": true, "patchSettings": - {"patchMode": "ImageDefault", "assessmentMode": "ImageDefault"}, "enableVMAgentPlatformUpdates": + [{"path": "/home/rhkodiak/.ssh/authorized_keys", "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\n"}]}, "provisionVMAgent": true, "patchSettings": {"patchMode": + "ImageDefault", "assessmentMode": "ImageDefault"}, "enableVMAgentPlatformUpdates": false}, "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}}}}' @@ -2634,13 +2867,13 @@ interactions: Connection: - keep-alive Content-Length: - - '2294' + - '2032' Content-Type: - application/json ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?api-version=2022-11-01 response: @@ -2648,28 +2881,24 @@ interactions: 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 \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n - \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-westus2\": - {\r\n \"principalId\": \"684d55e2-8922-4966-a660-2d38ca4a1711\",\r\n - \ \"clientId\": \"6d45cf55-f311-4228-97b0-c22ae418aad6\"\r\n }\r\n - \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"94bb0e59-1bcd-493b-aa53-580e2ad730d7\",\r\n + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e1276c35-281a-423c-bf10-584729040d4b\",\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.202302100\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": - \"Linux\",\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n + \"18.04.202305220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\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_SERIALCONSOLE46W4L74TUUPDKTQIUNEVCDRGNWE77YHJM4DVRHN3I4J7UGNGQPGEM/providers/Microsoft.Compute/disks/cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLEYBTDMPVFAMGGCCEFYJE723YI3KNDBDCKZ3B7FO5KTOR5EQHAWV4LC/providers/Microsoft.Compute/disks/cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": - {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhoover\",\r\n + {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhkodiak\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n \ \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \ \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": @@ -2677,20 +2906,20 @@ interactions: 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 - \ \"timeCreated\": \"2023-03-06T14:55:01.5508486+00:00\"\r\n }\r\n}" + \ \"timeCreated\": \"2023-05-31T18:42:17.6161655+00:00\"\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/a39dca88-c0a8-4b7c-ad73-a16d0ba3adad?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/f32d0b60-359f-4741-83c1-2b3f2050476d?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 cache-control: - no-cache content-length: - - '3504' + - '3078' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:58:04 GMT + - Wed, 31 May 2023 18:44:54 GMT expires: - '-1' pragma: @@ -2707,7 +2936,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/PutVM3Min;614,Microsoft.Compute/PutVM30Min;3088 + - Microsoft.Compute/PutVM3Min;523,Microsoft.Compute/PutVM30Min;2631 x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -2727,14 +2956,64 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/a39dca88-c0a8-4b7c-ad73-a16d0ba3adad?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/f32d0b60-359f-4741-83c1-2b3f2050476d?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T14:58:03.9722088+00:00\",\r\n \"endTime\": - \"2023-03-06T14:58:05.8315532+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"a39dca88-c0a8-4b7c-ad73-a16d0ba3adad\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:44:54.1011819+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"f32d0b60-359f-4741-83c1-2b3f2050476d\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 18: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;14967,Microsoft.Compute/GetOperation30Min;29967 + 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.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/f32d0b60-359f-4741-83c1-2b3f2050476d?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 + response: + body: + string: "{\r\n \"startTime\": \"2023-05-31T18:44:54.1011819+00:00\",\r\n \"endTime\": + \"2023-05-31T18:44:56.9449408+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"f32d0b60-359f-4741-83c1-2b3f2050476d\"\r\n}" headers: cache-control: - no-cache @@ -2743,7 +3022,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:58:34 GMT + - Wed, 31 May 2023 18:45:24 GMT expires: - '-1' pragma: @@ -2760,7 +3039,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14960,Microsoft.Compute/GetOperation30Min;29893 + - Microsoft.Compute/GetOperation3Min;14962,Microsoft.Compute/GetOperation30Min;29962 status: code: 200 message: OK @@ -2778,7 +3057,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?api-version=2022-11-01 response: @@ -2788,26 +3067,26 @@ interactions: \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-westus2\": - {\r\n \"principalId\": \"684d55e2-8922-4966-a660-2d38ca4a1711\",\r\n - \ \"clientId\": \"6d45cf55-f311-4228-97b0-c22ae418aad6\"\r\n }\r\n - \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"94bb0e59-1bcd-493b-aa53-580e2ad730d7\",\r\n + {\r\n \"principalId\": \"0fdff7b9-2496-486b-b380-a06601508170\",\r\n + \ \"clientId\": \"12f2a140-5109-4e1a-8aa0-d0517def37fb\"\r\n }\r\n + \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e1276c35-281a-423c-bf10-584729040d4b\",\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.202302100\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": - \"Linux\",\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n + \"18.04.202305220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\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_SERIALCONSOLE46W4L74TUUPDKTQIUNEVCDRGNWE77YHJM4DVRHN3I4J7UGNGQPGEM/providers/Microsoft.Compute/disks/cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLEYBTDMPVFAMGGCCEFYJE723YI3KNDBDCKZ3B7FO5KTOR5EQHAWV4LC/providers/Microsoft.Compute/disks/cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": - {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhoover\",\r\n + {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhkodiak\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n \ \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \ \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": @@ -2815,16 +3094,16 @@ interactions: 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 - \ \"timeCreated\": \"2023-03-06T14:55:01.5508486+00:00\"\r\n }\r\n}" + \ \"timeCreated\": \"2023-05-31T18:42:17.6161655+00:00\"\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '3505' + - '3494' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:58:34 GMT + - Wed, 31 May 2023 18:45:24 GMT expires: - '-1' pragma: @@ -2841,7 +3120,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3960,Microsoft.Compute/LowCostGet30Min;31944 + - Microsoft.Compute/LowCostGet3Min;3951,Microsoft.Compute/LowCostGet30Min;31951 status: code: 200 message: OK @@ -2859,7 +3138,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?$expand=instanceView&api-version=2022-11-01 response: @@ -2869,26 +3148,26 @@ interactions: \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-westus2\": - {\r\n \"principalId\": \"684d55e2-8922-4966-a660-2d38ca4a1711\",\r\n - \ \"clientId\": \"6d45cf55-f311-4228-97b0-c22ae418aad6\"\r\n }\r\n - \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"94bb0e59-1bcd-493b-aa53-580e2ad730d7\",\r\n + {\r\n \"principalId\": \"0fdff7b9-2496-486b-b380-a06601508170\",\r\n + \ \"clientId\": \"12f2a140-5109-4e1a-8aa0-d0517def37fb\"\r\n }\r\n + \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e1276c35-281a-423c-bf10-584729040d4b\",\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.202302100\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": - \"Linux\",\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n + \"18.04.202305220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\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_SERIALCONSOLE46W4L74TUUPDKTQIUNEVCDRGNWE77YHJM4DVRHN3I4J7UGNGQPGEM/providers/Microsoft.Compute/disks/cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLEYBTDMPVFAMGGCCEFYJE723YI3KNDBDCKZ3B7FO5KTOR5EQHAWV4LC/providers/Microsoft.Compute/disks/cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": - {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhoover\",\r\n + {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhkodiak\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n \ \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \ \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": @@ -2901,28 +3180,28 @@ interactions: \"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\": - \"2023-03-06T14:58:35+00:00\"\r\n }\r\n ]\r\n },\r\n - \ \"disks\": [\r\n {\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n + \"2023-05-31T18:45:25+00:00\"\r\n }\r\n ]\r\n },\r\n + \ \"disks\": [\r\n {\r\n \"name\": \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\r\n \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2023-03-06T14:58:04.5346581+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T18:44:54.7262174+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\": \"2023-03-06T14:58:05.8159459+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T18:45:00.8981133+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 \"timeCreated\": \"2023-03-06T14:55:01.5508486+00:00\"\r\n + \ }\r\n ]\r\n },\r\n \"timeCreated\": \"2023-05-31T18:42:17.6161655+00:00\"\r\n \ }\r\n}" headers: cache-control: - no-cache content-length: - - '4717' + - '4703' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:58:35 GMT + - Wed, 31 May 2023 18:45:25 GMT expires: - '-1' pragma: @@ -2939,7 +3218,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3959,Microsoft.Compute/LowCostGet30Min;31943 + - Microsoft.Compute/LowCostGet3Min;3949,Microsoft.Compute/LowCostGet30Min;31949 status: code: 200 message: OK @@ -2959,7 +3238,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003/start?api-version=2022-11-01 response: @@ -2969,17 +3248,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/01616e2d-afd1-487a-a825-7076d729e3e6?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/1bf8b6ab-c915-4fc7-9890-9a1669860807?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 cache-control: - no-cache content-length: - '0' date: - - Mon, 06 Mar 2023 14:58:36 GMT + - Wed, 31 May 2023 18:45:26 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/01616e2d-afd1-487a-a825-7076d729e3e6?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/1bf8b6ab-c915-4fc7-9890-9a1669860807?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 pragma: - no-cache server: @@ -3010,23 +3289,73 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/01616e2d-afd1-487a-a825-7076d729e3e6?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/1bf8b6ab-c915-4fc7-9890-9a1669860807?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T14:58:36.3939834+00:00\",\r\n \"endTime\": - \"2023-03-06T14:58:39.378375+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"01616e2d-afd1-487a-a825-7076d729e3e6\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:45:26.6169901+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"1bf8b6ab-c915-4fc7-9890-9a1669860807\"\r\n}" headers: cache-control: - no-cache content-length: - - '183' + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 18: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;14958,Microsoft.Compute/GetOperation30Min;29958 + 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.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/1bf8b6ab-c915-4fc7-9890-9a1669860807?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 + response: + body: + string: "{\r\n \"startTime\": \"2023-05-31T18:45:26.6169901+00:00\",\r\n \"endTime\": + \"2023-05-31T18:45:33.6326231+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"1bf8b6ab-c915-4fc7-9890-9a1669860807\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '184' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:58:46 GMT + - Wed, 31 May 2023 18:45:36 GMT expires: - '-1' pragma: @@ -3043,7 +3372,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14957,Microsoft.Compute/GetOperation30Min;29890 + - Microsoft.Compute/GetOperation3Min;14959,Microsoft.Compute/GetOperation30Min;29956 status: code: 200 message: OK @@ -3061,9 +3390,9 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/01616e2d-afd1-487a-a825-7076d729e3e6?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/1bf8b6ab-c915-4fc7-9890-9a1669860807?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 response: body: string: '' @@ -3073,7 +3402,7 @@ interactions: content-length: - '0' date: - - Mon, 06 Mar 2023 14:58:46 GMT + - Wed, 31 May 2023 18:45:36 GMT expires: - '-1' pragma: @@ -3086,7 +3415,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14956,Microsoft.Compute/GetOperation30Min;29889 + - Microsoft.Compute/GetOperation3Min;14958,Microsoft.Compute/GetOperation30Min;29955 status: code: 200 message: OK @@ -3104,7 +3433,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?$expand=instanceView&api-version=2022-11-01 response: @@ -3114,26 +3443,26 @@ interactions: \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-westus2\": - {\r\n \"principalId\": \"684d55e2-8922-4966-a660-2d38ca4a1711\",\r\n - \ \"clientId\": \"6d45cf55-f311-4228-97b0-c22ae418aad6\"\r\n }\r\n - \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"94bb0e59-1bcd-493b-aa53-580e2ad730d7\",\r\n + {\r\n \"principalId\": \"0fdff7b9-2496-486b-b380-a06601508170\",\r\n + \ \"clientId\": \"12f2a140-5109-4e1a-8aa0-d0517def37fb\"\r\n }\r\n + \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e1276c35-281a-423c-bf10-584729040d4b\",\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.202302100\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": - \"Linux\",\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n + \"18.04.202305220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\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_SERIALCONSOLE46W4L74TUUPDKTQIUNEVCDRGNWE77YHJM4DVRHN3I4J7UGNGQPGEM/providers/Microsoft.Compute/disks/cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLEYBTDMPVFAMGGCCEFYJE723YI3KNDBDCKZ3B7FO5KTOR5EQHAWV4LC/providers/Microsoft.Compute/disks/cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": - {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhoover\",\r\n + {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhkodiak\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n \ \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \ \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": @@ -3146,28 +3475,28 @@ interactions: \"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\": - \"2023-03-06T14:58:47+00:00\"\r\n }\r\n ]\r\n },\r\n - \ \"disks\": [\r\n {\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n + \"2023-05-31T18:45:37+00:00\"\r\n }\r\n ]\r\n },\r\n + \ \"disks\": [\r\n {\r\n \"name\": \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\r\n \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2023-03-06T14:58:04.5346581+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T18:44:54.7262174+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\": \"2023-03-06T14:58:39.3626933+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T18:45:33.507655+00:00\"\r\n \ },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n - \ }\r\n ]\r\n },\r\n \"timeCreated\": \"2023-03-06T14:55:01.5508486+00:00\"\r\n + \ }\r\n ]\r\n },\r\n \"timeCreated\": \"2023-05-31T18:42:17.6161655+00:00\"\r\n \ }\r\n}" headers: cache-control: - no-cache content-length: - - '4717' + - '4702' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:58:47 GMT + - Wed, 31 May 2023 18:45:37 GMT expires: - '-1' pragma: @@ -3184,7 +3513,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3957,Microsoft.Compute/LowCostGet30Min;31941 + - Microsoft.Compute/LowCostGet3Min;3952,Microsoft.Compute/LowCostGet30Min;31943 status: code: 200 message: OK @@ -3202,7 +3531,7 @@ interactions: ParameterSetName: - -g -n --storage User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?api-version=2022-11-01 response: @@ -3212,26 +3541,26 @@ interactions: \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-westus2\": - {\r\n \"principalId\": \"684d55e2-8922-4966-a660-2d38ca4a1711\",\r\n - \ \"clientId\": \"6d45cf55-f311-4228-97b0-c22ae418aad6\"\r\n }\r\n - \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"94bb0e59-1bcd-493b-aa53-580e2ad730d7\",\r\n + {\r\n \"principalId\": \"0fdff7b9-2496-486b-b380-a06601508170\",\r\n + \ \"clientId\": \"12f2a140-5109-4e1a-8aa0-d0517def37fb\"\r\n }\r\n + \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e1276c35-281a-423c-bf10-584729040d4b\",\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.202302100\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": - \"Linux\",\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n + \"18.04.202305220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\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_SERIALCONSOLE46W4L74TUUPDKTQIUNEVCDRGNWE77YHJM4DVRHN3I4J7UGNGQPGEM/providers/Microsoft.Compute/disks/cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLEYBTDMPVFAMGGCCEFYJE723YI3KNDBDCKZ3B7FO5KTOR5EQHAWV4LC/providers/Microsoft.Compute/disks/cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": - {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhoover\",\r\n + {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhkodiak\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n \ \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \ \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": @@ -3239,16 +3568,16 @@ interactions: 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 - \ \"timeCreated\": \"2023-03-06T14:55:01.5508486+00:00\"\r\n }\r\n}" + \ \"timeCreated\": \"2023-05-31T18:42:17.6161655+00:00\"\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '3505' + - '3494' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:58:46 GMT + - Wed, 31 May 2023 18:45:38 GMT expires: - '-1' pragma: @@ -3265,7 +3594,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3956,Microsoft.Compute/LowCostGet30Min;31940 + - Microsoft.Compute/LowCostGet3Min;3951,Microsoft.Compute/LowCostGet30Min;31942 status: code: 200 message: OK @@ -3283,21 +3612,21 @@ interactions: ParameterSetName: - -g -n --storage User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/storageAccounts?api-version=2022-09-01 response: body: - string: '{"value":[{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-eastus/providers/Microsoft.Storage/storageAccounts/cs210032001f4814ba9","name":"cs210032001f4814ba9","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-05-16T14:16:22.3477819Z","key2":"2022-05-16T14:16:22.3477819Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-16T14:16:22.3477819Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-16T14:16:22.3477819Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-16T14:16:22.2227752Z","primaryEndpoints":{"dfs":"https://cs210032001f4814ba9.dfs.core.windows.net/","web":"https://cs210032001f4814ba9.z13.web.core.windows.net/","blob":"https://cs210032001f4814ba9.blob.core.windows.net/","queue":"https://cs210032001f4814ba9.queue.core.windows.net/","table":"https://cs210032001f4814ba9.table.core.windows.net/","file":"https://cs210032001f4814ba9.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/guidomassonitest-rg/providers/Microsoft.Storage/storageAccounts/guidomassonitestrg88ad","name":"guidomassonitestrg88ad","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-01-23T18:52:02.5484088Z","key2":"2023-01-23T18:52:02.5484088Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-23T18:52:02.5484088Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-23T18:52:02.5484088Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-01-23T18:52:02.4077698Z","primaryEndpoints":{"blob":"https://guidomassonitestrg88ad.blob.core.windows.net/","queue":"https://guidomassonitestrg88ad.queue.core.windows.net/","table":"https://guidomassonitestrg88ad.table.core.windows.net/","file":"https://guidomassonitestrg88ad.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guidomtesttrafficmanagerrg/providers/Microsoft.Storage/storageAccounts/guidomteststoraccfortm","name":"guidomteststoraccfortm","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-10-18T18:01:13.5231266Z","key2":"2022-10-18T18:01:13.5231266Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-10-18T18:01:13.5387607Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-10-18T18:01:13.5387607Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-10-18T18:01:13.3825002Z","primaryEndpoints":{"dfs":"https://guidomteststoraccfortm.dfs.core.windows.net/","web":"https://guidomteststoraccfortm.z13.web.core.windows.net/","blob":"https://guidomteststoraccfortm.blob.core.windows.net/","queue":"https://guidomteststoraccfortm.queue.core.windows.net/","table":"https://guidomteststoraccfortm.table.core.windows.net/","file":"https://guidomteststoraccfortm.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://guidomteststoraccfortm-secondary.dfs.core.windows.net/","web":"https://guidomteststoraccfortm-secondary.z13.web.core.windows.net/","blob":"https://guidomteststoraccfortm-secondary.blob.core.windows.net/","queue":"https://guidomteststoraccfortm-secondary.queue.core.windows.net/","table":"https://guidomteststoraccfortm-secondary.table.core.windows.net/"}}},{"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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnervmrg-eastus/providers/Microsoft.Storage/storageAccounts/scrunneri2ezqh4xu2wqq","name":"scrunneri2ezqh4xu2wqq","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:01:12.9383535Z","key2":"2023-02-11T08:01:12.9383535Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:01:12.9383535Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:01:12.9383535Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:01:12.6883669Z","primaryEndpoints":{"blob":"https://scrunneri2ezqh4xu2wqq.blob.core.windows.net/","queue":"https://scrunneri2ezqh4xu2wqq.queue.core.windows.net/","table":"https://scrunneri2ezqh4xu2wqq.table.core.windows.net/","file":"https://scrunneri2ezqh4xu2wqq.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yuas-rg/providers/Microsoft.Storage/storageAccounts/yuasstorageacct","name":"yuasstorageacct","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-08-02T12:18:18.8547131Z","key2":"2022-08-02T12:18:18.8547131Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-08-02T12:18:18.8547131Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-08-02T12:18:18.8547131Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-08-02T12:18:18.7140969Z","primaryEndpoints":{"dfs":"https://yuasstorageacct.dfs.core.windows.net/","web":"https://yuasstorageacct.z13.web.core.windows.net/","blob":"https://yuasstorageacct.blob.core.windows.net/","queue":"https://yuasstorageacct.queue.core.windows.net/","table":"https://yuasstorageacct.table.core.windows.net/","file":"https://yuasstorageacct.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yuasstorageacct-secondary.dfs.core.windows.net/","web":"https://yuasstorageacct-secondary.z13.web.core.windows.net/","blob":"https://yuasstorageacct-secondary.blob.core.windows.net/","queue":"https://yuasstorageacct-secondary.queue.core.windows.net/","table":"https://yuasstorageacct-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bkerrigan-dev-rg/providers/Microsoft.Storage/storageAccounts/bktestsa2","name":"bktestsa2","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","immutableStorageWithVersioning":{"enabled":true},"keyCreationTime":{"key1":"2022-09-27T23:58:45.6496284Z","key2":"2022-09-27T23:58:45.6496284Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-09-27T23:58:46.2902461Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-09-27T23:58:46.2902461Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Cool","provisioningState":"Succeeded","creationTime":"2022-09-27T23:58:45.5558609Z","primaryEndpoints":{"dfs":"https://bktestsa2.dfs.core.windows.net/","web":"https://bktestsa2.z20.web.core.windows.net/","blob":"https://bktestsa2.blob.core.windows.net/","queue":"https://bktestsa2.queue.core.windows.net/","table":"https://bktestsa2.table.core.windows.net/","file":"https://bktestsa2.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/SCRunner/providers/Microsoft.Storage/storageAccounts/scrunnerstorage","name":"scrunnerstorage","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rhoover/providers/Microsoft.Storage/storageAccounts/rhooverstorage","name":"rhooverstorage","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-05-26T17:14:23.5085026Z","key2":"2022-05-26T17:14:23.5085026Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T17:14:23.5241285Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T17:14:23.5241285Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-26T17:14:23.4147520Z","primaryEndpoints":{"dfs":"https://rhooverstorage.dfs.core.windows.net/","web":"https://rhooverstorage.z21.web.core.windows.net/","blob":"https://rhooverstorage.blob.core.windows.net/","queue":"https://rhooverstorage.queue.core.windows.net/","table":"https://rhooverstorage.table.core.windows.net/","file":"https://rhooverstorage.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/scrunnervmrg-australiaeast/providers/Microsoft.Storage/storageAccounts/scrunner56hymyctm4kw2","name":"scrunner56hymyctm4kw2","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:42:58.2414102Z","key2":"2023-02-11T08:42:58.2414102Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:42:59.3196006Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:42:59.3196006Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:42:58.1476588Z","primaryEndpoints":{"blob":"https://scrunner56hymyctm4kw2.blob.core.windows.net/","queue":"https://scrunner56hymyctm4kw2.queue.core.windows.net/","table":"https://scrunner56hymyctm4kw2.table.core.windows.net/","file":"https://scrunner56hymyctm4kw2.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsolestuzi7ftnukpi2fyagwys225gbsh73m2h2z7zwjnemrgl5jrfrevg/providers/Microsoft.Storage/storageAccounts/clij3widgfvooidlncm4zwgr","name":"clij3widgfvooidlncm4zwgr","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T14:54:24.1363998Z","key2":"2023-03-06T14:54:24.1363998Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6364190Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6364190Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:54:24.0114062Z","primaryEndpoints":{"blob":"https://clij3widgfvooidlncm4zwgr.blob.core.windows.net/","queue":"https://clij3widgfvooidlncm4zwgr.queue.core.windows.net/","table":"https://clij3widgfvooidlncm4zwgr.table.core.windows.net/","file":"https://clij3widgfvooidlncm4zwgr.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_serialconsole5tcj2ew64bk7ldvza4svhihc3neijmp2pf772b3gbkcg66mpvtqch/providers/Microsoft.Storage/storageAccounts/clinweeode546qd5ftxj3u56","name":"clinweeode546qd5ftxj3u56","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T14:54:25.0895677Z","key2":"2023-03-06T14:54:25.0895677Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:25.7770917Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:25.7770917Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:54:24.9801941Z","primaryEndpoints":{"blob":"https://clinweeode546qd5ftxj3u56.blob.core.windows.net/","queue":"https://clinweeode546qd5ftxj3u56.queue.core.windows.net/","table":"https://clinweeode546qd5ftxj3u56.table.core.windows.net/","file":"https://clinweeode546qd5ftxj3u56.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_serialconsolex4geueyy52iloaspyxz3rrqwxv2syvnkjiljxbv522buwxqpiljme/providers/Microsoft.Storage/storageAccounts/clipf6qz5nxegbgku5yqzkd2","name":"clipf6qz5nxegbgku5yqzkd2","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T07:45:44.7937561Z","key2":"2023-03-06T07:45:44.7937561Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:45:45.1687946Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:45:45.1687946Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T07:45:44.7000168Z","primaryEndpoints":{"blob":"https://clipf6qz5nxegbgku5yqzkd2.blob.core.windows.net/","queue":"https://clipf6qz5nxegbgku5yqzkd2.queue.core.windows.net/","table":"https://clipf6qz5nxegbgku5yqzkd2.table.core.windows.net/","file":"https://clipf6qz5nxegbgku5yqzkd2.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_serialconsolep35rualbmodx4sho6gltgwspkbsxnsj34im3hqgkvnopy3hqugcaw/providers/Microsoft.Storage/storageAccounts/clite7vcjveueljfi27rolvu","name":"clite7vcjveueljfi27rolvu","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T14:54:23.8082415Z","key2":"2023-03-06T14:54:23.8082415Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.5270280Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.5270280Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:54:23.6989027Z","primaryEndpoints":{"blob":"https://clite7vcjveueljfi27rolvu.blob.core.windows.net/","queue":"https://clite7vcjveueljfi27rolvu.queue.core.windows.net/","table":"https://clite7vcjveueljfi27rolvu.table.core.windows.net/","file":"https://clite7vcjveueljfi27rolvu.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_serialconsoledcvrpndxic4emeqq5apwkns4qa5owpy4jn3b536ks35zdrmn7bl5k/providers/Microsoft.Storage/storageAccounts/cliwqnm2fo7pftnxlk7c734i","name":"cliwqnm2fo7pftnxlk7c734i","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T07:34:57.7461613Z","key2":"2023-03-06T07:34:57.7461613Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:34:57.9961851Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:34:57.9961851Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T07:34:57.6368148Z","primaryEndpoints":{"blob":"https://cliwqnm2fo7pftnxlk7c734i.blob.core.windows.net/","queue":"https://cliwqnm2fo7pftnxlk7c734i.queue.core.windows.net/","table":"https://cliwqnm2fo7pftnxlk7c734i.table.core.windows.net/","file":"https://cliwqnm2fo7pftnxlk7c734i.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":"2023-03-06T14:54:24.1208364Z","key2":"2023-03-06T14:54:24.1208364Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6676739Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6676739Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:54:24.0114062Z","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/guptar2/providers/Microsoft.Storage/storageAccounts/guptar2diagnosticsv1","name":"guptar2diagnosticsv1","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-05T17:21:41.8250582Z","key2":"2022-04-05T17:21:41.8250582Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:21:41.8250582Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:21:41.8250582Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-05T17:21:41.7313240Z","primaryEndpoints":{"blob":"https://guptar2diagnosticsv1.blob.core.windows.net/","queue":"https://guptar2diagnosticsv1.queue.core.windows.net/","table":"https://guptar2diagnosticsv1.table.core.windows.net/","file":"https://guptar2diagnosticsv1.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guptar2/providers/Microsoft.Storage/storageAccounts/guptar2diagnosticsv2","name":"guptar2diagnosticsv2","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-04-05T17:22:55.8411567Z","key2":"2022-04-05T17:22:55.8411567Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"resourceAccessRules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[{"value":"20.98.146.84","action":"Allow"},{"value":"20.83.222.102","action":"Allow"},{"value":"20.98.194.64","action":"Allow"},{"value":"20.69.5.162","action":"Allow"}],"defaultAction":"Deny"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:22:55.8411567Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:22:55.8411567Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-05T17:22:55.7318000Z","primaryEndpoints":{"dfs":"https://guptar2diagnosticsv2.dfs.core.windows.net/","web":"https://guptar2diagnosticsv2.z5.web.core.windows.net/","blob":"https://guptar2diagnosticsv2.blob.core.windows.net/","queue":"https://guptar2diagnosticsv2.queue.core.windows.net/","table":"https://guptar2diagnosticsv2.table.core.windows.net/","file":"https://guptar2diagnosticsv2.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sericonrp-trafficmanager/providers/Microsoft.Storage/storageAccounts/sericonrpdevtmstorage","name":"sericonrpdevtmstorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-11-30T19:15:41.5013570Z","key2":"2022-11-30T19:15:41.5013570Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-11-30T19:15:42.0638737Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-11-30T19:15:42.0638737Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-11-30T19:15:41.4075777Z","primaryEndpoints":{"dfs":"https://sericonrpdevtmstorage.dfs.core.windows.net/","web":"https://sericonrpdevtmstorage.z5.web.core.windows.net/","blob":"https://sericonrpdevtmstorage.blob.core.windows.net/","queue":"https://sericonrpdevtmstorage.queue.core.windows.net/","table":"https://sericonrpdevtmstorage.table.core.windows.net/","file":"https://sericonrpdevtmstorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sericonrpdevtmstorage-secondary.dfs.core.windows.net/","web":"https://sericonrpdevtmstorage-secondary.z5.web.core.windows.net/","blob":"https://sericonrpdevtmstorage-secondary.blob.core.windows.net/","queue":"https://sericonrpdevtmstorage-secondary.queue.core.windows.net/","table":"https://sericonrpdevtmstorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ops/providers/Microsoft.Storage/storageAccounts/sericonstorage","name":"sericonstorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2023-03-05T19:58:00.4355863Z","key2":"2023-03-05T19:58:00.4355863Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-05T19:58:00.9824831Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-05T19:58:00.9824831Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-03-05T19:58:00.3262342Z","primaryEndpoints":{"dfs":"https://sericonstorage.dfs.core.windows.net/","web":"https://sericonstorage.z5.web.core.windows.net/","blob":"https://sericonstorage.blob.core.windows.net/","queue":"https://sericonstorage.queue.core.windows.net/","table":"https://sericonstorage.table.core.windows.net/","file":"https://sericonstorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rhoover-dev-rg/providers/Microsoft.Storage/storageAccounts/rhooverdevrgdiag","name":"rhooverdevrgdiag","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-06-20T19:39:24.4605968Z","key2":"2022-06-20T19:39:24.4605968Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":false,"networkAcls":{"resourceAccessRules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[{"value":"20.98.146.84","action":"Allow"},{"value":"20.98.194.64","action":"Allow"},{"value":"20.69.5.162","action":"Allow"},{"value":"20.83.222.102","action":"Allow"},{"value":"76.197.206.105","action":"Allow"}],"defaultAction":"Deny"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-20T19:39:24.4762287Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-20T19:39:24.4762287Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-20T19:39:24.4137057Z","primaryEndpoints":{"blob":"https://rhooverdevrgdiag.blob.core.windows.net/","queue":"https://rhooverdevrgdiag.queue.core.windows.net/","table":"https://rhooverdevrgdiag.table.core.windows.net/","file":"https://rhooverdevrgdiag.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnervmrg-westcentralus/providers/Microsoft.Storage/storageAccounts/scrunneraoptpjec4skce","name":"scrunneraoptpjec4skce","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:40:40.0686467Z","key2":"2023-02-11T08:40:40.0686467Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:40:40.5842822Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:40:40.5842822Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:40:40.0061730Z","primaryEndpoints":{"blob":"https://scrunneraoptpjec4skce.blob.core.windows.net/","queue":"https://scrunneraoptpjec4skce.queue.core.windows.net/","table":"https://scrunneraoptpjec4skce.table.core.windows.net/","file":"https://scrunneraoptpjec4skce.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-westcentralus/providers/Microsoft.Storage/storageAccounts/scrunnerrfscmqxeni3uq","name":"scrunnerrfscmqxeni3uq","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/ubuntu-westus3_group/providers/Microsoft.Storage/storageAccounts/ubuntuwestus3groupdiag","name":"ubuntuwestus3groupdiag","type":"Microsoft.Storage/storageAccounts","location":"westus3","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-18T19:48:38.9882588Z","key2":"2022-04-18T19:48:38.9882588Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-18T19:48:38.9882588Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-18T19:48:38.9882588Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-18T19:48:38.9258191Z","primaryEndpoints":{"blob":"https://ubuntuwestus3groupdiag.blob.core.windows.net/","queue":"https://ubuntuwestus3groupdiag.queue.core.windows.net/","table":"https://ubuntuwestus3groupdiag.table.core.windows.net/","file":"https://ubuntuwestus3groupdiag.file.core.windows.net/"},"primaryLocation":"westus3","statusOfPrimary":"available"}}]}' + string: '{"value":[{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1043690549xt","name":"gsm1043690549xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2022-12-31T04:18:29.2926413Z","key2":"2022-12-25T23:25:55.8307065Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:56.6813607Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:56.6813607Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:56.5251102Z","primaryEndpoints":{"blob":"https://gsm1043690549xt.blob.core.windows.net/","queue":"https://gsm1043690549xt.queue.core.windows.net/","table":"https://gsm1043690549xt.table.core.windows.net/","file":"https://gsm1043690549xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1117986772xt","name":"gsm1117986772xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuse","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-04-03T10:54:38.3446142Z","key2":"2023-03-28T13:38:53.8995172Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-10T22:33:17.7969604Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-10T22:33:17.7969604Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-10T22:33:17.7344354Z","primaryEndpoints":{"dfs":"https://gsm1117986772xt.dfs.core.windows.net/","web":"https://gsm1117986772xt.z13.web.core.windows.net/","blob":"https://gsm1117986772xt.blob.core.windows.net/","queue":"https://gsm1117986772xt.queue.core.windows.net/","table":"https://gsm1117986772xt.table.core.windows.net/","file":"https://gsm1117986772xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1284065332xt","name":"gsm1284065332xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2022-12-29T15:04:07.1834140Z","key2":"2022-12-24T15:02:48.3875221Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:58.4782463Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:58.4782463Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:58.3219980Z","primaryEndpoints":{"blob":"https://gsm1284065332xt.blob.core.windows.net/","queue":"https://gsm1284065332xt.queue.core.windows.net/","table":"https://gsm1284065332xt.table.core.windows.net/","file":"https://gsm1284065332xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1660928445xt","name":"gsm1660928445xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2022-12-30T02:54:38.2414616Z","key2":"2022-12-25T02:53:27.9902241Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:55.5719858Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:55.5719858Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:55.4313594Z","primaryEndpoints":{"blob":"https://gsm1660928445xt.blob.core.windows.net/","queue":"https://gsm1660928445xt.queue.core.windows.net/","table":"https://gsm1660928445xt.table.core.windows.net/","file":"https://gsm1660928445xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1229178215xt","name":"gsm1229178215xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-05-21T20:36:24.1125096Z","key2":"2023-05-16T12:59:19.4741702Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.4993530Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.4993530Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.4212234Z","primaryEndpoints":{"dfs":"https://gsm1229178215xt.dfs.core.windows.net/","web":"https://gsm1229178215xt.z20.web.core.windows.net/","blob":"https://gsm1229178215xt.blob.core.windows.net/","queue":"https://gsm1229178215xt.queue.core.windows.net/","table":"https://gsm1229178215xt.table.core.windows.net/","file":"https://gsm1229178215xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1456709414xt","name":"gsm1456709414xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-05-21T06:52:02.3706582Z","key2":"2023-05-16T06:50:56.8159280Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.7181103Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.7181103Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.6556583Z","primaryEndpoints":{"dfs":"https://gsm1456709414xt.dfs.core.windows.net/","web":"https://gsm1456709414xt.z20.web.core.windows.net/","blob":"https://gsm1456709414xt.blob.core.windows.net/","queue":"https://gsm1456709414xt.queue.core.windows.net/","table":"https://gsm1456709414xt.table.core.windows.net/","file":"https://gsm1456709414xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1460695472xt","name":"gsm1460695472xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuse2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-05-05T04:06:01.8082271Z","key2":"2023-04-30T04:04:55.5757766Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:12:17.4426654Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:12:17.4426654Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:12:17.3645192Z","primaryEndpoints":{"dfs":"https://gsm1460695472xt.dfs.core.windows.net/","web":"https://gsm1460695472xt.z20.web.core.windows.net/","blob":"https://gsm1460695472xt.blob.core.windows.net/","queue":"https://gsm1460695472xt.queue.core.windows.net/","table":"https://gsm1460695472xt.table.core.windows.net/","file":"https://gsm1460695472xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2007663765xt","name":"gsm2007663765xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-05-19T09:29:46.7661468Z","key2":"2023-05-14T09:28:41.5530938Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.5150262Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.5150262Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.4368507Z","primaryEndpoints":{"dfs":"https://gsm2007663765xt.dfs.core.windows.net/","web":"https://gsm2007663765xt.z20.web.core.windows.net/","blob":"https://gsm2007663765xt.blob.core.windows.net/","queue":"https://gsm2007663765xt.queue.core.windows.net/","table":"https://gsm2007663765xt.table.core.windows.net/","file":"https://gsm2007663765xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2012629196xt","name":"gsm2012629196xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-05-03T19:01:10.2022709Z","key2":"2023-04-28T18:59:28.8935989Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.7012347Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.7012347Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:09.6074718Z","primaryEndpoints":{"dfs":"https://gsm2012629196xt.dfs.core.windows.net/","web":"https://gsm2012629196xt.z20.web.core.windows.net/","blob":"https://gsm2012629196xt.blob.core.windows.net/","queue":"https://gsm2012629196xt.queue.core.windows.net/","table":"https://gsm2012629196xt.table.core.windows.net/","file":"https://gsm2012629196xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2121776810xt","name":"gsm2121776810xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"","GenevaWPMonikerName":"SeriConRPAzsecuse2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-23T09:56:45.3229575Z","key2":"2022-12-17T22:52:57.1579634Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:58:18.8692726Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:58:18.8692726Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-09T23:58:18.7598975Z","primaryEndpoints":{"blob":"https://gsm2121776810xt.blob.core.windows.net/","queue":"https://gsm2121776810xt.queue.core.windows.net/","table":"https://gsm2121776810xt.table.core.windows.net/","file":"https://gsm2121776810xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm226956555xt","name":"gsm226956555xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-05-06T05:24:12.6559459Z","key2":"2023-05-01T05:22:37.0901103Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:08.8262029Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:08.8262029Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:08.7324504Z","primaryEndpoints":{"dfs":"https://gsm226956555xt.dfs.core.windows.net/","web":"https://gsm226956555xt.z20.web.core.windows.net/","blob":"https://gsm226956555xt.blob.core.windows.net/","queue":"https://gsm226956555xt.queue.core.windows.net/","table":"https://gsm226956555xt.table.core.windows.net/","file":"https://gsm226956555xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm683268085xt","name":"gsm683268085xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-05-06T02:53:55.0895748Z","key2":"2023-05-01T02:52:17.4623442Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.1074642Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.1074642Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:09.0137094Z","primaryEndpoints":{"dfs":"https://gsm683268085xt.dfs.core.windows.net/","web":"https://gsm683268085xt.z20.web.core.windows.net/","blob":"https://gsm683268085xt.blob.core.windows.net/","queue":"https://gsm683268085xt.queue.core.windows.net/","table":"https://gsm683268085xt.table.core.windows.net/","file":"https://gsm683268085xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/hackforgsmuse2","name":"hackforgsmuse2","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"","GenevaWPMonikerName":"HackForGSMUSE2"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:00:49.6669890Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:00:49.6669890Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-09T23:00:49.5419849Z","primaryEndpoints":{"blob":"https://hackforgsmuse2.blob.core.windows.net/","queue":"https://hackforgsmuse2.queue.core.windows.net/","table":"https://hackforgsmuse2.table.core.windows.net/","file":"https://hackforgsmuse2.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1272766413xt","name":"gsm1272766413xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-26T12:50:22.9754194Z","key2":"2023-01-21T02:57:10.6219025Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.2651368Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.2651368Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:08.1869875Z","primaryEndpoints":{"dfs":"https://gsm1272766413xt.dfs.core.windows.net/","web":"https://gsm1272766413xt.z22.web.core.windows.net/","blob":"https://gsm1272766413xt.blob.core.windows.net/","queue":"https://gsm1272766413xt.queue.core.windows.net/","table":"https://gsm1272766413xt.table.core.windows.net/","file":"https://gsm1272766413xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1406960057xt","name":"gsm1406960057xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-28T16:26:46.4096191Z","key2":"2023-01-23T02:04:13.0813787Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:07.9369692Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:07.9369692Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:07.8588528Z","primaryEndpoints":{"dfs":"https://gsm1406960057xt.dfs.core.windows.net/","web":"https://gsm1406960057xt.z22.web.core.windows.net/","blob":"https://gsm1406960057xt.blob.core.windows.net/","queue":"https://gsm1406960057xt.queue.core.windows.net/","table":"https://gsm1406960057xt.table.core.windows.net/","file":"https://gsm1406960057xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1998073872xt","name":"gsm1998073872xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-05-26T18:20:44.5735809Z","key2":"2023-05-21T05:23:46.0278541Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-02T21:00:19.3734252Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-02T21:00:19.3734252Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-06-02T21:00:19.2952836Z","primaryEndpoints":{"dfs":"https://gsm1998073872xt.dfs.core.windows.net/","web":"https://gsm1998073872xt.z22.web.core.windows.net/","blob":"https://gsm1998073872xt.blob.core.windows.net/","queue":"https://gsm1998073872xt.queue.core.windows.net/","table":"https://gsm1998073872xt.table.core.windows.net/","file":"https://gsm1998073872xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm56088856xt","name":"gsm56088856xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-26T09:21:20.1673955Z","key2":"2023-01-21T09:20:08.4251477Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.0619664Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.0619664Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:07.9838401Z","primaryEndpoints":{"dfs":"https://gsm56088856xt.dfs.core.windows.net/","web":"https://gsm56088856xt.z22.web.core.windows.net/","blob":"https://gsm56088856xt.blob.core.windows.net/","queue":"https://gsm56088856xt.queue.core.windows.net/","table":"https://gsm56088856xt.table.core.windows.net/","file":"https://gsm56088856xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1079311536xt","name":"gsm1079311536xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecweu","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-23T05:17:15.8192673Z","key2":"2023-01-17T15:45:49.1931322Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:33:55.5639421Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:33:55.5639421Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-31T20:33:55.4858374Z","primaryEndpoints":{"dfs":"https://gsm1079311536xt.dfs.core.windows.net/","web":"https://gsm1079311536xt.z6.web.core.windows.net/","blob":"https://gsm1079311536xt.blob.core.windows.net/","queue":"https://gsm1079311536xt.queue.core.windows.net/","table":"https://gsm1079311536xt.table.core.windows.net/","file":"https://gsm1079311536xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1212953208xt","name":"gsm1212953208xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityweu","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-27T10:06:11.5827190Z","key2":"2023-01-22T10:04:24.4048026Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.1266253Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.1266253Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:09.0484965Z","primaryEndpoints":{"dfs":"https://gsm1212953208xt.dfs.core.windows.net/","web":"https://gsm1212953208xt.z6.web.core.windows.net/","blob":"https://gsm1212953208xt.blob.core.windows.net/","queue":"https://gsm1212953208xt.queue.core.windows.net/","table":"https://gsm1212953208xt.table.core.windows.net/","file":"https://gsm1212953208xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1920423455xt","name":"gsm1920423455xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagweu","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-26T08:22:35.7453186Z","key2":"2023-01-21T08:20:33.7244599Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:08.9859884Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:08.9859884Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:08.9078572Z","primaryEndpoints":{"dfs":"https://gsm1920423455xt.dfs.core.windows.net/","web":"https://gsm1920423455xt.z6.web.core.windows.net/","blob":"https://gsm1920423455xt.blob.core.windows.net/","queue":"https://gsm1920423455xt.queue.core.windows.net/","table":"https://gsm1920423455xt.table.core.windows.net/","file":"https://gsm1920423455xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm757504717xt","name":"gsm757504717xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditweu","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-27T08:12:19.1858523Z","key2":"2023-01-22T08:11:09.9357435Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.4079128Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.4079128Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:09.3298787Z","primaryEndpoints":{"dfs":"https://gsm757504717xt.dfs.core.windows.net/","web":"https://gsm757504717xt.z6.web.core.windows.net/","blob":"https://gsm757504717xt.blob.core.windows.net/","queue":"https://gsm757504717xt.queue.core.windows.net/","table":"https://gsm757504717xt.table.core.windows.net/","file":"https://gsm757504717xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1364877148xt","name":"gsm1364877148xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditase","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2021-04-29T17:55:11.7577346Z","key2":"2023-03-15T18:36:22.0032549Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.7343798Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.7343798Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:41.6719189Z","primaryEndpoints":{"dfs":"https://gsm1364877148xt.dfs.core.windows.net/","web":"https://gsm1364877148xt.z23.web.core.windows.net/","blob":"https://gsm1364877148xt.blob.core.windows.net/","queue":"https://gsm1364877148xt.queue.core.windows.net/","table":"https://gsm1364877148xt.table.core.windows.net/","file":"https://gsm1364877148xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm293072282xt","name":"gsm293072282xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagase","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-03-17T11:20:27.0757277Z","key2":"2023-03-11T15:43:18.2538811Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:40.4843241Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:40.4843241Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:40.4530856Z","primaryEndpoints":{"dfs":"https://gsm293072282xt.dfs.core.windows.net/","web":"https://gsm293072282xt.z23.web.core.windows.net/","blob":"https://gsm293072282xt.blob.core.windows.net/","queue":"https://gsm293072282xt.queue.core.windows.net/","table":"https://gsm293072282xt.table.core.windows.net/","file":"https://gsm293072282xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm652881509xt","name":"gsm652881509xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecase","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-23T02:48:19.2605229Z","key2":"2023-01-17T08:03:51.5853536Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:27:01.7959092Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:27:01.7959092Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-31T20:27:01.7334373Z","primaryEndpoints":{"dfs":"https://gsm652881509xt.dfs.core.windows.net/","web":"https://gsm652881509xt.z23.web.core.windows.net/","blob":"https://gsm652881509xt.blob.core.windows.net/","queue":"https://gsm652881509xt.queue.core.windows.net/","table":"https://gsm652881509xt.table.core.windows.net/","file":"https://gsm652881509xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm665873655xt","name":"gsm665873655xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityase","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-03-15T22:08:39.3406329Z","key2":"2023-03-10T07:30:08.4982799Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.3280923Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.3280923Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:41.2812263Z","primaryEndpoints":{"dfs":"https://gsm665873655xt.dfs.core.windows.net/","web":"https://gsm665873655xt.z23.web.core.windows.net/","blob":"https://gsm665873655xt.blob.core.windows.net/","queue":"https://gsm665873655xt.queue.core.windows.net/","table":"https://gsm665873655xt.table.core.windows.net/","file":"https://gsm665873655xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1013760812xt","name":"gsm1013760812xt","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecussc","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-28T14:46:18.9021520Z","key2":"2023-01-23T08:40:45.9176662Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-01T23:35:19.3043038Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-01T23:35:19.3043038Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-01T23:35:19.2092898Z","primaryEndpoints":{"dfs":"https://gsm1013760812xt.dfs.core.windows.net/","web":"https://gsm1013760812xt.z21.web.core.windows.net/","blob":"https://gsm1013760812xt.blob.core.windows.net/","queue":"https://gsm1013760812xt.queue.core.windows.net/","table":"https://gsm1013760812xt.table.core.windows.net/","file":"https://gsm1013760812xt.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1481752393xt","name":"gsm1481752393xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditaue","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2022-12-11T02:08:01.5135580Z","key2":"2022-12-06T02:06:17.2106220Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.9325477Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.9325477Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.8699546Z","primaryEndpoints":{"dfs":"https://gsm1481752393xt.dfs.core.windows.net/","web":"https://gsm1481752393xt.z8.web.core.windows.net/","blob":"https://gsm1481752393xt.blob.core.windows.net/","queue":"https://gsm1481752393xt.queue.core.windows.net/","table":"https://gsm1481752393xt.table.core.windows.net/","file":"https://gsm1481752393xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm175927945xt","name":"gsm175927945xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagaue","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2022-12-12T13:02:05.1185199Z","key2":"2022-12-07T13:00:29.7909142Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6824967Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6824967Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.6043190Z","primaryEndpoints":{"dfs":"https://gsm175927945xt.dfs.core.windows.net/","web":"https://gsm175927945xt.z8.web.core.windows.net/","blob":"https://gsm175927945xt.blob.core.windows.net/","queue":"https://gsm175927945xt.queue.core.windows.net/","table":"https://gsm175927945xt.table.core.windows.net/","file":"https://gsm175927945xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1929878860xt","name":"gsm1929878860xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecaue","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-03-09T13:55:08.5541466Z","key2":"2023-03-03T11:35:56.1217273Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-11T00:59:46.7551547Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-11T00:59:46.7551547Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-03-11T00:59:46.6769818Z","primaryEndpoints":{"dfs":"https://gsm1929878860xt.dfs.core.windows.net/","web":"https://gsm1929878860xt.z8.web.core.windows.net/","blob":"https://gsm1929878860xt.blob.core.windows.net/","queue":"https://gsm1929878860xt.queue.core.windows.net/","table":"https://gsm1929878860xt.table.core.windows.net/","file":"https://gsm1929878860xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2273607188xt","name":"gsm2273607188xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditsy","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3565367Z","key2":"2023-01-05T03:42:01.3565367Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.8722599Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.8722599Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2940438Z","primaryEndpoints":{"dfs":"https://gsm2273607188xt.dfs.core.windows.net/","web":"https://gsm2273607188xt.z8.web.core.windows.net/","blob":"https://gsm2273607188xt.blob.core.windows.net/","queue":"https://gsm2273607188xt.queue.core.windows.net/","table":"https://gsm2273607188xt.table.core.windows.net/","file":"https://gsm2273607188xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm40701790xt","name":"gsm40701790xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityaue","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2022-12-11T06:35:36.7208308Z","key2":"2022-12-06T06:33:31.1701235Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6981732Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6981732Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.6043190Z","primaryEndpoints":{"dfs":"https://gsm40701790xt.dfs.core.windows.net/","web":"https://gsm40701790xt.z8.web.core.windows.net/","blob":"https://gsm40701790xt.blob.core.windows.net/","queue":"https://gsm40701790xt.queue.core.windows.net/","table":"https://gsm40701790xt.table.core.windows.net/","file":"https://gsm40701790xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm419531226xt","name":"gsm419531226xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecaue","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-11T06:40:10.3879897Z","key2":"2022-12-06T06:37:36.8335211Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:38:31.8079251Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:38:31.8079251Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:38:31.7454063Z","primaryEndpoints":{"dfs":"https://gsm419531226xt.dfs.core.windows.net/","web":"https://gsm419531226xt.z8.web.core.windows.net/","blob":"https://gsm419531226xt.blob.core.windows.net/","queue":"https://gsm419531226xt.queue.core.windows.net/","table":"https://gsm419531226xt.table.core.windows.net/","file":"https://gsm419531226xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm4207516453xt","name":"gsm4207516453xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecuritysy","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3252937Z","key2":"2023-01-05T03:42:01.3252937Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:02.0597744Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:02.0597744Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2627948Z","primaryEndpoints":{"dfs":"https://gsm4207516453xt.dfs.core.windows.net/","web":"https://gsm4207516453xt.z8.web.core.windows.net/","blob":"https://gsm4207516453xt.blob.core.windows.net/","queue":"https://gsm4207516453xt.queue.core.windows.net/","table":"https://gsm4207516453xt.table.core.windows.net/","file":"https://gsm4207516453xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm868844794xt","name":"gsm868844794xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagsy","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3252937Z","key2":"2023-01-05T03:42:01.3252937Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.9347064Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.9347064Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2315310Z","primaryEndpoints":{"dfs":"https://gsm868844794xt.dfs.core.windows.net/","web":"https://gsm868844794xt.z8.web.core.windows.net/","blob":"https://gsm868844794xt.blob.core.windows.net/","queue":"https://gsm868844794xt.queue.core.windows.net/","table":"https://gsm868844794xt.table.core.windows.net/","file":"https://gsm868844794xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsoleas6vtnnsjx3nov734dxsgph5roifuuwnjuwsoudoqv4xplej6nnkn/providers/Microsoft.Storage/storageAccounts/cli3wowftgy3elslo6atxmuk","name":"cli3wowftgy3elslo6atxmuk","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-05-31T18:41:43.1502414Z","key2":"2023-05-31T18:41:43.1502414Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.2439585Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.2439585Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:41:43.0408015Z","primaryEndpoints":{"blob":"https://cli3wowftgy3elslo6atxmuk.blob.core.windows.net/","queue":"https://cli3wowftgy3elslo6atxmuk.queue.core.windows.net/","table":"https://cli3wowftgy3elslo6atxmuk.table.core.windows.net/","file":"https://cli3wowftgy3elslo6atxmuk.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":"2023-05-31T18:41:42.9470699Z","key2":"2023-05-31T18:41:42.9470699Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.0564532Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.0564532Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:41:42.8377048Z","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_serialconsoletgsxr4tz7h5scelj4f6juueap2uaj7azd5er4gladp3aigyw2crbl/providers/Microsoft.Storage/storageAccounts/cliilintlwmv4jw5eb2pecwl","name":"cliilintlwmv4jw5eb2pecwl","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-05-31T18:41:43.0876680Z","key2":"2023-05-31T18:41:43.0876680Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.1970869Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.1970869Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:41:42.9784060Z","primaryEndpoints":{"blob":"https://cliilintlwmv4jw5eb2pecwl.blob.core.windows.net/","queue":"https://cliilintlwmv4jw5eb2pecwl.queue.core.windows.net/","table":"https://cliilintlwmv4jw5eb2pecwl.table.core.windows.net/","file":"https://cliilintlwmv4jw5eb2pecwl.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_serialconsolesbxmnhfu2kdxvg3qc7qqkxj2hfok5sm677vra5blvt5ww3pyu7l7s/providers/Microsoft.Storage/storageAccounts/cliqkemuv4vkdpjmrbijkmq5","name":"cliqkemuv4vkdpjmrbijkmq5","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-05-31T18:41:44.0252064Z","key2":"2023-05-31T18:41:44.0252064Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:44.1032995Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:44.1032995Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:41:43.9158183Z","primaryEndpoints":{"blob":"https://cliqkemuv4vkdpjmrbijkmq5.blob.core.windows.net/","queue":"https://cliqkemuv4vkdpjmrbijkmq5.queue.core.windows.net/","table":"https://cliqkemuv4vkdpjmrbijkmq5.table.core.windows.net/","file":"https://cliqkemuv4vkdpjmrbijkmq5.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1026482873xt","name":"gsm1026482873xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-25T03:35:32.2734558Z","key2":"2023-01-20T03:24:00.5425715Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:07.1214500Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:07.1214500Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:07.0432951Z","primaryEndpoints":{"dfs":"https://gsm1026482873xt.dfs.core.windows.net/","web":"https://gsm1026482873xt.z5.web.core.windows.net/","blob":"https://gsm1026482873xt.blob.core.windows.net/","queue":"https://gsm1026482873xt.queue.core.windows.net/","table":"https://gsm1026482873xt.table.core.windows.net/","file":"https://gsm1026482873xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1379084574xt","name":"gsm1379084574xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-24T14:33:18.3486639Z","key2":"2023-01-18T17:47:22.4239288Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.6631204Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.6631204Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.5693726Z","primaryEndpoints":{"blob":"https://gsm1379084574xt.blob.core.windows.net/","queue":"https://gsm1379084574xt.queue.core.windows.net/","table":"https://gsm1379084574xt.table.core.windows.net/","file":"https://gsm1379084574xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1447722388xt","name":"gsm1447722388xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-26T03:47:20.7184362Z","key2":"2023-01-21T03:46:01.7763634Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T23:22:24.4973514Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T23:22:24.4973514Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T23:22:24.4348196Z","primaryEndpoints":{"dfs":"https://gsm1447722388xt.dfs.core.windows.net/","web":"https://gsm1447722388xt.z5.web.core.windows.net/","blob":"https://gsm1447722388xt.blob.core.windows.net/","queue":"https://gsm1447722388xt.queue.core.windows.net/","table":"https://gsm1447722388xt.table.core.windows.net/","file":"https://gsm1447722388xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1476133271xt","name":"gsm1476133271xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-23T19:01:28.5846813Z","key2":"2023-01-18T18:38:43.7448823Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:39.0381165Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:39.0381165Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.8506247Z","primaryEndpoints":{"blob":"https://gsm1476133271xt.blob.core.windows.net/","queue":"https://gsm1476133271xt.queue.core.windows.net/","table":"https://gsm1476133271xt.table.core.windows.net/","file":"https://gsm1476133271xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1942585003xt","name":"gsm1942585003xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-22T17:48:26.2317506Z","key2":"2023-01-17T10:57:43.5758196Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.9600197Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.9600197Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.7881214Z","primaryEndpoints":{"blob":"https://gsm1942585003xt.blob.core.windows.net/","queue":"https://gsm1942585003xt.queue.core.windows.net/","table":"https://gsm1942585003xt.table.core.windows.net/","file":"https://gsm1942585003xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2056373296xt","name":"gsm2056373296xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsoleauditusw2","GenevaWPStorageGroupName":"azureserialconsoleaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-26T11:54:18.4226083Z","key2":"2023-01-21T11:53:06.6995339Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.7788645Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.7788645Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.7007646Z","primaryEndpoints":{"dfs":"https://gsm2056373296xt.dfs.core.windows.net/","web":"https://gsm2056373296xt.z5.web.core.windows.net/","blob":"https://gsm2056373296xt.blob.core.windows.net/","queue":"https://gsm2056373296xt.queue.core.windows.net/","table":"https://gsm2056373296xt.table.core.windows.net/","file":"https://gsm2056373296xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm357271585xt","name":"gsm357271585xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-27T12:15:08.6536157Z","key2":"2023-01-22T12:13:19.5800918Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.2776242Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.2776242Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:00.1995026Z","primaryEndpoints":{"dfs":"https://gsm357271585xt.dfs.core.windows.net/","web":"https://gsm357271585xt.z5.web.core.windows.net/","blob":"https://gsm357271585xt.blob.core.windows.net/","queue":"https://gsm357271585xt.queue.core.windows.net/","table":"https://gsm357271585xt.table.core.windows.net/","file":"https://gsm357271585xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm38273077xt","name":"gsm38273077xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsolesecurityusw2","GenevaWPStorageGroupName":"azureserialconsolesecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-25T09:51:31.3539534Z","key2":"2023-01-20T09:01:33.1340416Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.6225485Z","primaryEndpoints":{"dfs":"https://gsm38273077xt.dfs.core.windows.net/","web":"https://gsm38273077xt.z5.web.core.windows.net/","blob":"https://gsm38273077xt.blob.core.windows.net/","queue":"https://gsm38273077xt.queue.core.windows.net/","table":"https://gsm38273077xt.table.core.windows.net/","file":"https://gsm38273077xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm61894826xt","name":"gsm61894826xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-22T20:55:56.7960803Z","key2":"2022-12-17T11:13:48.1848332Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-10T01:07:27.7640567Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-10T01:07:27.7640567Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-10T01:07:27.6846918Z","primaryEndpoints":{"blob":"https://gsm61894826xt.blob.core.windows.net/","queue":"https://gsm61894826xt.queue.core.windows.net/","table":"https://gsm61894826xt.table.core.windows.net/","file":"https://gsm61894826xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm627614588xt","name":"gsm627614588xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsolediagusw2","GenevaWPStorageGroupName":"azureserialconsolediag"},"properties":{"keyCreationTime":{"key1":"2023-01-25T09:35:05.5956088Z","key2":"2023-01-20T03:22:09.3245854Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.6069267Z","primaryEndpoints":{"dfs":"https://gsm627614588xt.dfs.core.windows.net/","web":"https://gsm627614588xt.z5.web.core.windows.net/","blob":"https://gsm627614588xt.blob.core.windows.net/","queue":"https://gsm627614588xt.queue.core.windows.net/","table":"https://gsm627614588xt.table.core.windows.net/","file":"https://gsm627614588xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm704755552xt","name":"gsm704755552xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-25T21:11:36.8109587Z","key2":"2023-01-20T10:54:10.0603713Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.1058474Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.1058474Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:00.0276604Z","primaryEndpoints":{"dfs":"https://gsm704755552xt.dfs.core.windows.net/","web":"https://gsm704755552xt.z5.web.core.windows.net/","blob":"https://gsm704755552xt.blob.core.windows.net/","queue":"https://gsm704755552xt.queue.core.windows.net/","table":"https://gsm704755552xt.table.core.windows.net/","file":"https://gsm704755552xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm991680768xt","name":"gsm991680768xt","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuswc","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-03-31T15:08:16.2015333Z","key2":"2023-03-26T02:22:52.5217946Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-09T19:24:36.5205408Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-09T19:24:36.5205408Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-09T19:24:36.4580385Z","primaryEndpoints":{"dfs":"https://gsm991680768xt.dfs.core.windows.net/","web":"https://gsm991680768xt.z4.web.core.windows.net/","blob":"https://gsm991680768xt.blob.core.windows.net/","queue":"https://gsm991680768xt.queue.core.windows.net/","table":"https://gsm991680768xt.table.core.windows.net/","file":"https://gsm991680768xt.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available","secondaryLocation":"westus2","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2355697502xt","name":"gsm2355697502xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecuritysec","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:39.4380306Z","key2":"2023-01-05T21:51:39.4380306Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.4380306Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.4380306Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:39.3911570Z","primaryEndpoints":{"dfs":"https://gsm2355697502xt.dfs.core.windows.net/","web":"https://gsm2355697502xt.z1.web.core.windows.net/","blob":"https://gsm2355697502xt.blob.core.windows.net/","queue":"https://gsm2355697502xt.queue.core.windows.net/","table":"https://gsm2355697502xt.table.core.windows.net/","file":"https://gsm2355697502xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm3577301791xt","name":"gsm3577301791xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditsec","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:39.2349014Z","key2":"2023-01-05T21:51:39.2349014Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.2349014Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.2349014Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:39.1724007Z","primaryEndpoints":{"dfs":"https://gsm3577301791xt.dfs.core.windows.net/","web":"https://gsm3577301791xt.z1.web.core.windows.net/","blob":"https://gsm3577301791xt.blob.core.windows.net/","queue":"https://gsm3577301791xt.queue.core.windows.net/","table":"https://gsm3577301791xt.table.core.windows.net/","file":"https://gsm3577301791xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm4163209401xt","name":"gsm4163209401xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagsec","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:40.5161768Z","key2":"2023-01-05T21:51:40.5161768Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:40.5161768Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:40.5161768Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:40.4693012Z","primaryEndpoints":{"dfs":"https://gsm4163209401xt.dfs.core.windows.net/","web":"https://gsm4163209401xt.z1.web.core.windows.net/","blob":"https://gsm4163209401xt.blob.core.windows.net/","queue":"https://gsm4163209401xt.queue.core.windows.net/","table":"https://gsm4163209401xt.table.core.windows.net/","file":"https://gsm4163209401xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm916952798xt","name":"gsm916952798xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecsec","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:54:07.8478067Z","key2":"2023-01-05T21:54:07.8478067Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:54:07.8634091Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:54:07.8634091Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:54:07.8009289Z","primaryEndpoints":{"dfs":"https://gsm916952798xt.dfs.core.windows.net/","web":"https://gsm916952798xt.z1.web.core.windows.net/","blob":"https://gsm916952798xt.blob.core.windows.net/","queue":"https://gsm916952798xt.queue.core.windows.net/","table":"https://gsm916952798xt.table.core.windows.net/","file":"https://gsm916952798xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}}]}' headers: cache-control: - no-cache content-length: - - '42669' + - '87585' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:58:48 GMT + - Wed, 31 May 2023 18:45:38 GMT expires: - '-1' pragma: @@ -3309,14 +3638,16 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - f22a4907-0ed5-4031-9953-7640a80e96ae - - 9bdfa2df-19c9-4bc9-98d7-afed8d0f47df - - a08c4aa5-1ff6-483a-aff3-9ab90849453d - - 8c6dd981-6538-4344-a916-7efb95e87374 - - a8475e8d-447f-497d-bb2c-511e604ea4dd - - 223ba1a7-0064-401c-9e1d-4b7a7073cad8 - - 606e0be5-d46a-41c6-931d-f5c7d6ee23da - - fb0acab2-0e75-4989-99da-fdbc87387f02 + - 1592d57c-231a-459b-843f-032cb4eefc65 + - fab78ea9-f322-4800-998d-60424044e11d + - 69e4341f-3602-410c-8932-d37522ef3cc0 + - 445b85fe-92e4-434d-b67d-aedf9f183f8f + - bb5244c1-059a-4feb-88c1-4750accf84f7 + - e0ffedfe-6587-495d-a84b-8cb7d14559ff + - 6a014202-b41a-483c-bb94-bd7e5944e631 + - feb7d050-55ca-40c2-b781-b60a2aeb5678 + - 8174a0b1-b190-4532-8d82-21b6dee93d44 + - 9fcd28a4-9660-4131-a5cb-7730a533fd5b status: code: 200 message: OK @@ -3324,15 +3655,15 @@ interactions: body: '{"location": "westus2", "tags": {"azsecpack": "nonprod", "platformsettings.host_environment.service.platform_optedin_for_rootcerts": "true"}, "identity": {"type": "UserAssigned", "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-westus2": {}}}, "properties": {"hardwareProfile": {"vmSize": "Standard_DS1_v2"}, "storageProfile": - {"osDisk": {"osType": "Linux", "name": "cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f", + {"osDisk": {"osType": "Linux", "name": "cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8", "caching": "ReadWrite", "createOption": "FromImage", "diskSizeGB": 30, "managedDisk": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLE46W4L74TUUPDKTQIUNEVCDRGNWE77YHJM4DVRHN3I4J7UGNGQPGEM/providers/Microsoft.Compute/disks/cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f", + {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLEYBTDMPVFAMGGCCEFYJE723YI3KNDBDCKZ3B7FO5KTOR5EQHAWV4LC/providers/Microsoft.Compute/disks/cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8", "storageAccountType": "Premium_LRS"}, "deleteOption": "Detach"}, "dataDisks": - []}, "osProfile": {"computerName": "cli000003", "adminUsername": "rhoover", + []}, "osProfile": {"computerName": "cli000003", "adminUsername": "rhkodiak", "linuxConfiguration": {"disablePasswordAuthentication": true, "ssh": {"publicKeys": - [{"path": "/home/rhoover/.ssh/authorized_keys", "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\n"}]}, "provisionVMAgent": true, "patchSettings": - {"patchMode": "ImageDefault", "assessmentMode": "ImageDefault"}, "enableVMAgentPlatformUpdates": + [{"path": "/home/rhkodiak/.ssh/authorized_keys", "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\n"}]}, "provisionVMAgent": true, "patchSettings": {"patchMode": + "ImageDefault", "assessmentMode": "ImageDefault"}, "enableVMAgentPlatformUpdates": false}, "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/"}}}}' @@ -3346,13 +3677,13 @@ interactions: Connection: - keep-alive Content-Length: - - '2351' + - '2340' Content-Type: - application/json ParameterSetName: - -g -n --storage User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?api-version=2022-11-01 response: @@ -3362,26 +3693,26 @@ interactions: \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-westus2\": - {\r\n \"principalId\": \"684d55e2-8922-4966-a660-2d38ca4a1711\",\r\n - \ \"clientId\": \"6d45cf55-f311-4228-97b0-c22ae418aad6\"\r\n }\r\n - \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"94bb0e59-1bcd-493b-aa53-580e2ad730d7\",\r\n + {\r\n \"principalId\": \"0fdff7b9-2496-486b-b380-a06601508170\",\r\n + \ \"clientId\": \"12f2a140-5109-4e1a-8aa0-d0517def37fb\"\r\n }\r\n + \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e1276c35-281a-423c-bf10-584729040d4b\",\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.202302100\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": - \"Linux\",\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n + \"18.04.202305220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\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_SERIALCONSOLE46W4L74TUUPDKTQIUNEVCDRGNWE77YHJM4DVRHN3I4J7UGNGQPGEM/providers/Microsoft.Compute/disks/cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLEYBTDMPVFAMGGCCEFYJE723YI3KNDBDCKZ3B7FO5KTOR5EQHAWV4LC/providers/Microsoft.Compute/disks/cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": - {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhoover\",\r\n + {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhkodiak\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n \ \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \ \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": @@ -3390,20 +3721,20 @@ interactions: \ \"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 \"timeCreated\": - \"2023-03-06T14:55:01.5508486+00:00\"\r\n }\r\n}" + \"2023-05-31T18:42:17.6161655+00:00\"\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/a48d89a0-9760-43b5-97a0-9206e2aade23?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/dd47456e-0a20-4807-a293-71cb4f18819f?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 cache-control: - no-cache content-length: - - '3570' + - '3559' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:58:49 GMT + - Wed, 31 May 2023 18:45:40 GMT expires: - '-1' pragma: @@ -3420,7 +3751,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/PutVM3Min;614,Microsoft.Compute/PutVM30Min;3087 + - Microsoft.Compute/PutVM3Min;524,Microsoft.Compute/PutVM30Min;2629 x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -3440,14 +3771,64 @@ interactions: ParameterSetName: - -g -n --storage User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/a48d89a0-9760-43b5-97a0-9206e2aade23?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/dd47456e-0a20-4807-a293-71cb4f18819f?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T14:58:49.1751579+00:00\",\r\n \"endTime\": - \"2023-03-06T14:58:57.5345488+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"a48d89a0-9760-43b5-97a0-9206e2aade23\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:45:39.9920172+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"dd47456e-0a20-4807-a293-71cb4f18819f\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 18:45: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;14957,Microsoft.Compute/GetOperation30Min;29954 + 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.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/dd47456e-0a20-4807-a293-71cb4f18819f?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 + response: + body: + string: "{\r\n \"startTime\": \"2023-05-31T18:45:39.9920172+00:00\",\r\n \"endTime\": + \"2023-05-31T18:45:45.2889244+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"dd47456e-0a20-4807-a293-71cb4f18819f\"\r\n}" headers: cache-control: - no-cache @@ -3456,7 +3837,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:59:19 GMT + - Wed, 31 May 2023 18:46:10 GMT expires: - '-1' pragma: @@ -3473,7 +3854,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14950,Microsoft.Compute/GetOperation30Min;29879 + - Microsoft.Compute/GetOperation3Min;14952,Microsoft.Compute/GetOperation30Min;29944 status: code: 200 message: OK @@ -3491,7 +3872,7 @@ interactions: ParameterSetName: - -g -n --storage User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?api-version=2022-11-01 response: @@ -3501,26 +3882,26 @@ interactions: \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-westus2\": - {\r\n \"principalId\": \"684d55e2-8922-4966-a660-2d38ca4a1711\",\r\n - \ \"clientId\": \"6d45cf55-f311-4228-97b0-c22ae418aad6\"\r\n }\r\n - \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"94bb0e59-1bcd-493b-aa53-580e2ad730d7\",\r\n + {\r\n \"principalId\": \"0fdff7b9-2496-486b-b380-a06601508170\",\r\n + \ \"clientId\": \"12f2a140-5109-4e1a-8aa0-d0517def37fb\"\r\n }\r\n + \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e1276c35-281a-423c-bf10-584729040d4b\",\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.202302100\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": - \"Linux\",\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n + \"18.04.202305220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\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_SERIALCONSOLE46W4L74TUUPDKTQIUNEVCDRGNWE77YHJM4DVRHN3I4J7UGNGQPGEM/providers/Microsoft.Compute/disks/cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLEYBTDMPVFAMGGCCEFYJE723YI3KNDBDCKZ3B7FO5KTOR5EQHAWV4LC/providers/Microsoft.Compute/disks/cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": - {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhoover\",\r\n + {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhkodiak\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n \ \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \ \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": @@ -3529,16 +3910,16 @@ interactions: \ \"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 \"timeCreated\": - \"2023-03-06T14:55:01.5508486+00:00\"\r\n }\r\n}" + \"2023-05-31T18:42:17.6161655+00:00\"\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '3571' + - '3560' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:59:20 GMT + - Wed, 31 May 2023 18:46:11 GMT expires: - '-1' pragma: @@ -3555,7 +3936,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3954,Microsoft.Compute/LowCostGet30Min;31934 + - Microsoft.Compute/LowCostGet3Min;3945,Microsoft.Compute/LowCostGet30Min;31932 status: code: 200 message: OK @@ -3573,7 +3954,7 @@ interactions: ParameterSetName: - -g -n --storage User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?$expand=instanceView&api-version=2022-11-01 response: @@ -3583,26 +3964,26 @@ interactions: \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-westus2\": - {\r\n \"principalId\": \"684d55e2-8922-4966-a660-2d38ca4a1711\",\r\n - \ \"clientId\": \"6d45cf55-f311-4228-97b0-c22ae418aad6\"\r\n }\r\n - \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"94bb0e59-1bcd-493b-aa53-580e2ad730d7\",\r\n + {\r\n \"principalId\": \"0fdff7b9-2496-486b-b380-a06601508170\",\r\n + \ \"clientId\": \"12f2a140-5109-4e1a-8aa0-d0517def37fb\"\r\n }\r\n + \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e1276c35-281a-423c-bf10-584729040d4b\",\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.202302100\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": - \"Linux\",\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n + \"18.04.202305220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\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_SERIALCONSOLE46W4L74TUUPDKTQIUNEVCDRGNWE77YHJM4DVRHN3I4J7UGNGQPGEM/providers/Microsoft.Compute/disks/cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLEYBTDMPVFAMGGCCEFYJE723YI3KNDBDCKZ3B7FO5KTOR5EQHAWV4LC/providers/Microsoft.Compute/disks/cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": - {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhoover\",\r\n + {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhkodiak\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n \ \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \ \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": @@ -3615,32 +3996,32 @@ interactions: \ \"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\": \"2023-03-06T14:59:21+00:00\"\r\n }\r\n + populated.\",\r\n \"time\": \"2023-05-31T18:46:11+00:00\"\r\n }\r\n \ ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": - \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n \"statuses\": + \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2023-03-06T14:58:04.5346581+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T18:44:54.7262174+00:00\"\r\n \ }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": - {\r\n \"consoleScreenshotBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli7hpi2h-94bb0e59-1bcd-493b-aa53-580e2ad730d7/cli000003.94bb0e59-1bcd-493b-aa53-580e2ad730d7.screenshot.bmp\",\r\n - \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli7hpi2h-94bb0e59-1bcd-493b-aa53-580e2ad730d7/cli000003.94bb0e59-1bcd-493b-aa53-580e2ad730d7.serialconsole.log\"\r\n + {\r\n \"consoleScreenshotBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli5gfzag-e1276c35-281a-423c-bf10-584729040d4b/cli000003.e1276c35-281a-423c-bf10-584729040d4b.screenshot.bmp\",\r\n + \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli5gfzag-e1276c35-281a-423c-bf10-584729040d4b/cli000003.e1276c35-281a-423c-bf10-584729040d4b.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\": \"2023-03-06T14:58:57.5189131+00:00\"\r\n },\r\n + \ \"time\": \"2023-05-31T18:45:45.1483217+00:00\"\r\n },\r\n \ {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n - \ ]\r\n },\r\n \"timeCreated\": \"2023-03-06T14:55:01.5508486+00:00\"\r\n + \ ]\r\n },\r\n \"timeCreated\": \"2023-05-31T18:42:17.6161655+00:00\"\r\n \ }\r\n}" headers: cache-control: - no-cache content-length: - - '5232' + - '5218' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:59:21 GMT + - Wed, 31 May 2023 18:46:11 GMT expires: - '-1' pragma: @@ -3657,7 +4038,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3953,Microsoft.Compute/LowCostGet30Min;31933 + - Microsoft.Compute/LowCostGet3Min;3944,Microsoft.Compute/LowCostGet30Min;31931 status: code: 200 message: OK @@ -3675,21 +4056,21 @@ interactions: ParameterSetName: - -g -n --storage User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/storageAccounts?api-version=2022-09-01 response: body: - string: '{"value":[{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-eastus/providers/Microsoft.Storage/storageAccounts/cs210032001f4814ba9","name":"cs210032001f4814ba9","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-05-16T14:16:22.3477819Z","key2":"2022-05-16T14:16:22.3477819Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-16T14:16:22.3477819Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-16T14:16:22.3477819Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-16T14:16:22.2227752Z","primaryEndpoints":{"dfs":"https://cs210032001f4814ba9.dfs.core.windows.net/","web":"https://cs210032001f4814ba9.z13.web.core.windows.net/","blob":"https://cs210032001f4814ba9.blob.core.windows.net/","queue":"https://cs210032001f4814ba9.queue.core.windows.net/","table":"https://cs210032001f4814ba9.table.core.windows.net/","file":"https://cs210032001f4814ba9.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/guidomassonitest-rg/providers/Microsoft.Storage/storageAccounts/guidomassonitestrg88ad","name":"guidomassonitestrg88ad","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-01-23T18:52:02.5484088Z","key2":"2023-01-23T18:52:02.5484088Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-23T18:52:02.5484088Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-23T18:52:02.5484088Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-01-23T18:52:02.4077698Z","primaryEndpoints":{"blob":"https://guidomassonitestrg88ad.blob.core.windows.net/","queue":"https://guidomassonitestrg88ad.queue.core.windows.net/","table":"https://guidomassonitestrg88ad.table.core.windows.net/","file":"https://guidomassonitestrg88ad.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guidomtesttrafficmanagerrg/providers/Microsoft.Storage/storageAccounts/guidomteststoraccfortm","name":"guidomteststoraccfortm","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-10-18T18:01:13.5231266Z","key2":"2022-10-18T18:01:13.5231266Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-10-18T18:01:13.5387607Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-10-18T18:01:13.5387607Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-10-18T18:01:13.3825002Z","primaryEndpoints":{"dfs":"https://guidomteststoraccfortm.dfs.core.windows.net/","web":"https://guidomteststoraccfortm.z13.web.core.windows.net/","blob":"https://guidomteststoraccfortm.blob.core.windows.net/","queue":"https://guidomteststoraccfortm.queue.core.windows.net/","table":"https://guidomteststoraccfortm.table.core.windows.net/","file":"https://guidomteststoraccfortm.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://guidomteststoraccfortm-secondary.dfs.core.windows.net/","web":"https://guidomteststoraccfortm-secondary.z13.web.core.windows.net/","blob":"https://guidomteststoraccfortm-secondary.blob.core.windows.net/","queue":"https://guidomteststoraccfortm-secondary.queue.core.windows.net/","table":"https://guidomteststoraccfortm-secondary.table.core.windows.net/"}}},{"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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnervmrg-eastus/providers/Microsoft.Storage/storageAccounts/scrunneri2ezqh4xu2wqq","name":"scrunneri2ezqh4xu2wqq","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:01:12.9383535Z","key2":"2023-02-11T08:01:12.9383535Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:01:12.9383535Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:01:12.9383535Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:01:12.6883669Z","primaryEndpoints":{"blob":"https://scrunneri2ezqh4xu2wqq.blob.core.windows.net/","queue":"https://scrunneri2ezqh4xu2wqq.queue.core.windows.net/","table":"https://scrunneri2ezqh4xu2wqq.table.core.windows.net/","file":"https://scrunneri2ezqh4xu2wqq.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yuas-rg/providers/Microsoft.Storage/storageAccounts/yuasstorageacct","name":"yuasstorageacct","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-08-02T12:18:18.8547131Z","key2":"2022-08-02T12:18:18.8547131Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-08-02T12:18:18.8547131Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-08-02T12:18:18.8547131Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-08-02T12:18:18.7140969Z","primaryEndpoints":{"dfs":"https://yuasstorageacct.dfs.core.windows.net/","web":"https://yuasstorageacct.z13.web.core.windows.net/","blob":"https://yuasstorageacct.blob.core.windows.net/","queue":"https://yuasstorageacct.queue.core.windows.net/","table":"https://yuasstorageacct.table.core.windows.net/","file":"https://yuasstorageacct.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yuasstorageacct-secondary.dfs.core.windows.net/","web":"https://yuasstorageacct-secondary.z13.web.core.windows.net/","blob":"https://yuasstorageacct-secondary.blob.core.windows.net/","queue":"https://yuasstorageacct-secondary.queue.core.windows.net/","table":"https://yuasstorageacct-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bkerrigan-dev-rg/providers/Microsoft.Storage/storageAccounts/bktestsa2","name":"bktestsa2","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","immutableStorageWithVersioning":{"enabled":true},"keyCreationTime":{"key1":"2022-09-27T23:58:45.6496284Z","key2":"2022-09-27T23:58:45.6496284Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-09-27T23:58:46.2902461Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-09-27T23:58:46.2902461Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Cool","provisioningState":"Succeeded","creationTime":"2022-09-27T23:58:45.5558609Z","primaryEndpoints":{"dfs":"https://bktestsa2.dfs.core.windows.net/","web":"https://bktestsa2.z20.web.core.windows.net/","blob":"https://bktestsa2.blob.core.windows.net/","queue":"https://bktestsa2.queue.core.windows.net/","table":"https://bktestsa2.table.core.windows.net/","file":"https://bktestsa2.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/SCRunner/providers/Microsoft.Storage/storageAccounts/scrunnerstorage","name":"scrunnerstorage","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rhoover/providers/Microsoft.Storage/storageAccounts/rhooverstorage","name":"rhooverstorage","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-05-26T17:14:23.5085026Z","key2":"2022-05-26T17:14:23.5085026Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T17:14:23.5241285Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T17:14:23.5241285Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-26T17:14:23.4147520Z","primaryEndpoints":{"dfs":"https://rhooverstorage.dfs.core.windows.net/","web":"https://rhooverstorage.z21.web.core.windows.net/","blob":"https://rhooverstorage.blob.core.windows.net/","queue":"https://rhooverstorage.queue.core.windows.net/","table":"https://rhooverstorage.table.core.windows.net/","file":"https://rhooverstorage.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/scrunnervmrg-australiaeast/providers/Microsoft.Storage/storageAccounts/scrunner56hymyctm4kw2","name":"scrunner56hymyctm4kw2","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:42:58.2414102Z","key2":"2023-02-11T08:42:58.2414102Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:42:59.3196006Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:42:59.3196006Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:42:58.1476588Z","primaryEndpoints":{"blob":"https://scrunner56hymyctm4kw2.blob.core.windows.net/","queue":"https://scrunner56hymyctm4kw2.queue.core.windows.net/","table":"https://scrunner56hymyctm4kw2.table.core.windows.net/","file":"https://scrunner56hymyctm4kw2.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsolestuzi7ftnukpi2fyagwys225gbsh73m2h2z7zwjnemrgl5jrfrevg/providers/Microsoft.Storage/storageAccounts/clij3widgfvooidlncm4zwgr","name":"clij3widgfvooidlncm4zwgr","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T14:54:24.1363998Z","key2":"2023-03-06T14:54:24.1363998Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6364190Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6364190Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:54:24.0114062Z","primaryEndpoints":{"blob":"https://clij3widgfvooidlncm4zwgr.blob.core.windows.net/","queue":"https://clij3widgfvooidlncm4zwgr.queue.core.windows.net/","table":"https://clij3widgfvooidlncm4zwgr.table.core.windows.net/","file":"https://clij3widgfvooidlncm4zwgr.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_serialconsolek4hibhcaoukjiclxhnksydes553f4t7r3glwjvxloifh37s6yqdk5/providers/Microsoft.Storage/storageAccounts/cliln4rgfngepmlxlmpwv5wk","name":"cliln4rgfngepmlxlmpwv5wk","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T14:58:59.2000914Z","key2":"2023-03-06T14:58:59.2000914Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:58:59.8876132Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:58:59.8876132Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:58:59.1063047Z","primaryEndpoints":{"blob":"https://cliln4rgfngepmlxlmpwv5wk.blob.core.windows.net/","queue":"https://cliln4rgfngepmlxlmpwv5wk.queue.core.windows.net/","table":"https://cliln4rgfngepmlxlmpwv5wk.table.core.windows.net/","file":"https://cliln4rgfngepmlxlmpwv5wk.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_serialconsolex4geueyy52iloaspyxz3rrqwxv2syvnkjiljxbv522buwxqpiljme/providers/Microsoft.Storage/storageAccounts/clipf6qz5nxegbgku5yqzkd2","name":"clipf6qz5nxegbgku5yqzkd2","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T07:45:44.7937561Z","key2":"2023-03-06T07:45:44.7937561Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:45:45.1687946Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:45:45.1687946Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T07:45:44.7000168Z","primaryEndpoints":{"blob":"https://clipf6qz5nxegbgku5yqzkd2.blob.core.windows.net/","queue":"https://clipf6qz5nxegbgku5yqzkd2.queue.core.windows.net/","table":"https://clipf6qz5nxegbgku5yqzkd2.table.core.windows.net/","file":"https://clipf6qz5nxegbgku5yqzkd2.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_serialconsolep35rualbmodx4sho6gltgwspkbsxnsj34im3hqgkvnopy3hqugcaw/providers/Microsoft.Storage/storageAccounts/clite7vcjveueljfi27rolvu","name":"clite7vcjveueljfi27rolvu","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T14:54:23.8082415Z","key2":"2023-03-06T14:54:23.8082415Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.5270280Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.5270280Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:54:23.6989027Z","primaryEndpoints":{"blob":"https://clite7vcjveueljfi27rolvu.blob.core.windows.net/","queue":"https://clite7vcjveueljfi27rolvu.queue.core.windows.net/","table":"https://clite7vcjveueljfi27rolvu.table.core.windows.net/","file":"https://clite7vcjveueljfi27rolvu.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_serialconsoledcvrpndxic4emeqq5apwkns4qa5owpy4jn3b536ks35zdrmn7bl5k/providers/Microsoft.Storage/storageAccounts/cliwqnm2fo7pftnxlk7c734i","name":"cliwqnm2fo7pftnxlk7c734i","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T07:34:57.7461613Z","key2":"2023-03-06T07:34:57.7461613Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:34:57.9961851Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:34:57.9961851Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T07:34:57.6368148Z","primaryEndpoints":{"blob":"https://cliwqnm2fo7pftnxlk7c734i.blob.core.windows.net/","queue":"https://cliwqnm2fo7pftnxlk7c734i.queue.core.windows.net/","table":"https://cliwqnm2fo7pftnxlk7c734i.table.core.windows.net/","file":"https://cliwqnm2fo7pftnxlk7c734i.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":"2023-03-06T14:54:24.1208364Z","key2":"2023-03-06T14:54:24.1208364Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6676739Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6676739Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:54:24.0114062Z","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/guptar2/providers/Microsoft.Storage/storageAccounts/guptar2diagnosticsv1","name":"guptar2diagnosticsv1","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-05T17:21:41.8250582Z","key2":"2022-04-05T17:21:41.8250582Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:21:41.8250582Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:21:41.8250582Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-05T17:21:41.7313240Z","primaryEndpoints":{"blob":"https://guptar2diagnosticsv1.blob.core.windows.net/","queue":"https://guptar2diagnosticsv1.queue.core.windows.net/","table":"https://guptar2diagnosticsv1.table.core.windows.net/","file":"https://guptar2diagnosticsv1.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guptar2/providers/Microsoft.Storage/storageAccounts/guptar2diagnosticsv2","name":"guptar2diagnosticsv2","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-04-05T17:22:55.8411567Z","key2":"2022-04-05T17:22:55.8411567Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"resourceAccessRules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[{"value":"20.98.146.84","action":"Allow"},{"value":"20.83.222.102","action":"Allow"},{"value":"20.98.194.64","action":"Allow"},{"value":"20.69.5.162","action":"Allow"}],"defaultAction":"Deny"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:22:55.8411567Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:22:55.8411567Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-05T17:22:55.7318000Z","primaryEndpoints":{"dfs":"https://guptar2diagnosticsv2.dfs.core.windows.net/","web":"https://guptar2diagnosticsv2.z5.web.core.windows.net/","blob":"https://guptar2diagnosticsv2.blob.core.windows.net/","queue":"https://guptar2diagnosticsv2.queue.core.windows.net/","table":"https://guptar2diagnosticsv2.table.core.windows.net/","file":"https://guptar2diagnosticsv2.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sericonrp-trafficmanager/providers/Microsoft.Storage/storageAccounts/sericonrpdevtmstorage","name":"sericonrpdevtmstorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-11-30T19:15:41.5013570Z","key2":"2022-11-30T19:15:41.5013570Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-11-30T19:15:42.0638737Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-11-30T19:15:42.0638737Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-11-30T19:15:41.4075777Z","primaryEndpoints":{"dfs":"https://sericonrpdevtmstorage.dfs.core.windows.net/","web":"https://sericonrpdevtmstorage.z5.web.core.windows.net/","blob":"https://sericonrpdevtmstorage.blob.core.windows.net/","queue":"https://sericonrpdevtmstorage.queue.core.windows.net/","table":"https://sericonrpdevtmstorage.table.core.windows.net/","file":"https://sericonrpdevtmstorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sericonrpdevtmstorage-secondary.dfs.core.windows.net/","web":"https://sericonrpdevtmstorage-secondary.z5.web.core.windows.net/","blob":"https://sericonrpdevtmstorage-secondary.blob.core.windows.net/","queue":"https://sericonrpdevtmstorage-secondary.queue.core.windows.net/","table":"https://sericonrpdevtmstorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ops/providers/Microsoft.Storage/storageAccounts/sericonstorage","name":"sericonstorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2023-03-05T19:58:00.4355863Z","key2":"2023-03-05T19:58:00.4355863Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-05T19:58:00.9824831Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-05T19:58:00.9824831Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-03-05T19:58:00.3262342Z","primaryEndpoints":{"dfs":"https://sericonstorage.dfs.core.windows.net/","web":"https://sericonstorage.z5.web.core.windows.net/","blob":"https://sericonstorage.blob.core.windows.net/","queue":"https://sericonstorage.queue.core.windows.net/","table":"https://sericonstorage.table.core.windows.net/","file":"https://sericonstorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rhoover-dev-rg/providers/Microsoft.Storage/storageAccounts/rhooverdevrgdiag","name":"rhooverdevrgdiag","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-06-20T19:39:24.4605968Z","key2":"2022-06-20T19:39:24.4605968Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":false,"networkAcls":{"resourceAccessRules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[{"value":"20.98.146.84","action":"Allow"},{"value":"20.98.194.64","action":"Allow"},{"value":"20.69.5.162","action":"Allow"},{"value":"20.83.222.102","action":"Allow"},{"value":"76.197.206.105","action":"Allow"}],"defaultAction":"Deny"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-20T19:39:24.4762287Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-20T19:39:24.4762287Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-20T19:39:24.4137057Z","primaryEndpoints":{"blob":"https://rhooverdevrgdiag.blob.core.windows.net/","queue":"https://rhooverdevrgdiag.queue.core.windows.net/","table":"https://rhooverdevrgdiag.table.core.windows.net/","file":"https://rhooverdevrgdiag.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnervmrg-westcentralus/providers/Microsoft.Storage/storageAccounts/scrunneraoptpjec4skce","name":"scrunneraoptpjec4skce","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:40:40.0686467Z","key2":"2023-02-11T08:40:40.0686467Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:40:40.5842822Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:40:40.5842822Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:40:40.0061730Z","primaryEndpoints":{"blob":"https://scrunneraoptpjec4skce.blob.core.windows.net/","queue":"https://scrunneraoptpjec4skce.queue.core.windows.net/","table":"https://scrunneraoptpjec4skce.table.core.windows.net/","file":"https://scrunneraoptpjec4skce.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-westcentralus/providers/Microsoft.Storage/storageAccounts/scrunnerrfscmqxeni3uq","name":"scrunnerrfscmqxeni3uq","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/ubuntu-westus3_group/providers/Microsoft.Storage/storageAccounts/ubuntuwestus3groupdiag","name":"ubuntuwestus3groupdiag","type":"Microsoft.Storage/storageAccounts","location":"westus3","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-18T19:48:38.9882588Z","key2":"2022-04-18T19:48:38.9882588Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-18T19:48:38.9882588Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-18T19:48:38.9882588Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-18T19:48:38.9258191Z","primaryEndpoints":{"blob":"https://ubuntuwestus3groupdiag.blob.core.windows.net/","queue":"https://ubuntuwestus3groupdiag.queue.core.windows.net/","table":"https://ubuntuwestus3groupdiag.table.core.windows.net/","file":"https://ubuntuwestus3groupdiag.file.core.windows.net/"},"primaryLocation":"westus3","statusOfPrimary":"available"}}]}' + string: '{"value":[{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1043690549xt","name":"gsm1043690549xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2022-12-31T04:18:29.2926413Z","key2":"2022-12-25T23:25:55.8307065Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:56.6813607Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:56.6813607Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:56.5251102Z","primaryEndpoints":{"blob":"https://gsm1043690549xt.blob.core.windows.net/","queue":"https://gsm1043690549xt.queue.core.windows.net/","table":"https://gsm1043690549xt.table.core.windows.net/","file":"https://gsm1043690549xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1117986772xt","name":"gsm1117986772xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuse","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-04-03T10:54:38.3446142Z","key2":"2023-03-28T13:38:53.8995172Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-10T22:33:17.7969604Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-10T22:33:17.7969604Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-10T22:33:17.7344354Z","primaryEndpoints":{"dfs":"https://gsm1117986772xt.dfs.core.windows.net/","web":"https://gsm1117986772xt.z13.web.core.windows.net/","blob":"https://gsm1117986772xt.blob.core.windows.net/","queue":"https://gsm1117986772xt.queue.core.windows.net/","table":"https://gsm1117986772xt.table.core.windows.net/","file":"https://gsm1117986772xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1284065332xt","name":"gsm1284065332xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2022-12-29T15:04:07.1834140Z","key2":"2022-12-24T15:02:48.3875221Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:58.4782463Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:58.4782463Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:58.3219980Z","primaryEndpoints":{"blob":"https://gsm1284065332xt.blob.core.windows.net/","queue":"https://gsm1284065332xt.queue.core.windows.net/","table":"https://gsm1284065332xt.table.core.windows.net/","file":"https://gsm1284065332xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1660928445xt","name":"gsm1660928445xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2022-12-30T02:54:38.2414616Z","key2":"2022-12-25T02:53:27.9902241Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:55.5719858Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:55.5719858Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:55.4313594Z","primaryEndpoints":{"blob":"https://gsm1660928445xt.blob.core.windows.net/","queue":"https://gsm1660928445xt.queue.core.windows.net/","table":"https://gsm1660928445xt.table.core.windows.net/","file":"https://gsm1660928445xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1229178215xt","name":"gsm1229178215xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-05-21T20:36:24.1125096Z","key2":"2023-05-16T12:59:19.4741702Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.4993530Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.4993530Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.4212234Z","primaryEndpoints":{"dfs":"https://gsm1229178215xt.dfs.core.windows.net/","web":"https://gsm1229178215xt.z20.web.core.windows.net/","blob":"https://gsm1229178215xt.blob.core.windows.net/","queue":"https://gsm1229178215xt.queue.core.windows.net/","table":"https://gsm1229178215xt.table.core.windows.net/","file":"https://gsm1229178215xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1456709414xt","name":"gsm1456709414xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-05-21T06:52:02.3706582Z","key2":"2023-05-16T06:50:56.8159280Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.7181103Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.7181103Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.6556583Z","primaryEndpoints":{"dfs":"https://gsm1456709414xt.dfs.core.windows.net/","web":"https://gsm1456709414xt.z20.web.core.windows.net/","blob":"https://gsm1456709414xt.blob.core.windows.net/","queue":"https://gsm1456709414xt.queue.core.windows.net/","table":"https://gsm1456709414xt.table.core.windows.net/","file":"https://gsm1456709414xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1460695472xt","name":"gsm1460695472xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuse2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-05-05T04:06:01.8082271Z","key2":"2023-04-30T04:04:55.5757766Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:12:17.4426654Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:12:17.4426654Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:12:17.3645192Z","primaryEndpoints":{"dfs":"https://gsm1460695472xt.dfs.core.windows.net/","web":"https://gsm1460695472xt.z20.web.core.windows.net/","blob":"https://gsm1460695472xt.blob.core.windows.net/","queue":"https://gsm1460695472xt.queue.core.windows.net/","table":"https://gsm1460695472xt.table.core.windows.net/","file":"https://gsm1460695472xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2007663765xt","name":"gsm2007663765xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-05-19T09:29:46.7661468Z","key2":"2023-05-14T09:28:41.5530938Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.5150262Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.5150262Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.4368507Z","primaryEndpoints":{"dfs":"https://gsm2007663765xt.dfs.core.windows.net/","web":"https://gsm2007663765xt.z20.web.core.windows.net/","blob":"https://gsm2007663765xt.blob.core.windows.net/","queue":"https://gsm2007663765xt.queue.core.windows.net/","table":"https://gsm2007663765xt.table.core.windows.net/","file":"https://gsm2007663765xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2012629196xt","name":"gsm2012629196xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-05-03T19:01:10.2022709Z","key2":"2023-04-28T18:59:28.8935989Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.7012347Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.7012347Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:09.6074718Z","primaryEndpoints":{"dfs":"https://gsm2012629196xt.dfs.core.windows.net/","web":"https://gsm2012629196xt.z20.web.core.windows.net/","blob":"https://gsm2012629196xt.blob.core.windows.net/","queue":"https://gsm2012629196xt.queue.core.windows.net/","table":"https://gsm2012629196xt.table.core.windows.net/","file":"https://gsm2012629196xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2121776810xt","name":"gsm2121776810xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"","GenevaWPMonikerName":"SeriConRPAzsecuse2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-23T09:56:45.3229575Z","key2":"2022-12-17T22:52:57.1579634Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:58:18.8692726Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:58:18.8692726Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-09T23:58:18.7598975Z","primaryEndpoints":{"blob":"https://gsm2121776810xt.blob.core.windows.net/","queue":"https://gsm2121776810xt.queue.core.windows.net/","table":"https://gsm2121776810xt.table.core.windows.net/","file":"https://gsm2121776810xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm226956555xt","name":"gsm226956555xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-05-06T05:24:12.6559459Z","key2":"2023-05-01T05:22:37.0901103Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:08.8262029Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:08.8262029Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:08.7324504Z","primaryEndpoints":{"dfs":"https://gsm226956555xt.dfs.core.windows.net/","web":"https://gsm226956555xt.z20.web.core.windows.net/","blob":"https://gsm226956555xt.blob.core.windows.net/","queue":"https://gsm226956555xt.queue.core.windows.net/","table":"https://gsm226956555xt.table.core.windows.net/","file":"https://gsm226956555xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm683268085xt","name":"gsm683268085xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-05-06T02:53:55.0895748Z","key2":"2023-05-01T02:52:17.4623442Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.1074642Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.1074642Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:09.0137094Z","primaryEndpoints":{"dfs":"https://gsm683268085xt.dfs.core.windows.net/","web":"https://gsm683268085xt.z20.web.core.windows.net/","blob":"https://gsm683268085xt.blob.core.windows.net/","queue":"https://gsm683268085xt.queue.core.windows.net/","table":"https://gsm683268085xt.table.core.windows.net/","file":"https://gsm683268085xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/hackforgsmuse2","name":"hackforgsmuse2","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"","GenevaWPMonikerName":"HackForGSMUSE2"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:00:49.6669890Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:00:49.6669890Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-09T23:00:49.5419849Z","primaryEndpoints":{"blob":"https://hackforgsmuse2.blob.core.windows.net/","queue":"https://hackforgsmuse2.queue.core.windows.net/","table":"https://hackforgsmuse2.table.core.windows.net/","file":"https://hackforgsmuse2.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1272766413xt","name":"gsm1272766413xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-26T12:50:22.9754194Z","key2":"2023-01-21T02:57:10.6219025Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.2651368Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.2651368Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:08.1869875Z","primaryEndpoints":{"dfs":"https://gsm1272766413xt.dfs.core.windows.net/","web":"https://gsm1272766413xt.z22.web.core.windows.net/","blob":"https://gsm1272766413xt.blob.core.windows.net/","queue":"https://gsm1272766413xt.queue.core.windows.net/","table":"https://gsm1272766413xt.table.core.windows.net/","file":"https://gsm1272766413xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1406960057xt","name":"gsm1406960057xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-28T16:26:46.4096191Z","key2":"2023-01-23T02:04:13.0813787Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:07.9369692Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:07.9369692Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:07.8588528Z","primaryEndpoints":{"dfs":"https://gsm1406960057xt.dfs.core.windows.net/","web":"https://gsm1406960057xt.z22.web.core.windows.net/","blob":"https://gsm1406960057xt.blob.core.windows.net/","queue":"https://gsm1406960057xt.queue.core.windows.net/","table":"https://gsm1406960057xt.table.core.windows.net/","file":"https://gsm1406960057xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1998073872xt","name":"gsm1998073872xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-05-26T18:20:44.5735809Z","key2":"2023-05-21T05:23:46.0278541Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-02T21:00:19.3734252Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-02T21:00:19.3734252Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-06-02T21:00:19.2952836Z","primaryEndpoints":{"dfs":"https://gsm1998073872xt.dfs.core.windows.net/","web":"https://gsm1998073872xt.z22.web.core.windows.net/","blob":"https://gsm1998073872xt.blob.core.windows.net/","queue":"https://gsm1998073872xt.queue.core.windows.net/","table":"https://gsm1998073872xt.table.core.windows.net/","file":"https://gsm1998073872xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm56088856xt","name":"gsm56088856xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-26T09:21:20.1673955Z","key2":"2023-01-21T09:20:08.4251477Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.0619664Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.0619664Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:07.9838401Z","primaryEndpoints":{"dfs":"https://gsm56088856xt.dfs.core.windows.net/","web":"https://gsm56088856xt.z22.web.core.windows.net/","blob":"https://gsm56088856xt.blob.core.windows.net/","queue":"https://gsm56088856xt.queue.core.windows.net/","table":"https://gsm56088856xt.table.core.windows.net/","file":"https://gsm56088856xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1079311536xt","name":"gsm1079311536xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecweu","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-23T05:17:15.8192673Z","key2":"2023-01-17T15:45:49.1931322Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:33:55.5639421Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:33:55.5639421Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-31T20:33:55.4858374Z","primaryEndpoints":{"dfs":"https://gsm1079311536xt.dfs.core.windows.net/","web":"https://gsm1079311536xt.z6.web.core.windows.net/","blob":"https://gsm1079311536xt.blob.core.windows.net/","queue":"https://gsm1079311536xt.queue.core.windows.net/","table":"https://gsm1079311536xt.table.core.windows.net/","file":"https://gsm1079311536xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1212953208xt","name":"gsm1212953208xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityweu","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-27T10:06:11.5827190Z","key2":"2023-01-22T10:04:24.4048026Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.1266253Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.1266253Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:09.0484965Z","primaryEndpoints":{"dfs":"https://gsm1212953208xt.dfs.core.windows.net/","web":"https://gsm1212953208xt.z6.web.core.windows.net/","blob":"https://gsm1212953208xt.blob.core.windows.net/","queue":"https://gsm1212953208xt.queue.core.windows.net/","table":"https://gsm1212953208xt.table.core.windows.net/","file":"https://gsm1212953208xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1920423455xt","name":"gsm1920423455xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagweu","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-26T08:22:35.7453186Z","key2":"2023-01-21T08:20:33.7244599Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:08.9859884Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:08.9859884Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:08.9078572Z","primaryEndpoints":{"dfs":"https://gsm1920423455xt.dfs.core.windows.net/","web":"https://gsm1920423455xt.z6.web.core.windows.net/","blob":"https://gsm1920423455xt.blob.core.windows.net/","queue":"https://gsm1920423455xt.queue.core.windows.net/","table":"https://gsm1920423455xt.table.core.windows.net/","file":"https://gsm1920423455xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm757504717xt","name":"gsm757504717xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditweu","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-27T08:12:19.1858523Z","key2":"2023-01-22T08:11:09.9357435Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.4079128Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.4079128Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:09.3298787Z","primaryEndpoints":{"dfs":"https://gsm757504717xt.dfs.core.windows.net/","web":"https://gsm757504717xt.z6.web.core.windows.net/","blob":"https://gsm757504717xt.blob.core.windows.net/","queue":"https://gsm757504717xt.queue.core.windows.net/","table":"https://gsm757504717xt.table.core.windows.net/","file":"https://gsm757504717xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1364877148xt","name":"gsm1364877148xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditase","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2021-04-29T17:55:11.7577346Z","key2":"2023-03-15T18:36:22.0032549Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.7343798Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.7343798Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:41.6719189Z","primaryEndpoints":{"dfs":"https://gsm1364877148xt.dfs.core.windows.net/","web":"https://gsm1364877148xt.z23.web.core.windows.net/","blob":"https://gsm1364877148xt.blob.core.windows.net/","queue":"https://gsm1364877148xt.queue.core.windows.net/","table":"https://gsm1364877148xt.table.core.windows.net/","file":"https://gsm1364877148xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm293072282xt","name":"gsm293072282xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagase","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-03-17T11:20:27.0757277Z","key2":"2023-03-11T15:43:18.2538811Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:40.4843241Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:40.4843241Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:40.4530856Z","primaryEndpoints":{"dfs":"https://gsm293072282xt.dfs.core.windows.net/","web":"https://gsm293072282xt.z23.web.core.windows.net/","blob":"https://gsm293072282xt.blob.core.windows.net/","queue":"https://gsm293072282xt.queue.core.windows.net/","table":"https://gsm293072282xt.table.core.windows.net/","file":"https://gsm293072282xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm652881509xt","name":"gsm652881509xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecase","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-23T02:48:19.2605229Z","key2":"2023-01-17T08:03:51.5853536Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:27:01.7959092Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:27:01.7959092Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-31T20:27:01.7334373Z","primaryEndpoints":{"dfs":"https://gsm652881509xt.dfs.core.windows.net/","web":"https://gsm652881509xt.z23.web.core.windows.net/","blob":"https://gsm652881509xt.blob.core.windows.net/","queue":"https://gsm652881509xt.queue.core.windows.net/","table":"https://gsm652881509xt.table.core.windows.net/","file":"https://gsm652881509xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm665873655xt","name":"gsm665873655xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityase","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-03-15T22:08:39.3406329Z","key2":"2023-03-10T07:30:08.4982799Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.3280923Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.3280923Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:41.2812263Z","primaryEndpoints":{"dfs":"https://gsm665873655xt.dfs.core.windows.net/","web":"https://gsm665873655xt.z23.web.core.windows.net/","blob":"https://gsm665873655xt.blob.core.windows.net/","queue":"https://gsm665873655xt.queue.core.windows.net/","table":"https://gsm665873655xt.table.core.windows.net/","file":"https://gsm665873655xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1013760812xt","name":"gsm1013760812xt","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecussc","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-28T14:46:18.9021520Z","key2":"2023-01-23T08:40:45.9176662Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-01T23:35:19.3043038Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-01T23:35:19.3043038Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-01T23:35:19.2092898Z","primaryEndpoints":{"dfs":"https://gsm1013760812xt.dfs.core.windows.net/","web":"https://gsm1013760812xt.z21.web.core.windows.net/","blob":"https://gsm1013760812xt.blob.core.windows.net/","queue":"https://gsm1013760812xt.queue.core.windows.net/","table":"https://gsm1013760812xt.table.core.windows.net/","file":"https://gsm1013760812xt.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1481752393xt","name":"gsm1481752393xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditaue","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2022-12-11T02:08:01.5135580Z","key2":"2022-12-06T02:06:17.2106220Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.9325477Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.9325477Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.8699546Z","primaryEndpoints":{"dfs":"https://gsm1481752393xt.dfs.core.windows.net/","web":"https://gsm1481752393xt.z8.web.core.windows.net/","blob":"https://gsm1481752393xt.blob.core.windows.net/","queue":"https://gsm1481752393xt.queue.core.windows.net/","table":"https://gsm1481752393xt.table.core.windows.net/","file":"https://gsm1481752393xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm175927945xt","name":"gsm175927945xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagaue","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2022-12-12T13:02:05.1185199Z","key2":"2022-12-07T13:00:29.7909142Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6824967Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6824967Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.6043190Z","primaryEndpoints":{"dfs":"https://gsm175927945xt.dfs.core.windows.net/","web":"https://gsm175927945xt.z8.web.core.windows.net/","blob":"https://gsm175927945xt.blob.core.windows.net/","queue":"https://gsm175927945xt.queue.core.windows.net/","table":"https://gsm175927945xt.table.core.windows.net/","file":"https://gsm175927945xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1929878860xt","name":"gsm1929878860xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecaue","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-03-09T13:55:08.5541466Z","key2":"2023-03-03T11:35:56.1217273Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-11T00:59:46.7551547Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-11T00:59:46.7551547Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-03-11T00:59:46.6769818Z","primaryEndpoints":{"dfs":"https://gsm1929878860xt.dfs.core.windows.net/","web":"https://gsm1929878860xt.z8.web.core.windows.net/","blob":"https://gsm1929878860xt.blob.core.windows.net/","queue":"https://gsm1929878860xt.queue.core.windows.net/","table":"https://gsm1929878860xt.table.core.windows.net/","file":"https://gsm1929878860xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2273607188xt","name":"gsm2273607188xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditsy","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3565367Z","key2":"2023-01-05T03:42:01.3565367Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.8722599Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.8722599Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2940438Z","primaryEndpoints":{"dfs":"https://gsm2273607188xt.dfs.core.windows.net/","web":"https://gsm2273607188xt.z8.web.core.windows.net/","blob":"https://gsm2273607188xt.blob.core.windows.net/","queue":"https://gsm2273607188xt.queue.core.windows.net/","table":"https://gsm2273607188xt.table.core.windows.net/","file":"https://gsm2273607188xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm40701790xt","name":"gsm40701790xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityaue","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2022-12-11T06:35:36.7208308Z","key2":"2022-12-06T06:33:31.1701235Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6981732Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6981732Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.6043190Z","primaryEndpoints":{"dfs":"https://gsm40701790xt.dfs.core.windows.net/","web":"https://gsm40701790xt.z8.web.core.windows.net/","blob":"https://gsm40701790xt.blob.core.windows.net/","queue":"https://gsm40701790xt.queue.core.windows.net/","table":"https://gsm40701790xt.table.core.windows.net/","file":"https://gsm40701790xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm419531226xt","name":"gsm419531226xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecaue","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-11T06:40:10.3879897Z","key2":"2022-12-06T06:37:36.8335211Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:38:31.8079251Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:38:31.8079251Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:38:31.7454063Z","primaryEndpoints":{"dfs":"https://gsm419531226xt.dfs.core.windows.net/","web":"https://gsm419531226xt.z8.web.core.windows.net/","blob":"https://gsm419531226xt.blob.core.windows.net/","queue":"https://gsm419531226xt.queue.core.windows.net/","table":"https://gsm419531226xt.table.core.windows.net/","file":"https://gsm419531226xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm4207516453xt","name":"gsm4207516453xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecuritysy","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3252937Z","key2":"2023-01-05T03:42:01.3252937Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:02.0597744Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:02.0597744Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2627948Z","primaryEndpoints":{"dfs":"https://gsm4207516453xt.dfs.core.windows.net/","web":"https://gsm4207516453xt.z8.web.core.windows.net/","blob":"https://gsm4207516453xt.blob.core.windows.net/","queue":"https://gsm4207516453xt.queue.core.windows.net/","table":"https://gsm4207516453xt.table.core.windows.net/","file":"https://gsm4207516453xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm868844794xt","name":"gsm868844794xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagsy","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3252937Z","key2":"2023-01-05T03:42:01.3252937Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.9347064Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.9347064Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2315310Z","primaryEndpoints":{"dfs":"https://gsm868844794xt.dfs.core.windows.net/","web":"https://gsm868844794xt.z8.web.core.windows.net/","blob":"https://gsm868844794xt.blob.core.windows.net/","queue":"https://gsm868844794xt.queue.core.windows.net/","table":"https://gsm868844794xt.table.core.windows.net/","file":"https://gsm868844794xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsoleas6vtnnsjx3nov734dxsgph5roifuuwnjuwsoudoqv4xplej6nnkn/providers/Microsoft.Storage/storageAccounts/cli3wowftgy3elslo6atxmuk","name":"cli3wowftgy3elslo6atxmuk","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-05-31T18:41:43.1502414Z","key2":"2023-05-31T18:41:43.1502414Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.2439585Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.2439585Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:41:43.0408015Z","primaryEndpoints":{"blob":"https://cli3wowftgy3elslo6atxmuk.blob.core.windows.net/","queue":"https://cli3wowftgy3elslo6atxmuk.queue.core.windows.net/","table":"https://cli3wowftgy3elslo6atxmuk.table.core.windows.net/","file":"https://cli3wowftgy3elslo6atxmuk.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":"2023-05-31T18:41:42.9470699Z","key2":"2023-05-31T18:41:42.9470699Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.0564532Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.0564532Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:41:42.8377048Z","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_serialconsoletgsxr4tz7h5scelj4f6juueap2uaj7azd5er4gladp3aigyw2crbl/providers/Microsoft.Storage/storageAccounts/cliilintlwmv4jw5eb2pecwl","name":"cliilintlwmv4jw5eb2pecwl","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-05-31T18:41:43.0876680Z","key2":"2023-05-31T18:41:43.0876680Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.1970869Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.1970869Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:41:42.9784060Z","primaryEndpoints":{"blob":"https://cliilintlwmv4jw5eb2pecwl.blob.core.windows.net/","queue":"https://cliilintlwmv4jw5eb2pecwl.queue.core.windows.net/","table":"https://cliilintlwmv4jw5eb2pecwl.table.core.windows.net/","file":"https://cliilintlwmv4jw5eb2pecwl.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_serialconsolesbxmnhfu2kdxvg3qc7qqkxj2hfok5sm677vra5blvt5ww3pyu7l7s/providers/Microsoft.Storage/storageAccounts/cliqkemuv4vkdpjmrbijkmq5","name":"cliqkemuv4vkdpjmrbijkmq5","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-05-31T18:41:44.0252064Z","key2":"2023-05-31T18:41:44.0252064Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:44.1032995Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:44.1032995Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:41:43.9158183Z","primaryEndpoints":{"blob":"https://cliqkemuv4vkdpjmrbijkmq5.blob.core.windows.net/","queue":"https://cliqkemuv4vkdpjmrbijkmq5.queue.core.windows.net/","table":"https://cliqkemuv4vkdpjmrbijkmq5.table.core.windows.net/","file":"https://cliqkemuv4vkdpjmrbijkmq5.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1026482873xt","name":"gsm1026482873xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-25T03:35:32.2734558Z","key2":"2023-01-20T03:24:00.5425715Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:07.1214500Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:07.1214500Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:07.0432951Z","primaryEndpoints":{"dfs":"https://gsm1026482873xt.dfs.core.windows.net/","web":"https://gsm1026482873xt.z5.web.core.windows.net/","blob":"https://gsm1026482873xt.blob.core.windows.net/","queue":"https://gsm1026482873xt.queue.core.windows.net/","table":"https://gsm1026482873xt.table.core.windows.net/","file":"https://gsm1026482873xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1379084574xt","name":"gsm1379084574xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-24T14:33:18.3486639Z","key2":"2023-01-18T17:47:22.4239288Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.6631204Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.6631204Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.5693726Z","primaryEndpoints":{"blob":"https://gsm1379084574xt.blob.core.windows.net/","queue":"https://gsm1379084574xt.queue.core.windows.net/","table":"https://gsm1379084574xt.table.core.windows.net/","file":"https://gsm1379084574xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1447722388xt","name":"gsm1447722388xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-26T03:47:20.7184362Z","key2":"2023-01-21T03:46:01.7763634Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T23:22:24.4973514Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T23:22:24.4973514Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T23:22:24.4348196Z","primaryEndpoints":{"dfs":"https://gsm1447722388xt.dfs.core.windows.net/","web":"https://gsm1447722388xt.z5.web.core.windows.net/","blob":"https://gsm1447722388xt.blob.core.windows.net/","queue":"https://gsm1447722388xt.queue.core.windows.net/","table":"https://gsm1447722388xt.table.core.windows.net/","file":"https://gsm1447722388xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1476133271xt","name":"gsm1476133271xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-23T19:01:28.5846813Z","key2":"2023-01-18T18:38:43.7448823Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:39.0381165Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:39.0381165Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.8506247Z","primaryEndpoints":{"blob":"https://gsm1476133271xt.blob.core.windows.net/","queue":"https://gsm1476133271xt.queue.core.windows.net/","table":"https://gsm1476133271xt.table.core.windows.net/","file":"https://gsm1476133271xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1942585003xt","name":"gsm1942585003xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-22T17:48:26.2317506Z","key2":"2023-01-17T10:57:43.5758196Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.9600197Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.9600197Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.7881214Z","primaryEndpoints":{"blob":"https://gsm1942585003xt.blob.core.windows.net/","queue":"https://gsm1942585003xt.queue.core.windows.net/","table":"https://gsm1942585003xt.table.core.windows.net/","file":"https://gsm1942585003xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2056373296xt","name":"gsm2056373296xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsoleauditusw2","GenevaWPStorageGroupName":"azureserialconsoleaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-26T11:54:18.4226083Z","key2":"2023-01-21T11:53:06.6995339Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.7788645Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.7788645Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.7007646Z","primaryEndpoints":{"dfs":"https://gsm2056373296xt.dfs.core.windows.net/","web":"https://gsm2056373296xt.z5.web.core.windows.net/","blob":"https://gsm2056373296xt.blob.core.windows.net/","queue":"https://gsm2056373296xt.queue.core.windows.net/","table":"https://gsm2056373296xt.table.core.windows.net/","file":"https://gsm2056373296xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm357271585xt","name":"gsm357271585xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-27T12:15:08.6536157Z","key2":"2023-01-22T12:13:19.5800918Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.2776242Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.2776242Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:00.1995026Z","primaryEndpoints":{"dfs":"https://gsm357271585xt.dfs.core.windows.net/","web":"https://gsm357271585xt.z5.web.core.windows.net/","blob":"https://gsm357271585xt.blob.core.windows.net/","queue":"https://gsm357271585xt.queue.core.windows.net/","table":"https://gsm357271585xt.table.core.windows.net/","file":"https://gsm357271585xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm38273077xt","name":"gsm38273077xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsolesecurityusw2","GenevaWPStorageGroupName":"azureserialconsolesecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-25T09:51:31.3539534Z","key2":"2023-01-20T09:01:33.1340416Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.6225485Z","primaryEndpoints":{"dfs":"https://gsm38273077xt.dfs.core.windows.net/","web":"https://gsm38273077xt.z5.web.core.windows.net/","blob":"https://gsm38273077xt.blob.core.windows.net/","queue":"https://gsm38273077xt.queue.core.windows.net/","table":"https://gsm38273077xt.table.core.windows.net/","file":"https://gsm38273077xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm61894826xt","name":"gsm61894826xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-22T20:55:56.7960803Z","key2":"2022-12-17T11:13:48.1848332Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-10T01:07:27.7640567Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-10T01:07:27.7640567Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-10T01:07:27.6846918Z","primaryEndpoints":{"blob":"https://gsm61894826xt.blob.core.windows.net/","queue":"https://gsm61894826xt.queue.core.windows.net/","table":"https://gsm61894826xt.table.core.windows.net/","file":"https://gsm61894826xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm627614588xt","name":"gsm627614588xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsolediagusw2","GenevaWPStorageGroupName":"azureserialconsolediag"},"properties":{"keyCreationTime":{"key1":"2023-01-25T09:35:05.5956088Z","key2":"2023-01-20T03:22:09.3245854Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.6069267Z","primaryEndpoints":{"dfs":"https://gsm627614588xt.dfs.core.windows.net/","web":"https://gsm627614588xt.z5.web.core.windows.net/","blob":"https://gsm627614588xt.blob.core.windows.net/","queue":"https://gsm627614588xt.queue.core.windows.net/","table":"https://gsm627614588xt.table.core.windows.net/","file":"https://gsm627614588xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm704755552xt","name":"gsm704755552xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-25T21:11:36.8109587Z","key2":"2023-01-20T10:54:10.0603713Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.1058474Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.1058474Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:00.0276604Z","primaryEndpoints":{"dfs":"https://gsm704755552xt.dfs.core.windows.net/","web":"https://gsm704755552xt.z5.web.core.windows.net/","blob":"https://gsm704755552xt.blob.core.windows.net/","queue":"https://gsm704755552xt.queue.core.windows.net/","table":"https://gsm704755552xt.table.core.windows.net/","file":"https://gsm704755552xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm991680768xt","name":"gsm991680768xt","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuswc","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-03-31T15:08:16.2015333Z","key2":"2023-03-26T02:22:52.5217946Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-09T19:24:36.5205408Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-09T19:24:36.5205408Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-09T19:24:36.4580385Z","primaryEndpoints":{"dfs":"https://gsm991680768xt.dfs.core.windows.net/","web":"https://gsm991680768xt.z4.web.core.windows.net/","blob":"https://gsm991680768xt.blob.core.windows.net/","queue":"https://gsm991680768xt.queue.core.windows.net/","table":"https://gsm991680768xt.table.core.windows.net/","file":"https://gsm991680768xt.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available","secondaryLocation":"westus2","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2355697502xt","name":"gsm2355697502xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecuritysec","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:39.4380306Z","key2":"2023-01-05T21:51:39.4380306Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.4380306Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.4380306Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:39.3911570Z","primaryEndpoints":{"dfs":"https://gsm2355697502xt.dfs.core.windows.net/","web":"https://gsm2355697502xt.z1.web.core.windows.net/","blob":"https://gsm2355697502xt.blob.core.windows.net/","queue":"https://gsm2355697502xt.queue.core.windows.net/","table":"https://gsm2355697502xt.table.core.windows.net/","file":"https://gsm2355697502xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm3577301791xt","name":"gsm3577301791xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditsec","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:39.2349014Z","key2":"2023-01-05T21:51:39.2349014Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.2349014Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.2349014Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:39.1724007Z","primaryEndpoints":{"dfs":"https://gsm3577301791xt.dfs.core.windows.net/","web":"https://gsm3577301791xt.z1.web.core.windows.net/","blob":"https://gsm3577301791xt.blob.core.windows.net/","queue":"https://gsm3577301791xt.queue.core.windows.net/","table":"https://gsm3577301791xt.table.core.windows.net/","file":"https://gsm3577301791xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm4163209401xt","name":"gsm4163209401xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagsec","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:40.5161768Z","key2":"2023-01-05T21:51:40.5161768Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:40.5161768Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:40.5161768Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:40.4693012Z","primaryEndpoints":{"dfs":"https://gsm4163209401xt.dfs.core.windows.net/","web":"https://gsm4163209401xt.z1.web.core.windows.net/","blob":"https://gsm4163209401xt.blob.core.windows.net/","queue":"https://gsm4163209401xt.queue.core.windows.net/","table":"https://gsm4163209401xt.table.core.windows.net/","file":"https://gsm4163209401xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm916952798xt","name":"gsm916952798xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecsec","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:54:07.8478067Z","key2":"2023-01-05T21:54:07.8478067Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:54:07.8634091Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:54:07.8634091Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:54:07.8009289Z","primaryEndpoints":{"dfs":"https://gsm916952798xt.dfs.core.windows.net/","web":"https://gsm916952798xt.z1.web.core.windows.net/","blob":"https://gsm916952798xt.blob.core.windows.net/","queue":"https://gsm916952798xt.queue.core.windows.net/","table":"https://gsm916952798xt.table.core.windows.net/","file":"https://gsm916952798xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}}]}' headers: cache-control: - no-cache content-length: - - '42669' + - '87585' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:59:21 GMT + - Wed, 31 May 2023 18:46:11 GMT expires: - '-1' pragma: @@ -3701,14 +4082,16 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 384a3336-91ff-47c5-b2cd-9eb2643ac0f1 - - 2db5ff68-f930-4a5f-9566-debd26355b8f - - c29a55c6-c2f1-4b8e-bba3-e8aee04b168f - - ebd5009d-3c51-40b8-9420-3c22a5c4efe8 - - 7ee5282e-267f-468f-99f6-713440d79b4b - - 4ba10947-5a8e-491a-998e-d940aedda342 - - 941f40d3-4749-4ea6-a86a-d44c41c6bb5f - - 0bdead64-0c99-4f1e-9a9f-8ef3200039c4 + - cfbf1a09-8b1e-46b2-8f24-dcc21fe0f9b3 + - bc05c9e5-c813-4306-9e56-c7a4705ff64d + - 35e7d8cc-8686-4bbe-8e8c-721e6c1047e6 + - 8e22ca37-8c53-43c0-8dd5-cf9783fd8175 + - e9721d06-7982-4c1d-aa25-97a3e1895ad0 + - b0e7b26d-f404-4b0b-83e3-e9c68a337d78 + - 76494cab-e6db-4bd1-8cd5-b8a94cd2dd90 + - b3fb75f4-f3db-41a1-9f50-ad4671ebb086 + - de701b6c-437e-45cc-b440-736eabf305fa + - 0acdcfef-18c6-4d72-ac50-59e3eee0e74a status: code: 200 message: OK @@ -3726,12 +4109,12 @@ interactions: ParameterSetName: - -g -n --storage User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Storage/storageAccounts/cli000002?api-version=2022-09-01 response: body: - string: '{"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":"2023-03-06T14:54:24.1208364Z","key2":"2023-03-06T14:54:24.1208364Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6676739Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6676739Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:54:24.0114062Z","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"}}' + string: '{"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":"2023-05-31T18:41:42.9470699Z","key2":"2023-05-31T18:41:42.9470699Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.0564532Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.0564532Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:41:42.8377048Z","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"}}' headers: cache-control: - no-cache @@ -3740,7 +4123,7 @@ interactions: content-type: - application/json date: - - Mon, 06 Mar 2023 14:59:21 GMT + - Wed, 31 May 2023 18:46:12 GMT expires: - '-1' pragma: @@ -3772,8 +4155,8 @@ interactions: ParameterSetName: - -g -n --storage User-Agent: - - AZURECLI/2.46.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 response: @@ -3787,7 +4170,7 @@ interactions: content-type: - application/json; charset=UTF-8 date: - - Mon, 06 Mar 2023 14:59:21 GMT + - Wed, 31 May 2023 18:46:12 GMT expires: - '-1' pragma: @@ -3823,8 +4206,8 @@ interactions: Content-Type: - application/json User-Agent: - - AZURECLI/2.46.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default/disableConsole?api-version=2018-05-01 response: @@ -3838,7 +4221,7 @@ interactions: content-type: - application/json; charset=UTF-8 date: - - Mon, 06 Mar 2023 14:59:22 GMT + - Wed, 31 May 2023 18:46:12 GMT expires: - '-1' pragma: @@ -3872,7 +4255,7 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?$expand=instanceView&api-version=2022-11-01 response: @@ -3882,26 +4265,26 @@ interactions: \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-westus2\": - {\r\n \"principalId\": \"684d55e2-8922-4966-a660-2d38ca4a1711\",\r\n - \ \"clientId\": \"6d45cf55-f311-4228-97b0-c22ae418aad6\"\r\n }\r\n - \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"94bb0e59-1bcd-493b-aa53-580e2ad730d7\",\r\n + {\r\n \"principalId\": \"0fdff7b9-2496-486b-b380-a06601508170\",\r\n + \ \"clientId\": \"12f2a140-5109-4e1a-8aa0-d0517def37fb\"\r\n }\r\n + \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e1276c35-281a-423c-bf10-584729040d4b\",\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.202302100\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": - \"Linux\",\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n + \"18.04.202305220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\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_SERIALCONSOLE46W4L74TUUPDKTQIUNEVCDRGNWE77YHJM4DVRHN3I4J7UGNGQPGEM/providers/Microsoft.Compute/disks/cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLEYBTDMPVFAMGGCCEFYJE723YI3KNDBDCKZ3B7FO5KTOR5EQHAWV4LC/providers/Microsoft.Compute/disks/cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": - {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhoover\",\r\n + {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhkodiak\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n \ \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \ \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": @@ -3910,36 +4293,36 @@ interactions: \ \"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.9.0.4\",\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\": - \"2023-03-06T14:59:22+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": - []\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n - \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + {\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\": \"2023-05-31T18:46:13+00:00\"\r\n }\r\n + \ ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": + \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\r\n \"statuses\": + [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2023-03-06T14:58:04.5346581+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T18:44:54.7262174+00:00\"\r\n \ }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": - {\r\n \"consoleScreenshotBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli7hpi2h-94bb0e59-1bcd-493b-aa53-580e2ad730d7/cli000003.94bb0e59-1bcd-493b-aa53-580e2ad730d7.screenshot.bmp\",\r\n - \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli7hpi2h-94bb0e59-1bcd-493b-aa53-580e2ad730d7/cli000003.94bb0e59-1bcd-493b-aa53-580e2ad730d7.serialconsole.log\"\r\n + {\r\n \"consoleScreenshotBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli5gfzag-e1276c35-281a-423c-bf10-584729040d4b/cli000003.e1276c35-281a-423c-bf10-584729040d4b.screenshot.bmp\",\r\n + \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli5gfzag-e1276c35-281a-423c-bf10-584729040d4b/cli000003.e1276c35-281a-423c-bf10-584729040d4b.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\": \"2023-03-06T14:58:57.5189131+00:00\"\r\n },\r\n + \ \"time\": \"2023-05-31T18:45:45.1483217+00:00\"\r\n },\r\n \ {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n - \ ]\r\n },\r\n \"timeCreated\": \"2023-03-06T14:55:01.5508486+00:00\"\r\n + \ ]\r\n },\r\n \"timeCreated\": \"2023-05-31T18:42:17.6161655+00:00\"\r\n \ }\r\n}" headers: cache-control: - no-cache content-length: - - '5325' + - '5218' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:59:22 GMT + - Wed, 31 May 2023 18:46:13 GMT expires: - '-1' pragma: @@ -3956,7 +4339,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3952,Microsoft.Compute/LowCostGet30Min;31932 + - Microsoft.Compute/LowCostGet3Min;3943,Microsoft.Compute/LowCostGet30Min;31930 status: code: 200 message: OK @@ -3972,21 +4355,21 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/storageAccounts?api-version=2022-09-01 response: body: - string: '{"value":[{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-eastus/providers/Microsoft.Storage/storageAccounts/cs210032001f4814ba9","name":"cs210032001f4814ba9","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-05-16T14:16:22.3477819Z","key2":"2022-05-16T14:16:22.3477819Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-16T14:16:22.3477819Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-16T14:16:22.3477819Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-16T14:16:22.2227752Z","primaryEndpoints":{"dfs":"https://cs210032001f4814ba9.dfs.core.windows.net/","web":"https://cs210032001f4814ba9.z13.web.core.windows.net/","blob":"https://cs210032001f4814ba9.blob.core.windows.net/","queue":"https://cs210032001f4814ba9.queue.core.windows.net/","table":"https://cs210032001f4814ba9.table.core.windows.net/","file":"https://cs210032001f4814ba9.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/guidomassonitest-rg/providers/Microsoft.Storage/storageAccounts/guidomassonitestrg88ad","name":"guidomassonitestrg88ad","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-01-23T18:52:02.5484088Z","key2":"2023-01-23T18:52:02.5484088Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-23T18:52:02.5484088Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-23T18:52:02.5484088Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-01-23T18:52:02.4077698Z","primaryEndpoints":{"blob":"https://guidomassonitestrg88ad.blob.core.windows.net/","queue":"https://guidomassonitestrg88ad.queue.core.windows.net/","table":"https://guidomassonitestrg88ad.table.core.windows.net/","file":"https://guidomassonitestrg88ad.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guidomtesttrafficmanagerrg/providers/Microsoft.Storage/storageAccounts/guidomteststoraccfortm","name":"guidomteststoraccfortm","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-10-18T18:01:13.5231266Z","key2":"2022-10-18T18:01:13.5231266Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-10-18T18:01:13.5387607Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-10-18T18:01:13.5387607Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-10-18T18:01:13.3825002Z","primaryEndpoints":{"dfs":"https://guidomteststoraccfortm.dfs.core.windows.net/","web":"https://guidomteststoraccfortm.z13.web.core.windows.net/","blob":"https://guidomteststoraccfortm.blob.core.windows.net/","queue":"https://guidomteststoraccfortm.queue.core.windows.net/","table":"https://guidomteststoraccfortm.table.core.windows.net/","file":"https://guidomteststoraccfortm.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://guidomteststoraccfortm-secondary.dfs.core.windows.net/","web":"https://guidomteststoraccfortm-secondary.z13.web.core.windows.net/","blob":"https://guidomteststoraccfortm-secondary.blob.core.windows.net/","queue":"https://guidomteststoraccfortm-secondary.queue.core.windows.net/","table":"https://guidomteststoraccfortm-secondary.table.core.windows.net/"}}},{"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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnervmrg-eastus/providers/Microsoft.Storage/storageAccounts/scrunneri2ezqh4xu2wqq","name":"scrunneri2ezqh4xu2wqq","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:01:12.9383535Z","key2":"2023-02-11T08:01:12.9383535Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:01:12.9383535Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:01:12.9383535Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:01:12.6883669Z","primaryEndpoints":{"blob":"https://scrunneri2ezqh4xu2wqq.blob.core.windows.net/","queue":"https://scrunneri2ezqh4xu2wqq.queue.core.windows.net/","table":"https://scrunneri2ezqh4xu2wqq.table.core.windows.net/","file":"https://scrunneri2ezqh4xu2wqq.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yuas-rg/providers/Microsoft.Storage/storageAccounts/yuasstorageacct","name":"yuasstorageacct","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-08-02T12:18:18.8547131Z","key2":"2022-08-02T12:18:18.8547131Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-08-02T12:18:18.8547131Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-08-02T12:18:18.8547131Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-08-02T12:18:18.7140969Z","primaryEndpoints":{"dfs":"https://yuasstorageacct.dfs.core.windows.net/","web":"https://yuasstorageacct.z13.web.core.windows.net/","blob":"https://yuasstorageacct.blob.core.windows.net/","queue":"https://yuasstorageacct.queue.core.windows.net/","table":"https://yuasstorageacct.table.core.windows.net/","file":"https://yuasstorageacct.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yuasstorageacct-secondary.dfs.core.windows.net/","web":"https://yuasstorageacct-secondary.z13.web.core.windows.net/","blob":"https://yuasstorageacct-secondary.blob.core.windows.net/","queue":"https://yuasstorageacct-secondary.queue.core.windows.net/","table":"https://yuasstorageacct-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bkerrigan-dev-rg/providers/Microsoft.Storage/storageAccounts/bktestsa2","name":"bktestsa2","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","immutableStorageWithVersioning":{"enabled":true},"keyCreationTime":{"key1":"2022-09-27T23:58:45.6496284Z","key2":"2022-09-27T23:58:45.6496284Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-09-27T23:58:46.2902461Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-09-27T23:58:46.2902461Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Cool","provisioningState":"Succeeded","creationTime":"2022-09-27T23:58:45.5558609Z","primaryEndpoints":{"dfs":"https://bktestsa2.dfs.core.windows.net/","web":"https://bktestsa2.z20.web.core.windows.net/","blob":"https://bktestsa2.blob.core.windows.net/","queue":"https://bktestsa2.queue.core.windows.net/","table":"https://bktestsa2.table.core.windows.net/","file":"https://bktestsa2.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/SCRunner/providers/Microsoft.Storage/storageAccounts/scrunnerstorage","name":"scrunnerstorage","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rhoover/providers/Microsoft.Storage/storageAccounts/rhooverstorage","name":"rhooverstorage","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-05-26T17:14:23.5085026Z","key2":"2022-05-26T17:14:23.5085026Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T17:14:23.5241285Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T17:14:23.5241285Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-26T17:14:23.4147520Z","primaryEndpoints":{"dfs":"https://rhooverstorage.dfs.core.windows.net/","web":"https://rhooverstorage.z21.web.core.windows.net/","blob":"https://rhooverstorage.blob.core.windows.net/","queue":"https://rhooverstorage.queue.core.windows.net/","table":"https://rhooverstorage.table.core.windows.net/","file":"https://rhooverstorage.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/scrunnervmrg-australiaeast/providers/Microsoft.Storage/storageAccounts/scrunner56hymyctm4kw2","name":"scrunner56hymyctm4kw2","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:42:58.2414102Z","key2":"2023-02-11T08:42:58.2414102Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:42:59.3196006Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:42:59.3196006Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:42:58.1476588Z","primaryEndpoints":{"blob":"https://scrunner56hymyctm4kw2.blob.core.windows.net/","queue":"https://scrunner56hymyctm4kw2.queue.core.windows.net/","table":"https://scrunner56hymyctm4kw2.table.core.windows.net/","file":"https://scrunner56hymyctm4kw2.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsolestuzi7ftnukpi2fyagwys225gbsh73m2h2z7zwjnemrgl5jrfrevg/providers/Microsoft.Storage/storageAccounts/clij3widgfvooidlncm4zwgr","name":"clij3widgfvooidlncm4zwgr","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T14:54:24.1363998Z","key2":"2023-03-06T14:54:24.1363998Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6364190Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6364190Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:54:24.0114062Z","primaryEndpoints":{"blob":"https://clij3widgfvooidlncm4zwgr.blob.core.windows.net/","queue":"https://clij3widgfvooidlncm4zwgr.queue.core.windows.net/","table":"https://clij3widgfvooidlncm4zwgr.table.core.windows.net/","file":"https://clij3widgfvooidlncm4zwgr.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_serialconsolek4hibhcaoukjiclxhnksydes553f4t7r3glwjvxloifh37s6yqdk5/providers/Microsoft.Storage/storageAccounts/cliln4rgfngepmlxlmpwv5wk","name":"cliln4rgfngepmlxlmpwv5wk","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T14:58:59.2000914Z","key2":"2023-03-06T14:58:59.2000914Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:58:59.8876132Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:58:59.8876132Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:58:59.1063047Z","primaryEndpoints":{"blob":"https://cliln4rgfngepmlxlmpwv5wk.blob.core.windows.net/","queue":"https://cliln4rgfngepmlxlmpwv5wk.queue.core.windows.net/","table":"https://cliln4rgfngepmlxlmpwv5wk.table.core.windows.net/","file":"https://cliln4rgfngepmlxlmpwv5wk.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_serialconsolex4geueyy52iloaspyxz3rrqwxv2syvnkjiljxbv522buwxqpiljme/providers/Microsoft.Storage/storageAccounts/clipf6qz5nxegbgku5yqzkd2","name":"clipf6qz5nxegbgku5yqzkd2","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T07:45:44.7937561Z","key2":"2023-03-06T07:45:44.7937561Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:45:45.1687946Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:45:45.1687946Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T07:45:44.7000168Z","primaryEndpoints":{"blob":"https://clipf6qz5nxegbgku5yqzkd2.blob.core.windows.net/","queue":"https://clipf6qz5nxegbgku5yqzkd2.queue.core.windows.net/","table":"https://clipf6qz5nxegbgku5yqzkd2.table.core.windows.net/","file":"https://clipf6qz5nxegbgku5yqzkd2.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_serialconsolep35rualbmodx4sho6gltgwspkbsxnsj34im3hqgkvnopy3hqugcaw/providers/Microsoft.Storage/storageAccounts/clite7vcjveueljfi27rolvu","name":"clite7vcjveueljfi27rolvu","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T14:54:23.8082415Z","key2":"2023-03-06T14:54:23.8082415Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.5270280Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.5270280Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:54:23.6989027Z","primaryEndpoints":{"blob":"https://clite7vcjveueljfi27rolvu.blob.core.windows.net/","queue":"https://clite7vcjveueljfi27rolvu.queue.core.windows.net/","table":"https://clite7vcjveueljfi27rolvu.table.core.windows.net/","file":"https://clite7vcjveueljfi27rolvu.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_serialconsoledcvrpndxic4emeqq5apwkns4qa5owpy4jn3b536ks35zdrmn7bl5k/providers/Microsoft.Storage/storageAccounts/cliwqnm2fo7pftnxlk7c734i","name":"cliwqnm2fo7pftnxlk7c734i","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T07:34:57.7461613Z","key2":"2023-03-06T07:34:57.7461613Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:34:57.9961851Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:34:57.9961851Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T07:34:57.6368148Z","primaryEndpoints":{"blob":"https://cliwqnm2fo7pftnxlk7c734i.blob.core.windows.net/","queue":"https://cliwqnm2fo7pftnxlk7c734i.queue.core.windows.net/","table":"https://cliwqnm2fo7pftnxlk7c734i.table.core.windows.net/","file":"https://cliwqnm2fo7pftnxlk7c734i.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":"2023-03-06T14:54:24.1208364Z","key2":"2023-03-06T14:54:24.1208364Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6676739Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6676739Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:54:24.0114062Z","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/guptar2/providers/Microsoft.Storage/storageAccounts/guptar2diagnosticsv1","name":"guptar2diagnosticsv1","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-05T17:21:41.8250582Z","key2":"2022-04-05T17:21:41.8250582Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:21:41.8250582Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:21:41.8250582Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-05T17:21:41.7313240Z","primaryEndpoints":{"blob":"https://guptar2diagnosticsv1.blob.core.windows.net/","queue":"https://guptar2diagnosticsv1.queue.core.windows.net/","table":"https://guptar2diagnosticsv1.table.core.windows.net/","file":"https://guptar2diagnosticsv1.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guptar2/providers/Microsoft.Storage/storageAccounts/guptar2diagnosticsv2","name":"guptar2diagnosticsv2","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-04-05T17:22:55.8411567Z","key2":"2022-04-05T17:22:55.8411567Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"resourceAccessRules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[{"value":"20.98.146.84","action":"Allow"},{"value":"20.83.222.102","action":"Allow"},{"value":"20.98.194.64","action":"Allow"},{"value":"20.69.5.162","action":"Allow"}],"defaultAction":"Deny"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:22:55.8411567Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:22:55.8411567Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-05T17:22:55.7318000Z","primaryEndpoints":{"dfs":"https://guptar2diagnosticsv2.dfs.core.windows.net/","web":"https://guptar2diagnosticsv2.z5.web.core.windows.net/","blob":"https://guptar2diagnosticsv2.blob.core.windows.net/","queue":"https://guptar2diagnosticsv2.queue.core.windows.net/","table":"https://guptar2diagnosticsv2.table.core.windows.net/","file":"https://guptar2diagnosticsv2.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sericonrp-trafficmanager/providers/Microsoft.Storage/storageAccounts/sericonrpdevtmstorage","name":"sericonrpdevtmstorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-11-30T19:15:41.5013570Z","key2":"2022-11-30T19:15:41.5013570Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-11-30T19:15:42.0638737Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-11-30T19:15:42.0638737Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-11-30T19:15:41.4075777Z","primaryEndpoints":{"dfs":"https://sericonrpdevtmstorage.dfs.core.windows.net/","web":"https://sericonrpdevtmstorage.z5.web.core.windows.net/","blob":"https://sericonrpdevtmstorage.blob.core.windows.net/","queue":"https://sericonrpdevtmstorage.queue.core.windows.net/","table":"https://sericonrpdevtmstorage.table.core.windows.net/","file":"https://sericonrpdevtmstorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sericonrpdevtmstorage-secondary.dfs.core.windows.net/","web":"https://sericonrpdevtmstorage-secondary.z5.web.core.windows.net/","blob":"https://sericonrpdevtmstorage-secondary.blob.core.windows.net/","queue":"https://sericonrpdevtmstorage-secondary.queue.core.windows.net/","table":"https://sericonrpdevtmstorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ops/providers/Microsoft.Storage/storageAccounts/sericonstorage","name":"sericonstorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2023-03-05T19:58:00.4355863Z","key2":"2023-03-05T19:58:00.4355863Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-05T19:58:00.9824831Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-05T19:58:00.9824831Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-03-05T19:58:00.3262342Z","primaryEndpoints":{"dfs":"https://sericonstorage.dfs.core.windows.net/","web":"https://sericonstorage.z5.web.core.windows.net/","blob":"https://sericonstorage.blob.core.windows.net/","queue":"https://sericonstorage.queue.core.windows.net/","table":"https://sericonstorage.table.core.windows.net/","file":"https://sericonstorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rhoover-dev-rg/providers/Microsoft.Storage/storageAccounts/rhooverdevrgdiag","name":"rhooverdevrgdiag","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-06-20T19:39:24.4605968Z","key2":"2022-06-20T19:39:24.4605968Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":false,"networkAcls":{"resourceAccessRules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[{"value":"20.98.146.84","action":"Allow"},{"value":"20.98.194.64","action":"Allow"},{"value":"20.69.5.162","action":"Allow"},{"value":"20.83.222.102","action":"Allow"},{"value":"76.197.206.105","action":"Allow"}],"defaultAction":"Deny"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-20T19:39:24.4762287Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-20T19:39:24.4762287Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-20T19:39:24.4137057Z","primaryEndpoints":{"blob":"https://rhooverdevrgdiag.blob.core.windows.net/","queue":"https://rhooverdevrgdiag.queue.core.windows.net/","table":"https://rhooverdevrgdiag.table.core.windows.net/","file":"https://rhooverdevrgdiag.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnervmrg-westcentralus/providers/Microsoft.Storage/storageAccounts/scrunneraoptpjec4skce","name":"scrunneraoptpjec4skce","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:40:40.0686467Z","key2":"2023-02-11T08:40:40.0686467Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:40:40.5842822Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:40:40.5842822Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:40:40.0061730Z","primaryEndpoints":{"blob":"https://scrunneraoptpjec4skce.blob.core.windows.net/","queue":"https://scrunneraoptpjec4skce.queue.core.windows.net/","table":"https://scrunneraoptpjec4skce.table.core.windows.net/","file":"https://scrunneraoptpjec4skce.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-westcentralus/providers/Microsoft.Storage/storageAccounts/scrunnerrfscmqxeni3uq","name":"scrunnerrfscmqxeni3uq","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/ubuntu-westus3_group/providers/Microsoft.Storage/storageAccounts/ubuntuwestus3groupdiag","name":"ubuntuwestus3groupdiag","type":"Microsoft.Storage/storageAccounts","location":"westus3","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-18T19:48:38.9882588Z","key2":"2022-04-18T19:48:38.9882588Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-18T19:48:38.9882588Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-18T19:48:38.9882588Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-18T19:48:38.9258191Z","primaryEndpoints":{"blob":"https://ubuntuwestus3groupdiag.blob.core.windows.net/","queue":"https://ubuntuwestus3groupdiag.queue.core.windows.net/","table":"https://ubuntuwestus3groupdiag.table.core.windows.net/","file":"https://ubuntuwestus3groupdiag.file.core.windows.net/"},"primaryLocation":"westus3","statusOfPrimary":"available"}}]}' + string: '{"value":[{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1043690549xt","name":"gsm1043690549xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2022-12-31T04:18:29.2926413Z","key2":"2022-12-25T23:25:55.8307065Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:56.6813607Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:56.6813607Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:56.5251102Z","primaryEndpoints":{"blob":"https://gsm1043690549xt.blob.core.windows.net/","queue":"https://gsm1043690549xt.queue.core.windows.net/","table":"https://gsm1043690549xt.table.core.windows.net/","file":"https://gsm1043690549xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1117986772xt","name":"gsm1117986772xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuse","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-04-03T10:54:38.3446142Z","key2":"2023-03-28T13:38:53.8995172Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-10T22:33:17.7969604Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-10T22:33:17.7969604Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-10T22:33:17.7344354Z","primaryEndpoints":{"dfs":"https://gsm1117986772xt.dfs.core.windows.net/","web":"https://gsm1117986772xt.z13.web.core.windows.net/","blob":"https://gsm1117986772xt.blob.core.windows.net/","queue":"https://gsm1117986772xt.queue.core.windows.net/","table":"https://gsm1117986772xt.table.core.windows.net/","file":"https://gsm1117986772xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1284065332xt","name":"gsm1284065332xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2022-12-29T15:04:07.1834140Z","key2":"2022-12-24T15:02:48.3875221Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:58.4782463Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:58.4782463Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:58.3219980Z","primaryEndpoints":{"blob":"https://gsm1284065332xt.blob.core.windows.net/","queue":"https://gsm1284065332xt.queue.core.windows.net/","table":"https://gsm1284065332xt.table.core.windows.net/","file":"https://gsm1284065332xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1660928445xt","name":"gsm1660928445xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2022-12-30T02:54:38.2414616Z","key2":"2022-12-25T02:53:27.9902241Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:55.5719858Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:55.5719858Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:55.4313594Z","primaryEndpoints":{"blob":"https://gsm1660928445xt.blob.core.windows.net/","queue":"https://gsm1660928445xt.queue.core.windows.net/","table":"https://gsm1660928445xt.table.core.windows.net/","file":"https://gsm1660928445xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1229178215xt","name":"gsm1229178215xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-05-21T20:36:24.1125096Z","key2":"2023-05-16T12:59:19.4741702Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.4993530Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.4993530Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.4212234Z","primaryEndpoints":{"dfs":"https://gsm1229178215xt.dfs.core.windows.net/","web":"https://gsm1229178215xt.z20.web.core.windows.net/","blob":"https://gsm1229178215xt.blob.core.windows.net/","queue":"https://gsm1229178215xt.queue.core.windows.net/","table":"https://gsm1229178215xt.table.core.windows.net/","file":"https://gsm1229178215xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1456709414xt","name":"gsm1456709414xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-05-21T06:52:02.3706582Z","key2":"2023-05-16T06:50:56.8159280Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.7181103Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.7181103Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.6556583Z","primaryEndpoints":{"dfs":"https://gsm1456709414xt.dfs.core.windows.net/","web":"https://gsm1456709414xt.z20.web.core.windows.net/","blob":"https://gsm1456709414xt.blob.core.windows.net/","queue":"https://gsm1456709414xt.queue.core.windows.net/","table":"https://gsm1456709414xt.table.core.windows.net/","file":"https://gsm1456709414xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1460695472xt","name":"gsm1460695472xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuse2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-05-05T04:06:01.8082271Z","key2":"2023-04-30T04:04:55.5757766Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:12:17.4426654Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:12:17.4426654Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:12:17.3645192Z","primaryEndpoints":{"dfs":"https://gsm1460695472xt.dfs.core.windows.net/","web":"https://gsm1460695472xt.z20.web.core.windows.net/","blob":"https://gsm1460695472xt.blob.core.windows.net/","queue":"https://gsm1460695472xt.queue.core.windows.net/","table":"https://gsm1460695472xt.table.core.windows.net/","file":"https://gsm1460695472xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2007663765xt","name":"gsm2007663765xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-05-19T09:29:46.7661468Z","key2":"2023-05-14T09:28:41.5530938Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.5150262Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.5150262Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.4368507Z","primaryEndpoints":{"dfs":"https://gsm2007663765xt.dfs.core.windows.net/","web":"https://gsm2007663765xt.z20.web.core.windows.net/","blob":"https://gsm2007663765xt.blob.core.windows.net/","queue":"https://gsm2007663765xt.queue.core.windows.net/","table":"https://gsm2007663765xt.table.core.windows.net/","file":"https://gsm2007663765xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2012629196xt","name":"gsm2012629196xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-05-03T19:01:10.2022709Z","key2":"2023-04-28T18:59:28.8935989Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.7012347Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.7012347Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:09.6074718Z","primaryEndpoints":{"dfs":"https://gsm2012629196xt.dfs.core.windows.net/","web":"https://gsm2012629196xt.z20.web.core.windows.net/","blob":"https://gsm2012629196xt.blob.core.windows.net/","queue":"https://gsm2012629196xt.queue.core.windows.net/","table":"https://gsm2012629196xt.table.core.windows.net/","file":"https://gsm2012629196xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2121776810xt","name":"gsm2121776810xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"","GenevaWPMonikerName":"SeriConRPAzsecuse2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-23T09:56:45.3229575Z","key2":"2022-12-17T22:52:57.1579634Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:58:18.8692726Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:58:18.8692726Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-09T23:58:18.7598975Z","primaryEndpoints":{"blob":"https://gsm2121776810xt.blob.core.windows.net/","queue":"https://gsm2121776810xt.queue.core.windows.net/","table":"https://gsm2121776810xt.table.core.windows.net/","file":"https://gsm2121776810xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm226956555xt","name":"gsm226956555xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-05-06T05:24:12.6559459Z","key2":"2023-05-01T05:22:37.0901103Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:08.8262029Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:08.8262029Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:08.7324504Z","primaryEndpoints":{"dfs":"https://gsm226956555xt.dfs.core.windows.net/","web":"https://gsm226956555xt.z20.web.core.windows.net/","blob":"https://gsm226956555xt.blob.core.windows.net/","queue":"https://gsm226956555xt.queue.core.windows.net/","table":"https://gsm226956555xt.table.core.windows.net/","file":"https://gsm226956555xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm683268085xt","name":"gsm683268085xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-05-06T02:53:55.0895748Z","key2":"2023-05-01T02:52:17.4623442Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.1074642Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.1074642Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:09.0137094Z","primaryEndpoints":{"dfs":"https://gsm683268085xt.dfs.core.windows.net/","web":"https://gsm683268085xt.z20.web.core.windows.net/","blob":"https://gsm683268085xt.blob.core.windows.net/","queue":"https://gsm683268085xt.queue.core.windows.net/","table":"https://gsm683268085xt.table.core.windows.net/","file":"https://gsm683268085xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/hackforgsmuse2","name":"hackforgsmuse2","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"","GenevaWPMonikerName":"HackForGSMUSE2"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:00:49.6669890Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:00:49.6669890Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-09T23:00:49.5419849Z","primaryEndpoints":{"blob":"https://hackforgsmuse2.blob.core.windows.net/","queue":"https://hackforgsmuse2.queue.core.windows.net/","table":"https://hackforgsmuse2.table.core.windows.net/","file":"https://hackforgsmuse2.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1272766413xt","name":"gsm1272766413xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-26T12:50:22.9754194Z","key2":"2023-01-21T02:57:10.6219025Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.2651368Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.2651368Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:08.1869875Z","primaryEndpoints":{"dfs":"https://gsm1272766413xt.dfs.core.windows.net/","web":"https://gsm1272766413xt.z22.web.core.windows.net/","blob":"https://gsm1272766413xt.blob.core.windows.net/","queue":"https://gsm1272766413xt.queue.core.windows.net/","table":"https://gsm1272766413xt.table.core.windows.net/","file":"https://gsm1272766413xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1406960057xt","name":"gsm1406960057xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-28T16:26:46.4096191Z","key2":"2023-01-23T02:04:13.0813787Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:07.9369692Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:07.9369692Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:07.8588528Z","primaryEndpoints":{"dfs":"https://gsm1406960057xt.dfs.core.windows.net/","web":"https://gsm1406960057xt.z22.web.core.windows.net/","blob":"https://gsm1406960057xt.blob.core.windows.net/","queue":"https://gsm1406960057xt.queue.core.windows.net/","table":"https://gsm1406960057xt.table.core.windows.net/","file":"https://gsm1406960057xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1998073872xt","name":"gsm1998073872xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-05-26T18:20:44.5735809Z","key2":"2023-05-21T05:23:46.0278541Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-02T21:00:19.3734252Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-02T21:00:19.3734252Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-06-02T21:00:19.2952836Z","primaryEndpoints":{"dfs":"https://gsm1998073872xt.dfs.core.windows.net/","web":"https://gsm1998073872xt.z22.web.core.windows.net/","blob":"https://gsm1998073872xt.blob.core.windows.net/","queue":"https://gsm1998073872xt.queue.core.windows.net/","table":"https://gsm1998073872xt.table.core.windows.net/","file":"https://gsm1998073872xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm56088856xt","name":"gsm56088856xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-26T09:21:20.1673955Z","key2":"2023-01-21T09:20:08.4251477Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.0619664Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.0619664Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:07.9838401Z","primaryEndpoints":{"dfs":"https://gsm56088856xt.dfs.core.windows.net/","web":"https://gsm56088856xt.z22.web.core.windows.net/","blob":"https://gsm56088856xt.blob.core.windows.net/","queue":"https://gsm56088856xt.queue.core.windows.net/","table":"https://gsm56088856xt.table.core.windows.net/","file":"https://gsm56088856xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1079311536xt","name":"gsm1079311536xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecweu","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-23T05:17:15.8192673Z","key2":"2023-01-17T15:45:49.1931322Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:33:55.5639421Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:33:55.5639421Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-31T20:33:55.4858374Z","primaryEndpoints":{"dfs":"https://gsm1079311536xt.dfs.core.windows.net/","web":"https://gsm1079311536xt.z6.web.core.windows.net/","blob":"https://gsm1079311536xt.blob.core.windows.net/","queue":"https://gsm1079311536xt.queue.core.windows.net/","table":"https://gsm1079311536xt.table.core.windows.net/","file":"https://gsm1079311536xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1212953208xt","name":"gsm1212953208xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityweu","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-27T10:06:11.5827190Z","key2":"2023-01-22T10:04:24.4048026Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.1266253Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.1266253Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:09.0484965Z","primaryEndpoints":{"dfs":"https://gsm1212953208xt.dfs.core.windows.net/","web":"https://gsm1212953208xt.z6.web.core.windows.net/","blob":"https://gsm1212953208xt.blob.core.windows.net/","queue":"https://gsm1212953208xt.queue.core.windows.net/","table":"https://gsm1212953208xt.table.core.windows.net/","file":"https://gsm1212953208xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1920423455xt","name":"gsm1920423455xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagweu","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-26T08:22:35.7453186Z","key2":"2023-01-21T08:20:33.7244599Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:08.9859884Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:08.9859884Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:08.9078572Z","primaryEndpoints":{"dfs":"https://gsm1920423455xt.dfs.core.windows.net/","web":"https://gsm1920423455xt.z6.web.core.windows.net/","blob":"https://gsm1920423455xt.blob.core.windows.net/","queue":"https://gsm1920423455xt.queue.core.windows.net/","table":"https://gsm1920423455xt.table.core.windows.net/","file":"https://gsm1920423455xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm757504717xt","name":"gsm757504717xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditweu","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-27T08:12:19.1858523Z","key2":"2023-01-22T08:11:09.9357435Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.4079128Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.4079128Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:09.3298787Z","primaryEndpoints":{"dfs":"https://gsm757504717xt.dfs.core.windows.net/","web":"https://gsm757504717xt.z6.web.core.windows.net/","blob":"https://gsm757504717xt.blob.core.windows.net/","queue":"https://gsm757504717xt.queue.core.windows.net/","table":"https://gsm757504717xt.table.core.windows.net/","file":"https://gsm757504717xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1364877148xt","name":"gsm1364877148xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditase","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2021-04-29T17:55:11.7577346Z","key2":"2023-03-15T18:36:22.0032549Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.7343798Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.7343798Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:41.6719189Z","primaryEndpoints":{"dfs":"https://gsm1364877148xt.dfs.core.windows.net/","web":"https://gsm1364877148xt.z23.web.core.windows.net/","blob":"https://gsm1364877148xt.blob.core.windows.net/","queue":"https://gsm1364877148xt.queue.core.windows.net/","table":"https://gsm1364877148xt.table.core.windows.net/","file":"https://gsm1364877148xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm293072282xt","name":"gsm293072282xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagase","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-03-17T11:20:27.0757277Z","key2":"2023-03-11T15:43:18.2538811Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:40.4843241Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:40.4843241Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:40.4530856Z","primaryEndpoints":{"dfs":"https://gsm293072282xt.dfs.core.windows.net/","web":"https://gsm293072282xt.z23.web.core.windows.net/","blob":"https://gsm293072282xt.blob.core.windows.net/","queue":"https://gsm293072282xt.queue.core.windows.net/","table":"https://gsm293072282xt.table.core.windows.net/","file":"https://gsm293072282xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm652881509xt","name":"gsm652881509xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecase","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-23T02:48:19.2605229Z","key2":"2023-01-17T08:03:51.5853536Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:27:01.7959092Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:27:01.7959092Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-31T20:27:01.7334373Z","primaryEndpoints":{"dfs":"https://gsm652881509xt.dfs.core.windows.net/","web":"https://gsm652881509xt.z23.web.core.windows.net/","blob":"https://gsm652881509xt.blob.core.windows.net/","queue":"https://gsm652881509xt.queue.core.windows.net/","table":"https://gsm652881509xt.table.core.windows.net/","file":"https://gsm652881509xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm665873655xt","name":"gsm665873655xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityase","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-03-15T22:08:39.3406329Z","key2":"2023-03-10T07:30:08.4982799Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.3280923Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.3280923Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:41.2812263Z","primaryEndpoints":{"dfs":"https://gsm665873655xt.dfs.core.windows.net/","web":"https://gsm665873655xt.z23.web.core.windows.net/","blob":"https://gsm665873655xt.blob.core.windows.net/","queue":"https://gsm665873655xt.queue.core.windows.net/","table":"https://gsm665873655xt.table.core.windows.net/","file":"https://gsm665873655xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1013760812xt","name":"gsm1013760812xt","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecussc","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-28T14:46:18.9021520Z","key2":"2023-01-23T08:40:45.9176662Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-01T23:35:19.3043038Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-01T23:35:19.3043038Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-01T23:35:19.2092898Z","primaryEndpoints":{"dfs":"https://gsm1013760812xt.dfs.core.windows.net/","web":"https://gsm1013760812xt.z21.web.core.windows.net/","blob":"https://gsm1013760812xt.blob.core.windows.net/","queue":"https://gsm1013760812xt.queue.core.windows.net/","table":"https://gsm1013760812xt.table.core.windows.net/","file":"https://gsm1013760812xt.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1481752393xt","name":"gsm1481752393xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditaue","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2022-12-11T02:08:01.5135580Z","key2":"2022-12-06T02:06:17.2106220Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.9325477Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.9325477Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.8699546Z","primaryEndpoints":{"dfs":"https://gsm1481752393xt.dfs.core.windows.net/","web":"https://gsm1481752393xt.z8.web.core.windows.net/","blob":"https://gsm1481752393xt.blob.core.windows.net/","queue":"https://gsm1481752393xt.queue.core.windows.net/","table":"https://gsm1481752393xt.table.core.windows.net/","file":"https://gsm1481752393xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm175927945xt","name":"gsm175927945xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagaue","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2022-12-12T13:02:05.1185199Z","key2":"2022-12-07T13:00:29.7909142Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6824967Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6824967Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.6043190Z","primaryEndpoints":{"dfs":"https://gsm175927945xt.dfs.core.windows.net/","web":"https://gsm175927945xt.z8.web.core.windows.net/","blob":"https://gsm175927945xt.blob.core.windows.net/","queue":"https://gsm175927945xt.queue.core.windows.net/","table":"https://gsm175927945xt.table.core.windows.net/","file":"https://gsm175927945xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1929878860xt","name":"gsm1929878860xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecaue","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-03-09T13:55:08.5541466Z","key2":"2023-03-03T11:35:56.1217273Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-11T00:59:46.7551547Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-11T00:59:46.7551547Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-03-11T00:59:46.6769818Z","primaryEndpoints":{"dfs":"https://gsm1929878860xt.dfs.core.windows.net/","web":"https://gsm1929878860xt.z8.web.core.windows.net/","blob":"https://gsm1929878860xt.blob.core.windows.net/","queue":"https://gsm1929878860xt.queue.core.windows.net/","table":"https://gsm1929878860xt.table.core.windows.net/","file":"https://gsm1929878860xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2273607188xt","name":"gsm2273607188xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditsy","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3565367Z","key2":"2023-01-05T03:42:01.3565367Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.8722599Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.8722599Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2940438Z","primaryEndpoints":{"dfs":"https://gsm2273607188xt.dfs.core.windows.net/","web":"https://gsm2273607188xt.z8.web.core.windows.net/","blob":"https://gsm2273607188xt.blob.core.windows.net/","queue":"https://gsm2273607188xt.queue.core.windows.net/","table":"https://gsm2273607188xt.table.core.windows.net/","file":"https://gsm2273607188xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm40701790xt","name":"gsm40701790xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityaue","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2022-12-11T06:35:36.7208308Z","key2":"2022-12-06T06:33:31.1701235Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6981732Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6981732Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.6043190Z","primaryEndpoints":{"dfs":"https://gsm40701790xt.dfs.core.windows.net/","web":"https://gsm40701790xt.z8.web.core.windows.net/","blob":"https://gsm40701790xt.blob.core.windows.net/","queue":"https://gsm40701790xt.queue.core.windows.net/","table":"https://gsm40701790xt.table.core.windows.net/","file":"https://gsm40701790xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm419531226xt","name":"gsm419531226xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecaue","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-11T06:40:10.3879897Z","key2":"2022-12-06T06:37:36.8335211Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:38:31.8079251Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:38:31.8079251Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:38:31.7454063Z","primaryEndpoints":{"dfs":"https://gsm419531226xt.dfs.core.windows.net/","web":"https://gsm419531226xt.z8.web.core.windows.net/","blob":"https://gsm419531226xt.blob.core.windows.net/","queue":"https://gsm419531226xt.queue.core.windows.net/","table":"https://gsm419531226xt.table.core.windows.net/","file":"https://gsm419531226xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm4207516453xt","name":"gsm4207516453xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecuritysy","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3252937Z","key2":"2023-01-05T03:42:01.3252937Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:02.0597744Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:02.0597744Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2627948Z","primaryEndpoints":{"dfs":"https://gsm4207516453xt.dfs.core.windows.net/","web":"https://gsm4207516453xt.z8.web.core.windows.net/","blob":"https://gsm4207516453xt.blob.core.windows.net/","queue":"https://gsm4207516453xt.queue.core.windows.net/","table":"https://gsm4207516453xt.table.core.windows.net/","file":"https://gsm4207516453xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm868844794xt","name":"gsm868844794xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagsy","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3252937Z","key2":"2023-01-05T03:42:01.3252937Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.9347064Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.9347064Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2315310Z","primaryEndpoints":{"dfs":"https://gsm868844794xt.dfs.core.windows.net/","web":"https://gsm868844794xt.z8.web.core.windows.net/","blob":"https://gsm868844794xt.blob.core.windows.net/","queue":"https://gsm868844794xt.queue.core.windows.net/","table":"https://gsm868844794xt.table.core.windows.net/","file":"https://gsm868844794xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsoleas6vtnnsjx3nov734dxsgph5roifuuwnjuwsoudoqv4xplej6nnkn/providers/Microsoft.Storage/storageAccounts/cli3wowftgy3elslo6atxmuk","name":"cli3wowftgy3elslo6atxmuk","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-05-31T18:41:43.1502414Z","key2":"2023-05-31T18:41:43.1502414Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.2439585Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.2439585Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:41:43.0408015Z","primaryEndpoints":{"blob":"https://cli3wowftgy3elslo6atxmuk.blob.core.windows.net/","queue":"https://cli3wowftgy3elslo6atxmuk.queue.core.windows.net/","table":"https://cli3wowftgy3elslo6atxmuk.table.core.windows.net/","file":"https://cli3wowftgy3elslo6atxmuk.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":"2023-05-31T18:41:42.9470699Z","key2":"2023-05-31T18:41:42.9470699Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.0564532Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.0564532Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:41:42.8377048Z","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_serialconsoletgsxr4tz7h5scelj4f6juueap2uaj7azd5er4gladp3aigyw2crbl/providers/Microsoft.Storage/storageAccounts/cliilintlwmv4jw5eb2pecwl","name":"cliilintlwmv4jw5eb2pecwl","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-05-31T18:41:43.0876680Z","key2":"2023-05-31T18:41:43.0876680Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.1970869Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.1970869Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:41:42.9784060Z","primaryEndpoints":{"blob":"https://cliilintlwmv4jw5eb2pecwl.blob.core.windows.net/","queue":"https://cliilintlwmv4jw5eb2pecwl.queue.core.windows.net/","table":"https://cliilintlwmv4jw5eb2pecwl.table.core.windows.net/","file":"https://cliilintlwmv4jw5eb2pecwl.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_serialconsolesbxmnhfu2kdxvg3qc7qqkxj2hfok5sm677vra5blvt5ww3pyu7l7s/providers/Microsoft.Storage/storageAccounts/cliqkemuv4vkdpjmrbijkmq5","name":"cliqkemuv4vkdpjmrbijkmq5","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-05-31T18:41:44.0252064Z","key2":"2023-05-31T18:41:44.0252064Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:44.1032995Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:44.1032995Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:41:43.9158183Z","primaryEndpoints":{"blob":"https://cliqkemuv4vkdpjmrbijkmq5.blob.core.windows.net/","queue":"https://cliqkemuv4vkdpjmrbijkmq5.queue.core.windows.net/","table":"https://cliqkemuv4vkdpjmrbijkmq5.table.core.windows.net/","file":"https://cliqkemuv4vkdpjmrbijkmq5.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1026482873xt","name":"gsm1026482873xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-25T03:35:32.2734558Z","key2":"2023-01-20T03:24:00.5425715Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:07.1214500Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:07.1214500Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:07.0432951Z","primaryEndpoints":{"dfs":"https://gsm1026482873xt.dfs.core.windows.net/","web":"https://gsm1026482873xt.z5.web.core.windows.net/","blob":"https://gsm1026482873xt.blob.core.windows.net/","queue":"https://gsm1026482873xt.queue.core.windows.net/","table":"https://gsm1026482873xt.table.core.windows.net/","file":"https://gsm1026482873xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1379084574xt","name":"gsm1379084574xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-24T14:33:18.3486639Z","key2":"2023-01-18T17:47:22.4239288Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.6631204Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.6631204Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.5693726Z","primaryEndpoints":{"blob":"https://gsm1379084574xt.blob.core.windows.net/","queue":"https://gsm1379084574xt.queue.core.windows.net/","table":"https://gsm1379084574xt.table.core.windows.net/","file":"https://gsm1379084574xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1447722388xt","name":"gsm1447722388xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-26T03:47:20.7184362Z","key2":"2023-01-21T03:46:01.7763634Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T23:22:24.4973514Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T23:22:24.4973514Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T23:22:24.4348196Z","primaryEndpoints":{"dfs":"https://gsm1447722388xt.dfs.core.windows.net/","web":"https://gsm1447722388xt.z5.web.core.windows.net/","blob":"https://gsm1447722388xt.blob.core.windows.net/","queue":"https://gsm1447722388xt.queue.core.windows.net/","table":"https://gsm1447722388xt.table.core.windows.net/","file":"https://gsm1447722388xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1476133271xt","name":"gsm1476133271xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-23T19:01:28.5846813Z","key2":"2023-01-18T18:38:43.7448823Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:39.0381165Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:39.0381165Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.8506247Z","primaryEndpoints":{"blob":"https://gsm1476133271xt.blob.core.windows.net/","queue":"https://gsm1476133271xt.queue.core.windows.net/","table":"https://gsm1476133271xt.table.core.windows.net/","file":"https://gsm1476133271xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1942585003xt","name":"gsm1942585003xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-22T17:48:26.2317506Z","key2":"2023-01-17T10:57:43.5758196Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.9600197Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.9600197Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.7881214Z","primaryEndpoints":{"blob":"https://gsm1942585003xt.blob.core.windows.net/","queue":"https://gsm1942585003xt.queue.core.windows.net/","table":"https://gsm1942585003xt.table.core.windows.net/","file":"https://gsm1942585003xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2056373296xt","name":"gsm2056373296xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsoleauditusw2","GenevaWPStorageGroupName":"azureserialconsoleaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-26T11:54:18.4226083Z","key2":"2023-01-21T11:53:06.6995339Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.7788645Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.7788645Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.7007646Z","primaryEndpoints":{"dfs":"https://gsm2056373296xt.dfs.core.windows.net/","web":"https://gsm2056373296xt.z5.web.core.windows.net/","blob":"https://gsm2056373296xt.blob.core.windows.net/","queue":"https://gsm2056373296xt.queue.core.windows.net/","table":"https://gsm2056373296xt.table.core.windows.net/","file":"https://gsm2056373296xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm357271585xt","name":"gsm357271585xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-27T12:15:08.6536157Z","key2":"2023-01-22T12:13:19.5800918Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.2776242Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.2776242Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:00.1995026Z","primaryEndpoints":{"dfs":"https://gsm357271585xt.dfs.core.windows.net/","web":"https://gsm357271585xt.z5.web.core.windows.net/","blob":"https://gsm357271585xt.blob.core.windows.net/","queue":"https://gsm357271585xt.queue.core.windows.net/","table":"https://gsm357271585xt.table.core.windows.net/","file":"https://gsm357271585xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm38273077xt","name":"gsm38273077xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsolesecurityusw2","GenevaWPStorageGroupName":"azureserialconsolesecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-25T09:51:31.3539534Z","key2":"2023-01-20T09:01:33.1340416Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.6225485Z","primaryEndpoints":{"dfs":"https://gsm38273077xt.dfs.core.windows.net/","web":"https://gsm38273077xt.z5.web.core.windows.net/","blob":"https://gsm38273077xt.blob.core.windows.net/","queue":"https://gsm38273077xt.queue.core.windows.net/","table":"https://gsm38273077xt.table.core.windows.net/","file":"https://gsm38273077xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm61894826xt","name":"gsm61894826xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-22T20:55:56.7960803Z","key2":"2022-12-17T11:13:48.1848332Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-10T01:07:27.7640567Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-10T01:07:27.7640567Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-10T01:07:27.6846918Z","primaryEndpoints":{"blob":"https://gsm61894826xt.blob.core.windows.net/","queue":"https://gsm61894826xt.queue.core.windows.net/","table":"https://gsm61894826xt.table.core.windows.net/","file":"https://gsm61894826xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm627614588xt","name":"gsm627614588xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsolediagusw2","GenevaWPStorageGroupName":"azureserialconsolediag"},"properties":{"keyCreationTime":{"key1":"2023-01-25T09:35:05.5956088Z","key2":"2023-01-20T03:22:09.3245854Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.6069267Z","primaryEndpoints":{"dfs":"https://gsm627614588xt.dfs.core.windows.net/","web":"https://gsm627614588xt.z5.web.core.windows.net/","blob":"https://gsm627614588xt.blob.core.windows.net/","queue":"https://gsm627614588xt.queue.core.windows.net/","table":"https://gsm627614588xt.table.core.windows.net/","file":"https://gsm627614588xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm704755552xt","name":"gsm704755552xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-25T21:11:36.8109587Z","key2":"2023-01-20T10:54:10.0603713Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.1058474Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.1058474Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:00.0276604Z","primaryEndpoints":{"dfs":"https://gsm704755552xt.dfs.core.windows.net/","web":"https://gsm704755552xt.z5.web.core.windows.net/","blob":"https://gsm704755552xt.blob.core.windows.net/","queue":"https://gsm704755552xt.queue.core.windows.net/","table":"https://gsm704755552xt.table.core.windows.net/","file":"https://gsm704755552xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm991680768xt","name":"gsm991680768xt","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuswc","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-03-31T15:08:16.2015333Z","key2":"2023-03-26T02:22:52.5217946Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-09T19:24:36.5205408Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-09T19:24:36.5205408Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-09T19:24:36.4580385Z","primaryEndpoints":{"dfs":"https://gsm991680768xt.dfs.core.windows.net/","web":"https://gsm991680768xt.z4.web.core.windows.net/","blob":"https://gsm991680768xt.blob.core.windows.net/","queue":"https://gsm991680768xt.queue.core.windows.net/","table":"https://gsm991680768xt.table.core.windows.net/","file":"https://gsm991680768xt.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available","secondaryLocation":"westus2","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2355697502xt","name":"gsm2355697502xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecuritysec","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:39.4380306Z","key2":"2023-01-05T21:51:39.4380306Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.4380306Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.4380306Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:39.3911570Z","primaryEndpoints":{"dfs":"https://gsm2355697502xt.dfs.core.windows.net/","web":"https://gsm2355697502xt.z1.web.core.windows.net/","blob":"https://gsm2355697502xt.blob.core.windows.net/","queue":"https://gsm2355697502xt.queue.core.windows.net/","table":"https://gsm2355697502xt.table.core.windows.net/","file":"https://gsm2355697502xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm3577301791xt","name":"gsm3577301791xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditsec","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:39.2349014Z","key2":"2023-01-05T21:51:39.2349014Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.2349014Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.2349014Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:39.1724007Z","primaryEndpoints":{"dfs":"https://gsm3577301791xt.dfs.core.windows.net/","web":"https://gsm3577301791xt.z1.web.core.windows.net/","blob":"https://gsm3577301791xt.blob.core.windows.net/","queue":"https://gsm3577301791xt.queue.core.windows.net/","table":"https://gsm3577301791xt.table.core.windows.net/","file":"https://gsm3577301791xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm4163209401xt","name":"gsm4163209401xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagsec","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:40.5161768Z","key2":"2023-01-05T21:51:40.5161768Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:40.5161768Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:40.5161768Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:40.4693012Z","primaryEndpoints":{"dfs":"https://gsm4163209401xt.dfs.core.windows.net/","web":"https://gsm4163209401xt.z1.web.core.windows.net/","blob":"https://gsm4163209401xt.blob.core.windows.net/","queue":"https://gsm4163209401xt.queue.core.windows.net/","table":"https://gsm4163209401xt.table.core.windows.net/","file":"https://gsm4163209401xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm916952798xt","name":"gsm916952798xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecsec","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:54:07.8478067Z","key2":"2023-01-05T21:54:07.8478067Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:54:07.8634091Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:54:07.8634091Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:54:07.8009289Z","primaryEndpoints":{"dfs":"https://gsm916952798xt.dfs.core.windows.net/","web":"https://gsm916952798xt.z1.web.core.windows.net/","blob":"https://gsm916952798xt.blob.core.windows.net/","queue":"https://gsm916952798xt.queue.core.windows.net/","table":"https://gsm916952798xt.table.core.windows.net/","file":"https://gsm916952798xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}}]}' headers: cache-control: - no-cache content-length: - - '42669' + - '87585' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:59:23 GMT + - Wed, 31 May 2023 18:46:13 GMT expires: - '-1' pragma: @@ -3998,14 +4381,16 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 7d88dd73-d50b-4809-aab8-6dae9409258f - - 772b8a67-f005-4473-b508-1f3362975f90 - - 8465d3bb-e524-4497-9e8d-a814b758a5cd - - b8802316-0a04-4b59-b74b-d04c6878767f - - 0bc1b431-65e5-4408-ab6f-6ee59f7dbb87 - - fa174405-060e-4048-9c96-17aca723f277 - - 9feb96e5-f4fe-4f51-9587-d85b975c1906 - - a6b6e4dd-5f85-499d-90c0-dedd3b570d64 + - 745c35c3-68e1-4322-84e4-b5c467e94ad4 + - cbb89663-9218-4bd9-b529-7df8e8517456 + - 5c5b851c-7c6e-48e0-bede-45c287da0914 + - 9f56838d-97d6-4b7e-8b4e-0a48daae424f + - eccda63c-fa55-4cc6-8636-6b230abb55ea + - 2d1c2011-6867-4ae6-8304-3c9f64967298 + - b7075594-2d58-447a-a216-003bfe3667da + - 1867fed6-0965-4117-b989-60b214fcf5d2 + - b7b510cc-c4fb-4e1f-8794-ecf70138c896 + - cead8a89-d9e1-49db-93c1-c2b80a355783 status: code: 200 message: OK @@ -4021,12 +4406,12 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Storage/storageAccounts/cli000002?api-version=2022-09-01 response: body: - string: '{"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":"2023-03-06T14:54:24.1208364Z","key2":"2023-03-06T14:54:24.1208364Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6676739Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6676739Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:54:24.0114062Z","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"}}' + string: '{"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":"2023-05-31T18:41:42.9470699Z","key2":"2023-05-31T18:41:42.9470699Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.0564532Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.0564532Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:41:42.8377048Z","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"}}' headers: cache-control: - no-cache @@ -4035,7 +4420,7 @@ interactions: content-type: - application/json date: - - Mon, 06 Mar 2023 14:59:23 GMT + - Wed, 31 May 2023 18:46:14 GMT expires: - '-1' pragma: @@ -4065,8 +4450,8 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.46.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 response: @@ -4080,7 +4465,7 @@ interactions: content-type: - application/json; charset=UTF-8 date: - - Mon, 06 Mar 2023 14:59:23 GMT + - Wed, 31 May 2023 18:46:15 GMT expires: - '-1' pragma: @@ -4116,8 +4501,8 @@ interactions: Content-Type: - application/json User-Agent: - - AZURECLI/2.46.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default/enableConsole?api-version=2018-05-01 response: @@ -4131,7 +4516,7 @@ interactions: content-type: - application/json; charset=UTF-8 date: - - Mon, 06 Mar 2023 14:59:24 GMT + - Wed, 31 May 2023 18:46:15 GMT expires: - '-1' pragma: @@ -4165,7 +4550,7 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?$expand=instanceView&api-version=2022-11-01 response: @@ -4175,26 +4560,26 @@ interactions: \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-westus2\": - {\r\n \"principalId\": \"684d55e2-8922-4966-a660-2d38ca4a1711\",\r\n - \ \"clientId\": \"6d45cf55-f311-4228-97b0-c22ae418aad6\"\r\n }\r\n - \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"94bb0e59-1bcd-493b-aa53-580e2ad730d7\",\r\n + {\r\n \"principalId\": \"0fdff7b9-2496-486b-b380-a06601508170\",\r\n + \ \"clientId\": \"12f2a140-5109-4e1a-8aa0-d0517def37fb\"\r\n }\r\n + \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e1276c35-281a-423c-bf10-584729040d4b\",\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.202302100\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": - \"Linux\",\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n + \"18.04.202305220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\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_SERIALCONSOLE46W4L74TUUPDKTQIUNEVCDRGNWE77YHJM4DVRHN3I4J7UGNGQPGEM/providers/Microsoft.Compute/disks/cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLEYBTDMPVFAMGGCCEFYJE723YI3KNDBDCKZ3B7FO5KTOR5EQHAWV4LC/providers/Microsoft.Compute/disks/cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": - {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhoover\",\r\n + {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhkodiak\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n \ \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \ \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": @@ -4203,36 +4588,36 @@ interactions: \ \"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.9.0.4\",\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\": - \"2023-03-06T14:59:22+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": - []\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n - \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + {\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\": \"2023-05-31T18:46:16+00:00\"\r\n }\r\n + \ ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": + \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\r\n \"statuses\": + [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2023-03-06T14:58:04.5346581+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T18:44:54.7262174+00:00\"\r\n \ }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": - {\r\n \"consoleScreenshotBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli7hpi2h-94bb0e59-1bcd-493b-aa53-580e2ad730d7/cli000003.94bb0e59-1bcd-493b-aa53-580e2ad730d7.screenshot.bmp\",\r\n - \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli7hpi2h-94bb0e59-1bcd-493b-aa53-580e2ad730d7/cli000003.94bb0e59-1bcd-493b-aa53-580e2ad730d7.serialconsole.log\"\r\n + {\r\n \"consoleScreenshotBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli5gfzag-e1276c35-281a-423c-bf10-584729040d4b/cli000003.e1276c35-281a-423c-bf10-584729040d4b.screenshot.bmp\",\r\n + \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli5gfzag-e1276c35-281a-423c-bf10-584729040d4b/cli000003.e1276c35-281a-423c-bf10-584729040d4b.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\": \"2023-03-06T14:58:57.5189131+00:00\"\r\n },\r\n + \ \"time\": \"2023-05-31T18:45:45.1483217+00:00\"\r\n },\r\n \ {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n - \ ]\r\n },\r\n \"timeCreated\": \"2023-03-06T14:55:01.5508486+00:00\"\r\n + \ ]\r\n },\r\n \"timeCreated\": \"2023-05-31T18:42:17.6161655+00:00\"\r\n \ }\r\n}" headers: cache-control: - no-cache content-length: - - '5325' + - '5218' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:59:24 GMT + - Wed, 31 May 2023 18:46:15 GMT expires: - '-1' pragma: @@ -4249,7 +4634,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3951,Microsoft.Compute/LowCostGet30Min;31931 + - Microsoft.Compute/LowCostGet3Min;3942,Microsoft.Compute/LowCostGet30Min;31929 status: code: 200 message: OK @@ -4265,21 +4650,21 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/storageAccounts?api-version=2022-09-01 response: body: - string: '{"value":[{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-eastus/providers/Microsoft.Storage/storageAccounts/cs210032001f4814ba9","name":"cs210032001f4814ba9","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-05-16T14:16:22.3477819Z","key2":"2022-05-16T14:16:22.3477819Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-16T14:16:22.3477819Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-16T14:16:22.3477819Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-16T14:16:22.2227752Z","primaryEndpoints":{"dfs":"https://cs210032001f4814ba9.dfs.core.windows.net/","web":"https://cs210032001f4814ba9.z13.web.core.windows.net/","blob":"https://cs210032001f4814ba9.blob.core.windows.net/","queue":"https://cs210032001f4814ba9.queue.core.windows.net/","table":"https://cs210032001f4814ba9.table.core.windows.net/","file":"https://cs210032001f4814ba9.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/guidomassonitest-rg/providers/Microsoft.Storage/storageAccounts/guidomassonitestrg88ad","name":"guidomassonitestrg88ad","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-01-23T18:52:02.5484088Z","key2":"2023-01-23T18:52:02.5484088Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-23T18:52:02.5484088Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-23T18:52:02.5484088Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-01-23T18:52:02.4077698Z","primaryEndpoints":{"blob":"https://guidomassonitestrg88ad.blob.core.windows.net/","queue":"https://guidomassonitestrg88ad.queue.core.windows.net/","table":"https://guidomassonitestrg88ad.table.core.windows.net/","file":"https://guidomassonitestrg88ad.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guidomtesttrafficmanagerrg/providers/Microsoft.Storage/storageAccounts/guidomteststoraccfortm","name":"guidomteststoraccfortm","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-10-18T18:01:13.5231266Z","key2":"2022-10-18T18:01:13.5231266Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-10-18T18:01:13.5387607Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-10-18T18:01:13.5387607Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-10-18T18:01:13.3825002Z","primaryEndpoints":{"dfs":"https://guidomteststoraccfortm.dfs.core.windows.net/","web":"https://guidomteststoraccfortm.z13.web.core.windows.net/","blob":"https://guidomteststoraccfortm.blob.core.windows.net/","queue":"https://guidomteststoraccfortm.queue.core.windows.net/","table":"https://guidomteststoraccfortm.table.core.windows.net/","file":"https://guidomteststoraccfortm.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://guidomteststoraccfortm-secondary.dfs.core.windows.net/","web":"https://guidomteststoraccfortm-secondary.z13.web.core.windows.net/","blob":"https://guidomteststoraccfortm-secondary.blob.core.windows.net/","queue":"https://guidomteststoraccfortm-secondary.queue.core.windows.net/","table":"https://guidomteststoraccfortm-secondary.table.core.windows.net/"}}},{"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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnervmrg-eastus/providers/Microsoft.Storage/storageAccounts/scrunneri2ezqh4xu2wqq","name":"scrunneri2ezqh4xu2wqq","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:01:12.9383535Z","key2":"2023-02-11T08:01:12.9383535Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:01:12.9383535Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:01:12.9383535Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:01:12.6883669Z","primaryEndpoints":{"blob":"https://scrunneri2ezqh4xu2wqq.blob.core.windows.net/","queue":"https://scrunneri2ezqh4xu2wqq.queue.core.windows.net/","table":"https://scrunneri2ezqh4xu2wqq.table.core.windows.net/","file":"https://scrunneri2ezqh4xu2wqq.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yuas-rg/providers/Microsoft.Storage/storageAccounts/yuasstorageacct","name":"yuasstorageacct","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-08-02T12:18:18.8547131Z","key2":"2022-08-02T12:18:18.8547131Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-08-02T12:18:18.8547131Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-08-02T12:18:18.8547131Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-08-02T12:18:18.7140969Z","primaryEndpoints":{"dfs":"https://yuasstorageacct.dfs.core.windows.net/","web":"https://yuasstorageacct.z13.web.core.windows.net/","blob":"https://yuasstorageacct.blob.core.windows.net/","queue":"https://yuasstorageacct.queue.core.windows.net/","table":"https://yuasstorageacct.table.core.windows.net/","file":"https://yuasstorageacct.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yuasstorageacct-secondary.dfs.core.windows.net/","web":"https://yuasstorageacct-secondary.z13.web.core.windows.net/","blob":"https://yuasstorageacct-secondary.blob.core.windows.net/","queue":"https://yuasstorageacct-secondary.queue.core.windows.net/","table":"https://yuasstorageacct-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bkerrigan-dev-rg/providers/Microsoft.Storage/storageAccounts/bktestsa2","name":"bktestsa2","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","immutableStorageWithVersioning":{"enabled":true},"keyCreationTime":{"key1":"2022-09-27T23:58:45.6496284Z","key2":"2022-09-27T23:58:45.6496284Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-09-27T23:58:46.2902461Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-09-27T23:58:46.2902461Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Cool","provisioningState":"Succeeded","creationTime":"2022-09-27T23:58:45.5558609Z","primaryEndpoints":{"dfs":"https://bktestsa2.dfs.core.windows.net/","web":"https://bktestsa2.z20.web.core.windows.net/","blob":"https://bktestsa2.blob.core.windows.net/","queue":"https://bktestsa2.queue.core.windows.net/","table":"https://bktestsa2.table.core.windows.net/","file":"https://bktestsa2.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/SCRunner/providers/Microsoft.Storage/storageAccounts/scrunnerstorage","name":"scrunnerstorage","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rhoover/providers/Microsoft.Storage/storageAccounts/rhooverstorage","name":"rhooverstorage","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-05-26T17:14:23.5085026Z","key2":"2022-05-26T17:14:23.5085026Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T17:14:23.5241285Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T17:14:23.5241285Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-26T17:14:23.4147520Z","primaryEndpoints":{"dfs":"https://rhooverstorage.dfs.core.windows.net/","web":"https://rhooverstorage.z21.web.core.windows.net/","blob":"https://rhooverstorage.blob.core.windows.net/","queue":"https://rhooverstorage.queue.core.windows.net/","table":"https://rhooverstorage.table.core.windows.net/","file":"https://rhooverstorage.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/scrunnervmrg-australiaeast/providers/Microsoft.Storage/storageAccounts/scrunner56hymyctm4kw2","name":"scrunner56hymyctm4kw2","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:42:58.2414102Z","key2":"2023-02-11T08:42:58.2414102Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:42:59.3196006Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:42:59.3196006Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:42:58.1476588Z","primaryEndpoints":{"blob":"https://scrunner56hymyctm4kw2.blob.core.windows.net/","queue":"https://scrunner56hymyctm4kw2.queue.core.windows.net/","table":"https://scrunner56hymyctm4kw2.table.core.windows.net/","file":"https://scrunner56hymyctm4kw2.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsolestuzi7ftnukpi2fyagwys225gbsh73m2h2z7zwjnemrgl5jrfrevg/providers/Microsoft.Storage/storageAccounts/clij3widgfvooidlncm4zwgr","name":"clij3widgfvooidlncm4zwgr","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T14:54:24.1363998Z","key2":"2023-03-06T14:54:24.1363998Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6364190Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6364190Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:54:24.0114062Z","primaryEndpoints":{"blob":"https://clij3widgfvooidlncm4zwgr.blob.core.windows.net/","queue":"https://clij3widgfvooidlncm4zwgr.queue.core.windows.net/","table":"https://clij3widgfvooidlncm4zwgr.table.core.windows.net/","file":"https://clij3widgfvooidlncm4zwgr.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_serialconsolek4hibhcaoukjiclxhnksydes553f4t7r3glwjvxloifh37s6yqdk5/providers/Microsoft.Storage/storageAccounts/cliln4rgfngepmlxlmpwv5wk","name":"cliln4rgfngepmlxlmpwv5wk","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T14:58:59.2000914Z","key2":"2023-03-06T14:58:59.2000914Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:58:59.8876132Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:58:59.8876132Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:58:59.1063047Z","primaryEndpoints":{"blob":"https://cliln4rgfngepmlxlmpwv5wk.blob.core.windows.net/","queue":"https://cliln4rgfngepmlxlmpwv5wk.queue.core.windows.net/","table":"https://cliln4rgfngepmlxlmpwv5wk.table.core.windows.net/","file":"https://cliln4rgfngepmlxlmpwv5wk.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_serialconsolex4geueyy52iloaspyxz3rrqwxv2syvnkjiljxbv522buwxqpiljme/providers/Microsoft.Storage/storageAccounts/clipf6qz5nxegbgku5yqzkd2","name":"clipf6qz5nxegbgku5yqzkd2","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T07:45:44.7937561Z","key2":"2023-03-06T07:45:44.7937561Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:45:45.1687946Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:45:45.1687946Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T07:45:44.7000168Z","primaryEndpoints":{"blob":"https://clipf6qz5nxegbgku5yqzkd2.blob.core.windows.net/","queue":"https://clipf6qz5nxegbgku5yqzkd2.queue.core.windows.net/","table":"https://clipf6qz5nxegbgku5yqzkd2.table.core.windows.net/","file":"https://clipf6qz5nxegbgku5yqzkd2.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_serialconsolep35rualbmodx4sho6gltgwspkbsxnsj34im3hqgkvnopy3hqugcaw/providers/Microsoft.Storage/storageAccounts/clite7vcjveueljfi27rolvu","name":"clite7vcjveueljfi27rolvu","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T14:54:23.8082415Z","key2":"2023-03-06T14:54:23.8082415Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.5270280Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.5270280Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:54:23.6989027Z","primaryEndpoints":{"blob":"https://clite7vcjveueljfi27rolvu.blob.core.windows.net/","queue":"https://clite7vcjveueljfi27rolvu.queue.core.windows.net/","table":"https://clite7vcjveueljfi27rolvu.table.core.windows.net/","file":"https://clite7vcjveueljfi27rolvu.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_serialconsoledcvrpndxic4emeqq5apwkns4qa5owpy4jn3b536ks35zdrmn7bl5k/providers/Microsoft.Storage/storageAccounts/cliwqnm2fo7pftnxlk7c734i","name":"cliwqnm2fo7pftnxlk7c734i","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T07:34:57.7461613Z","key2":"2023-03-06T07:34:57.7461613Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:34:57.9961851Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:34:57.9961851Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T07:34:57.6368148Z","primaryEndpoints":{"blob":"https://cliwqnm2fo7pftnxlk7c734i.blob.core.windows.net/","queue":"https://cliwqnm2fo7pftnxlk7c734i.queue.core.windows.net/","table":"https://cliwqnm2fo7pftnxlk7c734i.table.core.windows.net/","file":"https://cliwqnm2fo7pftnxlk7c734i.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":"2023-03-06T14:54:24.1208364Z","key2":"2023-03-06T14:54:24.1208364Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6676739Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6676739Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:54:24.0114062Z","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/guptar2/providers/Microsoft.Storage/storageAccounts/guptar2diagnosticsv1","name":"guptar2diagnosticsv1","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-05T17:21:41.8250582Z","key2":"2022-04-05T17:21:41.8250582Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:21:41.8250582Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:21:41.8250582Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-05T17:21:41.7313240Z","primaryEndpoints":{"blob":"https://guptar2diagnosticsv1.blob.core.windows.net/","queue":"https://guptar2diagnosticsv1.queue.core.windows.net/","table":"https://guptar2diagnosticsv1.table.core.windows.net/","file":"https://guptar2diagnosticsv1.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guptar2/providers/Microsoft.Storage/storageAccounts/guptar2diagnosticsv2","name":"guptar2diagnosticsv2","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-04-05T17:22:55.8411567Z","key2":"2022-04-05T17:22:55.8411567Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"resourceAccessRules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[{"value":"20.98.146.84","action":"Allow"},{"value":"20.83.222.102","action":"Allow"},{"value":"20.98.194.64","action":"Allow"},{"value":"20.69.5.162","action":"Allow"}],"defaultAction":"Deny"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:22:55.8411567Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:22:55.8411567Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-05T17:22:55.7318000Z","primaryEndpoints":{"dfs":"https://guptar2diagnosticsv2.dfs.core.windows.net/","web":"https://guptar2diagnosticsv2.z5.web.core.windows.net/","blob":"https://guptar2diagnosticsv2.blob.core.windows.net/","queue":"https://guptar2diagnosticsv2.queue.core.windows.net/","table":"https://guptar2diagnosticsv2.table.core.windows.net/","file":"https://guptar2diagnosticsv2.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sericonrp-trafficmanager/providers/Microsoft.Storage/storageAccounts/sericonrpdevtmstorage","name":"sericonrpdevtmstorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-11-30T19:15:41.5013570Z","key2":"2022-11-30T19:15:41.5013570Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-11-30T19:15:42.0638737Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-11-30T19:15:42.0638737Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-11-30T19:15:41.4075777Z","primaryEndpoints":{"dfs":"https://sericonrpdevtmstorage.dfs.core.windows.net/","web":"https://sericonrpdevtmstorage.z5.web.core.windows.net/","blob":"https://sericonrpdevtmstorage.blob.core.windows.net/","queue":"https://sericonrpdevtmstorage.queue.core.windows.net/","table":"https://sericonrpdevtmstorage.table.core.windows.net/","file":"https://sericonrpdevtmstorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sericonrpdevtmstorage-secondary.dfs.core.windows.net/","web":"https://sericonrpdevtmstorage-secondary.z5.web.core.windows.net/","blob":"https://sericonrpdevtmstorage-secondary.blob.core.windows.net/","queue":"https://sericonrpdevtmstorage-secondary.queue.core.windows.net/","table":"https://sericonrpdevtmstorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ops/providers/Microsoft.Storage/storageAccounts/sericonstorage","name":"sericonstorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2023-03-05T19:58:00.4355863Z","key2":"2023-03-05T19:58:00.4355863Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-05T19:58:00.9824831Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-05T19:58:00.9824831Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-03-05T19:58:00.3262342Z","primaryEndpoints":{"dfs":"https://sericonstorage.dfs.core.windows.net/","web":"https://sericonstorage.z5.web.core.windows.net/","blob":"https://sericonstorage.blob.core.windows.net/","queue":"https://sericonstorage.queue.core.windows.net/","table":"https://sericonstorage.table.core.windows.net/","file":"https://sericonstorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rhoover-dev-rg/providers/Microsoft.Storage/storageAccounts/rhooverdevrgdiag","name":"rhooverdevrgdiag","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-06-20T19:39:24.4605968Z","key2":"2022-06-20T19:39:24.4605968Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":false,"networkAcls":{"resourceAccessRules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[{"value":"20.98.146.84","action":"Allow"},{"value":"20.98.194.64","action":"Allow"},{"value":"20.69.5.162","action":"Allow"},{"value":"20.83.222.102","action":"Allow"},{"value":"76.197.206.105","action":"Allow"}],"defaultAction":"Deny"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-20T19:39:24.4762287Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-20T19:39:24.4762287Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-20T19:39:24.4137057Z","primaryEndpoints":{"blob":"https://rhooverdevrgdiag.blob.core.windows.net/","queue":"https://rhooverdevrgdiag.queue.core.windows.net/","table":"https://rhooverdevrgdiag.table.core.windows.net/","file":"https://rhooverdevrgdiag.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnervmrg-westcentralus/providers/Microsoft.Storage/storageAccounts/scrunneraoptpjec4skce","name":"scrunneraoptpjec4skce","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:40:40.0686467Z","key2":"2023-02-11T08:40:40.0686467Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:40:40.5842822Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:40:40.5842822Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:40:40.0061730Z","primaryEndpoints":{"blob":"https://scrunneraoptpjec4skce.blob.core.windows.net/","queue":"https://scrunneraoptpjec4skce.queue.core.windows.net/","table":"https://scrunneraoptpjec4skce.table.core.windows.net/","file":"https://scrunneraoptpjec4skce.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-westcentralus/providers/Microsoft.Storage/storageAccounts/scrunnerrfscmqxeni3uq","name":"scrunnerrfscmqxeni3uq","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/ubuntu-westus3_group/providers/Microsoft.Storage/storageAccounts/ubuntuwestus3groupdiag","name":"ubuntuwestus3groupdiag","type":"Microsoft.Storage/storageAccounts","location":"westus3","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-18T19:48:38.9882588Z","key2":"2022-04-18T19:48:38.9882588Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-18T19:48:38.9882588Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-18T19:48:38.9882588Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-18T19:48:38.9258191Z","primaryEndpoints":{"blob":"https://ubuntuwestus3groupdiag.blob.core.windows.net/","queue":"https://ubuntuwestus3groupdiag.queue.core.windows.net/","table":"https://ubuntuwestus3groupdiag.table.core.windows.net/","file":"https://ubuntuwestus3groupdiag.file.core.windows.net/"},"primaryLocation":"westus3","statusOfPrimary":"available"}}]}' + string: '{"value":[{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1043690549xt","name":"gsm1043690549xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2022-12-31T04:18:29.2926413Z","key2":"2022-12-25T23:25:55.8307065Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:56.6813607Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:56.6813607Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:56.5251102Z","primaryEndpoints":{"blob":"https://gsm1043690549xt.blob.core.windows.net/","queue":"https://gsm1043690549xt.queue.core.windows.net/","table":"https://gsm1043690549xt.table.core.windows.net/","file":"https://gsm1043690549xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1117986772xt","name":"gsm1117986772xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuse","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-04-03T10:54:38.3446142Z","key2":"2023-03-28T13:38:53.8995172Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-10T22:33:17.7969604Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-10T22:33:17.7969604Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-10T22:33:17.7344354Z","primaryEndpoints":{"dfs":"https://gsm1117986772xt.dfs.core.windows.net/","web":"https://gsm1117986772xt.z13.web.core.windows.net/","blob":"https://gsm1117986772xt.blob.core.windows.net/","queue":"https://gsm1117986772xt.queue.core.windows.net/","table":"https://gsm1117986772xt.table.core.windows.net/","file":"https://gsm1117986772xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1284065332xt","name":"gsm1284065332xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2022-12-29T15:04:07.1834140Z","key2":"2022-12-24T15:02:48.3875221Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:58.4782463Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:58.4782463Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:58.3219980Z","primaryEndpoints":{"blob":"https://gsm1284065332xt.blob.core.windows.net/","queue":"https://gsm1284065332xt.queue.core.windows.net/","table":"https://gsm1284065332xt.table.core.windows.net/","file":"https://gsm1284065332xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1660928445xt","name":"gsm1660928445xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2022-12-30T02:54:38.2414616Z","key2":"2022-12-25T02:53:27.9902241Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:55.5719858Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:55.5719858Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:55.4313594Z","primaryEndpoints":{"blob":"https://gsm1660928445xt.blob.core.windows.net/","queue":"https://gsm1660928445xt.queue.core.windows.net/","table":"https://gsm1660928445xt.table.core.windows.net/","file":"https://gsm1660928445xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1229178215xt","name":"gsm1229178215xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-05-21T20:36:24.1125096Z","key2":"2023-05-16T12:59:19.4741702Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.4993530Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.4993530Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.4212234Z","primaryEndpoints":{"dfs":"https://gsm1229178215xt.dfs.core.windows.net/","web":"https://gsm1229178215xt.z20.web.core.windows.net/","blob":"https://gsm1229178215xt.blob.core.windows.net/","queue":"https://gsm1229178215xt.queue.core.windows.net/","table":"https://gsm1229178215xt.table.core.windows.net/","file":"https://gsm1229178215xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1456709414xt","name":"gsm1456709414xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-05-21T06:52:02.3706582Z","key2":"2023-05-16T06:50:56.8159280Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.7181103Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.7181103Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.6556583Z","primaryEndpoints":{"dfs":"https://gsm1456709414xt.dfs.core.windows.net/","web":"https://gsm1456709414xt.z20.web.core.windows.net/","blob":"https://gsm1456709414xt.blob.core.windows.net/","queue":"https://gsm1456709414xt.queue.core.windows.net/","table":"https://gsm1456709414xt.table.core.windows.net/","file":"https://gsm1456709414xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1460695472xt","name":"gsm1460695472xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuse2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-05-05T04:06:01.8082271Z","key2":"2023-04-30T04:04:55.5757766Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:12:17.4426654Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:12:17.4426654Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:12:17.3645192Z","primaryEndpoints":{"dfs":"https://gsm1460695472xt.dfs.core.windows.net/","web":"https://gsm1460695472xt.z20.web.core.windows.net/","blob":"https://gsm1460695472xt.blob.core.windows.net/","queue":"https://gsm1460695472xt.queue.core.windows.net/","table":"https://gsm1460695472xt.table.core.windows.net/","file":"https://gsm1460695472xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2007663765xt","name":"gsm2007663765xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-05-19T09:29:46.7661468Z","key2":"2023-05-14T09:28:41.5530938Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.5150262Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.5150262Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.4368507Z","primaryEndpoints":{"dfs":"https://gsm2007663765xt.dfs.core.windows.net/","web":"https://gsm2007663765xt.z20.web.core.windows.net/","blob":"https://gsm2007663765xt.blob.core.windows.net/","queue":"https://gsm2007663765xt.queue.core.windows.net/","table":"https://gsm2007663765xt.table.core.windows.net/","file":"https://gsm2007663765xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2012629196xt","name":"gsm2012629196xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-05-03T19:01:10.2022709Z","key2":"2023-04-28T18:59:28.8935989Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.7012347Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.7012347Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:09.6074718Z","primaryEndpoints":{"dfs":"https://gsm2012629196xt.dfs.core.windows.net/","web":"https://gsm2012629196xt.z20.web.core.windows.net/","blob":"https://gsm2012629196xt.blob.core.windows.net/","queue":"https://gsm2012629196xt.queue.core.windows.net/","table":"https://gsm2012629196xt.table.core.windows.net/","file":"https://gsm2012629196xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2121776810xt","name":"gsm2121776810xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"","GenevaWPMonikerName":"SeriConRPAzsecuse2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-23T09:56:45.3229575Z","key2":"2022-12-17T22:52:57.1579634Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:58:18.8692726Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:58:18.8692726Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-09T23:58:18.7598975Z","primaryEndpoints":{"blob":"https://gsm2121776810xt.blob.core.windows.net/","queue":"https://gsm2121776810xt.queue.core.windows.net/","table":"https://gsm2121776810xt.table.core.windows.net/","file":"https://gsm2121776810xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm226956555xt","name":"gsm226956555xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-05-06T05:24:12.6559459Z","key2":"2023-05-01T05:22:37.0901103Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:08.8262029Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:08.8262029Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:08.7324504Z","primaryEndpoints":{"dfs":"https://gsm226956555xt.dfs.core.windows.net/","web":"https://gsm226956555xt.z20.web.core.windows.net/","blob":"https://gsm226956555xt.blob.core.windows.net/","queue":"https://gsm226956555xt.queue.core.windows.net/","table":"https://gsm226956555xt.table.core.windows.net/","file":"https://gsm226956555xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm683268085xt","name":"gsm683268085xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-05-06T02:53:55.0895748Z","key2":"2023-05-01T02:52:17.4623442Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.1074642Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.1074642Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:09.0137094Z","primaryEndpoints":{"dfs":"https://gsm683268085xt.dfs.core.windows.net/","web":"https://gsm683268085xt.z20.web.core.windows.net/","blob":"https://gsm683268085xt.blob.core.windows.net/","queue":"https://gsm683268085xt.queue.core.windows.net/","table":"https://gsm683268085xt.table.core.windows.net/","file":"https://gsm683268085xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/hackforgsmuse2","name":"hackforgsmuse2","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"","GenevaWPMonikerName":"HackForGSMUSE2"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:00:49.6669890Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:00:49.6669890Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-09T23:00:49.5419849Z","primaryEndpoints":{"blob":"https://hackforgsmuse2.blob.core.windows.net/","queue":"https://hackforgsmuse2.queue.core.windows.net/","table":"https://hackforgsmuse2.table.core.windows.net/","file":"https://hackforgsmuse2.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1272766413xt","name":"gsm1272766413xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-26T12:50:22.9754194Z","key2":"2023-01-21T02:57:10.6219025Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.2651368Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.2651368Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:08.1869875Z","primaryEndpoints":{"dfs":"https://gsm1272766413xt.dfs.core.windows.net/","web":"https://gsm1272766413xt.z22.web.core.windows.net/","blob":"https://gsm1272766413xt.blob.core.windows.net/","queue":"https://gsm1272766413xt.queue.core.windows.net/","table":"https://gsm1272766413xt.table.core.windows.net/","file":"https://gsm1272766413xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1406960057xt","name":"gsm1406960057xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-28T16:26:46.4096191Z","key2":"2023-01-23T02:04:13.0813787Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:07.9369692Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:07.9369692Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:07.8588528Z","primaryEndpoints":{"dfs":"https://gsm1406960057xt.dfs.core.windows.net/","web":"https://gsm1406960057xt.z22.web.core.windows.net/","blob":"https://gsm1406960057xt.blob.core.windows.net/","queue":"https://gsm1406960057xt.queue.core.windows.net/","table":"https://gsm1406960057xt.table.core.windows.net/","file":"https://gsm1406960057xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1998073872xt","name":"gsm1998073872xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-05-26T18:20:44.5735809Z","key2":"2023-05-21T05:23:46.0278541Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-02T21:00:19.3734252Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-02T21:00:19.3734252Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-06-02T21:00:19.2952836Z","primaryEndpoints":{"dfs":"https://gsm1998073872xt.dfs.core.windows.net/","web":"https://gsm1998073872xt.z22.web.core.windows.net/","blob":"https://gsm1998073872xt.blob.core.windows.net/","queue":"https://gsm1998073872xt.queue.core.windows.net/","table":"https://gsm1998073872xt.table.core.windows.net/","file":"https://gsm1998073872xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm56088856xt","name":"gsm56088856xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-26T09:21:20.1673955Z","key2":"2023-01-21T09:20:08.4251477Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.0619664Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.0619664Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:07.9838401Z","primaryEndpoints":{"dfs":"https://gsm56088856xt.dfs.core.windows.net/","web":"https://gsm56088856xt.z22.web.core.windows.net/","blob":"https://gsm56088856xt.blob.core.windows.net/","queue":"https://gsm56088856xt.queue.core.windows.net/","table":"https://gsm56088856xt.table.core.windows.net/","file":"https://gsm56088856xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1079311536xt","name":"gsm1079311536xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecweu","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-23T05:17:15.8192673Z","key2":"2023-01-17T15:45:49.1931322Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:33:55.5639421Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:33:55.5639421Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-31T20:33:55.4858374Z","primaryEndpoints":{"dfs":"https://gsm1079311536xt.dfs.core.windows.net/","web":"https://gsm1079311536xt.z6.web.core.windows.net/","blob":"https://gsm1079311536xt.blob.core.windows.net/","queue":"https://gsm1079311536xt.queue.core.windows.net/","table":"https://gsm1079311536xt.table.core.windows.net/","file":"https://gsm1079311536xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1212953208xt","name":"gsm1212953208xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityweu","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-27T10:06:11.5827190Z","key2":"2023-01-22T10:04:24.4048026Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.1266253Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.1266253Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:09.0484965Z","primaryEndpoints":{"dfs":"https://gsm1212953208xt.dfs.core.windows.net/","web":"https://gsm1212953208xt.z6.web.core.windows.net/","blob":"https://gsm1212953208xt.blob.core.windows.net/","queue":"https://gsm1212953208xt.queue.core.windows.net/","table":"https://gsm1212953208xt.table.core.windows.net/","file":"https://gsm1212953208xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1920423455xt","name":"gsm1920423455xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagweu","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-26T08:22:35.7453186Z","key2":"2023-01-21T08:20:33.7244599Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:08.9859884Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:08.9859884Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:08.9078572Z","primaryEndpoints":{"dfs":"https://gsm1920423455xt.dfs.core.windows.net/","web":"https://gsm1920423455xt.z6.web.core.windows.net/","blob":"https://gsm1920423455xt.blob.core.windows.net/","queue":"https://gsm1920423455xt.queue.core.windows.net/","table":"https://gsm1920423455xt.table.core.windows.net/","file":"https://gsm1920423455xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm757504717xt","name":"gsm757504717xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditweu","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-27T08:12:19.1858523Z","key2":"2023-01-22T08:11:09.9357435Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.4079128Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.4079128Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:09.3298787Z","primaryEndpoints":{"dfs":"https://gsm757504717xt.dfs.core.windows.net/","web":"https://gsm757504717xt.z6.web.core.windows.net/","blob":"https://gsm757504717xt.blob.core.windows.net/","queue":"https://gsm757504717xt.queue.core.windows.net/","table":"https://gsm757504717xt.table.core.windows.net/","file":"https://gsm757504717xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1364877148xt","name":"gsm1364877148xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditase","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2021-04-29T17:55:11.7577346Z","key2":"2023-03-15T18:36:22.0032549Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.7343798Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.7343798Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:41.6719189Z","primaryEndpoints":{"dfs":"https://gsm1364877148xt.dfs.core.windows.net/","web":"https://gsm1364877148xt.z23.web.core.windows.net/","blob":"https://gsm1364877148xt.blob.core.windows.net/","queue":"https://gsm1364877148xt.queue.core.windows.net/","table":"https://gsm1364877148xt.table.core.windows.net/","file":"https://gsm1364877148xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm293072282xt","name":"gsm293072282xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagase","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-03-17T11:20:27.0757277Z","key2":"2023-03-11T15:43:18.2538811Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:40.4843241Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:40.4843241Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:40.4530856Z","primaryEndpoints":{"dfs":"https://gsm293072282xt.dfs.core.windows.net/","web":"https://gsm293072282xt.z23.web.core.windows.net/","blob":"https://gsm293072282xt.blob.core.windows.net/","queue":"https://gsm293072282xt.queue.core.windows.net/","table":"https://gsm293072282xt.table.core.windows.net/","file":"https://gsm293072282xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm652881509xt","name":"gsm652881509xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecase","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-23T02:48:19.2605229Z","key2":"2023-01-17T08:03:51.5853536Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:27:01.7959092Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:27:01.7959092Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-31T20:27:01.7334373Z","primaryEndpoints":{"dfs":"https://gsm652881509xt.dfs.core.windows.net/","web":"https://gsm652881509xt.z23.web.core.windows.net/","blob":"https://gsm652881509xt.blob.core.windows.net/","queue":"https://gsm652881509xt.queue.core.windows.net/","table":"https://gsm652881509xt.table.core.windows.net/","file":"https://gsm652881509xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm665873655xt","name":"gsm665873655xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityase","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-03-15T22:08:39.3406329Z","key2":"2023-03-10T07:30:08.4982799Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.3280923Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.3280923Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:41.2812263Z","primaryEndpoints":{"dfs":"https://gsm665873655xt.dfs.core.windows.net/","web":"https://gsm665873655xt.z23.web.core.windows.net/","blob":"https://gsm665873655xt.blob.core.windows.net/","queue":"https://gsm665873655xt.queue.core.windows.net/","table":"https://gsm665873655xt.table.core.windows.net/","file":"https://gsm665873655xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1013760812xt","name":"gsm1013760812xt","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecussc","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-28T14:46:18.9021520Z","key2":"2023-01-23T08:40:45.9176662Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-01T23:35:19.3043038Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-01T23:35:19.3043038Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-01T23:35:19.2092898Z","primaryEndpoints":{"dfs":"https://gsm1013760812xt.dfs.core.windows.net/","web":"https://gsm1013760812xt.z21.web.core.windows.net/","blob":"https://gsm1013760812xt.blob.core.windows.net/","queue":"https://gsm1013760812xt.queue.core.windows.net/","table":"https://gsm1013760812xt.table.core.windows.net/","file":"https://gsm1013760812xt.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1481752393xt","name":"gsm1481752393xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditaue","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2022-12-11T02:08:01.5135580Z","key2":"2022-12-06T02:06:17.2106220Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.9325477Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.9325477Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.8699546Z","primaryEndpoints":{"dfs":"https://gsm1481752393xt.dfs.core.windows.net/","web":"https://gsm1481752393xt.z8.web.core.windows.net/","blob":"https://gsm1481752393xt.blob.core.windows.net/","queue":"https://gsm1481752393xt.queue.core.windows.net/","table":"https://gsm1481752393xt.table.core.windows.net/","file":"https://gsm1481752393xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm175927945xt","name":"gsm175927945xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagaue","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2022-12-12T13:02:05.1185199Z","key2":"2022-12-07T13:00:29.7909142Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6824967Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6824967Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.6043190Z","primaryEndpoints":{"dfs":"https://gsm175927945xt.dfs.core.windows.net/","web":"https://gsm175927945xt.z8.web.core.windows.net/","blob":"https://gsm175927945xt.blob.core.windows.net/","queue":"https://gsm175927945xt.queue.core.windows.net/","table":"https://gsm175927945xt.table.core.windows.net/","file":"https://gsm175927945xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1929878860xt","name":"gsm1929878860xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecaue","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-03-09T13:55:08.5541466Z","key2":"2023-03-03T11:35:56.1217273Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-11T00:59:46.7551547Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-11T00:59:46.7551547Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-03-11T00:59:46.6769818Z","primaryEndpoints":{"dfs":"https://gsm1929878860xt.dfs.core.windows.net/","web":"https://gsm1929878860xt.z8.web.core.windows.net/","blob":"https://gsm1929878860xt.blob.core.windows.net/","queue":"https://gsm1929878860xt.queue.core.windows.net/","table":"https://gsm1929878860xt.table.core.windows.net/","file":"https://gsm1929878860xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2273607188xt","name":"gsm2273607188xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditsy","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3565367Z","key2":"2023-01-05T03:42:01.3565367Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.8722599Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.8722599Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2940438Z","primaryEndpoints":{"dfs":"https://gsm2273607188xt.dfs.core.windows.net/","web":"https://gsm2273607188xt.z8.web.core.windows.net/","blob":"https://gsm2273607188xt.blob.core.windows.net/","queue":"https://gsm2273607188xt.queue.core.windows.net/","table":"https://gsm2273607188xt.table.core.windows.net/","file":"https://gsm2273607188xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm40701790xt","name":"gsm40701790xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityaue","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2022-12-11T06:35:36.7208308Z","key2":"2022-12-06T06:33:31.1701235Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6981732Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6981732Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.6043190Z","primaryEndpoints":{"dfs":"https://gsm40701790xt.dfs.core.windows.net/","web":"https://gsm40701790xt.z8.web.core.windows.net/","blob":"https://gsm40701790xt.blob.core.windows.net/","queue":"https://gsm40701790xt.queue.core.windows.net/","table":"https://gsm40701790xt.table.core.windows.net/","file":"https://gsm40701790xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm419531226xt","name":"gsm419531226xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecaue","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-11T06:40:10.3879897Z","key2":"2022-12-06T06:37:36.8335211Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:38:31.8079251Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:38:31.8079251Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:38:31.7454063Z","primaryEndpoints":{"dfs":"https://gsm419531226xt.dfs.core.windows.net/","web":"https://gsm419531226xt.z8.web.core.windows.net/","blob":"https://gsm419531226xt.blob.core.windows.net/","queue":"https://gsm419531226xt.queue.core.windows.net/","table":"https://gsm419531226xt.table.core.windows.net/","file":"https://gsm419531226xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm4207516453xt","name":"gsm4207516453xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecuritysy","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3252937Z","key2":"2023-01-05T03:42:01.3252937Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:02.0597744Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:02.0597744Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2627948Z","primaryEndpoints":{"dfs":"https://gsm4207516453xt.dfs.core.windows.net/","web":"https://gsm4207516453xt.z8.web.core.windows.net/","blob":"https://gsm4207516453xt.blob.core.windows.net/","queue":"https://gsm4207516453xt.queue.core.windows.net/","table":"https://gsm4207516453xt.table.core.windows.net/","file":"https://gsm4207516453xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm868844794xt","name":"gsm868844794xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagsy","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3252937Z","key2":"2023-01-05T03:42:01.3252937Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.9347064Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.9347064Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2315310Z","primaryEndpoints":{"dfs":"https://gsm868844794xt.dfs.core.windows.net/","web":"https://gsm868844794xt.z8.web.core.windows.net/","blob":"https://gsm868844794xt.blob.core.windows.net/","queue":"https://gsm868844794xt.queue.core.windows.net/","table":"https://gsm868844794xt.table.core.windows.net/","file":"https://gsm868844794xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsoleas6vtnnsjx3nov734dxsgph5roifuuwnjuwsoudoqv4xplej6nnkn/providers/Microsoft.Storage/storageAccounts/cli3wowftgy3elslo6atxmuk","name":"cli3wowftgy3elslo6atxmuk","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-05-31T18:41:43.1502414Z","key2":"2023-05-31T18:41:43.1502414Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.2439585Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.2439585Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:41:43.0408015Z","primaryEndpoints":{"blob":"https://cli3wowftgy3elslo6atxmuk.blob.core.windows.net/","queue":"https://cli3wowftgy3elslo6atxmuk.queue.core.windows.net/","table":"https://cli3wowftgy3elslo6atxmuk.table.core.windows.net/","file":"https://cli3wowftgy3elslo6atxmuk.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":"2023-05-31T18:41:42.9470699Z","key2":"2023-05-31T18:41:42.9470699Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.0564532Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.0564532Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:41:42.8377048Z","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_serialconsoletgsxr4tz7h5scelj4f6juueap2uaj7azd5er4gladp3aigyw2crbl/providers/Microsoft.Storage/storageAccounts/cliilintlwmv4jw5eb2pecwl","name":"cliilintlwmv4jw5eb2pecwl","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-05-31T18:41:43.0876680Z","key2":"2023-05-31T18:41:43.0876680Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.1970869Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.1970869Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:41:42.9784060Z","primaryEndpoints":{"blob":"https://cliilintlwmv4jw5eb2pecwl.blob.core.windows.net/","queue":"https://cliilintlwmv4jw5eb2pecwl.queue.core.windows.net/","table":"https://cliilintlwmv4jw5eb2pecwl.table.core.windows.net/","file":"https://cliilintlwmv4jw5eb2pecwl.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_serialconsolesbxmnhfu2kdxvg3qc7qqkxj2hfok5sm677vra5blvt5ww3pyu7l7s/providers/Microsoft.Storage/storageAccounts/cliqkemuv4vkdpjmrbijkmq5","name":"cliqkemuv4vkdpjmrbijkmq5","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-05-31T18:41:44.0252064Z","key2":"2023-05-31T18:41:44.0252064Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:44.1032995Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:44.1032995Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:41:43.9158183Z","primaryEndpoints":{"blob":"https://cliqkemuv4vkdpjmrbijkmq5.blob.core.windows.net/","queue":"https://cliqkemuv4vkdpjmrbijkmq5.queue.core.windows.net/","table":"https://cliqkemuv4vkdpjmrbijkmq5.table.core.windows.net/","file":"https://cliqkemuv4vkdpjmrbijkmq5.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1026482873xt","name":"gsm1026482873xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-25T03:35:32.2734558Z","key2":"2023-01-20T03:24:00.5425715Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:07.1214500Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:07.1214500Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:07.0432951Z","primaryEndpoints":{"dfs":"https://gsm1026482873xt.dfs.core.windows.net/","web":"https://gsm1026482873xt.z5.web.core.windows.net/","blob":"https://gsm1026482873xt.blob.core.windows.net/","queue":"https://gsm1026482873xt.queue.core.windows.net/","table":"https://gsm1026482873xt.table.core.windows.net/","file":"https://gsm1026482873xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1379084574xt","name":"gsm1379084574xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-24T14:33:18.3486639Z","key2":"2023-01-18T17:47:22.4239288Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.6631204Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.6631204Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.5693726Z","primaryEndpoints":{"blob":"https://gsm1379084574xt.blob.core.windows.net/","queue":"https://gsm1379084574xt.queue.core.windows.net/","table":"https://gsm1379084574xt.table.core.windows.net/","file":"https://gsm1379084574xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1447722388xt","name":"gsm1447722388xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-26T03:47:20.7184362Z","key2":"2023-01-21T03:46:01.7763634Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T23:22:24.4973514Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T23:22:24.4973514Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T23:22:24.4348196Z","primaryEndpoints":{"dfs":"https://gsm1447722388xt.dfs.core.windows.net/","web":"https://gsm1447722388xt.z5.web.core.windows.net/","blob":"https://gsm1447722388xt.blob.core.windows.net/","queue":"https://gsm1447722388xt.queue.core.windows.net/","table":"https://gsm1447722388xt.table.core.windows.net/","file":"https://gsm1447722388xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1476133271xt","name":"gsm1476133271xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-23T19:01:28.5846813Z","key2":"2023-01-18T18:38:43.7448823Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:39.0381165Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:39.0381165Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.8506247Z","primaryEndpoints":{"blob":"https://gsm1476133271xt.blob.core.windows.net/","queue":"https://gsm1476133271xt.queue.core.windows.net/","table":"https://gsm1476133271xt.table.core.windows.net/","file":"https://gsm1476133271xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1942585003xt","name":"gsm1942585003xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-22T17:48:26.2317506Z","key2":"2023-01-17T10:57:43.5758196Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.9600197Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.9600197Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.7881214Z","primaryEndpoints":{"blob":"https://gsm1942585003xt.blob.core.windows.net/","queue":"https://gsm1942585003xt.queue.core.windows.net/","table":"https://gsm1942585003xt.table.core.windows.net/","file":"https://gsm1942585003xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2056373296xt","name":"gsm2056373296xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsoleauditusw2","GenevaWPStorageGroupName":"azureserialconsoleaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-26T11:54:18.4226083Z","key2":"2023-01-21T11:53:06.6995339Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.7788645Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.7788645Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.7007646Z","primaryEndpoints":{"dfs":"https://gsm2056373296xt.dfs.core.windows.net/","web":"https://gsm2056373296xt.z5.web.core.windows.net/","blob":"https://gsm2056373296xt.blob.core.windows.net/","queue":"https://gsm2056373296xt.queue.core.windows.net/","table":"https://gsm2056373296xt.table.core.windows.net/","file":"https://gsm2056373296xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm357271585xt","name":"gsm357271585xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-27T12:15:08.6536157Z","key2":"2023-01-22T12:13:19.5800918Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.2776242Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.2776242Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:00.1995026Z","primaryEndpoints":{"dfs":"https://gsm357271585xt.dfs.core.windows.net/","web":"https://gsm357271585xt.z5.web.core.windows.net/","blob":"https://gsm357271585xt.blob.core.windows.net/","queue":"https://gsm357271585xt.queue.core.windows.net/","table":"https://gsm357271585xt.table.core.windows.net/","file":"https://gsm357271585xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm38273077xt","name":"gsm38273077xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsolesecurityusw2","GenevaWPStorageGroupName":"azureserialconsolesecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-25T09:51:31.3539534Z","key2":"2023-01-20T09:01:33.1340416Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.6225485Z","primaryEndpoints":{"dfs":"https://gsm38273077xt.dfs.core.windows.net/","web":"https://gsm38273077xt.z5.web.core.windows.net/","blob":"https://gsm38273077xt.blob.core.windows.net/","queue":"https://gsm38273077xt.queue.core.windows.net/","table":"https://gsm38273077xt.table.core.windows.net/","file":"https://gsm38273077xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm61894826xt","name":"gsm61894826xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-22T20:55:56.7960803Z","key2":"2022-12-17T11:13:48.1848332Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-10T01:07:27.7640567Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-10T01:07:27.7640567Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-10T01:07:27.6846918Z","primaryEndpoints":{"blob":"https://gsm61894826xt.blob.core.windows.net/","queue":"https://gsm61894826xt.queue.core.windows.net/","table":"https://gsm61894826xt.table.core.windows.net/","file":"https://gsm61894826xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm627614588xt","name":"gsm627614588xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsolediagusw2","GenevaWPStorageGroupName":"azureserialconsolediag"},"properties":{"keyCreationTime":{"key1":"2023-01-25T09:35:05.5956088Z","key2":"2023-01-20T03:22:09.3245854Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.6069267Z","primaryEndpoints":{"dfs":"https://gsm627614588xt.dfs.core.windows.net/","web":"https://gsm627614588xt.z5.web.core.windows.net/","blob":"https://gsm627614588xt.blob.core.windows.net/","queue":"https://gsm627614588xt.queue.core.windows.net/","table":"https://gsm627614588xt.table.core.windows.net/","file":"https://gsm627614588xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm704755552xt","name":"gsm704755552xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-25T21:11:36.8109587Z","key2":"2023-01-20T10:54:10.0603713Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.1058474Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.1058474Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:00.0276604Z","primaryEndpoints":{"dfs":"https://gsm704755552xt.dfs.core.windows.net/","web":"https://gsm704755552xt.z5.web.core.windows.net/","blob":"https://gsm704755552xt.blob.core.windows.net/","queue":"https://gsm704755552xt.queue.core.windows.net/","table":"https://gsm704755552xt.table.core.windows.net/","file":"https://gsm704755552xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm991680768xt","name":"gsm991680768xt","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuswc","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-03-31T15:08:16.2015333Z","key2":"2023-03-26T02:22:52.5217946Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-09T19:24:36.5205408Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-09T19:24:36.5205408Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-09T19:24:36.4580385Z","primaryEndpoints":{"dfs":"https://gsm991680768xt.dfs.core.windows.net/","web":"https://gsm991680768xt.z4.web.core.windows.net/","blob":"https://gsm991680768xt.blob.core.windows.net/","queue":"https://gsm991680768xt.queue.core.windows.net/","table":"https://gsm991680768xt.table.core.windows.net/","file":"https://gsm991680768xt.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available","secondaryLocation":"westus2","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2355697502xt","name":"gsm2355697502xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecuritysec","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:39.4380306Z","key2":"2023-01-05T21:51:39.4380306Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.4380306Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.4380306Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:39.3911570Z","primaryEndpoints":{"dfs":"https://gsm2355697502xt.dfs.core.windows.net/","web":"https://gsm2355697502xt.z1.web.core.windows.net/","blob":"https://gsm2355697502xt.blob.core.windows.net/","queue":"https://gsm2355697502xt.queue.core.windows.net/","table":"https://gsm2355697502xt.table.core.windows.net/","file":"https://gsm2355697502xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm3577301791xt","name":"gsm3577301791xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditsec","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:39.2349014Z","key2":"2023-01-05T21:51:39.2349014Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.2349014Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.2349014Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:39.1724007Z","primaryEndpoints":{"dfs":"https://gsm3577301791xt.dfs.core.windows.net/","web":"https://gsm3577301791xt.z1.web.core.windows.net/","blob":"https://gsm3577301791xt.blob.core.windows.net/","queue":"https://gsm3577301791xt.queue.core.windows.net/","table":"https://gsm3577301791xt.table.core.windows.net/","file":"https://gsm3577301791xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm4163209401xt","name":"gsm4163209401xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagsec","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:40.5161768Z","key2":"2023-01-05T21:51:40.5161768Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:40.5161768Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:40.5161768Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:40.4693012Z","primaryEndpoints":{"dfs":"https://gsm4163209401xt.dfs.core.windows.net/","web":"https://gsm4163209401xt.z1.web.core.windows.net/","blob":"https://gsm4163209401xt.blob.core.windows.net/","queue":"https://gsm4163209401xt.queue.core.windows.net/","table":"https://gsm4163209401xt.table.core.windows.net/","file":"https://gsm4163209401xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm916952798xt","name":"gsm916952798xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecsec","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:54:07.8478067Z","key2":"2023-01-05T21:54:07.8478067Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:54:07.8634091Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:54:07.8634091Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:54:07.8009289Z","primaryEndpoints":{"dfs":"https://gsm916952798xt.dfs.core.windows.net/","web":"https://gsm916952798xt.z1.web.core.windows.net/","blob":"https://gsm916952798xt.blob.core.windows.net/","queue":"https://gsm916952798xt.queue.core.windows.net/","table":"https://gsm916952798xt.table.core.windows.net/","file":"https://gsm916952798xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}}]}' headers: cache-control: - no-cache content-length: - - '42669' + - '87585' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:59:25 GMT + - Wed, 31 May 2023 18:46:15 GMT expires: - '-1' pragma: @@ -4291,14 +4676,16 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 67fd4b3e-6f27-4af7-bf33-cbfef8d6d177 - - b224fef0-2e5a-4acc-b819-1e76d6b5f4c3 - - 7d9313c1-370b-41bb-a963-18164d70b8eb - - 04ca1b33-0fa9-468e-85cd-e3409760893b - - 6d333032-e463-47b7-ab6d-d47b8bc1c47a - - b2f219e0-79d8-4d69-9756-1c96ce9fca31 - - 57077e7f-aa47-4f59-96b6-1d2b93013382 - - bfac14bc-f3da-4ae5-805c-481c5b99b16a + - d6a17860-8fd6-4070-a32d-75ce3fd8e7ba + - 12d268b2-8d56-4ee6-b166-ea6a31c5ee3c + - 3d0689c8-5c8d-4417-ab01-b07ecffe5f0a + - 6eac9069-c111-459c-9c6e-eeef85aa045d + - e09dccfd-2f16-4410-8671-3d0f669d8381 + - a87de7da-64e2-48bf-9c2d-cecfbc6a2300 + - d0bf48b5-2ffa-4ad5-9068-01bad12b0b36 + - c57b44b1-0bc5-4e39-9f90-e8b7be614dce + - 803efda4-c512-4a6e-b125-d07e4b11541a + - 640dbc2c-d58b-42cb-95c7-d4d4eb39fbd4 status: code: 200 message: OK @@ -4314,12 +4701,12 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Storage/storageAccounts/cli000002?api-version=2022-09-01 response: body: - string: '{"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":"2023-03-06T14:54:24.1208364Z","key2":"2023-03-06T14:54:24.1208364Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6676739Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6676739Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:54:24.0114062Z","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"}}' + string: '{"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":"2023-05-31T18:41:42.9470699Z","key2":"2023-05-31T18:41:42.9470699Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.0564532Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.0564532Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:41:42.8377048Z","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"}}' headers: cache-control: - no-cache @@ -4328,7 +4715,7 @@ interactions: content-type: - application/json date: - - Mon, 06 Mar 2023 14:59:26 GMT + - Wed, 31 May 2023 18:46:16 GMT expires: - '-1' pragma: @@ -4358,8 +4745,8 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.46.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 response: @@ -4373,7 +4760,7 @@ interactions: content-type: - application/json; charset=UTF-8 date: - - Mon, 06 Mar 2023 14:59:25 GMT + - Wed, 31 May 2023 18:46:17 GMT expires: - '-1' pragma: @@ -4409,7 +4796,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003/powerOff?skipShutdown=false&api-version=2022-11-01 response: @@ -4419,17 +4806,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/3d8b3ee4-ff96-4500-a90c-d6a08d5d97da?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/a897f054-bf73-41db-94a8-07828f944922?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 cache-control: - no-cache content-length: - '0' date: - - Mon, 06 Mar 2023 14:59:26 GMT + - Wed, 31 May 2023 18:46:16 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/3d8b3ee4-ff96-4500-a90c-d6a08d5d97da?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/a897f054-bf73-41db-94a8-07828f944922?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 pragma: - no-cache server: @@ -4460,23 +4847,72 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/3d8b3ee4-ff96-4500-a90c-d6a08d5d97da?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/a897f054-bf73-41db-94a8-07828f944922?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T14:59:27.5188202+00:00\",\r\n \"endTime\": - \"2023-03-06T14:59:30.1594781+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"3d8b3ee4-ff96-4500-a90c-d6a08d5d97da\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:46:17.757846+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"a897f054-bf73-41db-94a8-07828f944922\"\r\n}" headers: cache-control: - no-cache content-length: - - '184' + - '133' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 18:46: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/GetOperation3Min;14951,Microsoft.Compute/GetOperation30Min;29943 + 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.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/a897f054-bf73-41db-94a8-07828f944922?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 + response: + body: + string: "{\r\n \"startTime\": \"2023-05-31T18:46:17.757846+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"a897f054-bf73-41db-94a8-07828f944922\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '133' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:59:56 GMT + - Wed, 31 May 2023 18:46:47 GMT expires: - '-1' pragma: @@ -4493,7 +4929,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14943,Microsoft.Compute/GetOperation30Min;29868 + - Microsoft.Compute/GetOperation3Min;14944,Microsoft.Compute/GetOperation30Min;29931 status: code: 200 message: OK @@ -4511,9 +4947,60 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/3d8b3ee4-ff96-4500-a90c-d6a08d5d97da?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/a897f054-bf73-41db-94a8-07828f944922?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 + response: + body: + string: "{\r\n \"startTime\": \"2023-05-31T18:46:17.757846+00:00\",\r\n \"endTime\": + \"2023-05-31T18:46:56.7423402+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"a897f054-bf73-41db-94a8-07828f944922\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '183' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 18:47: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/GetOperation3Min;14950,Microsoft.Compute/GetOperation30Min;29924 + 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.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/a897f054-bf73-41db-94a8-07828f944922?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 response: body: string: '' @@ -4523,7 +5010,7 @@ interactions: content-length: - '0' date: - - Mon, 06 Mar 2023 14:59:56 GMT + - Wed, 31 May 2023 18:47:17 GMT expires: - '-1' pragma: @@ -4536,7 +5023,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14942,Microsoft.Compute/GetOperation30Min;29867 + - Microsoft.Compute/GetOperation3Min;14949,Microsoft.Compute/GetOperation30Min;29923 status: code: 200 message: OK @@ -4554,7 +5041,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?$expand=instanceView&api-version=2022-11-01 response: @@ -4564,26 +5051,26 @@ interactions: \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-westus2\": - {\r\n \"principalId\": \"684d55e2-8922-4966-a660-2d38ca4a1711\",\r\n - \ \"clientId\": \"6d45cf55-f311-4228-97b0-c22ae418aad6\"\r\n }\r\n - \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"94bb0e59-1bcd-493b-aa53-580e2ad730d7\",\r\n + {\r\n \"principalId\": \"0fdff7b9-2496-486b-b380-a06601508170\",\r\n + \ \"clientId\": \"12f2a140-5109-4e1a-8aa0-d0517def37fb\"\r\n }\r\n + \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e1276c35-281a-423c-bf10-584729040d4b\",\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.202302100\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": - \"Linux\",\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n + \"18.04.202305220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\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_SERIALCONSOLE46W4L74TUUPDKTQIUNEVCDRGNWE77YHJM4DVRHN3I4J7UGNGQPGEM/providers/Microsoft.Compute/disks/cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLEYBTDMPVFAMGGCCEFYJE723YI3KNDBDCKZ3B7FO5KTOR5EQHAWV4LC/providers/Microsoft.Compute/disks/cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": - {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhoover\",\r\n + {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"rhkodiak\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n \ \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \ \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": @@ -4592,36 +5079,36 @@ interactions: \ \"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.9.0.4\",\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\": - \"2023-03-06T14:59:22+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": - []\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n - \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + {\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\": \"2023-05-31T18:47:18+00:00\"\r\n }\r\n + \ ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": + \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\r\n \"statuses\": + [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2023-03-06T14:58:04.5346581+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T18:44:54.7262174+00:00\"\r\n \ }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": - {\r\n \"consoleScreenshotBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli7hpi2h-94bb0e59-1bcd-493b-aa53-580e2ad730d7/cli000003.94bb0e59-1bcd-493b-aa53-580e2ad730d7.screenshot.bmp\",\r\n - \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli7hpi2h-94bb0e59-1bcd-493b-aa53-580e2ad730d7/cli000003.94bb0e59-1bcd-493b-aa53-580e2ad730d7.serialconsole.log\"\r\n + {\r\n \"consoleScreenshotBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli5gfzag-e1276c35-281a-423c-bf10-584729040d4b/cli000003.e1276c35-281a-423c-bf10-584729040d4b.screenshot.bmp\",\r\n + \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli5gfzag-e1276c35-281a-423c-bf10-584729040d4b/cli000003.e1276c35-281a-423c-bf10-584729040d4b.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\": \"2023-03-06T14:59:30.1437886+00:00\"\r\n },\r\n + \ \"time\": \"2023-05-31T18:46:56.6173661+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 \"timeCreated\": \"2023-03-06T14:55:01.5508486+00:00\"\r\n + \ ]\r\n },\r\n \"timeCreated\": \"2023-05-31T18:42:17.6161655+00:00\"\r\n \ }\r\n}" headers: cache-control: - no-cache content-length: - - '5325' + - '5218' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:59:57 GMT + - Wed, 31 May 2023 18:47:18 GMT expires: - '-1' pragma: @@ -4638,7 +5125,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3952,Microsoft.Compute/LowCostGet30Min;31929 + - Microsoft.Compute/LowCostGet3Min;3950,Microsoft.Compute/LowCostGet30Min;31924 status: code: 200 message: OK @@ -4656,21 +5143,21 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/storageAccounts?api-version=2022-09-01 response: body: - string: '{"value":[{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-eastus/providers/Microsoft.Storage/storageAccounts/cs210032001f4814ba9","name":"cs210032001f4814ba9","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-05-16T14:16:22.3477819Z","key2":"2022-05-16T14:16:22.3477819Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-16T14:16:22.3477819Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-16T14:16:22.3477819Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-16T14:16:22.2227752Z","primaryEndpoints":{"dfs":"https://cs210032001f4814ba9.dfs.core.windows.net/","web":"https://cs210032001f4814ba9.z13.web.core.windows.net/","blob":"https://cs210032001f4814ba9.blob.core.windows.net/","queue":"https://cs210032001f4814ba9.queue.core.windows.net/","table":"https://cs210032001f4814ba9.table.core.windows.net/","file":"https://cs210032001f4814ba9.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/guidomassonitest-rg/providers/Microsoft.Storage/storageAccounts/guidomassonitestrg88ad","name":"guidomassonitestrg88ad","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-01-23T18:52:02.5484088Z","key2":"2023-01-23T18:52:02.5484088Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-23T18:52:02.5484088Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-23T18:52:02.5484088Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-01-23T18:52:02.4077698Z","primaryEndpoints":{"blob":"https://guidomassonitestrg88ad.blob.core.windows.net/","queue":"https://guidomassonitestrg88ad.queue.core.windows.net/","table":"https://guidomassonitestrg88ad.table.core.windows.net/","file":"https://guidomassonitestrg88ad.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guidomtesttrafficmanagerrg/providers/Microsoft.Storage/storageAccounts/guidomteststoraccfortm","name":"guidomteststoraccfortm","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-10-18T18:01:13.5231266Z","key2":"2022-10-18T18:01:13.5231266Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-10-18T18:01:13.5387607Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-10-18T18:01:13.5387607Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-10-18T18:01:13.3825002Z","primaryEndpoints":{"dfs":"https://guidomteststoraccfortm.dfs.core.windows.net/","web":"https://guidomteststoraccfortm.z13.web.core.windows.net/","blob":"https://guidomteststoraccfortm.blob.core.windows.net/","queue":"https://guidomteststoraccfortm.queue.core.windows.net/","table":"https://guidomteststoraccfortm.table.core.windows.net/","file":"https://guidomteststoraccfortm.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://guidomteststoraccfortm-secondary.dfs.core.windows.net/","web":"https://guidomteststoraccfortm-secondary.z13.web.core.windows.net/","blob":"https://guidomteststoraccfortm-secondary.blob.core.windows.net/","queue":"https://guidomteststoraccfortm-secondary.queue.core.windows.net/","table":"https://guidomteststoraccfortm-secondary.table.core.windows.net/"}}},{"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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnervmrg-eastus/providers/Microsoft.Storage/storageAccounts/scrunneri2ezqh4xu2wqq","name":"scrunneri2ezqh4xu2wqq","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:01:12.9383535Z","key2":"2023-02-11T08:01:12.9383535Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:01:12.9383535Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:01:12.9383535Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:01:12.6883669Z","primaryEndpoints":{"blob":"https://scrunneri2ezqh4xu2wqq.blob.core.windows.net/","queue":"https://scrunneri2ezqh4xu2wqq.queue.core.windows.net/","table":"https://scrunneri2ezqh4xu2wqq.table.core.windows.net/","file":"https://scrunneri2ezqh4xu2wqq.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yuas-rg/providers/Microsoft.Storage/storageAccounts/yuasstorageacct","name":"yuasstorageacct","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-08-02T12:18:18.8547131Z","key2":"2022-08-02T12:18:18.8547131Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-08-02T12:18:18.8547131Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-08-02T12:18:18.8547131Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-08-02T12:18:18.7140969Z","primaryEndpoints":{"dfs":"https://yuasstorageacct.dfs.core.windows.net/","web":"https://yuasstorageacct.z13.web.core.windows.net/","blob":"https://yuasstorageacct.blob.core.windows.net/","queue":"https://yuasstorageacct.queue.core.windows.net/","table":"https://yuasstorageacct.table.core.windows.net/","file":"https://yuasstorageacct.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yuasstorageacct-secondary.dfs.core.windows.net/","web":"https://yuasstorageacct-secondary.z13.web.core.windows.net/","blob":"https://yuasstorageacct-secondary.blob.core.windows.net/","queue":"https://yuasstorageacct-secondary.queue.core.windows.net/","table":"https://yuasstorageacct-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bkerrigan-dev-rg/providers/Microsoft.Storage/storageAccounts/bktestsa2","name":"bktestsa2","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","immutableStorageWithVersioning":{"enabled":true},"keyCreationTime":{"key1":"2022-09-27T23:58:45.6496284Z","key2":"2022-09-27T23:58:45.6496284Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-09-27T23:58:46.2902461Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-09-27T23:58:46.2902461Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Cool","provisioningState":"Succeeded","creationTime":"2022-09-27T23:58:45.5558609Z","primaryEndpoints":{"dfs":"https://bktestsa2.dfs.core.windows.net/","web":"https://bktestsa2.z20.web.core.windows.net/","blob":"https://bktestsa2.blob.core.windows.net/","queue":"https://bktestsa2.queue.core.windows.net/","table":"https://bktestsa2.table.core.windows.net/","file":"https://bktestsa2.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/SCRunner/providers/Microsoft.Storage/storageAccounts/scrunnerstorage","name":"scrunnerstorage","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rhoover/providers/Microsoft.Storage/storageAccounts/rhooverstorage","name":"rhooverstorage","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-05-26T17:14:23.5085026Z","key2":"2022-05-26T17:14:23.5085026Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T17:14:23.5241285Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T17:14:23.5241285Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-26T17:14:23.4147520Z","primaryEndpoints":{"dfs":"https://rhooverstorage.dfs.core.windows.net/","web":"https://rhooverstorage.z21.web.core.windows.net/","blob":"https://rhooverstorage.blob.core.windows.net/","queue":"https://rhooverstorage.queue.core.windows.net/","table":"https://rhooverstorage.table.core.windows.net/","file":"https://rhooverstorage.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/scrunnervmrg-australiaeast/providers/Microsoft.Storage/storageAccounts/scrunner56hymyctm4kw2","name":"scrunner56hymyctm4kw2","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:42:58.2414102Z","key2":"2023-02-11T08:42:58.2414102Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:42:59.3196006Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:42:59.3196006Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:42:58.1476588Z","primaryEndpoints":{"blob":"https://scrunner56hymyctm4kw2.blob.core.windows.net/","queue":"https://scrunner56hymyctm4kw2.queue.core.windows.net/","table":"https://scrunner56hymyctm4kw2.table.core.windows.net/","file":"https://scrunner56hymyctm4kw2.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsolestuzi7ftnukpi2fyagwys225gbsh73m2h2z7zwjnemrgl5jrfrevg/providers/Microsoft.Storage/storageAccounts/clij3widgfvooidlncm4zwgr","name":"clij3widgfvooidlncm4zwgr","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T14:54:24.1363998Z","key2":"2023-03-06T14:54:24.1363998Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6364190Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6364190Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:54:24.0114062Z","primaryEndpoints":{"blob":"https://clij3widgfvooidlncm4zwgr.blob.core.windows.net/","queue":"https://clij3widgfvooidlncm4zwgr.queue.core.windows.net/","table":"https://clij3widgfvooidlncm4zwgr.table.core.windows.net/","file":"https://clij3widgfvooidlncm4zwgr.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_serialconsolek4hibhcaoukjiclxhnksydes553f4t7r3glwjvxloifh37s6yqdk5/providers/Microsoft.Storage/storageAccounts/cliln4rgfngepmlxlmpwv5wk","name":"cliln4rgfngepmlxlmpwv5wk","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T14:58:59.2000914Z","key2":"2023-03-06T14:58:59.2000914Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:58:59.8876132Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:58:59.8876132Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:58:59.1063047Z","primaryEndpoints":{"blob":"https://cliln4rgfngepmlxlmpwv5wk.blob.core.windows.net/","queue":"https://cliln4rgfngepmlxlmpwv5wk.queue.core.windows.net/","table":"https://cliln4rgfngepmlxlmpwv5wk.table.core.windows.net/","file":"https://cliln4rgfngepmlxlmpwv5wk.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_serialconsolex4geueyy52iloaspyxz3rrqwxv2syvnkjiljxbv522buwxqpiljme/providers/Microsoft.Storage/storageAccounts/clipf6qz5nxegbgku5yqzkd2","name":"clipf6qz5nxegbgku5yqzkd2","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T07:45:44.7937561Z","key2":"2023-03-06T07:45:44.7937561Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:45:45.1687946Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:45:45.1687946Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T07:45:44.7000168Z","primaryEndpoints":{"blob":"https://clipf6qz5nxegbgku5yqzkd2.blob.core.windows.net/","queue":"https://clipf6qz5nxegbgku5yqzkd2.queue.core.windows.net/","table":"https://clipf6qz5nxegbgku5yqzkd2.table.core.windows.net/","file":"https://clipf6qz5nxegbgku5yqzkd2.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_serialconsolep35rualbmodx4sho6gltgwspkbsxnsj34im3hqgkvnopy3hqugcaw/providers/Microsoft.Storage/storageAccounts/clite7vcjveueljfi27rolvu","name":"clite7vcjveueljfi27rolvu","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T14:54:23.8082415Z","key2":"2023-03-06T14:54:23.8082415Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.5270280Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.5270280Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:54:23.6989027Z","primaryEndpoints":{"blob":"https://clite7vcjveueljfi27rolvu.blob.core.windows.net/","queue":"https://clite7vcjveueljfi27rolvu.queue.core.windows.net/","table":"https://clite7vcjveueljfi27rolvu.table.core.windows.net/","file":"https://clite7vcjveueljfi27rolvu.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_serialconsoledcvrpndxic4emeqq5apwkns4qa5owpy4jn3b536ks35zdrmn7bl5k/providers/Microsoft.Storage/storageAccounts/cliwqnm2fo7pftnxlk7c734i","name":"cliwqnm2fo7pftnxlk7c734i","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T07:34:57.7461613Z","key2":"2023-03-06T07:34:57.7461613Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:34:57.9961851Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:34:57.9961851Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T07:34:57.6368148Z","primaryEndpoints":{"blob":"https://cliwqnm2fo7pftnxlk7c734i.blob.core.windows.net/","queue":"https://cliwqnm2fo7pftnxlk7c734i.queue.core.windows.net/","table":"https://cliwqnm2fo7pftnxlk7c734i.table.core.windows.net/","file":"https://cliwqnm2fo7pftnxlk7c734i.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":"2023-03-06T14:54:24.1208364Z","key2":"2023-03-06T14:54:24.1208364Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6676739Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6676739Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:54:24.0114062Z","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/guptar2/providers/Microsoft.Storage/storageAccounts/guptar2diagnosticsv1","name":"guptar2diagnosticsv1","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-05T17:21:41.8250582Z","key2":"2022-04-05T17:21:41.8250582Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:21:41.8250582Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:21:41.8250582Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-05T17:21:41.7313240Z","primaryEndpoints":{"blob":"https://guptar2diagnosticsv1.blob.core.windows.net/","queue":"https://guptar2diagnosticsv1.queue.core.windows.net/","table":"https://guptar2diagnosticsv1.table.core.windows.net/","file":"https://guptar2diagnosticsv1.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guptar2/providers/Microsoft.Storage/storageAccounts/guptar2diagnosticsv2","name":"guptar2diagnosticsv2","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-04-05T17:22:55.8411567Z","key2":"2022-04-05T17:22:55.8411567Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"resourceAccessRules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[{"value":"20.98.146.84","action":"Allow"},{"value":"20.83.222.102","action":"Allow"},{"value":"20.98.194.64","action":"Allow"},{"value":"20.69.5.162","action":"Allow"}],"defaultAction":"Deny"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:22:55.8411567Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:22:55.8411567Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-05T17:22:55.7318000Z","primaryEndpoints":{"dfs":"https://guptar2diagnosticsv2.dfs.core.windows.net/","web":"https://guptar2diagnosticsv2.z5.web.core.windows.net/","blob":"https://guptar2diagnosticsv2.blob.core.windows.net/","queue":"https://guptar2diagnosticsv2.queue.core.windows.net/","table":"https://guptar2diagnosticsv2.table.core.windows.net/","file":"https://guptar2diagnosticsv2.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sericonrp-trafficmanager/providers/Microsoft.Storage/storageAccounts/sericonrpdevtmstorage","name":"sericonrpdevtmstorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-11-30T19:15:41.5013570Z","key2":"2022-11-30T19:15:41.5013570Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-11-30T19:15:42.0638737Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-11-30T19:15:42.0638737Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-11-30T19:15:41.4075777Z","primaryEndpoints":{"dfs":"https://sericonrpdevtmstorage.dfs.core.windows.net/","web":"https://sericonrpdevtmstorage.z5.web.core.windows.net/","blob":"https://sericonrpdevtmstorage.blob.core.windows.net/","queue":"https://sericonrpdevtmstorage.queue.core.windows.net/","table":"https://sericonrpdevtmstorage.table.core.windows.net/","file":"https://sericonrpdevtmstorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sericonrpdevtmstorage-secondary.dfs.core.windows.net/","web":"https://sericonrpdevtmstorage-secondary.z5.web.core.windows.net/","blob":"https://sericonrpdevtmstorage-secondary.blob.core.windows.net/","queue":"https://sericonrpdevtmstorage-secondary.queue.core.windows.net/","table":"https://sericonrpdevtmstorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ops/providers/Microsoft.Storage/storageAccounts/sericonstorage","name":"sericonstorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2023-03-05T19:58:00.4355863Z","key2":"2023-03-05T19:58:00.4355863Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-05T19:58:00.9824831Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-05T19:58:00.9824831Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-03-05T19:58:00.3262342Z","primaryEndpoints":{"dfs":"https://sericonstorage.dfs.core.windows.net/","web":"https://sericonstorage.z5.web.core.windows.net/","blob":"https://sericonstorage.blob.core.windows.net/","queue":"https://sericonstorage.queue.core.windows.net/","table":"https://sericonstorage.table.core.windows.net/","file":"https://sericonstorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rhoover-dev-rg/providers/Microsoft.Storage/storageAccounts/rhooverdevrgdiag","name":"rhooverdevrgdiag","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-06-20T19:39:24.4605968Z","key2":"2022-06-20T19:39:24.4605968Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":false,"networkAcls":{"resourceAccessRules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[{"value":"20.98.146.84","action":"Allow"},{"value":"20.98.194.64","action":"Allow"},{"value":"20.69.5.162","action":"Allow"},{"value":"20.83.222.102","action":"Allow"},{"value":"76.197.206.105","action":"Allow"}],"defaultAction":"Deny"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-20T19:39:24.4762287Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-20T19:39:24.4762287Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-20T19:39:24.4137057Z","primaryEndpoints":{"blob":"https://rhooverdevrgdiag.blob.core.windows.net/","queue":"https://rhooverdevrgdiag.queue.core.windows.net/","table":"https://rhooverdevrgdiag.table.core.windows.net/","file":"https://rhooverdevrgdiag.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnervmrg-westcentralus/providers/Microsoft.Storage/storageAccounts/scrunneraoptpjec4skce","name":"scrunneraoptpjec4skce","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:40:40.0686467Z","key2":"2023-02-11T08:40:40.0686467Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:40:40.5842822Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:40:40.5842822Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:40:40.0061730Z","primaryEndpoints":{"blob":"https://scrunneraoptpjec4skce.blob.core.windows.net/","queue":"https://scrunneraoptpjec4skce.queue.core.windows.net/","table":"https://scrunneraoptpjec4skce.table.core.windows.net/","file":"https://scrunneraoptpjec4skce.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-westcentralus/providers/Microsoft.Storage/storageAccounts/scrunnerrfscmqxeni3uq","name":"scrunnerrfscmqxeni3uq","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/ubuntu-westus3_group/providers/Microsoft.Storage/storageAccounts/ubuntuwestus3groupdiag","name":"ubuntuwestus3groupdiag","type":"Microsoft.Storage/storageAccounts","location":"westus3","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-18T19:48:38.9882588Z","key2":"2022-04-18T19:48:38.9882588Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-18T19:48:38.9882588Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-18T19:48:38.9882588Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-18T19:48:38.9258191Z","primaryEndpoints":{"blob":"https://ubuntuwestus3groupdiag.blob.core.windows.net/","queue":"https://ubuntuwestus3groupdiag.queue.core.windows.net/","table":"https://ubuntuwestus3groupdiag.table.core.windows.net/","file":"https://ubuntuwestus3groupdiag.file.core.windows.net/"},"primaryLocation":"westus3","statusOfPrimary":"available"}}]}' + string: '{"value":[{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1043690549xt","name":"gsm1043690549xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2022-12-31T04:18:29.2926413Z","key2":"2022-12-25T23:25:55.8307065Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:56.6813607Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:56.6813607Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:56.5251102Z","primaryEndpoints":{"blob":"https://gsm1043690549xt.blob.core.windows.net/","queue":"https://gsm1043690549xt.queue.core.windows.net/","table":"https://gsm1043690549xt.table.core.windows.net/","file":"https://gsm1043690549xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1117986772xt","name":"gsm1117986772xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuse","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-04-03T10:54:38.3446142Z","key2":"2023-03-28T13:38:53.8995172Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-10T22:33:17.7969604Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-10T22:33:17.7969604Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-10T22:33:17.7344354Z","primaryEndpoints":{"dfs":"https://gsm1117986772xt.dfs.core.windows.net/","web":"https://gsm1117986772xt.z13.web.core.windows.net/","blob":"https://gsm1117986772xt.blob.core.windows.net/","queue":"https://gsm1117986772xt.queue.core.windows.net/","table":"https://gsm1117986772xt.table.core.windows.net/","file":"https://gsm1117986772xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1284065332xt","name":"gsm1284065332xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2022-12-29T15:04:07.1834140Z","key2":"2022-12-24T15:02:48.3875221Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:58.4782463Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:58.4782463Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:58.3219980Z","primaryEndpoints":{"blob":"https://gsm1284065332xt.blob.core.windows.net/","queue":"https://gsm1284065332xt.queue.core.windows.net/","table":"https://gsm1284065332xt.table.core.windows.net/","file":"https://gsm1284065332xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1660928445xt","name":"gsm1660928445xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2022-12-30T02:54:38.2414616Z","key2":"2022-12-25T02:53:27.9902241Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:55.5719858Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:55.5719858Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:55.4313594Z","primaryEndpoints":{"blob":"https://gsm1660928445xt.blob.core.windows.net/","queue":"https://gsm1660928445xt.queue.core.windows.net/","table":"https://gsm1660928445xt.table.core.windows.net/","file":"https://gsm1660928445xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1229178215xt","name":"gsm1229178215xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-05-21T20:36:24.1125096Z","key2":"2023-05-16T12:59:19.4741702Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.4993530Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.4993530Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.4212234Z","primaryEndpoints":{"dfs":"https://gsm1229178215xt.dfs.core.windows.net/","web":"https://gsm1229178215xt.z20.web.core.windows.net/","blob":"https://gsm1229178215xt.blob.core.windows.net/","queue":"https://gsm1229178215xt.queue.core.windows.net/","table":"https://gsm1229178215xt.table.core.windows.net/","file":"https://gsm1229178215xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1456709414xt","name":"gsm1456709414xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-05-21T06:52:02.3706582Z","key2":"2023-05-16T06:50:56.8159280Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.7181103Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.7181103Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.6556583Z","primaryEndpoints":{"dfs":"https://gsm1456709414xt.dfs.core.windows.net/","web":"https://gsm1456709414xt.z20.web.core.windows.net/","blob":"https://gsm1456709414xt.blob.core.windows.net/","queue":"https://gsm1456709414xt.queue.core.windows.net/","table":"https://gsm1456709414xt.table.core.windows.net/","file":"https://gsm1456709414xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1460695472xt","name":"gsm1460695472xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuse2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-05-05T04:06:01.8082271Z","key2":"2023-04-30T04:04:55.5757766Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:12:17.4426654Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:12:17.4426654Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:12:17.3645192Z","primaryEndpoints":{"dfs":"https://gsm1460695472xt.dfs.core.windows.net/","web":"https://gsm1460695472xt.z20.web.core.windows.net/","blob":"https://gsm1460695472xt.blob.core.windows.net/","queue":"https://gsm1460695472xt.queue.core.windows.net/","table":"https://gsm1460695472xt.table.core.windows.net/","file":"https://gsm1460695472xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2007663765xt","name":"gsm2007663765xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-05-19T09:29:46.7661468Z","key2":"2023-05-14T09:28:41.5530938Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.5150262Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.5150262Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.4368507Z","primaryEndpoints":{"dfs":"https://gsm2007663765xt.dfs.core.windows.net/","web":"https://gsm2007663765xt.z20.web.core.windows.net/","blob":"https://gsm2007663765xt.blob.core.windows.net/","queue":"https://gsm2007663765xt.queue.core.windows.net/","table":"https://gsm2007663765xt.table.core.windows.net/","file":"https://gsm2007663765xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2012629196xt","name":"gsm2012629196xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-05-03T19:01:10.2022709Z","key2":"2023-04-28T18:59:28.8935989Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.7012347Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.7012347Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:09.6074718Z","primaryEndpoints":{"dfs":"https://gsm2012629196xt.dfs.core.windows.net/","web":"https://gsm2012629196xt.z20.web.core.windows.net/","blob":"https://gsm2012629196xt.blob.core.windows.net/","queue":"https://gsm2012629196xt.queue.core.windows.net/","table":"https://gsm2012629196xt.table.core.windows.net/","file":"https://gsm2012629196xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2121776810xt","name":"gsm2121776810xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"","GenevaWPMonikerName":"SeriConRPAzsecuse2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-23T09:56:45.3229575Z","key2":"2022-12-17T22:52:57.1579634Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:58:18.8692726Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:58:18.8692726Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-09T23:58:18.7598975Z","primaryEndpoints":{"blob":"https://gsm2121776810xt.blob.core.windows.net/","queue":"https://gsm2121776810xt.queue.core.windows.net/","table":"https://gsm2121776810xt.table.core.windows.net/","file":"https://gsm2121776810xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm226956555xt","name":"gsm226956555xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-05-06T05:24:12.6559459Z","key2":"2023-05-01T05:22:37.0901103Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:08.8262029Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:08.8262029Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:08.7324504Z","primaryEndpoints":{"dfs":"https://gsm226956555xt.dfs.core.windows.net/","web":"https://gsm226956555xt.z20.web.core.windows.net/","blob":"https://gsm226956555xt.blob.core.windows.net/","queue":"https://gsm226956555xt.queue.core.windows.net/","table":"https://gsm226956555xt.table.core.windows.net/","file":"https://gsm226956555xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm683268085xt","name":"gsm683268085xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-05-06T02:53:55.0895748Z","key2":"2023-05-01T02:52:17.4623442Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.1074642Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.1074642Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:09.0137094Z","primaryEndpoints":{"dfs":"https://gsm683268085xt.dfs.core.windows.net/","web":"https://gsm683268085xt.z20.web.core.windows.net/","blob":"https://gsm683268085xt.blob.core.windows.net/","queue":"https://gsm683268085xt.queue.core.windows.net/","table":"https://gsm683268085xt.table.core.windows.net/","file":"https://gsm683268085xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/hackforgsmuse2","name":"hackforgsmuse2","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"","GenevaWPMonikerName":"HackForGSMUSE2"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:00:49.6669890Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:00:49.6669890Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-09T23:00:49.5419849Z","primaryEndpoints":{"blob":"https://hackforgsmuse2.blob.core.windows.net/","queue":"https://hackforgsmuse2.queue.core.windows.net/","table":"https://hackforgsmuse2.table.core.windows.net/","file":"https://hackforgsmuse2.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1272766413xt","name":"gsm1272766413xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-26T12:50:22.9754194Z","key2":"2023-01-21T02:57:10.6219025Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.2651368Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.2651368Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:08.1869875Z","primaryEndpoints":{"dfs":"https://gsm1272766413xt.dfs.core.windows.net/","web":"https://gsm1272766413xt.z22.web.core.windows.net/","blob":"https://gsm1272766413xt.blob.core.windows.net/","queue":"https://gsm1272766413xt.queue.core.windows.net/","table":"https://gsm1272766413xt.table.core.windows.net/","file":"https://gsm1272766413xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1406960057xt","name":"gsm1406960057xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-28T16:26:46.4096191Z","key2":"2023-01-23T02:04:13.0813787Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:07.9369692Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:07.9369692Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:07.8588528Z","primaryEndpoints":{"dfs":"https://gsm1406960057xt.dfs.core.windows.net/","web":"https://gsm1406960057xt.z22.web.core.windows.net/","blob":"https://gsm1406960057xt.blob.core.windows.net/","queue":"https://gsm1406960057xt.queue.core.windows.net/","table":"https://gsm1406960057xt.table.core.windows.net/","file":"https://gsm1406960057xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1998073872xt","name":"gsm1998073872xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-05-26T18:20:44.5735809Z","key2":"2023-05-21T05:23:46.0278541Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-02T21:00:19.3734252Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-02T21:00:19.3734252Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-06-02T21:00:19.2952836Z","primaryEndpoints":{"dfs":"https://gsm1998073872xt.dfs.core.windows.net/","web":"https://gsm1998073872xt.z22.web.core.windows.net/","blob":"https://gsm1998073872xt.blob.core.windows.net/","queue":"https://gsm1998073872xt.queue.core.windows.net/","table":"https://gsm1998073872xt.table.core.windows.net/","file":"https://gsm1998073872xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm56088856xt","name":"gsm56088856xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-26T09:21:20.1673955Z","key2":"2023-01-21T09:20:08.4251477Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.0619664Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.0619664Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:07.9838401Z","primaryEndpoints":{"dfs":"https://gsm56088856xt.dfs.core.windows.net/","web":"https://gsm56088856xt.z22.web.core.windows.net/","blob":"https://gsm56088856xt.blob.core.windows.net/","queue":"https://gsm56088856xt.queue.core.windows.net/","table":"https://gsm56088856xt.table.core.windows.net/","file":"https://gsm56088856xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1079311536xt","name":"gsm1079311536xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecweu","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-23T05:17:15.8192673Z","key2":"2023-01-17T15:45:49.1931322Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:33:55.5639421Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:33:55.5639421Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-31T20:33:55.4858374Z","primaryEndpoints":{"dfs":"https://gsm1079311536xt.dfs.core.windows.net/","web":"https://gsm1079311536xt.z6.web.core.windows.net/","blob":"https://gsm1079311536xt.blob.core.windows.net/","queue":"https://gsm1079311536xt.queue.core.windows.net/","table":"https://gsm1079311536xt.table.core.windows.net/","file":"https://gsm1079311536xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1212953208xt","name":"gsm1212953208xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityweu","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-27T10:06:11.5827190Z","key2":"2023-01-22T10:04:24.4048026Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.1266253Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.1266253Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:09.0484965Z","primaryEndpoints":{"dfs":"https://gsm1212953208xt.dfs.core.windows.net/","web":"https://gsm1212953208xt.z6.web.core.windows.net/","blob":"https://gsm1212953208xt.blob.core.windows.net/","queue":"https://gsm1212953208xt.queue.core.windows.net/","table":"https://gsm1212953208xt.table.core.windows.net/","file":"https://gsm1212953208xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1920423455xt","name":"gsm1920423455xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagweu","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-26T08:22:35.7453186Z","key2":"2023-01-21T08:20:33.7244599Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:08.9859884Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:08.9859884Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:08.9078572Z","primaryEndpoints":{"dfs":"https://gsm1920423455xt.dfs.core.windows.net/","web":"https://gsm1920423455xt.z6.web.core.windows.net/","blob":"https://gsm1920423455xt.blob.core.windows.net/","queue":"https://gsm1920423455xt.queue.core.windows.net/","table":"https://gsm1920423455xt.table.core.windows.net/","file":"https://gsm1920423455xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm757504717xt","name":"gsm757504717xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditweu","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-27T08:12:19.1858523Z","key2":"2023-01-22T08:11:09.9357435Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.4079128Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.4079128Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:09.3298787Z","primaryEndpoints":{"dfs":"https://gsm757504717xt.dfs.core.windows.net/","web":"https://gsm757504717xt.z6.web.core.windows.net/","blob":"https://gsm757504717xt.blob.core.windows.net/","queue":"https://gsm757504717xt.queue.core.windows.net/","table":"https://gsm757504717xt.table.core.windows.net/","file":"https://gsm757504717xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1364877148xt","name":"gsm1364877148xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditase","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2021-04-29T17:55:11.7577346Z","key2":"2023-03-15T18:36:22.0032549Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.7343798Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.7343798Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:41.6719189Z","primaryEndpoints":{"dfs":"https://gsm1364877148xt.dfs.core.windows.net/","web":"https://gsm1364877148xt.z23.web.core.windows.net/","blob":"https://gsm1364877148xt.blob.core.windows.net/","queue":"https://gsm1364877148xt.queue.core.windows.net/","table":"https://gsm1364877148xt.table.core.windows.net/","file":"https://gsm1364877148xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm293072282xt","name":"gsm293072282xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagase","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-03-17T11:20:27.0757277Z","key2":"2023-03-11T15:43:18.2538811Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:40.4843241Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:40.4843241Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:40.4530856Z","primaryEndpoints":{"dfs":"https://gsm293072282xt.dfs.core.windows.net/","web":"https://gsm293072282xt.z23.web.core.windows.net/","blob":"https://gsm293072282xt.blob.core.windows.net/","queue":"https://gsm293072282xt.queue.core.windows.net/","table":"https://gsm293072282xt.table.core.windows.net/","file":"https://gsm293072282xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm652881509xt","name":"gsm652881509xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecase","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-23T02:48:19.2605229Z","key2":"2023-01-17T08:03:51.5853536Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:27:01.7959092Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:27:01.7959092Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-31T20:27:01.7334373Z","primaryEndpoints":{"dfs":"https://gsm652881509xt.dfs.core.windows.net/","web":"https://gsm652881509xt.z23.web.core.windows.net/","blob":"https://gsm652881509xt.blob.core.windows.net/","queue":"https://gsm652881509xt.queue.core.windows.net/","table":"https://gsm652881509xt.table.core.windows.net/","file":"https://gsm652881509xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm665873655xt","name":"gsm665873655xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityase","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-03-15T22:08:39.3406329Z","key2":"2023-03-10T07:30:08.4982799Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.3280923Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.3280923Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:41.2812263Z","primaryEndpoints":{"dfs":"https://gsm665873655xt.dfs.core.windows.net/","web":"https://gsm665873655xt.z23.web.core.windows.net/","blob":"https://gsm665873655xt.blob.core.windows.net/","queue":"https://gsm665873655xt.queue.core.windows.net/","table":"https://gsm665873655xt.table.core.windows.net/","file":"https://gsm665873655xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1013760812xt","name":"gsm1013760812xt","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecussc","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-28T14:46:18.9021520Z","key2":"2023-01-23T08:40:45.9176662Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-01T23:35:19.3043038Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-01T23:35:19.3043038Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-01T23:35:19.2092898Z","primaryEndpoints":{"dfs":"https://gsm1013760812xt.dfs.core.windows.net/","web":"https://gsm1013760812xt.z21.web.core.windows.net/","blob":"https://gsm1013760812xt.blob.core.windows.net/","queue":"https://gsm1013760812xt.queue.core.windows.net/","table":"https://gsm1013760812xt.table.core.windows.net/","file":"https://gsm1013760812xt.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1481752393xt","name":"gsm1481752393xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditaue","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2022-12-11T02:08:01.5135580Z","key2":"2022-12-06T02:06:17.2106220Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.9325477Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.9325477Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.8699546Z","primaryEndpoints":{"dfs":"https://gsm1481752393xt.dfs.core.windows.net/","web":"https://gsm1481752393xt.z8.web.core.windows.net/","blob":"https://gsm1481752393xt.blob.core.windows.net/","queue":"https://gsm1481752393xt.queue.core.windows.net/","table":"https://gsm1481752393xt.table.core.windows.net/","file":"https://gsm1481752393xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm175927945xt","name":"gsm175927945xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagaue","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2022-12-12T13:02:05.1185199Z","key2":"2022-12-07T13:00:29.7909142Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6824967Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6824967Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.6043190Z","primaryEndpoints":{"dfs":"https://gsm175927945xt.dfs.core.windows.net/","web":"https://gsm175927945xt.z8.web.core.windows.net/","blob":"https://gsm175927945xt.blob.core.windows.net/","queue":"https://gsm175927945xt.queue.core.windows.net/","table":"https://gsm175927945xt.table.core.windows.net/","file":"https://gsm175927945xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1929878860xt","name":"gsm1929878860xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecaue","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-03-09T13:55:08.5541466Z","key2":"2023-03-03T11:35:56.1217273Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-11T00:59:46.7551547Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-11T00:59:46.7551547Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-03-11T00:59:46.6769818Z","primaryEndpoints":{"dfs":"https://gsm1929878860xt.dfs.core.windows.net/","web":"https://gsm1929878860xt.z8.web.core.windows.net/","blob":"https://gsm1929878860xt.blob.core.windows.net/","queue":"https://gsm1929878860xt.queue.core.windows.net/","table":"https://gsm1929878860xt.table.core.windows.net/","file":"https://gsm1929878860xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2273607188xt","name":"gsm2273607188xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditsy","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3565367Z","key2":"2023-01-05T03:42:01.3565367Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.8722599Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.8722599Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2940438Z","primaryEndpoints":{"dfs":"https://gsm2273607188xt.dfs.core.windows.net/","web":"https://gsm2273607188xt.z8.web.core.windows.net/","blob":"https://gsm2273607188xt.blob.core.windows.net/","queue":"https://gsm2273607188xt.queue.core.windows.net/","table":"https://gsm2273607188xt.table.core.windows.net/","file":"https://gsm2273607188xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm40701790xt","name":"gsm40701790xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityaue","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2022-12-11T06:35:36.7208308Z","key2":"2022-12-06T06:33:31.1701235Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6981732Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6981732Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.6043190Z","primaryEndpoints":{"dfs":"https://gsm40701790xt.dfs.core.windows.net/","web":"https://gsm40701790xt.z8.web.core.windows.net/","blob":"https://gsm40701790xt.blob.core.windows.net/","queue":"https://gsm40701790xt.queue.core.windows.net/","table":"https://gsm40701790xt.table.core.windows.net/","file":"https://gsm40701790xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm419531226xt","name":"gsm419531226xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecaue","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-11T06:40:10.3879897Z","key2":"2022-12-06T06:37:36.8335211Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:38:31.8079251Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:38:31.8079251Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:38:31.7454063Z","primaryEndpoints":{"dfs":"https://gsm419531226xt.dfs.core.windows.net/","web":"https://gsm419531226xt.z8.web.core.windows.net/","blob":"https://gsm419531226xt.blob.core.windows.net/","queue":"https://gsm419531226xt.queue.core.windows.net/","table":"https://gsm419531226xt.table.core.windows.net/","file":"https://gsm419531226xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm4207516453xt","name":"gsm4207516453xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecuritysy","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3252937Z","key2":"2023-01-05T03:42:01.3252937Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:02.0597744Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:02.0597744Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2627948Z","primaryEndpoints":{"dfs":"https://gsm4207516453xt.dfs.core.windows.net/","web":"https://gsm4207516453xt.z8.web.core.windows.net/","blob":"https://gsm4207516453xt.blob.core.windows.net/","queue":"https://gsm4207516453xt.queue.core.windows.net/","table":"https://gsm4207516453xt.table.core.windows.net/","file":"https://gsm4207516453xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm868844794xt","name":"gsm868844794xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagsy","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3252937Z","key2":"2023-01-05T03:42:01.3252937Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.9347064Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.9347064Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2315310Z","primaryEndpoints":{"dfs":"https://gsm868844794xt.dfs.core.windows.net/","web":"https://gsm868844794xt.z8.web.core.windows.net/","blob":"https://gsm868844794xt.blob.core.windows.net/","queue":"https://gsm868844794xt.queue.core.windows.net/","table":"https://gsm868844794xt.table.core.windows.net/","file":"https://gsm868844794xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsoleas6vtnnsjx3nov734dxsgph5roifuuwnjuwsoudoqv4xplej6nnkn/providers/Microsoft.Storage/storageAccounts/cli3wowftgy3elslo6atxmuk","name":"cli3wowftgy3elslo6atxmuk","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-05-31T18:41:43.1502414Z","key2":"2023-05-31T18:41:43.1502414Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.2439585Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.2439585Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:41:43.0408015Z","primaryEndpoints":{"blob":"https://cli3wowftgy3elslo6atxmuk.blob.core.windows.net/","queue":"https://cli3wowftgy3elslo6atxmuk.queue.core.windows.net/","table":"https://cli3wowftgy3elslo6atxmuk.table.core.windows.net/","file":"https://cli3wowftgy3elslo6atxmuk.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":"2023-05-31T18:41:42.9470699Z","key2":"2023-05-31T18:41:42.9470699Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.0564532Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.0564532Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:41:42.8377048Z","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_serialconsolebp42i2slgvnyz2nboi2yl6rhoicfuoaswjywaawksjsqnmx6xk4ul/providers/Microsoft.Storage/storageAccounts/clidgbfkkzqd5myuawuvoebz","name":"clidgbfkkzqd5myuawuvoebz","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-05-31T18:46:21.5407312Z","key2":"2023-05-31T18:46:21.5407312Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:46:21.6188266Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:46:21.6188266Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:46:21.4313291Z","primaryEndpoints":{"blob":"https://clidgbfkkzqd5myuawuvoebz.blob.core.windows.net/","queue":"https://clidgbfkkzqd5myuawuvoebz.queue.core.windows.net/","table":"https://clidgbfkkzqd5myuawuvoebz.table.core.windows.net/","file":"https://clidgbfkkzqd5myuawuvoebz.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_serialconsoletgsxr4tz7h5scelj4f6juueap2uaj7azd5er4gladp3aigyw2crbl/providers/Microsoft.Storage/storageAccounts/cliilintlwmv4jw5eb2pecwl","name":"cliilintlwmv4jw5eb2pecwl","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-05-31T18:41:43.0876680Z","key2":"2023-05-31T18:41:43.0876680Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.1970869Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.1970869Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:41:42.9784060Z","primaryEndpoints":{"blob":"https://cliilintlwmv4jw5eb2pecwl.blob.core.windows.net/","queue":"https://cliilintlwmv4jw5eb2pecwl.queue.core.windows.net/","table":"https://cliilintlwmv4jw5eb2pecwl.table.core.windows.net/","file":"https://cliilintlwmv4jw5eb2pecwl.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1026482873xt","name":"gsm1026482873xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-25T03:35:32.2734558Z","key2":"2023-01-20T03:24:00.5425715Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:07.1214500Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:07.1214500Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:07.0432951Z","primaryEndpoints":{"dfs":"https://gsm1026482873xt.dfs.core.windows.net/","web":"https://gsm1026482873xt.z5.web.core.windows.net/","blob":"https://gsm1026482873xt.blob.core.windows.net/","queue":"https://gsm1026482873xt.queue.core.windows.net/","table":"https://gsm1026482873xt.table.core.windows.net/","file":"https://gsm1026482873xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1379084574xt","name":"gsm1379084574xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-24T14:33:18.3486639Z","key2":"2023-01-18T17:47:22.4239288Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.6631204Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.6631204Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.5693726Z","primaryEndpoints":{"blob":"https://gsm1379084574xt.blob.core.windows.net/","queue":"https://gsm1379084574xt.queue.core.windows.net/","table":"https://gsm1379084574xt.table.core.windows.net/","file":"https://gsm1379084574xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1447722388xt","name":"gsm1447722388xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-26T03:47:20.7184362Z","key2":"2023-01-21T03:46:01.7763634Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T23:22:24.4973514Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T23:22:24.4973514Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T23:22:24.4348196Z","primaryEndpoints":{"dfs":"https://gsm1447722388xt.dfs.core.windows.net/","web":"https://gsm1447722388xt.z5.web.core.windows.net/","blob":"https://gsm1447722388xt.blob.core.windows.net/","queue":"https://gsm1447722388xt.queue.core.windows.net/","table":"https://gsm1447722388xt.table.core.windows.net/","file":"https://gsm1447722388xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1476133271xt","name":"gsm1476133271xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-23T19:01:28.5846813Z","key2":"2023-01-18T18:38:43.7448823Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:39.0381165Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:39.0381165Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.8506247Z","primaryEndpoints":{"blob":"https://gsm1476133271xt.blob.core.windows.net/","queue":"https://gsm1476133271xt.queue.core.windows.net/","table":"https://gsm1476133271xt.table.core.windows.net/","file":"https://gsm1476133271xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1942585003xt","name":"gsm1942585003xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-22T17:48:26.2317506Z","key2":"2023-01-17T10:57:43.5758196Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.9600197Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.9600197Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.7881214Z","primaryEndpoints":{"blob":"https://gsm1942585003xt.blob.core.windows.net/","queue":"https://gsm1942585003xt.queue.core.windows.net/","table":"https://gsm1942585003xt.table.core.windows.net/","file":"https://gsm1942585003xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2056373296xt","name":"gsm2056373296xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsoleauditusw2","GenevaWPStorageGroupName":"azureserialconsoleaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-26T11:54:18.4226083Z","key2":"2023-01-21T11:53:06.6995339Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.7788645Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.7788645Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.7007646Z","primaryEndpoints":{"dfs":"https://gsm2056373296xt.dfs.core.windows.net/","web":"https://gsm2056373296xt.z5.web.core.windows.net/","blob":"https://gsm2056373296xt.blob.core.windows.net/","queue":"https://gsm2056373296xt.queue.core.windows.net/","table":"https://gsm2056373296xt.table.core.windows.net/","file":"https://gsm2056373296xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm357271585xt","name":"gsm357271585xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-27T12:15:08.6536157Z","key2":"2023-01-22T12:13:19.5800918Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.2776242Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.2776242Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:00.1995026Z","primaryEndpoints":{"dfs":"https://gsm357271585xt.dfs.core.windows.net/","web":"https://gsm357271585xt.z5.web.core.windows.net/","blob":"https://gsm357271585xt.blob.core.windows.net/","queue":"https://gsm357271585xt.queue.core.windows.net/","table":"https://gsm357271585xt.table.core.windows.net/","file":"https://gsm357271585xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm38273077xt","name":"gsm38273077xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsolesecurityusw2","GenevaWPStorageGroupName":"azureserialconsolesecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-25T09:51:31.3539534Z","key2":"2023-01-20T09:01:33.1340416Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.6225485Z","primaryEndpoints":{"dfs":"https://gsm38273077xt.dfs.core.windows.net/","web":"https://gsm38273077xt.z5.web.core.windows.net/","blob":"https://gsm38273077xt.blob.core.windows.net/","queue":"https://gsm38273077xt.queue.core.windows.net/","table":"https://gsm38273077xt.table.core.windows.net/","file":"https://gsm38273077xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm61894826xt","name":"gsm61894826xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-22T20:55:56.7960803Z","key2":"2022-12-17T11:13:48.1848332Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-10T01:07:27.7640567Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-10T01:07:27.7640567Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-10T01:07:27.6846918Z","primaryEndpoints":{"blob":"https://gsm61894826xt.blob.core.windows.net/","queue":"https://gsm61894826xt.queue.core.windows.net/","table":"https://gsm61894826xt.table.core.windows.net/","file":"https://gsm61894826xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm627614588xt","name":"gsm627614588xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsolediagusw2","GenevaWPStorageGroupName":"azureserialconsolediag"},"properties":{"keyCreationTime":{"key1":"2023-01-25T09:35:05.5956088Z","key2":"2023-01-20T03:22:09.3245854Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.6069267Z","primaryEndpoints":{"dfs":"https://gsm627614588xt.dfs.core.windows.net/","web":"https://gsm627614588xt.z5.web.core.windows.net/","blob":"https://gsm627614588xt.blob.core.windows.net/","queue":"https://gsm627614588xt.queue.core.windows.net/","table":"https://gsm627614588xt.table.core.windows.net/","file":"https://gsm627614588xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm704755552xt","name":"gsm704755552xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-25T21:11:36.8109587Z","key2":"2023-01-20T10:54:10.0603713Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.1058474Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.1058474Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:00.0276604Z","primaryEndpoints":{"dfs":"https://gsm704755552xt.dfs.core.windows.net/","web":"https://gsm704755552xt.z5.web.core.windows.net/","blob":"https://gsm704755552xt.blob.core.windows.net/","queue":"https://gsm704755552xt.queue.core.windows.net/","table":"https://gsm704755552xt.table.core.windows.net/","file":"https://gsm704755552xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm991680768xt","name":"gsm991680768xt","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuswc","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-03-31T15:08:16.2015333Z","key2":"2023-03-26T02:22:52.5217946Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-09T19:24:36.5205408Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-09T19:24:36.5205408Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-09T19:24:36.4580385Z","primaryEndpoints":{"dfs":"https://gsm991680768xt.dfs.core.windows.net/","web":"https://gsm991680768xt.z4.web.core.windows.net/","blob":"https://gsm991680768xt.blob.core.windows.net/","queue":"https://gsm991680768xt.queue.core.windows.net/","table":"https://gsm991680768xt.table.core.windows.net/","file":"https://gsm991680768xt.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available","secondaryLocation":"westus2","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2355697502xt","name":"gsm2355697502xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecuritysec","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:39.4380306Z","key2":"2023-01-05T21:51:39.4380306Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.4380306Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.4380306Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:39.3911570Z","primaryEndpoints":{"dfs":"https://gsm2355697502xt.dfs.core.windows.net/","web":"https://gsm2355697502xt.z1.web.core.windows.net/","blob":"https://gsm2355697502xt.blob.core.windows.net/","queue":"https://gsm2355697502xt.queue.core.windows.net/","table":"https://gsm2355697502xt.table.core.windows.net/","file":"https://gsm2355697502xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm3577301791xt","name":"gsm3577301791xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditsec","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:39.2349014Z","key2":"2023-01-05T21:51:39.2349014Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.2349014Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.2349014Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:39.1724007Z","primaryEndpoints":{"dfs":"https://gsm3577301791xt.dfs.core.windows.net/","web":"https://gsm3577301791xt.z1.web.core.windows.net/","blob":"https://gsm3577301791xt.blob.core.windows.net/","queue":"https://gsm3577301791xt.queue.core.windows.net/","table":"https://gsm3577301791xt.table.core.windows.net/","file":"https://gsm3577301791xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm4163209401xt","name":"gsm4163209401xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagsec","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:40.5161768Z","key2":"2023-01-05T21:51:40.5161768Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:40.5161768Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:40.5161768Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:40.4693012Z","primaryEndpoints":{"dfs":"https://gsm4163209401xt.dfs.core.windows.net/","web":"https://gsm4163209401xt.z1.web.core.windows.net/","blob":"https://gsm4163209401xt.blob.core.windows.net/","queue":"https://gsm4163209401xt.queue.core.windows.net/","table":"https://gsm4163209401xt.table.core.windows.net/","file":"https://gsm4163209401xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm916952798xt","name":"gsm916952798xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecsec","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:54:07.8478067Z","key2":"2023-01-05T21:54:07.8478067Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:54:07.8634091Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:54:07.8634091Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:54:07.8009289Z","primaryEndpoints":{"dfs":"https://gsm916952798xt.dfs.core.windows.net/","web":"https://gsm916952798xt.z1.web.core.windows.net/","blob":"https://gsm916952798xt.blob.core.windows.net/","queue":"https://gsm916952798xt.queue.core.windows.net/","table":"https://gsm916952798xt.table.core.windows.net/","file":"https://gsm916952798xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}}]}' headers: cache-control: - no-cache content-length: - - '42669' + - '87585' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 14:59:58 GMT + - Wed, 31 May 2023 18:47:19 GMT expires: - '-1' pragma: @@ -4682,14 +5169,16 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 5375bdd4-c7aa-4005-b42e-78570fc44837 - - ad9241fa-2c26-491c-8f74-cf54599b4f08 - - 241574f9-a8ad-4a45-93b3-9140e8803d62 - - 3477030e-0793-42d7-8aa5-6cc26430962e - - 9eade093-18a0-458c-97c7-23955679b934 - - cf798aef-4eef-4bbc-8082-d9fb901a9d22 - - 89851354-778d-49a5-b68f-297baa75e7df - - da0df989-c03b-418f-a217-a4719f48cd07 + - 26a02c4d-04a8-42f0-b117-310cd5f7fabe + - e7929fad-f759-472e-b776-26fffa54e943 + - 8e09c7bd-53c6-4b7b-b178-bf6af824868c + - 0ee7c8b0-6466-481d-aaa8-98dd19fe8a39 + - f92dceab-5e2a-4b12-82ee-9566f8b9cf6f + - 3ec1b3dd-7477-4abe-bda8-ce34e1a3423b + - 989957f9-052c-49ca-9752-8af9a7ee00ed + - 0d4f490c-8e31-492e-90b3-41af1a74503e + - eafc524e-acda-44d4-9aa5-072264bab009 + - 63aa384e-0e3b-4a24-ab3a-4aeed9a3a914 status: code: 200 message: OK @@ -4707,12 +5196,12 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Storage/storageAccounts/cli000002?api-version=2022-09-01 response: body: - string: '{"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":"2023-03-06T14:54:24.1208364Z","key2":"2023-03-06T14:54:24.1208364Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6676739Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6676739Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:54:24.0114062Z","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"}}' + string: '{"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":"2023-05-31T18:41:42.9470699Z","key2":"2023-05-31T18:41:42.9470699Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.0564532Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.0564532Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:41:42.8377048Z","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"}}' headers: cache-control: - no-cache @@ -4721,7 +5210,7 @@ interactions: content-type: - application/json date: - - Mon, 06 Mar 2023 14:59:58 GMT + - Wed, 31 May 2023 18:47:19 GMT expires: - '-1' pragma: @@ -4753,8 +5242,8 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 response: @@ -4768,7 +5257,7 @@ interactions: content-type: - application/json; charset=UTF-8 date: - - Mon, 06 Mar 2023 14:59:58 GMT + - Wed, 31 May 2023 18:47:19 GMT expires: - '-1' pragma: @@ -4804,7 +5293,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003/deallocate?api-version=2022-11-01 response: @@ -4814,17 +5303,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/f929ba6c-263c-4d4e-92f4-2a97a76f13df?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/a8c61da8-4cc6-4731-bf23-b286d7f577e3?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 cache-control: - no-cache content-length: - '0' date: - - Mon, 06 Mar 2023 14:59:58 GMT + - Wed, 31 May 2023 18:47:20 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/f929ba6c-263c-4d4e-92f4-2a97a76f13df?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/a8c61da8-4cc6-4731-bf23-b286d7f577e3?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 pragma: - no-cache server: @@ -4855,13 +5344,63 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/a8c61da8-4cc6-4731-bf23-b286d7f577e3?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 + response: + body: + string: "{\r\n \"startTime\": \"2023-05-31T18:47:21.0237381+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"a8c61da8-4cc6-4731-bf23-b286d7f577e3\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 18:47:20 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14947,Microsoft.Compute/GetOperation30Min;29921 + 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.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/f929ba6c-263c-4d4e-92f4-2a97a76f13df?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/a8c61da8-4cc6-4731-bf23-b286d7f577e3?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T14:59:59.5811914+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"f929ba6c-263c-4d4e-92f4-2a97a76f13df\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:47:21.0237381+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"a8c61da8-4cc6-4731-bf23-b286d7f577e3\"\r\n}" headers: cache-control: - no-cache @@ -4870,7 +5409,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:00:08 GMT + - Wed, 31 May 2023 18:47:51 GMT expires: - '-1' pragma: @@ -4887,7 +5426,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14952,Microsoft.Compute/GetOperation30Min;29863 + - Microsoft.Compute/GetOperation3Min;14949,Microsoft.Compute/GetOperation30Min;29916 status: code: 200 message: OK @@ -4905,14 +5444,14 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/f929ba6c-263c-4d4e-92f4-2a97a76f13df?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/a8c61da8-4cc6-4731-bf23-b286d7f577e3?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T14:59:59.5811914+00:00\",\r\n \"endTime\": - \"2023-03-06T15:00:19.2842984+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"f929ba6c-263c-4d4e-92f4-2a97a76f13df\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:47:21.0237381+00:00\",\r\n \"endTime\": + \"2023-05-31T18:47:57.6019798+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"a8c61da8-4cc6-4731-bf23-b286d7f577e3\"\r\n}" headers: cache-control: - no-cache @@ -4921,7 +5460,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:00:39 GMT + - Wed, 31 May 2023 18:48:01 GMT expires: - '-1' pragma: @@ -4938,7 +5477,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14957,Microsoft.Compute/GetOperation30Min;29859 + - Microsoft.Compute/GetOperation3Min;14955,Microsoft.Compute/GetOperation30Min;29913 status: code: 200 message: OK @@ -4956,9 +5495,9 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/f929ba6c-263c-4d4e-92f4-2a97a76f13df?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/a8c61da8-4cc6-4731-bf23-b286d7f577e3?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 response: body: string: '' @@ -4968,7 +5507,7 @@ interactions: content-length: - '0' date: - - Mon, 06 Mar 2023 15:00:39 GMT + - Wed, 31 May 2023 18:48:01 GMT expires: - '-1' pragma: @@ -4981,7 +5520,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14956,Microsoft.Compute/GetOperation30Min;29858 + - Microsoft.Compute/GetOperation3Min;14954,Microsoft.Compute/GetOperation30Min;29912 status: code: 200 message: OK @@ -4999,7 +5538,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?$expand=instanceView&api-version=2022-11-01 response: @@ -5009,24 +5548,24 @@ interactions: \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-westus2\": - {\r\n \"principalId\": \"684d55e2-8922-4966-a660-2d38ca4a1711\",\r\n - \ \"clientId\": \"6d45cf55-f311-4228-97b0-c22ae418aad6\"\r\n }\r\n - \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"94bb0e59-1bcd-493b-aa53-580e2ad730d7\",\r\n + {\r\n \"principalId\": \"0fdff7b9-2496-486b-b380-a06601508170\",\r\n + \ \"clientId\": \"12f2a140-5109-4e1a-8aa0-d0517def37fb\"\r\n }\r\n + \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e1276c35-281a-423c-bf10-584729040d4b\",\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.202302100\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": - \"Linux\",\r\n \"name\": \"cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n + \"18.04.202305220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\r\n \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n - \ \"managedDisk\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLE46W4L74TUUPDKTQIUNEVCDRGNWE77YHJM4DVRHN3I4J7UGNGQPGEM/providers/Microsoft.Compute/disks/cli000003_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\"\r\n + \ \"managedDisk\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLEYBTDMPVFAMGGCCEFYJE723YI3KNDBDCKZ3B7FO5KTOR5EQHAWV4LC/providers/Microsoft.Compute/disks/cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\"\r\n \ },\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"cli000003\",\r\n - \ \"adminUsername\": \"rhoover\",\r\n \"linuxConfiguration\": {\r\n + \ \"adminUsername\": \"rhkodiak\",\r\n \"linuxConfiguration\": {\r\n \ \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n - \ \"publicKeys\": [\r\n {\r\n \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n - \ \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"publicKeys\": [\r\n {\r\n \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n + \ \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n \ \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \ \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": @@ -5035,30 +5574,30 @@ interactions: \ \"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_OsDisk_1_8ff35aca4d9a4f66a19ffce403aeb77f\",\r\n + {\r\n \"disks\": [\r\n {\r\n \"name\": \"cli000003_disk1_4201e984ac2d4ee6be9661edf14f04e8\",\r\n \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2023-03-06T15:00:19.0967364+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T18:47:57.3988454+00:00\"\r\n \ }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": - {\r\n \"consoleScreenshotBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli7hpi2h-94bb0e59-1bcd-493b-aa53-580e2ad730d7/cli000003.94bb0e59-1bcd-493b-aa53-580e2ad730d7.screenshot.bmp\",\r\n - \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli7hpi2h-94bb0e59-1bcd-493b-aa53-580e2ad730d7/cli000003.94bb0e59-1bcd-493b-aa53-580e2ad730d7.serialconsole.log\"\r\n + {\r\n \"consoleScreenshotBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli5gfzag-e1276c35-281a-423c-bf10-584729040d4b/cli000003.e1276c35-281a-423c-bf10-584729040d4b.screenshot.bmp\",\r\n + \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli5gfzag-e1276c35-281a-423c-bf10-584729040d4b/cli000003.e1276c35-281a-423c-bf10-584729040d4b.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\": \"2023-03-06T15:00:19.1124111+00:00\"\r\n },\r\n + \ \"time\": \"2023-05-31T18:47:57.4144841+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 \"timeCreated\": \"2023-03-06T14:55:01.5508486+00:00\"\r\n + \ ]\r\n },\r\n \"timeCreated\": \"2023-05-31T18:42:17.6161655+00:00\"\r\n \ }\r\n}" headers: cache-control: - no-cache content-length: - - '4784' + - '4770' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:00:39 GMT + - Wed, 31 May 2023 18:48:01 GMT expires: - '-1' pragma: @@ -5075,7 +5614,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3971,Microsoft.Compute/LowCostGet30Min;31925 + - Microsoft.Compute/LowCostGet3Min;3971,Microsoft.Compute/LowCostGet30Min;31917 status: code: 200 message: OK @@ -5093,21 +5632,21 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/storageAccounts?api-version=2022-09-01 response: body: - string: '{"value":[{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-eastus/providers/Microsoft.Storage/storageAccounts/cs210032001f4814ba9","name":"cs210032001f4814ba9","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-05-16T14:16:22.3477819Z","key2":"2022-05-16T14:16:22.3477819Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-16T14:16:22.3477819Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-16T14:16:22.3477819Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-16T14:16:22.2227752Z","primaryEndpoints":{"dfs":"https://cs210032001f4814ba9.dfs.core.windows.net/","web":"https://cs210032001f4814ba9.z13.web.core.windows.net/","blob":"https://cs210032001f4814ba9.blob.core.windows.net/","queue":"https://cs210032001f4814ba9.queue.core.windows.net/","table":"https://cs210032001f4814ba9.table.core.windows.net/","file":"https://cs210032001f4814ba9.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/guidomassonitest-rg/providers/Microsoft.Storage/storageAccounts/guidomassonitestrg88ad","name":"guidomassonitestrg88ad","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-01-23T18:52:02.5484088Z","key2":"2023-01-23T18:52:02.5484088Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-23T18:52:02.5484088Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-23T18:52:02.5484088Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-01-23T18:52:02.4077698Z","primaryEndpoints":{"blob":"https://guidomassonitestrg88ad.blob.core.windows.net/","queue":"https://guidomassonitestrg88ad.queue.core.windows.net/","table":"https://guidomassonitestrg88ad.table.core.windows.net/","file":"https://guidomassonitestrg88ad.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guidomtesttrafficmanagerrg/providers/Microsoft.Storage/storageAccounts/guidomteststoraccfortm","name":"guidomteststoraccfortm","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-10-18T18:01:13.5231266Z","key2":"2022-10-18T18:01:13.5231266Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-10-18T18:01:13.5387607Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-10-18T18:01:13.5387607Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-10-18T18:01:13.3825002Z","primaryEndpoints":{"dfs":"https://guidomteststoraccfortm.dfs.core.windows.net/","web":"https://guidomteststoraccfortm.z13.web.core.windows.net/","blob":"https://guidomteststoraccfortm.blob.core.windows.net/","queue":"https://guidomteststoraccfortm.queue.core.windows.net/","table":"https://guidomteststoraccfortm.table.core.windows.net/","file":"https://guidomteststoraccfortm.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://guidomteststoraccfortm-secondary.dfs.core.windows.net/","web":"https://guidomteststoraccfortm-secondary.z13.web.core.windows.net/","blob":"https://guidomteststoraccfortm-secondary.blob.core.windows.net/","queue":"https://guidomteststoraccfortm-secondary.queue.core.windows.net/","table":"https://guidomteststoraccfortm-secondary.table.core.windows.net/"}}},{"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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnervmrg-eastus/providers/Microsoft.Storage/storageAccounts/scrunneri2ezqh4xu2wqq","name":"scrunneri2ezqh4xu2wqq","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:01:12.9383535Z","key2":"2023-02-11T08:01:12.9383535Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:01:12.9383535Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:01:12.9383535Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:01:12.6883669Z","primaryEndpoints":{"blob":"https://scrunneri2ezqh4xu2wqq.blob.core.windows.net/","queue":"https://scrunneri2ezqh4xu2wqq.queue.core.windows.net/","table":"https://scrunneri2ezqh4xu2wqq.table.core.windows.net/","file":"https://scrunneri2ezqh4xu2wqq.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yuas-rg/providers/Microsoft.Storage/storageAccounts/yuasstorageacct","name":"yuasstorageacct","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-08-02T12:18:18.8547131Z","key2":"2022-08-02T12:18:18.8547131Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-08-02T12:18:18.8547131Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-08-02T12:18:18.8547131Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-08-02T12:18:18.7140969Z","primaryEndpoints":{"dfs":"https://yuasstorageacct.dfs.core.windows.net/","web":"https://yuasstorageacct.z13.web.core.windows.net/","blob":"https://yuasstorageacct.blob.core.windows.net/","queue":"https://yuasstorageacct.queue.core.windows.net/","table":"https://yuasstorageacct.table.core.windows.net/","file":"https://yuasstorageacct.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yuasstorageacct-secondary.dfs.core.windows.net/","web":"https://yuasstorageacct-secondary.z13.web.core.windows.net/","blob":"https://yuasstorageacct-secondary.blob.core.windows.net/","queue":"https://yuasstorageacct-secondary.queue.core.windows.net/","table":"https://yuasstorageacct-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bkerrigan-dev-rg/providers/Microsoft.Storage/storageAccounts/bktestsa2","name":"bktestsa2","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","immutableStorageWithVersioning":{"enabled":true},"keyCreationTime":{"key1":"2022-09-27T23:58:45.6496284Z","key2":"2022-09-27T23:58:45.6496284Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-09-27T23:58:46.2902461Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-09-27T23:58:46.2902461Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Cool","provisioningState":"Succeeded","creationTime":"2022-09-27T23:58:45.5558609Z","primaryEndpoints":{"dfs":"https://bktestsa2.dfs.core.windows.net/","web":"https://bktestsa2.z20.web.core.windows.net/","blob":"https://bktestsa2.blob.core.windows.net/","queue":"https://bktestsa2.queue.core.windows.net/","table":"https://bktestsa2.table.core.windows.net/","file":"https://bktestsa2.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/SCRunner/providers/Microsoft.Storage/storageAccounts/scrunnerstorage","name":"scrunnerstorage","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rhoover/providers/Microsoft.Storage/storageAccounts/rhooverstorage","name":"rhooverstorage","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-05-26T17:14:23.5085026Z","key2":"2022-05-26T17:14:23.5085026Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T17:14:23.5241285Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T17:14:23.5241285Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-26T17:14:23.4147520Z","primaryEndpoints":{"dfs":"https://rhooverstorage.dfs.core.windows.net/","web":"https://rhooverstorage.z21.web.core.windows.net/","blob":"https://rhooverstorage.blob.core.windows.net/","queue":"https://rhooverstorage.queue.core.windows.net/","table":"https://rhooverstorage.table.core.windows.net/","file":"https://rhooverstorage.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/scrunnervmrg-australiaeast/providers/Microsoft.Storage/storageAccounts/scrunner56hymyctm4kw2","name":"scrunner56hymyctm4kw2","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:42:58.2414102Z","key2":"2023-02-11T08:42:58.2414102Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:42:59.3196006Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:42:59.3196006Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:42:58.1476588Z","primaryEndpoints":{"blob":"https://scrunner56hymyctm4kw2.blob.core.windows.net/","queue":"https://scrunner56hymyctm4kw2.queue.core.windows.net/","table":"https://scrunner56hymyctm4kw2.table.core.windows.net/","file":"https://scrunner56hymyctm4kw2.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsolestuzi7ftnukpi2fyagwys225gbsh73m2h2z7zwjnemrgl5jrfrevg/providers/Microsoft.Storage/storageAccounts/clij3widgfvooidlncm4zwgr","name":"clij3widgfvooidlncm4zwgr","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T14:54:24.1363998Z","key2":"2023-03-06T14:54:24.1363998Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6364190Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6364190Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:54:24.0114062Z","primaryEndpoints":{"blob":"https://clij3widgfvooidlncm4zwgr.blob.core.windows.net/","queue":"https://clij3widgfvooidlncm4zwgr.queue.core.windows.net/","table":"https://clij3widgfvooidlncm4zwgr.table.core.windows.net/","file":"https://clij3widgfvooidlncm4zwgr.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_serialconsolek4hibhcaoukjiclxhnksydes553f4t7r3glwjvxloifh37s6yqdk5/providers/Microsoft.Storage/storageAccounts/cliln4rgfngepmlxlmpwv5wk","name":"cliln4rgfngepmlxlmpwv5wk","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T14:58:59.2000914Z","key2":"2023-03-06T14:58:59.2000914Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:58:59.8876132Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:58:59.8876132Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:58:59.1063047Z","primaryEndpoints":{"blob":"https://cliln4rgfngepmlxlmpwv5wk.blob.core.windows.net/","queue":"https://cliln4rgfngepmlxlmpwv5wk.queue.core.windows.net/","table":"https://cliln4rgfngepmlxlmpwv5wk.table.core.windows.net/","file":"https://cliln4rgfngepmlxlmpwv5wk.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_serialconsolex4geueyy52iloaspyxz3rrqwxv2syvnkjiljxbv522buwxqpiljme/providers/Microsoft.Storage/storageAccounts/clipf6qz5nxegbgku5yqzkd2","name":"clipf6qz5nxegbgku5yqzkd2","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T07:45:44.7937561Z","key2":"2023-03-06T07:45:44.7937561Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:45:45.1687946Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:45:45.1687946Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T07:45:44.7000168Z","primaryEndpoints":{"blob":"https://clipf6qz5nxegbgku5yqzkd2.blob.core.windows.net/","queue":"https://clipf6qz5nxegbgku5yqzkd2.queue.core.windows.net/","table":"https://clipf6qz5nxegbgku5yqzkd2.table.core.windows.net/","file":"https://clipf6qz5nxegbgku5yqzkd2.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_serialconsolep35rualbmodx4sho6gltgwspkbsxnsj34im3hqgkvnopy3hqugcaw/providers/Microsoft.Storage/storageAccounts/clite7vcjveueljfi27rolvu","name":"clite7vcjveueljfi27rolvu","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T14:54:23.8082415Z","key2":"2023-03-06T14:54:23.8082415Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.5270280Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.5270280Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:54:23.6989027Z","primaryEndpoints":{"blob":"https://clite7vcjveueljfi27rolvu.blob.core.windows.net/","queue":"https://clite7vcjveueljfi27rolvu.queue.core.windows.net/","table":"https://clite7vcjveueljfi27rolvu.table.core.windows.net/","file":"https://clite7vcjveueljfi27rolvu.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_serialconsoledcvrpndxic4emeqq5apwkns4qa5owpy4jn3b536ks35zdrmn7bl5k/providers/Microsoft.Storage/storageAccounts/cliwqnm2fo7pftnxlk7c734i","name":"cliwqnm2fo7pftnxlk7c734i","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T07:34:57.7461613Z","key2":"2023-03-06T07:34:57.7461613Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:34:57.9961851Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:34:57.9961851Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T07:34:57.6368148Z","primaryEndpoints":{"blob":"https://cliwqnm2fo7pftnxlk7c734i.blob.core.windows.net/","queue":"https://cliwqnm2fo7pftnxlk7c734i.queue.core.windows.net/","table":"https://cliwqnm2fo7pftnxlk7c734i.table.core.windows.net/","file":"https://cliwqnm2fo7pftnxlk7c734i.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":"2023-03-06T14:54:24.1208364Z","key2":"2023-03-06T14:54:24.1208364Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6676739Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6676739Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:54:24.0114062Z","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/guptar2/providers/Microsoft.Storage/storageAccounts/guptar2diagnosticsv1","name":"guptar2diagnosticsv1","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-05T17:21:41.8250582Z","key2":"2022-04-05T17:21:41.8250582Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:21:41.8250582Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:21:41.8250582Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-05T17:21:41.7313240Z","primaryEndpoints":{"blob":"https://guptar2diagnosticsv1.blob.core.windows.net/","queue":"https://guptar2diagnosticsv1.queue.core.windows.net/","table":"https://guptar2diagnosticsv1.table.core.windows.net/","file":"https://guptar2diagnosticsv1.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guptar2/providers/Microsoft.Storage/storageAccounts/guptar2diagnosticsv2","name":"guptar2diagnosticsv2","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-04-05T17:22:55.8411567Z","key2":"2022-04-05T17:22:55.8411567Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"resourceAccessRules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[{"value":"20.98.146.84","action":"Allow"},{"value":"20.83.222.102","action":"Allow"},{"value":"20.98.194.64","action":"Allow"},{"value":"20.69.5.162","action":"Allow"}],"defaultAction":"Deny"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:22:55.8411567Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:22:55.8411567Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-05T17:22:55.7318000Z","primaryEndpoints":{"dfs":"https://guptar2diagnosticsv2.dfs.core.windows.net/","web":"https://guptar2diagnosticsv2.z5.web.core.windows.net/","blob":"https://guptar2diagnosticsv2.blob.core.windows.net/","queue":"https://guptar2diagnosticsv2.queue.core.windows.net/","table":"https://guptar2diagnosticsv2.table.core.windows.net/","file":"https://guptar2diagnosticsv2.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sericonrp-trafficmanager/providers/Microsoft.Storage/storageAccounts/sericonrpdevtmstorage","name":"sericonrpdevtmstorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-11-30T19:15:41.5013570Z","key2":"2022-11-30T19:15:41.5013570Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-11-30T19:15:42.0638737Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-11-30T19:15:42.0638737Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-11-30T19:15:41.4075777Z","primaryEndpoints":{"dfs":"https://sericonrpdevtmstorage.dfs.core.windows.net/","web":"https://sericonrpdevtmstorage.z5.web.core.windows.net/","blob":"https://sericonrpdevtmstorage.blob.core.windows.net/","queue":"https://sericonrpdevtmstorage.queue.core.windows.net/","table":"https://sericonrpdevtmstorage.table.core.windows.net/","file":"https://sericonrpdevtmstorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sericonrpdevtmstorage-secondary.dfs.core.windows.net/","web":"https://sericonrpdevtmstorage-secondary.z5.web.core.windows.net/","blob":"https://sericonrpdevtmstorage-secondary.blob.core.windows.net/","queue":"https://sericonrpdevtmstorage-secondary.queue.core.windows.net/","table":"https://sericonrpdevtmstorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ops/providers/Microsoft.Storage/storageAccounts/sericonstorage","name":"sericonstorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2023-03-05T19:58:00.4355863Z","key2":"2023-03-05T19:58:00.4355863Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-05T19:58:00.9824831Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-05T19:58:00.9824831Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-03-05T19:58:00.3262342Z","primaryEndpoints":{"dfs":"https://sericonstorage.dfs.core.windows.net/","web":"https://sericonstorage.z5.web.core.windows.net/","blob":"https://sericonstorage.blob.core.windows.net/","queue":"https://sericonstorage.queue.core.windows.net/","table":"https://sericonstorage.table.core.windows.net/","file":"https://sericonstorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rhoover-dev-rg/providers/Microsoft.Storage/storageAccounts/rhooverdevrgdiag","name":"rhooverdevrgdiag","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-06-20T19:39:24.4605968Z","key2":"2022-06-20T19:39:24.4605968Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":false,"networkAcls":{"resourceAccessRules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[{"value":"20.98.146.84","action":"Allow"},{"value":"20.98.194.64","action":"Allow"},{"value":"20.69.5.162","action":"Allow"},{"value":"20.83.222.102","action":"Allow"},{"value":"76.197.206.105","action":"Allow"}],"defaultAction":"Deny"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-20T19:39:24.4762287Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-20T19:39:24.4762287Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-20T19:39:24.4137057Z","primaryEndpoints":{"blob":"https://rhooverdevrgdiag.blob.core.windows.net/","queue":"https://rhooverdevrgdiag.queue.core.windows.net/","table":"https://rhooverdevrgdiag.table.core.windows.net/","file":"https://rhooverdevrgdiag.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnervmrg-westcentralus/providers/Microsoft.Storage/storageAccounts/scrunneraoptpjec4skce","name":"scrunneraoptpjec4skce","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:40:40.0686467Z","key2":"2023-02-11T08:40:40.0686467Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:40:40.5842822Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:40:40.5842822Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:40:40.0061730Z","primaryEndpoints":{"blob":"https://scrunneraoptpjec4skce.blob.core.windows.net/","queue":"https://scrunneraoptpjec4skce.queue.core.windows.net/","table":"https://scrunneraoptpjec4skce.table.core.windows.net/","file":"https://scrunneraoptpjec4skce.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-westcentralus/providers/Microsoft.Storage/storageAccounts/scrunnerrfscmqxeni3uq","name":"scrunnerrfscmqxeni3uq","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/ubuntu-westus3_group/providers/Microsoft.Storage/storageAccounts/ubuntuwestus3groupdiag","name":"ubuntuwestus3groupdiag","type":"Microsoft.Storage/storageAccounts","location":"westus3","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-18T19:48:38.9882588Z","key2":"2022-04-18T19:48:38.9882588Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-18T19:48:38.9882588Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-18T19:48:38.9882588Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-18T19:48:38.9258191Z","primaryEndpoints":{"blob":"https://ubuntuwestus3groupdiag.blob.core.windows.net/","queue":"https://ubuntuwestus3groupdiag.queue.core.windows.net/","table":"https://ubuntuwestus3groupdiag.table.core.windows.net/","file":"https://ubuntuwestus3groupdiag.file.core.windows.net/"},"primaryLocation":"westus3","statusOfPrimary":"available"}}]}' + string: '{"value":[{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1043690549xt","name":"gsm1043690549xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2022-12-31T04:18:29.2926413Z","key2":"2022-12-25T23:25:55.8307065Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:56.6813607Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:56.6813607Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:56.5251102Z","primaryEndpoints":{"blob":"https://gsm1043690549xt.blob.core.windows.net/","queue":"https://gsm1043690549xt.queue.core.windows.net/","table":"https://gsm1043690549xt.table.core.windows.net/","file":"https://gsm1043690549xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1117986772xt","name":"gsm1117986772xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuse","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-04-03T10:54:38.3446142Z","key2":"2023-03-28T13:38:53.8995172Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-10T22:33:17.7969604Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-10T22:33:17.7969604Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-10T22:33:17.7344354Z","primaryEndpoints":{"dfs":"https://gsm1117986772xt.dfs.core.windows.net/","web":"https://gsm1117986772xt.z13.web.core.windows.net/","blob":"https://gsm1117986772xt.blob.core.windows.net/","queue":"https://gsm1117986772xt.queue.core.windows.net/","table":"https://gsm1117986772xt.table.core.windows.net/","file":"https://gsm1117986772xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1284065332xt","name":"gsm1284065332xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2022-12-29T15:04:07.1834140Z","key2":"2022-12-24T15:02:48.3875221Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:58.4782463Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:58.4782463Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:58.3219980Z","primaryEndpoints":{"blob":"https://gsm1284065332xt.blob.core.windows.net/","queue":"https://gsm1284065332xt.queue.core.windows.net/","table":"https://gsm1284065332xt.table.core.windows.net/","file":"https://gsm1284065332xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1660928445xt","name":"gsm1660928445xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2022-12-30T02:54:38.2414616Z","key2":"2022-12-25T02:53:27.9902241Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:55.5719858Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:55.5719858Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:55.4313594Z","primaryEndpoints":{"blob":"https://gsm1660928445xt.blob.core.windows.net/","queue":"https://gsm1660928445xt.queue.core.windows.net/","table":"https://gsm1660928445xt.table.core.windows.net/","file":"https://gsm1660928445xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1229178215xt","name":"gsm1229178215xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-05-21T20:36:24.1125096Z","key2":"2023-05-16T12:59:19.4741702Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.4993530Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.4993530Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.4212234Z","primaryEndpoints":{"dfs":"https://gsm1229178215xt.dfs.core.windows.net/","web":"https://gsm1229178215xt.z20.web.core.windows.net/","blob":"https://gsm1229178215xt.blob.core.windows.net/","queue":"https://gsm1229178215xt.queue.core.windows.net/","table":"https://gsm1229178215xt.table.core.windows.net/","file":"https://gsm1229178215xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1456709414xt","name":"gsm1456709414xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-05-21T06:52:02.3706582Z","key2":"2023-05-16T06:50:56.8159280Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.7181103Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.7181103Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.6556583Z","primaryEndpoints":{"dfs":"https://gsm1456709414xt.dfs.core.windows.net/","web":"https://gsm1456709414xt.z20.web.core.windows.net/","blob":"https://gsm1456709414xt.blob.core.windows.net/","queue":"https://gsm1456709414xt.queue.core.windows.net/","table":"https://gsm1456709414xt.table.core.windows.net/","file":"https://gsm1456709414xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1460695472xt","name":"gsm1460695472xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuse2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-05-05T04:06:01.8082271Z","key2":"2023-04-30T04:04:55.5757766Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:12:17.4426654Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:12:17.4426654Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:12:17.3645192Z","primaryEndpoints":{"dfs":"https://gsm1460695472xt.dfs.core.windows.net/","web":"https://gsm1460695472xt.z20.web.core.windows.net/","blob":"https://gsm1460695472xt.blob.core.windows.net/","queue":"https://gsm1460695472xt.queue.core.windows.net/","table":"https://gsm1460695472xt.table.core.windows.net/","file":"https://gsm1460695472xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2007663765xt","name":"gsm2007663765xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-05-19T09:29:46.7661468Z","key2":"2023-05-14T09:28:41.5530938Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.5150262Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.5150262Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.4368507Z","primaryEndpoints":{"dfs":"https://gsm2007663765xt.dfs.core.windows.net/","web":"https://gsm2007663765xt.z20.web.core.windows.net/","blob":"https://gsm2007663765xt.blob.core.windows.net/","queue":"https://gsm2007663765xt.queue.core.windows.net/","table":"https://gsm2007663765xt.table.core.windows.net/","file":"https://gsm2007663765xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2012629196xt","name":"gsm2012629196xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-05-03T19:01:10.2022709Z","key2":"2023-04-28T18:59:28.8935989Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.7012347Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.7012347Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:09.6074718Z","primaryEndpoints":{"dfs":"https://gsm2012629196xt.dfs.core.windows.net/","web":"https://gsm2012629196xt.z20.web.core.windows.net/","blob":"https://gsm2012629196xt.blob.core.windows.net/","queue":"https://gsm2012629196xt.queue.core.windows.net/","table":"https://gsm2012629196xt.table.core.windows.net/","file":"https://gsm2012629196xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2121776810xt","name":"gsm2121776810xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"","GenevaWPMonikerName":"SeriConRPAzsecuse2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-23T09:56:45.3229575Z","key2":"2022-12-17T22:52:57.1579634Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:58:18.8692726Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:58:18.8692726Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-09T23:58:18.7598975Z","primaryEndpoints":{"blob":"https://gsm2121776810xt.blob.core.windows.net/","queue":"https://gsm2121776810xt.queue.core.windows.net/","table":"https://gsm2121776810xt.table.core.windows.net/","file":"https://gsm2121776810xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm226956555xt","name":"gsm226956555xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-05-06T05:24:12.6559459Z","key2":"2023-05-01T05:22:37.0901103Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:08.8262029Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:08.8262029Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:08.7324504Z","primaryEndpoints":{"dfs":"https://gsm226956555xt.dfs.core.windows.net/","web":"https://gsm226956555xt.z20.web.core.windows.net/","blob":"https://gsm226956555xt.blob.core.windows.net/","queue":"https://gsm226956555xt.queue.core.windows.net/","table":"https://gsm226956555xt.table.core.windows.net/","file":"https://gsm226956555xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm683268085xt","name":"gsm683268085xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-05-06T02:53:55.0895748Z","key2":"2023-05-01T02:52:17.4623442Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.1074642Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.1074642Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:09.0137094Z","primaryEndpoints":{"dfs":"https://gsm683268085xt.dfs.core.windows.net/","web":"https://gsm683268085xt.z20.web.core.windows.net/","blob":"https://gsm683268085xt.blob.core.windows.net/","queue":"https://gsm683268085xt.queue.core.windows.net/","table":"https://gsm683268085xt.table.core.windows.net/","file":"https://gsm683268085xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/hackforgsmuse2","name":"hackforgsmuse2","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"","GenevaWPMonikerName":"HackForGSMUSE2"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:00:49.6669890Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:00:49.6669890Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-09T23:00:49.5419849Z","primaryEndpoints":{"blob":"https://hackforgsmuse2.blob.core.windows.net/","queue":"https://hackforgsmuse2.queue.core.windows.net/","table":"https://hackforgsmuse2.table.core.windows.net/","file":"https://hackforgsmuse2.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1272766413xt","name":"gsm1272766413xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-26T12:50:22.9754194Z","key2":"2023-01-21T02:57:10.6219025Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.2651368Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.2651368Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:08.1869875Z","primaryEndpoints":{"dfs":"https://gsm1272766413xt.dfs.core.windows.net/","web":"https://gsm1272766413xt.z22.web.core.windows.net/","blob":"https://gsm1272766413xt.blob.core.windows.net/","queue":"https://gsm1272766413xt.queue.core.windows.net/","table":"https://gsm1272766413xt.table.core.windows.net/","file":"https://gsm1272766413xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1406960057xt","name":"gsm1406960057xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-28T16:26:46.4096191Z","key2":"2023-01-23T02:04:13.0813787Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:07.9369692Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:07.9369692Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:07.8588528Z","primaryEndpoints":{"dfs":"https://gsm1406960057xt.dfs.core.windows.net/","web":"https://gsm1406960057xt.z22.web.core.windows.net/","blob":"https://gsm1406960057xt.blob.core.windows.net/","queue":"https://gsm1406960057xt.queue.core.windows.net/","table":"https://gsm1406960057xt.table.core.windows.net/","file":"https://gsm1406960057xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1998073872xt","name":"gsm1998073872xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-05-26T18:20:44.5735809Z","key2":"2023-05-21T05:23:46.0278541Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-02T21:00:19.3734252Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-02T21:00:19.3734252Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-06-02T21:00:19.2952836Z","primaryEndpoints":{"dfs":"https://gsm1998073872xt.dfs.core.windows.net/","web":"https://gsm1998073872xt.z22.web.core.windows.net/","blob":"https://gsm1998073872xt.blob.core.windows.net/","queue":"https://gsm1998073872xt.queue.core.windows.net/","table":"https://gsm1998073872xt.table.core.windows.net/","file":"https://gsm1998073872xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm56088856xt","name":"gsm56088856xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-26T09:21:20.1673955Z","key2":"2023-01-21T09:20:08.4251477Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.0619664Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.0619664Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:07.9838401Z","primaryEndpoints":{"dfs":"https://gsm56088856xt.dfs.core.windows.net/","web":"https://gsm56088856xt.z22.web.core.windows.net/","blob":"https://gsm56088856xt.blob.core.windows.net/","queue":"https://gsm56088856xt.queue.core.windows.net/","table":"https://gsm56088856xt.table.core.windows.net/","file":"https://gsm56088856xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1079311536xt","name":"gsm1079311536xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecweu","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-23T05:17:15.8192673Z","key2":"2023-01-17T15:45:49.1931322Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:33:55.5639421Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:33:55.5639421Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-31T20:33:55.4858374Z","primaryEndpoints":{"dfs":"https://gsm1079311536xt.dfs.core.windows.net/","web":"https://gsm1079311536xt.z6.web.core.windows.net/","blob":"https://gsm1079311536xt.blob.core.windows.net/","queue":"https://gsm1079311536xt.queue.core.windows.net/","table":"https://gsm1079311536xt.table.core.windows.net/","file":"https://gsm1079311536xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1212953208xt","name":"gsm1212953208xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityweu","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-27T10:06:11.5827190Z","key2":"2023-01-22T10:04:24.4048026Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.1266253Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.1266253Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:09.0484965Z","primaryEndpoints":{"dfs":"https://gsm1212953208xt.dfs.core.windows.net/","web":"https://gsm1212953208xt.z6.web.core.windows.net/","blob":"https://gsm1212953208xt.blob.core.windows.net/","queue":"https://gsm1212953208xt.queue.core.windows.net/","table":"https://gsm1212953208xt.table.core.windows.net/","file":"https://gsm1212953208xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1920423455xt","name":"gsm1920423455xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagweu","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-26T08:22:35.7453186Z","key2":"2023-01-21T08:20:33.7244599Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:08.9859884Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:08.9859884Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:08.9078572Z","primaryEndpoints":{"dfs":"https://gsm1920423455xt.dfs.core.windows.net/","web":"https://gsm1920423455xt.z6.web.core.windows.net/","blob":"https://gsm1920423455xt.blob.core.windows.net/","queue":"https://gsm1920423455xt.queue.core.windows.net/","table":"https://gsm1920423455xt.table.core.windows.net/","file":"https://gsm1920423455xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm757504717xt","name":"gsm757504717xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditweu","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-27T08:12:19.1858523Z","key2":"2023-01-22T08:11:09.9357435Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.4079128Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.4079128Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:09.3298787Z","primaryEndpoints":{"dfs":"https://gsm757504717xt.dfs.core.windows.net/","web":"https://gsm757504717xt.z6.web.core.windows.net/","blob":"https://gsm757504717xt.blob.core.windows.net/","queue":"https://gsm757504717xt.queue.core.windows.net/","table":"https://gsm757504717xt.table.core.windows.net/","file":"https://gsm757504717xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1364877148xt","name":"gsm1364877148xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditase","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2021-04-29T17:55:11.7577346Z","key2":"2023-03-15T18:36:22.0032549Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.7343798Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.7343798Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:41.6719189Z","primaryEndpoints":{"dfs":"https://gsm1364877148xt.dfs.core.windows.net/","web":"https://gsm1364877148xt.z23.web.core.windows.net/","blob":"https://gsm1364877148xt.blob.core.windows.net/","queue":"https://gsm1364877148xt.queue.core.windows.net/","table":"https://gsm1364877148xt.table.core.windows.net/","file":"https://gsm1364877148xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm293072282xt","name":"gsm293072282xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagase","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-03-17T11:20:27.0757277Z","key2":"2023-03-11T15:43:18.2538811Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:40.4843241Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:40.4843241Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:40.4530856Z","primaryEndpoints":{"dfs":"https://gsm293072282xt.dfs.core.windows.net/","web":"https://gsm293072282xt.z23.web.core.windows.net/","blob":"https://gsm293072282xt.blob.core.windows.net/","queue":"https://gsm293072282xt.queue.core.windows.net/","table":"https://gsm293072282xt.table.core.windows.net/","file":"https://gsm293072282xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm652881509xt","name":"gsm652881509xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecase","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-23T02:48:19.2605229Z","key2":"2023-01-17T08:03:51.5853536Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:27:01.7959092Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:27:01.7959092Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-31T20:27:01.7334373Z","primaryEndpoints":{"dfs":"https://gsm652881509xt.dfs.core.windows.net/","web":"https://gsm652881509xt.z23.web.core.windows.net/","blob":"https://gsm652881509xt.blob.core.windows.net/","queue":"https://gsm652881509xt.queue.core.windows.net/","table":"https://gsm652881509xt.table.core.windows.net/","file":"https://gsm652881509xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm665873655xt","name":"gsm665873655xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityase","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-03-15T22:08:39.3406329Z","key2":"2023-03-10T07:30:08.4982799Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.3280923Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.3280923Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:41.2812263Z","primaryEndpoints":{"dfs":"https://gsm665873655xt.dfs.core.windows.net/","web":"https://gsm665873655xt.z23.web.core.windows.net/","blob":"https://gsm665873655xt.blob.core.windows.net/","queue":"https://gsm665873655xt.queue.core.windows.net/","table":"https://gsm665873655xt.table.core.windows.net/","file":"https://gsm665873655xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1013760812xt","name":"gsm1013760812xt","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecussc","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-28T14:46:18.9021520Z","key2":"2023-01-23T08:40:45.9176662Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-01T23:35:19.3043038Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-01T23:35:19.3043038Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-01T23:35:19.2092898Z","primaryEndpoints":{"dfs":"https://gsm1013760812xt.dfs.core.windows.net/","web":"https://gsm1013760812xt.z21.web.core.windows.net/","blob":"https://gsm1013760812xt.blob.core.windows.net/","queue":"https://gsm1013760812xt.queue.core.windows.net/","table":"https://gsm1013760812xt.table.core.windows.net/","file":"https://gsm1013760812xt.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1481752393xt","name":"gsm1481752393xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditaue","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2022-12-11T02:08:01.5135580Z","key2":"2022-12-06T02:06:17.2106220Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.9325477Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.9325477Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.8699546Z","primaryEndpoints":{"dfs":"https://gsm1481752393xt.dfs.core.windows.net/","web":"https://gsm1481752393xt.z8.web.core.windows.net/","blob":"https://gsm1481752393xt.blob.core.windows.net/","queue":"https://gsm1481752393xt.queue.core.windows.net/","table":"https://gsm1481752393xt.table.core.windows.net/","file":"https://gsm1481752393xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm175927945xt","name":"gsm175927945xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagaue","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2022-12-12T13:02:05.1185199Z","key2":"2022-12-07T13:00:29.7909142Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6824967Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6824967Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.6043190Z","primaryEndpoints":{"dfs":"https://gsm175927945xt.dfs.core.windows.net/","web":"https://gsm175927945xt.z8.web.core.windows.net/","blob":"https://gsm175927945xt.blob.core.windows.net/","queue":"https://gsm175927945xt.queue.core.windows.net/","table":"https://gsm175927945xt.table.core.windows.net/","file":"https://gsm175927945xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1929878860xt","name":"gsm1929878860xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecaue","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-03-09T13:55:08.5541466Z","key2":"2023-03-03T11:35:56.1217273Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-11T00:59:46.7551547Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-11T00:59:46.7551547Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-03-11T00:59:46.6769818Z","primaryEndpoints":{"dfs":"https://gsm1929878860xt.dfs.core.windows.net/","web":"https://gsm1929878860xt.z8.web.core.windows.net/","blob":"https://gsm1929878860xt.blob.core.windows.net/","queue":"https://gsm1929878860xt.queue.core.windows.net/","table":"https://gsm1929878860xt.table.core.windows.net/","file":"https://gsm1929878860xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2273607188xt","name":"gsm2273607188xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditsy","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3565367Z","key2":"2023-01-05T03:42:01.3565367Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.8722599Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.8722599Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2940438Z","primaryEndpoints":{"dfs":"https://gsm2273607188xt.dfs.core.windows.net/","web":"https://gsm2273607188xt.z8.web.core.windows.net/","blob":"https://gsm2273607188xt.blob.core.windows.net/","queue":"https://gsm2273607188xt.queue.core.windows.net/","table":"https://gsm2273607188xt.table.core.windows.net/","file":"https://gsm2273607188xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm40701790xt","name":"gsm40701790xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityaue","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2022-12-11T06:35:36.7208308Z","key2":"2022-12-06T06:33:31.1701235Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6981732Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6981732Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.6043190Z","primaryEndpoints":{"dfs":"https://gsm40701790xt.dfs.core.windows.net/","web":"https://gsm40701790xt.z8.web.core.windows.net/","blob":"https://gsm40701790xt.blob.core.windows.net/","queue":"https://gsm40701790xt.queue.core.windows.net/","table":"https://gsm40701790xt.table.core.windows.net/","file":"https://gsm40701790xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm419531226xt","name":"gsm419531226xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecaue","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-11T06:40:10.3879897Z","key2":"2022-12-06T06:37:36.8335211Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:38:31.8079251Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:38:31.8079251Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:38:31.7454063Z","primaryEndpoints":{"dfs":"https://gsm419531226xt.dfs.core.windows.net/","web":"https://gsm419531226xt.z8.web.core.windows.net/","blob":"https://gsm419531226xt.blob.core.windows.net/","queue":"https://gsm419531226xt.queue.core.windows.net/","table":"https://gsm419531226xt.table.core.windows.net/","file":"https://gsm419531226xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm4207516453xt","name":"gsm4207516453xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecuritysy","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3252937Z","key2":"2023-01-05T03:42:01.3252937Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:02.0597744Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:02.0597744Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2627948Z","primaryEndpoints":{"dfs":"https://gsm4207516453xt.dfs.core.windows.net/","web":"https://gsm4207516453xt.z8.web.core.windows.net/","blob":"https://gsm4207516453xt.blob.core.windows.net/","queue":"https://gsm4207516453xt.queue.core.windows.net/","table":"https://gsm4207516453xt.table.core.windows.net/","file":"https://gsm4207516453xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm868844794xt","name":"gsm868844794xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagsy","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3252937Z","key2":"2023-01-05T03:42:01.3252937Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.9347064Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.9347064Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2315310Z","primaryEndpoints":{"dfs":"https://gsm868844794xt.dfs.core.windows.net/","web":"https://gsm868844794xt.z8.web.core.windows.net/","blob":"https://gsm868844794xt.blob.core.windows.net/","queue":"https://gsm868844794xt.queue.core.windows.net/","table":"https://gsm868844794xt.table.core.windows.net/","file":"https://gsm868844794xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsoleas6vtnnsjx3nov734dxsgph5roifuuwnjuwsoudoqv4xplej6nnkn/providers/Microsoft.Storage/storageAccounts/cli3wowftgy3elslo6atxmuk","name":"cli3wowftgy3elslo6atxmuk","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-05-31T18:41:43.1502414Z","key2":"2023-05-31T18:41:43.1502414Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.2439585Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.2439585Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:41:43.0408015Z","primaryEndpoints":{"blob":"https://cli3wowftgy3elslo6atxmuk.blob.core.windows.net/","queue":"https://cli3wowftgy3elslo6atxmuk.queue.core.windows.net/","table":"https://cli3wowftgy3elslo6atxmuk.table.core.windows.net/","file":"https://cli3wowftgy3elslo6atxmuk.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":"2023-05-31T18:41:42.9470699Z","key2":"2023-05-31T18:41:42.9470699Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.0564532Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.0564532Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:41:42.8377048Z","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_serialconsolebp42i2slgvnyz2nboi2yl6rhoicfuoaswjywaawksjsqnmx6xk4ul/providers/Microsoft.Storage/storageAccounts/clidgbfkkzqd5myuawuvoebz","name":"clidgbfkkzqd5myuawuvoebz","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-05-31T18:46:21.5407312Z","key2":"2023-05-31T18:46:21.5407312Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:46:21.6188266Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:46:21.6188266Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:46:21.4313291Z","primaryEndpoints":{"blob":"https://clidgbfkkzqd5myuawuvoebz.blob.core.windows.net/","queue":"https://clidgbfkkzqd5myuawuvoebz.queue.core.windows.net/","table":"https://clidgbfkkzqd5myuawuvoebz.table.core.windows.net/","file":"https://clidgbfkkzqd5myuawuvoebz.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_serialconsoletgsxr4tz7h5scelj4f6juueap2uaj7azd5er4gladp3aigyw2crbl/providers/Microsoft.Storage/storageAccounts/cliilintlwmv4jw5eb2pecwl","name":"cliilintlwmv4jw5eb2pecwl","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-05-31T18:41:43.0876680Z","key2":"2023-05-31T18:41:43.0876680Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.1970869Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.1970869Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:41:42.9784060Z","primaryEndpoints":{"blob":"https://cliilintlwmv4jw5eb2pecwl.blob.core.windows.net/","queue":"https://cliilintlwmv4jw5eb2pecwl.queue.core.windows.net/","table":"https://cliilintlwmv4jw5eb2pecwl.table.core.windows.net/","file":"https://cliilintlwmv4jw5eb2pecwl.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_serialconsolep7echdkaeawkpkucnaxi2h56jcw5zffluvk5mup63kwilluhaj6m2/providers/Microsoft.Storage/storageAccounts/clip6buhlgakcdeogen2udgt","name":"clip6buhlgakcdeogen2udgt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-05-31T18:47:48.9157023Z","key2":"2023-05-31T18:47:48.9157023Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:47:49.0094774Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:47:49.0094774Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"ResolvingDns","creationTime":"2023-05-31T18:47:48.8063614Z","primaryEndpoints":{"blob":"https://clip6buhlgakcdeogen2udgt.blob.core.windows.net/","queue":"https://clip6buhlgakcdeogen2udgt.queue.core.windows.net/","table":"https://clip6buhlgakcdeogen2udgt.table.core.windows.net/","file":"https://clip6buhlgakcdeogen2udgt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1026482873xt","name":"gsm1026482873xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-25T03:35:32.2734558Z","key2":"2023-01-20T03:24:00.5425715Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:07.1214500Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:07.1214500Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:07.0432951Z","primaryEndpoints":{"dfs":"https://gsm1026482873xt.dfs.core.windows.net/","web":"https://gsm1026482873xt.z5.web.core.windows.net/","blob":"https://gsm1026482873xt.blob.core.windows.net/","queue":"https://gsm1026482873xt.queue.core.windows.net/","table":"https://gsm1026482873xt.table.core.windows.net/","file":"https://gsm1026482873xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1379084574xt","name":"gsm1379084574xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-24T14:33:18.3486639Z","key2":"2023-01-18T17:47:22.4239288Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.6631204Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.6631204Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.5693726Z","primaryEndpoints":{"blob":"https://gsm1379084574xt.blob.core.windows.net/","queue":"https://gsm1379084574xt.queue.core.windows.net/","table":"https://gsm1379084574xt.table.core.windows.net/","file":"https://gsm1379084574xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1447722388xt","name":"gsm1447722388xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-26T03:47:20.7184362Z","key2":"2023-01-21T03:46:01.7763634Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T23:22:24.4973514Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T23:22:24.4973514Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T23:22:24.4348196Z","primaryEndpoints":{"dfs":"https://gsm1447722388xt.dfs.core.windows.net/","web":"https://gsm1447722388xt.z5.web.core.windows.net/","blob":"https://gsm1447722388xt.blob.core.windows.net/","queue":"https://gsm1447722388xt.queue.core.windows.net/","table":"https://gsm1447722388xt.table.core.windows.net/","file":"https://gsm1447722388xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1476133271xt","name":"gsm1476133271xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-23T19:01:28.5846813Z","key2":"2023-01-18T18:38:43.7448823Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:39.0381165Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:39.0381165Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.8506247Z","primaryEndpoints":{"blob":"https://gsm1476133271xt.blob.core.windows.net/","queue":"https://gsm1476133271xt.queue.core.windows.net/","table":"https://gsm1476133271xt.table.core.windows.net/","file":"https://gsm1476133271xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1942585003xt","name":"gsm1942585003xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-22T17:48:26.2317506Z","key2":"2023-01-17T10:57:43.5758196Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.9600197Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.9600197Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.7881214Z","primaryEndpoints":{"blob":"https://gsm1942585003xt.blob.core.windows.net/","queue":"https://gsm1942585003xt.queue.core.windows.net/","table":"https://gsm1942585003xt.table.core.windows.net/","file":"https://gsm1942585003xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2056373296xt","name":"gsm2056373296xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsoleauditusw2","GenevaWPStorageGroupName":"azureserialconsoleaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-26T11:54:18.4226083Z","key2":"2023-01-21T11:53:06.6995339Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.7788645Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.7788645Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.7007646Z","primaryEndpoints":{"dfs":"https://gsm2056373296xt.dfs.core.windows.net/","web":"https://gsm2056373296xt.z5.web.core.windows.net/","blob":"https://gsm2056373296xt.blob.core.windows.net/","queue":"https://gsm2056373296xt.queue.core.windows.net/","table":"https://gsm2056373296xt.table.core.windows.net/","file":"https://gsm2056373296xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm357271585xt","name":"gsm357271585xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-27T12:15:08.6536157Z","key2":"2023-01-22T12:13:19.5800918Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.2776242Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.2776242Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:00.1995026Z","primaryEndpoints":{"dfs":"https://gsm357271585xt.dfs.core.windows.net/","web":"https://gsm357271585xt.z5.web.core.windows.net/","blob":"https://gsm357271585xt.blob.core.windows.net/","queue":"https://gsm357271585xt.queue.core.windows.net/","table":"https://gsm357271585xt.table.core.windows.net/","file":"https://gsm357271585xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm38273077xt","name":"gsm38273077xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsolesecurityusw2","GenevaWPStorageGroupName":"azureserialconsolesecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-25T09:51:31.3539534Z","key2":"2023-01-20T09:01:33.1340416Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.6225485Z","primaryEndpoints":{"dfs":"https://gsm38273077xt.dfs.core.windows.net/","web":"https://gsm38273077xt.z5.web.core.windows.net/","blob":"https://gsm38273077xt.blob.core.windows.net/","queue":"https://gsm38273077xt.queue.core.windows.net/","table":"https://gsm38273077xt.table.core.windows.net/","file":"https://gsm38273077xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm61894826xt","name":"gsm61894826xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-22T20:55:56.7960803Z","key2":"2022-12-17T11:13:48.1848332Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-10T01:07:27.7640567Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-10T01:07:27.7640567Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-10T01:07:27.6846918Z","primaryEndpoints":{"blob":"https://gsm61894826xt.blob.core.windows.net/","queue":"https://gsm61894826xt.queue.core.windows.net/","table":"https://gsm61894826xt.table.core.windows.net/","file":"https://gsm61894826xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm627614588xt","name":"gsm627614588xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsolediagusw2","GenevaWPStorageGroupName":"azureserialconsolediag"},"properties":{"keyCreationTime":{"key1":"2023-01-25T09:35:05.5956088Z","key2":"2023-01-20T03:22:09.3245854Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.6069267Z","primaryEndpoints":{"dfs":"https://gsm627614588xt.dfs.core.windows.net/","web":"https://gsm627614588xt.z5.web.core.windows.net/","blob":"https://gsm627614588xt.blob.core.windows.net/","queue":"https://gsm627614588xt.queue.core.windows.net/","table":"https://gsm627614588xt.table.core.windows.net/","file":"https://gsm627614588xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm704755552xt","name":"gsm704755552xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-25T21:11:36.8109587Z","key2":"2023-01-20T10:54:10.0603713Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.1058474Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.1058474Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:00.0276604Z","primaryEndpoints":{"dfs":"https://gsm704755552xt.dfs.core.windows.net/","web":"https://gsm704755552xt.z5.web.core.windows.net/","blob":"https://gsm704755552xt.blob.core.windows.net/","queue":"https://gsm704755552xt.queue.core.windows.net/","table":"https://gsm704755552xt.table.core.windows.net/","file":"https://gsm704755552xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm991680768xt","name":"gsm991680768xt","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuswc","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-03-31T15:08:16.2015333Z","key2":"2023-03-26T02:22:52.5217946Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-09T19:24:36.5205408Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-09T19:24:36.5205408Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-09T19:24:36.4580385Z","primaryEndpoints":{"dfs":"https://gsm991680768xt.dfs.core.windows.net/","web":"https://gsm991680768xt.z4.web.core.windows.net/","blob":"https://gsm991680768xt.blob.core.windows.net/","queue":"https://gsm991680768xt.queue.core.windows.net/","table":"https://gsm991680768xt.table.core.windows.net/","file":"https://gsm991680768xt.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available","secondaryLocation":"westus2","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2355697502xt","name":"gsm2355697502xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecuritysec","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:39.4380306Z","key2":"2023-01-05T21:51:39.4380306Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.4380306Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.4380306Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:39.3911570Z","primaryEndpoints":{"dfs":"https://gsm2355697502xt.dfs.core.windows.net/","web":"https://gsm2355697502xt.z1.web.core.windows.net/","blob":"https://gsm2355697502xt.blob.core.windows.net/","queue":"https://gsm2355697502xt.queue.core.windows.net/","table":"https://gsm2355697502xt.table.core.windows.net/","file":"https://gsm2355697502xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm3577301791xt","name":"gsm3577301791xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditsec","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:39.2349014Z","key2":"2023-01-05T21:51:39.2349014Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.2349014Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.2349014Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:39.1724007Z","primaryEndpoints":{"dfs":"https://gsm3577301791xt.dfs.core.windows.net/","web":"https://gsm3577301791xt.z1.web.core.windows.net/","blob":"https://gsm3577301791xt.blob.core.windows.net/","queue":"https://gsm3577301791xt.queue.core.windows.net/","table":"https://gsm3577301791xt.table.core.windows.net/","file":"https://gsm3577301791xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm4163209401xt","name":"gsm4163209401xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagsec","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:40.5161768Z","key2":"2023-01-05T21:51:40.5161768Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:40.5161768Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:40.5161768Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:40.4693012Z","primaryEndpoints":{"dfs":"https://gsm4163209401xt.dfs.core.windows.net/","web":"https://gsm4163209401xt.z1.web.core.windows.net/","blob":"https://gsm4163209401xt.blob.core.windows.net/","queue":"https://gsm4163209401xt.queue.core.windows.net/","table":"https://gsm4163209401xt.table.core.windows.net/","file":"https://gsm4163209401xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm916952798xt","name":"gsm916952798xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecsec","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:54:07.8478067Z","key2":"2023-01-05T21:54:07.8478067Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:54:07.8634091Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:54:07.8634091Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:54:07.8009289Z","primaryEndpoints":{"dfs":"https://gsm916952798xt.dfs.core.windows.net/","web":"https://gsm916952798xt.z1.web.core.windows.net/","blob":"https://gsm916952798xt.blob.core.windows.net/","queue":"https://gsm916952798xt.queue.core.windows.net/","table":"https://gsm916952798xt.table.core.windows.net/","file":"https://gsm916952798xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}}]}' headers: cache-control: - no-cache content-length: - - '42669' + - '88986' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:00:40 GMT + - Wed, 31 May 2023 18:48:02 GMT expires: - '-1' pragma: @@ -5119,14 +5658,16 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 00a5bc0c-ebb0-452f-8735-dcd234c8fd96 - - 3b3e32c6-3dbc-4b34-bbc3-ba224f8925bd - - 7ebeda38-bc15-4b35-a615-4d9290ada013 - - ccba6528-7ad4-4c85-9ffc-85ccde4f3559 - - 176ba88e-a1e5-4275-aeaa-fba585782375 - - 55483e18-d3e0-44da-a94f-e82ba8a5f53c - - e3c1dfc0-eb7b-46bc-a545-b8282d3be3cf - - f1c78dfe-0168-4dad-9c12-b0e7544c2ad6 + - 00431e76-036f-40e6-9f1c-3af3c83842f2 + - e6383a6d-949b-47e2-9b03-61b7eceb3be7 + - 07971b66-2eba-4315-bddd-0486e95ed9fd + - e4970e86-2220-42d9-bff5-76c568080eef + - a8c4e451-2802-4a48-bbaf-74338f3b41c5 + - ff2cccc1-2f3b-4a16-9ee5-82eb96e7c3f6 + - bd5b25b6-8240-4c0a-991b-f307a46d8998 + - b3dfaaac-bebc-4ced-aa06-fb6cfe012add + - d9fa4bc7-f970-4cc1-b886-0719609565d1 + - 9983f1b3-bc69-4b76-a69b-c75b560c535d status: code: 200 message: OK @@ -5144,12 +5685,12 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Storage/storageAccounts/cli000002?api-version=2022-09-01 response: body: - string: '{"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":"2023-03-06T14:54:24.1208364Z","key2":"2023-03-06T14:54:24.1208364Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6676739Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T14:54:24.6676739Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T14:54:24.0114062Z","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"}}' + string: '{"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":"2023-05-31T18:41:42.9470699Z","key2":"2023-05-31T18:41:42.9470699Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.0564532Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:41:43.0564532Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:41:42.8377048Z","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"}}' headers: cache-control: - no-cache @@ -5158,7 +5699,7 @@ interactions: content-type: - application/json date: - - Mon, 06 Mar 2023 15:00:40 GMT + - Wed, 31 May 2023 18:48:02 GMT expires: - '-1' pragma: @@ -5190,8 +5731,8 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.46.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 response: @@ -5205,7 +5746,7 @@ interactions: content-type: - application/json; charset=UTF-8 date: - - Mon, 06 Mar 2023 15:00:40 GMT + - Wed, 31 May 2023 18:48:03 GMT expires: - '-1' pragma: 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 index ba65fff21c1..36b42a59ffa 100644 --- 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 @@ -11,7 +11,7 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?$expand=instanceView&api-version=2022-11-01 response: @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:01:06 GMT + - Wed, 31 May 2023 18:48:30 GMT expires: - '-1' pragma: @@ -53,7 +53,7 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2022-11-01 response: @@ -69,7 +69,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:01:06 GMT + - Wed, 31 May 2023 18:48:30 GMT expires: - '-1' pragma: @@ -95,7 +95,7 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualMachines/0/instanceView?api-version=2022-11-01 response: @@ -111,7 +111,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:01:06 GMT + - Wed, 31 May 2023 18:48:30 GMT expires: - '-1' pragma: @@ -146,23 +146,44 @@ interactions: \"object\",\n \"value\": {\n \"Linux\": {\n \"CentOS\": {\n \"publisher\": \"OpenLogic\",\n \"offer\": \"CentOS\",\n \ \"sku\": \"7.5\",\n \"version\": \"latest\",\n \"architecture\": + \"x64\"\n },\n \"CentOS85Gen2\": {\n \"publisher\": + \ \"OpenLogic\",\n \"offer\": \"CentOS\",\n \"sku\": + \ \"8_5-gen2\",\n \"version\": \"latest\",\n \"architecture\": \"x64\"\n },\n \"Debian\": {\n \"publisher\": \"Debian\",\n \"offer\": \"debian-10\",\n \"sku\": \"10\",\n \ \"version\": \"latest\",\n \"architecture\": \"x64\"\n + \ },\n \"Debian11\": {\n \"publisher\": \"Debian\",\n + \ \"offer\": \"debian-11\",\n \"sku\": \"11-backports-gen2\",\n + \ \"version\": \"latest\",\n \"architecture\": \"x64\"\n \ },\n \"Flatcar\": {\n \"publisher\": \"kinvolk\",\n \ \"offer\": \"flatcar-container-linux-free\",\n \"sku\": \"stable\",\n \"version\": \"latest\",\n \"architecture\": - \"x64\"\n },\n \"openSUSE-Leap\": {\n \"publisher\": - \"SUSE\",\n \"offer\": \"opensuse-leap-15-3\",\n \"sku\": - \"gen2\",\n \"version\": \"latest\",\n \"architecture\": + \"x64\"\n },\n \"FlatcarLinuxFreeGen2\": {\n \"publisher\": + \ \"kinvolk\",\n \"offer\": \"flatcar-container-linux-free\",\n + \ \"sku\": \"stable-gen2\",\n \"version\": \"latest\",\n + \ \"architecture\": \"x64\"\n },\n \"openSUSE-Leap\": + {\n \"publisher\": \"SUSE\",\n \"offer\": \"opensuse-leap-15-3\",\n + \ \"sku\": \"gen2\",\n \"version\": \"latest\",\n \"architecture\": + \"x64\"\n },\n \"OpenSuseLeap154Gen2\": {\n \"publisher\": + \ \"SUSE\",\n \"offer\": \"openSUSE-leap-15-4\",\n \"sku\": + \ \"gen2\",\n \"version\": \"latest\",\n \"architecture\": \"x64\"\n },\n \"RHEL\": {\n \"publisher\": \"RedHat\",\n \ \"offer\": \"RHEL\",\n \"sku\": \"7-LVM\",\n \"version\": - \"latest\",\n \"architecture\": \"x64\"\n },\n \"SLES\": - {\n \"publisher\": \"SUSE\",\n \"offer\": \"sles-15-sp3\",\n + \"latest\",\n \"architecture\": \"x64\"\n },\n \"RHELRaw8LVMGen2\": + \ {\n \"publisher\": \"RedHat\",\n \"offer\": \"RHEL\",\n + \ \"sku\": \"8-lvm-gen2\",\n \"version\": \"latest\",\n + \ \"architecture\": \"x64\"\n },\n \"SLES\": {\n + \ \"publisher\": \"SUSE\",\n \"offer\": \"sles-15-sp3\",\n \ \"sku\": \"gen2\",\n \"version\": \"latest\",\n \"architecture\": - \"x64\"\n },\n \"UbuntuLTS\": {\n \"publisher\": - \"Canonical\",\n \"offer\": \"UbuntuServer\",\n \"sku\": - \"18.04-LTS\",\n \"version\": \"latest\",\n \"architecture\": + \"x64\"\n },\n \"SuseSles15SP3\": {\n \"publisher\": + \"SUSE\",\n \"offer\": \"sles-15-sp3\",\n \"sku\": \"gen2\",\n + \ \"version\": \"latest\",\n \"architecture\": \"x64\"\n + \ },\n \"UbuntuLTS\": {\n \"publisher\": \"Canonical\",\n + \ \"offer\": \"UbuntuServer\",\n \"sku\": \"18.04-LTS\",\n + \ \"version\": \"latest\",\n \"architecture\": \"x64\"\n + \ },\n \"Ubuntu2204\": {\n \"publisher\": \"Canonical\",\n + \ \"offer\": \"0001-com-ubuntu-server-jammy\",\n \"sku\": + \ \"22_04-lts-gen2\",\n \"version\": \"latest\",\n \"architecture\": \"x64\"\n }\n },\n \"Windows\": {\n \"Win2022Datacenter\": {\n \"publisher\": \"MicrosoftWindowsServer\",\n \"offer\": \"WindowsServer\",\n \"sku\": \"2022-Datacenter\",\n \"version\": @@ -185,7 +206,7 @@ interactions: \"x64\"\n },\n \"Win2008R2SP1\": {\n \"publisher\": \"MicrosoftWindowsServer\",\n \"offer\": \"WindowsServer\",\n \"sku\": \"2008-R2-SP1\",\n \"version\": \"latest\",\n \"architecture\": - \"x64\"\n }\n }\n }\n }\n }\n}" + \"x64\"\n }\n }\n }\n }\n }\n}\n" headers: accept-ranges: - bytes @@ -196,19 +217,19 @@ interactions: connection: - keep-alive content-length: - - '3463' + - '5018' content-security-policy: - default-src 'none'; style-src 'unsafe-inline'; sandbox content-type: - text/plain; charset=utf-8 date: - - Mon, 06 Mar 2023 15:01:07 GMT + - Wed, 31 May 2023 18:48:31 GMT etag: - - W/"41b202f4dc5098d126019dc00721a4c5e30df0c5196794514fadc3710ee2a5cb" + - W/"0a553f088c358b909a2940b5a97fcb731c1d443cb7a332ca4933eb2b7df38468" expires: - - Mon, 06 Mar 2023 15:06:07 GMT + - Wed, 31 May 2023 18:53:31 GMT source-age: - - '0' + - '22' strict-transport-security: - max-age=31536000 vary: @@ -222,15 +243,15 @@ interactions: x-content-type-options: - nosniff x-fastly-request-id: - - fc166179d425df7b01a9cb56c01fb81d3cb4473c + - 8c02b82e1aaf27bca45a8691e235588297ea58c9 x-frame-options: - deny x-github-request-id: - - 2404:0661:52C8DE:6E0168:6405FB51 + - 53AA:0CBF:22747A:2923B4:64775006 x-served-by: - - cache-dal2120143-DAL + - cache-dal2120124-DAL x-timer: - - S1678114868.556267,VS0,VE196 + - S1685558912.810184,VS0,VE1 x-xss-protection: - 1; mode=block status: @@ -250,13 +271,13 @@ interactions: ParameterSetName: - -g -n --image --instance-count -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus/18.04-LTS/versions?$top=1&$orderby=name%20desc&api-version=2022-11-01 response: body: - string: "[\r\n {\r\n \"location\": \"westus2\",\r\n \"name\": \"18.04.202302100\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-LTS/Versions/18.04.202302100\"\r\n + string: "[\r\n {\r\n \"location\": \"westus2\",\r\n \"name\": \"18.04.202305220\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-LTS/Versions/18.04.202305220\"\r\n \ }\r\n]" headers: cache-control: @@ -266,7 +287,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:01:07 GMT + - Wed, 31 May 2023 18:48:31 GMT expires: - '-1' pragma: @@ -283,7 +304,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15991,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43966 + - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15991,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43970 status: code: 200 message: OK @@ -301,9 +322,9 @@ interactions: ParameterSetName: - -g -n --image --instance-count -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus/18.04-LTS/versions/18.04.202302100?api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus/18.04-LTS/versions/18.04.202305220?api-version=2022-11-01 response: body: string: "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": @@ -317,8 +338,8 @@ interactions: \"IsHibernateSupported\",\r\n \"value\": \"True\"\r\n }\r\n ],\r\n \ \"osDiskImage\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": 31,\r\n \"sizeInBytes\": 32213303808\r\n },\r\n \"dataDiskImages\": - []\r\n },\r\n \"location\": \"westus2\",\r\n \"name\": \"18.04.202302100\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-LTS/Versions/18.04.202302100\"\r\n}" + []\r\n },\r\n \"location\": \"westus2\",\r\n \"name\": \"18.04.202305220\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-LTS/Versions/18.04.202305220\"\r\n}" headers: cache-control: - no-cache @@ -327,7 +348,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:01:08 GMT + - Wed, 31 May 2023 18:48:32 GMT expires: - '-1' pragma: @@ -344,7 +365,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMImageFromLocation3Min;12995,Microsoft.Compute/GetVMImageFromLocation30Min;73978 + - Microsoft.Compute/GetVMImageFromLocation3Min;12992,Microsoft.Compute/GetVMImageFromLocation30Min;73979 status: code: 200 message: OK @@ -362,7 +383,7 @@ interactions: ParameterSetName: - -g -n --image --instance-count -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks?api-version=2022-01-01 response: @@ -376,7 +397,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:01:08 GMT + - Wed, 31 May 2023 18:48:32 GMT expires: - '-1' pragma: @@ -411,23 +432,44 @@ interactions: \"object\",\n \"value\": {\n \"Linux\": {\n \"CentOS\": {\n \"publisher\": \"OpenLogic\",\n \"offer\": \"CentOS\",\n \ \"sku\": \"7.5\",\n \"version\": \"latest\",\n \"architecture\": + \"x64\"\n },\n \"CentOS85Gen2\": {\n \"publisher\": + \ \"OpenLogic\",\n \"offer\": \"CentOS\",\n \"sku\": + \ \"8_5-gen2\",\n \"version\": \"latest\",\n \"architecture\": \"x64\"\n },\n \"Debian\": {\n \"publisher\": \"Debian\",\n \"offer\": \"debian-10\",\n \"sku\": \"10\",\n \ \"version\": \"latest\",\n \"architecture\": \"x64\"\n + \ },\n \"Debian11\": {\n \"publisher\": \"Debian\",\n + \ \"offer\": \"debian-11\",\n \"sku\": \"11-backports-gen2\",\n + \ \"version\": \"latest\",\n \"architecture\": \"x64\"\n \ },\n \"Flatcar\": {\n \"publisher\": \"kinvolk\",\n \ \"offer\": \"flatcar-container-linux-free\",\n \"sku\": \"stable\",\n \"version\": \"latest\",\n \"architecture\": - \"x64\"\n },\n \"openSUSE-Leap\": {\n \"publisher\": - \"SUSE\",\n \"offer\": \"opensuse-leap-15-3\",\n \"sku\": - \"gen2\",\n \"version\": \"latest\",\n \"architecture\": + \"x64\"\n },\n \"FlatcarLinuxFreeGen2\": {\n \"publisher\": + \ \"kinvolk\",\n \"offer\": \"flatcar-container-linux-free\",\n + \ \"sku\": \"stable-gen2\",\n \"version\": \"latest\",\n + \ \"architecture\": \"x64\"\n },\n \"openSUSE-Leap\": + {\n \"publisher\": \"SUSE\",\n \"offer\": \"opensuse-leap-15-3\",\n + \ \"sku\": \"gen2\",\n \"version\": \"latest\",\n \"architecture\": + \"x64\"\n },\n \"OpenSuseLeap154Gen2\": {\n \"publisher\": + \ \"SUSE\",\n \"offer\": \"openSUSE-leap-15-4\",\n \"sku\": + \ \"gen2\",\n \"version\": \"latest\",\n \"architecture\": \"x64\"\n },\n \"RHEL\": {\n \"publisher\": \"RedHat\",\n \ \"offer\": \"RHEL\",\n \"sku\": \"7-LVM\",\n \"version\": - \"latest\",\n \"architecture\": \"x64\"\n },\n \"SLES\": - {\n \"publisher\": \"SUSE\",\n \"offer\": \"sles-15-sp3\",\n + \"latest\",\n \"architecture\": \"x64\"\n },\n \"RHELRaw8LVMGen2\": + \ {\n \"publisher\": \"RedHat\",\n \"offer\": \"RHEL\",\n + \ \"sku\": \"8-lvm-gen2\",\n \"version\": \"latest\",\n + \ \"architecture\": \"x64\"\n },\n \"SLES\": {\n + \ \"publisher\": \"SUSE\",\n \"offer\": \"sles-15-sp3\",\n \ \"sku\": \"gen2\",\n \"version\": \"latest\",\n \"architecture\": - \"x64\"\n },\n \"UbuntuLTS\": {\n \"publisher\": - \"Canonical\",\n \"offer\": \"UbuntuServer\",\n \"sku\": - \"18.04-LTS\",\n \"version\": \"latest\",\n \"architecture\": + \"x64\"\n },\n \"SuseSles15SP3\": {\n \"publisher\": + \"SUSE\",\n \"offer\": \"sles-15-sp3\",\n \"sku\": \"gen2\",\n + \ \"version\": \"latest\",\n \"architecture\": \"x64\"\n + \ },\n \"UbuntuLTS\": {\n \"publisher\": \"Canonical\",\n + \ \"offer\": \"UbuntuServer\",\n \"sku\": \"18.04-LTS\",\n + \ \"version\": \"latest\",\n \"architecture\": \"x64\"\n + \ },\n \"Ubuntu2204\": {\n \"publisher\": \"Canonical\",\n + \ \"offer\": \"0001-com-ubuntu-server-jammy\",\n \"sku\": + \ \"22_04-lts-gen2\",\n \"version\": \"latest\",\n \"architecture\": \"x64\"\n }\n },\n \"Windows\": {\n \"Win2022Datacenter\": {\n \"publisher\": \"MicrosoftWindowsServer\",\n \"offer\": \"WindowsServer\",\n \"sku\": \"2022-Datacenter\",\n \"version\": @@ -450,7 +492,7 @@ interactions: \"x64\"\n },\n \"Win2008R2SP1\": {\n \"publisher\": \"MicrosoftWindowsServer\",\n \"offer\": \"WindowsServer\",\n \"sku\": \"2008-R2-SP1\",\n \"version\": \"latest\",\n \"architecture\": - \"x64\"\n }\n }\n }\n }\n }\n}" + \"x64\"\n }\n }\n }\n }\n }\n}\n" headers: accept-ranges: - bytes @@ -461,19 +503,19 @@ interactions: connection: - keep-alive content-length: - - '3463' + - '5018' content-security-policy: - default-src 'none'; style-src 'unsafe-inline'; sandbox content-type: - text/plain; charset=utf-8 date: - - Mon, 06 Mar 2023 15:01:09 GMT + - Wed, 31 May 2023 18:48:32 GMT etag: - - W/"41b202f4dc5098d126019dc00721a4c5e30df0c5196794514fadc3710ee2a5cb" + - W/"0a553f088c358b909a2940b5a97fcb731c1d443cb7a332ca4933eb2b7df38468" expires: - - Mon, 06 Mar 2023 15:06:09 GMT + - Wed, 31 May 2023 18:53:32 GMT source-age: - - '1' + - '23' strict-transport-security: - max-age=31536000 vary: @@ -487,15 +529,15 @@ interactions: x-content-type-options: - nosniff x-fastly-request-id: - - acc85ebe5fd51d4c569dffdf10ad7db2a714f55d + - 27414c4ad34e1ef0db00a70145e5e27e16dd7b54 x-frame-options: - deny x-github-request-id: - - 2404:0661:52C8DE:6E0168:6405FB51 + - 53AA:0CBF:22747A:2923B4:64775006 x-served-by: - - cache-dal21258-DAL + - cache-dal21257-DAL x-timer: - - S1678114869.241703,VS0,VE1 + - S1685558913.960913,VS0,VE1 x-xss-protection: - 1; mode=block status: @@ -515,13 +557,13 @@ interactions: ParameterSetName: - -g -n --image --instance-count -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus/18.04-LTS/versions?$top=1&$orderby=name%20desc&api-version=2022-11-01 response: body: - string: "[\r\n {\r\n \"location\": \"westus2\",\r\n \"name\": \"18.04.202302100\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-LTS/Versions/18.04.202302100\"\r\n + string: "[\r\n {\r\n \"location\": \"westus2\",\r\n \"name\": \"18.04.202305220\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-LTS/Versions/18.04.202305220\"\r\n \ }\r\n]" headers: cache-control: @@ -531,7 +573,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:01:08 GMT + - Wed, 31 May 2023 18:48:32 GMT expires: - '-1' pragma: @@ -548,7 +590,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15990,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43965 + - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15990,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43969 status: code: 200 message: OK @@ -566,9 +608,9 @@ interactions: ParameterSetName: - -g -n --image --instance-count -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus/18.04-LTS/versions/18.04.202302100?api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus/18.04-LTS/versions/18.04.202305220?api-version=2022-11-01 response: body: string: "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": @@ -582,8 +624,8 @@ interactions: \"IsHibernateSupported\",\r\n \"value\": \"True\"\r\n }\r\n ],\r\n \ \"osDiskImage\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": 31,\r\n \"sizeInBytes\": 32213303808\r\n },\r\n \"dataDiskImages\": - []\r\n },\r\n \"location\": \"westus2\",\r\n \"name\": \"18.04.202302100\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-LTS/Versions/18.04.202302100\"\r\n}" + []\r\n },\r\n \"location\": \"westus2\",\r\n \"name\": \"18.04.202305220\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-LTS/Versions/18.04.202305220\"\r\n}" headers: cache-control: - no-cache @@ -592,7 +634,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:01:10 GMT + - Wed, 31 May 2023 18:48:32 GMT expires: - '-1' pragma: @@ -609,7 +651,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMImageFromLocation3Min;12994,Microsoft.Compute/GetVMImageFromLocation30Min;73977 + - Microsoft.Compute/GetVMImageFromLocation3Min;12991,Microsoft.Compute/GetVMImageFromLocation30Min;73978 status: code: 200 message: OK @@ -627,13 +669,13 @@ interactions: ParameterSetName: - -g -n --image --instance-count -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus/18.04-LTS/versions?$top=1&$orderby=name%20desc&api-version=2022-11-01 response: body: - string: "[\r\n {\r\n \"location\": \"westus2\",\r\n \"name\": \"18.04.202302100\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-LTS/Versions/18.04.202302100\"\r\n + string: "[\r\n {\r\n \"location\": \"westus2\",\r\n \"name\": \"18.04.202305220\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-LTS/Versions/18.04.202305220\"\r\n \ }\r\n]" headers: cache-control: @@ -643,7 +685,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:01:10 GMT + - Wed, 31 May 2023 18:48:33 GMT expires: - '-1' pragma: @@ -660,7 +702,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15989,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43964 + - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15989,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43968 status: code: 200 message: OK @@ -678,9 +720,9 @@ interactions: ParameterSetName: - -g -n --image --instance-count -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus/18.04-LTS/versions/18.04.202302100?api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/publishers/Canonical/artifacttypes/vmimage/offers/UbuntuServer/skus/18.04-LTS/versions/18.04.202305220?api-version=2022-11-01 response: body: string: "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": @@ -694,8 +736,8 @@ interactions: \"IsHibernateSupported\",\r\n \"value\": \"True\"\r\n }\r\n ],\r\n \ \"osDiskImage\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": 31,\r\n \"sizeInBytes\": 32213303808\r\n },\r\n \"dataDiskImages\": - []\r\n },\r\n \"location\": \"westus2\",\r\n \"name\": \"18.04.202302100\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-LTS/Versions/18.04.202302100\"\r\n}" + []\r\n },\r\n \"location\": \"westus2\",\r\n \"name\": \"18.04.202305220\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-LTS/Versions/18.04.202305220\"\r\n}" headers: cache-control: - no-cache @@ -704,7 +746,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:01:10 GMT + - Wed, 31 May 2023 18:48:33 GMT expires: - '-1' pragma: @@ -721,7 +763,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMImageFromLocation3Min;12993,Microsoft.Compute/GetVMImageFromLocation30Min;73976 + - Microsoft.Compute/GetVMImageFromLocation3Min;12990,Microsoft.Compute/GetVMImageFromLocation30Min;73977 status: code: 200 message: OK @@ -751,11 +793,11 @@ interactions: {"osDisk": {"createOption": "FromImage", "caching": "ReadWrite", "managedDisk": {"storageAccountType": null}}, "imageReference": {"publisher": "Canonical", "offer": "UbuntuServer", "sku": "18.04-LTS", "version": "latest"}}, "osProfile": - {"computerNamePrefix": "cliuz26de", "adminUsername": "rhoover", "linuxConfiguration": - {"disablePasswordAuthentication": true, "ssh": {"publicKeys": [{"path": "/home/rhoover/.ssh/authorized_keys", - "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\n"}]}}}, "networkProfile": {"networkInterfaceConfigurations": - [{"name": "cliuz26deNic", "properties": {"ipConfigurations": [{"name": "cliuz26deIPConfig", + {"computerNamePrefix": "clilb05fb", "adminUsername": "rhkodiak", "linuxConfiguration": + {"disablePasswordAuthentication": true, "ssh": {"publicKeys": [{"path": "/home/rhkodiak/.ssh/authorized_keys", + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\n"}]}}}, "networkProfile": {"networkInterfaceConfigurations": + [{"name": "clilb05fbNic", "properties": {"ipConfigurations": [{"name": "clilb05fbIPConfig", "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"}]}}], @@ -773,29 +815,29 @@ interactions: Connection: - keep-alive Content-Length: - - '4320' + - '4315' Content-Type: - application/json ParameterSetName: - -g -n --image --instance-count -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/vmss_deploy_tFvIP2liVXj0GEb0kMl3PnTp555oT72U","name":"vmss_deploy_tFvIP2liVXj0GEb0kMl3PnTp555oT72U","type":"Microsoft.Resources/deployments","properties":{"templateHash":"12330572724569140869","parameters":{},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2023-03-06T15:01:16.4743047Z","duration":"PT0.0005579S","correlationId":"446d8059-3690-4f4d-82eb-9d5eee26d92f","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"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/vmss_deploy_lHalF6M1MNYv67ySI9xVogZmGeHGPTWy","name":"vmss_deploy_lHalF6M1MNYv67ySI9xVogZmGeHGPTWy","type":"Microsoft.Resources/deployments","properties":{"templateHash":"18368489992880758505","parameters":{},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2023-05-31T18:48:39.528392Z","duration":"PT0.0002556S","correlationId":"dd4c5696-9181-454f-b695-578bd0eb79a9","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_tFvIP2liVXj0GEb0kMl3PnTp555oT72U/operationStatuses/08585234920103861021?api-version=2021-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/vmss_deploy_lHalF6M1MNYv67ySI9xVogZmGeHGPTWy/operationStatuses/08585160479670936964?api-version=2022-09-01 cache-control: - no-cache content-length: - - '2416' + - '2415' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:01:17 GMT + - Wed, 31 May 2023 18:48:39 GMT expires: - '-1' pragma: @@ -805,7 +847,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -823,9 +865,51 @@ interactions: ParameterSetName: - -g -n --image --instance-count -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585234920103861021?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585160479670936964?api-version=2022-09-01 + response: + body: + string: '{"status":"Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '21' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 18:48:40 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image --instance-count -l + User-Agent: + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585160479670936964?api-version=2022-09-01 response: body: string: '{"status":"Running"}' @@ -837,7 +921,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:01:47 GMT + - Wed, 31 May 2023 18:49:10 GMT expires: - '-1' pragma: @@ -865,9 +949,9 @@ interactions: ParameterSetName: - -g -n --image --instance-count -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585234920103861021?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585160479670936964?api-version=2022-09-01 response: body: string: '{"status":"Running"}' @@ -879,7 +963,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:02:16 GMT + - Wed, 31 May 2023 18:49:40 GMT expires: - '-1' pragma: @@ -907,9 +991,9 @@ interactions: ParameterSetName: - -g -n --image --instance-count -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585234920103861021?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585160479670936964?api-version=2022-09-01 response: body: string: '{"status":"Running"}' @@ -921,7 +1005,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:02:47 GMT + - Wed, 31 May 2023 18:50:10 GMT expires: - '-1' pragma: @@ -949,9 +1033,9 @@ interactions: ParameterSetName: - -g -n --image --instance-count -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585234920103861021?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585160479670936964?api-version=2022-09-01 response: body: string: '{"status":"Running"}' @@ -963,7 +1047,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:03:17 GMT + - Wed, 31 May 2023 18:50:40 GMT expires: - '-1' pragma: @@ -991,9 +1075,51 @@ interactions: ParameterSetName: - -g -n --image --instance-count -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585234920103861021?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585160479670936964?api-version=2022-09-01 + response: + body: + string: '{"status":"Running"}' + headers: + cache-control: + - no-cache + content-length: + - '20' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 18:51:10 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.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585160479670936964?api-version=2022-09-01 response: body: string: '{"status":"Succeeded"}' @@ -1005,7 +1131,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:03:47 GMT + - Wed, 31 May 2023 18:51:40 GMT expires: - '-1' pragma: @@ -1033,23 +1159,23 @@ interactions: ParameterSetName: - -g -n --image --instance-count -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/vmss_deploy_tFvIP2liVXj0GEb0kMl3PnTp555oT72U","name":"vmss_deploy_tFvIP2liVXj0GEb0kMl3PnTp555oT72U","type":"Microsoft.Resources/deployments","properties":{"templateHash":"12330572724569140869","parameters":{},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2023-03-06T15:03:34.8013748Z","duration":"PT2M18.327628S","correlationId":"446d8059-3690-4f4d-82eb-9d5eee26d92f","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,"orchestrationMode":"Uniform","upgradePolicy":{"mode":"Manual","rollingUpgradePolicy":{"maxBatchInstancePercent":20,"maxUnhealthyInstancePercent":20,"maxUnhealthyUpgradedInstancePercent":20,"pauseTimeBetweenBatches":"PT0S","maxSurge":false,"rollbackFailedInstancesOnPolicyBreach":false}},"virtualMachineProfile":{"osProfile":{"computerNamePrefix":"cliuz26de","adminUsername":"rhoover","linuxConfiguration":{"disablePasswordAuthentication":true,"ssh":{"publicKeys":[{"path":"/home/rhoover/.ssh/authorized_keys","keyData":"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\n"}]},"provisionVMAgent":true,"enableVMAgentPlatformUpdates":false},"secrets":[],"allowExtensionOperations":true,"requireGuestProvisionSignal":true},"storageProfile":{"osDisk":{"osType":"Linux","createOption":"FromImage","caching":"ReadWrite","managedDisk":{"storageAccountType":"Premium_LRS"},"diskSizeGB":30},"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"18.04-LTS","version":"latest"}},"networkProfile":{"networkInterfaceConfigurations":[{"name":"cliuz26deNic","properties":{"primary":true,"enableAcceleratedNetworking":false,"disableTcpStateTracking":false,"dnsSettings":{"dnsServers":[]},"enableIPForwarding":false,"ipConfigurations":[{"name":"cliuz26deIPConfig","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,"enableAutomaticUpgrade":true,"publisher":"Microsoft.Azure.Monitor","type":"AzureMonitorLinuxAgent","typeHandlerVersion":"1.0","settings":{"GCS_AUTO_CONFIG":true}}},{"name":"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent","properties":{"autoUpgradeMinorVersion":true,"enableAutomaticUpgrade":true,"publisher":"Microsoft.Azure.Security.Monitoring","type":"AzureSecurityLinuxAgent","typeHandlerVersion":"2.0","settings":{"enableGenevaUpload":true,"enableAutoConfig":true,"reportSuccessOnUnsupportedDistro":true}}}]}},"provisioningState":"Succeeded","overprovision":true,"doNotRunExtensionsOnOverprovisionedVMs":false,"uniqueId":"6aa1f17d-1da0-4dfe-b11e-b77e59e02135","timeCreated":"2023-03-06T15:01:24.7059254+00:00"}}},"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"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/vmss_deploy_lHalF6M1MNYv67ySI9xVogZmGeHGPTWy","name":"vmss_deploy_lHalF6M1MNYv67ySI9xVogZmGeHGPTWy","type":"Microsoft.Resources/deployments","properties":{"templateHash":"18368489992880758505","parameters":{},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2023-05-31T18:51:20.63974Z","duration":"PT2M41.1116036S","correlationId":"dd4c5696-9181-454f-b695-578bd0eb79a9","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,"orchestrationMode":"Uniform","upgradePolicy":{"mode":"Manual","rollingUpgradePolicy":{"maxBatchInstancePercent":20,"maxUnhealthyInstancePercent":20,"maxUnhealthyUpgradedInstancePercent":20,"pauseTimeBetweenBatches":"PT0S","maxSurge":false,"rollbackFailedInstancesOnPolicyBreach":false}},"virtualMachineProfile":{"osProfile":{"computerNamePrefix":"clilb05fb","adminUsername":"rhkodiak","linuxConfiguration":{"disablePasswordAuthentication":true,"ssh":{"publicKeys":[{"path":"/home/rhkodiak/.ssh/authorized_keys","keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\n"}]},"provisionVMAgent":true,"enableVMAgentPlatformUpdates":false},"secrets":[],"allowExtensionOperations":true,"requireGuestProvisionSignal":true},"storageProfile":{"osDisk":{"osType":"Linux","createOption":"FromImage","caching":"ReadWrite","managedDisk":{"storageAccountType":"Premium_LRS"},"diskSizeGB":30},"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"18.04-LTS","version":"latest"}},"networkProfile":{"networkInterfaceConfigurations":[{"name":"clilb05fbNic","properties":{"primary":true,"enableAcceleratedNetworking":false,"disableTcpStateTracking":false,"dnsSettings":{"dnsServers":[]},"enableIPForwarding":false,"ipConfigurations":[{"name":"clilb05fbIPConfig","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,"enableAutomaticUpgrade":true,"publisher":"Microsoft.Azure.Monitor","type":"AzureMonitorLinuxAgent","typeHandlerVersion":"1.0","settings":{"GCS_AUTO_CONFIG":true}}},{"name":"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent","properties":{"autoUpgradeMinorVersion":true,"enableAutomaticUpgrade":true,"publisher":"Microsoft.Azure.Security.Monitoring","type":"AzureSecurityLinuxAgent","typeHandlerVersion":"2.0","settings":{"enableGenevaUpload":true,"enableAutoConfig":true,"reportSuccessOnUnsupportedDistro":true}}}]}},"provisioningState":"Succeeded","overprovision":true,"doNotRunExtensionsOnOverprovisionedVMs":false,"uniqueId":"1dd014e1-9fe6-4b2d-8bf6-308d33c41652","timeCreated":"2023-05-31T18:48:49.1490764+00:00"}}},"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: - - '6547' + - '6541' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:03:48 GMT + - Wed, 31 May 2023 18:51:41 GMT expires: - '-1' pragma: @@ -1077,7 +1203,7 @@ interactions: ParameterSetName: - -g -n --image --instance-count -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?$expand=instanceView&api-version=2022-11-01 response: @@ -1093,7 +1219,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:03:48 GMT + - Wed, 31 May 2023 18:51:42 GMT expires: - '-1' pragma: @@ -1121,7 +1247,7 @@ interactions: ParameterSetName: - -g -n --image --instance-count -l User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2022-11-01 response: @@ -1137,13 +1263,13 @@ interactions: 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\",\r\n \"maxSurge\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": - {\r\n \"computerNamePrefix\": \"cliuz26de\",\r\n \"adminUsername\": - \"rhoover\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": + {\r\n \"computerNamePrefix\": \"clilb05fb\",\r\n \"adminUsername\": + \"rhkodiak\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n - \ },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": @@ -1152,7 +1278,7 @@ interactions: \ \"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\":\"cliuz26deNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cliuz26deIPConfig\",\"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 + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"clilb05fbNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"clilb05fbIPConfig\",\"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\": @@ -1168,17 +1294,17 @@ interactions: {\"enableGenevaUpload\":true,\"enableAutoConfig\":true,\"reportSuccessOnUnsupportedDistro\":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\": \"6aa1f17d-1da0-4dfe-b11e-b77e59e02135\",\r\n - \ \"timeCreated\": \"2023-03-06T15:01:24.7059254+00:00\"\r\n }\r\n}" + false,\r\n \"uniqueId\": \"1dd014e1-9fe6-4b2d-8bf6-308d33c41652\",\r\n + \ \"timeCreated\": \"2023-05-31T18:48:49.1490764+00:00\"\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '4947' + - '4942' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:03:48 GMT + - Wed, 31 May 2023 18:51:42 GMT expires: - '-1' pragma: @@ -1195,7 +1321,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMScaleSet3Min;378,Microsoft.Compute/GetVMScaleSet30Min;2516 + - Microsoft.Compute/GetVMScaleSet3Min;373,Microsoft.Compute/GetVMScaleSet30Min;2538 status: code: 200 message: OK @@ -1213,7 +1339,7 @@ interactions: ParameterSetName: - --resource-group --name --query User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualMachines?api-version=2022-11-01 response: @@ -1227,30 +1353,30 @@ interactions: \ \"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\":\"cliuz26deNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cliuz26deIPConfig\",\"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\": \"63427c18-2b06-4b69-a3d0-7bf65456e448\",\r\n \"hardwareProfile\": + {\"networkInterfaceConfigurations\":[{\"name\":\"clilb05fbNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"clilb05fbIPConfig\",\"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\": \"7b541ebe-4426-4428-b775-df0bc3281e65\",\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.202302100\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"18.04.202305220\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n - \ \"name\": \"cliuztvtdw4jbve2omq7cliuztvtdw4jbve2omq73OS__1_3040b08d49ec44489f9d85f41bdcc8f8\",\r\n + \ \"name\": \"clilbofyinawioqmxrxsclilbofyinawioqmxrxsjOS__1_a99b4b29f9464eb98e7b083432784688\",\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/cliuztvtdw4jbve2omq7cliuztvtdw4jbve2omq73OS__1_3040b08d49ec44489f9d85f41bdcc8f8\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/disks/clilbofyinawioqmxrxsclilbofyinawioqmxrxsjOS__1_a99b4b29f9464eb98e7b083432784688\"\r\n \ },\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": - \"cliuz26de000000\",\r\n \"adminUsername\": \"rhoover\",\r\n \"linuxConfiguration\": + \"clilb05fb000000\",\r\n \"adminUsername\": \"rhkodiak\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"path\": - \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n + \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n \ },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n - \ \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualMachines/0/networkInterfaces/cliuz26deNic\"}]},\r\n - \ \"provisioningState\": \"Updating\",\r\n \"timeCreated\": \"2023-03-06T15:01:24.8622061+00:00\"\r\n + \ \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualMachines/0/networkInterfaces/clilb05fbNic\"}]},\r\n + \ \"provisioningState\": \"Updating\",\r\n \"timeCreated\": \"2023-05-31T18:48:49.2272472+00:00\"\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_0/extensions/Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n @@ -1276,31 +1402,31 @@ interactions: \ \"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\":\"cliuz26deNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cliuz26deIPConfig\",\"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\": \"ffa83b08-9cdf-4ddd-8c22-38ec3747c4fa\",\r\n \"hardwareProfile\": + {\"networkInterfaceConfigurations\":[{\"name\":\"clilb05fbNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"clilb05fbIPConfig\",\"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\": \"560d140f-cd86-4bdb-83b9-19579f8b94d7\",\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.202302100\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"18.04.202305220\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n - \ \"name\": \"cliuztvtdw4jbve2omq7cliuztvtdw4jbve2omq73OS__1_023d79a2b12548fba5c6e457bd338d14\",\r\n + \ \"name\": \"clilbofyinawioqmxrxsclilbofyinawioqmxrxsjOS__1_3fed4842693d46dfbc0fdbda6f24f442\",\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/cliuztvtdw4jbve2omq7cliuztvtdw4jbve2omq73OS__1_023d79a2b12548fba5c6e457bd338d14\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/disks/clilbofyinawioqmxrxsclilbofyinawioqmxrxsjOS__1_3fed4842693d46dfbc0fdbda6f24f442\"\r\n \ },\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": - \"cliuz26de000003\",\r\n \"adminUsername\": \"rhoover\",\r\n \"linuxConfiguration\": + \"clilb05fb000003\",\r\n \"adminUsername\": \"rhkodiak\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"path\": - \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n + \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n \ },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n - \ \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualMachines/3/networkInterfaces/cliuz26deNic\"}]},\r\n + \ \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualMachines/3/networkInterfaces/clilb05fbNic\"}]},\r\n \ \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": - \"2023-03-06T15:01:24.8622061+00:00\"\r\n },\r\n \"resources\": + \"2023-05-31T18:48:49.2272472+00:00\"\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_3/extensions/Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n @@ -1322,11 +1448,11 @@ interactions: cache-control: - no-cache content-length: - - '12299' + - '12289' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:03:48 GMT + - Wed, 31 May 2023 18:51:42 GMT expires: - '-1' pragma: @@ -1343,7 +1469,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;895,Microsoft.Compute/VMScaleSetVMViews3Min;4991 + - Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;896,Microsoft.Compute/VMScaleSetVMViews3Min;4994 x-ms-request-charge: - '4' status: @@ -1363,7 +1489,7 @@ interactions: ParameterSetName: - --name --resource-group --set User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2022-11-01 response: @@ -1379,13 +1505,13 @@ interactions: 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\",\r\n \"maxSurge\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": - {\r\n \"computerNamePrefix\": \"cliuz26de\",\r\n \"adminUsername\": - \"rhoover\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": + {\r\n \"computerNamePrefix\": \"clilb05fb\",\r\n \"adminUsername\": + \"rhkodiak\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n - \ },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": @@ -1394,7 +1520,7 @@ interactions: \ \"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\":\"cliuz26deNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cliuz26deIPConfig\",\"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 + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"clilb05fbNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"clilb05fbIPConfig\",\"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\": @@ -1410,17 +1536,17 @@ interactions: {\"enableGenevaUpload\":true,\"enableAutoConfig\":true,\"reportSuccessOnUnsupportedDistro\":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\": \"6aa1f17d-1da0-4dfe-b11e-b77e59e02135\",\r\n - \ \"timeCreated\": \"2023-03-06T15:01:24.7059254+00:00\"\r\n }\r\n}" + false,\r\n \"uniqueId\": \"1dd014e1-9fe6-4b2d-8bf6-308d33c41652\",\r\n + \ \"timeCreated\": \"2023-05-31T18:48:49.1490764+00:00\"\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '4947' + - '4942' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:03:49 GMT + - Wed, 31 May 2023 18:51:43 GMT expires: - '-1' pragma: @@ -1437,7 +1563,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMScaleSet3Min;377,Microsoft.Compute/GetVMScaleSet30Min;2515 + - Microsoft.Compute/GetVMScaleSet3Min;372,Microsoft.Compute/GetVMScaleSet30Min;2537 status: code: 200 message: OK @@ -1448,17 +1574,17 @@ interactions: {"maxBatchInstancePercent": 20, "maxUnhealthyInstancePercent": 20, "maxUnhealthyUpgradedInstancePercent": 20, "pauseTimeBetweenBatches": "PT0S", "rollbackFailedInstancesOnPolicyBreach": false, "maxSurge": false}}, "virtualMachineProfile": {"osProfile": {"computerNamePrefix": - "cliuz26de", "adminUsername": "rhoover", "linuxConfiguration": {"disablePasswordAuthentication": - true, "ssh": {"publicKeys": [{"path": "/home/rhoover/.ssh/authorized_keys", - "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\n"}]}, "provisionVMAgent": true, "enableVMAgentPlatformUpdates": + "clilb05fb", "adminUsername": "rhkodiak", "linuxConfiguration": {"disablePasswordAuthentication": + true, "ssh": {"publicKeys": [{"path": "/home/rhkodiak/.ssh/authorized_keys", + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\n"}]}, "provisionVMAgent": true, "enableVMAgentPlatformUpdates": false}, "secrets": [], "allowExtensionOperations": true, "requireGuestProvisionSignal": true}, "storageProfile": {"osDisk": {"caching": "ReadWrite", "createOption": "FromImage", "diskSizeGB": 30, "osType": "Linux", "managedDisk": {"storageAccountType": "Premium_LRS"}}}, "networkProfile": {"networkInterfaceConfigurations": [{"name": - "cliuz26deNic", "properties": {"primary": true, "enableAcceleratedNetworking": + "clilb05fbNic", "properties": {"primary": true, "enableAcceleratedNetworking": false, "disableTcpStateTracking": false, "dnsSettings": {"dnsServers": []}, - "ipConfigurations": [{"name": "cliuz26deIPConfig", "properties": {"subnet": + "ipConfigurations": [{"name": "clilb05fbIPConfig", "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"}], @@ -1483,13 +1609,13 @@ interactions: Connection: - keep-alive Content-Length: - - '3587' + - '3582' Content-Type: - application/json ParameterSetName: - --name --resource-group --set User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2022-11-01 response: @@ -1505,13 +1631,13 @@ interactions: 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\",\r\n \"maxSurge\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": - {\r\n \"computerNamePrefix\": \"cliuz26de\",\r\n \"adminUsername\": - \"rhoover\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": + {\r\n \"computerNamePrefix\": \"clilb05fb\",\r\n \"adminUsername\": + \"rhkodiak\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n - \ },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": @@ -1520,7 +1646,7 @@ interactions: \ \"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\":\"cliuz26deNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cliuz26deIPConfig\",\"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 + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"clilb05fbNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"clilb05fbIPConfig\",\"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 @@ -1537,21 +1663,21 @@ interactions: {\"enableGenevaUpload\":true,\"enableAutoConfig\":true,\"reportSuccessOnUnsupportedDistro\":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\": \"6aa1f17d-1da0-4dfe-b11e-b77e59e02135\",\r\n - \ \"timeCreated\": \"2023-03-06T15:01:24.7059254+00:00\"\r\n }\r\n}" + false,\r\n \"uniqueId\": \"1dd014e1-9fe6-4b2d-8bf6-308d33c41652\",\r\n + \ \"timeCreated\": \"2023-05-31T18:48:49.1490764+00:00\"\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/ff42cdb6-8bc0-48ce-b81d-6e6817b31954?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/f9559e76-8b68-4b31-8f9c-3e924040052d?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 cache-control: - no-cache content-length: - - '5055' + - '5050' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:03:52 GMT + - Wed, 31 May 2023 18:51:48 GMT expires: - '-1' pragma: @@ -1568,7 +1694,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/CreateVMScaleSet3Min;150,Microsoft.Compute/CreateVMScaleSet30Min;759,Microsoft.Compute/VmssQueuedVMOperations;0 + - Microsoft.Compute/CreateVMScaleSet3Min;128,Microsoft.Compute/CreateVMScaleSet30Min;647,Microsoft.Compute/VmssQueuedVMOperations;0 x-ms-ratelimit-remaining-subscription-writes: - '1199' x-ms-request-charge: @@ -1590,22 +1716,22 @@ interactions: ParameterSetName: - --name --resource-group --set User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/ff42cdb6-8bc0-48ce-b81d-6e6817b31954?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/f9559e76-8b68-4b31-8f9c-3e924040052d?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:03:52.5648782+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"ff42cdb6-8bc0-48ce-b81d-6e6817b31954\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:51:48.399934+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"f9559e76-8b68-4b31-8f9c-3e924040052d\"\r\n}" headers: cache-control: - no-cache content-length: - - '134' + - '133' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:04:03 GMT + - Wed, 31 May 2023 18:51:48 GMT expires: - '-1' pragma: @@ -1622,7 +1748,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14967,Microsoft.Compute/GetOperation30Min;29819 + - Microsoft.Compute/GetOperation3Min;14959,Microsoft.Compute/GetOperation30Min;29867 status: code: 200 message: OK @@ -1640,173 +1766,23 @@ interactions: ParameterSetName: - --name --resource-group --set User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/ff42cdb6-8bc0-48ce-b81d-6e6817b31954?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/f9559e76-8b68-4b31-8f9c-3e924040052d?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:03:52.5648782+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"ff42cdb6-8bc0-48ce-b81d-6e6817b31954\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:51:48.399934+00:00\",\r\n \"endTime\": + \"2023-05-31T18:52:01.1187398+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"f9559e76-8b68-4b31-8f9c-3e924040052d\"\r\n}" headers: cache-control: - no-cache content-length: - - '134' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 06 Mar 2023 15:04: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;14970,Microsoft.Compute/GetOperation30Min;29815 - 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.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/ff42cdb6-8bc0-48ce-b81d-6e6817b31954?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 - response: - body: - string: "{\r\n \"startTime\": \"2023-03-06T15:03:52.5648782+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"ff42cdb6-8bc0-48ce-b81d-6e6817b31954\"\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '134' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 06 Mar 2023 15:05: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;14967,Microsoft.Compute/GetOperation30Min;29807 - 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.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/ff42cdb6-8bc0-48ce-b81d-6e6817b31954?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 - response: - body: - string: "{\r\n \"startTime\": \"2023-03-06T15:03:52.5648782+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"ff42cdb6-8bc0-48ce-b81d-6e6817b31954\"\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '134' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 06 Mar 2023 15:05: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;14962,Microsoft.Compute/GetOperation30Min;29798 - 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.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/ff42cdb6-8bc0-48ce-b81d-6e6817b31954?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 - response: - body: - string: "{\r\n \"startTime\": \"2023-03-06T15:03:52.5648782+00:00\",\r\n \"endTime\": - \"2023-03-06T15:05:46.4863929+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"ff42cdb6-8bc0-48ce-b81d-6e6817b31954\"\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '184' + - '183' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:06:10 GMT + - Wed, 31 May 2023 18:52:26 GMT expires: - '-1' pragma: @@ -1823,7 +1799,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14964,Microsoft.Compute/GetOperation30Min;29794 + - Microsoft.Compute/GetOperation3Min;14960,Microsoft.Compute/GetOperation30Min;29860 status: code: 200 message: OK @@ -1841,7 +1817,7 @@ interactions: ParameterSetName: - --name --resource-group --set User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2022-11-01 response: @@ -1857,13 +1833,13 @@ interactions: 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\",\r\n \"maxSurge\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": - {\r\n \"computerNamePrefix\": \"cliuz26de\",\r\n \"adminUsername\": - \"rhoover\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": + {\r\n \"computerNamePrefix\": \"clilb05fb\",\r\n \"adminUsername\": + \"rhkodiak\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n - \ },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": @@ -1872,7 +1848,7 @@ interactions: \ \"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\":\"cliuz26deNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cliuz26deIPConfig\",\"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 + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"clilb05fbNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"clilb05fbIPConfig\",\"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 @@ -1889,17 +1865,17 @@ interactions: {\"enableGenevaUpload\":true,\"enableAutoConfig\":true,\"reportSuccessOnUnsupportedDistro\":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\": \"6aa1f17d-1da0-4dfe-b11e-b77e59e02135\",\r\n - \ \"timeCreated\": \"2023-03-06T15:01:24.7059254+00:00\"\r\n }\r\n}" + false,\r\n \"uniqueId\": \"1dd014e1-9fe6-4b2d-8bf6-308d33c41652\",\r\n + \ \"timeCreated\": \"2023-05-31T18:48:49.1490764+00:00\"\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '5056' + - '5051' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:06:10 GMT + - Wed, 31 May 2023 18:52:26 GMT expires: - '-1' pragma: @@ -1916,7 +1892,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMScaleSet3Min;375,Microsoft.Compute/GetVMScaleSet30Min;2497 + - Microsoft.Compute/GetVMScaleSet3Min;366,Microsoft.Compute/GetVMScaleSet30Min;2530 status: code: 200 message: OK @@ -1938,7 +1914,7 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/manualupgrade?api-version=2022-11-01 response: @@ -1948,17 +1924,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/4d4e667b-bd1f-4612-b69d-b7a8d1f21ace?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/41e77c03-1054-4d4e-b613-1076f8381ee9?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 cache-control: - no-cache content-length: - '0' date: - - Mon, 06 Mar 2023 15:06:11 GMT + - Wed, 31 May 2023 18:52:26 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/4d4e667b-bd1f-4612-b69d-b7a8d1f21ace?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/41e77c03-1054-4d4e-b613-1076f8381ee9?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 pragma: - no-cache server: @@ -1969,7 +1945,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1187,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3092,Microsoft.Compute/VmssQueuedVMOperations;0 + - Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1192,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;2625,Microsoft.Compute/VmssQueuedVMOperations;0 x-ms-ratelimit-remaining-subscription-writes: - '1199' x-ms-request-charge: @@ -1991,23 +1967,73 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/4d4e667b-bd1f-4612-b69d-b7a8d1f21ace?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/41e77c03-1054-4d4e-b613-1076f8381ee9?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:06:11.6582221+00:00\",\r\n \"endTime\": - \"2023-03-06T15:06:18.2362292+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"4d4e667b-bd1f-4612-b69d-b7a8d1f21ace\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:52:27.0875746+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"41e77c03-1054-4d4e-b613-1076f8381ee9\"\r\n}" headers: cache-control: - no-cache content-length: - - '184' + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 18: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/GetOperation3Min;14959,Microsoft.Compute/GetOperation30Min;29859 + 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.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/41e77c03-1054-4d4e-b613-1076f8381ee9?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 + response: + body: + string: "{\r\n \"startTime\": \"2023-05-31T18:52:27.0875746+00:00\",\r\n \"endTime\": + \"2023-05-31T18:52:32.806311+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"41e77c03-1054-4d4e-b613-1076f8381ee9\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '183' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:06:42 GMT + - Wed, 31 May 2023 18:52:57 GMT expires: - '-1' pragma: @@ -2024,7 +2050,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14968,Microsoft.Compute/GetOperation30Min;29788 + - Microsoft.Compute/GetOperation3Min;14958,Microsoft.Compute/GetOperation30Min;29851 status: code: 200 message: OK @@ -2042,9 +2068,9 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/4d4e667b-bd1f-4612-b69d-b7a8d1f21ace?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/41e77c03-1054-4d4e-b613-1076f8381ee9?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 response: body: string: '' @@ -2054,7 +2080,7 @@ interactions: content-length: - '0' date: - - Mon, 06 Mar 2023 15:06:42 GMT + - Wed, 31 May 2023 18:52:57 GMT expires: - '-1' pragma: @@ -2067,7 +2093,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14967,Microsoft.Compute/GetOperation30Min;29787 + - Microsoft.Compute/GetOperation3Min;14957,Microsoft.Compute/GetOperation30Min;29850 status: code: 200 message: OK @@ -2085,48 +2111,48 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualMachines/3/instanceView?api-version=2022-11-01 response: body: - string: "{\r\n \"placementGroupId\": \"fe2728fc-c0cb-4cea-8d91-bb960a1e6c3b\",\r\n + string: "{\r\n \"placementGroupId\": \"d46de32e-58a5-4fdc-87e3-cdf3b3d142ce\",\r\n \ \"platformUpdateDomain\": 3,\r\n \"platformFaultDomain\": 3,\r\n \"computerName\": - \"cliuz26de000003\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n + \"clilb05fb000003\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n \ \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.9.0.4\",\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\": \"2023-03-06T15:05:31+00:00\"\r\n + \"Guest Agent is running\",\r\n \"time\": \"2023-05-31T18:52:37+00:00\"\r\n \ }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": - \"1.25.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \"1.26.2\",\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.21.115\",\r\n \"status\": {\r\n + \ \"typeHandlerVersion\": \"2.22.158\",\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\": \"cliuztvtdw4jbve2omq7cliuztvtdw4jbve2omq73OS__1_023d79a2b12548fba5c6e457bd338d14\",\r\n + [\r\n {\r\n \"name\": \"clilbofyinawioqmxrxsclilbofyinawioqmxrxsjOS__1_3fed4842693d46dfbc0fdbda6f24f442\",\r\n \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2023-03-06T15:06:12.4393943+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T18:52:28.1656665+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.25.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \"1.26.2\",\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.21.115\",\r\n \"statuses\": [\r\n {\r\n + \ \"typeHandlerVersion\": \"2.22.158\",\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\": - \"2023-03-06T15:06:18.2052137+00:00\"\r\n },\r\n {\r\n \"code\": + \"2023-05-31T18:52:32.7751011+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: @@ -2137,7 +2163,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:06:42 GMT + - Wed, 31 May 2023 18:52:58 GMT expires: - '-1' pragma: @@ -2154,7 +2180,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMScaleSetVM3Min;492,Microsoft.Compute/GetVMScaleSetVM30Min;2473,Microsoft.Compute/VMScaleSetVMViews3Min;4992 + - Microsoft.Compute/GetVMScaleSetVM3Min;494,Microsoft.Compute/GetVMScaleSetVM30Min;2482,Microsoft.Compute/VMScaleSetVMViews3Min;4988 x-ms-request-charge: - '1' status: @@ -2174,8 +2200,8 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 response: @@ -2189,7 +2215,7 @@ interactions: content-type: - application/json; charset=UTF-8 date: - - Mon, 06 Mar 2023 15:06:43 GMT + - Wed, 31 May 2023 18:52:58 GMT expires: - '-1' pragma: @@ -2225,7 +2251,7 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualMachines/3/deallocate?api-version=2022-11-01 response: @@ -2235,17 +2261,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/9e4f0edd-af3e-4938-b411-b910560c08eb?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/6c5fc1f6-f2d0-449e-b606-d9146140d317?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 cache-control: - no-cache content-length: - '0' date: - - Mon, 06 Mar 2023 15:06:43 GMT + - Wed, 31 May 2023 18:52:58 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/9e4f0edd-af3e-4938-b411-b910560c08eb?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/6c5fc1f6-f2d0-449e-b606-d9146140d317?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 pragma: - no-cache server: @@ -2256,7 +2282,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/DeleteVMScaleSetVM3Min;239,Microsoft.Compute/DeleteVMScaleSetVM30Min;1197,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3091,Microsoft.Compute/VmssQueuedVMOperations;0 + - Microsoft.Compute/DeleteVMScaleSetVM3Min;239,Microsoft.Compute/DeleteVMScaleSetVM30Min;1199,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;2624,Microsoft.Compute/VmssQueuedVMOperations;0 x-ms-ratelimit-remaining-subscription-writes: - '1199' x-ms-request-charge: @@ -2278,13 +2304,13 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/9e4f0edd-af3e-4938-b411-b910560c08eb?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/6c5fc1f6-f2d0-449e-b606-d9146140d317?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:06:43.7830735+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"9e4f0edd-af3e-4938-b411-b910560c08eb\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:52:59.7283191+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"6c5fc1f6-f2d0-449e-b606-d9146140d317\"\r\n}" headers: cache-control: - no-cache @@ -2293,7 +2319,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:07:13 GMT + - Wed, 31 May 2023 18:52:58 GMT expires: - '-1' pragma: @@ -2310,7 +2336,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14964,Microsoft.Compute/GetOperation30Min;29782 + - Microsoft.Compute/GetOperation3Min;14956,Microsoft.Compute/GetOperation30Min;29849 status: code: 200 message: OK @@ -2328,13 +2354,13 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/9e4f0edd-af3e-4938-b411-b910560c08eb?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/6c5fc1f6-f2d0-449e-b606-d9146140d317?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:06:43.7830735+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"9e4f0edd-af3e-4938-b411-b910560c08eb\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:52:59.7283191+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"6c5fc1f6-f2d0-449e-b606-d9146140d317\"\r\n}" headers: cache-control: - no-cache @@ -2343,7 +2369,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:07:43 GMT + - Wed, 31 May 2023 18:53:29 GMT expires: - '-1' pragma: @@ -2360,7 +2386,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14969,Microsoft.Compute/GetOperation30Min;29778 + - Microsoft.Compute/GetOperation3Min;14958,Microsoft.Compute/GetOperation30Min;29847 status: code: 200 message: OK @@ -2378,14 +2404,14 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/9e4f0edd-af3e-4938-b411-b910560c08eb?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/6c5fc1f6-f2d0-449e-b606-d9146140d317?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:06:43.7830735+00:00\",\r\n \"endTime\": - \"2023-03-06T15:08:04.032782+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"9e4f0edd-af3e-4938-b411-b910560c08eb\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:52:59.7283191+00:00\",\r\n \"endTime\": + \"2023-05-31T18:53:49.775405+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"6c5fc1f6-f2d0-449e-b606-d9146140d317\"\r\n}" headers: cache-control: - no-cache @@ -2394,7 +2420,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:08:13 GMT + - Wed, 31 May 2023 18:53:59 GMT expires: - '-1' pragma: @@ -2411,7 +2437,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14971,Microsoft.Compute/GetOperation30Min;29773 + - Microsoft.Compute/GetOperation3Min;14968,Microsoft.Compute/GetOperation30Min;29840 status: code: 200 message: OK @@ -2429,9 +2455,9 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/9e4f0edd-af3e-4938-b411-b910560c08eb?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/6c5fc1f6-f2d0-449e-b606-d9146140d317?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 response: body: string: '' @@ -2441,7 +2467,7 @@ interactions: content-length: - '0' date: - - Mon, 06 Mar 2023 15:08:13 GMT + - Wed, 31 May 2023 18:53:59 GMT expires: - '-1' pragma: @@ -2454,7 +2480,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14970,Microsoft.Compute/GetOperation30Min;29772 + - Microsoft.Compute/GetOperation3Min;14967,Microsoft.Compute/GetOperation30Min;29839 status: code: 200 message: OK @@ -2472,21 +2498,21 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualMachines/3/instanceView?api-version=2022-11-01 response: body: - string: "{\r\n \"placementGroupId\": \"fe2728fc-c0cb-4cea-8d91-bb960a1e6c3b\",\r\n + string: "{\r\n \"placementGroupId\": \"d46de32e-58a5-4fdc-87e3-cdf3b3d142ce\",\r\n \ \"platformUpdateDomain\": 3,\r\n \"platformFaultDomain\": 3,\r\n \"disks\": - [\r\n {\r\n \"name\": \"cliuztvtdw4jbve2omq7cliuztvtdw4jbve2omq73OS__1_023d79a2b12548fba5c6e457bd338d14\",\r\n + [\r\n {\r\n \"name\": \"clilbofyinawioqmxrxsclilbofyinawioqmxrxsjOS__1_3fed4842693d46dfbc0fdbda6f24f442\",\r\n \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2023-03-06T15:08:03.9546513+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T18:53:48.5879022+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\": \"2023-03-06T15:08:03.9859063+00:00\"\r\n },\r\n {\r\n + \ \"time\": \"2023-05-31T18:53:48.6192028+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: @@ -2497,7 +2523,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:08:14 GMT + - Wed, 31 May 2023 18:54:01 GMT expires: - '-1' pragma: @@ -2514,7 +2540,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMScaleSetVM3Min;498,Microsoft.Compute/GetVMScaleSetVM30Min;2472,Microsoft.Compute/VMScaleSetVMViews3Min;4998 + - Microsoft.Compute/GetVMScaleSetVM3Min;491,Microsoft.Compute/GetVMScaleSetVM30Min;2479,Microsoft.Compute/VMScaleSetVMViews3Min;4987 x-ms-request-charge: - '1' status: @@ -2534,8 +2560,8 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 response: @@ -2549,7 +2575,7 @@ interactions: content-type: - application/json; charset=UTF-8 date: - - Mon, 06 Mar 2023 15:08:14 GMT + - Wed, 31 May 2023 18:54:01 GMT expires: - '-1' pragma: @@ -2587,7 +2613,7 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/start?api-version=2022-11-01 response: @@ -2597,17 +2623,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/1943656c-7e3b-43e8-933c-430161c60f3a?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/f739571f-b7b3-4f02-a48f-f5c8eb6c74e2?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 cache-control: - no-cache content-length: - '0' date: - - Mon, 06 Mar 2023 15:08:15 GMT + - Wed, 31 May 2023 18:54:02 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/1943656c-7e3b-43e8-933c-430161c60f3a?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/f739571f-b7b3-4f02-a48f-f5c8eb6c74e2?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 pragma: - no-cache server: @@ -2618,9 +2644,9 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1186,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3046,Microsoft.Compute/VmssQueuedVMOperations;0 + - Microsoft.Compute/VMScaleSetActions3Min;236,Microsoft.Compute/VMScaleSetActions30Min;1189,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0 x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' x-ms-request-charge: - '1' status: @@ -2640,13 +2666,13 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/1943656c-7e3b-43e8-933c-430161c60f3a?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/f739571f-b7b3-4f02-a48f-f5c8eb6c74e2?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:08:15.9078095+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"1943656c-7e3b-43e8-933c-430161c60f3a\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:54:03.0879706+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"f739571f-b7b3-4f02-a48f-f5c8eb6c74e2\"\r\n}" headers: cache-control: - no-cache @@ -2655,7 +2681,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:08:45 GMT + - Wed, 31 May 2023 18:54:02 GMT expires: - '-1' pragma: @@ -2672,7 +2698,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14974,Microsoft.Compute/GetOperation30Min;29770 + - Microsoft.Compute/GetOperation3Min;14966,Microsoft.Compute/GetOperation30Min;29838 status: code: 200 message: OK @@ -2690,14 +2716,64 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/1943656c-7e3b-43e8-933c-430161c60f3a?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/f739571f-b7b3-4f02-a48f-f5c8eb6c74e2?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:08:15.9078095+00:00\",\r\n \"endTime\": - \"2023-03-06T15:09:01.3294787+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"1943656c-7e3b-43e8-933c-430161c60f3a\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:54:03.0879706+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"f739571f-b7b3-4f02-a48f-f5c8eb6c74e2\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 18:54:32 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;29835 + 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.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/f739571f-b7b3-4f02-a48f-f5c8eb6c74e2?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 + response: + body: + string: "{\r\n \"startTime\": \"2023-05-31T18:54:03.0879706+00:00\",\r\n \"endTime\": + \"2023-05-31T18:54:47.4163137+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"f739571f-b7b3-4f02-a48f-f5c8eb6c74e2\"\r\n}" headers: cache-control: - no-cache @@ -2706,7 +2782,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:09:15 GMT + - Wed, 31 May 2023 18:55:03 GMT expires: - '-1' pragma: @@ -2723,7 +2799,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14975,Microsoft.Compute/GetOperation30Min;29767 + - Microsoft.Compute/GetOperation3Min;14973,Microsoft.Compute/GetOperation30Min;29831 status: code: 200 message: OK @@ -2741,9 +2817,9 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/1943656c-7e3b-43e8-933c-430161c60f3a?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/f739571f-b7b3-4f02-a48f-f5c8eb6c74e2?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 response: body: string: '' @@ -2753,7 +2829,7 @@ interactions: content-length: - '0' date: - - Mon, 06 Mar 2023 15:09:15 GMT + - Wed, 31 May 2023 18:55:03 GMT expires: - '-1' pragma: @@ -2766,7 +2842,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14974,Microsoft.Compute/GetOperation30Min;29766 + - Microsoft.Compute/GetOperation3Min;14972,Microsoft.Compute/GetOperation30Min;29830 status: code: 200 message: OK @@ -2788,27 +2864,77 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/poweroff?skipShutdown=false&api-version=2022-11-01 response: body: - string: '' + string: '' + headers: + azure-asyncnotification: + - Enabled + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/bbc84d9f-dc11-4ee9-9daf-e552e15b9527?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 31 May 2023 18:55:03 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/bbc84d9f-dc11-4ee9-9daf-e552e15b9527?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-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;396,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1194,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.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/bbc84d9f-dc11-4ee9-9daf-e552e15b9527?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 + response: + body: + string: "{\r\n \"startTime\": \"2023-05-31T18:55:04.2444638+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"bbc84d9f-dc11-4ee9-9daf-e552e15b9527\"\r\n}" headers: - azure-asyncnotification: - - Enabled - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/d2e8fc79-f0e2-4942-9ff4-c2900ea90e9e?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 cache-control: - no-cache content-length: - - '0' + - '134' + content-type: + - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:09:16 GMT + - Wed, 31 May 2023 18:55:03 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/d2e8fc79-f0e2-4942-9ff4-c2900ea90e9e?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 pragma: - no-cache server: @@ -2816,17 +2942,17 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/DeleteVMScaleSet3Min;78,Microsoft.Compute/DeleteVMScaleSet30Min;394,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3045,Microsoft.Compute/VmssQueuedVMOperations;0 - x-ms-ratelimit-remaining-subscription-writes: - - '1199' - x-ms-request-charge: - - '1' + - Microsoft.Compute/GetOperation3Min;14971,Microsoft.Compute/GetOperation30Min;29829 status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -2841,14 +2967,14 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/d2e8fc79-f0e2-4942-9ff4-c2900ea90e9e?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/bbc84d9f-dc11-4ee9-9daf-e552e15b9527?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:09:17.0480688+00:00\",\r\n \"endTime\": - \"2023-03-06T15:09:28.8447476+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"d2e8fc79-f0e2-4942-9ff4-c2900ea90e9e\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:55:04.2444638+00:00\",\r\n \"endTime\": + \"2023-05-31T18:55:10.0882426+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"bbc84d9f-dc11-4ee9-9daf-e552e15b9527\"\r\n}" headers: cache-control: - no-cache @@ -2857,7 +2983,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:09:46 GMT + - Wed, 31 May 2023 18:55:33 GMT expires: - '-1' pragma: @@ -2874,7 +3000,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29763 + - Microsoft.Compute/GetOperation3Min;14972,Microsoft.Compute/GetOperation30Min;29821 status: code: 200 message: OK @@ -2892,9 +3018,9 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/d2e8fc79-f0e2-4942-9ff4-c2900ea90e9e?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/bbc84d9f-dc11-4ee9-9daf-e552e15b9527?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 response: body: string: '' @@ -2904,7 +3030,7 @@ interactions: content-length: - '0' date: - - Mon, 06 Mar 2023 15:09:46 GMT + - Wed, 31 May 2023 18:55:33 GMT expires: - '-1' pragma: @@ -2917,7 +3043,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14978,Microsoft.Compute/GetOperation30Min;29762 + - Microsoft.Compute/GetOperation3Min;14971,Microsoft.Compute/GetOperation30Min;29820 status: code: 200 message: OK @@ -2935,59 +3061,59 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualMachines/3/instanceView?api-version=2022-11-01 response: body: - string: "{\r\n \"placementGroupId\": \"fe2728fc-c0cb-4cea-8d91-bb960a1e6c3b\",\r\n + string: "{\r\n \"placementGroupId\": \"d46de32e-58a5-4fdc-87e3-cdf3b3d142ce\",\r\n \ \"platformUpdateDomain\": 1,\r\n \"platformFaultDomain\": 1,\r\n \"computerName\": - \"cliuz26de000003\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n + \"clilb05fb000003\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n \ \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.9.0.4\",\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\": \"2023-03-06T15:08:52+00:00\"\r\n + \"Guest Agent is running\",\r\n \"time\": \"2023-05-31T18:54:46+00:00\"\r\n \ }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": - \"1.25.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \"1.26.2\",\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.21.115\",\r\n \"status\": {\r\n + \ \"typeHandlerVersion\": \"2.22.158\",\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\": \"cliuztvtdw4jbve2omq7cliuztvtdw4jbve2omq73OS__1_023d79a2b12548fba5c6e457bd338d14\",\r\n + [\r\n {\r\n \"name\": \"clilbofyinawioqmxrxsclilbofyinawioqmxrxsjOS__1_3fed4842693d46dfbc0fdbda6f24f442\",\r\n \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2023-03-06T15:08:17.8921737+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T18:54:05.306723+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.25.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \"1.26.2\",\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.21.115\",\r\n \"statuses\": [\r\n {\r\n + \ \"typeHandlerVersion\": \"2.22.158\",\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\": - \"2023-03-06T15:09:27.5635391+00:00\"\r\n },\r\n {\r\n \"code\": + \"2023-05-31T18:55:10.0569877+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' + - '2807' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:09:47 GMT + - Wed, 31 May 2023 18:55:34 GMT expires: - '-1' pragma: @@ -3004,7 +3130,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMScaleSetVM3Min;498,Microsoft.Compute/GetVMScaleSetVM30Min;2471,Microsoft.Compute/VMScaleSetVMViews3Min;4998 + - Microsoft.Compute/GetVMScaleSetVM3Min;497,Microsoft.Compute/GetVMScaleSetVM30Min;2478,Microsoft.Compute/VMScaleSetVMViews3Min;4997 x-ms-request-charge: - '1' status: @@ -3024,8 +3150,8 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 response: @@ -3039,7 +3165,7 @@ interactions: content-type: - application/json; charset=UTF-8 date: - - Mon, 06 Mar 2023 15:09:48 GMT + - Wed, 31 May 2023 18:55:34 GMT expires: - '-1' pragma: @@ -3077,7 +3203,7 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/start?api-version=2022-11-01 response: @@ -3087,17 +3213,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/299a6561-dea7-4fef-9719-59c4d06c2d64?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/2126979a-ba92-4896-aff4-88d064597d94?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 cache-control: - no-cache content-length: - '0' date: - - Mon, 06 Mar 2023 15:09:48 GMT + - Wed, 31 May 2023 18:55:35 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/299a6561-dea7-4fef-9719-59c4d06c2d64?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/2126979a-ba92-4896-aff4-88d064597d94?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 pragma: - no-cache server: @@ -3108,7 +3234,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1185,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3044,Microsoft.Compute/VmssQueuedVMOperations;0 + - Microsoft.Compute/VMScaleSetActions3Min;236,Microsoft.Compute/VMScaleSetActions30Min;1186,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1193,Microsoft.Compute/VmssQueuedVMOperations;0 x-ms-ratelimit-remaining-subscription-writes: - '1199' x-ms-request-charge: @@ -3130,14 +3256,64 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/2126979a-ba92-4896-aff4-88d064597d94?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 + response: + body: + string: "{\r\n \"startTime\": \"2023-05-31T18:55:36.2914782+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"2126979a-ba92-4896-aff4-88d064597d94\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 18:55: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;14970,Microsoft.Compute/GetOperation30Min;29819 + 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.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/299a6561-dea7-4fef-9719-59c4d06c2d64?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/2126979a-ba92-4896-aff4-88d064597d94?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:09:49.2507516+00:00\",\r\n \"endTime\": - \"2023-03-06T15:09:56.2507578+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"299a6561-dea7-4fef-9719-59c4d06c2d64\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:55:36.2914782+00:00\",\r\n \"endTime\": + \"2023-05-31T18:55:44.2602613+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"2126979a-ba92-4896-aff4-88d064597d94\"\r\n}" headers: cache-control: - no-cache @@ -3146,7 +3322,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:10:18 GMT + - Wed, 31 May 2023 18:56:05 GMT expires: - '-1' pragma: @@ -3163,7 +3339,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29770 + - Microsoft.Compute/GetOperation3Min;14969,Microsoft.Compute/GetOperation30Min;29816 status: code: 200 message: OK @@ -3181,9 +3357,9 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/299a6561-dea7-4fef-9719-59c4d06c2d64?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/2126979a-ba92-4896-aff4-88d064597d94?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 response: body: string: '' @@ -3193,7 +3369,7 @@ interactions: content-length: - '0' date: - - Mon, 06 Mar 2023 15:10:18 GMT + - Wed, 31 May 2023 18:56:05 GMT expires: - '-1' pragma: @@ -3206,7 +3382,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14978,Microsoft.Compute/GetOperation30Min;29769 + - Microsoft.Compute/GetOperation3Min;14968,Microsoft.Compute/GetOperation30Min;29815 status: code: 200 message: OK @@ -3224,7 +3400,7 @@ interactions: ParameterSetName: - --name --resource-group --set User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2022-11-01 response: @@ -3234,8 +3410,8 @@ interactions: \"westus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-westus2\": - {\r\n \"principalId\": \"684d55e2-8922-4966-a660-2d38ca4a1711\",\r\n - \ \"clientId\": \"6d45cf55-f311-4228-97b0-c22ae418aad6\"\r\n }\r\n + {\r\n \"principalId\": \"0fdff7b9-2496-486b-b380-a06601508170\",\r\n + \ \"clientId\": \"12f2a140-5109-4e1a-8aa0-d0517def37fb\"\r\n }\r\n \ }\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 \"orchestrationMode\": \"Uniform\",\r\n \"upgradePolicy\": @@ -3244,13 +3420,13 @@ interactions: 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\",\r\n \"maxSurge\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": - {\r\n \"computerNamePrefix\": \"cliuz26de\",\r\n \"adminUsername\": - \"rhoover\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": + {\r\n \"computerNamePrefix\": \"clilb05fb\",\r\n \"adminUsername\": + \"rhkodiak\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n - \ },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": @@ -3259,7 +3435,7 @@ interactions: \ \"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\":\"cliuz26deNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cliuz26deIPConfig\",\"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 + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"clilb05fbNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"clilb05fbIPConfig\",\"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 @@ -3276,17 +3452,17 @@ interactions: {\"enableGenevaUpload\":true,\"enableAutoConfig\":true,\"reportSuccessOnUnsupportedDistro\":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\": \"6aa1f17d-1da0-4dfe-b11e-b77e59e02135\",\r\n - \ \"timeCreated\": \"2023-03-06T15:01:24.7059254+00:00\"\r\n }\r\n}" + false,\r\n \"uniqueId\": \"1dd014e1-9fe6-4b2d-8bf6-308d33c41652\",\r\n + \ \"timeCreated\": \"2023-05-31T18:48:49.1490764+00:00\"\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '5471' + - '5466' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:10:20 GMT + - Wed, 31 May 2023 18:56:06 GMT expires: - '-1' pragma: @@ -3303,7 +3479,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMScaleSet3Min;382,Microsoft.Compute/GetVMScaleSet30Min;2485 + - Microsoft.Compute/GetVMScaleSet3Min;389,Microsoft.Compute/GetVMScaleSet30Min;2513 status: code: 200 message: OK @@ -3315,17 +3491,17 @@ interactions: {"maxBatchInstancePercent": 20, "maxUnhealthyInstancePercent": 20, "maxUnhealthyUpgradedInstancePercent": 20, "pauseTimeBetweenBatches": "PT0S", "rollbackFailedInstancesOnPolicyBreach": false, "maxSurge": false}}, "virtualMachineProfile": {"osProfile": {"computerNamePrefix": - "cliuz26de", "adminUsername": "rhoover", "linuxConfiguration": {"disablePasswordAuthentication": - true, "ssh": {"publicKeys": [{"path": "/home/rhoover/.ssh/authorized_keys", - "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\n"}]}, "provisionVMAgent": true, "enableVMAgentPlatformUpdates": + "clilb05fb", "adminUsername": "rhkodiak", "linuxConfiguration": {"disablePasswordAuthentication": + true, "ssh": {"publicKeys": [{"path": "/home/rhkodiak/.ssh/authorized_keys", + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\n"}]}, "provisionVMAgent": true, "enableVMAgentPlatformUpdates": false}, "secrets": [], "allowExtensionOperations": true, "requireGuestProvisionSignal": true}, "storageProfile": {"osDisk": {"caching": "ReadWrite", "createOption": "FromImage", "diskSizeGB": 30, "osType": "Linux", "managedDisk": {"storageAccountType": "Premium_LRS"}}}, "networkProfile": {"networkInterfaceConfigurations": [{"name": - "cliuz26deNic", "properties": {"primary": true, "enableAcceleratedNetworking": + "clilb05fbNic", "properties": {"primary": true, "enableAcceleratedNetworking": false, "disableTcpStateTracking": false, "dnsSettings": {"dnsServers": []}, - "ipConfigurations": [{"name": "cliuz26deIPConfig", "properties": {"subnet": + "ipConfigurations": [{"name": "clilb05fbIPConfig", "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"}], @@ -3351,13 +3527,13 @@ interactions: Connection: - keep-alive Content-Length: - - '3896' + - '3891' Content-Type: - application/json ParameterSetName: - --name --resource-group --set User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2022-11-01 response: @@ -3367,8 +3543,8 @@ interactions: \"westus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-westus2\": - {\r\n \"principalId\": \"684d55e2-8922-4966-a660-2d38ca4a1711\",\r\n - \ \"clientId\": \"6d45cf55-f311-4228-97b0-c22ae418aad6\"\r\n }\r\n + {\r\n \"principalId\": \"0fdff7b9-2496-486b-b380-a06601508170\",\r\n + \ \"clientId\": \"12f2a140-5109-4e1a-8aa0-d0517def37fb\"\r\n }\r\n \ }\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 \"orchestrationMode\": \"Uniform\",\r\n \"upgradePolicy\": @@ -3377,13 +3553,13 @@ interactions: 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\",\r\n \"maxSurge\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": - {\r\n \"computerNamePrefix\": \"cliuz26de\",\r\n \"adminUsername\": - \"rhoover\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": + {\r\n \"computerNamePrefix\": \"clilb05fb\",\r\n \"adminUsername\": + \"rhkodiak\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n - \ },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": @@ -3392,7 +3568,7 @@ interactions: \ \"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\":\"cliuz26deNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cliuz26deIPConfig\",\"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 + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"clilb05fbNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"clilb05fbIPConfig\",\"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\": @@ -3410,21 +3586,21 @@ interactions: {\"enableGenevaUpload\":true,\"enableAutoConfig\":true,\"reportSuccessOnUnsupportedDistro\":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\": \"6aa1f17d-1da0-4dfe-b11e-b77e59e02135\",\r\n - \ \"timeCreated\": \"2023-03-06T15:01:24.7059254+00:00\"\r\n }\r\n}" + false,\r\n \"uniqueId\": \"1dd014e1-9fe6-4b2d-8bf6-308d33c41652\",\r\n + \ \"timeCreated\": \"2023-05-31T18:48:49.1490764+00:00\"\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/4baf492f-f076-408e-82ca-eded6a1782f1?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/140e01b2-1581-4e19-89f0-1da9ce8d6582?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 cache-control: - no-cache content-length: - - '5539' + - '5534' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:10:23 GMT + - Wed, 31 May 2023 18:56:11 GMT expires: - '-1' pragma: @@ -3441,9 +3617,9 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/CreateVMScaleSet3Min;150,Microsoft.Compute/CreateVMScaleSet30Min;747,Microsoft.Compute/VmssQueuedVMOperations;0 + - Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;287,Microsoft.Compute/VmssQueuedVMOperations;0 x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' x-ms-request-charge: - '0' status: @@ -3463,14 +3639,14 @@ interactions: ParameterSetName: - --name --resource-group --set User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/4baf492f-f076-408e-82ca-eded6a1782f1?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/140e01b2-1581-4e19-89f0-1da9ce8d6582?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:10:23.8444102+00:00\",\r\n \"endTime\": - \"2023-03-06T15:10:24.2037525+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"4baf492f-f076-408e-82ca-eded6a1782f1\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:56:11.1197553+00:00\",\r\n \"endTime\": + \"2023-05-31T18:56:11.4791291+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"140e01b2-1581-4e19-89f0-1da9ce8d6582\"\r\n}" headers: cache-control: - no-cache @@ -3479,7 +3655,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:10:34 GMT + - Wed, 31 May 2023 18:56:11 GMT expires: - '-1' pragma: @@ -3496,7 +3672,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29768 + - Microsoft.Compute/GetOperation3Min;14967,Microsoft.Compute/GetOperation30Min;29814 status: code: 200 message: OK @@ -3514,7 +3690,7 @@ interactions: ParameterSetName: - --name --resource-group --set User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2022-11-01 response: @@ -3524,8 +3700,8 @@ interactions: \"westus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-westus2\": - {\r\n \"principalId\": \"684d55e2-8922-4966-a660-2d38ca4a1711\",\r\n - \ \"clientId\": \"6d45cf55-f311-4228-97b0-c22ae418aad6\"\r\n }\r\n + {\r\n \"principalId\": \"0fdff7b9-2496-486b-b380-a06601508170\",\r\n + \ \"clientId\": \"12f2a140-5109-4e1a-8aa0-d0517def37fb\"\r\n }\r\n \ }\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 \"orchestrationMode\": \"Uniform\",\r\n \"upgradePolicy\": @@ -3534,13 +3710,13 @@ interactions: 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\",\r\n \"maxSurge\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": - {\r\n \"computerNamePrefix\": \"cliuz26de\",\r\n \"adminUsername\": - \"rhoover\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": + {\r\n \"computerNamePrefix\": \"clilb05fb\",\r\n \"adminUsername\": + \"rhkodiak\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n - \ },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": @@ -3549,7 +3725,7 @@ interactions: \ \"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\":\"cliuz26deNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cliuz26deIPConfig\",\"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 + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"clilb05fbNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"clilb05fbIPConfig\",\"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\": @@ -3567,17 +3743,17 @@ interactions: {\"enableGenevaUpload\":true,\"enableAutoConfig\":true,\"reportSuccessOnUnsupportedDistro\":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\": \"6aa1f17d-1da0-4dfe-b11e-b77e59e02135\",\r\n - \ \"timeCreated\": \"2023-03-06T15:01:24.7059254+00:00\"\r\n }\r\n}" + false,\r\n \"uniqueId\": \"1dd014e1-9fe6-4b2d-8bf6-308d33c41652\",\r\n + \ \"timeCreated\": \"2023-05-31T18:48:49.1490764+00:00\"\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '5540' + - '5535' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:10:34 GMT + - Wed, 31 May 2023 18:56:11 GMT expires: - '-1' pragma: @@ -3594,7 +3770,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMScaleSet3Min;380,Microsoft.Compute/GetVMScaleSet30Min;2481 + - Microsoft.Compute/GetVMScaleSet3Min;386,Microsoft.Compute/GetVMScaleSet30Min;2510 status: code: 200 message: OK @@ -3616,7 +3792,7 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/manualupgrade?api-version=2022-11-01 response: @@ -3626,17 +3802,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/2b0703e1-0726-4546-b706-01964862fbe6?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/1042e91b-528d-429a-ac45-17bdfb183e9d?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 cache-control: - no-cache content-length: - '0' date: - - Mon, 06 Mar 2023 15:10:35 GMT + - Wed, 31 May 2023 18:56:11 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/2b0703e1-0726-4546-b706-01964862fbe6?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/1042e91b-528d-429a-ac45-17bdfb183e9d?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 pragma: - no-cache server: @@ -3647,7 +3823,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/VMScaleSetActions3Min;237,Microsoft.Compute/VMScaleSetActions30Min;1185,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3043,Microsoft.Compute/VmssQueuedVMOperations;0 + - Microsoft.Compute/VMScaleSetActions3Min;235,Microsoft.Compute/VMScaleSetActions30Min;1185,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1192,Microsoft.Compute/VmssQueuedVMOperations;0 x-ms-ratelimit-remaining-subscription-writes: - '1199' x-ms-request-charge: @@ -3669,14 +3845,64 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/1042e91b-528d-429a-ac45-17bdfb183e9d?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 + response: + body: + string: "{\r\n \"startTime\": \"2023-05-31T18:56:12.6353922+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"1042e91b-528d-429a-ac45-17bdfb183e9d\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 18:56: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;14966,Microsoft.Compute/GetOperation30Min;29813 + 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.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/2b0703e1-0726-4546-b706-01964862fbe6?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/1042e91b-528d-429a-ac45-17bdfb183e9d?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:10:35.6099415+00:00\",\r\n \"endTime\": - \"2023-03-06T15:10:40.8442921+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"2b0703e1-0726-4546-b706-01964862fbe6\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:56:12.6353922+00:00\",\r\n \"endTime\": + \"2023-05-31T18:56:34.5280613+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"1042e91b-528d-429a-ac45-17bdfb183e9d\"\r\n}" headers: cache-control: - no-cache @@ -3685,7 +3911,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:11:05 GMT + - Wed, 31 May 2023 18:56:42 GMT expires: - '-1' pragma: @@ -3702,7 +3928,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29766 + - Microsoft.Compute/GetOperation3Min;14969,Microsoft.Compute/GetOperation30Min;29810 status: code: 200 message: OK @@ -3720,9 +3946,9 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/2b0703e1-0726-4546-b706-01964862fbe6?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/1042e91b-528d-429a-ac45-17bdfb183e9d?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 response: body: string: '' @@ -3732,7 +3958,7 @@ interactions: content-length: - '0' date: - - Mon, 06 Mar 2023 15:11:05 GMT + - Wed, 31 May 2023 18:56:43 GMT expires: - '-1' pragma: @@ -3745,7 +3971,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29765 + - Microsoft.Compute/GetOperation3Min;14968,Microsoft.Compute/GetOperation30Min;29809 status: code: 200 message: OK @@ -3763,61 +3989,61 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualMachines/3/instanceView?api-version=2022-11-01 response: body: - string: "{\r\n \"placementGroupId\": \"fe2728fc-c0cb-4cea-8d91-bb960a1e6c3b\",\r\n + string: "{\r\n \"placementGroupId\": \"d46de32e-58a5-4fdc-87e3-cdf3b3d142ce\",\r\n \ \"platformUpdateDomain\": 1,\r\n \"platformFaultDomain\": 1,\r\n \"computerName\": - \"cliuz26de000003\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n + \"clilb05fb000003\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n \ \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.9.0.4\",\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\": \"2023-03-06T15:10:46+00:00\"\r\n + \"Guest Agent is running\",\r\n \"time\": \"2023-05-31T18:56:25+00:00\"\r\n \ }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": - \"1.25.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \"1.26.2\",\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.21.115\",\r\n \"status\": {\r\n + \ \"typeHandlerVersion\": \"2.22.158\",\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\": \"cliuztvtdw4jbve2omq7cliuztvtdw4jbve2omq73OS__1_023d79a2b12548fba5c6e457bd338d14\",\r\n + [\r\n {\r\n \"name\": \"clilbofyinawioqmxrxsclilbofyinawioqmxrxsjOS__1_3fed4842693d46dfbc0fdbda6f24f442\",\r\n \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2023-03-06T15:10:36.6255965+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T18:56:13.729134+00:00\"\r\n \ }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": {\r\n \"consoleScreenshotBlobUri\": - \"https://cli000002.blob.core.windows.net/bootdiagnostics-cliuztvtd-ffa83b08-9cdf-4ddd-8c22-38ec3747c4fa/cli000003_3.ffa83b08-9cdf-4ddd-8c22-38ec3747c4fa.screenshot.bmp\",\r\n - \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cliuztvtd-ffa83b08-9cdf-4ddd-8c22-38ec3747c4fa/cli000003_3.ffa83b08-9cdf-4ddd-8c22-38ec3747c4fa.serialconsole.log\"\r\n + \"https://cli000002.blob.core.windows.net/bootdiagnostics-clilbofyi-560d140f-cd86-4bdb-83b9-19579f8b94d7/cli000003_3.560d140f-cd86-4bdb-83b9-19579f8b94d7.screenshot.bmp\",\r\n + \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-clilbofyi-560d140f-cd86-4bdb-83b9-19579f8b94d7/cli000003_3.560d140f-cd86-4bdb-83b9-19579f8b94d7.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.25.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \"1.26.2\",\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.21.115\",\r\n \"statuses\": [\r\n {\r\n + \ \"typeHandlerVersion\": \"2.22.158\",\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\": - \"2023-03-06T15:10:40.7974713+00:00\"\r\n },\r\n {\r\n \"code\": + \"2023-05-31T18:56:34.4792247+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: - - '3219' + - '3218' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:11:06 GMT + - Wed, 31 May 2023 18:56:43 GMT expires: - '-1' pragma: @@ -3834,7 +4060,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMScaleSetVM3Min;498,Microsoft.Compute/GetVMScaleSetVM30Min;2470,Microsoft.Compute/VMScaleSetVMViews3Min;4998 + - Microsoft.Compute/GetVMScaleSetVM3Min;497,Microsoft.Compute/GetVMScaleSetVM30Min;2477,Microsoft.Compute/VMScaleSetVMViews3Min;4997 x-ms-request-charge: - '1' status: @@ -3854,21 +4080,21 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/storageAccounts?api-version=2022-09-01 response: body: - string: '{"value":[{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-eastus/providers/Microsoft.Storage/storageAccounts/cs210032001f4814ba9","name":"cs210032001f4814ba9","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-05-16T14:16:22.3477819Z","key2":"2022-05-16T14:16:22.3477819Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-16T14:16:22.3477819Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-16T14:16:22.3477819Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-16T14:16:22.2227752Z","primaryEndpoints":{"dfs":"https://cs210032001f4814ba9.dfs.core.windows.net/","web":"https://cs210032001f4814ba9.z13.web.core.windows.net/","blob":"https://cs210032001f4814ba9.blob.core.windows.net/","queue":"https://cs210032001f4814ba9.queue.core.windows.net/","table":"https://cs210032001f4814ba9.table.core.windows.net/","file":"https://cs210032001f4814ba9.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/guidomassonitest-rg/providers/Microsoft.Storage/storageAccounts/guidomassonitestrg88ad","name":"guidomassonitestrg88ad","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-01-23T18:52:02.5484088Z","key2":"2023-01-23T18:52:02.5484088Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-23T18:52:02.5484088Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-23T18:52:02.5484088Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-01-23T18:52:02.4077698Z","primaryEndpoints":{"blob":"https://guidomassonitestrg88ad.blob.core.windows.net/","queue":"https://guidomassonitestrg88ad.queue.core.windows.net/","table":"https://guidomassonitestrg88ad.table.core.windows.net/","file":"https://guidomassonitestrg88ad.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guidomtesttrafficmanagerrg/providers/Microsoft.Storage/storageAccounts/guidomteststoraccfortm","name":"guidomteststoraccfortm","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-10-18T18:01:13.5231266Z","key2":"2022-10-18T18:01:13.5231266Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-10-18T18:01:13.5387607Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-10-18T18:01:13.5387607Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-10-18T18:01:13.3825002Z","primaryEndpoints":{"dfs":"https://guidomteststoraccfortm.dfs.core.windows.net/","web":"https://guidomteststoraccfortm.z13.web.core.windows.net/","blob":"https://guidomteststoraccfortm.blob.core.windows.net/","queue":"https://guidomteststoraccfortm.queue.core.windows.net/","table":"https://guidomteststoraccfortm.table.core.windows.net/","file":"https://guidomteststoraccfortm.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://guidomteststoraccfortm-secondary.dfs.core.windows.net/","web":"https://guidomteststoraccfortm-secondary.z13.web.core.windows.net/","blob":"https://guidomteststoraccfortm-secondary.blob.core.windows.net/","queue":"https://guidomteststoraccfortm-secondary.queue.core.windows.net/","table":"https://guidomteststoraccfortm-secondary.table.core.windows.net/"}}},{"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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnervmrg-eastus/providers/Microsoft.Storage/storageAccounts/scrunneri2ezqh4xu2wqq","name":"scrunneri2ezqh4xu2wqq","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:01:12.9383535Z","key2":"2023-02-11T08:01:12.9383535Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:01:12.9383535Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:01:12.9383535Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:01:12.6883669Z","primaryEndpoints":{"blob":"https://scrunneri2ezqh4xu2wqq.blob.core.windows.net/","queue":"https://scrunneri2ezqh4xu2wqq.queue.core.windows.net/","table":"https://scrunneri2ezqh4xu2wqq.table.core.windows.net/","file":"https://scrunneri2ezqh4xu2wqq.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yuas-rg/providers/Microsoft.Storage/storageAccounts/yuasstorageacct","name":"yuasstorageacct","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-08-02T12:18:18.8547131Z","key2":"2022-08-02T12:18:18.8547131Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-08-02T12:18:18.8547131Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-08-02T12:18:18.8547131Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-08-02T12:18:18.7140969Z","primaryEndpoints":{"dfs":"https://yuasstorageacct.dfs.core.windows.net/","web":"https://yuasstorageacct.z13.web.core.windows.net/","blob":"https://yuasstorageacct.blob.core.windows.net/","queue":"https://yuasstorageacct.queue.core.windows.net/","table":"https://yuasstorageacct.table.core.windows.net/","file":"https://yuasstorageacct.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yuasstorageacct-secondary.dfs.core.windows.net/","web":"https://yuasstorageacct-secondary.z13.web.core.windows.net/","blob":"https://yuasstorageacct-secondary.blob.core.windows.net/","queue":"https://yuasstorageacct-secondary.queue.core.windows.net/","table":"https://yuasstorageacct-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bkerrigan-dev-rg/providers/Microsoft.Storage/storageAccounts/bktestsa2","name":"bktestsa2","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","immutableStorageWithVersioning":{"enabled":true},"keyCreationTime":{"key1":"2022-09-27T23:58:45.6496284Z","key2":"2022-09-27T23:58:45.6496284Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-09-27T23:58:46.2902461Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-09-27T23:58:46.2902461Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Cool","provisioningState":"Succeeded","creationTime":"2022-09-27T23:58:45.5558609Z","primaryEndpoints":{"dfs":"https://bktestsa2.dfs.core.windows.net/","web":"https://bktestsa2.z20.web.core.windows.net/","blob":"https://bktestsa2.blob.core.windows.net/","queue":"https://bktestsa2.queue.core.windows.net/","table":"https://bktestsa2.table.core.windows.net/","file":"https://bktestsa2.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/SCRunner/providers/Microsoft.Storage/storageAccounts/scrunnerstorage","name":"scrunnerstorage","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rhoover/providers/Microsoft.Storage/storageAccounts/rhooverstorage","name":"rhooverstorage","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-05-26T17:14:23.5085026Z","key2":"2022-05-26T17:14:23.5085026Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T17:14:23.5241285Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T17:14:23.5241285Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-26T17:14:23.4147520Z","primaryEndpoints":{"dfs":"https://rhooverstorage.dfs.core.windows.net/","web":"https://rhooverstorage.z21.web.core.windows.net/","blob":"https://rhooverstorage.blob.core.windows.net/","queue":"https://rhooverstorage.queue.core.windows.net/","table":"https://rhooverstorage.table.core.windows.net/","file":"https://rhooverstorage.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/scrunnervmrg-australiaeast/providers/Microsoft.Storage/storageAccounts/scrunner56hymyctm4kw2","name":"scrunner56hymyctm4kw2","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:42:58.2414102Z","key2":"2023-02-11T08:42:58.2414102Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:42:59.3196006Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:42:59.3196006Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:42:58.1476588Z","primaryEndpoints":{"blob":"https://scrunner56hymyctm4kw2.blob.core.windows.net/","queue":"https://scrunner56hymyctm4kw2.queue.core.windows.net/","table":"https://scrunner56hymyctm4kw2.table.core.windows.net/","file":"https://scrunner56hymyctm4kw2.file.core.windows.net/"},"primaryLocation":"australiaeast","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":"2023-03-06T15:00:46.5594874Z","key2":"2023-03-06T15:00:46.5594874Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T15:00:46.8094615Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T15:00:46.8094615Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T15:00:46.4501501Z","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_serialconsolex4geueyy52iloaspyxz3rrqwxv2syvnkjiljxbv522buwxqpiljme/providers/Microsoft.Storage/storageAccounts/clipf6qz5nxegbgku5yqzkd2","name":"clipf6qz5nxegbgku5yqzkd2","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T07:45:44.7937561Z","key2":"2023-03-06T07:45:44.7937561Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:45:45.1687946Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:45:45.1687946Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T07:45:44.7000168Z","primaryEndpoints":{"blob":"https://clipf6qz5nxegbgku5yqzkd2.blob.core.windows.net/","queue":"https://clipf6qz5nxegbgku5yqzkd2.queue.core.windows.net/","table":"https://clipf6qz5nxegbgku5yqzkd2.table.core.windows.net/","file":"https://clipf6qz5nxegbgku5yqzkd2.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_serialconsoledcvrpndxic4emeqq5apwkns4qa5owpy4jn3b536ks35zdrmn7bl5k/providers/Microsoft.Storage/storageAccounts/cliwqnm2fo7pftnxlk7c734i","name":"cliwqnm2fo7pftnxlk7c734i","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T07:34:57.7461613Z","key2":"2023-03-06T07:34:57.7461613Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:34:57.9961851Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:34:57.9961851Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T07:34:57.6368148Z","primaryEndpoints":{"blob":"https://cliwqnm2fo7pftnxlk7c734i.blob.core.windows.net/","queue":"https://cliwqnm2fo7pftnxlk7c734i.queue.core.windows.net/","table":"https://cliwqnm2fo7pftnxlk7c734i.table.core.windows.net/","file":"https://cliwqnm2fo7pftnxlk7c734i.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guptar2/providers/Microsoft.Storage/storageAccounts/guptar2diagnosticsv1","name":"guptar2diagnosticsv1","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-05T17:21:41.8250582Z","key2":"2022-04-05T17:21:41.8250582Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:21:41.8250582Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:21:41.8250582Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-05T17:21:41.7313240Z","primaryEndpoints":{"blob":"https://guptar2diagnosticsv1.blob.core.windows.net/","queue":"https://guptar2diagnosticsv1.queue.core.windows.net/","table":"https://guptar2diagnosticsv1.table.core.windows.net/","file":"https://guptar2diagnosticsv1.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guptar2/providers/Microsoft.Storage/storageAccounts/guptar2diagnosticsv2","name":"guptar2diagnosticsv2","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-04-05T17:22:55.8411567Z","key2":"2022-04-05T17:22:55.8411567Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"resourceAccessRules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[{"value":"20.98.146.84","action":"Allow"},{"value":"20.83.222.102","action":"Allow"},{"value":"20.98.194.64","action":"Allow"},{"value":"20.69.5.162","action":"Allow"}],"defaultAction":"Deny"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:22:55.8411567Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:22:55.8411567Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-05T17:22:55.7318000Z","primaryEndpoints":{"dfs":"https://guptar2diagnosticsv2.dfs.core.windows.net/","web":"https://guptar2diagnosticsv2.z5.web.core.windows.net/","blob":"https://guptar2diagnosticsv2.blob.core.windows.net/","queue":"https://guptar2diagnosticsv2.queue.core.windows.net/","table":"https://guptar2diagnosticsv2.table.core.windows.net/","file":"https://guptar2diagnosticsv2.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sericonrp-trafficmanager/providers/Microsoft.Storage/storageAccounts/sericonrpdevtmstorage","name":"sericonrpdevtmstorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-11-30T19:15:41.5013570Z","key2":"2022-11-30T19:15:41.5013570Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-11-30T19:15:42.0638737Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-11-30T19:15:42.0638737Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-11-30T19:15:41.4075777Z","primaryEndpoints":{"dfs":"https://sericonrpdevtmstorage.dfs.core.windows.net/","web":"https://sericonrpdevtmstorage.z5.web.core.windows.net/","blob":"https://sericonrpdevtmstorage.blob.core.windows.net/","queue":"https://sericonrpdevtmstorage.queue.core.windows.net/","table":"https://sericonrpdevtmstorage.table.core.windows.net/","file":"https://sericonrpdevtmstorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sericonrpdevtmstorage-secondary.dfs.core.windows.net/","web":"https://sericonrpdevtmstorage-secondary.z5.web.core.windows.net/","blob":"https://sericonrpdevtmstorage-secondary.blob.core.windows.net/","queue":"https://sericonrpdevtmstorage-secondary.queue.core.windows.net/","table":"https://sericonrpdevtmstorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ops/providers/Microsoft.Storage/storageAccounts/sericonstorage","name":"sericonstorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2023-03-05T19:58:00.4355863Z","key2":"2023-03-05T19:58:00.4355863Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-05T19:58:00.9824831Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-05T19:58:00.9824831Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-03-05T19:58:00.3262342Z","primaryEndpoints":{"dfs":"https://sericonstorage.dfs.core.windows.net/","web":"https://sericonstorage.z5.web.core.windows.net/","blob":"https://sericonstorage.blob.core.windows.net/","queue":"https://sericonstorage.queue.core.windows.net/","table":"https://sericonstorage.table.core.windows.net/","file":"https://sericonstorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rhoover-dev-rg/providers/Microsoft.Storage/storageAccounts/rhooverdevrgdiag","name":"rhooverdevrgdiag","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-06-20T19:39:24.4605968Z","key2":"2022-06-20T19:39:24.4605968Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":false,"networkAcls":{"resourceAccessRules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[{"value":"20.98.146.84","action":"Allow"},{"value":"20.98.194.64","action":"Allow"},{"value":"20.69.5.162","action":"Allow"},{"value":"20.83.222.102","action":"Allow"},{"value":"76.197.206.105","action":"Allow"}],"defaultAction":"Deny"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-20T19:39:24.4762287Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-20T19:39:24.4762287Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-20T19:39:24.4137057Z","primaryEndpoints":{"blob":"https://rhooverdevrgdiag.blob.core.windows.net/","queue":"https://rhooverdevrgdiag.queue.core.windows.net/","table":"https://rhooverdevrgdiag.table.core.windows.net/","file":"https://rhooverdevrgdiag.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnervmrg-westcentralus/providers/Microsoft.Storage/storageAccounts/scrunneraoptpjec4skce","name":"scrunneraoptpjec4skce","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:40:40.0686467Z","key2":"2023-02-11T08:40:40.0686467Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:40:40.5842822Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:40:40.5842822Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:40:40.0061730Z","primaryEndpoints":{"blob":"https://scrunneraoptpjec4skce.blob.core.windows.net/","queue":"https://scrunneraoptpjec4skce.queue.core.windows.net/","table":"https://scrunneraoptpjec4skce.table.core.windows.net/","file":"https://scrunneraoptpjec4skce.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-westcentralus/providers/Microsoft.Storage/storageAccounts/scrunnerrfscmqxeni3uq","name":"scrunnerrfscmqxeni3uq","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/ubuntu-westus3_group/providers/Microsoft.Storage/storageAccounts/ubuntuwestus3groupdiag","name":"ubuntuwestus3groupdiag","type":"Microsoft.Storage/storageAccounts","location":"westus3","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-18T19:48:38.9882588Z","key2":"2022-04-18T19:48:38.9882588Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-18T19:48:38.9882588Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-18T19:48:38.9882588Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-18T19:48:38.9258191Z","primaryEndpoints":{"blob":"https://ubuntuwestus3groupdiag.blob.core.windows.net/","queue":"https://ubuntuwestus3groupdiag.queue.core.windows.net/","table":"https://ubuntuwestus3groupdiag.table.core.windows.net/","file":"https://ubuntuwestus3groupdiag.file.core.windows.net/"},"primaryLocation":"westus3","statusOfPrimary":"available"}}]}' + string: '{"value":[{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1043690549xt","name":"gsm1043690549xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2022-12-31T04:18:29.2926413Z","key2":"2022-12-25T23:25:55.8307065Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:56.6813607Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:56.6813607Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:56.5251102Z","primaryEndpoints":{"blob":"https://gsm1043690549xt.blob.core.windows.net/","queue":"https://gsm1043690549xt.queue.core.windows.net/","table":"https://gsm1043690549xt.table.core.windows.net/","file":"https://gsm1043690549xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1117986772xt","name":"gsm1117986772xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuse","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-04-03T10:54:38.3446142Z","key2":"2023-03-28T13:38:53.8995172Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-10T22:33:17.7969604Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-10T22:33:17.7969604Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-10T22:33:17.7344354Z","primaryEndpoints":{"dfs":"https://gsm1117986772xt.dfs.core.windows.net/","web":"https://gsm1117986772xt.z13.web.core.windows.net/","blob":"https://gsm1117986772xt.blob.core.windows.net/","queue":"https://gsm1117986772xt.queue.core.windows.net/","table":"https://gsm1117986772xt.table.core.windows.net/","file":"https://gsm1117986772xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1284065332xt","name":"gsm1284065332xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2022-12-29T15:04:07.1834140Z","key2":"2022-12-24T15:02:48.3875221Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:58.4782463Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:58.4782463Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:58.3219980Z","primaryEndpoints":{"blob":"https://gsm1284065332xt.blob.core.windows.net/","queue":"https://gsm1284065332xt.queue.core.windows.net/","table":"https://gsm1284065332xt.table.core.windows.net/","file":"https://gsm1284065332xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1660928445xt","name":"gsm1660928445xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2022-12-30T02:54:38.2414616Z","key2":"2022-12-25T02:53:27.9902241Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:55.5719858Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:55.5719858Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:55.4313594Z","primaryEndpoints":{"blob":"https://gsm1660928445xt.blob.core.windows.net/","queue":"https://gsm1660928445xt.queue.core.windows.net/","table":"https://gsm1660928445xt.table.core.windows.net/","file":"https://gsm1660928445xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1229178215xt","name":"gsm1229178215xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-05-21T20:36:24.1125096Z","key2":"2023-05-16T12:59:19.4741702Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.4993530Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.4993530Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.4212234Z","primaryEndpoints":{"dfs":"https://gsm1229178215xt.dfs.core.windows.net/","web":"https://gsm1229178215xt.z20.web.core.windows.net/","blob":"https://gsm1229178215xt.blob.core.windows.net/","queue":"https://gsm1229178215xt.queue.core.windows.net/","table":"https://gsm1229178215xt.table.core.windows.net/","file":"https://gsm1229178215xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1456709414xt","name":"gsm1456709414xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-05-21T06:52:02.3706582Z","key2":"2023-05-16T06:50:56.8159280Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.7181103Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.7181103Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.6556583Z","primaryEndpoints":{"dfs":"https://gsm1456709414xt.dfs.core.windows.net/","web":"https://gsm1456709414xt.z20.web.core.windows.net/","blob":"https://gsm1456709414xt.blob.core.windows.net/","queue":"https://gsm1456709414xt.queue.core.windows.net/","table":"https://gsm1456709414xt.table.core.windows.net/","file":"https://gsm1456709414xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1460695472xt","name":"gsm1460695472xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuse2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-05-05T04:06:01.8082271Z","key2":"2023-04-30T04:04:55.5757766Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:12:17.4426654Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:12:17.4426654Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:12:17.3645192Z","primaryEndpoints":{"dfs":"https://gsm1460695472xt.dfs.core.windows.net/","web":"https://gsm1460695472xt.z20.web.core.windows.net/","blob":"https://gsm1460695472xt.blob.core.windows.net/","queue":"https://gsm1460695472xt.queue.core.windows.net/","table":"https://gsm1460695472xt.table.core.windows.net/","file":"https://gsm1460695472xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2007663765xt","name":"gsm2007663765xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-05-19T09:29:46.7661468Z","key2":"2023-05-14T09:28:41.5530938Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.5150262Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.5150262Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.4368507Z","primaryEndpoints":{"dfs":"https://gsm2007663765xt.dfs.core.windows.net/","web":"https://gsm2007663765xt.z20.web.core.windows.net/","blob":"https://gsm2007663765xt.blob.core.windows.net/","queue":"https://gsm2007663765xt.queue.core.windows.net/","table":"https://gsm2007663765xt.table.core.windows.net/","file":"https://gsm2007663765xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2012629196xt","name":"gsm2012629196xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-05-03T19:01:10.2022709Z","key2":"2023-04-28T18:59:28.8935989Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.7012347Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.7012347Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:09.6074718Z","primaryEndpoints":{"dfs":"https://gsm2012629196xt.dfs.core.windows.net/","web":"https://gsm2012629196xt.z20.web.core.windows.net/","blob":"https://gsm2012629196xt.blob.core.windows.net/","queue":"https://gsm2012629196xt.queue.core.windows.net/","table":"https://gsm2012629196xt.table.core.windows.net/","file":"https://gsm2012629196xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2121776810xt","name":"gsm2121776810xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"","GenevaWPMonikerName":"SeriConRPAzsecuse2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-23T09:56:45.3229575Z","key2":"2022-12-17T22:52:57.1579634Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:58:18.8692726Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:58:18.8692726Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-09T23:58:18.7598975Z","primaryEndpoints":{"blob":"https://gsm2121776810xt.blob.core.windows.net/","queue":"https://gsm2121776810xt.queue.core.windows.net/","table":"https://gsm2121776810xt.table.core.windows.net/","file":"https://gsm2121776810xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm226956555xt","name":"gsm226956555xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-05-06T05:24:12.6559459Z","key2":"2023-05-01T05:22:37.0901103Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:08.8262029Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:08.8262029Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:08.7324504Z","primaryEndpoints":{"dfs":"https://gsm226956555xt.dfs.core.windows.net/","web":"https://gsm226956555xt.z20.web.core.windows.net/","blob":"https://gsm226956555xt.blob.core.windows.net/","queue":"https://gsm226956555xt.queue.core.windows.net/","table":"https://gsm226956555xt.table.core.windows.net/","file":"https://gsm226956555xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm683268085xt","name":"gsm683268085xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-05-06T02:53:55.0895748Z","key2":"2023-05-01T02:52:17.4623442Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.1074642Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.1074642Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:09.0137094Z","primaryEndpoints":{"dfs":"https://gsm683268085xt.dfs.core.windows.net/","web":"https://gsm683268085xt.z20.web.core.windows.net/","blob":"https://gsm683268085xt.blob.core.windows.net/","queue":"https://gsm683268085xt.queue.core.windows.net/","table":"https://gsm683268085xt.table.core.windows.net/","file":"https://gsm683268085xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/hackforgsmuse2","name":"hackforgsmuse2","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"","GenevaWPMonikerName":"HackForGSMUSE2"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:00:49.6669890Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:00:49.6669890Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-09T23:00:49.5419849Z","primaryEndpoints":{"blob":"https://hackforgsmuse2.blob.core.windows.net/","queue":"https://hackforgsmuse2.queue.core.windows.net/","table":"https://hackforgsmuse2.table.core.windows.net/","file":"https://hackforgsmuse2.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1272766413xt","name":"gsm1272766413xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-26T12:50:22.9754194Z","key2":"2023-01-21T02:57:10.6219025Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.2651368Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.2651368Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:08.1869875Z","primaryEndpoints":{"dfs":"https://gsm1272766413xt.dfs.core.windows.net/","web":"https://gsm1272766413xt.z22.web.core.windows.net/","blob":"https://gsm1272766413xt.blob.core.windows.net/","queue":"https://gsm1272766413xt.queue.core.windows.net/","table":"https://gsm1272766413xt.table.core.windows.net/","file":"https://gsm1272766413xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1406960057xt","name":"gsm1406960057xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-28T16:26:46.4096191Z","key2":"2023-01-23T02:04:13.0813787Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:07.9369692Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:07.9369692Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:07.8588528Z","primaryEndpoints":{"dfs":"https://gsm1406960057xt.dfs.core.windows.net/","web":"https://gsm1406960057xt.z22.web.core.windows.net/","blob":"https://gsm1406960057xt.blob.core.windows.net/","queue":"https://gsm1406960057xt.queue.core.windows.net/","table":"https://gsm1406960057xt.table.core.windows.net/","file":"https://gsm1406960057xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1998073872xt","name":"gsm1998073872xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-05-26T18:20:44.5735809Z","key2":"2023-05-21T05:23:46.0278541Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-02T21:00:19.3734252Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-02T21:00:19.3734252Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-06-02T21:00:19.2952836Z","primaryEndpoints":{"dfs":"https://gsm1998073872xt.dfs.core.windows.net/","web":"https://gsm1998073872xt.z22.web.core.windows.net/","blob":"https://gsm1998073872xt.blob.core.windows.net/","queue":"https://gsm1998073872xt.queue.core.windows.net/","table":"https://gsm1998073872xt.table.core.windows.net/","file":"https://gsm1998073872xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm56088856xt","name":"gsm56088856xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-26T09:21:20.1673955Z","key2":"2023-01-21T09:20:08.4251477Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.0619664Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.0619664Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:07.9838401Z","primaryEndpoints":{"dfs":"https://gsm56088856xt.dfs.core.windows.net/","web":"https://gsm56088856xt.z22.web.core.windows.net/","blob":"https://gsm56088856xt.blob.core.windows.net/","queue":"https://gsm56088856xt.queue.core.windows.net/","table":"https://gsm56088856xt.table.core.windows.net/","file":"https://gsm56088856xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1079311536xt","name":"gsm1079311536xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecweu","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-23T05:17:15.8192673Z","key2":"2023-01-17T15:45:49.1931322Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:33:55.5639421Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:33:55.5639421Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-31T20:33:55.4858374Z","primaryEndpoints":{"dfs":"https://gsm1079311536xt.dfs.core.windows.net/","web":"https://gsm1079311536xt.z6.web.core.windows.net/","blob":"https://gsm1079311536xt.blob.core.windows.net/","queue":"https://gsm1079311536xt.queue.core.windows.net/","table":"https://gsm1079311536xt.table.core.windows.net/","file":"https://gsm1079311536xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1212953208xt","name":"gsm1212953208xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityweu","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-27T10:06:11.5827190Z","key2":"2023-01-22T10:04:24.4048026Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.1266253Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.1266253Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:09.0484965Z","primaryEndpoints":{"dfs":"https://gsm1212953208xt.dfs.core.windows.net/","web":"https://gsm1212953208xt.z6.web.core.windows.net/","blob":"https://gsm1212953208xt.blob.core.windows.net/","queue":"https://gsm1212953208xt.queue.core.windows.net/","table":"https://gsm1212953208xt.table.core.windows.net/","file":"https://gsm1212953208xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1920423455xt","name":"gsm1920423455xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagweu","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-26T08:22:35.7453186Z","key2":"2023-01-21T08:20:33.7244599Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:08.9859884Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:08.9859884Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:08.9078572Z","primaryEndpoints":{"dfs":"https://gsm1920423455xt.dfs.core.windows.net/","web":"https://gsm1920423455xt.z6.web.core.windows.net/","blob":"https://gsm1920423455xt.blob.core.windows.net/","queue":"https://gsm1920423455xt.queue.core.windows.net/","table":"https://gsm1920423455xt.table.core.windows.net/","file":"https://gsm1920423455xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm757504717xt","name":"gsm757504717xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditweu","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-27T08:12:19.1858523Z","key2":"2023-01-22T08:11:09.9357435Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.4079128Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.4079128Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:09.3298787Z","primaryEndpoints":{"dfs":"https://gsm757504717xt.dfs.core.windows.net/","web":"https://gsm757504717xt.z6.web.core.windows.net/","blob":"https://gsm757504717xt.blob.core.windows.net/","queue":"https://gsm757504717xt.queue.core.windows.net/","table":"https://gsm757504717xt.table.core.windows.net/","file":"https://gsm757504717xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1364877148xt","name":"gsm1364877148xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditase","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2021-04-29T17:55:11.7577346Z","key2":"2023-03-15T18:36:22.0032549Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.7343798Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.7343798Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:41.6719189Z","primaryEndpoints":{"dfs":"https://gsm1364877148xt.dfs.core.windows.net/","web":"https://gsm1364877148xt.z23.web.core.windows.net/","blob":"https://gsm1364877148xt.blob.core.windows.net/","queue":"https://gsm1364877148xt.queue.core.windows.net/","table":"https://gsm1364877148xt.table.core.windows.net/","file":"https://gsm1364877148xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm293072282xt","name":"gsm293072282xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagase","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-03-17T11:20:27.0757277Z","key2":"2023-03-11T15:43:18.2538811Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:40.4843241Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:40.4843241Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:40.4530856Z","primaryEndpoints":{"dfs":"https://gsm293072282xt.dfs.core.windows.net/","web":"https://gsm293072282xt.z23.web.core.windows.net/","blob":"https://gsm293072282xt.blob.core.windows.net/","queue":"https://gsm293072282xt.queue.core.windows.net/","table":"https://gsm293072282xt.table.core.windows.net/","file":"https://gsm293072282xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm652881509xt","name":"gsm652881509xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecase","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-23T02:48:19.2605229Z","key2":"2023-01-17T08:03:51.5853536Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:27:01.7959092Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:27:01.7959092Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-31T20:27:01.7334373Z","primaryEndpoints":{"dfs":"https://gsm652881509xt.dfs.core.windows.net/","web":"https://gsm652881509xt.z23.web.core.windows.net/","blob":"https://gsm652881509xt.blob.core.windows.net/","queue":"https://gsm652881509xt.queue.core.windows.net/","table":"https://gsm652881509xt.table.core.windows.net/","file":"https://gsm652881509xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm665873655xt","name":"gsm665873655xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityase","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-03-15T22:08:39.3406329Z","key2":"2023-03-10T07:30:08.4982799Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.3280923Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.3280923Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:41.2812263Z","primaryEndpoints":{"dfs":"https://gsm665873655xt.dfs.core.windows.net/","web":"https://gsm665873655xt.z23.web.core.windows.net/","blob":"https://gsm665873655xt.blob.core.windows.net/","queue":"https://gsm665873655xt.queue.core.windows.net/","table":"https://gsm665873655xt.table.core.windows.net/","file":"https://gsm665873655xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1013760812xt","name":"gsm1013760812xt","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecussc","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-28T14:46:18.9021520Z","key2":"2023-01-23T08:40:45.9176662Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-01T23:35:19.3043038Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-01T23:35:19.3043038Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-01T23:35:19.2092898Z","primaryEndpoints":{"dfs":"https://gsm1013760812xt.dfs.core.windows.net/","web":"https://gsm1013760812xt.z21.web.core.windows.net/","blob":"https://gsm1013760812xt.blob.core.windows.net/","queue":"https://gsm1013760812xt.queue.core.windows.net/","table":"https://gsm1013760812xt.table.core.windows.net/","file":"https://gsm1013760812xt.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1481752393xt","name":"gsm1481752393xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditaue","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2022-12-11T02:08:01.5135580Z","key2":"2022-12-06T02:06:17.2106220Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.9325477Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.9325477Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.8699546Z","primaryEndpoints":{"dfs":"https://gsm1481752393xt.dfs.core.windows.net/","web":"https://gsm1481752393xt.z8.web.core.windows.net/","blob":"https://gsm1481752393xt.blob.core.windows.net/","queue":"https://gsm1481752393xt.queue.core.windows.net/","table":"https://gsm1481752393xt.table.core.windows.net/","file":"https://gsm1481752393xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm175927945xt","name":"gsm175927945xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagaue","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2022-12-12T13:02:05.1185199Z","key2":"2022-12-07T13:00:29.7909142Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6824967Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6824967Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.6043190Z","primaryEndpoints":{"dfs":"https://gsm175927945xt.dfs.core.windows.net/","web":"https://gsm175927945xt.z8.web.core.windows.net/","blob":"https://gsm175927945xt.blob.core.windows.net/","queue":"https://gsm175927945xt.queue.core.windows.net/","table":"https://gsm175927945xt.table.core.windows.net/","file":"https://gsm175927945xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1929878860xt","name":"gsm1929878860xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecaue","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-03-09T13:55:08.5541466Z","key2":"2023-03-03T11:35:56.1217273Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-11T00:59:46.7551547Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-11T00:59:46.7551547Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-03-11T00:59:46.6769818Z","primaryEndpoints":{"dfs":"https://gsm1929878860xt.dfs.core.windows.net/","web":"https://gsm1929878860xt.z8.web.core.windows.net/","blob":"https://gsm1929878860xt.blob.core.windows.net/","queue":"https://gsm1929878860xt.queue.core.windows.net/","table":"https://gsm1929878860xt.table.core.windows.net/","file":"https://gsm1929878860xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2273607188xt","name":"gsm2273607188xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditsy","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3565367Z","key2":"2023-01-05T03:42:01.3565367Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.8722599Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.8722599Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2940438Z","primaryEndpoints":{"dfs":"https://gsm2273607188xt.dfs.core.windows.net/","web":"https://gsm2273607188xt.z8.web.core.windows.net/","blob":"https://gsm2273607188xt.blob.core.windows.net/","queue":"https://gsm2273607188xt.queue.core.windows.net/","table":"https://gsm2273607188xt.table.core.windows.net/","file":"https://gsm2273607188xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm40701790xt","name":"gsm40701790xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityaue","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2022-12-11T06:35:36.7208308Z","key2":"2022-12-06T06:33:31.1701235Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6981732Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6981732Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.6043190Z","primaryEndpoints":{"dfs":"https://gsm40701790xt.dfs.core.windows.net/","web":"https://gsm40701790xt.z8.web.core.windows.net/","blob":"https://gsm40701790xt.blob.core.windows.net/","queue":"https://gsm40701790xt.queue.core.windows.net/","table":"https://gsm40701790xt.table.core.windows.net/","file":"https://gsm40701790xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm419531226xt","name":"gsm419531226xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecaue","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-11T06:40:10.3879897Z","key2":"2022-12-06T06:37:36.8335211Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:38:31.8079251Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:38:31.8079251Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:38:31.7454063Z","primaryEndpoints":{"dfs":"https://gsm419531226xt.dfs.core.windows.net/","web":"https://gsm419531226xt.z8.web.core.windows.net/","blob":"https://gsm419531226xt.blob.core.windows.net/","queue":"https://gsm419531226xt.queue.core.windows.net/","table":"https://gsm419531226xt.table.core.windows.net/","file":"https://gsm419531226xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm4207516453xt","name":"gsm4207516453xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecuritysy","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3252937Z","key2":"2023-01-05T03:42:01.3252937Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:02.0597744Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:02.0597744Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2627948Z","primaryEndpoints":{"dfs":"https://gsm4207516453xt.dfs.core.windows.net/","web":"https://gsm4207516453xt.z8.web.core.windows.net/","blob":"https://gsm4207516453xt.blob.core.windows.net/","queue":"https://gsm4207516453xt.queue.core.windows.net/","table":"https://gsm4207516453xt.table.core.windows.net/","file":"https://gsm4207516453xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm868844794xt","name":"gsm868844794xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagsy","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3252937Z","key2":"2023-01-05T03:42:01.3252937Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.9347064Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.9347064Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2315310Z","primaryEndpoints":{"dfs":"https://gsm868844794xt.dfs.core.windows.net/","web":"https://gsm868844794xt.z8.web.core.windows.net/","blob":"https://gsm868844794xt.blob.core.windows.net/","queue":"https://gsm868844794xt.queue.core.windows.net/","table":"https://gsm868844794xt.table.core.windows.net/","file":"https://gsm868844794xt.file.core.windows.net/"},"primaryLocation":"australiaeast","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":"2023-05-31T18:48:07.9313544Z","key2":"2023-05-31T18:48:07.9313544Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:48:08.0250971Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:48:08.0250971Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:48:07.8220532Z","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_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1026482873xt","name":"gsm1026482873xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-25T03:35:32.2734558Z","key2":"2023-01-20T03:24:00.5425715Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:07.1214500Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:07.1214500Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:07.0432951Z","primaryEndpoints":{"dfs":"https://gsm1026482873xt.dfs.core.windows.net/","web":"https://gsm1026482873xt.z5.web.core.windows.net/","blob":"https://gsm1026482873xt.blob.core.windows.net/","queue":"https://gsm1026482873xt.queue.core.windows.net/","table":"https://gsm1026482873xt.table.core.windows.net/","file":"https://gsm1026482873xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1379084574xt","name":"gsm1379084574xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-24T14:33:18.3486639Z","key2":"2023-01-18T17:47:22.4239288Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.6631204Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.6631204Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.5693726Z","primaryEndpoints":{"blob":"https://gsm1379084574xt.blob.core.windows.net/","queue":"https://gsm1379084574xt.queue.core.windows.net/","table":"https://gsm1379084574xt.table.core.windows.net/","file":"https://gsm1379084574xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1447722388xt","name":"gsm1447722388xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-26T03:47:20.7184362Z","key2":"2023-01-21T03:46:01.7763634Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T23:22:24.4973514Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T23:22:24.4973514Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T23:22:24.4348196Z","primaryEndpoints":{"dfs":"https://gsm1447722388xt.dfs.core.windows.net/","web":"https://gsm1447722388xt.z5.web.core.windows.net/","blob":"https://gsm1447722388xt.blob.core.windows.net/","queue":"https://gsm1447722388xt.queue.core.windows.net/","table":"https://gsm1447722388xt.table.core.windows.net/","file":"https://gsm1447722388xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1476133271xt","name":"gsm1476133271xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-23T19:01:28.5846813Z","key2":"2023-01-18T18:38:43.7448823Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:39.0381165Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:39.0381165Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.8506247Z","primaryEndpoints":{"blob":"https://gsm1476133271xt.blob.core.windows.net/","queue":"https://gsm1476133271xt.queue.core.windows.net/","table":"https://gsm1476133271xt.table.core.windows.net/","file":"https://gsm1476133271xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1942585003xt","name":"gsm1942585003xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-22T17:48:26.2317506Z","key2":"2023-01-17T10:57:43.5758196Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.9600197Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.9600197Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.7881214Z","primaryEndpoints":{"blob":"https://gsm1942585003xt.blob.core.windows.net/","queue":"https://gsm1942585003xt.queue.core.windows.net/","table":"https://gsm1942585003xt.table.core.windows.net/","file":"https://gsm1942585003xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2056373296xt","name":"gsm2056373296xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsoleauditusw2","GenevaWPStorageGroupName":"azureserialconsoleaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-26T11:54:18.4226083Z","key2":"2023-01-21T11:53:06.6995339Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.7788645Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.7788645Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.7007646Z","primaryEndpoints":{"dfs":"https://gsm2056373296xt.dfs.core.windows.net/","web":"https://gsm2056373296xt.z5.web.core.windows.net/","blob":"https://gsm2056373296xt.blob.core.windows.net/","queue":"https://gsm2056373296xt.queue.core.windows.net/","table":"https://gsm2056373296xt.table.core.windows.net/","file":"https://gsm2056373296xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm357271585xt","name":"gsm357271585xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-27T12:15:08.6536157Z","key2":"2023-01-22T12:13:19.5800918Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.2776242Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.2776242Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:00.1995026Z","primaryEndpoints":{"dfs":"https://gsm357271585xt.dfs.core.windows.net/","web":"https://gsm357271585xt.z5.web.core.windows.net/","blob":"https://gsm357271585xt.blob.core.windows.net/","queue":"https://gsm357271585xt.queue.core.windows.net/","table":"https://gsm357271585xt.table.core.windows.net/","file":"https://gsm357271585xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm38273077xt","name":"gsm38273077xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsolesecurityusw2","GenevaWPStorageGroupName":"azureserialconsolesecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-25T09:51:31.3539534Z","key2":"2023-01-20T09:01:33.1340416Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.6225485Z","primaryEndpoints":{"dfs":"https://gsm38273077xt.dfs.core.windows.net/","web":"https://gsm38273077xt.z5.web.core.windows.net/","blob":"https://gsm38273077xt.blob.core.windows.net/","queue":"https://gsm38273077xt.queue.core.windows.net/","table":"https://gsm38273077xt.table.core.windows.net/","file":"https://gsm38273077xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm61894826xt","name":"gsm61894826xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-22T20:55:56.7960803Z","key2":"2022-12-17T11:13:48.1848332Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-10T01:07:27.7640567Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-10T01:07:27.7640567Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-10T01:07:27.6846918Z","primaryEndpoints":{"blob":"https://gsm61894826xt.blob.core.windows.net/","queue":"https://gsm61894826xt.queue.core.windows.net/","table":"https://gsm61894826xt.table.core.windows.net/","file":"https://gsm61894826xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm627614588xt","name":"gsm627614588xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsolediagusw2","GenevaWPStorageGroupName":"azureserialconsolediag"},"properties":{"keyCreationTime":{"key1":"2023-01-25T09:35:05.5956088Z","key2":"2023-01-20T03:22:09.3245854Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.6069267Z","primaryEndpoints":{"dfs":"https://gsm627614588xt.dfs.core.windows.net/","web":"https://gsm627614588xt.z5.web.core.windows.net/","blob":"https://gsm627614588xt.blob.core.windows.net/","queue":"https://gsm627614588xt.queue.core.windows.net/","table":"https://gsm627614588xt.table.core.windows.net/","file":"https://gsm627614588xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm704755552xt","name":"gsm704755552xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-25T21:11:36.8109587Z","key2":"2023-01-20T10:54:10.0603713Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.1058474Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.1058474Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:00.0276604Z","primaryEndpoints":{"dfs":"https://gsm704755552xt.dfs.core.windows.net/","web":"https://gsm704755552xt.z5.web.core.windows.net/","blob":"https://gsm704755552xt.blob.core.windows.net/","queue":"https://gsm704755552xt.queue.core.windows.net/","table":"https://gsm704755552xt.table.core.windows.net/","file":"https://gsm704755552xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm991680768xt","name":"gsm991680768xt","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuswc","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-03-31T15:08:16.2015333Z","key2":"2023-03-26T02:22:52.5217946Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-09T19:24:36.5205408Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-09T19:24:36.5205408Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-09T19:24:36.4580385Z","primaryEndpoints":{"dfs":"https://gsm991680768xt.dfs.core.windows.net/","web":"https://gsm991680768xt.z4.web.core.windows.net/","blob":"https://gsm991680768xt.blob.core.windows.net/","queue":"https://gsm991680768xt.queue.core.windows.net/","table":"https://gsm991680768xt.table.core.windows.net/","file":"https://gsm991680768xt.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available","secondaryLocation":"westus2","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2355697502xt","name":"gsm2355697502xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecuritysec","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:39.4380306Z","key2":"2023-01-05T21:51:39.4380306Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.4380306Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.4380306Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:39.3911570Z","primaryEndpoints":{"dfs":"https://gsm2355697502xt.dfs.core.windows.net/","web":"https://gsm2355697502xt.z1.web.core.windows.net/","blob":"https://gsm2355697502xt.blob.core.windows.net/","queue":"https://gsm2355697502xt.queue.core.windows.net/","table":"https://gsm2355697502xt.table.core.windows.net/","file":"https://gsm2355697502xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm3577301791xt","name":"gsm3577301791xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditsec","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:39.2349014Z","key2":"2023-01-05T21:51:39.2349014Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.2349014Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.2349014Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:39.1724007Z","primaryEndpoints":{"dfs":"https://gsm3577301791xt.dfs.core.windows.net/","web":"https://gsm3577301791xt.z1.web.core.windows.net/","blob":"https://gsm3577301791xt.blob.core.windows.net/","queue":"https://gsm3577301791xt.queue.core.windows.net/","table":"https://gsm3577301791xt.table.core.windows.net/","file":"https://gsm3577301791xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm4163209401xt","name":"gsm4163209401xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagsec","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:40.5161768Z","key2":"2023-01-05T21:51:40.5161768Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:40.5161768Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:40.5161768Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:40.4693012Z","primaryEndpoints":{"dfs":"https://gsm4163209401xt.dfs.core.windows.net/","web":"https://gsm4163209401xt.z1.web.core.windows.net/","blob":"https://gsm4163209401xt.blob.core.windows.net/","queue":"https://gsm4163209401xt.queue.core.windows.net/","table":"https://gsm4163209401xt.table.core.windows.net/","file":"https://gsm4163209401xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm916952798xt","name":"gsm916952798xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecsec","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:54:07.8478067Z","key2":"2023-01-05T21:54:07.8478067Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:54:07.8634091Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:54:07.8634091Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:54:07.8009289Z","primaryEndpoints":{"dfs":"https://gsm916952798xt.dfs.core.windows.net/","web":"https://gsm916952798xt.z1.web.core.windows.net/","blob":"https://gsm916952798xt.blob.core.windows.net/","queue":"https://gsm916952798xt.queue.core.windows.net/","table":"https://gsm916952798xt.table.core.windows.net/","file":"https://gsm916952798xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}}]}' headers: cache-control: - no-cache content-length: - - '38475' + - '83391' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:11:06 GMT + - Wed, 31 May 2023 18:56:43 GMT expires: - '-1' pragma: @@ -3880,14 +4106,16 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - c6b1a6b4-c776-438a-bb49-4f48aa12dea2 - - 5ee40fcc-a062-4937-8979-4d8d28966184 - - be98f713-5f58-46d3-be6c-b05289d4e935 - - afa121fe-f68f-451f-9f6c-8abdeb004fe0 - - c1a954ca-e369-4a09-9466-947b2a20c503 - - 686c4c83-e526-4008-aa2c-6c8f2dfb030c - - 9632ad54-587f-4fd0-8c7b-04aa77092f1f - - ea062859-bbaf-4326-909f-b32c47e018b7 + - f9f6a1d2-cab0-4936-b86a-a9e14e6662ee + - e40fbd48-9019-448c-88c5-ecab91a611cb + - 5e27ee5e-a9b3-423d-8363-f8564987504d + - dfd6cf13-605a-43bd-aff2-e1038722157f + - a9087317-22b3-4e48-8496-1345095696f9 + - b34a4ee1-cdca-4837-ac94-640e56de3196 + - 35222e21-acc4-484b-8940-f9f60d98ac74 + - cef0f96a-8b44-4b10-b1e0-63e5c82286b2 + - 6e301a30-1ea0-455f-a7b2-64fd4f8d1735 + - ab0f7a5d-df70-4cc8-8c5d-f549bd8a7058 status: code: 200 message: OK @@ -3905,12 +4133,12 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Storage/storageAccounts/cli000002?api-version=2022-09-01 response: body: - string: '{"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":"2023-03-06T15:00:46.5594874Z","key2":"2023-03-06T15:00:46.5594874Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T15:00:46.8094615Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T15:00:46.8094615Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T15:00:46.4501501Z","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"}}' + string: '{"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":"2023-05-31T18:48:07.9313544Z","key2":"2023-05-31T18:48:07.9313544Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:48:08.0250971Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:48:08.0250971Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:48:07.8220532Z","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"}}' headers: cache-control: - no-cache @@ -3919,7 +4147,7 @@ interactions: content-type: - application/json date: - - Mon, 06 Mar 2023 15:11:06 GMT + - Wed, 31 May 2023 18:56:44 GMT expires: - '-1' pragma: @@ -3951,8 +4179,8 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 response: @@ -3966,7 +4194,7 @@ interactions: content-type: - application/json; charset=UTF-8 date: - - Mon, 06 Mar 2023 15:11:07 GMT + - Wed, 31 May 2023 18:56:45 GMT expires: - '-1' pragma: @@ -4002,8 +4230,8 @@ interactions: Content-Type: - application/json User-Agent: - - AZURECLI/2.46.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default/disableConsole?api-version=2018-05-01 response: @@ -4017,7 +4245,7 @@ interactions: content-type: - application/json; charset=UTF-8 date: - - Mon, 06 Mar 2023 15:11:08 GMT + - Wed, 31 May 2023 18:56:44 GMT expires: - '-1' pragma: @@ -4051,61 +4279,61 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualMachines/3/instanceView?api-version=2022-11-01 response: body: - string: "{\r\n \"placementGroupId\": \"fe2728fc-c0cb-4cea-8d91-bb960a1e6c3b\",\r\n + string: "{\r\n \"placementGroupId\": \"d46de32e-58a5-4fdc-87e3-cdf3b3d142ce\",\r\n \ \"platformUpdateDomain\": 1,\r\n \"platformFaultDomain\": 1,\r\n \"computerName\": - \"cliuz26de000003\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n + \"clilb05fb000003\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n \ \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.9.0.4\",\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\": \"2023-03-06T15:10:46+00:00\"\r\n + \"Guest Agent is running\",\r\n \"time\": \"2023-05-31T18:56:25+00:00\"\r\n \ }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": - \"1.25.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \"1.26.2\",\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.21.115\",\r\n \"status\": {\r\n + \ \"typeHandlerVersion\": \"2.22.158\",\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\": \"cliuztvtdw4jbve2omq7cliuztvtdw4jbve2omq73OS__1_023d79a2b12548fba5c6e457bd338d14\",\r\n + [\r\n {\r\n \"name\": \"clilbofyinawioqmxrxsclilbofyinawioqmxrxsjOS__1_3fed4842693d46dfbc0fdbda6f24f442\",\r\n \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2023-03-06T15:10:36.6255965+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T18:56:13.729134+00:00\"\r\n \ }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": {\r\n \"consoleScreenshotBlobUri\": - \"https://cli000002.blob.core.windows.net/bootdiagnostics-cliuztvtd-ffa83b08-9cdf-4ddd-8c22-38ec3747c4fa/cli000003_3.ffa83b08-9cdf-4ddd-8c22-38ec3747c4fa.screenshot.bmp\",\r\n - \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cliuztvtd-ffa83b08-9cdf-4ddd-8c22-38ec3747c4fa/cli000003_3.ffa83b08-9cdf-4ddd-8c22-38ec3747c4fa.serialconsole.log\"\r\n + \"https://cli000002.blob.core.windows.net/bootdiagnostics-clilbofyi-560d140f-cd86-4bdb-83b9-19579f8b94d7/cli000003_3.560d140f-cd86-4bdb-83b9-19579f8b94d7.screenshot.bmp\",\r\n + \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-clilbofyi-560d140f-cd86-4bdb-83b9-19579f8b94d7/cli000003_3.560d140f-cd86-4bdb-83b9-19579f8b94d7.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.25.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \"1.26.2\",\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.21.115\",\r\n \"statuses\": [\r\n {\r\n + \ \"typeHandlerVersion\": \"2.22.158\",\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\": - \"2023-03-06T15:10:40.7974713+00:00\"\r\n },\r\n {\r\n \"code\": + \"2023-05-31T18:56:34.4792247+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: - - '3219' + - '3218' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:11:08 GMT + - Wed, 31 May 2023 18:56:45 GMT expires: - '-1' pragma: @@ -4122,7 +4350,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMScaleSetVM3Min;497,Microsoft.Compute/GetVMScaleSetVM30Min;2469,Microsoft.Compute/VMScaleSetVMViews3Min;4997 + - Microsoft.Compute/GetVMScaleSetVM3Min;496,Microsoft.Compute/GetVMScaleSetVM30Min;2476,Microsoft.Compute/VMScaleSetVMViews3Min;4996 x-ms-request-charge: - '1' status: @@ -4140,21 +4368,21 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/storageAccounts?api-version=2022-09-01 response: body: - string: '{"value":[{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-eastus/providers/Microsoft.Storage/storageAccounts/cs210032001f4814ba9","name":"cs210032001f4814ba9","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-05-16T14:16:22.3477819Z","key2":"2022-05-16T14:16:22.3477819Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-16T14:16:22.3477819Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-16T14:16:22.3477819Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-16T14:16:22.2227752Z","primaryEndpoints":{"dfs":"https://cs210032001f4814ba9.dfs.core.windows.net/","web":"https://cs210032001f4814ba9.z13.web.core.windows.net/","blob":"https://cs210032001f4814ba9.blob.core.windows.net/","queue":"https://cs210032001f4814ba9.queue.core.windows.net/","table":"https://cs210032001f4814ba9.table.core.windows.net/","file":"https://cs210032001f4814ba9.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/guidomassonitest-rg/providers/Microsoft.Storage/storageAccounts/guidomassonitestrg88ad","name":"guidomassonitestrg88ad","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-01-23T18:52:02.5484088Z","key2":"2023-01-23T18:52:02.5484088Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-23T18:52:02.5484088Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-23T18:52:02.5484088Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-01-23T18:52:02.4077698Z","primaryEndpoints":{"blob":"https://guidomassonitestrg88ad.blob.core.windows.net/","queue":"https://guidomassonitestrg88ad.queue.core.windows.net/","table":"https://guidomassonitestrg88ad.table.core.windows.net/","file":"https://guidomassonitestrg88ad.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guidomtesttrafficmanagerrg/providers/Microsoft.Storage/storageAccounts/guidomteststoraccfortm","name":"guidomteststoraccfortm","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-10-18T18:01:13.5231266Z","key2":"2022-10-18T18:01:13.5231266Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-10-18T18:01:13.5387607Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-10-18T18:01:13.5387607Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-10-18T18:01:13.3825002Z","primaryEndpoints":{"dfs":"https://guidomteststoraccfortm.dfs.core.windows.net/","web":"https://guidomteststoraccfortm.z13.web.core.windows.net/","blob":"https://guidomteststoraccfortm.blob.core.windows.net/","queue":"https://guidomteststoraccfortm.queue.core.windows.net/","table":"https://guidomteststoraccfortm.table.core.windows.net/","file":"https://guidomteststoraccfortm.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://guidomteststoraccfortm-secondary.dfs.core.windows.net/","web":"https://guidomteststoraccfortm-secondary.z13.web.core.windows.net/","blob":"https://guidomteststoraccfortm-secondary.blob.core.windows.net/","queue":"https://guidomteststoraccfortm-secondary.queue.core.windows.net/","table":"https://guidomteststoraccfortm-secondary.table.core.windows.net/"}}},{"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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnervmrg-eastus/providers/Microsoft.Storage/storageAccounts/scrunneri2ezqh4xu2wqq","name":"scrunneri2ezqh4xu2wqq","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:01:12.9383535Z","key2":"2023-02-11T08:01:12.9383535Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:01:12.9383535Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:01:12.9383535Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:01:12.6883669Z","primaryEndpoints":{"blob":"https://scrunneri2ezqh4xu2wqq.blob.core.windows.net/","queue":"https://scrunneri2ezqh4xu2wqq.queue.core.windows.net/","table":"https://scrunneri2ezqh4xu2wqq.table.core.windows.net/","file":"https://scrunneri2ezqh4xu2wqq.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yuas-rg/providers/Microsoft.Storage/storageAccounts/yuasstorageacct","name":"yuasstorageacct","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-08-02T12:18:18.8547131Z","key2":"2022-08-02T12:18:18.8547131Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-08-02T12:18:18.8547131Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-08-02T12:18:18.8547131Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-08-02T12:18:18.7140969Z","primaryEndpoints":{"dfs":"https://yuasstorageacct.dfs.core.windows.net/","web":"https://yuasstorageacct.z13.web.core.windows.net/","blob":"https://yuasstorageacct.blob.core.windows.net/","queue":"https://yuasstorageacct.queue.core.windows.net/","table":"https://yuasstorageacct.table.core.windows.net/","file":"https://yuasstorageacct.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yuasstorageacct-secondary.dfs.core.windows.net/","web":"https://yuasstorageacct-secondary.z13.web.core.windows.net/","blob":"https://yuasstorageacct-secondary.blob.core.windows.net/","queue":"https://yuasstorageacct-secondary.queue.core.windows.net/","table":"https://yuasstorageacct-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bkerrigan-dev-rg/providers/Microsoft.Storage/storageAccounts/bktestsa2","name":"bktestsa2","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","immutableStorageWithVersioning":{"enabled":true},"keyCreationTime":{"key1":"2022-09-27T23:58:45.6496284Z","key2":"2022-09-27T23:58:45.6496284Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-09-27T23:58:46.2902461Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-09-27T23:58:46.2902461Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Cool","provisioningState":"Succeeded","creationTime":"2022-09-27T23:58:45.5558609Z","primaryEndpoints":{"dfs":"https://bktestsa2.dfs.core.windows.net/","web":"https://bktestsa2.z20.web.core.windows.net/","blob":"https://bktestsa2.blob.core.windows.net/","queue":"https://bktestsa2.queue.core.windows.net/","table":"https://bktestsa2.table.core.windows.net/","file":"https://bktestsa2.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/SCRunner/providers/Microsoft.Storage/storageAccounts/scrunnerstorage","name":"scrunnerstorage","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rhoover/providers/Microsoft.Storage/storageAccounts/rhooverstorage","name":"rhooverstorage","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-05-26T17:14:23.5085026Z","key2":"2022-05-26T17:14:23.5085026Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T17:14:23.5241285Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T17:14:23.5241285Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-26T17:14:23.4147520Z","primaryEndpoints":{"dfs":"https://rhooverstorage.dfs.core.windows.net/","web":"https://rhooverstorage.z21.web.core.windows.net/","blob":"https://rhooverstorage.blob.core.windows.net/","queue":"https://rhooverstorage.queue.core.windows.net/","table":"https://rhooverstorage.table.core.windows.net/","file":"https://rhooverstorage.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/scrunnervmrg-australiaeast/providers/Microsoft.Storage/storageAccounts/scrunner56hymyctm4kw2","name":"scrunner56hymyctm4kw2","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:42:58.2414102Z","key2":"2023-02-11T08:42:58.2414102Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:42:59.3196006Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:42:59.3196006Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:42:58.1476588Z","primaryEndpoints":{"blob":"https://scrunner56hymyctm4kw2.blob.core.windows.net/","queue":"https://scrunner56hymyctm4kw2.queue.core.windows.net/","table":"https://scrunner56hymyctm4kw2.table.core.windows.net/","file":"https://scrunner56hymyctm4kw2.file.core.windows.net/"},"primaryLocation":"australiaeast","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":"2023-03-06T15:00:46.5594874Z","key2":"2023-03-06T15:00:46.5594874Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T15:00:46.8094615Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T15:00:46.8094615Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T15:00:46.4501501Z","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_serialconsolex4geueyy52iloaspyxz3rrqwxv2syvnkjiljxbv522buwxqpiljme/providers/Microsoft.Storage/storageAccounts/clipf6qz5nxegbgku5yqzkd2","name":"clipf6qz5nxegbgku5yqzkd2","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T07:45:44.7937561Z","key2":"2023-03-06T07:45:44.7937561Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:45:45.1687946Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:45:45.1687946Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T07:45:44.7000168Z","primaryEndpoints":{"blob":"https://clipf6qz5nxegbgku5yqzkd2.blob.core.windows.net/","queue":"https://clipf6qz5nxegbgku5yqzkd2.queue.core.windows.net/","table":"https://clipf6qz5nxegbgku5yqzkd2.table.core.windows.net/","file":"https://clipf6qz5nxegbgku5yqzkd2.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_serialconsoledcvrpndxic4emeqq5apwkns4qa5owpy4jn3b536ks35zdrmn7bl5k/providers/Microsoft.Storage/storageAccounts/cliwqnm2fo7pftnxlk7c734i","name":"cliwqnm2fo7pftnxlk7c734i","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T07:34:57.7461613Z","key2":"2023-03-06T07:34:57.7461613Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:34:57.9961851Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:34:57.9961851Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T07:34:57.6368148Z","primaryEndpoints":{"blob":"https://cliwqnm2fo7pftnxlk7c734i.blob.core.windows.net/","queue":"https://cliwqnm2fo7pftnxlk7c734i.queue.core.windows.net/","table":"https://cliwqnm2fo7pftnxlk7c734i.table.core.windows.net/","file":"https://cliwqnm2fo7pftnxlk7c734i.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guptar2/providers/Microsoft.Storage/storageAccounts/guptar2diagnosticsv1","name":"guptar2diagnosticsv1","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-05T17:21:41.8250582Z","key2":"2022-04-05T17:21:41.8250582Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:21:41.8250582Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:21:41.8250582Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-05T17:21:41.7313240Z","primaryEndpoints":{"blob":"https://guptar2diagnosticsv1.blob.core.windows.net/","queue":"https://guptar2diagnosticsv1.queue.core.windows.net/","table":"https://guptar2diagnosticsv1.table.core.windows.net/","file":"https://guptar2diagnosticsv1.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guptar2/providers/Microsoft.Storage/storageAccounts/guptar2diagnosticsv2","name":"guptar2diagnosticsv2","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-04-05T17:22:55.8411567Z","key2":"2022-04-05T17:22:55.8411567Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"resourceAccessRules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[{"value":"20.98.146.84","action":"Allow"},{"value":"20.83.222.102","action":"Allow"},{"value":"20.98.194.64","action":"Allow"},{"value":"20.69.5.162","action":"Allow"}],"defaultAction":"Deny"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:22:55.8411567Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:22:55.8411567Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-05T17:22:55.7318000Z","primaryEndpoints":{"dfs":"https://guptar2diagnosticsv2.dfs.core.windows.net/","web":"https://guptar2diagnosticsv2.z5.web.core.windows.net/","blob":"https://guptar2diagnosticsv2.blob.core.windows.net/","queue":"https://guptar2diagnosticsv2.queue.core.windows.net/","table":"https://guptar2diagnosticsv2.table.core.windows.net/","file":"https://guptar2diagnosticsv2.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sericonrp-trafficmanager/providers/Microsoft.Storage/storageAccounts/sericonrpdevtmstorage","name":"sericonrpdevtmstorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-11-30T19:15:41.5013570Z","key2":"2022-11-30T19:15:41.5013570Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-11-30T19:15:42.0638737Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-11-30T19:15:42.0638737Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-11-30T19:15:41.4075777Z","primaryEndpoints":{"dfs":"https://sericonrpdevtmstorage.dfs.core.windows.net/","web":"https://sericonrpdevtmstorage.z5.web.core.windows.net/","blob":"https://sericonrpdevtmstorage.blob.core.windows.net/","queue":"https://sericonrpdevtmstorage.queue.core.windows.net/","table":"https://sericonrpdevtmstorage.table.core.windows.net/","file":"https://sericonrpdevtmstorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sericonrpdevtmstorage-secondary.dfs.core.windows.net/","web":"https://sericonrpdevtmstorage-secondary.z5.web.core.windows.net/","blob":"https://sericonrpdevtmstorage-secondary.blob.core.windows.net/","queue":"https://sericonrpdevtmstorage-secondary.queue.core.windows.net/","table":"https://sericonrpdevtmstorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ops/providers/Microsoft.Storage/storageAccounts/sericonstorage","name":"sericonstorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2023-03-05T19:58:00.4355863Z","key2":"2023-03-05T19:58:00.4355863Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-05T19:58:00.9824831Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-05T19:58:00.9824831Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-03-05T19:58:00.3262342Z","primaryEndpoints":{"dfs":"https://sericonstorage.dfs.core.windows.net/","web":"https://sericonstorage.z5.web.core.windows.net/","blob":"https://sericonstorage.blob.core.windows.net/","queue":"https://sericonstorage.queue.core.windows.net/","table":"https://sericonstorage.table.core.windows.net/","file":"https://sericonstorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rhoover-dev-rg/providers/Microsoft.Storage/storageAccounts/rhooverdevrgdiag","name":"rhooverdevrgdiag","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-06-20T19:39:24.4605968Z","key2":"2022-06-20T19:39:24.4605968Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":false,"networkAcls":{"resourceAccessRules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[{"value":"20.98.146.84","action":"Allow"},{"value":"20.98.194.64","action":"Allow"},{"value":"20.69.5.162","action":"Allow"},{"value":"20.83.222.102","action":"Allow"},{"value":"76.197.206.105","action":"Allow"}],"defaultAction":"Deny"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-20T19:39:24.4762287Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-20T19:39:24.4762287Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-20T19:39:24.4137057Z","primaryEndpoints":{"blob":"https://rhooverdevrgdiag.blob.core.windows.net/","queue":"https://rhooverdevrgdiag.queue.core.windows.net/","table":"https://rhooverdevrgdiag.table.core.windows.net/","file":"https://rhooverdevrgdiag.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnervmrg-westcentralus/providers/Microsoft.Storage/storageAccounts/scrunneraoptpjec4skce","name":"scrunneraoptpjec4skce","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:40:40.0686467Z","key2":"2023-02-11T08:40:40.0686467Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:40:40.5842822Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:40:40.5842822Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:40:40.0061730Z","primaryEndpoints":{"blob":"https://scrunneraoptpjec4skce.blob.core.windows.net/","queue":"https://scrunneraoptpjec4skce.queue.core.windows.net/","table":"https://scrunneraoptpjec4skce.table.core.windows.net/","file":"https://scrunneraoptpjec4skce.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-westcentralus/providers/Microsoft.Storage/storageAccounts/scrunnerrfscmqxeni3uq","name":"scrunnerrfscmqxeni3uq","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/ubuntu-westus3_group/providers/Microsoft.Storage/storageAccounts/ubuntuwestus3groupdiag","name":"ubuntuwestus3groupdiag","type":"Microsoft.Storage/storageAccounts","location":"westus3","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-18T19:48:38.9882588Z","key2":"2022-04-18T19:48:38.9882588Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-18T19:48:38.9882588Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-18T19:48:38.9882588Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-18T19:48:38.9258191Z","primaryEndpoints":{"blob":"https://ubuntuwestus3groupdiag.blob.core.windows.net/","queue":"https://ubuntuwestus3groupdiag.queue.core.windows.net/","table":"https://ubuntuwestus3groupdiag.table.core.windows.net/","file":"https://ubuntuwestus3groupdiag.file.core.windows.net/"},"primaryLocation":"westus3","statusOfPrimary":"available"}}]}' + string: '{"value":[{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1043690549xt","name":"gsm1043690549xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2022-12-31T04:18:29.2926413Z","key2":"2022-12-25T23:25:55.8307065Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:56.6813607Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:56.6813607Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:56.5251102Z","primaryEndpoints":{"blob":"https://gsm1043690549xt.blob.core.windows.net/","queue":"https://gsm1043690549xt.queue.core.windows.net/","table":"https://gsm1043690549xt.table.core.windows.net/","file":"https://gsm1043690549xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1117986772xt","name":"gsm1117986772xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuse","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-04-03T10:54:38.3446142Z","key2":"2023-03-28T13:38:53.8995172Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-10T22:33:17.7969604Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-10T22:33:17.7969604Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-10T22:33:17.7344354Z","primaryEndpoints":{"dfs":"https://gsm1117986772xt.dfs.core.windows.net/","web":"https://gsm1117986772xt.z13.web.core.windows.net/","blob":"https://gsm1117986772xt.blob.core.windows.net/","queue":"https://gsm1117986772xt.queue.core.windows.net/","table":"https://gsm1117986772xt.table.core.windows.net/","file":"https://gsm1117986772xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1284065332xt","name":"gsm1284065332xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2022-12-29T15:04:07.1834140Z","key2":"2022-12-24T15:02:48.3875221Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:58.4782463Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:58.4782463Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:58.3219980Z","primaryEndpoints":{"blob":"https://gsm1284065332xt.blob.core.windows.net/","queue":"https://gsm1284065332xt.queue.core.windows.net/","table":"https://gsm1284065332xt.table.core.windows.net/","file":"https://gsm1284065332xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1660928445xt","name":"gsm1660928445xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2022-12-30T02:54:38.2414616Z","key2":"2022-12-25T02:53:27.9902241Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:55.5719858Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:55.5719858Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:55.4313594Z","primaryEndpoints":{"blob":"https://gsm1660928445xt.blob.core.windows.net/","queue":"https://gsm1660928445xt.queue.core.windows.net/","table":"https://gsm1660928445xt.table.core.windows.net/","file":"https://gsm1660928445xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1229178215xt","name":"gsm1229178215xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-05-21T20:36:24.1125096Z","key2":"2023-05-16T12:59:19.4741702Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.4993530Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.4993530Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.4212234Z","primaryEndpoints":{"dfs":"https://gsm1229178215xt.dfs.core.windows.net/","web":"https://gsm1229178215xt.z20.web.core.windows.net/","blob":"https://gsm1229178215xt.blob.core.windows.net/","queue":"https://gsm1229178215xt.queue.core.windows.net/","table":"https://gsm1229178215xt.table.core.windows.net/","file":"https://gsm1229178215xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1456709414xt","name":"gsm1456709414xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-05-21T06:52:02.3706582Z","key2":"2023-05-16T06:50:56.8159280Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.7181103Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.7181103Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.6556583Z","primaryEndpoints":{"dfs":"https://gsm1456709414xt.dfs.core.windows.net/","web":"https://gsm1456709414xt.z20.web.core.windows.net/","blob":"https://gsm1456709414xt.blob.core.windows.net/","queue":"https://gsm1456709414xt.queue.core.windows.net/","table":"https://gsm1456709414xt.table.core.windows.net/","file":"https://gsm1456709414xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1460695472xt","name":"gsm1460695472xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuse2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-05-05T04:06:01.8082271Z","key2":"2023-04-30T04:04:55.5757766Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:12:17.4426654Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:12:17.4426654Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:12:17.3645192Z","primaryEndpoints":{"dfs":"https://gsm1460695472xt.dfs.core.windows.net/","web":"https://gsm1460695472xt.z20.web.core.windows.net/","blob":"https://gsm1460695472xt.blob.core.windows.net/","queue":"https://gsm1460695472xt.queue.core.windows.net/","table":"https://gsm1460695472xt.table.core.windows.net/","file":"https://gsm1460695472xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2007663765xt","name":"gsm2007663765xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-05-19T09:29:46.7661468Z","key2":"2023-05-14T09:28:41.5530938Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.5150262Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.5150262Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.4368507Z","primaryEndpoints":{"dfs":"https://gsm2007663765xt.dfs.core.windows.net/","web":"https://gsm2007663765xt.z20.web.core.windows.net/","blob":"https://gsm2007663765xt.blob.core.windows.net/","queue":"https://gsm2007663765xt.queue.core.windows.net/","table":"https://gsm2007663765xt.table.core.windows.net/","file":"https://gsm2007663765xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2012629196xt","name":"gsm2012629196xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-05-03T19:01:10.2022709Z","key2":"2023-04-28T18:59:28.8935989Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.7012347Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.7012347Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:09.6074718Z","primaryEndpoints":{"dfs":"https://gsm2012629196xt.dfs.core.windows.net/","web":"https://gsm2012629196xt.z20.web.core.windows.net/","blob":"https://gsm2012629196xt.blob.core.windows.net/","queue":"https://gsm2012629196xt.queue.core.windows.net/","table":"https://gsm2012629196xt.table.core.windows.net/","file":"https://gsm2012629196xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2121776810xt","name":"gsm2121776810xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"","GenevaWPMonikerName":"SeriConRPAzsecuse2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-23T09:56:45.3229575Z","key2":"2022-12-17T22:52:57.1579634Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:58:18.8692726Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:58:18.8692726Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-09T23:58:18.7598975Z","primaryEndpoints":{"blob":"https://gsm2121776810xt.blob.core.windows.net/","queue":"https://gsm2121776810xt.queue.core.windows.net/","table":"https://gsm2121776810xt.table.core.windows.net/","file":"https://gsm2121776810xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm226956555xt","name":"gsm226956555xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-05-06T05:24:12.6559459Z","key2":"2023-05-01T05:22:37.0901103Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:08.8262029Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:08.8262029Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:08.7324504Z","primaryEndpoints":{"dfs":"https://gsm226956555xt.dfs.core.windows.net/","web":"https://gsm226956555xt.z20.web.core.windows.net/","blob":"https://gsm226956555xt.blob.core.windows.net/","queue":"https://gsm226956555xt.queue.core.windows.net/","table":"https://gsm226956555xt.table.core.windows.net/","file":"https://gsm226956555xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm683268085xt","name":"gsm683268085xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-05-06T02:53:55.0895748Z","key2":"2023-05-01T02:52:17.4623442Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.1074642Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.1074642Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:09.0137094Z","primaryEndpoints":{"dfs":"https://gsm683268085xt.dfs.core.windows.net/","web":"https://gsm683268085xt.z20.web.core.windows.net/","blob":"https://gsm683268085xt.blob.core.windows.net/","queue":"https://gsm683268085xt.queue.core.windows.net/","table":"https://gsm683268085xt.table.core.windows.net/","file":"https://gsm683268085xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/hackforgsmuse2","name":"hackforgsmuse2","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"","GenevaWPMonikerName":"HackForGSMUSE2"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:00:49.6669890Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:00:49.6669890Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-09T23:00:49.5419849Z","primaryEndpoints":{"blob":"https://hackforgsmuse2.blob.core.windows.net/","queue":"https://hackforgsmuse2.queue.core.windows.net/","table":"https://hackforgsmuse2.table.core.windows.net/","file":"https://hackforgsmuse2.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1272766413xt","name":"gsm1272766413xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-26T12:50:22.9754194Z","key2":"2023-01-21T02:57:10.6219025Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.2651368Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.2651368Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:08.1869875Z","primaryEndpoints":{"dfs":"https://gsm1272766413xt.dfs.core.windows.net/","web":"https://gsm1272766413xt.z22.web.core.windows.net/","blob":"https://gsm1272766413xt.blob.core.windows.net/","queue":"https://gsm1272766413xt.queue.core.windows.net/","table":"https://gsm1272766413xt.table.core.windows.net/","file":"https://gsm1272766413xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1406960057xt","name":"gsm1406960057xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-28T16:26:46.4096191Z","key2":"2023-01-23T02:04:13.0813787Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:07.9369692Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:07.9369692Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:07.8588528Z","primaryEndpoints":{"dfs":"https://gsm1406960057xt.dfs.core.windows.net/","web":"https://gsm1406960057xt.z22.web.core.windows.net/","blob":"https://gsm1406960057xt.blob.core.windows.net/","queue":"https://gsm1406960057xt.queue.core.windows.net/","table":"https://gsm1406960057xt.table.core.windows.net/","file":"https://gsm1406960057xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1998073872xt","name":"gsm1998073872xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-05-26T18:20:44.5735809Z","key2":"2023-05-21T05:23:46.0278541Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-02T21:00:19.3734252Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-02T21:00:19.3734252Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-06-02T21:00:19.2952836Z","primaryEndpoints":{"dfs":"https://gsm1998073872xt.dfs.core.windows.net/","web":"https://gsm1998073872xt.z22.web.core.windows.net/","blob":"https://gsm1998073872xt.blob.core.windows.net/","queue":"https://gsm1998073872xt.queue.core.windows.net/","table":"https://gsm1998073872xt.table.core.windows.net/","file":"https://gsm1998073872xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm56088856xt","name":"gsm56088856xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-26T09:21:20.1673955Z","key2":"2023-01-21T09:20:08.4251477Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.0619664Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.0619664Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:07.9838401Z","primaryEndpoints":{"dfs":"https://gsm56088856xt.dfs.core.windows.net/","web":"https://gsm56088856xt.z22.web.core.windows.net/","blob":"https://gsm56088856xt.blob.core.windows.net/","queue":"https://gsm56088856xt.queue.core.windows.net/","table":"https://gsm56088856xt.table.core.windows.net/","file":"https://gsm56088856xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1079311536xt","name":"gsm1079311536xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecweu","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-23T05:17:15.8192673Z","key2":"2023-01-17T15:45:49.1931322Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:33:55.5639421Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:33:55.5639421Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-31T20:33:55.4858374Z","primaryEndpoints":{"dfs":"https://gsm1079311536xt.dfs.core.windows.net/","web":"https://gsm1079311536xt.z6.web.core.windows.net/","blob":"https://gsm1079311536xt.blob.core.windows.net/","queue":"https://gsm1079311536xt.queue.core.windows.net/","table":"https://gsm1079311536xt.table.core.windows.net/","file":"https://gsm1079311536xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1212953208xt","name":"gsm1212953208xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityweu","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-27T10:06:11.5827190Z","key2":"2023-01-22T10:04:24.4048026Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.1266253Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.1266253Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:09.0484965Z","primaryEndpoints":{"dfs":"https://gsm1212953208xt.dfs.core.windows.net/","web":"https://gsm1212953208xt.z6.web.core.windows.net/","blob":"https://gsm1212953208xt.blob.core.windows.net/","queue":"https://gsm1212953208xt.queue.core.windows.net/","table":"https://gsm1212953208xt.table.core.windows.net/","file":"https://gsm1212953208xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1920423455xt","name":"gsm1920423455xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagweu","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-26T08:22:35.7453186Z","key2":"2023-01-21T08:20:33.7244599Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:08.9859884Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:08.9859884Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:08.9078572Z","primaryEndpoints":{"dfs":"https://gsm1920423455xt.dfs.core.windows.net/","web":"https://gsm1920423455xt.z6.web.core.windows.net/","blob":"https://gsm1920423455xt.blob.core.windows.net/","queue":"https://gsm1920423455xt.queue.core.windows.net/","table":"https://gsm1920423455xt.table.core.windows.net/","file":"https://gsm1920423455xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm757504717xt","name":"gsm757504717xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditweu","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-27T08:12:19.1858523Z","key2":"2023-01-22T08:11:09.9357435Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.4079128Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.4079128Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:09.3298787Z","primaryEndpoints":{"dfs":"https://gsm757504717xt.dfs.core.windows.net/","web":"https://gsm757504717xt.z6.web.core.windows.net/","blob":"https://gsm757504717xt.blob.core.windows.net/","queue":"https://gsm757504717xt.queue.core.windows.net/","table":"https://gsm757504717xt.table.core.windows.net/","file":"https://gsm757504717xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1364877148xt","name":"gsm1364877148xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditase","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2021-04-29T17:55:11.7577346Z","key2":"2023-03-15T18:36:22.0032549Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.7343798Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.7343798Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:41.6719189Z","primaryEndpoints":{"dfs":"https://gsm1364877148xt.dfs.core.windows.net/","web":"https://gsm1364877148xt.z23.web.core.windows.net/","blob":"https://gsm1364877148xt.blob.core.windows.net/","queue":"https://gsm1364877148xt.queue.core.windows.net/","table":"https://gsm1364877148xt.table.core.windows.net/","file":"https://gsm1364877148xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm293072282xt","name":"gsm293072282xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagase","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-03-17T11:20:27.0757277Z","key2":"2023-03-11T15:43:18.2538811Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:40.4843241Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:40.4843241Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:40.4530856Z","primaryEndpoints":{"dfs":"https://gsm293072282xt.dfs.core.windows.net/","web":"https://gsm293072282xt.z23.web.core.windows.net/","blob":"https://gsm293072282xt.blob.core.windows.net/","queue":"https://gsm293072282xt.queue.core.windows.net/","table":"https://gsm293072282xt.table.core.windows.net/","file":"https://gsm293072282xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm652881509xt","name":"gsm652881509xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecase","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-23T02:48:19.2605229Z","key2":"2023-01-17T08:03:51.5853536Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:27:01.7959092Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:27:01.7959092Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-31T20:27:01.7334373Z","primaryEndpoints":{"dfs":"https://gsm652881509xt.dfs.core.windows.net/","web":"https://gsm652881509xt.z23.web.core.windows.net/","blob":"https://gsm652881509xt.blob.core.windows.net/","queue":"https://gsm652881509xt.queue.core.windows.net/","table":"https://gsm652881509xt.table.core.windows.net/","file":"https://gsm652881509xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm665873655xt","name":"gsm665873655xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityase","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-03-15T22:08:39.3406329Z","key2":"2023-03-10T07:30:08.4982799Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.3280923Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.3280923Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:41.2812263Z","primaryEndpoints":{"dfs":"https://gsm665873655xt.dfs.core.windows.net/","web":"https://gsm665873655xt.z23.web.core.windows.net/","blob":"https://gsm665873655xt.blob.core.windows.net/","queue":"https://gsm665873655xt.queue.core.windows.net/","table":"https://gsm665873655xt.table.core.windows.net/","file":"https://gsm665873655xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1013760812xt","name":"gsm1013760812xt","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecussc","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-28T14:46:18.9021520Z","key2":"2023-01-23T08:40:45.9176662Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-01T23:35:19.3043038Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-01T23:35:19.3043038Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-01T23:35:19.2092898Z","primaryEndpoints":{"dfs":"https://gsm1013760812xt.dfs.core.windows.net/","web":"https://gsm1013760812xt.z21.web.core.windows.net/","blob":"https://gsm1013760812xt.blob.core.windows.net/","queue":"https://gsm1013760812xt.queue.core.windows.net/","table":"https://gsm1013760812xt.table.core.windows.net/","file":"https://gsm1013760812xt.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1481752393xt","name":"gsm1481752393xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditaue","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2022-12-11T02:08:01.5135580Z","key2":"2022-12-06T02:06:17.2106220Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.9325477Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.9325477Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.8699546Z","primaryEndpoints":{"dfs":"https://gsm1481752393xt.dfs.core.windows.net/","web":"https://gsm1481752393xt.z8.web.core.windows.net/","blob":"https://gsm1481752393xt.blob.core.windows.net/","queue":"https://gsm1481752393xt.queue.core.windows.net/","table":"https://gsm1481752393xt.table.core.windows.net/","file":"https://gsm1481752393xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm175927945xt","name":"gsm175927945xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagaue","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2022-12-12T13:02:05.1185199Z","key2":"2022-12-07T13:00:29.7909142Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6824967Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6824967Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.6043190Z","primaryEndpoints":{"dfs":"https://gsm175927945xt.dfs.core.windows.net/","web":"https://gsm175927945xt.z8.web.core.windows.net/","blob":"https://gsm175927945xt.blob.core.windows.net/","queue":"https://gsm175927945xt.queue.core.windows.net/","table":"https://gsm175927945xt.table.core.windows.net/","file":"https://gsm175927945xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1929878860xt","name":"gsm1929878860xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecaue","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-03-09T13:55:08.5541466Z","key2":"2023-03-03T11:35:56.1217273Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-11T00:59:46.7551547Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-11T00:59:46.7551547Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-03-11T00:59:46.6769818Z","primaryEndpoints":{"dfs":"https://gsm1929878860xt.dfs.core.windows.net/","web":"https://gsm1929878860xt.z8.web.core.windows.net/","blob":"https://gsm1929878860xt.blob.core.windows.net/","queue":"https://gsm1929878860xt.queue.core.windows.net/","table":"https://gsm1929878860xt.table.core.windows.net/","file":"https://gsm1929878860xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2273607188xt","name":"gsm2273607188xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditsy","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3565367Z","key2":"2023-01-05T03:42:01.3565367Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.8722599Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.8722599Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2940438Z","primaryEndpoints":{"dfs":"https://gsm2273607188xt.dfs.core.windows.net/","web":"https://gsm2273607188xt.z8.web.core.windows.net/","blob":"https://gsm2273607188xt.blob.core.windows.net/","queue":"https://gsm2273607188xt.queue.core.windows.net/","table":"https://gsm2273607188xt.table.core.windows.net/","file":"https://gsm2273607188xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm40701790xt","name":"gsm40701790xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityaue","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2022-12-11T06:35:36.7208308Z","key2":"2022-12-06T06:33:31.1701235Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6981732Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6981732Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.6043190Z","primaryEndpoints":{"dfs":"https://gsm40701790xt.dfs.core.windows.net/","web":"https://gsm40701790xt.z8.web.core.windows.net/","blob":"https://gsm40701790xt.blob.core.windows.net/","queue":"https://gsm40701790xt.queue.core.windows.net/","table":"https://gsm40701790xt.table.core.windows.net/","file":"https://gsm40701790xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm419531226xt","name":"gsm419531226xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecaue","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-11T06:40:10.3879897Z","key2":"2022-12-06T06:37:36.8335211Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:38:31.8079251Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:38:31.8079251Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:38:31.7454063Z","primaryEndpoints":{"dfs":"https://gsm419531226xt.dfs.core.windows.net/","web":"https://gsm419531226xt.z8.web.core.windows.net/","blob":"https://gsm419531226xt.blob.core.windows.net/","queue":"https://gsm419531226xt.queue.core.windows.net/","table":"https://gsm419531226xt.table.core.windows.net/","file":"https://gsm419531226xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm4207516453xt","name":"gsm4207516453xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecuritysy","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3252937Z","key2":"2023-01-05T03:42:01.3252937Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:02.0597744Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:02.0597744Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2627948Z","primaryEndpoints":{"dfs":"https://gsm4207516453xt.dfs.core.windows.net/","web":"https://gsm4207516453xt.z8.web.core.windows.net/","blob":"https://gsm4207516453xt.blob.core.windows.net/","queue":"https://gsm4207516453xt.queue.core.windows.net/","table":"https://gsm4207516453xt.table.core.windows.net/","file":"https://gsm4207516453xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm868844794xt","name":"gsm868844794xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagsy","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3252937Z","key2":"2023-01-05T03:42:01.3252937Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.9347064Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.9347064Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2315310Z","primaryEndpoints":{"dfs":"https://gsm868844794xt.dfs.core.windows.net/","web":"https://gsm868844794xt.z8.web.core.windows.net/","blob":"https://gsm868844794xt.blob.core.windows.net/","queue":"https://gsm868844794xt.queue.core.windows.net/","table":"https://gsm868844794xt.table.core.windows.net/","file":"https://gsm868844794xt.file.core.windows.net/"},"primaryLocation":"australiaeast","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":"2023-05-31T18:48:07.9313544Z","key2":"2023-05-31T18:48:07.9313544Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:48:08.0250971Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:48:08.0250971Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:48:07.8220532Z","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_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1026482873xt","name":"gsm1026482873xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-25T03:35:32.2734558Z","key2":"2023-01-20T03:24:00.5425715Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:07.1214500Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:07.1214500Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:07.0432951Z","primaryEndpoints":{"dfs":"https://gsm1026482873xt.dfs.core.windows.net/","web":"https://gsm1026482873xt.z5.web.core.windows.net/","blob":"https://gsm1026482873xt.blob.core.windows.net/","queue":"https://gsm1026482873xt.queue.core.windows.net/","table":"https://gsm1026482873xt.table.core.windows.net/","file":"https://gsm1026482873xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1379084574xt","name":"gsm1379084574xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-24T14:33:18.3486639Z","key2":"2023-01-18T17:47:22.4239288Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.6631204Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.6631204Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.5693726Z","primaryEndpoints":{"blob":"https://gsm1379084574xt.blob.core.windows.net/","queue":"https://gsm1379084574xt.queue.core.windows.net/","table":"https://gsm1379084574xt.table.core.windows.net/","file":"https://gsm1379084574xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1447722388xt","name":"gsm1447722388xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-26T03:47:20.7184362Z","key2":"2023-01-21T03:46:01.7763634Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T23:22:24.4973514Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T23:22:24.4973514Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T23:22:24.4348196Z","primaryEndpoints":{"dfs":"https://gsm1447722388xt.dfs.core.windows.net/","web":"https://gsm1447722388xt.z5.web.core.windows.net/","blob":"https://gsm1447722388xt.blob.core.windows.net/","queue":"https://gsm1447722388xt.queue.core.windows.net/","table":"https://gsm1447722388xt.table.core.windows.net/","file":"https://gsm1447722388xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1476133271xt","name":"gsm1476133271xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-23T19:01:28.5846813Z","key2":"2023-01-18T18:38:43.7448823Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:39.0381165Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:39.0381165Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.8506247Z","primaryEndpoints":{"blob":"https://gsm1476133271xt.blob.core.windows.net/","queue":"https://gsm1476133271xt.queue.core.windows.net/","table":"https://gsm1476133271xt.table.core.windows.net/","file":"https://gsm1476133271xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1942585003xt","name":"gsm1942585003xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-22T17:48:26.2317506Z","key2":"2023-01-17T10:57:43.5758196Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.9600197Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.9600197Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.7881214Z","primaryEndpoints":{"blob":"https://gsm1942585003xt.blob.core.windows.net/","queue":"https://gsm1942585003xt.queue.core.windows.net/","table":"https://gsm1942585003xt.table.core.windows.net/","file":"https://gsm1942585003xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2056373296xt","name":"gsm2056373296xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsoleauditusw2","GenevaWPStorageGroupName":"azureserialconsoleaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-26T11:54:18.4226083Z","key2":"2023-01-21T11:53:06.6995339Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.7788645Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.7788645Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.7007646Z","primaryEndpoints":{"dfs":"https://gsm2056373296xt.dfs.core.windows.net/","web":"https://gsm2056373296xt.z5.web.core.windows.net/","blob":"https://gsm2056373296xt.blob.core.windows.net/","queue":"https://gsm2056373296xt.queue.core.windows.net/","table":"https://gsm2056373296xt.table.core.windows.net/","file":"https://gsm2056373296xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm357271585xt","name":"gsm357271585xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-27T12:15:08.6536157Z","key2":"2023-01-22T12:13:19.5800918Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.2776242Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.2776242Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:00.1995026Z","primaryEndpoints":{"dfs":"https://gsm357271585xt.dfs.core.windows.net/","web":"https://gsm357271585xt.z5.web.core.windows.net/","blob":"https://gsm357271585xt.blob.core.windows.net/","queue":"https://gsm357271585xt.queue.core.windows.net/","table":"https://gsm357271585xt.table.core.windows.net/","file":"https://gsm357271585xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm38273077xt","name":"gsm38273077xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsolesecurityusw2","GenevaWPStorageGroupName":"azureserialconsolesecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-25T09:51:31.3539534Z","key2":"2023-01-20T09:01:33.1340416Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.6225485Z","primaryEndpoints":{"dfs":"https://gsm38273077xt.dfs.core.windows.net/","web":"https://gsm38273077xt.z5.web.core.windows.net/","blob":"https://gsm38273077xt.blob.core.windows.net/","queue":"https://gsm38273077xt.queue.core.windows.net/","table":"https://gsm38273077xt.table.core.windows.net/","file":"https://gsm38273077xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm61894826xt","name":"gsm61894826xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-22T20:55:56.7960803Z","key2":"2022-12-17T11:13:48.1848332Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-10T01:07:27.7640567Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-10T01:07:27.7640567Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-10T01:07:27.6846918Z","primaryEndpoints":{"blob":"https://gsm61894826xt.blob.core.windows.net/","queue":"https://gsm61894826xt.queue.core.windows.net/","table":"https://gsm61894826xt.table.core.windows.net/","file":"https://gsm61894826xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm627614588xt","name":"gsm627614588xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsolediagusw2","GenevaWPStorageGroupName":"azureserialconsolediag"},"properties":{"keyCreationTime":{"key1":"2023-01-25T09:35:05.5956088Z","key2":"2023-01-20T03:22:09.3245854Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.6069267Z","primaryEndpoints":{"dfs":"https://gsm627614588xt.dfs.core.windows.net/","web":"https://gsm627614588xt.z5.web.core.windows.net/","blob":"https://gsm627614588xt.blob.core.windows.net/","queue":"https://gsm627614588xt.queue.core.windows.net/","table":"https://gsm627614588xt.table.core.windows.net/","file":"https://gsm627614588xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm704755552xt","name":"gsm704755552xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-25T21:11:36.8109587Z","key2":"2023-01-20T10:54:10.0603713Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.1058474Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.1058474Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:00.0276604Z","primaryEndpoints":{"dfs":"https://gsm704755552xt.dfs.core.windows.net/","web":"https://gsm704755552xt.z5.web.core.windows.net/","blob":"https://gsm704755552xt.blob.core.windows.net/","queue":"https://gsm704755552xt.queue.core.windows.net/","table":"https://gsm704755552xt.table.core.windows.net/","file":"https://gsm704755552xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm991680768xt","name":"gsm991680768xt","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuswc","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-03-31T15:08:16.2015333Z","key2":"2023-03-26T02:22:52.5217946Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-09T19:24:36.5205408Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-09T19:24:36.5205408Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-09T19:24:36.4580385Z","primaryEndpoints":{"dfs":"https://gsm991680768xt.dfs.core.windows.net/","web":"https://gsm991680768xt.z4.web.core.windows.net/","blob":"https://gsm991680768xt.blob.core.windows.net/","queue":"https://gsm991680768xt.queue.core.windows.net/","table":"https://gsm991680768xt.table.core.windows.net/","file":"https://gsm991680768xt.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available","secondaryLocation":"westus2","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2355697502xt","name":"gsm2355697502xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecuritysec","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:39.4380306Z","key2":"2023-01-05T21:51:39.4380306Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.4380306Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.4380306Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:39.3911570Z","primaryEndpoints":{"dfs":"https://gsm2355697502xt.dfs.core.windows.net/","web":"https://gsm2355697502xt.z1.web.core.windows.net/","blob":"https://gsm2355697502xt.blob.core.windows.net/","queue":"https://gsm2355697502xt.queue.core.windows.net/","table":"https://gsm2355697502xt.table.core.windows.net/","file":"https://gsm2355697502xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm3577301791xt","name":"gsm3577301791xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditsec","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:39.2349014Z","key2":"2023-01-05T21:51:39.2349014Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.2349014Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.2349014Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:39.1724007Z","primaryEndpoints":{"dfs":"https://gsm3577301791xt.dfs.core.windows.net/","web":"https://gsm3577301791xt.z1.web.core.windows.net/","blob":"https://gsm3577301791xt.blob.core.windows.net/","queue":"https://gsm3577301791xt.queue.core.windows.net/","table":"https://gsm3577301791xt.table.core.windows.net/","file":"https://gsm3577301791xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm4163209401xt","name":"gsm4163209401xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagsec","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:40.5161768Z","key2":"2023-01-05T21:51:40.5161768Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:40.5161768Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:40.5161768Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:40.4693012Z","primaryEndpoints":{"dfs":"https://gsm4163209401xt.dfs.core.windows.net/","web":"https://gsm4163209401xt.z1.web.core.windows.net/","blob":"https://gsm4163209401xt.blob.core.windows.net/","queue":"https://gsm4163209401xt.queue.core.windows.net/","table":"https://gsm4163209401xt.table.core.windows.net/","file":"https://gsm4163209401xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm916952798xt","name":"gsm916952798xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecsec","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:54:07.8478067Z","key2":"2023-01-05T21:54:07.8478067Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:54:07.8634091Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:54:07.8634091Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:54:07.8009289Z","primaryEndpoints":{"dfs":"https://gsm916952798xt.dfs.core.windows.net/","web":"https://gsm916952798xt.z1.web.core.windows.net/","blob":"https://gsm916952798xt.blob.core.windows.net/","queue":"https://gsm916952798xt.queue.core.windows.net/","table":"https://gsm916952798xt.table.core.windows.net/","file":"https://gsm916952798xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}}]}' headers: cache-control: - no-cache content-length: - - '38475' + - '83391' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:11:08 GMT + - Wed, 31 May 2023 18:56:47 GMT expires: - '-1' pragma: @@ -4166,14 +4394,16 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - e534d969-01f6-4b37-b929-404197a0d261 - - a0c1fb6a-1139-48e5-bcc4-288bfda9250b - - 89fb819a-0f6c-438f-ae97-a580e1294ccd - - 06862b97-4ac8-4a3a-8c5d-396871f77926 - - 34e99496-313a-412a-8f63-25aa34f25d2e - - 7521cb9a-4487-4caa-8fd1-862898df554c - - 9fe39fba-e556-4e9c-9b1d-d5d7f376d1ad - - a957de0f-1cb3-4aa5-97d4-a8f1afdc25b1 + - 62f4c939-89be-43fb-b186-f7ea78f741fd + - 140b7c9c-8627-4117-82ce-133f2ebf36da + - 0c8f44b1-268b-4216-baac-adebfbd37c76 + - 35ec7c62-5d94-4b75-bc14-30bc71c13d96 + - 8f8631f2-2a24-4572-a1fd-854936cc7bf5 + - 301d0ab1-0d2f-4211-ac8f-24425948136a + - 43c5aa99-276f-449b-9ebd-9ec177190100 + - 66b25d1d-cbbd-488e-8177-0495ac64ff5c + - 12bba69c-fd5b-4f49-991d-7badd98ece69 + - e3b30fb0-dfd9-4bd9-983a-80a024fdcbbf status: code: 200 message: OK @@ -4189,12 +4419,12 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Storage/storageAccounts/cli000002?api-version=2022-09-01 response: body: - string: '{"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":"2023-03-06T15:00:46.5594874Z","key2":"2023-03-06T15:00:46.5594874Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T15:00:46.8094615Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T15:00:46.8094615Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T15:00:46.4501501Z","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"}}' + string: '{"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":"2023-05-31T18:48:07.9313544Z","key2":"2023-05-31T18:48:07.9313544Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:48:08.0250971Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:48:08.0250971Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:48:07.8220532Z","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"}}' headers: cache-control: - no-cache @@ -4203,7 +4433,7 @@ interactions: content-type: - application/json date: - - Mon, 06 Mar 2023 15:11:09 GMT + - Wed, 31 May 2023 18:56:47 GMT expires: - '-1' pragma: @@ -4233,8 +4463,8 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.46.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 response: @@ -4248,7 +4478,7 @@ interactions: content-type: - application/json; charset=UTF-8 date: - - Mon, 06 Mar 2023 15:11:09 GMT + - Wed, 31 May 2023 18:56:47 GMT expires: - '-1' pragma: @@ -4284,8 +4514,8 @@ interactions: Content-Type: - application/json User-Agent: - - AZURECLI/2.46.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default/enableConsole?api-version=2018-05-01 response: @@ -4299,7 +4529,7 @@ interactions: content-type: - application/json; charset=UTF-8 date: - - Mon, 06 Mar 2023 15:11:09 GMT + - Wed, 31 May 2023 18:56:47 GMT expires: - '-1' pragma: @@ -4333,61 +4563,61 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualMachines/3/instanceView?api-version=2022-11-01 response: body: - string: "{\r\n \"placementGroupId\": \"fe2728fc-c0cb-4cea-8d91-bb960a1e6c3b\",\r\n + string: "{\r\n \"placementGroupId\": \"d46de32e-58a5-4fdc-87e3-cdf3b3d142ce\",\r\n \ \"platformUpdateDomain\": 1,\r\n \"platformFaultDomain\": 1,\r\n \"computerName\": - \"cliuz26de000003\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n + \"clilb05fb000003\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n \ \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.9.0.4\",\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\": \"2023-03-06T15:10:46+00:00\"\r\n + \"Guest Agent is running\",\r\n \"time\": \"2023-05-31T18:56:25+00:00\"\r\n \ }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": - \"1.25.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \"1.26.2\",\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.21.115\",\r\n \"status\": {\r\n + \ \"typeHandlerVersion\": \"2.22.158\",\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\": \"cliuztvtdw4jbve2omq7cliuztvtdw4jbve2omq73OS__1_023d79a2b12548fba5c6e457bd338d14\",\r\n + [\r\n {\r\n \"name\": \"clilbofyinawioqmxrxsclilbofyinawioqmxrxsjOS__1_3fed4842693d46dfbc0fdbda6f24f442\",\r\n \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2023-03-06T15:10:36.6255965+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T18:56:13.729134+00:00\"\r\n \ }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": {\r\n \"consoleScreenshotBlobUri\": - \"https://cli000002.blob.core.windows.net/bootdiagnostics-cliuztvtd-ffa83b08-9cdf-4ddd-8c22-38ec3747c4fa/cli000003_3.ffa83b08-9cdf-4ddd-8c22-38ec3747c4fa.screenshot.bmp\",\r\n - \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cliuztvtd-ffa83b08-9cdf-4ddd-8c22-38ec3747c4fa/cli000003_3.ffa83b08-9cdf-4ddd-8c22-38ec3747c4fa.serialconsole.log\"\r\n + \"https://cli000002.blob.core.windows.net/bootdiagnostics-clilbofyi-560d140f-cd86-4bdb-83b9-19579f8b94d7/cli000003_3.560d140f-cd86-4bdb-83b9-19579f8b94d7.screenshot.bmp\",\r\n + \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-clilbofyi-560d140f-cd86-4bdb-83b9-19579f8b94d7/cli000003_3.560d140f-cd86-4bdb-83b9-19579f8b94d7.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.25.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \"1.26.2\",\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.21.115\",\r\n \"statuses\": [\r\n {\r\n + \ \"typeHandlerVersion\": \"2.22.158\",\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\": - \"2023-03-06T15:10:40.7974713+00:00\"\r\n },\r\n {\r\n \"code\": + \"2023-05-31T18:56:34.4792247+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: - - '3219' + - '3218' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:11:10 GMT + - Wed, 31 May 2023 18:56:48 GMT expires: - '-1' pragma: @@ -4404,7 +4634,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMScaleSetVM3Min;496,Microsoft.Compute/GetVMScaleSetVM30Min;2468,Microsoft.Compute/VMScaleSetVMViews3Min;4996 + - Microsoft.Compute/GetVMScaleSetVM3Min;495,Microsoft.Compute/GetVMScaleSetVM30Min;2475,Microsoft.Compute/VMScaleSetVMViews3Min;4995 x-ms-request-charge: - '1' status: @@ -4422,21 +4652,21 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/storageAccounts?api-version=2022-09-01 response: body: - string: '{"value":[{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-eastus/providers/Microsoft.Storage/storageAccounts/cs210032001f4814ba9","name":"cs210032001f4814ba9","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-05-16T14:16:22.3477819Z","key2":"2022-05-16T14:16:22.3477819Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-16T14:16:22.3477819Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-16T14:16:22.3477819Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-16T14:16:22.2227752Z","primaryEndpoints":{"dfs":"https://cs210032001f4814ba9.dfs.core.windows.net/","web":"https://cs210032001f4814ba9.z13.web.core.windows.net/","blob":"https://cs210032001f4814ba9.blob.core.windows.net/","queue":"https://cs210032001f4814ba9.queue.core.windows.net/","table":"https://cs210032001f4814ba9.table.core.windows.net/","file":"https://cs210032001f4814ba9.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/guidomassonitest-rg/providers/Microsoft.Storage/storageAccounts/guidomassonitestrg88ad","name":"guidomassonitestrg88ad","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-01-23T18:52:02.5484088Z","key2":"2023-01-23T18:52:02.5484088Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-23T18:52:02.5484088Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-23T18:52:02.5484088Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-01-23T18:52:02.4077698Z","primaryEndpoints":{"blob":"https://guidomassonitestrg88ad.blob.core.windows.net/","queue":"https://guidomassonitestrg88ad.queue.core.windows.net/","table":"https://guidomassonitestrg88ad.table.core.windows.net/","file":"https://guidomassonitestrg88ad.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guidomtesttrafficmanagerrg/providers/Microsoft.Storage/storageAccounts/guidomteststoraccfortm","name":"guidomteststoraccfortm","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-10-18T18:01:13.5231266Z","key2":"2022-10-18T18:01:13.5231266Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-10-18T18:01:13.5387607Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-10-18T18:01:13.5387607Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-10-18T18:01:13.3825002Z","primaryEndpoints":{"dfs":"https://guidomteststoraccfortm.dfs.core.windows.net/","web":"https://guidomteststoraccfortm.z13.web.core.windows.net/","blob":"https://guidomteststoraccfortm.blob.core.windows.net/","queue":"https://guidomteststoraccfortm.queue.core.windows.net/","table":"https://guidomteststoraccfortm.table.core.windows.net/","file":"https://guidomteststoraccfortm.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://guidomteststoraccfortm-secondary.dfs.core.windows.net/","web":"https://guidomteststoraccfortm-secondary.z13.web.core.windows.net/","blob":"https://guidomteststoraccfortm-secondary.blob.core.windows.net/","queue":"https://guidomteststoraccfortm-secondary.queue.core.windows.net/","table":"https://guidomteststoraccfortm-secondary.table.core.windows.net/"}}},{"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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnervmrg-eastus/providers/Microsoft.Storage/storageAccounts/scrunneri2ezqh4xu2wqq","name":"scrunneri2ezqh4xu2wqq","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:01:12.9383535Z","key2":"2023-02-11T08:01:12.9383535Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:01:12.9383535Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:01:12.9383535Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:01:12.6883669Z","primaryEndpoints":{"blob":"https://scrunneri2ezqh4xu2wqq.blob.core.windows.net/","queue":"https://scrunneri2ezqh4xu2wqq.queue.core.windows.net/","table":"https://scrunneri2ezqh4xu2wqq.table.core.windows.net/","file":"https://scrunneri2ezqh4xu2wqq.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yuas-rg/providers/Microsoft.Storage/storageAccounts/yuasstorageacct","name":"yuasstorageacct","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-08-02T12:18:18.8547131Z","key2":"2022-08-02T12:18:18.8547131Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-08-02T12:18:18.8547131Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-08-02T12:18:18.8547131Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-08-02T12:18:18.7140969Z","primaryEndpoints":{"dfs":"https://yuasstorageacct.dfs.core.windows.net/","web":"https://yuasstorageacct.z13.web.core.windows.net/","blob":"https://yuasstorageacct.blob.core.windows.net/","queue":"https://yuasstorageacct.queue.core.windows.net/","table":"https://yuasstorageacct.table.core.windows.net/","file":"https://yuasstorageacct.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yuasstorageacct-secondary.dfs.core.windows.net/","web":"https://yuasstorageacct-secondary.z13.web.core.windows.net/","blob":"https://yuasstorageacct-secondary.blob.core.windows.net/","queue":"https://yuasstorageacct-secondary.queue.core.windows.net/","table":"https://yuasstorageacct-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bkerrigan-dev-rg/providers/Microsoft.Storage/storageAccounts/bktestsa2","name":"bktestsa2","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","immutableStorageWithVersioning":{"enabled":true},"keyCreationTime":{"key1":"2022-09-27T23:58:45.6496284Z","key2":"2022-09-27T23:58:45.6496284Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-09-27T23:58:46.2902461Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-09-27T23:58:46.2902461Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Cool","provisioningState":"Succeeded","creationTime":"2022-09-27T23:58:45.5558609Z","primaryEndpoints":{"dfs":"https://bktestsa2.dfs.core.windows.net/","web":"https://bktestsa2.z20.web.core.windows.net/","blob":"https://bktestsa2.blob.core.windows.net/","queue":"https://bktestsa2.queue.core.windows.net/","table":"https://bktestsa2.table.core.windows.net/","file":"https://bktestsa2.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/SCRunner/providers/Microsoft.Storage/storageAccounts/scrunnerstorage","name":"scrunnerstorage","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rhoover/providers/Microsoft.Storage/storageAccounts/rhooverstorage","name":"rhooverstorage","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-05-26T17:14:23.5085026Z","key2":"2022-05-26T17:14:23.5085026Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T17:14:23.5241285Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T17:14:23.5241285Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-26T17:14:23.4147520Z","primaryEndpoints":{"dfs":"https://rhooverstorage.dfs.core.windows.net/","web":"https://rhooverstorage.z21.web.core.windows.net/","blob":"https://rhooverstorage.blob.core.windows.net/","queue":"https://rhooverstorage.queue.core.windows.net/","table":"https://rhooverstorage.table.core.windows.net/","file":"https://rhooverstorage.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/scrunnervmrg-australiaeast/providers/Microsoft.Storage/storageAccounts/scrunner56hymyctm4kw2","name":"scrunner56hymyctm4kw2","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:42:58.2414102Z","key2":"2023-02-11T08:42:58.2414102Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:42:59.3196006Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:42:59.3196006Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:42:58.1476588Z","primaryEndpoints":{"blob":"https://scrunner56hymyctm4kw2.blob.core.windows.net/","queue":"https://scrunner56hymyctm4kw2.queue.core.windows.net/","table":"https://scrunner56hymyctm4kw2.table.core.windows.net/","file":"https://scrunner56hymyctm4kw2.file.core.windows.net/"},"primaryLocation":"australiaeast","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":"2023-03-06T15:00:46.5594874Z","key2":"2023-03-06T15:00:46.5594874Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T15:00:46.8094615Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T15:00:46.8094615Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T15:00:46.4501501Z","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_serialconsolex4geueyy52iloaspyxz3rrqwxv2syvnkjiljxbv522buwxqpiljme/providers/Microsoft.Storage/storageAccounts/clipf6qz5nxegbgku5yqzkd2","name":"clipf6qz5nxegbgku5yqzkd2","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T07:45:44.7937561Z","key2":"2023-03-06T07:45:44.7937561Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:45:45.1687946Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:45:45.1687946Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T07:45:44.7000168Z","primaryEndpoints":{"blob":"https://clipf6qz5nxegbgku5yqzkd2.blob.core.windows.net/","queue":"https://clipf6qz5nxegbgku5yqzkd2.queue.core.windows.net/","table":"https://clipf6qz5nxegbgku5yqzkd2.table.core.windows.net/","file":"https://clipf6qz5nxegbgku5yqzkd2.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_serialconsoledcvrpndxic4emeqq5apwkns4qa5owpy4jn3b536ks35zdrmn7bl5k/providers/Microsoft.Storage/storageAccounts/cliwqnm2fo7pftnxlk7c734i","name":"cliwqnm2fo7pftnxlk7c734i","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T07:34:57.7461613Z","key2":"2023-03-06T07:34:57.7461613Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:34:57.9961851Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:34:57.9961851Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T07:34:57.6368148Z","primaryEndpoints":{"blob":"https://cliwqnm2fo7pftnxlk7c734i.blob.core.windows.net/","queue":"https://cliwqnm2fo7pftnxlk7c734i.queue.core.windows.net/","table":"https://cliwqnm2fo7pftnxlk7c734i.table.core.windows.net/","file":"https://cliwqnm2fo7pftnxlk7c734i.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guptar2/providers/Microsoft.Storage/storageAccounts/guptar2diagnosticsv1","name":"guptar2diagnosticsv1","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-05T17:21:41.8250582Z","key2":"2022-04-05T17:21:41.8250582Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:21:41.8250582Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:21:41.8250582Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-05T17:21:41.7313240Z","primaryEndpoints":{"blob":"https://guptar2diagnosticsv1.blob.core.windows.net/","queue":"https://guptar2diagnosticsv1.queue.core.windows.net/","table":"https://guptar2diagnosticsv1.table.core.windows.net/","file":"https://guptar2diagnosticsv1.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guptar2/providers/Microsoft.Storage/storageAccounts/guptar2diagnosticsv2","name":"guptar2diagnosticsv2","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-04-05T17:22:55.8411567Z","key2":"2022-04-05T17:22:55.8411567Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"resourceAccessRules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[{"value":"20.98.146.84","action":"Allow"},{"value":"20.83.222.102","action":"Allow"},{"value":"20.98.194.64","action":"Allow"},{"value":"20.69.5.162","action":"Allow"}],"defaultAction":"Deny"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:22:55.8411567Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:22:55.8411567Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-05T17:22:55.7318000Z","primaryEndpoints":{"dfs":"https://guptar2diagnosticsv2.dfs.core.windows.net/","web":"https://guptar2diagnosticsv2.z5.web.core.windows.net/","blob":"https://guptar2diagnosticsv2.blob.core.windows.net/","queue":"https://guptar2diagnosticsv2.queue.core.windows.net/","table":"https://guptar2diagnosticsv2.table.core.windows.net/","file":"https://guptar2diagnosticsv2.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sericonrp-trafficmanager/providers/Microsoft.Storage/storageAccounts/sericonrpdevtmstorage","name":"sericonrpdevtmstorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-11-30T19:15:41.5013570Z","key2":"2022-11-30T19:15:41.5013570Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-11-30T19:15:42.0638737Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-11-30T19:15:42.0638737Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-11-30T19:15:41.4075777Z","primaryEndpoints":{"dfs":"https://sericonrpdevtmstorage.dfs.core.windows.net/","web":"https://sericonrpdevtmstorage.z5.web.core.windows.net/","blob":"https://sericonrpdevtmstorage.blob.core.windows.net/","queue":"https://sericonrpdevtmstorage.queue.core.windows.net/","table":"https://sericonrpdevtmstorage.table.core.windows.net/","file":"https://sericonrpdevtmstorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sericonrpdevtmstorage-secondary.dfs.core.windows.net/","web":"https://sericonrpdevtmstorage-secondary.z5.web.core.windows.net/","blob":"https://sericonrpdevtmstorage-secondary.blob.core.windows.net/","queue":"https://sericonrpdevtmstorage-secondary.queue.core.windows.net/","table":"https://sericonrpdevtmstorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ops/providers/Microsoft.Storage/storageAccounts/sericonstorage","name":"sericonstorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2023-03-05T19:58:00.4355863Z","key2":"2023-03-05T19:58:00.4355863Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-05T19:58:00.9824831Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-05T19:58:00.9824831Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-03-05T19:58:00.3262342Z","primaryEndpoints":{"dfs":"https://sericonstorage.dfs.core.windows.net/","web":"https://sericonstorage.z5.web.core.windows.net/","blob":"https://sericonstorage.blob.core.windows.net/","queue":"https://sericonstorage.queue.core.windows.net/","table":"https://sericonstorage.table.core.windows.net/","file":"https://sericonstorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rhoover-dev-rg/providers/Microsoft.Storage/storageAccounts/rhooverdevrgdiag","name":"rhooverdevrgdiag","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-06-20T19:39:24.4605968Z","key2":"2022-06-20T19:39:24.4605968Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":false,"networkAcls":{"resourceAccessRules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[{"value":"20.98.146.84","action":"Allow"},{"value":"20.98.194.64","action":"Allow"},{"value":"20.69.5.162","action":"Allow"},{"value":"20.83.222.102","action":"Allow"},{"value":"76.197.206.105","action":"Allow"}],"defaultAction":"Deny"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-20T19:39:24.4762287Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-20T19:39:24.4762287Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-20T19:39:24.4137057Z","primaryEndpoints":{"blob":"https://rhooverdevrgdiag.blob.core.windows.net/","queue":"https://rhooverdevrgdiag.queue.core.windows.net/","table":"https://rhooverdevrgdiag.table.core.windows.net/","file":"https://rhooverdevrgdiag.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnervmrg-westcentralus/providers/Microsoft.Storage/storageAccounts/scrunneraoptpjec4skce","name":"scrunneraoptpjec4skce","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:40:40.0686467Z","key2":"2023-02-11T08:40:40.0686467Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:40:40.5842822Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:40:40.5842822Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:40:40.0061730Z","primaryEndpoints":{"blob":"https://scrunneraoptpjec4skce.blob.core.windows.net/","queue":"https://scrunneraoptpjec4skce.queue.core.windows.net/","table":"https://scrunneraoptpjec4skce.table.core.windows.net/","file":"https://scrunneraoptpjec4skce.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-westcentralus/providers/Microsoft.Storage/storageAccounts/scrunnerrfscmqxeni3uq","name":"scrunnerrfscmqxeni3uq","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/ubuntu-westus3_group/providers/Microsoft.Storage/storageAccounts/ubuntuwestus3groupdiag","name":"ubuntuwestus3groupdiag","type":"Microsoft.Storage/storageAccounts","location":"westus3","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-18T19:48:38.9882588Z","key2":"2022-04-18T19:48:38.9882588Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-18T19:48:38.9882588Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-18T19:48:38.9882588Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-18T19:48:38.9258191Z","primaryEndpoints":{"blob":"https://ubuntuwestus3groupdiag.blob.core.windows.net/","queue":"https://ubuntuwestus3groupdiag.queue.core.windows.net/","table":"https://ubuntuwestus3groupdiag.table.core.windows.net/","file":"https://ubuntuwestus3groupdiag.file.core.windows.net/"},"primaryLocation":"westus3","statusOfPrimary":"available"}}]}' + string: '{"value":[{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1043690549xt","name":"gsm1043690549xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2022-12-31T04:18:29.2926413Z","key2":"2022-12-25T23:25:55.8307065Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:56.6813607Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:56.6813607Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:56.5251102Z","primaryEndpoints":{"blob":"https://gsm1043690549xt.blob.core.windows.net/","queue":"https://gsm1043690549xt.queue.core.windows.net/","table":"https://gsm1043690549xt.table.core.windows.net/","file":"https://gsm1043690549xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1117986772xt","name":"gsm1117986772xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuse","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-04-03T10:54:38.3446142Z","key2":"2023-03-28T13:38:53.8995172Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-10T22:33:17.7969604Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-10T22:33:17.7969604Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-10T22:33:17.7344354Z","primaryEndpoints":{"dfs":"https://gsm1117986772xt.dfs.core.windows.net/","web":"https://gsm1117986772xt.z13.web.core.windows.net/","blob":"https://gsm1117986772xt.blob.core.windows.net/","queue":"https://gsm1117986772xt.queue.core.windows.net/","table":"https://gsm1117986772xt.table.core.windows.net/","file":"https://gsm1117986772xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1284065332xt","name":"gsm1284065332xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2022-12-29T15:04:07.1834140Z","key2":"2022-12-24T15:02:48.3875221Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:58.4782463Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:58.4782463Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:58.3219980Z","primaryEndpoints":{"blob":"https://gsm1284065332xt.blob.core.windows.net/","queue":"https://gsm1284065332xt.queue.core.windows.net/","table":"https://gsm1284065332xt.table.core.windows.net/","file":"https://gsm1284065332xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1660928445xt","name":"gsm1660928445xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2022-12-30T02:54:38.2414616Z","key2":"2022-12-25T02:53:27.9902241Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:55.5719858Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:55.5719858Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:55.4313594Z","primaryEndpoints":{"blob":"https://gsm1660928445xt.blob.core.windows.net/","queue":"https://gsm1660928445xt.queue.core.windows.net/","table":"https://gsm1660928445xt.table.core.windows.net/","file":"https://gsm1660928445xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1229178215xt","name":"gsm1229178215xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-05-21T20:36:24.1125096Z","key2":"2023-05-16T12:59:19.4741702Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.4993530Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.4993530Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.4212234Z","primaryEndpoints":{"dfs":"https://gsm1229178215xt.dfs.core.windows.net/","web":"https://gsm1229178215xt.z20.web.core.windows.net/","blob":"https://gsm1229178215xt.blob.core.windows.net/","queue":"https://gsm1229178215xt.queue.core.windows.net/","table":"https://gsm1229178215xt.table.core.windows.net/","file":"https://gsm1229178215xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1456709414xt","name":"gsm1456709414xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-05-21T06:52:02.3706582Z","key2":"2023-05-16T06:50:56.8159280Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.7181103Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.7181103Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.6556583Z","primaryEndpoints":{"dfs":"https://gsm1456709414xt.dfs.core.windows.net/","web":"https://gsm1456709414xt.z20.web.core.windows.net/","blob":"https://gsm1456709414xt.blob.core.windows.net/","queue":"https://gsm1456709414xt.queue.core.windows.net/","table":"https://gsm1456709414xt.table.core.windows.net/","file":"https://gsm1456709414xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1460695472xt","name":"gsm1460695472xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuse2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-05-05T04:06:01.8082271Z","key2":"2023-04-30T04:04:55.5757766Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:12:17.4426654Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:12:17.4426654Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:12:17.3645192Z","primaryEndpoints":{"dfs":"https://gsm1460695472xt.dfs.core.windows.net/","web":"https://gsm1460695472xt.z20.web.core.windows.net/","blob":"https://gsm1460695472xt.blob.core.windows.net/","queue":"https://gsm1460695472xt.queue.core.windows.net/","table":"https://gsm1460695472xt.table.core.windows.net/","file":"https://gsm1460695472xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2007663765xt","name":"gsm2007663765xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-05-19T09:29:46.7661468Z","key2":"2023-05-14T09:28:41.5530938Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.5150262Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.5150262Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.4368507Z","primaryEndpoints":{"dfs":"https://gsm2007663765xt.dfs.core.windows.net/","web":"https://gsm2007663765xt.z20.web.core.windows.net/","blob":"https://gsm2007663765xt.blob.core.windows.net/","queue":"https://gsm2007663765xt.queue.core.windows.net/","table":"https://gsm2007663765xt.table.core.windows.net/","file":"https://gsm2007663765xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2012629196xt","name":"gsm2012629196xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-05-03T19:01:10.2022709Z","key2":"2023-04-28T18:59:28.8935989Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.7012347Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.7012347Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:09.6074718Z","primaryEndpoints":{"dfs":"https://gsm2012629196xt.dfs.core.windows.net/","web":"https://gsm2012629196xt.z20.web.core.windows.net/","blob":"https://gsm2012629196xt.blob.core.windows.net/","queue":"https://gsm2012629196xt.queue.core.windows.net/","table":"https://gsm2012629196xt.table.core.windows.net/","file":"https://gsm2012629196xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2121776810xt","name":"gsm2121776810xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"","GenevaWPMonikerName":"SeriConRPAzsecuse2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-23T09:56:45.3229575Z","key2":"2022-12-17T22:52:57.1579634Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:58:18.8692726Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:58:18.8692726Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-09T23:58:18.7598975Z","primaryEndpoints":{"blob":"https://gsm2121776810xt.blob.core.windows.net/","queue":"https://gsm2121776810xt.queue.core.windows.net/","table":"https://gsm2121776810xt.table.core.windows.net/","file":"https://gsm2121776810xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm226956555xt","name":"gsm226956555xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-05-06T05:24:12.6559459Z","key2":"2023-05-01T05:22:37.0901103Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:08.8262029Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:08.8262029Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:08.7324504Z","primaryEndpoints":{"dfs":"https://gsm226956555xt.dfs.core.windows.net/","web":"https://gsm226956555xt.z20.web.core.windows.net/","blob":"https://gsm226956555xt.blob.core.windows.net/","queue":"https://gsm226956555xt.queue.core.windows.net/","table":"https://gsm226956555xt.table.core.windows.net/","file":"https://gsm226956555xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm683268085xt","name":"gsm683268085xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-05-06T02:53:55.0895748Z","key2":"2023-05-01T02:52:17.4623442Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.1074642Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.1074642Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:09.0137094Z","primaryEndpoints":{"dfs":"https://gsm683268085xt.dfs.core.windows.net/","web":"https://gsm683268085xt.z20.web.core.windows.net/","blob":"https://gsm683268085xt.blob.core.windows.net/","queue":"https://gsm683268085xt.queue.core.windows.net/","table":"https://gsm683268085xt.table.core.windows.net/","file":"https://gsm683268085xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/hackforgsmuse2","name":"hackforgsmuse2","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"","GenevaWPMonikerName":"HackForGSMUSE2"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:00:49.6669890Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:00:49.6669890Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-09T23:00:49.5419849Z","primaryEndpoints":{"blob":"https://hackforgsmuse2.blob.core.windows.net/","queue":"https://hackforgsmuse2.queue.core.windows.net/","table":"https://hackforgsmuse2.table.core.windows.net/","file":"https://hackforgsmuse2.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1272766413xt","name":"gsm1272766413xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-26T12:50:22.9754194Z","key2":"2023-01-21T02:57:10.6219025Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.2651368Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.2651368Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:08.1869875Z","primaryEndpoints":{"dfs":"https://gsm1272766413xt.dfs.core.windows.net/","web":"https://gsm1272766413xt.z22.web.core.windows.net/","blob":"https://gsm1272766413xt.blob.core.windows.net/","queue":"https://gsm1272766413xt.queue.core.windows.net/","table":"https://gsm1272766413xt.table.core.windows.net/","file":"https://gsm1272766413xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1406960057xt","name":"gsm1406960057xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-28T16:26:46.4096191Z","key2":"2023-01-23T02:04:13.0813787Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:07.9369692Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:07.9369692Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:07.8588528Z","primaryEndpoints":{"dfs":"https://gsm1406960057xt.dfs.core.windows.net/","web":"https://gsm1406960057xt.z22.web.core.windows.net/","blob":"https://gsm1406960057xt.blob.core.windows.net/","queue":"https://gsm1406960057xt.queue.core.windows.net/","table":"https://gsm1406960057xt.table.core.windows.net/","file":"https://gsm1406960057xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1998073872xt","name":"gsm1998073872xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-05-26T18:20:44.5735809Z","key2":"2023-05-21T05:23:46.0278541Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-02T21:00:19.3734252Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-02T21:00:19.3734252Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-06-02T21:00:19.2952836Z","primaryEndpoints":{"dfs":"https://gsm1998073872xt.dfs.core.windows.net/","web":"https://gsm1998073872xt.z22.web.core.windows.net/","blob":"https://gsm1998073872xt.blob.core.windows.net/","queue":"https://gsm1998073872xt.queue.core.windows.net/","table":"https://gsm1998073872xt.table.core.windows.net/","file":"https://gsm1998073872xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm56088856xt","name":"gsm56088856xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-26T09:21:20.1673955Z","key2":"2023-01-21T09:20:08.4251477Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.0619664Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.0619664Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:07.9838401Z","primaryEndpoints":{"dfs":"https://gsm56088856xt.dfs.core.windows.net/","web":"https://gsm56088856xt.z22.web.core.windows.net/","blob":"https://gsm56088856xt.blob.core.windows.net/","queue":"https://gsm56088856xt.queue.core.windows.net/","table":"https://gsm56088856xt.table.core.windows.net/","file":"https://gsm56088856xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1079311536xt","name":"gsm1079311536xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecweu","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-23T05:17:15.8192673Z","key2":"2023-01-17T15:45:49.1931322Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:33:55.5639421Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:33:55.5639421Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-31T20:33:55.4858374Z","primaryEndpoints":{"dfs":"https://gsm1079311536xt.dfs.core.windows.net/","web":"https://gsm1079311536xt.z6.web.core.windows.net/","blob":"https://gsm1079311536xt.blob.core.windows.net/","queue":"https://gsm1079311536xt.queue.core.windows.net/","table":"https://gsm1079311536xt.table.core.windows.net/","file":"https://gsm1079311536xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1212953208xt","name":"gsm1212953208xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityweu","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-27T10:06:11.5827190Z","key2":"2023-01-22T10:04:24.4048026Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.1266253Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.1266253Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:09.0484965Z","primaryEndpoints":{"dfs":"https://gsm1212953208xt.dfs.core.windows.net/","web":"https://gsm1212953208xt.z6.web.core.windows.net/","blob":"https://gsm1212953208xt.blob.core.windows.net/","queue":"https://gsm1212953208xt.queue.core.windows.net/","table":"https://gsm1212953208xt.table.core.windows.net/","file":"https://gsm1212953208xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1920423455xt","name":"gsm1920423455xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagweu","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-26T08:22:35.7453186Z","key2":"2023-01-21T08:20:33.7244599Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:08.9859884Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:08.9859884Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:08.9078572Z","primaryEndpoints":{"dfs":"https://gsm1920423455xt.dfs.core.windows.net/","web":"https://gsm1920423455xt.z6.web.core.windows.net/","blob":"https://gsm1920423455xt.blob.core.windows.net/","queue":"https://gsm1920423455xt.queue.core.windows.net/","table":"https://gsm1920423455xt.table.core.windows.net/","file":"https://gsm1920423455xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm757504717xt","name":"gsm757504717xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditweu","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-27T08:12:19.1858523Z","key2":"2023-01-22T08:11:09.9357435Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.4079128Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.4079128Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:09.3298787Z","primaryEndpoints":{"dfs":"https://gsm757504717xt.dfs.core.windows.net/","web":"https://gsm757504717xt.z6.web.core.windows.net/","blob":"https://gsm757504717xt.blob.core.windows.net/","queue":"https://gsm757504717xt.queue.core.windows.net/","table":"https://gsm757504717xt.table.core.windows.net/","file":"https://gsm757504717xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1364877148xt","name":"gsm1364877148xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditase","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2021-04-29T17:55:11.7577346Z","key2":"2023-03-15T18:36:22.0032549Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.7343798Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.7343798Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:41.6719189Z","primaryEndpoints":{"dfs":"https://gsm1364877148xt.dfs.core.windows.net/","web":"https://gsm1364877148xt.z23.web.core.windows.net/","blob":"https://gsm1364877148xt.blob.core.windows.net/","queue":"https://gsm1364877148xt.queue.core.windows.net/","table":"https://gsm1364877148xt.table.core.windows.net/","file":"https://gsm1364877148xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm293072282xt","name":"gsm293072282xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagase","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-03-17T11:20:27.0757277Z","key2":"2023-03-11T15:43:18.2538811Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:40.4843241Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:40.4843241Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:40.4530856Z","primaryEndpoints":{"dfs":"https://gsm293072282xt.dfs.core.windows.net/","web":"https://gsm293072282xt.z23.web.core.windows.net/","blob":"https://gsm293072282xt.blob.core.windows.net/","queue":"https://gsm293072282xt.queue.core.windows.net/","table":"https://gsm293072282xt.table.core.windows.net/","file":"https://gsm293072282xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm652881509xt","name":"gsm652881509xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecase","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-23T02:48:19.2605229Z","key2":"2023-01-17T08:03:51.5853536Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:27:01.7959092Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:27:01.7959092Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-31T20:27:01.7334373Z","primaryEndpoints":{"dfs":"https://gsm652881509xt.dfs.core.windows.net/","web":"https://gsm652881509xt.z23.web.core.windows.net/","blob":"https://gsm652881509xt.blob.core.windows.net/","queue":"https://gsm652881509xt.queue.core.windows.net/","table":"https://gsm652881509xt.table.core.windows.net/","file":"https://gsm652881509xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm665873655xt","name":"gsm665873655xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityase","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-03-15T22:08:39.3406329Z","key2":"2023-03-10T07:30:08.4982799Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.3280923Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.3280923Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:41.2812263Z","primaryEndpoints":{"dfs":"https://gsm665873655xt.dfs.core.windows.net/","web":"https://gsm665873655xt.z23.web.core.windows.net/","blob":"https://gsm665873655xt.blob.core.windows.net/","queue":"https://gsm665873655xt.queue.core.windows.net/","table":"https://gsm665873655xt.table.core.windows.net/","file":"https://gsm665873655xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1013760812xt","name":"gsm1013760812xt","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecussc","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-28T14:46:18.9021520Z","key2":"2023-01-23T08:40:45.9176662Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-01T23:35:19.3043038Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-01T23:35:19.3043038Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-01T23:35:19.2092898Z","primaryEndpoints":{"dfs":"https://gsm1013760812xt.dfs.core.windows.net/","web":"https://gsm1013760812xt.z21.web.core.windows.net/","blob":"https://gsm1013760812xt.blob.core.windows.net/","queue":"https://gsm1013760812xt.queue.core.windows.net/","table":"https://gsm1013760812xt.table.core.windows.net/","file":"https://gsm1013760812xt.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1481752393xt","name":"gsm1481752393xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditaue","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2022-12-11T02:08:01.5135580Z","key2":"2022-12-06T02:06:17.2106220Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.9325477Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.9325477Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.8699546Z","primaryEndpoints":{"dfs":"https://gsm1481752393xt.dfs.core.windows.net/","web":"https://gsm1481752393xt.z8.web.core.windows.net/","blob":"https://gsm1481752393xt.blob.core.windows.net/","queue":"https://gsm1481752393xt.queue.core.windows.net/","table":"https://gsm1481752393xt.table.core.windows.net/","file":"https://gsm1481752393xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm175927945xt","name":"gsm175927945xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagaue","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2022-12-12T13:02:05.1185199Z","key2":"2022-12-07T13:00:29.7909142Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6824967Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6824967Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.6043190Z","primaryEndpoints":{"dfs":"https://gsm175927945xt.dfs.core.windows.net/","web":"https://gsm175927945xt.z8.web.core.windows.net/","blob":"https://gsm175927945xt.blob.core.windows.net/","queue":"https://gsm175927945xt.queue.core.windows.net/","table":"https://gsm175927945xt.table.core.windows.net/","file":"https://gsm175927945xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1929878860xt","name":"gsm1929878860xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecaue","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-03-09T13:55:08.5541466Z","key2":"2023-03-03T11:35:56.1217273Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-11T00:59:46.7551547Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-11T00:59:46.7551547Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-03-11T00:59:46.6769818Z","primaryEndpoints":{"dfs":"https://gsm1929878860xt.dfs.core.windows.net/","web":"https://gsm1929878860xt.z8.web.core.windows.net/","blob":"https://gsm1929878860xt.blob.core.windows.net/","queue":"https://gsm1929878860xt.queue.core.windows.net/","table":"https://gsm1929878860xt.table.core.windows.net/","file":"https://gsm1929878860xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2273607188xt","name":"gsm2273607188xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditsy","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3565367Z","key2":"2023-01-05T03:42:01.3565367Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.8722599Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.8722599Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2940438Z","primaryEndpoints":{"dfs":"https://gsm2273607188xt.dfs.core.windows.net/","web":"https://gsm2273607188xt.z8.web.core.windows.net/","blob":"https://gsm2273607188xt.blob.core.windows.net/","queue":"https://gsm2273607188xt.queue.core.windows.net/","table":"https://gsm2273607188xt.table.core.windows.net/","file":"https://gsm2273607188xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm40701790xt","name":"gsm40701790xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityaue","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2022-12-11T06:35:36.7208308Z","key2":"2022-12-06T06:33:31.1701235Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6981732Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6981732Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.6043190Z","primaryEndpoints":{"dfs":"https://gsm40701790xt.dfs.core.windows.net/","web":"https://gsm40701790xt.z8.web.core.windows.net/","blob":"https://gsm40701790xt.blob.core.windows.net/","queue":"https://gsm40701790xt.queue.core.windows.net/","table":"https://gsm40701790xt.table.core.windows.net/","file":"https://gsm40701790xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm419531226xt","name":"gsm419531226xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecaue","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-11T06:40:10.3879897Z","key2":"2022-12-06T06:37:36.8335211Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:38:31.8079251Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:38:31.8079251Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:38:31.7454063Z","primaryEndpoints":{"dfs":"https://gsm419531226xt.dfs.core.windows.net/","web":"https://gsm419531226xt.z8.web.core.windows.net/","blob":"https://gsm419531226xt.blob.core.windows.net/","queue":"https://gsm419531226xt.queue.core.windows.net/","table":"https://gsm419531226xt.table.core.windows.net/","file":"https://gsm419531226xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm4207516453xt","name":"gsm4207516453xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecuritysy","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3252937Z","key2":"2023-01-05T03:42:01.3252937Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:02.0597744Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:02.0597744Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2627948Z","primaryEndpoints":{"dfs":"https://gsm4207516453xt.dfs.core.windows.net/","web":"https://gsm4207516453xt.z8.web.core.windows.net/","blob":"https://gsm4207516453xt.blob.core.windows.net/","queue":"https://gsm4207516453xt.queue.core.windows.net/","table":"https://gsm4207516453xt.table.core.windows.net/","file":"https://gsm4207516453xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm868844794xt","name":"gsm868844794xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagsy","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3252937Z","key2":"2023-01-05T03:42:01.3252937Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.9347064Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.9347064Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2315310Z","primaryEndpoints":{"dfs":"https://gsm868844794xt.dfs.core.windows.net/","web":"https://gsm868844794xt.z8.web.core.windows.net/","blob":"https://gsm868844794xt.blob.core.windows.net/","queue":"https://gsm868844794xt.queue.core.windows.net/","table":"https://gsm868844794xt.table.core.windows.net/","file":"https://gsm868844794xt.file.core.windows.net/"},"primaryLocation":"australiaeast","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":"2023-05-31T18:48:07.9313544Z","key2":"2023-05-31T18:48:07.9313544Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:48:08.0250971Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:48:08.0250971Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:48:07.8220532Z","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_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1026482873xt","name":"gsm1026482873xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-25T03:35:32.2734558Z","key2":"2023-01-20T03:24:00.5425715Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:07.1214500Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:07.1214500Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:07.0432951Z","primaryEndpoints":{"dfs":"https://gsm1026482873xt.dfs.core.windows.net/","web":"https://gsm1026482873xt.z5.web.core.windows.net/","blob":"https://gsm1026482873xt.blob.core.windows.net/","queue":"https://gsm1026482873xt.queue.core.windows.net/","table":"https://gsm1026482873xt.table.core.windows.net/","file":"https://gsm1026482873xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1379084574xt","name":"gsm1379084574xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-24T14:33:18.3486639Z","key2":"2023-01-18T17:47:22.4239288Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.6631204Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.6631204Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.5693726Z","primaryEndpoints":{"blob":"https://gsm1379084574xt.blob.core.windows.net/","queue":"https://gsm1379084574xt.queue.core.windows.net/","table":"https://gsm1379084574xt.table.core.windows.net/","file":"https://gsm1379084574xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1447722388xt","name":"gsm1447722388xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-26T03:47:20.7184362Z","key2":"2023-01-21T03:46:01.7763634Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T23:22:24.4973514Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T23:22:24.4973514Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T23:22:24.4348196Z","primaryEndpoints":{"dfs":"https://gsm1447722388xt.dfs.core.windows.net/","web":"https://gsm1447722388xt.z5.web.core.windows.net/","blob":"https://gsm1447722388xt.blob.core.windows.net/","queue":"https://gsm1447722388xt.queue.core.windows.net/","table":"https://gsm1447722388xt.table.core.windows.net/","file":"https://gsm1447722388xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1476133271xt","name":"gsm1476133271xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-23T19:01:28.5846813Z","key2":"2023-01-18T18:38:43.7448823Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:39.0381165Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:39.0381165Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.8506247Z","primaryEndpoints":{"blob":"https://gsm1476133271xt.blob.core.windows.net/","queue":"https://gsm1476133271xt.queue.core.windows.net/","table":"https://gsm1476133271xt.table.core.windows.net/","file":"https://gsm1476133271xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1942585003xt","name":"gsm1942585003xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-22T17:48:26.2317506Z","key2":"2023-01-17T10:57:43.5758196Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.9600197Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.9600197Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.7881214Z","primaryEndpoints":{"blob":"https://gsm1942585003xt.blob.core.windows.net/","queue":"https://gsm1942585003xt.queue.core.windows.net/","table":"https://gsm1942585003xt.table.core.windows.net/","file":"https://gsm1942585003xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2056373296xt","name":"gsm2056373296xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsoleauditusw2","GenevaWPStorageGroupName":"azureserialconsoleaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-26T11:54:18.4226083Z","key2":"2023-01-21T11:53:06.6995339Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.7788645Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.7788645Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.7007646Z","primaryEndpoints":{"dfs":"https://gsm2056373296xt.dfs.core.windows.net/","web":"https://gsm2056373296xt.z5.web.core.windows.net/","blob":"https://gsm2056373296xt.blob.core.windows.net/","queue":"https://gsm2056373296xt.queue.core.windows.net/","table":"https://gsm2056373296xt.table.core.windows.net/","file":"https://gsm2056373296xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm357271585xt","name":"gsm357271585xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-27T12:15:08.6536157Z","key2":"2023-01-22T12:13:19.5800918Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.2776242Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.2776242Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:00.1995026Z","primaryEndpoints":{"dfs":"https://gsm357271585xt.dfs.core.windows.net/","web":"https://gsm357271585xt.z5.web.core.windows.net/","blob":"https://gsm357271585xt.blob.core.windows.net/","queue":"https://gsm357271585xt.queue.core.windows.net/","table":"https://gsm357271585xt.table.core.windows.net/","file":"https://gsm357271585xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm38273077xt","name":"gsm38273077xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsolesecurityusw2","GenevaWPStorageGroupName":"azureserialconsolesecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-25T09:51:31.3539534Z","key2":"2023-01-20T09:01:33.1340416Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.6225485Z","primaryEndpoints":{"dfs":"https://gsm38273077xt.dfs.core.windows.net/","web":"https://gsm38273077xt.z5.web.core.windows.net/","blob":"https://gsm38273077xt.blob.core.windows.net/","queue":"https://gsm38273077xt.queue.core.windows.net/","table":"https://gsm38273077xt.table.core.windows.net/","file":"https://gsm38273077xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm61894826xt","name":"gsm61894826xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-22T20:55:56.7960803Z","key2":"2022-12-17T11:13:48.1848332Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-10T01:07:27.7640567Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-10T01:07:27.7640567Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-10T01:07:27.6846918Z","primaryEndpoints":{"blob":"https://gsm61894826xt.blob.core.windows.net/","queue":"https://gsm61894826xt.queue.core.windows.net/","table":"https://gsm61894826xt.table.core.windows.net/","file":"https://gsm61894826xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm627614588xt","name":"gsm627614588xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsolediagusw2","GenevaWPStorageGroupName":"azureserialconsolediag"},"properties":{"keyCreationTime":{"key1":"2023-01-25T09:35:05.5956088Z","key2":"2023-01-20T03:22:09.3245854Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.6069267Z","primaryEndpoints":{"dfs":"https://gsm627614588xt.dfs.core.windows.net/","web":"https://gsm627614588xt.z5.web.core.windows.net/","blob":"https://gsm627614588xt.blob.core.windows.net/","queue":"https://gsm627614588xt.queue.core.windows.net/","table":"https://gsm627614588xt.table.core.windows.net/","file":"https://gsm627614588xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm704755552xt","name":"gsm704755552xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-25T21:11:36.8109587Z","key2":"2023-01-20T10:54:10.0603713Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.1058474Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.1058474Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:00.0276604Z","primaryEndpoints":{"dfs":"https://gsm704755552xt.dfs.core.windows.net/","web":"https://gsm704755552xt.z5.web.core.windows.net/","blob":"https://gsm704755552xt.blob.core.windows.net/","queue":"https://gsm704755552xt.queue.core.windows.net/","table":"https://gsm704755552xt.table.core.windows.net/","file":"https://gsm704755552xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm991680768xt","name":"gsm991680768xt","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuswc","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-03-31T15:08:16.2015333Z","key2":"2023-03-26T02:22:52.5217946Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-09T19:24:36.5205408Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-09T19:24:36.5205408Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-09T19:24:36.4580385Z","primaryEndpoints":{"dfs":"https://gsm991680768xt.dfs.core.windows.net/","web":"https://gsm991680768xt.z4.web.core.windows.net/","blob":"https://gsm991680768xt.blob.core.windows.net/","queue":"https://gsm991680768xt.queue.core.windows.net/","table":"https://gsm991680768xt.table.core.windows.net/","file":"https://gsm991680768xt.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available","secondaryLocation":"westus2","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2355697502xt","name":"gsm2355697502xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecuritysec","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:39.4380306Z","key2":"2023-01-05T21:51:39.4380306Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.4380306Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.4380306Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:39.3911570Z","primaryEndpoints":{"dfs":"https://gsm2355697502xt.dfs.core.windows.net/","web":"https://gsm2355697502xt.z1.web.core.windows.net/","blob":"https://gsm2355697502xt.blob.core.windows.net/","queue":"https://gsm2355697502xt.queue.core.windows.net/","table":"https://gsm2355697502xt.table.core.windows.net/","file":"https://gsm2355697502xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm3577301791xt","name":"gsm3577301791xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditsec","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:39.2349014Z","key2":"2023-01-05T21:51:39.2349014Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.2349014Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.2349014Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:39.1724007Z","primaryEndpoints":{"dfs":"https://gsm3577301791xt.dfs.core.windows.net/","web":"https://gsm3577301791xt.z1.web.core.windows.net/","blob":"https://gsm3577301791xt.blob.core.windows.net/","queue":"https://gsm3577301791xt.queue.core.windows.net/","table":"https://gsm3577301791xt.table.core.windows.net/","file":"https://gsm3577301791xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm4163209401xt","name":"gsm4163209401xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagsec","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:40.5161768Z","key2":"2023-01-05T21:51:40.5161768Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:40.5161768Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:40.5161768Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:40.4693012Z","primaryEndpoints":{"dfs":"https://gsm4163209401xt.dfs.core.windows.net/","web":"https://gsm4163209401xt.z1.web.core.windows.net/","blob":"https://gsm4163209401xt.blob.core.windows.net/","queue":"https://gsm4163209401xt.queue.core.windows.net/","table":"https://gsm4163209401xt.table.core.windows.net/","file":"https://gsm4163209401xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm916952798xt","name":"gsm916952798xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecsec","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:54:07.8478067Z","key2":"2023-01-05T21:54:07.8478067Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:54:07.8634091Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:54:07.8634091Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:54:07.8009289Z","primaryEndpoints":{"dfs":"https://gsm916952798xt.dfs.core.windows.net/","web":"https://gsm916952798xt.z1.web.core.windows.net/","blob":"https://gsm916952798xt.blob.core.windows.net/","queue":"https://gsm916952798xt.queue.core.windows.net/","table":"https://gsm916952798xt.table.core.windows.net/","file":"https://gsm916952798xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}}]}' headers: cache-control: - no-cache content-length: - - '38475' + - '83391' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:11:10 GMT + - Wed, 31 May 2023 18:56:48 GMT expires: - '-1' pragma: @@ -4448,14 +4678,16 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - bcee3351-8a9a-427a-9e82-6ae0f37add31 - - 1c3d1b87-be4b-42c2-bfeb-cb93eca0887a - - 8639d47d-ffa1-4f34-b0f9-ca4687462735 - - 9c61e80b-3127-4e45-a0ad-6b4642149408 - - a444ae45-31bd-4c69-8b29-a42b075429e5 - - 157af87b-466c-4db3-90d9-1d499d49566a - - 0f7f16c1-0c20-490d-b411-7f888c11342a - - 25cc4a3d-88c3-4c8a-8ecf-f6c65dab021a + - f7face07-5810-4f8b-b493-181972b4e0c9 + - 501f5afc-e403-4ff4-a781-d99c9cf1440b + - 790b18b0-908d-4965-9f76-83d005cbc0c4 + - f93497ae-9f80-40c5-beb6-585b99c1320a + - d11ac3ec-c9fc-480a-b9c2-7ed64dd5aa02 + - d587cb65-e268-4510-9ae9-b0edf34995ac + - 52dcbb27-cb49-4419-8e88-b1763d785968 + - ca00221c-a349-4a0c-8672-2de3de54415d + - c086793d-cdd0-4de2-b447-c228d95ea6e8 + - 4f137ce8-048f-47bd-8382-d36b7fc3ae93 status: code: 200 message: OK @@ -4471,12 +4703,12 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Storage/storageAccounts/cli000002?api-version=2022-09-01 response: body: - string: '{"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":"2023-03-06T15:00:46.5594874Z","key2":"2023-03-06T15:00:46.5594874Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T15:00:46.8094615Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T15:00:46.8094615Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T15:00:46.4501501Z","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"}}' + string: '{"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":"2023-05-31T18:48:07.9313544Z","key2":"2023-05-31T18:48:07.9313544Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:48:08.0250971Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:48:08.0250971Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:48:07.8220532Z","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"}}' headers: cache-control: - no-cache @@ -4485,7 +4717,7 @@ interactions: content-type: - application/json date: - - Mon, 06 Mar 2023 15:11:10 GMT + - Wed, 31 May 2023 18:56:48 GMT expires: - '-1' pragma: @@ -4515,8 +4747,8 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.46.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 response: @@ -4530,7 +4762,7 @@ interactions: content-type: - application/json; charset=UTF-8 date: - - Mon, 06 Mar 2023 15:11:11 GMT + - Wed, 31 May 2023 18:56:48 GMT expires: - '-1' pragma: @@ -4566,7 +4798,7 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualMachines/3/deallocate?api-version=2022-11-01 response: @@ -4576,17 +4808,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/bd3044a4-76e2-46c0-b7cf-30f426c45ea2?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/7e3c70f0-9238-40b8-9136-5c5564c5a238?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 cache-control: - no-cache content-length: - '0' date: - - Mon, 06 Mar 2023 15:11:12 GMT + - Wed, 31 May 2023 18:56:49 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/bd3044a4-76e2-46c0-b7cf-30f426c45ea2?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/7e3c70f0-9238-40b8-9136-5c5564c5a238?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 pragma: - no-cache server: @@ -4597,9 +4829,9 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/DeleteVMScaleSetVM3Min;239,Microsoft.Compute/DeleteVMScaleSetVM30Min;1196,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3044,Microsoft.Compute/VmssQueuedVMOperations;0 + - Microsoft.Compute/DeleteVMScaleSetVM3Min;239,Microsoft.Compute/DeleteVMScaleSetVM30Min;1198,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1191,Microsoft.Compute/VmssQueuedVMOperations;0 x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' x-ms-request-charge: - '1' status: @@ -4619,13 +4851,13 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/bd3044a4-76e2-46c0-b7cf-30f426c45ea2?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/7e3c70f0-9238-40b8-9136-5c5564c5a238?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:11:12.4535958+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"bd3044a4-76e2-46c0-b7cf-30f426c45ea2\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:56:50.1355534+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"7e3c70f0-9238-40b8-9136-5c5564c5a238\"\r\n}" headers: cache-control: - no-cache @@ -4634,7 +4866,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:11:42 GMT + - Wed, 31 May 2023 18:56:49 GMT expires: - '-1' pragma: @@ -4651,7 +4883,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29761 + - Microsoft.Compute/GetOperation3Min;14966,Microsoft.Compute/GetOperation30Min;29807 status: code: 200 message: OK @@ -4669,13 +4901,13 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/bd3044a4-76e2-46c0-b7cf-30f426c45ea2?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/7e3c70f0-9238-40b8-9136-5c5564c5a238?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:11:12.4535958+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"bd3044a4-76e2-46c0-b7cf-30f426c45ea2\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:56:50.1355534+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"7e3c70f0-9238-40b8-9136-5c5564c5a238\"\r\n}" headers: cache-control: - no-cache @@ -4684,7 +4916,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:12:11 GMT + - Wed, 31 May 2023 18:57:19 GMT expires: - '-1' pragma: @@ -4701,7 +4933,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29760 + - Microsoft.Compute/GetOperation3Min;14968,Microsoft.Compute/GetOperation30Min;29805 status: code: 200 message: OK @@ -4719,13 +4951,13 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/bd3044a4-76e2-46c0-b7cf-30f426c45ea2?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/7e3c70f0-9238-40b8-9136-5c5564c5a238?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:11:12.4535958+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"bd3044a4-76e2-46c0-b7cf-30f426c45ea2\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:56:50.1355534+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"7e3c70f0-9238-40b8-9136-5c5564c5a238\"\r\n}" headers: cache-control: - no-cache @@ -4734,7 +4966,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:12:41 GMT + - Wed, 31 May 2023 18:57:50 GMT expires: - '-1' pragma: @@ -4751,7 +4983,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29758 + - Microsoft.Compute/GetOperation3Min;14972,Microsoft.Compute/GetOperation30Min;29804 status: code: 200 message: OK @@ -4769,13 +5001,13 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/bd3044a4-76e2-46c0-b7cf-30f426c45ea2?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/7e3c70f0-9238-40b8-9136-5c5564c5a238?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:11:12.4535958+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"bd3044a4-76e2-46c0-b7cf-30f426c45ea2\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:56:50.1355534+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"7e3c70f0-9238-40b8-9136-5c5564c5a238\"\r\n}" headers: cache-control: - no-cache @@ -4784,7 +5016,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:13:12 GMT + - Wed, 31 May 2023 18:58:20 GMT expires: - '-1' pragma: @@ -4801,7 +5033,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29757 + - Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29802 status: code: 200 message: OK @@ -4819,23 +5051,73 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/bd3044a4-76e2-46c0-b7cf-30f426c45ea2?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/7e3c70f0-9238-40b8-9136-5c5564c5a238?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:11:12.4535958+00:00\",\r\n \"endTime\": - \"2023-03-06T15:13:41.9062266+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"bd3044a4-76e2-46c0-b7cf-30f426c45ea2\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:56:50.1355534+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"7e3c70f0-9238-40b8-9136-5c5564c5a238\"\r\n}" headers: cache-control: - no-cache content-length: - - '184' + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 18:58:50 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;14983,Microsoft.Compute/GetOperation30Min;29800 + 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.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/7e3c70f0-9238-40b8-9136-5c5564c5a238?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 + response: + body: + string: "{\r\n \"startTime\": \"2023-05-31T18:56:50.1355534+00:00\",\r\n \"endTime\": + \"2023-05-31T18:59:13.464288+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"7e3c70f0-9238-40b8-9136-5c5564c5a238\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '183' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:13:42 GMT + - Wed, 31 May 2023 18:59:20 GMT expires: - '-1' pragma: @@ -4852,7 +5134,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29755 + - Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29798 status: code: 200 message: OK @@ -4870,9 +5152,9 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/bd3044a4-76e2-46c0-b7cf-30f426c45ea2?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/7e3c70f0-9238-40b8-9136-5c5564c5a238?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 response: body: string: '' @@ -4882,7 +5164,7 @@ interactions: content-length: - '0' date: - - Mon, 06 Mar 2023 15:13:43 GMT + - Wed, 31 May 2023 18:59:20 GMT expires: - '-1' pragma: @@ -4895,7 +5177,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29753 + - Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29797 status: code: 200 message: OK @@ -4913,34 +5195,34 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualMachines/3/instanceView?api-version=2022-11-01 response: body: - string: "{\r\n \"placementGroupId\": \"fe2728fc-c0cb-4cea-8d91-bb960a1e6c3b\",\r\n + string: "{\r\n \"placementGroupId\": \"d46de32e-58a5-4fdc-87e3-cdf3b3d142ce\",\r\n \ \"platformUpdateDomain\": 1,\r\n \"platformFaultDomain\": 1,\r\n \"disks\": - [\r\n {\r\n \"name\": \"cliuztvtdw4jbve2omq7cliuztvtdw4jbve2omq73OS__1_023d79a2b12548fba5c6e457bd338d14\",\r\n + [\r\n {\r\n \"name\": \"clilbofyinawioqmxrxsclilbofyinawioqmxrxsjOS__1_3fed4842693d46dfbc0fdbda6f24f442\",\r\n \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2023-03-06T15:13:41.8280786+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T18:59:13.3861723+00:00\"\r\n \ }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": {\r\n \"consoleScreenshotBlobUri\": - \"https://cli000002.blob.core.windows.net/bootdiagnostics-cliuztvtd-ffa83b08-9cdf-4ddd-8c22-38ec3747c4fa/cli000003_3.ffa83b08-9cdf-4ddd-8c22-38ec3747c4fa.screenshot.bmp\",\r\n - \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cliuztvtd-ffa83b08-9cdf-4ddd-8c22-38ec3747c4fa/cli000003_3.ffa83b08-9cdf-4ddd-8c22-38ec3747c4fa.serialconsole.log\"\r\n + \"https://cli000002.blob.core.windows.net/bootdiagnostics-clilbofyi-560d140f-cd86-4bdb-83b9-19579f8b94d7/cli000003_3.560d140f-cd86-4bdb-83b9-19579f8b94d7.screenshot.bmp\",\r\n + \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-clilbofyi-560d140f-cd86-4bdb-83b9-19579f8b94d7/cli000003_3.560d140f-cd86-4bdb-83b9-19579f8b94d7.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\": \"2023-03-06T15:13:41.8593743+00:00\"\r\n + \ \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2023-05-31T18:59:13.41742+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: - - '1291' + - '1289' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:13:43 GMT + - Wed, 31 May 2023 18:59:21 GMT expires: - '-1' pragma: @@ -4957,7 +5239,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMScaleSetVM3Min;496,Microsoft.Compute/GetVMScaleSetVM30Min;2467,Microsoft.Compute/VMScaleSetVMViews3Min;4996 + - Microsoft.Compute/GetVMScaleSetVM3Min;496,Microsoft.Compute/GetVMScaleSetVM30Min;2474,Microsoft.Compute/VMScaleSetVMViews3Min;4996 x-ms-request-charge: - '1' status: @@ -4977,21 +5259,21 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/storageAccounts?api-version=2022-09-01 response: body: - string: '{"value":[{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-eastus/providers/Microsoft.Storage/storageAccounts/cs210032001f4814ba9","name":"cs210032001f4814ba9","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-05-16T14:16:22.3477819Z","key2":"2022-05-16T14:16:22.3477819Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-16T14:16:22.3477819Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-16T14:16:22.3477819Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-16T14:16:22.2227752Z","primaryEndpoints":{"dfs":"https://cs210032001f4814ba9.dfs.core.windows.net/","web":"https://cs210032001f4814ba9.z13.web.core.windows.net/","blob":"https://cs210032001f4814ba9.blob.core.windows.net/","queue":"https://cs210032001f4814ba9.queue.core.windows.net/","table":"https://cs210032001f4814ba9.table.core.windows.net/","file":"https://cs210032001f4814ba9.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/guidomassonitest-rg/providers/Microsoft.Storage/storageAccounts/guidomassonitestrg88ad","name":"guidomassonitestrg88ad","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-01-23T18:52:02.5484088Z","key2":"2023-01-23T18:52:02.5484088Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-23T18:52:02.5484088Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-23T18:52:02.5484088Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-01-23T18:52:02.4077698Z","primaryEndpoints":{"blob":"https://guidomassonitestrg88ad.blob.core.windows.net/","queue":"https://guidomassonitestrg88ad.queue.core.windows.net/","table":"https://guidomassonitestrg88ad.table.core.windows.net/","file":"https://guidomassonitestrg88ad.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guidomtesttrafficmanagerrg/providers/Microsoft.Storage/storageAccounts/guidomteststoraccfortm","name":"guidomteststoraccfortm","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-10-18T18:01:13.5231266Z","key2":"2022-10-18T18:01:13.5231266Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-10-18T18:01:13.5387607Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-10-18T18:01:13.5387607Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-10-18T18:01:13.3825002Z","primaryEndpoints":{"dfs":"https://guidomteststoraccfortm.dfs.core.windows.net/","web":"https://guidomteststoraccfortm.z13.web.core.windows.net/","blob":"https://guidomteststoraccfortm.blob.core.windows.net/","queue":"https://guidomteststoraccfortm.queue.core.windows.net/","table":"https://guidomteststoraccfortm.table.core.windows.net/","file":"https://guidomteststoraccfortm.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://guidomteststoraccfortm-secondary.dfs.core.windows.net/","web":"https://guidomteststoraccfortm-secondary.z13.web.core.windows.net/","blob":"https://guidomteststoraccfortm-secondary.blob.core.windows.net/","queue":"https://guidomteststoraccfortm-secondary.queue.core.windows.net/","table":"https://guidomteststoraccfortm-secondary.table.core.windows.net/"}}},{"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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnervmrg-eastus/providers/Microsoft.Storage/storageAccounts/scrunneri2ezqh4xu2wqq","name":"scrunneri2ezqh4xu2wqq","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:01:12.9383535Z","key2":"2023-02-11T08:01:12.9383535Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:01:12.9383535Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:01:12.9383535Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:01:12.6883669Z","primaryEndpoints":{"blob":"https://scrunneri2ezqh4xu2wqq.blob.core.windows.net/","queue":"https://scrunneri2ezqh4xu2wqq.queue.core.windows.net/","table":"https://scrunneri2ezqh4xu2wqq.table.core.windows.net/","file":"https://scrunneri2ezqh4xu2wqq.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yuas-rg/providers/Microsoft.Storage/storageAccounts/yuasstorageacct","name":"yuasstorageacct","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-08-02T12:18:18.8547131Z","key2":"2022-08-02T12:18:18.8547131Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-08-02T12:18:18.8547131Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-08-02T12:18:18.8547131Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-08-02T12:18:18.7140969Z","primaryEndpoints":{"dfs":"https://yuasstorageacct.dfs.core.windows.net/","web":"https://yuasstorageacct.z13.web.core.windows.net/","blob":"https://yuasstorageacct.blob.core.windows.net/","queue":"https://yuasstorageacct.queue.core.windows.net/","table":"https://yuasstorageacct.table.core.windows.net/","file":"https://yuasstorageacct.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yuasstorageacct-secondary.dfs.core.windows.net/","web":"https://yuasstorageacct-secondary.z13.web.core.windows.net/","blob":"https://yuasstorageacct-secondary.blob.core.windows.net/","queue":"https://yuasstorageacct-secondary.queue.core.windows.net/","table":"https://yuasstorageacct-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bkerrigan-dev-rg/providers/Microsoft.Storage/storageAccounts/bktestsa2","name":"bktestsa2","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","immutableStorageWithVersioning":{"enabled":true},"keyCreationTime":{"key1":"2022-09-27T23:58:45.6496284Z","key2":"2022-09-27T23:58:45.6496284Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-09-27T23:58:46.2902461Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-09-27T23:58:46.2902461Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Cool","provisioningState":"Succeeded","creationTime":"2022-09-27T23:58:45.5558609Z","primaryEndpoints":{"dfs":"https://bktestsa2.dfs.core.windows.net/","web":"https://bktestsa2.z20.web.core.windows.net/","blob":"https://bktestsa2.blob.core.windows.net/","queue":"https://bktestsa2.queue.core.windows.net/","table":"https://bktestsa2.table.core.windows.net/","file":"https://bktestsa2.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/SCRunner/providers/Microsoft.Storage/storageAccounts/scrunnerstorage","name":"scrunnerstorage","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rhoover/providers/Microsoft.Storage/storageAccounts/rhooverstorage","name":"rhooverstorage","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-05-26T17:14:23.5085026Z","key2":"2022-05-26T17:14:23.5085026Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T17:14:23.5241285Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T17:14:23.5241285Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-26T17:14:23.4147520Z","primaryEndpoints":{"dfs":"https://rhooverstorage.dfs.core.windows.net/","web":"https://rhooverstorage.z21.web.core.windows.net/","blob":"https://rhooverstorage.blob.core.windows.net/","queue":"https://rhooverstorage.queue.core.windows.net/","table":"https://rhooverstorage.table.core.windows.net/","file":"https://rhooverstorage.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/scrunnervmrg-australiaeast/providers/Microsoft.Storage/storageAccounts/scrunner56hymyctm4kw2","name":"scrunner56hymyctm4kw2","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:42:58.2414102Z","key2":"2023-02-11T08:42:58.2414102Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:42:59.3196006Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:42:59.3196006Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:42:58.1476588Z","primaryEndpoints":{"blob":"https://scrunner56hymyctm4kw2.blob.core.windows.net/","queue":"https://scrunner56hymyctm4kw2.queue.core.windows.net/","table":"https://scrunner56hymyctm4kw2.table.core.windows.net/","file":"https://scrunner56hymyctm4kw2.file.core.windows.net/"},"primaryLocation":"australiaeast","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":"2023-03-06T15:00:46.5594874Z","key2":"2023-03-06T15:00:46.5594874Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T15:00:46.8094615Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T15:00:46.8094615Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T15:00:46.4501501Z","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_serialconsolex4geueyy52iloaspyxz3rrqwxv2syvnkjiljxbv522buwxqpiljme/providers/Microsoft.Storage/storageAccounts/clipf6qz5nxegbgku5yqzkd2","name":"clipf6qz5nxegbgku5yqzkd2","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T07:45:44.7937561Z","key2":"2023-03-06T07:45:44.7937561Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:45:45.1687946Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:45:45.1687946Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T07:45:44.7000168Z","primaryEndpoints":{"blob":"https://clipf6qz5nxegbgku5yqzkd2.blob.core.windows.net/","queue":"https://clipf6qz5nxegbgku5yqzkd2.queue.core.windows.net/","table":"https://clipf6qz5nxegbgku5yqzkd2.table.core.windows.net/","file":"https://clipf6qz5nxegbgku5yqzkd2.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_serialconsoledcvrpndxic4emeqq5apwkns4qa5owpy4jn3b536ks35zdrmn7bl5k/providers/Microsoft.Storage/storageAccounts/cliwqnm2fo7pftnxlk7c734i","name":"cliwqnm2fo7pftnxlk7c734i","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T07:34:57.7461613Z","key2":"2023-03-06T07:34:57.7461613Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:34:57.9961851Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:34:57.9961851Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T07:34:57.6368148Z","primaryEndpoints":{"blob":"https://cliwqnm2fo7pftnxlk7c734i.blob.core.windows.net/","queue":"https://cliwqnm2fo7pftnxlk7c734i.queue.core.windows.net/","table":"https://cliwqnm2fo7pftnxlk7c734i.table.core.windows.net/","file":"https://cliwqnm2fo7pftnxlk7c734i.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guptar2/providers/Microsoft.Storage/storageAccounts/guptar2diagnosticsv1","name":"guptar2diagnosticsv1","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-05T17:21:41.8250582Z","key2":"2022-04-05T17:21:41.8250582Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:21:41.8250582Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:21:41.8250582Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-05T17:21:41.7313240Z","primaryEndpoints":{"blob":"https://guptar2diagnosticsv1.blob.core.windows.net/","queue":"https://guptar2diagnosticsv1.queue.core.windows.net/","table":"https://guptar2diagnosticsv1.table.core.windows.net/","file":"https://guptar2diagnosticsv1.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guptar2/providers/Microsoft.Storage/storageAccounts/guptar2diagnosticsv2","name":"guptar2diagnosticsv2","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-04-05T17:22:55.8411567Z","key2":"2022-04-05T17:22:55.8411567Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"resourceAccessRules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[{"value":"20.98.146.84","action":"Allow"},{"value":"20.83.222.102","action":"Allow"},{"value":"20.98.194.64","action":"Allow"},{"value":"20.69.5.162","action":"Allow"}],"defaultAction":"Deny"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:22:55.8411567Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:22:55.8411567Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-05T17:22:55.7318000Z","primaryEndpoints":{"dfs":"https://guptar2diagnosticsv2.dfs.core.windows.net/","web":"https://guptar2diagnosticsv2.z5.web.core.windows.net/","blob":"https://guptar2diagnosticsv2.blob.core.windows.net/","queue":"https://guptar2diagnosticsv2.queue.core.windows.net/","table":"https://guptar2diagnosticsv2.table.core.windows.net/","file":"https://guptar2diagnosticsv2.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sericonrp-trafficmanager/providers/Microsoft.Storage/storageAccounts/sericonrpdevtmstorage","name":"sericonrpdevtmstorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-11-30T19:15:41.5013570Z","key2":"2022-11-30T19:15:41.5013570Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-11-30T19:15:42.0638737Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-11-30T19:15:42.0638737Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-11-30T19:15:41.4075777Z","primaryEndpoints":{"dfs":"https://sericonrpdevtmstorage.dfs.core.windows.net/","web":"https://sericonrpdevtmstorage.z5.web.core.windows.net/","blob":"https://sericonrpdevtmstorage.blob.core.windows.net/","queue":"https://sericonrpdevtmstorage.queue.core.windows.net/","table":"https://sericonrpdevtmstorage.table.core.windows.net/","file":"https://sericonrpdevtmstorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sericonrpdevtmstorage-secondary.dfs.core.windows.net/","web":"https://sericonrpdevtmstorage-secondary.z5.web.core.windows.net/","blob":"https://sericonrpdevtmstorage-secondary.blob.core.windows.net/","queue":"https://sericonrpdevtmstorage-secondary.queue.core.windows.net/","table":"https://sericonrpdevtmstorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ops/providers/Microsoft.Storage/storageAccounts/sericonstorage","name":"sericonstorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2023-03-05T19:58:00.4355863Z","key2":"2023-03-05T19:58:00.4355863Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-05T19:58:00.9824831Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-05T19:58:00.9824831Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-03-05T19:58:00.3262342Z","primaryEndpoints":{"dfs":"https://sericonstorage.dfs.core.windows.net/","web":"https://sericonstorage.z5.web.core.windows.net/","blob":"https://sericonstorage.blob.core.windows.net/","queue":"https://sericonstorage.queue.core.windows.net/","table":"https://sericonstorage.table.core.windows.net/","file":"https://sericonstorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rhoover-dev-rg/providers/Microsoft.Storage/storageAccounts/rhooverdevrgdiag","name":"rhooverdevrgdiag","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-06-20T19:39:24.4605968Z","key2":"2022-06-20T19:39:24.4605968Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":false,"networkAcls":{"resourceAccessRules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[{"value":"20.98.146.84","action":"Allow"},{"value":"20.98.194.64","action":"Allow"},{"value":"20.69.5.162","action":"Allow"},{"value":"20.83.222.102","action":"Allow"},{"value":"76.197.206.105","action":"Allow"}],"defaultAction":"Deny"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-20T19:39:24.4762287Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-20T19:39:24.4762287Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-20T19:39:24.4137057Z","primaryEndpoints":{"blob":"https://rhooverdevrgdiag.blob.core.windows.net/","queue":"https://rhooverdevrgdiag.queue.core.windows.net/","table":"https://rhooverdevrgdiag.table.core.windows.net/","file":"https://rhooverdevrgdiag.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnervmrg-westcentralus/providers/Microsoft.Storage/storageAccounts/scrunneraoptpjec4skce","name":"scrunneraoptpjec4skce","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:40:40.0686467Z","key2":"2023-02-11T08:40:40.0686467Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:40:40.5842822Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:40:40.5842822Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:40:40.0061730Z","primaryEndpoints":{"blob":"https://scrunneraoptpjec4skce.blob.core.windows.net/","queue":"https://scrunneraoptpjec4skce.queue.core.windows.net/","table":"https://scrunneraoptpjec4skce.table.core.windows.net/","file":"https://scrunneraoptpjec4skce.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-westcentralus/providers/Microsoft.Storage/storageAccounts/scrunnerrfscmqxeni3uq","name":"scrunnerrfscmqxeni3uq","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/ubuntu-westus3_group/providers/Microsoft.Storage/storageAccounts/ubuntuwestus3groupdiag","name":"ubuntuwestus3groupdiag","type":"Microsoft.Storage/storageAccounts","location":"westus3","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-18T19:48:38.9882588Z","key2":"2022-04-18T19:48:38.9882588Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-18T19:48:38.9882588Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-18T19:48:38.9882588Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-18T19:48:38.9258191Z","primaryEndpoints":{"blob":"https://ubuntuwestus3groupdiag.blob.core.windows.net/","queue":"https://ubuntuwestus3groupdiag.queue.core.windows.net/","table":"https://ubuntuwestus3groupdiag.table.core.windows.net/","file":"https://ubuntuwestus3groupdiag.file.core.windows.net/"},"primaryLocation":"westus3","statusOfPrimary":"available"}}]}' + string: '{"value":[{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1043690549xt","name":"gsm1043690549xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2022-12-31T04:18:29.2926413Z","key2":"2022-12-25T23:25:55.8307065Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:56.6813607Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:56.6813607Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:56.5251102Z","primaryEndpoints":{"blob":"https://gsm1043690549xt.blob.core.windows.net/","queue":"https://gsm1043690549xt.queue.core.windows.net/","table":"https://gsm1043690549xt.table.core.windows.net/","file":"https://gsm1043690549xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1117986772xt","name":"gsm1117986772xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuse","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-04-03T10:54:38.3446142Z","key2":"2023-03-28T13:38:53.8995172Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-10T22:33:17.7969604Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-10T22:33:17.7969604Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-10T22:33:17.7344354Z","primaryEndpoints":{"dfs":"https://gsm1117986772xt.dfs.core.windows.net/","web":"https://gsm1117986772xt.z13.web.core.windows.net/","blob":"https://gsm1117986772xt.blob.core.windows.net/","queue":"https://gsm1117986772xt.queue.core.windows.net/","table":"https://gsm1117986772xt.table.core.windows.net/","file":"https://gsm1117986772xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1284065332xt","name":"gsm1284065332xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2022-12-29T15:04:07.1834140Z","key2":"2022-12-24T15:02:48.3875221Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:58.4782463Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:58.4782463Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:58.3219980Z","primaryEndpoints":{"blob":"https://gsm1284065332xt.blob.core.windows.net/","queue":"https://gsm1284065332xt.queue.core.windows.net/","table":"https://gsm1284065332xt.table.core.windows.net/","file":"https://gsm1284065332xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1660928445xt","name":"gsm1660928445xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2022-12-30T02:54:38.2414616Z","key2":"2022-12-25T02:53:27.9902241Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:55.5719858Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:55.5719858Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:55.4313594Z","primaryEndpoints":{"blob":"https://gsm1660928445xt.blob.core.windows.net/","queue":"https://gsm1660928445xt.queue.core.windows.net/","table":"https://gsm1660928445xt.table.core.windows.net/","file":"https://gsm1660928445xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1229178215xt","name":"gsm1229178215xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-05-21T20:36:24.1125096Z","key2":"2023-05-16T12:59:19.4741702Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.4993530Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.4993530Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.4212234Z","primaryEndpoints":{"dfs":"https://gsm1229178215xt.dfs.core.windows.net/","web":"https://gsm1229178215xt.z20.web.core.windows.net/","blob":"https://gsm1229178215xt.blob.core.windows.net/","queue":"https://gsm1229178215xt.queue.core.windows.net/","table":"https://gsm1229178215xt.table.core.windows.net/","file":"https://gsm1229178215xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1456709414xt","name":"gsm1456709414xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-05-21T06:52:02.3706582Z","key2":"2023-05-16T06:50:56.8159280Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.7181103Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.7181103Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.6556583Z","primaryEndpoints":{"dfs":"https://gsm1456709414xt.dfs.core.windows.net/","web":"https://gsm1456709414xt.z20.web.core.windows.net/","blob":"https://gsm1456709414xt.blob.core.windows.net/","queue":"https://gsm1456709414xt.queue.core.windows.net/","table":"https://gsm1456709414xt.table.core.windows.net/","file":"https://gsm1456709414xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1460695472xt","name":"gsm1460695472xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuse2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-05-05T04:06:01.8082271Z","key2":"2023-04-30T04:04:55.5757766Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:12:17.4426654Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:12:17.4426654Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:12:17.3645192Z","primaryEndpoints":{"dfs":"https://gsm1460695472xt.dfs.core.windows.net/","web":"https://gsm1460695472xt.z20.web.core.windows.net/","blob":"https://gsm1460695472xt.blob.core.windows.net/","queue":"https://gsm1460695472xt.queue.core.windows.net/","table":"https://gsm1460695472xt.table.core.windows.net/","file":"https://gsm1460695472xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2007663765xt","name":"gsm2007663765xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-05-19T09:29:46.7661468Z","key2":"2023-05-14T09:28:41.5530938Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.5150262Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.5150262Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.4368507Z","primaryEndpoints":{"dfs":"https://gsm2007663765xt.dfs.core.windows.net/","web":"https://gsm2007663765xt.z20.web.core.windows.net/","blob":"https://gsm2007663765xt.blob.core.windows.net/","queue":"https://gsm2007663765xt.queue.core.windows.net/","table":"https://gsm2007663765xt.table.core.windows.net/","file":"https://gsm2007663765xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2012629196xt","name":"gsm2012629196xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-05-03T19:01:10.2022709Z","key2":"2023-04-28T18:59:28.8935989Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.7012347Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.7012347Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:09.6074718Z","primaryEndpoints":{"dfs":"https://gsm2012629196xt.dfs.core.windows.net/","web":"https://gsm2012629196xt.z20.web.core.windows.net/","blob":"https://gsm2012629196xt.blob.core.windows.net/","queue":"https://gsm2012629196xt.queue.core.windows.net/","table":"https://gsm2012629196xt.table.core.windows.net/","file":"https://gsm2012629196xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2121776810xt","name":"gsm2121776810xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"","GenevaWPMonikerName":"SeriConRPAzsecuse2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-23T09:56:45.3229575Z","key2":"2022-12-17T22:52:57.1579634Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:58:18.8692726Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:58:18.8692726Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-09T23:58:18.7598975Z","primaryEndpoints":{"blob":"https://gsm2121776810xt.blob.core.windows.net/","queue":"https://gsm2121776810xt.queue.core.windows.net/","table":"https://gsm2121776810xt.table.core.windows.net/","file":"https://gsm2121776810xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm226956555xt","name":"gsm226956555xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-05-06T05:24:12.6559459Z","key2":"2023-05-01T05:22:37.0901103Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:08.8262029Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:08.8262029Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:08.7324504Z","primaryEndpoints":{"dfs":"https://gsm226956555xt.dfs.core.windows.net/","web":"https://gsm226956555xt.z20.web.core.windows.net/","blob":"https://gsm226956555xt.blob.core.windows.net/","queue":"https://gsm226956555xt.queue.core.windows.net/","table":"https://gsm226956555xt.table.core.windows.net/","file":"https://gsm226956555xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm683268085xt","name":"gsm683268085xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-05-06T02:53:55.0895748Z","key2":"2023-05-01T02:52:17.4623442Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.1074642Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.1074642Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:09.0137094Z","primaryEndpoints":{"dfs":"https://gsm683268085xt.dfs.core.windows.net/","web":"https://gsm683268085xt.z20.web.core.windows.net/","blob":"https://gsm683268085xt.blob.core.windows.net/","queue":"https://gsm683268085xt.queue.core.windows.net/","table":"https://gsm683268085xt.table.core.windows.net/","file":"https://gsm683268085xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/hackforgsmuse2","name":"hackforgsmuse2","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"","GenevaWPMonikerName":"HackForGSMUSE2"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:00:49.6669890Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:00:49.6669890Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-09T23:00:49.5419849Z","primaryEndpoints":{"blob":"https://hackforgsmuse2.blob.core.windows.net/","queue":"https://hackforgsmuse2.queue.core.windows.net/","table":"https://hackforgsmuse2.table.core.windows.net/","file":"https://hackforgsmuse2.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1272766413xt","name":"gsm1272766413xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-26T12:50:22.9754194Z","key2":"2023-01-21T02:57:10.6219025Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.2651368Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.2651368Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:08.1869875Z","primaryEndpoints":{"dfs":"https://gsm1272766413xt.dfs.core.windows.net/","web":"https://gsm1272766413xt.z22.web.core.windows.net/","blob":"https://gsm1272766413xt.blob.core.windows.net/","queue":"https://gsm1272766413xt.queue.core.windows.net/","table":"https://gsm1272766413xt.table.core.windows.net/","file":"https://gsm1272766413xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1406960057xt","name":"gsm1406960057xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-28T16:26:46.4096191Z","key2":"2023-01-23T02:04:13.0813787Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:07.9369692Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:07.9369692Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:07.8588528Z","primaryEndpoints":{"dfs":"https://gsm1406960057xt.dfs.core.windows.net/","web":"https://gsm1406960057xt.z22.web.core.windows.net/","blob":"https://gsm1406960057xt.blob.core.windows.net/","queue":"https://gsm1406960057xt.queue.core.windows.net/","table":"https://gsm1406960057xt.table.core.windows.net/","file":"https://gsm1406960057xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1998073872xt","name":"gsm1998073872xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-05-26T18:20:44.5735809Z","key2":"2023-05-21T05:23:46.0278541Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-02T21:00:19.3734252Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-02T21:00:19.3734252Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-06-02T21:00:19.2952836Z","primaryEndpoints":{"dfs":"https://gsm1998073872xt.dfs.core.windows.net/","web":"https://gsm1998073872xt.z22.web.core.windows.net/","blob":"https://gsm1998073872xt.blob.core.windows.net/","queue":"https://gsm1998073872xt.queue.core.windows.net/","table":"https://gsm1998073872xt.table.core.windows.net/","file":"https://gsm1998073872xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm56088856xt","name":"gsm56088856xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-26T09:21:20.1673955Z","key2":"2023-01-21T09:20:08.4251477Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.0619664Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.0619664Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:07.9838401Z","primaryEndpoints":{"dfs":"https://gsm56088856xt.dfs.core.windows.net/","web":"https://gsm56088856xt.z22.web.core.windows.net/","blob":"https://gsm56088856xt.blob.core.windows.net/","queue":"https://gsm56088856xt.queue.core.windows.net/","table":"https://gsm56088856xt.table.core.windows.net/","file":"https://gsm56088856xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1079311536xt","name":"gsm1079311536xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecweu","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-23T05:17:15.8192673Z","key2":"2023-01-17T15:45:49.1931322Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:33:55.5639421Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:33:55.5639421Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-31T20:33:55.4858374Z","primaryEndpoints":{"dfs":"https://gsm1079311536xt.dfs.core.windows.net/","web":"https://gsm1079311536xt.z6.web.core.windows.net/","blob":"https://gsm1079311536xt.blob.core.windows.net/","queue":"https://gsm1079311536xt.queue.core.windows.net/","table":"https://gsm1079311536xt.table.core.windows.net/","file":"https://gsm1079311536xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1212953208xt","name":"gsm1212953208xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityweu","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-27T10:06:11.5827190Z","key2":"2023-01-22T10:04:24.4048026Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.1266253Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.1266253Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:09.0484965Z","primaryEndpoints":{"dfs":"https://gsm1212953208xt.dfs.core.windows.net/","web":"https://gsm1212953208xt.z6.web.core.windows.net/","blob":"https://gsm1212953208xt.blob.core.windows.net/","queue":"https://gsm1212953208xt.queue.core.windows.net/","table":"https://gsm1212953208xt.table.core.windows.net/","file":"https://gsm1212953208xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1920423455xt","name":"gsm1920423455xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagweu","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-26T08:22:35.7453186Z","key2":"2023-01-21T08:20:33.7244599Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:08.9859884Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:08.9859884Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:08.9078572Z","primaryEndpoints":{"dfs":"https://gsm1920423455xt.dfs.core.windows.net/","web":"https://gsm1920423455xt.z6.web.core.windows.net/","blob":"https://gsm1920423455xt.blob.core.windows.net/","queue":"https://gsm1920423455xt.queue.core.windows.net/","table":"https://gsm1920423455xt.table.core.windows.net/","file":"https://gsm1920423455xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm757504717xt","name":"gsm757504717xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditweu","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-27T08:12:19.1858523Z","key2":"2023-01-22T08:11:09.9357435Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.4079128Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.4079128Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:09.3298787Z","primaryEndpoints":{"dfs":"https://gsm757504717xt.dfs.core.windows.net/","web":"https://gsm757504717xt.z6.web.core.windows.net/","blob":"https://gsm757504717xt.blob.core.windows.net/","queue":"https://gsm757504717xt.queue.core.windows.net/","table":"https://gsm757504717xt.table.core.windows.net/","file":"https://gsm757504717xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1364877148xt","name":"gsm1364877148xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditase","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2021-04-29T17:55:11.7577346Z","key2":"2023-03-15T18:36:22.0032549Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.7343798Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.7343798Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:41.6719189Z","primaryEndpoints":{"dfs":"https://gsm1364877148xt.dfs.core.windows.net/","web":"https://gsm1364877148xt.z23.web.core.windows.net/","blob":"https://gsm1364877148xt.blob.core.windows.net/","queue":"https://gsm1364877148xt.queue.core.windows.net/","table":"https://gsm1364877148xt.table.core.windows.net/","file":"https://gsm1364877148xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm293072282xt","name":"gsm293072282xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagase","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-03-17T11:20:27.0757277Z","key2":"2023-03-11T15:43:18.2538811Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:40.4843241Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:40.4843241Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:40.4530856Z","primaryEndpoints":{"dfs":"https://gsm293072282xt.dfs.core.windows.net/","web":"https://gsm293072282xt.z23.web.core.windows.net/","blob":"https://gsm293072282xt.blob.core.windows.net/","queue":"https://gsm293072282xt.queue.core.windows.net/","table":"https://gsm293072282xt.table.core.windows.net/","file":"https://gsm293072282xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm652881509xt","name":"gsm652881509xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecase","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-23T02:48:19.2605229Z","key2":"2023-01-17T08:03:51.5853536Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:27:01.7959092Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:27:01.7959092Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-31T20:27:01.7334373Z","primaryEndpoints":{"dfs":"https://gsm652881509xt.dfs.core.windows.net/","web":"https://gsm652881509xt.z23.web.core.windows.net/","blob":"https://gsm652881509xt.blob.core.windows.net/","queue":"https://gsm652881509xt.queue.core.windows.net/","table":"https://gsm652881509xt.table.core.windows.net/","file":"https://gsm652881509xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm665873655xt","name":"gsm665873655xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityase","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-03-15T22:08:39.3406329Z","key2":"2023-03-10T07:30:08.4982799Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.3280923Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.3280923Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:41.2812263Z","primaryEndpoints":{"dfs":"https://gsm665873655xt.dfs.core.windows.net/","web":"https://gsm665873655xt.z23.web.core.windows.net/","blob":"https://gsm665873655xt.blob.core.windows.net/","queue":"https://gsm665873655xt.queue.core.windows.net/","table":"https://gsm665873655xt.table.core.windows.net/","file":"https://gsm665873655xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1013760812xt","name":"gsm1013760812xt","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecussc","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-28T14:46:18.9021520Z","key2":"2023-01-23T08:40:45.9176662Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-01T23:35:19.3043038Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-01T23:35:19.3043038Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-01T23:35:19.2092898Z","primaryEndpoints":{"dfs":"https://gsm1013760812xt.dfs.core.windows.net/","web":"https://gsm1013760812xt.z21.web.core.windows.net/","blob":"https://gsm1013760812xt.blob.core.windows.net/","queue":"https://gsm1013760812xt.queue.core.windows.net/","table":"https://gsm1013760812xt.table.core.windows.net/","file":"https://gsm1013760812xt.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1481752393xt","name":"gsm1481752393xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditaue","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2022-12-11T02:08:01.5135580Z","key2":"2022-12-06T02:06:17.2106220Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.9325477Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.9325477Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.8699546Z","primaryEndpoints":{"dfs":"https://gsm1481752393xt.dfs.core.windows.net/","web":"https://gsm1481752393xt.z8.web.core.windows.net/","blob":"https://gsm1481752393xt.blob.core.windows.net/","queue":"https://gsm1481752393xt.queue.core.windows.net/","table":"https://gsm1481752393xt.table.core.windows.net/","file":"https://gsm1481752393xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm175927945xt","name":"gsm175927945xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagaue","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2022-12-12T13:02:05.1185199Z","key2":"2022-12-07T13:00:29.7909142Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6824967Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6824967Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.6043190Z","primaryEndpoints":{"dfs":"https://gsm175927945xt.dfs.core.windows.net/","web":"https://gsm175927945xt.z8.web.core.windows.net/","blob":"https://gsm175927945xt.blob.core.windows.net/","queue":"https://gsm175927945xt.queue.core.windows.net/","table":"https://gsm175927945xt.table.core.windows.net/","file":"https://gsm175927945xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1929878860xt","name":"gsm1929878860xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecaue","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-03-09T13:55:08.5541466Z","key2":"2023-03-03T11:35:56.1217273Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-11T00:59:46.7551547Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-11T00:59:46.7551547Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-03-11T00:59:46.6769818Z","primaryEndpoints":{"dfs":"https://gsm1929878860xt.dfs.core.windows.net/","web":"https://gsm1929878860xt.z8.web.core.windows.net/","blob":"https://gsm1929878860xt.blob.core.windows.net/","queue":"https://gsm1929878860xt.queue.core.windows.net/","table":"https://gsm1929878860xt.table.core.windows.net/","file":"https://gsm1929878860xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2273607188xt","name":"gsm2273607188xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditsy","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3565367Z","key2":"2023-01-05T03:42:01.3565367Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.8722599Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.8722599Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2940438Z","primaryEndpoints":{"dfs":"https://gsm2273607188xt.dfs.core.windows.net/","web":"https://gsm2273607188xt.z8.web.core.windows.net/","blob":"https://gsm2273607188xt.blob.core.windows.net/","queue":"https://gsm2273607188xt.queue.core.windows.net/","table":"https://gsm2273607188xt.table.core.windows.net/","file":"https://gsm2273607188xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm40701790xt","name":"gsm40701790xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityaue","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2022-12-11T06:35:36.7208308Z","key2":"2022-12-06T06:33:31.1701235Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6981732Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6981732Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.6043190Z","primaryEndpoints":{"dfs":"https://gsm40701790xt.dfs.core.windows.net/","web":"https://gsm40701790xt.z8.web.core.windows.net/","blob":"https://gsm40701790xt.blob.core.windows.net/","queue":"https://gsm40701790xt.queue.core.windows.net/","table":"https://gsm40701790xt.table.core.windows.net/","file":"https://gsm40701790xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm419531226xt","name":"gsm419531226xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecaue","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-11T06:40:10.3879897Z","key2":"2022-12-06T06:37:36.8335211Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:38:31.8079251Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:38:31.8079251Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:38:31.7454063Z","primaryEndpoints":{"dfs":"https://gsm419531226xt.dfs.core.windows.net/","web":"https://gsm419531226xt.z8.web.core.windows.net/","blob":"https://gsm419531226xt.blob.core.windows.net/","queue":"https://gsm419531226xt.queue.core.windows.net/","table":"https://gsm419531226xt.table.core.windows.net/","file":"https://gsm419531226xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm4207516453xt","name":"gsm4207516453xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecuritysy","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3252937Z","key2":"2023-01-05T03:42:01.3252937Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:02.0597744Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:02.0597744Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2627948Z","primaryEndpoints":{"dfs":"https://gsm4207516453xt.dfs.core.windows.net/","web":"https://gsm4207516453xt.z8.web.core.windows.net/","blob":"https://gsm4207516453xt.blob.core.windows.net/","queue":"https://gsm4207516453xt.queue.core.windows.net/","table":"https://gsm4207516453xt.table.core.windows.net/","file":"https://gsm4207516453xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm868844794xt","name":"gsm868844794xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagsy","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3252937Z","key2":"2023-01-05T03:42:01.3252937Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.9347064Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.9347064Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2315310Z","primaryEndpoints":{"dfs":"https://gsm868844794xt.dfs.core.windows.net/","web":"https://gsm868844794xt.z8.web.core.windows.net/","blob":"https://gsm868844794xt.blob.core.windows.net/","queue":"https://gsm868844794xt.queue.core.windows.net/","table":"https://gsm868844794xt.table.core.windows.net/","file":"https://gsm868844794xt.file.core.windows.net/"},"primaryLocation":"australiaeast","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":"2023-05-31T18:48:07.9313544Z","key2":"2023-05-31T18:48:07.9313544Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:48:08.0250971Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:48:08.0250971Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:48:07.8220532Z","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_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1026482873xt","name":"gsm1026482873xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-25T03:35:32.2734558Z","key2":"2023-01-20T03:24:00.5425715Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:07.1214500Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:07.1214500Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:07.0432951Z","primaryEndpoints":{"dfs":"https://gsm1026482873xt.dfs.core.windows.net/","web":"https://gsm1026482873xt.z5.web.core.windows.net/","blob":"https://gsm1026482873xt.blob.core.windows.net/","queue":"https://gsm1026482873xt.queue.core.windows.net/","table":"https://gsm1026482873xt.table.core.windows.net/","file":"https://gsm1026482873xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1379084574xt","name":"gsm1379084574xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-24T14:33:18.3486639Z","key2":"2023-01-18T17:47:22.4239288Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.6631204Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.6631204Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.5693726Z","primaryEndpoints":{"blob":"https://gsm1379084574xt.blob.core.windows.net/","queue":"https://gsm1379084574xt.queue.core.windows.net/","table":"https://gsm1379084574xt.table.core.windows.net/","file":"https://gsm1379084574xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1447722388xt","name":"gsm1447722388xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-26T03:47:20.7184362Z","key2":"2023-01-21T03:46:01.7763634Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T23:22:24.4973514Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T23:22:24.4973514Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T23:22:24.4348196Z","primaryEndpoints":{"dfs":"https://gsm1447722388xt.dfs.core.windows.net/","web":"https://gsm1447722388xt.z5.web.core.windows.net/","blob":"https://gsm1447722388xt.blob.core.windows.net/","queue":"https://gsm1447722388xt.queue.core.windows.net/","table":"https://gsm1447722388xt.table.core.windows.net/","file":"https://gsm1447722388xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1476133271xt","name":"gsm1476133271xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-23T19:01:28.5846813Z","key2":"2023-01-18T18:38:43.7448823Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:39.0381165Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:39.0381165Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.8506247Z","primaryEndpoints":{"blob":"https://gsm1476133271xt.blob.core.windows.net/","queue":"https://gsm1476133271xt.queue.core.windows.net/","table":"https://gsm1476133271xt.table.core.windows.net/","file":"https://gsm1476133271xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1942585003xt","name":"gsm1942585003xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-22T17:48:26.2317506Z","key2":"2023-01-17T10:57:43.5758196Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.9600197Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.9600197Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.7881214Z","primaryEndpoints":{"blob":"https://gsm1942585003xt.blob.core.windows.net/","queue":"https://gsm1942585003xt.queue.core.windows.net/","table":"https://gsm1942585003xt.table.core.windows.net/","file":"https://gsm1942585003xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2056373296xt","name":"gsm2056373296xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsoleauditusw2","GenevaWPStorageGroupName":"azureserialconsoleaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-26T11:54:18.4226083Z","key2":"2023-01-21T11:53:06.6995339Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.7788645Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.7788645Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.7007646Z","primaryEndpoints":{"dfs":"https://gsm2056373296xt.dfs.core.windows.net/","web":"https://gsm2056373296xt.z5.web.core.windows.net/","blob":"https://gsm2056373296xt.blob.core.windows.net/","queue":"https://gsm2056373296xt.queue.core.windows.net/","table":"https://gsm2056373296xt.table.core.windows.net/","file":"https://gsm2056373296xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm357271585xt","name":"gsm357271585xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-27T12:15:08.6536157Z","key2":"2023-01-22T12:13:19.5800918Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.2776242Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.2776242Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:00.1995026Z","primaryEndpoints":{"dfs":"https://gsm357271585xt.dfs.core.windows.net/","web":"https://gsm357271585xt.z5.web.core.windows.net/","blob":"https://gsm357271585xt.blob.core.windows.net/","queue":"https://gsm357271585xt.queue.core.windows.net/","table":"https://gsm357271585xt.table.core.windows.net/","file":"https://gsm357271585xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm38273077xt","name":"gsm38273077xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsolesecurityusw2","GenevaWPStorageGroupName":"azureserialconsolesecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-25T09:51:31.3539534Z","key2":"2023-01-20T09:01:33.1340416Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.6225485Z","primaryEndpoints":{"dfs":"https://gsm38273077xt.dfs.core.windows.net/","web":"https://gsm38273077xt.z5.web.core.windows.net/","blob":"https://gsm38273077xt.blob.core.windows.net/","queue":"https://gsm38273077xt.queue.core.windows.net/","table":"https://gsm38273077xt.table.core.windows.net/","file":"https://gsm38273077xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm61894826xt","name":"gsm61894826xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-22T20:55:56.7960803Z","key2":"2022-12-17T11:13:48.1848332Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-10T01:07:27.7640567Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-10T01:07:27.7640567Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-10T01:07:27.6846918Z","primaryEndpoints":{"blob":"https://gsm61894826xt.blob.core.windows.net/","queue":"https://gsm61894826xt.queue.core.windows.net/","table":"https://gsm61894826xt.table.core.windows.net/","file":"https://gsm61894826xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm627614588xt","name":"gsm627614588xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsolediagusw2","GenevaWPStorageGroupName":"azureserialconsolediag"},"properties":{"keyCreationTime":{"key1":"2023-01-25T09:35:05.5956088Z","key2":"2023-01-20T03:22:09.3245854Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.6069267Z","primaryEndpoints":{"dfs":"https://gsm627614588xt.dfs.core.windows.net/","web":"https://gsm627614588xt.z5.web.core.windows.net/","blob":"https://gsm627614588xt.blob.core.windows.net/","queue":"https://gsm627614588xt.queue.core.windows.net/","table":"https://gsm627614588xt.table.core.windows.net/","file":"https://gsm627614588xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm704755552xt","name":"gsm704755552xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-25T21:11:36.8109587Z","key2":"2023-01-20T10:54:10.0603713Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.1058474Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.1058474Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:00.0276604Z","primaryEndpoints":{"dfs":"https://gsm704755552xt.dfs.core.windows.net/","web":"https://gsm704755552xt.z5.web.core.windows.net/","blob":"https://gsm704755552xt.blob.core.windows.net/","queue":"https://gsm704755552xt.queue.core.windows.net/","table":"https://gsm704755552xt.table.core.windows.net/","file":"https://gsm704755552xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm991680768xt","name":"gsm991680768xt","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuswc","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-03-31T15:08:16.2015333Z","key2":"2023-03-26T02:22:52.5217946Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-09T19:24:36.5205408Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-09T19:24:36.5205408Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-09T19:24:36.4580385Z","primaryEndpoints":{"dfs":"https://gsm991680768xt.dfs.core.windows.net/","web":"https://gsm991680768xt.z4.web.core.windows.net/","blob":"https://gsm991680768xt.blob.core.windows.net/","queue":"https://gsm991680768xt.queue.core.windows.net/","table":"https://gsm991680768xt.table.core.windows.net/","file":"https://gsm991680768xt.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available","secondaryLocation":"westus2","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2355697502xt","name":"gsm2355697502xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecuritysec","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:39.4380306Z","key2":"2023-01-05T21:51:39.4380306Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.4380306Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.4380306Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:39.3911570Z","primaryEndpoints":{"dfs":"https://gsm2355697502xt.dfs.core.windows.net/","web":"https://gsm2355697502xt.z1.web.core.windows.net/","blob":"https://gsm2355697502xt.blob.core.windows.net/","queue":"https://gsm2355697502xt.queue.core.windows.net/","table":"https://gsm2355697502xt.table.core.windows.net/","file":"https://gsm2355697502xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm3577301791xt","name":"gsm3577301791xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditsec","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:39.2349014Z","key2":"2023-01-05T21:51:39.2349014Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.2349014Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.2349014Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:39.1724007Z","primaryEndpoints":{"dfs":"https://gsm3577301791xt.dfs.core.windows.net/","web":"https://gsm3577301791xt.z1.web.core.windows.net/","blob":"https://gsm3577301791xt.blob.core.windows.net/","queue":"https://gsm3577301791xt.queue.core.windows.net/","table":"https://gsm3577301791xt.table.core.windows.net/","file":"https://gsm3577301791xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm4163209401xt","name":"gsm4163209401xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagsec","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:40.5161768Z","key2":"2023-01-05T21:51:40.5161768Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:40.5161768Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:40.5161768Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:40.4693012Z","primaryEndpoints":{"dfs":"https://gsm4163209401xt.dfs.core.windows.net/","web":"https://gsm4163209401xt.z1.web.core.windows.net/","blob":"https://gsm4163209401xt.blob.core.windows.net/","queue":"https://gsm4163209401xt.queue.core.windows.net/","table":"https://gsm4163209401xt.table.core.windows.net/","file":"https://gsm4163209401xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm916952798xt","name":"gsm916952798xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecsec","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:54:07.8478067Z","key2":"2023-01-05T21:54:07.8478067Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:54:07.8634091Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:54:07.8634091Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:54:07.8009289Z","primaryEndpoints":{"dfs":"https://gsm916952798xt.dfs.core.windows.net/","web":"https://gsm916952798xt.z1.web.core.windows.net/","blob":"https://gsm916952798xt.blob.core.windows.net/","queue":"https://gsm916952798xt.queue.core.windows.net/","table":"https://gsm916952798xt.table.core.windows.net/","file":"https://gsm916952798xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}}]}' headers: cache-control: - no-cache content-length: - - '38475' + - '83391' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:13:43 GMT + - Wed, 31 May 2023 18:59:22 GMT expires: - '-1' pragma: @@ -5003,14 +5285,16 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - b593b42b-beb6-4d3c-9e58-ab715c206523 - - 0e7447f9-59b7-4ad8-81f9-a0956a3cb85f - - e780ba2f-d51c-4b28-aea3-f70305473503 - - 54d37c0b-7de6-4707-97a0-f8d4c52cec32 - - ff6bd177-f472-41f5-9aba-787471d91e00 - - a0cdf220-f169-4b0f-a762-3dba8112aa72 - - 06b9a644-7088-4117-9812-6032808214c5 - - b320eb90-5999-453c-8c02-eabce1a54c97 + - af0b1c0f-dea0-43d8-85a4-f0668ca50f32 + - ae7e447f-dd75-4954-aa2a-f04a2e04491d + - 4e8dbff7-53ce-4a88-873d-df365dad0255 + - 3688835d-d091-4048-a51c-2f36e5ad662d + - cb789761-f362-4120-b68d-0929f6892afd + - fde2defe-b869-43ea-8dba-82028e8c84c4 + - f167fb5e-4ab6-42f8-b140-b98a62e34dd5 + - e555770c-f4f8-4098-8543-a019c3917520 + - 0779e26a-e66f-423a-a0c5-c7d3ec8ce524 + - 79e46f9a-5e39-4fa5-acca-4ab9d8ed0c94 status: code: 200 message: OK @@ -5028,12 +5312,12 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Storage/storageAccounts/cli000002?api-version=2022-09-01 response: body: - string: '{"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":"2023-03-06T15:00:46.5594874Z","key2":"2023-03-06T15:00:46.5594874Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T15:00:46.8094615Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T15:00:46.8094615Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T15:00:46.4501501Z","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"}}' + string: '{"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":"2023-05-31T18:48:07.9313544Z","key2":"2023-05-31T18:48:07.9313544Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:48:08.0250971Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:48:08.0250971Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:48:07.8220532Z","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"}}' headers: cache-control: - no-cache @@ -5042,7 +5326,7 @@ interactions: content-type: - application/json date: - - Mon, 06 Mar 2023 15:13:44 GMT + - Wed, 31 May 2023 18:59:22 GMT expires: - '-1' pragma: @@ -5074,8 +5358,8 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 response: @@ -5089,7 +5373,7 @@ interactions: content-type: - application/json; charset=UTF-8 date: - - Mon, 06 Mar 2023 15:13:44 GMT + - Wed, 31 May 2023 18:59:22 GMT expires: - '-1' pragma: @@ -5127,7 +5411,7 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/start?api-version=2022-11-01 response: @@ -5137,17 +5421,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/fe9c02e0-4bef-4ff4-818f-6c7e6cde36b9?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/d85251a3-9eb9-4e94-9e4c-1521b61d3f8c?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 cache-control: - no-cache content-length: - '0' date: - - Mon, 06 Mar 2023 15:13:45 GMT + - Wed, 31 May 2023 18:59:23 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/fe9c02e0-4bef-4ff4-818f-6c7e6cde36b9?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/d85251a3-9eb9-4e94-9e4c-1521b61d3f8c?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 pragma: - no-cache server: @@ -5158,9 +5442,9 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1184,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3046,Microsoft.Compute/VmssQueuedVMOperations;0 + - Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1184,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1195,Microsoft.Compute/VmssQueuedVMOperations;0 x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' x-ms-request-charge: - '1' status: @@ -5180,22 +5464,22 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/fe9c02e0-4bef-4ff4-818f-6c7e6cde36b9?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/d85251a3-9eb9-4e94-9e4c-1521b61d3f8c?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:13:45.5780684+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"fe9c02e0-4bef-4ff4-818f-6c7e6cde36b9\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:59:24.15184+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"d85251a3-9eb9-4e94-9e4c-1521b61d3f8c\"\r\n}" headers: cache-control: - no-cache content-length: - - '134' + - '132' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:14:14 GMT + - Wed, 31 May 2023 18:59:23 GMT expires: - '-1' pragma: @@ -5212,7 +5496,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29751 + - Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29796 status: code: 200 message: OK @@ -5230,23 +5514,73 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/fe9c02e0-4bef-4ff4-818f-6c7e6cde36b9?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/d85251a3-9eb9-4e94-9e4c-1521b61d3f8c?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:13:45.5780684+00:00\",\r\n \"endTime\": - \"2023-03-06T15:14:19.609217+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"fe9c02e0-4bef-4ff4-818f-6c7e6cde36b9\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T18:59:24.15184+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"d85251a3-9eb9-4e94-9e4c-1521b61d3f8c\"\r\n}" headers: cache-control: - no-cache content-length: - - '183' + - '132' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 18:59: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;14988,Microsoft.Compute/GetOperation30Min;29795 + 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.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/d85251a3-9eb9-4e94-9e4c-1521b61d3f8c?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 + response: + body: + string: "{\r\n \"startTime\": \"2023-05-31T18:59:24.15184+00:00\",\r\n \"endTime\": + \"2023-05-31T19:00:04.4176695+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"d85251a3-9eb9-4e94-9e4c-1521b61d3f8c\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '182' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:14:45 GMT + - Wed, 31 May 2023 19:00:24 GMT expires: - '-1' pragma: @@ -5263,7 +5597,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29749 + - Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29793 status: code: 200 message: OK @@ -5281,9 +5615,9 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/fe9c02e0-4bef-4ff4-818f-6c7e6cde36b9?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/d85251a3-9eb9-4e94-9e4c-1521b61d3f8c?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 response: body: string: '' @@ -5293,7 +5627,7 @@ interactions: content-length: - '0' date: - - Mon, 06 Mar 2023 15:14:45 GMT + - Wed, 31 May 2023 19:00:24 GMT expires: - '-1' pragma: @@ -5306,7 +5640,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29748 + - Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29792 status: code: 200 message: OK @@ -5328,7 +5662,7 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/poweroff?skipShutdown=false&api-version=2022-11-01 response: @@ -5338,17 +5672,67 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/3923b4e0-c4fc-43f8-924c-2f33e07f7815?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/c6a00ce2-aa45-4a80-b71c-ef822d8fe01c?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 cache-control: - no-cache content-length: - '0' date: - - Mon, 06 Mar 2023 15:14:46 GMT + - Wed, 31 May 2023 19:00:25 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/c6a00ce2-aa45-4a80-b71c-ef822d8fe01c?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-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;395,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,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.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/c6a00ce2-aa45-4a80-b71c-ef822d8fe01c?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 + response: + body: + string: "{\r\n \"startTime\": \"2023-05-31T19:00:25.2146217+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"c6a00ce2-aa45-4a80-b71c-ef822d8fe01c\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 19:00:25 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/3923b4e0-c4fc-43f8-924c-2f33e07f7815?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 pragma: - no-cache server: @@ -5356,17 +5740,17 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;393,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3047,Microsoft.Compute/VmssQueuedVMOperations;0 - x-ms-ratelimit-remaining-subscription-writes: - - '1199' - x-ms-request-charge: - - '1' + - Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29791 status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -5381,13 +5765,13 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/3923b4e0-c4fc-43f8-924c-2f33e07f7815?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/c6a00ce2-aa45-4a80-b71c-ef822d8fe01c?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:14:46.8122264+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"3923b4e0-c4fc-43f8-924c-2f33e07f7815\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T19:00:25.2146217+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"c6a00ce2-aa45-4a80-b71c-ef822d8fe01c\"\r\n}" headers: cache-control: - no-cache @@ -5396,7 +5780,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:15:16 GMT + - Wed, 31 May 2023 19:00:55 GMT expires: - '-1' pragma: @@ -5413,7 +5797,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29781 + - Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29790 status: code: 200 message: OK @@ -5431,13 +5815,13 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/3923b4e0-c4fc-43f8-924c-2f33e07f7815?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/c6a00ce2-aa45-4a80-b71c-ef822d8fe01c?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:14:46.8122264+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"3923b4e0-c4fc-43f8-924c-2f33e07f7815\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T19:00:25.2146217+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"c6a00ce2-aa45-4a80-b71c-ef822d8fe01c\"\r\n}" headers: cache-control: - no-cache @@ -5446,7 +5830,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:15:46 GMT + - Wed, 31 May 2023 19:01:25 GMT expires: - '-1' pragma: @@ -5463,7 +5847,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29780 + - Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29789 status: code: 200 message: OK @@ -5481,13 +5865,13 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/3923b4e0-c4fc-43f8-924c-2f33e07f7815?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/c6a00ce2-aa45-4a80-b71c-ef822d8fe01c?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:14:46.8122264+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"3923b4e0-c4fc-43f8-924c-2f33e07f7815\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T19:00:25.2146217+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"c6a00ce2-aa45-4a80-b71c-ef822d8fe01c\"\r\n}" headers: cache-control: - no-cache @@ -5496,7 +5880,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:16:16 GMT + - Wed, 31 May 2023 19:01:55 GMT expires: - '-1' pragma: @@ -5513,7 +5897,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29779 + - Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29788 status: code: 200 message: OK @@ -5531,13 +5915,13 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/3923b4e0-c4fc-43f8-924c-2f33e07f7815?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/c6a00ce2-aa45-4a80-b71c-ef822d8fe01c?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:14:46.8122264+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"3923b4e0-c4fc-43f8-924c-2f33e07f7815\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T19:00:25.2146217+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"c6a00ce2-aa45-4a80-b71c-ef822d8fe01c\"\r\n}" headers: cache-control: - no-cache @@ -5546,7 +5930,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:16:47 GMT + - Wed, 31 May 2023 19:02:25 GMT expires: - '-1' pragma: @@ -5563,7 +5947,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29778 + - Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29786 status: code: 200 message: OK @@ -5581,14 +5965,14 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/3923b4e0-c4fc-43f8-924c-2f33e07f7815?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/c6a00ce2-aa45-4a80-b71c-ef822d8fe01c?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:14:46.8122264+00:00\",\r\n \"endTime\": - \"2023-03-06T15:16:52.3118992+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"3923b4e0-c4fc-43f8-924c-2f33e07f7815\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T19:00:25.2146217+00:00\",\r\n \"endTime\": + \"2023-05-31T19:02:30.0276274+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"c6a00ce2-aa45-4a80-b71c-ef822d8fe01c\"\r\n}" headers: cache-control: - no-cache @@ -5597,7 +5981,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:17:17 GMT + - Wed, 31 May 2023 19:02:56 GMT expires: - '-1' pragma: @@ -5614,7 +5998,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29776 + - Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29784 status: code: 200 message: OK @@ -5632,9 +6016,9 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/3923b4e0-c4fc-43f8-924c-2f33e07f7815?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/c6a00ce2-aa45-4a80-b71c-ef822d8fe01c?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 response: body: string: '' @@ -5644,7 +6028,7 @@ interactions: content-length: - '0' date: - - Mon, 06 Mar 2023 15:17:17 GMT + - Wed, 31 May 2023 19:02:56 GMT expires: - '-1' pragma: @@ -5657,7 +6041,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29775 + - Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29783 status: code: 200 message: OK @@ -5675,50 +6059,50 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualMachines/3/instanceView?api-version=2022-11-01 response: body: - string: "{\r\n \"placementGroupId\": \"fe2728fc-c0cb-4cea-8d91-bb960a1e6c3b\",\r\n + string: "{\r\n \"placementGroupId\": \"d46de32e-58a5-4fdc-87e3-cdf3b3d142ce\",\r\n \ \"platformUpdateDomain\": 1,\r\n \"platformFaultDomain\": 1,\r\n \"computerName\": - \"cliuz26de000003\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n + \"clilb05fb000003\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n \ \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.9.0.4\",\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\": \"2023-03-06T15:14:19+00:00\"\r\n + \"Guest Agent is running\",\r\n \"time\": \"2023-05-31T18:59:59+00:00\"\r\n \ }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": - \"1.25.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \"1.26.2\",\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.21.115\",\r\n \"status\": {\r\n + \ \"typeHandlerVersion\": \"2.22.158\",\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\": \"cliuztvtdw4jbve2omq7cliuztvtdw4jbve2omq73OS__1_023d79a2b12548fba5c6e457bd338d14\",\r\n + [\r\n {\r\n \"name\": \"clilbofyinawioqmxrxsclilbofyinawioqmxrxsjOS__1_3fed4842693d46dfbc0fdbda6f24f442\",\r\n \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2023-03-06T15:13:46.5311755+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T18:59:25.0737598+00:00\"\r\n \ }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": {\r\n \"consoleScreenshotBlobUri\": - \"https://cli000002.blob.core.windows.net/bootdiagnostics-cliuztvtd-ffa83b08-9cdf-4ddd-8c22-38ec3747c4fa/cli000003_3.ffa83b08-9cdf-4ddd-8c22-38ec3747c4fa.screenshot.bmp\",\r\n - \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cliuztvtd-ffa83b08-9cdf-4ddd-8c22-38ec3747c4fa/cli000003_3.ffa83b08-9cdf-4ddd-8c22-38ec3747c4fa.serialconsole.log\"\r\n + \"https://cli000002.blob.core.windows.net/bootdiagnostics-clilbofyi-560d140f-cd86-4bdb-83b9-19579f8b94d7/cli000003_3.560d140f-cd86-4bdb-83b9-19579f8b94d7.screenshot.bmp\",\r\n + \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-clilbofyi-560d140f-cd86-4bdb-83b9-19579f8b94d7/cli000003_3.560d140f-cd86-4bdb-83b9-19579f8b94d7.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.25.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \"1.26.2\",\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.21.115\",\r\n \"statuses\": [\r\n {\r\n + \ \"typeHandlerVersion\": \"2.22.158\",\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\": - \"2023-03-06T15:16:52.2650032+00:00\"\r\n },\r\n {\r\n \"code\": + \"2023-05-31T19:02:29.9963911+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: @@ -5729,7 +6113,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:17:18 GMT + - Wed, 31 May 2023 19:02:56 GMT expires: - '-1' pragma: @@ -5746,7 +6130,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMScaleSetVM3Min;499,Microsoft.Compute/GetVMScaleSetVM30Min;2471,Microsoft.Compute/VMScaleSetVMViews3Min;4999 + - Microsoft.Compute/GetVMScaleSetVM3Min;499,Microsoft.Compute/GetVMScaleSetVM30Min;2473,Microsoft.Compute/VMScaleSetVMViews3Min;4999 x-ms-request-charge: - '1' status: @@ -5766,21 +6150,21 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/storageAccounts?api-version=2022-09-01 response: body: - string: '{"value":[{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-eastus/providers/Microsoft.Storage/storageAccounts/cs210032001f4814ba9","name":"cs210032001f4814ba9","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-05-16T14:16:22.3477819Z","key2":"2022-05-16T14:16:22.3477819Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-16T14:16:22.3477819Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-16T14:16:22.3477819Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-16T14:16:22.2227752Z","primaryEndpoints":{"dfs":"https://cs210032001f4814ba9.dfs.core.windows.net/","web":"https://cs210032001f4814ba9.z13.web.core.windows.net/","blob":"https://cs210032001f4814ba9.blob.core.windows.net/","queue":"https://cs210032001f4814ba9.queue.core.windows.net/","table":"https://cs210032001f4814ba9.table.core.windows.net/","file":"https://cs210032001f4814ba9.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/guidomassonitest-rg/providers/Microsoft.Storage/storageAccounts/guidomassonitestrg88ad","name":"guidomassonitestrg88ad","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-01-23T18:52:02.5484088Z","key2":"2023-01-23T18:52:02.5484088Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-23T18:52:02.5484088Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-23T18:52:02.5484088Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-01-23T18:52:02.4077698Z","primaryEndpoints":{"blob":"https://guidomassonitestrg88ad.blob.core.windows.net/","queue":"https://guidomassonitestrg88ad.queue.core.windows.net/","table":"https://guidomassonitestrg88ad.table.core.windows.net/","file":"https://guidomassonitestrg88ad.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guidomtesttrafficmanagerrg/providers/Microsoft.Storage/storageAccounts/guidomteststoraccfortm","name":"guidomteststoraccfortm","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-10-18T18:01:13.5231266Z","key2":"2022-10-18T18:01:13.5231266Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-10-18T18:01:13.5387607Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-10-18T18:01:13.5387607Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-10-18T18:01:13.3825002Z","primaryEndpoints":{"dfs":"https://guidomteststoraccfortm.dfs.core.windows.net/","web":"https://guidomteststoraccfortm.z13.web.core.windows.net/","blob":"https://guidomteststoraccfortm.blob.core.windows.net/","queue":"https://guidomteststoraccfortm.queue.core.windows.net/","table":"https://guidomteststoraccfortm.table.core.windows.net/","file":"https://guidomteststoraccfortm.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://guidomteststoraccfortm-secondary.dfs.core.windows.net/","web":"https://guidomteststoraccfortm-secondary.z13.web.core.windows.net/","blob":"https://guidomteststoraccfortm-secondary.blob.core.windows.net/","queue":"https://guidomteststoraccfortm-secondary.queue.core.windows.net/","table":"https://guidomteststoraccfortm-secondary.table.core.windows.net/"}}},{"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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnervmrg-eastus/providers/Microsoft.Storage/storageAccounts/scrunneri2ezqh4xu2wqq","name":"scrunneri2ezqh4xu2wqq","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:01:12.9383535Z","key2":"2023-02-11T08:01:12.9383535Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:01:12.9383535Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:01:12.9383535Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:01:12.6883669Z","primaryEndpoints":{"blob":"https://scrunneri2ezqh4xu2wqq.blob.core.windows.net/","queue":"https://scrunneri2ezqh4xu2wqq.queue.core.windows.net/","table":"https://scrunneri2ezqh4xu2wqq.table.core.windows.net/","file":"https://scrunneri2ezqh4xu2wqq.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yuas-rg/providers/Microsoft.Storage/storageAccounts/yuasstorageacct","name":"yuasstorageacct","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-08-02T12:18:18.8547131Z","key2":"2022-08-02T12:18:18.8547131Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-08-02T12:18:18.8547131Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-08-02T12:18:18.8547131Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-08-02T12:18:18.7140969Z","primaryEndpoints":{"dfs":"https://yuasstorageacct.dfs.core.windows.net/","web":"https://yuasstorageacct.z13.web.core.windows.net/","blob":"https://yuasstorageacct.blob.core.windows.net/","queue":"https://yuasstorageacct.queue.core.windows.net/","table":"https://yuasstorageacct.table.core.windows.net/","file":"https://yuasstorageacct.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yuasstorageacct-secondary.dfs.core.windows.net/","web":"https://yuasstorageacct-secondary.z13.web.core.windows.net/","blob":"https://yuasstorageacct-secondary.blob.core.windows.net/","queue":"https://yuasstorageacct-secondary.queue.core.windows.net/","table":"https://yuasstorageacct-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bkerrigan-dev-rg/providers/Microsoft.Storage/storageAccounts/bktestsa2","name":"bktestsa2","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","immutableStorageWithVersioning":{"enabled":true},"keyCreationTime":{"key1":"2022-09-27T23:58:45.6496284Z","key2":"2022-09-27T23:58:45.6496284Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-09-27T23:58:46.2902461Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-09-27T23:58:46.2902461Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Cool","provisioningState":"Succeeded","creationTime":"2022-09-27T23:58:45.5558609Z","primaryEndpoints":{"dfs":"https://bktestsa2.dfs.core.windows.net/","web":"https://bktestsa2.z20.web.core.windows.net/","blob":"https://bktestsa2.blob.core.windows.net/","queue":"https://bktestsa2.queue.core.windows.net/","table":"https://bktestsa2.table.core.windows.net/","file":"https://bktestsa2.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/SCRunner/providers/Microsoft.Storage/storageAccounts/scrunnerstorage","name":"scrunnerstorage","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rhoover/providers/Microsoft.Storage/storageAccounts/rhooverstorage","name":"rhooverstorage","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-05-26T17:14:23.5085026Z","key2":"2022-05-26T17:14:23.5085026Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T17:14:23.5241285Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T17:14:23.5241285Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-26T17:14:23.4147520Z","primaryEndpoints":{"dfs":"https://rhooverstorage.dfs.core.windows.net/","web":"https://rhooverstorage.z21.web.core.windows.net/","blob":"https://rhooverstorage.blob.core.windows.net/","queue":"https://rhooverstorage.queue.core.windows.net/","table":"https://rhooverstorage.table.core.windows.net/","file":"https://rhooverstorage.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/scrunnervmrg-australiaeast/providers/Microsoft.Storage/storageAccounts/scrunner56hymyctm4kw2","name":"scrunner56hymyctm4kw2","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:42:58.2414102Z","key2":"2023-02-11T08:42:58.2414102Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:42:59.3196006Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:42:59.3196006Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:42:58.1476588Z","primaryEndpoints":{"blob":"https://scrunner56hymyctm4kw2.blob.core.windows.net/","queue":"https://scrunner56hymyctm4kw2.queue.core.windows.net/","table":"https://scrunner56hymyctm4kw2.table.core.windows.net/","file":"https://scrunner56hymyctm4kw2.file.core.windows.net/"},"primaryLocation":"australiaeast","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":"2023-03-06T15:00:46.5594874Z","key2":"2023-03-06T15:00:46.5594874Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T15:00:46.8094615Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T15:00:46.8094615Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T15:00:46.4501501Z","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_serialconsolex4geueyy52iloaspyxz3rrqwxv2syvnkjiljxbv522buwxqpiljme/providers/Microsoft.Storage/storageAccounts/clipf6qz5nxegbgku5yqzkd2","name":"clipf6qz5nxegbgku5yqzkd2","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T07:45:44.7937561Z","key2":"2023-03-06T07:45:44.7937561Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:45:45.1687946Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:45:45.1687946Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T07:45:44.7000168Z","primaryEndpoints":{"blob":"https://clipf6qz5nxegbgku5yqzkd2.blob.core.windows.net/","queue":"https://clipf6qz5nxegbgku5yqzkd2.queue.core.windows.net/","table":"https://clipf6qz5nxegbgku5yqzkd2.table.core.windows.net/","file":"https://clipf6qz5nxegbgku5yqzkd2.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_serialconsoledcvrpndxic4emeqq5apwkns4qa5owpy4jn3b536ks35zdrmn7bl5k/providers/Microsoft.Storage/storageAccounts/cliwqnm2fo7pftnxlk7c734i","name":"cliwqnm2fo7pftnxlk7c734i","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T07:34:57.7461613Z","key2":"2023-03-06T07:34:57.7461613Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:34:57.9961851Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:34:57.9961851Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T07:34:57.6368148Z","primaryEndpoints":{"blob":"https://cliwqnm2fo7pftnxlk7c734i.blob.core.windows.net/","queue":"https://cliwqnm2fo7pftnxlk7c734i.queue.core.windows.net/","table":"https://cliwqnm2fo7pftnxlk7c734i.table.core.windows.net/","file":"https://cliwqnm2fo7pftnxlk7c734i.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guptar2/providers/Microsoft.Storage/storageAccounts/guptar2diagnosticsv1","name":"guptar2diagnosticsv1","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-05T17:21:41.8250582Z","key2":"2022-04-05T17:21:41.8250582Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:21:41.8250582Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:21:41.8250582Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-05T17:21:41.7313240Z","primaryEndpoints":{"blob":"https://guptar2diagnosticsv1.blob.core.windows.net/","queue":"https://guptar2diagnosticsv1.queue.core.windows.net/","table":"https://guptar2diagnosticsv1.table.core.windows.net/","file":"https://guptar2diagnosticsv1.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guptar2/providers/Microsoft.Storage/storageAccounts/guptar2diagnosticsv2","name":"guptar2diagnosticsv2","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-04-05T17:22:55.8411567Z","key2":"2022-04-05T17:22:55.8411567Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"resourceAccessRules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[{"value":"20.98.146.84","action":"Allow"},{"value":"20.83.222.102","action":"Allow"},{"value":"20.98.194.64","action":"Allow"},{"value":"20.69.5.162","action":"Allow"}],"defaultAction":"Deny"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:22:55.8411567Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:22:55.8411567Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-05T17:22:55.7318000Z","primaryEndpoints":{"dfs":"https://guptar2diagnosticsv2.dfs.core.windows.net/","web":"https://guptar2diagnosticsv2.z5.web.core.windows.net/","blob":"https://guptar2diagnosticsv2.blob.core.windows.net/","queue":"https://guptar2diagnosticsv2.queue.core.windows.net/","table":"https://guptar2diagnosticsv2.table.core.windows.net/","file":"https://guptar2diagnosticsv2.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sericonrp-trafficmanager/providers/Microsoft.Storage/storageAccounts/sericonrpdevtmstorage","name":"sericonrpdevtmstorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-11-30T19:15:41.5013570Z","key2":"2022-11-30T19:15:41.5013570Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-11-30T19:15:42.0638737Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-11-30T19:15:42.0638737Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-11-30T19:15:41.4075777Z","primaryEndpoints":{"dfs":"https://sericonrpdevtmstorage.dfs.core.windows.net/","web":"https://sericonrpdevtmstorage.z5.web.core.windows.net/","blob":"https://sericonrpdevtmstorage.blob.core.windows.net/","queue":"https://sericonrpdevtmstorage.queue.core.windows.net/","table":"https://sericonrpdevtmstorage.table.core.windows.net/","file":"https://sericonrpdevtmstorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sericonrpdevtmstorage-secondary.dfs.core.windows.net/","web":"https://sericonrpdevtmstorage-secondary.z5.web.core.windows.net/","blob":"https://sericonrpdevtmstorage-secondary.blob.core.windows.net/","queue":"https://sericonrpdevtmstorage-secondary.queue.core.windows.net/","table":"https://sericonrpdevtmstorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ops/providers/Microsoft.Storage/storageAccounts/sericonstorage","name":"sericonstorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2023-03-05T19:58:00.4355863Z","key2":"2023-03-05T19:58:00.4355863Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-05T19:58:00.9824831Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-05T19:58:00.9824831Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-03-05T19:58:00.3262342Z","primaryEndpoints":{"dfs":"https://sericonstorage.dfs.core.windows.net/","web":"https://sericonstorage.z5.web.core.windows.net/","blob":"https://sericonstorage.blob.core.windows.net/","queue":"https://sericonstorage.queue.core.windows.net/","table":"https://sericonstorage.table.core.windows.net/","file":"https://sericonstorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rhoover-dev-rg/providers/Microsoft.Storage/storageAccounts/rhooverdevrgdiag","name":"rhooverdevrgdiag","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-06-20T19:39:24.4605968Z","key2":"2022-06-20T19:39:24.4605968Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":false,"networkAcls":{"resourceAccessRules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[{"value":"20.98.146.84","action":"Allow"},{"value":"20.98.194.64","action":"Allow"},{"value":"20.69.5.162","action":"Allow"},{"value":"20.83.222.102","action":"Allow"},{"value":"76.197.206.105","action":"Allow"}],"defaultAction":"Deny"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-20T19:39:24.4762287Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-20T19:39:24.4762287Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-20T19:39:24.4137057Z","primaryEndpoints":{"blob":"https://rhooverdevrgdiag.blob.core.windows.net/","queue":"https://rhooverdevrgdiag.queue.core.windows.net/","table":"https://rhooverdevrgdiag.table.core.windows.net/","file":"https://rhooverdevrgdiag.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnervmrg-westcentralus/providers/Microsoft.Storage/storageAccounts/scrunneraoptpjec4skce","name":"scrunneraoptpjec4skce","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:40:40.0686467Z","key2":"2023-02-11T08:40:40.0686467Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:40:40.5842822Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:40:40.5842822Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:40:40.0061730Z","primaryEndpoints":{"blob":"https://scrunneraoptpjec4skce.blob.core.windows.net/","queue":"https://scrunneraoptpjec4skce.queue.core.windows.net/","table":"https://scrunneraoptpjec4skce.table.core.windows.net/","file":"https://scrunneraoptpjec4skce.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-westcentralus/providers/Microsoft.Storage/storageAccounts/scrunnerrfscmqxeni3uq","name":"scrunnerrfscmqxeni3uq","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/ubuntu-westus3_group/providers/Microsoft.Storage/storageAccounts/ubuntuwestus3groupdiag","name":"ubuntuwestus3groupdiag","type":"Microsoft.Storage/storageAccounts","location":"westus3","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-18T19:48:38.9882588Z","key2":"2022-04-18T19:48:38.9882588Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-18T19:48:38.9882588Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-18T19:48:38.9882588Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-18T19:48:38.9258191Z","primaryEndpoints":{"blob":"https://ubuntuwestus3groupdiag.blob.core.windows.net/","queue":"https://ubuntuwestus3groupdiag.queue.core.windows.net/","table":"https://ubuntuwestus3groupdiag.table.core.windows.net/","file":"https://ubuntuwestus3groupdiag.file.core.windows.net/"},"primaryLocation":"westus3","statusOfPrimary":"available"}}]}' + string: '{"value":[{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1043690549xt","name":"gsm1043690549xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2022-12-31T04:18:29.2926413Z","key2":"2022-12-25T23:25:55.8307065Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:56.6813607Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:56.6813607Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:56.5251102Z","primaryEndpoints":{"blob":"https://gsm1043690549xt.blob.core.windows.net/","queue":"https://gsm1043690549xt.queue.core.windows.net/","table":"https://gsm1043690549xt.table.core.windows.net/","file":"https://gsm1043690549xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1117986772xt","name":"gsm1117986772xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuse","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-04-03T10:54:38.3446142Z","key2":"2023-03-28T13:38:53.8995172Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-10T22:33:17.7969604Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-10T22:33:17.7969604Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-10T22:33:17.7344354Z","primaryEndpoints":{"dfs":"https://gsm1117986772xt.dfs.core.windows.net/","web":"https://gsm1117986772xt.z13.web.core.windows.net/","blob":"https://gsm1117986772xt.blob.core.windows.net/","queue":"https://gsm1117986772xt.queue.core.windows.net/","table":"https://gsm1117986772xt.table.core.windows.net/","file":"https://gsm1117986772xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1284065332xt","name":"gsm1284065332xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2022-12-29T15:04:07.1834140Z","key2":"2022-12-24T15:02:48.3875221Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:58.4782463Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:58.4782463Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:58.3219980Z","primaryEndpoints":{"blob":"https://gsm1284065332xt.blob.core.windows.net/","queue":"https://gsm1284065332xt.queue.core.windows.net/","table":"https://gsm1284065332xt.table.core.windows.net/","file":"https://gsm1284065332xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1660928445xt","name":"gsm1660928445xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2022-12-30T02:54:38.2414616Z","key2":"2022-12-25T02:53:27.9902241Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:55.5719858Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:55.5719858Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:55.4313594Z","primaryEndpoints":{"blob":"https://gsm1660928445xt.blob.core.windows.net/","queue":"https://gsm1660928445xt.queue.core.windows.net/","table":"https://gsm1660928445xt.table.core.windows.net/","file":"https://gsm1660928445xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1229178215xt","name":"gsm1229178215xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-05-21T20:36:24.1125096Z","key2":"2023-05-16T12:59:19.4741702Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.4993530Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.4993530Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.4212234Z","primaryEndpoints":{"dfs":"https://gsm1229178215xt.dfs.core.windows.net/","web":"https://gsm1229178215xt.z20.web.core.windows.net/","blob":"https://gsm1229178215xt.blob.core.windows.net/","queue":"https://gsm1229178215xt.queue.core.windows.net/","table":"https://gsm1229178215xt.table.core.windows.net/","file":"https://gsm1229178215xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1456709414xt","name":"gsm1456709414xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-05-21T06:52:02.3706582Z","key2":"2023-05-16T06:50:56.8159280Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.7181103Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.7181103Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.6556583Z","primaryEndpoints":{"dfs":"https://gsm1456709414xt.dfs.core.windows.net/","web":"https://gsm1456709414xt.z20.web.core.windows.net/","blob":"https://gsm1456709414xt.blob.core.windows.net/","queue":"https://gsm1456709414xt.queue.core.windows.net/","table":"https://gsm1456709414xt.table.core.windows.net/","file":"https://gsm1456709414xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1460695472xt","name":"gsm1460695472xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuse2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-05-05T04:06:01.8082271Z","key2":"2023-04-30T04:04:55.5757766Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:12:17.4426654Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:12:17.4426654Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:12:17.3645192Z","primaryEndpoints":{"dfs":"https://gsm1460695472xt.dfs.core.windows.net/","web":"https://gsm1460695472xt.z20.web.core.windows.net/","blob":"https://gsm1460695472xt.blob.core.windows.net/","queue":"https://gsm1460695472xt.queue.core.windows.net/","table":"https://gsm1460695472xt.table.core.windows.net/","file":"https://gsm1460695472xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2007663765xt","name":"gsm2007663765xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-05-19T09:29:46.7661468Z","key2":"2023-05-14T09:28:41.5530938Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.5150262Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.5150262Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.4368507Z","primaryEndpoints":{"dfs":"https://gsm2007663765xt.dfs.core.windows.net/","web":"https://gsm2007663765xt.z20.web.core.windows.net/","blob":"https://gsm2007663765xt.blob.core.windows.net/","queue":"https://gsm2007663765xt.queue.core.windows.net/","table":"https://gsm2007663765xt.table.core.windows.net/","file":"https://gsm2007663765xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2012629196xt","name":"gsm2012629196xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-05-03T19:01:10.2022709Z","key2":"2023-04-28T18:59:28.8935989Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.7012347Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.7012347Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:09.6074718Z","primaryEndpoints":{"dfs":"https://gsm2012629196xt.dfs.core.windows.net/","web":"https://gsm2012629196xt.z20.web.core.windows.net/","blob":"https://gsm2012629196xt.blob.core.windows.net/","queue":"https://gsm2012629196xt.queue.core.windows.net/","table":"https://gsm2012629196xt.table.core.windows.net/","file":"https://gsm2012629196xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2121776810xt","name":"gsm2121776810xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"","GenevaWPMonikerName":"SeriConRPAzsecuse2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-23T09:56:45.3229575Z","key2":"2022-12-17T22:52:57.1579634Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:58:18.8692726Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:58:18.8692726Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-09T23:58:18.7598975Z","primaryEndpoints":{"blob":"https://gsm2121776810xt.blob.core.windows.net/","queue":"https://gsm2121776810xt.queue.core.windows.net/","table":"https://gsm2121776810xt.table.core.windows.net/","file":"https://gsm2121776810xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm226956555xt","name":"gsm226956555xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-05-06T05:24:12.6559459Z","key2":"2023-05-01T05:22:37.0901103Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:08.8262029Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:08.8262029Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:08.7324504Z","primaryEndpoints":{"dfs":"https://gsm226956555xt.dfs.core.windows.net/","web":"https://gsm226956555xt.z20.web.core.windows.net/","blob":"https://gsm226956555xt.blob.core.windows.net/","queue":"https://gsm226956555xt.queue.core.windows.net/","table":"https://gsm226956555xt.table.core.windows.net/","file":"https://gsm226956555xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm683268085xt","name":"gsm683268085xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-05-06T02:53:55.0895748Z","key2":"2023-05-01T02:52:17.4623442Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.1074642Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.1074642Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:09.0137094Z","primaryEndpoints":{"dfs":"https://gsm683268085xt.dfs.core.windows.net/","web":"https://gsm683268085xt.z20.web.core.windows.net/","blob":"https://gsm683268085xt.blob.core.windows.net/","queue":"https://gsm683268085xt.queue.core.windows.net/","table":"https://gsm683268085xt.table.core.windows.net/","file":"https://gsm683268085xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/hackforgsmuse2","name":"hackforgsmuse2","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"","GenevaWPMonikerName":"HackForGSMUSE2"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:00:49.6669890Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:00:49.6669890Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-09T23:00:49.5419849Z","primaryEndpoints":{"blob":"https://hackforgsmuse2.blob.core.windows.net/","queue":"https://hackforgsmuse2.queue.core.windows.net/","table":"https://hackforgsmuse2.table.core.windows.net/","file":"https://hackforgsmuse2.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1272766413xt","name":"gsm1272766413xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-26T12:50:22.9754194Z","key2":"2023-01-21T02:57:10.6219025Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.2651368Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.2651368Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:08.1869875Z","primaryEndpoints":{"dfs":"https://gsm1272766413xt.dfs.core.windows.net/","web":"https://gsm1272766413xt.z22.web.core.windows.net/","blob":"https://gsm1272766413xt.blob.core.windows.net/","queue":"https://gsm1272766413xt.queue.core.windows.net/","table":"https://gsm1272766413xt.table.core.windows.net/","file":"https://gsm1272766413xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1406960057xt","name":"gsm1406960057xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-28T16:26:46.4096191Z","key2":"2023-01-23T02:04:13.0813787Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:07.9369692Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:07.9369692Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:07.8588528Z","primaryEndpoints":{"dfs":"https://gsm1406960057xt.dfs.core.windows.net/","web":"https://gsm1406960057xt.z22.web.core.windows.net/","blob":"https://gsm1406960057xt.blob.core.windows.net/","queue":"https://gsm1406960057xt.queue.core.windows.net/","table":"https://gsm1406960057xt.table.core.windows.net/","file":"https://gsm1406960057xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1998073872xt","name":"gsm1998073872xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-05-26T18:20:44.5735809Z","key2":"2023-05-21T05:23:46.0278541Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-02T21:00:19.3734252Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-02T21:00:19.3734252Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-06-02T21:00:19.2952836Z","primaryEndpoints":{"dfs":"https://gsm1998073872xt.dfs.core.windows.net/","web":"https://gsm1998073872xt.z22.web.core.windows.net/","blob":"https://gsm1998073872xt.blob.core.windows.net/","queue":"https://gsm1998073872xt.queue.core.windows.net/","table":"https://gsm1998073872xt.table.core.windows.net/","file":"https://gsm1998073872xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm56088856xt","name":"gsm56088856xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-26T09:21:20.1673955Z","key2":"2023-01-21T09:20:08.4251477Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.0619664Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.0619664Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:07.9838401Z","primaryEndpoints":{"dfs":"https://gsm56088856xt.dfs.core.windows.net/","web":"https://gsm56088856xt.z22.web.core.windows.net/","blob":"https://gsm56088856xt.blob.core.windows.net/","queue":"https://gsm56088856xt.queue.core.windows.net/","table":"https://gsm56088856xt.table.core.windows.net/","file":"https://gsm56088856xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1079311536xt","name":"gsm1079311536xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecweu","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-23T05:17:15.8192673Z","key2":"2023-01-17T15:45:49.1931322Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:33:55.5639421Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:33:55.5639421Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-31T20:33:55.4858374Z","primaryEndpoints":{"dfs":"https://gsm1079311536xt.dfs.core.windows.net/","web":"https://gsm1079311536xt.z6.web.core.windows.net/","blob":"https://gsm1079311536xt.blob.core.windows.net/","queue":"https://gsm1079311536xt.queue.core.windows.net/","table":"https://gsm1079311536xt.table.core.windows.net/","file":"https://gsm1079311536xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1212953208xt","name":"gsm1212953208xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityweu","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-27T10:06:11.5827190Z","key2":"2023-01-22T10:04:24.4048026Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.1266253Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.1266253Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:09.0484965Z","primaryEndpoints":{"dfs":"https://gsm1212953208xt.dfs.core.windows.net/","web":"https://gsm1212953208xt.z6.web.core.windows.net/","blob":"https://gsm1212953208xt.blob.core.windows.net/","queue":"https://gsm1212953208xt.queue.core.windows.net/","table":"https://gsm1212953208xt.table.core.windows.net/","file":"https://gsm1212953208xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1920423455xt","name":"gsm1920423455xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagweu","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-26T08:22:35.7453186Z","key2":"2023-01-21T08:20:33.7244599Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:08.9859884Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:08.9859884Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:08.9078572Z","primaryEndpoints":{"dfs":"https://gsm1920423455xt.dfs.core.windows.net/","web":"https://gsm1920423455xt.z6.web.core.windows.net/","blob":"https://gsm1920423455xt.blob.core.windows.net/","queue":"https://gsm1920423455xt.queue.core.windows.net/","table":"https://gsm1920423455xt.table.core.windows.net/","file":"https://gsm1920423455xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm757504717xt","name":"gsm757504717xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditweu","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-27T08:12:19.1858523Z","key2":"2023-01-22T08:11:09.9357435Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.4079128Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.4079128Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:09.3298787Z","primaryEndpoints":{"dfs":"https://gsm757504717xt.dfs.core.windows.net/","web":"https://gsm757504717xt.z6.web.core.windows.net/","blob":"https://gsm757504717xt.blob.core.windows.net/","queue":"https://gsm757504717xt.queue.core.windows.net/","table":"https://gsm757504717xt.table.core.windows.net/","file":"https://gsm757504717xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1364877148xt","name":"gsm1364877148xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditase","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2021-04-29T17:55:11.7577346Z","key2":"2023-03-15T18:36:22.0032549Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.7343798Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.7343798Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:41.6719189Z","primaryEndpoints":{"dfs":"https://gsm1364877148xt.dfs.core.windows.net/","web":"https://gsm1364877148xt.z23.web.core.windows.net/","blob":"https://gsm1364877148xt.blob.core.windows.net/","queue":"https://gsm1364877148xt.queue.core.windows.net/","table":"https://gsm1364877148xt.table.core.windows.net/","file":"https://gsm1364877148xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm293072282xt","name":"gsm293072282xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagase","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-03-17T11:20:27.0757277Z","key2":"2023-03-11T15:43:18.2538811Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:40.4843241Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:40.4843241Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:40.4530856Z","primaryEndpoints":{"dfs":"https://gsm293072282xt.dfs.core.windows.net/","web":"https://gsm293072282xt.z23.web.core.windows.net/","blob":"https://gsm293072282xt.blob.core.windows.net/","queue":"https://gsm293072282xt.queue.core.windows.net/","table":"https://gsm293072282xt.table.core.windows.net/","file":"https://gsm293072282xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm652881509xt","name":"gsm652881509xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecase","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-23T02:48:19.2605229Z","key2":"2023-01-17T08:03:51.5853536Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:27:01.7959092Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:27:01.7959092Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-31T20:27:01.7334373Z","primaryEndpoints":{"dfs":"https://gsm652881509xt.dfs.core.windows.net/","web":"https://gsm652881509xt.z23.web.core.windows.net/","blob":"https://gsm652881509xt.blob.core.windows.net/","queue":"https://gsm652881509xt.queue.core.windows.net/","table":"https://gsm652881509xt.table.core.windows.net/","file":"https://gsm652881509xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm665873655xt","name":"gsm665873655xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityase","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-03-15T22:08:39.3406329Z","key2":"2023-03-10T07:30:08.4982799Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.3280923Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.3280923Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:41.2812263Z","primaryEndpoints":{"dfs":"https://gsm665873655xt.dfs.core.windows.net/","web":"https://gsm665873655xt.z23.web.core.windows.net/","blob":"https://gsm665873655xt.blob.core.windows.net/","queue":"https://gsm665873655xt.queue.core.windows.net/","table":"https://gsm665873655xt.table.core.windows.net/","file":"https://gsm665873655xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1013760812xt","name":"gsm1013760812xt","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecussc","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-28T14:46:18.9021520Z","key2":"2023-01-23T08:40:45.9176662Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-01T23:35:19.3043038Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-01T23:35:19.3043038Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-01T23:35:19.2092898Z","primaryEndpoints":{"dfs":"https://gsm1013760812xt.dfs.core.windows.net/","web":"https://gsm1013760812xt.z21.web.core.windows.net/","blob":"https://gsm1013760812xt.blob.core.windows.net/","queue":"https://gsm1013760812xt.queue.core.windows.net/","table":"https://gsm1013760812xt.table.core.windows.net/","file":"https://gsm1013760812xt.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1481752393xt","name":"gsm1481752393xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditaue","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2022-12-11T02:08:01.5135580Z","key2":"2022-12-06T02:06:17.2106220Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.9325477Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.9325477Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.8699546Z","primaryEndpoints":{"dfs":"https://gsm1481752393xt.dfs.core.windows.net/","web":"https://gsm1481752393xt.z8.web.core.windows.net/","blob":"https://gsm1481752393xt.blob.core.windows.net/","queue":"https://gsm1481752393xt.queue.core.windows.net/","table":"https://gsm1481752393xt.table.core.windows.net/","file":"https://gsm1481752393xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm175927945xt","name":"gsm175927945xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagaue","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2022-12-12T13:02:05.1185199Z","key2":"2022-12-07T13:00:29.7909142Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6824967Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6824967Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.6043190Z","primaryEndpoints":{"dfs":"https://gsm175927945xt.dfs.core.windows.net/","web":"https://gsm175927945xt.z8.web.core.windows.net/","blob":"https://gsm175927945xt.blob.core.windows.net/","queue":"https://gsm175927945xt.queue.core.windows.net/","table":"https://gsm175927945xt.table.core.windows.net/","file":"https://gsm175927945xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1929878860xt","name":"gsm1929878860xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecaue","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-03-09T13:55:08.5541466Z","key2":"2023-03-03T11:35:56.1217273Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-11T00:59:46.7551547Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-11T00:59:46.7551547Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-03-11T00:59:46.6769818Z","primaryEndpoints":{"dfs":"https://gsm1929878860xt.dfs.core.windows.net/","web":"https://gsm1929878860xt.z8.web.core.windows.net/","blob":"https://gsm1929878860xt.blob.core.windows.net/","queue":"https://gsm1929878860xt.queue.core.windows.net/","table":"https://gsm1929878860xt.table.core.windows.net/","file":"https://gsm1929878860xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2273607188xt","name":"gsm2273607188xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditsy","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3565367Z","key2":"2023-01-05T03:42:01.3565367Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.8722599Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.8722599Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2940438Z","primaryEndpoints":{"dfs":"https://gsm2273607188xt.dfs.core.windows.net/","web":"https://gsm2273607188xt.z8.web.core.windows.net/","blob":"https://gsm2273607188xt.blob.core.windows.net/","queue":"https://gsm2273607188xt.queue.core.windows.net/","table":"https://gsm2273607188xt.table.core.windows.net/","file":"https://gsm2273607188xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm40701790xt","name":"gsm40701790xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityaue","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2022-12-11T06:35:36.7208308Z","key2":"2022-12-06T06:33:31.1701235Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6981732Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6981732Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.6043190Z","primaryEndpoints":{"dfs":"https://gsm40701790xt.dfs.core.windows.net/","web":"https://gsm40701790xt.z8.web.core.windows.net/","blob":"https://gsm40701790xt.blob.core.windows.net/","queue":"https://gsm40701790xt.queue.core.windows.net/","table":"https://gsm40701790xt.table.core.windows.net/","file":"https://gsm40701790xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm419531226xt","name":"gsm419531226xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecaue","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-11T06:40:10.3879897Z","key2":"2022-12-06T06:37:36.8335211Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:38:31.8079251Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:38:31.8079251Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:38:31.7454063Z","primaryEndpoints":{"dfs":"https://gsm419531226xt.dfs.core.windows.net/","web":"https://gsm419531226xt.z8.web.core.windows.net/","blob":"https://gsm419531226xt.blob.core.windows.net/","queue":"https://gsm419531226xt.queue.core.windows.net/","table":"https://gsm419531226xt.table.core.windows.net/","file":"https://gsm419531226xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm4207516453xt","name":"gsm4207516453xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecuritysy","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3252937Z","key2":"2023-01-05T03:42:01.3252937Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:02.0597744Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:02.0597744Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2627948Z","primaryEndpoints":{"dfs":"https://gsm4207516453xt.dfs.core.windows.net/","web":"https://gsm4207516453xt.z8.web.core.windows.net/","blob":"https://gsm4207516453xt.blob.core.windows.net/","queue":"https://gsm4207516453xt.queue.core.windows.net/","table":"https://gsm4207516453xt.table.core.windows.net/","file":"https://gsm4207516453xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm868844794xt","name":"gsm868844794xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagsy","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3252937Z","key2":"2023-01-05T03:42:01.3252937Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.9347064Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.9347064Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2315310Z","primaryEndpoints":{"dfs":"https://gsm868844794xt.dfs.core.windows.net/","web":"https://gsm868844794xt.z8.web.core.windows.net/","blob":"https://gsm868844794xt.blob.core.windows.net/","queue":"https://gsm868844794xt.queue.core.windows.net/","table":"https://gsm868844794xt.table.core.windows.net/","file":"https://gsm868844794xt.file.core.windows.net/"},"primaryLocation":"australiaeast","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":"2023-05-31T18:48:07.9313544Z","key2":"2023-05-31T18:48:07.9313544Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:48:08.0250971Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:48:08.0250971Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:48:07.8220532Z","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_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1026482873xt","name":"gsm1026482873xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-25T03:35:32.2734558Z","key2":"2023-01-20T03:24:00.5425715Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:07.1214500Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:07.1214500Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:07.0432951Z","primaryEndpoints":{"dfs":"https://gsm1026482873xt.dfs.core.windows.net/","web":"https://gsm1026482873xt.z5.web.core.windows.net/","blob":"https://gsm1026482873xt.blob.core.windows.net/","queue":"https://gsm1026482873xt.queue.core.windows.net/","table":"https://gsm1026482873xt.table.core.windows.net/","file":"https://gsm1026482873xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1379084574xt","name":"gsm1379084574xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-24T14:33:18.3486639Z","key2":"2023-01-18T17:47:22.4239288Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.6631204Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.6631204Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.5693726Z","primaryEndpoints":{"blob":"https://gsm1379084574xt.blob.core.windows.net/","queue":"https://gsm1379084574xt.queue.core.windows.net/","table":"https://gsm1379084574xt.table.core.windows.net/","file":"https://gsm1379084574xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1447722388xt","name":"gsm1447722388xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-26T03:47:20.7184362Z","key2":"2023-01-21T03:46:01.7763634Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T23:22:24.4973514Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T23:22:24.4973514Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T23:22:24.4348196Z","primaryEndpoints":{"dfs":"https://gsm1447722388xt.dfs.core.windows.net/","web":"https://gsm1447722388xt.z5.web.core.windows.net/","blob":"https://gsm1447722388xt.blob.core.windows.net/","queue":"https://gsm1447722388xt.queue.core.windows.net/","table":"https://gsm1447722388xt.table.core.windows.net/","file":"https://gsm1447722388xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1476133271xt","name":"gsm1476133271xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-23T19:01:28.5846813Z","key2":"2023-01-18T18:38:43.7448823Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:39.0381165Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:39.0381165Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.8506247Z","primaryEndpoints":{"blob":"https://gsm1476133271xt.blob.core.windows.net/","queue":"https://gsm1476133271xt.queue.core.windows.net/","table":"https://gsm1476133271xt.table.core.windows.net/","file":"https://gsm1476133271xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1942585003xt","name":"gsm1942585003xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-22T17:48:26.2317506Z","key2":"2023-01-17T10:57:43.5758196Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.9600197Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.9600197Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.7881214Z","primaryEndpoints":{"blob":"https://gsm1942585003xt.blob.core.windows.net/","queue":"https://gsm1942585003xt.queue.core.windows.net/","table":"https://gsm1942585003xt.table.core.windows.net/","file":"https://gsm1942585003xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2056373296xt","name":"gsm2056373296xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsoleauditusw2","GenevaWPStorageGroupName":"azureserialconsoleaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-26T11:54:18.4226083Z","key2":"2023-01-21T11:53:06.6995339Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.7788645Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.7788645Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.7007646Z","primaryEndpoints":{"dfs":"https://gsm2056373296xt.dfs.core.windows.net/","web":"https://gsm2056373296xt.z5.web.core.windows.net/","blob":"https://gsm2056373296xt.blob.core.windows.net/","queue":"https://gsm2056373296xt.queue.core.windows.net/","table":"https://gsm2056373296xt.table.core.windows.net/","file":"https://gsm2056373296xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm357271585xt","name":"gsm357271585xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-27T12:15:08.6536157Z","key2":"2023-01-22T12:13:19.5800918Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.2776242Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.2776242Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:00.1995026Z","primaryEndpoints":{"dfs":"https://gsm357271585xt.dfs.core.windows.net/","web":"https://gsm357271585xt.z5.web.core.windows.net/","blob":"https://gsm357271585xt.blob.core.windows.net/","queue":"https://gsm357271585xt.queue.core.windows.net/","table":"https://gsm357271585xt.table.core.windows.net/","file":"https://gsm357271585xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm38273077xt","name":"gsm38273077xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsolesecurityusw2","GenevaWPStorageGroupName":"azureserialconsolesecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-25T09:51:31.3539534Z","key2":"2023-01-20T09:01:33.1340416Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.6225485Z","primaryEndpoints":{"dfs":"https://gsm38273077xt.dfs.core.windows.net/","web":"https://gsm38273077xt.z5.web.core.windows.net/","blob":"https://gsm38273077xt.blob.core.windows.net/","queue":"https://gsm38273077xt.queue.core.windows.net/","table":"https://gsm38273077xt.table.core.windows.net/","file":"https://gsm38273077xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm61894826xt","name":"gsm61894826xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-22T20:55:56.7960803Z","key2":"2022-12-17T11:13:48.1848332Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-10T01:07:27.7640567Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-10T01:07:27.7640567Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-10T01:07:27.6846918Z","primaryEndpoints":{"blob":"https://gsm61894826xt.blob.core.windows.net/","queue":"https://gsm61894826xt.queue.core.windows.net/","table":"https://gsm61894826xt.table.core.windows.net/","file":"https://gsm61894826xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm627614588xt","name":"gsm627614588xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsolediagusw2","GenevaWPStorageGroupName":"azureserialconsolediag"},"properties":{"keyCreationTime":{"key1":"2023-01-25T09:35:05.5956088Z","key2":"2023-01-20T03:22:09.3245854Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.6069267Z","primaryEndpoints":{"dfs":"https://gsm627614588xt.dfs.core.windows.net/","web":"https://gsm627614588xt.z5.web.core.windows.net/","blob":"https://gsm627614588xt.blob.core.windows.net/","queue":"https://gsm627614588xt.queue.core.windows.net/","table":"https://gsm627614588xt.table.core.windows.net/","file":"https://gsm627614588xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm704755552xt","name":"gsm704755552xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-25T21:11:36.8109587Z","key2":"2023-01-20T10:54:10.0603713Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.1058474Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.1058474Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:00.0276604Z","primaryEndpoints":{"dfs":"https://gsm704755552xt.dfs.core.windows.net/","web":"https://gsm704755552xt.z5.web.core.windows.net/","blob":"https://gsm704755552xt.blob.core.windows.net/","queue":"https://gsm704755552xt.queue.core.windows.net/","table":"https://gsm704755552xt.table.core.windows.net/","file":"https://gsm704755552xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm991680768xt","name":"gsm991680768xt","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuswc","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-03-31T15:08:16.2015333Z","key2":"2023-03-26T02:22:52.5217946Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-09T19:24:36.5205408Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-09T19:24:36.5205408Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-09T19:24:36.4580385Z","primaryEndpoints":{"dfs":"https://gsm991680768xt.dfs.core.windows.net/","web":"https://gsm991680768xt.z4.web.core.windows.net/","blob":"https://gsm991680768xt.blob.core.windows.net/","queue":"https://gsm991680768xt.queue.core.windows.net/","table":"https://gsm991680768xt.table.core.windows.net/","file":"https://gsm991680768xt.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available","secondaryLocation":"westus2","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2355697502xt","name":"gsm2355697502xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecuritysec","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:39.4380306Z","key2":"2023-01-05T21:51:39.4380306Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.4380306Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.4380306Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:39.3911570Z","primaryEndpoints":{"dfs":"https://gsm2355697502xt.dfs.core.windows.net/","web":"https://gsm2355697502xt.z1.web.core.windows.net/","blob":"https://gsm2355697502xt.blob.core.windows.net/","queue":"https://gsm2355697502xt.queue.core.windows.net/","table":"https://gsm2355697502xt.table.core.windows.net/","file":"https://gsm2355697502xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm3577301791xt","name":"gsm3577301791xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditsec","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:39.2349014Z","key2":"2023-01-05T21:51:39.2349014Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.2349014Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.2349014Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:39.1724007Z","primaryEndpoints":{"dfs":"https://gsm3577301791xt.dfs.core.windows.net/","web":"https://gsm3577301791xt.z1.web.core.windows.net/","blob":"https://gsm3577301791xt.blob.core.windows.net/","queue":"https://gsm3577301791xt.queue.core.windows.net/","table":"https://gsm3577301791xt.table.core.windows.net/","file":"https://gsm3577301791xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm4163209401xt","name":"gsm4163209401xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagsec","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:40.5161768Z","key2":"2023-01-05T21:51:40.5161768Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:40.5161768Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:40.5161768Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:40.4693012Z","primaryEndpoints":{"dfs":"https://gsm4163209401xt.dfs.core.windows.net/","web":"https://gsm4163209401xt.z1.web.core.windows.net/","blob":"https://gsm4163209401xt.blob.core.windows.net/","queue":"https://gsm4163209401xt.queue.core.windows.net/","table":"https://gsm4163209401xt.table.core.windows.net/","file":"https://gsm4163209401xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm916952798xt","name":"gsm916952798xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecsec","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:54:07.8478067Z","key2":"2023-01-05T21:54:07.8478067Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:54:07.8634091Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:54:07.8634091Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:54:07.8009289Z","primaryEndpoints":{"dfs":"https://gsm916952798xt.dfs.core.windows.net/","web":"https://gsm916952798xt.z1.web.core.windows.net/","blob":"https://gsm916952798xt.blob.core.windows.net/","queue":"https://gsm916952798xt.queue.core.windows.net/","table":"https://gsm916952798xt.table.core.windows.net/","file":"https://gsm916952798xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}}]}' headers: cache-control: - no-cache content-length: - - '38475' + - '83391' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:17:18 GMT + - Wed, 31 May 2023 19:02:57 GMT expires: - '-1' pragma: @@ -5792,14 +6176,16 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 34e9dbd0-147e-45cd-9ca8-d076fed8cb94 - - 88e57620-9adc-48bb-ae00-9e4c242de9af - - 89d38f2b-4cde-4b01-8d6f-b09e85833fb6 - - 007e0d88-ceaa-41c2-85bf-0d3484e1cd7b - - cc938a28-83d9-4bc8-81f7-979f342f0ff8 - - 94a7c867-00bf-46c0-9ec9-6cefbb50e6ef - - 0c15aef3-ef0f-47b6-bcae-9f9882839e20 - - 0fedc39a-ac7f-4ff3-85be-8b82a8362b8a + - 6185cb87-49fb-4e8c-b3c6-54b4253a1da9 + - 37bf6603-e1b0-49e4-adfe-b088816c81d8 + - 438d45ab-f54e-4d9f-ac0d-57acfc0c8fda + - 82161f8c-9c70-4713-beac-f5c5344d9689 + - b657cc34-0a11-4660-9a40-e314773aa830 + - 4d200190-2e1a-4035-ad39-03b3b38d7fd4 + - 43c59a43-a7a7-40a4-be9c-9a2561609961 + - e26dc4f0-8d80-4377-a98d-882cdd384bb3 + - 408d1f4b-e0a1-479e-a8e0-345aeecff781 + - c3802ab8-2984-46ab-ab2e-d7834aa4f0eb status: code: 200 message: OK @@ -5817,12 +6203,12 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Storage/storageAccounts/cli000002?api-version=2022-09-01 response: body: - string: '{"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":"2023-03-06T15:00:46.5594874Z","key2":"2023-03-06T15:00:46.5594874Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T15:00:46.8094615Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T15:00:46.8094615Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T15:00:46.4501501Z","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"}}' + string: '{"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":"2023-05-31T18:48:07.9313544Z","key2":"2023-05-31T18:48:07.9313544Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:48:08.0250971Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:48:08.0250971Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:48:07.8220532Z","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"}}' headers: cache-control: - no-cache @@ -5831,7 +6217,7 @@ interactions: content-type: - application/json date: - - Mon, 06 Mar 2023 15:17:19 GMT + - Wed, 31 May 2023 19:02:58 GMT expires: - '-1' pragma: @@ -5863,8 +6249,8 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 response: @@ -5878,7 +6264,7 @@ interactions: content-type: - application/json; charset=UTF-8 date: - - Mon, 06 Mar 2023 15:17:19 GMT + - Wed, 31 May 2023 19:02:57 GMT expires: - '-1' pragma: @@ -5916,7 +6302,7 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/start?api-version=2022-11-01 response: @@ -5926,17 +6312,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/01357510-ca89-48be-b04a-648d14558427?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/50f7cd04-0f16-4fa9-b747-f0230b99cbba?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 cache-control: - no-cache content-length: - '0' date: - - Mon, 06 Mar 2023 15:17:20 GMT + - Wed, 31 May 2023 19:02:59 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/01357510-ca89-48be-b04a-648d14558427?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/50f7cd04-0f16-4fa9-b747-f0230b99cbba?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 pragma: - no-cache server: @@ -5947,9 +6333,9 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1188,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3048,Microsoft.Compute/VmssQueuedVMOperations;0 + - Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1183,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1197,Microsoft.Compute/VmssQueuedVMOperations;0 x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' x-ms-request-charge: - '1' status: @@ -5969,14 +6355,64 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/50f7cd04-0f16-4fa9-b747-f0230b99cbba?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 + response: + body: + string: "{\r\n \"startTime\": \"2023-05-31T19:02:59.5747273+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"50f7cd04-0f16-4fa9-b747-f0230b99cbba\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 19:02: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;14987,Microsoft.Compute/GetOperation30Min;29782 + 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.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/01357510-ca89-48be-b04a-648d14558427?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/50f7cd04-0f16-4fa9-b747-f0230b99cbba?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:17:20.1555021+00:00\",\r\n \"endTime\": - \"2023-03-06T15:17:29.7961077+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"01357510-ca89-48be-b04a-648d14558427\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T19:02:59.5747273+00:00\",\r\n \"endTime\": + \"2023-05-31T19:03:07.6059418+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"50f7cd04-0f16-4fa9-b747-f0230b99cbba\"\r\n}" headers: cache-control: - no-cache @@ -5985,7 +6421,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:17:50 GMT + - Wed, 31 May 2023 19:03:29 GMT expires: - '-1' pragma: @@ -6002,7 +6438,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29773 + - Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29780 status: code: 200 message: OK @@ -6020,9 +6456,9 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/01357510-ca89-48be-b04a-648d14558427?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/50f7cd04-0f16-4fa9-b747-f0230b99cbba?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 response: body: string: '' @@ -6032,7 +6468,7 @@ interactions: content-length: - '0' date: - - Mon, 06 Mar 2023 15:17:50 GMT + - Wed, 31 May 2023 19:03:29 GMT expires: - '-1' pragma: @@ -6045,7 +6481,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29772 + - Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29779 status: code: 200 message: OK @@ -6063,7 +6499,7 @@ interactions: ParameterSetName: - --name --resource-group --set User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2022-11-01 response: @@ -6073,8 +6509,8 @@ interactions: \"westus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-westus2\": - {\r\n \"principalId\": \"684d55e2-8922-4966-a660-2d38ca4a1711\",\r\n - \ \"clientId\": \"6d45cf55-f311-4228-97b0-c22ae418aad6\"\r\n }\r\n + {\r\n \"principalId\": \"0fdff7b9-2496-486b-b380-a06601508170\",\r\n + \ \"clientId\": \"12f2a140-5109-4e1a-8aa0-d0517def37fb\"\r\n }\r\n \ }\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 \"orchestrationMode\": \"Uniform\",\r\n \"upgradePolicy\": @@ -6083,13 +6519,13 @@ interactions: 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\",\r\n \"maxSurge\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": - {\r\n \"computerNamePrefix\": \"cliuz26de\",\r\n \"adminUsername\": - \"rhoover\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": + {\r\n \"computerNamePrefix\": \"clilb05fb\",\r\n \"adminUsername\": + \"rhkodiak\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n - \ },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": @@ -6098,7 +6534,7 @@ interactions: \ \"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\":\"cliuz26deNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cliuz26deIPConfig\",\"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 + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"clilb05fbNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"clilb05fbIPConfig\",\"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\": @@ -6116,17 +6552,17 @@ interactions: {\"enableGenevaUpload\":true,\"enableAutoConfig\":true,\"reportSuccessOnUnsupportedDistro\":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\": \"6aa1f17d-1da0-4dfe-b11e-b77e59e02135\",\r\n - \ \"timeCreated\": \"2023-03-06T15:01:24.7059254+00:00\"\r\n }\r\n}" + false,\r\n \"uniqueId\": \"1dd014e1-9fe6-4b2d-8bf6-308d33c41652\",\r\n + \ \"timeCreated\": \"2023-05-31T18:48:49.1490764+00:00\"\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '5540' + - '5535' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:17:50 GMT + - Wed, 31 May 2023 19:03:30 GMT expires: - '-1' pragma: @@ -6143,7 +6579,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2493 + - Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2503 status: code: 200 message: OK @@ -6155,17 +6591,17 @@ interactions: {"maxBatchInstancePercent": 20, "maxUnhealthyInstancePercent": 20, "maxUnhealthyUpgradedInstancePercent": 20, "pauseTimeBetweenBatches": "PT0S", "rollbackFailedInstancesOnPolicyBreach": false, "maxSurge": false}}, "virtualMachineProfile": {"osProfile": {"computerNamePrefix": - "cliuz26de", "adminUsername": "rhoover", "linuxConfiguration": {"disablePasswordAuthentication": - true, "ssh": {"publicKeys": [{"path": "/home/rhoover/.ssh/authorized_keys", - "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\n"}]}, "provisionVMAgent": true, "enableVMAgentPlatformUpdates": + "clilb05fb", "adminUsername": "rhkodiak", "linuxConfiguration": {"disablePasswordAuthentication": + true, "ssh": {"publicKeys": [{"path": "/home/rhkodiak/.ssh/authorized_keys", + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\n"}]}, "provisionVMAgent": true, "enableVMAgentPlatformUpdates": false}, "secrets": [], "allowExtensionOperations": true, "requireGuestProvisionSignal": true}, "storageProfile": {"osDisk": {"caching": "ReadWrite", "createOption": "FromImage", "diskSizeGB": 30, "osType": "Linux", "managedDisk": {"storageAccountType": "Premium_LRS"}}}, "networkProfile": {"networkInterfaceConfigurations": [{"name": - "cliuz26deNic", "properties": {"primary": true, "enableAcceleratedNetworking": + "clilb05fbNic", "properties": {"primary": true, "enableAcceleratedNetworking": false, "disableTcpStateTracking": false, "dnsSettings": {"dnsServers": []}, - "ipConfigurations": [{"name": "cliuz26deIPConfig", "properties": {"subnet": + "ipConfigurations": [{"name": "clilb05fbIPConfig", "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"}], @@ -6190,13 +6626,13 @@ interactions: Connection: - keep-alive Content-Length: - - '3839' + - '3834' Content-Type: - application/json ParameterSetName: - --name --resource-group --set User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2022-11-01 response: @@ -6206,8 +6642,8 @@ interactions: \"westus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-westus2\": - {\r\n \"principalId\": \"684d55e2-8922-4966-a660-2d38ca4a1711\",\r\n - \ \"clientId\": \"6d45cf55-f311-4228-97b0-c22ae418aad6\"\r\n }\r\n + {\r\n \"principalId\": \"0fdff7b9-2496-486b-b380-a06601508170\",\r\n + \ \"clientId\": \"12f2a140-5109-4e1a-8aa0-d0517def37fb\"\r\n }\r\n \ }\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 \"orchestrationMode\": \"Uniform\",\r\n \"upgradePolicy\": @@ -6216,13 +6652,13 @@ interactions: 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\",\r\n \"maxSurge\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": - {\r\n \"computerNamePrefix\": \"cliuz26de\",\r\n \"adminUsername\": - \"rhoover\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": + {\r\n \"computerNamePrefix\": \"clilb05fb\",\r\n \"adminUsername\": + \"rhkodiak\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n - \ },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": @@ -6231,7 +6667,7 @@ interactions: \ \"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\":\"cliuz26deNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cliuz26deIPConfig\",\"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 + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"clilb05fbNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"clilb05fbIPConfig\",\"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\": @@ -6249,21 +6685,21 @@ interactions: {\"enableGenevaUpload\":true,\"enableAutoConfig\":true,\"reportSuccessOnUnsupportedDistro\":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\": \"6aa1f17d-1da0-4dfe-b11e-b77e59e02135\",\r\n - \ \"timeCreated\": \"2023-03-06T15:01:24.7059254+00:00\"\r\n }\r\n}" + false,\r\n \"uniqueId\": \"1dd014e1-9fe6-4b2d-8bf6-308d33c41652\",\r\n + \ \"timeCreated\": \"2023-05-31T18:48:49.1490764+00:00\"\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/333ea9a0-12bd-4653-af62-c7543032d356?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/0c430ac5-6544-40c8-a836-a6cc3602dcde?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 cache-control: - no-cache content-length: - - '5540' + - '5535' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:17:54 GMT + - Wed, 31 May 2023 19:03:34 GMT expires: - '-1' pragma: @@ -6280,9 +6716,9 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/CreateVMScaleSet3Min;151,Microsoft.Compute/CreateVMScaleSet30Min;748,Microsoft.Compute/VmssQueuedVMOperations;0 + - Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;286,Microsoft.Compute/VmssQueuedVMOperations;0 x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' x-ms-request-charge: - '0' status: @@ -6302,14 +6738,14 @@ interactions: ParameterSetName: - --name --resource-group --set User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/333ea9a0-12bd-4653-af62-c7543032d356?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/0c430ac5-6544-40c8-a836-a6cc3602dcde?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:17:54.6554122+00:00\",\r\n \"endTime\": - \"2023-03-06T15:17:54.9835776+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"333ea9a0-12bd-4653-af62-c7543032d356\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T19:03:33.9029343+00:00\",\r\n \"endTime\": + \"2023-05-31T19:03:34.1685373+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"0c430ac5-6544-40c8-a836-a6cc3602dcde\"\r\n}" headers: cache-control: - no-cache @@ -6318,7 +6754,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:18:04 GMT + - Wed, 31 May 2023 19:03:34 GMT expires: - '-1' pragma: @@ -6335,7 +6771,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29771 + - Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29778 status: code: 200 message: OK @@ -6353,7 +6789,7 @@ interactions: ParameterSetName: - --name --resource-group --set User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2022-11-01 response: @@ -6363,8 +6799,8 @@ interactions: \"westus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-westus2\": - {\r\n \"principalId\": \"684d55e2-8922-4966-a660-2d38ca4a1711\",\r\n - \ \"clientId\": \"6d45cf55-f311-4228-97b0-c22ae418aad6\"\r\n }\r\n + {\r\n \"principalId\": \"0fdff7b9-2496-486b-b380-a06601508170\",\r\n + \ \"clientId\": \"12f2a140-5109-4e1a-8aa0-d0517def37fb\"\r\n }\r\n \ }\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 \"orchestrationMode\": \"Uniform\",\r\n \"upgradePolicy\": @@ -6373,13 +6809,13 @@ interactions: 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\",\r\n \"maxSurge\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": - {\r\n \"computerNamePrefix\": \"cliuz26de\",\r\n \"adminUsername\": - \"rhoover\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": + {\r\n \"computerNamePrefix\": \"clilb05fb\",\r\n \"adminUsername\": + \"rhkodiak\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n - \ },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": @@ -6388,7 +6824,7 @@ interactions: \ \"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\":\"cliuz26deNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cliuz26deIPConfig\",\"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 + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"clilb05fbNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"clilb05fbIPConfig\",\"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\": @@ -6406,17 +6842,17 @@ interactions: {\"enableGenevaUpload\":true,\"enableAutoConfig\":true,\"reportSuccessOnUnsupportedDistro\":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\": \"6aa1f17d-1da0-4dfe-b11e-b77e59e02135\",\r\n - \ \"timeCreated\": \"2023-03-06T15:01:24.7059254+00:00\"\r\n }\r\n}" + false,\r\n \"uniqueId\": \"1dd014e1-9fe6-4b2d-8bf6-308d33c41652\",\r\n + \ \"timeCreated\": \"2023-05-31T18:48:49.1490764+00:00\"\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '5541' + - '5536' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:18:05 GMT + - Wed, 31 May 2023 19:03:34 GMT expires: - '-1' pragma: @@ -6433,7 +6869,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMScaleSet3Min;394,Microsoft.Compute/GetVMScaleSet30Min;2489 + - Microsoft.Compute/GetVMScaleSet3Min;394,Microsoft.Compute/GetVMScaleSet30Min;2500 status: code: 200 message: OK @@ -6451,61 +6887,61 @@ interactions: ParameterSetName: - --name --resource-group --set User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualMachines/3/instanceView?api-version=2022-11-01 response: body: - string: "{\r\n \"placementGroupId\": \"fe2728fc-c0cb-4cea-8d91-bb960a1e6c3b\",\r\n + string: "{\r\n \"placementGroupId\": \"d46de32e-58a5-4fdc-87e3-cdf3b3d142ce\",\r\n \ \"platformUpdateDomain\": 1,\r\n \"platformFaultDomain\": 1,\r\n \"computerName\": - \"cliuz26de000003\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n + \"clilb05fb000003\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n \ \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.9.0.4\",\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\": \"2023-03-06T15:17:46+00:00\"\r\n + \"Guest Agent is running\",\r\n \"time\": \"2023-05-31T19:03:27+00:00\"\r\n \ }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": - \"1.25.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \"1.26.2\",\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.21.115\",\r\n \"status\": {\r\n + \ \"typeHandlerVersion\": \"2.22.158\",\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\": \"cliuztvtdw4jbve2omq7cliuztvtdw4jbve2omq73OS__1_023d79a2b12548fba5c6e457bd338d14\",\r\n + [\r\n {\r\n \"name\": \"clilbofyinawioqmxrxsclilbofyinawioqmxrxsjOS__1_3fed4842693d46dfbc0fdbda6f24f442\",\r\n \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2023-03-06T15:13:46.5311755+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T18:59:25.0737598+00:00\"\r\n \ }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": {\r\n \"consoleScreenshotBlobUri\": - \"https://cli000002.blob.core.windows.net/bootdiagnostics-cliuztvtd-ffa83b08-9cdf-4ddd-8c22-38ec3747c4fa/cli000003_3.ffa83b08-9cdf-4ddd-8c22-38ec3747c4fa.screenshot.bmp\",\r\n - \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cliuztvtd-ffa83b08-9cdf-4ddd-8c22-38ec3747c4fa/cli000003_3.ffa83b08-9cdf-4ddd-8c22-38ec3747c4fa.serialconsole.log\"\r\n + \"https://cli000002.blob.core.windows.net/bootdiagnostics-clilbofyi-560d140f-cd86-4bdb-83b9-19579f8b94d7/cli000003_3.560d140f-cd86-4bdb-83b9-19579f8b94d7.screenshot.bmp\",\r\n + \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-clilbofyi-560d140f-cd86-4bdb-83b9-19579f8b94d7/cli000003_3.560d140f-cd86-4bdb-83b9-19579f8b94d7.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.25.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \"1.26.2\",\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.21.115\",\r\n \"statuses\": [\r\n {\r\n + \ \"typeHandlerVersion\": \"2.22.158\",\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\": - \"2023-03-06T15:17:29.7648653+00:00\"\r\n },\r\n {\r\n \"code\": + \"2023-05-31T19:03:07.574679+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: - - '3219' + - '3218' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:18:06 GMT + - Wed, 31 May 2023 19:03:34 GMT expires: - '-1' pragma: @@ -6522,7 +6958,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMScaleSetVM3Min;498,Microsoft.Compute/GetVMScaleSetVM30Min;2470,Microsoft.Compute/VMScaleSetVMViews3Min;4998 + - Microsoft.Compute/GetVMScaleSetVM3Min;498,Microsoft.Compute/GetVMScaleSetVM30Min;2472,Microsoft.Compute/VMScaleSetVMViews3Min;4998 x-ms-request-charge: - '1' status: @@ -6542,21 +6978,21 @@ interactions: ParameterSetName: - --name --resource-group --set User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/storageAccounts?api-version=2022-09-01 response: body: - string: '{"value":[{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-eastus/providers/Microsoft.Storage/storageAccounts/cs210032001f4814ba9","name":"cs210032001f4814ba9","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-05-16T14:16:22.3477819Z","key2":"2022-05-16T14:16:22.3477819Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-16T14:16:22.3477819Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-16T14:16:22.3477819Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-16T14:16:22.2227752Z","primaryEndpoints":{"dfs":"https://cs210032001f4814ba9.dfs.core.windows.net/","web":"https://cs210032001f4814ba9.z13.web.core.windows.net/","blob":"https://cs210032001f4814ba9.blob.core.windows.net/","queue":"https://cs210032001f4814ba9.queue.core.windows.net/","table":"https://cs210032001f4814ba9.table.core.windows.net/","file":"https://cs210032001f4814ba9.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/guidomassonitest-rg/providers/Microsoft.Storage/storageAccounts/guidomassonitestrg88ad","name":"guidomassonitestrg88ad","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-01-23T18:52:02.5484088Z","key2":"2023-01-23T18:52:02.5484088Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-23T18:52:02.5484088Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-23T18:52:02.5484088Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-01-23T18:52:02.4077698Z","primaryEndpoints":{"blob":"https://guidomassonitestrg88ad.blob.core.windows.net/","queue":"https://guidomassonitestrg88ad.queue.core.windows.net/","table":"https://guidomassonitestrg88ad.table.core.windows.net/","file":"https://guidomassonitestrg88ad.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guidomtesttrafficmanagerrg/providers/Microsoft.Storage/storageAccounts/guidomteststoraccfortm","name":"guidomteststoraccfortm","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-10-18T18:01:13.5231266Z","key2":"2022-10-18T18:01:13.5231266Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-10-18T18:01:13.5387607Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-10-18T18:01:13.5387607Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-10-18T18:01:13.3825002Z","primaryEndpoints":{"dfs":"https://guidomteststoraccfortm.dfs.core.windows.net/","web":"https://guidomteststoraccfortm.z13.web.core.windows.net/","blob":"https://guidomteststoraccfortm.blob.core.windows.net/","queue":"https://guidomteststoraccfortm.queue.core.windows.net/","table":"https://guidomteststoraccfortm.table.core.windows.net/","file":"https://guidomteststoraccfortm.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://guidomteststoraccfortm-secondary.dfs.core.windows.net/","web":"https://guidomteststoraccfortm-secondary.z13.web.core.windows.net/","blob":"https://guidomteststoraccfortm-secondary.blob.core.windows.net/","queue":"https://guidomteststoraccfortm-secondary.queue.core.windows.net/","table":"https://guidomteststoraccfortm-secondary.table.core.windows.net/"}}},{"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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnervmrg-eastus/providers/Microsoft.Storage/storageAccounts/scrunneri2ezqh4xu2wqq","name":"scrunneri2ezqh4xu2wqq","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:01:12.9383535Z","key2":"2023-02-11T08:01:12.9383535Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:01:12.9383535Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:01:12.9383535Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:01:12.6883669Z","primaryEndpoints":{"blob":"https://scrunneri2ezqh4xu2wqq.blob.core.windows.net/","queue":"https://scrunneri2ezqh4xu2wqq.queue.core.windows.net/","table":"https://scrunneri2ezqh4xu2wqq.table.core.windows.net/","file":"https://scrunneri2ezqh4xu2wqq.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yuas-rg/providers/Microsoft.Storage/storageAccounts/yuasstorageacct","name":"yuasstorageacct","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-08-02T12:18:18.8547131Z","key2":"2022-08-02T12:18:18.8547131Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-08-02T12:18:18.8547131Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-08-02T12:18:18.8547131Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-08-02T12:18:18.7140969Z","primaryEndpoints":{"dfs":"https://yuasstorageacct.dfs.core.windows.net/","web":"https://yuasstorageacct.z13.web.core.windows.net/","blob":"https://yuasstorageacct.blob.core.windows.net/","queue":"https://yuasstorageacct.queue.core.windows.net/","table":"https://yuasstorageacct.table.core.windows.net/","file":"https://yuasstorageacct.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yuasstorageacct-secondary.dfs.core.windows.net/","web":"https://yuasstorageacct-secondary.z13.web.core.windows.net/","blob":"https://yuasstorageacct-secondary.blob.core.windows.net/","queue":"https://yuasstorageacct-secondary.queue.core.windows.net/","table":"https://yuasstorageacct-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bkerrigan-dev-rg/providers/Microsoft.Storage/storageAccounts/bktestsa2","name":"bktestsa2","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","immutableStorageWithVersioning":{"enabled":true},"keyCreationTime":{"key1":"2022-09-27T23:58:45.6496284Z","key2":"2022-09-27T23:58:45.6496284Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-09-27T23:58:46.2902461Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-09-27T23:58:46.2902461Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Cool","provisioningState":"Succeeded","creationTime":"2022-09-27T23:58:45.5558609Z","primaryEndpoints":{"dfs":"https://bktestsa2.dfs.core.windows.net/","web":"https://bktestsa2.z20.web.core.windows.net/","blob":"https://bktestsa2.blob.core.windows.net/","queue":"https://bktestsa2.queue.core.windows.net/","table":"https://bktestsa2.table.core.windows.net/","file":"https://bktestsa2.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/SCRunner/providers/Microsoft.Storage/storageAccounts/scrunnerstorage","name":"scrunnerstorage","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rhoover/providers/Microsoft.Storage/storageAccounts/rhooverstorage","name":"rhooverstorage","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-05-26T17:14:23.5085026Z","key2":"2022-05-26T17:14:23.5085026Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T17:14:23.5241285Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T17:14:23.5241285Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-26T17:14:23.4147520Z","primaryEndpoints":{"dfs":"https://rhooverstorage.dfs.core.windows.net/","web":"https://rhooverstorage.z21.web.core.windows.net/","blob":"https://rhooverstorage.blob.core.windows.net/","queue":"https://rhooverstorage.queue.core.windows.net/","table":"https://rhooverstorage.table.core.windows.net/","file":"https://rhooverstorage.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":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/scrunnervmrg-australiaeast/providers/Microsoft.Storage/storageAccounts/scrunner56hymyctm4kw2","name":"scrunner56hymyctm4kw2","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:42:58.2414102Z","key2":"2023-02-11T08:42:58.2414102Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:42:59.3196006Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:42:59.3196006Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:42:58.1476588Z","primaryEndpoints":{"blob":"https://scrunner56hymyctm4kw2.blob.core.windows.net/","queue":"https://scrunner56hymyctm4kw2.queue.core.windows.net/","table":"https://scrunner56hymyctm4kw2.table.core.windows.net/","file":"https://scrunner56hymyctm4kw2.file.core.windows.net/"},"primaryLocation":"australiaeast","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":"2023-03-06T15:00:46.5594874Z","key2":"2023-03-06T15:00:46.5594874Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T15:00:46.8094615Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T15:00:46.8094615Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T15:00:46.4501501Z","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_serialconsolex4geueyy52iloaspyxz3rrqwxv2syvnkjiljxbv522buwxqpiljme/providers/Microsoft.Storage/storageAccounts/clipf6qz5nxegbgku5yqzkd2","name":"clipf6qz5nxegbgku5yqzkd2","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T07:45:44.7937561Z","key2":"2023-03-06T07:45:44.7937561Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:45:45.1687946Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:45:45.1687946Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T07:45:44.7000168Z","primaryEndpoints":{"blob":"https://clipf6qz5nxegbgku5yqzkd2.blob.core.windows.net/","queue":"https://clipf6qz5nxegbgku5yqzkd2.queue.core.windows.net/","table":"https://clipf6qz5nxegbgku5yqzkd2.table.core.windows.net/","file":"https://clipf6qz5nxegbgku5yqzkd2.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_serialconsoledcvrpndxic4emeqq5apwkns4qa5owpy4jn3b536ks35zdrmn7bl5k/providers/Microsoft.Storage/storageAccounts/cliwqnm2fo7pftnxlk7c734i","name":"cliwqnm2fo7pftnxlk7c734i","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2023-03-06T07:34:57.7461613Z","key2":"2023-03-06T07:34:57.7461613Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:34:57.9961851Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T07:34:57.9961851Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T07:34:57.6368148Z","primaryEndpoints":{"blob":"https://cliwqnm2fo7pftnxlk7c734i.blob.core.windows.net/","queue":"https://cliwqnm2fo7pftnxlk7c734i.queue.core.windows.net/","table":"https://cliwqnm2fo7pftnxlk7c734i.table.core.windows.net/","file":"https://cliwqnm2fo7pftnxlk7c734i.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guptar2/providers/Microsoft.Storage/storageAccounts/guptar2diagnosticsv1","name":"guptar2diagnosticsv1","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-05T17:21:41.8250582Z","key2":"2022-04-05T17:21:41.8250582Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:21:41.8250582Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:21:41.8250582Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-05T17:21:41.7313240Z","primaryEndpoints":{"blob":"https://guptar2diagnosticsv1.blob.core.windows.net/","queue":"https://guptar2diagnosticsv1.queue.core.windows.net/","table":"https://guptar2diagnosticsv1.table.core.windows.net/","file":"https://guptar2diagnosticsv1.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/guptar2/providers/Microsoft.Storage/storageAccounts/guptar2diagnosticsv2","name":"guptar2diagnosticsv2","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-04-05T17:22:55.8411567Z","key2":"2022-04-05T17:22:55.8411567Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"resourceAccessRules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[{"value":"20.98.146.84","action":"Allow"},{"value":"20.83.222.102","action":"Allow"},{"value":"20.98.194.64","action":"Allow"},{"value":"20.69.5.162","action":"Allow"}],"defaultAction":"Deny"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:22:55.8411567Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-05T17:22:55.8411567Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-05T17:22:55.7318000Z","primaryEndpoints":{"dfs":"https://guptar2diagnosticsv2.dfs.core.windows.net/","web":"https://guptar2diagnosticsv2.z5.web.core.windows.net/","blob":"https://guptar2diagnosticsv2.blob.core.windows.net/","queue":"https://guptar2diagnosticsv2.queue.core.windows.net/","table":"https://guptar2diagnosticsv2.table.core.windows.net/","file":"https://guptar2diagnosticsv2.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sericonrp-trafficmanager/providers/Microsoft.Storage/storageAccounts/sericonrpdevtmstorage","name":"sericonrpdevtmstorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-11-30T19:15:41.5013570Z","key2":"2022-11-30T19:15:41.5013570Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-11-30T19:15:42.0638737Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-11-30T19:15:42.0638737Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-11-30T19:15:41.4075777Z","primaryEndpoints":{"dfs":"https://sericonrpdevtmstorage.dfs.core.windows.net/","web":"https://sericonrpdevtmstorage.z5.web.core.windows.net/","blob":"https://sericonrpdevtmstorage.blob.core.windows.net/","queue":"https://sericonrpdevtmstorage.queue.core.windows.net/","table":"https://sericonrpdevtmstorage.table.core.windows.net/","file":"https://sericonrpdevtmstorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sericonrpdevtmstorage-secondary.dfs.core.windows.net/","web":"https://sericonrpdevtmstorage-secondary.z5.web.core.windows.net/","blob":"https://sericonrpdevtmstorage-secondary.blob.core.windows.net/","queue":"https://sericonrpdevtmstorage-secondary.queue.core.windows.net/","table":"https://sericonrpdevtmstorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ops/providers/Microsoft.Storage/storageAccounts/sericonstorage","name":"sericonstorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2023-03-05T19:58:00.4355863Z","key2":"2023-03-05T19:58:00.4355863Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-05T19:58:00.9824831Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-05T19:58:00.9824831Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-03-05T19:58:00.3262342Z","primaryEndpoints":{"dfs":"https://sericonstorage.dfs.core.windows.net/","web":"https://sericonstorage.z5.web.core.windows.net/","blob":"https://sericonstorage.blob.core.windows.net/","queue":"https://sericonstorage.queue.core.windows.net/","table":"https://sericonstorage.table.core.windows.net/","file":"https://sericonstorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rhoover-dev-rg/providers/Microsoft.Storage/storageAccounts/rhooverdevrgdiag","name":"rhooverdevrgdiag","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-06-20T19:39:24.4605968Z","key2":"2022-06-20T19:39:24.4605968Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":false,"networkAcls":{"resourceAccessRules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[{"value":"20.98.146.84","action":"Allow"},{"value":"20.98.194.64","action":"Allow"},{"value":"20.69.5.162","action":"Allow"},{"value":"20.83.222.102","action":"Allow"},{"value":"76.197.206.105","action":"Allow"}],"defaultAction":"Deny"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-20T19:39:24.4762287Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-20T19:39:24.4762287Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-20T19:39:24.4137057Z","primaryEndpoints":{"blob":"https://rhooverdevrgdiag.blob.core.windows.net/","queue":"https://rhooverdevrgdiag.queue.core.windows.net/","table":"https://rhooverdevrgdiag.table.core.windows.net/","file":"https://rhooverdevrgdiag.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnervmrg-westcentralus/providers/Microsoft.Storage/storageAccounts/scrunneraoptpjec4skce","name":"scrunneraoptpjec4skce","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":"2023-02-11T08:40:40.0686467Z","key2":"2023-02-11T08:40:40.0686467Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:40:40.5842822Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-02-11T08:40:40.5842822Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-02-11T08:40:40.0061730Z","primaryEndpoints":{"blob":"https://scrunneraoptpjec4skce.blob.core.windows.net/","queue":"https://scrunneraoptpjec4skce.queue.core.windows.net/","table":"https://scrunneraoptpjec4skce.table.core.windows.net/","file":"https://scrunneraoptpjec4skce.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-westcentralus/providers/Microsoft.Storage/storageAccounts/scrunnerrfscmqxeni3uq","name":"scrunnerrfscmqxeni3uq","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"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/ubuntu-westus3_group/providers/Microsoft.Storage/storageAccounts/ubuntuwestus3groupdiag","name":"ubuntuwestus3groupdiag","type":"Microsoft.Storage/storageAccounts","location":"westus3","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-18T19:48:38.9882588Z","key2":"2022-04-18T19:48:38.9882588Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-18T19:48:38.9882588Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-18T19:48:38.9882588Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-18T19:48:38.9258191Z","primaryEndpoints":{"blob":"https://ubuntuwestus3groupdiag.blob.core.windows.net/","queue":"https://ubuntuwestus3groupdiag.queue.core.windows.net/","table":"https://ubuntuwestus3groupdiag.table.core.windows.net/","file":"https://ubuntuwestus3groupdiag.file.core.windows.net/"},"primaryLocation":"westus3","statusOfPrimary":"available"}}]}' + string: '{"value":[{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1043690549xt","name":"gsm1043690549xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2022-12-31T04:18:29.2926413Z","key2":"2022-12-25T23:25:55.8307065Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:56.6813607Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:56.6813607Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:56.5251102Z","primaryEndpoints":{"blob":"https://gsm1043690549xt.blob.core.windows.net/","queue":"https://gsm1043690549xt.queue.core.windows.net/","table":"https://gsm1043690549xt.table.core.windows.net/","file":"https://gsm1043690549xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1117986772xt","name":"gsm1117986772xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuse","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-04-03T10:54:38.3446142Z","key2":"2023-03-28T13:38:53.8995172Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-10T22:33:17.7969604Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-10T22:33:17.7969604Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-10T22:33:17.7344354Z","primaryEndpoints":{"dfs":"https://gsm1117986772xt.dfs.core.windows.net/","web":"https://gsm1117986772xt.z13.web.core.windows.net/","blob":"https://gsm1117986772xt.blob.core.windows.net/","queue":"https://gsm1117986772xt.queue.core.windows.net/","table":"https://gsm1117986772xt.table.core.windows.net/","file":"https://gsm1117986772xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1284065332xt","name":"gsm1284065332xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2022-12-29T15:04:07.1834140Z","key2":"2022-12-24T15:02:48.3875221Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:58.4782463Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:58.4782463Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:58.3219980Z","primaryEndpoints":{"blob":"https://gsm1284065332xt.blob.core.windows.net/","queue":"https://gsm1284065332xt.queue.core.windows.net/","table":"https://gsm1284065332xt.table.core.windows.net/","file":"https://gsm1284065332xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1660928445xt","name":"gsm1660928445xt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2022-12-30T02:54:38.2414616Z","key2":"2022-12-25T02:53:27.9902241Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:55.5719858Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-17T22:59:55.5719858Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-17T22:59:55.4313594Z","primaryEndpoints":{"blob":"https://gsm1660928445xt.blob.core.windows.net/","queue":"https://gsm1660928445xt.queue.core.windows.net/","table":"https://gsm1660928445xt.table.core.windows.net/","file":"https://gsm1660928445xt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1229178215xt","name":"gsm1229178215xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-05-21T20:36:24.1125096Z","key2":"2023-05-16T12:59:19.4741702Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.4993530Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.4993530Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.4212234Z","primaryEndpoints":{"dfs":"https://gsm1229178215xt.dfs.core.windows.net/","web":"https://gsm1229178215xt.z20.web.core.windows.net/","blob":"https://gsm1229178215xt.blob.core.windows.net/","queue":"https://gsm1229178215xt.queue.core.windows.net/","table":"https://gsm1229178215xt.table.core.windows.net/","file":"https://gsm1229178215xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1456709414xt","name":"gsm1456709414xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-05-21T06:52:02.3706582Z","key2":"2023-05-16T06:50:56.8159280Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.7181103Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.7181103Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.6556583Z","primaryEndpoints":{"dfs":"https://gsm1456709414xt.dfs.core.windows.net/","web":"https://gsm1456709414xt.z20.web.core.windows.net/","blob":"https://gsm1456709414xt.blob.core.windows.net/","queue":"https://gsm1456709414xt.queue.core.windows.net/","table":"https://gsm1456709414xt.table.core.windows.net/","file":"https://gsm1456709414xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1460695472xt","name":"gsm1460695472xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuse2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-05-05T04:06:01.8082271Z","key2":"2023-04-30T04:04:55.5757766Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:12:17.4426654Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:12:17.4426654Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:12:17.3645192Z","primaryEndpoints":{"dfs":"https://gsm1460695472xt.dfs.core.windows.net/","web":"https://gsm1460695472xt.z20.web.core.windows.net/","blob":"https://gsm1460695472xt.blob.core.windows.net/","queue":"https://gsm1460695472xt.queue.core.windows.net/","table":"https://gsm1460695472xt.table.core.windows.net/","file":"https://gsm1460695472xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2007663765xt","name":"gsm2007663765xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-05-19T09:29:46.7661468Z","key2":"2023-05-14T09:28:41.5530938Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.5150262Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-29T03:24:35.5150262Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-29T03:24:35.4368507Z","primaryEndpoints":{"dfs":"https://gsm2007663765xt.dfs.core.windows.net/","web":"https://gsm2007663765xt.z20.web.core.windows.net/","blob":"https://gsm2007663765xt.blob.core.windows.net/","queue":"https://gsm2007663765xt.queue.core.windows.net/","table":"https://gsm2007663765xt.table.core.windows.net/","file":"https://gsm2007663765xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2012629196xt","name":"gsm2012629196xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityuse2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-05-03T19:01:10.2022709Z","key2":"2023-04-28T18:59:28.8935989Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.7012347Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.7012347Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:09.6074718Z","primaryEndpoints":{"dfs":"https://gsm2012629196xt.dfs.core.windows.net/","web":"https://gsm2012629196xt.z20.web.core.windows.net/","blob":"https://gsm2012629196xt.blob.core.windows.net/","queue":"https://gsm2012629196xt.queue.core.windows.net/","table":"https://gsm2012629196xt.table.core.windows.net/","file":"https://gsm2012629196xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2121776810xt","name":"gsm2121776810xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"","GenevaWPMonikerName":"SeriConRPAzsecuse2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-23T09:56:45.3229575Z","key2":"2022-12-17T22:52:57.1579634Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:58:18.8692726Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:58:18.8692726Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-09T23:58:18.7598975Z","primaryEndpoints":{"blob":"https://gsm2121776810xt.blob.core.windows.net/","queue":"https://gsm2121776810xt.queue.core.windows.net/","table":"https://gsm2121776810xt.table.core.windows.net/","file":"https://gsm2121776810xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm226956555xt","name":"gsm226956555xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiaguse2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-05-06T05:24:12.6559459Z","key2":"2023-05-01T05:22:37.0901103Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:08.8262029Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:08.8262029Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:08.7324504Z","primaryEndpoints":{"dfs":"https://gsm226956555xt.dfs.core.windows.net/","web":"https://gsm226956555xt.z20.web.core.windows.net/","blob":"https://gsm226956555xt.blob.core.windows.net/","queue":"https://gsm226956555xt.queue.core.windows.net/","table":"https://gsm226956555xt.table.core.windows.net/","file":"https://gsm226956555xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm683268085xt","name":"gsm683268085xt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpaudituse2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-05-06T02:53:55.0895748Z","key2":"2023-05-01T02:52:17.4623442Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.1074642Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T15:11:09.1074642Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-13T15:11:09.0137094Z","primaryEndpoints":{"dfs":"https://gsm683268085xt.dfs.core.windows.net/","web":"https://gsm683268085xt.z20.web.core.windows.net/","blob":"https://gsm683268085xt.blob.core.windows.net/","queue":"https://gsm683268085xt.queue.core.windows.net/","table":"https://gsm683268085xt.table.core.windows.net/","file":"https://gsm683268085xt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/hackforgsmuse2","name":"hackforgsmuse2","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"","GenevaWPMonikerName":"HackForGSMUSE2"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:00:49.6669890Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-09T23:00:49.6669890Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-09T23:00:49.5419849Z","primaryEndpoints":{"blob":"https://hackforgsmuse2.blob.core.windows.net/","queue":"https://hackforgsmuse2.queue.core.windows.net/","table":"https://hackforgsmuse2.table.core.windows.net/","file":"https://hackforgsmuse2.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1272766413xt","name":"gsm1272766413xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-26T12:50:22.9754194Z","key2":"2023-01-21T02:57:10.6219025Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.2651368Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.2651368Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:08.1869875Z","primaryEndpoints":{"dfs":"https://gsm1272766413xt.dfs.core.windows.net/","web":"https://gsm1272766413xt.z22.web.core.windows.net/","blob":"https://gsm1272766413xt.blob.core.windows.net/","queue":"https://gsm1272766413xt.queue.core.windows.net/","table":"https://gsm1272766413xt.table.core.windows.net/","file":"https://gsm1272766413xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1406960057xt","name":"gsm1406960057xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-28T16:26:46.4096191Z","key2":"2023-01-23T02:04:13.0813787Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:07.9369692Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:07.9369692Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:07.8588528Z","primaryEndpoints":{"dfs":"https://gsm1406960057xt.dfs.core.windows.net/","web":"https://gsm1406960057xt.z22.web.core.windows.net/","blob":"https://gsm1406960057xt.blob.core.windows.net/","queue":"https://gsm1406960057xt.queue.core.windows.net/","table":"https://gsm1406960057xt.table.core.windows.net/","file":"https://gsm1406960057xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1998073872xt","name":"gsm1998073872xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-05-26T18:20:44.5735809Z","key2":"2023-05-21T05:23:46.0278541Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-02T21:00:19.3734252Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-02T21:00:19.3734252Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-06-02T21:00:19.2952836Z","primaryEndpoints":{"dfs":"https://gsm1998073872xt.dfs.core.windows.net/","web":"https://gsm1998073872xt.z22.web.core.windows.net/","blob":"https://gsm1998073872xt.blob.core.windows.net/","queue":"https://gsm1998073872xt.queue.core.windows.net/","table":"https://gsm1998073872xt.table.core.windows.net/","file":"https://gsm1998073872xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm56088856xt","name":"gsm56088856xt","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-26T09:21:20.1673955Z","key2":"2023-01-21T09:20:08.4251477Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.0619664Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-05T20:55:08.0619664Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-05T20:55:07.9838401Z","primaryEndpoints":{"dfs":"https://gsm56088856xt.dfs.core.windows.net/","web":"https://gsm56088856xt.z22.web.core.windows.net/","blob":"https://gsm56088856xt.blob.core.windows.net/","queue":"https://gsm56088856xt.queue.core.windows.net/","table":"https://gsm56088856xt.table.core.windows.net/","file":"https://gsm56088856xt.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1079311536xt","name":"gsm1079311536xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecweu","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-23T05:17:15.8192673Z","key2":"2023-01-17T15:45:49.1931322Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:33:55.5639421Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:33:55.5639421Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-31T20:33:55.4858374Z","primaryEndpoints":{"dfs":"https://gsm1079311536xt.dfs.core.windows.net/","web":"https://gsm1079311536xt.z6.web.core.windows.net/","blob":"https://gsm1079311536xt.blob.core.windows.net/","queue":"https://gsm1079311536xt.queue.core.windows.net/","table":"https://gsm1079311536xt.table.core.windows.net/","file":"https://gsm1079311536xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1212953208xt","name":"gsm1212953208xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityweu","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-27T10:06:11.5827190Z","key2":"2023-01-22T10:04:24.4048026Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.1266253Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.1266253Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:09.0484965Z","primaryEndpoints":{"dfs":"https://gsm1212953208xt.dfs.core.windows.net/","web":"https://gsm1212953208xt.z6.web.core.windows.net/","blob":"https://gsm1212953208xt.blob.core.windows.net/","queue":"https://gsm1212953208xt.queue.core.windows.net/","table":"https://gsm1212953208xt.table.core.windows.net/","file":"https://gsm1212953208xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1920423455xt","name":"gsm1920423455xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagweu","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-26T08:22:35.7453186Z","key2":"2023-01-21T08:20:33.7244599Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:08.9859884Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:08.9859884Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:08.9078572Z","primaryEndpoints":{"dfs":"https://gsm1920423455xt.dfs.core.windows.net/","web":"https://gsm1920423455xt.z6.web.core.windows.net/","blob":"https://gsm1920423455xt.blob.core.windows.net/","queue":"https://gsm1920423455xt.queue.core.windows.net/","table":"https://gsm1920423455xt.table.core.windows.net/","file":"https://gsm1920423455xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm757504717xt","name":"gsm757504717xt","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditweu","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-27T08:12:19.1858523Z","key2":"2023-01-22T08:11:09.9357435Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.4079128Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-06T02:37:09.4079128Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-06T02:37:09.3298787Z","primaryEndpoints":{"dfs":"https://gsm757504717xt.dfs.core.windows.net/","web":"https://gsm757504717xt.z6.web.core.windows.net/","blob":"https://gsm757504717xt.blob.core.windows.net/","queue":"https://gsm757504717xt.queue.core.windows.net/","table":"https://gsm757504717xt.table.core.windows.net/","file":"https://gsm757504717xt.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1364877148xt","name":"gsm1364877148xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditase","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2021-04-29T17:55:11.7577346Z","key2":"2023-03-15T18:36:22.0032549Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.7343798Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.7343798Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:41.6719189Z","primaryEndpoints":{"dfs":"https://gsm1364877148xt.dfs.core.windows.net/","web":"https://gsm1364877148xt.z23.web.core.windows.net/","blob":"https://gsm1364877148xt.blob.core.windows.net/","queue":"https://gsm1364877148xt.queue.core.windows.net/","table":"https://gsm1364877148xt.table.core.windows.net/","file":"https://gsm1364877148xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm293072282xt","name":"gsm293072282xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagase","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-03-17T11:20:27.0757277Z","key2":"2023-03-11T15:43:18.2538811Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:40.4843241Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:40.4843241Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:40.4530856Z","primaryEndpoints":{"dfs":"https://gsm293072282xt.dfs.core.windows.net/","web":"https://gsm293072282xt.z23.web.core.windows.net/","blob":"https://gsm293072282xt.blob.core.windows.net/","queue":"https://gsm293072282xt.queue.core.windows.net/","table":"https://gsm293072282xt.table.core.windows.net/","file":"https://gsm293072282xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm652881509xt","name":"gsm652881509xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecase","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-23T02:48:19.2605229Z","key2":"2023-01-17T08:03:51.5853536Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:27:01.7959092Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-31T20:27:01.7959092Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-31T20:27:01.7334373Z","primaryEndpoints":{"dfs":"https://gsm652881509xt.dfs.core.windows.net/","web":"https://gsm652881509xt.z23.web.core.windows.net/","blob":"https://gsm652881509xt.blob.core.windows.net/","queue":"https://gsm652881509xt.queue.core.windows.net/","table":"https://gsm652881509xt.table.core.windows.net/","file":"https://gsm652881509xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm665873655xt","name":"gsm665873655xt","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityase","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-03-15T22:08:39.3406329Z","key2":"2023-03-10T07:30:08.4982799Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.3280923Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-24T15:04:41.3280923Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-24T15:04:41.2812263Z","primaryEndpoints":{"dfs":"https://gsm665873655xt.dfs.core.windows.net/","web":"https://gsm665873655xt.z23.web.core.windows.net/","blob":"https://gsm665873655xt.blob.core.windows.net/","queue":"https://gsm665873655xt.queue.core.windows.net/","table":"https://gsm665873655xt.table.core.windows.net/","file":"https://gsm665873655xt.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available","secondaryLocation":"eastasia","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1013760812xt","name":"gsm1013760812xt","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecussc","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-28T14:46:18.9021520Z","key2":"2023-01-23T08:40:45.9176662Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-01T23:35:19.3043038Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-01T23:35:19.3043038Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-01T23:35:19.2092898Z","primaryEndpoints":{"dfs":"https://gsm1013760812xt.dfs.core.windows.net/","web":"https://gsm1013760812xt.z21.web.core.windows.net/","blob":"https://gsm1013760812xt.blob.core.windows.net/","queue":"https://gsm1013760812xt.queue.core.windows.net/","table":"https://gsm1013760812xt.table.core.windows.net/","file":"https://gsm1013760812xt.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1481752393xt","name":"gsm1481752393xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditaue","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2022-12-11T02:08:01.5135580Z","key2":"2022-12-06T02:06:17.2106220Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.9325477Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.9325477Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.8699546Z","primaryEndpoints":{"dfs":"https://gsm1481752393xt.dfs.core.windows.net/","web":"https://gsm1481752393xt.z8.web.core.windows.net/","blob":"https://gsm1481752393xt.blob.core.windows.net/","queue":"https://gsm1481752393xt.queue.core.windows.net/","table":"https://gsm1481752393xt.table.core.windows.net/","file":"https://gsm1481752393xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm175927945xt","name":"gsm175927945xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagaue","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2022-12-12T13:02:05.1185199Z","key2":"2022-12-07T13:00:29.7909142Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6824967Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6824967Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.6043190Z","primaryEndpoints":{"dfs":"https://gsm175927945xt.dfs.core.windows.net/","web":"https://gsm175927945xt.z8.web.core.windows.net/","blob":"https://gsm175927945xt.blob.core.windows.net/","queue":"https://gsm175927945xt.queue.core.windows.net/","table":"https://gsm175927945xt.table.core.windows.net/","file":"https://gsm175927945xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1929878860xt","name":"gsm1929878860xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecaue","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-03-09T13:55:08.5541466Z","key2":"2023-03-03T11:35:56.1217273Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-11T00:59:46.7551547Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-11T00:59:46.7551547Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-03-11T00:59:46.6769818Z","primaryEndpoints":{"dfs":"https://gsm1929878860xt.dfs.core.windows.net/","web":"https://gsm1929878860xt.z8.web.core.windows.net/","blob":"https://gsm1929878860xt.blob.core.windows.net/","queue":"https://gsm1929878860xt.queue.core.windows.net/","table":"https://gsm1929878860xt.table.core.windows.net/","file":"https://gsm1929878860xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2273607188xt","name":"gsm2273607188xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditsy","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3565367Z","key2":"2023-01-05T03:42:01.3565367Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.8722599Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.8722599Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2940438Z","primaryEndpoints":{"dfs":"https://gsm2273607188xt.dfs.core.windows.net/","web":"https://gsm2273607188xt.z8.web.core.windows.net/","blob":"https://gsm2273607188xt.blob.core.windows.net/","queue":"https://gsm2273607188xt.queue.core.windows.net/","table":"https://gsm2273607188xt.table.core.windows.net/","file":"https://gsm2273607188xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm40701790xt","name":"gsm40701790xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityaue","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2022-12-11T06:35:36.7208308Z","key2":"2022-12-06T06:33:31.1701235Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6981732Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:37:56.6981732Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:37:56.6043190Z","primaryEndpoints":{"dfs":"https://gsm40701790xt.dfs.core.windows.net/","web":"https://gsm40701790xt.z8.web.core.windows.net/","blob":"https://gsm40701790xt.blob.core.windows.net/","queue":"https://gsm40701790xt.queue.core.windows.net/","table":"https://gsm40701790xt.table.core.windows.net/","file":"https://gsm40701790xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm419531226xt","name":"gsm419531226xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecaue","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-11T06:40:10.3879897Z","key2":"2022-12-06T06:37:36.8335211Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:38:31.8079251Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-15T22:38:31.8079251Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-15T22:38:31.7454063Z","primaryEndpoints":{"dfs":"https://gsm419531226xt.dfs.core.windows.net/","web":"https://gsm419531226xt.z8.web.core.windows.net/","blob":"https://gsm419531226xt.blob.core.windows.net/","queue":"https://gsm419531226xt.queue.core.windows.net/","table":"https://gsm419531226xt.table.core.windows.net/","file":"https://gsm419531226xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available","secondaryLocation":"australiasoutheast","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm4207516453xt","name":"gsm4207516453xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecuritysy","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3252937Z","key2":"2023-01-05T03:42:01.3252937Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:02.0597744Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:02.0597744Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2627948Z","primaryEndpoints":{"dfs":"https://gsm4207516453xt.dfs.core.windows.net/","web":"https://gsm4207516453xt.z8.web.core.windows.net/","blob":"https://gsm4207516453xt.blob.core.windows.net/","queue":"https://gsm4207516453xt.queue.core.windows.net/","table":"https://gsm4207516453xt.table.core.windows.net/","file":"https://gsm4207516453xt.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm868844794xt","name":"gsm868844794xt","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagsy","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T03:42:01.3252937Z","key2":"2023-01-05T03:42:01.3252937Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.9347064Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T03:42:01.9347064Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T03:42:01.2315310Z","primaryEndpoints":{"dfs":"https://gsm868844794xt.dfs.core.windows.net/","web":"https://gsm868844794xt.z8.web.core.windows.net/","blob":"https://gsm868844794xt.blob.core.windows.net/","queue":"https://gsm868844794xt.queue.core.windows.net/","table":"https://gsm868844794xt.table.core.windows.net/","file":"https://gsm868844794xt.file.core.windows.net/"},"primaryLocation":"australiaeast","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":"2023-05-31T18:48:07.9313544Z","key2":"2023-05-31T18:48:07.9313544Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:48:08.0250971Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:48:08.0250971Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:48:07.8220532Z","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_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1026482873xt","name":"gsm1026482873xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-25T03:35:32.2734558Z","key2":"2023-01-20T03:24:00.5425715Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:07.1214500Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:07.1214500Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:07.0432951Z","primaryEndpoints":{"dfs":"https://gsm1026482873xt.dfs.core.windows.net/","web":"https://gsm1026482873xt.z5.web.core.windows.net/","blob":"https://gsm1026482873xt.blob.core.windows.net/","queue":"https://gsm1026482873xt.queue.core.windows.net/","table":"https://gsm1026482873xt.table.core.windows.net/","file":"https://gsm1026482873xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1379084574xt","name":"gsm1379084574xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-24T14:33:18.3486639Z","key2":"2023-01-18T17:47:22.4239288Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.6631204Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.6631204Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.5693726Z","primaryEndpoints":{"blob":"https://gsm1379084574xt.blob.core.windows.net/","queue":"https://gsm1379084574xt.queue.core.windows.net/","table":"https://gsm1379084574xt.table.core.windows.net/","file":"https://gsm1379084574xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1447722388xt","name":"gsm1447722388xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-01-26T03:47:20.7184362Z","key2":"2023-01-21T03:46:01.7763634Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T23:22:24.4973514Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T23:22:24.4973514Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T23:22:24.4348196Z","primaryEndpoints":{"dfs":"https://gsm1447722388xt.dfs.core.windows.net/","web":"https://gsm1447722388xt.z5.web.core.windows.net/","blob":"https://gsm1447722388xt.blob.core.windows.net/","queue":"https://gsm1447722388xt.queue.core.windows.net/","table":"https://gsm1447722388xt.table.core.windows.net/","file":"https://gsm1447722388xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1476133271xt","name":"gsm1476133271xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditusw2","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-23T19:01:28.5846813Z","key2":"2023-01-18T18:38:43.7448823Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:39.0381165Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:39.0381165Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.8506247Z","primaryEndpoints":{"blob":"https://gsm1476133271xt.blob.core.windows.net/","queue":"https://gsm1476133271xt.queue.core.windows.net/","table":"https://gsm1476133271xt.table.core.windows.net/","file":"https://gsm1476133271xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm1942585003xt","name":"gsm1942585003xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-22T17:48:26.2317506Z","key2":"2023-01-17T10:57:43.5758196Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.9600197Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-09T20:28:38.9600197Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-09T20:28:38.7881214Z","primaryEndpoints":{"blob":"https://gsm1942585003xt.blob.core.windows.net/","queue":"https://gsm1942585003xt.queue.core.windows.net/","table":"https://gsm1942585003xt.table.core.windows.net/","file":"https://gsm1942585003xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2056373296xt","name":"gsm2056373296xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsoleauditusw2","GenevaWPStorageGroupName":"azureserialconsoleaudit"},"properties":{"keyCreationTime":{"key1":"2023-01-26T11:54:18.4226083Z","key2":"2023-01-21T11:53:06.6995339Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.7788645Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.7788645Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.7007646Z","primaryEndpoints":{"dfs":"https://gsm2056373296xt.dfs.core.windows.net/","web":"https://gsm2056373296xt.z5.web.core.windows.net/","blob":"https://gsm2056373296xt.blob.core.windows.net/","queue":"https://gsm2056373296xt.queue.core.windows.net/","table":"https://gsm2056373296xt.table.core.windows.net/","file":"https://gsm2056373296xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm357271585xt","name":"gsm357271585xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagusw2","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"keyCreationTime":{"key1":"2023-01-27T12:15:08.6536157Z","key2":"2023-01-22T12:13:19.5800918Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.2776242Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.2776242Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:00.1995026Z","primaryEndpoints":{"dfs":"https://gsm357271585xt.dfs.core.windows.net/","web":"https://gsm357271585xt.z5.web.core.windows.net/","blob":"https://gsm357271585xt.blob.core.windows.net/","queue":"https://gsm357271585xt.queue.core.windows.net/","table":"https://gsm357271585xt.table.core.windows.net/","file":"https://gsm357271585xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm38273077xt","name":"gsm38273077xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsolesecurityusw2","GenevaWPStorageGroupName":"azureserialconsolesecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-25T09:51:31.3539534Z","key2":"2023-01-20T09:01:33.1340416Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.6225485Z","primaryEndpoints":{"dfs":"https://gsm38273077xt.dfs.core.windows.net/","web":"https://gsm38273077xt.z5.web.core.windows.net/","blob":"https://gsm38273077xt.blob.core.windows.net/","queue":"https://gsm38273077xt.queue.core.windows.net/","table":"https://gsm38273077xt.table.core.windows.net/","file":"https://gsm38273077xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm61894826xt","name":"gsm61894826xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecusw2","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2022-12-22T20:55:56.7960803Z","key2":"2022-12-17T11:13:48.1848332Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-10T01:07:27.7640567Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-07-10T01:07:27.7640567Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-07-10T01:07:27.6846918Z","primaryEndpoints":{"blob":"https://gsm61894826xt.blob.core.windows.net/","queue":"https://gsm61894826xt.queue.core.windows.net/","table":"https://gsm61894826xt.table.core.windows.net/","file":"https://gsm61894826xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm627614588xt","name":"gsm627614588xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"AzureSerialConsole","GenevaWPMonikerName":"azureserialconsolediagusw2","GenevaWPStorageGroupName":"azureserialconsolediag"},"properties":{"keyCreationTime":{"key1":"2023-01-25T09:35:05.5956088Z","key2":"2023-01-20T03:22:09.3245854Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:11:48.6850813Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:11:48.6069267Z","primaryEndpoints":{"dfs":"https://gsm627614588xt.dfs.core.windows.net/","web":"https://gsm627614588xt.z5.web.core.windows.net/","blob":"https://gsm627614588xt.blob.core.windows.net/","queue":"https://gsm627614588xt.queue.core.windows.net/","table":"https://gsm627614588xt.table.core.windows.net/","file":"https://gsm627614588xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm704755552xt","name":"gsm704755552xt","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecurityusw2","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"keyCreationTime":{"key1":"2023-01-25T21:11:36.8109587Z","key2":"2023-01-20T10:54:10.0603713Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.1058474Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-02-04T17:33:00.1058474Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-02-04T17:33:00.0276604Z","primaryEndpoints":{"dfs":"https://gsm704755552xt.dfs.core.windows.net/","web":"https://gsm704755552xt.z5.web.core.windows.net/","blob":"https://gsm704755552xt.blob.core.windows.net/","queue":"https://gsm704755552xt.queue.core.windows.net/","table":"https://gsm704755552xt.table.core.windows.net/","file":"https://gsm704755552xt.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm991680768xt","name":"gsm991680768xt","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecuswc","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"keyCreationTime":{"key1":"2023-03-31T15:08:16.2015333Z","key2":"2023-03-26T02:22:52.5217946Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-09T19:24:36.5205408Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-09T19:24:36.5205408Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-09T19:24:36.4580385Z","primaryEndpoints":{"dfs":"https://gsm991680768xt.dfs.core.windows.net/","web":"https://gsm991680768xt.z4.web.core.windows.net/","blob":"https://gsm991680768xt.blob.core.windows.net/","queue":"https://gsm991680768xt.queue.core.windows.net/","table":"https://gsm991680768xt.table.core.windows.net/","file":"https://gsm991680768xt.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available","secondaryLocation":"westus2","statusOfSecondary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm2355697502xt","name":"gsm2355697502xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpsecuritysec","GenevaWPStorageGroupName":"sericonrpsecurity"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:39.4380306Z","key2":"2023-01-05T21:51:39.4380306Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.4380306Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.4380306Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:39.3911570Z","primaryEndpoints":{"dfs":"https://gsm2355697502xt.dfs.core.windows.net/","web":"https://gsm2355697502xt.z1.web.core.windows.net/","blob":"https://gsm2355697502xt.blob.core.windows.net/","queue":"https://gsm2355697502xt.queue.core.windows.net/","table":"https://gsm2355697502xt.table.core.windows.net/","file":"https://gsm2355697502xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm3577301791xt","name":"gsm3577301791xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpauditsec","GenevaWPStorageGroupName":"sericonrpaudit"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:39.2349014Z","key2":"2023-01-05T21:51:39.2349014Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.2349014Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:39.2349014Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:39.1724007Z","primaryEndpoints":{"dfs":"https://gsm3577301791xt.dfs.core.windows.net/","web":"https://gsm3577301791xt.z1.web.core.windows.net/","blob":"https://gsm3577301791xt.blob.core.windows.net/","queue":"https://gsm3577301791xt.queue.core.windows.net/","table":"https://gsm3577301791xt.table.core.windows.net/","file":"https://gsm3577301791xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm4163209401xt","name":"gsm4163209401xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRP","GenevaWPMonikerName":"sericonrpdiagsec","GenevaWPStorageGroupName":"sericonrpdiag"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:51:40.5161768Z","key2":"2023-01-05T21:51:40.5161768Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:40.5161768Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:51:40.5161768Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:51:40.4693012Z","primaryEndpoints":{"dfs":"https://gsm4163209401xt.dfs.core.windows.net/","web":"https://gsm4163209401xt.z1.web.core.windows.net/","blob":"https://gsm4163209401xt.blob.core.windows.net/","queue":"https://gsm4163209401xt.queue.core.windows.net/","table":"https://gsm4163209401xt.table.core.windows.net/","file":"https://gsm4163209401xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GenevaWarmPathManageRG/providers/Microsoft.Storage/storageAccounts/gsm916952798xt","name":"gsm916952798xt","type":"Microsoft.Storage/storageAccounts","location":"swedencentral","tags":{"GenevaWPAccountName":"AzureSerialConsole","GenevaWPNamespaceName":"SeriConRPAzsec","GenevaWPMonikerName":"SeriConRPAzsecsec","GenevaWPStorageGroupName":"SeriConRPAzsec"},"properties":{"residencyBoundary":"National","variableResiliency":{"resiliencyMinimum":"Standard_LRS","resiliencyMaximum":"Standard_ZRS","resilienciesProgressionId":"Zonal"},"keyCreationTime":{"key1":"2023-01-05T21:54:07.8478067Z","key2":"2023-01-05T21:54:07.8478067Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:54:07.8634091Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-01-05T21:54:07.8634091Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2023-01-05T21:54:07.8009289Z","primaryEndpoints":{"dfs":"https://gsm916952798xt.dfs.core.windows.net/","web":"https://gsm916952798xt.z1.web.core.windows.net/","blob":"https://gsm916952798xt.blob.core.windows.net/","queue":"https://gsm916952798xt.queue.core.windows.net/","table":"https://gsm916952798xt.table.core.windows.net/","file":"https://gsm916952798xt.file.core.windows.net/"},"primaryLocation":"swedencentral","statusOfPrimary":"available"}}]}' headers: cache-control: - no-cache content-length: - - '38475' + - '83391' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:18:06 GMT + - Wed, 31 May 2023 19:03:35 GMT expires: - '-1' pragma: @@ -6568,14 +7004,16 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - de42fc45-1aef-4a58-aa1f-98a7eff455c3 - - e69d0c99-4b80-4c82-a464-2cb65a7b94eb - - 1735b19b-cd33-4f62-bd7a-26ede2b1aee9 - - 6c056d29-7ed9-4fd3-b239-4b457c763b33 - - a2fb6c2d-20e7-4d30-b062-65f6ed4dcf6f - - 84ca1fc0-a320-4126-955f-b349051893d1 - - 2b6c792d-9060-4734-a19c-1b12cda900fd - - 2b7f8cfd-f30c-4b28-8481-fd6d90dbd9f8 + - 305aedb6-6c6d-4825-81b9-85543f0978e8 + - 9a5af342-21d6-42ba-9a65-53204165ebc3 + - a6a5962b-575d-4e7f-b458-dd9b85f086ab + - dd336d11-dc9f-40ab-939f-bdc7245e9983 + - 337a539e-dccb-4f73-a8fc-f2d487495fd3 + - 23bf7757-97d3-4ca4-9670-56cfa03811eb + - c69ab4c7-36b9-49a4-a8f7-472a0bdced0a + - 2dec0859-2e44-450b-b2be-6f33bda0dc47 + - 617de1f0-ccdd-44fe-89f6-4dba2932b825 + - 38496d0c-8d91-48ff-92b8-78229ff24f99 status: code: 200 message: OK @@ -6593,12 +7031,12 @@ interactions: ParameterSetName: - --name --resource-group --set User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Storage/storageAccounts/cli000002?api-version=2022-09-01 response: body: - string: '{"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":"2023-03-06T15:00:46.5594874Z","key2":"2023-03-06T15:00:46.5594874Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T15:00:46.8094615Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-03-06T15:00:46.8094615Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-03-06T15:00:46.4501501Z","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"}}' + string: '{"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":"2023-05-31T18:48:07.9313544Z","key2":"2023-05-31T18:48:07.9313544Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:48:08.0250971Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2023-05-31T18:48:08.0250971Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2023-05-31T18:48:07.8220532Z","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"}}' headers: cache-control: - no-cache @@ -6607,7 +7045,7 @@ interactions: content-type: - application/json date: - - Mon, 06 Mar 2023 15:18:06 GMT + - Wed, 31 May 2023 19:03:35 GMT expires: - '-1' pragma: @@ -6639,8 +7077,8 @@ interactions: ParameterSetName: - --name --resource-group --set User-Agent: - - AZURECLI/2.46.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 response: @@ -6654,7 +7092,7 @@ interactions: content-type: - application/json; charset=UTF-8 date: - - Mon, 06 Mar 2023 15:18:06 GMT + - Wed, 31 May 2023 19:03:36 GMT expires: - '-1' pragma: @@ -6692,7 +7130,7 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/manualupgrade?api-version=2022-11-01 response: @@ -6702,17 +7140,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/0221ee02-41b7-4778-a898-f00f2e388a09?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5a1b500f-37a7-4268-9797-3628cb0f06b5?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 cache-control: - no-cache content-length: - '0' date: - - Mon, 06 Mar 2023 15:18:07 GMT + - Wed, 31 May 2023 19:03:36 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/0221ee02-41b7-4778-a898-f00f2e388a09?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5a1b500f-37a7-4268-9797-3628cb0f06b5?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 pragma: - no-cache server: @@ -6723,7 +7161,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1187,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3048,Microsoft.Compute/VmssQueuedVMOperations;0 + - Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1182,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0 x-ms-ratelimit-remaining-subscription-writes: - '1199' x-ms-request-charge: @@ -6745,14 +7183,64 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5a1b500f-37a7-4268-9797-3628cb0f06b5?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 + response: + body: + string: "{\r\n \"startTime\": \"2023-05-31T19:03:36.9810454+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"5a1b500f-37a7-4268-9797-3628cb0f06b5\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 19:03:36 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;14987,Microsoft.Compute/GetOperation30Min;29777 + 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.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/0221ee02-41b7-4778-a898-f00f2e388a09?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5a1b500f-37a7-4268-9797-3628cb0f06b5?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:18:07.5147301+00:00\",\r\n \"endTime\": - \"2023-03-06T15:18:17.5303198+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"0221ee02-41b7-4778-a898-f00f2e388a09\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T19:03:36.9810454+00:00\",\r\n \"endTime\": + \"2023-05-31T19:03:45.2467328+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"5a1b500f-37a7-4268-9797-3628cb0f06b5\"\r\n}" headers: cache-control: - no-cache @@ -6761,7 +7249,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:18:37 GMT + - Wed, 31 May 2023 19:04:07 GMT expires: - '-1' pragma: @@ -6778,7 +7266,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29769 + - Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29775 status: code: 200 message: OK @@ -6796,9 +7284,9 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/0221ee02-41b7-4778-a898-f00f2e388a09?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5a1b500f-37a7-4268-9797-3628cb0f06b5?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 response: body: string: '' @@ -6808,7 +7296,7 @@ interactions: content-length: - '0' date: - - Mon, 06 Mar 2023 15:18:37 GMT + - Wed, 31 May 2023 19:04:07 GMT expires: - '-1' pragma: @@ -6821,7 +7309,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29768 + - Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29774 status: code: 200 message: OK @@ -6839,48 +7327,48 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualMachines/3/instanceView?api-version=2022-11-01 response: body: - string: "{\r\n \"placementGroupId\": \"fe2728fc-c0cb-4cea-8d91-bb960a1e6c3b\",\r\n + string: "{\r\n \"placementGroupId\": \"d46de32e-58a5-4fdc-87e3-cdf3b3d142ce\",\r\n \ \"platformUpdateDomain\": 1,\r\n \"platformFaultDomain\": 1,\r\n \"computerName\": - \"cliuz26de000003\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n + \"clilb05fb000003\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n \ \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.9.0.4\",\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\": \"2023-03-06T15:18:21+00:00\"\r\n + \"Guest Agent is running\",\r\n \"time\": \"2023-05-31T19:03:50+00:00\"\r\n \ }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": - \"1.25.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \"1.26.2\",\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.21.115\",\r\n \"status\": {\r\n + \ \"typeHandlerVersion\": \"2.22.158\",\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\": \"cliuztvtdw4jbve2omq7cliuztvtdw4jbve2omq73OS__1_023d79a2b12548fba5c6e457bd338d14\",\r\n + [\r\n {\r\n \"name\": \"clilbofyinawioqmxrxsclilbofyinawioqmxrxsjOS__1_3fed4842693d46dfbc0fdbda6f24f442\",\r\n \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2023-03-06T15:13:46.5311755+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T18:59:25.0737598+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.25.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \"1.26.2\",\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.21.115\",\r\n \"statuses\": [\r\n {\r\n + \ \"typeHandlerVersion\": \"2.22.158\",\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\": - \"2023-03-06T15:18:17.4834931+00:00\"\r\n },\r\n {\r\n \"code\": + \"2023-05-31T19:03:45.1998378+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: @@ -6891,7 +7379,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:18:37 GMT + - Wed, 31 May 2023 19:04:07 GMT expires: - '-1' pragma: @@ -6908,7 +7396,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMScaleSetVM3Min;497,Microsoft.Compute/GetVMScaleSetVM30Min;2469,Microsoft.Compute/VMScaleSetVMViews3Min;4997 + - Microsoft.Compute/GetVMScaleSetVM3Min;497,Microsoft.Compute/GetVMScaleSetVM30Min;2471,Microsoft.Compute/VMScaleSetVMViews3Min;4997 x-ms-request-charge: - '1' status: @@ -6930,7 +7418,7 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualMachines/3/deallocate?api-version=2022-11-01 response: @@ -6940,17 +7428,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/23eca364-f00f-4c86-a879-0a9d4a851f19?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/ae6f2b7f-3d1d-42f2-9396-ede30b87c8e0?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 cache-control: - no-cache content-length: - '0' date: - - Mon, 06 Mar 2023 15:18:39 GMT + - Wed, 31 May 2023 19:04:08 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/23eca364-f00f-4c86-a879-0a9d4a851f19?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/ae6f2b7f-3d1d-42f2-9396-ede30b87c8e0?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 pragma: - no-cache server: @@ -6961,9 +7449,9 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/DeleteVMScaleSetVM3Min;239,Microsoft.Compute/DeleteVMScaleSetVM30Min;1196,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3047,Microsoft.Compute/VmssQueuedVMOperations;0 + - Microsoft.Compute/DeleteVMScaleSetVM3Min;239,Microsoft.Compute/DeleteVMScaleSetVM30Min;1197,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0 x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' x-ms-request-charge: - '1' status: @@ -6983,22 +7471,22 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/23eca364-f00f-4c86-a879-0a9d4a851f19?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/ae6f2b7f-3d1d-42f2-9396-ede30b87c8e0?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:18:39.6083923+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"23eca364-f00f-4c86-a879-0a9d4a851f19\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T19:04:08.356193+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"ae6f2b7f-3d1d-42f2-9396-ede30b87c8e0\"\r\n}" headers: cache-control: - no-cache content-length: - - '134' + - '133' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:19:09 GMT + - Wed, 31 May 2023 19:04:08 GMT expires: - '-1' pragma: @@ -7015,7 +7503,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29765 + - Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29773 status: code: 200 message: OK @@ -7033,22 +7521,22 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/23eca364-f00f-4c86-a879-0a9d4a851f19?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/ae6f2b7f-3d1d-42f2-9396-ede30b87c8e0?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:18:39.6083923+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"23eca364-f00f-4c86-a879-0a9d4a851f19\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T19:04:08.356193+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"ae6f2b7f-3d1d-42f2-9396-ede30b87c8e0\"\r\n}" headers: cache-control: - no-cache content-length: - - '134' + - '133' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:19:38 GMT + - Wed, 31 May 2023 19:04:38 GMT expires: - '-1' pragma: @@ -7065,7 +7553,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29764 + - Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29771 status: code: 200 message: OK @@ -7083,22 +7571,22 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/23eca364-f00f-4c86-a879-0a9d4a851f19?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/ae6f2b7f-3d1d-42f2-9396-ede30b87c8e0?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:18:39.6083923+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"23eca364-f00f-4c86-a879-0a9d4a851f19\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T19:04:08.356193+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"ae6f2b7f-3d1d-42f2-9396-ede30b87c8e0\"\r\n}" headers: cache-control: - no-cache content-length: - - '134' + - '133' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:20:09 GMT + - Wed, 31 May 2023 19:05:08 GMT expires: - '-1' pragma: @@ -7115,7 +7603,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29779 + - Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29770 status: code: 200 message: OK @@ -7133,22 +7621,22 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/23eca364-f00f-4c86-a879-0a9d4a851f19?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/ae6f2b7f-3d1d-42f2-9396-ede30b87c8e0?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:18:39.6083923+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"23eca364-f00f-4c86-a879-0a9d4a851f19\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T19:04:08.356193+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"ae6f2b7f-3d1d-42f2-9396-ede30b87c8e0\"\r\n}" headers: cache-control: - no-cache content-length: - - '134' + - '133' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:20:39 GMT + - Wed, 31 May 2023 19:05:38 GMT expires: - '-1' pragma: @@ -7165,7 +7653,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29778 + - Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29768 status: code: 200 message: OK @@ -7183,23 +7671,73 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/23eca364-f00f-4c86-a879-0a9d4a851f19?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/ae6f2b7f-3d1d-42f2-9396-ede30b87c8e0?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:18:39.6083923+00:00\",\r\n \"endTime\": - \"2023-03-06T15:21:04.1386836+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"23eca364-f00f-4c86-a879-0a9d4a851f19\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T19:04:08.356193+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"ae6f2b7f-3d1d-42f2-9396-ede30b87c8e0\"\r\n}" headers: cache-control: - no-cache content-length: - - '184' + - '133' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 19:06: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;14987,Microsoft.Compute/GetOperation30Min;29766 + 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.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/ae6f2b7f-3d1d-42f2-9396-ede30b87c8e0?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 + response: + body: + string: "{\r\n \"startTime\": \"2023-05-31T19:04:08.356193+00:00\",\r\n \"endTime\": + \"2023-05-31T19:06:26.5286754+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"ae6f2b7f-3d1d-42f2-9396-ede30b87c8e0\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '183' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:21:09 GMT + - Wed, 31 May 2023 19:06:39 GMT expires: - '-1' pragma: @@ -7216,7 +7754,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29775 + - Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29764 status: code: 200 message: OK @@ -7234,9 +7772,9 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/23eca364-f00f-4c86-a879-0a9d4a851f19?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/ae6f2b7f-3d1d-42f2-9396-ede30b87c8e0?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 response: body: string: '' @@ -7246,7 +7784,7 @@ interactions: content-length: - '0' date: - - Mon, 06 Mar 2023 15:21:09 GMT + - Wed, 31 May 2023 19:06:39 GMT expires: - '-1' pragma: @@ -7259,7 +7797,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29774 + - Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29763 status: code: 200 message: OK @@ -7277,21 +7815,21 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualMachines/3/instanceView?api-version=2022-11-01 response: body: - string: "{\r\n \"placementGroupId\": \"fe2728fc-c0cb-4cea-8d91-bb960a1e6c3b\",\r\n + string: "{\r\n \"placementGroupId\": \"d46de32e-58a5-4fdc-87e3-cdf3b3d142ce\",\r\n \ \"platformUpdateDomain\": 1,\r\n \"platformFaultDomain\": 1,\r\n \"disks\": - [\r\n {\r\n \"name\": \"cliuztvtdw4jbve2omq7cliuztvtdw4jbve2omq73OS__1_023d79a2b12548fba5c6e457bd338d14\",\r\n + [\r\n {\r\n \"name\": \"clilbofyinawioqmxrxsclilbofyinawioqmxrxsjOS__1_3fed4842693d46dfbc0fdbda6f24f442\",\r\n \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2023-03-06T15:21:04.0292941+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T19:06:26.4192728+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\": \"2023-03-06T15:21:04.0605472+00:00\"\r\n },\r\n {\r\n + \ \"time\": \"2023-05-31T19:06:26.4505383+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: @@ -7302,7 +7840,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:21:10 GMT + - Wed, 31 May 2023 19:06:40 GMT expires: - '-1' pragma: @@ -7343,7 +7881,7 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/start?api-version=2022-11-01 response: @@ -7353,17 +7891,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/9bacbc77-19a6-4e08-8e9b-346f0e99214d?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/fe4cd763-2cc1-4e7b-9b56-17d471af1258?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 cache-control: - no-cache content-length: - '0' date: - - Mon, 06 Mar 2023 15:21:10 GMT + - Wed, 31 May 2023 19:06:42 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/9bacbc77-19a6-4e08-8e9b-346f0e99214d?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/fe4cd763-2cc1-4e7b-9b56-17d471af1258?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 pragma: - no-cache server: @@ -7374,7 +7912,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1187,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3047,Microsoft.Compute/VmssQueuedVMOperations;0 + - Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1181,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0 x-ms-ratelimit-remaining-subscription-writes: - '1199' x-ms-request-charge: @@ -7396,22 +7934,22 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/9bacbc77-19a6-4e08-8e9b-346f0e99214d?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/fe4cd763-2cc1-4e7b-9b56-17d471af1258?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:21:11.5450763+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"9bacbc77-19a6-4e08-8e9b-346f0e99214d\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T19:06:42.684604+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"fe4cd763-2cc1-4e7b-9b56-17d471af1258\"\r\n}" headers: cache-control: - no-cache content-length: - - '134' + - '133' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:21:41 GMT + - Wed, 31 May 2023 19:06:42 GMT expires: - '-1' pragma: @@ -7428,7 +7966,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29772 + - Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29762 status: code: 200 message: OK @@ -7446,23 +7984,73 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/9bacbc77-19a6-4e08-8e9b-346f0e99214d?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/fe4cd763-2cc1-4e7b-9b56-17d471af1258?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:21:11.5450763+00:00\",\r\n \"endTime\": - \"2023-03-06T15:21:44.6702338+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"9bacbc77-19a6-4e08-8e9b-346f0e99214d\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T19:06:42.684604+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"fe4cd763-2cc1-4e7b-9b56-17d471af1258\"\r\n}" headers: cache-control: - no-cache content-length: - - '184' + - '133' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 19:07: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/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29761 + 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.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/fe4cd763-2cc1-4e7b-9b56-17d471af1258?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 + response: + body: + string: "{\r\n \"startTime\": \"2023-05-31T19:06:42.684604+00:00\",\r\n \"endTime\": + \"2023-05-31T19:07:25.5601932+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"fe4cd763-2cc1-4e7b-9b56-17d471af1258\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '183' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:22:11 GMT + - Wed, 31 May 2023 19:07:43 GMT expires: - '-1' pragma: @@ -7479,7 +8067,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29770 + - Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29759 status: code: 200 message: OK @@ -7497,9 +8085,9 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/9bacbc77-19a6-4e08-8e9b-346f0e99214d?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/fe4cd763-2cc1-4e7b-9b56-17d471af1258?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 response: body: string: '' @@ -7509,7 +8097,7 @@ interactions: content-length: - '0' date: - - Mon, 06 Mar 2023 15:22:11 GMT + - Wed, 31 May 2023 19:07:43 GMT expires: - '-1' pragma: @@ -7522,7 +8110,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29769 + - Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29758 status: code: 200 message: OK @@ -7540,7 +8128,7 @@ interactions: ParameterSetName: - --name --resource-group --set User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2022-11-01 response: @@ -7550,8 +8138,8 @@ interactions: \"westus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-westus2\": - {\r\n \"principalId\": \"684d55e2-8922-4966-a660-2d38ca4a1711\",\r\n - \ \"clientId\": \"6d45cf55-f311-4228-97b0-c22ae418aad6\"\r\n }\r\n + {\r\n \"principalId\": \"0fdff7b9-2496-486b-b380-a06601508170\",\r\n + \ \"clientId\": \"12f2a140-5109-4e1a-8aa0-d0517def37fb\"\r\n }\r\n \ }\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 \"orchestrationMode\": \"Uniform\",\r\n \"upgradePolicy\": @@ -7560,13 +8148,13 @@ interactions: 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\",\r\n \"maxSurge\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": - {\r\n \"computerNamePrefix\": \"cliuz26de\",\r\n \"adminUsername\": - \"rhoover\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": + {\r\n \"computerNamePrefix\": \"clilb05fb\",\r\n \"adminUsername\": + \"rhkodiak\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n - \ },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": @@ -7575,7 +8163,7 @@ interactions: \ \"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\":\"cliuz26deNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cliuz26deIPConfig\",\"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 + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"clilb05fbNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"clilb05fbIPConfig\",\"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\": @@ -7593,17 +8181,17 @@ interactions: {\"enableGenevaUpload\":true,\"enableAutoConfig\":true,\"reportSuccessOnUnsupportedDistro\":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\": \"6aa1f17d-1da0-4dfe-b11e-b77e59e02135\",\r\n - \ \"timeCreated\": \"2023-03-06T15:01:24.7059254+00:00\"\r\n }\r\n}" + false,\r\n \"uniqueId\": \"1dd014e1-9fe6-4b2d-8bf6-308d33c41652\",\r\n + \ \"timeCreated\": \"2023-05-31T18:48:49.1490764+00:00\"\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '5541' + - '5536' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:22:12 GMT + - Wed, 31 May 2023 19:07:43 GMT expires: - '-1' pragma: @@ -7620,7 +8208,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2487 + - Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2496 status: code: 200 message: OK @@ -7632,17 +8220,17 @@ interactions: {"maxBatchInstancePercent": 20, "maxUnhealthyInstancePercent": 20, "maxUnhealthyUpgradedInstancePercent": 20, "pauseTimeBetweenBatches": "PT0S", "rollbackFailedInstancesOnPolicyBreach": false, "maxSurge": false}}, "virtualMachineProfile": {"osProfile": {"computerNamePrefix": - "cliuz26de", "adminUsername": "rhoover", "linuxConfiguration": {"disablePasswordAuthentication": - true, "ssh": {"publicKeys": [{"path": "/home/rhoover/.ssh/authorized_keys", - "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\n"}]}, "provisionVMAgent": true, "enableVMAgentPlatformUpdates": + "clilb05fb", "adminUsername": "rhkodiak", "linuxConfiguration": {"disablePasswordAuthentication": + true, "ssh": {"publicKeys": [{"path": "/home/rhkodiak/.ssh/authorized_keys", + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\n"}]}, "provisionVMAgent": true, "enableVMAgentPlatformUpdates": false}, "secrets": [], "allowExtensionOperations": true, "requireGuestProvisionSignal": true}, "storageProfile": {"osDisk": {"caching": "ReadWrite", "createOption": "FromImage", "diskSizeGB": 30, "osType": "Linux", "managedDisk": {"storageAccountType": "Premium_LRS"}}}, "networkProfile": {"networkInterfaceConfigurations": [{"name": - "cliuz26deNic", "properties": {"primary": true, "enableAcceleratedNetworking": + "clilb05fbNic", "properties": {"primary": true, "enableAcceleratedNetworking": false, "disableTcpStateTracking": false, "dnsSettings": {"dnsServers": []}, - "ipConfigurations": [{"name": "cliuz26deIPConfig", "properties": {"subnet": + "ipConfigurations": [{"name": "clilb05fbIPConfig", "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"}], @@ -7667,13 +8255,13 @@ interactions: Connection: - keep-alive Content-Length: - - '3838' + - '3833' Content-Type: - application/json ParameterSetName: - --name --resource-group --set User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2022-11-01 response: @@ -7683,8 +8271,8 @@ interactions: \"westus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-westus2\": - {\r\n \"principalId\": \"684d55e2-8922-4966-a660-2d38ca4a1711\",\r\n - \ \"clientId\": \"6d45cf55-f311-4228-97b0-c22ae418aad6\"\r\n }\r\n + {\r\n \"principalId\": \"0fdff7b9-2496-486b-b380-a06601508170\",\r\n + \ \"clientId\": \"12f2a140-5109-4e1a-8aa0-d0517def37fb\"\r\n }\r\n \ }\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 \"orchestrationMode\": \"Uniform\",\r\n \"upgradePolicy\": @@ -7693,13 +8281,13 @@ interactions: 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\",\r\n \"maxSurge\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": - {\r\n \"computerNamePrefix\": \"cliuz26de\",\r\n \"adminUsername\": - \"rhoover\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": + {\r\n \"computerNamePrefix\": \"clilb05fb\",\r\n \"adminUsername\": + \"rhkodiak\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n - \ },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": @@ -7708,7 +8296,7 @@ interactions: \ \"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\":\"cliuz26deNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cliuz26deIPConfig\",\"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 + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"clilb05fbNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"clilb05fbIPConfig\",\"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 @@ -7725,21 +8313,21 @@ interactions: {\"enableGenevaUpload\":true,\"enableAutoConfig\":true,\"reportSuccessOnUnsupportedDistro\":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\": \"6aa1f17d-1da0-4dfe-b11e-b77e59e02135\",\r\n - \ \"timeCreated\": \"2023-03-06T15:01:24.7059254+00:00\"\r\n }\r\n}" + false,\r\n \"uniqueId\": \"1dd014e1-9fe6-4b2d-8bf6-308d33c41652\",\r\n + \ \"timeCreated\": \"2023-05-31T18:48:49.1490764+00:00\"\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/f2bbedf8-37cd-469e-a78a-f426ee1da2f3?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/170c740b-99e8-4814-810c-1fa83a5d0318?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 cache-control: - no-cache content-length: - - '5470' + - '5465' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:22:16 GMT + - Wed, 31 May 2023 19:07:48 GMT expires: - '-1' pragma: @@ -7756,7 +8344,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/CreateVMScaleSet3Min;151,Microsoft.Compute/CreateVMScaleSet30Min;747,Microsoft.Compute/VmssQueuedVMOperations;0 + - Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;285,Microsoft.Compute/VmssQueuedVMOperations;0 x-ms-ratelimit-remaining-subscription-writes: - '1199' x-ms-request-charge: @@ -7778,14 +8366,14 @@ interactions: ParameterSetName: - --name --resource-group --set User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/f2bbedf8-37cd-469e-a78a-f426ee1da2f3?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/170c740b-99e8-4814-810c-1fa83a5d0318?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:22:15.9826698+00:00\",\r\n \"endTime\": - \"2023-03-06T15:22:16.3107656+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"f2bbedf8-37cd-469e-a78a-f426ee1da2f3\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T19:07:47.8102621+00:00\",\r\n \"endTime\": + \"2023-05-31T19:07:48.0759097+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"170c740b-99e8-4814-810c-1fa83a5d0318\"\r\n}" headers: cache-control: - no-cache @@ -7794,7 +8382,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:22:26 GMT + - Wed, 31 May 2023 19:07:48 GMT expires: - '-1' pragma: @@ -7811,7 +8399,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29768 + - Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29757 status: code: 200 message: OK @@ -7829,7 +8417,7 @@ interactions: ParameterSetName: - --name --resource-group --set User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2022-11-01 response: @@ -7839,8 +8427,8 @@ interactions: \"westus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzSecPackAutoConfigRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/AzSecPackAutoConfigUA-westus2\": - {\r\n \"principalId\": \"684d55e2-8922-4966-a660-2d38ca4a1711\",\r\n - \ \"clientId\": \"6d45cf55-f311-4228-97b0-c22ae418aad6\"\r\n }\r\n + {\r\n \"principalId\": \"0fdff7b9-2496-486b-b380-a06601508170\",\r\n + \ \"clientId\": \"12f2a140-5109-4e1a-8aa0-d0517def37fb\"\r\n }\r\n \ }\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 \"orchestrationMode\": \"Uniform\",\r\n \"upgradePolicy\": @@ -7849,13 +8437,13 @@ interactions: 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\",\r\n \"maxSurge\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": - {\r\n \"computerNamePrefix\": \"cliuz26de\",\r\n \"adminUsername\": - \"rhoover\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": + {\r\n \"computerNamePrefix\": \"clilb05fb\",\r\n \"adminUsername\": + \"rhkodiak\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n - \ \"path\": \"/home/rhoover/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHifgj/9+LNm4uSfBlu1TRKHJnzYliXOibEchXa7ZutI+6B1N9KimFIcDfCwhIMKX2R2OIc1d547W1TJYXUBhGWzOUKBmHxb+WQAAgcP4z8dg4ae1aY8QpqynplBuiPCdvlvc4GbAFjY+uxUzajiR8MP/aRTfB3YNrs2XzDvXwaBZBDaR0wUuJUs+234pOdJnLVF1R2qxz3dV0IPh67CPXFfA2kY652rJJlUJZyOwpUck1CnEW98GgaBMGpvdwx6cL1CgSU5JISgZ64FGS6D1OBr1f4dAynrcvvkEt5AKYlHj42kgdBmJJzsIQV4f8TPOELw7gTZ+nybGbwZy5xxmUdLJgIR/GzGbaZ08cX2GuYQTN9HKHCzoWddxCURtnSXbH0RAuCqTZc9C8kCYvulvIqEG5OBamRXwRatXYDT2x2yY5eS2A7j16/GUZoJ6tw7VQfbnIlD1cBVYWwd5FlmRJziU0tLnIDiKkHhzZ6nvefP/iQuUfsGvfym+LZ3w4SU= - REDMOND+rhoover@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n - \ },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": + \ \"path\": \"/home/rhkodiak/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDVQsIFKr/lPZTwTnuU9FfNZp6TztrVWYsjSigCYLizkshgZkJG4J3lyMQVNr91yqauRes3dEjwDH4sQQbO0Zc5aFHy+qyMtEYq6s5nDrPlgg/Djvvq9x7+caDG84cc9eDEd93EKurKEStvLTKZa7SaWUzpWp5Km2bIIkyLrz9Wo1wd530mNIDKQVKr3rgy39Gz7YJ6zl8EJ64JwZZhhuKnzgDbGjP+FVE9uyhQblINrsScmztopt3ebPvDWOCCP3b9hPJMoWgil+mZ+1irgQbyYascBx0DySXX7FAS2Xm5Vlytg8gRWiATrEGQgWNCRwLTcqyQD0Ynf2Yi8KUVi3sJ8s59FpZQOL0fD1MvBlXYj/Ak37x7/MNcbof0qaNeGqHZIUNUY6O+zEtqGNHOJmVwhX+ITlvTop7yfAFIKKIbrjN9uTQTvhB1pkjPWkDSKYSomgkagh8mMyYYzKexXvEDjnXli4vpWjo73E7yIMk4RZQocevaIZKErY5zI1fiU= + rhkodiak@DESKTOP-XVFR7ID\\n\"\r\n }\r\n ]\r\n },\r\n + \ \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": @@ -7864,7 +8452,7 @@ interactions: \ \"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\":\"cliuz26deNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cliuz26deIPConfig\",\"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 + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"clilb05fbNic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"clilb05fbIPConfig\",\"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 @@ -7881,17 +8469,17 @@ interactions: {\"enableGenevaUpload\":true,\"enableAutoConfig\":true,\"reportSuccessOnUnsupportedDistro\":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\": \"6aa1f17d-1da0-4dfe-b11e-b77e59e02135\",\r\n - \ \"timeCreated\": \"2023-03-06T15:01:24.7059254+00:00\"\r\n }\r\n}" + false,\r\n \"uniqueId\": \"1dd014e1-9fe6-4b2d-8bf6-308d33c41652\",\r\n + \ \"timeCreated\": \"2023-05-31T18:48:49.1490764+00:00\"\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '5471' + - '5466' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:22:26 GMT + - Wed, 31 May 2023 19:07:48 GMT expires: - '-1' pragma: @@ -7908,7 +8496,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMScaleSet3Min;392,Microsoft.Compute/GetVMScaleSet30Min;2483 + - Microsoft.Compute/GetVMScaleSet3Min;393,Microsoft.Compute/GetVMScaleSet30Min;2492 status: code: 200 message: OK @@ -7926,59 +8514,59 @@ interactions: ParameterSetName: - --name --resource-group --set User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualMachines/3/instanceView?api-version=2022-11-01 response: body: - string: "{\r\n \"placementGroupId\": \"fe2728fc-c0cb-4cea-8d91-bb960a1e6c3b\",\r\n + string: "{\r\n \"placementGroupId\": \"d46de32e-58a5-4fdc-87e3-cdf3b3d142ce\",\r\n \ \"platformUpdateDomain\": 1,\r\n \"platformFaultDomain\": 1,\r\n \"computerName\": - \"cliuz26de000003\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n + \"clilb05fb000003\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n \ \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.9.0.4\",\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\": \"2023-03-06T15:21:42+00:00\"\r\n + \"Guest Agent is running\",\r\n \"time\": \"2023-05-31T19:07:21+00:00\"\r\n \ }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": - \"1.25.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \"1.26.2\",\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.21.115\",\r\n \"status\": {\r\n + \ \"typeHandlerVersion\": \"2.22.158\",\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\": \"cliuztvtdw4jbve2omq7cliuztvtdw4jbve2omq73OS__1_023d79a2b12548fba5c6e457bd338d14\",\r\n + [\r\n {\r\n \"name\": \"clilbofyinawioqmxrxsclilbofyinawioqmxrxsjOS__1_3fed4842693d46dfbc0fdbda6f24f442\",\r\n \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2023-03-06T15:21:12.3107222+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T19:06:43.4814132+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.25.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \"1.26.2\",\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.21.115\",\r\n \"statuses\": [\r\n {\r\n + \ \"typeHandlerVersion\": \"2.22.158\",\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\": - \"2023-03-06T15:21:44.6233417+00:00\"\r\n },\r\n {\r\n \"code\": + \"2023-05-31T19:07:25.528876+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' + - '2781' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:22:27 GMT + - Wed, 31 May 2023 19:07:49 GMT expires: - '-1' pragma: @@ -8019,7 +8607,7 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/manualupgrade?api-version=2022-11-01 response: @@ -8029,17 +8617,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/81c8160c-0e3d-4509-a373-aa5754cac563?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/49248d6c-f5a4-4c89-b35b-013e5ddaac7a?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 cache-control: - no-cache content-length: - '0' date: - - Mon, 06 Mar 2023 15:22:28 GMT + - Wed, 31 May 2023 19:07:49 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/81c8160c-0e3d-4509-a373-aa5754cac563?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/49248d6c-f5a4-4c89-b35b-013e5ddaac7a?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 pragma: - no-cache server: @@ -8050,7 +8638,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1186,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3047,Microsoft.Compute/VmssQueuedVMOperations;0 + - Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1180,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0 x-ms-ratelimit-remaining-subscription-writes: - '1199' x-ms-request-charge: @@ -8072,14 +8660,64 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/49248d6c-f5a4-4c89-b35b-013e5ddaac7a?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 + response: + body: + string: "{\r\n \"startTime\": \"2023-05-31T19:07:49.9352782+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"49248d6c-f5a4-4c89-b35b-013e5ddaac7a\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 19:07: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/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29756 + 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.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/81c8160c-0e3d-4509-a373-aa5754cac563?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/49248d6c-f5a4-4c89-b35b-013e5ddaac7a?p=b78e049b-b1d2-4306-acb3-45b82d877561&api-version=2022-11-01 response: body: - string: "{\r\n \"startTime\": \"2023-03-06T15:22:28.2326161+00:00\",\r\n \"endTime\": - \"2023-03-06T15:22:35.6388806+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"81c8160c-0e3d-4509-a373-aa5754cac563\"\r\n}" + string: "{\r\n \"startTime\": \"2023-05-31T19:07:49.9352782+00:00\",\r\n \"endTime\": + \"2023-05-31T19:07:55.5602918+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"49248d6c-f5a4-4c89-b35b-013e5ddaac7a\"\r\n}" headers: cache-control: - no-cache @@ -8088,7 +8726,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:22:57 GMT + - Wed, 31 May 2023 19:08:19 GMT expires: - '-1' pragma: @@ -8105,7 +8743,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29766 + - Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29754 status: code: 200 message: OK @@ -8123,9 +8761,9 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/81c8160c-0e3d-4509-a373-aa5754cac563?p=c49d4c35-fce9-4992-b8a6-5d4f3bc79110&monitor=true&api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/49248d6c-f5a4-4c89-b35b-013e5ddaac7a?p=b78e049b-b1d2-4306-acb3-45b82d877561&monitor=true&api-version=2022-11-01 response: body: string: '' @@ -8135,7 +8773,7 @@ interactions: content-length: - '0' date: - - Mon, 06 Mar 2023 15:22:58 GMT + - Wed, 31 May 2023 19:08:19 GMT expires: - '-1' pragma: @@ -8148,7 +8786,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29765 + - Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29753 status: code: 200 message: OK @@ -8166,59 +8804,59 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualMachines/3/instanceView?api-version=2022-11-01 response: body: - string: "{\r\n \"placementGroupId\": \"fe2728fc-c0cb-4cea-8d91-bb960a1e6c3b\",\r\n + string: "{\r\n \"placementGroupId\": \"d46de32e-58a5-4fdc-87e3-cdf3b3d142ce\",\r\n \ \"platformUpdateDomain\": 1,\r\n \"platformFaultDomain\": 1,\r\n \"computerName\": - \"cliuz26de000003\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n + \"clilb05fb000003\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n \ \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.9.0.4\",\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\": \"2023-03-06T15:22:41+00:00\"\r\n + \"Guest Agent is running\",\r\n \"time\": \"2023-05-31T19:08:02+00:00\"\r\n \ }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": - \"1.25.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \"1.26.2\",\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.21.115\",\r\n \"status\": {\r\n + \ \"typeHandlerVersion\": \"2.22.158\",\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\": \"cliuztvtdw4jbve2omq7cliuztvtdw4jbve2omq73OS__1_023d79a2b12548fba5c6e457bd338d14\",\r\n + [\r\n {\r\n \"name\": \"clilbofyinawioqmxrxsclilbofyinawioqmxrxsjOS__1_3fed4842693d46dfbc0fdbda6f24f442\",\r\n \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2023-03-06T15:22:29.2013533+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-05-31T19:07:51.0915521+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.25.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \"1.26.2\",\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.21.115\",\r\n \"statuses\": [\r\n {\r\n + \ \"typeHandlerVersion\": \"2.22.158\",\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\": - \"2023-03-06T15:22:35.60761+00:00\"\r\n },\r\n {\r\n \"code\": + \"2023-05-31T19:07:55.5134199+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: - - '2806' + - '2808' content-type: - application/json; charset=utf-8 date: - - Mon, 06 Mar 2023 15:22:59 GMT + - Wed, 31 May 2023 19:08:20 GMT expires: - '-1' pragma: @@ -8255,8 +8893,8 @@ interactions: ParameterSetName: - -g -n --instance-ids User-Agent: - - AZURECLI/2.46.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 response: @@ -8270,7 +8908,7 @@ interactions: content-type: - application/json; charset=UTF-8 date: - - Mon, 06 Mar 2023 15:22:59 GMT + - Wed, 31 May 2023 19:08:21 GMT expires: - '-1' pragma: 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 index e56741e86c4..2bc0fbf2504 100644 --- 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 @@ -15,8 +15,8 @@ interactions: Content-Type: - application/json User-Agent: - - AZURECLI/2.46.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default/disableConsole?api-version=2018-05-01 response: @@ -30,7 +30,7 @@ interactions: content-type: - application/json; charset=UTF-8 date: - - Mon, 06 Mar 2023 14:54:20 GMT + - Wed, 31 May 2023 18:41:39 GMT expires: - '-1' pragma: @@ -68,8 +68,8 @@ interactions: Content-Type: - application/json User-Agent: - - AZURECLI/2.46.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.49.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default/enableConsole?api-version=2018-05-01 response: @@ -83,7 +83,7 @@ interactions: content-type: - application/json; charset=UTF-8 date: - - Mon, 06 Mar 2023 14:54:21 GMT + - Wed, 31 May 2023 18:41:39 GMT expires: - '-1' pragma: @@ -101,7 +101,7 @@ interactions: x-frame-options: - deny x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK diff --git a/src/serial-console/setup.py b/src/serial-console/setup.py index 79cfad03161..70e6b58e057 100644 --- a/src/serial-console/setup.py +++ b/src/serial-console/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.1.5' +VERSION = '0.1.6' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers diff --git a/src/service_name.json b/src/service_name.json index 926a45a2566..1e0adcf438c 100644 --- a/src/service_name.json +++ b/src/service_name.json @@ -389,11 +389,26 @@ "AzureServiceName": "Azure Network Bastion", "URL": "https://learn.microsoft.com/en-us/azure/bastion/" }, + { + "Command": "az networkcloud", + "AzureServiceName": "Azure Operator Nexus", + "URL": "https://learn.microsoft.com/en-us/azure/operator-nexus/" + }, + { + "Command": "az networkfabric", + "AzureServiceName": "Managed Network Fabric", + "URL": "https://learn.microsoft.com/en-us/azure/operator-nexus/" + }, { "Command": "az network-function", "AzureServiceName": "Azure Network Function", "URL": "https://docs.microsoft.com/en-us/rest/api/hybridnetwork/network-functions" }, + { + "Command": "az network alb", + "AzureServiceName": "Application Gateway for Containers", + "URL": "" + }, { "Command": "az next", "AzureServiceName": "Azure CLI", @@ -696,8 +711,8 @@ }, { "Command": "az partnercenter", - "AzureServiceName": "Partner Center (Azure Marketplace)", - "URL": "https://github.com/Azure/partnercenter-cli-extension/blob/main/README.md" + "AzureServiceName": "Microsoft Partner Center", + "URL": "https://learn.microsoft.com/en-us/partner-center/" }, { "Command": "az billing-benefits", @@ -724,11 +739,6 @@ "AzureServiceName": "Storage Mover", "URL": "https://learn.microsoft.com/en-us/azure/storage-mover/" }, - { - "Command": "az service-networking", - "AzureServiceName": "Service Networking", - "URL": "" - }, { "Command": "az confidentialledger managedccfs", "AzureServiceName": "Azure Managed Confidential Consortium Framework", diff --git a/src/serviceconnector-passwordless/HISTORY.rst b/src/serviceconnector-passwordless/HISTORY.rst index d008bcfdf3f..57b670e6aa3 100644 --- a/src/serviceconnector-passwordless/HISTORY.rst +++ b/src/serviceconnector-passwordless/HISTORY.rst @@ -2,6 +2,14 @@ Release History =============== +0.3.4 +++++++ +* Make some improvements. + +0.3.3 +++++++ +* Make some improvements. + 0.3.2 ++++++ * Fix some issues and support Service Principal for local connection. diff --git a/src/serviceconnector-passwordless/azext_serviceconnector_passwordless/_credential_free.py b/src/serviceconnector-passwordless/azext_serviceconnector_passwordless/_credential_free.py index 72c54e6296a..b98bd100073 100644 --- a/src/serviceconnector-passwordless/azext_serviceconnector_passwordless/_credential_free.py +++ b/src/serviceconnector-passwordless/azext_serviceconnector_passwordless/_credential_free.py @@ -5,9 +5,10 @@ import struct import sys +import re from knack.log import get_logger -from knack.prompting import prompt_y_n, NoTTYException from msrestazure.tools import parse_resource_id +from azure.cli.core import telemetry from azure.cli.core.azclierror import ( AzureConnectionError, ValidationError, @@ -17,7 +18,6 @@ from azure.cli.core.extension.operations import _install_deps_for_psycopg2, _run_pip from azure.cli.core._profile import Profile from azure.cli.command_modules.serviceconnector._utils import ( - run_cli_cmd, generate_random_string, is_packaged_installed, get_object_id_of_current_user @@ -30,7 +30,7 @@ get_source_resource_name, get_target_resource_name, ) - +from ._utils import run_cli_cmd, get_local_ip, confirm_all_ip_allow logger = get_logger(__name__) AUTHTYPES = { @@ -39,15 +39,12 @@ AUTH_TYPE.ServicePrincipalSecret: 'servicePrincipalSecret', AUTH_TYPE.UserAccount: 'userAccount', } -IP_ADDRESS_CHECKER = 'https://api.ipify.org' -OPEN_ALL_IP_MESSAGE = 'Do you want to enable access for all IPs to allow local environment connecting to database?' -# pylint: disable=line-too-long, consider-using-f-string +# pylint: disable=line-too-long, consider-using-f-string, too-many-statements # For db(mysqlFlex/psql/psqlFlex/sql) linker with auth type=systemAssignedIdentity, enable AAD auth and create db user on data plane # For other linker, ignore the steps def get_enable_mi_for_db_linker_func(yes=False): - def enable_mi_for_db_linker(cmd, source_id, target_id, auth_info, client_type, connection_name): # return if connection is not for db mi if auth_info['auth_type'] not in [AUTHTYPES[AUTH_TYPE.SystemIdentity], @@ -72,8 +69,10 @@ def enable_mi_for_db_linker(cmd, source_id, target_id, auth_info, client_type, c user_object_id = get_object_id_of_current_user() if user_object_id is None: - raise Exception( + e = Exception( "No object id for current user {}".format(target_handler.login_username)) + telemetry.set_exception(e, "No-User-Oid") + raise e target_handler.user_object_id = user_object_id if auth_info['auth_type'] == AUTHTYPES[AUTH_TYPE.SystemIdentity]: @@ -98,8 +97,10 @@ def enable_mi_for_db_linker(cmd, source_id, target_id, auth_info, client_type, c umi_info = run_cli_cmd( f'az identity list --subscription {mi_sub_id} --query "[?clientId==\'{mi_client_id}\']"') if umi_info is None or len(umi_info) == 0: - raise ResourceNotFoundError( + e = ResourceNotFoundError( "No identity found for client id {}".format(mi_client_id)) + telemetry.set_exception(e, "No-Umi") + raise e source_object_id = umi_info[0].get('principalId') target_handler.identity_object_id = source_object_id target_handler.identity_client_id = mi_client_id @@ -111,8 +112,10 @@ def enable_mi_for_db_linker(cmd, source_id, target_id, auth_info, client_type, c sp_info = run_cli_cmd( 'az ad sp show --id {}'.format(sp_client_id)) if sp_info is None: - raise ResourceNotFoundError( + e = ResourceNotFoundError( "Not found the service principal with client id {}".format(sp_client_id)) + telemetry.set_exception(e, "No-SP") + raise e target_handler.identity_object_id = sp_object_id target_handler.identity_client_id = sp_client_id target_handler.identity_name = sp_info.get('displayName') @@ -188,8 +191,10 @@ def __init__(self, cmd, target_id, target_type, auth_info, connection_name, skip self.login_usertype = run_cli_cmd( 'az account show').get("user").get("type") if (self.login_usertype not in ['servicePrincipal', 'user']): - raise CLIInternalError( + e = CLIInternalError( f'{self.login_usertype} is not supported. Please login as user or servicePrincipal') + telemetry.set_exception(e, "Unsupported-UserType-" + self.login_usertype) + raise e self.aad_username = "aad_" + connection_name self.connection_name = connection_name self.skip_prompt = skip_prompt @@ -273,9 +278,11 @@ def set_user_admin(self, user_object_id, **kwargs): logger.warning('Set current user as DB Server AAD Administrators.') # set user as AAD admin if mysql_identity_id is None: - raise ValidationError( + e = ValidationError( "Provide '{} mysql-identity-id=' to update AAD authentication.".format( self.get_auth_flag())) + telemetry.set_exception(e, "Missing-Mysql-Umi") + raise e mysql_umi = run_cli_cmd( 'az mysql flexible-server identity list -g {} -s {} --subscription {}'.format(self.resource_group, self.server, self.subscription)) if (not mysql_umi) or (not mysql_umi.get("userAssignedIdentities")) or mysql_identity_id not in mysql_umi.get("userAssignedIdentities"): @@ -294,27 +301,31 @@ def create_aad_user(self): except AzureConnectionError as e: logger.warning(e) # allow local access - from requests import get - ip_address = get(IP_ADDRESS_CHECKER).text - self.set_target_firewall(True, ip_name, ip_address, ip_address) - # create again + ip_address = get_local_ip() + if not ip_address: + self.set_target_firewall( + True, ip_name, '0.0.0.0', '255.255.255.255') + else: + self.set_target_firewall( + True, ip_name, ip_address, ip_address) try: self.create_aad_user_in_mysql(connection_kwargs, query_list) except AzureConnectionError as e: logger.warning(e) - try: - if not self.skip_prompt: - if not prompt_y_n(OPEN_ALL_IP_MESSAGE): - raise AzureConnectionError( - "Please confirm local environment can connect to database and try again.") from e - except NoTTYException as e: - raise CLIInternalError( - 'Unable to prompt for confirmation as no tty available. Use --yes.') from e + if not ip_address: + telemetry.set_exception(e, "Connect-Db-Fail") + raise e + if not self.skip_prompt: + confirm_all_ip_allow() # allow public access self.set_target_firewall( True, ip_name, '0.0.0.0', '255.255.255.255') # create again - self.create_aad_user_in_mysql(connection_kwargs, query_list) + try: + self.create_aad_user_in_mysql(connection_kwargs, query_list) + except AzureConnectionError as e: + telemetry.set_exception(e, "Connect-Db-Fail") + raise e finally: self.set_target_firewall(False, ip_name) @@ -323,8 +334,10 @@ def set_target_firewall(self, is_add, ip_name, start_ip=None, end_ip=None): target = run_cli_cmd( 'az mysql flexible-server show --ids {}'.format(self.target_id)) if target.get('network').get('publicNetworkAccess') == "Disabled": - raise AzureConnectionError( + ex = AzureConnectionError( "The target resource doesn't allow public access. Connection can't be created.") + telemetry.set_exception(ex, "Public-Access-Disabled") + raise ex logger.warning("Add firewall rule %s %s - %s...%s", ip_name, start_ip, end_ip, ('(it will be removed after connection is created)' if self.auth_type != AUTHTYPES[ AUTH_TYPE.UserAccount] else '(Please delete it manually if it has security risk.)')) @@ -356,7 +369,7 @@ def create_aad_user_in_mysql(self, connection_kwargs, query_list): import pymysql from pymysql.constants import CLIENT except ModuleNotFoundError as e: - raise CLIInternalError( + raise ModuleNotFoundError( "Dependency pymysql can't be installed, please install it manually with `" + sys.executable + " -m pip install pymysql`.") from e connection_kwargs['client_flag'] = CLIENT.MULTI_STATEMENTS @@ -380,8 +393,10 @@ def create_aad_user_in_mysql(self, connection_kwargs, query_list): try: cursor.close() except Exception as e: # pylint: disable=broad-except - raise CLIInternalError( - "Connection close failed." + str(e)) from e + ex = CLIInternalError( + "Connection close failed." + str(e)) + telemetry.set_exception(ex, "Connect-Db-Close-Fail") + raise ex from e def get_connection_string(self): password = run_cli_cmd( @@ -445,19 +460,37 @@ def create_aad_user(self): logger.warning("Connecting to database...") self.create_aad_user_in_sql(connection_args, query_list) except AzureConnectionError as e: - if not self.ip: - raise e - logger.warning(e) - # allow local access - ip_address = self.ip - self.set_target_firewall(True, ip_name, ip_address, ip_address) + from azure.cli.core.util import in_cloud_console + if in_cloud_console(): + self.set_target_firewall( + True, ip_name, '0.0.0.0', '0.0.0.0') + else: + if not self.ip: + error_code = '' + error_res = re.search( + '\((\d{5})\)', str(e)) + if error_res: + error_code = error_res.group(1) + telemetry.set_exception(e, "Connect-Db-Fail-" + error_code) + raise e + logger.warning(e) + # allow local access + ip_address = self.ip + self.set_target_firewall(True, ip_name, ip_address, ip_address) try: # create again self.create_aad_user_in_sql(connection_args, query_list) except AzureConnectionError as e: logger.warning(e) - raise AzureConnectionError( - "Please confirm local environment can connect to database and try again.") from e + ex = AzureConnectionError( + "Please confirm local environment can connect to database and try again.") + error_code = '' + error_res = re.search( + '\((\d{5})\)', str(e)) + if error_res: + error_code = error_res.group(1) + telemetry.set_exception(e, "Connect-Db-Fail-" + error_code) + raise ex from e finally: self.set_target_firewall(False, ip_name) @@ -467,8 +500,10 @@ def set_target_firewall(self, is_add, ip_name, start_ip=None, end_ip=None): 'az sql server show --ids {}'.format(self.target_id)) # logger.warning("Update database server firewall rule to connect...") if target.get('publicNetworkAccess') == "Disabled": - raise AzureConnectionError( + ex = AzureConnectionError( "The target resource doesn't allow public access. Please enable it manually and try again.") + telemetry.set_exception(ex, "Public-Access-Disabled") + raise ex logger.warning("Add firewall rule %s %s - %s...%s", ip_name, start_ip, end_ip, ('(it will be removed after connection is created)' if self.auth_type != AUTHTYPES[ AUTH_TYPE.UserAccount] else '(Please delete it manually if it has security risk.)')) @@ -500,13 +535,15 @@ def create_aad_user_in_sql(self, connection_args, query_list): try: import pyodbc except ModuleNotFoundError as e: - raise CLIInternalError( + raise ModuleNotFoundError( "Dependency pyodbc can't be installed, please install it manually with `" + sys.executable + " -m pip install pyodbc`.") from e drivers = [x for x in pyodbc.drivers() if x in [ 'ODBC Driver 17 for SQL Server', 'ODBC Driver 18 for SQL Server']] if not drivers: - raise CLIInternalError( + ex = CLIInternalError( "Please manually install odbc 17/18 for SQL server, reference: https://docs.microsoft.com/en-us/sql/connect/odbc/download-odbc-driver-for-sql-server/") + telemetry.set_exception(ex, "No-ODBC-Driver") + raise ex try: with pyodbc.connect(connection_args.get("connection_string").format(driver=drivers[0]), attrs_before=connection_args.get("attrs_before")) as conn: with conn.cursor() as cursor: @@ -520,7 +557,6 @@ def create_aad_user_in_sql(self, connection_args, query_list): logger.warning(e) conn.commit() except pyodbc.Error as e: - import re search_ip = re.search( "Client with IP address '(.*?)' is not allowed to access the server", str(e)) if search_ip is not None: @@ -585,8 +621,8 @@ def set_user_admin(self, user_object_id, **kwargs): if is_admin: return logger.warning('Set current user as DB Server AAD Administrators.') - run_cli_cmd('az postgres flexible-server ad-admin create -u {} -i {} -g {} -s {} --subscription {}'.format( - self.login_username, user_object_id, self.resource_group, self.db_server, self.subscription)) + run_cli_cmd('az postgres flexible-server ad-admin create -u {} -i {} -g {} -s {} --subscription {} -t {}'.format( + self.login_username, user_object_id, self.resource_group, self.db_server, self.subscription, self.login_usertype)) def create_aad_user(self): query_list = self.get_create_query() @@ -599,26 +635,31 @@ def create_aad_user(self): except AzureConnectionError as e: logger.warning(e) # allow local access - from requests import get - ip_address = self.ip or get(IP_ADDRESS_CHECKER).text - self.set_target_firewall(True, ip_name, ip_address, ip_address) + ip_address = self.ip or get_local_ip() + if not ip_address: + self.set_target_firewall( + True, ip_name, '0.0.0.0', '255.255.255.255') + else: + self.set_target_firewall( + True, ip_name, ip_address, ip_address) try: # create again self.create_aad_user_in_pg(connection_string, query_list) except AzureConnectionError as e: logger.warning(e) - try: - if not self.skip_prompt: - if not prompt_y_n(OPEN_ALL_IP_MESSAGE): - raise AzureConnectionError( - "Please confirm local environment can connect to database and try again.") from e - except NoTTYException as e: - raise CLIInternalError( - 'Unable to prompt for confirmation as no tty available. Use --yes.') from e + if not ip_address: + telemetry.set_exception(e, "Connect-Db-Fail") + raise e + if not self.skip_prompt: + confirm_all_ip_allow() self.set_target_firewall( True, ip_name, '0.0.0.0', '255.255.255.255') # create again - self.create_aad_user_in_pg(connection_string, query_list) + try: + self.create_aad_user_in_pg(connection_string, query_list) + except AzureConnectionError as e: + telemetry.set_exception(e, "Connect-Db-Fail") + raise e finally: self.set_target_firewall(False, ip_name) @@ -627,8 +668,10 @@ def set_target_firewall(self, is_add, ip_name, start_ip=None, end_ip=None): target = run_cli_cmd( 'az postgres flexible-server show --ids {}'.format(self.target_id)) if target.get('network').get('publicNetworkAccess') == "Disabled": - raise AzureConnectionError( + ex = AzureConnectionError( "The target resource doesn't allow public access. Connection can't be created.") + telemetry.set_exception(ex, "Public-Access-Disabled") + raise ex logger.warning("Add firewall rule %s %s - %s...%s", ip_name, start_ip, end_ip, ('(it will be removed after connection is created)' if self.auth_type != AUTHTYPES[ AUTH_TYPE.UserAccount] else '(Please delete it manually if it has security risk.)')) @@ -660,14 +703,13 @@ def create_aad_user_in_pg(self, conn_string, query_list): try: import psycopg2 except ModuleNotFoundError as e: - raise CLIInternalError( + raise ModuleNotFoundError( "Dependency psycopg2 can't be installed, please install it manually with `" + sys.executable + " -m pip install psycopg2-binary`.") from e # pylint: disable=protected-access try: conn = psycopg2.connect(conn_string) except (psycopg2.Error, psycopg2.OperationalError) as e: - import re # logger.warning(e) search_ip = re.search( 'no pg_hba.conf entry for host "(.*)", user ', str(e)) @@ -750,8 +792,10 @@ def set_target_firewall(self, is_add, ip_name, start_ip=None, end_ip=None): target = run_cli_cmd( 'az postgres server show --ids {}'.format(target_id)) if target.get('publicNetworkAccess') == "Disabled": - raise AzureConnectionError( + ex = AzureConnectionError( "The target resource doesn't allow public access. Please enable it manually and try again.") + telemetry.set_exception(ex, "Public-Access-Disabled") + raise ex logger.warning("Add firewall rule %s %s - %s...%s", ip_name, start_ip, end_ip, ('(it will be removed after connection is created)' if self.auth_type != AUTHTYPES[ AUTH_TYPE.UserAccount] else '(Please delete it manually if it has security risk.)')) @@ -855,8 +899,10 @@ def get_identity_pid(self): self.source_type, rg, spring, app, sub), 15, 5, output_is_none) if identity is None: - raise CLIInternalError( + ex = CLIInternalError( "Unable to get system identity of Spring. Please try it later.") + telemetry.set_exception(ex, "No-Smi") + raise ex return identity.get('principalId') @@ -875,8 +921,10 @@ def get_identity_pid(self): 'az webapp identity show --ids {}'.format(self.source_id), 15, 5, output_is_none) if identity is None: - raise CLIInternalError( + ex = CLIInternalError( "Unable to get system identity of Web App. Please try it later.") + telemetry.set_exception(ex, "No-Smi") + raise ex return identity.get('principalId') @@ -894,6 +942,8 @@ def get_identity_pid(self): 'az containerapp identity show --ids {}'.format(self.source_id), 15, 5, output_is_none) if identity is None: - raise CLIInternalError( + ex = CLIInternalError( "Unable to get system identity of Container App. Please try it later.") + telemetry.set_exception(ex, "No-Smi") + raise ex return identity.get('principalId') diff --git a/src/serviceconnector-passwordless/azext_serviceconnector_passwordless/_help.py b/src/serviceconnector-passwordless/azext_serviceconnector_passwordless/_help.py index e59944801ea..db7f13ad5ed 100644 --- a/src/serviceconnector-passwordless/azext_serviceconnector_passwordless/_help.py +++ b/src/serviceconnector-passwordless/azext_serviceconnector_passwordless/_help.py @@ -11,7 +11,6 @@ TARGET_RESOURCES, LOCAL_CONNECTION_PARAMS ) -from azure.cli.command_modules.serviceconnector._utils import should_load_source from azure.cli.command_modules.serviceconnector._addon_factory import AddonFactory from ._resource_config import ( AUTH_TYPE, @@ -19,6 +18,7 @@ TARGET_RESOURCES_PARAMS, SUPPORTED_AUTH_TYPE, ) +from ._utils import should_load_source # pylint: disable=consider-using-f-string diff --git a/src/serviceconnector-passwordless/azext_serviceconnector_passwordless/_resource_config.py b/src/serviceconnector-passwordless/azext_serviceconnector_passwordless/_resource_config.py index a79e35e1ed8..f584308eaf4 100644 --- a/src/serviceconnector-passwordless/azext_serviceconnector_passwordless/_resource_config.py +++ b/src/serviceconnector-passwordless/azext_serviceconnector_passwordless/_resource_config.py @@ -6,6 +6,7 @@ from azure.cli.command_modules.serviceconnector._resource_config import ( RESOURCE, AUTH_TYPE, + SUPPORTED_AUTH_TYPE ) from azure.cli.command_modules.serviceconnector.action import ( AddSecretAuthInfo, @@ -18,6 +19,13 @@ AddUserAccountAuthInfo, ) +PASSWORDLESS_SOURCE_RESOURCES = [ + RESOURCE.WebApp, + RESOURCE.ContainerApp, + RESOURCE.SpringCloud, + RESOURCE.SpringCloudDeprecated +] + PASSWORDLESS_TARGET_RESOURCES = [ RESOURCE.Postgres, RESOURCE.PostgresFlexible, @@ -26,35 +34,20 @@ ] # pylint: disable=line-too-long -SUPPORTED_AUTH_TYPE = { - RESOURCE.Local: { - RESOURCE.Postgres: [AUTH_TYPE.Secret, AUTH_TYPE.UserAccount, AUTH_TYPE.ServicePrincipalSecret], - RESOURCE.PostgresFlexible: [AUTH_TYPE.Secret, AUTH_TYPE.UserAccount, AUTH_TYPE.ServicePrincipalSecret], - RESOURCE.MysqlFlexible: [AUTH_TYPE.Secret, AUTH_TYPE.UserAccount, AUTH_TYPE.ServicePrincipalSecret], - RESOURCE.Sql: [AUTH_TYPE.Secret, AUTH_TYPE.UserAccount, AUTH_TYPE.ServicePrincipalSecret], - }, - RESOURCE.WebApp: { - RESOURCE.Postgres: [AUTH_TYPE.Secret, AUTH_TYPE.SystemIdentity, AUTH_TYPE.UserIdentity, AUTH_TYPE.ServicePrincipalSecret], - RESOURCE.PostgresFlexible: [AUTH_TYPE.Secret, AUTH_TYPE.SystemIdentity, AUTH_TYPE.UserIdentity, AUTH_TYPE.ServicePrincipalSecret], - RESOURCE.MysqlFlexible: [AUTH_TYPE.Secret, AUTH_TYPE.SystemIdentity, AUTH_TYPE.UserIdentity, AUTH_TYPE.ServicePrincipalSecret], - RESOURCE.Sql: [AUTH_TYPE.Secret, AUTH_TYPE.SystemIdentity, AUTH_TYPE.UserIdentity, AUTH_TYPE.ServicePrincipalSecret], - }, - RESOURCE.SpringCloud: { +SUPPORTED_AUTH_TYPE[RESOURCE.Local] = { + RESOURCE.Postgres: [AUTH_TYPE.Secret, AUTH_TYPE.UserAccount, AUTH_TYPE.ServicePrincipalSecret], + RESOURCE.PostgresFlexible: [AUTH_TYPE.Secret, AUTH_TYPE.UserAccount, AUTH_TYPE.ServicePrincipalSecret], + RESOURCE.MysqlFlexible: [AUTH_TYPE.Secret, AUTH_TYPE.UserAccount, AUTH_TYPE.ServicePrincipalSecret], + RESOURCE.Sql: [AUTH_TYPE.Secret, AUTH_TYPE.UserAccount, AUTH_TYPE.ServicePrincipalSecret], +} + +for resourceType in PASSWORDLESS_SOURCE_RESOURCES: + SUPPORTED_AUTH_TYPE[resourceType] = { RESOURCE.Postgres: [AUTH_TYPE.Secret, AUTH_TYPE.SystemIdentity, AUTH_TYPE.UserIdentity, AUTH_TYPE.ServicePrincipalSecret], RESOURCE.PostgresFlexible: [AUTH_TYPE.Secret, AUTH_TYPE.SystemIdentity, AUTH_TYPE.UserIdentity, AUTH_TYPE.ServicePrincipalSecret], RESOURCE.MysqlFlexible: [AUTH_TYPE.Secret, AUTH_TYPE.SystemIdentity, AUTH_TYPE.UserIdentity, AUTH_TYPE.ServicePrincipalSecret], RESOURCE.Sql: [AUTH_TYPE.Secret, AUTH_TYPE.SystemIdentity, AUTH_TYPE.UserIdentity, AUTH_TYPE.ServicePrincipalSecret], - }, - RESOURCE.KubernetesCluster: { - RESOURCE.Postgres: [AUTH_TYPE.Secret], - RESOURCE.PostgresFlexible: [AUTH_TYPE.Secret], - RESOURCE.MysqlFlexible: [AUTH_TYPE.Secret], - RESOURCE.Sql: [AUTH_TYPE.Secret], - }, -} -SUPPORTED_AUTH_TYPE[RESOURCE.ContainerApp] = SUPPORTED_AUTH_TYPE[RESOURCE.SpringCloud] - -SUPPORTED_AUTH_TYPE[RESOURCE.SpringCloudDeprecated] = SUPPORTED_AUTH_TYPE[RESOURCE.SpringCloud] + } TARGET_RESOURCES_PARAMS = { RESOURCE.Postgres: { diff --git a/src/serviceconnector-passwordless/azext_serviceconnector_passwordless/_utils.py b/src/serviceconnector-passwordless/azext_serviceconnector_passwordless/_utils.py new file mode 100644 index 00000000000..137a783f7ad --- /dev/null +++ b/src/serviceconnector-passwordless/azext_serviceconnector_passwordless/_utils.py @@ -0,0 +1,76 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +from knack.prompting import prompt, prompt_y_n, NoTTYException +from knack.log import get_logger +from azure.cli.core import telemetry +from azure.cli.core.azclierror import ( + AzureConnectionError, + CLIInternalError, +) +from azure.cli.command_modules.serviceconnector._utils import ( + run_cli_cmd as run_cli_cmd_base, + should_load_source as should_load_source_base +) +from ._resource_config import PASSWORDLESS_SOURCE_RESOURCES + +logger = get_logger(__name__) + +IP_ADDRESS_CHECKER = 'https://api.ipify.org' +OPEN_ALL_IP_MESSAGE = 'Do you want to enable access for all IPs to allow local environment connecting to database?' + + +def should_load_source(source): + if source not in PASSWORDLESS_SOURCE_RESOURCES: + return False + return should_load_source_base(source) + + +def run_cli_cmd(cmd, retry=0, interval=0, should_retry_func=None): + try: + return run_cli_cmd_base(cmd, retry, interval, should_retry_func) + except CLIInternalError as e: + telemetry.set_exception( + e, "Cli-Command-Fail-" + cmd.split(" -")[0].strip()) + raise e + + +# pylint: disable=broad-except, line-too-long +def get_local_ip(): + from requests import get + try: + return get(IP_ADDRESS_CHECKER).text + except Exception: + help_message = "Please enter your local IP address to allow connection to database(press enter to allow all IPs): " + try: + while True: + ip = prompt(help_message) + if not ip: + return ip + try: + # check if the ip address is a valid ipv4 address + import ipaddress + ipaddress.IPv4Address(ip) + return ip + except Exception: + logger.warning( + 'The provided IP address is not a valid IPv4 address.') + except NoTTYException as e: + telemetry.set_exception(e, "No-TTY") + raise CLIInternalError( + 'Unable to get local ip address. Please add firewall rule to allow local connection first.') from e + + +def confirm_all_ip_allow(): + try: + if not prompt_y_n(OPEN_ALL_IP_MESSAGE): + ex = AzureConnectionError( + "Please confirm local environment can connect to database and try again.") + telemetry.set_exception(ex, "Connect-Db-Fail") + raise ex + except NoTTYException as e: + telemetry.set_exception(e, "No-TTY") + raise CLIInternalError( + 'Unable to prompt for confirmation as no tty available. Use --yes.') from e diff --git a/src/serviceconnector-passwordless/azext_serviceconnector_passwordless/config.py b/src/serviceconnector-passwordless/azext_serviceconnector_passwordless/config.py index 3f00c9250f3..f7f860f087d 100644 --- a/src/serviceconnector-passwordless/azext_serviceconnector_passwordless/config.py +++ b/src/serviceconnector-passwordless/azext_serviceconnector_passwordless/config.py @@ -4,5 +4,5 @@ # -------------------------------------------------------------------------------------------- -VERSION = '0.3.2' +VERSION = '0.3.4' NAME = 'serviceconnector-passwordless' diff --git a/src/serviceconnector-passwordless/setup.py b/src/serviceconnector-passwordless/setup.py index b393fcf0b6f..54073bafeac 100644 --- a/src/serviceconnector-passwordless/setup.py +++ b/src/serviceconnector-passwordless/setup.py @@ -15,7 +15,7 @@ logger.warn("Wheel is not available, disabling bdist_wheel hook") -VERSION = '0.3.2' +VERSION = '0.3.4' try: from azext_serviceconnector_passwordless.config import VERSION except ImportError: diff --git a/src/spring/HISTORY.md b/src/spring/HISTORY.md index 974f070e22a..5258098d682 100644 --- a/src/spring/HISTORY.md +++ b/src/spring/HISTORY.md @@ -1,7 +1,55 @@ Release History =============== -1.12.0 (WIP) +1.14.0 --- +* Add new command `az spring application-configuration-service create --generation` to support creating Application Configuration Service with different generation +* Add new command `az spring application-configuration-service update --generation` to support updating Application Configuration Service to different generation +* Add new command `az spring application-configuration-service git repo add --ca-cert-name` to support binding certificate to Application Configuration Service Gen2 + +1.13.3 +--- +* Add arguments `--allowed-origin-patterns`, `--addon-configs-json` and `--addon-configs-file` in `az spring gateway update`. +* Add new command `az spring gateway restart` to restart Spring Cloud Gateway. + +1.13.2 +--- +* Add argument `--build-certificates` in `az spring app deploy`. + +1.13.1 +--- +* Fix the parameter `--no-wait` of the command -- `az spring build-service update`. + +1.13.0 +--- +* Add new command -- `az spring apm show` to show the APM resource. +* Add new command -- `az spring apm create` to create APM resource. +* Add new command -- `az spring apm update` to update APM resource. +* Add new command -- `az spring apm delete` to delete APM resource. +* Add new command -- `az spring apm enable-globally` to enable an APM globally. +* Add new command -- `az spring apm disable-globally` to disable an APM globally. +* Add new command -- `az spring apm list-support-types` to list all the supported APM types. +* Add new command -- `az spring apm list` to list all the APM resources. +* Add new command -- `az spring apm list-enabled-globally` to list all the APMs enabled globally. + +1.12.2 +--- +* Add default `enabled_state` for `az spring config-server set` in Standard Counsumption tier. + +1.12.1 +--- +* Add new command -- `az spring eureka-server show` to show the Eureka server resource in consumption tier. +* Add new command -- `az spring eureka-server enable` to enable the Eureka server resource in consumption tier. +* Add new command -- `az spring eureka-server disable` to disable the Eureka server resource in consumption tier. +* Add new command -- `az spring config-server enable` to enable the Config server resource in consumption tier. +* Add new command -- `az spring config-server disable` to disable the Config server resource in consumption tier. + +1.12.0 +--- +* Add new command `az spring container-registry create` to craete container registry resource. +* Add new command `az spring container-registry delete` to delete container registry resource. +* Add new command `az spring container-registry list` to list all the container registry resources. +* Add new command `az spring build-service update` to update build service. +* Add new command `az spring build-service show` to show build service resource. * Add new parameter `--workload-profile` for `az spring app create` and `az spring app update`. 1.11.3 @@ -216,4 +264,4 @@ and `spring app deployment update` have new arguments "--enable-liveness-probe", 1.0.0 --- -* Initialize extension "Spring" to manage Azure Spring Apps resources. \ No newline at end of file +* Initialize extension "Spring" to manage Azure Spring Apps resources. diff --git a/src/spring/azext_spring/_app_validator.py b/src/spring/azext_spring/_app_validator.py index e7582cd39d4..47ff40c36d0 100644 --- a/src/spring/azext_spring/_app_validator.py +++ b/src/spring/azext_spring/_app_validator.py @@ -7,10 +7,11 @@ from knack.log import get_logger from azure.cli.core.azclierror import InvalidArgumentValueError from msrestazure.azure_exceptions import CloudError -from azure.core.exceptions import (ResourceNotFoundError, HttpResponseError) +from azure.core.exceptions import ResourceNotFoundError from ._resource_quantity import (validate_cpu as validate_cpu_value, validate_memory as validate_memory_value) from ._client_factory import cf_spring from ._build_service import (DEFAULT_BUILD_SERVICE_NAME) +from ._utils import get_spring_sku logger = get_logger(__name__) @@ -145,14 +146,19 @@ def _get_app_name_from_namespace(namespace): def _validate_container_registry(cmd, namespace): client = cf_spring(cmd.cli_ctx) - try: - build_service = client.build_service.get_build_service(namespace.resource_group, - namespace.service, - DEFAULT_BUILD_SERVICE_NAME) - if build_service.properties.container_registry: + sku = get_spring_sku(client, namespace.resource_group, namespace.service) + if sku.name == 'E0': + try: + build_service = client.build_service.get_build_service(namespace.resource_group, + namespace.service, + DEFAULT_BUILD_SERVICE_NAME) + if build_service.properties.container_registry: + if namespace.source_path or namespace.artifact_path: + raise InvalidArgumentValueError( + "The instance using your own container registry can only use '--container-image' to deploy." + " See more details in https://learn.microsoft.com/en-us/azure/spring-apps/how-to-deploy-with-custom-container-image?tabs=azure-cli") + except ResourceNotFoundError: if namespace.source_path or namespace.artifact_path: - raise InvalidArgumentValueError( - "The instance using your own container registry can only use '--container-image' to deploy." - " See more details in https://learn.microsoft.com/en-us/azure/spring-apps/how-to-deploy-with-custom-container-image?tabs=azure-cli") - except HttpResponseError: - pass + raise InvalidArgumentValueError( + "The instance without build service can only use '--container-image' to deploy." + " See more details in https://learn.microsoft.com/en-us/azure/spring-apps/how-to-deploy-with-custom-container-image?tabs=azure-cli") diff --git a/src/spring/azext_spring/_build_service.py b/src/spring/azext_spring/_build_service.py index 7c3c65adb7a..3855178508b 100644 --- a/src/spring/azext_spring/_build_service.py +++ b/src/spring/azext_spring/_build_service.py @@ -7,7 +7,7 @@ import json from azure.cli.core.util import sdk_no_wait -from .vendored_sdks.appplatform.v2023_03_01_preview import models +from .vendored_sdks.appplatform.v2023_05_01_preview import models from ._buildservices_factory import BuildService from azure.cli.core.commands import LongRunningOperation from azure.cli.core.commands.client_factory import get_subscription_id @@ -89,7 +89,7 @@ def builder_delete(cmd, client, resource_group, service, name, no_wait=False): return sdk_no_wait(no_wait, client.build_service_builder.begin_delete, resource_group, service, DEFAULT_BUILD_SERVICE_NAME, name) -def update_container_registry(cmd, client, resource_group, service, name=None, server=None, username=None, password=None): +def create_or_update_container_registry(cmd, client, resource_group, service, name=None, server=None, username=None, password=None): container_registry_properties = models.ContainerRegistryProperties( credentials=models.ContainerRegistryBasicCredentials( server=server, @@ -105,8 +105,17 @@ def container_registry_show(cmd, client, resource_group, service, name=None): return client.container_registries.get(resource_group, service, name) +def container_registry_delete(cmd, client, resource_group, service, name, no_wait=False): + return sdk_no_wait(no_wait, client.container_registries.begin_delete, resource_group, service, name) + + +def container_registry_list(cmd, client, resource_group, service): + return client.container_registries.list(resource_group, service) + + def create_or_update_build(cmd, client, resource_group, service, name=None, builder=None, build_env=None, - build_cpu=None, build_memory=None, source_path=None, artifact_path=None, disable_validation=None): + build_cpu=None, build_memory=None, source_path=None, artifact_path=None, + apms=None, certificates=None, disable_validation=None): build_service = BuildService(cmd, client, resource_group, service) kwargs = { 'build_name': name, @@ -116,6 +125,8 @@ def create_or_update_build(cmd, client, resource_group, service, name=None, buil 'builder': builder, 'source_path': source_path, 'artifact_path': artifact_path, + 'apms': apms, + 'certificates': certificates, 'disable_validation': disable_validation } build_service.build_and_get_result(4, **kwargs) @@ -141,6 +152,20 @@ def build_result_list(cmd, client, resource_group, service, build_name=None): return client.build_service.list_build_results(resource_group, service, DEFAULT_BUILD_SERVICE_NAME, build_name) +def update_build_service(cmd, client, resource_group, service, registry_name=None, no_wait=False): + subscription = get_subscription_id(cmd.cli_ctx) + service_resource_id = '/subscriptions/{}/resourceGroups/{}/providers/Microsoft.AppPlatform/Spring/{}'.format(subscription, resource_group, service) + build_service_properties = models.BuildServiceProperties( + container_registry='{}/containerregistries/{}'.format(service_resource_id, registry_name) if registry_name else None) + build_service_resource = models.BuildService( + properties=build_service_properties) + return sdk_no_wait(no_wait, client.build_service.begin_create_or_update, resource_group, service, DEFAULT_BUILD_SERVICE_NAME, build_service_resource) + + +def build_service_show(cmd, client, resource_group, service): + return client.build_service.get_build_service(resource_group, service, DEFAULT_BUILD_SERVICE_NAME) + + def _update_builder(builder_file, builder_json): if builder_file is not None: with open(builder_file, 'r') as json_file: diff --git a/src/spring/azext_spring/_buildservices_factory.py b/src/spring/azext_spring/_buildservices_factory.py index 578e4e6fa28..1a53405d88c 100644 --- a/src/spring/azext_spring/_buildservices_factory.py +++ b/src/spring/azext_spring/_buildservices_factory.py @@ -13,7 +13,7 @@ from msrestazure.tools import parse_resource_id from azure.cli.core.commands.client_factory import get_subscription_id from msrestazure.azure_exceptions import CloudError -from .vendored_sdks.appplatform.v2023_03_01_preview import models +from .vendored_sdks.appplatform.v2023_05_01_preview import models from ._deployment_uploadable_factory import uploader_selector from ._log_stream import LogStream @@ -60,7 +60,8 @@ def _get_upload_info(self): except AttributeError as e: raise AzureInternalError("Failed to get a SAS URL to upload context. Error: {}".format(e)) - def _queue_build(self, relative_path=None, builder=None, build_env=None, build_cpu=None, build_memory=None, app=None, deployment=None, build_name=None, **_): + def _queue_build(self, relative_path=None, builder=None, build_env=None, build_cpu=None, build_memory=None, app=None, deployment=None, build_name=None, + apms=None, certificates=None, build_certificates=None, **_): subscription = get_subscription_id(self.cmd.cli_ctx) service_resource_id = '/subscriptions/{}/resourceGroups/{}/providers/Microsoft.AppPlatform/Spring/{}'.format(subscription, self.resource_group, self.service) build_resource_requests = models.BuildResourceRequests( @@ -71,6 +72,8 @@ def _queue_build(self, relative_path=None, builder=None, build_env=None, build_c agent_pool='{}/buildservices/default/agentPools/default'.format(service_resource_id), relative_path=relative_path, env=build_env if build_env else None, + apms=apms, + certificates=build_certificates if build_certificates is not None else certificates, resource_requests=build_resource_requests) build = models.Build(properties=properties) if build_name is None: @@ -109,7 +112,7 @@ def _wait_build_finished(self, build_result_id): if result.properties.provisioning_state != "Succeeded": log_url = self._try_get_build_log_url(build_result_id) - if hasattr(result.properties, "error"): + if hasattr(result.properties, "error") and result.properties.error: build_error = result.properties.error error_msg = "Failed to build container image, error code: {}, message: {}, check the build logs {} for more details and retry.".format(build_error.code, build_error.message, log_url) else: diff --git a/src/spring/azext_spring/_client_factory.py b/src/spring/azext_spring/_client_factory.py index 7a78738e4d5..15f6543964e 100644 --- a/src/spring/azext_spring/_client_factory.py +++ b/src/spring/azext_spring/_client_factory.py @@ -4,7 +4,7 @@ # -------------------------------------------------------------------------------------------- from azure.cli.core.commands.client_factory import get_mgmt_service_client from azure.cli.core.profiles import ResourceType -from .vendored_sdks.appplatform.v2023_03_01_preview import AppPlatformManagementClient +from .vendored_sdks.appplatform.v2023_05_01_preview import AppPlatformManagementClient def cf_spring(cli_ctx, *_): @@ -32,6 +32,10 @@ def cf_bindings(cli_ctx, *_): return cf_spring(cli_ctx).bindings +def cf_eureka_servers(cli_ctx, *_): + return cf_spring(cli_ctx).eureka_servers + + def cf_config_servers(cli_ctx, *_): return cf_spring(cli_ctx).config_servers diff --git a/src/spring/azext_spring/_deployment_factory.py b/src/spring/azext_spring/_deployment_factory.py index ef9a0157392..e386265ccf0 100644 --- a/src/spring/azext_spring/_deployment_factory.py +++ b/src/spring/azext_spring/_deployment_factory.py @@ -6,7 +6,7 @@ # pylint: disable=wrong-import-order from azure.cli.core.azclierror import InvalidArgumentValueError from azure.cli.core.util import get_file_json -from .vendored_sdks.appplatform.v2023_03_01_preview import models +from .vendored_sdks.appplatform.v2023_05_01_preview import models from ._deployment_source_factory import source_selector from .custom import format_scale @@ -39,6 +39,7 @@ def format_settings(self, **kwargs): resource_requests=self._format_resource_request(**kwargs), container_probe_settings=self._format_container_probe(**kwargs), environment_variables=self._get_env(**kwargs), + apms=self._get_apms(**kwargs), addon_configs=self._get_addon_configs(**kwargs), termination_grace_period_seconds=self._get_termination_grace_period_seconds(**kwargs), startup_probe=self._format_startup_probe(**kwargs), @@ -100,6 +101,9 @@ def _format_resource_request(self, cpu=None, memory=None, **_): def _get_env(self, env=None, **_): return env + def _get_apms(self, apms=None, **_): + return apms + def _get_addon_configs(self, config_file_patterns=None, **_): if config_file_patterns is not None: addon_configs = { diff --git a/src/spring/azext_spring/_deployment_source_factory.py b/src/spring/azext_spring/_deployment_source_factory.py index f8df9c0bcf8..ca9b1f7a01f 100644 --- a/src/spring/azext_spring/_deployment_source_factory.py +++ b/src/spring/azext_spring/_deployment_source_factory.py @@ -4,7 +4,7 @@ # -------------------------------------------------------------------------------------------- # pylint: disable=wrong-import-order -from .vendored_sdks.appplatform.v2023_03_01_preview import models +from .vendored_sdks.appplatform.v2023_05_01_preview import models from azure.cli.core.azclierror import ArgumentUsageError from ._utils import convert_argument_to_parameter_list diff --git a/src/spring/azext_spring/_help.py b/src/spring/azext_spring/_help.py index 79dc054c02b..ed1e31b2f9c 100644 --- a/src/spring/azext_spring/_help.py +++ b/src/spring/azext_spring/_help.py @@ -465,6 +465,36 @@ short-summary: List all repositories of git property of Config Server. """ +helps['spring config-server enable'] = """ + type: command + short-summary: (Support Standard consumption Tier) Enable Config Server. +""" + +helps['spring config-server disable'] = """ + type: command + short-summary: (Support Standard consumption Tier) Disable Config Server. +""" + +helps['spring eureka-server'] = """ + type: group + short-summary: (Support Standard consumption Tier) Commands to manage Eureka Server in Azure Spring Apps. +""" + +helps['spring eureka-server enable'] = """ + type: command + short-summary: (Support Standard consumption Tier) Enable Eureka Server. +""" + +helps['spring eureka-server disable'] = """ + type: command + short-summary: (Support Standard consumption Tier) Disable Eureka Server. +""" + +helps['spring eureka-server show'] = """ + type: command + short-summary: (Support Standard consumption Tier) Show Eureka Server. +""" + helps['spring app binding'] = """ type: group short-summary: Commands to manage bindings with Azure Data Services, you need to manually restart app to make settings take effect. @@ -681,6 +711,24 @@ short-summary: (Enterprise Tier Only) Commands to manage Build Service """ +helps['spring build-service update'] = """ + type: command + short-summary: Update the build service. + examples: + - name: Update the build service when using your own container registry. + text: az spring build-service update --registry-name my-acr --service clitest --resource-group cli + - name: Update the build service when using ASA own container registry. + text: az spring build-service update --service clitest --resource-group cli +""" + +helps['spring build-service show'] = """ + type: command + short-summary: Show the build service. + examples: + - name: Show the build service. + text: az spring build-service show --service clitest --resource-group cli +""" + helps['spring build-service builder'] = """ type: group short-summary: (Enterprise Tier Only) Commands to manage Builder Resource @@ -797,12 +845,28 @@ short-summary: (Enterprise Tier Only) Commands to manage Container Registry Resource """ +helps['spring container-registry create'] = """ + type: command + short-summary: Create a container registry. + examples: + - name: Create a container registry. + text: az spring container-registry create --name my-acr --server test.azurecr.io --username test --password xxx --service clitest --resource-group cli +""" + helps['spring container-registry update'] = """ type: command short-summary: Update a container registry. examples: - name: Update a container registry. - text: az spring container-registry update --name default --server test.azurecr.io --username test --password xxx --service clitest --resource-group cli + text: az spring container-registry update --name my-acr --server test.azurecr.io --username test --password xxx --service clitest --resource-group cli +""" + +helps['spring container-registry delete'] = """ + type: command + short-summary: Delete a container registry. + examples: + - name: Delete a container registry. + text: az spring container-registry delete --name my-acr --service clitest --resource-group cli """ helps['spring container-registry show'] = """ @@ -810,7 +874,15 @@ short-summary: Show a container registry. examples: - name: Show a container registry. - text: az spring container-registry show --name default --service clitest --resource-group cli + text: az spring container-registry show --name my-acr --service clitest --resource-group cli +""" + +helps['spring container-registry list'] = """ + type: command + short-summary: List all container registries. + examples: + - name: List all container registries. + text: az spring container-registry list --service clitest --resource-group cli """ helps['spring application-live-view'] = """ @@ -884,6 +956,14 @@ text: az spring application-configuration-service create -s MyService -g MyResourceGroup """ +helps['spring application-configuration-service update'] = """ + type: command + short-summary: Update Application Configuration Service. + examples: + - name: Update Application Configuration Service. + text: az spring application-configuration-service update -s MyService -g MyResourceGroup --generation Gen2 +""" + helps['spring application-configuration-service delete'] = """ type: command short-summary: Delete Application Configuration Service. @@ -990,6 +1070,14 @@ text: az spring gateway update -s MyService -g MyResourceGroup --assign-endpoint true --https-only true """ +helps['spring gateway restart'] = """ + type: command + short-summary: Restart Spring Cloud Gateway. + examples: + - name: Restart Spring Cloud Gateway. + text: az spring gateway restart -s MyService -g MyResourceGroup +""" + helps['spring gateway sync-cert'] = """ type: command short-summary: Sync certificate of gateway. @@ -1337,3 +1425,84 @@ - name: Delete a customized accelerator. text: az spring application-accelerator customized-accelerator delete --name AcceleratorName --service MyCluster --resource-group MyResourceGroup """ + +helps['spring apm'] = """ + type: group + short-summary: (Enterprise Tier Only) Commands to manage APMs in Azure Spring Apps. +""" + +helps['spring apm create'] = """ + type: command + short-summary: (Enterprise Tier Only) Create an APM. + examples: + - name: Create an APM with secrets only. + text: az spring apm create --name first-apm --type ApplicationInsights --secrets k1=v1 k2=v2 --service MyCluster --resource-group MyResourceGroup + - name: Create an APM with properties only. + text: az spring apm create --name first-apm --type ApplicationInsights --properties a=b c=d --service MyCluster --resource-group MyResourceGroup + - name: Create an APM with properties and secrets. + text: az spring apm create --name first-apm --type ApplicationInsights --properties a=b c=d --secrets k1=v1 k2=v2 --service MyCluster --resource-group MyResourceGroup +""" + +helps['spring apm update'] = """ + type: command + short-summary: (Enterprise Tier Only) Update an APM. + examples: + - name: Update an APM with properties and secrets. + text: az spring apm update --name first-apm --type ApplicationInsights --properties a=b c=d --secrets k1=v1 k2=v2 --service MyCluster --resource-group MyResourceGroup +""" + +helps['spring apm show'] = """ + type: command + short-summary: (Enterprise Tier Only) Show an APM. The secrets will be masked. + examples: + - name: Show an APM. + text: az spring apm show --name first-apm --service MyCluster --resource-group MyResourceGroup +""" + +helps['spring apm list'] = """ + type: command + short-summary: (Enterprise Tier Only) List all the APMs in the Azure Spring Apps. The secrets will be omitted. + examples: + - name: List all the APMs in the Azure Spring Apps. + text: az spring apm list --service MyCluster --resource-group MyResourceGroup +""" + +helps['spring apm delete'] = """ + type: command + short-summary: (Enterprise Tier Only) Delete an APM. + examples: + - name: Delete an APM. + text: az spring apm delete --name first-apm --service MyCluster --resource-group MyResourceGroup +""" + +helps['spring apm list-enabled-globally'] = """ + type: command + short-summary: (Enterprise Tier Only) List all the APMs enabled globally in the Azure Spring Apps. + examples: + - name: List all the APMs enabled globally in the Azure Spring Apps. + text: az spring apm list-enabled-globally --service MyCluster --resource-group MyResourceGroup +""" + +helps['spring apm list-support-types'] = """ + type: command + short-summary: (Enterprise Tier Only) List all the supported APM types in the Azure Spring Apps. + examples: + - name: List all the supported APM types in the Azure Spring Apps. + text: az spring apm list-support-types --service MyCluster --resource-group MyResourceGroup +""" + +helps['spring apm enable-globally'] = """ + type: command + short-summary: (Enterprise Tier Only) Enable an APM globally. + examples: + - name: Enable an APM globally. + text: az spring apm enable-globally --name first-apm --service MyCluster --resource-group MyResourceGroup +""" + +helps['spring apm disable-globally'] = """ + type: command + short-summary: (Enterprise Tier Only) Disable an APM globally. + examples: + - name: Disable an APM globally. + text: az spring apm disable-globally --name first-apm --service MyCluster --resource-group MyResourceGroup +""" diff --git a/src/spring/azext_spring/_params.py b/src/spring/azext_spring/_params.py index 7fb79539bc1..0fc7bb74d33 100644 --- a/src/spring/azext_spring/_params.py +++ b/src/spring/azext_spring/_params.py @@ -19,7 +19,8 @@ validate_managed_environment, validate_dataplane_public_endpoint) from ._validators_enterprise import (only_support_enterprise, validate_builder_resource, validate_builder_create, validate_source_path, validate_artifact_path, validate_build_create, - validate_build_update, validate_container_registry, validate_central_build_instance, + validate_build_update, validate_container_registry_create, + validate_container_registry_update, validate_central_build_instance, validate_builder_update, validate_build_pool_size, validate_build_service, validate_git_uri, validate_acc_git_url, validate_acc_git_refs, validate_acs_patterns, validate_config_file_patterns, validate_routes, validate_gateway_instance_count, validate_git_interval, @@ -27,7 +28,10 @@ validate_buildpack_binding_exist, validate_buildpack_binding_not_exist, validate_buildpack_binding_properties, validate_buildpack_binding_secrets, validate_build_env, validate_target_module, validate_runtime_version, - validate_acs_ssh_or_warn) + validate_acs_ssh_or_warn, validate_apm_properties, validate_apm_secrets, + validate_apm_not_exist, validate_apm_update, validate_apm_reference, + validate_apm_reference_and_enterprise_tier, validate_cert_reference, + validate_build_cert_reference, validate_acs_create) from ._app_validator import (fulfill_deployment_param, active_deployment_exist, ensure_not_active_deployment, validate_deloy_path, validate_deloyment_create_path, validate_cpu, validate_build_cpu, validate_memory, validate_build_memory, @@ -37,7 +41,7 @@ validate_app_force_set_system_identity_or_warning, validate_app_force_set_user_identity_or_warning) from ._utils import ApiType -from .vendored_sdks.appplatform.v2023_03_01_preview.models._app_platform_management_client_enums import (SupportedRuntimeValue, TestKeyType, BackendProtocol, SessionAffinity, ApmType, BindingType) +from .vendored_sdks.appplatform.v2023_05_01_preview.models._app_platform_management_client_enums import (ConfigurationServiceGeneration, SupportedRuntimeValue, TestKeyType, BackendProtocol, SessionAffinity, ApmType, BindingType) name_type = CLIArgumentType(options_list=[ @@ -152,10 +156,16 @@ def load_arguments(self, _): c.argument('enable_application_configuration_service', action='store_true', options_list=['--enable-application-configuration-service', '--enable-acs'], + arg_group="Application Configuration Service", help='(Enterprise Tier Only) Enable Application Configuration Service.') + c.argument('application_configuration_service_generation', + arg_group="Application Configuration Service", + arg_type=get_enum_type(ConfigurationServiceGeneration), + options_list=['--application-configuration-service-generation', '--acs-gen'], + validator=validate_acs_create, + help='(Enterprise Tier Only) Application Configuration Service Generation to enable.') c.argument('enable_application_live_view', action='store_true', - is_preview=True, options_list=['--enable-application-live-view', '--enable-alv'], help='(Enterprise Tier Only) Enable Application Live View.') c.argument('enable_service_registry', @@ -187,7 +197,6 @@ def load_arguments(self, _): 'List all plans by running `az spring list-marketplace-plan -o table`.') c.argument('enable_application_accelerator', action='store_true', - is_preview=True, options_list=['--enable-application-accelerator', '--enable-app-acc'], help='(Enterprise Tier Only) Enable Application Accelerator.') c.argument('managed_environment', @@ -514,6 +523,11 @@ def prepare_logs_argument(c): 'build_cpu', arg_type=build_cpu_type, default="1") c.argument( 'build_memory', arg_type=build_memory_type, default="2Gi") + c.argument('apms', nargs='*', help='(Enterprise Tier Only) Space-separated APM names.', + validator=validate_apm_reference_and_enterprise_tier) + c.argument('build_certificates', nargs='*', + help='(Enterprise Tier Only) Space-separated certificate names, the certificates are used during build time.', + validator=validate_build_cert_reference) with self.argument_context('spring app deploy') as c: c.argument('source_path', arg_type=source_path_type, validator=validate_deloy_path) @@ -705,14 +719,27 @@ def prepare_logs_argument(c): with self.argument_context('spring container-registry') as c: c.argument('service', service_name_type, validator=only_support_enterprise) + with self.argument_context('spring container-registry create') as c: + c.argument('name', help="The container registry name.", validator=validate_container_registry_create) + c.argument('server', help="The container registry sever.", validator=validate_container_registry_create) + c.argument('username', help="The container registry username.", validator=validate_container_registry_create) + c.argument('password', help="The container registry password.", validator=validate_container_registry_create) + with self.argument_context('spring container-registry update') as c: - c.argument('name', help="The container registry name.", validator=validate_container_registry) - c.argument('server', help="The container registry sever.", validator=validate_container_registry) - c.argument('username', help="The container registry username.", validator=validate_container_registry) - c.argument('password', help="The container registry password.", validator=validate_container_registry) + c.argument('name', help="The container registry name.", validator=validate_container_registry_update) + c.argument('server', help="The container registry sever.", validator=validate_container_registry_update) + c.argument('username', help="The container registry username.", validator=validate_container_registry_update) + c.argument('password', help="The container registry password.", validator=validate_container_registry_update) + + for scope in ['show', 'delete']: + with self.argument_context('spring container-registry {}'.format(scope)) as c: + c.argument('name', help="The container registry name.") + + with self.argument_context('spring build-service') as c: + c.argument('service', service_name_type, validator=only_support_enterprise) - with self.argument_context('spring container-registry show') as c: - c.argument('name', help="The container registry name.") + with self.argument_context('spring build-service update') as c: + c.argument('registry_name', help="The container registry name.") with self.argument_context('spring build-service build') as c: c.argument('service', service_name_type, validator=validate_central_build_instance) @@ -722,6 +749,8 @@ def prepare_logs_argument(c): c.argument('build_env', build_env_type) c.argument('source_path', arg_type=source_path_type, validator=validate_source_path) c.argument('artifact_path', help='Deploy the specified pre-built artifact (jar or netcore zip).', validator=validate_artifact_path) + c.argument('apms', nargs='*', help='Space-separated APM names.', validator=validate_apm_reference) + c.argument('certificates', nargs='*', help='Space-separated certificate names.', validator=validate_cert_reference) c.argument('disable_validation', arg_type=get_three_state_flag(), help='If true, disable jar validation.') with self.argument_context('spring build-service build create') as c: @@ -788,6 +817,10 @@ def prepare_logs_argument(c): with self.argument_context('spring application-configuration-service {}'.format(scope)) as c: c.argument('app', app_name_type, help='Name of app.', validator=validate_app_name) + for scope in ['create', 'update']: + with self.argument_context('spring application-configuration-service {}'.format(scope)) as c: + c.argument('generation', arg_type=get_enum_type(ConfigurationServiceGeneration), help='Generation of Application Configuration Service.') + for scope in ['add', 'update']: with self.argument_context('spring application-configuration-service git repo {}'.format(scope)) as c: c.argument('patterns', @@ -804,6 +837,7 @@ def prepare_logs_argument(c): c.argument('host_key_algorithm', help='Host key algorithm of the added config.') c.argument('private_key', help='Private_key of the added config.', validator=validate_acs_ssh_or_warn) c.argument('host_key_check', help='Strict host key checking of the added config which is used in SSH authentication. If false, ignore errors with host key.') + c.argument('ca_cert_name', help='CA certificate name.') for scope in ['add', 'update', 'remove']: with self.argument_context('spring application-configuration-service git repo {}'.format(scope)) as c: @@ -839,6 +873,10 @@ def prepare_logs_argument(c): help='Sensitive properties for environment variables. Once put, it will be encrypted and not returned.' 'Format "key[=value]" and separated by space.') c.argument('allowed_origins', arg_group='Cross-origin Resource Sharing (CORS)', help="Comma-separated list of allowed origins to make cross-site requests. The special value `*` allows all domains.") + c.argument('allowed_origin_patterns', + arg_group='Cross-origin Resource Sharing (CORS)', + options_list=['--allowed-origin-patterns', '--allow-origin-patterns'], + help="Comma-separated list of allowed origin patterns to make cross-site requests.") c.argument('allowed_methods', arg_group='Cross-origin Resource Sharing (CORS)', help="Comma-separated list of allowed HTTP methods on cross-site requests. The special value `*` allows all methods.") c.argument('allowed_headers', arg_group='Cross-origin Resource Sharing (CORS)', help="Comma-separated list of allowed headers in cross-site requests. The special value `*` allows actual requests to send any header.") c.argument('max_age', arg_group='Cross-origin Resource Sharing (CORS)', type=int, @@ -851,6 +889,8 @@ def prepare_logs_argument(c): options_list=['--enable-certificate-verification', '--enable-cert-verify'], help='If true, will verify certificate in TLS connection from gateway to app.') c.argument('certificate_names', arg_group='Client Certificate Authentication', help="Comma-separated list of certificate names in Azure Spring Apps.") + c.argument('addon_configs_json', arg_group='Add-on Configurations', help="JSON string of add-on configurations.") + c.argument('addon_configs_file', arg_group='Add-on Configurations', help="The file path of JSON string of add-on configurations.") for scope in ['spring gateway custom-domain', 'spring api-portal custom-domain']: @@ -909,6 +949,50 @@ def prepare_logs_argument(c): c.argument('builder_name', help='The name for builder.', default="default") c.argument('service', service_name_type, validator=only_support_enterprise) + for scope in ['spring apm create']: + with self.argument_context(scope) as c: + c.argument('name', name_type, help='APM name.', validator=validate_apm_not_exist) + + for scope in ['spring apm update']: + with self.argument_context(scope) as c: + c.argument('name', name_type, help='APM name.', validator=validate_apm_update) + + for scope in ['spring apm create', + 'spring apm update']: + with self.argument_context(scope) as c: + c.argument('type', type=str, + help='Required type for APM. Run "az spring apm list-support-types"' + 'to get all the supported APM types.') + c.argument('properties', + help='Non-sensitive properties for APM. Format "key[=value]".', + nargs='*', + validator=validate_apm_properties) + c.argument('secrets', + help='Sensitive properties for APM. ' + 'Once put, it will be encrypted and never return to user. ' + 'Format "key[=value]".', + nargs='*', + validator=validate_apm_secrets) + + for scope in ['spring apm show', + 'spring apm enable-globally', + 'spring apm disable-globally', + 'spring apm delete']: + with self.argument_context(scope) as c: + c.argument('name', name_type, help='APM name.') + + for scope in ['spring apm create', + 'spring apm update', + 'spring apm list', + 'spring apm list-support-types', + 'spring apm enable-globally', + 'spring apm disable-globally', + 'spring apm list-enabled-globally', + 'spring apm show', + 'spring apm delete']: + with self.argument_context(scope) as c: + c.argument('service', service_name_type, validator=only_support_enterprise) + for scope in ['spring application-accelerator predefined-accelerator list', 'spring application-accelerator predefined-accelerator show', 'spring application-accelerator predefined-accelerator disable', diff --git a/src/spring/azext_spring/_tanzu_component.py b/src/spring/azext_spring/_tanzu_component.py index 9dfb0a5188e..f54d69ae5e8 100644 --- a/src/spring/azext_spring/_tanzu_component.py +++ b/src/spring/azext_spring/_tanzu_component.py @@ -10,8 +10,8 @@ from msrestazure.tools import resource_id from .application_live_view import create as application_live_view_create from .dev_tool_portal import create_or_update as dev_tool_portal_create - -from .vendored_sdks.appplatform.v2023_03_01_preview import models +from .vendored_sdks.appplatform.v2023_05_01_preview.models._app_platform_management_client_enums import ConfigurationServiceGeneration +from .vendored_sdks.appplatform.v2023_05_01_preview import models GATEWAY_RESOURCE_TYPE = "gateways" DEFAULT_NAME = "default" @@ -32,10 +32,18 @@ def create_application_live_view(cmd, client, resource_group, service, enable_ap return application_live_view_create(cmd, client, service, resource_group) -def create_application_configuration_service(cmd, client, resource_group, service, enable_application_configuration_service, **_): +def create_application_configuration_service(cmd, client, resource_group, service, enable_application_configuration_service, application_configuration_service_generation, **_): if enable_application_configuration_service: logger.warning(" - Creating Application Configuration Service ..") acs_resource = models.ConfigurationServiceResource() + acs_resource.properties = models.ConfigurationServiceProperties() + if application_configuration_service_generation: + acs_resource.properties.generation = application_configuration_service_generation + logger.warning("Create with generation {}".format(application_configuration_service_generation)) + else: + acs_resource.properties.generation = ConfigurationServiceGeneration.GEN1 + logger.warning("Default generation will be Gen1") + return client.configuration_services.begin_create_or_update(resource_group, service, DEFAULT_NAME, acs_resource) diff --git a/src/spring/azext_spring/_transformers.py b/src/spring/azext_spring/_transformers.py index b19eb4ddf88..34be143d271 100644 --- a/src/spring/azext_spring/_transformers.py +++ b/src/spring/azext_spring/_transformers.py @@ -325,3 +325,43 @@ def transform_build_result_output(result): item['Image'] = item['properties']['image'] return result if is_list else result[0] + + +def transform_container_registry_output(result): + is_list = isinstance(result, list) + + if not is_list: + result = [result] + + for item in result: + item['Name'] = item['name'] + item['Server'] = item['properties']['server'] + item['Username'] = item['properties']['username'] + + return result if is_list else result[0] + + +def transform_apm_output(result): + is_list = isinstance(result, list) + + if not is_list: + result = [result] + + for item in result: + item['Name'] = item['name'] + item['Provisioning State'] = item['properties']['provisioningState'] + item['Type'] = item['properties']['type'] + + return result if is_list else result[0] + + +def transform_apm_type_output(result): + is_list = isinstance(result, list) + + if not is_list: + result = [result] + + for item in result: + item['Name'] = item['name'] + + return result if is_list else result[0] diff --git a/src/spring/azext_spring/_util_enterprise.py b/src/spring/azext_spring/_util_enterprise.py index c6f235bf638..609d6c2b77d 100644 --- a/src/spring/azext_spring/_util_enterprise.py +++ b/src/spring/azext_spring/_util_enterprise.py @@ -5,7 +5,7 @@ # pylint: disable=wrong-import-order -from .vendored_sdks.appplatform.v2023_03_01_preview import AppPlatformManagementClient +from .vendored_sdks.appplatform.v2023_05_01_preview import AppPlatformManagementClient from azure.cli.core.commands.client_factory import get_mgmt_service_client diff --git a/src/spring/azext_spring/_utils.py b/src/spring/azext_spring/_utils.py index 2ea985b7ad9..011f2c321be 100644 --- a/src/spring/azext_spring/_utils.py +++ b/src/spring/azext_spring/_utils.py @@ -17,7 +17,7 @@ from knack.util import CLIError, todict from knack.log import get_logger from azure.cli.core.azclierror import ValidationError -from .vendored_sdks.appplatform.v2023_03_01_preview.models._app_platform_management_client_enums import SupportedRuntimeValue +from .vendored_sdks.appplatform.v2023_05_01_preview.models._app_platform_management_client_enums import SupportedRuntimeValue from ._client_factory import cf_resource_groups diff --git a/src/spring/azext_spring/_validators.py b/src/spring/azext_spring/_validators.py index f5c4c33e6d5..adb224f6617 100644 --- a/src/spring/azext_spring/_validators.py +++ b/src/spring/azext_spring/_validators.py @@ -21,7 +21,7 @@ from ._clierror import NotSupportedPricingTierError from ._utils import (ApiType, _get_rg_location, _get_file_type, _get_sku_name, _java_runtime_in_number) from ._util_enterprise import is_enterprise_tier -from .vendored_sdks.appplatform.v2023_03_01_preview import models +from .vendored_sdks.appplatform.v2023_05_01_preview import models from ._constant import (MARKETPLACE_OFFER_ID, MARKETPLACE_PLAN_ID, MARKETPLACE_PUBLISHER_ID) logger = get_logger(__name__) @@ -106,6 +106,8 @@ def _check_tanzu_components_not_enable(cmd, namespace): raise ArgumentUsageError('--enable-application-live-view {}'.format(suffix)) if namespace.enable_application_accelerator: raise ArgumentUsageError('--enable-application-accelerator {}'.format(suffix)) + if namespace.application_configuration_service_generation: + raise ArgumentUsageError('--application-configuration-service-generation {}'.format(suffix)) def validate_instance_count(namespace): diff --git a/src/spring/azext_spring/_validators_enterprise.py b/src/spring/azext_spring/_validators_enterprise.py index 89cc25c1102..eb758c34a0e 100644 --- a/src/spring/azext_spring/_validators_enterprise.py +++ b/src/spring/azext_spring/_validators_enterprise.py @@ -13,9 +13,11 @@ from azure.cli.core.azclierror import (ArgumentUsageError, ClientRequestError, InvalidArgumentValueError, MutuallyExclusiveArgumentError) +from azure.cli.core.commands.client_factory import get_subscription_id from azure.core.exceptions import ResourceNotFoundError from knack.log import get_logger -from .vendored_sdks.appplatform.v2023_03_01_preview.models._app_platform_management_client_enums import ApmType +from .vendored_sdks.appplatform.v2023_05_01_preview.models import (ApmReference, CertificateReference) +from .vendored_sdks.appplatform.v2023_05_01_preview.models._app_platform_management_client_enums import (ApmType, ConfigurationServiceGeneration) from ._resource_quantity import validate_cpu as validate_and_normalize_cpu from ._resource_quantity import \ @@ -123,12 +125,6 @@ def validate_build_service(namespace): raise InvalidArgumentValueError( "Conflict detected: '--registry-server', '--registry-username' and '--registry-password' " "can not be set with '--disable-build-service'.") - if namespace.disable_build_service: - namespace.disable_app_insights = True - if namespace.app_insights or namespace.app_insights_key: - raise InvalidArgumentValueError( - "Conflict detected: '--app-insights' or '--app-insights-key' " - "can not be set with '--disable-build-service'.") else: if namespace.disable_build_service or namespace.registry_server or namespace.registry_username or namespace.registry_password is not None: raise InvalidArgumentValueError("The build service is only supported with enterprise tier.") @@ -245,10 +241,29 @@ def validate_artifact_path(namespace): "https://aka.ms/ascdependencies for more details") -def validate_container_registry(cmd, namespace): +def validate_container_registry_update(cmd, namespace): + validate_container_registry(namespace) + client = get_client(cmd) + try: + client.container_registries.get(namespace.resource_group, namespace.service, namespace.name) + except ResourceNotFoundError: + raise ClientRequestError('Container Registry {} does not exist.'.format(namespace.name)) + + +def validate_container_registry_create(cmd, namespace): + validate_container_registry(namespace) + client = get_client(cmd) + try: + container_registry = client.container_registries.get(namespace.resource_group, namespace.service, namespace.name) + if container_registry is not None: + raise ClientRequestError('Container Registry {} already exists.'.format(namespace.name)) + except ResourceNotFoundError: + pass + + +def validate_container_registry(namespace): if not namespace.name or not namespace.username or not namespace.password or not namespace.server: raise InvalidArgumentValueError('The --name, --server, --username and --password must be provided.') - validate_central_build_instance(cmd, namespace) def validate_cpu(namespace): @@ -330,6 +345,12 @@ def _is_valid_app_and_profile_name(pattern): return len(parts) == 2 and _is_valid_app_name(parts[0]) and _is_valid_profile_name(parts[1]) +def validate_acs_create(namespace): + if namespace.application_configuration_service_generation is not None: + if namespace.enable_application_configuration_service is False: + raise ArgumentUsageError("--application-configuration-service-generation can only be set when enable application configuration service.") + + def validate_gateway_update(namespace): _validate_sso(namespace) validate_cpu(namespace) @@ -459,3 +480,109 @@ def validate_customized_accelerator(namespace): validate_acc_git_refs(namespace) if namespace.accelerator_tags is not None: namespace.accelerator_tags = namespace.accelerator_tags.split(",") if namespace.accelerator_tags else [] + + +def validate_apm_properties(namespace): + """ Extracts multiple space-separated properties in key[=value] format """ + if isinstance(namespace.properties, list): + properties_dict = {} + for item in namespace.properties: + properties_dict.update(validate_tag(item)) + namespace.properties = properties_dict + + +def validate_apm_secrets(namespace): + """ Extracts multiple space-separated secrets in key[=value] format """ + if isinstance(namespace.secrets, list): + secrets_dict = {} + for item in namespace.secrets: + secrets_dict.update(validate_tag(item)) + namespace.secrets = secrets_dict + + +def validate_apm_not_exist(cmd, namespace): + client = get_client(cmd) + try: + apm_resource = client.apms.get(namespace.resource_group, namespace.service, namespace.name) + if apm_resource is not None: + raise ClientRequestError('APM {} already exists ' + 'in resource group {}, service {}. You can edit it by update command.' + .format(namespace.name, namespace.resource_group, namespace.service)) + except ResourceNotFoundError: + # Excepted case + pass + + +def validate_apm_update(cmd, namespace): + client = get_client(cmd) + try: + client.apms.get(namespace.resource_group, namespace.service, namespace.name) + except ResourceNotFoundError: + raise ClientRequestError('APM {} does not exist.'.format(namespace.name)) + + +def validate_apm_reference(cmd, namespace): + apm_names = namespace.apms + + if not apm_names: + return + + service_resource_id = get_service_resource_id(cmd, namespace) + + result = [] + for apm_name in apm_names: + resource_id = '{}/apms/{}'.format(service_resource_id, apm_name) + apm_reference = ApmReference(resource_id=resource_id) + result.append(apm_reference) + + namespace.apms = result + + +def validate_apm_reference_and_enterprise_tier(cmd, namespace): + if namespace.apms is not None and namespace.resource_group and namespace.service and not is_enterprise_tier( + cmd, namespace.resource_group, namespace.service): + raise ArgumentUsageError("'--apms' only supports for Enterprise tier Spring instance.") + + validate_apm_reference(cmd, namespace) + + +def get_service_resource_id(cmd, namespace): + subscription = get_subscription_id(cmd.cli_ctx) + service_resource_id = '/subscriptions/{}/resourceGroups/{}/providers/Microsoft.AppPlatform/Spring/{}'.format( + subscription, namespace.resource_group, namespace.service) + return service_resource_id + + +def validate_cert_reference(cmd, namespace): + cert_names = namespace.certificates + + if not cert_names: + return + + result = [] + get_cert_resource_id(cert_names, cmd, namespace, result) + + namespace.certificates = result + + +def get_cert_resource_id(cert_names, cmd, namespace, result): + service_resource_id = get_service_resource_id(cmd, namespace) + for cert_name in cert_names: + resource_id = '{}/certificates/{}'.format(service_resource_id, cert_name) + cert_reference = CertificateReference(resource_id=resource_id) + result.append(cert_reference) + + +def validate_build_cert_reference(cmd, namespace): + cert_names = namespace.build_certificates + if cert_names is not None and namespace.resource_group and namespace.service and not is_enterprise_tier( + cmd, namespace.resource_group, namespace.service): + raise ArgumentUsageError("'--build-certificates' only supports for Enterprise tier Spring instance.") + + if not cert_names: + return + + result = [] + get_cert_resource_id(cert_names, cmd, namespace, result) + + namespace.build_certificates = result diff --git a/src/spring/azext_spring/api_portal.py b/src/spring/azext_spring/api_portal.py index d1c84704436..70e2cdba4cd 100644 --- a/src/spring/azext_spring/api_portal.py +++ b/src/spring/azext_spring/api_portal.py @@ -6,7 +6,7 @@ from azure.cli.core.azclierror import ClientRequestError from azure.cli.core.commands.client_factory import get_subscription_id from msrestazure.tools import resource_id -from .vendored_sdks.appplatform.v2023_03_01_preview import models +from .vendored_sdks.appplatform.v2023_05_01_preview import models from ._utils import get_spring_sku DEFAULT_NAME = "default" diff --git a/src/spring/azext_spring/apm.py b/src/spring/azext_spring/apm.py new file mode 100644 index 00000000000..3144291d96e --- /dev/null +++ b/src/spring/azext_spring/apm.py @@ -0,0 +1,189 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +# pylint: disable=wrong-import-order +from azure.cli.core.azclierror import InvalidArgumentValueError +from azure.cli.core.commands.client_factory import get_mgmt_service_client +from azure.cli.core.util import sdk_no_wait +from azure.core.exceptions import ResourceNotFoundError +from azure.mgmt.applicationinsights import ApplicationInsightsManagementClient +from knack.log import get_logger +from msrestazure.tools import parse_resource_id, is_valid_resource_id + +from ._utils import get_portal_uri +from .vendored_sdks.appplatform.v2023_05_01_preview import models + +logger = get_logger(__name__) +DEFAULT_APM_NAME = "default" + + +def create_or_update_apm(cmd, client, resource_group, service, + name, type, properties=None, secrets=None, no_wait=False): + logger.warning('[1/1] Creating or updating APM, (this operation can take a while to complete).') + apm_resource = _build_apm_resource(type, properties, secrets) + return sdk_no_wait(no_wait, client.apms.begin_create_or_update, resource_group, service, name, apm_resource) + + +def apm_show(cmd, client, resource_group, service, name): + apm_resource = client.apms.get(resource_group, service, name) + secrets_keys = client.apms.list_secret_keys(resource_group, service, name) + if secrets_keys and secrets_keys.value: + secrets = {} + for key in secrets_keys.value: + secrets[key] = '*' + + apm_resource.properties.secrets = secrets + + return apm_resource + + +def apm_list(cmd, client, resource_group, service): + return client.apms.list(resource_group, service) + + +def list_support_apm_types(cmd, client, resource_group, service): + return client.services.list_supported_apm_types(resource_group, service) + + +def list_apms_enabled_globally(cmd, client, resource_group, service): + return client.services.list_globally_enabled_apms(resource_group, service) + + +def enable_apm_globally(cmd, client, resource_group, service, name, no_wait=False): + apm_resource = client.apms.get(resource_group, service, name) + apm_reference = models.ApmReference(resource_id=apm_resource.id) + return sdk_no_wait(no_wait, client.services.begin_enable_apm_globally, resource_group, service, apm_reference) + + +def disable_apm_globally(cmd, client, resource_group, service, name, no_wait=False): + apm_resource = client.apms.get(resource_group, service, name) + apm_reference = models.ApmReference(resource_id=apm_resource.id) + return sdk_no_wait(no_wait, client.services.begin_disable_apm_globally, resource_group, service, apm_reference) + + +def apm_delete(cmd, client, resource_group, service, name, no_wait=False): + logger.warning('[1/1] Deleting APM, (this operation can take a while to complete).') + return sdk_no_wait(no_wait, client.apms.begin_delete, resource_group, service, name) + + +def create_default_apm_for_application_insights(cmd, client, resource_group, service_name, location, + app_insights_key, app_insights, sampling_rate): + logger.warning("Start configure Application Insights") + apm_resource = models.ApmResource() + apm_resource.properties = _get_apm_properties(cmd, resource_group, service_name, location, app_insights_key, + app_insights, + sampling_rate) + + if apm_resource.properties: + return client.apms.begin_create_or_update(resource_group, service_name, DEFAULT_APM_NAME, apm_resource) + + +def _build_apm_resource(type, properties_dict, secrets_dict): + apm_properties = models.ApmProperties(type=type, properties=properties_dict, secrets=secrets_dict) + + return models.ApmResource(properties=apm_properties) + + +def _get_apm_properties(cmd, resource_group, service_name, location, + app_insights_key, app_insights, sampling_rate): + connection_string = _get_connection_string(cmd, resource_group, service_name, location, app_insights_key, + app_insights) + + if not connection_string: + return None + + sampling_rate = sampling_rate or 10 + + return models.ApmProperties(type="ApplicationInsights", properties={ + "connection-string": connection_string, + "sampling-percentage": sampling_rate, + }) + + +def _get_connection_string(cmd, resource_group, service_name, location, app_insights_key, app_insights): + return app_insights_key or \ + _get_connection_string_from_app_insights(cmd, resource_group, app_insights) or \ + _create_app_insights_and_get_connection_string(cmd, resource_group, service_name, location) + + +def _create_app_insights_and_get_connection_string(cmd, resource_group, service_name, location): + try: + created_app_insights = _try_create_application_insights(cmd, resource_group, service_name, location) + if created_app_insights: + return created_app_insights.connection_string + except Exception: # pylint: disable=broad-except + logger.warning( + 'Error while trying to create and configure an Application Insights for the Azure Spring Apps. ' + 'Please use the Azure Portal to create and configure the Application Insights, if needed.') + return None + + +def _get_connection_string_from_app_insights(cmd, resource_group, app_insights): + """Get connection string from: + 1) application insights name + 2) application insights resource id + """ + + if not app_insights: + return None + + if is_valid_resource_id(app_insights): + resource_id_dict = parse_resource_id(app_insights) + connection_string = _get_app_insights_connection_string( + cmd.cli_ctx, resource_id_dict['resource_group'], resource_id_dict['resource_name']) + else: + connection_string = _get_app_insights_connection_string(cmd.cli_ctx, resource_group, app_insights) + + # Customer has specify the resourceId or application insights name. + # Raise exception when connection string not found in this scenario. + if not connection_string: + raise InvalidArgumentValueError( + "Cannot find Connection string from application insights:{}".format(app_insights)) + + return connection_string + + +def _get_app_insights_connection_string(cli_ctx, resource_group, name): + appinsights_client = get_mgmt_service_client(cli_ctx, ApplicationInsightsManagementClient) + appinsights = appinsights_client.components.get(resource_group, name) + + if not appinsights or not appinsights.connection_string: + raise ResourceNotFoundError( + "Application Insights {} under resource group {} was not found.".format(name, resource_group)) + + return appinsights.connection_string + + +def _try_create_application_insights(cmd, resource_group, name, location): + creation_failed_warn = 'Unable to create the Application Insights for the Azure Spring Apps. ' \ + 'Please use the Azure Portal to manually create and configure the Application Insights, ' \ + 'if needed.' + + ai_resource_group_name = resource_group + ai_name = name + ai_location = location + ai_properties = { + "name": ai_name, + "location": ai_location, + "kind": "web", + "properties": { + "Application_Type": "web" + } + } + + app_insights_client = get_mgmt_service_client(cmd.cli_ctx, ApplicationInsightsManagementClient) + appinsights = app_insights_client.components.create_or_update(ai_resource_group_name, ai_name, ai_properties) + + if not appinsights or not appinsights.connection_string: + logger.warning(creation_failed_warn) + return None + + portal_url = get_portal_uri(cmd.cli_ctx) + # We make this success message as a warning to no interfere with regular JSON output in stdout + logger.warning('Application Insights \"%s\" was created for this Azure Spring Apps. ' + 'You can visit %s/#resource%s/overview to view your ' + 'Application Insights component', appinsights.name, portal_url, appinsights.id) + + return appinsights diff --git a/src/spring/azext_spring/app.py b/src/spring/azext_spring/app.py index 01376b6897e..066648a45e6 100644 --- a/src/spring/azext_spring/app.py +++ b/src/spring/azext_spring/app.py @@ -322,6 +322,8 @@ def app_deploy(cmd, client, resource_group, service, name, build_memory=None, # deployment.settings env=None, + apms=None, + build_certificates=None, disable_probe=None, config_file_patterns=None, enable_liveness_probe=None, @@ -357,6 +359,8 @@ def app_deploy(cmd, client, resource_group, service, name, 'disable_probe': disable_probe, 'config_file_patterns': config_file_patterns, 'env': env, + 'apms': apms, + 'build_certificates': build_certificates, 'runtime_version': runtime_version, 'jvm_options': jvm_options, 'main_entry': main_entry, @@ -536,6 +540,8 @@ def deployment_create(cmd, client, resource_group, service, app, name, memory=None, instance_count=None, env=None, + apms=None, + build_certificates=None, disable_probe=None, config_file_patterns=None, enable_liveness_probe=None, @@ -577,6 +583,8 @@ def deployment_create(cmd, client, resource_group, service, app, name, 'disable_probe': disable_probe, 'config_file_patterns': config_file_patterns, 'env': env, + 'apms': apms, + 'build_certificates': build_certificates, 'runtime_version': runtime_version, 'jvm_options': jvm_options, 'main_entry': main_entry, diff --git a/src/spring/azext_spring/app_managed_identity.py b/src/spring/azext_spring/app_managed_identity.py index 708c1f42555..05101a7b3c5 100644 --- a/src/spring/azext_spring/app_managed_identity.py +++ b/src/spring/azext_spring/app_managed_identity.py @@ -5,7 +5,7 @@ from ._clierror import ConflictRequestError from ._utils import wait_till_end -from .vendored_sdks.appplatform.v2023_03_01_preview import models +from .vendored_sdks.appplatform.v2023_05_01_preview import models from azure.cli.core.azclierror import (AzureInternalError, CLIInternalError) from azure.core.exceptions import HttpResponseError from msrestazure.azure_exceptions import CloudError diff --git a/src/spring/azext_spring/application_accelerator.py b/src/spring/azext_spring/application_accelerator.py index 4c08a5aa027..b2ff30ddc55 100644 --- a/src/spring/azext_spring/application_accelerator.py +++ b/src/spring/azext_spring/application_accelerator.py @@ -6,7 +6,7 @@ from azure.cli.core.util import sdk_no_wait from knack.log import get_logger from azure.cli.core.commands.client_factory import get_subscription_id -from .vendored_sdks.appplatform.v2023_03_01_preview import models +from .vendored_sdks.appplatform.v2023_05_01_preview import models from .dev_tool_portal import (is_updatable as is_dev_tool_portal_updatable, try_get as get_dev_tool_portal, create_or_update as create_or_update_dev_tool_portal, diff --git a/src/spring/azext_spring/application_configuration_service.py b/src/spring/azext_spring/application_configuration_service.py index 710dca480cb..27a63cda5dc 100644 --- a/src/spring/azext_spring/application_configuration_service.py +++ b/src/spring/azext_spring/application_configuration_service.py @@ -11,8 +11,8 @@ from azure.cli.core.util import sdk_no_wait from knack.log import get_logger from msrestazure.tools import resource_id - -from .vendored_sdks.appplatform.v2023_03_01_preview import models +from .vendored_sdks.appplatform.v2023_05_01_preview.models._app_platform_management_client_enums import (GitImplementation, ConfigurationServiceGeneration) +from .vendored_sdks.appplatform.v2023_05_01_preview import models APPLICATION_CONFIGURATION_SERVICE_NAME = "applicationConfigurationService" RESOURCE_ID = "resourceId" @@ -23,8 +23,27 @@ logger = get_logger(__name__) -def application_configuration_service_create(cmd, client, service, resource_group): - acs_resource = models.ConfigurationServiceResource() +def application_configuration_service_create(cmd, client, service, resource_group, + generation=None): + if generation is None: + generation = ConfigurationServiceGeneration.GEN1 + + properties = models.ConfigurationServiceProperties(generation=generation) + acs_resource = models.ConfigurationServiceResource(properties=properties) + logger.warning("Create with generation {}".format(acs_resource.properties.generation)) + return client.configuration_services.begin_create_or_update(resource_group, service, DEFAULT_NAME, acs_resource) + + +def application_configuration_service_update(cmd, client, service, resource_group, + generation=None): + acs_resource = client.configuration_services.get(resource_group, service, DEFAULT_NAME) + if generation is not None: + acs_resource.properties.generation = generation + logger.warning("Updating with generation {}".format(generation)) + else: + acs_resource.properties.generation = ConfigurationServiceGeneration.GEN1 + logger.warning("Default generation will be Gen1") + logger.warning(acs_resource.properties.generation) return client.configuration_services.begin_create_or_update(resource_group, service, DEFAULT_NAME, acs_resource) @@ -38,8 +57,8 @@ def application_configuration_service_show(cmd, client, service, resource_group) def application_configuration_service_clear(cmd, client, service, resource_group): logger.warn("Please make sure no patterns are used in your apps.") - properties = models.ConfigurationServiceGitProperty() - acs_resource = models.ConfigurationServiceResource(properties=properties) + acs_resource = client.configuration_services.get(resource_group, service, DEFAULT_NAME) + acs_resource.properties.settings = models.ConfigurationServiceSettings() return client.configuration_services.begin_create_or_update(resource_group, service, DEFAULT_NAME, acs_resource) @@ -52,9 +71,10 @@ def application_configuration_service_git_add(cmd, client, service, resource_gro host_key_algorithm=None, private_key=None, host_key_check=None, + ca_cert_name=None, no_wait=False): repo = models.ConfigurationServiceGitRepository(name=name, patterns=patterns, uri=uri, label=label) - repo = _replace_repo_with_input(repo, patterns, uri, label, search_paths, username, password, host_key, host_key_algorithm, private_key, host_key_check) + repo = _replace_repo_with_input(repo, patterns, uri, label, search_paths, username, password, host_key, host_key_algorithm, private_key, host_key_check, _get_cert_resource_id_by_name(cmd, resource_group, service, ca_cert_name)) acs_resource = _get_or_default_acs_resource(client, resource_group, service) repos = acs_resource.properties.settings.git_property.repositories @@ -80,10 +100,11 @@ def application_configuration_service_git_update(cmd, client, service, resource_ host_key_algorithm=None, private_key=None, host_key_check=None, + ca_cert_name=None, no_wait=False): acs_resource = _get_or_default_acs_resource(client, resource_group, service) repo = _get_existing_repo(acs_resource.properties.settings.git_property.repositories, name) - repo = _replace_repo_with_input(repo, patterns, uri, label, search_paths, username, password, host_key, host_key_algorithm, private_key, host_key_check) + repo = _replace_repo_with_input(repo, patterns, uri, label, search_paths, username, password, host_key, host_key_algorithm, private_key, host_key_check, _get_cert_resource_id_by_name(cmd, resource_group, service, ca_cert_name)) _validate_acs_settings(client, resource_group, service, acs_resource.properties.settings) @@ -152,7 +173,15 @@ def _get_app_addon_configs_with_acs(addon_configs): return addon_configs -def _replace_repo_with_input(repo, patterns, uri, label, search_paths, username, password, host_key, host_key_algorithm, private_key, strict_host_key_checking): +def _get_cert_resource_id_by_name(cmd, resource_group, service, ca_cert_name): + ca_cert_resource_id = None + if ca_cert_name: + subscription = get_subscription_id(cmd.cli_ctx) + ca_cert_resource_id = "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.AppPlatform/Spring/{}/certificates/{}".format(subscription, resource_group, service, ca_cert_name) + return ca_cert_resource_id + + +def _replace_repo_with_input(repo, patterns, uri, label, search_paths, username, password, host_key, host_key_algorithm, private_key, strict_host_key_checking, ca_cert_resource_id): if patterns: patterns = patterns.split(",") if search_paths: @@ -170,6 +199,7 @@ def _replace_repo_with_input(repo, patterns, uri, label, search_paths, username, repo.host_key_algorithm = host_key_algorithm or repo.host_key_algorithm repo.private_key = private_key or repo.private_key repo.strict_host_key_checking = strict_host_key_checking or repo.strict_host_key_checking + repo.ca_cert_resource_id = ca_cert_resource_id or repo.ca_cert_resource_id return repo diff --git a/src/spring/azext_spring/application_live_view.py b/src/spring/azext_spring/application_live_view.py index 9ec5f74c52f..d3a68d0b837 100644 --- a/src/spring/azext_spring/application_live_view.py +++ b/src/spring/azext_spring/application_live_view.py @@ -6,7 +6,7 @@ # pylint: disable=unused-argument, logging-format-interpolation, protected-access, wrong-import-order, too-many-lines from knack.log import get_logger -from .vendored_sdks.appplatform.v2023_03_01_preview import models +from .vendored_sdks.appplatform.v2023_05_01_preview import models from .dev_tool_portal import (is_updatable as is_dev_tool_portal_updatable, try_get as get_dev_tool_portal, create_or_update as create_or_update_dev_tool_portal, diff --git a/src/spring/azext_spring/buildpack_binding.py b/src/spring/azext_spring/buildpack_binding.py index bd09e1bd9ad..a1a0db768fc 100644 --- a/src/spring/azext_spring/buildpack_binding.py +++ b/src/spring/azext_spring/buildpack_binding.py @@ -4,7 +4,7 @@ # -------------------------------------------------------------------------------------------- # pylint: disable=wrong-import-order -from .vendored_sdks.appplatform.v2023_03_01_preview import models +from .vendored_sdks.appplatform.v2023_05_01_preview import models from azure.cli.core.util import sdk_no_wait from ._utils import get_portal_uri from msrestazure.tools import parse_resource_id, is_valid_resource_id diff --git a/src/spring/azext_spring/commands.py b/src/spring/azext_spring/commands.py index eed61851bf8..ad3c3e6f250 100644 --- a/src/spring/azext_spring/commands.py +++ b/src/spring/azext_spring/commands.py @@ -8,7 +8,7 @@ from azext_spring._utils import handle_asc_exception from ._client_factory import (cf_spring, - cf_config_servers) + cf_config_servers, cf_eureka_servers) from ._transformers import (transform_spring_table_output, transform_app_table_output, transform_spring_deployment_output, @@ -24,7 +24,10 @@ transform_predefined_accelerator_output, transform_customized_accelerator_output, transform_build_output, - transform_build_result_output) + transform_build_result_output, + transform_apm_output, + transform_apm_type_output, + transform_container_registry_output) from ._validators import validate_app_insights_command_not_supported_tier from ._marketplace import (transform_marketplace_plan_output) from ._validators_enterprise import (validate_gateway_update, validate_api_portal_update, validate_dev_tool_portal, validate_customized_accelerator, validate_central_build_instance) @@ -64,6 +67,11 @@ def load_command_table(self, _): client_factory=cf_spring ) + apm_cmd_group = CliCommandType( + operations_tmpl="azext_spring.apm#{}", + client_factory=cf_spring + ) + application_configuration_service_cmd_group = CliCommandType( operations_tmpl='azext_spring.application_configuration_service#{}', client_factory=cf_spring @@ -132,11 +140,19 @@ def load_command_table(self, _): g.custom_command('renew-key', 'regenerate_keys') g.custom_command('list', 'list_keys') + with self.command_group('spring eureka-server', client_factory=cf_eureka_servers, + exception_handler=handle_asc_exception) as g: + g.custom_show_command('show', 'eureka_get') + g.custom_command('enable', 'eureka_enable') + g.custom_command('disable', 'eureka_disable') + with self.command_group('spring config-server', client_factory=cf_config_servers, exception_handler=handle_asc_exception) as g: g.custom_command('set', 'config_set', supports_no_wait=True) g.custom_command('clear', 'config_delete') g.custom_show_command('show', 'config_get') + g.custom_command('enable', 'config_enable') + g.custom_command('disable', 'config_disable') with self.command_group('spring config-server git', client_factory=cf_config_servers, supports_local_cache=True, exception_handler=handle_asc_exception) as g: @@ -262,7 +278,7 @@ def load_command_table(self, _): g.custom_command('create', 'service_registry_create', table_transformer=transform_service_registry_output) g.custom_command('delete', 'service_registry_delete', confirmation=True) - with self.command_group('spring dev-tool', is_preview=True, + with self.command_group('spring dev-tool', custom_command_type=dev_tool_portal_cmd_group, exception_handler=handle_asc_exception) as g: g.custom_show_command('show', 'show', @@ -271,7 +287,7 @@ def load_command_table(self, _): g.custom_command('update', 'update', table_transformer=transform_dev_tool_portal_output, validator=validate_dev_tool_portal, supports_no_wait=True) g.custom_command('delete', 'delete', supports_no_wait=True, confirmation=True) - with self.command_group('spring application-live-view', is_preview=True, + with self.command_group('spring application-live-view', custom_command_type=application_live_view_cmd_group, exception_handler=handle_asc_exception) as g: g.custom_show_command('show', 'show', @@ -288,6 +304,7 @@ def load_command_table(self, _): g.custom_command('bind', 'application_configuration_service_bind') g.custom_command('unbind', 'application_configuration_service_unbind') g.custom_command('create', 'application_configuration_service_create', table_transformer=transform_application_configuration_service_output) + g.custom_command('update', 'application_configuration_service_update', table_transformer=transform_application_configuration_service_output) g.custom_command('delete', 'application_configuration_service_delete', confirmation=True) with self.command_group('spring application-configuration-service git repo', @@ -306,6 +323,7 @@ def load_command_table(self, _): g.custom_command('clear', 'gateway_clear', supports_no_wait=True) g.custom_command('create', 'gateway_create', table_transformer=transform_spring_cloud_gateway_output) g.custom_command('delete', 'gateway_delete', confirmation=True) + g.custom_command('restart', 'gateway_restart', confirmation='Are you sure you want to perform this operation?', supports_no_wait=True) g.custom_command('sync-cert', 'gateway_sync_cert', confirmation='Your gateway will be restarted to use the latest certificate.\n' + 'Are you sure you want to perform this operation?', supports_no_wait=True) @@ -351,7 +369,6 @@ def load_command_table(self, _): with self.command_group('spring application-accelerator', custom_command_type=application_accelerator_cmd_group, - is_preview=True, exception_handler=handle_asc_exception) as g: g.custom_show_command('show', 'application_accelerator_show', table_transformer=transform_application_accelerator_output) g.custom_command('create', 'application_accelerator_create', table_transformer=transform_application_accelerator_output, supports_no_wait=True) @@ -375,6 +392,19 @@ def load_command_table(self, _): g.custom_command('sync-cert', 'customized_accelerator_sync_cert', supports_no_wait=True, table_transformer=transform_customized_accelerator_output) g.custom_command('delete', 'customized_accelerator_delete', supports_no_wait=True) + with self.command_group('spring apm', + custom_command_type=apm_cmd_group, + exception_handler=handle_asc_exception) as g: + g.custom_command('create', 'create_or_update_apm', supports_no_wait=True) + g.custom_command('update', 'create_or_update_apm', supports_no_wait=True) + g.custom_show_command('show', 'apm_show') + g.custom_command('list', 'apm_list', table_transformer=transform_apm_output) + g.custom_command('delete', 'apm_delete', confirmation=True, supports_no_wait=True) + g.custom_command('list-support-types', 'list_support_apm_types', table_transformer=transform_apm_type_output) + g.custom_command('list-enabled-globally', 'list_apms_enabled_globally') + g.custom_command('enable-globally', 'enable_apm_globally', supports_no_wait=True) + g.custom_command('disable-globally', 'disable_apm_globally', supports_no_wait=True) + with self.command_group('spring build-service builder', custom_command_type=build_service_cmd_group, exception_handler=handle_asc_exception) as g: @@ -396,8 +426,11 @@ def load_command_table(self, _): with self.command_group('spring container-registry', custom_command_type=build_service_cmd_group, exception_handler=handle_asc_exception) as g: - g.custom_command('update', 'update_container_registry', supports_no_wait=True) + g.custom_command('create', 'create_or_update_container_registry', supports_no_wait=True) + g.custom_command('update', 'create_or_update_container_registry', supports_no_wait=True) g.custom_show_command('show', 'container_registry_show') + g.custom_show_command('list', 'container_registry_list', table_transformer=transform_container_registry_output) + g.custom_command('delete', 'container_registry_delete', supports_no_wait=True, confirmation=True) with self.command_group('spring build-service build', custom_command_type=build_service_cmd_group, @@ -414,8 +447,11 @@ def load_command_table(self, _): g.custom_show_command('show', 'build_result_show') g.custom_show_command('list', 'build_result_list', table_transformer=transform_build_result_output) - with self.command_group('spring build-service', exception_handler=handle_asc_exception): - pass + with self.command_group('spring build-service', + custom_command_type=build_service_cmd_group, + exception_handler=handle_asc_exception) as g: + g.custom_command('update', 'update_build_service', supports_no_wait=True) + g.custom_show_command('show', 'build_service_show') with self.command_group('spring', exception_handler=handle_asc_exception): pass diff --git a/src/spring/azext_spring/custom.py b/src/spring/azext_spring/custom.py index dfcaa92c936..b5e28afcc61 100644 --- a/src/spring/azext_spring/custom.py +++ b/src/spring/azext_spring/custom.py @@ -21,7 +21,7 @@ from azure.mgmt.core.tools import (parse_resource_id, is_valid_resource_id) from ._utils import (get_portal_uri, get_spring_sku, get_proxy_api_endpoint, BearerAuth) from knack.util import CLIError -from .vendored_sdks.appplatform.v2023_03_01_preview import models, AppPlatformManagementClient +from .vendored_sdks.appplatform.v2023_05_01_preview import models, AppPlatformManagementClient from knack.log import get_logger from azure.cli.core.azclierror import ClientRequestError, FileOperationError, InvalidArgumentValueError, ResourceNotFoundError from azure.cli.core.commands.client_factory import get_mgmt_service_client, get_subscription_id @@ -673,7 +673,47 @@ def validate_config_server_settings(client, resource_group, name, config_server_ raise CLIError("Config Server settings contain error.") +def eureka_get(cmd, client, resource_group, name): + return client.get(resource_group, name) + + +def eureka_enable(cmd, client, resource_group, name): + eureka_server_properties = models.EurekaServerProperties(enabled_state="Enabled") + eureka_server_resource = models.EurekaServerResource(properties=eureka_server_properties) + return cached_put(cmd, client.begin_update_patch, eureka_server_resource, resource_group, name).result() + + +def eureka_disable(cmd, client, resource_group, name): + eureka_server_properties = models.EurekaServerProperties(enabled_state="Disabled") + eureka_server_resource = models.EurekaServerResource(properties=eureka_server_properties) + return cached_put(cmd, client.begin_update_patch, eureka_server_resource, resource_group, name).result() + + +def config_enable(cmd, client, resource_group, name): + config_server_resource = client.get(resource_group, name) + if not config_server_resource.properties.enabled_state: + raise CLIError("Only supported Standard consumption Tier.") + + config_server_properties = models.ConfigServerProperties(enabled_state="Enabled") + config_server_resource = models.ConfigServerResource(properties=config_server_properties) + return cached_put(cmd, client.begin_update_patch, config_server_resource, resource_group, name).result() + + +def config_disable(cmd, client, resource_group, name): + config_server_resource = client.get(resource_group, name) + if not config_server_resource.properties.enabled_state: + raise CLIError("Only supported Standard consumption Tier.") + + config_server_properties = models.ConfigServerProperties(enabled_state="Disabled") + config_server_resource = models.ConfigServerResource(properties=config_server_properties) + return cached_put(cmd, client.begin_update_patch, config_server_resource, resource_group, name).result() + + def config_set(cmd, client, resource_group, name, config_file, no_wait=False): + config_server_resource = client.get(resource_group, name) + if config_server_resource.properties.enabled_state and config_server_resource.properties.enabled_state == "Disabled": + raise CLIError("Config server is disabled.") + def standardization(dic): new_dic = {} for k, v in dic.items(): @@ -712,7 +752,7 @@ def standardization(dic): config_property['repositories'] = repositories git_property = client._deserialize('ConfigServerGitProperty', config_property) config_server_settings = models.ConfigServerSettings(git_property=git_property) - config_server_properties = models.ConfigServerProperties(config_server=config_server_settings) + config_server_properties = models.ConfigServerProperties(enabled_state="Enabled", config_server=config_server_settings) logger.warning("[1/2] Validating config server settings") validate_config_server_settings(client, resource_group, name, config_server_settings) @@ -725,13 +765,14 @@ def standardization(dic): def config_get(cmd, client, resource_group, name): config_server_resource = client.get(resource_group, name) - if not config_server_resource.properties.config_server: + if not config_server_resource.properties.enabled_state and not config_server_resource.properties.config_server: raise CLIError("Config server not set.") return config_server_resource def config_delete(cmd, client, resource_group, name): - config_server_properties = models.ConfigServerProperties() + config_server_resource = client.get(resource_group, name) + config_server_properties = models.ConfigServerProperties(enabled_state=config_server_resource.properties.enabled_state) config_server_resource = models.ConfigServerResource(properties=config_server_properties) return client.begin_update_put(resource_group, name, config_server_resource) @@ -745,6 +786,10 @@ def config_git_set(cmd, client, resource_group, name, uri, host_key_algorithm=None, private_key=None, strict_host_key_checking=None): + config_server_resource = client.get(resource_group, name) + if config_server_resource.properties.enabled_state and config_server_resource.properties.enabled_state == "Disabled": + raise CLIError("Config server is disabled.") + git_property = models.ConfigServerGitProperty(uri=uri) if search_paths: @@ -760,7 +805,7 @@ def config_git_set(cmd, client, resource_group, name, uri, git_property.strict_host_key_checking = strict_host_key_checking config_server_settings = models.ConfigServerSettings(git_property=git_property) - config_server_properties = models.ConfigServerProperties(config_server=config_server_settings) + config_server_properties = models.ConfigServerProperties(enabled_state="Enabled", config_server=config_server_settings) logger.warning("[1/2] Validating config server settings") validate_config_server_settings(client, resource_group, name, config_server_settings) diff --git a/src/spring/azext_spring/dev_tool_portal.py b/src/spring/azext_spring/dev_tool_portal.py index 199c73365ad..36e81694fdf 100644 --- a/src/spring/azext_spring/dev_tool_portal.py +++ b/src/spring/azext_spring/dev_tool_portal.py @@ -7,7 +7,7 @@ from knack.log import get_logger from azure.cli.core.util import sdk_no_wait -from .vendored_sdks.appplatform.v2023_03_01_preview import models +from .vendored_sdks.appplatform.v2023_05_01_preview import models DEFAULT_NAME = "default" diff --git a/src/spring/azext_spring/gateway.py b/src/spring/azext_spring/gateway.py index 5d1f445c5e4..f404c80d726 100644 --- a/src/spring/azext_spring/gateway.py +++ b/src/spring/azext_spring/gateway.py @@ -11,7 +11,7 @@ from knack.log import get_logger from .custom import LOG_RUNNING_PROMPT -from .vendored_sdks.appplatform.v2023_03_01_preview import models +from .vendored_sdks.appplatform.v2023_05_01_preview import models from ._utils import get_spring_sku logger = get_logger(__name__) @@ -49,6 +49,7 @@ def gateway_update(cmd, client, resource_group, service, properties=None, secrets=None, allowed_origins=None, + allowed_origin_patterns=None, allowed_methods=None, allowed_headers=None, max_age=None, @@ -56,6 +57,8 @@ def gateway_update(cmd, client, resource_group, service, exposed_headers=None, enable_certificate_verification=None, certificate_names=None, + addon_configs_json=None, + addon_configs_file=None, no_wait=False ): gateway = client.gateways.get(resource_group, service, DEFAULT_NAME) @@ -77,7 +80,7 @@ def gateway_update(cmd, client, resource_group, service, gateway.properties.api_metadata_properties, api_title, api_description, api_doc_location, api_version, server_url) cors_properties = _update_cors( - gateway.properties.cors_properties, allowed_origins, allowed_methods, allowed_headers, max_age, allow_credentials, exposed_headers) + gateway.properties.cors_properties, allowed_origins, allowed_origin_patterns, allowed_methods, allowed_headers, max_age, allow_credentials, exposed_headers) client_auth = _update_client_auth(client, resource_group, service, gateway.properties.client_auth, enable_certificate_verification, certificate_names) @@ -90,6 +93,8 @@ def gateway_update(cmd, client, resource_group, service, update_apm_types = apm_types if apm_types is not None else gateway.properties.apm_types environment_variables = _update_envs(gateway.properties.environment_variables, properties, secrets) + addon_configs = _update_addon_configs(gateway.properties.addon_configs, addon_configs_json, addon_configs_file) + model_properties = models.GatewayProperties( public=assign_endpoint if assign_endpoint is not None else gateway.properties.public, https_only=https_only if https_only is not None else gateway.properties.https_only, @@ -99,6 +104,7 @@ def gateway_update(cmd, client, resource_group, service, apm_types=update_apm_types, environment_variables=environment_variables, client_auth=client_auth, + addon_configs=addon_configs, resource_requests=resource_requests) sku = models.Sku(name=gateway.sku.name, tier=gateway.sku.tier, @@ -126,6 +132,10 @@ def gateway_clear(cmd, client, resource_group, service, no_wait=False): resource_group, service, DEFAULT_NAME, gateway_resource) +def gateway_restart(cmd, client, service, resource_group, no_wait=False): + return client.gateways.begin_restart(resource_group, service, DEFAULT_NAME) + + def gateway_sync_cert(cmd, client, service, resource_group, no_wait=False): return client.gateways.begin_restart(resource_group, service, DEFAULT_NAME) @@ -209,12 +219,14 @@ def _update_api_metadata(existing, api_title, api_description, api_documentation return api_metadata -def _update_cors(existing, allowed_origins, allowed_methods, allowed_headers, max_age, allow_credentials, exposed_headers): - if allowed_origins is None and allowed_methods is None and allowed_headers is None and max_age is None and allow_credentials is None and exposed_headers is None: +def _update_cors(existing, allowed_origins, allowed_origin_patterns, allowed_methods, allowed_headers, max_age, allow_credentials, exposed_headers): + if allowed_origins is None and allowed_origin_patterns is None and allowed_methods is None and allowed_headers is None and max_age is None and allow_credentials is None and exposed_headers is None: return existing cors = existing if existing is not None else models.GatewayCorsProperties() if allowed_origins is not None: cors.allowed_origins = allowed_origins.split(",") if allowed_origins else None + if allowed_origin_patterns is not None: + cors.allowed_origin_patterns = allowed_origin_patterns.split(",") if allowed_origin_patterns else None if allowed_methods is not None: cors.allowed_methods = allowed_methods.split(",") if allowed_methods else None if allowed_headers is not None: @@ -261,6 +273,21 @@ def _update_client_auth(client, resource_group, service, existing, enable_certif return client_auth +def _update_addon_configs(existing, addon_configs_json, addon_configs_file): + if addon_configs_file is None and addon_configs_json is None: + return existing + + raw_json = {} + if addon_configs_file is not None: + with open(addon_configs_file, 'r') as json_file: + raw_json = json.load(json_file) + + if addon_configs_json is not None: + raw_json = json.loads(addon_configs_json) + + return raw_json + + def _validate_route_config_not_exist(client, resource_group, service, name): route_configs = client.gateway_route_configs.list( resource_group, service, DEFAULT_NAME) diff --git a/src/spring/azext_spring/spring_instance.py b/src/spring/azext_spring/spring_instance.py index 2db9aa172b4..263c67d0a32 100644 --- a/src/spring/azext_spring/spring_instance.py +++ b/src/spring/azext_spring/spring_instance.py @@ -6,10 +6,11 @@ # pylint: disable=wrong-import-order # pylint: disable=unused-argument, logging-format-interpolation, protected-access, wrong-import-order, too-many-lines from ._utils import (wait_till_end, _get_rg_location) -from .vendored_sdks.appplatform.v2023_03_01_preview import models +from .vendored_sdks.appplatform.v2023_05_01_preview import models from .custom import (_warn_enable_java_agent, _update_application_insights_asc_create) from ._build_service import _update_default_build_agent_pool, create_build_service from .buildpack_binding import create_default_buildpack_binding_for_application_insights +from .apm import create_default_apm_for_application_insights from ._tanzu_component import (create_application_configuration_service, create_application_live_view, create_dev_tool_portal, @@ -180,6 +181,7 @@ def spring_create(cmd, client, resource_group, name, registry_username=None, registry_password=None, enable_application_configuration_service=False, + application_configuration_service_generation=None, enable_application_live_view=False, enable_service_registry=False, enable_gateway=False, @@ -221,6 +223,7 @@ def spring_create(cmd, client, resource_group, name, 'registry_username': registry_username, 'registry_password': registry_password, 'enable_application_configuration_service': enable_application_configuration_service, + 'application_configuration_service_generation': application_configuration_service_generation, 'enable_application_live_view': enable_application_live_view, 'enable_service_registry': enable_service_registry, 'enable_gateway': enable_gateway, @@ -241,13 +244,18 @@ def spring_create(cmd, client, resource_group, name, def _enable_app_insights(cmd, client, resource_group, name, location, app_insights_key, app_insights, - sampling_rate, disable_app_insights, **_): + sampling_rate, disable_app_insights, **kwargs): if disable_app_insights: return - return create_default_buildpack_binding_for_application_insights(cmd, client, resource_group, name, - location, app_insights_key, app_insights, - sampling_rate) + if kwargs['disable_build_service'] or kwargs['registry_server']: + return create_default_apm_for_application_insights(cmd, client, resource_group, name, + location, app_insights_key, app_insights, + sampling_rate) + else: + return create_default_buildpack_binding_for_application_insights(cmd, client, resource_group, name, + location, app_insights_key, app_insights, + sampling_rate) def spring_list_marketplace_plan(cmd, client): diff --git a/src/spring/azext_spring/tests/latest/app_managed_identity/recordings/test_app_identity_crud.yaml b/src/spring/azext_spring/tests/latest/app_managed_identity/recordings/test_app_identity_crud.yaml index 88d2fbc1ad8..66c02cb3641 100644 --- a/src/spring/azext_spring/tests/latest/app_managed_identity/recordings/test_app_identity_crud.yaml +++ b/src/spring/azext_spring/tests/latest/app_managed_identity/recordings/test_app_identity_crud.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"5f3a9b2d-8040-40bd-9a3e-d7d0b58e7241","clientId":"36c2e1b3-750f-447d-83a7-fc54b2a282d6"}},"type":"SystemAssigned,UserAssigned","principalId":"bb0a953d-7aa7-408f-9c65-a7ca70f0f386","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:15:28.4583463Z"}}' @@ -71,13 +71,13 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"5f3a9b2d-8040-40bd-9a3e-d7d0b58e7241","clientId":"36c2e1b3-750f-447d-83a7-fc54b2a282d6"}},"type":"SystemAssigned,UserAssigned","principalId":"bb0a953d-7aa7-408f-9c65-a7ca70f0f386","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:29:24.2627818Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/c9f4b79e-f909-4719-b613-9a8dcc4b8a2c?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/c9f4b79e-f909-4719-b613-9a8dcc4b8a2c?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -89,7 +89,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationResults/c9f4b79e-f909-4719-b613-9a8dcc4b8a2c/Spring/test-msi-app-1?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationResults/c9f4b79e-f909-4719-b613-9a8dcc4b8a2c/Spring/test-msi-app-1?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -123,7 +123,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/c9f4b79e-f909-4719-b613-9a8dcc4b8a2c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/c9f4b79e-f909-4719-b613-9a8dcc4b8a2c?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/c9f4b79e-f909-4719-b613-9a8dcc4b8a2c","name":"c9f4b79e-f909-4719-b613-9a8dcc4b8a2c","status":"Succeeded","startTime":"2022-03-22T11:29:24.67803Z","endTime":"2022-03-22T11:29:34.6364203Z"}' @@ -173,7 +173,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:29:24.2627818Z"}}' @@ -225,7 +225,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:29:24.2627818Z"}}' @@ -277,7 +277,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"},"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-msi-app-1-default-14-c64d57654-qkhf7","status":"Running","reason":"Unschedulable","discoveryStatus":"UNKNOWN","startTime":"2022-03-20T14:03:39Z"}]},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1/deployments/default","name":"default","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:34.571185Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-20T14:03:34.571185Z"}}]}' @@ -329,7 +329,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:29:24.2627818Z"}}' @@ -381,7 +381,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:29:24.2627818Z"}}' @@ -437,13 +437,13 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:30:28.2576505Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/294afe9a-4603-4747-820d-6d477ea1ffb7?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/294afe9a-4603-4747-820d-6d477ea1ffb7?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -455,7 +455,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationResults/294afe9a-4603-4747-820d-6d477ea1ffb7/Spring/test-msi-app-1?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationResults/294afe9a-4603-4747-820d-6d477ea1ffb7/Spring/test-msi-app-1?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -489,7 +489,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/294afe9a-4603-4747-820d-6d477ea1ffb7?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/294afe9a-4603-4747-820d-6d477ea1ffb7?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/294afe9a-4603-4747-820d-6d477ea1ffb7","name":"294afe9a-4603-4747-820d-6d477ea1ffb7","status":"Succeeded","startTime":"2022-03-22T11:30:30.5989384Z","endTime":"2022-03-22T11:30:44.714044Z"}' @@ -539,7 +539,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":null,"type":"SystemAssigned","principalId":"116ab438-1b87-44fb-b921-76e3ea876490","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:30:28.2576505Z"}}' @@ -591,7 +591,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":null,"type":"SystemAssigned","principalId":"116ab438-1b87-44fb-b921-76e3ea876490","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:30:28.2576505Z"}}' @@ -643,7 +643,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":null,"type":"SystemAssigned","principalId":"116ab438-1b87-44fb-b921-76e3ea876490","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:30:28.2576505Z"}}' @@ -702,13 +702,13 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":null,"type":"SystemAssigned","principalId":"116ab438-1b87-44fb-b921-76e3ea876490","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:31:09.2234867Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/e4780ba8-91e8-4fd2-b5b0-24b1cd76db19?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/e4780ba8-91e8-4fd2-b5b0-24b1cd76db19?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -720,7 +720,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationResults/e4780ba8-91e8-4fd2-b5b0-24b1cd76db19/Spring/test-msi-app-1?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationResults/e4780ba8-91e8-4fd2-b5b0-24b1cd76db19/Spring/test-msi-app-1?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -754,7 +754,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/e4780ba8-91e8-4fd2-b5b0-24b1cd76db19?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/e4780ba8-91e8-4fd2-b5b0-24b1cd76db19?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/e4780ba8-91e8-4fd2-b5b0-24b1cd76db19","name":"e4780ba8-91e8-4fd2-b5b0-24b1cd76db19","status":"Succeeded","startTime":"2022-03-22T11:31:10.6755773Z","endTime":"2022-03-22T11:31:22.3970818Z"}' @@ -804,7 +804,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-1":{"principalId":"b1780895-22f2-4f90-a892-03c4e673e1cb","clientId":"ab88a149-200a-4550-b269-1f2b0ae252bf"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"5f3a9b2d-8040-40bd-9a3e-d7d0b58e7241","clientId":"36c2e1b3-750f-447d-83a7-fc54b2a282d6"}},"type":"SystemAssigned,UserAssigned","principalId":"116ab438-1b87-44fb-b921-76e3ea876490","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:31:09.2234867Z"}}' @@ -856,7 +856,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-1":{"principalId":"b1780895-22f2-4f90-a892-03c4e673e1cb","clientId":"ab88a149-200a-4550-b269-1f2b0ae252bf"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"5f3a9b2d-8040-40bd-9a3e-d7d0b58e7241","clientId":"36c2e1b3-750f-447d-83a7-fc54b2a282d6"}},"type":"SystemAssigned,UserAssigned","principalId":"116ab438-1b87-44fb-b921-76e3ea876490","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:31:09.2234867Z"}}' @@ -908,7 +908,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-1":{"principalId":"b1780895-22f2-4f90-a892-03c4e673e1cb","clientId":"ab88a149-200a-4550-b269-1f2b0ae252bf"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"5f3a9b2d-8040-40bd-9a3e-d7d0b58e7241","clientId":"36c2e1b3-750f-447d-83a7-fc54b2a282d6"}},"type":"SystemAssigned,UserAssigned","principalId":"116ab438-1b87-44fb-b921-76e3ea876490","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:31:09.2234867Z"}}' @@ -966,13 +966,13 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-1":{"principalId":"b1780895-22f2-4f90-a892-03c4e673e1cb","clientId":"ab88a149-200a-4550-b269-1f2b0ae252bf"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"5f3a9b2d-8040-40bd-9a3e-d7d0b58e7241","clientId":"36c2e1b3-750f-447d-83a7-fc54b2a282d6"}},"type":"SystemAssigned,UserAssigned","principalId":"116ab438-1b87-44fb-b921-76e3ea876490","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:31:48.9571136Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/ba695375-f006-44b0-b927-ed40d9f2556f?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/ba695375-f006-44b0-b927-ed40d9f2556f?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -984,7 +984,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationResults/ba695375-f006-44b0-b927-ed40d9f2556f/Spring/test-msi-app-1?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationResults/ba695375-f006-44b0-b927-ed40d9f2556f/Spring/test-msi-app-1?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1018,7 +1018,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/ba695375-f006-44b0-b927-ed40d9f2556f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/ba695375-f006-44b0-b927-ed40d9f2556f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/ba695375-f006-44b0-b927-ed40d9f2556f","name":"ba695375-f006-44b0-b927-ed40d9f2556f","status":"Succeeded","startTime":"2022-03-22T11:31:50.1398137Z","endTime":"2022-03-22T11:32:01.9057715Z"}' @@ -1068,7 +1068,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"5f3a9b2d-8040-40bd-9a3e-d7d0b58e7241","clientId":"36c2e1b3-750f-447d-83a7-fc54b2a282d6"}},"type":"SystemAssigned,UserAssigned","principalId":"116ab438-1b87-44fb-b921-76e3ea876490","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:31:48.9571136Z"}}' @@ -1120,7 +1120,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"5f3a9b2d-8040-40bd-9a3e-d7d0b58e7241","clientId":"36c2e1b3-750f-447d-83a7-fc54b2a282d6"}},"type":"SystemAssigned,UserAssigned","principalId":"116ab438-1b87-44fb-b921-76e3ea876490","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:31:48.9571136Z"}}' @@ -1172,7 +1172,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"5f3a9b2d-8040-40bd-9a3e-d7d0b58e7241","clientId":"36c2e1b3-750f-447d-83a7-fc54b2a282d6"}},"type":"SystemAssigned,UserAssigned","principalId":"116ab438-1b87-44fb-b921-76e3ea876490","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:31:48.9571136Z"}}' @@ -1228,13 +1228,13 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"5f3a9b2d-8040-40bd-9a3e-d7d0b58e7241","clientId":"36c2e1b3-750f-447d-83a7-fc54b2a282d6"}},"type":"SystemAssigned,UserAssigned","principalId":"116ab438-1b87-44fb-b921-76e3ea876490","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:32:28.2582306Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/cfdeca9a-e073-40ee-a01e-af4afd960e5a?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/cfdeca9a-e073-40ee-a01e-af4afd960e5a?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1246,7 +1246,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationResults/cfdeca9a-e073-40ee-a01e-af4afd960e5a/Spring/test-msi-app-1?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationResults/cfdeca9a-e073-40ee-a01e-af4afd960e5a/Spring/test-msi-app-1?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1280,7 +1280,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/cfdeca9a-e073-40ee-a01e-af4afd960e5a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/cfdeca9a-e073-40ee-a01e-af4afd960e5a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/cfdeca9a-e073-40ee-a01e-af4afd960e5a","name":"cfdeca9a-e073-40ee-a01e-af4afd960e5a","status":"Succeeded","startTime":"2022-03-22T11:32:29.4313623Z","endTime":"2022-03-22T11:32:39.4110337Z"}' @@ -1330,7 +1330,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":null,"type":"SystemAssigned","principalId":"116ab438-1b87-44fb-b921-76e3ea876490","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:32:28.2582306Z"}}' @@ -1382,7 +1382,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":null,"type":"SystemAssigned","principalId":"116ab438-1b87-44fb-b921-76e3ea876490","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:32:28.2582306Z"}}' @@ -1434,7 +1434,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":null,"type":"SystemAssigned","principalId":"116ab438-1b87-44fb-b921-76e3ea876490","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:32:28.2582306Z"}}' @@ -1490,13 +1490,13 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":null,"type":"SystemAssigned","principalId":"116ab438-1b87-44fb-b921-76e3ea876490","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:33:06.8633111Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/ac3cf8d5-4b9a-4e64-9a40-faed4bbb0bc8?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/ac3cf8d5-4b9a-4e64-9a40-faed4bbb0bc8?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1508,7 +1508,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationResults/ac3cf8d5-4b9a-4e64-9a40-faed4bbb0bc8/Spring/test-msi-app-1?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationResults/ac3cf8d5-4b9a-4e64-9a40-faed4bbb0bc8/Spring/test-msi-app-1?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1542,7 +1542,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/ac3cf8d5-4b9a-4e64-9a40-faed4bbb0bc8?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/ac3cf8d5-4b9a-4e64-9a40-faed4bbb0bc8?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/ac3cf8d5-4b9a-4e64-9a40-faed4bbb0bc8","name":"ac3cf8d5-4b9a-4e64-9a40-faed4bbb0bc8","status":"Succeeded","startTime":"2022-03-22T11:33:08.7052105Z","endTime":"2022-03-22T11:33:18.7115215Z"}' @@ -1592,7 +1592,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:33:06.8633111Z"}}' @@ -1644,7 +1644,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:33:06.8633111Z"}}' @@ -1696,7 +1696,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:33:06.8633111Z"}}' @@ -1755,13 +1755,13 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:33:47.0102171Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/0344e56e-d1c8-421c-99eb-e60b063768c4?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/0344e56e-d1c8-421c-99eb-e60b063768c4?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1773,7 +1773,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationResults/0344e56e-d1c8-421c-99eb-e60b063768c4/Spring/test-msi-app-1?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationResults/0344e56e-d1c8-421c-99eb-e60b063768c4/Spring/test-msi-app-1?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1807,7 +1807,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/0344e56e-d1c8-421c-99eb-e60b063768c4?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/0344e56e-d1c8-421c-99eb-e60b063768c4?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/0344e56e-d1c8-421c-99eb-e60b063768c4","name":"0344e56e-d1c8-421c-99eb-e60b063768c4","status":"Succeeded","startTime":"2022-03-22T11:33:50.4980311Z","endTime":"2022-03-22T11:34:01.700367Z"}' @@ -1857,7 +1857,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-1":{"principalId":"b1780895-22f2-4f90-a892-03c4e673e1cb","clientId":"ab88a149-200a-4550-b269-1f2b0ae252bf"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"5f3a9b2d-8040-40bd-9a3e-d7d0b58e7241","clientId":"36c2e1b3-750f-447d-83a7-fc54b2a282d6"}},"type":"SystemAssigned,UserAssigned","principalId":"43d225fe-e7e1-47e1-9d72-dddc03e0a39c","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:33:47.0102171Z"}}' @@ -1909,7 +1909,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-1":{"principalId":"b1780895-22f2-4f90-a892-03c4e673e1cb","clientId":"ab88a149-200a-4550-b269-1f2b0ae252bf"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"5f3a9b2d-8040-40bd-9a3e-d7d0b58e7241","clientId":"36c2e1b3-750f-447d-83a7-fc54b2a282d6"}},"type":"SystemAssigned,UserAssigned","principalId":"43d225fe-e7e1-47e1-9d72-dddc03e0a39c","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:33:47.0102171Z"}}' @@ -1961,7 +1961,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-1":{"principalId":"b1780895-22f2-4f90-a892-03c4e673e1cb","clientId":"ab88a149-200a-4550-b269-1f2b0ae252bf"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"5f3a9b2d-8040-40bd-9a3e-d7d0b58e7241","clientId":"36c2e1b3-750f-447d-83a7-fc54b2a282d6"}},"type":"SystemAssigned,UserAssigned","principalId":"43d225fe-e7e1-47e1-9d72-dddc03e0a39c","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:33:47.0102171Z"}}' @@ -2017,13 +2017,13 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-1":{"principalId":"b1780895-22f2-4f90-a892-03c4e673e1cb","clientId":"ab88a149-200a-4550-b269-1f2b0ae252bf"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"5f3a9b2d-8040-40bd-9a3e-d7d0b58e7241","clientId":"36c2e1b3-750f-447d-83a7-fc54b2a282d6"}},"type":"SystemAssigned,UserAssigned","principalId":"43d225fe-e7e1-47e1-9d72-dddc03e0a39c","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:34:28.0732599Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/9ce70110-0a04-42fd-820e-89ec8612c089?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/9ce70110-0a04-42fd-820e-89ec8612c089?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -2035,7 +2035,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationResults/9ce70110-0a04-42fd-820e-89ec8612c089/Spring/test-msi-app-1?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationResults/9ce70110-0a04-42fd-820e-89ec8612c089/Spring/test-msi-app-1?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -2069,7 +2069,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/9ce70110-0a04-42fd-820e-89ec8612c089?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/9ce70110-0a04-42fd-820e-89ec8612c089?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/southeastasia/operationStatus/test-msi-app-1/operationId/9ce70110-0a04-42fd-820e-89ec8612c089","name":"9ce70110-0a04-42fd-820e-89ec8612c089","status":"Succeeded","startTime":"2022-03-22T11:34:28.5140021Z","endTime":"2022-03-22T11:34:38.0409754Z"}' @@ -2119,7 +2119,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:34:28.0732599Z"}}' @@ -2171,7 +2171,7 @@ interactions: User-Agent: - AZURECLI/2.34.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"southeastasia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-app-1","name":"test-msi-app-1","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-03-20T14:03:20.2023737Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-03-22T11:34:28.0732599Z"}}' diff --git a/src/spring/azext_spring/tests/latest/app_managed_identity/recordings/test_app_identity_force_set.yaml b/src/spring/azext_spring/tests/latest/app_managed_identity/recordings/test_app_identity_force_set.yaml index 990641fc032..33a09db49d4 100644 --- a/src/spring/azext_spring/tests/latest/app_managed_identity/recordings/test_app_identity_force_set.yaml +++ b/src/spring/azext_spring/tests/latest/app_managed_identity/recordings/test_app_identity_force_set.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":24,"initialDelaySeconds":60,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-msi-force-set-default-18-6dfcbdb69c-kbrcz","status":"Running","discoveryStatus":"UNKNOWN","startTime":"2022-09-07T02:16:15Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:16:02.3941932Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:16:02.3941932Z"}}]}' @@ -65,7 +65,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"type":"SystemAssigned","principalId":"255b11fc-1d64-441c-8c53-ede51b8c18fb","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set","name":"test-msi-force-set","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:15:51.8991693Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:38:37.4218302Z"}}' @@ -123,13 +123,13 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"type":"SystemAssigned","principalId":"255b11fc-1d64-441c-8c53-ede51b8c18fb","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set","name":"test-msi-force-set","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:15:51.8991693Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:43:26.8107587Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/bbeeaae8-88a9-4fa5-809d-2d4d36543f01?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/bbeeaae8-88a9-4fa5-809d-2d4d36543f01?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -141,7 +141,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/bbeeaae8-88a9-4fa5-809d-2d4d36543f01/Spring/test-msi-force-set?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/bbeeaae8-88a9-4fa5-809d-2d4d36543f01/Spring/test-msi-force-set?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -173,7 +173,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/bbeeaae8-88a9-4fa5-809d-2d4d36543f01?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/bbeeaae8-88a9-4fa5-809d-2d4d36543f01?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/bbeeaae8-88a9-4fa5-809d-2d4d36543f01","name":"bbeeaae8-88a9-4fa5-809d-2d4d36543f01","status":"Succeeded","startTime":"2022-09-07T02:43:27.5348511Z","endTime":"2022-09-07T02:43:34.4799677Z"}' @@ -221,7 +221,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set","name":"test-msi-force-set","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:15:51.8991693Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:43:26.8107587Z"}}' @@ -271,7 +271,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set","name":"test-msi-force-set","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:15:51.8991693Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:43:26.8107587Z"}}' @@ -321,7 +321,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":24,"initialDelaySeconds":60,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-msi-force-set-default-18-6dfcbdb69c-kbrcz","status":"Running","discoveryStatus":"UNKNOWN","startTime":"2022-09-07T02:16:15Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:16:02.3941932Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:16:02.3941932Z"}}]}' @@ -371,7 +371,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set","name":"test-msi-force-set","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:15:51.8991693Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:43:26.8107587Z"}}' @@ -429,13 +429,13 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set","name":"test-msi-force-set","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:15:51.8991693Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:44:30.1577668Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/0a596f2a-66ed-4a6c-9ac0-198c4a835d45?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/0a596f2a-66ed-4a6c-9ac0-198c4a835d45?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -447,7 +447,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/0a596f2a-66ed-4a6c-9ac0-198c4a835d45/Spring/test-msi-force-set?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/0a596f2a-66ed-4a6c-9ac0-198c4a835d45/Spring/test-msi-force-set?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -479,7 +479,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/0a596f2a-66ed-4a6c-9ac0-198c4a835d45?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/0a596f2a-66ed-4a6c-9ac0-198c4a835d45?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/0a596f2a-66ed-4a6c-9ac0-198c4a835d45","name":"0a596f2a-66ed-4a6c-9ac0-198c4a835d45","status":"Succeeded","startTime":"2022-09-07T02:44:32.9024274Z","endTime":"2022-09-07T02:44:40.557122Z"}' @@ -527,7 +527,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"type":"SystemAssigned","principalId":"95740b41-34cf-4ecd-b926-ad78e4fa310a","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set","name":"test-msi-force-set","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:15:51.8991693Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:44:30.1577668Z"}}' @@ -577,7 +577,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"type":"SystemAssigned","principalId":"95740b41-34cf-4ecd-b926-ad78e4fa310a","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set","name":"test-msi-force-set","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:15:51.8991693Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:44:30.1577668Z"}}' @@ -627,7 +627,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":24,"initialDelaySeconds":60,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-msi-force-set-default-18-6dfcbdb69c-kbrcz","status":"Running","discoveryStatus":"UNKNOWN","startTime":"2022-09-07T02:16:15Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:16:02.3941932Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:16:02.3941932Z"}}]}' @@ -673,7 +673,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"type":"SystemAssigned","principalId":"95740b41-34cf-4ecd-b926-ad78e4fa310a","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set","name":"test-msi-force-set","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:15:51.8991693Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:44:30.1577668Z"}}' @@ -732,13 +732,13 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"type":"SystemAssigned","principalId":"95740b41-34cf-4ecd-b926-ad78e4fa310a","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set","name":"test-msi-force-set","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:15:51.8991693Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:45:36.0929958Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/bf6146f2-c6cf-4cda-9bf6-abf5aa9a0fd6?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/bf6146f2-c6cf-4cda-9bf6-abf5aa9a0fd6?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -750,7 +750,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/bf6146f2-c6cf-4cda-9bf6-abf5aa9a0fd6/Spring/test-msi-force-set?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/bf6146f2-c6cf-4cda-9bf6-abf5aa9a0fd6/Spring/test-msi-force-set?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -782,7 +782,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/bf6146f2-c6cf-4cda-9bf6-abf5aa9a0fd6?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/bf6146f2-c6cf-4cda-9bf6-abf5aa9a0fd6?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/bf6146f2-c6cf-4cda-9bf6-abf5aa9a0fd6","name":"bf6146f2-c6cf-4cda-9bf6-abf5aa9a0fd6","status":"Succeeded","startTime":"2022-09-07T02:45:39.8583538Z","endTime":"2022-09-07T02:45:48.6845168Z"}' @@ -830,7 +830,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-1":{"principalId":"f8c67039-dd17-48f7-a1e2-5f6884e6e8fb","clientId":"e4f56bfa-0cdb-4930-836d-62088046f751"}},"type":"UserAssigned","principalId":null,"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set","name":"test-msi-force-set","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:15:51.8991693Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:45:36.0929958Z"}}' @@ -880,7 +880,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-1":{"principalId":"f8c67039-dd17-48f7-a1e2-5f6884e6e8fb","clientId":"e4f56bfa-0cdb-4930-836d-62088046f751"}},"type":"UserAssigned","principalId":null,"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set","name":"test-msi-force-set","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:15:51.8991693Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:45:36.0929958Z"}}' @@ -930,7 +930,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":24,"initialDelaySeconds":60,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-msi-force-set-default-18-6dfcbdb69c-kbrcz","status":"Running","discoveryStatus":"UNKNOWN","startTime":"2022-09-07T02:16:15Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:16:02.3941932Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:16:02.3941932Z"}}]}' @@ -980,7 +980,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-1":{"principalId":"f8c67039-dd17-48f7-a1e2-5f6884e6e8fb","clientId":"e4f56bfa-0cdb-4930-836d-62088046f751"}},"type":"UserAssigned","principalId":null,"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set","name":"test-msi-force-set","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:15:51.8991693Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:45:36.0929958Z"}}' @@ -1039,13 +1039,13 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-1":{"principalId":"f8c67039-dd17-48f7-a1e2-5f6884e6e8fb","clientId":"e4f56bfa-0cdb-4930-836d-62088046f751"}},"type":"UserAssigned","principalId":null,"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set","name":"test-msi-force-set","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:15:51.8991693Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:46:40.3433492Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/35fcb24c-7ce7-46e5-85d3-f1796c21e80f?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/35fcb24c-7ce7-46e5-85d3-f1796c21e80f?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1057,7 +1057,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/35fcb24c-7ce7-46e5-85d3-f1796c21e80f/Spring/test-msi-force-set?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/35fcb24c-7ce7-46e5-85d3-f1796c21e80f/Spring/test-msi-force-set?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1089,7 +1089,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/35fcb24c-7ce7-46e5-85d3-f1796c21e80f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/35fcb24c-7ce7-46e5-85d3-f1796c21e80f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/35fcb24c-7ce7-46e5-85d3-f1796c21e80f","name":"35fcb24c-7ce7-46e5-85d3-f1796c21e80f","status":"Succeeded","startTime":"2022-09-07T02:46:42.7612604Z","endTime":"2022-09-07T02:46:50.3374644Z"}' @@ -1137,7 +1137,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"c2d73bc7-e20e-4e4a-a61c-20d0dea549bc","clientId":"0d0f5a96-197b-47ef-9c94-99275fda77f2"}},"type":"UserAssigned","principalId":null,"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set","name":"test-msi-force-set","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:15:51.8991693Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:46:40.3433492Z"}}' @@ -1187,7 +1187,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"c2d73bc7-e20e-4e4a-a61c-20d0dea549bc","clientId":"0d0f5a96-197b-47ef-9c94-99275fda77f2"}},"type":"UserAssigned","principalId":null,"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set","name":"test-msi-force-set","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:15:51.8991693Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:46:40.3433492Z"}}' @@ -1237,7 +1237,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":24,"initialDelaySeconds":60,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-msi-force-set-default-18-6dfcbdb69c-kbrcz","status":"Running","discoveryStatus":"UNKNOWN","startTime":"2022-09-07T02:16:15Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:16:02.3941932Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:16:02.3941932Z"}}]}' @@ -1287,7 +1287,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"c2d73bc7-e20e-4e4a-a61c-20d0dea549bc","clientId":"0d0f5a96-197b-47ef-9c94-99275fda77f2"}},"type":"UserAssigned","principalId":null,"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set","name":"test-msi-force-set","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:15:51.8991693Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:46:40.3433492Z"}}' @@ -1347,13 +1347,13 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"c2d73bc7-e20e-4e4a-a61c-20d0dea549bc","clientId":"0d0f5a96-197b-47ef-9c94-99275fda77f2"}},"type":"UserAssigned","principalId":null,"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set","name":"test-msi-force-set","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:15:51.8991693Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:47:45.9030922Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/8ac92c71-f715-458a-b0a0-1666c02e9a98?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/8ac92c71-f715-458a-b0a0-1666c02e9a98?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1365,7 +1365,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/8ac92c71-f715-458a-b0a0-1666c02e9a98/Spring/test-msi-force-set?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/8ac92c71-f715-458a-b0a0-1666c02e9a98/Spring/test-msi-force-set?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1397,7 +1397,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/8ac92c71-f715-458a-b0a0-1666c02e9a98?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/8ac92c71-f715-458a-b0a0-1666c02e9a98?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/8ac92c71-f715-458a-b0a0-1666c02e9a98","name":"8ac92c71-f715-458a-b0a0-1666c02e9a98","status":"Succeeded","startTime":"2022-09-07T02:47:49.4217897Z","endTime":"2022-09-07T02:47:59.4573738Z"}' @@ -1445,7 +1445,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-1":{"principalId":"f8c67039-dd17-48f7-a1e2-5f6884e6e8fb","clientId":"e4f56bfa-0cdb-4930-836d-62088046f751"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"c2d73bc7-e20e-4e4a-a61c-20d0dea549bc","clientId":"0d0f5a96-197b-47ef-9c94-99275fda77f2"}},"type":"SystemAssigned,UserAssigned","principalId":"14cb6647-da65-48f8-aef1-1f9b2f651db8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set","name":"test-msi-force-set","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:15:51.8991693Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:47:45.9030922Z"}}' @@ -1495,7 +1495,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-1":{"principalId":"f8c67039-dd17-48f7-a1e2-5f6884e6e8fb","clientId":"e4f56bfa-0cdb-4930-836d-62088046f751"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"c2d73bc7-e20e-4e4a-a61c-20d0dea549bc","clientId":"0d0f5a96-197b-47ef-9c94-99275fda77f2"}},"type":"SystemAssigned,UserAssigned","principalId":"14cb6647-da65-48f8-aef1-1f9b2f651db8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set","name":"test-msi-force-set","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:15:51.8991693Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:47:45.9030922Z"}}' @@ -1545,7 +1545,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":24,"initialDelaySeconds":60,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-msi-force-set-default-18-6dfcbdb69c-kbrcz","status":"Running","discoveryStatus":"UNKNOWN","startTime":"2022-09-07T02:16:15Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:16:02.3941932Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:16:02.3941932Z"}}]}' @@ -1595,7 +1595,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-1":{"principalId":"f8c67039-dd17-48f7-a1e2-5f6884e6e8fb","clientId":"e4f56bfa-0cdb-4930-836d-62088046f751"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"c2d73bc7-e20e-4e4a-a61c-20d0dea549bc","clientId":"0d0f5a96-197b-47ef-9c94-99275fda77f2"}},"type":"SystemAssigned,UserAssigned","principalId":"14cb6647-da65-48f8-aef1-1f9b2f651db8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set","name":"test-msi-force-set","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:15:51.8991693Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:47:45.9030922Z"}}' @@ -1653,13 +1653,13 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-1":{"principalId":"f8c67039-dd17-48f7-a1e2-5f6884e6e8fb","clientId":"e4f56bfa-0cdb-4930-836d-62088046f751"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"c2d73bc7-e20e-4e4a-a61c-20d0dea549bc","clientId":"0d0f5a96-197b-47ef-9c94-99275fda77f2"}},"type":"SystemAssigned,UserAssigned","principalId":"14cb6647-da65-48f8-aef1-1f9b2f651db8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set","name":"test-msi-force-set","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:15:51.8991693Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:48:51.4087021Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/cfdbaf4b-4a06-4fd7-9fd5-69791189ac1e?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/cfdbaf4b-4a06-4fd7-9fd5-69791189ac1e?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1671,7 +1671,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/cfdbaf4b-4a06-4fd7-9fd5-69791189ac1e/Spring/test-msi-force-set?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/cfdbaf4b-4a06-4fd7-9fd5-69791189ac1e/Spring/test-msi-force-set?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1703,7 +1703,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/cfdbaf4b-4a06-4fd7-9fd5-69791189ac1e?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/cfdbaf4b-4a06-4fd7-9fd5-69791189ac1e?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/cfdbaf4b-4a06-4fd7-9fd5-69791189ac1e","name":"cfdbaf4b-4a06-4fd7-9fd5-69791189ac1e","status":"Succeeded","startTime":"2022-09-07T02:48:53.5171595Z","endTime":"2022-09-07T02:49:01.0694001Z"}' @@ -1751,7 +1751,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"type":"SystemAssigned","principalId":"14cb6647-da65-48f8-aef1-1f9b2f651db8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set","name":"test-msi-force-set","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:15:51.8991693Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:48:51.4087021Z"}}' @@ -1801,7 +1801,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"type":"SystemAssigned","principalId":"14cb6647-da65-48f8-aef1-1f9b2f651db8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set","name":"test-msi-force-set","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:15:51.8991693Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:48:51.4087021Z"}}' @@ -1851,7 +1851,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":24,"initialDelaySeconds":60,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-msi-force-set-default-18-6dfcbdb69c-kbrcz","status":"Running","discoveryStatus":"UNKNOWN","startTime":"2022-09-07T02:16:15Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:16:02.3941932Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:16:02.3941932Z"}}]}' @@ -1901,7 +1901,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"type":"SystemAssigned","principalId":"14cb6647-da65-48f8-aef1-1f9b2f651db8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set","name":"test-msi-force-set","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:15:51.8991693Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:48:51.4087021Z"}}' @@ -1959,13 +1959,13 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"type":"SystemAssigned","principalId":"14cb6647-da65-48f8-aef1-1f9b2f651db8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set","name":"test-msi-force-set","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:15:51.8991693Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:49:56.4480171Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/1b003dd6-6886-4743-829c-56ca0dd41539?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/1b003dd6-6886-4743-829c-56ca0dd41539?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1977,7 +1977,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/1b003dd6-6886-4743-829c-56ca0dd41539/Spring/test-msi-force-set?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/1b003dd6-6886-4743-829c-56ca0dd41539/Spring/test-msi-force-set?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -2009,7 +2009,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/1b003dd6-6886-4743-829c-56ca0dd41539?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/1b003dd6-6886-4743-829c-56ca0dd41539?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-msi-force-set/operationId/1b003dd6-6886-4743-829c-56ca0dd41539","name":"1b003dd6-6886-4743-829c-56ca0dd41539","status":"Succeeded","startTime":"2022-09-07T02:49:56.9921264Z","endTime":"2022-09-07T02:50:03.936183Z"}' @@ -2057,7 +2057,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set","name":"test-msi-force-set","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:15:51.8991693Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:49:56.4480171Z"}}' @@ -2107,7 +2107,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-msi-force-set","name":"test-msi-force-set","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:15:51.8991693Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:49:56.4480171Z"}}' diff --git a/src/spring/azext_spring/tests/latest/app_managed_identity/recordings/test_create_app_with_assign_identity.yaml b/src/spring/azext_spring/tests/latest/app_managed_identity/recordings/test_create_app_with_assign_identity.yaml index ccb6d33f2f2..9469e88b438 100644 --- a/src/spring/azext_spring/tests/latest/app_managed_identity/recordings/test_create_app_with_assign_identity.yaml +++ b/src/spring/azext_spring/tests/latest/app_managed_identity/recordings/test_create_app_with_assign_identity.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-1?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"NotFound","message":"App was not found","target":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-1","details":null}}' @@ -61,7 +61,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"e55ed5c1ee8942f9a36f033e7bbd28e8","networkProfile":{"outboundIPs":{"publicIPs":["20.237.103.188","20.237.103.250"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest.asc-test.net"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest","name":"cli-unittest","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:05:42.8680393Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:11:29.9671687Z"}}' @@ -116,13 +116,13 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Creating","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-1","name":"create-app-system-identity-1","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T03:09:36.211793Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T03:09:36.211793Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-system-identity-1/operationId/1c6fd929-24c6-407c-89ef-498a422eeb57?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-system-identity-1/operationId/1c6fd929-24c6-407c-89ef-498a422eeb57?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -134,7 +134,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/1c6fd929-24c6-407c-89ef-498a422eeb57/Spring/create-app-system-identity-1?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/1c6fd929-24c6-407c-89ef-498a422eeb57/Spring/create-app-system-identity-1?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -166,7 +166,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-system-identity-1/operationId/1c6fd929-24c6-407c-89ef-498a422eeb57?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-system-identity-1/operationId/1c6fd929-24c6-407c-89ef-498a422eeb57?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-system-identity-1/operationId/1c6fd929-24c6-407c-89ef-498a422eeb57","name":"1c6fd929-24c6-407c-89ef-498a422eeb57","status":"Succeeded","startTime":"2022-09-07T03:09:38.8918945Z","endTime":"2022-09-07T03:09:46.4506473Z"}' @@ -214,7 +214,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"type":"SystemAssigned","principalId":"dcf581e3-fb3c-4a69-9dd2-94b6485e29ba","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-1","name":"create-app-system-identity-1","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T03:09:36.211793Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T03:09:36.211793Z"}}' @@ -271,13 +271,13 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-1/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-1/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90},"provisioningState":"Creating","status":"Running","active":true,"instances":null,"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-1/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T03:10:15.2273638Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T03:10:15.2273638Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/3cb3a92b-6e8f-4b4f-a59e-ed909f967a44?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/3cb3a92b-6e8f-4b4f-a59e-ed909f967a44?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -289,7 +289,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/3cb3a92b-6e8f-4b4f-a59e-ed909f967a44/Spring/default?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/3cb3a92b-6e8f-4b4f-a59e-ed909f967a44/Spring/default?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -326,13 +326,13 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"type":"SystemAssigned","principalId":"dcf581e3-fb3c-4a69-9dd2-94b6485e29ba","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-1","name":"create-app-system-identity-1","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T03:09:36.211793Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T03:10:18.0554846Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-system-identity-1/operationId/ca019b0e-6e00-4582-b1b1-708a14773339?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-system-identity-1/operationId/ca019b0e-6e00-4582-b1b1-708a14773339?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -344,7 +344,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/ca019b0e-6e00-4582-b1b1-708a14773339/Spring/create-app-system-identity-1?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/ca019b0e-6e00-4582-b1b1-708a14773339/Spring/create-app-system-identity-1?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -376,7 +376,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/3cb3a92b-6e8f-4b4f-a59e-ed909f967a44?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/3cb3a92b-6e8f-4b4f-a59e-ed909f967a44?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/3cb3a92b-6e8f-4b4f-a59e-ed909f967a44","name":"3cb3a92b-6e8f-4b4f-a59e-ed909f967a44","status":"Succeeded","startTime":"2022-09-07T03:10:17.6984106Z","endTime":"2022-09-07T03:10:45.843813Z"}' @@ -424,7 +424,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-system-identity-1/operationId/ca019b0e-6e00-4582-b1b1-708a14773339?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-system-identity-1/operationId/ca019b0e-6e00-4582-b1b1-708a14773339?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-system-identity-1/operationId/ca019b0e-6e00-4582-b1b1-708a14773339","name":"ca019b0e-6e00-4582-b1b1-708a14773339","status":"Succeeded","startTime":"2022-09-07T03:10:18.9730916Z","endTime":"2022-09-07T03:10:25.5389523Z"}' @@ -472,7 +472,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"type":"SystemAssigned","principalId":"dcf581e3-fb3c-4a69-9dd2-94b6485e29ba","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-1","name":"create-app-system-identity-1","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T03:09:36.211793Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T03:10:18.0554846Z"}}' @@ -522,7 +522,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-1/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-1/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":24,"initialDelaySeconds":60,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"create-app-system-identity-1-default-28-5b8d45897f-n2tnd","status":"Running","discoveryStatus":"UNKNOWN","startTime":"2022-09-07T03:10:22Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-1/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T03:10:15.2273638Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T03:10:15.2273638Z"}}' @@ -572,7 +572,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"type":"SystemAssigned","principalId":"dcf581e3-fb3c-4a69-9dd2-94b6485e29ba","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-1","name":"create-app-system-identity-1","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T03:09:36.211793Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T03:10:18.0554846Z"}}' @@ -622,7 +622,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-1/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-1/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":24,"initialDelaySeconds":60,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"create-app-system-identity-1-default-28-5b8d45897f-n2tnd","status":"Running","discoveryStatus":"UNKNOWN","startTime":"2022-09-07T03:10:22Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-1/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T03:10:15.2273638Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T03:10:15.2273638Z"}}]}' diff --git a/src/spring/azext_spring/tests/latest/app_managed_identity/recordings/test_create_app_with_both_identity.yaml b/src/spring/azext_spring/tests/latest/app_managed_identity/recordings/test_create_app_with_both_identity.yaml index a6815c1d4ae..511a0030038 100644 --- a/src/spring/azext_spring/tests/latest/app_managed_identity/recordings/test_create_app_with_both_identity.yaml +++ b/src/spring/azext_spring/tests/latest/app_managed_identity/recordings/test_create_app_with_both_identity.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-both-identity?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-both-identity?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"NotFound","message":"App was not found","target":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-both-identity","details":null}}' @@ -61,7 +61,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"e55ed5c1ee8942f9a36f033e7bbd28e8","networkProfile":{"outboundIPs":{"publicIPs":["20.237.103.188","20.237.103.250"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest.asc-test.net"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest","name":"cli-unittest","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:05:42.8680393Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:11:29.9671687Z"}}' @@ -119,13 +119,13 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-both-identity?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-both-identity?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Creating","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-both-identity","name":"create-app-both-identity","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:28:59.9792223Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:28:59.9792223Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-both-identity/operationId/63d19296-5763-45e1-b14e-e48aa1771d77?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-both-identity/operationId/63d19296-5763-45e1-b14e-e48aa1771d77?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -137,7 +137,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/63d19296-5763-45e1-b14e-e48aa1771d77/Spring/create-app-both-identity?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/63d19296-5763-45e1-b14e-e48aa1771d77/Spring/create-app-both-identity?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -169,7 +169,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-both-identity/operationId/63d19296-5763-45e1-b14e-e48aa1771d77?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-both-identity/operationId/63d19296-5763-45e1-b14e-e48aa1771d77?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-both-identity/operationId/63d19296-5763-45e1-b14e-e48aa1771d77","name":"63d19296-5763-45e1-b14e-e48aa1771d77","status":"Succeeded","startTime":"2022-09-07T02:29:02.4102691Z","endTime":"2022-09-07T02:29:11.6225494Z"}' @@ -217,7 +217,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-both-identity?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-both-identity?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"type":"SystemAssigned,UserAssigned","principalId":"9b3edfa8-d102-4a3c-859f-eea55cba7b89","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-1":{"principalId":"f8c67039-dd17-48f7-a1e2-5f6884e6e8fb","clientId":"e4f56bfa-0cdb-4930-836d-62088046f751"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"c2d73bc7-e20e-4e4a-a61c-20d0dea549bc","clientId":"0d0f5a96-197b-47ef-9c94-99275fda77f2"}}},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-both-identity","name":"create-app-both-identity","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:28:59.9792223Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:28:59.9792223Z"}}' @@ -274,13 +274,13 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-both-identity/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-both-identity/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90},"provisioningState":"Creating","status":"Running","active":true,"instances":null,"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-both-identity/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:29:37.8695913Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:29:37.8695913Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/69352fa3-cbdc-413b-96e2-5615b1aa4501?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/69352fa3-cbdc-413b-96e2-5615b1aa4501?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -292,7 +292,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/69352fa3-cbdc-413b-96e2-5615b1aa4501/Spring/default?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/69352fa3-cbdc-413b-96e2-5615b1aa4501/Spring/default?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -329,13 +329,13 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-both-identity?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-both-identity?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"type":"SystemAssigned,UserAssigned","principalId":"9b3edfa8-d102-4a3c-859f-eea55cba7b89","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-1":{"principalId":"f8c67039-dd17-48f7-a1e2-5f6884e6e8fb","clientId":"e4f56bfa-0cdb-4930-836d-62088046f751"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"c2d73bc7-e20e-4e4a-a61c-20d0dea549bc","clientId":"0d0f5a96-197b-47ef-9c94-99275fda77f2"}}},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-both-identity","name":"create-app-both-identity","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:28:59.9792223Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:29:40.4945738Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-both-identity/operationId/d275d342-505e-4eb9-b9b9-ebc7eae3bc66?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-both-identity/operationId/d275d342-505e-4eb9-b9b9-ebc7eae3bc66?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -347,7 +347,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/d275d342-505e-4eb9-b9b9-ebc7eae3bc66/Spring/create-app-both-identity?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/d275d342-505e-4eb9-b9b9-ebc7eae3bc66/Spring/create-app-both-identity?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -379,7 +379,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/69352fa3-cbdc-413b-96e2-5615b1aa4501?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/69352fa3-cbdc-413b-96e2-5615b1aa4501?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/69352fa3-cbdc-413b-96e2-5615b1aa4501","name":"69352fa3-cbdc-413b-96e2-5615b1aa4501","status":"Succeeded","startTime":"2022-09-07T02:29:40.0053611Z","endTime":"2022-09-07T02:30:07.8819499Z"}' @@ -427,7 +427,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-both-identity/operationId/d275d342-505e-4eb9-b9b9-ebc7eae3bc66?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-both-identity/operationId/d275d342-505e-4eb9-b9b9-ebc7eae3bc66?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-both-identity/operationId/d275d342-505e-4eb9-b9b9-ebc7eae3bc66","name":"d275d342-505e-4eb9-b9b9-ebc7eae3bc66","status":"Succeeded","startTime":"2022-09-07T02:29:41.1902627Z","endTime":"2022-09-07T02:29:47.478367Z"}' @@ -475,7 +475,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-both-identity?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-both-identity?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"type":"SystemAssigned,UserAssigned","principalId":"9b3edfa8-d102-4a3c-859f-eea55cba7b89","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-1":{"principalId":"f8c67039-dd17-48f7-a1e2-5f6884e6e8fb","clientId":"e4f56bfa-0cdb-4930-836d-62088046f751"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"c2d73bc7-e20e-4e4a-a61c-20d0dea549bc","clientId":"0d0f5a96-197b-47ef-9c94-99275fda77f2"}}},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-both-identity","name":"create-app-both-identity","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:28:59.9792223Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:29:40.4945738Z"}}' @@ -525,7 +525,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-both-identity/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-both-identity/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":24,"initialDelaySeconds":60,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"create-app-both-identity-default-24-7c6fd946b4-2hsfq","status":"Running","discoveryStatus":"UNKNOWN","startTime":"2022-09-07T02:29:43Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-both-identity/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:29:37.8695913Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:29:37.8695913Z"}}' @@ -575,7 +575,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-both-identity?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-both-identity?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"type":"SystemAssigned,UserAssigned","principalId":"9b3edfa8-d102-4a3c-859f-eea55cba7b89","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-1":{"principalId":"f8c67039-dd17-48f7-a1e2-5f6884e6e8fb","clientId":"e4f56bfa-0cdb-4930-836d-62088046f751"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"c2d73bc7-e20e-4e4a-a61c-20d0dea549bc","clientId":"0d0f5a96-197b-47ef-9c94-99275fda77f2"}}},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-both-identity","name":"create-app-both-identity","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:28:59.9792223Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:29:40.4945738Z"}}' @@ -625,7 +625,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-both-identity/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-both-identity/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":24,"initialDelaySeconds":60,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"create-app-both-identity-default-24-7c6fd946b4-2hsfq","status":"Running","discoveryStatus":"UNKNOWN","startTime":"2022-09-07T02:29:43Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-both-identity/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:29:37.8695913Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:29:37.8695913Z"}}]}' diff --git a/src/spring/azext_spring/tests/latest/app_managed_identity/recordings/test_create_app_with_system_assigned.yaml b/src/spring/azext_spring/tests/latest/app_managed_identity/recordings/test_create_app_with_system_assigned.yaml index c3323fc74a1..66d468cef54 100644 --- a/src/spring/azext_spring/tests/latest/app_managed_identity/recordings/test_create_app_with_system_assigned.yaml +++ b/src/spring/azext_spring/tests/latest/app_managed_identity/recordings/test_create_app_with_system_assigned.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-2?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-2?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"NotFound","message":"App was not found","target":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-2","details":null}}' @@ -61,7 +61,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"e55ed5c1ee8942f9a36f033e7bbd28e8","networkProfile":{"outboundIPs":{"publicIPs":["20.237.103.188","20.237.103.250"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest.asc-test.net"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest","name":"cli-unittest","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:05:42.8680393Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:11:29.9671687Z"}}' @@ -116,13 +116,13 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-2?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-2?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Creating","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-2","name":"create-app-system-identity-2","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T03:11:41.5113326Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T03:11:41.5113326Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-system-identity-2/operationId/1aa74228-51b6-47ec-b50f-7941b668d417?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-system-identity-2/operationId/1aa74228-51b6-47ec-b50f-7941b668d417?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -134,7 +134,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/1aa74228-51b6-47ec-b50f-7941b668d417/Spring/create-app-system-identity-2?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/1aa74228-51b6-47ec-b50f-7941b668d417/Spring/create-app-system-identity-2?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -166,7 +166,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-system-identity-2/operationId/1aa74228-51b6-47ec-b50f-7941b668d417?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-system-identity-2/operationId/1aa74228-51b6-47ec-b50f-7941b668d417?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-system-identity-2/operationId/1aa74228-51b6-47ec-b50f-7941b668d417","name":"1aa74228-51b6-47ec-b50f-7941b668d417","status":"Succeeded","startTime":"2022-09-07T03:11:44.0543792Z","endTime":"2022-09-07T03:11:52.473214Z"}' @@ -214,7 +214,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-2?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-2?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"type":"SystemAssigned","principalId":"10b971a6-1b43-4344-8e28-19fead330b43","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-2","name":"create-app-system-identity-2","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T03:11:41.5113326Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T03:11:41.5113326Z"}}' @@ -271,13 +271,13 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-2/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-2/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90},"provisioningState":"Creating","status":"Running","active":true,"instances":null,"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-2/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T03:12:19.6834345Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T03:12:19.6834345Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/9160e34f-50f7-4898-9c53-c689e9367ab1?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/9160e34f-50f7-4898-9c53-c689e9367ab1?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -289,7 +289,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/9160e34f-50f7-4898-9c53-c689e9367ab1/Spring/default?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/9160e34f-50f7-4898-9c53-c689e9367ab1/Spring/default?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -326,13 +326,13 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-2?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-2?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"type":"SystemAssigned","principalId":"10b971a6-1b43-4344-8e28-19fead330b43","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-2","name":"create-app-system-identity-2","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T03:11:41.5113326Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T03:12:22.2771882Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-system-identity-2/operationId/4a2382fa-fea8-42c9-85d2-27ccae86101b?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-system-identity-2/operationId/4a2382fa-fea8-42c9-85d2-27ccae86101b?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -344,7 +344,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/4a2382fa-fea8-42c9-85d2-27ccae86101b/Spring/create-app-system-identity-2?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/4a2382fa-fea8-42c9-85d2-27ccae86101b/Spring/create-app-system-identity-2?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -376,7 +376,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/9160e34f-50f7-4898-9c53-c689e9367ab1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/9160e34f-50f7-4898-9c53-c689e9367ab1?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/9160e34f-50f7-4898-9c53-c689e9367ab1","name":"9160e34f-50f7-4898-9c53-c689e9367ab1","status":"Succeeded","startTime":"2022-09-07T03:12:21.9104089Z","endTime":"2022-09-07T03:12:52.3535388Z"}' @@ -424,7 +424,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-system-identity-2/operationId/4a2382fa-fea8-42c9-85d2-27ccae86101b?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-system-identity-2/operationId/4a2382fa-fea8-42c9-85d2-27ccae86101b?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-system-identity-2/operationId/4a2382fa-fea8-42c9-85d2-27ccae86101b","name":"4a2382fa-fea8-42c9-85d2-27ccae86101b","status":"Succeeded","startTime":"2022-09-07T03:12:22.9363363Z","endTime":"2022-09-07T03:12:29.3555503Z"}' @@ -472,7 +472,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-2?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-2?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"type":"SystemAssigned","principalId":"10b971a6-1b43-4344-8e28-19fead330b43","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-2","name":"create-app-system-identity-2","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T03:11:41.5113326Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T03:12:22.2771882Z"}}' @@ -522,7 +522,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-2/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-2/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":24,"initialDelaySeconds":60,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"create-app-system-identity-2-default-28-5fdfd8bcb-7tdmz","status":"Running","discoveryStatus":"UNKNOWN","startTime":"2022-09-07T03:12:25Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-2/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T03:12:19.6834345Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T03:12:19.6834345Z"}}' @@ -572,7 +572,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-2?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-2?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"type":"SystemAssigned","principalId":"10b971a6-1b43-4344-8e28-19fead330b43","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-2","name":"create-app-system-identity-2","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T03:11:41.5113326Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T03:12:22.2771882Z"}}' @@ -622,7 +622,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-2/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-2/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":24,"initialDelaySeconds":60,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"create-app-system-identity-2-default-28-5fdfd8bcb-7tdmz","status":"Running","discoveryStatus":"UNKNOWN","startTime":"2022-09-07T03:12:25Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-system-identity-2/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T03:12:19.6834345Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T03:12:19.6834345Z"}}]}' diff --git a/src/spring/azext_spring/tests/latest/app_managed_identity/recordings/test_create_app_with_user_identity.yaml b/src/spring/azext_spring/tests/latest/app_managed_identity/recordings/test_create_app_with_user_identity.yaml index af55177a00e..ad046c2228e 100644 --- a/src/spring/azext_spring/tests/latest/app_managed_identity/recordings/test_create_app_with_user_identity.yaml +++ b/src/spring/azext_spring/tests/latest/app_managed_identity/recordings/test_create_app_with_user_identity.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-user-identity?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-user-identity?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"NotFound","message":"App was not found","target":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-user-identity","details":null}}' @@ -61,7 +61,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"e55ed5c1ee8942f9a36f033e7bbd28e8","networkProfile":{"outboundIPs":{"publicIPs":["20.237.103.188","20.237.103.250"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest.asc-test.net"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest","name":"cli-unittest","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T02:05:42.8680393Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T02:11:29.9671687Z"}}' @@ -119,13 +119,13 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-user-identity?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-user-identity?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Creating","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-user-identity","name":"create-app-user-identity","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T03:02:25.2446169Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T03:02:25.2446169Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-user-identity/operationId/7eeba826-cec6-4e2e-aa57-dd4209a05996?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-user-identity/operationId/7eeba826-cec6-4e2e-aa57-dd4209a05996?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -137,7 +137,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/7eeba826-cec6-4e2e-aa57-dd4209a05996/Spring/create-app-user-identity?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/7eeba826-cec6-4e2e-aa57-dd4209a05996/Spring/create-app-user-identity?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -169,7 +169,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-user-identity/operationId/7eeba826-cec6-4e2e-aa57-dd4209a05996?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-user-identity/operationId/7eeba826-cec6-4e2e-aa57-dd4209a05996?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-user-identity/operationId/7eeba826-cec6-4e2e-aa57-dd4209a05996","name":"7eeba826-cec6-4e2e-aa57-dd4209a05996","status":"Succeeded","startTime":"2022-09-07T03:02:27.4070512Z","endTime":"2022-09-07T03:02:36.0110471Z"}' @@ -217,7 +217,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-user-identity?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-user-identity?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"type":"UserAssigned","principalId":null,"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-1":{"principalId":"f8c67039-dd17-48f7-a1e2-5f6884e6e8fb","clientId":"e4f56bfa-0cdb-4930-836d-62088046f751"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"c2d73bc7-e20e-4e4a-a61c-20d0dea549bc","clientId":"0d0f5a96-197b-47ef-9c94-99275fda77f2"}}},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-user-identity","name":"create-app-user-identity","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T03:02:25.2446169Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T03:02:25.2446169Z"}}' @@ -274,13 +274,13 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-user-identity/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-user-identity/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90},"provisioningState":"Creating","status":"Running","active":true,"instances":null,"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-user-identity/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T03:03:02.8539734Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T03:03:02.8539734Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/8a77610d-d139-4aba-af61-96baa0d176e9?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/8a77610d-d139-4aba-af61-96baa0d176e9?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -292,7 +292,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/8a77610d-d139-4aba-af61-96baa0d176e9/Spring/default?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/8a77610d-d139-4aba-af61-96baa0d176e9/Spring/default?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -329,13 +329,13 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-user-identity?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-user-identity?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"type":"UserAssigned","principalId":null,"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-1":{"principalId":"f8c67039-dd17-48f7-a1e2-5f6884e6e8fb","clientId":"e4f56bfa-0cdb-4930-836d-62088046f751"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"c2d73bc7-e20e-4e4a-a61c-20d0dea549bc","clientId":"0d0f5a96-197b-47ef-9c94-99275fda77f2"}}},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-user-identity","name":"create-app-user-identity","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T03:02:25.2446169Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T03:03:05.4633187Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-user-identity/operationId/9d1b53dd-a05b-4f0e-87b6-9f2d12d1b983?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-user-identity/operationId/9d1b53dd-a05b-4f0e-87b6-9f2d12d1b983?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -347,7 +347,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/9d1b53dd-a05b-4f0e-87b6-9f2d12d1b983/Spring/create-app-user-identity?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/9d1b53dd-a05b-4f0e-87b6-9f2d12d1b983/Spring/create-app-user-identity?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -379,7 +379,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/8a77610d-d139-4aba-af61-96baa0d176e9?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/8a77610d-d139-4aba-af61-96baa0d176e9?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/8a77610d-d139-4aba-af61-96baa0d176e9","name":"8a77610d-d139-4aba-af61-96baa0d176e9","status":"Succeeded","startTime":"2022-09-07T03:03:05.046743Z","endTime":"2022-09-07T03:03:32.3292434Z"}' @@ -427,7 +427,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-user-identity/operationId/9d1b53dd-a05b-4f0e-87b6-9f2d12d1b983?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-user-identity/operationId/9d1b53dd-a05b-4f0e-87b6-9f2d12d1b983?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/create-app-user-identity/operationId/9d1b53dd-a05b-4f0e-87b6-9f2d12d1b983","name":"9d1b53dd-a05b-4f0e-87b6-9f2d12d1b983","status":"Succeeded","startTime":"2022-09-07T03:03:06.4467378Z","endTime":"2022-09-07T03:03:13.0593068Z"}' @@ -475,7 +475,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-user-identity?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-user-identity?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"type":"UserAssigned","principalId":null,"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-1":{"principalId":"f8c67039-dd17-48f7-a1e2-5f6884e6e8fb","clientId":"e4f56bfa-0cdb-4930-836d-62088046f751"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"c2d73bc7-e20e-4e4a-a61c-20d0dea549bc","clientId":"0d0f5a96-197b-47ef-9c94-99275fda77f2"}}},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-user-identity","name":"create-app-user-identity","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T03:02:25.2446169Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T03:03:05.4633187Z"}}' @@ -525,7 +525,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-user-identity/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-user-identity/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":24,"initialDelaySeconds":60,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"create-app-user-identity-default-24-67fd8f6849-mhr4r","status":"Running","discoveryStatus":"UNKNOWN","startTime":"2022-09-07T03:03:10Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-user-identity/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T03:03:02.8539734Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T03:03:02.8539734Z"}}' @@ -575,7 +575,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-user-identity?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-user-identity?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":{"type":"UserAssigned","principalId":null,"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-1":{"principalId":"f8c67039-dd17-48f7-a1e2-5f6884e6e8fb","clientId":"e4f56bfa-0cdb-4930-836d-62088046f751"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli/providers/microsoft.managedidentity/userassignedidentities/managed-identity-2":{"principalId":"c2d73bc7-e20e-4e4a-a61c-20d0dea549bc","clientId":"0d0f5a96-197b-47ef-9c94-99275fda77f2"}}},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-user-identity","name":"create-app-user-identity","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T03:02:25.2446169Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T03:03:05.4633187Z"}}' @@ -625,7 +625,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-user-identity/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-user-identity/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":24,"initialDelaySeconds":60,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"create-app-user-identity-default-24-67fd8f6849-mhr4r","status":"Running","discoveryStatus":"UNKNOWN","startTime":"2022-09-07T03:03:10Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/create-app-user-identity/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T03:03:02.8539734Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T03:03:02.8539734Z"}}]}' diff --git a/src/spring/azext_spring/tests/latest/app_managed_identity/test_app_managed_identity_force_set_scenario.py b/src/spring/azext_spring/tests/latest/app_managed_identity/test_app_managed_identity_force_set_scenario.py index 6acc7267d0a..8d8ee2b94c3 100644 --- a/src/spring/azext_spring/tests/latest/app_managed_identity/test_app_managed_identity_force_set_scenario.py +++ b/src/spring/azext_spring/tests/latest/app_managed_identity/test_app_managed_identity_force_set_scenario.py @@ -5,7 +5,7 @@ from azure.cli.testsdk import (ScenarioTest, record_only) -from ....vendored_sdks.appplatform.v2023_03_01_preview.models import ManagedIdentityType +from ....vendored_sdks.appplatform.v2023_05_01_preview.models import ManagedIdentityType """ diff --git a/src/spring/azext_spring/tests/latest/app_managed_identity/test_app_managed_identity_remove.py b/src/spring/azext_spring/tests/latest/app_managed_identity/test_app_managed_identity_remove.py index cd8bfa12364..7b700cf395d 100644 --- a/src/spring/azext_spring/tests/latest/app_managed_identity/test_app_managed_identity_remove.py +++ b/src/spring/azext_spring/tests/latest/app_managed_identity/test_app_managed_identity_remove.py @@ -5,7 +5,7 @@ import unittest from argparse import Namespace -from ....vendored_sdks.appplatform.v2023_03_01_preview.models import ManagedIdentityType +from ....vendored_sdks.appplatform.v2023_05_01_preview.models import ManagedIdentityType from ....app_managed_identity import (_get_new_identity_type_for_remove) diff --git a/src/spring/azext_spring/tests/latest/app_managed_identity/test_app_managed_identity_scenario.py b/src/spring/azext_spring/tests/latest/app_managed_identity/test_app_managed_identity_scenario.py index b361c91c44b..1785eb522b7 100644 --- a/src/spring/azext_spring/tests/latest/app_managed_identity/test_app_managed_identity_scenario.py +++ b/src/spring/azext_spring/tests/latest/app_managed_identity/test_app_managed_identity_scenario.py @@ -5,7 +5,7 @@ from azure.cli.testsdk import (ScenarioTest, record_only) -from ....vendored_sdks.appplatform.v2023_03_01_preview.models import ManagedIdentityType +from ....vendored_sdks.appplatform.v2023_05_01_preview.models import ManagedIdentityType """ diff --git a/src/spring/azext_spring/tests/latest/app_managed_identity/test_create_app_with_both_identity_scenario.py b/src/spring/azext_spring/tests/latest/app_managed_identity/test_create_app_with_both_identity_scenario.py index 70df28887ff..10db4f12468 100644 --- a/src/spring/azext_spring/tests/latest/app_managed_identity/test_create_app_with_both_identity_scenario.py +++ b/src/spring/azext_spring/tests/latest/app_managed_identity/test_create_app_with_both_identity_scenario.py @@ -5,7 +5,7 @@ from azure.cli.testsdk import (ScenarioTest, record_only) -from ....vendored_sdks.appplatform.v2023_03_01_preview.models import ManagedIdentityType +from ....vendored_sdks.appplatform.v2023_05_01_preview.models import ManagedIdentityType """ diff --git a/src/spring/azext_spring/tests/latest/app_managed_identity/test_create_app_with_system_identity_scenario.py b/src/spring/azext_spring/tests/latest/app_managed_identity/test_create_app_with_system_identity_scenario.py index 64d94dcf5b0..0b26436661f 100644 --- a/src/spring/azext_spring/tests/latest/app_managed_identity/test_create_app_with_system_identity_scenario.py +++ b/src/spring/azext_spring/tests/latest/app_managed_identity/test_create_app_with_system_identity_scenario.py @@ -5,7 +5,7 @@ from azure.cli.testsdk import (ScenarioTest, record_only) -from ....vendored_sdks.appplatform.v2023_03_01_preview.models import ManagedIdentityType +from ....vendored_sdks.appplatform.v2023_05_01_preview.models import ManagedIdentityType @record_only() diff --git a/src/spring/azext_spring/tests/latest/app_managed_identity/test_create_app_with_user_identity_scenario.py b/src/spring/azext_spring/tests/latest/app_managed_identity/test_create_app_with_user_identity_scenario.py index e7fc9b1273d..98c9eebdbd7 100644 --- a/src/spring/azext_spring/tests/latest/app_managed_identity/test_create_app_with_user_identity_scenario.py +++ b/src/spring/azext_spring/tests/latest/app_managed_identity/test_create_app_with_user_identity_scenario.py @@ -5,7 +5,7 @@ from azure.cli.testsdk import (ScenarioTest, record_only) -from ....vendored_sdks.appplatform.v2023_03_01_preview.models import ManagedIdentityType +from ....vendored_sdks.appplatform.v2023_05_01_preview.models import ManagedIdentityType """ diff --git a/src/spring/azext_spring/tests/latest/files/gateway_addon_configs.json b/src/spring/azext_spring/tests/latest/files/gateway_addon_configs.json new file mode 100644 index 00000000000..5f21a12168c --- /dev/null +++ b/src/spring/azext_spring/tests/latest/files/gateway_addon_configs.json @@ -0,0 +1,17 @@ +{ + "javaopts": "-Djava.awt.headless=true", + "sso": { + "rolesAttributeName": "role", + "inactiveSessionExpirationInMinutes": 1 + }, + "envs": [ + { + "name": "xxx", + "value": "yyy" + }, + { + "name": "xxx1", + "value": "yyy" + } + ] +} \ No newline at end of file diff --git a/src/spring/azext_spring/tests/latest/recordings/test_Builder.yaml b/src/spring/azext_spring/tests/latest/recordings/test_Builder.yaml index d63a574c25c..1f33af16289 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_Builder.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_Builder.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' @@ -65,7 +65,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/test-builder?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/test-builder?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"NotFound","message":"KPack builder does not exist","target":"default/test-builder","details":null}}' @@ -114,13 +114,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/test-builder?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/test-builder?api-version=2023-05-01-preview response: body: string: '{"type":"Microsoft.AppPlatform/Spring/buildServices/builders","properties":{"provisioningState":"Creating","stack":{"id":"io.buildpacks.stacks.bionic","version":"base"},"buildpackGroups":[{"name":"mix","buildpacks":[{"id":"tanzu-buildpacks/java-azure"}]}]},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/test-builder","name":"test-builder","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:13:24.0516693Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:13:24.0516693Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/acc53f38-3c45-42fc-a846-991eed30fc38?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/acc53f38-3c45-42fc-a846-991eed30fc38?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -132,7 +132,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/acc53f38-3c45-42fc-a846-991eed30fc38/Spring/clitest000002?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/acc53f38-3c45-42fc-a846-991eed30fc38/Spring/clitest000002?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -164,7 +164,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/acc53f38-3c45-42fc-a846-991eed30fc38?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/acc53f38-3c45-42fc-a846-991eed30fc38?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/acc53f38-3c45-42fc-a846-991eed30fc38","name":"acc53f38-3c45-42fc-a846-991eed30fc38","status":"Running","startTime":"2023-04-03T07:13:24.8705414Z"}' @@ -212,7 +212,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/acc53f38-3c45-42fc-a846-991eed30fc38?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/acc53f38-3c45-42fc-a846-991eed30fc38?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/acc53f38-3c45-42fc-a846-991eed30fc38","name":"acc53f38-3c45-42fc-a846-991eed30fc38","status":"Running","startTime":"2023-04-03T07:13:24.8705414Z"}' @@ -260,7 +260,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/acc53f38-3c45-42fc-a846-991eed30fc38?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/acc53f38-3c45-42fc-a846-991eed30fc38?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/acc53f38-3c45-42fc-a846-991eed30fc38","name":"acc53f38-3c45-42fc-a846-991eed30fc38","status":"Succeeded","startTime":"2023-04-03T07:13:24.8705414Z","endTime":"2023-04-03T07:13:44.1237178Z"}' @@ -308,7 +308,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/test-builder?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/test-builder?api-version=2023-05-01-preview response: body: string: '{"type":"Microsoft.AppPlatform/Spring/buildServices/builders","properties":{"provisioningState":"Succeeded","stack":{"id":"io.buildpacks.stacks.bionic","version":"base"},"buildpackGroups":[{"name":"mix","buildpacks":[{"id":"tanzu-buildpacks/java-azure"}]}]},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/test-builder","name":"test-builder","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:13:24.0516693Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:13:24.0516693Z"}}' @@ -356,7 +356,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' @@ -406,7 +406,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/test-builder?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/test-builder?api-version=2023-05-01-preview response: body: string: '{"type":"Microsoft.AppPlatform/Spring/buildServices/builders","properties":{"provisioningState":"Succeeded","stack":{"id":"io.buildpacks.stacks.bionic","version":"base"},"buildpackGroups":[{"name":"mix","buildpacks":[{"id":"tanzu-buildpacks/java-azure"}]}]},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/test-builder","name":"test-builder","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:13:24.0516693Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:13:24.0516693Z"}}' @@ -454,7 +454,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' @@ -506,7 +506,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/test-builder/listUsingDeployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/test-builder/listUsingDeployments?api-version=2023-05-01-preview response: body: string: '{"deployments":[]}' diff --git a/src/spring/azext_spring/tests/latest/recordings/test_api_portal.yaml b/src/spring/azext_spring/tests/latest/recordings/test_api_portal.yaml index a88e96fc79f..d6a2692d1b9 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_api_portal.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_api_portal.yaml @@ -16,7 +16,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003/apiPortals/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003/apiPortals/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","public":true,"url":"cli-unittest-tanzu-apiportal-8daf7.svc.azuremicroservices.io","httpsOnly":true,"ssoProperties":{"scope":["openid","profile","email"],"clientId":"*","clientSecret":"*","issuerUri":"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/v2.0"},"gatewayIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003/gateways/default"],"resourceRequests":{"cpu":"500m","memory":"1Gi"},"instances":[{"name":"asc-api-portal-default-776f95cbc-pqvwh","status":"Running"}]},"type":"Microsoft.AppPlatform/Spring/apiPortals","sku":{"name":"E0","tier":"Enterprise","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003/apiPortals/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T07:00:28.9949261Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-13T08:12:29.6887512Z"}}' @@ -72,13 +72,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003/apiPortals/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003/apiPortals/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Updating","public":true,"url":"cli-unittest-tanzu-apiportal-8daf7.svc.azuremicroservices.io","httpsOnly":true,"ssoProperties":{"scope":["openid","profile","email"],"clientId":"*","clientSecret":"*","issuerUri":"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/v2.0"},"gatewayIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003/gateways/default"],"resourceRequests":{"cpu":"500m","memory":"1Gi"},"instances":[{"name":"asc-api-portal-default-776f95cbc-pqvwh","status":"Running"}]},"type":"Microsoft.AppPlatform/Spring/apiPortals","sku":{"name":"E0","tier":"Enterprise","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003/apiPortals/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T07:00:28.9949261Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T02:49:48.8622266Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc5ee95a-c412-480e-a852-22659b444f47?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc5ee95a-c412-480e-a852-22659b444f47?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -90,7 +90,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/cc5ee95a-c412-480e-a852-22659b444f47/Spring/clitest000003?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/cc5ee95a-c412-480e-a852-22659b444f47/Spring/clitest000003?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -123,7 +123,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc5ee95a-c412-480e-a852-22659b444f47?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc5ee95a-c412-480e-a852-22659b444f47?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc5ee95a-c412-480e-a852-22659b444f47","name":"cc5ee95a-c412-480e-a852-22659b444f47","status":"Running","startTime":"2023-04-14T02:49:50.0826267Z"}' @@ -172,7 +172,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc5ee95a-c412-480e-a852-22659b444f47?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc5ee95a-c412-480e-a852-22659b444f47?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc5ee95a-c412-480e-a852-22659b444f47","name":"cc5ee95a-c412-480e-a852-22659b444f47","status":"Running","startTime":"2023-04-14T02:49:50.0826267Z"}' @@ -221,7 +221,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc5ee95a-c412-480e-a852-22659b444f47?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc5ee95a-c412-480e-a852-22659b444f47?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc5ee95a-c412-480e-a852-22659b444f47","name":"cc5ee95a-c412-480e-a852-22659b444f47","status":"Running","startTime":"2023-04-14T02:49:50.0826267Z"}' @@ -270,7 +270,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc5ee95a-c412-480e-a852-22659b444f47?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc5ee95a-c412-480e-a852-22659b444f47?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc5ee95a-c412-480e-a852-22659b444f47","name":"cc5ee95a-c412-480e-a852-22659b444f47","status":"Succeeded","startTime":"2023-04-14T02:49:50.0826267Z","endTime":"2023-04-14T02:50:16.6385874Z"}' @@ -319,7 +319,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003/apiPortals/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003/apiPortals/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","public":true,"url":"cli-unittest-tanzu-apiportal-8daf7.svc.azuremicroservices.io","httpsOnly":true,"ssoProperties":{"scope":["openid","profile","email"],"clientId":"*","clientSecret":"*","issuerUri":"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/v2.0"},"gatewayIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003/gateways/default"],"resourceRequests":{"cpu":"500m","memory":"1Gi"},"instances":[{"name":"asc-api-portal-default-776f95cbc-pqvwh","status":"Running"}]},"type":"Microsoft.AppPlatform/Spring/apiPortals","sku":{"name":"E0","tier":"Enterprise","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003/apiPortals/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T07:00:28.9949261Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T02:49:48.8622266Z"}}' @@ -367,7 +367,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000003.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' @@ -417,7 +417,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003/apiPortals/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003/apiPortals/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","public":true,"url":"cli-unittest-tanzu-apiportal-8daf7.svc.azuremicroservices.io","httpsOnly":true,"ssoProperties":{"scope":["openid","profile","email"],"clientId":"*","clientSecret":"*","issuerUri":"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/v2.0"},"gatewayIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003/gateways/default"],"resourceRequests":{"cpu":"500m","memory":"1Gi"},"instances":[{"name":"asc-api-portal-default-776f95cbc-pqvwh","status":"Running"}]},"type":"Microsoft.AppPlatform/Spring/apiPortals","sku":{"name":"E0","tier":"Enterprise","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003/apiPortals/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T07:00:28.9949261Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T02:49:48.8622266Z"}}' @@ -465,7 +465,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000003.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' @@ -515,7 +515,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003/apiPortals/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003/apiPortals/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","public":true,"url":"cli-unittest-tanzu-apiportal-8daf7.svc.azuremicroservices.io","httpsOnly":true,"ssoProperties":{"scope":["openid","profile","email"],"clientId":"*","clientSecret":"*","issuerUri":"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/v2.0"},"gatewayIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003/gateways/default"],"resourceRequests":{"cpu":"500m","memory":"1Gi"},"instances":[{"name":"asc-api-portal-default-776f95cbc-pqvwh","status":"Running"}]},"type":"Microsoft.AppPlatform/Spring/apiPortals","sku":{"name":"E0","tier":"Enterprise","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003/apiPortals/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T07:00:28.9949261Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T02:49:48.8622266Z"}}' @@ -568,13 +568,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003/apiPortals/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003/apiPortals/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Updating","public":false,"url":"cli-unittest-tanzu-apiportal-8daf7.svc.azuremicroservices.io","httpsOnly":false,"gatewayIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003/gateways/default"],"resourceRequests":{"cpu":"500m","memory":"1Gi"},"instances":[{"name":"asc-api-portal-default-776f95cbc-pqvwh","status":"Running"}]},"type":"Microsoft.AppPlatform/Spring/apiPortals","sku":{"name":"E0","tier":"Enterprise","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003/apiPortals/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T07:00:28.9949261Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T02:50:33.0429339Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc667c87-d70f-4254-88b7-571f2e3e721a?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc667c87-d70f-4254-88b7-571f2e3e721a?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -586,7 +586,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/cc667c87-d70f-4254-88b7-571f2e3e721a/Spring/clitest000003?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/cc667c87-d70f-4254-88b7-571f2e3e721a/Spring/clitest000003?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -618,7 +618,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc667c87-d70f-4254-88b7-571f2e3e721a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc667c87-d70f-4254-88b7-571f2e3e721a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc667c87-d70f-4254-88b7-571f2e3e721a","name":"cc667c87-d70f-4254-88b7-571f2e3e721a","status":"Running","startTime":"2023-04-14T02:50:34.2228295Z"}' @@ -666,7 +666,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc667c87-d70f-4254-88b7-571f2e3e721a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc667c87-d70f-4254-88b7-571f2e3e721a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc667c87-d70f-4254-88b7-571f2e3e721a","name":"cc667c87-d70f-4254-88b7-571f2e3e721a","status":"Running","startTime":"2023-04-14T02:50:34.2228295Z"}' @@ -714,7 +714,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc667c87-d70f-4254-88b7-571f2e3e721a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc667c87-d70f-4254-88b7-571f2e3e721a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc667c87-d70f-4254-88b7-571f2e3e721a","name":"cc667c87-d70f-4254-88b7-571f2e3e721a","status":"Running","startTime":"2023-04-14T02:50:34.2228295Z"}' @@ -762,7 +762,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc667c87-d70f-4254-88b7-571f2e3e721a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc667c87-d70f-4254-88b7-571f2e3e721a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc667c87-d70f-4254-88b7-571f2e3e721a","name":"cc667c87-d70f-4254-88b7-571f2e3e721a","status":"Running","startTime":"2023-04-14T02:50:34.2228295Z"}' @@ -810,7 +810,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc667c87-d70f-4254-88b7-571f2e3e721a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc667c87-d70f-4254-88b7-571f2e3e721a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc667c87-d70f-4254-88b7-571f2e3e721a","name":"cc667c87-d70f-4254-88b7-571f2e3e721a","status":"Running","startTime":"2023-04-14T02:50:34.2228295Z"}' @@ -858,7 +858,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc667c87-d70f-4254-88b7-571f2e3e721a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc667c87-d70f-4254-88b7-571f2e3e721a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/cc667c87-d70f-4254-88b7-571f2e3e721a","name":"cc667c87-d70f-4254-88b7-571f2e3e721a","status":"Succeeded","startTime":"2023-04-14T02:50:34.2228295Z","endTime":"2023-04-14T02:51:26.3846032Z"}' @@ -906,7 +906,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003/apiPortals/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003/apiPortals/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","public":false,"url":"","httpsOnly":false,"gatewayIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003/gateways/default"],"resourceRequests":{"cpu":"500m","memory":"1Gi"},"instances":[{"name":"asc-api-portal-default-5fbd5fcfdb-p24n2","status":"Running"}]},"type":"Microsoft.AppPlatform/Spring/apiPortals","sku":{"name":"E0","tier":"Enterprise","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.AppPlatform/Spring/clitest000003/apiPortals/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T07:00:28.9949261Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T02:50:33.0429339Z"}}' diff --git a/src/spring/azext_spring/tests/latest/recordings/test_apm.yaml b/src/spring/azext_spring/tests/latest/recordings/test_apm.yaml new file mode 100644 index 00000000000..cf31baf4bca --- /dev/null +++ b/src/spring/azext_spring/tests/latest/recordings/test_apm.yaml @@ -0,0 +1,1829 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm create + Connection: + - keep-alive + ParameterSetName: + - --name --type --properties --secrets -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '935' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:18:08 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm create + Connection: + - keep-alive + ParameterSetName: + - --name --type --properties --secrets -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test?api-version=2023-05-01-preview + response: + body: + string: '{"error":{"code":"NotFound","message":"APM does not exist","target":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test","details":null}}' + headers: + cache-control: + - no-store, no-cache + content-length: + - '237' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:18:10 GMT + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 404 + message: Not Found +- request: + body: '{"properties": {"type": "ApplicationInsights", "properties": {"a": "b", + "b": "c"}, "secrets": {"x": "y", "y": "z"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm create + Connection: + - keep-alive + Content-Length: + - '116' + Content-Type: + - application/json + ParameterSetName: + - --name --type --properties --secrets -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Creating","type":"ApplicationInsights","properties":{"a":"b","b":"c"}},"type":"Microsoft.AppPlatform/Spring/apms","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test","name":"apm-test","systemData":{"createdBy":"yili7@microsoft.com","createdByType":"User","createdAt":"2023-05-24T10:18:11.1288137Z","lastModifiedBy":"yili7@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-24T10:18:11.1288137Z"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/7548b526-f4fc-486a-a51e-a3529bf9617c?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '556' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:18:12 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/7548b526-f4fc-486a-a51e-a3529bf9617c/Spring/clitest000002?api-version=2023-05-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm create + Connection: + - keep-alive + ParameterSetName: + - --name --type --properties --secrets -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/7548b526-f4fc-486a-a51e-a3529bf9617c?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/7548b526-f4fc-486a-a51e-a3529bf9617c","name":"7548b526-f4fc-486a-a51e-a3529bf9617c","status":"Succeeded","startTime":"2023-05-24T10:18:11.9544217Z","endTime":"2023-05-24T10:18:20.7029505Z"}' + headers: + cache-control: + - no-cache + content-length: + - '371' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:18:42 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm create + Connection: + - keep-alive + ParameterSetName: + - --name --type --properties --secrets -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","type":"ApplicationInsights","properties":{"a":"b","b":"c"}},"type":"Microsoft.AppPlatform/Spring/apms","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test","name":"apm-test","systemData":{"createdBy":"yili7@microsoft.com","createdByType":"User","createdAt":"2023-05-24T10:18:11.1288137Z","lastModifiedBy":"yili7@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-24T10:18:11.1288137Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:18:43 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm show + Connection: + - keep-alive + ParameterSetName: + - --name -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '935' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:18:45 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm show + Connection: + - keep-alive + ParameterSetName: + - --name -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","type":"ApplicationInsights","properties":{"a":"b","b":"c"}},"type":"Microsoft.AppPlatform/Spring/apms","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test","name":"apm-test","systemData":{"createdBy":"yili7@microsoft.com","createdByType":"User","createdAt":"2023-05-24T10:18:11.1288137Z","lastModifiedBy":"yili7@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-24T10:18:11.1288137Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '557' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:18:46 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm show + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test/listSecretKeys?api-version=2023-05-01-preview + response: + body: + string: '{"value":["x","y"]}' + headers: + cache-control: + - no-cache + content-length: + - '19' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:18:46 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + 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' + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm create + Connection: + - keep-alive + ParameterSetName: + - --name --type --properties --secrets -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '935' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:18:48 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm create + Connection: + - keep-alive + ParameterSetName: + - --name --type --properties --secrets -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test-0?api-version=2023-05-01-preview + response: + body: + string: '{"error":{"code":"NotFound","message":"APM does not exist","target":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test-0","details":null}}' + headers: + cache-control: + - no-store, no-cache + content-length: + - '239' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:18:50 GMT + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 404 + message: Not Found +- request: + body: '{"properties": {"type": "NewRelic", "properties": {"a": "b", "b": "c"}, + "secrets": {"x": "y", "y": "z"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm create + Connection: + - keep-alive + Content-Length: + - '105' + Content-Type: + - application/json + ParameterSetName: + - --name --type --properties --secrets -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test-0?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Creating","type":"NewRelic","properties":{"a":"b","b":"c"}},"type":"Microsoft.AppPlatform/Spring/apms","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test-0","name":"apm-test-0","systemData":{"createdBy":"yili7@microsoft.com","createdByType":"User","createdAt":"2023-05-24T10:18:51.0683042Z","lastModifiedBy":"yili7@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-24T10:18:51.0683042Z"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/80ef4a05-ad3f-4505-908a-48ac160da3de?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '549' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:18:52 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/80ef4a05-ad3f-4505-908a-48ac160da3de/Spring/clitest000002?api-version=2023-05-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm create + Connection: + - keep-alive + ParameterSetName: + - --name --type --properties --secrets -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/80ef4a05-ad3f-4505-908a-48ac160da3de?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/80ef4a05-ad3f-4505-908a-48ac160da3de","name":"80ef4a05-ad3f-4505-908a-48ac160da3de","status":"Succeeded","startTime":"2023-05-24T10:18:52.2329538Z","endTime":"2023-05-24T10:19:01.153233Z"}' + headers: + cache-control: + - no-cache + content-length: + - '370' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:19:23 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm create + Connection: + - keep-alive + ParameterSetName: + - --name --type --properties --secrets -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test-0?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","type":"NewRelic","properties":{"a":"b","b":"c"}},"type":"Microsoft.AppPlatform/Spring/apms","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test-0","name":"apm-test-0","systemData":{"createdBy":"yili7@microsoft.com","createdByType":"User","createdAt":"2023-05-24T10:18:51.0683042Z","lastModifiedBy":"yili7@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-24T10:18:51.0683042Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '550' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:19:23 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm update + Connection: + - keep-alive + ParameterSetName: + - --name --type --properties --secrets -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '935' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:19:25 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm create + Connection: + - keep-alive + ParameterSetName: + - --name --type --properties --secrets -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test-0?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","type":"NewRelic","properties":{"a":"b","b":"c"}},"type":"Microsoft.AppPlatform/Spring/apms","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test-0","name":"apm-test-0","systemData":{"createdBy":"yili7@microsoft.com","createdByType":"User","createdAt":"2023-05-24T10:18:51.0683042Z","lastModifiedBy":"yili7@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-24T10:18:51.0683042Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '550' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:19:23 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: '{"properties": {"type": "NewRelic", "properties": {"c": "d", "d": "e"}, + "secrets": {"o": "p", "p": "q"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm update + Connection: + - keep-alive + Content-Length: + - '105' + Content-Type: + - application/json + ParameterSetName: + - --name --type --properties --secrets -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test-0?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Updating","type":"NewRelic","properties":{"c":"d","d":"e"}},"type":"Microsoft.AppPlatform/Spring/apms","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test-0","name":"apm-test-0","systemData":{"createdBy":"yili7@microsoft.com","createdByType":"User","createdAt":"2023-05-24T10:18:51.0683042Z","lastModifiedBy":"yili7@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-24T10:19:26.9151429Z"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/280c0d92-7025-41e7-92a1-9ae8520542da?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '549' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:19:28 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/280c0d92-7025-41e7-92a1-9ae8520542da/Spring/clitest000002?api-version=2023-05-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm update + Connection: + - keep-alive + ParameterSetName: + - --name --type --properties --secrets -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/280c0d92-7025-41e7-92a1-9ae8520542da?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/280c0d92-7025-41e7-92a1-9ae8520542da","name":"280c0d92-7025-41e7-92a1-9ae8520542da","status":"Succeeded","startTime":"2023-05-24T10:19:28.0435217Z","endTime":"2023-05-24T10:19:35.8060951Z"}' + headers: + cache-control: + - no-cache + content-length: + - '371' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:19:58 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm update + Connection: + - keep-alive + ParameterSetName: + - --name --type --properties --secrets -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test-0?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","type":"NewRelic","properties":{"c":"d","d":"e"}},"type":"Microsoft.AppPlatform/Spring/apms","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test-0","name":"apm-test-0","systemData":{"createdBy":"yili7@microsoft.com","createdByType":"User","createdAt":"2023-05-24T10:18:51.0683042Z","lastModifiedBy":"yili7@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-24T10:19:26.9151429Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '550' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:19:59 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm show + Connection: + - keep-alive + ParameterSetName: + - --name -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '935' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:20:01 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm show + Connection: + - keep-alive + ParameterSetName: + - --name -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test-0?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","type":"NewRelic","properties":{"c":"d","d":"e"}},"type":"Microsoft.AppPlatform/Spring/apms","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test-0","name":"apm-test-0","systemData":{"createdBy":"yili7@microsoft.com","createdByType":"User","createdAt":"2023-05-24T10:18:51.0683042Z","lastModifiedBy":"yili7@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-24T10:19:26.9151429Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '550' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:20:02 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm show + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test-0/listSecretKeys?api-version=2023-05-01-preview + response: + body: + string: '{"value":["o","p"]}' + headers: + cache-control: + - no-cache + content-length: + - '19' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:20:04 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + 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' + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm list + Connection: + - keep-alive + ParameterSetName: + - -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '935' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:20:05 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm list + Connection: + - keep-alive + ParameterSetName: + - -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms?api-version=2023-05-01-preview + response: + body: + string: '{"value":[{"properties":{"provisioningState":"Succeeded","type":"NewRelic","properties":{"c":"d","d":"e"}},"type":"Microsoft.AppPlatform/Spring/apms","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test-0","name":"apm-test-0","systemData":{"createdBy":"yili7@microsoft.com","createdByType":"User","createdAt":"2023-05-24T10:18:51.0683042Z","lastModifiedBy":"yili7@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-24T10:19:26.9151429Z"}},{"properties":{"provisioningState":"Succeeded","type":"ApplicationInsights","properties":{"a":"b","b":"c"}},"type":"Microsoft.AppPlatform/Spring/apms","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test","name":"apm-test","systemData":{"createdBy":"yili7@microsoft.com","createdByType":"User","createdAt":"2023-05-24T10:18:11.1288137Z","lastModifiedBy":"yili7@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-24T10:18:11.1288137Z"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1120' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:20:07 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm list-enabled-globally + Connection: + - keep-alive + ParameterSetName: + - -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '935' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:20:09 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm list-enabled-globally + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/listGloballyEnabledApms?api-version=2023-05-01-preview + response: + body: + string: '{"value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '12' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:20:11 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + 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' + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm enable-globally + Connection: + - keep-alive + ParameterSetName: + - --name -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '935' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:20:13 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm enable-globally + Connection: + - keep-alive + ParameterSetName: + - --name -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test-0?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","type":"NewRelic","properties":{"c":"d","d":"e"}},"type":"Microsoft.AppPlatform/Spring/apms","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test-0","name":"apm-test-0","systemData":{"createdBy":"yili7@microsoft.com","createdByType":"User","createdAt":"2023-05-24T10:18:51.0683042Z","lastModifiedBy":"yili7@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-24T10:19:26.9151429Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '550' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:20:15 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: '{"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test-0"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm enable-globally + Connection: + - keep-alive + Content-Length: + - '170' + Content-Type: + - application/json + ParameterSetName: + - --name -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/enableApmGlobally?api-version=2023-05-01-preview + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/9f856f0c-9f70-46e9-aec9-01ca0fc226d2?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 24 May 2023 10:20:16 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/9f856f0c-9f70-46e9-aec9-01ca0fc226d2/Spring/clitest000002?api-version=2023-05-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm enable-globally + Connection: + - keep-alive + ParameterSetName: + - --name -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/9f856f0c-9f70-46e9-aec9-01ca0fc226d2?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/9f856f0c-9f70-46e9-aec9-01ca0fc226d2","name":"9f856f0c-9f70-46e9-aec9-01ca0fc226d2","status":"Succeeded","startTime":"2023-05-24T10:20:16.0469946Z","endTime":"2023-05-24T10:20:22.9394058Z"}' + headers: + cache-control: + - no-cache + content-length: + - '371' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:20:46 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm list-enabled-globally + Connection: + - keep-alive + ParameterSetName: + - -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '935' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:20:48 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm list-enabled-globally + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/listGloballyEnabledApms?api-version=2023-05-01-preview + response: + body: + string: '{"value":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test-0"]}' + headers: + cache-control: + - no-cache + content-length: + - '166' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:20:49 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + 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' + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm disable-globally + Connection: + - keep-alive + ParameterSetName: + - --name -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '935' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:20:50 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm disable-globally + Connection: + - keep-alive + ParameterSetName: + - --name -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test-0?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","type":"NewRelic","properties":{"c":"d","d":"e"}},"type":"Microsoft.AppPlatform/Spring/apms","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test-0","name":"apm-test-0","systemData":{"createdBy":"yili7@microsoft.com","createdByType":"User","createdAt":"2023-05-24T10:18:51.0683042Z","lastModifiedBy":"yili7@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-24T10:20:15.3865915Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '550' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:20:51 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: '{"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apms/apm-test-0"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm disable-globally + Connection: + - keep-alive + Content-Length: + - '170' + Content-Type: + - application/json + ParameterSetName: + - --name -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/disableApmGlobally?api-version=2023-05-01-preview + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/628f1caa-1a1e-4672-9480-9fb932f6bd7c?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 24 May 2023 10:20:51 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/628f1caa-1a1e-4672-9480-9fb932f6bd7c/Spring/clitest000002?api-version=2023-05-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm disable-globally + Connection: + - keep-alive + ParameterSetName: + - --name -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/628f1caa-1a1e-4672-9480-9fb932f6bd7c?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/628f1caa-1a1e-4672-9480-9fb932f6bd7c","name":"628f1caa-1a1e-4672-9480-9fb932f6bd7c","status":"Succeeded","startTime":"2023-05-24T10:20:52.6192302Z","endTime":"2023-05-24T10:20:59.5686686Z"}' + headers: + cache-control: + - no-cache + content-length: + - '371' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:21:22 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm list-enabled-globally + Connection: + - keep-alive + ParameterSetName: + - -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '935' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:21:24 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring apm list-enabled-globally + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -s + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/listGloballyEnabledApms?api-version=2023-05-01-preview + response: + body: + string: '{"value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '12' + content-type: + - application/json + date: + - Wed, 24 May 2023 10:21:25 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + 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' + x-rp-server-mvid: + - 5df1c244-bb69-491b-b05c-0762ee74e0ad + status: + code: 200 + message: OK +version: 1 diff --git a/src/spring/azext_spring/tests/latest/recordings/test_app_connect.yaml b/src/spring/azext_spring/tests/latest/recordings/test_app_connect.yaml index 67f7ca7face..78ff12da347 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_app_connect.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_app_connect.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.40.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.4 (Linux-5.15.57.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"ResourceGroupNotFound","message":"Resource group diff --git a/src/spring/azext_spring/tests/latest/recordings/test_app_crud.yaml b/src/spring/azext_spring/tests/latest/recordings/test_app_crud.yaml index 1044b1d740c..844db5aaf2e 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_app_crud.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_app_crud.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"NotFound","message":"App was not found","target":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","details":null}}' @@ -61,7 +61,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"2a66d30560c04796adbc7eaa28539cc7","networkProfile":{"outboundIPs":{"publicIPs":["20.26.177.98","20.26.178.191"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"uksouth","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-08T02:52:28.3062397Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-08T02:52:28.3062397Z"}}' @@ -116,13 +116,13 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Creating","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-08T02:55:30.6603641Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-08T02:55:30.6603641Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/608d33f3-a149-47dc-bc33-012e0fbbe706?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/608d33f3-a149-47dc-bc33-012e0fbbe706?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -134,7 +134,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/608d33f3-a149-47dc-bc33-012e0fbbe706/Spring/clitest000003?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/608d33f3-a149-47dc-bc33-012e0fbbe706/Spring/clitest000003?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -166,7 +166,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/608d33f3-a149-47dc-bc33-012e0fbbe706?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/608d33f3-a149-47dc-bc33-012e0fbbe706?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/608d33f3-a149-47dc-bc33-012e0fbbe706","name":"608d33f3-a149-47dc-bc33-012e0fbbe706","status":"Running","startTime":"2023-04-08T02:55:31.1734125Z"}' @@ -214,7 +214,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/608d33f3-a149-47dc-bc33-012e0fbbe706?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/608d33f3-a149-47dc-bc33-012e0fbbe706?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/608d33f3-a149-47dc-bc33-012e0fbbe706","name":"608d33f3-a149-47dc-bc33-012e0fbbe706","status":"Succeeded","startTime":"2023-04-08T02:55:31.1734125Z","endTime":"2023-04-08T02:55:37.4561862Z"}' @@ -262,7 +262,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-08T02:55:30.6603641Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-08T02:55:30.6603641Z"}}' @@ -320,13 +320,13 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90},"provisioningState":"Creating","status":"Running","active":true,"instances":null,"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-08T02:55:46.4729109Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-08T02:55:46.4729109Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/1dc20951-6696-4b53-9e45-635286b696b1?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/1dc20951-6696-4b53-9e45-635286b696b1?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -338,7 +338,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/1dc20951-6696-4b53-9e45-635286b696b1/Spring/default?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/1dc20951-6696-4b53-9e45-635286b696b1/Spring/default?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -375,13 +375,13 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-08T02:55:30.6603641Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-08T02:55:47.7385375Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/ad719b34-6411-457d-806c-de5f58f6612b?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/ad719b34-6411-457d-806c-de5f58f6612b?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -393,7 +393,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/ad719b34-6411-457d-806c-de5f58f6612b/Spring/clitest000003?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/ad719b34-6411-457d-806c-de5f58f6612b/Spring/clitest000003?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -425,7 +425,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/ad719b34-6411-457d-806c-de5f58f6612b?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/ad719b34-6411-457d-806c-de5f58f6612b?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/ad719b34-6411-457d-806c-de5f58f6612b","name":"ad719b34-6411-457d-806c-de5f58f6612b","status":"Running","startTime":"2023-04-08T02:55:48.4091379Z"}' @@ -473,7 +473,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/1dc20951-6696-4b53-9e45-635286b696b1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/1dc20951-6696-4b53-9e45-635286b696b1?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/1dc20951-6696-4b53-9e45-635286b696b1","name":"1dc20951-6696-4b53-9e45-635286b696b1","status":"Running","startTime":"2023-04-08T02:55:47.2216451Z"}' @@ -521,7 +521,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/ad719b34-6411-457d-806c-de5f58f6612b?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/ad719b34-6411-457d-806c-de5f58f6612b?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/ad719b34-6411-457d-806c-de5f58f6612b","name":"ad719b34-6411-457d-806c-de5f58f6612b","status":"Succeeded","startTime":"2023-04-08T02:55:48.4091379Z","endTime":"2023-04-08T02:55:54.7591513Z"}' @@ -569,7 +569,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-08T02:55:30.6603641Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-08T02:55:47.7385375Z"}}' @@ -619,7 +619,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/1dc20951-6696-4b53-9e45-635286b696b1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/1dc20951-6696-4b53-9e45-635286b696b1?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/1dc20951-6696-4b53-9e45-635286b696b1","name":"1dc20951-6696-4b53-9e45-635286b696b1","status":"Running","startTime":"2023-04-08T02:55:47.2216451Z"}' @@ -667,7 +667,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/1dc20951-6696-4b53-9e45-635286b696b1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/1dc20951-6696-4b53-9e45-635286b696b1?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/1dc20951-6696-4b53-9e45-635286b696b1","name":"1dc20951-6696-4b53-9e45-635286b696b1","status":"Succeeded","startTime":"2023-04-08T02:55:47.2216451Z","endTime":"2023-04-08T02:56:18.5230029Z"}' @@ -715,7 +715,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-64f8fb7d58-m7x4x","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-08T02:55:49Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-08T02:55:46.4729109Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-08T02:55:46.4729109Z"}}' @@ -765,7 +765,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-08T02:55:30.6603641Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-08T02:55:47.7385375Z"}}' @@ -815,7 +815,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-64f8fb7d58-m7x4x","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-08T02:55:49Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-08T02:55:46.4729109Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-08T02:55:46.4729109Z"}}]}' @@ -865,7 +865,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-64f8fb7d58-m7x4x","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-08T02:55:49Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-08T02:55:46.4729109Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-08T02:55:46.4729109Z"}}]}' @@ -920,13 +920,13 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":1800,"sessionAffinity":"Cookie","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-08T02:55:30.6603641Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-08T02:56:31.6649731Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/8eee8319-f96e-46c4-82e2-905aa940b6db?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/8eee8319-f96e-46c4-82e2-905aa940b6db?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -938,7 +938,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/8eee8319-f96e-46c4-82e2-905aa940b6db/Spring/clitest000003?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/8eee8319-f96e-46c4-82e2-905aa940b6db/Spring/clitest000003?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -970,7 +970,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/8eee8319-f96e-46c4-82e2-905aa940b6db?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/8eee8319-f96e-46c4-82e2-905aa940b6db?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/8eee8319-f96e-46c4-82e2-905aa940b6db","name":"8eee8319-f96e-46c4-82e2-905aa940b6db","status":"Running","startTime":"2023-04-08T02:56:32.1693127Z"}' @@ -1023,7 +1023,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-64f8fb7d58-m7x4x","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-08T02:55:49Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-08T02:55:46.4729109Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-08T02:55:46.4729109Z"}}' @@ -1073,7 +1073,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/8eee8319-f96e-46c4-82e2-905aa940b6db?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/8eee8319-f96e-46c4-82e2-905aa940b6db?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/8eee8319-f96e-46c4-82e2-905aa940b6db","name":"8eee8319-f96e-46c4-82e2-905aa940b6db","status":"Running","startTime":"2023-04-08T02:56:32.1693127Z"}' @@ -1121,7 +1121,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/8eee8319-f96e-46c4-82e2-905aa940b6db?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/8eee8319-f96e-46c4-82e2-905aa940b6db?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/8eee8319-f96e-46c4-82e2-905aa940b6db","name":"8eee8319-f96e-46c4-82e2-905aa940b6db","status":"Succeeded","startTime":"2023-04-08T02:56:32.1693127Z","endTime":"2023-04-08T02:56:44.533409Z"}' @@ -1169,7 +1169,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":1800,"sessionAffinity":"Cookie","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-08T02:55:30.6603641Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-08T02:56:31.6649731Z"}}' @@ -1219,7 +1219,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":1800,"sessionAffinity":"Cookie","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-08T02:55:30.6603641Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-08T02:56:31.6649731Z"}}' @@ -1269,7 +1269,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-64f8fb7d58-m7x4x","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-08T02:55:49Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-08T02:55:46.4729109Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-08T02:55:46.4729109Z"}}]}' @@ -1319,11 +1319,11 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"BadRequest","message":"Feature BuildService is not - supported in Sku S0 for API version 2023-03-01-preview.","target":null,"details":null}}' + supported in Sku S0 for API version 2023-05-01-preview.","target":null,"details":null}}' headers: cache-control: - no-cache @@ -1364,7 +1364,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-64f8fb7d58-m7x4x","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-08T02:55:49Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-08T02:55:46.4729109Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-08T02:55:46.4729109Z"}}]}' @@ -1422,13 +1422,13 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90},"provisioningState":"Creating","status":"Running","active":false,"instances":null,"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":2},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/green","name":"green","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-08T02:57:06.7897375Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-08T02:57:06.7897375Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1440,7 +1440,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/f24984eb-cf67-403a-81a0-5ffd222dac39/Spring/green?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/f24984eb-cf67-403a-81a0-5ffd222dac39/Spring/green?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1472,7 +1472,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39","name":"f24984eb-cf67-403a-81a0-5ffd222dac39","status":"Running","startTime":"2023-04-08T02:57:07.573236Z"}' @@ -1520,7 +1520,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39","name":"f24984eb-cf67-403a-81a0-5ffd222dac39","status":"Running","startTime":"2023-04-08T02:57:07.573236Z"}' @@ -1568,7 +1568,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39","name":"f24984eb-cf67-403a-81a0-5ffd222dac39","status":"Running","startTime":"2023-04-08T02:57:07.573236Z"}' @@ -1616,7 +1616,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39","name":"f24984eb-cf67-403a-81a0-5ffd222dac39","status":"Running","startTime":"2023-04-08T02:57:07.573236Z"}' @@ -1664,7 +1664,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39","name":"f24984eb-cf67-403a-81a0-5ffd222dac39","status":"Running","startTime":"2023-04-08T02:57:07.573236Z"}' @@ -1712,7 +1712,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39","name":"f24984eb-cf67-403a-81a0-5ffd222dac39","status":"Running","startTime":"2023-04-08T02:57:07.573236Z"}' @@ -1760,7 +1760,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39","name":"f24984eb-cf67-403a-81a0-5ffd222dac39","status":"Running","startTime":"2023-04-08T02:57:07.573236Z"}' @@ -1808,7 +1808,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39","name":"f24984eb-cf67-403a-81a0-5ffd222dac39","status":"Running","startTime":"2023-04-08T02:57:07.573236Z"}' @@ -1856,7 +1856,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/f24984eb-cf67-403a-81a0-5ffd222dac39","name":"f24984eb-cf67-403a-81a0-5ffd222dac39","status":"Succeeded","startTime":"2023-04-08T02:57:07.573236Z","endTime":"2023-04-08T02:58:30.7958832Z"}' @@ -1904,7 +1904,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":false,"instances":[{"name":"clitest000003-green-15-686c66dc5d-l2jr4","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-08T02:58:02Z"},{"name":"clitest000003-green-15-686c66dc5d-r94hg","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-08T02:58:02Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":2},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/green","name":"green","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-08T02:57:06.7897375Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-08T02:57:06.7897375Z"}}' @@ -1954,7 +1954,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":false,"instances":[{"name":"clitest000003-green-15-686c66dc5d-l2jr4","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-08T02:58:02Z"},{"name":"clitest000003-green-15-686c66dc5d-r94hg","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-08T02:58:02Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":2},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/green","name":"green","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-08T02:57:06.7897375Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-08T02:57:06.7897375Z"}}' @@ -2004,7 +2004,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"2a66d30560c04796adbc7eaa28539cc7","networkProfile":{"outboundIPs":{"publicIPs":["20.26.177.98","20.26.178.191"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"uksouth","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-08T02:52:28.3062397Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-08T02:52:28.3062397Z"}}' @@ -2056,7 +2056,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/listTestKeys?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/listTestKeys?api-version=2023-05-01-preview response: body: string: '{"primaryKey":"4RC1FbgfitK1COndLeGW25ERHse5pw4RpCbODhriGjFqHSQQyvgLPDUQSzfNzTqC","secondaryKey":"qZcKqgOQTZDGPmYR9kYB8Ht1SBj53CVdlKS35eecK21AsrnbxD2iIKEZVdk8CTCL","primaryTestEndpoint":"https://primary:4RC1FbgfitK1COndLeGW25ERHse5pw4RpCbODhriGjFqHSQQyvgLPDUQSzfNzTqC@clitest000002.test.azuremicroservices.io","secondaryTestEndpoint":"https://secondary:qZcKqgOQTZDGPmYR9kYB8Ht1SBj53CVdlKS35eecK21AsrnbxD2iIKEZVdk8CTCL@clitest000002.test.azuremicroservices.io","enabled":true}' @@ -2164,7 +2164,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":false,"instances":[{"name":"clitest000003-green-15-686c66dc5d-l2jr4","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-08T02:58:02Z"},{"name":"clitest000003-green-15-686c66dc5d-r94hg","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-08T02:58:02Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":2},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/green","name":"green","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-08T02:57:06.7897375Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-08T02:57:06.7897375Z"}}' diff --git a/src/spring/azext_spring/tests/latest/recordings/test_app_crud_1.yaml b/src/spring/azext_spring/tests/latest/recordings/test_app_crud_1.yaml index 711299b5a2d..673f9428600 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_app_crud_1.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_app_crud_1.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"NotFound","message":"App was not found","target":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","details":null}}' @@ -61,7 +61,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"30a908bea60b43d78389efdba7b1c690","networkProfile":{"outboundIPs":{"publicIPs":["51.132.172.177","51.132.172.196"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"uksouth","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:19:38.8443025Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:19:38.8443025Z"}}' @@ -116,13 +116,13 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":true,"provisioningState":"Creating","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:25:36.6081306Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:25:36.6081306Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/7de6f32c-e3f8-46a3-81b7-6d1fdce04eac?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/7de6f32c-e3f8-46a3-81b7-6d1fdce04eac?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -134,7 +134,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/7de6f32c-e3f8-46a3-81b7-6d1fdce04eac/Spring/clitest000003?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/7de6f32c-e3f8-46a3-81b7-6d1fdce04eac/Spring/clitest000003?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -166,7 +166,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/7de6f32c-e3f8-46a3-81b7-6d1fdce04eac?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/7de6f32c-e3f8-46a3-81b7-6d1fdce04eac?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/7de6f32c-e3f8-46a3-81b7-6d1fdce04eac","name":"7de6f32c-e3f8-46a3-81b7-6d1fdce04eac","status":"Running","startTime":"2023-04-04T06:25:39.481334Z"}' @@ -214,7 +214,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/7de6f32c-e3f8-46a3-81b7-6d1fdce04eac?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/7de6f32c-e3f8-46a3-81b7-6d1fdce04eac?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/7de6f32c-e3f8-46a3-81b7-6d1fdce04eac","name":"7de6f32c-e3f8-46a3-81b7-6d1fdce04eac","status":"Running","startTime":"2023-04-04T06:25:39.481334Z"}' @@ -262,7 +262,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/7de6f32c-e3f8-46a3-81b7-6d1fdce04eac?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/7de6f32c-e3f8-46a3-81b7-6d1fdce04eac?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/7de6f32c-e3f8-46a3-81b7-6d1fdce04eac","name":"7de6f32c-e3f8-46a3-81b7-6d1fdce04eac","status":"Succeeded","startTime":"2023-04-04T06:25:39.481334Z","endTime":"2023-04-04T06:25:51.5249719Z"}' @@ -310,7 +310,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":true,"url":"https://clitest000002-clitest000003.azuremicroservices.io","provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:25:36.6081306Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:25:36.6081306Z"}}' @@ -367,13 +367,13 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"2Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90},"provisioningState":"Creating","status":"Running","active":true,"instances":null,"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:26:04.7503241Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:26:04.7503241Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a372d867-4170-4646-836c-f262aa73db3d?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a372d867-4170-4646-836c-f262aa73db3d?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -385,7 +385,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/a372d867-4170-4646-836c-f262aa73db3d/Spring/default?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/a372d867-4170-4646-836c-f262aa73db3d/Spring/default?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -422,13 +422,13 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":true,"url":"https://clitest000002-clitest000003.azuremicroservices.io","provisioningState":"Updating","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:25:36.6081306Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:26:05.8283902Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/69ea1fa1-07ad-40c0-91e8-051fe975d4df?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/69ea1fa1-07ad-40c0-91e8-051fe975d4df?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -440,7 +440,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/69ea1fa1-07ad-40c0-91e8-051fe975d4df/Spring/clitest000003?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/69ea1fa1-07ad-40c0-91e8-051fe975d4df/Spring/clitest000003?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -472,7 +472,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/69ea1fa1-07ad-40c0-91e8-051fe975d4df?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/69ea1fa1-07ad-40c0-91e8-051fe975d4df?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/69ea1fa1-07ad-40c0-91e8-051fe975d4df","name":"69ea1fa1-07ad-40c0-91e8-051fe975d4df","status":"Running","startTime":"2023-04-04T06:26:06.233535Z"}' @@ -520,7 +520,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a372d867-4170-4646-836c-f262aa73db3d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a372d867-4170-4646-836c-f262aa73db3d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a372d867-4170-4646-836c-f262aa73db3d","name":"a372d867-4170-4646-836c-f262aa73db3d","status":"Running","startTime":"2023-04-04T06:26:05.5694222Z"}' @@ -568,7 +568,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/69ea1fa1-07ad-40c0-91e8-051fe975d4df?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/69ea1fa1-07ad-40c0-91e8-051fe975d4df?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/69ea1fa1-07ad-40c0-91e8-051fe975d4df","name":"69ea1fa1-07ad-40c0-91e8-051fe975d4df","status":"Succeeded","startTime":"2023-04-04T06:26:06.233535Z","endTime":"2023-04-04T06:26:12.6301366Z"}' @@ -616,7 +616,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":true,"url":"https://clitest000002-clitest000003.azuremicroservices.io","provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:25:36.6081306Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:26:05.8283902Z"}}' @@ -666,7 +666,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a372d867-4170-4646-836c-f262aa73db3d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a372d867-4170-4646-836c-f262aa73db3d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a372d867-4170-4646-836c-f262aa73db3d","name":"a372d867-4170-4646-836c-f262aa73db3d","status":"Running","startTime":"2023-04-04T06:26:05.5694222Z"}' @@ -714,7 +714,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a372d867-4170-4646-836c-f262aa73db3d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a372d867-4170-4646-836c-f262aa73db3d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a372d867-4170-4646-836c-f262aa73db3d","name":"a372d867-4170-4646-836c-f262aa73db3d","status":"Running","startTime":"2023-04-04T06:26:05.5694222Z"}' @@ -762,7 +762,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a372d867-4170-4646-836c-f262aa73db3d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a372d867-4170-4646-836c-f262aa73db3d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a372d867-4170-4646-836c-f262aa73db3d","name":"a372d867-4170-4646-836c-f262aa73db3d","status":"Succeeded","startTime":"2023-04-04T06:26:05.5694222Z","endTime":"2023-04-04T06:26:38.2898778Z"}' @@ -810,7 +810,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"2Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-6996ffdfbb-4ptv9","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-04T06:26:08Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:26:04.7503241Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:26:04.7503241Z"}}' @@ -860,7 +860,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":true,"url":"https://clitest000002-clitest000003.azuremicroservices.io","provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:25:36.6081306Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:26:05.8283902Z"}}' @@ -910,7 +910,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"2Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-6996ffdfbb-4ptv9","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-04T06:26:08Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:26:04.7503241Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:26:04.7503241Z"}}]}' @@ -960,11 +960,11 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"BadRequest","message":"Feature BuildService is not - supported in Sku S0 for API version 2023-03-01-preview.","target":null,"details":null}}' + supported in Sku S0 for API version 2023-05-01-preview.","target":null,"details":null}}' headers: cache-control: - no-cache @@ -1005,7 +1005,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"30a908bea60b43d78389efdba7b1c690","networkProfile":{"outboundIPs":{"publicIPs":["51.132.172.177","51.132.172.196"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"uksouth","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:19:38.8443025Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:19:38.8443025Z"}}' @@ -1063,13 +1063,13 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":{},"terminationGracePeriodSeconds":90},"provisioningState":"Creating","status":"Running","active":false,"instances":null,"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/green","name":"green","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:26:58.5495224Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:26:58.5495224Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/ef064a68-16c9-4eb7-a1ac-0fdd47477243?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/ef064a68-16c9-4eb7-a1ac-0fdd47477243?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1081,7 +1081,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/ef064a68-16c9-4eb7-a1ac-0fdd47477243/Spring/green?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/ef064a68-16c9-4eb7-a1ac-0fdd47477243/Spring/green?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1113,7 +1113,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/ef064a68-16c9-4eb7-a1ac-0fdd47477243?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/ef064a68-16c9-4eb7-a1ac-0fdd47477243?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/ef064a68-16c9-4eb7-a1ac-0fdd47477243","name":"ef064a68-16c9-4eb7-a1ac-0fdd47477243","status":"Running","startTime":"2023-04-04T06:26:59.2547242Z"}' @@ -1161,7 +1161,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/ef064a68-16c9-4eb7-a1ac-0fdd47477243?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/ef064a68-16c9-4eb7-a1ac-0fdd47477243?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/ef064a68-16c9-4eb7-a1ac-0fdd47477243","name":"ef064a68-16c9-4eb7-a1ac-0fdd47477243","status":"Running","startTime":"2023-04-04T06:26:59.2547242Z"}' @@ -1209,7 +1209,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/ef064a68-16c9-4eb7-a1ac-0fdd47477243?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/ef064a68-16c9-4eb7-a1ac-0fdd47477243?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/ef064a68-16c9-4eb7-a1ac-0fdd47477243","name":"ef064a68-16c9-4eb7-a1ac-0fdd47477243","status":"Running","startTime":"2023-04-04T06:26:59.2547242Z"}' @@ -1257,7 +1257,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/ef064a68-16c9-4eb7-a1ac-0fdd47477243?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/ef064a68-16c9-4eb7-a1ac-0fdd47477243?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/ef064a68-16c9-4eb7-a1ac-0fdd47477243","name":"ef064a68-16c9-4eb7-a1ac-0fdd47477243","status":"Running","startTime":"2023-04-04T06:26:59.2547242Z"}' @@ -1305,7 +1305,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/ef064a68-16c9-4eb7-a1ac-0fdd47477243?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/ef064a68-16c9-4eb7-a1ac-0fdd47477243?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/green/operationId/ef064a68-16c9-4eb7-a1ac-0fdd47477243","name":"ef064a68-16c9-4eb7-a1ac-0fdd47477243","status":"Succeeded","startTime":"2023-04-04T06:26:59.2547242Z","endTime":"2023-04-04T06:27:32.6889998Z"}' @@ -1353,7 +1353,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":{},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":false,"instances":[{"name":"clitest000003-green-15-6b8bf4d48b-m2tll","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-04T06:27:03Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/green","name":"green","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:26:58.5495224Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:26:58.5495224Z"}}' @@ -1403,7 +1403,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":{},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":false,"instances":[{"name":"clitest000003-green-15-6b8bf4d48b-m2tll","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-04T06:27:03Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/green","name":"green","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:26:58.5495224Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:26:58.5495224Z"}}' @@ -1453,7 +1453,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"30a908bea60b43d78389efdba7b1c690","networkProfile":{"outboundIPs":{"publicIPs":["51.132.172.177","51.132.172.196"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"uksouth","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:19:38.8443025Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:19:38.8443025Z"}}' @@ -1505,7 +1505,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/listTestKeys?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/listTestKeys?api-version=2023-05-01-preview response: body: string: '{"primaryKey":"18egO1rTIJsB5BhTH6mb6LvIP7SKAACXnCVCaLCbVZPGSfVocOptuk2EBgjVY7bU","secondaryKey":"ejgePfY5myvBkZmDXiiDrV4cdkEVxKvg9XKwHOlFIKeuCOZofLLtthp6bMe0sPA5","primaryTestEndpoint":"https://primary:18egO1rTIJsB5BhTH6mb6LvIP7SKAACXnCVCaLCbVZPGSfVocOptuk2EBgjVY7bU@clitest000002.test.azuremicroservices.io","secondaryTestEndpoint":"https://secondary:ejgePfY5myvBkZmDXiiDrV4cdkEVxKvg9XKwHOlFIKeuCOZofLLtthp6bMe0sPA5@clitest000002.test.azuremicroservices.io","enabled":true}' @@ -1613,7 +1613,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":{},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":false,"instances":[{"name":"clitest000003-green-15-6b8bf4d48b-m2tll","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-04T06:27:03Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/green","name":"green","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:26:58.5495224Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:26:58.5495224Z"}}' diff --git a/src/spring/azext_spring/tests/latest/recordings/test_app_deploy_container.yaml b/src/spring/azext_spring/tests/latest/recordings/test_app_deploy_container.yaml index 4f886fb17f1..647ad6aba74 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_app_deploy_container.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_app_deploy_container.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"NotFound","message":"App was not found","target":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","details":null}}' @@ -61,7 +61,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"56e88126a961459ca367bb6223cf4a16","networkProfile":{"outboundIPs":{"publicIPs":["20.219.181.209","20.219.183.20"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-03-23T02:52:58.6146926Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-23T02:57:49.439147Z"}}' @@ -116,13 +116,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Creating","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:15:11.2005101Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:15:11.2005101Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/85a3507f-cbf2-42dc-a303-042ddb6cd788?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/85a3507f-cbf2-42dc-a303-042ddb6cd788?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -134,7 +134,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/85a3507f-cbf2-42dc-a303-042ddb6cd788/Spring/clitest000003?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/85a3507f-cbf2-42dc-a303-042ddb6cd788/Spring/clitest000003?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -166,7 +166,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/85a3507f-cbf2-42dc-a303-042ddb6cd788?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/85a3507f-cbf2-42dc-a303-042ddb6cd788?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/85a3507f-cbf2-42dc-a303-042ddb6cd788","name":"85a3507f-cbf2-42dc-a303-042ddb6cd788","status":"Running","startTime":"2023-04-12T09:15:11.6667063Z"}' @@ -214,7 +214,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/85a3507f-cbf2-42dc-a303-042ddb6cd788?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/85a3507f-cbf2-42dc-a303-042ddb6cd788?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/85a3507f-cbf2-42dc-a303-042ddb6cd788","name":"85a3507f-cbf2-42dc-a303-042ddb6cd788","status":"Succeeded","startTime":"2023-04-12T09:15:11.6667063Z","endTime":"2023-04-12T09:15:18.1406272Z"}' @@ -262,7 +262,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:15:11.2005101Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:15:11.2005101Z"}}' @@ -319,13 +319,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90},"provisioningState":"Creating","status":"Running","active":true,"instances":null,"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:15:27.0289005Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:15:27.0289005Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/c1c3a9cc-039d-4ae6-bc89-74a64e5b1331?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/c1c3a9cc-039d-4ae6-bc89-74a64e5b1331?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -337,7 +337,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/c1c3a9cc-039d-4ae6-bc89-74a64e5b1331/Spring/default?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/c1c3a9cc-039d-4ae6-bc89-74a64e5b1331/Spring/default?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -369,7 +369,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/c1c3a9cc-039d-4ae6-bc89-74a64e5b1331?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/c1c3a9cc-039d-4ae6-bc89-74a64e5b1331?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/c1c3a9cc-039d-4ae6-bc89-74a64e5b1331","name":"c1c3a9cc-039d-4ae6-bc89-74a64e5b1331","status":"Running","startTime":"2023-04-12T09:15:27.7587959Z"}' @@ -417,7 +417,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/c1c3a9cc-039d-4ae6-bc89-74a64e5b1331?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/c1c3a9cc-039d-4ae6-bc89-74a64e5b1331?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/c1c3a9cc-039d-4ae6-bc89-74a64e5b1331","name":"c1c3a9cc-039d-4ae6-bc89-74a64e5b1331","status":"Running","startTime":"2023-04-12T09:15:27.7587959Z"}' @@ -465,7 +465,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/c1c3a9cc-039d-4ae6-bc89-74a64e5b1331?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/c1c3a9cc-039d-4ae6-bc89-74a64e5b1331?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/c1c3a9cc-039d-4ae6-bc89-74a64e5b1331","name":"c1c3a9cc-039d-4ae6-bc89-74a64e5b1331","status":"Running","startTime":"2023-04-12T09:15:27.7587959Z"}' @@ -513,7 +513,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/c1c3a9cc-039d-4ae6-bc89-74a64e5b1331?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/c1c3a9cc-039d-4ae6-bc89-74a64e5b1331?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/c1c3a9cc-039d-4ae6-bc89-74a64e5b1331","name":"c1c3a9cc-039d-4ae6-bc89-74a64e5b1331","status":"Succeeded","startTime":"2023-04-12T09:15:27.7587959Z","endTime":"2023-04-12T09:15:56.4584941Z"}' @@ -561,7 +561,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-8845b594d-fplt4","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-12T09:15:33Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:15:27.0289005Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:15:27.0289005Z"}}' @@ -611,7 +611,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:15:11.2005101Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:15:11.2005101Z"}}' @@ -661,7 +661,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-8845b594d-fplt4","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-12T09:15:33Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:15:27.0289005Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:15:27.0289005Z"}}]}' @@ -711,7 +711,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-8845b594d-fplt4","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-12T09:15:33Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:15:27.0289005Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:15:27.0289005Z"}}]}' @@ -761,11 +761,11 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"BadRequest","message":"Feature BuildService is not - supported in Sku S0 for API version 2023-03-01-preview.","target":null,"details":null}}' + supported in Sku S0 for API version 2023-05-01-preview.","target":null,"details":null}}' headers: cache-control: - no-cache @@ -813,13 +813,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90},"provisioningState":"Updating","status":"Running","active":true,"instances":null,"source":{"type":"Container","version":"","customContainer":{"containerImage":"springio/gs-spring-boot-docker","server":"docker.io"}}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:15:27.0289005Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:16:10.8429309Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/da8fc835-5b29-4c77-ac5e-02ed9a317cbc?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/da8fc835-5b29-4c77-ac5e-02ed9a317cbc?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -831,7 +831,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/da8fc835-5b29-4c77-ac5e-02ed9a317cbc/Spring/default?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/da8fc835-5b29-4c77-ac5e-02ed9a317cbc/Spring/default?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -863,7 +863,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/da8fc835-5b29-4c77-ac5e-02ed9a317cbc?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/da8fc835-5b29-4c77-ac5e-02ed9a317cbc?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/da8fc835-5b29-4c77-ac5e-02ed9a317cbc","name":"da8fc835-5b29-4c77-ac5e-02ed9a317cbc","status":"Running","startTime":"2023-04-12T09:16:11.6994991Z"}' @@ -911,7 +911,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-8845b594d-fplt4","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-12T09:15:33Z"}],"source":{"type":"Container","version":"","customContainer":{"containerImage":"springio/gs-spring-boot-docker","server":"docker.io"}}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:15:27.0289005Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:16:10.8429309Z"}}' @@ -961,7 +961,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-8845b594d-fplt4","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-12T09:15:33Z"}],"source":{"type":"Container","version":"","customContainer":{"containerImage":"springio/gs-spring-boot-docker","server":"docker.io"}}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:15:27.0289005Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:16:10.8429309Z"}}' @@ -1011,7 +1011,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/da8fc835-5b29-4c77-ac5e-02ed9a317cbc?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/da8fc835-5b29-4c77-ac5e-02ed9a317cbc?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/da8fc835-5b29-4c77-ac5e-02ed9a317cbc","name":"da8fc835-5b29-4c77-ac5e-02ed9a317cbc","status":"Running","startTime":"2023-04-12T09:16:11.6994991Z"}' @@ -1059,7 +1059,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-8845b594d-fplt4","status":"Terminating","discoveryStatus":"N/A","startTime":"2023-04-12T09:15:33Z"},{"name":"clitest000003-default-15-dd4cd7696-6vxwz","status":"Starting","reason":"ContainerCreating","discoveryStatus":"N/A","startTime":"2023-04-12T09:16:22Z"}],"source":{"type":"Container","version":"","customContainer":{"containerImage":"springio/gs-spring-boot-docker","server":"docker.io"}}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:15:27.0289005Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:16:10.8429309Z"}}' @@ -1109,7 +1109,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/da8fc835-5b29-4c77-ac5e-02ed9a317cbc?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/da8fc835-5b29-4c77-ac5e-02ed9a317cbc?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/da8fc835-5b29-4c77-ac5e-02ed9a317cbc","name":"da8fc835-5b29-4c77-ac5e-02ed9a317cbc","status":"Running","startTime":"2023-04-12T09:16:11.6994991Z"}' @@ -1157,7 +1157,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-8845b594d-fplt4","status":"Terminating","discoveryStatus":"N/A","startTime":"2023-04-12T09:15:33Z"},{"name":"clitest000003-default-15-dd4cd7696-6vxwz","status":"Starting","reason":"Not @@ -1208,7 +1208,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-dd4cd7696-6vxwz","status":"Running","discoveryStatus":"N/A","startTime":"2023-04-12T09:16:22Z"}],"source":{"type":"Container","version":"","customContainer":{"containerImage":"springio/gs-spring-boot-docker","server":"docker.io"}}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:15:27.0289005Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:16:10.8429309Z"}}' @@ -1258,7 +1258,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/da8fc835-5b29-4c77-ac5e-02ed9a317cbc?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/da8fc835-5b29-4c77-ac5e-02ed9a317cbc?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/da8fc835-5b29-4c77-ac5e-02ed9a317cbc","name":"da8fc835-5b29-4c77-ac5e-02ed9a317cbc","status":"Succeeded","startTime":"2023-04-12T09:16:11.6994991Z","endTime":"2023-04-12T09:16:40.0247634Z"}' @@ -1306,7 +1306,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-dd4cd7696-6vxwz","status":"Running","discoveryStatus":"N/A","startTime":"2023-04-12T09:16:22Z"}],"source":{"type":"Container","version":"","customContainer":{"containerImage":"springio/gs-spring-boot-docker","server":"docker.io"}}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:15:27.0289005Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:16:10.8429309Z"}}' @@ -1356,7 +1356,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-dd4cd7696-6vxwz","status":"Running","discoveryStatus":"N/A","startTime":"2023-04-12T09:16:22Z"}],"source":{"type":"Container","version":"","customContainer":{"containerImage":"springio/gs-spring-boot-docker","server":"docker.io"}}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:15:27.0289005Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:16:10.8429309Z"}}' @@ -1406,7 +1406,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-dd4cd7696-6vxwz","status":"Running","discoveryStatus":"N/A","startTime":"2023-04-12T09:16:22Z"}],"source":{"type":"Container","version":"","customContainer":{"containerImage":"springio/gs-spring-boot-docker","server":"docker.io"}}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:15:27.0289005Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:16:10.8429309Z"}}' @@ -1456,7 +1456,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"56e88126a961459ca367bb6223cf4a16","networkProfile":{"outboundIPs":{"publicIPs":["20.219.181.209","20.219.183.20"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-03-23T02:52:58.6146926Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-23T02:57:49.439147Z"}}' @@ -1508,7 +1508,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/listTestKeys?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/listTestKeys?api-version=2023-05-01-preview response: body: string: '{"primaryKey":"g8Txb3WjhsLbmSTNRt00QSi7oJMugRsSvwrllEl6k9S9anvSrOG3624SObNEspif","secondaryKey":"e7KVYhTdOPRs7yhnDN0p9oA96TFjn8WtwAHJBRMzkJNP6sBji1m1ovwBKs0X1jIN","primaryTestEndpoint":"https://primary:g8Txb3WjhsLbmSTNRt00QSi7oJMugRsSvwrllEl6k9S9anvSrOG3624SObNEspif@clitest000002.test.azuremicroservices.io","secondaryTestEndpoint":"https://secondary:e7KVYhTdOPRs7yhnDN0p9oA96TFjn8WtwAHJBRMzkJNP6sBji1m1ovwBKs0X1jIN@clitest000002.test.azuremicroservices.io","enabled":true}' @@ -1619,7 +1619,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-dd4cd7696-6vxwz","status":"Running","discoveryStatus":"N/A","startTime":"2023-04-12T09:16:22Z"}],"source":{"type":"Container","version":"","customContainer":{"containerImage":"springio/gs-spring-boot-docker","server":"docker.io"}}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:15:27.0289005Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:16:10.8429309Z"}}' diff --git a/src/spring/azext_spring/tests/latest/recordings/test_app_deploy_container_command.yaml b/src/spring/azext_spring/tests/latest/recordings/test_app_deploy_container_command.yaml index cc477843645..984d22f380e 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_app_deploy_container_command.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_app_deploy_container_command.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"NotFound","message":"App was not found","target":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","details":null}}' @@ -61,7 +61,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"56e88126a961459ca367bb6223cf4a16","networkProfile":{"outboundIPs":{"publicIPs":["20.219.181.209","20.219.183.20"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-03-23T02:52:58.6146926Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-23T02:57:49.439147Z"}}' @@ -116,13 +116,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Creating","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:12:33.5296969Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:12:33.5296969Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/844ebd82-4248-4c59-b730-8bc06d7f9da9?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/844ebd82-4248-4c59-b730-8bc06d7f9da9?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -134,7 +134,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/844ebd82-4248-4c59-b730-8bc06d7f9da9/Spring/clitest000003?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/844ebd82-4248-4c59-b730-8bc06d7f9da9/Spring/clitest000003?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -166,7 +166,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/844ebd82-4248-4c59-b730-8bc06d7f9da9?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/844ebd82-4248-4c59-b730-8bc06d7f9da9?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/844ebd82-4248-4c59-b730-8bc06d7f9da9","name":"844ebd82-4248-4c59-b730-8bc06d7f9da9","status":"Running","startTime":"2023-04-12T09:12:33.9627206Z"}' @@ -214,7 +214,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/844ebd82-4248-4c59-b730-8bc06d7f9da9?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/844ebd82-4248-4c59-b730-8bc06d7f9da9?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/844ebd82-4248-4c59-b730-8bc06d7f9da9","name":"844ebd82-4248-4c59-b730-8bc06d7f9da9","status":"Succeeded","startTime":"2023-04-12T09:12:33.9627206Z","endTime":"2023-04-12T09:12:40.4511415Z"}' @@ -262,7 +262,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:12:33.5296969Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:12:33.5296969Z"}}' @@ -319,13 +319,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90},"provisioningState":"Creating","status":"Running","active":true,"instances":null,"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:12:49.1862435Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:12:49.1862435Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/0b1880b0-cc5c-4133-99e8-6cc42129318f?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/0b1880b0-cc5c-4133-99e8-6cc42129318f?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -337,7 +337,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/0b1880b0-cc5c-4133-99e8-6cc42129318f/Spring/default?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/0b1880b0-cc5c-4133-99e8-6cc42129318f/Spring/default?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -369,7 +369,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/0b1880b0-cc5c-4133-99e8-6cc42129318f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/0b1880b0-cc5c-4133-99e8-6cc42129318f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/0b1880b0-cc5c-4133-99e8-6cc42129318f","name":"0b1880b0-cc5c-4133-99e8-6cc42129318f","status":"Running","startTime":"2023-04-12T09:12:49.9268921Z"}' @@ -417,7 +417,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/0b1880b0-cc5c-4133-99e8-6cc42129318f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/0b1880b0-cc5c-4133-99e8-6cc42129318f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/0b1880b0-cc5c-4133-99e8-6cc42129318f","name":"0b1880b0-cc5c-4133-99e8-6cc42129318f","status":"Running","startTime":"2023-04-12T09:12:49.9268921Z"}' @@ -465,7 +465,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/0b1880b0-cc5c-4133-99e8-6cc42129318f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/0b1880b0-cc5c-4133-99e8-6cc42129318f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/0b1880b0-cc5c-4133-99e8-6cc42129318f","name":"0b1880b0-cc5c-4133-99e8-6cc42129318f","status":"Running","startTime":"2023-04-12T09:12:49.9268921Z"}' @@ -513,7 +513,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/0b1880b0-cc5c-4133-99e8-6cc42129318f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/0b1880b0-cc5c-4133-99e8-6cc42129318f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/0b1880b0-cc5c-4133-99e8-6cc42129318f","name":"0b1880b0-cc5c-4133-99e8-6cc42129318f","status":"Succeeded","startTime":"2023-04-12T09:12:49.9268921Z","endTime":"2023-04-12T09:13:14.2568849Z"}' @@ -561,7 +561,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-686589849-5m6lr","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-12T09:12:55Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:12:49.1862435Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:12:49.1862435Z"}}' @@ -611,7 +611,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:12:33.5296969Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:12:33.5296969Z"}}' @@ -661,7 +661,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-686589849-5m6lr","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-12T09:12:55Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:12:49.1862435Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:12:49.1862435Z"}}]}' @@ -711,7 +711,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-686589849-5m6lr","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-12T09:12:55Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:12:49.1862435Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:12:49.1862435Z"}}]}' @@ -761,11 +761,11 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"BadRequest","message":"Feature BuildService is not - supported in Sku S0 for API version 2023-03-01-preview.","target":null,"details":null}}' + supported in Sku S0 for API version 2023-05-01-preview.","target":null,"details":null}}' headers: cache-control: - no-cache @@ -814,13 +814,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90},"provisioningState":"Updating","status":"Running","active":true,"instances":null,"source":{"type":"Container","version":"","customContainer":{"containerImage":"springio/gs-spring-boot-docker","server":"docker.io","command":["java"],"args":["-cp","/app/resources:/app/classes:/app/libs/*","hello.Application"]}}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:12:49.1862435Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:13:40.1908624Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/532af7c3-36e1-437d-ba54-661d5cfa202c?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/532af7c3-36e1-437d-ba54-661d5cfa202c?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -832,7 +832,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/532af7c3-36e1-437d-ba54-661d5cfa202c/Spring/default?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/532af7c3-36e1-437d-ba54-661d5cfa202c/Spring/default?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -864,7 +864,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-686589849-5m6lr","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-12T09:12:55Z"}],"source":{"type":"Container","version":"","customContainer":{"containerImage":"springio/gs-spring-boot-docker","server":"docker.io","command":["java"],"args":["-cp","/app/resources:/app/classes:/app/libs/*","hello.Application"]}}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:12:49.1862435Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:13:40.1908624Z"}}' @@ -914,7 +914,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-686589849-5m6lr","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-12T09:12:55Z"}],"source":{"type":"Container","version":"","customContainer":{"containerImage":"springio/gs-spring-boot-docker","server":"docker.io","command":["java"],"args":["-cp","/app/resources:/app/classes:/app/libs/*","hello.Application"]}}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:12:49.1862435Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:13:40.1908624Z"}}' @@ -964,7 +964,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/532af7c3-36e1-437d-ba54-661d5cfa202c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/532af7c3-36e1-437d-ba54-661d5cfa202c?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/532af7c3-36e1-437d-ba54-661d5cfa202c","name":"532af7c3-36e1-437d-ba54-661d5cfa202c","status":"Running","startTime":"2023-04-12T09:13:41.4693744Z"}' @@ -1012,7 +1012,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-686589849-5m6lr","status":"Terminating","discoveryStatus":"N/A","startTime":"2023-04-12T09:12:55Z"},{"name":"clitest000003-default-15-6999f65fdd-9q798","status":"Starting","reason":"ContainerCreating","discoveryStatus":"N/A","startTime":"2023-04-12T09:13:52Z"}],"source":{"type":"Container","version":"","customContainer":{"containerImage":"springio/gs-spring-boot-docker","server":"docker.io","command":["java"],"args":["-cp","/app/resources:/app/classes:/app/libs/*","hello.Application"]}}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:12:49.1862435Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:13:40.1908624Z"}}' @@ -1062,7 +1062,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-686589849-5m6lr","status":"Terminating","discoveryStatus":"N/A","startTime":"2023-04-12T09:12:55Z"},{"name":"clitest000003-default-15-6999f65fdd-9q798","status":"Starting","reason":"Not @@ -1113,7 +1113,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/532af7c3-36e1-437d-ba54-661d5cfa202c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/532af7c3-36e1-437d-ba54-661d5cfa202c?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/532af7c3-36e1-437d-ba54-661d5cfa202c","name":"532af7c3-36e1-437d-ba54-661d5cfa202c","status":"Running","startTime":"2023-04-12T09:13:41.4693744Z"}' @@ -1161,7 +1161,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-6999f65fdd-9q798","status":"Running","discoveryStatus":"N/A","startTime":"2023-04-12T09:13:52Z"}],"source":{"type":"Container","version":"","customContainer":{"containerImage":"springio/gs-spring-boot-docker","server":"docker.io","command":["java"],"args":["-cp","/app/resources:/app/classes:/app/libs/*","hello.Application"]}}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:12:49.1862435Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:13:40.1908624Z"}}' @@ -1211,7 +1211,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/532af7c3-36e1-437d-ba54-661d5cfa202c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/532af7c3-36e1-437d-ba54-661d5cfa202c?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/532af7c3-36e1-437d-ba54-661d5cfa202c","name":"532af7c3-36e1-437d-ba54-661d5cfa202c","status":"Succeeded","startTime":"2023-04-12T09:13:41.4693744Z","endTime":"2023-04-12T09:14:09.7852708Z"}' @@ -1259,7 +1259,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-6999f65fdd-9q798","status":"Running","discoveryStatus":"N/A","startTime":"2023-04-12T09:13:52Z"}],"source":{"type":"Container","version":"","customContainer":{"containerImage":"springio/gs-spring-boot-docker","server":"docker.io","command":["java"],"args":["-cp","/app/resources:/app/classes:/app/libs/*","hello.Application"]}}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:12:49.1862435Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:13:40.1908624Z"}}' @@ -1309,7 +1309,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-6999f65fdd-9q798","status":"Running","discoveryStatus":"N/A","startTime":"2023-04-12T09:13:52Z"}],"source":{"type":"Container","version":"","customContainer":{"containerImage":"springio/gs-spring-boot-docker","server":"docker.io","command":["java"],"args":["-cp","/app/resources:/app/classes:/app/libs/*","hello.Application"]}}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:12:49.1862435Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:13:40.1908624Z"}}' @@ -1359,7 +1359,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-6999f65fdd-9q798","status":"Running","discoveryStatus":"N/A","startTime":"2023-04-12T09:13:52Z"}],"source":{"type":"Container","version":"","customContainer":{"containerImage":"springio/gs-spring-boot-docker","server":"docker.io","command":["java"],"args":["-cp","/app/resources:/app/classes:/app/libs/*","hello.Application"]}}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:12:49.1862435Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:13:40.1908624Z"}}' @@ -1409,7 +1409,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"56e88126a961459ca367bb6223cf4a16","networkProfile":{"outboundIPs":{"publicIPs":["20.219.181.209","20.219.183.20"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-03-23T02:52:58.6146926Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-23T02:57:49.439147Z"}}' @@ -1461,7 +1461,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/listTestKeys?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/listTestKeys?api-version=2023-05-01-preview response: body: string: '{"primaryKey":"g8Txb3WjhsLbmSTNRt00QSi7oJMugRsSvwrllEl6k9S9anvSrOG3624SObNEspif","secondaryKey":"e7KVYhTdOPRs7yhnDN0p9oA96TFjn8WtwAHJBRMzkJNP6sBji1m1ovwBKs0X1jIN","primaryTestEndpoint":"https://primary:g8Txb3WjhsLbmSTNRt00QSi7oJMugRsSvwrllEl6k9S9anvSrOG3624SObNEspif@clitest000002.test.azuremicroservices.io","secondaryTestEndpoint":"https://secondary:e7KVYhTdOPRs7yhnDN0p9oA96TFjn8WtwAHJBRMzkJNP6sBji1m1ovwBKs0X1jIN@clitest000002.test.azuremicroservices.io","enabled":true}' @@ -1572,7 +1572,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-6999f65fdd-9q798","status":"Running","discoveryStatus":"N/A","startTime":"2023-04-12T09:13:52Z"}],"source":{"type":"Container","version":"","customContainer":{"containerImage":"springio/gs-spring-boot-docker","server":"docker.io","command":["java"],"args":["-cp","/app/resources:/app/classes:/app/libs/*","hello.Application"]}}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:12:49.1862435Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:13:40.1908624Z"}}' diff --git a/src/spring/azext_spring/tests/latest/recordings/test_app_i2a_tls.yaml b/src/spring/azext_spring/tests/latest/recordings/test_app_i2a_tls.yaml index 5f3a0eeed89..1545e3aa03e 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_app_i2a_tls.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_app_i2a_tls.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"NotFound","message":"App was not found","target":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","details":null}}' @@ -61,7 +61,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"56e88126a961459ca367bb6223cf4a16","networkProfile":{"outboundIPs":{"publicIPs":["20.219.181.209","20.219.183.20"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-03-23T02:52:58.6146926Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-23T02:57:49.439147Z"}}' @@ -116,13 +116,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Creating","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:41:22.5638284Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:41:22.5638284Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/278c525f-74f7-4bed-b2b1-ab4fb04503af?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/278c525f-74f7-4bed-b2b1-ab4fb04503af?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -134,7 +134,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/278c525f-74f7-4bed-b2b1-ab4fb04503af/Spring/clitest000003?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/278c525f-74f7-4bed-b2b1-ab4fb04503af/Spring/clitest000003?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -166,7 +166,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/278c525f-74f7-4bed-b2b1-ab4fb04503af?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/278c525f-74f7-4bed-b2b1-ab4fb04503af?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/278c525f-74f7-4bed-b2b1-ab4fb04503af","name":"278c525f-74f7-4bed-b2b1-ab4fb04503af","status":"Running","startTime":"2023-04-03T07:41:23.3093113Z"}' @@ -214,7 +214,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/278c525f-74f7-4bed-b2b1-ab4fb04503af?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/278c525f-74f7-4bed-b2b1-ab4fb04503af?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/278c525f-74f7-4bed-b2b1-ab4fb04503af","name":"278c525f-74f7-4bed-b2b1-ab4fb04503af","status":"Succeeded","startTime":"2023-04-03T07:41:23.3093113Z","endTime":"2023-04-03T07:41:29.8049927Z"}' @@ -262,7 +262,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:41:22.5638284Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:41:22.5638284Z"}}' @@ -319,13 +319,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90},"provisioningState":"Creating","status":"Running","active":true,"instances":null,"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:41:38.595217Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:41:38.595217Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/f899b4b1-ad21-4869-a554-3b0a849d3fdc?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/f899b4b1-ad21-4869-a554-3b0a849d3fdc?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -337,7 +337,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/f899b4b1-ad21-4869-a554-3b0a849d3fdc/Spring/default?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/f899b4b1-ad21-4869-a554-3b0a849d3fdc/Spring/default?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -369,7 +369,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/f899b4b1-ad21-4869-a554-3b0a849d3fdc?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/f899b4b1-ad21-4869-a554-3b0a849d3fdc?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/f899b4b1-ad21-4869-a554-3b0a849d3fdc","name":"f899b4b1-ad21-4869-a554-3b0a849d3fdc","status":"Running","startTime":"2023-04-03T07:41:39.3189057Z"}' @@ -417,7 +417,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/e7284d56-1b10-4178-abf5-889d4f27754a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/e7284d56-1b10-4178-abf5-889d4f27754a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/e7284d56-1b10-4178-abf5-889d4f27754a","name":"e7284d56-1b10-4178-abf5-889d4f27754a","status":"Running","startTime":"2023-04-03T07:41:40.8556032Z"}' @@ -465,7 +465,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/e7284d56-1b10-4178-abf5-889d4f27754a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/e7284d56-1b10-4178-abf5-889d4f27754a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/e7284d56-1b10-4178-abf5-889d4f27754a","name":"e7284d56-1b10-4178-abf5-889d4f27754a","status":"Succeeded","startTime":"2023-04-03T07:41:40.8556032Z","endTime":"2023-04-03T07:41:48.1024053Z"}' @@ -513,7 +513,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:41:22.5638284Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:41:39.8404878Z"}}' @@ -563,7 +563,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/f899b4b1-ad21-4869-a554-3b0a849d3fdc?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/f899b4b1-ad21-4869-a554-3b0a849d3fdc?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/f899b4b1-ad21-4869-a554-3b0a849d3fdc","name":"f899b4b1-ad21-4869-a554-3b0a849d3fdc","status":"Running","startTime":"2023-04-03T07:41:39.3189057Z"}' @@ -611,7 +611,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/f899b4b1-ad21-4869-a554-3b0a849d3fdc?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/f899b4b1-ad21-4869-a554-3b0a849d3fdc?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/f899b4b1-ad21-4869-a554-3b0a849d3fdc","name":"f899b4b1-ad21-4869-a554-3b0a849d3fdc","status":"Succeeded","startTime":"2023-04-03T07:41:39.3189057Z","endTime":"2023-04-03T07:42:07.3726713Z"}' @@ -659,7 +659,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-6fb57c5b75-kqj86","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-03T07:41:42Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:41:38.595217Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:41:38.595217Z"}}' @@ -709,7 +709,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:41:22.5638284Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:41:39.8404878Z"}}' @@ -759,7 +759,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-6fb57c5b75-kqj86","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-03T07:41:42Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:41:38.595217Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:41:38.595217Z"}}]}' @@ -809,7 +809,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:41:22.5638284Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:41:39.8404878Z"}}' @@ -859,7 +859,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-6fb57c5b75-kqj86","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-03T07:41:42Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:41:38.595217Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:41:38.595217Z"}}]}' @@ -909,7 +909,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-6fb57c5b75-kqj86","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-03T07:41:42Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:41:38.595217Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:41:38.595217Z"}}]}' @@ -963,13 +963,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":true,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:41:22.5638284Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:42:23.045971Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/07fb7463-8fd8-4fc3-ba40-17fa96b69344?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/07fb7463-8fd8-4fc3-ba40-17fa96b69344?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -981,7 +981,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/07fb7463-8fd8-4fc3-ba40-17fa96b69344/Spring/clitest000003?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/07fb7463-8fd8-4fc3-ba40-17fa96b69344/Spring/clitest000003?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1018,13 +1018,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90},"provisioningState":"Updating","status":"Running","active":true,"instances":null,"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:41:38.595217Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:42:24.1241823Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/fb9b08ac-b365-4b60-8529-305a64fd83b9?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/fb9b08ac-b365-4b60-8529-305a64fd83b9?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1036,7 +1036,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/fb9b08ac-b365-4b60-8529-305a64fd83b9/Spring/default?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/fb9b08ac-b365-4b60-8529-305a64fd83b9/Spring/default?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1068,7 +1068,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/fb9b08ac-b365-4b60-8529-305a64fd83b9?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/fb9b08ac-b365-4b60-8529-305a64fd83b9?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/fb9b08ac-b365-4b60-8529-305a64fd83b9","name":"fb9b08ac-b365-4b60-8529-305a64fd83b9","status":"Running","startTime":"2023-04-03T07:42:24.7739769Z"}' @@ -1116,7 +1116,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/07fb7463-8fd8-4fc3-ba40-17fa96b69344?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/07fb7463-8fd8-4fc3-ba40-17fa96b69344?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/07fb7463-8fd8-4fc3-ba40-17fa96b69344","name":"07fb7463-8fd8-4fc3-ba40-17fa96b69344","status":"Running","startTime":"2023-04-03T07:42:23.857894Z"}' @@ -1164,7 +1164,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/fb9b08ac-b365-4b60-8529-305a64fd83b9?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/fb9b08ac-b365-4b60-8529-305a64fd83b9?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/fb9b08ac-b365-4b60-8529-305a64fd83b9","name":"fb9b08ac-b365-4b60-8529-305a64fd83b9","status":"Running","startTime":"2023-04-03T07:42:24.7739769Z"}' @@ -1212,7 +1212,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/07fb7463-8fd8-4fc3-ba40-17fa96b69344?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/07fb7463-8fd8-4fc3-ba40-17fa96b69344?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/07fb7463-8fd8-4fc3-ba40-17fa96b69344","name":"07fb7463-8fd8-4fc3-ba40-17fa96b69344","status":"Succeeded","startTime":"2023-04-03T07:42:23.857894Z","endTime":"2023-04-03T07:42:37.6443595Z"}' @@ -1260,7 +1260,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":true,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:41:22.5638284Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:42:23.045971Z"}}' @@ -1310,7 +1310,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/fb9b08ac-b365-4b60-8529-305a64fd83b9?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/fb9b08ac-b365-4b60-8529-305a64fd83b9?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/fb9b08ac-b365-4b60-8529-305a64fd83b9","name":"fb9b08ac-b365-4b60-8529-305a64fd83b9","status":"Running","startTime":"2023-04-03T07:42:24.7739769Z"}' @@ -1358,7 +1358,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/fb9b08ac-b365-4b60-8529-305a64fd83b9?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/fb9b08ac-b365-4b60-8529-305a64fd83b9?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/fb9b08ac-b365-4b60-8529-305a64fd83b9","name":"fb9b08ac-b365-4b60-8529-305a64fd83b9","status":"Running","startTime":"2023-04-03T07:42:24.7739769Z"}' @@ -1406,7 +1406,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/fb9b08ac-b365-4b60-8529-305a64fd83b9?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/fb9b08ac-b365-4b60-8529-305a64fd83b9?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/fb9b08ac-b365-4b60-8529-305a64fd83b9","name":"fb9b08ac-b365-4b60-8529-305a64fd83b9","status":"Succeeded","startTime":"2023-04-03T07:42:24.7739769Z","endTime":"2023-04-03T07:43:01.5943922Z"}' @@ -1454,7 +1454,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-7c7f767697-lqv2f","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-03T07:42:35Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:41:38.595217Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:42:24.1241823Z"}}' @@ -1504,7 +1504,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":true,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:41:22.5638284Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:42:23.045971Z"}}' @@ -1554,7 +1554,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-7c7f767697-lqv2f","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-03T07:42:35Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:41:38.595217Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:42:24.1241823Z"}}]}' @@ -1604,7 +1604,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":true,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:41:22.5638284Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:42:23.045971Z"}}' @@ -1654,7 +1654,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-7c7f767697-lqv2f","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-03T07:42:35Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:41:38.595217Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:42:24.1241823Z"}}]}' @@ -1704,7 +1704,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-7c7f767697-lqv2f","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-03T07:42:35Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:41:38.595217Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:42:24.1241823Z"}}]}' @@ -1758,13 +1758,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:41:22.5638284Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:43:27.3344091Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/5ea80979-ed98-4483-ad04-761b54f6f43d?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/5ea80979-ed98-4483-ad04-761b54f6f43d?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1776,7 +1776,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/5ea80979-ed98-4483-ad04-761b54f6f43d/Spring/clitest000003?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/5ea80979-ed98-4483-ad04-761b54f6f43d/Spring/clitest000003?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1812,13 +1812,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:41:22.5638284Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:43:27.3344091Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/5ea80979-ed98-4483-ad04-761b54f6f43d?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/5ea80979-ed98-4483-ad04-761b54f6f43d?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1830,7 +1830,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/5ea80979-ed98-4483-ad04-761b54f6f43d/Spring/clitest000003?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/5ea80979-ed98-4483-ad04-761b54f6f43d/Spring/clitest000003?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1862,7 +1862,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/5ea80979-ed98-4483-ad04-761b54f6f43d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/5ea80979-ed98-4483-ad04-761b54f6f43d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/5ea80979-ed98-4483-ad04-761b54f6f43d","name":"5ea80979-ed98-4483-ad04-761b54f6f43d","status":"Running","startTime":"2023-04-03T07:43:27.8491438Z"}' @@ -1915,7 +1915,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-7c7f767697-lqv2f","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-03T07:42:35Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:41:38.595217Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:42:24.1241823Z"}}' @@ -1965,7 +1965,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/5ea80979-ed98-4483-ad04-761b54f6f43d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/5ea80979-ed98-4483-ad04-761b54f6f43d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/5ea80979-ed98-4483-ad04-761b54f6f43d","name":"5ea80979-ed98-4483-ad04-761b54f6f43d","status":"Running","startTime":"2023-04-03T07:43:27.8491438Z"}' @@ -2013,7 +2013,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/5ea80979-ed98-4483-ad04-761b54f6f43d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/5ea80979-ed98-4483-ad04-761b54f6f43d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/5ea80979-ed98-4483-ad04-761b54f6f43d","name":"5ea80979-ed98-4483-ad04-761b54f6f43d","status":"Succeeded","startTime":"2023-04-03T07:43:27.8491438Z","endTime":"2023-04-03T07:43:40.3131221Z"}' @@ -2061,7 +2061,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:41:22.5638284Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:43:27.3344091Z"}}' @@ -2111,7 +2111,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:41:22.5638284Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:43:27.3344091Z"}}' @@ -2161,7 +2161,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-7c7f767697-lqv2f","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-03T07:42:35Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:41:38.595217Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:42:24.1241823Z"}}]}' diff --git a/src/spring/azext_spring/tests/latest/recordings/test_application_accelerator.yaml b/src/spring/azext_spring/tests/latest/recordings/test_application_accelerator.yaml index 649b83068c8..50782ee1d3c 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_application_accelerator.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_application_accelerator.yaml @@ -20,13 +20,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Creating","public":true,"resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":1},"features":{"applicationAccelerator":{"state":"Enabled","route":"create"},"applicationLiveView":{"state":"Enabled","route":"app-live-view"}}},"type":"Microsoft.AppPlatform/Spring/devToolPortals","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/devToolPortals/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:24:27.971299Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:24:27.971299Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/484cb398-020c-41ba-aca3-235514f6c4ef?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/484cb398-020c-41ba-aca3-235514f6c4ef?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -38,7 +38,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/484cb398-020c-41ba-aca3-235514f6c4ef/Spring/clitest000002?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/484cb398-020c-41ba-aca3-235514f6c4ef/Spring/clitest000002?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -70,7 +70,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/484cb398-020c-41ba-aca3-235514f6c4ef?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/484cb398-020c-41ba-aca3-235514f6c4ef?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/484cb398-020c-41ba-aca3-235514f6c4ef","name":"484cb398-020c-41ba-aca3-235514f6c4ef","status":"Running","startTime":"2023-03-21T05:24:28.3599584Z"}' @@ -118,7 +118,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/484cb398-020c-41ba-aca3-235514f6c4ef?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/484cb398-020c-41ba-aca3-235514f6c4ef?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/484cb398-020c-41ba-aca3-235514f6c4ef","name":"484cb398-020c-41ba-aca3-235514f6c4ef","status":"Running","startTime":"2023-03-21T05:24:28.3599584Z"}' @@ -166,7 +166,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/484cb398-020c-41ba-aca3-235514f6c4ef?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/484cb398-020c-41ba-aca3-235514f6c4ef?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/484cb398-020c-41ba-aca3-235514f6c4ef","name":"484cb398-020c-41ba-aca3-235514f6c4ef","status":"Running","startTime":"2023-03-21T05:24:28.3599584Z"}' @@ -214,7 +214,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/484cb398-020c-41ba-aca3-235514f6c4ef?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/484cb398-020c-41ba-aca3-235514f6c4ef?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/484cb398-020c-41ba-aca3-235514f6c4ef","name":"484cb398-020c-41ba-aca3-235514f6c4ef","status":"Running","startTime":"2023-03-21T05:24:28.3599584Z"}' @@ -262,7 +262,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/484cb398-020c-41ba-aca3-235514f6c4ef?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/484cb398-020c-41ba-aca3-235514f6c4ef?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/484cb398-020c-41ba-aca3-235514f6c4ef","name":"484cb398-020c-41ba-aca3-235514f6c4ef","status":"Running","startTime":"2023-03-21T05:24:28.3599584Z"}' @@ -310,7 +310,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/484cb398-020c-41ba-aca3-235514f6c4ef?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/484cb398-020c-41ba-aca3-235514f6c4ef?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/484cb398-020c-41ba-aca3-235514f6c4ef","name":"484cb398-020c-41ba-aca3-235514f6c4ef","status":"Succeeded","startTime":"2023-03-21T05:24:28.3599584Z","endTime":"2023-03-21T05:25:13.0459886Z"}' @@ -358,7 +358,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","public":true,"url":"clitest000002-devtoolportal-29135.svc.azuremicroservices.io","resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":1},"instances":[{"name":"server-f79765868-qmhrz","status":"Running"}],"features":{"applicationAccelerator":{"state":"Enabled","route":"create"},"applicationLiveView":{"state":"Enabled","route":"app-live-view"}}},"type":"Microsoft.AppPlatform/Spring/devToolPortals","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/devToolPortals/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:24:27.971299Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:24:27.971299Z"}}' @@ -406,7 +406,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"00eca48ce3af4c59b90a8039dd9cbd8b","networkProfile":{"outboundIPs":{"publicIPs":["20.108.219.255","20.108.220.91"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:10:08.9584474Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:10:08.9584474Z"}}' @@ -460,13 +460,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Creating","components":[{"name":"accelerator-server","resourceRequests":{"cpu":"200m","memory":"256Mi","instanceCount":2},"instances":[]},{"name":"accelerator-engine","resourceRequests":{"cpu":"1000m","memory":"3Gi","instanceCount":1},"instances":[]},{"name":"accelerator-controller","resourceRequests":{"cpu":"200m","memory":"256Mi","instanceCount":1},"instances":[]},{"name":"source-controller","resourceRequests":{"cpu":"200m","memory":"256Mi","instanceCount":1},"instances":[]},{"name":"cert-manager","resourceRequests":{"cpu":"200m","memory":"256Mi","instanceCount":1},"instances":[]},{"name":"cert-manager-webhook","resourceRequests":{"cpu":"200m","memory":"256Mi","instanceCount":1},"instances":[]},{"name":"cert-manager-cainjector","resourceRequests":{"cpu":"200m","memory":"256Mi","instanceCount":1},"instances":[]},{"name":"flux-source-controller","resourceRequests":{"cpu":"200m","memory":"256Mi","instanceCount":1},"instances":[]}]},"type":"Microsoft.AppPlatform/Spring/applicationAccelerators","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:25:23.9580488Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:25:23.9580488Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -478,7 +478,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/d4039eeb-fcc2-4cf2-b820-d7613d29a11f/Spring/clitest000002?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/d4039eeb-fcc2-4cf2-b820-d7613d29a11f/Spring/clitest000002?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -510,7 +510,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","public":true,"url":"clitest000002-devtoolportal-29135.svc.azuremicroservices.io","resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":1},"instances":[{"name":"server-f79765868-qmhrz","status":"Running"}],"features":{"applicationAccelerator":{"state":"Enabled","route":"create"},"applicationLiveView":{"state":"Enabled","route":"app-live-view"}}},"type":"Microsoft.AppPlatform/Spring/devToolPortals","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/devToolPortals/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:24:27.971299Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:24:27.971299Z"}}' @@ -558,7 +558,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f","name":"d4039eeb-fcc2-4cf2-b820-d7613d29a11f","status":"Running","startTime":"2023-03-21T05:25:24.8175275Z"}' @@ -606,7 +606,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f","name":"d4039eeb-fcc2-4cf2-b820-d7613d29a11f","status":"Running","startTime":"2023-03-21T05:25:24.8175275Z"}' @@ -654,7 +654,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f","name":"d4039eeb-fcc2-4cf2-b820-d7613d29a11f","status":"Running","startTime":"2023-03-21T05:25:24.8175275Z"}' @@ -702,7 +702,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f","name":"d4039eeb-fcc2-4cf2-b820-d7613d29a11f","status":"Running","startTime":"2023-03-21T05:25:24.8175275Z"}' @@ -750,7 +750,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f","name":"d4039eeb-fcc2-4cf2-b820-d7613d29a11f","status":"Running","startTime":"2023-03-21T05:25:24.8175275Z"}' @@ -798,7 +798,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f","name":"d4039eeb-fcc2-4cf2-b820-d7613d29a11f","status":"Running","startTime":"2023-03-21T05:25:24.8175275Z"}' @@ -846,7 +846,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f","name":"d4039eeb-fcc2-4cf2-b820-d7613d29a11f","status":"Running","startTime":"2023-03-21T05:25:24.8175275Z"}' @@ -894,7 +894,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f","name":"d4039eeb-fcc2-4cf2-b820-d7613d29a11f","status":"Running","startTime":"2023-03-21T05:25:24.8175275Z"}' @@ -942,7 +942,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f","name":"d4039eeb-fcc2-4cf2-b820-d7613d29a11f","status":"Running","startTime":"2023-03-21T05:25:24.8175275Z"}' @@ -990,7 +990,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f","name":"d4039eeb-fcc2-4cf2-b820-d7613d29a11f","status":"Running","startTime":"2023-03-21T05:25:24.8175275Z"}' @@ -1038,7 +1038,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f","name":"d4039eeb-fcc2-4cf2-b820-d7613d29a11f","status":"Running","startTime":"2023-03-21T05:25:24.8175275Z"}' @@ -1086,7 +1086,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f","name":"d4039eeb-fcc2-4cf2-b820-d7613d29a11f","status":"Running","startTime":"2023-03-21T05:25:24.8175275Z"}' @@ -1134,7 +1134,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f","name":"d4039eeb-fcc2-4cf2-b820-d7613d29a11f","status":"Running","startTime":"2023-03-21T05:25:24.8175275Z"}' @@ -1182,7 +1182,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f","name":"d4039eeb-fcc2-4cf2-b820-d7613d29a11f","status":"Running","startTime":"2023-03-21T05:25:24.8175275Z"}' @@ -1230,7 +1230,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f","name":"d4039eeb-fcc2-4cf2-b820-d7613d29a11f","status":"Running","startTime":"2023-03-21T05:25:24.8175275Z"}' @@ -1278,7 +1278,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f","name":"d4039eeb-fcc2-4cf2-b820-d7613d29a11f","status":"Running","startTime":"2023-03-21T05:25:24.8175275Z"}' @@ -1326,7 +1326,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f","name":"d4039eeb-fcc2-4cf2-b820-d7613d29a11f","status":"Running","startTime":"2023-03-21T05:25:24.8175275Z"}' @@ -1374,7 +1374,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f","name":"d4039eeb-fcc2-4cf2-b820-d7613d29a11f","status":"Running","startTime":"2023-03-21T05:25:24.8175275Z"}' @@ -1422,7 +1422,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f","name":"d4039eeb-fcc2-4cf2-b820-d7613d29a11f","status":"Running","startTime":"2023-03-21T05:25:24.8175275Z"}' @@ -1470,7 +1470,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f","name":"d4039eeb-fcc2-4cf2-b820-d7613d29a11f","status":"Running","startTime":"2023-03-21T05:25:24.8175275Z"}' @@ -1518,7 +1518,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f","name":"d4039eeb-fcc2-4cf2-b820-d7613d29a11f","status":"Running","startTime":"2023-03-21T05:25:24.8175275Z"}' @@ -1566,7 +1566,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d4039eeb-fcc2-4cf2-b820-d7613d29a11f","name":"d4039eeb-fcc2-4cf2-b820-d7613d29a11f","status":"Succeeded","startTime":"2023-03-21T05:25:24.8175275Z","endTime":"2023-03-21T05:29:04.8635818Z"}' @@ -1614,7 +1614,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","components":[{"name":"accelerator-server","resourceRequests":{"cpu":"200m","memory":"256Mi","instanceCount":2},"instances":[{"name":"acc-server-75f94b8485-b4rsd","status":"Running"},{"name":"acc-server-75f94b8485-k5dpx","status":"Running"}]},{"name":"accelerator-engine","resourceRequests":{"cpu":"1000m","memory":"3Gi","instanceCount":1},"instances":[{"name":"acc-engine-67cb449b99-g2jdp","status":"Running"}]},{"name":"accelerator-controller","resourceRequests":{"cpu":"200m","memory":"256Mi","instanceCount":1},"instances":[{"name":"accelerator-controller-manager-85d59795dd-t7cqh","status":"Running"}]},{"name":"source-controller","resourceRequests":{"cpu":"200m","memory":"256Mi","instanceCount":1},"instances":[{"name":"source-controller-manager-ccccdb8c5-zwmm5","status":"Running"}]},{"name":"cert-manager","resourceRequests":{"cpu":"200m","memory":"256Mi","instanceCount":1},"instances":[{"name":"cert-manager-8596f796c4-h9g8f","status":"Running"}]},{"name":"cert-manager-webhook","resourceRequests":{"cpu":"200m","memory":"256Mi","instanceCount":1},"instances":[{"name":"cert-manager-webhook-86db8c4f5d-f4mfk","status":"Running"}]},{"name":"cert-manager-cainjector","resourceRequests":{"cpu":"200m","memory":"256Mi","instanceCount":1},"instances":[{"name":"cert-manager-cainjector-78558d99c-4fj9h","status":"Running"}]},{"name":"flux-source-controller","resourceRequests":{"cpu":"200m","memory":"256Mi","instanceCount":1},"instances":[{"name":"fluxcd-source-controller-8597db5c46-zmscb","status":"Running"}]}]},"type":"Microsoft.AppPlatform/Spring/applicationAccelerators","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:25:23.9580488Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:25:23.9580488Z"}}' @@ -1662,7 +1662,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"00eca48ce3af4c59b90a8039dd9cbd8b","networkProfile":{"outboundIPs":{"publicIPs":["20.108.219.255","20.108.220.91"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:10:08.9584474Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:10:08.9584474Z"}}' @@ -1712,7 +1712,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","public":true,"url":"clitest000002-devtoolportal-29135.svc.azuremicroservices.io","resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":1},"instances":[{"name":"server-f79765868-qmhrz","status":"Running"}],"features":{"applicationAccelerator":{"state":"Enabled","route":"create"},"applicationLiveView":{"state":"Enabled","route":"app-live-view"}}},"type":"Microsoft.AppPlatform/Spring/devToolPortals","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/devToolPortals/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:24:27.971299Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:24:27.971299Z"}}' @@ -1760,7 +1760,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"00eca48ce3af4c59b90a8039dd9cbd8b","networkProfile":{"outboundIPs":{"publicIPs":["20.108.219.255","20.108.220.91"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:10:08.9584474Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:10:08.9584474Z"}}' @@ -1810,7 +1810,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","components":[{"name":"accelerator-server","resourceRequests":{"cpu":"200m","memory":"256Mi","instanceCount":2},"instances":[{"name":"acc-server-75f94b8485-b4rsd","status":"Running"},{"name":"acc-server-75f94b8485-k5dpx","status":"Running"}]},{"name":"accelerator-engine","resourceRequests":{"cpu":"1000m","memory":"3Gi","instanceCount":1},"instances":[{"name":"acc-engine-67cb449b99-g2jdp","status":"Running"}]},{"name":"accelerator-controller","resourceRequests":{"cpu":"200m","memory":"256Mi","instanceCount":1},"instances":[{"name":"accelerator-controller-manager-85d59795dd-t7cqh","status":"Running"}]},{"name":"source-controller","resourceRequests":{"cpu":"200m","memory":"256Mi","instanceCount":1},"instances":[{"name":"source-controller-manager-ccccdb8c5-zwmm5","status":"Running"}]},{"name":"cert-manager","resourceRequests":{"cpu":"200m","memory":"256Mi","instanceCount":1},"instances":[{"name":"cert-manager-8596f796c4-h9g8f","status":"Running"}]},{"name":"cert-manager-webhook","resourceRequests":{"cpu":"200m","memory":"256Mi","instanceCount":1},"instances":[{"name":"cert-manager-webhook-86db8c4f5d-f4mfk","status":"Running"}]},{"name":"cert-manager-cainjector","resourceRequests":{"cpu":"200m","memory":"256Mi","instanceCount":1},"instances":[{"name":"cert-manager-cainjector-78558d99c-4fj9h","status":"Running"}]},{"name":"flux-source-controller","resourceRequests":{"cpu":"200m","memory":"256Mi","instanceCount":1},"instances":[{"name":"fluxcd-source-controller-8597db5c46-zmscb","status":"Running"}]}]},"type":"Microsoft.AppPlatform/Spring/applicationAccelerators","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:25:23.9580488Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:25:23.9580488Z"}}' @@ -1858,7 +1858,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"00eca48ce3af4c59b90a8039dd9cbd8b","networkProfile":{"outboundIPs":{"publicIPs":["20.108.219.255","20.108.220.91"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:10:08.9584474Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:10:08.9584474Z"}}' @@ -1910,13 +1910,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default?api-version=2023-05-01-preview response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1926,7 +1926,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/eb7f2f31-b639-47d7-bc5c-f8d733b076b4/Spring/clitest000002?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/eb7f2f31-b639-47d7-bc5c-f8d733b076b4/Spring/clitest000002?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1958,7 +1958,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","public":true,"url":"clitest000002-devtoolportal-29135.svc.azuremicroservices.io","resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":1},"instances":[{"name":"server-f79765868-qmhrz","status":"Running"}],"features":{"applicationAccelerator":{"state":"Enabled","route":"create"},"applicationLiveView":{"state":"Enabled","route":"app-live-view"}}},"type":"Microsoft.AppPlatform/Spring/devToolPortals","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/devToolPortals/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:24:27.971299Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:24:27.971299Z"}}' @@ -2011,13 +2011,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Updating","public":true,"url":"clitest000002-devtoolportal-29135.svc.azuremicroservices.io","resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":1},"features":{"applicationAccelerator":{"state":"Disabled","route":"create"},"applicationLiveView":{"state":"Enabled","route":"app-live-view"}}},"type":"Microsoft.AppPlatform/Spring/devToolPortals","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/devToolPortals/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:24:27.971299Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:29:27.3328996Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/16e57bb7-67db-446c-96f3-d435f59f187b?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/16e57bb7-67db-446c-96f3-d435f59f187b?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -2029,7 +2029,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/16e57bb7-67db-446c-96f3-d435f59f187b/Spring/clitest000002?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/16e57bb7-67db-446c-96f3-d435f59f187b/Spring/clitest000002?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -2061,7 +2061,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/16e57bb7-67db-446c-96f3-d435f59f187b?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/16e57bb7-67db-446c-96f3-d435f59f187b?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/16e57bb7-67db-446c-96f3-d435f59f187b","name":"16e57bb7-67db-446c-96f3-d435f59f187b","status":"Running","startTime":"2023-03-21T05:29:27.7411997Z"}' @@ -2109,7 +2109,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4","name":"eb7f2f31-b639-47d7-bc5c-f8d733b076b4","status":"Running","startTime":"2023-03-21T05:29:25.922614Z"}' @@ -2157,7 +2157,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/16e57bb7-67db-446c-96f3-d435f59f187b?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/16e57bb7-67db-446c-96f3-d435f59f187b?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/16e57bb7-67db-446c-96f3-d435f59f187b","name":"16e57bb7-67db-446c-96f3-d435f59f187b","status":"Succeeded","startTime":"2023-03-21T05:29:27.7411997Z","endTime":"2023-03-21T05:29:36.8039105Z"}' @@ -2205,7 +2205,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","public":true,"url":"clitest000002-devtoolportal-29135.svc.azuremicroservices.io","resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":1},"instances":[{"name":"server-f79765868-qmhrz","status":"Running"}],"features":{"applicationAccelerator":{"state":"Disabled","route":"create"},"applicationLiveView":{"state":"Enabled","route":"app-live-view"}}},"type":"Microsoft.AppPlatform/Spring/devToolPortals","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/devToolPortals/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:24:27.971299Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:29:27.3328996Z"}}' @@ -2253,7 +2253,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4","name":"eb7f2f31-b639-47d7-bc5c-f8d733b076b4","status":"Running","startTime":"2023-03-21T05:29:25.922614Z"}' @@ -2301,7 +2301,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4","name":"eb7f2f31-b639-47d7-bc5c-f8d733b076b4","status":"Running","startTime":"2023-03-21T05:29:25.922614Z"}' @@ -2349,7 +2349,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4","name":"eb7f2f31-b639-47d7-bc5c-f8d733b076b4","status":"Running","startTime":"2023-03-21T05:29:25.922614Z"}' @@ -2397,7 +2397,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4","name":"eb7f2f31-b639-47d7-bc5c-f8d733b076b4","status":"Running","startTime":"2023-03-21T05:29:25.922614Z"}' @@ -2445,7 +2445,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4","name":"eb7f2f31-b639-47d7-bc5c-f8d733b076b4","status":"Running","startTime":"2023-03-21T05:29:25.922614Z"}' @@ -2493,7 +2493,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4","name":"eb7f2f31-b639-47d7-bc5c-f8d733b076b4","status":"Running","startTime":"2023-03-21T05:29:25.922614Z"}' @@ -2541,7 +2541,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4","name":"eb7f2f31-b639-47d7-bc5c-f8d733b076b4","status":"Running","startTime":"2023-03-21T05:29:25.922614Z"}' @@ -2589,7 +2589,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4","name":"eb7f2f31-b639-47d7-bc5c-f8d733b076b4","status":"Running","startTime":"2023-03-21T05:29:25.922614Z"}' @@ -2637,7 +2637,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4","name":"eb7f2f31-b639-47d7-bc5c-f8d733b076b4","status":"Running","startTime":"2023-03-21T05:29:25.922614Z"}' @@ -2685,7 +2685,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/eb7f2f31-b639-47d7-bc5c-f8d733b076b4","name":"eb7f2f31-b639-47d7-bc5c-f8d733b076b4","status":"Succeeded","startTime":"2023-03-21T05:29:25.922614Z","endTime":"2023-03-21T05:31:13.5564058Z"}' @@ -2733,7 +2733,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"00eca48ce3af4c59b90a8039dd9cbd8b","networkProfile":{"outboundIPs":{"publicIPs":["20.108.219.255","20.108.220.91"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:10:08.9584474Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:10:08.9584474Z"}}' @@ -2783,7 +2783,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","public":true,"url":"clitest000002-devtoolportal-29135.svc.azuremicroservices.io","resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":1},"instances":[{"name":"server-6b4f64cdb7-7zjd9","status":"Running"}],"features":{"applicationAccelerator":{"state":"Disabled","route":"create"},"applicationLiveView":{"state":"Enabled","route":"app-live-view"}}},"type":"Microsoft.AppPlatform/Spring/devToolPortals","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/devToolPortals/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:24:27.971299Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:29:27.3328996Z"}}' diff --git a/src/spring/azext_spring/tests/latest/recordings/test_application_configuration_service.yaml b/src/spring/azext_spring/tests/latest/recordings/test_application_configuration_service.yaml index d5e2b827bdc..b08dd52666a 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_application_configuration_service.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_application_configuration_service.yaml @@ -1,3723 +1,4067 @@ -interactions: -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app create - Connection: - - keep-alive - ParameterSetName: - - -g -s -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview - response: - body: - string: '{"error":{"code":"NotFound","message":"App was not found","target":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","details":null}}' - headers: - cache-control: - - no-cache - content-length: - - '241' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:02:41 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 404 - message: Not Found -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app create - Connection: - - keep-alive - ParameterSetName: - - -g -s -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '935' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:02:41 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: '{"properties": {"public": false, "httpsOnly": false, "temporaryDisk": {"sizeInGB": - 5, "mountPath": "/tmp"}, "enableEndToEndTLS": false}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app create - Connection: - - keep-alive - Content-Length: - - '136' - Content-Type: - - application/json - ParameterSetName: - - -g -s -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Creating","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:42.3640664Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:02:42.3640664Z"}}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/5a233293-c818-4ff2-9fb8-923b642562de?api-version=2023-03-01-preview - cache-control: - - no-cache - content-length: - - '879' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:02:42 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/5a233293-c818-4ff2-9fb8-923b642562de/Spring/clitest000003?api-version=2023-03-01-preview - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '1199' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app create - Connection: - - keep-alive - ParameterSetName: - - -g -s -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/5a233293-c818-4ff2-9fb8-923b642562de?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/5a233293-c818-4ff2-9fb8-923b642562de","name":"5a233293-c818-4ff2-9fb8-923b642562de","status":"Running","startTime":"2023-04-12T09:02:42.7008797Z"}' - headers: - cache-control: - - no-cache - content-length: - - '328' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:02:42 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app create - Connection: - - keep-alive - ParameterSetName: - - -g -s -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/5a233293-c818-4ff2-9fb8-923b642562de?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/5a233293-c818-4ff2-9fb8-923b642562de","name":"5a233293-c818-4ff2-9fb8-923b642562de","status":"Succeeded","startTime":"2023-04-12T09:02:42.7008797Z","endTime":"2023-04-12T09:02:49.8575007Z"}' - headers: - cache-control: - - no-cache - content-length: - - '371' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:02:53 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app create - Connection: - - keep-alive - ParameterSetName: - - -g -s -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:42.3640664Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:02:42.3640664Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '983' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:02:53 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: '{"properties": {"source": {"type": "BuildResult", "buildResultId": ""}, - "deploymentSettings": {"resourceRequests": {"cpu": "1", "memory": "1Gi"}, "scale": - {"minReplicas": 1, "maxReplicas": 10}}, "active": true}, "sku": {"name": "E0", - "tier": "Enterprise", "capacity": 1}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app create - Connection: - - keep-alive - Content-Length: - - '280' - Content-Type: - - application/json - ParameterSetName: - - -g -s -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90},"provisioningState":"Creating","status":"Running","active":true,"instances":null,"source":{"type":"BuildResult","buildResultId":""}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"E0","tier":"Enterprise","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:57.9423264Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:02:57.9423264Z"}}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/7bf9ddf0-3a31-45d3-9e59-b8e08f8b6e95?api-version=2023-03-01-preview - cache-control: - - no-cache - content-length: - - '829' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:02:58 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/7bf9ddf0-3a31-45d3-9e59-b8e08f8b6e95/Spring/default?api-version=2023-03-01-preview - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '1199' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app create - Connection: - - keep-alive - ParameterSetName: - - -g -s -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/7bf9ddf0-3a31-45d3-9e59-b8e08f8b6e95?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/7bf9ddf0-3a31-45d3-9e59-b8e08f8b6e95","name":"7bf9ddf0-3a31-45d3-9e59-b8e08f8b6e95","status":"Running","startTime":"2023-04-12T09:02:58.499095Z"}' - headers: - cache-control: - - no-cache - content-length: - - '321' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:02:58 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app create - Connection: - - keep-alive - ParameterSetName: - - -g -s -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/7bf9ddf0-3a31-45d3-9e59-b8e08f8b6e95?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/7bf9ddf0-3a31-45d3-9e59-b8e08f8b6e95","name":"7bf9ddf0-3a31-45d3-9e59-b8e08f8b6e95","status":"Running","startTime":"2023-04-12T09:02:58.499095Z"}' - headers: - cache-control: - - no-cache - content-length: - - '321' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:03:08 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app create - Connection: - - keep-alive - ParameterSetName: - - -g -s -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/7bf9ddf0-3a31-45d3-9e59-b8e08f8b6e95?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/7bf9ddf0-3a31-45d3-9e59-b8e08f8b6e95","name":"7bf9ddf0-3a31-45d3-9e59-b8e08f8b6e95","status":"Running","startTime":"2023-04-12T09:02:58.499095Z"}' - headers: - cache-control: - - no-cache - content-length: - - '321' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:03:19 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app create - Connection: - - keep-alive - ParameterSetName: - - -g -s -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/7bf9ddf0-3a31-45d3-9e59-b8e08f8b6e95?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/7bf9ddf0-3a31-45d3-9e59-b8e08f8b6e95","name":"7bf9ddf0-3a31-45d3-9e59-b8e08f8b6e95","status":"Succeeded","startTime":"2023-04-12T09:02:58.499095Z","endTime":"2023-04-12T09:03:20.6556664Z"}' - headers: - cache-control: - - no-cache - content-length: - - '364' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:03:29 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app create - Connection: - - keep-alive - ParameterSetName: - - -g -s -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-7fc5f78665-jdtx6","status":"Running","discoveryStatus":"N/A","startTime":"2023-04-12T09:03:03Z"}],"source":{"type":"BuildResult","buildResultId":""}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"E0","tier":"Enterprise","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:57.9423264Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:02:57.9423264Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '1328' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:03:30 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app create - Connection: - - keep-alive - ParameterSetName: - - -g -s -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:42.3640664Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:02:42.3640664Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '983' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:03:33 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11997' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app create - Connection: - - keep-alive - ParameterSetName: - - -g -s -n - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview - response: - body: - string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-7fc5f78665-jdtx6","status":"Running","discoveryStatus":"N/A","startTime":"2023-04-12T09:03:03Z"}],"source":{"type":"BuildResult","buildResultId":""}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"E0","tier":"Enterprise","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:57.9423264Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:02:57.9423264Z"}}]}' - headers: - cache-control: - - no-cache - content-length: - - '1340' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:03:33 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service show - Connection: - - keep-alive - ParameterSetName: - - -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '935' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:03:36 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service show - Connection: - - keep-alive - ParameterSetName: - - -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57c6f89cdc-8xbwj","status":"Running"},{"name":"application-configuration-service-57c6f89cdc-nn4gv","status":"Running"}]},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:34:03.7672165Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '774' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:03:37 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo add - Connection: - - keep-alive - ParameterSetName: - - -g -s -n --label --patterns --uri - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '935' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:03:39 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo add - Connection: - - keep-alive - ParameterSetName: - - -g -s -n --label --patterns --uri - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57c6f89cdc-8xbwj","status":"Running"},{"name":"application-configuration-service-57c6f89cdc-nn4gv","status":"Running"}]},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:34:03.7672165Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '774' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:03:40 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: '{"gitProperty": {"repositories": [{"name": "repo1", "patterns": ["api-gateway", - "customers-service"], "uri": "https://github.com/spring-petclinic/spring-petclinic-microservices-config", - "label": "main"}]}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo add - Connection: - - keep-alive - Content-Length: - - '205' - Content-Type: - - application/json - ParameterSetName: - - -g -s -n --label --patterns --uri - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default/validate?api-version=2023-03-01-preview - response: - body: - string: '' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/25854393-a52e-4dd3-a811-a77bf068c587?api-version=2023-03-01-preview - cache-control: - - no-cache - content-length: - - '0' - date: - - Wed, 12 Apr 2023 09:03:41 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/25854393-a52e-4dd3-a811-a77bf068c587/Spring/clitest000002?api-version=2023-03-01-preview - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo add - Connection: - - keep-alive - ParameterSetName: - - -g -s -n --label --patterns --uri - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/25854393-a52e-4dd3-a811-a77bf068c587?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/25854393-a52e-4dd3-a811-a77bf068c587","name":"25854393-a52e-4dd3-a811-a77bf068c587","status":"Running","startTime":"2023-04-12T09:03:41.4953427Z"}' - headers: - cache-control: - - no-cache - content-length: - - '328' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:03:41 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo add - Connection: - - keep-alive - ParameterSetName: - - -g -s -n --label --patterns --uri - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/25854393-a52e-4dd3-a811-a77bf068c587?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/25854393-a52e-4dd3-a811-a77bf068c587","name":"25854393-a52e-4dd3-a811-a77bf068c587","status":"Succeeded","startTime":"2023-04-12T09:03:41.4953427Z","endTime":"2023-04-12T09:03:48.3543713Z"}' - headers: - cache-control: - - no-cache - content-length: - - '371' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:03:51 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo add - Connection: - - keep-alive - ParameterSetName: - - -g -s -n --label --patterns --uri - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/25854393-a52e-4dd3-a811-a77bf068c587/Spring/clitest000002?api-version=2023-03-01-preview - response: - body: - string: '{"gitPropertyValidationResult":{"isValid":true,"gitReposValidationResult":[]}}' - headers: - cache-control: - - no-cache - content-length: - - '78' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:03:51 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: '{"properties": {"settings": {"gitProperty": {"repositories": [{"name": - "repo1", "patterns": ["api-gateway", "customers-service"], "uri": "https://github.com/spring-petclinic/spring-petclinic-microservices-config", - "label": "main"}]}}}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo add - Connection: - - keep-alive - Content-Length: - - '235' - Content-Type: - - application/json - ParameterSetName: - - -g -s -n --label --patterns --uri - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Updating","settings":{"gitProperty":{"repositories":[{"name":"repo1","patterns":["api-gateway","customers-service"],"label":"main","uri":"https://github.com/spring-petclinic/spring-petclinic-microservices-config"}]}},"resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57c6f89cdc-8xbwj","status":"Running"},{"name":"application-configuration-service-57c6f89cdc-nn4gv","status":"Running"}]},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:03:52.7726587Z"}}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/95291e0e-f0e4-434b-be86-2dd2bd46d6c6?api-version=2023-03-01-preview - cache-control: - - no-cache - content-length: - - '980' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:03:52 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/95291e0e-f0e4-434b-be86-2dd2bd46d6c6/Spring/clitest000002?api-version=2023-03-01-preview - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo add - Connection: - - keep-alive - ParameterSetName: - - -g -s -n --label --patterns --uri - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/95291e0e-f0e4-434b-be86-2dd2bd46d6c6?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/95291e0e-f0e4-434b-be86-2dd2bd46d6c6","name":"95291e0e-f0e4-434b-be86-2dd2bd46d6c6","status":"Running","startTime":"2023-04-12T09:03:53.0262677Z"}' - headers: - cache-control: - - no-cache - content-length: - - '328' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:03:52 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo add - Connection: - - keep-alive - ParameterSetName: - - -g -s -n --label --patterns --uri - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/95291e0e-f0e4-434b-be86-2dd2bd46d6c6?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/95291e0e-f0e4-434b-be86-2dd2bd46d6c6","name":"95291e0e-f0e4-434b-be86-2dd2bd46d6c6","status":"Running","startTime":"2023-04-12T09:03:53.0262677Z"}' - headers: - cache-control: - - no-cache - content-length: - - '328' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:04:03 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo add - Connection: - - keep-alive - ParameterSetName: - - -g -s -n --label --patterns --uri - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/95291e0e-f0e4-434b-be86-2dd2bd46d6c6?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/95291e0e-f0e4-434b-be86-2dd2bd46d6c6","name":"95291e0e-f0e4-434b-be86-2dd2bd46d6c6","status":"Succeeded","startTime":"2023-04-12T09:03:53.0262677Z","endTime":"2023-04-12T09:04:10.374551Z"}' - headers: - cache-control: - - no-cache - content-length: - - '370' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:04:13 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo add - Connection: - - keep-alive - ParameterSetName: - - -g -s -n --label --patterns --uri - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","settings":{"gitProperty":{"repositories":[{"name":"repo1","patterns":["api-gateway","customers-service"],"label":"main","uri":"https://github.com/spring-petclinic/spring-petclinic-microservices-config"}]}},"resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57c6f89cdc-8xbwj","status":"Running"},{"name":"application-configuration-service-57c6f89cdc-nn4gv","status":"Running"}]},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:03:52.7726587Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '981' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:04:13 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo update - Connection: - - keep-alive - ParameterSetName: - - -g -s -n --label - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '935' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:04:16 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo update - Connection: - - keep-alive - ParameterSetName: - - -g -s -n --label - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","settings":{"gitProperty":{"repositories":[{"name":"repo1","patterns":["api-gateway","customers-service"],"label":"main","uri":"https://github.com/spring-petclinic/spring-petclinic-microservices-config"}]}},"resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57c6f89cdc-8xbwj","status":"Running"},{"name":"application-configuration-service-57c6f89cdc-nn4gv","status":"Running"}]},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:03:52.7726587Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '981' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:04:17 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: '{"gitProperty": {"repositories": [{"name": "repo1", "patterns": ["api-gateway", - "customers-service"], "uri": "https://github.com/spring-petclinic/spring-petclinic-microservices-config", - "label": "main"}]}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo update - Connection: - - keep-alive - Content-Length: - - '205' - Content-Type: - - application/json - ParameterSetName: - - -g -s -n --label - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default/validate?api-version=2023-03-01-preview - response: - body: - string: '' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/f0749a5a-51dc-4a9e-8e74-224673daab74?api-version=2023-03-01-preview - cache-control: - - no-cache - content-length: - - '0' - date: - - Wed, 12 Apr 2023 09:04:17 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/f0749a5a-51dc-4a9e-8e74-224673daab74/Spring/clitest000002?api-version=2023-03-01-preview - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo update - Connection: - - keep-alive - ParameterSetName: - - -g -s -n --label - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/f0749a5a-51dc-4a9e-8e74-224673daab74?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/f0749a5a-51dc-4a9e-8e74-224673daab74","name":"f0749a5a-51dc-4a9e-8e74-224673daab74","status":"Running","startTime":"2023-04-12T09:04:18.7735084Z"}' - headers: - cache-control: - - no-cache - content-length: - - '328' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:04:18 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo update - Connection: - - keep-alive - ParameterSetName: - - -g -s -n --label - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/f0749a5a-51dc-4a9e-8e74-224673daab74?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/f0749a5a-51dc-4a9e-8e74-224673daab74","name":"f0749a5a-51dc-4a9e-8e74-224673daab74","status":"Succeeded","startTime":"2023-04-12T09:04:18.7735084Z","endTime":"2023-04-12T09:04:26.9887431Z"}' - headers: - cache-control: - - no-cache - content-length: - - '371' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:04:29 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo update - Connection: - - keep-alive - ParameterSetName: - - -g -s -n --label - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/f0749a5a-51dc-4a9e-8e74-224673daab74/Spring/clitest000002?api-version=2023-03-01-preview - response: - body: - string: '{"gitPropertyValidationResult":{"isValid":true,"gitReposValidationResult":[]}}' - headers: - cache-control: - - no-cache - content-length: - - '78' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:04:29 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: '{"properties": {"settings": {"gitProperty": {"repositories": [{"name": - "repo1", "patterns": ["api-gateway", "customers-service"], "uri": "https://github.com/spring-petclinic/spring-petclinic-microservices-config", - "label": "main"}]}}}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo update - Connection: - - keep-alive - Content-Length: - - '235' - Content-Type: - - application/json - ParameterSetName: - - -g -s -n --label - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Updating","settings":{"gitProperty":{"repositories":[{"name":"repo1","patterns":["api-gateway","customers-service"],"label":"main","uri":"https://github.com/spring-petclinic/spring-petclinic-microservices-config"}]}},"resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57c6f89cdc-8xbwj","status":"Running"},{"name":"application-configuration-service-57c6f89cdc-nn4gv","status":"Running"}]},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:04:30.0868834Z"}}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d78379f9-c5c8-4a95-9631-7b5121ac2529?api-version=2023-03-01-preview - cache-control: - - no-cache - content-length: - - '980' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:04:30 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/d78379f9-c5c8-4a95-9631-7b5121ac2529/Spring/clitest000002?api-version=2023-03-01-preview - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo update - Connection: - - keep-alive - ParameterSetName: - - -g -s -n --label - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d78379f9-c5c8-4a95-9631-7b5121ac2529?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d78379f9-c5c8-4a95-9631-7b5121ac2529","name":"d78379f9-c5c8-4a95-9631-7b5121ac2529","status":"Running","startTime":"2023-04-12T09:04:30.3316031Z"}' - headers: - cache-control: - - no-cache - content-length: - - '328' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:04:30 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo update - Connection: - - keep-alive - ParameterSetName: - - -g -s -n --label - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d78379f9-c5c8-4a95-9631-7b5121ac2529?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d78379f9-c5c8-4a95-9631-7b5121ac2529","name":"d78379f9-c5c8-4a95-9631-7b5121ac2529","status":"Running","startTime":"2023-04-12T09:04:30.3316031Z"}' - headers: - cache-control: - - no-cache - content-length: - - '328' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:04:40 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo update - Connection: - - keep-alive - ParameterSetName: - - -g -s -n --label - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d78379f9-c5c8-4a95-9631-7b5121ac2529?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d78379f9-c5c8-4a95-9631-7b5121ac2529","name":"d78379f9-c5c8-4a95-9631-7b5121ac2529","status":"Succeeded","startTime":"2023-04-12T09:04:30.3316031Z","endTime":"2023-04-12T09:04:47.4429175Z"}' - headers: - cache-control: - - no-cache - content-length: - - '371' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:04:51 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo update - Connection: - - keep-alive - ParameterSetName: - - -g -s -n --label - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","settings":{"gitProperty":{"repositories":[{"name":"repo1","patterns":["api-gateway","customers-service"],"label":"main","uri":"https://github.com/spring-petclinic/spring-petclinic-microservices-config"}]}},"resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57c6f89cdc-8xbwj","status":"Running"},{"name":"application-configuration-service-57c6f89cdc-nn4gv","status":"Running"}]},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:04:30.0868834Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '981' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:04:51 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo list - Connection: - - keep-alive - ParameterSetName: - - -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '935' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:04:53 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo list - Connection: - - keep-alive - ParameterSetName: - - -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","settings":{"gitProperty":{"repositories":[{"name":"repo1","patterns":["api-gateway","customers-service"],"label":"main","uri":"https://github.com/spring-petclinic/spring-petclinic-microservices-config"}]}},"resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57c6f89cdc-8xbwj","status":"Running"},{"name":"application-configuration-service-57c6f89cdc-nn4gv","status":"Running"}]},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:04:30.0868834Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '981' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:04:54 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo remove - Connection: - - keep-alive - ParameterSetName: - - --name -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '935' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:04:55 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo remove - Connection: - - keep-alive - ParameterSetName: - - --name -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","settings":{"gitProperty":{"repositories":[{"name":"repo1","patterns":["api-gateway","customers-service"],"label":"main","uri":"https://github.com/spring-petclinic/spring-petclinic-microservices-config"}]}},"resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57c6f89cdc-8xbwj","status":"Running"},{"name":"application-configuration-service-57c6f89cdc-nn4gv","status":"Running"}]},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:04:30.0868834Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '981' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:04:57 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: '{"gitProperty": {"repositories": []}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo remove - Connection: - - keep-alive - Content-Length: - - '37' - Content-Type: - - application/json - ParameterSetName: - - --name -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default/validate?api-version=2023-03-01-preview - response: - body: - string: '' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d1a47796-830c-4180-aa25-b8cfa0ecb2f6?api-version=2023-03-01-preview - cache-control: - - no-cache - content-length: - - '0' - date: - - Wed, 12 Apr 2023 09:04:58 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/d1a47796-830c-4180-aa25-b8cfa0ecb2f6/Spring/clitest000002?api-version=2023-03-01-preview - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo remove - Connection: - - keep-alive - ParameterSetName: - - --name -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d1a47796-830c-4180-aa25-b8cfa0ecb2f6?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d1a47796-830c-4180-aa25-b8cfa0ecb2f6","name":"d1a47796-830c-4180-aa25-b8cfa0ecb2f6","status":"Running","startTime":"2023-04-12T09:04:58.6087805Z"}' - headers: - cache-control: - - no-cache - content-length: - - '328' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:04:58 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo remove - Connection: - - keep-alive - ParameterSetName: - - --name -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d1a47796-830c-4180-aa25-b8cfa0ecb2f6?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/d1a47796-830c-4180-aa25-b8cfa0ecb2f6","name":"d1a47796-830c-4180-aa25-b8cfa0ecb2f6","status":"Succeeded","startTime":"2023-04-12T09:04:58.6087805Z","endTime":"2023-04-12T09:05:04.7799877Z"}' - headers: - cache-control: - - no-cache - content-length: - - '371' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:05:09 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo remove - Connection: - - keep-alive - ParameterSetName: - - --name -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/d1a47796-830c-4180-aa25-b8cfa0ecb2f6/Spring/clitest000002?api-version=2023-03-01-preview - response: - body: - string: '{"gitPropertyValidationResult":{"isValid":true,"gitReposValidationResult":[]}}' - headers: - cache-control: - - no-cache - content-length: - - '78' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:05:09 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: '{"properties": {"settings": {"gitProperty": {"repositories": []}}}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo remove - Connection: - - keep-alive - Content-Length: - - '67' - Content-Type: - - application/json - ParameterSetName: - - --name -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Updating","settings":{"gitProperty":{"repositories":[]}},"resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57c6f89cdc-8xbwj","status":"Running"},{"name":"application-configuration-service-57c6f89cdc-nn4gv","status":"Running"}]},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:05:10.3037831Z"}}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/c8a3cbff-6455-4bfa-90e3-b6f5180b5034?api-version=2023-03-01-preview - cache-control: - - no-cache - content-length: - - '820' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:05:10 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/c8a3cbff-6455-4bfa-90e3-b6f5180b5034/Spring/clitest000002?api-version=2023-03-01-preview - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo remove - Connection: - - keep-alive - ParameterSetName: - - --name -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/c8a3cbff-6455-4bfa-90e3-b6f5180b5034?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/c8a3cbff-6455-4bfa-90e3-b6f5180b5034","name":"c8a3cbff-6455-4bfa-90e3-b6f5180b5034","status":"Running","startTime":"2023-04-12T09:05:10.5378868Z"}' - headers: - cache-control: - - no-cache - content-length: - - '328' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:05:10 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo remove - Connection: - - keep-alive - ParameterSetName: - - --name -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/c8a3cbff-6455-4bfa-90e3-b6f5180b5034?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/c8a3cbff-6455-4bfa-90e3-b6f5180b5034","name":"c8a3cbff-6455-4bfa-90e3-b6f5180b5034","status":"Running","startTime":"2023-04-12T09:05:10.5378868Z"}' - headers: - cache-control: - - no-cache - content-length: - - '328' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:05:20 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo remove - Connection: - - keep-alive - ParameterSetName: - - --name -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/c8a3cbff-6455-4bfa-90e3-b6f5180b5034?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/c8a3cbff-6455-4bfa-90e3-b6f5180b5034","name":"c8a3cbff-6455-4bfa-90e3-b6f5180b5034","status":"Succeeded","startTime":"2023-04-12T09:05:10.5378868Z","endTime":"2023-04-12T09:05:26.8734601Z"}' - headers: - cache-control: - - no-cache - content-length: - - '371' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:05:31 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo remove - Connection: - - keep-alive - ParameterSetName: - - --name -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","settings":{"gitProperty":{"repositories":[]}},"resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57c6f89cdc-8xbwj","status":"Running"},{"name":"application-configuration-service-57c6f89cdc-nn4gv","status":"Running"}]},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:05:10.3037831Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '821' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:05:32 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo list - Connection: - - keep-alive - ParameterSetName: - - -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '935' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:05:32 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service git repo list - Connection: - - keep-alive - ParameterSetName: - - -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","settings":{"gitProperty":{"repositories":[]}},"resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57c6f89cdc-8xbwj","status":"Running"},{"name":"application-configuration-service-57c6f89cdc-nn4gv","status":"Running"}]},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:05:10.3037831Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '821' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:05:34 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service bind - Connection: - - keep-alive - ParameterSetName: - - --app -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '935' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:05:35 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service bind - Connection: - - keep-alive - ParameterSetName: - - --app -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:42.3640664Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:02:42.3640664Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '983' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:05:37 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: '{"properties": {"public": false, "addonConfigs": {"applicationConfigurationService": - {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default"}, - "serviceRegistry": {}}, "httpsOnly": false, "temporaryDisk": {"sizeInGB": 5, - "mountPath": "/tmp"}, "persistentDisk": {"sizeInGB": 0, "mountPath": "/persistent"}, - "enableEndToEndTLS": false, "ingressSettings": {"readTimeoutInSeconds": 300, - "sendTimeoutInSeconds": 60, "sessionAffinity": "None", "sessionCookieMaxAge": - 0, "backendProtocol": "Default"}}, "location": "uksouth"}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service bind - Connection: - - keep-alive - Content-Length: - - '645' - Content-Type: - - application/json - ParameterSetName: - - --app -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default"},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:42.3640664Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:05:38.4003015Z"}}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/82c544bd-d33f-43d1-b41c-19dfbaa0db31?api-version=2023-03-01-preview - cache-control: - - no-cache - content-length: - - '1163' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:05:38 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/82c544bd-d33f-43d1-b41c-19dfbaa0db31/Spring/clitest000003?api-version=2023-03-01-preview - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '1199' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service bind - Connection: - - keep-alive - ParameterSetName: - - --app -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/82c544bd-d33f-43d1-b41c-19dfbaa0db31?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/82c544bd-d33f-43d1-b41c-19dfbaa0db31","name":"82c544bd-d33f-43d1-b41c-19dfbaa0db31","status":"Running","startTime":"2023-04-12T09:05:38.7606833Z"}' - headers: - cache-control: - - no-cache - content-length: - - '328' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:05:38 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service bind - Connection: - - keep-alive - ParameterSetName: - - --app -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/82c544bd-d33f-43d1-b41c-19dfbaa0db31?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/82c544bd-d33f-43d1-b41c-19dfbaa0db31","name":"82c544bd-d33f-43d1-b41c-19dfbaa0db31","status":"Running","startTime":"2023-04-12T09:05:38.7606833Z"}' - headers: - cache-control: - - no-cache - content-length: - - '328' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:05:49 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service bind - Connection: - - keep-alive - ParameterSetName: - - --app -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/82c544bd-d33f-43d1-b41c-19dfbaa0db31?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/82c544bd-d33f-43d1-b41c-19dfbaa0db31","name":"82c544bd-d33f-43d1-b41c-19dfbaa0db31","status":"Succeeded","startTime":"2023-04-12T09:05:38.7606833Z","endTime":"2023-04-12T09:05:51.1355917Z"}' - headers: - cache-control: - - no-cache - content-length: - - '371' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:05:59 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service bind - Connection: - - keep-alive - ParameterSetName: - - --app -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default"},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:42.3640664Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:05:38.4003015Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '1164' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:05:59 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app show - Connection: - - keep-alive - ParameterSetName: - - -n -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default"},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:42.3640664Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:05:38.4003015Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '1164' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:06:01 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app show - Connection: - - keep-alive - ParameterSetName: - - -n -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview - response: - body: - string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-7fc5f78665-jdtx6","status":"Running","discoveryStatus":"N/A","startTime":"2023-04-12T09:03:03Z"}],"source":{"type":"BuildResult","buildResultId":""}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"E0","tier":"Enterprise","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:57.9423264Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:02:57.9423264Z"}}]}' - headers: - cache-control: - - no-cache - content-length: - - '1340' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:06:02 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service unbind - Connection: - - keep-alive - ParameterSetName: - - --app -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '935' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:06:03 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service unbind - Connection: - - keep-alive - ParameterSetName: - - --app -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default"},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:42.3640664Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:05:38.4003015Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '1164' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:06:04 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: '{"properties": {"public": false, "addonConfigs": {"applicationConfigurationService": - {"resourceId": ""}, "serviceRegistry": {}}, "httpsOnly": false, "temporaryDisk": - {"sizeInGB": 5, "mountPath": "/tmp"}, "persistentDisk": {"sizeInGB": 0, "mountPath": - "/persistent"}, "enableEndToEndTLS": false, "ingressSettings": {"readTimeoutInSeconds": - 300, "sendTimeoutInSeconds": 60, "sessionAffinity": "None", "sessionCookieMaxAge": - 0, "backendProtocol": "Default"}}, "location": "uksouth"}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service unbind - Connection: - - keep-alive - Content-Length: - - '479' - Content-Type: - - application/json - ParameterSetName: - - --app -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:42.3640664Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:06:05.4535101Z"}}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/07a622fd-8d2e-4820-8604-5a5e1b43e4a9?api-version=2023-03-01-preview - cache-control: - - no-cache - content-length: - - '982' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:06:05 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/07a622fd-8d2e-4820-8604-5a5e1b43e4a9/Spring/clitest000003?api-version=2023-03-01-preview - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '1199' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service unbind - Connection: - - keep-alive - ParameterSetName: - - --app -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/07a622fd-8d2e-4820-8604-5a5e1b43e4a9?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/07a622fd-8d2e-4820-8604-5a5e1b43e4a9","name":"07a622fd-8d2e-4820-8604-5a5e1b43e4a9","status":"Running","startTime":"2023-04-12T09:06:05.7622595Z"}' - headers: - cache-control: - - no-cache - content-length: - - '328' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:06:05 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service unbind - Connection: - - keep-alive - ParameterSetName: - - --app -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/07a622fd-8d2e-4820-8604-5a5e1b43e4a9?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/07a622fd-8d2e-4820-8604-5a5e1b43e4a9","name":"07a622fd-8d2e-4820-8604-5a5e1b43e4a9","status":"Running","startTime":"2023-04-12T09:06:05.7622595Z"}' - headers: - cache-control: - - no-cache - content-length: - - '328' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:06:16 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service unbind - Connection: - - keep-alive - ParameterSetName: - - --app -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/07a622fd-8d2e-4820-8604-5a5e1b43e4a9?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/07a622fd-8d2e-4820-8604-5a5e1b43e4a9","name":"07a622fd-8d2e-4820-8604-5a5e1b43e4a9","status":"Succeeded","startTime":"2023-04-12T09:06:05.7622595Z","endTime":"2023-04-12T09:06:18.3592622Z"}' - headers: - cache-control: - - no-cache - content-length: - - '371' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:06:26 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service unbind - Connection: - - keep-alive - ParameterSetName: - - --app -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:42.3640664Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:06:05.4535101Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '983' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:06:26 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service clear - Connection: - - keep-alive - ParameterSetName: - - -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '935' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:06:28 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: '{"properties": {}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service clear - Connection: - - keep-alive - Content-Length: - - '18' - Content-Type: - - application/json - ParameterSetName: - - -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Updating","resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57c6f89cdc-8xbwj","status":"Running"},{"name":"application-configuration-service-57c6f89cdc-nn4gv","status":"Running"}]},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:06:29.8417468Z"}}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/f0bdfe42-79da-4742-a5ab-0784e70d097d?api-version=2023-03-01-preview - cache-control: - - no-cache - content-length: - - '773' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:06:30 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/f0bdfe42-79da-4742-a5ab-0784e70d097d/Spring/clitest000002?api-version=2023-03-01-preview - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service clear - Connection: - - keep-alive - ParameterSetName: - - -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/f0bdfe42-79da-4742-a5ab-0784e70d097d?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/f0bdfe42-79da-4742-a5ab-0784e70d097d","name":"f0bdfe42-79da-4742-a5ab-0784e70d097d","status":"Running","startTime":"2023-04-12T09:06:30.6220227Z"}' - headers: - cache-control: - - no-cache - content-length: - - '328' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:06:30 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service clear - Connection: - - keep-alive - ParameterSetName: - - -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/f0bdfe42-79da-4742-a5ab-0784e70d097d?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/f0bdfe42-79da-4742-a5ab-0784e70d097d","name":"f0bdfe42-79da-4742-a5ab-0784e70d097d","status":"Running","startTime":"2023-04-12T09:06:30.6220227Z"}' - headers: - cache-control: - - no-cache - content-length: - - '328' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:06:40 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service clear - Connection: - - keep-alive - ParameterSetName: - - -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/f0bdfe42-79da-4742-a5ab-0784e70d097d?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/f0bdfe42-79da-4742-a5ab-0784e70d097d","name":"f0bdfe42-79da-4742-a5ab-0784e70d097d","status":"Succeeded","startTime":"2023-04-12T09:06:30.6220227Z","endTime":"2023-04-12T09:06:48.9170216Z"}' - headers: - cache-control: - - no-cache - content-length: - - '371' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:06:50 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring application-configuration-service clear - Connection: - - keep-alive - ParameterSetName: - - -g -s - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57c6f89cdc-8xbwj","status":"Running"},{"name":"application-configuration-service-57c6f89cdc-nn4gv","status":"Running"}]},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:06:29.8417468Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '774' - content-type: - - application/json - date: - - Wed, 12 Apr 2023 09:06:51 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -version: 1 +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring app create + Connection: + - keep-alive + ParameterSetName: + - -g -s -n + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview + response: + body: + string: '{"error":{"code":"NotFound","message":"App was not found","target":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","details":null}}' + headers: + cache-control: + - no-cache + content-length: + - '241' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:02:41 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring app create + Connection: + - keep-alive + ParameterSetName: + - -g -s -n + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '935' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:02:41 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: '{"properties": {"public": false, "httpsOnly": false, "temporaryDisk": {"sizeInGB": + 5, "mountPath": "/tmp"}, "enableEndToEndTLS": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring app create + Connection: + - keep-alive + Content-Length: + - '136' + Content-Type: + - application/json + ParameterSetName: + - -g -s -n + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Creating","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:42.3640664Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:02:42.3640664Z"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000003/operationId/5a233293-c818-4ff2-9fb8-923b642562de?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '879' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:02:42 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationResults/5a233293-c818-4ff2-9fb8-923b642562de/Spring/clitest000003?api-version=2023-05-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1199' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring app create + Connection: + - keep-alive + ParameterSetName: + - -g -s -n + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000003/operationId/5a233293-c818-4ff2-9fb8-923b642562de?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000003/operationId/5a233293-c818-4ff2-9fb8-923b642562de","name":"5a233293-c818-4ff2-9fb8-923b642562de","status":"Running","startTime":"2023-04-12T09:02:42.7008797Z"}' + headers: + cache-control: + - no-cache + content-length: + - '328' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:02:42 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring app create + Connection: + - keep-alive + ParameterSetName: + - -g -s -n + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000003/operationId/5a233293-c818-4ff2-9fb8-923b642562de?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000003/operationId/5a233293-c818-4ff2-9fb8-923b642562de","name":"5a233293-c818-4ff2-9fb8-923b642562de","status":"Succeeded","startTime":"2023-04-12T09:02:42.7008797Z","endTime":"2023-04-12T09:02:49.8575007Z"}' + headers: + cache-control: + - no-cache + content-length: + - '371' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:02:53 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring app create + Connection: + - keep-alive + ParameterSetName: + - -g -s -n + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:42.3640664Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:02:42.3640664Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '983' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:02:53 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: '{"properties": {"source": {"type": "BuildResult", "buildResultId": ""}, + "deploymentSettings": {"resourceRequests": {"cpu": "1", "memory": "1Gi"}, "scale": + {"minReplicas": 1, "maxReplicas": 10}}, "active": true}, "sku": {"name": "E0", + "tier": "Enterprise", "capacity": 1}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring app create + Connection: + - keep-alive + Content-Length: + - '280' + Content-Type: + - application/json + ParameterSetName: + - -g -s -n + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90},"provisioningState":"Creating","status":"Running","active":true,"instances":null,"source":{"type":"BuildResult","buildResultId":""}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"E0","tier":"Enterprise","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:57.9423264Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:02:57.9423264Z"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/7bf9ddf0-3a31-45d3-9e59-b8e08f8b6e95?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '829' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:02:58 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationResults/7bf9ddf0-3a31-45d3-9e59-b8e08f8b6e95/Spring/default?api-version=2023-05-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1199' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring app create + Connection: + - keep-alive + ParameterSetName: + - -g -s -n + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/7bf9ddf0-3a31-45d3-9e59-b8e08f8b6e95?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/7bf9ddf0-3a31-45d3-9e59-b8e08f8b6e95","name":"7bf9ddf0-3a31-45d3-9e59-b8e08f8b6e95","status":"Running","startTime":"2023-04-12T09:02:58.499095Z"}' + headers: + cache-control: + - no-cache + content-length: + - '321' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:02:58 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring app create + Connection: + - keep-alive + ParameterSetName: + - -g -s -n + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/7bf9ddf0-3a31-45d3-9e59-b8e08f8b6e95?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/7bf9ddf0-3a31-45d3-9e59-b8e08f8b6e95","name":"7bf9ddf0-3a31-45d3-9e59-b8e08f8b6e95","status":"Running","startTime":"2023-04-12T09:02:58.499095Z"}' + headers: + cache-control: + - no-cache + content-length: + - '321' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:03:08 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring app create + Connection: + - keep-alive + ParameterSetName: + - -g -s -n + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/7bf9ddf0-3a31-45d3-9e59-b8e08f8b6e95?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/7bf9ddf0-3a31-45d3-9e59-b8e08f8b6e95","name":"7bf9ddf0-3a31-45d3-9e59-b8e08f8b6e95","status":"Running","startTime":"2023-04-12T09:02:58.499095Z"}' + headers: + cache-control: + - no-cache + content-length: + - '321' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:03:19 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring app create + Connection: + - keep-alive + ParameterSetName: + - -g -s -n + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/7bf9ddf0-3a31-45d3-9e59-b8e08f8b6e95?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/7bf9ddf0-3a31-45d3-9e59-b8e08f8b6e95","name":"7bf9ddf0-3a31-45d3-9e59-b8e08f8b6e95","status":"Succeeded","startTime":"2023-04-12T09:02:58.499095Z","endTime":"2023-04-12T09:03:20.6556664Z"}' + headers: + cache-control: + - no-cache + content-length: + - '364' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:03:29 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring app create + Connection: + - keep-alive + ParameterSetName: + - -g -s -n + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-7fc5f78665-jdtx6","status":"Running","discoveryStatus":"N/A","startTime":"2023-04-12T09:03:03Z"}],"source":{"type":"BuildResult","buildResultId":""}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"E0","tier":"Enterprise","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:57.9423264Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:02:57.9423264Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '1328' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:03:30 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring app create + Connection: + - keep-alive + ParameterSetName: + - -g -s -n + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:42.3640664Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:02:42.3640664Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '983' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:03:33 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11997' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring app create + Connection: + - keep-alive + ParameterSetName: + - -g -s -n + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview + response: + body: + string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-7fc5f78665-jdtx6","status":"Running","discoveryStatus":"N/A","startTime":"2023-04-12T09:03:03Z"}],"source":{"type":"BuildResult","buildResultId":""}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"E0","tier":"Enterprise","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:57.9423264Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:02:57.9423264Z"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1340' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:03:33 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service show + Connection: + - keep-alive + ParameterSetName: + - -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '935' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:03:36 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service show + Connection: + - keep-alive + ParameterSetName: + - -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57c6f89cdc-8xbwj","status":"Running"},{"name":"application-configuration-service-57c6f89cdc-nn4gv","status":"Running"}],"generation":"Gen1"},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:34:03.7672165Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '774' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:03:37 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo add + Connection: + - keep-alive + ParameterSetName: + - -g -s -n --label --patterns --uri + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '935' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:03:39 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo add + Connection: + - keep-alive + ParameterSetName: + - -g -s -n --label --patterns --uri + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57c6f89cdc-8xbwj","status":"Running"},{"name":"application-configuration-service-57c6f89cdc-nn4gv","status":"Running"}],"generation":"Gen1"},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:34:03.7672165Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '774' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:03:40 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: '{"gitProperty": {"repositories": [{"name": "repo1", "patterns": ["api-gateway", + "customers-service"], "uri": "https://github.com/spring-petclinic/spring-petclinic-microservices-config", + "label": "main"}]}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo add + Connection: + - keep-alive + Content-Length: + - '205' + Content-Type: + - application/json + ParameterSetName: + - -g -s -n --label --patterns --uri + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default/validate?api-version=2023-05-01-preview + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/25854393-a52e-4dd3-a811-a77bf068c587?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 12 Apr 2023 09:03:41 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationResults/25854393-a52e-4dd3-a811-a77bf068c587/Spring/clitest000002?api-version=2023-05-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo add + Connection: + - keep-alive + ParameterSetName: + - -g -s -n --label --patterns --uri + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/25854393-a52e-4dd3-a811-a77bf068c587?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/25854393-a52e-4dd3-a811-a77bf068c587","name":"25854393-a52e-4dd3-a811-a77bf068c587","status":"Running","startTime":"2023-04-12T09:03:41.4953427Z"}' + headers: + cache-control: + - no-cache + content-length: + - '328' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:03:41 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo add + Connection: + - keep-alive + ParameterSetName: + - -g -s -n --label --patterns --uri + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/25854393-a52e-4dd3-a811-a77bf068c587?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/25854393-a52e-4dd3-a811-a77bf068c587","name":"25854393-a52e-4dd3-a811-a77bf068c587","status":"Succeeded","startTime":"2023-04-12T09:03:41.4953427Z","endTime":"2023-04-12T09:03:48.3543713Z"}' + headers: + cache-control: + - no-cache + content-length: + - '371' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:03:51 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo add + Connection: + - keep-alive + ParameterSetName: + - -g -s -n --label --patterns --uri + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationResults/25854393-a52e-4dd3-a811-a77bf068c587/Spring/clitest000002?api-version=2023-05-01-preview + response: + body: + string: '{"gitPropertyValidationResult":{"isValid":true,"gitReposValidationResult":[]}}' + headers: + cache-control: + - no-cache + content-length: + - '78' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:03:51 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: '{"properties": {"generation": "Gen1", "settings": {"gitProperty": {"repositories": [{"name": + "repo1", "patterns": ["api-gateway", "customers-service"], "uri": "https://github.com/spring-petclinic/spring-petclinic-microservices-config", + "label": "main"}]}}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo add + Connection: + - keep-alive + Content-Length: + - '235' + Content-Type: + - application/json + ParameterSetName: + - -g -s -n --label --patterns --uri + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Updating","settings":{"gitProperty":{"repositories":[{"name":"repo1","patterns":["api-gateway","customers-service"],"label":"main","uri":"https://github.com/spring-petclinic/spring-petclinic-microservices-config"}]}},"resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57c6f89cdc-8xbwj","status":"Running"},{"name":"application-configuration-service-57c6f89cdc-nn4gv","status":"Running"}],"generation":"Gen1"},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:03:52.7726587Z"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/95291e0e-f0e4-434b-be86-2dd2bd46d6c6?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '980' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:03:52 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationResults/95291e0e-f0e4-434b-be86-2dd2bd46d6c6/Spring/clitest000002?api-version=2023-05-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo add + Connection: + - keep-alive + ParameterSetName: + - -g -s -n --label --patterns --uri + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/95291e0e-f0e4-434b-be86-2dd2bd46d6c6?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/95291e0e-f0e4-434b-be86-2dd2bd46d6c6","name":"95291e0e-f0e4-434b-be86-2dd2bd46d6c6","status":"Running","startTime":"2023-04-12T09:03:53.0262677Z"}' + headers: + cache-control: + - no-cache + content-length: + - '328' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:03:52 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo add + Connection: + - keep-alive + ParameterSetName: + - -g -s -n --label --patterns --uri + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/95291e0e-f0e4-434b-be86-2dd2bd46d6c6?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/95291e0e-f0e4-434b-be86-2dd2bd46d6c6","name":"95291e0e-f0e4-434b-be86-2dd2bd46d6c6","status":"Running","startTime":"2023-04-12T09:03:53.0262677Z"}' + headers: + cache-control: + - no-cache + content-length: + - '328' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:04:03 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo add + Connection: + - keep-alive + ParameterSetName: + - -g -s -n --label --patterns --uri + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/95291e0e-f0e4-434b-be86-2dd2bd46d6c6?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/95291e0e-f0e4-434b-be86-2dd2bd46d6c6","name":"95291e0e-f0e4-434b-be86-2dd2bd46d6c6","status":"Succeeded","startTime":"2023-04-12T09:03:53.0262677Z","endTime":"2023-04-12T09:04:10.374551Z"}' + headers: + cache-control: + - no-cache + content-length: + - '370' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:04:13 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo add + Connection: + - keep-alive + ParameterSetName: + - -g -s -n --label --patterns --uri + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","settings":{"gitProperty":{"repositories":[{"name":"repo1","patterns":["api-gateway","customers-service"],"label":"main","uri":"https://github.com/spring-petclinic/spring-petclinic-microservices-config"}]}},"resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57c6f89cdc-8xbwj","status":"Running"},{"name":"application-configuration-service-57c6f89cdc-nn4gv","status":"Running"}],"generation":"Gen1"},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:03:52.7726587Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '981' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:04:13 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo update + Connection: + - keep-alive + ParameterSetName: + - -g -s -n --label + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '935' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:04:16 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo update + Connection: + - keep-alive + ParameterSetName: + - -g -s -n --label + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","settings":{"gitProperty":{"repositories":[{"name":"repo1","patterns":["api-gateway","customers-service"],"label":"main","uri":"https://github.com/spring-petclinic/spring-petclinic-microservices-config"}]}},"resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57c6f89cdc-8xbwj","status":"Running"},{"name":"application-configuration-service-57c6f89cdc-nn4gv","status":"Running"}],"generation":"Gen1"},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:03:52.7726587Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '981' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:04:17 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: '{"gitProperty": {"repositories": [{"name": "repo1", "patterns": ["api-gateway", + "customers-service"], "uri": "https://github.com/spring-petclinic/spring-petclinic-microservices-config", + "label": "main"}]}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo update + Connection: + - keep-alive + Content-Length: + - '205' + Content-Type: + - application/json + ParameterSetName: + - -g -s -n --label + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default/validate?api-version=2023-05-01-preview + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/f0749a5a-51dc-4a9e-8e74-224673daab74?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 12 Apr 2023 09:04:17 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationResults/f0749a5a-51dc-4a9e-8e74-224673daab74/Spring/clitest000002?api-version=2023-05-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo update + Connection: + - keep-alive + ParameterSetName: + - -g -s -n --label + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/f0749a5a-51dc-4a9e-8e74-224673daab74?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/f0749a5a-51dc-4a9e-8e74-224673daab74","name":"f0749a5a-51dc-4a9e-8e74-224673daab74","status":"Running","startTime":"2023-04-12T09:04:18.7735084Z"}' + headers: + cache-control: + - no-cache + content-length: + - '328' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:04:18 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo update + Connection: + - keep-alive + ParameterSetName: + - -g -s -n --label + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/f0749a5a-51dc-4a9e-8e74-224673daab74?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/f0749a5a-51dc-4a9e-8e74-224673daab74","name":"f0749a5a-51dc-4a9e-8e74-224673daab74","status":"Succeeded","startTime":"2023-04-12T09:04:18.7735084Z","endTime":"2023-04-12T09:04:26.9887431Z"}' + headers: + cache-control: + - no-cache + content-length: + - '371' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:04:29 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo update + Connection: + - keep-alive + ParameterSetName: + - -g -s -n --label + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationResults/f0749a5a-51dc-4a9e-8e74-224673daab74/Spring/clitest000002?api-version=2023-05-01-preview + response: + body: + string: '{"gitPropertyValidationResult":{"isValid":true,"gitReposValidationResult":[]}}' + headers: + cache-control: + - no-cache + content-length: + - '78' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:04:29 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: '{"properties": {"generation": "Gen1", "settings": {"gitProperty": {"repositories": [{"name": + "repo1", "patterns": ["api-gateway", "customers-service"], "uri": "https://github.com/spring-petclinic/spring-petclinic-microservices-config", + "label": "main"}]}}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo update + Connection: + - keep-alive + Content-Length: + - '235' + Content-Type: + - application/json + ParameterSetName: + - -g -s -n --label + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Updating","settings":{"gitProperty":{"repositories":[{"name":"repo1","patterns":["api-gateway","customers-service"],"label":"main","uri":"https://github.com/spring-petclinic/spring-petclinic-microservices-config"}]}},"resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57c6f89cdc-8xbwj","status":"Running"},{"name":"application-configuration-service-57c6f89cdc-nn4gv","status":"Running"}],"generation":"Gen1"},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:04:30.0868834Z"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/d78379f9-c5c8-4a95-9631-7b5121ac2529?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '980' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:04:30 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationResults/d78379f9-c5c8-4a95-9631-7b5121ac2529/Spring/clitest000002?api-version=2023-05-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo update + Connection: + - keep-alive + ParameterSetName: + - -g -s -n --label + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/d78379f9-c5c8-4a95-9631-7b5121ac2529?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/d78379f9-c5c8-4a95-9631-7b5121ac2529","name":"d78379f9-c5c8-4a95-9631-7b5121ac2529","status":"Running","startTime":"2023-04-12T09:04:30.3316031Z"}' + headers: + cache-control: + - no-cache + content-length: + - '328' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:04:30 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo update + Connection: + - keep-alive + ParameterSetName: + - -g -s -n --label + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/d78379f9-c5c8-4a95-9631-7b5121ac2529?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/d78379f9-c5c8-4a95-9631-7b5121ac2529","name":"d78379f9-c5c8-4a95-9631-7b5121ac2529","status":"Running","startTime":"2023-04-12T09:04:30.3316031Z"}' + headers: + cache-control: + - no-cache + content-length: + - '328' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:04:40 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo update + Connection: + - keep-alive + ParameterSetName: + - -g -s -n --label + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/d78379f9-c5c8-4a95-9631-7b5121ac2529?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/d78379f9-c5c8-4a95-9631-7b5121ac2529","name":"d78379f9-c5c8-4a95-9631-7b5121ac2529","status":"Succeeded","startTime":"2023-04-12T09:04:30.3316031Z","endTime":"2023-04-12T09:04:47.4429175Z"}' + headers: + cache-control: + - no-cache + content-length: + - '371' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:04:51 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo update + Connection: + - keep-alive + ParameterSetName: + - -g -s -n --label + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","settings":{"gitProperty":{"repositories":[{"name":"repo1","patterns":["api-gateway","customers-service"],"label":"main","uri":"https://github.com/spring-petclinic/spring-petclinic-microservices-config"}]}},"resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57c6f89cdc-8xbwj","status":"Running"},{"name":"application-configuration-service-57c6f89cdc-nn4gv","status":"Running"}],"generation":"Gen1"},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:04:30.0868834Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '981' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:04:51 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo list + Connection: + - keep-alive + ParameterSetName: + - -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '935' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:04:53 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo list + Connection: + - keep-alive + ParameterSetName: + - -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","settings":{"gitProperty":{"repositories":[{"name":"repo1","patterns":["api-gateway","customers-service"],"label":"main","uri":"https://github.com/spring-petclinic/spring-petclinic-microservices-config"}]}},"resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57c6f89cdc-8xbwj","status":"Running"},{"name":"application-configuration-service-57c6f89cdc-nn4gv","status":"Running"}],"generation":"Gen1"},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:04:30.0868834Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '981' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:04:54 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo remove + Connection: + - keep-alive + ParameterSetName: + - --name -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '935' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:04:55 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo remove + Connection: + - keep-alive + ParameterSetName: + - --name -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","settings":{"gitProperty":{"repositories":[{"name":"repo1","patterns":["api-gateway","customers-service"],"label":"main","uri":"https://github.com/spring-petclinic/spring-petclinic-microservices-config"}]}},"resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57c6f89cdc-8xbwj","status":"Running"},{"name":"application-configuration-service-57c6f89cdc-nn4gv","status":"Running"}],"generation":"Gen1"},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:04:30.0868834Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '981' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:04:57 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: '{"gitProperty": {"repositories": []}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo remove + Connection: + - keep-alive + Content-Length: + - '37' + Content-Type: + - application/json + ParameterSetName: + - --name -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default/validate?api-version=2023-05-01-preview + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/d1a47796-830c-4180-aa25-b8cfa0ecb2f6?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 12 Apr 2023 09:04:58 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationResults/d1a47796-830c-4180-aa25-b8cfa0ecb2f6/Spring/clitest000002?api-version=2023-05-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo remove + Connection: + - keep-alive + ParameterSetName: + - --name -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/d1a47796-830c-4180-aa25-b8cfa0ecb2f6?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/d1a47796-830c-4180-aa25-b8cfa0ecb2f6","name":"d1a47796-830c-4180-aa25-b8cfa0ecb2f6","status":"Running","startTime":"2023-04-12T09:04:58.6087805Z"}' + headers: + cache-control: + - no-cache + content-length: + - '328' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:04:58 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo remove + Connection: + - keep-alive + ParameterSetName: + - --name -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/d1a47796-830c-4180-aa25-b8cfa0ecb2f6?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/d1a47796-830c-4180-aa25-b8cfa0ecb2f6","name":"d1a47796-830c-4180-aa25-b8cfa0ecb2f6","status":"Succeeded","startTime":"2023-04-12T09:04:58.6087805Z","endTime":"2023-04-12T09:05:04.7799877Z"}' + headers: + cache-control: + - no-cache + content-length: + - '371' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:05:09 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo remove + Connection: + - keep-alive + ParameterSetName: + - --name -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationResults/d1a47796-830c-4180-aa25-b8cfa0ecb2f6/Spring/clitest000002?api-version=2023-05-01-preview + response: + body: + string: '{"gitPropertyValidationResult":{"isValid":true,"gitReposValidationResult":[]}}' + headers: + cache-control: + - no-cache + content-length: + - '78' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:05:09 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: '{"properties": {"generation": "Gen1", "settings": {"gitProperty": {"repositories": []}}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo remove + Connection: + - keep-alive + Content-Length: + - '67' + Content-Type: + - application/json + ParameterSetName: + - --name -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Updating","settings":{"gitProperty":{"repositories":[]}},"resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57c6f89cdc-8xbwj","status":"Running"},{"name":"application-configuration-service-57c6f89cdc-nn4gv","status":"Running"}],"generation":"Gen1"},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:05:10.3037831Z"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/c8a3cbff-6455-4bfa-90e3-b6f5180b5034?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '820' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:05:10 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationResults/c8a3cbff-6455-4bfa-90e3-b6f5180b5034/Spring/clitest000002?api-version=2023-05-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo remove + Connection: + - keep-alive + ParameterSetName: + - --name -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/c8a3cbff-6455-4bfa-90e3-b6f5180b5034?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/c8a3cbff-6455-4bfa-90e3-b6f5180b5034","name":"c8a3cbff-6455-4bfa-90e3-b6f5180b5034","status":"Running","startTime":"2023-04-12T09:05:10.5378868Z"}' + headers: + cache-control: + - no-cache + content-length: + - '328' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:05:10 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo remove + Connection: + - keep-alive + ParameterSetName: + - --name -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/c8a3cbff-6455-4bfa-90e3-b6f5180b5034?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/c8a3cbff-6455-4bfa-90e3-b6f5180b5034","name":"c8a3cbff-6455-4bfa-90e3-b6f5180b5034","status":"Running","startTime":"2023-04-12T09:05:10.5378868Z"}' + headers: + cache-control: + - no-cache + content-length: + - '328' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:05:20 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo remove + Connection: + - keep-alive + ParameterSetName: + - --name -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/c8a3cbff-6455-4bfa-90e3-b6f5180b5034?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/c8a3cbff-6455-4bfa-90e3-b6f5180b5034","name":"c8a3cbff-6455-4bfa-90e3-b6f5180b5034","status":"Succeeded","startTime":"2023-04-12T09:05:10.5378868Z","endTime":"2023-04-12T09:05:26.8734601Z"}' + headers: + cache-control: + - no-cache + content-length: + - '371' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:05:31 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo remove + Connection: + - keep-alive + ParameterSetName: + - --name -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","settings":{"gitProperty":{"repositories":[]}},"resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57c6f89cdc-8xbwj","status":"Running"},{"name":"application-configuration-service-57c6f89cdc-nn4gv","status":"Running"}],"generation":"Gen1"},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:05:10.3037831Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '821' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:05:32 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo list + Connection: + - keep-alive + ParameterSetName: + - -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '935' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:05:32 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service git repo list + Connection: + - keep-alive + ParameterSetName: + - -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","settings":{"gitProperty":{"repositories":[]}},"resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57c6f89cdc-8xbwj","status":"Running"},{"name":"application-configuration-service-57c6f89cdc-nn4gv","status":"Running"}],"generation":"Gen1"},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:05:10.3037831Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '821' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:05:34 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service bind + Connection: + - keep-alive + ParameterSetName: + - --app -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '935' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:05:35 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service bind + Connection: + - keep-alive + ParameterSetName: + - --app -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:42.3640664Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:02:42.3640664Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '983' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:05:37 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: '{"properties": {"public": false, "addonConfigs": {"applicationConfigurationService": + {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default"}, + "serviceRegistry": {}}, "httpsOnly": false, "temporaryDisk": {"sizeInGB": 5, + "mountPath": "/tmp"}, "persistentDisk": {"sizeInGB": 0, "mountPath": "/persistent"}, + "enableEndToEndTLS": false, "ingressSettings": {"readTimeoutInSeconds": 300, + "sendTimeoutInSeconds": 60, "sessionAffinity": "None", "sessionCookieMaxAge": + 0, "backendProtocol": "Default"}}, "location": "eastus"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service bind + Connection: + - keep-alive + Content-Length: + - '645' + Content-Type: + - application/json + ParameterSetName: + - --app -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default"},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:42.3640664Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:05:38.4003015Z"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000003/operationId/82c544bd-d33f-43d1-b41c-19dfbaa0db31?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '1163' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:05:38 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationResults/82c544bd-d33f-43d1-b41c-19dfbaa0db31/Spring/clitest000003?api-version=2023-05-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1199' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service bind + Connection: + - keep-alive + ParameterSetName: + - --app -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000003/operationId/82c544bd-d33f-43d1-b41c-19dfbaa0db31?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000003/operationId/82c544bd-d33f-43d1-b41c-19dfbaa0db31","name":"82c544bd-d33f-43d1-b41c-19dfbaa0db31","status":"Running","startTime":"2023-04-12T09:05:38.7606833Z"}' + headers: + cache-control: + - no-cache + content-length: + - '328' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:05:38 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service bind + Connection: + - keep-alive + ParameterSetName: + - --app -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000003/operationId/82c544bd-d33f-43d1-b41c-19dfbaa0db31?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000003/operationId/82c544bd-d33f-43d1-b41c-19dfbaa0db31","name":"82c544bd-d33f-43d1-b41c-19dfbaa0db31","status":"Running","startTime":"2023-04-12T09:05:38.7606833Z"}' + headers: + cache-control: + - no-cache + content-length: + - '328' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:05:49 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service bind + Connection: + - keep-alive + ParameterSetName: + - --app -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000003/operationId/82c544bd-d33f-43d1-b41c-19dfbaa0db31?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000003/operationId/82c544bd-d33f-43d1-b41c-19dfbaa0db31","name":"82c544bd-d33f-43d1-b41c-19dfbaa0db31","status":"Succeeded","startTime":"2023-04-12T09:05:38.7606833Z","endTime":"2023-04-12T09:05:51.1355917Z"}' + headers: + cache-control: + - no-cache + content-length: + - '371' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:05:59 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service bind + Connection: + - keep-alive + ParameterSetName: + - --app -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default"},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:42.3640664Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:05:38.4003015Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '1164' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:05:59 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring app show + Connection: + - keep-alive + ParameterSetName: + - -n -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default"},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:42.3640664Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:05:38.4003015Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '1164' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:06:01 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring app show + Connection: + - keep-alive + ParameterSetName: + - -n -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview + response: + body: + string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-7fc5f78665-jdtx6","status":"Running","discoveryStatus":"N/A","startTime":"2023-04-12T09:03:03Z"}],"source":{"type":"BuildResult","buildResultId":""}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"E0","tier":"Enterprise","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:57.9423264Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:02:57.9423264Z"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1340' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:06:02 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service unbind + Connection: + - keep-alive + ParameterSetName: + - --app -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '935' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:06:03 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service unbind + Connection: + - keep-alive + ParameterSetName: + - --app -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default"},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:42.3640664Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:05:38.4003015Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '1164' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:06:04 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: '{"properties": {"public": false, "addonConfigs": {"applicationConfigurationService": + {"resourceId": ""}, "serviceRegistry": {}}, "httpsOnly": false, "temporaryDisk": + {"sizeInGB": 5, "mountPath": "/tmp"}, "persistentDisk": {"sizeInGB": 0, "mountPath": + "/persistent"}, "enableEndToEndTLS": false, "ingressSettings": {"readTimeoutInSeconds": + 300, "sendTimeoutInSeconds": 60, "sessionAffinity": "None", "sessionCookieMaxAge": + 0, "backendProtocol": "Default"}}, "location": "eastus"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service unbind + Connection: + - keep-alive + Content-Length: + - '479' + Content-Type: + - application/json + ParameterSetName: + - --app -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:42.3640664Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:06:05.4535101Z"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000003/operationId/07a622fd-8d2e-4820-8604-5a5e1b43e4a9?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '982' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:06:05 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationResults/07a622fd-8d2e-4820-8604-5a5e1b43e4a9/Spring/clitest000003?api-version=2023-05-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1199' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service unbind + Connection: + - keep-alive + ParameterSetName: + - --app -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000003/operationId/07a622fd-8d2e-4820-8604-5a5e1b43e4a9?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000003/operationId/07a622fd-8d2e-4820-8604-5a5e1b43e4a9","name":"07a622fd-8d2e-4820-8604-5a5e1b43e4a9","status":"Running","startTime":"2023-04-12T09:06:05.7622595Z"}' + headers: + cache-control: + - no-cache + content-length: + - '328' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:06:05 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service unbind + Connection: + - keep-alive + ParameterSetName: + - --app -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000003/operationId/07a622fd-8d2e-4820-8604-5a5e1b43e4a9?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000003/operationId/07a622fd-8d2e-4820-8604-5a5e1b43e4a9","name":"07a622fd-8d2e-4820-8604-5a5e1b43e4a9","status":"Running","startTime":"2023-04-12T09:06:05.7622595Z"}' + headers: + cache-control: + - no-cache + content-length: + - '328' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:06:16 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service unbind + Connection: + - keep-alive + ParameterSetName: + - --app -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000003/operationId/07a622fd-8d2e-4820-8604-5a5e1b43e4a9?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000003/operationId/07a622fd-8d2e-4820-8604-5a5e1b43e4a9","name":"07a622fd-8d2e-4820-8604-5a5e1b43e4a9","status":"Succeeded","startTime":"2023-04-12T09:06:05.7622595Z","endTime":"2023-04-12T09:06:18.3592622Z"}' + headers: + cache-control: + - no-cache + content-length: + - '371' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:06:26 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service unbind + Connection: + - keep-alive + ParameterSetName: + - --app -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:42.3640664Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:06:05.4535101Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '983' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:06:26 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service clear + Connection: + - keep-alive + ParameterSetName: + - -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '935' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:06:28 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service clear + Connection: + - keep-alive + ParameterSetName: + - -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","settings":{"gitProperty":{"repositories":[]}},"resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57d57c59bb-5xtcq","status":"Running"},{"name":"application-configuration-service-57d57c59bb-6pkxn","status":"Running"}],"generation":"Gen1"},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:06:29.8417468Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '843' + content-type: + - application/json + date: + - Mon, 29 May 2023 15:50:39 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: '{"properties": {"generation": "Gen1", "settings": {}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service clear + Connection: + - keep-alive + Content-Length: + - '18' + Content-Type: + - application/json + ParameterSetName: + - -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Updating","resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57c6f89cdc-8xbwj","status":"Running"},{"name":"application-configuration-service-57c6f89cdc-nn4gv","status":"Running"}],"generation":"Gen1"},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:06:29.8417468Z"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/f0bdfe42-79da-4742-a5ab-0784e70d097d?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '773' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:06:30 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationResults/f0bdfe42-79da-4742-a5ab-0784e70d097d/Spring/clitest000002?api-version=2023-05-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service clear + Connection: + - keep-alive + ParameterSetName: + - -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/f0bdfe42-79da-4742-a5ab-0784e70d097d?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/f0bdfe42-79da-4742-a5ab-0784e70d097d","name":"f0bdfe42-79da-4742-a5ab-0784e70d097d","status":"Running","startTime":"2023-04-12T09:06:30.6220227Z"}' + headers: + cache-control: + - no-cache + content-length: + - '328' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:06:30 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service clear + Connection: + - keep-alive + ParameterSetName: + - -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/f0bdfe42-79da-4742-a5ab-0784e70d097d?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/f0bdfe42-79da-4742-a5ab-0784e70d097d","name":"f0bdfe42-79da-4742-a5ab-0784e70d097d","status":"Running","startTime":"2023-04-12T09:06:30.6220227Z"}' + headers: + cache-control: + - no-cache + content-length: + - '328' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:06:40 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service clear + Connection: + - keep-alive + ParameterSetName: + - -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/f0bdfe42-79da-4742-a5ab-0784e70d097d?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/clitest000002/operationId/f0bdfe42-79da-4742-a5ab-0784e70d097d","name":"f0bdfe42-79da-4742-a5ab-0784e70d097d","status":"Succeeded","startTime":"2023-04-12T09:06:30.6220227Z","endTime":"2023-04-12T09:06:48.9170216Z"}' + headers: + cache-control: + - no-cache + content-length: + - '371' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:06:50 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service clear + Connection: + - keep-alive + ParameterSetName: + - -g -s + User-Agent: + - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","settings":{"gitProperty":{"repositories":[]}},"resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-57c6f89cdc-8xbwj","status":"Running"},{"name":"application-configuration-service-57c6f89cdc-nn4gv","status":"Running"}],"generation":"Gen1"},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:34:03.7672165Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:06:29.8417468Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '774' + content-type: + - application/json + date: + - Wed, 12 Apr 2023 09:06:51 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service update + Connection: + - keep-alive + ParameterSetName: + - -g -s --generation + User-Agent: + - AZURECLI/2.49.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.0 (Linux-4.4.0-22621-Microsoft-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"88bae0145b95432aba6029eb7be95357","networkProfile":{"outboundIPs":{"publicIPs":["20.26.166.233","20.26.163.246"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"xiading@microsoft.com","createdByType":"User","createdAt":"2023-06-19T13:21:48.9121073Z","lastModifiedBy":"xiading@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-19T13:21:48.9121073Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '939' + content-type: + - application/json + date: + - Mon, 19 Jun 2023 13:37:10 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-rp-server-mvid: + - e21453e3-f997-429b-807d-91c2d4f20795 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service update + Connection: + - keep-alive + ParameterSetName: + - -g -s --generation + User-Agent: + - AZURECLI/2.49.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.0 (Linux-4.4.0-22621-Microsoft-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-bc49d9994-2lm6p","status":"Running"},{"name":"application-configuration-service-bc49d9994-rzhbr","status":"Running"}],"generation":"Gen1"},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"xiading@microsoft.com","createdByType":"User","createdAt":"2023-06-19T13:28:18.5363359Z","lastModifiedBy":"xiading@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-19T13:36:55.4046935Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '794' + content-type: + - application/json + date: + - Mon, 19 Jun 2023 13:37:13 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - e21453e3-f997-429b-807d-91c2d4f20795 + status: + code: 200 + message: OK +- request: + body: '{"properties": {"generation": "Gen2"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service update + Connection: + - keep-alive + Content-Length: + - '38' + Content-Type: + - application/json + ParameterSetName: + - -g -s --generation + User-Agent: + - AZURECLI/2.49.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.0 (Linux-4.4.0-22621-Microsoft-x86_64-with-glibc2.27) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Updating","resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-bc49d9994-2lm6p","status":"Running"},{"name":"application-configuration-service-bc49d9994-rzhbr","status":"Running"},{"name":"fluxcd-source-controller-69b59ddcc5-th8c6","status":"Running"}],"generation":"Gen2"},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"xiading@microsoft.com","createdByType":"User","createdAt":"2023-06-19T13:28:18.5363359Z","lastModifiedBy":"xiading@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-19T13:37:14.2632614Z"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/77cf9a78-1c3c-4f07-b2f8-c8f6afeafa96?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '865' + content-type: + - application/json + date: + - Mon, 19 Jun 2023 13:37:14 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/77cf9a78-1c3c-4f07-b2f8-c8f6afeafa96/Spring/clitest000002?api-version=2023-05-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-rp-server-mvid: + - e21453e3-f997-429b-807d-91c2d4f20795 + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service update + Connection: + - keep-alive + ParameterSetName: + - -g -s --generation + User-Agent: + - AZURECLI/2.49.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.0 (Linux-4.4.0-22621-Microsoft-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/77cf9a78-1c3c-4f07-b2f8-c8f6afeafa96?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/77cf9a78-1c3c-4f07-b2f8-c8f6afeafa96","name":"77cf9a78-1c3c-4f07-b2f8-c8f6afeafa96","status":"Running","startTime":"2023-06-19T13:37:15.4409482Z"}' + headers: + cache-control: + - no-cache + content-length: + - '328' + content-type: + - application/json + date: + - Mon, 19 Jun 2023 13:37:15 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - e21453e3-f997-429b-807d-91c2d4f20795 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service update + Connection: + - keep-alive + ParameterSetName: + - -g -s --generation + User-Agent: + - AZURECLI/2.49.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.0 (Linux-4.4.0-22621-Microsoft-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/77cf9a78-1c3c-4f07-b2f8-c8f6afeafa96?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/77cf9a78-1c3c-4f07-b2f8-c8f6afeafa96","name":"77cf9a78-1c3c-4f07-b2f8-c8f6afeafa96","status":"Succeeded","startTime":"2023-06-19T13:37:15.4409482Z","endTime":"2023-06-19T13:47:06.8502266Z"}' + headers: + cache-control: + - no-cache + content-length: + - '371' + content-type: + - application/json + date: + - Mon, 19 Jun 2023 13:47:07 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - e21453e3-f997-429b-807d-91c2d4f20795 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring application-configuration-service update + Connection: + - keep-alive + ParameterSetName: + - -g -s --generation + User-Agent: + - AZURECLI/2.49.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.0 (Linux-4.4.0-22621-Microsoft-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"application-configuration-service-8d9c49676-ggprk","status":"Running"},{"name":"application-configuration-service-8d9c49676-tpsc6","status":"Running"},{"name":"fluxcd-source-controller-69b59ddcc5-th8c6","status":"Running"}],"generation":"Gen2"},"type":"Microsoft.AppPlatform/Spring/configurationServices","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/configurationServices/default","name":"default","systemData":{"createdBy":"xiading@microsoft.com","createdByType":"User","createdAt":"2023-06-19T13:28:18.5363359Z","lastModifiedBy":"xiading@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-19T13:37:14.2632614Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '866' + content-type: + - application/json + date: + - Mon, 19 Jun 2023 13:47:07 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - e21453e3-f997-429b-807d-91c2d4f20795 + status: + code: 200 + message: OK +version: 1 diff --git a/src/spring/azext_spring/tests/latest/recordings/test_asc_app_insights_update.yaml b/src/spring/azext_spring/tests/latest/recordings/test_asc_app_insights_update.yaml index bdab94f2fa9..ef23d7907ba 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_asc_app_insights_update.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_asc_app_insights_update.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:31:26.7455551Z"}}' @@ -71,13 +71,13 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/3e7478d7-bd96-412b-97b8-f467ad14b151?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/3e7478d7-bd96-412b-97b8-f467ad14b151?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -89,7 +89,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/3e7478d7-bd96-412b-97b8-f467ad14b151/Spring/cli-unittest10?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/3e7478d7-bd96-412b-97b8-f467ad14b151/Spring/cli-unittest10?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -123,7 +123,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:34:33.4149466Z"}}' @@ -175,7 +175,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -225,7 +225,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:34:33.4149466Z"}}' @@ -277,7 +277,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -327,7 +327,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:34:33.4149466Z"}}' @@ -379,7 +379,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -429,7 +429,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:34:33.4149466Z"}}' @@ -481,7 +481,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -604,13 +604,13 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/4eacec8f-eb56-45ad-a607-025fa76baa1c?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/4eacec8f-eb56-45ad-a607-025fa76baa1c?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -622,7 +622,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/4eacec8f-eb56-45ad-a607-025fa76baa1c/Spring/cli-unittest10?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/4eacec8f-eb56-45ad-a607-025fa76baa1c/Spring/cli-unittest10?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -656,7 +656,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:35:11.2820718Z"}}' @@ -708,7 +708,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -758,7 +758,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:35:11.2820718Z"}}' @@ -810,7 +810,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -860,7 +860,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:35:11.2820718Z"}}' @@ -912,7 +912,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -962,7 +962,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:35:11.2820718Z"}}' @@ -1014,7 +1014,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -1064,7 +1064,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:35:11.2820718Z"}}' @@ -1120,13 +1120,13 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/9446e144-70cf-41ca-b6a7-d0b7aff40948?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/9446e144-70cf-41ca-b6a7-d0b7aff40948?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1138,7 +1138,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/9446e144-70cf-41ca-b6a7-d0b7aff40948/Spring/cli-unittest10?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/9446e144-70cf-41ca-b6a7-d0b7aff40948/Spring/cli-unittest10?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1172,7 +1172,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:35:32.6349347Z"}}' @@ -1224,7 +1224,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -1274,7 +1274,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:35:32.6349347Z"}}' @@ -1326,7 +1326,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -1376,7 +1376,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:35:32.6349347Z"}}' @@ -1428,7 +1428,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -1478,7 +1478,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:35:32.6349347Z"}}' @@ -1530,7 +1530,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -1653,13 +1653,13 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/63d753cf-4aeb-42fb-a635-db62796cae58?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/63d753cf-4aeb-42fb-a635-db62796cae58?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1671,7 +1671,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/63d753cf-4aeb-42fb-a635-db62796cae58/Spring/cli-unittest10?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/63d753cf-4aeb-42fb-a635-db62796cae58/Spring/cli-unittest10?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1705,7 +1705,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:35:51.3395913Z"}}' @@ -1757,7 +1757,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -1807,7 +1807,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:35:51.3395913Z"}}' @@ -1859,7 +1859,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -1909,7 +1909,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:35:51.3395913Z"}}' @@ -1961,7 +1961,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -2011,7 +2011,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:35:51.3395913Z"}}' @@ -2063,7 +2063,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -2113,7 +2113,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:35:51.3395913Z"}}' @@ -2169,13 +2169,13 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/e893ebcf-83da-4758-a3c6-fadb502cafb1?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/e893ebcf-83da-4758-a3c6-fadb502cafb1?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -2187,7 +2187,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/e893ebcf-83da-4758-a3c6-fadb502cafb1/Spring/cli-unittest10?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/e893ebcf-83da-4758-a3c6-fadb502cafb1/Spring/cli-unittest10?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -2221,7 +2221,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:36:12.4962802Z"}}' @@ -2273,7 +2273,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -2323,7 +2323,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:36:12.4962802Z"}}' @@ -2375,7 +2375,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -2425,7 +2425,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:36:12.4962802Z"}}' @@ -2477,7 +2477,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -2527,7 +2527,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:36:12.4962802Z"}}' @@ -2579,7 +2579,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -2634,13 +2634,13 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"e157df4b-c2b4-4d03-b2bc-b85f6570ee8d"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/11f454d1-c35a-4ffd-bf2d-93c1f1f1f708?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/11f454d1-c35a-4ffd-bf2d-93c1f1f1f708?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -2652,7 +2652,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/11f454d1-c35a-4ffd-bf2d-93c1f1f1f708/Spring/cli-unittest10?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/11f454d1-c35a-4ffd-bf2d-93c1f1f1f708/Spring/cli-unittest10?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -2686,7 +2686,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:36:30.567439Z"}}' @@ -2738,7 +2738,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"e157df4b-c2b4-4d03-b2bc-b85f6570ee8d"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -2788,7 +2788,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:36:30.567439Z"}}' @@ -2840,7 +2840,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"e157df4b-c2b4-4d03-b2bc-b85f6570ee8d"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -2890,7 +2890,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:36:30.567439Z"}}' @@ -2942,7 +2942,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"e157df4b-c2b4-4d03-b2bc-b85f6570ee8d"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -2992,7 +2992,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:36:30.567439Z"}}' @@ -3044,7 +3044,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"e157df4b-c2b4-4d03-b2bc-b85f6570ee8d"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -3094,7 +3094,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:36:30.567439Z"}}' @@ -3150,13 +3150,13 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/ed7d3a8b-7e26-44d0-965f-278e166165c5?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/ed7d3a8b-7e26-44d0-965f-278e166165c5?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -3168,7 +3168,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/ed7d3a8b-7e26-44d0-965f-278e166165c5/Spring/cli-unittest10?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/ed7d3a8b-7e26-44d0-965f-278e166165c5/Spring/cli-unittest10?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -3202,7 +3202,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:36:49.4585506Z"}}' @@ -3254,7 +3254,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -3304,7 +3304,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:36:49.4585506Z"}}' @@ -3356,7 +3356,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -3406,7 +3406,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:36:49.4585506Z"}}' @@ -3458,7 +3458,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -3508,7 +3508,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:36:49.4585506Z"}}' @@ -3560,7 +3560,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -3616,13 +3616,13 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/a736bfd6-5d87-4a63-a2c8-715a03de2849?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/a736bfd6-5d87-4a63-a2c8-715a03de2849?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -3634,7 +3634,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/a736bfd6-5d87-4a63-a2c8-715a03de2849/Spring/cli-unittest10?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/a736bfd6-5d87-4a63-a2c8-715a03de2849/Spring/cli-unittest10?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -3668,7 +3668,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:06.4181491Z"}}' @@ -3720,7 +3720,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -3770,7 +3770,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:06.4181491Z"}}' @@ -3822,7 +3822,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -3872,7 +3872,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:06.4181491Z"}}' @@ -3924,7 +3924,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -3974,7 +3974,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:06.4181491Z"}}' @@ -4026,7 +4026,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -4076,7 +4076,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:06.4181491Z"}}' @@ -4128,7 +4128,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -4184,13 +4184,13 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":0.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/e0908ebf-108d-4804-8000-6ab3f75e319c?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/e0908ebf-108d-4804-8000-6ab3f75e319c?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -4202,7 +4202,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/e0908ebf-108d-4804-8000-6ab3f75e319c/Spring/cli-unittest10?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/e0908ebf-108d-4804-8000-6ab3f75e319c/Spring/cli-unittest10?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -4236,7 +4236,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:27.5729199Z"}}' @@ -4288,7 +4288,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":0.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -4338,7 +4338,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:27.5729199Z"}}' @@ -4390,7 +4390,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":0.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -4440,7 +4440,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:27.5729199Z"}}' @@ -4492,7 +4492,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":0.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -4542,7 +4542,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:27.5729199Z"}}' @@ -4594,7 +4594,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":0.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -4644,7 +4644,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:27.5729199Z"}}' @@ -4696,7 +4696,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":0.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -4752,13 +4752,13 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/3e40334e-2cf9-413b-8267-f8bb7707e862?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/3e40334e-2cf9-413b-8267-f8bb7707e862?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -4770,7 +4770,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/3e40334e-2cf9-413b-8267-f8bb7707e862/Spring/cli-unittest10?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/3e40334e-2cf9-413b-8267-f8bb7707e862/Spring/cli-unittest10?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -4804,7 +4804,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:46.9449185Z"}}' @@ -4856,7 +4856,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -4906,7 +4906,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:46.9449185Z"}}' @@ -4958,7 +4958,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -5008,7 +5008,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:46.9449185Z"}}' @@ -5060,7 +5060,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -5110,7 +5110,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:46.9449185Z"}}' @@ -5162,7 +5162,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -5212,7 +5212,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:46.9449185Z"}}' @@ -5264,7 +5264,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -5320,13 +5320,13 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/e65d84c9-90c4-4d6f-b6f7-18240f530f2c?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/e65d84c9-90c4-4d6f-b6f7-18240f530f2c?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -5338,7 +5338,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/e65d84c9-90c4-4d6f-b6f7-18240f530f2c/Spring/cli-unittest10?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/e65d84c9-90c4-4d6f-b6f7-18240f530f2c/Spring/cli-unittest10?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -5372,7 +5372,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:06.4918407Z"}}' @@ -5424,7 +5424,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -5474,7 +5474,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:06.4918407Z"}}' @@ -5526,7 +5526,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -5576,7 +5576,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:06.4918407Z"}}' @@ -5628,7 +5628,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -5678,7 +5678,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:06.4918407Z"}}' @@ -5730,7 +5730,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -5780,7 +5780,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:06.4918407Z"}}' @@ -5832,7 +5832,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -5888,13 +5888,13 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/416ea116-6d24-41b9-8330-c6b9177c883e?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/416ea116-6d24-41b9-8330-c6b9177c883e?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -5906,7 +5906,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/416ea116-6d24-41b9-8330-c6b9177c883e/Spring/cli-unittest10?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/416ea116-6d24-41b9-8330-c6b9177c883e/Spring/cli-unittest10?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -5940,7 +5940,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:26.9814628Z"}}' @@ -5992,7 +5992,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -6042,7 +6042,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:26.9814628Z"}}' @@ -6094,7 +6094,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -6144,7 +6144,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:26.9814628Z"}}' @@ -6196,7 +6196,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -6246,7 +6246,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:26.9814628Z"}}' @@ -6298,7 +6298,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -6348,7 +6348,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:26.9814628Z"}}' @@ -6400,7 +6400,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -6456,13 +6456,13 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":50.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/9ddbeaf5-00e5-4124-ad53-ea3a95863f5a?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/9ddbeaf5-00e5-4124-ad53-ea3a95863f5a?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -6474,7 +6474,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/9ddbeaf5-00e5-4124-ad53-ea3a95863f5a/Spring/cli-unittest10?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/9ddbeaf5-00e5-4124-ad53-ea3a95863f5a/Spring/cli-unittest10?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -6508,7 +6508,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:45.7241426Z"}}' @@ -6560,7 +6560,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":50.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -6610,7 +6610,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:45.7241426Z"}}' @@ -6662,7 +6662,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":50.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -6712,7 +6712,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:45.7241426Z"}}' @@ -6764,7 +6764,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":50.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -6814,7 +6814,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:45.7241426Z"}}' @@ -6866,7 +6866,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":50.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -6916,7 +6916,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:45.7241426Z"}}' @@ -6968,7 +6968,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":50.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -7024,13 +7024,13 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":99.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/60bf9bb1-443b-42e8-8f67-a49f4ee4b949?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/60bf9bb1-443b-42e8-8f67-a49f4ee4b949?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -7042,7 +7042,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/60bf9bb1-443b-42e8-8f67-a49f4ee4b949/Spring/cli-unittest10?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/60bf9bb1-443b-42e8-8f67-a49f4ee4b949/Spring/cli-unittest10?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -7076,7 +7076,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:39:06.0770506Z"}}' @@ -7128,7 +7128,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":99.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -7178,7 +7178,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:39:06.0770506Z"}}' @@ -7230,7 +7230,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":99.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -7280,7 +7280,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:39:06.0770506Z"}}' @@ -7332,7 +7332,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":99.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -7382,7 +7382,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:39:06.0770506Z"}}' @@ -7434,7 +7434,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":99.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -7484,7 +7484,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:39:06.0770506Z"}}' @@ -7536,7 +7536,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":99.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -7592,13 +7592,13 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":100.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/9a0b06ab-d349-4d3e-937e-d2547f92a40e?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/9a0b06ab-d349-4d3e-937e-d2547f92a40e?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -7610,7 +7610,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/9a0b06ab-d349-4d3e-937e-d2547f92a40e/Spring/cli-unittest10?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/9a0b06ab-d349-4d3e-937e-d2547f92a40e/Spring/cli-unittest10?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -7644,7 +7644,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:39:25.1186118Z"}}' @@ -7696,7 +7696,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":100.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -7746,7 +7746,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:39:25.1186118Z"}}' @@ -7798,7 +7798,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":100.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -7848,7 +7848,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:39:25.1186118Z"}}' @@ -7900,7 +7900,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":100.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' @@ -7950,7 +7950,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:39:25.1186118Z"}}' @@ -8002,7 +8002,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":100.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' diff --git a/src/spring/azext_spring/tests/latest/recordings/test_asc_update.yaml b/src/spring/azext_spring/tests/latest/recordings/test_asc_update.yaml index bbe28d9e18a..49c80ac8a59 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_asc_update.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_asc_update.yaml @@ -13,12 +13,12 @@ interactions: ParameterSetName: - -g -n --disable-app-insights --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:26:08.2839366Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:38:36.9604789Z"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:36:49 GMT + - Thu, 18 May 2023 09:38:41 GMT expires: - '-1' pragma: @@ -45,7 +45,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -63,21 +63,21 @@ interactions: ParameterSetName: - -g -n --disable-app-insights --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=6ef4254a-c55f-4ecd-809e-a564f80c16ec;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '610' + - '519' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:36:49 GMT + - Thu, 18 May 2023 09:38:43 GMT expires: - '-1' pragma: @@ -93,7 +93,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -115,27 +115,27 @@ interactions: ParameterSetName: - -g -n --disable-app-insights --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/2fa1119f-4645-4aed-a55d-07e9abf2c8d1?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/2fa1119f-4645-4aed-a55d-07e9abf2c8d1?api-version=2023-05-01-preview cache-control: - no-cache content-length: - - '413' + - '414' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:36:51 GMT + - Thu, 18 May 2023 09:38:44 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/2fa1119f-4645-4aed-a55d-07e9abf2c8d1/Spring/cli-unittest10?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/2fa1119f-4645-4aed-a55d-07e9abf2c8d1/Spring/cli-unittest10?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -147,7 +147,7 @@ interactions: x-ms-ratelimit-remaining-subscription-writes: - '1199' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 202 message: Accepted @@ -165,110 +165,12 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:36:50.9536717Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '815' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 30 Mar 2023 02:36:53 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -g -n --query -o - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' - headers: - cache-control: - - no-cache - content-length: - - '413' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 30 Mar 2023 02:36:54 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -g -n --query -o - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:36:50.9536717Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:38:43.7711702Z"}}' headers: cache-control: - no-cache @@ -277,7 +179,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:36:58 GMT + - Thu, 18 May 2023 09:38:45 GMT expires: - '-1' pragma: @@ -295,7 +197,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -313,21 +215,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '413' + - '414' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:00 GMT + - Thu, 18 May 2023 09:38:48 GMT expires: - '-1' pragma: @@ -343,7 +245,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -361,12 +263,12 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:36:50.9536717Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:38:43.7711702Z"}}' headers: cache-control: - no-cache @@ -375,7 +277,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:04 GMT + - Thu, 18 May 2023 09:38:52 GMT expires: - '-1' pragma: @@ -393,7 +295,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -411,21 +313,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '414' + - '415' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:05 GMT + - Thu, 18 May 2023 09:38:54 GMT expires: - '-1' pragma: @@ -441,7 +343,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -459,12 +361,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:36:50.9536717Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:38:43.7711702Z"}}' headers: cache-control: - no-cache @@ -473,7 +375,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:07 GMT + - Thu, 18 May 2023 09:38:56 GMT expires: - '-1' pragma: @@ -491,7 +393,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -509,21 +411,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '414' + - '415' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:08 GMT + - Thu, 18 May 2023 09:38:58 GMT expires: - '-1' pragma: @@ -539,7 +441,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -557,12 +459,12 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:36:50.9536717Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:38:43.7711702Z"}}' headers: cache-control: - no-cache @@ -571,7 +473,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:09 GMT + - Thu, 18 May 2023 09:39:00 GMT expires: - '-1' pragma: @@ -589,7 +491,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -607,21 +509,21 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '414' + - '415' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:10 GMT + - Thu, 18 May 2023 09:39:02 GMT expires: - '-1' pragma: @@ -637,7 +539,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -655,7 +557,7 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.3 + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.Insights/components/cli_scenario_test_202207021820?api-version=2015-05-01 @@ -687,13 +589,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:11 GMT + - Thu, 18 May 2023 09:39:02 GMT expires: - '-1' pragma: - no-cache request-context: - - appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed + - appId=cid-v1:60b64f55-e716-48c8-8b96-83eb9c6a7a9b server: - Microsoft-IIS/10.0 strict-transport-security: @@ -728,27 +630,27 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/78d5b0c8-e992-4841-b2df-7e6147c546b5?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/78d5b0c8-e992-4841-b2df-7e6147c546b5?api-version=2023-05-01-preview cache-control: - no-cache content-length: - - '609' + - '610' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:12 GMT + - Thu, 18 May 2023 09:39:04 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/78d5b0c8-e992-4841-b2df-7e6147c546b5/Spring/cli-unittest10?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/78d5b0c8-e992-4841-b2df-7e6147c546b5/Spring/cli-unittest10?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -760,7 +662,7 @@ interactions: x-ms-ratelimit-remaining-subscription-writes: - '1199' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 202 message: Accepted @@ -778,21 +680,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:37:12.3883394Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:39:03.751309Z"}}' headers: cache-control: - no-cache content-length: - - '815' + - '814' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:14 GMT + - Thu, 18 May 2023 09:39:05 GMT expires: - '-1' pragma: @@ -810,7 +712,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -828,21 +730,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '609' + - '610' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:15 GMT + - Thu, 18 May 2023 09:39:07 GMT expires: - '-1' pragma: @@ -858,7 +760,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -876,21 +778,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:37:12.3883394Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:39:03.751309Z"}}' headers: cache-control: - no-cache content-length: - - '815' + - '814' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:19 GMT + - Thu, 18 May 2023 09:39:12 GMT expires: - '-1' pragma: @@ -908,7 +810,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -926,21 +828,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '610' + - '611' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:19 GMT + - Thu, 18 May 2023 09:39:14 GMT expires: - '-1' pragma: @@ -956,7 +858,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -974,21 +876,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:37:12.3883394Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:39:03.751309Z"}}' headers: cache-control: - no-cache content-length: - - '815' + - '814' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:21 GMT + - Thu, 18 May 2023 09:39:15 GMT expires: - '-1' pragma: @@ -1006,7 +908,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1024,21 +926,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '610' + - '611' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:22 GMT + - Thu, 18 May 2023 09:39:16 GMT expires: - '-1' pragma: @@ -1054,7 +956,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1072,21 +974,21 @@ interactions: ParameterSetName: - -g -n --disable-app-insights --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:37:12.3883394Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:39:03.751309Z"}}' headers: cache-control: - no-cache content-length: - - '815' + - '814' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:23 GMT + - Thu, 18 May 2023 09:39:18 GMT expires: - '-1' pragma: @@ -1102,9 +1004,9 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '11998' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1122,21 +1024,21 @@ interactions: ParameterSetName: - -g -n --disable-app-insights --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '610' + - '611' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:24 GMT + - Thu, 18 May 2023 09:39:19 GMT expires: - '-1' pragma: @@ -1152,7 +1054,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1174,27 +1076,27 @@ interactions: ParameterSetName: - -g -n --disable-app-insights --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/737f14e7-fb8d-4fb9-bbcc-cde8c77e0b6c?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/737f14e7-fb8d-4fb9-bbcc-cde8c77e0b6c?api-version=2023-05-01-preview cache-control: - no-cache content-length: - - '413' + - '414' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:25 GMT + - Thu, 18 May 2023 09:39:21 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/737f14e7-fb8d-4fb9-bbcc-cde8c77e0b6c/Spring/cli-unittest10?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/737f14e7-fb8d-4fb9-bbcc-cde8c77e0b6c/Spring/cli-unittest10?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1204,9 +1106,9 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 202 message: Accepted @@ -1224,12 +1126,12 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:37:25.3892575Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:39:20.0728226Z"}}' headers: cache-control: - no-cache @@ -1238,7 +1140,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:26 GMT + - Thu, 18 May 2023 09:39:22 GMT expires: - '-1' pragma: @@ -1256,7 +1158,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1274,21 +1176,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '413' + - '414' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:27 GMT + - Thu, 18 May 2023 09:39:23 GMT expires: - '-1' pragma: @@ -1304,7 +1206,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1322,12 +1224,12 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:37:25.3892575Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:39:20.0728226Z"}}' headers: cache-control: - no-cache @@ -1336,7 +1238,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:31 GMT + - Thu, 18 May 2023 09:39:27 GMT expires: - '-1' pragma: @@ -1354,7 +1256,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1372,21 +1274,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '414' + - '415' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:32 GMT + - Thu, 18 May 2023 09:39:29 GMT expires: - '-1' pragma: @@ -1402,7 +1304,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1420,12 +1322,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:37:25.3892575Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:39:20.0728226Z"}}' headers: cache-control: - no-cache @@ -1434,7 +1336,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:34 GMT + - Thu, 18 May 2023 09:39:31 GMT expires: - '-1' pragma: @@ -1452,7 +1354,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1470,21 +1372,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '414' + - '415' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:35 GMT + - Thu, 18 May 2023 09:39:33 GMT expires: - '-1' pragma: @@ -1500,7 +1402,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1518,12 +1420,12 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:37:25.3892575Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:39:20.0728226Z"}}' headers: cache-control: - no-cache @@ -1532,7 +1434,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:37 GMT + - Thu, 18 May 2023 09:39:34 GMT expires: - '-1' pragma: @@ -1550,7 +1452,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1568,21 +1470,21 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '414' + - '415' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:38 GMT + - Thu, 18 May 2023 09:39:36 GMT expires: - '-1' pragma: @@ -1598,7 +1500,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1616,7 +1518,7 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.3 + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.Insights/components/cli_scenario_test_202207021820?api-version=2015-05-01 @@ -1648,13 +1550,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:39 GMT + - Thu, 18 May 2023 09:39:37 GMT expires: - '-1' pragma: - no-cache request-context: - - appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed + - appId=cid-v1:60b64f55-e716-48c8-8b96-83eb9c6a7a9b server: - Microsoft-IIS/10.0 strict-transport-security: @@ -1689,27 +1591,27 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/de453699-27ed-49ba-a213-6e6e7213071b?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/de453699-27ed-49ba-a213-6e6e7213071b?api-version=2023-05-01-preview cache-control: - no-cache content-length: - - '609' + - '610' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:39 GMT + - Thu, 18 May 2023 09:39:38 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/de453699-27ed-49ba-a213-6e6e7213071b/Spring/cli-unittest10?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/de453699-27ed-49ba-a213-6e6e7213071b/Spring/cli-unittest10?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1721,7 +1623,7 @@ interactions: x-ms-ratelimit-remaining-subscription-writes: - '1199' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 202 message: Accepted @@ -1739,12 +1641,12 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:37:39.6854412Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:39:38.1703483Z"}}' headers: cache-control: - no-cache @@ -1753,7 +1655,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:40 GMT + - Thu, 18 May 2023 09:39:39 GMT expires: - '-1' pragma: @@ -1771,7 +1673,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1789,21 +1691,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '609' + - '610' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:42 GMT + - Thu, 18 May 2023 09:39:41 GMT expires: - '-1' pragma: @@ -1819,7 +1721,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1837,12 +1739,12 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:37:39.6854412Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:39:38.1703483Z"}}' headers: cache-control: - no-cache @@ -1851,7 +1753,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:46 GMT + - Thu, 18 May 2023 09:39:45 GMT expires: - '-1' pragma: @@ -1869,7 +1771,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1887,21 +1789,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '610' + - '611' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:47 GMT + - Thu, 18 May 2023 09:39:47 GMT expires: - '-1' pragma: @@ -1917,7 +1819,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1935,12 +1837,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:37:39.6854412Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:39:38.1703483Z"}}' headers: cache-control: - no-cache @@ -1949,7 +1851,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:49 GMT + - Thu, 18 May 2023 09:39:48 GMT expires: - '-1' pragma: @@ -1967,7 +1869,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1985,21 +1887,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '610' + - '611' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:50 GMT + - Thu, 18 May 2023 09:39:50 GMT expires: - '-1' pragma: @@ -2015,7 +1917,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2033,12 +1935,12 @@ interactions: ParameterSetName: - -g -n --disable-app-insights --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:37:39.6854412Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:39:38.1703483Z"}}' headers: cache-control: - no-cache @@ -2047,7 +1949,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:51 GMT + - Thu, 18 May 2023 09:39:52 GMT expires: - '-1' pragma: @@ -2063,9 +1965,9 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2083,21 +1985,21 @@ interactions: ParameterSetName: - -g -n --disable-app-insights --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '610' + - '611' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:51 GMT + - Thu, 18 May 2023 09:39:52 GMT expires: - '-1' pragma: @@ -2113,7 +2015,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2135,27 +2037,76 @@ interactions: ParameterSetName: - -g -n --disable-app-insights --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview + response: + body: + string: '{"error":{"code":"SubscriptionRequestsThrottled","message":"Number + of requests for subscription ''d51e3ffe-6b84-49cd-b426-0dc4ec660356'' and + operation ''PUT/SUBSCRIPTIONS/RESOURCEGROUPS/PROVIDERS/MICROSOFT.APPPLATFORM/SPRING/MONITORINGSETTINGS/'' + exceeded the backend storage limit. Please try again after ''6'' seconds."}}' + headers: + cache-control: + - no-cache + connection: + - close + content-length: + - '317' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 18 May 2023 09:40:09 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 429 + message: '' +- request: + body: '{"properties": {"traceEnabled": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring update + Connection: + - keep-alive + Content-Length: + - '39' + Content-Type: + - application/json + ParameterSetName: + - -g -n --disable-app-insights --no-wait + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/ee974dda-ed60-4a42-9efd-44f7f6f813fb?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/ee974dda-ed60-4a42-9efd-44f7f6f813fb?api-version=2023-05-01-preview cache-control: - no-cache content-length: - - '413' + - '414' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:52 GMT + - Thu, 18 May 2023 09:40:16 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/ee974dda-ed60-4a42-9efd-44f7f6f813fb/Spring/cli-unittest10?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/ee974dda-ed60-4a42-9efd-44f7f6f813fb/Spring/cli-unittest10?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -2167,7 +2118,7 @@ interactions: x-ms-ratelimit-remaining-subscription-writes: - '1199' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 202 message: Accepted @@ -2185,12 +2136,12 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:37:52.9221853Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:40:16.0470942Z"}}' headers: cache-control: - no-cache @@ -2199,7 +2150,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:54 GMT + - Thu, 18 May 2023 09:40:19 GMT expires: - '-1' pragma: @@ -2217,7 +2168,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2235,21 +2186,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '413' + - '414' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:55 GMT + - Thu, 18 May 2023 09:40:20 GMT expires: - '-1' pragma: @@ -2265,7 +2216,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2283,12 +2234,12 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:37:52.9221853Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:40:16.0470942Z"}}' headers: cache-control: - no-cache @@ -2297,7 +2248,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:37:59 GMT + - Thu, 18 May 2023 09:40:25 GMT expires: - '-1' pragma: @@ -2315,7 +2266,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2333,21 +2284,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '414' + - '415' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:00 GMT + - Thu, 18 May 2023 09:40:27 GMT expires: - '-1' pragma: @@ -2363,7 +2314,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2381,12 +2332,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:37:52.9221853Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:40:16.0470942Z"}}' headers: cache-control: - no-cache @@ -2395,7 +2346,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:01 GMT + - Thu, 18 May 2023 09:40:28 GMT expires: - '-1' pragma: @@ -2411,9 +2362,9 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2431,21 +2382,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '414' + - '415' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:04 GMT + - Thu, 18 May 2023 09:40:30 GMT expires: - '-1' pragma: @@ -2461,7 +2412,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2479,12 +2430,12 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights-key User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:37:52.9221853Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:40:16.0470942Z"}}' headers: cache-control: - no-cache @@ -2493,7 +2444,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:05 GMT + - Thu, 18 May 2023 09:40:32 GMT expires: - '-1' pragma: @@ -2511,7 +2462,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2529,21 +2480,21 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights-key User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '414' + - '415' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:06 GMT + - Thu, 18 May 2023 09:40:34 GMT expires: - '-1' pragma: @@ -2559,7 +2510,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2582,27 +2533,27 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights-key User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/efa616a3-f4c0-498f-a9f0-f0b6ae13e226?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/efa616a3-f4c0-498f-a9f0-f0b6ae13e226?api-version=2023-05-01-preview cache-control: - no-cache content-length: - - '446' + - '447' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:07 GMT + - Thu, 18 May 2023 09:40:34 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/efa616a3-f4c0-498f-a9f0-f0b6ae13e226/Spring/cli-unittest10?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/efa616a3-f4c0-498f-a9f0-f0b6ae13e226/Spring/cli-unittest10?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -2614,7 +2565,7 @@ interactions: x-ms-ratelimit-remaining-subscription-writes: - '1199' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 202 message: Accepted @@ -2632,12 +2583,12 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:38:07.3515235Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:40:34.4117278Z"}}' headers: cache-control: - no-cache @@ -2646,7 +2597,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:08 GMT + - Thu, 18 May 2023 09:40:36 GMT expires: - '-1' pragma: @@ -2664,7 +2615,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2682,21 +2633,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '446' + - '447' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:09 GMT + - Thu, 18 May 2023 09:40:38 GMT expires: - '-1' pragma: @@ -2712,7 +2663,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2730,12 +2681,12 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:38:07.3515235Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:40:34.4117278Z"}}' headers: cache-control: - no-cache @@ -2744,7 +2695,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:13 GMT + - Thu, 18 May 2023 09:40:42 GMT expires: - '-1' pragma: @@ -2760,9 +2711,9 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2780,21 +2731,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '447' + - '448' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:15 GMT + - Thu, 18 May 2023 09:40:43 GMT expires: - '-1' pragma: @@ -2810,7 +2761,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2828,12 +2779,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:38:07.3515235Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:40:34.4117278Z"}}' headers: cache-control: - no-cache @@ -2842,7 +2793,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:16 GMT + - Thu, 18 May 2023 09:40:45 GMT expires: - '-1' pragma: @@ -2860,7 +2811,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2878,21 +2829,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '447' + - '448' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:16 GMT + - Thu, 18 May 2023 09:40:47 GMT expires: - '-1' pragma: @@ -2908,7 +2859,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2926,12 +2877,12 @@ interactions: ParameterSetName: - -g -n --disable-app-insights --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:38:07.3515235Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:40:34.4117278Z"}}' headers: cache-control: - no-cache @@ -2940,7 +2891,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:18 GMT + - Thu, 18 May 2023 09:40:48 GMT expires: - '-1' pragma: @@ -2956,9 +2907,9 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11997' + - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2976,21 +2927,21 @@ interactions: ParameterSetName: - -g -n --disable-app-insights --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '447' + - '448' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:19 GMT + - Thu, 18 May 2023 09:40:49 GMT expires: - '-1' pragma: @@ -3006,7 +2957,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3028,27 +2979,27 @@ interactions: ParameterSetName: - -g -n --disable-app-insights --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/abbcf879-525c-4bc9-9262-3955a501e9d8?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/abbcf879-525c-4bc9-9262-3955a501e9d8?api-version=2023-05-01-preview cache-control: - no-cache content-length: - - '413' + - '414' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:20 GMT + - Thu, 18 May 2023 09:40:50 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/abbcf879-525c-4bc9-9262-3955a501e9d8/Spring/cli-unittest10?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/abbcf879-525c-4bc9-9262-3955a501e9d8/Spring/cli-unittest10?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -3060,7 +3011,7 @@ interactions: x-ms-ratelimit-remaining-subscription-writes: - '1199' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 202 message: Accepted @@ -3078,12 +3029,12 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:38:20.6800658Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:40:50.2507467Z"}}' headers: cache-control: - no-cache @@ -3092,7 +3043,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:21 GMT + - Thu, 18 May 2023 09:40:51 GMT expires: - '-1' pragma: @@ -3108,9 +3059,9 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '11998' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3128,21 +3079,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '413' + - '414' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:23 GMT + - Thu, 18 May 2023 09:40:52 GMT expires: - '-1' pragma: @@ -3158,7 +3109,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3176,12 +3127,12 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:38:20.6800658Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:40:50.2507467Z"}}' headers: cache-control: - no-cache @@ -3190,7 +3141,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:27 GMT + - Thu, 18 May 2023 09:40:57 GMT expires: - '-1' pragma: @@ -3208,7 +3159,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3226,21 +3177,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '414' + - '415' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:29 GMT + - Thu, 18 May 2023 09:40:59 GMT expires: - '-1' pragma: @@ -3256,7 +3207,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3274,12 +3225,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:38:20.6800658Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:40:50.2507467Z"}}' headers: cache-control: - no-cache @@ -3288,7 +3239,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:30 GMT + - Thu, 18 May 2023 09:40:59 GMT expires: - '-1' pragma: @@ -3306,7 +3257,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3324,21 +3275,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '414' + - '415' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:32 GMT + - Thu, 18 May 2023 09:41:01 GMT expires: - '-1' pragma: @@ -3354,7 +3305,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3372,12 +3323,12 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights-key User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:38:20.6800658Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:40:50.2507467Z"}}' headers: cache-control: - no-cache @@ -3386,7 +3337,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:33 GMT + - Thu, 18 May 2023 09:41:02 GMT expires: - '-1' pragma: @@ -3404,7 +3355,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3422,21 +3373,21 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights-key User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '414' + - '415' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:36 GMT + - Thu, 18 May 2023 09:41:04 GMT expires: - '-1' pragma: @@ -3452,7 +3403,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3475,27 +3426,27 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights-key User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/d0fffb87-68dc-4832-a879-33ea3e9bd5f4?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/d0fffb87-68dc-4832-a879-33ea3e9bd5f4?api-version=2023-05-01-preview cache-control: - no-cache content-length: - - '517' + - '518' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:37 GMT + - Thu, 18 May 2023 09:41:05 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/d0fffb87-68dc-4832-a879-33ea3e9bd5f4/Spring/cli-unittest10?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/d0fffb87-68dc-4832-a879-33ea3e9bd5f4/Spring/cli-unittest10?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -3507,7 +3458,7 @@ interactions: x-ms-ratelimit-remaining-subscription-writes: - '1199' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 202 message: Accepted @@ -3525,12 +3476,12 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:38:36.9604789Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:41:05.3965423Z"}}' headers: cache-control: - no-cache @@ -3539,7 +3490,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:39 GMT + - Thu, 18 May 2023 09:41:07 GMT expires: - '-1' pragma: @@ -3557,7 +3508,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3575,21 +3526,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '517' + - '518' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:40 GMT + - Thu, 18 May 2023 09:41:08 GMT expires: - '-1' pragma: @@ -3605,7 +3556,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3623,12 +3574,12 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:38:36.9604789Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:41:05.3965423Z"}}' headers: cache-control: - no-cache @@ -3637,7 +3588,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:44 GMT + - Thu, 18 May 2023 09:41:12 GMT expires: - '-1' pragma: @@ -3655,7 +3606,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3673,21 +3624,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '518' + - '519' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:47 GMT + - Thu, 18 May 2023 09:41:14 GMT expires: - '-1' pragma: @@ -3703,7 +3654,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3721,12 +3672,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:38:36.9604789Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:41:05.3965423Z"}}' headers: cache-control: - no-cache @@ -3735,7 +3686,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:48 GMT + - Thu, 18 May 2023 09:41:15 GMT expires: - '-1' pragma: @@ -3753,7 +3704,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3771,21 +3722,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '518' + - '519' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 02:38:49 GMT + - Thu, 18 May 2023 09:41:16 GMT expires: - '-1' pragma: @@ -3801,7 +3752,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK diff --git a/src/spring/azext_spring/tests/latest/recordings/test_az_asc_create.yaml b/src/spring/azext_spring/tests/latest/recordings/test_az_asc_create.yaml index 5b793ca317e..1983f7c186f 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_az_asc_create.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_az_asc_create.yaml @@ -19,7 +19,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.AppPlatform/locations/eastus2euap/checkNameAvailability?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.AppPlatform/locations/eastus2euap/checkNameAvailability?api-version=2023-05-01-preview response: body: string: '{"nameAvailable":true}' @@ -74,13 +74,13 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-az1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-az1?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Creating","zoneRedundant":true,"version":3,"serviceId":"9494bfac41e64e708fb104eeca7fffe1","powerState":"Running","fqdn":"cli-unittest-az1.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2euap","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-az1","name":"cli-unittest-az1","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T11:20:00.760483Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T11:20:00.760483Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -92,7 +92,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationResults/1d1099e7-96a8-4770-83de-952c2ae3766f/Spring/cli-unittest-az1?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationResults/1d1099e7-96a8-4770-83de-952c2ae3766f/Spring/cli-unittest-az1?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -124,7 +124,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f","name":"1d1099e7-96a8-4770-83de-952c2ae3766f","status":"Running","startTime":"2022-09-07T11:20:01.5257037Z"}' @@ -172,7 +172,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f","name":"1d1099e7-96a8-4770-83de-952c2ae3766f","status":"Running","startTime":"2022-09-07T11:20:01.5257037Z"}' @@ -220,7 +220,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f","name":"1d1099e7-96a8-4770-83de-952c2ae3766f","status":"Running","startTime":"2022-09-07T11:20:01.5257037Z"}' @@ -268,7 +268,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f","name":"1d1099e7-96a8-4770-83de-952c2ae3766f","status":"Running","startTime":"2022-09-07T11:20:01.5257037Z"}' @@ -316,7 +316,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f","name":"1d1099e7-96a8-4770-83de-952c2ae3766f","status":"Running","startTime":"2022-09-07T11:20:01.5257037Z"}' @@ -364,7 +364,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f","name":"1d1099e7-96a8-4770-83de-952c2ae3766f","status":"Running","startTime":"2022-09-07T11:20:01.5257037Z"}' @@ -412,7 +412,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f","name":"1d1099e7-96a8-4770-83de-952c2ae3766f","status":"Running","startTime":"2022-09-07T11:20:01.5257037Z"}' @@ -460,7 +460,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f","name":"1d1099e7-96a8-4770-83de-952c2ae3766f","status":"Running","startTime":"2022-09-07T11:20:01.5257037Z"}' @@ -508,7 +508,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f","name":"1d1099e7-96a8-4770-83de-952c2ae3766f","status":"Running","startTime":"2022-09-07T11:20:01.5257037Z"}' @@ -556,7 +556,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f","name":"1d1099e7-96a8-4770-83de-952c2ae3766f","status":"Running","startTime":"2022-09-07T11:20:01.5257037Z"}' @@ -604,7 +604,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f","name":"1d1099e7-96a8-4770-83de-952c2ae3766f","status":"Running","startTime":"2022-09-07T11:20:01.5257037Z"}' @@ -652,7 +652,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f","name":"1d1099e7-96a8-4770-83de-952c2ae3766f","status":"Running","startTime":"2022-09-07T11:20:01.5257037Z"}' @@ -700,7 +700,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f","name":"1d1099e7-96a8-4770-83de-952c2ae3766f","status":"Running","startTime":"2022-09-07T11:20:01.5257037Z"}' @@ -748,7 +748,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f","name":"1d1099e7-96a8-4770-83de-952c2ae3766f","status":"Running","startTime":"2022-09-07T11:20:01.5257037Z"}' @@ -796,7 +796,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f","name":"1d1099e7-96a8-4770-83de-952c2ae3766f","status":"Running","startTime":"2022-09-07T11:20:01.5257037Z"}' @@ -844,7 +844,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f","name":"1d1099e7-96a8-4770-83de-952c2ae3766f","status":"Running","startTime":"2022-09-07T11:20:01.5257037Z"}' @@ -892,7 +892,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f","name":"1d1099e7-96a8-4770-83de-952c2ae3766f","status":"Running","startTime":"2022-09-07T11:20:01.5257037Z"}' @@ -940,7 +940,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f","name":"1d1099e7-96a8-4770-83de-952c2ae3766f","status":"Running","startTime":"2022-09-07T11:20:01.5257037Z"}' @@ -988,7 +988,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f","name":"1d1099e7-96a8-4770-83de-952c2ae3766f","status":"Running","startTime":"2022-09-07T11:20:01.5257037Z"}' @@ -1036,7 +1036,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/1d1099e7-96a8-4770-83de-952c2ae3766f","name":"1d1099e7-96a8-4770-83de-952c2ae3766f","status":"Succeeded","startTime":"2022-09-07T11:20:01.5257037Z","endTime":"2022-09-07T11:23:50.6265751Z"}' @@ -1084,7 +1084,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-az1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-az1?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":true,"version":3,"serviceId":"9494bfac41e64e708fb104eeca7fffe1","networkProfile":{"outboundIPs":{"publicIPs":["20.102.165.31","20.102.165.43"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-az1.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2euap","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-az1","name":"cli-unittest-az1","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T11:20:00.760483Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T11:20:00.760483Z"}}' @@ -1136,13 +1136,13 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-az1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-az1?api-version=2023-05-01-preview response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/ace8b8de-9796-45cb-a2ee-ee0358a57102?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/cli-unittest-az1/operationId/ace8b8de-9796-45cb-a2ee-ee0358a57102?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1152,7 +1152,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationResults/ace8b8de-9796-45cb-a2ee-ee0358a57102/Spring/cli-unittest-az1?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationResults/ace8b8de-9796-45cb-a2ee-ee0358a57102/Spring/cli-unittest-az1?api-version=2023-05-01-preview pragma: - no-cache request-context: diff --git a/src/spring/azext_spring/tests/latest/recordings/test_bind_cert_to_domain.yaml b/src/spring/azext_spring/tests/latest/recordings/test_bind_cert_to_domain.yaml index 7ce295f931b..3881e6b13af 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_bind_cert_to_domain.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_bind_cert_to_domain.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"NotFound","message":"App was not found","target":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain","details":null}}' @@ -61,7 +61,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"fe42b1dfecc34bb8b0c8a0c4974c4f40","networkProfile":{"outboundIPs":{"publicIPs":["20.207.109.29","20.219.43.135"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest","name":"cli-unittest","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-02-20T06:30:25.7818167Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-20T06:42:36.4133829Z"}}' @@ -116,13 +116,13 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Creating","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain","name":"test-custom-domain","systemData":{"createdBy":"shiqiu@microsoft.com","createdByType":"User","createdAt":"2023-03-20T08:24:07.2072858Z","lastModifiedBy":"shiqiu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-20T08:24:07.2072858Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-custom-domain/operationId/2ab05aba-b0e2-435d-8522-4843e4ede780?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-custom-domain/operationId/2ab05aba-b0e2-435d-8522-4843e4ede780?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -134,7 +134,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/2ab05aba-b0e2-435d-8522-4843e4ede780/Spring/test-custom-domain?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/2ab05aba-b0e2-435d-8522-4843e4ede780/Spring/test-custom-domain?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -166,7 +166,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-custom-domain/operationId/2ab05aba-b0e2-435d-8522-4843e4ede780?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-custom-domain/operationId/2ab05aba-b0e2-435d-8522-4843e4ede780?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-custom-domain/operationId/2ab05aba-b0e2-435d-8522-4843e4ede780","name":"2ab05aba-b0e2-435d-8522-4843e4ede780","status":"Running","startTime":"2023-03-20T08:24:07.7009085Z"}' @@ -214,7 +214,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-custom-domain/operationId/2ab05aba-b0e2-435d-8522-4843e4ede780?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-custom-domain/operationId/2ab05aba-b0e2-435d-8522-4843e4ede780?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-custom-domain/operationId/2ab05aba-b0e2-435d-8522-4843e4ede780","name":"2ab05aba-b0e2-435d-8522-4843e4ede780","status":"Succeeded","startTime":"2023-03-20T08:24:07.7009085Z","endTime":"2023-03-20T08:24:14.35032Z"}' @@ -262,7 +262,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain","name":"test-custom-domain","systemData":{"createdBy":"shiqiu@microsoft.com","createdByType":"User","createdAt":"2023-03-20T08:24:07.2072858Z","lastModifiedBy":"shiqiu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-20T08:24:07.2072858Z"}}' @@ -319,13 +319,13 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90},"provisioningState":"Creating","status":"Running","active":true,"instances":null,"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/deployments/default","name":"default","systemData":{"createdBy":"shiqiu@microsoft.com","createdByType":"User","createdAt":"2023-03-20T08:24:23.006099Z","lastModifiedBy":"shiqiu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-20T08:24:23.006099Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/794e08fe-8198-4842-88dc-931013389c08?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/794e08fe-8198-4842-88dc-931013389c08?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -337,7 +337,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/794e08fe-8198-4842-88dc-931013389c08/Spring/default?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/794e08fe-8198-4842-88dc-931013389c08/Spring/default?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -369,7 +369,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/794e08fe-8198-4842-88dc-931013389c08?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/794e08fe-8198-4842-88dc-931013389c08?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/794e08fe-8198-4842-88dc-931013389c08","name":"794e08fe-8198-4842-88dc-931013389c08","status":"Running","startTime":"2023-03-20T08:24:23.8483747Z"}' @@ -422,13 +422,13 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"cli-unittest.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain","name":"test-custom-domain","systemData":{"createdBy":"shiqiu@microsoft.com","createdByType":"User","createdAt":"2023-03-20T08:24:07.2072858Z","lastModifiedBy":"shiqiu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-20T08:24:24.5464154Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-custom-domain/operationId/86ebf729-2508-49f5-8754-53fd50f319d7?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-custom-domain/operationId/86ebf729-2508-49f5-8754-53fd50f319d7?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -440,7 +440,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/86ebf729-2508-49f5-8754-53fd50f319d7/Spring/test-custom-domain?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/86ebf729-2508-49f5-8754-53fd50f319d7/Spring/test-custom-domain?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -472,7 +472,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-custom-domain/operationId/86ebf729-2508-49f5-8754-53fd50f319d7?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-custom-domain/operationId/86ebf729-2508-49f5-8754-53fd50f319d7?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-custom-domain/operationId/86ebf729-2508-49f5-8754-53fd50f319d7","name":"86ebf729-2508-49f5-8754-53fd50f319d7","status":"Running","startTime":"2023-03-20T08:24:25.0491855Z"}' @@ -520,7 +520,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/794e08fe-8198-4842-88dc-931013389c08?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/794e08fe-8198-4842-88dc-931013389c08?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/794e08fe-8198-4842-88dc-931013389c08","name":"794e08fe-8198-4842-88dc-931013389c08","status":"Running","startTime":"2023-03-20T08:24:23.8483747Z"}' @@ -568,7 +568,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-custom-domain/operationId/86ebf729-2508-49f5-8754-53fd50f319d7?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-custom-domain/operationId/86ebf729-2508-49f5-8754-53fd50f319d7?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-custom-domain/operationId/86ebf729-2508-49f5-8754-53fd50f319d7","name":"86ebf729-2508-49f5-8754-53fd50f319d7","status":"Succeeded","startTime":"2023-03-20T08:24:25.0491855Z","endTime":"2023-03-20T08:24:31.3373424Z"}' @@ -616,7 +616,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain","name":"test-custom-domain","systemData":{"createdBy":"shiqiu@microsoft.com","createdByType":"User","createdAt":"2023-03-20T08:24:07.2072858Z","lastModifiedBy":"shiqiu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-20T08:24:24.5464154Z"}}' @@ -666,7 +666,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/794e08fe-8198-4842-88dc-931013389c08?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/794e08fe-8198-4842-88dc-931013389c08?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/794e08fe-8198-4842-88dc-931013389c08","name":"794e08fe-8198-4842-88dc-931013389c08","status":"Running","startTime":"2023-03-20T08:24:23.8483747Z"}' @@ -714,7 +714,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/794e08fe-8198-4842-88dc-931013389c08?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/794e08fe-8198-4842-88dc-931013389c08?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/794e08fe-8198-4842-88dc-931013389c08","name":"794e08fe-8198-4842-88dc-931013389c08","status":"Succeeded","startTime":"2023-03-20T08:24:23.8483747Z","endTime":"2023-03-20T08:24:48.5767086Z"}' @@ -762,7 +762,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-custom-domain-default-18-774fff7d67-zjf2v","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-03-20T08:24:25Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/deployments/default","name":"default","systemData":{"createdBy":"shiqiu@microsoft.com","createdByType":"User","createdAt":"2023-03-20T08:24:23.006099Z","lastModifiedBy":"shiqiu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-20T08:24:23.006099Z"}}' @@ -812,7 +812,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain","name":"test-custom-domain","systemData":{"createdBy":"shiqiu@microsoft.com","createdByType":"User","createdAt":"2023-03-20T08:24:07.2072858Z","lastModifiedBy":"shiqiu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-20T08:24:24.5464154Z"}}' @@ -862,7 +862,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-custom-domain-default-18-774fff7d67-zjf2v","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-03-20T08:24:25Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/deployments/default","name":"default","systemData":{"createdBy":"shiqiu@microsoft.com","createdByType":"User","createdAt":"2023-03-20T08:24:23.006099Z","lastModifiedBy":"shiqiu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-20T08:24:23.006099Z"}}]}' @@ -917,13 +917,13 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/certificates/test-cert?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/certificates/test-cert?api-version=2023-05-01-preview response: body: string: '{"properties":{"vaultUri":"https://integration-test-prod.vault.azure.net/","keyVaultCertName":"cli-unittest","excludePrivateKey":false,"provisioningState":"Creating","type":"KeyVaultCertificate"},"type":"Microsoft.AppPlatform/Spring/certificates","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/certificates/test-cert","name":"test-cert","systemData":{"createdBy":"shiqiu@microsoft.com","createdByType":"User","createdAt":"2023-03-20T08:25:05.051986Z","lastModifiedBy":"shiqiu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-20T08:25:05.051986Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/2f7647fe-0770-4aef-a357-2414b2d5c926?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/2f7647fe-0770-4aef-a357-2414b2d5c926?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -935,7 +935,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/2f7647fe-0770-4aef-a357-2414b2d5c926/Spring/cli-unittest?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/2f7647fe-0770-4aef-a357-2414b2d5c926/Spring/cli-unittest?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -967,7 +967,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/2f7647fe-0770-4aef-a357-2414b2d5c926?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/2f7647fe-0770-4aef-a357-2414b2d5c926?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/2f7647fe-0770-4aef-a357-2414b2d5c926","name":"2f7647fe-0770-4aef-a357-2414b2d5c926","status":"Running","startTime":"2023-03-20T08:25:06.2293404Z"}' @@ -1015,7 +1015,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/2f7647fe-0770-4aef-a357-2414b2d5c926?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/2f7647fe-0770-4aef-a357-2414b2d5c926?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/2f7647fe-0770-4aef-a357-2414b2d5c926","name":"2f7647fe-0770-4aef-a357-2414b2d5c926","status":"Succeeded","startTime":"2023-03-20T08:25:06.2293404Z","endTime":"2023-03-20T08:25:14.6608195Z"}' @@ -1063,7 +1063,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/certificates/test-cert?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/certificates/test-cert?api-version=2023-05-01-preview response: body: string: '{"properties":{"vaultUri":"https://integration-test-prod.vault.azure.net","keyVaultCertName":"cli-unittest","certVersion":"9f2205d5d2ca43ea97c3516dec1e2e06","excludePrivateKey":false,"thumbprint":"8ee74495d2fe82c19ee118fa52bf7ab88c170972","issuer":"*.asc-test.net","expirationDate":"2023-10-01T04:48:33.000+00:00","activateDate":"2022-10-01T04:38:33.000+00:00","subjectName":"*.asc-test.net","dnsNames":["cli.asc-test.net"],"provisioningState":"Succeeded","type":"KeyVaultCertificate"},"type":"Microsoft.AppPlatform/Spring/certificates","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/certificates/test-cert","name":"test-cert","systemData":{"createdBy":"shiqiu@microsoft.com","createdByType":"User","createdAt":"2023-03-20T08:25:05.051986Z","lastModifiedBy":"shiqiu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-20T08:25:05.051986Z"}}' @@ -1111,7 +1111,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/certificates/test-cert?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/certificates/test-cert?api-version=2023-05-01-preview response: body: string: '{"properties":{"vaultUri":"https://integration-test-prod.vault.azure.net","keyVaultCertName":"cli-unittest","certVersion":"9f2205d5d2ca43ea97c3516dec1e2e06","excludePrivateKey":false,"thumbprint":"8ee74495d2fe82c19ee118fa52bf7ab88c170972","issuer":"*.asc-test.net","expirationDate":"2023-10-01T04:48:33.000+00:00","activateDate":"2022-10-01T04:38:33.000+00:00","subjectName":"*.asc-test.net","dnsNames":["cli.asc-test.net"],"provisioningState":"Succeeded","type":"KeyVaultCertificate"},"type":"Microsoft.AppPlatform/Spring/certificates","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/certificates/test-cert","name":"test-cert","systemData":{"createdBy":"shiqiu@microsoft.com","createdByType":"User","createdAt":"2023-03-20T08:25:05.051986Z","lastModifiedBy":"shiqiu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-20T08:25:05.051986Z"}}' @@ -1159,7 +1159,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/certificates?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/certificates?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"thumbprint":"d4de20d05e66fc53fe1a50882c78db2852cae474","issuer":"Baltimore @@ -1211,7 +1211,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-custom-domain-default-18-774fff7d67-zjf2v","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-03-20T08:24:25Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/deployments/default","name":"default","systemData":{"createdBy":"shiqiu@microsoft.com","createdByType":"User","createdAt":"2023-03-20T08:24:23.006099Z","lastModifiedBy":"shiqiu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-20T08:24:23.006099Z"}}]}' @@ -1261,7 +1261,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"fe42b1dfecc34bb8b0c8a0c4974c4f40","networkProfile":{"outboundIPs":{"publicIPs":["20.207.109.29","20.219.43.135"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest","name":"cli-unittest","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-02-20T06:30:25.7818167Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-20T06:42:36.4133829Z"}}' @@ -1315,13 +1315,13 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/domains/clitest.asc-test.net?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/domains/clitest.asc-test.net?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Creating"},"type":"Microsoft.AppPlatform/Spring/apps/domains","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/domains/clitest.asc-test.net","name":"clitest.asc-test.net","systemData":{"createdBy":"shiqiu@microsoft.com","createdByType":"User","createdAt":"2023-03-20T08:25:31.023564Z","lastModifiedBy":"shiqiu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-20T08:25:31.023564Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/9cd5cd5b-861b-4dff-ac52-7317f2c8e8d9?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/9cd5cd5b-861b-4dff-ac52-7317f2c8e8d9?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1333,7 +1333,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/9cd5cd5b-861b-4dff-ac52-7317f2c8e8d9/Spring/cli-unittest?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/9cd5cd5b-861b-4dff-ac52-7317f2c8e8d9/Spring/cli-unittest?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1365,7 +1365,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/9cd5cd5b-861b-4dff-ac52-7317f2c8e8d9?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/9cd5cd5b-861b-4dff-ac52-7317f2c8e8d9?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/9cd5cd5b-861b-4dff-ac52-7317f2c8e8d9","name":"9cd5cd5b-861b-4dff-ac52-7317f2c8e8d9","status":"Running","startTime":"2023-03-20T08:25:31.5533347Z"}' @@ -1413,7 +1413,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/9cd5cd5b-861b-4dff-ac52-7317f2c8e8d9?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/9cd5cd5b-861b-4dff-ac52-7317f2c8e8d9?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/9cd5cd5b-861b-4dff-ac52-7317f2c8e8d9","name":"9cd5cd5b-861b-4dff-ac52-7317f2c8e8d9","status":"Succeeded","startTime":"2023-03-20T08:25:31.5533347Z","endTime":"2023-03-20T08:25:37.8843954Z"}' @@ -1461,7 +1461,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/domains/clitest.asc-test.net?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/domains/clitest.asc-test.net?api-version=2023-05-01-preview response: body: string: '{"properties":{"appName":"test-custom-domain","provisioningState":"Succeeded"},"type":"Microsoft.AppPlatform/Spring/apps/domains","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/domains/clitest.asc-test.net","name":"clitest.asc-test.net","systemData":{"createdBy":"shiqiu@microsoft.com","createdByType":"User","createdAt":"2023-03-20T08:25:31.023564Z","lastModifiedBy":"shiqiu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-20T08:25:31.023564Z"}}' @@ -1509,7 +1509,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-custom-domain-default-18-774fff7d67-zjf2v","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-03-20T08:24:25Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/deployments/default","name":"default","systemData":{"createdBy":"shiqiu@microsoft.com","createdByType":"User","createdAt":"2023-03-20T08:24:23.006099Z","lastModifiedBy":"shiqiu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-20T08:24:23.006099Z"}}]}' @@ -1559,7 +1559,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/domains/clitest.asc-test.net?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/domains/clitest.asc-test.net?api-version=2023-05-01-preview response: body: string: '{"properties":{"appName":"test-custom-domain","provisioningState":"Succeeded"},"type":"Microsoft.AppPlatform/Spring/apps/domains","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/domains/clitest.asc-test.net","name":"clitest.asc-test.net","systemData":{"createdBy":"shiqiu@microsoft.com","createdByType":"User","createdAt":"2023-03-20T08:25:31.023564Z","lastModifiedBy":"shiqiu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-20T08:25:31.023564Z"}}' @@ -1607,7 +1607,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-custom-domain-default-18-774fff7d67-zjf2v","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-03-20T08:24:25Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/deployments/default","name":"default","systemData":{"createdBy":"shiqiu@microsoft.com","createdByType":"User","createdAt":"2023-03-20T08:24:23.006099Z","lastModifiedBy":"shiqiu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-20T08:24:23.006099Z"}}]}' @@ -1657,7 +1657,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/domains?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/domains?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"appName":"test-custom-domain","provisioningState":"Succeeded"},"type":"Microsoft.AppPlatform/Spring/apps/domains","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/domains/clitest.asc-test.net","name":"clitest.asc-test.net","systemData":{"createdBy":"shiqiu@microsoft.com","createdByType":"User","createdAt":"2023-03-20T08:25:31.023564Z","lastModifiedBy":"shiqiu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-20T08:25:31.023564Z"}}]}' @@ -1705,7 +1705,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-custom-domain-default-18-774fff7d67-zjf2v","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-03-20T08:24:25Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/deployments/default","name":"default","systemData":{"createdBy":"shiqiu@microsoft.com","createdByType":"User","createdAt":"2023-03-20T08:24:23.006099Z","lastModifiedBy":"shiqiu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-20T08:24:23.006099Z"}}]}' @@ -1755,7 +1755,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/certificates/test-cert?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/certificates/test-cert?api-version=2023-05-01-preview response: body: string: '{"properties":{"vaultUri":"https://integration-test-prod.vault.azure.net","keyVaultCertName":"cli-unittest","certVersion":"9f2205d5d2ca43ea97c3516dec1e2e06","excludePrivateKey":false,"thumbprint":"8ee74495d2fe82c19ee118fa52bf7ab88c170972","issuer":"*.asc-test.net","expirationDate":"2023-10-01T04:48:33.000+00:00","activateDate":"2022-10-01T04:38:33.000+00:00","subjectName":"*.asc-test.net","dnsNames":["cli.asc-test.net"],"provisioningState":"Succeeded","type":"KeyVaultCertificate"},"type":"Microsoft.AppPlatform/Spring/certificates","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/certificates/test-cert","name":"test-cert","systemData":{"createdBy":"shiqiu@microsoft.com","createdByType":"User","createdAt":"2023-03-20T08:25:05.051986Z","lastModifiedBy":"shiqiu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-20T08:25:05.051986Z"}}' @@ -1808,13 +1808,13 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/domains/clitest.asc-test.net?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/domains/clitest.asc-test.net?api-version=2023-05-01-preview response: body: string: '{"properties":{"thumbprint":"8ee74495d2fe82c19ee118fa52bf7ab88c170972","certName":"test-cert","provisioningState":"Updating"},"type":"Microsoft.AppPlatform/Spring/apps/domains","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/domains/clitest.asc-test.net","name":"clitest.asc-test.net","systemData":{"createdBy":"shiqiu@microsoft.com","createdByType":"User","createdAt":"2023-03-20T08:25:31.023564Z","lastModifiedBy":"shiqiu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-20T08:25:59.625522Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/9b91fad6-7c3e-44bb-92a5-34c772f7476f?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/9b91fad6-7c3e-44bb-92a5-34c772f7476f?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1826,7 +1826,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/9b91fad6-7c3e-44bb-92a5-34c772f7476f/Spring/cli-unittest?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/9b91fad6-7c3e-44bb-92a5-34c772f7476f/Spring/cli-unittest?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1858,7 +1858,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/9b91fad6-7c3e-44bb-92a5-34c772f7476f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/9b91fad6-7c3e-44bb-92a5-34c772f7476f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/9b91fad6-7c3e-44bb-92a5-34c772f7476f","name":"9b91fad6-7c3e-44bb-92a5-34c772f7476f","status":"Running","startTime":"2023-03-20T08:26:00.1321672Z"}' @@ -1906,7 +1906,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/9b91fad6-7c3e-44bb-92a5-34c772f7476f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/9b91fad6-7c3e-44bb-92a5-34c772f7476f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/9b91fad6-7c3e-44bb-92a5-34c772f7476f","name":"9b91fad6-7c3e-44bb-92a5-34c772f7476f","status":"Succeeded","startTime":"2023-03-20T08:26:00.1321672Z","endTime":"2023-03-20T08:26:07.9587157Z"}' @@ -1954,7 +1954,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/domains/clitest.asc-test.net?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/domains/clitest.asc-test.net?api-version=2023-05-01-preview response: body: string: '{"properties":{"thumbprint":"8ee74495d2fe82c19ee118fa52bf7ab88c170972","appName":"test-custom-domain","certName":"test-cert","provisioningState":"Succeeded"},"type":"Microsoft.AppPlatform/Spring/apps/domains","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/domains/clitest.asc-test.net","name":"clitest.asc-test.net","systemData":{"createdBy":"shiqiu@microsoft.com","createdByType":"User","createdAt":"2023-03-20T08:25:31.023564Z","lastModifiedBy":"shiqiu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-20T08:25:59.625522Z"}}' @@ -2002,7 +2002,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-custom-domain-default-18-774fff7d67-zjf2v","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-03-20T08:24:25Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/deployments/default","name":"default","systemData":{"createdBy":"shiqiu@microsoft.com","createdByType":"User","createdAt":"2023-03-20T08:24:23.006099Z","lastModifiedBy":"shiqiu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-20T08:24:23.006099Z"}}]}' @@ -2052,7 +2052,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/domains/clitest.asc-test.net?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/domains/clitest.asc-test.net?api-version=2023-05-01-preview response: body: string: '{"properties":{"thumbprint":"8ee74495d2fe82c19ee118fa52bf7ab88c170972","appName":"test-custom-domain","certName":"test-cert","provisioningState":"Succeeded"},"type":"Microsoft.AppPlatform/Spring/apps/domains","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/domains/clitest.asc-test.net","name":"clitest.asc-test.net","systemData":{"createdBy":"shiqiu@microsoft.com","createdByType":"User","createdAt":"2023-03-20T08:25:31.023564Z","lastModifiedBy":"shiqiu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-20T08:25:59.625522Z"}}' @@ -2102,13 +2102,13 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/domains/clitest.asc-test.net?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/domains/clitest.asc-test.net?api-version=2023-05-01-preview response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/b2293f0e-f352-446a-a37e-a359a92368df?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/b2293f0e-f352-446a-a37e-a359a92368df?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -2118,7 +2118,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/b2293f0e-f352-446a-a37e-a359a92368df/Spring/cli-unittest?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/b2293f0e-f352-446a-a37e-a359a92368df/Spring/cli-unittest?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -2150,7 +2150,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/b2293f0e-f352-446a-a37e-a359a92368df?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/b2293f0e-f352-446a-a37e-a359a92368df?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/b2293f0e-f352-446a-a37e-a359a92368df","name":"b2293f0e-f352-446a-a37e-a359a92368df","status":"Running","startTime":"2023-03-20T08:26:19.1851634Z"}' @@ -2198,7 +2198,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/b2293f0e-f352-446a-a37e-a359a92368df?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/b2293f0e-f352-446a-a37e-a359a92368df?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/b2293f0e-f352-446a-a37e-a359a92368df","name":"b2293f0e-f352-446a-a37e-a359a92368df","status":"Succeeded","startTime":"2023-03-20T08:26:19.1851634Z","endTime":"2023-03-20T08:26:25.4803953Z"}' @@ -2246,7 +2246,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-custom-domain-default-18-774fff7d67-zjf2v","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-03-20T08:24:25Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/deployments/default","name":"default","systemData":{"createdBy":"shiqiu@microsoft.com","createdByType":"User","createdAt":"2023-03-20T08:24:23.006099Z","lastModifiedBy":"shiqiu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-20T08:24:23.006099Z"}}]}' @@ -2296,7 +2296,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/domains/clitest.asc-test.net?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-custom-domain/domains/clitest.asc-test.net?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"NotFound","message":"CustomDomain ''clitest.asc-test.net'' @@ -2341,7 +2341,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/certificates/test-cert?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/certificates/test-cert?api-version=2023-05-01-preview response: body: string: '{"properties":{"vaultUri":"https://integration-test-prod.vault.azure.net","keyVaultCertName":"cli-unittest","certVersion":"9f2205d5d2ca43ea97c3516dec1e2e06","excludePrivateKey":false,"thumbprint":"8ee74495d2fe82c19ee118fa52bf7ab88c170972","issuer":"*.asc-test.net","expirationDate":"2023-10-01T04:48:33.000+00:00","activateDate":"2022-10-01T04:38:33.000+00:00","subjectName":"*.asc-test.net","dnsNames":["cli.asc-test.net"],"provisioningState":"Succeeded","type":"KeyVaultCertificate"},"type":"Microsoft.AppPlatform/Spring/certificates","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/certificates/test-cert","name":"test-cert","systemData":{"createdBy":"shiqiu@microsoft.com","createdByType":"User","createdAt":"2023-03-20T08:25:05.051986Z","lastModifiedBy":"shiqiu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-20T08:25:05.051986Z"}}' @@ -2391,13 +2391,13 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/certificates/test-cert?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/certificates/test-cert?api-version=2023-05-01-preview response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/2c123844-de87-4635-a8fa-630048d53965?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/2c123844-de87-4635-a8fa-630048d53965?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -2407,7 +2407,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/2c123844-de87-4635-a8fa-630048d53965/Spring/cli-unittest?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/2c123844-de87-4635-a8fa-630048d53965/Spring/cli-unittest?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -2439,7 +2439,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/2c123844-de87-4635-a8fa-630048d53965?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/2c123844-de87-4635-a8fa-630048d53965?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/2c123844-de87-4635-a8fa-630048d53965","name":"2c123844-de87-4635-a8fa-630048d53965","status":"Running","startTime":"2023-03-20T08:26:37.1296635Z"}' @@ -2487,7 +2487,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/2c123844-de87-4635-a8fa-630048d53965?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/2c123844-de87-4635-a8fa-630048d53965?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/2c123844-de87-4635-a8fa-630048d53965","name":"2c123844-de87-4635-a8fa-630048d53965","status":"Succeeded","startTime":"2023-03-20T08:26:37.1296635Z","endTime":"2023-03-20T08:26:43.348362Z"}' @@ -2535,7 +2535,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19045-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/certificates/test-cert?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/certificates/test-cert?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"NotFound","message":"Certificate ''test-cert'' not diff --git a/src/spring/azext_spring/tests/latest/recordings/test_blue_green_deployment.yaml b/src/spring/azext_spring/tests/latest/recordings/test_blue_green_deployment.yaml index 2134070e17d..9f16d82bbf2 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_blue_green_deployment.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_blue_green_deployment.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"NotFound","message":"App was not found","target":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","details":null}}' @@ -61,7 +61,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"56e88126a961459ca367bb6223cf4a16","networkProfile":{"outboundIPs":{"publicIPs":["20.219.181.209","20.219.183.20"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-03-23T02:52:58.6146926Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-23T02:57:49.439147Z"}}' @@ -116,13 +116,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Creating","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:29:22.5943235Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:29:22.5943235Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/1b11f307-38ef-4604-aa01-1adc3af3e8ad?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/1b11f307-38ef-4604-aa01-1adc3af3e8ad?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -134,7 +134,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/1b11f307-38ef-4604-aa01-1adc3af3e8ad/Spring/clitest000003?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/1b11f307-38ef-4604-aa01-1adc3af3e8ad/Spring/clitest000003?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -166,7 +166,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/1b11f307-38ef-4604-aa01-1adc3af3e8ad?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/1b11f307-38ef-4604-aa01-1adc3af3e8ad?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/1b11f307-38ef-4604-aa01-1adc3af3e8ad","name":"1b11f307-38ef-4604-aa01-1adc3af3e8ad","status":"Running","startTime":"2023-04-03T07:29:23.2067187Z"}' @@ -214,7 +214,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/1b11f307-38ef-4604-aa01-1adc3af3e8ad?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/1b11f307-38ef-4604-aa01-1adc3af3e8ad?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/1b11f307-38ef-4604-aa01-1adc3af3e8ad","name":"1b11f307-38ef-4604-aa01-1adc3af3e8ad","status":"Succeeded","startTime":"2023-04-03T07:29:23.2067187Z","endTime":"2023-04-03T07:29:30.9227732Z"}' @@ -262,7 +262,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:29:22.5943235Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:29:22.5943235Z"}}' @@ -319,13 +319,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90},"provisioningState":"Creating","status":"Running","active":true,"instances":null,"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:29:38.4071004Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:29:38.4071004Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/5380b585-0706-43f9-8599-3188a456cc47?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/5380b585-0706-43f9-8599-3188a456cc47?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -337,7 +337,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/5380b585-0706-43f9-8599-3188a456cc47/Spring/default?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/5380b585-0706-43f9-8599-3188a456cc47/Spring/default?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -369,7 +369,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/5380b585-0706-43f9-8599-3188a456cc47?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/5380b585-0706-43f9-8599-3188a456cc47?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/5380b585-0706-43f9-8599-3188a456cc47","name":"5380b585-0706-43f9-8599-3188a456cc47","status":"Running","startTime":"2023-04-03T07:29:39.0860252Z"}' @@ -422,13 +422,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:29:22.5943235Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:29:39.6817904Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/1c0a1521-6916-4c3e-9a1f-368ce9a39dae?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/1c0a1521-6916-4c3e-9a1f-368ce9a39dae?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -440,7 +440,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/1c0a1521-6916-4c3e-9a1f-368ce9a39dae/Spring/clitest000003?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/1c0a1521-6916-4c3e-9a1f-368ce9a39dae/Spring/clitest000003?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -472,7 +472,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/1c0a1521-6916-4c3e-9a1f-368ce9a39dae?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/1c0a1521-6916-4c3e-9a1f-368ce9a39dae?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/1c0a1521-6916-4c3e-9a1f-368ce9a39dae","name":"1c0a1521-6916-4c3e-9a1f-368ce9a39dae","status":"Running","startTime":"2023-04-03T07:29:40.2436205Z"}' @@ -520,7 +520,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/5380b585-0706-43f9-8599-3188a456cc47?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/5380b585-0706-43f9-8599-3188a456cc47?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/5380b585-0706-43f9-8599-3188a456cc47","name":"5380b585-0706-43f9-8599-3188a456cc47","status":"Running","startTime":"2023-04-03T07:29:39.0860252Z"}' @@ -568,7 +568,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/1c0a1521-6916-4c3e-9a1f-368ce9a39dae?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/1c0a1521-6916-4c3e-9a1f-368ce9a39dae?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/1c0a1521-6916-4c3e-9a1f-368ce9a39dae","name":"1c0a1521-6916-4c3e-9a1f-368ce9a39dae","status":"Succeeded","startTime":"2023-04-03T07:29:40.2436205Z","endTime":"2023-04-03T07:29:46.9200771Z"}' @@ -616,7 +616,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:29:22.5943235Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:29:39.6817904Z"}}' @@ -666,7 +666,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/5380b585-0706-43f9-8599-3188a456cc47?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/5380b585-0706-43f9-8599-3188a456cc47?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/5380b585-0706-43f9-8599-3188a456cc47","name":"5380b585-0706-43f9-8599-3188a456cc47","status":"Running","startTime":"2023-04-03T07:29:39.0860252Z"}' @@ -714,7 +714,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/5380b585-0706-43f9-8599-3188a456cc47?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/5380b585-0706-43f9-8599-3188a456cc47?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/5380b585-0706-43f9-8599-3188a456cc47","name":"5380b585-0706-43f9-8599-3188a456cc47","status":"Running","startTime":"2023-04-03T07:29:39.0860252Z"}' @@ -762,7 +762,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/5380b585-0706-43f9-8599-3188a456cc47?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/5380b585-0706-43f9-8599-3188a456cc47?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/5380b585-0706-43f9-8599-3188a456cc47","name":"5380b585-0706-43f9-8599-3188a456cc47","status":"Succeeded","startTime":"2023-04-03T07:29:39.0860252Z","endTime":"2023-04-03T07:30:17.1840597Z"}' @@ -810,7 +810,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-754cf84454-6dhc8","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-03T07:29:40Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:29:38.4071004Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:29:38.4071004Z"}}' @@ -860,7 +860,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:29:22.5943235Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:29:39.6817904Z"}}' @@ -910,7 +910,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-754cf84454-6dhc8","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-03T07:29:40Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:29:38.4071004Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:29:38.4071004Z"}}]}' @@ -960,7 +960,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-754cf84454-6dhc8","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-03T07:29:40Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:29:38.4071004Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:29:38.4071004Z"}}' @@ -1010,11 +1010,11 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"BadRequest","message":"Feature BuildService is not - supported in Sku S0 for API version 2023-03-01-preview.","target":null,"details":null}}' + supported in Sku S0 for API version 2023-05-01-preview.","target":null,"details":null}}' headers: cache-control: - no-cache @@ -1055,7 +1055,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-754cf84454-6dhc8","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-03T07:29:40Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:29:38.4071004Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:29:38.4071004Z"}}]}' @@ -1112,13 +1112,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90},"provisioningState":"Creating","status":"Running","active":false,"instances":null,"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/green","name":"green","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:30:36.596452Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:30:36.596452Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/green/operationId/ed207f3a-fbad-4569-ba87-54ad2c2b5b97?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/green/operationId/ed207f3a-fbad-4569-ba87-54ad2c2b5b97?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1130,7 +1130,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/ed207f3a-fbad-4569-ba87-54ad2c2b5b97/Spring/green?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/ed207f3a-fbad-4569-ba87-54ad2c2b5b97/Spring/green?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1162,7 +1162,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/green/operationId/ed207f3a-fbad-4569-ba87-54ad2c2b5b97?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/green/operationId/ed207f3a-fbad-4569-ba87-54ad2c2b5b97?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/green/operationId/ed207f3a-fbad-4569-ba87-54ad2c2b5b97","name":"ed207f3a-fbad-4569-ba87-54ad2c2b5b97","status":"Running","startTime":"2023-04-03T07:30:37.4513169Z"}' @@ -1210,7 +1210,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/green/operationId/ed207f3a-fbad-4569-ba87-54ad2c2b5b97?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/green/operationId/ed207f3a-fbad-4569-ba87-54ad2c2b5b97?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/green/operationId/ed207f3a-fbad-4569-ba87-54ad2c2b5b97","name":"ed207f3a-fbad-4569-ba87-54ad2c2b5b97","status":"Running","startTime":"2023-04-03T07:30:37.4513169Z"}' @@ -1258,7 +1258,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/green/operationId/ed207f3a-fbad-4569-ba87-54ad2c2b5b97?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/green/operationId/ed207f3a-fbad-4569-ba87-54ad2c2b5b97?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/green/operationId/ed207f3a-fbad-4569-ba87-54ad2c2b5b97","name":"ed207f3a-fbad-4569-ba87-54ad2c2b5b97","status":"Running","startTime":"2023-04-03T07:30:37.4513169Z"}' @@ -1306,7 +1306,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/green/operationId/ed207f3a-fbad-4569-ba87-54ad2c2b5b97?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/green/operationId/ed207f3a-fbad-4569-ba87-54ad2c2b5b97?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/green/operationId/ed207f3a-fbad-4569-ba87-54ad2c2b5b97","name":"ed207f3a-fbad-4569-ba87-54ad2c2b5b97","status":"Succeeded","startTime":"2023-04-03T07:30:37.4513169Z","endTime":"2023-04-03T07:31:05.7496597Z"}' @@ -1354,7 +1354,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":false,"instances":[{"name":"clitest000003-green-15-687f4df675-prggc","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-03T07:30:39Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/green","name":"green","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:30:36.596452Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:30:36.596452Z"}}' @@ -1404,7 +1404,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":false,"instances":[{"name":"clitest000003-green-15-687f4df675-prggc","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-03T07:30:39Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/green","name":"green","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:30:36.596452Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:30:36.596452Z"}}' @@ -1454,7 +1454,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"56e88126a961459ca367bb6223cf4a16","networkProfile":{"outboundIPs":{"publicIPs":["20.219.181.209","20.219.183.20"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-03-23T02:52:58.6146926Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-23T02:57:49.439147Z"}}' @@ -1506,7 +1506,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/listTestKeys?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/listTestKeys?api-version=2023-05-01-preview response: body: string: '{"primaryKey":"g8Txb3WjhsLbmSTNRt00QSi7oJMugRsSvwrllEl6k9S9anvSrOG3624SObNEspif","secondaryKey":"e7KVYhTdOPRs7yhnDN0p9oA96TFjn8WtwAHJBRMzkJNP6sBji1m1ovwBKs0X1jIN","primaryTestEndpoint":"https://primary:g8Txb3WjhsLbmSTNRt00QSi7oJMugRsSvwrllEl6k9S9anvSrOG3624SObNEspif@clitest000002.test.azuremicroservices.io","secondaryTestEndpoint":"https://secondary:e7KVYhTdOPRs7yhnDN0p9oA96TFjn8WtwAHJBRMzkJNP6sBji1m1ovwBKs0X1jIN@clitest000002.test.azuremicroservices.io","enabled":true}' @@ -1614,7 +1614,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":false,"instances":[{"name":"clitest000003-green-15-687f4df675-prggc","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-03T07:30:39Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/green","name":"green","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:30:36.596452Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:30:36.596452Z"}}' @@ -1664,7 +1664,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-754cf84454-6dhc8","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-03T07:29:40Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:29:38.4071004Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:29:38.4071004Z"}},{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":false,"instances":[{"name":"clitest000003-green-15-687f4df675-prggc","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-03T07:30:39Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/green","name":"green","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:30:36.596452Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:30:36.596452Z"}}]}' @@ -1714,7 +1714,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":false,"instances":[{"name":"clitest000003-green-15-687f4df675-prggc","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-03T07:30:39Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/green","name":"green","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:30:36.596452Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:30:36.596452Z"}}' @@ -1768,13 +1768,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/setActiveDeployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/setActiveDeployments?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:29:22.5943235Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:31:26.7812508Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/c1b81092-6621-454a-98a1-0d9682fde5ea?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/c1b81092-6621-454a-98a1-0d9682fde5ea?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1786,7 +1786,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/c1b81092-6621-454a-98a1-0d9682fde5ea/Spring/clitest000003?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/c1b81092-6621-454a-98a1-0d9682fde5ea/Spring/clitest000003?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1818,7 +1818,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/c1b81092-6621-454a-98a1-0d9682fde5ea?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/c1b81092-6621-454a-98a1-0d9682fde5ea?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/c1b81092-6621-454a-98a1-0d9682fde5ea","name":"c1b81092-6621-454a-98a1-0d9682fde5ea","status":"Running","startTime":"2023-04-03T07:31:27.3493847Z"}' @@ -1866,7 +1866,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/c1b81092-6621-454a-98a1-0d9682fde5ea?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/c1b81092-6621-454a-98a1-0d9682fde5ea?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/c1b81092-6621-454a-98a1-0d9682fde5ea","name":"c1b81092-6621-454a-98a1-0d9682fde5ea","status":"Running","startTime":"2023-04-03T07:31:27.3493847Z"}' @@ -1914,7 +1914,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/c1b81092-6621-454a-98a1-0d9682fde5ea?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/c1b81092-6621-454a-98a1-0d9682fde5ea?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/c1b81092-6621-454a-98a1-0d9682fde5ea","name":"c1b81092-6621-454a-98a1-0d9682fde5ea","status":"Succeeded","startTime":"2023-04-03T07:31:27.3493847Z","endTime":"2023-04-03T07:31:39.9708151Z"}' @@ -1962,7 +1962,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/c1b81092-6621-454a-98a1-0d9682fde5ea/Spring/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/c1b81092-6621-454a-98a1-0d9682fde5ea/Spring/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","activeDeploymentName":"green","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"createdTime":"2023-04-03T07:29:30.836Z","temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:29:22.5943235Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:31:26.7812508Z"}}' @@ -2010,7 +2010,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:29:22.5943235Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:31:26.7812508Z"}}' @@ -2060,7 +2060,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":false,"instances":[{"name":"clitest000003-default-15-64c7f67cc9-6bzgd","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-03T07:31:35Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:29:38.4071004Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:31:26.7812508Z"}},{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-green-15-8f5fc79d9-gpfmk","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-03T07:31:35Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/green","name":"green","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:30:36.596452Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:31:26.7812508Z"}}]}' @@ -2110,7 +2110,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":false,"instances":[{"name":"clitest000003-default-15-64c7f67cc9-6bzgd","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-03T07:31:35Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:29:38.4071004Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:31:26.7812508Z"}}' @@ -2160,7 +2160,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-green-15-8f5fc79d9-gpfmk","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-03T07:31:35Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/green","name":"green","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:30:36.596452Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:31:26.7812508Z"}}' @@ -2210,7 +2210,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":false,"instances":[{"name":"clitest000003-default-15-64c7f67cc9-6bzgd","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-03T07:31:35Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:29:38.4071004Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:31:26.7812508Z"}},{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-green-15-8f5fc79d9-gpfmk","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-03T07:31:35Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/green","name":"green","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:30:36.596452Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:31:26.7812508Z"}}]}' @@ -2264,13 +2264,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/setActiveDeployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/setActiveDeployments?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:29:22.5943235Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:32:04.1768171Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/28a95f0a-5520-4416-9533-63fb99c02ebb?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/28a95f0a-5520-4416-9533-63fb99c02ebb?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -2282,7 +2282,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/28a95f0a-5520-4416-9533-63fb99c02ebb/Spring/clitest000003?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/28a95f0a-5520-4416-9533-63fb99c02ebb/Spring/clitest000003?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -2314,7 +2314,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/28a95f0a-5520-4416-9533-63fb99c02ebb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/28a95f0a-5520-4416-9533-63fb99c02ebb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/28a95f0a-5520-4416-9533-63fb99c02ebb","name":"28a95f0a-5520-4416-9533-63fb99c02ebb","status":"Running","startTime":"2023-04-03T07:32:04.6752628Z"}' @@ -2362,7 +2362,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/28a95f0a-5520-4416-9533-63fb99c02ebb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/28a95f0a-5520-4416-9533-63fb99c02ebb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/28a95f0a-5520-4416-9533-63fb99c02ebb","name":"28a95f0a-5520-4416-9533-63fb99c02ebb","status":"Running","startTime":"2023-04-03T07:32:04.6752628Z"}' @@ -2410,7 +2410,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/28a95f0a-5520-4416-9533-63fb99c02ebb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/28a95f0a-5520-4416-9533-63fb99c02ebb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/28a95f0a-5520-4416-9533-63fb99c02ebb","name":"28a95f0a-5520-4416-9533-63fb99c02ebb","status":"Succeeded","startTime":"2023-04-03T07:32:04.6752628Z","endTime":"2023-04-03T07:32:18.5782052Z"}' @@ -2458,7 +2458,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/28a95f0a-5520-4416-9533-63fb99c02ebb/Spring/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/28a95f0a-5520-4416-9533-63fb99c02ebb/Spring/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"createdTime":"2023-04-03T07:29:30.836Z","temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:29:22.5943235Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:32:04.1768171Z"}}' @@ -2506,7 +2506,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":false,"instances":[{"name":"clitest000003-default-15-64c7f67cc9-6bzgd","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-03T07:31:35Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:29:38.4071004Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:31:26.7812508Z"}}' @@ -2556,7 +2556,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":false,"instances":[{"name":"clitest000003-green-15-58769cf647-ssdvz","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-03T07:32:14Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/green","name":"green","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:30:36.596452Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:32:04.1768171Z"}}' diff --git a/src/spring/azext_spring/tests/latest/recordings/test_build.yaml b/src/spring/azext_spring/tests/latest/recordings/test_build.yaml index 6be200fccea..341ecd688cf 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_build.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_build.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"a844dc2252cb47e590f1588013d2f796","networkProfile":{"outboundIPs":{"publicIPs":["20.204.228.60","20.207.80.135"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-e.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e","name":"cli-unittest-e","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-29T05:07:18.3749756Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-29T05:07:18.3749756Z"}}' @@ -65,7 +65,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/buildServices/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/buildServices/default?api-version=2023-05-01-preview response: body: string: '{"type":"Microsoft.AppPlatform/Spring/buildServices","properties":{"containerRegistry":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/buildServices/default/containerRegistries/default","kPackVersion":"0.7.2","provisioningState":"Succeeded","resourceRequests":{"cpu":"2","memory":"4Gi"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/buildServices/default","name":"default","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-29T05:20:51.4281503Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-29T05:20:51.4281503Z"}}' @@ -113,7 +113,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/buildServices/default/builds/test?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/buildServices/default/builds/test?api-version=2023-05-01-preview response: body: string: '{"type":"Microsoft.AppPlatform/Spring/buildServices/builds","properties":{"builder":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/buildServices/default/builders/default","agentPool":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/buildServices/default/agentPools/default","relativePath":"resources/2023032905-759f53c6-f07b-4ba3-b73e-5b3368bb6775","provisioningState":"Succeeded","resourceRequests":{"cpu":"1","memory":"2Gi"},"env":{}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/buildServices/default/builds/test","name":"test","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-29T05:49:31.8000981Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-29T05:49:31.8000981Z"}}' @@ -161,7 +161,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"a844dc2252cb47e590f1588013d2f796","networkProfile":{"outboundIPs":{"publicIPs":["20.204.228.60","20.207.80.135"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-e.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e","name":"cli-unittest-e","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-29T05:07:18.3749756Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-29T05:07:18.3749756Z"}}' @@ -211,7 +211,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/buildServices/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/buildServices/default?api-version=2023-05-01-preview response: body: string: '{"type":"Microsoft.AppPlatform/Spring/buildServices","properties":{"containerRegistry":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/buildServices/default/containerRegistries/default","kPackVersion":"0.7.2","provisioningState":"Succeeded","resourceRequests":{"cpu":"2","memory":"4Gi"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/buildServices/default","name":"default","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-29T05:20:51.4281503Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-29T05:20:51.4281503Z"}}' @@ -259,7 +259,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/buildServices/default/builds/test/results/1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/buildServices/default/builds/test/results/1?api-version=2023-05-01-preview response: body: string: '{"type":"Microsoft.AppPlatform/Spring/buildServices/builds/results","properties":{"name":"1","provisioningState":"Succeeded","buildPodName":"default.test-build-1-build-pod","buildStages":[{"name":"prepare","status":"Succeeded","exitCode":"0","reason":"Completed"},{"name":"analyze","status":"Succeeded","exitCode":"0","reason":"Completed"},{"name":"detect","status":"Succeeded","exitCode":"0","reason":"Completed"},{"name":"restore","status":"Succeeded","exitCode":"0","reason":"Completed"},{"name":"build","status":"Succeeded","exitCode":"0","reason":"Completed"},{"name":"export","status":"Succeeded","exitCode":"0","reason":"Completed"},{"name":"completion","status":"Succeeded","exitCode":"0","reason":"Completed"}],"image":"clitest1.azurecr.io/test:result-1"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/buildServices/default/builds/test/results/1","name":"1","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-29T05:49:31.8000981Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-29T05:49:31.8000981Z"}}' @@ -307,7 +307,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"a844dc2252cb47e590f1588013d2f796","networkProfile":{"outboundIPs":{"publicIPs":["20.204.228.60","20.207.80.135"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-e.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e","name":"cli-unittest-e","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-29T05:07:18.3749756Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-29T05:07:18.3749756Z"}}' @@ -357,7 +357,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/buildServices/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/buildServices/default?api-version=2023-05-01-preview response: body: string: '{"type":"Microsoft.AppPlatform/Spring/buildServices","properties":{"containerRegistry":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/buildServices/default/containerRegistries/default","kPackVersion":"0.7.2","provisioningState":"Succeeded","resourceRequests":{"cpu":"2","memory":"4Gi"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/buildServices/default","name":"default","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-29T05:20:51.4281503Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-29T05:20:51.4281503Z"}}' @@ -407,13 +407,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/buildServices/default/builds/test?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/buildServices/default/builds/test?api-version=2023-05-01-preview response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest-e/operationId/7e9cc4e7-aca8-4f5a-a91c-948ed8e6a56b?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest-e/operationId/7e9cc4e7-aca8-4f5a-a91c-948ed8e6a56b?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -423,7 +423,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/7e9cc4e7-aca8-4f5a-a91c-948ed8e6a56b/Spring/cli-unittest-e?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/7e9cc4e7-aca8-4f5a-a91c-948ed8e6a56b/Spring/cli-unittest-e?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -455,7 +455,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest-e/operationId/7e9cc4e7-aca8-4f5a-a91c-948ed8e6a56b?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest-e/operationId/7e9cc4e7-aca8-4f5a-a91c-948ed8e6a56b?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest-e/operationId/7e9cc4e7-aca8-4f5a-a91c-948ed8e6a56b","name":"7e9cc4e7-aca8-4f5a-a91c-948ed8e6a56b","status":"Succeeded","startTime":"2023-03-29T06:20:27.8842744Z","endTime":"2023-03-29T06:20:34.3671005Z"}' @@ -503,7 +503,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/7e9cc4e7-aca8-4f5a-a91c-948ed8e6a56b/Spring/cli-unittest-e?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/7e9cc4e7-aca8-4f5a-a91c-948ed8e6a56b/Spring/cli-unittest-e?api-version=2023-05-01-preview response: body: string: '' diff --git a/src/spring/azext_spring/tests/latest/recordings/test_build_service.yaml b/src/spring/azext_spring/tests/latest/recordings/test_build_service.yaml new file mode 100644 index 00000000000..7dfb622e26b --- /dev/null +++ b/src/spring/azext_spring/tests/latest/recordings/test_build_service.yaml @@ -0,0 +1,100 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring build-service show + Connection: + - keep-alive + ParameterSetName: + - -g --service + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"a6d810529f2f46239ce6daa29312f482","networkProfile":{"outboundIPs":{"publicIPs":["20.207.94.116","20.207.94.123"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-e.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e","name":"cli-unittest-e","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T06:45:05.9852557Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T06:45:05.9852557Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '936' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 18 May 2023 08:25:32 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' + x-rp-server-mvid: + - f186244f-1bfd-4f46-85f1-15df565c4b85 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring build-service show + Connection: + - keep-alive + ParameterSetName: + - -g --service + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/buildServices/default?api-version=2023-05-01-preview + response: + body: + string: '{"type":"Microsoft.AppPlatform/Spring/buildServices","properties":{"containerRegistry":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/containerRegistries/my-acr","kPackVersion":"0.9.2","provisioningState":"Succeeded","resourceRequests":{"cpu":"2","memory":"4Gi"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/buildServices/default","name":"default","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T06:50:25.1772554Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T08:21:12.4700955Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '750' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 18 May 2023 08:25:34 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - f186244f-1bfd-4f46-85f1-15df565c4b85 + status: + code: 200 + message: OK +version: 1 diff --git a/src/spring/azext_spring/tests/latest/recordings/test_buildpack_binding.yaml b/src/spring/azext_spring/tests/latest/recordings/test_buildpack_binding.yaml index 2a895f4d1bb..c7fd40ab91d 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_buildpack_binding.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_buildpack_binding.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' @@ -65,7 +65,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/default/buildpackBindings/binding?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/default/buildpackBindings/binding?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"NotFound","message":"KPack buildpacksBinding does @@ -115,13 +115,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/default/buildpackBindings/binding?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/default/buildpackBindings/binding?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Creating","bindingType":"ApplicationInsights","launchProperties":{"properties":{"a":"b","b":"c"},"secrets":{"x":"*","y":"*"}}},"type":"Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/default/buildpackBindings/binding","name":"binding","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:13:24.091874Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:13:24.091874Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/c7f786ae-ad5c-403c-bcf3-8f33e65ab86b?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/c7f786ae-ad5c-403c-bcf3-8f33e65ab86b?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -133,7 +133,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/c7f786ae-ad5c-403c-bcf3-8f33e65ab86b/Spring/clitest000002?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/c7f786ae-ad5c-403c-bcf3-8f33e65ab86b/Spring/clitest000002?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -165,7 +165,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/c7f786ae-ad5c-403c-bcf3-8f33e65ab86b?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/c7f786ae-ad5c-403c-bcf3-8f33e65ab86b?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/c7f786ae-ad5c-403c-bcf3-8f33e65ab86b","name":"c7f786ae-ad5c-403c-bcf3-8f33e65ab86b","status":"Running","startTime":"2023-04-03T07:13:24.9262501Z"}' @@ -213,7 +213,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/c7f786ae-ad5c-403c-bcf3-8f33e65ab86b?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/c7f786ae-ad5c-403c-bcf3-8f33e65ab86b?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/c7f786ae-ad5c-403c-bcf3-8f33e65ab86b","name":"c7f786ae-ad5c-403c-bcf3-8f33e65ab86b","status":"Running","startTime":"2023-04-03T07:13:24.9262501Z"}' @@ -261,7 +261,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/c7f786ae-ad5c-403c-bcf3-8f33e65ab86b?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/c7f786ae-ad5c-403c-bcf3-8f33e65ab86b?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/c7f786ae-ad5c-403c-bcf3-8f33e65ab86b","name":"c7f786ae-ad5c-403c-bcf3-8f33e65ab86b","status":"Running","startTime":"2023-04-03T07:13:24.9262501Z"}' @@ -309,7 +309,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/c7f786ae-ad5c-403c-bcf3-8f33e65ab86b?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/c7f786ae-ad5c-403c-bcf3-8f33e65ab86b?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/c7f786ae-ad5c-403c-bcf3-8f33e65ab86b","name":"c7f786ae-ad5c-403c-bcf3-8f33e65ab86b","status":"Succeeded","startTime":"2023-04-03T07:13:24.9262501Z","endTime":"2023-04-03T07:13:53.6822425Z"}' @@ -357,7 +357,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/default/buildpackBindings/binding?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/default/buildpackBindings/binding?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","bindingType":"ApplicationInsights","launchProperties":{"properties":{"a":"b","b":"c"},"secrets":{"x":"*","y":"*"}}},"type":"Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/default/buildpackBindings/binding","name":"binding","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:13:24.091874Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:13:24.091874Z"}}' @@ -405,7 +405,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' @@ -455,7 +455,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/default/buildpackBindings/binding?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/default/buildpackBindings/binding?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","bindingType":"ApplicationInsights","launchProperties":{"properties":{"a":"b","b":"c"},"secrets":{"x":"*","y":"*"}}},"type":"Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/default/buildpackBindings/binding","name":"binding","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:13:24.091874Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:13:24.091874Z"}}' @@ -503,7 +503,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/default/buildpackBindings/binding?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/default/buildpackBindings/binding?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","bindingType":"ApplicationInsights","launchProperties":{"properties":{"a":"b","b":"c"},"secrets":{"x":"*","y":"*"}}},"type":"Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/default/buildpackBindings/binding","name":"binding","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:13:24.091874Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:13:24.091874Z"}}' @@ -551,7 +551,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' @@ -601,7 +601,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/default/buildpackBindings/binding-0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/default/buildpackBindings/binding-0?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"NotFound","message":"KPack buildpacksBinding does @@ -651,13 +651,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/default/buildpackBindings/binding-0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/default/buildpackBindings/binding-0?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Creating","bindingType":"NewRelic","launchProperties":{"properties":{"a":"b","b":"c"},"secrets":{"x":"*","y":"*"}}},"type":"Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/default/buildpackBindings/binding-0","name":"binding-0","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:14:06.0798136Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:14:06.0798136Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/89e73d58-cd82-40d9-8b73-74301effd3fd?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/89e73d58-cd82-40d9-8b73-74301effd3fd?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -669,7 +669,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/89e73d58-cd82-40d9-8b73-74301effd3fd/Spring/clitest000002?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/89e73d58-cd82-40d9-8b73-74301effd3fd/Spring/clitest000002?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -701,7 +701,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/89e73d58-cd82-40d9-8b73-74301effd3fd?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/89e73d58-cd82-40d9-8b73-74301effd3fd?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/89e73d58-cd82-40d9-8b73-74301effd3fd","name":"89e73d58-cd82-40d9-8b73-74301effd3fd","status":"Running","startTime":"2023-04-03T07:14:06.3940178Z"}' @@ -749,7 +749,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/89e73d58-cd82-40d9-8b73-74301effd3fd?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/89e73d58-cd82-40d9-8b73-74301effd3fd?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/89e73d58-cd82-40d9-8b73-74301effd3fd","name":"89e73d58-cd82-40d9-8b73-74301effd3fd","status":"Running","startTime":"2023-04-03T07:14:06.3940178Z"}' @@ -797,7 +797,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/89e73d58-cd82-40d9-8b73-74301effd3fd?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/89e73d58-cd82-40d9-8b73-74301effd3fd?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/89e73d58-cd82-40d9-8b73-74301effd3fd","name":"89e73d58-cd82-40d9-8b73-74301effd3fd","status":"Running","startTime":"2023-04-03T07:14:06.3940178Z"}' @@ -845,7 +845,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/89e73d58-cd82-40d9-8b73-74301effd3fd?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/89e73d58-cd82-40d9-8b73-74301effd3fd?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/89e73d58-cd82-40d9-8b73-74301effd3fd","name":"89e73d58-cd82-40d9-8b73-74301effd3fd","status":"Succeeded","startTime":"2023-04-03T07:14:06.3940178Z","endTime":"2023-04-03T07:14:33.6624044Z"}' @@ -893,7 +893,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/default/buildpackBindings/binding-0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/default/buildpackBindings/binding-0?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","bindingType":"NewRelic","launchProperties":{"properties":{"a":"b","b":"c"},"secrets":{"x":"*","y":"*"}}},"type":"Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/default/buildpackBindings/binding-0","name":"binding-0","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:14:06.0798136Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:14:06.0798136Z"}}' @@ -941,7 +941,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' @@ -991,7 +991,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/default/buildpackBindings?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/default/buildpackBindings?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"provisioningState":"Succeeded","bindingType":"NewRelic","launchProperties":{"properties":{"a":"b","b":"c"},"secrets":{"x":"*","y":"*"}}},"type":"Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/default/buildpackBindings/binding-0","name":"binding-0","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:14:06.0798136Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:14:06.0798136Z"}},{"properties":{"provisioningState":"Succeeded","bindingType":"ApplicationInsights","launchProperties":{"properties":{"a":"b","b":"c"},"secrets":{"x":"*","y":"*"}}},"type":"Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default/builders/default/buildpackBindings/binding","name":"binding","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:13:24.091874Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:13:24.091874Z"}}]}' diff --git a/src/spring/azext_spring/tests/latest/recordings/test_client_auth.yaml b/src/spring/azext_spring/tests/latest/recordings/test_client_auth.yaml index 5d5e2852428..061221fad8b 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_client_auth.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_client_auth.yaml @@ -21,7 +21,7 @@ interactions: User-Agent: - AZURECLI/2.42.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.10 (Linux-5.10.16.3-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.AppPlatform/locations/eastus/checkNameAvailability?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.AppPlatform/locations/eastus/checkNameAvailability?api-version=2023-05-01-preview response: body: string: '{"nameAvailable":true}' @@ -76,13 +76,13 @@ interactions: User-Agent: - AZURECLI/2.42.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.10 (Linux-5.10.16.3-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest?api-version=2023-05-01-preview response: body: string: '{"properties":{"vaultUri":"https://integration-test-prod.vault.azure.net/","keyVaultCertName":"cli-unittest","excludePrivateKey":true,"provisioningState":"Creating","type":"KeyVaultCertificate"},"type":"Microsoft.AppPlatform/Spring/certificates","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/certificates/test-cert","name":"test-cert","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-29T10:10:11.9251455Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-29T10:10:11.9251455Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/cli-unittest/operationId/712f6b93-9620-4978-8c14-e1b96da40ccc?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/cli-unittest/operationId/712f6b93-9620-4978-8c14-e1b96da40ccc?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -94,7 +94,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/712f6b93-9620-4978-8c14-e1b96da40ccc/Spring/cli-unittest?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/712f6b93-9620-4978-8c14-e1b96da40ccc/Spring/cli-unittest?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -126,7 +126,7 @@ interactions: User-Agent: - AZURECLI/2.42.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.10 (Linux-5.10.16.3-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"d773daacb0b44a8aa65671160fe99c53","networkProfile":{"outboundIPs":{"publicIPs":["20.242.240.135","20.242.242.241"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest.asc-test.net"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest","name":"cli-unittest","systemData":{"createdBy":"haojianzhong@microsoft.com","createdByType":"User","createdAt":"2022-12-21T12:04:23.2024183Z","lastModifiedBy":"haojianzhong@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-12-21T12:04:23.2024183Z"}}' @@ -254,13 +254,13 @@ interactions: User-Agent: - AZURECLI/2.42.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.10 (Linux-5.10.16.3-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.4"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=eebffb0f-1488-4622-93b5-df9da041b930;IngestionEndpoint=https://eastus-2.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/cli-unittest/operationId/47b7e35c-d5ca-4578-8685-d1755c5303ce?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/cli-unittest/operationId/47b7e35c-d5ca-4578-8685-d1755c5303ce?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -272,7 +272,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/47b7e35c-d5ca-4578-8685-d1755c5303ce/Spring/cli-unittest?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/47b7e35c-d5ca-4578-8685-d1755c5303ce/Spring/cli-unittest?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -304,7 +304,7 @@ interactions: User-Agent: - AZURECLI/2.42.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.10 (Linux-5.10.16.3-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"d773daacb0b44a8aa65671160fe99c53","networkProfile":{"outboundIPs":{"publicIPs":["20.242.240.135","20.242.242.241"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest.asc-test.net"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest","name":"cli-unittest","systemData":{"createdBy":"haojianzhong@microsoft.com","createdByType":"User","createdAt":"2022-12-21T12:04:23.2024183Z","lastModifiedBy":"haojianzhong@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-12-21T12:18:15.0269319Z"}}' @@ -359,13 +359,13 @@ interactions: User-Agent: - AZURECLI/2.42.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.10 (Linux-5.10.16.3-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":true,"provisioningState":"Creating","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth","name":"test-client-auth","systemData":{"createdBy":"haojianzhong@microsoft.com","createdByType":"User","createdAt":"2022-12-21T12:18:25.5690042Z","lastModifiedBy":"haojianzhong@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-12-21T12:18:25.5690042Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-client-auth/operationId/3dc326d5-2114-4ae4-ace5-b556fa069444?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-client-auth/operationId/3dc326d5-2114-4ae4-ace5-b556fa069444?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -377,7 +377,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/3dc326d5-2114-4ae4-ace5-b556fa069444/Spring/test-client-auth?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/3dc326d5-2114-4ae4-ace5-b556fa069444/Spring/test-client-auth?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -410,7 +410,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest/operationId/3c4c6582-a498-42f1-8dd3-0e15cf03fa1c","name":"3c4c6582-a498-42f1-8dd3-0e15cf03fa1c","status":"Succeeded","startTime":"2023-03-29T10:10:13.2651233Z","endTime":"2023-03-29T10:10:20.5687026Z"}' @@ -465,13 +465,13 @@ interactions: User-Agent: - AZURECLI/2.42.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.10 (Linux-5.10.16.3-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth/deployments/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth/deployments/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90},"provisioningState":"Creating","status":"Running","active":true,"instances":null,"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth/deployments/default","name":"default","systemData":{"createdBy":"haojianzhong@microsoft.com","createdByType":"User","createdAt":"2022-12-21T12:18:41.8910045Z","lastModifiedBy":"haojianzhong@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-12-21T12:18:41.8910045Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/9b3a9eda-b855-49a2-bce1-e0acd3704625?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/default/operationId/9b3a9eda-b855-49a2-bce1-e0acd3704625?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -483,7 +483,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/9b3a9eda-b855-49a2-bce1-e0acd3704625/Spring/default?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/9b3a9eda-b855-49a2-bce1-e0acd3704625/Spring/default?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -515,7 +515,7 @@ interactions: User-Agent: - AZURECLI/2.42.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.10 (Linux-5.10.16.3-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth/deployments/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth/deployments/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-client-auth-default-16-74bc7c9f97-zfdtv","status":"Running","discoveryStatus":"UNKNOWN","startTime":"2022-12-21T12:18:47Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth/deployments/default","name":"default","systemData":{"createdBy":"haojianzhong@microsoft.com","createdByType":"User","createdAt":"2022-12-21T12:18:41.8910045Z","lastModifiedBy":"haojianzhong@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-12-21T12:18:41.8910045Z"}}' @@ -565,7 +565,7 @@ interactions: User-Agent: - AZURECLI/2.42.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.10 (Linux-5.10.16.3-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-client-auth-default-16-74bc7c9f97-zfdtv","status":"Running","discoveryStatus":"UNKNOWN","startTime":"2022-12-21T12:18:47Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth/deployments/default","name":"default","systemData":{"createdBy":"haojianzhong@microsoft.com","createdByType":"User","createdAt":"2022-12-21T12:18:41.8910045Z","lastModifiedBy":"haojianzhong@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-12-21T12:18:41.8910045Z"}}]}' @@ -617,7 +617,7 @@ interactions: User-Agent: - AZURECLI/2.42.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.10 (Linux-5.10.16.3-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/certificates/test-cert?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/certificates/test-cert?api-version=2023-05-01-preview response: body: string: '{"properties":{"vaultUri":"https://integration-test-prod.vault.azure.net","keyVaultCertName":"cli-unittest","certVersion":"9f2205d5d2ca43ea97c3516dec1e2e06","excludePrivateKey":true,"thumbprint":"8ee74495d2fe82c19ee118fa52bf7ab88c170972","issuer":"*.asc-test.net","expirationDate":"2023-10-01T04:48:33.000+00:00","activateDate":"2022-10-01T04:38:33.000+00:00","subjectName":"*.asc-test.net","dnsNames":["cli.asc-test.net"],"provisioningState":"Succeeded","type":"KeyVaultCertificate"},"type":"Microsoft.AppPlatform/Spring/certificates","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/certificates/test-cert","name":"test-cert","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-29T10:10:11.9251455Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-29T10:10:11.9251455Z"}}' @@ -665,7 +665,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"2Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-client-auth-default-16-697ff948fb-27992","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-03-29T10:00:13Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth/deployments/default","name":"default","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-29T10:00:09.0231655Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-29T10:00:09.0231655Z"}}]}' @@ -720,13 +720,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"cli-unittest.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"clientAuth":{"certificates":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/certificates/test-cert"]},"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth","name":"test-client-auth","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-29T09:59:55.3199846Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-29T10:10:49.3263919Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-client-auth/operationId/7a233536-7528-4ea1-9e29-44e35df4232a?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-client-auth/operationId/7a233536-7528-4ea1-9e29-44e35df4232a?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -738,7 +738,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/7a233536-7528-4ea1-9e29-44e35df4232a/Spring/test-client-auth?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationResults/7a233536-7528-4ea1-9e29-44e35df4232a/Spring/test-client-auth?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -771,7 +771,7 @@ interactions: User-Agent: - AZURECLI/2.42.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.10 (Linux-5.10.16.3-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-client-auth/operationId/7a233536-7528-4ea1-9e29-44e35df4232a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-client-auth/operationId/7a233536-7528-4ea1-9e29-44e35df4232a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-client-auth/operationId/7a233536-7528-4ea1-9e29-44e35df4232a","name":"7a233536-7528-4ea1-9e29-44e35df4232a","status":"Running","startTime":"2022-12-21T12:21:06.5012228Z"}' @@ -797,7 +797,7 @@ interactions: User-Agent: - AZURECLI/2.42.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.10 (Linux-5.10.16.3-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-client-auth/operationId/7a233536-7528-4ea1-9e29-44e35df4232a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-client-auth/operationId/7a233536-7528-4ea1-9e29-44e35df4232a?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"2Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-client-auth-default-16-697ff948fb-27992","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-03-29T10:00:13Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth/deployments/default","name":"default","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-29T10:00:09.0231655Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-29T10:00:09.0231655Z"}}' @@ -847,7 +847,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-client-auth/operationId/7a233536-7528-4ea1-9e29-44e35df4232a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/test-client-auth/operationId/7a233536-7528-4ea1-9e29-44e35df4232a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-client-auth/operationId/f2e4e5fc-007b-4c4e-ae0d-8420bd02feaa","name":"f2e4e5fc-007b-4c4e-ae0d-8420bd02feaa","status":"Succeeded","startTime":"2023-03-29T10:10:50.6230416Z","endTime":"2023-03-29T10:11:03.1616325Z"}' @@ -895,7 +895,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"clientAuth":{"certificates":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/certificates/test-cert"]},"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth","name":"test-client-auth","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-29T09:59:55.3199846Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-29T10:10:49.3263919Z"}}' @@ -945,7 +945,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"clientAuth":{"certificates":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/certificates/test-cert"]},"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth","name":"test-client-auth","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-29T09:59:55.3199846Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-29T10:10:49.3263919Z"}}' @@ -995,7 +995,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"2Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-client-auth-default-16-697ff948fb-27992","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-03-29T10:00:13Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth/deployments/default","name":"default","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-29T10:00:09.0231655Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-29T10:00:09.0231655Z"}}]}' @@ -1050,7 +1050,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth/deployments/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth/deployments/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":24,"initialDelaySeconds":60,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-app-default-8-57c694d5d4-6dzkv","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2022-09-07T11:53:23Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-client-auth/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T11:53:18.3498623Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T11:53:18.3498623Z"}}' diff --git a/src/spring/azext_spring/tests/latest/recordings/test_container_registry.yaml b/src/spring/azext_spring/tests/latest/recordings/test_container_registry.yaml index 31b211cfbd3..982991f1f9e 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_container_registry.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_container_registry.yaml @@ -13,12 +13,12 @@ interactions: ParameterSetName: - -n -g --service User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"a844dc2252cb47e590f1588013d2f796","networkProfile":{"outboundIPs":{"publicIPs":["20.204.228.60","20.207.80.135"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-e.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e","name":"cli-unittest-e","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-29T05:07:18.3749756Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-29T05:07:18.3749756Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"a6d810529f2f46239ce6daa29312f482","networkProfile":{"outboundIPs":{"publicIPs":["20.207.94.116","20.207.94.123"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-e.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e","name":"cli-unittest-e","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T06:45:05.9852557Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T06:45:05.9852557Z"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Mar 2023 06:22:12 GMT + - Thu, 18 May 2023 07:47:25 GMT expires: - '-1' pragma: @@ -45,7 +45,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -63,12 +63,12 @@ interactions: ParameterSetName: - -n -g --service User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/containerRegistries/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/containerRegistries/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","credentials":{"type":"BasicAuth","server":"clitest1.azurecr.io","username":"clitest1"}},"type":"Microsoft.AppPlatform/Spring/containerRegistries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/containerRegistries/default","name":"default","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-29T05:20:16.4262647Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-29T06:13:24.2954736Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","credentials":{"type":"BasicAuth","server":"clitest1.azurecr.io","username":"clitest1"}},"type":"Microsoft.AppPlatform/Spring/containerRegistries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/containerRegistries/default","name":"default","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T06:49:50.7388055Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T06:49:50.7388055Z"}}' headers: cache-control: - no-cache @@ -77,7 +77,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Mar 2023 06:22:14 GMT + - Thu, 18 May 2023 07:47:26 GMT expires: - '-1' pragma: @@ -93,7 +93,197 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring container-registry delete + Connection: + - keep-alive + ParameterSetName: + - -n -g --service -y + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e?api-version=2023-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"a6d810529f2f46239ce6daa29312f482","networkProfile":{"outboundIPs":{"publicIPs":["20.207.94.116","20.207.94.123"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-e.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e","name":"cli-unittest-e","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T06:45:05.9852557Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T06:45:05.9852557Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '936' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 18 May 2023 07:47:28 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-rp-server-mvid: + - f186244f-1bfd-4f46-85f1-15df565c4b85 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring container-registry delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n -g --service -y + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-e/containerRegistries/default?api-version=2023-05-01-preview + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest-e/operationId/fdeec930-0aa9-4369-9c79-0c29b998ffa4?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 18 May 2023 07:47:30 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/fdeec930-0aa9-4369-9c79-0c29b998ffa4/Spring/cli-unittest-e?api-version=2023-05-01-preview + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + x-rp-server-mvid: + - f186244f-1bfd-4f46-85f1-15df565c4b85 + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring container-registry delete + Connection: + - keep-alive + ParameterSetName: + - -n -g --service -y + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest-e/operationId/fdeec930-0aa9-4369-9c79-0c29b998ffa4?api-version=2023-05-01-preview + response: + body: + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest-e/operationId/fdeec930-0aa9-4369-9c79-0c29b998ffa4","name":"fdeec930-0aa9-4369-9c79-0c29b998ffa4","status":"Succeeded","startTime":"2023-05-18T07:47:30.5058354Z","endTime":"2023-05-18T07:47:36.9685296Z"}' + headers: + cache-control: + - no-cache + content-length: + - '364' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 18 May 2023 07:48:00 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - f186244f-1bfd-4f46-85f1-15df565c4b85 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - spring container-registry delete + Connection: + - keep-alive + ParameterSetName: + - -n -g --service -y + User-Agent: + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/fdeec930-0aa9-4369-9c79-0c29b998ffa4/Spring/cli-unittest-e?api-version=2023-05-01-preview + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 18 May 2023 07:48:00 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-rp-server-mvid: + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK diff --git a/src/spring/azext_spring/tests/latest/recordings/test_create_asc_heavy_cases.yaml b/src/spring/azext_spring/tests/latest/recordings/test_create_asc_heavy_cases.yaml index a147f171b90..dafc5633322 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_create_asc_heavy_cases.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_create_asc_heavy_cases.yaml @@ -17,9 +17,9 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.AppPlatform/locations/eastus2/checkNameAvailability?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.AppPlatform/locations/eastus2/checkNameAvailability?api-version=2023-05-01-preview response: body: string: '{"nameAvailable":true}' @@ -31,7 +31,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:49:03 GMT + - Thu, 18 May 2023 09:52:11 GMT expires: - '-1' pragma: @@ -49,7 +49,7 @@ interactions: x-ms-ratelimit-remaining-subscription-writes: - '1199' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -72,15 +72,15 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Creating","zoneRedundant":false,"version":3,"serviceId":"337a38e4022f445eb7fb3e9981d40f9e","powerState":"Running","fqdn":"cli-unittest-1.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1","name":"cli-unittest-1","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T10:49:05.9138281Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T10:49:05.9138281Z"}}' + string: '{"properties":{"provisioningState":"Creating","zoneRedundant":false,"version":3,"serviceId":"0445b07b41604cacb6d445a03ec27e2b","powerState":"Running","fqdn":"cli-unittest-1.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1","name":"cli-unittest-1","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T09:52:13.0146849Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:52:13.0146849Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -88,11 +88,11 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:49:07 GMT + - Thu, 18 May 2023 09:52:13 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/29036c15-4449-4c6d-a8cb-f42ba84c86ab/Spring/cli-unittest-1?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/c6759ff5-eafa-410f-9e42-e2d6ec06cfec/Spring/cli-unittest-1?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -104,7 +104,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '1199' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 201 message: Created @@ -122,12 +122,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -136,7 +136,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:49:38 GMT + - Thu, 18 May 2023 09:52:44 GMT expires: - '-1' pragma: @@ -152,7 +152,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -170,12 +170,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -184,7 +184,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:49:48 GMT + - Thu, 18 May 2023 09:52:54 GMT expires: - '-1' pragma: @@ -200,7 +200,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -218,12 +218,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -232,7 +232,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:49:59 GMT + - Thu, 18 May 2023 09:53:05 GMT expires: - '-1' pragma: @@ -248,7 +248,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -266,12 +266,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -280,7 +280,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:50:09 GMT + - Thu, 18 May 2023 09:53:15 GMT expires: - '-1' pragma: @@ -296,7 +296,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -314,12 +314,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -328,7 +328,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:50:20 GMT + - Thu, 18 May 2023 09:53:26 GMT expires: - '-1' pragma: @@ -344,7 +344,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -362,12 +362,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -376,7 +376,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:50:30 GMT + - Thu, 18 May 2023 09:53:36 GMT expires: - '-1' pragma: @@ -392,7 +392,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -410,12 +410,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -424,7 +424,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:50:40 GMT + - Thu, 18 May 2023 09:53:47 GMT expires: - '-1' pragma: @@ -440,7 +440,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -458,12 +458,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -472,7 +472,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:50:52 GMT + - Thu, 18 May 2023 09:53:57 GMT expires: - '-1' pragma: @@ -488,7 +488,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -506,12 +506,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -520,7 +520,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:51:02 GMT + - Thu, 18 May 2023 09:54:08 GMT expires: - '-1' pragma: @@ -536,7 +536,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -554,12 +554,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -568,7 +568,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:51:13 GMT + - Thu, 18 May 2023 09:54:19 GMT expires: - '-1' pragma: @@ -584,7 +584,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -602,12 +602,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -616,7 +616,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:51:23 GMT + - Thu, 18 May 2023 09:54:29 GMT expires: - '-1' pragma: @@ -632,7 +632,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -650,12 +650,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -664,7 +664,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:51:33 GMT + - Thu, 18 May 2023 09:54:40 GMT expires: - '-1' pragma: @@ -680,7 +680,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -698,12 +698,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -712,7 +712,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:51:44 GMT + - Thu, 18 May 2023 09:54:50 GMT expires: - '-1' pragma: @@ -728,7 +728,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -746,12 +746,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -760,7 +760,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:51:55 GMT + - Thu, 18 May 2023 09:55:00 GMT expires: - '-1' pragma: @@ -776,7 +776,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -794,12 +794,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -808,7 +808,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:52:05 GMT + - Thu, 18 May 2023 09:55:12 GMT expires: - '-1' pragma: @@ -824,7 +824,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -842,12 +842,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -856,7 +856,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:52:16 GMT + - Thu, 18 May 2023 09:55:23 GMT expires: - '-1' pragma: @@ -872,7 +872,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -890,12 +890,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -904,7 +904,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:52:26 GMT + - Thu, 18 May 2023 09:55:33 GMT expires: - '-1' pragma: @@ -920,7 +920,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -938,12 +938,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -952,7 +952,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:52:37 GMT + - Thu, 18 May 2023 09:55:43 GMT expires: - '-1' pragma: @@ -968,7 +968,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -986,12 +986,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -1000,7 +1000,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:52:48 GMT + - Thu, 18 May 2023 09:55:54 GMT expires: - '-1' pragma: @@ -1016,7 +1016,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1034,12 +1034,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -1048,7 +1048,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:52:58 GMT + - Thu, 18 May 2023 09:56:05 GMT expires: - '-1' pragma: @@ -1064,7 +1064,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1082,12 +1082,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -1096,7 +1096,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:53:09 GMT + - Thu, 18 May 2023 09:56:15 GMT expires: - '-1' pragma: @@ -1112,7 +1112,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1130,12 +1130,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -1144,7 +1144,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:53:19 GMT + - Thu, 18 May 2023 09:56:26 GMT expires: - '-1' pragma: @@ -1160,7 +1160,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1178,12 +1178,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -1192,7 +1192,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:53:30 GMT + - Thu, 18 May 2023 09:56:36 GMT expires: - '-1' pragma: @@ -1208,7 +1208,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1226,12 +1226,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -1240,7 +1240,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:53:41 GMT + - Thu, 18 May 2023 09:56:47 GMT expires: - '-1' pragma: @@ -1256,7 +1256,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1274,12 +1274,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -1288,7 +1288,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:53:58 GMT + - Thu, 18 May 2023 09:56:57 GMT expires: - '-1' pragma: @@ -1304,7 +1304,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1322,12 +1322,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -1336,7 +1336,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:54:09 GMT + - Thu, 18 May 2023 09:57:08 GMT expires: - '-1' pragma: @@ -1352,7 +1352,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1370,12 +1370,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -1384,7 +1384,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:54:20 GMT + - Thu, 18 May 2023 09:57:18 GMT expires: - '-1' pragma: @@ -1400,7 +1400,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1418,12 +1418,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -1432,7 +1432,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:54:30 GMT + - Thu, 18 May 2023 09:57:28 GMT expires: - '-1' pragma: @@ -1448,7 +1448,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1466,12 +1466,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -1480,7 +1480,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:54:41 GMT + - Thu, 18 May 2023 09:57:40 GMT expires: - '-1' pragma: @@ -1496,7 +1496,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1514,12 +1514,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -1528,7 +1528,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:54:51 GMT + - Thu, 18 May 2023 09:57:51 GMT expires: - '-1' pragma: @@ -1544,7 +1544,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1562,12 +1562,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' headers: cache-control: - no-cache @@ -1576,7 +1576,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:55:03 GMT + - Thu, 18 May 2023 09:58:01 GMT expires: - '-1' pragma: @@ -1592,7 +1592,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1610,21 +1610,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Succeeded","startTime":"2023-05-18T09:52:13.6849493Z","endTime":"2023-05-18T09:58:03.3322826Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '359' content-type: - application/json date: - - Thu, 30 Mar 2023 10:55:13 GMT + - Thu, 18 May 2023 09:58:11 GMT expires: - '-1' pragma: @@ -1640,7 +1640,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1658,21 +1658,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"0445b07b41604cacb6d445a03ec27e2b","networkProfile":{"outboundIPs":{"publicIPs":["20.85.100.58"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-1.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1","name":"cli-unittest-1","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T09:52:13.0146849Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:52:13.0146849Z"}}' headers: cache-control: - no-cache content-length: - - '316' + - '790' content-type: - application/json date: - - Thu, 30 Mar 2023 10:55:24 GMT + - Thu, 18 May 2023 09:58:12 GMT expires: - '-1' pragma: @@ -1687,8 +1687,10 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11997' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1696,7 +1698,7 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: @@ -1706,27 +1708,47 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.3 + (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.Insights/components/cli_scenario_test_202207021820?api-version=2015-05-01 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/microsoft.insights/components/cli_scenario_test_202207021820\",\r\n + \ \"name\": \"cli_scenario_test_202207021820\",\r\n \"type\": \"microsoft.insights/components\",\r\n + \ \"location\": \"centralindia\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n + \ \"etag\": \"\\\"850092f7-0000-0200-0000-6424f51d0000\\\"\",\r\n \"properties\": + {\r\n \"ApplicationId\": \"cli_scenario_test_202207021820\",\r\n \"AppId\": + \"d7ff175d-a78f-4e6e-908d-1397ad6db5f5\",\r\n \"Application_Type\": \"web\",\r\n + \ \"Flow_Type\": \"Redfield\",\r\n \"Request_Source\": \"IbizaAIExtension\",\r\n + \ \"InstrumentationKey\": \"3752dcae-c088-46c7-bb64-4195d58c0687\",\r\n + \ \"ConnectionString\": \"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/\",\r\n + \ \"Name\": \"cli_scenario_test_202207021820\",\r\n \"CreationDate\": + \"2023-03-30T02:34:04.3297686+00:00\",\r\n \"TenantId\": \"d51e3ffe-6b84-49cd-b426-0dc4ec660356\",\r\n + \ \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n + \ \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/DefaultResourceGroup-CID/providers/Microsoft.OperationalInsights/workspaces/DefaultWorkspace-d51e3ffe-6b84-49cd-b426-0dc4ec660356-CID\",\r\n + \ \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": + \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": + \"v2\"\r\n }\r\n}" headers: + access-control-expose-headers: + - Request-Context cache-control: - no-cache content-length: - - '316' + - '1547' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 10:55:34 GMT + - Thu, 18 May 2023 09:58:13 GMT expires: - '-1' pragma: - no-cache request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + - appId=cid-v1:60b64f55-e716-48c8-8b96-83eb9c6a7a9b + server: + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1735,88 +1757,95 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + x-powered-by: + - ASP.NET status: code: 200 message: OK - request: - body: null + body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": + "InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/"}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - spring create Connection: - keep-alive + Content-Length: + - '274' + Content-Type: + - application/json ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1/monitoringSettings/default","name":"default"}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/94497f17-c8dd-46ec-8f28-74bc4f596ee5?api-version=2023-05-01-preview cache-control: - no-cache content-length: - - '316' + - '610' content-type: - application/json date: - - Thu, 30 Mar 2023 10:55:44 GMT + - Thu, 18 May 2023 09:58:16 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/94497f17-c8dd-46ec-8f28-74bc4f596ee5/Spring/cli-unittest-1?api-version=2023-05-01-preview pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d 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' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring create + - spring show Connection: - keep-alive ParameterSetName: - - -n -g --sku -l --no-wait --app-insights + - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"0445b07b41604cacb6d445a03ec27e2b","networkProfile":{"outboundIPs":{"publicIPs":["20.85.100.58"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-1.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1","name":"cli-unittest-1","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T09:52:13.0146849Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:58:14.8527891Z"}}' headers: cache-control: - no-cache content-length: - - '316' + - '790' content-type: - application/json date: - - Thu, 30 Mar 2023 10:55:56 GMT + - Thu, 18 May 2023 09:58:18 GMT expires: - '-1' pragma: @@ -1831,8 +1860,10 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1840,31 +1871,31 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring create + - spring app-insights show Connection: - keep-alive ParameterSetName: - - -n -g --sku -l --no-wait --app-insights + - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"0445b07b41604cacb6d445a03ec27e2b","networkProfile":{"outboundIPs":{"publicIPs":["20.85.100.58"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-1.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1","name":"cli-unittest-1","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T09:52:13.0146849Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:58:14.8527891Z"}}' headers: cache-control: - no-cache content-length: - - '316' + - '790' content-type: - application/json date: - - Thu, 30 Mar 2023 10:56:06 GMT + - Thu, 18 May 2023 09:58:20 GMT expires: - '-1' pragma: @@ -1879,8 +1910,10 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1888,31 +1921,31 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring create + - spring app-insights show Connection: - keep-alive ParameterSetName: - - -n -g --sku -l --no-wait --app-insights + - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '316' + - '610' content-type: - application/json date: - - Thu, 30 Mar 2023 10:56:17 GMT + - Thu, 18 May 2023 09:58:22 GMT expires: - '-1' pragma: @@ -1928,7 +1961,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1936,31 +1969,31 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring create + - spring app-insights show Connection: - keep-alive ParameterSetName: - - -n -g --sku -l --no-wait --app-insights + - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"0445b07b41604cacb6d445a03ec27e2b","networkProfile":{"outboundIPs":{"publicIPs":["20.85.100.58"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-1.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1","name":"cli-unittest-1","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T09:52:13.0146849Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:58:14.8527891Z"}}' headers: cache-control: - no-cache content-length: - - '316' + - '790' content-type: - application/json date: - - Thu, 30 Mar 2023 10:56:27 GMT + - Thu, 18 May 2023 09:58:25 GMT expires: - '-1' pragma: @@ -1975,8 +2008,10 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1984,31 +2019,31 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring create + - spring app-insights show Connection: - keep-alive ParameterSetName: - - -n -g --sku -l --no-wait --app-insights + - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '316' + - '611' content-type: - application/json date: - - Thu, 30 Mar 2023 10:56:38 GMT + - Thu, 18 May 2023 09:58:26 GMT expires: - '-1' pragma: @@ -2024,7 +2059,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2032,79 +2067,85 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring create + - spring delete Connection: - keep-alive + Content-Length: + - '0' ParameterSetName: - - -n -g --sku -l --no-wait --app-insights + - -n -g --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/35402248-4b1c-442b-a28b-5a2696379d89?api-version=2023-05-01-preview cache-control: - no-cache content-length: - - '316' - content-type: - - application/json + - '0' date: - - Thu, 30 Mar 2023 10:56:49 GMT + - Thu, 18 May 2023 09:58:29 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/35402248-4b1c-442b-a28b-5a2696379d89/Spring/cli-unittest-1?api-version=2023-05-01-preview pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d 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' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: - code: 200 - message: OK + code: 202 + message: Accepted - request: - body: null + body: '{"type": "Microsoft.AppPlatform/Spring", "name": "cli-unittest-2"}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - spring create Connection: - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json ParameterSetName: - - -n -g --sku -l --no-wait --app-insights + - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.AppPlatform/locations/eastus2/checkNameAvailability?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Running","startTime":"2023-03-30T10:49:06.4554199Z"}' + string: '{"nameAvailable":true}' headers: cache-control: - no-cache content-length: - - '316' + - '22' content-type: - application/json date: - - Thu, 30 Mar 2023 10:56:59 GMT + - Thu, 18 May 2023 09:58:33 GMT expires: - '-1' pragma: @@ -2119,59 +2160,68 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK - request: - body: null + body: '{"location": "eastus2", "properties": {"zoneRedundant": false}, "sku": + {"name": "B0", "tier": "Basic"}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - spring create Connection: - keep-alive + Content-Length: + - '103' + Content-Type: + - application/json ParameterSetName: - - -n -g --sku -l --no-wait --app-insights + - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab?api-version=2023-03-01-preview + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/29036c15-4449-4c6d-a8cb-f42ba84c86ab","name":"29036c15-4449-4c6d-a8cb-f42ba84c86ab","status":"Succeeded","startTime":"2023-03-30T10:49:06.4554199Z","endTime":"2023-03-30T10:57:02.4298888Z"}' + string: '{"properties":{"provisioningState":"Creating","zoneRedundant":false,"version":3,"serviceId":"d2185614950b48fd866627dbeccd7133","powerState":"Running","fqdn":"cli-unittest-2.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2","name":"cli-unittest-2","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T09:58:34.8920504Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:58:34.8920504Z"}}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview cache-control: - no-cache content-length: - - '359' + - '695' content-type: - application/json date: - - Thu, 30 Mar 2023 10:57:10 GMT + - Thu, 18 May 2023 09:58:35 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/5cb744b6-db30-4830-9dda-a600fd8be6eb/Spring/cli-unittest-2?api-version=2023-05-01-preview pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1199' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: - code: 200 - message: OK + code: 201 + message: Created - request: body: null headers: @@ -2184,23 +2234,23 @@ interactions: Connection: - keep-alive ParameterSetName: - - -n -g --sku -l --no-wait --app-insights + - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"337a38e4022f445eb7fb3e9981d40f9e","networkProfile":{"outboundIPs":{"publicIPs":["20.10.217.145"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-1.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1","name":"cli-unittest-1","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T10:49:05.9138281Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T10:49:05.9138281Z"}}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache content-length: - - '791' + - '316' content-type: - application/json date: - - Thu, 30 Mar 2023 10:57:10 GMT + - Thu, 18 May 2023 09:59:06 GMT expires: - '-1' pragma: @@ -2215,10 +2265,8 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2226,7 +2274,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2234,49 +2282,29 @@ interactions: Connection: - keep-alive ParameterSetName: - - -n -g --sku -l --no-wait --app-insights + - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.3 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.Insights/components/cli_scenario_test_202207021820?api-version=2015-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/microsoft.insights/components/cli_scenario_test_202207021820\",\r\n - \ \"name\": \"cli_scenario_test_202207021820\",\r\n \"type\": \"microsoft.insights/components\",\r\n - \ \"location\": \"centralindia\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n - \ \"etag\": \"\\\"850092f7-0000-0200-0000-6424f51d0000\\\"\",\r\n \"properties\": - {\r\n \"ApplicationId\": \"cli_scenario_test_202207021820\",\r\n \"AppId\": - \"d7ff175d-a78f-4e6e-908d-1397ad6db5f5\",\r\n \"Application_Type\": \"web\",\r\n - \ \"Flow_Type\": \"Redfield\",\r\n \"Request_Source\": \"IbizaAIExtension\",\r\n - \ \"InstrumentationKey\": \"3752dcae-c088-46c7-bb64-4195d58c0687\",\r\n - \ \"ConnectionString\": \"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/\",\r\n - \ \"Name\": \"cli_scenario_test_202207021820\",\r\n \"CreationDate\": - \"2023-03-30T02:34:04.3297686+00:00\",\r\n \"TenantId\": \"d51e3ffe-6b84-49cd-b426-0dc4ec660356\",\r\n - \ \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n - \ \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/DefaultResourceGroup-CID/providers/Microsoft.OperationalInsights/workspaces/DefaultWorkspace-d51e3ffe-6b84-49cd-b426-0dc4ec660356-CID\",\r\n - \ \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": - \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": - \"v2\"\r\n }\r\n}" + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: - access-control-expose-headers: - - Request-Context cache-control: - no-cache content-length: - - '1547' + - '316' content-type: - - application/json; charset=utf-8 + - application/json date: - - Thu, 30 Mar 2023 10:57:11 GMT + - Thu, 18 May 2023 09:59:16 GMT expires: - '-1' pragma: - no-cache request-context: - - appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed - server: - - Microsoft-IIS/10.0 + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2285,95 +2313,88 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-powered-by: - - ASP.NET + x-rp-server-mvid: + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK - request: - body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": - "InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/"}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - spring create Connection: - keep-alive - Content-Length: - - '274' - Content-Type: - - application/json ParameterSetName: - - -n -g --sku -l --no-wait --app-insights + - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1/monitoringSettings/default?api-version=2023-03-01-preview + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1/monitoringSettings/default","name":"default"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/8674ba90-d6ab-49ab-bd81-d50cb54c9906?api-version=2023-03-01-preview cache-control: - no-cache content-length: - - '609' + - '316' content-type: - application/json date: - - Thu, 30 Mar 2023 10:57:13 GMT + - Thu, 18 May 2023 09:59:27 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/8674ba90-d6ab-49ab-bd81-d50cb54c9906/Spring/cli-unittest-1?api-version=2023-03-01-preview pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d 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' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - spring show + - spring create Connection: - keep-alive ParameterSetName: - - -n -g + - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"337a38e4022f445eb7fb3e9981d40f9e","networkProfile":{"outboundIPs":{"publicIPs":["20.10.217.145"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-1.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1","name":"cli-unittest-1","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T10:49:05.9138281Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T10:57:12.3358672Z"}}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache content-length: - - '791' + - '316' content-type: - application/json date: - - Thu, 30 Mar 2023 10:57:14 GMT + - Thu, 18 May 2023 09:59:37 GMT expires: - '-1' pragma: @@ -2388,10 +2409,8 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2399,81 +2418,31 @@ interactions: body: null headers: Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -n -g - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"337a38e4022f445eb7fb3e9981d40f9e","networkProfile":{"outboundIPs":{"publicIPs":["20.10.217.145"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-1.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1","name":"cli-unittest-1","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T10:49:05.9138281Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T10:57:12.3358672Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '791' - content-type: - - application/json - date: - - Thu, 30 Mar 2023 10:57:17 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring create Connection: - keep-alive ParameterSetName: - - -n -g + - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1/monitoringSettings/default","name":"default"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache content-length: - - '610' + - '316' content-type: - application/json date: - - Thu, 30 Mar 2023 10:57:19 GMT + - Thu, 18 May 2023 09:59:47 GMT expires: - '-1' pragma: @@ -2489,7 +2458,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2497,31 +2466,31 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring create Connection: - keep-alive ParameterSetName: - - -n -g + - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"337a38e4022f445eb7fb3e9981d40f9e","networkProfile":{"outboundIPs":{"publicIPs":["20.10.217.145"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-1.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1","name":"cli-unittest-1","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T10:49:05.9138281Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T10:57:12.3358672Z"}}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache content-length: - - '791' + - '316' content-type: - application/json date: - - Thu, 30 Mar 2023 10:57:21 GMT + - Thu, 18 May 2023 09:59:58 GMT expires: - '-1' pragma: @@ -2536,10 +2505,8 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2547,31 +2514,31 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring create Connection: - keep-alive ParameterSetName: - - -n -g + - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1/monitoringSettings/default","name":"default"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache content-length: - - '610' + - '316' content-type: - application/json date: - - Thu, 30 Mar 2023 10:57:23 GMT + - Thu, 18 May 2023 10:00:09 GMT expires: - '-1' pragma: @@ -2587,7 +2554,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2595,85 +2562,31 @@ interactions: body: null headers: Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring delete - Connection: - - keep-alive - Content-Length: - - '0' - ParameterSetName: - - -n -g --no-wait - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1?api-version=2023-03-01-preview - response: - body: - string: '' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/462d2aa5-62c0-4eea-a895-594aadd33475?api-version=2023-03-01-preview - cache-control: - - no-cache - content-length: - - '0' - date: - - Thu, 30 Mar 2023 10:57:26 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/462d2aa5-62c0-4eea-a895-594aadd33475/Spring/cli-unittest-1?api-version=2023-03-01-preview - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-deletes: - - '14999' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 202 - message: Accepted -- request: - body: '{"type": "Microsoft.AppPlatform/Spring", "name": "cli-unittest-2"}' - headers: - Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - spring create Connection: - keep-alive - Content-Length: - - '66' - Content-Type: - - application/json ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.AppPlatform/locations/eastus2/checkNameAvailability?api-version=2023-03-01-preview + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"nameAvailable":true}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache content-length: - - '22' + - '316' content-type: - application/json date: - - Thu, 30 Mar 2023 10:57:30 GMT + - Thu, 18 May 2023 10:00:19 GMT expires: - '-1' pragma: @@ -2688,68 +2601,11 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK -- request: - body: '{"location": "eastus2", "properties": {"zoneRedundant": false}, "sku": - {"name": "B0", "tier": "Basic"}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring create - Connection: - - keep-alive - Content-Length: - - '103' - Content-Type: - - application/json - ParameterSetName: - - -n -g --sku -l --no-wait --app-insights --sampling-rate - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2?api-version=2023-03-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Creating","zoneRedundant":false,"version":3,"serviceId":"ab3c5628d8d94c6aa0254305fb28c298","powerState":"Running","fqdn":"cli-unittest-2.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2","name":"cli-unittest-2","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T10:57:31.9730582Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T10:57:31.9730582Z"}}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c?api-version=2023-03-01-preview - cache-control: - - no-cache - content-length: - - '695' - content-type: - - application/json - date: - - Thu, 30 Mar 2023 10:57:33 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/a034ae06-cf3f-48a7-aff5-19802cc75d7c/Spring/cli-unittest-2?api-version=2023-03-01-preview - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '1199' - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 201 - message: Created - request: body: null headers: @@ -2764,12 +2620,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c","name":"a034ae06-cf3f-48a7-aff5-19802cc75d7c","status":"Running","startTime":"2023-03-30T10:57:32.4939953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache @@ -2778,7 +2634,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:58:03 GMT + - Thu, 18 May 2023 10:00:30 GMT expires: - '-1' pragma: @@ -2794,7 +2650,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2812,12 +2668,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c","name":"a034ae06-cf3f-48a7-aff5-19802cc75d7c","status":"Running","startTime":"2023-03-30T10:57:32.4939953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache @@ -2826,7 +2682,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:58:13 GMT + - Thu, 18 May 2023 10:00:41 GMT expires: - '-1' pragma: @@ -2842,7 +2698,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2860,12 +2716,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c","name":"a034ae06-cf3f-48a7-aff5-19802cc75d7c","status":"Running","startTime":"2023-03-30T10:57:32.4939953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache @@ -2874,7 +2730,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:58:24 GMT + - Thu, 18 May 2023 10:00:51 GMT expires: - '-1' pragma: @@ -2890,7 +2746,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2908,12 +2764,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c","name":"a034ae06-cf3f-48a7-aff5-19802cc75d7c","status":"Running","startTime":"2023-03-30T10:57:32.4939953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache @@ -2922,7 +2778,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:58:34 GMT + - Thu, 18 May 2023 10:01:02 GMT expires: - '-1' pragma: @@ -2938,7 +2794,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2956,12 +2812,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c","name":"a034ae06-cf3f-48a7-aff5-19802cc75d7c","status":"Running","startTime":"2023-03-30T10:57:32.4939953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache @@ -2970,7 +2826,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:58:45 GMT + - Thu, 18 May 2023 10:01:12 GMT expires: - '-1' pragma: @@ -2986,7 +2842,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3004,12 +2860,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c","name":"a034ae06-cf3f-48a7-aff5-19802cc75d7c","status":"Running","startTime":"2023-03-30T10:57:32.4939953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache @@ -3018,7 +2874,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:58:56 GMT + - Thu, 18 May 2023 10:01:23 GMT expires: - '-1' pragma: @@ -3034,7 +2890,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3052,12 +2908,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c","name":"a034ae06-cf3f-48a7-aff5-19802cc75d7c","status":"Running","startTime":"2023-03-30T10:57:32.4939953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache @@ -3066,7 +2922,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:59:06 GMT + - Thu, 18 May 2023 10:01:33 GMT expires: - '-1' pragma: @@ -3082,7 +2938,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3100,12 +2956,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c","name":"a034ae06-cf3f-48a7-aff5-19802cc75d7c","status":"Running","startTime":"2023-03-30T10:57:32.4939953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache @@ -3114,7 +2970,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:59:16 GMT + - Thu, 18 May 2023 10:01:43 GMT expires: - '-1' pragma: @@ -3130,7 +2986,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3148,12 +3004,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c","name":"a034ae06-cf3f-48a7-aff5-19802cc75d7c","status":"Running","startTime":"2023-03-30T10:57:32.4939953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache @@ -3162,7 +3018,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:59:28 GMT + - Thu, 18 May 2023 10:01:55 GMT expires: - '-1' pragma: @@ -3178,7 +3034,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3196,12 +3052,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c","name":"a034ae06-cf3f-48a7-aff5-19802cc75d7c","status":"Running","startTime":"2023-03-30T10:57:32.4939953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache @@ -3210,7 +3066,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:59:38 GMT + - Thu, 18 May 2023 10:02:05 GMT expires: - '-1' pragma: @@ -3226,7 +3082,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3244,12 +3100,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c","name":"a034ae06-cf3f-48a7-aff5-19802cc75d7c","status":"Running","startTime":"2023-03-30T10:57:32.4939953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache @@ -3258,7 +3114,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:59:48 GMT + - Thu, 18 May 2023 10:02:17 GMT expires: - '-1' pragma: @@ -3274,7 +3130,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3292,12 +3148,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c","name":"a034ae06-cf3f-48a7-aff5-19802cc75d7c","status":"Running","startTime":"2023-03-30T10:57:32.4939953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache @@ -3306,7 +3162,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 10:59:59 GMT + - Thu, 18 May 2023 10:02:27 GMT expires: - '-1' pragma: @@ -3322,7 +3178,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3340,12 +3196,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c","name":"a034ae06-cf3f-48a7-aff5-19802cc75d7c","status":"Running","startTime":"2023-03-30T10:57:32.4939953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache @@ -3354,7 +3210,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:00:09 GMT + - Thu, 18 May 2023 10:02:37 GMT expires: - '-1' pragma: @@ -3370,7 +3226,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3388,12 +3244,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c","name":"a034ae06-cf3f-48a7-aff5-19802cc75d7c","status":"Running","startTime":"2023-03-30T10:57:32.4939953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache @@ -3402,7 +3258,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:00:19 GMT + - Thu, 18 May 2023 10:02:48 GMT expires: - '-1' pragma: @@ -3418,7 +3274,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3436,12 +3292,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c","name":"a034ae06-cf3f-48a7-aff5-19802cc75d7c","status":"Running","startTime":"2023-03-30T10:57:32.4939953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache @@ -3450,7 +3306,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:00:30 GMT + - Thu, 18 May 2023 10:02:59 GMT expires: - '-1' pragma: @@ -3466,7 +3322,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3484,12 +3340,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c","name":"a034ae06-cf3f-48a7-aff5-19802cc75d7c","status":"Running","startTime":"2023-03-30T10:57:32.4939953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache @@ -3498,7 +3354,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:00:41 GMT + - Thu, 18 May 2023 10:03:11 GMT expires: - '-1' pragma: @@ -3514,7 +3370,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3532,12 +3388,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c","name":"a034ae06-cf3f-48a7-aff5-19802cc75d7c","status":"Running","startTime":"2023-03-30T10:57:32.4939953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache @@ -3546,7 +3402,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:00:51 GMT + - Thu, 18 May 2023 10:03:21 GMT expires: - '-1' pragma: @@ -3562,7 +3418,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3580,12 +3436,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c","name":"a034ae06-cf3f-48a7-aff5-19802cc75d7c","status":"Running","startTime":"2023-03-30T10:57:32.4939953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache @@ -3594,7 +3450,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:01:01 GMT + - Thu, 18 May 2023 10:03:31 GMT expires: - '-1' pragma: @@ -3610,7 +3466,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3628,12 +3484,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c","name":"a034ae06-cf3f-48a7-aff5-19802cc75d7c","status":"Running","startTime":"2023-03-30T10:57:32.4939953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache @@ -3642,7 +3498,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:01:12 GMT + - Thu, 18 May 2023 10:03:43 GMT expires: - '-1' pragma: @@ -3658,7 +3514,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3676,12 +3532,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c","name":"a034ae06-cf3f-48a7-aff5-19802cc75d7c","status":"Running","startTime":"2023-03-30T10:57:32.4939953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache @@ -3690,7 +3546,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:01:23 GMT + - Thu, 18 May 2023 10:03:53 GMT expires: - '-1' pragma: @@ -3706,7 +3562,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3724,12 +3580,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c","name":"a034ae06-cf3f-48a7-aff5-19802cc75d7c","status":"Running","startTime":"2023-03-30T10:57:32.4939953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache @@ -3738,7 +3594,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:01:33 GMT + - Thu, 18 May 2023 10:04:04 GMT expires: - '-1' pragma: @@ -3754,7 +3610,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3772,12 +3628,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c","name":"a034ae06-cf3f-48a7-aff5-19802cc75d7c","status":"Running","startTime":"2023-03-30T10:57:32.4939953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache @@ -3786,7 +3642,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:01:44 GMT + - Thu, 18 May 2023 10:04:14 GMT expires: - '-1' pragma: @@ -3802,7 +3658,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3820,12 +3676,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c","name":"a034ae06-cf3f-48a7-aff5-19802cc75d7c","status":"Running","startTime":"2023-03-30T10:57:32.4939953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' headers: cache-control: - no-cache @@ -3834,7 +3690,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:01:54 GMT + - Thu, 18 May 2023 10:04:25 GMT expires: - '-1' pragma: @@ -3850,7 +3706,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3868,12 +3724,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/a034ae06-cf3f-48a7-aff5-19802cc75d7c","name":"a034ae06-cf3f-48a7-aff5-19802cc75d7c","status":"Succeeded","startTime":"2023-03-30T10:57:32.4939953Z","endTime":"2023-03-30T11:02:04.8000094Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Succeeded","startTime":"2023-05-18T09:58:35.3540953Z","endTime":"2023-05-18T10:04:26.5276357Z"}' headers: cache-control: - no-cache @@ -3882,7 +3738,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:02:04 GMT + - Thu, 18 May 2023 10:04:36 GMT expires: - '-1' pragma: @@ -3898,7 +3754,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3916,12 +3772,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"ab3c5628d8d94c6aa0254305fb28c298","networkProfile":{"outboundIPs":{"publicIPs":["20.10.90.226"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-2.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2","name":"cli-unittest-2","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T10:57:31.9730582Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T10:57:31.9730582Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"d2185614950b48fd866627dbeccd7133","networkProfile":{"outboundIPs":{"publicIPs":["20.22.27.254"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-2.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2","name":"cli-unittest-2","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T09:58:34.8920504Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:58:34.8920504Z"}}' headers: cache-control: - no-cache @@ -3930,7 +3786,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:02:05 GMT + - Thu, 18 May 2023 10:04:37 GMT expires: - '-1' pragma: @@ -3948,7 +3804,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -3966,7 +3822,7 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.3 + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.Insights/components/cli_scenario_test_202207021820?api-version=2015-05-01 @@ -3998,13 +3854,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 11:02:06 GMT + - Thu, 18 May 2023 10:04:38 GMT expires: - '-1' pragma: - no-cache request-context: - - appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed + - appId=cid-v1:60b64f55-e716-48c8-8b96-83eb9c6a7a9b server: - Microsoft-IIS/10.0 strict-transport-security: @@ -4040,27 +3896,27 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/d76655af-3a87-435b-94fe-cfd3a2f8ca46?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/bfcd6ebd-1d6e-4eb7-9d8f-9c2e6f36469e?api-version=2023-05-01-preview cache-control: - no-cache content-length: - - '608' + - '609' content-type: - application/json date: - - Thu, 30 Mar 2023 11:02:08 GMT + - Thu, 18 May 2023 10:04:40 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/d76655af-3a87-435b-94fe-cfd3a2f8ca46/Spring/cli-unittest-2?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/bfcd6ebd-1d6e-4eb7-9d8f-9c2e6f36469e/Spring/cli-unittest-2?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -4072,7 +3928,7 @@ interactions: x-ms-ratelimit-remaining-subscription-writes: - '1199' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 202 message: Accepted @@ -4090,12 +3946,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"ab3c5628d8d94c6aa0254305fb28c298","networkProfile":{"outboundIPs":{"publicIPs":["20.10.90.226"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-2.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2","name":"cli-unittest-2","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T10:57:31.9730582Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T11:02:07.9357229Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"d2185614950b48fd866627dbeccd7133","networkProfile":{"outboundIPs":{"publicIPs":["20.22.27.254"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-2.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2","name":"cli-unittest-2","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T09:58:34.8920504Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T10:04:39.1805708Z"}}' headers: cache-control: - no-cache @@ -4104,7 +3960,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:02:10 GMT + - Thu, 18 May 2023 10:04:42 GMT expires: - '-1' pragma: @@ -4122,7 +3978,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -4140,12 +3996,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"ab3c5628d8d94c6aa0254305fb28c298","networkProfile":{"outboundIPs":{"publicIPs":["20.10.90.226"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-2.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2","name":"cli-unittest-2","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T10:57:31.9730582Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T11:02:07.9357229Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"d2185614950b48fd866627dbeccd7133","networkProfile":{"outboundIPs":{"publicIPs":["20.22.27.254"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-2.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2","name":"cli-unittest-2","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T09:58:34.8920504Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T10:04:39.1805708Z"}}' headers: cache-control: - no-cache @@ -4154,7 +4010,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:02:13 GMT + - Thu, 18 May 2023 10:04:44 GMT expires: - '-1' pragma: @@ -4172,7 +4028,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -4190,12 +4046,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache @@ -4204,7 +4060,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:02:14 GMT + - Thu, 18 May 2023 10:04:46 GMT expires: - '-1' pragma: @@ -4213,10 +4069,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -4234,12 +4094,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"ab3c5628d8d94c6aa0254305fb28c298","networkProfile":{"outboundIPs":{"publicIPs":["20.10.90.226"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-2.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2","name":"cli-unittest-2","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T10:57:31.9730582Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T11:02:07.9357229Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"d2185614950b48fd866627dbeccd7133","networkProfile":{"outboundIPs":{"publicIPs":["20.22.27.254"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-2.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2","name":"cli-unittest-2","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T09:58:34.8920504Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T10:04:39.1805708Z"}}' headers: cache-control: - no-cache @@ -4248,7 +4108,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:02:17 GMT + - Thu, 18 May 2023 10:04:48 GMT expires: - '-1' pragma: @@ -4266,7 +4126,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -4284,21 +4144,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '609' + - '610' content-type: - application/json date: - - Thu, 30 Mar 2023 11:02:18 GMT + - Thu, 18 May 2023 10:04:50 GMT expires: - '-1' pragma: @@ -4314,7 +4174,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -4334,25 +4194,25 @@ interactions: ParameterSetName: - -n -g --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2?api-version=2023-05-01-preview response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/80c68a26-4465-476e-8aaf-945f66a974d6?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/3e47f51b-a140-4960-a8eb-f8b5398e551c?api-version=2023-05-01-preview cache-control: - no-cache content-length: - '0' date: - - Thu, 30 Mar 2023 11:02:21 GMT + - Thu, 18 May 2023 10:04:53 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/80c68a26-4465-476e-8aaf-945f66a974d6/Spring/cli-unittest-2?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/3e47f51b-a140-4960-a8eb-f8b5398e551c/Spring/cli-unittest-2?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -4364,7 +4224,7 @@ interactions: x-ms-ratelimit-remaining-subscription-deletes: - '14999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 202 message: Accepted @@ -4386,9 +4246,9 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.AppPlatform/locations/eastus2/checkNameAvailability?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.AppPlatform/locations/eastus2/checkNameAvailability?api-version=2023-05-01-preview response: body: string: '{"nameAvailable":true}' @@ -4400,7 +4260,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:02:26 GMT + - Thu, 18 May 2023 10:04:56 GMT expires: - '-1' pragma: @@ -4418,7 +4278,7 @@ interactions: x-ms-ratelimit-remaining-subscription-writes: - '1199' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -4441,15 +4301,15 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Creating","zoneRedundant":false,"version":3,"serviceId":"89a1f067b00c4ce29ec794434be35d76","powerState":"Running","fqdn":"cli-unittest-3.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3","name":"cli-unittest-3","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T11:02:28.3810197Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T11:02:28.3810197Z"}}' + string: '{"properties":{"provisioningState":"Creating","zoneRedundant":false,"version":3,"serviceId":"561f3cb346ad47bbad9d0e1655f07fb6","powerState":"Running","fqdn":"cli-unittest-3.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3","name":"cli-unittest-3","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T10:04:58.3347964Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T10:04:58.3347964Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -4457,11 +4317,11 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:02:29 GMT + - Thu, 18 May 2023 10:04:59 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/47706983-9e05-4cad-bfc0-6cd14247c572/Spring/cli-unittest-3?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/cd86dd77-a57b-45f9-98ca-3f2594e60da4/Spring/cli-unittest-3?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -4473,346 +4333,10 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '1199' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring create - Connection: - - keep-alive - ParameterSetName: - - -n -g --sku -l --no-wait --app-insights-key --sampling-rate - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' - headers: - cache-control: - - no-cache - content-length: - - '316' - content-type: - - application/json - date: - - Thu, 30 Mar 2023 11:02:59 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring create - Connection: - - keep-alive - ParameterSetName: - - -n -g --sku -l --no-wait --app-insights-key --sampling-rate - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' - headers: - cache-control: - - no-cache - content-length: - - '316' - content-type: - - application/json - date: - - Thu, 30 Mar 2023 11:03:10 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring create - Connection: - - keep-alive - ParameterSetName: - - -n -g --sku -l --no-wait --app-insights-key --sampling-rate - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' - headers: - cache-control: - - no-cache - content-length: - - '316' - content-type: - - application/json - date: - - Thu, 30 Mar 2023 11:03:20 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring create - Connection: - - keep-alive - ParameterSetName: - - -n -g --sku -l --no-wait --app-insights-key --sampling-rate - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' - headers: - cache-control: - - no-cache - content-length: - - '316' - content-type: - - application/json - date: - - Thu, 30 Mar 2023 11:03:31 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring create - Connection: - - keep-alive - ParameterSetName: - - -n -g --sku -l --no-wait --app-insights-key --sampling-rate - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' - headers: - cache-control: - - no-cache - content-length: - - '316' - content-type: - - application/json - date: - - Thu, 30 Mar 2023 11:03:41 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring create - Connection: - - keep-alive - ParameterSetName: - - -n -g --sku -l --no-wait --app-insights-key --sampling-rate - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' - headers: - cache-control: - - no-cache - content-length: - - '316' - content-type: - - application/json - date: - - Thu, 30 Mar 2023 11:03:53 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring create - Connection: - - keep-alive - ParameterSetName: - - -n -g --sku -l --no-wait --app-insights-key --sampling-rate - User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' - headers: - cache-control: - - no-cache - content-length: - - '316' - content-type: - - application/json - date: - - Thu, 30 Mar 2023 11:04:03 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 - status: - code: 200 - message: OK + - f186244f-1bfd-4f46-85f1-15df565c4b85 + status: + code: 201 + message: Created - request: body: null headers: @@ -4827,12 +4351,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' headers: cache-control: - no-cache @@ -4841,7 +4365,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:04:14 GMT + - Thu, 18 May 2023 10:05:29 GMT expires: - '-1' pragma: @@ -4857,7 +4381,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -4875,12 +4399,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' headers: cache-control: - no-cache @@ -4889,7 +4413,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:04:24 GMT + - Thu, 18 May 2023 10:05:40 GMT expires: - '-1' pragma: @@ -4905,7 +4429,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -4923,12 +4447,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' headers: cache-control: - no-cache @@ -4937,7 +4461,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:04:35 GMT + - Thu, 18 May 2023 10:05:51 GMT expires: - '-1' pragma: @@ -4953,7 +4477,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -4971,12 +4495,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' headers: cache-control: - no-cache @@ -4985,7 +4509,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:04:45 GMT + - Thu, 18 May 2023 10:06:01 GMT expires: - '-1' pragma: @@ -5001,7 +4525,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -5019,12 +4543,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' headers: cache-control: - no-cache @@ -5033,7 +4557,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:04:56 GMT + - Thu, 18 May 2023 10:06:12 GMT expires: - '-1' pragma: @@ -5049,7 +4573,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -5067,12 +4591,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' headers: cache-control: - no-cache @@ -5081,7 +4605,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:05:06 GMT + - Thu, 18 May 2023 10:06:22 GMT expires: - '-1' pragma: @@ -5097,7 +4621,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -5115,12 +4639,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' headers: cache-control: - no-cache @@ -5129,7 +4653,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:05:16 GMT + - Thu, 18 May 2023 10:06:33 GMT expires: - '-1' pragma: @@ -5145,7 +4669,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -5163,12 +4687,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' headers: cache-control: - no-cache @@ -5177,7 +4701,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:05:27 GMT + - Thu, 18 May 2023 10:06:44 GMT expires: - '-1' pragma: @@ -5193,7 +4717,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -5211,12 +4735,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' headers: cache-control: - no-cache @@ -5225,7 +4749,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:05:38 GMT + - Thu, 18 May 2023 10:06:54 GMT expires: - '-1' pragma: @@ -5241,7 +4765,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -5259,12 +4783,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' headers: cache-control: - no-cache @@ -5273,7 +4797,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:05:49 GMT + - Thu, 18 May 2023 10:07:05 GMT expires: - '-1' pragma: @@ -5289,7 +4813,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -5307,12 +4831,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' headers: cache-control: - no-cache @@ -5321,7 +4845,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:05:59 GMT + - Thu, 18 May 2023 10:07:16 GMT expires: - '-1' pragma: @@ -5337,7 +4861,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -5355,12 +4879,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' headers: cache-control: - no-cache @@ -5369,7 +4893,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:06:10 GMT + - Thu, 18 May 2023 10:07:26 GMT expires: - '-1' pragma: @@ -5385,7 +4909,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -5403,12 +4927,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' headers: cache-control: - no-cache @@ -5417,7 +4941,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:06:20 GMT + - Thu, 18 May 2023 10:07:37 GMT expires: - '-1' pragma: @@ -5433,7 +4957,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -5451,12 +4975,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' headers: cache-control: - no-cache @@ -5465,7 +4989,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:06:31 GMT + - Thu, 18 May 2023 10:07:47 GMT expires: - '-1' pragma: @@ -5481,7 +5005,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -5499,12 +5023,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' headers: cache-control: - no-cache @@ -5513,7 +5037,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:06:41 GMT + - Thu, 18 May 2023 10:07:58 GMT expires: - '-1' pragma: @@ -5529,7 +5053,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -5547,12 +5071,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' headers: cache-control: - no-cache @@ -5561,7 +5085,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:06:51 GMT + - Thu, 18 May 2023 10:08:09 GMT expires: - '-1' pragma: @@ -5577,7 +5101,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -5595,12 +5119,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' headers: cache-control: - no-cache @@ -5609,7 +5133,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:07:02 GMT + - Thu, 18 May 2023 10:08:20 GMT expires: - '-1' pragma: @@ -5625,7 +5149,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -5643,12 +5167,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' headers: cache-control: - no-cache @@ -5657,7 +5181,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:07:13 GMT + - Thu, 18 May 2023 10:08:31 GMT expires: - '-1' pragma: @@ -5673,7 +5197,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -5691,12 +5215,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' headers: cache-control: - no-cache @@ -5705,7 +5229,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:07:24 GMT + - Thu, 18 May 2023 10:08:41 GMT expires: - '-1' pragma: @@ -5721,7 +5245,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -5739,12 +5263,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' headers: cache-control: - no-cache @@ -5753,7 +5277,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:07:34 GMT + - Thu, 18 May 2023 10:08:51 GMT expires: - '-1' pragma: @@ -5769,7 +5293,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -5787,12 +5311,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' headers: cache-control: - no-cache @@ -5801,7 +5325,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:07:44 GMT + - Thu, 18 May 2023 10:09:03 GMT expires: - '-1' pragma: @@ -5817,7 +5341,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -5835,12 +5359,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' headers: cache-control: - no-cache @@ -5849,7 +5373,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:07:54 GMT + - Thu, 18 May 2023 10:09:14 GMT expires: - '-1' pragma: @@ -5865,7 +5389,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -5883,12 +5407,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' headers: cache-control: - no-cache @@ -5897,7 +5421,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:08:06 GMT + - Thu, 18 May 2023 10:09:24 GMT expires: - '-1' pragma: @@ -5913,7 +5437,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -5931,12 +5455,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' headers: cache-control: - no-cache @@ -5945,7 +5469,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:08:16 GMT + - Thu, 18 May 2023 10:09:35 GMT expires: - '-1' pragma: @@ -5961,7 +5485,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -5979,12 +5503,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' headers: cache-control: - no-cache @@ -5993,7 +5517,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:08:27 GMT + - Thu, 18 May 2023 10:09:45 GMT expires: - '-1' pragma: @@ -6009,7 +5533,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -6027,12 +5551,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' headers: cache-control: - no-cache @@ -6041,7 +5565,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:08:37 GMT + - Thu, 18 May 2023 10:09:56 GMT expires: - '-1' pragma: @@ -6057,7 +5581,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -6075,12 +5599,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' headers: cache-control: - no-cache @@ -6089,7 +5613,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:08:48 GMT + - Thu, 18 May 2023 10:10:07 GMT expires: - '-1' pragma: @@ -6105,7 +5629,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -6123,12 +5647,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' headers: cache-control: - no-cache @@ -6137,7 +5661,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:08:58 GMT + - Thu, 18 May 2023 10:10:17 GMT expires: - '-1' pragma: @@ -6153,7 +5677,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -6171,21 +5695,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Succeeded","startTime":"2023-05-18T10:04:58.8760055Z","endTime":"2023-05-18T10:10:19.6634784Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '359' content-type: - application/json date: - - Thu, 30 Mar 2023 11:09:08 GMT + - Thu, 18 May 2023 10:10:28 GMT expires: - '-1' pragma: @@ -6201,7 +5725,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -6219,21 +5743,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"561f3cb346ad47bbad9d0e1655f07fb6","networkProfile":{"outboundIPs":{"publicIPs":["20.10.234.199"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-3.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3","name":"cli-unittest-3","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T10:04:58.3347964Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T10:04:58.3347964Z"}}' headers: cache-control: - no-cache content-length: - - '316' + - '791' content-type: - application/json date: - - Thu, 30 Mar 2023 11:09:19 GMT + - Thu, 18 May 2023 10:10:28 GMT expires: - '-1' pragma: @@ -6248,88 +5772,97 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK - request: - body: null + body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": + "00000000-0000-0000-0000-000000000000", "appInsightsSamplingRate": 1.0}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - spring create Connection: - keep-alive + Content-Length: + - '143' + Content-Type: + - application/json ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3/monitoringSettings/default","name":"default"}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/6d3ebd65-57fc-4738-b063-a02476ad2601?api-version=2023-05-01-preview cache-control: - no-cache content-length: - - '316' + - '446' content-type: - application/json date: - - Thu, 30 Mar 2023 11:09:30 GMT + - Thu, 18 May 2023 10:10:32 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/6d3ebd65-57fc-4738-b063-a02476ad2601/Spring/cli-unittest-3?api-version=2023-05-01-preview pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d 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' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring create + - spring show Connection: - keep-alive ParameterSetName: - - -n -g --sku -l --no-wait --app-insights-key --sampling-rate + - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"561f3cb346ad47bbad9d0e1655f07fb6","networkProfile":{"outboundIPs":{"publicIPs":["20.10.234.199"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-3.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3","name":"cli-unittest-3","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T10:04:58.3347964Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T10:10:30.4327927Z"}}' headers: cache-control: - no-cache content-length: - - '316' + - '791' content-type: - application/json date: - - Thu, 30 Mar 2023 11:09:42 GMT + - Thu, 18 May 2023 10:10:34 GMT expires: - '-1' pragma: @@ -6344,8 +5877,10 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -6353,31 +5888,31 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring create + - spring app-insights show Connection: - keep-alive ParameterSetName: - - -n -g --sku -l --no-wait --app-insights-key --sampling-rate + - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"561f3cb346ad47bbad9d0e1655f07fb6","networkProfile":{"outboundIPs":{"publicIPs":["20.10.234.199"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-3.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3","name":"cli-unittest-3","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T10:04:58.3347964Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T10:10:30.4327927Z"}}' headers: cache-control: - no-cache content-length: - - '316' + - '791' content-type: - application/json date: - - Thu, 30 Mar 2023 11:09:52 GMT + - Thu, 18 May 2023 10:10:36 GMT expires: - '-1' pragma: @@ -6392,8 +5927,10 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -6401,31 +5938,31 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring create + - spring app-insights show Connection: - keep-alive ParameterSetName: - - -n -g --sku -l --no-wait --app-insights-key --sampling-rate + - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Running","startTime":"2023-03-30T11:02:28.8091649Z"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '316' + - '446' content-type: - application/json date: - - Thu, 30 Mar 2023 11:10:02 GMT + - Thu, 18 May 2023 10:10:37 GMT expires: - '-1' pragma: @@ -6441,7 +5978,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -6449,31 +5986,31 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring create + - spring app-insights show Connection: - keep-alive ParameterSetName: - - -n -g --sku -l --no-wait --app-insights-key --sampling-rate + - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/47706983-9e05-4cad-bfc0-6cd14247c572","name":"47706983-9e05-4cad-bfc0-6cd14247c572","status":"Succeeded","startTime":"2023-03-30T11:02:28.8091649Z","endTime":"2023-03-30T11:10:05.6778853Z"}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"561f3cb346ad47bbad9d0e1655f07fb6","networkProfile":{"outboundIPs":{"publicIPs":["20.10.234.199"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-3.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3","name":"cli-unittest-3","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T10:04:58.3347964Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T10:10:30.4327927Z"}}' headers: cache-control: - no-cache content-length: - - '359' + - '791' content-type: - application/json date: - - Thu, 30 Mar 2023 11:10:13 GMT + - Thu, 18 May 2023 10:10:39 GMT expires: - '-1' pragma: @@ -6488,8 +6025,10 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -6497,31 +6036,31 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring create + - spring app-insights show Connection: - keep-alive ParameterSetName: - - -n -g --sku -l --no-wait --app-insights-key --sampling-rate + - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"89a1f067b00c4ce29ec794434be35d76","networkProfile":{"outboundIPs":{"publicIPs":["20.10.98.54"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-3.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3","name":"cli-unittest-3","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T11:02:28.3810197Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T11:02:28.3810197Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '789' + - '447' content-type: - application/json date: - - Thu, 30 Mar 2023 11:10:13 GMT + - Thu, 18 May 2023 10:10:42 GMT expires: - '-1' pragma: @@ -6536,53 +6075,46 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK - request: - body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": - "00000000-0000-0000-0000-000000000000", "appInsightsSamplingRate": 1.0}}' + body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring create + - spring delete Connection: - keep-alive Content-Length: - - '143' - Content-Type: - - application/json + - '0' ParameterSetName: - - -n -g --sku -l --no-wait --app-insights-key --sampling-rate + - -n -g --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3/monitoringSettings/default?api-version=2023-03-01-preview + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3/monitoringSettings/default","name":"default"}' + string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/bbc4381d-3e87-4b9f-8e51-74ae0c1515d2?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/a92bdcc7-50d6-41f6-ad97-b679004b174c?api-version=2023-05-01-preview cache-control: - no-cache content-length: - - '445' - content-type: - - application/json + - '0' date: - - Thu, 30 Mar 2023 11:10:15 GMT + - Thu, 18 May 2023 10:10:44 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/bbc4381d-3e87-4b9f-8e51-74ae0c1515d2/Spring/cli-unittest-3?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/a92bdcc7-50d6-41f6-ad97-b679004b174c/Spring/cli-unittest-3?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -6591,42 +6123,46 @@ interactions: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 202 message: Accepted - request: - body: null + body: '{"type": "Microsoft.AppPlatform/Spring", "name": "cli-unittest-4"}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring show + - spring create Connection: - keep-alive + Content-Length: + - '66' + Content-Type: + - application/json ParameterSetName: - - -n -g + - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3?api-version=2023-03-01-preview + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.AppPlatform/locations/eastus2/checkNameAvailability?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"89a1f067b00c4ce29ec794434be35d76","networkProfile":{"outboundIPs":{"publicIPs":["20.10.98.54"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-3.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3","name":"cli-unittest-3","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T11:02:28.3810197Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T11:10:14.9365692Z"}}' + string: '{"nameAvailable":true}' headers: cache-control: - no-cache content-length: - - '789' + - '22' content-type: - application/json date: - - Thu, 30 Mar 2023 11:10:18 GMT + - Thu, 18 May 2023 10:10:48 GMT expires: - '-1' pragma: @@ -6641,92 +6177,97 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK - request: - body: null + body: '{"location": "eastus2", "properties": {"zoneRedundant": false}, "sku": + {"name": "B0", "tier": "Basic"}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring create Connection: - keep-alive + Content-Length: + - '103' + Content-Type: + - application/json ParameterSetName: - - -n -g + - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3?api-version=2023-03-01-preview + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"89a1f067b00c4ce29ec794434be35d76","networkProfile":{"outboundIPs":{"publicIPs":["20.10.98.54"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-3.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3","name":"cli-unittest-3","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T11:02:28.3810197Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T11:10:14.9365692Z"}}' + string: '{"properties":{"provisioningState":"Creating","zoneRedundant":false,"version":3,"serviceId":"55fb6f93aa7f4be0ad232e7415675103","powerState":"Running","fqdn":"cli-unittest-4.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4","name":"cli-unittest-4","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T10:10:50.4723998Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T10:10:50.4723998Z"}}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview cache-control: - no-cache content-length: - - '789' + - '695' content-type: - application/json date: - - Thu, 30 Mar 2023 11:10:20 GMT + - Thu, 18 May 2023 10:10:50 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/0c05d593-6e80-4918-b7dd-7353ccd5d791/Spring/cli-unittest-4?api-version=2023-05-01-preview pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1199' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: - code: 200 - message: OK + code: 201 + message: Created - request: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring create Connection: - keep-alive ParameterSetName: - - -n -g + - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3/monitoringSettings/default","name":"default"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache content-length: - - '445' + - '316' content-type: - application/json date: - - Thu, 30 Mar 2023 11:10:23 GMT + - Thu, 18 May 2023 10:11:21 GMT expires: - '-1' pragma: @@ -6742,7 +6283,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -6750,31 +6291,31 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring create Connection: - keep-alive ParameterSetName: - - -n -g + - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"89a1f067b00c4ce29ec794434be35d76","networkProfile":{"outboundIPs":{"publicIPs":["20.10.98.54"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-3.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3","name":"cli-unittest-3","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T11:02:28.3810197Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T11:10:14.9365692Z"}}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache content-length: - - '789' + - '316' content-type: - application/json date: - - Thu, 30 Mar 2023 11:10:24 GMT + - Thu, 18 May 2023 10:11:31 GMT expires: - '-1' pragma: @@ -6789,10 +6330,8 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -6800,31 +6339,31 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring create Connection: - keep-alive ParameterSetName: - - -n -g + - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3/monitoringSettings/default","name":"default"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache content-length: - - '446' + - '316' content-type: - application/json date: - - Thu, 30 Mar 2023 11:10:26 GMT + - Thu, 18 May 2023 10:11:43 GMT expires: - '-1' pragma: @@ -6840,7 +6379,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -6848,85 +6387,79 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - spring delete + - spring create Connection: - keep-alive - Content-Length: - - '0' ParameterSetName: - - -n -g --no-wait + - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3?api-version=2023-03-01-preview + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/b48b2e72-c29c-4e4a-9197-d0743ed5974a?api-version=2023-03-01-preview cache-control: - no-cache content-length: - - '0' + - '316' + content-type: + - application/json date: - - Thu, 30 Mar 2023 11:10:29 GMT + - Thu, 18 May 2023 10:11:53 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/b48b2e72-c29c-4e4a-9197-d0743ed5974a/Spring/cli-unittest-3?api-version=2023-03-01-preview pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d 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' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: - code: 202 - message: Accepted + code: 200 + message: OK - request: - body: '{"type": "Microsoft.AppPlatform/Spring", "name": "cli-unittest-4"}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - spring create Connection: - keep-alive - Content-Length: - - '66' - Content-Type: - - application/json ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.AppPlatform/locations/eastus2/checkNameAvailability?api-version=2023-03-01-preview + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"nameAvailable":true}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache content-length: - - '22' + - '316' content-type: - application/json date: - - Thu, 30 Mar 2023 11:10:32 GMT + - Thu, 18 May 2023 10:12:04 GMT expires: - '-1' pragma: @@ -6941,68 +6474,59 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK - request: - body: '{"location": "eastus2", "properties": {"zoneRedundant": false}, "sku": - {"name": "B0", "tier": "Basic"}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - spring create Connection: - keep-alive - Content-Length: - - '103' - Content-Type: - - application/json ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4?api-version=2023-03-01-preview + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Creating","zoneRedundant":false,"version":3,"serviceId":"5d9be6b05d204a0a943437673c37a853","powerState":"Running","fqdn":"cli-unittest-4.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4","name":"cli-unittest-4","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T11:10:34.6920995Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T11:10:34.6920995Z"}}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview cache-control: - no-cache content-length: - - '695' + - '316' content-type: - application/json date: - - Thu, 30 Mar 2023 11:10:35 GMT + - Thu, 18 May 2023 10:12:15 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/a9741197-aa14-4fb6-a747-4759b017b0c1/Spring/cli-unittest-4?api-version=2023-03-01-preview pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '1199' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: - code: 201 - message: Created + code: 200 + message: OK - request: body: null headers: @@ -7017,12 +6541,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1","name":"a9741197-aa14-4fb6-a747-4759b017b0c1","status":"Running","startTime":"2023-03-30T11:10:36.0021178Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache @@ -7031,7 +6555,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:11:06 GMT + - Thu, 18 May 2023 10:12:25 GMT expires: - '-1' pragma: @@ -7047,7 +6571,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -7065,12 +6589,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1","name":"a9741197-aa14-4fb6-a747-4759b017b0c1","status":"Running","startTime":"2023-03-30T11:10:36.0021178Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache @@ -7079,7 +6603,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:11:17 GMT + - Thu, 18 May 2023 10:12:36 GMT expires: - '-1' pragma: @@ -7095,7 +6619,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -7113,12 +6637,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1","name":"a9741197-aa14-4fb6-a747-4759b017b0c1","status":"Running","startTime":"2023-03-30T11:10:36.0021178Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache @@ -7127,7 +6651,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:11:28 GMT + - Thu, 18 May 2023 10:12:46 GMT expires: - '-1' pragma: @@ -7143,7 +6667,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -7161,12 +6685,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1","name":"a9741197-aa14-4fb6-a747-4759b017b0c1","status":"Running","startTime":"2023-03-30T11:10:36.0021178Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache @@ -7175,7 +6699,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:11:38 GMT + - Thu, 18 May 2023 10:12:57 GMT expires: - '-1' pragma: @@ -7191,7 +6715,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -7209,12 +6733,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1","name":"a9741197-aa14-4fb6-a747-4759b017b0c1","status":"Running","startTime":"2023-03-30T11:10:36.0021178Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache @@ -7223,7 +6747,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:11:49 GMT + - Thu, 18 May 2023 10:13:07 GMT expires: - '-1' pragma: @@ -7239,7 +6763,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -7257,12 +6781,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1","name":"a9741197-aa14-4fb6-a747-4759b017b0c1","status":"Running","startTime":"2023-03-30T11:10:36.0021178Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache @@ -7271,7 +6795,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:11:59 GMT + - Thu, 18 May 2023 10:13:18 GMT expires: - '-1' pragma: @@ -7287,7 +6811,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -7305,12 +6829,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1","name":"a9741197-aa14-4fb6-a747-4759b017b0c1","status":"Running","startTime":"2023-03-30T11:10:36.0021178Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache @@ -7319,7 +6843,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:12:09 GMT + - Thu, 18 May 2023 10:13:28 GMT expires: - '-1' pragma: @@ -7335,7 +6859,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -7353,12 +6877,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1","name":"a9741197-aa14-4fb6-a747-4759b017b0c1","status":"Running","startTime":"2023-03-30T11:10:36.0021178Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache @@ -7367,7 +6891,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:12:20 GMT + - Thu, 18 May 2023 10:13:39 GMT expires: - '-1' pragma: @@ -7383,7 +6907,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -7401,12 +6925,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1","name":"a9741197-aa14-4fb6-a747-4759b017b0c1","status":"Running","startTime":"2023-03-30T11:10:36.0021178Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache @@ -7415,7 +6939,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:12:30 GMT + - Thu, 18 May 2023 10:13:50 GMT expires: - '-1' pragma: @@ -7431,7 +6955,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -7449,12 +6973,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1","name":"a9741197-aa14-4fb6-a747-4759b017b0c1","status":"Running","startTime":"2023-03-30T11:10:36.0021178Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache @@ -7463,7 +6987,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:12:41 GMT + - Thu, 18 May 2023 10:14:00 GMT expires: - '-1' pragma: @@ -7479,7 +7003,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -7497,12 +7021,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1","name":"a9741197-aa14-4fb6-a747-4759b017b0c1","status":"Running","startTime":"2023-03-30T11:10:36.0021178Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache @@ -7511,7 +7035,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:13:01 GMT + - Thu, 18 May 2023 10:14:11 GMT expires: - '-1' pragma: @@ -7527,7 +7051,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -7545,12 +7069,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1","name":"a9741197-aa14-4fb6-a747-4759b017b0c1","status":"Running","startTime":"2023-03-30T11:10:36.0021178Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache @@ -7559,7 +7083,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:13:11 GMT + - Thu, 18 May 2023 10:14:23 GMT expires: - '-1' pragma: @@ -7575,7 +7099,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -7593,12 +7117,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1","name":"a9741197-aa14-4fb6-a747-4759b017b0c1","status":"Running","startTime":"2023-03-30T11:10:36.0021178Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache @@ -7607,7 +7131,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:13:22 GMT + - Thu, 18 May 2023 10:14:33 GMT expires: - '-1' pragma: @@ -7623,7 +7147,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -7641,12 +7165,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1","name":"a9741197-aa14-4fb6-a747-4759b017b0c1","status":"Running","startTime":"2023-03-30T11:10:36.0021178Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache @@ -7655,7 +7179,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:13:32 GMT + - Thu, 18 May 2023 10:14:44 GMT expires: - '-1' pragma: @@ -7671,7 +7195,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -7689,12 +7213,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1","name":"a9741197-aa14-4fb6-a747-4759b017b0c1","status":"Running","startTime":"2023-03-30T11:10:36.0021178Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache @@ -7703,7 +7227,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:13:43 GMT + - Thu, 18 May 2023 10:14:54 GMT expires: - '-1' pragma: @@ -7719,7 +7243,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -7737,12 +7261,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1","name":"a9741197-aa14-4fb6-a747-4759b017b0c1","status":"Running","startTime":"2023-03-30T11:10:36.0021178Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache @@ -7751,7 +7275,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:13:53 GMT + - Thu, 18 May 2023 10:15:05 GMT expires: - '-1' pragma: @@ -7767,7 +7291,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -7785,12 +7309,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1","name":"a9741197-aa14-4fb6-a747-4759b017b0c1","status":"Running","startTime":"2023-03-30T11:10:36.0021178Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache @@ -7799,7 +7323,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:14:04 GMT + - Thu, 18 May 2023 10:15:15 GMT expires: - '-1' pragma: @@ -7815,7 +7339,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -7833,12 +7357,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1","name":"a9741197-aa14-4fb6-a747-4759b017b0c1","status":"Running","startTime":"2023-03-30T11:10:36.0021178Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache @@ -7847,7 +7371,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:14:14 GMT + - Thu, 18 May 2023 10:15:26 GMT expires: - '-1' pragma: @@ -7863,7 +7387,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -7881,12 +7405,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1","name":"a9741197-aa14-4fb6-a747-4759b017b0c1","status":"Running","startTime":"2023-03-30T11:10:36.0021178Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache @@ -7895,7 +7419,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:14:25 GMT + - Thu, 18 May 2023 10:15:36 GMT expires: - '-1' pragma: @@ -7911,7 +7435,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -7929,12 +7453,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1","name":"a9741197-aa14-4fb6-a747-4759b017b0c1","status":"Running","startTime":"2023-03-30T11:10:36.0021178Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache @@ -7943,7 +7467,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:14:35 GMT + - Thu, 18 May 2023 10:15:47 GMT expires: - '-1' pragma: @@ -7959,7 +7483,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -7977,12 +7501,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1","name":"a9741197-aa14-4fb6-a747-4759b017b0c1","status":"Running","startTime":"2023-03-30T11:10:36.0021178Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache @@ -7991,7 +7515,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:14:46 GMT + - Thu, 18 May 2023 10:15:57 GMT expires: - '-1' pragma: @@ -8007,7 +7531,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -8025,12 +7549,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1","name":"a9741197-aa14-4fb6-a747-4759b017b0c1","status":"Running","startTime":"2023-03-30T11:10:36.0021178Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache @@ -8039,7 +7563,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:14:56 GMT + - Thu, 18 May 2023 10:16:08 GMT expires: - '-1' pragma: @@ -8055,7 +7579,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -8073,12 +7597,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1","name":"a9741197-aa14-4fb6-a747-4759b017b0c1","status":"Running","startTime":"2023-03-30T11:10:36.0021178Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache @@ -8087,7 +7611,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:15:07 GMT + - Thu, 18 May 2023 10:16:19 GMT expires: - '-1' pragma: @@ -8103,7 +7627,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -8121,12 +7645,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1","name":"a9741197-aa14-4fb6-a747-4759b017b0c1","status":"Running","startTime":"2023-03-30T11:10:36.0021178Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache @@ -8135,7 +7659,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:15:17 GMT + - Thu, 18 May 2023 10:16:30 GMT expires: - '-1' pragma: @@ -8151,7 +7675,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -8169,12 +7693,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1","name":"a9741197-aa14-4fb6-a747-4759b017b0c1","status":"Running","startTime":"2023-03-30T11:10:36.0021178Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache @@ -8183,7 +7707,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:15:28 GMT + - Thu, 18 May 2023 10:16:41 GMT expires: - '-1' pragma: @@ -8199,7 +7723,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -8217,12 +7741,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1","name":"a9741197-aa14-4fb6-a747-4759b017b0c1","status":"Running","startTime":"2023-03-30T11:10:36.0021178Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache @@ -8231,7 +7755,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:15:40 GMT + - Thu, 18 May 2023 10:16:51 GMT expires: - '-1' pragma: @@ -8247,7 +7771,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -8265,12 +7789,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1","name":"a9741197-aa14-4fb6-a747-4759b017b0c1","status":"Running","startTime":"2023-03-30T11:10:36.0021178Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' headers: cache-control: - no-cache @@ -8279,7 +7803,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:15:50 GMT + - Thu, 18 May 2023 10:17:02 GMT expires: - '-1' pragma: @@ -8295,7 +7819,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -8313,21 +7837,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/a9741197-aa14-4fb6-a747-4759b017b0c1","name":"a9741197-aa14-4fb6-a747-4759b017b0c1","status":"Succeeded","startTime":"2023-03-30T11:10:36.0021178Z","endTime":"2023-03-30T11:16:01.548946Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Succeeded","startTime":"2023-05-18T10:10:50.8565702Z","endTime":"2023-05-18T10:17:04.3783961Z"}' headers: cache-control: - no-cache content-length: - - '358' + - '359' content-type: - application/json date: - - Thu, 30 Mar 2023 11:16:01 GMT + - Thu, 18 May 2023 10:17:13 GMT expires: - '-1' pragma: @@ -8343,7 +7867,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -8361,21 +7885,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"5d9be6b05d204a0a943437673c37a853","networkProfile":{"outboundIPs":{"publicIPs":["20.62.31.129"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-4.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4","name":"cli-unittest-4","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T11:10:34.6920995Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T11:10:34.6920995Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"55fb6f93aa7f4be0ad232e7415675103","networkProfile":{"outboundIPs":{"publicIPs":["20.22.165.121"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-4.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4","name":"cli-unittest-4","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T10:10:50.4723998Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T10:10:50.4723998Z"}}' headers: cache-control: - no-cache content-length: - - '790' + - '791' content-type: - application/json date: - - Thu, 30 Mar 2023 11:16:02 GMT + - Thu, 18 May 2023 10:17:13 GMT expires: - '-1' pragma: @@ -8391,9 +7915,9 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '11998' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -8417,27 +7941,27 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/89e5e811-07d8-4919-bbcb-432aad6fd8c5?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/c33c6c54-d7e8-4093-822e-c194545b05bf?api-version=2023-05-01-preview cache-control: - no-cache content-length: - - '517' + - '518' content-type: - application/json date: - - Thu, 30 Mar 2023 11:16:04 GMT + - Thu, 18 May 2023 10:17:16 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/89e5e811-07d8-4919-bbcb-432aad6fd8c5/Spring/cli-unittest-4?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/c33c6c54-d7e8-4093-822e-c194545b05bf/Spring/cli-unittest-4?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -8447,9 +7971,9 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 202 message: Accepted @@ -8467,21 +7991,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"5d9be6b05d204a0a943437673c37a853","networkProfile":{"outboundIPs":{"publicIPs":["20.62.31.129"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-4.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4","name":"cli-unittest-4","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T11:10:34.6920995Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T11:16:03.0990598Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"55fb6f93aa7f4be0ad232e7415675103","networkProfile":{"outboundIPs":{"publicIPs":["20.22.165.121"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-4.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4","name":"cli-unittest-4","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T10:10:50.4723998Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T10:17:14.9236352Z"}}' headers: cache-control: - no-cache content-length: - - '790' + - '791' content-type: - application/json date: - - Thu, 30 Mar 2023 11:16:06 GMT + - Thu, 18 May 2023 10:17:18 GMT expires: - '-1' pragma: @@ -8499,7 +8023,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -8517,21 +8041,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"5d9be6b05d204a0a943437673c37a853","networkProfile":{"outboundIPs":{"publicIPs":["20.62.31.129"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-4.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4","name":"cli-unittest-4","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T11:10:34.6920995Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T11:16:03.0990598Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"55fb6f93aa7f4be0ad232e7415675103","networkProfile":{"outboundIPs":{"publicIPs":["20.22.165.121"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-4.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4","name":"cli-unittest-4","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T10:10:50.4723998Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T10:17:14.9236352Z"}}' headers: cache-control: - no-cache content-length: - - '790' + - '791' content-type: - application/json date: - - Thu, 30 Mar 2023 11:16:08 GMT + - Thu, 18 May 2023 10:17:20 GMT expires: - '-1' pragma: @@ -8547,9 +8071,9 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '11998' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -8567,21 +8091,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '517' + - '518' content-type: - application/json date: - - Thu, 30 Mar 2023 11:16:10 GMT + - Thu, 18 May 2023 10:17:22 GMT expires: - '-1' pragma: @@ -8597,7 +8121,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -8615,21 +8139,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"5d9be6b05d204a0a943437673c37a853","networkProfile":{"outboundIPs":{"publicIPs":["20.62.31.129"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-4.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4","name":"cli-unittest-4","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T11:10:34.6920995Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T11:16:03.0990598Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"55fb6f93aa7f4be0ad232e7415675103","networkProfile":{"outboundIPs":{"publicIPs":["20.22.165.121"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-4.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4","name":"cli-unittest-4","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T10:10:50.4723998Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T10:17:14.9236352Z"}}' headers: cache-control: - no-cache content-length: - - '790' + - '791' content-type: - application/json date: - - Thu, 30 Mar 2023 11:16:13 GMT + - Thu, 18 May 2023 10:17:24 GMT expires: - '-1' pragma: @@ -8645,9 +8169,9 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '11998' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -8665,21 +8189,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '518' + - '519' content-type: - application/json date: - - Thu, 30 Mar 2023 11:16:15 GMT + - Thu, 18 May 2023 10:17:25 GMT expires: - '-1' pragma: @@ -8695,7 +8219,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -8715,25 +8239,25 @@ interactions: ParameterSetName: - -n -g --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4?api-version=2023-05-01-preview response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0715766b-f465-43f8-ad74-d5861e663259?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/541fa334-4fbe-4cfa-83e2-8001c7bc771f?api-version=2023-05-01-preview cache-control: - no-cache content-length: - '0' date: - - Thu, 30 Mar 2023 11:16:18 GMT + - Thu, 18 May 2023 10:17:28 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/0715766b-f465-43f8-ad74-d5861e663259/Spring/cli-unittest-4?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/541fa334-4fbe-4cfa-83e2-8001c7bc771f/Spring/cli-unittest-4?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -8743,9 +8267,9 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14998' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 202 message: Accepted diff --git a/src/spring/azext_spring/tests/latest/recordings/test_create_asc_with_ai_basic_case.yaml b/src/spring/azext_spring/tests/latest/recordings/test_create_asc_with_ai_basic_case.yaml index c438d559ac1..d3415c1117f 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_create_asc_with_ai_basic_case.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_create_asc_with_ai_basic_case.yaml @@ -17,9 +17,9 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.AppPlatform/locations/eastus2/checkNameAvailability?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.AppPlatform/locations/eastus2/checkNameAvailability?api-version=2023-05-01-preview response: body: string: '{"nameAvailable":true}' @@ -31,7 +31,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:16:23 GMT + - Thu, 18 May 2023 09:43:40 GMT expires: - '-1' pragma: @@ -40,12 +40,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d 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' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -68,27 +72,27 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-11?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-11?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Creating","zoneRedundant":false,"version":3,"serviceId":"db25886347ec4a1c8e20dddf4a05fef5","powerState":"Running","fqdn":"cli-unittest-11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-11","name":"cli-unittest-11","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T11:16:26.493654Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T11:16:26.493654Z"}}' + string: '{"properties":{"provisioningState":"Creating","zoneRedundant":false,"version":3,"serviceId":"d8a86c804e8e4091bf857400321ab5eb","powerState":"Running","fqdn":"cli-unittest-11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-11","name":"cli-unittest-11","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T09:43:43.5909392Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:43:43.5909392Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview cache-control: - no-cache content-length: - - '696' + - '698' content-type: - application/json date: - - Thu, 30 Mar 2023 11:16:27 GMT + - Thu, 18 May 2023 09:43:44 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/b0b58a92-78ca-4430-8561-44ea71ee214d/Spring/cli-unittest-11?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/b0b58a92-78ca-4430-8561-44ea71ee214d/Spring/cli-unittest-11?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -100,7 +104,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '1199' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 201 message: Created @@ -118,12 +122,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -132,7 +136,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:16:57 GMT + - Thu, 18 May 2023 09:44:14 GMT expires: - '-1' pragma: @@ -141,10 +145,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -162,12 +170,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -176,7 +184,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:17:09 GMT + - Thu, 18 May 2023 09:44:25 GMT expires: - '-1' pragma: @@ -185,10 +193,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -206,12 +218,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -220,7 +232,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:17:20 GMT + - Thu, 18 May 2023 09:44:36 GMT expires: - '-1' pragma: @@ -229,10 +241,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -250,12 +266,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -264,7 +280,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:17:30 GMT + - Thu, 18 May 2023 09:44:46 GMT expires: - '-1' pragma: @@ -273,10 +289,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -294,12 +314,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -308,7 +328,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:17:41 GMT + - Thu, 18 May 2023 09:44:57 GMT expires: - '-1' pragma: @@ -317,10 +337,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -338,12 +362,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -352,7 +376,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:17:51 GMT + - Thu, 18 May 2023 09:45:07 GMT expires: - '-1' pragma: @@ -361,10 +385,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -382,12 +410,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -396,7 +424,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:18:02 GMT + - Thu, 18 May 2023 09:45:19 GMT expires: - '-1' pragma: @@ -405,10 +433,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -426,12 +458,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -440,7 +472,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:18:13 GMT + - Thu, 18 May 2023 09:45:29 GMT expires: - '-1' pragma: @@ -449,10 +481,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -470,12 +506,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -484,7 +520,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:18:23 GMT + - Thu, 18 May 2023 09:45:39 GMT expires: - '-1' pragma: @@ -493,10 +529,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -514,12 +554,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -528,7 +568,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:18:34 GMT + - Thu, 18 May 2023 09:45:49 GMT expires: - '-1' pragma: @@ -537,10 +577,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -558,12 +602,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -572,7 +616,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:18:45 GMT + - Thu, 18 May 2023 09:46:01 GMT expires: - '-1' pragma: @@ -581,10 +625,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -602,12 +650,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -616,7 +664,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:18:56 GMT + - Thu, 18 May 2023 09:46:12 GMT expires: - '-1' pragma: @@ -625,10 +673,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -646,12 +698,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -660,7 +712,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:19:07 GMT + - Thu, 18 May 2023 09:46:23 GMT expires: - '-1' pragma: @@ -669,10 +721,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -690,12 +746,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -704,7 +760,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:19:18 GMT + - Thu, 18 May 2023 09:46:34 GMT expires: - '-1' pragma: @@ -713,10 +769,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -734,12 +794,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -748,7 +808,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:19:29 GMT + - Thu, 18 May 2023 09:46:44 GMT expires: - '-1' pragma: @@ -757,10 +817,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -778,12 +842,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -792,7 +856,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:19:40 GMT + - Thu, 18 May 2023 09:46:55 GMT expires: - '-1' pragma: @@ -801,10 +865,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -822,12 +890,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -836,7 +904,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:19:50 GMT + - Thu, 18 May 2023 09:47:05 GMT expires: - '-1' pragma: @@ -845,10 +913,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -866,12 +938,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -880,7 +952,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:20:01 GMT + - Thu, 18 May 2023 09:47:16 GMT expires: - '-1' pragma: @@ -889,10 +961,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -910,12 +986,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -924,7 +1000,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:20:12 GMT + - Thu, 18 May 2023 09:47:26 GMT expires: - '-1' pragma: @@ -933,10 +1009,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -954,12 +1034,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -968,7 +1048,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:20:23 GMT + - Thu, 18 May 2023 09:47:36 GMT expires: - '-1' pragma: @@ -977,10 +1057,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -998,12 +1082,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -1012,7 +1096,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:20:34 GMT + - Thu, 18 May 2023 09:47:48 GMT expires: - '-1' pragma: @@ -1021,10 +1105,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1042,12 +1130,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -1056,7 +1144,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:20:45 GMT + - Thu, 18 May 2023 09:47:58 GMT expires: - '-1' pragma: @@ -1065,10 +1153,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1086,12 +1178,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -1100,7 +1192,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:20:55 GMT + - Thu, 18 May 2023 09:48:09 GMT expires: - '-1' pragma: @@ -1109,10 +1201,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1130,12 +1226,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -1144,7 +1240,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:21:06 GMT + - Thu, 18 May 2023 09:48:19 GMT expires: - '-1' pragma: @@ -1153,10 +1249,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1174,12 +1274,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -1188,7 +1288,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:21:17 GMT + - Thu, 18 May 2023 09:48:30 GMT expires: - '-1' pragma: @@ -1197,10 +1297,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1218,12 +1322,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -1232,7 +1336,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:21:27 GMT + - Thu, 18 May 2023 09:48:42 GMT expires: - '-1' pragma: @@ -1241,10 +1345,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1262,12 +1370,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -1276,7 +1384,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:21:39 GMT + - Thu, 18 May 2023 09:48:52 GMT expires: - '-1' pragma: @@ -1285,10 +1393,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1306,12 +1418,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -1320,7 +1432,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:21:49 GMT + - Thu, 18 May 2023 09:49:02 GMT expires: - '-1' pragma: @@ -1329,10 +1441,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1350,12 +1466,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -1364,7 +1480,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:22:00 GMT + - Thu, 18 May 2023 09:49:13 GMT expires: - '-1' pragma: @@ -1373,10 +1489,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1394,12 +1514,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -1408,7 +1528,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:22:12 GMT + - Thu, 18 May 2023 09:49:23 GMT expires: - '-1' pragma: @@ -1417,10 +1537,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1438,12 +1562,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -1452,7 +1576,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:22:22 GMT + - Thu, 18 May 2023 09:49:34 GMT expires: - '-1' pragma: @@ -1461,10 +1585,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1482,12 +1610,12 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Running","startTime":"2023-05-18T09:43:44.0469424Z"}' headers: cache-control: - no-cache @@ -1496,7 +1624,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:22:33 GMT + - Thu, 18 May 2023 09:49:45 GMT expires: - '-1' pragma: @@ -1505,10 +1633,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1526,21 +1658,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/6eb7084d-949b-4a74-a41a-8caade218d56","name":"6eb7084d-949b-4a74-a41a-8caade218d56","status":"Succeeded","startTime":"2023-05-18T09:43:44.0469424Z","endTime":"2023-05-18T09:49:55.934986Z"}' headers: cache-control: - no-cache content-length: - - '317' + - '359' content-type: - application/json date: - - Thu, 30 Mar 2023 11:22:43 GMT + - Thu, 18 May 2023 09:49:56 GMT expires: - '-1' pragma: @@ -1549,10 +1681,14 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -1570,21 +1706,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"d8a86c804e8e4091bf857400321ab5eb","networkProfile":{"outboundIPs":{"publicIPs":["20.85.78.142"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-11","name":"cli-unittest-11","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T09:43:43.5909392Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:43:43.5909392Z"}}' headers: cache-control: - no-cache content-length: - - '317' + - '793' content-type: - application/json date: - - Thu, 30 Mar 2023 11:22:54 GMT + - Thu, 18 May 2023 09:49:56 GMT expires: - '-1' pragma: @@ -1593,6 +1729,10 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: @@ -1616,7 +1756,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' @@ -1660,7 +1800,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' @@ -1704,7 +1844,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' @@ -1748,7 +1888,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' @@ -1792,7 +1932,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' @@ -1836,7 +1976,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' @@ -1880,7 +2020,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' @@ -1924,7 +2064,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' @@ -1968,7 +2108,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' @@ -2012,7 +2152,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' @@ -2056,7 +2196,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' @@ -2100,7 +2240,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' @@ -2144,7 +2284,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' @@ -2188,7 +2328,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' @@ -2232,7 +2372,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' @@ -2276,7 +2416,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Running","startTime":"2023-03-30T11:16:27.1620239Z"}' @@ -2320,7 +2460,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/b0b58a92-78ca-4430-8561-44ea71ee214d","name":"b0b58a92-78ca-4430-8561-44ea71ee214d","status":"Succeeded","startTime":"2023-03-30T11:16:27.1620239Z","endTime":"2023-03-30T11:25:56.0245324Z"}' @@ -2364,7 +2504,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-11?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-11?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"db25886347ec4a1c8e20dddf4a05fef5","networkProfile":{"outboundIPs":{"publicIPs":["20.62.55.27"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-11","name":"cli-unittest-11","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T11:16:26.493654Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T11:16:26.493654Z"}}' @@ -2390,7 +2530,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2413,7 +2553,7 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.3 + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.Insights/components/cli-unittest-11?api-version=2015-05-01 @@ -2422,7 +2562,7 @@ interactions: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/microsoft.insights/components/cli-unittest-11\",\r\n \ \"name\": \"cli-unittest-11\",\r\n \"type\": \"microsoft.insights/components\",\r\n \ \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n - \ \"etag\": \"\\\"4f00cd56-0000-0200-0000-642571cb0000\\\"\",\r\n \"properties\": + \ \"etag\": \"\\\"090073d5-0000-0200-0000-6465f4c90000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"cli-unittest-11\",\r\n \"AppId\": \"86d0e205-f1e0-4be2-aad6-49330d4e2e78\",\r\n \ \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": null,\r\n \"InstrumentationKey\": \"7342d7f8-89d3-4f93-a3cb-b386b41c86c9\",\r\n @@ -2443,13 +2583,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Mar 2023 11:26:06 GMT + - Thu, 18 May 2023 09:50:03 GMT expires: - '-1' pragma: - no-cache request-context: - - appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed + - appId=cid-v1:60b64f55-e716-48c8-8b96-83eb9c6a7a9b server: - Microsoft-IIS/10.0 strict-transport-security: @@ -2461,7 +2601,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' x-powered-by: - ASP.NET status: @@ -2486,27 +2626,27 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-11/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-11/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=7342d7f8-89d3-4f93-a3cb-b386b41c86c9;IngestionEndpoint=https://eastus2-0.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus2.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-11/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=7342d7f8-89d3-4f93-a3cb-b386b41c86c9;IngestionEndpoint=https://eastus2-0.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus2.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-11/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/3ad5dc4b-613a-4a59-81a2-7ffe7c11ee59?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/3ad5dc4b-613a-4a59-81a2-7ffe7c11ee59?api-version=2023-05-01-preview cache-control: - no-cache content-length: - - '600' + - '601' content-type: - application/json date: - - Thu, 30 Mar 2023 11:26:08 GMT + - Thu, 18 May 2023 09:50:06 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/3ad5dc4b-613a-4a59-81a2-7ffe7c11ee59/Spring/cli-unittest-11?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/3ad5dc4b-613a-4a59-81a2-7ffe7c11ee59/Spring/cli-unittest-11?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -2518,7 +2658,7 @@ interactions: x-ms-ratelimit-remaining-subscription-writes: - '1199' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 202 message: Accepted @@ -2536,21 +2676,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-11?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-11?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"db25886347ec4a1c8e20dddf4a05fef5","networkProfile":{"outboundIPs":{"publicIPs":["20.62.55.27"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-11","name":"cli-unittest-11","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T11:16:26.493654Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T11:26:07.3547925Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"d8a86c804e8e4091bf857400321ab5eb","networkProfile":{"outboundIPs":{"publicIPs":["20.85.78.142"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-11","name":"cli-unittest-11","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T09:43:43.5909392Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:50:05.2063914Z"}}' headers: cache-control: - no-cache content-length: - - '791' + - '793' content-type: - application/json date: - - Thu, 30 Mar 2023 11:26:11 GMT + - Thu, 18 May 2023 09:50:09 GMT expires: - '-1' pragma: @@ -2568,7 +2708,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2586,21 +2726,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-11?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-11?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"db25886347ec4a1c8e20dddf4a05fef5","networkProfile":{"outboundIPs":{"publicIPs":["20.62.55.27"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-11","name":"cli-unittest-11","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T11:16:26.493654Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T11:26:07.3547925Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"d8a86c804e8e4091bf857400321ab5eb","networkProfile":{"outboundIPs":{"publicIPs":["20.85.78.142"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-11","name":"cli-unittest-11","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T09:43:43.5909392Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:50:05.2063914Z"}}' headers: cache-control: - no-cache content-length: - - '791' + - '793' content-type: - application/json date: - - Thu, 30 Mar 2023 11:26:12 GMT + - Thu, 18 May 2023 09:50:12 GMT expires: - '-1' pragma: @@ -2618,7 +2758,7 @@ interactions: x-ms-ratelimit-remaining-subscription-resource-requests: - '11999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2636,12 +2776,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-11/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-11/monitoringSettings/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=7342d7f8-89d3-4f93-a3cb-b386b41c86c9;IngestionEndpoint=https://eastus2-0.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus2.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.9"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-11/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=7342d7f8-89d3-4f93-a3cb-b386b41c86c9;IngestionEndpoint=https://eastus2-0.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus2.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache @@ -2650,7 +2790,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Mar 2023 11:26:15 GMT + - Thu, 18 May 2023 09:50:13 GMT expires: - '-1' pragma: @@ -2666,7 +2806,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 200 message: OK @@ -2686,25 +2826,25 @@ interactions: ParameterSetName: - -n -g --no-wait User-Agent: - - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-11?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-11?api-version=2023-05-01-preview response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/12ca061e-34fa-4f1d-999e-0a21c452486d?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-11/operationId/12ca061e-34fa-4f1d-999e-0a21c452486d?api-version=2023-05-01-preview cache-control: - no-cache content-length: - '0' date: - - Thu, 30 Mar 2023 11:26:18 GMT + - Thu, 18 May 2023 09:50:17 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/12ca061e-34fa-4f1d-999e-0a21c452486d/Spring/cli-unittest-11?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/12ca061e-34fa-4f1d-999e-0a21c452486d/Spring/cli-unittest-11?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -2716,7 +2856,7 @@ interactions: x-ms-ratelimit-remaining-subscription-deletes: - '14999' x-rp-server-mvid: - - 2d8cffe0-ed19-4f32-b630-c96199e681e1 + - f186244f-1bfd-4f46-85f1-15df565c4b85 status: code: 202 message: Accepted diff --git a/src/spring/azext_spring/tests/latest/recordings/test_create_asc_without_ai_cases.yaml b/src/spring/azext_spring/tests/latest/recordings/test_create_asc_without_ai_cases.yaml index 360bf97df0f..7cd1231be45 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_create_asc_without_ai_cases.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_create_asc_without_ai_cases.yaml @@ -19,7 +19,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.AppPlatform/locations/eastus2/checkNameAvailability?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.AppPlatform/locations/eastus2/checkNameAvailability?api-version=2023-05-01-preview response: body: string: '{"nameAvailable":true}' @@ -74,13 +74,13 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-9-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-9-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Creating","zoneRedundant":false,"version":3,"serviceId":"3b8cb45a5e624383be671c5bfe2bccb3","powerState":"Running","fqdn":"cli-unittest-9-1.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-9-1","name":"cli-unittest-9-1","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T04:58:50.6853133Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T04:58:50.6853133Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -92,7 +92,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0/Spring/cli-unittest-9-1?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0/Spring/cli-unittest-9-1?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -124,7 +124,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","name":"8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","status":"Running","startTime":"2022-09-07T04:58:51.431995Z"}' @@ -172,7 +172,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","name":"8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","status":"Running","startTime":"2022-09-07T04:58:51.431995Z"}' @@ -220,7 +220,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","name":"8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","status":"Running","startTime":"2022-09-07T04:58:51.431995Z"}' @@ -268,7 +268,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","name":"8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","status":"Running","startTime":"2022-09-07T04:58:51.431995Z"}' @@ -316,7 +316,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","name":"8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","status":"Running","startTime":"2022-09-07T04:58:51.431995Z"}' @@ -364,7 +364,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","name":"8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","status":"Running","startTime":"2022-09-07T04:58:51.431995Z"}' @@ -412,7 +412,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","name":"8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","status":"Running","startTime":"2022-09-07T04:58:51.431995Z"}' @@ -460,7 +460,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","name":"8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","status":"Running","startTime":"2022-09-07T04:58:51.431995Z"}' @@ -508,7 +508,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","name":"8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","status":"Running","startTime":"2022-09-07T04:58:51.431995Z"}' @@ -556,7 +556,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","name":"8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","status":"Running","startTime":"2022-09-07T04:58:51.431995Z"}' @@ -604,7 +604,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","name":"8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","status":"Running","startTime":"2022-09-07T04:58:51.431995Z"}' @@ -652,7 +652,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","name":"8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","status":"Running","startTime":"2022-09-07T04:58:51.431995Z"}' @@ -700,7 +700,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","name":"8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","status":"Running","startTime":"2022-09-07T04:58:51.431995Z"}' @@ -748,7 +748,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","name":"8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","status":"Running","startTime":"2022-09-07T04:58:51.431995Z"}' @@ -796,7 +796,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","name":"8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","status":"Running","startTime":"2022-09-07T04:58:51.431995Z"}' @@ -844,7 +844,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","name":"8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","status":"Running","startTime":"2022-09-07T04:58:51.431995Z"}' @@ -892,7 +892,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","name":"8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","status":"Running","startTime":"2022-09-07T04:58:51.431995Z"}' @@ -940,7 +940,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","name":"8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","status":"Running","startTime":"2022-09-07T04:58:51.431995Z"}' @@ -988,7 +988,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","name":"8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","status":"Running","startTime":"2022-09-07T04:58:51.431995Z"}' @@ -1036,7 +1036,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","name":"8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","status":"Running","startTime":"2022-09-07T04:58:51.431995Z"}' @@ -1084,7 +1084,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","name":"8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","status":"Running","startTime":"2022-09-07T04:58:51.431995Z"}' @@ -1132,7 +1132,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","name":"8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","status":"Running","startTime":"2022-09-07T04:58:51.431995Z"}' @@ -1180,7 +1180,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","name":"8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","status":"Running","startTime":"2022-09-07T04:58:51.431995Z"}' @@ -1228,7 +1228,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","name":"8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","status":"Running","startTime":"2022-09-07T04:58:51.431995Z"}' @@ -1276,7 +1276,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","name":"8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","status":"Running","startTime":"2022-09-07T04:58:51.431995Z"}' @@ -1324,7 +1324,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","name":"8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","status":"Running","startTime":"2022-09-07T04:58:51.431995Z"}' @@ -1372,7 +1372,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","name":"8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","status":"Running","startTime":"2022-09-07T04:58:51.431995Z"}' @@ -1420,7 +1420,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/0753feba-86f1-4242-aff1-27938fb04531/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","name":"8f80a56a-1d39-44e4-ba2c-0fb093cfe1b0","status":"Succeeded","startTime":"2022-09-07T04:58:51.431995Z","endTime":"2022-09-07T05:04:07.652934Z"}' @@ -1468,7 +1468,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-9-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-9-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"3b8cb45a5e624383be671c5bfe2bccb3","networkProfile":{"outboundIPs":{"publicIPs":["20.22.37.207"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-9-1.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-9-1","name":"cli-unittest-9-1","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T04:58:50.6853133Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T04:58:50.6853133Z"}}' @@ -1518,7 +1518,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-9-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-9-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"3b8cb45a5e624383be671c5bfe2bccb3","networkProfile":{"outboundIPs":{"publicIPs":["20.22.37.207"]}},"powerState":"Running","fqdn":"cli-unittest-9-1.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-9-1","name":"cli-unittest-9-1","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T04:58:50.6853133Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T04:58:50.6853133Z"}}' @@ -1568,7 +1568,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-9-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-9-1?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"3b8cb45a5e624383be671c5bfe2bccb3","networkProfile":{"outboundIPs":{"publicIPs":["20.22.37.207"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-9-1.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-9-1","name":"cli-unittest-9-1","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T04:58:50.6853133Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T04:58:50.6853133Z"}}' @@ -1618,7 +1618,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-9-1/monitoringSettings/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-9-1/monitoringSettings/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-9-1/monitoringSettings/default","name":"default"}' @@ -1668,13 +1668,13 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-9-1?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-9-1?api-version=2023-05-01-preview response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/3674feda-29cc-4022-8e36-848cd43d34cc?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-9-1/operationId/3674feda-29cc-4022-8e36-848cd43d34cc?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1684,7 +1684,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/3674feda-29cc-4022-8e36-848cd43d34cc/Spring/cli-unittest-9-1?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/3674feda-29cc-4022-8e36-848cd43d34cc/Spring/cli-unittest-9-1?api-version=2023-05-01-preview pragma: - no-cache request-context: diff --git a/src/spring/azext_spring/tests/latest/recordings/test_customized_accelerator.yaml b/src/spring/azext_spring/tests/latest/recordings/test_customized_accelerator.yaml index 717556d2ae0..7d49286eda9 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_customized_accelerator.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_customized_accelerator.yaml @@ -20,13 +20,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/customizedAccelerators/acc-name?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/customizedAccelerators/acc-name?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Creating","displayName":"acc-name","gitRepository":{"url":"https://github.com/Azure-Samples/piggymetrics-config","intervalInSeconds":10,"branch":"master","authSetting":{"authType":"Public"}}},"type":"Microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/customizedAccelerators/acc-name","name":"acc-name","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-24T06:01:15.3720124Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-24T06:01:15.3720124Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/88b06971-eee4-4a91-a0f7-945fe3088baa?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/88b06971-eee4-4a91-a0f7-945fe3088baa?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -38,7 +38,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationResults/88b06971-eee4-4a91-a0f7-945fe3088baa/Spring/clitest000002?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationResults/88b06971-eee4-4a91-a0f7-945fe3088baa/Spring/clitest000002?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -70,7 +70,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/88b06971-eee4-4a91-a0f7-945fe3088baa?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/88b06971-eee4-4a91-a0f7-945fe3088baa?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/88b06971-eee4-4a91-a0f7-945fe3088baa","name":"88b06971-eee4-4a91-a0f7-945fe3088baa","status":"Running","startTime":"2023-03-24T06:01:16.3548364Z"}' @@ -118,7 +118,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/88b06971-eee4-4a91-a0f7-945fe3088baa?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/88b06971-eee4-4a91-a0f7-945fe3088baa?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/88b06971-eee4-4a91-a0f7-945fe3088baa","name":"88b06971-eee4-4a91-a0f7-945fe3088baa","status":"Running","startTime":"2023-03-24T06:01:16.3548364Z"}' @@ -166,7 +166,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/88b06971-eee4-4a91-a0f7-945fe3088baa?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/88b06971-eee4-4a91-a0f7-945fe3088baa?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/88b06971-eee4-4a91-a0f7-945fe3088baa","name":"88b06971-eee4-4a91-a0f7-945fe3088baa","status":"Succeeded","startTime":"2023-03-24T06:01:16.3548364Z","endTime":"2023-03-24T06:01:32.8492943Z"}' @@ -214,7 +214,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/customizedAccelerators/acc-name?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/customizedAccelerators/acc-name?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","displayName":"acc-name","gitRepository":{"url":"https://github.com/Azure-Samples/piggymetrics-config","intervalInSeconds":10,"branch":"master","authSetting":{"authType":"Public"}}},"type":"Microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/customizedAccelerators/acc-name","name":"acc-name","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-24T06:01:15.3720124Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-24T06:01:15.3720124Z"}}' @@ -268,13 +268,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/customizedAccelerators/acc-name?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/customizedAccelerators/acc-name?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Updating","displayName":"acc-name","description":"desc","gitRepository":{"url":"https://github.com/Azure-Samples/piggymetrics-config","branch":"master","authSetting":{"authType":"Public"}}},"type":"Microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/customizedAccelerators/acc-name","name":"acc-name","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-24T06:01:15.3720124Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-24T06:01:39.7977954Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/e0dabe78-fd08-4eee-8713-a6c049c4037e?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/e0dabe78-fd08-4eee-8713-a6c049c4037e?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -286,7 +286,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationResults/e0dabe78-fd08-4eee-8713-a6c049c4037e/Spring/clitest000002?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationResults/e0dabe78-fd08-4eee-8713-a6c049c4037e/Spring/clitest000002?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -318,7 +318,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/e0dabe78-fd08-4eee-8713-a6c049c4037e?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/e0dabe78-fd08-4eee-8713-a6c049c4037e?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/e0dabe78-fd08-4eee-8713-a6c049c4037e","name":"e0dabe78-fd08-4eee-8713-a6c049c4037e","status":"Running","startTime":"2023-03-24T06:01:42.4157328Z"}' @@ -366,7 +366,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/e0dabe78-fd08-4eee-8713-a6c049c4037e?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/e0dabe78-fd08-4eee-8713-a6c049c4037e?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/e0dabe78-fd08-4eee-8713-a6c049c4037e","name":"e0dabe78-fd08-4eee-8713-a6c049c4037e","status":"Succeeded","startTime":"2023-03-24T06:01:42.4157328Z","endTime":"2023-03-24T06:01:48.6879058Z"}' @@ -414,7 +414,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/customizedAccelerators/acc-name?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/customizedAccelerators/acc-name?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","displayName":"acc-name","description":"desc","gitRepository":{"url":"https://github.com/Azure-Samples/piggymetrics-config","branch":"master","authSetting":{"authType":"Public"}}},"type":"Microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/customizedAccelerators/acc-name","name":"acc-name","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-24T06:01:15.3720124Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-24T06:01:39.7977954Z"}}' @@ -462,7 +462,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"da917f7f53cd43678329f6da8b91a661","networkProfile":{"outboundIPs":{"publicIPs":["20.250.56.238","20.250.57.103"]},"ingressConfig":{"readTimeoutInSeconds":300},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"switzerlandnorth","tags":{"__asc_mt_enable_big_app":"true"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"3462cf92-dc17-43c5-8c7e-e50c11a1c181","createdByType":"Application","createdAt":"2023-03-24T02:22:49.7533513Z","lastModifiedBy":"3462cf92-dc17-43c5-8c7e-e50c11a1c181","lastModifiedByType":"Application","lastModifiedAt":"2023-03-24T02:22:49.7533513Z"}}' @@ -512,7 +512,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/customizedAccelerators?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/customizedAccelerators?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"provisioningState":"Succeeded","displayName":"acc-name","description":"desc","gitRepository":{"url":"https://github.com/Azure-Samples/piggymetrics-config","branch":"master","authSetting":{"authType":"Public"}}},"type":"Microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/customizedAccelerators/","name":"acc-name","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-24T06:01:15.3720124Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-24T06:01:39.7977954Z"}}]}' @@ -560,7 +560,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"da917f7f53cd43678329f6da8b91a661","networkProfile":{"outboundIPs":{"publicIPs":["20.250.56.238","20.250.57.103"]},"ingressConfig":{"readTimeoutInSeconds":300},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"switzerlandnorth","tags":{"__asc_mt_enable_big_app":"true"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"3462cf92-dc17-43c5-8c7e-e50c11a1c181","createdByType":"Application","createdAt":"2023-03-24T02:22:49.7533513Z","lastModifiedBy":"3462cf92-dc17-43c5-8c7e-e50c11a1c181","lastModifiedByType":"Application","lastModifiedAt":"2023-03-24T02:22:49.7533513Z"}}' @@ -610,7 +610,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/customizedAccelerators/acc-name?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/customizedAccelerators/acc-name?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","displayName":"acc-name","description":"desc","gitRepository":{"url":"https://github.com/Azure-Samples/piggymetrics-config","branch":"master","authSetting":{"authType":"Public"}}},"type":"Microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/customizedAccelerators/acc-name","name":"acc-name","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-24T06:01:15.3720124Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-24T06:01:39.7977954Z"}}' @@ -658,7 +658,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"da917f7f53cd43678329f6da8b91a661","networkProfile":{"outboundIPs":{"publicIPs":["20.250.56.238","20.250.57.103"]},"ingressConfig":{"readTimeoutInSeconds":300},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"switzerlandnorth","tags":{"__asc_mt_enable_big_app":"true"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"3462cf92-dc17-43c5-8c7e-e50c11a1c181","createdByType":"Application","createdAt":"2023-03-24T02:22:49.7533513Z","lastModifiedBy":"3462cf92-dc17-43c5-8c7e-e50c11a1c181","lastModifiedByType":"Application","lastModifiedAt":"2023-03-24T02:22:49.7533513Z"}}' @@ -710,13 +710,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/customizedAccelerators/acc-name?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/customizedAccelerators/acc-name?api-version=2023-05-01-preview response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/28a47412-38f6-40e6-9e35-723ad03295e7?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/28a47412-38f6-40e6-9e35-723ad03295e7?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -726,7 +726,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationResults/28a47412-38f6-40e6-9e35-723ad03295e7/Spring/clitest000002?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationResults/28a47412-38f6-40e6-9e35-723ad03295e7/Spring/clitest000002?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -758,7 +758,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/28a47412-38f6-40e6-9e35-723ad03295e7?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/28a47412-38f6-40e6-9e35-723ad03295e7?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/28a47412-38f6-40e6-9e35-723ad03295e7","name":"28a47412-38f6-40e6-9e35-723ad03295e7","status":"Running","startTime":"2023-03-24T06:02:11.6852936Z"}' @@ -806,7 +806,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/28a47412-38f6-40e6-9e35-723ad03295e7?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/28a47412-38f6-40e6-9e35-723ad03295e7?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/28a47412-38f6-40e6-9e35-723ad03295e7","name":"28a47412-38f6-40e6-9e35-723ad03295e7","status":"Succeeded","startTime":"2023-03-24T06:02:11.6852936Z","endTime":"2023-03-24T06:02:17.7685448Z"}' @@ -854,7 +854,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"da917f7f53cd43678329f6da8b91a661","networkProfile":{"outboundIPs":{"publicIPs":["20.250.56.238","20.250.57.103"]},"ingressConfig":{"readTimeoutInSeconds":300},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"switzerlandnorth","tags":{"__asc_mt_enable_big_app":"true"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"3462cf92-dc17-43c5-8c7e-e50c11a1c181","createdByType":"Application","createdAt":"2023-03-24T02:22:49.7533513Z","lastModifiedBy":"3462cf92-dc17-43c5-8c7e-e50c11a1c181","lastModifiedByType":"Application","lastModifiedAt":"2023-03-24T02:22:49.7533513Z"}}' @@ -904,7 +904,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/customizedAccelerators?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/customizedAccelerators?api-version=2023-05-01-preview response: body: string: '{"value":[]}' diff --git a/src/spring/azext_spring/tests/latest/recordings/test_deploy_app.yaml b/src/spring/azext_spring/tests/latest/recordings/test_deploy_app.yaml index 269071c1928..e6821b4943b 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_deploy_app.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_deploy_app.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"639363b73501480c84049d14c9483b8a","networkProfile":{"outboundIPs":{"publicIPs":["20.90.205.212","20.90.206.172"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"uksouth","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:10:11.9924375Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:10:11.9924375Z"}}' @@ -65,7 +65,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"NotFound","message":"App was not found","target":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","details":null}}' @@ -111,7 +111,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"639363b73501480c84049d14c9483b8a","networkProfile":{"outboundIPs":{"publicIPs":["20.90.205.212","20.90.206.172"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"uksouth","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:10:11.9924375Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:10:11.9924375Z"}}' @@ -166,13 +166,13 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Creating","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:16:10.7350268Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:16:10.7350268Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/3cd491cc-d42f-4e88-b6f1-2c7ccfada515?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/3cd491cc-d42f-4e88-b6f1-2c7ccfada515?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -184,7 +184,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/3cd491cc-d42f-4e88-b6f1-2c7ccfada515/Spring/clitest000003?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/3cd491cc-d42f-4e88-b6f1-2c7ccfada515/Spring/clitest000003?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -216,7 +216,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/3cd491cc-d42f-4e88-b6f1-2c7ccfada515?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/3cd491cc-d42f-4e88-b6f1-2c7ccfada515?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/3cd491cc-d42f-4e88-b6f1-2c7ccfada515","name":"3cd491cc-d42f-4e88-b6f1-2c7ccfada515","status":"Running","startTime":"2023-04-04T06:16:11.1375182Z"}' @@ -264,7 +264,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/3cd491cc-d42f-4e88-b6f1-2c7ccfada515?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/3cd491cc-d42f-4e88-b6f1-2c7ccfada515?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/3cd491cc-d42f-4e88-b6f1-2c7ccfada515","name":"3cd491cc-d42f-4e88-b6f1-2c7ccfada515","status":"Succeeded","startTime":"2023-04-04T06:16:11.1375182Z","endTime":"2023-04-04T06:16:17.5789699Z"}' @@ -312,7 +312,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:16:10.7350268Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:16:10.7350268Z"}}' @@ -370,13 +370,13 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90},"provisioningState":"Creating","status":"Running","active":true,"instances":null,"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:16:26.423144Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:16:26.423144Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/267998d7-a004-4b91-9a57-40e15f7d02b8?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/267998d7-a004-4b91-9a57-40e15f7d02b8?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -388,7 +388,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/267998d7-a004-4b91-9a57-40e15f7d02b8/Spring/default?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/267998d7-a004-4b91-9a57-40e15f7d02b8/Spring/default?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -425,13 +425,13 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:16:10.7350268Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:16:28.1419605Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/ffa37fed-f622-4fa2-83f3-961ef4d1f6b7?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/ffa37fed-f622-4fa2-83f3-961ef4d1f6b7?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -443,7 +443,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/ffa37fed-f622-4fa2-83f3-961ef4d1f6b7/Spring/clitest000003?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/ffa37fed-f622-4fa2-83f3-961ef4d1f6b7/Spring/clitest000003?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -475,7 +475,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/ffa37fed-f622-4fa2-83f3-961ef4d1f6b7?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/ffa37fed-f622-4fa2-83f3-961ef4d1f6b7?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/ffa37fed-f622-4fa2-83f3-961ef4d1f6b7","name":"ffa37fed-f622-4fa2-83f3-961ef4d1f6b7","status":"Running","startTime":"2023-04-04T06:16:28.5455787Z"}' @@ -523,7 +523,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/ffa37fed-f622-4fa2-83f3-961ef4d1f6b7?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/ffa37fed-f622-4fa2-83f3-961ef4d1f6b7?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/ffa37fed-f622-4fa2-83f3-961ef4d1f6b7","name":"ffa37fed-f622-4fa2-83f3-961ef4d1f6b7","status":"Succeeded","startTime":"2023-04-04T06:16:28.5455787Z","endTime":"2023-04-04T06:16:34.8243844Z"}' @@ -571,7 +571,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:16:10.7350268Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:16:28.1419605Z"}}' @@ -621,7 +621,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/267998d7-a004-4b91-9a57-40e15f7d02b8?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/267998d7-a004-4b91-9a57-40e15f7d02b8?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/267998d7-a004-4b91-9a57-40e15f7d02b8","name":"267998d7-a004-4b91-9a57-40e15f7d02b8","status":"Running","startTime":"2023-04-04T06:16:27.8824522Z"}' @@ -669,7 +669,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/267998d7-a004-4b91-9a57-40e15f7d02b8?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/267998d7-a004-4b91-9a57-40e15f7d02b8?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/267998d7-a004-4b91-9a57-40e15f7d02b8","name":"267998d7-a004-4b91-9a57-40e15f7d02b8","status":"Running","startTime":"2023-04-04T06:16:27.8824522Z"}' @@ -717,7 +717,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/267998d7-a004-4b91-9a57-40e15f7d02b8?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/267998d7-a004-4b91-9a57-40e15f7d02b8?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/267998d7-a004-4b91-9a57-40e15f7d02b8","name":"267998d7-a004-4b91-9a57-40e15f7d02b8","status":"Running","startTime":"2023-04-04T06:16:27.8824522Z"}' @@ -765,7 +765,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/267998d7-a004-4b91-9a57-40e15f7d02b8?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/267998d7-a004-4b91-9a57-40e15f7d02b8?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/267998d7-a004-4b91-9a57-40e15f7d02b8","name":"267998d7-a004-4b91-9a57-40e15f7d02b8","status":"Succeeded","startTime":"2023-04-04T06:16:27.8824522Z","endTime":"2023-04-04T06:17:10.463662Z"}' @@ -813,7 +813,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-84fb6858f9-psjv6","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-04T06:16:44Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:16:26.423144Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:16:26.423144Z"}}' @@ -863,7 +863,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:16:10.7350268Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:16:28.1419605Z"}}' @@ -913,7 +913,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-84fb6858f9-psjv6","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-04T06:16:44Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:16:26.423144Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:16:26.423144Z"}}]}' @@ -963,7 +963,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-84fb6858f9-psjv6","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-04T06:16:44Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:16:26.423144Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:16:26.423144Z"}}]}' @@ -1013,11 +1013,11 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"BadRequest","message":"Feature BuildService is not - supported in Sku S0 for API version 2023-03-01-preview.","target":null,"details":null}}' + supported in Sku S0 for API version 2023-05-01-preview.","target":null,"details":null}}' headers: cache-control: - no-cache @@ -1060,7 +1060,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/getResourceUploadUrl?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/getResourceUploadUrl?api-version=2023-05-01-preview response: body: string: '{"relativePath":"resources/96950f56e58006eec9f0fa070dbb40955e5523a658dc0e1cb1ddc8f22fb1e1be-2023040406-00d4c6f6-b0fc-4659-898b-cb61d3e9b65e","uploadUrl":"https://78ed8158f95f452bb2d0003d.file.core.windows.net/639363b73501480c84049d14c9483b8a/resources/96950f56e58006eec9f0fa070dbb40955e5523a658dc0e1cb1ddc8f22fb1e1be-2023040406-00d4c6f6-b0fc-4659-898b-cb61d3e9b65e?sv=2020-08-04&se=2023-04-04T08%3A17%3A31Z&sr=f&sp=w&sig=WSy%2FDvGpt4qKiHhG4A0Z7Hsv%2BMzwKrWwdPfyir2xGZo%3D"}' @@ -1199,13 +1199,13 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90},"provisioningState":"Updating","status":"Running","active":true,"instances":null,"source":{"type":"Jar","relativePath":"resources/96950f56e58006eec9f0fa070dbb40955e5523a658dc0e1cb1ddc8f22fb1e1be-2023040406-00d4c6f6-b0fc-4659-898b-cb61d3e9b65e","version":"v1","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:16:26.423144Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:17:33.45515Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1217,7 +1217,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/800df319-ed39-4425-8d8c-7068a9c30085/Spring/default?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/800df319-ed39-4425-8d8c-7068a9c30085/Spring/default?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1249,7 +1249,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-84fb6858f9-psjv6","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-04T06:16:44Z"}],"source":{"type":"Jar","relativePath":"resources/96950f56e58006eec9f0fa070dbb40955e5523a658dc0e1cb1ddc8f22fb1e1be-2023040406-00d4c6f6-b0fc-4659-898b-cb61d3e9b65e","version":"v1","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:16:26.423144Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:17:33.45515Z"}}' @@ -1299,7 +1299,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-84fb6858f9-psjv6","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-04T06:16:44Z"}],"source":{"type":"Jar","relativePath":"resources/96950f56e58006eec9f0fa070dbb40955e5523a658dc0e1cb1ddc8f22fb1e1be-2023040406-00d4c6f6-b0fc-4659-898b-cb61d3e9b65e","version":"v1","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:16:26.423144Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:17:33.45515Z"}}' @@ -1349,7 +1349,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085","name":"800df319-ed39-4425-8d8c-7068a9c30085","status":"Running","startTime":"2023-04-04T06:17:35.2784218Z"}' @@ -1397,7 +1397,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-84fb6858f9-psjv6","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-04T06:16:44Z"}],"source":{"type":"Jar","relativePath":"resources/96950f56e58006eec9f0fa070dbb40955e5523a658dc0e1cb1ddc8f22fb1e1be-2023040406-00d4c6f6-b0fc-4659-898b-cb61d3e9b65e","version":"v1","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:16:26.423144Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:17:33.45515Z"}}' @@ -1447,7 +1447,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[],"source":{"type":"Jar","relativePath":"resources/96950f56e58006eec9f0fa070dbb40955e5523a658dc0e1cb1ddc8f22fb1e1be-2023040406-00d4c6f6-b0fc-4659-898b-cb61d3e9b65e","version":"v1","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:16:26.423144Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:17:33.45515Z"}}' @@ -1497,7 +1497,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085","name":"800df319-ed39-4425-8d8c-7068a9c30085","status":"Running","startTime":"2023-04-04T06:17:35.2784218Z"}' @@ -1545,7 +1545,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[],"source":{"type":"Jar","relativePath":"resources/96950f56e58006eec9f0fa070dbb40955e5523a658dc0e1cb1ddc8f22fb1e1be-2023040406-00d4c6f6-b0fc-4659-898b-cb61d3e9b65e","version":"v1","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:16:26.423144Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:17:33.45515Z"}}' @@ -1595,7 +1595,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085","name":"800df319-ed39-4425-8d8c-7068a9c30085","status":"Running","startTime":"2023-04-04T06:17:35.2784218Z"}' @@ -1643,7 +1643,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[],"source":{"type":"Jar","relativePath":"resources/96950f56e58006eec9f0fa070dbb40955e5523a658dc0e1cb1ddc8f22fb1e1be-2023040406-00d4c6f6-b0fc-4659-898b-cb61d3e9b65e","version":"v1","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:16:26.423144Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:17:33.45515Z"}}' @@ -1693,7 +1693,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085","name":"800df319-ed39-4425-8d8c-7068a9c30085","status":"Running","startTime":"2023-04-04T06:17:35.2784218Z"}' @@ -1741,7 +1741,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[],"source":{"type":"Jar","relativePath":"resources/96950f56e58006eec9f0fa070dbb40955e5523a658dc0e1cb1ddc8f22fb1e1be-2023040406-00d4c6f6-b0fc-4659-898b-cb61d3e9b65e","version":"v1","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:16:26.423144Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:17:33.45515Z"}}' @@ -1791,7 +1791,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[],"source":{"type":"Jar","relativePath":"resources/96950f56e58006eec9f0fa070dbb40955e5523a658dc0e1cb1ddc8f22fb1e1be-2023040406-00d4c6f6-b0fc-4659-898b-cb61d3e9b65e","version":"v1","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:16:26.423144Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:17:33.45515Z"}}' @@ -1841,7 +1841,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085","name":"800df319-ed39-4425-8d8c-7068a9c30085","status":"Running","startTime":"2023-04-04T06:17:35.2784218Z"}' @@ -1889,7 +1889,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[],"source":{"type":"Jar","relativePath":"resources/96950f56e58006eec9f0fa070dbb40955e5523a658dc0e1cb1ddc8f22fb1e1be-2023040406-00d4c6f6-b0fc-4659-898b-cb61d3e9b65e","version":"v1","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:16:26.423144Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:17:33.45515Z"}}' @@ -1939,7 +1939,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085","name":"800df319-ed39-4425-8d8c-7068a9c30085","status":"Running","startTime":"2023-04-04T06:17:35.2784218Z"}' @@ -1987,7 +1987,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[],"source":{"type":"Jar","relativePath":"resources/96950f56e58006eec9f0fa070dbb40955e5523a658dc0e1cb1ddc8f22fb1e1be-2023040406-00d4c6f6-b0fc-4659-898b-cb61d3e9b65e","version":"v1","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:16:26.423144Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:17:33.45515Z"}}' @@ -2037,7 +2037,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[],"source":{"type":"Jar","relativePath":"resources/96950f56e58006eec9f0fa070dbb40955e5523a658dc0e1cb1ddc8f22fb1e1be-2023040406-00d4c6f6-b0fc-4659-898b-cb61d3e9b65e","version":"v1","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:16:26.423144Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:17:33.45515Z"}}' @@ -2087,7 +2087,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085","name":"800df319-ed39-4425-8d8c-7068a9c30085","status":"Running","startTime":"2023-04-04T06:17:35.2784218Z"}' @@ -2135,7 +2135,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-76cc89b5df-flvsr","status":"Starting","reason":"CrashLoopBackOff","discoveryStatus":"UNREGISTERED","startTime":"2023-04-04T06:18:35Z"}],"source":{"type":"Jar","relativePath":"resources/96950f56e58006eec9f0fa070dbb40955e5523a658dc0e1cb1ddc8f22fb1e1be-2023040406-00d4c6f6-b0fc-4659-898b-cb61d3e9b65e","version":"v1","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:16:26.423144Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:17:33.45515Z"}}' @@ -2185,7 +2185,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085","name":"800df319-ed39-4425-8d8c-7068a9c30085","status":"Running","startTime":"2023-04-04T06:17:35.2784218Z"}' @@ -2233,7 +2233,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-76cc89b5df-flvsr","status":"Starting","reason":"CrashLoopBackOff","discoveryStatus":"UNREGISTERED","startTime":"2023-04-04T06:18:35Z"}],"source":{"type":"Jar","relativePath":"resources/96950f56e58006eec9f0fa070dbb40955e5523a658dc0e1cb1ddc8f22fb1e1be-2023040406-00d4c6f6-b0fc-4659-898b-cb61d3e9b65e","version":"v1","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:16:26.423144Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:17:33.45515Z"}}' @@ -2283,7 +2283,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085","name":"800df319-ed39-4425-8d8c-7068a9c30085","status":"Running","startTime":"2023-04-04T06:17:35.2784218Z"}' @@ -2331,7 +2331,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-76cc89b5df-flvsr","status":"Failed","reason":"Exit @@ -2382,7 +2382,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Failed","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-76cc89b5df-flvsr","status":"Failed","reason":"Exit @@ -2433,7 +2433,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/800df319-ed39-4425-8d8c-7068a9c30085","name":"800df319-ed39-4425-8d8c-7068a9c30085","status":"Failed","startTime":"2023-04-04T06:17:35.2784218Z","endTime":"2023-04-04T06:19:14.4963277Z","error":{"code":"BadRequest","message":"112404: @@ -2482,7 +2482,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Failed","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-76cc89b5df-flvsr","status":"Failed","reason":"Exit @@ -2533,7 +2533,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"639363b73501480c84049d14c9483b8a","networkProfile":{"outboundIPs":{"publicIPs":["20.90.205.212","20.90.206.172"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"uksouth","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:10:11.9924375Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:10:11.9924375Z"}}' @@ -2585,7 +2585,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/listTestKeys?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/listTestKeys?api-version=2023-05-01-preview response: body: string: '{"primaryKey":"fake","secondaryKey":"fake","primaryTestEndpoint":"fake","secondaryTestEndpoint":"fake","enabled":true}' diff --git a/src/spring/azext_spring/tests/latest/recordings/test_deploy_app_1.yaml b/src/spring/azext_spring/tests/latest/recordings/test_deploy_app_1.yaml index 48dad6aed13..3bcd747106d 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_deploy_app_1.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_deploy_app_1.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"0bc940db47a44c0abbe1430fec4d17fa","networkProfile":{"outboundIPs":{"publicIPs":["20.90.195.132","20.108.115.224"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"uksouth","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:21:09.4912349Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:21:09.4912349Z"}}' @@ -65,7 +65,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"NotFound","message":"App was not found","target":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","details":null}}' @@ -111,7 +111,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"0bc940db47a44c0abbe1430fec4d17fa","networkProfile":{"outboundIPs":{"publicIPs":["20.90.195.132","20.108.115.224"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"uksouth","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:21:09.4912349Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:21:09.4912349Z"}}' @@ -166,13 +166,13 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Creating","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:24:13.1376835Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:24:13.1376835Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/f6dedafe-ab24-4dec-90ee-bae881170eb6?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/f6dedafe-ab24-4dec-90ee-bae881170eb6?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -184,7 +184,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/f6dedafe-ab24-4dec-90ee-bae881170eb6/Spring/clitest000003?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/f6dedafe-ab24-4dec-90ee-bae881170eb6/Spring/clitest000003?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -216,7 +216,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/f6dedafe-ab24-4dec-90ee-bae881170eb6?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/f6dedafe-ab24-4dec-90ee-bae881170eb6?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/f6dedafe-ab24-4dec-90ee-bae881170eb6","name":"f6dedafe-ab24-4dec-90ee-bae881170eb6","status":"Running","startTime":"2023-04-04T06:24:13.7018273Z"}' @@ -264,7 +264,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/f6dedafe-ab24-4dec-90ee-bae881170eb6?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/f6dedafe-ab24-4dec-90ee-bae881170eb6?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/f6dedafe-ab24-4dec-90ee-bae881170eb6","name":"f6dedafe-ab24-4dec-90ee-bae881170eb6","status":"Succeeded","startTime":"2023-04-04T06:24:13.7018273Z","endTime":"2023-04-04T06:24:20.719256Z"}' @@ -312,7 +312,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:24:13.1376835Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:24:13.1376835Z"}}' @@ -370,13 +370,13 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90},"provisioningState":"Creating","status":"Running","active":true,"instances":null,"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:24:28.9369292Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:24:28.9369292Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/03030b4a-78ef-493f-b3c0-0a1ab913af7f?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/03030b4a-78ef-493f-b3c0-0a1ab913af7f?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -388,7 +388,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/03030b4a-78ef-493f-b3c0-0a1ab913af7f/Spring/default?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/03030b4a-78ef-493f-b3c0-0a1ab913af7f/Spring/default?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -425,13 +425,13 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:24:13.1376835Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:24:29.9995846Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/610a85fb-5e3b-467b-b387-a947d88bf5af?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/610a85fb-5e3b-467b-b387-a947d88bf5af?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -443,7 +443,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/610a85fb-5e3b-467b-b387-a947d88bf5af/Spring/clitest000003?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/610a85fb-5e3b-467b-b387-a947d88bf5af/Spring/clitest000003?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -475,7 +475,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/03030b4a-78ef-493f-b3c0-0a1ab913af7f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/03030b4a-78ef-493f-b3c0-0a1ab913af7f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/03030b4a-78ef-493f-b3c0-0a1ab913af7f","name":"03030b4a-78ef-493f-b3c0-0a1ab913af7f","status":"Running","startTime":"2023-04-04T06:24:29.605986Z"}' @@ -523,7 +523,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/610a85fb-5e3b-467b-b387-a947d88bf5af?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/610a85fb-5e3b-467b-b387-a947d88bf5af?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/610a85fb-5e3b-467b-b387-a947d88bf5af","name":"610a85fb-5e3b-467b-b387-a947d88bf5af","status":"Running","startTime":"2023-04-04T06:24:30.4436703Z"}' @@ -571,7 +571,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/03030b4a-78ef-493f-b3c0-0a1ab913af7f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/03030b4a-78ef-493f-b3c0-0a1ab913af7f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/03030b4a-78ef-493f-b3c0-0a1ab913af7f","name":"03030b4a-78ef-493f-b3c0-0a1ab913af7f","status":"Running","startTime":"2023-04-04T06:24:29.605986Z"}' @@ -619,7 +619,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/610a85fb-5e3b-467b-b387-a947d88bf5af?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/610a85fb-5e3b-467b-b387-a947d88bf5af?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/610a85fb-5e3b-467b-b387-a947d88bf5af","name":"610a85fb-5e3b-467b-b387-a947d88bf5af","status":"Succeeded","startTime":"2023-04-04T06:24:30.4436703Z","endTime":"2023-04-04T06:24:36.9379525Z"}' @@ -667,7 +667,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:24:13.1376835Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:24:29.9995846Z"}}' @@ -717,7 +717,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/03030b4a-78ef-493f-b3c0-0a1ab913af7f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/03030b4a-78ef-493f-b3c0-0a1ab913af7f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/03030b4a-78ef-493f-b3c0-0a1ab913af7f","name":"03030b4a-78ef-493f-b3c0-0a1ab913af7f","status":"Running","startTime":"2023-04-04T06:24:29.605986Z"}' @@ -765,7 +765,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/03030b4a-78ef-493f-b3c0-0a1ab913af7f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/03030b4a-78ef-493f-b3c0-0a1ab913af7f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/03030b4a-78ef-493f-b3c0-0a1ab913af7f","name":"03030b4a-78ef-493f-b3c0-0a1ab913af7f","status":"Running","startTime":"2023-04-04T06:24:29.605986Z"}' @@ -813,7 +813,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/03030b4a-78ef-493f-b3c0-0a1ab913af7f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/03030b4a-78ef-493f-b3c0-0a1ab913af7f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/03030b4a-78ef-493f-b3c0-0a1ab913af7f","name":"03030b4a-78ef-493f-b3c0-0a1ab913af7f","status":"Succeeded","startTime":"2023-04-04T06:24:29.605986Z","endTime":"2023-04-04T06:25:08.5882974Z"}' @@ -861,7 +861,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-7fd54986b8-njkz2","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-04T06:24:35Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:24:28.9369292Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:24:28.9369292Z"}}' @@ -911,7 +911,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:24:13.1376835Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:24:29.9995846Z"}}' @@ -961,7 +961,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-7fd54986b8-njkz2","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-04T06:24:35Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:24:28.9369292Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:24:28.9369292Z"}}]}' @@ -1011,7 +1011,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-7fd54986b8-njkz2","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-04T06:24:35Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:24:28.9369292Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:24:28.9369292Z"}}]}' @@ -1061,11 +1061,11 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/buildServices/default?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"BadRequest","message":"Feature BuildService is not - supported in Sku S0 for API version 2023-03-01-preview.","target":null,"details":null}}' + supported in Sku S0 for API version 2023-05-01-preview.","target":null,"details":null}}' headers: cache-control: - no-cache @@ -1106,7 +1106,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"0bc940db47a44c0abbe1430fec4d17fa","networkProfile":{"outboundIPs":{"publicIPs":["20.90.195.132","20.108.115.224"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"uksouth","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:21:09.4912349Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:21:09.4912349Z"}}' @@ -1158,7 +1158,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/getResourceUploadUrl?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/getResourceUploadUrl?api-version=2023-05-01-preview response: body: string: '{"relativePath":"resources/1aaeb7b23adc1f32200dbfbce5ec6af2fcdaea146601c11e0da2934e9de138e8-2023040406-ebcdeee6-19c8-4582-a0e4-e9ffbc0fed63","uploadUrl":"https://31efc7d794d142ee83d54388.file.core.windows.net/0bc940db47a44c0abbe1430fec4d17fa/resources/1aaeb7b23adc1f32200dbfbce5ec6af2fcdaea146601c11e0da2934e9de138e8-2023040406-ebcdeee6-19c8-4582-a0e4-e9ffbc0fed63?sv=2020-08-04&se=2023-04-04T08%3A25%3A28Z&sr=f&sp=w&sig=6ll%2FYSxGW%2FODZd%2BK3aBR9WnHJfiyutAzg7%2B7zYR6qpI%3D"}' @@ -1297,13 +1297,13 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90},"provisioningState":"Updating","status":"Running","active":true,"instances":null,"source":{"type":"NetCoreZip","relativePath":"resources/1aaeb7b23adc1f32200dbfbce5ec6af2fcdaea146601c11e0da2934e9de138e8-2023040406-ebcdeee6-19c8-4582-a0e4-e9ffbc0fed63","version":"v2","runtimeVersion":"NetCore_31","netCoreMainEntryPath":"test"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:24:28.9369292Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:25:30.4065879Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a53b4ed9-ec5e-47eb-8f67-02e4c2f80573?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a53b4ed9-ec5e-47eb-8f67-02e4c2f80573?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1315,7 +1315,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/a53b4ed9-ec5e-47eb-8f67-02e4c2f80573/Spring/default?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/a53b4ed9-ec5e-47eb-8f67-02e4c2f80573/Spring/default?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1347,7 +1347,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-7fd54986b8-njkz2","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-04T06:24:35Z"}],"source":{"type":"NetCoreZip","relativePath":"resources/1aaeb7b23adc1f32200dbfbce5ec6af2fcdaea146601c11e0da2934e9de138e8-2023040406-ebcdeee6-19c8-4582-a0e4-e9ffbc0fed63","version":"v2","runtimeVersion":"NetCore_31","netCoreMainEntryPath":"test"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:24:28.9369292Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:25:30.4065879Z"}}' @@ -1397,7 +1397,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-7fd54986b8-njkz2","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-04T06:24:35Z"}],"source":{"type":"NetCoreZip","relativePath":"resources/1aaeb7b23adc1f32200dbfbce5ec6af2fcdaea146601c11e0da2934e9de138e8-2023040406-ebcdeee6-19c8-4582-a0e4-e9ffbc0fed63","version":"v2","runtimeVersion":"NetCore_31","netCoreMainEntryPath":"test"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:24:28.9369292Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:25:30.4065879Z"}}' @@ -1447,7 +1447,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a53b4ed9-ec5e-47eb-8f67-02e4c2f80573?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a53b4ed9-ec5e-47eb-8f67-02e4c2f80573?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a53b4ed9-ec5e-47eb-8f67-02e4c2f80573","name":"a53b4ed9-ec5e-47eb-8f67-02e4c2f80573","status":"Running","startTime":"2023-04-04T06:25:31.2620565Z"}' @@ -1495,7 +1495,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-7fd54986b8-njkz2","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-04T06:24:35Z"}],"source":{"type":"NetCoreZip","relativePath":"resources/1aaeb7b23adc1f32200dbfbce5ec6af2fcdaea146601c11e0da2934e9de138e8-2023040406-ebcdeee6-19c8-4582-a0e4-e9ffbc0fed63","version":"v2","runtimeVersion":"NetCore_31","netCoreMainEntryPath":"test"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:24:28.9369292Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:25:30.4065879Z"}}' @@ -1545,7 +1545,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[],"source":{"type":"NetCoreZip","relativePath":"resources/1aaeb7b23adc1f32200dbfbce5ec6af2fcdaea146601c11e0da2934e9de138e8-2023040406-ebcdeee6-19c8-4582-a0e4-e9ffbc0fed63","version":"v2","runtimeVersion":"NetCore_31","netCoreMainEntryPath":"test"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:24:28.9369292Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:25:30.4065879Z"}}' @@ -1595,7 +1595,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a53b4ed9-ec5e-47eb-8f67-02e4c2f80573?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a53b4ed9-ec5e-47eb-8f67-02e4c2f80573?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a53b4ed9-ec5e-47eb-8f67-02e4c2f80573","name":"a53b4ed9-ec5e-47eb-8f67-02e4c2f80573","status":"Running","startTime":"2023-04-04T06:25:31.2620565Z"}' @@ -1643,7 +1643,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[],"source":{"type":"NetCoreZip","relativePath":"resources/1aaeb7b23adc1f32200dbfbce5ec6af2fcdaea146601c11e0da2934e9de138e8-2023040406-ebcdeee6-19c8-4582-a0e4-e9ffbc0fed63","version":"v2","runtimeVersion":"NetCore_31","netCoreMainEntryPath":"test"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:24:28.9369292Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:25:30.4065879Z"}}' @@ -1693,7 +1693,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a53b4ed9-ec5e-47eb-8f67-02e4c2f80573?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a53b4ed9-ec5e-47eb-8f67-02e4c2f80573?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a53b4ed9-ec5e-47eb-8f67-02e4c2f80573","name":"a53b4ed9-ec5e-47eb-8f67-02e4c2f80573","status":"Running","startTime":"2023-04-04T06:25:31.2620565Z"}' @@ -1741,7 +1741,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-c6fd564d6-nxzl7","status":"Starting","reason":"Not @@ -1792,7 +1792,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a53b4ed9-ec5e-47eb-8f67-02e4c2f80573?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a53b4ed9-ec5e-47eb-8f67-02e4c2f80573?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a53b4ed9-ec5e-47eb-8f67-02e4c2f80573","name":"a53b4ed9-ec5e-47eb-8f67-02e4c2f80573","status":"Running","startTime":"2023-04-04T06:25:31.2620565Z"}' @@ -1840,7 +1840,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-c6fd564d6-nxzl7","status":"Starting","reason":"Not @@ -1891,7 +1891,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-c6fd564d6-nxzl7","status":"Starting","reason":"CrashLoopBackOff","discoveryStatus":"UNREGISTERED","startTime":"2023-04-04T06:25:58Z"}],"source":{"type":"NetCoreZip","relativePath":"resources/1aaeb7b23adc1f32200dbfbce5ec6af2fcdaea146601c11e0da2934e9de138e8-2023040406-ebcdeee6-19c8-4582-a0e4-e9ffbc0fed63","version":"v2","runtimeVersion":"NetCore_31","netCoreMainEntryPath":"test"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:24:28.9369292Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:25:30.4065879Z"}}' @@ -1941,7 +1941,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a53b4ed9-ec5e-47eb-8f67-02e4c2f80573?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a53b4ed9-ec5e-47eb-8f67-02e4c2f80573?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a53b4ed9-ec5e-47eb-8f67-02e4c2f80573","name":"a53b4ed9-ec5e-47eb-8f67-02e4c2f80573","status":"Running","startTime":"2023-04-04T06:25:31.2620565Z"}' @@ -1989,7 +1989,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-c6fd564d6-nxzl7","status":"Starting","reason":"CrashLoopBackOff","discoveryStatus":"UNREGISTERED","startTime":"2023-04-04T06:25:58Z"}],"source":{"type":"NetCoreZip","relativePath":"resources/1aaeb7b23adc1f32200dbfbce5ec6af2fcdaea146601c11e0da2934e9de138e8-2023040406-ebcdeee6-19c8-4582-a0e4-e9ffbc0fed63","version":"v2","runtimeVersion":"NetCore_31","netCoreMainEntryPath":"test"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:24:28.9369292Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:25:30.4065879Z"}}' @@ -2039,7 +2039,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a53b4ed9-ec5e-47eb-8f67-02e4c2f80573?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a53b4ed9-ec5e-47eb-8f67-02e4c2f80573?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a53b4ed9-ec5e-47eb-8f67-02e4c2f80573","name":"a53b4ed9-ec5e-47eb-8f67-02e4c2f80573","status":"Running","startTime":"2023-04-04T06:25:31.2620565Z"}' @@ -2087,7 +2087,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Updating","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-c6fd564d6-nxzl7","status":"Failed","reason":"Exit @@ -2138,7 +2138,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a53b4ed9-ec5e-47eb-8f67-02e4c2f80573?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a53b4ed9-ec5e-47eb-8f67-02e4c2f80573?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/a53b4ed9-ec5e-47eb-8f67-02e4c2f80573","name":"a53b4ed9-ec5e-47eb-8f67-02e4c2f80573","status":"Failed","startTime":"2023-04-04T06:25:31.2620565Z","endTime":"2023-04-04T06:26:36.5873962Z","error":{"code":"BadRequest","message":"112404: @@ -2187,7 +2187,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Failed","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-c6fd564d6-nxzl7","status":"Failed","reason":"Exit @@ -2238,7 +2238,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"2","memory":"1Gi"},"environmentVariables":{"foo":"bar"},"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Failed","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-c6fd564d6-nxzl7","status":"Failed","reason":"Exit @@ -2289,7 +2289,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"0bc940db47a44c0abbe1430fec4d17fa","networkProfile":{"outboundIPs":{"publicIPs":["20.90.195.132","20.108.115.224"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"uksouth","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T06:21:09.4912349Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T06:21:09.4912349Z"}}' @@ -2341,7 +2341,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/listTestKeys?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/listTestKeys?api-version=2023-05-01-preview response: body: string: '{"primaryKey":"fake","secondaryKey":"fake","primaryTestEndpoint":"fake","secondaryTestEndpoint":"fake","enabled":true}' diff --git a/src/spring/azext_spring/tests/latest/recordings/test_gateway.yaml b/src/spring/azext_spring/tests/latest/recordings/test_gateway.yaml index 819860f0a45..b0c8a0734a5 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_gateway.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_gateway.yaml @@ -14,17 +14,17 @@ interactions: - -g -s --assign-endpoint --https-only --cpu --memory --instance-count --api-title --api-description --api-doc-location --api-version --server-url --apm-types --properties --secrets --certificate-names --enable-cert-verify - --allowed-origins --allowed-methods --allowed-headers + --allowed-origins --allowed-origin-patterns --allowed-methods --allowed-headers --max-age --allow-credentials --exposed-headers --client-id --client-secret - --issuer-uri --scope + --issuer-uri --scope --addon-configs-file User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"public":true,"url":"tx-enterprise-gateway-fd0c7.svc.asc-test.net","provisioningState":"Succeeded","httpsOnly":true,"clientAuth":{"certificateVerification":"Enabled","certificates":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/certificates/abc"]},"ssoProperties":{"scope":["openid","profile","email"],"clientId":"*","clientSecret":"*","issuerUri":"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/v2.0"},"apiMetadataProperties":{"title":"Pet - clinic","description":"Demo for pet clinic","documentation":"doc","version":"v1","serverUrl":"https://tx-enterprise-gateway-fd0c7.svc.asc-test.net"},"corsProperties":{"allowedOrigins":["*"],"allowedMethods":["GET","PUT","DELETE"],"allowedHeaders":["X-TEST","X-STAGING"],"maxAge":10,"allowCredentials":true,"exposedHeaders":["Access-Control-Request-Method","Access-Control-Request-Headers"]},"resourceRequests":{"cpu":"1","memory":"2Gi"},"instances":[{"name":"asc-scg-default-0","status":"Running"},{"name":"asc-scg-default-1","status":"Running"},{"name":"asc-scg-default-2","status":"Running"}],"operatorProperties":{"resourceRequests":{"cpu":"1","memory":"2Gi","instanceCount":2},"instances":[{"name":"scg-operator-b788f7c7-djqgj","status":"Running"},{"name":"scg-operator-b788f7c7-r4gvw","status":"Running"}]},"apmTypes":["NewRelic","ElasticAPM"],"environmentVariables":{"properties":{"a":"b","c":"d"},"secrets":null}},"type":"Microsoft.AppPlatform/Spring/gateways","sku":{"name":"E0","tier":"Enterprise","capacity":3},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default","name":"default","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T09:01:20.4949677Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T16:30:12.4479705Z"}}' + string: '{"properties":{"public":true,"url":"tx-enterprise-gateway-fd0c7.svc.asc-test.net","provisioningState":"Succeeded","httpsOnly":true,"clientAuth":{"certificateVerification":"Enabled","certificates":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/certificates/abc"]},"ssoProperties":{"scope":["openid","profile","email"],"clientId":"*","clientSecret":"*","issuerUri":"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/v2.0"},"addonConfigs":{"javaOpts":"-Djava.awt.headless=true","sso":{"rolesAttributeName":"role","inactiveSessionExpirationInMinutes":1},"envs":[{"name":"xxx","value":"yyy"},{"name":"xxx1","value":"yyy"}]},"apiMetadataProperties":{"title":"Pet + clinic","description":"Demo for pet clinic","documentation":"doc","version":"v1","serverUrl":"https://tx-enterprise-gateway-fd0c7.svc.asc-test.net"},"corsProperties":{"allowedOrigins":["*"],"allowedOriginPatterns":["example*"],"allowedMethods":["GET","PUT","DELETE"],"allowedHeaders":["X-TEST","X-STAGING"],"maxAge":10,"allowCredentials":true,"exposedHeaders":["Access-Control-Request-Method","Access-Control-Request-Headers"]},"resourceRequests":{"cpu":"1","memory":"2Gi"},"instances":[{"name":"asc-scg-default-0","status":"Running"},{"name":"asc-scg-default-1","status":"Running"},{"name":"asc-scg-default-2","status":"Running"}],"operatorProperties":{"resourceRequests":{"cpu":"1","memory":"2Gi","instanceCount":2},"instances":[{"name":"scg-operator-b788f7c7-djqgj","status":"Running"},{"name":"scg-operator-b788f7c7-r4gvw","status":"Running"}]},"apmTypes":["NewRelic","ElasticAPM"],"environmentVariables":{"properties":{"a":"b","c":"d"},"secrets":null}},"type":"Microsoft.AppPlatform/Spring/gateways","sku":{"name":"E0","tier":"Enterprise","capacity":3},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default","name":"default","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T09:01:20.4949677Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T16:30:12.4479705Z"}}' headers: cache-control: - no-cache @@ -58,9 +58,10 @@ interactions: ["openid", "profile", "email"], "clientId": "*", "clientSecret": "*", "issuerUri": "https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/v2.0"}, "clientAuth":{"certificateVerification":"Enabled","certificates":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/certificates/abc"]}, + "addonConfigs":{"javaOpts":"-Djava.awt.headless=true","sso":{"rolesAttributeName":"role","inactiveSessionExpirationInMinutes":1},"envs":[{"name":"xxx","value":"yyy"},{"name":"xxx1","value":"yyy"}]}, "apiMetadataProperties": {"title": "Pet clinic", "description": "Demo for pet clinic", "documentation": "doc", "version": "v1", "serverUrl": "https://tx-enterprise-gateway-fd0c7.svc.asc-test.net"}, - "corsProperties": {"allowedOrigins": ["*"], "allowedMethods": ["GET", "PUT", + "corsProperties": {"allowedOrigins": ["*"], "allowedOriginPatterns":["example*"], "allowedMethods": ["GET", "PUT", "DELETE"], "allowedHeaders": ["X-TEST", "X-STAGING"], "maxAge": 10, "allowCredentials": true, "exposedHeaders": ["Access-Control-Request-Method", "Access-Control-Request-Headers"]}, "apmTypes": ["NewRelic", "ElasticAPM"], "environmentVariables": {"properties": @@ -84,20 +85,20 @@ interactions: - -g -s --assign-endpoint --https-only --cpu --memory --instance-count --api-title --api-description --api-doc-location --api-version --server-url --apm-types --properties --secrets --certificate-names --enable-cert-verify - --allowed-origins --allowed-methods --allowed-headers + --allowed-origins --allowed-origin-patterns --allowed-methods --allowed-headers --max-age --allow-credentials --exposed-headers --client-id --client-secret - --issuer-uri --scope + --issuer-uri --scope --addon-configs-file User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"public":true,"url":"tx-enterprise-gateway-fd0c7.svc.asc-test.net","provisioningState":"Updating","httpsOnly":true,"clientAuth":{"certificateVerification":"Enabled","certificates":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/certificates/abc"]},"ssoProperties":{"scope":["openid","profile","email"],"clientId":"*","clientSecret":"*","issuerUri":"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/v2.0"},"apiMetadataProperties":{"title":"Pet - clinic","description":"Demo for pet clinic","documentation":"doc","version":"v1","serverUrl":"https://tx-enterprise-gateway-fd0c7.svc.asc-test.net"},"corsProperties":{"allowedOrigins":["*"],"allowedMethods":["GET","PUT","DELETE"],"allowedHeaders":["X-TEST","X-STAGING"],"maxAge":10,"allowCredentials":true,"exposedHeaders":["Access-Control-Request-Method","Access-Control-Request-Headers"]},"resourceRequests":{"cpu":"1","memory":"2Gi"},"instances":[{"name":"asc-scg-default-0","status":"Running"},{"name":"asc-scg-default-1","status":"Running"},{"name":"asc-scg-default-2","status":"Running"}],"operatorProperties":{"resourceRequests":{"cpu":"1","memory":"2Gi","instanceCount":2},"instances":[{"name":"scg-operator-b788f7c7-djqgj","status":"Running"},{"name":"scg-operator-b788f7c7-r4gvw","status":"Running"}]},"apmTypes":["NewRelic","ElasticAPM"],"environmentVariables":{"properties":{"a":"b","c":"d"},"secrets":null}},"type":"Microsoft.AppPlatform/Spring/gateways","sku":{"name":"E0","tier":"Enterprise","capacity":3},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default","name":"default","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T09:01:20.4949677Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T16:36:52.520067Z"}}' + string: '{"properties":{"public":true,"url":"tx-enterprise-gateway-fd0c7.svc.asc-test.net","provisioningState":"Updating","httpsOnly":true,"clientAuth":{"certificateVerification":"Enabled","certificates":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/certificates/abc"]},"ssoProperties":{"scope":["openid","profile","email"],"clientId":"*","clientSecret":"*","issuerUri":"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/v2.0"},"addonConfigs":{"javaOpts":"-Djava.awt.headless=true","sso":{"rolesAttributeName":"role","inactiveSessionExpirationInMinutes":1},"envs":[{"name":"xxx","value":"yyy"},{"name":"xxx1","value":"yyy"}]},"apiMetadataProperties":{"title":"Pet + clinic","description":"Demo for pet clinic","documentation":"doc","version":"v1","serverUrl":"https://tx-enterprise-gateway-fd0c7.svc.asc-test.net"},"corsProperties":{"allowedOrigins":["*"],"allowedOriginPatterns":["example*"],"allowedOriginPatterns":["example*"],"allowedMethods":["GET","PUT","DELETE"],"allowedHeaders":["X-TEST","X-STAGING"],"maxAge":10,"allowCredentials":true,"exposedHeaders":["Access-Control-Request-Method","Access-Control-Request-Headers"]},"resourceRequests":{"cpu":"1","memory":"2Gi"},"instances":[{"name":"asc-scg-default-0","status":"Running"},{"name":"asc-scg-default-1","status":"Running"},{"name":"asc-scg-default-2","status":"Running"}],"operatorProperties":{"resourceRequests":{"cpu":"1","memory":"2Gi","instanceCount":2},"instances":[{"name":"scg-operator-b788f7c7-djqgj","status":"Running"},{"name":"scg-operator-b788f7c7-r4gvw","status":"Running"}]},"apmTypes":["NewRelic","ElasticAPM"],"environmentVariables":{"properties":{"a":"b","c":"d"},"secrets":null}},"type":"Microsoft.AppPlatform/Spring/gateways","sku":{"name":"E0","tier":"Enterprise","capacity":3},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default","name":"default","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T09:01:20.4949677Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T16:36:52.520067Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/f5588c0c-ed3d-415f-a3c0-fe71e594982e?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/f5588c0c-ed3d-415f-a3c0-fe71e594982e?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -109,7 +110,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationResults/f5588c0c-ed3d-415f-a3c0-fe71e594982e/Spring/tx-enterprise?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationResults/f5588c0c-ed3d-415f-a3c0-fe71e594982e/Spring/tx-enterprise?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -140,13 +141,13 @@ interactions: - -g -s --assign-endpoint --https-only --cpu --memory --instance-count --api-title --api-description --api-doc-location --api-version --server-url --apm-types --properties --secrets --certificate-names --enable-cert-verify - --allowed-origins --allowed-methods --allowed-headers + --allowed-origins --allowed-origin-patterns --allowed-methods --allowed-headers --max-age --allow-credentials --exposed-headers --client-id --client-secret - --issuer-uri --scope + --issuer-uri --scope --addon-configs-file User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/f5588c0c-ed3d-415f-a3c0-fe71e594982e?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/f5588c0c-ed3d-415f-a3c0-fe71e594982e?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/f5588c0c-ed3d-415f-a3c0-fe71e594982e","name":"f5588c0c-ed3d-415f-a3c0-fe71e594982e","status":"Running","startTime":"2023-01-09T16:36:53.6475757Z"}' @@ -193,13 +194,13 @@ interactions: - -g -s --assign-endpoint --https-only --cpu --memory --instance-count --api-title --api-description --api-doc-location --api-version --server-url --apm-types --properties --secrets --certificate-names --enable-cert-verify - --allowed-origins --allowed-methods --allowed-headers + --allowed-origins --allowed-origin-patterns --allowed-methods --allowed-headers --max-age --allow-credentials --exposed-headers --client-id --client-secret - --issuer-uri --scope + --issuer-uri --scope --addon-configs-file User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/f5588c0c-ed3d-415f-a3c0-fe71e594982e?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/f5588c0c-ed3d-415f-a3c0-fe71e594982e?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/f5588c0c-ed3d-415f-a3c0-fe71e594982e","name":"f5588c0c-ed3d-415f-a3c0-fe71e594982e","status":"Running","startTime":"2023-01-09T16:36:53.6475757Z"}' @@ -246,13 +247,13 @@ interactions: - -g -s --assign-endpoint --https-only --cpu --memory --instance-count --api-title --api-description --api-doc-location --api-version --server-url --apm-types --properties --secrets --certificate-names --enable-cert-verify - --allowed-origins --allowed-methods --allowed-headers + --allowed-origins --allowed-origin-patterns --allowed-methods --allowed-headers --max-age --allow-credentials --exposed-headers --client-id --client-secret - --issuer-uri --scope + --issuer-uri --scope --addon-configs-file User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/f5588c0c-ed3d-415f-a3c0-fe71e594982e?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/f5588c0c-ed3d-415f-a3c0-fe71e594982e?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/f5588c0c-ed3d-415f-a3c0-fe71e594982e","name":"f5588c0c-ed3d-415f-a3c0-fe71e594982e","status":"Running","startTime":"2023-01-09T16:36:53.6475757Z"}' @@ -299,13 +300,13 @@ interactions: - -g -s --assign-endpoint --https-only --cpu --memory --instance-count --api-title --api-description --api-doc-location --api-version --server-url --apm-types --properties --secrets --certificate-names --enable-cert-verify - --allowed-origins --allowed-methods --allowed-headers + --allowed-origins --allowed-origin-patterns --allowed-methods --allowed-headers --max-age --allow-credentials --exposed-headers --client-id --client-secret - --issuer-uri --scope + --issuer-uri --scope --addon-configs-file User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/f5588c0c-ed3d-415f-a3c0-fe71e594982e?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/f5588c0c-ed3d-415f-a3c0-fe71e594982e?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/f5588c0c-ed3d-415f-a3c0-fe71e594982e","name":"f5588c0c-ed3d-415f-a3c0-fe71e594982e","status":"Succeeded","startTime":"2023-01-09T16:36:53.6475757Z","endTime":"2023-01-09T16:37:26.7769837Z"}' @@ -352,17 +353,17 @@ interactions: - -g -s --assign-endpoint --https-only --cpu --memory --instance-count --api-title --api-description --api-doc-location --api-version --server-url --apm-types --properties --secrets --certificate-names --enable-cert-verify - --allowed-origins --allowed-methods --allowed-headers + --allowed-origins --allowed-origin-patterns --allowed-methods --allowed-headers --max-age --allow-credentials --exposed-headers --client-id --client-secret - --issuer-uri --scope + --issuer-uri --scope --addon-configs-file User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"public":true,"url":"tx-enterprise-gateway-fd0c7.svc.asc-test.net","provisioningState":"Succeeded","httpsOnly":true,"clientAuth":{"certificateVerification":"Enabled","certificates":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/certificates/abc"]},"ssoProperties":{"scope":["openid","profile","email"],"clientId":"*","clientSecret":"*","issuerUri":"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/v2.0"},"apiMetadataProperties":{"title":"Pet - clinic","description":"Demo for pet clinic","documentation":"doc","version":"v1","serverUrl":"https://tx-enterprise-gateway-fd0c7.svc.asc-test.net"},"corsProperties":{"allowedOrigins":["*"],"allowedMethods":["GET","PUT","DELETE"],"allowedHeaders":["X-TEST","X-STAGING"],"maxAge":10,"allowCredentials":true,"exposedHeaders":["Access-Control-Request-Method","Access-Control-Request-Headers"]},"resourceRequests":{"cpu":"1","memory":"2Gi"},"instances":[{"name":"asc-scg-default-0","status":"Running"},{"name":"asc-scg-default-1","status":"Running"},{"name":"asc-scg-default-2","status":"Running"}],"operatorProperties":{"resourceRequests":{"cpu":"1","memory":"2Gi","instanceCount":2},"instances":[{"name":"scg-operator-b788f7c7-djqgj","status":"Running"},{"name":"scg-operator-b788f7c7-r4gvw","status":"Running"}]},"apmTypes":["NewRelic","ElasticAPM"],"environmentVariables":{"properties":{"a":"b","c":"d"},"secrets":null}},"type":"Microsoft.AppPlatform/Spring/gateways","sku":{"name":"E0","tier":"Enterprise","capacity":3},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default","name":"default","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T09:01:20.4949677Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T16:36:52.520067Z"}}' + string: '{"properties":{"public":true,"url":"tx-enterprise-gateway-fd0c7.svc.asc-test.net","provisioningState":"Succeeded","httpsOnly":true,"clientAuth":{"certificateVerification":"Enabled","certificates":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/certificates/abc"]},"ssoProperties":{"scope":["openid","profile","email"],"clientId":"*","clientSecret":"*","issuerUri":"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/v2.0"},"addonConfigs":{"javaOpts":"-Djava.awt.headless=true","sso":{"rolesAttributeName":"role","inactiveSessionExpirationInMinutes":1},"envs":[{"name":"xxx","value":"yyy"},{"name":"xxx1","value":"yyy"}]},"apiMetadataProperties":{"title":"Pet + clinic","description":"Demo for pet clinic","documentation":"doc","version":"v1","serverUrl":"https://tx-enterprise-gateway-fd0c7.svc.asc-test.net"},"corsProperties":{"allowedOrigins":["*"],"allowedOriginPatterns":["example*"],"allowedMethods":["GET","PUT","DELETE"],"allowedHeaders":["X-TEST","X-STAGING"],"maxAge":10,"allowCredentials":true,"exposedHeaders":["Access-Control-Request-Method","Access-Control-Request-Headers"]},"resourceRequests":{"cpu":"1","memory":"2Gi"},"instances":[{"name":"asc-scg-default-0","status":"Running"},{"name":"asc-scg-default-1","status":"Running"},{"name":"asc-scg-default-2","status":"Running"}],"operatorProperties":{"resourceRequests":{"cpu":"1","memory":"2Gi","instanceCount":2},"instances":[{"name":"scg-operator-b788f7c7-djqgj","status":"Running"},{"name":"scg-operator-b788f7c7-r4gvw","status":"Running"}]},"apmTypes":["NewRelic","ElasticAPM"],"environmentVariables":{"properties":{"a":"b","c":"d"},"secrets":null}},"type":"Microsoft.AppPlatform/Spring/gateways","sku":{"name":"E0","tier":"Enterprise","capacity":3},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default","name":"default","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T09:01:20.4949677Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T16:36:52.520067Z"}}' headers: cache-control: - no-cache @@ -406,13 +407,13 @@ interactions: - -g -s --assign-endpoint --https-only --cpu --memory --instance-count --api-title --api-description --api-doc-location --api-version --server-url --apm-types --properties --secrets --certificate-names --enable-cert-verify - --allowed-origins --allowed-methods --allowed-headers + --allowed-origins --allowed-origin-patterns --allowed-methods --allowed-headers --max-age --allow-credentials --exposed-headers --client-id --client-secret - --issuer-uri --scope + --issuer-uri --scope --addon-configs-file User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/certificates?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/certificates?api-version=2023-05-01-preview response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/certificates/abc","name":"abc","properties":{"activateDate":null,"certVersion":null,"dnsNames":null,"excludePrivateKey":false,"expirationDate":null,"issuedDate":null,"issuer":null,"keyVaultCertName":"scg-to-app-tls","provisioningState":"Succeeded","subjectName":null,"thumbprint":null,"type":"KeyVaultCertificate","vaultUri":"https://xxxkv.vault.azure.net"},"resourceGroup":"tx","systemData":{"createdAt":"2023-01-31T10:18:38.892419+00:00","createdBy":"ninpan@microsoft.com","createdByType":"User","lastModifiedAt":"2023-01-31T15:44:24.718616+00:00","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User"},"type":"Microsoft.AppPlatform/Spring/certificates"}]}' @@ -460,7 +461,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"08b7340d552d4f1caff6f328754d8bee","networkProfile":{"outboundIPs":{"publicIPs":["20.241.208.147","20.241.209.0"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"tx-enterprise.asc-test.net"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise","name":"tx-enterprise","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T08:27:36.5209559Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T08:27:36.5209559Z"}}' @@ -510,11 +511,11 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"public":true,"url":"tx-enterprise-gateway-fd0c7.svc.asc-test.net","provisioningState":"Succeeded","httpsOnly":true,"clientAuth":{"certificateVerification":"Enabled","certificates":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/certificates/abc"]},"ssoProperties":{"scope":["openid","profile","email"],"clientId":"*","clientSecret":"*","issuerUri":"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/v2.0"},"apiMetadataProperties":{"title":"Pet - clinic","description":"Demo for pet clinic","documentation":"doc","version":"v1","serverUrl":"https://tx-enterprise-gateway-fd0c7.svc.asc-test.net"},"corsProperties":{"allowedOrigins":["*"],"allowedMethods":["GET","PUT","DELETE"],"allowedHeaders":["X-TEST","X-STAGING"],"maxAge":10,"allowCredentials":true,"exposedHeaders":["Access-Control-Request-Method","Access-Control-Request-Headers"]},"resourceRequests":{"cpu":"1","memory":"2Gi"},"instances":[{"name":"asc-scg-default-0","status":"Running"},{"name":"asc-scg-default-1","status":"Running"},{"name":"asc-scg-default-2","status":"Running"}],"operatorProperties":{"resourceRequests":{"cpu":"1","memory":"2Gi","instanceCount":2},"instances":[{"name":"scg-operator-b788f7c7-djqgj","status":"Running"},{"name":"scg-operator-b788f7c7-r4gvw","status":"Running"}]},"apmTypes":["NewRelic","ElasticAPM"],"environmentVariables":{"properties":{"a":"b","c":"d"},"secrets":null}},"type":"Microsoft.AppPlatform/Spring/gateways","sku":{"name":"E0","tier":"Enterprise","capacity":3},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default","name":"default","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T09:01:20.4949677Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T16:36:52.520067Z"}}' + string: '{"properties":{"public":true,"url":"tx-enterprise-gateway-fd0c7.svc.asc-test.net","provisioningState":"Succeeded","httpsOnly":true,"clientAuth":{"certificateVerification":"Enabled","certificates":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/certificates/abc"]},"ssoProperties":{"scope":["openid","profile","email"],"clientId":"*","clientSecret":"*","issuerUri":"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/v2.0"},"addonConfigs":{"javaOpts":"-Djava.awt.headless=true","sso":{"rolesAttributeName":"role","inactiveSessionExpirationInMinutes":1},"envs":[{"name":"xxx","value":"yyy"},{"name":"xxx1","value":"yyy"}]},"apiMetadataProperties":{"title":"Pet + clinic","description":"Demo for pet clinic","documentation":"doc","version":"v1","serverUrl":"https://tx-enterprise-gateway-fd0c7.svc.asc-test.net"},"corsProperties":{"allowedOrigins":["*"],"allowedOriginPatterns":["example*"],"allowedMethods":["GET","PUT","DELETE"],"allowedHeaders":["X-TEST","X-STAGING"],"maxAge":10,"allowCredentials":true,"exposedHeaders":["Access-Control-Request-Method","Access-Control-Request-Headers"]},"resourceRequests":{"cpu":"1","memory":"2Gi"},"instances":[{"name":"asc-scg-default-0","status":"Running"},{"name":"asc-scg-default-1","status":"Running"},{"name":"asc-scg-default-2","status":"Running"}],"operatorProperties":{"resourceRequests":{"cpu":"1","memory":"2Gi","instanceCount":2},"instances":[{"name":"scg-operator-b788f7c7-djqgj","status":"Running"},{"name":"scg-operator-b788f7c7-r4gvw","status":"Running"}]},"apmTypes":["NewRelic","ElasticAPM"],"environmentVariables":{"properties":{"a":"b","c":"d"},"secrets":null}},"type":"Microsoft.AppPlatform/Spring/gateways","sku":{"name":"E0","tier":"Enterprise","capacity":3},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default","name":"default","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T09:01:20.4949677Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T16:36:52.520067Z"}}' headers: cache-control: - no-cache @@ -559,7 +560,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"08b7340d552d4f1caff6f328754d8bee","networkProfile":{"outboundIPs":{"publicIPs":["20.241.208.147","20.241.209.0"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"tx-enterprise.asc-test.net"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise","name":"tx-enterprise","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T08:27:36.5209559Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T08:27:36.5209559Z"}}' @@ -609,7 +610,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs?api-version=2023-05-01-preview response: body: string: '{"value":[]}' @@ -657,7 +658,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/apps/customers-service?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/apps/customers-service?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"tx-enterprise.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/apps/customers-service","name":"customers-service","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T09:11:24.1804369Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T09:11:45.2802783Z"}}' @@ -714,7 +715,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs/cli-route?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs/cli-route?api-version=2023-05-01-preview response: body: string: '{"properties":{"appResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/apps/customers-service","protocol":"HTTP","routes":[{"title":"Customers @@ -722,7 +723,7 @@ interactions: clinic"]}],"provisioningState":"Creating"},"type":"Microsoft.AppPlatform/Spring/gateways/routeConfigs","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs/cli-route","name":"cli-route","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T16:37:40.5054469Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T16:37:40.5054469Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/83c503b3-a08c-4afb-b854-27ac9e3aa5c7?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/83c503b3-a08c-4afb-b854-27ac9e3aa5c7?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -734,7 +735,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationResults/83c503b3-a08c-4afb-b854-27ac9e3aa5c7/Spring/tx-enterprise?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationResults/83c503b3-a08c-4afb-b854-27ac9e3aa5c7/Spring/tx-enterprise?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -766,7 +767,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/83c503b3-a08c-4afb-b854-27ac9e3aa5c7?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/83c503b3-a08c-4afb-b854-27ac9e3aa5c7?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/83c503b3-a08c-4afb-b854-27ac9e3aa5c7","name":"83c503b3-a08c-4afb-b854-27ac9e3aa5c7","status":"Running","startTime":"2023-01-09T16:37:41.4615324Z"}' @@ -814,7 +815,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/83c503b3-a08c-4afb-b854-27ac9e3aa5c7?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/83c503b3-a08c-4afb-b854-27ac9e3aa5c7?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/83c503b3-a08c-4afb-b854-27ac9e3aa5c7","name":"83c503b3-a08c-4afb-b854-27ac9e3aa5c7","status":"Succeeded","startTime":"2023-01-09T16:37:41.4615324Z","endTime":"2023-01-09T16:37:47.7638486Z"}' @@ -862,7 +863,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs/cli-route?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs/cli-route?api-version=2023-05-01-preview response: body: string: '{"properties":{"appResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/apps/customers-service","protocol":"HTTP","routes":[{"title":"Customers @@ -912,7 +913,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"08b7340d552d4f1caff6f328754d8bee","networkProfile":{"outboundIPs":{"publicIPs":["20.241.208.147","20.241.209.0"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"tx-enterprise.asc-test.net"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise","name":"tx-enterprise","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T08:27:36.5209559Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T08:27:36.5209559Z"}}' @@ -962,7 +963,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"appResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/apps/customers-service","protocol":"HTTP","routes":[{"title":"Customers @@ -1012,7 +1013,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs/cli-route?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs/cli-route?api-version=2023-05-01-preview response: body: string: '{"properties":{"appResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/apps/customers-service","protocol":"HTTP","routes":[{"title":"Customers @@ -1062,7 +1063,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/apps/vets-service?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/apps/vets-service?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"tx-enterprise.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/apps/vets-service","name":"vets-service","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T09:11:50.6301421Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T09:12:08.1303223Z"}}' @@ -1121,7 +1122,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs/cli-route?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs/cli-route?api-version=2023-05-01-preview response: body: string: '{"properties":{"appResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/apps/vets-service","protocol":"HTTPS","openApi":{"uri":"https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/examples/v3.0/petstore.json"},"ssoEnabled":true,"predicates":["Path=/api/echo2"],"filters":["StripPrefix=1"],"routes":[{"title":"Customers @@ -1129,7 +1130,7 @@ interactions: clinic"]}],"provisioningState":"Updating"},"type":"Microsoft.AppPlatform/Spring/gateways/routeConfigs","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs/cli-route","name":"cli-route","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T16:37:40.5054469Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T16:38:01.6111826Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/54e90021-f708-4810-8a2b-b056e0813f0f?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/54e90021-f708-4810-8a2b-b056e0813f0f?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1141,7 +1142,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationResults/54e90021-f708-4810-8a2b-b056e0813f0f/Spring/tx-enterprise?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationResults/54e90021-f708-4810-8a2b-b056e0813f0f/Spring/tx-enterprise?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1173,7 +1174,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/54e90021-f708-4810-8a2b-b056e0813f0f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/54e90021-f708-4810-8a2b-b056e0813f0f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/54e90021-f708-4810-8a2b-b056e0813f0f","name":"54e90021-f708-4810-8a2b-b056e0813f0f","status":"Running","startTime":"2023-01-09T16:38:02.7518296Z"}' @@ -1221,7 +1222,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/54e90021-f708-4810-8a2b-b056e0813f0f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/54e90021-f708-4810-8a2b-b056e0813f0f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/54e90021-f708-4810-8a2b-b056e0813f0f","name":"54e90021-f708-4810-8a2b-b056e0813f0f","status":"Succeeded","startTime":"2023-01-09T16:38:02.7518296Z","endTime":"2023-01-09T16:38:11.9561882Z"}' @@ -1269,7 +1270,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs/cli-route?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs/cli-route?api-version=2023-05-01-preview response: body: string: '{"properties":{"appResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/apps/vets-service","protocol":"HTTPS","openApi":{"uri":"https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/examples/v3.0/petstore.json"},"ssoEnabled":true,"predicates":["Path=/api/echo2"],"filters":["StripPrefix=1"],"routes":[{"title":"Customers @@ -1319,7 +1320,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"08b7340d552d4f1caff6f328754d8bee","networkProfile":{"outboundIPs":{"publicIPs":["20.241.208.147","20.241.209.0"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"tx-enterprise.asc-test.net"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise","name":"tx-enterprise","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T08:27:36.5209559Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T08:27:36.5209559Z"}}' @@ -1369,7 +1370,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"appResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/apps/vets-service","protocol":"HTTPS","openApi":{"uri":"https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/examples/v3.0/petstore.json"},"ssoEnabled":true,"predicates":["Path=/api/echo2"],"filters":["StripPrefix=1"],"routes":[{"title":"Customers @@ -1419,7 +1420,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs/cli-route?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs/cli-route?api-version=2023-05-01-preview response: body: string: '{"properties":{"appResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/apps/vets-service","protocol":"HTTPS","openApi":{"uri":"https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/examples/v3.0/petstore.json"},"ssoEnabled":true,"predicates":["Path=/api/echo2"],"filters":["StripPrefix=1"],"routes":[{"title":"Customers @@ -1469,7 +1470,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/apps/vets-service?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/apps/vets-service?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"tx-enterprise.asc-test.net","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/apps/vets-service","name":"vets-service","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T09:11:50.6301421Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T09:12:08.1303223Z"}}' @@ -1528,7 +1529,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs/cli-route?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs/cli-route?api-version=2023-05-01-preview response: body: string: '{"properties":{"appResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/apps/vets-service","protocol":"HTTPS","openApi":{"uri":"https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/examples/v3.0/petstore.json"},"ssoEnabled":true,"predicates":["Path=/api/echo2"],"filters":["StripPrefix=1"],"routes":[{"title":"Customers @@ -1536,7 +1537,7 @@ interactions: clinic"]}],"provisioningState":"Updating"},"type":"Microsoft.AppPlatform/Spring/gateways/routeConfigs","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs/cli-route","name":"cli-route","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T16:37:40.5054469Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T16:38:22.7251453Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/a46335ef-fdc1-45ee-abef-7c50fb0af0bd?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/a46335ef-fdc1-45ee-abef-7c50fb0af0bd?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1548,7 +1549,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationResults/a46335ef-fdc1-45ee-abef-7c50fb0af0bd/Spring/tx-enterprise?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationResults/a46335ef-fdc1-45ee-abef-7c50fb0af0bd/Spring/tx-enterprise?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1580,7 +1581,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/a46335ef-fdc1-45ee-abef-7c50fb0af0bd?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/a46335ef-fdc1-45ee-abef-7c50fb0af0bd?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/a46335ef-fdc1-45ee-abef-7c50fb0af0bd","name":"a46335ef-fdc1-45ee-abef-7c50fb0af0bd","status":"Running","startTime":"2023-01-09T16:38:23.7227981Z"}' @@ -1628,7 +1629,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/a46335ef-fdc1-45ee-abef-7c50fb0af0bd?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/a46335ef-fdc1-45ee-abef-7c50fb0af0bd?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/a46335ef-fdc1-45ee-abef-7c50fb0af0bd","name":"a46335ef-fdc1-45ee-abef-7c50fb0af0bd","status":"Running","startTime":"2023-01-09T16:38:23.7227981Z"}' @@ -1676,7 +1677,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/a46335ef-fdc1-45ee-abef-7c50fb0af0bd?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/a46335ef-fdc1-45ee-abef-7c50fb0af0bd?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/a46335ef-fdc1-45ee-abef-7c50fb0af0bd","name":"a46335ef-fdc1-45ee-abef-7c50fb0af0bd","status":"Succeeded","startTime":"2023-01-09T16:38:23.7227981Z","endTime":"2023-01-09T16:38:35.6953154Z"}' @@ -1724,7 +1725,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs/cli-route?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs/cli-route?api-version=2023-05-01-preview response: body: string: '{"properties":{"appResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/apps/vets-service","protocol":"HTTPS","openApi":{"uri":"https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/examples/v3.0/petstore.json"},"ssoEnabled":true,"predicates":["Path=/api/echo2"],"filters":["StripPrefix=1"],"routes":[{"title":"Customers @@ -1774,7 +1775,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"08b7340d552d4f1caff6f328754d8bee","networkProfile":{"outboundIPs":{"publicIPs":["20.241.208.147","20.241.209.0"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"tx-enterprise.asc-test.net"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise","name":"tx-enterprise","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T08:27:36.5209559Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T08:27:36.5209559Z"}}' @@ -1824,7 +1825,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"appResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/apps/vets-service","protocol":"HTTPS","openApi":{"uri":"https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/examples/v3.0/petstore.json"},"ssoEnabled":true,"predicates":["Path=/api/echo2"],"filters":["StripPrefix=1"],"routes":[{"title":"Customers @@ -1874,7 +1875,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"08b7340d552d4f1caff6f328754d8bee","networkProfile":{"outboundIPs":{"publicIPs":["20.241.208.147","20.241.209.0"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"tx-enterprise.asc-test.net"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise","name":"tx-enterprise","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T08:27:36.5209559Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T08:27:36.5209559Z"}}' @@ -1926,13 +1927,13 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs/cli-route?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs/cli-route?api-version=2023-05-01-preview response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/237f9209-dd8d-4aae-8311-5c9449b8cc5f?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/237f9209-dd8d-4aae-8311-5c9449b8cc5f?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1942,7 +1943,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationResults/237f9209-dd8d-4aae-8311-5c9449b8cc5f/Spring/tx-enterprise?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationResults/237f9209-dd8d-4aae-8311-5c9449b8cc5f/Spring/tx-enterprise?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1974,7 +1975,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/237f9209-dd8d-4aae-8311-5c9449b8cc5f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/237f9209-dd8d-4aae-8311-5c9449b8cc5f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/237f9209-dd8d-4aae-8311-5c9449b8cc5f","name":"237f9209-dd8d-4aae-8311-5c9449b8cc5f","status":"Running","startTime":"2023-01-09T16:38:57.5851435Z"}' @@ -2022,7 +2023,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/237f9209-dd8d-4aae-8311-5c9449b8cc5f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/237f9209-dd8d-4aae-8311-5c9449b8cc5f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/237f9209-dd8d-4aae-8311-5c9449b8cc5f","name":"237f9209-dd8d-4aae-8311-5c9449b8cc5f","status":"Succeeded","startTime":"2023-01-09T16:38:57.5851435Z","endTime":"2023-01-09T16:39:04.0557123Z"}' @@ -2070,7 +2071,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"08b7340d552d4f1caff6f328754d8bee","networkProfile":{"outboundIPs":{"publicIPs":["20.241.208.147","20.241.209.0"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"tx-enterprise.asc-test.net"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise","name":"tx-enterprise","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T08:27:36.5209559Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T08:27:36.5209559Z"}}' @@ -2120,7 +2121,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs/cli-route?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/routeConfigs/cli-route?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"NotFound","message":"Spring Cloud Gateway Route Config @@ -2165,7 +2166,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"08b7340d552d4f1caff6f328754d8bee","networkProfile":{"outboundIPs":{"publicIPs":["20.241.208.147","20.241.209.0"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"tx-enterprise.asc-test.net"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise","name":"tx-enterprise","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T08:27:36.5209559Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T08:27:36.5209559Z"}}' @@ -2215,11 +2216,11 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default?api-version=2023-05-01-preview response: body: - string: '{"properties":{"public":true,"url":"tx-enterprise-gateway-fd0c7.svc.asc-test.net","provisioningState":"Succeeded","httpsOnly":true,"clientAuth":{"certificateVerification":"Enabled","certificates":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/certificates/abc"]},"ssoProperties":{"scope":["openid","profile","email"],"clientId":"*","clientSecret":"*","issuerUri":"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/v2.0"},"apiMetadataProperties":{"title":"Pet - clinic","description":"Demo for pet clinic","documentation":"doc","version":"v1","serverUrl":"https://tx-enterprise-gateway-fd0c7.svc.asc-test.net"},"corsProperties":{"allowedOrigins":["*"],"allowedMethods":["GET","PUT","DELETE"],"allowedHeaders":["X-TEST","X-STAGING"],"maxAge":10,"allowCredentials":true,"exposedHeaders":["Access-Control-Request-Method","Access-Control-Request-Headers"]},"resourceRequests":{"cpu":"1","memory":"2Gi"},"instances":[{"name":"asc-scg-default-0","status":"Running"},{"name":"asc-scg-default-1","status":"Running"},{"name":"asc-scg-default-2","status":"Running"}],"operatorProperties":{"resourceRequests":{"cpu":"1","memory":"2Gi","instanceCount":2},"instances":[{"name":"scg-operator-b788f7c7-djqgj","status":"Running"},{"name":"scg-operator-b788f7c7-r4gvw","status":"Running"}]},"apmTypes":["NewRelic","ElasticAPM"],"environmentVariables":{"properties":{"a":"b","c":"d"},"secrets":null}},"type":"Microsoft.AppPlatform/Spring/gateways","sku":{"name":"E0","tier":"Enterprise","capacity":3},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default","name":"default","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T09:01:20.4949677Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T16:36:52.520067Z"}}' + string: '{"properties":{"public":true,"url":"tx-enterprise-gateway-fd0c7.svc.asc-test.net","provisioningState":"Succeeded","httpsOnly":true,"clientAuth":{"certificateVerification":"Enabled","certificates":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/certificates/abc"]},"ssoProperties":{"scope":["openid","profile","email"],"clientId":"*","clientSecret":"*","issuerUri":"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/v2.0"},"addonConfigs":{"javaOpts":"-Djava.awt.headless=true","sso":{"rolesAttributeName":"role","inactiveSessionExpirationInMinutes":1},"envs":[{"name":"xxx","value":"yyy"},{"name":"xxx1","value":"yyy"}]},"apiMetadataProperties":{"title":"Pet + clinic","description":"Demo for pet clinic","documentation":"doc","version":"v1","serverUrl":"https://tx-enterprise-gateway-fd0c7.svc.asc-test.net"},"corsProperties":{"allowedOrigins":["*"],"allowedOriginPatterns":["example*"],"allowedMethods":["GET","PUT","DELETE"],"allowedHeaders":["X-TEST","X-STAGING"],"maxAge":10,"allowCredentials":true,"exposedHeaders":["Access-Control-Request-Method","Access-Control-Request-Headers"]},"resourceRequests":{"cpu":"1","memory":"2Gi"},"instances":[{"name":"asc-scg-default-0","status":"Running"},{"name":"asc-scg-default-1","status":"Running"},{"name":"asc-scg-default-2","status":"Running"}],"operatorProperties":{"resourceRequests":{"cpu":"1","memory":"2Gi","instanceCount":2},"instances":[{"name":"scg-operator-b788f7c7-djqgj","status":"Running"},{"name":"scg-operator-b788f7c7-r4gvw","status":"Running"}]},"apmTypes":["NewRelic","ElasticAPM"],"environmentVariables":{"properties":{"a":"b","c":"d"},"secrets":null}},"type":"Microsoft.AppPlatform/Spring/gateways","sku":{"name":"E0","tier":"Enterprise","capacity":3},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default","name":"default","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T09:01:20.4949677Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T16:36:52.520067Z"}}' headers: cache-control: - no-cache @@ -2269,13 +2270,13 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"public":false,"url":"tx-enterprise-gateway-fd0c7.svc.asc-test.net","provisioningState":"Updating","httpsOnly":false,"resourceRequests":{"cpu":"1","memory":"2Gi"},"instances":[{"name":"asc-scg-default-0","status":"Running"},{"name":"asc-scg-default-1","status":"Running"},{"name":"asc-scg-default-2","status":"Running"}],"operatorProperties":{"resourceRequests":{"cpu":"1","memory":"2Gi","instanceCount":2},"instances":[{"name":"scg-operator-b788f7c7-djqgj","status":"Running"},{"name":"scg-operator-b788f7c7-r4gvw","status":"Running"}]}},"type":"Microsoft.AppPlatform/Spring/gateways","sku":{"name":"E0","tier":"Enterprise","capacity":2},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default","name":"default","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T09:01:20.4949677Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T16:39:19.9918015Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -2287,7 +2288,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationResults/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04/Spring/tx-enterprise?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationResults/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04/Spring/tx-enterprise?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -2319,7 +2320,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","name":"8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","status":"Running","startTime":"2023-01-09T16:39:24.5903008Z"}' @@ -2367,7 +2368,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","name":"8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","status":"Running","startTime":"2023-01-09T16:39:24.5903008Z"}' @@ -2415,7 +2416,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","name":"8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","status":"Running","startTime":"2023-01-09T16:39:24.5903008Z"}' @@ -2463,7 +2464,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","name":"8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","status":"Running","startTime":"2023-01-09T16:39:24.5903008Z"}' @@ -2511,7 +2512,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","name":"8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","status":"Running","startTime":"2023-01-09T16:39:24.5903008Z"}' @@ -2559,7 +2560,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","name":"8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","status":"Running","startTime":"2023-01-09T16:39:24.5903008Z"}' @@ -2607,7 +2608,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","name":"8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","status":"Running","startTime":"2023-01-09T16:39:24.5903008Z"}' @@ -2655,7 +2656,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","name":"8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","status":"Running","startTime":"2023-01-09T16:39:24.5903008Z"}' @@ -2703,7 +2704,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","name":"8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","status":"Running","startTime":"2023-01-09T16:39:24.5903008Z"}' @@ -2751,7 +2752,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","name":"8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","status":"Running","startTime":"2023-01-09T16:39:24.5903008Z"}' @@ -2799,7 +2800,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","name":"8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","status":"Running","startTime":"2023-01-09T16:39:24.5903008Z"}' @@ -2847,7 +2848,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","name":"8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","status":"Running","startTime":"2023-01-09T16:39:24.5903008Z"}' @@ -2895,7 +2896,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","name":"8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","status":"Running","startTime":"2023-01-09T16:39:24.5903008Z"}' @@ -2943,7 +2944,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","name":"8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","status":"Running","startTime":"2023-01-09T16:39:24.5903008Z"}' @@ -2991,7 +2992,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","name":"8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","status":"Running","startTime":"2023-01-09T16:39:24.5903008Z"}' @@ -3039,7 +3040,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","name":"8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","status":"Running","startTime":"2023-01-09T16:39:24.5903008Z"}' @@ -3087,7 +3088,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","name":"8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","status":"Running","startTime":"2023-01-09T16:39:24.5903008Z"}' @@ -3135,7 +3136,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","name":"8bdd6b6e-fcf0-4a74-9a97-d52716e1fe04","status":"Succeeded","startTime":"2023-01-09T16:39:24.5903008Z","endTime":"2023-01-09T16:42:16.8170489Z"}' @@ -3183,7 +3184,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"public":false,"url":"","provisioningState":"Succeeded","httpsOnly":false,"resourceRequests":{"cpu":"1","memory":"2Gi"},"instances":[{"name":"asc-scg-default-0","status":"Running"},{"name":"asc-scg-default-1","status":"Running"}],"operatorProperties":{"resourceRequests":{"cpu":"1","memory":"2Gi","instanceCount":2},"instances":[{"name":"scg-operator-b788f7c7-djqgj","status":"Running"},{"name":"scg-operator-b788f7c7-r4gvw","status":"Running"}]}},"type":"Microsoft.AppPlatform/Spring/gateways","sku":{"name":"E0","tier":"Enterprise","capacity":2},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default","name":"default","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T09:01:20.4949677Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T16:39:19.9918015Z"}}' @@ -3231,7 +3232,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"08b7340d552d4f1caff6f328754d8bee","networkProfile":{"outboundIPs":{"publicIPs":["20.241.208.147","20.241.209.0"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"tx-enterprise.asc-test.net"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise","name":"tx-enterprise","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T08:27:36.5209559Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T08:27:36.5209559Z"}}' @@ -3283,13 +3284,13 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default?api-version=2023-05-01-preview response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/6771d5be-2db3-4efd-b885-cb34eae248a0?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/6771d5be-2db3-4efd-b885-cb34eae248a0?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -3299,7 +3300,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationResults/6771d5be-2db3-4efd-b885-cb34eae248a0/Spring/tx-enterprise?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationResults/6771d5be-2db3-4efd-b885-cb34eae248a0/Spring/tx-enterprise?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -3331,7 +3332,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/6771d5be-2db3-4efd-b885-cb34eae248a0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/6771d5be-2db3-4efd-b885-cb34eae248a0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/6771d5be-2db3-4efd-b885-cb34eae248a0","name":"6771d5be-2db3-4efd-b885-cb34eae248a0","status":"Running","startTime":"2023-01-09T16:42:31.7565547Z"}' @@ -3379,7 +3380,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/6771d5be-2db3-4efd-b885-cb34eae248a0?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/6771d5be-2db3-4efd-b885-cb34eae248a0?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/6771d5be-2db3-4efd-b885-cb34eae248a0","name":"6771d5be-2db3-4efd-b885-cb34eae248a0","status":"Succeeded","startTime":"2023-01-09T16:42:31.7565547Z","endTime":"2023-01-09T16:42:39.6685935Z"}' @@ -3427,7 +3428,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"08b7340d552d4f1caff6f328754d8bee","networkProfile":{"outboundIPs":{"publicIPs":["20.241.208.147","20.241.209.0"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"tx-enterprise.asc-test.net"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise","name":"tx-enterprise","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T08:27:36.5209559Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T08:27:36.5209559Z"}}' @@ -3477,7 +3478,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"08b7340d552d4f1caff6f328754d8bee","networkProfile":{"outboundIPs":{"publicIPs":["20.241.208.147","20.241.209.0"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"tx-enterprise.asc-test.net","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise","name":"tx-enterprise","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T08:27:36.5209559Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T08:27:36.5209559Z"}}' @@ -3531,13 +3532,13 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"public":false,"provisioningState":"Creating","httpsOnly":false,"resourceRequests":{"cpu":"1","memory":"2Gi"},"instances":[],"operatorProperties":{"resourceRequests":{"cpu":"1","memory":"2Gi","instanceCount":2},"instances":[]}},"type":"Microsoft.AppPlatform/Spring/gateways","sku":{"name":"E0","tier":"Enterprise","capacity":2},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default","name":"default","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T16:42:48.4712836Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T16:42:48.4712836Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -3549,7 +3550,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationResults/06449971-5884-4797-9c09-165bbd861cdc/Spring/tx-enterprise?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationResults/06449971-5884-4797-9c09-165bbd861cdc/Spring/tx-enterprise?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -3581,7 +3582,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc","name":"06449971-5884-4797-9c09-165bbd861cdc","status":"Running","startTime":"2023-01-09T16:42:49.1303308Z"}' @@ -3629,7 +3630,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc","name":"06449971-5884-4797-9c09-165bbd861cdc","status":"Running","startTime":"2023-01-09T16:42:49.1303308Z"}' @@ -3677,7 +3678,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc","name":"06449971-5884-4797-9c09-165bbd861cdc","status":"Running","startTime":"2023-01-09T16:42:49.1303308Z"}' @@ -3725,7 +3726,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc","name":"06449971-5884-4797-9c09-165bbd861cdc","status":"Running","startTime":"2023-01-09T16:42:49.1303308Z"}' @@ -3773,7 +3774,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc","name":"06449971-5884-4797-9c09-165bbd861cdc","status":"Running","startTime":"2023-01-09T16:42:49.1303308Z"}' @@ -3821,7 +3822,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc","name":"06449971-5884-4797-9c09-165bbd861cdc","status":"Running","startTime":"2023-01-09T16:42:49.1303308Z"}' @@ -3869,7 +3870,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc","name":"06449971-5884-4797-9c09-165bbd861cdc","status":"Running","startTime":"2023-01-09T16:42:49.1303308Z"}' @@ -3917,7 +3918,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc","name":"06449971-5884-4797-9c09-165bbd861cdc","status":"Running","startTime":"2023-01-09T16:42:49.1303308Z"}' @@ -3965,7 +3966,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc","name":"06449971-5884-4797-9c09-165bbd861cdc","status":"Running","startTime":"2023-01-09T16:42:49.1303308Z"}' @@ -4013,7 +4014,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc","name":"06449971-5884-4797-9c09-165bbd861cdc","status":"Running","startTime":"2023-01-09T16:42:49.1303308Z"}' @@ -4061,7 +4062,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc","name":"06449971-5884-4797-9c09-165bbd861cdc","status":"Running","startTime":"2023-01-09T16:42:49.1303308Z"}' @@ -4109,7 +4110,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc","name":"06449971-5884-4797-9c09-165bbd861cdc","status":"Running","startTime":"2023-01-09T16:42:49.1303308Z"}' @@ -4157,7 +4158,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc","name":"06449971-5884-4797-9c09-165bbd861cdc","status":"Running","startTime":"2023-01-09T16:42:49.1303308Z"}' @@ -4205,7 +4206,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc","name":"06449971-5884-4797-9c09-165bbd861cdc","status":"Running","startTime":"2023-01-09T16:42:49.1303308Z"}' @@ -4253,7 +4254,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc","name":"06449971-5884-4797-9c09-165bbd861cdc","status":"Running","startTime":"2023-01-09T16:42:49.1303308Z"}' @@ -4301,7 +4302,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc","name":"06449971-5884-4797-9c09-165bbd861cdc","status":"Running","startTime":"2023-01-09T16:42:49.1303308Z"}' @@ -4349,7 +4350,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc","name":"06449971-5884-4797-9c09-165bbd861cdc","status":"Running","startTime":"2023-01-09T16:42:49.1303308Z"}' @@ -4397,7 +4398,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc","name":"06449971-5884-4797-9c09-165bbd861cdc","status":"Running","startTime":"2023-01-09T16:42:49.1303308Z"}' @@ -4445,7 +4446,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/locations/eastus/operationStatus/tx-enterprise/operationId/06449971-5884-4797-9c09-165bbd861cdc","name":"06449971-5884-4797-9c09-165bbd861cdc","status":"Succeeded","startTime":"2023-01-09T16:42:49.1303308Z","endTime":"2023-01-09T16:45:57.1129905Z"}' @@ -4493,7 +4494,7 @@ interactions: User-Agent: - AZURECLI/2.43.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.10.2 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"public":false,"url":"","provisioningState":"Succeeded","httpsOnly":false,"resourceRequests":{"cpu":"1","memory":"2Gi"},"instances":[{"name":"asc-scg-default-0","status":"Running"},{"name":"asc-scg-default-1","status":"Running"}],"operatorProperties":{"resourceRequests":{"cpu":"1","memory":"2Gi","instanceCount":2},"instances":[{"name":"scg-operator-b788f7c7-6lspf","status":"Running"},{"name":"scg-operator-b788f7c7-q29fg","status":"Running"}]}},"type":"Microsoft.AppPlatform/Spring/gateways","sku":{"name":"E0","tier":"Enterprise","capacity":2},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default","name":"default","systemData":{"createdBy":"ninpan@microsoft.com","createdByType":"User","createdAt":"2023-01-09T16:42:48.4712836Z","lastModifiedBy":"ninpan@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-01-09T16:42:48.4712836Z"}}' @@ -4541,7 +4542,7 @@ interactions: User-Agent: - AZURECLI/2.41.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.0 (Linux-4.4.0-22621-Microsoft-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/certificates/cli-unittest?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/certificates/cli-unittest?api-version=2023-05-01-preview response: body: string: '{"properties":{"vaultUri":"https://integration-test-prod.vault.azure.net","keyVaultCertName":"pfx-cert","certVersion":"012850b3685548edb418696a491c6d72","excludePrivateKey":false,"type":"KeyVaultCertificate","thumbprint":"6695512ed53e0c46817348b78411876a9a9c3396","issuer":"Microsoft @@ -4591,7 +4592,7 @@ interactions: User-Agent: - AZURECLI/2.41.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.0 (Linux-4.4.0-22621-Microsoft-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"901491e641cf4c0fbcedeeced84919f4","networkProfile":{"outboundIPs":{"publicIPs":["20.246.169.224","20.246.170.4"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"tx-enterprise.asc-test.net"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise","name":"tx-enterprise","systemData":{"createdBy":"xiading@microsoft.com","createdByType":"User","createdAt":"2022-11-01T05:28:28.6663306Z","lastModifiedBy":"xiading@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-11-01T05:28:28.6663306Z"}}' @@ -4645,7 +4646,7 @@ interactions: User-Agent: - AZURECLI/2.41.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.0 (Linux-4.4.0-22621-Microsoft-x86_64-with-glibc2.27) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/domains/gateway-cli.azdmss-test.net?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/domains/gateway-cli.azdmss-test.net?api-version=2023-05-01-preview response: body: string: '{"properties":{"thumbprint":""},"type":"Microsoft.AppPlatform/Spring/gateways/domains","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/domains/gateway-cli.azdmss-test.net","name":"gateway-cli.azdmss-test.net"}' @@ -4695,7 +4696,7 @@ interactions: User-Agent: - AZURECLI/2.41.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.0 (Linux-4.4.0-22621-Microsoft-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"901491e641cf4c0fbcedeeced84919f4","networkProfile":{"outboundIPs":{"publicIPs":["20.246.169.224","20.246.170.4"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"tx-enterprise.asc-test.net"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise","name":"tx-enterprise","systemData":{"createdBy":"xiading@microsoft.com","createdByType":"User","createdAt":"2022-11-01T05:28:28.6663306Z","lastModifiedBy":"xiading@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-11-01T05:28:28.6663306Z"}}' @@ -4745,7 +4746,7 @@ interactions: User-Agent: - AZURECLI/2.41.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.0 (Linux-4.4.0-22621-Microsoft-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/domains/gateway-cli.azdmss-test.net?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/domains/gateway-cli.azdmss-test.net?api-version=2023-05-01-preview response: body: string: '{"properties":{"thumbprint":""},"type":"Microsoft.AppPlatform/Spring/gateways/domains","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/domains/gateway-cli.azdmss-test.net","name":"gateway-cli.azdmss-test.net"}' @@ -4793,7 +4794,7 @@ interactions: User-Agent: - AZURECLI/2.41.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.0 (Linux-4.4.0-22621-Microsoft-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"901491e641cf4c0fbcedeeced84919f4","networkProfile":{"outboundIPs":{"publicIPs":["20.246.169.224","20.246.170.4"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"tx-enterprise.asc-test.net"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise","name":"tx-enterprise","systemData":{"createdBy":"xiading@microsoft.com","createdByType":"User","createdAt":"2022-11-01T05:28:28.6663306Z","lastModifiedBy":"xiading@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-11-01T05:28:28.6663306Z"}}' @@ -4843,7 +4844,7 @@ interactions: User-Agent: - AZURECLI/2.41.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.0 (Linux-4.4.0-22621-Microsoft-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/domains?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/domains?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"thumbprint":""},"type":"Microsoft.AppPlatform/Spring/gateways/domains","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/domains/gateway-cli.azdmss-test.net","name":"gateway-cli.azdmss-test.net"}]}' @@ -4891,7 +4892,7 @@ interactions: User-Agent: - AZURECLI/2.41.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.0 (Linux-4.4.0-22621-Microsoft-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"901491e641cf4c0fbcedeeced84919f4","networkProfile":{"outboundIPs":{"publicIPs":["20.246.169.224","20.246.170.4"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"tx-enterprise.asc-test.net"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise","name":"tx-enterprise","systemData":{"createdBy":"xiading@microsoft.com","createdByType":"User","createdAt":"2022-11-01T05:28:28.6663306Z","lastModifiedBy":"xiading@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-11-01T05:28:28.6663306Z"}}' @@ -4941,7 +4942,7 @@ interactions: User-Agent: - AZURECLI/2.41.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.0 (Linux-4.4.0-22621-Microsoft-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/certificates/cli-unittest?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/certificates/cli-unittest?api-version=2023-05-01-preview response: body: string: '{"properties":{"vaultUri":"https://integration-test-prod.vault.azure.net","keyVaultCertName":"pfx-cert","certVersion":"012850b3685548edb418696a491c6d72","excludePrivateKey":false,"type":"KeyVaultCertificate","thumbprint":"6695512ed53e0c46817348b78411876a9a9c3396","issuer":"Microsoft @@ -4995,7 +4996,7 @@ interactions: User-Agent: - AZURECLI/2.41.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.0 (Linux-4.4.0-22621-Microsoft-x86_64-with-glibc2.27) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/domains/gateway-cli.azdmss-test.net?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/domains/gateway-cli.azdmss-test.net?api-version=2023-05-01-preview response: body: string: '{"properties":{"thumbprint":"6695512ed53e0c46817348b78411876a9a9c3396"},"type":"Microsoft.AppPlatform/Spring/gateways/domains","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/domains/gateway-cli.azdmss-test.net","name":"gateway-cli.azdmss-test.net"}' @@ -5045,7 +5046,7 @@ interactions: User-Agent: - AZURECLI/2.41.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.0 (Linux-4.4.0-22621-Microsoft-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"901491e641cf4c0fbcedeeced84919f4","networkProfile":{"outboundIPs":{"publicIPs":["20.246.169.224","20.246.170.4"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"tx-enterprise.asc-test.net"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise","name":"tx-enterprise","systemData":{"createdBy":"xiading@microsoft.com","createdByType":"User","createdAt":"2022-11-01T05:28:28.6663306Z","lastModifiedBy":"xiading@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-11-01T05:28:28.6663306Z"}}' @@ -5095,7 +5096,7 @@ interactions: User-Agent: - AZURECLI/2.41.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.0 (Linux-4.4.0-22621-Microsoft-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/domains/gateway-cli.azdmss-test.net?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/domains/gateway-cli.azdmss-test.net?api-version=2023-05-01-preview response: body: string: '{"properties":{"thumbprint":"6695512ed53e0c46817348b78411876a9a9c3396"},"type":"Microsoft.AppPlatform/Spring/gateways/domains","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/domains/gateway-cli.azdmss-test.net","name":"gateway-cli.azdmss-test.net"}' @@ -5141,7 +5142,7 @@ interactions: User-Agent: - AZURECLI/2.41.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.0 (Linux-4.4.0-22621-Microsoft-x86_64-with-glibc2.27) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/domains/gateway-cli.azdmss-test.net?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/domains/gateway-cli.azdmss-test.net?api-version=2023-05-01-preview response: body: string: '' @@ -5187,7 +5188,7 @@ interactions: User-Agent: - AZURECLI/2.41.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.0 (Linux-4.4.0-22621-Microsoft-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"901491e641cf4c0fbcedeeced84919f4","networkProfile":{"outboundIPs":{"publicIPs":["20.246.169.224","20.246.170.4"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"tx-enterprise.asc-test.net"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"eastus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise","name":"tx-enterprise","systemData":{"createdBy":"xiading@microsoft.com","createdByType":"User","createdAt":"2022-11-01T05:28:28.6663306Z","lastModifiedBy":"xiading@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-11-01T05:28:28.6663306Z"}}' @@ -5237,7 +5238,7 @@ interactions: User-Agent: - AZURECLI/2.41.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.0 (Linux-4.4.0-22621-Microsoft-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/domains/gateway-cli.azdmss-test.net?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tx/providers/Microsoft.AppPlatform/Spring/tx-enterprise/gateways/default/domains/gateway-cli.azdmss-test.net?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"EntityNotFound","message":"CustomDomain ''gateway-cli.azdmss-test.net'' diff --git a/src/spring/azext_spring/tests/latest/recordings/test_generate_deployment_dump.yaml b/src/spring/azext_spring/tests/latest/recordings/test_generate_deployment_dump.yaml index 4eb16ea1379..b1d8b58386f 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_generate_deployment_dump.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_generate_deployment_dump.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app-dump/deployments/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app-dump/deployments/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"},"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-app-dump-default-23-75bf876455-xz892","status":"Running","discoveryStatus":"UP","startTime":"2022-01-17T21:05:40Z"}]},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app-dump/deployments/default","name":"default","systemData":{"createdBy":"3462cf92-dc17-43c5-8c7e-e50c11a1c181","createdByType":"Application","createdAt":"2022-01-17T21:05:09.7194765Z","lastModifiedBy":"3462cf92-dc17-43c5-8c7e-e50c11a1c181","lastModifiedByType":"Application","lastModifiedAt":"2022-01-17T21:05:27.4994709Z"}}' @@ -67,7 +67,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app-dump/deployments/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app-dump/deployments/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"},"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-app-dump-default-23-75bf876455-xz892","status":"Running","discoveryStatus":"UP","startTime":"2022-01-17T21:05:40Z"}]},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app-dump/deployments/default","name":"default","systemData":{"createdBy":"3462cf92-dc17-43c5-8c7e-e50c11a1c181","createdByType":"Application","createdAt":"2022-01-17T21:05:09.7194765Z","lastModifiedBy":"3462cf92-dc17-43c5-8c7e-e50c11a1c181","lastModifiedByType":"Application","lastModifiedAt":"2022-01-17T21:05:27.4994709Z"}}' @@ -124,13 +124,13 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app-dump/deployments/default/generateHeapDump?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app-dump/deployments/default/generateHeapDump?api-version=2023-05-01-preview response: body: string: '{"appInstance":"test-app-dump-default-23-75bf876455-xz892","filePath":"C:UsersyuwzhoAppDataLocalTempdumpfile.txt","duration":"60s"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -174,7 +174,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -224,7 +224,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -274,7 +274,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -324,7 +324,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -374,7 +374,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -424,7 +424,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -474,7 +474,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -524,7 +524,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -574,7 +574,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -624,7 +624,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -674,7 +674,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -724,7 +724,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -774,7 +774,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -824,7 +824,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -874,7 +874,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -924,7 +924,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -974,7 +974,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -1024,7 +1024,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -1074,7 +1074,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -1124,7 +1124,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -1174,7 +1174,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -1224,7 +1224,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -1274,7 +1274,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -1324,7 +1324,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -1374,7 +1374,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -1424,7 +1424,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -1474,7 +1474,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -1524,7 +1524,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -1574,7 +1574,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -1624,7 +1624,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -1674,7 +1674,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -1724,7 +1724,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -1774,7 +1774,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -1824,7 +1824,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -1874,7 +1874,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -1924,7 +1924,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -1974,7 +1974,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -2024,7 +2024,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -2074,7 +2074,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -2124,7 +2124,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -2174,7 +2174,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -2224,7 +2224,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -2274,7 +2274,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -2324,7 +2324,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -2374,7 +2374,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -2424,7 +2424,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -2474,7 +2474,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -2524,7 +2524,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -2574,7 +2574,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -2624,7 +2624,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -2674,7 +2674,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -2724,7 +2724,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -2774,7 +2774,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -2824,7 +2824,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -2874,7 +2874,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -2924,7 +2924,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -2974,7 +2974,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -3024,7 +3024,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -3074,7 +3074,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -3124,7 +3124,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -3174,7 +3174,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -3224,7 +3224,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -3274,7 +3274,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -3324,7 +3324,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -3374,7 +3374,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -3424,7 +3424,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -3474,7 +3474,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -3524,7 +3524,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -3574,7 +3574,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -3624,7 +3624,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -3674,7 +3674,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -3724,7 +3724,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -3774,7 +3774,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -3824,7 +3824,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -3874,7 +3874,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -3924,7 +3924,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -3974,7 +3974,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -4024,7 +4024,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -4074,7 +4074,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -4124,7 +4124,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -4174,7 +4174,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -4224,7 +4224,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -4274,7 +4274,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -4324,7 +4324,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -4374,7 +4374,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -4424,7 +4424,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -4474,7 +4474,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -4524,7 +4524,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -4574,7 +4574,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -4624,7 +4624,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -4674,7 +4674,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -4724,7 +4724,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -4774,7 +4774,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -4824,7 +4824,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -4874,7 +4874,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -4924,7 +4924,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -4974,7 +4974,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -5024,7 +5024,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -5074,7 +5074,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -5124,7 +5124,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -5174,7 +5174,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -5224,7 +5224,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -5274,7 +5274,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -5324,7 +5324,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -5374,7 +5374,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -5424,7 +5424,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -5474,7 +5474,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -5524,7 +5524,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -5574,7 +5574,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -5624,7 +5624,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -5674,7 +5674,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -5724,7 +5724,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -5774,7 +5774,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -5824,7 +5824,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -5874,7 +5874,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -5924,7 +5924,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -5974,7 +5974,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -6024,7 +6024,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -6074,7 +6074,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -6124,7 +6124,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -6174,7 +6174,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -6224,7 +6224,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -6274,7 +6274,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -6324,7 +6324,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -6374,7 +6374,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -6424,7 +6424,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -6474,7 +6474,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -6524,7 +6524,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -6574,7 +6574,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -6624,7 +6624,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -6674,7 +6674,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -6724,7 +6724,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -6774,7 +6774,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -6824,7 +6824,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -6874,7 +6874,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -6924,7 +6924,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -6974,7 +6974,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -7024,7 +7024,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -7074,7 +7074,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -7124,7 +7124,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -7174,7 +7174,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -7224,7 +7224,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -7274,7 +7274,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -7324,7 +7324,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -7374,7 +7374,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -7424,7 +7424,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -7474,7 +7474,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -7524,7 +7524,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -7574,7 +7574,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -7624,7 +7624,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -7674,7 +7674,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -7724,7 +7724,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -7774,7 +7774,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -7824,7 +7824,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -7874,7 +7874,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -7924,7 +7924,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -7974,7 +7974,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -8024,7 +8024,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -8074,7 +8074,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -8124,7 +8124,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -8174,7 +8174,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -8224,7 +8224,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -8274,7 +8274,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -8324,7 +8324,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -8374,7 +8374,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -8424,7 +8424,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -8474,7 +8474,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -8524,7 +8524,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -8574,7 +8574,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -8624,7 +8624,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -8674,7 +8674,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -8724,7 +8724,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -8774,7 +8774,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -8824,7 +8824,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -8874,7 +8874,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -8924,7 +8924,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -8974,7 +8974,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -9024,7 +9024,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -9074,7 +9074,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -9124,7 +9124,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -9174,7 +9174,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -9224,7 +9224,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -9274,7 +9274,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -9324,7 +9324,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -9374,7 +9374,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -9424,7 +9424,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -9474,7 +9474,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -9524,7 +9524,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -9574,7 +9574,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -9624,7 +9624,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -9674,7 +9674,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -9724,7 +9724,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -9774,7 +9774,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -9824,7 +9824,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -9874,7 +9874,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -9924,7 +9924,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -9974,7 +9974,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -10024,7 +10024,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -10074,7 +10074,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -10124,7 +10124,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -10174,7 +10174,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -10224,7 +10224,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -10274,7 +10274,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -10324,7 +10324,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -10374,7 +10374,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -10424,7 +10424,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -10474,7 +10474,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -10524,7 +10524,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -10574,7 +10574,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -10624,7 +10624,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -10674,7 +10674,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -10724,7 +10724,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -10774,7 +10774,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -10824,7 +10824,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -10874,7 +10874,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -10924,7 +10924,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -10974,7 +10974,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -11024,7 +11024,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -11074,7 +11074,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -11124,7 +11124,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -11174,7 +11174,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -11224,7 +11224,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -11274,7 +11274,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -11324,7 +11324,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -11374,7 +11374,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -11424,7 +11424,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -11474,7 +11474,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -11524,7 +11524,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -11574,7 +11574,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -11624,7 +11624,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -11674,7 +11674,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -11724,7 +11724,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -11774,7 +11774,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -11824,7 +11824,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -11874,7 +11874,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -11924,7 +11924,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -11974,7 +11974,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -12024,7 +12024,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -12074,7 +12074,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -12124,7 +12124,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -12174,7 +12174,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -12224,7 +12224,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -12274,7 +12274,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -12324,7 +12324,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -12374,7 +12374,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -12424,7 +12424,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -12474,7 +12474,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -12524,7 +12524,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -12574,7 +12574,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -12624,7 +12624,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -12674,7 +12674,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -12724,7 +12724,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -12774,7 +12774,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -12824,7 +12824,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -12874,7 +12874,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -12924,7 +12924,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -12974,7 +12974,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -13024,7 +13024,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -13074,7 +13074,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -13124,7 +13124,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -13174,7 +13174,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -13224,7 +13224,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -13274,7 +13274,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -13324,7 +13324,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -13374,7 +13374,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -13424,7 +13424,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -13474,7 +13474,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -13524,7 +13524,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -13574,7 +13574,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -13624,7 +13624,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -13674,7 +13674,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -13724,7 +13724,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -13774,7 +13774,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -13824,7 +13824,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -13874,7 +13874,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -13924,7 +13924,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -13974,7 +13974,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -14024,7 +14024,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -14074,7 +14074,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -14124,7 +14124,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -14174,7 +14174,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -14224,7 +14224,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -14274,7 +14274,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -14324,7 +14324,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -14374,7 +14374,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -14424,7 +14424,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -14474,7 +14474,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -14524,7 +14524,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -14574,7 +14574,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -14624,7 +14624,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -14674,7 +14674,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -14724,7 +14724,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -14774,7 +14774,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -14824,7 +14824,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -14874,7 +14874,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -14924,7 +14924,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -14974,7 +14974,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -15024,7 +15024,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -15074,7 +15074,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -15124,7 +15124,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -15174,7 +15174,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -15224,7 +15224,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -15274,7 +15274,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -15324,7 +15324,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -15374,7 +15374,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -15424,7 +15424,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -15474,7 +15474,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -15524,7 +15524,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -15574,7 +15574,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -15624,7 +15624,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -15674,7 +15674,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -15724,7 +15724,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -15774,7 +15774,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -15824,7 +15824,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -15874,7 +15874,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -15924,7 +15924,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -15974,7 +15974,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -16024,7 +16024,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -16074,7 +16074,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -16124,7 +16124,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -16174,7 +16174,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -16224,7 +16224,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -16274,7 +16274,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -16324,7 +16324,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -16374,7 +16374,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -16424,7 +16424,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -16474,7 +16474,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -16524,7 +16524,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -16574,7 +16574,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -16624,7 +16624,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -16674,7 +16674,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -16724,7 +16724,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -16774,7 +16774,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -16824,7 +16824,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -16874,7 +16874,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -16924,7 +16924,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -16974,7 +16974,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -17024,7 +17024,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -17074,7 +17074,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -17124,7 +17124,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -17174,7 +17174,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -17224,7 +17224,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -17274,7 +17274,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -17324,7 +17324,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -17374,7 +17374,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -17424,7 +17424,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -17474,7 +17474,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -17524,7 +17524,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -17574,7 +17574,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -17624,7 +17624,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -17674,7 +17674,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -17724,7 +17724,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -17774,7 +17774,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -17824,7 +17824,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -17874,7 +17874,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -17924,7 +17924,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -17974,7 +17974,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Running","startTime":"2022-01-19T03:28:30.1744848Z"}' @@ -18024,7 +18024,7 @@ interactions: User-Agent: - AZURECLI/2.32.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2euap/operationStatus/default/operationId/a0429aa1-0799-4855-a144-a245ad21685f","name":"a0429aa1-0799-4855-a144-a245ad21685f","status":"Succeeded","startTime":"2022-01-19T03:28:30.1744848Z"}' diff --git a/src/spring/azext_spring/tests/latest/recordings/test_live_view.yaml b/src/spring/azext_spring/tests/latest/recordings/test_live_view.yaml index f7f5c6164f8..f65622f2314 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_live_view.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_live_view.yaml @@ -20,13 +20,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Creating","public":true,"resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":1},"features":{"applicationAccelerator":{"state":"Enabled","route":"create"},"applicationLiveView":{"state":"Enabled","route":"app-live-view"}}},"type":"Microsoft.AppPlatform/Spring/devToolPortals","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/devToolPortals/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:24:24.8096627Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:24:24.8096627Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/a0e9775f-8c09-4c22-b578-40af1e6f0664?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/a0e9775f-8c09-4c22-b578-40af1e6f0664?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -38,7 +38,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/a0e9775f-8c09-4c22-b578-40af1e6f0664/Spring/clitest000002?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/a0e9775f-8c09-4c22-b578-40af1e6f0664/Spring/clitest000002?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -70,7 +70,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/a0e9775f-8c09-4c22-b578-40af1e6f0664?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/a0e9775f-8c09-4c22-b578-40af1e6f0664?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/a0e9775f-8c09-4c22-b578-40af1e6f0664","name":"a0e9775f-8c09-4c22-b578-40af1e6f0664","status":"Running","startTime":"2023-03-21T05:24:25.6998118Z"}' @@ -118,7 +118,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/a0e9775f-8c09-4c22-b578-40af1e6f0664?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/a0e9775f-8c09-4c22-b578-40af1e6f0664?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/a0e9775f-8c09-4c22-b578-40af1e6f0664","name":"a0e9775f-8c09-4c22-b578-40af1e6f0664","status":"Running","startTime":"2023-03-21T05:24:25.6998118Z"}' @@ -166,7 +166,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/a0e9775f-8c09-4c22-b578-40af1e6f0664?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/a0e9775f-8c09-4c22-b578-40af1e6f0664?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/a0e9775f-8c09-4c22-b578-40af1e6f0664","name":"a0e9775f-8c09-4c22-b578-40af1e6f0664","status":"Running","startTime":"2023-03-21T05:24:25.6998118Z"}' @@ -214,7 +214,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/a0e9775f-8c09-4c22-b578-40af1e6f0664?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/a0e9775f-8c09-4c22-b578-40af1e6f0664?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/a0e9775f-8c09-4c22-b578-40af1e6f0664","name":"a0e9775f-8c09-4c22-b578-40af1e6f0664","status":"Running","startTime":"2023-03-21T05:24:25.6998118Z"}' @@ -262,7 +262,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/a0e9775f-8c09-4c22-b578-40af1e6f0664?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/a0e9775f-8c09-4c22-b578-40af1e6f0664?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/a0e9775f-8c09-4c22-b578-40af1e6f0664","name":"a0e9775f-8c09-4c22-b578-40af1e6f0664","status":"Succeeded","startTime":"2023-03-21T05:24:25.6998118Z","endTime":"2023-03-21T05:25:07.1501804Z"}' @@ -310,7 +310,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","public":true,"url":"clitest000002-devtoolportal-64461.svc.azuremicroservices.io","resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":1},"instances":[{"name":"server-5c649f5597-fdlch","status":"Running"}],"features":{"applicationAccelerator":{"state":"Enabled","route":"create"},"applicationLiveView":{"state":"Enabled","route":"app-live-view"}}},"type":"Microsoft.AppPlatform/Spring/devToolPortals","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/devToolPortals/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:24:24.8096627Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:24:24.8096627Z"}}' @@ -358,7 +358,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"99b587e787c5485ba789d186f58aec20","networkProfile":{"outboundIPs":{"publicIPs":["51.104.255.226","51.11.43.86"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:10:12.3542041Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:10:12.3542041Z"}}' @@ -412,13 +412,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationLiveViews/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationLiveViews/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Creating","components":[{"name":"app-live-view-connector","resourceRequests":{"cpu":"500m","memory":"512Mi","instanceCount":1},"instances":[]},{"name":"app-live-view-server","resourceRequests":{"cpu":"1","memory":"1Gi","instanceCount":1},"instances":[]}]},"type":"Microsoft.AppPlatform/Spring/applicationLiveViews","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationLiveViews/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:25:12.5624395Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:25:12.5624395Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/93331209-8b9d-4a5c-9da6-7dd5ecee491a?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/93331209-8b9d-4a5c-9da6-7dd5ecee491a?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -430,7 +430,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/93331209-8b9d-4a5c-9da6-7dd5ecee491a/Spring/clitest000002?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/93331209-8b9d-4a5c-9da6-7dd5ecee491a/Spring/clitest000002?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -462,7 +462,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/93331209-8b9d-4a5c-9da6-7dd5ecee491a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/93331209-8b9d-4a5c-9da6-7dd5ecee491a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/93331209-8b9d-4a5c-9da6-7dd5ecee491a","name":"93331209-8b9d-4a5c-9da6-7dd5ecee491a","status":"Running","startTime":"2023-03-21T05:25:13.5456021Z"}' @@ -510,7 +510,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/93331209-8b9d-4a5c-9da6-7dd5ecee491a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/93331209-8b9d-4a5c-9da6-7dd5ecee491a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/93331209-8b9d-4a5c-9da6-7dd5ecee491a","name":"93331209-8b9d-4a5c-9da6-7dd5ecee491a","status":"Running","startTime":"2023-03-21T05:25:13.5456021Z"}' @@ -558,7 +558,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/93331209-8b9d-4a5c-9da6-7dd5ecee491a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/93331209-8b9d-4a5c-9da6-7dd5ecee491a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/93331209-8b9d-4a5c-9da6-7dd5ecee491a","name":"93331209-8b9d-4a5c-9da6-7dd5ecee491a","status":"Running","startTime":"2023-03-21T05:25:13.5456021Z"}' @@ -606,7 +606,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/93331209-8b9d-4a5c-9da6-7dd5ecee491a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/93331209-8b9d-4a5c-9da6-7dd5ecee491a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/93331209-8b9d-4a5c-9da6-7dd5ecee491a","name":"93331209-8b9d-4a5c-9da6-7dd5ecee491a","status":"Running","startTime":"2023-03-21T05:25:13.5456021Z"}' @@ -654,7 +654,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/93331209-8b9d-4a5c-9da6-7dd5ecee491a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/93331209-8b9d-4a5c-9da6-7dd5ecee491a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/93331209-8b9d-4a5c-9da6-7dd5ecee491a","name":"93331209-8b9d-4a5c-9da6-7dd5ecee491a","status":"Running","startTime":"2023-03-21T05:25:13.5456021Z"}' @@ -702,7 +702,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/93331209-8b9d-4a5c-9da6-7dd5ecee491a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/93331209-8b9d-4a5c-9da6-7dd5ecee491a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/93331209-8b9d-4a5c-9da6-7dd5ecee491a","name":"93331209-8b9d-4a5c-9da6-7dd5ecee491a","status":"Succeeded","startTime":"2023-03-21T05:25:13.5456021Z","endTime":"2023-03-21T05:26:00.9900176Z"}' @@ -750,7 +750,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationLiveViews/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationLiveViews/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","components":[{"name":"app-live-view-connector","resourceRequests":{"cpu":"500m","memory":"512Mi","instanceCount":1},"instances":[{"name":"application-live-view-connector-54f59496fc-n854b","status":"Running"}]},{"name":"app-live-view-server","resourceRequests":{"cpu":"1","memory":"1Gi","instanceCount":1},"instances":[{"name":"application-live-view-server-8669978849-b4zjt","status":"Running"}]}]},"type":"Microsoft.AppPlatform/Spring/applicationLiveViews","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationLiveViews/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:25:12.5624395Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:25:12.5624395Z"}}' @@ -798,7 +798,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"99b587e787c5485ba789d186f58aec20","networkProfile":{"outboundIPs":{"publicIPs":["51.104.255.226","51.11.43.86"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:10:12.3542041Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:10:12.3542041Z"}}' @@ -848,7 +848,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","public":true,"url":"clitest000002-devtoolportal-64461.svc.azuremicroservices.io","resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":1},"instances":[{"name":"server-5c649f5597-fdlch","status":"Running"}],"features":{"applicationAccelerator":{"state":"Enabled","route":"create"},"applicationLiveView":{"state":"Enabled","route":"app-live-view"}}},"type":"Microsoft.AppPlatform/Spring/devToolPortals","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/devToolPortals/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:24:24.8096627Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:24:24.8096627Z"}}' @@ -896,7 +896,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"99b587e787c5485ba789d186f58aec20","networkProfile":{"outboundIPs":{"publicIPs":["51.104.255.226","51.11.43.86"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:10:12.3542041Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:10:12.3542041Z"}}' @@ -948,13 +948,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationLiveViews/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationLiveViews/default?api-version=2023-05-01-preview response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/feeb2869-512c-44c4-9d29-8ed91cdab499?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/feeb2869-512c-44c4-9d29-8ed91cdab499?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -964,7 +964,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/feeb2869-512c-44c4-9d29-8ed91cdab499/Spring/clitest000002?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/feeb2869-512c-44c4-9d29-8ed91cdab499/Spring/clitest000002?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -996,7 +996,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","public":true,"url":"clitest000002-devtoolportal-64461.svc.azuremicroservices.io","resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":1},"instances":[{"name":"server-5c649f5597-fdlch","status":"Running"}],"features":{"applicationAccelerator":{"state":"Enabled","route":"create"},"applicationLiveView":{"state":"Enabled","route":"app-live-view"}}},"type":"Microsoft.AppPlatform/Spring/devToolPortals","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/devToolPortals/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:24:24.8096627Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:24:24.8096627Z"}}' @@ -1049,13 +1049,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Updating","public":true,"url":"clitest000002-devtoolportal-64461.svc.azuremicroservices.io","resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":1},"features":{"applicationAccelerator":{"state":"Enabled","route":"create"},"applicationLiveView":{"state":"Disabled","route":"app-live-view"}}},"type":"Microsoft.AppPlatform/Spring/devToolPortals","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/devToolPortals/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:24:24.8096627Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:26:17.325223Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/daaa324d-bf92-42b1-9006-7f3ff76e0e49?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/daaa324d-bf92-42b1-9006-7f3ff76e0e49?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1067,7 +1067,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/daaa324d-bf92-42b1-9006-7f3ff76e0e49/Spring/clitest000002?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/daaa324d-bf92-42b1-9006-7f3ff76e0e49/Spring/clitest000002?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1099,7 +1099,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/daaa324d-bf92-42b1-9006-7f3ff76e0e49?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/daaa324d-bf92-42b1-9006-7f3ff76e0e49?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/daaa324d-bf92-42b1-9006-7f3ff76e0e49","name":"daaa324d-bf92-42b1-9006-7f3ff76e0e49","status":"Running","startTime":"2023-03-21T05:26:17.691695Z"}' @@ -1147,7 +1147,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/feeb2869-512c-44c4-9d29-8ed91cdab499?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/feeb2869-512c-44c4-9d29-8ed91cdab499?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/feeb2869-512c-44c4-9d29-8ed91cdab499","name":"feeb2869-512c-44c4-9d29-8ed91cdab499","status":"Running","startTime":"2023-03-21T05:26:16.4910578Z"}' @@ -1195,7 +1195,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/daaa324d-bf92-42b1-9006-7f3ff76e0e49?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/daaa324d-bf92-42b1-9006-7f3ff76e0e49?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/daaa324d-bf92-42b1-9006-7f3ff76e0e49","name":"daaa324d-bf92-42b1-9006-7f3ff76e0e49","status":"Succeeded","startTime":"2023-03-21T05:26:17.691695Z","endTime":"2023-03-21T05:26:27.766753Z"}' @@ -1243,7 +1243,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","public":true,"url":"clitest000002-devtoolportal-64461.svc.azuremicroservices.io","resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":1},"instances":[{"name":"server-5c649f5597-fdlch","status":"Running"}],"features":{"applicationAccelerator":{"state":"Enabled","route":"create"},"applicationLiveView":{"state":"Disabled","route":"app-live-view"}}},"type":"Microsoft.AppPlatform/Spring/devToolPortals","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/devToolPortals/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:24:24.8096627Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:26:17.325223Z"}}' @@ -1291,7 +1291,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/feeb2869-512c-44c4-9d29-8ed91cdab499?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/feeb2869-512c-44c4-9d29-8ed91cdab499?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/feeb2869-512c-44c4-9d29-8ed91cdab499","name":"feeb2869-512c-44c4-9d29-8ed91cdab499","status":"Running","startTime":"2023-03-21T05:26:16.4910578Z"}' @@ -1339,7 +1339,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/feeb2869-512c-44c4-9d29-8ed91cdab499?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/feeb2869-512c-44c4-9d29-8ed91cdab499?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/feeb2869-512c-44c4-9d29-8ed91cdab499","name":"feeb2869-512c-44c4-9d29-8ed91cdab499","status":"Running","startTime":"2023-03-21T05:26:16.4910578Z"}' @@ -1387,7 +1387,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/feeb2869-512c-44c4-9d29-8ed91cdab499?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/feeb2869-512c-44c4-9d29-8ed91cdab499?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/feeb2869-512c-44c4-9d29-8ed91cdab499","name":"feeb2869-512c-44c4-9d29-8ed91cdab499","status":"Running","startTime":"2023-03-21T05:26:16.4910578Z"}' @@ -1435,7 +1435,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/feeb2869-512c-44c4-9d29-8ed91cdab499?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/feeb2869-512c-44c4-9d29-8ed91cdab499?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/feeb2869-512c-44c4-9d29-8ed91cdab499","name":"feeb2869-512c-44c4-9d29-8ed91cdab499","status":"Succeeded","startTime":"2023-03-21T05:26:16.4910578Z","endTime":"2023-03-21T05:27:05.2102181Z"}' @@ -1483,7 +1483,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"99b587e787c5485ba789d186f58aec20","networkProfile":{"outboundIPs":{"publicIPs":["51.104.255.226","51.11.43.86"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:10:12.3542041Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:10:12.3542041Z"}}' @@ -1533,7 +1533,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/DevToolPortals/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","public":true,"url":"clitest000002-devtoolportal-64461.svc.azuremicroservices.io","resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":1},"instances":[{"name":"server-5c649f5597-fdlch","status":"Running"},{"name":"server-65d9c487d6-rv42n","status":"Running"}],"features":{"applicationAccelerator":{"state":"Enabled","route":"create"},"applicationLiveView":{"state":"Disabled","route":"app-live-view"}}},"type":"Microsoft.AppPlatform/Spring/devToolPortals","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/devToolPortals/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:24:24.8096627Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:26:17.325223Z"}}' diff --git a/src/spring/azext_spring/tests/latest/recordings/test_load_public_cert_to_app.yaml b/src/spring/azext_spring/tests/latest/recordings/test_load_public_cert_to_app.yaml index 5e4eed227a1..b4ecd1cd6b2 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_load_public_cert_to_app.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_load_public_cert_to_app.yaml @@ -19,13 +19,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/digi-cert?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/digi-cert?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Creating","type":"ContentCertificate"},"type":"Microsoft.AppPlatform/Spring/certificates","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/digi-cert","name":"digi-cert","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-14T03:25:06.3639286Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T03:25:06.3639286Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000002/operationId/a7bfbcad-fb49-40a4-8fcc-25519c992638?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000002/operationId/a7bfbcad-fb49-40a4-8fcc-25519c992638?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -37,7 +37,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/a7bfbcad-fb49-40a4-8fcc-25519c992638/Spring/clitest000002?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/a7bfbcad-fb49-40a4-8fcc-25519c992638/Spring/clitest000002?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -69,7 +69,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000002/operationId/a7bfbcad-fb49-40a4-8fcc-25519c992638?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000002/operationId/a7bfbcad-fb49-40a4-8fcc-25519c992638?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000002/operationId/a7bfbcad-fb49-40a4-8fcc-25519c992638","name":"a7bfbcad-fb49-40a4-8fcc-25519c992638","status":"Running","startTime":"2023-04-14T03:25:07.7245134Z"}' @@ -117,7 +117,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000002/operationId/a7bfbcad-fb49-40a4-8fcc-25519c992638?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000002/operationId/a7bfbcad-fb49-40a4-8fcc-25519c992638?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000002/operationId/a7bfbcad-fb49-40a4-8fcc-25519c992638","name":"a7bfbcad-fb49-40a4-8fcc-25519c992638","status":"Succeeded","startTime":"2023-04-14T03:25:07.7245134Z","endTime":"2023-04-14T03:25:14.9270075Z"}' @@ -165,7 +165,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/digi-cert?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/digi-cert?api-version=2023-05-01-preview response: body: string: '{"properties":{"thumbprint":"a8985d3a65e5e5c4b2d7d66d40c6dd2fb19c5436","issuer":"DigiCert @@ -219,13 +219,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/balti-cert?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/balti-cert?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Creating","type":"ContentCertificate"},"type":"Microsoft.AppPlatform/Spring/certificates","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/balti-cert","name":"balti-cert","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-14T03:25:20.4136958Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T03:25:20.4136958Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000002/operationId/d0c10ca0-05b3-4617-94c9-364da8de53d5?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000002/operationId/d0c10ca0-05b3-4617-94c9-364da8de53d5?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -237,7 +237,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/d0c10ca0-05b3-4617-94c9-364da8de53d5/Spring/clitest000002?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/d0c10ca0-05b3-4617-94c9-364da8de53d5/Spring/clitest000002?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -269,7 +269,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000002/operationId/d0c10ca0-05b3-4617-94c9-364da8de53d5?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000002/operationId/d0c10ca0-05b3-4617-94c9-364da8de53d5?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000002/operationId/d0c10ca0-05b3-4617-94c9-364da8de53d5","name":"d0c10ca0-05b3-4617-94c9-364da8de53d5","status":"Running","startTime":"2023-04-14T03:25:21.2034813Z"}' @@ -317,7 +317,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000002/operationId/d0c10ca0-05b3-4617-94c9-364da8de53d5?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000002/operationId/d0c10ca0-05b3-4617-94c9-364da8de53d5?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000002/operationId/d0c10ca0-05b3-4617-94c9-364da8de53d5","name":"d0c10ca0-05b3-4617-94c9-364da8de53d5","status":"Succeeded","startTime":"2023-04-14T03:25:21.2034813Z","endTime":"2023-04-14T03:25:27.4106766Z"}' @@ -365,7 +365,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/balti-cert?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/balti-cert?api-version=2023-05-01-preview response: body: string: '{"properties":{"thumbprint":"d4de20d05e66fc53fe1a50882c78db2852cae474","issuer":"Baltimore @@ -415,7 +415,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/digi-cert?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/digi-cert?api-version=2023-05-01-preview response: body: string: '{"properties":{"thumbprint":"a8985d3a65e5e5c4b2d7d66d40c6dd2fb19c5436","issuer":"DigiCert @@ -465,7 +465,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/balti-cert?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/balti-cert?api-version=2023-05-01-preview response: body: string: '{"properties":{"thumbprint":"d4de20d05e66fc53fe1a50882c78db2852cae474","issuer":"Baltimore @@ -515,7 +515,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"thumbprint":"d4de20d05e66fc53fe1a50882c78db2852cae474","issuer":"Baltimore @@ -567,7 +567,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"NotFound","message":"App was not found","target":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","details":null}}' @@ -613,7 +613,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"56e88126a961459ca367bb6223cf4a16","networkProfile":{"outboundIPs":{"publicIPs":["20.219.181.209","20.219.183.20"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-03-23T02:52:58.6146926Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-23T02:57:49.439147Z"}}' @@ -663,7 +663,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/balti-cert?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/balti-cert?api-version=2023-05-01-preview response: body: string: '{"properties":{"thumbprint":"d4de20d05e66fc53fe1a50882c78db2852cae474","issuer":"Baltimore @@ -720,13 +720,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Creating","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"loadedCertificates":[{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/balti-cert","loadTrustStore":true}],"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-14T03:25:40.7713272Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T03:25:40.7713272Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/999de4d4-5ced-483b-b7e4-61982dc1eeba?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/999de4d4-5ced-483b-b7e4-61982dc1eeba?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -738,7 +738,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/999de4d4-5ced-483b-b7e4-61982dc1eeba/Spring/clitest000003?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/999de4d4-5ced-483b-b7e4-61982dc1eeba/Spring/clitest000003?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -770,7 +770,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/999de4d4-5ced-483b-b7e4-61982dc1eeba?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/999de4d4-5ced-483b-b7e4-61982dc1eeba?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/999de4d4-5ced-483b-b7e4-61982dc1eeba","name":"999de4d4-5ced-483b-b7e4-61982dc1eeba","status":"Running","startTime":"2023-04-14T03:25:41.2897341Z"}' @@ -818,7 +818,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/999de4d4-5ced-483b-b7e4-61982dc1eeba?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/999de4d4-5ced-483b-b7e4-61982dc1eeba?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/999de4d4-5ced-483b-b7e4-61982dc1eeba","name":"999de4d4-5ced-483b-b7e4-61982dc1eeba","status":"Succeeded","startTime":"2023-04-14T03:25:41.2897341Z","endTime":"2023-04-14T03:25:47.809398Z"}' @@ -866,7 +866,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"loadedCertificates":[{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/balti-cert","loadTrustStore":true}],"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-14T03:25:40.7713272Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T03:25:40.7713272Z"}}' @@ -923,13 +923,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90},"provisioningState":"Creating","status":"Running","active":true,"instances":null,"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-14T03:25:56.5213725Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T03:25:56.5213725Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/3581d157-c68e-4f87-a35b-7586ebe9e1e7?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/3581d157-c68e-4f87-a35b-7586ebe9e1e7?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -941,7 +941,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/3581d157-c68e-4f87-a35b-7586ebe9e1e7/Spring/default?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/3581d157-c68e-4f87-a35b-7586ebe9e1e7/Spring/default?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -973,7 +973,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/3581d157-c68e-4f87-a35b-7586ebe9e1e7?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/3581d157-c68e-4f87-a35b-7586ebe9e1e7?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/3581d157-c68e-4f87-a35b-7586ebe9e1e7","name":"3581d157-c68e-4f87-a35b-7586ebe9e1e7","status":"Running","startTime":"2023-04-14T03:25:57.2657182Z"}' @@ -1021,7 +1021,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/3581d157-c68e-4f87-a35b-7586ebe9e1e7?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/3581d157-c68e-4f87-a35b-7586ebe9e1e7?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/3581d157-c68e-4f87-a35b-7586ebe9e1e7","name":"3581d157-c68e-4f87-a35b-7586ebe9e1e7","status":"Running","startTime":"2023-04-14T03:25:57.2657182Z"}' @@ -1069,7 +1069,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/3581d157-c68e-4f87-a35b-7586ebe9e1e7?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/3581d157-c68e-4f87-a35b-7586ebe9e1e7?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/3581d157-c68e-4f87-a35b-7586ebe9e1e7","name":"3581d157-c68e-4f87-a35b-7586ebe9e1e7","status":"Running","startTime":"2023-04-14T03:25:57.2657182Z"}' @@ -1117,7 +1117,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/3581d157-c68e-4f87-a35b-7586ebe9e1e7?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/3581d157-c68e-4f87-a35b-7586ebe9e1e7?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/3581d157-c68e-4f87-a35b-7586ebe9e1e7","name":"3581d157-c68e-4f87-a35b-7586ebe9e1e7","status":"Running","startTime":"2023-04-14T03:25:57.2657182Z"}' @@ -1165,7 +1165,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/3581d157-c68e-4f87-a35b-7586ebe9e1e7?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/3581d157-c68e-4f87-a35b-7586ebe9e1e7?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/3581d157-c68e-4f87-a35b-7586ebe9e1e7","name":"3581d157-c68e-4f87-a35b-7586ebe9e1e7","status":"Succeeded","startTime":"2023-04-14T03:25:57.2657182Z","endTime":"2023-04-14T03:26:32.9586574Z"}' @@ -1213,7 +1213,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-5cbcb778d-tmnwm","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-14T03:26:07Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-14T03:25:56.5213725Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T03:25:56.5213725Z"}}' @@ -1263,7 +1263,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"loadedCertificates":[{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/balti-cert","loadTrustStore":true}],"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-14T03:25:40.7713272Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T03:25:40.7713272Z"}}' @@ -1313,7 +1313,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-5cbcb778d-tmnwm","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-14T03:26:07Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-14T03:25:56.5213725Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T03:25:56.5213725Z"}}]}' @@ -1363,7 +1363,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"loadedCertificates":[{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/balti-cert","loadTrustStore":true}],"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-14T03:25:40.7713272Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T03:25:40.7713272Z"}}' @@ -1413,7 +1413,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/digi-cert?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/digi-cert?api-version=2023-05-01-preview response: body: string: '{"properties":{"thumbprint":"a8985d3a65e5e5c4b2d7d66d40c6dd2fb19c5436","issuer":"DigiCert @@ -1474,13 +1474,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"loadedCertificates":[{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/balti-cert","loadTrustStore":true},{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/digi-cert","loadTrustStore":true}],"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-14T03:25:40.7713272Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T03:26:52.8766837Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/fe6faa93-ad5d-44ca-a8da-e8e00820b0ce?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/fe6faa93-ad5d-44ca-a8da-e8e00820b0ce?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1492,7 +1492,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/fe6faa93-ad5d-44ca-a8da-e8e00820b0ce/Spring/clitest000003?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/fe6faa93-ad5d-44ca-a8da-e8e00820b0ce/Spring/clitest000003?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1524,7 +1524,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/fe6faa93-ad5d-44ca-a8da-e8e00820b0ce?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/fe6faa93-ad5d-44ca-a8da-e8e00820b0ce?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/fe6faa93-ad5d-44ca-a8da-e8e00820b0ce","name":"fe6faa93-ad5d-44ca-a8da-e8e00820b0ce","status":"Running","startTime":"2023-04-14T03:26:53.3040472Z"}' @@ -1572,7 +1572,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/fe6faa93-ad5d-44ca-a8da-e8e00820b0ce?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/fe6faa93-ad5d-44ca-a8da-e8e00820b0ce?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/fe6faa93-ad5d-44ca-a8da-e8e00820b0ce","name":"fe6faa93-ad5d-44ca-a8da-e8e00820b0ce","status":"Running","startTime":"2023-04-14T03:26:53.3040472Z"}' @@ -1620,7 +1620,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/fe6faa93-ad5d-44ca-a8da-e8e00820b0ce?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/fe6faa93-ad5d-44ca-a8da-e8e00820b0ce?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/fe6faa93-ad5d-44ca-a8da-e8e00820b0ce","name":"fe6faa93-ad5d-44ca-a8da-e8e00820b0ce","status":"Succeeded","startTime":"2023-04-14T03:26:53.3040472Z","endTime":"2023-04-14T03:27:06.1060011Z"}' @@ -1668,7 +1668,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"loadedCertificates":[{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/balti-cert","loadTrustStore":true},{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/digi-cert","loadTrustStore":true}],"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-14T03:25:40.7713272Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T03:26:52.8766837Z"}}' @@ -1718,7 +1718,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"loadedCertificates":[{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/balti-cert","loadTrustStore":true},{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/digi-cert","loadTrustStore":true}],"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-14T03:25:40.7713272Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T03:26:52.8766837Z"}}' @@ -1768,7 +1768,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"loadedCertificates":[{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/balti-cert","loadTrustStore":true},{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/digi-cert","loadTrustStore":true}],"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-14T03:25:40.7713272Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T03:26:52.8766837Z"}},{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/test-custom-domain","name":"test-custom-domain","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T08:09:12.0763562Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T08:09:29.6027945Z"}},{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/test-remote-debugging","name":"test-remote-debugging","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T08:16:30.7030333Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T08:16:47.4997784Z"}}]}' @@ -1818,7 +1818,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/digi-cert?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/digi-cert?api-version=2023-05-01-preview response: body: string: '{"properties":{"thumbprint":"a8985d3a65e5e5c4b2d7d66d40c6dd2fb19c5436","issuer":"DigiCert @@ -1868,7 +1868,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"loadedCertificates":[{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/balti-cert","loadTrustStore":true},{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/digi-cert","loadTrustStore":true}],"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-14T03:25:40.7713272Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T03:26:52.8766837Z"}},{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/test-custom-domain","name":"test-custom-domain","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T08:09:12.0763562Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T08:09:29.6027945Z"}},{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/test-remote-debugging","name":"test-remote-debugging","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-04-04T08:16:30.7030333Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-04T08:16:47.4997784Z"}}]}' @@ -1918,7 +1918,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/digi-cert?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/digi-cert?api-version=2023-05-01-preview response: body: string: '{"properties":{"thumbprint":"a8985d3a65e5e5c4b2d7d66d40c6dd2fb19c5436","issuer":"DigiCert @@ -1968,7 +1968,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"loadedCertificates":[{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/balti-cert","loadTrustStore":true},{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/certificates/digi-cert","loadTrustStore":true}],"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-14T03:25:40.7713272Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-14T03:26:52.8766837Z"}}' @@ -2020,13 +2020,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/ef5d3f48-a4d8-4078-aff9-13537d7eda3f?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/ef5d3f48-a4d8-4078-aff9-13537d7eda3f?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -2036,7 +2036,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/ef5d3f48-a4d8-4078-aff9-13537d7eda3f/Spring/clitest000003?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/ef5d3f48-a4d8-4078-aff9-13537d7eda3f/Spring/clitest000003?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -2068,7 +2068,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/ef5d3f48-a4d8-4078-aff9-13537d7eda3f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/ef5d3f48-a4d8-4078-aff9-13537d7eda3f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/ef5d3f48-a4d8-4078-aff9-13537d7eda3f","name":"ef5d3f48-a4d8-4078-aff9-13537d7eda3f","status":"Running","startTime":"2023-04-14T03:27:24.4109217Z"}' @@ -2116,7 +2116,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/ef5d3f48-a4d8-4078-aff9-13537d7eda3f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/ef5d3f48-a4d8-4078-aff9-13537d7eda3f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/ef5d3f48-a4d8-4078-aff9-13537d7eda3f","name":"ef5d3f48-a4d8-4078-aff9-13537d7eda3f","status":"Running","startTime":"2023-04-14T03:27:24.4109217Z"}' @@ -2164,7 +2164,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 (MSI) azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/ef5d3f48-a4d8-4078-aff9-13537d7eda3f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/ef5d3f48-a4d8-4078-aff9-13537d7eda3f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/clitest000003/operationId/ef5d3f48-a4d8-4078-aff9-13537d7eda3f","name":"ef5d3f48-a4d8-4078-aff9-13537d7eda3f","status":"Succeeded","startTime":"2023-04-14T03:27:24.4109217Z","endTime":"2023-04-14T03:27:45.8325438Z"}' diff --git a/src/spring/azext_spring/tests/latest/recordings/test_persistent_storage.yaml b/src/spring/azext_spring/tests/latest/recordings/test_persistent_storage.yaml index 9d79a939957..483c99c10bb 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_persistent_storage.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_persistent_storage.yaml @@ -70,13 +70,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000003/storages/test-storage-name?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000003/storages/test-storage-name?api-version=2023-05-01-preview response: body: string: '{"type":"Microsoft.AppPlatform/Spring/storages","properties":{"accountName":"clitest000002","storageType":"StorageAccount"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000003/storages/test-storage-name","name":"test-storage-name"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/westus/operationStatus/test-storage-name/operationId/7e870dfd-4de5-4d24-8adf-661a467cea01?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/westus/operationStatus/test-storage-name/operationId/7e870dfd-4de5-4d24-8adf-661a467cea01?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -88,7 +88,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/westus/operationResults/7e870dfd-4de5-4d24-8adf-661a467cea01/Spring/test-storage-name?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/westus/operationResults/7e870dfd-4de5-4d24-8adf-661a467cea01/Spring/test-storage-name?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -120,7 +120,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/westus/operationStatus/test-storage-name/operationId/7e870dfd-4de5-4d24-8adf-661a467cea01?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/westus/operationStatus/test-storage-name/operationId/7e870dfd-4de5-4d24-8adf-661a467cea01?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/8a40d414-3e12-4334-8812-3872ae485f0a/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/westus/operationStatus/test-storage-name/operationId/7e870dfd-4de5-4d24-8adf-661a467cea01","name":"7e870dfd-4de5-4d24-8adf-661a467cea01","status":"Running","startTime":"2023-03-21T03:46:25.4358813Z"}' @@ -168,7 +168,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/westus/operationStatus/test-storage-name/operationId/7e870dfd-4de5-4d24-8adf-661a467cea01?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/westus/operationStatus/test-storage-name/operationId/7e870dfd-4de5-4d24-8adf-661a467cea01?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/8a40d414-3e12-4334-8812-3872ae485f0a/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/westus/operationStatus/test-storage-name/operationId/7e870dfd-4de5-4d24-8adf-661a467cea01","name":"7e870dfd-4de5-4d24-8adf-661a467cea01","status":"Succeeded","startTime":"2023-03-21T03:46:25.4358813Z","endTime":"2023-03-21T03:46:32.615197Z"}' @@ -216,7 +216,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000003/storages/test-storage-name?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000003/storages/test-storage-name?api-version=2023-05-01-preview response: body: string: '{"type":"Microsoft.AppPlatform/Spring/storages","properties":{"accountName":"clitest000002","storageType":"StorageAccount"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000003/storages/test-storage-name","name":"test-storage-name"}' @@ -264,7 +264,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000003/storages/test-storage-name?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000003/storages/test-storage-name?api-version=2023-05-01-preview response: body: string: '{"type":"Microsoft.AppPlatform/Spring/storages","properties":{"accountName":"clitest000002","storageType":"StorageAccount"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000003/storages/test-storage-name","name":"test-storage-name"}' @@ -312,7 +312,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000003/storages?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000003/storages?api-version=2023-05-01-preview response: body: string: '{"value":[{"type":"Microsoft.AppPlatform/Spring/storages","properties":{"accountName":"clitest000002","storageType":"StorageAccount"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000003/storages/test-storage-name","name":"test-storage-name"}]}' @@ -360,7 +360,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000003/storages/test-storage-name?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000003/storages/test-storage-name?api-version=2023-05-01-preview response: body: string: '{"type":"Microsoft.AppPlatform/Spring/storages","properties":{"accountName":"clitest000002","storageType":"StorageAccount"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000003/storages/test-storage-name","name":"test-storage-name"}' @@ -410,13 +410,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000003/storages/test-storage-name?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000003/storages/test-storage-name?api-version=2023-05-01-preview response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/westus/operationStatus/test-storage-name/operationId/4e28f3c5-ed37-4981-b44e-ba77e167aae6?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/westus/operationStatus/test-storage-name/operationId/4e28f3c5-ed37-4981-b44e-ba77e167aae6?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -426,7 +426,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/westus/operationResults/4e28f3c5-ed37-4981-b44e-ba77e167aae6/Spring/test-storage-name?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/westus/operationResults/4e28f3c5-ed37-4981-b44e-ba77e167aae6/Spring/test-storage-name?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -458,7 +458,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/westus/operationStatus/test-storage-name/operationId/4e28f3c5-ed37-4981-b44e-ba77e167aae6?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/westus/operationStatus/test-storage-name/operationId/4e28f3c5-ed37-4981-b44e-ba77e167aae6?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/8a40d414-3e12-4334-8812-3872ae485f0a/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/westus/operationStatus/test-storage-name/operationId/4e28f3c5-ed37-4981-b44e-ba77e167aae6","name":"4e28f3c5-ed37-4981-b44e-ba77e167aae6","status":"Running","startTime":"2023-03-21T03:46:44.7607866Z"}' @@ -506,7 +506,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/westus/operationStatus/test-storage-name/operationId/4e28f3c5-ed37-4981-b44e-ba77e167aae6?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/westus/operationStatus/test-storage-name/operationId/4e28f3c5-ed37-4981-b44e-ba77e167aae6?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/8a40d414-3e12-4334-8812-3872ae485f0a/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/westus/operationStatus/test-storage-name/operationId/4e28f3c5-ed37-4981-b44e-ba77e167aae6","name":"4e28f3c5-ed37-4981-b44e-ba77e167aae6","status":"Succeeded","startTime":"2023-03-21T03:46:44.7607866Z","endTime":"2023-03-21T03:46:52.4399612Z"}' @@ -554,7 +554,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000003/storages/test-storage-name?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000003/storages/test-storage-name?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"EntityNotFound","message":"Storage ''test-storage-name'' diff --git a/src/spring/azext_spring/tests/latest/recordings/test_predefined_accelerator.yaml b/src/spring/azext_spring/tests/latest/recordings/test_predefined_accelerator.yaml index 1878148efb5..60b99af400e 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_predefined_accelerator.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_predefined_accelerator.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"da917f7f53cd43678329f6da8b91a661","networkProfile":{"outboundIPs":{"publicIPs":["20.250.56.238","20.250.57.103"]},"ingressConfig":{"readTimeoutInSeconds":300},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"switzerlandnorth","tags":{"__asc_mt_enable_big_app":"true"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"3462cf92-dc17-43c5-8c7e-e50c11a1c181","createdByType":"Application","createdAt":"2023-03-24T02:22:49.7533513Z","lastModifiedBy":"3462cf92-dc17-43c5-8c7e-e50c11a1c181","lastModifiedByType":"Application","lastModifiedAt":"2023-03-24T02:22:49.7533513Z"}}' @@ -65,7 +65,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/predefinedAccelerators?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/predefinedAccelerators?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"provisioningState":"Succeeded","displayName":"Acme @@ -118,7 +118,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"da917f7f53cd43678329f6da8b91a661","networkProfile":{"outboundIPs":{"publicIPs":["20.250.56.238","20.250.57.103"]},"ingressConfig":{"readTimeoutInSeconds":300},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"switzerlandnorth","tags":{"__asc_mt_enable_big_app":"true"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"3462cf92-dc17-43c5-8c7e-e50c11a1c181","createdByType":"Application","createdAt":"2023-03-24T02:22:49.7533513Z","lastModifiedBy":"3462cf92-dc17-43c5-8c7e-e50c11a1c181","lastModifiedByType":"Application","lastModifiedAt":"2023-03-24T02:22:49.7533513Z"}}' @@ -168,7 +168,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/predefinedAccelerators/asa-java-rest-service?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/predefinedAccelerators/asa-java-rest-service?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","displayName":"Tanzu @@ -217,7 +217,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"da917f7f53cd43678329f6da8b91a661","networkProfile":{"outboundIPs":{"publicIPs":["20.250.56.238","20.250.57.103"]},"ingressConfig":{"readTimeoutInSeconds":300},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"switzerlandnorth","tags":{"__asc_mt_enable_big_app":"true"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"3462cf92-dc17-43c5-8c7e-e50c11a1c181","createdByType":"Application","createdAt":"2023-03-24T02:22:49.7533513Z","lastModifiedBy":"3462cf92-dc17-43c5-8c7e-e50c11a1c181","lastModifiedByType":"Application","lastModifiedAt":"2023-03-24T02:22:49.7533513Z"}}' @@ -269,14 +269,14 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/predefinedAccelerators/asa-java-rest-service/disable?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/predefinedAccelerators/asa-java-rest-service/disable?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Updating","displayName":"Tanzu Java Restful Web App","state":"Enabled"},"type":"Microsoft.AppPlatform/Spring/applicationAccelerators/predefinedAccelerators","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/predefinedAccelerators/asa-java-rest-service","name":"asa-java-rest-service","systemData":{"createdBy":null,"createdByType":null,"createdAt":null,"lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-24T06:01:28.4783055Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/26c7694e-4684-4950-8c0a-02da9fd961ce?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/26c7694e-4684-4950-8c0a-02da9fd961ce?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -288,7 +288,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationResults/26c7694e-4684-4950-8c0a-02da9fd961ce/Spring/clitest000002?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationResults/26c7694e-4684-4950-8c0a-02da9fd961ce/Spring/clitest000002?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -320,7 +320,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/26c7694e-4684-4950-8c0a-02da9fd961ce?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/26c7694e-4684-4950-8c0a-02da9fd961ce?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/26c7694e-4684-4950-8c0a-02da9fd961ce","name":"26c7694e-4684-4950-8c0a-02da9fd961ce","status":"Running","startTime":"2023-03-24T06:01:28.992642Z"}' @@ -368,7 +368,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/26c7694e-4684-4950-8c0a-02da9fd961ce?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/26c7694e-4684-4950-8c0a-02da9fd961ce?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/26c7694e-4684-4950-8c0a-02da9fd961ce","name":"26c7694e-4684-4950-8c0a-02da9fd961ce","status":"Succeeded","startTime":"2023-03-24T06:01:28.992642Z","endTime":"2023-03-24T06:01:35.1005912Z"}' @@ -416,7 +416,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationResults/26c7694e-4684-4950-8c0a-02da9fd961ce/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationResults/26c7694e-4684-4950-8c0a-02da9fd961ce/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '' @@ -458,7 +458,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"da917f7f53cd43678329f6da8b91a661","networkProfile":{"outboundIPs":{"publicIPs":["20.250.56.238","20.250.57.103"]},"ingressConfig":{"readTimeoutInSeconds":300},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"switzerlandnorth","tags":{"__asc_mt_enable_big_app":"true"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"3462cf92-dc17-43c5-8c7e-e50c11a1c181","createdByType":"Application","createdAt":"2023-03-24T02:22:49.7533513Z","lastModifiedBy":"3462cf92-dc17-43c5-8c7e-e50c11a1c181","lastModifiedByType":"Application","lastModifiedAt":"2023-03-24T02:22:49.7533513Z"}}' @@ -508,7 +508,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/predefinedAccelerators/asa-java-rest-service?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/predefinedAccelerators/asa-java-rest-service?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","displayName":"Tanzu @@ -557,7 +557,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"da917f7f53cd43678329f6da8b91a661","networkProfile":{"outboundIPs":{"publicIPs":["20.250.56.238","20.250.57.103"]},"ingressConfig":{"readTimeoutInSeconds":300},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"switzerlandnorth","tags":{"__asc_mt_enable_big_app":"true"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"3462cf92-dc17-43c5-8c7e-e50c11a1c181","createdByType":"Application","createdAt":"2023-03-24T02:22:49.7533513Z","lastModifiedBy":"3462cf92-dc17-43c5-8c7e-e50c11a1c181","lastModifiedByType":"Application","lastModifiedAt":"2023-03-24T02:22:49.7533513Z"}}' @@ -609,14 +609,14 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/predefinedAccelerators/asa-java-rest-service/enable?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/predefinedAccelerators/asa-java-rest-service/enable?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Updating","displayName":"Tanzu Java Restful Web App","state":"Disabled"},"type":"Microsoft.AppPlatform/Spring/applicationAccelerators/predefinedAccelerators","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/predefinedAccelerators/asa-java-rest-service","name":"asa-java-rest-service","systemData":{"createdBy":null,"createdByType":null,"createdAt":null,"lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-24T06:01:49.9604248Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/d0cf98f4-3b80-4e85-b507-777417ba7f0d?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/d0cf98f4-3b80-4e85-b507-777417ba7f0d?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -628,7 +628,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationResults/d0cf98f4-3b80-4e85-b507-777417ba7f0d/Spring/clitest000002?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationResults/d0cf98f4-3b80-4e85-b507-777417ba7f0d/Spring/clitest000002?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -660,7 +660,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/d0cf98f4-3b80-4e85-b507-777417ba7f0d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/d0cf98f4-3b80-4e85-b507-777417ba7f0d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/d0cf98f4-3b80-4e85-b507-777417ba7f0d","name":"d0cf98f4-3b80-4e85-b507-777417ba7f0d","status":"Running","startTime":"2023-03-24T06:01:52.5993435Z"}' @@ -708,7 +708,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/d0cf98f4-3b80-4e85-b507-777417ba7f0d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/d0cf98f4-3b80-4e85-b507-777417ba7f0d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/d0cf98f4-3b80-4e85-b507-777417ba7f0d","name":"d0cf98f4-3b80-4e85-b507-777417ba7f0d","status":"Running","startTime":"2023-03-24T06:01:52.5993435Z"}' @@ -756,7 +756,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/d0cf98f4-3b80-4e85-b507-777417ba7f0d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/d0cf98f4-3b80-4e85-b507-777417ba7f0d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationStatus/clitest000002/operationId/d0cf98f4-3b80-4e85-b507-777417ba7f0d","name":"d0cf98f4-3b80-4e85-b507-777417ba7f0d","status":"Succeeded","startTime":"2023-03-24T06:01:52.5993435Z","endTime":"2023-03-24T06:02:09.087329Z"}' @@ -804,7 +804,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationResults/d0cf98f4-3b80-4e85-b507-777417ba7f0d/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/switzerlandnorth/operationResults/d0cf98f4-3b80-4e85-b507-777417ba7f0d/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '' @@ -846,7 +846,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"da917f7f53cd43678329f6da8b91a661","networkProfile":{"outboundIPs":{"publicIPs":["20.250.56.238","20.250.57.103"]},"ingressConfig":{"readTimeoutInSeconds":300},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"switzerlandnorth","tags":{"__asc_mt_enable_big_app":"true"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"3462cf92-dc17-43c5-8c7e-e50c11a1c181","createdByType":"Application","createdAt":"2023-03-24T02:22:49.7533513Z","lastModifiedBy":"3462cf92-dc17-43c5-8c7e-e50c11a1c181","lastModifiedByType":"Application","lastModifiedAt":"2023-03-24T02:22:49.7533513Z"}}' @@ -896,7 +896,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/predefinedAccelerators/asa-java-rest-service?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/applicationAccelerators/default/predefinedAccelerators/asa-java-rest-service?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","displayName":"Tanzu diff --git a/src/spring/azext_spring/tests/latest/recordings/test_remote_debugging.yaml b/src/spring/azext_spring/tests/latest/recordings/test_remote_debugging.yaml index 6d118fa460f..ad5fde9f8c6 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_remote_debugging.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_remote_debugging.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"NotFound","message":"App was not found","target":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging","details":null}}' @@ -61,7 +61,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"eda694a6857540c4bcddfabb1ad901f1","networkProfile":{"outboundIPs":{"publicIPs":["20.204.208.119","20.204.209.188"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest","name":"cli-unittest","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-02-16T07:45:44.6274471Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-16T07:52:32.2436727Z"}}' @@ -116,13 +116,13 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Creating","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging","name":"test-remote-debugging","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-02-20T05:22:41.8488992Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-20T05:22:41.8488992Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-remote-debugging/operationId/97ec0c42-dd83-4d9f-b9d8-446610a90a5c?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-remote-debugging/operationId/97ec0c42-dd83-4d9f-b9d8-446610a90a5c?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -134,7 +134,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/97ec0c42-dd83-4d9f-b9d8-446610a90a5c/Spring/test-remote-debugging?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/97ec0c42-dd83-4d9f-b9d8-446610a90a5c/Spring/test-remote-debugging?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -166,7 +166,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-remote-debugging/operationId/97ec0c42-dd83-4d9f-b9d8-446610a90a5c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-remote-debugging/operationId/97ec0c42-dd83-4d9f-b9d8-446610a90a5c?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-remote-debugging/operationId/97ec0c42-dd83-4d9f-b9d8-446610a90a5c","name":"97ec0c42-dd83-4d9f-b9d8-446610a90a5c","status":"Running","startTime":"2023-02-20T05:22:42.492275Z"}' @@ -214,7 +214,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-remote-debugging/operationId/97ec0c42-dd83-4d9f-b9d8-446610a90a5c?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-remote-debugging/operationId/97ec0c42-dd83-4d9f-b9d8-446610a90a5c?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-remote-debugging/operationId/97ec0c42-dd83-4d9f-b9d8-446610a90a5c","name":"97ec0c42-dd83-4d9f-b9d8-446610a90a5c","status":"Succeeded","startTime":"2023-02-20T05:22:42.492275Z","endTime":"2023-02-20T05:22:48.8505043Z"}' @@ -262,7 +262,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging","name":"test-remote-debugging","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-02-20T05:22:41.8488992Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-20T05:22:41.8488992Z"}}' @@ -319,13 +319,13 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90},"provisioningState":"Creating","status":"Running","active":true,"instances":null,"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-02-20T05:22:57.6922841Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-20T05:22:57.6922841Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/f8a91e79-ac7d-4f4b-b04f-59c3ca0e1e34?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/f8a91e79-ac7d-4f4b-b04f-59c3ca0e1e34?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -337,7 +337,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/f8a91e79-ac7d-4f4b-b04f-59c3ca0e1e34/Spring/default?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/f8a91e79-ac7d-4f4b-b04f-59c3ca0e1e34/Spring/default?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -374,13 +374,13 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"cli-unittest.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging","name":"test-remote-debugging","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-02-20T05:22:41.8488992Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-20T05:22:59.0516331Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-remote-debugging/operationId/53357c98-4656-4126-96fd-6646f44f8f84?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-remote-debugging/operationId/53357c98-4656-4126-96fd-6646f44f8f84?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -392,7 +392,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/53357c98-4656-4126-96fd-6646f44f8f84/Spring/test-remote-debugging?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/53357c98-4656-4126-96fd-6646f44f8f84/Spring/test-remote-debugging?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -424,7 +424,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-remote-debugging/operationId/53357c98-4656-4126-96fd-6646f44f8f84?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-remote-debugging/operationId/53357c98-4656-4126-96fd-6646f44f8f84?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-remote-debugging/operationId/53357c98-4656-4126-96fd-6646f44f8f84","name":"53357c98-4656-4126-96fd-6646f44f8f84","status":"Running","startTime":"2023-02-20T05:22:59.4953181Z"}' @@ -472,7 +472,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/f8a91e79-ac7d-4f4b-b04f-59c3ca0e1e34?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/f8a91e79-ac7d-4f4b-b04f-59c3ca0e1e34?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/f8a91e79-ac7d-4f4b-b04f-59c3ca0e1e34","name":"f8a91e79-ac7d-4f4b-b04f-59c3ca0e1e34","status":"Running","startTime":"2023-02-20T05:22:58.8361318Z"}' @@ -520,7 +520,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-remote-debugging/operationId/53357c98-4656-4126-96fd-6646f44f8f84?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-remote-debugging/operationId/53357c98-4656-4126-96fd-6646f44f8f84?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/test-remote-debugging/operationId/53357c98-4656-4126-96fd-6646f44f8f84","name":"53357c98-4656-4126-96fd-6646f44f8f84","status":"Succeeded","startTime":"2023-02-20T05:22:59.4953181Z","endTime":"2023-02-20T05:23:05.8727167Z"}' @@ -568,7 +568,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging","name":"test-remote-debugging","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-02-20T05:22:41.8488992Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-20T05:22:59.0516331Z"}}' @@ -618,7 +618,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/f8a91e79-ac7d-4f4b-b04f-59c3ca0e1e34?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/f8a91e79-ac7d-4f4b-b04f-59c3ca0e1e34?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/f8a91e79-ac7d-4f4b-b04f-59c3ca0e1e34","name":"f8a91e79-ac7d-4f4b-b04f-59c3ca0e1e34","status":"Running","startTime":"2023-02-20T05:22:58.8361318Z"}' @@ -666,7 +666,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/f8a91e79-ac7d-4f4b-b04f-59c3ca0e1e34?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/f8a91e79-ac7d-4f4b-b04f-59c3ca0e1e34?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/f8a91e79-ac7d-4f4b-b04f-59c3ca0e1e34","name":"f8a91e79-ac7d-4f4b-b04f-59c3ca0e1e34","status":"Running","startTime":"2023-02-20T05:22:58.8361318Z"}' @@ -714,7 +714,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/f8a91e79-ac7d-4f4b-b04f-59c3ca0e1e34?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/f8a91e79-ac7d-4f4b-b04f-59c3ca0e1e34?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/f8a91e79-ac7d-4f4b-b04f-59c3ca0e1e34","name":"f8a91e79-ac7d-4f4b-b04f-59c3ca0e1e34","status":"Running","startTime":"2023-02-20T05:22:58.8361318Z"}' @@ -762,7 +762,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/f8a91e79-ac7d-4f4b-b04f-59c3ca0e1e34?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/f8a91e79-ac7d-4f4b-b04f-59c3ca0e1e34?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/default/operationId/f8a91e79-ac7d-4f4b-b04f-59c3ca0e1e34","name":"f8a91e79-ac7d-4f4b-b04f-59c3ca0e1e34","status":"Succeeded","startTime":"2023-02-20T05:22:58.8361318Z","endTime":"2023-02-20T05:23:47.7755069Z"}' @@ -810,7 +810,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-remote-debugging-default-21-5665854974-6szmp","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-02-20T05:23:04Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-02-20T05:22:57.6922841Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-20T05:22:57.6922841Z"}}' @@ -860,7 +860,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralindia","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging","name":"test-remote-debugging","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-02-20T05:22:41.8488992Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-20T05:22:59.0516331Z"}}' @@ -910,7 +910,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-remote-debugging-default-21-5665854974-6szmp","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-02-20T05:23:04Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-02-20T05:22:57.6922841Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-20T05:22:57.6922841Z"}}]}' @@ -960,7 +960,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-remote-debugging-default-21-5665854974-6szmp","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-02-20T05:23:04Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-02-20T05:22:57.6922841Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-20T05:22:57.6922841Z"}}' @@ -1014,7 +1014,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging/deployments/mock-deployment/enableRemoteDebugging?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging/deployments/mock-deployment/enableRemoteDebugging?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"InvalidArgument","message":"You can not debug default @@ -1061,7 +1061,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-remote-debugging-default-21-5665854974-6szmp","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-02-20T05:23:04Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-02-20T05:22:57.6922841Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-20T05:22:57.6922841Z"}}' @@ -1113,7 +1113,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging/deployments/mock-deployment/disableRemoteDebugging?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging/deployments/mock-deployment/disableRemoteDebugging?api-version=2023-05-01-preview response: body: string: '{"port":5005,"enabled":false}' @@ -1163,7 +1163,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-remote-debugging-default-21-5665854974-6szmp","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-02-20T05:23:04Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_11"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging/deployments/default","name":"default","systemData":{"createdBy":"pensh@microsoft.com","createdByType":"User","createdAt":"2023-02-20T05:22:57.6922841Z","lastModifiedBy":"pensh@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-02-20T05:22:57.6922841Z"}}' @@ -1215,7 +1215,7 @@ interactions: User-Agent: - AZURECLI/2.45.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.9 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging/deployments/mock-deployment/getRemoteDebuggingConfig?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-remote-debugging/deployments/mock-deployment/getRemoteDebuggingConfig?api-version=2023-05-01-preview response: body: string: '{"port":5005,"enabled":false}' diff --git a/src/spring/azext_spring/tests/latest/recordings/test_service_registry.yaml b/src/spring/azext_spring/tests/latest/recordings/test_service_registry.yaml index 7be456abe7f..9998fdf630e 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_service_registry.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_service_registry.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"NotFound","message":"App was not found","target":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","details":null}}' @@ -61,7 +61,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' @@ -116,13 +116,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Creating","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:41.6208767Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:02:41.6208767Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/2957eb0b-49d2-43a7-80a5-7f2c1369bc1d?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/2957eb0b-49d2-43a7-80a5-7f2c1369bc1d?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -134,7 +134,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/2957eb0b-49d2-43a7-80a5-7f2c1369bc1d/Spring/clitest000003?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/2957eb0b-49d2-43a7-80a5-7f2c1369bc1d/Spring/clitest000003?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -166,7 +166,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/2957eb0b-49d2-43a7-80a5-7f2c1369bc1d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/2957eb0b-49d2-43a7-80a5-7f2c1369bc1d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/2957eb0b-49d2-43a7-80a5-7f2c1369bc1d","name":"2957eb0b-49d2-43a7-80a5-7f2c1369bc1d","status":"Running","startTime":"2023-04-12T09:02:41.9500295Z"}' @@ -214,7 +214,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/2957eb0b-49d2-43a7-80a5-7f2c1369bc1d?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/2957eb0b-49d2-43a7-80a5-7f2c1369bc1d?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/2957eb0b-49d2-43a7-80a5-7f2c1369bc1d","name":"2957eb0b-49d2-43a7-80a5-7f2c1369bc1d","status":"Succeeded","startTime":"2023-04-12T09:02:41.9500295Z","endTime":"2023-04-12T09:02:49.6958214Z"}' @@ -262,7 +262,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:41.6208767Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:02:41.6208767Z"}}' @@ -319,13 +319,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90},"provisioningState":"Creating","status":"Running","active":true,"instances":null,"source":{"type":"BuildResult","buildResultId":""}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"E0","tier":"Enterprise","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:57.2000342Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:02:57.2000342Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/2e2a33e0-4430-4291-b319-9fc8080432cf?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/2e2a33e0-4430-4291-b319-9fc8080432cf?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -337,7 +337,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/2e2a33e0-4430-4291-b319-9fc8080432cf/Spring/default?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/2e2a33e0-4430-4291-b319-9fc8080432cf/Spring/default?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -369,7 +369,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/2e2a33e0-4430-4291-b319-9fc8080432cf?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/2e2a33e0-4430-4291-b319-9fc8080432cf?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/2e2a33e0-4430-4291-b319-9fc8080432cf","name":"2e2a33e0-4430-4291-b319-9fc8080432cf","status":"Running","startTime":"2023-04-12T09:02:57.9251093Z"}' @@ -417,7 +417,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/2e2a33e0-4430-4291-b319-9fc8080432cf?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/2e2a33e0-4430-4291-b319-9fc8080432cf?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/2e2a33e0-4430-4291-b319-9fc8080432cf","name":"2e2a33e0-4430-4291-b319-9fc8080432cf","status":"Running","startTime":"2023-04-12T09:02:57.9251093Z"}' @@ -465,7 +465,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/2e2a33e0-4430-4291-b319-9fc8080432cf?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/2e2a33e0-4430-4291-b319-9fc8080432cf?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/2e2a33e0-4430-4291-b319-9fc8080432cf","name":"2e2a33e0-4430-4291-b319-9fc8080432cf","status":"Running","startTime":"2023-04-12T09:02:57.9251093Z"}' @@ -513,7 +513,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/2e2a33e0-4430-4291-b319-9fc8080432cf?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/2e2a33e0-4430-4291-b319-9fc8080432cf?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/default/operationId/2e2a33e0-4430-4291-b319-9fc8080432cf","name":"2e2a33e0-4430-4291-b319-9fc8080432cf","status":"Succeeded","startTime":"2023-04-12T09:02:57.9251093Z","endTime":"2023-04-12T09:03:25.8945795Z"}' @@ -561,7 +561,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-7d7f4d6667-2bzxq","status":"Running","discoveryStatus":"N/A","startTime":"2023-04-12T09:03:01Z"}],"source":{"type":"BuildResult","buildResultId":""}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"E0","tier":"Enterprise","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:57.2000342Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:02:57.2000342Z"}}' @@ -611,7 +611,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:41.6208767Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:02:41.6208767Z"}}' @@ -661,7 +661,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-7d7f4d6667-2bzxq","status":"Running","discoveryStatus":"N/A","startTime":"2023-04-12T09:03:01Z"}],"source":{"type":"BuildResult","buildResultId":""}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"E0","tier":"Enterprise","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:57.2000342Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:02:57.2000342Z"}}]}' @@ -711,7 +711,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' @@ -761,7 +761,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/serviceRegistries/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/serviceRegistries/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"eureka-cli-unittest-tanzu-default-6105f-0","status":"Running"},{"name":"eureka-cli-unittest-tanzu-default-6105f-1","status":"Running"}]},"type":"Microsoft.AppPlatform/Spring/serviceRegistries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/serviceRegistries/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-03T07:31:39.9573975Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-03T07:31:39.9573975Z"}}' @@ -809,7 +809,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' @@ -859,7 +859,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:41.6208767Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:02:41.6208767Z"}}' @@ -919,13 +919,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/serviceRegistries/default"}},"public":false,"provisioningState":"Updating","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:41.6208767Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:03:42.0628673Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/dd018b23-e18e-4ba5-bc1a-bae7478eceab?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/dd018b23-e18e-4ba5-bc1a-bae7478eceab?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -937,7 +937,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/dd018b23-e18e-4ba5-bc1a-bae7478eceab/Spring/clitest000003?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/dd018b23-e18e-4ba5-bc1a-bae7478eceab/Spring/clitest000003?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -969,7 +969,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/dd018b23-e18e-4ba5-bc1a-bae7478eceab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/dd018b23-e18e-4ba5-bc1a-bae7478eceab?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/dd018b23-e18e-4ba5-bc1a-bae7478eceab","name":"dd018b23-e18e-4ba5-bc1a-bae7478eceab","status":"Running","startTime":"2023-04-12T09:03:42.6917665Z"}' @@ -1017,7 +1017,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/dd018b23-e18e-4ba5-bc1a-bae7478eceab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/dd018b23-e18e-4ba5-bc1a-bae7478eceab?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/dd018b23-e18e-4ba5-bc1a-bae7478eceab","name":"dd018b23-e18e-4ba5-bc1a-bae7478eceab","status":"Running","startTime":"2023-04-12T09:03:42.6917665Z"}' @@ -1065,7 +1065,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/dd018b23-e18e-4ba5-bc1a-bae7478eceab?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/dd018b23-e18e-4ba5-bc1a-bae7478eceab?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/dd018b23-e18e-4ba5-bc1a-bae7478eceab","name":"dd018b23-e18e-4ba5-bc1a-bae7478eceab","status":"Succeeded","startTime":"2023-04-12T09:03:42.6917665Z","endTime":"2023-04-12T09:03:56.3412301Z"}' @@ -1113,7 +1113,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/serviceRegistries/default"}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:41.6208767Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:03:42.0628673Z"}}' @@ -1163,7 +1163,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/serviceRegistries/default"}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:41.6208767Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:03:42.0628673Z"}}' @@ -1213,7 +1213,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":300,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":3,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"clitest000003-default-15-7d7f4d6667-2bzxq","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2023-04-12T09:03:01Z"}],"source":{"type":"BuildResult","buildResultId":""}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"E0","tier":"Enterprise","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003/deployments/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:57.2000342Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:02:57.2000342Z"}}]}' @@ -1263,7 +1263,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' @@ -1313,7 +1313,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/serviceRegistries/default"}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:41.6208767Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:03:42.0628673Z"}}' @@ -1372,13 +1372,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:41.6208767Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:04:19.5963938Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/e555537a-9433-4a70-a106-852098c71f71?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/e555537a-9433-4a70-a106-852098c71f71?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1390,7 +1390,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/e555537a-9433-4a70-a106-852098c71f71/Spring/clitest000003?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/e555537a-9433-4a70-a106-852098c71f71/Spring/clitest000003?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1422,7 +1422,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/e555537a-9433-4a70-a106-852098c71f71?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/e555537a-9433-4a70-a106-852098c71f71?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/e555537a-9433-4a70-a106-852098c71f71","name":"e555537a-9433-4a70-a106-852098c71f71","status":"Running","startTime":"2023-04-12T09:04:19.9502947Z"}' @@ -1470,7 +1470,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/e555537a-9433-4a70-a106-852098c71f71?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/e555537a-9433-4a70-a106-852098c71f71?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/e555537a-9433-4a70-a106-852098c71f71","name":"e555537a-9433-4a70-a106-852098c71f71","status":"Running","startTime":"2023-04-12T09:04:19.9502947Z"}' @@ -1518,7 +1518,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/e555537a-9433-4a70-a106-852098c71f71?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/e555537a-9433-4a70-a106-852098c71f71?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000003/operationId/e555537a-9433-4a70-a106-852098c71f71","name":"e555537a-9433-4a70-a106-852098c71f71","status":"Succeeded","startTime":"2023-04-12T09:04:19.9502947Z","endTime":"2023-04-12T09:04:32.7995708Z"}' @@ -1566,7 +1566,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"clitest000002.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"ingressSettings":{"readTimeoutInSeconds":300,"sendTimeoutInSeconds":60,"sessionCookieMaxAge":0,"sessionAffinity":"None","backendProtocol":"Default"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"uksouth","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/apps/clitest000003","name":"clitest000003","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:02:41.6208767Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:04:19.5963938Z"}}' @@ -1616,7 +1616,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' @@ -1668,13 +1668,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/serviceRegistries/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/serviceRegistries/default?api-version=2023-05-01-preview response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/6dbc6280-850e-4497-83ac-59e90d6bbce6?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/6dbc6280-850e-4497-83ac-59e90d6bbce6?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1684,7 +1684,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/6dbc6280-850e-4497-83ac-59e90d6bbce6/Spring/clitest000002?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/6dbc6280-850e-4497-83ac-59e90d6bbce6/Spring/clitest000002?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1716,7 +1716,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/6dbc6280-850e-4497-83ac-59e90d6bbce6?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/6dbc6280-850e-4497-83ac-59e90d6bbce6?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/6dbc6280-850e-4497-83ac-59e90d6bbce6","name":"6dbc6280-850e-4497-83ac-59e90d6bbce6","status":"Running","startTime":"2023-04-12T09:04:44.5931681Z"}' @@ -1764,7 +1764,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/6dbc6280-850e-4497-83ac-59e90d6bbce6?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/6dbc6280-850e-4497-83ac-59e90d6bbce6?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/6dbc6280-850e-4497-83ac-59e90d6bbce6","name":"6dbc6280-850e-4497-83ac-59e90d6bbce6","status":"Succeeded","startTime":"2023-04-12T09:04:44.5931681Z","endTime":"2023-04-12T09:04:50.720924Z"}' @@ -1812,7 +1812,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"869575ac58f542e6b8c463fbfee844bf","networkProfile":{"outboundIPs":{"publicIPs":["20.49.218.229","20.49.223.183"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io","marketplaceResource":{"plan":"asa-ent-hr-mtr","publisher":"vmware-inc","product":"azure-spring-cloud-vmware-tanzu-2"}},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"E0","tier":"Enterprise"},"location":"uksouth","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-30T06:40:24.2896426Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T06:40:24.2896426Z"}}' @@ -1864,13 +1864,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/serviceRegistries/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/serviceRegistries/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Creating","resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"eureka-cli-unittest-tanzu-default-6105f-0","status":"Running"},{"name":"eureka-cli-unittest-tanzu-default-6105f-1","status":"Running"}]},"type":"Microsoft.AppPlatform/Spring/serviceRegistries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/serviceRegistries/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:04:57.3469399Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:04:57.3469399Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1882,7 +1882,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/dda2a959-b13f-4f46-ac3e-0aee8b699541/Spring/clitest000002?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/dda2a959-b13f-4f46-ac3e-0aee8b699541/Spring/clitest000002?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1914,7 +1914,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541","name":"dda2a959-b13f-4f46-ac3e-0aee8b699541","status":"Running","startTime":"2023-04-12T09:04:58.665249Z"}' @@ -1962,7 +1962,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541","name":"dda2a959-b13f-4f46-ac3e-0aee8b699541","status":"Running","startTime":"2023-04-12T09:04:58.665249Z"}' @@ -2010,7 +2010,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541","name":"dda2a959-b13f-4f46-ac3e-0aee8b699541","status":"Running","startTime":"2023-04-12T09:04:58.665249Z"}' @@ -2058,7 +2058,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541","name":"dda2a959-b13f-4f46-ac3e-0aee8b699541","status":"Running","startTime":"2023-04-12T09:04:58.665249Z"}' @@ -2106,7 +2106,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541","name":"dda2a959-b13f-4f46-ac3e-0aee8b699541","status":"Running","startTime":"2023-04-12T09:04:58.665249Z"}' @@ -2154,7 +2154,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541","name":"dda2a959-b13f-4f46-ac3e-0aee8b699541","status":"Running","startTime":"2023-04-12T09:04:58.665249Z"}' @@ -2202,7 +2202,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541","name":"dda2a959-b13f-4f46-ac3e-0aee8b699541","status":"Running","startTime":"2023-04-12T09:04:58.665249Z"}' @@ -2250,7 +2250,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541","name":"dda2a959-b13f-4f46-ac3e-0aee8b699541","status":"Running","startTime":"2023-04-12T09:04:58.665249Z"}' @@ -2298,7 +2298,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dda2a959-b13f-4f46-ac3e-0aee8b699541","name":"dda2a959-b13f-4f46-ac3e-0aee8b699541","status":"Succeeded","startTime":"2023-04-12T09:04:58.665249Z","endTime":"2023-04-12T09:06:14.9765178Z"}' @@ -2346,7 +2346,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/serviceRegistries/default?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/serviceRegistries/default?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","resourceRequests":{"cpu":"500m","memory":"1Gi","instanceCount":2},"instances":[{"name":"eureka-cli-unittest-tanzu-default-6105f-0","status":"Running"},{"name":"eureka-cli-unittest-tanzu-default-6105f-1","status":"Running"}]},"type":"Microsoft.AppPlatform/Spring/serviceRegistries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/serviceRegistries/default","name":"default","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-04-12T09:04:57.3469399Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-12T09:04:57.3469399Z"}}' diff --git a/src/spring/azext_spring/tests/latest/recordings/test_stop_and_start_service.yaml b/src/spring/azext_spring/tests/latest/recordings/test_stop_and_start_service.yaml index 079ba40d7d6..03028396be8 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_stop_and_start_service.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_stop_and_start_service.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"e13462fc30df4c359cdef8568162c652","networkProfile":{"outboundIPs":{"publicIPs":["20.90.125.2","20.108.214.225"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"uksouth","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:29:44.9163057Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:29:44.9163057Z"}}' @@ -67,13 +67,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/stop?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/stop?api-version=2023-05-01-preview response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -83,7 +83,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/dbc85e12-0303-40ba-96da-a291c151263a/Spring/clitest000002?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/dbc85e12-0303-40ba-96da-a291c151263a/Spring/clitest000002?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -115,7 +115,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a","name":"dbc85e12-0303-40ba-96da-a291c151263a","status":"Running","startTime":"2023-03-21T05:33:08.9386468Z"}' @@ -163,7 +163,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a","name":"dbc85e12-0303-40ba-96da-a291c151263a","status":"Running","startTime":"2023-03-21T05:33:08.9386468Z"}' @@ -211,7 +211,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a","name":"dbc85e12-0303-40ba-96da-a291c151263a","status":"Running","startTime":"2023-03-21T05:33:08.9386468Z"}' @@ -259,7 +259,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a","name":"dbc85e12-0303-40ba-96da-a291c151263a","status":"Running","startTime":"2023-03-21T05:33:08.9386468Z"}' @@ -307,7 +307,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a","name":"dbc85e12-0303-40ba-96da-a291c151263a","status":"Running","startTime":"2023-03-21T05:33:08.9386468Z"}' @@ -355,7 +355,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a","name":"dbc85e12-0303-40ba-96da-a291c151263a","status":"Running","startTime":"2023-03-21T05:33:08.9386468Z"}' @@ -403,7 +403,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a","name":"dbc85e12-0303-40ba-96da-a291c151263a","status":"Running","startTime":"2023-03-21T05:33:08.9386468Z"}' @@ -451,7 +451,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a","name":"dbc85e12-0303-40ba-96da-a291c151263a","status":"Running","startTime":"2023-03-21T05:33:08.9386468Z"}' @@ -499,7 +499,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a","name":"dbc85e12-0303-40ba-96da-a291c151263a","status":"Running","startTime":"2023-03-21T05:33:08.9386468Z"}' @@ -547,7 +547,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a","name":"dbc85e12-0303-40ba-96da-a291c151263a","status":"Running","startTime":"2023-03-21T05:33:08.9386468Z"}' @@ -595,7 +595,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a","name":"dbc85e12-0303-40ba-96da-a291c151263a","status":"Running","startTime":"2023-03-21T05:33:08.9386468Z"}' @@ -643,7 +643,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a","name":"dbc85e12-0303-40ba-96da-a291c151263a","status":"Running","startTime":"2023-03-21T05:33:08.9386468Z"}' @@ -691,7 +691,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a","name":"dbc85e12-0303-40ba-96da-a291c151263a","status":"Running","startTime":"2023-03-21T05:33:08.9386468Z"}' @@ -739,7 +739,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/dbc85e12-0303-40ba-96da-a291c151263a","name":"dbc85e12-0303-40ba-96da-a291c151263a","status":"Succeeded","startTime":"2023-03-21T05:33:08.9386468Z","endTime":"2023-03-21T05:35:23.2838785Z"}' @@ -787,7 +787,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/dbc85e12-0303-40ba-96da-a291c151263a/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/dbc85e12-0303-40ba-96da-a291c151263a/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '' @@ -829,7 +829,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"e13462fc30df4c359cdef8568162c652","networkProfile":{"outboundIPs":{"publicIPs":["20.90.125.2","20.108.214.225"]},"outboundType":"loadBalancer"},"powerState":"Stopped","fqdn":"clitest000002.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"uksouth","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:29:44.9163057Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:33:08.3062609Z"}}' @@ -879,7 +879,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"e13462fc30df4c359cdef8568162c652","networkProfile":{"outboundIPs":{"publicIPs":["20.90.125.2","20.108.214.225"]},"outboundType":"loadBalancer"},"powerState":"Stopped","fqdn":"clitest000002.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"uksouth","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:29:44.9163057Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:33:08.3062609Z"}}' @@ -931,13 +931,13 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/start?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002/start?api-version=2023-05-01-preview response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -947,7 +947,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/854c2098-b2a9-4e7a-904e-5049e14fa4eb/Spring/clitest000002?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/854c2098-b2a9-4e7a-904e-5049e14fa4eb/Spring/clitest000002?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -979,7 +979,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb","name":"854c2098-b2a9-4e7a-904e-5049e14fa4eb","status":"Running","startTime":"2023-03-21T05:35:29.9595351Z"}' @@ -1027,7 +1027,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb","name":"854c2098-b2a9-4e7a-904e-5049e14fa4eb","status":"Running","startTime":"2023-03-21T05:35:29.9595351Z"}' @@ -1075,7 +1075,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb","name":"854c2098-b2a9-4e7a-904e-5049e14fa4eb","status":"Running","startTime":"2023-03-21T05:35:29.9595351Z"}' @@ -1123,7 +1123,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb","name":"854c2098-b2a9-4e7a-904e-5049e14fa4eb","status":"Running","startTime":"2023-03-21T05:35:29.9595351Z"}' @@ -1171,7 +1171,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb","name":"854c2098-b2a9-4e7a-904e-5049e14fa4eb","status":"Running","startTime":"2023-03-21T05:35:29.9595351Z"}' @@ -1219,7 +1219,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb","name":"854c2098-b2a9-4e7a-904e-5049e14fa4eb","status":"Running","startTime":"2023-03-21T05:35:29.9595351Z"}' @@ -1267,7 +1267,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb","name":"854c2098-b2a9-4e7a-904e-5049e14fa4eb","status":"Running","startTime":"2023-03-21T05:35:29.9595351Z"}' @@ -1315,7 +1315,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb","name":"854c2098-b2a9-4e7a-904e-5049e14fa4eb","status":"Running","startTime":"2023-03-21T05:35:29.9595351Z"}' @@ -1363,7 +1363,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb","name":"854c2098-b2a9-4e7a-904e-5049e14fa4eb","status":"Running","startTime":"2023-03-21T05:35:29.9595351Z"}' @@ -1411,7 +1411,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb","name":"854c2098-b2a9-4e7a-904e-5049e14fa4eb","status":"Running","startTime":"2023-03-21T05:35:29.9595351Z"}' @@ -1459,7 +1459,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb","name":"854c2098-b2a9-4e7a-904e-5049e14fa4eb","status":"Running","startTime":"2023-03-21T05:35:29.9595351Z"}' @@ -1507,7 +1507,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb","name":"854c2098-b2a9-4e7a-904e-5049e14fa4eb","status":"Running","startTime":"2023-03-21T05:35:29.9595351Z"}' @@ -1555,7 +1555,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb","name":"854c2098-b2a9-4e7a-904e-5049e14fa4eb","status":"Running","startTime":"2023-03-21T05:35:29.9595351Z"}' @@ -1603,7 +1603,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb","name":"854c2098-b2a9-4e7a-904e-5049e14fa4eb","status":"Running","startTime":"2023-03-21T05:35:29.9595351Z"}' @@ -1651,7 +1651,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb","name":"854c2098-b2a9-4e7a-904e-5049e14fa4eb","status":"Running","startTime":"2023-03-21T05:35:29.9595351Z"}' @@ -1699,7 +1699,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb","name":"854c2098-b2a9-4e7a-904e-5049e14fa4eb","status":"Running","startTime":"2023-03-21T05:35:29.9595351Z"}' @@ -1747,7 +1747,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb","name":"854c2098-b2a9-4e7a-904e-5049e14fa4eb","status":"Running","startTime":"2023-03-21T05:35:29.9595351Z"}' @@ -1795,7 +1795,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb","name":"854c2098-b2a9-4e7a-904e-5049e14fa4eb","status":"Running","startTime":"2023-03-21T05:35:29.9595351Z"}' @@ -1843,7 +1843,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb","name":"854c2098-b2a9-4e7a-904e-5049e14fa4eb","status":"Running","startTime":"2023-03-21T05:35:29.9595351Z"}' @@ -1891,7 +1891,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb","name":"854c2098-b2a9-4e7a-904e-5049e14fa4eb","status":"Running","startTime":"2023-03-21T05:35:29.9595351Z"}' @@ -1939,7 +1939,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb","name":"854c2098-b2a9-4e7a-904e-5049e14fa4eb","status":"Running","startTime":"2023-03-21T05:35:29.9595351Z"}' @@ -1987,7 +1987,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb","name":"854c2098-b2a9-4e7a-904e-5049e14fa4eb","status":"Running","startTime":"2023-03-21T05:35:29.9595351Z"}' @@ -2035,7 +2035,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb","name":"854c2098-b2a9-4e7a-904e-5049e14fa4eb","status":"Running","startTime":"2023-03-21T05:35:29.9595351Z"}' @@ -2083,7 +2083,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb","name":"854c2098-b2a9-4e7a-904e-5049e14fa4eb","status":"Running","startTime":"2023-03-21T05:35:29.9595351Z"}' @@ -2131,7 +2131,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb","name":"854c2098-b2a9-4e7a-904e-5049e14fa4eb","status":"Running","startTime":"2023-03-21T05:35:29.9595351Z"}' @@ -2179,7 +2179,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/6c933f90-8115-4392-90f2-7077c9fa5dbd/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationStatus/clitest000002/operationId/854c2098-b2a9-4e7a-904e-5049e14fa4eb","name":"854c2098-b2a9-4e7a-904e-5049e14fa4eb","status":"Succeeded","startTime":"2023-03-21T05:35:29.9595351Z","endTime":"2023-03-21T05:39:48.4526506Z"}' @@ -2227,7 +2227,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/854c2098-b2a9-4e7a-904e-5049e14fa4eb/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/locations/uksouth/operationResults/854c2098-b2a9-4e7a-904e-5049e14fa4eb/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '' @@ -2269,7 +2269,7 @@ interactions: User-Agent: - AZURECLI/2.46.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"e13462fc30df4c359cdef8568162c652","networkProfile":{"outboundIPs":{"publicIPs":["20.90.125.2","20.108.214.225"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"clitest000002.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"uksouth","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.AppPlatform/Spring/clitest000002","name":"clitest000002","systemData":{"createdBy":"yuwzho@microsoft.com","createdByType":"User","createdAt":"2023-03-21T05:29:44.9163057Z","lastModifiedBy":"yuwzho@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-21T05:35:29.5799894Z"}}' diff --git a/src/spring/azext_spring/tests/latest/recordings/test_vnet_public_endpoint.yaml b/src/spring/azext_spring/tests/latest/recordings/test_vnet_public_endpoint.yaml index 5d8aecab470..0ba35ea9282 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_vnet_public_endpoint.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_vnet_public_endpoint.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app?api-version=2023-05-01-preview response: body: string: '{"error":{"code":"NotFound","message":"App was not found","target":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app","details":null}}' @@ -61,7 +61,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest?api-version=2023-05-01-preview response: body: string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"vnetAddons":{"logStreamPublicEndpoint":false},"version":3,"serviceId":"05f4c23f24f54574a7a6a7d1d6d8c766","networkProfile":{"serviceRuntimeSubnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.Network/virtualNetworks/lr-test-vnet-centralus-01/subnets/service_runtime_subnet","appSubnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.Network/virtualNetworks/lr-test-vnet-centralus-01/subnets/app_subnet","serviceCidr":"10.1.0.0/16,10.2.0.0/16,10.3.0.1/16","serviceRuntimeNetworkResourceGroup":"ap-svc-rt_cli-unittest_centralus","appNetworkResourceGroup":"ap-app_cli-unittest_centralus","outboundIPs":{"publicIPs":["13.86.34.164"]},"requiredTraffics":[{"protocol":"TCP","port":443,"ips":["52.154.155.4","20.37.136.48"],"direction":"Outbound"},{"protocol":"UDP","port":1194,"ips":["52.154.155.4","20.37.136.48"],"direction":"Outbound"},{"protocol":"TCP","port":9000,"ips":["52.154.155.4","20.37.136.48"],"direction":"Outbound"}],"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest.private.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralus","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest","name":"cli-unittest"}' @@ -117,13 +117,13 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Creating","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"enableEndToEndTLS":false,"vnetAddons":{"publicEndpoint":true}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app","name":"test-app","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T11:52:02.3346945Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T11:52:02.3346945Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/d0a05e2b-69a9-44f7-925d-f364ba411d2f?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/d0a05e2b-69a9-44f7-925d-f364ba411d2f?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -135,7 +135,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationResults/d0a05e2b-69a9-44f7-925d-f364ba411d2f/Spring/test-app?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationResults/d0a05e2b-69a9-44f7-925d-f364ba411d2f/Spring/test-app?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -167,7 +167,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/d0a05e2b-69a9-44f7-925d-f364ba411d2f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/d0a05e2b-69a9-44f7-925d-f364ba411d2f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d0822b01-62ea-4eb9-885b-95c60e4250b4/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/d0a05e2b-69a9-44f7-925d-f364ba411d2f","name":"d0a05e2b-69a9-44f7-925d-f364ba411d2f","status":"Running","startTime":"2022-09-07T11:52:02.8646525Z"}' @@ -215,7 +215,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/d0a05e2b-69a9-44f7-925d-f364ba411d2f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/d0a05e2b-69a9-44f7-925d-f364ba411d2f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d0822b01-62ea-4eb9-885b-95c60e4250b4/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/d0a05e2b-69a9-44f7-925d-f364ba411d2f","name":"d0a05e2b-69a9-44f7-925d-f364ba411d2f","status":"Running","startTime":"2022-09-07T11:52:02.8646525Z"}' @@ -263,7 +263,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/d0a05e2b-69a9-44f7-925d-f364ba411d2f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/d0a05e2b-69a9-44f7-925d-f364ba411d2f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d0822b01-62ea-4eb9-885b-95c60e4250b4/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/d0a05e2b-69a9-44f7-925d-f364ba411d2f","name":"d0a05e2b-69a9-44f7-925d-f364ba411d2f","status":"Running","startTime":"2022-09-07T11:52:02.8646525Z"}' @@ -311,7 +311,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/d0a05e2b-69a9-44f7-925d-f364ba411d2f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/d0a05e2b-69a9-44f7-925d-f364ba411d2f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d0822b01-62ea-4eb9-885b-95c60e4250b4/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/d0a05e2b-69a9-44f7-925d-f364ba411d2f","name":"d0a05e2b-69a9-44f7-925d-f364ba411d2f","status":"Running","startTime":"2022-09-07T11:52:02.8646525Z"}' @@ -359,7 +359,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/d0a05e2b-69a9-44f7-925d-f364ba411d2f?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/d0a05e2b-69a9-44f7-925d-f364ba411d2f?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d0822b01-62ea-4eb9-885b-95c60e4250b4/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/d0a05e2b-69a9-44f7-925d-f364ba411d2f","name":"d0a05e2b-69a9-44f7-925d-f364ba411d2f","status":"Succeeded","startTime":"2022-09-07T11:52:02.8646525Z","endTime":"2022-09-07T11:53:13.1050171Z"}' @@ -407,7 +407,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.private.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"vnetAddons":{"publicEndpoint":false}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app","name":"test-app","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T11:52:02.3346945Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T11:52:02.3346945Z"}}' @@ -464,13 +464,13 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90},"provisioningState":"Creating","status":"Running","active":true,"instances":null,"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T11:53:18.3498623Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T11:53:18.3498623Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/default/operationId/bd28c704-e5d3-4dbd-a14c-3b5a1f932ef5?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/default/operationId/bd28c704-e5d3-4dbd-a14c-3b5a1f932ef5?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -482,7 +482,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationResults/bd28c704-e5d3-4dbd-a14c-3b5a1f932ef5/Spring/default?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationResults/bd28c704-e5d3-4dbd-a14c-3b5a1f932ef5/Spring/default?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -519,13 +519,13 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"cli-unittest.private.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"vnetAddons":{"publicEndpoint":true}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app","name":"test-app","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T11:52:02.3346945Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T11:53:19.9123533Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/ddc1e079-f671-4b5a-945b-f871b4637df7?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/ddc1e079-f671-4b5a-945b-f871b4637df7?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -537,7 +537,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationResults/ddc1e079-f671-4b5a-945b-f871b4637df7/Spring/test-app?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationResults/ddc1e079-f671-4b5a-945b-f871b4637df7/Spring/test-app?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -569,7 +569,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/default/operationId/bd28c704-e5d3-4dbd-a14c-3b5a1f932ef5?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/default/operationId/bd28c704-e5d3-4dbd-a14c-3b5a1f932ef5?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d0822b01-62ea-4eb9-885b-95c60e4250b4/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/default/operationId/bd28c704-e5d3-4dbd-a14c-3b5a1f932ef5","name":"bd28c704-e5d3-4dbd-a14c-3b5a1f932ef5","status":"Succeeded","startTime":"2022-09-07T11:53:19.1873013Z","endTime":"2022-09-07T11:53:47.1311298Z"}' @@ -617,7 +617,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":24,"initialDelaySeconds":60,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-app-default-8-57c694d5d4-6dzkv","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2022-09-07T11:53:23Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T11:53:18.3498623Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T11:53:18.3498623Z"}}' @@ -667,7 +667,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/ddc1e079-f671-4b5a-945b-f871b4637df7?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/ddc1e079-f671-4b5a-945b-f871b4637df7?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d0822b01-62ea-4eb9-885b-95c60e4250b4/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/ddc1e079-f671-4b5a-945b-f871b4637df7","name":"ddc1e079-f671-4b5a-945b-f871b4637df7","status":"Succeeded","startTime":"2022-09-07T11:53:22.0223614Z","endTime":"2022-09-07T11:53:40.401339Z"}' @@ -715,7 +715,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.private.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"vnetAddons":{"publicEndpoint":true,"publicEndpointUrl":"https://cli-unittest-test-app.azuremicroservices.io"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app","name":"test-app","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T11:52:02.3346945Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T11:53:19.9123533Z"}}' @@ -765,7 +765,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.private.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"vnetAddons":{"publicEndpoint":true,"publicEndpointUrl":"https://cli-unittest-test-app.azuremicroservices.io"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app","name":"test-app","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T11:52:02.3346945Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T11:53:19.9123533Z"}}' @@ -815,7 +815,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":24,"initialDelaySeconds":60,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-app-default-8-57c694d5d4-6dzkv","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2022-09-07T11:53:23Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T11:53:18.3498623Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T11:53:18.3498623Z"}}]}' @@ -865,7 +865,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":24,"initialDelaySeconds":60,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-app-default-8-57c694d5d4-6dzkv","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2022-09-07T11:53:23Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T11:53:18.3498623Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T11:53:18.3498623Z"}}]}' @@ -919,13 +919,13 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"cli-unittest.private.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"vnetAddons":{"publicEndpoint":false}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app","name":"test-app","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T11:52:02.3346945Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T11:54:08.0338551Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/c7355207-8f22-48a8-b278-0757550d679e?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/c7355207-8f22-48a8-b278-0757550d679e?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -937,7 +937,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationResults/c7355207-8f22-48a8-b278-0757550d679e/Spring/test-app?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationResults/c7355207-8f22-48a8-b278-0757550d679e/Spring/test-app?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -974,7 +974,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":24,"initialDelaySeconds":60,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-app-default-8-57c694d5d4-6dzkv","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2022-09-07T11:53:23Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T11:53:18.3498623Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T11:53:18.3498623Z"}}' @@ -1024,7 +1024,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/c7355207-8f22-48a8-b278-0757550d679e?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/c7355207-8f22-48a8-b278-0757550d679e?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d0822b01-62ea-4eb9-885b-95c60e4250b4/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/c7355207-8f22-48a8-b278-0757550d679e","name":"c7355207-8f22-48a8-b278-0757550d679e","status":"Succeeded","startTime":"2022-09-07T11:54:09.1438322Z","endTime":"2022-09-07T11:54:29.1247368Z"}' @@ -1072,7 +1072,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.private.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"vnetAddons":{"publicEndpoint":false}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app","name":"test-app","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T11:52:02.3346945Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T11:54:08.0338551Z"}}' @@ -1122,7 +1122,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.private.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"vnetAddons":{"publicEndpoint":false}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app","name":"test-app","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T11:52:02.3346945Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T11:54:08.0338551Z"}}' @@ -1172,7 +1172,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":24,"initialDelaySeconds":60,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-app-default-8-57c694d5d4-6dzkv","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2022-09-07T11:53:23Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T11:53:18.3498623Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T11:53:18.3498623Z"}}]}' @@ -1222,7 +1222,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":24,"initialDelaySeconds":60,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-app-default-8-57c694d5d4-6dzkv","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2022-09-07T11:53:23Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T11:53:18.3498623Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T11:53:18.3498623Z"}}]}' @@ -1276,13 +1276,13 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Updating","fqdn":"cli-unittest.private.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"vnetAddons":{"publicEndpoint":true}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app","name":"test-app","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T11:52:02.3346945Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T11:54:56.5472312Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/7a474912-d3ee-4346-89c2-6e719040303b?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/7a474912-d3ee-4346-89c2-6e719040303b?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1294,7 +1294,7 @@ interactions: expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationResults/7a474912-d3ee-4346-89c2-6e719040303b/Spring/test-app?api-version=2023-03-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationResults/7a474912-d3ee-4346-89c2-6e719040303b/Spring/test-app?api-version=2023-05-01-preview pragma: - no-cache request-context: @@ -1331,7 +1331,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments/mock-deployment?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments/mock-deployment?api-version=2023-05-01-preview response: body: string: '{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":24,"initialDelaySeconds":60,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-app-default-8-57c694d5d4-6dzkv","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2022-09-07T11:53:23Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T11:53:18.3498623Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T11:53:18.3498623Z"}}' @@ -1381,7 +1381,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/7a474912-d3ee-4346-89c2-6e719040303b?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/7a474912-d3ee-4346-89c2-6e719040303b?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d0822b01-62ea-4eb9-885b-95c60e4250b4/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/7a474912-d3ee-4346-89c2-6e719040303b","name":"7a474912-d3ee-4346-89c2-6e719040303b","status":"Running","startTime":"2022-09-07T11:55:00.8318185Z"}' @@ -1429,7 +1429,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/7a474912-d3ee-4346-89c2-6e719040303b?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/7a474912-d3ee-4346-89c2-6e719040303b?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d0822b01-62ea-4eb9-885b-95c60e4250b4/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/7a474912-d3ee-4346-89c2-6e719040303b","name":"7a474912-d3ee-4346-89c2-6e719040303b","status":"Running","startTime":"2022-09-07T11:55:00.8318185Z"}' @@ -1477,7 +1477,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/7a474912-d3ee-4346-89c2-6e719040303b?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/7a474912-d3ee-4346-89c2-6e719040303b?api-version=2023-05-01-preview response: body: string: '{"id":"subscriptions/d0822b01-62ea-4eb9-885b-95c60e4250b4/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralus/operationStatus/test-app/operationId/7a474912-d3ee-4346-89c2-6e719040303b","name":"7a474912-d3ee-4346-89c2-6e719040303b","status":"Succeeded","startTime":"2022-09-07T11:55:00.8318185Z","endTime":"2022-09-07T11:55:48.8896484Z"}' @@ -1525,7 +1525,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.private.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"vnetAddons":{"publicEndpoint":true,"publicEndpointUrl":"https://cli-unittest-test-app.azuremicroservices.io"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app","name":"test-app","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T11:52:02.3346945Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T11:54:56.5472312Z"}}' @@ -1575,7 +1575,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app?api-version=2023-05-01-preview response: body: string: '{"properties":{"addonConfigs":{"applicationConfigurationService":{},"serviceRegistry":{}},"public":false,"provisioningState":"Succeeded","fqdn":"cli-unittest.private.azuremicroservices.io","httpsOnly":false,"temporaryDisk":{"sizeInGB":5,"mountPath":"/tmp"},"persistentDisk":{"sizeInGB":0,"mountPath":"/persistent"},"enableEndToEndTLS":false,"vnetAddons":{"publicEndpoint":true,"publicEndpointUrl":"https://cli-unittest-test-app.azuremicroservices.io"}},"type":"Microsoft.AppPlatform/Spring/apps","identity":null,"location":"centralus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app","name":"test-app","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T11:52:02.3346945Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T11:54:56.5472312Z"}}' @@ -1625,7 +1625,7 @@ interactions: User-Agent: - AZURECLI/2.39.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.13 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments?api-version=2023-03-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments?api-version=2023-05-01-preview response: body: string: '{"value":[{"properties":{"deploymentSettings":{"resourceRequests":{"cpu":"1","memory":"1Gi"},"environmentVariables":null,"terminationGracePeriodSeconds":90,"livenessProbe":{"disableProbe":false,"failureThreshold":24,"initialDelaySeconds":60,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}},"readinessProbe":{"disableProbe":false,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1,"probeAction":{"type":"TCPSocketAction"}}},"provisioningState":"Succeeded","status":"Running","active":true,"instances":[{"name":"test-app-default-8-57c694d5d4-6dzkv","status":"Running","discoveryStatus":"UNREGISTERED","startTime":"2022-09-07T11:53:23Z"}],"source":{"type":"Jar","relativePath":"","runtimeVersion":"Java_8"}},"type":"Microsoft.AppPlatform/Spring/apps/deployments","sku":{"name":"S0","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest/apps/test-app/deployments/default","name":"default","systemData":{"createdBy":"caihuarui@microsoft.com","createdByType":"User","createdAt":"2022-09-07T11:53:18.3498623Z","lastModifiedBy":"caihuarui@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-09-07T11:53:18.3498623Z"}}]}' diff --git a/src/spring/azext_spring/tests/latest/test_asa_api_portal.py b/src/spring/azext_spring/tests/latest/test_asa_api_portal.py index 494b4079c70..8dc620b465e 100644 --- a/src/spring/azext_spring/tests/latest/test_asa_api_portal.py +++ b/src/spring/azext_spring/tests/latest/test_asa_api_portal.py @@ -13,7 +13,7 @@ ) from .custom_preparers import SpringPreparer, SpringResourceGroupPreparer, SpringSubResourceWrapper from .custom_dev_setting_constant import SpringTestEnvironmentEnum -from ...vendored_sdks.appplatform.v2023_03_01_preview import models +from ...vendored_sdks.appplatform.v2023_05_01_preview import models from ...api_portal import (api_portal_custom_domain_update, api_portal_custom_domain_unbind) try: import unittest.mock as mock diff --git a/src/spring/azext_spring/tests/latest/test_asa_apm.py b/src/spring/azext_spring/tests/latest/test_asa_apm.py new file mode 100644 index 00000000000..82c5a7a2910 --- /dev/null +++ b/src/spring/azext_spring/tests/latest/test_asa_apm.py @@ -0,0 +1,126 @@ +# -------------------------------------------------------------------------------------------- +# 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 +# pylint: disable=too-many-lines +import os + +from azure.cli.testsdk import (ScenarioTest) +from azure.cli.testsdk.reverse_dependency import ( + get_dummy_cli, +) + +from .custom_dev_setting_constant import SpringTestEnvironmentEnum +from .custom_preparers import (SpringPreparer, SpringResourceGroupPreparer, SpringSubResourceWrapper) + + +APM_NAME = "apm-test" + + +class TearDown(SpringSubResourceWrapper): + def __init__(self, + resource_group_parameter_name='resource_group', + spring_parameter_name='spring'): + super(TearDown, self).__init__() + self.cli_ctx = get_dummy_cli() + self.resource_group_parameter_name = resource_group_parameter_name + self.spring_parameter_name = spring_parameter_name + + def create_resource(self, *_, **kwargs): + self.resource_group = self._get_resource_group(**kwargs) + self.spring = self._get_spring(**kwargs) + + def remove_resource(self, *_, **__): + self._safe_exec( + 'spring apm delete --name {} -g {} -s {} --yes'.format(APM_NAME, self.resource_group, self.spring)) + self._safe_exec( + 'spring apm delete --name {}-0 -g {} -s {} --yes'.format(APM_NAME, self.resource_group, self.spring)) + + +class ApmTest(ScenarioTest): + + @SpringResourceGroupPreparer( + dev_setting_name=SpringTestEnvironmentEnum.ENTERPRISE_WITH_TANZU['resource_group_name']) + @SpringPreparer(**SpringTestEnvironmentEnum.ENTERPRISE_WITH_TANZU['spring']) + @TearDown() + def test_apm(self, resource_group, spring): + py_path = os.path.abspath(os.path.dirname(__file__)) + + self.kwargs.update({ + 'serviceName': spring, + 'rg': resource_group, + 'apmName': APM_NAME, + 'type': "ApplicationInsights", + 'properties': "a=b b=c", + 'secrets': "x=y y=z", + }) + + self.cmd('spring apm create --name {apmName} --type {type} \ + --properties {properties} --secrets {secrets} -g {rg} -s {serviceName}', + checks=[ + self.check('properties.provisioningState', 'Succeeded'), + self.check('properties.type', 'ApplicationInsights'), + self.check('properties.properties', {'a': 'b', 'b': 'c'}), + self.check('properties.secrets', None), + ]) + + self.cmd('spring apm show --name {apmName} -g {rg} -s {serviceName}', + checks=[ + self.check('properties.provisioningState', 'Succeeded'), + self.check('properties.type', 'ApplicationInsights'), + self.check('properties.properties', {'a': 'b', 'b': 'c'}), + self.check('properties.secrets', {'x': '*', 'y': '*'}), + ]) + + self.cmd('spring apm create --name {apmName}-0 --type NewRelic \ + --properties {properties} --secrets {secrets} -g {rg} -s {serviceName}', + checks=[ + self.check('properties.provisioningState', 'Succeeded'), + self.check('properties.type', 'NewRelic'), + self.check('properties.properties', {'a': 'b', 'b': 'c'}), + self.check('properties.secrets', None), + ]) + + self.kwargs.update({ + 'serviceName': spring, + 'rg': resource_group, + 'apmName': APM_NAME, + 'type': "ApplicationInsights", + 'properties': "c=d d=e", + 'secrets': "o=p p=q", + }) + + self.cmd('spring apm update --name {apmName}-0 --type NewRelic \ + --properties {properties} --secrets {secrets} -g {rg} -s {serviceName}', + checks=[ + self.check('properties.provisioningState', 'Succeeded'), + self.check('properties.type', 'NewRelic'), + self.check('properties.properties', {'c': 'd', 'd': 'e'}), + self.check('properties.secrets', None), + ]) + + self.cmd('spring apm show --name {apmName}-0 -g {rg} -s {serviceName}', + checks=[ + self.check('properties.provisioningState', 'Succeeded'), + self.check('properties.type', 'NewRelic'), + self.check('properties.properties', {'c': 'd', 'd': 'e'}), + self.check('properties.secrets', {'o': '*', 'p': '*'}), + ]) + + results = self.cmd('spring apm list -g {rg} -s {serviceName}').get_output_in_json() + self.assertEqual(2, len(results)) + + results = self.cmd('spring apm list-enabled-globally -g {rg} -s {serviceName}').get_output_in_json() + self.assertEqual(0, len(results['value'])) + + self.cmd('spring apm enable-globally --name {apmName}-0 -g {rg} -s {serviceName}') + + results = self.cmd('spring apm list-enabled-globally -g {rg} -s {serviceName}').get_output_in_json() + self.assertEqual(1, len(results['value'])) + + self.cmd('spring apm disable-globally --name {apmName}-0 -g {rg} -s {serviceName}') + + results = self.cmd('spring apm list-enabled-globally -g {rg} -s {serviceName}').get_output_in_json() + self.assertEqual(0, len(results['value'])) diff --git a/src/spring/azext_spring/tests/latest/test_asa_app.py b/src/spring/azext_spring/tests/latest/test_asa_app.py index 845d2aa2f1e..112d9c2e1b5 100644 --- a/src/spring/azext_spring/tests/latest/test_asa_app.py +++ b/src/spring/azext_spring/tests/latest/test_asa_app.py @@ -7,7 +7,7 @@ from azure.cli.core.azclierror import ResourceNotFoundError from knack.util import CLIError from msrestazure.tools import resource_id -from ...vendored_sdks.appplatform.v2023_03_01_preview import models +from ...vendored_sdks.appplatform.v2023_05_01_preview import models from ..._utils import _get_sku_name from ...app import (app_create, app_update, app_deploy, deployment_create) from ...custom import (app_set_deployment, app_unset_deployment, diff --git a/src/spring/azext_spring/tests/latest/test_asa_application_accelerator.py b/src/spring/azext_spring/tests/latest/test_asa_application_accelerator.py index b3d178544c1..b5d68e0229e 100644 --- a/src/spring/azext_spring/tests/latest/test_asa_application_accelerator.py +++ b/src/spring/azext_spring/tests/latest/test_asa_application_accelerator.py @@ -7,7 +7,7 @@ from azure.cli.testsdk import (ScenarioTest) from .custom_preparers import (SpringPreparer, SpringResourceGroupPreparer) from .custom_dev_setting_constant import SpringTestEnvironmentEnum -from ...vendored_sdks.appplatform.v2023_03_01_preview import models +from ...vendored_sdks.appplatform.v2023_05_01_preview import models from ...application_accelerator import (application_accelerator_create as create, application_accelerator_delete as delete) try: diff --git a/src/spring/azext_spring/tests/latest/test_asa_application_configuration_service.py b/src/spring/azext_spring/tests/latest/test_asa_application_configuration_service.py index 749f037b34b..76fe4ea4cd1 100644 --- a/src/spring/azext_spring/tests/latest/test_asa_application_configuration_service.py +++ b/src/spring/azext_spring/tests/latest/test_asa_application_configuration_service.py @@ -84,3 +84,5 @@ def test_application_configuration_service(self, resource_group, spring, app): self.cmd('spring application-configuration-service clear -g {rg} -s {serviceName}', checks=[ self.check('properties.provisioningState', "Succeeded") ]) + + self.cmd('spring application-configuration-service update -g {rg} -s {serviceName} --generation Gen2', checks=[self.check('properties.provisioningState', "Succeeded") ]) diff --git a/src/spring/azext_spring/tests/latest/test_asa_application_live_view.py b/src/spring/azext_spring/tests/latest/test_asa_application_live_view.py index 89d534af17c..bf10b555728 100644 --- a/src/spring/azext_spring/tests/latest/test_asa_application_live_view.py +++ b/src/spring/azext_spring/tests/latest/test_asa_application_live_view.py @@ -7,7 +7,7 @@ from azure.cli.testsdk import (ScenarioTest) from .custom_preparers import SpringPreparer, SpringResourceGroupPreparer from .custom_dev_setting_constant import SpringTestEnvironmentEnum -from ...vendored_sdks.appplatform.v2023_03_01_preview import models +from ...vendored_sdks.appplatform.v2023_05_01_preview import models from ...application_live_view import (create, delete) try: import unittest.mock as mock diff --git a/src/spring/azext_spring/tests/latest/test_asa_build_service_build_scenario.py b/src/spring/azext_spring/tests/latest/test_asa_build_service_build_scenario.py index 1f20f010304..beb89b02187 100644 --- a/src/spring/azext_spring/tests/latest/test_asa_build_service_build_scenario.py +++ b/src/spring/azext_spring/tests/latest/test_asa_build_service_build_scenario.py @@ -48,3 +48,17 @@ def test_container_registry(self): self.check('properties.credentials.server', '{server}'), self.check('properties.credentials.username', '{username}'), ]) + + self.cmd('spring container-registry delete -n {name} -g {rg} --service {serviceName} -y') + + def test_build_service(self): + self.kwargs.update({ + 'serviceName': 'cli-unittest-e', + 'rg': 'cli', + 'registry': 'my-acr', + }) + + self.cmd('spring build-service show -g {rg} --service {serviceName}', checks=[ + self.check('name', 'default'), + self.check('properties.provisioningState', 'Succeeded'), + ]) diff --git a/src/spring/azext_spring/tests/latest/test_asa_create.py b/src/spring/azext_spring/tests/latest/test_asa_create.py index 28bd75955c6..bc9c8a48f91 100644 --- a/src/spring/azext_spring/tests/latest/test_asa_create.py +++ b/src/spring/azext_spring/tests/latest/test_asa_create.py @@ -3,7 +3,7 @@ # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- import unittest -from ...vendored_sdks.appplatform.v2023_03_01_preview import models +from ...vendored_sdks.appplatform.v2023_05_01_preview import models from ...spring_instance import (spring_create) from ..._utils import (_get_sku_name) try: diff --git a/src/spring/azext_spring/tests/latest/test_asa_gateway.py b/src/spring/azext_spring/tests/latest/test_asa_gateway.py index 53991e14607..23407ee9804 100644 --- a/src/spring/azext_spring/tests/latest/test_asa_gateway.py +++ b/src/spring/azext_spring/tests/latest/test_asa_gateway.py @@ -17,6 +17,7 @@ def test_gateway(self): py_path = os.path.abspath(os.path.dirname(__file__)) routes_file = os.path.join(py_path, 'files/gateway_routes.json').replace("\\","/") routes_file_v2 = os.path.join(py_path, 'files/gateway_routes_v2.json').replace("\\","/") + addon_configs_file = os.path.join(py_path, 'files/gateway_addon_configs.json').replace("\\","/") self.kwargs.update({ 'serviceName': 'tx-enterprise', @@ -24,6 +25,7 @@ def test_gateway(self): 'routeName': 'cli-route', 'routeFile': routes_file, 'routesFileV2': routes_file_v2, + 'addonConfigsFile': addon_configs_file, 'cert': 'cli-unittest', 'domain': 'gateway-cli.azdmss-test.net', 'thumbprint': '6695512ed53e0c46817348b78411876a9a9c3396' @@ -35,8 +37,9 @@ def test_gateway(self): '--server-url https://tx-enterprise-gateway-fd0c7.svc.asc-test.net ' '--certificate-names abc --enable-cert-verify true ' '--apm-types NewRelic ElasticAPM --properties a=b c=d --secrets e=f g=h ' - '--allowed-origins "*" --allowed-methods "GET,PUT,DELETE" --allowed-headers "X-TEST,X-STAGING" --max-age 10 --allow-credentials true --exposed-headers "Access-Control-Request-Method,Access-Control-Request-Headers" ' - '--client-id * --client-secret * --issuer-uri https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/v2.0 --scope "openid,profile,email"', checks=[ + '--allowed-origins "*" --allowed-origin-patterns "example*" --allowed-methods "GET,PUT,DELETE" --allowed-headers "X-TEST,X-STAGING" --max-age 10 --allow-credentials true --exposed-headers "Access-Control-Request-Method,Access-Control-Request-Headers" ' + '--client-id * --client-secret * --issuer-uri https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/v2.0 --scope "openid,profile,email" ' + '--addon-configs-file {addonConfigsFile}', checks=[ self.check('properties.public', True), self.check('properties.httpsOnly', True), self.check('properties.resourceRequests.cpu', "1"), @@ -53,6 +56,7 @@ def test_gateway(self): self.check('properties.corsProperties.allowCredentials', True), self.check('properties.corsProperties.allowedHeaders', ["X-TEST", "X-STAGING"]), self.check('properties.corsProperties.allowedOrigins', ["*"]), + self.check('properties.corsProperties.allowedOriginPatterns', ["example*"]), self.check('properties.corsProperties.allowedMethods', ["GET", "PUT", "DELETE"]), self.check('properties.corsProperties.exposedHeaders', ["Access-Control-Request-Method", "Access-Control-Request-Headers"]), self.check('properties.ssoProperties.clientId', "*"), @@ -64,6 +68,7 @@ def test_gateway(self): self.check('properties.apmTypes', ["NewRelic", "ElasticAPM"]), self.check('properties.environmentVariables.properties', {'a': 'b', 'c': 'd'}), self.check('properties.environmentVariables.secrets', None), + self.check('properties.addonConfigs', {'javaOpts':'-Djava.awt.headless=true','sso':{'rolesAttributeName':'role','inactiveSessionExpirationInMinutes':1},'envs':[{'name':'xxx','value':'yyy'},{'name':'xxx1','value':'yyy'}]}), self.check('properties.provisioningState', "Succeeded") ]) diff --git a/src/spring/azext_spring/vendored_sdks/appplatform/v2023_05_01_preview/models/_models_py3.py b/src/spring/azext_spring/vendored_sdks/appplatform/v2023_05_01_preview/models/_models_py3.py index 340f2c7cfef..ba8879ec86d 100644 --- a/src/spring/azext_spring/vendored_sdks/appplatform/v2023_05_01_preview/models/_models_py3.py +++ b/src/spring/azext_spring/vendored_sdks/appplatform/v2023_05_01_preview/models/_models_py3.py @@ -3439,7 +3439,7 @@ def __init__( self, *, error: Optional["_models.Error"] = None, - enabled_state: Union[str, "_models.ConfigServerEnabledState"] = "Disabled", + enabled_state: Optional[Union[str, "_models.ConfigServerEnabledState"]] = None, config_server: Optional["_models.ConfigServerSettings"] = None, **kwargs: Any ) -> None: @@ -5665,7 +5665,7 @@ class EurekaServerProperties(_serialization.Model): def __init__( self, *, - enabled_state: Union[str, "_models.EurekaServerEnabledState"] = "Disabled", + enabled_state: Optional[Union[str, "_models.EurekaServerEnabledState"]] = None, error: Optional["_models.Error"] = None, **kwargs: Any ) -> None: diff --git a/src/spring/azext_spring/vendored_sdks/appplatform/v2023_05_01_preview/operations/_eureka_servers_operations.py b/src/spring/azext_spring/vendored_sdks/appplatform/v2023_05_01_preview/operations/_eureka_servers_operations.py index d7566018eea..6847ac2f84f 100644 --- a/src/spring/azext_spring/vendored_sdks/appplatform/v2023_05_01_preview/operations/_eureka_servers_operations.py +++ b/src/spring/azext_spring/vendored_sdks/appplatform/v2023_05_01_preview/operations/_eureka_servers_operations.py @@ -6,7 +6,8 @@ # 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, Callable, Dict, Optional, TypeVar, Union, cast +from io import IOBase +from typing import Any, Callable, Dict, IO, Optional, TypeVar, Union, cast, overload from azure.core.exceptions import ( ClientAuthenticationError, @@ -101,6 +102,7 @@ def build_update_put_request( _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-01-preview")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -120,6 +122,8 @@ def build_update_put_request( _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") return HttpRequest(method="PUT", url=_url, params=_params, headers=_headers, **kwargs) @@ -132,6 +136,7 @@ def build_update_patch_request( _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-01-preview")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) accept = _headers.pop("Accept", "application/json") # Construct URL @@ -151,6 +156,8 @@ def build_update_patch_request( _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") return HttpRequest(method="PATCH", url=_url, params=_params, headers=_headers, **kwargs) @@ -302,7 +309,11 @@ def get(self, resource_group_name: str, service_name: str, **kwargs: Any) -> _mo } def _update_put_initial( - self, resource_group_name: str, service_name: str, **kwargs: Any + self, + resource_group_name: str, + service_name: str, + eureka_server_resource: Union[_models.EurekaServerResource, IO], + **kwargs: Any ) -> _models.EurekaServerResource: error_map = { 401: ClientAuthenticationError, @@ -312,17 +323,29 @@ def _update_put_initial( } error_map.update(kwargs.pop("error_map", {}) or {}) - _headers = kwargs.pop("headers", {}) or {} + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-01-preview")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.EurekaServerResource] = kwargs.pop("cls", None) + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(eureka_server_resource, (IOBase, bytes)): + _content = eureka_server_resource + else: + _json = self._serialize.body(eureka_server_resource, "EurekaServerResource") + request = build_update_put_request( resource_group_name=resource_group_name, service_name=service_name, subscription_id=self._config.subscription_id, api_version=api_version, + content_type=content_type, + json=_json, + content=_content, template_url=self._update_put_initial.metadata["url"], headers=_headers, params=_params, @@ -359,9 +382,88 @@ def _update_put_initial( "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/eurekaServers/default" } + @overload + def begin_update_put( + self, + resource_group_name: str, + service_name: str, + eureka_server_resource: _models.EurekaServerResource, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> LROPoller[_models.EurekaServerResource]: + """Update the eureka server settings. + + :param resource_group_name: The name of the resource group that contains the resource. You can + obtain this value from the Azure Resource Manager API or the portal. Required. + :type resource_group_name: str + :param service_name: The name of the Service resource. Required. + :type service_name: str + :param eureka_server_resource: Parameters for the update operation. Required. + :type eureka_server_resource: + ~azure.mgmt.appplatform.v2023_05_01_preview.models.EurekaServerResource + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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 EurekaServerResource or the result of + cls(response) + :rtype: + ~azure.core.polling.LROPoller[~azure.mgmt.appplatform.v2023_05_01_preview.models.EurekaServerResource] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def begin_update_put( + self, + resource_group_name: str, + service_name: str, + eureka_server_resource: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> LROPoller[_models.EurekaServerResource]: + """Update the eureka server settings. + + :param resource_group_name: The name of the resource group that contains the resource. You can + obtain this value from the Azure Resource Manager API or the portal. Required. + :type resource_group_name: str + :param service_name: The name of the Service resource. Required. + :type service_name: str + :param eureka_server_resource: Parameters for the update operation. Required. + :type eureka_server_resource: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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 EurekaServerResource or the result of + cls(response) + :rtype: + ~azure.core.polling.LROPoller[~azure.mgmt.appplatform.v2023_05_01_preview.models.EurekaServerResource] + :raises ~azure.core.exceptions.HttpResponseError: + """ + @distributed_trace def begin_update_put( - self, resource_group_name: str, service_name: str, **kwargs: Any + self, + resource_group_name: str, + service_name: str, + eureka_server_resource: Union[_models.EurekaServerResource, IO], + **kwargs: Any ) -> LROPoller[_models.EurekaServerResource]: """Update the eureka server settings. @@ -370,6 +472,13 @@ def begin_update_put( :type resource_group_name: str :param service_name: The name of the Service resource. Required. :type service_name: str + :param eureka_server_resource: Parameters for the update operation. Is either a + EurekaServerResource type or a IO type. Required. + :type eureka_server_resource: + ~azure.mgmt.appplatform.v2023_05_01_preview.models.EurekaServerResource or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this @@ -384,10 +493,11 @@ def begin_update_put( ~azure.core.polling.LROPoller[~azure.mgmt.appplatform.v2023_05_01_preview.models.EurekaServerResource] :raises ~azure.core.exceptions.HttpResponseError: """ - _headers = kwargs.pop("headers", {}) or {} + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-01-preview")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.EurekaServerResource] = kwargs.pop("cls", None) polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) @@ -396,7 +506,9 @@ def begin_update_put( raw_result = self._update_put_initial( resource_group_name=resource_group_name, service_name=service_name, + eureka_server_resource=eureka_server_resource, api_version=api_version, + content_type=content_type, cls=lambda x, y, z: x, headers=_headers, params=_params, @@ -432,7 +544,11 @@ def get_long_running_output(pipeline_response): } def _update_patch_initial( - self, resource_group_name: str, service_name: str, **kwargs: Any + self, + resource_group_name: str, + service_name: str, + eureka_server_resource: Union[_models.EurekaServerResource, IO], + **kwargs: Any ) -> _models.EurekaServerResource: error_map = { 401: ClientAuthenticationError, @@ -442,17 +558,29 @@ def _update_patch_initial( } error_map.update(kwargs.pop("error_map", {}) or {}) - _headers = kwargs.pop("headers", {}) or {} + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-01-preview")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.EurekaServerResource] = kwargs.pop("cls", None) + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(eureka_server_resource, (IOBase, bytes)): + _content = eureka_server_resource + else: + _json = self._serialize.body(eureka_server_resource, "EurekaServerResource") + request = build_update_patch_request( resource_group_name=resource_group_name, service_name=service_name, subscription_id=self._config.subscription_id, api_version=api_version, + content_type=content_type, + json=_json, + content=_content, template_url=self._update_patch_initial.metadata["url"], headers=_headers, params=_params, @@ -489,9 +617,88 @@ def _update_patch_initial( "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/eurekaServers/default" } + @overload + def begin_update_patch( + self, + resource_group_name: str, + service_name: str, + eureka_server_resource: _models.EurekaServerResource, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> LROPoller[_models.EurekaServerResource]: + """Update the eureka server settings. + + :param resource_group_name: The name of the resource group that contains the resource. You can + obtain this value from the Azure Resource Manager API or the portal. Required. + :type resource_group_name: str + :param service_name: The name of the Service resource. Required. + :type service_name: str + :param eureka_server_resource: Parameters for the update operation. Required. + :type eureka_server_resource: + ~azure.mgmt.appplatform.v2023_05_01_preview.models.EurekaServerResource + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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 EurekaServerResource or the result of + cls(response) + :rtype: + ~azure.core.polling.LROPoller[~azure.mgmt.appplatform.v2023_05_01_preview.models.EurekaServerResource] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def begin_update_patch( + self, + resource_group_name: str, + service_name: str, + eureka_server_resource: IO, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> LROPoller[_models.EurekaServerResource]: + """Update the eureka server settings. + + :param resource_group_name: The name of the resource group that contains the resource. You can + obtain this value from the Azure Resource Manager API or the portal. Required. + :type resource_group_name: str + :param service_name: The name of the Service resource. Required. + :type service_name: str + :param eureka_server_resource: Parameters for the update operation. Required. + :type eureka_server_resource: IO + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :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 EurekaServerResource or the result of + cls(response) + :rtype: + ~azure.core.polling.LROPoller[~azure.mgmt.appplatform.v2023_05_01_preview.models.EurekaServerResource] + :raises ~azure.core.exceptions.HttpResponseError: + """ + @distributed_trace def begin_update_patch( - self, resource_group_name: str, service_name: str, **kwargs: Any + self, + resource_group_name: str, + service_name: str, + eureka_server_resource: Union[_models.EurekaServerResource, IO], + **kwargs: Any ) -> LROPoller[_models.EurekaServerResource]: """Update the eureka server settings. @@ -500,6 +707,13 @@ def begin_update_patch( :type resource_group_name: str :param service_name: The name of the Service resource. Required. :type service_name: str + :param eureka_server_resource: Parameters for the update operation. Is either a + EurekaServerResource type or a IO type. Required. + :type eureka_server_resource: + ~azure.mgmt.appplatform.v2023_05_01_preview.models.EurekaServerResource or IO + :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. + Default value is None. + :paramtype content_type: 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: By default, your polling method will be ARMPolling. Pass in False for this @@ -514,10 +728,11 @@ def begin_update_patch( ~azure.core.polling.LROPoller[~azure.mgmt.appplatform.v2023_05_01_preview.models.EurekaServerResource] :raises ~azure.core.exceptions.HttpResponseError: """ - _headers = kwargs.pop("headers", {}) or {} + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-05-01-preview")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) cls: ClsType[_models.EurekaServerResource] = kwargs.pop("cls", None) polling: Union[bool, PollingMethod] = kwargs.pop("polling", True) lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) @@ -526,7 +741,9 @@ def begin_update_patch( raw_result = self._update_patch_initial( resource_group_name=resource_group_name, service_name=service_name, + eureka_server_resource=eureka_server_resource, api_version=api_version, + content_type=content_type, cls=lambda x, y, z: x, headers=_headers, params=_params, @@ -559,4 +776,4 @@ def get_long_running_output(pipeline_response): begin_update_patch.metadata = { "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/eurekaServers/default" - } + } \ No newline at end of file diff --git a/src/spring/setup.py b/src/spring/setup.py index 15034ba621d..fb4601df045 100644 --- a/src/spring/setup.py +++ b/src/spring/setup.py @@ -16,7 +16,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '1.11.3' +VERSION = '1.14.0' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers diff --git a/src/stack-hci/HISTORY.rst b/src/stack-hci/HISTORY.rst index 5b8207a03ce..d391ae59f92 100644 --- a/src/stack-hci/HISTORY.rst +++ b/src/stack-hci/HISTORY.rst @@ -3,6 +3,14 @@ Release History =============== +0.1.8 +++++++ +* Add new command `az stack-hci arc-setting consent-and-install-default-extension` to support consenting and installing default extension for arc settings +* Add new command `az stack-hci arc-setting initialize-disable-proces` to support initializing and disabling proces +* Add new command `az stack-hci cluster extend-software-assurance-benefit` to support extending software assurance benefit +* Add new subcommand `az stack-hci cluster identity assign/remove` to support managing cluster identity +* Fix the conflict key for `az stack-hci cluster list` and `az stack-hci cluster show` + 0.1.7 ++++++ * Upgrade api-version to 2023-03-01 diff --git a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/arc_setting/__init__.py b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/arc_setting/__init__.py index a8ab273f2be..57c54ad53e5 100644 --- a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/arc_setting/__init__.py +++ b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/arc_setting/__init__.py @@ -9,10 +9,12 @@ # flake8: noqa from .__cmd_group import * +from ._consent_and_install_default_extension import * from ._create import * from ._create_identity import * from ._delete import * from ._generate_password import * +from ._initialize_disable_proces import * from ._list import * from ._show import * from ._update import * diff --git a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/arc_setting/_consent_and_install_default_extension.py b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/arc_setting/_consent_and_install_default_extension.py new file mode 100644 index 00000000000..8a831775d29 --- /dev/null +++ b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/arc_setting/_consent_and_install_default_extension.py @@ -0,0 +1,276 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "stack-hci arc-setting consent-and-install-default-extension", +) +class ConsentAndInstallDefaultExtension(AAZCommand): + """Add consent time for default extensions and initiate extensions installation + + :example: Consent and install default extension + az stack-hci arc-setting consent-and-install-default-extension -g rg --arc-setting-name default --cluster-name name + """ + + _aaz_info = { + "version": "2023-03-01", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurestackhci/clusters/{}/arcsettings/{}/consentandinstalldefaultextensions", "2023-03-01"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.arc_setting_name = AAZStrArg( + options=["--arc-setting-name"], + help="The name of the proxy resource holding details of HCI ArcSetting information.", + required=True, + id_part="child_name_1", + ) + _args_schema.cluster_name = AAZStrArg( + options=["--cluster-name"], + help="The name of the cluster.", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.ArcSettingsConsentAndInstallDefaultExtensions(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class ArcSettingsConsentAndInstallDefaultExtensions(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/arcSettings/{arcSettingName}/consentAndInstallDefaultExtensions", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "arcSettingName", self.ctx.args.arc_setting_name, + required=True, + ), + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-03-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.aggregate_state = AAZStrType( + serialized_name="aggregateState", + flags={"read_only": True}, + ) + properties.arc_application_client_id = AAZStrType( + serialized_name="arcApplicationClientId", + ) + properties.arc_application_object_id = AAZStrType( + serialized_name="arcApplicationObjectId", + ) + properties.arc_application_tenant_id = AAZStrType( + serialized_name="arcApplicationTenantId", + ) + properties.arc_instance_resource_group = AAZStrType( + serialized_name="arcInstanceResourceGroup", + ) + properties.arc_service_principal_object_id = AAZStrType( + serialized_name="arcServicePrincipalObjectId", + ) + properties.connectivity_properties = AAZObjectType( + serialized_name="connectivityProperties", + ) + properties.default_extensions = AAZListType( + serialized_name="defaultExtensions", + flags={"read_only": True}, + ) + properties.per_node_details = AAZListType( + serialized_name="perNodeDetails", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + connectivity_properties = cls._schema_on_200.properties.connectivity_properties + connectivity_properties.enabled = AAZBoolType() + + default_extensions = cls._schema_on_200.properties.default_extensions + default_extensions.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.default_extensions.Element + _element.category = AAZStrType( + flags={"read_only": True}, + ) + _element.consent_time = AAZStrType( + serialized_name="consentTime", + flags={"read_only": True}, + ) + + per_node_details = cls._schema_on_200.properties.per_node_details + per_node_details.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.per_node_details.Element + _element.arc_instance = AAZStrType( + serialized_name="arcInstance", + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.state = AAZStrType( + flags={"read_only": True}, + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + return cls._schema_on_200 + + +class _ConsentAndInstallDefaultExtensionHelper: + """Helper class for ConsentAndInstallDefaultExtension""" + + +__all__ = ["ConsentAndInstallDefaultExtension"] diff --git a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/arc_setting/_initialize_disable_proces.py b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/arc_setting/_initialize_disable_proces.py new file mode 100644 index 00000000000..fe97e399862 --- /dev/null +++ b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/arc_setting/_initialize_disable_proces.py @@ -0,0 +1,160 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "stack-hci arc-setting initialize-disable-proces", +) +class InitializeDisableProces(AAZCommand): + """Initialize ARC Disable process on the cluster + + :example: Initialize disable proces + az stack-hci arc-setting initialize-disable-proces -g rg --arc-setting-name default --cluster-name name + """ + + _aaz_info = { + "version": "2023-03-01", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurestackhci/clusters/{}/arcsettings/{}/initializedisableprocess", "2023-03-01"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.arc_setting_name = AAZStrArg( + options=["--arc-setting-name"], + help="The name of the proxy resource holding details of HCI ArcSetting information.", + required=True, + id_part="child_name_1", + ) + _args_schema.cluster_name = AAZStrArg( + options=["--cluster-name"], + help="The name of the cluster.", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.ArcSettingsInitializeDisableProcess(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class ArcSettingsInitializeDisableProcess(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/arcSettings/{arcSettingName}/initializeDisableProcess", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "arcSettingName", self.ctx.args.arc_setting_name, + required=True, + ), + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-03-01", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + +class _InitializeDisableProcesHelper: + """Helper class for InitializeDisableProces""" + + +__all__ = ["InitializeDisableProces"] diff --git a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/__cmd_group.py b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/__cmd_group.py index 6eedd3a9ba5..6936bdbb66b 100644 --- a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/__cmd_group.py +++ b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/__cmd_group.py @@ -15,7 +15,7 @@ "stack-hci cluster", ) class __CMDGroup(AAZCommandGroup): - """cluster with stack hci. + """Manage cluster with stack hci. """ pass diff --git a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/__init__.py b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/__init__.py index 9d9f6212212..22932474eee 100644 --- a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/__init__.py +++ b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/__init__.py @@ -12,6 +12,7 @@ from ._create import * from ._create_identity import * from ._delete import * +from ._extend_software_assurance_benefit import * from ._list import * from ._show import * from ._update import * diff --git a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/_create.py b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/_create.py index 5c2137ad6c1..2f14872fd05 100644 --- a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/_create.py +++ b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/_create.py @@ -56,6 +56,11 @@ def _build_arguments_schema(cls, *args, **kwargs): # define Arg Group "Cluster" _args_schema = cls._args_schema + _args_schema.identity = AAZObjectArg( + options=["--identity"], + arg_group="Cluster", + help="Identity of Cluster resource", + ) _args_schema.location = AAZResourceLocationArg( arg_group="Cluster", help="The geo-location where the resource lives", @@ -70,11 +75,26 @@ def _build_arguments_schema(cls, *args, **kwargs): help="Resource tags.", ) + identity = cls._args_schema.identity + identity.type = AAZStrArg( + options=["type"], + help="Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).", + required=True, + enum={"None": "None", "SystemAssigned": "SystemAssigned", "SystemAssigned, UserAssigned": "SystemAssigned, UserAssigned", "UserAssigned": "UserAssigned"}, + ) + identity.user_assigned_identities = AAZDictArg( + options=["user-assigned-identities"], + help="The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.", + ) + + user_assigned_identities = cls._args_schema.identity.user_assigned_identities + user_assigned_identities.Element = AAZObjectArg( + blank={}, + ) + tags = cls._args_schema.tags tags.Element = AAZStrArg() - # define Arg Group "Identity" - # define Arg Group "Properties" _args_schema = cls._args_schema @@ -212,11 +232,20 @@ def content(self): typ=AAZObjectType, typ_kwargs={"flags": {"required": True, "client_flatten": True}} ) - _builder.set_prop("identity", AAZObjectType, typ_kwargs={"flags": {"client_flatten": True}}) + _builder.set_prop("identity", AAZObjectType, ".identity") _builder.set_prop("location", AAZStrType, ".location", typ_kwargs={"flags": {"required": True}}) _builder.set_prop("properties", AAZObjectType, typ_kwargs={"flags": {"client_flatten": True}}) _builder.set_prop("tags", AAZDictType, ".tags") + identity = _builder.get(".identity") + if identity is not None: + identity.set_prop("type", AAZStrType, ".type", typ_kwargs={"flags": {"required": True}}) + identity.set_prop("userAssignedIdentities", AAZDictType, ".user_assigned_identities") + + user_assigned_identities = _builder.get(".identity.userAssignedIdentities") + if user_assigned_identities is not None: + user_assigned_identities.set_elements(AAZObjectType, ".") + properties = _builder.get(".properties") if properties is not None: properties.set_prop("aadApplicationObjectId", AAZStrType, ".aad_application_object_id") @@ -258,9 +287,7 @@ def _build_schema_on_200(cls): _schema_on_200.id = AAZStrType( flags={"read_only": True}, ) - _schema_on_200.identity = AAZObjectType( - flags={"client_flatten": True}, - ) + _schema_on_200.identity = AAZObjectType() _schema_on_200.location = AAZStrType( flags={"required": True}, ) diff --git a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/_create_identity.py b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/_create_identity.py index 53290b709e1..23de7ec3eb6 100644 --- a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/_create_identity.py +++ b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/_create_identity.py @@ -171,7 +171,7 @@ def _build_schema_on_200(cls): _schema_on_200 = cls._schema_on_200 _schema_on_200.properties = AAZObjectType( - flags={"client_flatten": True, "read_only": True}, + flags={"read_only": True}, ) properties = cls._schema_on_200.properties diff --git a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/_extend_software_assurance_benefit.py b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/_extend_software_assurance_benefit.py new file mode 100644 index 00000000000..64fc761522b --- /dev/null +++ b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/_extend_software_assurance_benefit.py @@ -0,0 +1,468 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "stack-hci cluster extend-software-assurance-benefit", +) +class ExtendSoftwareAssuranceBenefit(AAZCommand): + """Extend Software Assurance Benefit to a cluster + + :example: Extend software assurance benefit + az stack-hci cluster extend-software-assurance-benefit --cluster-name name -g rg --software-assurance-intent enable + """ + + _aaz_info = { + "version": "2023-03-01", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurestackhci/clusters/{}/extendsoftwareassurancebenefit", "2023-03-01"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.cluster_name = AAZStrArg( + options=["--cluster-name"], + help="The name of the cluster.", + required=True, + id_part="name", + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.software_assurance_intent = AAZStrArg( + options=["--software-assurance-intent"], + arg_group="Properties", + help="Customer Intent for Software Assurance Benefit.", + enum={"Disable": "Disable", "Enable": "Enable"}, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.ClustersExtendSoftwareAssuranceBenefit(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class ClustersExtendSoftwareAssuranceBenefit(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/extendSoftwareAssuranceBenefit", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-03-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("properties", AAZObjectType) + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("softwareAssuranceIntent", AAZStrType, ".software_assurance_intent") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.identity = AAZObjectType() + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + identity = cls._schema_on_200.identity + identity.principal_id = AAZStrType( + serialized_name="principalId", + flags={"read_only": True}, + ) + identity.tenant_id = AAZStrType( + serialized_name="tenantId", + flags={"read_only": True}, + ) + identity.type = AAZStrType( + flags={"required": True}, + ) + identity.user_assigned_identities = AAZDictType( + serialized_name="userAssignedIdentities", + ) + + user_assigned_identities = cls._schema_on_200.identity.user_assigned_identities + user_assigned_identities.Element = AAZObjectType() + + _element = cls._schema_on_200.identity.user_assigned_identities.Element + _element.client_id = AAZStrType( + serialized_name="clientId", + flags={"read_only": True}, + ) + _element.principal_id = AAZStrType( + serialized_name="principalId", + flags={"read_only": True}, + ) + + properties = cls._schema_on_200.properties + properties.aad_application_object_id = AAZStrType( + serialized_name="aadApplicationObjectId", + ) + properties.aad_client_id = AAZStrType( + serialized_name="aadClientId", + ) + properties.aad_service_principal_object_id = AAZStrType( + serialized_name="aadServicePrincipalObjectId", + ) + properties.aad_tenant_id = AAZStrType( + serialized_name="aadTenantId", + ) + properties.billing_model = AAZStrType( + serialized_name="billingModel", + flags={"read_only": True}, + ) + properties.cloud_id = AAZStrType( + serialized_name="cloudId", + flags={"read_only": True}, + ) + properties.cloud_management_endpoint = AAZStrType( + serialized_name="cloudManagementEndpoint", + ) + properties.desired_properties = AAZObjectType( + serialized_name="desiredProperties", + ) + properties.last_billing_timestamp = AAZStrType( + serialized_name="lastBillingTimestamp", + flags={"read_only": True}, + ) + properties.last_sync_timestamp = AAZStrType( + serialized_name="lastSyncTimestamp", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.registration_timestamp = AAZStrType( + serialized_name="registrationTimestamp", + flags={"read_only": True}, + ) + properties.reported_properties = AAZObjectType( + serialized_name="reportedProperties", + ) + properties.resource_provider_object_id = AAZStrType( + serialized_name="resourceProviderObjectId", + flags={"read_only": True}, + ) + properties.service_endpoint = AAZStrType( + serialized_name="serviceEndpoint", + flags={"read_only": True}, + ) + properties.software_assurance_properties = AAZObjectType( + serialized_name="softwareAssuranceProperties", + ) + properties.status = AAZStrType( + flags={"read_only": True}, + ) + properties.trial_days_remaining = AAZFloatType( + serialized_name="trialDaysRemaining", + flags={"read_only": True}, + ) + + desired_properties = cls._schema_on_200.properties.desired_properties + desired_properties.diagnostic_level = AAZStrType( + serialized_name="diagnosticLevel", + ) + desired_properties.windows_server_subscription = AAZStrType( + serialized_name="windowsServerSubscription", + ) + + reported_properties = cls._schema_on_200.properties.reported_properties + reported_properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + reported_properties.cluster_name = AAZStrType( + serialized_name="clusterName", + flags={"read_only": True}, + ) + reported_properties.cluster_type = AAZStrType( + serialized_name="clusterType", + flags={"read_only": True}, + ) + reported_properties.cluster_version = AAZStrType( + serialized_name="clusterVersion", + flags={"read_only": True}, + ) + reported_properties.diagnostic_level = AAZStrType( + serialized_name="diagnosticLevel", + ) + reported_properties.imds_attestation = AAZStrType( + serialized_name="imdsAttestation", + flags={"read_only": True}, + ) + reported_properties.last_updated = AAZStrType( + serialized_name="lastUpdated", + flags={"read_only": True}, + ) + reported_properties.manufacturer = AAZStrType( + flags={"read_only": True}, + ) + reported_properties.nodes = AAZListType( + flags={"read_only": True}, + ) + reported_properties.supported_capabilities = AAZListType( + serialized_name="supportedCapabilities", + flags={"read_only": True}, + ) + + nodes = cls._schema_on_200.properties.reported_properties.nodes + nodes.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.reported_properties.nodes.Element + _element.core_count = AAZFloatType( + serialized_name="coreCount", + flags={"read_only": True}, + ) + _element.ehc_resource_id = AAZStrType( + serialized_name="ehcResourceId", + flags={"read_only": True}, + ) + _element.id = AAZFloatType( + flags={"read_only": True}, + ) + _element.last_licensing_timestamp = AAZStrType( + serialized_name="lastLicensingTimestamp", + flags={"read_only": True}, + ) + _element.manufacturer = AAZStrType( + flags={"read_only": True}, + ) + _element.memory_in_gi_b = AAZFloatType( + serialized_name="memoryInGiB", + flags={"read_only": True}, + ) + _element.model = AAZStrType( + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.node_type = AAZStrType( + serialized_name="nodeType", + flags={"read_only": True}, + ) + _element.os_display_version = AAZStrType( + serialized_name="osDisplayVersion", + flags={"read_only": True}, + ) + _element.os_name = AAZStrType( + serialized_name="osName", + flags={"read_only": True}, + ) + _element.os_version = AAZStrType( + serialized_name="osVersion", + flags={"read_only": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + _element.windows_server_subscription = AAZStrType( + serialized_name="windowsServerSubscription", + flags={"read_only": True}, + ) + + supported_capabilities = cls._schema_on_200.properties.reported_properties.supported_capabilities + supported_capabilities.Element = AAZStrType( + flags={"read_only": True}, + ) + + software_assurance_properties = cls._schema_on_200.properties.software_assurance_properties + software_assurance_properties.last_updated = AAZStrType( + serialized_name="lastUpdated", + flags={"read_only": True}, + ) + software_assurance_properties.software_assurance_intent = AAZStrType( + serialized_name="softwareAssuranceIntent", + ) + software_assurance_properties.software_assurance_status = AAZStrType( + serialized_name="softwareAssuranceStatus", + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ExtendSoftwareAssuranceBenefitHelper: + """Helper class for ExtendSoftwareAssuranceBenefit""" + + +__all__ = ["ExtendSoftwareAssuranceBenefit"] diff --git a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/_list.py b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/_list.py index 8d048d10700..754154ec2b5 100644 --- a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/_list.py +++ b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/_list.py @@ -163,9 +163,7 @@ def _build_schema_on_200(cls): _element.id = AAZStrType( flags={"read_only": True}, ) - _element.identity = AAZObjectType( - flags={"client_flatten": True}, - ) + _element.identity = AAZObjectType() _element.location = AAZStrType( flags={"required": True}, ) @@ -510,9 +508,7 @@ def _build_schema_on_200(cls): _element.id = AAZStrType( flags={"read_only": True}, ) - _element.identity = AAZObjectType( - flags={"client_flatten": True}, - ) + _element.identity = AAZObjectType() _element.location = AAZStrType( flags={"required": True}, ) diff --git a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/_show.py b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/_show.py index 6f0a4e83e32..0dd50da6b72 100644 --- a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/_show.py +++ b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/_show.py @@ -156,9 +156,7 @@ def _build_schema_on_200(cls): _schema_on_200.id = AAZStrType( flags={"read_only": True}, ) - _schema_on_200.identity = AAZObjectType( - flags={"client_flatten": True}, - ) + _schema_on_200.identity = AAZObjectType() _schema_on_200.location = AAZStrType( flags={"required": True}, ) diff --git a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/_update.py b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/_update.py index 78aeed95ad5..f02c93dc9fb 100644 --- a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/_update.py +++ b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/_update.py @@ -71,8 +71,6 @@ def _build_arguments_schema(cls, *args, **kwargs): nullable=True, ) - # define Arg Group "Identity" - # define Arg Group "Properties" _args_schema = cls._args_schema @@ -335,7 +333,6 @@ def _update_instance(self, instance): value=instance, typ=AAZObjectType ) - _builder.set_prop("identity", AAZObjectType, typ_kwargs={"flags": {"client_flatten": True}}) _builder.set_prop("properties", AAZObjectType, typ_kwargs={"flags": {"client_flatten": True}}) _builder.set_prop("tags", AAZDictType, ".tags") @@ -390,9 +387,7 @@ def _build_schema_cluster_read(cls, _schema): cluster_read.id = AAZStrType( flags={"read_only": True}, ) - cluster_read.identity = AAZObjectType( - flags={"client_flatten": True}, - ) + cluster_read.identity = AAZObjectType() cluster_read.location = AAZStrType( flags={"required": True}, ) diff --git a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/_wait.py b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/_wait.py index b613e437bfd..3ae4aadacab 100644 --- a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/_wait.py +++ b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/_wait.py @@ -152,9 +152,7 @@ def _build_schema_on_200(cls): _schema_on_200.id = AAZStrType( flags={"read_only": True}, ) - _schema_on_200.identity = AAZObjectType( - flags={"client_flatten": True}, - ) + _schema_on_200.identity = AAZObjectType() _schema_on_200.location = AAZStrType( flags={"required": True}, ) diff --git a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/identity/__cmd_group.py b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/identity/__cmd_group.py new file mode 100644 index 00000000000..23c9d4c1765 --- /dev/null +++ b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/identity/__cmd_group.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. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "stack-hci cluster identity", +) +class __CMDGroup(AAZCommandGroup): + """Manage identity + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/identity/__init__.py b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/identity/__init__.py new file mode 100644 index 00000000000..9fa7324972a --- /dev/null +++ b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/identity/__init__.py @@ -0,0 +1,13 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._assign import * +from ._remove import * diff --git a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/identity/_assign.py b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/identity/_assign.py new file mode 100644 index 00000000000..191ba27f054 --- /dev/null +++ b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/identity/_assign.py @@ -0,0 +1,605 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "stack-hci cluster identity assign", +) +class Assign(AAZCommand): + """Assign identities + """ + + _aaz_info = { + "version": "2023-03-01", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurestackhci/clusters/{}", "2023-03-01", "identity"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self.SubresourceSelector(ctx=self.ctx, name="subresource") + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.cluster_name = AAZStrArg( + options=["--cluster-name"], + help="The name of the cluster.", + required=True, + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "Cluster.identity" + + _args_schema = cls._args_schema + _args_schema.type = AAZStrArg( + options=["--type"], + arg_group="Cluster.identity", + help="Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).", + required=True, + enum={"None": "None", "SystemAssigned": "SystemAssigned", "SystemAssigned, UserAssigned": "SystemAssigned, UserAssigned", "UserAssigned": "UserAssigned"}, + ) + _args_schema.user_assigned_identities = AAZDictArg( + options=["--user-assigned-identities"], + arg_group="Cluster.identity", + help="The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.", + ) + + user_assigned_identities = cls._args_schema.user_assigned_identities + user_assigned_identities.Element = AAZObjectArg( + blank={}, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.ClustersGet(ctx=self.ctx)() + self.pre_instance_create() + self.InstanceCreateByJson(ctx=self.ctx)() + self.post_instance_create(self.ctx.selectors.subresource.required()) + self.ClustersCreate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + @register_callback + def pre_instance_create(self): + pass + + @register_callback + def post_instance_create(self, instance): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.selectors.subresource.required(), client_flatten=True) + return result + + class SubresourceSelector(AAZJsonSelector): + + def _get(self): + result = self.ctx.vars.instance + return result.identity + + def _set(self, value): + result = self.ctx.vars.instance + result.identity = value + return + + class ClustersGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-03-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _AssignHelper._build_schema_cluster_read(cls._schema_on_200) + + return cls._schema_on_200 + + class ClustersCreate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-03-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + value=self.ctx.vars.instance, + ) + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _AssignHelper._build_schema_cluster_read(cls._schema_on_200) + + return cls._schema_on_200 + + class InstanceCreateByJson(AAZJsonInstanceCreateOperation): + + def __call__(self, *args, **kwargs): + self.ctx.selectors.subresource.set(self._create_instance()) + + def _create_instance(self): + _instance_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType + ) + _builder.set_prop("type", AAZStrType, ".type", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("userAssignedIdentities", AAZDictType, ".user_assigned_identities") + + user_assigned_identities = _builder.get(".userAssignedIdentities") + if user_assigned_identities is not None: + user_assigned_identities.set_elements(AAZObjectType, ".") + + return _instance_value + + +class _AssignHelper: + """Helper class for Assign""" + + _schema_cluster_read = None + + @classmethod + def _build_schema_cluster_read(cls, _schema): + if cls._schema_cluster_read is not None: + _schema.id = cls._schema_cluster_read.id + _schema.identity = cls._schema_cluster_read.identity + _schema.location = cls._schema_cluster_read.location + _schema.name = cls._schema_cluster_read.name + _schema.properties = cls._schema_cluster_read.properties + _schema.system_data = cls._schema_cluster_read.system_data + _schema.tags = cls._schema_cluster_read.tags + _schema.type = cls._schema_cluster_read.type + return + + cls._schema_cluster_read = _schema_cluster_read = AAZObjectType() + + cluster_read = _schema_cluster_read + cluster_read.id = AAZStrType( + flags={"read_only": True}, + ) + cluster_read.identity = AAZObjectType() + cluster_read.location = AAZStrType( + flags={"required": True}, + ) + cluster_read.name = AAZStrType( + flags={"read_only": True}, + ) + cluster_read.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + cluster_read.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + cluster_read.tags = AAZDictType() + cluster_read.type = AAZStrType( + flags={"read_only": True}, + ) + + identity = _schema_cluster_read.identity + identity.principal_id = AAZStrType( + serialized_name="principalId", + flags={"read_only": True}, + ) + identity.tenant_id = AAZStrType( + serialized_name="tenantId", + flags={"read_only": True}, + ) + identity.type = AAZStrType( + flags={"required": True}, + ) + identity.user_assigned_identities = AAZDictType( + serialized_name="userAssignedIdentities", + ) + + user_assigned_identities = _schema_cluster_read.identity.user_assigned_identities + user_assigned_identities.Element = AAZObjectType() + + _element = _schema_cluster_read.identity.user_assigned_identities.Element + _element.client_id = AAZStrType( + serialized_name="clientId", + flags={"read_only": True}, + ) + _element.principal_id = AAZStrType( + serialized_name="principalId", + flags={"read_only": True}, + ) + + properties = _schema_cluster_read.properties + properties.aad_application_object_id = AAZStrType( + serialized_name="aadApplicationObjectId", + ) + properties.aad_client_id = AAZStrType( + serialized_name="aadClientId", + ) + properties.aad_service_principal_object_id = AAZStrType( + serialized_name="aadServicePrincipalObjectId", + ) + properties.aad_tenant_id = AAZStrType( + serialized_name="aadTenantId", + ) + properties.billing_model = AAZStrType( + serialized_name="billingModel", + flags={"read_only": True}, + ) + properties.cloud_id = AAZStrType( + serialized_name="cloudId", + flags={"read_only": True}, + ) + properties.cloud_management_endpoint = AAZStrType( + serialized_name="cloudManagementEndpoint", + ) + properties.desired_properties = AAZObjectType( + serialized_name="desiredProperties", + ) + properties.last_billing_timestamp = AAZStrType( + serialized_name="lastBillingTimestamp", + flags={"read_only": True}, + ) + properties.last_sync_timestamp = AAZStrType( + serialized_name="lastSyncTimestamp", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.registration_timestamp = AAZStrType( + serialized_name="registrationTimestamp", + flags={"read_only": True}, + ) + properties.reported_properties = AAZObjectType( + serialized_name="reportedProperties", + ) + properties.resource_provider_object_id = AAZStrType( + serialized_name="resourceProviderObjectId", + flags={"read_only": True}, + ) + properties.service_endpoint = AAZStrType( + serialized_name="serviceEndpoint", + flags={"read_only": True}, + ) + properties.software_assurance_properties = AAZObjectType( + serialized_name="softwareAssuranceProperties", + ) + properties.status = AAZStrType( + flags={"read_only": True}, + ) + properties.trial_days_remaining = AAZFloatType( + serialized_name="trialDaysRemaining", + flags={"read_only": True}, + ) + + desired_properties = _schema_cluster_read.properties.desired_properties + desired_properties.diagnostic_level = AAZStrType( + serialized_name="diagnosticLevel", + ) + desired_properties.windows_server_subscription = AAZStrType( + serialized_name="windowsServerSubscription", + ) + + reported_properties = _schema_cluster_read.properties.reported_properties + reported_properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + reported_properties.cluster_name = AAZStrType( + serialized_name="clusterName", + flags={"read_only": True}, + ) + reported_properties.cluster_type = AAZStrType( + serialized_name="clusterType", + flags={"read_only": True}, + ) + reported_properties.cluster_version = AAZStrType( + serialized_name="clusterVersion", + flags={"read_only": True}, + ) + reported_properties.diagnostic_level = AAZStrType( + serialized_name="diagnosticLevel", + ) + reported_properties.imds_attestation = AAZStrType( + serialized_name="imdsAttestation", + flags={"read_only": True}, + ) + reported_properties.last_updated = AAZStrType( + serialized_name="lastUpdated", + flags={"read_only": True}, + ) + reported_properties.manufacturer = AAZStrType( + flags={"read_only": True}, + ) + reported_properties.nodes = AAZListType( + flags={"read_only": True}, + ) + reported_properties.supported_capabilities = AAZListType( + serialized_name="supportedCapabilities", + flags={"read_only": True}, + ) + + nodes = _schema_cluster_read.properties.reported_properties.nodes + nodes.Element = AAZObjectType() + + _element = _schema_cluster_read.properties.reported_properties.nodes.Element + _element.core_count = AAZFloatType( + serialized_name="coreCount", + flags={"read_only": True}, + ) + _element.ehc_resource_id = AAZStrType( + serialized_name="ehcResourceId", + flags={"read_only": True}, + ) + _element.id = AAZFloatType( + flags={"read_only": True}, + ) + _element.last_licensing_timestamp = AAZStrType( + serialized_name="lastLicensingTimestamp", + flags={"read_only": True}, + ) + _element.manufacturer = AAZStrType( + flags={"read_only": True}, + ) + _element.memory_in_gi_b = AAZFloatType( + serialized_name="memoryInGiB", + flags={"read_only": True}, + ) + _element.model = AAZStrType( + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.node_type = AAZStrType( + serialized_name="nodeType", + flags={"read_only": True}, + ) + _element.os_display_version = AAZStrType( + serialized_name="osDisplayVersion", + flags={"read_only": True}, + ) + _element.os_name = AAZStrType( + serialized_name="osName", + flags={"read_only": True}, + ) + _element.os_version = AAZStrType( + serialized_name="osVersion", + flags={"read_only": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + _element.windows_server_subscription = AAZStrType( + serialized_name="windowsServerSubscription", + flags={"read_only": True}, + ) + + supported_capabilities = _schema_cluster_read.properties.reported_properties.supported_capabilities + supported_capabilities.Element = AAZStrType( + flags={"read_only": True}, + ) + + software_assurance_properties = _schema_cluster_read.properties.software_assurance_properties + software_assurance_properties.last_updated = AAZStrType( + serialized_name="lastUpdated", + flags={"read_only": True}, + ) + software_assurance_properties.software_assurance_intent = AAZStrType( + serialized_name="softwareAssuranceIntent", + ) + software_assurance_properties.software_assurance_status = AAZStrType( + serialized_name="softwareAssuranceStatus", + ) + + system_data = _schema_cluster_read.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = _schema_cluster_read.tags + tags.Element = AAZStrType() + + _schema.id = cls._schema_cluster_read.id + _schema.identity = cls._schema_cluster_read.identity + _schema.location = cls._schema_cluster_read.location + _schema.name = cls._schema_cluster_read.name + _schema.properties = cls._schema_cluster_read.properties + _schema.system_data = cls._schema_cluster_read.system_data + _schema.tags = cls._schema_cluster_read.tags + _schema.type = cls._schema_cluster_read.type + + +__all__ = ["Assign"] diff --git a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/identity/_remove.py b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/identity/_remove.py new file mode 100644 index 00000000000..9a412473251 --- /dev/null +++ b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/cluster/identity/_remove.py @@ -0,0 +1,607 @@ +# -------------------------------------------------------------------------------------------- +# 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 aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "stack-hci cluster identity remove", +) +class Remove(AAZCommand): + """Remove identities + """ + + _aaz_info = { + "version": "2023-03-01", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurestackhci/clusters/{}", "2023-03-01", "identity"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self.SubresourceSelector(ctx=self.ctx, name="subresource") + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.cluster_name = AAZStrArg( + options=["--cluster-name"], + help="The name of the cluster.", + required=True, + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "Cluster.identity" + + _args_schema = cls._args_schema + _args_schema.type = AAZStrArg( + options=["--type"], + arg_group="Cluster.identity", + help="Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).", + enum={"None": "None", "SystemAssigned": "SystemAssigned", "SystemAssigned, UserAssigned": "SystemAssigned, UserAssigned", "UserAssigned": "UserAssigned"}, + ) + _args_schema.user_assigned_identities = AAZDictArg( + options=["--user-assigned-identities"], + arg_group="Cluster.identity", + help="The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.", + nullable=True, + ) + + user_assigned_identities = cls._args_schema.user_assigned_identities + user_assigned_identities.Element = AAZObjectArg( + nullable=True, + blank={}, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.ClustersGet(ctx=self.ctx)() + self.pre_instance_update(self.ctx.selectors.subresource.required()) + self.InstanceUpdateByJson(ctx=self.ctx)() + self.post_instance_update(self.ctx.selectors.subresource.required()) + self.ClustersCreate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + @register_callback + def pre_instance_update(self, instance): + pass + + @register_callback + def post_instance_update(self, instance): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.selectors.subresource.required(), client_flatten=True) + return result + + class SubresourceSelector(AAZJsonSelector): + + def _get(self): + result = self.ctx.vars.instance + return result.identity + + def _set(self, value): + result = self.ctx.vars.instance + result.identity = value + return + + class ClustersGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-03-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _RemoveHelper._build_schema_cluster_read(cls._schema_on_200) + + return cls._schema_on_200 + + class ClustersCreate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "clusterName", self.ctx.args.cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-03-01", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + value=self.ctx.vars.instance, + ) + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _RemoveHelper._build_schema_cluster_read(cls._schema_on_200) + + return cls._schema_on_200 + + class InstanceUpdateByJson(AAZJsonInstanceUpdateOperation): + + def __call__(self, *args, **kwargs): + self._update_instance(self.ctx.selectors.subresource.required()) + + def _update_instance(self, instance): + _instance_value, _builder = self.new_content_builder( + self.ctx.args, + value=instance, + typ=AAZObjectType + ) + _builder.set_prop("type", AAZStrType, ".type", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("userAssignedIdentities", AAZDictType, ".user_assigned_identities") + + user_assigned_identities = _builder.get(".userAssignedIdentities") + if user_assigned_identities is not None: + user_assigned_identities.set_elements(AAZObjectType, ".") + + return _instance_value + + +class _RemoveHelper: + """Helper class for Remove""" + + _schema_cluster_read = None + + @classmethod + def _build_schema_cluster_read(cls, _schema): + if cls._schema_cluster_read is not None: + _schema.id = cls._schema_cluster_read.id + _schema.identity = cls._schema_cluster_read.identity + _schema.location = cls._schema_cluster_read.location + _schema.name = cls._schema_cluster_read.name + _schema.properties = cls._schema_cluster_read.properties + _schema.system_data = cls._schema_cluster_read.system_data + _schema.tags = cls._schema_cluster_read.tags + _schema.type = cls._schema_cluster_read.type + return + + cls._schema_cluster_read = _schema_cluster_read = AAZObjectType() + + cluster_read = _schema_cluster_read + cluster_read.id = AAZStrType( + flags={"read_only": True}, + ) + cluster_read.identity = AAZObjectType() + cluster_read.location = AAZStrType( + flags={"required": True}, + ) + cluster_read.name = AAZStrType( + flags={"read_only": True}, + ) + cluster_read.properties = AAZObjectType( + flags={"client_flatten": True}, + ) + cluster_read.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + cluster_read.tags = AAZDictType() + cluster_read.type = AAZStrType( + flags={"read_only": True}, + ) + + identity = _schema_cluster_read.identity + identity.principal_id = AAZStrType( + serialized_name="principalId", + flags={"read_only": True}, + ) + identity.tenant_id = AAZStrType( + serialized_name="tenantId", + flags={"read_only": True}, + ) + identity.type = AAZStrType( + flags={"required": True}, + ) + identity.user_assigned_identities = AAZDictType( + serialized_name="userAssignedIdentities", + ) + + user_assigned_identities = _schema_cluster_read.identity.user_assigned_identities + user_assigned_identities.Element = AAZObjectType() + + _element = _schema_cluster_read.identity.user_assigned_identities.Element + _element.client_id = AAZStrType( + serialized_name="clientId", + flags={"read_only": True}, + ) + _element.principal_id = AAZStrType( + serialized_name="principalId", + flags={"read_only": True}, + ) + + properties = _schema_cluster_read.properties + properties.aad_application_object_id = AAZStrType( + serialized_name="aadApplicationObjectId", + ) + properties.aad_client_id = AAZStrType( + serialized_name="aadClientId", + ) + properties.aad_service_principal_object_id = AAZStrType( + serialized_name="aadServicePrincipalObjectId", + ) + properties.aad_tenant_id = AAZStrType( + serialized_name="aadTenantId", + ) + properties.billing_model = AAZStrType( + serialized_name="billingModel", + flags={"read_only": True}, + ) + properties.cloud_id = AAZStrType( + serialized_name="cloudId", + flags={"read_only": True}, + ) + properties.cloud_management_endpoint = AAZStrType( + serialized_name="cloudManagementEndpoint", + ) + properties.desired_properties = AAZObjectType( + serialized_name="desiredProperties", + ) + properties.last_billing_timestamp = AAZStrType( + serialized_name="lastBillingTimestamp", + flags={"read_only": True}, + ) + properties.last_sync_timestamp = AAZStrType( + serialized_name="lastSyncTimestamp", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.registration_timestamp = AAZStrType( + serialized_name="registrationTimestamp", + flags={"read_only": True}, + ) + properties.reported_properties = AAZObjectType( + serialized_name="reportedProperties", + ) + properties.resource_provider_object_id = AAZStrType( + serialized_name="resourceProviderObjectId", + flags={"read_only": True}, + ) + properties.service_endpoint = AAZStrType( + serialized_name="serviceEndpoint", + flags={"read_only": True}, + ) + properties.software_assurance_properties = AAZObjectType( + serialized_name="softwareAssuranceProperties", + ) + properties.status = AAZStrType( + flags={"read_only": True}, + ) + properties.trial_days_remaining = AAZFloatType( + serialized_name="trialDaysRemaining", + flags={"read_only": True}, + ) + + desired_properties = _schema_cluster_read.properties.desired_properties + desired_properties.diagnostic_level = AAZStrType( + serialized_name="diagnosticLevel", + ) + desired_properties.windows_server_subscription = AAZStrType( + serialized_name="windowsServerSubscription", + ) + + reported_properties = _schema_cluster_read.properties.reported_properties + reported_properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + reported_properties.cluster_name = AAZStrType( + serialized_name="clusterName", + flags={"read_only": True}, + ) + reported_properties.cluster_type = AAZStrType( + serialized_name="clusterType", + flags={"read_only": True}, + ) + reported_properties.cluster_version = AAZStrType( + serialized_name="clusterVersion", + flags={"read_only": True}, + ) + reported_properties.diagnostic_level = AAZStrType( + serialized_name="diagnosticLevel", + ) + reported_properties.imds_attestation = AAZStrType( + serialized_name="imdsAttestation", + flags={"read_only": True}, + ) + reported_properties.last_updated = AAZStrType( + serialized_name="lastUpdated", + flags={"read_only": True}, + ) + reported_properties.manufacturer = AAZStrType( + flags={"read_only": True}, + ) + reported_properties.nodes = AAZListType( + flags={"read_only": True}, + ) + reported_properties.supported_capabilities = AAZListType( + serialized_name="supportedCapabilities", + flags={"read_only": True}, + ) + + nodes = _schema_cluster_read.properties.reported_properties.nodes + nodes.Element = AAZObjectType() + + _element = _schema_cluster_read.properties.reported_properties.nodes.Element + _element.core_count = AAZFloatType( + serialized_name="coreCount", + flags={"read_only": True}, + ) + _element.ehc_resource_id = AAZStrType( + serialized_name="ehcResourceId", + flags={"read_only": True}, + ) + _element.id = AAZFloatType( + flags={"read_only": True}, + ) + _element.last_licensing_timestamp = AAZStrType( + serialized_name="lastLicensingTimestamp", + flags={"read_only": True}, + ) + _element.manufacturer = AAZStrType( + flags={"read_only": True}, + ) + _element.memory_in_gi_b = AAZFloatType( + serialized_name="memoryInGiB", + flags={"read_only": True}, + ) + _element.model = AAZStrType( + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.node_type = AAZStrType( + serialized_name="nodeType", + flags={"read_only": True}, + ) + _element.os_display_version = AAZStrType( + serialized_name="osDisplayVersion", + flags={"read_only": True}, + ) + _element.os_name = AAZStrType( + serialized_name="osName", + flags={"read_only": True}, + ) + _element.os_version = AAZStrType( + serialized_name="osVersion", + flags={"read_only": True}, + ) + _element.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + _element.windows_server_subscription = AAZStrType( + serialized_name="windowsServerSubscription", + flags={"read_only": True}, + ) + + supported_capabilities = _schema_cluster_read.properties.reported_properties.supported_capabilities + supported_capabilities.Element = AAZStrType( + flags={"read_only": True}, + ) + + software_assurance_properties = _schema_cluster_read.properties.software_assurance_properties + software_assurance_properties.last_updated = AAZStrType( + serialized_name="lastUpdated", + flags={"read_only": True}, + ) + software_assurance_properties.software_assurance_intent = AAZStrType( + serialized_name="softwareAssuranceIntent", + ) + software_assurance_properties.software_assurance_status = AAZStrType( + serialized_name="softwareAssuranceStatus", + ) + + system_data = _schema_cluster_read.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = _schema_cluster_read.tags + tags.Element = AAZStrType() + + _schema.id = cls._schema_cluster_read.id + _schema.identity = cls._schema_cluster_read.identity + _schema.location = cls._schema_cluster_read.location + _schema.name = cls._schema_cluster_read.name + _schema.properties = cls._schema_cluster_read.properties + _schema.system_data = cls._schema_cluster_read.system_data + _schema.tags = cls._schema_cluster_read.tags + _schema.type = cls._schema_cluster_read.type + + +__all__ = ["Remove"] diff --git a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/extension/_create.py b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/extension/_create.py index 2625a8cfe4a..62c32435b0d 100644 --- a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/extension/_create.py +++ b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/extension/_create.py @@ -240,7 +240,7 @@ def content(self): if extension_parameters is not None: extension_parameters.set_prop("autoUpgradeMinorVersion", AAZBoolType, ".auto_upgrade") extension_parameters.set_prop("forceUpdateTag", AAZStrType, ".force_update_tag") - extension_parameters.set_prop("protectedSettings", AAZObjectType, ".protected_settings") + extension_parameters.set_prop("protectedSettings", AAZObjectType, ".protected_settings", typ_kwargs={"flags": {"secret": True}}) extension_parameters.set_prop("publisher", AAZStrType, ".publisher") extension_parameters.set_prop("settings", AAZObjectType, ".settings") extension_parameters.set_prop("type", AAZStrType, ".type") @@ -324,6 +324,7 @@ def _build_schema_on_200_201(cls): ) extension_parameters.protected_settings = AAZObjectType( serialized_name="protectedSettings", + flags={"secret": True}, ) extension_parameters.publisher = AAZStrType() extension_parameters.settings = AAZObjectType() diff --git a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/extension/_list.py b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/extension/_list.py index 6a7d179cc3a..4f795975795 100644 --- a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/extension/_list.py +++ b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/extension/_list.py @@ -223,6 +223,7 @@ def _build_schema_on_200(cls): ) extension_parameters.protected_settings = AAZObjectType( serialized_name="protectedSettings", + flags={"secret": True}, ) extension_parameters.publisher = AAZStrType() extension_parameters.settings = AAZObjectType() diff --git a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/extension/_show.py b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/extension/_show.py index 9d2fae57947..fa63ac589a5 100644 --- a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/extension/_show.py +++ b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/extension/_show.py @@ -223,6 +223,7 @@ def _build_schema_on_200(cls): ) extension_parameters.protected_settings = AAZObjectType( serialized_name="protectedSettings", + flags={"secret": True}, ) extension_parameters.publisher = AAZStrType() extension_parameters.settings = AAZObjectType() diff --git a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/extension/_wait.py b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/extension/_wait.py index c19900af29e..390134346b7 100644 --- a/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/extension/_wait.py +++ b/src/stack-hci/azext_stack_hci/aaz/latest/stack_hci/extension/_wait.py @@ -219,6 +219,7 @@ def _build_schema_on_200(cls): ) extension_parameters.protected_settings = AAZObjectType( serialized_name="protectedSettings", + flags={"secret": True}, ) extension_parameters.publisher = AAZStrType() extension_parameters.settings = AAZObjectType() diff --git a/src/stack-hci/azext_stack_hci/azext_metadata.json b/src/stack-hci/azext_stack_hci/azext_metadata.json index e6fa0e5722e..73490c539dc 100644 --- a/src/stack-hci/azext_stack_hci/azext_metadata.json +++ b/src/stack-hci/azext_stack_hci/azext_metadata.json @@ -1,3 +1,3 @@ { - "azext.minCliCoreVersion": "2.45.0" + "azext.minCliCoreVersion": "2.48.0" } \ No newline at end of file diff --git a/src/stack-hci/azext_stack_hci/commands.py b/src/stack-hci/azext_stack_hci/commands.py index 1480301e46d..a5f9cf4ff53 100644 --- a/src/stack-hci/azext_stack_hci/commands.py +++ b/src/stack-hci/azext_stack_hci/commands.py @@ -14,5 +14,8 @@ def load_command_table(self, _): # pylint: disable=unused-argument with self.command_group('stack-hci cluster'): - from azext_stack_hci.custom import ClusterList + from azext_stack_hci.custom import ClusterList, ClusterCreate, IdentityAssign, IdentityRemove self.command_table['stack-hci cluster list'] = ClusterList(loader=self) + self.command_table['stack-hci cluster create'] = ClusterCreate(loader=self) + self.command_table['stack-hci cluster identity assign'] = IdentityAssign(loader=self) + self.command_table['stack-hci cluster identity remove'] = IdentityRemove(loader=self) diff --git a/src/stack-hci/azext_stack_hci/custom.py b/src/stack-hci/azext_stack_hci/custom.py index 2e32de1aa84..c59c1778af3 100644 --- a/src/stack-hci/azext_stack_hci/custom.py +++ b/src/stack-hci/azext_stack_hci/custom.py @@ -6,9 +6,11 @@ # -------------------------------------------------------------------------------------------- # pylint: disable=too-many-lines -# pylint: disable=too-many-statements - +# pylint: disable=too-many-statements, protected-access from azext_stack_hci.aaz.latest.stack_hci.cluster import List as _ClusterList +from azext_stack_hci.aaz.latest.stack_hci.cluster import Create as _ClusterCreate +from azext_stack_hci.aaz.latest.stack_hci.cluster.identity import Assign as _IdentityAssign +from azext_stack_hci.aaz.latest.stack_hci.cluster.identity import Remove as _IdentityRemove class ClusterList(_ClusterList): @@ -16,3 +18,60 @@ def post_operations(self): # next_link cannot be accessed if self.ctx.vars.instance.next_link.to_serialized_data(): self.ctx.vars.instance.next_link = None + + +class ClusterCreate(_ClusterCreate): + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + from azure.cli.core.aaz import AAZBoolArg + args_schema = super()._build_arguments_schema(*args, **kwargs) + args_schema.mi_system_assigned = AAZBoolArg( + options=["--mi-system-assigned"], + help="Enable system assigned identity" + ) + args_schema.identity._registered = False + return args_schema + + def pre_operations(self): + args = self.ctx.args + if args.mi_system_assigned: + args.identity.type = "SystemAssigned" + + +class IdentityAssign(_IdentityAssign): + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + from azure.cli.core.aaz import AAZBoolArg + args_schema = super()._build_arguments_schema(*args, **kwargs) + args_schema.system_assigned = AAZBoolArg( + options=["--system-assigned"], + help="Enable system assigned identity" + ) + args_schema.type._registered = False + args_schema.type._required = False + args_schema.user_assigned_identities._registered = False + return args_schema + + def pre_operations(self): + args = self.ctx.args + if args.system_assigned: + args.type = "SystemAssigned" + + +class IdentityRemove(_IdentityRemove): + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + from azure.cli.core.aaz import AAZBoolArg + args_schema = super()._build_arguments_schema(*args, **kwargs) + args_schema.system_assigned = AAZBoolArg( + options=["--system-assigned"], + help="Enable system assigned identity" + ) + args_schema.type._registered = False + args_schema.user_assigned_identities._registered = False + return args_schema + + def pre_instance_update(self, instance): + args = self.ctx.args + if args.system_assigned: + args.type = 'None' diff --git a/src/stack-hci/azext_stack_hci/tests/latest/recordings/test_stack_hci_arc_setting_crud.yaml b/src/stack-hci/azext_stack_hci/tests/latest/recordings/test_stack_hci_arc_setting_crud.yaml index ec7efb4f540..925597ed0fd 100644 --- a/src/stack-hci/azext_stack_hci/tests/latest/recordings/test_stack_hci_arc_setting_crud.yaml +++ b/src/stack-hci/azext_stack_hci/tests/latest/recordings/test_stack_hci_arc_setting_crud.yaml @@ -13,7 +13,7 @@ interactions: ParameterSetName: - --display-name User-Agent: - - python/3.10.9 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + - python/3.10.9 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: GET uri: https://graph.microsoft.com/v1.0/applications?$filter=startswith%28displayName%2C%27app000003%27%29 response: @@ -27,11 +27,11 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Thu, 20 Apr 2023 09:28:26 GMT + - Mon, 29 May 2023 08:57:46 GMT odata-version: - '4.0' request-id: - - 88d1d0e2-f5e8-4fa8-b214-816cffb8e354 + - 1bed73da-5a5d-4bae-b13d-03ef55b28ca5 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -39,7 +39,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"002","RoleInstance":"SG1PEPF0000613A"}}' + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"001","RoleInstance":"SI2PEPF00000BC4"}}' x-ms-resource-unit: - '2' status: @@ -63,15 +63,15 @@ interactions: ParameterSetName: - --display-name User-Agent: - - python/3.10.9 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + - python/3.10.9 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://graph.microsoft.com/v1.0/applications response: body: string: '{"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#applications/$entity", - "id": "ab0efe0d-bfe5-4eff-88e8-37ad396266ef", "deletedDateTime": null, "appId": - "fd5d65cd-4e80-4d1f-b8a2-d07b685bd2c6", "applicationTemplateId": null, "disabledByMicrosoftStatus": - null, "createdDateTime": "2023-04-20T09:28:26.7583892Z", "displayName": "app000003", + "id": "9d59b3c9-1099-4598-8124-527d26e6a19a", "deletedDateTime": null, "appId": + "a5934ecc-a01a-480b-90c8-2263be2885f7", "applicationTemplateId": null, "disabledByMicrosoftStatus": + null, "createdDateTime": "2023-05-29T08:57:47.2444123Z", "displayName": "app000003", "description": null, "groupMembershipClaims": null, "identifierUris": [], "isDeviceOnlyAuthSupported": null, "isFallbackPublicClient": null, "notes": null, "publisherDomain": "AzureSDKTeam.onmicrosoft.com", "serviceManagementReference": @@ -97,13 +97,13 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Thu, 20 Apr 2023 09:28:28 GMT + - Mon, 29 May 2023 08:57:51 GMT location: - - https://graph.microsoft.com/v2/54826b22-38d6-4fb2-bad9-b7b93a3e9c5a/directoryObjects/ab0efe0d-bfe5-4eff-88e8-37ad396266ef/Microsoft.DirectoryServices.Application + - https://graph.microsoft.com/v2/54826b22-38d6-4fb2-bad9-b7b93a3e9c5a/directoryObjects/9d59b3c9-1099-4598-8124-527d26e6a19a/Microsoft.DirectoryServices.Application odata-version: - '4.0' request-id: - - edcd553d-2bb3-415c-b862-7c235657fd3e + - 8fe495c5-6cde-4327-b7a0-587964efe863 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -111,7 +111,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"002","RoleInstance":"SG1PEPF00006142"}}' + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"001","RoleInstance":"SI2PEPF00001640"}}' x-ms-resource-unit: - '1' status: @@ -131,34 +131,36 @@ interactions: ParameterSetName: - -n -g --aad-client-id --aad-tenant-id User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_stack_hci_arc_setting000001?api-version=2022-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_arc_setting000001","name":"cli_test_stack_hci_arc_setting000001","type":"Microsoft.Resources/resourceGroups","location":"eastus","tags":{"product":"azurecli","cause":"automation","date":"2023-04-20T09:28:22Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_arc_setting000001","name":"cli_test_stack_hci_arc_setting000001","type":"Microsoft.Resources/resourceGroups","location":"eastus","tags":{"product":"azurecli","cause":"automation","test":"test_stack_hci_arc_setting_crud","date":"2023-05-29T08:57:39Z","module":"stack-hci"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '350' + - '412' content-type: - application/json; charset=utf-8 date: - - Thu, 20 Apr 2023 09:28:28 GMT + - Mon, 29 May 2023 08:57:51 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: - body: '{"location": "eastus", "properties": {"aadClientId": "fd5d65cd-4e80-4d1f-b8a2-d07b685bd2c6", + body: '{"location": "eastus", "properties": {"aadClientId": "a5934ecc-a01a-480b-90c8-2263be2885f7", "aadTenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a"}}' headers: Accept: @@ -176,12 +178,12 @@ interactions: ParameterSetName: - -n -g --aad-client-id --aad-tenant-id User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_arc_setting000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002?api-version=2023-03-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_arc_setting000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","name":"cluster000002","type":"microsoft.azurestackhci/clusters","location":"eastus","systemData":{"createdBy":"v-jingszhang@microsoft.com","createdByType":"User","createdAt":"2023-04-20T09:28:32.7393499Z","lastModifiedBy":"v-jingszhang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-20T09:28:32.7393499Z"},"properties":{"provisioningState":"Succeeded","status":"NotYetRegistered","cloudId":"0d963fe2-8f16-424c-b159-a552d76a62a3","aadClientId":"fd5d65cd-4e80-4d1f-b8a2-d07b685bd2c6","aadTenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","softwareAssuranceProperties":{"softwareAssuranceStatus":"Disabled","softwareAssuranceIntent":"Disable"},"desiredProperties":{"windowsServerSubscription":"Disabled","diagnosticLevel":"Basic"},"trialDaysRemaining":60,"billingModel":"Trial","serviceEndpoint":"https://dp.stackhci.azure.com/eastus/","resourceProviderObjectId":"dce429e3-98f6-46ba-8959-be060dd15eec"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_arc_setting000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","name":"cluster000002","type":"microsoft.azurestackhci/clusters","location":"eastus","systemData":{"createdBy":"v-jingszhang@microsoft.com","createdByType":"User","createdAt":"2023-05-29T08:57:55.9188585Z","lastModifiedBy":"v-jingszhang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-29T08:57:55.9188585Z"},"properties":{"provisioningState":"Succeeded","status":"NotYetRegistered","cloudId":"6e333549-147d-4ec2-915a-d71da3b1ab70","aadClientId":"a5934ecc-a01a-480b-90c8-2263be2885f7","aadTenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","softwareAssuranceProperties":{"softwareAssuranceStatus":"Disabled","softwareAssuranceIntent":"Disable"},"desiredProperties":{"windowsServerSubscription":"Disabled","diagnosticLevel":"Basic"},"trialDaysRemaining":60,"billingModel":"Trial","serviceEndpoint":"https://dp.stackhci.azure.com/eastus/","resourceProviderObjectId":"dce429e3-98f6-46ba-8959-be060dd15eec"}}' headers: cache-control: - no-cache @@ -190,13 +192,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Apr 2023 09:28:33 GMT + - Mon, 29 May 2023 08:57:57 GMT etag: - - '"fb018649-0000-0100-0000-644105c10000"' + - '"1100988c-0000-0100-0000-647469150000"' expires: - '-1' mise-correlation-id: - - c209328d-c758-4bbc-b30c-b2bf08032a96 + - 21afe15c-2572-423d-9f44-0fbb51175557 pragma: - no-cache strict-transport-security: @@ -232,27 +234,27 @@ interactions: ParameterSetName: - -n -g --cluster-name User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_arc_setting000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/arcSettings/default?api-version=2023-03-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_arc_setting000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/arcSettings/default","name":"default","type":"microsoft.azurestackhci/clusters/arcsettings","systemData":{"createdBy":"v-jingszhang@microsoft.com","createdByType":"User","createdAt":"2023-04-20T09:28:35.257569Z","lastModifiedBy":"v-jingszhang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-20T09:28:35.257569Z"},"properties":{"connectivityProperties":{"enabled":false},"provisioningState":"Succeeded","arcInstanceResourceGroup":"cluster000002-0d963fe2-8f16-424c-b159-a552d76a62a3-Arc-Infra-RG","aggregateState":"NotSpecified","defaultExtensions":[{"category":"ProductQualityAndSupport"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_arc_setting000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/arcSettings/default","name":"default","type":"microsoft.azurestackhci/clusters/arcsettings","systemData":{"createdBy":"v-jingszhang@microsoft.com","createdByType":"User","createdAt":"2023-05-29T08:57:59.5118167Z","lastModifiedBy":"v-jingszhang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-29T08:57:59.5118167Z"},"properties":{"connectivityProperties":{"enabled":false},"provisioningState":"Succeeded","arcInstanceResourceGroup":"cluster000002-6e333549-147d-4ec2-915a-d71da3b1ab70-Arc-Infra-RG","aggregateState":"NotSpecified","defaultExtensions":[{"category":"ProductQualityAndSupport"}]}}' headers: cache-control: - no-cache content-length: - - '779' + - '781' content-type: - application/json; charset=utf-8 date: - - Thu, 20 Apr 2023 09:28:36 GMT + - Mon, 29 May 2023 08:58:00 GMT etag: - - '"9a008649-0000-0100-0000-644105c40000"' + - '"b0004831-0000-0100-0000-647469180000"' expires: - '-1' mise-correlation-id: - - b9df4d89-855a-44c5-ab6a-fd11568743eb + - 1100563b-9d91-4111-ab4c-9cd4b6be56f2 pragma: - no-cache strict-transport-security: @@ -286,7 +288,7 @@ interactions: ParameterSetName: - -n --cluster-name -g User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_arc_setting000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/arcSettings/default/createArcIdentity?api-version=2023-03-01 response: @@ -294,7 +296,7 @@ interactions: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/56e11e2a-a89f-46ab-be40-87c018bbb4a4*B6DA89D35F945C5C450E8011C7CB4D18F7459E1462AC1CF938045B88030A0732?api-version=2023-03-01 + - https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/39c6460f-844d-4074-9303-29c22f87ebdc*93D996766DEFBFCB6BFE7943244B1E8B000F4112D0CB9926B40CCFC643F777EB?api-version=2023-03-01 cache-control: - no-cache content-length: @@ -302,13 +304,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Apr 2023 09:28:38 GMT + - Mon, 29 May 2023 08:58:03 GMT expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/56e11e2a-a89f-46ab-be40-87c018bbb4a4*B6DA89D35F945C5C450E8011C7CB4D18F7459E1462AC1CF938045B88030A0732?api-version=2023-03-01 + - https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/39c6460f-844d-4074-9303-29c22f87ebdc*93D996766DEFBFCB6BFE7943244B1E8B000F4112D0CB9926B40CCFC643F777EB?api-version=2023-03-01 mise-correlation-id: - - ed177408-ba49-4202-ad3b-fc993884f376 + - 0d208147-8b77-4dcf-a7b5-3aed4b6b80ca pragma: - no-cache strict-transport-security: @@ -336,12 +338,204 @@ interactions: ParameterSetName: - -n --cluster-name -g User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/39c6460f-844d-4074-9303-29c22f87ebdc*93D996766DEFBFCB6BFE7943244B1E8B000F4112D0CB9926B40CCFC643F777EB?api-version=2023-03-01 + response: + body: + string: '{"id":"/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/39c6460f-844d-4074-9303-29c22f87ebdc*93D996766DEFBFCB6BFE7943244B1E8B000F4112D0CB9926B40CCFC643F777EB","name":"39c6460f-844d-4074-9303-29c22f87ebdc*93D996766DEFBFCB6BFE7943244B1E8B000F4112D0CB9926B40CCFC643F777EB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_arc_setting000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/arcSettings/default","status":"Accepted","startTime":"2023-05-29T08:58:03.8056473Z"}' + headers: + cache-control: + - no-cache + content-length: + - '550' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 08:58:03 GMT + etag: + - '"37002f59-0000-0100-0000-6474691b0000"' + expires: + - '-1' + 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: + - stack-hci arc-setting create-identity + Connection: + - keep-alive + ParameterSetName: + - -n --cluster-name -g + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/39c6460f-844d-4074-9303-29c22f87ebdc*93D996766DEFBFCB6BFE7943244B1E8B000F4112D0CB9926B40CCFC643F777EB?api-version=2023-03-01 + response: + body: + string: '{"id":"/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/39c6460f-844d-4074-9303-29c22f87ebdc*93D996766DEFBFCB6BFE7943244B1E8B000F4112D0CB9926B40CCFC643F777EB","name":"39c6460f-844d-4074-9303-29c22f87ebdc*93D996766DEFBFCB6BFE7943244B1E8B000F4112D0CB9926B40CCFC643F777EB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_arc_setting000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/arcSettings/default","status":"Succeeded","startTime":"2023-05-29T08:58:03.8056473Z","endTime":"2023-05-29T08:58:09.8717017Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '610' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 08:58:34 GMT + etag: + - '"37003459-0000-0100-0000-647469210000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - stack-hci arc-setting consent-and-install-default-extension + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g --arc-setting-name --cluster-name + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_arc_setting000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/arcSettings/default/consentAndInstallDefaultExtensions?api-version=2023-03-01 + response: + body: + string: '{"properties":{"connectivityProperties":{"enabled":false},"provisioningState":"Succeeded","arcInstanceResourceGroup":"cluster000002-6e333549-147d-4ec2-915a-d71da3b1ab70-Arc-Infra-RG","aggregateState":"NotSpecified","arcApplicationTenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","arcApplicationClientId":"4cd5b949-138b-426e-8f07-0fe2c79f596e","arcApplicationObjectId":"fb68accd-3ee0-46d7-acf7-4fa0749eda2d","arcServicePrincipalObjectId":"16a9a3f4-7b38-4621-b04d-d9e37d015dcf","defaultExtensions":[{"category":"ProductQualityAndSupport","consentTime":"2023-05-29T08:58:36.4965053Z"}]},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_arc_setting000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/arcSettings/default","name":"default","type":"microsoft.azurestackhci/clusters/arcsettings"}' + headers: + cache-control: + - no-cache + content-length: + - '843' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 08:58:36 GMT + expires: + - '-1' + mise-correlation-id: + - 1a25070d-4d73-448b-b37a-ab73a8c55a2a + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - stack-hci arc-setting initialize-disable-proces + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g --arc-setting-name --cluster-name + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_arc_setting000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/arcSettings/default/initializeDisableProcess?api-version=2023-03-01 + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/cb465969-8c09-455e-ad04-39c37fe2276c*93D996766DEFBFCB6BFE7943244B1E8B000F4112D0CB9926B40CCFC643F777EB?api-version=2023-03-01 + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 29 May 2023 08:58:38 GMT + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/cb465969-8c09-455e-ad04-39c37fe2276c*93D996766DEFBFCB6BFE7943244B1E8B000F4112D0CB9926B40CCFC643F777EB?api-version=2023-03-01 + mise-correlation-id: + - c1140600-f82c-4f51-8a1e-c55870ea035d + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - stack-hci arc-setting initialize-disable-proces + Connection: + - keep-alive + ParameterSetName: + - -g --arc-setting-name --cluster-name + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/56e11e2a-a89f-46ab-be40-87c018bbb4a4*B6DA89D35F945C5C450E8011C7CB4D18F7459E1462AC1CF938045B88030A0732?api-version=2023-03-01 + uri: https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/cb465969-8c09-455e-ad04-39c37fe2276c*93D996766DEFBFCB6BFE7943244B1E8B000F4112D0CB9926B40CCFC643F777EB?api-version=2023-03-01 response: body: - string: '{"id":"/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/56e11e2a-a89f-46ab-be40-87c018bbb4a4*B6DA89D35F945C5C450E8011C7CB4D18F7459E1462AC1CF938045B88030A0732","name":"56e11e2a-a89f-46ab-be40-87c018bbb4a4*B6DA89D35F945C5C450E8011C7CB4D18F7459E1462AC1CF938045B88030A0732","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_arc_setting000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/arcSettings/default","status":"Succeeded","startTime":"2023-04-20T09:28:38.8885236Z","endTime":"2023-04-20T09:28:44.1650797Z","properties":null}' + string: '{"id":"/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/cb465969-8c09-455e-ad04-39c37fe2276c*93D996766DEFBFCB6BFE7943244B1E8B000F4112D0CB9926B40CCFC643F777EB","name":"cb465969-8c09-455e-ad04-39c37fe2276c*93D996766DEFBFCB6BFE7943244B1E8B000F4112D0CB9926B40CCFC643F777EB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_arc_setting000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/arcSettings/default","status":"Succeeded","startTime":"2023-05-29T08:58:38.7683478Z","endTime":"2023-05-29T08:58:38.8985219Z","properties":null}' headers: cache-control: - no-cache @@ -350,9 +544,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Apr 2023 09:29:09 GMT + - Mon, 29 May 2023 08:58:39 GMT etag: - - '"c300ac3b-0000-0100-0000-644105cc0000"' + - '"37005c59-0000-0100-0000-6474693e0000"' expires: - '-1' pragma: @@ -382,25 +576,25 @@ interactions: ParameterSetName: - -g --cluster-name User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_arc_setting000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/arcSettings?api-version=2023-03-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_arc_setting000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/arcSettings/default","name":"default","type":"microsoft.azurestackhci/clusters/arcsettings","properties":{"connectivityProperties":{"enabled":false},"provisioningState":"Succeeded","arcInstanceResourceGroup":"cluster000002-0d963fe2-8f16-424c-b159-a552d76a62a3-Arc-Infra-RG","aggregateState":"NotSpecified","perNodeDetails":[],"arcApplicationTenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","arcApplicationClientId":"92f815cd-572d-4d24-b881-53227f1d8874","arcApplicationObjectId":"b2082b75-2d60-49bd-b040-ed6b4c119516","arcServicePrincipalObjectId":"20c3ca34-342b-4e7b-add9-6d9cc2ba6adf","defaultExtensions":[{"category":"ProductQualityAndSupport"}]}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_arc_setting000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/arcSettings/default","name":"default","type":"microsoft.azurestackhci/clusters/arcsettings","properties":{"connectivityProperties":{"enabled":false},"provisioningState":"Succeeded","arcInstanceResourceGroup":"cluster000002-6e333549-147d-4ec2-915a-d71da3b1ab70-Arc-Infra-RG","aggregateState":"NotSpecified","perNodeDetails":[],"arcApplicationTenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","arcApplicationClientId":"4cd5b949-138b-426e-8f07-0fe2c79f596e","arcApplicationObjectId":"fb68accd-3ee0-46d7-acf7-4fa0749eda2d","arcServicePrincipalObjectId":"16a9a3f4-7b38-4621-b04d-d9e37d015dcf","defaultExtensions":[{"category":"ProductQualityAndSupport","consentTime":"2023-05-29T08:58:36.4965053Z"}]}}]}' headers: cache-control: - no-cache content-length: - - '830' + - '875' content-type: - application/json; charset=utf-8 date: - - Thu, 20 Apr 2023 09:29:10 GMT + - Mon, 29 May 2023 08:58:39 GMT expires: - '-1' mise-correlation-id: - - b3bc5fdd-2253-4658-ab73-272deb077b54 + - faa6bfd7-9be3-41a0-8023-b63f3878599b pragma: - no-cache strict-transport-security: @@ -430,27 +624,27 @@ interactions: ParameterSetName: - -n -g --cluster-name User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_arc_setting000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/arcSettings/default?api-version=2023-03-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_arc_setting000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/arcSettings/default","name":"default","type":"microsoft.azurestackhci/clusters/arcsettings","properties":{"connectivityProperties":{"enabled":false},"provisioningState":"Succeeded","arcInstanceResourceGroup":"cluster000002-0d963fe2-8f16-424c-b159-a552d76a62a3-Arc-Infra-RG","aggregateState":"NotSpecified","perNodeDetails":[],"arcApplicationTenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","arcApplicationClientId":"92f815cd-572d-4d24-b881-53227f1d8874","arcApplicationObjectId":"b2082b75-2d60-49bd-b040-ed6b4c119516","arcServicePrincipalObjectId":"20c3ca34-342b-4e7b-add9-6d9cc2ba6adf","defaultExtensions":[{"category":"ProductQualityAndSupport"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_arc_setting000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/arcSettings/default","name":"default","type":"microsoft.azurestackhci/clusters/arcsettings","properties":{"connectivityProperties":{"enabled":false},"provisioningState":"Succeeded","arcInstanceResourceGroup":"cluster000002-6e333549-147d-4ec2-915a-d71da3b1ab70-Arc-Infra-RG","aggregateState":"NotSpecified","perNodeDetails":[],"arcApplicationTenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","arcApplicationClientId":"4cd5b949-138b-426e-8f07-0fe2c79f596e","arcApplicationObjectId":"fb68accd-3ee0-46d7-acf7-4fa0749eda2d","arcServicePrincipalObjectId":"16a9a3f4-7b38-4621-b04d-d9e37d015dcf","defaultExtensions":[{"category":"ProductQualityAndSupport","consentTime":"2023-05-29T08:58:36.4965053Z"}]}}' headers: cache-control: - no-cache content-length: - - '818' + - '863' content-type: - application/json; charset=utf-8 date: - - Thu, 20 Apr 2023 09:29:12 GMT + - Mon, 29 May 2023 08:58:41 GMT etag: - - '"9a00b349-0000-0100-0000-644105cb0000"' + - '"b000f931-0000-0100-0000-6474693c0000"' expires: - '-1' mise-correlation-id: - - 73e890af-0df7-4340-bc0f-89efc52004b1 + - 86386ed0-7a4e-441f-bf73-5a6754ed552e pragma: - no-cache strict-transport-security: @@ -482,12 +676,12 @@ interactions: ParameterSetName: - -n --cluster-name -g User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_arc_setting000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/arcSettings/default/generatePassword?api-version=2023-03-01 response: body: - string: '{"secretText":"mDC8Q~RyIAZqS9xzexGf9J7CZOU53CzHvxXjjbO1","startDateTime":"2023-04-20T09:29:14.4953835+00:00","endDateTime":"2025-04-20T09:29:14.4953836+00:00","keyId":"87f76cc2-db9d-498f-8c14-7c9348ccf4f4"}' + string: '{"secretText":"vKU8Q~7Zj3fEvgui66-EWnhh8bHlfCjT2wXYGbqM","startDateTime":"2023-05-29T08:58:43.6841781+00:00","endDateTime":"2025-05-29T08:58:43.6841782+00:00","keyId":"b4b5d17b-411d-42fa-bff0-57e8f85eaaa3"}' headers: cache-control: - no-cache @@ -496,11 +690,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Apr 2023 09:29:14 GMT + - Mon, 29 May 2023 08:58:43 GMT expires: - '-1' mise-correlation-id: - - 6f8a27c3-7acb-4c17-afa7-7f9cfed007b7 + - 715bbb9d-f157-4118-b8aa-fbe14bcf657c pragma: - no-cache strict-transport-security: @@ -534,7 +728,7 @@ interactions: ParameterSetName: - -n -g --cluster-name --no-wait --yes User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_arc_setting000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/arcSettings/default?api-version=2023-03-01 response: @@ -542,7 +736,7 @@ interactions: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/75c061fd-35bb-47a9-bc6a-abf8bbce7550*B6DA89D35F945C5C450E8011C7CB4D18F7459E1462AC1CF938045B88030A0732?api-version=2023-03-01 + - https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/5eaf5a98-695a-438a-bbbe-bb96457fb0d3*93D996766DEFBFCB6BFE7943244B1E8B000F4112D0CB9926B40CCFC643F777EB?api-version=2023-03-01 cache-control: - no-cache content-length: @@ -550,15 +744,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Apr 2023 09:29:15 GMT + - Mon, 29 May 2023 08:58:46 GMT etag: - - '"9a00ae4a-0000-0100-0000-644105eb0000"' + - '"b0001d32-0000-0100-0000-647469460000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/75c061fd-35bb-47a9-bc6a-abf8bbce7550*B6DA89D35F945C5C450E8011C7CB4D18F7459E1462AC1CF938045B88030A0732?api-version=2023-03-01 + - https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/5eaf5a98-695a-438a-bbbe-bb96457fb0d3*93D996766DEFBFCB6BFE7943244B1E8B000F4112D0CB9926B40CCFC643F777EB?api-version=2023-03-01 mise-correlation-id: - - 90efb108-95ec-4467-9027-a8bed35c8eb6 + - 23f42d0d-0776-4433-a206-d4e4808e8960 pragma: - no-cache strict-transport-security: diff --git a/src/stack-hci/azext_stack_hci/tests/latest/recordings/test_stack_hci_cluster_crud.yaml b/src/stack-hci/azext_stack_hci/tests/latest/recordings/test_stack_hci_cluster_crud.yaml index 17efeb2dfbc..cdb3b126225 100644 --- a/src/stack-hci/azext_stack_hci/tests/latest/recordings/test_stack_hci_cluster_crud.yaml +++ b/src/stack-hci/azext_stack_hci/tests/latest/recordings/test_stack_hci_cluster_crud.yaml @@ -13,7 +13,7 @@ interactions: ParameterSetName: - --display-name User-Agent: - - python/3.10.9 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + - python/3.10.9 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: GET uri: https://graph.microsoft.com/v1.0/applications?$filter=startswith%28displayName%2C%27app000003%27%29 response: @@ -27,11 +27,11 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Fri, 21 Apr 2023 02:51:06 GMT + - Thu, 01 Jun 2023 02:57:28 GMT odata-version: - '4.0' request-id: - - f960e155-49ac-4251-a46c-aa03c34321df + - 454ccc3e-9d4f-4cef-9817-e9081f76ab6e strict-transport-security: - max-age=31536000 transfer-encoding: @@ -39,7 +39,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"002","RoleInstance":"SG1PEPF00006138"}}' + - '{"ServerInfo":{"DataCenter":"Japan East","Slice":"E","Ring":"5","ScaleUnit":"000","RoleInstance":"TY1PEPF0000604C"}}' x-ms-resource-unit: - '2' status: @@ -63,15 +63,15 @@ interactions: ParameterSetName: - --display-name User-Agent: - - python/3.10.9 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + - python/3.10.9 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://graph.microsoft.com/v1.0/applications response: body: string: '{"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#applications/$entity", - "id": "1a38d6eb-f38f-47f1-b1d9-2c54dbce5fd3", "deletedDateTime": null, "appId": - "4919c731-eab5-43d4-9e9e-79a28651abd5", "applicationTemplateId": null, "disabledByMicrosoftStatus": - null, "createdDateTime": "2023-04-21T02:51:09.3109075Z", "displayName": "app000003", + "id": "dd60e7e1-4023-4714-8c97-10b879ee6bf6", "deletedDateTime": null, "appId": + "999b5f21-41f6-4357-8fc1-86fe171f8024", "applicationTemplateId": null, "disabledByMicrosoftStatus": + null, "createdDateTime": "2023-06-01T02:57:30.0436864Z", "displayName": "app000003", "description": null, "groupMembershipClaims": null, "identifierUris": [], "isDeviceOnlyAuthSupported": null, "isFallbackPublicClient": null, "notes": null, "publisherDomain": "AzureSDKTeam.onmicrosoft.com", "serviceManagementReference": @@ -97,13 +97,13 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Fri, 21 Apr 2023 02:51:12 GMT + - Thu, 01 Jun 2023 02:57:30 GMT location: - - https://graph.microsoft.com/v2/54826b22-38d6-4fb2-bad9-b7b93a3e9c5a/directoryObjects/1a38d6eb-f38f-47f1-b1d9-2c54dbce5fd3/Microsoft.DirectoryServices.Application + - https://graph.microsoft.com/v2/54826b22-38d6-4fb2-bad9-b7b93a3e9c5a/directoryObjects/dd60e7e1-4023-4714-8c97-10b879ee6bf6/Microsoft.DirectoryServices.Application odata-version: - '4.0' request-id: - - 5bfad259-411c-4ad2-8844-a0d9b4c66c6a + - ee62b343-0357-40c4-b0fb-048eb5415908 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -111,7 +111,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"002","RoleInstance":"SG1PEPF00006141"}}' + - '{"ServerInfo":{"DataCenter":"Japan East","Slice":"E","Ring":"5","ScaleUnit":"000","RoleInstance":"TY1PEPF00006059"}}' x-ms-resource-unit: - '1' status: @@ -129,23 +129,23 @@ interactions: Connection: - keep-alive ParameterSetName: - - -n -g --aad-client-id --aad-tenant-id --tags + - -n -g --aad-client-id --aad-tenant-id --tags --mi-system-assigned User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_stack_hci_cluster000001?api-version=2022-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001","name":"cli_test_stack_hci_cluster000001","type":"Microsoft.Resources/resourceGroups","location":"eastus","tags":{"product":"azurecli","cause":"automation","date":"2023-04-21T02:50:57Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001","name":"cli_test_stack_hci_cluster000001","type":"Microsoft.Resources/resourceGroups","location":"eastus","tags":{"product":"azurecli","cause":"automation","test":"test_stack_hci_cluster_crud","date":"2023-06-01T02:57:23Z","module":"stack-hci"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '342' + - '400' content-type: - application/json; charset=utf-8 date: - - Fri, 21 Apr 2023 02:51:11 GMT + - Thu, 01 Jun 2023 02:57:31 GMT expires: - '-1' pragma: @@ -160,8 +160,9 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus", "properties": {"aadClientId": "4919c731-eab5-43d4-9e9e-79a28651abd5", - "aadTenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a"}, "tags": {"key0": "value0"}}' + body: '{"identity": {"type": "SystemAssigned"}, "location": "eastus", "properties": + {"aadClientId": "999b5f21-41f6-4357-8fc1-86fe171f8024", "aadTenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a"}, + "tags": {"key0": "value0"}}' headers: Accept: - application/json @@ -172,33 +173,33 @@ interactions: Connection: - keep-alive Content-Length: - - '176' + - '216' Content-Type: - application/json ParameterSetName: - - -n -g --aad-client-id --aad-tenant-id --tags + - -n -g --aad-client-id --aad-tenant-id --tags --mi-system-assigned User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002?api-version=2023-03-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","name":"cluster000002","type":"microsoft.azurestackhci/clusters","location":"eastus","tags":{"key0":"value0"},"systemData":{"createdBy":"v-jingszhang@microsoft.com","createdByType":"User","createdAt":"2023-04-21T02:51:16.4905658Z","lastModifiedBy":"v-jingszhang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-21T02:51:16.4905658Z"},"properties":{"provisioningState":"Succeeded","status":"NotYetRegistered","cloudId":"3dce2c06-378b-4168-bdcb-ce05d99561fa","aadClientId":"4919c731-eab5-43d4-9e9e-79a28651abd5","aadTenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","softwareAssuranceProperties":{"softwareAssuranceStatus":"Disabled","softwareAssuranceIntent":"Disable"},"desiredProperties":{"windowsServerSubscription":"Disabled","diagnosticLevel":"Basic"},"trialDaysRemaining":60,"billingModel":"Trial","serviceEndpoint":"https://dp.stackhci.azure.com/eastus/","resourceProviderObjectId":"dce429e3-98f6-46ba-8959-be060dd15eec"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","name":"cluster000002","type":"microsoft.azurestackhci/clusters","location":"eastus","tags":{"key0":"value0"},"systemData":{"createdBy":"v-jingszhang@microsoft.com","createdByType":"User","createdAt":"2023-06-01T02:57:35.1143798Z","lastModifiedBy":"v-jingszhang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-01T02:57:35.1143798Z"},"identity":{"principalId":"60e0fd81-77c8-4bf3-8b58-283232361147","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","status":"NotYetRegistered","cloudId":"23e80211-eb9e-417c-b786-b8cb3eed78d1","aadClientId":"999b5f21-41f6-4357-8fc1-86fe171f8024","aadTenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","softwareAssuranceProperties":{"softwareAssuranceStatus":"Disabled","softwareAssuranceIntent":"Disable"},"desiredProperties":{"windowsServerSubscription":"Disabled","diagnosticLevel":"Basic"},"trialDaysRemaining":60,"billingModel":"Trial","serviceEndpoint":"https://dp.stackhci.azure.com/eastus/","resourceProviderObjectId":"dce429e3-98f6-46ba-8959-be060dd15eec"}}' headers: cache-control: - no-cache content-length: - - '1112' + - '1252' content-type: - application/json; charset=utf-8 date: - - Fri, 21 Apr 2023 02:51:18 GMT + - Thu, 01 Jun 2023 02:57:38 GMT etag: - - '"3c02724b-0000-0100-0000-6441fa250000"' + - '"1100c6e7-0000-0100-0000-647809210000"' expires: - '-1' mise-correlation-id: - - 32678480-6f8e-4cd4-894e-77c361b9a11d + - f0266864-8d55-4f31-bdc1-71de6d7f1479 pragma: - no-cache strict-transport-security: @@ -232,7 +233,7 @@ interactions: ParameterSetName: - --cluster-name -g User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/createClusterIdentity?api-version=2023-03-01 response: @@ -240,7 +241,7 @@ interactions: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/4f5ae332-6adb-4d13-9466-92ba6cfaa2c7*963587157143F9BB5FA79099973274B820AFEBA060262D7786CE55E650F17053?api-version=2023-03-01 + - https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/05a601ea-5a1d-4491-a401-697f24989501*D70C66C9A09AFECEC6CEEBAD8EAEE1DD8ED3AC4A16B8FCCAFB37EBDC2692F97D?api-version=2023-03-01 cache-control: - no-cache content-length: @@ -248,13 +249,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 21 Apr 2023 02:51:21 GMT + - Thu, 01 Jun 2023 02:57:39 GMT expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/4f5ae332-6adb-4d13-9466-92ba6cfaa2c7*963587157143F9BB5FA79099973274B820AFEBA060262D7786CE55E650F17053?api-version=2023-03-01 + - https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/05a601ea-5a1d-4491-a401-697f24989501*D70C66C9A09AFECEC6CEEBAD8EAEE1DD8ED3AC4A16B8FCCAFB37EBDC2692F97D?api-version=2023-03-01 mise-correlation-id: - - e9bb03aa-95ca-4175-b86c-6908a56a8aa9 + - 4b6301b1-3932-4491-b396-584d51eb606c pragma: - no-cache strict-transport-security: @@ -282,23 +283,65 @@ interactions: ParameterSetName: - --cluster-name -g User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/4f5ae332-6adb-4d13-9466-92ba6cfaa2c7*963587157143F9BB5FA79099973274B820AFEBA060262D7786CE55E650F17053?api-version=2023-03-01 + uri: https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/05a601ea-5a1d-4491-a401-697f24989501*D70C66C9A09AFECEC6CEEBAD8EAEE1DD8ED3AC4A16B8FCCAFB37EBDC2692F97D?api-version=2023-03-01 response: body: - string: '{"id":"/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/4f5ae332-6adb-4d13-9466-92ba6cfaa2c7*963587157143F9BB5FA79099973274B820AFEBA060262D7786CE55E650F17053","name":"4f5ae332-6adb-4d13-9466-92ba6cfaa2c7*963587157143F9BB5FA79099973274B820AFEBA060262D7786CE55E650F17053","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","status":"Succeeded","startTime":"2023-04-21T02:51:21.684164Z","endTime":"2023-04-21T02:51:24.6601109Z","properties":null}' + string: '{"id":"/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/05a601ea-5a1d-4491-a401-697f24989501*D70C66C9A09AFECEC6CEEBAD8EAEE1DD8ED3AC4A16B8FCCAFB37EBDC2692F97D","name":"05a601ea-5a1d-4491-a401-697f24989501*D70C66C9A09AFECEC6CEEBAD8EAEE1DD8ED3AC4A16B8FCCAFB37EBDC2692F97D","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","status":"Accepted","startTime":"2023-06-01T02:57:40.5133087Z"}' headers: cache-control: - no-cache content-length: - - '585' + - '526' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 01 Jun 2023 02:57:40 GMT + etag: + - '"4300df2b-0000-0100-0000-647809240000"' + expires: + - '-1' + 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: + - stack-hci cluster create-identity + Connection: + - keep-alive + ParameterSetName: + - --cluster-name -g + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/05a601ea-5a1d-4491-a401-697f24989501*D70C66C9A09AFECEC6CEEBAD8EAEE1DD8ED3AC4A16B8FCCAFB37EBDC2692F97D?api-version=2023-03-01 + response: + body: + string: '{"id":"/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/05a601ea-5a1d-4491-a401-697f24989501*D70C66C9A09AFECEC6CEEBAD8EAEE1DD8ED3AC4A16B8FCCAFB37EBDC2692F97D","name":"05a601ea-5a1d-4491-a401-697f24989501*D70C66C9A09AFECEC6CEEBAD8EAEE1DD8ED3AC4A16B8FCCAFB37EBDC2692F97D","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","status":"Succeeded","startTime":"2023-06-01T02:57:40.5133087Z","endTime":"2023-06-01T02:57:42.8906594Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '586' content-type: - application/json; charset=utf-8 date: - - Fri, 21 Apr 2023 02:51:52 GMT + - Thu, 01 Jun 2023 02:58:11 GMT etag: - - '"c700d742-0000-0100-0000-6441fa2c0000"' + - '"4300ee2b-0000-0100-0000-647809260000"' expires: - '-1' pragma: @@ -328,21 +371,21 @@ interactions: ParameterSetName: - -g User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters?api-version=2023-03-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","name":"cluster000002","type":"microsoft.azurestackhci/clusters","location":"eastus","tags":{"key0":"value0"},"properties":{"provisioningState":"Succeeded","status":"NotYetRegistered","cloudId":"3dce2c06-378b-4168-bdcb-ce05d99561fa","aadClientId":"e5b24453-fef3-415a-abef-44c1fbd10984","aadTenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","aadServicePrincipalObjectId":"5e122920-7bb4-4ce0-9d2c-ab6d5a28dfa6","aadApplicationObjectId":"1e378590-fbf0-4078-8f96-e866314d8ae0","softwareAssuranceProperties":{"softwareAssuranceStatus":"Disabled","softwareAssuranceIntent":"Disable"},"desiredProperties":{"windowsServerSubscription":"Disabled","diagnosticLevel":"Basic"},"trialDaysRemaining":60,"billingModel":"Trial","serviceEndpoint":"https://dp.stackhci.azure.com/eastus/","resourceProviderObjectId":"dce429e3-98f6-46ba-8959-be060dd15eec"}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters?api-version=2023-03-01&%24skiptoken=HZBRb4IwFIX%2fS5%2bHBYQRTZaFuGUjUR%2bc76SU21oRWu9t0Wn878Ml5%2fHkO1%2fOnQ1w9WszdMSWd7b63O535braflQlW7KD946WnPdiEBp6GPxM3ALCTNqeU2hIonHe2IF43CTqNSuSKGlUHGVtKyIBch7JZpEWqYoX%2bSLmCGQDSvhCGxxxeTK1B%2fI1eSG7%2biBNLU%2bBPGDWpcWv689ezvF4gPzS52OOV90Gup1VdgzKOX1JtRpR5MaZlju0o2kBiW%2bMREtW%2bVn5dP15sr9X1bT2j6Z34Uw0Ts3J%2by2N03kUT0nY44UJ7EutEbTw0O5tB8N0QrnbsMcf"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","name":"cluster000002","type":"microsoft.azurestackhci/clusters","location":"eastus","tags":{"key0":"value0"},"identity":{"principalId":"60e0fd81-77c8-4bf3-8b58-283232361147","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","status":"NotYetRegistered","cloudId":"23e80211-eb9e-417c-b786-b8cb3eed78d1","aadClientId":"59a00546-885a-46b1-a01a-f7b8ea0b51a1","aadTenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","aadServicePrincipalObjectId":"93b58b7d-cd78-4c57-b9f9-749f7b7ae989","aadApplicationObjectId":"2e404a96-2452-4490-a1a8-daa2eb03a2a6","softwareAssuranceProperties":{"softwareAssuranceStatus":"Disabled","softwareAssuranceIntent":"Disable"},"desiredProperties":{"windowsServerSubscription":"Disabled","diagnosticLevel":"Basic"},"trialDaysRemaining":60,"billingModel":"Trial","serviceEndpoint":"https://dp.stackhci.azure.com/eastus/","resourceProviderObjectId":"dce429e3-98f6-46ba-8959-be060dd15eec"}}]}' headers: cache-control: - no-cache content-length: - - '1586' + - '1153' content-type: - application/json; charset=utf-8 date: - - Fri, 21 Apr 2023 02:51:54 GMT + - Thu, 01 Jun 2023 02:58:14 GMT expires: - '-1' pragma: @@ -354,16 +397,16 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 46a2aa1d-83f9-4732-93e4-3100ccba3762 - - aa6df08d-f1be-443d-8ff3-2222250c277e - - bd623852-3905-4a3f-a1b2-e116b419816f - - 1c3b85c7-76b4-42aa-a9ff-3a96c92b0ae9 - - fa9e0145-311d-4848-bd94-eb5a8b3cc482 - - 2ce34135-d78d-4213-be56-235559a84d33 - - 8eb1821c-89d8-4416-a91d-7eef3a69220e - - edbd4abd-49cb-45c5-b832-726bd300a9ff - - 23b5618b-6371-4e4c-a0a6-6d0378f2f659 - - 5db47dcb-3a14-4dc0-ad2f-43fa39a353b3 + - 7fccb38e-9b1e-4694-8559-85d56be7c2d4 + - c6f39ed1-9cbb-4be5-a0ce-7cddd07814f6 + - 51ce5ccb-e600-4219-8de0-0ca99c30551d + - 65d4017b-aeb4-4e72-ba26-50c21da8d2a6 + - 916961d9-cba7-489a-82e7-a2a5e8772284 + - 9b893e4d-e77d-4704-9f06-5d04d99d6e05 + - 26b7f6f6-5f80-43c4-b8ab-63a0b76233ce + - 3c1e8971-f190-485b-9a54-62bb74e4c4ea + - 4d97dd7a-bc0c-4e5d-aec5-58b2d6a60519 + - da04ba3b-4a1f-4a55-87cf-cb86f644016f status: code: 200 message: OK @@ -381,27 +424,27 @@ interactions: ParameterSetName: - -n -g --tags User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002?api-version=2023-03-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","name":"cluster000002","type":"microsoft.azurestackhci/clusters","location":"eastus","tags":{"key0":"value0"},"properties":{"provisioningState":"Succeeded","status":"NotYetRegistered","cloudId":"3dce2c06-378b-4168-bdcb-ce05d99561fa","aadClientId":"e5b24453-fef3-415a-abef-44c1fbd10984","aadTenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","aadServicePrincipalObjectId":"5e122920-7bb4-4ce0-9d2c-ab6d5a28dfa6","aadApplicationObjectId":"1e378590-fbf0-4078-8f96-e866314d8ae0","softwareAssuranceProperties":{"softwareAssuranceStatus":"Disabled","softwareAssuranceIntent":"Disable"},"desiredProperties":{"windowsServerSubscription":"Disabled","diagnosticLevel":"Basic"},"trialDaysRemaining":60,"billingModel":"Trial","serviceEndpoint":"https://dp.stackhci.azure.com/eastus/","resourceProviderObjectId":"dce429e3-98f6-46ba-8959-be060dd15eec"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","name":"cluster000002","type":"microsoft.azurestackhci/clusters","location":"eastus","tags":{"key0":"value0"},"identity":{"principalId":"60e0fd81-77c8-4bf3-8b58-283232361147","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","status":"NotYetRegistered","cloudId":"23e80211-eb9e-417c-b786-b8cb3eed78d1","aadClientId":"59a00546-885a-46b1-a01a-f7b8ea0b51a1","aadTenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","aadServicePrincipalObjectId":"93b58b7d-cd78-4c57-b9f9-749f7b7ae989","aadApplicationObjectId":"2e404a96-2452-4490-a1a8-daa2eb03a2a6","softwareAssuranceProperties":{"softwareAssuranceStatus":"Disabled","softwareAssuranceIntent":"Disable"},"desiredProperties":{"windowsServerSubscription":"Disabled","diagnosticLevel":"Basic"},"trialDaysRemaining":60,"billingModel":"Trial","serviceEndpoint":"https://dp.stackhci.azure.com/eastus/","resourceProviderObjectId":"dce429e3-98f6-46ba-8959-be060dd15eec"}}' headers: cache-control: - no-cache content-length: - - '1001' + - '1141' content-type: - application/json; charset=utf-8 date: - - Fri, 21 Apr 2023 02:51:55 GMT + - Thu, 01 Jun 2023 02:58:15 GMT etag: - - '"3c02544e-0000-0100-0000-6441fa2c0000"' + - '"1100c7e7-0000-0100-0000-647809260000"' expires: - '-1' mise-correlation-id: - - b0022c60-4686-4c9d-bb6e-1b0e58aecd68 + - 91fef0e2-8a2e-4bfe-bb29-ef4aecdec127 pragma: - no-cache strict-transport-security: @@ -418,12 +461,13 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus", "properties": {"aadApplicationObjectId": "1e378590-fbf0-4078-8f96-e866314d8ae0", - "aadClientId": "e5b24453-fef3-415a-abef-44c1fbd10984", "aadServicePrincipalObjectId": - "5e122920-7bb4-4ce0-9d2c-ab6d5a28dfa6", "aadTenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", - "desiredProperties": {"diagnosticLevel": "Basic", "windowsServerSubscription": - "Disabled"}, "softwareAssuranceProperties": {"softwareAssuranceIntent": "Disable", - "softwareAssuranceStatus": "Disabled"}}, "tags": {"key0": "value1"}}' + body: '{"identity": {"type": "SystemAssigned"}, "location": "eastus", "properties": + {"aadApplicationObjectId": "2e404a96-2452-4490-a1a8-daa2eb03a2a6", "aadClientId": + "59a00546-885a-46b1-a01a-f7b8ea0b51a1", "aadServicePrincipalObjectId": "93b58b7d-cd78-4c57-b9f9-749f7b7ae989", + "aadTenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "desiredProperties": + {"diagnosticLevel": "Basic", "windowsServerSubscription": "Disabled"}, "softwareAssuranceProperties": + {"softwareAssuranceIntent": "Disable", "softwareAssuranceStatus": "Disabled"}}, + "tags": {"key0": "value1"}}' headers: Accept: - application/json @@ -434,33 +478,33 @@ interactions: Connection: - keep-alive Content-Length: - - '515' + - '555' Content-Type: - application/json ParameterSetName: - -n -g --tags User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002?api-version=2023-03-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","name":"cluster000002","type":"microsoft.azurestackhci/clusters","location":"eastus","tags":{"key0":"value1"},"systemData":{"createdBy":"v-jingszhang@microsoft.com","createdByType":"User","createdAt":"2023-04-21T02:51:16.4905658Z","lastModifiedBy":"v-jingszhang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-21T02:51:57.2255318Z"},"properties":{"provisioningState":"Succeeded","status":"NotYetRegistered","cloudId":"3dce2c06-378b-4168-bdcb-ce05d99561fa","aadClientId":"e5b24453-fef3-415a-abef-44c1fbd10984","aadTenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","aadServicePrincipalObjectId":"5e122920-7bb4-4ce0-9d2c-ab6d5a28dfa6","aadApplicationObjectId":"1e378590-fbf0-4078-8f96-e866314d8ae0","softwareAssuranceProperties":{"softwareAssuranceStatus":"Disabled","softwareAssuranceIntent":"Disable"},"desiredProperties":{"windowsServerSubscription":"Disabled","diagnosticLevel":"Basic"},"trialDaysRemaining":60,"billingModel":"Trial","serviceEndpoint":"https://dp.stackhci.azure.com/eastus/","resourceProviderObjectId":"dce429e3-98f6-46ba-8959-be060dd15eec"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","name":"cluster000002","type":"microsoft.azurestackhci/clusters","location":"eastus","tags":{"key0":"value1"},"systemData":{"createdBy":"v-jingszhang@microsoft.com","createdByType":"User","createdAt":"2023-06-01T02:57:35.1143798Z","lastModifiedBy":"v-jingszhang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-01T02:58:16.6568224Z"},"identity":{"principalId":"60e0fd81-77c8-4bf3-8b58-283232361147","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","status":"NotYetRegistered","cloudId":"23e80211-eb9e-417c-b786-b8cb3eed78d1","aadClientId":"59a00546-885a-46b1-a01a-f7b8ea0b51a1","aadTenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","aadServicePrincipalObjectId":"93b58b7d-cd78-4c57-b9f9-749f7b7ae989","aadApplicationObjectId":"2e404a96-2452-4490-a1a8-daa2eb03a2a6","softwareAssuranceProperties":{"softwareAssuranceStatus":"Disabled","softwareAssuranceIntent":"Disable"},"desiredProperties":{"windowsServerSubscription":"Disabled","diagnosticLevel":"Basic"},"trialDaysRemaining":60,"billingModel":"Trial","serviceEndpoint":"https://dp.stackhci.azure.com/eastus/","resourceProviderObjectId":"dce429e3-98f6-46ba-8959-be060dd15eec"}}' headers: cache-control: - no-cache content-length: - - '1245' + - '1385' content-type: - application/json; charset=utf-8 date: - - Fri, 21 Apr 2023 02:51:58 GMT + - Thu, 01 Jun 2023 02:58:19 GMT etag: - - '"3c029256-0000-0100-0000-6441fa4d0000"' + - '"1100c8e7-0000-0100-0000-647809490000"' expires: - '-1' mise-correlation-id: - - 7bcefec6-4d0b-453d-8f65-724ee1ce6074 + - 72ab32e6-4461-43c9-85d7-361efad360f1 pragma: - no-cache strict-transport-security: @@ -474,7 +518,7 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -492,27 +536,27 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002?api-version=2023-03-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","name":"cluster000002","type":"microsoft.azurestackhci/clusters","location":"eastus","tags":{"key0":"value1"},"properties":{"provisioningState":"Succeeded","status":"NotYetRegistered","cloudId":"3dce2c06-378b-4168-bdcb-ce05d99561fa","aadClientId":"e5b24453-fef3-415a-abef-44c1fbd10984","aadTenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","aadServicePrincipalObjectId":"5e122920-7bb4-4ce0-9d2c-ab6d5a28dfa6","aadApplicationObjectId":"1e378590-fbf0-4078-8f96-e866314d8ae0","softwareAssuranceProperties":{"softwareAssuranceStatus":"Disabled","softwareAssuranceIntent":"Disable"},"desiredProperties":{"windowsServerSubscription":"Disabled","diagnosticLevel":"Basic"},"trialDaysRemaining":60,"billingModel":"Trial","serviceEndpoint":"https://dp.stackhci.azure.com/eastus/","resourceProviderObjectId":"dce429e3-98f6-46ba-8959-be060dd15eec"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","name":"cluster000002","type":"microsoft.azurestackhci/clusters","location":"eastus","tags":{"key0":"value1"},"identity":{"principalId":"60e0fd81-77c8-4bf3-8b58-283232361147","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","status":"NotYetRegistered","cloudId":"23e80211-eb9e-417c-b786-b8cb3eed78d1","aadClientId":"59a00546-885a-46b1-a01a-f7b8ea0b51a1","aadTenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","aadServicePrincipalObjectId":"93b58b7d-cd78-4c57-b9f9-749f7b7ae989","aadApplicationObjectId":"2e404a96-2452-4490-a1a8-daa2eb03a2a6","softwareAssuranceProperties":{"softwareAssuranceStatus":"Disabled","softwareAssuranceIntent":"Disable"},"desiredProperties":{"windowsServerSubscription":"Disabled","diagnosticLevel":"Basic"},"trialDaysRemaining":60,"billingModel":"Trial","serviceEndpoint":"https://dp.stackhci.azure.com/eastus/","resourceProviderObjectId":"dce429e3-98f6-46ba-8959-be060dd15eec"}}' headers: cache-control: - no-cache content-length: - - '1001' + - '1141' content-type: - application/json; charset=utf-8 date: - - Fri, 21 Apr 2023 02:52:01 GMT + - Thu, 01 Jun 2023 02:58:20 GMT etag: - - '"3c029256-0000-0100-0000-6441fa4d0000"' + - '"1100c8e7-0000-0100-0000-647809490000"' expires: - '-1' mise-correlation-id: - - ba3e1182-1202-46ff-a348-9afb63737977 + - 3cc78b67-a8a3-4e10-acda-03ebfcc6c82e pragma: - no-cache strict-transport-security: @@ -542,27 +586,27 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002?api-version=2023-03-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","name":"cluster000002","type":"microsoft.azurestackhci/clusters","location":"eastus","tags":{"key0":"value1"},"properties":{"provisioningState":"Succeeded","status":"NotYetRegistered","cloudId":"3dce2c06-378b-4168-bdcb-ce05d99561fa","aadClientId":"e5b24453-fef3-415a-abef-44c1fbd10984","aadTenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","aadServicePrincipalObjectId":"5e122920-7bb4-4ce0-9d2c-ab6d5a28dfa6","aadApplicationObjectId":"1e378590-fbf0-4078-8f96-e866314d8ae0","softwareAssuranceProperties":{"softwareAssuranceStatus":"Disabled","softwareAssuranceIntent":"Disable"},"desiredProperties":{"windowsServerSubscription":"Disabled","diagnosticLevel":"Basic"},"trialDaysRemaining":60,"billingModel":"Trial","serviceEndpoint":"https://dp.stackhci.azure.com/eastus/","resourceProviderObjectId":"dce429e3-98f6-46ba-8959-be060dd15eec"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","name":"cluster000002","type":"microsoft.azurestackhci/clusters","location":"eastus","tags":{"key0":"value1"},"identity":{"principalId":"60e0fd81-77c8-4bf3-8b58-283232361147","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","status":"NotYetRegistered","cloudId":"23e80211-eb9e-417c-b786-b8cb3eed78d1","aadClientId":"59a00546-885a-46b1-a01a-f7b8ea0b51a1","aadTenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","aadServicePrincipalObjectId":"93b58b7d-cd78-4c57-b9f9-749f7b7ae989","aadApplicationObjectId":"2e404a96-2452-4490-a1a8-daa2eb03a2a6","softwareAssuranceProperties":{"softwareAssuranceStatus":"Disabled","softwareAssuranceIntent":"Disable"},"desiredProperties":{"windowsServerSubscription":"Disabled","diagnosticLevel":"Basic"},"trialDaysRemaining":60,"billingModel":"Trial","serviceEndpoint":"https://dp.stackhci.azure.com/eastus/","resourceProviderObjectId":"dce429e3-98f6-46ba-8959-be060dd15eec"}}' headers: cache-control: - no-cache content-length: - - '1001' + - '1141' content-type: - application/json; charset=utf-8 date: - - Fri, 21 Apr 2023 02:52:01 GMT + - Thu, 01 Jun 2023 02:58:22 GMT etag: - - '"3c029256-0000-0100-0000-6441fa4d0000"' + - '"1100c8e7-0000-0100-0000-647809490000"' expires: - '-1' mise-correlation-id: - - 0d1eae90-fb76-4fe4-ac87-23d635a3bfe7 + - 9dbe8a0b-f657-4805-9fcd-89136f01d150 pragma: - no-cache strict-transport-security: @@ -594,7 +638,7 @@ interactions: ParameterSetName: - -n -g --yes User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002?api-version=2023-03-01 response: @@ -602,7 +646,7 @@ interactions: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/f833e6bd-aade-4d71-b8bc-25d34280f195*963587157143F9BB5FA79099973274B820AFEBA060262D7786CE55E650F17053?api-version=2023-03-01 + - https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/49ebae0c-aaaf-463a-b3b2-0006bee9de0f*D70C66C9A09AFECEC6CEEBAD8EAEE1DD8ED3AC4A16B8FCCAFB37EBDC2692F97D?api-version=2023-03-01 cache-control: - no-cache content-length: @@ -610,13 +654,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 21 Apr 2023 02:52:04 GMT + - Thu, 01 Jun 2023 02:58:23 GMT etag: - - '"3c024e58-0000-0100-0000-6441fa540000"' + - '"1100c9e7-0000-0100-0000-647809500000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/f833e6bd-aade-4d71-b8bc-25d34280f195*963587157143F9BB5FA79099973274B820AFEBA060262D7786CE55E650F17053?api-version=2023-03-01 + - https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/49ebae0c-aaaf-463a-b3b2-0006bee9de0f*D70C66C9A09AFECEC6CEEBAD8EAEE1DD8ED3AC4A16B8FCCAFB37EBDC2692F97D?api-version=2023-03-01 pragma: - no-cache strict-transport-security: @@ -644,12 +688,54 @@ interactions: ParameterSetName: - -n -g --yes User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/49ebae0c-aaaf-463a-b3b2-0006bee9de0f*D70C66C9A09AFECEC6CEEBAD8EAEE1DD8ED3AC4A16B8FCCAFB37EBDC2692F97D?api-version=2023-03-01 + response: + body: + string: '{"id":"/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/49ebae0c-aaaf-463a-b3b2-0006bee9de0f*D70C66C9A09AFECEC6CEEBAD8EAEE1DD8ED3AC4A16B8FCCAFB37EBDC2692F97D","name":"49ebae0c-aaaf-463a-b3b2-0006bee9de0f*D70C66C9A09AFECEC6CEEBAD8EAEE1DD8ED3AC4A16B8FCCAFB37EBDC2692F97D","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","status":"Deleting","startTime":"2023-06-01T02:58:24.4957878Z"}' + headers: + cache-control: + - no-cache + content-length: + - '526' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 01 Jun 2023 02:58:25 GMT + etag: + - '"4300302d-0000-0100-0000-647809500000"' + expires: + - '-1' + 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: + - stack-hci cluster delete + Connection: + - keep-alive + ParameterSetName: + - -n -g --yes + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/f833e6bd-aade-4d71-b8bc-25d34280f195*963587157143F9BB5FA79099973274B820AFEBA060262D7786CE55E650F17053?api-version=2023-03-01 + uri: https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/49ebae0c-aaaf-463a-b3b2-0006bee9de0f*D70C66C9A09AFECEC6CEEBAD8EAEE1DD8ED3AC4A16B8FCCAFB37EBDC2692F97D?api-version=2023-03-01 response: body: - string: '{"id":"/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/f833e6bd-aade-4d71-b8bc-25d34280f195*963587157143F9BB5FA79099973274B820AFEBA060262D7786CE55E650F17053","name":"f833e6bd-aade-4d71-b8bc-25d34280f195*963587157143F9BB5FA79099973274B820AFEBA060262D7786CE55E650F17053","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","status":"Deleting","startTime":"2023-04-21T02:52:04.0125955Z"}' + string: '{"id":"/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/49ebae0c-aaaf-463a-b3b2-0006bee9de0f*D70C66C9A09AFECEC6CEEBAD8EAEE1DD8ED3AC4A16B8FCCAFB37EBDC2692F97D","name":"49ebae0c-aaaf-463a-b3b2-0006bee9de0f*D70C66C9A09AFECEC6CEEBAD8EAEE1DD8ED3AC4A16B8FCCAFB37EBDC2692F97D","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","status":"Deleting","startTime":"2023-06-01T02:58:24.4957878Z"}' headers: cache-control: - no-cache @@ -658,9 +744,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 21 Apr 2023 02:52:34 GMT + - Thu, 01 Jun 2023 02:58:55 GMT etag: - - '"c7001843-0000-0100-0000-6441fa540000"' + - '"4300302d-0000-0100-0000-647809500000"' expires: - '-1' pragma: @@ -686,12 +772,12 @@ interactions: ParameterSetName: - -n -g --yes User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/f833e6bd-aade-4d71-b8bc-25d34280f195*963587157143F9BB5FA79099973274B820AFEBA060262D7786CE55E650F17053?api-version=2023-03-01 + uri: https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/49ebae0c-aaaf-463a-b3b2-0006bee9de0f*D70C66C9A09AFECEC6CEEBAD8EAEE1DD8ED3AC4A16B8FCCAFB37EBDC2692F97D?api-version=2023-03-01 response: body: - string: '{"id":"/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/f833e6bd-aade-4d71-b8bc-25d34280f195*963587157143F9BB5FA79099973274B820AFEBA060262D7786CE55E650F17053","name":"f833e6bd-aade-4d71-b8bc-25d34280f195*963587157143F9BB5FA79099973274B820AFEBA060262D7786CE55E650F17053","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","status":"Deleting","startTime":"2023-04-21T02:52:04.0125955Z"}' + string: '{"id":"/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/49ebae0c-aaaf-463a-b3b2-0006bee9de0f*D70C66C9A09AFECEC6CEEBAD8EAEE1DD8ED3AC4A16B8FCCAFB37EBDC2692F97D","name":"49ebae0c-aaaf-463a-b3b2-0006bee9de0f*D70C66C9A09AFECEC6CEEBAD8EAEE1DD8ED3AC4A16B8FCCAFB37EBDC2692F97D","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","status":"Deleting","startTime":"2023-06-01T02:58:24.4957878Z"}' headers: cache-control: - no-cache @@ -700,9 +786,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 21 Apr 2023 02:53:04 GMT + - Thu, 01 Jun 2023 02:59:25 GMT etag: - - '"c7001843-0000-0100-0000-6441fa540000"' + - '"4300302d-0000-0100-0000-647809500000"' expires: - '-1' pragma: @@ -728,12 +814,12 @@ interactions: ParameterSetName: - -n -g --yes User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/f833e6bd-aade-4d71-b8bc-25d34280f195*963587157143F9BB5FA79099973274B820AFEBA060262D7786CE55E650F17053?api-version=2023-03-01 + uri: https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/49ebae0c-aaaf-463a-b3b2-0006bee9de0f*D70C66C9A09AFECEC6CEEBAD8EAEE1DD8ED3AC4A16B8FCCAFB37EBDC2692F97D?api-version=2023-03-01 response: body: - string: '{"id":"/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/f833e6bd-aade-4d71-b8bc-25d34280f195*963587157143F9BB5FA79099973274B820AFEBA060262D7786CE55E650F17053","name":"f833e6bd-aade-4d71-b8bc-25d34280f195*963587157143F9BB5FA79099973274B820AFEBA060262D7786CE55E650F17053","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","status":"Deleting","startTime":"2023-04-21T02:52:04.0125955Z"}' + string: '{"id":"/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/49ebae0c-aaaf-463a-b3b2-0006bee9de0f*D70C66C9A09AFECEC6CEEBAD8EAEE1DD8ED3AC4A16B8FCCAFB37EBDC2692F97D","name":"49ebae0c-aaaf-463a-b3b2-0006bee9de0f*D70C66C9A09AFECEC6CEEBAD8EAEE1DD8ED3AC4A16B8FCCAFB37EBDC2692F97D","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","status":"Deleting","startTime":"2023-06-01T02:58:24.4957878Z"}' headers: cache-control: - no-cache @@ -742,9 +828,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 21 Apr 2023 02:53:34 GMT + - Thu, 01 Jun 2023 02:59:55 GMT etag: - - '"c7001843-0000-0100-0000-6441fa540000"' + - '"4300302d-0000-0100-0000-647809500000"' expires: - '-1' pragma: @@ -770,12 +856,12 @@ interactions: ParameterSetName: - -n -g --yes User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/f833e6bd-aade-4d71-b8bc-25d34280f195*963587157143F9BB5FA79099973274B820AFEBA060262D7786CE55E650F17053?api-version=2023-03-01 + uri: https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/49ebae0c-aaaf-463a-b3b2-0006bee9de0f*D70C66C9A09AFECEC6CEEBAD8EAEE1DD8ED3AC4A16B8FCCAFB37EBDC2692F97D?api-version=2023-03-01 response: body: - string: '{"id":"/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/f833e6bd-aade-4d71-b8bc-25d34280f195*963587157143F9BB5FA79099973274B820AFEBA060262D7786CE55E650F17053","name":"f833e6bd-aade-4d71-b8bc-25d34280f195*963587157143F9BB5FA79099973274B820AFEBA060262D7786CE55E650F17053","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","status":"Succeeded","startTime":"2023-04-21T02:52:04.0125955Z","properties":null}' + string: '{"id":"/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/49ebae0c-aaaf-463a-b3b2-0006bee9de0f*D70C66C9A09AFECEC6CEEBAD8EAEE1DD8ED3AC4A16B8FCCAFB37EBDC2692F97D","name":"49ebae0c-aaaf-463a-b3b2-0006bee9de0f*D70C66C9A09AFECEC6CEEBAD8EAEE1DD8ED3AC4A16B8FCCAFB37EBDC2692F97D","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","status":"Succeeded","startTime":"2023-06-01T02:58:24.4957878Z","properties":null}' headers: cache-control: - no-cache @@ -784,9 +870,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 21 Apr 2023 02:54:05 GMT + - Thu, 01 Jun 2023 03:00:26 GMT etag: - - '"c7004a43-0000-0100-0000-6441fab60000"' + - '"5000a4a8-0000-0800-0000-647809b20000"' expires: - '-1' pragma: diff --git a/src/stack-hci/azext_stack_hci/tests/latest/recordings/test_stack_hci_cluster_identity.yaml b/src/stack-hci/azext_stack_hci/tests/latest/recordings/test_stack_hci_cluster_identity.yaml new file mode 100644 index 00000000000..f6614762740 --- /dev/null +++ b/src/stack-hci/azext_stack_hci/tests/latest/recordings/test_stack_hci_cluster_identity.yaml @@ -0,0 +1,539 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - ad app create + Connection: + - keep-alive + ParameterSetName: + - --display-name + User-Agent: + - python/3.10.9 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: GET + uri: https://graph.microsoft.com/v1.0/applications?$filter=startswith%28displayName%2C%27app000004%27%29 + response: + body: + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#applications","value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '87' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Thu, 01 Jun 2023 09:54:29 GMT + odata-version: + - '4.0' + request-id: + - 09900153-ad2f-4105-94e0-4374298377f1 + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"002","RoleInstance":"SG1PEPF000066F9"}}' + x-ms-resource-unit: + - '2' + status: + code: 200 + message: OK +- request: + body: '{"displayName": "app000004", "keyCredentials": []}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - ad app create + Connection: + - keep-alive + Content-Length: + - '50' + Content-Type: + - application/json + ParameterSetName: + - --display-name + User-Agent: + - python/3.10.9 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 + method: POST + uri: https://graph.microsoft.com/v1.0/applications + response: + body: + string: '{"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#applications/$entity", + "id": "f844340b-7526-46b3-92e4-34654be18046", "deletedDateTime": null, "appId": + "9a3a3aa8-cd35-4d65-950d-3682e61be381", "applicationTemplateId": null, "disabledByMicrosoftStatus": + null, "createdDateTime": "2023-06-01T09:54:29.9196249Z", "displayName": "app000004", + "description": null, "groupMembershipClaims": null, "identifierUris": [], + "isDeviceOnlyAuthSupported": null, "isFallbackPublicClient": null, "notes": + null, "publisherDomain": "AzureSDKTeam.onmicrosoft.com", "serviceManagementReference": + null, "signInAudience": "AzureADandPersonalMicrosoftAccount", "tags": [], + "tokenEncryptionKeyId": null, "samlMetadataUrl": null, "defaultRedirectUri": + null, "certification": null, "optionalClaims": null, "servicePrincipalLockConfiguration": + null, "requestSignatureVerification": null, "addIns": [], "api": {"acceptMappedClaims": + null, "knownClientApplications": [], "requestedAccessTokenVersion": 2, "oauth2PermissionScopes": + [], "preAuthorizedApplications": []}, "appRoles": [], "info": {"logoUrl": + null, "marketingUrl": null, "privacyStatementUrl": null, "supportUrl": null, + "termsOfServiceUrl": null}, "keyCredentials": [], "parentalControlSettings": + {"countriesBlockedForMinors": [], "legalAgeGroupRule": "Allow"}, "passwordCredentials": + [], "publicClient": {"redirectUris": []}, "requiredResourceAccess": [], "verifiedPublisher": + {"displayName": null, "verifiedPublisherId": null, "addedDateTime": null}, + "web": {"homePageUrl": null, "logoutUrl": null, "redirectUris": [], "implicitGrantSettings": + {"enableAccessTokenIssuance": false, "enableIdTokenIssuance": false}, "redirectUriSettings": + []}, "spa": {"redirectUris": []}}' + headers: + cache-control: + - no-cache + content-length: + - '1717' + content-type: + - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 + date: + - Thu, 01 Jun 2023 09:54:31 GMT + location: + - https://graph.microsoft.com/v2/54826b22-38d6-4fb2-bad9-b7b93a3e9c5a/directoryObjects/f844340b-7526-46b3-92e4-34654be18046/Microsoft.DirectoryServices.Application + odata-version: + - '4.0' + request-id: + - 6ae4936d-1b8a-4f85-af3f-fb164177d39c + strict-transport-security: + - max-age=31536000 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ms-ags-diagnostic: + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"002","RoleInstance":"SG1PEPF00006137"}}' + x-ms-resource-unit: + - '1' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - stack-hci cluster create + Connection: + - keep-alive + ParameterSetName: + - -n -g --aad-client-id --aad-tenant-id --tags --mi-system-assigned + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_stack_hci_cluster000001?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001","name":"cli_test_stack_hci_cluster000001","type":"Microsoft.Resources/resourceGroups","location":"eastus","tags":{"product":"azurecli","cause":"automation","test":"test_stack_hci_cluster_identity","date":"2023-06-01T09:54:25Z","module":"stack-hci"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '404' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 01 Jun 2023 09:54:31 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"identity": {"type": "SystemAssigned"}, "location": "eastus", "properties": + {"aadClientId": "9a3a3aa8-cd35-4d65-950d-3682e61be381", "aadTenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a"}, + "tags": {"key0": "value0"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - stack-hci cluster create + Connection: + - keep-alive + Content-Length: + - '216' + Content-Type: + - application/json + ParameterSetName: + - -n -g --aad-client-id --aad-tenant-id --tags --mi-system-assigned + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002?api-version=2023-03-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","name":"cluster000002","type":"microsoft.azurestackhci/clusters","location":"eastus","tags":{"key0":"value0"},"systemData":{"createdBy":"v-jingszhang@microsoft.com","createdByType":"User","createdAt":"2023-06-01T09:54:36.0575373Z","lastModifiedBy":"v-jingszhang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-01T09:54:36.0575373Z"},"identity":{"principalId":"d1e6eee7-ff34-4713-bb5f-caf4f2007206","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","status":"NotYetRegistered","cloudId":"0294a950-b673-4cd3-aed2-607e7237d06a","aadClientId":"9a3a3aa8-cd35-4d65-950d-3682e61be381","aadTenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","softwareAssuranceProperties":{"softwareAssuranceStatus":"Disabled","softwareAssuranceIntent":"Disable"},"desiredProperties":{"windowsServerSubscription":"Disabled","diagnosticLevel":"Basic"},"trialDaysRemaining":60,"billingModel":"Trial","serviceEndpoint":"https://dp.stackhci.azure.com/eastus/","resourceProviderObjectId":"dce429e3-98f6-46ba-8959-be060dd15eec"}}' + headers: + cache-control: + - no-cache + content-length: + - '1252' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 01 Jun 2023 09:54:39 GMT + etag: + - '"1100d7ef-0000-0100-0000-64786add0000"' + expires: + - '-1' + mise-correlation-id: + - f6a0920f-c270-4351-a7d6-94689330e3a7 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - stack-hci cluster create + Connection: + - keep-alive + ParameterSetName: + - -n -g --aad-client-id --aad-tenant-id + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_stack_hci_cluster000001?api-version=2022-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001","name":"cli_test_stack_hci_cluster000001","type":"Microsoft.Resources/resourceGroups","location":"eastus","tags":{"product":"azurecli","cause":"automation","test":"test_stack_hci_cluster_identity","date":"2023-06-01T09:54:25Z","module":"stack-hci"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '404' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 01 Jun 2023 09:54:39 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus", "properties": {"aadClientId": "9a3a3aa8-cd35-4d65-950d-3682e61be381", + "aadTenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - stack-hci cluster create + Connection: + - keep-alive + Content-Length: + - '148' + Content-Type: + - application/json + ParameterSetName: + - -n -g --aad-client-id --aad-tenant-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000003?api-version=2023-03-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000003","name":"cluster000003","type":"microsoft.azurestackhci/clusters","location":"eastus","systemData":{"createdBy":"v-jingszhang@microsoft.com","createdByType":"User","createdAt":"2023-06-01T09:54:44.0894892Z","lastModifiedBy":"v-jingszhang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-01T09:54:44.0894892Z"},"properties":{"provisioningState":"Succeeded","status":"NotYetRegistered","cloudId":"b67d0906-fb1e-402e-b5ea-8bcadaf928b0","aadClientId":"9a3a3aa8-cd35-4d65-950d-3682e61be381","aadTenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","softwareAssuranceProperties":{"softwareAssuranceStatus":"Disabled","softwareAssuranceIntent":"Disable"},"desiredProperties":{"windowsServerSubscription":"Disabled","diagnosticLevel":"Basic"},"trialDaysRemaining":60,"billingModel":"Trial","serviceEndpoint":"https://dp.stackhci.azure.com/eastus/","resourceProviderObjectId":"dce429e3-98f6-46ba-8959-be060dd15eec"}}' + headers: + cache-control: + - no-cache + content-length: + - '1087' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 01 Jun 2023 09:54:46 GMT + etag: + - '"1100d9ef-0000-0100-0000-64786ae50000"' + expires: + - '-1' + mise-correlation-id: + - 96b11de5-aa99-448a-b115-15966624d03a + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - stack-hci cluster identity assign + Connection: + - keep-alive + ParameterSetName: + - --cluster-name -g --system-assigned + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000003?api-version=2023-03-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000003","name":"cluster000003","type":"microsoft.azurestackhci/clusters","location":"eastus","properties":{"provisioningState":"Succeeded","status":"NotYetRegistered","cloudId":"b67d0906-fb1e-402e-b5ea-8bcadaf928b0","aadClientId":"9a3a3aa8-cd35-4d65-950d-3682e61be381","aadTenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","softwareAssuranceProperties":{"softwareAssuranceStatus":"Disabled","softwareAssuranceIntent":"Disable"},"desiredProperties":{"windowsServerSubscription":"Disabled","diagnosticLevel":"Basic"},"trialDaysRemaining":60,"billingModel":"Trial","serviceEndpoint":"https://dp.stackhci.azure.com/eastus/","resourceProviderObjectId":"dce429e3-98f6-46ba-8959-be060dd15eec"}}' + headers: + cache-control: + - no-cache + content-length: + - '843' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 01 Jun 2023 09:54:48 GMT + etag: + - '"1100d9ef-0000-0100-0000-64786ae50000"' + expires: + - '-1' + mise-correlation-id: + - 1d5b0ce4-65b2-492d-8f99-7073768ac5de + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"identity": {"type": "SystemAssigned"}, "location": "eastus", "properties": + {"aadClientId": "9a3a3aa8-cd35-4d65-950d-3682e61be381", "aadTenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", + "desiredProperties": {"diagnosticLevel": "Basic", "windowsServerSubscription": + "Disabled"}, "softwareAssuranceProperties": {"softwareAssuranceIntent": "Disable", + "softwareAssuranceStatus": "Disabled"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - stack-hci cluster identity assign + Connection: + - keep-alive + Content-Length: + - '390' + Content-Type: + - application/json + ParameterSetName: + - --cluster-name -g --system-assigned + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000003?api-version=2023-03-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000003","name":"cluster000003","type":"microsoft.azurestackhci/clusters","location":"eastus","systemData":{"createdBy":"v-jingszhang@microsoft.com","createdByType":"User","createdAt":"2023-06-01T09:54:44.0894892Z","lastModifiedBy":"v-jingszhang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-01T09:54:49.168997Z"},"identity":{"principalId":"cd7610a9-0d16-4153-aa78-0915dc5af0e1","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","status":"NotYetRegistered","cloudId":"b67d0906-fb1e-402e-b5ea-8bcadaf928b0","aadClientId":"9a3a3aa8-cd35-4d65-950d-3682e61be381","aadTenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","softwareAssuranceProperties":{"softwareAssuranceStatus":"Disabled","softwareAssuranceIntent":"Disable"},"desiredProperties":{"windowsServerSubscription":"Disabled","diagnosticLevel":"Basic"},"trialDaysRemaining":60,"billingModel":"Trial","serviceEndpoint":"https://dp.stackhci.azure.com/eastus/","resourceProviderObjectId":"dce429e3-98f6-46ba-8959-be060dd15eec"}}' + headers: + cache-control: + - no-cache + content-length: + - '1226' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 01 Jun 2023 09:54:53 GMT + etag: + - '"1100daef-0000-0100-0000-64786aea0000"' + expires: + - '-1' + mise-correlation-id: + - 596e8b1e-3a3c-4424-aef2-93855c32183c + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - stack-hci cluster identity remove + Connection: + - keep-alive + ParameterSetName: + - --cluster-name -g --system-assigned + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000003?api-version=2023-03-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000003","name":"cluster000003","type":"microsoft.azurestackhci/clusters","location":"eastus","identity":{"principalId":"cd7610a9-0d16-4153-aa78-0915dc5af0e1","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","status":"NotYetRegistered","cloudId":"b67d0906-fb1e-402e-b5ea-8bcadaf928b0","aadClientId":"9a3a3aa8-cd35-4d65-950d-3682e61be381","aadTenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","softwareAssuranceProperties":{"softwareAssuranceStatus":"Disabled","softwareAssuranceIntent":"Disable"},"desiredProperties":{"windowsServerSubscription":"Disabled","diagnosticLevel":"Basic"},"trialDaysRemaining":60,"billingModel":"Trial","serviceEndpoint":"https://dp.stackhci.azure.com/eastus/","resourceProviderObjectId":"dce429e3-98f6-46ba-8959-be060dd15eec"}}' + headers: + cache-control: + - no-cache + content-length: + - '983' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 01 Jun 2023 09:54:55 GMT + etag: + - '"1100daef-0000-0100-0000-64786aea0000"' + expires: + - '-1' + mise-correlation-id: + - fb397559-72ab-44bf-b3ae-13b6227820d5 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"identity": {"type": "None"}, "location": "eastus", "properties": {"aadClientId": + "9a3a3aa8-cd35-4d65-950d-3682e61be381", "aadTenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", + "desiredProperties": {"diagnosticLevel": "Basic", "windowsServerSubscription": + "Disabled"}, "softwareAssuranceProperties": {"softwareAssuranceIntent": "Disable", + "softwareAssuranceStatus": "Disabled"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - stack-hci cluster identity remove + Connection: + - keep-alive + Content-Length: + - '380' + Content-Type: + - application/json + ParameterSetName: + - --cluster-name -g --system-assigned + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000003?api-version=2023-03-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_cluster000001/providers/Microsoft.AzureStackHCI/clusters/cluster000003","name":"cluster000003","type":"microsoft.azurestackhci/clusters","location":"eastus","systemData":{"createdBy":"v-jingszhang@microsoft.com","createdByType":"User","createdAt":"2023-06-01T09:54:44.0894892Z","lastModifiedBy":"v-jingszhang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-01T09:54:56.1247294Z"},"identity":{"type":"None"},"properties":{"provisioningState":"Succeeded","status":"NotYetRegistered","cloudId":"b67d0906-fb1e-402e-b5ea-8bcadaf928b0","aadClientId":"9a3a3aa8-cd35-4d65-950d-3682e61be381","aadTenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","softwareAssuranceProperties":{"softwareAssuranceStatus":"Disabled","softwareAssuranceIntent":"Disable"},"desiredProperties":{"windowsServerSubscription":"Disabled","diagnosticLevel":"Basic"},"trialDaysRemaining":60,"billingModel":"Trial","serviceEndpoint":"https://dp.stackhci.azure.com/eastus/","resourceProviderObjectId":"dce429e3-98f6-46ba-8959-be060dd15eec"}}' + headers: + cache-control: + - no-cache + content-length: + - '1114' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 01 Jun 2023 09:55:00 GMT + etag: + - '"1100dbef-0000-0100-0000-64786af10000"' + expires: + - '-1' + mise-correlation-id: + - 46dbae79-a5d4-4b86-a509-5145f7dbb46f + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +version: 1 diff --git a/src/stack-hci/azext_stack_hci/tests/latest/recordings/test_stack_hci_extension_crud.yaml b/src/stack-hci/azext_stack_hci/tests/latest/recordings/test_stack_hci_extension_crud.yaml index bd04762a272..0b57f557875 100644 --- a/src/stack-hci/azext_stack_hci/tests/latest/recordings/test_stack_hci_extension_crud.yaml +++ b/src/stack-hci/azext_stack_hci/tests/latest/recordings/test_stack_hci_extension_crud.yaml @@ -13,7 +13,7 @@ interactions: ParameterSetName: - --display-name User-Agent: - - python/3.10.9 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + - python/3.10.9 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: GET uri: https://graph.microsoft.com/v1.0/applications?$filter=startswith%28displayName%2C%27app000003%27%29 response: @@ -27,11 +27,11 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Thu, 20 Apr 2023 09:28:26 GMT + - Thu, 01 Jun 2023 09:42:59 GMT odata-version: - '4.0' request-id: - - 00e43c63-e85a-42e3-bcc7-1ae95baac4e9 + - a3d568cc-8cc7-4800-bb93-09b1da08ca46 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -39,7 +39,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"002","RoleInstance":"SG1PEPF00004F23"}}' + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"002","RoleInstance":"SG1PEPF000066FC"}}' x-ms-resource-unit: - '2' status: @@ -63,15 +63,15 @@ interactions: ParameterSetName: - --display-name User-Agent: - - python/3.10.9 (Windows-10-10.0.22621-SP0) AZURECLI/2.46.0 + - python/3.10.9 (Windows-10-10.0.22621-SP0) AZURECLI/2.48.1 method: POST uri: https://graph.microsoft.com/v1.0/applications response: body: string: '{"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#applications/$entity", - "id": "5f303133-0e6b-4a4a-8684-0bf6e27737e1", "deletedDateTime": null, "appId": - "9b1a5958-a85b-42e6-9b50-cc0006c6d7d8", "applicationTemplateId": null, "disabledByMicrosoftStatus": - null, "createdDateTime": "2023-04-20T09:28:28.1444312Z", "displayName": "app000003", + "id": "0c55825f-df6d-47dc-bb24-c02a923f1aca", "deletedDateTime": null, "appId": + "12f8346a-916f-4c76-b5c7-7340b136b874", "applicationTemplateId": null, "disabledByMicrosoftStatus": + null, "createdDateTime": "2023-06-01T09:43:00.5103392Z", "displayName": "app000003", "description": null, "groupMembershipClaims": null, "identifierUris": [], "isDeviceOnlyAuthSupported": null, "isFallbackPublicClient": null, "notes": null, "publisherDomain": "AzureSDKTeam.onmicrosoft.com", "serviceManagementReference": @@ -97,13 +97,13 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Thu, 20 Apr 2023 09:28:33 GMT + - Thu, 01 Jun 2023 09:43:01 GMT location: - - https://graph.microsoft.com/v2/54826b22-38d6-4fb2-bad9-b7b93a3e9c5a/directoryObjects/5f303133-0e6b-4a4a-8684-0bf6e27737e1/Microsoft.DirectoryServices.Application + - https://graph.microsoft.com/v2/54826b22-38d6-4fb2-bad9-b7b93a3e9c5a/directoryObjects/0c55825f-df6d-47dc-bb24-c02a923f1aca/Microsoft.DirectoryServices.Application odata-version: - '4.0' request-id: - - e0a15d3e-d981-4754-b747-e9bd077ad1d6 + - d55d00cf-3b25-4c6b-8d06-765a3b0bcee4 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -111,7 +111,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"002","RoleInstance":"SG1PEPF000028EC"}}' + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"002","RoleInstance":"SG1PEPF0000535D"}}' x-ms-resource-unit: - '1' status: @@ -131,21 +131,21 @@ interactions: ParameterSetName: - -n -g --aad-client-id --aad-tenant-id User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_stack_hci_extension000001?api-version=2022-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_extension000001","name":"cli_test_stack_hci_extension000001","type":"Microsoft.Resources/resourceGroups","location":"eastus","tags":{"product":"azurecli","cause":"automation","date":"2023-04-20T09:28:22Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_extension000001","name":"cli_test_stack_hci_extension000001","type":"Microsoft.Resources/resourceGroups","location":"eastus","tags":{"product":"azurecli","cause":"automation","test":"test_stack_hci_extension_crud","date":"2023-06-01T09:42:56Z","module":"stack-hci"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '346' + - '406' content-type: - application/json; charset=utf-8 date: - - Thu, 20 Apr 2023 09:28:33 GMT + - Thu, 01 Jun 2023 09:43:02 GMT expires: - '-1' pragma: @@ -160,7 +160,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus", "properties": {"aadClientId": "9b1a5958-a85b-42e6-9b50-cc0006c6d7d8", + body: '{"location": "eastus", "properties": {"aadClientId": "12f8346a-916f-4c76-b5c7-7340b136b874", "aadTenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a"}}' headers: Accept: @@ -178,12 +178,12 @@ interactions: ParameterSetName: - -n -g --aad-client-id --aad-tenant-id User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_extension000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002?api-version=2023-03-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_extension000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","name":"cluster000002","type":"microsoft.azurestackhci/clusters","location":"eastus","systemData":{"createdBy":"v-jingszhang@microsoft.com","createdByType":"User","createdAt":"2023-04-20T09:28:37.289071Z","lastModifiedBy":"v-jingszhang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-20T09:28:37.289071Z"},"properties":{"provisioningState":"Succeeded","status":"NotYetRegistered","cloudId":"60fb4853-e269-4a48-a80b-bc0f17710a7a","aadClientId":"9b1a5958-a85b-42e6-9b50-cc0006c6d7d8","aadTenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","softwareAssuranceProperties":{"softwareAssuranceStatus":"Disabled","softwareAssuranceIntent":"Disable"},"desiredProperties":{"windowsServerSubscription":"Disabled","diagnosticLevel":"Basic"},"trialDaysRemaining":60,"billingModel":"Trial","serviceEndpoint":"https://dp.stackhci.azure.com/eastus/","resourceProviderObjectId":"dce429e3-98f6-46ba-8959-be060dd15eec"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_extension000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002","name":"cluster000002","type":"microsoft.azurestackhci/clusters","location":"eastus","systemData":{"createdBy":"v-jingszhang@microsoft.com","createdByType":"User","createdAt":"2023-06-01T09:43:07.190463Z","lastModifiedBy":"v-jingszhang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-01T09:43:07.190463Z"},"properties":{"provisioningState":"Succeeded","status":"NotYetRegistered","cloudId":"5ef4bb1a-f8aa-41fe-b30d-13d2152f9b00","aadClientId":"12f8346a-916f-4c76-b5c7-7340b136b874","aadTenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","softwareAssuranceProperties":{"softwareAssuranceStatus":"Disabled","softwareAssuranceIntent":"Disable"},"desiredProperties":{"windowsServerSubscription":"Disabled","diagnosticLevel":"Basic"},"trialDaysRemaining":60,"billingModel":"Trial","serviceEndpoint":"https://dp.stackhci.azure.com/eastus/","resourceProviderObjectId":"dce429e3-98f6-46ba-8959-be060dd15eec"}}' headers: cache-control: - no-cache @@ -192,13 +192,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Apr 2023 09:28:39 GMT + - Thu, 01 Jun 2023 09:43:09 GMT etag: - - '"fb01cc4a-0000-0100-0000-644105c60000"' + - '"1100bfef-0000-0100-0000-6478682c0000"' expires: - '-1' mise-correlation-id: - - 2abc8454-3a2c-4444-9aea-cdc72ee60153 + - 7f2fc1f1-29f1-4f4c-ab41-09c444136514 pragma: - no-cache strict-transport-security: @@ -234,12 +234,12 @@ interactions: ParameterSetName: - -n -g --cluster-name User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_extension000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/arcSettings/default?api-version=2023-03-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_extension000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/arcSettings/default","name":"default","type":"microsoft.azurestackhci/clusters/arcsettings","systemData":{"createdBy":"v-jingszhang@microsoft.com","createdByType":"User","createdAt":"2023-04-20T09:28:40.5601049Z","lastModifiedBy":"v-jingszhang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-20T09:28:40.5601049Z"},"properties":{"connectivityProperties":{"enabled":false},"provisioningState":"Succeeded","arcInstanceResourceGroup":"cluster000002-60fb4853-e269-4a48-a80b-bc0f17710a7a-Arc-Infra-RG","aggregateState":"NotSpecified","defaultExtensions":[{"category":"ProductQualityAndSupport"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_extension000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/arcSettings/default","name":"default","type":"microsoft.azurestackhci/clusters/arcsettings","systemData":{"createdBy":"v-jingszhang@microsoft.com","createdByType":"User","createdAt":"2023-06-01T09:43:11.3359586Z","lastModifiedBy":"v-jingszhang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-01T09:43:11.3359586Z"},"properties":{"connectivityProperties":{"enabled":false},"provisioningState":"Succeeded","arcInstanceResourceGroup":"cluster000002-5ef4bb1a-f8aa-41fe-b30d-13d2152f9b00-Arc-Infra-RG","aggregateState":"NotSpecified","defaultExtensions":[{"category":"ProductQualityAndSupport"}]}}' headers: cache-control: - no-cache @@ -248,13 +248,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Apr 2023 09:28:42 GMT + - Thu, 01 Jun 2023 09:43:12 GMT etag: - - '"9a00aa49-0000-0100-0000-644105c90000"' + - '"d40012fb-0000-0100-0000-647868300000"' expires: - '-1' mise-correlation-id: - - 1a769850-3f92-415b-b87a-912e4b0e5556 + - df228ced-7969-47d6-bc14-7b9e92dee028 pragma: - no-cache strict-transport-security: @@ -293,12 +293,12 @@ interactions: - -n -g --cluster-name --arc-setting-name --settings --protected-settings --publisher --type --type-handler-version User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_extension000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2023-03-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_extension000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/arcSettings/default/extensions/MicrosoftMonitoringAgent","name":"MicrosoftMonitoringAgent","type":"microsoft.azurestackhci/clusters/arcsettings/extensions","systemData":{"createdBy":"v-jingszhang@microsoft.com","createdByType":"User","createdAt":"2023-04-20T09:28:42.8936683Z","lastModifiedBy":"v-jingszhang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-04-20T09:28:42.8936683Z"},"properties":{"provisioningState":"Succeeded","aggregateState":"NotSpecified","extensionParameters":{"type":"MicrosoftMonitoringAgent","publisher":"Microsoft.Compute","autoUpgradeMinorVersion":false,"enableAutomaticUpgrade":true,"settings":{"workspaceId":"xx"}},"managedBy":"User"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_extension000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/arcSettings/default/extensions/MicrosoftMonitoringAgent","name":"MicrosoftMonitoringAgent","type":"microsoft.azurestackhci/clusters/arcsettings/extensions","systemData":{"createdBy":"v-jingszhang@microsoft.com","createdByType":"User","createdAt":"2023-06-01T09:43:13.6149533Z","lastModifiedBy":"v-jingszhang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-06-01T09:43:13.6149533Z"},"properties":{"provisioningState":"Succeeded","aggregateState":"NotSpecified","extensionParameters":{"type":"MicrosoftMonitoringAgent","publisher":"Microsoft.Compute","autoUpgradeMinorVersion":false,"enableAutomaticUpgrade":true,"settings":{"workspaceId":"xx"}},"managedBy":"User"}}' headers: cache-control: - no-cache @@ -307,13 +307,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Apr 2023 09:28:44 GMT + - Thu, 01 Jun 2023 09:43:14 GMT etag: - - '"150005ca-0000-0100-0000-644105cb0000"' + - '"00029c64-0000-0100-0000-647868320000"' expires: - '-1' mise-correlation-id: - - dd7e89f2-e9ae-4084-ac02-0d4ff3d965df + - ff731d9c-ab2f-49fa-bee5-26a0c5a56085 pragma: - no-cache strict-transport-security: @@ -345,7 +345,7 @@ interactions: ParameterSetName: - -g --cluster-name --arc-setting-name User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_extension000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/arcSettings/default/extensions?api-version=2023-03-01 response: @@ -359,15 +359,19 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Apr 2023 09:28:45 GMT + - Thu, 01 Jun 2023 09:43:15 GMT expires: - '-1' mise-correlation-id: - - 07b653c2-59d7-4d77-964b-ccc0fd59fe24 + - 9233df32-b4c7-4497-8921-8a4200a2bf27 pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-ms-providerhub-traffic: @@ -389,7 +393,7 @@ interactions: ParameterSetName: - -n -g --cluster-name --arc-setting-name User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_extension000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2023-03-01 response: @@ -403,13 +407,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Apr 2023 09:28:49 GMT + - Thu, 01 Jun 2023 09:43:17 GMT etag: - - '"150005ca-0000-0100-0000-644105cb0000"' + - '"00029c64-0000-0100-0000-647868320000"' expires: - '-1' mise-correlation-id: - - 1c5cd512-9de5-4e90-8836-bd74687901d6 + - 0ad2dc37-f7c8-40f5-bc62-ed9cc3801657 pragma: - no-cache strict-transport-security: @@ -441,7 +445,7 @@ interactions: ParameterSetName: - -n -g --cluster-name --arc-setting-name --no-wait --yes User-Agent: - - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.0 Python/3.10.9 (Windows-10-10.0.22621-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_stack_hci_extension000001/providers/Microsoft.AzureStackHCI/clusters/cluster000002/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2023-03-01 response: @@ -453,11 +457,11 @@ interactions: content-length: - '0' date: - - Thu, 20 Apr 2023 09:28:50 GMT + - Thu, 01 Jun 2023 09:43:19 GMT expires: - '-1' mise-correlation-id: - - 830e8d5c-9d42-4a45-8e29-a08fe522f817 + - 955885a9-d7f8-4e8c-9068-97627ae5a409 pragma: - no-cache strict-transport-security: diff --git a/src/stack-hci/azext_stack_hci/tests/latest/test_stack_hci_commands.py b/src/stack-hci/azext_stack_hci/tests/latest/test_stack_hci_commands.py index 413b4a5a147..1b307a302d2 100644 --- a/src/stack-hci/azext_stack_hci/tests/latest/test_stack_hci_commands.py +++ b/src/stack-hci/azext_stack_hci/tests/latest/test_stack_hci_commands.py @@ -24,10 +24,11 @@ def test_stack_hci_cluster_crud(self): self.kwargs['client_id'] = self.cmd('ad app create --display-name {app_name}').get_output_in_json()['appId'] self.kwargs['tenant_id'] = self.cmd('account show').get_output_in_json()['tenantId'] - cluster = self.cmd('stack-hci cluster create -n {cluster_name} -g {rg} --aad-client-id {client_id} --aad-tenant-id {tenant_id} --tags key0=value0', checks=[ + cluster = self.cmd('stack-hci cluster create -n {cluster_name} -g {rg} --aad-client-id {client_id} --aad-tenant-id {tenant_id} --tags key0=value0 --mi-system-assigned', checks=[ self.check('name', '{cluster_name}'), self.check('tags', {'key0': 'value0'}), - self.check('type', 'microsoft.azurestackhci/clusters') + self.check('type', 'microsoft.azurestackhci/clusters'), + self.check('identity.type', 'SystemAssigned') ]).get_output_in_json() self.kwargs.update({ 'cluster_id': cluster['id'] @@ -35,7 +36,9 @@ def test_stack_hci_cluster_crud(self): self.cmd('stack-hci cluster create-identity --cluster-name {cluster_name} -g {rg}') self.cmd('stack-hci cluster list -g {rg}', checks=[ self.check('length(@)', 1), - self.check('@[0].name', '{cluster_name}') + self.check('@[0].name', '{cluster_name}'), + self.check('[0].identity.type', 'SystemAssigned'), + self.check('[0].type', 'microsoft.azurestackhci/clusters') ]) self.cmd('stack-hci cluster update -n {cluster_name} -g {rg} --tags key0=value1') self.cmd('stack-hci cluster show -n {cluster_name} -g {rg}', checks=[ @@ -69,6 +72,12 @@ def test_stack_hci_arc_setting_crud(self): self.check('type', 'microsoft.azurestackhci/clusters/arcsettings') ]) self.cmd('stack-hci arc-setting create-identity -n default --cluster-name {cluster_name} -g {rg}') + self.cmd('stack-hci arc-setting consent-and-install-default-extension -g {rg} --arc-setting-name default --cluster-name {cluster_name}', checks=[ + self.check('name', 'default'), + self.check('type', 'microsoft.azurestackhci/clusters/arcsettings'), + self.check('defaultExtensions[0].category', 'ProductQualityAndSupport') + ]) + self.cmd('stack-hci arc-setting initialize-disable-proces -g {rg} --arc-setting-name default --cluster-name {cluster_name}') self.cmd('stack-hci arc-setting list -g {rg} --cluster-name {cluster_name}', checks=[ self.check('length(@)', 1), self.check('@[0].name', 'default') @@ -107,3 +116,24 @@ def test_stack_hci_extension_crud(self): self.check('type', 'microsoft.azurestackhci/clusters/arcsettings/extensions') ]) self.cmd('stack-hci extension delete -n {type} -g {rg} --cluster-name {cluster_name} --arc-setting-name default --no-wait --yes') + + @ResourceGroupPreparer(name_prefix='cli_test_stack_hci_cluster', location='eastus') + def test_stack_hci_cluster_identity(self): + self.kwargs.update({ + 'cluster_name': self.create_random_name('cluster', 15), + 'cluster_name1': self.create_random_name('cluster', 15), + 'app_name': self.create_random_name('app', 15) + }) + self.kwargs['client_id'] = self.cmd('ad app create --display-name {app_name}').get_output_in_json()['appId'] + self.kwargs['tenant_id'] = self.cmd('account show').get_output_in_json()['tenantId'] + + self.cmd('stack-hci cluster create -n {cluster_name} -g {rg} --aad-client-id {client_id} --aad-tenant-id {tenant_id} --tags key0=value0 --mi-system-assigned', checks=[ + self.check('identity.type', 'SystemAssigned') + ]) + self.cmd('stack-hci cluster create -n {cluster_name1} -g {rg} --aad-client-id {client_id} --aad-tenant-id {tenant_id}') + self.cmd('stack-hci cluster identity assign --cluster-name {cluster_name1} -g {rg} --system-assigned', checks=[ + self.check('type', 'SystemAssigned') + ]) + self.cmd('stack-hci cluster identity remove --cluster-name {cluster_name1} -g {rg} --system-assigned', checks=[ + self.check('type', 'None') + ]) diff --git a/src/stack-hci/linter_exclusions.yml b/src/stack-hci/linter_exclusions.yml new file mode 100644 index 00000000000..ce4e4a33fcf --- /dev/null +++ b/src/stack-hci/linter_exclusions.yml @@ -0,0 +1,15 @@ +stack-hci cluster create: + parameters: + user_assigned_identities: + rule_exclusions: + - option_length_too_long +stack-hci cluster update: + parameters: + user_assigned_identities: + rule_exclusions: + - option_length_too_long +stack-hci cluster extend-software-assurance-benefit: + parameters: + software_assurance_intent: + rule_exclusions: + - option_length_too_long diff --git a/src/stack-hci/setup.py b/src/stack-hci/setup.py index ab3b663d2cb..e6fc97fd092 100644 --- a/src/stack-hci/setup.py +++ b/src/stack-hci/setup.py @@ -10,7 +10,7 @@ from setuptools import setup, find_packages # HISTORY.rst entry. -VERSION = '0.1.7' +VERSION = '0.1.8' try: from azext_stack_hci.manual.version import VERSION except ImportError: diff --git a/src/traffic-controller/README.md b/src/traffic-controller/README.md deleted file mode 100644 index b8af8f1a809..00000000000 --- a/src/traffic-controller/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# Azure CLI TrafficController Extension # -This is an extension to Azure CLI to manage TrafficController resources. - -## How to use ## -First, install the extension: -``` -az extension add --name traffic-controller -``` - -Then, call it as you would any other az command: -``` -az service-networking traffic-controller -h -``` \ No newline at end of file diff --git a/src/traffic-controller/azext_traffic_controller/tests/latest/recordings/test_trafficcontroller_resources.yaml b/src/traffic-controller/azext_traffic_controller/tests/latest/recordings/test_trafficcontroller_resources.yaml deleted file mode 100644 index 83d104ddfa1..00000000000 --- a/src/traffic-controller/azext_traffic_controller/tests/latest/recordings/test_trafficcontroller_resources.yaml +++ /dev/null @@ -1,5803 +0,0 @@ -interactions: -- request: - body: '{"location": "northeurope"}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - group create - Connection: - - keep-alive - Content-Length: - - '27' - Content-Type: - - application/json - ParameterSetName: - - -n --location - User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_record_test_tc_000999?api-version=2021-04-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999","name":"cli_record_test_tc_000999","type":"Microsoft.Resources/resourceGroups","location":"northeurope","tags":{"Created":"2023-03-08T06:32:23.5575662Z"},"properties":{"provisioningState":"Succeeded"}}' - headers: - cache-control: - - no-cache - content-length: - - '302' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:32:24 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: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - service-networking traffic-controller list - Connection: - - keep-alive - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/trafficControllers?api-version=2022-10-01-preview - response: - body: - string: '{"value":[{"properties":{"configurationEndpoints":["8f7e0fde09e648b08208b7a785d80aae.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/aksgupta-bugbash/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/frontends/frontend"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/aksgupta-bugbash/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/associations/association"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aksgupta-bugbash/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/associations/association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/aksgupta-bugbash/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller","name":"traffic-controller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"19a5d2f1-5608-44c1-b543-a51d821d7954","location":"northeurope"},{"properties":{"configurationEndpoints":["8a5a17f08c314bba9e06a7a66adfa4bf.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/aksgupta-workload-id/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/frontends/frontend"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/aksgupta-workload-id/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/associations/association"}],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/aksgupta-workload-id/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller","name":"traffic-controller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"f383ae7a-47eb-4cf9-b71e-3ee3e0f84fbd","location":"northeurope"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/mc_sneha-managed-tc_snchh-mamaged-test_northeurope/providers/Microsoft.ServiceNetworking/trafficControllers/3a2c63f936348a46e689c29961a3577c","name":"3a2c63f936348a46e689c29961a3577c","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"5578dbd4-c691-43e5-ad3c-a20bd8d8fcd1","location":"northeurope"},{"properties":{"configurationEndpoints":["2b66b08b47844977ae9b172ad1e274b2.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sc-test/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/frontends/frontend"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sc-test/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/frontends/frontend2"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sc-test/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/associations/association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sc-test/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller","name":"traffic-controller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"d39baa41-18a9-442d-a4a4-c8e0f1432382","location":"northeurope"},{"properties":{"configurationEndpoints":["398605aa9a434770b6495082b0c89936.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliTestResourceGroup/providers/Microsoft.ServiceNetworking/trafficControllers/test/frontends/f1"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliTestResourceGroup/providers/Microsoft.ServiceNetworking/trafficControllers/test/associations/a1"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliTestResourceGroup/providers/Microsoft.ServiceNetworking/trafficControllers/test","name":"test","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"949e5276-ae58-4e84-988b-e527c37dd9f1","location":"northeurope"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_tc_testrghdb3xab3arfynrimxant4mcvjoyprc7mvg56kq6fbf5oqmtubloyz7ixidwuob/providers/Microsoft.ServiceNetworking/trafficControllers/tc1","name":"tc1","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"0eda5a6f-e548-405b-8fed-7f00789df496","location":"northeurope","tags":{"foo":"doo"}},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/mc_sneha-managed-tc_snchh-mamaged-test_northeurope/providers/Microsoft.ServiceNetworking/trafficControllers/ncu","name":"ncu","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"d4c64992-4c1d-4db3-92dd-f86c818847df","location":"northcentralus"}]}' - headers: - cache-control: - - no-cache - content-length: - - '5126' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:32:26 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: - - '' - - '' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - service-networking traffic-controller create - Connection: - - keep-alive - ParameterSetName: - - -g -n --tags - User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_record_test_tc_000999?api-version=2021-04-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999","name":"cli_record_test_tc_000999","type":"Microsoft.Resources/resourceGroups","location":"northeurope","tags":{"Created":"2023-03-08T06:32:23.5575662Z"},"properties":{"provisioningState":"Succeeded"}}' - headers: - cache-control: - - no-cache - content-length: - - '302' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:32:26 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: '{"location": "northeurope", "tags": {"foo": "doo"}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - service-networking traffic-controller create - Connection: - - keep-alive - Content-Length: - - '51' - Content-Type: - - application/json - ParameterSetName: - - -g -n --tags - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1?api-version=2022-10-01-preview - response: - body: - string: "{\r\n \"properties\": {\r\n \"frontends\": [],\r\n \"associations\": - [],\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1\",\r\n - \ \"name\": \"tc1\",\r\n \"type\": \"Microsoft.ServiceNetworking/TrafficControllers\",\r\n - \ \"etag\": \"c2bf9a60-a2f7-4882-92fc-e38d7ece1832\",\r\n \"location\": \"northeurope\",\r\n - \ \"tags\": {\r\n \"foo\": \"doo\"\r\n }\r\n}" - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/bbeb0b82-0325-401d-9e3f-52bf93266b16?api-version=2022-10-01-preview - cache-control: - - no-cache - content-length: - - '475' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:32:31 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - service-networking traffic-controller create - Connection: - - keep-alive - ParameterSetName: - - -g -n --tags - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/bbeb0b82-0325-401d-9e3f-52bf93266b16?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:32:41 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: - - service-networking traffic-controller create - Connection: - - keep-alive - ParameterSetName: - - -g -n --tags - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/bbeb0b82-0325-401d-9e3f-52bf93266b16?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:32:51 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: - - service-networking traffic-controller create - Connection: - - keep-alive - ParameterSetName: - - -g -n --tags - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/bbeb0b82-0325-401d-9e3f-52bf93266b16?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:33:01 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: - - service-networking traffic-controller create - Connection: - - keep-alive - ParameterSetName: - - -g -n --tags - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/bbeb0b82-0325-401d-9e3f-52bf93266b16?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:33:12 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: - - service-networking traffic-controller create - Connection: - - keep-alive - ParameterSetName: - - -g -n --tags - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/bbeb0b82-0325-401d-9e3f-52bf93266b16?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:33:22 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: - - service-networking traffic-controller create - Connection: - - keep-alive - ParameterSetName: - - -g -n --tags - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/bbeb0b82-0325-401d-9e3f-52bf93266b16?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:33:32 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: - - service-networking traffic-controller create - Connection: - - keep-alive - ParameterSetName: - - -g -n --tags - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/bbeb0b82-0325-401d-9e3f-52bf93266b16?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:33:42 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: - - service-networking traffic-controller create - Connection: - - keep-alive - ParameterSetName: - - -g -n --tags - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/bbeb0b82-0325-401d-9e3f-52bf93266b16?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:33:52 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: - - service-networking traffic-controller create - Connection: - - keep-alive - ParameterSetName: - - -g -n --tags - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1?api-version=2022-10-01-preview - response: - body: - string: "{\r\n \"properties\": {\r\n \"configurationEndpoints\": [\r\n \"9f538f856e5944abb37f189dc2c00ab6.trafficcontroller.azure.com\"\r\n - \ ],\r\n \"frontends\": [],\r\n \"associations\": [],\r\n \"provisioningState\": - \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1\",\r\n - \ \"name\": \"tc1\",\r\n \"type\": \"Microsoft.ServiceNetworking/TrafficControllers\",\r\n - \ \"etag\": \"c2bf9a60-a2f7-4882-92fc-e38d7ece1832\",\r\n \"location\": \"northeurope\",\r\n - \ \"tags\": {\r\n \"foo\": \"doo\"\r\n }\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '587' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:33:53 GMT - etag: - - '"c2bf9a60-a2f7-4882-92fc-e38d7ece1832"' - 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: - - service-networking traffic-controller list - Connection: - - keep-alive - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/trafficControllers?api-version=2022-10-01-preview - response: - body: - string: '{"value":[{"properties":{"configurationEndpoints":["8f7e0fde09e648b08208b7a785d80aae.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/aksgupta-bugbash/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/frontends/frontend"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/aksgupta-bugbash/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/associations/association"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aksgupta-bugbash/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/associations/association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/aksgupta-bugbash/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller","name":"traffic-controller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"19a5d2f1-5608-44c1-b543-a51d821d7954","location":"northeurope"},{"properties":{"configurationEndpoints":["8a5a17f08c314bba9e06a7a66adfa4bf.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/aksgupta-workload-id/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/frontends/frontend"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/aksgupta-workload-id/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/associations/association"}],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/aksgupta-workload-id/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller","name":"traffic-controller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"f383ae7a-47eb-4cf9-b71e-3ee3e0f84fbd","location":"northeurope"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/mc_sneha-managed-tc_snchh-mamaged-test_northeurope/providers/Microsoft.ServiceNetworking/trafficControllers/3a2c63f936348a46e689c29961a3577c","name":"3a2c63f936348a46e689c29961a3577c","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"5578dbd4-c691-43e5-ad3c-a20bd8d8fcd1","location":"northeurope"},{"properties":{"configurationEndpoints":["2b66b08b47844977ae9b172ad1e274b2.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sc-test/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/frontends/frontend"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sc-test/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/frontends/frontend2"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sc-test/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/associations/association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sc-test/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller","name":"traffic-controller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"d39baa41-18a9-442d-a4a4-c8e0f1432382","location":"northeurope"},{"properties":{"configurationEndpoints":["398605aa9a434770b6495082b0c89936.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliTestResourceGroup/providers/Microsoft.ServiceNetworking/trafficControllers/test/frontends/f1"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliTestResourceGroup/providers/Microsoft.ServiceNetworking/trafficControllers/test/associations/a1"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliTestResourceGroup/providers/Microsoft.ServiceNetworking/trafficControllers/test","name":"test","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"949e5276-ae58-4e84-988b-e527c37dd9f1","location":"northeurope"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_tc_testrghdb3xab3arfynrimxant4mcvjoyprc7mvg56kq6fbf5oqmtubloyz7ixidwuob/providers/Microsoft.ServiceNetworking/trafficControllers/tc1","name":"tc1","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"0eda5a6f-e548-405b-8fed-7f00789df496","location":"northeurope","tags":{"foo":"doo"}},{"properties":{"configurationEndpoints":["9f538f856e5944abb37f189dc2c00ab6.trafficcontroller.azure.com"],"frontends":[],"associations":[],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1","name":"tc1","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"c2bf9a60-a2f7-4882-92fc-e38d7ece1832","location":"northeurope","tags":{"foo":"doo"}},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/mc_sneha-managed-tc_snchh-mamaged-test_northeurope/providers/Microsoft.ServiceNetworking/trafficControllers/ncu","name":"ncu","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"d4c64992-4c1d-4db3-92dd-f86c818847df","location":"northcentralus"}]}' - headers: - cache-control: - - no-cache - content-length: - - '5620' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:33:54 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: - - '' - - '' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - service-networking traffic-controller show - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1?api-version=2022-10-01-preview - response: - body: - string: "{\r\n \"properties\": {\r\n \"configurationEndpoints\": [\r\n \"9f538f856e5944abb37f189dc2c00ab6.trafficcontroller.azure.com\"\r\n - \ ],\r\n \"frontends\": [],\r\n \"associations\": [],\r\n \"provisioningState\": - \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1\",\r\n - \ \"name\": \"tc1\",\r\n \"type\": \"Microsoft.ServiceNetworking/TrafficControllers\",\r\n - \ \"etag\": \"c2bf9a60-a2f7-4882-92fc-e38d7ece1832\",\r\n \"location\": \"northeurope\",\r\n - \ \"tags\": {\r\n \"foo\": \"doo\"\r\n }\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '587' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:33:55 GMT - etag: - - '"c2bf9a60-a2f7-4882-92fc-e38d7ece1832"' - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: '{"location": "eastus2", "properties": {"idleTimeoutInMinutes": 4, "publicIPAddressVersion": - "IPv4", "publicIPAllocationMethod": "Static"}, "sku": {"name": "Standard", "tier": - "Global"}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - network public-ip create - Connection: - - keep-alive - Content-Length: - - '185' - Content-Type: - - application/json - ParameterSetName: - - -g -n --sku --tier --location - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/publicIPAddresses/pip1?api-version=2022-05-01 - response: - body: - string: "{\r\n \"name\": \"pip1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/publicIPAddresses/pip1\",\r\n - \ \"etag\": \"W/\\\"95b19290-f5ac-4abf-b5a9-44b7c9440a7e\\\"\",\r\n \"location\": - \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"7ba49f12-d153-490f-bef9-28f7bd5676e4\",\r\n \"publicIPAddressVersion\": - \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": - 4,\r\n \"ipTags\": [],\r\n \"ddosSettings\": {\r\n \"protectionMode\": - \"VirtualNetworkInherited\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n - \ \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Global\"\r\n - \ }\r\n}" - headers: - azure-asyncnotification: - - Enabled - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/8d588d73-da0d-40bc-8a9c-2ddaf3871f9b?api-version=2022-05-01 - cache-control: - - no-cache - content-length: - - '714' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:34:00 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-arm-service-request-id: - - 3b88391b-16ce-4333-986e-e8c789362604 - x-ms-ratelimit-remaining-subscription-writes: - - '1199' - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - network public-ip create - Connection: - - keep-alive - ParameterSetName: - - -g -n --sku --tier --location - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/8d588d73-da0d-40bc-8a9c-2ddaf3871f9b?api-version=2022-05-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: - - Wed, 08 Mar 2023 06:34:02 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: - - 51fa45df-4325-482b-9200-3d58fb6983e2 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - network public-ip create - Connection: - - keep-alive - ParameterSetName: - - -g -n --sku --tier --location - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/8d588d73-da0d-40bc-8a9c-2ddaf3871f9b?api-version=2022-05-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: - - Wed, 08 Mar 2023 06:34:04 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: - - 5017bf03-1bc3-4f4f-ae68-88cb85c8989b - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - network public-ip create - Connection: - - keep-alive - ParameterSetName: - - -g -n --sku --tier --location - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/publicIPAddresses/pip1?api-version=2022-05-01 - response: - body: - string: "{\r\n \"name\": \"pip1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/publicIPAddresses/pip1\",\r\n - \ \"etag\": \"W/\\\"07569779-14a1-4eeb-be39-1f597dd3eb6e\\\"\",\r\n \"location\": - \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"7ba49f12-d153-490f-bef9-28f7bd5676e4\",\r\n \"ipAddress\": - \"20.41.28.212\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": - \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n - \ \"ddosSettings\": {\r\n \"protectionMode\": \"VirtualNetworkInherited\"\r\n - \ }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n - \ \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Global\"\r\n - \ }\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '749' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:34:04 GMT - etag: - - W/"07569779-14a1-4eeb-be39-1f597dd3eb6e" - 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: - - 3c813f06-c233-41d3-aaeb-daa17e661776 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - service-networking traffic-controller frontend list - Connection: - - keep-alive - ParameterSetName: - - -g --traffic-controller-name - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/frontends?api-version=2022-10-01-preview - response: - body: - string: "{\r\n \"value\": []\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '19' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:34: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 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - service-networking traffic-controller frontend create - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name --public-ip-address - User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_record_test_tc_000999?api-version=2021-04-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999","name":"cli_record_test_tc_000999","type":"Microsoft.Resources/resourceGroups","location":"northeurope","tags":{"Created":"2023-03-08T06:32:23.5575662Z"},"properties":{"provisioningState":"Succeeded"}}' - headers: - cache-control: - - no-cache - content-length: - - '302' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:34:06 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": "northeurope", "properties": {"mode": "public", "publicIPAddress": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/publicIpAddresses/pip1"}}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - service-networking traffic-controller frontend create - Connection: - - keep-alive - Content-Length: - - '235' - Content-Type: - - application/json - ParameterSetName: - - -g -n --traffic-controller-name --public-ip-address - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/frontends/fe1?api-version=2022-10-01-preview - response: - body: - string: "{\r\n \"properties\": {\r\n \"mode\": \"Public\",\r\n \"ipVersion\": - \"IPv4\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/publicIpAddresses/pip1\"\r\n - \ },\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/frontends/fe1\",\r\n - \ \"name\": \"fe1\",\r\n \"type\": \"Microsoft.ServiceNetworking/TrafficControllers/Frontends\",\r\n - \ \"etag\": \"3a714c25-9271-4877-8a46-d1aea528b688\",\r\n \"location\": \"northeurope\"\r\n}" - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/1557b542-4b2a-4d8f-8a9b-3483f1eef227?api-version=2022-10-01-preview - cache-control: - - no-cache - content-length: - - '657' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:34:11 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - service-networking traffic-controller frontend create - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name --public-ip-address - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/1557b542-4b2a-4d8f-8a9b-3483f1eef227?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:34:21 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: - - service-networking traffic-controller frontend create - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name --public-ip-address - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/1557b542-4b2a-4d8f-8a9b-3483f1eef227?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:34:31 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: - - service-networking traffic-controller frontend create - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name --public-ip-address - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/1557b542-4b2a-4d8f-8a9b-3483f1eef227?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:34:41 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: - - service-networking traffic-controller frontend create - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name --public-ip-address - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/1557b542-4b2a-4d8f-8a9b-3483f1eef227?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:34:51 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: - - service-networking traffic-controller frontend create - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name --public-ip-address - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/frontends/fe1?api-version=2022-10-01-preview - response: - body: - string: "{\r\n \"properties\": {\r\n \"mode\": \"Public\",\r\n \"ipVersion\": - \"IPv4\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/publicIpAddresses/pip1\"\r\n - \ },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/frontends/fe1\",\r\n - \ \"name\": \"fe1\",\r\n \"type\": \"Microsoft.ServiceNetworking/TrafficControllers/Frontends\",\r\n - \ \"etag\": \"3a714c25-9271-4877-8a46-d1aea528b688\",\r\n \"location\": \"northeurope\"\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '658' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:34:52 GMT - etag: - - '"3a714c25-9271-4877-8a46-d1aea528b688"' - 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: - - service-networking traffic-controller frontend list - Connection: - - keep-alive - ParameterSetName: - - -g --traffic-controller-name - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/frontends?api-version=2022-10-01-preview - response: - body: - string: "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"mode\": - \"Public\",\r\n \"ipVersion\": \"IPv4\",\r\n \"publicIPAddress\": - {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/publicIpAddresses/pip1\"\r\n - \ },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n - \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/frontends/fe1\",\r\n - \ \"name\": \"fe1\",\r\n \"type\": \"Microsoft.ServiceNetworking/TrafficControllers/Frontends\",\r\n - \ \"etag\": \"3a714c25-9271-4877-8a46-d1aea528b688\",\r\n \"location\": - \"northeurope\"\r\n }\r\n ]\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '743' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:34:54 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - service-networking traffic-controller frontend show - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/frontends/fe1?api-version=2022-10-01-preview - response: - body: - string: "{\r\n \"properties\": {\r\n \"mode\": \"Public\",\r\n \"ipVersion\": - \"IPv4\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/publicIpAddresses/pip1\"\r\n - \ },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/frontends/fe1\",\r\n - \ \"name\": \"fe1\",\r\n \"type\": \"Microsoft.ServiceNetworking/TrafficControllers/Frontends\",\r\n - \ \"etag\": \"3a714c25-9271-4877-8a46-d1aea528b688\",\r\n \"location\": \"northeurope\"\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '658' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:34:55 GMT - etag: - - '"3a714c25-9271-4877-8a46-d1aea528b688"' - 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 vnet create - Connection: - - keep-alive - ParameterSetName: - - -g -n --subnet-name - User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_record_test_tc_000999?api-version=2021-04-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999","name":"cli_record_test_tc_000999","type":"Microsoft.Resources/resourceGroups","location":"northeurope","tags":{"Created":"2023-03-08T06:32:23.5575662Z"},"properties":{"provisioningState":"Succeeded"}}' - headers: - cache-control: - - no-cache - content-length: - - '302' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:34:55 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": "northeurope", "properties": {"addressSpace": {"addressPrefixes": - ["10.0.0.0/16"]}, "enableDdosProtection": false, "enableVmProtection": false, - "subnets": [{"name": "s1", "properties": {"addressPrefix": "10.0.0.0/24"}}]}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - network vnet create - Connection: - - keep-alive - Content-Length: - - '234' - Content-Type: - - application/json - ParameterSetName: - - -g -n --subnet-name - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/virtualNetworks/vnet1?api-version=2022-01-01 - response: - body: - string: "{\r\n \"name\": \"vnet1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/virtualNetworks/vnet1\",\r\n - \ \"etag\": \"W/\\\"59a049c7-80b7-45fb-b7b6-612529dc9684\\\"\",\r\n \"type\": - \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"northeurope\",\r\n - \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": - \"9bc9faa5-f20b-47a9-a242-dd54c342b421\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": - [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n - \ {\r\n \"name\": \"s1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1\",\r\n - \ \"etag\": \"W/\\\"59a049c7-80b7-45fb-b7b6-612529dc9684\\\"\",\r\n - \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": - [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": - \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n - \ }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": - 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/northeurope/operations/04320ee3-5196-4c43-87a3-e5e74331ea0b?api-version=2022-01-01 - cache-control: - - no-cache - content-length: - - '1230' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:34:59 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-arm-service-request-id: - - 02da740d-beff-42ed-8dc5-838d2575af51 - x-ms-ratelimit-remaining-subscription-writes: - - '1199' - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - network vnet create - Connection: - - keep-alive - ParameterSetName: - - -g -n --subnet-name - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/northeurope/operations/04320ee3-5196-4c43-87a3-e5e74331ea0b?api-version=2022-01-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: - - Wed, 08 Mar 2023 06:35:02 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: - - c8b22573-cab0-4657-b3bf-90dabff67a78 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - network vnet create - Connection: - - keep-alive - ParameterSetName: - - -g -n --subnet-name - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/virtualNetworks/vnet1?api-version=2022-01-01 - response: - body: - string: "{\r\n \"name\": \"vnet1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/virtualNetworks/vnet1\",\r\n - \ \"etag\": \"W/\\\"87367224-ea2c-4a00-9516-fa6d617be687\\\"\",\r\n \"type\": - \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"northeurope\",\r\n - \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": - \"9bc9faa5-f20b-47a9-a242-dd54c342b421\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": - [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n - \ {\r\n \"name\": \"s1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1\",\r\n - \ \"etag\": \"W/\\\"87367224-ea2c-4a00-9516-fa6d617be687\\\"\",\r\n - \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": - [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": - \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n - \ }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": - false\r\n }\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '1232' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:35:03 GMT - etag: - - W/"87367224-ea2c-4a00-9516-fa6d617be687" - 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: - - c695d467-f88b-411e-bedc-724bb29e955c - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - network vnet subnet update - Connection: - - keep-alive - ParameterSetName: - - -g -n --vnet-name --delegations - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1?api-version=2022-01-01 - response: - body: - string: "{\r\n \"name\": \"s1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1\",\r\n - \ \"etag\": \"W/\\\"87367224-ea2c-4a00-9516-fa6d617be687\\\"\",\r\n \"properties\": - {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n - \ \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n - \ \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": - \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '527' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:35:04 GMT - etag: - - W/"87367224-ea2c-4a00-9516-fa6d617be687" - 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: - - 5aa5b913-0fb0-4baf-a76f-2227c9883fad - status: - code: 200 - message: OK -- request: - body: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1", - "name": "s1", "properties": {"addressPrefix": "10.0.0.0/24", "delegations": - [{"name": "0", "properties": {"serviceName": "Microsoft.ServiceNetworking/trafficControllers"}}], - "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": - "Enabled"}, "type": "Microsoft.Network/virtualNetworks/subnets"}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - network vnet subnet update - Connection: - - keep-alive - Content-Length: - - '485' - Content-Type: - - application/json - ParameterSetName: - - -g -n --vnet-name --delegations - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1?api-version=2022-01-01 - response: - body: - string: "{\r\n \"name\": \"s1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1\",\r\n - \ \"etag\": \"W/\\\"3a23b24a-6ebe-43e5-ba11-4c606c865560\\\"\",\r\n \"properties\": - {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n - \ \"delegations\": [\r\n {\r\n \"name\": \"0\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1/delegations/0\",\r\n - \ \"etag\": \"W/\\\"3a23b24a-6ebe-43e5-ba11-4c606c865560\\\"\",\r\n - \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"serviceName\": \"Microsoft.ServiceNetworking/trafficControllers\",\r\n - \ \"actions\": [\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\"\r\n - \ ]\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets/delegations\"\r\n - \ }\r\n ],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n - \ \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": - \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" - headers: - azure-asyncnotification: - - Enabled - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/northeurope/operations/4bdd506b-31f8-41d5-944c-95d1557b6d40?api-version=2022-01-01 - cache-control: - - no-cache - content-length: - - '1158' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:35:05 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: - - 0b7d2f49-812b-4ba7-84df-65a8ff21fd34 - x-ms-ratelimit-remaining-subscription-writes: - - '1199' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - network vnet subnet update - Connection: - - keep-alive - ParameterSetName: - - -g -n --vnet-name --delegations - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/northeurope/operations/4bdd506b-31f8-41d5-944c-95d1557b6d40?api-version=2022-01-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: - - Wed, 08 Mar 2023 06:35: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-arm-service-request-id: - - 3582eff8-5f68-4174-a6ed-18ffa00b8b3f - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - network vnet subnet update - Connection: - - keep-alive - ParameterSetName: - - -g -n --vnet-name --delegations - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1?api-version=2022-01-01 - response: - body: - string: "{\r\n \"name\": \"s1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1\",\r\n - \ \"etag\": \"W/\\\"0b60cda0-4829-4919-929e-357a11739c42\\\"\",\r\n \"properties\": - {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n - \ \"delegations\": [\r\n {\r\n \"name\": \"0\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1/delegations/0\",\r\n - \ \"etag\": \"W/\\\"0b60cda0-4829-4919-929e-357a11739c42\\\"\",\r\n - \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"serviceName\": \"Microsoft.ServiceNetworking/trafficControllers\",\r\n - \ \"actions\": [\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\"\r\n - \ ]\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets/delegations\"\r\n - \ }\r\n ],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n - \ \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": - \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '1159' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:35:09 GMT - etag: - - W/"0b60cda0-4829-4919-929e-357a11739c42" - 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: - - 77c030f9-2f71-42a7-9dda-84b5e73f173b - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - service-networking traffic-controller association list - Connection: - - keep-alive - ParameterSetName: - - -g --traffic-controller-name - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/associations?api-version=2022-10-01-preview - response: - body: - string: "{\r\n \"value\": []\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '19' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:35:11 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: - - service-networking traffic-controller association create - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name --vnet-name --subnet - User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_record_test_tc_000999?api-version=2021-04-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999","name":"cli_record_test_tc_000999","type":"Microsoft.Resources/resourceGroups","location":"northeurope","tags":{"Created":"2023-03-08T06:32:23.5575662Z"},"properties":{"provisioningState":"Succeeded"}}' - headers: - cache-control: - - no-cache - content-length: - - '302' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:35:11 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: '{"location": "northeurope", "properties": {"subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1"}}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - service-networking traffic-controller association create - Connection: - - keep-alive - Content-Length: - - '218' - Content-Type: - - application/json - ParameterSetName: - - -g -n --traffic-controller-name --vnet-name --subnet - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/associations/a1?api-version=2022-10-01-preview - response: - body: - string: "{\r\n \"properties\": {\r\n \"associationType\": \"Subnets\",\r\n - \ \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1\"\r\n - \ },\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/associations/a1\",\r\n - \ \"name\": \"a1\",\r\n \"type\": \"Microsoft.ServiceNetworking/TrafficControllers/Associations\",\r\n - \ \"etag\": \"13173cb3-38c0-45ab-98f8-f278b71f196a\",\r\n \"location\": \"northeurope\"\r\n}" - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/48559390-3a65-4a63-b179-60f3dc0712e1?api-version=2022-10-01-preview - cache-control: - - no-cache - content-length: - - '648' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:35:16 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - service-networking traffic-controller association create - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name --vnet-name --subnet - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/48559390-3a65-4a63-b179-60f3dc0712e1?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:35:26 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: - - service-networking traffic-controller association create - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name --vnet-name --subnet - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/48559390-3a65-4a63-b179-60f3dc0712e1?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:35:36 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: - - service-networking traffic-controller association create - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name --vnet-name --subnet - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/48559390-3a65-4a63-b179-60f3dc0712e1?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:35:46 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: - - service-networking traffic-controller association create - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name --vnet-name --subnet - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/48559390-3a65-4a63-b179-60f3dc0712e1?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:35:58 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: - - service-networking traffic-controller association create - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name --vnet-name --subnet - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/48559390-3a65-4a63-b179-60f3dc0712e1?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:36:08 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: - - service-networking traffic-controller association create - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name --vnet-name --subnet - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/48559390-3a65-4a63-b179-60f3dc0712e1?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:36:18 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: - - service-networking traffic-controller association create - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name --vnet-name --subnet - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/48559390-3a65-4a63-b179-60f3dc0712e1?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:36:28 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: - - service-networking traffic-controller association create - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name --vnet-name --subnet - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/48559390-3a65-4a63-b179-60f3dc0712e1?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:36:38 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: - - service-networking traffic-controller association create - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name --vnet-name --subnet - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/48559390-3a65-4a63-b179-60f3dc0712e1?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:36:48 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: - - service-networking traffic-controller association create - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name --vnet-name --subnet - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/48559390-3a65-4a63-b179-60f3dc0712e1?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:36:59 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - service-networking traffic-controller association create - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name --vnet-name --subnet - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/48559390-3a65-4a63-b179-60f3dc0712e1?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:37:09 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: - - service-networking traffic-controller association create - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name --vnet-name --subnet - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/48559390-3a65-4a63-b179-60f3dc0712e1?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:37:19 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: - - service-networking traffic-controller association create - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name --vnet-name --subnet - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/48559390-3a65-4a63-b179-60f3dc0712e1?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:37:29 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: - - service-networking traffic-controller association create - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name --vnet-name --subnet - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/48559390-3a65-4a63-b179-60f3dc0712e1?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:37:39 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: - - service-networking traffic-controller association create - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name --vnet-name --subnet - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/48559390-3a65-4a63-b179-60f3dc0712e1?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:37:49 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: - - service-networking traffic-controller association create - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name --vnet-name --subnet - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/48559390-3a65-4a63-b179-60f3dc0712e1?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:38: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: - - service-networking traffic-controller association create - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name --vnet-name --subnet - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/associations/a1?api-version=2022-10-01-preview - response: - body: - string: "{\r\n \"properties\": {\r\n \"associationType\": \"Subnets\",\r\n - \ \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1\"\r\n - \ },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/associations/a1\",\r\n - \ \"name\": \"a1\",\r\n \"type\": \"Microsoft.ServiceNetworking/TrafficControllers/Associations\",\r\n - \ \"etag\": \"13173cb3-38c0-45ab-98f8-f278b71f196a\",\r\n \"location\": \"northeurope\"\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '649' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:38:00 GMT - etag: - - '"13173cb3-38c0-45ab-98f8-f278b71f196a"' - 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: - - service-networking traffic-controller association list - Connection: - - keep-alive - ParameterSetName: - - -g --traffic-controller-name - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/associations?api-version=2022-10-01-preview - response: - body: - string: "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"associationType\": - \"Subnets\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1\"\r\n - \ },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n - \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/associations/a1\",\r\n - \ \"name\": \"a1\",\r\n \"type\": \"Microsoft.ServiceNetworking/TrafficControllers/Associations\",\r\n - \ \"etag\": \"13173cb3-38c0-45ab-98f8-f278b71f196a\",\r\n \"location\": - \"northeurope\"\r\n }\r\n ]\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '730' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:38:01 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: - - service-networking traffic-controller association show - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/associations/a1?api-version=2022-10-01-preview - response: - body: - string: "{\r\n \"properties\": {\r\n \"associationType\": \"Subnets\",\r\n - \ \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/s1\"\r\n - \ },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/associations/a1\",\r\n - \ \"name\": \"a1\",\r\n \"type\": \"Microsoft.ServiceNetworking/TrafficControllers/Associations\",\r\n - \ \"etag\": \"13173cb3-38c0-45ab-98f8-f278b71f196a\",\r\n \"location\": \"northeurope\"\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '649' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:38:03 GMT - etag: - - '"13173cb3-38c0-45ab-98f8-f278b71f196a"' - 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: - - service-networking traffic-controller association delete - Connection: - - keep-alive - Content-Length: - - '0' - ParameterSetName: - - -g -n --traffic-controller-name -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/associations/a1?api-version=2022-10-01-preview - response: - body: - string: 'null' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/122f8e89-77e9-4354-a7bd-67fb19b87f53?api-version=2022-10-01-preview - cache-control: - - no-cache - content-length: - - '4' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:38:04 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operationResults/122f8e89-77e9-4354-a7bd-67fb19b87f53?api-version=2022-10-01-preview - 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-deletes: - - '14999' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - service-networking traffic-controller association delete - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/122f8e89-77e9-4354-a7bd-67fb19b87f53?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:38:14 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: - - service-networking traffic-controller association delete - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/122f8e89-77e9-4354-a7bd-67fb19b87f53?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:38:25 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: - - service-networking traffic-controller association delete - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/122f8e89-77e9-4354-a7bd-67fb19b87f53?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:38:35 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: - - service-networking traffic-controller association delete - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/122f8e89-77e9-4354-a7bd-67fb19b87f53?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:38: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: - - service-networking traffic-controller association delete - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/122f8e89-77e9-4354-a7bd-67fb19b87f53?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:38:55 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: - - service-networking traffic-controller association delete - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/122f8e89-77e9-4354-a7bd-67fb19b87f53?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:39:05 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: - - service-networking traffic-controller association delete - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/122f8e89-77e9-4354-a7bd-67fb19b87f53?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:39: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: - - service-networking traffic-controller association delete - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/122f8e89-77e9-4354-a7bd-67fb19b87f53?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:39:26 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: - - service-networking traffic-controller association delete - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/122f8e89-77e9-4354-a7bd-67fb19b87f53?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:39:36 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: - - service-networking traffic-controller association delete - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/122f8e89-77e9-4354-a7bd-67fb19b87f53?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:39:47 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: - - service-networking traffic-controller association delete - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/122f8e89-77e9-4354-a7bd-67fb19b87f53?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:39:57 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: - - service-networking traffic-controller association delete - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/122f8e89-77e9-4354-a7bd-67fb19b87f53?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:40: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: - - service-networking traffic-controller association delete - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/122f8e89-77e9-4354-a7bd-67fb19b87f53?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:40:17 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: - - service-networking traffic-controller association delete - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/122f8e89-77e9-4354-a7bd-67fb19b87f53?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:40:27 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: - - service-networking traffic-controller association delete - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/122f8e89-77e9-4354-a7bd-67fb19b87f53?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:40:37 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: - - service-networking traffic-controller association delete - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/122f8e89-77e9-4354-a7bd-67fb19b87f53?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:40:48 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: - - service-networking traffic-controller association delete - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/122f8e89-77e9-4354-a7bd-67fb19b87f53?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:40:59 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - service-networking traffic-controller association delete - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/122f8e89-77e9-4354-a7bd-67fb19b87f53?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:41:09 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: - - service-networking traffic-controller association delete - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/122f8e89-77e9-4354-a7bd-67fb19b87f53?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:41:19 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: - - service-networking traffic-controller association delete - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/122f8e89-77e9-4354-a7bd-67fb19b87f53?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:41:29 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: - - service-networking traffic-controller association delete - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/122f8e89-77e9-4354-a7bd-67fb19b87f53?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:41:39 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: - - service-networking traffic-controller association delete - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/122f8e89-77e9-4354-a7bd-67fb19b87f53?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:41:49 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: - - service-networking traffic-controller association delete - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operationResults/122f8e89-77e9-4354-a7bd-67fb19b87f53?api-version=2022-10-01-preview - response: - body: - string: 'null' - headers: - cache-control: - - no-cache - content-length: - - '4' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:41:49 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: - - service-networking traffic-controller association list - Connection: - - keep-alive - ParameterSetName: - - -g --traffic-controller-name - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/associations?api-version=2022-10-01-preview - response: - body: - string: "{\r\n \"value\": []\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '19' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:41:51 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: - - service-networking traffic-controller frontend delete - Connection: - - keep-alive - Content-Length: - - '0' - ParameterSetName: - - -g -n --traffic-controller-name -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/frontends/fe1?api-version=2022-10-01-preview - response: - body: - string: 'null' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/7a15f0a0-c483-46b0-b9cc-d6fa43059803?api-version=2022-10-01-preview - cache-control: - - no-cache - content-length: - - '4' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:41:53 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operationResults/7a15f0a0-c483-46b0-b9cc-d6fa43059803?api-version=2022-10-01-preview - 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-deletes: - - '14999' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - service-networking traffic-controller frontend delete - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/7a15f0a0-c483-46b0-b9cc-d6fa43059803?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:42:03 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: - - service-networking traffic-controller frontend delete - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/7a15f0a0-c483-46b0-b9cc-d6fa43059803?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:42:13 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: - - service-networking traffic-controller frontend delete - Connection: - - keep-alive - ParameterSetName: - - -g -n --traffic-controller-name -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operationResults/7a15f0a0-c483-46b0-b9cc-d6fa43059803?api-version=2022-10-01-preview - response: - body: - string: 'null' - headers: - cache-control: - - no-cache - content-length: - - '4' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:42:13 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: - - service-networking traffic-controller frontend list - Connection: - - keep-alive - ParameterSetName: - - -g --traffic-controller-name - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/frontends?api-version=2022-10-01-preview - response: - body: - string: "{\r\n \"value\": []\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '19' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:42:15 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: - - service-networking traffic-controller delete - Connection: - - keep-alive - Content-Length: - - '0' - ParameterSetName: - - -g -n -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.ServiceNetworking/trafficControllers/tc1?api-version=2022-10-01-preview - response: - body: - string: 'null' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/015c8fc2-08b7-4fd1-b6d4-4afebf1ef09c?api-version=2022-10-01-preview - cache-control: - - no-cache - content-length: - - '4' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:42:18 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operationResults/015c8fc2-08b7-4fd1-b6d4-4afebf1ef09c?api-version=2022-10-01-preview - 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-deletes: - - '14999' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - service-networking traffic-controller delete - Connection: - - keep-alive - ParameterSetName: - - -g -n -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/015c8fc2-08b7-4fd1-b6d4-4afebf1ef09c?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:42:28 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: - - service-networking traffic-controller delete - Connection: - - keep-alive - ParameterSetName: - - -g -n -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/015c8fc2-08b7-4fd1-b6d4-4afebf1ef09c?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:42:38 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: - - service-networking traffic-controller delete - Connection: - - keep-alive - ParameterSetName: - - -g -n -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/015c8fc2-08b7-4fd1-b6d4-4afebf1ef09c?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:42:48 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: - - service-networking traffic-controller delete - Connection: - - keep-alive - ParameterSetName: - - -g -n -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/015c8fc2-08b7-4fd1-b6d4-4afebf1ef09c?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:42:58 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: - - service-networking traffic-controller delete - Connection: - - keep-alive - ParameterSetName: - - -g -n -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/015c8fc2-08b7-4fd1-b6d4-4afebf1ef09c?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:43:08 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: - - service-networking traffic-controller delete - Connection: - - keep-alive - ParameterSetName: - - -g -n -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/015c8fc2-08b7-4fd1-b6d4-4afebf1ef09c?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:43:19 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: - - service-networking traffic-controller delete - Connection: - - keep-alive - ParameterSetName: - - -g -n -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/015c8fc2-08b7-4fd1-b6d4-4afebf1ef09c?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:43:29 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: - - service-networking traffic-controller delete - Connection: - - keep-alive - ParameterSetName: - - -g -n -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/015c8fc2-08b7-4fd1-b6d4-4afebf1ef09c?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:43: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 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - service-networking traffic-controller delete - Connection: - - keep-alive - ParameterSetName: - - -g -n -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/015c8fc2-08b7-4fd1-b6d4-4afebf1ef09c?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:43: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: - - service-networking traffic-controller delete - Connection: - - keep-alive - ParameterSetName: - - -g -n -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/015c8fc2-08b7-4fd1-b6d4-4afebf1ef09c?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:44: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: - - service-networking traffic-controller delete - Connection: - - keep-alive - ParameterSetName: - - -g -n -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/015c8fc2-08b7-4fd1-b6d4-4afebf1ef09c?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:44:10 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - service-networking traffic-controller delete - Connection: - - keep-alive - ParameterSetName: - - -g -n -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/015c8fc2-08b7-4fd1-b6d4-4afebf1ef09c?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:44:20 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: - - service-networking traffic-controller delete - Connection: - - keep-alive - ParameterSetName: - - -g -n -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operations/015c8fc2-08b7-4fd1-b6d4-4afebf1ef09c?api-version=2022-10-01-preview - 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: - - Wed, 08 Mar 2023 06:44:30 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: - - service-networking traffic-controller delete - Connection: - - keep-alive - ParameterSetName: - - -g -n -y - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/locations/northeurope/operationResults/015c8fc2-08b7-4fd1-b6d4-4afebf1ef09c?api-version=2022-10-01-preview - response: - body: - string: 'null' - headers: - cache-control: - - no-cache - content-length: - - '4' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:44:30 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: - - service-networking traffic-controller list - Connection: - - keep-alive - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceNetworking/trafficControllers?api-version=2022-10-01-preview - response: - body: - string: '{"value":[{"properties":{"configurationEndpoints":["8f7e0fde09e648b08208b7a785d80aae.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/aksgupta-bugbash/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/frontends/frontend"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/aksgupta-bugbash/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/associations/association"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aksgupta-bugbash/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/associations/association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/aksgupta-bugbash/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller","name":"traffic-controller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"19a5d2f1-5608-44c1-b543-a51d821d7954","location":"northeurope"},{"properties":{"configurationEndpoints":["8a5a17f08c314bba9e06a7a66adfa4bf.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/aksgupta-workload-id/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/frontends/frontend"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/aksgupta-workload-id/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/associations/association"}],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/aksgupta-workload-id/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller","name":"traffic-controller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"f383ae7a-47eb-4cf9-b71e-3ee3e0f84fbd","location":"northeurope"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/mc_sneha-managed-tc_snchh-mamaged-test_northeurope/providers/Microsoft.ServiceNetworking/trafficControllers/3a2c63f936348a46e689c29961a3577c","name":"3a2c63f936348a46e689c29961a3577c","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"5578dbd4-c691-43e5-ad3c-a20bd8d8fcd1","location":"northeurope"},{"properties":{"configurationEndpoints":["2b66b08b47844977ae9b172ad1e274b2.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sc-test/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/frontends/frontend"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sc-test/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/frontends/frontend2"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sc-test/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller/associations/association"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sc-test/providers/Microsoft.ServiceNetworking/trafficControllers/traffic-controller","name":"traffic-controller","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"d39baa41-18a9-442d-a4a4-c8e0f1432382","location":"northeurope"},{"properties":{"configurationEndpoints":["398605aa9a434770b6495082b0c89936.trafficcontroller.azure.com"],"frontends":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliTestResourceGroup/providers/Microsoft.ServiceNetworking/trafficControllers/test/frontends/f1"}],"associations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliTestResourceGroup/providers/Microsoft.ServiceNetworking/trafficControllers/test/associations/a1"}],"provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliTestResourceGroup/providers/Microsoft.ServiceNetworking/trafficControllers/test","name":"test","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"949e5276-ae58-4e84-988b-e527c37dd9f1","location":"northeurope"},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_tc_testrghdb3xab3arfynrimxant4mcvjoyprc7mvg56kq6fbf5oqmtubloyz7ixidwuob/providers/Microsoft.ServiceNetworking/trafficControllers/tc1","name":"tc1","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"0eda5a6f-e548-405b-8fed-7f00789df496","location":"northeurope","tags":{"foo":"doo"}},{"properties":{"frontends":[],"associations":[],"provisioningState":"Failed"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/mc_sneha-managed-tc_snchh-mamaged-test_northeurope/providers/Microsoft.ServiceNetworking/trafficControllers/ncu","name":"ncu","type":"Microsoft.ServiceNetworking/TrafficControllers","etag":"d4c64992-4c1d-4db3-92dd-f86c818847df","location":"northcentralus"}]}' - headers: - cache-control: - - no-cache - content-length: - - '5126' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:44:32 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: - - '' - - '' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - network public-ip delete - Connection: - - keep-alive - Content-Length: - - '0' - ParameterSetName: - - -g -n - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/publicIPAddresses/pip1?api-version=2022-05-01 - response: - body: - string: '' - headers: - azure-asyncnotification: - - Enabled - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/5c1e979a-88b2-4921-bf63-ba2cfb17f968?api-version=2022-05-01 - cache-control: - - no-cache - content-length: - - '0' - date: - - Wed, 08 Mar 2023 06:44:33 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operationResults/5c1e979a-88b2-4921-bf63-ba2cfb17f968?api-version=2022-05-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-arm-service-request-id: - - 4b3679ca-6e53-4098-8bd2-8db74e6fac49 - x-ms-ratelimit-remaining-subscription-deletes: - - '14999' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - network public-ip delete - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/5c1e979a-88b2-4921-bf63-ba2cfb17f968?api-version=2022-05-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: - - Wed, 08 Mar 2023 06:44:44 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - - Microsoft-HTTPAPI/2.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-arm-service-request-id: - - ff901815-b6cc-4d5c-80c1-7a82fc8e2336 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - network public-ip delete - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operationResults/5c1e979a-88b2-4921-bf63-ba2cfb17f968?api-version=2022-05-01 - response: - body: - string: '' - headers: - azure-asyncnotification: - - Enabled - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/5c1e979a-88b2-4921-bf63-ba2cfb17f968?api-version=2022-05-01 - cache-control: - - no-cache - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:44:44 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operationResults/5c1e979a-88b2-4921-bf63-ba2cfb17f968?api-version=2022-05-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-arm-service-request-id: - - 4b3679ca-6e53-4098-8bd2-8db74e6fac49 - status: - code: 204 - message: No Content -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - network vnet create - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_record_test_tc_000999?api-version=2021-04-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999","name":"cli_record_test_tc_000999","type":"Microsoft.Resources/resourceGroups","location":"northeurope","tags":{"Created":"2023-03-08T06:32:23.5575662Z"},"properties":{"provisioningState":"Succeeded"}}' - headers: - cache-control: - - no-cache - content-length: - - '302' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:44:44 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": "northeurope", "properties": {"addressSpace": {"addressPrefixes": - ["10.0.0.0/16"]}, "enableDdosProtection": false, "enableVmProtection": false}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - network vnet create - Connection: - - keep-alive - Content-Length: - - '157' - Content-Type: - - application/json - ParameterSetName: - - -g -n - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/virtualNetworks/vnet1?api-version=2022-01-01 - response: - body: - string: "{\r\n \"name\": \"vnet1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/virtualNetworks/vnet1\",\r\n - \ \"etag\": \"W/\\\"e085d8de-32fc-476a-bad9-266d85c25bde\\\"\",\r\n \"type\": - \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"northeurope\",\r\n - \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": - \"9bc9faa5-f20b-47a9-a242-dd54c342b421\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": - [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [],\r\n - \ \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": 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/northeurope/operations/564491b7-d6da-496c-9964-79bc8c01ff06?api-version=2022-01-01 - cache-control: - - no-cache - content-length: - - '618' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:44:47 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - - Microsoft-HTTPAPI/2.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-arm-service-request-id: - - 9075c455-3bf7-4552-bfec-71c1b5834805 - x-ms-ratelimit-remaining-subscription-writes: - - '1199' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - network vnet create - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/northeurope/operations/564491b7-d6da-496c-9964-79bc8c01ff06?api-version=2022-01-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: - - Wed, 08 Mar 2023 06:44:50 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: - - cfd4c660-00bd-40bf-a0e4-160238f325f9 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - network vnet create - Connection: - - keep-alive - ParameterSetName: - - -g -n - User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/virtualNetworks/vnet1?api-version=2022-01-01 - response: - body: - string: "{\r\n \"name\": \"vnet1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_record_test_tc_000999/providers/Microsoft.Network/virtualNetworks/vnet1\",\r\n - \ \"etag\": \"W/\\\"bebdc0d9-0577-4305-8e13-98d55c7f60cf\\\"\",\r\n \"type\": - \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"northeurope\",\r\n - \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": - \"9bc9faa5-f20b-47a9-a242-dd54c342b421\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": - [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [],\r\n - \ \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n - \ }\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '619' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 08 Mar 2023 06:44:51 GMT - etag: - - W/"bebdc0d9-0577-4305-8e13-98d55c7f60cf" - 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: - - 088ecace-1068-49aa-941c-f99ebcff4f65 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - group delete - Connection: - - keep-alive - Content-Length: - - '0' - ParameterSetName: - - -n -y - User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_record_test_tc_000999?api-version=2021-04-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - date: - - Wed, 08 Mar 2023 06:44:55 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZSRUNPUkQ6NUZURVNUOjVGVEM6NUYwMDA5OTktTk9SVEhFVVJPUEUiLCJqb2JMb2NhdGlvbiI6Im5vcnRoZXVyb3BlIn0?api-version=2021-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: - - group delete - Connection: - - keep-alive - ParameterSetName: - - -n -y - User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZSRUNPUkQ6NUZURVNUOjVGVEM6NUYwMDA5OTktTk9SVEhFVVJPUEUiLCJqb2JMb2NhdGlvbiI6Im5vcnRoZXVyb3BlIn0?api-version=2021-04-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - date: - - Wed, 08 Mar 2023 06:45:11 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZSRUNPUkQ6NUZURVNUOjVGVEM6NUYwMDA5OTktTk9SVEhFVVJPUEUiLCJqb2JMb2NhdGlvbiI6Im5vcnRoZXVyb3BlIn0?api-version=2021-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: - - group delete - Connection: - - keep-alive - ParameterSetName: - - -n -y - User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZSRUNPUkQ6NUZURVNUOjVGVEM6NUYwMDA5OTktTk9SVEhFVVJPUEUiLCJqb2JMb2NhdGlvbiI6Im5vcnRoZXVyb3BlIn0?api-version=2021-04-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - date: - - Wed, 08 Mar 2023 06:45:26 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZSRUNPUkQ6NUZURVNUOjVGVEM6NUYwMDA5OTktTk9SVEhFVVJPUEUiLCJqb2JMb2NhdGlvbiI6Im5vcnRoZXVyb3BlIn0?api-version=2021-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: - - group delete - Connection: - - keep-alive - ParameterSetName: - - -n -y - User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZSRUNPUkQ6NUZURVNUOjVGVEM6NUYwMDA5OTktTk9SVEhFVVJPUEUiLCJqb2JMb2NhdGlvbiI6Im5vcnRoZXVyb3BlIn0?api-version=2021-04-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - date: - - Wed, 08 Mar 2023 06:45:41 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZSRUNPUkQ6NUZURVNUOjVGVEM6NUYwMDA5OTktTk9SVEhFVVJPUEUiLCJqb2JMb2NhdGlvbiI6Im5vcnRoZXVyb3BlIn0?api-version=2021-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: - - group delete - Connection: - - keep-alive - ParameterSetName: - - -n -y - User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZSRUNPUkQ6NUZURVNUOjVGVEM6NUYwMDA5OTktTk9SVEhFVVJPUEUiLCJqb2JMb2NhdGlvbiI6Im5vcnRoZXVyb3BlIn0?api-version=2021-04-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - date: - - Wed, 08 Mar 2023 06:45:56 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZSRUNPUkQ6NUZURVNUOjVGVEM6NUYwMDA5OTktTk9SVEhFVVJPUEUiLCJqb2JMb2NhdGlvbiI6Im5vcnRoZXVyb3BlIn0?api-version=2021-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: - - group delete - Connection: - - keep-alive - ParameterSetName: - - -n -y - User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZSRUNPUkQ6NUZURVNUOjVGVEM6NUYwMDA5OTktTk9SVEhFVVJPUEUiLCJqb2JMb2NhdGlvbiI6Im5vcnRoZXVyb3BlIn0?api-version=2021-04-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - date: - - Wed, 08 Mar 2023 06:46:12 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZSRUNPUkQ6NUZURVNUOjVGVEM6NUYwMDA5OTktTk9SVEhFVVJPUEUiLCJqb2JMb2NhdGlvbiI6Im5vcnRoZXVyb3BlIn0?api-version=2021-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: - - group delete - Connection: - - keep-alive - ParameterSetName: - - -n -y - User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZSRUNPUkQ6NUZURVNUOjVGVEM6NUYwMDA5OTktTk9SVEhFVVJPUEUiLCJqb2JMb2NhdGlvbiI6Im5vcnRoZXVyb3BlIn0?api-version=2021-04-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - date: - - Wed, 08 Mar 2023 06:46:27 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZSRUNPUkQ6NUZURVNUOjVGVEM6NUYwMDA5OTktTk9SVEhFVVJPUEUiLCJqb2JMb2NhdGlvbiI6Im5vcnRoZXVyb3BlIn0?api-version=2021-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: - - group delete - Connection: - - keep-alive - ParameterSetName: - - -n -y - User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZSRUNPUkQ6NUZURVNUOjVGVEM6NUYwMDA5OTktTk9SVEhFVVJPUEUiLCJqb2JMb2NhdGlvbiI6Im5vcnRoZXVyb3BlIn0?api-version=2021-04-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - date: - - Wed, 08 Mar 2023 06:46:42 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZSRUNPUkQ6NUZURVNUOjVGVEM6NUYwMDA5OTktTk9SVEhFVVJPUEUiLCJqb2JMb2NhdGlvbiI6Im5vcnRoZXVyb3BlIn0?api-version=2021-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: - - group delete - Connection: - - keep-alive - ParameterSetName: - - -n -y - User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZSRUNPUkQ6NUZURVNUOjVGVEM6NUYwMDA5OTktTk9SVEhFVVJPUEUiLCJqb2JMb2NhdGlvbiI6Im5vcnRoZXVyb3BlIn0?api-version=2021-04-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - date: - - Wed, 08 Mar 2023 06:46:57 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZSRUNPUkQ6NUZURVNUOjVGVEM6NUYwMDA5OTktTk9SVEhFVVJPUEUiLCJqb2JMb2NhdGlvbiI6Im5vcnRoZXVyb3BlIn0?api-version=2021-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: - - group delete - Connection: - - keep-alive - ParameterSetName: - - -n -y - User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.9.7 (Windows-10-10.0.19045-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZSRUNPUkQ6NUZURVNUOjVGVEM6NUYwMDA5OTktTk9SVEhFVVJPUEUiLCJqb2JMb2NhdGlvbiI6Im5vcnRoZXVyb3BlIn0?api-version=2021-04-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - date: - - Wed, 08 Mar 2023 06:47:13 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -version: 1 diff --git a/src/traffic-controller/azext_traffic_controller/tests/latest/test_trafficcontroller_commands.py b/src/traffic-controller/azext_traffic_controller/tests/latest/test_trafficcontroller_commands.py deleted file mode 100644 index 067d5731585..00000000000 --- a/src/traffic-controller/azext_traffic_controller/tests/latest/test_trafficcontroller_commands.py +++ /dev/null @@ -1,87 +0,0 @@ -# -------------------------------------------------------------------------------------------- -# 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 aaz-dev-tools -# -------------------------------------------------------------------------------------------- - -import os -import unittest -import tempfile - -from azure.cli.testsdk import * -from knack.util import CLIError -from azure.cli.core.profiles import supported_api_version, ResourceType -from azure.cli.core.commands.client_factory import get_subscription_id -from azure.cli.testsdk import ( - ScenarioTest, LiveScenarioTest, LocalContextScenarioTest, ResourceGroupPreparer, live_only, - KeyVaultPreparer, record_only) - -TEST_DIR = os.path.abspath(os.path.join(os.path.abspath(__file__), '..')) - -class TrafficControllerWithFrontendAndAssiociationScenario(ScenarioTest): - def test_trafficcontroller_resources(self): - self.kwargs.update({ - 'rg': 'cli_record_test_tc_000999', - 'tc': 'tc1', - 'fe': 'fe1', - 'ip': 'pip1', - 'aso': 'a1', - 'vnet': 'vnet1', - 'subnet': "s1" - }) - - # Create Resource group - self.cmd('group create -n {rg} --location northeurope') - - # Create Traffic Controller - tcCount1 = len(self.cmd('service-networking traffic-controller list').get_output_in_json()) - self.cmd('service-networking traffic-controller create -g {rg} -n {tc} --tags foo=doo', - checks=self.check('tags.foo', 'doo')) - tcCount2 = len(self.cmd('service-networking traffic-controller list').get_output_in_json()) - self.assertTrue(tcCount2 == tcCount1 + 1) - self.cmd('service-networking traffic-controller show -g {rg} -n {tc}', checks=[ - self.check('name', '{tc}'), - self.check('resourceGroup', '{rg}'), - self.check('tags.foo', 'doo') - ]) - - # Create Frontend for traffic controller - self.cmd('network public-ip create -g {rg} -n {ip} --sku Standard --tier Global --location eastus2') - - tcFrontendCount1 = len(self.cmd('service-networking traffic-controller frontend list -g {rg} --traffic-controller-name {tc}').get_output_in_json()) - self.cmd('service-networking traffic-controller frontend create -g {rg} -n {fe} --traffic-controller-name {tc} --public-ip-address {ip}') - tcFrontendCount2 = len(self.cmd('service-networking traffic-controller frontend list -g {rg} --traffic-controller-name {tc}').get_output_in_json()) - self.assertTrue(tcFrontendCount2 == tcFrontendCount1 + 1) - self.cmd('service-networking traffic-controller frontend show -g {rg} -n {fe} --traffic-controller-name {tc}', checks=[ - self.check('name', '{fe}') - ]) - - #Create Association for traffic controller - vnet = self.cmd('network vnet create -g {rg} -n {vnet} --subnet-name {subnet}').get_output_in_json() - subnet = self.cmd('network vnet subnet update -g {rg} -n {subnet} --vnet-name {vnet} --delegations Microsoft.ServiceNetworking/trafficControllers').get_output_in_json() - - associationCount1 = len(self.cmd('service-networking traffic-controller association list -g {rg} --traffic-controller-name {tc}').get_output_in_json()) - self.cmd('service-networking traffic-controller association create -g {rg} -n {aso} --traffic-controller-name {tc} --vnet-name {vnet} --subnet {subnet}') - associationCount2 = len(self.cmd('service-networking traffic-controller association list -g {rg} --traffic-controller-name {tc}').get_output_in_json()) - self.assertTrue(associationCount2 == associationCount1 + 1) - self.cmd('service-networking traffic-controller association show -g {rg} -n {aso} --traffic-controller-name {tc}', checks=[ - self.check('name', '{aso}') - ]) - - #Start Deleting - self.cmd('service-networking traffic-controller association delete -g {rg} -n {aso} --traffic-controller-name {tc} -y') - associationCount3 = len(self.cmd('service-networking traffic-controller association list -g {rg} --traffic-controller-name {tc}').get_output_in_json()) - self.assertTrue(associationCount3 == associationCount1) - - self.cmd('service-networking traffic-controller frontend delete -g {rg} -n {fe} --traffic-controller-name {tc} -y') - tcFrontendCount3 = len(self.cmd('service-networking traffic-controller frontend list -g {rg} --traffic-controller-name {tc}').get_output_in_json()) - self.assertTrue(tcFrontendCount3 == tcFrontendCount1) - - self.cmd('service-networking traffic-controller delete -g {rg} -n {tc} -y') - tcCount3 = len(self.cmd('service-networking traffic-controller list').get_output_in_json()) - self.assertTrue(tcCount3 == tcCount1) - - self.cmd('network public-ip delete -g {rg} -n {ip}') - self.cmd('network vnet create -g {rg} -n {vnet}') - self.cmd('group delete -n {rg} -y') \ No newline at end of file diff --git a/src/vm-repair/HISTORY.rst b/src/vm-repair/HISTORY.rst index a7e94d1bae8..74b85e016d1 100644 --- a/src/vm-repair/HISTORY.rst +++ b/src/vm-repair/HISTORY.rst @@ -1,6 +1,15 @@ Release History =============== + +0.5.3 +++++++ +Removing check for EncryptionSettingsCollection.enabled is string 'false'. + +0.5.2 +++++++ +Fix bug in _fetch_encryption_settings, add check for EncryptionSettingsCollection.enabled is false. + 0.5.1 ++++++ Updated exsiting privateIpAddress field to privateIPAddress and privateIpAllocationMethod to privateIPAllocationMethod. diff --git a/src/vm-repair/azext_vm_repair/repair_utils.py b/src/vm-repair/azext_vm_repair/repair_utils.py index 3aedf016570..97cac7ec505 100644 --- a/src/vm-repair/azext_vm_repair/repair_utils.py +++ b/src/vm-repair/azext_vm_repair/repair_utils.py @@ -345,11 +345,13 @@ def _fetch_encryption_settings(source_vm): return Encryption.NONE, key_vault, kekurl, secreturl disk_id = source_vm.storage_profile.os_disk.managed_disk.id - show_disk_command = 'az disk show --id {i} --query [encryptionSettingsCollection,encryptionSettingsCollection.encryptionSettings[].diskEncryptionKey.sourceVault.id,encryptionSettingsCollection.encryptionSettings[].keyEncryptionKey.keyUrl,encryptionSettingsCollection.encryptionSettings[].diskEncryptionKey.secretUrl] -o json' \ + show_disk_command = 'az disk show --id {i} --query [encryptionSettingsCollection,encryptionSettingsCollection.enabled,encryptionSettingsCollection.encryptionSettings[].diskEncryptionKey.sourceVault.id,encryptionSettingsCollection.encryptionSettings[].keyEncryptionKey.keyUrl,encryptionSettingsCollection.encryptionSettings[].diskEncryptionKey.secretUrl] -o json' \ .format(i=disk_id) - encryption_type, key_vault, kekurl, secreturl = loads(_call_az_command(show_disk_command)) + encryption_type, enabled, key_vault, kekurl, secreturl = loads(_call_az_command(show_disk_command)) if [encryption_type, key_vault, kekurl] == [None, None, None]: return Encryption.NONE, key_vault, kekurl, secreturl + if not enabled: + return Encryption.NONE, key_vault, kekurl, secreturl if kekurl == []: key_vault, secreturl = key_vault[0], secreturl[0] return Encryption.SINGLE_WITHOUT_KEK, key_vault, kekurl, secreturl diff --git a/src/vm-repair/azext_vm_repair/tests/latest/test_repair_commands.py b/src/vm-repair/azext_vm_repair/tests/latest/test_repair_commands.py index 994f6ad6314..7fcb5f5708c 100644 --- a/src/vm-repair/azext_vm_repair/tests/latest/test_repair_commands.py +++ b/src/vm-repair/azext_vm_repair/tests/latest/test_repair_commands.py @@ -339,6 +339,7 @@ def test_vmrepair_WinSinglepassKekEncryptedManagedDiskCreateRestore(self, resour assert source_vm['storageProfile']['osDisk']['name'] == result['copied_disk_name'] +@pytest.mark.linuxencryption class LinuxSinglepassKekEncryptedManagedDiskCreateRestoreTest(LiveScenarioTest): @ResourceGroupPreparer(location='westus2') diff --git a/src/vm-repair/setup.py b/src/vm-repair/setup.py index 18546fc8442..429c1f51609 100644 --- a/src/vm-repair/setup.py +++ b/src/vm-repair/setup.py @@ -8,7 +8,7 @@ from codecs import open from setuptools import setup, find_packages -VERSION = "0.5.1" +VERSION = "0.5.3" CLASSIFIERS = [ 'Development Status :: 4 - Beta',